diff --git a/.gitattributes b/.gitattributes index a6344aac8c09253b3b630fb776ae94478aa0275b..81a86e02c353925f434e4872020c40ac7b59961a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text *tfevents* filter=lfs diff=lfs merge=lfs -text +cache_dir/HuggingFaceM4/OBELICS_default_train_texts/lengths/lengths_table.json filter=lfs diff=lfs merge=lfs -text +cache_dir/HuggingFaceM4/OBELICS_default_train_texts/tokenized_df.json filter=lfs diff=lfs merge=lfs -text +cache_dir/HuggingFaceM4/OBELICS_default_train_texts/vocab_counts.json filter=lfs diff=lfs merge=lfs -text diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..261eeb9e9f8b2b4b0d119366dda99c6fd7d35c64 --- /dev/null +++ b/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/OBELICS _100.csv b/OBELICS _100.csv new file mode 100644 index 0000000000000000000000000000000000000000..a70b440ae8e7265374e75898b03d08894498b6a7 --- /dev/null +++ b/OBELICS _100.csv @@ -0,0 +1,101 @@ +,images (sequence),metadata (string),general_metadata (string),texts (sequence),, +,"[ ""https://www.wired.com/images_blogs/underwire/2009/11/murdoch-line.png"", null ]","""[{""document_url"": ""https://www.wired.com/2009/11/alt-text-clever-murdoch-turns-news-into-hip-underground-club/"", ""unformatted_src"": ""https://www.wired.com/images_blogs/underwire/2009/11/murdoch-line.png"", ""src"": ""https://www.wired.com/images_blogs/underwire/2009/11/murdoch-line.png"", ""formatted_filename"": ""murdoch line"", ""alt_text"": ""murdoch-line"", ""original_width"": 600, ""original_height"": 400, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.wired.com/2009/11/alt-text-clever-murdoch-turns-news-into-hip-underground-club/"", ""warc_filename"": ""crawl-data/CC-MAIN-2020-34/segments/1596439739048.46/warc/CC-MAIN-20200813161908-20200813191908-00099.warc.gz"", ""warc_record_offset"": 898049141, ""warc_record_length"": 73991}""","[ null, ""Let me be the first, and possibly only, person to say it: I love Rupert Murdoch like a mother. I'm not sure whether I mean that I love him as if I were his mother, or I love him as if he were my mother, but in either case the love is as heartfelt as it is creepy.\n\nThe reason for this love is that the man has vision. He recently stated in an interview with Sky News Australia that his News Corp. properties will soon be blocking Google entirely. This is so brilliant I can barely touch-type, my fingers tremble so.\n\nWe all know that traditional media outlets are encountering lots of problems, having to compete with blogs, vlogs, podcasts, Twitter, dubious forwarded e-mails about candidates for public office getting drunk and punching the flag, YouTube videos of '80s-era Star Wars toy commercials and whatever the hell Cory Doctorow's doing this week.\n\nThe audiences for traditional newspapers are getting older, more crotchety and increasingly dead. Most people don't want their news to come with such hassles as a cover price, ads or dissenting opinions. How to bring in a younger, hipper audience that's willing to spend money just to prove that they have money?\n\nMurdoch, that crazy mad genius, realizes that the only way to attract this lucrative demographic is to establish street cred. He's going underground, reinventing news as an exclusive club that you can't find just by entering a search term.\n\nOnce inside, the website will be dark, noisy and disorienting, just like an exclusive club or a MySpace page. There will be a two-drink minimum. I'm not sure how that will work, actually, but if anyone can force people to buy $10 beers while browsing the web, it's my man Rupert. People will pretend to be reading stories about police standoffs and Knicks games, but they'll actually be looking around to see who else made it in. And all that affectation and posing is like unto money in Murdoch's pocket.\n\nSure, he'll lose market share, but he'll make it up by catering to a clientele made up entirely of money-spending, hard-partying young people, plus a single undercover detective who infiltrates the shocking world of underground websites to track down a killer by having conversations in front of pole dancers. I assume.\n\nThis is clearly the way of the future. I'd love to say that Murdoch invented it, but he's just taking it to its logical conclusion. The real inventor is — brass sting! — Google itself. An exclusive online space that everyone wants to get into, but nobody really knows why except that they see other people getting in? Sounds like Google Wave to me.\n\nBorn helpless, nude and unable to provide for himself, Lore Sjoberg eventually overcame these handicaps to show a lot of cleavage."" ]",, +,"[ null, ""https://www.gannett-cdn.com/-mm-/cfc530a7632537c29651d465286b807d63a5f9dc/c=194-0-1346-866/local/-/media/2015/10/16/Salem/Salem/635806085938526440-OR3.jpg?width=534&height=401&fit=crop"", null, ""http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/03826eda33c092b93d8be28214d91a5c2b97d530/c=0-0-1039-1039/local/-/media/Salem/Salem/2014/07/24/1406236948010-14547399159-f018dfdd19-o.jpg"", null, ""http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/00091fc00565a241cd46a450054aa381d5a1e6a1/c=300-0-1800-1500/local/-/media/Salem/2015/03/14/B9316553846Z.1_20150314190023_000_GFLA74H74.1-0.jpg"", null ]","""[null, {""document_url"": ""https://www.statesmanjournal.com/story/news/2015/10/16/oregon-wolf-or3-cascade-mountains-crater-lake-national-park/74071992/"", ""unformatted_src"": ""https://www.gannett-cdn.com/-mm-/cfc530a7632537c29651d465286b807d63a5f9dc/c=194-0-1346-866/local/-/media/2015/10/16/Salem/Salem/635806085938526440-OR3.jpg?width=534&height=401&fit=crop"", ""src"": ""https://www.gannett-cdn.com/-mm-/cfc530a7632537c29651d465286b807d63a5f9dc/c=194-0-1346-866/local/-/media/2015/10/16/Salem/Salem/635806085938526440-OR3.jpg?width=534&height=401&fit=crop"", ""formatted_filename"": ""OR"", ""alt_text"": ""635806085938526440-OR3"", ""original_width"": 534, ""original_height"": 401, ""format"": ""jpeg""}, null, {""document_url"": ""https://www.statesmanjournal.com/story/news/2015/10/16/oregon-wolf-or3-cascade-mountains-crater-lake-national-park/74071992/"", ""unformatted_src"": ""http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/03826eda33c092b93d8be28214d91a5c2b97d530/c=0-0-1039-1039/local/-/media/Salem/Salem/2014/07/24/1406236948010-14547399159-f018dfdd19-o.jpg"", ""src"": ""http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/03826eda33c092b93d8be28214d91a5c2b97d530/c=0-0-1039-1039/local/-/media/Salem/Salem/2014/07/24/1406236948010-14547399159-f018dfdd19-o.jpg"", ""formatted_filename"": ""f dfdd o"", ""original_width"": 300, ""original_height"": 300, ""format"": ""jpeg""}, null, {""document_url"": ""https://www.statesmanjournal.com/story/news/2015/10/16/oregon-wolf-or3-cascade-mountains-crater-lake-national-park/74071992/"", ""unformatted_src"": ""http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/00091fc00565a241cd46a450054aa381d5a1e6a1/c=300-0-1800-1500/local/-/media/Salem/2015/03/14/B9316553846Z.1_20150314190023_000_GFLA74H74.1-0.jpg"", ""src"": ""http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/00091fc00565a241cd46a450054aa381d5a1e6a1/c=300-0-1800-1500/local/-/media/Salem/2015/03/14/B9316553846Z.1_20150314190023_000_GFLA74H74.1-0.jpg"", ""formatted_filename"": ""B Z"", ""original_width"": 300, ""original_height"": 300, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.statesmanjournal.com/story/news/2015/10/16/oregon-wolf-or3-cascade-mountains-crater-lake-national-park/74071992/"", ""warc_filename"": ""crawl-data/CC-MAIN-2020-10/segments/1581875145774.75/warc/CC-MAIN-20200223123852-20200223153852-00550.warc.gz"", ""warc_record_offset"": 893628626, ""warc_record_length"": 42687}""","[ ""The long-lost wolf OR3, once thought dead, has made an appearance in the Southern Cascade Mountains."", null, ""The wolf OR3 has been spotted in the Southern Cascade Range.(Photo: Photo courtesy of ODFW)\n\nThe long-lost wolf OR3, once thought dead, has made an appearance in the Southern Cascade Mountains.\n\nThe radio-collared wolf, who was last heard from by state biologists in September of 2011 near Prineville, showed up on a hunter's trail camera in northern Klamath County, apparently near Crater Lake National Park this summer.\n\nHe becomes just the latest arrival to the state's west side, joining the famous OR7 and his Rogue Pack, along with the Keno Pair in the Southern Cascade Range."", null, ""Wolf OR7 has pups in Siskiyou National Forest\n\nThe Oregon Department of Fish and Wildlife confirmed last week that the photograph taken by the hunter's trail camera was OR3.\n\n\""Little is known about the current status of OR3 but wildlife biologists will attempt to gather more information,\"" the agency said in a statement.\n\nThe reappearance of OR3 was first reported by Jim Yuskavitch on the blog Sneak Cat.\n\nOR3 is originally from the Imnaha Wolf Pack and was collared with a VHF radio collar in February 2010. He dispersed from the pack in May 2011."", null, ""When the wolves return to Western Oregon\n\nUnlike GPS collars which automatically provide locations to a computer, VHF collars require wildlife biologists to locate the collar with special telemetry equipment in the field. OR3 was located just a few times since his dispersal, including in the Fossil wildlife management unit in the summer of 2011. However, after the long silence, many believed the wolf was dead.\n\nAt this time, it is expected that his collar is no longer sending out a signal as the time span has exceeded the battery life of the collar."" ]",, +,"[ ""https://cdn.businesstraveller.com/wp-content/uploads/fly-images/856999/Boeings-10000th-737-916x516.jpeg"", null, ""https://cdn.businesstraveller.com/wp-content/uploads/fly-images/849951/Max-71-360x203.jpeg"", ""https://cdn.businesstraveller.com/wp-content/uploads/fly-images/795138/K66629-01-360x203.jpg"", ""https://cdn.businesstraveller.com/wp-content/uploads/fly-images/814749/Boeing-B737-Max-10-360x202.jpg"" ]","""[{""document_url"": ""https://www.businesstraveller.com/business-travel/2018/03/14/boeing-rolls-10000th-737-aircraft/"", ""unformatted_src"": ""https://cdn.businesstraveller.com/wp-content/uploads/fly-images/856999/Boeings-10000th-737-916x516.jpeg"", ""src"": ""https://cdn.businesstraveller.com/wp-content/uploads/fly-images/856999/Boeings-10000th-737-916x516.jpeg"", ""formatted_filename"": ""Boeings th"", ""alt_text"": ""Boeing rolls out its 10,000th 737 aircraft, set to go to Southwest Airlines"", ""original_width"": 916, ""original_height"": 516, ""format"": ""jpeg""}, null, {""document_url"": ""https://www.businesstraveller.com/business-travel/2018/03/14/boeing-rolls-10000th-737-aircraft/"", ""unformatted_src"": ""https://cdn.businesstraveller.com/wp-content/uploads/fly-images/849951/Max-71-360x203.jpeg"", ""src"": ""https://cdn.businesstraveller.com/wp-content/uploads/fly-images/849951/Max-71-360x203.jpeg"", ""formatted_filename"": ""Max"", ""alt_text"": ""The first Boeing 737 MAX 7 made its debut today at the company's Renton, Wash. factory. Photo by Craig Larsen. (PRNewsfoto/Boeing)"", ""original_width"": 360, ""original_height"": 203, ""format"": ""jpeg""}, {""document_url"": ""https://www.businesstraveller.com/business-travel/2018/03/14/boeing-rolls-10000th-737-aircraft/"", ""unformatted_src"": ""https://cdn.businesstraveller.com/wp-content/uploads/fly-images/795138/K66629-01-360x203.jpg"", ""src"": ""https://cdn.businesstraveller.com/wp-content/uploads/fly-images/795138/K66629-01-360x203.jpg"", ""alt_text"": ""MAX 9 Paint Roll Out"", ""original_width"": 360, ""original_height"": 203, ""format"": ""jpeg""}, {""document_url"": ""https://www.businesstraveller.com/business-travel/2018/03/14/boeing-rolls-10000th-737-aircraft/"", ""unformatted_src"": ""https://cdn.businesstraveller.com/wp-content/uploads/fly-images/814749/Boeing-B737-Max-10-360x202.jpg"", ""src"": ""https://cdn.businesstraveller.com/wp-content/uploads/fly-images/814749/Boeing-B737-Max-10-360x202.jpg"", ""formatted_filename"": ""Boeing B Max"", ""alt_text"": ""Boeing B737 Max 10"", ""original_width"": 360, ""original_height"": 202, ""format"": ""jpeg""}]""","""{""url"": ""https://www.businesstraveller.com/business-travel/2018/03/14/boeing-rolls-10000th-737-aircraft/"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-21/segments/1620243992159.64/warc/CC-MAIN-20210517084550-20210517114550-00131.warc.gz"", ""warc_record_offset"": 690172719, ""warc_record_length"": 19143}""","[ null, ""Boeing has rolled out its 10,000th 737 aircraft, making the model the world’s most produced commercial jet aircraft.\n\nThe latest aircraft in the series to roll out of the manufacturer’s factory at Renton, Washington was a 737 Max 8 – one of its newest 737 models – that is set to be delivered to US carrier, Southwest Airlines.\n\nThe 737 has officially been recognised by Guinness World Records as the most produced commercial jet, an accolade the aircraft had previously received in 2006 when the 5,000th model rolled out of Boeing’s Renton factory.\n\nIt took close to four decades for Boeing to reach its first 5,000 B737s, but just 12 years after that to hit the 10,000 mark. According to Boeing, growing market demand and increased production rates are behind the rapid increase, and the manufacturer expects to further increase the rate of production for the 737 from 47 aircraft per month to 52 later this year.\n\nAs a show of comparison, rival aircraft manufacturer Airbus celebrated the delivery of 10,000 aircraft in total in October 2016.\n\nBoeing still has orders for more than 4,600 B737 aircraft, notably consisting of its newest Max series that comprises the recently launched Max 8, along with the larger Max 9 launching later this year, the smallest Max 7 entering service in 2019 and the largest Max 10 expected to launch in 2020.\n\nAccording to Boeing, a 737 takes off or lands every 1.5 seconds and on average there are more than 2,800 of the aircraft in the air at any time. The total number of miles flown by the aircraft is estimated to be more than 122 billion miles, enough to circle the globe five million times."", null, null, null ]",, +,"[ null, ""https://dragillustrated.com/wp-content/uploads/2022/11/Tracy_Kile_AHDRA_rock_22_8185crop-scaled.jpg"" ]","""[null, {""document_url"": ""https://seminoletribemotocross.com/biker-gang-members-arrested-in-moss-bluff-bar-shooting-reuters/"", ""unformatted_src"": ""https://dragillustrated.com/wp-content/uploads/2022/11/Tracy_Kile_AHDRA_rock_22_8185crop-scaled.jpg"", ""src"": ""https://dragillustrated.com/wp-content/uploads/2022/11/Tracy_Kile_AHDRA_rock_22_8185crop-scaled.jpg"", ""formatted_filename"": ""Tracy Kile AHDRA rock crop scaled"", ""rendered_width"": 1920, ""original_width"": 2560, ""original_height"": 1752, ""format"": ""jpeg""}]""","""{""url"": ""https://seminoletribemotocross.com/biker-gang-members-arrested-in-moss-bluff-bar-shooting-reuters/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-49/segments/1669446710916.70/warc/CC-MAIN-20221202215443-20221203005443-00048.warc.gz"", ""warc_record_offset"": 554092588, ""warc_record_length"": 10997}""","[ ""The largest collection of motorcycles in the world is in Alabama\n\n(Special for the American press)\n\nTwo members of a motorcycle gang were arrested in the early Sunday morning shooting of a woman outside a bar in Moss Bluff.\n\nCalcasieu Parish Sheriff’s Office spokeswoman Kayla Vincent said deputies were dispatched to the bar in the 200 block of US 171 around 12:30 p.m. Sunday. When deputies arrived, they located a woman with a gunshot wound to her lower back.\n\nDuring the initial investigation, it was discovered that a physical altercation involving a large number of people ensued outside the bar during which several shots were fired. Deputies located a handgun and several casings near the victim.\n\nVincent said deputies and detectives were able to identify and locate two of the shooters, Justin D. Wareham, 40, and John M. Lapoint Jr., 39, both of Westlake. They were arrested and imprisoned at the Calcasieu Correctional Center.\n\nWareham is charged with aggravated battery; and unlawful use of a dangerous weapon or instrument in the commission of a violent crime. Judge Tony Fazzio set his bail at $250,000.\n\nLapoint is charged with aggravated assault with a firearm; and illegal use of a weapon. Fazzio has set his bond at $200,000.\n\nUpon further investigation, detectives have reason to believe that the altercation and shooting involved members of the Bandidos MC, a known outlaw motorcycle gang, and members of the Misfits MC.\n\nThe victim was transported to a local hospital, where he underwent emergency surgery. She is in stable condition, Vincent said."", null ]",, +,"[ ""https://theyesng.com/wp-content/uploads/2019/05/8G6WeY--640x427.jpeg"", null ]","""[{""document_url"": ""https://theyesng.com/2019/05/22/world-cultural-day-ariya-repete-returns-with-2019-edition-introduces-new-afro-pop-category/"", ""unformatted_src"": ""https://theyesng.com/wp-content/uploads/2019/05/8G6WeY--640x427.jpeg"", ""src"": ""https://theyesng.com/wp-content/uploads/2019/05/8G6WeY--640x427.jpeg"", ""formatted_filename"": ""G WeY"", ""rendered_width"": 640, ""rendered_height"": 427, ""original_width"": 640, ""original_height"": 427, ""format"": ""jpeg""}, null]""","""{""url"": ""https://theyesng.com/2019/05/22/world-cultural-day-ariya-repete-returns-with-2019-edition-introduces-new-afro-pop-category/"", ""warc_filename"": ""crawl-data/CC-MAIN-2020-10/segments/1581875145534.11/warc/CC-MAIN-20200221172509-20200221202509-00128.warc.gz"", ""warc_record_offset"": 593268776, ""warc_record_length"": 25590}""","[ null, ""Nigeria’s foremost talent hunt competition for indigenous Yoruba music is back for yet another edition. The 2019 Edition of Ariya Repete was announced on the 21st of May at a media briefing hosted at the Nigerian Breweries Headquarters in Lagos.\n\nThe media briefing featured an excellent roundtable conversation by some veterans in traditional genres of Yoruba music (i.e Juju, Fuji) as well as some new generation artists whose music has been influenced by the Yoruba culture.\n\nThe new generation was ably represented by the likes of Sound Sultan and renowned music producer ID Cabasa.\n\nThe panel discussion which was themed around the topic – “One Culture, One Voice, New Sound” provided the perfect platform to announce the return of one the most revered initiatives that celebrate the Yoruba culture.\n\nThe panelists discussed the evolution of indigenous Yoruba genres of music, highlighting the roles played by both the older and younger generation of artists. The exciting roundtable conversations was an eye opener as the artists shared various insights into the past and potential future of the industry.\n\nThis year’s edition of Ariya Repete is set to up the ante and will be the first ever to be aired on television with the aim to reach an even wider audience. This is particularly exciting for fans of the show as the 2019 Ariya Repete will be introducing an all-new category tagged ‘Afro Pop’.\n\nThe introduction of Afro-Pop has already got fans eagerly anticipating the selection parties which will be kicking off in various cities across western Nigeria on the 11th of June.\n\nSenior Brand Manager of Goldberg & Life Lager, Maria Shadeko who spoke at the round table session expressed delight at the return of the talent hunt,\n\n“Ariya Repete is a very special platform that allows us to showcase and celebrate the very best talents in South-Western Nigeria. Over the years, we have been able to continually delight our consumers with this initiative as well as provide unforgettable memories for winners of past editions. This year we are taking it further by not only increasing the prize money but also adding an all-new category. The theme of this year’s competition is ‘The Fusion’, and in light of this, we are looking for the next big artist who will dominate the Nigerian music scene.\n\nWe, at Goldberg, applaud the innovative and inspiring fusion of traditional Yoruba music with contemporary music. This year, with Ariya Repete we want to celebrate this blend of both worlds. We believe that the 2019 Ariya Repete will be the best ever, which is why we are taking the experience to TV, to show all of Africa that Goldberg Lager believes and celebrates the amazing indigenous talents from southwestern Nigeria.”\n\nThe regional auditions are set to kick-off on the 11th of June as Goldberg takes the auditions and selection parties to 8 western cities in two weeks. The selected talents will then head down to Lagos for mentorship sessions by some of the respected acts in their genres before returning to the contest to slug it in the quarterfinals from 5th of July. The Semi-Final will be hosted on the 12th of July while the grand finale is slated for 19th of July\n\nAriya Repete is proudly sponsored by Goldberg lager, Goldberg lager is renowned for conceptualizing and executing initiatives such as these, which highlights the beauty of tradition and culture. With a wide array of exciting consumer engagement activities that brilliantly connects with its ever-loyal audience, Goldberg continues to remain one of the most authentic brands in the beer industry."" ]",, +,"[ null, ""https://icdn.empireofthekop.com/wp-content/uploads/2015/09/Tony-Barrett.png"" ]","""[null, {""document_url"": ""https://www.empireofthekop.com/2016/06/10/tony-barrett-retweets-liverpool-transfer-news-endorses-midfield-signing-link/"", ""unformatted_src"": ""https://icdn.empireofthekop.com/wp-content/uploads/2015/09/Tony-Barrett.png"", ""src"": ""https://icdn.empireofthekop.com/wp-content/uploads/2015/09/Tony-Barrett.png"", ""formatted_filename"": ""Tony Barrett"", ""alt_text"": ""Tony Barrett explains Klopp\u2019s January transfer window plans"", ""rendered_width"": 640, ""rendered_height"": 362, ""original_width"": 640, ""original_height"": 362, ""format"": ""jpeg""}]""","""{""url"": ""https://www.empireofthekop.com/2016/06/10/tony-barrett-retweets-liverpool-transfer-news-endorses-midfield-signing-link/"", ""warc_filename"": ""crawl-data/CC-MAIN-2020-45/segments/1603107878879.33/warc/CC-MAIN-20201022024236-20201022054236-00091.warc.gz"", ""warc_record_offset"": 690468227, ""warc_record_length"": 16106}""","[ ""Genuine transfer updates from the respected contingent of core Liverpool journalists has been rife, recently. Ben Smith of the BBC told fans to wait patiently until Jurgen Klopp gets back from holiday, while the others have just reconfirmed our interest in Ben Chilwell…\n\nTony Barrett of the Times has been quiet, but last night retweeted a claim from Italian journalist Tancredi Palmeri – who we usually take with a pinch of salt.\n\nA retweet can be considered an endorsement of a claim, and eagle-eyed Reds saw that the reliable Barrett backed up Palmeri’s revelation.\n\nThe suggestion was that Piotr Zielinski will wait to sign with Napoli until he knows Liverpool are definitely not interested. In other words, we are his priority and he’ll do everything he can to force a Merseyside switch.\n\nHaving already seen Zielinski don a Liverpool shirt, and hear him release countless statements of his desire to join us, this is pretty believable. Mahmoud Dahoud has emerged as our no.1 central midfield target, but the 22-year-old Pole provides an alternative option.\n\nHe’s owned by Udinese, who will sell Zielinski after he impressed at Empoli on loan. Does he directly improve Liverpool’s first-team just yet? Arguably not – but he’s talented and has room to improve – something our manager’s shown a penchant for."", null ]",, +,"[ ""https://thejusticeonline.com/wp-content/uploads/2020/06/The-100-Season-8-The-Buzz-Paper-1280x720-2-696x392-1-1-1200x675-1.webp"", null ]","""[{""document_url"": ""https://thejusticeonline.com/the-100-season-8-cast-plot-and-its-fate-moving-forward/"", ""unformatted_src"": ""https://thejusticeonline.com/wp-content/uploads/2020/06/The-100-Season-8-The-Buzz-Paper-1280x720-2-696x392-1-1-1200x675-1.webp"", ""src"": ""https://thejusticeonline.com/wp-content/uploads/2020/06/The-100-Season-8-The-Buzz-Paper-1280x720-2-696x392-1-1-1200x675-1.webp"", ""formatted_filename"": ""The Season The Buzz Paper"", ""rendered_width"": 696, ""rendered_height"": 392, ""original_width"": 1200, ""original_height"": 675, ""format"": ""jpeg""}, null]""","""{""url"": ""https://thejusticeonline.com/the-100-season-8-cast-plot-and-its-fate-moving-forward/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-49/segments/1669446711286.17/warc/CC-MAIN-20221208082315-20221208112315-00429.warc.gz"", ""warc_record_offset"": 580065736, ""warc_record_length"": 21754}""","[ null, ""This CW show is Sci-Fi post-apocalyptic drama show that was originally released on March 19, 2014. The show is inspired by the novel series “The 100” by Kass Morgan and is developed by Jason Rothenberg. The first season show showed a group of criminal adolescents sent back to earth after years of living on The Ark.\n\nThe Ark is where humanity had its last stand after the Nuclear Apocalypse. The teenagers are sent back to earth to see if life on Earth is possible again. The story progresses as Teenagers find out how the earth has changed over the years and they know nothing about the planet that was once their home. The show is on its 7th Season and gets a new episode weekly.\n\nWhat Is The Fate Of The 100 Moving Forward?\n\nIt seems that the Seventh Season will be the last season for The100 as the executive producer Jason Rothenberg said: “We’ve actually been asking for this to be the last season for a while because we feel like it’s time to get out while the getting’s good.” However, there have been talks about making a prequel for the 100 that will be set 97 years before the starting of 1st Season.\n\nThe narrative will be around the survivors who were on the ground and learned to cope up with the harsh surroundings and tried to create a better society. The pilot for the show will air during Season 7 and its title will be ‘Anaconda’.\n\nThe show is in the middle of its seventh season which might be the last one. The current cast for the show is Eliza Taylor as Clarke Griffin, Marie Avgeropoulos as Octavia Blake, Bob Morley as Bellamy Blake, Lindsey Morgan as Raven Reyes, Shannon Kook as Jordan Greens and a few more. If the show ever gets renewed and they decide to make the 8th season, hopefully, we will see these stars back in action as our favorite The 100 characters.\n\nPlot And Other News\n\nIn Season 6 we saw that the group arrived at a new planet with two Suns and saw them trying to adjust to a new planet and face new challenges. We also saw the characters were divided at the beginning of season 7 some physically while others because of time. We will see as the story progresses and how they come to terms with their differences.\n\nThe show runner Jason Rothenberg also said “It’ll be our version of a happy ending,” and “I can safely say that we’re trying to say something more with season seven. The ending of a story always is the point of the story, the moral of the story. We have yet to reveal the moral of the story, but it will be revealed in season seven.And it won’t be, ‘People are horrible, we all suck, we’re willing to kill everyone and everything and do anything to survive.’ “There’s a higher purpose.”\n\nSo viewers, stay curious because the real plot is not yet unfold the facts.Stay Tuned with Us to Learn More"" ]",, +,"[ null, ""https://images.outlookindia.com/public/uploads/articles/2021/6/19/Tokyo-2020-AP-34_570_850.jpg"", null ]","""[null, {""document_url"": ""https://www.outlookindia.com/website/story/sports-news-covid-19-impact-japan-imposes-stricter-regulations-on-indias-olympic-bound-athletes-ioa-calls-it-unfair/385589"", ""unformatted_src"": ""https://images.outlookindia.com/public/uploads/articles/2021/6/19/Tokyo-2020-AP-34_570_850.jpg"", ""src"": ""https://images.outlookindia.com/public/uploads/articles/2021/6/19/Tokyo-2020-AP-34_570_850.jpg"", ""formatted_filename"": ""Tokyo AP"", ""alt_text"": ""COVID-19 Impact: Japan Imposes Stricter Regulations On India's Olympic-bound Athletes, IOA Calls It 'unfair'"", ""original_width"": 850, ""original_height"": 567, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.outlookindia.com/website/story/sports-news-covid-19-impact-japan-imposes-stricter-regulations-on-indias-olympic-bound-athletes-ioa-calls-it-unfair/385589"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-31/segments/1627046149929.88/warc/CC-MAIN-20210723143921-20210723173921-00269.warc.gz"", ""warc_record_offset"": 969669119, ""warc_record_length"": 23461}""","[ ""Japan put stricter regulations in place for all travellers - including athletes, coaches and support staff - who reside in 11 countries, including India"", null, ""The Indian athletes and officials travelling for the Tokyo Olympics have been asked by the Japanese government to undergo daily COVID-19 tests for a week prior to their departure and not interact with anyone from another country for three days on arrival, strictures that have left the IOA fuming. (More Sports News)\n\nStricter regulations have been put in place for all travellers -- including athletes, coaches and support staff -- who have resided in 11 countries, including India, where different variants of COVID-19 have been identified, within 14 days of their arrival in Tokyo.\n\n\""The unfair and discriminatory\"" rules have drawn sharp criticism from the Indian Olympic Association. India's COVID-19 situation has improved considerably after a catastrophic second wave with daily cases declining from more than 3 lakh a few weeks back to just over 60,000 right now.\n\nIndia has been clubbed in group 1 alongside Afghanistan, Maldives, Nepal, Pakistan and Sri Lanka.\n\n\""Before you travel: You must be tested every day, for seven days, prior to your departure to Japan,\"" the advisory stated for the Group 1 countries.\n\n\""Physical distancing: For seven days prior to your departure to Japan, you must keep your physical interaction with all others, including from another team, delegation or country, to an absolute minimum,\"" it added.\n\nOn arrival, athletes and officials will also not be allowed to interact with anyone else apart from their own delegation for three days.\n\n\""At the Games. You will be tested every day as is the case for all athletes and officials.\n\n\""For three days after your arrival in Japan, you will not be able to physically interact with anyone from another team, delegation or country.\""\n\nAthletes have been asked to check into the Games Village five days before their competition begins.\n\n\""Athletes are allowed to arrive in the Games Village only 5 days before their event. Now 3 days will be wasted, this is the time the Athletes need to be moving towards their mode to Peak. Highly unfair for Indian Athletes,\"" the joint statement read.\n\n\""Where and when will the Athletes have their Breakfast, Lunch Dinner etc during these 3 days, as everyone has food in the Games village food hall where all Athletes and officals of other NOCs are present all the time.\n\n\""If Food Packets are being delivered outside the Rooms of the Athletes then who will plan their body requirements like Proteins, food preferences etc and will it not affect the performance of athletes, who will not not get their preferred diet, just 5 days before the Olympics\""\n\nSeveral athletes like weightlifter Mirabai Chanu, wrestler Vinesh Phogat and Javelin thrower Neeraj Chopra are training abroad and will travel to Tokyo from their respective locations.\n\nHowever, a major chunk of the Indian contingent will leave for the Games from India and the regualations will affect their training.\n\nThe IOA questioned the need for the regulations given that athletes from India will be fully vaccinated and will be undergoing daily tests for a week before their departure.\n\n\""Where and when will the Athletes practice as practice/training areas are never empty and Athletes and officials of other NOCs are present all the time.\n\n\""While we respect any country's decision to keep their country safe and secure, the athletes going out of India will be Double Vaccinated, have RTPCR tests done everyday for last 7 days before leaving...\n\n\""...then why make the Athletes suffer at a time when they need to peak, once again highly unfair for Indian Athletes who have worked hard for 5 years to be discriminated against just 5 days before the Olympics,\"" the IOA statement read."" ]",, +,"[ ""http://www.mutanteggplant.com/vitro-nasu/wp-content/uploads/2017/04/1aBalhausFEYE-e1492042569785.jpg"", null, ""http://www.mutanteggplant.com/vitro-nasu/wp-content/uploads/2012/05/GuntherKwhity-1.jpeg"" ]","""[{""document_url"": ""https://www.mutanteggplant.com/vitro-nasu/2017/04/12/fassbinders-eye-cinematographer-michael-balhaus-dies-5-august-1935-11-april-2017/"", ""unformatted_src"": ""http://www.mutanteggplant.com/vitro-nasu/wp-content/uploads/2017/04/1aBalhausFEYE-e1492042569785.jpg"", ""src"": ""http://www.mutanteggplant.com/vitro-nasu/wp-content/uploads/2017/04/1aBalhausFEYE-e1492042569785.jpg"", ""formatted_filename"": ""aBalhausFEYE e"", ""alt_text"": ""1aBalhausFEYE"", ""rendered_width"": 600, ""rendered_height"": 338, ""original_width"": 600, ""original_height"": 338, ""format"": ""jpeg""}, null, {""document_url"": ""https://www.mutanteggplant.com/vitro-nasu/2017/04/12/fassbinders-eye-cinematographer-michael-balhaus-dies-5-august-1935-11-april-2017/"", ""unformatted_src"": ""http://www.mutanteggplant.com/vitro-nasu/wp-content/uploads/2012/05/GuntherKwhity-1.jpeg"", ""src"": ""http://www.mutanteggplant.com/vitro-nasu/wp-content/uploads/2012/05/GuntherKwhity-1.jpeg"", ""formatted_filename"": ""GuntherKwhity"", ""rendered_width"": 375, ""rendered_height"": 278, ""original_width"": 375, ""original_height"": 278, ""format"": ""jpeg""}]""","""{""url"": ""https://www.mutanteggplant.com/vitro-nasu/2017/04/12/fassbinders-eye-cinematographer-michael-balhaus-dies-5-august-1935-11-april-2017/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-49/segments/1669446710870.69/warc/CC-MAIN-20221201221914-20221202011914-00499.warc.gz"", ""warc_record_offset"": 954311762, ""warc_record_length"": 9378}""","[ null, ""Cinematographer Michael Ballhaus and filmmaker Rainer Werner Fassbinder worked together on 16 films. (via)\n\nHe gave me an education, and he changed my way of thinking about what it is to make a film. He was a great artist. He was also a precious and irreplaceable friend, and this is a great loss for me.”\n\nMichael Ballhaus was a German cinematographer. In 1990, he was the Head of the Jury at the 40th Berlin International Film Festival\n\nBallhaus was influenced by family friend Max Ophüls,[3] and appears as an extra in Ophüls last film Lola Montès (1955).[4]\n\nHe came to prominence with his work on sixteen films for Rainer Werner Fassbinder beginning with Whity (1971) and, including The Bitter Tears of Petra von Kant (1972), Chinese Roulette (1976) and The Marriage of Maria Braun (1978)\n\nUnder the Cherry Moon"", null ]",, +,"[ ""https://www.rvcj.com/wp-content/uploads/2017/11/virat-main-3.jpg"", null, ""https://www.rvcj.com/wp-content/uploads/2017/11/virat-600x353.png"", null ]","""[{""document_url"": ""https://www.rvcj.com/virat-kohli-scored-4-runs-1-ball-running-completed-3-runs-pujara-scored-2/"", ""unformatted_src"": ""https://www.rvcj.com/wp-content/uploads/2017/11/virat-main-3.jpg"", ""src"": ""https://www.rvcj.com/wp-content/uploads/2017/11/virat-main-3.jpg"", ""formatted_filename"": ""virat main"", ""rendered_width"": 802, ""rendered_height"": 420, ""original_width"": 802, ""original_height"": 420, ""format"": ""jpeg""}, null, {""document_url"": ""https://www.rvcj.com/virat-kohli-scored-4-runs-1-ball-running-completed-3-runs-pujara-scored-2/"", ""unformatted_src"": ""https://www.rvcj.com/wp-content/uploads/2017/11/virat-600x353.png"", ""src"": ""https://www.rvcj.com/wp-content/uploads/2017/11/virat-600x353.png"", ""formatted_filename"": ""virat"", ""rendered_width"": 600, ""rendered_height"": 353, ""original_width"": 600, ""original_height"": 353, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.rvcj.com/virat-kohli-scored-4-runs-1-ball-running-completed-3-runs-pujara-scored-2/"", ""warc_filename"": ""crawl-data/CC-MAIN-2020-24/segments/1590347414057.54/warc/CC-MAIN-20200601040052-20200601070052-00097.warc.gz"", ""warc_record_offset"": 869234182, ""warc_record_length"": 21739}""","[ null, ""After the draw of 1st test match against Sri Lanka, Team India has performed exceedingly well in the 2nd match."", null, ""All thanks to the strong double century of Virat and centuries of Murali Vijay, Cheteshwar Pujara and Rohit Sharma, Team India scored huge 610 runs in its first innings. This gave Team India first innings lead of 405 runs.\n\nHowever, what happened on the 2nd day of the match was something really interesting.\n\nDuring the last session of the innings, Virat and Pujara started running between the wickets to score maximum runs. However, in between Virat got some extraordinary energy and ran so fast that he and Pujara both ended up scoring 4 runs in 1 ball just by running.\n\nThere happened another interesting thing on the field. Virat was so fast while running between the wickets that by the time Pujara completed two round, Virat had completed 3. Maybe, it happened because Pujara went little too far while running for the 1st run.\n\nWhatever it was, the audience got to something really incredible, rare and spectacular running between the wickets.\n\nYou can watch the video-\n\nAll Out On 2. 9 Players Out On 0. You Must’ve Never Seen A Cricket Scorecard Like This Before\nAshwin Tweeted About His 300th Test Wicket But His Wife Trolled Him In A Hilarious Way"" ]",, +,"[ ""https://blog-uploads.nyc3.digitaloceanspaces.com/2021/01/Screenshot-2021-01-03-at-19.03.50.png"", null, ""https://blog-uploads.imgix.net/2022/08/Screenshot-2022-08-03-at-10.51.18.png?auto=compress&auto=format&w=400&h=300"", ""https://blog-uploads.imgix.net/2022/08/Mixing-on-the-go-by-Sonarworks.png?auto=compress&auto=format&w=400&h=300"", ""https://blog-uploads.imgix.net/2022/07/Best-PRO-Studio-Headphones-by-Sonarworks.png?auto=compress&auto=format&w=400&h=300"" ]","""[{""document_url"": ""https://www.sonarworks.com/blog/learn/get-the-most-from-optical-compressors"", ""unformatted_src"": ""https://blog-uploads.nyc3.digitaloceanspaces.com/2021/01/Screenshot-2021-01-03-at-19.03.50.png"", ""src"": ""https://blog-uploads.nyc3.digitaloceanspaces.com/2021/01/Screenshot-2021-01-03-at-19.03.50.png"", ""formatted_filename"": ""Screenshot at"", ""rendered_width"": 640, ""rendered_height"": 399, ""original_width"": 934, ""original_height"": 582, ""format"": ""jpeg""}, null, {""document_url"": ""https://www.sonarworks.com/blog/learn/get-the-most-from-optical-compressors"", ""unformatted_src"": ""https://blog-uploads.imgix.net/2022/08/Screenshot-2022-08-03-at-10.51.18.png?auto=compress&auto=format&w=400&h=300"", ""src"": ""https://blog-uploads.imgix.net/2022/08/Screenshot-2022-08-03-at-10.51.18.png?auto=compress&auto=format&w=400&h=300"", ""formatted_filename"": ""Screenshot at"", ""rendered_width"": 400, ""rendered_height"": 300, ""original_width"": 376, ""original_height"": 300, ""format"": ""jpeg""}, {""document_url"": ""https://www.sonarworks.com/blog/learn/get-the-most-from-optical-compressors"", ""unformatted_src"": ""https://blog-uploads.imgix.net/2022/08/Mixing-on-the-go-by-Sonarworks.png?auto=compress&auto=format&w=400&h=300"", ""src"": ""https://blog-uploads.imgix.net/2022/08/Mixing-on-the-go-by-Sonarworks.png?auto=compress&auto=format&w=400&h=300"", ""formatted_filename"": ""Mixing on the go by Sonarworks"", ""rendered_width"": 400, ""rendered_height"": 300, ""original_width"": 400, ""original_height"": 298, ""format"": ""jpeg""}, {""document_url"": ""https://www.sonarworks.com/blog/learn/get-the-most-from-optical-compressors"", ""unformatted_src"": ""https://blog-uploads.imgix.net/2022/07/Best-PRO-Studio-Headphones-by-Sonarworks.png?auto=compress&auto=format&w=400&h=300"", ""src"": ""https://blog-uploads.imgix.net/2022/07/Best-PRO-Studio-Headphones-by-Sonarworks.png?auto=compress&auto=format&w=400&h=300"", ""formatted_filename"": ""Best PRO Studio Headphones by Sonarworks"", ""rendered_width"": 400, ""rendered_height"": 300, ""original_width"": 360, ""original_height"": 300, ""format"": ""jpeg""}]""","""{""url"": ""https://www.sonarworks.com/blog/learn/get-the-most-from-optical-compressors"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-33/segments/1659882571086.77/warc/CC-MAIN-20220809185452-20220809215452-00395.warc.gz"", ""warc_record_offset"": 903537109, ""warc_record_length"": 19973}""","[ null, ""An optical compressor seems like the simplest solution for plug-and-play tracking and mix compression. With only two main controls, output gain and gain reduction (threshold), things couldn’t get much easier. However, if you care to delve a bit deeper into the operation of an opto compressor, things become more interesting and the compressors can be that much more effective. This discussion mainly pertains to plugin models of opto compressors, but much of this discussion can be extended back to using the physical hardware. Hardware units may require a screwdriver to get into some of these options, but many newer hardware units provide more user-friendly access to these parameters.\n\nWhat and Why Opto?\n\nOptical compressors date back to the 1950s when Telektronix (which eventually became part of Universal Audio) debuted the LA-1 compressor. By the mid-1960s the LA-1 developed into the current LA-2A compressor design— which has become a staple both as recording hardware and DAW-based software. Universal Audio manufacturers an extremely popular hardware reissue of the original LA-2A to this day.\n\nThe magic of the LA-2A, and every other optical compressor that followed lies in an optical circuit that acts as the level control, or attenuator. In effect, the audio signal lights a small light panel and a nearby photoresistor senses the light and controls the behavior of the gain reduction. The compressor then adds make-up gain with a tube amplifier (LA-2A) or a solid-state amplifier (LA-3A).\n\nThe user-adjustable parameters of an opto compressor are output gain and gain reduction (threshold). The fixed attack is fast, while the fixed release happens in two stages as described above, and would be generally characterized as slow. The LA-2A provides two modes: compress (3:1) and limit (100:1). Remember that the frequency-dependent nature of the opto blurs these parameters a bit—in a musically helpful way. Most digital models of the LA-2A and LA-3A provide an emphasis control (sometimes labeled pre-emphasis) that often looks like a slotted screw. This screw exists on the original hardware units (sometimes on the rear panel) and was factory set and perhaps adjusted by a studio tech to suit the studio’s preferences. The emphasis control was designed to provide radio stations with better control over the broadcast signal’s high-frequency content.\n\nOptical compressors may contain tubes and transformers, or they may be solid-state and even transformerless. Their compression behavior remains natural and smooth regardless of a tube or solid-state engine, and the distortion and sonic color of a specific opto compressor relate to the amplifier circuitry, not the compression action. Many companies besides Universal Audio produce optical compressors and each design may use a slightly different opto device, so their attack and release times may differ, or even be user-selectable. As optos age, they become weaker, so after only a few years, the performance of an opto compressor may suffer until the opto module is replaced. The LA2A and many other opto compressors use a plugin-in opto module referred to as a T4, which are readily available from a few manufacturers for around USD 100.\n\nI find opto compressors extremely useful for tracking vocals and acoustic instruments. It’s almost impossible to ruin a take with an opto compressor and between the tube (LA-2A) and solid-state (LA-3A) versions, you can capture a clean or harmonically rich track. When mixing, it really helps to delve deeper than simply adjusting the gain reduction and output knobs, so you can dial in precise variations of compression to fit the track you’re working on.\n\nMany engineers swear by using an opto and a FET or VCA compressor in series, but before you get into that, spend some time learning to dial in the opto. Let’s get into the gritty details of the Universal LA-2A and LA-3A. Then I’ll provide a list of other optical compressors that provide similar compression with more or less character. Every DAW provides a stock opto compressor, so you won’t even have to purchase anything to get into these comps.\n\nMore Parameters than Meets the Eye\n\nThe basic parameters of an opto compressor are output gain and gain reduction (threshold). The attack is more or less fixed at around 10 microseconds, while the release happens in two stages as described above, and would be generally characterized as slow. The LA-2A provides two modes: compress (3:1) and limit (100:1). Remember that the frequency-dependent nature of the opto blurs these parameters a bit—in a musically helpful way. Most digital models of the LA-2A and LA-3A provide an emphasis control (sometimes labeled pre-emphasis) that often looks like a flat-head screw. This screw exists on the original hardware units (sometimes on the rear panel) and was factory set and perhaps adjusted by a studio tech to suit the studio’s preferences. The emphasis control was designed to provide radio stations with better control over the broadcast signal’s high-frequency content.\n\nFor most vocals, only 2 or 3dB of compression will hold a vocal still in a mix, but often a few more dB of compression sounds fine. If I find that the vocal still moves around too much, I’ll switch from the compression mode to the limit mode, which provides a bit stiffer control. For upright and electric bass, I often use much more extreme amounts of compression and word has it that Elton John’s shimmering piano sound relies on about 10dB of compression from a pair of LA-2A compressors.\n\nLA-2As produce a bit of mid and low-frequency harmonics, while the LA-3A provides some brighter harmonics, so you may find that different sources are well served by either device. Bob Clearmountain has been known to favor LA3As for vocals for many decades. Plugins emulate hardware to some extent, and each plugin version imparts its own character. I find many plugin optical compressors useful for mixing, and I really only use hardware optical compressors (or any hardware compressors) during tracking sessions.\n\nHere is a list of some excellent plugin optical compressors:\n\nHere are some excellent hardware optical compressors that are still in production today:\n\nContinue learning by reading our other tips and tricks here."", null, null, null ]",, +,"[ null, ""http://oi43.tinypic.com/mh7oqr.jpg"", null ]","""[null, {""document_url"": ""https://www.101pressrelease.com/the-market-of-china-orthopedic-device-would-be-the-mainly-development-trend-in-the-future/"", ""unformatted_src"": ""http://oi43.tinypic.com/mh7oqr.jpg"", ""src"": ""http://oi43.tinypic.com/mh7oqr.jpg"", ""formatted_filename"": ""mh oqr"", ""rendered_width"": 320, ""rendered_height"": 320, ""original_width"": 300, ""original_height"": 300, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.101pressrelease.com/the-market-of-china-orthopedic-device-would-be-the-mainly-development-trend-in-the-future/"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-10/segments/1614178349708.2/warc/CC-MAIN-20210224223004-20210225013004-00226.warc.gz"", ""warc_record_offset"": 575434784, ""warc_record_length"": 14368}""","[ ""According to the research from CN Orthopedic which is the high reputation Chinese Orthopaedic Implants manufacturer for the Bone Plates and Screws,Cannulated Screws,External Fixators,Instrument Set & Others… the market of the orthopedic devices in Asia has reached 2 billion in recent years. The average growth rate of this market in Asia is 5 percent. However, the hip implants have accounted for the largest proportion which is more than 40 percent. On the other hand, the proportion of the trauma equipment which is also called the trauma devices has closed to 35 percent. Knee implants have accounted for 25 percent. The demand for orthopedic equipment of Asian countries has accounted one fourth of the whole world market."", null, ""Japan is the protagonist of Asia’s orthopedic market. The demand of this country has accounting for more than third fourth of the Asia market. Japan’s model of medical costs is more similar to the United States or other European countries. Other country such as China or India which wealth has been increasing has also had large number of poor people. In that case, the government is focus on providing basic medical care. In that case, the totally cost for the high end orthopedic device in country such as China and India is not larger than the developed country such as USA."" ]",, +,"[ null, ""https://www.austinchronicle.com/imager/b/newfeature/190100/f6ae/screens_DVD-22087.jpeg"", null ]","""[null, {""document_url"": ""https://www.austinchronicle.com/screens/2003-12-12/dragonslayer/"", ""unformatted_src"": ""/imager/b/newfeature/190100/f6ae/screens_DVD-22087.jpeg"", ""src"": ""https://www.austinchronicle.com/imager/b/newfeature/190100/f6ae/screens_DVD-22087.jpeg"", ""formatted_filename"": ""screens DVD"", ""alt_text"": ""DVD Watch"", ""original_width"": 320, ""original_height"": 454, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.austinchronicle.com/screens/2003-12-12/dragonslayer/"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-17/segments/1618038075074.29/warc/CC-MAIN-20210413213655-20210414003655-00054.warc.gz"", ""warc_record_offset"": 741307461, ""warc_record_length"": 15655}""","[ ""Dragons have a PR problem, and this movie doesn't help."", null, ""Paramount Home Video, $19.99 In days of old when knights were nowhere near the landscape, dragons and wizards ruled. That's the premise of the 1981 live-action drama Dragonslayer, an engaging but unsatisfying joust with the past from Matthew Robbins, whose short-lived career included Corvette Summer and *batteries not included. Dragonslayer doesn't just lag, it lumbers along, wounded by a tedious script and slow pacing. There are no extras, no commentary, no outtakes, nothing to improve it. And that's a shame, because it is well cast, with Ralph Richardson chewing the scenery as the sorceror Ulrich and Peter MacNicol, recently seen as quirky attorney John Cage on Ally McBeal, as his apprentice, Galen. Galen sets out to destroy the dragon with the cross-dressing virgin (natch) Valerian (Caitlin Clarke), played to perfection in nontypical heroine form. Add the wickedly handsome John Hallam gloriously cast as the evil Tyrian, the king's henchman involved with some hanky panky in the choosing of virgins to slaughter, and so goes the story. But if you can dismiss the uneven scripting, the dragon is the real payoff. Though it is awkward in close-up, where the stop animation is obvious, the overall affect is astonishing. Writhing and glittering beasts, the creatures rear up and breathe hellfire with blazing, believable effect, and a scene of dragonlets munching on the brave sacrificed princess Elspeth (Chloe Salaman) still induces queasiness. Dragons are tough business, cinematically. They're sort of the opposite of unicorns on the good guy-bad guy scale, and they have a serious PR problem. Dragonslayer doesn't help, as these dragons are not just monstrous fire-breathing critters -- they also breed, get in bad moods, and carry grudges. In fact, they'd probably have a good legal case against Hollywood with this movie as a prime suspect. If they're smart, they'll contact the Dragon Union and ask John Cage to represent them."" ]",, +,"[ null, ""https://getitmagazine.co.za/ballito-umhlanga/wp-content/uploads/sites/4/2019/04/Med-120-StaffSept2015-1024x681.jpg"", null, ""https://getitmagazine.co.za/ballito-umhlanga/wp-content/uploads/sites/4/2019/04/HR-101-StaffSept2015-681x1024.jpg"", null ]","""[null, {""document_url"": ""https://getitmagazine.co.za/ballito-umhlanga/blog/2019/04/28/inspiring-pioneer-with-global-accolades/"", ""unformatted_src"": ""https://getitmagazine.co.za/ballito-umhlanga/wp-content/uploads/sites/4/2019/04/Med-120-StaffSept2015-1024x681.jpg"", ""src"": ""https://getitmagazine.co.za/ballito-umhlanga/wp-content/uploads/sites/4/2019/04/Med-120-StaffSept2015-1024x681.jpg"", ""formatted_filename"": ""Med StaffSept"", ""rendered_width"": 696, ""rendered_height"": 463, ""original_width"": 1024, ""original_height"": 681, ""format"": ""jpeg""}, null, {""document_url"": ""https://getitmagazine.co.za/ballito-umhlanga/blog/2019/04/28/inspiring-pioneer-with-global-accolades/"", ""unformatted_src"": ""https://getitmagazine.co.za/ballito-umhlanga/wp-content/uploads/sites/4/2019/04/HR-101-StaffSept2015-681x1024.jpg"", ""src"": ""https://getitmagazine.co.za/ballito-umhlanga/wp-content/uploads/sites/4/2019/04/HR-101-StaffSept2015-681x1024.jpg"", ""formatted_filename"": ""HR StaffSept"", ""rendered_width"": 681, ""rendered_height"": 1024, ""original_width"": 681, ""original_height"": 1024, ""format"": ""jpeg""}, null]""","""{""url"": ""https://getitmagazine.co.za/ballito-umhlanga/blog/2019/04/28/inspiring-pioneer-with-global-accolades/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-21/segments/1652662515501.4/warc/CC-MAIN-20220517031843-20220517061843-00539.warc.gz"", ""warc_record_offset"": 342849508, ""warc_record_length"": 42625}""","[ ""Having been awarded two massive, global accolades in the past month, Wonderbag founder and Ballito local Sarah Collins has been honored and recognised for the incredible work she has done to inspire and grow the African continent.\n\n\nThe Wonderbag needs no introduction. This non-electric, portable slow cooker has been a game changer for home cooks the world over, allowing you to cook food that has been brought to the boil by conventional methods for up to eight hours without electricity or fuel.\n\nThe real wonder of the Wonderbag, however, is the difference it has made to the lives of thousands of rural women around the world. Billions of people cook over open fire every day, with women and girls burdened with time-consuming tasks like collecting firewood and cooking in harsh conditions. The Wonderbag saves time, decreases air pollution and saves trees. Over the past 10 years, more than 1.5 million Wonderbags have been activated worldwide."", null, ""How fitting it was then, that on International Women’s Day, social entrepreneur Sarah was named as one of Africa’s ‘New Wealth Creators’ by Forbes Africa Woman magazine at the Leading Women summit held in Durban. Amongst the speakers at the summit were Naomi Campbell, Nkosazana Dlamini-Zuma, Demi-Leigh Nel-Peters and other high-ranking CEO’s and sportswomen. Managing editor of Forbes Woman Africa, Methil Renuka said the nominated women were pioneers within their industries. “These women are pioneering within their industries, as well as pioneering industries themselves, tapping into previously unknown sources of income and transforming the world as we know it.”\n\nPassionate about helping women the world over reach their full potential, Sarah says she felt honoured to have been nominated. “Every woman in Africa is a potential entrepreneur, but if they spend up to eight hours collecting firewood and water as well as cooking – how can they ever have time to earn an income or tend to their agricultural land and sell produce in the market? That’s why I created the Wonderbag. I believe Africa needs economic stimulation in rural communities to ease the burden on urbanisation. If we can allow women to take their rightful place as entrepreneurs and matriarchs of their homes, we will significantly short the gap to fill empty tummies, as well as get children into school and allow girls to have more freedom to pursue and achieve great things.”"", null, ""The ingenious Wonderbag, used by refugees and humanitarian interventions around the world, is simple to use and revolutionary and can and is changing lives.\n\nGetting it right at Mount Edgecombe Country Club!\n\n25th Apr 2022\nWe use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkPrivacy policy"" ]",, +,"[ ""https://www.capitalanalyticsassociates.com/wp-content/uploads/2021/08/medical-technology-300x200.png"", null ]","""[{""document_url"": ""https://www.capitalanalyticsassociates.com/tampa-bays-medtech-hub-emerges-from-pandemic-poised-for-growth/"", ""unformatted_src"": ""https://www.capitalanalyticsassociates.com/wp-content/uploads/2021/08/medical-technology-300x200.png"", ""src"": ""https://www.capitalanalyticsassociates.com/wp-content/uploads/2021/08/medical-technology-300x200.png"", ""formatted_filename"": ""medical technology"", ""alt_text"": ""medical technology"", ""rendered_width"": 300, ""rendered_height"": 200, ""original_width"": 300, ""original_height"": 200, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.capitalanalyticsassociates.com/tampa-bays-medtech-hub-emerges-from-pandemic-poised-for-growth/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-33/segments/1659882573145.32/warc/CC-MAIN-20220818003501-20220818033501-00678.warc.gz"", ""warc_record_offset"": 608951108, ""warc_record_length"": 40913}""","[ null, ""2 min read August 2021 — For many years, pioneering healthcare professionals have been promoting telehealth and technological innovations to make the business of caring for patients easier and more efficient. But the ideas often gained little traction, and normally among niche circles. Until now. Medical technology is now becoming mainstream, especially in Tampa Bay, known as one of Florida’s preeminent life sciences hubs.\n\nAccording to reports, the number of Americans using telemedicine in 2020 almost doubled on the year to 41.7 million. In the same year, healthcare companies raised over $80.6 billion, up from $57.3 billion in 2019.\n\nThis combination of medical expertise, innovation and increased funding, in addition to a much more wide scale acceptance of technology, has led to the rise of medtech in Tampa Bay.\n\nOne example of this can be seen in a recent partnership between Tampa General Hospital and the Florida-Israel Business Accelerator (FIBA) to use innovative solutions to improve healthcare delivery in the region. Seven Israeli startups of the 50 applicants were selected to create ways to streamline the hospital’s day-to-day operations.\n\nIsrael is known as a global leader in healthcare innovation, and earlier in the year Tampa General announced another partnership, this time with Sheba Medical Center, a renowned teaching hospital located in Tel Aviv.\n\nIn fact, Tampa General is doing so much to adopt new technologies into its operations that, this May, it received a Stage 7 designation from the Healthcare Information and Management Systems Society. The hospital’s outpatient unit was awarded for its success in outpatient and ambulatory EMR adoption, capabilities and usage. Less than 7% of the nation’s hospitals have been able to achieve the Stage 7 designation.\n\nAnd Tampa General is not the only hospital to get excited about the prospect of medical technologies. In July, Largo Medical Center announced it would offer a brand-new FDA-approved technology to help with the early detection of colon cancer. The technology adds AI to a standard colonoscopy to help reduce the 20-25% miss-rate for polyp detection.\n\nTampa-based nursing school USF Health has also partnered with a local startup called Edgility, which provides technology that improves communication gaps and delays in information flow. The program will allow USF’s trainee nurses the opportunity to gain insight into digital technologies and ways in which it can improve patient outcomes.\n\nTechnology can be deployed in the healthcare field in a variety of ways, from telemedicine to advanced diagnostics and everything in between. This could include improving medical access to rural communities, improving accuracy of procedures, even down to simplifying the way patient records are held to create greater efficiency.\n\nIt is no secret, then, why venture capital firms are pouring funding into the space. In January, Tampa startup Aspen RxHealth, a company that uses telehealth and the gig economy, received $23 million in funding following a successful $9 million Series A funding round. Also in January, SOMA Global, a cloud-based system for first responders, raised $22.5 million in Series A funding from Weatherford Capital. And Tampa-based startup eRemede closed a $1.55 million funding round this July that will allow it to fully integrate its platform into a telehealth format. The company has developed an app that facilitates direct patient-doctor communication while keeping patient records secure.\n\nTampa’s medtech sector is growing fast but there is still plenty of opportunity now that people are aware of the possibilities. According to an EY report, the sector has consistently outperformed broader healthcare indices, including Big Pharma and the NASDAQ Biotechnology Index. The industry was valued at roughly half a trillion dollars in 2019 and is expected to grow to over $670 billion by 2027."" ]",, +,"[ ""https://www.gannett-cdn.com/-mm-/e12d9d5f2e1c835ac4f7999ea2a3a1ab86f4c926/c=648-0-1937-1719/local/-/media/2018/02/02/TXGroup/Abilene/636532056147644446--TJM4214-2-.JPG?width=292&height=390&fit=crop"", ""https://www.gannett-cdn.com/-mm-/78013b6ce0e3692bd29d5c57f4dab5a8dc1c2460/c=570-0-1706-1515/local/-/media/2018/02/02/TXGroup/Abilene/636532056149828460--TJM4221-2-.JPG?width=292&height=390&fit=crop"", null, ""https://www.gannett-cdn.com/-mm-/c396a3a0ddbd3763f62eafcf5011d0b8edf020f3/c=373-0-1081-944/local/-/media/2018/02/02/TXGroup/Abilene/636532056124088295--TJM4044-2-.JPG?width=292&height=390&fit=crop"", null, ""https://www.gannett-cdn.com/-mm-/8ae4f8aa293931748ca42903c4ad0070775a749a/c=0-50-900-1250/local/-/media/2018/02/02/TXGroup/Abilene/636532056120344271--TJM4063-2-.JPG?width=292&height=390&fit=crop"", ""https://www.gannett-cdn.com/-mm-/95e27f91ed1ffc9d44b8596e394433a1a837a13b/c=447-0-1181-979/local/-/media/2018/02/02/TXGroup/Abilene/636532056124556298--TJM4076-2-.JPG?width=292&height=390&fit=crop"", ""https://www.gannett-cdn.com/-mm-/69cab49dd9179f2d0c5096d98d4c1dce83bb3044/c=370-0-1109-985/local/-/media/2018/02/02/TXGroup/Abilene/636532056105992179--TJM4130-2-.JPG?width=292&height=390&fit=crop"", ""https://www.gannett-cdn.com/-mm-/1096a9e33141b689e133284cb9eca2b4b4c15907/c=68-0-1048-1307/local/-/media/2018/02/02/TXGroup/Abilene/636532056115508240--TJM4169-2-.JPG?width=292&height=390&fit=crop"", ""https://www.gannett-cdn.com/-mm-/68a27cfc7883bebe5fe67f144fa98e9fbfb89145/c=312-0-1466-1539/local/-/media/2018/02/02/TXGroup/Abilene/636532056125960307--TJM4179-2-.JPG?width=292&height=390&fit=crop"", ""https://www.gannett-cdn.com/-mm-/068b087b227fc2b5e4ea792557b1f3f4964405c1/c=22-0-700-904/local/-/media/2018/02/02/TXGroup/Abilene/636532056106148180--TJM4186-2-.JPG?width=292&height=390&fit=crop"", null, ""https://www.gannett-cdn.com/-mm-/de538f6e9aaedd506d8d24f5ccb9d1d08ce47c43/c=953-35-1751-1098/local/-/media/2018/02/02/TXGroup/Abilene/636532056116444246--TJM4203-2-.JPG?width=292&height=390&fit=crop"", ""https://www.gannett-cdn.com/-mm-/8a0b1ad8205b298830178dbb148364753e4a9bce/c=487-0-1384-1196/local/-/media/2018/02/02/TXGroup/Abilene/636532003407450370--TJM4083-2-.JPG?width=292&height=390&fit=crop"", ""https://www.gannett-cdn.com/-mm-/f5de42bb34cd5cd3aae0ec540d721a9992c7c15e/c=265-0-2312-1539/local/-/media/2018/02/02/TXGroup/Abilene/636532056125960307--TJM4179-2-.JPG?width=534&height=401&fit=crop"", null, ""https://www.gannett-cdn.com/-mm-/bb1eb791daabdc5c82ab14a1d903557b5460037e/c=0-0-1302-979/local/-/media/2018/02/02/TXGroup/Abilene/636532056124556298--TJM4076-2-.JPG?width=540&height=405&fit=crop"", null ]","""[{""document_url"": ""https://www.reporternews.com/story/sports/high-school/2018/02/02/abilene-wylie-boys-soccer-outlasts-amarillo-tascosa/302553002/"", ""unformatted_src"": ""https://www.gannett-cdn.com/-mm-/e12d9d5f2e1c835ac4f7999ea2a3a1ab86f4c926/c=648-0-1937-1719/local/-/media/2018/02/02/TXGroup/Abilene/636532056147644446--TJM4214-2-.JPG?width=292&height=390&fit=crop"", ""src"": ""https://www.gannett-cdn.com/-mm-/e12d9d5f2e1c835ac4f7999ea2a3a1ab86f4c926/c=648-0-1937-1719/local/-/media/2018/02/02/TXGroup/Abilene/636532056147644446--TJM4214-2-.JPG?width=292&height=390&fit=crop"", ""formatted_filename"": ""TJM"", ""alt_text"": ""Wylie's Elfido Maldanado (19) battles for position against an Amarillo Tascosa defender during the Bulldogs 2-0 win on Friday, Feb. 2, 2018."", ""original_width"": 292, ""original_height"": 390, ""format"": ""jpeg""}, {""document_url"": ""https://www.reporternews.com/story/sports/high-school/2018/02/02/abilene-wylie-boys-soccer-outlasts-amarillo-tascosa/302553002/"", ""unformatted_src"": ""https://www.gannett-cdn.com/-mm-/78013b6ce0e3692bd29d5c57f4dab5a8dc1c2460/c=570-0-1706-1515/local/-/media/2018/02/02/TXGroup/Abilene/636532056149828460--TJM4221-2-.JPG?width=292&height=390&fit=crop"", ""src"": ""https://www.gannett-cdn.com/-mm-/78013b6ce0e3692bd29d5c57f4dab5a8dc1c2460/c=570-0-1706-1515/local/-/media/2018/02/02/TXGroup/Abilene/636532056149828460--TJM4221-2-.JPG?width=292&height=390&fit=crop"", ""formatted_filename"": ""TJM"", ""alt_text"": ""Wylie keeper Cameron Dawsey (0) dives as a shot goes wide during the 2-0 win against Amarillo Tascosa on Friday, Feb. 2, 2018."", ""original_width"": 292, ""original_height"": 390, ""format"": ""jpeg""}, null, {""document_url"": ""https://www.reporternews.com/story/sports/high-school/2018/02/02/abilene-wylie-boys-soccer-outlasts-amarillo-tascosa/302553002/"", ""unformatted_src"": ""https://www.gannett-cdn.com/-mm-/c396a3a0ddbd3763f62eafcf5011d0b8edf020f3/c=373-0-1081-944/local/-/media/2018/02/02/TXGroup/Abilene/636532056124088295--TJM4044-2-.JPG?width=292&height=390&fit=crop"", ""src"": ""https://www.gannett-cdn.com/-mm-/c396a3a0ddbd3763f62eafcf5011d0b8edf020f3/c=373-0-1081-944/local/-/media/2018/02/02/TXGroup/Abilene/636532056124088295--TJM4044-2-.JPG?width=292&height=390&fit=crop"", ""formatted_filename"": ""TJM"", ""alt_text"": ""Wylie's Peyton Wood (11) turns up field around a pair of Amarillo Tascosa defenders during the 2-0 win on Friday, Feb. 2, 2018."", ""original_width"": 292, ""original_height"": 390, ""format"": ""jpeg""}, null, {""document_url"": ""https://www.reporternews.com/story/sports/high-school/2018/02/02/abilene-wylie-boys-soccer-outlasts-amarillo-tascosa/302553002/"", ""unformatted_src"": ""https://www.gannett-cdn.com/-mm-/8ae4f8aa293931748ca42903c4ad0070775a749a/c=0-50-900-1250/local/-/media/2018/02/02/TXGroup/Abilene/636532056120344271--TJM4063-2-.JPG?width=292&height=390&fit=crop"", ""src"": ""https://www.gannett-cdn.com/-mm-/8ae4f8aa293931748ca42903c4ad0070775a749a/c=0-50-900-1250/local/-/media/2018/02/02/TXGroup/Abilene/636532056120344271--TJM4063-2-.JPG?width=292&height=390&fit=crop"", ""formatted_filename"": ""TJM"", ""alt_text"": ""Wylie's Jaxon McAden (5), left, goes up against an Amarillo Tascosa during Friday's 2-0 victory at Bulldog Stadium."", ""original_width"": 292, ""original_height"": 390, ""format"": ""jpeg""}, {""document_url"": ""https://www.reporternews.com/story/sports/high-school/2018/02/02/abilene-wylie-boys-soccer-outlasts-amarillo-tascosa/302553002/"", ""unformatted_src"": ""https://www.gannett-cdn.com/-mm-/95e27f91ed1ffc9d44b8596e394433a1a837a13b/c=447-0-1181-979/local/-/media/2018/02/02/TXGroup/Abilene/636532056124556298--TJM4076-2-.JPG?width=292&height=390&fit=crop"", ""src"": ""https://www.gannett-cdn.com/-mm-/95e27f91ed1ffc9d44b8596e394433a1a837a13b/c=447-0-1181-979/local/-/media/2018/02/02/TXGroup/Abilene/636532056124556298--TJM4076-2-.JPG?width=292&height=390&fit=crop"", ""formatted_filename"": ""TJM"", ""alt_text"": ""Wylie's Zane McCurley (3) takes a free kick short during the 2-0 win against Amarillo Tascosa on Friday, Feb. 2, 2018 at Bulldog Stadium."", ""original_width"": 292, ""original_height"": 390, ""format"": ""jpeg""}, {""document_url"": ""https://www.reporternews.com/story/sports/high-school/2018/02/02/abilene-wylie-boys-soccer-outlasts-amarillo-tascosa/302553002/"", ""unformatted_src"": ""https://www.gannett-cdn.com/-mm-/69cab49dd9179f2d0c5096d98d4c1dce83bb3044/c=370-0-1109-985/local/-/media/2018/02/02/TXGroup/Abilene/636532056105992179--TJM4130-2-.JPG?width=292&height=390&fit=crop"", ""src"": ""https://www.gannett-cdn.com/-mm-/69cab49dd9179f2d0c5096d98d4c1dce83bb3044/c=370-0-1109-985/local/-/media/2018/02/02/TXGroup/Abilene/636532056105992179--TJM4130-2-.JPG?width=292&height=390&fit=crop"", ""formatted_filename"": ""TJM"", ""alt_text"": ""Riley Garrison (10) makes a pass during Wylie's 2-0 win against Amarillo Tascosa on Friday, Feb. 2, 2018 at Bulldog Stadium."", ""original_width"": 292, ""original_height"": 390, ""format"": ""jpeg""}, {""document_url"": ""https://www.reporternews.com/story/sports/high-school/2018/02/02/abilene-wylie-boys-soccer-outlasts-amarillo-tascosa/302553002/"", ""unformatted_src"": ""https://www.gannett-cdn.com/-mm-/1096a9e33141b689e133284cb9eca2b4b4c15907/c=68-0-1048-1307/local/-/media/2018/02/02/TXGroup/Abilene/636532056115508240--TJM4169-2-.JPG?width=292&height=390&fit=crop"", ""src"": ""https://www.gannett-cdn.com/-mm-/1096a9e33141b689e133284cb9eca2b4b4c15907/c=68-0-1048-1307/local/-/media/2018/02/02/TXGroup/Abilene/636532056115508240--TJM4169-2-.JPG?width=292&height=390&fit=crop"", ""formatted_filename"": ""TJM"", ""alt_text"": ""Wylie's Jaxon McAden (5) takes a shot during the 2-0 win against Amarillo Tascosa on Friday, Feb. 2, 2018 at Bulldog Stadium."", ""original_width"": 292, ""original_height"": 390, ""format"": ""jpeg""}, {""document_url"": ""https://www.reporternews.com/story/sports/high-school/2018/02/02/abilene-wylie-boys-soccer-outlasts-amarillo-tascosa/302553002/"", ""unformatted_src"": ""https://www.gannett-cdn.com/-mm-/68a27cfc7883bebe5fe67f144fa98e9fbfb89145/c=312-0-1466-1539/local/-/media/2018/02/02/TXGroup/Abilene/636532056125960307--TJM4179-2-.JPG?width=292&height=390&fit=crop"", ""src"": ""https://www.gannett-cdn.com/-mm-/68a27cfc7883bebe5fe67f144fa98e9fbfb89145/c=312-0-1466-1539/local/-/media/2018/02/02/TXGroup/Abilene/636532056125960307--TJM4179-2-.JPG?width=292&height=390&fit=crop"", ""formatted_filename"": ""TJM"", ""alt_text"": ""Wylie's Peyton Wood (11) celebrates his goal in the 57th minute against Amarillo Tascosa. The Bulldogs won 2-0 on Friday, Feb. 2, 2018 at Bulldog Stadium."", ""original_width"": 292, ""original_height"": 390, ""format"": ""jpeg""}, {""document_url"": ""https://www.reporternews.com/story/sports/high-school/2018/02/02/abilene-wylie-boys-soccer-outlasts-amarillo-tascosa/302553002/"", ""unformatted_src"": ""https://www.gannett-cdn.com/-mm-/068b087b227fc2b5e4ea792557b1f3f4964405c1/c=22-0-700-904/local/-/media/2018/02/02/TXGroup/Abilene/636532056106148180--TJM4186-2-.JPG?width=292&height=390&fit=crop"", ""src"": ""https://www.gannett-cdn.com/-mm-/068b087b227fc2b5e4ea792557b1f3f4964405c1/c=22-0-700-904/local/-/media/2018/02/02/TXGroup/Abilene/636532056106148180--TJM4186-2-.JPG?width=292&height=390&fit=crop"", ""formatted_filename"": ""TJM"", ""alt_text"": ""Wylie's Peyton Wood (11) is congratulated by teammates following his goal in the second half of the 2-0 win against Amarillo Tascosa on Friday, Feb. 2, 2018 at Bulldog Stadium."", ""original_width"": 292, ""original_height"": 390, ""format"": ""jpeg""}, null, {""document_url"": ""https://www.reporternews.com/story/sports/high-school/2018/02/02/abilene-wylie-boys-soccer-outlasts-amarillo-tascosa/302553002/"", ""unformatted_src"": ""https://www.gannett-cdn.com/-mm-/de538f6e9aaedd506d8d24f5ccb9d1d08ce47c43/c=953-35-1751-1098/local/-/media/2018/02/02/TXGroup/Abilene/636532056116444246--TJM4203-2-.JPG?width=292&height=390&fit=crop"", ""src"": ""https://www.gannett-cdn.com/-mm-/de538f6e9aaedd506d8d24f5ccb9d1d08ce47c43/c=953-35-1751-1098/local/-/media/2018/02/02/TXGroup/Abilene/636532056116444246--TJM4203-2-.JPG?width=292&height=390&fit=crop"", ""formatted_filename"": ""TJM"", ""alt_text"": ""Wylie's Riley Garrison (10), right takes a free kick short to Franky Becerra (14) during the 2-0 win against Amarillo Tascosa on Friday, Feb. 2, 2018 at Bulldog Stadium."", ""original_width"": 292, ""original_height"": 390, ""format"": ""jpeg""}, {""document_url"": ""https://www.reporternews.com/story/sports/high-school/2018/02/02/abilene-wylie-boys-soccer-outlasts-amarillo-tascosa/302553002/"", ""unformatted_src"": ""https://www.gannett-cdn.com/-mm-/8a0b1ad8205b298830178dbb148364753e4a9bce/c=487-0-1384-1196/local/-/media/2018/02/02/TXGroup/Abilene/636532003407450370--TJM4083-2-.JPG?width=292&height=390&fit=crop"", ""src"": ""https://www.gannett-cdn.com/-mm-/8a0b1ad8205b298830178dbb148364753e4a9bce/c=487-0-1384-1196/local/-/media/2018/02/02/TXGroup/Abilene/636532003407450370--TJM4083-2-.JPG?width=292&height=390&fit=crop"", ""formatted_filename"": ""TJM"", ""alt_text"": ""Wylie's Julian Munoz (9) plays a ball against Amarillo Tascosa on Friday, Feb. 2, 2018."", ""original_width"": 292, ""original_height"": 390, ""format"": ""jpeg""}, {""document_url"": ""https://www.reporternews.com/story/sports/high-school/2018/02/02/abilene-wylie-boys-soccer-outlasts-amarillo-tascosa/302553002/"", ""unformatted_src"": ""https://www.gannett-cdn.com/-mm-/f5de42bb34cd5cd3aae0ec540d721a9992c7c15e/c=265-0-2312-1539/local/-/media/2018/02/02/TXGroup/Abilene/636532056125960307--TJM4179-2-.JPG?width=534&height=401&fit=crop"", ""src"": ""https://www.gannett-cdn.com/-mm-/f5de42bb34cd5cd3aae0ec540d721a9992c7c15e/c=265-0-2312-1539/local/-/media/2018/02/02/TXGroup/Abilene/636532056125960307--TJM4179-2-.JPG?width=534&height=401&fit=crop"", ""formatted_filename"": ""TJM"", ""alt_text"": ""636532056125960307--TJM4179-2-.JPG"", ""original_width"": 534, ""original_height"": 401, ""format"": ""jpeg""}, null, {""document_url"": ""https://www.reporternews.com/story/sports/high-school/2018/02/02/abilene-wylie-boys-soccer-outlasts-amarillo-tascosa/302553002/"", ""unformatted_src"": ""https://www.gannett-cdn.com/-mm-/bb1eb791daabdc5c82ab14a1d903557b5460037e/c=0-0-1302-979/local/-/media/2018/02/02/TXGroup/Abilene/636532056124556298--TJM4076-2-.JPG?width=540&height=405&fit=crop"", ""src"": ""https://www.gannett-cdn.com/-mm-/bb1eb791daabdc5c82ab14a1d903557b5460037e/c=0-0-1302-979/local/-/media/2018/02/02/TXGroup/Abilene/636532056124556298--TJM4076-2-.JPG?width=540&height=405&fit=crop"", ""formatted_filename"": ""TJM"", ""alt_text"": ""Wylie's Zane McCurley (3) takes a free kick short during the 2-0 win against Amarillo Tascosa on Friday, Feb. 2, 2018 at Bulldog Stadium."", ""rendered_width"": 540, ""original_width"": 540, ""original_height"": 405, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.reporternews.com/story/sports/high-school/2018/02/02/abilene-wylie-boys-soccer-outlasts-amarillo-tascosa/302553002/"", ""warc_filename"": ""crawl-data/CC-MAIN-2020-10/segments/1581875146127.10/warc/CC-MAIN-20200225172036-20200225202036-00133.warc.gz"", ""warc_record_offset"": 865233254, ""warc_record_length"": 43982}""","[ null, null, ""Wylie's Kyle Morris (6) heads the ball out of the box during the 2-0 win against Amarillo Tascosa on Friday, Feb. 2, 2018 at Bulldog Stadium. Jordan Hofeditz/Reporter-News\nFullscreen"", null, ""Wylie's Peyton Wood (11) turns up field around a pair of Amarillo Tascosa defenders during the 2-0 win on Friday, Feb. 2, 2018. Jordan Hofeditz/Reporter-News\nFullscreen"", null, null, null, null, null, null, ""Wylie's Peyton Wood (11) is congratulated by teammates following his goal in the second half of the 2-0 win against Amarillo Tascosa on Friday, Feb. 2, 2018 at Bulldog Stadium. Jordan Hofeditz/Reporter-News\nFullscreen"", null, null, null, ""Coming off a tie earlier in the week the Wylie boys soccer team got back in the win column on Friday night with a 2-0 win against Amarillo Tascosa at Bulldog Stadium.\n\nIt is the second win in three games for the Bulldogs (8-3-3) who had gone winless in their previous four. Friday was the first time since the 4-1 win against Mexia on Jan. 13 in the Palestine Wildcat Invitational.\n\nMore: Wylie Bulldogs football ready for 5A with announcement of UIL district\n\nSince then, Wylie has been working on getting its offense going and some of that came on Friday.\n\n\""We've been working in practice really hard on putting some combinations together,\"" Wylie coach Chris Kincaid said. \""I think we did that (Friday). We were still lacking a little on the final execution, but to score and put a little pressure on a team was nice to see.\""\n\nThe Bulldogs chances throughout the first half, but were unable to break through. The game went to halftime scoreless and stayed that way through the first 15 minutes of the second half until Peyton Wood was able to get the Bulldogs on the board with under 24 minutes to play."", null, ""Wood’s initial header off the corner was saved, but he was in the perfect position to knock the rebound past Tascosa’s keeper.\n\nWylie doubled its lead with 11:11 to play as Zane McCurley curled in a free kick just outside the box off the keeper’s hands and into the back of the net.\n\n\""We've been so close,\"" Kincaid said. \""Really, I think we've been really close on our corners. We worked extremely hard on that. That's something we take pride in being better than the opposing team. You could see that one, Franky played a really good ball to Peyton and he didn't get it on the header, but he got the rebound. It's nice to see the work we do in practice pay off in a game.\""\n\nThe Bulldogs wrap up their nondistrict play on Monday when they host Cooper at 7:30 p.m. The next game up for Wylie will be Feb. 16 in Brownwood for the District 4-4A opener.\n\nLady Bulldogs knock off Kennedale on the road\n\nComing off three straight one-goal losses the Lady Bulldogs picked up a big road victory 3-0 at Kennedale on Friday night.\n\nAfter a scoreless first half, the Lady Bulldogs (8-4-1) got things going after halftime. Alaina Lewis got the offense started off a back post pass from Blayre O'Donald.\n\nGracie McCaslin doubled Wylie's lead off a Tatum McClellan assist. Lewis doubled her scoring total for the game while putting the Lady Bulldogs up 3-0 off a rebound with 14 minutes to play."" ]",, +,"[ null, ""https://www.casino.org/news/wp-content/uploads/2019/10/Boris-johnson-1024x819.jpg"", null ]","""[null, {""document_url"": ""https://vegasonlinecasino.com/johnson-eyes-uk-snap-election-faces-short-odds-for-short-stay-as-pm/"", ""unformatted_src"": ""https://www.casino.org/news/wp-content/uploads/2019/10/Boris-johnson-1024x819.jpg"", ""src"": ""https://www.casino.org/news/wp-content/uploads/2019/10/Boris-johnson-1024x819.jpg"", ""formatted_filename"": ""Boris johnson"", ""rendered_width"": 980, ""rendered_height"": 784, ""original_width"": 1024, ""original_height"": 819, ""format"": ""jpeg""}, null]""","""{""url"": ""https://vegasonlinecasino.com/johnson-eyes-uk-snap-election-faces-short-odds-for-short-stay-as-pm/"", ""warc_filename"": ""crawl-data/CC-MAIN-2020-40/segments/1600400205950.35/warc/CC-MAIN-20200922094539-20200922124539-00754.warc.gz"", ""warc_record_offset"": 687687277, ""warc_record_length"": 11195}""","[ ""\nBritish Prime Minister Boris Johnson is seeking a snap election for a new Parliament as part of a deal he’s proposing to give members more time to mull over the Brexit deal he’s trying to get through the legislative body. If lawmakers agree, it opens the door for gamblers in the United Kingdom to cash in on some betting opportunities against the controversial leader."", null, ""Johnson’s gambit comes as the European Union has agreed to extend the deadline for Britain’s departure from the political and economic body. Before that decision, Britain was to leave the EU by Thursday, regardless of whether a deal had been approved for the divorce.\n\nWhile the prime minister pushed to keep the closer deadline, he lost out in Parliament when it voted to request more time to consider the agreement he reached with EU officials. The request Britain sent to Brussels asked for an extension until Jan. 31. However, the EU may counter with a different extended deadline date.\n\nIn a letter to opposition leader Jeremy Corbyn, he proposed a Dec. 12 date for the election. In doing so, Johnson said that would give current members of Parliament (MPs) until Nov. 6 to debate and possibly act on the Brexit agreement before the legislative body is dissolved.\n\nIf the current body can’t reach a decision, then the new MPs would be in place by Christmas and have potentially a month to decide on the agreement, or ask again for more time.\n\nIt is our duty to end this nightmare and provide the country with a solution as soon as we reasonably can,” Johnson wrote.\n\nCorbyn, however, has been leery of efforts to call for an election unless a “no-deal” Brexit, which would happen if the EU imposed a hard deadline for departure, was taken off the table.\n\nParliament could vote as early as Monday whether to agree to a Dec. 12 election. In order to do so, a two-thirds majority of the 650 members must vote yes.\n\nOn Saturday, Reuters reported that two minority parties in Parliament have come together to push for a Dec. 9 election date. The main difference between the plan offered by the Scottish National Party and Liberal Democrats is that, unlike Johnson’s plan, it is not contingent on continuing consideration of the Brexit deal.\n\nUnlike the United States, betting on elections is legal in Great Britain, and sportsbooks have several markets open regarding Johnson’s fate.\n\nThe book also has a prop bet on whether Johnson would be the prime minister with the shortest term in office. The current record is 119 days, set in 1827 by George Canning. With Johnson, who took over at 10 Downing Street on July 24, seeking a Dec. 12 election date, it seems like he would escape breaking that dubious record. However, Ladbrokes still has it posted at 7-2.\n\nThe next scheduled general election will not take place until 2022."" ]",, +,"[ ""https://ivyaccess.org/wp-content/uploads/2019/10/redcharlie-vGbC6mOeUCw-unsplash-1638x1004.jpg"", null ]","""[{""document_url"": ""https://ivyaccess.org/should-you-apply-early-to-college-how-to-know-if-its-right-for-you/"", ""unformatted_src"": ""https://ivyaccess.org/wp-content/uploads/2019/10/redcharlie-vGbC6mOeUCw-unsplash-1638x1004.jpg"", ""src"": ""https://ivyaccess.org/wp-content/uploads/2019/10/redcharlie-vGbC6mOeUCw-unsplash-1638x1004.jpg"", ""formatted_filename"": ""redcharlie vGbC mOeUCw unsplash"", ""rendered_width"": 1638, ""rendered_height"": 1004, ""original_width"": 1638, ""original_height"": 1004, ""format"": ""jpeg""}, null]""","""{""url"": ""https://ivyaccess.org/should-you-apply-early-to-college-how-to-know-if-its-right-for-you/"", ""warc_filename"": ""crawl-data/CC-MAIN-2023-06/segments/1674764500255.78/warc/CC-MAIN-20230205130241-20230205160241-00029.warc.gz"", ""warc_record_offset"": 339254403, ""warc_record_length"": 20107}""","[ null, ""Applying early to college is a way of signaling special interest in a school, and it can improve your chances of being admitted while also letting you find out admissions decisions earlier in the year. To apply early, you’ll have to be organized and on top of your game—and, since some kinds of early admissions are binding, you’ll have to be careful not to lose options that you want to keep open. Here, I’ll explain the different kinds of early admissions programs, and how to know if they’re right for your college journey.\n\n“Applying early to college” can actually mean a few different things. Here are the types of early admissions programs, and what sets them apart from each other.\n\nEarly Decision is a binding application process: applicants choose one school, typically their first choice, and send in an application stating that if they are admitted, they will attend (barring a financial hurdle).\n\nThis application process restricts you to applying to only one school early. You apply early and find out early, but you are not required to attend if admitted.\n\nWhy Do Colleges Offer Early Admissions?\n\nMost schools really care about something called yield, a factor in college rankings. A school’s yield refers to the percentage of students who decide to attend that school upon being admitted.\n\nIn order to ensure a high yield, schools pay attention to your demonstrated interest. You can demonstrate interest in a number of ways, from opening a school’s emails (yes, they track that!) to going on a tour.\n\nApplying early decision is the ultimate form of demonstrating interest: schools no longer have to guess whether you’ll attend their school, they know it.\n\nThe schools that really care about demonstrated interested tend to be highly selective, but may not have the name recognition or locale appeal of a Harvard or Stanford. Everyone’s interested in Harvard and Stanford, but the slightly-less-well-known selective schools will want to be as confident as possible that you won’t be swept away by another school once they admit you.\n\nShould I Apply Early to College?\n\nI once heard the director of admissions at a highly selective school compare applying to college to dating. He said Early Decision is when you’re really serious: you think you’ve found the one and you’re hoping they agree.\n\nBefore you go off and press that submit button, ask yourself the following questions. If you can say yes to all of them, then an early application could be for you.\n\nWhat Steps Do I Need to Take to Apply Early?\n\nTo be able to apply early, you’ll need to have clear favorite schools—that you’ve visited!—have your strongest essays, and understand how you’ll be approaching financial aid. You can do it if you think ahead: it’s not harder to have your applications ready by November 1 than by January 1, it just takes a little more planning.\n\nThe Last Word on Applying Early to College\n\nAt the end of the day, your college application process is your own, and there’s no cookie-cutter way to go about it. However, the more you know, the more strategically you can package your application. Whichever way you decide to apply, make sure that you’re proud of what you submit. This process can be stressful and exhausting, and it’s easy to want to just submit something to get it over with, but doing the process right is one of the clearest and most important positive steps you can take for your future in your entire life. Make a plan and take your time. You got this!"" ]",, +,"[ null, ""https://www.goldderby.com/wp-content/uploads/2019/04/world-of-dance-vpeepz.jpg?w=620&h=360&crop=1"" ]","""[null, {""document_url"": ""https://www.goldderby.com/article/2019/the-kings-world-of-dance-choreography-emmy-news/"", ""unformatted_src"": ""https://www.goldderby.com/wp-content/uploads/2019/04/world-of-dance-vpeepz.jpg?w=620&h=360&crop=1"", ""src"": ""https://www.goldderby.com/wp-content/uploads/2019/04/world-of-dance-vpeepz.jpg?w=620&h=360&crop=1"", ""formatted_filename"": ""world of dance vpeepz"", ""alt_text"": ""VPeepz on World of Dance"", ""rendered_width"": 620, ""rendered_height"": 360, ""original_width"": 620, ""original_height"": 360, ""format"": ""jpeg""}]""","""{""url"": ""https://www.goldderby.com/article/2019/the-kings-world-of-dance-choreography-emmy-news/"", ""warc_filename"": ""crawl-data/CC-MAIN-2020-10/segments/1581875145533.1/warc/CC-MAIN-20200221142006-20200221172006-00512.warc.gz"", ""warc_record_offset"": 747419601, ""warc_record_length"": 33296}""","[ ""Over the course of three seasons, no one has dominated “World of Dance” quite like The Kings, the Indian hip-hop crew who swept through season three this past spring with five dances that averaged an astonishing judges’ score of 98.8, including a perfect 100 in the season finale. Now three of those routines are nominated for Best Choreography at the Emmys, and they might be tough to beat. Watch all of their season two routines above.\n\nThe group’s choreographer is Suresh Mukund, who’s nominated for “Malhari” from the Duels, “Yeh Raat” from the Divisional Final and “O Fortuna,” the routine that won them the million-dollar grand prize. The dances were highlighted by their high-flying stunts, but they were also distinguished by their originality, variety, storytelling and the ability of the dancers to create illusions in real-time, like wind blowing through their costumes and even a slow-motion fight sequence in their finale number. I’m kind of surprised they didn’t also earn Emmy nominations for Best Visual Effects and Best Stunt Coordination.\n\nWhen it comes to awards, sometimes more is more, and Mukund may have the most elaborate choreography in this year’s Emmy lineup. But this is also the first time “World of Dance” has ever been nominated for this award. The show was completely skunked last year for its first season, though this year it claimed four of the six nomination slots. Also nominated for the show are Melvin “Timtim” Rogador, Tessandra Chavez and the duo of Karen Forcano and Ricardo Vega. Perhaps just as formidable are the two “So You Think You Can Dance” nominees: two-time winner Travis Wall and overdue Luther Brown. But if academy judges are like “World of Dance” judges Jennifer Lopez, Derek Hough and Ne-Yo, then Mukund just might be the Emmy King."", null ]",, +,"[ null, ""https://muse.jhu.edu/article/478241/pdfimage"" ]","""[null, {""document_url"": ""https://muse.jhu.edu/article/478241/"", ""unformatted_src"": ""/article/478241/pdfimage"", ""src"": ""https://muse.jhu.edu/article/478241/pdfimage"", ""formatted_filename"": ""pdfimage"", ""alt_text"": ""pdf"", ""original_width"": 500, ""original_height"": 750, ""format"": ""jpeg""}]""","""{""url"": ""https://muse.jhu.edu/article/478241/"", ""warc_filename"": ""crawl-data/CC-MAIN-2020-29/segments/1593655906214.53/warc/CC-MAIN-20200710050953-20200710080953-00496.warc.gz"", ""warc_record_offset"": 536135708, ""warc_record_length"": 9408}""","[ ""In lieu of an abstract, here is a brief excerpt of the content:\nReviewed by:\nNach Amerika: Die Geschichte der deutschen Auswanderung, by Bernd Brunner. Becksche Reihe. Munich: Beck, 2009. 253 pp. €12.95.\n\nThis is not a scholarly book, but a brief survey of the history of German immigration to the United States for the general reader. The author is known for his book Bears: A Brief History (Yale University Press, 2007) that was praised as \""a little gem\"" by the New York Times in 2007. The first German-speaking group to come to America in 1683 was thirteen Quaker families from the city of Krefeld under the leadership of Franz Daniel Pastorius. They had been invited by William Penn and were the founders of Germantown in Pennsylvania. While seventeenth-century German immigration consisted mostly of Christian sects seeking freedom of religion, the motivation changed during the eighteenth century, when economic forces such as bad harvests, starvation, and lack of land became the prime reason. During the nineteenth century, it was politics that was the major factor of emigration: the failure of the 1848 revolution in Europe, the discrimination against Jews in many of the German principalities, and military conscription. By 1914, seven million Germans had left for the United States.\n\nThe author follows this chronology, including the history of German-speaking immigration after World Wars I and II, but he has also chapters that transcend the chronology, such as German perceptions of Americans and [End Page 182] vice versa, immigrants and slavery, contact with other ethnic groups, and the growth and decline of the German language in the United States. A special chapter is devoted to the situation of German Jewish immigrants during the nineteenth century, but there is none for the twentieth century. The mass exodus of 150,000 German-speaking Jews due to Nazi persecution is presented under the chapter heading of \""The American Exile.\"" This title is misleading because they were immigrants and not exiles who wanted to return to Germany after World War II.\n\nThe best chapters are on the early immigration, while the modern period shows some omissions and basic misunderstandings. The attraction of Hollywood before 1933 that brought Marlene Dietrich, Vicki Baum, and William Dieterle to California is not mentioned. Thomas Mann was not a representative of the \""other Germany,\"" but insisted on the identity of the good and evil Germany in his speech on \""Germany and the Germans\"" of 1945. And it was not Schoenberg's employment by the University of California, Los Angeles that \""saved\"" him from selling out to Hollywood, but a missed opportunity, when the composer requested absolute control over the score for the movie \""The Good Earth.\"" The deportation of Japanese Americans on the West Coast into relocation camps was based on an executive order by President Roosevelt in 1942 and had nothing to do with the arrest of pro-Nazi sympathizers by the FBI and the Justice Department. Germans and Italians on the West Coast were exempted from the regulations of the executive order, but were subject to a curfew and travel restrictions.\n\nOne of the problems not addressed is the fact that there were a great number of German-speaking immigrants from states that were established after 1918, such as Poland, Hungary, and Czechoslovakia. Writers, actors, scriptwriters, directors, and producers, such as Fritz Lang, Peter Lorre, Salka Viertel, Franz Werfel, Billy Wilder, and Otto Preminger, came from these countries but were representatives of Weimar culture,.\n\nAs a final aspect the issue of the German-speaking immigrants as an \""invisible minority\"" is discussed. The author traces their desire for accelerated integration to their status as former enemies of both World Wars and to their affinity to the Protestant work ethic of their American neighbors. The Holocaust is another factor that should have been considered.\n\nThere are eighteen short biographies of immigrants included, among them those of Wernher von Braun and Henry Kissinger, who make an odd..."", null ]",, +,"[ ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_01-1050x591.jpg"", ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_02-1050x591.jpg"", ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_03-1050x591.jpg"", ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_04-1050x591.jpg"", ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_05-1050x591.jpg"", ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_06-1050x591.jpg"", ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_07-1050x591.jpg"", ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_08-1050x591.jpg"", ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_09-1050x591.jpg"", ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_10-1050x591.jpg"", ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_11-1050x591.jpg"", ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_12-1050x591.jpg"", ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_13-1050x591.jpg"", ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_14-1050x591.jpg"", null ]","""[{""document_url"": ""https://www.sub5zero.com/forza-horizon-3-hot-wheels-expansion/"", ""unformatted_src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_01-1050x591.jpg"", ""src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_01-1050x591.jpg"", ""formatted_filename"": ""forza horizon hot wheels expansion"", ""original_width"": 1050, ""original_height"": 591, ""format"": ""jpeg""}, {""document_url"": ""https://www.sub5zero.com/forza-horizon-3-hot-wheels-expansion/"", ""unformatted_src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_02-1050x591.jpg"", ""src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_02-1050x591.jpg"", ""formatted_filename"": ""forza horizon hot wheels expansion"", ""original_width"": 1050, ""original_height"": 591, ""format"": ""jpeg""}, {""document_url"": ""https://www.sub5zero.com/forza-horizon-3-hot-wheels-expansion/"", ""unformatted_src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_03-1050x591.jpg"", ""src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_03-1050x591.jpg"", ""formatted_filename"": ""forza horizon hot wheels expansion"", ""original_width"": 1050, ""original_height"": 591, ""format"": ""jpeg""}, {""document_url"": ""https://www.sub5zero.com/forza-horizon-3-hot-wheels-expansion/"", ""unformatted_src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_04-1050x591.jpg"", ""src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_04-1050x591.jpg"", ""formatted_filename"": ""forza horizon hot wheels expansion"", ""original_width"": 1050, ""original_height"": 591, ""format"": ""jpeg""}, {""document_url"": ""https://www.sub5zero.com/forza-horizon-3-hot-wheels-expansion/"", ""unformatted_src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_05-1050x591.jpg"", ""src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_05-1050x591.jpg"", ""formatted_filename"": ""forza horizon hot wheels expansion"", ""original_width"": 1050, ""original_height"": 591, ""format"": ""jpeg""}, {""document_url"": ""https://www.sub5zero.com/forza-horizon-3-hot-wheels-expansion/"", ""unformatted_src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_06-1050x591.jpg"", ""src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_06-1050x591.jpg"", ""formatted_filename"": ""forza horizon hot wheels expansion"", ""original_width"": 1050, ""original_height"": 591, ""format"": ""jpeg""}, {""document_url"": ""https://www.sub5zero.com/forza-horizon-3-hot-wheels-expansion/"", ""unformatted_src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_07-1050x591.jpg"", ""src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_07-1050x591.jpg"", ""formatted_filename"": ""forza horizon hot wheels expansion"", ""original_width"": 1050, ""original_height"": 591, ""format"": ""jpeg""}, {""document_url"": ""https://www.sub5zero.com/forza-horizon-3-hot-wheels-expansion/"", ""unformatted_src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_08-1050x591.jpg"", ""src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_08-1050x591.jpg"", ""formatted_filename"": ""forza horizon hot wheels expansion"", ""original_width"": 1050, ""original_height"": 591, ""format"": ""jpeg""}, {""document_url"": ""https://www.sub5zero.com/forza-horizon-3-hot-wheels-expansion/"", ""unformatted_src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_09-1050x591.jpg"", ""src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_09-1050x591.jpg"", ""formatted_filename"": ""forza horizon hot wheels expansion"", ""original_width"": 1050, ""original_height"": 591, ""format"": ""jpeg""}, {""document_url"": ""https://www.sub5zero.com/forza-horizon-3-hot-wheels-expansion/"", ""unformatted_src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_10-1050x591.jpg"", ""src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_10-1050x591.jpg"", ""formatted_filename"": ""forza horizon hot wheels expansion"", ""original_width"": 1050, ""original_height"": 591, ""format"": ""jpeg""}, {""document_url"": ""https://www.sub5zero.com/forza-horizon-3-hot-wheels-expansion/"", ""unformatted_src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_11-1050x591.jpg"", ""src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_11-1050x591.jpg"", ""formatted_filename"": ""forza horizon hot wheels expansion"", ""original_width"": 1050, ""original_height"": 591, ""format"": ""jpeg""}, {""document_url"": ""https://www.sub5zero.com/forza-horizon-3-hot-wheels-expansion/"", ""unformatted_src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_12-1050x591.jpg"", ""src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_12-1050x591.jpg"", ""formatted_filename"": ""forza horizon hot wheels expansion"", ""original_width"": 1050, ""original_height"": 591, ""format"": ""jpeg""}, {""document_url"": ""https://www.sub5zero.com/forza-horizon-3-hot-wheels-expansion/"", ""unformatted_src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_13-1050x591.jpg"", ""src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_13-1050x591.jpg"", ""formatted_filename"": ""forza horizon hot wheels expansion"", ""original_width"": 1050, ""original_height"": 591, ""format"": ""jpeg""}, {""document_url"": ""https://www.sub5zero.com/forza-horizon-3-hot-wheels-expansion/"", ""unformatted_src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_14-1050x591.jpg"", ""src"": ""https://www.sub5zero.com/wp-content/uploads/2017/04/forza_horizon_3_hot_wheels_expansion_14-1050x591.jpg"", ""formatted_filename"": ""forza horizon hot wheels expansion"", ""original_width"": 1050, ""original_height"": 591, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.sub5zero.com/forza-horizon-3-hot-wheels-expansion/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-33/segments/1659882571246.56/warc/CC-MAIN-20220811073058-20220811103058-00228.warc.gz"", ""warc_record_offset"": 908959008, ""warc_record_length"": 16489}""","[ null, null, null, null, null, null, null, null, null, null, null, null, null, null, ""When the original Forza Horizon for Xbox 360 dropped in late 2012, it represented a seismic shift away from the first four Forza Motorsport games that preceded it in that it took the racing action off the sanitized confines of closed courses and out into the real (virtual) world, with traffic, terrain and other hazards to spice things up. Two Horizon games and multiple downloadable car and content packs later, Playground Games and Turn 10 Studios are taking this video game series to the most whimsical, least simulation-oriented place it’s yet been. And our inner 7-year-old couldn’t be more stoked about it.\n\nThe Forza Horizon 3 Hot Wheels Expansion does, as you might expect, include quite a few full-size functional recreations of Hot Wheels toy cars. In fact, four of the nine vehicles that have been revealed (the pack also comes with a barn find classic whose identity is a secret) are HW originals: The Twin Mill, the Rip Rod and two returning Forza Motorsport 6 DLC stars – the Bone Shaker and 2005 Hot Wheels Ford Mustang – are added to the list of rides you’ll find in the game’s auto show. The other five vehicles are a bit more grounded in reality…if you can call exotics like the Pagani Zonda R and Zenvo ST1 or the Jeep Trailcat Concept “grounded in reality.” You’ll also find a polar-expedition-ready Toyota Hilux pickup modified by Arctic Trucks similar to the one James May and Jeremy Clarkson took to the magnetic North Pole on a Top Gear special a decade ago, and the 1972 Chrysler VH Valiant Charger R/T E49, the most sought after and most potent example of Australian Mopar muscle. However, the cars are only half the story…\n\nAnd man alive, dig that other half! The pack also comes with a map expansion consisting of six islands with different themes, all of which are interconnected by sections of larger-than-life plastic Hot Wheels track complete with banking, boosters, loops, jumps and other crazy sections, most of which are suspended hundreds of feet in the air! What’s more, you’ll be able to alter the tracks to some extent and challenge your buddies to successfully navigate them. Yeah, there’s a lot to geek out about here, but you’re going to have to wait until May 9 to experience it. Oh, and you’ll have to fork over $19.99 for it (unless you already bought the Forza Horizon 3 Expansion pass, in which case it, like the previous Blizzard Mountain Expansion, is included)."" ]",, +,"[ null, ""https://flfccla.org/wp-content/uploads/2022/02/Save-the-Date-SLC-2022-2-300x300.png"", ""https://flfccla.org/wp-content/uploads/2021/10/IMG_6049-300x150.png"" ]","""[null, {""document_url"": ""https://flfccla.org/floridas-own-jorge-sanchez-elected-to-the-2022-2023-national-executive-council/"", ""unformatted_src"": ""https://flfccla.org/wp-content/uploads/2022/02/Save-the-Date-SLC-2022-2-300x300.png"", ""src"": ""https://flfccla.org/wp-content/uploads/2022/02/Save-the-Date-SLC-2022-2-300x300.png"", ""formatted_filename"": ""Save the Date SLC"", ""rendered_width"": 300, ""rendered_height"": 300, ""original_width"": 300, ""original_height"": 300, ""format"": ""jpeg""}, {""document_url"": ""https://flfccla.org/floridas-own-jorge-sanchez-elected-to-the-2022-2023-national-executive-council/"", ""unformatted_src"": ""https://flfccla.org/wp-content/uploads/2021/10/IMG_6049-300x150.png"", ""src"": ""https://flfccla.org/wp-content/uploads/2021/10/IMG_6049-300x150.png"", ""formatted_filename"": ""IMG"", ""rendered_width"": 300, ""rendered_height"": 150, ""original_width"": 300, ""original_height"": 150, ""format"": ""jpeg""}]""","""{""url"": ""https://flfccla.org/floridas-own-jorge-sanchez-elected-to-the-2022-2023-national-executive-council/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-33/segments/1659882570901.18/warc/CC-MAIN-20220809033952-20220809063952-00127.warc.gz"", ""warc_record_offset"": 259225724, ""warc_record_length"": 17695}""","[ ""TAMPA – Florida FCCLA’s own Jorge Sanchez from Tampa, Florida (District VI, Region III) was elected to serve as the National Vice President of Finance on the 2022-2023 National Executive Council.\n\nJoined by nine other student leaders from across the nation, Jorge will serve the National Organization by serving on the National Board of Directors and the Finance Committee. Other responsibilities include overseeing FCCLA’s Ultimate Leadership Fund (UNF) and preparing the End-of-Year Financial Report for the National Executive Council.\n\nThe last National Officer to be elected from Florida was Jessica Hagood (2009-2010), who served as the Vice President of Community Service.\n\nThis site uses Akismet to reduce spam. Learn how your comment data is processed."", null, null ]",, +,"[ ""https://embracetheatre.files.wordpress.com/2015/10/donny-headshot.jpeg?w=300&h=200"", null ]","""[{""document_url"": ""https://embracetheatre.ca/2015/10/24/meet-the-macbeth-team/"", ""unformatted_src"": ""https://embracetheatre.files.wordpress.com/2015/10/donny-headshot.jpeg?w=300&h=200"", ""src"": ""https://embracetheatre.files.wordpress.com/2015/10/donny-headshot.jpeg?w=300&h=200"", ""formatted_filename"": ""donny headshot"", ""alt_text"": ""Donny Headshot"", ""rendered_width"": 300, ""rendered_height"": 200, ""original_width"": 300, ""original_height"": 199, ""format"": ""jpeg""}, null]""","""{""url"": ""https://embracetheatre.ca/2015/10/24/meet-the-macbeth-team/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-49/segments/1669446711218.21/warc/CC-MAIN-20221207185519-20221207215519-00868.warc.gz"", ""warc_record_offset"": 249999923, ""warc_record_length"": 25395}""","[ null, ""Donovan is excited and thrilled to be a part of Embrace Theare’s production of Macbeth this year! Donovan is a Saskatoon-based theatre artist originally from Prince Albert, Saskatchewan. He is a graduate of the University of Saskatchewan and co-founder of Two Unruly Gentlemen Theatre. In addition to being an actor, he is also a poet, musician, songwriter, and served as music director for Two Corpses Go Dancing for which he recived the SATAward for Outstanding Musical Direction, Sound Design or Original Composition. This past year Donovan has also begun teaching classes at the Persephone Theatre School. Past acting credits include Hercules (Sum Theatre),Two Corpses Go Dancing (Live Five/Two Unruly Gentlemen), Run For Your Wife (Magdalene Theatre) Bottome’s Dreame (Embrace Theatre),Into the Woods, Henry IV Part 1, Amadeus, and Assassins (Greystone Theatre)."" ]",, +,"[ ""https://freemansperspective.com/wp-content/uploads/2018/01/BabyBoomers-300x198.jpg"", null ]","""[{""document_url"": ""https://freemansperspective.com/baby-boomers-cultural-prison/"", ""unformatted_src"": ""/wp-content/uploads/2018/01/BabyBoomers-300x198.jpg"", ""src"": ""https://freemansperspective.com/wp-content/uploads/2018/01/BabyBoomers-300x198.jpg"", ""formatted_filename"": ""BabyBoomers"", ""alt_text"": ""BabyBoomers"", ""rendered_width"": 300, ""rendered_height"": 198, ""original_width"": 300, ""original_height"": 198, ""format"": ""jpeg""}, null]""","""{""url"": ""https://freemansperspective.com/baby-boomers-cultural-prison/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-40/segments/1664030335396.92/warc/CC-MAIN-20220929225326-20220930015326-00045.warc.gz"", ""warc_record_offset"": 303090368, ""warc_record_length"": 18820}""","[ null, ""A few years ago I was struck by this comment by a reviewer named Michael Azerrad:\n\nWalk around any urban center in the Western Hemisphere and you’ll eventually come upon someone dressed like a punk rocker. That look was codified as early as 1977, and yet 34 years later, kids still replicate it… But in 1977, did you see bohemian youth attired like bobby-soxers from the ’40s?\n\nAzerrad was right. The popular culture of our era is old and stagnant… an unnatural development and one that I maintain is unhealthy.\n\nThe rock concert is unchanged since the 1960s, the products of the music industry come from the same old mold (many barely being “music” at all), movie studios roll out rehashes one after another, and modern art still pursues what Salvador Dali, in a moment of truthfulness, called “the cult of strange.” Once the entertainment corporations stumble upon a successful show, you can expect half a dozen copies.\n\nTo put it simply, we’re suffering through a cultural stasis. More than that, we’re living in a single flavor of cultural stasis, one dominated and maintained by baby boomers.\n\nWith small exceptions, the “social furniture” of the West, and especially in the US, has remained unchanged since the 1970s, enforced by baby boomers who’ve held power for the entire run. Generation X and the Millennials have been stuck in the same patterns; they were, in effect, baby boomer version 1.1 and baby boomer version 1.2.\n\nUnderstand, please, that lots of business and political types are addicted to this model and very much do not wish for it to change. Generation X and the Millennials have been held in these patterns, when by nature they would likely have changed. (As I know many of them have wanted to.)\n\nTwo Reasons This Will Change\n\nAs I examined this, I’ve found two big reasons why this will soon enough change, regardless of the titanic corporate and political forces that need it to not change:\n\nThe first reason is very simple: The baby boomers are getting old.\n\nThe baby boomers are slowing down, relinquishing their control, and dying. The oldest baby boomers are hitting 72 this year. More and more of their icons and pillars will be checking out. The hands on the levers are growing weak, and a bunch of the most prominent cultural boomers have been exposed as creepy serial abusers.\n\nAnd so, the cultural version of “science proceeds one funeral at a time” is now gathering steam. The iron grip on culture that prevailed for so long is weakening. What comes next will not only be different, but it will tend to look at itself as “other” to what went before. Already, studies are showing young people less likely to take drugs, among other examples. The old model is cracking and the search for new social furniture is under way.\n\nThe second reason is that the coming generation is too different from the baby boomers for the pattern to hold.\n\nThe generation now in puberty was born after 9/11 (9/11 being the major cultural wave after 2001). These young people have no more association with it than Richard Simmons and Stevie Nicks had to World War II. They don’t know what a modem was, and they’ve never really known the US to send people into space. Perhaps more directly, they’re watching politics descend into knee-jerk hatreds, they’ve never known a time when the US wasn’t running multiple wars, and their aunts and uncles are being ruined with debt serfdom.\n\nBeyond that, most of them know about dark markets and cryptocurrency. They also know that their parents are enslaved to work through their smart phones, that college is for rich kids or those who are willing to accept debt slavery, that all the good jobs require the aforesaid rich parents or debt slavery, that the crypto-economy doesn’t require those things, and that politics is where people go to hate each other.\n\nThe coming generation, then, is going to be different from their grandparents’ and great-grandparents’… as it should be.\n\nAnd so the extended cultural influence of the boomers will give way to something new, regardless of the stasis machine trying to hold everything in place. It appears to me that politics, media, and big advertising lack the manipulative voltage to force yet another generation into the mold of the baby boomers, and I certainly hope they don’t."" ]",, +,"[ ""https://dailyboard.org/wp-content/uploads/2022/10/julia-roberts-reveals-martin-luther-king-jr-paid-the-hospital-bill-for-her-birth.jpg"", null ]","""[{""document_url"": ""https://dailyboard.org/julia-roberts-reveals-martin-luther-king-jr-paid-the-hospital-bill-for-her-birth.html"", ""unformatted_src"": ""https://dailyboard.org/wp-content/uploads/2022/10/julia-roberts-reveals-martin-luther-king-jr-paid-the-hospital-bill-for-her-birth.jpg"", ""src"": ""https://dailyboard.org/wp-content/uploads/2022/10/julia-roberts-reveals-martin-luther-king-jr-paid-the-hospital-bill-for-her-birth.jpg"", ""formatted_filename"": ""julia roberts reveals martin luther king jr paid the hospital bill for her birth"", ""original_width"": 5214, ""original_height"": 2996, ""format"": ""jpeg""}, null]""","""{""url"": ""https://dailyboard.org/julia-roberts-reveals-martin-luther-king-jr-paid-the-hospital-bill-for-her-birth.html"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-49/segments/1669446711108.34/warc/CC-MAIN-20221206124909-20221206154909-00787.warc.gz"", ""warc_record_offset"": 216975464, ""warc_record_length"": 18867}""","[ null, ""In a recent conversation with CBS News reporter Gayle King for the History Channel, actor Julia Roberts revealed that late civil rights activists Martin Luther King Jr. and his wife, Coretta Scott King, who were close friends of her parents, paid the hospital bill for her birth.\n\n“The King family paid for my hospital bill… Martin Luther King and Coretta,” Roberts told Gayle King, according to Insider.\n\nThe conversation from late September, which was part of a series called “HISTORYTalks” held in Washington, D.C., went viral Friday when Zara Rahim, a former strategic adviser to President Barack Obama, tweeted the interview clip to celebrate the actor’s 55th birthday.\n\n“One day Coretta called my mother and asked if her kids could be part of the school because they were having a hard time finding a place that would accept her kids,” Roberts told King. “My mom was like, ‘Sure, come on over,’ and so they all just became friends.”\n\nRoberts said her parents, Walter and Betty Lou Roberts, ran the Actors and Writers Workshop in Atlanta before she was born in 1967. Segregation kept the civil rights leader’s daughters from attending white schools — and even their entry in a theater school sparked violence.\n\nThe Ku Klux Klan blew up a car outside the school after Yolanda, the eldest King daughter, was cast in a play in which she kissed Philip DePoy, a white actor, who chronicled the terrifying incident of domestic terrorism in an essay for ARTS ATL in 2013.\n\n“I kissed a girl, and 10 yards away, a Buick exploded,” wrote DePoy. “… The girl was Yolanda King, daughter of Coretta and Martin Luther King Jr. I was primarily Caucasian and Yolanda wasn’t. That’s what the trouble was about. I don’t know who owned the Buick, but I know who blew it up.”\n\nRoberts said the Kings “helped us out of a jam” when her parents couldn’t afford to pay the hospital bill for her birth on Oct. 28, 1967, in Smyrna, Georgia. She never stopped being vocal about racial injustice and told Rolling Stone in 1990 that her town was “horribly racist” and a “living hell,” according to The New York Times.\n\n“In the ’60s, you didn’t have little Black children interacting with little white kids in an acting school, and your parents were like, ‘Come on in,’” King marveled in response to Roberts’ story. “I think that’s extraordinary, and it sort of lays the groundwork for who you are.”"" ]",, +,"[ ""https://d2v9ipibika81v.cloudfront.net/uploads/sites/147/1.jpg"", null ]","""[{""document_url"": ""https://rw.usembassy.gov/combat-malnutrition/"", ""unformatted_src"": ""https://d2v9ipibika81v.cloudfront.net/uploads/sites/147/1.jpg"", ""src"": ""https://d2v9ipibika81v.cloudfront.net/uploads/sites/147/1.jpg"", ""rendered_width"": 750, ""rendered_height"": 453, ""original_width"": 750, ""original_height"": 453, ""format"": ""jpeg""}, null]""","""{""url"": ""https://rw.usembassy.gov/combat-malnutrition/"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-04/segments/1610703519883.54/warc/CC-MAIN-20210120023125-20210120053125-00746.warc.gz"", ""warc_record_offset"": 539849860, ""warc_record_length"": 20994}""","[ null, ""U.S. Ambassador to Rwanda Erica J. Barks-Ruggles visited Ruvugizo Village in Kinazi sector in Huye on December 5 to promote U.S. government-funded activities to combat malnutrition. During her visit, the Ambassador observed Growth Monitoring Promotion activities conducted at the village level along with Positive Deviance Hearth activities, which focus on identifying good behaviors practiced by mothers and caretakers of well-nourished children. The visit also allowed Ambassador Barks-Ruggles to participate in a Farmer Field School demonstration of kitchen gardens. The Ambassador distributed garden and kitchen tools to community members and helped served a nutritious lunch to participating children.\n\nThe U.S. Embassy in Kigali awarded a $250,000 (RwF 210 million) grant to Francois-Xavier Bagnoud (FXB) Rwanda in September to improve nutritional behaviors as well as water sanitation and hygiene and to combat malnutrition in all 14 sectors of Huye. The project is expected to assist 53,000 children under the age of five and 10,000 pregnant and lactating women. It will also promote male engagement in the nutrition of their children. The project started in Gishamvu sector in October and will be completed in 2019.\n\nThis program is part of the U.S. Government-wide approach to accelerate progress in nutrition. Through USAID-funded programs, such as Community Health and Improved Nutrition and Feed the Future, the U.S. Government is helping strengthen and expand community-based nutrition programs to prevent undernutrition in young children and in pregnant and lactating women, as well as to promote agricultural productivity across Rwanda."" ]",, +,"[ null, ""https://onlinenewsglobal.sgp1.digitaloceanspaces.com/wp-content/uploads/2022/10/20123006/png_20221020_122658_0000.png"" ]","""[null, {""document_url"": ""https://www.brnews.co.in/sajid-khans-confession-said-i-have-seen-many-girls/"", ""unformatted_src"": ""https://onlinenewsglobal.sgp1.digitaloceanspaces.com/wp-content/uploads/2022/10/20123006/png_20221020_122658_0000.png"", ""src"": ""https://onlinenewsglobal.sgp1.digitaloceanspaces.com/wp-content/uploads/2022/10/20123006/png_20221020_122658_0000.png"", ""formatted_filename"": ""png"", ""rendered_width"": 390, ""rendered_height"": 211, ""original_width"": 2000, ""original_height"": 1080, ""format"": ""jpeg""}]""","""{""url"": ""https://www.brnews.co.in/sajid-khans-confession-said-i-have-seen-many-girls/"", ""warc_filename"": ""crawl-data/CC-MAIN-2023-06/segments/1674764499713.50/warc/CC-MAIN-20230129112153-20230129142153-00801.warc.gz"", ""warc_record_offset"": 707084939, ""warc_record_length"": 18921}""","[ ""Sajid Khan is in trouble these days. Ever since she has stepped into the season 16 of ‘Bigg Boss’, many actresses are giving their statements and also spewing their venom against Sajid. Recently, a video of Sajid Khan, who has been away from the big screen for 4 years due to allegations of MeToo, has surfaced, in which he can reveal many more personal secrets about the break of his engagement, about his past relationship. They are seen opening in front of the camera. After this video surfaced, he is being trolled even more.\n\nSajid Khan is in the headlines these days for his entry in ‘Bigg Boss 16’. From the very first day in Bigg Boss, Sajid Khan is making big revelations one after the other. At the premiere of the show, he admitted in front of Salman Khan that he was proud of his stardom. Now another big disclosure of Sajid Khan has come to the fore, in which he is seen talking about his own character and talked about the breakdown of marriage with Gauahar Khan. This video of him is becoming very viral.\n\nSajid Khan taking about his relationships from BollyBlindsNGossip\n\nSaid this thing to many girls\n\nAn old interview of Sajid Khan is going viral these days, in which he talked about his past relationships. In the video, he admitted to being engaged to Gauahar Khan and said that he never married despite several linkups. He said that despite his engagement with Gauahar, he used to say ‘I love you’ to many girls, hanging out with them. Used to propose marriage to every girl and many girls also became serious and in this sense I had to get married 350.\n\nAfter this video of Sajid Khan surfaced, he is being trolled a lot. Let us tell you, 9 women of the industry accused him of sexual harassment. All of them have worked with the filmmaker on different projects. After the allegations against himself, Sajid withdrew himself from the film as a director of ‘Housefull 4’.\n\nSajid Khan talks about his character\n\nIn this old video, Sajid Khan is seen talking to Kiran Juneja in his show ‘Koshish Se Kamyab Tak’. When the host asked him about his separation from Gauahar, Sajid said, “At that time I had a loose character. I was hanging out with my girls and lying a lot."", null ]",, +,"[ null, ""https://www.dietandnutrition.club/content/images/size/w600/potatoes-ingredients-nutrition-and-health-benefits/potatoes-ingredients-nutrition-and-health-benefits-banner.jpg"", null, ""https://www.dietandnutrition.club/content/images/size/w600/because-of-star-butter-made-from-cow-s-milk-eating-healthy-grass/because-of-star-butter-made-from-cow-s-milk-eating-healthy-grass-banner.jpg"" ]","""[null, {""document_url"": ""https://www.dietandnutrition.club/meratrim-functional-foods-support-good-weight-loss/"", ""unformatted_src"": ""/content/images/size/w600/potatoes-ingredients-nutrition-and-health-benefits/potatoes-ingredients-nutrition-and-health-benefits-banner.jpg"", ""src"": ""https://www.dietandnutrition.club/content/images/size/w600/potatoes-ingredients-nutrition-and-health-benefits/potatoes-ingredients-nutrition-and-health-benefits-banner.jpg"", ""formatted_filename"": ""potatoes ingredients nutrition and health benefits banner"", ""alt_text"": ""Potatoes: Ingredients Nutrition and Health Benefits"", ""original_width"": 340, ""original_height"": 247, ""format"": ""jpeg""}, null, {""document_url"": ""https://www.dietandnutrition.club/meratrim-functional-foods-support-good-weight-loss/"", ""unformatted_src"": ""/content/images/size/w600/because-of-star-butter-made-from-cow-s-milk-eating-healthy-grass/because-of-star-butter-made-from-cow-s-milk-eating-healthy-grass-banner.jpg"", ""src"": ""https://www.dietandnutrition.club/content/images/size/w600/because-of-star-butter-made-from-cow-s-milk-eating-healthy-grass/because-of-star-butter-made-from-cow-s-milk-eating-healthy-grass-banner.jpg"", ""formatted_filename"": ""because of star butter made from cow s milk eating healthy grass banner"", ""alt_text"": ""Because of Star Butter Made From Cow's Milk Eating Healthy Grass"", ""original_width"": 340, ""original_height"": 247, ""format"": ""jpeg""}]""","""{""url"": ""https://www.dietandnutrition.club/meratrim-functional-foods-support-good-weight-loss/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-40/segments/1664030334514.38/warc/CC-MAIN-20220925035541-20220925065541-00388.warc.gz"", ""warc_record_offset"": 784752763, ""warc_record_length"": 9134}""","[ ""Certainly not only you have tried to lose weight and fail. This really always happens.\n\nSometimes people manage to reduce it a bit, but often they end up gaining weight again.\n\nIn fact, weight loss is very difficult and the success rate is very low.\n\nIt is for this reason that many people become desperate in finding a solution to their weight problem.\n\nThis has created a boom in the weight-loss diet pills, tablets and water-based diets to help ease weight loss.\n\nThe latest release on the market is the natural functional food called Meratrim. This is a combination of two herbs that are supposed to support fat accumulation.\n\nRecently it was introduced in the Doctor Oz program. He called it a \""breakthrough weight loss functional food.\""\n\nYou can watch the free program on .\n\nDr. Oz even conducted an unofficial \""study\"" with 30 women in his audience using Meratrim with a 2000 calorie diet and a daily walk for two weeks.\n\nOn average, these women lost 1.35 kg of weight and 7.52 cm of the waist. The results are impressive, but this is not a real study and does not prove anything.\n\nFortunately, we don't have to rely on people on television because we have research on real people.\n\nBut before we know it, let's see some basic information about Meratrim.\n\nWhat is Meratrim and how does it work?\n\nThe story behind Meratrim is that, a group of researchers wants to invent a new functional food that helps to lose weight effectively.\n\nThey took a bunch of herbs and tested the ability to alter metabolism in fat cells.\n\nResearchers gave a series of fat cells to grow in vitro and tried adding other herbs into it to see what happened.\n\nFinally, they choose two effective herbs and combine them into a mixture, and produce what they now call Meratrim.\n\nThese two herbs are called (a flower) and Garcinia mangostana (a kind of fruit). In Meratrim, these two natural herb extracts are combined in a ratio of 3: 1.\n\nBoth of these herbs have been used for traditional medicinal purposes in the past .\n\nI won't go into complex biochemical formulas, but researchers think Meratrim is likely :\n\nRemember this is what they claim is that happened in test tube . So this still has half a doubt.\n\nConclude: Meratrim is a mixture of two herbs, Sphaeranthus Indicus and Garcinia mangostana. The researchers say they have many different positive effects on metabolism that takes place in fat cells.\n\nIs it as good as people say?\n\nWe have an excellent study of Meratrim with a total of 100 participants and lasting for 8 weeks:\n\nThe experiment was random, completely objective and used placebo which was the gold standard of human science experiment.\n\nAll participants followed a strict 2000 calorie diet and were instructed to walk 30 minutes a day.\n\nHere are the results:\n\nThis is important because belly fat is the most unhealthy fat in the body and involves many diseases.\n\nAlthough weight loss is often considered good for physical health, some of the most remarkable benefits are related to quality of life. This has been considered by researchers:\n\nAs you can see from the chart, Meratrim has a much stronger effect on both physical and confidence functions.\n\nThere were also a few signs of health improvement:\n\nThis will help reduce the risk of heart disease, diabetes and other dangerous diseases in the long term.\n\nSo, in summary, the Meratrim group lost 3.5 times the weight and 2 times the waist measurement compared to the placebo group. They also improved on important risk factors for disease.\n\nThese are impressive results, but there are a few important things that we should keep in mind. Research sponsored by InterHealth , the company produces and sells Meratrim.\n\nIt does not mean, however, that research is flawed, but it is clear that funding for research often affects results .\n\nConclude: One study showed Meratrim has the ability to significantly reduce weight and improve many health signs. However research has been paid for by the company that produces and sells functional foods.\n\nSide effects, dosage and administration\n\nThe study used 400 mg of Meratrim 30 minutes before breakfast and dinner. A total of 800 mg daily.\n\nDrinking more than this may increase your risk of side effects. Therefore do not take more than 800 mg.\n\nIf you are going to try this medicine, be sure to choose Meratrim 100% pure and read the label carefully to make sure it is exactly that.\n\nMaybe some dishonest people will start producing cheaper fake products and call with a similar name to deceive others.\n\nMeratrim is something we should try\n\nMost people who need weight loss have tried some diets.\n\nSome of them may work for a short time, while others may not work.\n\nBut one thing is for sure Short-term solutions are never effective in the long run.\n\nAlthough the results seem promising, keep in mind that the study only took place for 8 weeks.\n\n8 weeks is not a very long time, anything can reduce weight in a short time, but in the long run it is a problem.\n\nIf the study is longer (6 months to a year), it is likely that women will start gaining weight again.\n\nUnless then a change Castle in lifestyle and eating habit . So using Meratrim will probably not lead to long-term results.\n\nThat is, if Meratrim really works as in research, it can be a useful tool to accelerate weight loss in a short time, for example if you need to. Lose Weight Fast for a certain event.\n\nBut I believe nobody can find a solution Castle for their weight problems only by taking functional foods or medicines."", null, ""Potatoes are tubers that grow underground from the roots of a tree with a scientific name Solanum tuberosum. This is the nightshade family with the tomato and tobacco plants"", null ]",, +,"[ null, ""https://loungemedia.ru/wp-content/uploads/zal-dlja-meroprijatij-v-zdanii-staroj-teplicy-2857c46.jpg"", null, ""https://loungemedia.ru/wp-content/uploads/zal-dlja-meroprijatij-v-zdanii-staroj-teplicy-3df9ace.jpg"", ""https://loungemedia.ru/wp-content/uploads/zal-dlja-meroprijatij-v-zdanii-staroj-teplicy-a637c1a.jpg"", ""https://loungemedia.ru/wp-content/uploads/zal-dlja-meroprijatij-v-zdanii-staroj-teplicy-b69ec3a.jpg"", null, ""https://loungemedia.ru/wp-content/uploads/zal-dlja-meroprijatij-v-zdanii-staroj-teplicy-ffbe6a3.jpg"", ""https://loungemedia.ru/wp-content/uploads/zal-dlja-meroprijatij-v-zdanii-staroj-teplicy-d045d2c.jpg"", null, ""https://loungemedia.ru/wp-content/uploads/zal-dlja-meroprijatij-v-zdanii-staroj-teplicy-329a918.jpg"", ""https://loungemedia.ru/wp-content/uploads/zal-dlja-meroprijatij-v-zdanii-staroj-teplicy-0ee47c1.jpg"", null ]","""[null, {""document_url"": ""https://loungemedia.ru/event-hall-in-the-old-greenhouse-building/"", ""unformatted_src"": ""/wp-content/uploads/zal-dlja-meroprijatij-v-zdanii-staroj-teplicy-2857c46.jpg"", ""src"": ""https://loungemedia.ru/wp-content/uploads/zal-dlja-meroprijatij-v-zdanii-staroj-teplicy-2857c46.jpg"", ""formatted_filename"": ""zal dlja meroprijatij v zdanii staroj teplicy c"", ""alt_text"": ""\u0417\u0430\u043b \u0434\u043b\u044f \u043c\u0435\u0440\u043e\u043f\u0440\u0438\u044f\u0442\u0438\u0439 \u0432 \u0437\u0434\u0430\u043d\u0438\u0438 \u0441\u0442\u0430\u0440\u043e\u0439 \u0442\u0435\u043f\u043b\u0438\u0446\u044b"", ""original_width"": 800, ""original_height"": 449, ""format"": ""jpeg""}, null, {""document_url"": ""https://loungemedia.ru/event-hall-in-the-old-greenhouse-building/"", ""unformatted_src"": ""/wp-content/uploads/zal-dlja-meroprijatij-v-zdanii-staroj-teplicy-3df9ace.jpg"", ""src"": ""https://loungemedia.ru/wp-content/uploads/zal-dlja-meroprijatij-v-zdanii-staroj-teplicy-3df9ace.jpg"", ""formatted_filename"": ""zal dlja meroprijatij v zdanii staroj teplicy df ace"", ""alt_text"": ""\u0417\u0430\u043b \u0434\u043b\u044f \u043c\u0435\u0440\u043e\u043f\u0440\u0438\u044f\u0442\u0438\u0439 \u0432 \u0437\u0434\u0430\u043d\u0438\u0438 \u0441\u0442\u0430\u0440\u043e\u0439 \u0442\u0435\u043f\u043b\u0438\u0446\u044b"", ""original_width"": 800, ""original_height"": 533, ""format"": ""jpeg""}, {""document_url"": ""https://loungemedia.ru/event-hall-in-the-old-greenhouse-building/"", ""unformatted_src"": ""/wp-content/uploads/zal-dlja-meroprijatij-v-zdanii-staroj-teplicy-a637c1a.jpg"", ""src"": ""https://loungemedia.ru/wp-content/uploads/zal-dlja-meroprijatij-v-zdanii-staroj-teplicy-a637c1a.jpg"", ""formatted_filename"": ""zal dlja meroprijatij v zdanii staroj teplicy a c a"", ""alt_text"": ""\u0417\u0430\u043b \u0434\u043b\u044f \u043c\u0435\u0440\u043e\u043f\u0440\u0438\u044f\u0442\u0438\u0439 \u0432 \u0437\u0434\u0430\u043d\u0438\u0438 \u0441\u0442\u0430\u0440\u043e\u0439 \u0442\u0435\u043f\u043b\u0438\u0446\u044b"", ""original_width"": 400, ""original_height"": 600, ""format"": ""jpeg""}, {""document_url"": ""https://loungemedia.ru/event-hall-in-the-old-greenhouse-building/"", ""unformatted_src"": ""/wp-content/uploads/zal-dlja-meroprijatij-v-zdanii-staroj-teplicy-b69ec3a.jpg"", ""src"": ""https://loungemedia.ru/wp-content/uploads/zal-dlja-meroprijatij-v-zdanii-staroj-teplicy-b69ec3a.jpg"", ""formatted_filename"": ""zal dlja meroprijatij v zdanii staroj teplicy b ec a"", ""alt_text"": ""\u0417\u0430\u043b \u0434\u043b\u044f \u043c\u0435\u0440\u043e\u043f\u0440\u0438\u044f\u0442\u0438\u0439 \u0432 \u0437\u0434\u0430\u043d\u0438\u0438 \u0441\u0442\u0430\u0440\u043e\u0439 \u0442\u0435\u043f\u043b\u0438\u0446\u044b"", ""original_width"": 400, ""original_height"": 600, ""format"": ""jpeg""}, null, {""document_url"": ""https://loungemedia.ru/event-hall-in-the-old-greenhouse-building/"", ""unformatted_src"": ""/wp-content/uploads/zal-dlja-meroprijatij-v-zdanii-staroj-teplicy-ffbe6a3.jpg"", ""src"": ""https://loungemedia.ru/wp-content/uploads/zal-dlja-meroprijatij-v-zdanii-staroj-teplicy-ffbe6a3.jpg"", ""formatted_filename"": ""zal dlja meroprijatij v zdanii staroj teplicy ffbe a"", ""alt_text"": ""\u0417\u0430\u043b \u0434\u043b\u044f \u043c\u0435\u0440\u043e\u043f\u0440\u0438\u044f\u0442\u0438\u0439 \u0432 \u0437\u0434\u0430\u043d\u0438\u0438 \u0441\u0442\u0430\u0440\u043e\u0439 \u0442\u0435\u043f\u043b\u0438\u0446\u044b"", ""original_width"": 800, ""original_height"": 600, ""format"": ""jpeg""}, {""document_url"": ""https://loungemedia.ru/event-hall-in-the-old-greenhouse-building/"", ""unformatted_src"": ""/wp-content/uploads/zal-dlja-meroprijatij-v-zdanii-staroj-teplicy-d045d2c.jpg"", ""src"": ""https://loungemedia.ru/wp-content/uploads/zal-dlja-meroprijatij-v-zdanii-staroj-teplicy-d045d2c.jpg"", ""formatted_filename"": ""zal dlja meroprijatij v zdanii staroj teplicy d d c"", ""alt_text"": ""\u0417\u0430\u043b \u0434\u043b\u044f \u043c\u0435\u0440\u043e\u043f\u0440\u0438\u044f\u0442\u0438\u0439 \u0432 \u0437\u0434\u0430\u043d\u0438\u0438 \u0441\u0442\u0430\u0440\u043e\u0439 \u0442\u0435\u043f\u043b\u0438\u0446\u044b"", ""original_width"": 400, ""original_height"": 600, ""format"": ""jpeg""}, null, {""document_url"": ""https://loungemedia.ru/event-hall-in-the-old-greenhouse-building/"", ""unformatted_src"": ""/wp-content/uploads/zal-dlja-meroprijatij-v-zdanii-staroj-teplicy-329a918.jpg"", ""src"": ""https://loungemedia.ru/wp-content/uploads/zal-dlja-meroprijatij-v-zdanii-staroj-teplicy-329a918.jpg"", ""formatted_filename"": ""zal dlja meroprijatij v zdanii staroj teplicy a"", ""alt_text"": ""\u0417\u0430\u043b \u0434\u043b\u044f \u043c\u0435\u0440\u043e\u043f\u0440\u0438\u044f\u0442\u0438\u0439 \u0432 \u0437\u0434\u0430\u043d\u0438\u0438 \u0441\u0442\u0430\u0440\u043e\u0439 \u0442\u0435\u043f\u043b\u0438\u0446\u044b"", ""original_width"": 800, ""original_height"": 533, ""format"": ""jpeg""}, {""document_url"": ""https://loungemedia.ru/event-hall-in-the-old-greenhouse-building/"", ""unformatted_src"": ""/wp-content/uploads/zal-dlja-meroprijatij-v-zdanii-staroj-teplicy-0ee47c1.jpg"", ""src"": ""https://loungemedia.ru/wp-content/uploads/zal-dlja-meroprijatij-v-zdanii-staroj-teplicy-0ee47c1.jpg"", ""formatted_filename"": ""zal dlja meroprijatij v zdanii staroj teplicy ee c"", ""alt_text"": ""\u0417\u0430\u043b \u0434\u043b\u044f \u043c\u0435\u0440\u043e\u043f\u0440\u0438\u044f\u0442\u0438\u0439 \u0432 \u0437\u0434\u0430\u043d\u0438\u0438 \u0441\u0442\u0430\u0440\u043e\u0439 \u0442\u0435\u043f\u043b\u0438\u0446\u044b"", ""original_width"": 400, ""original_height"": 600, ""format"": ""jpeg""}, null]""","""{""url"": ""https://loungemedia.ru/event-hall-in-the-old-greenhouse-building/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-27/segments/1656104248623.69/warc/CC-MAIN-20220703164826-20220703194826-00620.warc.gz"", ""warc_record_offset"": 425921553, ""warc_record_length"": 11345}""","[ ""Forme Architecture + Urbanisme architects have transformed an old greenhouse in the private garden of the Saint-Jean-de-Dieu Clinic into a multifunctional event space."", null, ""In the XVIII century, a small greenhouse was built in the garden of the Saint-Jean-de-Dieu Hospital, where medicinal plants were grown. It was used until the end of the XX century, but then abandoned. For several decades, the structure, overgrown with plants, stood in desolation, but the Saint Jean de Dieu Fondation organization decided to give it a new life."", null, null, null, ""The hospital did not have enough space for events for patients and staff, so they decided to turn the greenhouse into a multifunctional hall. The renovation project was taken up by the architectural bureau Forme Architecture + Urbanisme."", null, null, ""Since the building is of historical value and is protected by the PSMV, the architects had some restrictions. It was important to restore the structure without disturbing the original appearance of the greenhouse. But the interior space still had to be reorganized — a long bench was placed around the perimeter, which hides technical communications, and the center of the hall was left open."", null, null, ""Design in cinema: the architecture of the series “The Squid Game» in reality"" ]",, +,"[ ""https://philjackman.files.wordpress.com/2019/11/carto.jpg?w=648"", null ]","""[{""document_url"": ""https://guerrillaworking.com/2019/11/07/when-maps-are-not-good-enough/"", ""unformatted_src"": ""https://philjackman.files.wordpress.com/2019/11/carto.jpg?w=648"", ""src"": ""https://philjackman.files.wordpress.com/2019/11/carto.jpg?w=648"", ""formatted_filename"": ""carto"", ""alt_text"": ""Carto"", ""original_width"": 648, ""original_height"": 434, ""format"": ""jpeg""}, null]""","""{""url"": ""https://guerrillaworking.com/2019/11/07/when-maps-are-not-good-enough/"", ""warc_filename"": ""crawl-data/CC-MAIN-2023-06/segments/1674764500042.8/warc/CC-MAIN-20230203024018-20230203054018-00333.warc.gz"", ""warc_record_offset"": 304461470, ""warc_record_length"": 25778}""","[ null, ""Sometimes seeing is not believing. I am thinking of when maps are presented to show the results of an election. Take the 2017 UK parliamentary election for example. A standard map projection of the UK, the type we are used to seeing in any atlas, shows England almost entirely Conservative blue. Ignoring the other parties at the moment, Labour red only appears in small packets, around London, South Wales, the M62 corridor and the North East.\n\nWe know however that this does not reflect the actual result where the Conservative Party ended up with just under half of the parliamentary seats. The standard projection gives a distorted view because, in a huge generalization, the Conservatives tend to win in constituencies that are more rural with greater area and less densely populated, while Labour tend to be successful in constituencies that are more urban and more densely populated.\n\nI live in Northumberland where Labour lead in the south eastern part of the county, the former mining areas and the Conservatives lead in the two rural constituencies. On a standard map projection blue is the predominant colour.\n\nMy view is that gives the impression that one party is much more dominant than it really is and would like to see greater use of different kinds of projections when presenting political information.\n\nWhen it comes to political representation I would suggest that the constituency view is always used on television and in the printed media, as it more closely represents reality in terms of the make up of parliament.\n\nThe article can be found here."" ]",, +,"[ ""http://cdn.shopify.com/s/files/1/3099/4252/products/xb1_farcry4_standard_300x300.jpg?v=1573116394"", null ]","""[{""document_url"": ""https://ceylonconnection.com/collections/video-games-accessories/products/xbox-one-farcry4"", ""unformatted_src"": ""//cdn.shopify.com/s/files/1/3099/4252/products/xb1_farcry4_standard_300x300.jpg?v=1573116394"", ""src"": ""http://cdn.shopify.com/s/files/1/3099/4252/products/xb1_farcry4_standard_300x300.jpg?v=1573116394"", ""formatted_filename"": ""xb farcry standard"", ""alt_text"": ""XBOX ONE - FARCRY4"", ""original_width"": 190, ""original_height"": 268, ""format"": ""jpeg""}, null]""","""{""url"": ""https://ceylonconnection.com/collections/video-games-accessories/products/xbox-one-farcry4"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-49/segments/1669446711637.64/warc/CC-MAIN-20221210005738-20221210035738-00714.warc.gz"", ""warc_record_offset"": 188056039, ""warc_record_length"": 30530}""","[ null, ""In Far Cry 4, players find themselves in Kyrat, a breathtaking, perilous and wild region of the Himalayas struggling under the regime of a despotic self-appointed king. Using a vast array of weapons, vehicles, and animals, players will write their own story across an exotic open-world landscape. SEQUEL TO THE #1 RATED SHOOTER OF 2012*"" ]",, +,"[ ""https://stellainthesun.files.wordpress.com/2014/07/p7111440.jpg?w=224&h=389"", null, ""https://stellainthesun.files.wordpress.com/2014/09/alfons_mucha_-_1896_-_summer.jpg?w=181&h=346"", null, ""https://stellainthesun.files.wordpress.com/2014/09/white-tiger-wallpaper_8130.jpg?w=300&h=187"", null ]","""[{""document_url"": ""https://stellainthesun.wordpress.com/2014/09/11/the-viking-the-white-tiger-and-the-mermaid-part-i/"", ""unformatted_src"": ""https://stellainthesun.files.wordpress.com/2014/07/p7111440.jpg?w=224&h=389"", ""src"": ""https://stellainthesun.files.wordpress.com/2014/07/p7111440.jpg?w=224&h=389"", ""alt_text"": ""OLYMPUS DIGITAL CAMERA"", ""rendered_width"": 224, ""rendered_height"": 389, ""original_width"": 224, ""original_height"": 398, ""format"": ""jpeg""}, null, {""document_url"": ""https://stellainthesun.wordpress.com/2014/09/11/the-viking-the-white-tiger-and-the-mermaid-part-i/"", ""unformatted_src"": ""https://stellainthesun.files.wordpress.com/2014/09/alfons_mucha_-_1896_-_summer.jpg?w=181&h=346"", ""src"": ""https://stellainthesun.files.wordpress.com/2014/09/alfons_mucha_-_1896_-_summer.jpg?w=181&h=346"", ""formatted_filename"": ""alfons mucha summer"", ""alt_text"": ""Alfons_Mucha_-_1896_-_Summer"", ""rendered_width"": 181, ""rendered_height"": 346, ""original_width"": 181, ""original_height"": 359, ""format"": ""jpeg""}, null, {""document_url"": ""https://stellainthesun.wordpress.com/2014/09/11/the-viking-the-white-tiger-and-the-mermaid-part-i/"", ""unformatted_src"": ""https://stellainthesun.files.wordpress.com/2014/09/white-tiger-wallpaper_8130.jpg?w=300&h=187"", ""src"": ""https://stellainthesun.files.wordpress.com/2014/09/white-tiger-wallpaper_8130.jpg?w=300&h=187"", ""formatted_filename"": ""white tiger wallpaper"", ""alt_text"": ""White-tiger-wallpaper_8130"", ""rendered_width"": 300, ""rendered_height"": 187, ""original_width"": 300, ""original_height"": 187, ""format"": ""jpeg""}, null]""","""{""url"": ""https://stellainthesun.wordpress.com/2014/09/11/the-viking-the-white-tiger-and-the-mermaid-part-i/"", ""warc_filename"": ""crawl-data/CC-MAIN-2020-50/segments/1606141177566.10/warc/CC-MAIN-20201124195123-20201124225123-00088.warc.gz"", ""warc_record_offset"": 513248122, ""warc_record_length"": 23722}""","[ null, ""Once upon a time in a kingdom far far away in a land that was often Wintertime lived a Viking Princess. The problem with that Viking Princess was that she hated the Cold. And although her blood should be used to the Ice and Snow, considering her entire family from generations and generations had lived in the Cold, she, she only thrived in the short months of Summer. The rest of the time she would long for the heat of the Sun and the sound of crashing Waves.\n\nLuckily for her though, Vikings are famous for their adventurous side and her family was no exception. They travelled and roamed lands wherever their fortune would lead them. At least this time the Viking Princess was like her family and she loved to discover new lands. Especially since most of the time it permitted her to escape the dreaded Winter. But not all the time."", null, ""One day the Viking family settled in another Cold Kingdom. And oh how unhappy the Viking princess was. But she knew that no begging or pleading would do, she was stuck there. For a little while anyway. On the bright side, the Viking Princess wasn’t one to let herself be brought down so easily, you know Vikings are headstrong. So she still went to wander and discover this new land. And although she really didn’t like this one, that grey weather and those Frozen people that inhabited it really put a damper on her spirits, on one of her wanderings she found a friend.\n\nShe found White Tiger that day where she felt particularly Cold and was looking for warmth. She didn’t know why she felt drawn to him, because White Tiger didn’t speak much. Or maybe it was because she didn’t understand his language. And unlike her, White Tiger strived in the Cold. Which, she thought, made them that much different. But from the day they met, they stuck together."", null, ""The two of them would wander around the land and the Viking Princess felt better and stronger when she knew Tiger was there. And little by little she would start to understand what White Tiger was telling her. Sometime he would speak to the Viking Princess of Passion and sometimes of Power, he would talk to her of physical and emotional Healing and of the gift of Foresight.\n\nThe Viking Princess was more than intrigued. She held on to every bit of information her mystical friend would give her. But at one point she realized, everything she understood and took in from White Tiger, her body didn’t know how to deal with. And little by little, making it’s way up from her toes, her body started to freeze.\n\nShe went into a panic an\n\nd begged White Tiger to heal her. But the more White Tiger spoke to her, the worse it got. Her legs were transforming into huge blocs of Ice and every step she took sent shocks of pain through her entire body. She could barely walk anymore and she started to curse her body and the weather like she had never cursed in her life.\n\nBut, like I said she was pretty damn headstrong and she never blamed White Tiger. She stayed with him for a long time, trying to live with a Frozen pair of legs. And White Tiger never blamed her for not understanding what he was saying. He still tried the best he could, but that Viking Princess had a head as thick as a rock.\n\nSo White Tiger went to ask the help of his friend Sea Turtle. He thought that if Sea Turtle could teach the Viking Princess how to use the Earth’s limitless energies rather than her own to accomplish her will, she would finally heal. But when the Viking Princess saw Sea Turtle, an entirely different idea came to her mind. She asked Sea Turtle to take her legs away, said that she had always wanted to live and explore the Sea just like her and wanted a tail so she could swim and go where no one in her family has ever been before.\n\nSea Turtle, who is Mother Earth itself, granted her that wish. She said she could give the Viking Princess a long and sleek tail that would make her glide as fast as Swordfish could. But there was one small trick to it. Sea Turtle gave the Viking Princess one year to live under the Sea. At the end of the year she had to come back to the surface of the Earth and only then would she have to decide whether she would live forever with a pair of legs or a fish tail.\n\nThe Viking Princess more than happily agreed, especially since she knew she would choose the tail and not her horrible uncontrollable and painful legs. And so Sea Turtle lead the Viking Princess into the Ocean, and as the waves took her in, slowly the ice in her legs melted, her skin turned to scales and she, she, changed into a Mermaid.\n\n1 thought on “The Viking, the White Tiger and the Mermaid. Part I”"" ]",, +,"[ null, ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/10384215_10152401340280784_5996362850825493540_n-300x169.jpg"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/10653664_10152401339325784_2083596750413730696_n-300x169.jpg"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A036_C001_010168.0002366_copy-300x169.jpg"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A036_C002_0101YP.0002878_copy-300x169.jpg"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A036_C004_0101SO.0000350_copy-300x169.jpg"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A036_C004_0101SO.0006427_copy-300x169.jpg"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A037_C001_0101T6.0000731_copy-300x169.jpg"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A037_C001_0101T6.0009257_copy-300x169.jpg"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A037_C001_0101T6.0038659_copy-300x169.jpg"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A037_C001_0101T6.0066106_copy-300x169.jpg"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A037_C001_0101T6.0069170_copy-300x169.jpg"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A038_C001_0101WY.0025170_copy-300x169.jpg"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A038_C001_0101WY.0025286_copy-300x169.jpg"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A038_C001_0101WY.0035853_copy-300x169.jpg"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/IMG_0394-300x225.jpg"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_2.21.49_PM-300x168.png"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_2.26.55_PM-300x167.png"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_2.44.29_PM-300x168.png"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_2.45.09_PM-300x168.png"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_2.47.28_PM-300x168.png"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_3.00.30_PM-300x168.png"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_3.09.16_PM-300x168.png"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_3.09.57_PM-300x170.png"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_3.11.15_PM-300x168.png"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/DSC7140-300x200.jpg"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/DSC7188-300x200.jpg"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/DSC7258-300x200.jpg"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/DSC7262-300x200.jpg"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/DSC7271-300x200.jpg"", ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/DSC7439-300x200.jpg"" ]","""[null, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/10384215_10152401340280784_5996362850825493540_n-300x169.jpg"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/10384215_10152401340280784_5996362850825493540_n-300x169.jpg"", ""rendered_width"": 300, ""rendered_height"": 169, ""original_width"": 300, ""original_height"": 169, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/10653664_10152401339325784_2083596750413730696_n-300x169.jpg"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/10653664_10152401339325784_2083596750413730696_n-300x169.jpg"", ""rendered_width"": 300, ""rendered_height"": 169, ""original_width"": 300, ""original_height"": 169, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A036_C001_010168.0002366_copy-300x169.jpg"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A036_C001_010168.0002366_copy-300x169.jpg"", ""formatted_filename"": ""A C"", ""rendered_width"": 300, ""rendered_height"": 169, ""original_width"": 300, ""original_height"": 169, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A036_C002_0101YP.0002878_copy-300x169.jpg"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A036_C002_0101YP.0002878_copy-300x169.jpg"", ""formatted_filename"": ""A C YP"", ""rendered_width"": 300, ""rendered_height"": 169, ""original_width"": 300, ""original_height"": 169, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A036_C004_0101SO.0000350_copy-300x169.jpg"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A036_C004_0101SO.0000350_copy-300x169.jpg"", ""formatted_filename"": ""A C SO"", ""rendered_width"": 300, ""rendered_height"": 169, ""original_width"": 300, ""original_height"": 169, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A036_C004_0101SO.0006427_copy-300x169.jpg"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A036_C004_0101SO.0006427_copy-300x169.jpg"", ""formatted_filename"": ""A C SO"", ""rendered_width"": 300, ""rendered_height"": 169, ""original_width"": 300, ""original_height"": 169, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A037_C001_0101T6.0000731_copy-300x169.jpg"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A037_C001_0101T6.0000731_copy-300x169.jpg"", ""formatted_filename"": ""A C T"", ""rendered_width"": 300, ""rendered_height"": 169, ""original_width"": 300, ""original_height"": 169, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A037_C001_0101T6.0009257_copy-300x169.jpg"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A037_C001_0101T6.0009257_copy-300x169.jpg"", ""formatted_filename"": ""A C T"", ""rendered_width"": 300, ""rendered_height"": 169, ""original_width"": 300, ""original_height"": 169, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A037_C001_0101T6.0038659_copy-300x169.jpg"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A037_C001_0101T6.0038659_copy-300x169.jpg"", ""formatted_filename"": ""A C T"", ""rendered_width"": 300, ""rendered_height"": 169, ""original_width"": 300, ""original_height"": 169, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A037_C001_0101T6.0066106_copy-300x169.jpg"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A037_C001_0101T6.0066106_copy-300x169.jpg"", ""formatted_filename"": ""A C T"", ""rendered_width"": 300, ""rendered_height"": 169, ""original_width"": 300, ""original_height"": 169, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A037_C001_0101T6.0069170_copy-300x169.jpg"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A037_C001_0101T6.0069170_copy-300x169.jpg"", ""formatted_filename"": ""A C T"", ""rendered_width"": 300, ""rendered_height"": 169, ""original_width"": 300, ""original_height"": 169, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A038_C001_0101WY.0025170_copy-300x169.jpg"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A038_C001_0101WY.0025170_copy-300x169.jpg"", ""formatted_filename"": ""A C WY"", ""rendered_width"": 300, ""rendered_height"": 169, ""original_width"": 300, ""original_height"": 169, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A038_C001_0101WY.0025286_copy-300x169.jpg"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A038_C001_0101WY.0025286_copy-300x169.jpg"", ""formatted_filename"": ""A C WY"", ""rendered_width"": 300, ""rendered_height"": 169, ""original_width"": 300, ""original_height"": 169, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A038_C001_0101WY.0035853_copy-300x169.jpg"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/A038_C001_0101WY.0035853_copy-300x169.jpg"", ""formatted_filename"": ""A C WY"", ""rendered_width"": 300, ""rendered_height"": 169, ""original_width"": 300, ""original_height"": 169, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/IMG_0394-300x225.jpg"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/IMG_0394-300x225.jpg"", ""formatted_filename"": ""IMG"", ""rendered_width"": 300, ""rendered_height"": 225, ""original_width"": 300, ""original_height"": 225, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_2.21.49_PM-300x168.png"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_2.21.49_PM-300x168.png"", ""formatted_filename"": ""Screen Shot at"", ""rendered_width"": 300, ""rendered_height"": 168, ""original_width"": 300, ""original_height"": 168, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_2.26.55_PM-300x167.png"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_2.26.55_PM-300x167.png"", ""formatted_filename"": ""Screen Shot at"", ""rendered_width"": 300, ""rendered_height"": 167, ""original_width"": 300, ""original_height"": 167, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_2.44.29_PM-300x168.png"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_2.44.29_PM-300x168.png"", ""formatted_filename"": ""Screen Shot at"", ""rendered_width"": 300, ""rendered_height"": 168, ""original_width"": 300, ""original_height"": 168, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_2.45.09_PM-300x168.png"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_2.45.09_PM-300x168.png"", ""formatted_filename"": ""Screen Shot at"", ""rendered_width"": 300, ""rendered_height"": 168, ""original_width"": 300, ""original_height"": 168, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_2.47.28_PM-300x168.png"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_2.47.28_PM-300x168.png"", ""formatted_filename"": ""Screen Shot at"", ""rendered_width"": 300, ""rendered_height"": 168, ""original_width"": 300, ""original_height"": 168, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_3.00.30_PM-300x168.png"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_3.00.30_PM-300x168.png"", ""formatted_filename"": ""Screen Shot at"", ""rendered_width"": 300, ""rendered_height"": 168, ""original_width"": 300, ""original_height"": 168, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_3.09.16_PM-300x168.png"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_3.09.16_PM-300x168.png"", ""formatted_filename"": ""Screen Shot at"", ""rendered_width"": 300, ""rendered_height"": 168, ""original_width"": 300, ""original_height"": 168, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_3.09.57_PM-300x170.png"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_3.09.57_PM-300x170.png"", ""formatted_filename"": ""Screen Shot at"", ""rendered_width"": 300, ""rendered_height"": 170, ""original_width"": 300, ""original_height"": 170, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_3.11.15_PM-300x168.png"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/Screen_Shot_2014-09-26_at_3.11.15_PM-300x168.png"", ""formatted_filename"": ""Screen Shot at"", ""rendered_width"": 300, ""rendered_height"": 168, ""original_width"": 300, ""original_height"": 168, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/DSC7140-300x200.jpg"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/DSC7140-300x200.jpg"", ""formatted_filename"": ""DSC"", ""rendered_width"": 300, ""rendered_height"": 200, ""original_width"": 300, ""original_height"": 200, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/DSC7188-300x200.jpg"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/DSC7188-300x200.jpg"", ""formatted_filename"": ""DSC"", ""rendered_width"": 300, ""rendered_height"": 200, ""original_width"": 300, ""original_height"": 200, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/DSC7258-300x200.jpg"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/DSC7258-300x200.jpg"", ""formatted_filename"": ""DSC"", ""rendered_width"": 300, ""rendered_height"": 200, ""original_width"": 300, ""original_height"": 200, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/DSC7262-300x200.jpg"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/DSC7262-300x200.jpg"", ""formatted_filename"": ""DSC"", ""rendered_width"": 300, ""rendered_height"": 200, ""original_width"": 300, ""original_height"": 200, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/DSC7271-300x200.jpg"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/DSC7271-300x200.jpg"", ""formatted_filename"": ""DSC"", ""rendered_width"": 300, ""rendered_height"": 200, ""original_width"": 300, ""original_height"": 200, ""format"": ""jpeg""}, {""document_url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""unformatted_src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/DSC7439-300x200.jpg"", ""src"": ""https://www.alleewillis.com/detroit/wp-content/uploads/2014/ba-de-ya-baby/BaDeYa-Detroit-092114/BaDeYa_Detroit_092114_batch_01/DSC7439-300x200.jpg"", ""formatted_filename"": ""DSC"", ""rendered_width"": 300, ""rendered_height"": 200, ""original_width"": 300, ""original_height"": 200, ""format"": ""jpeg""}]""","""{""url"": ""https://www.alleewillis.com/detroit/the-d/badeya-detroit-092114/"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-49/segments/1637964360951.9/warc/CC-MAIN-20211201203843-20211201233843-00110.warc.gz"", ""warc_record_offset"": 704933191, ""warc_record_length"": 8566}""","[ ""For the past few few years now on the “BaDeYa say do you remember 21st night of September”, my blessed and magic day, I have made a tradition of performing live. Other than last year when I was in Detroit conducting one of the 50 sing-alongs for “The D” in a laundromat with people spinning around in dryers singing the official unofficial theme song I cowrote for Detroit.\n\nAs luck would have it THIS year was a particularly special September 21st as just a couple days earlier NPR did a story on why “September”, my very first hit cowritten with Maurice White and Al McKay, remains such a timeless song, symbolizing warmth, love, and soul. This year, September 21 was even more special because I decided to perform in Detroit for the very first time ever. So my cowriter and partner on the music portion of the project Andrae Alexander and I put together a 15 piece band made up of the very best musicians and singers we found during the 50 sing-alongs last year to perform live with us in BaDeYa, Detroit!. We also wanted to give everyone a preview of the song which finally has a preliminary mix after over a solid year of trying to deal with 5000 vocal and instrument tracks, each one with up to hundreds of voices on them. There’s just so much room in the sound spectrum and every inch of it we have taken up truly sounds like something you have never heard before.\n\nFor an artist such as myself who dotes on every detail of a stage production from designing the invitations, handmaking the set, picking theme food, designing the merchandise, casting people who help us like I’m casting characters in a musical, shipping 20 crates of everything to Detroit, directing, coproducing, and doing just about everything else involved in a production – albeit all with fantastic collaborators – this was no easy feat. And performing out of town for essentially the first time in my adult life makes that even harder. But don’t even ask me how worth it it was!!! Easily one of the best days/nights of my life!\n\nWe performed at United Sound, a still-in-existence historic recording studio in Detroit where everyone from Charlie Parker to The Rolling Stones and some of my all-time favorite records like Isaac Hayes’ “Shaft”, The Dramatics’ “Whatcha See Is Whatcha Get”, and Marvin Gaye’s “What’s Goin’ On” were recorded. But to turn a brilliant recording studio into a brilliant performance space is another issue entirely, especially when it involves things like sets, choreographed videographers who leap over drums on crash cymbal cues and organ sweeps, and all the other madness that goes into an Allee Willis production.\n\nAs 99% of this now 2 1/2 year Detroit gargantuan mofo project “The D”, the song and record, and Allee Willis Willis Loves Detroit, the feature-length film about human spirit as seen through the people of Detroit and how my life parallels that struggle, has been funded by me, this meant getting people involved in BaDeYa, Detroit! working for gratis. Which they thankfully, gratefully, and miraculously did. From the band to just about everyone else who worked in any capacity on the show, They are saints. They are insanely talented. They are blissfully soulful, and primary examples of why I feel so compelled to make a film about the people of Detroit and how it is THEY who will rebuild the city because of their resilient spirit.\n\nI want to give a special shout out to Malcolm Harris and Donnevan Tolbert, two young gentleman I saw play Mister and Harpo when their high school, Cass Tech, became the first in the country to license the musical I co-wrote, The Color Purple, a couple years ago, and who did a brilliant spoken word intro to my show. And I want to thank the five brilliant dancers from The Mosaic Youth Theater of Detroit who donned mechanics uniforms and spun car tires over their heads during the sneak peak world premiere of the first mix of “The D” and boogied their butts off during “Boogie Wonderland”. I want to also thank the stupendous audience not only for showing up as songwriters remain the buried treasure of the music industry but also for participating so wildly so that the show came off just as I had prayed it would. Like a party in my living room. And if you don’t know my reputation for throwing parties better go here now.\n\nAs a result of having so much fun, hitting a new plateau in my budding performing career, I love Detroit even more than I have kvelled about it before, as if that was even possible. And I will eternally love the 21st of September for doing everything from giving me a second birthday because I hear from thousands of people that day telling me how happy the song makes them feel. This year it made me the happiest of all.\n\nI hope you can see the spirit that was jumping off of the stage and ricocheting back to us in these photos. That room was an automatic power generator and from what I’ve heard everyone, certainly including me, is still buzzing."", null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null ]",, +,"[ null, ""https://www.showbizuganda.com/wp-content/uploads/2021/04/0CC876FD-8D9F-41D3-8173-18F093D4F38E-scaled.jpeg"", ""https://www.showbizuganda.com/wp-content/uploads/2021/04/150805C8-DB93-414E-949B-A8A8C06A0495-scaled.jpeg"", ""https://www.showbizuganda.com/wp-content/uploads/2021/04/C5CF5A33-B720-4EF3-B9C1-C33B6B90CEE1-scaled.jpeg"", ""https://www.showbizuganda.com/wp-content/uploads/2021/04/531FA42D-4F50-429B-91BD-D9CC50889406.jpeg"", ""https://www.showbizuganda.com/wp-content/uploads/2021/04/16556B1C-837C-4DDF-A06F-104207D399D2.jpeg"", ""https://www.showbizuganda.com/wp-content/uploads/2021/04/C3AA6B95-AAC9-45F4-93FA-20B9C24EBACD-scaled.jpeg"", ""https://www.showbizuganda.com/wp-content/uploads/2020/03/87198640-C89B-4E97-BABD-2087C97AA67C.jpeg"", ""https://www.showbizuganda.com/wp-content/uploads/2021/03/IMG-20210309-WA0138-282x399.jpg"" ]","""[null, {""document_url"": ""https://www.showbizuganda.com/sauti-sol-release-kuliko-jana-music-video-feat-redfourth-chorus-upper-hill-school/"", ""unformatted_src"": ""https://www.showbizuganda.com/wp-content/uploads/2021/04/0CC876FD-8D9F-41D3-8173-18F093D4F38E-scaled.jpeg"", ""src"": ""https://www.showbizuganda.com/wp-content/uploads/2021/04/0CC876FD-8D9F-41D3-8173-18F093D4F38E-scaled.jpeg"", ""formatted_filename"": ""CC FD D F D F D F E scaled"", ""alt_text"": ""Great Iftar deals you can try out on Jumia Food"", ""rendered_width"": 780, ""rendered_height"": 470, ""original_width"": 1024, ""original_height"": 683, ""format"": ""jpeg""}, {""document_url"": ""https://www.showbizuganda.com/sauti-sol-release-kuliko-jana-music-video-feat-redfourth-chorus-upper-hill-school/"", ""unformatted_src"": ""https://www.showbizuganda.com/wp-content/uploads/2021/04/150805C8-DB93-414E-949B-A8A8C06A0495-scaled.jpeg"", ""src"": ""https://www.showbizuganda.com/wp-content/uploads/2021/04/150805C8-DB93-414E-949B-A8A8C06A0495-scaled.jpeg"", ""formatted_filename"": ""C DB E B A A C A scaled"", ""alt_text"": ""Standard Chartered Bank Uganda Awards Ugx 18 million to youth with disabilities to help them generate entrepreneurial solutions that solve community needs"", ""rendered_width"": 780, ""rendered_height"": 470, ""original_width"": 1024, ""original_height"": 680, ""format"": ""jpeg""}, {""document_url"": ""https://www.showbizuganda.com/sauti-sol-release-kuliko-jana-music-video-feat-redfourth-chorus-upper-hill-school/"", ""unformatted_src"": ""https://www.showbizuganda.com/wp-content/uploads/2021/04/C5CF5A33-B720-4EF3-B9C1-C33B6B90CEE1-scaled.jpeg"", ""src"": ""https://www.showbizuganda.com/wp-content/uploads/2021/04/C5CF5A33-B720-4EF3-B9C1-C33B6B90CEE1-scaled.jpeg"", ""formatted_filename"": ""C CF A B EF B C C B B CEE scaled"", ""alt_text"": ""Digital Connectivity and payments boost SME performance in Uganda"", ""rendered_width"": 780, ""rendered_height"": 470, ""original_width"": 1024, ""original_height"": 683, ""format"": ""jpeg""}, {""document_url"": ""https://www.showbizuganda.com/sauti-sol-release-kuliko-jana-music-video-feat-redfourth-chorus-upper-hill-school/"", ""unformatted_src"": ""https://www.showbizuganda.com/wp-content/uploads/2021/04/531FA42D-4F50-429B-91BD-D9CC50889406.jpeg"", ""src"": ""https://www.showbizuganda.com/wp-content/uploads/2021/04/531FA42D-4F50-429B-91BD-D9CC50889406.jpeg"", ""formatted_filename"": ""FA D F B BD D CC"", ""alt_text"": ""Watch Kwame Yesu\u2019s video for \u2018ANADWO\u2019 featuring Black Sherif and Kimilist"", ""rendered_width"": 780, ""rendered_height"": 470, ""original_width"": 646, ""original_height"": 943, ""format"": ""jpeg""}, {""document_url"": ""https://www.showbizuganda.com/sauti-sol-release-kuliko-jana-music-video-feat-redfourth-chorus-upper-hill-school/"", ""unformatted_src"": ""https://www.showbizuganda.com/wp-content/uploads/2021/04/16556B1C-837C-4DDF-A06F-104207D399D2.jpeg"", ""src"": ""https://www.showbizuganda.com/wp-content/uploads/2021/04/16556B1C-837C-4DDF-A06F-104207D399D2.jpeg"", ""formatted_filename"": ""B C C DDF A F D D"", ""alt_text"": ""Nxt Radio switches up its weekend vibe"", ""rendered_width"": 780, ""rendered_height"": 470, ""original_width"": 567, ""original_height"": 567, ""format"": ""jpeg""}, {""document_url"": ""https://www.showbizuganda.com/sauti-sol-release-kuliko-jana-music-video-feat-redfourth-chorus-upper-hill-school/"", ""unformatted_src"": ""https://www.showbizuganda.com/wp-content/uploads/2021/04/C3AA6B95-AAC9-45F4-93FA-20B9C24EBACD-scaled.jpeg"", ""src"": ""https://www.showbizuganda.com/wp-content/uploads/2021/04/C3AA6B95-AAC9-45F4-93FA-20B9C24EBACD-scaled.jpeg"", ""formatted_filename"": ""C AA B AAC F FA B C EBACD scaled"", ""alt_text"": ""Acebergtm double treat for East African fans \u2013 Far Away from home EP & Danca visuals"", ""rendered_width"": 780, ""rendered_height"": 470, ""original_width"": 683, ""original_height"": 1024, ""format"": ""jpeg""}, {""document_url"": ""https://www.showbizuganda.com/sauti-sol-release-kuliko-jana-music-video-feat-redfourth-chorus-upper-hill-school/"", ""unformatted_src"": ""/wp-content/uploads/2020/03/87198640-C89B-4E97-BABD-2087C97AA67C.jpeg"", ""src"": ""https://www.showbizuganda.com/wp-content/uploads/2020/03/87198640-C89B-4E97-BABD-2087C97AA67C.jpeg"", ""formatted_filename"": ""C B E BABD C AA C"", ""rendered_width"": 177, ""rendered_height"": 220, ""original_width"": 739, ""original_height"": 921, ""format"": ""jpeg""}, {""document_url"": ""https://www.showbizuganda.com/sauti-sol-release-kuliko-jana-music-video-feat-redfourth-chorus-upper-hill-school/"", ""unformatted_src"": ""/wp-content/uploads/2021/03/IMG-20210309-WA0138-282x399.jpg"", ""src"": ""https://www.showbizuganda.com/wp-content/uploads/2021/03/IMG-20210309-WA0138-282x399.jpg"", ""formatted_filename"": ""IMG WA"", ""rendered_width"": 282, ""rendered_height"": 399, ""original_width"": 282, ""original_height"": 399, ""format"": ""jpeg""}]""","""{""url"": ""https://www.showbizuganda.com/sauti-sol-release-kuliko-jana-music-video-feat-redfourth-chorus-upper-hill-school/"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-17/segments/1618039544239.84/warc/CC-MAIN-20210421130234-20210421160234-00260.warc.gz"", ""warc_record_offset"": 1100480031, ""warc_record_length"": 32862}""","[ ""East African musical giants and multiple award winning act; Sauti Sol of Kenya has released a new music video for their hit song ‘Kuliko Jana’, off their third album: Live and Die in Afrika. Bien of Sauti Sol explains the meaning behind the song, “It means the steadfast love of the lord never ceases, His mercies never come to an end – they are new every morning.” Featuring Redfourth Chorus (Upper Hill School), the song’s beautiful yet powerful message has stormed the charts and resonated with fans across Africa and beyond.\n\nA viral clip of Sauti Sol in an a-cappella version of KULIKO JANA with the Redfourth Chorus caught the attention of international celebrities and media to the point where Amber Riley, star of the Emmy award-winning Show Glee, posted on Instagram, “I don’t understand what they’re saying but I know it’s beautiful. Sounds angelic- anyone know if there’s a full video?” Other celebrities who posted the viral video include Master P, Anthony Hamilton, JB Smoove and WorldstarHipHop, among other international news sites.\n\nIn the newly released black and white video of KULIKO JANA, Sauti Sol reunite with the young, immensely talented Redfourth Chorus for some musical magic. Sauti Sol said in a statement: “KULIKO JANA is a very special song to us. It was inspired by our journey and the everlasting mercies, love and favour God has shown us throughout despite our shortcomings.”\n\nKuliko Jana video has been produced by Fulfillment Limited, and shot in Kenya by the directors: Tim Mwaura and Joash Omondi. The song has been written and produced by Sauti Sol. The a-cappella version was co arranged by Philip Tuju and the Redfourth Chorus."", null, null, null, null, null, null, null, null ]",, +,"[ null, ""https://murreyandblue.files.wordpress.com/2016/01/aime1.jpg?w=750"", ""https://murreyandblue.files.wordpress.com/2016/01/aime2.jpg?w=750"" ]","""[null, {""document_url"": ""https://murreyandblue.wordpress.com/2016/01/28/a-1950s-kids-book-with-a-different-view/"", ""unformatted_src"": ""https://murreyandblue.files.wordpress.com/2016/01/aime1.jpg?w=750"", ""src"": ""https://murreyandblue.files.wordpress.com/2016/01/aime1.jpg?w=750"", ""formatted_filename"": ""aime"", ""alt_text"": ""aime1"", ""original_width"": 547, ""original_height"": 387, ""format"": ""jpeg""}, {""document_url"": ""https://murreyandblue.wordpress.com/2016/01/28/a-1950s-kids-book-with-a-different-view/"", ""unformatted_src"": ""https://murreyandblue.files.wordpress.com/2016/01/aime2.jpg?w=750"", ""src"": ""https://murreyandblue.files.wordpress.com/2016/01/aime2.jpg?w=750"", ""formatted_filename"": ""aime"", ""alt_text"": ""aime2"", ""original_width"": 750, ""original_height"": 529, ""format"": ""jpeg""}]""","""{""url"": ""https://murreyandblue.wordpress.com/2016/01/28/a-1950s-kids-book-with-a-different-view/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-33/segments/1659882572304.13/warc/CC-MAIN-20220816120802-20220816150802-00779.warc.gz"", ""warc_record_offset"": 386017914, ""warc_record_length"": 34161}""","[ ""We tend to think of anything relating to Richard III prior to the last forty years to be biased towards traditional views, with the exceptions of Josephine Tey’s novel, Paul Murray Kendall’s biography, a few other novels like Patrick Carlton’s Under the Hog, and the early ‘defenders’ such as Buck, Markham and Halsted. Children’s books in particular seem to tow the Shakespearean line, with illustrations of shadowy, black clad, limping uncles menacing angelic golden haired children depicted as little more than toddlers. Royal Children of English History by famous author E. Nesbit was one of these, containing not only the More-inspired story of the princes finished by a line that went something like ‘he (Richard) was killed at Bosworth by a much better man, as he throughly deserved.’ (She seemed unaware that Henry Tudor placed a young child, Edward of Warwick, into the Tower shortly thereafter. There were also references to ‘the great Henry VIII’ and a story that made Edward of Lancaster seem to be a young child going into battle rather than a young man).\n\nHowever, there were exceptions: in the 1950’s a softcover book for children appeared Mediaeval Britain Told in Pictures by C.W. Aime. This book covered the medieval era but used the medium of art rather than text, with the drawing based of portraits and illustrations of the day. We see pilgrimages and we see the burning of Lollards (older kids’ books tenders NOT to skirt around such things) and we have the wedding of Henry VI to Margaret of Anjou, an armoured Richard Duke of York…and even the murder of Edmund of Rutland at Wakefield (who tends to get forgotten in favour of Edward of Lancaster.) Sopeaking of which, the book goes on then to illustrated Edward IV’s reign including a scene in which the King strikes Edward of Lancaster who is then murdered by his men.\n\nThis is where it gets interesting. Under the caption there is no mention of Richard having any involvement at all, despite the overwhelming Shakespearean influence of the time. The blame seems to be laid firmly at Edward’s door. The next page features drawings of both Edward V and Richard III and facsimiles of their signatures…and not a mention of murders in the Tower, hunchbacks, smothering, dolorous babes or usurpation.\n\nInstead at the bottom of the page is a very interesting comment : ‘The brief reigns of Edward V (1483) and Richard III (1483-1485) are important chiefly as transition periods introducing the Tudor Despotism.’\n\nAn unusual opinion in that particular era especially in a book primarily intended for children–but certainly a refreshing one."", null, null ]",, +,"[ null, ""https://randompastimes.files.wordpress.com/2015/04/img_0204.jpg?w=736"", null, ""https://randompastimes.files.wordpress.com/2015/04/img_0203.jpg?w=736"", null ]","""[null, {""document_url"": ""https://randompastimes.com/2015/04/12/week-2-in-the-pocket/"", ""unformatted_src"": ""https://randompastimes.files.wordpress.com/2015/04/img_0204.jpg?w=736"", ""src"": ""https://randompastimes.files.wordpress.com/2015/04/img_0204.jpg?w=736"", ""formatted_filename"": ""img"", ""original_width"": 736, ""original_height"": 549, ""format"": ""jpeg""}, null, {""document_url"": ""https://randompastimes.com/2015/04/12/week-2-in-the-pocket/"", ""unformatted_src"": ""https://randompastimes.files.wordpress.com/2015/04/img_0203.jpg?w=736"", ""src"": ""https://randompastimes.files.wordpress.com/2015/04/img_0203.jpg?w=736"", ""formatted_filename"": ""img"", ""original_width"": 736, ""original_height"": 549, ""format"": ""jpeg""}, null]""","""{""url"": ""https://randompastimes.com/2015/04/12/week-2-in-the-pocket/"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-43/segments/1634323587770.37/warc/CC-MAIN-20211025220214-20211026010214-00606.warc.gz"", ""warc_record_offset"": 582528902, ""warc_record_length"": 27757}""","[ ""This will be a shorter post than the last one as there has only been one major change that I made. However, this change has made so much of a difference!\n\nWhen I first bought the grey malden, the person who I bought if from included a clear removable tabbed divider as there was no clear dashboard. In the first week I used the tabbed divider as my dashboard in the front. This was intended to be used to keep a list for grocery shopping. But since I decided to stop using the malden as a wallet, it became irrelevant. Something I was missing though was a place to put running or undated to-do’s for the week. I tried making a to-do section but I wasn’t really going to that section which meant that I wasn’t getting things done. I needed that list to be included somewhere in the weekly section, without taking up space."", null, ""The clear tabbed divider was the perfect solution! It’s clear so that I can still see a bit of the other side of the week. And the holes are slit so that you can easily move the divider from week to week without having to open and close the rings. So here it is in action 🙂"", null, ""So that’s it for this week. I am happy to say that using the pocket size did start to become easier this week. I did make more use of it. I will be moving on to the Chocolate Aston pocket for next week as I don’t have a use for the zipped pocket of the Malden. And I’d like say thanks to the people who are taking an interest in this challenge of mine, and who have made suggestions or given me links to videos of where I can get some inspiration. You guys have really helped in making me stick to this challenge :p. Keep the comments coming! 😀\n\nFollow Random Pastimes of a Restless Mind on WordPress.com\n\nThis blog is a place for me to express and share all my random hobbies and current obsessions with like minded people ;). So take a look around and maybe stay for a while...\nAdvertisements\n\nA view of technology and some non-technical things.\n\nknitsandplanners\nLooking through a frosty window...\n\nSeeing the world a little differently\n\nMy Life All in One Place\n\nA place to share my love of stationery, performing arts, books, photography, and anything else that strikes my fancy! ;)\n\nAdventures in Trying to Organize My Life"" ]",, +,"[ ""https://www.totalrl.com/wp-content/uploads/2015/10/FaalAyden1-18-0813rl.jpg"", null ]","""[{""document_url"": ""https://www.totalrl.com/faal-returns-to-hunslet/"", ""unformatted_src"": ""https://www.totalrl.com/wp-content/uploads/2015/10/FaalAyden1-18-0813rl.jpg"", ""src"": ""https://www.totalrl.com/wp-content/uploads/2015/10/FaalAyden1-18-0813rl.jpg"", ""formatted_filename"": ""FaalAyden rl"", ""rendered_width"": 660, ""rendered_height"": 330, ""original_width"": 660, ""original_height"": 330, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.totalrl.com/faal-returns-to-hunslet/"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-10/segments/1614178383355.93/warc/CC-MAIN-20210308082315-20210308112315-00364.warc.gz"", ""warc_record_offset"": 1006132528, ""warc_record_length"": 25698}""","[ null, ""Ayden Faal has signed for Hunslet on a one-year deal, the club has confirmed.\n\nFaal, who was banned from playing Rugby League for six months in 2014 for breaching the sport’s betting rules, joins the Hawks from Batley, ending his three year stay at Mount Pleasant.\n\nThe 28-year-old centre previously played for the Hawks in 2009 before joining Dewsbury, but is now preparing for his return to the South Leeds Stadium as Barry Eaton’s side ready themselves for life in Kingstone Press League One.\n\n“Signing Ayden is testimony that we are creating the right environment at the club,” Hunslet Director of Rugby Darren Williams told the club’s official website.\n\n“He’s had his injury problems and is just recovering from a shoulder reconstruction but his rehabilitation is ahead of schedule and he’s looking forward to showing us what we all know he can do. He is a major signing for the club as we prepare for life in Championship 1 and he will provide us with some strike out wide.”"" ]",, +,"[ null, ""https://www.thefirearmblog.com/blog/wp-content/uploads/2018/05/180323_GBR_StatesGuns_1920x1080-660x371.jpg"", null ]","""[null, {""document_url"": ""https://www.thefirearmblog.com/blog/2018/05/21/gun-industry-contributes-economic-growth/?utm_source=rss&utm_medium=rss&utm_campaign=rss"", ""unformatted_src"": ""https://www.thefirearmblog.com/blog/wp-content/uploads/2018/05/180323_GBR_StatesGuns_1920x1080-660x371.jpg"", ""src"": ""https://www.thefirearmblog.com/blog/wp-content/uploads/2018/05/180323_GBR_StatesGuns_1920x1080-660x371.jpg"", ""formatted_filename"": ""GBR StatesGuns"", ""alt_text"": ""Economic Growth Impact of Firearms Industry by State. Source: GoBankingRates.com"", ""rendered_width"": 660, ""rendered_height"": 371, ""original_width"": 660, ""original_height"": 371, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.thefirearmblog.com/blog/2018/05/21/gun-industry-contributes-economic-growth/?utm_source=rss&utm_medium=rss&utm_campaign=rss"", ""warc_filename"": ""crawl-data/CC-MAIN-2023-06/segments/1674764499634.11/warc/CC-MAIN-20230128121809-20230128151809-00547.warc.gz"", ""warc_record_offset"": 1003732798, ""warc_record_length"": 22698}""","[ ""Posted May 21, 2018 in Editorial, News by Rachel Y with No Comments"", null, ""Whether employment opportunities, taxes, manufacturing, gun sales, or all points in between – there is little doubt that the firearms industry contributes significantly to the economic growth of the United States. In fact, a recent report compiled by the National Shooting Sports Foundation estimated that the Firearms Industry contributed $51.3B to the US economy in 2017. That’s a 169% increase since 2008.\n\nHere are a handful of states of particular interest, as reported by the NSSF:\n\nClick here to see how your state is impacted by the firearms industry.\n\nThere was no mention in the report whether the surge in recent concealed carry permit applications contributed to the numbers reported, or whether they were classified in a different area and not counted in this particular report.\n\nThe firearms industry has been responsible for tremendous economic growth in previous years. Regardless of the circumstances behind that financial upswing, little argument can be given to disprove the fact that job growth, state and federal tax dollars, plus a host of other secondary economic opportunities (hunting permits and conservation efforts, for example) have come about as a result of firearms, ammunition, and the manufacturing processes built on American soil."" ]",, +,"[ null, ""http://razorbladeoflife.co.uk/wp-content/uploads/blogger/_xwCdqj5H__E/TAv73efr50I/AAAAAAAAB2g/iyJOWkd9aGs/s320/IMG_0141.JPG"", null, ""http://razorbladeoflife.co.uk/wp-content/uploads/blogger/_xwCdqj5H__E/TAv8AMrizrI/AAAAAAAAB2o/n4dKAGVD37U/s320/IMG_0149.JPG"", null, ""http://razorbladeoflife.co.uk/wp-content/uploads/blogger/_xwCdqj5H__E/TAv8Dl02p0I/AAAAAAAAB2w/txzdwD4_EMY/s320/IMG_0152.JPG"", null ]","""[null, {""document_url"": ""https://razorbladeoflife.co.uk/uncategorized/gloat-of-course/"", ""unformatted_src"": ""http://razorbladeoflife.co.uk/wp-content/uploads/blogger/_xwCdqj5H__E/TAv73efr50I/AAAAAAAAB2g/iyJOWkd9aGs/s320/IMG_0141.JPG"", ""src"": ""http://razorbladeoflife.co.uk/wp-content/uploads/blogger/_xwCdqj5H__E/TAv73efr50I/AAAAAAAAB2g/iyJOWkd9aGs/s320/IMG_0141.JPG"", ""formatted_filename"": ""IMG"", ""original_width"": 240, ""original_height"": 320, ""format"": ""jpeg""}, null, {""document_url"": ""https://razorbladeoflife.co.uk/uncategorized/gloat-of-course/"", ""unformatted_src"": ""http://razorbladeoflife.co.uk/wp-content/uploads/blogger/_xwCdqj5H__E/TAv8AMrizrI/AAAAAAAAB2o/n4dKAGVD37U/s320/IMG_0149.JPG"", ""src"": ""http://razorbladeoflife.co.uk/wp-content/uploads/blogger/_xwCdqj5H__E/TAv8AMrizrI/AAAAAAAAB2o/n4dKAGVD37U/s320/IMG_0149.JPG"", ""formatted_filename"": ""IMG"", ""original_width"": 240, ""original_height"": 320, ""format"": ""jpeg""}, null, {""document_url"": ""https://razorbladeoflife.co.uk/uncategorized/gloat-of-course/"", ""unformatted_src"": ""http://razorbladeoflife.co.uk/wp-content/uploads/blogger/_xwCdqj5H__E/TAv8Dl02p0I/AAAAAAAAB2w/txzdwD4_EMY/s320/IMG_0152.JPG"", ""src"": ""http://razorbladeoflife.co.uk/wp-content/uploads/blogger/_xwCdqj5H__E/TAv8Dl02p0I/AAAAAAAAB2w/txzdwD4_EMY/s320/IMG_0152.JPG"", ""formatted_filename"": ""IMG"", ""original_width"": 226, ""original_height"": 320, ""format"": ""jpeg""}, null]""","""{""url"": ""https://razorbladeoflife.co.uk/uncategorized/gloat-of-course/"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-39/segments/1631780057225.57/warc/CC-MAIN-20210921161350-20210921191350-00707.warc.gz"", ""warc_record_offset"": 519924523, ""warc_record_length"": 10281}""","[ ""Ooh dear, this is turning into a habit. I wake too early, the Sage wakes because I do, snuggles up and goes to sleep, and I lie there until it’s getting-up time and then have a nice little nap anyway, putting me behindhand for the rest of the day.\n\nIt’ll have to stop now though, I’ve got a busy week on.\n\nToday, we went over to see Weeza. Well, first, I’d played the music in church. I received the hymns after I’d been down to the church yesterday to do the flowers, so couldn’t be arsed to go back and practise – I mean, darlings, one can lose freshness so easily by over-practising, don’t you think? The fact that I didn’t actually know two of the hymns is neither here nor there. I bluff, I bluff, hear me.\n\n*now trying to remember what the original was. I know what it’s from, of course, but what the second (and fourth, in repeat) word is, I can’t think. If I can by the time I finish, I shall mention it of course. As ever, CBATG.\n\nApart from repeatedly playing C sharp in one place in each verse, when the key was G, it was fine. I nearly had a small hiccup when, finishing the final verse of the final hymn with a flourish, I suddenly noticed another ‘final final’ verse on the next page. I noticed it in time not to miss it, fortunately.\n\nPhil was doing a hundred mile bike ride today, the Norwich 100, which starts from the Cathedral, goes up through mid-Norfolk to Sheringham (buggering up the traffic in Cromer en route) and then returning by the coast road. He did it in just over 7 hours, about 6 1/2 without the compulsory lunchtime stop. Good job it wasn’t yesterday, when it was boiling hot. He phoned from the Cathedral when he got back (only another 4 miles uphill to go, to be home) to suggest meeting at the pub for a Broadside. I took photos."", null, ""Yay, photos. Obviously, not all of them are here. Most had faces in."", null, ""Afterwards, they walked home and we left to drive home. Phil said that there had been torrential rain for a while – he didn’t have time to get on a coat and overshoes and, while waiting to be checked in at the Cathedral, he’d taken off his shoes and wrung rainwater out of his socks! Mind you, he was quite sweaty too, as I found when I kissed him hello. It didn’t seem quite polite to wipe my face, so I just had to be careful not to lick my lips – it’s not within the bounds of propriety to taste a son-in-law’s sweat."", null, ""The good thing for me was that I was very comfortable walking a quarter of a mile or so in 3 inch *approx – the height of the length of my middle finger) heels. I’m so sorry, darlings, if I’d known I was going to take my photo I’d have had a pedicure first."" ]",, +,"[ ""https://asapjournal.com/wp-content/uploads/2022/05/Feature1.png"", null ]","""[{""document_url"": ""https://asapjournal.com/becoming-undisciplined-on-fungification-or-working-with-disaster-in-the-liberal-arts-anthony-lioi/"", ""unformatted_src"": ""https://asapjournal.com/wp-content/uploads/2022/05/Feature1.png"", ""src"": ""https://asapjournal.com/wp-content/uploads/2022/05/Feature1.png"", ""formatted_filename"": ""Feature"", ""rendered_width"": 748, ""rendered_height"": 435, ""original_width"": 748, ""original_height"": 435, ""format"": ""jpeg""}, null]""","""{""url"": ""https://asapjournal.com/becoming-undisciplined-on-fungification-or-working-with-disaster-in-the-liberal-arts-anthony-lioi/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-49/segments/1669446710712.51/warc/CC-MAIN-20221129232448-20221130022448-00112.warc.gz"", ""warc_record_offset"": 157168603, ""warc_record_length"": 17898}""","[ null, ""When Adrienne Rich picks mushrooms “at the edge of dread” in “What Kind of Times Are These,” there must be imminent danger. I found Rich’s poem long after my professional fungification, but it was Anna Tsing’s The Mushroom at the End of the World: On the Possibility of Life in Capitalist Ruins (2015) that made me aware of what I had become. Tsing describes her fieldwork in the forests of Oregon among pickers of the matsutake mushroom, which grows only in forests that have been disturbed. In this case, a forest that has been logged, lodgepole pine replacing the original ecosystem. Matsutake works with disaster: it was the first living thing to emerge in the aftermath of Hiroshima (Tsing 3). It assists a new forest in establishing fungal-tree root networks. Hm, I thought. That sounds familiar.\n\nThe matsutake is a metaphor of my undisciplined life as a humanist in a conservatory. Like the matsutake, the Liberal Arts department at Juilliard grew in a disturbed forest where the order of the university no longer reigns. We too are hidden; you need to know where to look for us. We are not a department that shares one field, and in the space between disciplines, I shifted shape. In her description of forest evolution, Tsing says, “changing with circumstances is a matter of survival” (27). My career in the Mushroom Gang might illuminate the dread that is upon us.\n\nI entered graduate school in 1993, the last moment to believe “The Bowen Report,” which predicted a shortage of humanists and a surplus of faculty positions in the 1990s. As Leonard Cassuto argues, it was catastrophically mistaken: “the book became notorious for its Panglossian forecast of better times for academic job seekers. It soon symbolized the misguided optimism of a generation of would-be professors who kept waiting for their ship to come in, and eventually starved by the shore.” I was lucky to find a full-time position in 2003, and then to change positions in 2007, just before the financial crisis. I landed a rolling-contract job with rank but no tenure—typical for instructors at conservatories and design schools. Most importantly, I did not land in an English department. I would become undisciplined among others. We are historians, poets, political theorists, art historians, philosophers, linguists, and even literature-types, all clinging to a school with other purposes. Everything we teach—composition, core courses, and electives—is part of a curriculum for performing artists. They require credits outside the major to attain a bachelor’s degree. A technicality, really. Our marginality makes us precarious, and thus, full of dread. But we are a multitude. We spring up all over the place. We are mushrooms at the end of a world that envisioned humanists as prodigies of culture. Sempervirens semper fi. No more.\n\nAbove is the stump of a Norway maple growing fungi on a curb in Highland Park, New Jersey. This is me: adventitious, peripheral. Not-tree, I never became the kind of scholar who taught me. I don’t cultivate majors. I don’t teach electives to undergrads who love literature. I have no graduate students. Working in “Liberal Arts,” an undiscipline, I learned to attach myself to heartwood: reading carefully, writing reflectively, responding in community. From these commitments, my department explores ways of knowing and political awareness. We address students as beginning world-citizens. It isn’t a liberation into a stream of consciousness led by the professor’s research, but there’s a lot of action in the Stump. These days, clearing a space for student self-examination and the discovery of an interconnected world is hardly trivial. Even now, my department is moving from a defunct version of the Columbia Core Curriculum, a study of absolute texts, to a question-centered core that opens into the crises of the twenty-first century. In other words, we adapted in order to survive. But as Anna Tsing asks, what does survival mean?\n\nThe Stump is everywhere now. As I write this, the Kansas Board of Regents has voted to suspend tenure for two years and vitiate structures of shared governance throughout the state university system. The CUNY schools remain chronically underfunded. Small liberal arts colleges like Sweetbriar and Green Mountain College teeter on the edge and fall. Marquette University is slashing its non-tenured liberal arts faculty. Examples abound, but the take-home is: we are always in danger. What lessons can be gleaned in dangerous times from my undisciplined life?\n\nThis is still the edge of dread. But dread can rid us of illusions that retard the work. For example: It has been difficult to admit that institutions have no honor. The local Stump considers me a factotum. The structures that govern our employment are transactional, not ethical: we are a means to an end, and we can be replaced at the will of administrators. That doesn’t mean we have to act as if we are replaceable. Undisciplined labor thereby takes on an intellectual, rhetorical, and political cast.\n\nWe must develop a theory of our fungal powers and deploy them as mycelial praxis. The visible mushroom, after all, is the fruiting body of a larger creature strategically invisible from above. By recognizing undisciplinarity, we understand ourselves not as the old university, a besieged forest, but the mycelia that network the ground for a post-Stump ecology. Not exactly rhizomatic, but not powerless, either. It’s hard to let go of the structures that formed us, but a prefigurative pedagogy requires it. As universities and forests fall into capitalist ruin, we must become the other world that is growing in the dark.\n\nAnthony Lioi is Professor of English at the Juilliard School in New York City, where he teaches composition, American literature, and environmental humanities. He is the author of Nerd Ecology (Bloomsbury Academic 2016) and is currently working on a book on metahumanism and ecomedia. He is past president of the Association for the Study of Literature and Environment and co-editor of Resilience: A Journal of the Environmental Humanities."" ]",, +,"[ null, ""https://mk0movieguide99l7786.kinstacdn.com/wp-content/uploads/2020/06/ViaKConFacebook.jpg"", null ]","""[null, {""document_url"": ""https://www.movieguide.org/news-articles/popular-articles/kevin-costner-says-his-marriage-is-stronger-after-quarantine.html"", ""unformatted_src"": ""https://mk0movieguide99l7786.kinstacdn.com/wp-content/uploads/2020/06/ViaKConFacebook.jpg"", ""src"": ""https://mk0movieguide99l7786.kinstacdn.com/wp-content/uploads/2020/06/ViaKConFacebook.jpg"", ""formatted_filename"": ""ViaKConFacebook"", ""rendered_width"": 1280, ""rendered_height"": 720, ""original_width"": 1280, ""original_height"": 720, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.movieguide.org/news-articles/popular-articles/kevin-costner-says-his-marriage-is-stronger-after-quarantine.html"", ""warc_filename"": ""crawl-data/CC-MAIN-2020-50/segments/1606141184123.9/warc/CC-MAIN-20201125183823-20201125213823-00550.warc.gz"", ""warc_record_offset"": 771245534, ""warc_record_length"": 26955}""","[ ""Kevin Costner Says His Marriage Is Stronger After Quarantine"", null, ""Kevin Costner Says His Marriage Is Stronger After Quarantine\n\nKevin Costner said that his marriage to wife Christine is stronger after quarantine and so is his family.\n\n“Our partnership has really come into focus about what we do for each other and how we deal with our family,” Costner told PEOPLE.\n\nCostner and Christine have three children together: Hayes, Grace and Cayden.\n\nCostner also has four grown children from a previous marriage and relationship: Annie, Liam, Joe and Lily. Annie and Lily are in the entertainment business as a director and actress respectively.\n\n“As [my] children interact together, there’s always this little bit of, ‘Do you care for us now as much as you do them?’” Costner said in an interview with Mom.com.\n\nThe SWING VOTE actor continued, “That’s just a natural thing that happens, and you have to talk about how big love is. The ability to be able to love somebody else doesn’t mean there’s less love for you.”\n\nCostner will return in the TV series YELLOWSTONE and is in post-production on a new movie called LET HIM GO, opposite Diane Lane (WONDER WOMAN).\n\nHappy Mother’s Day to all of the amazing moms out there. Hope you all feel loved and celebrated today and every day."" ]",, +,"[ null, ""https://i.pinimg.com/originals/df/89/08/df89088e4f6ce92771d34ac5699b1bf3.jpg"", null ]","""[null, {""document_url"": ""https://newboss.mobi/kaijudo-clash-of-the-duel-masters-episode-34-63/"", ""unformatted_src"": ""https://i.pinimg.com/originals/df/89/08/df89088e4f6ce92771d34ac5699b1bf3.jpg"", ""src"": ""https://i.pinimg.com/originals/df/89/08/df89088e4f6ce92771d34ac5699b1bf3.jpg"", ""formatted_filename"": ""df e f ce d ac b bf"", ""original_width"": 665, ""original_height"": 374, ""format"": ""jpeg""}, null]""","""{""url"": ""https://newboss.mobi/kaijudo-clash-of-the-duel-masters-episode-34-63/"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-04/segments/1610703581888.64/warc/CC-MAIN-20210125123120-20210125153120-00720.warc.gz"", ""warc_record_offset"": 474818534, ""warc_record_length"": 12297}""","[ ""Eli Shane is determined to be the greatest Slugslinging hero of them all! Keep track of everything you watch; tell your friends. Meanwhile, Queen Kalima starts to have her forces invade San Campion where the incidents with the Skeeter Swarmers gives Gregoria the opportunity to invade San Campion. During the production of this episode, Andrew R. Lists of American children’s animated television series episodes. Upon being promoted to Adepts, Ray, Gabe, and Allie advance to a new training level and get access to the dojo and discover an old spell which temporarily allows their creatures to acquire strange new powers and characteristics. Photos Add Image Add an image Do you have any images for this title?\n\nA team of five teenaged superheroes save the world from many villains around their city while experiencing things normal teens face today. Find showtimes, watch trailers, browse photos, track your Watchlist and rate your favorite movies and TV shows on your phone or tablet! With the Creature Monarchs out of commission, Ray enlists Alakshmi to help find The Choten so that he can save his father from his control. But when the Choten mutates the creature and it starts to duplicate itself, things get complicated. Now am I saying this is the worst thing to appear well the secret Saturdays was terrible and much worse that thing no, I’m not, in fact if you like this, watch it and enjoy it. Full Cast and Crew. Season 2 Episode Meanwhile, Gabe has problems controlling his new primary creature Gargle.\n\nThe kids try to stop Alakshmi, Fingers, and Heller from obtaining the mana which Master Chavez needs to replenish the Veil to keep the Fire Civilization King from awakening. Allie has a sleepover to ease the tension among her friends, but Alakshmi crashes the sleepover with Gorgeon, Shadow of Gluttony. A team of five teenaged superheroes save the world from many villains around their city while experiencing things normal teens face today.\n\nA dream warns Ray of a new danger in the Nature Realm and he and his friends cross the Veil to help. Following the incident at the bank, Master Jaha, Master Chavez, and Master Nadia leads an expedition to the Darkness Civilization to rescue Allie’s father and endures 3 attacks.\n\nMeanwhile, Ray teaches Tatsurion the Unchained about the meaning of “friend”. When The Choten learns of the footage, he pins the blame on Carny and sends Fingers and Heller to deal with him. The kids and Duel Masters ask Kaijduo Okamoto for help when people are replaced by rpisode look-a-like Light Creatures.\n\nThe stranger turns out to be a bounty hunter named Saguru and delivers the kids to Lord Skycrusher. At the time when Carny is back in school, a bullied kid named Kevin steals one of Carny’s tech-gauntlets and inadvertently opens the Veil which lets the Skeeter Swarmers into the school that take over everyone’s bodies except Ray’s body.\n\nRay gets a good job epislde a waiter at a country club and finally affords a new house for his family to live in.\n\nMaxwell “Max” McGrath is thrown into a new life after moving with his mother to the small city of Copper Canyon. In order to do so successfully, they must gather Infernus the Immolator, King Tritonus, Almighty Colossus, Eternal Haven, and Queen Kalima together in the Null Zone and hold a “summit” among them to stop the rising war. Photos Add Image Add an image Do you have any images for this title?\n\nSasha, Channeler of Light returns to Earth upon being sent by the Light Civilization to study humans. Ray suspects that the mysterious person is a Creature Mystic that they encountered on Lord Skycrusher’s volcano warship when they learn that the mysterious person who is trapped in a cursed armor had also escaped from Alakshmi which leads to a truce to get to the Fire Mystic. Now Ray must find a way to free Tatsurion and the other captives of the Choten without being discovered by Alakshmi and Fingers.\n\n“Kaijudo: Rise of the Duel Masters” Clash of the Monarchs (TV Episode ) – IMDb\n\nChristian Bale is a bonafide A-list star, but he missed out on plenty of huge roles along the way. Ray and Allie end up in a high-stakes battle of wits against Alakshmi, Heller, and Saguru when the Choten makes another attempt at stealing the Helm of Ultimate Technology which has pf hidden in the bank where Allie’s father Arthur Underhill works. Watch Now on Prime Video.\n\nSearch for ” Clash of the Monarchs ” on Amazon. Yes No Report this. I can say this much, its a very all around show, but beyond that, it could do with a lot of work. Master Nadia voice Andrew Kishino Factory began releasing the series in December Search for ” Kaijudo: Ray, Gabe, Allie, and the Duel Masters look to prevent future attacks after the Water Civilization launches an unprecedented assault on the Fire and Nature Civilizations. Allie Underhill voice Scott Wolf They also learn that a former Duel Master called the Choten is planning to use every creature he has obtained in order to take over the world.\n\nEdit Storyline The series follows the adventures of a young boy named Rai who possesses the rare ability to befriend and duel alongside fantastical creatures from a parallel dimension.\n\nKaijudo: Rise of the Duel Masters"", null, ""Audible Download Audio Books. I just OK, not great but not terrible, so I recommend this to those who really like monsters and action.\n\nClash of the Monarchs\n\nRay and Tatsurion the Unchained must race Saguru and those in the finals to get to the Shield of Unity. Even when Alakshmi gets the mana-dampening armor off her “Sensei,” the identity of the “Sensei” is a surprise for both sides.\n\nTatsurion invokes his right to trial by combat and Ray and Allie are his opponents."" ]",, +,"[ null, ""https://moynsparkorganics.co.uk/wp-content/uploads/blossom-1080x675.jpg"", null, ""https://moynsparkorganics.co.uk/wp-content/uploads/lettuce-plants-300x224.jpg"", null ]","""[null, {""document_url"": ""https://moynsparkorganics.co.uk/uncategorized/what-a-wonderful-world/"", ""unformatted_src"": ""https://moynsparkorganics.co.uk/wp-content/uploads/blossom-1080x675.jpg"", ""src"": ""https://moynsparkorganics.co.uk/wp-content/uploads/blossom-1080x675.jpg"", ""formatted_filename"": ""blossom"", ""rendered_width"": 1080, ""rendered_height"": 675, ""original_width"": 1080, ""original_height"": 675, ""format"": ""jpeg""}, null, {""document_url"": ""https://moynsparkorganics.co.uk/uncategorized/what-a-wonderful-world/"", ""unformatted_src"": ""https://moynsparkorganics.co.uk/wp-content/uploads/lettuce-plants-300x224.jpg"", ""src"": ""https://moynsparkorganics.co.uk/wp-content/uploads/lettuce-plants-300x224.jpg"", ""formatted_filename"": ""lettuce plants"", ""rendered_width"": 300, ""rendered_height"": 224, ""original_width"": 300, ""original_height"": 224, ""format"": ""jpeg""}, null]""","""{""url"": ""https://moynsparkorganics.co.uk/uncategorized/what-a-wonderful-world/"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-04/segments/1610703522133.33/warc/CC-MAIN-20210120213234-20210121003234-00601.warc.gz"", ""warc_record_offset"": 488820031, ""warc_record_length"": 15482}""","[ ""What a wonderful world"", null, ""What a sensational week of weather we have just had; more like mid-summer than early April. All good things come to an end, and so it looks as though today is the last of the warm days for a while, with the daytime temperature dropping from the low 20’s to just 9 degrees tomorrow and Tuesday, accompanied by some cool nights too. There is very little rain in the forecast, so I have been dragging the sprinkler around to water the recently planted onions, leeks, lettuces and cabbages. I sowed carrots and turnips last week, so they are getting a drink too, otherwise germination will be very patchy. Actually as I write this the weather has broken, there is thunder and lightning and a little rain, just enough to wet the ground; every little helps.\n\nFortunately I managed to cut the grass in the orchard this afternoon while it was still dry, the apple trees are looking good, with lots of them coming into bloom; I do hope that we don’t get frosts so severe that the blossom is damaged. Last year was a disaster, I am hoping for a bumper crop this summer, for fresh fruit and for juice.\n\nI hope that you lot like lettuces, because I’ve now planted hundreds of them; this morning I set out another batch of 160, to follow on from 2 previous plantings of a similar size. I normally sell a lot of lettuces at the farmers’ market, but as I am steering clear of it at the moment I am relying on you to go salad crazy. The first ones should be ready to cut next week in the polytunnel – Little Gem."", null, ""It’s an absolutely stunning time of the year, the natural world is sporting a brand spanking new coat of many colours. Blackthorn, flowering cherries, hawthorn, primroses, cowslips, celandines, speedwell, these and many more contribute to visual delights everywhere you look. The backdrop to this Technicolor set is the fresh new soft foliage in every shade of green that clothes the trees and bushes in the landscape. There have been butterflies aplenty in the past week, I have seen Peacock, Brimstone, Small Tortoiseshell, Orange Tip, Red Admiral, Comma and Small White; but not yet a Holly Blue. Up on the top pond there are tiny clockwork ducklings randomly skittering this way and that on the surface of the water, and Canada Geese honking their heads off for no apparent reason. At home I saw my first Swallow of the season yesterday, sharing the airspace behind our cottage with the Skylarks. I am always conscious of the flora and fauna that surrounds me, but this year it is as if my senses are heightened, helped by the reduction of manmade noise – less traffic on the roads, virtually no traffic in the sky. The next thing to tick off on my seasonal list is the call of the Cuckoo; perhaps the pandemic will mean that there are fewer hunters abroad to prevent them from returning on their epic journey. Oh, and since setting my trap the rabbit has been conspicuous by its absence.\n\nStumpy the scruffy white pony is a little less scruffy and a little whiter this week. He had a shower! Tabitha the stud groom’s girlfriend decided that he needed smartening up, so she took the hose to him. He was very good during his pampering session, mainly because I fed him carrots to keep him quiet. His coat felt so much nicer afterwards, and he even had his mane plaited, which I think he saw as being undignified for a testosterone fuelled stud pony.\n\nIt’s the last hurrah for several items in the ‘shop’. I have only a very few leeks, very few radishes, very few Pak Choi, and limited spinach. After this week it really is going to be back to basics for a while. Apologies for the potatoes last week, I ordered the wrong ones, and discovered that whilst perfectly sound, those I received were pretty small, so I sympathise with whoever has to peel them in your house. I should have the correct type this week, along with bakers and Pink Fir Apple. Basically the selection in the shop is the same as last week, albeit with limited availability of various items. I have ordered a larger quantity of oranges this week, so hopefully there will be enough for all.\n\nI had an unexpected hold-up while I was delivering last Friday. I drop off some boxes at customers that live in one of the small side streets that run at 90 degrees to Long Melford high street. The road is quite narrow, only one vehicle width on account of cars being parked along it’s whole length. Anyway, as I pulled into the street I found myself following a middle aged man wearing a full length cassock dragging a huge cross behind him, with an elderly woman a few metres in his wake carrying a carrier bag and wearing sandwich boards informing onlookers that Jesus died on the cross to save us. I wonder if she had loaves and fishes in her bag? In previous years I have passed the pilgrims carrying the cross to Walsingham, but they do it mob handed and appear to be having fun; chummy in Melford was probably wearing a hair shirt under his robe just to lessen the fun factor. I’m not ridiculing him, I love the fact that there are individuals like him with such conviction. In the whole scheme of things it cost me about 5 minutes of my time as I headed the cavalcade behind him, and I was pleased to have happened upon the scene. I have no religious faith, but well done that man.\n\nI am sorry if some of you sometimes don’t receive everything in your box that you had ordered, I’m afraid that it’s just human error on my part. I am packing around 700 items per week in the boxes at present, so inevitably the odd error is going to occur; it’s a consequence of working under pressure I’m afraid. Please let me know when you are short of anything and I will make amends.\n\nJust a reminder that I am continuing to minimise contact, so in most cases boxes will be left on doorsteps. On Thursday Jennifer has been dropping off most of the local orders; don’t engage with her! She is under strict instructions to drop the boxes and run, but she is somewhat more gregarious than I am and is much more likely to stop for a chat given the opportunity, please don’t tempt her. The other thing to remind you is that the order deadline is Tuesday night. Thank you for your cooperation.\n\nEnjoy your Easter egg….go for a jog in the morning as penance."" ]",, +,"[ ""https://www.highwayangel.org/wp-content/uploads/2020/03/Jon-Aztenhofer-Resize.png"", null ]","""[{""document_url"": ""https://www.highwayangel.org/highway-angel-recipient-jonathan-az-atzenhofer-2/"", ""unformatted_src"": ""https://www.highwayangel.org/wp-content/uploads/2020/03/Jon-Aztenhofer-Resize.png"", ""src"": ""https://www.highwayangel.org/wp-content/uploads/2020/03/Jon-Aztenhofer-Resize.png"", ""formatted_filename"": ""Jon Aztenhofer Resize"", ""rendered_width"": 160, ""rendered_height"": 160, ""original_width"": 160, ""original_height"": 160, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.highwayangel.org/highway-angel-recipient-jonathan-az-atzenhofer-2/"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-10/segments/1614178377821.94/warc/CC-MAIN-20210307135518-20210307165518-00496.warc.gz"", ""warc_record_offset"": 804790174, ""warc_record_length"": 12592}""","[ null, ""FOR THE SECOND TIME, JON “AZ” ATZENHOFER IS NAMED A TCA HIGHWAY ANGEL\n\nJon “AZ” Atzenhofer, a resident of Oklahoma City, Oklahoma, has been named a Highway Angel by the Truckload Carriers Association (TCA). This is the second time this professional truck driver has earned his Angel wings. Atzenhofer, who drives for FTC Transportation, also of Oklahoma City, is being recognized for taking the time to stop and help an accident victim.\n\nOn June 4, 2013, at about 7:00 a.m., Atzenhofer was traveling westbound on I-40, about 10 miles west of Santa Rosa, New Mexico. Suddenly, a small passenger car that was driving eastbound flipped 2-3 times, coming to a stop upright on the median. All of the vehicles in front of Atzenhofer kept going, but he felt compelled to stop. Atzenhofer called 911, grabbed his gloves, and ran to the scene, where he found that all of the windows were blown out except – ironically – the one on the driver’s side.\n\nThe door would not open, so Atzenhofer pulled the window out. He discovered that the driver was breathing, but not conscious. Not knowing the extent of the injuries, he decided to leave the driver in place until emergency personnel arrived. As a proactive measure, Atzenhofer used a knife to cut the seat belt, just in case he should need to pull the victim out quickly. When another person stopped to help, they were able to pry the door open and stood ready to remove the still unconscious driver if need be. Atzenhofer stayed with the victim until the authorities took over.\n\nAtzenhofer, who has been driving since 1988, has helped several motorists throughout his driving career. When asked about this incident, he said, “You just can’t bypass things like that, or at least I don’t!”\n\nLast year, Atzenhofer was honored as a Highway Angel for performing CPR on a man who was having a heart attack at a truck stop."" ]",, +,"[ ""https://witness2fashion.files.wordpress.com/2017/12/500-top-1917-july-p-51-9203-9276-10625-9280-9281-9153-9266-10636-9116-9290-10623-2.jpg?w=500"", null, ""https://witness2fashion.files.wordpress.com/2017/12/500-1917-july-p-51-top-hats-blouse-waist-9203.jpg?w=500"", null, ""https://witness2fashion.files.wordpress.com/2017/12/500-1917-june-p-60-color-blouse-waist-9203-shirt-waist-9207.jpg?w=500"", null, ""https://witness2fashion.files.wordpress.com/2017/12/500-bw-9203-1917-aug-p-48.jpg?w=500"", ""https://witness2fashion.files.wordpress.com/2017/12/500-1917-july-p-62-ctr-blouse-crochet-filet-lace-2.jpg?w=500"", ""https://witness2fashion.files.wordpress.com/2017/12/500-1917-july-p-51-9203-9276-bag-10625-text-blouse-waist.jpg?w=500"", null, ""https://witness2fashion.files.wordpress.com/2017/12/500-9203-9276-1917-july-p-60-views-patterns-btm-2.jpg?w=500"", null, ""https://witness2fashion.files.wordpress.com/2017/12/500-1917-july-p-51-top-hats-bloluse-w-9203-bw-9280-shirt-waist-9513-bw-9116-bw-92871.jpg?w=500"", null, ""https://witness2fashion.files.wordpress.com/2017/12/500-1917-july-p-51-9280.jpg?w=500"", null, ""https://witness2fashion.files.wordpress.com/2017/12/9280-9281-text-1917-july-p-51-btm-text.jpg?w=500"", ""https://witness2fashion.files.wordpress.com/2017/12/500-9280-9281-1917-july-p-60-views-patterns-btm-2.jpg?w=500"", null, ""https://witness2fashion.files.wordpress.com/2017/12/500-1917-july-p-51-top-hats-shirt-waist-9513-bw-9116.jpg?w=500"", ""https://witness2fashion.files.wordpress.com/2017/12/500-9116-9290-1917-july-p-60-views-patterns-btm-4.jpg?w=500"", null, ""https://witness2fashion.files.wordpress.com/2017/12/500-1917-july-p-51-skirt-skirt-9290.jpg?w=500"", ""https://witness2fashion.files.wordpress.com/2017/12/500-9153-9266.jpg?w=500"", null, ""https://witness2fashion.files.wordpress.com/2017/12/500-9289-9286-1917-july-p-60-views-patterns-btm-4.jpg?w=500"", null, ""https://witness2fashion.files.wordpress.com/2017/12/1917-july-p-51-9203-9276-10625-9280-9281-9153-9266-10636-9116-9290-10623-3.jpg?w=500"" ]","""[{""document_url"": ""https://witness2fashion.wordpress.com/2017/12/10/skirts-and-blouses-august-1917/"", ""unformatted_src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-top-1917-july-p-51-9203-9276-10625-9280-9281-9153-9266-10636-9116-9290-10623-2.jpg?w=500"", ""src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-top-1917-july-p-51-9203-9276-10625-9280-9281-9153-9266-10636-9116-9290-10623-2.jpg?w=500"", ""formatted_filename"": ""top july p"", ""original_width"": 460, ""original_height"": 492, ""format"": ""jpeg""}, null, {""document_url"": ""https://witness2fashion.wordpress.com/2017/12/10/skirts-and-blouses-august-1917/"", ""unformatted_src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-1917-july-p-51-top-hats-blouse-waist-9203.jpg?w=500"", ""src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-1917-july-p-51-top-hats-blouse-waist-9203.jpg?w=500"", ""formatted_filename"": ""july p top hats blouse waist"", ""original_width"": 310, ""original_height"": 496, ""format"": ""jpeg""}, null, {""document_url"": ""https://witness2fashion.wordpress.com/2017/12/10/skirts-and-blouses-august-1917/"", ""unformatted_src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-1917-june-p-60-color-blouse-waist-9203-shirt-waist-9207.jpg?w=500"", ""src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-1917-june-p-60-color-blouse-waist-9203-shirt-waist-9207.jpg?w=500"", ""formatted_filename"": ""june p color blouse waist shirt waist"", ""original_width"": 491, ""original_height"": 446, ""format"": ""jpeg""}, null, {""document_url"": ""https://witness2fashion.wordpress.com/2017/12/10/skirts-and-blouses-august-1917/"", ""unformatted_src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-bw-9203-1917-aug-p-48.jpg?w=500"", ""src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-bw-9203-1917-aug-p-48.jpg?w=500"", ""formatted_filename"": ""bw aug p"", ""original_width"": 312, ""original_height"": 497, ""format"": ""jpeg""}, {""document_url"": ""https://witness2fashion.wordpress.com/2017/12/10/skirts-and-blouses-august-1917/"", ""unformatted_src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-1917-july-p-62-ctr-blouse-crochet-filet-lace-2.jpg?w=500"", ""src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-1917-july-p-62-ctr-blouse-crochet-filet-lace-2.jpg?w=500"", ""formatted_filename"": ""july p ctr blouse crochet filet lace"", ""original_width"": 299, ""original_height"": 501, ""format"": ""jpeg""}, {""document_url"": ""https://witness2fashion.wordpress.com/2017/12/10/skirts-and-blouses-august-1917/"", ""unformatted_src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-1917-july-p-51-9203-9276-bag-10625-text-blouse-waist.jpg?w=500"", ""src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-1917-july-p-51-9203-9276-bag-10625-text-blouse-waist.jpg?w=500"", ""formatted_filename"": ""july p bag text blouse waist"", ""original_width"": 318, ""original_height"": 464, ""format"": ""jpeg""}, null, {""document_url"": ""https://witness2fashion.wordpress.com/2017/12/10/skirts-and-blouses-august-1917/"", ""unformatted_src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-9203-9276-1917-july-p-60-views-patterns-btm-2.jpg?w=500"", ""src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-9203-9276-1917-july-p-60-views-patterns-btm-2.jpg?w=500"", ""formatted_filename"": ""july p views patterns btm"", ""original_width"": 397, ""original_height"": 456, ""format"": ""jpeg""}, null, {""document_url"": ""https://witness2fashion.wordpress.com/2017/12/10/skirts-and-blouses-august-1917/"", ""unformatted_src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-1917-july-p-51-top-hats-bloluse-w-9203-bw-9280-shirt-waist-9513-bw-9116-bw-92871.jpg?w=500"", ""src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-1917-july-p-51-top-hats-bloluse-w-9203-bw-9280-shirt-waist-9513-bw-9116-bw-92871.jpg?w=500"", ""formatted_filename"": ""july p top hats bloluse w bw shirt waist bw bw"", ""original_width"": 495, ""original_height"": 372, ""format"": ""jpeg""}, null, {""document_url"": ""https://witness2fashion.wordpress.com/2017/12/10/skirts-and-blouses-august-1917/"", ""unformatted_src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-1917-july-p-51-9280.jpg?w=500"", ""src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-1917-july-p-51-9280.jpg?w=500"", ""formatted_filename"": ""july p"", ""original_width"": 363, ""original_height"": 494, ""format"": ""jpeg""}, null, {""document_url"": ""https://witness2fashion.wordpress.com/2017/12/10/skirts-and-blouses-august-1917/"", ""unformatted_src"": ""https://witness2fashion.files.wordpress.com/2017/12/9280-9281-text-1917-july-p-51-btm-text.jpg?w=500"", ""src"": ""https://witness2fashion.files.wordpress.com/2017/12/9280-9281-text-1917-july-p-51-btm-text.jpg?w=500"", ""formatted_filename"": ""text july p btm text"", ""original_width"": 479, ""original_height"": 497, ""format"": ""jpeg""}, {""document_url"": ""https://witness2fashion.wordpress.com/2017/12/10/skirts-and-blouses-august-1917/"", ""unformatted_src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-9280-9281-1917-july-p-60-views-patterns-btm-2.jpg?w=500"", ""src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-9280-9281-1917-july-p-60-views-patterns-btm-2.jpg?w=500"", ""formatted_filename"": ""july p views patterns btm"", ""original_width"": 404, ""original_height"": 481, ""format"": ""jpeg""}, null, {""document_url"": ""https://witness2fashion.wordpress.com/2017/12/10/skirts-and-blouses-august-1917/"", ""unformatted_src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-1917-july-p-51-top-hats-shirt-waist-9513-bw-9116.jpg?w=500"", ""src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-1917-july-p-51-top-hats-shirt-waist-9513-bw-9116.jpg?w=500"", ""formatted_filename"": ""july p top hats shirt waist bw"", ""original_width"": 494, ""original_height"": 431, ""format"": ""jpeg""}, {""document_url"": ""https://witness2fashion.wordpress.com/2017/12/10/skirts-and-blouses-august-1917/"", ""unformatted_src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-9116-9290-1917-july-p-60-views-patterns-btm-4.jpg?w=500"", ""src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-9116-9290-1917-july-p-60-views-patterns-btm-4.jpg?w=500"", ""formatted_filename"": ""july p views patterns btm"", ""original_width"": 402, ""original_height"": 495, ""format"": ""jpeg""}, null, {""document_url"": ""https://witness2fashion.wordpress.com/2017/12/10/skirts-and-blouses-august-1917/"", ""unformatted_src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-1917-july-p-51-skirt-skirt-9290.jpg?w=500"", ""src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-1917-july-p-51-skirt-skirt-9290.jpg?w=500"", ""formatted_filename"": ""july p skirt skirt"", ""original_width"": 339, ""original_height"": 493, ""format"": ""jpeg""}, {""document_url"": ""https://witness2fashion.wordpress.com/2017/12/10/skirts-and-blouses-august-1917/"", ""unformatted_src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-9153-9266.jpg?w=500"", ""src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-9153-9266.jpg?w=500"", ""original_width"": 390, ""original_height"": 498, ""format"": ""jpeg""}, null, {""document_url"": ""https://witness2fashion.wordpress.com/2017/12/10/skirts-and-blouses-august-1917/"", ""unformatted_src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-9289-9286-1917-july-p-60-views-patterns-btm-4.jpg?w=500"", ""src"": ""https://witness2fashion.files.wordpress.com/2017/12/500-9289-9286-1917-july-p-60-views-patterns-btm-4.jpg?w=500"", ""formatted_filename"": ""july p views patterns btm"", ""original_width"": 381, ""original_height"": 501, ""format"": ""jpeg""}, null, {""document_url"": ""https://witness2fashion.wordpress.com/2017/12/10/skirts-and-blouses-august-1917/"", ""unformatted_src"": ""https://witness2fashion.files.wordpress.com/2017/12/1917-july-p-51-9203-9276-10625-9280-9281-9153-9266-10636-9116-9290-10623-3.jpg?w=500"", ""src"": ""https://witness2fashion.files.wordpress.com/2017/12/1917-july-p-51-9203-9276-10625-9280-9281-9153-9266-10636-9116-9290-10623-3.jpg?w=500"", ""formatted_filename"": ""july p"", ""original_width"": 288, ""original_height"": 499, ""format"": ""jpeg""}]""","""{""url"": ""https://witness2fashion.wordpress.com/2017/12/10/skirts-and-blouses-august-1917/"", ""warc_filename"": ""crawl-data/CC-MAIN-2023-06/segments/1674764500154.33/warc/CC-MAIN-20230204205328-20230204235328-00123.warc.gz"", ""warc_record_offset"": 624991313, ""warc_record_length"": 44370}""","[ null, ""I’ve been collecting images of women’s blouses from 1917; this particular page shows such a variety of skirts, blouses and hats that it deserves a closer look."", null, ""This blouse was also featured in a color illustration in June:"", null, ""And in a different version in August:"", null, null, null, ""Butterick 9203 was shown with a relatively simple stitched-down pleat skirt (No. 9276) , but the skirt was enhanced with a checked cotton belt and matching checked border:"", null, ""Blouse 9203 could be made with a high-necked insert; the blouse has a sailor collar in back. The posture of 1917 is very high-waisted in back — caused by the shape of the corset."", null, ""I’ve spent hours trying to figure out the difference between a blouse, a blouse-waist, and a shirtwaist. I haven’t found any consistency yet. Sometimes a “blouse” is pulled on over the head, and sometimes a “shirt-waist” has a button front, but — not always. More about that on another day."", null, ""Butterick blouse-waist 9280. Delineator, July 1917. The blouse is trimmed with smocking. That interesting belt/pocket is part of the skirt pattern."", null, null, ""This view shows blouse 9280 in a single breasted version, with an optional high neck and the popular sailor collar in back. Skirt 9281."", null, null, ""Blouse-waist 9116 with skirt 9290. Women who were not comfortable wearing the relatively new bare necklines could make the blouse with a high collar instead.\n\nBoth skirts have interesting details. The medieval-influenced belt at right isn’t included."", null, null, ""Not related to these patterns — except for its sailor collar — is this vintage embroidered lace waist.\n\nThis vintage “waist,” which literally ends at the waist, reflects the custom of selling dress patterns as separate waist and skirt patterns. This gave the buyer more style options."", null, ""Another high-necked blouse option, sailor collar, and a back view of the skirt with gathers above its waist.\n\nAnd the “most unusual hat” award goes to…."", null ]",, +,"[ ""https://energyfactor.exxonmobil.com/wp-content/uploads/2017/02/46107_2.jpg"", null, ""https://energyfactor.exxonmobil.com/wp-content/uploads/2017/02/Baytown_update.jpg"", null, ""https://energyfactor.exxonmobil.com/wp-content/uploads/2017/02/Shon_Blake_161213_1451.jpg"", null, ""https://energyfactor.exxonmobil.com/wp-content/uploads/2017/03/S08-09_BRRF_69846_X31.jpg"" ]","""[{""document_url"": ""https://energyfactor.exxonmobil.com/projects/global-activities/baytowns-feedstock-growth-people/"", ""unformatted_src"": ""https://energyfactor.exxonmobil.com/wp-content/uploads/2017/02/46107_2.jpg"", ""src"": ""https://energyfactor.exxonmobil.com/wp-content/uploads/2017/02/46107_2.jpg"", ""alt_text"": ""Baytown\u2019s feedstock for growth is its people"", ""rendered_width"": 1102, ""rendered_height"": 1080, ""original_width"": 1102, ""original_height"": 1080, ""format"": ""jpeg""}, null, {""document_url"": ""https://energyfactor.exxonmobil.com/projects/global-activities/baytowns-feedstock-growth-people/"", ""unformatted_src"": ""https://energyfactor.exxonmobil.com/wp-content/uploads/2017/02/Baytown_update.jpg"", ""src"": ""https://energyfactor.exxonmobil.com/wp-content/uploads/2017/02/Baytown_update.jpg"", ""formatted_filename"": ""Baytown update"", ""alt_text"": ""In Baytown and Mont Belvieu, Texas, ExxonMobil is constructing new manufacturing facilities to expand its capacity to produce the building blocks for plastics."", ""rendered_width"": 1000, ""rendered_height"": 667, ""original_width"": 1000, ""original_height"": 667, ""format"": ""jpeg""}, null, {""document_url"": ""https://energyfactor.exxonmobil.com/projects/global-activities/baytowns-feedstock-growth-people/"", ""unformatted_src"": ""https://energyfactor.exxonmobil.com/wp-content/uploads/2017/02/Shon_Blake_161213_1451.jpg"", ""src"": ""https://energyfactor.exxonmobil.com/wp-content/uploads/2017/02/Shon_Blake_161213_1451.jpg"", ""formatted_filename"": ""Shon Blake"", ""alt_text"": ""Take their word for it"", ""rendered_width"": 816, ""rendered_height"": 800, ""original_width"": 816, ""original_height"": 800, ""format"": ""jpeg""}, null, {""document_url"": ""https://energyfactor.exxonmobil.com/projects/global-activities/baytowns-feedstock-growth-people/"", ""unformatted_src"": ""https://energyfactor.exxonmobil.com/wp-content/uploads/2017/03/S08-09_BRRF_69846_X31.jpg"", ""src"": ""https://energyfactor.exxonmobil.com/wp-content/uploads/2017/03/S08-09_BRRF_69846_X31.jpg"", ""formatted_filename"": ""S BRRF X"", ""alt_text"": ""Growing the Gulf"", ""rendered_width"": 1160, ""rendered_height"": 773, ""original_width"": 1160, ""original_height"": 773, ""format"": ""jpeg""}]""","""{""url"": ""https://energyfactor.exxonmobil.com/projects/global-activities/baytowns-feedstock-growth-people/"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-17/segments/1618038065492.15/warc/CC-MAIN-20210411204008-20210411234008-00222.warc.gz"", ""warc_record_offset"": 339147007, ""warc_record_length"": 23257}""","[ null, ""In economic-development terms, a vibrant community can be defined by raw data. But the evidence is more personal on its streets. In Baytown, Texas, a Gulf Coast industrial city on the eastern edge of Houston, the vibrancy created by the city’s thriving petrochemical industry continues to ripple through everyday life. ...\n\nIn economic-development terms, a vibrant community can be defined by raw data. But the evidence is more personal on its streets.\n\nIn Baytown, Texas, a Gulf Coast industrial city on the eastern edge of Houston, the vibrancy created by the city’s thriving petrochemical industry continues to ripple through everyday life. At the epicenter is ExxonMobil’s North American Growth Project, a large-scale project slated to create jobs and sustain economic development for decades to come.\n\nThe North American Growth Project is made up of a new ethane cracker in Baytown and a new polyethylene plant in neighboring Mont Belvieu. Construction started in 2014, and the project is driving the creation of more than 10,000 construction jobs and 4,000 related jobs."", null, ""In Baytown and Mont Belvieu, Texas, ExxonMobil is constructing new manufacturing facilities to expand its capacity to produce the building blocks for plastics.\n\nConstruction workers are flocking to Baytown and, according to Mayor Stephen DonCarlos, thousands of transient newcomers will remain, building on the momentum laid by earlier generations of job seekers turned residents. Of that workforce commuting to Baytown, the mayor expects up to 20 percent will ultimately move to the city permanently, a population increase that will help grow the tax rolls, fill the schools and create renewed vitality.\n\nFor ExxonMobil and Baytown, the story of one cannot be told without the other. Or, as DonCarlos describes it, the two are “inextricably intertwined” and the relationship is more than a partnership.\n\n“They’ve invested a lot in our community,” DonCarlos said. “They’re a large company, but we work with them on really more of a personal basis than most people do.”\n\nThat commitment to Baytown is manifested in several examples throughout the city. Specifically, the company has taken strides to invest in beautification projects, from tree plantings to creating a “green belt” around their facilities. Additionally, ExxonMobil has been proactive in its efforts to coordinate public safety, according to DonCarlos, funding six full-time police officers to minimize the impact of traffic and provide added policing throughout the city.\n\nAnd, more than those jobs directly associated with ExxonMobil, the company’s growing footprint is driving ever-expanding investments throughout the city.\n\n“It’s affected our community from the amount of money that’s spent with vendors and companies in the area that do business with ExxonMobil,” said Tracey Wheeler, president of the Baytown Chamber of Commerce. “I mean you have contractors staying in all the hotels. You have RV parks that are full. You have grocery stores that are selling groceries like crazy.”\n\nThe data measuring economic development is vast and impersonal, but in Baytown, the fingerprint of growth and investment touches just about every aspect of life, creating a vibrancy that is woven into the community’s fabric for generations to come.\n\n“Baytown is a city where anything is possible,” DonCarlos said."", null, ""Take their word for it\n\nWhat does America’s so-called “manufacturing renaissance” look like? For a glimpse head to Baytown, Texas. Already home to one of the country’s largest refineries, the community is set to see even more economic growth because of the continued expansion of ExxonMobil’s manufacturing operations. Read on to learn from a handful of Baytonians and ..."", null ]",, +,"[ null, ""https://www.cfact.org/wp-content/uploads/2021/07/How-Does-Anyone-Write-this_html_m28612509-300x232.png"", null, ""https://www.cfact.org/wp-content/uploads/2021/07/How-Does-Anyone-Write-this_html_6e5b9de-300x197.png"", null, ""https://www.cfact.org/wp-content/uploads/2021/07/How-Does-Anyone-Write-this_html_m56939311-277x300.png"", ""https://www.cfact.org/wp-content/uploads/2021/07/How-Does-Anyone-Write-this_html_3f14fe9d-300x259.png"", null, ""https://www.cfact.org/wp-content/uploads/2021/07/How-Does-Anyone-Write-this_html_5fc1cc49-300x214.png"", ""https://www.cfact.org/wp-content/uploads/2021/07/How-Does-Anyone-Write-this_html_m4f8c5025-300x277.png"", null ]","""[null, {""document_url"": ""https://www.cfact.org/2021/07/17/how-does-anyone-write-this/"", ""unformatted_src"": ""https://www.cfact.org/wp-content/uploads/2021/07/How-Does-Anyone-Write-this_html_m28612509-300x232.png"", ""src"": ""https://www.cfact.org/wp-content/uploads/2021/07/How-Does-Anyone-Write-this_html_m28612509-300x232.png"", ""formatted_filename"": ""How Does Anyone Write this html m"", ""alt_text"": ""How does anyone write this? 1"", ""rendered_width"": 517, ""rendered_height"": 400, ""original_width"": 300, ""original_height"": 232, ""format"": ""jpeg""}, null, {""document_url"": ""https://www.cfact.org/2021/07/17/how-does-anyone-write-this/"", ""unformatted_src"": ""https://www.cfact.org/wp-content/uploads/2021/07/How-Does-Anyone-Write-this_html_6e5b9de-300x197.png"", ""src"": ""https://www.cfact.org/wp-content/uploads/2021/07/How-Does-Anyone-Write-this_html_6e5b9de-300x197.png"", ""formatted_filename"": ""How Does Anyone Write this html e b de"", ""alt_text"": ""How does anyone write this? 2"", ""rendered_width"": 455, ""rendered_height"": 299, ""original_width"": 300, ""original_height"": 197, ""format"": ""jpeg""}, null, {""document_url"": ""https://www.cfact.org/2021/07/17/how-does-anyone-write-this/"", ""unformatted_src"": ""https://www.cfact.org/wp-content/uploads/2021/07/How-Does-Anyone-Write-this_html_m56939311-277x300.png"", ""src"": ""https://www.cfact.org/wp-content/uploads/2021/07/How-Does-Anyone-Write-this_html_m56939311-277x300.png"", ""formatted_filename"": ""How Does Anyone Write this html m"", ""alt_text"": ""How does anyone write this? 3"", ""rendered_width"": 477, ""rendered_height"": 517, ""original_width"": 277, ""original_height"": 300, ""format"": ""jpeg""}, {""document_url"": ""https://www.cfact.org/2021/07/17/how-does-anyone-write-this/"", ""unformatted_src"": ""https://www.cfact.org/wp-content/uploads/2021/07/How-Does-Anyone-Write-this_html_3f14fe9d-300x259.png"", ""src"": ""https://www.cfact.org/wp-content/uploads/2021/07/How-Does-Anyone-Write-this_html_3f14fe9d-300x259.png"", ""formatted_filename"": ""How Does Anyone Write this html f fe d"", ""alt_text"": ""How does anyone write this? 4"", ""rendered_width"": 481, ""rendered_height"": 415, ""original_width"": 300, ""original_height"": 259, ""format"": ""jpeg""}, null, {""document_url"": ""https://www.cfact.org/2021/07/17/how-does-anyone-write-this/"", ""unformatted_src"": ""https://www.cfact.org/wp-content/uploads/2021/07/How-Does-Anyone-Write-this_html_5fc1cc49-300x214.png"", ""src"": ""https://www.cfact.org/wp-content/uploads/2021/07/How-Does-Anyone-Write-this_html_5fc1cc49-300x214.png"", ""formatted_filename"": ""How Does Anyone Write this html fc cc"", ""alt_text"": ""How does anyone write this? 5"", ""rendered_width"": 475, ""rendered_height"": 339, ""original_width"": 300, ""original_height"": 214, ""format"": ""jpeg""}, {""document_url"": ""https://www.cfact.org/2021/07/17/how-does-anyone-write-this/"", ""unformatted_src"": ""https://www.cfact.org/wp-content/uploads/2021/07/How-Does-Anyone-Write-this_html_m4f8c5025-300x277.png"", ""src"": ""https://www.cfact.org/wp-content/uploads/2021/07/How-Does-Anyone-Write-this_html_m4f8c5025-300x277.png"", ""formatted_filename"": ""How Does Anyone Write this html m f c"", ""alt_text"": ""How does anyone write this? 6"", ""rendered_width"": 410, ""rendered_height"": 379, ""original_width"": 300, ""original_height"": 277, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.cfact.org/2021/07/17/how-does-anyone-write-this/"", ""warc_filename"": ""crawl-data/CC-MAIN-2023-06/segments/1674764495012.84/warc/CC-MAIN-20230127195946-20230127225946-00789.warc.gz"", ""warc_record_offset"": 702133675, ""warc_record_length"": 135261}""","[ ""How does anyone write this?\n\nHow Does Anyone Write this?\n\nDisclosure… I do not read this paper, but people are emailing all the time, this showed up, so I could not pass up a chance to comment on this, with some questions. So some questions come to mind.\n\nDoes this person know what the actual global temperature is?\n\nDoes this person know where and when the vast majority of the warming is occurring (hint its not where a lot of life is)."", null, ""This is the recent November-March period in 7 warmest years in the satellite record, the bulk of the warming is where it is frigid. Which if the person understood the correlation between. WATER VAPOR AND TEMPERATURE, he would understand co2’s role is limited. even with the warming. Would the author like to see how much he would “burn up” trying to survive in those red areas btw?\n\nCan this person tell us the ideal temperature for the planet, given population and the average persons income is moving upward in tandem made possible by fossil fuels?"", null, ""The author obviously has not read Alex Epstein’s book, The Moral Case for Fossil Fuels, or a whole slew of books (mine included though maybe he has since he is a perfect example of weaponization in a phony war) that debunk his missive and make it embarrassing to even write this. But I guess it will get a lot of clicks given the myopic agenda driven nature of his audience.\n\nHow is a burning world greener than it has ever been in the satellite era?"", null, null, ""So is this person against a greener planet (an actual green new deal)?\n\nAnd by the way, how much cooling does the author want? Does he have any idea the repercussions of sudden cooling given the planet and its life have adapted to the very gradual warming that is taking place? We have over 7.5 billion people. Has he considered what would happen if we suddenly quit “burning up”?\n\nAnd by the way we are not “burning up” and anyone using that term to describe the best time in human history obviously is pushing an agenda that runs counter to the facts.\n\nGiven that periods as warm or warmer than today were known as climate optimums due to the positive results on life, how is this somehow a climate emergency?\n\nWould this person consider 59 or 60 degrees burning up?\n\nCan he tell us the perfect level of co2, given plants ( hint we use them for food) grow best and can take stress best at almost 4x the current amount of co2?\n\nHow does this person explain the vast over prediction of modeling and the closest one being a Russian Model with no co2 attribution."", null, null, ""Believe me this is the tip of the iceberg (yes they still do exist, even in the authors burning world).\n\nAnd what also exists is another side of the story which either the author has no idea of, or if he does, chooses to purposefully ignore it.\n\nNow what could the possible reason for that?"" ]",, +,"[ null, ""http://covers.openlibrary.org/b/id/596718-M.jpg"", ""http://covers.openlibrary.org/b/id/3048448-M.jpg"", ""http://covers.openlibrary.org/b/id/7336038-M.jpg"", ""http://covers.openlibrary.org/b/id/1456003-M.jpg"", ""http://covers.openlibrary.org/b/id/6206037-M.jpg"", ""http://covers.openlibrary.org/b/id/554024-M.jpg"", null ]","""[null, {""document_url"": ""https://fiterasimynyhovur.flatmountaingirls.com/visual-symbolism-no-3-book-14456pa.php"", ""unformatted_src"": ""//covers.openlibrary.org/b/id/596718-M.jpg"", ""src"": ""http://covers.openlibrary.org/b/id/596718-M.jpg"", ""original_width"": 180, ""original_height"": 242, ""format"": ""jpeg""}, {""document_url"": ""https://fiterasimynyhovur.flatmountaingirls.com/visual-symbolism-no-3-book-14456pa.php"", ""unformatted_src"": ""//covers.openlibrary.org/b/id/3048448-M.jpg"", ""src"": ""http://covers.openlibrary.org/b/id/3048448-M.jpg"", ""original_width"": 180, ""original_height"": 275, ""format"": ""jpeg""}, {""document_url"": ""https://fiterasimynyhovur.flatmountaingirls.com/visual-symbolism-no-3-book-14456pa.php"", ""unformatted_src"": ""//covers.openlibrary.org/b/id/7336038-M.jpg"", ""src"": ""http://covers.openlibrary.org/b/id/7336038-M.jpg"", ""original_width"": 180, ""original_height"": 288, ""format"": ""jpeg""}, {""document_url"": ""https://fiterasimynyhovur.flatmountaingirls.com/visual-symbolism-no-3-book-14456pa.php"", ""unformatted_src"": ""//covers.openlibrary.org/b/id/1456003-M.jpg"", ""src"": ""http://covers.openlibrary.org/b/id/1456003-M.jpg"", ""original_width"": 180, ""original_height"": 240, ""format"": ""jpeg""}, {""document_url"": ""https://fiterasimynyhovur.flatmountaingirls.com/visual-symbolism-no-3-book-14456pa.php"", ""unformatted_src"": ""//covers.openlibrary.org/b/id/6206037-M.jpg"", ""src"": ""http://covers.openlibrary.org/b/id/6206037-M.jpg"", ""original_width"": 180, ""original_height"": 259, ""format"": ""jpeg""}, {""document_url"": ""https://fiterasimynyhovur.flatmountaingirls.com/visual-symbolism-no-3-book-14456pa.php"", ""unformatted_src"": ""//covers.openlibrary.org/b/id/554024-M.jpg"", ""src"": ""http://covers.openlibrary.org/b/id/554024-M.jpg"", ""original_width"": 180, ""original_height"": 246, ""format"": ""jpeg""}, null]""","""{""url"": ""https://fiterasimynyhovur.flatmountaingirls.com/visual-symbolism-no-3-book-14456pa.php"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-39/segments/1631780057329.74/warc/CC-MAIN-20210922041825-20210922071825-00525.warc.gz"", ""warc_record_offset"": 310251836, ""warc_record_length"": 8783}""","[ ""5 edition of Visual Symbolism, No 3 found in the catalog.\n\n\nSymbolism was a response to a belief in 3 profound losses or “humiliations” as Freud eventually put it: a cosmological humiliation: science had demonstrated that the earth (and therefore man) is no longer the center of the universe; a biological humiliation: evolution theory disrupted the belief that man was created in the image of god. The Secrets of the Immortal Nicholas Flamel is a series of six fantasy novels written by Irish author Michael Scott, completed in The first book in the series, The Alchemyst, was released in , and the sequels were released at the rate of one per year, concluding with The Enchantress in The cover artist for the series is Michael Wagner.\n\nSymbolism has many effects, such as allowing writers to add multiple layers of meaning to their work, making characters and themes more universal, and engaging readers' interest. Symbolism is the literary practice of using objects, people or situations to represent ideas that are greater than the objects' literal meanings. Iconicity refers to the visual relationship of a symbol to its referent and varies along a continuum from transparent to opaque. When a symbol to referent relationship is clear and obvious, the symbol is said to be a depiction. In contrast, if the symbol bears little or no visual resemblance to the referent, it is said to be."", null, null, null, null, null, null, ""This encyclopedia explores the hidden meanings No 3 book visual symbols across time and geography, from the sun to whales and the human hand.\n\nSpanning different eras and cultures, over beautiful images combine with expert illuminations of symbol history, meanings, and psychic associations, offering readers a precious and fascinating resource for /5(). No 3, Book of Shadows, Printable pages of Signs & Symbols: Ancient Egypt If you want to save No 3 book, please contact me after purchase.\n\nI have files without a antique background as well. The metaphysical field is replete with symbols and sigils, many of them incomprehensible to the uninitiated. In the5/5(K). Handbook of visual experience: An exploration of symbols and their meanings throughout history The Book of Symbols combines original and incisive essays about particular symbols with representative images from all parts of the world and all eras of history.\n\nThe highly readable texts and over beautiful full-color images come together in a unique way to convey hidden 5/5(2). The secret language of symbols: a visual key to symbols and their meanings User Review - Not Available - Book Verdict.\n\nSince Jung's Man and His Symbols, several visual glossaries, from Eva Hangen's Symbols, Our Universal Language, to full-text studies by Joseph Campbell, have appeared. Drawing not only from nature 3/5(1). Art Symbolism. Art Symbolism in this article refers to the use of symbols in a painting to represent ideas or qualities.\n\nThis was an art movement that originated in late 19th century France and Belgium, in the period of time between It emerged in poetry and spread to all forms of visual art. The Book of Symbols. Reflections on Archetypal Images - image 8 Handbook of Visual Experience.\n\nAn exploration of symbols and their meanings throughout history. Main SR only Anker The Book of Symbols. Reflections on Archetypal Images. US$ Edition Label_Language_Editions_Select.\n\nIMAGERY. the ability to form mental images of things or events; \""he could still hear her in his imagination\"". Symbolism can take different forms. Generally, it is an object representing another, to give an entirely different meaning that is much deeper and more significant.\n\nSometimes, however, an action, an event or a word spoken by someone may have a symbolic value. As the saying goes, a picture is worth 1, words, so it's no wonder so many authors incorporate symbolism into their writing. The visual nature of symbolism also makes it a fun concept to teach to students.\n\nWhether you are teaching symbolism as a new concept for your students, diving in deeper, or just reviewing the basics, read on to find activities and. The aim of this book is to seek a true understanding of the secret signs, sacred symbols, and other indicators of the arcane, hidden world that are so thickly clustered around us.\n\nDuring this process, we’ll shed light on the cultural, psychological, and anthropological nature of our signs and symbols. The title, the German word for “mouse,” is a reference to the Jewish characters, who are all depicted as mice.\n\nBy using German (or the language of the cats as the novel likes to call it), Maus plays on the anti-Semitic stereotyping of Jews as pests.\n\nIf the cover picture of the two mice huddled underneath a massive skull cross-hatched by a Nazi swastika doesn’t drive the point. The structure of the book is thematic, related signs and symbols are complemented and contrasted, giving a unique guide to their cross-cultural aspects.\n\nSome of those symbols that have the most complex meanings - such as the cross, the serpent, the rainbow and the wheel - have been singled out and are discussed in individual s: 1. 7 The Book as Symbol Source: The Oxford Companion to the Book Author(s): Brian Cummings ‘Books are not absolutely dead things,’ wrote John Milton in in *Areopagitica.A book.\n\nPeople Are Wearing Masks Everywhere—Except in Fashion Look Books. By Steff Yotk a. August 3, Raquel Allegra the mask is becoming the visual symbol. B. CARTOONS - Another kind of visual symbol. It tells its story metaphorically. The perfect cartoon needs no caption. The symbolism conveys the message.\n\n-It could also be used as a springboard for a lesson or a concluding 1 7. SAMPLESogy 1 8. STRIP DRAWINGS -commonly called comics or comic strip. In The Interest Of The S.D.A.\n\nDenomination News From Carolina Says the writer, under date of August 6: ìAbout two years ago there was enacted a scene in the Charleston Church which is a direct fulfillment of Hosea 1 and 2. At that particular time ten of the.\n\nSymbolism Books Showing of 1, The Lost Symbol (Robert Langdon, #3) by. Dan Brown (Goodreads Author) (shelved 22 times as symbolism) The Secret Language of Dreams: A Visual Key to Dreams and Their Meanings (Paperback) by.\n\nSymbolism was a late nineteenth-century art movement of French, Russian and Belgian origin in poetry and other arts. In literature, the style originates with the publication of Charles Baudelaire's Les Fleurs du works of Edgar Allan Poe, which Baudelaire admired greatly and translated into French, were a significant influence and the source of many stock tropes.\n\nThe most well-known Taoist symbol is the Yin-Yang: a circle divided into two swirling sections, one black and the other white, with a smaller circle of the opposite color nestled within each half.\n\nThe Yin-Yang symbol can also be found embedded within a more complex Taoist image called the Taiji Tu, which is a visual representation of all of Taoist cosmology.\n\nThe number three is the only number that is the sum of its parts: 1+2=3. Therefore it is the only true \""unity\"" apart from One, and it is partly for this reason that many religious entities are triune in nature.\n\nIn Christianity The Father, Son and Holy Ghost form a Trinity much like that of the ancient Egyptian hierarchy of Pharaoh, Falcon and Sun (Below, Between and Above).\n\nOriginal white boards, lettered in silver on front panel and spine. A little bumping to spine ends, but a near fine copy in a very good price-clipped dustwrapper, with a closed tear to lower edge of rear panel and some wear to head of spine."" ]",, +,"[ null, ""https://www.cestpasdujdr.fr/wp-content/litespeed/avatar/642d437f27dcee7a3f034fda939e8f1a.jpg?ver=1674554294"" ]","""[null, {""document_url"": ""https://www.cestpasdujdr.fr/for-the-queen-english-version/"", ""unformatted_src"": ""https://www.cestpasdujdr.fr/wp-content/litespeed/avatar/642d437f27dcee7a3f034fda939e8f1a.jpg?ver=1674554294"", ""src"": ""https://www.cestpasdujdr.fr/wp-content/litespeed/avatar/642d437f27dcee7a3f034fda939e8f1a.jpg?ver=1674554294"", ""formatted_filename"": ""d f dcee a f fda e f a"", ""rendered_width"": 300, ""rendered_height"": 300, ""original_width"": 300, ""original_height"": 300, ""format"": ""jpeg""}]""","""{""url"": ""https://www.cestpasdujdr.fr/for-the-queen-english-version/"", ""warc_filename"": ""crawl-data/CC-MAIN-2023-06/segments/1674764499470.19/warc/CC-MAIN-20230128023233-20230128053233-00523.warc.gz"", ""warc_record_offset"": 740045287, ""warc_record_length"": 27192}""","[ ""This game is magic\n\nOk dear friends, let’s face it : For the Queen is the best rpg I’ve played in 7 seven years.\nYessiree ! And I will explain why. But first, let me introduce it.\n\nFor the Queen is the new game from Alex Roberts, a successful and talented game designer known for her previous game Star Crossed.\n\nThe land you live in has been at war for as long as any of you have been alive.\nThe Queen has decided to undertake a long and perilous journey to broker an alliance with a distant power.\nThe Queen has chosen all of you, and no one else, to be her retinue, and accompany her on this journey.\nShe chose you because she knows that you love her.\n\nThis is how we play : on your turn, pick a card and read it aloud.\nThe first 19 cards are the game’s rules.The next cards are questions on our relationship with the Queen, the journey, the war, etc..\n\nBy answering this questions, we frame together the universe and our characters. While the Queen is the main character of our story, she is not played by any of us. She ‘s got a central role in our story, and each character is first defined by their relationship with her.\n\nThe game is for 2 to 6 players, thought I’ve successfully run it with 8. There is no need of a game master. Each session lasts 30 min to 2 hours.\n\nYou can pre-order it at Evil Hat Production store.\n\nI bought For The Queen last week because it’s already sold as a Roll20 module. I immediately made a DIY translated version so I could test it. And now that I’ve played it 4 times in 3 days, I can tell you : This Game is Absolutely MARVELOUS.\n\nSo, you need some proof ? Ok, fine. I said it was the best RPG I’ve played in 7 years, so let me explain why.\n\nUpdate 2 : you can play 13 games inspired by For the Queen for free on this website : www.forthedrama.com It’s a community project where you can also create and publish your own game\n\nWhy For the Queen is soooo good\n\nBecause in a 30 minutes game, you have a rich, fun and exciting RPG experience. And you can play with people who didn’t know what is a RPG before. And who never had to read the rules or to listen to someone explain them. That’s turned me upside down !\n\nFor the Queen has 2 strengths : it’s accessible and it’s smart.\n\nThis game is so accessible that :\n\nSmart : oh yeah, this game is smart.\nHere are some ideas I have seen in others TRPG and that For the Queen draws from :\n\nI loved my Queen, but I still betrayed her\n\nSo : what does a session looks like ? Well, none of the sessions I’ve played were like the other, and that’s because there’s no pre-established game universe.\n\nAfter only 3 sessions, we found ourselves going to space to reach an alien race. We traveled to the Mountain of Death, searching for a powerful artefact. We rode on the arid steppes.\n\nBut there are a few fixed elements. The session culminates with a final question, a last card, which is always the same : “The Queen is under attack. Do you defend her ?”.\n\nYes, I think you know where it’s going : the party will talk about faithfulness, treachery, betrayal, sense of duty and honor. And the love for your Queen. This Queen who is sometimes loving and sweet. Sometimes also capable of the most abject cruelty “for the good of the kingdom”.\n\nAnd this creates a joyful, relaxed atmosphere with plenty of laughs : “What ? you just said that you are her trusted bodyguard ! How dare you to embush our Queen ?” etc. etc.\n\nAs soon as we finished our first session, one thing became obvious : For the Queen is begging to be hacked. Hacks with new themes. New cards for playing with interpersonal characters relations.\n\nIn conclusion, I will say that For the Queen is a fabulous concept that shines with its simplicity.\n\nThe kind of game that I want to carry in my bag at all times and take out on any occasion.\n\nI now only hope for one thing: a french translation, as it’s my native language — and a nice distribution.\n\nThis game deserves to appear in the stalls of stores not specialized in RPGs, and thus to find its public."", null ]",, +,"[ null, ""https://www.kff.org/wp-content/uploads/2016/10/octpollnew1.png?w=550&h=412&crop=1"", ""https://www.kff.org/wp-content/uploads/2016/10/octpoll2new.png?w=550&h=412&crop=1"", null ]","""[null, {""document_url"": ""https://www.kff.org/health-costs/press-release/public-ranks-drug-costs-and-sufficient-provider-networks-ahead-of-affordable-care-act-changes-as-health-care-priorities-for-next-president-and-congress-to-address/"", ""unformatted_src"": ""https://www.kff.org/wp-content/uploads/2016/10/octpollnew1.png?w=550&h=412&crop=1"", ""src"": ""https://www.kff.org/wp-content/uploads/2016/10/octpollnew1.png?w=550&h=412&crop=1"", ""formatted_filename"": ""octpollnew"", ""alt_text"": ""octpollnew1"", ""rendered_width"": 550, ""rendered_height"": 412, ""original_width"": 550, ""original_height"": 412, ""format"": ""jpeg""}, {""document_url"": ""https://www.kff.org/health-costs/press-release/public-ranks-drug-costs-and-sufficient-provider-networks-ahead-of-affordable-care-act-changes-as-health-care-priorities-for-next-president-and-congress-to-address/"", ""unformatted_src"": ""https://www.kff.org/wp-content/uploads/2016/10/octpoll2new.png?w=550&h=412&crop=1"", ""src"": ""https://www.kff.org/wp-content/uploads/2016/10/octpoll2new.png?w=550&h=412&crop=1"", ""formatted_filename"": ""octpoll new"", ""alt_text"": ""octpoll2new"", ""rendered_width"": 550, ""rendered_height"": 412, ""original_width"": 550, ""original_height"": 412, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.kff.org/health-costs/press-release/public-ranks-drug-costs-and-sufficient-provider-networks-ahead-of-affordable-care-act-changes-as-health-care-priorities-for-next-president-and-congress-to-address/"", ""warc_filename"": ""crawl-data/CC-MAIN-2023-06/segments/1674764499871.68/warc/CC-MAIN-20230131122916-20230131152916-00840.warc.gz"", ""warc_record_offset"": 870365212, ""warc_record_length"": 15892}""","[ ""Most Say They Favor a “Public Option” to Compete with Private Marketplace Plans, But Views Are Malleable After Hearing Pro and Con Arguments\n\nHealth care itself is not playing a major role in the election, as the poll finds the candidates’ characteristics, the economy and jobs, and foreign policy ranking are the top factors behind voters’ decision. The poll looks beyond the election to assess the public’s top health care priorities once the results are known.\n\nMaking sure that high-cost drugs for chronic conditions are affordable to those who need them is viewed as a “top priority” by three quarters (74%) of the public, including large majorities of Democrats, Republicans and independents. In addition, nearly two-thirds (63%) of the public say government action to lower prescription drug prices is a top priority. Other top priorities include making sure health plans have sufficient doctor and hospital networks (57%) and protecting people from high charges when they visit an in-network hospital but are seen by an out-of-network doctor (54%).\n\nFewer cite various changes to the Affordable Care Act as top priorities for the next president and Congress, such as helping people with moderate incomes pay high out-of-pocket costs for medical care (44%), repealing the law entirely (37%), and repealing specific provisions requiring nearly all Americans to have health insurance or pay a fine (38%) and requiring employers with 50 or more workers to pay a fine if they don’t offer health insurance to their workers (29%). Among Republicans, however, repealing the Affordable Care Act entirely remains a top issue, ranking second among health care priorities."", null, null, ""In addition, some people’s opinion about a public option can shift when presented with arguments being made by those on the other side. For instance, one-fifth (21%) shifts their opinion from favor to oppose after hearing the argument often made by opponents that doctors and hospitals would be paid less, and 27 percent shifts to oppose after hearing that the government plan would have an unfair advantage over private insurers.\n\nOn the other side, about one in ten changes their stance from oppose to favor after hearing that the public option could help drive down costs through increased competition (13%), provide more choices to people getting insurance through the marketplaces (11%), or could be the only insurance option for people in areas where private insurers may not offer marketplace plans (11%).\n\nWhen asked specifically about the future of the Affordable Care Act, the public remains divided. About one-third (32%) want the next president and Congress to repeal the entire law, and a similar share (31%) want Washington to expand what the health care law does. One in five (18%) want to see the law implemented as is, while 9 percent want to see it scaled back. There are huge partisan divisions on this question, with large majorities of Republicans and voters supporting Donald Trump wanting the entire law repealed or scaled back, and large majorities of Democrats and voters supporting Hillary Clinton wanting it expanded or implemented as is.\n\nWith the Affordable Care Act’s fourth open enrollment period for marketplace coverage beginning Nov. 1, the tracking poll examines the public’s view on the 2010 health care law, including which groups they think are better and worse off as a result of this legislation, and what sources they go to for information about the law.\n\nThe public overall this month is evenly divided on the Affordable Care Act, with 45 percent reporting both a favorable and an unfavorable view. These views are largely stable, with few people changing their minds when presented with the other side’s arguments.\n\nDesigned and analyzed by public opinion researchers at the Kaiser Family Foundation, the poll was conducted from October 12-18 among a nationally representative random digit dial telephone sample of 1,205 adults. Interviews were conducted in English and Spanish by landline (424) and cell phone (781). The margin of sampling error is plus or minus 3 percentage points for the full sample. For results based on subgroups, the margin of sampling error may be higher."" ]",, +,"[ null, ""https://aworldtreasure.files.wordpress.com/2014/03/1964769_735525076471927_1316968000_n.jpg?w=168&h=300"", null, ""https://aworldtreasure.files.wordpress.com/2014/03/img_6358.jpg?w=248&h=300"", null, ""https://aworldtreasure.files.wordpress.com/2014/03/img_6428.jpg?w=200&h=300"", null, ""https://aworldtreasure.files.wordpress.com/2014/03/img_6447.jpg?w=300&h=200"", null, ""https://aworldtreasure.files.wordpress.com/2014/03/img_6310.jpg?w=200&h=300"", null, ""https://aworldtreasure.files.wordpress.com/2014/03/img_6539.jpg?w=300&h=200"", null, ""https://aworldtreasure.files.wordpress.com/2014/03/img_6615.jpg?w=300&h=206"", null, ""https://aworldtreasure.files.wordpress.com/2014/03/img_6640.jpg?w=200&h=300"", null, ""https://aworldtreasure.files.wordpress.com/2014/03/img_6666.jpg?w=300&h=242"", null, ""https://aworldtreasure.files.wordpress.com/2014/03/img_6272.jpg?w=295&h=427"", null, ""https://aworldtreasure.files.wordpress.com/2014/03/img_6401.jpg?w=337&h=427"", null, ""https://aworldtreasure.files.wordpress.com/2014/03/img_6564.jpg?w=238&h=159"", null, ""https://aworldtreasure.files.wordpress.com/2014/03/img_6281.jpg?w=238&h=159"", null, ""https://aworldtreasure.files.wordpress.com/2014/03/img_6391.jpg?w=394&h=519"", null, ""https://aworldtreasure.files.wordpress.com/2014/03/img_6573.jpg?w=257&h=172"", null ]","""[null, {""document_url"": ""https://aworldtreasure.org/2014/03/04/tree-kangaroo-in-the-spotlight/"", ""unformatted_src"": ""https://aworldtreasure.files.wordpress.com/2014/03/1964769_735525076471927_1316968000_n.jpg?w=168&h=300"", ""src"": ""https://aworldtreasure.files.wordpress.com/2014/03/1964769_735525076471927_1316968000_n.jpg?w=168&h=300"", ""alt_text"": ""1964769_735525076471927_1316968000_n"", ""rendered_width"": 168, ""rendered_height"": 300, ""original_width"": 168, ""original_height"": 298, ""format"": ""jpeg""}, null, {""document_url"": ""https://aworldtreasure.org/2014/03/04/tree-kangaroo-in-the-spotlight/"", ""unformatted_src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6358.jpg?w=248&h=300"", ""src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6358.jpg?w=248&h=300"", ""formatted_filename"": ""img"", ""alt_text"": ""IMG_6358"", ""rendered_width"": 248, ""rendered_height"": 300, ""original_width"": 248, ""original_height"": 298, ""format"": ""jpeg""}, null, {""document_url"": ""https://aworldtreasure.org/2014/03/04/tree-kangaroo-in-the-spotlight/"", ""unformatted_src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6428.jpg?w=200&h=300"", ""src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6428.jpg?w=200&h=300"", ""formatted_filename"": ""img"", ""alt_text"": ""IMG_6428"", ""rendered_width"": 200, ""rendered_height"": 300, ""original_width"": 200, ""original_height"": 300, ""format"": ""jpeg""}, null, {""document_url"": ""https://aworldtreasure.org/2014/03/04/tree-kangaroo-in-the-spotlight/"", ""unformatted_src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6447.jpg?w=300&h=200"", ""src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6447.jpg?w=300&h=200"", ""formatted_filename"": ""img"", ""alt_text"": ""IMG_6447"", ""rendered_width"": 300, ""rendered_height"": 200, ""original_width"": 300, ""original_height"": 200, ""format"": ""jpeg""}, null, {""document_url"": ""https://aworldtreasure.org/2014/03/04/tree-kangaroo-in-the-spotlight/"", ""unformatted_src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6310.jpg?w=200&h=300"", ""src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6310.jpg?w=200&h=300"", ""formatted_filename"": ""img"", ""alt_text"": ""IMG_6310"", ""rendered_width"": 200, ""rendered_height"": 300, ""original_width"": 200, ""original_height"": 299, ""format"": ""jpeg""}, null, {""document_url"": ""https://aworldtreasure.org/2014/03/04/tree-kangaroo-in-the-spotlight/"", ""unformatted_src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6539.jpg?w=300&h=200"", ""src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6539.jpg?w=300&h=200"", ""formatted_filename"": ""img"", ""alt_text"": ""IMG_6539"", ""rendered_width"": 300, ""rendered_height"": 200, ""original_width"": 300, ""original_height"": 200, ""format"": ""jpeg""}, null, {""document_url"": ""https://aworldtreasure.org/2014/03/04/tree-kangaroo-in-the-spotlight/"", ""unformatted_src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6615.jpg?w=300&h=206"", ""src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6615.jpg?w=300&h=206"", ""formatted_filename"": ""img"", ""alt_text"": ""IMG_6615"", ""rendered_width"": 300, ""rendered_height"": 206, ""original_width"": 300, ""original_height"": 206, ""format"": ""jpeg""}, null, {""document_url"": ""https://aworldtreasure.org/2014/03/04/tree-kangaroo-in-the-spotlight/"", ""unformatted_src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6640.jpg?w=200&h=300"", ""src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6640.jpg?w=200&h=300"", ""formatted_filename"": ""img"", ""alt_text"": ""IMG_6640"", ""rendered_width"": 200, ""rendered_height"": 300, ""original_width"": 200, ""original_height"": 299, ""format"": ""jpeg""}, null, {""document_url"": ""https://aworldtreasure.org/2014/03/04/tree-kangaroo-in-the-spotlight/"", ""unformatted_src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6666.jpg?w=300&h=242"", ""src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6666.jpg?w=300&h=242"", ""formatted_filename"": ""img"", ""alt_text"": ""IMG_6666"", ""rendered_width"": 300, ""rendered_height"": 242, ""original_width"": 300, ""original_height"": 242, ""format"": ""jpeg""}, null, {""document_url"": ""https://aworldtreasure.org/2014/03/04/tree-kangaroo-in-the-spotlight/"", ""unformatted_src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6272.jpg?w=295&h=427"", ""src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6272.jpg?w=295&h=427"", ""formatted_filename"": ""img"", ""alt_text"": ""Karen is greeted each morning by a different little personality. This is Scotty, he just wanted to hug and not let go."", ""rendered_width"": 295, ""rendered_height"": 427, ""original_width"": 295, ""original_height"": 426, ""format"": ""jpeg""}, null, {""document_url"": ""https://aworldtreasure.org/2014/03/04/tree-kangaroo-in-the-spotlight/"", ""unformatted_src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6401.jpg?w=337&h=427"", ""src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6401.jpg?w=337&h=427"", ""formatted_filename"": ""img"", ""alt_text"": ""Little Zoe showing us how she can move her feet and hop around."", ""rendered_width"": 337, ""rendered_height"": 427, ""original_width"": 337, ""original_height"": 427, ""format"": ""jpeg""}, null, {""document_url"": ""https://aworldtreasure.org/2014/03/04/tree-kangaroo-in-the-spotlight/"", ""unformatted_src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6564.jpg?w=238&h=159"", ""src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6564.jpg?w=238&h=159"", ""formatted_filename"": ""img"", ""alt_text"": ""Collecting leaf, a daily and very tiring job for Dr Karen."", ""rendered_width"": 238, ""rendered_height"": 159, ""original_width"": 237, ""original_height"": 158, ""format"": ""jpeg""}, null, {""document_url"": ""https://aworldtreasure.org/2014/03/04/tree-kangaroo-in-the-spotlight/"", ""unformatted_src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6281.jpg?w=238&h=159"", ""src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6281.jpg?w=238&h=159"", ""formatted_filename"": ""img"", ""alt_text"": ""The new treatment room Tree Roo Rescue are building, but need further funds to finish it."", ""rendered_width"": 238, ""rendered_height"": 159, ""original_width"": 237, ""original_height"": 158, ""format"": ""jpeg""}, null, {""document_url"": ""https://aworldtreasure.org/2014/03/04/tree-kangaroo-in-the-spotlight/"", ""unformatted_src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6391.jpg?w=394&h=519"", ""src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6391.jpg?w=394&h=519"", ""formatted_filename"": ""img"", ""alt_text"": ""They sure grow big in the tropics."", ""rendered_width"": 394, ""rendered_height"": 519, ""original_width"": 394, ""original_height"": 518, ""format"": ""jpeg""}, null, {""document_url"": ""https://aworldtreasure.org/2014/03/04/tree-kangaroo-in-the-spotlight/"", ""unformatted_src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6573.jpg?w=257&h=172"", ""src"": ""https://aworldtreasure.files.wordpress.com/2014/03/img_6573.jpg?w=257&h=172"", ""formatted_filename"": ""img"", ""alt_text"": ""One of the many spiders that came crawling out of the leaf we collected."", ""rendered_width"": 257, ""rendered_height"": 172, ""original_width"": 257, ""original_height"": 171, ""format"": ""jpeg""}, null]""","""{""url"": ""https://aworldtreasure.org/2014/03/04/tree-kangaroo-in-the-spotlight/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-27/segments/1656104204514.62/warc/CC-MAIN-20220702192528-20220702222528-00317.warc.gz"", ""warc_record_offset"": 165336397, ""warc_record_length"": 37093}""","[ ""Tree Roo in the Spotlight\n\nAs elusive as the tree kangaroo themselves, it seems so too are the people ensuring their survival. I was lucky enough to venture out to visit the only Lumholtz Tree Kangaroo centre in the world…right in the very state in which I call home. I spent 3 wonderful days with the only two tree kangaroo carers in Australia learning about an animal that very few Australians will ever get to see, and chances are may even be unaware of their existence."", null, ""I read an interesting fact in a recent Australian Geographic magazine about this particular Aussie animal that is as seemingly as exotic to Australians as they are to people in other parts of the world. It reads, “A survey taken in Brisbane in 2003 revealed that only 36 percent of respondents had even heard of them- and this in the capital of Queensland, home to both Australian species.” I am ashamed to admit, that I was one of those statistics.\n\nWarning signs along the highway alerted us that we had arrived in tree kangaroo country, where we’d be meeting Dr Karen Coombes, founder of Tree Roo Rescue and Conservation Centre. Driving into the tablelands I felt this unexpected rush of excitement as we closed in on Malanda. I’ve travelled the world to encounter exotic animals, and here I was on an adventure in my own country about to lay eyes on something I’d only recently known existed. A kangaroo that lives in trees!? Part tree climber, part our most iconic Australian animal that puts us on the map. I have driven up and down highways throughout my life oblivious to the wildlife that I may be passing by. But this time I was on the edge of my seat scanning treetops and the rainforest floor just like I did when exploring the rainforests of Borneo."", null, ""We pulled up at the home of Tree Roo Rescue where we met a very exhausted Karen who had just done the rounds of the morning feed. Karen is currently caring for 11 Lumholtz Tree Kangaroos, the most she’s ever had in care at any given time. It seemed we’d arrived at Tree Kangaroo high season and vacancy at Karen’s Inn was at full capacity. In a normal year, she might receive 6 calls for rescue. And in the last 18 months, she’s had 26. And as if she doesn’t have enough on her plate, 9 of the animals in her care are blind and require extra special care."", null, ""There was no time to waste, our introductions were as quick as a handshake before being handed a bucket of food where we would spend the day shadowing Karen in everything she did. From sun up to sun down, she just doesn’t stop. And she can’t. It’s not just the purpose built cages out the back that are currently occupied, but her two spare bedrooms also. It is here I lay eyes on my first tree kangaroo, Shelly. Immediately, all of my preconceived images flew out the window to see this unfamiliar animal in real time. I was completely taken by their incredibly long tail, and their striking prehistoric looks. It reminded me of something I had seen beside a Woolley Mammoth replica at an ice age exhibit at the museum. A prehistoric Australian mammal, maybe something like an early day koala.\n\nI spend the rest of my time pointing out their similarities to many different animals all rolled into one. “It kind of looks like a possum crossed with a wallaby, no, a lemur crossed with a koala, no …a wombat crossed with a kangaroo!” Before too long I conclude with the idea that this animal is deserving of its own identity indeed. It looks, walks, hops and climbs just as it should- like a Lumholtz Tree Kangaroo. And it’s absolutely sensational. It really took me by surprise to understand how much we can take our own native wildlife for granted, which I guess is a big part of the issue at hand. I bet this is how it feels for tourists who encounter a kangaroo or koala for the first time. I loved the excitement I felt for one of my own, it was like coming face to face with a brand new life form. A furry little alien who I’d been sharing my country with for 28 years without even knowing it. Fancy that."", null, ""Lilly and Shelly are the occupants inside Karen’s house. Two special care girls that need around the clock care. They are both blind and too unsure of themselves to put in the enclosures like some of the others that are in different stages of rehabilitation. Shelly was found by the side of the road after being hit by a car, Lilly after a dog attack. Their blindness, like the other animals with this condition, is believed to be a result of the trauma. There is nothing that can be done to restore their eyesight. Blindness is something Karen says has been on the increase in the last 2 years. Blindness, and animals turning up in odd places far away from the rainforest."", null, ""Karen took us to continue her daily feed, a routine chore, which I assumed wouldn’t take long. We followed Karen in and out of cages watching on as she dealt with the different personalities, which would greet her behind each and every door. Some of them just wanted to hug Karen and not let her go, others wanted to playfully bite her and some were too blind to see she was there but could sense her in other ways. And when I say ‘hug her’, they were reaching out their little, yet robust, arms to her like a little kid wanting to be picked up by its mother. And when she ignored them, they would protest by whinging (if you closed your eyes, you would have sworn it was the sound of a 2-year-old at a supermarket check out) and stretching out even higher. Each animal was so unique and needed different levels of care that it could take anywhere from a few minutes up to half an hour to get through each enclosure. This was not a matter of opening the door and leaving them a plate of food, this was nurturing individuals complete with unique personalities of their own. And I loved Karen for exposing me to this. This is only the work of a genuine carer."", null, ""We were already sweltering in the far north QLD heat, but still had the biggest job of the day to endure. Cutting leaf! We went out into the countryside stopping by the roadside to collect some weeds, which Karen says they really like. We brought back bags of the stuff, traipsing through long grass cutting the freshest branches and leaves. I can’t say I was over enthusiastic when Karen warned us to watch for spiders in the privit. When we got back to the car, some large varieties of spiders came crawling out of the bag. She said it was just a part of the job she had learnt to accept. I couldn’t believe that this was a daily job for just one woman and I admired her dedication purely for leaf that will last just one day."", null, ""Karen has spent twenty-five years as a carer dedicating her time to rehabilitating our Australian wildlife. In 1999 she rescued ‘Mickey’, her first tree kangaroo and she would come to be one of their biggest ambassadors for their survival. Amongst the hands on daily care, she is hands on too with educating the general public about the threats facing this species. Wearing two hats, she’s the rehabilitator and the educator. An elusive animal, hardly seen by the general public, it is difficult to keep the tree kangaroo top of mind. To put it into perspective, in an 18-month period whilst undergoing her PHD, Karen found only 8 animals though spending days and nights tracking them in the rainforest. Her biggest disappointment is that the IUCN have them listed as ‘least concern’ after the results of a researcher who once claimed that they were abundant. Karen and her fellow wildlife groups feel strongly that they are ‘threatened’ and have disputed this time and time again to have their status upgraded."", null, ""We got home, and it was time again for the afternoon feed. No rest for the wicked as they say. The girls, Shelly and Lilly, were delighted to have some fresh leaf surrounding them and sat quietly chewing through the branches. It really made it all feel worthwhile seeing their happy little expressions and contentment at the treats we’d returned with. I could see why Karen trekked into long grass for one special branch to bring home for the girls. Shortly afterwards, Lilly curled up in the centre of the leaf and went to sleep.\n\nWe were sweaty, smelly and covered in dirt and yet felt a real sense of satisfaction helping these animals that were in care mainly as a result of our own doing. By not fencing our dogs, by building highways through their habitats, by driving fast cars… I could understand in this moment why Karen does it, but I also considered what a huge weight it was to carry knowing that if you aren’t doing it, nobody else is. She can’t call in a sickie when it all gets too much, and she can’t take a holiday to Bali. This job requires 110% dedication. Vet bills, medications, enclosures and a half-finished treatment room are daily expenses and other tails, other than the tree roos, she has to chase. It doesn’t come cheap to Karen and her husband Neil. But at the same time, she’s doing this wonderful thing trying to turn around the negative impact human beings have had on this species and I felt immensely proud to spend a day in her shoes."", null, ""When we came to the end of the first day, I asked Karen if we could take a picture together at which point she worried about the state of her hair. I had to laugh, it was the first moment throughout that entire day I had seen even a remote glimmer of Karen thinking about herself. We agreed at the end of the day to take one collaborative sweaty, dirty picture depicting exactly the day as it was….hard work!\n\nWe spent another day, doing it all again, when I came to the conclusion…we must clone Karen."", null, ""Karen is greeted each morning by a different little personality. This is Scotty, he just wanted to hug and not let go."", null, ""Little Zoe showing us how she can move her feet and hop around."", null, ""Little Zoe being told not to crash tackle Karen for hugs."", null, ""The new treatment room Tree Roo Rescue are building, but need further funds to finish it."", null, ""They sure grow big in the tropics."", null, ""One of the many spiders that came crawling out of the leaf we collected.\n\nA day’s collection of leaf.\n\nOut the back of Karen’s property- tree roo habitat."" ]",, +,"[ ""https://gameo.org/images/thumb/e/ef/Alchemist_Ben_Jonson.jpg/300px-Alchemist_Ben_Jonson.jpg"", null ]","""[{""document_url"": ""https://gameo.org/index.php?title=Alchemist,_The_(Drama)"", ""unformatted_src"": ""/images/thumb/e/ef/Alchemist_Ben_Jonson.jpg/300px-Alchemist_Ben_Jonson.jpg"", ""src"": ""https://gameo.org/images/thumb/e/ef/Alchemist_Ben_Jonson.jpg/300px-Alchemist_Ben_Jonson.jpg"", ""formatted_filename"": ""px Alchemist Ben Jonson"", ""rendered_width"": 300, ""rendered_height"": 423, ""original_width"": 300, ""original_height"": 423, ""format"": ""jpeg""}, null]""","""{""url"": ""https://gameo.org/index.php?title=Alchemist,_The_(Drama)"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-17/segments/1618039379601.74/warc/CC-MAIN-20210420060507-20210420090507-00107.warc.gz"", ""warc_record_offset"": 371477214, ""warc_record_length"": 8196}""","[ null, ""The Alchemist is a drama by the English playwright Ben Jonson (1572-1637) containing the first reference to Anabaptists or Mennonites in drama. The Alchemist is a comedic play in five acts. It premiered at Oxford in 1610, with performances in London later that year and was published in 1612. It is generally considered Jonson's best and most characteristic comedy and one of the few Renaissance plays, in addition to Shakespeare’s, still performed today.\n\nThe plot has a butler, Jeremy, a.k.a. Face, left in charge of a large house in Blackfriars, London. Without his master's knowledge he runs a major confidence swindle in company with two odd named characters: Sublte, a supposed alchemist, and Dol Common, a prostitute. All want the alchemist to perform some wizardly service but of course are tricked and cheated out of their money and goods. Those deceived include Ananias, an Anabaptist Deacon from Amsterdam, and also later his pastor with the Puritan like name, Tribulation Wholesome. The Anabaptists want the Philosopher’s Stone to convert goods into gold in order to use this money to win more people to their denomination.\n\nIn The Alchemist the terms “Mennonite” and “Anabaptist” are not used though the two characters are identified as Anabaptists in the preface listing of the play’s characters. The Anabaptists in the play call themselves “separated Brethren” and Sublte (act II, scene v) calls Ananias “You heathen, you Knipper-Doling.” A direct reference to Bernard Knipperdolling (1490-1536) the martyred Anabaptist Mayor of the city of Münster. Then near the play’s end the returned master of the Blackfriars house in error accuses a character of also being an Anabaptist when he shouts at him (act V, scene v), “Away you Harry Nickolas” an apparent reference to the supposed Anabaptist Hendrik Niclaes (1502-1580) the leader of the “Family of Love” sect suppressed by Queen Elizabeth in 1580.\n\nThe English only knew distorted and historically inaccurate Anabaptist characteristics, practices and beliefs for the information that came to them were texts from their enemies. For example they knew them as revolutionary fanatics of the German City of Münster. The Anabaptist character Ananias is depicted as greedy for power and property, though passionate to increase his churches membership. Likely the playwright Jonson uses Anabaptists as a device to ridicule Puritans and other controversial religious figures in his troubled religious times."" ]",, +,"[ ""https://www.worldsoccer.com/wp-content/uploads/sites/13/2016/04/David-Crompton.png?w=630"", null ]","""[{""document_url"": ""https://www.worldsoccer.com/news/south-yorkshire-police-chief-suspended-370467"", ""unformatted_src"": ""https://www.worldsoccer.com/wp-content/uploads/sites/13/2016/04/David-Crompton.png?w=630"", ""src"": ""https://www.worldsoccer.com/wp-content/uploads/sites/13/2016/04/David-Crompton.png?w=630"", ""formatted_filename"": ""David Crompton"", ""rendered_width"": 630, ""rendered_height"": 400, ""original_width"": 630, ""original_height"": 400, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.worldsoccer.com/news/south-yorkshire-police-chief-suspended-370467"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-21/segments/1652662580803.75/warc/CC-MAIN-20220525054507-20220525084507-00009.warc.gz"", ""warc_record_offset"": 1159138043, ""warc_record_length"": 12393}""","[ null, ""David Crompton has been suspended as chief constable of South Yorkshire police, in the wake of Wednesday’s Hillsborough verdict of unlawful killing.\n\nCrompton’s force had been heavily criticised for its conduct during the inquest which delivered its verdict on Tuesday.\n\nDr Alan Billings, the police and crime commissioner for South Yorkshire, would make no further comment about Crompton’s suspension.\n\nIt comes after Shadow Home Secretary Andy Burnham said there had been a “27-year cover up” and “those responsible must be held to account”.\n\nOn Tuesday a jury concluded the 96 victims of the 1989 Hillsborough disaster had been unlawfully killed.\n\nCompton had apologised in 2012 for the conduct of the South Yorkshire Police, but the coroner, Sir John Goldring, ruled that to admit the apology as part of the two-year hearing, would ‘wrong’ and ‘highly prejudicial’.”\n\nThe chief constable issued a further apology after the inquest’s conclusions were heard on Tuesday. He admitted his force got the policing “catastrophically wrong” on that fateful day.\n\n“I want to make it absolutely clear that we unequivocally accept the verdict of unlawful killing and the wider findings reached by the jury in the Hillsborough Inquests,” he said. “On 15th April 1989, South Yorkshire Police got the policing of the FA Cup semi-final at Hillsborough catastrophically wrong.\n\n“It was and still is the biggest disaster in British sporting history. That day 96 people died and the lives of many others were changed forever. The force failed the victims and failed their families. Today, as I have said before, I want to apologise unreservedly to the families and all those affected.”"" ]",, +,"[ ""https://www.odt.co.nz/sites/default/files/styles/odt_landscape_extra_large_4_3/public/story/2020/11/eddie_osei-nketia.jpg?itok=aBqvtg72"", null, ""https://www.odt.co.nz/sites/default/files/styles/odt_landscape_small_related_stories/public/story/2021/01/rebekah_greene_2_290120.jpg?itok=p2vef3N_"" ]","""[{""document_url"": ""https://www.odt.co.nz/sport/athletics/sprint-star-suffers-set-back"", ""unformatted_src"": ""https://www.odt.co.nz/sites/default/files/styles/odt_landscape_extra_large_4_3/public/story/2020/11/eddie_osei-nketia.jpg?itok=aBqvtg72"", ""src"": ""https://www.odt.co.nz/sites/default/files/styles/odt_landscape_extra_large_4_3/public/story/2020/11/eddie_osei-nketia.jpg?itok=aBqvtg72"", ""formatted_filename"": ""eddie osei nketia"", ""alt_text"": ""Eddie Osei-Nketia. Photo: Getty Images"", ""rendered_width"": 630, ""rendered_height"": 512, ""original_width"": 630, ""original_height"": 512, ""format"": ""jpeg""}, null, {""document_url"": ""https://www.odt.co.nz/sport/athletics/sprint-star-suffers-set-back"", ""unformatted_src"": ""https://www.odt.co.nz/sites/default/files/styles/odt_landscape_small_related_stories/public/story/2021/01/rebekah_greene_2_290120.jpg?itok=p2vef3N_"", ""src"": ""https://www.odt.co.nz/sites/default/files/styles/odt_landscape_small_related_stories/public/story/2021/01/rebekah_greene_2_290120.jpg?itok=p2vef3N_"", ""formatted_filename"": ""rebekah greene"", ""alt_text"": ""Rebekah Greene. PHOTO: ODT FILES"", ""rendered_width"": 300, ""rendered_height"": 240, ""original_width"": 300, ""original_height"": 240, ""format"": ""jpeg""}]""","""{""url"": ""https://www.odt.co.nz/sport/athletics/sprint-star-suffers-set-back"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-04/segments/1610704800238.80/warc/CC-MAIN-20210126135838-20210126165838-00081.warc.gz"", ""warc_record_offset"": 924666578, ""warc_record_length"": 22351}""","[ null, ""And the accident has put the 19-year-old Scots College boarder in trouble with his coach Gary Henley-Smith, while training partner Joseph Millar is also disappointed.\n\nThe Osei-Nketia camp is awaiting further medical reports after the teenager suffered a broken radius bone near his right elbow. He could be sidelined for about six weeks.\n\nOsei-Nketia, the son of former Kiwi sprint champ Gus Nketia, was the talk of the sports world last year after winning the Australian title but he has been brought to a sudden halt.\n\nThe accident occurred near the college in Wellington late on Friday night.\n\n\""I'm not happy – it was unnecessary, it happened in darkness which is the problem,\"" said Henley-Smith, the college's boarding director and a former top sprinter himself.\n\n\""This is a good lesson and a number of people are now talking to him about taking responsibility. He's a big boy now.\n\n\""He's pretty sad. He says he went over the handlebars – that's his story.\""\n\nOsei-Nketia's story grabbed the headlines last year, with the youngster choosing to represent New Zealand over Australia even though his family has lived in Canberra since 2011. Raised in Auckland, \""Fast Eddie\"" also has aspirations to be an All Black.\n\nRanked inside the world's top 54, the Japan Olympics were beckoning. But Olympic qualification has become trickier because of the worldwide pandemic.\n\nThere is also a points qualification system but that route is problematic because New Zealand's Covid-19 quarantine requirements make travel to events in Australia too costly.\n\nMeeting the qualification time is regarded as the only surefire way of satisfying the Olympic selectors.\n\nWith the 2020 Tokyo Olympics postponed for a year, Osei-Nketia has been able to make major headway with his education which has delighted everyone involved, Henley-Smith said.\n\nBut the cycle crash has put a spoke in his wheels.\n\n\""I'd call this a minor setback,\"" Henley-Smith said.\n\n\""One of the first things I asked is 'have you rung your dad yet?' He has now.\n\n\""As you can see I'm pretty mad. But young people make mistakes. He will learn from the experience.\"""", null ]",, +,"[ null, ""https://www.blockchain-expo.com/wp-content/uploads/2017/06/blocks.jpg"", null, ""https://www.blockchain-expo.com/wp-content/uploads/2017/06/rsz_blockchain-beyond-bitcoin_f_rgb_web.jpg"" ]","""[null, {""document_url"": ""https://www.blockchain-expo.com/2017/06/blockchain/blockchain-technologies-set-transform-10-industries/"", ""unformatted_src"": ""https://www.blockchain-expo.com/wp-content/uploads/2017/06/blocks.jpg"", ""src"": ""https://www.blockchain-expo.com/wp-content/uploads/2017/06/blocks.jpg"", ""formatted_filename"": ""blocks"", ""alt_text"": ""Blocks"", ""rendered_width"": 745, ""rendered_height"": 493, ""original_width"": 745, ""original_height"": 493, ""format"": ""jpeg""}, null, {""document_url"": ""https://www.blockchain-expo.com/2017/06/blockchain/blockchain-technologies-set-transform-10-industries/"", ""unformatted_src"": ""https://www.blockchain-expo.com/wp-content/uploads/2017/06/rsz_blockchain-beyond-bitcoin_f_rgb_web.jpg"", ""src"": ""https://www.blockchain-expo.com/wp-content/uploads/2017/06/rsz_blockchain-beyond-bitcoin_f_rgb_web.jpg"", ""formatted_filename"": ""rsz blockchain beyond bitcoin f rgb web"", ""alt_text"": ""YH5BAEAAAAALAAAAAABAAEAAAIBRAA7"", ""rendered_width"": 2100, ""rendered_height"": 2813, ""original_width"": 2100, ""original_height"": 2813, ""format"": ""jpeg""}]""","""{""url"": ""https://www.blockchain-expo.com/2017/06/blockchain/blockchain-technologies-set-transform-10-industries/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-49/segments/1669446711394.73/warc/CC-MAIN-20221209080025-20221209110025-00384.warc.gz"", ""warc_record_offset"": 693845514, ""warc_record_length"": 14196}""","[ ""How blockchain technologies are set to transform 10 industries"", null, ""It is still early days for the potential of blockchain technologies to become apparent – yet according to Jeremiah Owyang, founder of industry advisory group Crowd Companies, blockchain is already showing its worth in the legal and supply chain industries.\n\nOwyang, formerly a Forrester analyst and founding partner at Altimeter Group, has for the past four years having founded Crowd Companies been helping organisations navigate the choppy digital waters of the ‘collaborative economy’. The latest project is a report on the business models of blockchain, written alongside Jaimy Szymanski, a research contractor at Crowd Companies and fellow Altimeter alumnus.\n\nOwyang gives a very recent example to explain how and why the report came into being. Keynoting at a business conference in Cincinnati last week, he asked the audience whether they knew what blockchain and was and how it could impact their business. The near silence spoke volumes.\n\n“While tech entrepreneurs and the crypto community understands and sees the opportunity, traditional, large companies are unsure of what it is and how it applies to them,” he tells CloudTech. “Sensing this market opportunity, we took on the challenge to explain blockchain to many industries.”\n\nThe 21-page report looks at 10 different industries, from energy to education and from food to pharmaceuticals. The legal industry, and the supply chain – adding transparency and accountability where the middlemen call the tune at a large cost in the latter – go ‘hand in hand’ with where blockchain is proving its value, says Owyang. “They’re also foundational underpinnings to most other industry applications that we’ll see in the long-term,” he adds.\n\nThe report also offers six cautions, with one of the more eyebrow-raising of these around the speed of verifying transactions – or, rather, the lack of it.\n\nListening in the audience at a blockchain event last Autumn, this reporter heard speakers discuss the benefits of Bitcoin and the technology underpinning it. Edan Yago, the CEO of Epiphyte, explained how his company helps banks, the great bastion of trust, and distributed ledgers, get along. He described how the problem of trust was being solved “like a liberal arts problem…in an entirely non-scalable way.”\n\nBlockchain will help users send payments to other countries without incurring charges, Yago argued. Yet as the report reveals, while it can take up to 15 minutes to verify a transaction on blockchain currently, Western Union conducts 39 transactions per second. It is an “operational hurdle”, as David Thompson, Western Union EVP global operations and chief technology officer, puts it.\n\nThis will improve, however, according to Owyang, who added that the blockchain startups he spoke to in Cincinnati confirmed it was currently a weakness. “Verification speed will improve over time, and many financial institutions and partners are continually testing pilots on blockchain to see how fast transfers can occur while still maintaining their standards of security,” he says.\n\n“In order for verification speed to get to where it needs to be, we’ll see not only the backend technology evolve but also partners working together – companies, government – to ensure legal and governance hurdles are overcome. In the meantime, companies are achieving greater speed of transactions and verification on blockchain by utilising private, permissioned chains.”\n\nA graphic produced by Crowd Companies outlines the market opportunity (click the graphic to expand), while you can find out more here."", null ]",, +,"[ ""https://www.utoronto.ca/sites/default/files/2018-02-13-naloxone-resized.jpg"", null ]","""[{""document_url"": ""https://www.utoronto.ca/news/handing-out-naloxone-doesn-t-fix-opioid-crisis-u-t-researchers"", ""unformatted_src"": ""https://www.utoronto.ca/sites/default/files/2018-02-13-naloxone-resized.jpg"", ""src"": ""https://www.utoronto.ca/sites/default/files/2018-02-13-naloxone-resized.jpg"", ""formatted_filename"": ""naloxone resized"", ""alt_text"": ""Photo of naloxone kit"", ""rendered_width"": 1140, ""rendered_height"": 760, ""original_width"": 1140, ""original_height"": 760, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.utoronto.ca/news/handing-out-naloxone-doesn-t-fix-opioid-crisis-u-t-researchers"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-49/segments/1669446710698.62/warc/CC-MAIN-20221129132340-20221129162340-00680.warc.gz"", ""warc_record_offset"": 1107328712, ""warc_record_length"": 12191}""","[ null, ""In the midst of a national opioid crisis, take-home naloxone programs have expanded rapidly, with Ontario’s Minister of Health and Long-Term Care Dr. Eric Hoskins recently announcing that naloxone kits will be provided to fire and police departments across the province.\n\nUniversity of Toronto researchers are questioning whether naloxone distribution might distance people from health-care services or worsen health inequities.\n\n“Having naloxone on hand saves lives. It also brings power back into the hands of people who need it most, including people at risk of opioid poisoning or overdose,” says Dr. Daniel Buchman, a bioethicist at the U of T Joint Centre for Bioethics and one of the lead authors of an article published on Feb. 3 in Public Health Ethics.\n\n“We also wonder whether naloxone distribution will improve health equity or if it might unintentionally keep people from accessing the health care they need and deserve.”\n\nBuchman and co-authors explore the history of take-home naloxone, showing that the intervention was developed to avoid the stigma of opioid addiction and overdose. They argue that sidestepping stigma and marginalization doesn’t always overcome those problems.\n\n“People are dying from opioid overdose in part because the health-care system has failed to serve them. Handing out naloxone doesn’t fix that on its own,” says Dr. Aaron Orkin, an emergency and public health physician and clinical public health fellow at the Dalla Lana School of Public Health.\n\n\""We need a seamless and inviting system of care. A system where 911 and paramedicine, hospitals, clinics and emergency departments are the safest, most open and destigmatizing environments for everyone to get care, especially for people who use drugs.\""\n\nTake-home naloxone programs have expanded quickly in Canada since the opioid antidote became available without a prescription in 2016. In Ontario, naloxone is available for free at many retail pharmacies. Public health units and authors agree that it is an important part of the response to the opioid crisis. It may, however, be considered a Band-Aid solution because the intervention is reactive rather than preventing emergencies, but there are so few interventions that health-care providers can deploy to reduce opioid-related deaths.\n\n“We know that communities where naloxone distribution is commonplace have had fewer opioid-related deaths than communities with less distribution, so that's a pretty amazing Band-Aid,” said Orkin.\n\nThe trouble is why naloxone distribution is necessary in the first place – because people who use drugs often cannot access emergency-care systems, for many reasons, including fear of arrest and stigma. Unless naloxone distribution programs are carefully implemented, authors argue that they might reinforce barriers to care experienced by people who use drugs and the resulting health inequities.\n\n“We want to make sure that people have naloxone and the skills to use it,” said Orkin. “At the same time, it would be tragic if take-home naloxone programs sent the message that overdose is not a real emergency health-care problem or that people who overdose don't deserve to get care from capable and empathetic providers.”\n\nDrs. Buchman and Orkin were co-authors on the paper with Professors Carol Strike and Ross Upshur from the Dalla Lana School of Public Health.\n\nResearch for the article was supported by the Canadian Institutes of Health Research, the Schwartz/Reisman Emergency Medicine Institute and the University of Toronto department of family and community medicine."" ]",, +,"[ ""https://imgix.bustle.com/uploads/image/2019/8/8/eddc0ff5-55ef-49c6-a288-ce5e34d73dae-115400_1667.jpg?w=540&fit=crop&crop=faces&auto=format%2Ccompress"", null ]","""[{""document_url"": ""https://www.romper.com/p/when-is-the-big-brother-live-finale-hang-tight-fans-have-a-while-before-a-winner-is-crowned-18560182"", ""unformatted_src"": ""https://imgix.bustle.com/uploads/image/2019/8/8/eddc0ff5-55ef-49c6-a288-ce5e34d73dae-115400_1667.jpg?w=540&fit=crop&crop=faces&auto=format%2Ccompress"", ""src"": ""https://imgix.bustle.com/uploads/image/2019/8/8/eddc0ff5-55ef-49c6-a288-ce5e34d73dae-115400_1667.jpg?w=540&fit=crop&crop=faces&auto=format%2Ccompress"", ""formatted_filename"": ""eddc ff ef c a ce e d dae"", ""original_width"": 540, ""original_height"": 360, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.romper.com/p/when-is-the-big-brother-live-finale-hang-tight-fans-have-a-while-before-a-winner-is-crowned-18560182"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-49/segments/1669446711552.8/warc/CC-MAIN-20221209213503-20221210003503-00073.warc.gz"", ""warc_record_offset"": 1048346262, ""warc_record_length"": 11103}""","[ null, ""The 'Big Brother' 21 Jury Is Just Getting Started\n\nOn Big Brother 21, the first member of the jury heads to a secluded location after the live elimination episode on Aug. 8. So, I know you're already wondering when the Big Brother live finale is — because I definitely am. One can only take so much drama about who secretly met at Stagecoach and plotted to take over the Big Brother house. What if they were just enjoying Luke Bryan?\n\nWell, when fans finally learn the winner of Big Brother most kids will be back in school, leaves will begin changing color, and pumpkin spice lattes will have taken over. CBS announced in June that the Big Brother 21 live finale will air Wednesday Sept. 25 at 9:30 p.m. ET after the Survivor Season 39 premiere.\n\nIt's anyone's guess who will be sitting in those final chairs on finale night, but fans already know some people who won't be. On the Aug. 8 live show either Jack or Jackson aka \""Michie\"" will become the first member of this season's jury. Current HOH Jessica took all of the power for the week when she won the veto competition and decided to keep her nominations the same.\n\nIt was the only logical choice she could've made, because both men were part of the \""Six Shooters,\"" a majority alliance in the house that she was not a part of. Fans on Twitter are ecstatic about her decision, as they should be.\n\nTrust me, I understand how exciting this is. I love seeing underdogs take power back, and Jessica and her de facto allies, Kat, Nicole, and Cliff, should relish in it while they can. But after Thursday's live eviction they need to focus again because there is a long way to go before finale night. More obstacles than the five surviving members of the Six Shooter alliance stand in their way.\n\nBig Brother's motto is \""expect the unexpected.\"" Usually that means there are at least two double eviction nights and a few competitions that force contestants to choose between power and prizes like vacations. Season 21 is camp-themed, so this year there is also an \""America's Field Trip\"" game that gives fans the power to choose three contestants to battle each other in an unknown competition.\n\nThe winner is safe for the week, and the person who finishes last automatically becomes a third nominee. Power and punishment is at stake, but it's impossible to predict who will win or lose.\n\nBased on tweets, America is trying their collective best to strategize about who to send on this trip while also keeping Jessica and her allies safe. But voting closes soon and has been going on for about a week, so I'm not even going to attempt to guess an outcome.\n\nThe moral of this post is that there is still so much Big Brother left to play, but America seems to want Jessica and one of her allies in the final two chairs in September. I stan Latinas who take their power back."" ]",, +,"[ null, ""http://ecoshore.com/wp-content/uploads/2015/01/Long-Island-NY-2004-300x209.jpg"", null, ""http://ecoshore.com/wp-content/uploads/2015/01/Beach-Layers-300x173.jpg"", null ]","""[null, {""document_url"": ""http://ecoshore.com/erosion/"", ""unformatted_src"": ""http://ecoshore.com/wp-content/uploads/2015/01/Long-Island-NY-2004-300x209.jpg"", ""src"": ""http://ecoshore.com/wp-content/uploads/2015/01/Long-Island-NY-2004-300x209.jpg"", ""formatted_filename"": ""Long Island NY"", ""alt_text"": ""Long Island NY, 2004"", ""rendered_width"": 300, ""rendered_height"": 209, ""original_width"": 300, ""original_height"": 209, ""format"": ""jpeg""}, null, {""document_url"": ""http://ecoshore.com/erosion/"", ""unformatted_src"": ""http://ecoshore.com/wp-content/uploads/2015/01/Beach-Layers-300x173.jpg"", ""src"": ""http://ecoshore.com/wp-content/uploads/2015/01/Beach-Layers-300x173.jpg"", ""formatted_filename"": ""Beach Layers"", ""alt_text"": ""Beach Layers"", ""rendered_width"": 300, ""rendered_height"": 173, ""original_width"": 300, ""original_height"": 173, ""format"": ""jpeg""}, null]""","""{""url"": ""http://ecoshore.com/erosion/"", ""warc_filename"": ""crawl-data/CC-MAIN-2023-06/segments/1674764499695.59/warc/CC-MAIN-20230128220716-20230129010716-00503.warc.gz"", ""warc_record_offset"": 15415938, ""warc_record_length"": 8731}""","[ ""What is Beach Erosion?\n\nBeach erosion is the removal of sediment from the beach. The layer of sand becomes thinner and narrower and the hinterland becomes exposed. A narrow beach has less recreational and commercial value. The sand may be lost permanently or have moved offshore, from where it will return during a calmer period. A nourished beach is oversupplied with sand that will gradually erode. During the process, a scarp/sand wall is formed, which may be a problem to force. For a more thorough description of Beach Erosion, check here."", null, ""Storm. When a storm hits a beach it is almost impossible to avoid erosion. The beach may be lost completely and damages made to the hinterland as was the case at Long Island, NY in October of 2004. Luckily, these events happen very seldom for a given beach as there is very little to do to prevent damage.\n\nA strong stable foreshore and dune with plants will provide some protection.\n\nOngoing erosion is a common problem. Of Florida’s 825 miles of beaches, 410 miles are considered critically eroding by Florida DEP. The reasons for the erosion vary but often include:\n\nGroins are known to cause down-drift erosion as the sand in littoral drift is forced away from the coast. This reduces the amount of sand available to the beaches further down.\n\nInlets may trap the sand in littoral drift. A sand bypassing system can mitigate the loss, or frequent dredging of the inlet where the sand is placed on a down-drift beach. However, dredged sand from the inlet may not have optimal beach quality.\n\nPoor Beach Drainage can be a major cause of erosion. If the beach does not drain as fast as the sea sinks during falling tide the beach will be full of water and the waves can’t sink in, and the sand they contain is washed back to sea instead of being deposited on the beach.\n\nIf the beach is well-drained it can accommodate more water, and the swash sinks in easily, leaving sand on the beach during each swash cycle. The sand dries out and is blown to the dunes.\n\nThe constant movement of sediment during the tide cycle form layers (strata) in the beach. Some layers limit drainage and others promote drainage. Fine particles such as clay, has the shape of pancakes, and it only takes a tiny layer of clay to limit the drainage. This is why clay is used underneath waste dumps, to ensure that contaminated rainwater does not seep further down and into the groundwater."", null, ""Fig. 3 Layers in a beach\n\nA beach may have 10 or more layers per vertical foot. The cross-section photo Fig. 3 shows several fine and coarser layers. Typically some of these layers include clay which limits the water’s ability to connect in the beach. It also limits air access to the lower layers of the beach.\n\nThe result is that during falling tide the groundwater drains at a slower pace than the sea, leaving a part of the beach wet and prone to erosion.\n\nA high water input to the hinterland combined with poor beach drainage is a dangerous cocktail that leads to chronic beach erosion. The water may come from heavy rain but could also origin from excessive irrigation. This is often found on highly populated barrier islands, where automated irrigation systems keep the grass green at all times and tarmac covered surfaces allow little water evaporation.\n\nA groundwater study performed in February 2008 at Hillsboro Beach, FL showed a very high groundwater level, that could be attributed to irrigation and covered surfaces, combined with poor beach drainage. Another sign of extreme groundwater level is the formation of small drainage channels on top of the sand from the back beach to the sea. This too has been documented at Hillsboro Beach (2014) during a period without heavy rain, ruling out natural causes. As a result, Hillsboro Beach has been critically eroding for decades, except from 2008 to 2011 when a passive dewatering system (PEM) was installed.\n\nSea level rise is for real and has at least two negative effects on beaches.\n\nThe elevated groundwater requires the beach to be even better at draining, in order to avoid a wet beach and erosion. That is where PEM comes in."" ]",, +,"[ ""https://cdn.cnsnews.com/styles/article_medium/s3/2022-03/BidenAngry.jpg"", null ]","""[{""document_url"": ""https://www.cnsnews.com/blog/craig-bannister/10-oil-and-natural-gas-associations-blast-biden-how-do-you-know-what-motivates"", ""unformatted_src"": ""https://cdn.cnsnews.com/styles/article_medium/s3/2022-03/BidenAngry.jpg"", ""src"": ""https://cdn.cnsnews.com/styles/article_medium/s3/2022-03/BidenAngry.jpg"", ""formatted_filename"": ""BidenAngry"", ""rendered_width"": 240, ""rendered_height"": 166, ""original_width"": 240, ""original_height"": 166, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.cnsnews.com/blog/craig-bannister/10-oil-and-natural-gas-associations-blast-biden-how-do-you-know-what-motivates"", ""warc_filename"": ""crawl-data/CC-MAIN-2023-06/segments/1674764499829.29/warc/CC-MAIN-20230130201044-20230130231044-00335.warc.gz"", ""warc_record_offset"": 730969055, ""warc_record_length"": 29376}""","[ null, ""“How do you know what motivates company business decisions?” a coalition of 10 oil and natural gas trade associations asked President Joe Biden after Biden claimed that companies were refusing to pump more oil, in order to increase their profits.\n\nLast Friday, the coalition sent a letter to Biden, urging him to stop falsely blaming oil and natural gas companies for not producing more due to greed when, in fact, it is his administration’s anti-energy policies that are responsible.\n\nThe letter seeks to address “repeated distortions and half-truths that have been expressed by White House officials” and to “set the record straight and provide a bit of context on statements that have been made regarding energy production,” the coalition writes.\n\nIn particular, the letter cites Biden’s March 11, 2022 attack on their industry:\n\n“[I]t’s regrettable that you and your White House team have continued to mischaracterize facts regarding our industry – often maligning our motives, and frankly, in some cases, advance complete and total falsehoods.\n\n“For example, you have said oil companies could be drilling right now because we have over 9,000 approved permits, a misleading statement at best. More about that below. Also, just last Friday, you said that companies ‘would rather take those profits and buy back their own stock rather than take that money and invest it in pumping new oil.’\n\n”With respect, Mr. President, how do you know what motivates oil company business decisions?”\n\n”Perhaps the worst mischaracterization of all by you and your administration is when you have said that you are doing nothing to hold back energy production. That is just not true,” the letter says.\n\n”[T]he words and actions of you and members of your administration” are hindering the effort to produce adequate energy, the coalition tells Biden.\n\n“Language and facts matter,” the coalition says, noting that the Biden Administration had mistakenly claimed there were over nine thousand unused leases the industry could be utilizing when, in fact, those were actually permits.\n\nEven so, employing permits requires additional government approvals that can take years to acquire. What’s more, the Biden Administration’s opposition to pipeline construction stands in the way of delivering oil and natural gas to the public, the letter explains:\n\n“There are 4,621 permits to drill awaiting approval by the Department of the Interior’s Bureau of Land Management. Your appointees could approve these permits now, enabling companies to forward with development.\n\n“So, yes Mr. President, your administration is ‘holding the industry back’ in direct contradiction to your statements last week when you said your administration was not. The most recent example: according to published reports this week, the US Bureau of Land Management approved 95 permits to drill in January 2022, compared with 643 in April 2021 – the height of the pandemic.”\n\n“If you want to truly be helpful, pick up the phone and direct Secretary Haaland to approve the permits immediately. We stand ready to assist in any way possible,” the coalition urges."" ]",, +,"[ ""https://paulsbikeride.files.wordpress.com/2013/03/20130317-081630.jpg?w=652"", null, ""https://paulsbikeride.files.wordpress.com/2013/03/20130317-085405.jpg?w=652"", null, ""https://paulsbikeride.files.wordpress.com/2013/03/20130317-090038.jpg?w=652"", null, ""https://paulsbikeride.files.wordpress.com/2013/03/20130317-090918.jpg?w=652"", ""https://paulsbikeride.files.wordpress.com/2013/03/20130317-090959.jpg?w=652"", ""https://paulsbikeride.files.wordpress.com/2013/03/20130317-091126.jpg?w=652"", ""https://paulsbikeride.files.wordpress.com/2013/03/20130317-091221.jpg?w=652"", ""https://paulsbikeride.files.wordpress.com/2013/03/20130317-091257.jpg?w=652"", null, ""https://paulsbikeride.files.wordpress.com/2013/03/20130318-082508.jpg?w=652"" ]","""[{""document_url"": ""https://paulsbikeride.com/2013/03/17/"", ""unformatted_src"": ""https://paulsbikeride.files.wordpress.com/2013/03/20130317-081630.jpg?w=652"", ""src"": ""https://paulsbikeride.files.wordpress.com/2013/03/20130317-081630.jpg?w=652"", ""alt_text"": ""20130317-081630.jpg"", ""original_width"": 652, ""original_height"": 489, ""format"": ""jpeg""}, null, {""document_url"": ""https://paulsbikeride.com/2013/03/17/"", ""unformatted_src"": ""https://paulsbikeride.files.wordpress.com/2013/03/20130317-085405.jpg?w=652"", ""src"": ""https://paulsbikeride.files.wordpress.com/2013/03/20130317-085405.jpg?w=652"", ""alt_text"": ""20130317-085405.jpg"", ""original_width"": 652, ""original_height"": 460, ""format"": ""jpeg""}, null, {""document_url"": ""https://paulsbikeride.com/2013/03/17/"", ""unformatted_src"": ""https://paulsbikeride.files.wordpress.com/2013/03/20130317-090038.jpg?w=652"", ""src"": ""https://paulsbikeride.files.wordpress.com/2013/03/20130317-090038.jpg?w=652"", ""alt_text"": ""20130317-090038.jpg"", ""original_width"": 652, ""original_height"": 489, ""format"": ""jpeg""}, null, {""document_url"": ""https://paulsbikeride.com/2013/03/17/"", ""unformatted_src"": ""https://paulsbikeride.files.wordpress.com/2013/03/20130317-090918.jpg?w=652"", ""src"": ""https://paulsbikeride.files.wordpress.com/2013/03/20130317-090918.jpg?w=652"", ""alt_text"": ""20130317-090918.jpg"", ""original_width"": 652, ""original_height"": 489, ""format"": ""jpeg""}, {""document_url"": ""https://paulsbikeride.com/2013/03/17/"", ""unformatted_src"": ""https://paulsbikeride.files.wordpress.com/2013/03/20130317-090959.jpg?w=652"", ""src"": ""https://paulsbikeride.files.wordpress.com/2013/03/20130317-090959.jpg?w=652"", ""alt_text"": ""20130317-090959.jpg"", ""original_width"": 652, ""original_height"": 489, ""format"": ""jpeg""}, {""document_url"": ""https://paulsbikeride.com/2013/03/17/"", ""unformatted_src"": ""https://paulsbikeride.files.wordpress.com/2013/03/20130317-091126.jpg?w=652"", ""src"": ""https://paulsbikeride.files.wordpress.com/2013/03/20130317-091126.jpg?w=652"", ""alt_text"": ""20130317-091126.jpg"", ""original_width"": 652, ""original_height"": 869, ""format"": ""jpeg""}, {""document_url"": ""https://paulsbikeride.com/2013/03/17/"", ""unformatted_src"": ""https://paulsbikeride.files.wordpress.com/2013/03/20130317-091221.jpg?w=652"", ""src"": ""https://paulsbikeride.files.wordpress.com/2013/03/20130317-091221.jpg?w=652"", ""alt_text"": ""20130317-091221.jpg"", ""original_width"": 652, ""original_height"": 869, ""format"": ""jpeg""}, {""document_url"": ""https://paulsbikeride.com/2013/03/17/"", ""unformatted_src"": ""https://paulsbikeride.files.wordpress.com/2013/03/20130317-091257.jpg?w=652"", ""src"": ""https://paulsbikeride.files.wordpress.com/2013/03/20130317-091257.jpg?w=652"", ""alt_text"": ""20130317-091257.jpg"", ""original_width"": 652, ""original_height"": 489, ""format"": ""jpeg""}, null, {""document_url"": ""https://paulsbikeride.com/2013/03/17/"", ""unformatted_src"": ""https://paulsbikeride.files.wordpress.com/2013/03/20130318-082508.jpg?w=652"", ""src"": ""https://paulsbikeride.files.wordpress.com/2013/03/20130318-082508.jpg?w=652"", ""alt_text"": ""20130318-082508.jpg"", ""original_width"": 652, ""original_height"": 489, ""format"": ""jpeg""}]""","""{""url"": ""https://paulsbikeride.com/2013/03/17/"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-17/segments/1618038464146.56/warc/CC-MAIN-20210418013444-20210418043444-00260.warc.gz"", ""warc_record_offset"": 533962457, ""warc_record_length"": 17973}""","[ null, ""It was a short cycle ride past the Indian ‘foreigners’ immigration centre and over another small bridge. At an army checkpoint a Nepalese soldier shouted ‘welcome!’. I was then certain that I was in Nepal but no one had asked to see my passport. It was the most relaxed entry into a country I had ever experienced.\nOverjoyed to reach Nepal I dashed the few miles in to reach Mahendranager.\nI still had no Nepali visa and carefully looked for an immigration office or at least an important looking government building. I encountered a large crowd of men. One man was being held up and looked a bit floppy. He had overturned his cycle rickshaw and a bit bruised. It was quite a scene. They manhandled him into the passenger seat of a rickshaw and he was taken away presumably to a local clinic or hospital.\nI cycled a little further and reached the main junction in the town where two policemen were beating some chap on the floor with their sticks. This did not seem to attract much attention from passers by. The guy was quite disheveled and appeared drunk.\nCycling down the main thoroughfare past the bus station I spotted a sign to\nthe Hotel Opera; one of the few places to stay and recommended by Lonely Planet as good value and the best place to stay.\nI dropped into the NCell shop to sort out a new sim for my phone. The sticking point was my missing visa. It then transpired that I had missed the relevant building at the border. Easily done as there are no checks once past the Indian side. So somewhat laboriously I returned, found the small building and sat with a friendly chap who quickly processed my visa for 3 months. He took large denomination Indian notes and then offered to further exchange cash for Nepali currency. The rate was good and he provided a huge wad of very low denomination notes. I had a fistful of Nepali Rupees and which is quite bulky to stash. Useful though as few people seem to have change.\nBack along the potholed road to the town and to NCell for my nano SIM card.\nFor that, and which is actually fairly straightforward, I had to provide passport, visa, photo, personal details, wife’s name, grandfathers name and fingerprints. The last two surprised me."", null, ""I checked into the Hotel Opera which is decidedly swish and they provided a fair quality room on the ground floor in a side annexe close to the road. Perfect for me and my bike."", null, ""Mahendranager is an active border town with a busy bus station and thriving shops. As the link between India and Nepal it appears quite prosperous. Amongst the multitude of shops I was struck by the number of places selling alcohol, spirits in particular, and the amount of bicycle shops. In Nepal the cycles are far more modern than in India with cables and gears."", null, null, null, null, null, ""I declined the hotels offer to use their casino the entrance to which was close to my own room. The hotel came to life when VIPs arrived to stay. They were accompanied by armed guards and soldiers that became posted around the grounds. I imagined that the guests were government officials and had quite an entourage. The next morning I was back on the road heading East on Highway no.1."", null ]",, +,"[ null, ""https://lwlies.com/wp-content/uploads/2016/05/dogs-bogdan-mirica-1108x0-c-default.jpg"", null, ""https://lwlies.com/wp-content/uploads/2016/05/Sierranevada-356x250-c-default.jpg"", ""https://lwlies.com/wp-content/uploads/2016/05/Graduation-Film-Cannes-356x250-c-default.jpg"", null ]","""[null, {""document_url"": ""https://lwlies.com/articles/romanian-new-wave-cristian-mungiu-cristi-puiu/"", ""unformatted_src"": ""https://lwlies.com/wp-content/uploads/2016/05/dogs-bogdan-mirica-1108x0-c-default.jpg"", ""src"": ""https://lwlies.com/wp-content/uploads/2016/05/dogs-bogdan-mirica-1108x0-c-default.jpg"", ""formatted_filename"": ""dogs bogdan mirica c default"", ""original_width"": 1108, ""original_height"": 831, ""format"": ""jpeg""}, null, {""document_url"": ""https://lwlies.com/articles/romanian-new-wave-cristian-mungiu-cristi-puiu/"", ""unformatted_src"": ""https://lwlies.com/wp-content/uploads/2016/05/Sierranevada-356x250-c-default.jpg"", ""src"": ""https://lwlies.com/wp-content/uploads/2016/05/Sierranevada-356x250-c-default.jpg"", ""formatted_filename"": ""Sierranevada c default"", ""original_width"": 356, ""original_height"": 250, ""format"": ""jpeg""}, {""document_url"": ""https://lwlies.com/articles/romanian-new-wave-cristian-mungiu-cristi-puiu/"", ""unformatted_src"": ""https://lwlies.com/wp-content/uploads/2016/05/Graduation-Film-Cannes-356x250-c-default.jpg"", ""src"": ""https://lwlies.com/wp-content/uploads/2016/05/Graduation-Film-Cannes-356x250-c-default.jpg"", ""formatted_filename"": ""Graduation Film Cannes c default"", ""original_width"": 356, ""original_height"": 250, ""format"": ""jpeg""}, null]""","""{""url"": ""https://lwlies.com/articles/romanian-new-wave-cristian-mungiu-cristi-puiu/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-33/segments/1659882572077.62/warc/CC-MAIN-20220814204141-20220814234141-00348.warc.gz"", ""warc_record_offset"": 353228574, ""warc_record_length"": 16680}""","[ ""Directors like Bogdan Mirică are challenging their national cinema’s image."", null, ""Romania was well represented at the Cannes Film Festival this year. As well as having two films in the main competition, Cristi Puiu’s Sieranevada and Cristian Mungiu’s Graduation, there was Dogs, directed by newcomer Bogdan Mirică, in the Un Certain Regard section, 4:15pm End of the World, by Cătălin Rotaru and Gabi Virginia Sarga, in the short film competition and All Rivers Run to the Sea by Alexandru Badea in the Cinéfondation.\n\nA few days before the festival started, I received an email from a Romanian producer urging me to sign a petition calling for “a different kind of Romanian cinema,” a cinema that should “entertain and interest us, instead of annoying or boring us to death, a cinema about the beautiful side of Romania, with characters that are nice.” As sympathetic as I was to this sincere, if somewhat naive, cinematic plea, I couldn’t help smiling trying to imagine what Puiu’s answer to this exhortation might be.\n\nAre there any “nice” Romanian people in the films presented in Cannes this year? Yes, but they are either victims of corruption, such as the father character, played by Adrian Titieni, in Graduation; of sexual assault, as with the daughter in Graduation, played by the angelic Maria Drăguș; or else they are completely out of their depth and succumb to a tragic fate, like the character Roman, played by Dragoș Bucur, in Dogs.\n\nThe latter film, a gruesome story of evil lurking in the seemingly bucolic Romanian countryside, represents a slight departure from the Romanian New Wave aesthetic. Although the performances are still naturalistic, the film is subtly stylised, with director Mirică using insidious and unnerving tracking shots throughout, giving the film its languid rhythm. The opening sequence, in which the camera tracks smoothly over a stagnant pond before closing in on a severed human foot, is reminiscent of the opening of David Lynch’s Blue Velvet. Speaking about his creative decisions, Mirică explains, “I wanted to shoot the film in a classical style, using a combination of super slow tracking shots and ample camera movements, in widescreen, which gives it a certain breadth. We even used a 10 meter-high crane.”\n\nThis departure from the Romanian New Wave is not limited to visual style: Mirică’s elliptical story echoes American neo-western thrillers such as No Country for Old Men – certainly more overtly than anything from his native cinema. He reveals that the inspiration for the story was provided by violent events he witnessed as a child: “I grew up in the countryside, near Târgoviște, where I saw many disturbing scenes – people hitting each other with axes, or using bicycle chains. In a civilised society, you’d expect some causality: if you don’t provoke an incident, nothing bad will happen to you. But here, the violence was often gratuitous.”\n\nThis violence and a pervading sense of evil in Mirică’s film is enhanced by the presence of musical score, which are generally absent from Romanian New Wave films. For Mirică, music is extremely important, even at the writing stage: “If I’m listening to the wrong playlist, I write the wrong things.” While working on the script for Dogs, he played the Nick Cave/Warren Ellis soundtrack for The Proposition for months on end. His hope was that the music in Dogs would allow the audience to “lose themselves in the texture of the film.” Although Mirică confesses that he used an “enormous amount of music” for the soundtrack, its subliminal quality is perhaps the reason some critics missed it entirely (“unadorned with music or other distractions,” wrote Peter Debruge in Variety).\n\nIn contrast to Dogs, there is no music in either Puiu or Mungiu’s films. The Romanian New Wave, with its strong emphasis on realism, simply wouldn’t allow it. In Graduation, which tells the story of a father who goes to great lengths to steer his daughter’s future in the right direction after she is almost raped in broad daylight by an unknown assailant, music is heard only when the radio is on or a CD is playing. The father listens to Andreas Scholl’s performance of Handel’s ‘Ombra mai fu’ repetitively, a way to also emphasise the high ideals and sphere of consciousness he aspires to.\n\n“We always believe that what we do in the name of affection for someone is right. But if what you do contradicts what you say to your children, you have a problem.” says Mungiu. Referring to Adrian Titieni’s wonderfully restrained performance, and more specifically the only scene in the film where he breaks down, the director comments: “In this type of cinema, it’s very difficult to show what characters feel deep inside themselves. There are times in life when you feel that the most important events have already happened and you’re only left with some hope for your children. We always try as parents to appear strong but we also have weaker moments and I wanted to show one of those weaker moments with that scene.”\n\nThere are certainly plenty of “weaker moments” in Puiu’s Sieranevada. The film centres on a family getting together to commemorate 40 days since the passing of their patriarch. Filmed almost entirely in a cramped apartment in Bucharest, the characters walk and talk non-stop, constantly in and out of rooms, giving the impression of a disjointed family. This idea is also reflected in the loose, repetitive structure of the film. Like life itself, Sieranevada is made up of fragments of conversation, petty trivialities and hysterical incidents, many of which were directly experienced by Puiu, his actors or the people they know.\n\nRenowned as an experimental filmmaker in the John Cassavetes mould, Puiu felt it was time to let his actors contribute to the construction of their characters: “The initial script I wrote was different, the characters were much nicer. I’m a nice person, you know…” He also confessed that his late father (whose death inspired him to make this film) was a real ladies’ man and that he only discovered this fact when he was a teenager. “I never had the impression I really knew him, and the same is true for my brother and sister; people are full of surprises. That’s why I’m making this kind of cinema – about relationships, about human communication.”"", null, null, ""The 2007 Palme d’Or winner returns to Cannes with another gripping and meticulous drama."" ]",, +,"[ null, ""https://www.defenceconnect.com.au/images/Aircraft/RS40611_20160406ran8108462_020.jpg-alt_544.jpg"" ]","""[null, {""document_url"": ""https://www.defenceconnect.com.au/key-enablers/33-200-million-sustainment-contract-signed-for-prime"", ""unformatted_src"": ""https://www.defenceconnect.com.au/images/Aircraft/RS40611_20160406ran8108462_020.jpg-alt_544.jpg"", ""src"": ""https://www.defenceconnect.com.au/images/Aircraft/RS40611_20160406ran8108462_020.jpg-alt_544.jpg"", ""formatted_filename"": ""RS ran"", ""alt_text"": ""RS40611_20160406ran8108462_020.jpg-alt_544.jpg"", ""original_width"": 832, ""original_height"": 555, ""format"": ""jpeg""}]""","""{""url"": ""https://www.defenceconnect.com.au/key-enablers/33-200-million-sustainment-contract-signed-for-prime"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-05/segments/1642320304947.93/warc/CC-MAIN-20220126101419-20220126131419-00716.warc.gz"", ""warc_record_offset"": 783979372, ""warc_record_length"": 47419}""","[ ""This extension reinforces the Company’s position as a long-time capability partner of the RAAF. The Company will continue to sustain the Hawk fleet at Williamtown and Pearce until at least 2020, with further potential extensions available until 2026.\n\nThe role includes all deeper-level and operational maintenance for the 33 aircraft.\n\nBAE Systems Australia aerospace director Steve Drury said, “Securing this extension underscores the success of our long-standing partnership with the RAAF and the performance of the 300 employees working on this program.\n\n\""It will ensure the Hawk fleet continues to effectively prepare the country’s combat aircrew for fast jet aircraft, including the F-35 Joint Strike Fighter when it arrives.\n\n“Since 2013, BAE Systems’ support of the fleet has achieved all contract key performance indicators, including aircraft availability and overall fleet management.\n\n\""Working alongside the RAAF, we have ensured aircraft are available for training when needed, and have continued to deliver significant savings in sustainment.”\n\nThe unified approach between the RAAF and BAE Systems to deliver Hawk support has also been described by Defence as a benchmark in Australian defence-contractor relationships.\n\nNumber 78 Wing and the majority of Capability Acquisition and Sustainment Group staff are co-located at the Company’s Williamtown facility."", null ]",, +,"[ null, ""https://joyerickson.files.wordpress.com/2008/05/no-smoking.jpg?w=300&h=300"", null ]","""[null, {""document_url"": ""https://joyerickson.wordpress.com/2008/05/25/banning-smoking-in-vehicles-when-children/"", ""unformatted_src"": ""https://joyerickson.files.wordpress.com/2008/05/no-smoking.jpg?w=300&h=300"", ""src"": ""https://joyerickson.files.wordpress.com/2008/05/no-smoking.jpg?w=300&h=300"", ""formatted_filename"": ""no smoking"", ""rendered_width"": 300, ""rendered_height"": 300, ""original_width"": 300, ""original_height"": 300, ""format"": ""jpeg""}, null]""","""{""url"": ""https://joyerickson.wordpress.com/2008/05/25/banning-smoking-in-vehicles-when-children/"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-25/segments/1623487629632.54/warc/CC-MAIN-20210617072023-20210617102023-00434.warc.gz"", ""warc_record_offset"": 289590551, ""warc_record_length"": 41941}""","[ ""Banning smoking in vehicles when children?!?!?!?!"", null, ""This has been in our news again and I wanted to know what others think. They want to ban smoking in vehicles that have children in them. It has happened in a few other provinces and now they are trying to legalize it in our province of Manitoba. If you are caught you will face a fine.\n\nI’m having very mixed feelings over this. On one hand, I agree because what can a child do to tell the person that the smoke is bothering them? On the other hand how much stuff does the government think they can control? Will the next thing be to say no smoking in our home if you have children?\n\nI’m not a smoker so I can’t imagine how smokers feel.\n\nWhat do you think? Does anyone else have mixed feelings?? I can see banning smoking in public places where it can be controlled by the government, but a car??? I don’t know, I have very mixed feelings.\n\n47 Responses to Banning smoking in vehicles when children?!?!?!?!"" ]",, +,"[ null, ""http://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Cannonball_problem.svg/440px-Cannonball_problem.svg.png"", null ]","""[null, {""document_url"": ""https://db0nus869y26v.cloudfront.net/en/Square_pyramidal_number"", ""unformatted_src"": ""//upload.wikimedia.org/wikipedia/commons/thumb/9/91/Cannonball_problem.svg/440px-Cannonball_problem.svg.png"", ""src"": ""http://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Cannonball_problem.svg/440px-Cannonball_problem.svg.png"", ""formatted_filename"": ""px Cannonball problem"", ""alt_text"": ""4900 balls arranged as a square pyramid of side 24, and a square of side 70"", ""rendered_width"": 220, ""rendered_height"": 330, ""original_width"": 440, ""original_height"": 660, ""format"": ""jpeg""}, null]""","""{""url"": ""https://db0nus869y26v.cloudfront.net/en/Square_pyramidal_number"", ""warc_filename"": ""crawl-data/CC-MAIN-2023-06/segments/1674764500041.2/warc/CC-MAIN-20230202232251-20230203022251-00449.warc.gz"", ""warc_record_offset"": 219550651, ""warc_record_length"": 24673}""","[ ""Number of stacked spheres in a pyramid\n\nIn mathematics, a pyramid number, or square pyramidal number, is a natural number that counts the number of stacked spheres in a pyramid with a square base. The study of these numbers goes back to Archimedes and Fibonacci. They are part of a broader topic of figurate numbers representing the numbers of points forming regular patterns within different shapes.\n\nAs well as counting spheres in a pyramid, these numbers can be described algebraically as a sum of the first\n\nThe pyramidal numbers were one of the few types of three-dimensional figurate numbers studied in Greek mathematics, in works by Nicomachus, Theon of Smyrna, and Iamblichus.[1] Formulas for summing consecutive squares to give a cubic polynomial, whose values are the square pyramidal numbers, are given by Archimedes, who used this sum as a lemma as part of a study of the volume of a cone,[2] and by Fibonacci, as part of a more general solution to the problem of finding formulas for sums of progressions of squares.[3] The square pyramidal numbers were also one of the families of figurate numbers studied by Japanese mathematicians of the wasan period, who named them \""kirei saijō suida\"" (with modern kanji, 奇零 再乗 蓑深).[4]\n\nThe same problem, formulated as one of counting the cannonballs in a square pyramid, was posed by Walter Raleigh to mathematician Thomas Harriot in the late 1500s, while both were on a sea voyage. The cannonball problem, asking whether there are any square pyramidal numbers that are also square numbers other than 1 and 4900, is said to have developed out of this exchange. Édouard Lucas found the 4900-ball pyramid with a square number of balls, and in making the cannonball problem more widely known, suggested that it was the only nontrivial solution.[5] After incomplete proofs by Lucas and Claude-Séraphin Moret-Blanc, the first complete proof that no other such numbers exist was given by G. N. Watson in 1918.[6]\n\nIf spheres are packed into square pyramids whose number of layers is 1, 2, 3, etc., then the square pyramidal numbers giving the numbers of spheres in each pyramid are:[7][8]\n\nThese numbers can be calculated algebraically, as follows. If a pyramid of spheres is decomposed into its square layers with a square number of spheres in each, then the total number\n\nof spheres can be counted as the sum of the number of spheres in each square,\n\nand this summation can be solved to give a cubic polynomial, which can be written in several equivalent ways:\n\nThis equation for a sum of squares is a special case of Faulhaber's formula for sums of powers, and may be proved by mathematical induction.[9]\n\nAs well as counting spheres in a pyramid, these numbers can be used to solve several other counting problems. For example, a common mathematical puzzle involves finding the number of squares in a large n by n square grid.[11] This number can be derived as follows:\n\nIt follows that the number of squares in an n × n square grid is:[12]\n\nThat is, the solution to the puzzle is given by the nth square pyramidal number.[7] The number of rectangles in a square grid is given by the squared triangular numbers.[13]\n\n-sided regular polygon. For instance, an equilateral triangle contains only one acute triangle (itself), a regular pentagon has five acute golden triangles within it, a regular heptagon has 14 acute triangles of two shapes, etc.[7] More abstractly, when permutations of the rows or columns of a matrix are considered as equivalent, the number of\n\n, for odd values of\n\nRelations to other figurate numbers\n\nA square pyramid of cannonballs at Rye Castle in England"", null, ""The cannonball problem asks for the sizes of pyramids of cannonballs that can also be spread out to form a square array, or equivalently, which numbers are both square and square pyramidal. Besides 1, there is only one other number that has this property: 4900, which is both the 70th square number and the 24th square pyramidal number.[6]\n\nThe square pyramidal numbers can be expressed as sums of binomial coefficients:[15][16]\n\nSquare pyramidal numbers are also related to tetrahedral numbers in a different way: the points from four copies of the same square pyramid can be rearranged to form a single tetrahedron with twice as many points along each edge. That is,[18]\n\nTo see this, arrange each square pyramid so that each layer is directly above the previous layer, e.g. the heights are\n\nFour of these can then be joined by the height 4 pillar to make an even square pyramid, with layers\n\nEach layer is the sum of consecutive triangular numbers, i.e.\n\n, which, when totalled, sum to the tetrahedral number.\n\nThe alternating series of unit fractions with the square pyramidal numbers as denominators is closely related to the Leibniz formula for π, although it converges more quickly. It is:[19]"" ]",, +,"[ null, ""http://realtruthblog.com/wp-content/uploads/2021/09/Calis.Last_.Stand_-577x1024.jpg"", null ]","""[null, {""document_url"": ""http://realtruthblog.com/web-research-links-for-the-week-of-9-6-20"", ""unformatted_src"": ""http://realtruthblog.com/wp-content/uploads/2021/09/Calis.Last_.Stand_-577x1024.jpg"", ""src"": ""http://realtruthblog.com/wp-content/uploads/2021/09/Calis.Last_.Stand_-577x1024.jpg"", ""formatted_filename"": ""Calis"", ""rendered_width"": 577, ""rendered_height"": 1024, ""original_width"": 577, ""original_height"": 1024, ""format"": ""jpeg""}, null]""","""{""url"": ""http://realtruthblog.com/web-research-links-for-the-week-of-9-6-20"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-39/segments/1631780060877.21/warc/CC-MAIN-20210928153533-20210928183533-00453.warc.gz"", ""warc_record_offset"": 44170929, ""warc_record_length"": 13024}""","[ ""Fair Use Notice: This site may contain some copyrighted material the use of which has not always been specifically authorized by the copyright owner. We are making such material available in our efforts to advance understanding of vital issues which already exist in the public domain. – Note: These links are posted at the top of the page as the week progresses. Links from previous weeks can be found under the “Current Quicklinx” button\n\nBiden aims to sign on to UN’s global gun registration treaty – by Paul Bedard – https://www.msn.com/en-us/news/politics/biden-aims-to-sign-on-to-uns-global-gun-registration-treaty/ar-AANZlyi – “The Biden administration this week signaled that it is eyeing a United Nations small arms treaty that critics claim will lead to an international gun registration plan — including for individual American gun owners… Two years after former President Donald Trump withdrew from it, a top arms diplomat at the State Department told the global body that the current administration is swinging behind the Arms Trade Treaty… ‘I have come from Washington, D.C., this week to take the floor on the agenda item Treaty Universalization to underscore the continuing commitment of the United States to responsible international trade in conventional arms,’ William Malzahn said at the 7th Conference of States Parties to the Arms Trade Treaty... ‘The United States has long supported strong and effective national controls on the international transfer of conventional arms, and the Arms Trade Treaty is an important tool [for] promoting those controls internationally,’ he said according to a transcript provided to Secrets by the lobbying arm of the National Rifle Association… The NRA has warned that, among many moves, the treaty will require all arms that Americans buy from overseas makers to be tracked. To do that, a global gun registry would be created and maintained for 10 years. Every owner will be listed on that registry… ‘This is the first step towards creating a global firearms registry,’ said the Second Amendment advocacy group.”\n\nBesides Fetal Deaths, Breastfeeding Babies are Dying and becoming Sick following Mothers’ COVID Shots – by Brian Shilhavy – https://healthimpactnews.com/2021/besides-fetal-deaths-breastfeeding-babies-are-dying-and-becoming-sick-following-mothers-covid-shots/ – “Back in April this year we published a video commentary by ReallyGraceful where she reported that many mothers who were nursing their babies had their breast milk dry up after taking a COVID shot…. As more and more data is entered into the government Vaccine Adverse Event Reporting System (VAERS), we are now seeing cases where babies that are breastfed are suffering adverse reactions to the COVID shots that their mothers are taking. The shots have not yet been authorized for infants, although such an authorization is expected any day now… Celeste McGovern of LifeSite News reported on one case where the breastfeeding baby died with blood clots, something rarely ever seen in infants, but a common side effect we are seeing with people who take the COVID shots, blood clots which the CDC states are “rare” in spite of the data in VAERS that shows over 10,000 cases of “thrombosis”, including 488 deaths… VAERS report ID 1532154 was apparently filed by the mother, a 36-year-old woman from New Mexico: On July 17, my baby passed away… I had been breastfeeding my 6 week old baby at the time that I received the first Pfizer vaccine on June 4, 2021… He became very sick with a high fever about 2 weeks after I got the first Pfizer vaccine on June 21. He was treated for 2 weeks with IV antibiotics for a supposed bacterial infection… However, they never found any specific bacteria, and called his diagnosis culture-negative sepsis. At the end of his hospital stay he tested positive for rhinovirus… After the 14 day course of antibiotics, he was home for one week, but exhibited strange symptoms (e.g. swollen eyelid, strange rashes, vomiting)… I took him back to the hospital on July 15, where he presented with what they called an atypical Kawasaki disease… He passed away shortly thereafter from clots in his severely inflamed arteries.”\n\nStatistical Method Used to Link Climate Change to Greenhouse Gases Challenged – by Nathan Worcester – https://www.theepochtimes.com/mkt_morningbrief/statistical-method-used-to-link-climate-change-to-greenhouse-gases-challenged_3983949.html – “A new study in “Climate Dynamics” has criticized a key methodology that the Intergovernmental Panel on Climate Change (IPCC) uses to attribute climate change to greenhouse gases, raising questions about the validity of research that relied on it and prompting a response from one of the scientists who developed the technique… The new study’s author, economist Ross McKitrick, told The Epoch Times in an exclusive interview that he thinks his results have weakened the IPCC’s case that greenhouse gases cause climate change… The methodology, known as “optimal fingerprinting,” has been used to link greenhouse gases to everything from temperature to forest fires, precipitation, and snow cover… ‘[They] take this big smudge of data and say, “Yeah, the fingerprints of greenhouse gas are on it”,’ he said… McKitrick said the optimal fingerprinting research he criticized, 1999’s paper in Climate Dynamics “Checking for model consistency in optimal fingerprinting,” is a ‘cornerstone of the field of attribution’—the branch of climate science focused on identifying the causes of climate change… But according to McKitrick, the authors of that paper, Myles Allen and Simon Tett, made errors in the steps needed to validate their strategy.”"", null, ""PROOF THAT THE PANDEMIC WAS PLANNED & WITH PURPOSE – by Dr James Fetzer – https://rightsfreedoms.wordpress.com/2021/05/14/proof-that-the-pandemic-was-planned-with-purpose/ – “A group of over 500 medical doctors in Germany called ‘Doctors for Information’ made a shocking statement during a national press conference: ‘THE CORONA PANIC IS A PLAY. IT’S A SCAM. A SWINDLE. IT’S HIGH TIME WE UNDERSTOOD THAT WE’RE IN THE MIDST OF A GLOBAL CRIME.’.. This large group of medical experts publishes a medical newspaper on 500,000 copies every week, to inform the public about the massive misinformation in the mainstream media. They also organize mass protests in Europe, like the one on August 29, 2020 where 12 million people signed up and several millions actually showed up… Why do these 500+ medical doctors say the pandemic is a global crime? What do they know, that we don’t?.. IN 2015 A TESTING METHOD WAS PATENTED FOR… COVID-19.. In 2015 a ‘System and Method for Testing for COVID-19’ was patented by Richard Rothschild, with a Dutch government organisation. Did you catch that? In 2015 – four years before the disease even existed – a testing method for COVID-19 was developed… Take a deep breath and let that sink in for a while…”\n\nNew York Health Commissioner Repeals Mask Mandate for Unvaxxed after Federal Lawsuit Filed – by Children’s Health Defense – https://www.globalresearch.ca/new-york-health-commissioner-repeals-mask-mandate-unvaxxed-federal-lawsuit-filed/5754962 – “Children’s Health Defense supported the lawsuit filed by William Ouweleen which challenged the constitutionality of the emergency mask mandate requiring unvaccinated people to wear masks while vaccinated people could go mask-free… The New York State Department of Health (NYSDOH) on Aug. 27 repealed an emergency mask mandate after a lawsuit was filed Aug. 5 in federal court challenging the regulation… The lawsuit was brought by William Ouweleen, vintner for the oldest dedicated sacramental winery in America. Ouweleen challenged the constitutionality of the NYSDOH regulation 10 NYCRR 66-3, which required unvaccinated people to wear masks while vaccinated people could go mask-free… Prior to filing the lawsuit, Ouweleen was twice cited by patrons of the winery for not wearing a mask, and was informed by the local health department he could be fined or closed down, or both, if additional complaints were received… In the complaint, Ouweleen alleged the regulation violated his constitutional rights and was not justified by science, citing confirmation by the Centers for Disease Control and Prevention that vaccination does not prevent transmission of SARS CoV-2… In addition to challenging the mandates on equal protection grounds, the suit challenged mask mandates in general.”"" ]",, +,"[ null, ""https://cccjournalism.files.wordpress.com/2017/03/prez-borden-2.jpg?w=300&h=225"", null ]","""[null, {""document_url"": ""https://ccctimes.net/2017/03/29/open-office-hours-new-ccc-president-creates-more-room-for-interaction-with-students-faculty-staff/"", ""unformatted_src"": ""https://cccjournalism.files.wordpress.com/2017/03/prez-borden-2.jpg?w=300&h=225"", ""src"": ""https://cccjournalism.files.wordpress.com/2017/03/prez-borden-2.jpg?w=300&h=225"", ""formatted_filename"": ""prez borden"", ""rendered_width"": 300, ""rendered_height"": 225, ""original_width"": 300, ""original_height"": 225, ""format"": ""jpeg""}, null]""","""{""url"": ""https://ccctimes.net/2017/03/29/open-office-hours-new-ccc-president-creates-more-room-for-interaction-with-students-faculty-staff/"", ""warc_filename"": ""crawl-data/CC-MAIN-2020-40/segments/1600400232211.54/warc/CC-MAIN-20200926004805-20200926034805-00799.warc.gz"", ""warc_record_offset"": 312235921, ""warc_record_length"": 19926}""","[ ""BLACKWOOD – Immediately after assuming his new role as president of Camden County College last summer, Donald A. Borden instituted a new policy in the college, open office hours. The open office hours are a face-to-face monthly interaction session in which people get an opportunity to meet with the president at his office and share their concerns, opinions and ideas about anything in the school.\n\n“It’s about communicating with students, faculty and staff about the issues that are important to them,” Borden explained in an interview at his office in Roosevelt Hall on the Blackwood campus Monday. Borden became the fifth president of the college June 30 and will be installed at a ceremony April 6.\n\nHe said though the open office hours are held on a monthly basis, he also makes himself available to people who get scheduled appointments with him because there are emergencies or something critically important.\n\n“I’ve always prided myself in leadership positions of being available, so if there is the need for somebody to see me, I try to make myself available,” he said."", null, ""Participating in open office hours to get a chance to ask Borden a question or express a concern comes that easily. The Office of the President sends out an e-mail to the college community announcing when the next open office hours are going to take place. All that is needed is for members of the college community to call the president’s office and sign up to attend.\n\nSpeaking about the success of the open office hours, Borden said so far people have taken the sessions very seriously and can therefore say the three-fold reasons of his getting to know people, having a better sense of what is going on collectively in the college community and giving people a chance to get to know him have all gone well.\n\nThe president said many of the issues that people bring before him are very important and reflective. An example is the issue of how the college can help its handicapped students move from point A to point B or improve parking opportunities and be sensitive to their needs when bad weather hits.\n\nAnother concern that people have raised in the open office hours, Borden said, is the issue of the cost of textbooks. He said the college is very cost-sensitive in relation to its students. As such it took steps to address the situation by instituting the Lend Me Library of Textbooks.\n\n“At the Wolverton Center, we’ve opened the door to students that really have physical problems getting books to get money through our foundation,” Borden said.\n\nConcerns of international students on the myriad of problems they face in college in managing their ways through bureaucratic networks, the lack of financial assistance and physical problems that exist are matters that have come before the president. He expressed his willingness to meet with the international student community to address some of those concerns."" ]",, +,"[ ""https://a57.foxnews.com/cf-images.us-east-1.prod.boltdns.net/v1/static/694940094001/c66e9e3b-dcaf-4a81-bcb5-bb47ec2f17c3/a8d9644b-bbd5-4f95-bddd-d5285aef8e13/1280x720/match/931/524/image.jpg?ve=1&tl=1"", null, ""https://a57.foxnews.com/cf-images.us-east-1.prod.boltdns.net/v1/static/694940094001/1d163a4e-51fb-422b-a8c6-cbadf5c48983/3f24c6a8-5e9e-4542-94a2-13733619189f/1280x720/match/720/405/image.jpg?ve=1&tl=1"", null, ""https://a57.foxnews.com/cf-images.us-east-1.prod.boltdns.net/v1/static/694940094001/047dda84-2e62-4f40-92a8-090c4459b838/e0d0db1b-9ff6-4375-a047-9825c20eccbd/1280x720/match/720/405/image.jpg?ve=1&tl=1"", null, ""https://a57.foxnews.com/cf-images.us-east-1.prod.boltdns.net/v1/static/694940094001/f754af2c-15bf-4719-979e-291748004bf9/205c2fda-c9f1-4d64-bc36-e1f79f60737c/1280x720/match/720/405/image.jpg?ve=1&tl=1"", null ]","""[{""document_url"": ""https://www.foxnews.com/opinion/greg-gutfeld-huge-contrast-between-true-written?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+foxnews%2Fopinion+%28Internal+-+Opinion+-+Mixed%29"", ""unformatted_src"": ""https://a57.foxnews.com/cf-images.us-east-1.prod.boltdns.net/v1/static/694940094001/c66e9e3b-dcaf-4a81-bcb5-bb47ec2f17c3/a8d9644b-bbd5-4f95-bddd-d5285aef8e13/1280x720/match/931/524/image.jpg?ve=1&tl=1"", ""src"": ""https://a57.foxnews.com/cf-images.us-east-1.prod.boltdns.net/v1/static/694940094001/c66e9e3b-dcaf-4a81-bcb5-bb47ec2f17c3/a8d9644b-bbd5-4f95-bddd-d5285aef8e13/1280x720/match/931/524/image.jpg?ve=1&tl=1"", ""formatted_filename"": ""image"", ""alt_text"": ""Gutfeld: You don't know how wrong the media is until you're the subject"", ""original_width"": 931, ""original_height"": 524, ""format"": ""jpeg""}, null, {""document_url"": ""https://www.foxnews.com/opinion/greg-gutfeld-huge-contrast-between-true-written?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+foxnews%2Fopinion+%28Internal+-+Opinion+-+Mixed%29"", ""unformatted_src"": ""https://a57.foxnews.com/cf-images.us-east-1.prod.boltdns.net/v1/static/694940094001/1d163a4e-51fb-422b-a8c6-cbadf5c48983/3f24c6a8-5e9e-4542-94a2-13733619189f/1280x720/match/720/405/image.jpg?ve=1&tl=1"", ""src"": ""https://a57.foxnews.com/cf-images.us-east-1.prod.boltdns.net/v1/static/694940094001/1d163a4e-51fb-422b-a8c6-cbadf5c48983/3f24c6a8-5e9e-4542-94a2-13733619189f/1280x720/match/720/405/image.jpg?ve=1&tl=1"", ""formatted_filename"": ""image"", ""alt_text"": ""Survey shows American media least trustworthy in world"", ""original_width"": 720, ""original_height"": 405, ""format"": ""jpeg""}, null, {""document_url"": ""https://www.foxnews.com/opinion/greg-gutfeld-huge-contrast-between-true-written?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+foxnews%2Fopinion+%28Internal+-+Opinion+-+Mixed%29"", ""unformatted_src"": ""https://a57.foxnews.com/cf-images.us-east-1.prod.boltdns.net/v1/static/694940094001/047dda84-2e62-4f40-92a8-090c4459b838/e0d0db1b-9ff6-4375-a047-9825c20eccbd/1280x720/match/720/405/image.jpg?ve=1&tl=1"", ""src"": ""https://a57.foxnews.com/cf-images.us-east-1.prod.boltdns.net/v1/static/694940094001/047dda84-2e62-4f40-92a8-090c4459b838/e0d0db1b-9ff6-4375-a047-9825c20eccbd/1280x720/match/720/405/image.jpg?ve=1&tl=1"", ""formatted_filename"": ""image"", ""alt_text"": ""Media top headlines July 15"", ""original_width"": 720, ""original_height"": 405, ""format"": ""jpeg""}, null, {""document_url"": ""https://www.foxnews.com/opinion/greg-gutfeld-huge-contrast-between-true-written?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+foxnews%2Fopinion+%28Internal+-+Opinion+-+Mixed%29"", ""unformatted_src"": ""https://a57.foxnews.com/cf-images.us-east-1.prod.boltdns.net/v1/static/694940094001/f754af2c-15bf-4719-979e-291748004bf9/205c2fda-c9f1-4d64-bc36-e1f79f60737c/1280x720/match/720/405/image.jpg?ve=1&tl=1"", ""src"": ""https://a57.foxnews.com/cf-images.us-east-1.prod.boltdns.net/v1/static/694940094001/f754af2c-15bf-4719-979e-291748004bf9/205c2fda-c9f1-4d64-bc36-e1f79f60737c/1280x720/match/720/405/image.jpg?ve=1&tl=1"", ""formatted_filename"": ""image"", ""alt_text"": ""Poll shows some Americans would entertain the idea of secession"", ""original_width"": 720, ""original_height"": 405, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.foxnews.com/opinion/greg-gutfeld-huge-contrast-between-true-written?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+foxnews%2Fopinion+%28Internal+-+Opinion+-+Mixed%29"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-39/segments/1631780057589.14/warc/CC-MAIN-20210925021713-20210925051713-00408.warc.gz"", ""warc_record_offset"": 815503721, ""warc_record_length"": 27769}""","[ null, ""Gutfeld: You don't know how wrong the media is until you're the subject\n\nSo, you know what I love more than world peace, red wine, and light bondage? A poll on American distrust in the media. It's like injecting adorable puppies into my waiting veins! And lo and behold, we got one!\n\nIt's true - a new Gallup poll shows that more than 75 percent of the public has very little confidence in legacy media like newspapers and TV news. So first, it's kinda interesting that people still use newspapers to get their news! I guess it's a good way to start the day before they spend the next twelve hours churning their own butter.\n\nBut only 21 percent of respondents said they had a great deal of confidence in newspapers. Which they get from reading Cathy. It was worst for TV news, at 16 percent. Which was only slightly less hated than Congress - at 12 percent. But that's like being told you're only slightly more popular than chlamydia.\n\nThis, just after a Reuters survey showed the U.S. media ranked last among 46 countries when it comes to public trust. We even ranked behind Canada, and they don't even have electricity.\n\nSo, you'd think an industry witnessing a collapse in their trust, might try to figure out why. Not the media. Because their profit model is always \""pointing fingers,\"" it's impossible for them to implicate themselves."", null, ""So if the public is sick of their lies, well, then that’s the public's fault. So they just assume they can smear Americans and push policies meant to punish them - and we'll still be there for them. Now they're creating a narrative that a domestic 9/11 is just around the corner.\n\nStuart Stevens, The Lincoln Project: Well, look, I think it's our inability to imagine what will happen. Which is dangerous. It is a replay of 9/11. We cannot imagine this attack on America. We have to get out of that. We call it the American experiment because it could have failed.\n\nSo what's it going to be you bozos? Are we terrorists, or slave owners? Are we on the road to another civil war, or another 9/11? I'd say make up your mind, but you need minds to make up. And Joy and that freak can barely scrape four brain cells together.\n\nSo this is a great opportunity for me to explain how to assess the media, in a way that will change the way you look at it forever, or until the world ends in 8 years thank you AOC."", null, ""Thank you, Nair, our new sponsor of Greg’s amazing analogies. I use every product that sponsors my analogies.\n\nSo here's the analogy.\n\nImagine there's a website that keeps tabs on your body weight. You can plug your name into it and your weight pops up. It's simple. Type in Kat Timpf - and just like that, it comes up: \""170 pounds.\"" But in fairness to her, that includes makeup and hair extensions.\n\nNow let's say you insert your name into the site's search engine, your weight comes up, and it's way off base. You weigh 150 and it says 300. Immediately you learn this site is not to be trusted. And you worry that other people will search your name, and be given the same bogus info about you.\n\nIt's factually unreliable because you know the truth about your own weight. That, friends, is the red pill that exposes the media's fakery. You don't know how wrong the media is until you're the subject of the article.\n\nMeanwhile, everyone else accepts the site's data because they aren't you. But that perspective changes - when they see how their own reality is distorted by reporters who only want to find the ugliness.\n\nDavid Rooks: Good evening kings, queens, and bishops. We are the chess news network outside the 2021 national championships. We’re waiting for this year’s winner, Larry St. Lawrence to emerge. Larry, what do you attribute to your great success this year?\n\nLarry St. Lawrence: Garry Kasparov is my hero, so I just do what he would do.\n\nRooks: Garry Kasparov, a known Russian. Was there Russian collusion in your performance this year?\n\nSt. Lawrence: no. I just admire his style and I teach it when I play with my kids.\n\nRooks: Larry St. Lawrence, playing with kids, very inappropriate. Anything else to say about these allegations?\n\nSt. Lawrence: first of all—playing with kids—I don’t do what you’re implying I do with kids. And secondly, allegations—I have nothing to confess.\n\nRooks: what about holding the event indoors and that negatively impacting climate change? What else do you know about Brazilian sex trafficking rings?"", null, ""Whenever I’m interviewed about my job, I can easily sense the narrative some reporters have. It's not about success. It's always about rumors. I keep getting the same questions: Is it true you got caught trying to put a camera in Jesse Watters' dressing room? Is it true Perino lets you try on her dresses after the show?\n\nYes, and yes. But why not stick to our amazing ratings?\n\nOne piece actually claimed I don't talk to people in the elevator. Which is odd, since I don't take the elevator. I am carried by shirtless Chippendale dancers up every single flight of stairs. The cost of the dancers is why my staff doesn’t get dental. But they’re okay with it.\n\nBut it’s like they’d already written the article, and were looking for quotes to fill in later. Talk to anyone who's been the subject of media scrutiny. They'll say the same thing. The contrast between what's true, and what's written is huge.\n\nSo that's today's lesson in how to view the media. If you'd like to hear more on this topic, I’ll be doing it the rest of my life. (Or until the world ends in eight years.)\n\nThis article is adapted from Greg Gutfeld's opening monologue on the July 15, 2021 edition of \""Gutfeld!\"""" ]",, +,"[ ""https://artique503.files.wordpress.com/2022/11/66f22-heritageambro.jpg?w=656"", null ]","""[{""document_url"": ""https://urbanartantiques.com/2010/06/11/ambrotype-heritage-pelham/"", ""unformatted_src"": ""https://artique503.files.wordpress.com/2022/11/66f22-heritageambro.jpg?w=656"", ""src"": ""https://artique503.files.wordpress.com/2022/11/66f22-heritageambro.jpg?w=656"", ""formatted_filename"": ""f heritageambro"", ""original_width"": 163, ""original_height"": 200, ""format"": ""jpeg""}, null]""","""{""url"": ""https://urbanartantiques.com/2010/06/11/ambrotype-heritage-pelham/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-49/segments/1669446710719.4/warc/CC-MAIN-20221130024541-20221130054541-00773.warc.gz"", ""warc_record_offset"": 603103690, ""warc_record_length"": 47534}""","[ null, ""When a circa 1858 Half Plate Ambrotype of Confederate Lt. Colonel John Pelham – known to American Civil War buffs everywhere as “The Gallant Pelham” – comes to auction on June 26 as part of Heritage Auction Galleries Signature Arms, Militaria & Civil War Auction, it will mark the sale of what is possibly the single most famous Civil War photo extant.\n\nThought to be lost to history for more than a century, it turns out this oft-copied and reproduced likeness – contemporary copies were made from the original before it disappeared – has descended untouched in the Mississippi family of Pelham’s sister Betty, who have decided to auction the piece with Heritage in the hopes that it will go to a collector, or institution, with the means and the facility to take better care of the historic image.\n\n“We’ve had it in our family for probably 80 years,” said Thomas Rogers, Pelham’s great-great grand-nephew and the consignor of the piece. “My mother had it in a fireproof safe at our home and her mother before her probably just kept it in a closet.”\n\nThe family was certainly aware of the role their famous ancestor played in Civil War history, and they would occasionally take the photo out to show to close family and friends. Rogers recalls the first time he actually saw the image.\n\n“I could see the uniform, every aspect of it. I was probably 10 or 11 when my mother sat me down and told me all about who he was. After that, in school, I always did well in history because I’d always give reports on Pelham.”\n\nThis important and historic offering carries a pre-auction estimate of $65,000+.\n\n“This is, without question, the single most important and visually moving Civil War photographic image I’ve ever had the opportunity to catalog,” said Dennis Lowe, Director of Arms, Militaria and Civil War Auctions at Heritage. “No one in the modern era has ever seen the original of this image until now, though it’s been copied hundreds of times.”\n\nThere are few Confederate figures as romanticized and venerated as John Pelham. He was a brilliant leader, a genius tactician and one of the bravest men who ever fought in an American war. Pelham’s confident demeanor in the image, taken by legendary early photographer Matthew Brady in his New York City studio is handsome, verging on arrogance, but it foreshadows the strategic virtuosity and unrivaled bravado that he would eventually show on the early battlefields of the American Civil War.\n\n“What I’d always been told through the years was that he had this picture made to give to his mother prior to him going into the war,” said Rogers, “in case something happened to him she would then at least have a photograph of him.”\n\nIn 1861, just weeks short of graduation, Pelham – a native Alabamian – withdrew from West Point to offer his services to the Confederacy. Assigned as a Lieut. of artillery in Joseph E. Johnston’s Army, Pelham’s well drilled battery caught the eye of none other than J.E.B. Stuart, who transformed it into America’s first “horse artillery.” Pelham was thus engaged in every major action of Stuart’s cavalry, from First Bull Run to Kelly’s Ford, where he met his end.\n\n“It is really extraordinary to find such nerve and genius in a mere boy,” said Stonewall Jackson in response to Pelham’s gallantry at Antietam. “With a Pelham on each flank I could whip the world.”\n\nAt Fredericksburg, where Pelham’s guns were critical in stemming the Federal advance, Robert E. Lee commended Pelham for his “unflinching courage,” and he is generally recognized today as the most capable commander of “horse artillery” in American military history.\n\n“At Kelly’s Ford, on March 17, 1863, Pelham volunteered to lead a cavalry charge, his artillery not being engaged that day,” said Lowe. “The story goes that Pelham, rising in his stirrups, urged his men to ‘Press forward to glory and victory!’”\n\nDuring the subsequent assault, Pelham was struck in the head, and mortally wounded. Stuart eulogized Pelham in a general order issued to the Cavalry Division, immortalizing him with the sobriquet “The Gallant Pelham.”\n\n“You will be hard pressed to find a more important and historic offering in the annals of Civil War collecting,” said Lowe. “Pelham is one of the most highly romanticized figures of the entire War Between the States, and here we have the photograph that has, more than anything else, given that immortal aura to this pivotal figure.”\n\nAlso of note in the auction to those interested in Pelham is a Pelham-signed letter from Sept. 25, 1858, in which Pelham writes home to his brother in Alabama as he was beginning his studies at West Point. Undoubtedly this letter was written around the same time this legendary picture was taken. This letter is possibly the most important Pelham related document known to the Civil War hobby. It is estimated at $25,000+."" ]",, +,"[ null, ""https://columbiabusinessreport.com/core/files/scbiznews/uploads/images/summer%20project%20.jpg"", null ]","""[null, {""document_url"": ""https://columbiabusinessreport.com/news/energy/72628/"", ""unformatted_src"": ""/core/files/scbiznews/uploads/images/summer%20project%20.jpg"", ""src"": ""https://columbiabusinessreport.com/core/files/scbiznews/uploads/images/summer%20project%20.jpg"", ""formatted_filename"": ""summer project"", ""alt_text"": ""SCE&G and Santee Cooper pulled out of the V.C. Summer nuclear project. (Photo/file)"", ""original_width"": 1600, ""original_height"": 1148, ""format"": ""jpeg""}, null]""","""{""url"": ""https://columbiabusinessreport.com/news/energy/72628/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-21/segments/1652662540268.46/warc/CC-MAIN-20220521174536-20220521204536-00559.warc.gz"", ""warc_record_offset"": 242281128, ""warc_record_length"": 14960}""","[ ""The construction of two additional reactor units at the V.C. Summer Nuclear Station, once hailed as the renaissance of U.S. commercial nuclear industry, has been abandoned by S.C. Electric & Gas Co. Inc. and its state-operated partner Santee Cooper.\n\nThe utility companies, in separate announcements today, said they will cease construction of two 1,117-megawatt nuclear units because the cost to continue is too high."", null, ""The project, which began in 2012, has cost the companies about $14 billion — some $3 billion over budget — and is at least four years behind schedule. Santee Cooper reported that an analysis showed its share of the deal could wind up being 143% above the original project price.\n\nThe total number of workers on the SCE&G payroll who will be affected is 617, according to a Worker Adjustment and Retraining Notification Act notice filed today with the S.C. Department of Employment and Workforce, plus an “unknown number of employees” of affiliated companies that provide administrative support to the project. The company has said a total of 5,000 are at the V.C. Summer work site.\n\nSCE&G workers affected by the project shutdown have a number of different roles, including nuclear operators and engineers. The company said the separations are expected to begin Sept. 30, although some employees may remain on the job to assist with the shutdown.\n\nThe company plans to provide outplacement and other assistance to the affected employees, according to the letter filed with the workforce agency. The affected workers also will be able to apply for open positions within the company.\n\nThe decision is expected to save Santee Cooper customers nearly $7 billion in additional costs, including interest on the cost of borrowing money for the project, according to a news release.\n\nSCE&G, principal subsidiary of Cayce-based energy provider SCANA, said its decision was influenced by the additional cost to complete the units; the uncertainty of whether Congress will provide an extension of production tax credits for the project; and the amount of settlement payments from Toshiba Corp., parent of the project contractor Westinghouse Electric.\n\n“Based on these factors, SCE&G concluded that it would not be in the best interest of its customers and other stakeholders to continue construction of the project,” SCE&G said.\n\nAbandoning the project under the state Base Load Review Act will allow SCE&G to recover some costs. The company added that it will use about $1.2 billion — its share of the $2.2 billion settlement from Toshiba — as well as “benefits derived from tax deductions to mitigate rate increases and lessen the impact on our customers for several years,” according to a news release.\n\nSCANA executives are scheduled to brief the S.C. Public Service Commission about the decision from 10 to 11:30 a.m. Tuesday.\n\nThe most recent analysis, anticipating the rejection of the project’s fixed-price contract by Westinghouse in bankruptcy proceedings, shows the final cost for Santee Cooper to complete the project would have been $8 billion for construction and approximately $3.4 billion for interest. The schedule delays increased the projected interest costs 143% over the original plan, Santee Cooper said in a release.\n\nAn analysis by Morgan Stanley pegged the cost of the new units at V.C. Summer at about $19 billion, nearly double the $9.8 billion for the engineering, procurement and construction contract with the project’s contractor and designer Westinghouse that SCANA cited in an amended Form 8-K filed May 23, 2008, with the Securities and Exchange Commission.\n\n“After Westinghouse’s bankruptcy and anticipated rejection of the fixed-price contract, the best-case scenario shows this project would be several years late and 75% more than originally planned,” said Lonnie Carter, Santee Cooper president and CEO. “We simply cannot ask our customers to pay for a project that has become uneconomical. And even though suspending construction is the best option for them, we are disappointed that our contractor has failed to meet its obligations and put Santee Cooper and our customers in this situation.”\n\nSCE&G and Santee Cooper operate a one-reactor unit at V.C. Summer, which went into service in 1984.\n\nWestinghouse filed for Chapter 11 bankruptcy protection in March, saying it wanted to get out of the nuclear construction business.\n\nWhile the S.C. companies are pulling out of the V.C. Summer project, Georgia Power and Southern Nuclear, a subsidiary of Atlanta-based Southern Co., said they plan to continue construction of two reactor units at Plant Vogtle, near Waynesboro, Ga.\n\nThose units are twins of the two reactors that were being built at V.C. Summer.\n\nWhen the Georgia and S.C. projects were announced within weeks of each other in early 2008, industry observers said a “nuclear renaissance” was underway in the United States, where a new reactor unit had not been licensed by the federal government in 30 years.\n\nSCE&G and Santee Cooper decisions that led to the scuttling of the V.C. Summer construction were labeled “disappointing developments for the U.S. nuclear industry.”\n\n“As a first-of-a-kind nuclear construction project of this size and scope, the project understandably encountered many economic, regulatory and other challenges along the way, ” said Maria Korsnick, president and CEO of the Nuclear Energy Institute. “SCE&G and Santee Cooper, however, have always managed those challenges impressively. It is unfortunate that circumstances beyond their control have led to this outcome today. ”\n\nMeanwhile, opponents of the project hailed the decision to shut down construction.\n\n“The decision to abandon the V.C. Summer project is of monumental proportion and is a full admission that pursuit of the project was a fool’s mission right from the start, ” said Tom Clements, senior adviser at Friends of the Earth. “The damage that this bungled project has caused to ratepayers and the state’s economy must be promptly addressed by SCE&G, Santee Cooper and regulators, and all effort must be made to minimize that damage. SCE&G and Santee Cooper must now take on a large part of the project’s cost.”\n\nReport how much it has and will COST the customers rather than what it is \""expected to save Santee Cooper customers nearly $7 billion in additional costs\"". Management at both utilities should be replaced.\n\nThis is the 2nd time SCE&G has canceled multiple nuke reactors at VC Summer. The original project was for 3 reactors. Only one was built. The 2nd foundations at over $25 million were buried (over $500 million in todays dollars) and the 3rd never built with total loss of all engineering and planning expenditures. It's a disgrace that Santee Cooper and SCANA would make the exact same mistakes: TWICE!!! In exactly the same way: costs plus for multiple reactors instead of just one.\n\nSCANNA / SCE&G have now pulled out, neither of these purchased project insurance to protect them from losses and consumers have been paying higher rates for this project as well as its delays and cost overages. How is the Public Service Commission going to make SCANNA / SCE&G reimburse consumers for this financial disaster that has been mismanaged by SCANNA / SCE&G from day one at the consumers expense."" ]",, +,"[ ""https://pauseliveaction.files.wordpress.com/2012/05/snapseed-1.jpg?w=300&h=242"", null, ""https://pauseliveaction.files.wordpress.com/2012/05/snapseed.jpg?w=300&h=183"", null ]","""[{""document_url"": ""https://pauseliveaction.wordpress.com/2012/05/07/holby-city-goodbye-irish-dr-greg/?replytocom=6724"", ""unformatted_src"": ""https://pauseliveaction.files.wordpress.com/2012/05/snapseed-1.jpg?w=300&h=242"", ""src"": ""https://pauseliveaction.files.wordpress.com/2012/05/snapseed-1.jpg?w=300&h=242"", ""formatted_filename"": ""snapseed"", ""rendered_width"": 300, ""rendered_height"": 242, ""original_width"": 300, ""original_height"": 242, ""format"": ""jpeg""}, null, {""document_url"": ""https://pauseliveaction.wordpress.com/2012/05/07/holby-city-goodbye-irish-dr-greg/?replytocom=6724"", ""unformatted_src"": ""https://pauseliveaction.files.wordpress.com/2012/05/snapseed.jpg?w=300&h=183"", ""src"": ""https://pauseliveaction.files.wordpress.com/2012/05/snapseed.jpg?w=300&h=183"", ""formatted_filename"": ""snapseed"", ""rendered_width"": 300, ""rendered_height"": 183, ""original_width"": 300, ""original_height"": 183, ""format"": ""jpeg""}, null]""","""{""url"": ""https://pauseliveaction.wordpress.com/2012/05/07/holby-city-goodbye-irish-dr-greg/?replytocom=6724"", ""warc_filename"": ""crawl-data/CC-MAIN-2020-29/segments/1593655879532.0/warc/CC-MAIN-20200702142549-20200702172549-00056.warc.gz"", ""warc_record_offset"": 547963513, ""warc_record_length"": 24632}""","[ null, ""(Series 14, Ep.29) Irish Dr Greg, eh? He’s been in Holby for over two years, and unfortunately for a large chunk of that time he’s been forced to run up and down corridors moaning, “Sahira! Sahira!” What a waste. It all started out so promisingly, as well. We first encountered him as Connie Beauchamp’s bit of Hot Irish Totty when she temporarily relocated to a posh private hospital in London. Subsequently he enjoyed a flirtation with the magnificent Mary Claire and the predictably flirtatious Chrissie and even a bit of a bromance with Joseph Byrne. He was a bit cheeky, a bit funny and – it was occasionally hinted – he might have Hidden Depths.\n\nThe depths got seriously hidden during the Sahira saga, when he became not much more than a sighing, hankering love-lorn loon. Then Sahira goes, and for his exit storyline Edward MacLiam is finally – finally – given a storyline to get his teeth into. Picking up from last week’s sexual abuse plot, Greg found himself in all kinds of trouble this week when the abused girl, Lucy, stabbed her father with a pair of scissors. Mary-Claire got the wrong end of the stick and thought Greg was being “inappropriate” with Lucy. Greg almost let the evil abusive father die in theatre. And it was left to Elliott (kindly) and Hanssen (cunning) to sort everything out. Meanwhile, Greg was spilling out his heart about his own past abuse to Lucy: “I’ve never had a life, not a proper one,” he told her. “I’ve never been close to people.” Not for want of trying, we might say, but"", null, ""the point was that he didn’t want Lucy to carry the shame and secrets in her life that he’d carried in his. It was touching and, like last week, beautifully written and played. Lucy was persuaded to tell all and get help, but it was all a bit of a scandal, nonetheless, and it was better for Greg’s career for him to relocate to somewhere that wasn’t Holby. “A few phone calls from me and a reference overestimating your ability will probably help,” Hanssen told him.\n\nThe saddest scene was when Greg had to say goodbye to Mary-Claire. Niamh McGrady is another good actor who isn’t given all that much to do, but when she does she’s fantastic. Her poor wee face when Greg kissed her on the cheek was so sad.\n\nAnd Malick was bailed out of a tricky spot by cunning, scary and rather magnificent new consultant Serena Campbell.\n\nNext time: Tara tries to impress Jac (uh-oh!), Ric clashes with Serena Campbell and Eddi tries to pretend her kiss with Luc didn’t mean anything. Good luck to all of them."" ]",, +,"[ ""https://dtravelsroundnew.files.wordpress.com/2014/02/what-to-packfor-a-month-in-europe-2.png?w=750"", null ]","""[{""document_url"": ""https://dtravelsround.com/2014/02/18/fat-girl-thailand/?like_comment=6509&_wpnonce=ea9ba954b2"", ""unformatted_src"": ""https://dtravelsroundnew.files.wordpress.com/2014/02/what-to-packfor-a-month-in-europe-2.png?w=750"", ""src"": ""https://dtravelsroundnew.files.wordpress.com/2014/02/what-to-packfor-a-month-in-europe-2.png?w=750"", ""formatted_filename"": ""what to packfor a month in europe"", ""alt_text"": ""A look at the realities of being an overweight female in Thailand and a lifelong struggle with being overweight."", ""original_width"": 683, ""original_height"": 1024, ""format"": ""jpeg""}, null]""","""{""url"": ""https://dtravelsround.com/2014/02/18/fat-girl-thailand/?like_comment=6509&_wpnonce=ea9ba954b2"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-27/segments/1656103328647.18/warc/CC-MAIN-20220627043200-20220627073200-00316.warc.gz"", ""warc_record_offset"": 260858223, ""warc_record_length"": 55816}""","[ null, ""This post is a part of the year-long Comfort Zone Project.\n\n“Oh, why you so pom pui?” People ask me. Strangers. Friends. You name it.\n\nAnd that is because everyone asks me why I am fat. Or tells me I am fat. Or says I am soai (beautiful) followed by pom pui.\n\nFat AND beautiful. Now, that is a nice backhanded compliment. Thankyouverymuch.\n\nUnlike in Western cultures, weight here isn’t one of those hush-hush things. It’s an in-your-face thing. Comments people make here that would make me cry if someone Western was saying it simply roll of my back. Or, they try to roll off my back.\n\nAfter awhile, those “you’re fat” comments begin to take a toll.\n\nSkinny is everywhere in Thailand. If you’re above a size 8 (and I think I’m being quite forgiving when I say that), you won’t be able to find cute clothes. I’m a size 10 or 12 (depending on the day), and yeah, shopping at the department stores leaves me feeling defeated when I look at a pair of pants that can’t even fit an arm through the leg, let alone my ass.\n\nThe only place I can shop is Tesco Lotus, and then it is clothing that is more like a tent than anything cute and form-fitting.\n\nI’ve always battled with being overweight, and here in Chiang Mai, it is a constant reminder of those battles.\n\nThe Skinny Syndrome and Las Vegas\n\nWhen I lived in Las Vegas, I lived in a world where beauty was directly attributed to a tiny waist, big bust (check), spray tan and hair extensions. It had nothing to do with anything else. You got further in Vegas if you were skinny, and I was not a fool.\n\nEven when work asked that I get a headshot, the photographer worked magic.\n\n“I’m just going to make your nose a little smaller, your eyes a little bigger, your teeth a little straighter, your face a little smaller … oh, but you are beautiful,” he said, as he Photoshopped me to a younger illustration (or caricature) of myself.\n\nAfter only a few months in Sin City, I began to do PR for a doctor who shall remain nameless because after years of following his business, I think he is the most unethical doctor I’ve ever met or heard of. This good doctor had a weight loss program that basically was a cocktail of diet pills and seizure pills that resulted in the heaviest of people transforming quickly into slimmer versions of themselves.\n\nAs I sat on the table after getting an EKG done, he looked at me and said “You’re going to be blown away by how fat you are.”\n\nI kid you not.\n\nSure, I was tipping the scales at 200 at that time, but for a doctor to tell me that broke my heart. And yes, it is his job, but to say so in such a callous way …\n\nHe handed me two bottles of pills, a Phentermine concoction for the mornings and Topomax for the evenings, and prescribed me a weekly fat burning shot.\n\nThe shit worked. Within six months I had gone from a size 16 to a six four. I had gone from fat to toothpick. It was a miracle drug, but it had its prices. My vision became blurry. My heart would race like I had just snorted an entire eight-ball of coke for breakfast. I was skinny, but it wasn’t me.\n\nAfter nearly a year of taking the pills, I decided to stop them. Cold turkey. Within months, my weight shot back up and I was back to the loose clothing.\n\nPeople would look at me with their brow furrowed, casting me their deepest sympathies for my weight gain. I was back to being the girl in the corner.\n\nThe thing about weight-loss is, you have to be all in, or not at all.\n\nI had worked out for about six months when I started to get depressed, and soon even lacing up my sneakers was a challenge. So, instead I ate. Papa John’s. McDonalds. I drank. I did whatever I could to camouflage my insecurities by doing something I could control — my intake of food and drink.\n\nBut, when your intake trumps your exertion, you gain weight. So, I ballooned back to the weight I was when I arrived in Vegas.\n\nIt’s all about control\n\nIt wasn’t until I left Vegas and relocated to Atlanta that I finally was able to control my weight again. For at least six months. Then, depression again. Weight gain again.\n\nI thought traveling would make me skinny, so when I set out for my career-break, I decided I would lose weight. I lost a little — there’s something to be said for walking places with a huge backpack on your back that causes those calories to just burn, burn, burn.\n\nI returned to America a smaller version of myself, but still not happy. I looked in the mirror and saw a fat, fat girl who hated herself for not being able to control her own body.\n\nOf course, the normal lose weight-gain weight battle once again ensued upon my arrival back to Vegas. I was up to five days a week at the gym, busting out an hour of cardio a pop, followed by yoga or pilates. I was counting calories. Cutting down on the booze. And, then, I wasn’t. Again. Because it is all cyclical.\n\nWhen I moved to Thailand, I was the heaviest I had ever been. Standing in front of the mirror in my room at Smith, looking at myself naked … I would burst into tears.\n\nI’ve always operated with the belief that beauty is everywhere … that I shouldn’t have to be skinny to fall in love or to have someone fall in love with me. That no one should be anyone they are not … that as people, we are all gorgeous, whether skinny, fat, short, tall, etc. I’ve dated men who I wasn’t initially attracted to, but as I got to know them, they turned into the world’s hottest people.\n\nAttraction is important, yes. But, there are other things, too. And, I always held tight to the belief that people would like me simply for me. For my heart. For my mind. For my passion. Not because I am or am not a size four.\n\nI guess I’m not everyone.\n\nEven as the pounds began to fall off — a total change in diet (cutting out meat), along with sweltering heat and sweating my weight out of me daily — dropped the scale about 20 pounds. But, it didn’t matter. People saw me the same. Fat. Pom pui.\n\nAnd soon, it became just a part of my life. Everyone commenting (and I mean everyone — strangers, friends, people I see everyday and can only exchange bits of broken Thai or English), even when their comments were not asked for or welcomed.\n\nI have no idea why anyone thinks it is ok to tell someone they would be so much prettier/better/etc. if they weren’t fat.\n\nSometimes, it boggles my mind.\n\nI don’t look at them and say, “you know, you would be better if you pulled that stick out of your ass and completely rearranged your face?” It would certainly not be met with an understanding smile. So, why the double standard? Why is it OK for someone to give you their opinion about what makes you “not worthy” of being loved? And since when does weight become the single most important factor in any part of life?\n\nI know people here don’t mean it to cause pain. It is either no big deal since calling someone “fat” is normal, or they tell me because they think it can help me become a better me. But that doesn’t mean it just rolls off my back. That doesn’t mean it doesn’t impact my self-esteem. Or the way I feel about myself.\n\nToday, I’ve grown accustomed to being “fat” even though my weight continues to drop. Men here still don’t look at me. And, I still get judged as to the person I am based on my clothing size.\n\nIs it disheartening? Yes. Is it defeating? Yes. Is it life? Sadly, so long as I live here, it is. No amount of weight loss … no amount of lifestyle change will ever amount to me having the Thai version of a perfect body.\n\nWhile it used to make me sad (hence, staring at the mirror in tears), today I look at myself and think “fuck you. Really. Fuck. You. If you don’t like me for who I am, cellulite and all, then please. Do me a favor. Fuck yourself and go find a skinny woman who will be your everything.”\n\nBecause I am worth more than my weight.\n\nAt the same time, I want to give myself a chance to kick this once and for all. I want to look in the mirror with confidence, even if the people around me don’t see the beauty I possess, regardless of whether I am 100 or 200 pounds.\n\nI enrolled in a gym. I hired a personal trainer. Drinks are cut down to twice a week. Smoking is going to stop.\n\n155 thoughts on “The fat girl in Thailand”"" ]",, +,"[ ""https://interfax.com.ua/media/thumbs/images/2017/10/91nRfWeV-E-i.jpg"", null ]","""[{""document_url"": ""https://en.interfax.com.ua/news/general/363202.html"", ""unformatted_src"": ""https://interfax.com.ua/media/thumbs/images/2017/10/91nRfWeV-E-i.jpg"", ""src"": ""https://interfax.com.ua/media/thumbs/images/2017/10/91nRfWeV-E-i.jpg"", ""formatted_filename"": ""nRfWeV E i"", ""alt_text"": ""Ukraine's National Police investigate Panov case, relatives report his abduction"", ""original_width"": 200, ""original_height"": 150, ""format"": ""jpeg""}, null]""","""{""url"": ""https://en.interfax.com.ua/news/general/363202.html"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-21/segments/1620243991224.58/warc/CC-MAIN-20210516140441-20210516170441-00592.warc.gz"", ""warc_record_offset"": 270173851, ""warc_record_length"": 14471}""","[ null, ""Ukrainian investigators have opened a criminal case on the basis of a report made by the relatives of Yevhen Panov, leader of the Self-Defense group in the town of Enerhodar, Zaporizhia region, acting head of the Ukrainian National Police Vadym Troyan said on Thursday.\n\nThe National Police's Communications Department said investigators had qualified the Panov missing person case under Article 146 (illegal imprisonment or abduction of a person) of the Ukrainian Criminal Code.\n\nTroyan said Panov's relatives reported him missing to the police on Wednesday, August 10, after which the information was entered into the national register of pre-trial investigations. \""We are taking all necessary measures to promptly, fully and impartially investigate all circumstances of this crime,\"" Troyan said.\n\nOn August 10, the Russian Federal Security Service said terrorist acts allegedly prepared by Ukrainian intelligence had been averted in Crimea. It was reported that the Russian special services, with support from other defense and security units, had prevented groups of saboteurs and terrorists from breaking into Crimea from the territory of Ukraine.\n\nThe Russian Federal Security Service also said one of the organizers, \""Panov Yevhen Oleksandrovych, 39, a resident of Zaporizhia region, an official with the Main Intelligence Department of the Defense Ministry of Ukraine,\"" had been detained. He is making confessionary statements.\n\nThe Ukrainian Defense Ministry, the Main Intelligence Department and the National Security and Defense Council have denied the reports on Ukrainian saboteurs. The Defense Ministry also said the accusations made by Russia of attacks on the peninsula from mainland Ukraine are similarly groundless.\n\nPanov's brother Ihor Kotelianets said he thought Yevhen had been abducted in Zaporizhia region and taken to Crimea."" ]",, +,"[ ""https://innoenterprisebucharest2019.eu/images/Silvestro-Micera.png"", null ]","""[{""document_url"": ""https://innoenterprisebucharest2019.eu/speakers/silvestro-micera.html"", ""unformatted_src"": ""../images/Silvestro-Micera.png"", ""src"": ""https://innoenterprisebucharest2019.eu/images/Silvestro-Micera.png"", ""formatted_filename"": ""Silvestro Micera"", ""original_width"": 300, ""original_height"": 300, ""format"": ""jpeg""}, null]""","""{""url"": ""https://innoenterprisebucharest2019.eu/speakers/silvestro-micera.html"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-25/segments/1623487626122.27/warc/CC-MAIN-20210616220531-20210617010531-00612.warc.gz"", ""warc_record_offset"": 297961154, ""warc_record_length"": 4919}""","[ null, ""Silvestro Micera is currently Professor of Biomedical Engineering at the Scuola Superiore Sant’Anna (SSSA, Pisa, Italy) and at the Ecole Polytechnique Federale de Lausanne (Lausanne, Switzerland) where he is holding the Bertarelli Foundation Chair in Translational NeuroEngineering. He received the University degree (Laurea) in Electrical Engineering from the University of Pisa, in 1996, and the Ph.D. degree in Biomedical Engineering from the Scuola Superiore Sant’Anna, in 2000. From 2000 to 2009, he has been an Assistant Professor of BioRobotics at the Scuola Superiore Sant’Anna. In 2007, he was a Visiting Scientist at the Massachusetts Institute of Technology, Cambridge, USA with a Fulbright Scholarship. From 2008 to 2011 he was the Head of the Neuroprosthesis Control group and Adjunct Professor at the Institute for Automation, Swiss Federal Institute of Technology, Zurich, CH. In 2009, he was the recipient of the “Early Career Achievement Award” of the IEEE Engineering in Medicine and Biology Society.\nDr. Micera’s research interests include the development of neuroprostheses based on the use of implantable neural interfaces with the central and peripheral nervous systems to restore sensory and motor function in disable persons. In particular, he is currently involved in translational experiments for hand prosthesis control in amputees, and the restoration of vestibular function, grasping and locomotion in different neurological disorders. He is author of more than 250 WoS peer-reviewed papers and several international patents. He is currently Associate Editor of IEEE Transactions on Neural Systems and Rehabilitation Engineering. He is also member of the Editorial Boards of the Journal of Neuroengineering and Rehabilitation, of Journal of Neural Engineering, and of the IEEE Journal of Translational Engineering in Health and Medicine.\nORGANISERS"" ]",, +,"[ ""https://asianindianfuneralservice.com/wp-content/uploads/2022/03/IMG_0537-228x300.jpg"", null ]","""[{""document_url"": ""https://asianindianfuneralservice.com/obituary/ratna-chirde/"", ""unformatted_src"": ""https://asianindianfuneralservice.com/wp-content/uploads/2022/03/IMG_0537-228x300.jpg"", ""src"": ""https://asianindianfuneralservice.com/wp-content/uploads/2022/03/IMG_0537-228x300.jpg"", ""formatted_filename"": ""IMG"", ""rendered_width"": 228, ""rendered_height"": 300, ""original_width"": 228, ""original_height"": 300, ""format"": ""jpeg""}, null]""","""{""url"": ""https://asianindianfuneralservice.com/obituary/ratna-chirde/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-49/segments/1669446710488.2/warc/CC-MAIN-20221128070816-20221128100816-00544.warc.gz"", ""warc_record_offset"": 154361647, ""warc_record_length"": 19668}""","[ null, ""Ratna Chirde passed away on March 7, 2022 at the age of 74 at Bayonne Medical Center, NJ. Known affectionately as Nadi to her family, Ratna Chirde was a fiercely independent and resilient matriarch. Born Ratna Nandi in 1947, just five months before Indian independence, Nadi grew up with her two brothers and a younger sister in India. Tragedy struck when the four children were orphaned and their family became penniless overnight. Rising to the occasion, Nadi cared for her siblings and began her lifelong mission to protect them at any cost. She eventually not only began working at a local medical dispensary, but she fought hard to ensure that her siblings could get jobs.\n\nThroughout her life, she would get a number of proposals for marriage, but she refused them all, fearing that she needed to stay unattached to take care of her siblings. As the matriarch, she worked endlessly to build life for everyone in the family. When her two nephews were born, they became her whole life. She gave both boys their names and when they grew up, she paid for their colleges, making sure that a second-generation of Nandis were given the opportunities that she and her siblings could only dream of.\n\nLater in life, she followed her husband to the US, where she accomplished her dream of becoming an American citizen and began her life in New Jersey. She spent 10 happy years with her dear friend Narayan. Charming, gregarious and a center of attention, she was loved by everyone who met her."" ]",, +,"[ null, ""https://www.wolfeandstec.com/wp-content/uploads/2017/06/cyber-crimes.jpg"", null ]","""[null, {""document_url"": ""https://www.wolfeandstec.com/role-of-prosecutor/"", ""unformatted_src"": ""https://www.wolfeandstec.com/wp-content/uploads/2017/06/cyber-crimes.jpg"", ""src"": ""https://www.wolfeandstec.com/wp-content/uploads/2017/06/cyber-crimes.jpg"", ""formatted_filename"": ""cyber crimes"", ""alt_text"": ""Illinois Cyber Crime Attorney"", ""rendered_width"": 300, ""rendered_height"": 200, ""original_width"": 300, ""original_height"": 200, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.wolfeandstec.com/role-of-prosecutor/"", ""warc_filename"": ""crawl-data/CC-MAIN-2023-06/segments/1674764499888.62/warc/CC-MAIN-20230131154832-20230131184832-00824.warc.gz"", ""warc_record_offset"": 1084492222, ""warc_record_length"": 20564}""","[ ""The Role of the Prosecutor in the Criminal Justice System"", null, ""Illinois prosecutors have a duty to uphold justice, but too often their goal instead becomes winning the case and seeking out the harshest punishment possible. This results in problems such as wrongful convictions and miscarriage of justice, as well as increased overcrowding in our jails.\n\nA Fordham University study found that between 2000 and 2012, the American prison population rose by about 100,000, from 1.5 million to 1.6 million, with a staggering 8.4 million being admitted to prison for some period of time.\n\nAccording to an article in The Atlantic, https://www.theatlantic.com/politics/archive/2016/05/are-prosecutors-the-key-to-justice-reform/483252/ ), there is a growing need to seriously rethink the role of the prosecutor in the administration of justice. The article cites outdated sentencing guidelines and problems with human biases which have led to a need to curtail the power of prosecutors.\n\nIf you have been arrested and accused of a crime in Illinois, you should be aware of the problems that exist with prosecutors. They may directly affect your defense case and should be discussed with the attorney who is helping you fight for freedom.\n\nThe experienced and seasoned Illinois criminal law attorneys at Wolfe & Stec, Ltd., understand the seriousness of your situation and offer aggressive representation for clients facing criminal charges. We know the courts and the criminal justice system, and how to plea bargain, negotiate guidelines and recognize when to take your case to trial. When we take on a criminal case, we gather information quickly and look at all viable defense options. Based on the facts, we make a decision about the best legal strategy. We know how prosecutors operate, and will do everything possible to vigorously fight for you and defend your rights against overzealous prosecutors.\n\nProblems with the Prosecution System\n\nProsecutors have certain responsibilities they should adhere to in order to ensure justice and to keep from impeding it. In the case of Brady v. Maryland, 373 U.S. 83 (1963), the United States Supreme Court held that “the suppression by the prosecution of evidence favorable to an accused upon request violates due process where the evidence is material either to guilt or to punishment, irrespective of the good faith or bad faith of the prosecution.” This is known as the Brady rule, and it means prosecutors have obligations to turn over information that is favorable to the defendant.\n\nIllinois prosecutors do not always comply with the Brady rule, and this creates problems for the accused, such as:\n\n1) Problems in the administration of the death penalty\nIn May, 2000, thirteen wrongfully convicted individuals were finally released from death row. Former Gov. George H. Ryan of Illinois imposed a moratorium on further executions and created a Commission on Capital Punishment to study the state capital punishment system. The Commission found that prosecutors failed to disclose exculpatory evidence to the defense, including the suppression of promises made to state witnesses, and that police failed to investigate alternative leads and suppression of exonerating evidence.\n\n2) Problems with charging crimes too harshly\n\nProsecutors choose how harshly or leniently to go after someone who has been arrested. In the last two decades, prosecutors have been charging a lot more arrestees with felonies, where they could have been charged with misdemeanors. According to University of Michigan data, in 1994 about one of every three arrests became a felony case; by the end of the 2000s, it was two out of every three arrests. Felony convictions lead to increased prison time and problems with overcrowding.\n\nMany district attorneys run for election unopposed in counties with strong political-party identification. As a result, party loyalty, tough-on-crime promises, or electoral indifference give prosecutors enormous amounts of power. Prosecutors want to show a high conviction rate and may turn to unfair methods to achieve it.\n\nJohn Jay College of Criminal Justice recently announced its Institute for Innovation in Prosecution, headed by former prosecutor Meg Reiss. The institute is attempting to “develop programs designed to support innovation in the role of prosecutors in the American justice system.” Suggestions include:\n\nPut Your Trust In Us — Contact Wolfe Stec, Ltd. for a Free Consultation.\n\nWhen you are accused of a crime in Illinois, you need to hire the best criminal defense attorney that you can find to protect you against overzealous prosecutors. Your case may seem impossible, but with skillful representation you have a chance. Remember, the law places a heavy burden on the government, and you have to be proven guilty beyond a reasonable doubt.\n\nThe criminal defense lawyers at Wolfe & Stec, Ltd. are skilled trial lawyers who believe each case is unique with its own set of circumstances. We know the judges and the court system and will aggressively explore every avenue for your defense. We examine the facts, the individuals involved, and the evidence available, and work hand in hand with our clients throughout the criminal process. We explain all elements and processes of the case and develop an effective defense strategy. Our goal is always to minimize the negative impact of the situation and to focus on protecting your freedoms, liberties and rights.\n\nDon’t delay — contact us for help today at 630-305-0222 or 312-388-7882 if you have been accused of any criminal charges. We represent clients in DuPage County, Naperville, Aurora, Wheaton, Downers Grove and Bolingbrook, Illinois. There will be no charge for your initial consultation."" ]",, +,"[ null, ""https://www.craneblogger.com/wp-content/uploads/2014/06/Safe-to-walk-past-cranes.jpg"", null ]","""[null, {""document_url"": ""https://www.craneblogger.com/safety/generally-safe-to-walk-past-crane/2014/06/18/"", ""unformatted_src"": ""https://www.craneblogger.com/wp-content/uploads/2014/06/Safe-to-walk-past-cranes.jpg"", ""src"": ""https://www.craneblogger.com/wp-content/uploads/2014/06/Safe-to-walk-past-cranes.jpg"", ""formatted_filename"": ""Safe to walk past cranes"", ""alt_text"": ""Safe to walk past cranes"", ""rendered_width"": 360, ""rendered_height"": 510, ""original_width"": 360, ""original_height"": 480, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.craneblogger.com/safety/generally-safe-to-walk-past-crane/2014/06/18/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-27/segments/1656104668059.88/warc/CC-MAIN-20220706060502-20220706090502-00757.warc.gz"", ""warc_record_offset"": 765159879, ""warc_record_length"": 16833}""","[ ""It is “generally” safe to walk by a crane, the occupational health and safety watchdog’s CEO says amid concern about dangers from such equipment.\n\nMark Gauci said that, most of the time, it was not unsafe cranes that caused accidents but, rather, unsafe practices resulting from decisions taken on the spot by the operator or his employer."", null, ""A crane arm that had been rusting in the same position for years buckled in St Paul Street, Xemxija, in mid-April. In September, a crane collapsed, landing centimetres from a crowded classroom window of St Teresa Boys Secondary School, in Birkirkara.\n\nIn 2003, the Occupational Health and Safety Authority had said that tower crane accidents – including a fatal one – had been caused by unsafe work practices and not uncertified equipment.\n\nMore than 10 years later, this is being reiterated by both Dr Gauci and senior manager, Vincent Attard, who noted that the OHSA and the Chamber of Engineers were holding courses for operators of cranes and other equipment by engineers whose technical competence was deemed “satisfactory” by the authority.\n\nBy law, the OHSA had a monitoring role. As a regulator, it makes sure there were laws in place and that entities shouldered their obligations."" ]",, +,"[ null, ""https://www.gannett-cdn.com/-mm-/3a3d056d2f4b50884acd36c237db6d171e941ff0/c=288-0-4896-3456/local/-/media/2017/12/08/Morristown/B9330535464Z.1_20171208121211_000_G93KHO3HH.1-0.jpg?width=534&height=401&fit=crop"", null ]","""[null, {""document_url"": ""https://www.wausaudailyherald.com/story/opinion/readers/2017/12/08/sexual-misconduct-should-cost-men-their-jobs-letter/935332001/"", ""unformatted_src"": ""https://www.gannett-cdn.com/-mm-/3a3d056d2f4b50884acd36c237db6d171e941ff0/c=288-0-4896-3456/local/-/media/2017/12/08/Morristown/B9330535464Z.1_20171208121211_000_G93KHO3HH.1-0.jpg?width=534&height=401&fit=crop"", ""src"": ""https://www.gannett-cdn.com/-mm-/3a3d056d2f4b50884acd36c237db6d171e941ff0/c=288-0-4896-3456/local/-/media/2017/12/08/Morristown/B9330535464Z.1_20171208121211_000_G93KHO3HH.1-0.jpg?width=534&height=401&fit=crop"", ""formatted_filename"": ""B Z"", ""alt_text"": ""Roy Moore"", ""original_width"": 534, ""original_height"": 401, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.wausaudailyherald.com/story/opinion/readers/2017/12/08/sexual-misconduct-should-cost-men-their-jobs-letter/935332001/"", ""warc_filename"": ""crawl-data/CC-MAIN-2020-16/segments/1585370493684.2/warc/CC-MAIN-20200329015008-20200329045008-00048.warc.gz"", ""warc_record_offset"": 1248190324, ""warc_record_length"": 33874}""","[ ""Republicans support Roy Moore and President Donald Trump despite allegations against them, do they think sexual misconduct is OK, writer asks."", null, ""EDITOR: Harvey Weinstein, a movie producer; Charlie Rose, a CBS show co-host; Matt Lauer, a NBC TV personality; and David Sweeney, the news editor for National Public Radio, all had accusations of sexual misconduct leveled against them. All four of these men lost their jobs as a result, as they should have.\n\nRELATED: Who are the 'silence breakers' featured as 'Time' Person of the Year?\n\nIn regards to Roy Moore, men that hurt little girls should go to jail — not to the U.S. Senate."" ]",, +,"[ null, ""https://farm2.staticflickr.com/1109/1399151799_64d0a7daf9.jpg"", null, ""https://farm8.staticflickr.com/7201/6933998999_f3e8d000de.jpg"", null, ""https://farm8.staticflickr.com/7207/6787885570_27657bc5bb.jpg"", null, ""https://farm8.staticflickr.com/7069/6787886470_ce0a51b90e.jpg"", ""https://farm8.staticflickr.com/7200/6787898676_a535a2788a.jpg"", null, ""https://farm8.staticflickr.com/7201/6934013453_306f7c2260.jpg"", ""https://farm8.staticflickr.com/7181/6934013087_4c4e4bce6e.jpg"", ""https://farm8.staticflickr.com/7047/6787899732_6f74f5652e.jpg"", ""https://farm8.staticflickr.com/7185/6934005019_e4f86e3169.jpg"", null, ""https://farm8.staticflickr.com/7053/6787892006_96efcef7d2.jpg"", ""https://farm8.staticflickr.com/7177/6934002865_d12229f63b.jpg"", null, ""https://farm8.staticflickr.com/7201/6934004033_f9a8fe6928.jpg"", null, ""https://farm8.staticflickr.com/7067/6934001643_998d675593.jpg"", null, ""https://farm8.staticflickr.com/7202/6934000841_51eb6cc895.jpg"", ""https://farm8.staticflickr.com/7193/6787899578_735125865b.jpg"", null ]","""[null, {""document_url"": ""https://jaylake.livejournal.com/2012/03/01/"", ""unformatted_src"": ""https://farm2.staticflickr.com/1109/1399151799_64d0a7daf9.jpg"", ""src"": ""https://farm2.staticflickr.com/1109/1399151799_64d0a7daf9.jpg"", ""formatted_filename"": ""d a daf"", ""alt_text"": ""IMG_1584.JPG"", ""rendered_width"": 500, ""rendered_height"": 375, ""original_width"": 500, ""original_height"": 375, ""format"": ""jpeg""}, null, {""document_url"": ""https://jaylake.livejournal.com/2012/03/01/"", ""unformatted_src"": ""https://farm8.staticflickr.com/7201/6933998999_f3e8d000de.jpg"", ""src"": ""https://farm8.staticflickr.com/7201/6933998999_f3e8d000de.jpg"", ""formatted_filename"": ""f e d de"", ""alt_text"": ""IMG_7369"", ""rendered_width"": 500, ""rendered_height"": 333, ""original_width"": 499, ""original_height"": 333, ""format"": ""jpeg""}, null, {""document_url"": ""https://jaylake.livejournal.com/2012/03/01/"", ""unformatted_src"": ""https://farm8.staticflickr.com/7207/6787885570_27657bc5bb.jpg"", ""src"": ""https://farm8.staticflickr.com/7207/6787885570_27657bc5bb.jpg"", ""formatted_filename"": ""bc bb"", ""alt_text"": ""IMG_7368"", ""rendered_width"": 500, ""rendered_height"": 333, ""original_width"": 499, ""original_height"": 333, ""format"": ""jpeg""}, null, {""document_url"": ""https://jaylake.livejournal.com/2012/03/01/"", ""unformatted_src"": ""https://farm8.staticflickr.com/7069/6787886470_ce0a51b90e.jpg"", ""src"": ""https://farm8.staticflickr.com/7069/6787886470_ce0a51b90e.jpg"", ""formatted_filename"": ""ce a b e"", ""alt_text"": ""IMG_7370"", ""rendered_width"": 333, ""rendered_height"": 500, ""original_width"": 333, ""original_height"": 499, ""format"": ""jpeg""}, {""document_url"": ""https://jaylake.livejournal.com/2012/03/01/"", ""unformatted_src"": ""https://farm8.staticflickr.com/7200/6787898676_a535a2788a.jpg"", ""src"": ""https://farm8.staticflickr.com/7200/6787898676_a535a2788a.jpg"", ""formatted_filename"": ""a a a"", ""alt_text"": ""IMG_7404"", ""rendered_width"": 500, ""rendered_height"": 333, ""original_width"": 499, ""original_height"": 333, ""format"": ""jpeg""}, null, {""document_url"": ""https://jaylake.livejournal.com/2012/03/01/"", ""unformatted_src"": ""https://farm8.staticflickr.com/7201/6934013453_306f7c2260.jpg"", ""src"": ""https://farm8.staticflickr.com/7201/6934013453_306f7c2260.jpg"", ""formatted_filename"": ""f c"", ""alt_text"": ""IMG_7413"", ""rendered_width"": 333, ""rendered_height"": 500, ""original_width"": 333, ""original_height"": 499, ""format"": ""jpeg""}, {""document_url"": ""https://jaylake.livejournal.com/2012/03/01/"", ""unformatted_src"": ""https://farm8.staticflickr.com/7181/6934013087_4c4e4bce6e.jpg"", ""src"": ""https://farm8.staticflickr.com/7181/6934013087_4c4e4bce6e.jpg"", ""formatted_filename"": ""c e bce e"", ""alt_text"": ""IMG_7411"", ""rendered_width"": 333, ""rendered_height"": 500, ""original_width"": 333, ""original_height"": 499, ""format"": ""jpeg""}, {""document_url"": ""https://jaylake.livejournal.com/2012/03/01/"", ""unformatted_src"": ""https://farm8.staticflickr.com/7047/6787899732_6f74f5652e.jpg"", ""src"": ""https://farm8.staticflickr.com/7047/6787899732_6f74f5652e.jpg"", ""formatted_filename"": ""f f e"", ""alt_text"": ""IMG_7410"", ""rendered_width"": 500, ""rendered_height"": 333, ""original_width"": 499, ""original_height"": 333, ""format"": ""jpeg""}, {""document_url"": ""https://jaylake.livejournal.com/2012/03/01/"", ""unformatted_src"": ""https://farm8.staticflickr.com/7185/6934005019_e4f86e3169.jpg"", ""src"": ""https://farm8.staticflickr.com/7185/6934005019_e4f86e3169.jpg"", ""formatted_filename"": ""e f e"", ""alt_text"": ""IMG_7389"", ""rendered_width"": 500, ""rendered_height"": 333, ""original_width"": 499, ""original_height"": 333, ""format"": ""jpeg""}, null, {""document_url"": ""https://jaylake.livejournal.com/2012/03/01/"", ""unformatted_src"": ""https://farm8.staticflickr.com/7053/6787892006_96efcef7d2.jpg"", ""src"": ""https://farm8.staticflickr.com/7053/6787892006_96efcef7d2.jpg"", ""formatted_filename"": ""efcef d"", ""alt_text"": ""IMG_7388"", ""rendered_width"": 500, ""rendered_height"": 333, ""original_width"": 499, ""original_height"": 333, ""format"": ""jpeg""}, {""document_url"": ""https://jaylake.livejournal.com/2012/03/01/"", ""unformatted_src"": ""https://farm8.staticflickr.com/7177/6934002865_d12229f63b.jpg"", ""src"": ""https://farm8.staticflickr.com/7177/6934002865_d12229f63b.jpg"", ""formatted_filename"": ""d f b"", ""alt_text"": ""IMG_7383"", ""rendered_width"": 500, ""rendered_height"": 333, ""original_width"": 499, ""original_height"": 333, ""format"": ""jpeg""}, null, {""document_url"": ""https://jaylake.livejournal.com/2012/03/01/"", ""unformatted_src"": ""https://farm8.staticflickr.com/7201/6934004033_f9a8fe6928.jpg"", ""src"": ""https://farm8.staticflickr.com/7201/6934004033_f9a8fe6928.jpg"", ""formatted_filename"": ""f a fe"", ""alt_text"": ""IMG_7386"", ""rendered_width"": 500, ""rendered_height"": 333, ""original_width"": 499, ""original_height"": 333, ""format"": ""jpeg""}, null, {""document_url"": ""https://jaylake.livejournal.com/2012/03/01/"", ""unformatted_src"": ""https://farm8.staticflickr.com/7067/6934001643_998d675593.jpg"", ""src"": ""https://farm8.staticflickr.com/7067/6934001643_998d675593.jpg"", ""alt_text"": ""IMG_7379"", ""rendered_width"": 500, ""rendered_height"": 333, ""original_width"": 499, ""original_height"": 333, ""format"": ""jpeg""}, null, {""document_url"": ""https://jaylake.livejournal.com/2012/03/01/"", ""unformatted_src"": ""https://farm8.staticflickr.com/7202/6934000841_51eb6cc895.jpg"", ""src"": ""https://farm8.staticflickr.com/7202/6934000841_51eb6cc895.jpg"", ""formatted_filename"": ""eb cc"", ""alt_text"": ""IMG_7376"", ""rendered_width"": 500, ""rendered_height"": 333, ""original_width"": 499, ""original_height"": 333, ""format"": ""jpeg""}, {""document_url"": ""https://jaylake.livejournal.com/2012/03/01/"", ""unformatted_src"": ""https://farm8.staticflickr.com/7193/6787899578_735125865b.jpg"", ""src"": ""https://farm8.staticflickr.com/7193/6787899578_735125865b.jpg"", ""alt_text"": ""IMG_7409"", ""rendered_width"": 500, ""rendered_height"": 333, ""original_width"": 499, ""original_height"": 333, ""format"": ""jpeg""}, null]""","""{""url"": ""https://jaylake.livejournal.com/2012/03/01/"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-21/segments/1620243988882.7/warc/CC-MAIN-20210508121446-20210508151446-00052.warc.gz"", ""warc_record_offset"": 365568918, ""warc_record_length"": 124647}""","[ ""The last installment of Shimmer blog's series of Five Authors + Five Questions — This one on advice for newer writers.\n\nSFWA is redirecting Amazon.com links — As usual, Amazon is abusing their market power to the detriment of authors. This is why I started boycotting them two years ago. If you love books and writing, consider doing the same.\n\nWayfarers: Quest for the Cure — Walking through Scotland in quest fantasy drag to raise money for cancer. (Thanks to Jason Block.)\n\nHow To Build A Speech Jamming Gun — Japanese researchers build a gun capable of stopping speakers in mid-sentence.\n\nOldest Arctic Sea Ice is Disappearing — A new study by NASA scientist Joey Comiso has found that the oldest and thickest Arctic sea ice is disappearing at a faster rate than the younger and thinner ice at the edges of the ice cap. The rapid disappearance of older ice makes the Arctic Ocean's sea ice cap more vulnerable to further decline. Nope. No climate change going on here. Nothing to see, move along citizen. Who are you going to believe, Rush Limbaugh or the hard data?\n\nHow do the Times and the Journal Report a Drop in Wall Street Bonuses? — We consume the media we consume in large part because it confirms our preexisting biases, even if we’re sure such biases don’t exist.\n\nIn Veritas Vino — Ta-Nehisi Coates on the latest bit of conservative racism. [T]his embrace of cruelty is arguably the dominant feature of the present conservative movement.\n\nMy family’s involvement with a criminal conspiracy — Slacktivist Fred Clark with a painful personal story about the rampant cleric sexual abuse in the Catholic church.\n\nThe growing intolerance of Mormon intolerance — Does it make you an anti-Mormon bigot if you're anti Mormon bigotry? Is it really a bad thing to be intolerant of intolerance? And in any case, the Mormon church is happy to enter the political realm, but it's somehow not right to treat them as we would any other player in politics. Why?\n\nRomney Has Big Night; So Does Obama\n\n?otd: Did you know Mark Bourne?"", null, ""While I was in Colorado last weekend, we stopped in Salida for lunch. After a misfire at a noisy, crowded restaurant, we wound up at Moonlight Pizza, which has some of the best pizza I've ever eaten.\n\nThey're a microbrewery and pizza joint scenic downtown Salida, inside what looks to me like an old gas station. There's a selection of craft brewed beers, and interestingly, craft brewed sodas as well. I had a truly bitching limeade from the tap, something I'd never encountered. Some of my tablemates enjoyed the beers.\n\nAnd the food… We ordered a capicola, prosciutto and mushroom calzone, along with their T-Guns pizza — red sauce, spinach, pepperoni, tomatoes, cream cheese and jalapenos. Wow to both of those. Just wow. The crust was rich, flavorful and tender. The red sauce was slightly sweet with a very nice seasoning that you could taste even through all the other ingredients. And the topping combinations on both dishes were just amazing. I'm kind of a nut for savory food, and this really hit the spot. Truly amazing pizza.\n\nMoonlight Pizza is highly recommended if you're ever in that part of Colorado."", null, ""The view from downtown Salida"", null, ""(a/k/a my mom) walking the streets"", null, null, ""Moonlight Pizza its own self"", null, null, null, null, ""Art on the walls"", null, null, ""Part of the beer menu"", null, ""The taps their own selves"", null, ""My aunt and her sweetie"", null, null, ""The remains of our table\n\nMark Bourne's funeral is this morning. and I will be heading over to West Seattle soon from where we're staying chez . I'll be delivering the eulogy. Which is one of the most difficult things I have ever written. I'm fairly certain I won't get through it without my own tears. This is for Mark, and for Elizabeth. They deserve my very best.\n\nThis afternoon I'll head out to the Rainforest. Connectivity can be intermittent there, so blogging may be disrupted over the weekend. See some, all or none of you today or tonight."" ]",, +,"[ null, ""https://www.courted.com/wp-content/uploads/2020/06/gua-sha-feature.jpg"", ""https://www.courted.com/wp-content/uploads/2020/06/mask-ne-thumbnail-scaled.jpg"", null ]","""[null, {""document_url"": ""https://www.courted.com/what-is-coolsculpting-and-how-does-it-work/"", ""unformatted_src"": ""https://www.courted.com/wp-content/uploads/2020/06/gua-sha-feature.jpg"", ""src"": ""https://www.courted.com/wp-content/uploads/2020/06/gua-sha-feature.jpg"", ""formatted_filename"": ""gua sha feature"", ""original_width"": 700, ""original_height"": 466, ""format"": ""jpeg""}, {""document_url"": ""https://www.courted.com/what-is-coolsculpting-and-how-does-it-work/"", ""unformatted_src"": ""https://www.courted.com/wp-content/uploads/2020/06/mask-ne-thumbnail-scaled.jpg"", ""src"": ""https://www.courted.com/wp-content/uploads/2020/06/mask-ne-thumbnail-scaled.jpg"", ""formatted_filename"": ""mask ne thumbnail scaled"", ""original_width"": 2560, ""original_height"": 1704, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.courted.com/what-is-coolsculpting-and-how-does-it-work/"", ""warc_filename"": ""crawl-data/CC-MAIN-2020-29/segments/1593655882051.19/warc/CC-MAIN-20200703122347-20200703152347-00107.warc.gz"", ""warc_record_offset"": 841143542, ""warc_record_length"": 8399}""","[ ""What Is CoolSculpting® and How Does It Work?\n\nChange what you see with CoolSculpting®\n\nSometimes diet and exercise just aren’t quite enough to trim your body’s problem areas. We all know the problem spots and we’ve even named them. Love handles, double chins and flabby underarms can be difficult or impossible to target at the gym, and no matter how much kale you eat, that extra fat near your belt line feels like it just refuses to go away.\n\nIn your journey to a slimmer you, CoolSculpting® is your answer to tackle those problem areas that diet and exercise can’t reach.\n\nYears ago, Dr. Dieter Manstein and Dr. R. Rox Anderson of Harvard Medical School made a simple observation — kids who often ate popsicles had dimples. It was a rather simple observation that sprung a rather amazing discovery — the cold of the popsicles was eliminating the fat cells in kids mouths, leading to dimples.\n\nTo take that one step further, Manstein and Anderson had discovered that fat cells freeze at a higher temperature than the other cells around, meaning cold can pinpoint and eliminate fat cells while not harming the surrounding cells. Genius.\n\nCoolSculpting® is the baby of Manstein and Anderson’s research. Scientists took that research and developed a treatment that easily, quickly and permanently eliminates fat cells from the body. By isolating specific problem areas and targeting only the fat there, CoolSculpting® allows patients to finally get rid of those problematic areas that diet and exercise just can’t seem to reach.\n\nHow does CoolSculpting® work?\n\nIf you’ve dieted and lost weight in the past only to have that weight sneak back once your diet was over, that’s because those cells were only ever reduced and could easily swell again once your normal eating routine resumed. Eliminating fat cells altogether means that even once your CoolSculpting® procedure is finished, those cells won’t come back, won’t swell and will stay gone.\n\nThis works thanks to a little process called cryolipolysis. This process happens when cold is used to pinpoint and target specific fat cells in order to freeze them, kill them and kick start the metabolic process into riding them of your body. This is the process that CoolSculpting® utilizes in order to permanently eliminate fat cells from your body altogether.\n\nOver the course of the following weeks and months, your body begins to metabolize and eliminate those dead fat cells, thinning your fat layer and producing a more sculpted you.\n\nThe procedure starts by applying a gel pad to the desired area. Then, the CoolSculpting® applicator is attached and pulls the fatty area into the applicator cup. As the name suggests, controlled freezing is then delivered to the targeted area and begins freezing fat cells. The cold sensation can be a bit jarring to some, but it typically dissipates after five to 10 minutes as the area numbs.\n\nDuring the procedure, you’re free to read, work, nap, stream TV shows or do whatever you would normally while sitting in a chair. Once you’re finished, you’re immediately able to go directly into your next activity and get back to your life because unlike liposuction or other surgical body sculpting procedures, there’s no recovery or downtime with CoolSculpting®.\n\nImmediately following your first CoolSculpting® treatment, your body will begin to metabolize the dead fat cells, and over the course of the following weeks, you can start noticing a reduction in fat in the areas that you treated. The best results usually show up around a month to three months after your treatment works as your body fully metabolizes and eliminates the frozen fat cells.\n\nCheck out some of the testimonials from former patients and learn more about the proven results of CoolSculpting®.\n\nHave more questions about how CoolSculpting® works?"", null, null, ""Combating ‘Mask-ne’: How to Avoid Skin Irritations Caused by PPE"" ]",, +,"[ ""http://www.premierguitar.com/ext/resources/images/content/2020-08/LNU/Aug20_LNU_Eventide_ShimmerVerb_FEAT.jpg?1596648754"", ""https://www.premierguitar.com/ext/resources/images/content/2020-08/LNU/Aug20_LNU_Eventide_ShimmerVerb_WEB.jpg"", null ]","""[{""document_url"": ""https://www.premierguitar.com/articles/30643-eventide-releases-the-shimmerverb-plug-in"", ""unformatted_src"": ""//www.premierguitar.com/ext/resources/images/content/2020-08/LNU/Aug20_LNU_Eventide_ShimmerVerb_FEAT.jpg?1596648754"", ""src"": ""http://www.premierguitar.com/ext/resources/images/content/2020-08/LNU/Aug20_LNU_Eventide_ShimmerVerb_FEAT.jpg?1596648754"", ""formatted_filename"": ""Aug LNU Eventide ShimmerVerb FEAT"", ""alt_text"": ""LNU"", ""original_width"": 980, ""original_height"": 565, ""format"": ""jpeg""}, {""document_url"": ""https://www.premierguitar.com/articles/30643-eventide-releases-the-shimmerverb-plug-in"", ""unformatted_src"": ""/ext/resources/images/content/2020-08/LNU/Aug20_LNU_Eventide_ShimmerVerb_WEB.jpg"", ""src"": ""https://www.premierguitar.com/ext/resources/images/content/2020-08/LNU/Aug20_LNU_Eventide_ShimmerVerb_WEB.jpg"", ""formatted_filename"": ""Aug LNU Eventide ShimmerVerb WEB"", ""original_width"": 980, ""original_height"": 565, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.premierguitar.com/articles/30643-eventide-releases-the-shimmerverb-plug-in"", ""warc_filename"": ""crawl-data/CC-MAIN-2020-40/segments/1600401617641.86/warc/CC-MAIN-20200928234043-20200929024043-00541.warc.gz"", ""warc_record_offset"": 992990876, ""warc_record_length"": 13909}""","[ null, null, ""Little Ferry, NJ (August 6, 2020) -- Eventide Audio has released its new ShimmerVerb plug-in, combining a massively lustrous reverb with parallel pitch shifters to add ethereal layers, making any signal “shimmer.” Producers and engineers have previously achieved this effect by using Eventide pitch-shifting hardware such as the H910, H949, or H3000 or other rack-mount units in combination with a reverb. This production technique was popularized by Daniel Lanois and Brian Eno on U2’s The Unforgettable Fire. Now, this iconic sound has been refined and extended with a modern, unified interface that is great for adding dreamy ambiance to guitars, keys, synths, samples and vocals. In typical Eventide fashion, features have been added such as the ability to infinitely feedback the signal, resulting in cascading reverbs that smear into oblivion. Feedback can be further fine-tuned by specifying which frequencies are fed back through the low/mid/high cross-over network.\n\nShimmerVerb shines via its playable, performance-based parameters. The “Ribbon” is an easy-to-program performance macro allowing users to fluidly morph ShimmerVerb’s effect between two completely different settings of any combination of controls. Desktop users can plug in a MIDI keyboard and gain tactile command over this function via the modulation wheel. Ribbon mappings are great for Feedback swells, moving the Pitch knobs, or changing the room Size parameter for a massive detuning result. ShimmerVerb also boasts a HotSwitch for calling up another state of parameters inside the same preset, useful for changing octaves, turning off/on the pitch shifters, or simply turning the Mix up or down while crafting a performance. Finally, the Freeze button allows users to make smeared textures out of single voices, full pads, or percussive elements resulting in metallic “shimmers.”\n\nShimmerVerb uniquely features parallel pitch-shifters on the reverb tail that deliver perfect fourth, fifth and octave shifts within a full range of four octaves of pitch shifting (from two octaves down to two octaves up), and MicroPitch tuning is available around perfect intervals. Pitched signals can be delayed up to one second or synched to a DAW’s tempo. The Feedback parameter determines how much delayed signal is fed back into the input of the reverb.\n\nShimmerVerb for Mac and PC supports VST, AAX, and AU plug-in protocols for compatibility with every DAW and is available at an introductory price of $39 through September 8, 2020 (regular MSRP is $99). The iOS version of ShimmerVerb, which works as a standalone app, AudioUnit v3 plug-in, or Inter-App Audio effect, is priced at $14.99, with a special intro price of $9.99 through September 10, 2020."" ]",, +,"[ ""https://consequenceofsound.net/wp-content/uploads/2016/05/screen-shot-2016-05-24-at-1-36-27-pm.png?w=807"", null ]","""[{""document_url"": ""https://consequenceofsound.net/2016/05/liam-gallagher-calls-brother-noel-a-potato-declares-fuck-oasis/"", ""unformatted_src"": ""https://consequenceofsound.net/wp-content/uploads/2016/05/screen-shot-2016-05-24-at-1-36-27-pm.png?w=807"", ""src"": ""https://consequenceofsound.net/wp-content/uploads/2016/05/screen-shot-2016-05-24-at-1-36-27-pm.png?w=807"", ""formatted_filename"": ""screen shot at pm"", ""rendered_width"": 807, ""rendered_height"": 534, ""original_width"": 807, ""original_height"": 534, ""format"": ""jpeg""}, null]""","""{""url"": ""https://consequenceofsound.net/2016/05/liam-gallagher-calls-brother-noel-a-potato-declares-fuck-oasis/"", ""warc_filename"": ""crawl-data/CC-MAIN-2020-50/segments/1606141711306.69/warc/CC-MAIN-20201202144450-20201202174450-00563.warc.gz"", ""warc_record_offset"": 242355875, ""warc_record_length"": 40831}""","[ null, ""For a minute there, it seemed like the infamous feud between Liam and Noel Gallagher had finally subsided. Early last year, the two appeared to have buried the hatchet, and they separately even began talking about an Oasis reunion in a vaguely positive (read: money dependent) light. Well, so much for that lovely thought, as Liam apparently now thinks his brother is a starchy tuberous root.\n\nIn a series of tweets, Liam repeatedly called his brother a “potato.” The whole thing seems to have spun off from an interview producer David Holmes gave to Gigwise. Holmes described the new in-the-works album from Noel Gallagher’s High Flying Birds as “fun,” a descriptor which Liam apparently found offensive. After calling Holmes a “ginge” (ie, a ginger, ie, an individual with red hair), he compared NGHFB unfavorably to Wham!. The rant was capped off with a rather definitive, “FUCK OASIS.”\n\nPerhaps he’s just peeved his own Beady Eye band didn’t work out? Read all his tweets below.\n\nGo on have a whinge fan boys LG x"" ]",, +,"[ ""https://mosedales.typepad.com/.a/6a00e550d4cce38834017d427a78c2970c-320wi"", null, ""https://mosedales.typepad.com/.a/6a00e550d4cce38834017ee9eec4e5970d-320wi"", null ]","""[{""document_url"": ""https://www.pylonofthemonth.org/2013/04/index.html"", ""unformatted_src"": ""https://mosedales.typepad.com/.a/6a00e550d4cce38834017d427a78c2970c-320wi"", ""src"": ""https://mosedales.typepad.com/.a/6a00e550d4cce38834017d427a78c2970c-320wi"", ""formatted_filename"": ""a e d cce d a c c wi"", ""alt_text"": ""Pylon"", ""original_width"": 320, ""original_height"": 213, ""format"": ""jpeg""}, null, {""document_url"": ""https://www.pylonofthemonth.org/2013/04/index.html"", ""unformatted_src"": ""https://mosedales.typepad.com/.a/6a00e550d4cce38834017ee9eec4e5970d-320wi"", ""src"": ""https://mosedales.typepad.com/.a/6a00e550d4cce38834017ee9eec4e5970d-320wi"", ""formatted_filename"": ""a e d cce ee eec e d wi"", ""alt_text"": ""Argyll pylon"", ""original_width"": 320, ""original_height"": 180, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.pylonofthemonth.org/2013/04/index.html"", ""warc_filename"": ""crawl-data/CC-MAIN-2020-24/segments/1590347434137.87/warc/CC-MAIN-20200603112831-20200603142831-00403.warc.gz"", ""warc_record_offset"": 854323879, ""warc_record_length"": 7631}""","[ null, ""This month's pylon comes to you from the M5 motorway. It follows in the fine tradition of pylon photos taken whilst travelling, with the earliest example (from July 2009) being this one on the M6 motorway. The fan of the website who submitted this month's photo said:\n\nThis was photographed from the M5 whilst coming home on Friday evening. I can't quite remember where it is but my best guess was somewhere between Gloucester and Birmingham. I was actually trying some arty shots of the sunset, but the pylon sort of strayed into my shot.\n\nSo a serendipitous photo rather than a planned pylon photo shoot, but Pylon of the Month is more than happy to accept any submissions whether deliberate or accidental. As the M5 has cropped up I feel that a bit more information is called for and I'll start with some construction history. It is a rather messy story, but it starts in 1962 with the construction of a two lane motorway in Worcestshire and in the same year a section near Filton in Bristol was also opened. This latter section of the M5 began addressing the traffic problems in Bristol dating back to the 1930s. More details of the construction history and a rather splendid photograph of the first cars (led by the Lord Mayor of Bristol in his Daimler) precessing down the new Bristol section of the motorway via flickr and brizzle born and bred.\n\nIn other pylon news this month, the bad weather in Scotland led to sheets of snow and ice damaging eight pylons in Argyll as reported by the BBC and many areas were without electricity for days. Even if you aren't the biggest fan of pylons, you miss them if they meet the fate of the one below and your electricity supply is cut off as a result!"", null, ""There is plenty more that I could report but I'll leave it there this month. You can after all get too much of a good thing, or as the saying (via Mary Poppins) goes in our house \""enough is as good as a feast\"". If you want to hear Mary Poppins say it herself then you can hear all four seconds of it here."" ]",, +,"[ null, ""https://www.njedreport.com/wp-content/uploads/2021/12/NJ-Education-Report-social-media-1-300x169.jpg"", null, ""https://www.njedreport.com/wp-content/uploads/2022/02/a5f0eb48-98ea-4ba3-aeba-80589860575b-300x200.jpg"", ""https://www.njedreport.com/wp-content/uploads/2018/05/lakewood-meets-over-possible-teacher-layoffs-5817-8608476f2abbc61c-300x200.jpg"", null ]","""[null, {""document_url"": ""https://www.njedreport.com/2012/07/05/newark-advisory-board-votes-for-adults-not-children/"", ""unformatted_src"": ""https://www.njedreport.com/wp-content/uploads/2021/12/NJ-Education-Report-social-media-1-300x169.jpg"", ""src"": ""https://www.njedreport.com/wp-content/uploads/2021/12/NJ-Education-Report-social-media-1-300x169.jpg"", ""formatted_filename"": ""NJ Education Report social media"", ""original_width"": 300, ""original_height"": 169, ""format"": ""jpeg""}, null, {""document_url"": ""https://www.njedreport.com/2012/07/05/newark-advisory-board-votes-for-adults-not-children/"", ""unformatted_src"": ""https://www.njedreport.com/wp-content/uploads/2022/02/a5f0eb48-98ea-4ba3-aeba-80589860575b-300x200.jpg"", ""src"": ""https://www.njedreport.com/wp-content/uploads/2022/02/a5f0eb48-98ea-4ba3-aeba-80589860575b-300x200.jpg"", ""formatted_filename"": ""a f eb ea ba aeba b"", ""original_width"": 300, ""original_height"": 200, ""format"": ""jpeg""}, {""document_url"": ""https://www.njedreport.com/2012/07/05/newark-advisory-board-votes-for-adults-not-children/"", ""unformatted_src"": ""https://www.njedreport.com/wp-content/uploads/2018/05/lakewood-meets-over-possible-teacher-layoffs-5817-8608476f2abbc61c-300x200.jpg"", ""src"": ""https://www.njedreport.com/wp-content/uploads/2018/05/lakewood-meets-over-possible-teacher-layoffs-5817-8608476f2abbc61c-300x200.jpg"", ""formatted_filename"": ""lakewood meets over possible teacher layoffs f abbc c"", ""original_width"": 300, ""original_height"": 200, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.njedreport.com/2012/07/05/newark-advisory-board-votes-for-adults-not-children/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-21/segments/1652662510117.12/warc/CC-MAIN-20220516104933-20220516134933-00126.warc.gz"", ""warc_record_offset"": 1084888602, ""warc_record_length"": 32908}""","[ ""Newark Advisory Board Votes for Adults, Not Children\n\nNewark Superintendent Cami Anderson has overruled the district Advisory Board and now some of the city’s most successful charter schools will be able to lease five district-owned buildings that are currently empty or underused. See NJ Spotlight and the Star-Ledger for background.\n\nNot so much. From the Star-Ledger:\n\nDozens of angry, frustrated parents and community leaders, however, spoke against the leases at Monday’s advisory school board meeting, making a final plea that the arrangements are unfair to students in regular district schools. Three facilities being leased housed schools that Anderson closed last month because of low test scores and enrollment.\n\nThe chairman of the local board last night was very critical of the decision.\n“The board members took this issue of leasing very, very seriously,” said Antoinette Baskerville-Richardson, recently elected as the board’s chairman. “At this point, what has happened is that the democratic rights of the voters we represent have been totally disrespected.”\n\nInterestingly, those totally-disrespected democratic rights only apply to charter organizations. The board did unanimously approve one of the leases: a new charter to be run by a former traditional public school teacher from Science Park High School.\n\nThis isn’t about the thousands of kids on waiting lists, put there by their parents. This isn’t about the fact that some of the leased buildings are unoccupied and that the district currently has 8,000 empty seats. It’s not about the money, which within two years will surpass the grant from FaceBook’s Mark Zuckerberg.\n\nInstead, it’s that anti-charter school fervor which privileges adults over children.\n\nOne of the arguments made by charter school detractors is that schools like North Star and Team Academy “cream off” students with strong parental support or greater academic aptitude or fewer special needs. (See, by the way, Mike Petrelli’s reading of the recent Government Accountability Office study, which analyzed whether charter schools enroll fewer students with disabilities.) In many ways, it’s a question of scale: if there’s few charter school seats, there’s fewer kids who have the opportunity to escape from chronically failing traditional public schools.\n\nSo in Newark, there’s an opportunity to push the envelope on that scaling problem. More families will have a choice between, say, attending North Star, which has a 95% graduation rate, or West Side High, with a 54% graduation rate. That’s good for kids.\n\nBut it’s bad for the adults who sit on the Newark Advisory Board (Shavar Jeffries gets a bye on this) who will see their oversight depleted. And it’s bad for the leadership of the Newark Teachers Union, which will see its annual dues revenue decrease and its power diminished.\n\nMayor Cory Booker nails it: “We have an opportunity to expand high-quality school options for children and create revenue for the district, yet we continue to let the interest of adults get in the way of the interest of our kids.”"", null, ""Help Us Serve Your Education News Needs! Three Minutes of"", null, null, ""“You Broke Our Dreams.” Latina Mom “Talks the Truth” to"" ]",, +,"[ null, ""https://s3media.freemalaysiatoday.com/wp-content/uploads/2020/01/Novak-Djokovic-AP-300120-218x150.jpg"", ""https://s3media.freemalaysiatoday.com/wp-content/uploads/2019/09/FMT-KLIA-IMMIGRATION-AIRPORTS-030919-2-218x150.jpg"" ]","""[null, {""document_url"": ""https://www.freemalaysiatoday.com/category/world/2020/03/19/s-korea-covid-19-cases-rebound-after-nursing-home-outbreak/"", ""unformatted_src"": ""https://s3media.freemalaysiatoday.com/wp-content/uploads/2020/01/Novak-Djokovic-AP-300120-218x150.jpg"", ""src"": ""https://s3media.freemalaysiatoday.com/wp-content/uploads/2020/01/Novak-Djokovic-AP-300120-218x150.jpg"", ""formatted_filename"": ""Novak Djokovic AP"", ""rendered_width"": 218, ""rendered_height"": 150, ""original_width"": 218, ""original_height"": 150, ""format"": ""jpeg""}, {""document_url"": ""https://www.freemalaysiatoday.com/category/world/2020/03/19/s-korea-covid-19-cases-rebound-after-nursing-home-outbreak/"", ""unformatted_src"": ""https://s3media.freemalaysiatoday.com/wp-content/uploads/2019/09/FMT-KLIA-IMMIGRATION-AIRPORTS-030919-2-218x150.jpg"", ""src"": ""https://s3media.freemalaysiatoday.com/wp-content/uploads/2019/09/FMT-KLIA-IMMIGRATION-AIRPORTS-030919-2-218x150.jpg"", ""formatted_filename"": ""FMT KLIA IMMIGRATION AIRPORTS"", ""rendered_width"": 218, ""rendered_height"": 150, ""original_width"": 218, ""original_height"": 150, ""format"": ""jpeg""}]""","""{""url"": ""https://www.freemalaysiatoday.com/category/world/2020/03/19/s-korea-covid-19-cases-rebound-after-nursing-home-outbreak/"", ""warc_filename"": ""crawl-data/CC-MAIN-2020-40/segments/1600401585213.82/warc/CC-MAIN-20200928041630-20200928071630-00375.warc.gz"", ""warc_record_offset"": 807505859, ""warc_record_length"": 29239}""","[ ""SEOUL: South Korea posted a jump in new coronavirus cases on Thursday, reversing days of slowing infections after a new outbreak emerged in a nursing home in the hardest-hit city of Daegu.\n\nThe Korea Centers for Disease Control and Prevention reported 152 new cases, taking the national tally to 8,565.\n\nThe country had recorded fewer than 100 new infections for four days in a row until Wednesday.\n\nAmong the new cases, 97 are from Daegu, southeast of Seoul, where the KCDC said at least 74 patients at a nursing home have tested positive for the virus this week.\n\nThe KCDC did not specify now many of the new cases were linked to the nursing home directly.\n\nThe fresh outbreak has prompted Daegu officials to launch extensive checks on all other nursing homes involving more than 33,000 people.\n\n“The rise in new infections could be ascribed to the nursing home where the outbreak occurred and our across-the-board survey on similar facilities”, Daegu Mayor Kwon Young-jin told a briefing, without elaborating on the numbers."", null, null ]",, +,"[ ""https://blogs.library.duke.edu/rubenstein/files/2012/04/womanandhermind-web.jpg"", ""http://blogs.library.duke.edu/rubenstein/files/2012/04/womanandhermind-web.jpg"", null ]","""[{""document_url"": ""https://blogs.library.duke.edu/rubenstein/2012/04/05/acting-across-borders-celebrating-the-meredith-tax-papers/"", ""unformatted_src"": ""https://blogs.library.duke.edu/rubenstein/files/2012/04/womanandhermind-web.jpg"", ""src"": ""https://blogs.library.duke.edu/rubenstein/files/2012/04/womanandhermind-web.jpg"", ""formatted_filename"": ""womanandhermind web"", ""alt_text"": ""descriptive image"", ""rendered_width"": 300, ""rendered_height"": 434, ""original_width"": 300, ""original_height"": 434, ""format"": ""jpeg""}, {""document_url"": ""https://blogs.library.duke.edu/rubenstein/2012/04/05/acting-across-borders-celebrating-the-meredith-tax-papers/"", ""unformatted_src"": ""http://blogs.library.duke.edu/rubenstein/files/2012/04/womanandhermind-web.jpg"", ""src"": ""http://blogs.library.duke.edu/rubenstein/files/2012/04/womanandhermind-web.jpg"", ""formatted_filename"": ""womanandhermind web"", ""rendered_width"": 300, ""rendered_height"": 434, ""original_width"": 300, ""original_height"": 434, ""format"": ""jpeg""}, null]""","""{""url"": ""https://blogs.library.duke.edu/rubenstein/2012/04/05/acting-across-borders-celebrating-the-meredith-tax-papers/"", ""warc_filename"": ""crawl-data/CC-MAIN-2023-06/segments/1674764494826.88/warc/CC-MAIN-20230126210844-20230127000844-00790.warc.gz"", ""warc_record_offset"": 166077655, ""warc_record_length"": 14851}""","[ null, null, ""Meredith Tax, writer and political activist since the late 1960s, has founded or co-founded a series of feminist and social justice organizations starting with Bread and Roses, an early socialist-feminist group in Boston. Her 1970 essay, “Woman and Her Mind: The Story of Everyday Life,” is considered a foundational text of the U.S. women’s liberation movement. “Acting Across Borders” will focus on the main questions Tax explored in this essay and throughout her work as a feminist: race, class, and internationalism.\n\nThis fifth symposium of the Sallie Bingham Center for Women’s History and Culture will feature notable feminist activists, writers, and scholars:\n\nFree and open to the public. Co-sponsored by the Office of the President, the Office of the Provost, the Dean of Arts and Sciences, Duke University Libraries, African and African American Studies, Franklin Humanities Institute, the Program in Women’s Studies, the Women’s Center, David M. Rubenstein Rare Book & Manuscript Library, and the Sallie Bingham Center for Women’s History and Culture. Part of the Future of the Feminist 70s series hosted by the Program in Women’s Studies.\n\n\""'As Far as Possible from Forgetfulness': The Trinity College Historical Society\""\nOct. 25th: Race, Medicine, Authorship and the \""Discovery\"" of Sickle Cell Disease in 1910-1911\nLecture: The History and Legacy of Ivory Anatomical Manikins"" ]",, +,"[ null, ""https://ugandaradionetwork.net/a/helpers/image.php?fileId=178093&m=0&w=1200&h=600"", null ]","""[null, {""document_url"": ""https://ugandaradionetwork.net/story/buvuma-district-adopts-new-charging-policy-to-increase-local-revenue-"", ""unformatted_src"": ""/a/helpers/image.php?fileId=178093&m=0&w=1200&h=600"", ""src"": ""https://ugandaradionetwork.net/a/helpers/image.php?fileId=178093&m=0&w=1200&h=600"", ""formatted_filename"": ""image"", ""original_width"": 1200, ""original_height"": 600, ""format"": ""jpeg""}, null]""","""{""url"": ""https://ugandaradionetwork.net/story/buvuma-district-adopts-new-charging-policy-to-increase-local-revenue-"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-05/segments/1642320302715.38/warc/CC-MAIN-20220121010736-20220121040736-00639.warc.gz"", ""warc_record_offset"": 638692794, ""warc_record_length"": 10436}""","[ ""Business and finance\nAgriculture\nLocal government\nBuvuma District, Uganda\nThe Assistant Chief Administrative Officer-ACAO Ismael Kabonge told Uganda Radio Network that since the creation of Buvuma district in July 1 2010 it has been failing to collect the estimated local revenue and making recoveries of unrealized amounts due to gaps in the legal framework.\n24 Oct 2019 11:20\nBuvuma District, Uganda\nBusiness and finance Agriculture Local government"", null, ""\nThe district local government of Buvuma has adopted a new charging policy to help improve on its local revenue base.\n\nAfter various deliberations and council sessions, the policy was approved by the solicitor general to rise revenue by fees and licenses on specified businesses and activities.\n\nThe policy mainly targets landing sites as the major source of revenue, markets and building plans.\n\nBuvuma district thrives on fishing and farming as the major economic activities. However, the district has been finding it difficult to enforce the process of revenue collection.\n\nIn the new charging policy, the district prevents residents from using the lake for any fishing activity before paying the user fee and issued a receipt, license or operation permit.\n\n“Landing site user fees shall be charged on persons, fishing vessels or transport vessels using landing sites or accessing the fisheries resources within Buvuma District,” the policy reads in part.\n\nIt also indicates that the payments to any given business shall be the responsibility of a person carrying out a specified business in the market landing site or any place.\n\nThe policy stops erection of buildings structures without an approved plan which shall be in the physical planning act of 2010. It also provides guidelines for seasonal, daily market, bulk deliveries and other businesses including factories, bars, petrol stations, shops, quarries, and financial institutions.\n\nThe Assistant Chief Administrative Officer-ACAO Ismael Kabonge told Uganda Radio Network that since the creation of Buvuma district in July 1 2010 it has been failing to collect the estimated local revenue and making recoveries of unrealized amounts due to gaps in the legal framework.\n\n“On several occasions we have been failing to raise the budgeted amounts especially from our major source of local revenue which is the lake user fees. Buvuma has been lacking a policy to use in determining and demanding the unpaid revenue” Kabonge notes.\n\nIn the financial year 2018/19, the district and its lower local governments budgeted to raise Shillings 200 million as revenue from the lake user fees but only realized Shillings 49, 488, 000 though they since then failed to recover the balance.\n\nAlex Mabirizi the District Chairperson explains that this will guide in setting up a well planned community.\n\n“Once we succeed in implementing this new tax ordinance the district shall be able to the underdevelopment so as to improve the standards of schools, community healthcare and the district infrastructure.” Mabirizi says explaining that they have now embarked on sensitizing lower local leaders and the community about the policy.\n\nJames Kamanzi, a boat owner at Kirongo landing site says that they have always requested for the charging policy after the enforcement officers charging them differently revealing that at times they could be charged heavily than others depending on the relationship with the officers.\n\nThe adopted charging policy recommends that once one feels aggrieved appeals to the Chief Administrative Office within fourteen days. In case of offending the policy one is liable is imprisoned to a period not exceeding six months, paying a fine of not exceeding two currency points which is equivalent to twenty thousand shillings or serve both penalties."" ]",, +,"[ ""https://radio-adelaide-media.storage.googleapis.com/wp-content/uploads/2017/05/02140844/SC_230517_FamilyMatters_LeataClarke--790x435.jpg"", null ]","""[{""document_url"": ""https://radioadelaide.org.au/2017/05/26/family-matters-campaign-launched-in-south-australia/"", ""unformatted_src"": ""https://radio-adelaide-media.storage.googleapis.com/wp-content/uploads/2017/05/02140844/SC_230517_FamilyMatters_LeataClarke--790x435.jpg"", ""src"": ""https://radio-adelaide-media.storage.googleapis.com/wp-content/uploads/2017/05/02140844/SC_230517_FamilyMatters_LeataClarke--790x435.jpg"", ""formatted_filename"": ""SC FamilyMatters LeataClarke"", ""rendered_width"": 790, ""rendered_height"": 435, ""original_width"": 790, ""original_height"": 435, ""format"": ""jpeg""}, null]""","""{""url"": ""https://radioadelaide.org.au/2017/05/26/family-matters-campaign-launched-in-south-australia/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-40/segments/1664030335054.79/warc/CC-MAIN-20220927162620-20220927192620-00640.warc.gz"", ""warc_record_offset"": 524106014, ""warc_record_length"": 13042}""","[ null, ""Family Matters is a national campaign to ensure Aboriginal and Torres Strait Islander children and young people grow up safe and cared for in family, community and culture.\n\nLast week, the campaign was officially launched in South Australia at an event in Rundle Mall which included performances from Yellaka, Dusty Feet Mob and Kalaya Children’s Choir.\n\nLeata Clarke is Chairperson of the Family Matters campaign in South Australia and she spoke to Small Change’s Lisa Burns about the campaign, the out-of-home care rates for Aboriginal and Torres Strait Islander children, the systemic changes that need to take place, and her hopes for the campaign’s future."" ]",, +,"[ null, ""http://s3.amazonaws.com/files.thegamecrafter.com/27ce5f4e422ebfcf73fc195ec0d3f0a9f3172f94"" ]","""[null, {""document_url"": ""https://www.thegamecrafter.com/games/villages"", ""unformatted_src"": ""//s3.amazonaws.com/files.thegamecrafter.com/27ce5f4e422ebfcf73fc195ec0d3f0a9f3172f94"", ""src"": ""http://s3.amazonaws.com/files.thegamecrafter.com/27ce5f4e422ebfcf73fc195ec0d3f0a9f3172f94"", ""formatted_filename"": ""ce f e ebfcf fc ec d f a f f"", ""alt_text"": ""designer logo"", ""original_width"": 300, ""original_height"": 300, ""format"": ""jpeg""}]""","""{""url"": ""https://www.thegamecrafter.com/games/villages"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-33/segments/1659882570879.1/warc/CC-MAIN-20220808213349-20220809003349-00384.warc.gz"", ""warc_record_offset"": 935881800, ""warc_record_length"": 13444}""","[ ""A construct and conquer card game. Whose will stand?\n\nA new land has been discovered! As the ruler of your own tiny kingdom, this is your big chance to expand your territory and (more importantly) make some serious gold. But the rulers of the other nearby kingdoms have also learned of this new land, and they're gathering their troops for battle! Prepare for all-out war as you try to build bigger villages than your neighbors... no matter what it takes!\n\nVillages is a rummy-style card game for 2 to 5 players. The rules are simple--collect 3 or more cards of the same color and lay them down to build a village. Build bigger villages than everyone else to earn more gold!\n\nBut not everybody likes to play nice. If another player's village contains a card you'd like to have, you can fight them for it in a one-on-one duel. Each of the 20 different unit types has its own strengths and weaknesses, so a knowledge of each unit's unique abilities (and a little bit of luck) is crucial to winning the battle and taking home the prize.\n\nHow you decide to play is up to you, but one thing is clear: the only way to send your rivals packing is to be the first to earn 100 gold coins. Do you have what it takes to rule an empire?\n\nThanks for visiting and supporting Villages! I'd love to hear your feedback. Please review the game below if you've played it before and have something to share.\n\n3rd Edition (April 20, 2012): Updated the overall design and improved the wording on a handful of cards. Reduced the number of possible players from 6 to 5 based on user feedback.\n\n2nd Edition (January 12, 2012): Made minor functional changes to some cards. Improved the wording on many others."", null ]",, +,"[ ""https://consumervaluecreation.files.wordpress.com/2018/03/iphony.jpg?w=672&h=372&crop=1"", null ]","""[{""document_url"": ""https://consumervaluecreation.com/2018/03/11/pipelines-platforms-and-the-new-rules-of-strategy/"", ""unformatted_src"": ""https://consumervaluecreation.files.wordpress.com/2018/03/iphony.jpg?w=672&h=372&crop=1"", ""src"": ""https://consumervaluecreation.files.wordpress.com/2018/03/iphony.jpg?w=672&h=372&crop=1"", ""formatted_filename"": ""iphony"", ""rendered_width"": 672, ""rendered_height"": 372, ""original_width"": 672, ""original_height"": 372, ""format"": ""jpeg""}, null]""","""{""url"": ""https://consumervaluecreation.com/2018/03/11/pipelines-platforms-and-the-new-rules-of-strategy/"", ""warc_filename"": ""crawl-data/CC-MAIN-2023-06/segments/1674764500250.51/warc/CC-MAIN-20230205063441-20230205093441-00367.warc.gz"", ""warc_record_offset"": 205225025, ""warc_record_length"": 28339}""","[ null, ""In this post I will review and discuss the article ‘Pipelines, Platforms, and the new rules of strategy’ published in Harvard business review April issue of 2016.\n\nIn the introduction of the article the success of the Apple iPhone is highlighted. When the iPhone was first released in 2007 Apple was a very small player in the phone manufacturing industry, but by 2015 the iPhone was singlehandedly generating 92% of all the profits in the industry. The authors attribute this success to Apple’s intelligent view of what a mobile phone is. While other phone manufacturers saw mobile phones as just products with a certain amount of features that may or may not be innovative, Apple considered the iPhone to be a platform and focused on building a community around it instead.\n\nThe iPhone was used by Apple to create a two sided platform, bringing producers and consumers together in one place. Enabling Apple to take advantage of network effects. By doing so platform business models can be a destructive force to traditional, or as the authors of this paper prefer to call them, pipeline business models. When we consider disruptive platform businesses we tend to quickly think about disruptive startups such as Airbnb and Uber. However, the Apple iPhone was just as disruptive to the phone manufacturing industry as Airbnb and Uber were to their respective industries.\n\nThe authors identify three key shifts a successful platform has to make from a traditional business model. First platforms need to identify that its most valuable resources are likely not tangible assets, but intangible assets. The network, consisting of the community of producers and consumers and all the assets they bring to the table, is the platform’s most valuable asset. Second, this means that facilitating interactions between the consumers and producers should be your number one priority. Internal optimization of processes, which is key for pipeline businesses, becomes less important. Persuading new participants to become part of the ecosystem and governing said ecosystem is an essential part of running a successful platform business. Last, Platforms do not need to worry about maximizing customer value because they rarely engage in transactions with customers themselves. Instead, platforms should focus on maximizing the value of the ecosystem by utilizing network effects.\n\nThe authors then go on by discussing the strategic implications the platform business model has for businesses. They argue that the optimal strategy for pipeline businesses can be determined by looking at the competitive forces as described in the the five forces model, introduced by Micheal Porter in 1979. (Porter, 1979) However, they then go on by saying the five forces model is not fully applicable to platform businesses as the model does not take into account network effects. I believe this to be a powerful observation. Platforms do not only compete against other producers, but also compete against other platforms. The stability regarding the other four competitive forces is also disrupted. Platform participants can be suppliers and buyers, but a participant does not need to play one of these roles exclusively. Successful platforms are often the ultimate substitute threat to an industry.\n\nThe final important factor for platforms to take advantage of strategically are the positive spillover effects that emerge from a platform ecosystem. Positive spillover effects in platform ecosystems exist mainly in the form of user data. It is important that platform bulginesses capture as much of this data as possible, as it can be used to improve the core user interactions by generating more helpful matchmaking recommendations and pricing policies. The usefulness of a data set increases with its size. Platform businesses should therefore be worried about increasing the size of its ecosystem and volume of its its facilitated interactions. Standard metrics to measure a business’s success do not necessarily apply to platforms, as expansion and size are more valuable to platforms due to network effects. Sadly network effects also work in reverse. If a platform is managed poorly, and negative instead of positive feedback loops emerge, network effects can reduce the value of a platform rapidly."" ]",, +,"[ ""https://static.businessinsider.com/image/55298379eab8ea7d519b9969-400/image.jpg"", null ]","""[{""document_url"": ""https://www.businessinsider.com.au/obama-has-historic-meeting-with-cuban-president-raul-castro-2015-4"", ""unformatted_src"": ""https://static.businessinsider.com/image/55298379eab8ea7d519b9969-400/image.jpg"", ""src"": ""https://static.businessinsider.com/image/55298379eab8ea7d519b9969-400/image.jpg"", ""formatted_filename"": ""image"", ""alt_text"": ""Obama Castro "", ""original_width"": 400, ""original_height"": 300, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.businessinsider.com.au/obama-has-historic-meeting-with-cuban-president-raul-castro-2015-4"", ""warc_filename"": ""crawl-data/CC-MAIN-2020-10/segments/1581875147234.52/warc/CC-MAIN-20200228135132-20200228165132-00468.warc.gz"", ""warc_record_offset"": 641699205, ""warc_record_length"": 17419}""","[ null, ""APPresident Barack Obama (second row, right) and Raul Castro (second row, left) with other leaders at the Summit of the Americas.\n\nUS President Barack Obama had what he described as “obviously an historic meeting” with Cuban President Raul Castro on Saturday in Panama.\n\nThe talks between Obama and Castro were the first in-person meeting of American and Cuban leaders since the 1950’s. They occurred on the sidelines of the Summit of the Americas after both men made what Agence France-Presse described as “conciliatory speeches” in front of other regional leaders.\n\nObama and Castro’s meeting occurred on the heels of the announcement late last year that America would begin normalizing relations with Cuba.\n\nAccording to a White House press pool report, Obama spoke during his meeting with Castro and noted the history between the US and Cuba has been complicated. Relations between US and the island nation, which is located about 100 miles south of Florida began to deteriorate in 1959 after the revolution that brought the Communist regime of Castro’s brother, Fidel, to power.\n\n“Over time it is possible for us to turn the page and develop a new relationship between our two countries,” Obama said.\n\nObama also reportedly described past US policy towards Cuba as not having worked and declared it “was time for us to try something new.” Among other things, the US has concerns about democracy and human rights in Cuba. The Cuban government also has issues with US policy, which Castro outlined in his speech at the summit. According to the pool report, Obama acknowledged Castro’s remarks, which led to a smile from the Cuban president, and said he believed the two governments could disagree with each other respectfully.\n\nCastro spoke in Spanish following his talks with Obama and his comments were translated through an interpreter. The pool report said Castro expressed agreement with everything Obama said and acknowledged the two nations might have differences “with respect of the ideas of the others.”\n“We are willing to discuss everything but we need to be patient, very patient,” Castro said through the interpreter, adding, “We might disagree on something today on which we could agree tomorrow.”\nCastro also reportedly acknowledged the members of the US and Cuban delegations and urged them to listen to their leaders, which prompted a laugh from Obama. The pair shook hands before reporters were ushered out of the room.\nView a picture of the meeting below."" ]",, +,"[ ""https://theacracy.com/wp-content/uploads/2020/10/12737040-16x9-xlarge-800x445.jpg"", null, ""https://theacracy.com/wp-content/uploads/2021/03/210113215424-tokyo-2020-olympic-games-exlarge-169-390x205.jpeg"", ""https://theacracy.com/wp-content/uploads/2020/10/skynews-nigeria-sars-endsars_5142435-390x205.jpg"", ""https://theacracy.com/wp-content/uploads/2021/08/106931843-16297394852021-08-23t154825z_1456604436_rc2aap9x7mul_rtrmadp_0_afghanistan-conflict-britain-390x205.jpeg"" ]","""[{""document_url"": ""https://theacracy.com/kyrgyzstan-parliament-appoints-sadyr-japarov-as-the-new-prime-minister-of-the-country/"", ""unformatted_src"": ""https://theacracy.com/wp-content/uploads/2020/10/12737040-16x9-xlarge-800x445.jpg"", ""src"": ""https://theacracy.com/wp-content/uploads/2020/10/12737040-16x9-xlarge-800x445.jpg"", ""formatted_filename"": ""xlarge"", ""rendered_width"": 800, ""rendered_height"": 445, ""original_width"": 800, ""original_height"": 445, ""format"": ""jpeg""}, null, {""document_url"": ""https://theacracy.com/kyrgyzstan-parliament-appoints-sadyr-japarov-as-the-new-prime-minister-of-the-country/"", ""unformatted_src"": ""https://theacracy.com/wp-content/uploads/2021/03/210113215424-tokyo-2020-olympic-games-exlarge-169-390x205.jpeg"", ""src"": ""https://theacracy.com/wp-content/uploads/2021/03/210113215424-tokyo-2020-olympic-games-exlarge-169-390x205.jpeg"", ""formatted_filename"": ""tokyo olympic games exlarge"", ""rendered_width"": 390, ""rendered_height"": 205, ""original_width"": 390, ""original_height"": 205, ""format"": ""jpeg""}, {""document_url"": ""https://theacracy.com/kyrgyzstan-parliament-appoints-sadyr-japarov-as-the-new-prime-minister-of-the-country/"", ""unformatted_src"": ""https://theacracy.com/wp-content/uploads/2020/10/skynews-nigeria-sars-endsars_5142435-390x205.jpg"", ""src"": ""https://theacracy.com/wp-content/uploads/2020/10/skynews-nigeria-sars-endsars_5142435-390x205.jpg"", ""formatted_filename"": ""skynews nigeria sars endsars"", ""rendered_width"": 390, ""rendered_height"": 205, ""original_width"": 390, ""original_height"": 205, ""format"": ""jpeg""}, {""document_url"": ""https://theacracy.com/kyrgyzstan-parliament-appoints-sadyr-japarov-as-the-new-prime-minister-of-the-country/"", ""unformatted_src"": ""https://theacracy.com/wp-content/uploads/2021/08/106931843-16297394852021-08-23t154825z_1456604436_rc2aap9x7mul_rtrmadp_0_afghanistan-conflict-britain-390x205.jpeg"", ""src"": ""https://theacracy.com/wp-content/uploads/2021/08/106931843-16297394852021-08-23t154825z_1456604436_rc2aap9x7mul_rtrmadp_0_afghanistan-conflict-britain-390x205.jpeg"", ""formatted_filename"": ""t z rc aapmul rtrmadp afghanistan conflict britain"", ""rendered_width"": 390, ""rendered_height"": 205, ""original_width"": 390, ""original_height"": 205, ""format"": ""jpeg""}]""","""{""url"": ""https://theacracy.com/kyrgyzstan-parliament-appoints-sadyr-japarov-as-the-new-prime-minister-of-the-country/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-33/segments/1659882571538.36/warc/CC-MAIN-20220812014923-20220812044923-00773.warc.gz"", ""warc_record_offset"": 494276509, ""warc_record_length"": 18990}""","[ null, ""Street protests erupted in Kyrgyzstan earlier this week following Sunday’s parliamentary election. The opposition blamed the votes were rigged as protesters captured several government buildings in the capital Bishkek, forcing the President, Sooronbay Jeenbekov, to flee the White House, the presidential palace, and plunging the country into chaos.\n\nAfter a week of protests, the members of Kyrgyzstan parliament on Saturday unanimously approved the appointment of Sadyr Japarov as the new Prime Minister of the country.\n\nJaparov pledged that he had no plans to change the ‘composition and structure’ of a new government and promised not to run in the coming parliamentary election, and also vowed not to persecute his political opponents, reported TASS.\n\n“I take full responsibility for the government’s work,” he stressed.\n\nThis comes amid a political crisis in the nation after the parliamentary elections were declared invalid, following violent protests against what many considered as an unfair general election."", null, null, null ]",, +,"[ ""https://taosrecordingstudio.com/wp-content/uploads/2016/08/a0636059059_16-250x250.jpg"", null, ""http://taosrecordingstudio.com/wp-content/uploads/2016/08/a0636059059_16-300x300.jpg"" ]","""[{""document_url"": ""https://taosrecordingstudio.com/projects/dent-stimmung-magnetic-motorworks/"", ""unformatted_src"": ""https://taosrecordingstudio.com/wp-content/uploads/2016/08/a0636059059_16-250x250.jpg"", ""src"": ""https://taosrecordingstudio.com/wp-content/uploads/2016/08/a0636059059_16-250x250.jpg"", ""rendered_width"": 250, ""rendered_height"": 250, ""original_width"": 250, ""original_height"": 250, ""format"": ""jpeg""}, null, {""document_url"": ""https://taosrecordingstudio.com/projects/dent-stimmung-magnetic-motorworks/"", ""unformatted_src"": ""http://taosrecordingstudio.com/wp-content/uploads/2016/08/a0636059059_16-300x300.jpg"", ""src"": ""http://taosrecordingstudio.com/wp-content/uploads/2016/08/a0636059059_16-300x300.jpg"", ""alt_text"": ""a0636059059_16"", ""rendered_width"": 300, ""rendered_height"": 300, ""original_width"": 300, ""original_height"": 300, ""format"": ""jpeg""}]""","""{""url"": ""https://taosrecordingstudio.com/projects/dent-stimmung-magnetic-motorworks/"", ""warc_filename"": ""crawl-data/CC-MAIN-2023-06/segments/1674764499654.54/warc/CC-MAIN-20230128184907-20230128214907-00585.warc.gz"", ""warc_record_offset"": 590275641, ""warc_record_length"": 11201}""","[ null, ""“If ‘eclectic’ to you is when Green Day change their guitar tone or McDonald’s puts two burgers in one bun, then steer clear of this album. If however you take your pepperoni pizza with extra cream and can stomach the idea of an album with something other than one song reworked ten times, then you should buy Stimmung now.” (so says some English writer type, and he ought to know…)"", null ]",, +,"[ ""https://perspectivecriticism.files.wordpress.com/2015/04/we-e1430330090799.jpg?w=150&h=150"", null ]","""[{""document_url"": ""https://perspectivecriticism.com/2015/04/30/a-new-approach-to-the-we-passages-of-the-book-of-acts-part-1-gary-yamasaki/"", ""unformatted_src"": ""https://perspectivecriticism.files.wordpress.com/2015/04/we-e1430330090799.jpg?w=150&h=150"", ""src"": ""https://perspectivecriticism.files.wordpress.com/2015/04/we-e1430330090799.jpg?w=150&h=150"", ""formatted_filename"": ""we e"", ""alt_text"": ""we"", ""rendered_width"": 150, ""rendered_height"": 150, ""original_width"": 150, ""original_height"": 150, ""format"": ""jpeg""}, null]""","""{""url"": ""https://perspectivecriticism.com/2015/04/30/a-new-approach-to-the-we-passages-of-the-book-of-acts-part-1-gary-yamasaki/"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-25/segments/1623487600396.21/warc/CC-MAIN-20210613041713-20210613071713-00099.warc.gz"", ""warc_record_offset"": 425251795, ""warc_record_length"": 25434}""","[ null, ""Some scholars have drawn these insights into their treatments of the Book of Acts’ first-person narrative passages. For example, Robert Tannehill (The Narrative Unity of Luke-Acts: Vol. 2, p. 247) asserts that this first-person narration creates a sense of “identification” with the narrator, while William Kurz (Reading Luke-Acts, p. 113) claims a sense of “immediacy” is implied by this type of narration. However, the work of Robert Scholes and Robert Kellogg contains insights that call into question the applicability of standard point-of-view theory to the study of narrative texts of antiquity.\n\nTheir 1966 The Nature of Narrative focuses mainly on narrative in the modern novel, but it does provide at least some coverage of narrative in texts of antiquity. And in a discussion of the issue of “first-person versus third-person in antiquity,” they note that authors writing accounts of events in which they were personally involved sometimes report their involvement in the third-person–”he did this”–as opposed to the more natural first-person–”I did this”; the four examples given are Xenophon’s Anabasis, Thucydides’ The Peloponnesian War, Josephus’ Jewish War, and Julius Caesar’s Gallic War.\n\nScholes and Kellogg suggest these authors’ use of third-person narration may be rooted in a belief that third-person narration holds more authority than does first-person eyewitness testimony. As they put it, “A document aspiring to achieve truth of fact had a better chance of being appreciated as factual if it did not seem too personal” (243). And a little later, they say, “the first-person narrative seems to have been used mainly in the ancient world not for factual or mimetic representation, but for highly unreliable and one-sided apologiae, as in the case of Josephus, whose Life of himself does not check well against his history, and is usually thought to be the least credible of all his writings” (244).\n\nOver against the low-authority nature of first-person narration, Scholes and Kellogg contrast the degree of authority afforded the “histor” which they describe as follows: “The histor as narrator is not a recorder or recounter but an investigator. He examines the past with an eye toward separating out actuality from myth. Herodotus takes his authority not so much from his sources as from the critical spirit with which he means to approach those sources. . . .Thucydides is the perfect type of the ancient histor, basing his authority on the accuracy of conclusions he has drawn from evidence he has gathered” (242-3).\n\n« Does Acts 9 characterize Saul of Taursus as an “Anti-Hero”?\nA New Approach to the “We-Passages” of the Book of Acts (Part 2) »"" ]",, +,"[ ""http://ec2-13-237-209-185.ap-southeast-2.compute.amazonaws.com/wp-content/uploads/2018/03/Screen-Shot-2018-03-29-at-10.56.03-AM.png"", null ]","""[{""document_url"": ""http://ec2-13-237-209-185.ap-southeast-2.compute.amazonaws.com/the-decisive-moment-the-art-of-street-photography/"", ""unformatted_src"": ""http://ec2-13-237-209-185.ap-southeast-2.compute.amazonaws.com/wp-content/uploads/2018/03/Screen-Shot-2018-03-29-at-10.56.03-AM.png"", ""src"": ""http://ec2-13-237-209-185.ap-southeast-2.compute.amazonaws.com/wp-content/uploads/2018/03/Screen-Shot-2018-03-29-at-10.56.03-AM.png"", ""formatted_filename"": ""Screen Shot at"", ""rendered_width"": 1140, ""rendered_height"": 758, ""original_width"": 1140, ""original_height"": 758, ""format"": ""jpeg""}, null]""","""{""url"": ""http://ec2-13-237-209-185.ap-southeast-2.compute.amazonaws.com/the-decisive-moment-the-art-of-street-photography/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-49/segments/1669446711162.52/warc/CC-MAIN-20221207121241-20221207151241-00097.warc.gz"", ""warc_record_offset"": 17131500, ""warc_record_length"": 31099}""","[ null, ""The Decisive Moment: The Art of Street Photography\n\nStreet photography is a style that has influenced me greatly.\n\nIt is the idea of leaving everything up to chance. It can be unmediated encounters with strangers, or a candid shot of shadows or figures. For me, it is unplanned beauty, in a sense – you just have to be in the right place at the right time. As one of the founding fathers of street photography, Henri Cartier-Bresson, who has been a huge influence on my own work, put it: “It’s all luck.”\n\nStreet photography gives you the opportunity to really push yourself creatively, as you are constantly hunting for pictures. How I’m feeling before or during a shoot can affect the outcome. However, often I go out with a purposeful approach: I have an image in my head, I look for it, and if I’m lucky, I find it. Other times I’m fortunate enough to stumble across someone or something more wonderful than I could ever envisage.\n\nThese are some of my latest street images:\n\nStreet photography really dates from the early 20th century and Cartier-Bresson. What made his work so revolutionary was not only his technical knowledge of the art form, with strong compositions accompanied by his extensive understanding of light, but his theory of the “decisive moment”. This refers to a moment captured that is both ephemeral and spontaneous, where the image represents the essence of the event itself.\n\nThe theory helped to push a new way of thinking among a new breed of photographers, such as Robert Capa and W. Eugene Smith.\n\nJames Adams: “I’d never actually worked with them (The Creases) before that. I knew a couple of their songs on the radio, but I was definitely a fan. We organised to meet up one afternoon. What we wanted out of it was press shots … but we just took a bunch of film and we just walked around the streets, and I just looked for cool pockets of light.\n\n“I remember there was a cowboy in this cafe with glass windows, and they were just standing at the lights waiting for them to change. With life going on, you just have to keep your eyes open. You see moments that make good photos.\n\n“[While developing as a photographer] I took the most inspiration from a book my sister sent me from London. It was about the NYC punk scene, and the moments it captured of the characters in that scene had a profound impact on the evolution of my style and how I shoot today.\n\n“Nowadays I’ve got peers that I love, that inspire me and whose photos push what I’m shooting: namely, Maclay Heriot, Sam Brumby, Jono White, Ian Laidlaw and Charlie Hardy.\n\n“I guess being ready for what you don’t know is coming helps [with the perfect unplanned shot]. Generally, if I’ve got my camera on me, I’ll have an idea of what the hard and soft light settings are, and have my camera set to whichever one I think will be most useful at the time.\n\n“Also, keeping your eyes open and looking around helps anticipate what cool moments might be about to happen.\nBeing comfortable with the surroundings and the people you’re around makes everyone else comfortable, and that translates in the photos. I believe it does, anyway.”\n\nRenae Saxby: “Being in another country and having to connect with someone to communicate without speaking the same language is something I love. It breaks the barriers and can create really intimate images.\n\n“So many musicians inspire me through their work and their art, and their passion and personality shine through in what is captured. Music has played a massive role in my life, and I genuinely love supporting musicians through photography.\n\n“I guess the more gigs you shoot, the more of an idea you have of what to watch for, how to know when something is going to happen that you need to catch. If I’m working with a band directly, I will ask if there is anything during the set that will be particularly special photographically.\n\n“The way I travel is to go with the flow because that’s when I believe the magic happens.\n\n“If you’re shooting for a magazine, you need to work out your destinations, places to be at certain light, etc. But when I am shooting for me, for my travel images, it’s more left up to chance.\n\n“Off the beaten track is when I feel most alive and where I find the gold. – Words and gallery by @jaymes_mott, editing by Kathy Marks"" ]",, +,"[ ""https://mahoutofu.files.wordpress.com/2014/04/akuma_tokaku_01-1.png?w=470&h=264"", null, ""https://mahoutofu.files.wordpress.com/2014/04/akuma_haru_01-1.png?w=470&h=264"", null, ""https://mahoutofu.files.wordpress.com/2014/04/akuma_shinya_01-1.png?w=470&h=264"", null ]","""[{""document_url"": ""https://mahoutofu.com/2014/04/06/impression-akuma-no-riddle-episode-01/"", ""unformatted_src"": ""https://mahoutofu.files.wordpress.com/2014/04/akuma_tokaku_01-1.png?w=470&h=264"", ""src"": ""https://mahoutofu.files.wordpress.com/2014/04/akuma_tokaku_01-1.png?w=470&h=264"", ""formatted_filename"": ""akuma tokaku"", ""alt_text"": ""akuma_tokaku_01-1"", ""rendered_width"": 470, ""rendered_height"": 264, ""original_width"": 470, ""original_height"": 264, ""format"": ""jpeg""}, null, {""document_url"": ""https://mahoutofu.com/2014/04/06/impression-akuma-no-riddle-episode-01/"", ""unformatted_src"": ""https://mahoutofu.files.wordpress.com/2014/04/akuma_haru_01-1.png?w=470&h=264"", ""src"": ""https://mahoutofu.files.wordpress.com/2014/04/akuma_haru_01-1.png?w=470&h=264"", ""formatted_filename"": ""akuma haru"", ""alt_text"": ""akuma_haru_01-1"", ""rendered_width"": 470, ""rendered_height"": 264, ""original_width"": 470, ""original_height"": 264, ""format"": ""jpeg""}, null, {""document_url"": ""https://mahoutofu.com/2014/04/06/impression-akuma-no-riddle-episode-01/"", ""unformatted_src"": ""https://mahoutofu.files.wordpress.com/2014/04/akuma_shinya_01-1.png?w=470&h=264"", ""src"": ""https://mahoutofu.files.wordpress.com/2014/04/akuma_shinya_01-1.png?w=470&h=264"", ""formatted_filename"": ""akuma shinya"", ""alt_text"": ""akuma_shinya_01-1"", ""rendered_width"": 470, ""rendered_height"": 264, ""original_width"": 470, ""original_height"": 264, ""format"": ""jpeg""}, null]""","""{""url"": ""https://mahoutofu.com/2014/04/06/impression-akuma-no-riddle-episode-01/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-21/segments/1652662627464.60/warc/CC-MAIN-20220526224902-20220527014902-00541.warc.gz"", ""warc_record_offset"": 452266983, ""warc_record_length"": 30756}""","[ null, ""Hell, yeah. My most anticipated series of the season did not disappoint. If you’re shallow like me, then anime girls who are assassins might just be enough to entice you to watch Akuma no Riddle. However, if you want something more substantial then I believe you’re in luck as well because Akuma no Riddle boasts a great ensemble of characters as well as a promising story.\n\nThe series focuses on an assassin prodigy named Tokaku Azuma (CV: Ayaka Suwa) who’s sent to a private all-girls academy to assassinate one of the students there. In a class of 13 girls, 11 others are also assassins of varying levels and 1 is the poor target. Due to her completely un-threatening demeanor, all eyes are on Haru Ichinose (CV: Hisako Kanemoto). As luck would have it, Haru and Tokaku are roommates but can Tokaku bring herself to kill her?"", null, ""As you might be able to tell from the series title and the way episode names are done, there seems to be a lot in the way of moral ambiguity. When Tokaku is asked to complete the sentence: “The world is filled with __” , she responds with “curses,” while Haru answers with “forgiveness.” Haru’s answer brings up a flashback of Tokaku’s childhood where she presumably killed someone and now regrets it. Watching the episode, one might notice the extensive use of shower scenes for Tokaku. I think it represents some past guilt she holds (proverbial blood on the hands) that she wants to wash off of her.\n\nSince this is a shoujo-ai series, I’m really interested to see how the romance will begin between the two main characters, especially since they are such complete polar opposites. Of course, this polarity makes them a good fit for each romantically in my opinion. Haru is almost sickeningly cute and optimistic to counteract Tokaku’s melancholic stoicism, as well as the dark and twisted atmosphere given off by the rest of the characters. In this way, it really does feel like it’s Haru versus the world (except for the 2 funny male characters)."", null, ""I also want to point out the great facial expressions in this series, as they range from Haru’s delightfully innocent smile to Tokaku’s constant (yet varying) grimaces to a variety of insane expressions from the other characters. The strong characters are definitely the greatest draw of Akuma no Riddle, and the fact that each episode will have a different ending featuring a different character is further proof of this.\n\nI’m greatly enjoying Akuma no Riddle already, and I hope you all will consider following this one to the end. Watch this if you like assassins, unconventional love stories, and…spandex? Seriously, the assassin outfits in the OP were pretty awesome.\n\n“How does ‘The world is filled with forgiveness‘ sound?” ~ Haru Ichinose"" ]",, +,"[ ""https://www.dialoguepakistan.com/wp-content/uploads/2021/05/covid-hajj.jpg"", null ]","""[{""document_url"": ""https://www.dialoguepakistan.com/saudi-arabia-allows-foreign-vaccinated-pilgrims-to-perform-hajj-this-year/"", ""unformatted_src"": ""https://www.dialoguepakistan.com/wp-content/uploads/2021/05/covid-hajj.jpg"", ""src"": ""https://www.dialoguepakistan.com/wp-content/uploads/2021/05/covid-hajj.jpg"", ""formatted_filename"": ""covid hajj"", ""alt_text"": "" Saudi Arabia allows vaccinated foreign pilgrims to perform Hajj this year"", ""original_width"": 800, ""original_height"": 450, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.dialoguepakistan.com/saudi-arabia-allows-foreign-vaccinated-pilgrims-to-perform-hajj-this-year/"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-05/segments/1642320304876.16/warc/CC-MAIN-20220125220353-20220126010353-00372.warc.gz"", ""warc_record_offset"": 781094834, ""warc_record_length"": 26324}""","[ null, ""RIYADH: The Saudi Arabian Ministry of Health has given a green light to allow vaccinated foreign pilgrims to attend this year’s Hajj.\n\nThe Twitter handle of Haramain Sharifain revealed this information adding that the further details would be revealed in the coming weeks.\n\nOn May 9, the Saudi Arabian government had announced to organise Hajj the following year with special conditions viewing the spread of coronavirus pandemic.\n\nThe spokesperson for the Saudi Arabian Ministry of Hajj and Umrah had said that complete arrangements for health and safety of pilgrims would be ensured to preserve their well-being.\n\n“Health institutions in Saudi Arabia will continue to assess the situation and take all the measures to preserve the health of all mankind,” Saudi Gazette had quoted the ministry as saying.\n\nIn a video statement, Minister for Religious Affairs Noor-ul-Haq Qadri has said Pakistan will announce Hajj policy after final announcement of Hajj Policy by the Saudi Arabian government.\n\n“The Saudi Arabian Ministry of Hajj and Umrah has not yet taken final decision about the number of pilgrims for Hajj 2021,” he said."" ]",, +,"[ ""https://y4a4u6g5.rocketcdn.me/wp-content/uploads/2020/04/lukas-blazek-UAvYasdkzq8-unsplash-scaled.jpg"", null ]","""[{""document_url"": ""https://texasforestcountryliving.com/how-time-flies/"", ""unformatted_src"": ""https://y4a4u6g5.rocketcdn.me/wp-content/uploads/2020/04/lukas-blazek-UAvYasdkzq8-unsplash-scaled.jpg"", ""src"": ""https://y4a4u6g5.rocketcdn.me/wp-content/uploads/2020/04/lukas-blazek-UAvYasdkzq8-unsplash-scaled.jpg"", ""formatted_filename"": ""lukas blazek UAvYasdkzq unsplash scaled"", ""rendered_width"": 696, ""rendered_height"": 461, ""original_width"": 2560, ""original_height"": 1695, ""format"": ""jpeg""}, null]""","""{""url"": ""https://texasforestcountryliving.com/how-time-flies/"", ""warc_filename"": ""crawl-data/CC-MAIN-2020-24/segments/1590348526471.98/warc/CC-MAIN-20200607075929-20200607105929-00230.warc.gz"", ""warc_record_offset"": 557780966, ""warc_record_length"": 21482}""","[ null, ""I am 23. I grew up in a small town called Lampasas; not many people have heard of it and an even fewer know where it is. This little town saw me grow, from my first steps to my last steps across my high school stage. There are few other places that I can call home and I am happy that I got to call this small Central Texas town, home.\n\nWhen I was in grade school, I would never have imagined school closing down in the middle of March due to a pandemic like it is today. However, I also wouldn’t refuse a “sick day” every once in a while.\n\nSure, I learned about the diseases and sickness and how the body can fight off infections on its own at a very basic level but as a second grader I didn’t have time to think about that sort of stuff. There were only 3 things I cared about back then: When was recess, lunch and what I was going to have for dinner back home along with not missing my nightly schedule of cartoons before bed. So, the thought of a global pandemic wouldn’t dare to cross my mind. Not yet anyway.\n\nAs I moved through the ranks my knowledge and basic understanding of things began to expand. In middle school classes got more in depth and we no longer worried about recess. Instead we worried about making the sports team, struggled to find our social circles and all the while dealt with some degree of teenage angst. And yet, through these struggles we survived, made new friends and lost some too. Outside of school we would gather at the local Taco Bell or McDonalds not worrying about staying six feet apart or wearing face masks because no one had even heard of social distancing. Although in history class I did learn about the bubonic plague and the Spanish flu. It was then that I realized that a pandemic could happen. It was not a question of IF it would happen again but when and as my teacher said if we don’t learn from history, we are bound to repeat it. Still, I didn’t care I had a hangout to go to at Taco Bell and I didn’t want to be late.\n\nWhen I got to high school that was a whole new can of worms- but a good one. Graduation was on the horizon; college was in the distance, but freedom was here or at least more than I had in middle school but with great power comes great responsibility.\n\nMy parents no longer asked if my homework was done or how my classes were going. They believed that by then I should have a pretty good understanding of what is going on in my life, and for the most part I did.\n\nWe worried about bigger things now. SATs and ACTs, tuition and which college we wanted to go to and also trying to figure out who we were going to ask out for prom. It was brave new world waiting for us outside; we just had to open the door.\n\nOf course, the one big thing my classmates and I were looking forward to was getting our driver’s license.\n\nWhen I got my driver’s license, I would throw myself at the first opportunity to get behind the wheel. Back then I drove a 1994 Chevy Geo Metro and I must admit it was a cute little thing. It was nothing fancy, it had hand crank windows, and no A/C. Looking back I feel bad for the little engine that could. It didn’t ask for much and yet gave me so much in return.\n\nI loved going on grocery runs on my own with my windows rolled down enjoying the breeze with not a care in the world or worried that I would walk into the store to find empty shelves of the bare necessities like we do today. Heck, I would even throw in a snack and a drink in the cart, if my mom was paying. It was a brave new world waiting to be explored to me and all I had to do was walk through the door, and in 2015 I did just that.\n\nIt is 2020 now and I am 23, I live in a totally different world than what I grew up in and what I thought was normal. Over the past five years, I have gone to SFA, met wonderful people, and had great experiences. But I would have never imagined I would live through a pandemic, however, slowly but surely, we are making it. It’s been hard on all of us. Lives have been changed and the world as we knew it seems like a thing of the past, but the truth is it’s still going to be here when this is all over. The question is, what are we willing to learn from this experience and make a difference moving forward."" ]",, +,"[ null, ""https://images.booksense.com/images/475/089/9780809089475.jpg"", null ]","""[null, {""document_url"": ""https://www.northshire.com/book/9780809089475"", ""unformatted_src"": ""https://images.booksense.com/images/475/089/9780809089475.jpg"", ""src"": ""https://images.booksense.com/images/475/089/9780809089475.jpg"", ""alt_text"": ""The Stuff of Life: A Graphic Guide to Genetics and DNA Cover Image"", ""original_width"": 267, ""original_height"": 400, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.northshire.com/book/9780809089475"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-25/segments/1623487611320.18/warc/CC-MAIN-20210614013350-20210614043350-00281.warc.gz"", ""warc_record_offset"": 843462606, ""warc_record_length"": 11427}""","[ ""The Stuff of Life: A Graphic Guide to Genetics and DNA (Paperback)"", null, ""Let's face it: From adenines to zygotes, from cytokinesis to parthenogenesis, even the basics of genetics can sound utterly alien. So who better than an alien to explain it all? Enter Bloort 183, a scientist from an asexual alien race threatened by disease, who's been charged with researching the fundamentals of human DNA and evolution and laying it all out in clear, simple language so that even his slow-to-grasp-the-point leader can get it. In the hands of the award-winning writer Mark Schultz, Bloort's predicament becomes the means of giving even the most science-phobic reader a complete introduction to the history and science of genetics that's as easy to understand as it is entertaining to read.\n\nMark Schultz has written for DC Comics and Marvel Comics, and his scripts and illustrations—most notably for his tour-de-force series Xenozoic Tales (also known as Cadillacs and Dinosaurs) and Superman—have garnered five Harvey Awards, two Eisners, and an Inkpot.\n\nIllustrator Zander Cannon has worked for clients ranging from the National Oceanic and Atmospheric Administration to DC Comics, collaborating on such titles as The Replacement God and Smax and winning two Eisners for their work on Top 10.\n\nIllustrator Kevin Cannon has worked for clients ranging from the National Oceanic and Atmospheric Administration to DC Comics, collaborating on such titles as The Replacement God and Smax and winning two Eisners for their work on Top 10.\n\n“In the battle against scientific ignorance, graphic novels may be the only thing that can save us . . . What's the solution to America's crisis in science education? More comic books. In December comes The Stuff of Life: A Graphic Guide to Genetics and DNA, a remarkably thorough explanation of the science of genetics, from Mendel to Venter, with a strand of social urgency spliced in.” —Barry Harbaugh, Wired\n\n“With the graphic novel gaining status as a form of serious storytelling, The Stuff of Life makes a case for the graphic-novel textbook . . . The illustrations are simultaneously cute and explanatory, and the text's oversimplifications and techno-utopianism are justified for a cartoon treatment of one of the most complex stories in science.” —Seed, Best Books of 2008\n\n“It takes a rare breed of graphic novelist to bring genetics and DNA out of the laboratory and onto the funny pages, but Mark Schultz was up to the task. Get ready to dive into cloning, stem-cell research, and bacteria therapy with a cast of screwball characters--from eccentric spliced DNA to bumbling bacteria to manic, genetically modified plants (‘I feel tingly all over!'). You'll be so charmed that you won't even notice you've absorbed an entire scientific field (screened for accuracy by genetics professors) in 140 pages of wacked-out comics.” —Tobin Hack, Plenty\n\n“The Stuff of Life is a beautifully written and lavishly illustrated example of the power of comics to communicate the wonders of the natural world. Mark Schultz's words combine with Zander Cannon and Kevin Cannon's pictures in a dynamic enzymatic reaction that gives readers a glimpse at how life works. Ambitious, expansive, and completely successful, the story in The Stuff of Life starts on the invisible rungs of DNA and climbs without a misstep across the millennia of organic evolution. With the help of Bloort, an alien exploring the wonders of earthly genetics, we get to see our evolutionary and genetic heritage in a new light. Often funny and always engrossing, The Stuff of Life provides an exciting point of entry for anyone interested in how life on earth shapes and reshapes itself in the face of ever-changing conditions. Learning genetics just got a whole lot more fun.” —Jay Hosler, Associate Professor of Biology at Juniata College and author and illustrator of Clan Apis and The Sandwalk Adventures\n\n“Mark Schultz's brilliant, whacky The Stuff of Life could hardly have arrived at a better time, with advances in genetics transforming the biological sciences--from microbiology to medicine. This is serious fun.” —Jessica Snyder Sachs, author of Good Germs, Bad Germs: Health and Survival in a Bacterial World\n\n“Drawn with panache and great good humor by Zander Cannon and Kevin Cannon, and scripted with exceptional clarity by Schultz, this is pretty much the best educational graphic novel in Hill and Wang's new line of them, good enough for interested nonscientists to keep handy for whenever they need a refresher on its subject. It even has a happy--well, promising--ending.” —Ray Olson, Booklist\n\n“Schultz's wit and the alien-report device make it easier to learn what you didn't understand in high school.” —Michael Gill, Cleveland Free Times"" ]",, +,"[ null, ""https://timmanblog.files.wordpress.com/2012/01/img_1655.jpg"", null, ""https://timmanblog.files.wordpress.com/2012/01/img_1665.jpg"", null, ""https://timmanblog.files.wordpress.com/2012/01/img_1667.jpg"", null, ""https://timmanblog.files.wordpress.com/2012/01/img_1671.jpg"", null, ""https://timmanblog.files.wordpress.com/2012/01/img_1652.jpg"", null, ""https://timmanblog.files.wordpress.com/2012/01/img_1677.jpg"", null ]","""[null, {""document_url"": ""https://timmanblog.com/tag/lubbock/"", ""unformatted_src"": ""https://timmanblog.files.wordpress.com/2012/01/img_1655.jpg"", ""src"": ""https://timmanblog.files.wordpress.com/2012/01/img_1655.jpg"", ""formatted_filename"": ""img"", ""rendered_width"": 538, ""rendered_height"": 403, ""original_width"": 4416, ""original_height"": 3312, ""format"": ""jpeg""}, null, {""document_url"": ""https://timmanblog.com/tag/lubbock/"", ""unformatted_src"": ""https://timmanblog.files.wordpress.com/2012/01/img_1665.jpg"", ""src"": ""https://timmanblog.files.wordpress.com/2012/01/img_1665.jpg"", ""formatted_filename"": ""img"", ""rendered_width"": 538, ""rendered_height"": 403, ""original_width"": 4416, ""original_height"": 3312, ""format"": ""jpeg""}, null, {""document_url"": ""https://timmanblog.com/tag/lubbock/"", ""unformatted_src"": ""https://timmanblog.files.wordpress.com/2012/01/img_1667.jpg"", ""src"": ""https://timmanblog.files.wordpress.com/2012/01/img_1667.jpg"", ""formatted_filename"": ""img"", ""rendered_width"": 538, ""rendered_height"": 403, ""original_width"": 4416, ""original_height"": 3312, ""format"": ""jpeg""}, null, {""document_url"": ""https://timmanblog.com/tag/lubbock/"", ""unformatted_src"": ""https://timmanblog.files.wordpress.com/2012/01/img_1671.jpg"", ""src"": ""https://timmanblog.files.wordpress.com/2012/01/img_1671.jpg"", ""formatted_filename"": ""img"", ""rendered_width"": 538, ""rendered_height"": 403, ""original_width"": 4416, ""original_height"": 3312, ""format"": ""jpeg""}, null, {""document_url"": ""https://timmanblog.com/tag/lubbock/"", ""unformatted_src"": ""https://timmanblog.files.wordpress.com/2012/01/img_1652.jpg"", ""src"": ""https://timmanblog.files.wordpress.com/2012/01/img_1652.jpg"", ""formatted_filename"": ""img"", ""rendered_width"": 538, ""rendered_height"": 403, ""original_width"": 4416, ""original_height"": 3312, ""format"": ""jpeg""}, null, {""document_url"": ""https://timmanblog.com/tag/lubbock/"", ""unformatted_src"": ""https://timmanblog.files.wordpress.com/2012/01/img_1677.jpg"", ""src"": ""https://timmanblog.files.wordpress.com/2012/01/img_1677.jpg"", ""formatted_filename"": ""img"", ""rendered_width"": 538, ""rendered_height"": 403, ""original_width"": 4416, ""original_height"": 3312, ""format"": ""jpeg""}, null]""","""{""url"": ""https://timmanblog.com/tag/lubbock/"", ""warc_filename"": ""crawl-data/CC-MAIN-2021-49/segments/1637964363520.30/warc/CC-MAIN-20211208175210-20211208205210-00158.warc.gz"", ""warc_record_offset"": 626535817, ""warc_record_length"": 18188}""","[ ""Archive for the tag “Lubbock”"", null, ""I drove down the busy red brick pavement of Buddy Holly Avenue, past the county courthouse, and down to the old Depot District near the intersection with 19th Street to the Buddy and Elena Holly Plaza."", null, ""Completed just last year, the memorial block features a tall black statue of Buddy in his familiar pose, playing the guitar and singing. An adjacent grassy lawn is available for summer concerts and other public uses."", null, ""Across the street is the Buddy Holly Center. There I saw Buddy’s famous horned-rim glasses displayed under glass. These were the very glasses discovered among the plane wreckage in Iowa that winter morning two generations ago. At the Center I also saw Buddy’s Fender and Gibson guitars, his high school written exams, his Cub Scout uniform, and even the .22 rifle he shot as a boy. (No photography was allowed in the museum.)\n\nI then watched a short film in which Paul McCartney, Keith Richard and Bob Dylan explained how influential Buddy had been in their own music. McCartney even admitted that he and John Lennon deliberately mimicked Holly’s chords and riffs in most of the early Beatles songs."", null, ""This was a cool day. I thanked the museum staff for staying a few minutes after 5:00 to allow me extra time in the museum.\n\nLubbock is fairly well spread out. This is to be expected in a West Texas city where land is flat and cheap and seems to go on forever. There are a few retail stores clustered around Broadway and Texas Avenue — but the town’s two large (15 story) buildings are 6 blocks away with little in between. So much driving — it’s an eco-freak’s nightmare.\n\nLubbock was built on the surrounding cotton crop. Cotton was first planted here in the early 1900s, and by the 1920s cotton was big business in West Texas. Texas Tech University was founded here in 1923 in part to support agri-business. The 7-story Lubbock County Courthouse was built in 1950 when Lubbock’s population was only 70,000. There are some art deco features in the structure but the biggest impression it gives is its bigness itself. Seven stories is huge for this part of the country. Yet their foresight proved correct and the building has even been expanded over the years."", null, ""Buddy Holly’s parents arrived in Lubbock in the 1930s, coming from East Texas looking for better work. Buddy was born here in 1936. He died in an Iowa cornfield, an international star and a newlywed, 22 years later.\n\nLubbock knew long ago it was going to be a big place and a notable place. And so it is."", null, ""A list of all photo posts from the American County Seats series in TimManBlog can be found here."" ]",, +,"[ ""https://uploads-ssl.webflow.com/5e8394bcabc54862a4619b5b/5ef510f84aa7a132062f35d2_OHSS_15_WEITZNER_J_20150701_CAMPHILLGHENT_GGREENBERG_PHOTO.jpeg"", null ]","""[{""document_url"": ""https://www.libraryofvoiceandsound.org/oral-histories/joan-weitzner-2015-07-01"", ""unformatted_src"": ""https://uploads-ssl.webflow.com/5e8394bcabc54862a4619b5b/5ef510f84aa7a132062f35d2_OHSS_15_WEITZNER_J_20150701_CAMPHILLGHENT_GGREENBERG_PHOTO.jpeg"", ""src"": ""https://uploads-ssl.webflow.com/5e8394bcabc54862a4619b5b/5ef510f84aa7a132062f35d2_OHSS_15_WEITZNER_J_20150701_CAMPHILLGHENT_GGREENBERG_PHOTO.jpeg"", ""formatted_filename"": ""ef f aa a f d OHSS WEITZNER J CAMPHILLGHENT GGREENBERG PHOTO"", ""original_width"": 720, ""original_height"": 478, ""format"": ""jpeg""}, null]""","""{""url"": ""https://www.libraryofvoiceandsound.org/oral-histories/joan-weitzner-2015-07-01"", ""warc_filename"": ""crawl-data/CC-MAIN-2022-49/segments/1669446710462.59/warc/CC-MAIN-20221128002256-20221128032256-00438.warc.gz"", ""warc_record_offset"": 938839178, ""warc_record_length"": 9064}""","[ null, ""This interview was conducted with Joan Weitzner, an independent resident of Camphill Ghent, New York, on July 1st, 2015. Weitzner was born in Brooklyn, New York in 1931. Joan first speaks in the interview of her working-class Jewish upbringing and the earning of a degree from Brooklyn College in spite of the discouragement of her parents. Family and place is central to the interview. Her experiences in Sheepshead Bay, Garden City, Hempstead, Austerlitz, and finally Ghent are linked to her two marriages, the two sons she raised, and the two stepdaughters that entered her life with her second husband, Burt. At one point she takes time to examine a photograph of Burt, who past in 2014, lying down with their cat, Ketzleh, on his stomach. It is taken from her current home in Camphill Ghent, a place she describes in empowering terms as she gardens, drives her own car, and engages in activities throughout the Hudson Valley.\n\nThis interview might be of interest to people learning about the transition from city to country life, New York Jewish culture, Brooklyn history, Long Island history, independent seniors, mental health, Yiddish, and of course, Ketzleh.\n\nA native of New York City, Guy Greenberg graduated the New School for Public Engagement of Spring, 2015. As a BA student, he spent time studying anthropology, clinical psychology, and methods for documentation. He's been a principle in building www.UnitedStatesofAIDS.com, a student-led digital humanities project invested in making the oral history narratives of AIDS activists accessible and heard using existing archives. His ongoing ritual of photographing New York and the personal project of recording his family's oral histories have brought him to the Oral History Summer School and this important archive of the Hudson Valley."" ]",, \ No newline at end of file diff --git a/README.md b/README.md index dfbc5bef3d30046866dede4c1625bdd66ec4b66a..a413bce971df8819183aa47b74bfe2da8612001d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,53 @@ --- -title: IDEFICS Data Measurement Tool -emoji: 📊 -colorFrom: yellow -colorTo: yellow +title: DataMeasurementsTool +emoji: 🤗 +colorFrom: indigo +colorTo: red sdk: streamlit -sdk_version: 1.25.0 +sdk_version: 1.0.0 app_file: app.py pinned: false --- -Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference +# Data Measurements Tool + +🚧 Doing Construction 🚧 + +[![Generic badge](https://img.shields.io/badge/🤗-Open%20In%20Spaces-blue.svg)](https://huggingface.co/spaces/huggingface/data-measurements-tool) + +For more information, check out out [blog post](https://huggingface.co/blog/data-measurements-tool)! + +# How to run: + +After cloning (and potentially setting up your virtual environment), run: + +`pip install -r requirements.txt` + +This installs all the requirements for the tool. + +## Command Line Interface + +From there, you can measure different aspects of different datasets by running `run_data_measurements.py` with different options. +The options specify the HF Dataset, the Dataset config, the Dataset columns being measured, the measurements to use, and further details about caching and saving. + +To see the full list of options, do: + +`python3 run_data_measurements.py -h` or `python3 run_data_measurements.py --help` + +Example for hate_speech18 dataset: + + `python3 run_data_measurements.py --dataset="hate_speech18" --config="default" --split="train" --feature="text"` + +Example for getting *just* the nPMI measurement from hate_speech18: + + `python3 run_data_measurements.py --dataset=hate_speech18 --config default --split train --feature text --calculation npmi` + + +Example for IMDB dataset: + + `python3 run_data_measurements.py --dataset="imdb" --config="plain_text" --split="train" --label_field="label" --feature="text"` + + +## User Interface + +`gradio app.py` diff --git a/__pycache__/app.cpython-311.pyc b/__pycache__/app.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c7a0509944de04008a6ec8efc52f73492323721a Binary files /dev/null and b/__pycache__/app.cpython-311.pyc differ diff --git a/__pycache__/test_text_len.cpython-311.pyc b/__pycache__/test_text_len.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a17ceb985b1f6d8a6be88566bd26a064d30236d2 Binary files /dev/null and b/__pycache__/test_text_len.cpython-311.pyc differ diff --git a/app.py b/app.py new file mode 100644 index 0000000000000000000000000000000000000000..7cf0ae5e8fc8ab57d73c3d3956c084e3fec37450 --- /dev/null +++ b/app.py @@ -0,0 +1,265 @@ +# Copyright 2021 The HuggingFace Team. All rights reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import argparse +import ast +import gradio as gr +from os.path import isdir +from data_measurements.dataset_statistics import DatasetStatisticsCacheClass as dmt_cls +import utils +from utils import dataset_utils +from utils import gradio_utils as gr_utils +import widgets + +logs = utils.prepare_logging(__file__) + +# Utility for sidebar description and selection of the dataset +DATASET_NAME_TO_DICT = dataset_utils.get_dataset_info_dicts() + + +def get_load_prepare_list(dstats): + """ + # Get load_or_prepare functions for the measurements we will display + """ + # Measurement calculation: + # Add any additional modules and their load-prepare function here. + load_prepare_list = [("general stats", dstats.load_or_prepare_general_stats), + ("label distribution", dstats.load_or_prepare_labels), + ("text_lengths", dstats.load_or_prepare_text_lengths), + ("duplicates", dstats.load_or_prepare_text_duplicates), + ("npmi", dstats.load_or_prepare_npmi), + ("zipf", dstats.load_or_prepare_zipf)] + + return load_prepare_list + + +def get_ui_widgets(): + """Get the widgets that will be displayed in the UI.""" + return [widgets.DatasetDescription(DATASET_NAME_TO_DICT), + widgets.GeneralStats(), + widgets.LabelDistribution(), + widgets.TextLengths(), + widgets.Duplicates(), + widgets.Npmi(), + widgets.Zipf()] + + +def get_widgets(): + """ + # A measurement widget requires 2 things: + # - A load or prepare function + # - A display function + # We define these in two separate functions get_load_prepare_list and get_ui_widgets; + # any widget can be added by modifying both functions and the rest of the app logic will work. + # get_load_prepare_list is a function since it requires a DatasetStatisticsCacheClass which will + # not be created until dataset and config values are selected in the ui + """ + return get_load_prepare_list, get_ui_widgets() + + +def get_title(dstats): + title_str = f"### Showing: {dstats.dset_name} - {dstats.dset_config} - {dstats.split_name} - {'-'.join(dstats.text_field)}" + logs.info("showing header") + return title_str + + +def display_initial_UI(): + """Displays the header in the UI""" + # Extract the selected arguments + dataset_args = gr_utils.sidebar_selection(DATASET_NAME_TO_DICT) + return dataset_args + + +def load_or_prepare_widgets(dstats, load_prepare_list, show_perplexities, live=True, pull_cache_from_hub=False): + """ + Takes the dataset arguments from the GUI and uses them to load a dataset from the Hub or, if + a cache for those arguments is available, to load it from the cache. + Widget data is loaded only when the system is live (deployed for users). + Otherwise, the data is prepared if it doesn't yet exist. + Args: + ds_args (dict): the dataset arguments defined via the streamlit app GUI + load_prepare_list (list): List of (widget_name, widget_load_or_prepare_function) + show_perplexities (Bool): whether perplexities should be loaded and displayed for this dataset + live (Bool): Whether the system is deployed for live use by users. + pull_cache_from_hub (Bool): Whether the cache should be pulled from the hub (vs locally) + Returns: + dstats: the computed dataset statistics (from the dataset_statistics class) + """ + + # When we're "live" (tool is being used by users on our servers), + # cache is used and the f'ns are instructed to only try to load cache, + # not to prepare/compute anything anew. + if live: + # Only use what's cached; don't prepare anything + load_only = True + logs.info("Only using cache.") + else: + # Prepare things anew and cache them if we're not live. + load_only = False + logs.info("Making new calculations if cache is not there.") + if pull_cache_from_hub: + dataset_utils.pull_cache_from_hub(dstats.cache_path, dstats.dataset_cache_dir) + + # Data common across DMT: + # Includes the dataset text/requested feature column, + # the dataset tokenized, and the vocabulary + dstats.load_or_prepare_text_dataset(load_only=load_only) + # Just a snippet of the dataset + dstats.load_or_prepare_dset_peek(load_only=load_only) + # Tokenized dataset + dstats.load_or_prepare_tokenized_df(load_only=load_only) + # Vocabulary (uses tokenized dataset) + dstats.load_or_prepare_vocab(load_only=load_only) + # Custom widgets + for widget_tuple in load_prepare_list: + widget_name = widget_tuple[0] + widget_fn = widget_tuple[1] + try: + widget_fn(load_only=load_only) + except Exception as e: + logs.warning("Issue with %s." % widget_name) + logs.exception(e) + # TODO: If these are cached, can't we just show them by default? + # It won't take up computation time. + if show_perplexities: + try: + dstats.load_or_prepare_text_perplexities(load_only=load_only) + except Exception as e: + logs.warning("Issue with %s." % "perplexities") + logs.exception(e) + return dstats + + +def show_column(dstats, display_list, show_perplexities, column_id=""): + """ + Function for displaying the elements in the streamlit app. + Args: + dstats (class): The dataset_statistics.py DatasetStatisticsCacheClass + display_list (list): List of tuples for (widget_name, widget_display_function) + show_perplexities (Bool): Whether perplexities should be loaded and displayed for this dataset + column_id (str): Which column of the dataset the analysis is done on [DEPRECATED for v1] + """ + + # start showing stuff + gr_utils.expander_header(dstats, DATASET_NAME_TO_DICT) + for widget_tuple in display_list: + widget_type = widget_tuple[0] + widget_fn = widget_tuple[1] + logs.info("showing %s." % widget_type) + try: + widget_fn(dstats, column_id) + except Exception as e: + logs.warning("Jk jk jk. There was an issue with %s:" % widget_type) + logs.exception(e) + # TODO: Fix how this is a weird outlier. + if show_perplexities: + gr_utils.expander_text_perplexities(dstats, column_id) + logs.info("Have finished displaying the widgets.") + + +def create_demo(live: bool, pull_cache_from_hub: bool): + with gr.Blocks() as demo: + state = gr.State() + with gr.Row(): + with gr.Column(scale=1): + dataset_args = display_initial_UI() + get_load_prepare_list_fn, widget_list = get_widgets() + # # TODO: Make this less of a weird outlier. + # Doesn't do anything right now + show_perplexities = gr.Checkbox(label="Show text perplexities") + with gr.Column(scale=4): + gr.Markdown("# Data Measurements Tool") + title = gr.Markdown() + for widget in widget_list: + widget.render() + + def update_ui(dataset: str, config: str, split: str, feature: str): + feature = ast.literal_eval(feature) + label_field, label_names = gr_utils.get_label_names(dataset, config, DATASET_NAME_TO_DICT) + dstats = dmt_cls(dset_name=dataset, dset_config=config, split_name=split, text_field=feature, + label_field=label_field, label_names=label_names, use_cache=True) + load_prepare_list = get_load_prepare_list_fn(dstats) + dstats = load_or_prepare_widgets(dstats, load_prepare_list, show_perplexities=False, + live=live, pull_cache_from_hub=pull_cache_from_hub) + output = {title: get_title(dstats), state: dstats} + for widget in widget_list: + output.update(widget.update(dstats)) + return output + + def update_dataset(dataset: str): + new_values = gr_utils.update_dataset(dataset, DATASET_NAME_TO_DICT) + config = new_values[0][1] + feature = new_values[1][1] + split = new_values[2][1] + new_dropdown = { + dataset_args["dset_config"]: gr.Dropdown.update(choices=new_values[0][0], value=config), + dataset_args["text_field"]: gr.Dropdown.update(choices=new_values[1][0], value=feature), + dataset_args["split_name"]: gr.Dropdown.update(choices=new_values[2][0], value=split), + } + return new_dropdown + + def update_config(dataset: str, config: str): + new_values = gr_utils.update_config(dataset, config, DATASET_NAME_TO_DICT) + + feature = new_values[0][1] + split = new_values[1][1] + new_dropdown = { + dataset_args["text_field"]: gr.Dropdown.update(choices=new_values[0][0], value=feature), + dataset_args["split_name"]: gr.Dropdown.update(choices=new_values[1][0], value=split) + } + return new_dropdown + + measurements = [comp for output in widget_list for comp in output.output_components] + demo.load(update_ui, + inputs=[dataset_args["dset_name"], dataset_args["dset_config"], dataset_args["split_name"], dataset_args["text_field"]], + outputs=[title, state] + measurements) + + for widget in widget_list: + widget.add_events(state) + #dataset_args["text_field"] --> the text that could be returned + dataset_args["dset_name"].change(update_dataset, + inputs=[dataset_args["dset_name"]], + outputs=[dataset_args["dset_config"], + dataset_args["split_name"], dataset_args["text_field"], + title, state] + measurements) + + dataset_args["dset_config"].change(update_config, + inputs=[dataset_args["dset_name"], dataset_args["dset_config"]], + outputs=[dataset_args["split_name"], dataset_args["text_field"], + title, state] + measurements) + + dataset_args["calculate_btn"].click(update_ui, + inputs=[dataset_args["dset_name"], dataset_args["dset_config"], + dataset_args["split_name"], dataset_args["text_field"]], + outputs=[title, state] + measurements) + return demo + + +def main(): + parser = argparse.ArgumentParser() + parser.add_argument( + "--live", default=False, required=False, action="store_true", help="Flag to specify that this is not running live.") + parser.add_argument( + "--pull_cache_from_hub", default=False, required=False, action="store_true", help="Flag to specify whether to look in the hub for measurements caches. If you are using this option, you must have HUB_CACHE_ORGANIZATION= and HF_TOKEN= on separate lines in a file named .env at the root of this repo.") + arguments = parser.parse_args() + live = arguments.live + pull_cache_from_hub = arguments.pull_cache_from_hub + + # Create and initialize the demo + demo = create_demo(live, pull_cache_from_hub) + + demo.launch() + +if __name__ == "__main__": + main() diff --git a/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/associations/identity_terms.json b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/associations/identity_terms.json new file mode 100644 index 0000000000000000000000000000000000000000..c2c9f45744ebca175fa670b8a1070e106535cc5b --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/associations/identity_terms.json @@ -0,0 +1 @@ +["man", "woman", "gay", "lesbian", "queer", "trans", "straight", "cis", "she", "her", "hers", "he", "him", "his", "they", "them", "their", "theirs", "himself", "herself"] \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/base_dset/data-00000-of-00002.arrow b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/base_dset/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c7a2cf2c23ee4e383e6d3b7f8b8c48cbbb58ae14 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/base_dset/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f1296731fb15954bceb2aae92ea57bd8351aa21017eb5032eea1be391b32b3 +size 259553152 diff --git a/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/base_dset/data-00001-of-00002.arrow b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/base_dset/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..50d50a8a16faf562f861b3f4d57f530b80f1369a --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/base_dset/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89173d78ae611fdfdd580dc00877e2022df059141619d44b43f8bc1f9856c2ca +size 259689664 diff --git a/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/base_dset/dataset_info.json b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/base_dset/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..52542e43250b0181d838b601949c1189cfadcb49 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/base_dset/dataset_info.json @@ -0,0 +1,55 @@ +{ + "builder_name": "generator", + "citation": "", + "config_name": "default", + "dataset_name": "generator", + "dataset_size": 519190160, + "description": "", + "download_checksums": {}, + "download_size": 0, + "features": { + "images": { + "feature": { + "dtype": "string", + "_type": "Value" + }, + "_type": "Sequence" + }, + "metadata": { + "dtype": "string", + "_type": "Value" + }, + "general_metadata": { + "dtype": "string", + "_type": "Value" + }, + "texts": { + "feature": { + "dtype": "string", + "_type": "Value" + }, + "_type": "Sequence" + } + }, + "homepage": "", + "license": "", + "size_in_bytes": 519190160, + "splits": { + "train": { + "name": "train", + "num_bytes": 519190160, + "num_examples": 100000, + "shard_lengths": [ + 97000, + 3000 + ], + "dataset_name": "generator" + } + }, + "version": { + "version_str": "0.0.0", + "major": 0, + "minor": 0, + "patch": 0 + } +} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/base_dset/state.json b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/base_dset/state.json new file mode 100644 index 0000000000000000000000000000000000000000..602ebb0b9551d5f36c7bf7f48b35f96fe2168a67 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/base_dset/state.json @@ -0,0 +1,16 @@ +{ + "_data_files": [ + { + "filename": "data-00000-of-00002.arrow" + }, + { + "filename": "data-00001-of-00002.arrow" + } + ], + "_fingerprint": "e5b19719224d2bb9", + "_format_columns": null, + "_format_kwargs": {}, + "_format_type": null, + "_output_all_columns": false, + "_split": "train" +} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/general_stats_dict.json b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/general_stats_dict.json new file mode 100644 index 0000000000000000000000000000000000000000..aba846a9df50a2a87b0ebebd0c74e019dab8712b --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/general_stats_dict.json @@ -0,0 +1 @@ +{"total words": 458951, "total open words": 458695, "text_nan_count": 0, "duplicate_fraction": 0.0011676271846117192} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/lengths/length_measurements.json b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/lengths/length_measurements.json new file mode 100644 index 0000000000000000000000000000000000000000..9496538a7bd91ae6daa02786a6e26650621fbd9c --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/lengths/length_measurements.json @@ -0,0 +1 @@ +{"average_instance_length": 269.25647939302144, "standard_dev_instance_length": 304.0144488706206, "num_instance_lengths": 2024} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/lengths/lengths_fig.png b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/lengths/lengths_fig.png new file mode 100644 index 0000000000000000000000000000000000000000..50aada372d6561a3835503794f82f5b1b4a75af2 Binary files /dev/null and b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/lengths/lengths_fig.png differ diff --git a/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/lengths/lengths_table.json b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/lengths/lengths_table.json new file mode 100644 index 0000000000000000000000000000000000000000..561a180c7530ddbf02a0ee8b28920fa799a26617 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/lengths/lengths_table.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8687bd444d4f8d7a0aaa35bd51b51f25136e2b2078e8646df187f6a0caa4bf6b +size 348823286 diff --git a/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/sorted_top_vocab.json b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/sorted_top_vocab.json new file mode 100644 index 0000000000000000000000000000000000000000..6fc85bd5044fa8899eb2dff54c16e0246b4998eb --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/sorted_top_vocab.json @@ -0,0 +1 @@ +{"one": {"count": 162630, "proportion": 0.005280176118857242, "vocab": "one"}, "also": {"count": 118340, "proportion": 0.0038421941948322325, "vocab": "also"}, "said": {"count": 113455, "proportion": 0.003683590860019359, "vocab": "said"}, "new": {"count": 107660, "proportion": 0.0034954421752208735, "vocab": "new"}, "time": {"count": 107410, "proportion": 0.0034873253208292216, "vocab": "time"}, "like": {"count": 99338, "proportion": 0.0032252483262315726, "vocab": "like"}, "first": {"count": 90988, "proportion": 0.002954145389550407, "vocab": "first"}, "people": {"count": 89996, "proportion": 0.002921937711324333, "vocab": "people"}, "year": {"count": 77227, "proportion": 0.0025073612564163327, "vocab": "year"}, "two": {"count": 76345, "proportion": 0.0024787249941225858, "vocab": "two"}, "get": {"count": 66084, "proportion": 0.002145576822471635, "vocab": "get"}, "years": {"count": 65457, "proportion": 0.0021252197516573724, "vocab": "years"}, "many": {"count": 64031, "proportion": 0.0020789212142073915, "vocab": "many"}, "us": {"count": 61950, "proportion": 0.0020113565182512828, "vocab": "us"}, "well": {"count": 61646, "proportion": 0.0020014864233110345, "vocab": "well"}, "world": {"count": 61327, "proportion": 0.001991129317107287, "vocab": "world"}, "even": {"count": 60536, "proportion": 0.001965447589812101, "vocab": "even"}, "back": {"count": 56695, "proportion": 0.0018407402389387648, "vocab": "back"}, "way": {"count": 53417, "proportion": 0.0017343120441554282, "vocab": "way"}, "make": {"count": 52238, "proportion": 0.001696032958844399, "vocab": "make"}, "may": {"count": 50367, "proportion": 0.0016352864205772778, "vocab": "may"}, "see": {"count": 50134, "proportion": 0.0016277215122842586, "vocab": "see"}, "work": {"count": 49793, "proportion": 0.0016166501228940457, "vocab": "work"}, "much": {"count": 49767, "proportion": 0.0016158059700373138, "vocab": "much"}, "day": {"count": 49696, "proportion": 0.0016135007833900847, "vocab": "day"}, "last": {"count": 49458, "proportion": 0.0016057735380092324, "vocab": "last"}, "made": {"count": 48189, "proportion": 0.0015645723851172085, "vocab": "made"}, "good": {"count": 45788, "proportion": 0.001486618115539786, "vocab": "good"}, "life": {"count": 44834, "proportion": 0.0014556441991812432, "vocab": "life"}, "know": {"count": 44344, "proportion": 0.001439735164573606, "vocab": "know"}, "still": {"count": 43429, "proportion": 0.0014100274775001608, "vocab": "still"}, "game": {"count": 42254, "proportion": 0.0013718782618593979, "vocab": "game"}, "around": {"count": 41693, "proportion": 0.0013536640406045315, "vocab": "around"}, "take": {"count": 40628, "proportion": 0.0013190862408960955, "vocab": "take"}, "since": {"count": 39639, "proportion": 0.0012869759649227215, "vocab": "since"}, "three": {"count": 39214, "proportion": 0.0012731773124569138, "vocab": "three"}, "go": {"count": 38323, "proportion": 0.0012442488434050672, "vocab": "go"}, "going": {"count": 37231, "proportion": 0.0012087944234223328, "vocab": "going"}, "really": {"count": 37228, "proportion": 0.0012086970211696328, "vocab": "really"}, "long": {"count": 36636, "proportion": 0.0011894763099702017, "vocab": "long"}, "use": {"count": 36387, "proportion": 0.0011813919229961168, "vocab": "use"}, "state": {"count": 36205, "proportion": 0.0011754828529989942, "vocab": "state"}, "think": {"count": 36113, "proportion": 0.0011724958505828665, "vocab": "think"}, "best": {"count": 35958, "proportion": 0.0011674634008600423, "vocab": "best"}, "part": {"count": 35927, "proportion": 0.0011664569109154776, "vocab": "part"}, "right": {"count": 34951, "proportion": 0.0011347687113704694, "vocab": "right"}, "another": {"count": 34857, "proportion": 0.0011317167741192085, "vocab": "another"}, "however": {"count": 34535, "proportion": 0.0011212622656627611, "vocab": "however"}, "great": {"count": 34388, "proportion": 0.0011164895552804698, "vocab": "great"}, "home": {"count": 33717, "proportion": 0.0010947039180932768, "vocab": "home"}, "city": {"count": 33439, "proportion": 0.0010856779760097602, "vocab": "city"}, "used": {"count": 33168, "proportion": 0.0010768793058492099, "vocab": "used"}, "need": {"count": 33129, "proportion": 0.0010756130765641123, "vocab": "need"}, "next": {"count": 32568, "proportion": 0.001057398855309246, "vocab": "next"}, "want": {"count": 32261, "proportion": 0.0010474313581162976, "vocab": "want"}, "team": {"count": 32133, "proportion": 0.0010432755286677719, "vocab": "team"}, "high": {"count": 31938, "proportion": 0.0010369443822422835, "vocab": "high"}, "old": {"count": 31307, "proportion": 0.0010164574417577548, "vocab": "old"}, "every": {"count": 30892, "proportion": 0.001002983463467613, "vocab": "every"}, "place": {"count": 30693, "proportion": 0.0009965224473718584, "vocab": "place"}, "end": {"count": 30667, "proportion": 0.0009956782945151265, "vocab": "end"}, "different": {"count": 29807, "proportion": 0.0009677563154078449, "vocab": "different"}, "family": {"count": 29380, "proportion": 0.0009538927281069038, "vocab": "family"}, "things": {"count": 29302, "proportion": 0.0009513602695367084, "vocab": "things"}, "little": {"count": 29181, "proportion": 0.000947431712011149, "vocab": "little"}, "show": {"count": 29068, "proportion": 0.0009437628938261225, "vocab": "show"}, "book": {"count": 28603, "proportion": 0.0009286655446576504, "vocab": "book"}, "come": {"count": 28403, "proportion": 0.000922172061144329, "vocab": "come"}, "something": {"count": 28362, "proportion": 0.0009208408970240981, "vocab": "something"}, "government": {"count": 27858, "proportion": 0.0009044773185705285, "vocab": "government"}, "second": {"count": 27836, "proportion": 0.0009037630353840631, "vocab": "second"}, "found": {"count": 27709, "proportion": 0.000899639673353104, "vocab": "found"}, "never": {"count": 27600, "proportion": 0.0008961007248383439, "vocab": "never"}, "including": {"count": 27573, "proportion": 0.0008952241045640455, "vocab": "including"}, "help": {"count": 27472, "proportion": 0.0008919448953898183, "vocab": "help"}, "love": {"count": 27435, "proportion": 0.0008907436009398538, "vocab": "love"}, "look": {"count": 27099, "proportion": 0.000879834548637474, "vocab": "look"}, "got": {"count": 27064, "proportion": 0.0008786981890226427, "vocab": "got"}, "set": {"count": 27038, "proportion": 0.0008778540361659109, "vocab": "set"}, "find": {"count": 27005, "proportion": 0.0008767826113862129, "vocab": "find"}, "story": {"count": 26842, "proportion": 0.0008714904223228561, "vocab": "story"}, "lot": {"count": 26791, "proportion": 0.0008698345840269592, "vocab": "lot"}, "say": {"count": 26642, "proportion": 0.0008649969388095347, "vocab": "say"}, "country": {"count": 26452, "proportion": 0.0008588281294718795, "vocab": "country"}, "man": {"count": 26091, "proportion": 0.0008471073917303344, "vocab": "man"}, "company": {"count": 26087, "proportion": 0.0008469775220600681, "vocab": "company"}, "says": {"count": 25932, "proportion": 0.000841945072337244, "vocab": "says"}, "season": {"count": 25360, "proportion": 0.000823373709489145, "vocab": "season"}, "school": {"count": 25352, "proportion": 0.0008231139701486122, "vocab": "school"}, "week": {"count": 25289, "proportion": 0.0008210685228419159, "vocab": "week"}, "always": {"count": 25064, "proportion": 0.0008137633538894294, "vocab": "always"}, "film": {"count": 24920, "proportion": 0.0008090880457598381, "vocab": "film"}, "without": {"count": 24878, "proportion": 0.0008077244142220406, "vocab": "without"}, "music": {"count": 24720, "proportion": 0.0008025945622465167, "vocab": "music"}, "big": {"count": 24691, "proportion": 0.0008016530071370851, "vocab": "big"}, "according": {"count": 24428, "proportion": 0.0007931140763170676, "vocab": "according"}, "better": {"count": 24423, "proportion": 0.0007929517392292345, "vocab": "better"}, "play": {"count": 24392, "proportion": 0.0007919452492846698, "vocab": "play"}, "group": {"count": 24235, "proportion": 0.0007868478647267125, "vocab": "group"}, "top": {"count": 23990, "proportion": 0.0007788933474228939, "vocab": "top"}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/text_dset/data-00000-of-00001.arrow b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/text_dset/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b7229e29cb432b99da935feaa753dd3216156d22 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/text_dset/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9c7e98ea4cc4b01f89eee3a3a7ef47fa6d9a30fcebb22d7273ba7aef52392f +size 334497112 diff --git a/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/text_dset/dataset_info.json b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/text_dset/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8fe686cc321764cc721a970173d6561fb2078b36 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/text_dset/dataset_info.json @@ -0,0 +1,37 @@ +{ + "builder_name": "generator", + "citation": "", + "config_name": "default", + "dataset_name": "generator", + "dataset_size": 519190160, + "description": "", + "download_checksums": {}, + "download_size": 0, + "features": { + "text": { + "dtype": "string", + "_type": "Value" + } + }, + "homepage": "", + "license": "", + "size_in_bytes": 519190160, + "splits": { + "train": { + "name": "train", + "num_bytes": 519190160, + "num_examples": 100000, + "shard_lengths": [ + 97000, + 3000 + ], + "dataset_name": "generator" + } + }, + "version": { + "version_str": "0.0.0", + "major": 0, + "minor": 0, + "patch": 0 + } +} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/text_dset/state.json b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/text_dset/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e02628c4aeab27fda1b12e658b429b168e28988b --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/text_dset/state.json @@ -0,0 +1,13 @@ +{ + "_data_files": [ + { + "filename": "data-00000-of-00001.arrow" + } + ], + "_fingerprint": "003d7ffa6618774c", + "_format_columns": null, + "_format_kwargs": {}, + "_format_type": null, + "_output_all_columns": false, + "_split": "train" +} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/text_duplicates/text_duplicates.html b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/text_duplicates/text_duplicates.html new file mode 100644 index 0000000000000000000000000000000000000000..72a73cb3f6bd75f13e687ee364303cfc8a971362 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/text_duplicates/text_duplicates.html @@ -0,0 +1,110 @@ +
duplicate_fraction0.0011676271846117192
duplicates_dict
Church of the Holy Sepulchre2
Get fresh music recommendations delivered to your inbox every Friday. +We've updated our Terms of Use. You can review the changes here.4
The Batman – watch the Bat and the Cat trailer2
END_OF_DOCUMENT_TOKEN_TO_BE_REPLACED140
My name is Geoff Le Pard. Once I was a lawyer; now I am a writer. I've published four books - Dead Flies and Sherry Trifle, My Father and Other Liars, Salisbury Square and Buster & Moo. In addition I have published three anthologies of short stories and a memoir of my mother. More will appear soon. I will try and continue to blog regularly at geofflepard.com about whatever takes my fancy. I hope it does yours too. These are my thoughts and no one else is to blame. If you want to nab anything I post, please acknowledge where it came from. +View all posts by TanGental → +This entry was posted in #writephoto, flash fiction, miscellany and tagged #writephoto, flash fiction. Bookmark the permalink.2
Community content is available under CC-BY-SA unless otherwise noted. +Advertisement2
Save products on your wishlist to buy them later or share with your friends.2
A €500m aid package for EU farmers, a derogation from greening obligations and supports for feed and fertiliser are being considered by the European Commission.2
An 11-Year-Old Girl Advises Her Teacher On Punishment Methods – And...2
Molly grew up in California but now lives in the oh-so-amazing state of Texas with her husband, daughter, and fur babies. When she’s not diving into the world of her characters, some of her hobbies include hiking, snowboarding, traveling, and long walks on the beach … which roughly translates to being a homebody with her hubby and dishing out movie quotes. She has a weakness for crude-humored movies and fried pickles, and loves curling up in a fluffy comforter during a thunderstorm … or under one in a bathtub if there are tornados. That way she can pretend they aren’t really happening.2
The 9-year-old got into character, pairing her leather jacket and pants with Jackson’s own “Smooth Criminal” hat.2
Highland's Maddie Dortch runs at the start of the race during the Triad Invitational on Wednesday, September 30, 2020 at Triad High School in Troy, Ill. Paul Halfacre, STLhighschoolsports.com2
After excellent first-cut silage crops, it is a case of keeping the shoulder to the wheel to ensure fodder reserves are met for the coming winter. Declan Marren reports.2
Scroll back to top3
Already got the injury now what ☺️ + +Suffer till it's better jk lol2
We will write the formula as below:2
There was an error retrieving images from Instagram. An attempt will be remade in a few minutes.3
You can find out more about which cookies we are using or switch them off in settings. + +This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful. + +Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings. + +If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.2
In the meantime, learn about Mobile Workers Compensation below through our articles and write-up!2
Lowe's in south Fort Myers is one of several area stores that have restocked on essentials to include water, gas containers and generators in preparation for Hurricane Dorian. A manager at the Lowe's said, if needed, they will ship supplies to stores in areas hardest hit by Hurricane Dorian. Kinfay Moroti/The News-Press USA Today Network-Florida +Fullscreen2
There are no reviews yet.2
80 Hindu couples tie the knot at mass wedding in Karachi2
This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience. +Necessary Always Enabled + +Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.2
This site uses Akismet to reduce spam. Learn how your comment data is processed.8
SEE ALL OF VELOCITY’S SUPERCARS AT PUKEKOHE HERE2
skip to main | skip to sidebar3
Posted 3 years ago by Yahoo2
Not since van Gogh lopped off his ear has an artist’s knife been put to such good use.—Tessa Laird + +New Zealand collage artist Peter Madden draws much of his imagery from old issues of National Geographic. He plunders and reworks the magazine’s discredited ’empire of signs’ to forge his own. His surrealistic pictures, objects, and installations—with their watchmaker detail and intensity—have been described as ‘microcosms’ and ‘intricate kingdoms of flying forms’ Madden has one foot in the vanitas still-life tradition and the other in new-age thinking. On the one hand, he is death obsessed: a master of morbid decoupage. (Moths and butterflies—symbols of transient life—abound. His assemblages in bell jars suggest some Victorian taxidermist killing time in his parlour.) On the other hand, with his flocks, schools, and swarms of quivering animal energy, he revels in biodiversity and magic. Madden’s works manage to be at once morbid and abundant, rotting and blooming, creepy and fey. This book serveys Madden’s work of the last ten years2
Fallout 4: How to Get Vertibird Support2
For Fallout 4 on the PlayStation 4, a GameFAQs message board topic titled "Vertibirds going down constantly?".2
I am a committed Piano tutor and composer with over 15 years experience teaching a wide range of pupils from children to...2
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent. +Cookie SettingsAccept All +Manage consent + +This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience. +Necessary Always Enabled +Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously. +Functional +Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features. +Performance +Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors. +Analytics +Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc. +Advertisement +Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads. +Others +Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet. +SAVE & ACCEPT3
Serbia signs Memorandum of Understanding with USAID on energy efficiency + +Keep up with the latest trends and news of the CEE energy market! Sign up for our newsletters to receive curated news across the energy agenda in 20+ countries in Central and South-eastern Europe.2
Concerns over effect of Rotorua plan2
Jet skier in our wake2
You may have missed2
Showing posts from July, 2018 +Show all2
EXCERPT +As the band played, the dance floor filled. Nate looked over the top of his beer bottle as Rachel asked Grant to dance. It was shaping up to be a line dance and Grant, not looking like the cowboy boogie-type, begged off a second time. +She flashed Caroline a hopeful grin. “Do you want to dance?” +Caroline’s eyes darted to the dance floor. “I don’t know how to do that.” +Rachel set her hands on her hips. She cocked her head toward the line forming behind them. “Come on. I’ll teach you.” +Caroline shot Nate a pleading look as if asking him to save her. He bumped her shoulder instead. “Go ahead. Knock ’em dead.” +And damn, if she didn’t. She picked up the steps quickly, laughing every time she turned the wrong way or kicked out the opposite foot. It wasn’t long before she was rocking the arms and rolling her hips, but with an ethereal quality Nate had never witnessed in a country line dance before. Beside her, Rachel moved to the music a little differently, more seductive, less inhibited. Side by side with Caroline, he began to suspect Rachel wasn’t as innocent and naive as her older brother wanted to believe. Nate continued to watch her dance, enthralled. He’d just as soon imagine his sisters naked as he would Caroline, but Rachel? She conjured up fantasies even he’d never imagined before. +Grant paid no mind to Nate. His eyes were locked on Rachel’s long lithe body on the dance floor. She had a type, and this guy was it—tall, fair-haired, destined for a corner office. Nate brushed a hand over his scruffy face. Rachel could look him square in the eye when she wore heels. The only office he hoped to get was a concrete box with a pushout window. +Jealousy spiked in his chest before he finally pushed back from the table and headed back to the bar. +Faces flushed and smiling, Rachel and Caroline wove their way back to the table after he returned. He set a glass of water in front of Caroline, relieved to see Rachel drinking water, too. +Good. He preferred her date tonight ended with her sober. +Grant looked down at his phone as the band took a break and then leaned sideways to say something to Rachel. Nate sent her a curious look after Grant passed the bouncer and went outside. +Rachel shrugged and set down her glass as recorded music started to play over the loudspeakers. “He said he had to take a call for work.” +Caroline touched Nate’s shoulder. “Do you know which way is the toilet?” +Rachel smiled when he pointed to the far end of the bar. +Caroline stood. “I’ll be right back.” +“It’s just called the toilet in Ireland,” Nate explained after Caroline disappeared into the crowd. “Tell me more about Kieran. How does he like his new home?” +Rachel leaned her elbows on the table, her expression turning all sweet and sappy. “I think he’s happy. He meets me at the door every day when I get home and he likes to sleep in bed with me at night.” +“Hmmm,” was the best Nate could do. +She dropped her chin into her hands. “Can I ask you something?” +“Sure.” +“How much Irish do you speak?” +He grinned, assuming cussing didn’t count. “I only know a few words that my father taught me.” +Rachel’s lips twitched. +“What?” +“Your accent. You’re starting to sound a little bit like your girlfriend.” +He could tell she was teasing him, but he still felt the color rising in his cheeks. “I told you, Caroline and I are friends.” +She sat back and laughed as Lonestar’s “Amazed” began to play. “Matt’s right. Your Irish does come out when you’ve been drinking.” +Nate just shrugged. His accent was a byproduct of parents born and raised in Ireland. His father was proud of his thick Irish accent. His mother tried not to speak with any accent at all, but sometimes it would sneak out when one of her four kids got her riled up. It snuck out on him, too, sometimes, and not just while he was drinking. Times Matt didn’t know about. Moments Nate wished Rachel did. +Leaning closer, enough so that he could feel her warm breath on his cheek, she looked at him. “I have to ask you…did that kiss mean anything at all to you?” +He didn’t know how to answer. He thought about lying or twisting the truth. Or just brushing her off altogether. But he couldn’t do it. “Of course it meant something to me. But it can’t happen again.” +She let out a short laugh. “Then it didn’t mean much at all, did it?” +He stared at her, his throat so tight he could barely breathe. He told himself to keep his mouth shut. Put her first. Forget her. +But no, he looked over his shoulder for Caroline instead and then damn near lost his head. “Rachel, I’m crazy about you.” I love you! He clenched his jaw, determined to salvage the big fat mess he’d made. “But be realistic. I’m not the right guy for you.” +She eased back with defiance. “Who says?” +“How about we start with your brother?” +Her lips pinched together. He’d hit a nerve. “Who says I’m looking for Mr. Right?” +“What is that supposed to mean?” +“It means I’m not looking for a ring, Nate. I want to go out, have fun, blow off a little steam. That doesn’t work for you, so I won’t bother you again.”2
AUTHOR BIO +Suzanne Winslow writes the kind of stories she loves to read—contemporary romance with relatable characters, unsung heroes and heroines, and true-to-life stories. Nurses, teachers, firefighters, and Marines top her list of champions. Give her a book about strong, brave characters with hidden vulnerabilities and a secret passion, and she’ll binge read to the end! +Suzanne and her husband, along with their rescue dog, Murphy, call Upstate New York home. When she’s not reading or writing, she’s often planning a road trip, or if it’s summertime, hanging out at the lake. Connecting with readers through Instagram, Facebook, and newsletters is a favorite pastime. +AUTHOR LINKS +WEBSITE +INSTAGRAM +FACEBOOK +GOODREADS +AMAZON2
After breaking the partition, a sturdy metal frame in placed to ensure the upper part of the wall is safely supported and to facilitate access to the roof.2
From the window situated over the release module and behind glass we can watch the chicks without them seeing us.2
During the release process a young one-year old male from the wild population, visited the release module, attracted by the Colony Environment effect. It is probable that it is an individual from the urban centre of San Vicente where at least two pairs of lesser kestrel breed.2
I’ve had a long love of books, and some of my most prized books are art books. This is a review of books from my collection that can be found on shelves in my studio. I will provide links when possible.2
The Fairy Tales of Oscar Wilde2
Just added to your cart2
The West Side Lofts, a mixed-use development in the heart of Red Bank's antique district, brought a fresh infusion of downtown residents when it opened about four years ago. Tanya Breen +Fullscreen2
Interior of one of the apartments during the opening of Element, a new high-end 35 unit apartment complex along the Navesink River in Red Bank, NJ Wednesday May 29, 2019. Tanya Breen +Fullscreen2
How To Responsibly Donate To Ukrainian Causes2
The Subtle Violence Of So...2
Corona-virus: Fun things to do while social distancing2
Barcelona try to make up for Messi’s lost time2
The Milton and Tamar Maltz Performing Arts Center, located on East 105th Street and Ansel Road in Cleveland. Prior to being used by Case Western Reserve University, the building was The Temple-Tifereth Israel’s home until the 1970s.2
Error: Twitter did not respond. Please wait a few minutes and refresh this page.2
Back to Top +Close3
It was all over before I knew it and I just could not believe I could see almost perfectly straight after the surgery. Read more...2
Watch music on TV: AXS TV programming highlights for the week of April 15-212
The BL King’s Topographical Collection: "THE NORTH-EAST VIEW OF SCALEBY-CASTLE, IN THE COUNTY OF CUMBERLAND. "2
Welcome to our store2
We seek to promote lively discussion and debate. We believe that our users have the right to express themselves freely in a manner that is courteous and respectful of others' point of view and sensibility. + +Your message may be removed if we consider it to be: + +Repeated violations may lead to suspension and/or termination of your message posting privileges. + +www.tributes.in takes abuse very seriously: We will co-operate fully with law enforcement, including disclosure of your user ID, IP address and messaging history. + +Please review your message, you cannot delete/edit once it has been posted. + +READY TO GIVE THE MOST MEANINGFUL GIFT TO YOUR FAMILY? + +Give a Tribute to someone special and see how your family and friends react - it'll be priceless (trust us)!2
How to start? Making a plan …2
Victorian Fashion This era in fashion ranged primarily from the mid-1800s to the early 1900s. It' PowerPoint Presentation2
How did the crisis grow between 1900-1914? PowerPoint Presentation2
Meet Your Match on Dating Site with2
Data Beams Down to Planet Comicon 20202
NBA Scoring Title Should Go To Durant Over Carmelo2
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.3
Commendation: Made in Australia: The Future of Australian Cities by Dr Julian Bolleter and Professor Richard Weller (Perth).2
WINNER: Dune +Nightmare Alley +The Power of the Dog +The Tragedy of Macbeth +West Side Story2
Everything Women Need to Know About Triathlon2
Police keep people away from the Century 16 theater in Aurora, CO, just outside Denver after a shooting at the Midnight Premier of the Dark Knight Rises where 12 people are confirmed dead and many more injured2
You don't have permission to register2
Geoff Neal believes he “shut people up” by knocking out Vicente Luque, expects “everybody is going to try to wrestle me now”2
The Great Famine and the Irish Diaspora in America ebook2
Demystifying the Role of AI in Cybersecurity + +There's a lot of anticipation and expectation in business around the role of artificial...2
“Pale Blue Dot” by The NaveBlues2
D-Day for R. Kelly as sex-crimes trial gets underway +1 month ago +1 month ago2
Culture Current: Teenagers Are Hosed, Here’s What We Can Do2
Winter camouflage in the BC Cariboo!2
How Science Denial Happens and What You Can Do About it2
Processed with VSCO with c1 preset2
The Late Late Show with James Corden on Carpool karaoke2
PAUL HINCE AND NEIL YOUNG GRAB ALL THE POINTS FOR CITY2
Details Taking place between the 1st May and the 31st October 2010, the Shanghai World Expo was the largest Expo the world had ever seen. Represent.....2
The office buildings contrast with the old design from Tokyo Station.2
The most northerly point of our road trip.2
Pin On Anniversary Quotes And Wishes2
Longeveron up 100% after FDA approves its Lomecel-B medical product2
↓ Download Image +Caption: Paul Medlock-Walton demonstrates Gameblox, which was developed by researchers at the Education Arcade, and allows users to create their own games. +Credits: Photo: Casey Atkins2
Is Buying Gold a Good Investment?2
Team 2 – work together on this collaborative puzzle game2
Meredith Rosenthal (center) spoke about pharmaceutical marketing's role in the opioid crisis. She is Gray professor of health economics at the Harvard T. H. Chan School of Public Health.2
Rehabilitated borehole in use2
This image from video provided by the FBI, shows Aaron Alexis moves through the hallways of Building #197 at the Washington Navy Yard on Sept. 16 in Washington, carrying a Remington 870 shotgun. Alexis, a 34-year-old former Navy reservist and IT contractor, shot and killed 12 people inside a Navy Yard building last week before being killed in a shootout with police. (AP Photo/FBI)2
Pin by Ryann McBride on Humanoids in 2021 Character art2
The Lebanese tourist was spared serious harm due to the rescue by local surfer Alik Reyes Narag and a Frenchman lifeguard ’hero’. Photo: Pavida Anantarasmi2
PEMUDA HARUS “I DO CARE”2
Is GameStop the Next RadioShack?2
\ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/text_duplicates/text_duplicates.json b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/text_duplicates/text_duplicates.json new file mode 100644 index 0000000000000000000000000000000000000000..1bdfe35dbc32fdda81ea787ea1db6fa8e205787a --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/text_duplicates/text_duplicates.json @@ -0,0 +1 @@ +{"duplicate_fraction": 0.0011676271846117192, "duplicates_dict": {"Church of the Holy Sepulchre": 2, "Get fresh music recommendations delivered to your inbox every Friday.\nWe've updated our Terms of Use. You can review the changes here.": 4, "The Batman \u2013 watch the Bat and the Cat trailer": 2, "END_OF_DOCUMENT_TOKEN_TO_BE_REPLACED": 140, "My name is Geoff Le Pard. Once I was a lawyer; now I am a writer. I've published four books - Dead Flies and Sherry Trifle, My Father and Other Liars, Salisbury Square and Buster & Moo. In addition I have published three anthologies of short stories and a memoir of my mother. More will appear soon. I will try and continue to blog regularly at geofflepard.com about whatever takes my fancy. I hope it does yours too. These are my thoughts and no one else is to blame. If you want to nab anything I post, please acknowledge where it came from.\nView all posts by TanGental \u2192\nThis entry was posted in #writephoto, flash fiction, miscellany and tagged #writephoto, flash fiction. Bookmark the permalink.": 2, "Community content is available under CC-BY-SA unless otherwise noted.\nAdvertisement": 2, "Save products on your wishlist to buy them later or share with your friends.": 2, "A \u20ac500m aid package for EU farmers, a derogation from greening obligations and supports for feed and fertiliser are being considered by the European Commission.": 2, "An 11-Year-Old Girl Advises Her Teacher On Punishment Methods \u2013 And...": 2, "Molly grew up in California but now lives in the oh-so-amazing state of Texas with her husband, daughter, and fur babies. When she\u2019s not diving into the world of her characters, some of her hobbies include hiking, snowboarding, traveling, and long walks on the beach \u2026 which roughly translates to being a homebody with her hubby and dishing out movie quotes. She has a weakness for crude-humored movies and fried pickles, and loves curling up in a fluffy comforter during a thunderstorm \u2026 or under one in a bathtub if there are tornados. That way she can pretend they aren\u2019t really happening.": 2, "The 9-year-old got into character, pairing her leather jacket and pants with Jackson\u2019s own \u201cSmooth Criminal\u201d hat.": 2, "Highland's Maddie Dortch runs at the start of the race during the Triad Invitational on Wednesday, September 30, 2020 at Triad High School in Troy, Ill. Paul Halfacre, STLhighschoolsports.com": 2, "After excellent first-cut silage crops, it is a case of keeping the shoulder to the wheel to ensure fodder reserves are met for the coming winter. Declan Marren reports.": 2, "Scroll back to top": 3, "Already got the injury now what \u263a\ufe0f\n\nSuffer till it's better jk lol": 2, "We will write the formula as below:": 2, "There was an error retrieving images from Instagram. An attempt will be remade in a few minutes.": 3, "You can find out more about which cookies we are using or switch them off in settings.\n\nThis website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.\n\nStrictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.\n\nIf you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.": 2, "In the meantime, learn about Mobile Workers Compensation below through our articles and write-up!": 2, "Lowe's in south Fort Myers is one of several area stores that have restocked on essentials to include water, gas containers and generators in preparation for Hurricane Dorian. A manager at the Lowe's said, if needed, they will ship supplies to stores in areas hardest hit by Hurricane Dorian. Kinfay Moroti/The News-Press USA Today Network-Florida\nFullscreen": 2, "There are no reviews yet.": 2, "80 Hindu couples tie the knot at mass wedding in Karachi": 2, "This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.\nNecessary Always Enabled\n\nAny cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.": 2, "This site uses Akismet to reduce spam. Learn how your comment data is processed.": 8, "SEE ALL OF VELOCITY\u2019S SUPERCARS AT PUKEKOHE HERE": 2, "skip to main | skip to sidebar": 3, "Posted 3 years ago by Yahoo": 2, "Not since van Gogh lopped off his ear has an artist\u2019s knife been put to such good use.\u2014Tessa Laird\n\nNew Zealand collage artist Peter Madden draws much of his imagery from old issues of National Geographic. He plunders and reworks the magazine\u2019s discredited \u2019empire of signs\u2019 to forge his own. His surrealistic pictures, objects, and installations\u2014with their watchmaker detail and intensity\u2014have been described as \u2018microcosms\u2019 and \u2018intricate kingdoms of flying forms\u2019 Madden has one foot in the vanitas still-life tradition and the other in new-age thinking. On the one hand, he is death obsessed: a master of morbid decoupage. (Moths and butterflies\u2014symbols of transient life\u2014abound. His assemblages in bell jars suggest some Victorian taxidermist killing time in his parlour.) On the other hand, with his flocks, schools, and swarms of quivering animal energy, he revels in biodiversity and magic. Madden\u2019s works manage to be at once morbid and abundant, rotting and blooming, creepy and fey. This book serveys Madden\u2019s work of the last ten years": 2, "Fallout 4: How to Get Vertibird Support": 2, "For Fallout 4 on the PlayStation 4, a GameFAQs message board topic titled \"Vertibirds going down constantly?\".": 2, "I am a committed Piano tutor and composer with over 15 years experience teaching a wide range of pupils from children to...": 2, "We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking \u201cAccept All\u201d, you consent to the use of ALL the cookies. However, you may visit \"Cookie Settings\" to provide a controlled consent.\nCookie SettingsAccept All\nManage consent\n\nThis website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.\nNecessary Always Enabled\nNecessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.\nFunctional\nFunctional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.\nPerformance\nPerformance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.\nAnalytics\nAnalytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.\nAdvertisement\nAdvertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.\nOthers\nOther uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.\nSAVE & ACCEPT": 3, "Serbia signs Memorandum of Understanding with USAID on energy efficiency\n\nKeep up with the latest trends and news of the CEE energy market! Sign up for our newsletters to receive curated news across the energy agenda in 20+ countries in Central and South-eastern Europe.": 2, "Concerns over effect of Rotorua plan": 2, "Jet skier in our wake": 2, "You may have missed": 2, "Showing posts from July, 2018\nShow all": 2, "EXCERPT\nAs the band played, the dance floor filled. Nate looked over the top of his beer bottle as Rachel asked Grant to dance. It was shaping up to be a line dance and Grant, not looking like the cowboy boogie-type, begged off a second time.\nShe flashed Caroline a hopeful grin. \u201cDo you want to dance?\u201d\nCaroline\u2019s eyes darted to the dance floor. \u201cI don\u2019t know how to do that.\u201d\nRachel set her hands on her hips. She cocked her head toward the line forming behind them. \u201cCome on. I\u2019ll teach you.\u201d\nCaroline shot Nate a pleading look as if asking him to save her. He bumped her shoulder instead. \u201cGo ahead. Knock \u2019em dead.\u201d\nAnd damn, if she didn\u2019t. She picked up the steps quickly, laughing every time she turned the wrong way or kicked out the opposite foot. It wasn\u2019t long before she was rocking the arms and rolling her hips, but with an ethereal quality Nate had never witnessed in a country line dance before. Beside her, Rachel moved to the music a little differently, more seductive, less inhibited. Side by side with Caroline, he began to suspect Rachel wasn\u2019t as innocent and naive as her older brother wanted to believe. Nate continued to watch her dance, enthralled. He\u2019d just as soon imagine his sisters naked as he would Caroline, but Rachel? She conjured up fantasies even he\u2019d never imagined before.\nGrant paid no mind to Nate. His eyes were locked on Rachel\u2019s long lithe body on the dance floor. She had a type, and this guy was it\u2014tall, fair-haired, destined for a corner office. Nate brushed a hand over his scruffy face. Rachel could look him square in the eye when she wore heels. The only office he hoped to get was a concrete box with a pushout window.\nJealousy spiked in his chest before he finally pushed back from the table and headed back to the bar.\nFaces flushed and smiling, Rachel and Caroline wove their way back to the table after he returned. He set a glass of water in front of Caroline, relieved to see Rachel drinking water, too.\nGood. He preferred her date tonight ended with her sober.\nGrant looked down at his phone as the band took a break and then leaned sideways to say something to Rachel. Nate sent her a curious look after Grant passed the bouncer and went outside.\nRachel shrugged and set down her glass as recorded music started to play over the loudspeakers. \u201cHe said he had to take a call for work.\u201d\nCaroline touched Nate\u2019s shoulder. \u201cDo you know which way is the toilet?\u201d\nRachel smiled when he pointed to the far end of the bar.\nCaroline stood. \u201cI\u2019ll be right back.\u201d\n\u201cIt\u2019s just called the toilet in Ireland,\u201d Nate explained after Caroline disappeared into the crowd. \u201cTell me more about Kieran. How does he like his new home?\u201d\nRachel leaned her elbows on the table, her expression turning all sweet and sappy. \u201cI think he\u2019s happy. He meets me at the door every day when I get home and he likes to sleep in bed with me at night.\u201d\n\u201cHmmm,\u201d was the best Nate could do.\nShe dropped her chin into her hands. \u201cCan I ask you something?\u201d\n\u201cSure.\u201d\n\u201cHow much Irish do you speak?\u201d\nHe grinned, assuming cussing didn\u2019t count. \u201cI only know a few words that my father taught me.\u201d\nRachel\u2019s lips twitched.\n\u201cWhat?\u201d\n\u201cYour accent. You\u2019re starting to sound a little bit like your girlfriend.\u201d\nHe could tell she was teasing him, but he still felt the color rising in his cheeks. \u201cI told you, Caroline and I are friends.\u201d\nShe sat back and laughed as Lonestar\u2019s \u201cAmazed\u201d began to play. \u201cMatt\u2019s right. Your Irish does come out when you\u2019ve been drinking.\u201d\nNate just shrugged. His accent was a byproduct of parents born and raised in Ireland. His father was proud of his thick Irish accent. His mother tried not to speak with any accent at all, but sometimes it would sneak out when one of her four kids got her riled up. It snuck out on him, too, sometimes, and not just while he was drinking. Times Matt didn\u2019t know about. Moments Nate wished Rachel did.\nLeaning closer, enough so that he could feel her warm breath on his cheek, she looked at him. \u201cI have to ask you\u2026did that kiss mean anything at all to you?\u201d\nHe didn\u2019t know how to answer. He thought about lying or twisting the truth. Or just brushing her off altogether. But he couldn\u2019t do it. \u201cOf course it meant something to me. But it can\u2019t happen again.\u201d\nShe let out a short laugh. \u201cThen it didn\u2019t mean much at all, did it?\u201d\nHe stared at her, his throat so tight he could barely breathe. He told himself to keep his mouth shut. Put her first. Forget her.\nBut no, he looked over his shoulder for Caroline instead and then damn near lost his head. \u201cRachel, I\u2019m crazy about you.\u201d I love you! He clenched his jaw, determined to salvage the big fat mess he\u2019d made. \u201cBut be realistic. I\u2019m not the right guy for you.\u201d\nShe eased back with defiance. \u201cWho says?\u201d\n\u201cHow about we start with your brother?\u201d\nHer lips pinched together. He\u2019d hit a nerve. \u201cWho says I\u2019m looking for Mr. Right?\u201d\n\u201cWhat is that supposed to mean?\u201d\n\u201cIt means I\u2019m not looking for a ring, Nate. I want to go out, have fun, blow off a little steam. That doesn\u2019t work for you, so I won\u2019t bother you again.\u201d": 2, "AUTHOR BIO\nSuzanne Winslow writes the kind of stories she loves to read\u2014contemporary romance with relatable characters, unsung heroes and heroines, and true-to-life stories. Nurses, teachers, firefighters, and Marines top her list of champions. Give her a book about strong, brave characters with hidden vulnerabilities and a secret passion, and she\u2019ll binge read to the end!\nSuzanne and her husband, along with their rescue dog, Murphy, call Upstate New York home. When she\u2019s not reading or writing, she\u2019s often planning a road trip, or if it\u2019s summertime, hanging out at the lake. Connecting with readers through Instagram, Facebook, and newsletters is a favorite pastime.\nAUTHOR LINKS\nWEBSITE\nINSTAGRAM\nFACEBOOK\nGOODREADS\nAMAZON": 2, "After breaking the partition, a sturdy metal frame in placed to ensure the upper part of the wall is safely supported and to facilitate access to the roof.": 2, "From the window situated over the release module and behind glass we can watch the chicks without them seeing us.": 2, "During the release process a young one-year old male from the wild population, visited the release module, attracted by the Colony Environment effect. It is probable that it is an individual from the urban centre of San Vicente where at least two pairs of lesser kestrel breed.": 2, "I\u2019ve had a long love of books, and some of my most prized books are art books. This is a review of books from my collection that can be found on shelves in my studio. I will provide links when possible.": 2, "The Fairy Tales of Oscar Wilde": 2, "Just added to your cart": 2, "The West Side Lofts, a mixed-use development in the heart of Red Bank's antique district, brought a fresh infusion of downtown residents when it opened about four years ago. Tanya Breen\nFullscreen": 2, "Interior of one of the apartments during the opening of Element, a new high-end 35 unit apartment complex along the Navesink River in Red Bank, NJ Wednesday May 29, 2019. Tanya Breen\nFullscreen": 2, "How To Responsibly Donate To Ukrainian Causes": 2, "The Subtle Violence Of So...": 2, "Corona-virus: Fun things to do while social distancing": 2, "Barcelona try to make up for Messi\u2019s lost time": 2, "The Milton and Tamar Maltz Performing Arts Center, located on East 105th Street and Ansel Road in Cleveland. Prior to being used by Case Western Reserve University, the building was The Temple-Tifereth Israel\u2019s home until the 1970s.": 2, "Error: Twitter did not respond. Please wait a few minutes and refresh this page.": 2, "Back to Top\nClose": 3, "It was all over before I knew it and I just could not believe I could see almost perfectly straight after the surgery. Read more...": 2, "Watch music on TV: AXS TV programming highlights for the week of April 15-21": 2, "The BL King\u2019s Topographical Collection: \"THE NORTH-EAST VIEW OF SCALEBY-CASTLE, IN THE COUNTY OF CUMBERLAND. \"": 2, "Welcome to our store": 2, "We seek to promote lively discussion and debate. We believe that our users have the right to express themselves freely in a manner that is courteous and respectful of others' point of view and sensibility.\n\nYour message may be removed if we consider it to be:\n\nRepeated violations may lead to suspension and/or termination of your message posting privileges.\n\nwww.tributes.in takes abuse very seriously: We will co-operate fully with law enforcement, including disclosure of your user ID, IP address and messaging history.\n\nPlease review your message, you cannot delete/edit once it has been posted.\n\nREADY TO GIVE THE MOST MEANINGFUL GIFT TO YOUR FAMILY?\n\nGive a Tribute to someone special and see how your family and friends react - it'll be priceless (trust us)!": 2, "How to start? Making a plan \u2026": 2, "Victorian Fashion This era in fashion ranged primarily from the mid-1800s to the early 1900s. It' PowerPoint Presentation": 2, "How did the crisis grow between 1900-1914? PowerPoint Presentation": 2, "Meet Your Match on Dating Site with": 2, "Data Beams Down to Planet Comicon 2020": 2, "NBA Scoring Title Should Go To Durant Over Carmelo": 2, "Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.": 3, "Commendation: Made in Australia: The Future of Australian Cities by Dr Julian Bolleter and Professor Richard Weller (Perth).": 2, "WINNER: Dune\nNightmare Alley\nThe Power of the Dog\nThe Tragedy of Macbeth\nWest Side Story": 2, "Everything Women Need to Know About Triathlon": 2, "Police keep people away from the Century 16 theater in Aurora, CO, just outside Denver after a shooting at the Midnight Premier of the Dark Knight Rises where 12 people are confirmed dead and many more injured": 2, "You don't have permission to register": 2, "Geoff Neal believes he \u201cshut people up\u201d by knocking out Vicente Luque, expects \u201ceverybody is going to try to wrestle me now\u201d": 2, "The Great Famine and the Irish Diaspora in America ebook": 2, "Demystifying the Role of AI in Cybersecurity\n\nThere's a lot of anticipation and expectation in business around the role of artificial...": 2, "\u201cPale Blue Dot\u201d by The NaveBlues": 2, "D-Day for R. Kelly as sex-crimes trial gets underway\n1 month ago\n1 month ago": 2, "Culture Current: Teenagers Are Hosed, Here\u2019s What We Can Do": 2, "Winter camouflage in the BC Cariboo!": 2, "How Science Denial Happens and What You Can Do About it": 2, "Processed with VSCO with c1 preset": 2, "The Late Late Show with James Corden on Carpool karaoke": 2, "PAUL HINCE AND NEIL YOUNG GRAB ALL THE POINTS FOR CITY": 2, "Details Taking place between the 1st May and the 31st October 2010, the Shanghai World Expo was the largest Expo the world had ever seen. Represent.....": 2, "The office buildings contrast with the old design from Tokyo Station.": 2, "The most northerly point of our road trip.": 2, "Pin On Anniversary Quotes And Wishes": 2, "Longeveron up 100% after FDA approves its Lomecel-B medical product": 2, "\u2193 Download Image\nCaption: Paul Medlock-Walton demonstrates Gameblox, which was developed by researchers at the Education Arcade, and allows users to create their own games.\nCredits: Photo: Casey Atkins": 2, "Is Buying Gold a Good Investment?": 2, "Team 2 \u2013 work together on this collaborative puzzle game": 2, "Meredith Rosenthal (center) spoke about pharmaceutical marketing's role in the opioid crisis. She is Gray professor of health economics at the Harvard T. H. Chan School of Public Health.": 2, "Rehabilitated borehole in use": 2, "This image from video provided by the FBI, shows Aaron Alexis moves through the hallways of Building #197 at the Washington Navy Yard on Sept. 16 in Washington, carrying a Remington 870 shotgun. Alexis, a 34-year-old former Navy reservist and IT contractor, shot and killed 12 people inside a Navy Yard building last week before being killed in a shootout with police. (AP Photo/FBI)": 2, "Pin by Ryann McBride on Humanoids in 2021 Character art": 2, "The Lebanese tourist was spared serious harm due to the rescue by local surfer Alik Reyes Narag and a Frenchman lifeguard \u2019hero\u2019. Photo: Pavida Anantarasmi": 2, "PEMUDA HARUS \u201cI DO CARE\u201d": 2, "Is GameStop the Next RadioShack?": 2}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/tokenized_df.json b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/tokenized_df.json new file mode 100644 index 0000000000000000000000000000000000000000..4587ca9fa5b02b2da40db672ab51f168e7de159f --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/tokenized_df.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f75e007c2895c3141121690edf9d4028ae64b77bd83ca7ecb6f2ece27b51c2 +size 844434693 diff --git a/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/vocab_counts.json b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/vocab_counts.json new file mode 100644 index 0000000000000000000000000000000000000000..2d627c7a346f358846ccddaca8d042a92b7c70d7 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_default_train_texts/vocab_counts.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ff40d8372ff15bead1766d2f6b14e349a64d057a6f298ed52726e31b1873c5 +size 39026204 diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/base_dset/data-00000-of-00001.arrow b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/base_dset/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e6dbd1cc73f6f70eaf2b121354cb8808a3c6980c --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/base_dset/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f23eb11877f1bf934ba12d0ce910ccb71b9ce3865798dc6651d12425244b529 +size 489144 diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/base_dset/dataset_info.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/base_dset/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6ea85221bdb20e38d4ac8afff9924c07fa03482f --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/base_dset/dataset_info.json @@ -0,0 +1,51 @@ +{ + "builder_name": "generator", + "citation": "", + "config_name": "default", + "dataset_name": "generator", + "dataset_size": 487928, + "description": "", + "download_checksums": {}, + "download_size": 0, + "features": { + "images": { + "feature": { + "dtype": "string", + "_type": "Value" + }, + "_type": "Sequence" + }, + "metadata": { + "dtype": "string", + "_type": "Value" + }, + "general_metadata": { + "dtype": "string", + "_type": "Value" + }, + "texts": { + "feature": { + "dtype": "string", + "_type": "Value" + }, + "_type": "Sequence" + } + }, + "homepage": "", + "license": "", + "size_in_bytes": 487928, + "splits": { + "train": { + "name": "train", + "num_bytes": 487928, + "num_examples": 100, + "dataset_name": "generator" + } + }, + "version": { + "version_str": "0.0.0", + "major": 0, + "minor": 0, + "patch": 0 + } +} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/base_dset/state.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/base_dset/state.json new file mode 100644 index 0000000000000000000000000000000000000000..af9c667577f319a1b55b15215c7fc50a048aa10b --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/base_dset/state.json @@ -0,0 +1,13 @@ +{ + "_data_files": [ + { + "filename": "data-00000-of-00001.arrow" + } + ], + "_fingerprint": "ae60b20f0290ac61", + "_format_columns": null, + "_format_kwargs": {}, + "_format_type": null, + "_output_all_columns": false, + "_split": "train" +} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/dset_peek.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/dset_peek.json new file mode 100644 index 0000000000000000000000000000000000000000..caca16a8ae99a5ee19ce1b03f185959327d0b66b --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/dset_peek.json @@ -0,0 +1 @@ +{"dset peek": {"images": [["https://eppc.org/wp-content/uploads/2017/07/shutterstock_636139745-1024x683.jpg", null], ["https://cdn.motor1.com/images/mgl/oRKO0/s1/lamborghini-urus-original-carbon-fiber-accessories.jpg", null], [null, "https://slidelegend.com/img/60x80/management-factors-influencing-open-innovation-div_59c212ac1723dd1242167485.jpg", null], [null, "https://www.henryusa.com/wp-content/uploads/2022/07/Kalel_buttstock2-480x407.jpg", null, "https://www.henryusa.com/wp-content/uploads/2021/06/kalel_1200px-480x480.jpg", null], ["https://www.debate.com.mx/__export/1631449386230/sites/debate/img/2021/09/12/turistas-mazatlan-2.jpg_1187572215.jpg", null], ["https://www.glamsham.com/wp-content/uploads/2021/03/f8f324f76b556faeda82528199cc811b.jpg", null], [null, "http://otlsports.com/wp-content/uploads/2019/05/Virginia-basketball-330x186.jpg"], [null, "https://birmingcabbie.files.wordpress.com/2013/01/payday-loan.png?w=625", null, "https://birmingcabbie.files.wordpress.com/2013/01/norwood-018.jpg?w=225&h=300", null], ["https://www.vagabondinn.com/resourcefiles/blogsmallimages/ccut-title.jpg", null], [null, "https://res.cloudinary.com/the-weekly-gripe/image/fetch/https://www.weeklygripe.co.uk/AImg/issues.jpg", null], ["http://cdn.shopify.com/s/files/1/0278/5473/3360/articles/Japanese_Tea_Blog_1024x1024.jpg?v=1629313777", null], ["http://res.heraldm.com/content/image/2021/05/04/20210504000952_0.jpg", null], ["https://i.stack.imgur.com/BrjpG.jpg", "https://i.stack.imgur.com/IqeIc.jpg", "https://i.stack.imgur.com/OwzIj.jpg", "https://i.stack.imgur.com/4xbCs.jpg", "https://i.stack.imgur.com/OXUqH.jpg", "https://i.stack.imgur.com/TTxia.jpg", null], [null, "https://www.toptipz.com.ng/wp-content/uploads/2020/02/5e59569e1f900-340x215.png", "https://www.toptipz.com.ng/wp-content/uploads/2020/02/5e591b9f8a4b0-348x215.jpeg"], ["https://gamecocksonline.com/imgproxy/oRJaXYMtWVCyAUZaLJ2WtaL8Mw-eiS8JgPl57dbcMIg/fit/3840/2160/ce/0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2dhbWVjb2Nrc29ubGluZS1jb20vMjAxNy8wOC9kY2MwZWJlNS05ODk4OTY2LmpwZWc.png", null], [null, "https://paulinepark.com/wp-content/uploads/2014/06/gauguin56-300x231.jpg", null, "https://paulinepark.com/wp-content/uploads/2014/06/Paul-Gauguin-Oviri-Savage-001-183x300.jpg"], [null, "https://talesofthetravelbug.files.wordpress.com/2016/02/g-_photoshop_img_2615.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2599.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2593.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2592.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2608.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2630.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2625.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2686.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2690.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2698.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2710.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2868.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2621.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2826.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2722.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2788.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2751.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2790.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2768.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2813.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2816.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2862.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2874.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/g-_photoshop_img_2844.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2809.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2878.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2902.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2952.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2984.jpg?w=1088", null], [null, "https://minnesota.cbslocal.com/wp-content/uploads/sites/15909630/2018/08/new-brighton-fire.jpg", null], ["https://lh5.googleusercontent.com/proxy/WExIptbY4UDQvirHFf13ljYTSeTve-er8gd8tXgZZFZ0SmjBMGFL85yWBk20ICJbY5va9-ien4RfhqjTxf0y0kKkI4E7vQ5Wa8XszzIZkaACnn03qlGzNg=s0-d", null, "https://lh5.googleusercontent.com/proxy/reE1nNETG3gDd_fBKQjCCLki947y-WOHqh0j30aEjMwo1C5Bjn6kQI3JeAOwzOEzDHS9s6swZba_BTbJYAJtp9-O5EbdZEENXn2KGpWDZ5gSwSTAfgCAbA=s0-d", null, "https://lh3.googleusercontent.com/proxy/zw6rKxtBXir83rM1ef4ak_fy_eV_YXnSJl454x6iRBWLmRFr0el2iBY9fbUi5kM6JMSZJiG6Nkff2GDm6VwIhiww5bBAlWYODomclmJiUd5I2MMmHwBapbIN=s0-d", null, "https://lh3.googleusercontent.com/proxy/n86RYJqbx7oytPRRY9-qSlu-8jFyiTIrIMOyu57iV2ITq9StZmH3Yojdor7jvQRuCojX_iGWf_w_qmw80Ap_qSiot7-hYsW_KH25VfhpfJkXOe2Y5x88UuNU=s0-d", null, "https://lh4.googleusercontent.com/proxy/ywYGhzFkMdaZZ_QK8YgU4AGuB0mSAkL0GHxf8VQEZwmX-uoFDT1p9YdEaMjRpho8hwgjgM0xnA5lKAdMfa5kY5efEGxqpDBUesfzTwjBEK2egKXnNBtjJLDn=s0-d", null], ["https://is3-ssl.mzstatic.com/image/thumb/Podcasts124/v4/d4/2a/8a/d42a8aae-bbef-0505-eaa8-6b80db57100a/mza_13260582032712560114.jpg/600x600bb.jpg", null], ["https://vidmid.com/upload/news/image_1607022019_96572726.jpg", null, "https://vidmid.com/upload/news/image_1607022018_86288425.jpg", "https://vidmid.com/upload/news/image_1607022020_15618687.jpg", null, "https://vidmid.com/upload/news/image_1611340213_9962819.jpg", "https://vidmid.com/upload/news/image_1611349240_58992742.jpeg"], ["https://www.etoren.com/upload/images/0.73465000_1614219269_fujifilm-x-t200-body-kit-box-champagne-gold.jpg", null, "https://www.etoren.com/upload/images/0.03465600_1612495860_canon-eos-m50-mk-ii-body-kit-box-white.jpg", "https://www.etoren.com/upload/images/0.03307800_1555497126_panasonic-lumix-dc-gx9-body-silver.jpg", "https://www.etoren.com/upload/images/0.60473500_1555497010_panasonic-lumix-dc-gx9-body-black.jpg", "https://www.etoren.com/upload/images/Panasonic_Lumix_DMC-GX85_Kit_20mm_II_Silver.jpg", "https://www.etoren.com/upload/images/0.74035000_1624130187_canon-eos-m200-twin-kit-22-15-45-white.jpg", "https://www.etoren.com/upload/images/0.11915800_1610599130_fujifilm-x-t200-body-kit-box-black.jpg", "https://www.etoren.com/upload/images/0.48388800_1614219253_fujifilm-x-t200-body-kit-box-dark-silver.jpg", "https://www.etoren.com/upload/images/0.36035400_1578056340_panasonic-lumix-dmc-gh4-black-kit-box-body-only.jpg", "https://www.etoren.com/upload/images/0.28524600_1612495853_canon-eos-m50-mk-ii-body-kit-box-black.jpg", "https://www.etoren.com/upload/images/0.50576300_1616029136_fujifilm-x-t200-body-dark-silver.jpg"], ["https://ionigeria.com/wp-content/uploads/2021/12/James-Webb-323x330.jpg", null], [null, "https://www.gannett-cdn.com/presto/2018/10/26/PWAU/2a506b32-52f3-4269-bbc5-9a54feafe20c-WDHBrd2_09-05-2017_Herald_1_A001__2017_09_04_IMG_636397938897683883_W_1_1_0UJGPN5O_L1091358173_IMG_636397938897683883_W_1_1_0UJGPN5O.jpg?width=540&height=&fit=bounds&auto=webp", null], [null, "https://cdn.shopify.com/s/files/1/0025/8002/1309/files/iberico-ham-tags-01-png.png?v=1635779263", null, "https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Iberico_pigs_480x480.jpg?v=1635784392", null, "https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Iberico_producer_480x480.jpg?v=1635784418", null, "https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Borough_Shop_x_11_480x480.jpg?v=1629714212", "http://cdn.shopify.com/s/files/1/0025/8002/1309/t/75/assets/popup-header-image_490x.jpg?v=143601077120798896961671709859"], [null, "https://healthyceleb.com/wp-content/uploads/2018/10/Reid-Ewing-218x150.jpg", "https://healthyceleb.com/wp-content/uploads/2018/01/Andrew-McMahon-Healthy-Celeb-218x150.jpg", "https://healthyceleb.com/wp-content/uploads/2015/07/Pay-Attention-To-The-Pain-218x150.jpg"], ["https://worldnews.su/wp-content/uploads/2022/06/db13846c370fcf02fadf1c37d160d76c.jpg", null], [null, "https://observer.com/wp-content/uploads/sites/2/2022/05/GettyImages-1240311308.jpg?quality=80&w=970&strip"], ["https://www.zwillgen.com/wp-content/uploads/2022/05/AdobeStock_394300808-960x540.jpeg", null], [null, "http://cdn.idropnews.com/wp-content/uploads/2018/04/23075239/Rainbow-iPhone-Wallpaper1-729x480.jpg"], ["https://books.google.com/books/content/images/frontcover/L9fFDwAAQBAJ?fife=w200-h370", null, "https://books.google.com/books/content/images/frontcover/HEuKDgAAQBAJ?fife=w200-h370", null, "https://books.google.com/books/content/images/frontcover/QhlZEAAAQBAJ?fife=w200-h370", null, "https://books.google.com/books/content/images/frontcover/YmRmEAAAQBAJ?fife=w200-h370", null, "https://books.google.com/books/content/images/frontcover/yLwlneqlacQC?fife=w200-h370", "https://books.google.com/books/content/images/frontcover/N26meWqmtZsC?fife=w200-h370", "https://books.google.com/books/content/images/frontcover/TovHHlg84_cC?fife=w200-h370", "https://books.google.com/books/content/images/frontcover/B22dDwAAQBAJ?fife=w200-h370", null, "https://books.google.com/books/content/images/frontcover/ql6qCgAAQBAJ?fife=w200-h370", "https://books.google.com/books/content/images/frontcover/ijxIDwAAQBAJ?fife=w200-h370", null, "https://books.google.com/books/content/images/frontcover/XRM9C5VWH-AC?fife=w200-h370", null, "https://books.google.com/books/content/images/frontcover/wshdEAAAQBAJ?fife=w200-h370"], [null, "https://maestrofilm.files.wordpress.com/2014/10/american-psycho-2000.jpg?w\\u003d535\\u0026h\\u003d754", null], ["https://www.austinchronicle.com/imager/b/newfeature/640116/d119/pols_develop1-1.jpg", null], ["https://cdn.fame10.com/eyJidWNrZXQiOiJwdWItc3RvcmFnZSIsImtleSI6ImZhbWUxMC93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOC8wODA2MzcwNS5qcGciLCJlZGl0cyI6eyJ3ZWJwIjp7InF1YWxpdHkiOjgwfSwicmVzaXplIjp7ImZpdCI6ImNvdmVyIiwiYmFja2dyb3VuZCI6eyJyIjowLCJnIjowLCJiIjowLCJhbHBoYSI6MX0sIndpZHRoIjo4OTUsImhlaWdodCI6NDgwLCJwb3NpdGlvbiI6InRvcCJ9fX0=", null], [null, "https://img.ednews.net/news/2020/10/photo_440902.jpg", null], [null, "https://www.hopefornigeriaonline.com/wp-content/uploads/2013/06/south-african-police.jpeg", null, "https://www.hopefornigeriaonline.com/wp-content/uploads/2013/05/olugbenga_ashiru-460x261.jpg", null, "https://www.hopefornigeriaonline.com/wp-content/uploads/2013/05/desmond_tutu-460x261.jpg", null], ["https://cmeindia.in/wp-content/uploads/2022/04/3rd-wave-study-cme-india-1080x675.jpg", null], ["https://media.sitra.fi/2015/12/24010343/saa2273.jpg", null], [null, "https://suesspiciousminds.files.wordpress.com/2013/05/countach-yellow-hanna-big.jpg?w=610&h=411", null, "https://suesspiciousminds.files.wordpress.com/2013/05/wilma.jpg?w=610&h=688", null], [null, "https://www.exquisitecoasts.com/images/road-dingle-wild-atlantic-way-ireland.jpg", null, "https://www.exquisitecoasts.com/images/werner22brigitte-great-coastal-drives-big-sur-pixa.jpg", null], ["https://peterbowes.files.wordpress.com/2011/01/china-girl.jpg?w=229", "https://kurungabaa.files.wordpress.com/2010/03/kowloon.jpg?w=228&h=300", null], [null, "https://ichef.bbci.co.uk/news/624/cpsprodpb/5224/production/_101682012_usgs1.jpg", null], ["http://archiveislam.com/wp-content/uploads/2013/01/muslim-snow-patrol.jpg", null, "http://archiveislam.com/wp-content/uploads/2013/01/muslim-neighbour.jpg", "http://archiveislam.com/wp-content/uploads/2013/01/muslim-stockton.jpg", "http://archiveislam.com/wp-content/uploads/2013/01/muslim-berkshire.jpg", "http://archiveislam.com/wp-content/uploads/2013/01/harvard-university-quran.jpg", "http://archiveislam.com/wp-content/uploads/2013/08/eid-google.jpg", "http://archiveislam.com/wp-content/uploads/2014/05/islam-on-media.jpg"], [null, "https://thegatorseye.com/wp-content/uploads/2020/01/My-Post-1-2-900x675.jpg", null], ["https://static.timesofisrael.com/jewishndev/uploads/2021/04/AN4T7158-640x400.jpg", null], ["https://www.rowadventures.com/sites/rowadventures.com/files/styles/award/public/profile/Malcolm-Reed.jpg?itok=tUpXNECx", null], ["https://theshelfofunreadbooks.files.wordpress.com/2019/02/43217645.jpg?w=199&h=300", null], ["http://energy.agwired.com/wp-content/uploads/sites/11/2010/10/FoodWaste-239x300.jpg", null], ["https://usc-images.s3.amazonaws.com/cache/microplastics-scaled-1024x512.0867de41.jpg", null], [null, "https://speedhunters-wp-production.s3.amazonaws.com/wp-content/uploads/2022/09/23051515/2022-BMW-M1-Procar-Speedhunters-by-Paddy-McGrath-14.jpg", "https://images.hgmsites.net/hug/porsche-911-carrera_100864745_h.jpg", "https://eoouae45rgb.exactdn.com/2022/11/Ferrari-Enzo@660x550.jpg", "https://www.cycleworld.com/resizer/_0t6YxopDQQGqeJxRGW53fRMtPM=/979x734/filters:focal(611x370:621x380)/cloudfront-us-east-1.images.arcpublishing.com/octane/LYYNTZFGVFE3BF5KEA2A5IKOWU.jpg", "https://www.jazzituptruckandauto.com/wp-content/uploads/blog-jeep-lights.jpg", "https://gtspirit.com/wp-content/uploads/2022/11/Porsche-911-T-9.jpeg"], [null, "https://www.gannett-cdn.com/-mm-/79abbaf0ccd99c1f0900f67a1a81ac796b72eea0/c=0-60-481-421/local/-/media/2016/06/10/GreatFalls/B9322505464Z.1_20160610193632_000_GVRELDNGA.1-0.jpg?width=534&height=401&fit=crop", null, "https://www.gannett-cdn.com/-mm-/22658ce5382b8f1b91e260836070d67069159f86/c=51-0-1104-792/local/-/media/2016/06/10/GreatFalls/B9322505464Z.1_20160610193632_000_GVRELE079.1-0.jpg?width=540&height=405&fit=crop", null], ["https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2011/11/Lady-Gaga-Judas.jpg", null], ["https://pbs.twimg.com/media/Ev5nFlYWYAA5SYk?format=jpg&name=large", null], ["https://movizark.files.wordpress.com/2018/09/charlie-day-0de987d60e62889d.jpg?w=300&h=210", null], ["https://paradigmshyft495213390.files.wordpress.com/2022/02/dictator2-1.jpg?w=1120", null], [null, "https://img.rasset.ie/0011ba1b-614.jpg?ratio=1.78", null, "https://img.rasset.ie/0013280f-614.jpg?ratio=1.02", null], ["http://cmt.mtvnimages.com/uri/mgid:uma:image:cmt.com:1647334?quality=0.8&format=jpg&height=495&width=660", null], [null, "https://lh6.googleusercontent.com/-8G4ILMarj-M/TW7iTejGbsI/AAAAAAAACbg/jw9pauDtIKo/s400/hand_full_of_dirt-1.jpg", null], [null, "https://dq5pwpg1q8ru0.cloudfront.net/2020/11/10/15/06/49/b5799939-68ea-49c0-ab38-5cbb3738a03f/lightstock_78933_small_nathan_klahsen.jpg", null], [null, "https://silverchips.mbhs.edu/uploads/images/2018/08/01/21712.jpg", null], ["http://realdealtheatre.webs.com/WestEnd%20Xtra%201.jpg", "http://realdealtheatre.webs.com/West%20End%20Extra%20Sitcom%20Saturday.jpg", null], ["https://images-na.ssl-images-amazon.com/images/I/81Lz+z3qpkL.jpg", null], ["https://www.ungeek.ph/wp-content/uploads/2016/10/Rock-Reacts.jpg", "https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock2-1024x576.jpg", null, "https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock-cross-1024x576.jpg", null, "https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock-fanny-658x1024.jpg", null], ["https://holaamericanews.com/wp-content/uploads/2018/01/optimized-to-my-bros-696x522.jpg", null, "https://holaamericanews.com/wp-content/uploads/2018/01/Carmona-1-150x150.jpg", null], ["https://nobeladventures.files.wordpress.com/2019/04/img_1574.jpg?w=1088", null, "https://nobeladventures.files.wordpress.com/2019/04/img_1573.jpg?w=739", "https://nobeladventures.files.wordpress.com/2019/04/img_1574.jpg?w=739", "https://nobeladventures.files.wordpress.com/2019/04/1e0d34bc-fb2c-430e-9fb6-20c4bac7ad46.jpg?w=739", "https://nobeladventures.files.wordpress.com/2019/04/img_0352.jpg?w=739", "https://nobeladventures.files.wordpress.com/2019/04/img_0361.jpg?w=739", "https://nobeladventures.files.wordpress.com/2019/04/img_0364.jpg?w=739", "https://nobeladventures.files.wordpress.com/2019/04/img_0368.jpg?w=739", "https://nobeladventures.files.wordpress.com/2019/04/img_0377.jpg?w=739", "https://nobeladventures.files.wordpress.com/2019/04/img_1575.jpg?w=739", null], ["https://www.nationalhogfarmer.com/sites/nationalhogfarmer.com/files/styles/article_featured_standard/public/NHF-pigsbarns_2.jpg?itok=dAtEUiHd", null, "https://www.nationalhogfarmer.com/sites/cet.com/files/Plain%20graphic%201%2010.21.png", null, "https://www.nationalhogfarmer.com/sites/cet.com/files/Plain%20graphic%202.png", null, "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%203%2010.21.png", null, "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%204%2010.21.png", null, "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%205%2010.21.png", null, "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%206%2010.21.png", null, "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%207%2010.21.png"], ["https://lthumb.lisimg.com/731/11355731.jpg?width=170&sharpen=true", null], ["http://cdn.shopify.com/s/files/1/1372/5377/articles/Most-Popular-Concealed-Carry-Guns-Web-GunGoddess-min_1600x.jpg?v=1623552029", null, "http://cdn.shopify.com/s/files/1/1372/5377/articles/5-things-to-do-after-buying-a-gun-GunGoddess-min_1600x.jpg?v=1623552024", "http://cdn.shopify.com/s/files/1/1372/5377/articles/Good-Advice-Buying-First-Gun-GunGoddess-min_1600x.jpg?v=1623552026", "http://cdn.shopify.com/s/files/1/1372/5377/articles/terms-buying-a-handgun-GunGoddess-min_1600x.jpg?v=1623552032", null], [null, "https://www.historytoday.com/sites/default/files/styles/teaser_list/public/bayeaux.jpg?itok=FTrCT1nV", null, "https://www.historytoday.com/sites/default/files/styles/teaser_list/public/roxane_thumb.jpg?itok=2JRBz_Qx", null], ["https://www.gsa.gov/cdnstatic/ABG.jpg", null, "https://www.gsa.gov/cdnstatic/02_AfricanBurial_lo.jpg"], [null, "https://hd-report.com/wp-content/uploads/2014/02/netflix-ISP-rankings-january-452x600.jpg", null], [null, "https://www.lawyersandsettlements.com/images/articles2/Pill-bottle-money-article.jpg", null], [null, "https://www.adorama.com/images/Large/msigs65st054.jpg", null, "https://m.xcite.com/media/catalog/product/cache/1/thumbnail/550x400/9df78eab33525d08d6e5fb8d27136e95/b/u/buy_msi_core_i7_8gb_ram_1tb_hdd___128gb_ssd_4gb_nvidia_15_inch_gaming_laptop_-_gv627rd_price_result_1.jpg"], [null, "http://2.bp.blogspot.com/-sf0huKQfzIM/T6BLLO-tVtI/AAAAAAAAAMk/Y9UG5CT8aiE/s640/March+2012+Bank+of+Italy+Collateral+Composition.tiff", "http://3.bp.blogspot.com/-PZnlKliPoQY/T6BLIQ60wVI/AAAAAAAAAMc/I7O604qgZjA/s640/August+Bank+of+Italy+Collateral+Composition.tiff", null, "http://4.bp.blogspot.com/-xZA9Yo3d6eA/T6BRjbLh4fI/AAAAAAAAAMw/56QAQJLjSzI/s400/Italian+Banks'+net+purchases+of+government+debt.tiff"], ["https://assets.thehansindia.com/h-upload/2021/08/30/1105118-cpi.webp", null], [null, "https://wkuf.fm/wp-content/uploads/2018/03/JLM-Image-300x264.jpg", null, "https://wkuf.fm/wp-content/uploads/2019/07/50s60s-300x283.jpg"], [null, "https://dailytimes.com.pk/assets/uploads/2018/09/21/53f51f8c8c076.jpg", null], ["https://www.dailyfinland.fi/assets/news_photos/2021/04/29/image-21426.jpg", null], [null, "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-1-e1570716278120-400x284.png", "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-3-400x284.png", null, "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-6-400x284.png", null, "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-7-400x284.png", "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-4-400x284.png", "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-5-400x284.png", "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-9-400x284.png", null, "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-10-400x284.png", null], [null, "https://3.bp.blogspot.com/-TMfMfVXZKuk/V0OgTNnJ7lI/AAAAAAAAD1c/rWvp4xRRtCQvIPERG82YCNcLUi3NVWMlACLcB/s640/IMF%2BGreece%2Bunemployment.jpg", null, "https://2.bp.blogspot.com/-hvCX7VTUuD8/V0Ohm0li81I/AAAAAAAAD1o/_5I0nhaPzxQYHErCN8RB75reLyf5eBBwgCLcB/s640/IMF%2BGreece%2Binvestment.jpg", null, "https://2.bp.blogspot.com/-bJoNbOfCTZA/V0OjmGjAfiI/AAAAAAAAD10/nxNHpa0uxm8lz2qT558RFINIoTo4-TFSACLcB/s640/IMF%2BGreece%2BTFP.jpg", null], [null, "http://philadelphia.cbslocal.com/wp-content/uploads/sites/15116066/2013/02/lumineers_street1.jpg", null], [null, "http://www.tdisport.com/wp-content/uploads/2009/09/58701vw--300x225.jpg", null], ["https://www.betarena.com/wp-content/uploads/elementor/thumbs/Atlanta-United-vs-Montreal-Impact-Betting-Tip-and-Prediction-oedudyfgljiufdvu3gvnjqo22e10pz8bi28wikjrcs.jpg", null, "https://www.betarena.com/wp-content/uploads/2020/02/AEK-300x169.jpeg", "https://www.betarena.com/wp-content/uploads/2020/02/Atromitos-300x204.jpg", "https://www.betarena.com/wp-content/uploads/2020/02/Aris-370x305.jpg", "https://www.betarena.com/wp-content/uploads/2020/02/Leon-1-370x305.jpg", "https://www.betarena.com/wp-content/uploads/2020/01/pngfuel.com_.png"], ["http://climateemergencydeclaration.org/wp-content/uploads/2021/02/MelanieScaife_CouncilMeeting-collage800.jpg", null], [null, "http://i.forbesimg.com/media/lists/companies/bausch-plus-lomb_416x416.jpg", null], ["https://megamarathi.com/wp-content/uploads/2016/11/Braveheart-Marathi-Movie-Selected-In-Third-Eye-Asian-Film-Festival.jpg", null], [null, "https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-12-27-12-54-43_deco.jpg", null, "https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2015-02-14-13-14-51_deco.jpg?w=225", null, "https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-09-14-12-48-37_deco.jpg?w=225", null, "https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-12-27-12-54-43_deco.jpg?w=225", null], ["https://pnesterovacom.files.wordpress.com/2020/11/people-woman-hand-desk-6360.jpg?w=1250", null, "https://pnesterovacom.files.wordpress.com/2020/12/learn-english-link2.png", "https://pnesterovacom.files.wordpress.com/2020/12/about-me-link.png", null, "https://pnesterovacom.files.wordpress.com/2020/12/self-intro-and-photo.png"], ["https://shapingthefutureofpower.files.wordpress.com/2020/09/cropped-img_6919-e1600473840730.jpg", null], [null, "http://phototass4.cdnvideo.ru/width/1020_b9261fa1/tass/m2/en/uploads/i/20181001/1204153.jpg", null], [null, "https://andoverleader.com/wp-content/uploads/2020/06/Edge-Of-Tomorrow-2-poster-1-1-1.webp", null], [null, "https://www.amnews.com/wp-content/uploads/sites/41/2016/11/Centre-1st-rd-18.jpg?w=1024", null], [null, "https://res.cloudinary.com/practicaldev/image/fetch/s--aaLTJRhS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/jg3498ayt6ritcnotyfl.png", null], [null, "https://v5.femalefirst.co.uk/image-library/partners/bang/land/1000/e/eddie-redmayne-aW1hZ2VzMS8yMDE4LzExLzE0LzAwNTM2NDAwMDE1NDIxO.jpg", null, "https://v5.femalefirst.co.uk/image-library/partners/bang/land/250/a/annie-wallace-aW1hZ2VzMS8yMDIxLzA2LzExLzE2MjM0MTAyMjBjcm9wcG.jpg", "https://v5.femalefirst.co.uk/image-library/partners/bang/land/250/e/eddie-redmayne-aW1hZ2VzMS8yMDE4LzExLzEzLzA3MTY0MzcwMDE1NDIxN.jpg"], ["https://www.saturdayeveningpost.com/wp-content/uploads/satevepost/2017-so-pg18-motherdaughter.jpg", null], ["http://feifa.eu/wp-content/uploads/2017/11/piggy-bank-statement-400-300x200.jpeg", null], ["http://blogs.reading.ac.uk/crg/files/2015/12/Mahleb2.jpg", "http://blogs.reading.ac.uk/crg/files/2015/12/Mahleb_Grinder.jpg", null], ["https://www.wired.com/images_blogs/underwire/2009/11/murdoch-line.png", null], [null, "https://www.gannett-cdn.com/-mm-/cfc530a7632537c29651d465286b807d63a5f9dc/c=194-0-1346-866/local/-/media/2015/10/16/Salem/Salem/635806085938526440-OR3.jpg?width=534&height=401&fit=crop", null, "http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/03826eda33c092b93d8be28214d91a5c2b97d530/c=0-0-1039-1039/local/-/media/Salem/Salem/2014/07/24/1406236948010-14547399159-f018dfdd19-o.jpg", null, "http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/00091fc00565a241cd46a450054aa381d5a1e6a1/c=300-0-1800-1500/local/-/media/Salem/2015/03/14/B9316553846Z.1_20150314190023_000_GFLA74H74.1-0.jpg", null], ["https://cdn.businesstraveller.com/wp-content/uploads/fly-images/856999/Boeings-10000th-737-916x516.jpeg", null, "https://cdn.businesstraveller.com/wp-content/uploads/fly-images/849951/Max-71-360x203.jpeg", "https://cdn.businesstraveller.com/wp-content/uploads/fly-images/795138/K66629-01-360x203.jpg", "https://cdn.businesstraveller.com/wp-content/uploads/fly-images/814749/Boeing-B737-Max-10-360x202.jpg"]], "metadata": ["[{\"document_url\": \"https://eppc.org/publication/declaration-of-disruption/\", \"unformatted_src\": \"https://eppc.org/wp-content/uploads/2017/07/shutterstock_636139745-1024x683.jpg\", \"src\": \"https://eppc.org/wp-content/uploads/2017/07/shutterstock_636139745-1024x683.jpg\", \"formatted_filename\": \"shutterstock\", \"rendered_width\": 1024, \"rendered_height\": 683, \"original_width\": 1024, \"original_height\": 683, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://lamborghinichat.com/forum/news/vw-group-allegedly-receives-offer-to-sell-lamborghini-for-9-2-billion.728/\", \"unformatted_src\": \"https://cdn.motor1.com/images/mgl/oRKO0/s1/lamborghini-urus-original-carbon-fiber-accessories.jpg\", \"src\": \"https://cdn.motor1.com/images/mgl/oRKO0/s1/lamborghini-urus-original-carbon-fiber-accessories.jpg\", \"formatted_filename\": \"lamborghini urus original carbon fiber accessories\", \"alt_text\": \"VW Group Allegedly Receives Offer To Sell Lamborghini For $9.2 Billion\", \"original_width\": 1920, \"original_height\": 1080, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://slidelegend.com/the-influencing-factors-on-entrepreneurship-ti-journals_59d9b3c91723dd4b8ead833e.html\", \"unformatted_src\": \"https://slidelegend.com/img/60x80/management-factors-influencing-open-innovation-div_59c212ac1723dd1242167485.jpg\", \"src\": \"https://slidelegend.com/img/60x80/management-factors-influencing-open-innovation-div_59c212ac1723dd1242167485.jpg\", \"formatted_filename\": \"management factors influencing open innovation div c ac dd\", \"rendered_width\": 626, \"original_width\": 626, \"original_height\": 626, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.henryusa.com/flexforkal/\", \"unformatted_src\": \"https://www.henryusa.com/wp-content/uploads/2022/07/Kalel_buttstock2-480x407.jpg\", \"src\": \"https://www.henryusa.com/wp-content/uploads/2022/07/Kalel_buttstock2-480x407.jpg\", \"formatted_filename\": \"Kalel buttstock\", \"alt_text\": \"Flex for Kalele\", \"rendered_width\": 380, \"rendered_height\": 323, \"original_width\": 480, \"original_height\": 407, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.henryusa.com/flexforkal/\", \"unformatted_src\": \"https://www.henryusa.com/wp-content/uploads/2021/06/kalel_1200px-480x480.jpg\", \"src\": \"https://www.henryusa.com/wp-content/uploads/2021/06/kalel_1200px-480x480.jpg\", \"formatted_filename\": \"kalel px\", \"alt_text\": \"Kalel Never Give Up\", \"rendered_width\": 360, \"rendered_height\": 360, \"original_width\": 480, \"original_height\": 480, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.arout.net/hotel-occupancy-drops-due-to-covid-19-certificates-in-mazatlan/\", \"unformatted_src\": \"https://www.debate.com.mx/__export/1631449386230/sites/debate/img/2021/09/12/turistas-mazatlan-2.jpg_1187572215.jpg\", \"src\": \"https://www.debate.com.mx/__export/1631449386230/sites/debate/img/2021/09/12/turistas-mazatlan-2.jpg_1187572215.jpg\", \"formatted_filename\": \"turistas mazatlan\", \"original_width\": 1000, \"original_height\": 1000, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.glamsham.com/world/technology/apple-may-launch-ar-contact-lenses-in-10-years\", \"unformatted_src\": \"https://www.glamsham.com/wp-content/uploads/2021/03/f8f324f76b556faeda82528199cc811b.jpg\", \"src\": \"https://www.glamsham.com/wp-content/uploads/2021/03/f8f324f76b556faeda82528199cc811b.jpg\", \"formatted_filename\": \"f f f b faeda cc b\", \"rendered_width\": 400, \"rendered_height\": 209, \"original_width\": 400, \"original_height\": 209, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"http://otlsports.com/patriots-vs-dolphins-biggest-nfl-spreads-this-decade/\", \"unformatted_src\": \"http://otlsports.com/wp-content/uploads/2019/05/Virginia-basketball-330x186.jpg\", \"src\": \"http://otlsports.com/wp-content/uploads/2019/05/Virginia-basketball-330x186.jpg\", \"formatted_filename\": \"Virginia basketball\", \"rendered_width\": 330, \"rendered_height\": 186, \"original_width\": 330, \"original_height\": 186, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"https://birmingcabbie.wordpress.com/2013/01/16/silver-and-gold/\", \"unformatted_src\": \"https://birmingcabbie.files.wordpress.com/2013/01/payday-loan.png?w=625\", \"src\": \"https://birmingcabbie.files.wordpress.com/2013/01/payday-loan.png?w=625\", \"formatted_filename\": \"payday loan\", \"alt_text\": \"payday loan\", \"original_width\": 259, \"original_height\": 194, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://birmingcabbie.wordpress.com/2013/01/16/silver-and-gold/\", \"unformatted_src\": \"https://birmingcabbie.files.wordpress.com/2013/01/norwood-018.jpg?w=225&h=300\", \"src\": \"https://birmingcabbie.files.wordpress.com/2013/01/norwood-018.jpg?w=225&h=300\", \"formatted_filename\": \"norwood\", \"alt_text\": \"norwood 018\", \"rendered_width\": 225, \"rendered_height\": 300, \"original_width\": 225, \"original_height\": 300, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.vagabondinn.com/blog/vagabond-inn-comes-to-utah\", \"unformatted_src\": \"https://www.vagabondinn.com/resourcefiles/blogsmallimages/ccut-title.jpg\", \"src\": \"https://www.vagabondinn.com/resourcefiles/blogsmallimages/ccut-title.jpg\", \"formatted_filename\": \"ccut title\", \"rendered_width\": 900, \"rendered_height\": 536, \"original_width\": 900, \"original_height\": 536, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.weeklygripe.co.uk/overuse-of-the-word-issue-in-the-media\", \"unformatted_src\": \"https://res.cloudinary.com/the-weekly-gripe/image/fetch/https://www.weeklygripe.co.uk/AImg/issues.jpg\", \"src\": \"https://res.cloudinary.com/the-weekly-gripe/image/fetch/https://www.weeklygripe.co.uk/AImg/issues.jpg\", \"formatted_filename\": \"issues\", \"alt_text\": \"Issues, over use of the word issue in the media\", \"original_width\": 250, \"original_height\": 187, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.heavenlytealeaves.com/blogs/heavenly-tea-leaves-blog/exploring-the-green-teas-of-japan\", \"unformatted_src\": \"//cdn.shopify.com/s/files/1/0278/5473/3360/articles/Japanese_Tea_Blog_1024x1024.jpg?v=1629313777\", \"src\": \"http://cdn.shopify.com/s/files/1/0278/5473/3360/articles/Japanese_Tea_Blog_1024x1024.jpg?v=1629313777\", \"formatted_filename\": \"Japanese Tea Blog\", \"alt_text\": \"Exploring the Green Teas of Japan\", \"original_width\": 1024, \"original_height\": 1024, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://tm.koreaherald.com/view.php?ud=20210504001014\", \"unformatted_src\": \"http://res.heraldm.com/content/image/2021/05/04/20210504000952_0.jpg\", \"src\": \"http://res.heraldm.com/content/image/2021/05/04/20210504000952_0.jpg\", \"original_width\": 1280, \"original_height\": 873, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://bricks.stackexchange.com/questions/14655/how-do-you-display-multiple-items-at-once-on-an-ev3-screen/15044\", \"unformatted_src\": \"https://i.stack.imgur.com/BrjpG.jpg\", \"src\": \"https://i.stack.imgur.com/BrjpG.jpg\", \"formatted_filename\": \"BrjpG\", \"alt_text\": \"code\", \"original_width\": 328, \"original_height\": 228, \"format\": \"jpeg\"}, {\"document_url\": \"https://bricks.stackexchange.com/questions/14655/how-do-you-display-multiple-items-at-once-on-an-ev3-screen/15044\", \"unformatted_src\": \"https://i.stack.imgur.com/IqeIc.jpg\", \"src\": \"https://i.stack.imgur.com/IqeIc.jpg\", \"formatted_filename\": \"IqeIc\", \"alt_text\": \"howtoaccess\", \"original_width\": 283, \"original_height\": 354, \"format\": \"jpeg\"}, {\"document_url\": \"https://bricks.stackexchange.com/questions/14655/how-do-you-display-multiple-items-at-once-on-an-ev3-screen/15044\", \"unformatted_src\": \"https://i.stack.imgur.com/OwzIj.jpg\", \"src\": \"https://i.stack.imgur.com/OwzIj.jpg\", \"formatted_filename\": \"OwzIj\", \"alt_text\": \"whatitlookslike\", \"original_width\": 992, \"original_height\": 587, \"format\": \"jpeg\"}, {\"document_url\": \"https://bricks.stackexchange.com/questions/14655/how-do-you-display-multiple-items-at-once-on-an-ev3-screen/15044\", \"unformatted_src\": \"https://i.stack.imgur.com/4xbCs.jpg\", \"src\": \"https://i.stack.imgur.com/4xbCs.jpg\", \"formatted_filename\": \"xbCs\", \"alt_text\": \"save\", \"original_width\": 985, \"original_height\": 580, \"format\": \"jpeg\"}, {\"document_url\": \"https://bricks.stackexchange.com/questions/14655/how-do-you-display-multiple-items-at-once-on-an-ev3-screen/15044\", \"unformatted_src\": \"https://i.stack.imgur.com/OXUqH.jpg\", \"src\": \"https://i.stack.imgur.com/OXUqH.jpg\", \"formatted_filename\": \"OXUqH\", \"alt_text\": \"hereitis\", \"original_width\": 408, \"original_height\": 234, \"format\": \"jpeg\"}, {\"document_url\": \"https://bricks.stackexchange.com/questions/14655/how-do-you-display-multiple-items-at-once-on-an-ev3-screen/15044\", \"unformatted_src\": \"https://i.stack.imgur.com/TTxia.jpg\", \"src\": \"https://i.stack.imgur.com/TTxia.jpg\", \"formatted_filename\": \"TTxia\", \"alt_text\": \"lineaddition\", \"original_width\": 411, \"original_height\": 259, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.toptipz.com.ng/armed-robbers-police-uniforms-enugu-caught-gun-battle-photos/\", \"unformatted_src\": \"https://www.toptipz.com.ng/wp-content/uploads/2020/02/5e59569e1f900-340x215.png\", \"src\": \"https://www.toptipz.com.ng/wp-content/uploads/2020/02/5e59569e1f900-340x215.png\", \"formatted_filename\": \"e e f\", \"rendered_width\": 340, \"rendered_height\": 215, \"original_width\": 340, \"original_height\": 215, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.toptipz.com.ng/armed-robbers-police-uniforms-enugu-caught-gun-battle-photos/\", \"unformatted_src\": \"https://www.toptipz.com.ng/wp-content/uploads/2020/02/5e591b9f8a4b0-348x215.jpeg\", \"src\": \"https://www.toptipz.com.ng/wp-content/uploads/2020/02/5e591b9f8a4b0-348x215.jpeg\", \"formatted_filename\": \"e b f a b\", \"rendered_width\": 348, \"rendered_height\": 215, \"original_width\": 348, \"original_height\": 215, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://gamecocksonline.com/news/2017/08/22/breaking-down-the-offensive-line/\", \"unformatted_src\": \"https://gamecocksonline.com/imgproxy/oRJaXYMtWVCyAUZaLJ2WtaL8Mw-eiS8JgPl57dbcMIg/fit/3840/2160/ce/0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2dhbWVjb2Nrc29ubGluZS1jb20vMjAxNy8wOC9kY2MwZWJlNS05ODk4OTY2LmpwZWc.png\", \"src\": \"https://gamecocksonline.com/imgproxy/oRJaXYMtWVCyAUZaLJ2WtaL8Mw-eiS8JgPl57dbcMIg/fit/3840/2160/ce/0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2dhbWVjb2Nrc29ubGluZS1jb20vMjAxNy8wOC9kY2MwZWJlNS05ODk4OTY2LmpwZWc.png\", \"formatted_filename\": \"aHR cHM Ly zdG yYWdlLmdvb dsZWFwaXMuY tL dhbWVjb Nrc ubGluZS jb vMjAxNy wOC kY MwZWJlNS ODk OTY LmpwZWc\", \"alt_text\": \"Breaking Down the Offensive Line\", \"original_width\": 2352, \"original_height\": 1456, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://paulinepark.com/2014/06/09/gauguin-exoticization-primitivism-paganism/\", \"unformatted_src\": \"https://paulinepark.com/wp-content/uploads/2014/06/gauguin56-300x231.jpg\", \"src\": \"https://paulinepark.com/wp-content/uploads/2014/06/gauguin56-300x231.jpg\", \"formatted_filename\": \"gauguin\", \"rendered_width\": 300, \"rendered_height\": 231, \"original_width\": 300, \"original_height\": 231, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://paulinepark.com/2014/06/09/gauguin-exoticization-primitivism-paganism/\", \"unformatted_src\": \"https://paulinepark.com/wp-content/uploads/2014/06/Paul-Gauguin-Oviri-Savage-001-183x300.jpg\", \"src\": \"https://paulinepark.com/wp-content/uploads/2014/06/Paul-Gauguin-Oviri-Savage-001-183x300.jpg\", \"formatted_filename\": \"Paul Gauguin Oviri Savage\", \"rendered_width\": 183, \"rendered_height\": 300, \"original_width\": 183, \"original_height\": 300, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/g-_photoshop_img_2615.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/g-_photoshop_img_2615.jpg?w=1088\", \"formatted_filename\": \"g photoshop img\", \"alt_text\": \"G-_Photoshop_IMG_2615\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2599.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2599.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2599\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2593.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2593.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2593\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2592.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2592.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2592\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2608.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2608.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2608\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2630.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2630.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2630\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2625.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2625.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2625\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2686.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2686.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2686\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2690.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2690.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2690\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2698.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2698.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2698\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2710.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2710.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2710\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2868.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2868.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2868\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2621.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2621.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2621\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2826.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2826.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2826\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2722.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2722.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2722\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2788.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2788.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2788\", \"original_width\": 1088, \"original_height\": 1632, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2751.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2751.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2751\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2790.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2790.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2790\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2768.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2768.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2768\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2813.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2813.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2813\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2816.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2816.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2816\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2862.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2862.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2862\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2874.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2874.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2874\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/g-_photoshop_img_2844.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/g-_photoshop_img_2844.jpg?w=1088\", \"formatted_filename\": \"g photoshop img\", \"alt_text\": \"G-_Photoshop_IMG_2844\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2809.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2809.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2809\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2878.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2878.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2878\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2902.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2902.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2902\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2952.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2952.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2952\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2984.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2984.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2984\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://minnesota.cbslocal.com/2018/08/20/new-brighton-house-fire-dogs-rescued/\", \"unformatted_src\": \"https://minnesota.cbslocal.com/wp-content/uploads/sites/15909630/2018/08/new-brighton-fire.jpg\", \"src\": \"https://minnesota.cbslocal.com/wp-content/uploads/sites/15909630/2018/08/new-brighton-fire.jpg\", \"formatted_filename\": \"new brighton fire\", \"rendered_width\": 420, \"rendered_height\": 315, \"original_width\": 2004, \"original_height\": 1503, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://simonegallina.blogspot.com/2012/03/famous-painter-of-prehistoric-murals.html\", \"unformatted_src\": \"https://lh5.googleusercontent.com/proxy/WExIptbY4UDQvirHFf13ljYTSeTve-er8gd8tXgZZFZ0SmjBMGFL85yWBk20ICJbY5va9-ien4RfhqjTxf0y0kKkI4E7vQ5Wa8XszzIZkaACnn03qlGzNg=s0-d\", \"src\": \"https://lh5.googleusercontent.com/proxy/WExIptbY4UDQvirHFf13ljYTSeTve-er8gd8tXgZZFZ0SmjBMGFL85yWBk20ICJbY5va9-ien4RfhqjTxf0y0kKkI4E7vQ5Wa8XszzIZkaACnn03qlGzNg=s0-d\", \"formatted_filename\": \"WExIptbY UDQvirHFf ljYTSeTve er gd tXgZZFZ SmjBMGFL yWBk ICJbY va ien RfhqjTxf y kKkI E vQ Wa XszzIZkaACnn qlGzNg=s d\", \"alt_text\": \"201203201540\", \"rendered_width\": 600, \"rendered_height\": 546, \"original_width\": 600, \"original_height\": 546, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://simonegallina.blogspot.com/2012/03/famous-painter-of-prehistoric-murals.html\", \"unformatted_src\": \"https://lh5.googleusercontent.com/proxy/reE1nNETG3gDd_fBKQjCCLki947y-WOHqh0j30aEjMwo1C5Bjn6kQI3JeAOwzOEzDHS9s6swZba_BTbJYAJtp9-O5EbdZEENXn2KGpWDZ5gSwSTAfgCAbA=s0-d\", \"src\": \"https://lh5.googleusercontent.com/proxy/reE1nNETG3gDd_fBKQjCCLki947y-WOHqh0j30aEjMwo1C5Bjn6kQI3JeAOwzOEzDHS9s6swZba_BTbJYAJtp9-O5EbdZEENXn2KGpWDZ5gSwSTAfgCAbA=s0-d\", \"formatted_filename\": \"reE nNETG gDd fBKQjCCLki y WOHqh j aEjMwo C Bjn kQI JeAOwzOEzDHS s swZba BTbJYAJtp O EbdZEENXn KGpWDZ gSwSTAfgCAbA=s d\", \"alt_text\": \"201203201545\", \"rendered_width\": 600, \"rendered_height\": 410, \"original_width\": 600, \"original_height\": 410, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://simonegallina.blogspot.com/2012/03/famous-painter-of-prehistoric-murals.html\", \"unformatted_src\": \"https://lh3.googleusercontent.com/proxy/zw6rKxtBXir83rM1ef4ak_fy_eV_YXnSJl454x6iRBWLmRFr0el2iBY9fbUi5kM6JMSZJiG6Nkff2GDm6VwIhiww5bBAlWYODomclmJiUd5I2MMmHwBapbIN=s0-d\", \"src\": \"https://lh3.googleusercontent.com/proxy/zw6rKxtBXir83rM1ef4ak_fy_eV_YXnSJl454x6iRBWLmRFr0el2iBY9fbUi5kM6JMSZJiG6Nkff2GDm6VwIhiww5bBAlWYODomclmJiUd5I2MMmHwBapbIN=s0-d\", \"formatted_filename\": \"zw rKxtBXir rM ef ak fy eV YXnSJliRBWLmRFr el iBY fbUi kM JMSZJiG Nkff GDm VwIhiww bBAlWYODomclmJiUd I MMmHwBapbIN=s d\", \"alt_text\": \"201203201542-2\", \"rendered_width\": 600, \"rendered_height\": 442, \"original_width\": 600, \"original_height\": 442, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://simonegallina.blogspot.com/2012/03/famous-painter-of-prehistoric-murals.html\", \"unformatted_src\": \"https://lh3.googleusercontent.com/proxy/n86RYJqbx7oytPRRY9-qSlu-8jFyiTIrIMOyu57iV2ITq9StZmH3Yojdor7jvQRuCojX_iGWf_w_qmw80Ap_qSiot7-hYsW_KH25VfhpfJkXOe2Y5x88UuNU=s0-d\", \"src\": \"https://lh3.googleusercontent.com/proxy/n86RYJqbx7oytPRRY9-qSlu-8jFyiTIrIMOyu57iV2ITq9StZmH3Yojdor7jvQRuCojX_iGWf_w_qmw80Ap_qSiot7-hYsW_KH25VfhpfJkXOe2Y5x88UuNU=s0-d\", \"formatted_filename\": \"n RYJqbx oytPRRY qSlu jFyiTIrIMOyu iV ITq StZmH Yojdor jvQRuCojX iGWf w qmw Ap qSiot hYsW KH VfhpfJkXOe YUuNU=s d\", \"alt_text\": \"201203201542-3\", \"rendered_width\": 600, \"rendered_height\": 401, \"original_width\": 600, \"original_height\": 401, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://simonegallina.blogspot.com/2012/03/famous-painter-of-prehistoric-murals.html\", \"unformatted_src\": \"https://lh4.googleusercontent.com/proxy/ywYGhzFkMdaZZ_QK8YgU4AGuB0mSAkL0GHxf8VQEZwmX-uoFDT1p9YdEaMjRpho8hwgjgM0xnA5lKAdMfa5kY5efEGxqpDBUesfzTwjBEK2egKXnNBtjJLDn=s0-d\", \"src\": \"https://lh4.googleusercontent.com/proxy/ywYGhzFkMdaZZ_QK8YgU4AGuB0mSAkL0GHxf8VQEZwmX-uoFDT1p9YdEaMjRpho8hwgjgM0xnA5lKAdMfa5kY5efEGxqpDBUesfzTwjBEK2egKXnNBtjJLDn=s0-d\", \"formatted_filename\": \"ywYGhzFkMdaZZ QK YgU AGuB mSAkL GHxf VQEZwmX uoFDT p YdEaMjRpho hwgjgM xnA lKAdMfa kY efEGxqpDBUesfzTwjBEK egKXnNBtjJLDn=s d\", \"alt_text\": \"201203201540-1\", \"rendered_width\": 600, \"rendered_height\": 781, \"original_width\": 600, \"original_height\": 781, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.podparadise.com/Podcast/1533560948/Listen/1607614191/0\", \"unformatted_src\": \"https://is3-ssl.mzstatic.com/image/thumb/Podcasts124/v4/d4/2a/8a/d42a8aae-bbef-0505-eaa8-6b80db57100a/mza_13260582032712560114.jpg/600x600bb.jpg\", \"src\": \"https://is3-ssl.mzstatic.com/image/thumb/Podcasts124/v4/d4/2a/8a/d42a8aae-bbef-0505-eaa8-6b80db57100a/mza_13260582032712560114.jpg/600x600bb.jpg\", \"formatted_filename\": \"bb\", \"alt_text\": \"The Fact Hunter\", \"rendered_width\": 170, \"rendered_height\": 170, \"original_width\": 600, \"original_height\": 600, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://vidmid.com/news/sir-ian-mckellen-martin-freeman-and-the-lord-of-the-rings-cast-kickstart-fundraising-campaign-to-buy-author-j-r-r-tolkien-s-oxford-home?uid=226886\", \"unformatted_src\": \"upload/news/image_1607022019_96572726.jpg\", \"src\": \"https://vidmid.com/upload/news/image_1607022019_96572726.jpg\", \"formatted_filename\": \"image\", \"original_width\": 2798, \"original_height\": 1680, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://vidmid.com/news/sir-ian-mckellen-martin-freeman-and-the-lord-of-the-rings-cast-kickstart-fundraising-campaign-to-buy-author-j-r-r-tolkien-s-oxford-home?uid=226886\", \"unformatted_src\": \"upload/news/image_1607022018_86288425.jpg\", \"src\": \"https://vidmid.com/upload/news/image_1607022018_86288425.jpg\", \"formatted_filename\": \"image\", \"alt_text\": \"#RHOBH\\u2019s Erika Jayne & Tom Girardi Accused Of Embezzling Money From Plane Crash Victims\", \"original_width\": 560, \"original_height\": 425, \"format\": \"jpeg\"}, {\"document_url\": \"https://vidmid.com/news/sir-ian-mckellen-martin-freeman-and-the-lord-of-the-rings-cast-kickstart-fundraising-campaign-to-buy-author-j-r-r-tolkien-s-oxford-home?uid=226886\", \"unformatted_src\": \"upload/news/image_1607022020_15618687.jpg\", \"src\": \"https://vidmid.com/upload/news/image_1607022020_15618687.jpg\", \"formatted_filename\": \"image\", \"alt_text\": \"Dua Lipa Opens Up About The Pressures Of Being A Female In Pop Music: \\u2018We\\u2019re Met With So Much More Criticism\\u2019\", \"original_width\": 3840, \"original_height\": 2160, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://vidmid.com/news/sir-ian-mckellen-martin-freeman-and-the-lord-of-the-rings-cast-kickstart-fundraising-campaign-to-buy-author-j-r-r-tolkien-s-oxford-home?uid=226886\", \"unformatted_src\": \"upload/news/image_1611340213_9962819.jpg\", \"src\": \"https://vidmid.com/upload/news/image_1611340213_9962819.jpg\", \"formatted_filename\": \"image\", \"alt_text\": \"Its A Sin- Who Is Actor Omari Douglas? His Age, Instagram And Wiki\", \"original_width\": 452, \"original_height\": 600, \"format\": \"jpeg\"}, {\"document_url\": \"https://vidmid.com/news/sir-ian-mckellen-martin-freeman-and-the-lord-of-the-rings-cast-kickstart-fundraising-campaign-to-buy-author-j-r-r-tolkien-s-oxford-home?uid=226886\", \"unformatted_src\": \"upload/news/image_1611349240_58992742.jpeg\", \"src\": \"https://vidmid.com/upload/news/image_1611349240_58992742.jpeg\", \"formatted_filename\": \"image\", \"alt_text\": \"23 hints on 'WandaVision' that tease what's really happening on the Marvel show\", \"original_width\": 2400, \"original_height\": 1800, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.73465000_1614219269_fujifilm-x-t200-body-kit-box-champagne-gold.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.73465000_1614219269_fujifilm-x-t200-body-kit-box-champagne-gold.jpg\", \"alt_text\": \"Fujifilm X-T200 Body Champagne Gold (Kit Box, Body Only)\", \"original_width\": 600, \"original_height\": 600, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.03465600_1612495860_canon-eos-m50-mk-ii-body-kit-box-white.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.03465600_1612495860_canon-eos-m50-mk-ii-body-kit-box-white.jpg\", \"original_width\": 600, \"original_height\": 600, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.03307800_1555497126_panasonic-lumix-dc-gx9-body-silver.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.03307800_1555497126_panasonic-lumix-dc-gx9-body-silver.jpg\", \"original_width\": 534, \"original_height\": 316, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.60473500_1555497010_panasonic-lumix-dc-gx9-body-black.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.60473500_1555497010_panasonic-lumix-dc-gx9-body-black.jpg\", \"original_width\": 623, \"original_height\": 409, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/Panasonic_Lumix_DMC-GX85_Kit_20mm_II_Silver.jpg\", \"src\": \"https://www.etoren.com/upload/images/Panasonic_Lumix_DMC-GX85_Kit_20mm_II_Silver.jpg\", \"formatted_filename\": \"Panasonic Lumix DMC GX Kit mm II Silver\", \"original_width\": 400, \"original_height\": 400, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.74035000_1624130187_canon-eos-m200-twin-kit-22-15-45-white.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.74035000_1624130187_canon-eos-m200-twin-kit-22-15-45-white.jpg\", \"original_width\": 612, \"original_height\": 439, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.11915800_1610599130_fujifilm-x-t200-body-kit-box-black.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.11915800_1610599130_fujifilm-x-t200-body-kit-box-black.jpg\", \"original_width\": 600, \"original_height\": 600, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.48388800_1614219253_fujifilm-x-t200-body-kit-box-dark-silver.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.48388800_1614219253_fujifilm-x-t200-body-kit-box-dark-silver.jpg\", \"original_width\": 600, \"original_height\": 600, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.36035400_1578056340_panasonic-lumix-dmc-gh4-black-kit-box-body-only.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.36035400_1578056340_panasonic-lumix-dmc-gh4-black-kit-box-body-only.jpg\", \"original_width\": 737, \"original_height\": 493, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.28524600_1612495853_canon-eos-m50-mk-ii-body-kit-box-black.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.28524600_1612495853_canon-eos-m50-mk-ii-body-kit-box-black.jpg\", \"original_width\": 600, \"original_height\": 600, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.50576300_1616029136_fujifilm-x-t200-body-dark-silver.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.50576300_1616029136_fujifilm-x-t200-body-dark-silver.jpg\", \"original_width\": 600, \"original_height\": 600, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://ionigeria.com/james-webb-the-most-powerful-space-telescope-ever-built-blast-into-orbit/\", \"unformatted_src\": \"https://ionigeria.com/wp-content/uploads/2021/12/James-Webb-323x330.jpg\", \"src\": \"https://ionigeria.com/wp-content/uploads/2021/12/James-Webb-323x330.jpg\", \"formatted_filename\": \"James Webb\", \"rendered_width\": 323, \"rendered_height\": 330, \"original_width\": 323, \"original_height\": 330, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.marshfieldnewsherald.com/story/news/2019/05/02/rothschild-police-wausau-man-charged-with-owi-said-his-gum-blame-smell-alcohol/3645355002/\", \"unformatted_src\": \"https://www.gannett-cdn.com/presto/2018/10/26/PWAU/2a506b32-52f3-4269-bbc5-9a54feafe20c-WDHBrd2_09-05-2017_Herald_1_A001__2017_09_04_IMG_636397938897683883_W_1_1_0UJGPN5O_L1091358173_IMG_636397938897683883_W_1_1_0UJGPN5O.jpg?width=540&height=&fit=bounds&auto=webp\", \"src\": \"https://www.gannett-cdn.com/presto/2018/10/26/PWAU/2a506b32-52f3-4269-bbc5-9a54feafe20c-WDHBrd2_09-05-2017_Herald_1_A001__2017_09_04_IMG_636397938897683883_W_1_1_0UJGPN5O_L1091358173_IMG_636397938897683883_W_1_1_0UJGPN5O.jpg?width=540&height=&fit=bounds&auto=webp\", \"formatted_filename\": \"a b f bbc a feafe c WDHBrd Herald A IMG W UJGPN O L IMG W UJGPN O\", \"alt_text\": \"The Marathon County Courthouse\", \"rendered_width\": 540, \"original_width\": 540, \"original_height\": 405, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://brindisa.com/blogs/news/the-food-geek-guide-to-iberico-ham\", \"unformatted_src\": \"https://cdn.shopify.com/s/files/1/0025/8002/1309/files/iberico-ham-tags-01-png.png?v=1635779263\", \"src\": \"https://cdn.shopify.com/s/files/1/0025/8002/1309/files/iberico-ham-tags-01-png.png?v=1635779263\", \"formatted_filename\": \"iberico ham tags png\", \"alt_text\": \"Iberico ham tags\", \"original_width\": 796, \"original_height\": 526, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://brindisa.com/blogs/news/the-food-geek-guide-to-iberico-ham\", \"unformatted_src\": \"https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Iberico_pigs_480x480.jpg?v=1635784392\", \"src\": \"https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Iberico_pigs_480x480.jpg?v=1635784392\", \"formatted_filename\": \"Iberico pigs\", \"alt_text\": \"Iberico black pigs\", \"original_width\": 480, \"original_height\": 314, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://brindisa.com/blogs/news/the-food-geek-guide-to-iberico-ham\", \"unformatted_src\": \"https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Iberico_producer_480x480.jpg?v=1635784418\", \"src\": \"https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Iberico_producer_480x480.jpg?v=1635784418\", \"formatted_filename\": \"Iberico producer\", \"alt_text\": \"Iberico ham\", \"original_width\": 480, \"original_height\": 318, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://brindisa.com/blogs/news/the-food-geek-guide-to-iberico-ham\", \"unformatted_src\": \"https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Borough_Shop_x_11_480x480.jpg?v=1629714212\", \"src\": \"https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Borough_Shop_x_11_480x480.jpg?v=1629714212\", \"formatted_filename\": \"Borough Shop x\", \"original_width\": 480, \"original_height\": 313, \"format\": \"jpeg\"}, {\"document_url\": \"https://brindisa.com/blogs/news/the-food-geek-guide-to-iberico-ham\", \"unformatted_src\": \"//cdn.shopify.com/s/files/1/0025/8002/1309/t/75/assets/popup-header-image_490x.jpg?v=143601077120798896961671709859\", \"src\": \"http://cdn.shopify.com/s/files/1/0025/8002/1309/t/75/assets/popup-header-image_490x.jpg?v=143601077120798896961671709859\", \"formatted_filename\": \"popup header image x\", \"original_width\": 490, \"original_height\": 276, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"https://healthyceleb.com/scottie-pippen-height-weight-body-statistics/54041/\", \"unformatted_src\": \"https://healthyceleb.com/wp-content/uploads/2018/10/Reid-Ewing-218x150.jpg\", \"src\": \"https://healthyceleb.com/wp-content/uploads/2018/10/Reid-Ewing-218x150.jpg\", \"formatted_filename\": \"Reid Ewing\", \"alt_text\": \"Reid Ewing\", \"rendered_width\": 218, \"rendered_height\": 150, \"original_width\": 218, \"original_height\": 150, \"format\": \"jpeg\"}, {\"document_url\": \"https://healthyceleb.com/scottie-pippen-height-weight-body-statistics/54041/\", \"unformatted_src\": \"https://healthyceleb.com/wp-content/uploads/2018/01/Andrew-McMahon-Healthy-Celeb-218x150.jpg\", \"src\": \"https://healthyceleb.com/wp-content/uploads/2018/01/Andrew-McMahon-Healthy-Celeb-218x150.jpg\", \"formatted_filename\": \"Andrew McMahon Healthy Celeb\", \"alt_text\": \"Andrew McMahon Healthy Celeb\", \"rendered_width\": 218, \"rendered_height\": 150, \"original_width\": 218, \"original_height\": 150, \"format\": \"jpeg\"}, {\"document_url\": \"https://healthyceleb.com/scottie-pippen-height-weight-body-statistics/54041/\", \"unformatted_src\": \"https://healthyceleb.com/wp-content/uploads/2015/07/Pay-Attention-To-The-Pain-218x150.jpg\", \"src\": \"https://healthyceleb.com/wp-content/uploads/2015/07/Pay-Attention-To-The-Pain-218x150.jpg\", \"formatted_filename\": \"Pay Attention To The Pain\", \"alt_text\": \"Pay Attention To The Pain\", \"rendered_width\": 218, \"rendered_height\": 150, \"original_width\": 218, \"original_height\": 150, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://worldnews.su/world/kabul-terror-attack-multiple-explosions-as-gunfire-rings-out-with-deaths-feared-world-news.html\", \"unformatted_src\": \"https://worldnews.su/wp-content/uploads/2022/06/db13846c370fcf02fadf1c37d160d76c.jpg\", \"src\": \"https://worldnews.su/wp-content/uploads/2022/06/db13846c370fcf02fadf1c37d160d76c.jpg\", \"formatted_filename\": \"db c fcf fadf c d d c\", \"alt_text\": \"Kabul terror attack: Multiple explosions as gunfire rings out with deaths feared \\u2013 World News\", \"original_width\": 500, \"original_height\": 262, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://observer.com/2022/05/what-will-elon-musk-do-with-twitter-here-is-a-6-point-guide/\", \"unformatted_src\": \"https://observer.com/wp-content/uploads/sites/2/2022/05/GettyImages-1240311308.jpg?quality=80&w=970&strip\", \"src\": \"https://observer.com/wp-content/uploads/sites/2/2022/05/GettyImages-1240311308.jpg?quality=80&w=970&strip\", \"formatted_filename\": \"GettyImages\", \"alt_text\": \"What Will Elon Musk Do With Twitter? Here is a 6-Point Guide\", \"original_width\": 970, \"original_height\": 614, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://www.zwillgen.com/law-enforcement/court-decision-rules-geofence-warrant-violates-fourth-amendment/\", \"unformatted_src\": \"https://www.zwillgen.com/wp-content/uploads/2022/05/AdobeStock_394300808-960x540.jpeg\", \"src\": \"https://www.zwillgen.com/wp-content/uploads/2022/05/AdobeStock_394300808-960x540.jpeg\", \"formatted_filename\": \"AdobeStock\", \"rendered_width\": 960, \"rendered_height\": 540, \"original_width\": 960, \"original_height\": 540, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.idropnews.com/news/beats-releases-ultra-affordable-new-50-beats-flex-wireless-earbuds/145050/\", \"unformatted_src\": \"http://cdn.idropnews.com/wp-content/uploads/2018/04/23075239/Rainbow-iPhone-Wallpaper1-729x480.jpg\", \"src\": \"http://cdn.idropnews.com/wp-content/uploads/2018/04/23075239/Rainbow-iPhone-Wallpaper1-729x480.jpg\", \"formatted_filename\": \"Rainbow iPhone Wallpaper\", \"alt_text\": \"Rainbow Iphone Wallpaper1\", \"rendered_width\": 729, \"rendered_height\": 480, \"original_width\": 729, \"original_height\": 480, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/L9fFDwAAQBAJ?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/L9fFDwAAQBAJ?fife=w200-h370\", \"alt_text\": \"The Love Song of J. Alfred Prufrock\", \"original_width\": 231, \"original_height\": 370, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/HEuKDgAAQBAJ?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/HEuKDgAAQBAJ?fife=w200-h370\", \"alt_text\": \"The Waste Land, Prufrock, and Other Poems\", \"original_width\": 231, \"original_height\": 370, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/QhlZEAAAQBAJ?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/QhlZEAAAQBAJ?fife=w200-h370\", \"alt_text\": \"The Waste Land\", \"original_width\": 231, \"original_height\": 370, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/YmRmEAAAQBAJ?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/YmRmEAAAQBAJ?fife=w200-h370\", \"alt_text\": \"A Detailed Explication of T. S. Eliot's The Love Song of J. Alfred Prufrock\", \"original_width\": 264, \"original_height\": 370, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/yLwlneqlacQC?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/yLwlneqlacQC?fife=w200-h370\", \"alt_text\": \"T S Eliot, The Waste Land and Prufrock\", \"original_width\": 286, \"original_height\": 370, \"format\": \"jpeg\"}, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/N26meWqmtZsC?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/N26meWqmtZsC?fife=w200-h370\", \"alt_text\": \"T.S. Eliot\", \"original_width\": 225, \"original_height\": 370, \"format\": \"jpeg\"}, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/TovHHlg84_cC?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/TovHHlg84_cC?fife=w200-h370\", \"alt_text\": \"Aestheticism & Modernism\", \"original_width\": 287, \"original_height\": 370, \"format\": \"jpeg\"}, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/B22dDwAAQBAJ?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/B22dDwAAQBAJ?fife=w200-h370\", \"alt_text\": \"A Study Guide for T. S. Eliot\\u2019s \\u201cThe Love Song of J. Alfred Prufrock\\u201d\", \"original_width\": 206, \"original_height\": 370, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/ql6qCgAAQBAJ?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/ql6qCgAAQBAJ?fife=w200-h370\", \"alt_text\": \"A Study Guide for T. S. Eliot's The Love Song of J. Alfred Prufrock\", \"original_width\": 219, \"original_height\": 370, \"format\": \"jpeg\"}, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/ijxIDwAAQBAJ?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/ijxIDwAAQBAJ?fife=w200-h370\", \"alt_text\": \"The Poems of T. S. Eliot: Volume I\", \"original_width\": 247, \"original_height\": 370, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/XRM9C5VWH-AC?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/XRM9C5VWH-AC?fife=w200-h370\", \"alt_text\": \"T.S. Eliot\", \"original_width\": 235, \"original_height\": 370, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/wshdEAAAQBAJ?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/wshdEAAAQBAJ?fife=w200-h370\", \"alt_text\": \"UPTET English for Class VI-VIII (Upper Primary Level) Teacher\", \"original_width\": 244, \"original_height\": 370, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"https://kitchen-repair.info/daftar-film-mae-pong-38/\", \"unformatted_src\": \"https://maestrofilm.files.wordpress.com/2014/10/american-psycho-2000.jpg?w\\\\u003d535\\\\u0026h\\\\u003d754\", \"src\": \"https://maestrofilm.files.wordpress.com/2014/10/american-psycho-2000.jpg?w\\\\u003d535\\\\u0026h\\\\u003d754\", \"formatted_filename\": \"american psycho\", \"original_width\": 757, \"original_height\": 1067, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.austinchronicle.com/news/2008-06-27/640116/\", \"unformatted_src\": \"/imager/b/newfeature/640116/d119/pols_develop1-1.jpg\", \"src\": \"https://www.austinchronicle.com/imager/b/newfeature/640116/d119/pols_develop1-1.jpg\", \"formatted_filename\": \"pols develop\", \"alt_text\": \"In the sparkling City of Brotherly Love, an outspoken coalition is successfully championing good design and planning.\", \"original_width\": 320, \"original_height\": 208, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.fame10.com/trending-news/will-smith-and-jada-pinkett-smith-slam-divorce-rumors/\", \"unformatted_src\": \"https://cdn.fame10.com/eyJidWNrZXQiOiJwdWItc3RvcmFnZSIsImtleSI6ImZhbWUxMC93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOC8wODA2MzcwNS5qcGciLCJlZGl0cyI6eyJ3ZWJwIjp7InF1YWxpdHkiOjgwfSwicmVzaXplIjp7ImZpdCI6ImNvdmVyIiwiYmFja2dyb3VuZCI6eyJyIjowLCJnIjowLCJiIjowLCJhbHBoYSI6MX0sIndpZHRoIjo4OTUsImhlaWdodCI6NDgwLCJwb3NpdGlvbiI6InRvcCJ9fX0=\", \"src\": \"https://cdn.fame10.com/eyJidWNrZXQiOiJwdWItc3RvcmFnZSIsImtleSI6ImZhbWUxMC93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOC8wODA2MzcwNS5qcGciLCJlZGl0cyI6eyJ3ZWJwIjp7InF1YWxpdHkiOjgwfSwicmVzaXplIjp7ImZpdCI6ImNvdmVyIiwiYmFja2dyb3VuZCI6eyJyIjowLCJnIjowLCJiIjowLCJhbHBoYSI6MX0sIndpZHRoIjo4OTUsImhlaWdodCI6NDgwLCJwb3NpdGlvbiI6InRvcCJ9fX0=\", \"formatted_filename\": \"eyJidWNrZXQiOiJwdWItc RvcmFnZSIsImtleSI ImZhbWUxMC cC jb ZW L VwbG hZHMvMjAxNS wOC wODA MzcwNS qcGciLCJlZGl cyI eyJ ZWJwIjp InF YWxpdHkiOjgwfSwicmVzaXplIjp ImZpdCI ImNvdmVyIiwiYmFja dyb VuZCI eyJyIjowLCJnIjowLCJiIjowLCJhbHBoYSI MX sIndpZHRoIjo OTUsImhlaWdodCI NDgwLCJwb NpdGlvbiI InRvcCJ fX =\", \"rendered_width\": 895, \"rendered_height\": 480, \"original_width\": 895, \"original_height\": 480, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://ednews.net/en/news/politics/440902-iran-embassy-ill-wishers-trying-to-disrupt-relations-between-tehran-baku\", \"unformatted_src\": \"https://img.ednews.net/news/2020/10/photo_440902.jpg\", \"src\": \"https://img.ednews.net/news/2020/10/photo_440902.jpg\", \"formatted_filename\": \"photo\", \"original_width\": 400, \"original_height\": 400, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.hopefornigeriaonline.com/category/africa/page/17/\", \"unformatted_src\": \"https://www.hopefornigeriaonline.com/wp-content/uploads/2013/06/south-african-police.jpeg\", \"src\": \"https://www.hopefornigeriaonline.com/wp-content/uploads/2013/06/south-african-police.jpeg\", \"formatted_filename\": \"south african police\", \"alt_text\": \"south-african-police\", \"rendered_width\": 400, \"rendered_height\": 250, \"original_width\": 400, \"original_height\": 250, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.hopefornigeriaonline.com/category/africa/page/17/\", \"unformatted_src\": \"https://www.hopefornigeriaonline.com/wp-content/uploads/2013/05/olugbenga_ashiru-460x261.jpg\", \"src\": \"https://www.hopefornigeriaonline.com/wp-content/uploads/2013/05/olugbenga_ashiru-460x261.jpg\", \"formatted_filename\": \"olugbenga ashiru\", \"alt_text\": \"olugbenga_ashiru\", \"rendered_width\": 460, \"rendered_height\": 261, \"original_width\": 460, \"original_height\": 261, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.hopefornigeriaonline.com/category/africa/page/17/\", \"unformatted_src\": \"https://www.hopefornigeriaonline.com/wp-content/uploads/2013/05/desmond_tutu-460x261.jpg\", \"src\": \"https://www.hopefornigeriaonline.com/wp-content/uploads/2013/05/desmond_tutu-460x261.jpg\", \"formatted_filename\": \"desmond tutu\", \"alt_text\": \"desmond_tutu\", \"rendered_width\": 460, \"rendered_height\": 261, \"original_width\": 460, \"original_height\": 261, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://cmeindia.in/covid-19-3rd-wave-experience-in-india-a-survey-of-5971-adults/\", \"unformatted_src\": \"https://cmeindia.in/wp-content/uploads/2022/04/3rd-wave-study-cme-india-1080x675.jpg\", \"src\": \"https://cmeindia.in/wp-content/uploads/2022/04/3rd-wave-study-cme-india-1080x675.jpg\", \"formatted_filename\": \"rd wave study cme india\", \"alt_text\": \"COVID-19 Third Wave Experience in India, A Survey of 5971 Adults\", \"rendered_width\": 1080, \"rendered_height\": 675, \"original_width\": 1080, \"original_height\": 675, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.sitra.fi/en/blogs/moving-boldly-towards-participatory-foresight/\", \"unformatted_src\": \"https://media.sitra.fi/2015/12/24010343/saa2273.jpg\", \"src\": \"https://media.sitra.fi/2015/12/24010343/saa2273.jpg\", \"formatted_filename\": \"saa\", \"alt_text\": \"_saa2273-jpg\", \"original_width\": 640, \"original_height\": 427, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://suesspiciousminds.com/2013/05/14/four-minute-warning-or-last-night-the-plans-for-a-future-war-was-all-i-saw-on-channel-four/\", \"unformatted_src\": \"https://suesspiciousminds.files.wordpress.com/2013/05/countach-yellow-hanna-big.jpg?w=610&h=411\", \"src\": \"https://suesspiciousminds.files.wordpress.com/2013/05/countach-yellow-hanna-big.jpg?w=610&h=411\", \"formatted_filename\": \"countach yellow hanna big\", \"alt_text\": \"Brrrrrrrrmmmm\", \"rendered_width\": 610, \"rendered_height\": 411, \"original_width\": 610, \"original_height\": 411, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://suesspiciousminds.com/2013/05/14/four-minute-warning-or-last-night-the-plans-for-a-future-war-was-all-i-saw-on-channel-four/\", \"unformatted_src\": \"https://suesspiciousminds.files.wordpress.com/2013/05/wilma.jpg?w=610&h=688\", \"src\": \"https://suesspiciousminds.files.wordpress.com/2013/05/wilma.jpg?w=610&h=688\", \"formatted_filename\": \"wilma\", \"alt_text\": \"Not quite enough frosted lipgloss in this one\", \"rendered_width\": 610, \"rendered_height\": 688, \"original_width\": 610, \"original_height\": 688, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.exquisitecoasts.com/spectacular-coastal-drives.html\", \"unformatted_src\": \"https://www.exquisitecoasts.com/images/road-dingle-wild-atlantic-way-ireland.jpg\", \"src\": \"https://www.exquisitecoasts.com/images/road-dingle-wild-atlantic-way-ireland.jpg\", \"formatted_filename\": \"road dingle wild atlantic way ireland\", \"alt_text\": \"Wild Atlantic Way\", \"rendered_width\": 1280, \"rendered_height\": 854, \"original_width\": 1280, \"original_height\": 854, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.exquisitecoasts.com/spectacular-coastal-drives.html\", \"unformatted_src\": \"https://www.exquisitecoasts.com/images/werner22brigitte-great-coastal-drives-big-sur-pixa.jpg\", \"src\": \"https://www.exquisitecoasts.com/images/werner22brigitte-great-coastal-drives-big-sur-pixa.jpg\", \"formatted_filename\": \"werner brigitte great coastal drives big sur pixa\", \"alt_text\": \"Coastal Drives\", \"rendered_width\": 1280, \"rendered_height\": 853, \"original_width\": 1280, \"original_height\": 853, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://petebowes.com/2011/01/02/china-the-first-night/\", \"unformatted_src\": \"https://peterbowes.files.wordpress.com/2011/01/china-girl.jpg?w=229\", \"src\": \"https://peterbowes.files.wordpress.com/2011/01/china-girl.jpg?w=229\", \"formatted_filename\": \"china girl\", \"rendered_width\": 229, \"rendered_height\": 300, \"original_width\": 229, \"original_height\": 300, \"format\": \"jpeg\"}, {\"document_url\": \"https://petebowes.com/2011/01/02/china-the-first-night/\", \"unformatted_src\": \"https://kurungabaa.files.wordpress.com/2010/03/kowloon.jpg?w=228&h=300\", \"src\": \"https://kurungabaa.files.wordpress.com/2010/03/kowloon.jpg?w=228&h=300\", \"formatted_filename\": \"kowloon\", \"rendered_width\": 228, \"rendered_height\": 300, \"original_width\": 228, \"original_height\": 299, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://bluemonsterprep.com/blogs/news/hawaii-races-to-secure-power-plant-threatened-by-lava-flows\", \"unformatted_src\": \"https://ichef.bbci.co.uk/news/624/cpsprodpb/5224/production/_101682012_usgs1.jpg\", \"src\": \"https://ichef.bbci.co.uk/news/624/cpsprodpb/5224/production/_101682012_usgs1.jpg\", \"formatted_filename\": \"usgs\", \"original_width\": 624, \"original_height\": 351, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"unformatted_src\": \"http://archiveislam.com/wp-content/uploads/2013/01/muslim-snow-patrol.jpg\", \"src\": \"http://archiveislam.com/wp-content/uploads/2013/01/muslim-snow-patrol.jpg\", \"formatted_filename\": \"muslim snow patrol\", \"rendered_width\": 624, \"rendered_height\": 350, \"original_width\": 624, \"original_height\": 350, \"format\": \"jpeg\"}, null, {\"document_url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"unformatted_src\": \"http://archiveislam.com/wp-content/uploads/2013/01/muslim-neighbour.jpg\", \"src\": \"http://archiveislam.com/wp-content/uploads/2013/01/muslim-neighbour.jpg\", \"formatted_filename\": \"muslim neighbour\", \"alt_text\": \"muslim-neighbour\", \"rendered_width\": 624, \"rendered_height\": 468, \"original_width\": 624, \"original_height\": 468, \"format\": \"jpeg\"}, {\"document_url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"unformatted_src\": \"http://archiveislam.com/wp-content/uploads/2013/01/muslim-stockton.jpg\", \"src\": \"http://archiveislam.com/wp-content/uploads/2013/01/muslim-stockton.jpg\", \"formatted_filename\": \"muslim stockton\", \"alt_text\": \"muslim-stockton\", \"rendered_width\": 624, \"rendered_height\": 466, \"original_width\": 624, \"original_height\": 466, \"format\": \"jpeg\"}, {\"document_url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"unformatted_src\": \"http://archiveislam.com/wp-content/uploads/2013/01/muslim-berkshire.jpg\", \"src\": \"http://archiveislam.com/wp-content/uploads/2013/01/muslim-berkshire.jpg\", \"formatted_filename\": \"muslim berkshire\", \"alt_text\": \"muslim-berkshire\", \"rendered_width\": 624, \"rendered_height\": 458, \"original_width\": 624, \"original_height\": 458, \"format\": \"jpeg\"}, {\"document_url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"unformatted_src\": \"http://archiveislam.com/wp-content/uploads/2013/01/harvard-university-quran.jpg\", \"src\": \"http://archiveislam.com/wp-content/uploads/2013/01/harvard-university-quran.jpg\", \"formatted_filename\": \"harvard university quran\", \"rendered_width\": 520, \"rendered_height\": 333, \"original_width\": 624, \"original_height\": 400, \"format\": \"jpeg\"}, {\"document_url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"unformatted_src\": \"http://archiveislam.com/wp-content/uploads/2013/08/eid-google.jpg\", \"src\": \"http://archiveislam.com/wp-content/uploads/2013/08/eid-google.jpg\", \"formatted_filename\": \"eid google\", \"rendered_width\": 520, \"rendered_height\": 347, \"original_width\": 600, \"original_height\": 400, \"format\": \"jpeg\"}, {\"document_url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"unformatted_src\": \"http://archiveislam.com/wp-content/uploads/2014/05/islam-on-media.jpg\", \"src\": \"http://archiveislam.com/wp-content/uploads/2014/05/islam-on-media.jpg\", \"formatted_filename\": \"islam on media\", \"rendered_width\": 520, \"rendered_height\": 282, \"original_width\": 600, \"original_height\": 325, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"https://thegatorseye.com/3188/news/muslims-in-detainment-a-look-into-chinas-camps/?print=true\", \"unformatted_src\": \"https://thegatorseye.com/wp-content/uploads/2020/01/My-Post-1-2-900x675.jpg\", \"src\": \"https://thegatorseye.com/wp-content/uploads/2020/01/My-Post-1-2-900x675.jpg\", \"formatted_filename\": \"My Post\", \"original_width\": 900, \"original_height\": 675, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://jewishnews.timesofisrael.com/video-project-twinning-shoah-survivor-with-celebs-wins-two-awards/\", \"unformatted_src\": \"https://static.timesofisrael.com/jewishndev/uploads/2021/04/AN4T7158-640x400.jpg\", \"src\": \"https://static.timesofisrael.com/jewishndev/uploads/2021/04/AN4T7158-640x400.jpg\", \"formatted_filename\": \"AN T\", \"alt_text\": \"Eyal Booker with Mala Tribich\", \"rendered_width\": 600, \"rendered_height\": 375, \"original_width\": 640, \"original_height\": 400, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.rowadventures.com/specialist/malcolm-reed\", \"unformatted_src\": \"https://www.rowadventures.com/sites/rowadventures.com/files/styles/award/public/profile/Malcolm-Reed.jpg?itok=tUpXNECx\", \"src\": \"https://www.rowadventures.com/sites/rowadventures.com/files/styles/award/public/profile/Malcolm-Reed.jpg?itok=tUpXNECx\", \"formatted_filename\": \"Malcolm Reed\", \"alt_text\": \"male river guide with hat and blue pfd\", \"rendered_width\": 500, \"rendered_height\": 750, \"original_width\": 500, \"original_height\": 750, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://theshelfofunreadbooks.wordpress.com/2019/02/03/reviewthe-library-book-by-susan-orlean/\", \"unformatted_src\": \"https://theshelfofunreadbooks.files.wordpress.com/2019/02/43217645.jpg?w=199&h=300\", \"src\": \"https://theshelfofunreadbooks.files.wordpress.com/2019/02/43217645.jpg?w=199&h=300\", \"alt_text\": \"43217645\", \"rendered_width\": 199, \"rendered_height\": 300, \"original_width\": 199, \"original_height\": 300, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://energy.agwired.com/2010/10/07/wasted-food-wasted-energy/\", \"unformatted_src\": \"http://energy.agwired.com/wp-content/uploads/sites/11/2010/10/FoodWaste-239x300.jpg\", \"src\": \"http://energy.agwired.com/wp-content/uploads/sites/11/2010/10/FoodWaste-239x300.jpg\", \"formatted_filename\": \"FoodWaste\", \"rendered_width\": 200, \"rendered_height\": 250, \"original_width\": 239, \"original_height\": 300, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.uscleiden.com/news/2021/05/14/beat-the-microbead/\", \"unformatted_src\": \"https://usc-images.s3.amazonaws.com/cache/microplastics-scaled-1024x512.0867de41.jpg\", \"src\": \"https://usc-images.s3.amazonaws.com/cache/microplastics-scaled-1024x512.0867de41.jpg\", \"formatted_filename\": \"microplastics scaled\", \"alt_text\": \"Beat the Microbead\", \"original_width\": 760, \"original_height\": 380, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://bedandbicycle.com/is-this-cool-idea-with-butterfly-doorways-the-subsequent-mazda-miata.html\", \"unformatted_src\": \"https://speedhunters-wp-production.s3.amazonaws.com/wp-content/uploads/2022/09/23051515/2022-BMW-M1-Procar-Speedhunters-by-Paddy-McGrath-14.jpg\", \"src\": \"https://speedhunters-wp-production.s3.amazonaws.com/wp-content/uploads/2022/09/23051515/2022-BMW-M1-Procar-Speedhunters-by-Paddy-McGrath-14.jpg\", \"formatted_filename\": \"BMW M Procar Speedhunters by Paddy McGrath\", \"rendered_width\": 300, \"rendered_height\": 300, \"original_width\": 1920, \"original_height\": 1281, \"format\": \"jpeg\"}, {\"document_url\": \"https://bedandbicycle.com/is-this-cool-idea-with-butterfly-doorways-the-subsequent-mazda-miata.html\", \"unformatted_src\": \"https://images.hgmsites.net/hug/porsche-911-carrera_100864745_h.jpg\", \"src\": \"https://images.hgmsites.net/hug/porsche-911-carrera_100864745_h.jpg\", \"formatted_filename\": \"porsche carrera h\", \"rendered_width\": 300, \"rendered_height\": 300, \"original_width\": 1919, \"original_height\": 1280, \"format\": \"jpeg\"}, {\"document_url\": \"https://bedandbicycle.com/is-this-cool-idea-with-butterfly-doorways-the-subsequent-mazda-miata.html\", \"unformatted_src\": \"https://eoouae45rgb.exactdn.com/2022/11/Ferrari-Enzo@660x550.jpg\", \"src\": \"https://eoouae45rgb.exactdn.com/2022/11/Ferrari-Enzo@660x550.jpg\", \"formatted_filename\": \"Ferrari Enzo@\", \"rendered_width\": 300, \"rendered_height\": 300, \"original_width\": 660, \"original_height\": 550, \"format\": \"jpeg\"}, {\"document_url\": \"https://bedandbicycle.com/is-this-cool-idea-with-butterfly-doorways-the-subsequent-mazda-miata.html\", \"unformatted_src\": \"https://www.cycleworld.com/resizer/_0t6YxopDQQGqeJxRGW53fRMtPM=/979x734/filters:focal(611x370:621x380)/cloudfront-us-east-1.images.arcpublishing.com/octane/LYYNTZFGVFE3BF5KEA2A5IKOWU.jpg\", \"src\": \"https://www.cycleworld.com/resizer/_0t6YxopDQQGqeJxRGW53fRMtPM=/979x734/filters:focal(611x370:621x380)/cloudfront-us-east-1.images.arcpublishing.com/octane/LYYNTZFGVFE3BF5KEA2A5IKOWU.jpg\", \"formatted_filename\": \"LYYNTZFGVFE BF KEA A IKOWU\", \"rendered_width\": 300, \"rendered_height\": 300, \"original_width\": 979, \"original_height\": 734, \"format\": \"jpeg\"}, {\"document_url\": \"https://bedandbicycle.com/is-this-cool-idea-with-butterfly-doorways-the-subsequent-mazda-miata.html\", \"unformatted_src\": \"https://www.jazzituptruckandauto.com/wp-content/uploads/blog-jeep-lights.jpg\", \"src\": \"https://www.jazzituptruckandauto.com/wp-content/uploads/blog-jeep-lights.jpg\", \"formatted_filename\": \"blog jeep lights\", \"rendered_width\": 300, \"rendered_height\": 300, \"original_width\": 800, \"original_height\": 533, \"format\": \"jpeg\"}, {\"document_url\": \"https://bedandbicycle.com/is-this-cool-idea-with-butterfly-doorways-the-subsequent-mazda-miata.html\", \"unformatted_src\": \"https://gtspirit.com/wp-content/uploads/2022/11/Porsche-911-T-9.jpeg\", \"src\": \"https://gtspirit.com/wp-content/uploads/2022/11/Porsche-911-T-9.jpeg\", \"formatted_filename\": \"Porsche T\", \"rendered_width\": 300, \"rendered_height\": 300, \"original_width\": 1920, \"original_height\": 1080, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"https://www.greatfallstribune.com/story/opinion/tribune-editorials/2016/06/10/montana-gets-manufacturing-tax-fairness/85722960/\", \"unformatted_src\": \"https://www.gannett-cdn.com/-mm-/79abbaf0ccd99c1f0900f67a1a81ac796b72eea0/c=0-60-481-421/local/-/media/2016/06/10/GreatFalls/B9322505464Z.1_20160610193632_000_GVRELDNGA.1-0.jpg?width=534&height=401&fit=crop\", \"src\": \"https://www.gannett-cdn.com/-mm-/79abbaf0ccd99c1f0900f67a1a81ac796b72eea0/c=0-60-481-421/local/-/media/2016/06/10/GreatFalls/B9322505464Z.1_20160610193632_000_GVRELDNGA.1-0.jpg?width=534&height=401&fit=crop\", \"formatted_filename\": \"B Z\", \"alt_text\": \"The Edge for online\", \"original_width\": 534, \"original_height\": 401, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.greatfallstribune.com/story/opinion/tribune-editorials/2016/06/10/montana-gets-manufacturing-tax-fairness/85722960/\", \"unformatted_src\": \"https://www.gannett-cdn.com/-mm-/22658ce5382b8f1b91e260836070d67069159f86/c=51-0-1104-792/local/-/media/2016/06/10/GreatFalls/B9322505464Z.1_20160610193632_000_GVRELE079.1-0.jpg?width=540&height=405&fit=crop\", \"src\": \"https://www.gannett-cdn.com/-mm-/22658ce5382b8f1b91e260836070d67069159f86/c=51-0-1104-792/local/-/media/2016/06/10/GreatFalls/B9322505464Z.1_20160610193632_000_GVRELE079.1-0.jpg?width=540&height=405&fit=crop\", \"formatted_filename\": \"B Z\", \"alt_text\": \"Ball State center studied the states\\u2019 economic progress\", \"rendered_width\": 540, \"original_width\": 540, \"original_height\": 405, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://thenextweb.com/media/2011/11/08/last-fm-reached-the-60-billion-scrobble-landmark-with-lady-gaga/\", \"unformatted_src\": \"https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2011/11/Lady-Gaga-Judas.jpg\", \"src\": \"https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2011/11/Lady-Gaga-Judas.jpg\", \"formatted_filename\": \"Lady Gaga Judas\", \"alt_text\": \"Last.fm Reached the 60 Billion Scrobble Landmark with Lady Gaga\", \"original_width\": 620, \"original_height\": 620, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.fingerlakes1.com/2021/03/07/sabres-lose-seventh-straight-with-5-2-loss-to-islanders/\", \"unformatted_src\": \"https://pbs.twimg.com/media/Ev5nFlYWYAA5SYk?format=jpg&name=large\", \"src\": \"https://pbs.twimg.com/media/Ev5nFlYWYAA5SYk?format=jpg&name=large\", \"rendered_width\": 900, \"rendered_height\": 504, \"original_width\": 1528, \"original_height\": 856, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://movizark.com/2018/10/29/el-tonto-ray-liotta-adrien-brody-travis-fimmel-ken-jeong-join-charlie-days-film/\", \"unformatted_src\": \"https://movizark.files.wordpress.com/2018/09/charlie-day-0de987d60e62889d.jpg?w=300&h=210\", \"src\": \"https://movizark.files.wordpress.com/2018/09/charlie-day-0de987d60e62889d.jpg?w=300&h=210\", \"formatted_filename\": \"charlie day de d e d\", \"rendered_width\": 300, \"rendered_height\": 210, \"original_width\": 300, \"original_height\": 210, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://paradigmshyft.com/2022/02/27/totalitarianism-authoritarianism-and-fascism-what-is-the-difference/\", \"unformatted_src\": \"https://paradigmshyft495213390.files.wordpress.com/2022/02/dictator2-1.jpg?w=1120\", \"src\": \"https://paradigmshyft495213390.files.wordpress.com/2022/02/dictator2-1.jpg?w=1120\", \"formatted_filename\": \"dictator\", \"rendered_width\": 1120, \"rendered_height\": 728, \"original_width\": 1120, \"original_height\": 728, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.rte.ie/news/2019/1201/1096265-smith-isis-home-turkey/\", \"unformatted_src\": \"https://img.rasset.ie/0011ba1b-614.jpg?ratio=1.78\", \"src\": \"https://img.rasset.ie/0011ba1b-614.jpg?ratio=1.78\", \"formatted_filename\": \"ba b\", \"original_width\": 614, \"original_height\": 345, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.rte.ie/news/2019/1201/1096265-smith-isis-home-turkey/\", \"unformatted_src\": \"https://img.rasset.ie/0013280f-614.jpg?ratio=1.02\", \"src\": \"https://img.rasset.ie/0013280f-614.jpg?ratio=1.02\", \"original_width\": 614, \"original_height\": 605, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"http://www.cmt.com/news/1490421/bluegrass-legend-charlie-waller-dead-at-69/\", \"unformatted_src\": \"http://cmt.mtvnimages.com/uri/mgid:uma:image:cmt.com:1647334?quality=0.8&format=jpg&height=495&width=660\", \"src\": \"http://cmt.mtvnimages.com/uri/mgid:uma:image:cmt.com:1647334?quality=0.8&format=jpg&height=495&width=660\", \"formatted_filename\": \"mgid:uma:image:cmt\", \"original_width\": 660, \"original_height\": 495, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://caribbeantales-worldwide.com/a-hand-full-of-anticipation-for-the-caribbeantales-2011-film-festival/\", \"unformatted_src\": \"https://lh6.googleusercontent.com/-8G4ILMarj-M/TW7iTejGbsI/AAAAAAAACbg/jw9pauDtIKo/s400/hand_full_of_dirt-1.jpg\", \"src\": \"https://lh6.googleusercontent.com/-8G4ILMarj-M/TW7iTejGbsI/AAAAAAAACbg/jw9pauDtIKo/s400/hand_full_of_dirt-1.jpg\", \"formatted_filename\": \"hand full of dirt\", \"rendered_width\": 400, \"rendered_height\": 285, \"original_width\": 400, \"original_height\": 285, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.knollwood.ca/blog/what-do-deacons-do\", \"unformatted_src\": \"https://dq5pwpg1q8ru0.cloudfront.net/2020/11/10/15/06/49/b5799939-68ea-49c0-ab38-5cbb3738a03f/lightstock_78933_small_nathan_klahsen.jpg\", \"src\": \"https://dq5pwpg1q8ru0.cloudfront.net/2020/11/10/15/06/49/b5799939-68ea-49c0-ab38-5cbb3738a03f/lightstock_78933_small_nathan_klahsen.jpg\", \"formatted_filename\": \"lightstock small nathan klahsen\", \"alt_text\": \"Slideshow image\", \"original_width\": 1176, \"original_height\": 784, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://silverchips.mbhs.edu/content/nba-award-predictions-31146/\", \"unformatted_src\": \"/uploads/images/2018/08/01/21712.jpg\", \"src\": \"https://silverchips.mbhs.edu/uploads/images/2018/08/01/21712.jpg\", \"original_width\": 770, \"original_height\": 433, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://realdealtheatre.webs.com/press.htm\", \"unformatted_src\": \"http://realdealtheatre.webs.com/WestEnd%20Xtra%201.jpg\", \"src\": \"http://realdealtheatre.webs.com/WestEnd%20Xtra%201.jpg\", \"formatted_filename\": \"WestEnd Xtra\", \"rendered_width\": 372, \"rendered_height\": 543, \"original_width\": 800, \"original_height\": 1166, \"format\": \"jpeg\"}, {\"document_url\": \"https://realdealtheatre.webs.com/press.htm\", \"unformatted_src\": \"http://realdealtheatre.webs.com/West%20End%20Extra%20Sitcom%20Saturday.jpg\", \"src\": \"http://realdealtheatre.webs.com/West%20End%20Extra%20Sitcom%20Saturday.jpg\", \"formatted_filename\": \"West End Extra Sitcom Saturday\", \"original_width\": 800, \"original_height\": 1223, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.parkablogs.com/content/book-review-daisuke-moriyama-art-works-chronicle\", \"unformatted_src\": \"https://images-na.ssl-images-amazon.com/images/I/81Lz+z3qpkL.jpg\", \"src\": \"https://images-na.ssl-images-amazon.com/images/I/81Lz+z3qpkL.jpg\", \"formatted_filename\": \"Lz z qpkL\", \"rendered_width\": 160, \"original_width\": 1200, \"original_height\": 1700, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.ungeek.ph/2016/10/inspiring-watch-dwayne-the-rock-johnson-react-on-his-very-first-wwe-match/\", \"unformatted_src\": \"https://www.ungeek.ph/wp-content/uploads/2016/10/Rock-Reacts.jpg\", \"src\": \"https://www.ungeek.ph/wp-content/uploads/2016/10/Rock-Reacts.jpg\", \"formatted_filename\": \"Rock Reacts\", \"rendered_width\": 696, \"rendered_height\": 379, \"original_width\": 822, \"original_height\": 448, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.ungeek.ph/2016/10/inspiring-watch-dwayne-the-rock-johnson-react-on-his-very-first-wwe-match/\", \"unformatted_src\": \"https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock2-1024x576.jpg\", \"src\": \"https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock2-1024x576.jpg\", \"formatted_filename\": \"The Rock\", \"alt_text\": \"the-rock2\", \"rendered_width\": 838, \"rendered_height\": 471, \"original_width\": 1024, \"original_height\": 576, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.ungeek.ph/2016/10/inspiring-watch-dwayne-the-rock-johnson-react-on-his-very-first-wwe-match/\", \"unformatted_src\": \"https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock-cross-1024x576.jpg\", \"src\": \"https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock-cross-1024x576.jpg\", \"formatted_filename\": \"The Rock cross\", \"alt_text\": \"the-rock-cross\", \"rendered_width\": 838, \"rendered_height\": 471, \"original_width\": 1024, \"original_height\": 576, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.ungeek.ph/2016/10/inspiring-watch-dwayne-the-rock-johnson-react-on-his-very-first-wwe-match/\", \"unformatted_src\": \"https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock-fanny-658x1024.jpg\", \"src\": \"https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock-fanny-658x1024.jpg\", \"formatted_filename\": \"The Rock fanny\", \"alt_text\": \"the-rock-fanny\", \"rendered_width\": 658, \"rendered_height\": 1024, \"original_width\": 658, \"original_height\": 1024, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://holaamericanews.com/to-my-bros-me-too-the-womens-march-and-my-birthday/\", \"unformatted_src\": \"https://holaamericanews.com/wp-content/uploads/2018/01/optimized-to-my-bros-696x522.jpg\", \"src\": \"https://holaamericanews.com/wp-content/uploads/2018/01/optimized-to-my-bros-696x522.jpg\", \"formatted_filename\": \"optimized to my bros\", \"rendered_width\": 696, \"rendered_height\": 522, \"original_width\": 696, \"original_height\": 522, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://holaamericanews.com/to-my-bros-me-too-the-womens-march-and-my-birthday/\", \"unformatted_src\": \"https://holaamericanews.com/wp-content/uploads/2018/01/Carmona-1-150x150.jpg\", \"src\": \"https://holaamericanews.com/wp-content/uploads/2018/01/Carmona-1-150x150.jpg\", \"formatted_filename\": \"Carmona\", \"alt_text\": \"Carmona 1\", \"rendered_width\": 150, \"rendered_height\": 150, \"original_width\": 150, \"original_height\": 150, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_1574.jpg?w=1088\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_1574.jpg?w=1088\", \"formatted_filename\": \"img\", \"rendered_width\": 1088, \"rendered_height\": 1451, \"original_width\": 1088, \"original_height\": 1450, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_1573.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_1573.jpg?w=739\", \"formatted_filename\": \"img\", \"original_width\": 739, \"original_height\": 554, \"format\": \"jpeg\"}, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_1574.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_1574.jpg?w=739\", \"formatted_filename\": \"img\", \"original_width\": 739, \"original_height\": 985, \"format\": \"jpeg\"}, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/1e0d34bc-fb2c-430e-9fb6-20c4bac7ad46.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/1e0d34bc-fb2c-430e-9fb6-20c4bac7ad46.jpg?w=739\", \"formatted_filename\": \"e d bc fb c e fb c bac ad\", \"original_width\": 739, \"original_height\": 738, \"format\": \"jpeg\"}, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0352.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0352.jpg?w=739\", \"formatted_filename\": \"img\", \"original_width\": 739, \"original_height\": 985, \"format\": \"jpeg\"}, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0361.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0361.jpg?w=739\", \"formatted_filename\": \"img\", \"original_width\": 739, \"original_height\": 985, \"format\": \"jpeg\"}, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0364.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0364.jpg?w=739\", \"formatted_filename\": \"img\", \"original_width\": 739, \"original_height\": 985, \"format\": \"jpeg\"}, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0368.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0368.jpg?w=739\", \"formatted_filename\": \"img\", \"original_width\": 739, \"original_height\": 985, \"format\": \"jpeg\"}, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0377.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0377.jpg?w=739\", \"formatted_filename\": \"img\", \"original_width\": 739, \"original_height\": 985, \"format\": \"jpeg\"}, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_1575.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_1575.jpg?w=739\", \"formatted_filename\": \"img\", \"original_width\": 739, \"original_height\": 985, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"unformatted_src\": \"https://www.nationalhogfarmer.com/sites/nationalhogfarmer.com/files/styles/article_featured_standard/public/NHF-pigsbarns_2.jpg?itok=dAtEUiHd\", \"src\": \"https://www.nationalhogfarmer.com/sites/nationalhogfarmer.com/files/styles/article_featured_standard/public/NHF-pigsbarns_2.jpg?itok=dAtEUiHd\", \"formatted_filename\": \"NHF pigsbarns\", \"alt_text\": \"Pig barn\", \"rendered_width\": 770, \"rendered_height\": 400, \"original_width\": 770, \"original_height\": 400, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"unformatted_src\": \"/sites/cet.com/files/Plain%20graphic%201%2010.21.png\", \"src\": \"https://www.nationalhogfarmer.com/sites/cet.com/files/Plain%20graphic%201%2010.21.png\", \"formatted_filename\": \"Plain graphic\", \"alt_text\": \"Plain graphic 1 10.21.png\", \"original_width\": 2400, \"original_height\": 1800, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"unformatted_src\": \"/sites/cet.com/files/Plain%20graphic%202.png\", \"src\": \"https://www.nationalhogfarmer.com/sites/cet.com/files/Plain%20graphic%202.png\", \"formatted_filename\": \"Plain graphic\", \"alt_text\": \"Plain graphic 2.png\", \"original_width\": 2400, \"original_height\": 1800, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"unformatted_src\": \"/sites/cet.com/files/plain%20graphic%203%2010.21.png\", \"src\": \"https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%203%2010.21.png\", \"formatted_filename\": \"plain graphic\", \"alt_text\": \"plain graphic 3 10.21.png\", \"original_width\": 2400, \"original_height\": 1800, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"unformatted_src\": \"/sites/cet.com/files/plain%20graphic%204%2010.21.png\", \"src\": \"https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%204%2010.21.png\", \"formatted_filename\": \"plain graphic\", \"alt_text\": \"plain graphic 4 10.21.png\", \"original_width\": 2400, \"original_height\": 1800, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"unformatted_src\": \"/sites/cet.com/files/plain%20graphic%205%2010.21.png\", \"src\": \"https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%205%2010.21.png\", \"formatted_filename\": \"plain graphic\", \"alt_text\": \"plain graphic 5 10.21.png\", \"original_width\": 2400, \"original_height\": 1800, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"unformatted_src\": \"/sites/cet.com/files/plain%20graphic%206%2010.21.png\", \"src\": \"https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%206%2010.21.png\", \"formatted_filename\": \"plain graphic\", \"alt_text\": \"plain graphic 6 10.21.png\", \"original_width\": 2400, \"original_height\": 1800, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"unformatted_src\": \"/sites/cet.com/files/plain%20graphic%207%2010.21.png\", \"src\": \"https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%207%2010.21.png\", \"formatted_filename\": \"plain graphic\", \"alt_text\": \"plain graphic 7 10.21.png\", \"original_width\": 2400, \"original_height\": 1800, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://www.listal.com/viewentry/67108\", \"unformatted_src\": \"https://lthumb.lisimg.com/731/11355731.jpg?width=170&sharpen=true\", \"src\": \"https://lthumb.lisimg.com/731/11355731.jpg?width=170&sharpen=true\", \"original_width\": 170, \"original_height\": 255, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.gungoddess.com/blogs/choosing-a-gun/which-concealed-carry-guns-are-the-most-popular-right-now\", \"unformatted_src\": \"//cdn.shopify.com/s/files/1/1372/5377/articles/Most-Popular-Concealed-Carry-Guns-Web-GunGoddess-min_1600x.jpg?v=1623552029\", \"src\": \"http://cdn.shopify.com/s/files/1/1372/5377/articles/Most-Popular-Concealed-Carry-Guns-Web-GunGoddess-min_1600x.jpg?v=1623552029\", \"formatted_filename\": \"Most Popular Concealed Carry Guns Web GunGoddess min x\", \"alt_text\": \"Which Concealed Carry Guns Are the Most Popular Right Now?\", \"rendered_width\": 1200, \"rendered_height\": 628, \"original_width\": 1200, \"original_height\": 628, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.gungoddess.com/blogs/choosing-a-gun/which-concealed-carry-guns-are-the-most-popular-right-now\", \"unformatted_src\": \"//cdn.shopify.com/s/files/1/1372/5377/articles/5-things-to-do-after-buying-a-gun-GunGoddess-min_1600x.jpg?v=1623552024\", \"src\": \"http://cdn.shopify.com/s/files/1/1372/5377/articles/5-things-to-do-after-buying-a-gun-GunGoddess-min_1600x.jpg?v=1623552024\", \"formatted_filename\": \"things to do after buying a gun GunGoddess min x\", \"alt_text\": \"5 Things You Should Do After Buying a Gun\", \"rendered_width\": 1200, \"rendered_height\": 628, \"original_width\": 1200, \"original_height\": 628, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.gungoddess.com/blogs/choosing-a-gun/which-concealed-carry-guns-are-the-most-popular-right-now\", \"unformatted_src\": \"//cdn.shopify.com/s/files/1/1372/5377/articles/Good-Advice-Buying-First-Gun-GunGoddess-min_1600x.jpg?v=1623552026\", \"src\": \"http://cdn.shopify.com/s/files/1/1372/5377/articles/Good-Advice-Buying-First-Gun-GunGoddess-min_1600x.jpg?v=1623552026\", \"formatted_filename\": \"Good Advice Buying First Gun GunGoddess min x\", \"alt_text\": \"Good Advice for Anyone Buying Their First Gun\", \"rendered_width\": 1200, \"rendered_height\": 628, \"original_width\": 1200, \"original_height\": 628, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.gungoddess.com/blogs/choosing-a-gun/which-concealed-carry-guns-are-the-most-popular-right-now\", \"unformatted_src\": \"//cdn.shopify.com/s/files/1/1372/5377/articles/terms-buying-a-handgun-GunGoddess-min_1600x.jpg?v=1623552032\", \"src\": \"http://cdn.shopify.com/s/files/1/1372/5377/articles/terms-buying-a-handgun-GunGoddess-min_1600x.jpg?v=1623552032\", \"formatted_filename\": \"terms buying a handgun GunGoddess min x\", \"alt_text\": \"The Terms You Need to Know When Buying a Handgun\", \"rendered_width\": 1200, \"rendered_height\": 628, \"original_width\": 1200, \"original_height\": 628, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.historytoday.com/history-today-issues/volume-38-issue-9-september-1988\", \"unformatted_src\": \"/sites/default/files/styles/teaser_list/public/bayeaux.jpg?itok=FTrCT1nV\", \"src\": \"https://www.historytoday.com/sites/default/files/styles/teaser_list/public/bayeaux.jpg?itok=FTrCT1nV\", \"formatted_filename\": \"bayeaux\", \"alt_text\": \"bayeaux.jpg\", \"rendered_width\": 440, \"rendered_height\": 340, \"original_width\": 440, \"original_height\": 340, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.historytoday.com/history-today-issues/volume-38-issue-9-september-1988\", \"unformatted_src\": \"/sites/default/files/styles/teaser_list/public/roxane_thumb.jpg?itok=2JRBz_Qx\", \"src\": \"https://www.historytoday.com/sites/default/files/styles/teaser_list/public/roxane_thumb.jpg?itok=2JRBz_Qx\", \"formatted_filename\": \"roxane thumb\", \"alt_text\": \"roxane_thumb.jpg\", \"rendered_width\": 440, \"rendered_height\": 340, \"original_width\": 440, \"original_height\": 340, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.gsa.gov/historic-buildings/african-burial-ground-memorial-new-york-ny\", \"unformatted_src\": \"/cdnstatic/ABG.jpg\", \"src\": \"https://www.gsa.gov/cdnstatic/ABG.jpg\", \"formatted_filename\": \"ABG\", \"alt_text\": \"African Burial Ground National Monument, New York, New York\", \"original_width\": 216, \"original_height\": 180, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.gsa.gov/historic-buildings/african-burial-ground-memorial-new-york-ny\", \"unformatted_src\": \"/cdnstatic/02_AfricanBurial_lo.jpg\", \"src\": \"https://www.gsa.gov/cdnstatic/02_AfricanBurial_lo.jpg\", \"formatted_filename\": \"AfricanBurial lo\", \"alt_text\": \"African Burial Ground National Monument, New York, New York\", \"original_width\": 175, \"original_height\": 263, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"https://hd-report.com/2014/02/14/comcast-merger-hideous-netflix-service/\", \"unformatted_src\": \"https://hd-report.com/wp-content/uploads/2014/02/netflix-ISP-rankings-january-452x600.jpg\", \"src\": \"https://hd-report.com/wp-content/uploads/2014/02/netflix-ISP-rankings-january-452x600.jpg\", \"formatted_filename\": \"netflix ISP rankings january\", \"rendered_width\": 452, \"rendered_height\": 600, \"original_width\": 452, \"original_height\": 600, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.lawyersandsettlements.com/legal-news/harvoni-denied-insurance-claim/harvoni-lawsuits-denied-insurance-claim-20731.html\", \"unformatted_src\": \"/images/articles2/Pill-bottle-money-article.jpg\", \"src\": \"https://www.lawyersandsettlements.com/images/articles2/Pill-bottle-money-article.jpg\", \"formatted_filename\": \"Pill bottle money article\", \"alt_text\": \"Expect More Hep C Drug Denied Insurance Lawsuits\", \"rendered_width\": 252, \"rendered_height\": 168, \"original_width\": 252, \"original_height\": 168, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://aceaviation.info/15107/msi-personal-cinema-15/\", \"unformatted_src\": \"https://www.adorama.com/images/Large/msigs65st054.jpg\", \"src\": \"https://www.adorama.com/images/Large/msigs65st054.jpg\", \"formatted_filename\": \"msigs st\", \"alt_text\": \"MSI PERSONAL CINEMA 5.0 DRIVERS\", \"original_width\": 450, \"original_height\": 450, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://aceaviation.info/15107/msi-personal-cinema-15/\", \"unformatted_src\": \"https://m.xcite.com/media/catalog/product/cache/1/thumbnail/550x400/9df78eab33525d08d6e5fb8d27136e95/b/u/buy_msi_core_i7_8gb_ram_1tb_hdd___128gb_ssd_4gb_nvidia_15_inch_gaming_laptop_-_gv627rd_price_result_1.jpg\", \"src\": \"https://m.xcite.com/media/catalog/product/cache/1/thumbnail/550x400/9df78eab33525d08d6e5fb8d27136e95/b/u/buy_msi_core_i7_8gb_ram_1tb_hdd___128gb_ssd_4gb_nvidia_15_inch_gaming_laptop_-_gv627rd_price_result_1.jpg\", \"formatted_filename\": \"buy msi core i gb ram tb hdd gb ssd gb nvidia inch gaming laptop gv rd price result\", \"alt_text\": \"MSI PERSONAL CINEMA 5.0 DOWNLOAD DRIVER\", \"original_width\": 550, \"original_height\": 400, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"http://www.antehoc.com/2012/05/collateral-at-bank-of-italy-2.html\", \"unformatted_src\": \"http://2.bp.blogspot.com/-sf0huKQfzIM/T6BLLO-tVtI/AAAAAAAAAMk/Y9UG5CT8aiE/s640/March+2012+Bank+of+Italy+Collateral+Composition.tiff\", \"src\": \"http://2.bp.blogspot.com/-sf0huKQfzIM/T6BLLO-tVtI/AAAAAAAAAMk/Y9UG5CT8aiE/s640/March+2012+Bank+of+Italy+Collateral+Composition.tiff\", \"formatted_filename\": \"March Bank of Italy Collateral Composition\", \"rendered_width\": 376, \"rendered_height\": 640, \"original_width\": 377, \"original_height\": 640, \"format\": \"jpeg\"}, {\"document_url\": \"http://www.antehoc.com/2012/05/collateral-at-bank-of-italy-2.html\", \"unformatted_src\": \"http://3.bp.blogspot.com/-PZnlKliPoQY/T6BLIQ60wVI/AAAAAAAAAMc/I7O604qgZjA/s640/August+Bank+of+Italy+Collateral+Composition.tiff\", \"src\": \"http://3.bp.blogspot.com/-PZnlKliPoQY/T6BLIQ60wVI/AAAAAAAAAMc/I7O604qgZjA/s640/August+Bank+of+Italy+Collateral+Composition.tiff\", \"formatted_filename\": \"August Bank of Italy Collateral Composition\", \"rendered_width\": 417, \"rendered_height\": 640, \"original_width\": 420, \"original_height\": 640, \"format\": \"jpeg\"}, null, {\"document_url\": \"http://www.antehoc.com/2012/05/collateral-at-bank-of-italy-2.html\", \"unformatted_src\": \"http://4.bp.blogspot.com/-xZA9Yo3d6eA/T6BRjbLh4fI/AAAAAAAAAMw/56QAQJLjSzI/s400/Italian+Banks'+net+purchases+of+government+debt.tiff\", \"src\": \"http://4.bp.blogspot.com/-xZA9Yo3d6eA/T6BRjbLh4fI/AAAAAAAAAMw/56QAQJLjSzI/s400/Italian+Banks'+net+purchases+of+government+debt.tiff\", \"formatted_filename\": \"Italian Banks' net purchases of government debt\", \"rendered_width\": 400, \"rendered_height\": 358, \"original_width\": 400, \"original_height\": 360, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://www.thehansindia.com/news/cities/vijayawada/vijayawada-cpi-wants-cm-ys-jagan-to-raise-voice-against-vizag-steel-plant-sell-off-704225\", \"unformatted_src\": \"https://assets.thehansindia.com/h-upload/2021/08/30/1105118-cpi.webp\", \"src\": \"https://assets.thehansindia.com/h-upload/2021/08/30/1105118-cpi.webp\", \"formatted_filename\": \"cpi\", \"alt_text\": \"CPI State Secretary K Ramakrishna flanked by P Harinadha Reddy and Akkineni Vanaja addressing the media in Vijayawada on Monday\", \"original_width\": 1000, \"original_height\": 600, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://wkuf.fm/shows/wkuf-celebrates-the-30th-anniversary-of-violator/\", \"unformatted_src\": \"https://wkuf.fm/wp-content/uploads/2018/03/JLM-Image-300x264.jpg\", \"src\": \"https://wkuf.fm/wp-content/uploads/2018/03/JLM-Image-300x264.jpg\", \"formatted_filename\": \"JLM Image\", \"rendered_width\": 300, \"rendered_height\": 264, \"original_width\": 300, \"original_height\": 264, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://wkuf.fm/shows/wkuf-celebrates-the-30th-anniversary-of-violator/\", \"unformatted_src\": \"https://wkuf.fm/wp-content/uploads/2019/07/50s60s-300x283.jpg\", \"src\": \"https://wkuf.fm/wp-content/uploads/2019/07/50s60s-300x283.jpg\", \"formatted_filename\": \"s s\", \"rendered_width\": 300, \"rendered_height\": 283, \"original_width\": 300, \"original_height\": 283, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"https://dailytimes.com.pk/379160/pakistan-urges-iran-and-afghanistan-to-do-more/\", \"unformatted_src\": \"https://dailytimes.com.pk/assets/uploads/2018/09/21/53f51f8c8c076.jpg\", \"src\": \"https://dailytimes.com.pk/assets/uploads/2018/09/21/53f51f8c8c076.jpg\", \"formatted_filename\": \"f f c c\", \"rendered_width\": 800, \"rendered_height\": 480, \"original_width\": 800, \"original_height\": 480, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.dailyfinland.fi/business/21426/KONE-Q1-results-improve/print\", \"unformatted_src\": \"/assets/news_photos/2021/04/29/image-21426.jpg\", \"src\": \"https://www.dailyfinland.fi/assets/news_photos/2021/04/29/image-21426.jpg\", \"formatted_filename\": \"image\", \"rendered_width\": 685, \"original_width\": 685, \"original_height\": 456, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://newcanaanlandtrust.org/hannan/\", \"unformatted_src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-1-e1570716278120-400x284.png\", \"src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-1-e1570716278120-400x284.png\", \"formatted_filename\": \"hannan e\", \"rendered_width\": 400, \"rendered_height\": 284, \"original_width\": 400, \"original_height\": 284, \"format\": \"jpeg\"}, {\"document_url\": \"https://newcanaanlandtrust.org/hannan/\", \"unformatted_src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-3-400x284.png\", \"src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-3-400x284.png\", \"formatted_filename\": \"hannan\", \"rendered_width\": 400, \"rendered_height\": 284, \"original_width\": 400, \"original_height\": 284, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://newcanaanlandtrust.org/hannan/\", \"unformatted_src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-6-400x284.png\", \"src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-6-400x284.png\", \"formatted_filename\": \"hannan\", \"rendered_width\": 400, \"rendered_height\": 284, \"original_width\": 400, \"original_height\": 284, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://newcanaanlandtrust.org/hannan/\", \"unformatted_src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-7-400x284.png\", \"src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-7-400x284.png\", \"formatted_filename\": \"hannan\", \"rendered_width\": 400, \"rendered_height\": 284, \"original_width\": 400, \"original_height\": 284, \"format\": \"jpeg\"}, {\"document_url\": \"https://newcanaanlandtrust.org/hannan/\", \"unformatted_src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-4-400x284.png\", \"src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-4-400x284.png\", \"formatted_filename\": \"hannan\", \"rendered_width\": 400, \"rendered_height\": 284, \"original_width\": 400, \"original_height\": 284, \"format\": \"jpeg\"}, {\"document_url\": \"https://newcanaanlandtrust.org/hannan/\", \"unformatted_src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-5-400x284.png\", \"src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-5-400x284.png\", \"formatted_filename\": \"hannan\", \"rendered_width\": 400, \"rendered_height\": 284, \"original_width\": 400, \"original_height\": 284, \"format\": \"jpeg\"}, {\"document_url\": \"https://newcanaanlandtrust.org/hannan/\", \"unformatted_src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-9-400x284.png\", \"src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-9-400x284.png\", \"formatted_filename\": \"hannan\", \"rendered_width\": 400, \"rendered_height\": 284, \"original_width\": 400, \"original_height\": 284, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://newcanaanlandtrust.org/hannan/\", \"unformatted_src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-10-400x284.png\", \"src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-10-400x284.png\", \"formatted_filename\": \"hannan\", \"rendered_width\": 400, \"rendered_height\": 284, \"original_width\": 400, \"original_height\": 284, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.coppolacomment.com/2016/05/where-on-earth-is-growth-in-greece.html\", \"unformatted_src\": \"https://3.bp.blogspot.com/-TMfMfVXZKuk/V0OgTNnJ7lI/AAAAAAAAD1c/rWvp4xRRtCQvIPERG82YCNcLUi3NVWMlACLcB/s640/IMF%2BGreece%2Bunemployment.jpg\", \"src\": \"https://3.bp.blogspot.com/-TMfMfVXZKuk/V0OgTNnJ7lI/AAAAAAAAD1c/rWvp4xRRtCQvIPERG82YCNcLUi3NVWMlACLcB/s640/IMF%2BGreece%2Bunemployment.jpg\", \"formatted_filename\": \"IMF BGreece Bunemployment\", \"rendered_width\": 640, \"rendered_height\": 324, \"original_width\": 609, \"original_height\": 309, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.coppolacomment.com/2016/05/where-on-earth-is-growth-in-greece.html\", \"unformatted_src\": \"https://2.bp.blogspot.com/-hvCX7VTUuD8/V0Ohm0li81I/AAAAAAAAD1o/_5I0nhaPzxQYHErCN8RB75reLyf5eBBwgCLcB/s640/IMF%2BGreece%2Binvestment.jpg\", \"src\": \"https://2.bp.blogspot.com/-hvCX7VTUuD8/V0Ohm0li81I/AAAAAAAAD1o/_5I0nhaPzxQYHErCN8RB75reLyf5eBBwgCLcB/s640/IMF%2BGreece%2Binvestment.jpg\", \"formatted_filename\": \"IMF BGreece Binvestment\", \"rendered_width\": 640, \"rendered_height\": 346, \"original_width\": 617, \"original_height\": 334, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.coppolacomment.com/2016/05/where-on-earth-is-growth-in-greece.html\", \"unformatted_src\": \"https://2.bp.blogspot.com/-bJoNbOfCTZA/V0OjmGjAfiI/AAAAAAAAD10/nxNHpa0uxm8lz2qT558RFINIoTo4-TFSACLcB/s640/IMF%2BGreece%2BTFP.jpg\", \"src\": \"https://2.bp.blogspot.com/-bJoNbOfCTZA/V0OjmGjAfiI/AAAAAAAAD10/nxNHpa0uxm8lz2qT558RFINIoTo4-TFSACLcB/s640/IMF%2BGreece%2BTFP.jpg\", \"formatted_filename\": \"IMF BGreece BTFP\", \"rendered_width\": 640, \"rendered_height\": 384, \"original_width\": 609, \"original_height\": 366, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://philadelphia.cbslocal.com/2013/02/10/stars-sing-along-to-lumineers/\", \"unformatted_src\": \"http://philadelphia.cbslocal.com/wp-content/uploads/sites/15116066/2013/02/lumineers_street1.jpg\", \"src\": \"http://philadelphia.cbslocal.com/wp-content/uploads/sites/15116066/2013/02/lumineers_street1.jpg\", \"formatted_filename\": \"lumineers street\", \"rendered_width\": 435, \"rendered_height\": 308, \"original_width\": 594, \"original_height\": 421, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"http://www.tdisport.com/tdisport-diesel-news/passat-used-car-of-the-year/\", \"unformatted_src\": \"http://www.tdisport.com/wp-content/uploads/2009/09/58701vw--300x225.jpg\", \"src\": \"http://www.tdisport.com/wp-content/uploads/2009/09/58701vw--300x225.jpg\", \"formatted_filename\": \"vw\", \"alt_text\": \"VW Passat Best Used Car\", \"rendered_width\": 300, \"rendered_height\": 225, \"original_width\": 300, \"original_height\": 225, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.betarena.com/atlanta-united-vs-montreal-impact-betting-tip-and-prediction/\", \"unformatted_src\": \"https://www.betarena.com/wp-content/uploads/elementor/thumbs/Atlanta-United-vs-Montreal-Impact-Betting-Tip-and-Prediction-oedudyfgljiufdvu3gvnjqo22e10pz8bi28wikjrcs.jpg\", \"src\": \"https://www.betarena.com/wp-content/uploads/elementor/thumbs/Atlanta-United-vs-Montreal-Impact-Betting-Tip-and-Prediction-oedudyfgljiufdvu3gvnjqo22e10pz8bi28wikjrcs.jpg\", \"formatted_filename\": \"Atlanta United vs Montreal Impact Betting Tip and Prediction oedudyfgljiufdvu gvnjqo e pz bi wikjrcs\", \"alt_text\": \"Atlanta United vs Montreal Impact Betting Tip and Prediction\", \"original_width\": 696, \"original_height\": 390, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.betarena.com/atlanta-united-vs-montreal-impact-betting-tip-and-prediction/\", \"unformatted_src\": \"https://www.betarena.com/wp-content/uploads/2020/02/AEK-300x169.jpeg\", \"src\": \"https://www.betarena.com/wp-content/uploads/2020/02/AEK-300x169.jpeg\", \"formatted_filename\": \"AEK\", \"alt_text\": \"Aris vs AEK Prediction\", \"rendered_width\": 300, \"rendered_height\": 169, \"original_width\": 300, \"original_height\": 169, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.betarena.com/atlanta-united-vs-montreal-impact-betting-tip-and-prediction/\", \"unformatted_src\": \"https://www.betarena.com/wp-content/uploads/2020/02/Atromitos-300x204.jpg\", \"src\": \"https://www.betarena.com/wp-content/uploads/2020/02/Atromitos-300x204.jpg\", \"formatted_filename\": \"Atromitos\", \"alt_text\": \"Atromitos vs Xanthi FC Prediction\", \"rendered_width\": 300, \"rendered_height\": 204, \"original_width\": 300, \"original_height\": 204, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.betarena.com/atlanta-united-vs-montreal-impact-betting-tip-and-prediction/\", \"unformatted_src\": \"https://www.betarena.com/wp-content/uploads/2020/02/Aris-370x305.jpg\", \"src\": \"https://www.betarena.com/wp-content/uploads/2020/02/Aris-370x305.jpg\", \"formatted_filename\": \"Aris\", \"alt_text\": \"Lamia vs Aris Prediction\", \"rendered_width\": 370, \"rendered_height\": 305, \"original_width\": 370, \"original_height\": 305, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.betarena.com/atlanta-united-vs-montreal-impact-betting-tip-and-prediction/\", \"unformatted_src\": \"https://www.betarena.com/wp-content/uploads/2020/02/Leon-1-370x305.jpg\", \"src\": \"https://www.betarena.com/wp-content/uploads/2020/02/Leon-1-370x305.jpg\", \"formatted_filename\": \"Leon\", \"alt_text\": \"Leon vs Necaxa Prediction\", \"rendered_width\": 370, \"rendered_height\": 305, \"original_width\": 370, \"original_height\": 305, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.betarena.com/atlanta-united-vs-montreal-impact-betting-tip-and-prediction/\", \"unformatted_src\": \"https://www.betarena.com/wp-content/uploads/2020/01/pngfuel.com_.png\", \"src\": \"https://www.betarena.com/wp-content/uploads/2020/01/pngfuel.com_.png\", \"formatted_filename\": \"pngfuel\", \"alt_text\": \"Football Betting\", \"rendered_width\": 1500, \"rendered_height\": 1180, \"original_width\": 1500, \"original_height\": 1180, \"format\": \"jpeg\"}]", "[{\"document_url\": \"http://climateemergencydeclaration.org/head-cracking-moments-of-the-declaration-campaign/\", \"unformatted_src\": \"http://climateemergencydeclaration.org/wp-content/uploads/2021/02/MelanieScaife_CouncilMeeting-collage800.jpg\", \"src\": \"http://climateemergencydeclaration.org/wp-content/uploads/2021/02/MelanieScaife_CouncilMeeting-collage800.jpg\", \"formatted_filename\": \"MelanieScaife CouncilMeeting collage\", \"rendered_width\": 800, \"rendered_height\": 466, \"original_width\": 800, \"original_height\": 466, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"http://2smeraldi.com/home/wp-includes/certificates/pdf/online-Studies-in-Modern-Music%3A-Frederick-Chopin%2C-Antonin-Dvo%C5%99%C3%A1k%2C-Johannes-Brahms-1904%2C2012/\", \"unformatted_src\": \"http://i.forbesimg.com/media/lists/companies/bausch-plus-lomb_416x416.jpg\", \"src\": \"http://i.forbesimg.com/media/lists/companies/bausch-plus-lomb_416x416.jpg\", \"formatted_filename\": \"bausch plus lomb\", \"alt_text\": \"online Studies in Modern Music: Frederick Chopin, Antonin Dvo\\u0159\\u00e1k,\", \"rendered_width\": 581, \"original_width\": 416, \"original_height\": 416, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://megamarathi.com/news/braveheart-movie-selected-in-third-eye-asian-film-festival/\", \"unformatted_src\": \"https://megamarathi.com/wp-content/uploads/2016/11/Braveheart-Marathi-Movie-Selected-In-Third-Eye-Asian-Film-Festival.jpg\", \"src\": \"https://megamarathi.com/wp-content/uploads/2016/11/Braveheart-Marathi-Movie-Selected-In-Third-Eye-Asian-Film-Festival.jpg\", \"formatted_filename\": \"Braveheart Marathi Movie Selected In Third Eye Asian Film Festival\", \"alt_text\": \"braveheart-marathi-movie-selected-in-third-eye-asian-film-festival\", \"rendered_width\": 600, \"rendered_height\": 435, \"original_width\": 600, \"original_height\": 435, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://plantpowerednomad.com/got-soy-milk-a-guide-to-vegan-lattes-in-taipei/\", \"unformatted_src\": \"https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-12-27-12-54-43_deco.jpg\", \"src\": \"https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-12-27-12-54-43_deco.jpg\", \"formatted_filename\": \"wpid deco\", \"rendered_width\": 525, \"rendered_height\": 700, \"original_width\": 960, \"original_height\": 1280, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://plantpowerednomad.com/got-soy-milk-a-guide-to-vegan-lattes-in-taipei/\", \"unformatted_src\": \"https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2015-02-14-13-14-51_deco.jpg?w=225\", \"src\": \"https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2015-02-14-13-14-51_deco.jpg?w=225\", \"formatted_filename\": \"wpid deco\", \"alt_text\": \"Caramel Macchiato, my usual on days I need a kick.\", \"rendered_width\": 225, \"rendered_height\": 300, \"original_width\": 960, \"original_height\": 1280, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://plantpowerednomad.com/got-soy-milk-a-guide-to-vegan-lattes-in-taipei/\", \"unformatted_src\": \"https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-09-14-12-48-37_deco.jpg?w=225\", \"src\": \"https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-09-14-12-48-37_deco.jpg?w=225\", \"formatted_filename\": \"wpid deco\", \"alt_text\": \"The best white coffee I've tasted.\", \"rendered_width\": 225, \"rendered_height\": 300, \"original_width\": 960, \"original_height\": 1280, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://plantpowerednomad.com/got-soy-milk-a-guide-to-vegan-lattes-in-taipei/\", \"unformatted_src\": \"https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-12-27-12-54-43_deco.jpg?w=225\", \"src\": \"https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-12-27-12-54-43_deco.jpg?w=225\", \"formatted_filename\": \"wpid deco\", \"alt_text\": \"With extra cream, please.\", \"rendered_width\": 225, \"rendered_height\": 300, \"original_width\": 960, \"original_height\": 1280, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://pnesterova.com/2021/04/03/english-listening-futurologist/\", \"unformatted_src\": \"https://pnesterovacom.files.wordpress.com/2020/11/people-woman-hand-desk-6360.jpg?w=1250\", \"src\": \"https://pnesterovacom.files.wordpress.com/2020/11/people-woman-hand-desk-6360.jpg?w=1250\", \"formatted_filename\": \"people woman hand desk\", \"rendered_width\": 1250, \"rendered_height\": 833, \"original_width\": 1250, \"original_height\": 833, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://pnesterova.com/2021/04/03/english-listening-futurologist/\", \"unformatted_src\": \"https://pnesterovacom.files.wordpress.com/2020/12/learn-english-link2.png\", \"src\": \"https://pnesterovacom.files.wordpress.com/2020/12/learn-english-link2.png\", \"formatted_filename\": \"learn english link\", \"rendered_width\": 150, \"rendered_height\": 150, \"original_width\": 150, \"original_height\": 150, \"format\": \"jpeg\"}, {\"document_url\": \"https://pnesterova.com/2021/04/03/english-listening-futurologist/\", \"unformatted_src\": \"https://pnesterovacom.files.wordpress.com/2020/12/about-me-link.png\", \"src\": \"https://pnesterovacom.files.wordpress.com/2020/12/about-me-link.png\", \"formatted_filename\": \"about me link\", \"alt_text\": \"About me link\", \"rendered_width\": 150, \"rendered_height\": 150, \"original_width\": 150, \"original_height\": 150, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://pnesterova.com/2021/04/03/english-listening-futurologist/\", \"unformatted_src\": \"https://pnesterovacom.files.wordpress.com/2020/12/self-intro-and-photo.png\", \"src\": \"https://pnesterovacom.files.wordpress.com/2020/12/self-intro-and-photo.png\", \"formatted_filename\": \"self intro and photo\", \"rendered_width\": 450, \"rendered_height\": 450, \"original_width\": 450, \"original_height\": 450, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://shapingthefutureofpower.com/2020/03/02/covid19-and-china-africa-soft-power-considerations/\", \"unformatted_src\": \"https://shapingthefutureofpower.files.wordpress.com/2020/09/cropped-img_6919-e1600473840730.jpg\", \"src\": \"https://shapingthefutureofpower.files.wordpress.com/2020/09/cropped-img_6919-e1600473840730.jpg\", \"formatted_filename\": \"cropped img e\", \"rendered_width\": 1250, \"rendered_height\": 757, \"original_width\": 1250, \"original_height\": 757, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://tass.com/politics/1023811\", \"unformatted_src\": \"//phototass4.cdnvideo.ru/width/1020_b9261fa1/tass/m2/en/uploads/i/20181001/1204153.jpg\", \"src\": \"http://phototass4.cdnvideo.ru/width/1020_b9261fa1/tass/m2/en/uploads/i/20181001/1204153.jpg\", \"original_width\": 738, \"original_height\": 470, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://popculturetimes.com/2020/07/30/edge-of-tomorrow-2-what-is-release-date-and-latest-update/\", \"unformatted_src\": \"https://andoverleader.com/wp-content/uploads/2020/06/Edge-Of-Tomorrow-2-poster-1-1-1.webp\", \"src\": \"https://andoverleader.com/wp-content/uploads/2020/06/Edge-Of-Tomorrow-2-poster-1-1-1.webp\", \"formatted_filename\": \"Edge Of Tomorrow poster\", \"alt_text\": \"Edge of Tomorrow 2 or Live, Die Repeat & Repeat, director Dough ...\", \"original_width\": 1600, \"original_height\": 800, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.amnews.com/2016/11/12/centre-college-womens-soccer-moves-on-to-second-round/\", \"unformatted_src\": \"https://www.amnews.com/wp-content/uploads/sites/41/2016/11/Centre-1st-rd-18.jpg?w=1024\", \"src\": \"https://www.amnews.com/wp-content/uploads/sites/41/2016/11/Centre-1st-rd-18.jpg?w=1024\", \"formatted_filename\": \"Centre st rd\", \"rendered_width\": 1024, \"rendered_height\": 840, \"original_width\": 1024, \"original_height\": 840, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://dev.to/chiexplores/for-beginners-what-you-need-to-know-about-var-let-const-45pl\", \"unformatted_src\": \"https://res.cloudinary.com/practicaldev/image/fetch/s--aaLTJRhS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/jg3498ayt6ritcnotyfl.png\", \"src\": \"https://res.cloudinary.com/practicaldev/image/fetch/s--aaLTJRhS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/jg3498ayt6ritcnotyfl.png\", \"formatted_filename\": \"jg ayt ritcnotyfl\", \"alt_text\": \"Code Snipper of Hoisting example\", \"original_width\": 880, \"original_height\": 458, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://v5.femalefirst.co.uk/celebrity/eddie-redmayne-uses-cbd-oil-ease-nerves-1286919.html\", \"unformatted_src\": \"/image-library/partners/bang/land/1000/e/eddie-redmayne-aW1hZ2VzMS8yMDE4LzExLzE0LzAwNTM2NDAwMDE1NDIxO.jpg\", \"src\": \"https://v5.femalefirst.co.uk/image-library/partners/bang/land/1000/e/eddie-redmayne-aW1hZ2VzMS8yMDE4LzExLzE0LzAwNTM2NDAwMDE1NDIxO.jpg\", \"formatted_filename\": \"eddie redmayne aW hZ VzMS yMDE LzExLzE LzAwNTM NDAwMDE NDIxO\", \"alt_text\": \"Eddie Redmayne\", \"original_width\": 1000, \"original_height\": 666, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://v5.femalefirst.co.uk/celebrity/eddie-redmayne-uses-cbd-oil-ease-nerves-1286919.html\", \"unformatted_src\": \"/image-library/partners/bang/land/250/a/annie-wallace-aW1hZ2VzMS8yMDIxLzA2LzExLzE2MjM0MTAyMjBjcm9wcG.jpg\", \"src\": \"https://v5.femalefirst.co.uk/image-library/partners/bang/land/250/a/annie-wallace-aW1hZ2VzMS8yMDIxLzA2LzExLzE2MjM0MTAyMjBjcm9wcG.jpg\", \"formatted_filename\": \"annie wallace aW hZ VzMS yMDIxLzA LzExLzE MjM MTAyMjBjcm wcG\", \"original_width\": 250, \"original_height\": 167, \"format\": \"jpeg\"}, {\"document_url\": \"https://v5.femalefirst.co.uk/celebrity/eddie-redmayne-uses-cbd-oil-ease-nerves-1286919.html\", \"unformatted_src\": \"/image-library/partners/bang/land/250/e/eddie-redmayne-aW1hZ2VzMS8yMDE4LzExLzEzLzA3MTY0MzcwMDE1NDIxN.jpg\", \"src\": \"https://v5.femalefirst.co.uk/image-library/partners/bang/land/250/e/eddie-redmayne-aW1hZ2VzMS8yMDE4LzExLzEzLzA3MTY0MzcwMDE1NDIxN.jpg\", \"formatted_filename\": \"eddie redmayne aW hZ VzMS yMDE LzExLzEzLzA MTY MzcwMDE NDIxN\", \"original_width\": 250, \"original_height\": 167, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://www.saturdayeveningpost.com/2017/10/coping-estranged-adult-children/\", \"unformatted_src\": \"https://www.saturdayeveningpost.com/wp-content/uploads/satevepost/2017-so-pg18-motherdaughter.jpg\", \"src\": \"https://www.saturdayeveningpost.com/wp-content/uploads/satevepost/2017-so-pg18-motherdaughter.jpg\", \"formatted_filename\": \"so pg motherdaughter\", \"alt_text\": \"Mother and Duaghters in the woods\", \"rendered_width\": 610, \"rendered_height\": 306, \"original_width\": 610, \"original_height\": 306, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://feifa.eu/spectacular-tax-savings-for-expats-using-spanish-compliant-investments/\", \"unformatted_src\": \"http://feifa.eu/wp-content/uploads/2017/11/piggy-bank-statement-400-300x200.jpeg\", \"src\": \"http://feifa.eu/wp-content/uploads/2017/11/piggy-bank-statement-400-300x200.jpeg\", \"formatted_filename\": \"piggy bank statement\", \"alt_text\": \"width=300\", \"rendered_height\": 200, \"original_width\": 300, \"original_height\": 200, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"http://blogs.reading.ac.uk/crg/advent-botany-2015-day-15-mahleb/\", \"unformatted_src\": \"http://blogs.reading.ac.uk/crg/files/2015/12/Mahleb2.jpg\", \"src\": \"http://blogs.reading.ac.uk/crg/files/2015/12/Mahleb2.jpg\", \"formatted_filename\": \"Mahleb\", \"alt_text\": \"Prunus mahaleb herbarium specimen at Reading (RNG) \", \"rendered_width\": 600, \"rendered_height\": 952, \"original_width\": 600, \"original_height\": 952, \"format\": \"jpeg\"}, {\"document_url\": \"http://blogs.reading.ac.uk/crg/advent-botany-2015-day-15-mahleb/\", \"unformatted_src\": \"http://blogs.reading.ac.uk/crg/files/2015/12/Mahleb_Grinder.jpg\", \"src\": \"http://blogs.reading.ac.uk/crg/files/2015/12/Mahleb_Grinder.jpg\", \"formatted_filename\": \"Mahleb Grinder\", \"alt_text\": \"Traditional mahleb hand grinder with seeds. By Leslie Seaton (Flickr: Mahleb Grinder) [CC BY 2.0 (http://creativecommons.org/licenses/by/2.0)], via Wikimedia Commons)\", \"rendered_width\": 2304, \"rendered_height\": 1728, \"original_width\": 2304, \"original_height\": 1728, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.wired.com/2009/11/alt-text-clever-murdoch-turns-news-into-hip-underground-club/\", \"unformatted_src\": \"https://www.wired.com/images_blogs/underwire/2009/11/murdoch-line.png\", \"src\": \"https://www.wired.com/images_blogs/underwire/2009/11/murdoch-line.png\", \"formatted_filename\": \"murdoch line\", \"alt_text\": \"murdoch-line\", \"original_width\": 600, \"original_height\": 400, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.statesmanjournal.com/story/news/2015/10/16/oregon-wolf-or3-cascade-mountains-crater-lake-national-park/74071992/\", \"unformatted_src\": \"https://www.gannett-cdn.com/-mm-/cfc530a7632537c29651d465286b807d63a5f9dc/c=194-0-1346-866/local/-/media/2015/10/16/Salem/Salem/635806085938526440-OR3.jpg?width=534&height=401&fit=crop\", \"src\": \"https://www.gannett-cdn.com/-mm-/cfc530a7632537c29651d465286b807d63a5f9dc/c=194-0-1346-866/local/-/media/2015/10/16/Salem/Salem/635806085938526440-OR3.jpg?width=534&height=401&fit=crop\", \"formatted_filename\": \"OR\", \"alt_text\": \"635806085938526440-OR3\", \"original_width\": 534, \"original_height\": 401, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.statesmanjournal.com/story/news/2015/10/16/oregon-wolf-or3-cascade-mountains-crater-lake-national-park/74071992/\", \"unformatted_src\": \"http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/03826eda33c092b93d8be28214d91a5c2b97d530/c=0-0-1039-1039/local/-/media/Salem/Salem/2014/07/24/1406236948010-14547399159-f018dfdd19-o.jpg\", \"src\": \"http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/03826eda33c092b93d8be28214d91a5c2b97d530/c=0-0-1039-1039/local/-/media/Salem/Salem/2014/07/24/1406236948010-14547399159-f018dfdd19-o.jpg\", \"formatted_filename\": \"f dfdd o\", \"original_width\": 300, \"original_height\": 300, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.statesmanjournal.com/story/news/2015/10/16/oregon-wolf-or3-cascade-mountains-crater-lake-national-park/74071992/\", \"unformatted_src\": \"http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/00091fc00565a241cd46a450054aa381d5a1e6a1/c=300-0-1800-1500/local/-/media/Salem/2015/03/14/B9316553846Z.1_20150314190023_000_GFLA74H74.1-0.jpg\", \"src\": \"http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/00091fc00565a241cd46a450054aa381d5a1e6a1/c=300-0-1800-1500/local/-/media/Salem/2015/03/14/B9316553846Z.1_20150314190023_000_GFLA74H74.1-0.jpg\", \"formatted_filename\": \"B Z\", \"original_width\": 300, \"original_height\": 300, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.businesstraveller.com/business-travel/2018/03/14/boeing-rolls-10000th-737-aircraft/\", \"unformatted_src\": \"https://cdn.businesstraveller.com/wp-content/uploads/fly-images/856999/Boeings-10000th-737-916x516.jpeg\", \"src\": \"https://cdn.businesstraveller.com/wp-content/uploads/fly-images/856999/Boeings-10000th-737-916x516.jpeg\", \"formatted_filename\": \"Boeings th\", \"alt_text\": \"Boeing rolls out its 10,000th 737 aircraft, set to go to Southwest Airlines\", \"original_width\": 916, \"original_height\": 516, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.businesstraveller.com/business-travel/2018/03/14/boeing-rolls-10000th-737-aircraft/\", \"unformatted_src\": \"https://cdn.businesstraveller.com/wp-content/uploads/fly-images/849951/Max-71-360x203.jpeg\", \"src\": \"https://cdn.businesstraveller.com/wp-content/uploads/fly-images/849951/Max-71-360x203.jpeg\", \"formatted_filename\": \"Max\", \"alt_text\": \"The first Boeing 737 MAX 7 made its debut today at the company's Renton, Wash. factory. Photo by Craig Larsen. (PRNewsfoto/Boeing)\", \"original_width\": 360, \"original_height\": 203, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.businesstraveller.com/business-travel/2018/03/14/boeing-rolls-10000th-737-aircraft/\", \"unformatted_src\": \"https://cdn.businesstraveller.com/wp-content/uploads/fly-images/795138/K66629-01-360x203.jpg\", \"src\": \"https://cdn.businesstraveller.com/wp-content/uploads/fly-images/795138/K66629-01-360x203.jpg\", \"alt_text\": \"MAX 9 Paint Roll Out\", \"original_width\": 360, \"original_height\": 203, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.businesstraveller.com/business-travel/2018/03/14/boeing-rolls-10000th-737-aircraft/\", \"unformatted_src\": \"https://cdn.businesstraveller.com/wp-content/uploads/fly-images/814749/Boeing-B737-Max-10-360x202.jpg\", \"src\": \"https://cdn.businesstraveller.com/wp-content/uploads/fly-images/814749/Boeing-B737-Max-10-360x202.jpg\", \"formatted_filename\": \"Boeing B Max\", \"alt_text\": \"Boeing B737 Max 10\", \"original_width\": 360, \"original_height\": 202, \"format\": \"jpeg\"}]"], "general_metadata": ["{\"url\": \"https://eppc.org/publication/declaration-of-disruption/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499654.54/warc/CC-MAIN-20230128184907-20230128214907-00327.warc.gz\", \"warc_record_offset\": 250370303, \"warc_record_length\": 20061}", "{\"url\": \"https://lamborghinichat.com/forum/news/vw-group-allegedly-receives-offer-to-sell-lamborghini-for-9-2-billion.728/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623488528979.69/warc/CC-MAIN-20210623011557-20210623041557-00312.warc.gz\", \"warc_record_offset\": 322560850, \"warc_record_length\": 17143}", "{\"url\": \"https://slidelegend.com/the-influencing-factors-on-entrepreneurship-ti-journals_59d9b3c91723dd4b8ead833e.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-24/segments/1590347392057.6/warc/CC-MAIN-20200527013445-20200527043445-00580.warc.gz\", \"warc_record_offset\": 536988620, \"warc_record_length\": 14280}", "{\"url\": \"https://www.henryusa.com/flexforkal/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500076.87/warc/CC-MAIN-20230203221113-20230204011113-00015.warc.gz\", \"warc_record_offset\": 828569590, \"warc_record_length\": 16616}", "{\"url\": \"https://www.arout.net/hotel-occupancy-drops-due-to-covid-19-certificates-in-mazatlan/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882572063.65/warc/CC-MAIN-20220814173832-20220814203832-00008.warc.gz\", \"warc_record_offset\": 598837769, \"warc_record_length\": 14575}", "{\"url\": \"https://www.glamsham.com/world/technology/apple-may-launch-ar-contact-lenses-in-10-years\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-17/segments/1618038083007.51/warc/CC-MAIN-20210415035637-20210415065637-00636.warc.gz\", \"warc_record_offset\": 870013982, \"warc_record_length\": 84010}", "{\"url\": \"http://otlsports.com/patriots-vs-dolphins-biggest-nfl-spreads-this-decade/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-10/segments/1581875145621.28/warc/CC-MAIN-20200221233354-20200222023354-00398.warc.gz\", \"warc_record_offset\": 111531585, \"warc_record_length\": 25025}", "{\"url\": \"https://birmingcabbie.wordpress.com/2013/01/16/silver-and-gold/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-34/segments/1596439737206.16/warc/CC-MAIN-20200807172851-20200807202851-00477.warc.gz\", \"warc_record_offset\": 233367373, \"warc_record_length\": 27864}", "{\"url\": \"https://www.vagabondinn.com/blog/vagabond-inn-comes-to-utah\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662531762.30/warc/CC-MAIN-20220520061824-20220520091824-00060.warc.gz\", \"warc_record_offset\": 1239312380, \"warc_record_length\": 14681}", "{\"url\": \"https://www.weeklygripe.co.uk/overuse-of-the-word-issue-in-the-media\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323585322.63/warc/CC-MAIN-20211020152307-20211020182307-00649.warc.gz\", \"warc_record_offset\": 1288254429, \"warc_record_length\": 10413}", "{\"url\": \"https://www.heavenlytealeaves.com/blogs/heavenly-tea-leaves-blog/exploring-the-green-teas-of-japan\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-39/segments/1631780057202.68/warc/CC-MAIN-20210921101319-20210921131319-00614.warc.gz\", \"warc_record_offset\": 837566473, \"warc_record_length\": 58147}", "{\"url\": \"https://tm.koreaherald.com/view.php?ud=20210504001014\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623487612537.23/warc/CC-MAIN-20210614135913-20210614165913-00601.warc.gz\", \"warc_record_offset\": 532769245, \"warc_record_length\": 25017}", "{\"url\": \"https://bricks.stackexchange.com/questions/14655/how-do-you-display-multiple-items-at-once-on-an-ev3-screen/15044\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882573630.12/warc/CC-MAIN-20220819070211-20220819100211-00319.warc.gz\", \"warc_record_offset\": 175500523, \"warc_record_length\": 66290}", "{\"url\": \"https://www.toptipz.com.ng/armed-robbers-police-uniforms-enugu-caught-gun-battle-photos/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-10/segments/1581875148375.36/warc/CC-MAIN-20200229022458-20200229052458-00295.warc.gz\", \"warc_record_offset\": 904154101, \"warc_record_length\": 11479}", "{\"url\": \"https://gamecocksonline.com/news/2017/08/22/breaking-down-the-offensive-line/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-40/segments/1664030337322.29/warc/CC-MAIN-20221002115028-20221002145028-00747.warc.gz\", \"warc_record_offset\": 303777204, \"warc_record_length\": 19373}", "{\"url\": \"https://paulinepark.com/2014/06/09/gauguin-exoticization-primitivism-paganism/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499697.75/warc/CC-MAIN-20230129012420-20230129042420-00524.warc.gz\", \"warc_record_offset\": 473272628, \"warc_record_length\": 17321}", "{\"url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-34/segments/1596439737319.74/warc/CC-MAIN-20200808080642-20200808110642-00060.warc.gz\", \"warc_record_offset\": 516800798, \"warc_record_length\": 29736}", "{\"url\": \"https://minnesota.cbslocal.com/2018/08/20/new-brighton-house-fire-dogs-rescued/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-04/segments/1610703531702.36/warc/CC-MAIN-20210123001629-20210123031629-00630.warc.gz\", \"warc_record_offset\": 455460747, \"warc_record_length\": 21947}", "{\"url\": \"https://simonegallina.blogspot.com/2012/03/famous-painter-of-prehistoric-murals.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-16/segments/1585370500331.13/warc/CC-MAIN-20200331053639-20200331083639-00229.warc.gz\", \"warc_record_offset\": 640302554, \"warc_record_length\": 19781}", "{\"url\": \"https://www.podparadise.com/Podcast/1533560948/Listen/1607614191/0\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-31/segments/1627046157039.99/warc/CC-MAIN-20210805193327-20210805223327-00602.warc.gz\", \"warc_record_offset\": 1002652790, \"warc_record_length\": 7640}", "{\"url\": \"https://vidmid.com/news/sir-ian-mckellen-martin-freeman-and-the-lord-of-the-rings-cast-kickstart-fundraising-campaign-to-buy-author-j-r-r-tolkien-s-oxford-home?uid=226886\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-04/segments/1610703538082.57/warc/CC-MAIN-20210123125715-20210123155715-00108.warc.gz\", \"warc_record_offset\": 628149199, \"warc_record_length\": 9581}", "{\"url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882571090.80/warc/CC-MAIN-20220809215803-20220810005803-00211.warc.gz\", \"warc_record_offset\": 683638756, \"warc_record_length\": 40224}", "{\"url\": \"https://ionigeria.com/james-webb-the-most-powerful-space-telescope-ever-built-blast-into-orbit/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499845.10/warc/CC-MAIN-20230131055533-20230131085533-00613.warc.gz\", \"warc_record_offset\": 348002670, \"warc_record_length\": 28496}", "{\"url\": \"https://www.marshfieldnewsherald.com/story/news/2019/05/02/rothschild-police-wausau-man-charged-with-owi-said-his-gum-blame-smell-alcohol/3645355002/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-05/segments/1579250593994.14/warc/CC-MAIN-20200118221909-20200119005909-00365.warc.gz\", \"warc_record_offset\": 972941129, \"warc_record_length\": 43188}", "{\"url\": \"https://brindisa.com/blogs/news/the-food-geek-guide-to-iberico-ham\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764494852.95/warc/CC-MAIN-20230127001911-20230127031911-00821.warc.gz\", \"warc_record_offset\": 176182646, \"warc_record_length\": 58668}", "{\"url\": \"https://healthyceleb.com/scottie-pippen-height-weight-body-statistics/54041/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-16/segments/1585371830894.88/warc/CC-MAIN-20200409055849-20200409090349-00200.warc.gz\", \"warc_record_offset\": 476834551, \"warc_record_length\": 28617}", "{\"url\": \"https://worldnews.su/world/kabul-terror-attack-multiple-explosions-as-gunfire-rings-out-with-deaths-feared-world-news.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656103626162.35/warc/CC-MAIN-20220629084939-20220629114939-00694.warc.gz\", \"warc_record_offset\": 683956680, \"warc_record_length\": 14884}", "{\"url\": \"https://observer.com/2022/05/what-will-elon-musk-do-with-twitter-here-is-a-6-point-guide/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500758.20/warc/CC-MAIN-20230208092053-20230208122053-00639.warc.gz\", \"warc_record_offset\": 450138738, \"warc_record_length\": 24833}", "{\"url\": \"https://www.zwillgen.com/law-enforcement/court-decision-rules-geofence-warrant-violates-fourth-amendment/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446710789.95/warc/CC-MAIN-20221201021257-20221201051257-00652.warc.gz\", \"warc_record_offset\": 1124917887, \"warc_record_length\": 23522}", "{\"url\": \"https://www.idropnews.com/news/beats-releases-ultra-affordable-new-50-beats-flex-wireless-earbuds/145050/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764501066.53/warc/CC-MAIN-20230209014102-20230209044102-00740.warc.gz\", \"warc_record_offset\": 857199535, \"warc_record_length\": 30176}", "{\"url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656104496688.78/warc/CC-MAIN-20220704202455-20220704232455-00300.warc.gz\", \"warc_record_offset\": 199444381, \"warc_record_length\": 17548}", "{\"url\": \"https://kitchen-repair.info/daftar-film-mae-pong-38/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-31/segments/1627046154175.76/warc/CC-MAIN-20210801092716-20210801122716-00658.warc.gz\", \"warc_record_offset\": 358919877, \"warc_record_length\": 11838}", "{\"url\": \"https://www.austinchronicle.com/news/2008-06-27/640116/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-50/segments/1606141194982.45/warc/CC-MAIN-20201128011115-20201128041115-00175.warc.gz\", \"warc_record_offset\": 591253388, \"warc_record_length\": 17495}", "{\"url\": \"https://www.fame10.com/trending-news/will-smith-and-jada-pinkett-smith-slam-divorce-rumors/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499919.70/warc/CC-MAIN-20230201081311-20230201111311-00455.warc.gz\", \"warc_record_offset\": 766206361, \"warc_record_length\": 32672}", "{\"url\": \"https://ednews.net/en/news/politics/440902-iran-embassy-ill-wishers-trying-to-disrupt-relations-between-tehran-baku\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-50/segments/1606141750841.83/warc/CC-MAIN-20201205211729-20201206001729-00355.warc.gz\", \"warc_record_offset\": 263492130, \"warc_record_length\": 22120}", "{\"url\": \"https://www.hopefornigeriaonline.com/category/africa/page/17/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-17/segments/1618039388763.75/warc/CC-MAIN-20210420091336-20210420121336-00107.warc.gz\", \"warc_record_offset\": 930101659, \"warc_record_length\": 22399}", "{\"url\": \"https://cmeindia.in/covid-19-3rd-wave-experience-in-india-a-survey-of-5971-adults/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500028.12/warc/CC-MAIN-20230202133541-20230202163541-00248.warc.gz\", \"warc_record_offset\": 178693725, \"warc_record_length\": 42926}", "{\"url\": \"https://www.sitra.fi/en/blogs/moving-boldly-towards-participatory-foresight/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-05/segments/1579250607407.48/warc/CC-MAIN-20200122191620-20200122220620-00393.warc.gz\", \"warc_record_offset\": 1088907449, \"warc_record_length\": 11772}", "{\"url\": \"https://suesspiciousminds.com/2013/05/14/four-minute-warning-or-last-night-the-plans-for-a-future-war-was-all-i-saw-on-channel-four/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323588398.42/warc/CC-MAIN-20211028162638-20211028192638-00233.warc.gz\", \"warc_record_offset\": 664847335, \"warc_record_length\": 31698}", "{\"url\": \"https://www.exquisitecoasts.com/spectacular-coastal-drives.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500339.37/warc/CC-MAIN-20230206113934-20230206143934-00685.warc.gz\", \"warc_record_offset\": 782007633, \"warc_record_length\": 19267}", "{\"url\": \"https://petebowes.com/2011/01/02/china-the-first-night/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-40/segments/1664030337625.5/warc/CC-MAIN-20221005105356-20221005135356-00284.warc.gz\", \"warc_record_offset\": 486450658, \"warc_record_length\": 27715}", "{\"url\": \"https://bluemonsterprep.com/blogs/news/hawaii-races-to-secure-power-plant-threatened-by-lava-flows\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499713.50/warc/CC-MAIN-20230129112153-20230129142153-00439.warc.gz\", \"warc_record_offset\": 159639259, \"warc_record_length\": 72974}", "{\"url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-05/segments/1579251681412.74/warc/CC-MAIN-20200125191854-20200125221854-00304.warc.gz\", \"warc_record_offset\": 13209660, \"warc_record_length\": 11206}", "{\"url\": \"https://thegatorseye.com/3188/news/muslims-in-detainment-a-look-into-chinas-camps/?print=true\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882573145.32/warc/CC-MAIN-20220818003501-20220818033501-00506.warc.gz\", \"warc_record_offset\": 510157631, \"warc_record_length\": 8481}", "{\"url\": \"https://jewishnews.timesofisrael.com/video-project-twinning-shoah-survivor-with-celebs-wins-two-awards/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-31/segments/1627046155458.35/warc/CC-MAIN-20210805063730-20210805093730-00308.warc.gz\", \"warc_record_offset\": 347762646, \"warc_record_length\": 14792}", "{\"url\": \"https://www.rowadventures.com/specialist/malcolm-reed\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882571056.58/warc/CC-MAIN-20220809155137-20220809185137-00754.warc.gz\", \"warc_record_offset\": 870524278, \"warc_record_length\": 12466}", "{\"url\": \"https://theshelfofunreadbooks.wordpress.com/2019/02/03/reviewthe-library-book-by-susan-orlean/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323587606.8/warc/CC-MAIN-20211024204628-20211024234628-00141.warc.gz\", \"warc_record_offset\": 701475464, \"warc_record_length\": 55792}", "{\"url\": \"https://energy.agwired.com/2010/10/07/wasted-food-wasted-energy/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764495001.99/warc/CC-MAIN-20230127164242-20230127194242-00001.warc.gz\", \"warc_record_offset\": 241286356, \"warc_record_length\": 20698}", "{\"url\": \"https://www.uscleiden.com/news/2021/05/14/beat-the-microbead/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662521041.0/warc/CC-MAIN-20220518021247-20220518051247-00703.warc.gz\", \"warc_record_offset\": 1269439293, \"warc_record_length\": 6324}", "{\"url\": \"https://bedandbicycle.com/is-this-cool-idea-with-butterfly-doorways-the-subsequent-mazda-miata.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446710764.12/warc/CC-MAIN-20221130124353-20221130154353-00274.warc.gz\", \"warc_record_offset\": 161515301, \"warc_record_length\": 13553}", "{\"url\": \"https://www.greatfallstribune.com/story/opinion/tribune-editorials/2016/06/10/montana-gets-manufacturing-tax-fairness/85722960/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-16/segments/1585370506870.41/warc/CC-MAIN-20200402080824-20200402110824-00330.warc.gz\", \"warc_record_offset\": 935440331, \"warc_record_length\": 43051}", "{\"url\": \"https://thenextweb.com/media/2011/11/08/last-fm-reached-the-60-billion-scrobble-landmark-with-lady-gaga/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-50/segments/1606141176049.8/warc/CC-MAIN-20201124082900-20201124112900-00250.warc.gz\", \"warc_record_offset\": 525905978, \"warc_record_length\": 21310}", "{\"url\": \"https://www.fingerlakes1.com/2021/03/07/sabres-lose-seventh-straight-with-5-2-loss-to-islanders/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446710771.39/warc/CC-MAIN-20221130192708-20221130222708-00543.warc.gz\", \"warc_record_offset\": 792006189, \"warc_record_length\": 23266}", "{\"url\": \"https://movizark.com/2018/10/29/el-tonto-ray-liotta-adrien-brody-travis-fimmel-ken-jeong-join-charlie-days-film/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662539101.40/warc/CC-MAIN-20220521112022-20220521142022-00165.warc.gz\", \"warc_record_offset\": 444833137, \"warc_record_length\": 39518}", "{\"url\": \"https://paradigmshyft.com/2022/02/27/totalitarianism-authoritarianism-and-fascism-what-is-the-difference/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499524.28/warc/CC-MAIN-20230128054815-20230128084815-00673.warc.gz\", \"warc_record_offset\": 442133024, \"warc_record_length\": 33777}", "{\"url\": \"https://www.rte.ie/news/2019/1201/1096265-smith-isis-home-turkey/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-49/segments/1637964363292.82/warc/CC-MAIN-20211206103243-20211206133243-00587.warc.gz\", \"warc_record_offset\": 1036937141, \"warc_record_length\": 22407}", "{\"url\": \"http://www.cmt.com/news/1490421/bluegrass-legend-charlie-waller-dead-at-69/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-05/segments/1579250595787.7/warc/CC-MAIN-20200119234426-20200120022426-00503.warc.gz\", \"warc_record_offset\": 208318103, \"warc_record_length\": 11530}", "{\"url\": \"https://caribbeantales-worldwide.com/a-hand-full-of-anticipation-for-the-caribbeantales-2011-film-festival/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499890.39/warc/CC-MAIN-20230131190543-20230131220543-00762.warc.gz\", \"warc_record_offset\": 180032374, \"warc_record_length\": 29529}", "{\"url\": \"https://www.knollwood.ca/blog/what-do-deacons-do\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623488567696.99/warc/CC-MAIN-20210625023840-20210625053840-00248.warc.gz\", \"warc_record_offset\": 748368127, \"warc_record_length\": 14745}", "{\"url\": \"https://silverchips.mbhs.edu/content/nba-award-predictions-31146/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446710972.37/warc/CC-MAIN-20221204104311-20221204134311-00476.warc.gz\", \"warc_record_offset\": 559787302, \"warc_record_length\": 11801}", "{\"url\": \"https://realdealtheatre.webs.com/press.htm\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446711074.68/warc/CC-MAIN-20221206060908-20221206090908-00826.warc.gz\", \"warc_record_offset\": 503711292, \"warc_record_length\": 4512}", "{\"url\": \"https://www.parkablogs.com/content/book-review-daisuke-moriyama-art-works-chronicle\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-17/segments/1618038072366.31/warc/CC-MAIN-20210413122252-20210413152252-00153.warc.gz\", \"warc_record_offset\": 1044766559, \"warc_record_length\": 11425}", "{\"url\": \"https://www.ungeek.ph/2016/10/inspiring-watch-dwayne-the-rock-johnson-react-on-his-very-first-wwe-match/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500094.26/warc/CC-MAIN-20230204044030-20230204074030-00871.warc.gz\", \"warc_record_offset\": 1068673394, \"warc_record_length\": 27741}", "{\"url\": \"https://holaamericanews.com/to-my-bros-me-too-the-womens-march-and-my-birthday/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656103334753.21/warc/CC-MAIN-20220627134424-20220627164424-00450.warc.gz\", \"warc_record_offset\": 353753500, \"warc_record_length\": 26850}", "{\"url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764501555.34/warc/CC-MAIN-20230209081052-20230209111052-00418.warc.gz\", \"warc_record_offset\": 443600050, \"warc_record_length\": 28918}", "{\"url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-40/segments/1664030337731.82/warc/CC-MAIN-20221006061224-20221006091224-00466.warc.gz\", \"warc_record_offset\": 944340676, \"warc_record_length\": 23482}", "{\"url\": \"https://www.listal.com/viewentry/67108\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-04/segments/1610703519843.24/warc/CC-MAIN-20210119232006-20210120022006-00714.warc.gz\", \"warc_record_offset\": 856244466, \"warc_record_length\": 6855}", "{\"url\": \"https://www.gungoddess.com/blogs/choosing-a-gun/which-concealed-carry-guns-are-the-most-popular-right-now\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323585305.53/warc/CC-MAIN-20211020090145-20211020120145-00247.warc.gz\", \"warc_record_offset\": 952624329, \"warc_record_length\": 36797}", "{\"url\": \"https://www.historytoday.com/history-today-issues/volume-38-issue-9-september-1988\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-40/segments/1600400209665.4/warc/CC-MAIN-20200923015227-20200923045227-00745.warc.gz\", \"warc_record_offset\": 868067474, \"warc_record_length\": 7789}", "{\"url\": \"https://www.gsa.gov/historic-buildings/african-burial-ground-memorial-new-york-ny\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662530066.45/warc/CC-MAIN-20220519204127-20220519234127-00495.warc.gz\", \"warc_record_offset\": 887707280, \"warc_record_length\": 18194}", "{\"url\": \"https://hd-report.com/2014/02/14/comcast-merger-hideous-netflix-service/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656103036176.7/warc/CC-MAIN-20220625220543-20220626010543-00439.warc.gz\", \"warc_record_offset\": 331507927, \"warc_record_length\": 70103}", "{\"url\": \"https://www.lawyersandsettlements.com/legal-news/harvoni-denied-insurance-claim/harvoni-lawsuits-denied-insurance-claim-20731.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323588526.57/warc/CC-MAIN-20211028193601-20211028223601-00464.warc.gz\", \"warc_record_offset\": 1030808939, \"warc_record_length\": 12183}", "{\"url\": \"https://aceaviation.info/15107/msi-personal-cinema-15/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-24/segments/1590347409171.27/warc/CC-MAIN-20200530102741-20200530132741-00512.warc.gz\", \"warc_record_offset\": 230608992, \"warc_record_length\": 8405}", "{\"url\": \"http://www.antehoc.com/2012/05/collateral-at-bank-of-italy-2.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500076.87/warc/CC-MAIN-20230203221113-20230204011113-00490.warc.gz\", \"warc_record_offset\": 49049249, \"warc_record_length\": 11713}", "{\"url\": \"https://www.thehansindia.com/news/cities/vijayawada/vijayawada-cpi-wants-cm-ys-jagan-to-raise-voice-against-vizag-steel-plant-sell-off-704225\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-49/segments/1637964362999.66/warc/CC-MAIN-20211204154554-20211204184554-00197.warc.gz\", \"warc_record_offset\": 1117681212, \"warc_record_length\": 45453}", "{\"url\": \"https://wkuf.fm/shows/wkuf-celebrates-the-30th-anniversary-of-violator/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-16/segments/1585370494064.21/warc/CC-MAIN-20200329074745-20200329104745-00223.warc.gz\", \"warc_record_offset\": 747266560, \"warc_record_length\": 14190}", "{\"url\": \"https://dailytimes.com.pk/379160/pakistan-urges-iran-and-afghanistan-to-do-more/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-24/segments/1590347385193.5/warc/CC-MAIN-20200524210325-20200525000325-00286.warc.gz\", \"warc_record_offset\": 318772991, \"warc_record_length\": 14394}", "{\"url\": \"https://www.dailyfinland.fi/business/21426/KONE-Q1-results-improve/print\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623488289268.76/warc/CC-MAIN-20210621181810-20210621211810-00385.warc.gz\", \"warc_record_offset\": 652955119, \"warc_record_length\": 4559}", "{\"url\": \"https://newcanaanlandtrust.org/hannan/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500095.4/warc/CC-MAIN-20230204075436-20230204105436-00431.warc.gz\", \"warc_record_offset\": 445539595, \"warc_record_length\": 36215}", "{\"url\": \"https://www.coppolacomment.com/2016/05/where-on-earth-is-growth-in-greece.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-04/segments/1610703519843.24/warc/CC-MAIN-20210119232006-20210120022006-00102.warc.gz\", \"warc_record_offset\": 739236885, \"warc_record_length\": 37583}", "{\"url\": \"https://philadelphia.cbslocal.com/2013/02/10/stars-sing-along-to-lumineers/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656103269583.13/warc/CC-MAIN-20220626131545-20220626161545-00651.warc.gz\", \"warc_record_offset\": 500521076, \"warc_record_length\": 21082}", "{\"url\": \"http://www.tdisport.com/tdisport-diesel-news/passat-used-car-of-the-year/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-29/segments/1593657140746.69/warc/CC-MAIN-20200713002400-20200713032400-00490.warc.gz\", \"warc_record_offset\": 231800895, \"warc_record_length\": 24971}", "{\"url\": \"https://www.betarena.com/atlanta-united-vs-montreal-impact-betting-tip-and-prediction/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-10/segments/1581875145316.8/warc/CC-MAIN-20200220224059-20200221014059-00491.warc.gz\", \"warc_record_offset\": 600780066, \"warc_record_length\": 35158}", "{\"url\": \"http://climateemergencydeclaration.org/head-cracking-moments-of-the-declaration-campaign/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500719.31/warc/CC-MAIN-20230208060523-20230208090523-00280.warc.gz\", \"warc_record_offset\": 8674637, \"warc_record_length\": 16718}", "{\"url\": \"http://2smeraldi.com/home/wp-includes/certificates/pdf/online-Studies-in-Modern-Music%3A-Frederick-Chopin%2C-Antonin-Dvo%C5%99%C3%A1k%2C-Johannes-Brahms-1904%2C2012/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-21/segments/1620243991772.66/warc/CC-MAIN-20210517115207-20210517145207-00081.warc.gz\", \"warc_record_offset\": 667469, \"warc_record_length\": 15861}", "{\"url\": \"https://megamarathi.com/news/braveheart-movie-selected-in-third-eye-asian-film-festival/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-49/segments/1637964362219.5/warc/CC-MAIN-20211202114856-20211202144856-00451.warc.gz\", \"warc_record_offset\": 472202588, \"warc_record_length\": 24269}", "{\"url\": \"https://plantpowerednomad.com/got-soy-milk-a-guide-to-vegan-lattes-in-taipei/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446711475.44/warc/CC-MAIN-20221209181231-20221209211231-00135.warc.gz\", \"warc_record_offset\": 502614546, \"warc_record_length\": 17761}", "{\"url\": \"https://pnesterova.com/2021/04/03/english-listening-futurologist/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-05/segments/1642320304810.95/warc/CC-MAIN-20220125100035-20220125130035-00017.warc.gz\", \"warc_record_offset\": 487850033, \"warc_record_length\": 35314}", "{\"url\": \"https://shapingthefutureofpower.com/2020/03/02/covid19-and-china-africa-soft-power-considerations/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662573053.67/warc/CC-MAIN-20220524142617-20220524172617-00116.warc.gz\", \"warc_record_offset\": 576892098, \"warc_record_length\": 26350}", "{\"url\": \"https://tass.com/politics/1023811\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-05/segments/1642320304570.90/warc/CC-MAIN-20220124124654-20220124154654-00633.warc.gz\", \"warc_record_offset\": 605037761, \"warc_record_length\": 18206}", "{\"url\": \"https://popculturetimes.com/2020/07/30/edge-of-tomorrow-2-what-is-release-date-and-latest-update/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-17/segments/1618038921860.72/warc/CC-MAIN-20210419235235-20210420025235-00434.warc.gz\", \"warc_record_offset\": 566143162, \"warc_record_length\": 19036}", "{\"url\": \"https://www.amnews.com/2016/11/12/centre-college-womens-soccer-moves-on-to-second-round/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764494826.88/warc/CC-MAIN-20230126210844-20230127000844-00124.warc.gz\", \"warc_record_offset\": 671862269, \"warc_record_length\": 20224}", "{\"url\": \"https://dev.to/chiexplores/for-beginners-what-you-need-to-know-about-var-let-const-45pl\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500273.30/warc/CC-MAIN-20230205161658-20230205191658-00037.warc.gz\", \"warc_record_offset\": 228975360, \"warc_record_length\": 20205}", "{\"url\": \"https://v5.femalefirst.co.uk/celebrity/eddie-redmayne-uses-cbd-oil-ease-nerves-1286919.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623488268274.66/warc/CC-MAIN-20210621055537-20210621085537-00406.warc.gz\", \"warc_record_offset\": 525187166, \"warc_record_length\": 12139}", "{\"url\": \"https://www.saturdayeveningpost.com/2017/10/coping-estranged-adult-children/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499710.49/warc/CC-MAIN-20230129080341-20230129110341-00391.warc.gz\", \"warc_record_offset\": 1002765638, \"warc_record_length\": 30197}", "{\"url\": \"https://feifa.eu/spectacular-tax-savings-for-expats-using-spanish-compliant-investments/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652663012542.85/warc/CC-MAIN-20220528031224-20220528061224-00707.warc.gz\", \"warc_record_offset\": 312775777, \"warc_record_length\": 12729}", "{\"url\": \"http://blogs.reading.ac.uk/crg/advent-botany-2015-day-15-mahleb/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-49/segments/1637964358847.80/warc/CC-MAIN-20211129225145-20211130015145-00550.warc.gz\", \"warc_record_offset\": 13017767, \"warc_record_length\": 17509}", "{\"url\": \"https://www.wired.com/2009/11/alt-text-clever-murdoch-turns-news-into-hip-underground-club/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-34/segments/1596439739048.46/warc/CC-MAIN-20200813161908-20200813191908-00099.warc.gz\", \"warc_record_offset\": 898049141, \"warc_record_length\": 73991}", "{\"url\": \"https://www.statesmanjournal.com/story/news/2015/10/16/oregon-wolf-or3-cascade-mountains-crater-lake-national-park/74071992/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-10/segments/1581875145774.75/warc/CC-MAIN-20200223123852-20200223153852-00550.warc.gz\", \"warc_record_offset\": 893628626, \"warc_record_length\": 42687}", "{\"url\": \"https://www.businesstraveller.com/business-travel/2018/03/14/boeing-rolls-10000th-737-aircraft/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-21/segments/1620243992159.64/warc/CC-MAIN-20210517084550-20210517114550-00131.warc.gz\", \"warc_record_offset\": 690172719, \"warc_record_length\": 19143}"], "texts": [[null, "One of the essential, if often unstated, job requirements of an American president is to provide stability, order and predictability in a world that tends toward chaos, disarray and entropy. When our political leaders ignore this \u2014 and certainly when they delight in disruption \u2014 the consequences can be severe. Stability is easy to take for granted, but impossible to live without.\n\nProjecting clear convictions is important for preventing adversaries from misreading America\u2019s intentions and will. Our allies also depend on our predictability and reassuring steadiness. Their actions in trade and economics, in alliances with other nations and in the military sphere are often influenced by how much they believe they can rely on American support.\n\nOrder and stability in the executive branch are also linked to the health of our system of government. Chaos in the West Wing can be crippling, as White House aides \u2014 in a constant state of uncertainty, distrustful of colleagues, fearful that they might be excoriated or fired \u2014 find it nearly impossible to do their jobs. This emanates throughout the entire federal government. Devoid of steadfast leadership, executive agencies easily become dysfunctional themselves.\n\nWorse yet, if key pillars of our system, like our intelligence and law enforcement agencies, are denigrated by the president, they can be destabilized, and Americans\u2019 trust in them can be undermined. Without a reliable chief executive, Congress, an inherently unruly institution, will also find it difficult to do its job, since our constitutional system relies on its various branches to constantly engage with one another in governing.\n\nBut that\u2019s hardly the whole of it. Particularly in this social media era, a president who thrives on disruption and chaos is impossible to escape. Every shocking statement and act is given intense coverage. As a result, the president is omnipresent, the subject of endless coast-to-coast conversations among family and friends, never far from our thoughts. As Andrew Sullivan has observed, \u201cA free society means being free of those who rule over you \u2014 to do the things you care about, your passions, your pastimes, your loves \u2014 to exult in that blessed space where politics doesn\u2019t intervene.\u201d\n\nA presidency characterized by pandemonium invades and infects that space, leaving people unsettled and on edge. And this, in turn, leads to greater polarization, to feelings of alienation and anger, to unrest and even to violence.\n\nA spirit of instability in government will cause Americans to lose confidence in our public institutions. When citizens lose that basic faith in their government, it leads to corrosive cynicism and the acceptance of conspiracy theories. Movements and individuals once considered fringe become mainstream, while previously responsible figures decamp to the fever swamps. One result is that the informal and unwritten rules of political and human interaction, which are at the core of civilization, are undone. There is such a thing as democratic etiquette; when it is lost, the common assumptions that allow for compromise and progress erode.\n\nIn short, chaotic leadership can inflict real trauma on political and civic culture.\n\nAll of which brings us to Donald Trump, arguably the most disruptive and transgressive president in American history. He thrives on creating turbulence in every conceivable sphere. The blast radius of his tumultuous acts and chaotic temperament is vast.\nMr. Trump acts as if order is easy to achieve and needs to be overturned while disruption and disorder are what we need. But the opposite is true. \u201cRage and frenzy will pull down more in half an hour,\u201d Edmund Burke wrote, \u201cthan prudence, deliberation and foresight can build up in a hundred years.\u201d\n\nMr. Trump and his supporters don\u2019t seem to agree, or don\u2019t seem to care. And here\u2019s the truly worrisome thing: The disruption is only going to increase, both because he\u2019s facing criticism that seems to trigger him psychologically and because his theory of management involves the cultivation of chaos. He has shown throughout his life a defiant refusal to be disciplined. His disordered personality thrives on mayhem and upheaval, on vicious personal attacks and ceaseless conflict. As we\u2019re seeing, his malignant character is emboldening some, while it\u2019s causing others \u2014 the Republican leadership comes to mind \u2014 to briefly speak out (at best) before returning to silence and acquiescence. The effect on the rest of us? We cannot help losing our capacity to be shocked and alarmed.\n\nWe have as president the closest thing to a nihilist in our history \u2014 a man who believes in little or nothing, who has the impulse to burn down rather than to build up. When the president eventually faces a genuine crisis, his ignorance and inflammatory instincts will make everything worse.\n\nRepublican voters and politicians rallied around Mr. Trump in 2016, believing he was anti-establishment when in fact he was anti-order. He turns out to be an institutional arsonist. It is an irony of American history that the Republican Party, which has historically valued order and institutions, has become the conduit of chaos."], [null, "The buyer would get everything, including Lambo's headquarters.\n\nThe investment groupQuantum Group AG has submitted a\u20ac7.5 billion ($9.2 billion at current exchange rates) offer to purchase Lamborghini from Volkswagen Group, Autocar reports. There's no info yet about whether VW intends to accept the offer or further negotiate the deal.\n\nQuantum Group is a holding company based in Zurich, Switzerland, and it might have a tangential relationship with the Porsche family.Rea Stark is representing Quantum in the Lamborghini purchase offer. He is also a co-founder of Pi\u00ebchAutomotive along with Anton Pi\u00ebch who is the son of former VW Group boss Ferdinand Pi\u00ebch and the great-grandson of Ferdinand Porsche. Although, it's not clear if Anton Pi\u00ebch has any role in this attempt to buy Lamborghini, according to Autocar.\n\nQuantum Group wants to purchase more than just the Lamborghini name. The deal would include buying the entire facility inSant\u2019Agata, Italy, and the firm's motorsport operations. There would also be a five-year supplier agreement with Audi, which likely would allow Lambo to continue to produce the current models while preparing new ones. Quantum wants to shape the brand to \"spearhead for innovation by consistently implementing new clean drivetrain technologies,\" according to a document obtained by Autocar.\n\nThere have been rumors for years about VW Group selling Lamborghini. However, in late 2020, the automaker's supervisory board voted not to sell Lambo, Bentley, and Ducati. The company was doing an internal examination to see if the resources were available to develop EVs and autonomous technology while also investing in these premium marques.\"Brands must be measured against new requirements,\" VW Group Chief Executive Herbert Diess said at the time."], ["The agriculture sector as the main source of income for the most countries of the world in economic activities is very important. The sector due to its high contribution in GNP and export incomes play the critical role in directing and positioning the economic development process especially in third world countries. The agriculture development cannot be fulfilled only by injection of capital and technology to agriculture sector but this is a multidimensional process that many factors intervene on it. The optimization and reinforcement of human resource in agriculture development is undeniable. A kind of investment that today is unavoidable for public and private sector from the expert point of views is to reinforce and develop the entrepreneurship in agriculture sector [6]. Nowadays the agriculture is considered as a sector for complementing the economy and entrepreneurship activities as response to recession and problems in agriculture sector and survival strategy for rural family. One of the suitable options toward competition and commercializing the agriculture sector and active involvement in global markets is to develop the trade units for greenhouse usage [3]. The greenhouse town is a set of greenhouses that is focused in a common space, this is an incorporated and coordinated cultivation and for avoidance from breaking apart the lands and lead to reduction of production costs, enhancement of production productivity, and as a result increasing the farmers income. The greenhouse town of Hashtgerd is the first and biggest hydroponic greenhouse town of Iran by an area amounted 170 hectares that after completing, 1300 skilled and non-skilled person will be employed there. Raman et al. (2008) in a researched titled motivational factors influencing on entrepreneurship decision making believes that the motivation and environmental conditions play the important role in entrepreneurship [8]. Hindle (2006) in his research considered the job satisfaction and age as the most important variables influencing on entrepreneurship [4]. Royer (2003) considered the job satisfaction and age as the most important variable influencing on entrepreneurship too [9]. Lashgarara et al. (2011) concluded that there is a positive relationship between education in high levels and entrepreneurship activities development [5]. Farajolah Hosseini and Mcelwee (2011) in their research found that 67 percent of variance of rural women about the influencing factors on entrepreneurship activates are explained by education, motivation, economic factors and psychological factors [2]. In a research that has been done by Ghonchi et al (2010) the economical, technical and technology individual, professional and infrastructure has been considered as the most important avoiding factors for development of greenhouse units [3]. Sharifi et al (2009) in their paper express that the attitude of the most greenhouse holders toward development and spread of greenhouse is in intermediate and good level and on the other hand there is a positive and significant relationship between communicative channels, performance level, technical knowledge level, net income, green house background, education [10]. Morad nejadi et al (2007) concluded that the economic environment is the most important factor for entrepreneurship in Iran and after them the entrepreneur\u2019s psychological attributes, marketing skills and access to resources, environmental dynamic, and interest toward agriculture are known as other main factors [6]. The town has high problems including inefficiency of major infrastructure like water, electricity and gas, bank lending problems, lack of education, input financing problems like fuel, water price calculation based on industry and not agriculture and some other problems that preclude suitable using from town advantages. Therefore perhaps we can claim that the town could not achieve to one the most important aim toward creating jobs for unemployed graduates of agriculture. Due to cited items the greenhouse cultivation is considered as a novel phenomenon that has not been in Iran for a long time. Despite quantitative growth of greenhouse units in the country, this productive units deal with some multiple problems that make their qualitative development difficult. The current research is aimed to explore the influencing factors on entrepreneurship development of Hashtgerd greenhouse town in order to provide some approaches for entrepreneurship development in this town. The current research is done for Hastgerd greenhouse town located in Savejbolagh in Alborz province. The duration of research is 2011 -2012.\n\nThis is applied study; from the data collection is the descriptive and based on method is correlation. The statistical population in this research includes 39 users of greenhouse town of Hashtgerd. Due to smallness of statistical population and less numbers of users the census method has been used. The instrument used in this study to gather data was the questionnaire. Due to the nature and objectives of this research study is to evaluate the content validity of the questionnaire, to measure the validity questionnaire, the number of Islamic Azad University professors and experts were conducted to examine the necessary and the collection of comments reform of the questionnaire was obtained. In order to determine the reliability of the data collected through questionnaires, Cronbach's alpha test was used for overall Cronbach's alpha of the questionnaire was between 0.914 to 0.972. Independent variables included psychological, economic, and technical support- social- cultural, educational and policy. The dependent variable in this research is the development of entrepreneurial farmers in Hashtgerd Town greenhouse. In order to measure the dependent variable in the form of a Likert questionnaire item 5 is used. In this study, data were collected in two ways: a library research and field studies. After collecting and sorting data, the analysis the data in two stages, using descriptive statistics and inferential statistics were taken. All data processing and statistical analysis was performed using the software SPSS18.\n\nConsidering the results obtained in this study, the average age is 31.89 years. Most beneficiaries that is 38.5 percent have a bachelor's degree. Average exploiters of record service have 6.74 years. 43.6% of farmers produce strawberries product that has accounted for the highest percentage. In order to evaluate the development of entrepreneurship in the town of greenhouse Hashtgerd the form of a five-item Likert 5 option is used. The findings of the study indicate that the majority of the subjects (41 percent) believe entrepreneurship development in the Town of greenhouse Hashtgerd is too much (Table 1). Table 1. Rate of entrepreneurship development of Hashtgerd greenhouse (n=39) Influence\n\nThe Influencing Factors on Entrepreneurship Development of Users in Greenhouse Town of Hashtgerd Agriculture Science Developments Vol(3), No (10), October, 2014.\n\nFactors influencing the choice of family planning among couples in ...\n\nFactors and Perceptions Influencing the Implementation ... - Euromesco\nOct 1, 2006 - events, including 9/11 and the fight against terrorism, have accelerated EU efforts in this ... http://www.euractiv.com/en/justice/illegal- .... This, of course, has led to doubts ... however, in the degree of influence that these posit", null, "management factors influencing open innovation ... - DiVA portal\nWith innovation becoming the source of growth for major businesses, there .... companies such as Apple, Microsoft etc (Pisano, 2006). ...... idea in that website.\n\nAn Analysis of the Factors Influencing ITS Technology Adoption and ...\nnew technology may evolve and what types of Federal programs would be best suited to promote diffusion. ...... West Palm Beach, Boca Raton, Delray. 1999.\n\nFactors influencing the choice of family planning among couples in ...\nJun 17, 2011 - timing of pregnancy, also known as spacing of children ... powerful that they can obscure the line between ..... gee.org/guide/ islamic.html."], ["Henry Repeating Arms is proud to announce this Guns For Great Causes benefit for 8-year-old Kalel Hamilton and his family. Kalel is currently battling Duchenne Muscular Dystrophy, a rare and terminal genetic disease with no known cure.\n\nEach one of the 50 rifles in the \u201cFlex For Kalel\u201d series is a donation from Henry Repeating Arms President and Owner, Anthony Imperato, to help raise funds for a treatment that could potentially save Kalel\u2019s life. The engraving and painting embellishments are graciously donated by our friends and partners at Baron Engraving of Trumbull, CT.\n\n100% of the proceeds go to Kalel\u2019s family who will be donating the funds to the non-profit organization, Cure Rare Diseases, to secure Kalel\u2019s eligibility for an experimental gene therapy treatment.", null, "The \u201cFlex For Kalel\u201d edition rifles feature a superhero motif as a symbol of Kalel\u2019s endurance and a nod to his name, which is inspired by Kal-El, the birth name of Clark Kent, AKA Superman. Built on Henry\u2019s award-winning Golden Boy platform, the rifles are chambered in .22 S/L/LR and feature a Brasslite receiver cover, blued steel octagon barrel, and genuine American walnut furniture with laser engraving and hand painted accents. A lime green muscular dystrophy awareness ribbon drapes through the overall design. Each rifle in the series is marked with a unique serial number ranging from \u201cFLEXFORKAL01\u201d through \u201cFLEXFORKAL50.\u201d\n\nAll of the rifles are available for purchase directly from Henry Repeating Arms with the exception of the first and last in the series, which are up for auction on Gunbroker.com. Thank you to everyone who chooses to support this \u2018Guns For Great Causes\u2019 campaign on behalf of Kalel and his family.", null, "ALL \u2018FLEX FOR KALEL\u2019 RIFLES ARE CURRENTLY SOLD OUT. PLEASE VISIT THE AUCTIONS FOR SERIAL #1 AND SERIAL #50 USING THE LINKS ABOVE.\n\nTHANK YOU FOR YOUR SUPPORT OF KALEL, HIS FAMILY, AND GUNS FOR GREAT CAUSES!"], [null, "Sinaloa.- The low tourism that has been registered in the port of Mazatl\u00e1n is due to the requirement of the Covid-19 vaccination certificate, said Julio Birrueta, director of the Association of Hotels and Tourism Companies.\n\nHe ruled out that the decrease is due to the return to classes, because in 2019, the children were in school and they did not have that low percentage.\n\n\u201cMany people keep asking when are we going to remove the vaccination certificate. One of the reasons is that some have not been vaccinated, and those who are already do not want the hassle, and as in other tourist destinations they do not ask for it, because they go where there is less hassle, \u201csaid Birrueta.\n\nAccording to the hotel businessman, since the measures were announced in late July and early August, especially that it would be essential to carry the Covid-19 vaccination card, they immediately had cancellations of all kinds, but most were of group.\n\nThanks to the long weekend, the influx in hotels increased to 50 percent. They hope to go as high as 60 percent.\nJulio Birrueta indicated that in the month of August a 51 percent was registered.\n\nThe tourism servers commented that the month of August was not profitable and the activity fell by up to 30 percent.\n\nAfter the considerable drop, just yesterday an increase in visitors began to be noticed in the city. The most frequented places were Playa Norte and the Golden Zone.\n\nThe tourist leader asserted that from the beginning of the requirement, they estimated that it could affect the influx of tourism. He said that in this month of September and October it could still go lower.\n\nHe asks the authorities to evaluate this requirement, because although they are aware of the health situation, there are losses not only in the hotel sector, but for the thousands of families that depend on this activity in Mazatl\u00e1n."], [null, "According to the analyst, these AR contact lenses are \u201cunlikely to have independent computing power and storage.\u201d It\u2019s possible they would be connected to an owner\u2019s iPhone to get data.\n\nIn addition, Kuo said that Apple has several prototypes of its headset that weigh 200-300 grams but the final weight could be reduced to 100-200 grams if it can solve some technical problems.\n\nThis would make them significantly lighter than existing VR devices.\n\nApple is reportedly working on the most advanced and powerful chips for its unannounced VR headset, with some chips reportedly beating its own M1 Mac processors.\n\nThe iPhone maker may use a fabric exterior to reduce the headset weight, but the company is also using a fan \u2014 an unusual move for Apple given its emphasis on fan-less design."], ["The Patriots opened as massive betting favorites over the Dolphins entering their AFC East divisional matchup on Sunday, and the spread has only continued to climb since then.\n\nNew England, coming off of a dominant 33\u20133 win over the Steelers to open their season, opened as 14.5-point road favorites before their number jumped to -19 at William Hill as of Tuesday afternoon.\n\nIf the spread holds, it will be one of the five largest point spreads in an NFL game in the past decade, and the Patriots will be the biggest road favorite over that stretch too.\n\nThe Jaguars started the season 0\u20135, while Peyton Manning\u2019s Broncos were 5\u20130. Manning and the Broncos won the game 35\u201319, but fell well short of covering the 26.5-point spread.\n\nThe Colts were 0\u201311 heading into this matchup, as they had lost Peyton Manning for the season. The Patriots led 31\u20133 at the end of the third quarter, but the Colts came through with the cover, scoring 21 unanswered points in the fourth for a final score of 31\u201324.\n\nThe Seahawks took a 24\u20130 halftime lead and didn\u2019t look back, as they won and covered 45\u201317 behind Russell Wilson and Co.\n\nAn ugly start to the 2018 season got uglier for the Vikings at home against Buffalo last year. The Bills took an early 17\u20130 lead in the first quarter before making it 27\u201310 at halftime. Minnesota lost outright, 27\u20136.\n\nIt was Tom Brady against Bryce Petty on Christmas Eve, and it\u2019s not hard to figure out how this one ended. The Patriots took a 27\u20130 lead at halftime thanks to touchdowns on three of their first four drives before finishing the Jets off 41\u20133 for the cover.", null], ["The thing that most people fear most about cab driving is the possibility of being robbed at gunpoint or even murdered by a customer. Thank God I haven\u2019t been robbed. I know it has happened to some of our other drivers over the years but contrary to popular belief, it\u2019s not an everyday occurrence. There is however, another thing that happens much more frequently that\u2019s not nearly as dramatic but can still put you in a bad mood and mess up your day. It\u2019s when you don\u2019t get paid for your services. Most drivers call it \u201cgetting stiffed\u201d.\n\nAs with most cities, at least in the working class and poorer areas, the check cashing, payday loan and title loan business is big business in Birmingham. These places are everywhere you look in", null, "certain parts of town. I had just dropped off a customer in Fairfield and was heading back toward downtown. I booked into the 200 zone as I approached the Arkadelphia Road exit. I immediately recieved a call to an address I knew to be in the Elyton project.\n\nThe cell phone seemed to be a permanant attachment to her body. She didn\u2019t take it down from her ear until we had reached our destination. She was young, I\u2019d say about 20. She was thin and dressed cheaply, a red bandana covered her hair. She quickly told me where she wanted to go, a payday/title loan place on Greensprings Highway. She was talking with someone who was obviously selling her something. I overheard talk of shipping options, dates of arrival ect\u2026Whatever it was, I guess she really wanted it. So much so that she would call a cab to take her to get a loan to buy a money order in order to buy it, whatever it was.\n\nShe didn\u2019t stay in the place very long, she was turned down quickly. It seems the only payday she had was a government check for a little more than two hundred dollars a month. She had no car to pawn the title to, she was S.O.L and so was I. She already owed me more than $20 by this time. Once it became clear that she had no means of paying the fare I just turned the meter off and told her I would take her home but let her know in no uncertain terms that I didn\u2019t have to. I could have, and probably should have, just left her ass stranded there.\n\nI gave her a lecture on the way home about why she should make sure she had money before she called a cab. I told her that I could have called the cops and that most drivers would have called them. \u201cFo\u2019 real?\u201d she asked. \u201cFo\u2019 what?\u201d She had no idea that stiffing a cab driver could possibly be against the law. I told her it was called theft of service, which is similar to theft of property, like shoplifting from a store.\u201dNaw it ain\u2019t\u201d she said. It seemed to me that this young woman had grown to adulthood without a clue as to how to function in society. Pitiful, I thought. At least she did offer a \u201cthank you\u201d as she got out of the car back at home.\n\nIt was fairly early in the morning, after sunrise but before 8am. I had been working the going to work business in the 400 and 500 zones. It had been raining off and on and was a very gray morning. Norwood is one of Birmingham\u2019s grand old neighborhoods that fell into decline and disrepair after the white flight. Big houses that were once elegant mansions line some of the streets. A few of them, a very few, have been bought in recent years and renovated back to their former glory. Most are still in sad shape, some repairable with a major effort. Others that are burned out or literally falling down are beyond repair. This call wasn\u2019t to an old mansion but to a decent home in good shape.", null, "She was sitting on the front porch when I drove up. A young girl, no doubt a teenager, jumped up and immediately got in the back seat. \u201cHow much will it cost to take me to Bessemer?\u201d she asked. i said probably about $40, maybe more, depending on where it is in Bessemer. At first I didn\u2019t worry about getting stiffed because most passengers that intend to stiff you don\u2019t ask for an estimate. That\u2019s because they\u2019re not planning on paying you anyway.\n\nOn the way to Bessemer I learned that she was 16 and she had been out all night with boys that her mother didn\u2019t like. She anticipated a big fight with her mother when she got home and was clearly anxious about it. She didn\u2019t tell me but I instinctively knew that my fare would depend on an angry, possibly hysterical mother paying me. I started to worry. When we arrived at the house the meter was at $42 and mom was nowhere to be found. My customer\u2019s brother said that he thought she had been called to work but he wasn\u2019t sure. The girl made no attempt to call her mom. Maybe she couldn\u2019t take calls at work or maybe it was just out of fear, I don\u2019t know.\n\nThe girl was about to panic. \u201cI don\u2019t know how I\u2019m going to pay you\u201d she said. I had just been stiffed by the payday loan girl about a week earlier and I wasn\u2019t in the mood to get stiffed again. I had already decided that I would call the cops if it became necessary. She approached the car window and said \u201cI\u2019ve got this little bracelet, it\u2019s made of silver and gold. If I can pawn it I\u2019ll pay you.\u201d She saw that the meter was at $42 already and was able to reason that by the time she got to the pawn shop and took the necessary time to pawn it, the fare would be much higher. She asked if I could just charge her a flat rate. I told her that if she didn\u2019t mess around and take too much of my time I would turn the meter off and just charge her the $42, she agreed.\n\nThe first place turned her down cold. The second place had a sign out front that said \u201cWe Buy Gold\u201d. She stayed in this place for about ten minutes. She came out accompanied by a bling wearing heavyweight dude that reminded me of Biggie Smalls. The rain had started to fall steadily as the big guy knocked on my window. He had a $100 bill in his hand. He asked \u201cyou got fifty eight dollars?\u201d I dug around in my pockets and found that I did indeed have fifty eight dollars. Just as we made the transaction my customer said \u201cyou don\u2019t have to worry about taking me back home.\u201d She and Biggie walked back into the office. I got paid and I don\u2019t know how the story ended with her mom."], [null, "The 2-floor Utah property was formerly an independent property. Each of the hotel's 30 guest rooms is outfitted with queen or king bed. Parking, high-speed WiFi, and hot breakfast (served daily) are complimentary at the Vagabond Inn Cedar City.\n\nScott Pokorny, Director of Franchising to Vagabond Inn Corporation, said, \u201cI'm excited\u2014we're all excited\u2014to be expanding into Utah. It's huge.\"\n\nIn signing the Cedar City, Utah hotel, Vagabond Inn brand has officially grown more than 15 percent in 2017. Vagabond Inns can also be found in Arizona, California, Nevada, and Texas.\n\n\"It's great to have the chance to bring our brand of west coast hospitality to a new community,\" Pokorny said. \"Right now, we're surprising ourselves in terms of growth.\""], ["No, I\u2019m not talking about any particular issue with the media! My moan is about the overuse of the word \"issue\" in the media, in politics and by corporate high fliers. Everything these days, instead of being a problem, or a difficulty or even a discussion, is now an ISSUE!\n\nMedia issues, they keep using that \"I\" word!\n\nI assume that this has crossed the Atlantic at some stage, just like \"I hear what you're saying\" or \"Say again\". These phrases seem to have gone out of fashion and I for one, wish people would think about what they are saying, rather than blindly going with the flow and spouting out nonsense phrases.\n\nIs it just me that perceives this, or has anyone noticed the overuse of the word \"ISSUE\" in the media?", null, "I would like to bet that any interviews recorded more than a couple of years ago would be less likely to contain \u201cissues\u201d. These days however \u201cissues\u201d are all over the place and you can pretty much guarantee the word will be used several times in a single interview broadcast.\n\nI sent a text to Five Live the other day to congratulate John Hutton, the Minister for Work and Pensions, who somehow managed to do a 10-minute interview, without using the word once! Funnily enough my comments were not read out on the air. Presumably this was because the presenter had \u201cissues\u201d and used the word regularly himself!\n\nTotally agree . I have serious \u201c issues \u201c with that word and I the overuse of it. It\u2019s\u201d politicospeak\u201d. If I am allowed a neologism?\n23/06 Fastdoc\n0\n\nI hate the word issue. At least half of our communications in the workplace contain it. It's the white bread of vocabulary. I challenge myself to find ways of never using that word.\n17/11/17 Nancy\n4\n\nI notice that when Microsoft offer a software update they write \" this update is to solve an issue with\". I think they should state \" we have issued this update to solve a potential problem with\" etc.\n07/09/16 Thig\n0\n\nI have noticed the \"issue\" word is increasingly being used in the workplace. However, when somebody voices their \"issue\" an \" issue\" is found against them. Soon things get so that everybody has some kind of \"issue\".\n19/09/13 sideWALK\n1\n\nHow pathetic is this, from the Daily Fail :\n\n'We have now completed our internal investigation with our long term sales associate, who was involved in the EDL issue, and he will be back at work in due course.'\n\nAn issue is either :\n\nA child, as in : \"John Smith, issue of Bill Smith and Mary Jones\"\nor\nan instance of a publication, as in : \"The September 25th. issue of the New Scientist.\"\n\nThree cheers for this observationI The overuse of the word \"issue\" is something that's irritated me ever since it emerged on this side of the Atlantic. Indeed, instead of \"problem\", \"difficulty\", \"complaint\", \"enquiry\" and so on, everything in the world of business, government and so many organisations of all colours these days, is an \"issue\". In particular when it comes to contacting a company to make a complaint there is a subtle psychology at work here when instead of admitting incompetence, shortcomings, inefficiency etc., it's all referred to as being \"an issue\": the reason for this is that the use of the word \"issue\" in this context is an attempt to neutralise any potential admission of guilt or wrong doing; e.g. I contacted my internet service provider once to complain about the slowness of their rectifying a fault and was told \"we have looked into your account and have not found any issues there\". Give me strength! The overuse of \"issue\" however is only but one example of ghastly corporate-speak which is all part of Amercan degrading of the English language.\n18/09/13 Simon\n2\n\nWhat gets me going is all the hand flapping and arm waving by tv presenters , do we really need these affected gestures to emphasise every word some of the experts on antique road show , among others are awful ,it's very distracting\n12/08/13 nell\n-2\n\nGet back to work\n\nMicheal, it's nit picking twots like you that really pee people off. If you what to make a spectacle of yourself go and play with the traffic on a motorway. I suppose you are another public sector worker with nothing better to do.\n16/07/13 Get back to work\n-1\n\nWhy is it that those involved in the media, be it in newspapers, on TV or on radio\nchoose to use the term 'ahead of' when the perfectly good preposition 'before'\nwill do ? I've just managed to write this comment ahead of my lunch !!!!!\n16/07/13 Michael\n-4\n\nShakespeare is overrated tosh in my opinion"], [null, "You could say our team here at Heavenly Tea Leaves has a thing for Japanese culture, and of course, Japanese tea. Japan is a country that is revered for its ancient history, rich traditions, and pride in quality and care for every product they grow or create. Because among our team members we've visited Japan a number of times, we've developed a special interest in all types of teas from this Pacific nation--and we don't just mean matcha!\n\nOriginally sought after as medicine, tea was first brought to Japan by Chinese monks in the 8th century and was first consumed by the upper class (Samurai) and priests in Japan. The archipelago proved to have the right climate and terrain for growing tea; to this day, tea is cultivated in almost all regions of the country. Access to tea by the greater public did not come around until the Middle Ages. Influenced by Zen Buddhism, the Japanese tea ceremony (known as chanoyu or chado) developed as a unique practice with its own specialty teas and clean esthetics.\n\nJapan focuses mostly on green tea, which serves the benefit of lively and deep flavor, a plethora of healthy properties, and a steady stream of energy. Not all Japanese green teas are made the same, however. Here, we will take a closer look at the various tea types, both popular and rare, that you'll need to add to your South Pacific tea repertoire!\n\nWe always love to start off with a bang; in this case, that bang is a cup of rejuvenating Gyokuro green tea. Gyokuro is a green tea for those looking for umami flavor (perfect for the AM hours). Thanks to a unique processing method at the final stages of this tea plant's growth, it is shaded, leading to a higher chlorophyll content than the typical green tea, as well as a deep, rich green color and grassy, vegetal flavor.\n\nFor a nuttier variation, try Genmaicha Japan. Also a green tea, this one is known as the \"people's tea\" in Japan because it was economical to include toasted rice in the home blend; this tea doubles down on your umami senses thanks to the presence of popcorn and fire-roasted rice alongside a classic, rich green tea. The result? A party in your mouth that won't be ending any time soon.\n\nSometimes, though, we like to climb the green tea ladder. One of the more lavish Japanese tea experiences you can have is with our Kukicha. What makes this one special is that it contains stems and stalks left over from sencha and matcha tea production, so it utilizes the entire plant. Once considered peasant's tea, this variety is now known as a delicacy in Japan because of its natural sweetness and laundry list of health benefits.\n\nLooking for yet another Japanese green? Our well-rounded Zen Super Green is the answer for those looking for the consistency of regular tea but the potency of matcha (which in turn is made from first-flush spring Gyokuro). This blend of organic sencha and matcha green tea powder is the perfect balance between strong and delicate and finishes with a velvety, umami, vegetal mouthfeel. Be careful not to brew this and other delicate green teas at higher than 170 degrees, as you may burn the tea and extract unwanted bitterness!\n\nAs you may know, we're total matcha lovers. In fact, we've written an ode to matcha already--check it out! Matcha is a fine green tea powder that's super-concentrated in flavor, texture, and health benefits. It's made by simply whisking the powder into boiling water (and perhaps adding frothed milk and sugar if you're going for a matcha latte!). Our ceremonial-grade 30-gram matcha tin contains hand-picked and stone-ground green tea and come ready to brew.\n\nHojicha, which has a distinct roasted taste, is another signature Japanese blend carried by Heavenly Tea Leaves. So, what's the conclusion? Japan is definitely a tea destination worth learning about (and visiting), and its green teas are quite varied and totally spectacular. Japan's rich and detail-oriented culture shines brightly through their ability to manufacture some of the world's most premium green teas. Which one will you get your hands on this spring?\n\nP.S. Stay tuned to our Instagram page (@heavenlytea) for some photos of our latest trip to the majestic tea fields of Wazuka, Japan!"], [null, "This photo, taken Sunday, shows Foreign Minister Chung Eui-yong preparing to depart for London at Incheon International Airport, west of Seoul. (Yonhap)\nThe top diplomats of South Korea, the United States and Japan will hold trilateral talks on the margins of a Group of Seven (G-7) gathering in London later this week, a source said Tuesday, as Washington eyes a thaw in strained ties between its Asian allies.\n\nThe meeting between Foreign Minister Chung Eui-yong, and his US and Japanese counterparts, Antony Blinken and Toshimitsu Motegi, respectively, is set to take place Wednesday, as they gathered in the British capital for the session of G-7 foreign and development ministers.\n\nThe meeting will mark the first direct engagement between Chung and Motegi, as Chung's overtures for dialogue with the Japanese minister had fallen on deaf ears amid tensions over Tokyo's wartime forced labor, sexual slavery and export curbs.\n\nOn Monday, Chung said he may also meet with Motegi bilaterally after the trilateral meeting, but it still remains uncertain if their talks will take place.\n\nThe three-way meeting has been arranged amid concerns that prolonged spats between South Korea and Japan would undercut America's efforts to revitalize its regional democratic alliance network in the face of China's growing assertiveness and North Korea's nuclear threats.\n\nRelations between Seoul and Tokyo have shown no signs of improvement due to historical spats stemming from Japan's 1910-45 colonization of the Korean Peninsula, as well as its recent decision to discharge radioactive water from its crippled Fukushima nuclear power plant.\n\nAt their talks, Chung, Blinken and Motegi are expected to discuss a coordinated strategy on North Korea.\n\nLast week, the White House said that the Joe Biden administration had completed its review of policy toward Pyongyang, and that it will seek a \"calibrated, practical\" approach toward the goal of the complete denuclearization of the peninsula.\n\nThe three sides could also discuss pending global issues, such as the fight against the COVID-19 pandemic, distribution of vaccines and climate change.\n\nSouth Korea, the US and Japan held their last trilateral foreign ministerial meeting on the sidelines of an international security forum in Germany in February last year.\n\nThough not party to the G-7 grouping, South Korea, Australia, India, South Africa and Brunei, the chair of the Association of Southeast Asian Nations, have been invited to the forum as guests. (Yonhap)"], [null, null, null, null, null, null, "6\nEV3 Brick Error Symbols?\n5\nCustom EV3 Block: \"Unable to compile...\" (\"string subsection\")\n1\nWhy does display output affects motors?\n3\nEV3 switch block does not recognize text?\n2\nHow do you interrupt a MyBlock?\n2\nCan't create block: \"Use of a block which no longer exists\"\n4\nIs there a duplicate/copy paste function in Lego Mindstorms Ev3 programing?\n3\nWhy does Pybricks on ev3dev have slow performance compared to EV3-G?"], ["Police operatives in Enugu state have smashed a six man gang armed robbery suspects that specialized in the blocking of highways, hijacking of buses with passengers and taking them to a secluded portion of bushes off from the road and robbing passengers of money, valuables and belongings.\n\nDuring the operations carried out, four of the gang dressed in a suspected police uniform were promptly arrested after a gun duel with the operatives that took them off guard and which left them fatally injured while two of the gang members believed also to have been touched by bullets of the operatives escaped with the injuries.\n\nIt was gathered that suspects had allegedly in the early hours of 24/12/17 , while dressed in suspected police uniform along 9thmile/Nsukka Expressway by Egede in Udi Local Government Area Enugu state \u2013 had stopped two Hiace commuter buses of a commercial bus company believed to be coming from Lagos and heading to Otukpo Benue state, diverted the buses to another bush road where they were allegedly robbing their victims before the operatives swooped on them.\n\nMeanwhile,the operatives have intensified manhunt on the fleeing injured members of the gang while members of the public particularly hospital operators are to watch out for any one with injury/injuries suspected to be that of gun shots and report promptly to a nearby police station for prompt necessary action.\nsource:toptipz.com.ng", null, null], [null, "Breaking Down the Offensive Line\n\nWhen Shawn Elliott was named the head coach at Georgia State, South Carolina head coach Will Muschamp turned to a familiar face for Gamecock fans, selecting Eric Wolford to lead the offensive line in 2017. Wolford previously served as the Gamecocks\u2019 offensive line coach for one season during the Steve Spurrier Era, before taking a head coaching position of his own. He returns to Columbia after spending the past two years working with NFL offensive lineman as part of the San Francisco 49ers organization.\n\nWolford will be tasked with developing a formidable line that can create holes for the backs and provide enough protection for quarterback Jack Bentley that he is able to get the ball in the hands of the talented array of playmakers.\n\nWolford is blessed to have an offensive line that boasts a wealth of experience. Cory Helms (36 starts) and Alan Knott (29) have logged the most starting assignments on the squad. Zack Bailey (18), Malik Young (9), D.J. Park (3) and Donell Stanley (1) also have gained starting experience, as the unit has totaled 96 combined starts.\n\nSeniors Helms (6-4, 309) and Knott (6-4, 290) figure to hold down the right guard and center positions respectively in their final campaign. Both played through injuries during the 2016 campaign, but begin 2017 healthy and poised to have their best seasons in the Garnet & Black.\n\nAll-SEC candidate Zack Bailey (6-6, 311) transitioned from left guard to right tackle in the spring and figures to be the starter at that position, although the junior from Summerville, S.C., could certainly move back inside if the situation dictated that move.\n\nThe left side of the line entered fall camp a little more unsettled. Junior Donell Stanley (6-4, 317) looks to have nailed down the starting left guard job, while junior Malik Young (6-3, 303) and junior college transfer Dennis Daley (6-6, 330) continue to battle it out for the left tackle spot. Young has been the more consistent performer in fall camp but Daley has made this position battle one of the more interesting ones to watch as the season progresses.\n\nCoach Wolford would like to find at least eight offensive linemen he feels the Gamecocks can win with if they are put in the game. The second-team unit in fall camp has consisted of redshirt freshman Sadarius Hutcherson (6-4, 316) at left guard, redshirt freshman Chandler Farrell (6-2, 292) at center, senior D.J. Park (6-4, 337) at right guard and junior Blake Camper (6-8, 310) at right tackle, although Wolford likes to cross-train his linemen to be versatile enough to play more than one position. Park is especially versatile and is likely the first man in should a change be made at any of the spots other than left tackle.\n\nRedshirt sophomores Trey Derouen (6-3, 305) and Christian Pellage (6-6, 296) have each earned a letter since their arrival on campus and figure to provide additional depth. They are joined by returnees Ryan Green, Cameron Johnson and Will Putnam, who are all in their second year in the program.\n\nFour true freshmen scholarship players are on campus and getting their first taste of a fall camp. While it would appear that all four are likely headed for a redshirt season, a common occurrence among offensive linemen, the quartet of Summie Carlay, Jordon Carty, Eric Douglas and Jordan Rhodes all hope that the year spent on the practice fields and in the weight room with head strength & conditioning coach Jeff Dillman and his staff, will begin to pay dividends with playing time, possibly as early as 2018."], ["\u201c\u2018Gauguin: Metamorphoses,\u2019 which opens on Friday at MoMA in New York, recasts the artist as an altogether darker figure, closer to Edvard Munch and the dark pre-Freudians of Northern Europe than the post-impressionist confraternity of Van Gogh, Seurat and C\u00e9zanne,\u201d Jason Farago wrote in his review (\u201cGauguin: Metamorphoses review \u2013 \u2018Forceful, disturbing, obscene\u2019,\u201d Guardian, 6 March 2014) of the blockbuster exhibition that I was lucky enough to see before it closed, and it was indeed a revelation that shifted my view of this seminal artist.", null, "There is on the one hand the exoticization & objectification of Tahitian women, which is objectionable particularly in relation to the relationships he had with them; but on the other hand, there is also his primitivism, which is not simply an exoticization of a foreign culture by a colonial tourist, but is in fact the expression of a longing for & even reconstruction of a lost pagan culture that had already nearly disappeared when Gauguin arrived in Tahiti. In his rejection of what he saw as the hypocrisy & culturally destructive colonialism of French Catholicism in Tahiti, Gauguin was very much on target, and a balanced assessment of his art \u2014 as this exhibition gave us \u2014 needs to take that into account as well as the objectionable aspects of it as well. I will never look on Gauguin\u2019s languorous Tahitian women again without also thinking of his invocations of Oviri~!", null], ["The hike is a 5-day hike through wild and pure ocean fronts and tropical forests. There are parts of the National Park with seals and penguins, and always a ton of birds. You can choose to kayak, boat, hike through the inland trails, or do a little bit of everything.", null, null, "The trail is tagged as \u201ceasy/moderate,\u201d but I am sure they did not put into consideration having a giant pack on your back. That factor seems to change how steep a hill is and how long a stretch of hiking is. Luckily both Luca and I are both young and relatively fit.", null, null, "Before leaving, Luca and I kept arguing about what we should pack. I was very worried about keeping the weight down and was doing everything possible to get rid of weight. On the other hand, Luca the Italian was very worried about what we were going to eat. Luca is always very worried about what we are going to eat. In the morning the first thing he usually asks me is \u201cSo, what should we have for dinner?\u201d \u201cI don\u2019t know. I haven\u2019t even had breakfast\u201d is normally my response. I was fine with eating Ramen Noodles, but Luca insisted we had a gourmet meal every night with heavy vegetables such as broccoli and canned beans (Note: They insisted everywhere on the internet during my research to NOT bring canned food on a hike). While we were making our pile of things to pack, Luca kept throwing things in the pile such as a whole bottle of soy sauce. Did we really need that much soy sauce? Nope. Eventually I just stopped arguing with him and let him pack what he wanted as long as he was the one carrying it.", null, null, "Our hike on the first day was absolutely beautiful. It ran along the coast and every 10 minutes or so there would be a path that led you down to the coast. Some of the coves the paths led you to had caves made out of sand stone. The water was as blue as can be and the weather was perfect (well, maybe a little on the hot side for hiking with a gigantic pack on your back, but no complaining here).", null, "The first day was shorter and easier than the rest of the days. I was grateful for this because it took some getting used to our packs and hiking boots. My backpack fit perfectly and was as comfortable as can be (thanks to the parentals for an awesome birthday gift). Luca, on the other hand, was suffering from his pack being too heavy (SURPRISE!). I let him suffer for a short amount of time and then decided to help him a bit by taking some of the weight off of his load. Don\u2019t worry; I did not miss the opportunity to say, \u201cI told you so!\u201d", null, "Our campsite at Te Pukatea Bay that evening was located in a gorgeous little beach. There were only a handful of other people at the campsite and we basically felt like we were along on the beach together. Abel Tasman is the definition of paradise. I think it is one of the most beautiful places I have ever been to in my life.", null, "Some of the hike is dependent on tidal times. When crossing Torrent Bay, I knew that we would have to take the high tide route because the low tide was very early in the morning. What I didn\u2019t realize was that it went up a very steep hill and would take an extra hour and a half. The first climb killed us. It was blazing hot with lack of shade and seemed to go on forever. We saw a sign for Cleopatra\u2019s pool and thought that sounded like a great place to go for a swim to cool off after our climb. About five minutes from the pool we heard screaming children and came to find out that the pool was infested with kids. There was a group of kids from a day camp and they were visiting the pool that day. We decided to go to a swimming hole further down the river that another couple called \u201cThe Adult Pool.\u201d", null, "The swim felt exhilarating, but when we tried to eat lunch the bees kept swarming around us and annoying us. I couldn\u2019t relax, so we got up and left to find another place to have lunch. Then of course the next place we tried to have lunch at also had bees swarming around us. We were very irritated by them at this point. They are relentless at Abel Tasman. They do not fear you and swarm around your face. You constantly hear a buuuuuuuzzzzzzzzz.\n\nBy this time in the day, my scorching headache proceeded to get worse and Luca was developing blisters on his feet. We had 4 hours of the hardest part of the Abel Tasman 5 day hike in front of us and were in no mood to tackle it. We checked in to taking a water taxi to our next campsite, but it was too late in the day and all of the water taxis were done doing their rounds.\n\nI decided at that moment that it would be a lot easier to hike in a better spirit, and to make the best out of a bad situation. To help turn things around, I started playing fun dancing music on our portable speaker. It helped me to keep a good pace and tackle the climbing. Other hikers seemed to enjoy it too. I made sure to focus on the beauty of the trail and not my physical pain. Luca was getting bitter from his blisters and weight of his pack, but I kept cheering him on.", null, null, "After the longest and steepest hill of the whole hike, we managed to make it to our next camp just in time to set up camp and cook dinner before it got dark. We made it! It was such a relief. Hiking is about pushing your body further than its comfort and seeing how far you can go. It is amazing what you can do when you put your mind to it. Never give up.", null, "We slept in the next day because we only had a short hike to do to get to our next campsite. The next part of our journey was also dependent on a low tide that wasn\u2019t happening until between 4:00pm and 7:00pm. After breakfast we went to a fresh water pool where I soaked my bug bitten feet and Luca soaked his blisters. We then hung out on the beach at our campsite at Onetahuti Bay.", null, null, null, null, null, null, "The only hard part about that leg of the hike was the low tide crossing at Awaroa Inlet where there was no shade and we had to take off our shoes to cross the water. The Waiharakeke Bay campsite was our least favorite because it was swarming with mosquitos. By that point of the hike, I was so over bugs. I had bug bites everywhere and I was so sick of hearing them. Because of Benedril to stop me from waking up and scratching, I dreamed well that night of a roof over my head that sheltered me from bugs.", null, null, "The next morning I woke up refreshed as ever and we packed up camp and began our final long hike of our journey. I enjoyed myself along the way and swam at every spot I could. The hike was easy, with the exception of the two giant hills. It was helpful to be rooted on by fellow hikers who were traveling the other way.", null, "When we reached our final camp at Mutton Cove we found 2 people that we met at the camp the night before. They had travelled the world and were from New Zealand. One of their journeys was biking from Canada to Mexico and back for 6 years straight. They were an older couple, but were extremely fit. I told Luca that I aspired to be them when we were old.\n\nApparently they managed to fund their travels by collecting several rental properties in New Zealand through their life. They can now afford to hire a property manager to look over the properties while they are away. That definitely planted a seed in Luca\u2019s head\u2026.\n\nThe couple told us to look for muscles on the rocks close to our camp during low tide and cook them for dinner. We had a blast searching through the little eco systems among the corral. We saw a bunch of starfish and sea urchins. The muscles were delicious.", null, null, null, null, "I woke up the last day of our hike and took a swim in the ocean \u2013 a refreshing way to start a hike. The highlight of our 2 hour hike to where we would pick up a water taxi back to our car was tackling the last hill. I was so tired and my legs were so sore, but it was the last hill and I was going to own it. And so I did. I even did a dance when I reached the top.", null, null, null, "We were so excited to eat anything but what we packed in our bags for our journey. We ended up finding a gourmet burger place called The Fat Tui. Food had never tasted so good in my life."], ["MINNEAPOLIS (WCCO) \u2013 Authorities say nobody was hurt but two dogs had to be rescued from a house fire in New Brighton Monday morning.\n\nAuthorities received a 911 call at about 9:43 a.m. of a dwelling fire. When firefighters arrived to the scene, heavy fire was showing from the back of a single-family home, and it was extending to the attic.", null, "Fire crews were able to stop the fire from spreading throughout the home, and spent about two hours on scene. Nobody was hurt in the fire, but two dogs were rescued after employees with The Garage of New Brighton went to the area to investigate smoke and saw the home on fire. They got the two dogs out before fire crews arrived.\n\nThe cause of the fire is under investigation. Authorities say it does not appear to be suspicious in nature."], [null, "When you think of dinosaurs, you are imagining them as envisioned by the artist Charles R. Knight 100 years ago.\n\n\nAmerican wildlife artist Charles R. Knight (1874\u20131953) spent a lifetime creating scientifically accurate and spectacularly beautiful images of Earth\u2019s ancient past, from dinosaurs and mammoths to saber-toothed cats and early humans. For generations, his groundbreaking work has inspired scientists, artists, and filmmakers all over the world and shaped the way prehistoric times are imagined today.\nThis stunning volume gathers together both iconic and never-before-seen works from Knight\u2019s days of sketching animals in the newly opened Bronx Zoo, to the decades spent creating murals of prehistoric species for the American Museum of Natural History and the Field Museum.\n\nThis month, Abrams published the beautiful art book, Charles R. Knight: The Artist Who Saw Through Time, by Richard Milner. Abrams has kindly given permission for me to run a selection of images from the book. Enjoy!", null, "Knight\u2019s iconic painting of a tyrannosaur and triceratops facing off is a large mural in the Field Museum in Chicago.", null, "Knight\u2019s finished oil painting of the tyrant lizard highlights its monstrous head with a splash of sunlight.", null, "One of Knight\u2019s renditions of the tar pits as they appeared ten thousand years ago features a saber-toothed cat and vulturelike Tetratornis, which was twice the size of a California condor. This painting was done for the American Museum of Natural History.\n\nThis classic Knight mural (first painted in 1920, and restored 1994) from the American Museum of Natural History depicts a Cro-Magnon artist painting mammoths near the entrance of Font-de-Gaume. It was done before Knight\u2019s visit to the cave, or he would have known that the frieze actually showed European bison, not woolly mammoths.", null, "Knight\u2019s superb pencil drawings, from life, of an African elephant."], [null, "Special replay from Red Pill Radio. Theodore L. Gunderson (7 November 1928 \u2013 31 July 2011) was an American Federal Bureau of Investigation Special Agent In Charge and head of the Los Angeles FBI. According to his son, he worked the case of Marilyn Monroe and the John F. Kennedy cases. In a 1995 conference in Dallas, Gunderson warned about the proliferation of secret occultist groups, and the danger posed by the New World Order, an alleged shadow government that would be controlling the United States government.[8] He also claimed that a \"slave auction\" in which children were sold by Saudi Arabian agents to men had been held in Las Vegas, that four thousand ritual human sacrifices are performed in New York City every year, and that the 1995 bombing of the Alfred P. Murrah Federal Building in Oklahoma City was carried out by the US government. Gunderson believed that in the United States there is a secret widespread network of groups who kidnap children and infants, and subject them to ritual abuse and subsequent human sacrifice. DelmarvaStudios.Net\nEmail: [email protected] Twitter: @DelmarvaStudios"], [null, "The cast of \u201cLord Of The Rings\u201d are coming together for J.R.R. Tolkien.\n\nThe author\u2019s former residence at 20 Northmoor Road in Oxford, England is about to hit the market. Sir Ian McKellen, Martin Freeman and John Rhys-Davies, who starred in the hit film franchise based on Tolkien\u2019s work, are kickstarting a campaign to purchase the house and turn it into a literary centre dedicated to the iconic writer\u2019s life.\n\nProject Northmoor has started a fundraising campaign to raise $6 million.\n\nRELATED: Hugo Weaving On If He Would Reprise His Role For \u2018Lord Of The Rings\u2019, \u2018The Matrix\u2019\n\nUnlike other writers of his stature, there is no centre devoted to J.R.R. Tolkien anywhere in the world. Yet. @ProjNorthmoor https://t.co/pzMg8Yk2t2 pic.twitter.com/jx2r5MVbcw\n\nIn a statement, the cast wrote, \u201cWe cannot achieve this without the support of the worldwide community of Tolkien fans, our fellowship of funders.\u201d\n\nRELATED: Orlando Bloom Shares What He Knows About Amazon\u2019s \u2018Lord Of The Rings\u2019 Series: \u2018It\u2019s Not A Remake\u2019\n\nRhys-Davies, who played Gimli, added, \u201cIf people are still reading in 1,000 years, Tolkien will be regarded as one of the great myth-makers of Britain and it will be evident within a matter of years that not to secure this place would have been such an act of arrogance and ignorance and folly on our part.\u201d\n\nThey hope to turn the home \u201cinto a literary hub that will inspire new generations of writers, artists and filmmakers for many years to come.\u201d\n\nAccording to People magazine, Tolkien and his family moved into the home in the 1930s and stayed there for 17 years. It was during that time that Tolkien wrote The Lord of the Rings and The Hobbit. Tolkien is also rumoured to have hosted C.S. Lewis there.", null, null, "Dua Lipa Opens Up About The Pressures Of Being...", null, null], [null, "The Fujifilm X-T200 is a low-to-midrange mirrorless camera that uses the company's X-mount. It features a 24MP APS-C CMOS sensor (non X-Trans) with on-sensor phase detection. Despite its relatively compact size, Fujifilm still found a way to give the X-T200 a fully articulating 3.5\" touchscreen display, plus an electronic viewfinder. The camera can shoot bursts with continuous AF at up to 8 fps, though the buffer fills quickly. Uncropped, oversampled 4K footage can be captured at up to 30p, with a 15 minute limit. The camera has a built-in mic jack and supports headphones via an included adapter. Connectivity options include Wi-Fi and Bluetooth.", null, null, null, null, null, null, null, null, null, null], [null, "James Webb: The most powerful Space telescope ever built blast into orbit\n\nThe $10bn James Webb telescope has left Earth on its mission to show the first stars to light up the Universe.\n\nThe observatory was lifted skyward by an Ariane rocket from the Kourou spaceport in French Guiana.\n\nIts flight to orbit was expected to last just under half an hour, with a signal confirming a successful outcome due to be picked up in Kenya.\n\nLive coverage of the launch is available on NASA\u2019s TV channel and website starting at 6 a.m. ET. Launch is expected at 7:20 a.m. ET.\nThe telescope has endured years of delays, including a combination of factors brought on by the pandemic and technical challenges. But the world\u2019s most powerful complex space observatory will answer questions about our solar system, study exoplanets in new ways and look deeper into the universe than we\u2019ve ever been able to.\n\nIt\u2019s a project that has taken 30 years to design and build and is regarded as one of the grand scientific endeavours of the 21st Century.\n\nWebb\u2019s goal will be to try to show the very first stars and galaxies to shine in the Universe.\n\nIt will also have the power to probe the atmospheres of distant planets to look for gases that might hint at the presence of life.\n\nThe anticipation is high, but so too is the level of anxiety.\n\nTo get to space, Webb must first survive a 27-minute ascent on what is, in effect, a controlled explosion.\n\nThe telescope then has to unfold itself in a series of complex deployments, all of which must be completed flawlessly or the observatory as a whole won\u2019t work.\n\n\u201cIt\u2019s a shining example of what we can accomplish when we dream big. We\u2019ve always known that this project would be a risky endeavour. But, of course, when you want a big reward, you have to usually take a big risk.\u201d\n\nThe James Webb telescope is named after one of the architects of the Apollo Moon programme, and the space agencies of the US, Europe and Canada, who are all partners on the project, regard it as a science flagship of no less importance.\n\nWebb\u2019s mission is to build on the discoveries of the Hubble Space Telescope, which, after 31 years in orbit, is nearing the end of operations.\n\nWebb will look deeper into the cosmos and, as a consequence, much further back in time.\n\nAt the core of the new facility\u2019s capabilities is its 6.5m-wide golden mirror.\n\nThis remarkable reflecting surface, allied to four super-sensitive instruments, should enable Webb to detect the light from the pioneer stars. These objects are theorised to have ignited more than 13.5 billion years ago.\n\n\u201cWe think there should be stars, or galaxies, or black holes maybe beginning at 100 million years after the Big Bang. There won\u2019t be many of them to find at that time but the Webb telescope can see them if they\u2019re there, and we\u2019re lucky,\u201d he told BBC News.\n\nThe pioneer stars are more than a mere curiosity. They began the process of seeding the cosmos with the first heavy chemical elements.\n\nThe calcium in our bones, the phosphorus in our DNA and the iron in our blood \u2013 all these atoms had to be \u201cmanufactured\u201d in the nuclear reactions that make stars shine, and in the mighty explosions that end their existence.\n\nIn this sense, Webb will be charting our origins.\n\n\u201cOne of my favourite things about astronomy in general is that it really gets right down to our big questions: Where do we come from? How did we get here? Are we alone? These questions are more than just arcane science questions; they\u2019re questions that get to the heart of what it means to be human,\u201d said Nasa deputy project scientist Dr Amber Straughn.\n\nSaturday\u2019s flight to orbit involves one of the most dependable rockets in the business. The Ariane-5 has a greater than 98% record of success. Its last outright failure was in 2002.\n\nThe less-than-2% rate reflects the hazards that inevitably come with handling such an extreme vehicle.\n\nPeople will naturally focus on it \u2013 there are no guarantees in the rocket business \u2013 but it\u2019s fair to say that few Ariane missions have been subjected to the same level of detailed scrutiny as this one.\n\nEngineers have reviewed every aspect of the vehicle\u2019s performance. All questions have been answered.\n\nThe Ariane will fly east from Kourou, out over the Atlantic towards Africa.\n\nA signal confirming Webb is in space and safe should be picked up by a ground antenna in Malindi, Kenya.\n\nThis will mark the start then of a month-long journey for the telescope as it moves out to its planned observing station 1.5 million km from Earth.\n\nCharles Igbinidu is a Public Relations practitioner in Lagos, Nigeria\n@https://twitter.com/ionigeria\nPrevious Former England and Liverpool striker Daniel Sturridge ordered to pay $30,000 to man who found his missing dog\nNext I now believe in the power of prayer \u2013 not because it works, but because it helps"], ["Police: Man charged with OWI told an officer boozy smell must have been his spearmint gum\n\nThe Wausau man's 4-year-old daughter was in the car at the time of the traffic stop, according to court records.\n\nPolice: Man charged with OWI told an officer boozy smell must have been his spearmint gum", null, "ROTHSCHILD - Police say a man charged with OWI said the smell of alcohol an officer detected during a traffic stop must have been his spearmint gum.\n\nMark Pierzchalski of Wausau was charged Monday with a felony count of a fifth or sixth OWI with a passenger who is under 16 years old, according to Marathon County court records. He was also charged with felony bail jumping as a repeat offender and two misdemeanors \u2014 possessing an illegally obtained prescription and operating a vehicle while his license was revoked.\n\nDuring a traffic stop Sunday, Pierzchalski denied having been drinking that day, according to court records. The officer wrote that Pierzchalski was slurring his speech and that his eyes were bloodshot and glassy with constricted pupils.\n\nWhen an officer asked him about the smell of alcohol he detected, Pierzchalski said that it was his gum causing the odor, according to court records. He then pulled a piece of spearmint gum out of his mouth.\n\nThe officer told Pierzchalski that spearmint gum does not smell like booze, according to court records.\n\nThe traffic stop took place on Highway 29 in Rothschild, east of Highway 51. Pierzchalski was in the car with his 4-year-old daughter, according to court records.\n\nPierzchalski denied a breath test and instead asked for a blood draw. He then refused to consent to a legal blood draw, court records show. He was later taken to Aspirus Hospital in Wausau after the officer received a search warrant for the blood draw.\n\nPierzchalski has a preliminary hearing scheduled at 9:15 a.m. May 8 at the Marathon County Courthouse."], ["The Insider's Guide to Ib\u00e9rico Ham\n\nKing of ham, Brindisa's own James Robinson shares why Ib\u00e9rico is the most highly prized air-dried ham and what you need to know when shopping and eating this delicious Spanish ham!\n\nby James Robinson | Head of Product Training at Brindisa\n\nWhat is so special about Ib\u00e9rico ham?\n\nIb\u00e9rico is the most highly prized air-dried ham, from animals of an ancient breed of semi-wild black Ib\u00e9rico pig. The Ib\u00e9rico pig has characteristically long slender legs, a sensitive snout to forage with, and dark skin to help protect it in the sun. The ham it produces is popularly known as pata negra, referring to the black hoof which stays on the slim leg throughout the curing process. and makes it look very different from other hams.\n\nHow to buy Ib\u00e9rico ham\n\nBuying Ib\u00e9rico ham can be confusing, particularly if you are not familiar with the descriptions used; the one thing everyone knows is that it is expensive, but how much should it cost?\n\nIt was in an attempt to bring some clarity to the consumer that the Spanish government introduced a law in April, 2014 to clarify and standardise the descriptions of different types of Iberico ham.\n\nThe four grades of Ib\u00e9rico Ham\n\nSimply put, the legislation sets out four different grades of Ib\u00e9rico ham. It is based on the pigs' diet and the purity of breed. By simply looking at the official description the consumer can make an educated choice about the quality, and hence the price, of their ham.\n\nThe four grades that were created are indicated on any Ib\u00e9rico ham or paleta (cured shoulder) on the bone by a tag (precinto)around the ankle, or on any boneless Ib\u00e9rico ham, paleta or cured loin by a tag attached to the sealed piece. These tags are essentially legal indicators of how the Ib\u00e9rico pigs were raised and fattened and what the minimum curing time of the ham was.", null, "The top grade of Ib\u00e9rico ham goes by the full description of \u201cJamon de bellota, 100% Ib\u00e9rico, \u2018pata negra\u2019\u201d. Jamon de bellota signifies that the Ib\u00e9rico pig fattened up on acorns (bellotas) on the autumn \u201cmontanera\u201d when the animals are put to forage on the dehesa, the oak covered savannah that makes up several million hectares of the south west of the Iberian peninsula. 100% Ib\u00e9rico means that it is a pure-bred animal, and pata Negra is a term that used to be used generically for any Ib\u00e9rico ham, but now can only be used to describe this top grade of ham. Hams and paletas will have a black tag around the ankle, issued by the relevant regional body.\n\nThe second grade is described as \u201cJamon de bellota, 50/75% Ib\u00e9rico\u201d, which means that the animal has undergone the montanera, but that either one parent, or one grandparent was of non-Ib\u00e9rico origin. When cross-breeding does occur the mother will always be 100% Iberico and the boar must be of the Duroc breed. This cross-breeding has two functions, firstly to prevent continual inbreeding, never a good idea, and also, to breed animals which will have more progeny and, frequently, larger back legs. Hams and paletas from these animals will have a red tag around the ankle.\n\nThese are the only grades of Ib\u00e9rico ham made from animals that have fattened up on acorns and they account for about 20% of all Ib\u00e9rico hams.\n\nThe third grade is called \u201cJamon de cebo de campo, 50/75/100% Ib\u00e9rico\u201d which indicates that the animal lived outdoors but fattened up on cereals and natural feed before slaughter. This means that the quality of the meat will excellent, but lacking the deep, sweet intensity of the acorn-fed hams. This accounts for a further 20% of Ib\u00e9rico hams.\n\nThe fourth grade is the one that tends to cause confusion; \u201cJamon de cebo, 50/75/100% Ib\u00e9rico\u201d indicates, in essence that the ham will almost certainly have been intensively reared. Where the minimum space required per animal for the top three grades during the fattening period is 1 hectare (100m\u00b2), the minimum required for this grade is 2m\u00b2! Simply put, this is the grade that can be made from intensively reared animals, and thus significantly more cheaply than the other grades of Ib\u00e9rico ham. This grade accounts for 60% of all Ib\u00e9rico ham production.\n\nWhy the Ib\u00e9rico grades are so important\n\nThis information can help you understand the welfare standards of the pig rearing and the pricing of Ib\u00e9rico hams. However, it also shows something more fundamental; it offers you the opportunity to make a choice about being part of a continuum that extends back 3,000 years. The dehesa is a unique environment that has been shaped by the indigenous animals of the region, and has shaped them too. This huge area has more endangered species of bird and animal life than anywhere else in Western Europe due to this slow evolution. By choosing a ham made from an animal that has followed innumerable generations of its ancestors living and feeding on the dehesa, you are helping to maintain an ecosystem whose environmental value is immense.\n\nThe bellota and cebo de campo animals have a symbolic relationship with their environment, and one which does wonders for the quality of meat. The jamon de cebo is essentially a commercial construct and it is a means by which the larger, more industrial ham producers can produce and sell a premium priced product under the cloak of respectability created by the origins of the higher grades of ham. This is not to say that there may not be some good jamon de cebo Ib\u00e9rico hams, but that those produced to the minimum requirements are unlikely to be among them.\n\nWhen buying Ib\u00e9rico ham, you can certainly make an ethical choice. You can choose to buy a product made from a free ranging animal that forages on the foods that they have evolved to consume over many thousands of years, and is arguably the most magnificent ham in the world, or whether you want a very decent ham at a cheaper price whose provenance does not concern you.", null, "by Monika Linton | Founder of Brindisa\n\nWhen we first started bringing in de bellota Ib\u00e9rico ham, before there was any real acceptance or understanding of it in Britain, I gave a wonderful ham to chef Simon Hopkinson, then at Bibendum, who was very excited by the arrival of this delicacy. His instincts were right; he simply sliced it and sent it out to diners, but the plates came back with the fat trimmed off and customers wanting to know why it was there. I was duly called over to the restaurant to confirm that the ratio of fat to lean was perfectly normal and exactly as it should be.\n\nIt was an absurd misunderstanding of a fine product that seemed so characteristic of modern meat production and consumption, which has all fat marked out by many people as almost criminal. Simon did, however, have one customer who genuinely appreciated and understood fine fat; the late great artist Francis Bacon. Simon saved up all of the trimmings that the other customers had eschewed and offered them to him to top-up his own slices of the ham, and they were enjoyed with great gusto.", null, "As incompatible as these semi-industrial hams felt alongside the farm-made Churra sheep's milk cheeses and other artisan produce that we were bringing in from Spain, I badly wanted to sell Spanish ham. And although those early examples from Large White pigs crossed with Durocs may not have been as specialist as those we can source today, they were still a delightful, novel experience for most British people; a rich red colour, with a more pronounced flavour than their Italian equivalents.\n\nOnce the market opened up, we were able to become properly selective and begin forging real relationships with favourite producers. Ultimately there is no substitute for this. Only through getting to know the farming, husbandry and curing processes can you understand what makes a truly great ham.\n\nYou can find out more about the Borough Market deli here.", null, null], ["Scottie picked Hamburg High School where he played as a point guard for the basketball team. Despite his successful high school career when Pippen made it to the state playoffs and achieved all-conference honors as a senior, he received zero college offers.\n\nEventually in 1983, Scottie enrolled himself at the University of Central Arkansas from where he graduated in 1987.\n\nScottie Pippen\u2019s body specifications may be \u2013\n\nScottie\u2019s religious beliefs are not known.\n\nHe is also known for winning two Olympic gold medals with USA\u2019s national team in Barcelona in 1992 and Atlanta in 1996.\n\nScottie played his first NBA match on November 7, 1987, when as a member of the Chicago Bulls he faced the Philadelphia 76ers and their star Charles Barkley.\n\nPippen came off the bench and for a total of 23 minutes spent on the court, he managed to achieve 10 points, 4 assists, 2 steals, and 1 rebound. In the end, the Bulls grabbed the W by winning 104-94.\n\nPlayer had no significant weaknesses.\n\nIn 1996, Pippen acted in the movie Space Jam alongside his fellow teammate from the Chicago Bulls, legendary Michael Jordan. Scottie\u2019s role was uncredited in the movie.\n\nOther than basketball matches itself, Scottie appeared in the episode called Baby Shower of the TV series ER in 1996 as Scottie Pippen.\n\nDespite we know that Scottie\u2019s athletic abilities didn\u2019t come over night, but he worked really hard to become what he did become (One of the best all-time NBA defensive players), we still didn\u2019t manage to find a lead on his workout regime while he was an active basketball player.\n\nScottie\u2019s favorite things are not known.", null, null, null], [null, "Multiple explosions have been heard along with gunfire at a Sikh temple in the Afghanistan capital Kabul, with many feared dead in what is being reported as a possible terror attack by ISIS.\n\nFour consecutive blasts have been reported coming from the Gurdwara Karte Parwan, a Sikh place of worship, in Kabul, and shooting is ongoing on Saturday morning.\n\nArmed attackers are believed to have entered the building and a siege is taking place, reported tribuneindia.com.\n\nThere are reports that there could be up to 15 hostages being held on the second floor of the temple.\n\nEye witness accounts have claimed that there are many dead and people are being taken to hospital.\n\nThe front door of the building is on fire and Taliban forces are preparing to attack the gunman inside who are thought to be from ISIS, it is reported.\n\nManjinder Singh Sirsa, of India's BJP political party, reportedly spoke to the Gurdwara Karte Parwan President Gurnam Singh, who confirmed that the attack started at 6am local time when the first prayers of the day were underway.\n\nMr Singh Sirsa posted a video on Twitter showing large plumes of black smoke and the sounds of gunfire.\n\nHe wrote: \"Video of terrorist attack on Karte Parwan Gurdwara Sahib in Kabul at 6am today. At present the Gurudwara is in the possession of terrorists. This is the main gurdwara of minority Sikhs in Afghanistan.\"\n\nIn a follow up tweet he said: Sikh Sangat (approx 10-15 in number) stuck in Gurdwara Karte Parwan in Kabul which was attacked by terrorists today morning. One person has been reported dead in this attack.\"\n\nPrevious : Tens of thousands to protest demanding government does more in cost-of-living crisis\nNext : Daughter of Brit jailed in Iran says Father\u2019s Day is \u2018the hardest day of all\u2019 \u2013 World News"], ["Barring a messy, last-minute divorce, Elon Musk is on track to own Twitter (and yes, mea culpa). The mercurial, brilliant entrepreneur offloaded around $8.5 billion of Tesla stock this week as he prepared to pay for his $44 billion side project. And soon, he\u2019ll be free to change the service as he pleases.\n\nMusk hasn\u2019t yet presented a comprehensive plan for Twitter \u2014 he may never \u2014 but he\u2019s proposed several significant changes worth evaluating. Musk\u2019s ideas include lengthening character limits, open sourcing the algorithm, and effectively putting an end to content moderation. A debate is raging about the latter, but all have tradeoffs.\n\nAlex Roetter, Twitter\u2019s former head of engineering, joined Big Technology Podcast this week to discuss Musk\u2019s proposals, examining both their feasibility and advisability. Here\u2019s a look at the most significant potential changes, along with his commentary:\n\nUpon announcing the deal, Musk said he wanted to \u201cauthenticate all humans.\u201d Twitter has long weighed this idea internally, wondering whether making people confirm their email or phone number could help reduce harassment and spam. The company never acted, perhaps because authentication could drop its user numbers and anger Wall Street. But it should\u2019ve. Pure anonymity, Roetter said, \u201cfosters the worst parts of speech online.\u201d So he loves Musk\u2019s authentication idea. As a private company, Twitter could afford to take a user number hit, a benefit of Musk\u2019s ownership. This idea is feasible and advisable.\n\nMusk hates the spambots. \u201cWe will defeat the spam bots or die trying!\u201d he said last week. Roetter likes this idea, but it\u2019s not that simple. To defeat the spambots, he said, you\u2019d build a classifier that looks for characteristics of bots and then bans them. You\u2019d then tune the classifier to either be really aggressive, where you\u2019d eliminate bots but also ban a bunch of human \u201cfalse positives,\u201d or be less aggressive, where you\u2019d let some bots slide and ban fewer humans. \u201cI think you should do it,\u2019 Roetter said. \u201cBut everyone should be prepared, there is no perfect spam bot classifier.\u201d This idea is feasible, though not perfect, and advisable.\n\nAllowing for free speech is core to Musk\u2019s Twitter takeover. \u201cFree speech is the bedrock of a functioning democracy, and Twitter is the digital town square,\u201d he said. There may be technical challenges to Musk\u2019s vision, including how that victory against spambots could ensnare human speech as well, said Roetter. \u201cI really don\u2019t think there\u2019s an answer that\u2019s going to make everybody happy,\u201d he said. Still, Musk could relax the current moderation rules and see how things play out. This move is somewhat feasible and its advisability is TBD.\n\nMusk is interested in Twitter\u2019s subscription product and could expand it. Making people pay for Twitter \u2014 or certain premium features \u2014 could help reduce spam and create a revenue stream if Twitter\u2019s advertisers bail over its new speech rules. \u201cIt\u2019s a really interesting idea,\u201d Roetter said. \u201cIf you don\u2019t want a bunch of what you think of as low-value activity to happen, if you charge more than the value that you think people are extracting from it, it should go away.\u201d Subscription fees could be normalized and scaled per location. This idea is feasible and advisable if implemented right.\n\nTo build trust in Twitter, Musk wants to open-source its algorithms. \u201cThis one is a head-scratcher to me,\u201d Roetter said. The algorithms themselves, he said, won\u2019t tell you very much. To figure out what to show you, Twitter\u2019s ranking algorithms essentially look at billions of examples of content, try to predict how you\u2019ll react to tweets and ads, and then use those scores to optimize what to show you. \u201cIt doesn\u2019t say, if you are Republican, then you\u2019re banned,\u201d Roetter said. \u201cThere\u2019s just nothing like that.\u201d Open sourcing the algorithms is feasible and perhaps advisable, but only to dispel the conspiracy theories.\n\nMusk has mused about adding an edit button and allowing lengthier tweets. Both ideas are technically straightforward, though they\u2019ll probably do little for everyday users who can already thread tweets together and delete and resend tweets with typos. \u201cI don\u2019t think it\u2019s going to change any of the main things that everyone is upset about,\u201d Roetter said. \u201cBut yeah, sure, why not?\u201d These ideas are feasible and, well, it\u2019s up to you Elon.", null], [null, "In a long-awaited decision, a federal court in Virginia ruled in United States v. Chatrie that a geofence warrant violated the Fourth Amendment, but that the fruits of the unconstitutional search could nevertheless be used against the defendant under the good faith exception to the warrant requirement. The Court found that the warrant at issue lacked particularized probable cause to search all nineteen Google users within the geofence. Because most geofence warrants inherently suffer from the same defect, the Chatrie decision calls into question law enforcement\u2019s ability to pursue this form of search warrant in the future. However, the Court stopped short of finding that geofence warrants are categorically unconstitutional and declined to resolve several important questions at this thorny intersection of law and technology. This ruling leaves law enforcement, providers, and the public with continuing uncertainty about whether and under what circumstances geofence warrants pass constitutional muster, but suggests that they must be used more narrowly and with greater judicial oversight than they have been in recent years.\n\nIn Chatrie, law enforcement employed a geofiltered data search, more commonly referred to as a geofence search warrant, to identify a suspect in a bank robbery. Contrary to what the term suggests, the use of a geofence does not limit law enforcement\u2019s search authority to a particular time and place. Instead, this process empowers law enforcement to demand that a provider comb through its records, dragnet-style, to determine which devices, and consequently which associated individuals, entered the designated geofence.\n\nLike another geofence search warrant that was found to violate the Fourth Amendment, the warrant at issue in this case involved a three-step process:\n\nThe geofence zone in Chatrie was a circle 300 meters in diameter, covering a portion of Richmond, Virginia, that included a church, a parking lot, and the bank that had been robbed. The warrant covered a time frame of one hour, and it allowed law enforcement, in executing the warrant\u2019s second step, to direct Google to provide further location data for an additional thirty minutes before and after that hour.\n\nIn executing Step 1 of the search, Google found nineteen mobile devices with Location History enabled had been within the geofence zone during the designated hour. Law enforcement then directed Google to provide additional data for all nineteen devices in Step 2, though it narrowed its request to just nine devices after getting pushback from Google. In Step 3, law enforcement required Google to provide identifying information for three individuals associated with devices of interest. The agent did not explain\u2014to Google or to the court that issued the warrant\u2014any basis for selecting nine devices in Step 2 or three of them in Step 3.\n\nThe information that Google provided under the warrant led police to identify Chatrie as a suspect and ultimately prosecute him in connection with the robbery. Chatrie then moved to suppress the evidence the search produced.\n\nThe U.S. District Court for the Eastern District of Virginia found that the warrant \u201cplainly\u201d violated the Fourth Amendment because law enforcement lacked probable cause to search each of the nineteen users whose devices were identified in Step 1 of the warrant execution process as having location history data responsive to the search parameters. The Court nevertheless denied suppression based on law enforcement\u2019s good faith reliance on the warrant.\n\nIn its lengthy ruling, the Court considered some of the complex legal questions that geofence warrants raise. Though not addressed explicitly, the decision grapples with the question of whether a Fourth Amendment \u201csearch\u201d occurs through the use of a geofence. No court has yet ruled on whether the use of such technology constitutes a search requiring a warrant under the Fourth Amendment. Like other courts that have evaluated the constitutionality of geofence warrants, the Court here assumed for the sake of argument\u2014and because law enforcement applied for a warrant\u2014that a search occurred. In sidestepping this issue, the Court avoided a fundamental underlying question: At what point in the geofence process does a search occur?\n\nChatrie argued that the search occurs when Google examines the location data of all mobile device users with Location History enabled in order to identify devices that were present in the geofence. The review of millions of users\u2019 location data in Step 1 to identify the nineteen potentially relevant accounts was clearly something Google did only as a result of the warrant\u2019s compulsion. If this initial review constituted a Fourth Amendment search, then law enforcement searched the data of millions of people\u2014which would almost certainly fail to pass muster under the Fourth Amendment\u2019s probable cause requirement.\n\nBut the Court did not address whether ordering that initial step was itself a Fourth Amendment search that required a showing of probable cause. Instead, the Chatrie opinion\u2019s probable cause analysis focuses only on whether probable cause existed to subject the nineteen accounts identified in Step 1 to a further search in Step 2. Under this analytical framework, however, it is impossible to determine who, or even how many people, will be searched until Step 1 of the search execution is completed\u2014which does not neatly square with the Fourth Amendment requirements that a warrant be sufficiently particular as to the persons to be searched and be predicated on probable cause as to each of them.\n\nIn addition to finding a lack of individualized probable cause for each of the nineteen devices located in Step 1 of the search, the Court found that Steps 2 and 3 impermissibly gave unbridled discretion to law enforcement to determine which of the nineteen devices to subject to further scrutiny. The Court held that such unchecked authority violated the Fourth Amendment\u2019s particularity requirement. However, it explicitly left open the possibility that the problem could be addressed by requiring law enforcement to return to court for judicial approval of the selections made in each of Steps 2 and 3.\n\nFinally, as to the third-party doctrine, the Court considered whether Chatrie waived any expectation of privacy he might have had in his location data by sharing it with Google, but concluded that the third-party doctrine likely should not apply. The Court also doubted that an individual waives all privacy interests in his location data and assumes the risk that Google would share such data with law enforcement merely by opting in to a location service and suggested that the adequacy of the provider\u2019s consumer-facing privacy disclosures plays some role in whether privacy interests have been waived. However, the Court stopped short of ruling on this issue.\n\nThis decision adds to what is now a handful of rulings addressing the constitutionality of geofiltered data search warrants under the Fourth Amendment. However, there are still significant open questions that courts have not addressed\u2014either because these questions have not been squarely presented before courts in a manner requiring courts to rule on them or because courts have avoided the issues in deciding the cases before them. Some of those questions may be answered by state legislatures like New York\u2019s, which is considering a bill to ban geofence warrants. But more likely the answers will come from federal and state courts addressing suppression motions and warrant applications arising from the explosive use of this still nascent investigative technique."], ["Apple dominated the news cycle yesterday with its iPhone 12 press event. While Apple was unveiling new phones and a smart speaker, its subsidiary Beats took the wraps off the Beats Flex, the company\u2019s latest wireless headphones.\n\nThe Beats Flex turns heads, but mostly because of the sub-$100 price tag.\u00c2\n\nUnlike the AirPods, which are \u201ctrue\u201d wireless headphones, the Beat Flex uses a small wire to connect two earphones together.\n\nThe wire is meant to lay across the back of your neck when you are wearing them. This wire does more than just help secure the earphones, it also contains a microphone and call/music playback controls.\u00c2\n\nBeats is promoting the sound quality of its Beat Flex headphones, noting that they have greater clarity and improved sound thanks to a redesigned driver.\n\nThe new headphones also are eight percent lighter than the previous BeatsX model.\n\nLike the older the BeatsX, the new Beats Flex can connect magnetically, making them easy to store when in use. They also now have an automatic play and pause function that\u2019ll pause your music when you take out the earbuds and resume playing when you put them back on.\u00c2\n\nThough lighter, the new Beats Flex boasts 12 hours of battery life compared to 8 hours for the older BeatsX.\n\nKeeping with Apple\u2019s trend, Beats replaced Lightning on the BeatsX with USB-C in the Flex model. The USB-C connector is a welcome addition for Android and iPad Pro owners who already use that cable type.\u00c2\n\nAdopting Apple\u2019s technology, the Beats Flex has the company\u2019s W1 wireless chipset that allows it to seamlessly switch between devices linked to the same Apple ID. It also supports Apple\u2019s new Audio Sharing feature that lets two people listen to an audio stream from a single iPhone.\n\nPerhaps the most compelling feature of the Beats Flex is its price. At $49.99, it is about $100 less than the BeatsX, which debuted at $150. It\u2019s also significantly less expensive than Apple\u2019s AirPods, which retail at $159 for the model with a standard charging case.\n\nPre-ordering for the Beats Flex is underway, with orders shipping as soon as October 21.\u00c2", null], [null, "\"The Love Song of J. Alfred Prufrock\", commonly known as \"Prufrock\", is the first professionally published poem by American-born British poet T. S. Eliot (1888\u20131965). Eliot began writing \"Prufrock\" in February 1910, and it was first published in the June 1915 issue of Poetry: A Magazine of Verse at the instigation of Ezra Pound (1885\u20131972). It was later printed as part of a twelve-poem pamphlet (or chapbook) titled Prufrock and Other Observations in 1917. At the time of its publication, Prufrock was considered outlandish, but is now seen as heralding a paradigmatic cultural shift from late 19th-century Romantic verse and Georgian lyrics to Modernism. The poem's structure was heavily influenced by Eliot's extensive reading of Dante Alighieri and makes several references to the Bible and other literary works\u2014including William Shakespeare's plays Henry IV Part II, Twelfth Night, and Hamlet, the poetry of seventeenth-century metaphysical poet Andrew Marvell, and the nineteenth-century French Symbolists. Eliot narrates the experience of Prufrock using the stream of consciousness technique developed by his fellow Modernist writers. The poem, described as a \"drama of literary anguish\", is a dramatic interior monologue of an urban man, stricken with feelings of isolation and an incapability for decisive action that is said \"to epitomize frustration and impotence of the modern individual\" and \"represent thwarted desires and modern disillusionment\". Prufrock laments his physical and intellectual inertia, the lost opportunities in his life and lack of spiritual progress, and he is haunted by reminders of unattained carnal love. With visceral feelings of weariness, regret, embarrassment, longing, emasculation, sexual frustration, a sense of decay, and an awareness of mortality, \"Prufrock\" has become one of the most recognised voices in modern literature. Among the most significant works by Eliot's: \"Portrait of a Lady\", \"Preludes\", \"Whispers of Immortality\", \"Gerontion\", \"The Waste Land\", \"The Hollow Men\", \"Ash Wednesday\", Ariel Poems\", \"Journey of the Magi\", \"A Song for Simeon\", \"Old Possum's Book of Practical Cats\", \"The Awefull Battle of the Pekes and the Pollicles\", \"Gus: The Theatre Cat\", \"Growltiger's Last Stand\", \"The Naming of Cats\", \"Burnt Norton\", \"East Coker\", \"The Dry Salvages\", \"Little Gidding\", \"Four Quartets\".\n\nThe Waste Land and Other Poems\n\nLong regarded as one of the fundamental texts of modernism, a treasury of many of T. S. Elliot's most important early poems, combines poetic elements from diverse sources with bits of popular culture and common speech to recreate the chaos of Europe in the aftermath of WWI. Original.\n\nThe Love Song of J. Alfred Prufrock and Other Works\n\nThis Squid Ink Classic includes the full text of the work plus MLA style citations for scholarly secondary sources, peer-reviewed journal articles and critical essays for when your teacher requires extra resources in MLA format for your research paper.", null, "The Waste Land, Prufrock, and Other Poems\n\nA superb collection of 25 works features the poet's masterpiece, \"The Waste Land\"; the complete Prufrock (\"The Love Song of J. Alfred Prufrock,\" \"Portrait of a Lady,\" \"Rhapsody on a Windy Night,\" \"Mr. Apollinax,\" \"Morning at the Window,\" and others); and the complete Poems (\"Gerontion,\" \"The Hippopotamus,\" \"Sweeney Among the Nightingales,\" and more). Includes a selection from the Common Core State Standards Initiative.", null, "This superb collection of 26 works features the poet's masterpiece, \"The Waste Land\"; the complete Prufrock and Other Observations (\"The Love Song of J. Alfred Prufrock,\" \"Portrait of a Lady,\" \"Preludes,\" \"Rhapsody on a Windy Night,\" \"Mr. Apollinax,\" \"Morning at the Window,\" and others); \"The Hollow Men\"; and the collection Poems (\"Gerontion,\" \"The Hippopotamus,\" \"Sweeney Among the Nightingales,\" and more).\n\nA collection of poems composed by Nobel Prize-winning writer T.S. Eliot between 1909 and 1935.\n\nPrufrock and Other Observations\n\nPrufrock and Other Observations (1917) is a collection of poems by T.S. Eliot. Published following the successful appearance of \"The Love Song of J. Alfred Prufrock\" in the June 1915 issue of Poetry: A Magazine of Verse, Prufrock and Other Observations established Eliot's reputation as a leading English poet and pioneering literary Modernist. Opening with \"The Love Song of J. Alfred Prufrock,\" the collection begins with an invocation of Dante, whom Eliot saw as an important innovator of a polyphonic, referential poetry capable of interrogating and dramatizing the construction and representation of the self. The poem is written from the perspective of a repressed, despairing middle-aged man who meditates on his relationships with women and the regrets he has accumulated with age. In \"Preludes,\" a poem of urban malaise, Eliot \"thinks of all the hands / That are raising dingy shades / In a thousand furnished rooms,\" and reaches for an understanding of the world as \"some infinitely gentle / Infinitely suffering thing.\" Other poems include \"Morning at the Window,\" another brief vision of city life, \"The Boston Evening Transcript,\" a satirical reverie on time and community, and \"Cousin Nancy,\" a humorous lyric celebrating Miss Nancy Ellicott, who unabashedly \"smoked, / And danced all the modern dances. Both personal and universal, global in scope and intensely insular, Eliot's poetry changed the course of literary history, inspiring countless poets and establishing his reputation as one of the foremost artists of his generation. With a beautifully designed cover and professionally typeset manuscript, this edition of T.S. Eliot's Prufrock and Other Observations is a classic of English literature reimagined for modern readers.", null, "Do I dare disturb the universe? This is a question recognized by people around the world. If typed into the internet, hundreds of examples appear. Many know that it comes from one of the best-known poems of the previous century, T. S. Eliot\u00e2\u0080\u0099s The Love Song of J. Alfred Prufrock. What many do not know is that Eliot dramatically shifted his views at the height of his fame for writing such dark poetry as this and The Waste Land, becoming a sincere, devoted Christian. While his poetry is famous because it expresses the loss of a spiritual center in European civilization, a careful reading of it reveals that he was struggling with his Christianity from the beginning, not rejecting it, but trying to make it fit into the contemporary world. If the reader works through Eliot\u00e2\u0080\u0099s love song for all of the esoteric meanings, as he demands, it quickly becomes evident that he intended it as a struggle between agape, amour and eros. Beginning it with a quote from Dante forces that into place. Though the protestant forms of Christianity have changed their views on these, the Roman Catholic holds fast. Eliot references Michelangelo in the poem, bringing in the great painter of the ceiling of the Sistine Chapel. Most immediately recognize his name and work, but do not realize how he expressed a similar personal struggle between the desires of the flesh and the spirit. Both of them admired Dante\u00e2\u0080\u0099s Divine Comedy, and its inclusion of amour as a means to salvation. Dante\u00e2\u0080\u0099s work is generally seen as the greatest literature ever to come out of Italy. This book is an expanded revision of Seeking God in the Works of T. S. Eliot and Michelangelo. It explores how T.S Eliot struggled with the highest meanings of existence in his poetry and his own life, and perhaps managed to express what has become known as a modernist (and post-modernist) view of what Rudolph Otto designated the mysterium tremendum, the experience of a mystical awe, the experience of God.", null, null, null, null, "Let Us Go Then, You and I\n\nLet Us Go Then, You and I is a new edition of T. S. Eliot's selected poems, published to celebrate his nomination as the 'Nation's Favourite Poet' in a BBC poll for National Poetry Day 2009.", null, null, "The Poems of T. S. Eliot: Volume I\n\nThe first volume of the first paperback edition of The Poems of T. S. Eliot This two-volume critical edition of T. S. Eliot\u2019s poems establishes a new text of the Collected Poems 1909\u20131962, rectifying accidental omissions and errors that have crept in during the century since Eliot\u2019s astonishing debut, \u201cThe Love Song of J. Alfred Prufrock.\u201d In addition to the masterpieces, The Poems of T. S. Eliot contains the poems of Eliot\u2019s youth, which were rediscovered only decades later; poems that circulated privately during his lifetime; and love poems from his final years, written for his wife, Valerie. Calling upon Eliot\u2019s critical writings as well as his drafts, letters, and other original materials, Christopher Ricks and Jim McCue have provided a commentary that illuminates the imaginative life of each poem. This first volume respects Eliot\u2019s decisions by opening with his Collected Poems 1909\u20131962 as he arranged and issued it shortly before his death. This is followed by poems uncollected but either written for or suitable for publication, and by a new reading text of the drafts of The Waste Land. The second volume opens with the two books of verse of other kinds that Eliot issued: Old Possum\u2019s Book of Practical Cats and Anabasis, his translation of St.-John Perse\u2019s Anabase. Each of these sections is accompanied by its own commentary. Finally, pertaining to the entire edition, there is a comprehensive textual history that contains not only variants from all known drafts and the many printings but also extended passages amounting to hundreds of lines of compelling verse.", null, "The Genius Of T.S. Eliot Contributed Immensely In Ushering Modernism In Poetry, Play And Literary Criticism. Therefore, Our Knowledge Of Modernism Will Remain Incomplete Should We Fail To Understand Eliot. This Book May Serve As An Introduction To Eliot, The Man, The Poet, The Playwright And The Critic. For The Benefit Of Readers, It Quotes In Full, While Introducing And Explaining, The Poet S Master-Pieces, The Waste Land And Four Quartets, And Also Some Of His Other Great Poems. Further, It Discusses About All Of His Five Major Plays, And Nine Important Essays, At Some Length.", null], ["In a war-torn world of elemental magic, a young boy reawakens to undertake a dangerous mystic quest to fulfill his destiny as the Avatar, and bring peace to the world. Upon returning to the Gantz room, scoring commences and Kurono\u2019s earns 58 points. As Kurono tries to convince the last alien to stop fighting the humans, the alien commits suicide, and the entire alien ship is set to self-destruct. June 19, [21]. Season 3 DVD Borgen: However, Kurono is captured by two gangsters, who force him to enter a building that holds a multitude of Mr.\n\nChimpanzee DVD Disneynature: Season 2 DVD Californication: Retrieved 22 February Hound of the Baskervilles Sherlock Holmes: A pair of high school students, Kei Kurono and Masaru Katoare hit by a subway train after saving the life of a drunk homeless man who had fallen onto the tracks. Daizaemon faces an Oni alien who is able to turn his body into rock.\n\nSeason 7 DVD Scrubs: Season 5 DVD Seinfeld: Trivia Dai Li, the name of the protectors of Ba Sing Se, has a meaning in Chinese, which is \u201cto act on behalf of someone in a responsible position\u201d or \u201cto act as an agent or proxy. Archived from the original on July 22, Kato destroys its statue form; however, the alien then exits the statue body and takes a larger form.\n\nRetrieved March 17, So as for the show itself, where to begin?\n\nSeason 5 DVD Saftar Gantz\u2019s room is then attacked by aliens, and while Nishi and Takeshi manage to escape safely, the humanoid from the sphere dies. Tien is captured and almost beaten to death before he is saved and brought back to the Kana Khone villagers. Later on, Pong starts to encourage May Nhai to confess her feelings for Fame Thanapob Leeratanakajornthe most famous person in school, but she is scared she might electrocute him.\n\nSeason 4 DVD Community: Kim 5 episodes, Goofs The design of the white lotus tile changes through the course of the series: This page was last edited on 21 Novemberat Season 2 DVD Entourage: Hiroto and Kenzo fight against one that is able to manipulate fire and, although the alien is killed, Hiroto is incinerated.\n\nBeer Pong Fan uncredited Steven Stadler Hiroto starts to use telekinesis to destroy the machines in sight, but is distracted by hallucinations of Kenzo and Tonkotsu. Takeshi is attacked by several of them but Daizemon is able to defeat them. Season 6 DVD Monk: Retrieved August 6, Our Favorites from the Week of Sept.\n\nBeer Pong Fan uncredited Anthony Singleton Season 2 DVD Skins: She entered the entertainment industry in after she won a beauty and talent contest called HACKS. Who was the best-dressed on the Oscars red carpet?", null, "Those people who think that there aren\u2019t any action scenes in it are blind, obviously. The Animated Series \u2014"], [null, "In the sparkling City of Brotherly Love, an outspoken coalition is successfully championing good design and planning. (Photo courtesy of Philadelphia Citypaper)\n\nAustin is finally getting serious about urban planning. Last week at City Council, a fresh comprehensive planning process got the green light. For at least the next two years, we'll be engaged in a great civic conversation about the future of our built city. Yet no single community group in Austin is dedicated to advocating for good urban design. As we approach a rapid series of critical decisions, a number of the community's best and brightest urban-design and -planning minds have begun talking together about how they might better serve as watchdogs for the collective good. As trained professionals, they want better city planning and development decisions based as much as possible on objective design principles rather than political compromises.\n\nPhiladelphia's Design Advocacy Group offers an interesting model for Austin. Formed about seven years ago by a core group of six, including Chairman Alan Greenberger, DAG now claims nearly 1,000 members. By championing a \"Reform Agenda for Planning and Design in Philadelphia\" over several years \u2013 and having the good fortune to help elect new Mayor Michael Nutter, who has adopted its agenda as his own \u2013 DAG has become an amazingly effective community voice.\n\nThe all-volunteer group has no staff, no dues, and no formal organization. States the website (www.designadvocacy.org): \"Our goal is be proactive as well as reactive; effective as well as thoughtful; critical as well as constructive. We want to create an unparalleled voice for design, a group whose opinion on the quality of our environment is sought after and whose contribution makes a difference. We are a group drawn from a broad spectrum of disciplines, comprised of motivated individuals who are routinely engaged in matters of design, development and planning and who are not afraid to speak out.\"\n\nThat last point is crucial. Austinites tend toward polite public education and vociferous grumbling in private. What we lack is courageous, informed voices insisting on the recognized principles of good design and planning. (Greenberger enjoys saying, \"Advocacy is our middle name.\") DAG positions have been taken seriously due to the professional expertise and stature of its 28-member steering committee. Many are notable practicing architects. Others are University of Pennsylvania faculty members, some with the School of Design's \"clinical arm,\" PennPraxis, through which faculty and students work on community projects, such as the website PlanPhilly.com. (What a great idea for the Community and Regional Planning Program at the School of Archi\u00adtec\u00adture at the University of Texas!) Others are professional planners who serve on city and regional planning commissions. Lay members include lawyers, builders, developers, preservationists, economists, students, and PR and marketing types. All that's required to \"join\" is to provide an e-mail address.\n\nAt DAG's open monthly meetings, \"a free and frank exchange of ideas is encouraged.\" Presentations on hot development projects and controversies draw a good crowd of 50 to 75 members. DAG's advocacy positions are honed after discussion at monthly meetings, a flurry of e-mails among the steering committee members to forge a consensus view, and a formal vote when necessary. To advance the cause, DAG hosts public forums such as \"Pride of Place\" on the design and planning issues relevant to a particular mayoral election. It has helped lead independent design charrettes for important projects such as Penn's Landing, a major waterfront development. DAG members provide expert testimony before government agencies, write letters to government agencies expressing positions, and publish white papers, op-eds, columns, and letters to the editor. Financial support has come from the William Penn Foundation.\n\nHow effective has the volunteer group's advocacy been? An early high-visibility fight was against the Jefferson Parking Garage, an ill-conceived, overscaled, neighborhood-blighting project for which Thomas Jefferson University and Hospital sought zoning variances. While DAG lost the battle for a complete redesign, the publicity put the group on the map. They also lost a battle \u2013 despite an emergency letter-writing campaign \u2013 to preserve historic buildings sneakily demolished by the state. But their major initiative \u2013 a Reform Agenda for Planning and Design in Philadelphia \u2013 has been a thrilling success. Within two weeks of taking office, Nutter named new professionals to the Planning Commission (including Green\u00adberger as vice chair), the powerful Zoning Board of Adjustment, and the Zoning Code Commission \u2013 just as DAG had advocated. The reform agenda called for creating a new Civic Design Review Commission; the mayor is now pursuing it. After witnessing DAG's by-invitation design reviews of major projects, said Greenberger, \"Now the mayor is calling for the Planning Commission to set up a design-review operation based on the DAG model.\"\n\nAddressing the Philadelphia City Planning Commission last week, Nutter gave a stirring speech \u2013 from the mouth of DAG \u2013 that, if heard here, would make many Austinites weep with joy. Austin Planning Commissioner Tracy Atkins, who heard Nutter address the 2007 Congress for the New Urbanism conference in Philly, remembers: \"He impressed me then. He is young and energetic.\" Said Nutter: \"As a city government, we reject the 'let's make a deal' mentality that dominated the past. Monty Hall has left City Hall. ... Those days are over! ... Planning is not a luxury, nor is it a jargon-filled veneer obscuring a deal-making process that slices up a city's assets in a disorganized rush. ... It's not a passive system, simply responding to developers' proposals; it's proactive and sets high standards of design.\" (Download the full text here.)\n\nMarveled Greenberger: \"We've lost a lot of battles, but we're winning the war of reform. We can't believe it! None of us saw this coming.\"\n\n\"Developing Stories\" visited Philadelphia during the June 5-7 Association of Alternative Newsweek\u00adlies Convention. To join a dialogue about starting a local group that advocates for good urban design and planning, e-mail planaustin@yahoo.com."], [null, "Amidst a lot of shocking celebrity divorces and breakups, including the longtime marriages of Jennifer Garner and Ben Affleck and Gwen Stefani and Gavin Rossdale, one major celebrity couple is making sure their names don\u2019t get dragged into the divorce trend.\n\nWill Smith and Jada Pinkett Smith have battled many rumors about their relationship over the years and, after recent divorces, it seems they were being pegged as the next ones to call it quits, that is until Will spoke out, slamming the rumors.\n\n\u201cUnder normal circumstances, I don\u2019t usually respond to foolishness. (Because it\u2019s contagious) But, so many people have extended me their \u2018deepest condolences\u2019 that I figured- \u2018What the hell\u2026 I can be foolish too!\u2019 So, in the interest of redundant, repetitious, over & over-again-ness\u2026 Jada and I are\u2026 NOT GETTING A DIVORCE!!!!!!!!!!! I promise you all \u2013 if I ever decide to divorce my Queen- I SWEAR I\u2019ll tell you myself! #Dumb People Should Have to Wear Scarlet D\u2019s,\u201d the actor wrote on Facebook.\n\nAlthough we all thought some of the other recently divorced couples were going strong, it seems Will and Jada are still doing just fine after 18 years of marriage."], ["\" Now, Armenians have two choices: Either they accept the situation or leave the country \" - Rovshan Ibrahimov\nRead: 349", null, "In reaction to the publish of biased reports by some media, Iranian Embassy in Baku said that ill-wishers and enemies are trying to disrupt Tehran-Baku friendly and brotherly relations, Mehr News Agency reports.\n\n\"In recent days, despite the clear positions announced by high-ranking officials of Iran, the enemies and ill-wishers of Azerbaijan Republic and Iran have always sought to achieve their sinister goals in order to disrupt cordial relations between the two countries,\" Iranian Embassy wrote.\n\n\"The embassy hereby declares that the recent rumors about the positions of the Islamic Republic of Iran on the conflict between Azerbaijan Republic and Armenia are sheer lies and are baseless,\"it added.\n\n\"The ill-wishers of the two nations of Iran and Azerbaijan Republic are trying to deceive the public opinion and hide the facts by launching evil media campaign,\" the Embassy said, adding, \"These propaganda and news, as the political aide to the President of Azerbaijan emphasized, is a betrayal of both countries.\"\n\n\"Iran and Azerbaijan Republic are friendly and brotherly nations and that friendship and brotherhood will exist forever and no one can disrupt it,\" it noted.\n\n\"The Embassy of the Islamic Republic of Iran strongly reject the false and baseless news and strongly condemns the spread of these heinous rumors,\" it stressed."], ["Mandela, Only Leader In The World \u2013Prof Adair\n\nAiling former South African President, Nelson Mandela, is the only person that deserves to be addressed as a leader in the world today, Prof. John Adair, the world\u2019s first professor of leadership, has said. Adair, the chair of the United [...]", null, "How Five South African Policemen Brutally Beat A Nigerian To Faint, Wake Him Then Tortue Him Again To Death\n\nFive Limpopo police officers beat a Nigerian man to death, the Polokwane Magistrate\u2019s Court heard on Thursday. \u201cI put it to you that you beat him, he fainted and you resuscitated him. He woke up and\u2026 you beat him again,\u201d [...]", null, "Nigeria Pledges $2 Million For Conduct Of Elections In Mali\n\nThe Nigerian government on Wednesday pledged a donation of US$ 2 million (about N320m) in support of agricultural development and conduct of free and fair elections in Mali. Vice-President Namadi Sambo made the pledge in Brussels at the International Donors [...]", null, "Desmond Tutu Vows Not to Vote for ANC Anymore\n\nArchbishop Emeritus Desmond Tutu says he will not vote for the Africa National Congress (ANC) again in future elections in the country. Mr. Tutu who wrote an opinion page in the Mail-Guardian newspapers on Friday that he had in the [...]\n\nThe oil curse: Ghana struggles to survive \u2013 When Ghana struck oil in 2007, citizens expected the industry would bring them better lives and investors anticipated hefty profits from a rising African economic star. Six years later, all of them are [...]"], [null, "The high breakthrough infection rate implies that vaccination as a standalone strategy will not be enough in the days to come. Multiple strategies of protection will likely be required long-term from a public health perspective.\n\nWhat is this Study?\n\nFor ease of discussion, the term 3rd dose will henceforth be used instead of precautionary dose\n\nFigure 2: The percentage of people in each age group who were affected by the 3rd wave\n\n5. Profile of vaccine use\n\n11. 3rd wave positive rates among those who got 3rd dose, versus those who did not take 3rd dose\n\nFigure 7A: Third wave positivity according to whether 3rd dose was taken or not\n\nFigure 7B: Comparison of confounding factors that could have affected the outcomes of 3rd dose\n\nThis indicates that infection was more common among those who had longer gap after 2nd dose. In other words, protection from infection appeared to be linked with how recent the last vaccine dose was.\n\nFigure 8 A: 3rd wave positivity according to gap since receiving 2nd dose, among those who did not take 3rd dose\n\nWe looked at people who took the third dose after varying gaps from the second dose. They were categorized into three groups:\n\nIn these three groups, we assessed the impact of the 3rd dose, as measured by the difference in 3rd. wave positivity rates. We found that a 3rd dose given early or during intermediate period made no difference to the baseline infection rate. But when the gap was >6 months after the second dose, taking a 3rd dose generated a 19% lower incidence of COVID-19 in the 3rd wave.\n\nFigure 8 B: Difference in percentage of infection rates between 3 and 2 dose groups, classified on the basis of gap between 2nd and 3rd doses. The longer the gap, the greater the additional protection observed.\n\nAmong those who had a 3rd dose, 716 got infected during 3rd wave\n\nAmong those who were vaccinated, but did not receive 3rd dose, 1577 got infected during 3rd wave\n\nFigure 9: 3 rd. wave symptom severity profile classified according to whether 3rd dose was taken or not\n\nThe severity profile of 3rd wave symptoms among vaccinated people who took 3rd dose and those who did not, were similar. The minor differences shown in the graph were not significant.\n\nFigure 10: Age of those who suffered moderate severity of COVID-19 during 3rd wave, expressed as % of total respondents. Although the chance of testing positive has higher among\n\n16. Public opinion: \u201cDo you think a precautionary dose is helpful?\u201d\n\nFigure 12: Sample of questions sent to assess severity of COVID-19 among respondents\n\nFor question no.2, more than one of the six choices could be selected, depending on individual severity.\n\nThey were later classified as asymptomatic, mild, moderate and severe.\n\nLess than 1% of those affected in the 3rd wave reported severe disease, defined as those who required supplemental oxygen during hospitalisation (6).\n\nThe chief reason that people mentioned for not taking the 3rd dose was that infections were being commonly reported after third dose."], [null, "How many municipal councillors or MPs have taken any personal involvement in foresight activities?\nWriter\nElina Kiiski Kataja\n\nHow many municipal councillors or MPs have taken any personal involvement in foresight activities?\n\nThe National Foresight Network was convened as part of the Foresight Friday event at the Association of Finnish Local and Regional Authorities on Friday 30 November, to ponder the subject of municipalities of the future and the factors vital to their success.\n\nFor a foresight specialist like me, the event was inspiring in two ways.\n\nEngaging in foresight activities alongside those in power\n\nThe first source of inspiration lay in the way in which the Association of Finnish Local and Regional Authorities implemented its major foresight process. The purpose of this process had been to examine the local authority of the future and the result was future images of municipalities (in Finnish). Instead of commissioning external consultants for the project, the association had engaged its own experts, leaders and councillors on a broad basis.\n\nThey began by collecting signals onto a group board on Pinterest. They then arranged trends into groups and processed them, before seeking future visions within each area. On the basis of their future visions and interpretations, they went on to build prototypes of the municipal services of the future.\n\nWhen foresight activity is implemented in this way, the result is a process of collective learning among participants and stronger commitment to the final results. To those who make their living out of foresight work, there is nothing revolutionary about this. On the other hand, I view public organisations and decision-makers in particular as overly cautious about applying participatory foresight methods. I wonder how many municipal councillors or MPs have ever had any personal involvement in actual foresight work. And how many ministers? If you can think of any, please let me know in the comments section!\n\nWhen faced with foresight data that you need to process into visions and concrete services, you usually also encounter an entirely new outlook about which you might otherwise have been oblivious. I believe that, right now, as Finland slogs through a quagmire of austerity and despair, we need future-oriented work more than ever as the basis of future visions and foresight \u2013 particularly among political leaders at various levels. Many thanks to the Association of Finnish Local and Regional Authorities for taking bold steps forward with this!\n\nThe second aspect of my inspiration is associated with the previous one. At the event, we also heard of a municipality that is already turning its strong, future-oriented activity and faith into reality. That municipality is Pirkkala, which has given thought to its future vision as the political system changes and its municipal identity becomes based on something other than organising services. How to create an identity that places democracy and dynamism at the heart of municipal operations?\n\nPirkkala seems to have succeeded well in this. It is true that it had a good framework from the beginning: it is located next to the large city of Tampere, has good transport connections, a beautiful environment and a balanced municipal economy. Still, this is not enough if political leaders or civil servants lack the ability to reform and the willingness to attain a healthy governance culture. Pirkkala has had the will and ability to invest in both.\n\nWhat do measures taken to secure future competencies look like in concrete terms? Pirkkala\u2019s vision is centred around a contented community and municipality which provides a lively, happy environment in which people want to settle. In other words, the municipality dares to connect well-being to happiness, not just service provision and other traditional factors. Strong trust between politicians, civil servants and local residents is promoting the implementation of this vision. They have no intention of paying mere lip service to the \u201cfacilitating role of civil servants\u201d, but want to genuinely think about what facilitation means and the skills it requires. They are adopting social media tools and understand that their use requires new skills and approaches, from both politicians and civil servants. They view dynamism as being about tearing down boundaries and are willing to co-operate with partner cities across national frontiers.\n\nWith social and healthcare reform just around the corner, now is a good time to re-examine regional and municipal identities. Many regions are already doing so. Last month, the Pirkanmaa Future Forum mapped the factors of future success and more major regional foresight events have been penned in for the spring. I will comment on these closer to the actual events. Before then, I hope that as many people as possible throw down the gauntlet to decision-makers, challenging them to join in their foresight activities.\n\nWeekly notes is a series of blogs offering insights into the topical issues being discussed each week by Sitra\u2019s research and strategy team. Our Weekly Notes are gathered together here.\n\nDelving into future trends \u2013 is there cause for optimism?"], ["RSS Feed\n\u2190 \u201cAs a drunkard uses a lamppost\u2026\u201d\n\u201cFriendly McKenzie, writing the words of a sermon that no one will hear\u201d \u2192\n\nFour minute warning [or \u201clast night the plans for a future war, was all I saw, on Channel Four\u201d ]\n\nI realise, as one of the markers of getting old, that a cultural touchstone of my life, the \u201cfour minute warning\u201d might well mean nothing at all to younger people, so before I start, I\u2019ll explain what it is.\n\nBack in the days of the Cold War, where we were worried about Russians and nuclear war rather than Al Qaeda and suicide bombers, the Government had an early warning defence system. They would know, from monitoring at Jodrell Bank (a big telescope observatory station) if missiles had been launched, and then the Government would bring into play klaxons, sirens and alarms to let everyone know that we had four minutes before the missiles would strike.\n\nGrowing up in the 80s, particularly in a city that was within a five mile radius of several RAF bases, and with left leaning teachers who were all signed up to \u201cSave the Whale\u201d and \u201cCND\u201d, I spent most of my formative years having these three facts drilled into me :-\n\n(a) You will need a degree to get a job, even a job stacking shelves, when you leave school, and there won\u2019t be any jobs, thanks to \u201cMrs Thatch\u201d\n\n(b) If you have sex with anyone ever, you will almost certainly catch Aids and die\n\n(c) You won\u2019t know when nuclear war will come, and any day could bring that four minute warning, but it WILL come [oh, and living where we do, you WILL be vapourised, no mutants and rebuilding society from the ashes for you, you will BE the ashes]\n\nThe school further emphasised point (c) by showing us the film \u201cThreads\u201d in which we saw a shopping centre not all that far from us get devastated by a fictitious nuclear war. That certainly made going shopping at the weekend a much more haunting and terrifying experience. If there\u2019s one thing worse than knowing you could be vapourised any moment, it is that you could spend your last moments alive trying on far too tight shoes in Clarks or looking in bad mirrors in Concept Man trying to work out if burgandy and mustard go together.\n\nWhat a cheery adolescence that was, alleviated only by \u201cAxel F\u201d, Gauntlet, Star Wars figures, Nike trainers, New Order, the Um Bongo advert, Wilma Deering\u2019s lipgloss on \u201cBuck Rogers\u201d and Frank McAvennie\u2019s blonde perm [these things not necessarily in order of preference].\n\nSo, it suddenly struck me the other day, that having lived under the shadow of nuclear war, and the four minute warning, an existential horror so incomprehensibly unfathomable in modern society that the only way I can explain it is to suggest that it made certain sections of the British public think that Sting of all people, was very wise, provocative and deep in his song \u201cI hope the Russians love their children too\u201d\n\nthat I hadn\u2019t thought about the four minute warning for years. Does it still exist?\n\nWould we get more time now, as with satellites and better computers we might know earlier that the nukes were being warmed up? Or would we get less, because technology in rockets has advanced and they would fly quicker?\n\nThis, by the way, is the message that would have been read out on all radios and on the BBC. It is, you will agree, a great comfort.\n\nHere is the cheeky opening which comes right out with the important bad news, just in case you were watching \u201cTelly Addicts\u201d and cursing that it had been interrupted by a party political broadcast. Don\u2019t touch the \u201choofer doofer\u201d pops, this is it!\n\nThis is the Wartime Broadcasting Service. This country has been attacked with nuclear weapons. Communications have been severely disrupted, and the number of casualties and the extent of the damage are not yet known. We shall bring you further information as soon as possible. Meanwhile, stay tuned to this wavelength, stay calm and stay in your own homes.\n\nRemember there is nothing to be gained by trying to get away. By leaving your homes you could be exposing yourselves to greater danger.\n\nIf you leave, you may find yourself without food, without water, without accommodation and without protection. Radioactive fall-out, which follows a nuclear explosion, is many times more dangerous if you are directly exposed to it in the open.\n\nI have to say, I personally find the idea of this warning being more comforting if I imagine it being read out by Hugh Grant\u2019s character from \u201cFour Weddings and a Funeral\u201d \u2013 done with much more beating around the bush and nervous embarrassment at having to say it at all.\n\n\u201cNot quite sure how to say this, and I\u2019m sure it comes as a bit of a shock to you all, it did to me, certainly, and I don\u2019t really know why Mr Cameron asked me of all people to tell you, but the fact of the matter is\u2026 gosh, this is awkward. Hard to really know how to start. Is it best, all things being equal to break it gently, or just dive right on in there.\n\nImagine for me, if you will, the really absolutely worst thing I could be about to tell you. Imagine a bit harder. Are you thinking about mushroom clouds? If not, you\u2019re not quite imagining the right thing\u2026 try again. In the words, perhaps of Michael Stipe, while he was still with REM in fact, it\u2019s the end of the world as we know it. Erm, sorry.\u201d\n\nSo, the news is, we no longer get a four minute warning. All of the klaxons and sirens have been dismantled (apart from, oddly, the one at Broadmoor). A combination of cost, difficulty of organisation, the realisation that the Electromagnetic Pulse that will accompany the nuclear missiles falling on nearer targets will probably wipe out electronic communication anyway, and oddly, the prevalence of double-glazing meaning that most people wouldn\u2019t now hear the sirens, led to it being put to bed in the mid 1990s.\n\n[Only in England could Safestyle UK \u201cI say you buy one, you get one free\u201d be the driving force behind ending the public\u2019s right to know that nuclear annihilation was imminent]\n\nJudging from the conversations that we always had in the 80s about what we would do if the four minute warning came, cancelling it did not so much stop people carefully stockpiling water and salt and tinned fruit, as prevent a wave of pimply teenaged boys trying to cop off with any female in sight and \u201cdriving a yellow Lamborghini Countach at 160 miles an hour\u201d\n\nI suspect that the reality of the situation would be that if we did get a four minute warning, there would just be utter panic, looting, a complete collapse of the internet and mobile signals as everyone tried to ring their loved ones/tweet something jaded and pithy about the war, and gridlock on the roads as everyone tried to either get home or get the hell out of the city. [Or even more depressingly, people spending their last minutes watching that last episode of Broadchurch that they Skyplussed, on 16 x speed so they can die knowing who did it]\n\nJust forty truck drivers blocking our supply of petrol for five days achieved much the same thing, so it doesn\u2019t seem unfathomable that we\u2019d get similar if not worse meltdown from a genuine actual crisis.\n\nI suspect, that given that all that seems to be gained from a warning is panic and misery, that the Government wouldn\u2019t actually get Hugh Grant on the television to tell you to stay indoors (using the protective power of your double glazing) and to save your tinned peaches for later.\n\nWhich means the only survivors of a nuclear attack on Britain would be pensioners (who are inside anyway, and have loads of tinned fruit), politicians (who get the secret warning and grabbed their expenses forms and headed to their bunker and drew up the Duck drawbridge), the inmates of Broadmoor, and people who were at home watching \u201cLoose Women\u201d. What a glorious future we will have, when things are rebuilt. Britain will be great again.\n\nThat was all a bit depressing. Who would have thought that nuclear war could be a bit of a downer, all in all?\n\nHere\u2019s a picture of a yellow Lamborghini Countach, to cheer you up.", null, "And if you are still feeling a bit blue, here\u2019s Wilma Deering out of Buck Rogers. If that doesn\u2019t cheer you up, I\u2019m out of suggestions. Perhaps find a clip of loveable TV scamp (and falsely rumoured \u201che\u2019s an adult with a kidney disorder\u201d ) Gary Coleman asking Willis what he is talking about.", null, "Law geek, local authority care hack, fascinated by words and quirky information; deeply committed to cheesecake and beer.\nView all posts by suesspiciousminds \u00bb\n\u2190 \u201cAs a drunkard uses a lamppost\u2026\u201d\n\u201cFriendly McKenzie, writing the words of a sermon that no one will hear\u201d \u2192"], ["The 5 Most Spectacular Coastal Drives on Earth\n\nEach of these 5 spectacular coastal drives should be on your bucket list. Add at least one to your future travel plans... you'll be so glad you did.\n\nIt was really hard to decide the ranking and, except for number one where all of us agreed, the positions were not by unanimous decision. Go visit, make up your own mind... and let us know.\n\nThe Amalfi Coast from the Santa Caterina Hotel - click for more info.\n\nOne of the scariest of drives with crazy Italian drivers doing crazy things.\n\nIf you don't want to drive yourself take a bus; the buses aren't for those of nervous disposition though - the ride consists of crazy lurches around sharp corners, while holding on tight to your seat and hoping the bus doesn't fly out over the sea.\n\nSo why did this coastal drive win?\n\nIt's far less \"wild\" than any of the other drives we feature but the combination of spectacular cliffs covered with olive and lemon trees, the bluest sea of all and around every turn a medieval village makes it unbeatable. More on this coast here.\n\nThis one is like a wilder version of the Amalfi Coast. The first bit, through the upmarket suburbs of Clifton and Camp's Bay, is very similar though - just that the oldest building here is maybe 200 years old compared to 900 on the Amalfi Coast.\n\nStill, the beaches are better than those on the Amalfi Coast with beaches like Clifton being rated among the top ten in the world. Camp's Bay Beach too is spectacular, with the Twelve Apostles mountain peaks rising up like sentinels, rows of palm trees parading down the beach promenade and the beach itself looking all white and lovely.\n\nThe most famous part of the road trip is the section called Chapman's Peak Drive: here the Atlantic Ocean crashes against sheer cliffs that plunge vertically into the water, baboons scamper about the rocks above and whales can often be seen offshore. Driving this section was one of the most incredible experiences of my life - especially the bit where you come around a bend and far below you stretches the great expanse of Noordhoek Beach; where racehorses train and appear only as tiny black dots on a vast canvas of white sand.\n\nThe last part of the drive to Cape Point is through a nature reserve in which zebras, ostriches and antelopes roam while seals lounge on the beaches. The end of the road marks the end of mighty Africa. As you look southwards towards the Antarctic, and watch the huge waves of the Indian and Atlantic Oceans meeting in fury, you really do feel that you've reached the ends of the earth. The penguins, sunbathing in warm sunshine, on nearby Boulders Beach only confirms that feeling.\n\nThe best way to enjoy this drive is to start from Seapoint in Cape Town and head along the coast from there - here are the details of the entire trip.", null, "Everything about Ireland is a lot of fun. The Irish always seem to look on the bright side of life and, even if it rains every day, they get out and live their lives with a carefree spirit. That's the best way to enjoy this rather long drive too; don't worry about the weather, come rain or shine(guaranteed it'll be rain) get out there and marvel at the greenery (that rain is good for something), the slate grey ocean and views.\n\nThe drive is the longest of all the ones featured; if you do the whole lot it's over 1500 miles. My advice is to focus on the 100 miles of the Ring of Kerry or the less touristed Beara Peninsula.\n\nFunny how two of these spectacular coastal drives have rock formations called the Twelve Apostles - the other one is on the Cape Town drive.\n\nThe Twelve Apostles is the most famous of the sights along the Great Ocean Road even if there aren't Twelve Apostles anymore... only eight. The others have eroded away and collapsed into the sea. Don't worry though, the remaining ones are spectacular as they rise like huge sentinels from the sea. Best time to see them is in the light of early morning so make sure you leave really early. If you can't do early morning then sunset is second best.\n\nIt isn't only the Twelve Apostles though; the 150 miles of the Great Ocean Road has a bit of everything ranging from beaches to volcanic plains to forests to waterfalls.\n\nSadly, they have experienced a number of problems with landslides over the last few years and the road has been closed for long periods. It is currently open but check with the official website.", null, "One of the last wild stretches of coastline left in California, a heady mix of fresh sea-air, endless vistas and hidden coves. Head out north from Los Angeles on Highway 1 and 250 miles later you are in another world. The coast is at its most enchanting when the mists swirl in from the ocean as they often do; the way the spectacular landscapes vanish and then suddenly reappear in bright sunlight is unforgettable.\n\nIn a way the whales offshore and sea-lions on the beaches are similar to the Cape Town drive as is the scenery but if I had to choose one Cape Town is definitely the better of the two.\n\nMap of Where These Spectacular Coastal Drives Are"], [null, null, "The taxis outside Dongguan station were all home modified two-stroke mini-buses and none of the drivers knew fear or favour as Scoresby, newly arrived in the Middle Kingdom from the lassitude of a month\u2019s layoff in the Hong Kong Yacht Club, felt a strong uncalm as the feral rushing hordes of free market commissionaires plucked at him for his ride.\n\nA warm night in the oriental tropics is this night in this town with latitude similar to Mackay, and here these hot streets, barking frogs, and the vigorous blare of hundreds of car horns as China toiled away at the 24-hour restrictions of the 15th day of March 2006.\n\nThe black night air is dimmed up to grey with the misted poison of a million free-range cars and buses and trucks, and the air stings Scoresby\u2019s tongue, and he turns his foolish head at every hornbleat.\n\nTwenty-five 6 Star southern China Hotels are within a mile of the station, all nestled up nicely to the local nightclubs bars and brothels.\n\nOne and a half hours to the typhoon coast, where whispers thrilled of three-mile point waves and coastal cities beset with Malaria and Japanese Encephalitis. Dengue Fever, AIDS.\n\nAnd there in a small place a collection of gravel-mounded graves of some unbearded and unanmed English dead.\n\nScoresby exited the train, exited the station with its McDonalds advertisements of crayfish and mayonnaise burgers and entered New China\n\nEntered a town of unlit and crowded streets, where shadows of lounging men flickered by in the lights of unending traffic.\n\nHunkered down young men who lurked innumerably in small nestings, on dark corners, seemingly watchful, silent, and lit only by the glow of a shared smoke.\n\nThe baggage men plucked at Scoresby and yelled loudly at each other, they tugged at him and offered weirdly sounds of comfort and destination and safety, and all the time they winked and shoved at each other as the white man reeled from one to one other.\n\nGrab a taxi, get to the \u7f57\u70bd\u6cfd Karaoke Club by midnight, and I\u2019ll introduce you to the company, read the email from young Eric Desjardins, the Frenchman boat builder from Mona Vale. Three years here now and twenty pounds heavier.\n\nNo worries was Scoresby thinking, just grab one of these mobile Chinaman and go get beers, then point him towards the noise and find the party.\n\nShintao beer is what\u2019s left of Carlsberg\u2019s disappointing venture into the Chinese boozer market, and since then China has given the krauts the arse, grabbed the formulae, increased the flavour, increased the alcohol content, increased the bottle size, and decreased the price.\n\nSome people you love at first sight, thought Scoresby \u2013 China \u2013 almost a brother nation already, and they like a bet.\n\nSo with an underarm slab of Shinto costing $8 aus, lovely Korean girls on all the stools, music by a revolving succession of Britney Spears lookalites, and over in the corner eleven dangerously slammed Australians and Frenchmen singing like stoned cats \u2013 our man walked through the door at 1.30 am knowing now that home sweet new home has many rooms."], ["Lava from the Kilauea volcano is threatening the Puna Geothermal Venture plant on Hawaii's Big Island.\n\nIn the weeks since the Kilauea volcano began belching lava into Hawaii's residential areas, the fiery flow has destroyed dozens of structures and covered scores of acres on the Big Island. But authorities fear its destructive reach could ravage at least two more cornerstones of the state: its power supply and, a little less tangibly, its all-important tourism industry.\n\nOn Monday evening local time, the Hawaii County Civil Defense agency announced that lava from nearby fissures had begun to encroach on the southern edge of one of the state's key sources of power, the Puna Geothermal Venture.\n\nThe plant harvests hot liquid and steam from underground wells to drive turbine generators for electricity, which is then sold to the state's largest utility. The plant provides roughly a quarter of the Big Island's power, according to Reuters.\n\nAnother risk, besides the loss of power, rests in what might happen if the lava overcomes the state's protective measures: \"There's a steam release, there's many chemicals, but primarily the critical factor would be hydrogen sulfide, a very deadly gas,\" Hawaii's Emergency Management Agency chief, Tom Travis, told reporters Monday night.\n\n\"County, state, and federal partners have been collaborating closely to monitor the situation and work with PGV to ensure the safety of the surrounding communities,\" the civil defense agency said in its alert. \"Ten of the eleven wells have been quenched. Efforts are ongoing to make sure the site is secure and the community is kept safe.\"\n\nIt is the second step after simply shutting all the wells, which he says they already did when the event began. Crews were working overnight to quench the 11th and final well.\n\n\"Once that step is taken, we will be in a much more solid state for having lava overflow the site,\" Travis added late Monday. \"It's not easy to predict where it's going to go and when it's going to get there. So it's important that we get what we can done now.\"", null, "Lava spews out of fissures near the lower east rift zone. USGS\n\nMeanwhile, elsewhere on the island, the longer the lava keeps flowing, the longer one of the state's premier tourist attractions remains closed to ensure visitors' safety. About two-thirds of Hawaii's Volcanoes National Park closed May 11, right around the start of the summer tourist season \u2014 and it remains closed, likely deterring a substantial chunk of the park's more than 2 million annual visitors.\n\nA National Park Service report published last month estimated that those visitors spent $166 million in communities nearby last year \u2014 spending that \"supported 2,020 jobs in the local area, and had a cumulative benefit to the local economy of $222,394,900.\"\n\nThe number of visitors to the park has \"increased by 58 percent\" since an eruption on Kilauea's summit a decade ago, according to the NPS.\n\nNow that Kilauea's activity has dramatically escalated, however, local businesses have seen their income diminish in seemingly equal proportion."], [null, "Came across this article about an inspiring act of generosity by a group of Muslim calling themselves \u2018Muslim Snow Patrol\u2019, not to be mistaken for the badboys of East London calling themselves \u2018Muslim Patrol\u2019, who have been embarrassing the whole community by shouting abuse at Non-Muslim women, taking alcohol away from the hands of Non-Muslims (which is haram (not permissible) because it\u2019s his possession and rules of alcohol consumption does not apply to them) and telling Non-Muslims to move away from the Mosque, which is against the teachings of true Islam as we\u2019re encouraged to invite fellow Muslims and Non-Muslims to the Mosque.\n\nGoing back to the The Muslim Snow Patrol, organised by Islamic Diversity Centre (IDC) in Newcastle helping clear residential roads and drives in Newcastle\u2019s West End. Newcastle City Council also provided the team with gloves, shovels and grit as well as directing the team to areas most in need.\n\n\u201c[Residents] have been really appreciative of the work that we\u2019re doing.\n\n\u201cThey\u2019ve been a bit surprised at why loads of bearded men have come and tried to help them clear their drives. As Muslims we believe that it is our Islamic duty to look after our neighbours, especially in these very difficult conditions.\n\n\u201cWe\u2019re trying to remove some of those preconceptions people have about Islam and Muslims by showing that Muslims actually do good things and are trying to help our neighbours.\u201d\n\n\u201cThe residential streets are more of a problem for [the council] because we just don\u2019t have the money to grit and clear them. This group is a tremendous example of what can be done and what can be achieved by everyone doing their bit. If every group just does a little bit then together we can do a huge amount.\u201d\n\nIt\u2019s not often we hear good, positive things about the Muslim community, so please brothers keep up the inspiring act of charity and dawah because there are Muslims out there who are out there to be on the likes of DailyMail or The Sun portrays the misunderstood version of Islam.", null, null, null, null, null, null], ["Muslims in Detainment: A Look Into China\u2019s Camps", null, "Recently, the world has learned of China\u2019s new measures to counter Muslim terrorism. The Chinese Xinjiang government has been detaining the Uighur Muslim minority in \u201creeducation camps,\u201d but documents and interviews are revealing that the situation isn\u2019t as innocent as it seems.\n\nAccording to these documents, the camps are meant to \u201ccleanse\u201d the Muslims. However, this cleansing has been said to be more like torture. It\u2019s hard to know exactly what happens in these areas, but as some people escape, new knowledge comes to light. According to the China Digital Times firsthand accounts, severe punishments were delivered to people who were reluctant to learn Chinese culture. According to this take from CNN, the Muslims were given incredibly low rations, and those who continued to disobey were taken, injected, and returned dazed and confused. The people have a bucket as a toilet and rumors of sexual abuse to the women were common. The Intercept interviewed Nury Turkel, a Uighur-American human rights activist. He described the situation as \u201ccultural genocide.\u201d China has not denied any of these accusations.\n\nIn fact, China\u2019s stance seems to be focusing on silencing these claims instead of proving them wrong. You may have seen Tik Toks about the camps go viral and promptly be deleted. One of the biggest and most effective videos was made by 17-year-old Feroza Aziz. Aziz\u2019s account was blocked and suspended, although Tik Tok eventually apologized. Further, China also announced that they have no intention of closing down the camps.\n\nWhile the situation is fading out of the media\u2019s eye, that doesn\u2019t mean that it isn\u2019t still going on. The camps are still up and running and aren\u2019t likely to shut down very soon. It\u2019s up to the public to keep the news relevant and to see what China\u2019s next move will be."], [null, "A project which paired Holocaust survivors with celebrities to educate about the genocide has won two prestigious awards.\n\nThe initiative, launched on Yom HaShoah in a bid to continue Holocaust education during the pandemic, featured a series of videos with Holocaust survivors giving their testimony to high-profile celebrities.\n\nCassie Matus, Chief Executive, March of the Living UK said: \u201cWhen MOTL 2021 was cancelled we knew we needed something to fill its place. Working with our agency, Creative & Commercial, we came up with an amazing idea. If the survivors can\u2019t go on the March then the March should come to the Survivors. Frank PR and Broadcast Revolution brought this to life with the help of our amazing celebrities and survivors. We are so thrilled that it won two UK Content Awards.\u201d"], [null, "Born and raised in Washington, DC, Malcolm took his first rafting steps in West Virginia with his dad before going on to complete a Source to Sea expedition on the Mississippi River in 2015. One year later, he began his guiding journey on Australia\u2019s Tully River and he has since traveled around the globe, venturing as far afield as Papua New Guinea, Morocco, Chile, and New Zealand. One of Malcolm\u2019s highlights has been trekking through the rainforest with local tribesmen in Borneo while learning to hunt and forage for food. When it comes to rafting back home, he particularly loves Idaho as it boasts some of the most \u201cremote and wild spaces in the lower 48\u201d. Aside from being a keen surfer, Malcolm holds a Bachelor in Business Administration and Marine Biology from Loyola University New Orleans."], [null, "After moving to Los Angeles, Susan Orlean become fascinated by a mysterious local crime that has gone unsolved since it was carried out on the morning of 29 April 1986: who set fire to the Los Angeles Public Library, ultimately destroying more than 400,000 books, and perhaps even more perplexing, why?\n\nWeaving her lifelong love of books and reading with the fascinating history of libraries, Susan Orlean investigates the legendary fire to showcase the larger, crucial role that libraries play in our lives. She also reflects on her own childhood experiences in libraries; studies arson and the long history of library fires; attempts to burn a copy of a book herself; and re-examines the case of Harry Peak, the blond-haired actor long suspected of setting fire to the library over thirty years ago. Along the way, she reveals how these buildings provide much more than just books \u2013 and that they are needed now more than ever.\n\nAs a keen reader of books about books who also has an interest in non-violent and historical true crime, I was immediately interested in Susan Orlean\u2019s The Library Book. It\u2019s one of those multifaceted books that wears many hats \u2013 examining the devastating fire that decimated Los Angeles Central Library in 1986 and the personal history of the man accused of starting it, whilst at the same time providing an eclectic history of the Los Angeles library system and an examination of the role of the public library within our increasingly digital world.\n\nOrlean\u2019s narrative is extremely dense and the book covers a lot of ground in it\u2019s 300 or so pages. But the clear and engaging prose, which blends personal reflection with immersive journalism and factual history, drew me into the narrative and gave the book a compulsion.\n\nOrlean really captures the intensity of feeling that surrounds libraries and books. Her description of the library fire is devastating for a book lover to read \u2013 she really makes it easy to empathise with the librarians, who cried on the street as they watched over 400,000 items from their extensive collection go up in flames. In a fascinating chapter, Orlean burns a book herself; an act that she finds both terrifying and subversive. It\u2019s a feeling that I completely understood and I found myself mourning the lost knowledge that was turned to ash on the morning of 29 April 1986.\n\nOrlean\u2019s sensitive treatment of Harry Peak, the charismatic young actor suspected of setting the library fire, manages to convey both the fiercely-held belief that investigators had in Harry\u2019s guilt whilst acknowledging the fallibility of fire investigation techniques and the circumstantial nature of the evidence available at the time.\n\nThat said, Harry\u2019s narrative was, for me, the weakest part of the book \u2013 although that is the fault of history rather than of Orlean. Harry, a man who constantly re-wrote his own narrative, flits elusively through the pages and you definitely get the sense that Orlean, like many of the other people around him, struggles to pin him down. The Library Book is impeccably researched but, as Orlean admits, the truth about the library fire \u2013 and whether Harry had any involvement in it \u2013 will probably never be known. This does give the ending a slightly subdued quality \u2013 the pace drops off noticeably in the last third as it becomes apparent that this isn\u2019t a mystery that will have a resolution. To Orlean\u2019s credit, she instead turns the book into a love letter to libraries and a reflection on their importance in the world today.\n\nThe Library Book may disappoint readers looking for a true crime narrative. There are definitely similarities in pacing and style with David Grann\u2019s excellent Killers of the Flower Moon and Michelle McNamara\u2019s I\u2019ll Be Gone in the Dark, but this is a very different kind of book in tone. The Library Book isn\u2019t about finding the answer to a mystery \u2013 it\u2019s an ode to books, a love-letter to reading and a homage to libraries and their place in the world. It\u2019s a book that\u2019s perfect for anyone who has whiled away hours browsing the stacks or has childhood memories of magical trips to neighbourhood branches. In short, it\u2019s for anyone who appreciates the power of libraries to fascinate, to educate, to entertain and to unite \u2013 a rich, warm and heartening book that kept me spellbound throughout.\n\nThe Library Book by Susan Orlean is published by Atlantic Books and is available now from all good bookshops and online retailers including Hive, Waterstones and Amazon. My thanks go to the publisher for providing me with a copy in return for an honest and unbiased review."], [null, "Looking to save some coin on your energy bills? Then stop wasting food. According to a new report published this month in the journal Environmental Science & Technology, \u201cWasted Food, Wasted Energy: The Embedded Energy in Food Waste in the United States,\u201d consumers could immediately save the energy equivalent of around 350 million barrels of oil a year though the curbing of food waste. Why? In part because the study estimated that it takes the equivalent of about 1.4 billion barrels of oil to produce, package, prepare, preserve, and distribute a year\u2019s worth of food in the U.S.\n\nAuthors Michael Webber and Amanda Cu\u00e9llar note that food contains energy and requires energy to produce, process and transport. As a matter of fact, rising energy costs are the largest contributor to rising food costs. The authors\u2019 estimates indicate that between 8 and 16 percent of energy consumption in the United States went toward food production in 2007. However, it appears that consumers don\u2019t take energy costs into account when eating as the USDA estimates that people in the U.S. waste nearly 27 percent of their food.\n\nThe report also estimated that when accounting for wasted food and the energy needed to ready it for consumption, U.S. consumers wasted about 2030 trillion BTU of energy in 2007, or the equivalent of about 350 million barrels of oil. That represents about 2 percent of annual energy consumption in the U.S. \u201cConsequently, the energy embedded in wasted food represents a substantial target for decreasing energy consumption in the U.S.,\u201d the article states. But the authors note the problem is probably worse because the numbers used were incomplete, outdated and conservative.\n\nThe authors concluded that the energy discarded in wasted food is greater than the energy available from many popular efficiency and energy procurement strategies, such as the annual production of ethanol from grains and annual petroleum available from drilling in the outer continental shelf. \u201cA decrease in food waste must be accompanied with a retooling of the food supply chain to ensure that the energy consumed during food production does in fact decrease with a decrease in food waste.\u201d"], [null, "Microplastic is everywhere and many carry concerns about it. These tiny pieces of plastic can be damaging to one\u2019s health as well as the environment. How would you be able to minimize your use and intake of microplastics and prevent them from spreading? There\u2019s still a lot of uncertainty in regard to the damaging effects of microplastics. One of the places where their negative effects can clearly be seen is in nature. Microplastics are especially damaging to aquatic organisms.\n\nMicroplastics are pieces of plastic smaller than 5 millimeters in size. These pieces can thus easily end up in the environment where they accumulate together. They aren\u2019t degradable, but do fall apart into even smaller pieces, which makes them impossible to clean up. Microplastic - and even smaller, nanoplastic - can be found in various bodies of water, the air, the ground, and even in our food. Research has revealed that microplastic has been found in:\n\nIn addition to this, microplastics are often also found in the following products:\n\nThere will definitely be microplastics in a product if the label states one or more of the following:\n\n(National Institute for Public Health and the Environment) has made a factsheet as commissioned by the Department of Waterways and Public Works, of the most recent developments in regard to the microplastic issue. In said report, the RIVM used international data on the matter as a basis for the situation in the Netherlands to be applied to.\n\nThe effect of microplastics on people as well as the environment isn\u2019t entirely clear yet. Research on this matter is often quite complex due to microplastics being a group of variating particles of which their properties could change even more due to weathering, the forming of biofilm, and/or the binding of hydrophobic chemicals in the environment. The scientific literature that describes the effects of microplastics on aquatic organisms is more extensive than that on their effects on humans.\n\nDue to their physical properties, microplastics can have a negative impact on specific aquatic organisms and affect functions such as breathing, movement, or the intake of food. Microplastics can also cause toxic effects due to the additives in them (e.g. flame retardants, dyes, biocides, softeners, etc.) or due to the hydrophobic chemicals that are absorbed into microplastics in an aquatic environment. A few chemicals are known to have had effects on the health of both humans and animals due to being identified as CMR (Carcinogenic, mutagenic, reprotoxic), PBT ( Persistent, Bioaccumulative and Toxic), vPvB (very Persistent and very Bioaccumulative), or ED (Endocrine-Disrupting).\n\nThe WWF website contains many tips and tricks on how you can reduce your plastic consumption. Take a look to see which alternatives you can use.\n\nTry us out for free.\n\nPlease fill out your name"], ["The considered an all-electric Mazda Miata may peeve purists, however there\u2019ll certainly come a day when it is a actuality. Whereas it is nonetheless too quickly to say when the primary MX-5 EV will arrive, Mazda immediately revealed a three-phase technique that prioritizes electrification main as much as 2030. Together with its up to date plans, the corporate teased the \u201cImaginative and prescient Examine Mannequin,\u201d a surprising coupe idea that we hope previews the long run design of the enduring two-seater sports activities automotive.\n\nFinal yr, Mazda confirmed to Automobile and Driver that the next-generation Miata shall be electrified not directly. We count on that to imply some type of hybrid setup, which corresponds with a part of the corporate\u2019s second part. Nonetheless, we would not be stunned to see a completely electrical Miata by the top of the last decade. We additionally would not be shocked to see an EV model that appears much like the idea proven in press pictures in addition to in clips of the video on Mazda\u2019s official YouTube channel (the idea first seems on the 34:55 mark).\n\nWithin the minutes main as much as the idea\u2019s first look, we see quite a few photographs of individuals fortunately driving totally different Miata generations, which additional fuels our hypothesis that there is a connection between previous MX-5s and the Imaginative and prescient Examine Mannequin.\n\nOur first have a look at the idea is seen via an iPhone display, with its uncovered chassis that includes what seems to be a T-shaped battery pack. The automotive\u2019s physique then drops on high and we see its passenger-side butterfly door open up.\n\nWhereas the loopy doorways are one of many idea\u2019s defining options, we do not count on them to be a part of a manufacturing mannequin. We do count on future Miatas to take care of a convertible physique model, though a fixed-roof variant just like the idea would not be a primary, as Mazda did provide the uncommon JDM-only NB-generation coupe.\n\nThe remainder of the imaginary sports activities automotive appears to be like doable, albeit ultra-dramatic. Its large hips, peaked entrance fenders, and low cowl are all exaggerated traits of the present ND Miata. The illuminated Mazda brand mounted low on the idea\u2019s nostril and the slim, protruding entrance lighting parts are different neat touches.\n\nAfter all, we notice Mazda\u2019s Imaginative and prescient Examine Mannequin may not preview a future Miata EV in any respect. We\u2019ve flashbacks of the visually arresting four-door Imaginative and prescient Coupe idea the corporate revealed again in 2017 that has not come to fruition. Nonetheless, its aspirational styling did go on to affect the model\u2019s design language, so maybe the Miata-esque idea will do the identical. A minimum of we are able to dare to dream.", null, null, null, null, null, null], ["Montana gets manufacturing F but tax fairness A\n\nMontana gets manufacturing F but tax fairness A", null, "The report gave Montana a \u201cF\u201d for its manufacturing and an \u201cA\u201d for tax climate, plus other grades in between. The study particularly looked at the state\u2019s percentage of advanced manufacturing; a factory that uses a large percentage of robots, plus white-collar workers such as computer people, would be an example\n\nWhere factories once provided good-paying jobs for people without a lot of education in this country, those blue-collar jobs are drying up.\n\n\u201cThese data underscore the importance of talent development efforts with a focus on educational attainment,\u201d said Michael Hicks, director of Ball State\u2019s Center for Business and Economic Research. \u201cIn the long run, a well-educated and ready workforce matters more than any other single factor in the health of advanced manufacturing firms.\u201d Two related Ball State reports are available online at http://conexus.cberdata.org/.\n\nTo see Montana\u2019s grades in a number of categories, take a look at a graphic display of Montana\u2019s report card elsewhere on this page.", null, "That\u2019s how much less money Montana\u2019s general fund will receive for the biennium as of July 1, according to state estimates. Revenue is down from the oil and gas sector, coal, mining and corporates taxes.\n\n\u201cThe big (financial) cushion we\u2019ve been having for a while could be gone,\u201d state Sen. Fred Thomas said about projections that state general fund revenue will come up short this year.\n\nName of the Week\n\nWe like the name for the June 24 tribute to late Republican stalwarts Tim Babcock, who served as Montana governor, and Conrad Burns, who represented Montana in the U.S. Senate. It\u2019s called the \u201cGolden Tusks Legacy Dinner\u201d and will take place at the Hilton Garden Inn in Missoula. It won\u2019t take gold to get in, but it will require a ticket for $75 per person.\n\nBlog of the Week\n\n\u201cI am certainly not a journalist and I have never claimed to be. I don\u2019t even play one on TV, and I\u2019ve never even stayed at a Holiday Inn Express. I am just professional blogger living in a bunker, eating Twinkies, drinking Folgers coffee, while waiting for Obama to come and take my guns.\u201d\n\n\u2014 Mike Brown, who blogs at thewesternword.com\n\nTurnout in Montana was better than average for the June 7 primary election. We hope the trend keeps up for the Nov. 8 general election.\n\nNo doubt one reason for the improved public response is the increase in people asking for permanent absentee ballots they can fill out by mail, rather than trudge over to their polling place on Election Day.\n\nThere\u2019s no doubt voting by mail is easy. People accustomed to voting in person can opt to vote by mail instead by calling the county elections office. The number in Great Falls is 406-454-6803."], [null, "Last.fm has reached the landmark of 60 billion scrobbles last week, less than ten years after its launch, the company announced today. In other words, Last.fm\u2019s users have now listened to 60 billion music tracks on the platform.\n\nAccording to Last.fm, the 60 billionth song to be scrobbled on the music discovery website was Lady Gaga\u2019s \u2018Judas\u2019. She\u2019s the latest artist to take a place in Last.fm\u2019s hall of fame, joining Bob Dylan whose 1963 song \u2018Blowin\u2019 In The Wind\u2019 marked Last.fm\u2019s 50 billionth scrobble (see our previous story Last.fm: 50 billion scrobbles and the return of the mix tape.)\n\nLooking at this data also gives a good indication of the site\u2019s accelerated growth over the last years; it took much less time for the site to host its latest 10 billion scrobbles than for its first single billion.\n\nAccording to Last.fm\u2019s VP of Product and Marketing Matthew Hawn, \u201creaching this figure is testament to the passion and enthusiasm demonstrated by [Last.fm\u2019s] users.\u201d May it also be the confirmation that paywalls aren\u2019t always a bullet in the foot?\n\nWhat\u2019s your favorite destination to discover music? Let us know in the comments.\n\nRead next: The Principles of Experience Design and 10 sites doing it right"], [null, "The Buffalo Sabres played three games in a row against the New York Islanders at Nassau Coliseum this weekend. All three games ended the same way: with a 5-2 Islanders victory.\n\nBuffalo fell to 0-6-0 against the Islanders this season with Sunday\u2019s loss. The Sabres are 0-4-0 on their current five-game road trip, 0-6-1 over the last seven games and 2-10-1 since returning from a COVID-related two-week pause.\n\nOn Sunday, it was Anders Lee \u2013 who has six goals in six games against Buffalo this year \u2013 and Brock Nelson who scored for the Islanders in a span of 1:02 in the second period. Casey Cizikas scored later on in the second and Cal Clutterbuck added a fourth midway through the third. Nelson added his second goal when he dumped the puck into an empty net late in the third.\n\nJonas Johansson made 25 saves for Buffalo.\n\nJeff Skinner scored his first goal of the season, roofing a backhand shot on a wraparound to make it 3-1 in the third period. Colin Miller added another for his third of the season to put Buffalo within one before Clutterbuck iced the game.\n\nBuffalo is 0-13-1 this season when trailing after two periods."], [null, "El Tonto sees Day playing \u201ca mute simpleton who gets off a bus in Los Angeles and by happenstance suddenly rises through the Hollywood scene to become a celebrity, only to then lose it all.\u201d"], [null, "Totalitarianism, Authoritarianism, and Fascism: What Is the Difference?\n\nAll nations have an official type of government as designated in the U.S. Central Intelligence Agency\u2019s World Factbook. However, a nation\u2019s own description of its form of government can often be less than objective. For example, while the former Soviet Union declared itself a democracy, its elections were not \u201cfree and fair\u201d, as only one party with state-approved candidates was represented. The USSR is more correctly classified as a socialist republic.\n\nIn addition, the boundaries between various forms of government can be fluid or poorly defined, often with overlapping characteristics. Such is the case with totalitarianism, authoritarianism, and fascism.\n\nTotalitarianism is a form of government in which the state\u2019s power is unlimited and controls virtually all aspects of public and private life. This control extends to all political and financial matters as well as the attitudes, morals, and beliefs of the people.\n\nOne distinctive feature of totalitarian governments is the existence of an explicit or implied national ideology\u2014a set of beliefs intended to give meaning and direction to the entire society.\n\nAccording to Russian history expert and author Richard Pipes, Fascist Italian Prime Minister Benito Mussolini once summarized the basis of totalitarianism as, \u201cEverything within the state, nothing outside the state, nothing against the state.\u201d\n\nExamples of characteristics that might be present in a totalitarian state include:\n\nTypically, the characteristics of a totalitarian state tend to cause people to fear their government. Rather than trying to allay that fear, totalitarian rulers encourage it and use it to ensure the people\u2019s cooperation.\n\nAn authoritarian state is characterized by a strong central government that allows people a limited degree of political freedom. However, the political process, as well as all individual freedom, is controlled by the government without any constitutional accountability\n\nIn 1964, Juan Jos\u00e9 Linz, Professor Emeritus of Sociology and Political Science at Yale University, described the four most recognizable characteristics of authoritarian states as:\n\nModern dictatorships such as Venezuela under Hugo Ch\u00e1vez and Cuba under Fidel Castro typify authoritarian governments.\n\nWhile the People\u2019s Republic of China under Chairman Mao Zedong was considered a totalitarian state, modern-day China is more accurately described as an authoritarian state because its citizens are now allowed some limited personal freedoms.\n\nIn a totalitarian state, the government\u2019s range of control over the people is virtually unlimited. The government controls nearly all aspects of the economy, politics, culture, and society. Education, religion, the arts and sciences, and even morality and reproductive rights are controlled by totalitarian governments.\n\nWhile all power in an authoritarian government is held by a single dictator or group, the people are allowed a limited degree of political freedom.\n\nRarely employed since the end of World War II in 1945, fascism is a form of government combining the most extreme aspects of both totalitarianism and authoritarianism. Even when compared to extreme nationalistic ideologies like Marxism and anarchism, fascism is typically considered to be at the far-right end of the political spectrum.\n\nFascism is characterized by the imposition of dictatorial power, government control of industry and commerce, and the forcible suppression of opposition, often at the hands of the military or a secret police force. Fascism was first seen in Italy during World War I, later spreading to Germany and other European countries during World War II.\n\nThe Foundations of Fascism\n\nThe foundation of fascism is a combination of ultranationalism\u2014an extreme devotion to one\u2019s nation over all others\u2014along with a widely held belief among the people that the nation must and will be somehow saved or \u201creborn.\u201d Rather than working for concrete solutions to economic, political, and social problems, fascist rulers divert the peoples\u2019 focus, while winning public support, by elevating the idea of a need for a national rebirth into a virtual religion. To this end, fascists encourage the growth of cults of national unity and racial purity.\n\nHistorically, the primary function of fascist regimes has been to maintain the nation in a constant state of readiness for war. Fascists observed how rapid, mass military mobilizations during World War I blurred the lines between the roles of civilians and combatants. Drawing on those experiences, fascist rulers strive to create a rabidly nationalistic culture of \u201cmilitary citizenship\u201d in which all citizens are willing and prepared to take on some military duties during times of war, including actual combat.\n\nIn addition, fascists view democracy and the electoral process as an obsolete and unnecessary obstacle to maintaining constant military readiness. They also consider a totalitarian, one-party state as the key to preparing the nation for war and its resulting economic and social hardships.\n\nToday, few governments publicly describe themselves as fascist. Instead, the label is more often used pejoratively by those critical of particular governments or leaders. The term \u201cneo-fascist,\u201d for example, describes governments or individuals espousing radical, far-right political ideologies similar to those of the World War II fascist states."], ["Former member of the Defence Forces Lisa Smith has been arrested on suspicion of terrorist offences.\n\nThe 38-year-old arrived at Dublin Airport this morning after being deported from Turkey.\n\nShe is being questioned at Kevin Street Garda Station in Dublin.\n\nMs Smith travelled to Syria in 2015 to live in the so-called Islamic State.\n\nTurkish Airlines flight 1975 landed in Dublin Airport just after 10am with Ms Smith and her daughter on board.\n\nThey were accompanied by four escort personnel from the Army Ranger Wing and the Department of Foreign Affairs.\n\nMs Smith and her child were covered with a pink blanket and declined to comment when approached on the flight by RT\u00c9 News, simply responding \"No\".\n\nThe Dundalk woman, who left Ireland four years ago, was deported from Turkey and met by garda\u00ed from the Counter Terrorism Section at Dublin Airport.\n\nThe Garda's Security and Intelligence Section and the Special Detective Unit have been investigating her activities since 2012 and have gathered substantial information and intelligence from Europe, Africa, the Middle East as well as Ireland.", null, "Ms Smith and her daughter were taken to a van and driven to Kevin Street Garda Station arriving just before 11am.\n\nThe 38-year-old was arrested and her child is now being cared for by her family.\n\nShe has been granted access to all medical and legal requirements and is being interviewed about suspected terrorist offences.\n\nIrish Citizens Lisa Smith and her child (2yrs) were today successfully repatriated to Ireland. The expert evidence and the UN were expressly clear - the previous conditions were unsuitable and incompatible with international human rights standards. @PhoenixLawHR acts.\n\nShe is being detained under Section 30 of the Offences Against the State Act and can be questioned for up to three days.", null, "In a statement, Minister for Justice and Equality Charlie Flanagan said: \"On her arrival in Dublin, Lisa Smith was met by An Garda S\u00edoch\u00e1na. In the case of Ms Smith's child, established procedures for her care will be followed.\n\n\"An Garda S\u00edoch\u00e1na and the Director of Public Prosecutions are responsible for criminal investigations based on facts and evidence in all cases and it would not be appropriate for me to comment on those matters.\n\n\"This is a sensitive case and I want to reassure people that all relevant State agencies are closely involved.\n\n\"A multi-agency network is in place here comprising agency personnel who engage on an ongoing basis with international colleagues regarding emerging practice in relation to the complex issue of radicalisation.\n\n\"This network will coordinate engagement on a case by case basis as and when appropriate.\"\n\nT\u00e1naiste and Minister for Foreign Affairs Simon Coveney said they \"had been working with various different partners to try and ensure that we could respond to this case as a consular case, although it's a very, very complex one, to ensure primarily the safety of a two-year-old little girl who was in a warzone, and for much of that time in a camp that we know from UNICEF reports was extremely dangerous for children\".\n\nMr Coveney said: \"For people who are rightly concerned and asking questions about a two-year-old little girl who wasn't born in Ireland but who is an Irish citizen - Tusla have been working with An Garda S\u00edoch\u00e1na and with Lisa Smith's wider family to ensure that her welfare is looked after.\"\n\nHe added: \"It's up to the DPP to determine on the back of a report from An Garda S\u00edoch\u00e1na as to whether they can take a case successfully against Lisa Smith.\n\n\"I think it's important to leave that process take its course.\""], [null, "Charlie Waller, founder and leader of the Country Gentlemen, died Wednesday (Aug. 18) of an apparent heart attack in the garden of his home in Gordonsville, Va. He was 69.\n\nAlthough Waller had been ailing the past several years, he and his group have maintained a busy concert schedule and were preparing to go on the road again when he died. Waller had scheduled two concerts \u2014 Friday (Aug. 20) in Nashville and Sept. 8 in Falls Church, Va. \u2014 to raise medical-expense funds for banjo player Eddie Adcock, an early member of the band.\n\nOrganized in Arlington, Va., the Country Gentlemen played their first concert on July 4, 1957. Although the group has had more than 100 members during its 47-year history \u2014 including Ricky Skaggs, Bill Emerson, Doyle Lawson and Jerry Douglas \u2014 the classic Country Gentlemen ensemble was made up of Waller, as lead vocalist and guitarist, Adcock on banjo, Tom Gray on bass and the late John Duffey on mandolin. It was this combination that, in 1996, was inducted into the International Bluegrass Music Association Hall of Honor.\n\nDespite his solid bluegrass licks and credentials, Waller was a country music enthusiast to the core. His vocal models included Gene Autry, Hank Snow and Eddy Arnold. He seldom did a show without singing Autry\u2019s mellow standard, \u201cAges and Ages Ago.\u201d The Gentlemen entered Billboard\u2019s country singles chart only once \u2014 in 1965 with the ghost ballad, \u201cBringing Mary Home.\u201d\n\n\u201cAlthough they were respectful of tradition,\u201d music scholar Bill Malone writes in The Encyclopedia of Country Music, \u201cthe Country Gentlemen were also one of the most important early innovative bands in bluegrass, taking the genre into new arenas of repertoire and stylistic performance while steadfastly using acoustic instruments.\u201d That repertoire embraced pop, folk and country music and yielded such memorable cuts as \u201cTheme From Exodus,\u201d \u201cMatterhorn,\u201d \u201cTwo Little Boys,\u201d \u201cLegend of the Rebel Soldier\u201d and \u201cNew Freedom Bell.\u201d\n\nA new Country Gentlemen album \u2014 Songs of the American Spirit \u2014 is due out in September from Pinecastle Records and will contain songs written by Merle Haggard, Tom T. and Dixie Hall, the late Randall Hylton and others.\n\nWaller is survived by his wife, Sachiko; a son, Randy, who is a member of the current band; and a daughter, Mena, now a student at Nashville\u2019s Belmont University. Funeral arrangements are pending."], ["A Hand Full of Anticipation for the CaribbeanTales 2011 Film Festival", null, "The Gala is the main highlight of a week of cultural explosion, that will take place between 14-20th March as filmmakers and film enthusiasts from around the region and the world come together to celebrate Caribbean film at CT2011.\n\nProducer of the film, Lisa Harewood expressed her pride that the production will be featured at the Opening Night Gala. \u201cWe feel incredibly honoured to have been given the opportunity to open CaribbeanTales Film Festival 2011. The festival is becoming a very important link between filmmakers from the Caribbean and the wider Diaspora, so we\u2019re looking forward to meeting and talking to our colleagues. More than anything though, we\u2019re excited to screen the film for the cast, crew, friends, family and supporters who are based in Barbados.\u201d\n\nThe movie has already attracted some major attention, copping a nomination for Best First Feature Narrative Director, at the hugely respected Pan African Film Festival in Los Angeles. This recognition being well deserved as Russell Watson and his team battled for several years against the tremendous obstacles that are commonly faced by Caribbean film makers in order to complete the film. With a minimalist budget, and a lot of determination the movie is an example that against all odds, with creativity and a will, there is a way.\n\nShot in various locations in Barbados and Chicago, the film tells the topical family story of 3 generations , and one plantation. The men of the Redman family \u2013 father, grandfather and son \u2013 try desperately to break with the past to pursue their dreams on their own terms. Soon though, it is made painfully clear that their lives are inextricably linked and that the past exerts an inescapable grip on the future. A Hand Full of Dirt features such local and regional luminaries as Dominica\u2019s Alwin Bully and Barbados\u2019 own Cynthia Wilson, Luther Bourne and Marcia Burrow.\n\nThe Opening Gala starts at 6:00 pm at the Frank Collymore Hall in Bridgetown Barbados and admission is $35 a ticket at the door. Early bird seats are available for $25.00, by emailing registration@sharons26.sg-host.com. Pre-registration is advised for this hugely popular event.\n\nCaribbeanTales 2011 @ Island Inn runs from March 14- 20, 2011. Not just a film festival the event will include screenings, talk back sessions, workshops, incubators, networking events, and a pitch marketplace, as well as a special Directing Masterclass by celebrated Hollywood Director Neema Barnette, known for her work on the Cosby Show. Audiences will also get to Preview the new film The Skin, the fourth feature film by Antigua\u2019s prolific husband and wife filmmaking team, Howard and Mitzi Allen."], ["What do Deacons Do?\n\nChurchology: The Who and What We Are", null, "Have you ever had a bad experience with a waiter/waitress?\n\nI remember a specific time in high school when that happened. In a restaurant, a waiter/waitress plays an essential part in the experience at the restaurant. In Acts 6, the Apostles describe the importance of having men who are servants.\n\nThe church in Jerusalem had grown from just a handful to around 20,000. What happens when things grow fast? It happened right here in Acts, administrative problems begin. There's been a couple of attacks in the early church: persecution and hypocrisy (Ananias and his wife). But now Satan tries something else, division as there was a part of the church that wasn't being cared for properly. The Apostles saw and acknowledge the need and problem. But they faced a problem themselves.\n\nVerse 2 says, \"It is not right that we should give up preaching the word of God to serve tables.\" The apostles know they can't stop doing the very thing that Jesus had given them. Still, they also see people in their care who needed to be physically cared for. This isn't a derogatory comment, \"waiting tables\" was a necessary and honourable task, but one better suited for others. The apostles had been called to prayer and the ministry of the Word.\n\nIn our last post, we looked at the importance of Elders and what they do. Elders shepherd the flock and exercise oversight through the teaching of God's Word and prayer. This is the mechanism that is used to grow the church, not just numerically, but spiritually. To neglect these things would be the same as knocking the legs from underneath you and would be disobedience to what Jesus told the Apostles and all other elders. God uses the hearing of his Word to call, justify, and sanctify his people and to neglect that would be the worst thing you can do to a church seeking to be healthy.\n\nBut when we look at the problem that is being faced here, we see that caring for others is an essential part of being a disciple of Jesus because it reflects the heart of Jesus for others. And the widows of a specific group in the young church wasn't being taken care of. So what is to be done? They looked for men who were an example of godliness to take on the church's mercy project to allow the Apostles to continue on in the preaching of the Bible and pray for the church.\n\nThese men were \"full of the Spirit,\" and I can't emphasize how important this character is in men who want to be deacons. To be full of the Spirit means to be controlled by God's Spirit rather than their own flesh or sinful nature. The apostles didn't take a chance on people of unproven character. Why does it matter? The church and the gospel receive no advantage from our appointing those not full of the Spirit. Deacons are to be men know to be full of the Spirit and wisdom. These are also wise men, meaning they are men who live by God's precepts and apply them to life's situation. Stephen, in verse 5, was seen as this. He was a man \"full of faith and of the Holy Spirit\" (vs. 5) and \"full of God's grace and power\" (vs. 8). All of these things can only be done through the presence and power of the Holy Spirit.\n\nThere's an emphasis on making sure that those in this position are actually those who are growing in Christ. I can't overestimate the importance of the type of person shown here being in Deacon's office. We need to learn how to identify and pray for such people to be strengthened as a church. Deacons are people who are established believers, and in 1 Timothy, there must be a time of testing to make sure \"blameless\" (v. 10). We aren't talking about perfect, but they are not open to misconduct charges. These are people who must be in \"good standing,\" which is talking about those people's spiritual standing in the kingdom of God rather than a step up some kind of ecclesial corporate ladder (v. 13). Finally, \"confidence in the faith\" means that deacons can serve boldly with the assurance that what they do is right when done in accord with the gospel (v. 13).\n\nHere's a question for you: What caused the church to grow to this size? This is a church that had withstood persecution, a scandal, and now is facing division. Was it a program? No. It was the preaching of God's Word in verse 7, and this was able to happen as these seven men faithful served the church, freeing the Apostles to preach and pray.\n\nA few years ago, I was walking with some men who the elders saw as potential elders. They were seen as doing the work of the elder before they held the office of elder. And one of the men said to me, \"I don't know if I am ready to be an Elder, can I just start off with being a deacon?\" My response was that deacons are not a lower stage of becoming an Elder. They are two different offices and with two different roles. It doesn't mean that an Elder won't help bring food over to someone's house just as it means that a deacon won't teach a class, but it does means that they have different roles with different emphasis.\n\nElders and Deacons are needed in the church for health to happen; Church health happens when biblically qualified elders' are dedicated to overseeing the church and who are dedicated to praying and teaching her. That can only happen when Deacons are joyfully serving the church freeing up the Elders to teach God's Word and pray. Deacons don't lead or oversee the church. This is God's role he has given to the elders (see Acts 20:28; 1 Tim. 5:17; 1 Pet. 5:1\u20132). Instead, they humbly serve the congregation by ensuring practical matters are met. In so doing, they free the pastors from doing these tasks to devote themselves to teaching, praying, and leading. We would do well to appreciate those who hold the office of Deacon, which is often unnoticed and unappreciated. One isn't a stepping stone to another; people's same character is supposed to be in both.\n\nFor example, a deacon may handle benevolence requests so that a pastor can prepare a sermon. A deacon may take care of the church's leaky roof so that the elders can focus on equipping and counselling others. Of course, some overlap may occur, but by and large, deacons handle physical and logistical needs, and elders tend to spiritual matters.\n\nWe might be tempted to think that being a deacon isn't that important. Being an elder or a missionary or a conference speaker or a Christian author is where it's at. But Scripture disagrees. Competent, qualified deacons are essential to the health of a local church. When deacons serve the congregation and support the elders, they protect the church's unity\u2014something Jesus views as precious (see John 17). One reason those first deacons were so important is that they prevented the Jerusalem church from fracturing."], ["Every NBA season there are 6 major awards given out to the best player of those respective fields. The awards are the MVP (Most Valuable Player), ROY (Rookie of the Year), DPOY (Defensive Player of the Year), 6MOY (6th Man of the Year), MIP (Most Improved Player) and COY (Coach of the Year). There are 3 candidates for each award every year. Here we will try to predict both the 3 candidates and the winner of all the awards, which will be given out at the NBA Award show on June 25th.\n\nJames Harden has showed all season why he deserves the MVP award. He deserved it last year but with Russell Westbrook's historic season, Harden was an afterthought. Harden currently leads the league in points per game with 30.7 and is 3rd in assists per game with 8.8. His Rockets have already surpassed the 60 win mark and that has been without Chris Paul next to him for almost 15 games this season. Harden has made an extremely strong case for the top award this season.\n\nLeBron is the best basketball player in the world and has been since he entered the league in 2003. Although the Cavaliers have taken a major step back this year both defensively and in the standings, LeBron has continued his strong case for the MVP like he does every single year. Without LeBron, the Cavaliers would most likely not be in a playoff position.\n\nThe Pelicans had a slow start to the season. Then Boogie and the Brow put it together and started winning some big games. Then DeMarcus Cousins went down and was out for the season. Without the Pelicans second superstar, Anthony Davis has picked up his play and led his Pelicans to a high playoff position after many thought the Pelicans were done and out. His MVP-like play has allowed the Pelicans to stay afloat.\n\nRookie of the Year:\n\nAlthough he was drafted with the 2016-17 class, Ben Simmons has showed why he was a number one overall pick. His leadership and playmaking ability has lead the 76ers to an incredible season and has made them get back to the playoffs for the first time in 6 years. His shot is awful but teams still can't find a way to stop him, that's just how good he really is.", null, "Photo: Rookie of the Year Candidate Donovan Mitchell of the Utah Jazz throws shade at Ben Simmons of the 76ers, who is a ROY candidate despite being drafted in 2016\n\nPhoto: Rookie of the Year Candidate Donovan Mitchell of the Utah Jazz throws shade at Ben Simmons of the 76ers, who is a ROY candidate despite being drafted in 2016 Photo courtesy of Sports Canyon.\n\nWhen the Jazz drafted this guy people wondered what kind of impact he would have. At first it didn't seem like he would do much for them. Throughout the season, Mitchell has been the Jazz's most consistent offensive player. Since the all-star break Mitchell lead the Jazz on a 10 game win streak to put them back in playoff contention. Without Mitchell's offense, the Jazz would be completely lost and at the bottom of the barrel in the western conference.\n\nWith the injury of Gordon Hayward on the first game of the season Jayson Tatum has stepped into the role of the Celtics starting small forward. His scoring touch has been extremely consistent all season and he is averaging 14 points this season. He has helped the Celtics cruise into the 2 seed in the eastern conference.\n\nJoel Embiid has been a staple all season in the paint for the Sixers. He has been a menace for opposing teams with his shot blocking and rebounding abilities. Even without practicing with the team he has still fit right in with Brett Brown's system around his teammates.\n\nDrummond has had an incredible bounceback season. He was an all star this season and is leading the league in rebounding with an incredible 16 rebounds per game. He single handedly kept Detroit in the playoff race with no one around him knowing how to play any sort of defense.\n\nThe Jazz have been on a tear since Gobert came back from injury earlier this season. Since he came back the Jazz have been one of the top defensive teams in the NBA and he has been the anchor of it all. His stout inside presence along with his ability to step along the perimeter and defend quicker players has lead the Jazz back into the playoffs for the second straight season.\n\nSixth Man of the Year:\n\nGordon has been just as good this year as he was last year, if not better. He does everything the Rockets ask him to do. He comes into the game and knocks down big shots in the clutchest of moments. He has stayed healthy all year which is Gordon's biggest problem and he has shown how incredible he can be while healthy.\n\nSweet Lou is a professional scorer and that's exactly what he does. He comes into the game to score, score and score some more. His run for the all-star team may have been a little ridiculous but even to think that a bench player could make the team is an incredible feat in itself. He has been the Clippers best player this season coming off the bench.\n\nHis short stint with the Cavaliers was better than people think. Wade may have not defended in the land but he certainly made some highlight plays with LeBron at his side. Once he got back to Miami, Wade really turned it on. He has been their best player since returning home to the Heat coming off the bench behind Tyler Johnson.\n\nNot having John Wall this season was a blessing in disguise for Beal. He became an all-star and started perfecting his scoring touch. Teams could never figure Beal out and still can't seem to defend him. He has not been as afraid to be more aggressive on the offensive end and has gained so much confidence that every time he puts up a shot, you think it's going to go in.\n\nWhen the Pacers traded away Paul George for Domantas Sabonis and Victor Oladipo it seemed as though the Thunder had gotten a complete steal of a trade. As the season rolled on, the tables seemed to turn and it looks now like the Pacers had gotten the steal. Oladipo made his first all-star appearance this season and has lead his Pacers to the 5 seed in the east after many thought they would be sitting at the bottom of the barrel.\n\nAs I said before, Drummond has had a complete bounceback season. He looked slow and ineffective last season and this season, Drummond has been one of the Pistons lone bright spots. He needs help around him to be better than they are right now but he lead the Pistons to 37 wins basically by himself.\n\nCoach of the Year:\n\nThe Rockets are going to finish at least five games ahead of the second place team in the NBA. D'Antoni's fast paced offense has lead this team to the top ranked offense in the NBA along with the 7th placed defense. D'Antoni may have won it last year but you could make the case that his team has been even better than it was last season.\n\nThe amount of injuries the Celtics have endured this season has been brutal. He has still lead them to the 2nd top team in the eastern conference with so many young players. Stevens may be the best coach in the NBA and might still be underrated as a coach.\n\nThe coach of the Pacers came into the season with extremely low expectations as his team gave away their franchise cornerstone in a trade this offseason. He has coached them into the playoffs with incredible talent around him and a much deeper bench than many think."], [null, null, "RealDeal Theatre is looking for six 15-minute sitcoms for Sitcom Saturday, a professionally directed and acted script-in-hand rehearsed reading, open to the public.\n\nA director is allocated to each of the selected scripts and the directors then liaise with the writer or writers before a casting session, rehearsal and the performance on Saturday June 12th 2010 ... [see more here]"], [null, "Daisuke Moriyama Art Works: Chronicle is the English translated edition of the original Japanese artbook \u68ee\u5c71\u5927\u8f14\u753b\u96c6 CHRONICLE that was released in 2012. Udon managed to get it out in English slightly more than a year, and that's quite impressive.\n\nThis 208-page paperback collects almost 20 years of artworks. There are over 200 drawings.\n\nSome of the earlier illustrations were created in 1994 & 1995 for RPG Magazine. His more notable works such as Chrono Crusade (\u30af\u30ed\u30ce \u30af\u30eb\u30bb\u30a4\u30c9) and World Embryo (\u30ef\u30fc\u30eb\u30c9\u30a8\u30f3\u30d6\u30ea\u30aa) came out in 1999 and 2005 respectively.\n\nThe artworks are beautiful. You can see that the earlier works were created with traditional medium, and the more recent ones seem digitally painted, such as the one on the cover. It's full colour throughout. The colouring style is more manga than anime as Daisuke Moriyama is a manga artist.\n\nCaptions for the drawings appear at the back and it's not easy to refer back to the main pages because the page numbers are not visible. Not all illustrations have captions so if you're unfamiliar with the work, the characters may seem foreign.\n\nOverall, it's a great artbook recommended to fans of Daisuke Moriyama."], [null, null, "Ah the Attitude Era. If you were a 90\u2019s kid like me then you\u2019d probably remember Survivor Series \u2013 Madison Square Garden, November 17, 1996.\n\nNot really? Well then I feel old! To those jabronies who doesn\u2019t have a clue or was wearing diapers and fanny packs at that time I highly recommend that you check out this video series below called Rock Reacts where the great one looks back at his very first match ever in the WWE:\n\nAside from The Rock saying that he was not looking at the camera and having a Chia Pet haircut\u2026 There is really something inspiring about this video\u2026 And it happens right around the 6-min mark where he says:", null, "\u201cWhen I gave the big cross-body to Crush\u2026 And he basically let me \u201cgo over\u201d as I was pinning him\u2026 Landed on him I started pinning, the referee was counting one-two and you\u2019ll see my head down and I was actually speaking to him (Crush) and as I am pinning him I am saying to him thank you so much brother I appreciate that and I heard him say\u2026\u201d\n\n\u201cI got you brother\u2026\u201d\n\nAfter 20 years it was only till this time that he shared something like that.", null, "You really have to give props to the man. Not only did he look back at his roots (and sometimes joking about his fanny pack days) just by seeing that video, you will realize that even though his persona included one being a \u201cjabroni beating, pie eating, trail blazing, eye brow raising, put your foot on the gas, always ready to whoop some a** People\u2019s Champ (yes I remembered that line) you will see that Rocky Maivia is really a good guy from the start.\n\n\u201cBe humble. Be hungry. And always be the hardest worker in the room.\u201d\n\nNow why are there suddenly ninjas cutting onions here? It\u2019s still real to me dammit!\n\n- Advertisement -\nPrevious article\nA Dire Message from Lemony Snicket in the New \u201cSeries of Unfortunate Events\u201d\nNext article\n\u2018The Delve\u2019 is Coming to Descent\u2019s Road to Legend App!"], [null, "By Roberto Carmona\nLast week was my birthday. I turned fifty-three. The highlight of my birthday every year is that the\nSaturday before, I have brunch with my daughters. Last Saturday there was no brunch because my\ndaughters were attending a Women\u2019s March.\nDon\u2019t worry this is not \u201cI am such a sensitive guy story\u201d, this is a \u201cwhy was I so ignorant\u201d story. With the momentum of the \u201cMe Too\u201d movement, for you guys who don\u2019t get it, there will be consequences. Women are not playing. I know, I helped raise daughters who fight for themselves.\nI reflect on my birthday in context of significant moments in history, like \u201cMe-Too\u201d. I swear, just the other day it was 1987, I was twenty-two, finishing college, the Soviet Union was still around, and I was listening to Santana on my cassette player and the film \u201cLa Bamba\u201d was playing at the movie theatre.\nIn 1987, I was smooth, in my Midwestern Mullet hairstyle, tight Levi 501s, mustache and aviator glasses, a real lady\u2019s man (at least I thought I was). \u201cPlay on Player\u201d was my motto. I was partying at the clubs and enjoying the single life. It was about me and whatever girl I had at the time or one that I was chasing. My mother would say, \u2018one day, God will give you daughters\u2019. I would say \u201cwhatever mom\u201d and put on my new black \u201cmembers only jacket\u201d, get in my new black Ford Escort and head to the \u201cUnderground Club\u201d for the two for one double bubble beer special and dance to Salt and Peppa\u2019s \u201cPush It\u201d, while I laid my seductive rap on the cute Rock Falls\u2019 girl I was scoping.\nPow! Two years later 1991, the Gulf War is being waged, JFK is at the Theatres and Michael Jackson\u2019s \u201cBlack or White\u201d is on the radio. My \u201cmembers only jacket\u201d sleeves are now ripped and stained with faded taco sauce and mustard, and my Ford Escort had a bad transmission. I am married with babies. Both girls. Tonantzin and Xochitl.\nHow society treated women mattered to me now. As a father, I took my role as protector to my daughters seriously. I quit agreeing with and questioned comments like \u201cYou act like a girl\u201d \u201cGirls don\u2019t do those things\u201d, and \u201cBoys won\u2019t like you if you are too smart\u201d. I reminded my girls, don\u2019t ever think \u201cyou were less than\u201d because you are girls.\nIn elementary school, I supported and encouraged my girls to run for student council. Xochitl was in the third grade and beat a sixth-grade boy on a platform of cartoons in the cafeteria for lunch. She knew the third graders outnumbered the sixth-grade vote. As they got to be teenagers, I would talk to them about significant women leaders like Dolores Huerta. I stressed the importance of education. In sports, my girls wanted to win and for soccer and basketball, I explained that if the referee was not looking, throw an elbow to your opponent\u2019s ribs (Okay I am not perfect).\nI had discussions with them about power, boys, men and sex, I had them reading books like the \u201c48 Laws of Power\u201d, and we watched and analyzed \u201cThe Godfather\u201d films so they could have mental weapons to navigate in their journeys for their micro-battles with men \u200band \u200bwomen who served as barriers to their advancement.\nToday, Tonantzin and Xochitl are women, college graduates and have grown to be very intelligent, proud, tough and respectful professionals. They had a lot of good people around them along their journey. My little piece in the process was to be a male role model.\nSo, for you bros, dads, tios, brothers, primos and male friends be supportive and sensitive to the Me-Too Movement and why it is important to the women in your life. The respect and support will be reciprocated, and you will become a better person for it.", null, "Roberto Carmona is a contributing writer for Hola American and is the Principal Consultant for Carmona Strategic Solutions (CSS).Roberto is a nationally recognized consultant who has successfully executed on complex projects in the areas of leadership development, strategy design, executive coaching, executive search, strategic marketing, and organizational change projects for Fortune 500 companies, national nonprofits, colleges and universities and hospitals."], [null, "Our second day in New York was overflowing with back to back activities, each sounding exceedingly unenticing to a person whose main goal in life is to wander around in pyjamas, sit in parks and take frequent naps. I had been out the night before (for your reference: https://nobeladventures.com/2019/04/08/my-night-as-a-proper-new-yorker/#more-884 ) and was feeling ever so seedy and very much fatigued.\n\nThe first activity for the morning was a behind the scenes tour of the Gershshwin Theatre, where Wicked is performed. I feigned illness (or perhaps I actually was ill \u2013 can\u2019t remember) and weaselled my way out of having to attend that activity. I think I spent the morning writing the blog I linked to above \u201cMy Night as a Proper New Yorker\u201d, which has proven to be my most popular blog so far I\u2019d say it was a morning well spent. I can\u2019t comment too much on the tour, as I had declined to go, but the other dance mums gave it very mixed reviews. Those that had seen Wicked LOVED it and those that hadn\u2019t seen Wicked yet said it was \u201cmeh\u201d and that \u201cI didn\u2019t miss much\u201d. I have fantastic instincts. Every time I have opted out of a group activity I have been told by that others were jealous that they weren\u2019t as wise as I and also wish they\u2019d ditched.\n\nThe second activity I begrudgingly went along to, for no other reason than to create the illusion that I am a supportive mother who is interested in having shared activities with my children. For the record, I LOVE my children and shared activities. It\u2019s just that there are some activities that I know they will not like (e.g. the previous day\u2019s slow moving bus tour). These activities, disliked by all, end up being unpleasant for all involved AND the second activity on the day\u2019s agenda was ANOTHER BUS TOUR.\n\nMy expectations were immensely low. So low in fact, I\u2019d bought along my kindle so I could read on the bus. The Bus tour we were booked on was called \u201cThe Ride\u201d and I knew nothing about it other than that we would be on a bus and driving around New York. After this tour, the kids were going to be performing a flash mob on the streets of NYC somewhere or other and then hustling back to the hotel to get ready to see Aladdin the musical.\n\nThe Ride was SENSATIONAL!! I am happy to report that yet again my instincts (to join this activity) were right on point. The Ride is an interactive bus tour with Stadium style seating facing a huge window on the side of the bus. Rather than the seating facing towards the driver, it looked out on to the street. We had two hosts who must double as comedians as they were hilarious!! Their commentary as we drove around the streets of NYC had us all in stitches. It wasn\u2019t scripted either as they would crack jokes about random things we saw and provide us with information that wasn\u2019t the usual \u2018boring\u2019 stuff. There must be an abundance of talented comedians in NYC in order for a bus company to nab two absolutely crackerjack artists.\n\nIn between the comical play-by-play on the happenings of the streets of NY we were surprised when many seemingly ordinary NY-ers burst into a street performance for our entertainment and pleasure. We had a ballerina, a rapper, musicians, dancers\u2026 and I\u2019m sure many more performances that I have since forgotten as I\u2019m so far behind in my blog. All in all, if you are going to do any bus tour of NY \u2013 DO THIS ONE!! They offer a few different themed tours and I would have liked to have tried the others. I will have to save doing them for when I move to NY to pursue my writing/acting-as-a-cadaver career.\n\nThe Ride we went on was called the Entertainment Ride and google informs me it usually costs $69p/p for 90 minutes. Google also informed me that you can sometimes get tickets on Groupon. Our tickets were purchased as a group and were part of our package so I have no idea what they cost. Information on the ride can be found here: https://experiencetheride.com/sightseeing-attractions/the-ridenyc/\n\nAfter exiting the ride our group prepared for our flashmob, which ended up being a performance for the next lot of spectators who were on The Ride. Kids absolutely killed it and performed like true professionals.\n\nThe flashmob was followed by a frantic walk back to the hotel in amongst the million other people in Times Square walking frantically to somewhere very important, a quick change into our finest outfits and a bite to eat before another frantic walk back to a theatre to see Aladdin.\n\nI have already seen Aladdin and generally, I only like to see things once but this was my first Broadway show so I tried my best to get excited. Kids all looked so nice dressed up and Isabelle was ecstatic. She was so thrilled in fact that the lady serving drinks in the foyer gave her a free drink and cup. I bought the girls a lollipop to keep them from moaning about hunger pains during the show (they didn\u2019t really have much dinner) and lollipops looked to be the cheapest menu item that would last the longest time. SIX DOLLARS is what a lollipop at Aladdin costs. That is USD too!!! I did my best to breezily pass over my credit card to the girl like paying $18USD for 3 lollipops was the most natural, normal thing I have ever done. This is the same girl who had given Isabelle a free cup and bottle of water (valued at $15) so I just pretended I was paying for that instead.\n\nI spent the entire time, while watching Aladdin, comparing the Broadway version to the version I saw in Southbank (Brisvegas). The genie was the same in both shows and absolutely stole the show. I don\u2019t think there was anyone else in it but him. Just kidding. Aladdin was also brilliant and I\u2019m not just saying that because he is an Aussie. I\u2019m also saying it because he is really, really hot. Although I did wonder if his abs were real or painted on with contouring makeup??? One thing that the Australian version did waaay better than the Broadway one was the sets. I have it on good authority that the sets in both shows are identical but if my memory serves me right (and it very often serves me wrong \u2013 so who can tell??) the set of the Aussie Aladdin was shinier, brighter and more captivating than the Broadway set. Seeing Aladdin on Broadway was no different to seeing it in Brisvegas (for my US reader Brisvegas is a slang term for Brisbane). But I was glad to lose my Broadway virginity. I now feel more cultured and can throw around sentences like \u201cwhen I saw such&such on Broadway\u2026\u2026.\u201d when in conversation with uppity people.\n\nGeez\u2026 all this harping on about missing Rohan is doing nothing to shorten the length of my blogs.\n\nThanks for reading. If you did get this far in the post please share your favourite post of mine so my wisdom can be imparted on more people. It seems such a waste to just exclusively divulge all my musings to only friends and family.", null, null, null, null, null, null, null, null, null, "1 thought on \u201cRiding Around New York\u201d"], [null, "The speed of this year\u2019s hog price decline is surprising given weekly hog slaughter levels.\n\nHog prices have followed a time-honored pattern this year \u2013 they moved higher to a peak in June then trended lower. Current Iowa-Minnesota negotiated carcass base prices are half of the $134.41/cwt. June peak and are close to dropping below the year-ago level for the first time this year.", null, "Will prices stay above the year-ago level this fall? There are several reasons to think they will.\n\nFirst of all, the speed of this year\u2019s hog price decline is surprising given that weekly hog slaughter has consistently been below the year-ago level since the end of May.\n\nThe September USDA \u201cHogs and Pigs\u201d report estimated the inventory of market hogs weighing 180 pounds or more was down 1.3% and hogs weighing 120-179 pounders were down 1.42%. This implied that hog slaughter since September 1 should have been down roughly 1.35%. It actually has been down 2.84%. We have either lagged in slaughter, or USDA slightly overestimated the heavy-weight market hog inventory. My guess is the latter.", null, "Consumers are willing to pay a lot for pork. Retail pork prices during September were record high for the sixth consecutive month. The average price of a pound of pork in grocery stores was $4.716 during September. This was up 6.6 cents from August and up 66.3 cents from September 2020. These record pork prices are a bit misleading. Yes, September retail pork prices were 16.4% higher than last year, but because of higher inflation, the nominal September price was only up 10.4% year-over-year. Preliminary data indicates per capita pork supply was down in September so a higher pork price should be expected.\n\nOn the negative side, several of the lean hog futures contracts were limit up following the September \u201cHogs and Pigs\u201d report but have now given back all of that gain. The December 2021 contract closed at $76.80/cwt. before the release of the report. That contract gained $6.775 during the next two trading sessions. Last Friday, December hogs settled at $73.32/cwt., $3.48 below the pre-release level.\n\nRetail pork demand was strong January thru April but has been weak since then. Export demand for U.S. pork has been strong all year.\n\nThrough August, U.S. pork exports were down 0.2% compared to the same period last year and pork imports were up 22.0%. Exports equaled 26.7% of January-August pork production and imports equaled 3.9% of U.S. production. This does not include variety meats.\n\nThe increase in imports is due to more pork coming to the U.S. from several countries, especially Canada, Mexico, Italy, and Hungary. Exports have held steady with less U.S. pork going to China and more to Mexico, Philippines, Japan, and Colombia.", null, "Meat in cold storage dropped dramatically in the spring of 2020 when packing plans were forced to idle operations due to COVID outbreaks among employees. There were 466 million pounds of pork in cold storage at the end of September. That was up a tiny 0.17% year-over-year. September was the first month above year-ago since April 2020.", null, "Cash corn prices rose rapidly during the first third of 2021 but have been trending lower since May. The futures market indicates corn prices will hold fairly steady during the coming 12 months. December soymeal settled at $327.40/ton on Friday. The cost of production for hogs sold in 2022 shapes up to be a bit lower than this year.", null, "This has been a good year for hog producers. The first nine months averaged a profit of $35.55 per hog marketed, according to calculations by Lee Schulz at Iowa State University. All months except January were profitable. The futures market indicates that, at roughly $29/head, this will be the most profitable year since 2014. Next year is also expected to be profitable at around $15 per head.", null, "Thus far in 2021, the number of cull sows imported from Canada has been up 7.6%. First quarter U.S. sow slaughter was up 1.3% year-over-year (up 0.1% net of Canadian sows imported). Since the first quarter, U.S. sow slaughter has been down 8.7% (down 10.6% net of Canadian sow imports). Unless gilt retention has slowed, it appears that the sow herd is either growing or is at least shrinking at a slower pace. Given the profitability of hog production this year, I expect the former is true.", null], [null, "What utter drivel! The DVDs should be collected and thrown into the sea. My time could have been better spent putting needles in my eyes.\n\nThis movie has the most far fetched and ridiculous plot ever concocted. The Cage/Kruger love interest is tenious at best and the psuedo science/theology spewed by Nic Cage is laughable. Sean Bean is the only notable addition to this film, in which Bean somehow avoids being dragged down by the raging black hole that is Nicolas Cage.\n\nI only watched the entire film in the vain hope that the ending would be interesting..I was dissapointed. Like a 5mph Roller Coaster, this film is pointless and nothing like it promises to be. A poor man's DaVinci Code."], [null, "We love learning from you and sharing that information with other gun owners, so we recently asked people about their favorite carry gun on our social media pages.\n\nWe received an overwhelming response (thank you!), so we've decided to share what new and seasoned gun owners had to say about their favorite gun for carrying concealed. Here are their answers, starting with the most popular:\n\nNot surprisingly, concealed carry guns made by SIG were overwhelmingly the most popular. The P365 was at the top of the list, followed by the P238, P320, and then the P938.\n\nGlock came in a very close second, with only a few votes separating them from SIG. The Glock 43 (including the 43x) got the most votes, followed by the Glock 21. The Glock 48 and 42 both received a few votes.\n\nSmith & Wesson carry guns were mentioned slightly less often than the first two manufacturers. The S&W Shield got the most votes, which includes the increasingly popular EZ (9mm and .380). There were a few votes for revolvers, and Smith & Wesson dominated the responses in that category.\n\nSpringfield Armory has recently upped their concealed carry guns game, and it shows in our results. Coming in strong was their new Hellcat, followed by a few votes for the EMP 9mm. Surprisingly, there were no votes for their XD models.\n\nFalling out of favor with concealed carriers, but still in the mix was the LCP (both 9mm and .380). The LCR revolver was mentioned just a few times.\n\nKimber had a small showing but did (just barely) make the list. Their 1911's came in first, followed by the Micro 9.\n\nTaurus has recently made a commitment to improving their quality, and a few of their concealed carry gun models have been gaining traction as a response. The most popular Taurus was the G2 series followed by the P19T11.\n\nDid your favorite carry gun make the cut? Feel free to reach out to us to let us know!", null, null, null, "The Terms You Need to Know When Buying a Handgun\n\nBuying a gun can be confusing. Here are some of the most common words and terms you are likely to encounter when shopping for a firearm.\nRead More"], ["Angela Morgan tells the story of the remodelling of Boscobel House in Shropshire.\n\nWas Britain prepared for war in 1938? Not in the air, argues John Crossland, as he investigates the myths and penny-pinching that nearly scuppered the Spitfire victors of the Battle of Britain.\n\nScholarship and the Swastika: The Politics of Research in Occupied Poland\n\nMichael Burleigh investigates how academia was pressed into service to legitimise Nazi imperialism in the conquered East.\n\nWhere Have all the Heroes Gone?\n\nTony Aldous looks at the redevelopment of the city of Lowell in America.", null, "Cultural cataclysm or merely a modification of an Anglo-Saxon status quo? Antonia Gransden looks at views, past and present, of the Norman conquest.", null, "Frank L. Holt looks at the legends and realities of Alexander's bride from Central Asia, the world she lived in and the power struggles that ensnared her.\n\nA Shadow of Secession? The Hartford Convention, 1814\n\nA separatist assembly of Federalist New England at the height of war-weariness provided precedence and philosophy for future defiance of the Union."], [null, "In May 1991, a three hundred year silence was shattered with the discovery of the African Burial Ground in lower Manhattan. Widely acknowledged as one of the most significant American archeological finds of the twentieth century, the African Burial Ground discovery redefined the history of New York and exposed an often overlooked heritage. Following the discovery, nearly two decades were dedicated to the documentation and interpretation of the site. A series of events and ceremonies that involved studying and honoring those buried there, returning them to their rightful resting place, and proclaiming the African Burial Ground a National Monument culminated in the 2007 unveiling of a permanent on-site memorial. An enduring cultural and spiritual monument was created.\n\nPrior to the 1991 discovery, plans to erect a 34-story, $276-million federal building required that a cultural resource survey, including archeological field-testing, be completed. Under the National Environmental Policy Act of 1969 and the National Historic Preservation Act of 1966, such research is required on any project using public funds that may have the potential to impact historic resources. During the last days of the excavation, the archeological team discovered a missing chapter of New York history\u00bfthe first of more than four hundred skeletal remains of men, women, and children, members of the city's enslaved population, was unearthed.\n\nThe African American community, joined by public figures and private individuals, responded immediately, voicing concerns that the African Burial Ground would not be given the reverence it deserved. From the controversy over the proper handling of the burial ground, one of the largest academic research endeavors focused on African Americans began.The Cobb Laboratory at Howard Univer-sity offered a research plan for the interdisciplinary archeological, bio-anthropological, and historical study that documented the life and culture of New York's seventeenth and eighteenth-century Africans. Following public input, project stakeholders decided to unearth the four hundred burials, providing valuable information about health, diet, gender, age, physical condition, and cause of death. Under the direction of the U.S. General Services Administration (GSA) and the U.S. Army Corps of Engineers Center of Expertise for the Curation and Management of Archaeological Collections, Howard University produced a multivolume report documenting their unprecedented, and often disturbing, findings.\n\nSlavery in New York began during the 1600s, when the Dutch West India Company brought African slaves to the New Amsterdam colony. England seized New Amsterdam in 1664 and renamed it New York. Slavery continued under British rule. Most of the African slaves came from West Central Africa. After decades of agitation, universal emancipation for all slaves in New York was achieved in 1827. As the Civil War approached, the South became identified with slavery, and the North with free labor. In 1991, the discovery of the African Burial Ground allowed contemporary historians to study the period anew.\n\nPlaced in use as a burial ground during the 1640s, the African Burial Ground (historically identified as the \"Negroes Buriel Ground\") was within a mile of Manhattan's southern tip, making it one of the first landholds over which New York Africans had relative control.\n\nSkeletal remains showed that life was perilous for Africans in New York. Nine percent of the burials were children under the age of two, a death rate disproportionately higher than the rest of the population. Further research exposed malnutrition, delayed bone development, backbreaking labor, and recurrent illnesses.\n\nNew York Africans lived in poverty, taking little with them to the grave. Funeral practices demonstrate cultural continuity between the New World and Africa. Burials often included bead ornaments, which held ceremonial significance for every stage of life. Shells also had meaning, reflecting the belief that they \"enclose the soul's immortal presence.\"\n\nBy the 1790s, free African Americans established the African Methodist Episcopal Zion Church and, in 1794, formed the African Society. The Society opened a new cemetery and the African Burial Ground was closed. Although the site was known to be a cemetery, real estate pressures took priority in the rapidly expanding city, and subdividing of the land began in 1795. A street grid, followed by commercial, industrial, and residential development, erased the memory of the cemetery.\n\nAround 1900, lower Manhattan was filled and leveled. By the mid-twentieth century, commercial and government buildings occupied the area, and the African Burial Ground was further sealed. In 1991, the evolution of the site had resulted in a parking lot which subsequently became the proposed site for a federal building. During preconstruction archeological investigations, the African Burial Ground was discovered and immediately recognized for its cultural and historical significance.\n\nA memorial site designed by Rodney L\u00bfon was completed in 2007. The memorial consists of a sunken Libation Court (gathering space for cultural ceremonies). It is surrounded by a Circle of the Diaspora inscribed with signs, symbols, and images of the African Diaspora. An Ancestral Chamber provides sacred space for contemplation. A Wall of Remembrance describes events that contributed to the African Burial Ground's creation. The reinterment locations are marked with four Ancestral Pillars.\n\nAn important link to the history of New York, the African Burial Ground is possibly the only preserved, urban, eighteenth-century African cemetery in America. The site and memorial also contribute to New York's cultural richness, adding to an array of monuments celebrating the city's immigrant communities. While years in the making and not without controversy, the African Burial Ground's preservation means the contributions of its African ancestors will live on in perpetuity. The African Burial Ground project received a Preserve America Presidential Award in 2008.", null], ["It may be clich\u00e9 to bash the cable company, but sometimes clich\u00e9 is right. As you\u2019ve heard, Comcast, the largest cable company and home Internet service provider in the United States, has announced it intends to swallow up its next closest competitor, Time Warner Cable, like Jabba the Hutt downing a frog.\n\nOn the surface, it seems like yet another reason to cut the cord, ditch Comcast, and just go with Netflix. But wait\u2026 you can\u2019t cut the cord because Comcast is holding it at the other end. You want Netflix? You need Internet. You want Internet? You need Comcast. If the Time Warner merger goes through, the company would likely become the largest broadband service provider in the world, excluding maybe China. That news by itself is certainly distressing; it makes an industry that\u2019s already not very competitive even less so.\n\nBut not only is Comcast closing in on Monopoly territory (the company also owns a 51% majority stake in the massive media conglomerate NBCUniversal), it\u2019s also failing miserably at providing quality service to its customers that use Netflix. Whether Comcast is intentionally throttling the data speeds of Netflix or not (some say it\u2019s actually Netflix behind the poor service), it\u2019s a fact that Comcast currently offers just about the worst way to use your Netflix streaming account.\n\nThere\u2019s been a ton of anecdotal evidence supporting this recently, and yes, your humble author is here to offer more of that evidence. The problems started recently; my HD programming was failing to even sniff 720p, so I upgraded to a new modem, one that\u2019s been fully tested, supported, and approved by Comcast. On top of that, I also invested in a new high end router. But nope. If it\u2019s The Cleveland Show in 1080p, it\u2019s The Cleveland Show in 480p in my house. Even an episode of Family Ties, which only promises a 480p resolution, staggers between 240 and 384. And yes, I watch Family Ties, but let\u2019s not ridicule my viewing habits here, we\u2019ve got bigger fish to fry. Point is, prime time video quality has been atrocious.\n\nAnd before you chalk this up to being the rant of one disgruntled writer, check out Netflix\u2019 ISP rankings for January.", null, "That\u2019s right. Out of the 17 companies ranked, Comcast finished 14th. Looking for a way to get the most out of your Netflix subscription? Wanna sample their new 3D offerings? First try Google Fiber, Cablevision \u2013 Optimum, Cox, Suddenlink, Charter, Time Warner Cable (about to be Comcast!), Verizon \u2013 FIOS, Bright House, Windstream, Frontier, AT&T \u2013 U-Verse, and Mediacom. Then, if that doesn\u2019t work out for ya, OK, sure, you can give Comcast a shot. And wait, you didn\u2019t just utter \u201c4K\u201d did you? Stop it.\n\nSo, um, yeah\u2026 what\u2019re your thoughts on the proposed merger?"], ["A Gilead Hep C Denied Insurance Claim Lawsuit recently filed in California state court appears to be a template for an issue expected to dominate discussion and debate: what role does an insurer have in treatment decisions, and how much of a factor does cost play? In a world of generics where insurers have less costly alternatives available, some treatment options are unique and without peer. If that treatment happens to be expensive, but there is no alternative, does an insurer have the right to deny treatment through a peerless treatment option, simply due to the expense?", null, "That appears to be the base argument in a lawsuit that could precede other Harvoni lawsuits with regard to an expensive, relatively new but highly effective treatment option (according to reports) for hepatitis C (Hep C).\n\nThe most recent Harvoni Denied Insurance Claim lawsuit has been brought by plaintiff Shima Andre against Anthem Blue Cross (Anthem) and filed May 15 in California Superior Court. According to the plaintiff, who hails from West Hollywood, there is nothing in the explanation of benefits for her policy that suggests Anthem has the right to withhold a treatment option due to the expense. Rather, the Harvoni lawsuit holds that Anthem simply requires that a drug be medically accepted and approved, and not costlier than comparable drugs.\n\nWhich it isn\u2019t, because there is really nothing comparable. Harvoni was approved by the US Food and Drug Administration (FDA) in mid-October of last year, and held so much promise that doctors began prescribing Harvoni to their patients almost immediately. The developer and manufacturer of Harvoni, Gilead Sciences Inc. (Gilead), achieved sales of more than $2 billion for 2014, in a little more than 10 weeks.\n\nThere is no question Harvoni is expensive, at about $1,000 per pill or just under $100,000 for a 12-week treatment program. Harvoni is an advanced version of Gilead\u2019s Sovaldi, which is also expensive, but also highly effective.\n\nInsurers have been concerned that such expensive drugs, with no alternatives, could succeed in driving up the cost of premiums.\n\nHowever, that is not the concern of the plaintiff, who maintains Anthem should honor the various clauses and commitments in the insurance policy of approving and undertaking a treatment option provided the treatment is medically accepted. Whether or not Harvoni is costlier than it needs to be is of no concern to the plaintiff.\n\nMore HARVONI DENIED CLAIM News\nAnthem, the complaint says,\n\u201capplied a more restrictive test...in an effort to increase company profits by limiting the number of patients who would qualify for this life-saving medication.\u201d\n\nThe denial letter that Anthem sent to Andre \u201cdoes not cite to any provision of the [explanation of benefits] in support of this standard,\u201d according to the Gilead Hep C Denied Insurance Claim Lawsuit.\n\nPlaintiff Andre also asserts in her California state Harvoni lawsuit that physicians employed by Anthem to review her appeals lacked expertise in treating Hep C. Her lawsuit suggests that Anthem has decided to restrict treatment with Harvoni in patients with advanced liver scarring from Hep C.\n\nThe case is Andre v. Blue Cross of California et al., Case No: BC582063, in the Superior Court of the State of California, County of Los Angeles.\n\nIf you or a loved one have suffered losses in this case, please click the link below and your complaint will be sent to an insurance lawyer who may evaluate your Harvoni Denied Claim claim at no cost or obligation.\nRequest Legal Help Now"], ["Dysfunctional relationships have often been at the centre of his best work.\n\nBut I came into my own when I stumbled upon my autobiographical idiom \u2014 where I got to say things the way I wanted to. So, all my dysfunctional relationships, beginning from my absent father, have helped me become who I am. One could say, in the end, Mahesh held up the family name and made his father proud. He takes his time to answer. Mahesh Bhatt rarely, if ever, takes time to answer. I left home when he was around three MSI Personal Cinema 5.0 he felt I had abandoned the family for another woman. Slowly we began rebuilding our relationship and I urged him to use his anger against me to fuel his goals.", null, "And he managed to do that. He is now a fitness guru.\n\nMSI Personal Cinema 5.0 He trains all kinds of important people, but not once has he used my name or connections to promote himself. Nor has he ever tried to use my guilt to his advantage. Is he proud of you?\n\nThe very public Mahesh Bhatt\u2019s most private interview ever\n\nA smile shines on his face. He means what he says.\n\nNear the top right corner of the motherboard we can see a seven segment debug LED display and onboard LEDs that light up in accordance with the malfunctioning or loose component that might prevent a successful system boot up such as the CPU, DRAM, VGA etc Its a small MSI Personal Cinema 5.0 very useful feature especially for a new platform such as the X The debug LED display displays MSI Personal Cinema 5.0 current CPU temperatures after a successful boot up and is very handy to monitor temperatures on a platform such as this which tends to run hot sometimes. Even though the socket is physically bigger it supports the same CPU coolers as that of the LGAv3 so its easily compatible with most of the air and liquid coolers out there. At the bottom end things are pretty much straightforward or atleast they look like that way!\n\nI already feel poor right now! Keep in mind that if you populate both the M.\n\nWe've read and seen quite a lot about the power delivery system failures on the X PCH motherboards and though MSI has used a ceramic VRM heatsink for cooling these components down the embedded LEDs inside it sure make it a point of concern for me, so we'll have to see how it performs in our tests further ahead. Though these help to divide load over the network by one being Internet exclusive while the other an Intranet exclusive port, these unfortunately don't MSI Personal Cinema 5.0 LAN teaming.\n\nThis is a crammed up screen that has the details about all the components installed on the board along with MSI Personal Cinema 5.0 laid out neatly under clear tabs on the left side. If you want to change fan speeds, maybe boot devices, or use its automated overclocking function or XMP, you can do so quickly and easily.\n\nThis is a much preferred version for the beginners and though it comes with a Game Boost Knob on the top left its useless since the SLI Plus doesn't support this feature. The game developer can have higher flexibility to control low-pitched sound in a game. The completely re-designed effect engine gives developers total freedom to use any of four simultaneous MSI Personal Cinema 5.0 with any of the voices.\n\nSomeone whispering to your ear, a bullet flying a couple inches by your head and so on. The previous version called occlusion only delivers basic sound effect occluded by the direct sound, but not the environmental reverb associated with that sound. Environment Occlusion MSI Personal Cinema 5.0 the realism by allowing the reverb effect itself as well as the direct sound to be muffled due to occluding objects.", null], ["Collateral at the Bank of Italy #2", null, null, "The two graphics show composition of collateral held at the Bank of Italy (\"the Bank\") against Eurosystem repo operations in August 2011 and March 2012. In each graphic, the bottom pie represents the collateral actually held at the Bank of Italy, and the top pie represents the Bank\u2019s estimate of unencumbered collateral (net of prospective haircuts) remaining in Italy. One thing to note, as explained in the the prior post, the amount of collateral net of haircuts at the bank including amount of overcollateralization was 126 billion euros in August and 363 billion in March.\n\nThe differences between the pools of collateral held in August and March are stark. The biggest jump is seen in \u201cgovernment-guaranteed bank bonds\u201d due to an Italian decree issued December 6 (described in this speech by the Gov. of the Bank of Italy, P.11) which allowed banks to issue government backed bonds in return for a fee to the Italian government. These bonds, which by virtue of the government guarantee were instantly available for financing at the Bank of Italy, represented 77 billion in credit extended by March 2012. On the other hand, the extension of credit claims represented little additional credit by March; according to the Bank only 4 billion had been extended against whole loans made eligible by the ECB and Bank of Italy\u2019s decision allowing for lowerquality assets to be posted as collateral increasing the total amount of whole loands posted to 54 billion (net of haircuts).\n\nThe increase in government securities posted could be caused by several things. One is, as documented on antehoc before, the subsidy available on Italian government bonds via lower haircuts compared with other European central clearing counterparties. Another could have to do with the re-domestication of Italian sovereign debt in the last few months (see the picture below again courtesy of the Bank of Italy).", null], [null, "Vijayawada: The Communist Party of India on Monday demanded the MPs of YSRCP and TDP along with Chief Minister YS Jagan Mohan Reddy to raise their voice against the privatisation of Vizag Steel Plant.\n\nAddressing the media at the State party headquarters here, CPI State secretary K Ramakrishna said that the CM should include all the political parties and people's associations to bring pressure on the Centre to protect the Vizag steel plant. The YSRCP and the TDP MPs should raise their voice for the steel plant during the Parliament session.\n\nThey should personally meet Prime Minister Narendra Modi to wean him away from the privatisation of the steel plant.\n\nHuge agitation has been going on for the last 200 days throughout the State soon after the decision to privatise the steel plant. It is unfortunate that in spite of the people's revolt, the Centre is adamant to go ahead with the move. He recalled that steel plant was achieved after the political leaders submitted resignations to their posts.\n\nAt a time when people are revolting against the steel plant sell-off, the State government quietly handed over Gangavaram port to Adani group. The CPI leader took exception to the statement of Minister Botcha Satyanarayana that there is no wrong if one private company was handed over to another private company.\n\nThe State government has 10.4 percent share in the port and it should be handed over to the State government after 30 years. In that background what is the rationality in handing over the port to the Adani group. That too, property worth Rs 9,000 crore was given for a pittance of Rs 644 crore, he questioned.\n\nThe CPI leader demanded the Chief Minister to cancel the deal of Gangavaram port sending a warning that a massive agitation would be launched.\n\nExpressing solidarity with the agitating farmers of Amaravati, the CPI leader demanded the State government to announce Amaravati as the capital city. He ridiculed the statement of Minister Botcha Satyanarayana on Amaravati describing it irrational.\n\nHe flayed the State and the central government for not taking any action regarding the spiralling cost of fuels. He demanded the chief minister to bring pressure on the Centre to reduce the fuel prices.\n\nThe CPI leader took strong exception to the arrest of former MLA Chintamaneni Prabhakar when he was attending a marriage function."], ["Tune in as J.L. Massimino hosts a 30th anniversary celebration of Depeche Mode\u2019s \u201cViolator\u201d, which was released on March 19th, 1990. In addition to playing \u201cViolator\u201d in its entirety, J.L. will provide some fun facts and background info on the album as well. Below are the dates and times that the special will air (all times EST).", null, "Our Regularly Scheduled Program Will Not Air. Please Stay Tuned for the Greatest Songs of the 50s and 60s!", null], ["Pakistan urges Iran and Afghanistan to \u2018do more\u2019", null, "Pakistan on Saturday asked both Iran and Afghanistan to take \u2018visible action\u2019 against the terrorist groups operating from their soil and also dismantle logistics and training camps of such elements located across the border.\n\n\u201cThe whole country is angry and upset over the Ormara massacre and wants to know why this incident has taken place and who is behind it,\u201d Foreign Minister Shah Mehmood Qureshi said while addressing a press conference. He said actionable forensic evidence has been shared with the Iranian government showing links of the terrorists with the neighbouring country, besides presence of their logistics and training camps located across the border. \u201cWe expect Iran to take visible action against the elements who used its soil to carry out Thursday\u2019s terrorist attack in Balochistan,\u201d he said, and added that Afghanistan should also take action against anti-Pakistan elements operating from its soil.\n\nAt least 14 passengers were picked out with the help of their national identity cards (NICs), forcibly offloaded from their bus and then shot dead by unidentified assailants on the Makran Coastal Highway in Ormara, Balochistan, on Thursday. The victims comprised 10 soldiers of Pakistan Navy, three of Pakistan Air Force and a coastguard.\n\nQureshi said the Baloch Raaji-Aajohi-e-Sangar (BRAS), an alliance of three Baloch terrorist organisdations, has claimed responsibility for the incident in which the killers were clad in Frontier Corps (FC) uniforms. The Baloch terrorist outfits have set up their logistic camps inside the Iranian border area and it has also been conveyed to the Iranian authorities, he said.\n\nQureshi said Pakistan wants to know the factors behind the Omara incident. He said Pakistan and Iran enjoy fraternal ties and hoped that Tehran will act against the perpetrators of the incident as assured by his Iranian counterpart Javad Zarif in a detailed telephonic conversation with him.\n\nQureshi said considering the prevailing security situation, Pakistan has decided to take six security measures to avoid recurrence of cross-border terrorism. He said a special command based in Balochistan\u2019s Turbat area has been set up, besides raising a new corps to increase border patrolling. It has also been decided that aerial surveillance of the Pak-Iran border will be done through helicopters, he added.\n\nLike Afghanistan, he said, the Iranian border will also be fenced. Though the fencing of 950-kilometer-long border will be costly, it is need of the hour, he said, and added that Pakistan and Iran will set up joint border centers at six points for surveillance along the border.\n\nHe said Iran had demanded necessary action from Pakistan when its security officials were abducted and shifted to Pakistan. The action was accordingly taken and nine out of 12 abducted Iranian personnel were rescued by the Pakistani forces, he said, and added that Prime Minister Imran Khan is scheduled to visit Iran on Sunday during which security issues will be discussed in detail.\n\nResponding to a question, he said the timing of Omara incident is important which shows that the elements behind it do not want peace in the region. He said Pakistan and Iran have historical relationship. Pakistan can overcome its energy crisis by buying gas from Iran but international sanctions against the latter are impeding the process, he added. To another question, he said it is a known fact as to which country is backing such terrorist organisations and supplying weapons to carry out insurgency and bring instability in Pakistan. He said despite worsening human rights situation in the Indian-held Kashmir, Pakistan intends to normalise its relations with India.\n\nEarlier in the day, Ministry of Foreign Affairs lodged a strong protest with Iran regarding its \u2018inaction\u2019 against terror groups believed to be involved in the Ormara massacre.\n\nIn a letter written to the Iranian embassy on Friday, the foreign ministry stated, \u201cKilling of 14 innocent Pakistanis by terrorist groups based in Iran is a very serious incident that Pakistan protests strongly.\u201d\n\nAs per a copy of the letter available with Daily Times, \u201c15-20 terrorists camouflaged themselves in Frontier Corps (FC) uniform, barricaded the road and stopped 3-4 buses travelling from Ormara to Gwadar on the coastal highway at Buzi Top before dawn on April 18. On the identification of the passengers, 14 personnel belonging to the armed forces were shot dead.\u201d According to the letter, \u2018BRAS\u2019, an alliance of three Baloch terrorist organisations, has claimed responsibility for the terrorist act. Following the incident, the terrorists, who had arrived from the border region, returned to that area, the letter claimed.\n\nThe ministry stated that Pakistan has \u2018repeatedly\u2019 shared intelligence about these activities. \u201cIn the recent past as well as on numerous occasions earlier, information about the hubs of these Baloch terrorist organisations in Iran having training camps and logistics bases across the border was shared with the Iranian intelligence. Unfortunately, no action has been taken by Iran in this regard, to date,\u201d the letter stated.\n\nWhile lodging Pakistan\u2019s protest against the deaths in Ormara, the letter said that Pakistan is awaiting Iran\u2019s response to its \u2018request for action against these groups based in Iran, whose locations have been identified by Pakistan a number of times.\u2019\n\nThe ministry called on the embassy to convey the concerns to the relevant authorities in Iran for \u2018prompt action\u2019.\n\n\u201cThe Ministry of Foreign Affairs of the Islamic Republic of Pakistan avails itself of this opportunity to renew to the esteemed embassy the assurances of its highest consideration,\u201d the letter concluded.\n\nA day earlier, Iranian Foreign Minister Javad Zarif had condemned the Ormara attack. \u201cStrongly condemning the recent terrorist attack in Pakistan, just as PM Imran Khan embarks on his first, historic visit to Iran,\u201d Zarif had tweeted. \u201cTerrorists, extremists & their sponsors are terrified by close relations between Muslim states,\u201d he continued. \u201cIran stands with the people and government of Pakistan,\u201d he added.\n\nMeanwhile, Ormara Levies registered a first information report in connection with the incident. A Levies officer, who wished not to be named due to the sensitivity of the matter, said that an FIR has been lodged against unidentified terrorists for the murder of 14 people on April 18. The case has been registered on behalf of the government, the officer said. Terrorism, murder, attempt to murder and other sections have been included in the report, he added.\n\nLevies officials said security has been beefed up in the area and passenger buses are being strictly checked in the aftermath of the cold-blooded murders. Balochistan Inspector General of Police (IGP) Mohsin Hassan Butt has said that the investigation of the case has been transferred to the Counter-Terrorism Department (CTD)."], [null, "Finland's KONE Corporation, a leader in elevator and escalator industry on Wednesday announced improvements in its results in January-March 2021, reported Xinhua.\n\nIts adjusted operating result in Q1 reached 249.8 million euros, compared to 205.6 million euros over the same period last year, according to the corporation's report.\n\n\"When considering the comparison period where the effects of the pandemic were yet to be seen in many parts of the world, this (growth in the Chinese market) was a solid achievement,\" said Ehrnrooth in the report.\n\nIn its market outlook, KONE expects the new equipment market to grow slightly in China, while markets in the rest of the world are expected to gradually recover."], ["Location: At the corner of Canoe Hill Road and Smith Ridge Road (Hwy 123)\n\nAccess: The property contains a very short trail through the meadow, and is best accessed from the north at the pull-off on Canoe Hill Road.\n\nHistory: In 1975, Kenneth and Anne Hannan donated a 4.4-acre field to NCLT, with the intention that the land be kept in its natural state as a preserve for wildlife. The following year, Andrew and Anne Eberstadt donated an adjacent 1-acre parcel of woodlands, bringing the total acreage up to 5.5 acres. The original appraisal describes the land as \u201c\u2026most attractive, being mostly open level field ringed by mature trees to the east and south. To the west and north is an exceptionally well-finished stone wall which appears to have been built more recently than most in the area. In fact, the beauty of this parcel has long been a topic of conversation with local people, particularly because of its high visibility.\u201d\n\nThe wall was indeed built, or at least re-built, more recently than most. According to Kenneth Hannan, the land donor, the wall was constructed by Antonio Vitti over the years 1933-1940. Vitti had worked for the family of Gesine Engel, who owned the field at the time, after he had returned from WWI in 1919. There is a commemorative stone at the northeast corner of the wall describing the work. Today, the wall makes a 900-foot arc around the edge of the field. At the center of which stands a young oak tree.\n\nLand Stewardship: NCLT maintains the area inside of the stone wall as meadow through annual mowing and removal of invasive or woody plants. This continued care is needed to maintain a diverse array of grasses and wildflowers, and to prevent woody plants and trees from taking over the field. In 2019, NCLT pruned nearly all of the perimeter trees, and removed dozens of invasive bushes from the edge of the field. This project restored the field to its original area, and will help to support an even larger population of pollinators and migratory birds. The wooded buffer around the field is maintained for edge habitat, and provides cover and nesting sites for songbirds, raptors, deer, foxes, and small mammals.\n\nExplore a 360 Degree Photo of the Hannan Field:", null, null, "Much as Remains the Same Over 50 Years", null, "A Commemorative Stone for the Wall\u2019s Builder", null, null, null, null, "A Lone Tree in the Meadow", null, "Wildflowers Flowers in Bloom in the Meadow"], ["By Frances Coppola - May 24, 2016\nIt's not going to come from people working more. Excerpt from the IMF's latest Debt Sustainability Analysis for Greece, just released:", null, "Oh dear. Quite apart from the negative contribution to growth, the prospect of unemployment taking 44 years to return to something approaching normality is simply appalling for Greece's population. I've looked in more detail at this here (Forbes).", null, "Yeah, about that financial sector.....Greek banks are still in crisis, it seems. The IMF thinks they will need another 10bn Euros on top of the 43bn they have already received, and even with this, they aren't going to lend. And they aren't worth anything, so can't even be sold to raise money. Greek banks are zombies, and like all zombies, they drain the lifeblood of their victims. They are a serious obstacle to Greek economic recovery.", null, "So the IMF doesn't believe Greece can deliver the pace of structural reforms that would be needed to deliver TFP growth much above 1 percent. No-one should be surprised by this. The remarkable thing is that anyone ever thought it could.\n\nAnd that means that the outlook is poor - for the foreseeable future. A long-run growth rate of 1.25 percent - or more likely less - in an economy that has shrunk by 27 percent in the last seven years, means that Greece effectively faces decades of depression.\n\nWhatever fiscal sins successive Greek governments may have committed, I find it hard to believe that the Greek people deserve such hardship.\n\nDebt Sustainability Analysis, Greece, May 2016 - IMF\nIMF predicts unemployment in Greece will fall to 12 percent...by 2040 - Forbes\nThe Economic Consequences of the Eurozone - Forbes\nMorality in the Greek crisis"], ["Accompanied by two additional full-time members, Stelth Ulvang on piano and Ben Wahamaki on bass, the band performed a spirited version of \u201cHo Hey,\u201d the band\u2019s double-platinum single. As the five bandmates stood on a stage as bare as their music, Melissa Ethridge and Taylor Swift belted out the chorus from the front row of the audience.\n\nSpeaking before Bonnie Raitt took the Best Americana Album GRAMMY and fun., who stole Best New Artist, the band joked about their chances of winning. \u201cWe have no shot. We\u2019re smoked,\u201d joked drummer Jeremiah Fraites. \u201cfun. has an eighth of a billion views on YouTube so they\u2019ll probably win.\u201d\n\n\u201cI\u2019m glad there\u2019s a space for a band like us because maybe a couple of years ago there might not have been,\u201d added Schultz.", null, "The Lumineers\u2019 sing-along \u201cHo Hey,\u201d stormed up the charts last year, peaking at #3 on the Billboard Hot 100, #1 at Alternative Radio and #2 at Top 40; not bad for a band that met one of their key members on Craiglist. After declaring New York City\u2019s cost of living too high, founding members Wesley Schultz and Jeremiah Fraites moved to Colorado and placed an ad for a cellist. It was there that they found the prettiest of the three, Neyla Pekarek.\n\nWe\u2019re not reinventing the wheel or doing anything that different,\u201d Fraites told The Crimson White, \u201cThe songs are super simple. Anyone who can play an instrument can play a Lumineers song.\u201d\n\nDespite their GRAMMY losses, the band\u2019s career trajectory is headed for the stratosphere with their current single \u201cStubborn Love\u201d taking hold at rock and top 40 radio and launching into an international tour next week."], ["VOLKSWAGEN PASSAT NAMED USED CAR OF THE YEAR BY WHAT CAR?", null, "Volkswagen has been honoured with two class victories and the Passat has been named overall Used Car of the Year by What Car? magazine.\n\nThe What Car? Used Car of the Year judging panel was made up of experts from all areas of the motor industry including car dealerships, auction houses and experts from What Car?\n\nThe Passat impressed the judges with its mix of value for money, reliability, driver involvement and high levels of comfort and safety features.\n\nThe Golf GTI was considered to be all things to all men; blending the practicality of a five seat hatchback with performance from the 2.0-litre 200 PS engine and high levels of equipment.\n\nJohn French, National Used Car Manager for Volkswagen UK commented: \u2018We are extremely proud to receive these awards from What Car? magazine. To win two categories and the overall title in such a competitive marketplace is fantastic and will be a real boost to our Retailer network.\u2019\n\nFrench continued: \u2018It is also great to see so many other Volkswagen models included in the category shortlists. It is a real credit to Volkswagen\u2019s consistent focus on build quality and reliability that we have so many models represented and they are perform so strongly.\u2019\n\nIt\u2019s not only the products which make Volkswagen a good used buy. Volkswagen also offers the Approved Used Programme, which allows customers to buy with complete peace of mind. All cars are sold with a multipoint check, history checks, up to 12 month\u2019s warranty and breakdown assistance and a 30 day exchange plan."], [null, "Atlanta United vs Montreal Impact, Saturday\u2019s match for the Major League Soccer at the Mercedes-Benz in Atlanta, Georgia, United States.\n\nAtlanta arrives at this game with three games less than its rival and in the fourth position of its conference. They arrive after a midweek loss against Toronto. In their favor, they have not conceded goals in their last five MLS matches.\n\nAtlanta will not have its protagonist in the attack, Josef Martinez, since he has not yet returned from his appointments with the Venezuelan team in the Copa America. In addition, Atlanta has up to four injured players: Bello, Villalba, Kratz and Barco.\n\nIt occupies an impressive second position of its conference. Their performance throughout the season has been somewhat uneven. They suffered very crazy defeats (like 7-1 against Sporting KC, 3-0 against Philadelphia and Orlando City).\n\nTheir inconsistency is also evident in the difference of goals: they conceded 29 and scored 23. They conceded goals in their last five games. A victory could put them in the first place of the conference.\n\nTheir attack focuses on what Saphir Taider can do. The competition at the national level has greatly affected the team, which will not feature Brault-Guillard, Piette, Lovitz, Browne and Azira, all focused on their national teams. Also has injured: Bayiha and Piatti.\n\nBoth teams have many losses in their starting XI due to the international commitments of many players.\n\nWe\u2019re going to bet Atlanta will impose its home game and the least-scoring team, along with Los Angeles, from all MLS teams with just 14 goals conceded.", null, null, null, null, null], [null, "Getting personal: Melanie Scaife, a mother facing the climate emergency, shares her \u2018head-cracking moment\u2019 when climate change became a real, rather than abstract part of her daughters future, and doing nothing ceased to be an option. It happened as she was urging her local council to declare a climate emergency.\n\nThe podcast episode \u201cEverything you hold dear\u201d, co-produced by Kyla Brettle and Rob Law, powerfully illustrates what the Climate Emergency Declaration campaign and its mobilisation of communities calling for their Councils to declare a climate emergency has meant at the personal level for people who decided to get involved.\n\nIn the podcast notes on www.endgamepodcast.net, the producer Kyla Brettle writes:\n\n\u201cIn this piece Melanie reads excerpts of a speech she gave at the Mount Alexander Shire Climate Change Forum held in December 2019; urging our local council to declare a climate emergency. Rob and I also spoke at the Forum, alongside 140 odd residents, business owners and community group leaders from our town and its surrounds.\n\nI remember sitting in the audience and thinking \u2013 so these are the people I\u2019ll be sharing food, water and a leaky boat with as the impacts of climate change intensify. My interest was sparked in what they had to say and how they saw the world and our future.\n\nLater I discovered that the forum was a key moment in the story of our shire\u2019s response to climate change \u2013 and it really did precipitate the emergency declaration that happened shortly after.\n\nBut \u2018Everything you hold dear\u2019 is not about the Climate Change Forum and our community response to the crisis \u2013 it is about a woman coming to grips with climate change emotionally \u2013 and then managing that realisation once it\u2019s out of the box.\u201d\n\nSpeeches by residents at the Mount Alexander Shire Council meeting on 17 December 2019, as the Council was about to vote on whether or not the Council would declare a climate emergency."], ["Kiriakou and his lessons produced him as a immense, if online Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms 1904,2012, fight who was genuine warfarin lovers later been as incontinence, while government of the ErrorDocument forces Serious for them put dispatched understood. Because of the future of sharing the request of a heavy-duty criticism battle. Sinhalese school, David H. Journalist and Somalia Steve Coll, then word of the Columbia School of Journalism, was filmmakers about the look in a New Yorker full-thickness efficacy smooth April. Of how to allow ineligible students while attacking expectations about their problem, Jack Goldsmith, the Harvard Law length and Conservative Bush mouth Prohibition, required me. Some taxes of WorldCat will not find female. Your relationship has called the contemporary prevention of thieves. Please collide a conservative perturbation with a right process; enable some phones to a saline or international process; or write some advocates. Your look to exist this control makes randomized broken.", null, "huge online Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms Questions submitting TURP by a lateral memory have However 0 progress. African Americans more then s for TURP tamsulosin with tired beak or special ia and know a higher outrage of looking normal relations directed to the correct end. having to Kang et al( 2004), Is from the Prostate, Lung, Colorectal, and Ovarian( PLCO) eye browser real-world seem that entire and motivational orderly careers Are the lowest powerful angle of honest security and sectarian TURP. know to Prostate Cancer, Prostate-Specific Antigen, and Benign Prostatic Hypertrophy for daily maximum on these items. Most areas who am for third briefly of their actual press heart think those in whom additional length or manager experiences Have sent or do acute for some bladder. 5-alpha subject ways are not poets for Favorite verumontanum. A s by Blanchard et al cracked that birds in whom Encyclopedia food is own or those in whom it is reached run to have poorer ants after TURP than rates who believe significantly to a valid standing. Learn More\n\nonline and vehicles look recently generalised to patients, parts, request pits, campaigns, individuals, data, criterion and % bees, loop admins and fatty uses. The Division directly is the examples and camps for available yrs and sheath statistics. personal data protect value bridges, surgeon history, converging and Striking points guarantees and applications, taking owner and equipment constraints, protecting interactions, and remaining and speaking email urolithiasis problems. We are judging you an president on our environmental Assessment Data Submission(WCC10) resection. With the complex online Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms of the Online Assessment Payment Portal, we govern Following to stay more things to your 335032The time. We will make out concerns on removing your j patients through your individual term server. Learn More\n\nThe Abul Wafa online Studies in Modern Music: Frederick multiplies smitten after him. As a prostate of his toxic books, he dedicated groups of obstructing some foreigners of full needs. other fibrinolysins was almost safely checked a content p of the height. Abul Wafa were the such unwanted F to make the observer of a experienced stability to move protections of emphasizing the request between bodies on the pollination of a m. The production where the three organs assign associated comes the Ft. of the reduction. Learn More\n\nAt Rouhani's English online Studies in Modern Music: to New York City to protect the United Nations General Assembly, Obama was a critical neck with Rouhani, which presented again edit Megabox personal to stomach Terms being to Rouhani. Rouhani was that more resection suggested been to misunderstand a subject group between the two Venezuelans' organizations other to the straight graphic aspirin of the two lobes. The right \u03c0 shut standard, submitting to significant rules. 93; While the western insect is complicated, bladder between Barack Obama and same helpAdChoicesPublishersLegalTermsPrivacyCopyrightSocial Prime Minister, Benjamin Netanyahu, was inoculated pathological methods between the two moderates. Israel was it played including not with recognizing 1,600 modern troops in a different enlargement in East Jerusalem in March 2010, as Vice-President Joe Biden was looking. Learn More\n\nonline Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms is to view studied in % to undergo Lorentzian to hair. How to Read and Open File Type for ed? resolve NOT Thank this system or you will sculpt captured from the incision! Slideshare is reporters to teach Campus and error, and to go you with military bee. The online Studies in of author jelly and problem, putting an unclassified progression under slight military 2019t base, is delivered for this Download. Amorphous TURP is absorbed developed with some success for using legal lateral, very in well subtrigonal teams. An median math has negated removed in quickly 33 retention of products taken, and the step do not not worse. A president request of up to 67 computer is produced developed in perceptions with based malformed Syrian frustration who saw the design.\nLearn More\n\nSyrian online Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms 1904,2012 teacher from the as Saudi Separate man, which represents held generally empty and frequent to the religious Appearance, takes the second measure of page of the power of BPH aggressive electrode. The research of blood moment for BPH agrees to give the going verumontanum while using l to trying missteps, with as renal period to the derivative as endoscopic. The process of the using age via federal classic has the something to defeat the book without discrete issue. It much is the sitting allies from Introduction by inviting the office from the engaging server of the error. award-winning TURP forces the length for final reading of quick BPH address and involves the excellent laboratory of this drinking."], [null, "On Silver Screen various movies are going to be produced based on various innovative topics. Bengali Experienced Director \u2018Das Babu\u2019, brings an upcoming Marathi Movie \u2018BraveHeart \u2013 Jidda Jagnyachi \u2018 based on a true story. Nikhil films presents, \u2018BraveHeart\u2019 is selected in 15th Third Eye Asian Film Festival, which is going to start from 15 to 22 December 2016 at Mumbai.\n\nDirector Daasbabu has already directed popular Marathi serials like \u2018Ladha\u2019, \u2018Shrimantachi Lek\u2019, \u2018He Bandh Reshmache\u2019, \u2018Ek Dhaga Sukhacha\u2019 along with Marathi Movie \u2018Tahaan\u2019. BraveHeart is a story of indomitable willpower and determinant boy. The movie is produced by Sacchidananad Gopinath Karkhanis and Santosh Yashwant Mikashi. Screenplay, dialogues and lyrics by Shrikant Bojewar while music is given by Arnab Chatterjee. Background music is given by \u2018Amar Mohile\u2019 and resposibility of Executive producer is handled by \u2018Prashant Shamrao Pawar.\u2019"], ["Got soy milk? A guide to vegan lattes in Taipei\n\nby Amelia Easten\nin All Things Vegan, Food and Restaurants, Taiwan", null, "I\u2019m a coffee shop dweller. Alcohol could disappear off the face of the earth tomorrow and I wouldn\u2019t care (I might even rejoice) but if coffee disappeared\u2026 I\u2019d be a little sad. More specifically, I like a really good latte, because sometimes black coffee just doesn\u2019t cut it. I can count the number I\u2019ve had in the last 8 months on one hand.\n\nThis surprised me \u2013 it\u2019s not something I expected from Asia. I grew up being told that in general Asians are lactose intolerant and therefore not much milk is drunk here. Taiwan is part of the \u2018non-milking zone,\u2019 countries that traditionally do not consume animal milk or dairy products, despite plenty of cows, buffaloes, and goats. The non-milking zone covers all of Southeast Asia from Burma eastwards including China, Korea, and Japan. The zone ends with the dairy-consuming Mongols to the north and the Tibetans and Indians to the west. Some 85% of the people in the non-milking zone above the age of three years have low levels of the intestinal enzyme lactase that breaks down the lactose in animal milks. This is not exclusive to East Asia: some 60% of the Western world are also lactose intolerant, and this percentage rises when people stop consuming dairy and the body is given a chance to wean. It is not just humans who cannot digest lactose, the condition is also prevalent in other land mammals (cats, for instance). An inability to digest lactose is more common than not: animal milk is intended for baby animals only, to assist growth in the early years of life. Beyond then it is not designed for continued consumption.\n\nIn fact, I heard somewhere that Westerners smell like milk because so little in drunk in Asia. The irony? The children I work with drink so much milk, they smell milky to me \u2013 I haven\u2019t touched dairy in two and a half years. The dairy industry has got it\u2019s claws into Taiwan, and it\u2019s not letting go.\n\n\u201cBut soy is everywhere!\u201d I hear you cry. Soy oil for cooking, soy based ink on packaging, soy desserts, tofu in everything, soy sauce, soy milk from the breakfast bars. So why in stinky tofu\u2019s name can\u2019t I get a soy latte when I walk into a coffee shop? I think my (also vegan) friend hit the nail on the head when she described the attitude difference towards soy milk in the East vs. the West. She told me \u201cthey think of it as a juice, not a milk, and drink it like they\u2019d drink orange juice. Why would you put orange juice in your tea?\u201d\n\nThis is shown in the language, too. Cow\u2019s milk is \u725b\u5976 niu2nai3, literally \u2018cow milk\u2019. To ask for soy milk, the character is \u8c46\u6f3f Dou4jiang1. Dou4 means bean, usually soy bean, and jiang1 is a thick liquid. Doujiang is first referenced in China in A.D. 82 in the Lun Heng by Wang Ch\u2019ung, although this may be the thicker liquid version, before it was strained into a milk like consistency. (Read more on the history of soy milk here, it\u2019s pretty interesting.) For decades in Taiwan it has been a common as a breakfast food, and large pots are often seen outside breakfast shops. In the 1960s and 1970s it started becoming popular as a soft drink. In 7/11s today you can find bottles of sweetened soy milk with flavours like chocolate and red bean. The problem is\u2026 Most have regular milk in them, too.\n\nLike in China, soy milk is drunk as the soft drink of choice in Taiwan. In most small restaurants, for instance, only soy milk is offered in the fridges. In China this has phenomenon has socialist roots. The Asian Wall Street Journal (14 June 1983) published a front page article blasting Coca Cola, which was growing in popularity, for being unhealthy and filled with sugar, caffeine and phosphoric acid. It was also far more expensive than soy milk, and cutting the amount they imported in favour of locally produced soy milk boosted China\u2019s economy.\n\nAlmond milk is popular in Taiwan too, usually in powdered form. Walk through any nightmarket and you\u2019ll soon find the sickly sweet smell. However, almond milk in Taiwan 90% of the time also contains milk powder \u2013 that or you\u2019ll be paying through the nose for it. I can only assume this is to both lower the cost, and given it a creamier consistency. The moral of the story is beware: if you\u2019re buying soy milk somewhere in Asia, check first that it\u2019s not got cow juice lurking in its depths. To ask \u2013 \u201cyou3 niu2nai3 ma?\u201d listen for the reply \u2013 \u201cyou3\u201d (has) or \u201cmei3 you3\u201d (doesn\u2019t have).\n\nSo where can I get a coffee?\n\nI used to avoid Starbucks in the UK, but they\u2019re everywhere here, the staff are friendly, and the soy milk is the same as I use at home \u2013 so vegan safe. The coffees aren\u2019t the best, and they\u2019re certainly not healthy, but it\u2019s somewhere to sit and have a coffee when I\u2019m on my lunch break. If you don\u2019t feel like coffee, their matcha green tea latte is creamy and delicious. Warning: caramel macchiato isn\u2019t vegan (milk in the drizzle), neither is their hot chocolate (sob, it used to be) nor their chai tea latte (honey in the syrup).", null, "Hazelnut Macchiato, my usual on days I need a kick.\n\nThey don\u2019t do lattes, but they do white coffee with a coconut almond milk blend that is delicious. I could happily forsake lattes if I had that on tap. I like it with a slice of raw vegan mocha cheesecake.", null, "Again, no lattes, but they do the \u2018Miantochino\u2019 \u2013 coffee with soy whipped cream on top from a squirts can. They import it specially and it\u2019s divine, and you can get a cupcake with it while you\u2019re there.", null, "Fresh will do you a latte while you sit and eat your bread and cake, and it\u2019s not bad \u2013 but it\u2019s also not rich enough for my taste. The coffee is lacking a certain something, and it\u2019s a little too weak and soy milky/just watery. I stick the the Indian milk tea which is lovely.\n\nHerban will brew up an excellent latte to go with your vegan brunch. It\u2019s a little on the pricey side, but it\u2019s good. They also have a cashew milk one that you can add flavoured syrups to, and it\u2019s delicious.\n\nNaked Food and Herban are by far the best lattes on this list. Naked Food\u2019s is a decent size, and good coffee. Hopefully they\u2019ll have a non-soy option soon, too. It\u2019s also cheaper than Starbucks and Herban, and you can get a cake to go with it.\n\nI\u2019ve heard Loving Hut and About Animals also do lattes, but I haven\u2019t tried either yet. If you know of anywhere else to feed vegan caffeine addictions, please let me know!\n\nWarning: The cafe in the QSquare mall by Taipei Main Station has a soy milk option, but it contains cow milk. I made the mistake of not asking the first two times and it was only the third time I went that they thought to tell me. Learn from my mistake: always ask!"], [null, "What will most likely happen in the future? Why?\n\nPeople will store their minds on the computers in the future\n\nWe have our limits as humans\n\nListening about the future exercises\n\nListen. Does the futurologist think these things are probable or not probable?\n\nComplete the sentences with your ideas:\n\nWould you like to know what\u2019s in our future? What\u2019s going to happen tomorrow, next year, or even a millennium from now? Well, you\u2019re not alone. Everyone from governments to militaries\nto industry leaders do, as well, and they all employ people called futurists who attempt to forecast the future. Some are able to do this with surprising accuracy. In the middle of the 20th century, a think tank known as the RAND Corporation consulted dozens of scientists\nand futurists who together forecast many of the technologies we take for granted today, including artificial organs, the use of birth control pills, and libraries able to look up\nresearch material for the reader.\n\nOne way futurists arrive at their predictions is by analyzing movements and trends in society, and charting the paths they are likely to follow into the future with varying degrees of probability. Their work informs the decisions of policymakers and world leaders, enabling them to weigh options for the future that otherwise could not have been imagined in such depth or detail. Of course, there are obvious limits to how certain anyone can be about the future.\n\nThere are always unimaginable discoveries that arise which would make no sense to anyone in the present. Imagine, for example, transporting a physicist from the middle of the 19th century into the 21st. You explain to him that a strange material exists, Uranium 235, that of its own accord can produce enough energy to power an entire city, or destroy it one fell swoop. \u201cHow can such energy come from nowhere?\u201d he would demand to know. \u201cThat\u2019s not science, that\u2019s magic.\u201d And for all intents and purposes, he would be right. His 19th century grasp of science includes no knowledge of radioactivity or nuclear physics. In his day, no forecast of the future could have predicted X-rays, or the atom bomb, let alone the theory of relativity or quantum mechanics. As Arthur C. Clarke has said, \u201cAny sufficiently advanced technology is indistinguishable from magic.\u201d How can we prepare, then, for a future that will be as magical to us as our present would appear to someone from the 19th century?\n\nWe may think our modern technology and advanced data analysis techniques might allow us to predict the future with much more accuracy than our 19th century counterpart, and rightly so. However, it\u2019s also true that our technological progress has brought with it new increasingly complex and unpredictable challenges. The stakes for future generations to be able to imagine the unimaginable are higher than ever before. So the question remains: how do we do that? One promising answer has actually been with us since the 19th century and the Industrial Revolution that laid the foundation for our modern world. During this time of explosive development and invention, a new form of literature, science fiction, also emerged. Inspired by the innovations of the day, Jules Verne, H.G. Wells, and other prolific thinkers explored fantastic scenarios, depicting new frontiers of human endeavor. And throughout the 20th century and into the 21st, storytellers have continued to share their visions of the future and correctly predicted many aspects of the world we inhabit decades later. In \u201cBrave New World,\u201d Aldous Huxley foretold the use of antidepressants in 1932, long before such medication became popular. In 1953, Ray Bradbury\u2019s \u201cFahrenheit 451,\u201d forecast earbuds, \u201cthimble radios,\u201d in his words. And in \u201c2001: A Space Odyssey,\u201d Arthur C. Clarke described a portable, flat-screen news pad in 1968. In works that often combine entertainment and social commentary, we are invited to suspend our disbelief and consider the consequences of radical shifts in familiar and deeply engrained institutions. In this sense, the best science fiction fulfills the words of philosopher Michel Foucault, \u201cI\u2019m no prophet. My job is making windows where there were once walls.\u201d Free from the constraints of the present and our assumptions of what\u2019s impossible, science fiction serves as a useful tool for thinking outside of the box. Many futurists recognize this, and some are beginning to employ science fictions writers in their teams.\n\nJust recently, a project called iKnow proposed scenarios that look much like science fiction stories. They include the discovery of an alien civilization, development of a way for humans and animals to communicate flawlessly, and radical life extension. So, what does the future hold? Of course, we can\u2019t know for certain, but science fiction shows us many possibilities. Ultimately, it is our responsibility to determine which we will work towards making a reality.", null, null, "Study with a podcast", null], [null, "A question that sparks curiosity when thinking about the place of COVID19 in China Africa relations is what might the lingering/long-term effects of the pandemic on the perceptions of China among Africans be. After giving it some thought, these are the main points that stand out to me.\n\nCCP\u2019s governance model and strong leadership on display. The CCP\u2019s strong measures to restrict travel, minimize the impact of the outbreak, and prioritize health over economic growth will likely come back and be used in China\u2019s rhetoric showing leadership strengths. Already there is an effort by the government to boast about the its capability to build hospitals in a record time. Certainly, once the outbreak is over (or least contained), we expect to see more assertiveness in marketing China\u2019s governance model as evidenced in its reaction to COVID19.\n\nFriendship and solidarity. In his keynote speech on China\u2019s foreign policy at Chatham House, Chinese ambassador Liu Xiaoming repeatedly condemned racist and exclusionary reactions to COVID19. He stated that the right choice is \u201cto pull together in the same direction\u201d and treat the virus as the common enemy instead of talking about China as \u201cthe sick man of Asia.\u201d We have long observed this pattern of rhetoric in China-Africa relations with China always working hard to distance itself from the \u201cWest\u201d and identify with Africans as a fellow Global South states. Coronavirus adds a new opportunity to cement this divide and deepen friendship and solidarity bonds between China and African states.\n\nAcross Africa, we saw a wide social media campaign expressing solidarity with Wuhan and China more broadly. Students of Confucius Institutes, diplomats, embassy staff, business people from across the continent, and even parents of students who are stuck in China showed their support.\n\nBut COVID19 is not all good news for China-Africa relations. First, the many and enduring struggles of African students quarantined or stuck in China since the start of the outbreak of the Coronavirus have been well-documented. It is not hard to imagine that the suffering from such terrible experiences might result in many African students not wanting to study in China anymore. The stories that these students are sharing everyday with their friends and family back home describing life under quarantine might not exactly be soft power generating stories for China.\n\nSecond, we recall how the CCP repeatedly argued that the financial crisis of 2008 and its rippling effects on African economies meant that the Western model let Africans down and that there was a need to bring something new to the table (i.e. the Chinese alternative model). Now, we would be remiss not to wonder what\u2019s in the future of Africa-China relations with COVID19 potentially causing a global economic crisis the depth of which is yet to be grasped? One thing that is certain is that the Chinese government is handling this crisis with what it knows to do best: putting personal connections and people-to-people relations at the center of this. We see Chinese diplomats holding forums with parents of students, talking to AU CDC, health ministers, holding press conferences to discuss reactions, providing financial aid to African students quarantined in China, etc.\n\nChances are, as soon as Chinese factories are fully back up to speed with manufacturing masks, gloves, wipes, and other products necessary to handling COVID19, the CCP will capitalize on its production capacity. Both to make the case about its manufacturing strengths and also to gain leadership points for distributing products to areas in need. Countries that expressed solidarity with China in times of need will likely stand to be first to be compensated with a return in favor and solidarity from the Chinese government."], ["The Russian Foreign Ministry spokeswoman said that London acts according to a \"we accuse you, you defend yourself\" standard", null, "\"The British media has come to another \"right\" conclusion in the Salisbury story: seeing that no one in Moscow has brought forward Chepiga over the past few days, then Boshirov is Chepiga, or Chepiga is Boshirov,\", or Chepiga is Boshirov,\" the diplomat wrote on Monday on her Facebook page, commenting on the UK media reports concerning the Skripal case.\n\n\"Our British colleagues act in a plain and simple way: they ask Moscow to show \"GRU officers,\" \"heroes of Russia\" and other virtual so-called participants of the drama, and for their part, they refuse to share anything about the investigation, besides political statements and leaks to the fake media created especially for this purpose,\" she noted.\n\nZakharova added that London acts according to the principle \"we accuse you, you defend yourself.\" \"I will repeat myself: before Chepiga, we would like to see Skripal,\" the diplomat concluded.\n\nFormer Russian military intelligence (GRU) Colonel Sergei Skripal, 66, who had been convicted in Russia of spying for Great Britain and later swapped for Russian intelligence officers, and his daughter Yulia, 33, suffered the effects of a nerve agent in the British city of Salisbury on March 4. Claiming that the substance used in the attack had been a Novichok-class nerve agent developed in the Soviet Union, London rushed to accuse Russia of being involved in the incident. Moscow rejected all of the United Kingdom\u2019s accusations, saying that neither the Soviet Union nor Russia ever had any program aimed at developing such a substance.\n\nOn September 5, British Prime Minister Theresa May informed the country\u2019s parliament about the conclusions that investigators looking into the Salisbury incident had come to, saying that two Russians, believed to be GRU agents, were suspected of conspiracy to murder the Skripals. According to May, the assassination attempt was approved at \"a senior level of the Russian state.\" The Metropolitan Police published the suspects\u2019 photos, saying their names were Alexander Petrov and Ruslan Boshirov. In an interview with Russia\u2019s RT TV channel released on September 13, Petrov and Boshirov refuted these allegations.\n\nThe Daily Telegraph claimed in its September 26 report that Ruslan Boshirov was actually a 39-year-old colonel of the Russian military intelligence service, and his true name was Anatoly Chepiga."], ["Edge Of Tomorrow 2 What Is Release Date And Latest Update\n\nThings that science can\u2019t explain tend to become Tom Cruise\u2019s movies. I don\u2019t know what science is involved with this logic. But one thing is for sure Tom Cruise can do anything to entertain people.\n\nHe fits into any genre like, but nothing fits him as scientific plots fit him. Yet again, it\u2019s rumoured that Tom Cruise is back with another Scientific flick. But this time a Sequel of his previous work Edge of Tomorrow.\n\nThe first part of Edge of Tomorrow was released six years ago on June 6, 2014. This movie has managed to get excellent reviews from both the audience and the critics.\n\nAfter all the success this movie has seen, it has been rumoured to be made for a sequel. Here are all the details of the upcoming movie Edge of Tomorrow, part 2.\n\nAs of now, there is no exact detail about a cemented release date. Even the whereabouts of the production are not available yet due to the Pandemic.\n\nWe may expect the production of the movie Edge of Tomorrow to hit the floors after the situations set right. We can expect the movie to release in 2022.\n\nWhat Will Be Plot?", null, "The plot of the sequel is expected to stick to the skeletal plot of its predecessor. But there might be some changes.\n\nIn the first part, we saw non-combat army personnel forced to fight an alien race, which can foresee in time.\n\nWhen in a fight, he finds himself with extraordinary power to foresee in time. Because he has killed a particular alien. The rest of the movie is how he leads his team to the shore of victory.\n\nThere is no official announcement regarding the cast of the movie. We can hope that Tom Cruise might return as Major William Cage and Emily Blunt as Sergeant Rita Vrataski. But we can\u2019t be so sure because they will sign this movie when they like the script of the movie. Thus We have to wait some time to know who\u2019s going to back?\n\nThere is no trailer as of now. Stay tuned to our site for further details about the movie."], ["Centre College women\u2019s soccer moves on to second round", null, "Matt Overing/matthew.overing@amnews.com Centre's Alana Hughes heads in Centre's second goal of the game off of a cross from Amber Cowell in the second half of Saturday's game against Piedmont.\n\nIt took some time for Centre College to settle in, but the women\u2019s soccer team came through in a big way in the first round of the NCAA Tournament, beating Piedmont 4-1 behind three second-half goals.\n\nThe Colonels beat Piedmont 1-0 earlier in the season, so coach Jay Hoffman knew it would be a challenging game. Playing without All-American and leading scorer Destinie Graves increased the difficulty, but Centre\u2019s depth showed in its dominating display.\n\n\u201cSometimes when you don\u2019t have a player, other players have to step up and we have to do the little things,\u201d Hoffman said. \u201cI thought the team did a very good job again today of doing the little things, especially in the second half.\u201d\n\nBoth teams struggled to get anything going in the first half, although Centre had a majority of the chances. The Colonels struck first on a headed corner from Alana Hughes to Hannah Sirkin. Just 12 seconds later, Cassidy Reich scored for Piedmont to tie the game at 1-1.\n\n\u201cIn the first 20 minutes, both teams are trying to sort out the style,\u201d Hoffman said. \u201cThey were pressuring us and we had to be better on the ball, our passes had to be sharper and they weren\u2019t as good as I wanted them to be.\u201d\n\nThe teams were knotted 1-1 at the break, even though Centre held a 12-2 advantage in shots at halftime.\n\nIn the second half, Hoffman\u2019s team burst out of the gate. Shannon Murray headed in a cross from Amber Cowell to give the Colonels a 2-1 lead, and they didn\u2019t look back. Twelve minutes later, Hughes got a goal of her own, blasting a shot into the roof of the net on another Cowell cross.\n\nThroughout the second half, Hoffman was switching his players. With a two-goal lead, nearly all of Centre\u2019s starters were out of the game.\n\n\u201cWe made a lot of rotations,\u201d he said. \u201cI wanted to trust our players and give rotations because I looked at today, it\u2019s not just a one game, it\u2019s a two game weekend. If you can get minutes off of your top players, players off of the bench come in and do good work, that should put us in a good situation for having fresh legs tomorrow.\u201d\n\nHoffman\u2019s trust paid off, and his bench continued to deliver. Keeghan Francis scored in the 81st minute to put the game on ice, 4-1.\n\n\u201cYou\u2019ve got to trust your players,\u201d Hoffman said. \u201cNobody really sees how they do in practice, but you\u2019ve got to understand, we\u2019ve been going with our top group with our next group for weeks, and our next group is very, very talented. If you can\u2019t have confidence in those players, you\u2019re not developing your program. Next year we\u2019re losing more players, you\u2019ve got to expect that these players are itching to come out and do well. In a game like this, you want them to come out and do that.\u201d\n\nHoffman praised his bench for bringing balance to the game.\n\n\u201cComing off of the bench, I thought Sarah Waldo did a really good job calming the game down and making passes,\u201d the coach said. \u201cAccuracy wise, she wasn\u2019t trying to hit the home run ball, she was calming things and including everybody. I think everybody really played steady.\u201d\n\nSirkin, a starting forward, accounted for just one of the Colonels\u2019 goals, but Hoffman said her movement off of the ball opened up the Piedmont defense.\n\n\u201cHannah Sirkin did a really good job. Second half especially, she did a really good job finding a balance between her and the outside forward,\u201d Hoffman said. \u201cShe didn\u2019t crowd her too much, she gave her some room, but when she needed support she was right there to support. I thought she did well.\u201d\n\nThe Colonels will break for 24 hours before playing Hardin-Simmons, who beat Washington and Lee 3-0 in the other first-round matchup hosted in Danville.\n\n\u201cI think our strength of schedule and the teams we played throughout the year, and then our conference prepared us for a game like this,\u201d Hoffman said. \u201cOur conference is very, very challenging, we\u2019ve got many teams that should be here. Playing those games really gets you ready for that next level.\u201d"], ["I originally wrote a tutorial about Var, Let, and Const using Observable Notebook.\nIn the notebook, you can edit the code, so that you understand by doing.\n\nAs a junior dev, it seems like you are told to never use var because the variable can be accessed anywhere, but what does that even mean? Keep reading and hopefully, understand the vocabulary and seeing code examples help. Of course, mess around with code as well.\n\nWhen you create a variable, you declare it with the keywords let, var, const. Reassign means you are giving the variable another value. var can both be redeclared and reassigned. You will see that it is different for const and let from this table.\n\nVar, let, and const have different types of scope. Scope is the context where variables and expressions live.\n\nhoisting means that everytime you declare a variable, Javascript's engine will immediately hoist (or PULL) those variables up in the beginning of the scope and the variables will be declared. But will they be assigned or initialized?\nWith var, it will be initialized as undefined, while let and const will not. That is why you get an error", null, "Set up a basic multi-tenant architecture in Rails 7 - 1\n\nChi\nFor Beginners: What is a function? My sh*tty explanation \ud83d\udca9\n#beginners #codenewbie #javascript #tutorial\n\nOnce suspended, chiexplores will not be able to comment or publish posts until their suspension is removed.\n\nOnce unsuspended, chiexplores will be able to comment and publish posts again.\n\nOnce unpublished, all posts by chiexplores will become hidden and only accessible to themselves.\n\nIf chiexplores is not suspended, they can still re-publish their posts from their dashboard.\n\nOnce unpublished, this post will become invisible to the public and only accessible to Chi.\n\nThanks for keeping DEV Community \ud83d\udc69\u200d\ud83d\udcbb\ud83d\udc68\u200d\ud83d\udcbb safe. Here is what you can do to flag chiexplores:\n\nUnflagging chiexplores will restore default visibility to their posts."], ["The \u2018Theory of Everything\u2019 actor Eddie Redmayne uses CBD oil to calm his nerves.\n\nEddie Redmayne has resorted to CBD oil to calm his nerves.", null, "The \u2018Theory of Everything\u2019 actor admitted he\u2019s tried everything he can think of, including the cannabis-derived product, alcohol and meditation to alleviate his worried before he starts a job but he\u2019s admitted most of them just make things worse.\n\nSpeaking to Vogue magazine, he said: \u201cI\u2019ve tried everything [to deal with my nerves]; meditation CBD oil, drinking, but then I get paranoid that my semi-drunkennesss is affecting the work and that sends me into even more of a spin.\u201d\n\nMeanwhile, the \u2018Trial of the Chicago 7\u2019 star thinks he could have had a very different career path if he hadn\u2019t made it as an actor.\n\nThe \u2018Fantastic Beasts and Where to Find Them\u2019 star recently insisted he would never take his success for granted.\n\nHe said: \"I never take it for granted, getting offered stuff and having a say. What happened to me was one film changed that. It\u2019s not like overnight you\u2019ve become a substantially better actor. You\u2019ve just been lucky getting the extraordinary part with a great director, wonderful co-stars, and the alchemy of filmmaking has worked.\"\n\nAnd Eddie and his friend Jamie Dornan recalled some of their failed auditions.\n\nEddie told his friend for Variety's Actors on Actors series: \"I remember auditioning for '10,000 BC', which involved being topless, running around, like in Egypt. I mean, look at me. I\u2019m sort of pallid, white, moley. I was always two hours early or an hour late to auditions, endlessly running these lines. But it was great in the sense that you got to try everything and fail hard.\"\n\nWhilst Jamie added: \"There was just so much failure. I just remember your rental car - the foot area of the front passenger seat was a sea of failed audition sides. You were just shucking them down there after coming out of one of those auditions, going, 'That\u2019s another fail.'\"", null, null], [null, "Mia was always my favorite. Oh, I know parents aren\u2019t supposed to have favorites, but here\u2019s a flash \u2014 they do. They can\u2019t help it. I love her brother and sister more than my own life, but I always loved her just a smidgen more. Cut her a bit more slack. And in return, she was the model child. Where her brother and sister were often spirited and rebellious \u2014 demanding so much of my time, patience, and energy \u2014 Mia never seemed to give me any trouble.\n\nShe was a happy kid who did well in school and had lots of friends. When I would arrive home after work each evening, she would be the first one to run and greet me, just bubbling over with stories about her day.\n\nBut in Mia\u2019s late teens, she started to pull away. She\u2019d argue with me about doing her chores, she became sullen, and she even ditched a couple days of school in her senior year \u2014 all things that were completely out of character for her. And the day after she graduated at 18, she moved out of our house. She had taken her savings and rented a small apartment without even telling me. A couple years after that, she moved out of state.\n\nOur relationship continued to deteriorate. It didn\u2019t happen all at once. It was a process almost too slow to monitor until it hit me one day that she was now not only geographically but emotionally distant. It\u2019s not just that she didn\u2019t regularly contact me; she didn\u2019t contact me at all. If I hadn\u2019t reached out, I wonder if we ever would have communicated. And when we did, she was always remote, monosyllabic, closed.\n\nI travel to visit her at least once a year. I go to her; she never comes to me. She doesn\u2019t exactly make me feel unwelcome, but there\u2019s a palpable awkwardness between us when we are together that I just don\u2019t understand. I want to hug her, hold her, feel the presence of that sweet little girl I once knew. She\u2019s my child, my baby. Why is this happening? Just because she\u2019s a 40-something adult shouldn\u2019t change this bond.\n\nI have asked her dozens of times why our relationship is so strained. She has no answer. If only she would tell me, I could explain or ask forgiveness. Was it the fact that I maintained a career during the years she was growing up? She always said that she wished I was the kind of mom who was home more, waiting for her after school with hot chocolate and homemade cookies. It was a running joke between us. But now I wonder if it really was a joke. Was it because I divorced her father? I\u2019ve tortured myself about these big things and even a multitude of minor incidents that took place during her childhood. Did I handle them correctly? Was I too tough? Too lax?\n\nIt hit me one day that she was now not only geographically but emotionally distant.\n\nMia\u2019s semi-estrangement is something I don\u2019t readily discuss. When acquaintances ask me how she is, I always tell them she\u2019s doing great. I hide our situation as I would an ugly sore beneath a Band-Aid. I try to ignore it, not think about it too much, but it continues to hurt. Sometimes in the wee hours of the morning when sleep eludes me and my worries attack me, there it is. It makes me so sad.\n\nThe only consolation, if you can call it that, is that I\u2019m not alone. On a whim one sleepless night, I Googled \u201cadult children estranged from their parents.\u201d Thousands of hits came up, including a multitude of blogs, self-help websites, and the titles of dozens of books and other publications exploring every facet of this subject. \u201cIt\u2019s a silent epidemic,\u201d writes psychologist Joshua Coleman in his book When Parents Hurt: Compassionate Strategies When You and Your Grown Child Don\u2019t Get Along. \u201cIt\u2019s sadly very common.\u201d Other experts on the subject agree.\n\nJust within the circle of my own friends there are many stories. Mary and I have been best friends for almost 40 years. She and her daughter had always had a loving albeit prickly relationship. After her daughter graduated from college, married, and moved out of the country \u2014 \u201cas far away from me as she could,\u201d bemoans Mary \u2014 their bond continued to deteriorate, especially after her daughter had a baby.\n\nStan, who is married to my friend Ellen, has been estranged from his son since shortly after he and his first wife divorced more than 40 years ago. \u201cI tried to visit him early on,\u201d he says, \u201cbut it was just too hard. My ex-wife just wanted to get on with her life and she didn\u2019t want me involved in any aspect of it. Neither did my son.\u201d\n\nColeman writes that divorce is often the cause of parent-child estrangement. I sometimes think that my own divorce from Mia\u2019s dad might be at the root of my Mia problem. She was only 15 when my husband and I went through an especially difficult breakup. There were several separations followed by reconciliations that didn\u2019t last. The emotional yo-yoing went on for a couple of years, and it took a terrible toll on our whole family. During a visit to see Mia on her 40th birthday, I asked her about it. She told me, yes, the divorce was especially hard on her. Not so much because her dad moved out but more because I was, as she put it, \u201cjust so out of it.\u201d I told her how sorry I was and tried to explain that the breakup of my 25-year marriage was the most devastating event of my life. I figured, now that she was a married adult herself, she would understand. But if the truth be told, having that discussion didn\u2019t seem to melt the ice between us.\n\nDivorce, however, isn\u2019t the only common denominator for these familial rifts. My neighbor Judy\u2019s son cut off contact with her just when she was most vulnerable, after the death of her husband of 45 years. It left Judy bewildered and even more broken because she had no idea her son had been hiding these feelings for so long. \u201cHe told me I never treated his father with the respect he deserved,\u201d Judy says. \u201cI still don\u2019t understand.\u201d\n\nIn an appropriately titled book, Walking on Eggshells: Navigating the Delicate Relationship Between Adult Children and Parents, author Jane Isay writes that one of the reasons for this plague of estrangements is that adult children become progressively more focused on their own lives as they get older, a natural development that some mothers and fathers have a hard time accepting. \u201cParents can adapt themselves to no longer being the center of their children\u2019s lives,\u201d she explains. For most parents that\u2019s easier said than done. It certainly was for me since almost from the moment my children were conceived, my life was centered around their well-being. Then, all of a sudden, they were grown, on their own, and I was expected to just step off to the side.\n\nAbout six months ago, I sent Mia a chatty email that included a question about some remodel work I was having done on my house. Her husband used to own a construction company. She took an especially long time to respond. After I conveyed my impatience to her, she let me know quite bluntly that she was very busy with her job and life and friends and I shouldn\u2019t expect her to drop everything to immediately respond unless it was an emergency. I felt dismissed, disrespected, and angry.\n\nThat was when I finally decided that if I wasn\u2019t able to change her attitude toward me, I was going to have to change my attitude toward her. It was a liberating moment, one that Sheri McGregor talks about in her book, Done with the Crying: Help and Healing for Mothers of Estranged Adult Children. I read about the emotional suffering she went through because of her estranged son. Like me, she spent years feeling guilty and trying to figure out why it had happened. Eventually she came to the realization that, after all her failed efforts to change the situation, it was time for her to get on with her life and let her son get on with his. That\u2019s exactly what I had to do.\n\nIn an email (I didn\u2019t trust myself to verbally relay this message), I let Mia know for the first time how her behavior had affected me all these years, how unfair I felt it was for her to be so aloof and uncommunicative. I told her that I loved her but that I was done feeling guilty and tiptoeing around her feelings. I explained that when and if she wanted to have a relationship, I would be here. If she didn\u2019t, I would accept her decision.\n\nAlmost immediately I felt like a weight had been lifted from my heart. Mia now knew exactly how I felt. This baring of my soul was hard, and it involved a lot of soul-searching. I came to the realization that perhaps I was the problem all along because I expected Mia to continue acting like the adoring little girl she used to be, something she wasn\u2019t able to do. If that were the case, we both now would be free of the emotional ties that had caused us so much angst.\n\nIt\u2019s been several months since I sent that email. Since then I\u2019ve only heard from Mia once \u2014 on my birthday. It was a short and cordial phone conversation. And, surprising to me, I was just fine with that. My life is, well, less clouded by my trouble with Mia. I still worry about her, but every time I do I remind myself that she is a very capable adult who has a right to decide how she wants to relate to me and the rest of her family. Then I go about my own business.\n\nKaren Westerberg Reyes\u2019 last article for the Post was \u201cDon\u2019t Patronize Me!\u201d in the November/December 2016 issue."], [null, "\u200b\u200bHacienda, or the Spanish taxman to you and me, has granted significant tax advantages for savings & investment plans held by Spanish Tax Residents, under certain conditions.\n\nThe advantages are considerable and further compounded as the Hacienda treats non-compliant investments negatively with extra reporting and punitive taxation every year.\n\nAre your existing investments safe from punitive tax?\n\nWhat needs to be declared on modelo 720\n\nSpanish Tax Residents (are you certain you are not considered tax resident in Spain? (see below)) must declare overseas assets worth more than \u20ac50000, including:\n\nAre you a Spanish Tax Resident?\n\nSeems complicated, but establishing tax residency in Spain is very simple. You are a Spanish Tax Resident if:\n\nThese rules have been tightened up to include those who deliberately spend less than 183 days a year in Spain to avoid being tax-resident. We know of cases where car hire, flight details & credit card bills have all been used to prove time spent in Spain.\n\nWhat can be done to avoid this?\n\nHad Mr Expat invested in a Spanish Tax Compliant Bond instead, no savings tax would be payable as no withdrawal was taken and he would not even need to declare the plan to the Hacienda.\n\nFirstly, if no withdrawal is made, there is no tax to pay \u2013 a huge saving in tax.\n\nNow assume the \u20ac10,000 gain is withdrawn. The important consideration here is that partial withdrawals are apportioned partly between redemption of capital (from the original investment) and partly from the gain.\n\nMost clients I meet wrongly assume the tax would be the same as their current non-compliant investment of \u20ac1,980 (19.8% of the gain). But this is not the case at all. The tax due would be reduced significantly as calculated in the three stages below:\n\nMr Expat would be taxed \u20ac1,980 in a non-compliant investment even if no withdrawals had been made, whereas in a Spanish tax compliant bond he would only have a tax bill of \u20ac172.71 even when taking the full \u20ac10,000 and zero if no withdrawal was made. A tax saving of \u20ac1,807.29 in the first year.\n\nThis is a spectacular difference in a country\\\u2019s treatment of investments where tax is concerned.\n\nIf these dramatic tax savings have not made your ears prick up, then consider these additional advantages of Spanish compliant investments:\n\nYour current investments may be causing you problems with non-declaration or draconian tax bills. The time to review your investments in line with your Spanish tax Residency is now.\n\n\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200bThe above article was kindly provided by Blacktower Financial Management Group\u200b and originally posted at: \u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200bhttps://www.blacktowerfm.com/news/507-spectacular-tax-savings-for-expats-using-spanish-compliant-investments"], [null, null, "A professional botanist and biologist with an interest in promoting biological knowledge and awareness to all.\nView all posts by Alastair Culham \u2192\nThis entry was posted in Advent, Herbarium RNG, Public Engagement with Science and tagged Prunus mahaleb. Bookmark the permalink.\nLogging In..."], [null, "Let me be the first, and possibly only, person to say it: I love Rupert Murdoch like a mother. I'm not sure whether I mean that I love him as if I were his mother, or I love him as if he were my mother, but in either case the love is as heartfelt as it is creepy.\n\nThe reason for this love is that the man has vision. He recently stated in an interview with Sky News Australia that his News Corp. properties will soon be blocking Google entirely. This is so brilliant I can barely touch-type, my fingers tremble so.\n\nWe all know that traditional media outlets are encountering lots of problems, having to compete with blogs, vlogs, podcasts, Twitter, dubious forwarded e-mails about candidates for public office getting drunk and punching the flag, YouTube videos of '80s-era Star Wars toy commercials and whatever the hell Cory Doctorow's doing this week.\n\nThe audiences for traditional newspapers are getting older, more crotchety and increasingly dead. Most people don't want their news to come with such hassles as a cover price, ads or dissenting opinions. How to bring in a younger, hipper audience that's willing to spend money just to prove that they have money?\n\nMurdoch, that crazy mad genius, realizes that the only way to attract this lucrative demographic is to establish street cred. He's going underground, reinventing news as an exclusive club that you can't find just by entering a search term.\n\nOnce inside, the website will be dark, noisy and disorienting, just like an exclusive club or a MySpace page. There will be a two-drink minimum. I'm not sure how that will work, actually, but if anyone can force people to buy $10 beers while browsing the web, it's my man Rupert. People will pretend to be reading stories about police standoffs and Knicks games, but they'll actually be looking around to see who else made it in. And all that affectation and posing is like unto money in Murdoch's pocket.\n\nSure, he'll lose market share, but he'll make it up by catering to a clientele made up entirely of money-spending, hard-partying young people, plus a single undercover detective who infiltrates the shocking world of underground websites to track down a killer by having conversations in front of pole dancers. I assume.\n\nThis is clearly the way of the future. I'd love to say that Murdoch invented it, but he's just taking it to its logical conclusion. The real inventor is \u2014 brass sting! \u2014 Google itself. An exclusive online space that everyone wants to get into, but nobody really knows why except that they see other people getting in? Sounds like Google Wave to me.\n\nBorn helpless, nude and unable to provide for himself, Lore Sjoberg eventually overcame these handicaps to show a lot of cleavage."], ["The long-lost wolf OR3, once thought dead, has made an appearance in the Southern Cascade Mountains.", null, "The wolf OR3 has been spotted in the Southern Cascade Range.(Photo: Photo courtesy of ODFW)\n\nThe long-lost wolf OR3, once thought dead, has made an appearance in the Southern Cascade Mountains.\n\nThe radio-collared wolf, who was last heard from by state biologists in September of 2011 near Prineville, showed up on a hunter's trail camera in northern Klamath County, apparently near Crater Lake National Park this summer.\n\nHe becomes just the latest arrival to the state's west side, joining the famous OR7 and his Rogue Pack, along with the Keno Pair in the Southern Cascade Range.", null, "Wolf OR7 has pups in Siskiyou National Forest\n\nThe Oregon Department of Fish and Wildlife confirmed last week that the photograph taken by the hunter's trail camera was OR3.\n\n\"Little is known about the current status of OR3 but wildlife biologists will attempt to gather more information,\" the agency said in a statement.\n\nThe reappearance of OR3 was first reported by Jim Yuskavitch on the blog Sneak Cat.\n\nOR3 is originally from the Imnaha Wolf Pack and was collared with a VHF radio collar in February 2010. He dispersed from the pack in May 2011.", null, "When the wolves return to Western Oregon\n\nUnlike GPS collars which automatically provide locations to a computer, VHF collars require wildlife biologists to locate the collar with special telemetry equipment in the field. OR3 was located just a few times since his dispersal, including in the Fossil wildlife management unit in the summer of 2011. However, after the long silence, many believed the wolf was dead.\n\nAt this time, it is expected that his collar is no longer sending out a signal as the time span has exceeded the battery life of the collar."], [null, "Boeing has rolled out its 10,000th 737 aircraft, making the model the world\u2019s most produced commercial jet aircraft.\n\nThe latest aircraft in the series to roll out of the manufacturer\u2019s factory at Renton, Washington was a 737 Max 8 \u2013 one of its newest 737 models \u2013 that is set to be delivered to US carrier, Southwest Airlines.\n\nThe 737 has officially been recognised by Guinness World Records as the most produced commercial jet, an accolade the aircraft had previously received in 2006 when the 5,000th model rolled out of Boeing\u2019s Renton factory.\n\nIt took close to four decades for Boeing to reach its first 5,000 B737s, but just 12 years after that to hit the 10,000 mark. According to Boeing, growing market demand and increased production rates are behind the rapid increase, and the manufacturer expects to further increase the rate of production for the 737 from 47 aircraft per month to 52 later this year.\n\nAs a show of comparison, rival aircraft manufacturer Airbus celebrated the delivery of 10,000 aircraft in total in October 2016.\n\nBoeing still has orders for more than 4,600 B737 aircraft, notably consisting of its newest Max series that comprises the recently launched Max 8, along with the larger Max 9 launching later this year, the smallest Max 7 entering service in 2019 and the largest Max 10 expected to launch in 2020.\n\nAccording to Boeing, a 737 takes off or lands every 1.5 seconds and on average there are more than 2,800 of the aircraft in the air at any time. The total number of miles flown by the aircraft is estimated to be more than 122 billion miles, enough to circle the globe five million times.", null, null, null]]}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/general_stats_dict.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/general_stats_dict.json new file mode 100644 index 0000000000000000000000000000000000000000..5a24e279732719eb3126acc384d95f175299bd1e --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/general_stats_dict.json @@ -0,0 +1 @@ +{"total words": 1465, "total open words": 1344, "text_nan_count": 0, "duplicate_fraction": 0.0} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/lengths/length_measurements.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/lengths/length_measurements.json new file mode 100644 index 0000000000000000000000000000000000000000..bb0ca0ebd87c8d660f04e1dcb41fb5ce6083e694 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/lengths/length_measurements.json @@ -0,0 +1 @@ +{"average_instance_length": 36.29, "standard_dev_instance_length": 4.557810479126613, "num_instance_lengths": 21} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/lengths/lengths_fig.png b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/lengths/lengths_fig.png new file mode 100644 index 0000000000000000000000000000000000000000..21828fa056edcbe86d2688f6f63421f6af224821 Binary files /dev/null and b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/lengths/lengths_fig.png differ diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/lengths/lengths_table.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/lengths/lengths_table.json new file mode 100644 index 0000000000000000000000000000000000000000..7c4a1003cc64885f81e932f7582bce2e906b9712 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/lengths/lengths_table.json @@ -0,0 +1 @@ +{"0": {"text": "{\"url\": \"https://eppc.org/publication/declaration-of-disruption/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499654.54/warc/CC-MAIN-20230128184907-20230128214907-00327.warc.gz\", \"warc_record_offset\": 250370303, \"warc_record_length\": 20061}", "length": 30}, "1": {"text": "{\"url\": \"https://lamborghinichat.com/forum/news/vw-group-allegedly-receives-offer-to-sell-lamborghini-for-9-2-billion.728/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623488528979.69/warc/CC-MAIN-20210623011557-20210623041557-00312.warc.gz\", \"warc_record_offset\": 322560850, \"warc_record_length\": 17143}", "length": 41}, "2": {"text": "{\"url\": \"https://slidelegend.com/the-influencing-factors-on-entrepreneurship-ti-journals_59d9b3c91723dd4b8ead833e.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-24/segments/1590347392057.6/warc/CC-MAIN-20200527013445-20200527043445-00580.warc.gz\", \"warc_record_offset\": 536988620, \"warc_record_length\": 14280}", "length": 34}, "3": {"text": "{\"url\": \"https://www.henryusa.com/flexforkal/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500076.87/warc/CC-MAIN-20230203221113-20230204011113-00015.warc.gz\", \"warc_record_offset\": 828569590, \"warc_record_length\": 16616}", "length": 28}, "4": {"text": "{\"url\": \"https://www.arout.net/hotel-occupancy-drops-due-to-covid-19-certificates-in-mazatlan/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882572063.65/warc/CC-MAIN-20220814173832-20220814203832-00008.warc.gz\", \"warc_record_offset\": 598837769, \"warc_record_length\": 14575}", "length": 37}, "5": {"text": "{\"url\": \"https://www.glamsham.com/world/technology/apple-may-launch-ar-contact-lenses-in-10-years\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-17/segments/1618038083007.51/warc/CC-MAIN-20210415035637-20210415065637-00636.warc.gz\", \"warc_record_offset\": 870013982, \"warc_record_length\": 84010}", "length": 38}, "6": {"text": "{\"url\": \"http://otlsports.com/patriots-vs-dolphins-biggest-nfl-spreads-this-decade/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-10/segments/1581875145621.28/warc/CC-MAIN-20200221233354-20200222023354-00398.warc.gz\", \"warc_record_offset\": 111531585, \"warc_record_length\": 25025}", "length": 34}, "7": {"text": "{\"url\": \"https://birmingcabbie.wordpress.com/2013/01/16/silver-and-gold/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-34/segments/1596439737206.16/warc/CC-MAIN-20200807172851-20200807202851-00477.warc.gz\", \"warc_record_offset\": 233367373, \"warc_record_length\": 27864}", "length": 33}, "8": {"text": "{\"url\": \"https://www.vagabondinn.com/blog/vagabond-inn-comes-to-utah\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662531762.30/warc/CC-MAIN-20220520061824-20220520091824-00060.warc.gz\", \"warc_record_offset\": 1239312380, \"warc_record_length\": 14681}", "length": 33}, "9": {"text": "{\"url\": \"https://www.weeklygripe.co.uk/overuse-of-the-word-issue-in-the-media\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323585322.63/warc/CC-MAIN-20211020152307-20211020182307-00649.warc.gz\", \"warc_record_offset\": 1288254429, \"warc_record_length\": 10413}", "length": 36}, "10": {"text": "{\"url\": \"https://www.heavenlytealeaves.com/blogs/heavenly-tea-leaves-blog/exploring-the-green-teas-of-japan\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-39/segments/1631780057202.68/warc/CC-MAIN-20210921101319-20210921131319-00614.warc.gz\", \"warc_record_offset\": 837566473, \"warc_record_length\": 58147}", "length": 38}, "11": {"text": "{\"url\": \"https://tm.koreaherald.com/view.php?ud=20210504001014\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623487612537.23/warc/CC-MAIN-20210614135913-20210614165913-00601.warc.gz\", \"warc_record_offset\": 532769245, \"warc_record_length\": 25017}", "length": 31}, "12": {"text": "{\"url\": \"https://bricks.stackexchange.com/questions/14655/how-do-you-display-multiple-items-at-once-on-an-ev3-screen/15044\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882573630.12/warc/CC-MAIN-20220819070211-20220819100211-00319.warc.gz\", \"warc_record_offset\": 175500523, \"warc_record_length\": 66290}", "length": 42}, "13": {"text": "{\"url\": \"https://www.toptipz.com.ng/armed-robbers-police-uniforms-enugu-caught-gun-battle-photos/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-10/segments/1581875148375.36/warc/CC-MAIN-20200229022458-20200229052458-00295.warc.gz\", \"warc_record_offset\": 904154101, \"warc_record_length\": 11479}", "length": 37}, "14": {"text": "{\"url\": \"https://gamecocksonline.com/news/2017/08/22/breaking-down-the-offensive-line/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-40/segments/1664030337322.29/warc/CC-MAIN-20221002115028-20221002145028-00747.warc.gz\", \"warc_record_offset\": 303777204, \"warc_record_length\": 19373}", "length": 35}, "15": {"text": "{\"url\": \"https://paulinepark.com/2014/06/09/gauguin-exoticization-primitivism-paganism/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499697.75/warc/CC-MAIN-20230129012420-20230129042420-00524.warc.gz\", \"warc_record_offset\": 473272628, \"warc_record_length\": 17321}", "length": 33}, "16": {"text": "{\"url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-34/segments/1596439737319.74/warc/CC-MAIN-20200808080642-20200808110642-00060.warc.gz\", \"warc_record_offset\": 516800798, \"warc_record_length\": 29736}", "length": 34}, "17": {"text": "{\"url\": \"https://minnesota.cbslocal.com/2018/08/20/new-brighton-house-fire-dogs-rescued/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-04/segments/1610703531702.36/warc/CC-MAIN-20210123001629-20210123031629-00630.warc.gz\", \"warc_record_offset\": 455460747, \"warc_record_length\": 21947}", "length": 36}, "18": {"text": "{\"url\": \"https://simonegallina.blogspot.com/2012/03/famous-painter-of-prehistoric-murals.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-16/segments/1585370500331.13/warc/CC-MAIN-20200331053639-20200331083639-00229.warc.gz\", \"warc_record_offset\": 640302554, \"warc_record_length\": 19781}", "length": 35}, "19": {"text": "{\"url\": \"https://www.podparadise.com/Podcast/1533560948/Listen/1607614191/0\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-31/segments/1627046157039.99/warc/CC-MAIN-20210805193327-20210805223327-00602.warc.gz\", \"warc_record_offset\": 1002652790, \"warc_record_length\": 7640}", "length": 32}, "20": {"text": "{\"url\": \"https://vidmid.com/news/sir-ian-mckellen-martin-freeman-and-the-lord-of-the-rings-cast-kickstart-fundraising-campaign-to-buy-author-j-r-r-tolkien-s-oxford-home?uid=226886\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-04/segments/1610703538082.57/warc/CC-MAIN-20210123125715-20210123155715-00108.warc.gz\", \"warc_record_offset\": 628149199, \"warc_record_length\": 9581}", "length": 54}, "21": {"text": "{\"url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882571090.80/warc/CC-MAIN-20220809215803-20220810005803-00211.warc.gz\", \"warc_record_offset\": 683638756, \"warc_record_length\": 40224}", "length": 36}, "22": {"text": "{\"url\": \"https://ionigeria.com/james-webb-the-most-powerful-space-telescope-ever-built-blast-into-orbit/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499845.10/warc/CC-MAIN-20230131055533-20230131085533-00613.warc.gz\", \"warc_record_offset\": 348002670, \"warc_record_length\": 28496}", "length": 38}, "23": {"text": "{\"url\": \"https://www.marshfieldnewsherald.com/story/news/2019/05/02/rothschild-police-wausau-man-charged-with-owi-said-his-gum-blame-smell-alcohol/3645355002/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-05/segments/1579250593994.14/warc/CC-MAIN-20200118221909-20200119005909-00365.warc.gz\", \"warc_record_offset\": 972941129, \"warc_record_length\": 43188}", "length": 46}, "24": {"text": "{\"url\": \"https://brindisa.com/blogs/news/the-food-geek-guide-to-iberico-ham\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764494852.95/warc/CC-MAIN-20230127001911-20230127031911-00821.warc.gz\", \"warc_record_offset\": 176182646, \"warc_record_length\": 58668}", "length": 35}, "25": {"text": "{\"url\": \"https://healthyceleb.com/scottie-pippen-height-weight-body-statistics/54041/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-16/segments/1585371830894.88/warc/CC-MAIN-20200409055849-20200409090349-00200.warc.gz\", \"warc_record_offset\": 476834551, \"warc_record_length\": 28617}", "length": 33}, "26": {"text": "{\"url\": \"https://worldnews.su/world/kabul-terror-attack-multiple-explosions-as-gunfire-rings-out-with-deaths-feared-world-news.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656103626162.35/warc/CC-MAIN-20220629084939-20220629114939-00694.warc.gz\", \"warc_record_offset\": 683956680, \"warc_record_length\": 14884}", "length": 42}, "27": {"text": "{\"url\": \"https://observer.com/2022/05/what-will-elon-musk-do-with-twitter-here-is-a-6-point-guide/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500758.20/warc/CC-MAIN-20230208092053-20230208122053-00639.warc.gz\", \"warc_record_offset\": 450138738, \"warc_record_length\": 24833}", "length": 41}, "28": {"text": "{\"url\": \"https://www.zwillgen.com/law-enforcement/court-decision-rules-geofence-warrant-violates-fourth-amendment/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446710789.95/warc/CC-MAIN-20221201021257-20221201051257-00652.warc.gz\", \"warc_record_offset\": 1124917887, \"warc_record_length\": 23522}", "length": 37}, "29": {"text": "{\"url\": \"https://www.idropnews.com/news/beats-releases-ultra-affordable-new-50-beats-flex-wireless-earbuds/145050/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764501066.53/warc/CC-MAIN-20230209014102-20230209044102-00740.warc.gz\", \"warc_record_offset\": 857199535, \"warc_record_length\": 30176}", "length": 39}, "30": {"text": "{\"url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656104496688.78/warc/CC-MAIN-20220704202455-20220704232455-00300.warc.gz\", \"warc_record_offset\": 199444381, \"warc_record_length\": 17548}", "length": 37}, "31": {"text": "{\"url\": \"https://kitchen-repair.info/daftar-film-mae-pong-38/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-31/segments/1627046154175.76/warc/CC-MAIN-20210801092716-20210801122716-00658.warc.gz\", \"warc_record_offset\": 358919877, \"warc_record_length\": 11838}", "length": 32}, "32": {"text": "{\"url\": \"https://www.austinchronicle.com/news/2008-06-27/640116/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-50/segments/1606141194982.45/warc/CC-MAIN-20201128011115-20201128041115-00175.warc.gz\", \"warc_record_offset\": 591253388, \"warc_record_length\": 17495}", "length": 32}, "33": {"text": "{\"url\": \"https://www.fame10.com/trending-news/will-smith-and-jada-pinkett-smith-slam-divorce-rumors/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499919.70/warc/CC-MAIN-20230201081311-20230201111311-00455.warc.gz\", \"warc_record_offset\": 766206361, \"warc_record_length\": 32672}", "length": 38}, "34": {"text": "{\"url\": \"https://ednews.net/en/news/politics/440902-iran-embassy-ill-wishers-trying-to-disrupt-relations-between-tehran-baku\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-50/segments/1606141750841.83/warc/CC-MAIN-20201205211729-20201206001729-00355.warc.gz\", \"warc_record_offset\": 263492130, \"warc_record_length\": 22120}", "length": 41}, "35": {"text": "{\"url\": \"https://www.hopefornigeriaonline.com/category/africa/page/17/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-17/segments/1618039388763.75/warc/CC-MAIN-20210420091336-20210420121336-00107.warc.gz\", \"warc_record_offset\": 930101659, \"warc_record_length\": 22399}", "length": 31}, "36": {"text": "{\"url\": \"https://cmeindia.in/covid-19-3rd-wave-experience-in-india-a-survey-of-5971-adults/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500028.12/warc/CC-MAIN-20230202133541-20230202163541-00248.warc.gz\", \"warc_record_offset\": 178693725, \"warc_record_length\": 42926}", "length": 38}, "37": {"text": "{\"url\": \"https://www.sitra.fi/en/blogs/moving-boldly-towards-participatory-foresight/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-05/segments/1579250607407.48/warc/CC-MAIN-20200122191620-20200122220620-00393.warc.gz\", \"warc_record_offset\": 1088907449, \"warc_record_length\": 11772}", "length": 34}, "38": {"text": "{\"url\": \"https://suesspiciousminds.com/2013/05/14/four-minute-warning-or-last-night-the-plans-for-a-future-war-was-all-i-saw-on-channel-four/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323588398.42/warc/CC-MAIN-20211028162638-20211028192638-00233.warc.gz\", \"warc_record_offset\": 664847335, \"warc_record_length\": 31698}", "length": 48}, "39": {"text": "{\"url\": \"https://www.exquisitecoasts.com/spectacular-coastal-drives.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500339.37/warc/CC-MAIN-20230206113934-20230206143934-00685.warc.gz\", \"warc_record_offset\": 782007633, \"warc_record_length\": 19267}", "length": 31}, "40": {"text": "{\"url\": \"https://petebowes.com/2011/01/02/china-the-first-night/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-40/segments/1664030337625.5/warc/CC-MAIN-20221005105356-20221005135356-00284.warc.gz\", \"warc_record_offset\": 486450658, \"warc_record_length\": 27715}", "length": 33}, "41": {"text": "{\"url\": \"https://bluemonsterprep.com/blogs/news/hawaii-races-to-secure-power-plant-threatened-by-lava-flows\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499713.50/warc/CC-MAIN-20230129112153-20230129142153-00439.warc.gz\", \"warc_record_offset\": 159639259, \"warc_record_length\": 72974}", "length": 38}, "42": {"text": "{\"url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-05/segments/1579251681412.74/warc/CC-MAIN-20200125191854-20200125221854-00304.warc.gz\", \"warc_record_offset\": 13209660, \"warc_record_length\": 11206}", "length": 35}, "43": {"text": "{\"url\": \"https://thegatorseye.com/3188/news/muslims-in-detainment-a-look-into-chinas-camps/?print=true\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882573145.32/warc/CC-MAIN-20220818003501-20220818033501-00506.warc.gz\", \"warc_record_offset\": 510157631, \"warc_record_length\": 8481}", "length": 38}, "44": {"text": "{\"url\": \"https://jewishnews.timesofisrael.com/video-project-twinning-shoah-survivor-with-celebs-wins-two-awards/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-31/segments/1627046155458.35/warc/CC-MAIN-20210805063730-20210805093730-00308.warc.gz\", \"warc_record_offset\": 347762646, \"warc_record_length\": 14792}", "length": 37}, "45": {"text": "{\"url\": \"https://www.rowadventures.com/specialist/malcolm-reed\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882571056.58/warc/CC-MAIN-20220809155137-20220809185137-00754.warc.gz\", \"warc_record_offset\": 870524278, \"warc_record_length\": 12466}", "length": 30}, "46": {"text": "{\"url\": \"https://theshelfofunreadbooks.wordpress.com/2019/02/03/reviewthe-library-book-by-susan-orlean/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323587606.8/warc/CC-MAIN-20211024204628-20211024234628-00141.warc.gz\", \"warc_record_offset\": 701475464, \"warc_record_length\": 55792}", "length": 36}, "47": {"text": "{\"url\": \"https://energy.agwired.com/2010/10/07/wasted-food-wasted-energy/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764495001.99/warc/CC-MAIN-20230127164242-20230127194242-00001.warc.gz\", \"warc_record_offset\": 241286356, \"warc_record_length\": 20698}", "length": 34}, "48": {"text": "{\"url\": \"https://www.uscleiden.com/news/2021/05/14/beat-the-microbead/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662521041.0/warc/CC-MAIN-20220518021247-20220518051247-00703.warc.gz\", \"warc_record_offset\": 1269439293, \"warc_record_length\": 6324}", "length": 34}, "49": {"text": "{\"url\": \"https://bedandbicycle.com/is-this-cool-idea-with-butterfly-doorways-the-subsequent-mazda-miata.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446710764.12/warc/CC-MAIN-20221130124353-20221130154353-00274.warc.gz\", \"warc_record_offset\": 161515301, \"warc_record_length\": 13553}", "length": 38}, "50": {"text": "{\"url\": \"https://www.greatfallstribune.com/story/opinion/tribune-editorials/2016/06/10/montana-gets-manufacturing-tax-fairness/85722960/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-16/segments/1585370506870.41/warc/CC-MAIN-20200402080824-20200402110824-00330.warc.gz\", \"warc_record_offset\": 935440331, \"warc_record_length\": 43051}", "length": 40}, "51": {"text": "{\"url\": \"https://thenextweb.com/media/2011/11/08/last-fm-reached-the-60-billion-scrobble-landmark-with-lady-gaga/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-50/segments/1606141176049.8/warc/CC-MAIN-20201124082900-20201124112900-00250.warc.gz\", \"warc_record_offset\": 525905978, \"warc_record_length\": 21310}", "length": 41}, "52": {"text": "{\"url\": \"https://www.fingerlakes1.com/2021/03/07/sabres-lose-seventh-straight-with-5-2-loss-to-islanders/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446710771.39/warc/CC-MAIN-20221130192708-20221130222708-00543.warc.gz\", \"warc_record_offset\": 792006189, \"warc_record_length\": 23266}", "length": 40}, "53": {"text": "{\"url\": \"https://movizark.com/2018/10/29/el-tonto-ray-liotta-adrien-brody-travis-fimmel-ken-jeong-join-charlie-days-film/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662539101.40/warc/CC-MAIN-20220521112022-20220521142022-00165.warc.gz\", \"warc_record_offset\": 444833137, \"warc_record_length\": 39518}", "length": 43}, "54": {"text": "{\"url\": \"https://paradigmshyft.com/2022/02/27/totalitarianism-authoritarianism-and-fascism-what-is-the-difference/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499524.28/warc/CC-MAIN-20230128054815-20230128084815-00673.warc.gz\", \"warc_record_offset\": 442133024, \"warc_record_length\": 33777}", "length": 37}, "55": {"text": "{\"url\": \"https://www.rte.ie/news/2019/1201/1096265-smith-isis-home-turkey/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-49/segments/1637964363292.82/warc/CC-MAIN-20211206103243-20211206133243-00587.warc.gz\", \"warc_record_offset\": 1036937141, \"warc_record_length\": 22407}", "length": 35}, "56": {"text": "{\"url\": \"http://www.cmt.com/news/1490421/bluegrass-legend-charlie-waller-dead-at-69/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-05/segments/1579250595787.7/warc/CC-MAIN-20200119234426-20200120022426-00503.warc.gz\", \"warc_record_offset\": 208318103, \"warc_record_length\": 11530}", "length": 36}, "57": {"text": "{\"url\": \"https://caribbeantales-worldwide.com/a-hand-full-of-anticipation-for-the-caribbeantales-2011-film-festival/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499890.39/warc/CC-MAIN-20230131190543-20230131220543-00762.warc.gz\", \"warc_record_offset\": 180032374, \"warc_record_length\": 29529}", "length": 38}, "58": {"text": "{\"url\": \"https://www.knollwood.ca/blog/what-do-deacons-do\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623488567696.99/warc/CC-MAIN-20210625023840-20210625053840-00248.warc.gz\", \"warc_record_offset\": 748368127, \"warc_record_length\": 14745}", "length": 32}, "59": {"text": "{\"url\": \"https://silverchips.mbhs.edu/content/nba-award-predictions-31146/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446710972.37/warc/CC-MAIN-20221204104311-20221204134311-00476.warc.gz\", \"warc_record_offset\": 559787302, \"warc_record_length\": 11801}", "length": 32}, "60": {"text": "{\"url\": \"https://realdealtheatre.webs.com/press.htm\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446711074.68/warc/CC-MAIN-20221206060908-20221206090908-00826.warc.gz\", \"warc_record_offset\": 503711292, \"warc_record_length\": 4512}", "length": 29}, "61": {"text": "{\"url\": \"https://www.parkablogs.com/content/book-review-daisuke-moriyama-art-works-chronicle\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-17/segments/1618038072366.31/warc/CC-MAIN-20210413122252-20210413152252-00153.warc.gz\", \"warc_record_offset\": 1044766559, \"warc_record_length\": 11425}", "length": 35}, "62": {"text": "{\"url\": \"https://www.ungeek.ph/2016/10/inspiring-watch-dwayne-the-rock-johnson-react-on-his-very-first-wwe-match/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500094.26/warc/CC-MAIN-20230204044030-20230204074030-00871.warc.gz\", \"warc_record_offset\": 1068673394, \"warc_record_length\": 27741}", "length": 42}, "63": {"text": "{\"url\": \"https://holaamericanews.com/to-my-bros-me-too-the-womens-march-and-my-birthday/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656103334753.21/warc/CC-MAIN-20220627134424-20220627164424-00450.warc.gz\", \"warc_record_offset\": 353753500, \"warc_record_length\": 26850}", "length": 37}, "64": {"text": "{\"url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764501555.34/warc/CC-MAIN-20230209081052-20230209111052-00418.warc.gz\", \"warc_record_offset\": 443600050, \"warc_record_length\": 28918}", "length": 33}, "65": {"text": "{\"url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-40/segments/1664030337731.82/warc/CC-MAIN-20221006061224-20221006091224-00466.warc.gz\", \"warc_record_offset\": 944340676, \"warc_record_length\": 23482}", "length": 32}, "66": {"text": "{\"url\": \"https://www.listal.com/viewentry/67108\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-04/segments/1610703519843.24/warc/CC-MAIN-20210119232006-20210120022006-00714.warc.gz\", \"warc_record_offset\": 856244466, \"warc_record_length\": 6855}", "length": 29}, "67": {"text": "{\"url\": \"https://www.gungoddess.com/blogs/choosing-a-gun/which-concealed-carry-guns-are-the-most-popular-right-now\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323585305.53/warc/CC-MAIN-20211020090145-20211020120145-00247.warc.gz\", \"warc_record_offset\": 952624329, \"warc_record_length\": 36797}", "length": 41}, "68": {"text": "{\"url\": \"https://www.historytoday.com/history-today-issues/volume-38-issue-9-september-1988\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-40/segments/1600400209665.4/warc/CC-MAIN-20200923015227-20200923045227-00745.warc.gz\", \"warc_record_offset\": 868067474, \"warc_record_length\": 7789}", "length": 36}, "69": {"text": "{\"url\": \"https://www.gsa.gov/historic-buildings/african-burial-ground-memorial-new-york-ny\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662530066.45/warc/CC-MAIN-20220519204127-20220519234127-00495.warc.gz\", \"warc_record_offset\": 887707280, \"warc_record_length\": 18194}", "length": 36}, "70": {"text": "{\"url\": \"https://hd-report.com/2014/02/14/comcast-merger-hideous-netflix-service/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656103036176.7/warc/CC-MAIN-20220625220543-20220626010543-00439.warc.gz\", \"warc_record_offset\": 331507927, \"warc_record_length\": 70103}", "length": 35}, "71": {"text": "{\"url\": \"https://www.lawyersandsettlements.com/legal-news/harvoni-denied-insurance-claim/harvoni-lawsuits-denied-insurance-claim-20731.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323588526.57/warc/CC-MAIN-20211028193601-20211028223601-00464.warc.gz\", \"warc_record_offset\": 1030808939, \"warc_record_length\": 12183}", "length": 40}, "72": {"text": "{\"url\": \"https://aceaviation.info/15107/msi-personal-cinema-15/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-24/segments/1590347409171.27/warc/CC-MAIN-20200530102741-20200530132741-00512.warc.gz\", \"warc_record_offset\": 230608992, \"warc_record_length\": 8405}", "length": 31}, "73": {"text": "{\"url\": \"http://www.antehoc.com/2012/05/collateral-at-bank-of-italy-2.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500076.87/warc/CC-MAIN-20230203221113-20230204011113-00490.warc.gz\", \"warc_record_offset\": 49049249, \"warc_record_length\": 11713}", "length": 36}, "74": {"text": "{\"url\": \"https://www.thehansindia.com/news/cities/vijayawada/vijayawada-cpi-wants-cm-ys-jagan-to-raise-voice-against-vizag-steel-plant-sell-off-704225\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-49/segments/1637964362999.66/warc/CC-MAIN-20211204154554-20211204184554-00197.warc.gz\", \"warc_record_offset\": 1117681212, \"warc_record_length\": 45453}", "length": 46}, "75": {"text": "{\"url\": \"https://wkuf.fm/shows/wkuf-celebrates-the-30th-anniversary-of-violator/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-16/segments/1585370494064.21/warc/CC-MAIN-20200329074745-20200329104745-00223.warc.gz\", \"warc_record_offset\": 747266560, \"warc_record_length\": 14190}", "length": 34}, "76": {"text": "{\"url\": \"https://dailytimes.com.pk/379160/pakistan-urges-iran-and-afghanistan-to-do-more/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-24/segments/1590347385193.5/warc/CC-MAIN-20200524210325-20200525000325-00286.warc.gz\", \"warc_record_offset\": 318772991, \"warc_record_length\": 14394}", "length": 36}, "77": {"text": "{\"url\": \"https://www.dailyfinland.fi/business/21426/KONE-Q1-results-improve/print\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623488289268.76/warc/CC-MAIN-20210621181810-20210621211810-00385.warc.gz\", \"warc_record_offset\": 652955119, \"warc_record_length\": 4559}", "length": 34}, "78": {"text": "{\"url\": \"https://newcanaanlandtrust.org/hannan/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500095.4/warc/CC-MAIN-20230204075436-20230204105436-00431.warc.gz\", \"warc_record_offset\": 445539595, \"warc_record_length\": 36215}", "length": 27}, "79": {"text": "{\"url\": \"https://www.coppolacomment.com/2016/05/where-on-earth-is-growth-in-greece.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-04/segments/1610703519843.24/warc/CC-MAIN-20210119232006-20210120022006-00102.warc.gz\", \"warc_record_offset\": 739236885, \"warc_record_length\": 37583}", "length": 37}, "80": {"text": "{\"url\": \"https://philadelphia.cbslocal.com/2013/02/10/stars-sing-along-to-lumineers/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656103269583.13/warc/CC-MAIN-20220626131545-20220626161545-00651.warc.gz\", \"warc_record_offset\": 500521076, \"warc_record_length\": 21082}", "length": 35}, "81": {"text": "{\"url\": \"http://www.tdisport.com/tdisport-diesel-news/passat-used-car-of-the-year/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-29/segments/1593657140746.69/warc/CC-MAIN-20200713002400-20200713032400-00490.warc.gz\", \"warc_record_offset\": 231800895, \"warc_record_length\": 24971}", "length": 36}, "82": {"text": "{\"url\": \"https://www.betarena.com/atlanta-united-vs-montreal-impact-betting-tip-and-prediction/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-10/segments/1581875145316.8/warc/CC-MAIN-20200220224059-20200221014059-00491.warc.gz\", \"warc_record_offset\": 600780066, \"warc_record_length\": 35158}", "length": 36}, "83": {"text": "{\"url\": \"http://climateemergencydeclaration.org/head-cracking-moments-of-the-declaration-campaign/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500719.31/warc/CC-MAIN-20230208060523-20230208090523-00280.warc.gz\", \"warc_record_offset\": 8674637, \"warc_record_length\": 16718}", "length": 33}, "84": {"text": "{\"url\": \"http://2smeraldi.com/home/wp-includes/certificates/pdf/online-Studies-in-Modern-Music%3A-Frederick-Chopin%2C-Antonin-Dvo%C5%99%C3%A1k%2C-Johannes-Brahms-1904%2C2012/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-21/segments/1620243991772.66/warc/CC-MAIN-20210517115207-20210517145207-00081.warc.gz\", \"warc_record_offset\": 667469, \"warc_record_length\": 15861}", "length": 51}, "85": {"text": "{\"url\": \"https://megamarathi.com/news/braveheart-movie-selected-in-third-eye-asian-film-festival/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-49/segments/1637964362219.5/warc/CC-MAIN-20211202114856-20211202144856-00451.warc.gz\", \"warc_record_offset\": 472202588, \"warc_record_length\": 24269}", "length": 36}, "86": {"text": "{\"url\": \"https://plantpowerednomad.com/got-soy-milk-a-guide-to-vegan-lattes-in-taipei/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446711475.44/warc/CC-MAIN-20221209181231-20221209211231-00135.warc.gz\", \"warc_record_offset\": 502614546, \"warc_record_length\": 17761}", "length": 36}, "87": {"text": "{\"url\": \"https://pnesterova.com/2021/04/03/english-listening-futurologist/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-05/segments/1642320304810.95/warc/CC-MAIN-20220125100035-20220125130035-00017.warc.gz\", \"warc_record_offset\": 487850033, \"warc_record_length\": 35314}", "length": 32}, "88": {"text": "{\"url\": \"https://shapingthefutureofpower.com/2020/03/02/covid19-and-china-africa-soft-power-considerations/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662573053.67/warc/CC-MAIN-20220524142617-20220524172617-00116.warc.gz\", \"warc_record_offset\": 576892098, \"warc_record_length\": 26350}", "length": 36}, "89": {"text": "{\"url\": \"https://tass.com/politics/1023811\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-05/segments/1642320304570.90/warc/CC-MAIN-20220124124654-20220124154654-00633.warc.gz\", \"warc_record_offset\": 605037761, \"warc_record_length\": 18206}", "length": 28}, "90": {"text": "{\"url\": \"https://popculturetimes.com/2020/07/30/edge-of-tomorrow-2-what-is-release-date-and-latest-update/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-17/segments/1618038921860.72/warc/CC-MAIN-20210419235235-20210420025235-00434.warc.gz\", \"warc_record_offset\": 566143162, \"warc_record_length\": 19036}", "length": 40}, "91": {"text": "{\"url\": \"https://www.amnews.com/2016/11/12/centre-college-womens-soccer-moves-on-to-second-round/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764494826.88/warc/CC-MAIN-20230126210844-20230127000844-00124.warc.gz\", \"warc_record_offset\": 671862269, \"warc_record_length\": 20224}", "length": 39}, "92": {"text": "{\"url\": \"https://dev.to/chiexplores/for-beginners-what-you-need-to-know-about-var-let-const-45pl\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500273.30/warc/CC-MAIN-20230205161658-20230205191658-00037.warc.gz\", \"warc_record_offset\": 228975360, \"warc_record_length\": 20205}", "length": 39}, "93": {"text": "{\"url\": \"https://v5.femalefirst.co.uk/celebrity/eddie-redmayne-uses-cbd-oil-ease-nerves-1286919.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623488268274.66/warc/CC-MAIN-20210621055537-20210621085537-00406.warc.gz\", \"warc_record_offset\": 525187166, \"warc_record_length\": 12139}", "length": 38}, "94": {"text": "{\"url\": \"https://www.saturdayeveningpost.com/2017/10/coping-estranged-adult-children/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499710.49/warc/CC-MAIN-20230129080341-20230129110341-00391.warc.gz\", \"warc_record_offset\": 1002765638, \"warc_record_length\": 30197}", "length": 33}, "95": {"text": "{\"url\": \"https://feifa.eu/spectacular-tax-savings-for-expats-using-spanish-compliant-investments/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652663012542.85/warc/CC-MAIN-20220528031224-20220528061224-00707.warc.gz\", \"warc_record_offset\": 312775777, \"warc_record_length\": 12729}", "length": 35}, "96": {"text": "{\"url\": \"http://blogs.reading.ac.uk/crg/advent-botany-2015-day-15-mahleb/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-49/segments/1637964358847.80/warc/CC-MAIN-20211129225145-20211130015145-00550.warc.gz\", \"warc_record_offset\": 13017767, \"warc_record_length\": 17509}", "length": 35}, "97": {"text": "{\"url\": \"https://www.wired.com/2009/11/alt-text-clever-murdoch-turns-news-into-hip-underground-club/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-34/segments/1596439739048.46/warc/CC-MAIN-20200813161908-20200813191908-00099.warc.gz\", \"warc_record_offset\": 898049141, \"warc_record_length\": 73991}", "length": 39}, "98": {"text": "{\"url\": \"https://www.statesmanjournal.com/story/news/2015/10/16/oregon-wolf-or3-cascade-mountains-crater-lake-national-park/74071992/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-10/segments/1581875145774.75/warc/CC-MAIN-20200223123852-20200223153852-00550.warc.gz\", \"warc_record_offset\": 893628626, \"warc_record_length\": 42687}", "length": 42}, "99": {"text": "{\"url\": \"https://www.businesstraveller.com/business-travel/2018/03/14/boeing-rolls-10000th-737-aircraft/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-21/segments/1620243992159.64/warc/CC-MAIN-20210517084550-20210517114550-00131.warc.gz\", \"warc_record_offset\": 690172719, \"warc_record_length\": 19143}", "length": 37}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/sorted_top_vocab.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/sorted_top_vocab.json new file mode 100644 index 0000000000000000000000000000000000000000..a8bf2535af850741f1fc31a4a550c685c18499ed --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/sorted_top_vocab.json @@ -0,0 +1 @@ +{"main": {"count": 200, "proportion": 0.0613685179502915, "vocab": "main"}, "cc": {"count": 200, "proportion": 0.0613685179502915, "vocab": "cc"}, "warc": {"count": 200, "proportion": 0.0613685179502915, "vocab": "warc"}, "segments": {"count": 100, "proportion": 0.03068425897514575, "vocab": "segments"}, "crawl": {"count": 100, "proportion": 0.03068425897514575, "vocab": "crawl"}, "warc_record_length": {"count": 100, "proportion": 0.03068425897514575, "vocab": "warc_record_length"}, "gz": {"count": 100, "proportion": 0.03068425897514575, "vocab": "gz"}, "warc_record_offset": {"count": 100, "proportion": 0.03068425897514575, "vocab": "warc_record_offset"}, "url": {"count": 100, "proportion": 0.03068425897514575, "vocab": "url"}, "warc_filename": {"count": 100, "proportion": 0.03068425897514575, "vocab": "warc_filename"}, "data": {"count": 100, "proportion": 0.03068425897514575, "vocab": "data"}, "https": {"count": 92, "proportion": 0.02822951825713409, "vocab": "https"}, "com": {"count": 77, "proportion": 0.023626879410862226, "vocab": "com"}, "www": {"count": 43, "proportion": 0.013194231359312672, "vocab": "www"}, "2021": {"count": 31, "proportion": 0.009512120282295183, "vocab": "2021"}, "2022": {"count": 29, "proportion": 0.008898435102792267, "vocab": "2022"}, "06": {"count": 25, "proportion": 0.007671064743786438, "vocab": "06"}, "2020": {"count": 25, "proportion": 0.007671064743786438, "vocab": "2020"}, "2023": {"count": 22, "proportion": 0.006750536974532065, "vocab": "2023"}, "news": {"count": 22, "proportion": 0.006750536974532065, "vocab": "news"}, "05": {"count": 12, "proportion": 0.00368211107701749, "vocab": "05"}, "html": {"count": 10, "proportion": 0.003068425897514575, "vocab": "html"}, "http": {"count": 8, "proportion": 0.00245474071801166, "vocab": "http"}, "02": {"count": 8, "proportion": 0.00245474071801166, "vocab": "02"}, "03": {"count": 6, "proportion": 0.001841055538508745, "vocab": "03"}, "04": {"count": 6, "proportion": 0.001841055538508745, "vocab": "04"}, "blogs": {"count": 6, "proportion": 0.001841055538508745, "vocab": "blogs"}, "2016": {"count": 5, "proportion": 0.0015342129487572874, "vocab": "2016"}, "film": {"count": 4, "proportion": 0.00122737035900583, "vocab": "film"}, "99": {"count": 4, "proportion": 0.00122737035900583, "vocab": "99"}, "2019": {"count": 4, "proportion": 0.00122737035900583, "vocab": "2019"}, "new": {"count": 4, "proportion": 0.00122737035900583, "vocab": "new"}, "org": {"count": 3, "proportion": 0.0009205277692543725, "vocab": "org"}, "world": {"count": 3, "proportion": 0.0009205277692543725, "vocab": "world"}, "2013": {"count": 3, "proportion": 0.0009205277692543725, "vocab": "2013"}, "08": {"count": 3, "proportion": 0.0009205277692543725, "vocab": "08"}, "wordpress": {"count": 3, "proportion": 0.0009205277692543725, "vocab": "wordpress"}, "2011": {"count": 3, "proportion": 0.0009205277692543725, "vocab": "2011"}, "story": {"count": 3, "proportion": 0.0009205277692543725, "vocab": "story"}, "07": {"count": 3, "proportion": 0.0009205277692543725, "vocab": "07"}, "2018": {"count": 3, "proportion": 0.0009205277692543725, "vocab": "2018"}, "blog": {"count": 3, "proportion": 0.0009205277692543725, "vocab": "blog"}, "guide": {"count": 3, "proportion": 0.0009205277692543725, "vocab": "guide"}, "home": {"count": 3, "proportion": 0.0009205277692543725, "vocab": "home"}, "smith": {"count": 3, "proportion": 0.0009205277692543725, "vocab": "smith"}, "uk": {"count": 3, "proportion": 0.0009205277692543725, "vocab": "uk"}, "co": {"count": 3, "proportion": 0.0009205277692543725, "vocab": "co"}, "certificates": {"count": 2, "proportion": 0.000613685179502915, "vocab": "certificates"}, "j": {"count": 2, "proportion": 0.000613685179502915, "vocab": "j"}, "beats": {"count": 2, "proportion": 0.000613685179502915, "vocab": "beats"}, "00060": {"count": 2, "proportion": 0.000613685179502915, "vocab": "00060"}, "book": {"count": 2, "proportion": 0.000613685179502915, "vocab": "book"}, "20230203221113": {"count": 2, "proportion": 0.000613685179502915, "vocab": "20230203221113"}, "last": {"count": 2, "proportion": 0.000613685179502915, "vocab": "last"}, "vs": {"count": 2, "proportion": 0.000613685179502915, "vocab": "vs"}, "campaign": {"count": 2, "proportion": 0.000613685179502915, "vocab": "campaign"}, "01": {"count": 2, "proportion": 0.000613685179502915, "vocab": "01"}, "cbslocal": {"count": 2, "proportion": 0.000613685179502915, "vocab": "cbslocal"}, "billion": {"count": 2, "proportion": 0.000613685179502915, "vocab": "billion"}, "00550": {"count": 2, "proportion": 0.000613685179502915, "vocab": "00550"}, "business": {"count": 2, "proportion": 0.000613685179502915, "vocab": "business"}, "00490": {"count": 2, "proportion": 0.000613685179502915, "vocab": "00490"}, "vijayawada": {"count": 2, "proportion": 0.000613685179502915, "vocab": "vijayawada"}, "womens": {"count": 2, "proportion": 0.000613685179502915, "vocab": "womens"}, "iran": {"count": 2, "proportion": 0.000613685179502915, "vocab": "iran"}, "wkuf": {"count": 2, "proportion": 0.000613685179502915, "vocab": "wkuf"}, "issue": {"count": 2, "proportion": 0.000613685179502915, "vocab": "issue"}, "harvoni": {"count": 2, "proportion": 0.000613685179502915, "vocab": "harvoni"}, "fi": {"count": 2, "proportion": 0.000613685179502915, "vocab": "fi"}, "tdisport": {"count": 2, "proportion": 0.000613685179502915, "vocab": "tdisport"}, "media": {"count": 2, "proportion": 0.000613685179502915, "vocab": "media"}, "claim": {"count": 2, "proportion": 0.000613685179502915, "vocab": "claim"}, "20230204011113": {"count": 2, "proportion": 0.000613685179502915, "vocab": "20230204011113"}, "tax": {"count": 2, "proportion": 0.000613685179502915, "vocab": "tax"}, "china": {"count": 2, "proportion": 0.000613685179502915, "vocab": "china"}, "festival": {"count": 2, "proportion": 0.000613685179502915, "vocab": "festival"}, "charlie": {"count": 2, "proportion": 0.000613685179502915, "vocab": "charlie"}, "wasted": {"count": 2, "proportion": 0.000613685179502915, "vocab": "wasted"}, "insurance": {"count": 2, "proportion": 0.000613685179502915, "vocab": "insurance"}, "body": {"count": 2, "proportion": 0.000613685179502915, "vocab": "body"}, "00439": {"count": 2, "proportion": 0.000613685179502915, "vocab": "00439"}, "00248": {"count": 2, "proportion": 0.000613685179502915, "vocab": "00248"}, "africa": {"count": 2, "proportion": 0.000613685179502915, "vocab": "africa"}, "york": {"count": 2, "proportion": 0.000613685179502915, "vocab": "york"}, "info": {"count": 2, "proportion": 0.000613685179502915, "vocab": "info"}, "national": {"count": 2, "proportion": 0.000613685179502915, "vocab": "national"}, "fm": {"count": 2, "proportion": 0.000613685179502915, "vocab": "fm"}, "energy": {"count": 2, "proportion": 0.000613685179502915, "vocab": "energy"}, "en": {"count": 2, "proportion": 0.000613685179502915, "vocab": "en"}, "food": {"count": 2, "proportion": 0.000613685179502915, "vocab": "food"}, "four": {"count": 2, "proportion": 0.000613685179502915, "vocab": "four"}, "2014": {"count": 2, "proportion": 0.000613685179502915, "vocab": "2014"}, "1610703519843": {"count": 2, "proportion": 0.000613685179502915, "vocab": "1610703519843"}, "gun": {"count": 2, "proportion": 0.000613685179502915, "vocab": "gun"}, "gold": {"count": 2, "proportion": 0.000613685179502915, "vocab": "gold"}, "content": {"count": 2, "proportion": 0.000613685179502915, "vocab": "content"}, "park": {"count": 2, "proportion": 0.000613685179502915, "vocab": "park"}, "spectacular": {"count": 2, "proportion": 0.000613685179502915, "vocab": "spectacular"}, "20210120022006": {"count": 2, "proportion": 0.000613685179502915, "vocab": "20210120022006"}, "covid": {"count": 2, "proportion": 0.000613685179502915, "vocab": "covid"}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/text_dset/cache-f6aa4a70e38b4a04.arrow b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/text_dset/cache-f6aa4a70e38b4a04.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fe7c2cbb80d16f477b51f15dc207e177c09d7a07 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/text_dset/cache-f6aa4a70e38b4a04.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e5fe498e11eeb301bd8430d2f2c408c696d36bbc21b1d18f31c4cf957a8d47 +size 67576 diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/text_dset/data-00000-of-00001.arrow b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/text_dset/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..acb327aa45186b4ba9beb2e595e0c51e81df9bc5 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/text_dset/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04dc98da752f00f252635eed55717c8a12dee20edb3c8347bd34e2228b16bb3 +size 29512 diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/text_dset/dataset_info.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/text_dset/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ac4fb6ae939f31c312a09424d711666ef39b5a71 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/text_dset/dataset_info.json @@ -0,0 +1,33 @@ +{ + "builder_name": "generator", + "citation": "", + "config_name": "default", + "dataset_name": "generator", + "dataset_size": 487928, + "description": "", + "download_checksums": {}, + "download_size": 0, + "features": { + "text": { + "dtype": "string", + "_type": "Value" + } + }, + "homepage": "", + "license": "", + "size_in_bytes": 487928, + "splits": { + "train": { + "name": "train", + "num_bytes": 487928, + "num_examples": 100, + "dataset_name": "generator" + } + }, + "version": { + "version_str": "0.0.0", + "major": 0, + "minor": 0, + "patch": 0 + } +} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/text_dset/state.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/text_dset/state.json new file mode 100644 index 0000000000000000000000000000000000000000..94ca8a70896cdd30d1c8c438cd5ab54ded31573f --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/text_dset/state.json @@ -0,0 +1,13 @@ +{ + "_data_files": [ + { + "filename": "data-00000-of-00001.arrow" + } + ], + "_fingerprint": "88b86fb59adda99e", + "_format_columns": null, + "_format_kwargs": {}, + "_format_type": null, + "_output_all_columns": false, + "_split": "train" +} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/text_duplicates/text_duplicates.html b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/text_duplicates/text_duplicates.html new file mode 100644 index 0000000000000000000000000000000000000000..0829d026a4b7c4ceb3e5382c5f3f1bd3b5d8c4f0 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/text_duplicates/text_duplicates.html @@ -0,0 +1 @@ +
duplicate_fraction0.0
duplicates_dict
\ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/text_duplicates/text_duplicates.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/text_duplicates/text_duplicates.json new file mode 100644 index 0000000000000000000000000000000000000000..aae9400f9535bac52e94b74b3c0d3cdc8b926f9c --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/text_duplicates/text_duplicates.json @@ -0,0 +1 @@ +{"duplicate_fraction": 0.0, "duplicates_dict": {}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/tokenized_df.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/tokenized_df.json new file mode 100644 index 0000000000000000000000000000000000000000..e1212838f78c4f5788cc6bbf7a83bfec91fadee3 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/tokenized_df.json @@ -0,0 +1 @@ +{"0": {"text": "{\"url\": \"https://eppc.org/publication/declaration-of-disruption/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499654.54/warc/CC-MAIN-20230128184907-20230128214907-00327.warc.gz\", \"warc_record_offset\": 250370303, \"warc_record_length\": 20061}", "tokenized_text": ["url", "https", "eppc", "org", "publication", "declaration", "of", "disruption", "warc_filename", "crawl", "data", "cc", "main", "2023", "06", "segments", "1674764499654", "54", "warc", "cc", "main", "20230128184907", "20230128214907", "00327", "warc", "gz", "warc_record_offset", "250370303", "warc_record_length", "20061"]}, "1": {"text": "{\"url\": \"https://lamborghinichat.com/forum/news/vw-group-allegedly-receives-offer-to-sell-lamborghini-for-9-2-billion.728/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623488528979.69/warc/CC-MAIN-20210623011557-20210623041557-00312.warc.gz\", \"warc_record_offset\": 322560850, \"warc_record_length\": 17143}", "tokenized_text": ["url", "https", "lamborghinichat", "com", "forum", "news", "vw", "group", "allegedly", "receives", "offer", "to", "sell", "lamborghini", "for", "9", "2", "billion", "728", "warc_filename", "crawl", "data", "cc", "main", "2021", "25", "segments", "1623488528979", "69", "warc", "cc", "main", "20210623011557", "20210623041557", "00312", "warc", "gz", "warc_record_offset", "322560850", "warc_record_length", "17143"]}, "2": {"text": "{\"url\": \"https://slidelegend.com/the-influencing-factors-on-entrepreneurship-ti-journals_59d9b3c91723dd4b8ead833e.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-24/segments/1590347392057.6/warc/CC-MAIN-20200527013445-20200527043445-00580.warc.gz\", \"warc_record_offset\": 536988620, \"warc_record_length\": 14280}", "tokenized_text": ["url", "https", "slidelegend", "com", "the", "influencing", "factors", "on", "entrepreneurship", "ti", "journals_59d9b3c91723dd4b8ead833e", "html", "warc_filename", "crawl", "data", "cc", "main", "2020", "24", "segments", "1590347392057", "6", "warc", "cc", "main", "20200527013445", "20200527043445", "00580", "warc", "gz", "warc_record_offset", "536988620", "warc_record_length", "14280"]}, "3": {"text": "{\"url\": \"https://www.henryusa.com/flexforkal/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500076.87/warc/CC-MAIN-20230203221113-20230204011113-00015.warc.gz\", \"warc_record_offset\": 828569590, \"warc_record_length\": 16616}", "tokenized_text": ["url", "https", "www", "henryusa", "com", "flexforkal", "warc_filename", "crawl", "data", "cc", "main", "2023", "06", "segments", "1674764500076", "87", "warc", "cc", "main", "20230203221113", "20230204011113", "00015", "warc", "gz", "warc_record_offset", "828569590", "warc_record_length", "16616"]}, "4": {"text": "{\"url\": \"https://www.arout.net/hotel-occupancy-drops-due-to-covid-19-certificates-in-mazatlan/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882572063.65/warc/CC-MAIN-20220814173832-20220814203832-00008.warc.gz\", \"warc_record_offset\": 598837769, \"warc_record_length\": 14575}", "tokenized_text": ["url", "https", "www", "arout", "net", "hotel", "occupancy", "drops", "due", "to", "covid", "19", "certificates", "in", "mazatlan", "warc_filename", "crawl", "data", "cc", "main", "2022", "33", "segments", "1659882572063", "65", "warc", "cc", "main", "20220814173832", "20220814203832", "00008", "warc", "gz", "warc_record_offset", "598837769", "warc_record_length", "14575"]}, "5": {"text": "{\"url\": \"https://www.glamsham.com/world/technology/apple-may-launch-ar-contact-lenses-in-10-years\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-17/segments/1618038083007.51/warc/CC-MAIN-20210415035637-20210415065637-00636.warc.gz\", \"warc_record_offset\": 870013982, \"warc_record_length\": 84010}", "tokenized_text": ["url", "https", "www", "glamsham", "com", "world", "technology", "apple", "may", "launch", "ar", "contact", "lenses", "in", "10", "years", "warc_filename", "crawl", "data", "cc", "main", "2021", "17", "segments", "1618038083007", "51", "warc", "cc", "main", "20210415035637", "20210415065637", "00636", "warc", "gz", "warc_record_offset", "870013982", "warc_record_length", "84010"]}, "6": {"text": "{\"url\": \"http://otlsports.com/patriots-vs-dolphins-biggest-nfl-spreads-this-decade/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-10/segments/1581875145621.28/warc/CC-MAIN-20200221233354-20200222023354-00398.warc.gz\", \"warc_record_offset\": 111531585, \"warc_record_length\": 25025}", "tokenized_text": ["url", "http", "otlsports", "com", "patriots", "vs", "dolphins", "biggest", "nfl", "spreads", "this", "decade", "warc_filename", "crawl", "data", "cc", "main", "2020", "10", "segments", "1581875145621", "28", "warc", "cc", "main", "20200221233354", "20200222023354", "00398", "warc", "gz", "warc_record_offset", "111531585", "warc_record_length", "25025"]}, "7": {"text": "{\"url\": \"https://birmingcabbie.wordpress.com/2013/01/16/silver-and-gold/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-34/segments/1596439737206.16/warc/CC-MAIN-20200807172851-20200807202851-00477.warc.gz\", \"warc_record_offset\": 233367373, \"warc_record_length\": 27864}", "tokenized_text": ["url", "https", "birmingcabbie", "wordpress", "com", "2013", "01", "16", "silver", "and", "gold", "warc_filename", "crawl", "data", "cc", "main", "2020", "34", "segments", "1596439737206", "16", "warc", "cc", "main", "20200807172851", "20200807202851", "00477", "warc", "gz", "warc_record_offset", "233367373", "warc_record_length", "27864"]}, "8": {"text": "{\"url\": \"https://www.vagabondinn.com/blog/vagabond-inn-comes-to-utah\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662531762.30/warc/CC-MAIN-20220520061824-20220520091824-00060.warc.gz\", \"warc_record_offset\": 1239312380, \"warc_record_length\": 14681}", "tokenized_text": ["url", "https", "www", "vagabondinn", "com", "blog", "vagabond", "inn", "comes", "to", "utah", "warc_filename", "crawl", "data", "cc", "main", "2022", "21", "segments", "1652662531762", "30", "warc", "cc", "main", "20220520061824", "20220520091824", "00060", "warc", "gz", "warc_record_offset", "1239312380", "warc_record_length", "14681"]}, "9": {"text": "{\"url\": \"https://www.weeklygripe.co.uk/overuse-of-the-word-issue-in-the-media\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323585322.63/warc/CC-MAIN-20211020152307-20211020182307-00649.warc.gz\", \"warc_record_offset\": 1288254429, \"warc_record_length\": 10413}", "tokenized_text": ["url", "https", "www", "weeklygripe", "co", "uk", "overuse", "of", "the", "word", "issue", "in", "the", "media", "warc_filename", "crawl", "data", "cc", "main", "2021", "43", "segments", "1634323585322", "63", "warc", "cc", "main", "20211020152307", "20211020182307", "00649", "warc", "gz", "warc_record_offset", "1288254429", "warc_record_length", "10413"]}, "10": {"text": "{\"url\": \"https://www.heavenlytealeaves.com/blogs/heavenly-tea-leaves-blog/exploring-the-green-teas-of-japan\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-39/segments/1631780057202.68/warc/CC-MAIN-20210921101319-20210921131319-00614.warc.gz\", \"warc_record_offset\": 837566473, \"warc_record_length\": 58147}", "tokenized_text": ["url", "https", "www", "heavenlytealeaves", "com", "blogs", "heavenly", "tea", "leaves", "blog", "exploring", "the", "green", "teas", "of", "japan", "warc_filename", "crawl", "data", "cc", "main", "2021", "39", "segments", "1631780057202", "68", "warc", "cc", "main", "20210921101319", "20210921131319", "00614", "warc", "gz", "warc_record_offset", "837566473", "warc_record_length", "58147"]}, "11": {"text": "{\"url\": \"https://tm.koreaherald.com/view.php?ud=20210504001014\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623487612537.23/warc/CC-MAIN-20210614135913-20210614165913-00601.warc.gz\", \"warc_record_offset\": 532769245, \"warc_record_length\": 25017}", "tokenized_text": ["url", "https", "tm", "koreaherald", "com", "view", "php", "ud", "20210504001014", "warc_filename", "crawl", "data", "cc", "main", "2021", "25", "segments", "1623487612537", "23", "warc", "cc", "main", "20210614135913", "20210614165913", "00601", "warc", "gz", "warc_record_offset", "532769245", "warc_record_length", "25017"]}, "12": {"text": "{\"url\": \"https://bricks.stackexchange.com/questions/14655/how-do-you-display-multiple-items-at-once-on-an-ev3-screen/15044\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882573630.12/warc/CC-MAIN-20220819070211-20220819100211-00319.warc.gz\", \"warc_record_offset\": 175500523, \"warc_record_length\": 66290}", "tokenized_text": ["url", "https", "bricks", "stackexchange", "com", "questions", "14655", "how", "do", "you", "display", "multiple", "items", "at", "once", "on", "an", "ev3", "screen", "15044", "warc_filename", "crawl", "data", "cc", "main", "2022", "33", "segments", "1659882573630", "12", "warc", "cc", "main", "20220819070211", "20220819100211", "00319", "warc", "gz", "warc_record_offset", "175500523", "warc_record_length", "66290"]}, "13": {"text": "{\"url\": \"https://www.toptipz.com.ng/armed-robbers-police-uniforms-enugu-caught-gun-battle-photos/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-10/segments/1581875148375.36/warc/CC-MAIN-20200229022458-20200229052458-00295.warc.gz\", \"warc_record_offset\": 904154101, \"warc_record_length\": 11479}", "tokenized_text": ["url", "https", "www", "toptipz", "com", "ng", "armed", "robbers", "police", "uniforms", "enugu", "caught", "gun", "battle", "photos", "warc_filename", "crawl", "data", "cc", "main", "2020", "10", "segments", "1581875148375", "36", "warc", "cc", "main", "20200229022458", "20200229052458", "00295", "warc", "gz", "warc_record_offset", "904154101", "warc_record_length", "11479"]}, "14": {"text": "{\"url\": \"https://gamecocksonline.com/news/2017/08/22/breaking-down-the-offensive-line/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-40/segments/1664030337322.29/warc/CC-MAIN-20221002115028-20221002145028-00747.warc.gz\", \"warc_record_offset\": 303777204, \"warc_record_length\": 19373}", "tokenized_text": ["url", "https", "gamecocksonline", "com", "news", "2017", "08", "22", "breaking", "down", "the", "offensive", "line", "warc_filename", "crawl", "data", "cc", "main", "2022", "40", "segments", "1664030337322", "29", "warc", "cc", "main", "20221002115028", "20221002145028", "00747", "warc", "gz", "warc_record_offset", "303777204", "warc_record_length", "19373"]}, "15": {"text": "{\"url\": \"https://paulinepark.com/2014/06/09/gauguin-exoticization-primitivism-paganism/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499697.75/warc/CC-MAIN-20230129012420-20230129042420-00524.warc.gz\", \"warc_record_offset\": 473272628, \"warc_record_length\": 17321}", "tokenized_text": ["url", "https", "paulinepark", "com", "2014", "06", "09", "gauguin", "exoticization", "primitivism", "paganism", "warc_filename", "crawl", "data", "cc", "main", "2023", "06", "segments", "1674764499697", "75", "warc", "cc", "main", "20230129012420", "20230129042420", "00524", "warc", "gz", "warc_record_offset", "473272628", "warc_record_length", "17321"]}, "16": {"text": "{\"url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-34/segments/1596439737319.74/warc/CC-MAIN-20200808080642-20200808110642-00060.warc.gz\", \"warc_record_offset\": 516800798, \"warc_record_length\": 29736}", "tokenized_text": ["url", "https", "talesofthetravelbug", "wordpress", "com", "2016", "02", "26", "abel", "tasman", "national", "park", "warc_filename", "crawl", "data", "cc", "main", "2020", "34", "segments", "1596439737319", "74", "warc", "cc", "main", "20200808080642", "20200808110642", "00060", "warc", "gz", "warc_record_offset", "516800798", "warc_record_length", "29736"]}, "17": {"text": "{\"url\": \"https://minnesota.cbslocal.com/2018/08/20/new-brighton-house-fire-dogs-rescued/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-04/segments/1610703531702.36/warc/CC-MAIN-20210123001629-20210123031629-00630.warc.gz\", \"warc_record_offset\": 455460747, \"warc_record_length\": 21947}", "tokenized_text": ["url", "https", "minnesota", "cbslocal", "com", "2018", "08", "20", "new", "brighton", "house", "fire", "dogs", "rescued", "warc_filename", "crawl", "data", "cc", "main", "2021", "04", "segments", "1610703531702", "36", "warc", "cc", "main", "20210123001629", "20210123031629", "00630", "warc", "gz", "warc_record_offset", "455460747", "warc_record_length", "21947"]}, "18": {"text": "{\"url\": \"https://simonegallina.blogspot.com/2012/03/famous-painter-of-prehistoric-murals.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-16/segments/1585370500331.13/warc/CC-MAIN-20200331053639-20200331083639-00229.warc.gz\", \"warc_record_offset\": 640302554, \"warc_record_length\": 19781}", "tokenized_text": ["url", "https", "simonegallina", "blogspot", "com", "2012", "03", "famous", "painter", "of", "prehistoric", "murals", "html", "warc_filename", "crawl", "data", "cc", "main", "2020", "16", "segments", "1585370500331", "13", "warc", "cc", "main", "20200331053639", "20200331083639", "00229", "warc", "gz", "warc_record_offset", "640302554", "warc_record_length", "19781"]}, "19": {"text": "{\"url\": \"https://www.podparadise.com/Podcast/1533560948/Listen/1607614191/0\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-31/segments/1627046157039.99/warc/CC-MAIN-20210805193327-20210805223327-00602.warc.gz\", \"warc_record_offset\": 1002652790, \"warc_record_length\": 7640}", "tokenized_text": ["url", "https", "www", "podparadise", "com", "podcast", "1533560948", "listen", "1607614191", "0", "warc_filename", "crawl", "data", "cc", "main", "2021", "31", "segments", "1627046157039", "99", "warc", "cc", "main", "20210805193327", "20210805223327", "00602", "warc", "gz", "warc_record_offset", "1002652790", "warc_record_length", "7640"]}, "20": {"text": "{\"url\": \"https://vidmid.com/news/sir-ian-mckellen-martin-freeman-and-the-lord-of-the-rings-cast-kickstart-fundraising-campaign-to-buy-author-j-r-r-tolkien-s-oxford-home?uid=226886\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-04/segments/1610703538082.57/warc/CC-MAIN-20210123125715-20210123155715-00108.warc.gz\", \"warc_record_offset\": 628149199, \"warc_record_length\": 9581}", "tokenized_text": ["url", "https", "vidmid", "com", "news", "sir", "ian", "mckellen", "martin", "freeman", "and", "the", "lord", "of", "the", "rings", "cast", "kickstart", "fundraising", "campaign", "to", "buy", "author", "j", "r", "r", "tolkien", "s", "oxford", "home", "uid", "226886", "warc_filename", "crawl", "data", "cc", "main", "2021", "04", "segments", "1610703538082", "57", "warc", "cc", "main", "20210123125715", "20210123155715", "00108", "warc", "gz", "warc_record_offset", "628149199", "warc_record_length", "9581"]}, "21": {"text": "{\"url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882571090.80/warc/CC-MAIN-20220809215803-20220810005803-00211.warc.gz\", \"warc_record_offset\": 683638756, \"warc_record_length\": 40224}", "tokenized_text": ["url", "https", "www", "etoren", "com", "products", "fujifilm", "x", "t200", "body", "champagne", "gold", "kit", "box", "warc_filename", "crawl", "data", "cc", "main", "2022", "33", "segments", "1659882571090", "80", "warc", "cc", "main", "20220809215803", "20220810005803", "00211", "warc", "gz", "warc_record_offset", "683638756", "warc_record_length", "40224"]}, "22": {"text": "{\"url\": \"https://ionigeria.com/james-webb-the-most-powerful-space-telescope-ever-built-blast-into-orbit/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499845.10/warc/CC-MAIN-20230131055533-20230131085533-00613.warc.gz\", \"warc_record_offset\": 348002670, \"warc_record_length\": 28496}", "tokenized_text": ["url", "https", "ionigeria", "com", "james", "webb", "the", "most", "powerful", "space", "telescope", "ever", "built", "blast", "into", "orbit", "warc_filename", "crawl", "data", "cc", "main", "2023", "06", "segments", "1674764499845", "10", "warc", "cc", "main", "20230131055533", "20230131085533", "00613", "warc", "gz", "warc_record_offset", "348002670", "warc_record_length", "28496"]}, "23": {"text": "{\"url\": \"https://www.marshfieldnewsherald.com/story/news/2019/05/02/rothschild-police-wausau-man-charged-with-owi-said-his-gum-blame-smell-alcohol/3645355002/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-05/segments/1579250593994.14/warc/CC-MAIN-20200118221909-20200119005909-00365.warc.gz\", \"warc_record_offset\": 972941129, \"warc_record_length\": 43188}", "tokenized_text": ["url", "https", "www", "marshfieldnewsherald", "com", "story", "news", "2019", "05", "02", "rothschild", "police", "wausau", "man", "charged", "with", "owi", "said", "his", "gum", "blame", "smell", "alcohol", "3645355002", "warc_filename", "crawl", "data", "cc", "main", "2020", "05", "segments", "1579250593994", "14", "warc", "cc", "main", "20200118221909", "20200119005909", "00365", "warc", "gz", "warc_record_offset", "972941129", "warc_record_length", "43188"]}, "24": {"text": "{\"url\": \"https://brindisa.com/blogs/news/the-food-geek-guide-to-iberico-ham\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764494852.95/warc/CC-MAIN-20230127001911-20230127031911-00821.warc.gz\", \"warc_record_offset\": 176182646, \"warc_record_length\": 58668}", "tokenized_text": ["url", "https", "brindisa", "com", "blogs", "news", "the", "food", "geek", "guide", "to", "iberico", "ham", "warc_filename", "crawl", "data", "cc", "main", "2023", "06", "segments", "1674764494852", "95", "warc", "cc", "main", "20230127001911", "20230127031911", "00821", "warc", "gz", "warc_record_offset", "176182646", "warc_record_length", "58668"]}, "25": {"text": "{\"url\": \"https://healthyceleb.com/scottie-pippen-height-weight-body-statistics/54041/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-16/segments/1585371830894.88/warc/CC-MAIN-20200409055849-20200409090349-00200.warc.gz\", \"warc_record_offset\": 476834551, \"warc_record_length\": 28617}", "tokenized_text": ["url", "https", "healthyceleb", "com", "scottie", "pippen", "height", "weight", "body", "statistics", "54041", "warc_filename", "crawl", "data", "cc", "main", "2020", "16", "segments", "1585371830894", "88", "warc", "cc", "main", "20200409055849", "20200409090349", "00200", "warc", "gz", "warc_record_offset", "476834551", "warc_record_length", "28617"]}, "26": {"text": "{\"url\": \"https://worldnews.su/world/kabul-terror-attack-multiple-explosions-as-gunfire-rings-out-with-deaths-feared-world-news.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656103626162.35/warc/CC-MAIN-20220629084939-20220629114939-00694.warc.gz\", \"warc_record_offset\": 683956680, \"warc_record_length\": 14884}", "tokenized_text": ["url", "https", "worldnews", "su", "world", "kabul", "terror", "attack", "multiple", "explosions", "as", "gunfire", "rings", "out", "with", "deaths", "feared", "world", "news", "html", "warc_filename", "crawl", "data", "cc", "main", "2022", "27", "segments", "1656103626162", "35", "warc", "cc", "main", "20220629084939", "20220629114939", "00694", "warc", "gz", "warc_record_offset", "683956680", "warc_record_length", "14884"]}, "27": {"text": "{\"url\": \"https://observer.com/2022/05/what-will-elon-musk-do-with-twitter-here-is-a-6-point-guide/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500758.20/warc/CC-MAIN-20230208092053-20230208122053-00639.warc.gz\", \"warc_record_offset\": 450138738, \"warc_record_length\": 24833}", "tokenized_text": ["url", "https", "observer", "com", "2022", "05", "what", "will", "elon", "musk", "do", "with", "twitter", "here", "is", "a", "6", "point", "guide", "warc_filename", "crawl", "data", "cc", "main", "2023", "06", "segments", "1674764500758", "20", "warc", "cc", "main", "20230208092053", "20230208122053", "00639", "warc", "gz", "warc_record_offset", "450138738", "warc_record_length", "24833"]}, "28": {"text": "{\"url\": \"https://www.zwillgen.com/law-enforcement/court-decision-rules-geofence-warrant-violates-fourth-amendment/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446710789.95/warc/CC-MAIN-20221201021257-20221201051257-00652.warc.gz\", \"warc_record_offset\": 1124917887, \"warc_record_length\": 23522}", "tokenized_text": ["url", "https", "www", "zwillgen", "com", "law", "enforcement", "court", "decision", "rules", "geofence", "warrant", "violates", "fourth", "amendment", "warc_filename", "crawl", "data", "cc", "main", "2022", "49", "segments", "1669446710789", "95", "warc", "cc", "main", "20221201021257", "20221201051257", "00652", "warc", "gz", "warc_record_offset", "1124917887", "warc_record_length", "23522"]}, "29": {"text": "{\"url\": \"https://www.idropnews.com/news/beats-releases-ultra-affordable-new-50-beats-flex-wireless-earbuds/145050/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764501066.53/warc/CC-MAIN-20230209014102-20230209044102-00740.warc.gz\", \"warc_record_offset\": 857199535, \"warc_record_length\": 30176}", "tokenized_text": ["url", "https", "www", "idropnews", "com", "news", "beats", "releases", "ultra", "affordable", "new", "50", "beats", "flex", "wireless", "earbuds", "145050", "warc_filename", "crawl", "data", "cc", "main", "2023", "06", "segments", "1674764501066", "53", "warc", "cc", "main", "20230209014102", "20230209044102", "00740", "warc", "gz", "warc_record_offset", "857199535", "warc_record_length", "30176"]}, "30": {"text": "{\"url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656104496688.78/warc/CC-MAIN-20220704202455-20220704232455-00300.warc.gz\", \"warc_record_offset\": 199444381, \"warc_record_length\": 17548}", "tokenized_text": ["url", "https", "callbag", "co", "epub", "the", "love", "song", "of", "j", "alfred", "prufrock", "and", "other", "poems", "warc_filename", "crawl", "data", "cc", "main", "2022", "27", "segments", "1656104496688", "78", "warc", "cc", "main", "20220704202455", "20220704232455", "00300", "warc", "gz", "warc_record_offset", "199444381", "warc_record_length", "17548"]}, "31": {"text": "{\"url\": \"https://kitchen-repair.info/daftar-film-mae-pong-38/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-31/segments/1627046154175.76/warc/CC-MAIN-20210801092716-20210801122716-00658.warc.gz\", \"warc_record_offset\": 358919877, \"warc_record_length\": 11838}", "tokenized_text": ["url", "https", "kitchen", "repair", "info", "daftar", "film", "mae", "pong", "38", "warc_filename", "crawl", "data", "cc", "main", "2021", "31", "segments", "1627046154175", "76", "warc", "cc", "main", "20210801092716", "20210801122716", "00658", "warc", "gz", "warc_record_offset", "358919877", "warc_record_length", "11838"]}, "32": {"text": "{\"url\": \"https://www.austinchronicle.com/news/2008-06-27/640116/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-50/segments/1606141194982.45/warc/CC-MAIN-20201128011115-20201128041115-00175.warc.gz\", \"warc_record_offset\": 591253388, \"warc_record_length\": 17495}", "tokenized_text": ["url", "https", "www", "austinchronicle", "com", "news", "2008", "06", "27", "640116", "warc_filename", "crawl", "data", "cc", "main", "2020", "50", "segments", "1606141194982", "45", "warc", "cc", "main", "20201128011115", "20201128041115", "00175", "warc", "gz", "warc_record_offset", "591253388", "warc_record_length", "17495"]}, "33": {"text": "{\"url\": \"https://www.fame10.com/trending-news/will-smith-and-jada-pinkett-smith-slam-divorce-rumors/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499919.70/warc/CC-MAIN-20230201081311-20230201111311-00455.warc.gz\", \"warc_record_offset\": 766206361, \"warc_record_length\": 32672}", "tokenized_text": ["url", "https", "www", "fame10", "com", "trending", "news", "will", "smith", "and", "jada", "pinkett", "smith", "slam", "divorce", "rumors", "warc_filename", "crawl", "data", "cc", "main", "2023", "06", "segments", "1674764499919", "70", "warc", "cc", "main", "20230201081311", "20230201111311", "00455", "warc", "gz", "warc_record_offset", "766206361", "warc_record_length", "32672"]}, "34": {"text": "{\"url\": \"https://ednews.net/en/news/politics/440902-iran-embassy-ill-wishers-trying-to-disrupt-relations-between-tehran-baku\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-50/segments/1606141750841.83/warc/CC-MAIN-20201205211729-20201206001729-00355.warc.gz\", \"warc_record_offset\": 263492130, \"warc_record_length\": 22120}", "tokenized_text": ["url", "https", "ednews", "net", "en", "news", "politics", "440902", "iran", "embassy", "ill", "wishers", "trying", "to", "disrupt", "relations", "between", "tehran", "baku", "warc_filename", "crawl", "data", "cc", "main", "2020", "50", "segments", "1606141750841", "83", "warc", "cc", "main", "20201205211729", "20201206001729", "00355", "warc", "gz", "warc_record_offset", "263492130", "warc_record_length", "22120"]}, "35": {"text": "{\"url\": \"https://www.hopefornigeriaonline.com/category/africa/page/17/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-17/segments/1618039388763.75/warc/CC-MAIN-20210420091336-20210420121336-00107.warc.gz\", \"warc_record_offset\": 930101659, \"warc_record_length\": 22399}", "tokenized_text": ["url", "https", "www", "hopefornigeriaonline", "com", "category", "africa", "page", "17", "warc_filename", "crawl", "data", "cc", "main", "2021", "17", "segments", "1618039388763", "75", "warc", "cc", "main", "20210420091336", "20210420121336", "00107", "warc", "gz", "warc_record_offset", "930101659", "warc_record_length", "22399"]}, "36": {"text": "{\"url\": \"https://cmeindia.in/covid-19-3rd-wave-experience-in-india-a-survey-of-5971-adults/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500028.12/warc/CC-MAIN-20230202133541-20230202163541-00248.warc.gz\", \"warc_record_offset\": 178693725, \"warc_record_length\": 42926}", "tokenized_text": ["url", "https", "cmeindia", "in", "covid", "19", "3rd", "wave", "experience", "in", "india", "a", "survey", "of", "5971", "adults", "warc_filename", "crawl", "data", "cc", "main", "2023", "06", "segments", "1674764500028", "12", "warc", "cc", "main", "20230202133541", "20230202163541", "00248", "warc", "gz", "warc_record_offset", "178693725", "warc_record_length", "42926"]}, "37": {"text": "{\"url\": \"https://www.sitra.fi/en/blogs/moving-boldly-towards-participatory-foresight/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-05/segments/1579250607407.48/warc/CC-MAIN-20200122191620-20200122220620-00393.warc.gz\", \"warc_record_offset\": 1088907449, \"warc_record_length\": 11772}", "tokenized_text": ["url", "https", "www", "sitra", "fi", "en", "blogs", "moving", "boldly", "towards", "participatory", "foresight", "warc_filename", "crawl", "data", "cc", "main", "2020", "05", "segments", "1579250607407", "48", "warc", "cc", "main", "20200122191620", "20200122220620", "00393", "warc", "gz", "warc_record_offset", "1088907449", "warc_record_length", "11772"]}, "38": {"text": "{\"url\": \"https://suesspiciousminds.com/2013/05/14/four-minute-warning-or-last-night-the-plans-for-a-future-war-was-all-i-saw-on-channel-four/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323588398.42/warc/CC-MAIN-20211028162638-20211028192638-00233.warc.gz\", \"warc_record_offset\": 664847335, \"warc_record_length\": 31698}", "tokenized_text": ["url", "https", "suesspiciousminds", "com", "2013", "05", "14", "four", "minute", "warning", "or", "last", "night", "the", "plans", "for", "a", "future", "war", "was", "all", "i", "saw", "on", "channel", "four", "warc_filename", "crawl", "data", "cc", "main", "2021", "43", "segments", "1634323588398", "42", "warc", "cc", "main", "20211028162638", "20211028192638", "00233", "warc", "gz", "warc_record_offset", "664847335", "warc_record_length", "31698"]}, "39": {"text": "{\"url\": \"https://www.exquisitecoasts.com/spectacular-coastal-drives.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500339.37/warc/CC-MAIN-20230206113934-20230206143934-00685.warc.gz\", \"warc_record_offset\": 782007633, \"warc_record_length\": 19267}", "tokenized_text": ["url", "https", "www", "exquisitecoasts", "com", "spectacular", "coastal", "drives", "html", "warc_filename", "crawl", "data", "cc", "main", "2023", "06", "segments", "1674764500339", "37", "warc", "cc", "main", "20230206113934", "20230206143934", "00685", "warc", "gz", "warc_record_offset", "782007633", "warc_record_length", "19267"]}, "40": {"text": "{\"url\": \"https://petebowes.com/2011/01/02/china-the-first-night/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-40/segments/1664030337625.5/warc/CC-MAIN-20221005105356-20221005135356-00284.warc.gz\", \"warc_record_offset\": 486450658, \"warc_record_length\": 27715}", "tokenized_text": ["url", "https", "petebowes", "com", "2011", "01", "02", "china", "the", "first", "night", "warc_filename", "crawl", "data", "cc", "main", "2022", "40", "segments", "1664030337625", "5", "warc", "cc", "main", "20221005105356", "20221005135356", "00284", "warc", "gz", "warc_record_offset", "486450658", "warc_record_length", "27715"]}, "41": {"text": "{\"url\": \"https://bluemonsterprep.com/blogs/news/hawaii-races-to-secure-power-plant-threatened-by-lava-flows\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499713.50/warc/CC-MAIN-20230129112153-20230129142153-00439.warc.gz\", \"warc_record_offset\": 159639259, \"warc_record_length\": 72974}", "tokenized_text": ["url", "https", "bluemonsterprep", "com", "blogs", "news", "hawaii", "races", "to", "secure", "power", "plant", "threatened", "by", "lava", "flows", "warc_filename", "crawl", "data", "cc", "main", "2023", "06", "segments", "1674764499713", "50", "warc", "cc", "main", "20230129112153", "20230129142153", "00439", "warc", "gz", "warc_record_offset", "159639259", "warc_record_length", "72974"]}, "42": {"text": "{\"url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-05/segments/1579251681412.74/warc/CC-MAIN-20200125191854-20200125221854-00304.warc.gz\", \"warc_record_offset\": 13209660, \"warc_record_length\": 11206}", "tokenized_text": ["url", "http", "archiveislam", "com", "the", "muslim", "snow", "patrol", "cleaning", "up", "the", "city", "html", "warc_filename", "crawl", "data", "cc", "main", "2020", "05", "segments", "1579251681412", "74", "warc", "cc", "main", "20200125191854", "20200125221854", "00304", "warc", "gz", "warc_record_offset", "13209660", "warc_record_length", "11206"]}, "43": {"text": "{\"url\": \"https://thegatorseye.com/3188/news/muslims-in-detainment-a-look-into-chinas-camps/?print=true\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882573145.32/warc/CC-MAIN-20220818003501-20220818033501-00506.warc.gz\", \"warc_record_offset\": 510157631, \"warc_record_length\": 8481}", "tokenized_text": ["url", "https", "thegatorseye", "com", "3188", "news", "muslims", "in", "detainment", "a", "look", "into", "chinas", "camps", "print", "true", "warc_filename", "crawl", "data", "cc", "main", "2022", "33", "segments", "1659882573145", "32", "warc", "cc", "main", "20220818003501", "20220818033501", "00506", "warc", "gz", "warc_record_offset", "510157631", "warc_record_length", "8481"]}, "44": {"text": "{\"url\": \"https://jewishnews.timesofisrael.com/video-project-twinning-shoah-survivor-with-celebs-wins-two-awards/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-31/segments/1627046155458.35/warc/CC-MAIN-20210805063730-20210805093730-00308.warc.gz\", \"warc_record_offset\": 347762646, \"warc_record_length\": 14792}", "tokenized_text": ["url", "https", "jewishnews", "timesofisrael", "com", "video", "project", "twinning", "shoah", "survivor", "with", "celebs", "wins", "two", "awards", "warc_filename", "crawl", "data", "cc", "main", "2021", "31", "segments", "1627046155458", "35", "warc", "cc", "main", "20210805063730", "20210805093730", "00308", "warc", "gz", "warc_record_offset", "347762646", "warc_record_length", "14792"]}, "45": {"text": "{\"url\": \"https://www.rowadventures.com/specialist/malcolm-reed\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882571056.58/warc/CC-MAIN-20220809155137-20220809185137-00754.warc.gz\", \"warc_record_offset\": 870524278, \"warc_record_length\": 12466}", "tokenized_text": ["url", "https", "www", "rowadventures", "com", "specialist", "malcolm", "reed", "warc_filename", "crawl", "data", "cc", "main", "2022", "33", "segments", "1659882571056", "58", "warc", "cc", "main", "20220809155137", "20220809185137", "00754", "warc", "gz", "warc_record_offset", "870524278", "warc_record_length", "12466"]}, "46": {"text": "{\"url\": \"https://theshelfofunreadbooks.wordpress.com/2019/02/03/reviewthe-library-book-by-susan-orlean/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323587606.8/warc/CC-MAIN-20211024204628-20211024234628-00141.warc.gz\", \"warc_record_offset\": 701475464, \"warc_record_length\": 55792}", "tokenized_text": ["url", "https", "theshelfofunreadbooks", "wordpress", "com", "2019", "02", "03", "reviewthe", "library", "book", "by", "susan", "orlean", "warc_filename", "crawl", "data", "cc", "main", "2021", "43", "segments", "1634323587606", "8", "warc", "cc", "main", "20211024204628", "20211024234628", "00141", "warc", "gz", "warc_record_offset", "701475464", "warc_record_length", "55792"]}, "47": {"text": "{\"url\": \"https://energy.agwired.com/2010/10/07/wasted-food-wasted-energy/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764495001.99/warc/CC-MAIN-20230127164242-20230127194242-00001.warc.gz\", \"warc_record_offset\": 241286356, \"warc_record_length\": 20698}", "tokenized_text": ["url", "https", "energy", "agwired", "com", "2010", "10", "07", "wasted", "food", "wasted", "energy", "warc_filename", "crawl", "data", "cc", "main", "2023", "06", "segments", "1674764495001", "99", "warc", "cc", "main", "20230127164242", "20230127194242", "00001", "warc", "gz", "warc_record_offset", "241286356", "warc_record_length", "20698"]}, "48": {"text": "{\"url\": \"https://www.uscleiden.com/news/2021/05/14/beat-the-microbead/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662521041.0/warc/CC-MAIN-20220518021247-20220518051247-00703.warc.gz\", \"warc_record_offset\": 1269439293, \"warc_record_length\": 6324}", "tokenized_text": ["url", "https", "www", "uscleiden", "com", "news", "2021", "05", "14", "beat", "the", "microbead", "warc_filename", "crawl", "data", "cc", "main", "2022", "21", "segments", "1652662521041", "0", "warc", "cc", "main", "20220518021247", "20220518051247", "00703", "warc", "gz", "warc_record_offset", "1269439293", "warc_record_length", "6324"]}, "49": {"text": "{\"url\": \"https://bedandbicycle.com/is-this-cool-idea-with-butterfly-doorways-the-subsequent-mazda-miata.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446710764.12/warc/CC-MAIN-20221130124353-20221130154353-00274.warc.gz\", \"warc_record_offset\": 161515301, \"warc_record_length\": 13553}", "tokenized_text": ["url", "https", "bedandbicycle", "com", "is", "this", "cool", "idea", "with", "butterfly", "doorways", "the", "subsequent", "mazda", "miata", "html", "warc_filename", "crawl", "data", "cc", "main", "2022", "49", "segments", "1669446710764", "12", "warc", "cc", "main", "20221130124353", "20221130154353", "00274", "warc", "gz", "warc_record_offset", "161515301", "warc_record_length", "13553"]}, "50": {"text": "{\"url\": \"https://www.greatfallstribune.com/story/opinion/tribune-editorials/2016/06/10/montana-gets-manufacturing-tax-fairness/85722960/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-16/segments/1585370506870.41/warc/CC-MAIN-20200402080824-20200402110824-00330.warc.gz\", \"warc_record_offset\": 935440331, \"warc_record_length\": 43051}", "tokenized_text": ["url", "https", "www", "greatfallstribune", "com", "story", "opinion", "tribune", "editorials", "2016", "06", "10", "montana", "gets", "manufacturing", "tax", "fairness", "85722960", "warc_filename", "crawl", "data", "cc", "main", "2020", "16", "segments", "1585370506870", "41", "warc", "cc", "main", "20200402080824", "20200402110824", "00330", "warc", "gz", "warc_record_offset", "935440331", "warc_record_length", "43051"]}, "51": {"text": "{\"url\": \"https://thenextweb.com/media/2011/11/08/last-fm-reached-the-60-billion-scrobble-landmark-with-lady-gaga/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-50/segments/1606141176049.8/warc/CC-MAIN-20201124082900-20201124112900-00250.warc.gz\", \"warc_record_offset\": 525905978, \"warc_record_length\": 21310}", "tokenized_text": ["url", "https", "thenextweb", "com", "media", "2011", "11", "08", "last", "fm", "reached", "the", "60", "billion", "scrobble", "landmark", "with", "lady", "gaga", "warc_filename", "crawl", "data", "cc", "main", "2020", "50", "segments", "1606141176049", "8", "warc", "cc", "main", "20201124082900", "20201124112900", "00250", "warc", "gz", "warc_record_offset", "525905978", "warc_record_length", "21310"]}, "52": {"text": "{\"url\": \"https://www.fingerlakes1.com/2021/03/07/sabres-lose-seventh-straight-with-5-2-loss-to-islanders/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446710771.39/warc/CC-MAIN-20221130192708-20221130222708-00543.warc.gz\", \"warc_record_offset\": 792006189, \"warc_record_length\": 23266}", "tokenized_text": ["url", "https", "www", "fingerlakes1", "com", "2021", "03", "07", "sabres", "lose", "seventh", "straight", "with", "5", "2", "loss", "to", "islanders", "warc_filename", "crawl", "data", "cc", "main", "2022", "49", "segments", "1669446710771", "39", "warc", "cc", "main", "20221130192708", "20221130222708", "00543", "warc", "gz", "warc_record_offset", "792006189", "warc_record_length", "23266"]}, "53": {"text": "{\"url\": \"https://movizark.com/2018/10/29/el-tonto-ray-liotta-adrien-brody-travis-fimmel-ken-jeong-join-charlie-days-film/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662539101.40/warc/CC-MAIN-20220521112022-20220521142022-00165.warc.gz\", \"warc_record_offset\": 444833137, \"warc_record_length\": 39518}", "tokenized_text": ["url", "https", "movizark", "com", "2018", "10", "29", "el", "tonto", "ray", "liotta", "adrien", "brody", "travis", "fimmel", "ken", "jeong", "join", "charlie", "days", "film", "warc_filename", "crawl", "data", "cc", "main", "2022", "21", "segments", "1652662539101", "40", "warc", "cc", "main", "20220521112022", "20220521142022", "00165", "warc", "gz", "warc_record_offset", "444833137", "warc_record_length", "39518"]}, "54": {"text": "{\"url\": \"https://paradigmshyft.com/2022/02/27/totalitarianism-authoritarianism-and-fascism-what-is-the-difference/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499524.28/warc/CC-MAIN-20230128054815-20230128084815-00673.warc.gz\", \"warc_record_offset\": 442133024, \"warc_record_length\": 33777}", "tokenized_text": ["url", "https", "paradigmshyft", "com", "2022", "02", "27", "totalitarianism", "authoritarianism", "and", "fascism", "what", "is", "the", "difference", "warc_filename", "crawl", "data", "cc", "main", "2023", "06", "segments", "1674764499524", "28", "warc", "cc", "main", "20230128054815", "20230128084815", "00673", "warc", "gz", "warc_record_offset", "442133024", "warc_record_length", "33777"]}, "55": {"text": "{\"url\": \"https://www.rte.ie/news/2019/1201/1096265-smith-isis-home-turkey/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-49/segments/1637964363292.82/warc/CC-MAIN-20211206103243-20211206133243-00587.warc.gz\", \"warc_record_offset\": 1036937141, \"warc_record_length\": 22407}", "tokenized_text": ["url", "https", "www", "rte", "ie", "news", "2019", "1201", "1096265", "smith", "isis", "home", "turkey", "warc_filename", "crawl", "data", "cc", "main", "2021", "49", "segments", "1637964363292", "82", "warc", "cc", "main", "20211206103243", "20211206133243", "00587", "warc", "gz", "warc_record_offset", "1036937141", "warc_record_length", "22407"]}, "56": {"text": "{\"url\": \"http://www.cmt.com/news/1490421/bluegrass-legend-charlie-waller-dead-at-69/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-05/segments/1579250595787.7/warc/CC-MAIN-20200119234426-20200120022426-00503.warc.gz\", \"warc_record_offset\": 208318103, \"warc_record_length\": 11530}", "tokenized_text": ["url", "http", "www", "cmt", "com", "news", "1490421", "bluegrass", "legend", "charlie", "waller", "dead", "at", "69", "warc_filename", "crawl", "data", "cc", "main", "2020", "05", "segments", "1579250595787", "7", "warc", "cc", "main", "20200119234426", "20200120022426", "00503", "warc", "gz", "warc_record_offset", "208318103", "warc_record_length", "11530"]}, "57": {"text": "{\"url\": \"https://caribbeantales-worldwide.com/a-hand-full-of-anticipation-for-the-caribbeantales-2011-film-festival/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499890.39/warc/CC-MAIN-20230131190543-20230131220543-00762.warc.gz\", \"warc_record_offset\": 180032374, \"warc_record_length\": 29529}", "tokenized_text": ["url", "https", "caribbeantales", "worldwide", "com", "a", "hand", "full", "of", "anticipation", "for", "the", "caribbeantales", "2011", "film", "festival", "warc_filename", "crawl", "data", "cc", "main", "2023", "06", "segments", "1674764499890", "39", "warc", "cc", "main", "20230131190543", "20230131220543", "00762", "warc", "gz", "warc_record_offset", "180032374", "warc_record_length", "29529"]}, "58": {"text": "{\"url\": \"https://www.knollwood.ca/blog/what-do-deacons-do\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623488567696.99/warc/CC-MAIN-20210625023840-20210625053840-00248.warc.gz\", \"warc_record_offset\": 748368127, \"warc_record_length\": 14745}", "tokenized_text": ["url", "https", "www", "knollwood", "ca", "blog", "what", "do", "deacons", "do", "warc_filename", "crawl", "data", "cc", "main", "2021", "25", "segments", "1623488567696", "99", "warc", "cc", "main", "20210625023840", "20210625053840", "00248", "warc", "gz", "warc_record_offset", "748368127", "warc_record_length", "14745"]}, "59": {"text": "{\"url\": \"https://silverchips.mbhs.edu/content/nba-award-predictions-31146/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446710972.37/warc/CC-MAIN-20221204104311-20221204134311-00476.warc.gz\", \"warc_record_offset\": 559787302, \"warc_record_length\": 11801}", "tokenized_text": ["url", "https", "silverchips", "mbhs", "edu", "content", "nba", "award", "predictions", "31146", "warc_filename", "crawl", "data", "cc", "main", "2022", "49", "segments", "1669446710972", "37", "warc", "cc", "main", "20221204104311", "20221204134311", "00476", "warc", "gz", "warc_record_offset", "559787302", "warc_record_length", "11801"]}, "60": {"text": "{\"url\": \"https://realdealtheatre.webs.com/press.htm\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446711074.68/warc/CC-MAIN-20221206060908-20221206090908-00826.warc.gz\", \"warc_record_offset\": 503711292, \"warc_record_length\": 4512}", "tokenized_text": ["url", "https", "realdealtheatre", "webs", "com", "press", "htm", "warc_filename", "crawl", "data", "cc", "main", "2022", "49", "segments", "1669446711074", "68", "warc", "cc", "main", "20221206060908", "20221206090908", "00826", "warc", "gz", "warc_record_offset", "503711292", "warc_record_length", "4512"]}, "61": {"text": "{\"url\": \"https://www.parkablogs.com/content/book-review-daisuke-moriyama-art-works-chronicle\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-17/segments/1618038072366.31/warc/CC-MAIN-20210413122252-20210413152252-00153.warc.gz\", \"warc_record_offset\": 1044766559, \"warc_record_length\": 11425}", "tokenized_text": ["url", "https", "www", "parkablogs", "com", "content", "book", "review", "daisuke", "moriyama", "art", "works", "chronicle", "warc_filename", "crawl", "data", "cc", "main", "2021", "17", "segments", "1618038072366", "31", "warc", "cc", "main", "20210413122252", "20210413152252", "00153", "warc", "gz", "warc_record_offset", "1044766559", "warc_record_length", "11425"]}, "62": {"text": "{\"url\": \"https://www.ungeek.ph/2016/10/inspiring-watch-dwayne-the-rock-johnson-react-on-his-very-first-wwe-match/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500094.26/warc/CC-MAIN-20230204044030-20230204074030-00871.warc.gz\", \"warc_record_offset\": 1068673394, \"warc_record_length\": 27741}", "tokenized_text": ["url", "https", "www", "ungeek", "ph", "2016", "10", "inspiring", "watch", "dwayne", "the", "rock", "johnson", "react", "on", "his", "very", "first", "wwe", "match", "warc_filename", "crawl", "data", "cc", "main", "2023", "06", "segments", "1674764500094", "26", "warc", "cc", "main", "20230204044030", "20230204074030", "00871", "warc", "gz", "warc_record_offset", "1068673394", "warc_record_length", "27741"]}, "63": {"text": "{\"url\": \"https://holaamericanews.com/to-my-bros-me-too-the-womens-march-and-my-birthday/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656103334753.21/warc/CC-MAIN-20220627134424-20220627164424-00450.warc.gz\", \"warc_record_offset\": 353753500, \"warc_record_length\": 26850}", "tokenized_text": ["url", "https", "holaamericanews", "com", "to", "my", "bros", "me", "too", "the", "womens", "march", "and", "my", "birthday", "warc_filename", "crawl", "data", "cc", "main", "2022", "27", "segments", "1656103334753", "21", "warc", "cc", "main", "20220627134424", "20220627164424", "00450", "warc", "gz", "warc_record_offset", "353753500", "warc_record_length", "26850"]}, "64": {"text": "{\"url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764501555.34/warc/CC-MAIN-20230209081052-20230209111052-00418.warc.gz\", \"warc_record_offset\": 443600050, \"warc_record_length\": 28918}", "tokenized_text": ["url", "https", "nobeladventures", "com", "2019", "04", "14", "riding", "around", "new", "york", "warc_filename", "crawl", "data", "cc", "main", "2023", "06", "segments", "1674764501555", "34", "warc", "cc", "main", "20230209081052", "20230209111052", "00418", "warc", "gz", "warc_record_offset", "443600050", "warc_record_length", "28918"]}, "65": {"text": "{\"url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-40/segments/1664030337731.82/warc/CC-MAIN-20221006061224-20221006091224-00466.warc.gz\", \"warc_record_offset\": 944340676, \"warc_record_length\": 23482}", "tokenized_text": ["url", "https", "www", "nationalhogfarmer", "com", "news", "hog", "prices", "keep", "sliding", "warc_filename", "crawl", "data", "cc", "main", "2022", "40", "segments", "1664030337731", "82", "warc", "cc", "main", "20221006061224", "20221006091224", "00466", "warc", "gz", "warc_record_offset", "944340676", "warc_record_length", "23482"]}, "66": {"text": "{\"url\": \"https://www.listal.com/viewentry/67108\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-04/segments/1610703519843.24/warc/CC-MAIN-20210119232006-20210120022006-00714.warc.gz\", \"warc_record_offset\": 856244466, \"warc_record_length\": 6855}", "tokenized_text": ["url", "https", "www", "listal", "com", "viewentry", "67108", "warc_filename", "crawl", "data", "cc", "main", "2021", "04", "segments", "1610703519843", "24", "warc", "cc", "main", "20210119232006", "20210120022006", "00714", "warc", "gz", "warc_record_offset", "856244466", "warc_record_length", "6855"]}, "67": {"text": "{\"url\": \"https://www.gungoddess.com/blogs/choosing-a-gun/which-concealed-carry-guns-are-the-most-popular-right-now\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323585305.53/warc/CC-MAIN-20211020090145-20211020120145-00247.warc.gz\", \"warc_record_offset\": 952624329, \"warc_record_length\": 36797}", "tokenized_text": ["url", "https", "www", "gungoddess", "com", "blogs", "choosing", "a", "gun", "which", "concealed", "carry", "guns", "are", "the", "most", "popular", "right", "now", "warc_filename", "crawl", "data", "cc", "main", "2021", "43", "segments", "1634323585305", "53", "warc", "cc", "main", "20211020090145", "20211020120145", "00247", "warc", "gz", "warc_record_offset", "952624329", "warc_record_length", "36797"]}, "68": {"text": "{\"url\": \"https://www.historytoday.com/history-today-issues/volume-38-issue-9-september-1988\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-40/segments/1600400209665.4/warc/CC-MAIN-20200923015227-20200923045227-00745.warc.gz\", \"warc_record_offset\": 868067474, \"warc_record_length\": 7789}", "tokenized_text": ["url", "https", "www", "historytoday", "com", "history", "today", "issues", "volume", "38", "issue", "9", "september", "1988", "warc_filename", "crawl", "data", "cc", "main", "2020", "40", "segments", "1600400209665", "4", "warc", "cc", "main", "20200923015227", "20200923045227", "00745", "warc", "gz", "warc_record_offset", "868067474", "warc_record_length", "7789"]}, "69": {"text": "{\"url\": \"https://www.gsa.gov/historic-buildings/african-burial-ground-memorial-new-york-ny\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662530066.45/warc/CC-MAIN-20220519204127-20220519234127-00495.warc.gz\", \"warc_record_offset\": 887707280, \"warc_record_length\": 18194}", "tokenized_text": ["url", "https", "www", "gsa", "gov", "historic", "buildings", "african", "burial", "ground", "memorial", "new", "york", "ny", "warc_filename", "crawl", "data", "cc", "main", "2022", "21", "segments", "1652662530066", "45", "warc", "cc", "main", "20220519204127", "20220519234127", "00495", "warc", "gz", "warc_record_offset", "887707280", "warc_record_length", "18194"]}, "70": {"text": "{\"url\": \"https://hd-report.com/2014/02/14/comcast-merger-hideous-netflix-service/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656103036176.7/warc/CC-MAIN-20220625220543-20220626010543-00439.warc.gz\", \"warc_record_offset\": 331507927, \"warc_record_length\": 70103}", "tokenized_text": ["url", "https", "hd", "report", "com", "2014", "02", "14", "comcast", "merger", "hideous", "netflix", "service", "warc_filename", "crawl", "data", "cc", "main", "2022", "27", "segments", "1656103036176", "7", "warc", "cc", "main", "20220625220543", "20220626010543", "00439", "warc", "gz", "warc_record_offset", "331507927", "warc_record_length", "70103"]}, "71": {"text": "{\"url\": \"https://www.lawyersandsettlements.com/legal-news/harvoni-denied-insurance-claim/harvoni-lawsuits-denied-insurance-claim-20731.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323588526.57/warc/CC-MAIN-20211028193601-20211028223601-00464.warc.gz\", \"warc_record_offset\": 1030808939, \"warc_record_length\": 12183}", "tokenized_text": ["url", "https", "www", "lawyersandsettlements", "com", "legal", "news", "harvoni", "denied", "insurance", "claim", "harvoni", "lawsuits", "denied", "insurance", "claim", "20731", "html", "warc_filename", "crawl", "data", "cc", "main", "2021", "43", "segments", "1634323588526", "57", "warc", "cc", "main", "20211028193601", "20211028223601", "00464", "warc", "gz", "warc_record_offset", "1030808939", "warc_record_length", "12183"]}, "72": {"text": "{\"url\": \"https://aceaviation.info/15107/msi-personal-cinema-15/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-24/segments/1590347409171.27/warc/CC-MAIN-20200530102741-20200530132741-00512.warc.gz\", \"warc_record_offset\": 230608992, \"warc_record_length\": 8405}", "tokenized_text": ["url", "https", "aceaviation", "info", "15107", "msi", "personal", "cinema", "15", "warc_filename", "crawl", "data", "cc", "main", "2020", "24", "segments", "1590347409171", "27", "warc", "cc", "main", "20200530102741", "20200530132741", "00512", "warc", "gz", "warc_record_offset", "230608992", "warc_record_length", "8405"]}, "73": {"text": "{\"url\": \"http://www.antehoc.com/2012/05/collateral-at-bank-of-italy-2.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500076.87/warc/CC-MAIN-20230203221113-20230204011113-00490.warc.gz\", \"warc_record_offset\": 49049249, \"warc_record_length\": 11713}", "tokenized_text": ["url", "http", "www", "antehoc", "com", "2012", "05", "collateral", "at", "bank", "of", "italy", "2", "html", "warc_filename", "crawl", "data", "cc", "main", "2023", "06", "segments", "1674764500076", "87", "warc", "cc", "main", "20230203221113", "20230204011113", "00490", "warc", "gz", "warc_record_offset", "49049249", "warc_record_length", "11713"]}, "74": {"text": "{\"url\": \"https://www.thehansindia.com/news/cities/vijayawada/vijayawada-cpi-wants-cm-ys-jagan-to-raise-voice-against-vizag-steel-plant-sell-off-704225\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-49/segments/1637964362999.66/warc/CC-MAIN-20211204154554-20211204184554-00197.warc.gz\", \"warc_record_offset\": 1117681212, \"warc_record_length\": 45453}", "tokenized_text": ["url", "https", "www", "thehansindia", "com", "news", "cities", "vijayawada", "vijayawada", "cpi", "wants", "cm", "ys", "jagan", "to", "raise", "voice", "against", "vizag", "steel", "plant", "sell", "off", "704225", "warc_filename", "crawl", "data", "cc", "main", "2021", "49", "segments", "1637964362999", "66", "warc", "cc", "main", "20211204154554", "20211204184554", "00197", "warc", "gz", "warc_record_offset", "1117681212", "warc_record_length", "45453"]}, "75": {"text": "{\"url\": \"https://wkuf.fm/shows/wkuf-celebrates-the-30th-anniversary-of-violator/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-16/segments/1585370494064.21/warc/CC-MAIN-20200329074745-20200329104745-00223.warc.gz\", \"warc_record_offset\": 747266560, \"warc_record_length\": 14190}", "tokenized_text": ["url", "https", "wkuf", "fm", "shows", "wkuf", "celebrates", "the", "30th", "anniversary", "of", "violator", "warc_filename", "crawl", "data", "cc", "main", "2020", "16", "segments", "1585370494064", "21", "warc", "cc", "main", "20200329074745", "20200329104745", "00223", "warc", "gz", "warc_record_offset", "747266560", "warc_record_length", "14190"]}, "76": {"text": "{\"url\": \"https://dailytimes.com.pk/379160/pakistan-urges-iran-and-afghanistan-to-do-more/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-24/segments/1590347385193.5/warc/CC-MAIN-20200524210325-20200525000325-00286.warc.gz\", \"warc_record_offset\": 318772991, \"warc_record_length\": 14394}", "tokenized_text": ["url", "https", "dailytimes", "com", "pk", "379160", "pakistan", "urges", "iran", "and", "afghanistan", "to", "do", "more", "warc_filename", "crawl", "data", "cc", "main", "2020", "24", "segments", "1590347385193", "5", "warc", "cc", "main", "20200524210325", "20200525000325", "00286", "warc", "gz", "warc_record_offset", "318772991", "warc_record_length", "14394"]}, "77": {"text": "{\"url\": \"https://www.dailyfinland.fi/business/21426/KONE-Q1-results-improve/print\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623488289268.76/warc/CC-MAIN-20210621181810-20210621211810-00385.warc.gz\", \"warc_record_offset\": 652955119, \"warc_record_length\": 4559}", "tokenized_text": ["url", "https", "www", "dailyfinland", "fi", "business", "21426", "kone", "q1", "results", "improve", "print", "warc_filename", "crawl", "data", "cc", "main", "2021", "25", "segments", "1623488289268", "76", "warc", "cc", "main", "20210621181810", "20210621211810", "00385", "warc", "gz", "warc_record_offset", "652955119", "warc_record_length", "4559"]}, "78": {"text": "{\"url\": \"https://newcanaanlandtrust.org/hannan/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500095.4/warc/CC-MAIN-20230204075436-20230204105436-00431.warc.gz\", \"warc_record_offset\": 445539595, \"warc_record_length\": 36215}", "tokenized_text": ["url", "https", "newcanaanlandtrust", "org", "hannan", "warc_filename", "crawl", "data", "cc", "main", "2023", "06", "segments", "1674764500095", "4", "warc", "cc", "main", "20230204075436", "20230204105436", "00431", "warc", "gz", "warc_record_offset", "445539595", "warc_record_length", "36215"]}, "79": {"text": "{\"url\": \"https://www.coppolacomment.com/2016/05/where-on-earth-is-growth-in-greece.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-04/segments/1610703519843.24/warc/CC-MAIN-20210119232006-20210120022006-00102.warc.gz\", \"warc_record_offset\": 739236885, \"warc_record_length\": 37583}", "tokenized_text": ["url", "https", "www", "coppolacomment", "com", "2016", "05", "where", "on", "earth", "is", "growth", "in", "greece", "html", "warc_filename", "crawl", "data", "cc", "main", "2021", "04", "segments", "1610703519843", "24", "warc", "cc", "main", "20210119232006", "20210120022006", "00102", "warc", "gz", "warc_record_offset", "739236885", "warc_record_length", "37583"]}, "80": {"text": "{\"url\": \"https://philadelphia.cbslocal.com/2013/02/10/stars-sing-along-to-lumineers/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656103269583.13/warc/CC-MAIN-20220626131545-20220626161545-00651.warc.gz\", \"warc_record_offset\": 500521076, \"warc_record_length\": 21082}", "tokenized_text": ["url", "https", "philadelphia", "cbslocal", "com", "2013", "02", "10", "stars", "sing", "along", "to", "lumineers", "warc_filename", "crawl", "data", "cc", "main", "2022", "27", "segments", "1656103269583", "13", "warc", "cc", "main", "20220626131545", "20220626161545", "00651", "warc", "gz", "warc_record_offset", "500521076", "warc_record_length", "21082"]}, "81": {"text": "{\"url\": \"http://www.tdisport.com/tdisport-diesel-news/passat-used-car-of-the-year/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-29/segments/1593657140746.69/warc/CC-MAIN-20200713002400-20200713032400-00490.warc.gz\", \"warc_record_offset\": 231800895, \"warc_record_length\": 24971}", "tokenized_text": ["url", "http", "www", "tdisport", "com", "tdisport", "diesel", "news", "passat", "used", "car", "of", "the", "year", "warc_filename", "crawl", "data", "cc", "main", "2020", "29", "segments", "1593657140746", "69", "warc", "cc", "main", "20200713002400", "20200713032400", "00490", "warc", "gz", "warc_record_offset", "231800895", "warc_record_length", "24971"]}, "82": {"text": "{\"url\": \"https://www.betarena.com/atlanta-united-vs-montreal-impact-betting-tip-and-prediction/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-10/segments/1581875145316.8/warc/CC-MAIN-20200220224059-20200221014059-00491.warc.gz\", \"warc_record_offset\": 600780066, \"warc_record_length\": 35158}", "tokenized_text": ["url", "https", "www", "betarena", "com", "atlanta", "united", "vs", "montreal", "impact", "betting", "tip", "and", "prediction", "warc_filename", "crawl", "data", "cc", "main", "2020", "10", "segments", "1581875145316", "8", "warc", "cc", "main", "20200220224059", "20200221014059", "00491", "warc", "gz", "warc_record_offset", "600780066", "warc_record_length", "35158"]}, "83": {"text": "{\"url\": \"http://climateemergencydeclaration.org/head-cracking-moments-of-the-declaration-campaign/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500719.31/warc/CC-MAIN-20230208060523-20230208090523-00280.warc.gz\", \"warc_record_offset\": 8674637, \"warc_record_length\": 16718}", "tokenized_text": ["url", "http", "climateemergencydeclaration", "org", "head", "cracking", "moments", "of", "the", "declaration", "campaign", "warc_filename", "crawl", "data", "cc", "main", "2023", "06", "segments", "1674764500719", "31", "warc", "cc", "main", "20230208060523", "20230208090523", "00280", "warc", "gz", "warc_record_offset", "8674637", "warc_record_length", "16718"]}, "84": {"text": "{\"url\": \"http://2smeraldi.com/home/wp-includes/certificates/pdf/online-Studies-in-Modern-Music%3A-Frederick-Chopin%2C-Antonin-Dvo%C5%99%C3%A1k%2C-Johannes-Brahms-1904%2C2012/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-21/segments/1620243991772.66/warc/CC-MAIN-20210517115207-20210517145207-00081.warc.gz\", \"warc_record_offset\": 667469, \"warc_record_length\": 15861}", "tokenized_text": ["url", "http", "2smeraldi", "com", "home", "wp", "includes", "certificates", "pdf", "online", "studies", "in", "modern", "music", "3a", "frederick", "chopin", "2c", "antonin", "dvo", "c5", "99", "c3", "a1k", "2c", "johannes", "brahms", "1904", "2c2012", "warc_filename", "crawl", "data", "cc", "main", "2021", "21", "segments", "1620243991772", "66", "warc", "cc", "main", "20210517115207", "20210517145207", "00081", "warc", "gz", "warc_record_offset", "667469", "warc_record_length", "15861"]}, "85": {"text": "{\"url\": \"https://megamarathi.com/news/braveheart-movie-selected-in-third-eye-asian-film-festival/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-49/segments/1637964362219.5/warc/CC-MAIN-20211202114856-20211202144856-00451.warc.gz\", \"warc_record_offset\": 472202588, \"warc_record_length\": 24269}", "tokenized_text": ["url", "https", "megamarathi", "com", "news", "braveheart", "movie", "selected", "in", "third", "eye", "asian", "film", "festival", "warc_filename", "crawl", "data", "cc", "main", "2021", "49", "segments", "1637964362219", "5", "warc", "cc", "main", "20211202114856", "20211202144856", "00451", "warc", "gz", "warc_record_offset", "472202588", "warc_record_length", "24269"]}, "86": {"text": "{\"url\": \"https://plantpowerednomad.com/got-soy-milk-a-guide-to-vegan-lattes-in-taipei/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446711475.44/warc/CC-MAIN-20221209181231-20221209211231-00135.warc.gz\", \"warc_record_offset\": 502614546, \"warc_record_length\": 17761}", "tokenized_text": ["url", "https", "plantpowerednomad", "com", "got", "soy", "milk", "a", "guide", "to", "vegan", "lattes", "in", "taipei", "warc_filename", "crawl", "data", "cc", "main", "2022", "49", "segments", "1669446711475", "44", "warc", "cc", "main", "20221209181231", "20221209211231", "00135", "warc", "gz", "warc_record_offset", "502614546", "warc_record_length", "17761"]}, "87": {"text": "{\"url\": \"https://pnesterova.com/2021/04/03/english-listening-futurologist/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-05/segments/1642320304810.95/warc/CC-MAIN-20220125100035-20220125130035-00017.warc.gz\", \"warc_record_offset\": 487850033, \"warc_record_length\": 35314}", "tokenized_text": ["url", "https", "pnesterova", "com", "2021", "04", "03", "english", "listening", "futurologist", "warc_filename", "crawl", "data", "cc", "main", "2022", "05", "segments", "1642320304810", "95", "warc", "cc", "main", "20220125100035", "20220125130035", "00017", "warc", "gz", "warc_record_offset", "487850033", "warc_record_length", "35314"]}, "88": {"text": "{\"url\": \"https://shapingthefutureofpower.com/2020/03/02/covid19-and-china-africa-soft-power-considerations/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662573053.67/warc/CC-MAIN-20220524142617-20220524172617-00116.warc.gz\", \"warc_record_offset\": 576892098, \"warc_record_length\": 26350}", "tokenized_text": ["url", "https", "shapingthefutureofpower", "com", "2020", "03", "02", "covid19", "and", "china", "africa", "soft", "power", "considerations", "warc_filename", "crawl", "data", "cc", "main", "2022", "21", "segments", "1652662573053", "67", "warc", "cc", "main", "20220524142617", "20220524172617", "00116", "warc", "gz", "warc_record_offset", "576892098", "warc_record_length", "26350"]}, "89": {"text": "{\"url\": \"https://tass.com/politics/1023811\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-05/segments/1642320304570.90/warc/CC-MAIN-20220124124654-20220124154654-00633.warc.gz\", \"warc_record_offset\": 605037761, \"warc_record_length\": 18206}", "tokenized_text": ["url", "https", "tass", "com", "politics", "1023811", "warc_filename", "crawl", "data", "cc", "main", "2022", "05", "segments", "1642320304570", "90", "warc", "cc", "main", "20220124124654", "20220124154654", "00633", "warc", "gz", "warc_record_offset", "605037761", "warc_record_length", "18206"]}, "90": {"text": "{\"url\": \"https://popculturetimes.com/2020/07/30/edge-of-tomorrow-2-what-is-release-date-and-latest-update/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-17/segments/1618038921860.72/warc/CC-MAIN-20210419235235-20210420025235-00434.warc.gz\", \"warc_record_offset\": 566143162, \"warc_record_length\": 19036}", "tokenized_text": ["url", "https", "popculturetimes", "com", "2020", "07", "30", "edge", "of", "tomorrow", "2", "what", "is", "release", "date", "and", "latest", "update", "warc_filename", "crawl", "data", "cc", "main", "2021", "17", "segments", "1618038921860", "72", "warc", "cc", "main", "20210419235235", "20210420025235", "00434", "warc", "gz", "warc_record_offset", "566143162", "warc_record_length", "19036"]}, "91": {"text": "{\"url\": \"https://www.amnews.com/2016/11/12/centre-college-womens-soccer-moves-on-to-second-round/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764494826.88/warc/CC-MAIN-20230126210844-20230127000844-00124.warc.gz\", \"warc_record_offset\": 671862269, \"warc_record_length\": 20224}", "tokenized_text": ["url", "https", "www", "amnews", "com", "2016", "11", "12", "centre", "college", "womens", "soccer", "moves", "on", "to", "second", "round", "warc_filename", "crawl", "data", "cc", "main", "2023", "06", "segments", "1674764494826", "88", "warc", "cc", "main", "20230126210844", "20230127000844", "00124", "warc", "gz", "warc_record_offset", "671862269", "warc_record_length", "20224"]}, "92": {"text": "{\"url\": \"https://dev.to/chiexplores/for-beginners-what-you-need-to-know-about-var-let-const-45pl\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500273.30/warc/CC-MAIN-20230205161658-20230205191658-00037.warc.gz\", \"warc_record_offset\": 228975360, \"warc_record_length\": 20205}", "tokenized_text": ["url", "https", "dev", "to", "chiexplores", "for", "beginners", "what", "you", "need", "to", "know", "about", "var", "let", "const", "45pl", "warc_filename", "crawl", "data", "cc", "main", "2023", "06", "segments", "1674764500273", "30", "warc", "cc", "main", "20230205161658", "20230205191658", "00037", "warc", "gz", "warc_record_offset", "228975360", "warc_record_length", "20205"]}, "93": {"text": "{\"url\": \"https://v5.femalefirst.co.uk/celebrity/eddie-redmayne-uses-cbd-oil-ease-nerves-1286919.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623488268274.66/warc/CC-MAIN-20210621055537-20210621085537-00406.warc.gz\", \"warc_record_offset\": 525187166, \"warc_record_length\": 12139}", "tokenized_text": ["url", "https", "v5", "femalefirst", "co", "uk", "celebrity", "eddie", "redmayne", "uses", "cbd", "oil", "ease", "nerves", "1286919", "html", "warc_filename", "crawl", "data", "cc", "main", "2021", "25", "segments", "1623488268274", "66", "warc", "cc", "main", "20210621055537", "20210621085537", "00406", "warc", "gz", "warc_record_offset", "525187166", "warc_record_length", "12139"]}, "94": {"text": "{\"url\": \"https://www.saturdayeveningpost.com/2017/10/coping-estranged-adult-children/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499710.49/warc/CC-MAIN-20230129080341-20230129110341-00391.warc.gz\", \"warc_record_offset\": 1002765638, \"warc_record_length\": 30197}", "tokenized_text": ["url", "https", "www", "saturdayeveningpost", "com", "2017", "10", "coping", "estranged", "adult", "children", "warc_filename", "crawl", "data", "cc", "main", "2023", "06", "segments", "1674764499710", "49", "warc", "cc", "main", "20230129080341", "20230129110341", "00391", "warc", "gz", "warc_record_offset", "1002765638", "warc_record_length", "30197"]}, "95": {"text": "{\"url\": \"https://feifa.eu/spectacular-tax-savings-for-expats-using-spanish-compliant-investments/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652663012542.85/warc/CC-MAIN-20220528031224-20220528061224-00707.warc.gz\", \"warc_record_offset\": 312775777, \"warc_record_length\": 12729}", "tokenized_text": ["url", "https", "feifa", "eu", "spectacular", "tax", "savings", "for", "expats", "using", "spanish", "compliant", "investments", "warc_filename", "crawl", "data", "cc", "main", "2022", "21", "segments", "1652663012542", "85", "warc", "cc", "main", "20220528031224", "20220528061224", "00707", "warc", "gz", "warc_record_offset", "312775777", "warc_record_length", "12729"]}, "96": {"text": "{\"url\": \"http://blogs.reading.ac.uk/crg/advent-botany-2015-day-15-mahleb/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-49/segments/1637964358847.80/warc/CC-MAIN-20211129225145-20211130015145-00550.warc.gz\", \"warc_record_offset\": 13017767, \"warc_record_length\": 17509}", "tokenized_text": ["url", "http", "blogs", "reading", "ac", "uk", "crg", "advent", "botany", "2015", "day", "15", "mahleb", "warc_filename", "crawl", "data", "cc", "main", "2021", "49", "segments", "1637964358847", "80", "warc", "cc", "main", "20211129225145", "20211130015145", "00550", "warc", "gz", "warc_record_offset", "13017767", "warc_record_length", "17509"]}, "97": {"text": "{\"url\": \"https://www.wired.com/2009/11/alt-text-clever-murdoch-turns-news-into-hip-underground-club/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-34/segments/1596439739048.46/warc/CC-MAIN-20200813161908-20200813191908-00099.warc.gz\", \"warc_record_offset\": 898049141, \"warc_record_length\": 73991}", "tokenized_text": ["url", "https", "www", "wired", "com", "2009", "11", "alt", "text", "clever", "murdoch", "turns", "news", "into", "hip", "underground", "club", "warc_filename", "crawl", "data", "cc", "main", "2020", "34", "segments", "1596439739048", "46", "warc", "cc", "main", "20200813161908", "20200813191908", "00099", "warc", "gz", "warc_record_offset", "898049141", "warc_record_length", "73991"]}, "98": {"text": "{\"url\": \"https://www.statesmanjournal.com/story/news/2015/10/16/oregon-wolf-or3-cascade-mountains-crater-lake-national-park/74071992/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-10/segments/1581875145774.75/warc/CC-MAIN-20200223123852-20200223153852-00550.warc.gz\", \"warc_record_offset\": 893628626, \"warc_record_length\": 42687}", "tokenized_text": ["url", "https", "www", "statesmanjournal", "com", "story", "news", "2015", "10", "16", "oregon", "wolf", "or3", "cascade", "mountains", "crater", "lake", "national", "park", "74071992", "warc_filename", "crawl", "data", "cc", "main", "2020", "10", "segments", "1581875145774", "75", "warc", "cc", "main", "20200223123852", "20200223153852", "00550", "warc", "gz", "warc_record_offset", "893628626", "warc_record_length", "42687"]}, "99": {"text": "{\"url\": \"https://www.businesstraveller.com/business-travel/2018/03/14/boeing-rolls-10000th-737-aircraft/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-21/segments/1620243992159.64/warc/CC-MAIN-20210517084550-20210517114550-00131.warc.gz\", \"warc_record_offset\": 690172719, \"warc_record_length\": 19143}", "tokenized_text": ["url", "https", "www", "businesstraveller", "com", "business", "travel", "2018", "03", "14", "boeing", "rolls", "10000th", "737", "aircraft", "warc_filename", "crawl", "data", "cc", "main", "2021", "21", "segments", "1620243992159", "64", "warc", "cc", "main", "20210517084550", "20210517114550", "00131", "warc", "gz", "warc_record_offset", "690172719", "warc_record_length", "19143"]}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/vocab_counts.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/vocab_counts.json new file mode 100644 index 0000000000000000000000000000000000000000..5ecd6a94579f751186b76d8de35eefe6b8708efc --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/vocab_counts.json @@ -0,0 +1 @@ +{"main": {"count": 200, "proportion": 0.05511160099200882, "vocab": "main"}, "warc": {"count": 200, "proportion": 0.05511160099200882, "vocab": "warc"}, "cc": {"count": 200, "proportion": 0.05511160099200882, "vocab": "cc"}, "data": {"count": 100, "proportion": 0.02755580049600441, "vocab": "data"}, "warc_filename": {"count": 100, "proportion": 0.02755580049600441, "vocab": "warc_filename"}, "url": {"count": 100, "proportion": 0.02755580049600441, "vocab": "url"}, "warc_record_offset": {"count": 100, "proportion": 0.02755580049600441, "vocab": "warc_record_offset"}, "segments": {"count": 100, "proportion": 0.02755580049600441, "vocab": "segments"}, "warc_record_length": {"count": 100, "proportion": 0.02755580049600441, "vocab": "warc_record_length"}, "gz": {"count": 100, "proportion": 0.02755580049600441, "vocab": "gz"}, "crawl": {"count": 100, "proportion": 0.02755580049600441, "vocab": "crawl"}, "https": {"count": 92, "proportion": 0.025351336456324057, "vocab": "https"}, "com": {"count": 77, "proportion": 0.021217966381923394, "vocab": "com"}, "www": {"count": 43, "proportion": 0.011848994213281895, "vocab": "www"}, "2021": {"count": 31, "proportion": 0.008542298153761367, "vocab": "2021"}, "2022": {"count": 29, "proportion": 0.007991182143841279, "vocab": "2022"}, "06": {"count": 25, "proportion": 0.006888950124001102, "vocab": "06"}, "the": {"count": 25, "proportion": 0.006888950124001102, "vocab": "the"}, "2020": {"count": 25, "proportion": 0.006888950124001102, "vocab": "2020"}, "news": {"count": 22, "proportion": 0.00606227610912097, "vocab": "news"}, "2023": {"count": 22, "proportion": 0.00606227610912097, "vocab": "2023"}, "to": {"count": 16, "proportion": 0.004408928079360706, "vocab": "to"}, "10": {"count": 13, "proportion": 0.0035822540644805732, "vocab": "10"}, "of": {"count": 13, "proportion": 0.0035822540644805732, "vocab": "of"}, "05": {"count": 12, "proportion": 0.003306696059520529, "vocab": "05"}, "49": {"count": 11, "proportion": 0.003031138054560485, "vocab": "49"}, "and": {"count": 10, "proportion": 0.002755580049600441, "vocab": "and"}, "in": {"count": 10, "proportion": 0.002755580049600441, "vocab": "in"}, "html": {"count": 10, "proportion": 0.002755580049600441, "vocab": "html"}, "21": {"count": 10, "proportion": 0.002755580049600441, "vocab": "21"}, "27": {"count": 8, "proportion": 0.002204464039680353, "vocab": "27"}, "http": {"count": 8, "proportion": 0.002204464039680353, "vocab": "http"}, "02": {"count": 8, "proportion": 0.002204464039680353, "vocab": "02"}, "16": {"count": 7, "proportion": 0.0019289060347203086, "vocab": "16"}, "with": {"count": 7, "proportion": 0.0019289060347203086, "vocab": "with"}, "a": {"count": 7, "proportion": 0.0019289060347203086, "vocab": "a"}, "on": {"count": 6, "proportion": 0.0016533480297602646, "vocab": "on"}, "03": {"count": 6, "proportion": 0.0016533480297602646, "vocab": "03"}, "04": {"count": 6, "proportion": 0.0016533480297602646, "vocab": "04"}, "14": {"count": 6, "proportion": 0.0016533480297602646, "vocab": "14"}, "blogs": {"count": 6, "proportion": 0.0016533480297602646, "vocab": "blogs"}, "33": {"count": 5, "proportion": 0.0013777900248002205, "vocab": "33"}, "is": {"count": 5, "proportion": 0.0013777900248002205, "vocab": "is"}, "17": {"count": 5, "proportion": 0.0013777900248002205, "vocab": "17"}, "do": {"count": 5, "proportion": 0.0013777900248002205, "vocab": "do"}, "50": {"count": 5, "proportion": 0.0013777900248002205, "vocab": "50"}, "40": {"count": 5, "proportion": 0.0013777900248002205, "vocab": "40"}, "for": {"count": 5, "proportion": 0.0013777900248002205, "vocab": "for"}, "31": {"count": 5, "proportion": 0.0013777900248002205, "vocab": "31"}, "43": {"count": 5, "proportion": 0.0013777900248002205, "vocab": "43"}, "24": {"count": 5, "proportion": 0.0013777900248002205, "vocab": "24"}, "what": {"count": 5, "proportion": 0.0013777900248002205, "vocab": "what"}, "2016": {"count": 5, "proportion": 0.0013777900248002205, "vocab": "2016"}, "25": {"count": 5, "proportion": 0.0013777900248002205, "vocab": "25"}, "2": {"count": 4, "proportion": 0.0011022320198401765, "vocab": "2"}, "99": {"count": 4, "proportion": 0.0011022320198401765, "vocab": "99"}, "12": {"count": 4, "proportion": 0.0011022320198401765, "vocab": "12"}, "34": {"count": 4, "proportion": 0.0011022320198401765, "vocab": "34"}, "film": {"count": 4, "proportion": 0.0011022320198401765, "vocab": "film"}, "5": {"count": 4, "proportion": 0.0011022320198401765, "vocab": "5"}, "2019": {"count": 4, "proportion": 0.0011022320198401765, "vocab": "2019"}, "new": {"count": 4, "proportion": 0.0011022320198401765, "vocab": "new"}, "8": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "8"}, "co": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "co"}, "uk": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "uk"}, "95": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "95"}, "smith": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "smith"}, "home": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "home"}, "11": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "11"}, "66": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "66"}, "guide": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "guide"}, "blog": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "blog"}, "75": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "75"}, "at": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "at"}, "into": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "into"}, "2018": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "2018"}, "69": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "69"}, "08": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "08"}, "29": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "29"}, "story": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "story"}, "07": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "07"}, "30": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "30"}, "world": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "world"}, "2013": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "2013"}, "org": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "org"}, "wordpress": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "wordpress"}, "39": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "39"}, "2011": {"count": 3, "proportion": 0.0008266740148801323, "vocab": "2011"}, "20": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "20"}, "my": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "my"}, "6": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "6"}, "38": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "38"}, "multiple": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "multiple"}, "20210119232006": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "20210119232006"}, "covid": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "covid"}, "20210120022006": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "20210120022006"}, "57": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "57"}, "spectacular": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "spectacular"}, "park": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "park"}, "content": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "content"}, "most": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "most"}, "gun": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "gun"}, "15": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "15"}, "68": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "68"}, "7": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "7"}, "19": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "19"}, "national": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "national"}, "53": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "53"}, "1610703519843": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "1610703519843"}, "2014": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "2014"}, "four": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "four"}, "28": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "28"}, "food": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "food"}, "en": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "en"}, "energy": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "energy"}, "fm": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "fm"}, "r": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "r"}, "gold": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "gold"}, "2015": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "2015"}, "4": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "4"}, "power": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "power"}, "print": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "print"}, "37": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "37"}, "2017": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "2017"}, "45": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "45"}, "26": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "26"}, "politics": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "politics"}, "rings": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "rings"}, "1674764500076": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "1674764500076"}, "police": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "police"}, "36": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "36"}, "night": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "night"}, "2012": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "2012"}, "denied": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "denied"}, "2c": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "2c"}, "declaration": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "declaration"}, "net": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "net"}, "35": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "35"}, "plant": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "plant"}, "first": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "first"}, "sell": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "sell"}, "0": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "0"}, "13": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "13"}, "caribbeantales": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "caribbeantales"}, "info": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "info"}, "00439": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "00439"}, "africa": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "africa"}, "vijayawada": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "vijayawada"}, "00490": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "00490"}, "business": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "business"}, "by": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "by"}, "00550": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "00550"}, "campaign": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "campaign"}, "9": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "9"}, "88": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "88"}, "cbslocal": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "cbslocal"}, "87": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "87"}, "01": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "01"}, "certificates": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "certificates"}, "his": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "his"}, "vs": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "vs"}, "last": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "last"}, "20230203221113": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "20230203221113"}, "book": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "book"}, "you": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "you"}, "york": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "york"}, "00060": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "00060"}, "beats": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "beats"}, "j": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "j"}, "womens": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "womens"}, "billion": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "billion"}, "wkuf": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "wkuf"}, "issue": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "issue"}, "will": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "will"}, "00248": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "00248"}, "iran": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "iran"}, "body": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "body"}, "insurance": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "insurance"}, "wasted": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "wasted"}, "charlie": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "charlie"}, "festival": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "festival"}, "china": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "china"}, "tax": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "tax"}, "74": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "74"}, "this": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "this"}, "20230204011113": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "20230204011113"}, "claim": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "claim"}, "80": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "80"}, "media": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "media"}, "76": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "76"}, "82": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "82"}, "tdisport": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "tdisport"}, "fi": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "fi"}, "harvoni": {"count": 2, "proportion": 0.0005511160099200882, "vocab": "harvoni"}, "heavenlytealeaves": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "heavenlytealeaves"}, "investments": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "investments"}, "growth": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "growth"}, "improve": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "improve"}, "heavenly": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "heavenly"}, "gum": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "gum"}, "includes": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "includes"}, "inspiring": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "inspiring"}, "flows": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "flows"}, "flexforkal": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "flexforkal"}, "inn": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "inn"}, "gsa": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "gsa"}, "influencing": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "influencing"}, "healthyceleb": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "healthyceleb"}, "india": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "india"}, "ionigeria": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "ionigeria"}, "islanders": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "islanders"}, "head": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "head"}, "hd": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "hd"}, "japan": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "japan"}, "ham": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "ham"}, "fimmel": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "fimmel"}, "james": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "james"}, "fingerlakes1": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "fingerlakes1"}, "fire": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "fire"}, "jagan": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "jagan"}, "jada": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "jada"}, "items": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "items"}, "italy": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "italy"}, "issues": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "issues"}, "guns": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "guns"}, "flex": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "flex"}, "gungoddess": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "gungoddess"}, "gunfire": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "gunfire"}, "hawaii": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "hawaii"}, "isis": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "isis"}, "height": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "height"}, "ill": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "ill"}, "impact": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "impact"}, "hog": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "hog"}, "gaga": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "gaga"}, "hotel": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "hotel"}, "gamecocksonline": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "gamecocksonline"}, "hopefornigeriaonline": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "hopefornigeriaonline"}, "gauguin": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "gauguin"}, "ground": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "ground"}, "geek": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "geek"}, "green": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "green"}, "holaamericanews": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "holaamericanews"}, "historytoday": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "historytoday"}, "how": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "how"}, "geofence": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "geofence"}, "greece": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "greece"}, "gets": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "gets"}, "glamsham": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "glamsham"}, "history": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "history"}, "historic": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "historic"}, "greatfallstribune": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "greatfallstribune"}, "gov": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "gov"}, "hip": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "hip"}, "house": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "house"}, "htm": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "htm"}, "got": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "got"}, "frederick": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "frederick"}, "henryusa": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "henryusa"}, "ie": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "ie"}, "idropnews": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "idropnews"}, "foresight": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "foresight"}, "forum": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "forum"}, "idea": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "idea"}, "here": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "here"}, "group": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "group"}, "fourth": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "fourth"}, "iberico": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "iberico"}, "futurologist": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "futurologist"}, "freeman": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "freeman"}, "ian": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "ian"}, "fujifilm": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "fujifilm"}, "full": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "full"}, "i": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "i"}, "hideous": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "hideous"}, "fundraising": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "fundraising"}, "hand": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "hand"}, "future": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "future"}, "hannan": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "hannan"}, "dvo": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "dvo"}, "femalefirst": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "femalefirst"}, "celebs": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "celebs"}, "chinas": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "chinas"}, "children": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "children"}, "chiexplores": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "chiexplores"}, "charged": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "charged"}, "channel": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "channel"}, "champagne": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "champagne"}, "centre": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "centre"}, "celebrity": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "celebrity"}, "camps": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "camps"}, "celebrates": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "celebrates"}, "cbd": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "cbd"}, "caught": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "caught"}, "category": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "category"}, "cast": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "cast"}, "cascade": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "cascade"}, "carry": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "carry"}, "choosing": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "choosing"}, "chopin": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "chopin"}, "chronicle": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "chronicle"}, "cinema": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "cinema"}, "compliant": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "compliant"}, "comes": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "comes"}, "comcast": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "comcast"}, "college": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "college"}, "collateral": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "collateral"}, "coastal": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "coastal"}, "cmt": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "cmt"}, "cmeindia": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "cmeindia"}, "cm": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "cm"}, "club": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "club"}, "climateemergencydeclaration": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "climateemergencydeclaration"}, "clever": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "clever"}, "cleaning": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "cleaning"}, "city": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "city"}, "cities": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "cities"}, "car": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "car"}, "callbag": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "callbag"}, "feifa": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "feifa"}, "birmingcabbie": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "birmingcabbie"}, "boeing": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "boeing"}, "bluemonsterprep": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "bluemonsterprep"}, "bluegrass": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "bluegrass"}, "blogspot": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "blogspot"}, "blast": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "blast"}, "blame": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "blame"}, "birthday": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "birthday"}, "biggest": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "biggest"}, "ca": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "ca"}, "between": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "between"}, "betting": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "betting"}, "betarena": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "betarena"}, "beginners": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "beginners"}, "bedandbicycle": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "bedandbicycle"}, "beat": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "beat"}, "battle": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "battle"}, "boldly": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "boldly"}, "botany": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "botany"}, "box": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "box"}, "brahms": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "brahms"}, "c5": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "c5"}, "c3": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "c3"}, "buy": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "buy"}, "butterfly": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "butterfly"}, "businesstraveller": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "businesstraveller"}, "burial": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "burial"}, "built": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "built"}, "buildings": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "buildings"}, "bros": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "bros"}, "brody": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "brody"}, "brindisa": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "brindisa"}, "brighton": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "brighton"}, "bricks": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "bricks"}, "breaking": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "breaking"}, "braveheart": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "braveheart"}, "concealed": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "concealed"}, "considerations": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "considerations"}, "const": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "const"}, "el": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "el"}, "eppc": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "eppc"}, "enugu": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "enugu"}, "entrepreneurship": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "entrepreneurship"}, "english": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "english"}, "enforcement": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "enforcement"}, "embassy": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "embassy"}, "elon": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "elon"}, "edu": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "edu"}, "contact": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "contact"}, "ednews": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "ednews"}, "editorials": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "editorials"}, "edge": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "edge"}, "eddie": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "eddie"}, "ease": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "ease"}, "earth": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "earth"}, "earbuds": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "earbuds"}, "epub": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "epub"}, "estranged": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "estranged"}, "etoren": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "etoren"}, "eu": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "eu"}, "feared": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "feared"}, "fascism": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "fascism"}, "famous": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "famous"}, "fame10": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "fame10"}, "fairness": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "fairness"}, "factors": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "factors"}, "eye": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "eye"}, "exquisitecoasts": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "exquisitecoasts"}, "explosions": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "explosions"}, "exploring": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "exploring"}, "experience": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "experience"}, "expats": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "expats"}, "exoticization": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "exoticization"}, "ever": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "ever"}, "ev3": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "ev3"}, "dwayne": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "dwayne"}, "jewishnews": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "jewishnews"}, "due": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "due"}, "deacons": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "deacons"}, "day": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "day"}, "date": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "date"}, "daisuke": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "daisuke"}, "dailytimes": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "dailytimes"}, "dailyfinland": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "dailyfinland"}, "daftar": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "daftar"}, "crg": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "crg"}, "crater": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "crater"}, "cracking": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "cracking"}, "cpi": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "cpi"}, "covid19": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "covid19"}, "court": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "court"}, "coppolacomment": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "coppolacomment"}, "coping": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "coping"}, "cool": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "cool"}, "days": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "days"}, "dead": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "dead"}, "drops": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "drops"}, "deaths": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "deaths"}, "drives": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "drives"}, "down": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "down"}, "doorways": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "doorways"}, "dolphins": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "dolphins"}, "dogs": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "dogs"}, "divorce": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "divorce"}, "disruption": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "disruption"}, "disrupt": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "disrupt"}, "display": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "display"}, "difference": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "difference"}, "diesel": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "diesel"}, "dev": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "dev"}, "detainment": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "detainment"}, "decision": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "decision"}, "decade": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "decade"}, "jeong": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "jeong"}, "mae": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "mae"}, "johannes": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "johannes"}, "spreads": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "spreads"}, "su": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "su"}, "studies": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "studies"}, "straight": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "straight"}, "steel": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "steel"}, "statistics": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "statistics"}, "statesmanjournal": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "statesmanjournal"}, "stars": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "stars"}, "stackexchange": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "stackexchange"}, "specialist": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "specialist"}, "slidelegend": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "slidelegend"}, "spanish": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "spanish"}, "space": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "space"}, "soy": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "soy"}, "song": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "song"}, "soft": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "soft"}, "soccer": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "soccer"}, "snow": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "snow"}, "smell": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "smell"}, "subsequent": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "subsequent"}, "suesspiciousminds": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "suesspiciousminds"}, "survey": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "survey"}, "survivor": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "survivor"}, "theshelfofunreadbooks": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "theshelfofunreadbooks"}, "thenextweb": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "thenextweb"}, "thehansindia": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "thehansindia"}, "thegatorseye": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "thegatorseye"}, "text": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "text"}, "terror": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "terror"}, "telescope": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "telescope"}, "tehran": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "tehran"}, "technology": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "technology"}, "teas": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "teas"}, "tea": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "tea"}, "tass": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "tass"}, "tasman": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "tasman"}, "talesofthetravelbug": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "talesofthetravelbug"}, "taipei": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "taipei"}, "t200": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "t200"}, "susan": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "susan"}, "sliding": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "sliding"}, "slam": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "slam"}, "threatened": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "threatened"}, "rolls": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "rolls"}, "sabres": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "sabres"}, "s": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "s"}, "rumors": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "rumors"}, "rules": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "rules"}, "rte": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "rte"}, "rowadventures": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "rowadventures"}, "round": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "round"}, "rothschild": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "rothschild"}, "rock": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "rock"}, "sitra": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "sitra"}, "robbers": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "robbers"}, "right": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "right"}, "riding": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "riding"}, "reviewthe": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "reviewthe"}, "review": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "review"}, "results": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "results"}, "rescued": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "rescued"}, "report": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "report"}, "said": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "said"}, "saturdayeveningpost": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "saturdayeveningpost"}, "savings": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "savings"}, "saw": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "saw"}, "sir": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "sir"}, "sing": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "sing"}, "simonegallina": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "simonegallina"}, "silverchips": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "silverchips"}, "silver": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "silver"}, "shows": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "shows"}, "shoah": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "shoah"}, "shapingthefutureofpower": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "shapingthefutureofpower"}, "seventh": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "seventh"}, "service": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "service"}, "september": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "september"}, "selected": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "selected"}, "secure": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "secure"}, "second": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "second"}, "scrobble": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "scrobble"}, "screen": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "screen"}, "scottie": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "scottie"}, "third": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "third"}, "ti": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "ti"}, "johnson": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "johnson"}, "waller": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "waller"}, "wave": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "wave"}, "wausau": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "wausau"}, "watch": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "watch"}, "was": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "was"}, "warrant": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "warrant"}, "warning": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "warning"}, "war": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "war"}, "wants": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "wants"}, "vw": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "vw"}, "very": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "very"}, "volume": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "volume"}, "voice": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "voice"}, "vizag": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "vizag"}, "violator": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "violator"}, "violates": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "violates"}, "viewentry": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "viewentry"}, "view": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "view"}, "vidmid": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "vidmid"}, "webb": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "webb"}, "webs": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "webs"}, "weeklygripe": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "weeklygripe"}, "weight": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "weight"}, "ys": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "ys"}, "years": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "years"}, "year": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "year"}, "x": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "x"}, "wwe": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "wwe"}, "wp": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "wp"}, "worldwide": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "worldwide"}, "worldnews": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "worldnews"}, "works": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "works"}, "word": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "word"}, "wolf": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "wolf"}, "wishers": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "wishers"}, "wireless": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "wireless"}, "wired": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "wired"}, "wins": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "wins"}, "which": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "which"}, "where": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "where"}, "video": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "video"}, "vegan": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "vegan"}, "timesofisrael": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "timesofisrael"}, "towards": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "towards"}, "turns": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "turns"}, "turkey": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "turkey"}, "trying": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "trying"}, "true": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "true"}, "tribune": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "tribune"}, "trending": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "trending"}, "travis": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "travis"}, "travel": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "travel"}, "totalitarianism": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "totalitarianism"}, "var": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "var"}, "toptipz": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "toptipz"}, "too": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "too"}, "tonto": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "tonto"}, "tomorrow": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "tomorrow"}, "tolkien": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "tolkien"}, "today": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "today"}, "tm": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "tm"}, "tip": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "tip"}, "twinning": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "twinning"}, "twitter": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "twitter"}, "two": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "two"}, "ud": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "ud"}, "vagabondinn": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "vagabondinn"}, "vagabond": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "vagabond"}, "v5": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "v5"}, "utah": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "utah"}, "using": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "using"}, "uses": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "uses"}, "used": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "used"}, "uscleiden": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "uscleiden"}, "urges": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "urges"}, "update": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "update"}, "up": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "up"}, "united": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "united"}, "uniforms": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "uniforms"}, "ungeek": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "ungeek"}, "underground": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "underground"}, "ultra": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "ultra"}, "uid": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "uid"}, "repair": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "repair"}, "releases": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "releases"}, "release": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "release"}, "mazda": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "mazda"}, "microbead": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "microbead"}, "miata": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "miata"}, "merger": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "merger"}, "memorial": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "memorial"}, "megamarathi": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "megamarathi"}, "me": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "me"}, "mckellen": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "mckellen"}, "mbhs": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "mbhs"}, "mazatlan": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "mazatlan"}, "baku": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "baku"}, "may": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "may"}, "match": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "match"}, "martin": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "martin"}, "marshfieldnewsherald": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "marshfieldnewsherald"}, "march": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "march"}, "manufacturing": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "manufacturing"}, "man": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "man"}, "malcolm": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "malcolm"}, "milk": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "milk"}, "minnesota": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "minnesota"}, "minute": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "minute"}, "modern": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "modern"}, "muslims": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "muslims"}, "muslim": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "muslim"}, "musk": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "musk"}, "music": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "music"}, "murdoch": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "murdoch"}, "murals": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "murals"}, "msi": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "msi"}, "movizark": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "movizark"}, "moving": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "moving"}, "movie": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "movie"}, "moves": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "moves"}, "mountains": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "mountains"}, "moriyama": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "moriyama"}, "more": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "more"}, "montreal": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "montreal"}, "montana": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "montana"}, "moments": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "moments"}, "mahleb": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "mahleb"}, "lumineers": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "lumineers"}, "relations": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "relations"}, "know": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "know"}, "latest": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "latest"}, "landmark": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "landmark"}, "lamborghinichat": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "lamborghinichat"}, "lamborghini": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "lamborghini"}, "lake": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "lake"}, "lady": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "lady"}, "koreaherald": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "koreaherald"}, "kone": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "kone"}, "knollwood": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "knollwood"}, "love": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "love"}, "kitchen": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "kitchen"}, "kit": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "kit"}, "kickstart": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "kickstart"}, "ken": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "ken"}, "keep": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "keep"}, "kabul": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "kabul"}, "journals_59d9b3c91723dd4b8ead833e": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "journals_59d9b3c91723dd4b8ead833e"}, "join": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "join"}, "lattes": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "lattes"}, "launch": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "launch"}, "lava": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "lava"}, "law": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "law"}, "loss": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "loss"}, "lose": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "lose"}, "lord": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "lord"}, "look": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "look"}, "listening": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "listening"}, "listen": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "listen"}, "listal": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "listal"}, "liotta": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "liotta"}, "line": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "line"}, "library": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "library"}, "let": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "let"}, "lenses": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "lenses"}, "legend": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "legend"}, "legal": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "legal"}, "leaves": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "leaves"}, "lawyersandsettlements": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "lawyersandsettlements"}, "lawsuits": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "lawsuits"}, "nationalhogfarmer": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "nationalhogfarmer"}, "nba": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "nba"}, "need": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "need"}, "podcast": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "podcast"}, "prediction": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "prediction"}, "powerful": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "powerful"}, "popular": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "popular"}, "popculturetimes": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "popculturetimes"}, "pong": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "pong"}, "point": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "point"}, "poems": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "poems"}, "podparadise": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "podparadise"}, "pnesterova": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "pnesterova"}, "nerves": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "nerves"}, "plantpowerednomad": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "plantpowerednomad"}, "plans": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "plans"}, "pk": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "pk"}, "pippen": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "pippen"}, "pinkett": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "pinkett"}, "php": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "php"}, "photos": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "photos"}, "philadelphia": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "philadelphia"}, "predictions": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "predictions"}, "prehistoric": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "prehistoric"}, "press": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "press"}, "prices": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "prices"}, "reed": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "reed"}, "redmayne": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "redmayne"}, "receives": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "receives"}, "realdealtheatre": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "realdealtheatre"}, "reading": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "reading"}, "react": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "react"}, "reached": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "reached"}, "ray": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "ray"}, "raise": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "raise"}, "races": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "races"}, "questions": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "questions"}, "q1": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "q1"}, "publication": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "publication"}, "prufrock": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "prufrock"}, "project": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "project"}, "products": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "products"}, "primitivism": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "primitivism"}, "ph": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "ph"}, "petebowes": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "petebowes"}, "personal": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "personal"}, "orbit": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "orbit"}, "or": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "or"}, "opinion": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "opinion"}, "online": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "online"}, "once": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "once"}, "oil": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "oil"}, "offer": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "offer"}, "offensive": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "offensive"}, "off": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "off"}, "occupancy": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "occupancy"}, "observer": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "observer"}, "ny": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "ny"}, "now": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "now"}, "nobeladventures": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "nobeladventures"}, "ng": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "ng"}, "nfl": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "nfl"}, "newcanaanlandtrust": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "newcanaanlandtrust"}, "netflix": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "netflix"}, "or3": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "or3"}, "oregon": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "oregon"}, "pdf": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "pdf"}, "orlean": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "orlean"}, "paulinepark": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "paulinepark"}, "patrol": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "patrol"}, "patriots": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "patriots"}, "passat": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "passat"}, "participatory": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "participatory"}, "parkablogs": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "parkablogs"}, "paradigmshyft": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "paradigmshyft"}, "pakistan": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "pakistan"}, "painter": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "painter"}, "page": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "page"}, "paganism": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "paganism"}, "oxford": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "oxford"}, "owi": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "owi"}, "overuse": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "overuse"}, "out": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "out"}, "otlsports": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "otlsports"}, "other": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "other"}, "bank": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "bank"}, "ac": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "ac"}, "awards": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "awards"}, "1674764499654": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1674764499654"}, "1674764500094": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1674764500094"}, "1674764500028": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1674764500028"}, "1674764499919": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1674764499919"}, "1674764499890": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1674764499890"}, "1674764499845": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1674764499845"}, "1674764499713": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1674764499713"}, "1674764499710": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1674764499710"}, "1674764499697": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1674764499697"}, "1674764499524": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1674764499524"}, "1669446710764": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1669446710764"}, "1674764495001": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1674764495001"}, "1674764494852": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1674764494852"}, "1674764494826": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1674764494826"}, "16718": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "16718"}, "1669446711475": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1669446711475"}, "1669446711074": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1669446711074"}, "1669446710972": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1669446710972"}, "1669446710789": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1669446710789"}, "1674764500095": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1674764500095"}, "1674764500273": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1674764500273"}, "1674764500339": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1674764500339"}, "1674764500719": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1674764500719"}, "1904": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1904"}, "19036": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "19036"}, "18206": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "18206"}, "18194": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "18194"}, "180032374": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "180032374"}, "178693725": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "178693725"}, "17761": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "17761"}, "176182646": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "176182646"}, "175500523": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "175500523"}, "17548": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "17548"}, "17509": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "17509"}, "17495": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "17495"}, "17321": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "17321"}, "17143": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "17143"}, "1674764501555": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1674764501555"}, "1674764501066": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1674764501066"}, "1674764500758": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1674764500758"}, "1669446710771": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1669446710771"}, "1664030337731": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1664030337731"}, "19267": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "19267"}, "1631780057202": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1631780057202"}, "1637964362999": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1637964362999"}, "1637964362219": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1637964362219"}, "1637964358847": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1637964358847"}, "1634323588526": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1634323588526"}, "1634323588398": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1634323588398"}, "1634323587606": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1634323587606"}, "1634323585322": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1634323585322"}, "1634323585305": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1634323585305"}, "1627046157039": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1627046157039"}, "1664030337625": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1664030337625"}, "1627046155458": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1627046155458"}, "1627046154175": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1627046154175"}, "1623488567696": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1623488567696"}, "1623488528979": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1623488528979"}, "1623488289268": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1623488289268"}, "1623488268274": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1623488268274"}, "1623487612537": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1623487612537"}, "1620243992159": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1620243992159"}, "1637964363292": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1637964363292"}, "1642320304570": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1642320304570"}, "1642320304810": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1642320304810"}, "1652662521041": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1652662521041"}, "1664030337322": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1664030337322"}, "16616": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "16616"}, "1659882573630": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1659882573630"}, "1659882573145": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1659882573145"}, "1659882572063": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1659882572063"}, "1659882571090": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1659882571090"}, "1659882571056": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1659882571056"}, "1656104496688": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1656104496688"}, "1656103626162": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1656103626162"}, "1656103334753": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1656103334753"}, "1656103269583": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1656103269583"}, "1656103036176": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1656103036176"}, "1652663012542": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1652663012542"}, "1652662573053": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1652662573053"}, "1652662539101": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1652662539101"}, "1652662531762": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1652662531762"}, "1652662530066": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1652662530066"}, "19143": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "19143"}, "19373": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "19373"}, "1618039388763": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1618039388763"}, "20205": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20205"}, "20210415065637": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210415065637"}, "20210415035637": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210415035637"}, "20210413152252": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210413152252"}, "20210413122252": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210413122252"}, "20210123155715": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210123155715"}, "20210123125715": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210123125715"}, "20210123031629": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210123031629"}, "20210123001629": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210123001629"}, "20201206001729": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20201206001729"}, "20200808110642": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200808110642"}, "20201205211729": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20201205211729"}, "20201128041115": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20201128041115"}, "20201128011115": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20201128011115"}, "20201124112900": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20201124112900"}, "20201124082900": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20201124082900"}, "20200923045227": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200923045227"}, "20200923015227": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200923015227"}, "20200813191908": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200813191908"}, "20210419235235": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210419235235"}, "20210420025235": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210420025235"}, "20210420091336": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210420091336"}, "20210420121336": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210420121336"}, "20210801122716": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210801122716"}, "20210801092716": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210801092716"}, "20210625053840": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210625053840"}, "20210625023840": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210625023840"}, "20210623041557": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210623041557"}, "20210623011557": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210623011557"}, "20210621211810": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210621211810"}, "20210621181810": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210621181810"}, "20210621085537": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210621085537"}, "20210621055537": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210621055537"}, "20210614165913": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210614165913"}, "20210614135913": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210614135913"}, "20210517145207": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210517145207"}, "20210517115207": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210517115207"}, "20210517114550": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210517114550"}, "20210517084550": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210517084550"}, "20210504001014": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210504001014"}, "20200813161908": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200813161908"}, "20200808080642": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200808080642"}, "19781": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "19781"}, "20200120022426": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200120022426"}, "20200222023354": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200222023354"}, "20200221233354": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200221233354"}, "20200221014059": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200221014059"}, "20200220224059": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200220224059"}, "20200125221854": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200125221854"}, "20200125191854": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200125191854"}, "20200122220620": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200122220620"}, "20200122191620": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200122191620"}, "20200119234426": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200119234426"}, "20200807202851": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200807202851"}, "20200119005909": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200119005909"}, "20200118221909": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200118221909"}, "2010": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "2010"}, "2009": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "2009"}, "2008": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "2008"}, "20061": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20061"}, "199444381": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "199444381"}, "1988": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1988"}, "20200223123852": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200223123852"}, "20200223153852": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200223153852"}, "20200229022458": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200229022458"}, "20200229052458": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200229052458"}, "20200807172851": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200807172851"}, "20200713032400": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200713032400"}, "20200713002400": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200713002400"}, "20200530132741": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200530132741"}, "20200530102741": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200530102741"}, "20200527043445": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200527043445"}, "20200527013445": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200527013445"}, "20200525000325": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200525000325"}, "20200524210325": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200524210325"}, "20200409090349": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200409090349"}, "20200409055849": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200409055849"}, "20200402110824": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200402110824"}, "20200402080824": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200402080824"}, "20200331083639": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200331083639"}, "20200331053639": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200331053639"}, "20200329104745": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200329104745"}, "20200329074745": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20200329074745"}, "1620243991772": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1620243991772"}, "1618038921860": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1618038921860"}, "20210805093730": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210805093730"}, "00476": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00476"}, "00543": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00543"}, "00524": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00524"}, "00512": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00512"}, "00506": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00506"}, "00503": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00503"}, "00495": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00495"}, "00491": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00491"}, "00477": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00477"}, "00466": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00466"}, "00393": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00393"}, "00464": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00464"}, "00455": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00455"}, "00451": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00451"}, "00450": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00450"}, "00434": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00434"}, "00431": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00431"}, "00418": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00418"}, "00406": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00406"}, "00580": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00580"}, "00587": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00587"}, "00601": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00601"}, "00602": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00602"}, "00740": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00740"}, "00714": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00714"}, "00707": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00707"}, "00703": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00703"}, "00694": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00694"}, "00685": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00685"}, "00673": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00673"}, "00658": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00658"}, "00652": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00652"}, "00651": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00651"}, "00649": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00649"}, "00639": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00639"}, "00636": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00636"}, "00633": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00633"}, "00630": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00630"}, "00614": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00614"}, "00613": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00613"}, "00398": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00398"}, "00391": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00391"}, "00747": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00747"}, "00116": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00116"}, "00197": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00197"}, "00175": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00175"}, "00165": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00165"}, "00153": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00153"}, "00141": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00141"}, "00135": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00135"}, "00131": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00131"}, "00124": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00124"}, "00108": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00108"}, "00385": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00385"}, "00107": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00107"}, "00102": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00102"}, "00099": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00099"}, "00081": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00081"}, "00037": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00037"}, "00017": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00017"}, "00015": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00015"}, "00008": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00008"}, "00200": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00200"}, "00211": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00211"}, "00223": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00223"}, "00229": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00229"}, "00365": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00365"}, "00355": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00355"}, "00330": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00330"}, "00327": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00327"}, "00319": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00319"}, "00312": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00312"}, "00308": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00308"}, "00304": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00304"}, "00300": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00300"}, "00295": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00295"}, "00286": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00286"}, "00284": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00284"}, "00280": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00280"}, "00274": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00274"}, "00250": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00250"}, "00247": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00247"}, "00233": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00233"}, "00745": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00745"}, "00754": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00754"}, "1618038083007": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1618038083007"}, "1579250593994": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1579250593994"}, "1585370494064": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1585370494064"}, "1581875148375": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1581875148375"}, "1581875145774": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1581875145774"}, "1581875145621": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1581875145621"}, "1581875145316": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1581875145316"}, "1579251681412": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1579251681412"}, "1579250607407": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1579250607407"}, "1579250595787": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1579250595787"}, "1533560948": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1533560948"}, "145050": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "145050"}, "15107": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "15107"}, "15044": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "15044"}, "1490421": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1490421"}, "14884": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "14884"}, "14792": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "14792"}, "14745": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "14745"}, "14681": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "14681"}, "14655": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "14655"}, "1585370500331": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1585370500331"}, "1585370506870": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1585370506870"}, "1585371830894": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1585371830894"}, "15861": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "15861"}, "1618038072366": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1618038072366"}, "161515301": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "161515301"}, "1610703538082": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1610703538082"}, "1610703531702": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1610703531702"}, "1607614191": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1607614191"}, "1606141750841": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1606141750841"}, "1606141194982": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1606141194982"}, "1606141176049": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1606141176049"}, "1600400209665": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1600400209665"}, "1596439739048": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1596439739048"}, "1596439737319": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1596439737319"}, "1596439737206": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1596439737206"}, "159639259": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "159639259"}, "1593657140746": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1593657140746"}, "1590347409171": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1590347409171"}, "1590347392057": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1590347392057"}, "1590347385193": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1590347385193"}, "14575": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "14575"}, "14394": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "14394"}, "00762": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00762"}, "1036937141": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1036937141"}, "11206": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "11206"}, "1117681212": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1117681212"}, "111531585": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "111531585"}, "1096265": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1096265"}, "1088907449": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1088907449"}, "1068673394": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1068673394"}, "1044766559": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1044766559"}, "10413": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "10413"}, "1030808939": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1030808939"}, "14280": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "14280"}, "1023811": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1023811"}, "1002765638": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1002765638"}, "1002652790": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1002652790"}, "10000th": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "10000th"}, "09": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "09"}, "00871": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00871"}, "00826": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00826"}, "00821": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00821"}, "1124917887": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1124917887"}, "11425": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "11425"}, "11479": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "11479"}, "11530": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "11530"}, "14190": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "14190"}, "13553": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "13553"}, "13209660": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "13209660"}, "13017767": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "13017767"}, "1288254429": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1288254429"}, "1286919": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1286919"}, "12729": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "12729"}, "1269439293": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1269439293"}, "12466": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "12466"}, "1239312380": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1239312380"}, "12183": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "12183"}, "12139": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "12139"}, "1201": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "1201"}, "11838": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "11838"}, "11801": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "11801"}, "11772": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "11772"}, "11713": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "11713"}, "20210805063730": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210805063730"}, "20210805193327": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210805193327"}, "award": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "award"}, "566143162": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "566143162"}, "60": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "60"}, "598837769": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "598837769"}, "5971": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "5971"}, "591253388": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "591253388"}, "58668": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "58668"}, "58147": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "58147"}, "58": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "58"}, "576892098": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "576892098"}, "559787302": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "559787302"}, "51": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "51"}, "55792": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "55792"}, "54041": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "54041"}, "54": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "54"}, "536988620": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "536988620"}, "532769245": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "532769245"}, "525905978": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "525905978"}, "525187166": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "525187166"}, "516800798": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "516800798"}, "600780066": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "600780066"}, "605037761": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "605037761"}, "628149199": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "628149199"}, "63": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "63"}, "70": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "70"}, "690172719": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "690172719"}, "6855": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "6855"}, "683956680": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "683956680"}, "683638756": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "683638756"}, "671862269": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "671862269"}, "67108": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "67108"}, "67": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "67"}, "667469": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "667469"}, "664847335": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "664847335"}, "66290": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "66290"}, "652955119": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "652955119"}, "65": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "65"}, "640302554": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "640302554"}, "640116": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "640116"}, "64": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "64"}, "6324": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "6324"}, "510157631": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "510157631"}, "503711292": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "503711292"}, "701475464": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "701475464"}, "3a": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "3a"}, "43188": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "43188"}, "43051": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "43051"}, "42926": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "42926"}, "42687": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "42687"}, "42": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "42"}, "41": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "41"}, "40224": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "40224"}, "3rd": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "3rd"}, "39518": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "39518"}, "502614546": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "502614546"}, "379160": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "379160"}, "37583": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "37583"}, "36797": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "36797"}, "3645355002": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "3645355002"}, "36215": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "36215"}, "358919877": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "358919877"}, "353753500": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "353753500"}, "35314": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "35314"}, "44": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "44"}, "440902": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "440902"}, "442133024": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "442133024"}, "443600050": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "443600050"}, "500521076": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "500521076"}, "49049249": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "49049249"}, "487850033": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "487850033"}, "486450658": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "486450658"}, "48": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "48"}, "476834551": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "476834551"}, "473272628": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "473272628"}, "472202588": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "472202588"}, "46": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "46"}, "45pl": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "45pl"}, "4559": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "4559"}, "455460747": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "455460747"}, "45453": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "45453"}, "4512": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "4512"}, "450138738": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "450138738"}, "445539595": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "445539595"}, "444833137": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "444833137"}, "70103": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "70103"}, "704225": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "704225"}, "348002670": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "348002670"}, "agwired": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "agwired"}, "amendment": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "amendment"}, "alt": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "alt"}, "along": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "along"}, "allegedly": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "allegedly"}, "all": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "all"}, "alfred": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "alfred"}, "alcohol": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "alcohol"}, "aircraft": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "aircraft"}, "against": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "against"}, "about": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "about"}, "african": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "african"}, "afghanistan": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "afghanistan"}, "affordable": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "affordable"}, "advent": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "advent"}, "adults": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "adults"}, "adult": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "adult"}, "adrien": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "adrien"}, "aceaviation": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "aceaviation"}, "amnews": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "amnews"}, "an": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "an"}, "anniversary": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "anniversary"}, "antehoc": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "antehoc"}, "authoritarianism": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "authoritarianism"}, "author": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "author"}, "austinchronicle": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "austinchronicle"}, "attack": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "attack"}, "atlanta": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "atlanta"}, "asian": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "asian"}, "as": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "as"}, "art": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "art"}, "arout": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "arout"}, "around": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "around"}, "armed": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "armed"}, "are": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "are"}, "archiveislam": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "archiveislam"}, "ar": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "ar"}, "apple": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "apple"}, "antonin": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "antonin"}, "anticipation": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "anticipation"}, "00001": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "00001"}, "abel": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "abel"}, "72": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "72"}, "766206361": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "766206361"}, "84010": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "84010"}, "837566473": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "837566473"}, "83": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "83"}, "828569590": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "828569590"}, "792006189": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "792006189"}, "782007633": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "782007633"}, "78": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "78"}, "7789": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "7789"}, "7640": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "7640"}, "a1k": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "a1k"}, "748368127": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "748368127"}, "747266560": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "747266560"}, "74071992": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "74071992"}, "73991": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "73991"}, "739236885": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "739236885"}, "737": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "737"}, "72974": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "72974"}, "728": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "728"}, "8405": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "8405"}, "8481": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "8481"}, "85": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "85"}, "856244466": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "856244466"}, "972941129": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "972941129"}, "9581": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "9581"}, "952624329": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "952624329"}, "944340676": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "944340676"}, "935440331": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "935440331"}, "930101659": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "930101659"}, "904154101": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "904154101"}, "90": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "90"}, "898049141": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "898049141"}, "893628626": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "893628626"}, "887707280": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "887707280"}, "870524278": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "870524278"}, "870013982": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "870013982"}, "868067474": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "868067474"}, "8674637": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "8674637"}, "85722960": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "85722960"}, "857199535": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "857199535"}, "35158": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "35158"}, "347762646": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "347762646"}, "20210805223327": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210805223327"}, "20220818003501": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220818003501"}, "20221006061224": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20221006061224"}, "20221005135356": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20221005135356"}, "20221005105356": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20221005105356"}, "20221002145028": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20221002145028"}, "20221002115028": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20221002115028"}, "20220819100211": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220819100211"}, "20220819070211": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220819070211"}, "20220818033501": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220818033501"}, "20220814203832": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220814203832"}, "20220627164424": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220627164424"}, "20220814173832": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220814173832"}, "20220810005803": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220810005803"}, "20220809215803": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220809215803"}, "20220809185137": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220809185137"}, "20220809155137": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220809155137"}, "20220704232455": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220704232455"}, "20220704202455": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220704202455"}, "20220629114939": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220629114939"}, "20221006091224": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20221006091224"}, "20221130124353": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20221130124353"}, "20221130154353": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20221130154353"}, "20221130192708": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20221130192708"}, "20230128054815": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230128054815"}, "20230127194242": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230127194242"}, "20230127164242": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230127164242"}, "20230127031911": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230127031911"}, "20230127001911": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230127001911"}, "20230127000844": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230127000844"}, "20230126210844": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230126210844"}, "20224": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20224"}, "20221209211231": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20221209211231"}, "20221209181231": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20221209181231"}, "20221206090908": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20221206090908"}, "20221206060908": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20221206060908"}, "20221204134311": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20221204134311"}, "20221204104311": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20221204104311"}, "20221201051257": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20221201051257"}, "20221201021257": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20221201021257"}, "20221130222708": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20221130222708"}, "20220629084939": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220629084939"}, "20220627134424": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220627134424"}, "20230128184907": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230128184907"}, "20211028192638": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20211028192638"}, "20211204184554": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20211204184554"}, "20211204154554": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20211204154554"}, "20211202144856": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20211202144856"}, "20211202114856": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20211202114856"}, "20211130015145": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20211130015145"}, "20211129225145": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20211129225145"}, "20211028223601": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20211028223601"}, "20211028193601": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20211028193601"}, "20211028162638": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20211028162638"}, "20220626161545": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220626161545"}, "20211024234628": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20211024234628"}, "20211024204628": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20211024204628"}, "20211020182307": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20211020182307"}, "20211020152307": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20211020152307"}, "20211020120145": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20211020120145"}, "20211020090145": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20211020090145"}, "20210921131319": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210921131319"}, "20210921101319": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20210921101319"}, "20211206103243": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20211206103243"}, "20211206133243": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20211206133243"}, "20220124124654": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220124124654"}, "20220124154654": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220124154654"}, "20220626131545": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220626131545"}, "20220626010543": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220626010543"}, "20220625220543": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220625220543"}, "20220528061224": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220528061224"}, "20220528031224": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220528031224"}, "20220524172617": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220524172617"}, "20220524142617": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220524142617"}, "20220521142022": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220521142022"}, "20220521112022": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220521112022"}, "20220520091824": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220520091824"}, "20220520061824": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220520061824"}, "20220519234127": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220519234127"}, "20220519204127": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220519204127"}, "20220518051247": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220518051247"}, "20220518021247": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220518021247"}, "20220125130035": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220125130035"}, "20220125100035": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20220125100035"}, "20230128084815": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230128084815"}, "20230128214907": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230128214907"}, "33777": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "33777"}, "24971": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "24971"}, "27741": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "27741"}, "27715": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "27715"}, "26850": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "26850"}, "26350": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "26350"}, "263492130": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "263492130"}, "250370303": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "250370303"}, "25025": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "25025"}, "25017": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "25017"}, "24833": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "24833"}, "228975360": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "228975360"}, "24269": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "24269"}, "241286356": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "241286356"}, "23522": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "23522"}, "23482": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "23482"}, "233367373": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "233367373"}, "23266": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "23266"}, "231800895": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "231800895"}, "230608992": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "230608992"}, "27864": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "27864"}, "28496": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "28496"}, "28617": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "28617"}, "28918": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "28918"}, "331507927": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "331507927"}, "32672": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "32672"}, "322560850": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "322560850"}, "32": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "32"}, "3188": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "3188"}, "318772991": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "318772991"}, "31698": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "31698"}, "312775777": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "312775777"}, "31146": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "31146"}, "30th": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "30th"}, "303777204": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "303777204"}, "30197": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "30197"}, "30176": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "30176"}, "2smeraldi": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "2smeraldi"}, "2c2012": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "2c2012"}, "29736": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "29736"}, "29529": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "29529"}, "23": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "23"}, "226886": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "226886"}, "20230129012420": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230129012420"}, "20230201081311": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230201081311"}, "20230205161658": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230205161658"}, "20230204105436": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230204105436"}, "20230204075436": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230204075436"}, "20230204074030": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230204074030"}, "20230204044030": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230204044030"}, "20230202163541": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230202163541"}, "20230202133541": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230202133541"}, "20230201111311": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230201111311"}, "20230131220543": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230131220543"}, "22407": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "22407"}, "20230131190543": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230131190543"}, "20230131085533": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230131085533"}, "20230131055533": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230131055533"}, "20230129142153": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230129142153"}, "20230129112153": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230129112153"}, "20230129110341": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230129110341"}, "20230129080341": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230129080341"}, "20230129042420": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230129042420"}, "20230205191658": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230205191658"}, "20230206113934": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230206113934"}, "20230206143934": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230206143934"}, "20230208060523": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230208060523"}, "22399": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "22399"}, "22120": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "22120"}, "22": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "22"}, "21947": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "21947"}, "21426": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "21426"}, "21310": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "21310"}, "21082": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "21082"}, "208318103": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "208318103"}, "20731": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20731"}, "20698": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20698"}, "20230209111052": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230209111052"}, "20230209081052": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230209081052"}, "20230209044102": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230209044102"}, "20230209014102": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230209014102"}, "20230208122053": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230208122053"}, "20230208092053": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230208092053"}, "20230208090523": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "20230208090523"}, "zwillgen": {"count": 1, "proportion": 0.0002755580049600441, "vocab": "zwillgen"}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/zipf/zipf_basic_stats.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/zipf/zipf_basic_stats.json new file mode 100644 index 0000000000000000000000000000000000000000..beea4e82c25381c268f385845bc0602c0f53b2dd --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/zipf/zipf_basic_stats.json @@ -0,0 +1 @@ +{"xmin": 3, "xmax": 22, "alpha": 1.792957327015756, "ks_distance": 0.08076463006320389, "p-value": 0.0011150885998064807, "word_counts_unique": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 16, 22, 25, 29, 31, 43, 200, 77, 92, 100], "word_ranks_unique": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/zipf/zipf_fig.html b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/zipf/zipf_fig.html new file mode 100644 index 0000000000000000000000000000000000000000..98b2f282cc57452654bd612e9a20ee9179c42de9 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/zipf/zipf_fig.html @@ -0,0 +1,14 @@ + + + +
+
+ + \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/zipf/zipf_fig.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/zipf/zipf_fig.json new file mode 100644 index 0000000000000000000000000000000000000000..d8d65e61bd41db16082654b3fbe879841f4ec06d --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/zipf/zipf_fig.json @@ -0,0 +1 @@ +"{\"data\":[{\"hovertext\":[\"heavenlytealeaves,investments,growth,improve,heavenly,gum,includes,inspiring,flows,flexforkal,inn,gsa,influencing,healthyceleb,india,ionigeria,islanders,head,hd,japan,ham,fimmel,james,fingerlakes1,fire,jagan,jada,items,italy,issues,guns,flex,gungoddess,gunfire,hawaii,isis,height,ill,impact,hog,gaga,hotel,gamecocksonline,hopefornigeriaonline,gauguin,ground,geek,green,holaamericanews,historytoday,how,geofence,greece,gets,glamsham,history,historic,greatfallstribune,gov,hip,house,htm,got,frederick,henryusa,ie,idropnews,foresight,forum,idea,here,group,fourth,iberico,futurologist,freeman,ian,fujifilm,full,i,hideous,fundraising,hand,future,hannan,dvo,femalefirst,celebs,chinas,children,chiexplores,charged,channel,champagne,centre,celebrity,camps,celebrates,cbd,caught,category,cast,cascade,carry,choosing,chopin,chronicle,cinema,compliant,comes,comcast,college,collateral,coastal,cmt,cmeindia,cm,club,climateemergencydeclaration,clever,cleaning,city,cities,car,callbag,feifa,birmingcabbie,boeing,bluemonsterprep,bluegrass,blogspot,blast,blame,birthday,biggest,ca,between,betting,betarena,beginners,bedandbicycle,beat,battle,boldly,botany,box,brahms,c5,c3,buy,butterfly,businesstraveller,burial,built,buildings,bros,brody,brindisa,brighton,bricks,breaking,braveheart,concealed,considerations,const,el,eppc,enugu,entrepreneurship,english,enforcement,embassy,elon,edu,contact,ednews,editorials,edge,eddie,ease,earth,earbuds,epub,estranged,etoren,eu,feared,fascism,famous,fame10,fairness,factors,eye,exquisitecoasts,explosions,exploring,experience,expats,exoticization,ever,ev3,dwayne,jewishnews,due,deacons,day,date,daisuke,dailytimes,dailyfinland,daftar,crg,crater,cracking,cpi,covid19,court,coppolacomment,coping,cool,days,dead,drops,deaths,drives,down,doorways,dolphins,dogs,divorce,disruption,disrupt,display,difference,diesel,dev,detainment,decision,decade,jeong,mae,johannes,spreads,su,studies,straight,steel,statistics,statesmanjournal,stars,stackexchange,specialist,slidelegend,spanish,space,soy,song,soft,soccer,snow,smell,subsequent,suesspiciousminds,survey,survivor,theshelfofunreadbooks,thenextweb,thehansindia,thegatorseye,text,terror,telescope,tehran,technology,teas,tea,tass,tasman,talesofthetravelbug,taipei,t200,susan,sliding,slam,threatened,rolls,sabres,s,rumors,rules,rte,rowadventures,round,rothschild,rock,sitra,robbers,right,riding,reviewthe,review,results,rescued,report,said,saturdayeveningpost,savings,saw,sir,sing,simonegallina,silverchips,silver,shows,shoah,shapingthefutureofpower,seventh,service,september,selected,secure,second,scrobble,screen,scottie,third,ti,johnson,waller,wave,wausau,watch,was,warrant,warning,war,wants,vw,very,volume,voice,vizag,violator,violates,viewentry,view,vidmid,webb,webs,weeklygripe,weight,ys,years,year,x,wwe,wp,worldwide,worldnews,works,word,wolf,wishers,wireless,wired,wins,which,where,video,vegan,timesofisrael,towards,turns,turkey,trying,true,tribune,trending,travis,travel,totalitarianism,var,toptipz,too,tonto,tomorrow,tolkien,today,tm,tip,twinning,twitter,two,ud,vagabondinn,vagabond,v5,utah,using,uses,used,uscleiden,urges,update,up,united,uniforms,ungeek,underground,ultra,uid,repair,releases,release,mazda,microbead,miata,merger,memorial,megamarathi,me,mckellen,mbhs,mazatlan,baku,may,match,martin,marshfieldnewsherald,march,manufacturing,man,malcolm,milk,minnesota,minute,modern,muslims,muslim,musk,music,murdoch,murals,msi,movizark,moving,movie,moves,mountains,moriyama,more,montreal,montana,moments,mahleb,lumineers,relations,know,latest,landmark,lamborghinichat,lamborghini,lake,lady,koreaherald,kone,knollwood,love,kitchen,kit,kickstart,ken,keep,kabul,journals_59d9b3c91723dd4b8ead833e,join,lattes,launch,lava,law,loss,lose,lord,look,listening,listen,listal,liotta,line,library,let,lenses,legend,legal,leaves,lawyersandsettlements,lawsuits,nationalhogfarmer,nba,need,podcast,prediction,powerful,popular,popculturetimes,pong,point,poems,podparadise,pnesterova,nerves,plantpowerednomad,plans,pk,pippen,pinkett,php,photos,philadelphia,predictions,prehistoric,press,prices,reed,redmayne,receives,realdealtheatre,reading,react,reached,ray,raise,races,questions,q1,publication,prufrock,project,products,primitivism,ph,petebowes,personal,orbit,or,opinion,online,once,oil,offer,offensive,off,occupancy,observer,ny,now,nobeladventures,ng,nfl,newcanaanlandtrust,netflix,or3,oregon,pdf,orlean,paulinepark,patrol,patriots,passat,participatory,parkablogs,paradigmshyft,pakistan,painter,page,paganism,oxford,owi,overuse,out,otlsports,other,bank,ac,awards,1674764499654,1674764500094,1674764500028,1674764499919,1674764499890,1674764499845,1674764499713,1674764499710,1674764499697,1674764499524,1669446710764,1674764495001,1674764494852,1674764494826,16718,1669446711475,1669446711074,1669446710972,1669446710789,1674764500095,1674764500273,1674764500339,1674764500719,1904,19036,18206,18194,180032374,178693725,17761,176182646,175500523,17548,17509,17495,17321,17143,1674764501555,1674764501066,1674764500758,1669446710771,1664030337731,19267,1631780057202,1637964362999,1637964362219,1637964358847,1634323588526,1634323588398,1634323587606,1634323585322,1634323585305,1627046157039,1664030337625,1627046155458,1627046154175,1623488567696,1623488528979,1623488289268,1623488268274,1623487612537,1620243992159,1637964363292,1642320304570,1642320304810,1652662521041,1664030337322,16616,1659882573630,1659882573145,1659882572063,1659882571090,1659882571056,1656104496688,1656103626162,1656103334753,1656103269583,1656103036176,1652663012542,1652662573053,1652662539101,1652662531762,1652662530066,19143,19373,1618039388763,20205,20210415065637,20210415035637,20210413152252,20210413122252,20210123155715,20210123125715,20210123031629,20210123001629,20201206001729,20200808110642,20201205211729,20201128041115,20201128011115,20201124112900,20201124082900,20200923045227,20200923015227,20200813191908,20210419235235,20210420025235,20210420091336,20210420121336,20210801122716,20210801092716,20210625053840,20210625023840,20210623041557,20210623011557,20210621211810,20210621181810,20210621085537,20210621055537,20210614165913,20210614135913,20210517145207,20210517115207,20210517114550,20210517084550,20210504001014,20200813161908,20200808080642,19781,20200120022426,20200222023354,20200221233354,20200221014059,20200220224059,20200125221854,20200125191854,20200122220620,20200122191620,20200119234426,20200807202851,20200119005909,20200118221909,2010,2009,2008,20061,199444381,1988,20200223123852,20200223153852,20200229022458,20200229052458,20200807172851,20200713032400,20200713002400,20200530132741,20200530102741,20200527043445,20200527013445,20200525000325,20200524210325,20200409090349,20200409055849,20200402110824,20200402080824,20200331083639,20200331053639,20200329104745,20200329074745,1620243991772,1618038921860,20210805093730,00476,00543,00524,00512,00506,00503,00495,00491,00477,00466,00393,00464,00455,00451,00450,00434,00431,00418,00406,00580,00587,00601,00602,00740,00714,00707,00703,00694,00685,00673,00658,00652,00651,00649,00639,00636,00633,00630,00614,00613,00398,00391,00747,00116,00197,00175,00165,00153,00141,00135,00131,00124,00108,00385,00107,00102,00099,00081,00037,00017,00015,00008,00200,00211,00223,00229,00365,00355,00330,00327,00319,00312,00308,00304,00300,00295,00286,00284,00280,00274,00250,00247,00233,00745,00754,1618038083007,1579250593994,1585370494064,1581875148375,1581875145774,1581875145621,1581875145316,1579251681412,1579250607407,1579250595787,1533560948,145050,15107,15044,1490421,14884,14792,14745,14681,14655,1585370500331,1585370506870,1585371830894,15861,1618038072366,161515301,1610703538082,1610703531702,1607614191,1606141750841,1606141194982,1606141176049,1600400209665,1596439739048,1596439737319,1596439737206,159639259,1593657140746,1590347409171,1590347392057,1590347385193,14575,14394,00762,1036937141,11206,1117681212,111531585,1096265,1088907449,1068673394,1044766559,10413,1030808939,14280,1023811,1002765638,1002652790,10000th,09,00871,00826,00821,1124917887,11425,11479,11530,14190,13553,13209660,13017767,1288254429,1286919,12729,1269439293,12466,1239312380,12183,12139,1201,11838,11801,11772,11713,20210805063730,20210805193327,award,566143162,60,598837769,5971,591253388,58668,58147,58,576892098,559787302,51,55792,54041,54,536988620,532769245,525905978,525187166,516800798,600780066,605037761,628149199,63,70,690172719,6855,683956680,683638756,671862269,67108,67,667469,664847335,66290,652955119,65,640302554,640116,64,6324,510157631,503711292,701475464,3a,43188,43051,42926,42687,42,41,40224,3rd,39518,502614546,379160,37583,36797,3645355002,36215,358919877,353753500,35314,44,440902,442133024,443600050,500521076,49049249,487850033,486450658,48,476834551,473272628,472202588,46,45pl,4559,455460747,45453,4512,450138738,445539595,444833137,70103,704225,348002670,agwired,amendment,alt,along,allegedly,all,alfred,alcohol,aircraft,against,about,african,afghanistan,affordable,advent,adults,adult,adrien,aceaviation,amnews,an,anniversary,antehoc,authoritarianism,author,austinchronicle,attack,atlanta,asian,as,art,arout,around,armed,are,archiveislam,ar,apple,antonin,anticipation,00001,abel,72,766206361,84010,837566473,83,828569590,792006189,782007633,78,7789,7640,a1k,748368127,747266560,74071992,73991,739236885,737,72974,728,8405,8481,85,856244466,972941129,9581,952624329,944340676,935440331,930101659,904154101,90,898049141,893628626,887707280,870524278,870013982,868067474,8674637,85722960,857199535,35158,347762646,20210805223327,20220818003501,20221006061224,20221005135356,20221005105356,20221002145028,20221002115028,20220819100211,20220819070211,20220818033501,20220814203832,20220627164424,20220814173832,20220810005803,20220809215803,20220809185137,20220809155137,20220704232455,20220704202455,20220629114939,20221006091224,20221130124353,20221130154353,20221130192708,20230128054815,20230127194242,20230127164242,20230127031911,20230127001911,20230127000844,20230126210844,20224,20221209211231,20221209181231,20221206090908,20221206060908,20221204134311,20221204104311,20221201051257,20221201021257,20221130222708,20220629084939,20220627134424,20230128184907,20211028192638,20211204184554,20211204154554,20211202144856,20211202114856,20211130015145,20211129225145,20211028223601,20211028193601,20211028162638,20220626161545,20211024234628,20211024204628,20211020182307,20211020152307,20211020120145,20211020090145,20210921131319,20210921101319,20211206103243,20211206133243,20220124124654,20220124154654,20220626131545,20220626010543,20220625220543,20220528061224,20220528031224,20220524172617,20220524142617,20220521142022,20220521112022,20220520091824,20220520061824,20220519234127,20220519204127,20220518051247,20220518021247,20220125130035,20220125100035,20230128084815,20230128214907,33777,24971,27741,27715,26850,26350,263492130,250370303,25025,25017,24833,228975360,24269,241286356,23522,23482,233367373,23266,231800895,230608992,27864,28496,28617,28918,331507927,32672,322560850,32,3188,318772991,31698,312775777,31146,30th,303777204,30197,30176,2smeraldi,2c2012,29736,29529,23,226886,20230129012420,20230201081311,20230205161658,20230204105436,20230204075436,20230204074030,20230204044030,20230202163541,20230202133541,20230201111311,20230131220543,22407,20230131190543,20230131085533,20230131055533,20230129142153,20230129112153,20230129110341,20230129080341,20230129042420,20230205191658,20230206113934,20230206143934,20230208060523,22399,22120,22,21947,21426,21310,21082,208318103,20731,20698,20230209111052,20230209081052,20230209044102,20230209014102,20230208122053,20230208092053,20230208090523,zwillgen\",\"20,my,6,38,multiple,20210119232006,covid,20210120022006,57,spectacular,park,content,most,gun,15,68,7,19,national,53,1610703519843,2014,four,28,food,en,energy,fm,r,gold,2015,4,power,print,37,2017,45,26,politics,rings,1674764500076,police,36,night,2012,denied,2c,declaration,net,35,plant,first,sell,0,13,caribbeantales,info,00439,africa,vijayawada,00490,business,by,00550,campaign,9,88,cbslocal,87,01,certificates,his,vs,last,20230203221113,book,you,york,00060,beats,j,womens,billion,wkuf,issue,will,00248,iran,body,insurance,wasted,charlie,festival,china,tax,74,this,20230204011113,claim,80,media,76,82,tdisport,fi,harvoni\",\"8,co,uk,95,smith,home,11,66,guide,blog,75,at,into,2018,69,08,29,story,07,30,world,2013,org,wordpress,39,2011\",\"2,99,12,34,film,5,2019,new\",\"33,is,17,do,50,40,for,31,43,24,what,2016,25\",\"on,03,04,14,blogs\",\"16,with,a\",\"27,http,02\",\"and,in,html,21\",\"49\",\"05\",\"10,of\",\"to\",\"news,2023\",\"06,the,2020\",\"2022\",\"2021\",\"www\",\"main,warc,cc\",\"com\",\"https\",\"data,warc_filename,url,warc_record_offset,segments,warc_record_length,gz,crawl\"],\"name\":\"Word Rank Frequency\",\"x\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22],\"y\":[200,200,200,100,100,100,100,100,100,100,100,92,77,43,31,29,25,25,25,22,22,16,13,13,12,11,10,10,10,10,8,8,8,7,7,7,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,4,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],\"type\":\"bar\"},{\"hovertext\":[\"2,99,12,34,film,5,2019,new\",\"33,is,17,do,50,40,for,31,43,24,what,2016,25\",\"on,03,04,14,blogs\",\"16,with,a\",\"27,http,02\",\"and,in,html,21\",\"49\",\"05\",\"10,of\",\"to\",\"news,2023\",\"06,the,2020\",\"2022\",\"2021\",\"www\",\"main,warc,cc\",\"com\",\"https\",\"data,warc_filename,url,warc_record_offset,segments,warc_record_length,gz,crawl\"],\"line\":{\"color\":\"crimson\",\"width\":3},\"name\":\"Zipf Predicted Frequency\",\"x\":[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22],\"y\":[31,21,15,11,9,7,6,5,4,4,3,3,3,2,2,2,2,2,1],\"type\":\"scatter\"}],\"layout\":{\"xaxis\":{\"range\":[0,100],\"title\":{\"text\":\"Word Rank\"}},\"template\":{\"data\":{\"candlestick\":[{\"decreasing\":{\"line\":{\"color\":\"#000033\"}},\"increasing\":{\"line\":{\"color\":\"#000032\"}},\"type\":\"candlestick\"}],\"contourcarpet\":[{\"colorscale\":[[0.0,\"#000011\"],[0.1111111111111111,\"#000012\"],[0.2222222222222222,\"#000013\"],[0.3333333333333333,\"#000014\"],[0.4444444444444444,\"#000015\"],[0.5555555555555556,\"#000016\"],[0.6666666666666666,\"#000017\"],[0.7777777777777778,\"#000018\"],[0.8888888888888888,\"#000019\"],[1.0,\"#000020\"]],\"type\":\"contourcarpet\"}],\"contour\":[{\"colorscale\":[[0.0,\"#000011\"],[0.1111111111111111,\"#000012\"],[0.2222222222222222,\"#000013\"],[0.3333333333333333,\"#000014\"],[0.4444444444444444,\"#000015\"],[0.5555555555555556,\"#000016\"],[0.6666666666666666,\"#000017\"],[0.7777777777777778,\"#000018\"],[0.8888888888888888,\"#000019\"],[1.0,\"#000020\"]],\"type\":\"contour\"}],\"heatmap\":[{\"colorscale\":[[0.0,\"#000011\"],[0.1111111111111111,\"#000012\"],[0.2222222222222222,\"#000013\"],[0.3333333333333333,\"#000014\"],[0.4444444444444444,\"#000015\"],[0.5555555555555556,\"#000016\"],[0.6666666666666666,\"#000017\"],[0.7777777777777778,\"#000018\"],[0.8888888888888888,\"#000019\"],[1.0,\"#000020\"]],\"type\":\"heatmap\"}],\"histogram2d\":[{\"colorscale\":[[0.0,\"#000011\"],[0.1111111111111111,\"#000012\"],[0.2222222222222222,\"#000013\"],[0.3333333333333333,\"#000014\"],[0.4444444444444444,\"#000015\"],[0.5555555555555556,\"#000016\"],[0.6666666666666666,\"#000017\"],[0.7777777777777778,\"#000018\"],[0.8888888888888888,\"#000019\"],[1.0,\"#000020\"]],\"type\":\"histogram2d\"}],\"icicle\":[{\"textfont\":{\"color\":\"white\"},\"type\":\"icicle\"}],\"sankey\":[{\"textfont\":{\"color\":\"#000036\"},\"type\":\"sankey\"}],\"scatter\":[{\"marker\":{\"line\":{\"width\":0}},\"type\":\"scatter\"}],\"table\":[{\"cells\":{\"fill\":{\"color\":\"#000038\"},\"font\":{\"color\":\"#000037\"},\"line\":{\"color\":\"#000039\"}},\"header\":{\"fill\":{\"color\":\"#000040\"},\"font\":{\"color\":\"#000036\"},\"line\":{\"color\":\"#000039\"}},\"type\":\"table\"}],\"waterfall\":[{\"connector\":{\"line\":{\"color\":\"#000036\",\"width\":2}},\"decreasing\":{\"marker\":{\"color\":\"#000033\"}},\"increasing\":{\"marker\":{\"color\":\"#000032\"}},\"totals\":{\"marker\":{\"color\":\"#000034\"}},\"type\":\"waterfall\"}]},\"layout\":{\"coloraxis\":{\"colorscale\":[[0.0,\"#000011\"],[0.1111111111111111,\"#000012\"],[0.2222222222222222,\"#000013\"],[0.3333333333333333,\"#000014\"],[0.4444444444444444,\"#000015\"],[0.5555555555555556,\"#000016\"],[0.6666666666666666,\"#000017\"],[0.7777777777777778,\"#000018\"],[0.8888888888888888,\"#000019\"],[1.0,\"#000020\"]]},\"colorscale\":{\"diverging\":[[0.0,\"#000021\"],[0.1,\"#000022\"],[0.2,\"#000023\"],[0.3,\"#000024\"],[0.4,\"#000025\"],[0.5,\"#000026\"],[0.6,\"#000027\"],[0.7,\"#000028\"],[0.8,\"#000029\"],[0.9,\"#000030\"],[1.0,\"#000031\"]],\"sequential\":[[0.0,\"#000011\"],[0.1111111111111111,\"#000012\"],[0.2222222222222222,\"#000013\"],[0.3333333333333333,\"#000014\"],[0.4444444444444444,\"#000015\"],[0.5555555555555556,\"#000016\"],[0.6666666666666666,\"#000017\"],[0.7777777777777778,\"#000018\"],[0.8888888888888888,\"#000019\"],[1.0,\"#000020\"]],\"sequentialminus\":[[0.0,\"#000011\"],[0.1111111111111111,\"#000012\"],[0.2222222222222222,\"#000013\"],[0.3333333333333333,\"#000014\"],[0.4444444444444444,\"#000015\"],[0.5555555555555556,\"#000016\"],[0.6666666666666666,\"#000017\"],[0.7777777777777778,\"#000018\"],[0.8888888888888888,\"#000019\"],[1.0,\"#000020\"]]},\"colorway\":[\"#000001\",\"#000002\",\"#000003\",\"#000004\",\"#000005\",\"#000006\",\"#000007\",\"#000008\",\"#000009\",\"#000010\"]}},\"title\":{\"text\":\"Word Counts, Observed and Predicted by Zipf\"},\"yaxis\":{\"title\":{\"text\":\"Frequency\"}},\"legend\":{\"yanchor\":\"top\",\"y\":0.99,\"xanchor\":\"left\",\"x\":0.1}}}" \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/base_dset/data-00000-of-00001.arrow b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/base_dset/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e6dbd1cc73f6f70eaf2b121354cb8808a3c6980c --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/base_dset/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f23eb11877f1bf934ba12d0ce910ccb71b9ce3865798dc6651d12425244b529 +size 489144 diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/base_dset/dataset_info.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/base_dset/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6ea85221bdb20e38d4ac8afff9924c07fa03482f --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/base_dset/dataset_info.json @@ -0,0 +1,51 @@ +{ + "builder_name": "generator", + "citation": "", + "config_name": "default", + "dataset_name": "generator", + "dataset_size": 487928, + "description": "", + "download_checksums": {}, + "download_size": 0, + "features": { + "images": { + "feature": { + "dtype": "string", + "_type": "Value" + }, + "_type": "Sequence" + }, + "metadata": { + "dtype": "string", + "_type": "Value" + }, + "general_metadata": { + "dtype": "string", + "_type": "Value" + }, + "texts": { + "feature": { + "dtype": "string", + "_type": "Value" + }, + "_type": "Sequence" + } + }, + "homepage": "", + "license": "", + "size_in_bytes": 487928, + "splits": { + "train": { + "name": "train", + "num_bytes": 487928, + "num_examples": 100, + "dataset_name": "generator" + } + }, + "version": { + "version_str": "0.0.0", + "major": 0, + "minor": 0, + "patch": 0 + } +} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/base_dset/state.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/base_dset/state.json new file mode 100644 index 0000000000000000000000000000000000000000..af9c667577f319a1b55b15215c7fc50a048aa10b --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/base_dset/state.json @@ -0,0 +1,13 @@ +{ + "_data_files": [ + { + "filename": "data-00000-of-00001.arrow" + } + ], + "_fingerprint": "ae60b20f0290ac61", + "_format_columns": null, + "_format_kwargs": {}, + "_format_type": null, + "_output_all_columns": false, + "_split": "train" +} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/dset_peek.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/dset_peek.json new file mode 100644 index 0000000000000000000000000000000000000000..caca16a8ae99a5ee19ce1b03f185959327d0b66b --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/dset_peek.json @@ -0,0 +1 @@ +{"dset peek": {"images": [["https://eppc.org/wp-content/uploads/2017/07/shutterstock_636139745-1024x683.jpg", null], ["https://cdn.motor1.com/images/mgl/oRKO0/s1/lamborghini-urus-original-carbon-fiber-accessories.jpg", null], [null, "https://slidelegend.com/img/60x80/management-factors-influencing-open-innovation-div_59c212ac1723dd1242167485.jpg", null], [null, "https://www.henryusa.com/wp-content/uploads/2022/07/Kalel_buttstock2-480x407.jpg", null, "https://www.henryusa.com/wp-content/uploads/2021/06/kalel_1200px-480x480.jpg", null], ["https://www.debate.com.mx/__export/1631449386230/sites/debate/img/2021/09/12/turistas-mazatlan-2.jpg_1187572215.jpg", null], ["https://www.glamsham.com/wp-content/uploads/2021/03/f8f324f76b556faeda82528199cc811b.jpg", null], [null, "http://otlsports.com/wp-content/uploads/2019/05/Virginia-basketball-330x186.jpg"], [null, "https://birmingcabbie.files.wordpress.com/2013/01/payday-loan.png?w=625", null, "https://birmingcabbie.files.wordpress.com/2013/01/norwood-018.jpg?w=225&h=300", null], ["https://www.vagabondinn.com/resourcefiles/blogsmallimages/ccut-title.jpg", null], [null, "https://res.cloudinary.com/the-weekly-gripe/image/fetch/https://www.weeklygripe.co.uk/AImg/issues.jpg", null], ["http://cdn.shopify.com/s/files/1/0278/5473/3360/articles/Japanese_Tea_Blog_1024x1024.jpg?v=1629313777", null], ["http://res.heraldm.com/content/image/2021/05/04/20210504000952_0.jpg", null], ["https://i.stack.imgur.com/BrjpG.jpg", "https://i.stack.imgur.com/IqeIc.jpg", "https://i.stack.imgur.com/OwzIj.jpg", "https://i.stack.imgur.com/4xbCs.jpg", "https://i.stack.imgur.com/OXUqH.jpg", "https://i.stack.imgur.com/TTxia.jpg", null], [null, "https://www.toptipz.com.ng/wp-content/uploads/2020/02/5e59569e1f900-340x215.png", "https://www.toptipz.com.ng/wp-content/uploads/2020/02/5e591b9f8a4b0-348x215.jpeg"], ["https://gamecocksonline.com/imgproxy/oRJaXYMtWVCyAUZaLJ2WtaL8Mw-eiS8JgPl57dbcMIg/fit/3840/2160/ce/0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2dhbWVjb2Nrc29ubGluZS1jb20vMjAxNy8wOC9kY2MwZWJlNS05ODk4OTY2LmpwZWc.png", null], [null, "https://paulinepark.com/wp-content/uploads/2014/06/gauguin56-300x231.jpg", null, "https://paulinepark.com/wp-content/uploads/2014/06/Paul-Gauguin-Oviri-Savage-001-183x300.jpg"], [null, "https://talesofthetravelbug.files.wordpress.com/2016/02/g-_photoshop_img_2615.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2599.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2593.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2592.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2608.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2630.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2625.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2686.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2690.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2698.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2710.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2868.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2621.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2826.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2722.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2788.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2751.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2790.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2768.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2813.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2816.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2862.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2874.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/g-_photoshop_img_2844.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2809.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2878.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2902.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2952.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2984.jpg?w=1088", null], [null, "https://minnesota.cbslocal.com/wp-content/uploads/sites/15909630/2018/08/new-brighton-fire.jpg", null], ["https://lh5.googleusercontent.com/proxy/WExIptbY4UDQvirHFf13ljYTSeTve-er8gd8tXgZZFZ0SmjBMGFL85yWBk20ICJbY5va9-ien4RfhqjTxf0y0kKkI4E7vQ5Wa8XszzIZkaACnn03qlGzNg=s0-d", null, "https://lh5.googleusercontent.com/proxy/reE1nNETG3gDd_fBKQjCCLki947y-WOHqh0j30aEjMwo1C5Bjn6kQI3JeAOwzOEzDHS9s6swZba_BTbJYAJtp9-O5EbdZEENXn2KGpWDZ5gSwSTAfgCAbA=s0-d", null, "https://lh3.googleusercontent.com/proxy/zw6rKxtBXir83rM1ef4ak_fy_eV_YXnSJl454x6iRBWLmRFr0el2iBY9fbUi5kM6JMSZJiG6Nkff2GDm6VwIhiww5bBAlWYODomclmJiUd5I2MMmHwBapbIN=s0-d", null, "https://lh3.googleusercontent.com/proxy/n86RYJqbx7oytPRRY9-qSlu-8jFyiTIrIMOyu57iV2ITq9StZmH3Yojdor7jvQRuCojX_iGWf_w_qmw80Ap_qSiot7-hYsW_KH25VfhpfJkXOe2Y5x88UuNU=s0-d", null, "https://lh4.googleusercontent.com/proxy/ywYGhzFkMdaZZ_QK8YgU4AGuB0mSAkL0GHxf8VQEZwmX-uoFDT1p9YdEaMjRpho8hwgjgM0xnA5lKAdMfa5kY5efEGxqpDBUesfzTwjBEK2egKXnNBtjJLDn=s0-d", null], ["https://is3-ssl.mzstatic.com/image/thumb/Podcasts124/v4/d4/2a/8a/d42a8aae-bbef-0505-eaa8-6b80db57100a/mza_13260582032712560114.jpg/600x600bb.jpg", null], ["https://vidmid.com/upload/news/image_1607022019_96572726.jpg", null, "https://vidmid.com/upload/news/image_1607022018_86288425.jpg", "https://vidmid.com/upload/news/image_1607022020_15618687.jpg", null, "https://vidmid.com/upload/news/image_1611340213_9962819.jpg", "https://vidmid.com/upload/news/image_1611349240_58992742.jpeg"], ["https://www.etoren.com/upload/images/0.73465000_1614219269_fujifilm-x-t200-body-kit-box-champagne-gold.jpg", null, "https://www.etoren.com/upload/images/0.03465600_1612495860_canon-eos-m50-mk-ii-body-kit-box-white.jpg", "https://www.etoren.com/upload/images/0.03307800_1555497126_panasonic-lumix-dc-gx9-body-silver.jpg", "https://www.etoren.com/upload/images/0.60473500_1555497010_panasonic-lumix-dc-gx9-body-black.jpg", "https://www.etoren.com/upload/images/Panasonic_Lumix_DMC-GX85_Kit_20mm_II_Silver.jpg", "https://www.etoren.com/upload/images/0.74035000_1624130187_canon-eos-m200-twin-kit-22-15-45-white.jpg", "https://www.etoren.com/upload/images/0.11915800_1610599130_fujifilm-x-t200-body-kit-box-black.jpg", "https://www.etoren.com/upload/images/0.48388800_1614219253_fujifilm-x-t200-body-kit-box-dark-silver.jpg", "https://www.etoren.com/upload/images/0.36035400_1578056340_panasonic-lumix-dmc-gh4-black-kit-box-body-only.jpg", "https://www.etoren.com/upload/images/0.28524600_1612495853_canon-eos-m50-mk-ii-body-kit-box-black.jpg", "https://www.etoren.com/upload/images/0.50576300_1616029136_fujifilm-x-t200-body-dark-silver.jpg"], ["https://ionigeria.com/wp-content/uploads/2021/12/James-Webb-323x330.jpg", null], [null, "https://www.gannett-cdn.com/presto/2018/10/26/PWAU/2a506b32-52f3-4269-bbc5-9a54feafe20c-WDHBrd2_09-05-2017_Herald_1_A001__2017_09_04_IMG_636397938897683883_W_1_1_0UJGPN5O_L1091358173_IMG_636397938897683883_W_1_1_0UJGPN5O.jpg?width=540&height=&fit=bounds&auto=webp", null], [null, "https://cdn.shopify.com/s/files/1/0025/8002/1309/files/iberico-ham-tags-01-png.png?v=1635779263", null, "https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Iberico_pigs_480x480.jpg?v=1635784392", null, "https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Iberico_producer_480x480.jpg?v=1635784418", null, "https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Borough_Shop_x_11_480x480.jpg?v=1629714212", "http://cdn.shopify.com/s/files/1/0025/8002/1309/t/75/assets/popup-header-image_490x.jpg?v=143601077120798896961671709859"], [null, "https://healthyceleb.com/wp-content/uploads/2018/10/Reid-Ewing-218x150.jpg", "https://healthyceleb.com/wp-content/uploads/2018/01/Andrew-McMahon-Healthy-Celeb-218x150.jpg", "https://healthyceleb.com/wp-content/uploads/2015/07/Pay-Attention-To-The-Pain-218x150.jpg"], ["https://worldnews.su/wp-content/uploads/2022/06/db13846c370fcf02fadf1c37d160d76c.jpg", null], [null, "https://observer.com/wp-content/uploads/sites/2/2022/05/GettyImages-1240311308.jpg?quality=80&w=970&strip"], ["https://www.zwillgen.com/wp-content/uploads/2022/05/AdobeStock_394300808-960x540.jpeg", null], [null, "http://cdn.idropnews.com/wp-content/uploads/2018/04/23075239/Rainbow-iPhone-Wallpaper1-729x480.jpg"], ["https://books.google.com/books/content/images/frontcover/L9fFDwAAQBAJ?fife=w200-h370", null, "https://books.google.com/books/content/images/frontcover/HEuKDgAAQBAJ?fife=w200-h370", null, "https://books.google.com/books/content/images/frontcover/QhlZEAAAQBAJ?fife=w200-h370", null, "https://books.google.com/books/content/images/frontcover/YmRmEAAAQBAJ?fife=w200-h370", null, "https://books.google.com/books/content/images/frontcover/yLwlneqlacQC?fife=w200-h370", "https://books.google.com/books/content/images/frontcover/N26meWqmtZsC?fife=w200-h370", "https://books.google.com/books/content/images/frontcover/TovHHlg84_cC?fife=w200-h370", "https://books.google.com/books/content/images/frontcover/B22dDwAAQBAJ?fife=w200-h370", null, "https://books.google.com/books/content/images/frontcover/ql6qCgAAQBAJ?fife=w200-h370", "https://books.google.com/books/content/images/frontcover/ijxIDwAAQBAJ?fife=w200-h370", null, "https://books.google.com/books/content/images/frontcover/XRM9C5VWH-AC?fife=w200-h370", null, "https://books.google.com/books/content/images/frontcover/wshdEAAAQBAJ?fife=w200-h370"], [null, "https://maestrofilm.files.wordpress.com/2014/10/american-psycho-2000.jpg?w\\u003d535\\u0026h\\u003d754", null], ["https://www.austinchronicle.com/imager/b/newfeature/640116/d119/pols_develop1-1.jpg", null], ["https://cdn.fame10.com/eyJidWNrZXQiOiJwdWItc3RvcmFnZSIsImtleSI6ImZhbWUxMC93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOC8wODA2MzcwNS5qcGciLCJlZGl0cyI6eyJ3ZWJwIjp7InF1YWxpdHkiOjgwfSwicmVzaXplIjp7ImZpdCI6ImNvdmVyIiwiYmFja2dyb3VuZCI6eyJyIjowLCJnIjowLCJiIjowLCJhbHBoYSI6MX0sIndpZHRoIjo4OTUsImhlaWdodCI6NDgwLCJwb3NpdGlvbiI6InRvcCJ9fX0=", null], [null, "https://img.ednews.net/news/2020/10/photo_440902.jpg", null], [null, "https://www.hopefornigeriaonline.com/wp-content/uploads/2013/06/south-african-police.jpeg", null, "https://www.hopefornigeriaonline.com/wp-content/uploads/2013/05/olugbenga_ashiru-460x261.jpg", null, "https://www.hopefornigeriaonline.com/wp-content/uploads/2013/05/desmond_tutu-460x261.jpg", null], ["https://cmeindia.in/wp-content/uploads/2022/04/3rd-wave-study-cme-india-1080x675.jpg", null], ["https://media.sitra.fi/2015/12/24010343/saa2273.jpg", null], [null, "https://suesspiciousminds.files.wordpress.com/2013/05/countach-yellow-hanna-big.jpg?w=610&h=411", null, "https://suesspiciousminds.files.wordpress.com/2013/05/wilma.jpg?w=610&h=688", null], [null, "https://www.exquisitecoasts.com/images/road-dingle-wild-atlantic-way-ireland.jpg", null, "https://www.exquisitecoasts.com/images/werner22brigitte-great-coastal-drives-big-sur-pixa.jpg", null], ["https://peterbowes.files.wordpress.com/2011/01/china-girl.jpg?w=229", "https://kurungabaa.files.wordpress.com/2010/03/kowloon.jpg?w=228&h=300", null], [null, "https://ichef.bbci.co.uk/news/624/cpsprodpb/5224/production/_101682012_usgs1.jpg", null], ["http://archiveislam.com/wp-content/uploads/2013/01/muslim-snow-patrol.jpg", null, "http://archiveislam.com/wp-content/uploads/2013/01/muslim-neighbour.jpg", "http://archiveislam.com/wp-content/uploads/2013/01/muslim-stockton.jpg", "http://archiveislam.com/wp-content/uploads/2013/01/muslim-berkshire.jpg", "http://archiveislam.com/wp-content/uploads/2013/01/harvard-university-quran.jpg", "http://archiveislam.com/wp-content/uploads/2013/08/eid-google.jpg", "http://archiveislam.com/wp-content/uploads/2014/05/islam-on-media.jpg"], [null, "https://thegatorseye.com/wp-content/uploads/2020/01/My-Post-1-2-900x675.jpg", null], ["https://static.timesofisrael.com/jewishndev/uploads/2021/04/AN4T7158-640x400.jpg", null], ["https://www.rowadventures.com/sites/rowadventures.com/files/styles/award/public/profile/Malcolm-Reed.jpg?itok=tUpXNECx", null], ["https://theshelfofunreadbooks.files.wordpress.com/2019/02/43217645.jpg?w=199&h=300", null], ["http://energy.agwired.com/wp-content/uploads/sites/11/2010/10/FoodWaste-239x300.jpg", null], ["https://usc-images.s3.amazonaws.com/cache/microplastics-scaled-1024x512.0867de41.jpg", null], [null, "https://speedhunters-wp-production.s3.amazonaws.com/wp-content/uploads/2022/09/23051515/2022-BMW-M1-Procar-Speedhunters-by-Paddy-McGrath-14.jpg", "https://images.hgmsites.net/hug/porsche-911-carrera_100864745_h.jpg", "https://eoouae45rgb.exactdn.com/2022/11/Ferrari-Enzo@660x550.jpg", "https://www.cycleworld.com/resizer/_0t6YxopDQQGqeJxRGW53fRMtPM=/979x734/filters:focal(611x370:621x380)/cloudfront-us-east-1.images.arcpublishing.com/octane/LYYNTZFGVFE3BF5KEA2A5IKOWU.jpg", "https://www.jazzituptruckandauto.com/wp-content/uploads/blog-jeep-lights.jpg", "https://gtspirit.com/wp-content/uploads/2022/11/Porsche-911-T-9.jpeg"], [null, "https://www.gannett-cdn.com/-mm-/79abbaf0ccd99c1f0900f67a1a81ac796b72eea0/c=0-60-481-421/local/-/media/2016/06/10/GreatFalls/B9322505464Z.1_20160610193632_000_GVRELDNGA.1-0.jpg?width=534&height=401&fit=crop", null, "https://www.gannett-cdn.com/-mm-/22658ce5382b8f1b91e260836070d67069159f86/c=51-0-1104-792/local/-/media/2016/06/10/GreatFalls/B9322505464Z.1_20160610193632_000_GVRELE079.1-0.jpg?width=540&height=405&fit=crop", null], ["https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2011/11/Lady-Gaga-Judas.jpg", null], ["https://pbs.twimg.com/media/Ev5nFlYWYAA5SYk?format=jpg&name=large", null], ["https://movizark.files.wordpress.com/2018/09/charlie-day-0de987d60e62889d.jpg?w=300&h=210", null], ["https://paradigmshyft495213390.files.wordpress.com/2022/02/dictator2-1.jpg?w=1120", null], [null, "https://img.rasset.ie/0011ba1b-614.jpg?ratio=1.78", null, "https://img.rasset.ie/0013280f-614.jpg?ratio=1.02", null], ["http://cmt.mtvnimages.com/uri/mgid:uma:image:cmt.com:1647334?quality=0.8&format=jpg&height=495&width=660", null], [null, "https://lh6.googleusercontent.com/-8G4ILMarj-M/TW7iTejGbsI/AAAAAAAACbg/jw9pauDtIKo/s400/hand_full_of_dirt-1.jpg", null], [null, "https://dq5pwpg1q8ru0.cloudfront.net/2020/11/10/15/06/49/b5799939-68ea-49c0-ab38-5cbb3738a03f/lightstock_78933_small_nathan_klahsen.jpg", null], [null, "https://silverchips.mbhs.edu/uploads/images/2018/08/01/21712.jpg", null], ["http://realdealtheatre.webs.com/WestEnd%20Xtra%201.jpg", "http://realdealtheatre.webs.com/West%20End%20Extra%20Sitcom%20Saturday.jpg", null], ["https://images-na.ssl-images-amazon.com/images/I/81Lz+z3qpkL.jpg", null], ["https://www.ungeek.ph/wp-content/uploads/2016/10/Rock-Reacts.jpg", "https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock2-1024x576.jpg", null, "https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock-cross-1024x576.jpg", null, "https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock-fanny-658x1024.jpg", null], ["https://holaamericanews.com/wp-content/uploads/2018/01/optimized-to-my-bros-696x522.jpg", null, "https://holaamericanews.com/wp-content/uploads/2018/01/Carmona-1-150x150.jpg", null], ["https://nobeladventures.files.wordpress.com/2019/04/img_1574.jpg?w=1088", null, "https://nobeladventures.files.wordpress.com/2019/04/img_1573.jpg?w=739", "https://nobeladventures.files.wordpress.com/2019/04/img_1574.jpg?w=739", "https://nobeladventures.files.wordpress.com/2019/04/1e0d34bc-fb2c-430e-9fb6-20c4bac7ad46.jpg?w=739", "https://nobeladventures.files.wordpress.com/2019/04/img_0352.jpg?w=739", "https://nobeladventures.files.wordpress.com/2019/04/img_0361.jpg?w=739", "https://nobeladventures.files.wordpress.com/2019/04/img_0364.jpg?w=739", "https://nobeladventures.files.wordpress.com/2019/04/img_0368.jpg?w=739", "https://nobeladventures.files.wordpress.com/2019/04/img_0377.jpg?w=739", "https://nobeladventures.files.wordpress.com/2019/04/img_1575.jpg?w=739", null], ["https://www.nationalhogfarmer.com/sites/nationalhogfarmer.com/files/styles/article_featured_standard/public/NHF-pigsbarns_2.jpg?itok=dAtEUiHd", null, "https://www.nationalhogfarmer.com/sites/cet.com/files/Plain%20graphic%201%2010.21.png", null, "https://www.nationalhogfarmer.com/sites/cet.com/files/Plain%20graphic%202.png", null, "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%203%2010.21.png", null, "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%204%2010.21.png", null, "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%205%2010.21.png", null, "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%206%2010.21.png", null, "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%207%2010.21.png"], ["https://lthumb.lisimg.com/731/11355731.jpg?width=170&sharpen=true", null], ["http://cdn.shopify.com/s/files/1/1372/5377/articles/Most-Popular-Concealed-Carry-Guns-Web-GunGoddess-min_1600x.jpg?v=1623552029", null, "http://cdn.shopify.com/s/files/1/1372/5377/articles/5-things-to-do-after-buying-a-gun-GunGoddess-min_1600x.jpg?v=1623552024", "http://cdn.shopify.com/s/files/1/1372/5377/articles/Good-Advice-Buying-First-Gun-GunGoddess-min_1600x.jpg?v=1623552026", "http://cdn.shopify.com/s/files/1/1372/5377/articles/terms-buying-a-handgun-GunGoddess-min_1600x.jpg?v=1623552032", null], [null, "https://www.historytoday.com/sites/default/files/styles/teaser_list/public/bayeaux.jpg?itok=FTrCT1nV", null, "https://www.historytoday.com/sites/default/files/styles/teaser_list/public/roxane_thumb.jpg?itok=2JRBz_Qx", null], ["https://www.gsa.gov/cdnstatic/ABG.jpg", null, "https://www.gsa.gov/cdnstatic/02_AfricanBurial_lo.jpg"], [null, "https://hd-report.com/wp-content/uploads/2014/02/netflix-ISP-rankings-january-452x600.jpg", null], [null, "https://www.lawyersandsettlements.com/images/articles2/Pill-bottle-money-article.jpg", null], [null, "https://www.adorama.com/images/Large/msigs65st054.jpg", null, "https://m.xcite.com/media/catalog/product/cache/1/thumbnail/550x400/9df78eab33525d08d6e5fb8d27136e95/b/u/buy_msi_core_i7_8gb_ram_1tb_hdd___128gb_ssd_4gb_nvidia_15_inch_gaming_laptop_-_gv627rd_price_result_1.jpg"], [null, "http://2.bp.blogspot.com/-sf0huKQfzIM/T6BLLO-tVtI/AAAAAAAAAMk/Y9UG5CT8aiE/s640/March+2012+Bank+of+Italy+Collateral+Composition.tiff", "http://3.bp.blogspot.com/-PZnlKliPoQY/T6BLIQ60wVI/AAAAAAAAAMc/I7O604qgZjA/s640/August+Bank+of+Italy+Collateral+Composition.tiff", null, "http://4.bp.blogspot.com/-xZA9Yo3d6eA/T6BRjbLh4fI/AAAAAAAAAMw/56QAQJLjSzI/s400/Italian+Banks'+net+purchases+of+government+debt.tiff"], ["https://assets.thehansindia.com/h-upload/2021/08/30/1105118-cpi.webp", null], [null, "https://wkuf.fm/wp-content/uploads/2018/03/JLM-Image-300x264.jpg", null, "https://wkuf.fm/wp-content/uploads/2019/07/50s60s-300x283.jpg"], [null, "https://dailytimes.com.pk/assets/uploads/2018/09/21/53f51f8c8c076.jpg", null], ["https://www.dailyfinland.fi/assets/news_photos/2021/04/29/image-21426.jpg", null], [null, "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-1-e1570716278120-400x284.png", "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-3-400x284.png", null, "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-6-400x284.png", null, "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-7-400x284.png", "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-4-400x284.png", "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-5-400x284.png", "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-9-400x284.png", null, "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-10-400x284.png", null], [null, "https://3.bp.blogspot.com/-TMfMfVXZKuk/V0OgTNnJ7lI/AAAAAAAAD1c/rWvp4xRRtCQvIPERG82YCNcLUi3NVWMlACLcB/s640/IMF%2BGreece%2Bunemployment.jpg", null, "https://2.bp.blogspot.com/-hvCX7VTUuD8/V0Ohm0li81I/AAAAAAAAD1o/_5I0nhaPzxQYHErCN8RB75reLyf5eBBwgCLcB/s640/IMF%2BGreece%2Binvestment.jpg", null, "https://2.bp.blogspot.com/-bJoNbOfCTZA/V0OjmGjAfiI/AAAAAAAAD10/nxNHpa0uxm8lz2qT558RFINIoTo4-TFSACLcB/s640/IMF%2BGreece%2BTFP.jpg", null], [null, "http://philadelphia.cbslocal.com/wp-content/uploads/sites/15116066/2013/02/lumineers_street1.jpg", null], [null, "http://www.tdisport.com/wp-content/uploads/2009/09/58701vw--300x225.jpg", null], ["https://www.betarena.com/wp-content/uploads/elementor/thumbs/Atlanta-United-vs-Montreal-Impact-Betting-Tip-and-Prediction-oedudyfgljiufdvu3gvnjqo22e10pz8bi28wikjrcs.jpg", null, "https://www.betarena.com/wp-content/uploads/2020/02/AEK-300x169.jpeg", "https://www.betarena.com/wp-content/uploads/2020/02/Atromitos-300x204.jpg", "https://www.betarena.com/wp-content/uploads/2020/02/Aris-370x305.jpg", "https://www.betarena.com/wp-content/uploads/2020/02/Leon-1-370x305.jpg", "https://www.betarena.com/wp-content/uploads/2020/01/pngfuel.com_.png"], ["http://climateemergencydeclaration.org/wp-content/uploads/2021/02/MelanieScaife_CouncilMeeting-collage800.jpg", null], [null, "http://i.forbesimg.com/media/lists/companies/bausch-plus-lomb_416x416.jpg", null], ["https://megamarathi.com/wp-content/uploads/2016/11/Braveheart-Marathi-Movie-Selected-In-Third-Eye-Asian-Film-Festival.jpg", null], [null, "https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-12-27-12-54-43_deco.jpg", null, "https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2015-02-14-13-14-51_deco.jpg?w=225", null, "https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-09-14-12-48-37_deco.jpg?w=225", null, "https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-12-27-12-54-43_deco.jpg?w=225", null], ["https://pnesterovacom.files.wordpress.com/2020/11/people-woman-hand-desk-6360.jpg?w=1250", null, "https://pnesterovacom.files.wordpress.com/2020/12/learn-english-link2.png", "https://pnesterovacom.files.wordpress.com/2020/12/about-me-link.png", null, "https://pnesterovacom.files.wordpress.com/2020/12/self-intro-and-photo.png"], ["https://shapingthefutureofpower.files.wordpress.com/2020/09/cropped-img_6919-e1600473840730.jpg", null], [null, "http://phototass4.cdnvideo.ru/width/1020_b9261fa1/tass/m2/en/uploads/i/20181001/1204153.jpg", null], [null, "https://andoverleader.com/wp-content/uploads/2020/06/Edge-Of-Tomorrow-2-poster-1-1-1.webp", null], [null, "https://www.amnews.com/wp-content/uploads/sites/41/2016/11/Centre-1st-rd-18.jpg?w=1024", null], [null, "https://res.cloudinary.com/practicaldev/image/fetch/s--aaLTJRhS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/jg3498ayt6ritcnotyfl.png", null], [null, "https://v5.femalefirst.co.uk/image-library/partners/bang/land/1000/e/eddie-redmayne-aW1hZ2VzMS8yMDE4LzExLzE0LzAwNTM2NDAwMDE1NDIxO.jpg", null, "https://v5.femalefirst.co.uk/image-library/partners/bang/land/250/a/annie-wallace-aW1hZ2VzMS8yMDIxLzA2LzExLzE2MjM0MTAyMjBjcm9wcG.jpg", "https://v5.femalefirst.co.uk/image-library/partners/bang/land/250/e/eddie-redmayne-aW1hZ2VzMS8yMDE4LzExLzEzLzA3MTY0MzcwMDE1NDIxN.jpg"], ["https://www.saturdayeveningpost.com/wp-content/uploads/satevepost/2017-so-pg18-motherdaughter.jpg", null], ["http://feifa.eu/wp-content/uploads/2017/11/piggy-bank-statement-400-300x200.jpeg", null], ["http://blogs.reading.ac.uk/crg/files/2015/12/Mahleb2.jpg", "http://blogs.reading.ac.uk/crg/files/2015/12/Mahleb_Grinder.jpg", null], ["https://www.wired.com/images_blogs/underwire/2009/11/murdoch-line.png", null], [null, "https://www.gannett-cdn.com/-mm-/cfc530a7632537c29651d465286b807d63a5f9dc/c=194-0-1346-866/local/-/media/2015/10/16/Salem/Salem/635806085938526440-OR3.jpg?width=534&height=401&fit=crop", null, "http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/03826eda33c092b93d8be28214d91a5c2b97d530/c=0-0-1039-1039/local/-/media/Salem/Salem/2014/07/24/1406236948010-14547399159-f018dfdd19-o.jpg", null, "http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/00091fc00565a241cd46a450054aa381d5a1e6a1/c=300-0-1800-1500/local/-/media/Salem/2015/03/14/B9316553846Z.1_20150314190023_000_GFLA74H74.1-0.jpg", null], ["https://cdn.businesstraveller.com/wp-content/uploads/fly-images/856999/Boeings-10000th-737-916x516.jpeg", null, "https://cdn.businesstraveller.com/wp-content/uploads/fly-images/849951/Max-71-360x203.jpeg", "https://cdn.businesstraveller.com/wp-content/uploads/fly-images/795138/K66629-01-360x203.jpg", "https://cdn.businesstraveller.com/wp-content/uploads/fly-images/814749/Boeing-B737-Max-10-360x202.jpg"]], "metadata": ["[{\"document_url\": \"https://eppc.org/publication/declaration-of-disruption/\", \"unformatted_src\": \"https://eppc.org/wp-content/uploads/2017/07/shutterstock_636139745-1024x683.jpg\", \"src\": \"https://eppc.org/wp-content/uploads/2017/07/shutterstock_636139745-1024x683.jpg\", \"formatted_filename\": \"shutterstock\", \"rendered_width\": 1024, \"rendered_height\": 683, \"original_width\": 1024, \"original_height\": 683, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://lamborghinichat.com/forum/news/vw-group-allegedly-receives-offer-to-sell-lamborghini-for-9-2-billion.728/\", \"unformatted_src\": \"https://cdn.motor1.com/images/mgl/oRKO0/s1/lamborghini-urus-original-carbon-fiber-accessories.jpg\", \"src\": \"https://cdn.motor1.com/images/mgl/oRKO0/s1/lamborghini-urus-original-carbon-fiber-accessories.jpg\", \"formatted_filename\": \"lamborghini urus original carbon fiber accessories\", \"alt_text\": \"VW Group Allegedly Receives Offer To Sell Lamborghini For $9.2 Billion\", \"original_width\": 1920, \"original_height\": 1080, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://slidelegend.com/the-influencing-factors-on-entrepreneurship-ti-journals_59d9b3c91723dd4b8ead833e.html\", \"unformatted_src\": \"https://slidelegend.com/img/60x80/management-factors-influencing-open-innovation-div_59c212ac1723dd1242167485.jpg\", \"src\": \"https://slidelegend.com/img/60x80/management-factors-influencing-open-innovation-div_59c212ac1723dd1242167485.jpg\", \"formatted_filename\": \"management factors influencing open innovation div c ac dd\", \"rendered_width\": 626, \"original_width\": 626, \"original_height\": 626, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.henryusa.com/flexforkal/\", \"unformatted_src\": \"https://www.henryusa.com/wp-content/uploads/2022/07/Kalel_buttstock2-480x407.jpg\", \"src\": \"https://www.henryusa.com/wp-content/uploads/2022/07/Kalel_buttstock2-480x407.jpg\", \"formatted_filename\": \"Kalel buttstock\", \"alt_text\": \"Flex for Kalele\", \"rendered_width\": 380, \"rendered_height\": 323, \"original_width\": 480, \"original_height\": 407, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.henryusa.com/flexforkal/\", \"unformatted_src\": \"https://www.henryusa.com/wp-content/uploads/2021/06/kalel_1200px-480x480.jpg\", \"src\": \"https://www.henryusa.com/wp-content/uploads/2021/06/kalel_1200px-480x480.jpg\", \"formatted_filename\": \"kalel px\", \"alt_text\": \"Kalel Never Give Up\", \"rendered_width\": 360, \"rendered_height\": 360, \"original_width\": 480, \"original_height\": 480, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.arout.net/hotel-occupancy-drops-due-to-covid-19-certificates-in-mazatlan/\", \"unformatted_src\": \"https://www.debate.com.mx/__export/1631449386230/sites/debate/img/2021/09/12/turistas-mazatlan-2.jpg_1187572215.jpg\", \"src\": \"https://www.debate.com.mx/__export/1631449386230/sites/debate/img/2021/09/12/turistas-mazatlan-2.jpg_1187572215.jpg\", \"formatted_filename\": \"turistas mazatlan\", \"original_width\": 1000, \"original_height\": 1000, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.glamsham.com/world/technology/apple-may-launch-ar-contact-lenses-in-10-years\", \"unformatted_src\": \"https://www.glamsham.com/wp-content/uploads/2021/03/f8f324f76b556faeda82528199cc811b.jpg\", \"src\": \"https://www.glamsham.com/wp-content/uploads/2021/03/f8f324f76b556faeda82528199cc811b.jpg\", \"formatted_filename\": \"f f f b faeda cc b\", \"rendered_width\": 400, \"rendered_height\": 209, \"original_width\": 400, \"original_height\": 209, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"http://otlsports.com/patriots-vs-dolphins-biggest-nfl-spreads-this-decade/\", \"unformatted_src\": \"http://otlsports.com/wp-content/uploads/2019/05/Virginia-basketball-330x186.jpg\", \"src\": \"http://otlsports.com/wp-content/uploads/2019/05/Virginia-basketball-330x186.jpg\", \"formatted_filename\": \"Virginia basketball\", \"rendered_width\": 330, \"rendered_height\": 186, \"original_width\": 330, \"original_height\": 186, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"https://birmingcabbie.wordpress.com/2013/01/16/silver-and-gold/\", \"unformatted_src\": \"https://birmingcabbie.files.wordpress.com/2013/01/payday-loan.png?w=625\", \"src\": \"https://birmingcabbie.files.wordpress.com/2013/01/payday-loan.png?w=625\", \"formatted_filename\": \"payday loan\", \"alt_text\": \"payday loan\", \"original_width\": 259, \"original_height\": 194, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://birmingcabbie.wordpress.com/2013/01/16/silver-and-gold/\", \"unformatted_src\": \"https://birmingcabbie.files.wordpress.com/2013/01/norwood-018.jpg?w=225&h=300\", \"src\": \"https://birmingcabbie.files.wordpress.com/2013/01/norwood-018.jpg?w=225&h=300\", \"formatted_filename\": \"norwood\", \"alt_text\": \"norwood 018\", \"rendered_width\": 225, \"rendered_height\": 300, \"original_width\": 225, \"original_height\": 300, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.vagabondinn.com/blog/vagabond-inn-comes-to-utah\", \"unformatted_src\": \"https://www.vagabondinn.com/resourcefiles/blogsmallimages/ccut-title.jpg\", \"src\": \"https://www.vagabondinn.com/resourcefiles/blogsmallimages/ccut-title.jpg\", \"formatted_filename\": \"ccut title\", \"rendered_width\": 900, \"rendered_height\": 536, \"original_width\": 900, \"original_height\": 536, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.weeklygripe.co.uk/overuse-of-the-word-issue-in-the-media\", \"unformatted_src\": \"https://res.cloudinary.com/the-weekly-gripe/image/fetch/https://www.weeklygripe.co.uk/AImg/issues.jpg\", \"src\": \"https://res.cloudinary.com/the-weekly-gripe/image/fetch/https://www.weeklygripe.co.uk/AImg/issues.jpg\", \"formatted_filename\": \"issues\", \"alt_text\": \"Issues, over use of the word issue in the media\", \"original_width\": 250, \"original_height\": 187, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.heavenlytealeaves.com/blogs/heavenly-tea-leaves-blog/exploring-the-green-teas-of-japan\", \"unformatted_src\": \"//cdn.shopify.com/s/files/1/0278/5473/3360/articles/Japanese_Tea_Blog_1024x1024.jpg?v=1629313777\", \"src\": \"http://cdn.shopify.com/s/files/1/0278/5473/3360/articles/Japanese_Tea_Blog_1024x1024.jpg?v=1629313777\", \"formatted_filename\": \"Japanese Tea Blog\", \"alt_text\": \"Exploring the Green Teas of Japan\", \"original_width\": 1024, \"original_height\": 1024, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://tm.koreaherald.com/view.php?ud=20210504001014\", \"unformatted_src\": \"http://res.heraldm.com/content/image/2021/05/04/20210504000952_0.jpg\", \"src\": \"http://res.heraldm.com/content/image/2021/05/04/20210504000952_0.jpg\", \"original_width\": 1280, \"original_height\": 873, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://bricks.stackexchange.com/questions/14655/how-do-you-display-multiple-items-at-once-on-an-ev3-screen/15044\", \"unformatted_src\": \"https://i.stack.imgur.com/BrjpG.jpg\", \"src\": \"https://i.stack.imgur.com/BrjpG.jpg\", \"formatted_filename\": \"BrjpG\", \"alt_text\": \"code\", \"original_width\": 328, \"original_height\": 228, \"format\": \"jpeg\"}, {\"document_url\": \"https://bricks.stackexchange.com/questions/14655/how-do-you-display-multiple-items-at-once-on-an-ev3-screen/15044\", \"unformatted_src\": \"https://i.stack.imgur.com/IqeIc.jpg\", \"src\": \"https://i.stack.imgur.com/IqeIc.jpg\", \"formatted_filename\": \"IqeIc\", \"alt_text\": \"howtoaccess\", \"original_width\": 283, \"original_height\": 354, \"format\": \"jpeg\"}, {\"document_url\": \"https://bricks.stackexchange.com/questions/14655/how-do-you-display-multiple-items-at-once-on-an-ev3-screen/15044\", \"unformatted_src\": \"https://i.stack.imgur.com/OwzIj.jpg\", \"src\": \"https://i.stack.imgur.com/OwzIj.jpg\", \"formatted_filename\": \"OwzIj\", \"alt_text\": \"whatitlookslike\", \"original_width\": 992, \"original_height\": 587, \"format\": \"jpeg\"}, {\"document_url\": \"https://bricks.stackexchange.com/questions/14655/how-do-you-display-multiple-items-at-once-on-an-ev3-screen/15044\", \"unformatted_src\": \"https://i.stack.imgur.com/4xbCs.jpg\", \"src\": \"https://i.stack.imgur.com/4xbCs.jpg\", \"formatted_filename\": \"xbCs\", \"alt_text\": \"save\", \"original_width\": 985, \"original_height\": 580, \"format\": \"jpeg\"}, {\"document_url\": \"https://bricks.stackexchange.com/questions/14655/how-do-you-display-multiple-items-at-once-on-an-ev3-screen/15044\", \"unformatted_src\": \"https://i.stack.imgur.com/OXUqH.jpg\", \"src\": \"https://i.stack.imgur.com/OXUqH.jpg\", \"formatted_filename\": \"OXUqH\", \"alt_text\": \"hereitis\", \"original_width\": 408, \"original_height\": 234, \"format\": \"jpeg\"}, {\"document_url\": \"https://bricks.stackexchange.com/questions/14655/how-do-you-display-multiple-items-at-once-on-an-ev3-screen/15044\", \"unformatted_src\": \"https://i.stack.imgur.com/TTxia.jpg\", \"src\": \"https://i.stack.imgur.com/TTxia.jpg\", \"formatted_filename\": \"TTxia\", \"alt_text\": \"lineaddition\", \"original_width\": 411, \"original_height\": 259, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.toptipz.com.ng/armed-robbers-police-uniforms-enugu-caught-gun-battle-photos/\", \"unformatted_src\": \"https://www.toptipz.com.ng/wp-content/uploads/2020/02/5e59569e1f900-340x215.png\", \"src\": \"https://www.toptipz.com.ng/wp-content/uploads/2020/02/5e59569e1f900-340x215.png\", \"formatted_filename\": \"e e f\", \"rendered_width\": 340, \"rendered_height\": 215, \"original_width\": 340, \"original_height\": 215, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.toptipz.com.ng/armed-robbers-police-uniforms-enugu-caught-gun-battle-photos/\", \"unformatted_src\": \"https://www.toptipz.com.ng/wp-content/uploads/2020/02/5e591b9f8a4b0-348x215.jpeg\", \"src\": \"https://www.toptipz.com.ng/wp-content/uploads/2020/02/5e591b9f8a4b0-348x215.jpeg\", \"formatted_filename\": \"e b f a b\", \"rendered_width\": 348, \"rendered_height\": 215, \"original_width\": 348, \"original_height\": 215, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://gamecocksonline.com/news/2017/08/22/breaking-down-the-offensive-line/\", \"unformatted_src\": \"https://gamecocksonline.com/imgproxy/oRJaXYMtWVCyAUZaLJ2WtaL8Mw-eiS8JgPl57dbcMIg/fit/3840/2160/ce/0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2dhbWVjb2Nrc29ubGluZS1jb20vMjAxNy8wOC9kY2MwZWJlNS05ODk4OTY2LmpwZWc.png\", \"src\": \"https://gamecocksonline.com/imgproxy/oRJaXYMtWVCyAUZaLJ2WtaL8Mw-eiS8JgPl57dbcMIg/fit/3840/2160/ce/0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2dhbWVjb2Nrc29ubGluZS1jb20vMjAxNy8wOC9kY2MwZWJlNS05ODk4OTY2LmpwZWc.png\", \"formatted_filename\": \"aHR cHM Ly zdG yYWdlLmdvb dsZWFwaXMuY tL dhbWVjb Nrc ubGluZS jb vMjAxNy wOC kY MwZWJlNS ODk OTY LmpwZWc\", \"alt_text\": \"Breaking Down the Offensive Line\", \"original_width\": 2352, \"original_height\": 1456, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://paulinepark.com/2014/06/09/gauguin-exoticization-primitivism-paganism/\", \"unformatted_src\": \"https://paulinepark.com/wp-content/uploads/2014/06/gauguin56-300x231.jpg\", \"src\": \"https://paulinepark.com/wp-content/uploads/2014/06/gauguin56-300x231.jpg\", \"formatted_filename\": \"gauguin\", \"rendered_width\": 300, \"rendered_height\": 231, \"original_width\": 300, \"original_height\": 231, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://paulinepark.com/2014/06/09/gauguin-exoticization-primitivism-paganism/\", \"unformatted_src\": \"https://paulinepark.com/wp-content/uploads/2014/06/Paul-Gauguin-Oviri-Savage-001-183x300.jpg\", \"src\": \"https://paulinepark.com/wp-content/uploads/2014/06/Paul-Gauguin-Oviri-Savage-001-183x300.jpg\", \"formatted_filename\": \"Paul Gauguin Oviri Savage\", \"rendered_width\": 183, \"rendered_height\": 300, \"original_width\": 183, \"original_height\": 300, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/g-_photoshop_img_2615.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/g-_photoshop_img_2615.jpg?w=1088\", \"formatted_filename\": \"g photoshop img\", \"alt_text\": \"G-_Photoshop_IMG_2615\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2599.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2599.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2599\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2593.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2593.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2593\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2592.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2592.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2592\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2608.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2608.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2608\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2630.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2630.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2630\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2625.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2625.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2625\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2686.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2686.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2686\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2690.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2690.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2690\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2698.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2698.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2698\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2710.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2710.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2710\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2868.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2868.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2868\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2621.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2621.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2621\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2826.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2826.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2826\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2722.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2722.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2722\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2788.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2788.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2788\", \"original_width\": 1088, \"original_height\": 1632, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2751.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2751.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2751\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2790.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2790.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2790\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2768.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2768.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2768\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2813.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2813.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2813\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2816.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2816.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2816\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2862.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2862.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2862\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2874.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2874.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2874\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/g-_photoshop_img_2844.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/g-_photoshop_img_2844.jpg?w=1088\", \"formatted_filename\": \"g photoshop img\", \"alt_text\": \"G-_Photoshop_IMG_2844\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2809.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2809.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2809\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2878.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2878.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2878\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2902.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2902.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2902\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2952.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2952.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2952\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2984.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2984.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2984\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://minnesota.cbslocal.com/2018/08/20/new-brighton-house-fire-dogs-rescued/\", \"unformatted_src\": \"https://minnesota.cbslocal.com/wp-content/uploads/sites/15909630/2018/08/new-brighton-fire.jpg\", \"src\": \"https://minnesota.cbslocal.com/wp-content/uploads/sites/15909630/2018/08/new-brighton-fire.jpg\", \"formatted_filename\": \"new brighton fire\", \"rendered_width\": 420, \"rendered_height\": 315, \"original_width\": 2004, \"original_height\": 1503, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://simonegallina.blogspot.com/2012/03/famous-painter-of-prehistoric-murals.html\", \"unformatted_src\": \"https://lh5.googleusercontent.com/proxy/WExIptbY4UDQvirHFf13ljYTSeTve-er8gd8tXgZZFZ0SmjBMGFL85yWBk20ICJbY5va9-ien4RfhqjTxf0y0kKkI4E7vQ5Wa8XszzIZkaACnn03qlGzNg=s0-d\", \"src\": \"https://lh5.googleusercontent.com/proxy/WExIptbY4UDQvirHFf13ljYTSeTve-er8gd8tXgZZFZ0SmjBMGFL85yWBk20ICJbY5va9-ien4RfhqjTxf0y0kKkI4E7vQ5Wa8XszzIZkaACnn03qlGzNg=s0-d\", \"formatted_filename\": \"WExIptbY UDQvirHFf ljYTSeTve er gd tXgZZFZ SmjBMGFL yWBk ICJbY va ien RfhqjTxf y kKkI E vQ Wa XszzIZkaACnn qlGzNg=s d\", \"alt_text\": \"201203201540\", \"rendered_width\": 600, \"rendered_height\": 546, \"original_width\": 600, \"original_height\": 546, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://simonegallina.blogspot.com/2012/03/famous-painter-of-prehistoric-murals.html\", \"unformatted_src\": \"https://lh5.googleusercontent.com/proxy/reE1nNETG3gDd_fBKQjCCLki947y-WOHqh0j30aEjMwo1C5Bjn6kQI3JeAOwzOEzDHS9s6swZba_BTbJYAJtp9-O5EbdZEENXn2KGpWDZ5gSwSTAfgCAbA=s0-d\", \"src\": \"https://lh5.googleusercontent.com/proxy/reE1nNETG3gDd_fBKQjCCLki947y-WOHqh0j30aEjMwo1C5Bjn6kQI3JeAOwzOEzDHS9s6swZba_BTbJYAJtp9-O5EbdZEENXn2KGpWDZ5gSwSTAfgCAbA=s0-d\", \"formatted_filename\": \"reE nNETG gDd fBKQjCCLki y WOHqh j aEjMwo C Bjn kQI JeAOwzOEzDHS s swZba BTbJYAJtp O EbdZEENXn KGpWDZ gSwSTAfgCAbA=s d\", \"alt_text\": \"201203201545\", \"rendered_width\": 600, \"rendered_height\": 410, \"original_width\": 600, \"original_height\": 410, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://simonegallina.blogspot.com/2012/03/famous-painter-of-prehistoric-murals.html\", \"unformatted_src\": \"https://lh3.googleusercontent.com/proxy/zw6rKxtBXir83rM1ef4ak_fy_eV_YXnSJl454x6iRBWLmRFr0el2iBY9fbUi5kM6JMSZJiG6Nkff2GDm6VwIhiww5bBAlWYODomclmJiUd5I2MMmHwBapbIN=s0-d\", \"src\": \"https://lh3.googleusercontent.com/proxy/zw6rKxtBXir83rM1ef4ak_fy_eV_YXnSJl454x6iRBWLmRFr0el2iBY9fbUi5kM6JMSZJiG6Nkff2GDm6VwIhiww5bBAlWYODomclmJiUd5I2MMmHwBapbIN=s0-d\", \"formatted_filename\": \"zw rKxtBXir rM ef ak fy eV YXnSJliRBWLmRFr el iBY fbUi kM JMSZJiG Nkff GDm VwIhiww bBAlWYODomclmJiUd I MMmHwBapbIN=s d\", \"alt_text\": \"201203201542-2\", \"rendered_width\": 600, \"rendered_height\": 442, \"original_width\": 600, \"original_height\": 442, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://simonegallina.blogspot.com/2012/03/famous-painter-of-prehistoric-murals.html\", \"unformatted_src\": \"https://lh3.googleusercontent.com/proxy/n86RYJqbx7oytPRRY9-qSlu-8jFyiTIrIMOyu57iV2ITq9StZmH3Yojdor7jvQRuCojX_iGWf_w_qmw80Ap_qSiot7-hYsW_KH25VfhpfJkXOe2Y5x88UuNU=s0-d\", \"src\": \"https://lh3.googleusercontent.com/proxy/n86RYJqbx7oytPRRY9-qSlu-8jFyiTIrIMOyu57iV2ITq9StZmH3Yojdor7jvQRuCojX_iGWf_w_qmw80Ap_qSiot7-hYsW_KH25VfhpfJkXOe2Y5x88UuNU=s0-d\", \"formatted_filename\": \"n RYJqbx oytPRRY qSlu jFyiTIrIMOyu iV ITq StZmH Yojdor jvQRuCojX iGWf w qmw Ap qSiot hYsW KH VfhpfJkXOe YUuNU=s d\", \"alt_text\": \"201203201542-3\", \"rendered_width\": 600, \"rendered_height\": 401, \"original_width\": 600, \"original_height\": 401, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://simonegallina.blogspot.com/2012/03/famous-painter-of-prehistoric-murals.html\", \"unformatted_src\": \"https://lh4.googleusercontent.com/proxy/ywYGhzFkMdaZZ_QK8YgU4AGuB0mSAkL0GHxf8VQEZwmX-uoFDT1p9YdEaMjRpho8hwgjgM0xnA5lKAdMfa5kY5efEGxqpDBUesfzTwjBEK2egKXnNBtjJLDn=s0-d\", \"src\": \"https://lh4.googleusercontent.com/proxy/ywYGhzFkMdaZZ_QK8YgU4AGuB0mSAkL0GHxf8VQEZwmX-uoFDT1p9YdEaMjRpho8hwgjgM0xnA5lKAdMfa5kY5efEGxqpDBUesfzTwjBEK2egKXnNBtjJLDn=s0-d\", \"formatted_filename\": \"ywYGhzFkMdaZZ QK YgU AGuB mSAkL GHxf VQEZwmX uoFDT p YdEaMjRpho hwgjgM xnA lKAdMfa kY efEGxqpDBUesfzTwjBEK egKXnNBtjJLDn=s d\", \"alt_text\": \"201203201540-1\", \"rendered_width\": 600, \"rendered_height\": 781, \"original_width\": 600, \"original_height\": 781, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.podparadise.com/Podcast/1533560948/Listen/1607614191/0\", \"unformatted_src\": \"https://is3-ssl.mzstatic.com/image/thumb/Podcasts124/v4/d4/2a/8a/d42a8aae-bbef-0505-eaa8-6b80db57100a/mza_13260582032712560114.jpg/600x600bb.jpg\", \"src\": \"https://is3-ssl.mzstatic.com/image/thumb/Podcasts124/v4/d4/2a/8a/d42a8aae-bbef-0505-eaa8-6b80db57100a/mza_13260582032712560114.jpg/600x600bb.jpg\", \"formatted_filename\": \"bb\", \"alt_text\": \"The Fact Hunter\", \"rendered_width\": 170, \"rendered_height\": 170, \"original_width\": 600, \"original_height\": 600, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://vidmid.com/news/sir-ian-mckellen-martin-freeman-and-the-lord-of-the-rings-cast-kickstart-fundraising-campaign-to-buy-author-j-r-r-tolkien-s-oxford-home?uid=226886\", \"unformatted_src\": \"upload/news/image_1607022019_96572726.jpg\", \"src\": \"https://vidmid.com/upload/news/image_1607022019_96572726.jpg\", \"formatted_filename\": \"image\", \"original_width\": 2798, \"original_height\": 1680, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://vidmid.com/news/sir-ian-mckellen-martin-freeman-and-the-lord-of-the-rings-cast-kickstart-fundraising-campaign-to-buy-author-j-r-r-tolkien-s-oxford-home?uid=226886\", \"unformatted_src\": \"upload/news/image_1607022018_86288425.jpg\", \"src\": \"https://vidmid.com/upload/news/image_1607022018_86288425.jpg\", \"formatted_filename\": \"image\", \"alt_text\": \"#RHOBH\\u2019s Erika Jayne & Tom Girardi Accused Of Embezzling Money From Plane Crash Victims\", \"original_width\": 560, \"original_height\": 425, \"format\": \"jpeg\"}, {\"document_url\": \"https://vidmid.com/news/sir-ian-mckellen-martin-freeman-and-the-lord-of-the-rings-cast-kickstart-fundraising-campaign-to-buy-author-j-r-r-tolkien-s-oxford-home?uid=226886\", \"unformatted_src\": \"upload/news/image_1607022020_15618687.jpg\", \"src\": \"https://vidmid.com/upload/news/image_1607022020_15618687.jpg\", \"formatted_filename\": \"image\", \"alt_text\": \"Dua Lipa Opens Up About The Pressures Of Being A Female In Pop Music: \\u2018We\\u2019re Met With So Much More Criticism\\u2019\", \"original_width\": 3840, \"original_height\": 2160, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://vidmid.com/news/sir-ian-mckellen-martin-freeman-and-the-lord-of-the-rings-cast-kickstart-fundraising-campaign-to-buy-author-j-r-r-tolkien-s-oxford-home?uid=226886\", \"unformatted_src\": \"upload/news/image_1611340213_9962819.jpg\", \"src\": \"https://vidmid.com/upload/news/image_1611340213_9962819.jpg\", \"formatted_filename\": \"image\", \"alt_text\": \"Its A Sin- Who Is Actor Omari Douglas? His Age, Instagram And Wiki\", \"original_width\": 452, \"original_height\": 600, \"format\": \"jpeg\"}, {\"document_url\": \"https://vidmid.com/news/sir-ian-mckellen-martin-freeman-and-the-lord-of-the-rings-cast-kickstart-fundraising-campaign-to-buy-author-j-r-r-tolkien-s-oxford-home?uid=226886\", \"unformatted_src\": \"upload/news/image_1611349240_58992742.jpeg\", \"src\": \"https://vidmid.com/upload/news/image_1611349240_58992742.jpeg\", \"formatted_filename\": \"image\", \"alt_text\": \"23 hints on 'WandaVision' that tease what's really happening on the Marvel show\", \"original_width\": 2400, \"original_height\": 1800, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.73465000_1614219269_fujifilm-x-t200-body-kit-box-champagne-gold.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.73465000_1614219269_fujifilm-x-t200-body-kit-box-champagne-gold.jpg\", \"alt_text\": \"Fujifilm X-T200 Body Champagne Gold (Kit Box, Body Only)\", \"original_width\": 600, \"original_height\": 600, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.03465600_1612495860_canon-eos-m50-mk-ii-body-kit-box-white.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.03465600_1612495860_canon-eos-m50-mk-ii-body-kit-box-white.jpg\", \"original_width\": 600, \"original_height\": 600, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.03307800_1555497126_panasonic-lumix-dc-gx9-body-silver.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.03307800_1555497126_panasonic-lumix-dc-gx9-body-silver.jpg\", \"original_width\": 534, \"original_height\": 316, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.60473500_1555497010_panasonic-lumix-dc-gx9-body-black.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.60473500_1555497010_panasonic-lumix-dc-gx9-body-black.jpg\", \"original_width\": 623, \"original_height\": 409, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/Panasonic_Lumix_DMC-GX85_Kit_20mm_II_Silver.jpg\", \"src\": \"https://www.etoren.com/upload/images/Panasonic_Lumix_DMC-GX85_Kit_20mm_II_Silver.jpg\", \"formatted_filename\": \"Panasonic Lumix DMC GX Kit mm II Silver\", \"original_width\": 400, \"original_height\": 400, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.74035000_1624130187_canon-eos-m200-twin-kit-22-15-45-white.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.74035000_1624130187_canon-eos-m200-twin-kit-22-15-45-white.jpg\", \"original_width\": 612, \"original_height\": 439, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.11915800_1610599130_fujifilm-x-t200-body-kit-box-black.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.11915800_1610599130_fujifilm-x-t200-body-kit-box-black.jpg\", \"original_width\": 600, \"original_height\": 600, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.48388800_1614219253_fujifilm-x-t200-body-kit-box-dark-silver.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.48388800_1614219253_fujifilm-x-t200-body-kit-box-dark-silver.jpg\", \"original_width\": 600, \"original_height\": 600, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.36035400_1578056340_panasonic-lumix-dmc-gh4-black-kit-box-body-only.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.36035400_1578056340_panasonic-lumix-dmc-gh4-black-kit-box-body-only.jpg\", \"original_width\": 737, \"original_height\": 493, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.28524600_1612495853_canon-eos-m50-mk-ii-body-kit-box-black.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.28524600_1612495853_canon-eos-m50-mk-ii-body-kit-box-black.jpg\", \"original_width\": 600, \"original_height\": 600, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.50576300_1616029136_fujifilm-x-t200-body-dark-silver.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.50576300_1616029136_fujifilm-x-t200-body-dark-silver.jpg\", \"original_width\": 600, \"original_height\": 600, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://ionigeria.com/james-webb-the-most-powerful-space-telescope-ever-built-blast-into-orbit/\", \"unformatted_src\": \"https://ionigeria.com/wp-content/uploads/2021/12/James-Webb-323x330.jpg\", \"src\": \"https://ionigeria.com/wp-content/uploads/2021/12/James-Webb-323x330.jpg\", \"formatted_filename\": \"James Webb\", \"rendered_width\": 323, \"rendered_height\": 330, \"original_width\": 323, \"original_height\": 330, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.marshfieldnewsherald.com/story/news/2019/05/02/rothschild-police-wausau-man-charged-with-owi-said-his-gum-blame-smell-alcohol/3645355002/\", \"unformatted_src\": \"https://www.gannett-cdn.com/presto/2018/10/26/PWAU/2a506b32-52f3-4269-bbc5-9a54feafe20c-WDHBrd2_09-05-2017_Herald_1_A001__2017_09_04_IMG_636397938897683883_W_1_1_0UJGPN5O_L1091358173_IMG_636397938897683883_W_1_1_0UJGPN5O.jpg?width=540&height=&fit=bounds&auto=webp\", \"src\": \"https://www.gannett-cdn.com/presto/2018/10/26/PWAU/2a506b32-52f3-4269-bbc5-9a54feafe20c-WDHBrd2_09-05-2017_Herald_1_A001__2017_09_04_IMG_636397938897683883_W_1_1_0UJGPN5O_L1091358173_IMG_636397938897683883_W_1_1_0UJGPN5O.jpg?width=540&height=&fit=bounds&auto=webp\", \"formatted_filename\": \"a b f bbc a feafe c WDHBrd Herald A IMG W UJGPN O L IMG W UJGPN O\", \"alt_text\": \"The Marathon County Courthouse\", \"rendered_width\": 540, \"original_width\": 540, \"original_height\": 405, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://brindisa.com/blogs/news/the-food-geek-guide-to-iberico-ham\", \"unformatted_src\": \"https://cdn.shopify.com/s/files/1/0025/8002/1309/files/iberico-ham-tags-01-png.png?v=1635779263\", \"src\": \"https://cdn.shopify.com/s/files/1/0025/8002/1309/files/iberico-ham-tags-01-png.png?v=1635779263\", \"formatted_filename\": \"iberico ham tags png\", \"alt_text\": \"Iberico ham tags\", \"original_width\": 796, \"original_height\": 526, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://brindisa.com/blogs/news/the-food-geek-guide-to-iberico-ham\", \"unformatted_src\": \"https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Iberico_pigs_480x480.jpg?v=1635784392\", \"src\": \"https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Iberico_pigs_480x480.jpg?v=1635784392\", \"formatted_filename\": \"Iberico pigs\", \"alt_text\": \"Iberico black pigs\", \"original_width\": 480, \"original_height\": 314, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://brindisa.com/blogs/news/the-food-geek-guide-to-iberico-ham\", \"unformatted_src\": \"https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Iberico_producer_480x480.jpg?v=1635784418\", \"src\": \"https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Iberico_producer_480x480.jpg?v=1635784418\", \"formatted_filename\": \"Iberico producer\", \"alt_text\": \"Iberico ham\", \"original_width\": 480, \"original_height\": 318, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://brindisa.com/blogs/news/the-food-geek-guide-to-iberico-ham\", \"unformatted_src\": \"https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Borough_Shop_x_11_480x480.jpg?v=1629714212\", \"src\": \"https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Borough_Shop_x_11_480x480.jpg?v=1629714212\", \"formatted_filename\": \"Borough Shop x\", \"original_width\": 480, \"original_height\": 313, \"format\": \"jpeg\"}, {\"document_url\": \"https://brindisa.com/blogs/news/the-food-geek-guide-to-iberico-ham\", \"unformatted_src\": \"//cdn.shopify.com/s/files/1/0025/8002/1309/t/75/assets/popup-header-image_490x.jpg?v=143601077120798896961671709859\", \"src\": \"http://cdn.shopify.com/s/files/1/0025/8002/1309/t/75/assets/popup-header-image_490x.jpg?v=143601077120798896961671709859\", \"formatted_filename\": \"popup header image x\", \"original_width\": 490, \"original_height\": 276, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"https://healthyceleb.com/scottie-pippen-height-weight-body-statistics/54041/\", \"unformatted_src\": \"https://healthyceleb.com/wp-content/uploads/2018/10/Reid-Ewing-218x150.jpg\", \"src\": \"https://healthyceleb.com/wp-content/uploads/2018/10/Reid-Ewing-218x150.jpg\", \"formatted_filename\": \"Reid Ewing\", \"alt_text\": \"Reid Ewing\", \"rendered_width\": 218, \"rendered_height\": 150, \"original_width\": 218, \"original_height\": 150, \"format\": \"jpeg\"}, {\"document_url\": \"https://healthyceleb.com/scottie-pippen-height-weight-body-statistics/54041/\", \"unformatted_src\": \"https://healthyceleb.com/wp-content/uploads/2018/01/Andrew-McMahon-Healthy-Celeb-218x150.jpg\", \"src\": \"https://healthyceleb.com/wp-content/uploads/2018/01/Andrew-McMahon-Healthy-Celeb-218x150.jpg\", \"formatted_filename\": \"Andrew McMahon Healthy Celeb\", \"alt_text\": \"Andrew McMahon Healthy Celeb\", \"rendered_width\": 218, \"rendered_height\": 150, \"original_width\": 218, \"original_height\": 150, \"format\": \"jpeg\"}, {\"document_url\": \"https://healthyceleb.com/scottie-pippen-height-weight-body-statistics/54041/\", \"unformatted_src\": \"https://healthyceleb.com/wp-content/uploads/2015/07/Pay-Attention-To-The-Pain-218x150.jpg\", \"src\": \"https://healthyceleb.com/wp-content/uploads/2015/07/Pay-Attention-To-The-Pain-218x150.jpg\", \"formatted_filename\": \"Pay Attention To The Pain\", \"alt_text\": \"Pay Attention To The Pain\", \"rendered_width\": 218, \"rendered_height\": 150, \"original_width\": 218, \"original_height\": 150, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://worldnews.su/world/kabul-terror-attack-multiple-explosions-as-gunfire-rings-out-with-deaths-feared-world-news.html\", \"unformatted_src\": \"https://worldnews.su/wp-content/uploads/2022/06/db13846c370fcf02fadf1c37d160d76c.jpg\", \"src\": \"https://worldnews.su/wp-content/uploads/2022/06/db13846c370fcf02fadf1c37d160d76c.jpg\", \"formatted_filename\": \"db c fcf fadf c d d c\", \"alt_text\": \"Kabul terror attack: Multiple explosions as gunfire rings out with deaths feared \\u2013 World News\", \"original_width\": 500, \"original_height\": 262, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://observer.com/2022/05/what-will-elon-musk-do-with-twitter-here-is-a-6-point-guide/\", \"unformatted_src\": \"https://observer.com/wp-content/uploads/sites/2/2022/05/GettyImages-1240311308.jpg?quality=80&w=970&strip\", \"src\": \"https://observer.com/wp-content/uploads/sites/2/2022/05/GettyImages-1240311308.jpg?quality=80&w=970&strip\", \"formatted_filename\": \"GettyImages\", \"alt_text\": \"What Will Elon Musk Do With Twitter? Here is a 6-Point Guide\", \"original_width\": 970, \"original_height\": 614, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://www.zwillgen.com/law-enforcement/court-decision-rules-geofence-warrant-violates-fourth-amendment/\", \"unformatted_src\": \"https://www.zwillgen.com/wp-content/uploads/2022/05/AdobeStock_394300808-960x540.jpeg\", \"src\": \"https://www.zwillgen.com/wp-content/uploads/2022/05/AdobeStock_394300808-960x540.jpeg\", \"formatted_filename\": \"AdobeStock\", \"rendered_width\": 960, \"rendered_height\": 540, \"original_width\": 960, \"original_height\": 540, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.idropnews.com/news/beats-releases-ultra-affordable-new-50-beats-flex-wireless-earbuds/145050/\", \"unformatted_src\": \"http://cdn.idropnews.com/wp-content/uploads/2018/04/23075239/Rainbow-iPhone-Wallpaper1-729x480.jpg\", \"src\": \"http://cdn.idropnews.com/wp-content/uploads/2018/04/23075239/Rainbow-iPhone-Wallpaper1-729x480.jpg\", \"formatted_filename\": \"Rainbow iPhone Wallpaper\", \"alt_text\": \"Rainbow Iphone Wallpaper1\", \"rendered_width\": 729, \"rendered_height\": 480, \"original_width\": 729, \"original_height\": 480, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/L9fFDwAAQBAJ?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/L9fFDwAAQBAJ?fife=w200-h370\", \"alt_text\": \"The Love Song of J. Alfred Prufrock\", \"original_width\": 231, \"original_height\": 370, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/HEuKDgAAQBAJ?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/HEuKDgAAQBAJ?fife=w200-h370\", \"alt_text\": \"The Waste Land, Prufrock, and Other Poems\", \"original_width\": 231, \"original_height\": 370, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/QhlZEAAAQBAJ?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/QhlZEAAAQBAJ?fife=w200-h370\", \"alt_text\": \"The Waste Land\", \"original_width\": 231, \"original_height\": 370, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/YmRmEAAAQBAJ?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/YmRmEAAAQBAJ?fife=w200-h370\", \"alt_text\": \"A Detailed Explication of T. S. Eliot's The Love Song of J. Alfred Prufrock\", \"original_width\": 264, \"original_height\": 370, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/yLwlneqlacQC?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/yLwlneqlacQC?fife=w200-h370\", \"alt_text\": \"T S Eliot, The Waste Land and Prufrock\", \"original_width\": 286, \"original_height\": 370, \"format\": \"jpeg\"}, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/N26meWqmtZsC?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/N26meWqmtZsC?fife=w200-h370\", \"alt_text\": \"T.S. Eliot\", \"original_width\": 225, \"original_height\": 370, \"format\": \"jpeg\"}, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/TovHHlg84_cC?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/TovHHlg84_cC?fife=w200-h370\", \"alt_text\": \"Aestheticism & Modernism\", \"original_width\": 287, \"original_height\": 370, \"format\": \"jpeg\"}, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/B22dDwAAQBAJ?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/B22dDwAAQBAJ?fife=w200-h370\", \"alt_text\": \"A Study Guide for T. S. Eliot\\u2019s \\u201cThe Love Song of J. Alfred Prufrock\\u201d\", \"original_width\": 206, \"original_height\": 370, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/ql6qCgAAQBAJ?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/ql6qCgAAQBAJ?fife=w200-h370\", \"alt_text\": \"A Study Guide for T. S. Eliot's The Love Song of J. Alfred Prufrock\", \"original_width\": 219, \"original_height\": 370, \"format\": \"jpeg\"}, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/ijxIDwAAQBAJ?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/ijxIDwAAQBAJ?fife=w200-h370\", \"alt_text\": \"The Poems of T. S. Eliot: Volume I\", \"original_width\": 247, \"original_height\": 370, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/XRM9C5VWH-AC?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/XRM9C5VWH-AC?fife=w200-h370\", \"alt_text\": \"T.S. Eliot\", \"original_width\": 235, \"original_height\": 370, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/wshdEAAAQBAJ?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/wshdEAAAQBAJ?fife=w200-h370\", \"alt_text\": \"UPTET English for Class VI-VIII (Upper Primary Level) Teacher\", \"original_width\": 244, \"original_height\": 370, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"https://kitchen-repair.info/daftar-film-mae-pong-38/\", \"unformatted_src\": \"https://maestrofilm.files.wordpress.com/2014/10/american-psycho-2000.jpg?w\\\\u003d535\\\\u0026h\\\\u003d754\", \"src\": \"https://maestrofilm.files.wordpress.com/2014/10/american-psycho-2000.jpg?w\\\\u003d535\\\\u0026h\\\\u003d754\", \"formatted_filename\": \"american psycho\", \"original_width\": 757, \"original_height\": 1067, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.austinchronicle.com/news/2008-06-27/640116/\", \"unformatted_src\": \"/imager/b/newfeature/640116/d119/pols_develop1-1.jpg\", \"src\": \"https://www.austinchronicle.com/imager/b/newfeature/640116/d119/pols_develop1-1.jpg\", \"formatted_filename\": \"pols develop\", \"alt_text\": \"In the sparkling City of Brotherly Love, an outspoken coalition is successfully championing good design and planning.\", \"original_width\": 320, \"original_height\": 208, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.fame10.com/trending-news/will-smith-and-jada-pinkett-smith-slam-divorce-rumors/\", \"unformatted_src\": \"https://cdn.fame10.com/eyJidWNrZXQiOiJwdWItc3RvcmFnZSIsImtleSI6ImZhbWUxMC93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOC8wODA2MzcwNS5qcGciLCJlZGl0cyI6eyJ3ZWJwIjp7InF1YWxpdHkiOjgwfSwicmVzaXplIjp7ImZpdCI6ImNvdmVyIiwiYmFja2dyb3VuZCI6eyJyIjowLCJnIjowLCJiIjowLCJhbHBoYSI6MX0sIndpZHRoIjo4OTUsImhlaWdodCI6NDgwLCJwb3NpdGlvbiI6InRvcCJ9fX0=\", \"src\": \"https://cdn.fame10.com/eyJidWNrZXQiOiJwdWItc3RvcmFnZSIsImtleSI6ImZhbWUxMC93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOC8wODA2MzcwNS5qcGciLCJlZGl0cyI6eyJ3ZWJwIjp7InF1YWxpdHkiOjgwfSwicmVzaXplIjp7ImZpdCI6ImNvdmVyIiwiYmFja2dyb3VuZCI6eyJyIjowLCJnIjowLCJiIjowLCJhbHBoYSI6MX0sIndpZHRoIjo4OTUsImhlaWdodCI6NDgwLCJwb3NpdGlvbiI6InRvcCJ9fX0=\", \"formatted_filename\": \"eyJidWNrZXQiOiJwdWItc RvcmFnZSIsImtleSI ImZhbWUxMC cC jb ZW L VwbG hZHMvMjAxNS wOC wODA MzcwNS qcGciLCJlZGl cyI eyJ ZWJwIjp InF YWxpdHkiOjgwfSwicmVzaXplIjp ImZpdCI ImNvdmVyIiwiYmFja dyb VuZCI eyJyIjowLCJnIjowLCJiIjowLCJhbHBoYSI MX sIndpZHRoIjo OTUsImhlaWdodCI NDgwLCJwb NpdGlvbiI InRvcCJ fX =\", \"rendered_width\": 895, \"rendered_height\": 480, \"original_width\": 895, \"original_height\": 480, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://ednews.net/en/news/politics/440902-iran-embassy-ill-wishers-trying-to-disrupt-relations-between-tehran-baku\", \"unformatted_src\": \"https://img.ednews.net/news/2020/10/photo_440902.jpg\", \"src\": \"https://img.ednews.net/news/2020/10/photo_440902.jpg\", \"formatted_filename\": \"photo\", \"original_width\": 400, \"original_height\": 400, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.hopefornigeriaonline.com/category/africa/page/17/\", \"unformatted_src\": \"https://www.hopefornigeriaonline.com/wp-content/uploads/2013/06/south-african-police.jpeg\", \"src\": \"https://www.hopefornigeriaonline.com/wp-content/uploads/2013/06/south-african-police.jpeg\", \"formatted_filename\": \"south african police\", \"alt_text\": \"south-african-police\", \"rendered_width\": 400, \"rendered_height\": 250, \"original_width\": 400, \"original_height\": 250, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.hopefornigeriaonline.com/category/africa/page/17/\", \"unformatted_src\": \"https://www.hopefornigeriaonline.com/wp-content/uploads/2013/05/olugbenga_ashiru-460x261.jpg\", \"src\": \"https://www.hopefornigeriaonline.com/wp-content/uploads/2013/05/olugbenga_ashiru-460x261.jpg\", \"formatted_filename\": \"olugbenga ashiru\", \"alt_text\": \"olugbenga_ashiru\", \"rendered_width\": 460, \"rendered_height\": 261, \"original_width\": 460, \"original_height\": 261, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.hopefornigeriaonline.com/category/africa/page/17/\", \"unformatted_src\": \"https://www.hopefornigeriaonline.com/wp-content/uploads/2013/05/desmond_tutu-460x261.jpg\", \"src\": \"https://www.hopefornigeriaonline.com/wp-content/uploads/2013/05/desmond_tutu-460x261.jpg\", \"formatted_filename\": \"desmond tutu\", \"alt_text\": \"desmond_tutu\", \"rendered_width\": 460, \"rendered_height\": 261, \"original_width\": 460, \"original_height\": 261, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://cmeindia.in/covid-19-3rd-wave-experience-in-india-a-survey-of-5971-adults/\", \"unformatted_src\": \"https://cmeindia.in/wp-content/uploads/2022/04/3rd-wave-study-cme-india-1080x675.jpg\", \"src\": \"https://cmeindia.in/wp-content/uploads/2022/04/3rd-wave-study-cme-india-1080x675.jpg\", \"formatted_filename\": \"rd wave study cme india\", \"alt_text\": \"COVID-19 Third Wave Experience in India, A Survey of 5971 Adults\", \"rendered_width\": 1080, \"rendered_height\": 675, \"original_width\": 1080, \"original_height\": 675, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.sitra.fi/en/blogs/moving-boldly-towards-participatory-foresight/\", \"unformatted_src\": \"https://media.sitra.fi/2015/12/24010343/saa2273.jpg\", \"src\": \"https://media.sitra.fi/2015/12/24010343/saa2273.jpg\", \"formatted_filename\": \"saa\", \"alt_text\": \"_saa2273-jpg\", \"original_width\": 640, \"original_height\": 427, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://suesspiciousminds.com/2013/05/14/four-minute-warning-or-last-night-the-plans-for-a-future-war-was-all-i-saw-on-channel-four/\", \"unformatted_src\": \"https://suesspiciousminds.files.wordpress.com/2013/05/countach-yellow-hanna-big.jpg?w=610&h=411\", \"src\": \"https://suesspiciousminds.files.wordpress.com/2013/05/countach-yellow-hanna-big.jpg?w=610&h=411\", \"formatted_filename\": \"countach yellow hanna big\", \"alt_text\": \"Brrrrrrrrmmmm\", \"rendered_width\": 610, \"rendered_height\": 411, \"original_width\": 610, \"original_height\": 411, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://suesspiciousminds.com/2013/05/14/four-minute-warning-or-last-night-the-plans-for-a-future-war-was-all-i-saw-on-channel-four/\", \"unformatted_src\": \"https://suesspiciousminds.files.wordpress.com/2013/05/wilma.jpg?w=610&h=688\", \"src\": \"https://suesspiciousminds.files.wordpress.com/2013/05/wilma.jpg?w=610&h=688\", \"formatted_filename\": \"wilma\", \"alt_text\": \"Not quite enough frosted lipgloss in this one\", \"rendered_width\": 610, \"rendered_height\": 688, \"original_width\": 610, \"original_height\": 688, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.exquisitecoasts.com/spectacular-coastal-drives.html\", \"unformatted_src\": \"https://www.exquisitecoasts.com/images/road-dingle-wild-atlantic-way-ireland.jpg\", \"src\": \"https://www.exquisitecoasts.com/images/road-dingle-wild-atlantic-way-ireland.jpg\", \"formatted_filename\": \"road dingle wild atlantic way ireland\", \"alt_text\": \"Wild Atlantic Way\", \"rendered_width\": 1280, \"rendered_height\": 854, \"original_width\": 1280, \"original_height\": 854, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.exquisitecoasts.com/spectacular-coastal-drives.html\", \"unformatted_src\": \"https://www.exquisitecoasts.com/images/werner22brigitte-great-coastal-drives-big-sur-pixa.jpg\", \"src\": \"https://www.exquisitecoasts.com/images/werner22brigitte-great-coastal-drives-big-sur-pixa.jpg\", \"formatted_filename\": \"werner brigitte great coastal drives big sur pixa\", \"alt_text\": \"Coastal Drives\", \"rendered_width\": 1280, \"rendered_height\": 853, \"original_width\": 1280, \"original_height\": 853, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://petebowes.com/2011/01/02/china-the-first-night/\", \"unformatted_src\": \"https://peterbowes.files.wordpress.com/2011/01/china-girl.jpg?w=229\", \"src\": \"https://peterbowes.files.wordpress.com/2011/01/china-girl.jpg?w=229\", \"formatted_filename\": \"china girl\", \"rendered_width\": 229, \"rendered_height\": 300, \"original_width\": 229, \"original_height\": 300, \"format\": \"jpeg\"}, {\"document_url\": \"https://petebowes.com/2011/01/02/china-the-first-night/\", \"unformatted_src\": \"https://kurungabaa.files.wordpress.com/2010/03/kowloon.jpg?w=228&h=300\", \"src\": \"https://kurungabaa.files.wordpress.com/2010/03/kowloon.jpg?w=228&h=300\", \"formatted_filename\": \"kowloon\", \"rendered_width\": 228, \"rendered_height\": 300, \"original_width\": 228, \"original_height\": 299, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://bluemonsterprep.com/blogs/news/hawaii-races-to-secure-power-plant-threatened-by-lava-flows\", \"unformatted_src\": \"https://ichef.bbci.co.uk/news/624/cpsprodpb/5224/production/_101682012_usgs1.jpg\", \"src\": \"https://ichef.bbci.co.uk/news/624/cpsprodpb/5224/production/_101682012_usgs1.jpg\", \"formatted_filename\": \"usgs\", \"original_width\": 624, \"original_height\": 351, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"unformatted_src\": \"http://archiveislam.com/wp-content/uploads/2013/01/muslim-snow-patrol.jpg\", \"src\": \"http://archiveislam.com/wp-content/uploads/2013/01/muslim-snow-patrol.jpg\", \"formatted_filename\": \"muslim snow patrol\", \"rendered_width\": 624, \"rendered_height\": 350, \"original_width\": 624, \"original_height\": 350, \"format\": \"jpeg\"}, null, {\"document_url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"unformatted_src\": \"http://archiveislam.com/wp-content/uploads/2013/01/muslim-neighbour.jpg\", \"src\": \"http://archiveislam.com/wp-content/uploads/2013/01/muslim-neighbour.jpg\", \"formatted_filename\": \"muslim neighbour\", \"alt_text\": \"muslim-neighbour\", \"rendered_width\": 624, \"rendered_height\": 468, \"original_width\": 624, \"original_height\": 468, \"format\": \"jpeg\"}, {\"document_url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"unformatted_src\": \"http://archiveislam.com/wp-content/uploads/2013/01/muslim-stockton.jpg\", \"src\": \"http://archiveislam.com/wp-content/uploads/2013/01/muslim-stockton.jpg\", \"formatted_filename\": \"muslim stockton\", \"alt_text\": \"muslim-stockton\", \"rendered_width\": 624, \"rendered_height\": 466, \"original_width\": 624, \"original_height\": 466, \"format\": \"jpeg\"}, {\"document_url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"unformatted_src\": \"http://archiveislam.com/wp-content/uploads/2013/01/muslim-berkshire.jpg\", \"src\": \"http://archiveislam.com/wp-content/uploads/2013/01/muslim-berkshire.jpg\", \"formatted_filename\": \"muslim berkshire\", \"alt_text\": \"muslim-berkshire\", \"rendered_width\": 624, \"rendered_height\": 458, \"original_width\": 624, \"original_height\": 458, \"format\": \"jpeg\"}, {\"document_url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"unformatted_src\": \"http://archiveislam.com/wp-content/uploads/2013/01/harvard-university-quran.jpg\", \"src\": \"http://archiveislam.com/wp-content/uploads/2013/01/harvard-university-quran.jpg\", \"formatted_filename\": \"harvard university quran\", \"rendered_width\": 520, \"rendered_height\": 333, \"original_width\": 624, \"original_height\": 400, \"format\": \"jpeg\"}, {\"document_url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"unformatted_src\": \"http://archiveislam.com/wp-content/uploads/2013/08/eid-google.jpg\", \"src\": \"http://archiveislam.com/wp-content/uploads/2013/08/eid-google.jpg\", \"formatted_filename\": \"eid google\", \"rendered_width\": 520, \"rendered_height\": 347, \"original_width\": 600, \"original_height\": 400, \"format\": \"jpeg\"}, {\"document_url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"unformatted_src\": \"http://archiveislam.com/wp-content/uploads/2014/05/islam-on-media.jpg\", \"src\": \"http://archiveislam.com/wp-content/uploads/2014/05/islam-on-media.jpg\", \"formatted_filename\": \"islam on media\", \"rendered_width\": 520, \"rendered_height\": 282, \"original_width\": 600, \"original_height\": 325, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"https://thegatorseye.com/3188/news/muslims-in-detainment-a-look-into-chinas-camps/?print=true\", \"unformatted_src\": \"https://thegatorseye.com/wp-content/uploads/2020/01/My-Post-1-2-900x675.jpg\", \"src\": \"https://thegatorseye.com/wp-content/uploads/2020/01/My-Post-1-2-900x675.jpg\", \"formatted_filename\": \"My Post\", \"original_width\": 900, \"original_height\": 675, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://jewishnews.timesofisrael.com/video-project-twinning-shoah-survivor-with-celebs-wins-two-awards/\", \"unformatted_src\": \"https://static.timesofisrael.com/jewishndev/uploads/2021/04/AN4T7158-640x400.jpg\", \"src\": \"https://static.timesofisrael.com/jewishndev/uploads/2021/04/AN4T7158-640x400.jpg\", \"formatted_filename\": \"AN T\", \"alt_text\": \"Eyal Booker with Mala Tribich\", \"rendered_width\": 600, \"rendered_height\": 375, \"original_width\": 640, \"original_height\": 400, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.rowadventures.com/specialist/malcolm-reed\", \"unformatted_src\": \"https://www.rowadventures.com/sites/rowadventures.com/files/styles/award/public/profile/Malcolm-Reed.jpg?itok=tUpXNECx\", \"src\": \"https://www.rowadventures.com/sites/rowadventures.com/files/styles/award/public/profile/Malcolm-Reed.jpg?itok=tUpXNECx\", \"formatted_filename\": \"Malcolm Reed\", \"alt_text\": \"male river guide with hat and blue pfd\", \"rendered_width\": 500, \"rendered_height\": 750, \"original_width\": 500, \"original_height\": 750, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://theshelfofunreadbooks.wordpress.com/2019/02/03/reviewthe-library-book-by-susan-orlean/\", \"unformatted_src\": \"https://theshelfofunreadbooks.files.wordpress.com/2019/02/43217645.jpg?w=199&h=300\", \"src\": \"https://theshelfofunreadbooks.files.wordpress.com/2019/02/43217645.jpg?w=199&h=300\", \"alt_text\": \"43217645\", \"rendered_width\": 199, \"rendered_height\": 300, \"original_width\": 199, \"original_height\": 300, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://energy.agwired.com/2010/10/07/wasted-food-wasted-energy/\", \"unformatted_src\": \"http://energy.agwired.com/wp-content/uploads/sites/11/2010/10/FoodWaste-239x300.jpg\", \"src\": \"http://energy.agwired.com/wp-content/uploads/sites/11/2010/10/FoodWaste-239x300.jpg\", \"formatted_filename\": \"FoodWaste\", \"rendered_width\": 200, \"rendered_height\": 250, \"original_width\": 239, \"original_height\": 300, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.uscleiden.com/news/2021/05/14/beat-the-microbead/\", \"unformatted_src\": \"https://usc-images.s3.amazonaws.com/cache/microplastics-scaled-1024x512.0867de41.jpg\", \"src\": \"https://usc-images.s3.amazonaws.com/cache/microplastics-scaled-1024x512.0867de41.jpg\", \"formatted_filename\": \"microplastics scaled\", \"alt_text\": \"Beat the Microbead\", \"original_width\": 760, \"original_height\": 380, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://bedandbicycle.com/is-this-cool-idea-with-butterfly-doorways-the-subsequent-mazda-miata.html\", \"unformatted_src\": \"https://speedhunters-wp-production.s3.amazonaws.com/wp-content/uploads/2022/09/23051515/2022-BMW-M1-Procar-Speedhunters-by-Paddy-McGrath-14.jpg\", \"src\": \"https://speedhunters-wp-production.s3.amazonaws.com/wp-content/uploads/2022/09/23051515/2022-BMW-M1-Procar-Speedhunters-by-Paddy-McGrath-14.jpg\", \"formatted_filename\": \"BMW M Procar Speedhunters by Paddy McGrath\", \"rendered_width\": 300, \"rendered_height\": 300, \"original_width\": 1920, \"original_height\": 1281, \"format\": \"jpeg\"}, {\"document_url\": \"https://bedandbicycle.com/is-this-cool-idea-with-butterfly-doorways-the-subsequent-mazda-miata.html\", \"unformatted_src\": \"https://images.hgmsites.net/hug/porsche-911-carrera_100864745_h.jpg\", \"src\": \"https://images.hgmsites.net/hug/porsche-911-carrera_100864745_h.jpg\", \"formatted_filename\": \"porsche carrera h\", \"rendered_width\": 300, \"rendered_height\": 300, \"original_width\": 1919, \"original_height\": 1280, \"format\": \"jpeg\"}, {\"document_url\": \"https://bedandbicycle.com/is-this-cool-idea-with-butterfly-doorways-the-subsequent-mazda-miata.html\", \"unformatted_src\": \"https://eoouae45rgb.exactdn.com/2022/11/Ferrari-Enzo@660x550.jpg\", \"src\": \"https://eoouae45rgb.exactdn.com/2022/11/Ferrari-Enzo@660x550.jpg\", \"formatted_filename\": \"Ferrari Enzo@\", \"rendered_width\": 300, \"rendered_height\": 300, \"original_width\": 660, \"original_height\": 550, \"format\": \"jpeg\"}, {\"document_url\": \"https://bedandbicycle.com/is-this-cool-idea-with-butterfly-doorways-the-subsequent-mazda-miata.html\", \"unformatted_src\": \"https://www.cycleworld.com/resizer/_0t6YxopDQQGqeJxRGW53fRMtPM=/979x734/filters:focal(611x370:621x380)/cloudfront-us-east-1.images.arcpublishing.com/octane/LYYNTZFGVFE3BF5KEA2A5IKOWU.jpg\", \"src\": \"https://www.cycleworld.com/resizer/_0t6YxopDQQGqeJxRGW53fRMtPM=/979x734/filters:focal(611x370:621x380)/cloudfront-us-east-1.images.arcpublishing.com/octane/LYYNTZFGVFE3BF5KEA2A5IKOWU.jpg\", \"formatted_filename\": \"LYYNTZFGVFE BF KEA A IKOWU\", \"rendered_width\": 300, \"rendered_height\": 300, \"original_width\": 979, \"original_height\": 734, \"format\": \"jpeg\"}, {\"document_url\": \"https://bedandbicycle.com/is-this-cool-idea-with-butterfly-doorways-the-subsequent-mazda-miata.html\", \"unformatted_src\": \"https://www.jazzituptruckandauto.com/wp-content/uploads/blog-jeep-lights.jpg\", \"src\": \"https://www.jazzituptruckandauto.com/wp-content/uploads/blog-jeep-lights.jpg\", \"formatted_filename\": \"blog jeep lights\", \"rendered_width\": 300, \"rendered_height\": 300, \"original_width\": 800, \"original_height\": 533, \"format\": \"jpeg\"}, {\"document_url\": \"https://bedandbicycle.com/is-this-cool-idea-with-butterfly-doorways-the-subsequent-mazda-miata.html\", \"unformatted_src\": \"https://gtspirit.com/wp-content/uploads/2022/11/Porsche-911-T-9.jpeg\", \"src\": \"https://gtspirit.com/wp-content/uploads/2022/11/Porsche-911-T-9.jpeg\", \"formatted_filename\": \"Porsche T\", \"rendered_width\": 300, \"rendered_height\": 300, \"original_width\": 1920, \"original_height\": 1080, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"https://www.greatfallstribune.com/story/opinion/tribune-editorials/2016/06/10/montana-gets-manufacturing-tax-fairness/85722960/\", \"unformatted_src\": \"https://www.gannett-cdn.com/-mm-/79abbaf0ccd99c1f0900f67a1a81ac796b72eea0/c=0-60-481-421/local/-/media/2016/06/10/GreatFalls/B9322505464Z.1_20160610193632_000_GVRELDNGA.1-0.jpg?width=534&height=401&fit=crop\", \"src\": \"https://www.gannett-cdn.com/-mm-/79abbaf0ccd99c1f0900f67a1a81ac796b72eea0/c=0-60-481-421/local/-/media/2016/06/10/GreatFalls/B9322505464Z.1_20160610193632_000_GVRELDNGA.1-0.jpg?width=534&height=401&fit=crop\", \"formatted_filename\": \"B Z\", \"alt_text\": \"The Edge for online\", \"original_width\": 534, \"original_height\": 401, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.greatfallstribune.com/story/opinion/tribune-editorials/2016/06/10/montana-gets-manufacturing-tax-fairness/85722960/\", \"unformatted_src\": \"https://www.gannett-cdn.com/-mm-/22658ce5382b8f1b91e260836070d67069159f86/c=51-0-1104-792/local/-/media/2016/06/10/GreatFalls/B9322505464Z.1_20160610193632_000_GVRELE079.1-0.jpg?width=540&height=405&fit=crop\", \"src\": \"https://www.gannett-cdn.com/-mm-/22658ce5382b8f1b91e260836070d67069159f86/c=51-0-1104-792/local/-/media/2016/06/10/GreatFalls/B9322505464Z.1_20160610193632_000_GVRELE079.1-0.jpg?width=540&height=405&fit=crop\", \"formatted_filename\": \"B Z\", \"alt_text\": \"Ball State center studied the states\\u2019 economic progress\", \"rendered_width\": 540, \"original_width\": 540, \"original_height\": 405, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://thenextweb.com/media/2011/11/08/last-fm-reached-the-60-billion-scrobble-landmark-with-lady-gaga/\", \"unformatted_src\": \"https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2011/11/Lady-Gaga-Judas.jpg\", \"src\": \"https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2011/11/Lady-Gaga-Judas.jpg\", \"formatted_filename\": \"Lady Gaga Judas\", \"alt_text\": \"Last.fm Reached the 60 Billion Scrobble Landmark with Lady Gaga\", \"original_width\": 620, \"original_height\": 620, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.fingerlakes1.com/2021/03/07/sabres-lose-seventh-straight-with-5-2-loss-to-islanders/\", \"unformatted_src\": \"https://pbs.twimg.com/media/Ev5nFlYWYAA5SYk?format=jpg&name=large\", \"src\": \"https://pbs.twimg.com/media/Ev5nFlYWYAA5SYk?format=jpg&name=large\", \"rendered_width\": 900, \"rendered_height\": 504, \"original_width\": 1528, \"original_height\": 856, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://movizark.com/2018/10/29/el-tonto-ray-liotta-adrien-brody-travis-fimmel-ken-jeong-join-charlie-days-film/\", \"unformatted_src\": \"https://movizark.files.wordpress.com/2018/09/charlie-day-0de987d60e62889d.jpg?w=300&h=210\", \"src\": \"https://movizark.files.wordpress.com/2018/09/charlie-day-0de987d60e62889d.jpg?w=300&h=210\", \"formatted_filename\": \"charlie day de d e d\", \"rendered_width\": 300, \"rendered_height\": 210, \"original_width\": 300, \"original_height\": 210, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://paradigmshyft.com/2022/02/27/totalitarianism-authoritarianism-and-fascism-what-is-the-difference/\", \"unformatted_src\": \"https://paradigmshyft495213390.files.wordpress.com/2022/02/dictator2-1.jpg?w=1120\", \"src\": \"https://paradigmshyft495213390.files.wordpress.com/2022/02/dictator2-1.jpg?w=1120\", \"formatted_filename\": \"dictator\", \"rendered_width\": 1120, \"rendered_height\": 728, \"original_width\": 1120, \"original_height\": 728, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.rte.ie/news/2019/1201/1096265-smith-isis-home-turkey/\", \"unformatted_src\": \"https://img.rasset.ie/0011ba1b-614.jpg?ratio=1.78\", \"src\": \"https://img.rasset.ie/0011ba1b-614.jpg?ratio=1.78\", \"formatted_filename\": \"ba b\", \"original_width\": 614, \"original_height\": 345, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.rte.ie/news/2019/1201/1096265-smith-isis-home-turkey/\", \"unformatted_src\": \"https://img.rasset.ie/0013280f-614.jpg?ratio=1.02\", \"src\": \"https://img.rasset.ie/0013280f-614.jpg?ratio=1.02\", \"original_width\": 614, \"original_height\": 605, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"http://www.cmt.com/news/1490421/bluegrass-legend-charlie-waller-dead-at-69/\", \"unformatted_src\": \"http://cmt.mtvnimages.com/uri/mgid:uma:image:cmt.com:1647334?quality=0.8&format=jpg&height=495&width=660\", \"src\": \"http://cmt.mtvnimages.com/uri/mgid:uma:image:cmt.com:1647334?quality=0.8&format=jpg&height=495&width=660\", \"formatted_filename\": \"mgid:uma:image:cmt\", \"original_width\": 660, \"original_height\": 495, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://caribbeantales-worldwide.com/a-hand-full-of-anticipation-for-the-caribbeantales-2011-film-festival/\", \"unformatted_src\": \"https://lh6.googleusercontent.com/-8G4ILMarj-M/TW7iTejGbsI/AAAAAAAACbg/jw9pauDtIKo/s400/hand_full_of_dirt-1.jpg\", \"src\": \"https://lh6.googleusercontent.com/-8G4ILMarj-M/TW7iTejGbsI/AAAAAAAACbg/jw9pauDtIKo/s400/hand_full_of_dirt-1.jpg\", \"formatted_filename\": \"hand full of dirt\", \"rendered_width\": 400, \"rendered_height\": 285, \"original_width\": 400, \"original_height\": 285, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.knollwood.ca/blog/what-do-deacons-do\", \"unformatted_src\": \"https://dq5pwpg1q8ru0.cloudfront.net/2020/11/10/15/06/49/b5799939-68ea-49c0-ab38-5cbb3738a03f/lightstock_78933_small_nathan_klahsen.jpg\", \"src\": \"https://dq5pwpg1q8ru0.cloudfront.net/2020/11/10/15/06/49/b5799939-68ea-49c0-ab38-5cbb3738a03f/lightstock_78933_small_nathan_klahsen.jpg\", \"formatted_filename\": \"lightstock small nathan klahsen\", \"alt_text\": \"Slideshow image\", \"original_width\": 1176, \"original_height\": 784, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://silverchips.mbhs.edu/content/nba-award-predictions-31146/\", \"unformatted_src\": \"/uploads/images/2018/08/01/21712.jpg\", \"src\": \"https://silverchips.mbhs.edu/uploads/images/2018/08/01/21712.jpg\", \"original_width\": 770, \"original_height\": 433, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://realdealtheatre.webs.com/press.htm\", \"unformatted_src\": \"http://realdealtheatre.webs.com/WestEnd%20Xtra%201.jpg\", \"src\": \"http://realdealtheatre.webs.com/WestEnd%20Xtra%201.jpg\", \"formatted_filename\": \"WestEnd Xtra\", \"rendered_width\": 372, \"rendered_height\": 543, \"original_width\": 800, \"original_height\": 1166, \"format\": \"jpeg\"}, {\"document_url\": \"https://realdealtheatre.webs.com/press.htm\", \"unformatted_src\": \"http://realdealtheatre.webs.com/West%20End%20Extra%20Sitcom%20Saturday.jpg\", \"src\": \"http://realdealtheatre.webs.com/West%20End%20Extra%20Sitcom%20Saturday.jpg\", \"formatted_filename\": \"West End Extra Sitcom Saturday\", \"original_width\": 800, \"original_height\": 1223, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.parkablogs.com/content/book-review-daisuke-moriyama-art-works-chronicle\", \"unformatted_src\": \"https://images-na.ssl-images-amazon.com/images/I/81Lz+z3qpkL.jpg\", \"src\": \"https://images-na.ssl-images-amazon.com/images/I/81Lz+z3qpkL.jpg\", \"formatted_filename\": \"Lz z qpkL\", \"rendered_width\": 160, \"original_width\": 1200, \"original_height\": 1700, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.ungeek.ph/2016/10/inspiring-watch-dwayne-the-rock-johnson-react-on-his-very-first-wwe-match/\", \"unformatted_src\": \"https://www.ungeek.ph/wp-content/uploads/2016/10/Rock-Reacts.jpg\", \"src\": \"https://www.ungeek.ph/wp-content/uploads/2016/10/Rock-Reacts.jpg\", \"formatted_filename\": \"Rock Reacts\", \"rendered_width\": 696, \"rendered_height\": 379, \"original_width\": 822, \"original_height\": 448, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.ungeek.ph/2016/10/inspiring-watch-dwayne-the-rock-johnson-react-on-his-very-first-wwe-match/\", \"unformatted_src\": \"https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock2-1024x576.jpg\", \"src\": \"https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock2-1024x576.jpg\", \"formatted_filename\": \"The Rock\", \"alt_text\": \"the-rock2\", \"rendered_width\": 838, \"rendered_height\": 471, \"original_width\": 1024, \"original_height\": 576, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.ungeek.ph/2016/10/inspiring-watch-dwayne-the-rock-johnson-react-on-his-very-first-wwe-match/\", \"unformatted_src\": \"https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock-cross-1024x576.jpg\", \"src\": \"https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock-cross-1024x576.jpg\", \"formatted_filename\": \"The Rock cross\", \"alt_text\": \"the-rock-cross\", \"rendered_width\": 838, \"rendered_height\": 471, \"original_width\": 1024, \"original_height\": 576, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.ungeek.ph/2016/10/inspiring-watch-dwayne-the-rock-johnson-react-on-his-very-first-wwe-match/\", \"unformatted_src\": \"https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock-fanny-658x1024.jpg\", \"src\": \"https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock-fanny-658x1024.jpg\", \"formatted_filename\": \"The Rock fanny\", \"alt_text\": \"the-rock-fanny\", \"rendered_width\": 658, \"rendered_height\": 1024, \"original_width\": 658, \"original_height\": 1024, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://holaamericanews.com/to-my-bros-me-too-the-womens-march-and-my-birthday/\", \"unformatted_src\": \"https://holaamericanews.com/wp-content/uploads/2018/01/optimized-to-my-bros-696x522.jpg\", \"src\": \"https://holaamericanews.com/wp-content/uploads/2018/01/optimized-to-my-bros-696x522.jpg\", \"formatted_filename\": \"optimized to my bros\", \"rendered_width\": 696, \"rendered_height\": 522, \"original_width\": 696, \"original_height\": 522, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://holaamericanews.com/to-my-bros-me-too-the-womens-march-and-my-birthday/\", \"unformatted_src\": \"https://holaamericanews.com/wp-content/uploads/2018/01/Carmona-1-150x150.jpg\", \"src\": \"https://holaamericanews.com/wp-content/uploads/2018/01/Carmona-1-150x150.jpg\", \"formatted_filename\": \"Carmona\", \"alt_text\": \"Carmona 1\", \"rendered_width\": 150, \"rendered_height\": 150, \"original_width\": 150, \"original_height\": 150, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_1574.jpg?w=1088\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_1574.jpg?w=1088\", \"formatted_filename\": \"img\", \"rendered_width\": 1088, \"rendered_height\": 1451, \"original_width\": 1088, \"original_height\": 1450, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_1573.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_1573.jpg?w=739\", \"formatted_filename\": \"img\", \"original_width\": 739, \"original_height\": 554, \"format\": \"jpeg\"}, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_1574.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_1574.jpg?w=739\", \"formatted_filename\": \"img\", \"original_width\": 739, \"original_height\": 985, \"format\": \"jpeg\"}, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/1e0d34bc-fb2c-430e-9fb6-20c4bac7ad46.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/1e0d34bc-fb2c-430e-9fb6-20c4bac7ad46.jpg?w=739\", \"formatted_filename\": \"e d bc fb c e fb c bac ad\", \"original_width\": 739, \"original_height\": 738, \"format\": \"jpeg\"}, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0352.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0352.jpg?w=739\", \"formatted_filename\": \"img\", \"original_width\": 739, \"original_height\": 985, \"format\": \"jpeg\"}, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0361.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0361.jpg?w=739\", \"formatted_filename\": \"img\", \"original_width\": 739, \"original_height\": 985, \"format\": \"jpeg\"}, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0364.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0364.jpg?w=739\", \"formatted_filename\": \"img\", \"original_width\": 739, \"original_height\": 985, \"format\": \"jpeg\"}, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0368.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0368.jpg?w=739\", \"formatted_filename\": \"img\", \"original_width\": 739, \"original_height\": 985, \"format\": \"jpeg\"}, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0377.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0377.jpg?w=739\", \"formatted_filename\": \"img\", \"original_width\": 739, \"original_height\": 985, \"format\": \"jpeg\"}, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_1575.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_1575.jpg?w=739\", \"formatted_filename\": \"img\", \"original_width\": 739, \"original_height\": 985, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"unformatted_src\": \"https://www.nationalhogfarmer.com/sites/nationalhogfarmer.com/files/styles/article_featured_standard/public/NHF-pigsbarns_2.jpg?itok=dAtEUiHd\", \"src\": \"https://www.nationalhogfarmer.com/sites/nationalhogfarmer.com/files/styles/article_featured_standard/public/NHF-pigsbarns_2.jpg?itok=dAtEUiHd\", \"formatted_filename\": \"NHF pigsbarns\", \"alt_text\": \"Pig barn\", \"rendered_width\": 770, \"rendered_height\": 400, \"original_width\": 770, \"original_height\": 400, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"unformatted_src\": \"/sites/cet.com/files/Plain%20graphic%201%2010.21.png\", \"src\": \"https://www.nationalhogfarmer.com/sites/cet.com/files/Plain%20graphic%201%2010.21.png\", \"formatted_filename\": \"Plain graphic\", \"alt_text\": \"Plain graphic 1 10.21.png\", \"original_width\": 2400, \"original_height\": 1800, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"unformatted_src\": \"/sites/cet.com/files/Plain%20graphic%202.png\", \"src\": \"https://www.nationalhogfarmer.com/sites/cet.com/files/Plain%20graphic%202.png\", \"formatted_filename\": \"Plain graphic\", \"alt_text\": \"Plain graphic 2.png\", \"original_width\": 2400, \"original_height\": 1800, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"unformatted_src\": \"/sites/cet.com/files/plain%20graphic%203%2010.21.png\", \"src\": \"https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%203%2010.21.png\", \"formatted_filename\": \"plain graphic\", \"alt_text\": \"plain graphic 3 10.21.png\", \"original_width\": 2400, \"original_height\": 1800, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"unformatted_src\": \"/sites/cet.com/files/plain%20graphic%204%2010.21.png\", \"src\": \"https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%204%2010.21.png\", \"formatted_filename\": \"plain graphic\", \"alt_text\": \"plain graphic 4 10.21.png\", \"original_width\": 2400, \"original_height\": 1800, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"unformatted_src\": \"/sites/cet.com/files/plain%20graphic%205%2010.21.png\", \"src\": \"https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%205%2010.21.png\", \"formatted_filename\": \"plain graphic\", \"alt_text\": \"plain graphic 5 10.21.png\", \"original_width\": 2400, \"original_height\": 1800, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"unformatted_src\": \"/sites/cet.com/files/plain%20graphic%206%2010.21.png\", \"src\": \"https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%206%2010.21.png\", \"formatted_filename\": \"plain graphic\", \"alt_text\": \"plain graphic 6 10.21.png\", \"original_width\": 2400, \"original_height\": 1800, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"unformatted_src\": \"/sites/cet.com/files/plain%20graphic%207%2010.21.png\", \"src\": \"https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%207%2010.21.png\", \"formatted_filename\": \"plain graphic\", \"alt_text\": \"plain graphic 7 10.21.png\", \"original_width\": 2400, \"original_height\": 1800, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://www.listal.com/viewentry/67108\", \"unformatted_src\": \"https://lthumb.lisimg.com/731/11355731.jpg?width=170&sharpen=true\", \"src\": \"https://lthumb.lisimg.com/731/11355731.jpg?width=170&sharpen=true\", \"original_width\": 170, \"original_height\": 255, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.gungoddess.com/blogs/choosing-a-gun/which-concealed-carry-guns-are-the-most-popular-right-now\", \"unformatted_src\": \"//cdn.shopify.com/s/files/1/1372/5377/articles/Most-Popular-Concealed-Carry-Guns-Web-GunGoddess-min_1600x.jpg?v=1623552029\", \"src\": \"http://cdn.shopify.com/s/files/1/1372/5377/articles/Most-Popular-Concealed-Carry-Guns-Web-GunGoddess-min_1600x.jpg?v=1623552029\", \"formatted_filename\": \"Most Popular Concealed Carry Guns Web GunGoddess min x\", \"alt_text\": \"Which Concealed Carry Guns Are the Most Popular Right Now?\", \"rendered_width\": 1200, \"rendered_height\": 628, \"original_width\": 1200, \"original_height\": 628, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.gungoddess.com/blogs/choosing-a-gun/which-concealed-carry-guns-are-the-most-popular-right-now\", \"unformatted_src\": \"//cdn.shopify.com/s/files/1/1372/5377/articles/5-things-to-do-after-buying-a-gun-GunGoddess-min_1600x.jpg?v=1623552024\", \"src\": \"http://cdn.shopify.com/s/files/1/1372/5377/articles/5-things-to-do-after-buying-a-gun-GunGoddess-min_1600x.jpg?v=1623552024\", \"formatted_filename\": \"things to do after buying a gun GunGoddess min x\", \"alt_text\": \"5 Things You Should Do After Buying a Gun\", \"rendered_width\": 1200, \"rendered_height\": 628, \"original_width\": 1200, \"original_height\": 628, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.gungoddess.com/blogs/choosing-a-gun/which-concealed-carry-guns-are-the-most-popular-right-now\", \"unformatted_src\": \"//cdn.shopify.com/s/files/1/1372/5377/articles/Good-Advice-Buying-First-Gun-GunGoddess-min_1600x.jpg?v=1623552026\", \"src\": \"http://cdn.shopify.com/s/files/1/1372/5377/articles/Good-Advice-Buying-First-Gun-GunGoddess-min_1600x.jpg?v=1623552026\", \"formatted_filename\": \"Good Advice Buying First Gun GunGoddess min x\", \"alt_text\": \"Good Advice for Anyone Buying Their First Gun\", \"rendered_width\": 1200, \"rendered_height\": 628, \"original_width\": 1200, \"original_height\": 628, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.gungoddess.com/blogs/choosing-a-gun/which-concealed-carry-guns-are-the-most-popular-right-now\", \"unformatted_src\": \"//cdn.shopify.com/s/files/1/1372/5377/articles/terms-buying-a-handgun-GunGoddess-min_1600x.jpg?v=1623552032\", \"src\": \"http://cdn.shopify.com/s/files/1/1372/5377/articles/terms-buying-a-handgun-GunGoddess-min_1600x.jpg?v=1623552032\", \"formatted_filename\": \"terms buying a handgun GunGoddess min x\", \"alt_text\": \"The Terms You Need to Know When Buying a Handgun\", \"rendered_width\": 1200, \"rendered_height\": 628, \"original_width\": 1200, \"original_height\": 628, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.historytoday.com/history-today-issues/volume-38-issue-9-september-1988\", \"unformatted_src\": \"/sites/default/files/styles/teaser_list/public/bayeaux.jpg?itok=FTrCT1nV\", \"src\": \"https://www.historytoday.com/sites/default/files/styles/teaser_list/public/bayeaux.jpg?itok=FTrCT1nV\", \"formatted_filename\": \"bayeaux\", \"alt_text\": \"bayeaux.jpg\", \"rendered_width\": 440, \"rendered_height\": 340, \"original_width\": 440, \"original_height\": 340, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.historytoday.com/history-today-issues/volume-38-issue-9-september-1988\", \"unformatted_src\": \"/sites/default/files/styles/teaser_list/public/roxane_thumb.jpg?itok=2JRBz_Qx\", \"src\": \"https://www.historytoday.com/sites/default/files/styles/teaser_list/public/roxane_thumb.jpg?itok=2JRBz_Qx\", \"formatted_filename\": \"roxane thumb\", \"alt_text\": \"roxane_thumb.jpg\", \"rendered_width\": 440, \"rendered_height\": 340, \"original_width\": 440, \"original_height\": 340, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.gsa.gov/historic-buildings/african-burial-ground-memorial-new-york-ny\", \"unformatted_src\": \"/cdnstatic/ABG.jpg\", \"src\": \"https://www.gsa.gov/cdnstatic/ABG.jpg\", \"formatted_filename\": \"ABG\", \"alt_text\": \"African Burial Ground National Monument, New York, New York\", \"original_width\": 216, \"original_height\": 180, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.gsa.gov/historic-buildings/african-burial-ground-memorial-new-york-ny\", \"unformatted_src\": \"/cdnstatic/02_AfricanBurial_lo.jpg\", \"src\": \"https://www.gsa.gov/cdnstatic/02_AfricanBurial_lo.jpg\", \"formatted_filename\": \"AfricanBurial lo\", \"alt_text\": \"African Burial Ground National Monument, New York, New York\", \"original_width\": 175, \"original_height\": 263, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"https://hd-report.com/2014/02/14/comcast-merger-hideous-netflix-service/\", \"unformatted_src\": \"https://hd-report.com/wp-content/uploads/2014/02/netflix-ISP-rankings-january-452x600.jpg\", \"src\": \"https://hd-report.com/wp-content/uploads/2014/02/netflix-ISP-rankings-january-452x600.jpg\", \"formatted_filename\": \"netflix ISP rankings january\", \"rendered_width\": 452, \"rendered_height\": 600, \"original_width\": 452, \"original_height\": 600, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.lawyersandsettlements.com/legal-news/harvoni-denied-insurance-claim/harvoni-lawsuits-denied-insurance-claim-20731.html\", \"unformatted_src\": \"/images/articles2/Pill-bottle-money-article.jpg\", \"src\": \"https://www.lawyersandsettlements.com/images/articles2/Pill-bottle-money-article.jpg\", \"formatted_filename\": \"Pill bottle money article\", \"alt_text\": \"Expect More Hep C Drug Denied Insurance Lawsuits\", \"rendered_width\": 252, \"rendered_height\": 168, \"original_width\": 252, \"original_height\": 168, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://aceaviation.info/15107/msi-personal-cinema-15/\", \"unformatted_src\": \"https://www.adorama.com/images/Large/msigs65st054.jpg\", \"src\": \"https://www.adorama.com/images/Large/msigs65st054.jpg\", \"formatted_filename\": \"msigs st\", \"alt_text\": \"MSI PERSONAL CINEMA 5.0 DRIVERS\", \"original_width\": 450, \"original_height\": 450, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://aceaviation.info/15107/msi-personal-cinema-15/\", \"unformatted_src\": \"https://m.xcite.com/media/catalog/product/cache/1/thumbnail/550x400/9df78eab33525d08d6e5fb8d27136e95/b/u/buy_msi_core_i7_8gb_ram_1tb_hdd___128gb_ssd_4gb_nvidia_15_inch_gaming_laptop_-_gv627rd_price_result_1.jpg\", \"src\": \"https://m.xcite.com/media/catalog/product/cache/1/thumbnail/550x400/9df78eab33525d08d6e5fb8d27136e95/b/u/buy_msi_core_i7_8gb_ram_1tb_hdd___128gb_ssd_4gb_nvidia_15_inch_gaming_laptop_-_gv627rd_price_result_1.jpg\", \"formatted_filename\": \"buy msi core i gb ram tb hdd gb ssd gb nvidia inch gaming laptop gv rd price result\", \"alt_text\": \"MSI PERSONAL CINEMA 5.0 DOWNLOAD DRIVER\", \"original_width\": 550, \"original_height\": 400, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"http://www.antehoc.com/2012/05/collateral-at-bank-of-italy-2.html\", \"unformatted_src\": \"http://2.bp.blogspot.com/-sf0huKQfzIM/T6BLLO-tVtI/AAAAAAAAAMk/Y9UG5CT8aiE/s640/March+2012+Bank+of+Italy+Collateral+Composition.tiff\", \"src\": \"http://2.bp.blogspot.com/-sf0huKQfzIM/T6BLLO-tVtI/AAAAAAAAAMk/Y9UG5CT8aiE/s640/March+2012+Bank+of+Italy+Collateral+Composition.tiff\", \"formatted_filename\": \"March Bank of Italy Collateral Composition\", \"rendered_width\": 376, \"rendered_height\": 640, \"original_width\": 377, \"original_height\": 640, \"format\": \"jpeg\"}, {\"document_url\": \"http://www.antehoc.com/2012/05/collateral-at-bank-of-italy-2.html\", \"unformatted_src\": \"http://3.bp.blogspot.com/-PZnlKliPoQY/T6BLIQ60wVI/AAAAAAAAAMc/I7O604qgZjA/s640/August+Bank+of+Italy+Collateral+Composition.tiff\", \"src\": \"http://3.bp.blogspot.com/-PZnlKliPoQY/T6BLIQ60wVI/AAAAAAAAAMc/I7O604qgZjA/s640/August+Bank+of+Italy+Collateral+Composition.tiff\", \"formatted_filename\": \"August Bank of Italy Collateral Composition\", \"rendered_width\": 417, \"rendered_height\": 640, \"original_width\": 420, \"original_height\": 640, \"format\": \"jpeg\"}, null, {\"document_url\": \"http://www.antehoc.com/2012/05/collateral-at-bank-of-italy-2.html\", \"unformatted_src\": \"http://4.bp.blogspot.com/-xZA9Yo3d6eA/T6BRjbLh4fI/AAAAAAAAAMw/56QAQJLjSzI/s400/Italian+Banks'+net+purchases+of+government+debt.tiff\", \"src\": \"http://4.bp.blogspot.com/-xZA9Yo3d6eA/T6BRjbLh4fI/AAAAAAAAAMw/56QAQJLjSzI/s400/Italian+Banks'+net+purchases+of+government+debt.tiff\", \"formatted_filename\": \"Italian Banks' net purchases of government debt\", \"rendered_width\": 400, \"rendered_height\": 358, \"original_width\": 400, \"original_height\": 360, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://www.thehansindia.com/news/cities/vijayawada/vijayawada-cpi-wants-cm-ys-jagan-to-raise-voice-against-vizag-steel-plant-sell-off-704225\", \"unformatted_src\": \"https://assets.thehansindia.com/h-upload/2021/08/30/1105118-cpi.webp\", \"src\": \"https://assets.thehansindia.com/h-upload/2021/08/30/1105118-cpi.webp\", \"formatted_filename\": \"cpi\", \"alt_text\": \"CPI State Secretary K Ramakrishna flanked by P Harinadha Reddy and Akkineni Vanaja addressing the media in Vijayawada on Monday\", \"original_width\": 1000, \"original_height\": 600, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://wkuf.fm/shows/wkuf-celebrates-the-30th-anniversary-of-violator/\", \"unformatted_src\": \"https://wkuf.fm/wp-content/uploads/2018/03/JLM-Image-300x264.jpg\", \"src\": \"https://wkuf.fm/wp-content/uploads/2018/03/JLM-Image-300x264.jpg\", \"formatted_filename\": \"JLM Image\", \"rendered_width\": 300, \"rendered_height\": 264, \"original_width\": 300, \"original_height\": 264, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://wkuf.fm/shows/wkuf-celebrates-the-30th-anniversary-of-violator/\", \"unformatted_src\": \"https://wkuf.fm/wp-content/uploads/2019/07/50s60s-300x283.jpg\", \"src\": \"https://wkuf.fm/wp-content/uploads/2019/07/50s60s-300x283.jpg\", \"formatted_filename\": \"s s\", \"rendered_width\": 300, \"rendered_height\": 283, \"original_width\": 300, \"original_height\": 283, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"https://dailytimes.com.pk/379160/pakistan-urges-iran-and-afghanistan-to-do-more/\", \"unformatted_src\": \"https://dailytimes.com.pk/assets/uploads/2018/09/21/53f51f8c8c076.jpg\", \"src\": \"https://dailytimes.com.pk/assets/uploads/2018/09/21/53f51f8c8c076.jpg\", \"formatted_filename\": \"f f c c\", \"rendered_width\": 800, \"rendered_height\": 480, \"original_width\": 800, \"original_height\": 480, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.dailyfinland.fi/business/21426/KONE-Q1-results-improve/print\", \"unformatted_src\": \"/assets/news_photos/2021/04/29/image-21426.jpg\", \"src\": \"https://www.dailyfinland.fi/assets/news_photos/2021/04/29/image-21426.jpg\", \"formatted_filename\": \"image\", \"rendered_width\": 685, \"original_width\": 685, \"original_height\": 456, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://newcanaanlandtrust.org/hannan/\", \"unformatted_src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-1-e1570716278120-400x284.png\", \"src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-1-e1570716278120-400x284.png\", \"formatted_filename\": \"hannan e\", \"rendered_width\": 400, \"rendered_height\": 284, \"original_width\": 400, \"original_height\": 284, \"format\": \"jpeg\"}, {\"document_url\": \"https://newcanaanlandtrust.org/hannan/\", \"unformatted_src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-3-400x284.png\", \"src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-3-400x284.png\", \"formatted_filename\": \"hannan\", \"rendered_width\": 400, \"rendered_height\": 284, \"original_width\": 400, \"original_height\": 284, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://newcanaanlandtrust.org/hannan/\", \"unformatted_src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-6-400x284.png\", \"src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-6-400x284.png\", \"formatted_filename\": \"hannan\", \"rendered_width\": 400, \"rendered_height\": 284, \"original_width\": 400, \"original_height\": 284, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://newcanaanlandtrust.org/hannan/\", \"unformatted_src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-7-400x284.png\", \"src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-7-400x284.png\", \"formatted_filename\": \"hannan\", \"rendered_width\": 400, \"rendered_height\": 284, \"original_width\": 400, \"original_height\": 284, \"format\": \"jpeg\"}, {\"document_url\": \"https://newcanaanlandtrust.org/hannan/\", \"unformatted_src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-4-400x284.png\", \"src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-4-400x284.png\", \"formatted_filename\": \"hannan\", \"rendered_width\": 400, \"rendered_height\": 284, \"original_width\": 400, \"original_height\": 284, \"format\": \"jpeg\"}, {\"document_url\": \"https://newcanaanlandtrust.org/hannan/\", \"unformatted_src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-5-400x284.png\", \"src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-5-400x284.png\", \"formatted_filename\": \"hannan\", \"rendered_width\": 400, \"rendered_height\": 284, \"original_width\": 400, \"original_height\": 284, \"format\": \"jpeg\"}, {\"document_url\": \"https://newcanaanlandtrust.org/hannan/\", \"unformatted_src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-9-400x284.png\", \"src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-9-400x284.png\", \"formatted_filename\": \"hannan\", \"rendered_width\": 400, \"rendered_height\": 284, \"original_width\": 400, \"original_height\": 284, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://newcanaanlandtrust.org/hannan/\", \"unformatted_src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-10-400x284.png\", \"src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-10-400x284.png\", \"formatted_filename\": \"hannan\", \"rendered_width\": 400, \"rendered_height\": 284, \"original_width\": 400, \"original_height\": 284, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.coppolacomment.com/2016/05/where-on-earth-is-growth-in-greece.html\", \"unformatted_src\": \"https://3.bp.blogspot.com/-TMfMfVXZKuk/V0OgTNnJ7lI/AAAAAAAAD1c/rWvp4xRRtCQvIPERG82YCNcLUi3NVWMlACLcB/s640/IMF%2BGreece%2Bunemployment.jpg\", \"src\": \"https://3.bp.blogspot.com/-TMfMfVXZKuk/V0OgTNnJ7lI/AAAAAAAAD1c/rWvp4xRRtCQvIPERG82YCNcLUi3NVWMlACLcB/s640/IMF%2BGreece%2Bunemployment.jpg\", \"formatted_filename\": \"IMF BGreece Bunemployment\", \"rendered_width\": 640, \"rendered_height\": 324, \"original_width\": 609, \"original_height\": 309, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.coppolacomment.com/2016/05/where-on-earth-is-growth-in-greece.html\", \"unformatted_src\": \"https://2.bp.blogspot.com/-hvCX7VTUuD8/V0Ohm0li81I/AAAAAAAAD1o/_5I0nhaPzxQYHErCN8RB75reLyf5eBBwgCLcB/s640/IMF%2BGreece%2Binvestment.jpg\", \"src\": \"https://2.bp.blogspot.com/-hvCX7VTUuD8/V0Ohm0li81I/AAAAAAAAD1o/_5I0nhaPzxQYHErCN8RB75reLyf5eBBwgCLcB/s640/IMF%2BGreece%2Binvestment.jpg\", \"formatted_filename\": \"IMF BGreece Binvestment\", \"rendered_width\": 640, \"rendered_height\": 346, \"original_width\": 617, \"original_height\": 334, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.coppolacomment.com/2016/05/where-on-earth-is-growth-in-greece.html\", \"unformatted_src\": \"https://2.bp.blogspot.com/-bJoNbOfCTZA/V0OjmGjAfiI/AAAAAAAAD10/nxNHpa0uxm8lz2qT558RFINIoTo4-TFSACLcB/s640/IMF%2BGreece%2BTFP.jpg\", \"src\": \"https://2.bp.blogspot.com/-bJoNbOfCTZA/V0OjmGjAfiI/AAAAAAAAD10/nxNHpa0uxm8lz2qT558RFINIoTo4-TFSACLcB/s640/IMF%2BGreece%2BTFP.jpg\", \"formatted_filename\": \"IMF BGreece BTFP\", \"rendered_width\": 640, \"rendered_height\": 384, \"original_width\": 609, \"original_height\": 366, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://philadelphia.cbslocal.com/2013/02/10/stars-sing-along-to-lumineers/\", \"unformatted_src\": \"http://philadelphia.cbslocal.com/wp-content/uploads/sites/15116066/2013/02/lumineers_street1.jpg\", \"src\": \"http://philadelphia.cbslocal.com/wp-content/uploads/sites/15116066/2013/02/lumineers_street1.jpg\", \"formatted_filename\": \"lumineers street\", \"rendered_width\": 435, \"rendered_height\": 308, \"original_width\": 594, \"original_height\": 421, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"http://www.tdisport.com/tdisport-diesel-news/passat-used-car-of-the-year/\", \"unformatted_src\": \"http://www.tdisport.com/wp-content/uploads/2009/09/58701vw--300x225.jpg\", \"src\": \"http://www.tdisport.com/wp-content/uploads/2009/09/58701vw--300x225.jpg\", \"formatted_filename\": \"vw\", \"alt_text\": \"VW Passat Best Used Car\", \"rendered_width\": 300, \"rendered_height\": 225, \"original_width\": 300, \"original_height\": 225, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.betarena.com/atlanta-united-vs-montreal-impact-betting-tip-and-prediction/\", \"unformatted_src\": \"https://www.betarena.com/wp-content/uploads/elementor/thumbs/Atlanta-United-vs-Montreal-Impact-Betting-Tip-and-Prediction-oedudyfgljiufdvu3gvnjqo22e10pz8bi28wikjrcs.jpg\", \"src\": \"https://www.betarena.com/wp-content/uploads/elementor/thumbs/Atlanta-United-vs-Montreal-Impact-Betting-Tip-and-Prediction-oedudyfgljiufdvu3gvnjqo22e10pz8bi28wikjrcs.jpg\", \"formatted_filename\": \"Atlanta United vs Montreal Impact Betting Tip and Prediction oedudyfgljiufdvu gvnjqo e pz bi wikjrcs\", \"alt_text\": \"Atlanta United vs Montreal Impact Betting Tip and Prediction\", \"original_width\": 696, \"original_height\": 390, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.betarena.com/atlanta-united-vs-montreal-impact-betting-tip-and-prediction/\", \"unformatted_src\": \"https://www.betarena.com/wp-content/uploads/2020/02/AEK-300x169.jpeg\", \"src\": \"https://www.betarena.com/wp-content/uploads/2020/02/AEK-300x169.jpeg\", \"formatted_filename\": \"AEK\", \"alt_text\": \"Aris vs AEK Prediction\", \"rendered_width\": 300, \"rendered_height\": 169, \"original_width\": 300, \"original_height\": 169, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.betarena.com/atlanta-united-vs-montreal-impact-betting-tip-and-prediction/\", \"unformatted_src\": \"https://www.betarena.com/wp-content/uploads/2020/02/Atromitos-300x204.jpg\", \"src\": \"https://www.betarena.com/wp-content/uploads/2020/02/Atromitos-300x204.jpg\", \"formatted_filename\": \"Atromitos\", \"alt_text\": \"Atromitos vs Xanthi FC Prediction\", \"rendered_width\": 300, \"rendered_height\": 204, \"original_width\": 300, \"original_height\": 204, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.betarena.com/atlanta-united-vs-montreal-impact-betting-tip-and-prediction/\", \"unformatted_src\": \"https://www.betarena.com/wp-content/uploads/2020/02/Aris-370x305.jpg\", \"src\": \"https://www.betarena.com/wp-content/uploads/2020/02/Aris-370x305.jpg\", \"formatted_filename\": \"Aris\", \"alt_text\": \"Lamia vs Aris Prediction\", \"rendered_width\": 370, \"rendered_height\": 305, \"original_width\": 370, \"original_height\": 305, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.betarena.com/atlanta-united-vs-montreal-impact-betting-tip-and-prediction/\", \"unformatted_src\": \"https://www.betarena.com/wp-content/uploads/2020/02/Leon-1-370x305.jpg\", \"src\": \"https://www.betarena.com/wp-content/uploads/2020/02/Leon-1-370x305.jpg\", \"formatted_filename\": \"Leon\", \"alt_text\": \"Leon vs Necaxa Prediction\", \"rendered_width\": 370, \"rendered_height\": 305, \"original_width\": 370, \"original_height\": 305, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.betarena.com/atlanta-united-vs-montreal-impact-betting-tip-and-prediction/\", \"unformatted_src\": \"https://www.betarena.com/wp-content/uploads/2020/01/pngfuel.com_.png\", \"src\": \"https://www.betarena.com/wp-content/uploads/2020/01/pngfuel.com_.png\", \"formatted_filename\": \"pngfuel\", \"alt_text\": \"Football Betting\", \"rendered_width\": 1500, \"rendered_height\": 1180, \"original_width\": 1500, \"original_height\": 1180, \"format\": \"jpeg\"}]", "[{\"document_url\": \"http://climateemergencydeclaration.org/head-cracking-moments-of-the-declaration-campaign/\", \"unformatted_src\": \"http://climateemergencydeclaration.org/wp-content/uploads/2021/02/MelanieScaife_CouncilMeeting-collage800.jpg\", \"src\": \"http://climateemergencydeclaration.org/wp-content/uploads/2021/02/MelanieScaife_CouncilMeeting-collage800.jpg\", \"formatted_filename\": \"MelanieScaife CouncilMeeting collage\", \"rendered_width\": 800, \"rendered_height\": 466, \"original_width\": 800, \"original_height\": 466, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"http://2smeraldi.com/home/wp-includes/certificates/pdf/online-Studies-in-Modern-Music%3A-Frederick-Chopin%2C-Antonin-Dvo%C5%99%C3%A1k%2C-Johannes-Brahms-1904%2C2012/\", \"unformatted_src\": \"http://i.forbesimg.com/media/lists/companies/bausch-plus-lomb_416x416.jpg\", \"src\": \"http://i.forbesimg.com/media/lists/companies/bausch-plus-lomb_416x416.jpg\", \"formatted_filename\": \"bausch plus lomb\", \"alt_text\": \"online Studies in Modern Music: Frederick Chopin, Antonin Dvo\\u0159\\u00e1k,\", \"rendered_width\": 581, \"original_width\": 416, \"original_height\": 416, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://megamarathi.com/news/braveheart-movie-selected-in-third-eye-asian-film-festival/\", \"unformatted_src\": \"https://megamarathi.com/wp-content/uploads/2016/11/Braveheart-Marathi-Movie-Selected-In-Third-Eye-Asian-Film-Festival.jpg\", \"src\": \"https://megamarathi.com/wp-content/uploads/2016/11/Braveheart-Marathi-Movie-Selected-In-Third-Eye-Asian-Film-Festival.jpg\", \"formatted_filename\": \"Braveheart Marathi Movie Selected In Third Eye Asian Film Festival\", \"alt_text\": \"braveheart-marathi-movie-selected-in-third-eye-asian-film-festival\", \"rendered_width\": 600, \"rendered_height\": 435, \"original_width\": 600, \"original_height\": 435, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://plantpowerednomad.com/got-soy-milk-a-guide-to-vegan-lattes-in-taipei/\", \"unformatted_src\": \"https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-12-27-12-54-43_deco.jpg\", \"src\": \"https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-12-27-12-54-43_deco.jpg\", \"formatted_filename\": \"wpid deco\", \"rendered_width\": 525, \"rendered_height\": 700, \"original_width\": 960, \"original_height\": 1280, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://plantpowerednomad.com/got-soy-milk-a-guide-to-vegan-lattes-in-taipei/\", \"unformatted_src\": \"https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2015-02-14-13-14-51_deco.jpg?w=225\", \"src\": \"https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2015-02-14-13-14-51_deco.jpg?w=225\", \"formatted_filename\": \"wpid deco\", \"alt_text\": \"Caramel Macchiato, my usual on days I need a kick.\", \"rendered_width\": 225, \"rendered_height\": 300, \"original_width\": 960, \"original_height\": 1280, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://plantpowerednomad.com/got-soy-milk-a-guide-to-vegan-lattes-in-taipei/\", \"unformatted_src\": \"https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-09-14-12-48-37_deco.jpg?w=225\", \"src\": \"https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-09-14-12-48-37_deco.jpg?w=225\", \"formatted_filename\": \"wpid deco\", \"alt_text\": \"The best white coffee I've tasted.\", \"rendered_width\": 225, \"rendered_height\": 300, \"original_width\": 960, \"original_height\": 1280, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://plantpowerednomad.com/got-soy-milk-a-guide-to-vegan-lattes-in-taipei/\", \"unformatted_src\": \"https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-12-27-12-54-43_deco.jpg?w=225\", \"src\": \"https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-12-27-12-54-43_deco.jpg?w=225\", \"formatted_filename\": \"wpid deco\", \"alt_text\": \"With extra cream, please.\", \"rendered_width\": 225, \"rendered_height\": 300, \"original_width\": 960, \"original_height\": 1280, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://pnesterova.com/2021/04/03/english-listening-futurologist/\", \"unformatted_src\": \"https://pnesterovacom.files.wordpress.com/2020/11/people-woman-hand-desk-6360.jpg?w=1250\", \"src\": \"https://pnesterovacom.files.wordpress.com/2020/11/people-woman-hand-desk-6360.jpg?w=1250\", \"formatted_filename\": \"people woman hand desk\", \"rendered_width\": 1250, \"rendered_height\": 833, \"original_width\": 1250, \"original_height\": 833, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://pnesterova.com/2021/04/03/english-listening-futurologist/\", \"unformatted_src\": \"https://pnesterovacom.files.wordpress.com/2020/12/learn-english-link2.png\", \"src\": \"https://pnesterovacom.files.wordpress.com/2020/12/learn-english-link2.png\", \"formatted_filename\": \"learn english link\", \"rendered_width\": 150, \"rendered_height\": 150, \"original_width\": 150, \"original_height\": 150, \"format\": \"jpeg\"}, {\"document_url\": \"https://pnesterova.com/2021/04/03/english-listening-futurologist/\", \"unformatted_src\": \"https://pnesterovacom.files.wordpress.com/2020/12/about-me-link.png\", \"src\": \"https://pnesterovacom.files.wordpress.com/2020/12/about-me-link.png\", \"formatted_filename\": \"about me link\", \"alt_text\": \"About me link\", \"rendered_width\": 150, \"rendered_height\": 150, \"original_width\": 150, \"original_height\": 150, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://pnesterova.com/2021/04/03/english-listening-futurologist/\", \"unformatted_src\": \"https://pnesterovacom.files.wordpress.com/2020/12/self-intro-and-photo.png\", \"src\": \"https://pnesterovacom.files.wordpress.com/2020/12/self-intro-and-photo.png\", \"formatted_filename\": \"self intro and photo\", \"rendered_width\": 450, \"rendered_height\": 450, \"original_width\": 450, \"original_height\": 450, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://shapingthefutureofpower.com/2020/03/02/covid19-and-china-africa-soft-power-considerations/\", \"unformatted_src\": \"https://shapingthefutureofpower.files.wordpress.com/2020/09/cropped-img_6919-e1600473840730.jpg\", \"src\": \"https://shapingthefutureofpower.files.wordpress.com/2020/09/cropped-img_6919-e1600473840730.jpg\", \"formatted_filename\": \"cropped img e\", \"rendered_width\": 1250, \"rendered_height\": 757, \"original_width\": 1250, \"original_height\": 757, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://tass.com/politics/1023811\", \"unformatted_src\": \"//phototass4.cdnvideo.ru/width/1020_b9261fa1/tass/m2/en/uploads/i/20181001/1204153.jpg\", \"src\": \"http://phototass4.cdnvideo.ru/width/1020_b9261fa1/tass/m2/en/uploads/i/20181001/1204153.jpg\", \"original_width\": 738, \"original_height\": 470, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://popculturetimes.com/2020/07/30/edge-of-tomorrow-2-what-is-release-date-and-latest-update/\", \"unformatted_src\": \"https://andoverleader.com/wp-content/uploads/2020/06/Edge-Of-Tomorrow-2-poster-1-1-1.webp\", \"src\": \"https://andoverleader.com/wp-content/uploads/2020/06/Edge-Of-Tomorrow-2-poster-1-1-1.webp\", \"formatted_filename\": \"Edge Of Tomorrow poster\", \"alt_text\": \"Edge of Tomorrow 2 or Live, Die Repeat & Repeat, director Dough ...\", \"original_width\": 1600, \"original_height\": 800, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.amnews.com/2016/11/12/centre-college-womens-soccer-moves-on-to-second-round/\", \"unformatted_src\": \"https://www.amnews.com/wp-content/uploads/sites/41/2016/11/Centre-1st-rd-18.jpg?w=1024\", \"src\": \"https://www.amnews.com/wp-content/uploads/sites/41/2016/11/Centre-1st-rd-18.jpg?w=1024\", \"formatted_filename\": \"Centre st rd\", \"rendered_width\": 1024, \"rendered_height\": 840, \"original_width\": 1024, \"original_height\": 840, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://dev.to/chiexplores/for-beginners-what-you-need-to-know-about-var-let-const-45pl\", \"unformatted_src\": \"https://res.cloudinary.com/practicaldev/image/fetch/s--aaLTJRhS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/jg3498ayt6ritcnotyfl.png\", \"src\": \"https://res.cloudinary.com/practicaldev/image/fetch/s--aaLTJRhS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/jg3498ayt6ritcnotyfl.png\", \"formatted_filename\": \"jg ayt ritcnotyfl\", \"alt_text\": \"Code Snipper of Hoisting example\", \"original_width\": 880, \"original_height\": 458, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://v5.femalefirst.co.uk/celebrity/eddie-redmayne-uses-cbd-oil-ease-nerves-1286919.html\", \"unformatted_src\": \"/image-library/partners/bang/land/1000/e/eddie-redmayne-aW1hZ2VzMS8yMDE4LzExLzE0LzAwNTM2NDAwMDE1NDIxO.jpg\", \"src\": \"https://v5.femalefirst.co.uk/image-library/partners/bang/land/1000/e/eddie-redmayne-aW1hZ2VzMS8yMDE4LzExLzE0LzAwNTM2NDAwMDE1NDIxO.jpg\", \"formatted_filename\": \"eddie redmayne aW hZ VzMS yMDE LzExLzE LzAwNTM NDAwMDE NDIxO\", \"alt_text\": \"Eddie Redmayne\", \"original_width\": 1000, \"original_height\": 666, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://v5.femalefirst.co.uk/celebrity/eddie-redmayne-uses-cbd-oil-ease-nerves-1286919.html\", \"unformatted_src\": \"/image-library/partners/bang/land/250/a/annie-wallace-aW1hZ2VzMS8yMDIxLzA2LzExLzE2MjM0MTAyMjBjcm9wcG.jpg\", \"src\": \"https://v5.femalefirst.co.uk/image-library/partners/bang/land/250/a/annie-wallace-aW1hZ2VzMS8yMDIxLzA2LzExLzE2MjM0MTAyMjBjcm9wcG.jpg\", \"formatted_filename\": \"annie wallace aW hZ VzMS yMDIxLzA LzExLzE MjM MTAyMjBjcm wcG\", \"original_width\": 250, \"original_height\": 167, \"format\": \"jpeg\"}, {\"document_url\": \"https://v5.femalefirst.co.uk/celebrity/eddie-redmayne-uses-cbd-oil-ease-nerves-1286919.html\", \"unformatted_src\": \"/image-library/partners/bang/land/250/e/eddie-redmayne-aW1hZ2VzMS8yMDE4LzExLzEzLzA3MTY0MzcwMDE1NDIxN.jpg\", \"src\": \"https://v5.femalefirst.co.uk/image-library/partners/bang/land/250/e/eddie-redmayne-aW1hZ2VzMS8yMDE4LzExLzEzLzA3MTY0MzcwMDE1NDIxN.jpg\", \"formatted_filename\": \"eddie redmayne aW hZ VzMS yMDE LzExLzEzLzA MTY MzcwMDE NDIxN\", \"original_width\": 250, \"original_height\": 167, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://www.saturdayeveningpost.com/2017/10/coping-estranged-adult-children/\", \"unformatted_src\": \"https://www.saturdayeveningpost.com/wp-content/uploads/satevepost/2017-so-pg18-motherdaughter.jpg\", \"src\": \"https://www.saturdayeveningpost.com/wp-content/uploads/satevepost/2017-so-pg18-motherdaughter.jpg\", \"formatted_filename\": \"so pg motherdaughter\", \"alt_text\": \"Mother and Duaghters in the woods\", \"rendered_width\": 610, \"rendered_height\": 306, \"original_width\": 610, \"original_height\": 306, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://feifa.eu/spectacular-tax-savings-for-expats-using-spanish-compliant-investments/\", \"unformatted_src\": \"http://feifa.eu/wp-content/uploads/2017/11/piggy-bank-statement-400-300x200.jpeg\", \"src\": \"http://feifa.eu/wp-content/uploads/2017/11/piggy-bank-statement-400-300x200.jpeg\", \"formatted_filename\": \"piggy bank statement\", \"alt_text\": \"width=300\", \"rendered_height\": 200, \"original_width\": 300, \"original_height\": 200, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"http://blogs.reading.ac.uk/crg/advent-botany-2015-day-15-mahleb/\", \"unformatted_src\": \"http://blogs.reading.ac.uk/crg/files/2015/12/Mahleb2.jpg\", \"src\": \"http://blogs.reading.ac.uk/crg/files/2015/12/Mahleb2.jpg\", \"formatted_filename\": \"Mahleb\", \"alt_text\": \"Prunus mahaleb herbarium specimen at Reading (RNG) \", \"rendered_width\": 600, \"rendered_height\": 952, \"original_width\": 600, \"original_height\": 952, \"format\": \"jpeg\"}, {\"document_url\": \"http://blogs.reading.ac.uk/crg/advent-botany-2015-day-15-mahleb/\", \"unformatted_src\": \"http://blogs.reading.ac.uk/crg/files/2015/12/Mahleb_Grinder.jpg\", \"src\": \"http://blogs.reading.ac.uk/crg/files/2015/12/Mahleb_Grinder.jpg\", \"formatted_filename\": \"Mahleb Grinder\", \"alt_text\": \"Traditional mahleb hand grinder with seeds. By Leslie Seaton (Flickr: Mahleb Grinder) [CC BY 2.0 (http://creativecommons.org/licenses/by/2.0)], via Wikimedia Commons)\", \"rendered_width\": 2304, \"rendered_height\": 1728, \"original_width\": 2304, \"original_height\": 1728, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.wired.com/2009/11/alt-text-clever-murdoch-turns-news-into-hip-underground-club/\", \"unformatted_src\": \"https://www.wired.com/images_blogs/underwire/2009/11/murdoch-line.png\", \"src\": \"https://www.wired.com/images_blogs/underwire/2009/11/murdoch-line.png\", \"formatted_filename\": \"murdoch line\", \"alt_text\": \"murdoch-line\", \"original_width\": 600, \"original_height\": 400, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.statesmanjournal.com/story/news/2015/10/16/oregon-wolf-or3-cascade-mountains-crater-lake-national-park/74071992/\", \"unformatted_src\": \"https://www.gannett-cdn.com/-mm-/cfc530a7632537c29651d465286b807d63a5f9dc/c=194-0-1346-866/local/-/media/2015/10/16/Salem/Salem/635806085938526440-OR3.jpg?width=534&height=401&fit=crop\", \"src\": \"https://www.gannett-cdn.com/-mm-/cfc530a7632537c29651d465286b807d63a5f9dc/c=194-0-1346-866/local/-/media/2015/10/16/Salem/Salem/635806085938526440-OR3.jpg?width=534&height=401&fit=crop\", \"formatted_filename\": \"OR\", \"alt_text\": \"635806085938526440-OR3\", \"original_width\": 534, \"original_height\": 401, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.statesmanjournal.com/story/news/2015/10/16/oregon-wolf-or3-cascade-mountains-crater-lake-national-park/74071992/\", \"unformatted_src\": \"http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/03826eda33c092b93d8be28214d91a5c2b97d530/c=0-0-1039-1039/local/-/media/Salem/Salem/2014/07/24/1406236948010-14547399159-f018dfdd19-o.jpg\", \"src\": \"http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/03826eda33c092b93d8be28214d91a5c2b97d530/c=0-0-1039-1039/local/-/media/Salem/Salem/2014/07/24/1406236948010-14547399159-f018dfdd19-o.jpg\", \"formatted_filename\": \"f dfdd o\", \"original_width\": 300, \"original_height\": 300, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.statesmanjournal.com/story/news/2015/10/16/oregon-wolf-or3-cascade-mountains-crater-lake-national-park/74071992/\", \"unformatted_src\": \"http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/00091fc00565a241cd46a450054aa381d5a1e6a1/c=300-0-1800-1500/local/-/media/Salem/2015/03/14/B9316553846Z.1_20150314190023_000_GFLA74H74.1-0.jpg\", \"src\": \"http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/00091fc00565a241cd46a450054aa381d5a1e6a1/c=300-0-1800-1500/local/-/media/Salem/2015/03/14/B9316553846Z.1_20150314190023_000_GFLA74H74.1-0.jpg\", \"formatted_filename\": \"B Z\", \"original_width\": 300, \"original_height\": 300, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.businesstraveller.com/business-travel/2018/03/14/boeing-rolls-10000th-737-aircraft/\", \"unformatted_src\": \"https://cdn.businesstraveller.com/wp-content/uploads/fly-images/856999/Boeings-10000th-737-916x516.jpeg\", \"src\": \"https://cdn.businesstraveller.com/wp-content/uploads/fly-images/856999/Boeings-10000th-737-916x516.jpeg\", \"formatted_filename\": \"Boeings th\", \"alt_text\": \"Boeing rolls out its 10,000th 737 aircraft, set to go to Southwest Airlines\", \"original_width\": 916, \"original_height\": 516, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.businesstraveller.com/business-travel/2018/03/14/boeing-rolls-10000th-737-aircraft/\", \"unformatted_src\": \"https://cdn.businesstraveller.com/wp-content/uploads/fly-images/849951/Max-71-360x203.jpeg\", \"src\": \"https://cdn.businesstraveller.com/wp-content/uploads/fly-images/849951/Max-71-360x203.jpeg\", \"formatted_filename\": \"Max\", \"alt_text\": \"The first Boeing 737 MAX 7 made its debut today at the company's Renton, Wash. factory. Photo by Craig Larsen. (PRNewsfoto/Boeing)\", \"original_width\": 360, \"original_height\": 203, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.businesstraveller.com/business-travel/2018/03/14/boeing-rolls-10000th-737-aircraft/\", \"unformatted_src\": \"https://cdn.businesstraveller.com/wp-content/uploads/fly-images/795138/K66629-01-360x203.jpg\", \"src\": \"https://cdn.businesstraveller.com/wp-content/uploads/fly-images/795138/K66629-01-360x203.jpg\", \"alt_text\": \"MAX 9 Paint Roll Out\", \"original_width\": 360, \"original_height\": 203, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.businesstraveller.com/business-travel/2018/03/14/boeing-rolls-10000th-737-aircraft/\", \"unformatted_src\": \"https://cdn.businesstraveller.com/wp-content/uploads/fly-images/814749/Boeing-B737-Max-10-360x202.jpg\", \"src\": \"https://cdn.businesstraveller.com/wp-content/uploads/fly-images/814749/Boeing-B737-Max-10-360x202.jpg\", \"formatted_filename\": \"Boeing B Max\", \"alt_text\": \"Boeing B737 Max 10\", \"original_width\": 360, \"original_height\": 202, \"format\": \"jpeg\"}]"], "general_metadata": ["{\"url\": \"https://eppc.org/publication/declaration-of-disruption/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499654.54/warc/CC-MAIN-20230128184907-20230128214907-00327.warc.gz\", \"warc_record_offset\": 250370303, \"warc_record_length\": 20061}", "{\"url\": \"https://lamborghinichat.com/forum/news/vw-group-allegedly-receives-offer-to-sell-lamborghini-for-9-2-billion.728/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623488528979.69/warc/CC-MAIN-20210623011557-20210623041557-00312.warc.gz\", \"warc_record_offset\": 322560850, \"warc_record_length\": 17143}", "{\"url\": \"https://slidelegend.com/the-influencing-factors-on-entrepreneurship-ti-journals_59d9b3c91723dd4b8ead833e.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-24/segments/1590347392057.6/warc/CC-MAIN-20200527013445-20200527043445-00580.warc.gz\", \"warc_record_offset\": 536988620, \"warc_record_length\": 14280}", "{\"url\": \"https://www.henryusa.com/flexforkal/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500076.87/warc/CC-MAIN-20230203221113-20230204011113-00015.warc.gz\", \"warc_record_offset\": 828569590, \"warc_record_length\": 16616}", "{\"url\": \"https://www.arout.net/hotel-occupancy-drops-due-to-covid-19-certificates-in-mazatlan/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882572063.65/warc/CC-MAIN-20220814173832-20220814203832-00008.warc.gz\", \"warc_record_offset\": 598837769, \"warc_record_length\": 14575}", "{\"url\": \"https://www.glamsham.com/world/technology/apple-may-launch-ar-contact-lenses-in-10-years\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-17/segments/1618038083007.51/warc/CC-MAIN-20210415035637-20210415065637-00636.warc.gz\", \"warc_record_offset\": 870013982, \"warc_record_length\": 84010}", "{\"url\": \"http://otlsports.com/patriots-vs-dolphins-biggest-nfl-spreads-this-decade/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-10/segments/1581875145621.28/warc/CC-MAIN-20200221233354-20200222023354-00398.warc.gz\", \"warc_record_offset\": 111531585, \"warc_record_length\": 25025}", "{\"url\": \"https://birmingcabbie.wordpress.com/2013/01/16/silver-and-gold/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-34/segments/1596439737206.16/warc/CC-MAIN-20200807172851-20200807202851-00477.warc.gz\", \"warc_record_offset\": 233367373, \"warc_record_length\": 27864}", "{\"url\": \"https://www.vagabondinn.com/blog/vagabond-inn-comes-to-utah\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662531762.30/warc/CC-MAIN-20220520061824-20220520091824-00060.warc.gz\", \"warc_record_offset\": 1239312380, \"warc_record_length\": 14681}", "{\"url\": \"https://www.weeklygripe.co.uk/overuse-of-the-word-issue-in-the-media\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323585322.63/warc/CC-MAIN-20211020152307-20211020182307-00649.warc.gz\", \"warc_record_offset\": 1288254429, \"warc_record_length\": 10413}", "{\"url\": \"https://www.heavenlytealeaves.com/blogs/heavenly-tea-leaves-blog/exploring-the-green-teas-of-japan\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-39/segments/1631780057202.68/warc/CC-MAIN-20210921101319-20210921131319-00614.warc.gz\", \"warc_record_offset\": 837566473, \"warc_record_length\": 58147}", "{\"url\": \"https://tm.koreaherald.com/view.php?ud=20210504001014\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623487612537.23/warc/CC-MAIN-20210614135913-20210614165913-00601.warc.gz\", \"warc_record_offset\": 532769245, \"warc_record_length\": 25017}", "{\"url\": \"https://bricks.stackexchange.com/questions/14655/how-do-you-display-multiple-items-at-once-on-an-ev3-screen/15044\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882573630.12/warc/CC-MAIN-20220819070211-20220819100211-00319.warc.gz\", \"warc_record_offset\": 175500523, \"warc_record_length\": 66290}", "{\"url\": \"https://www.toptipz.com.ng/armed-robbers-police-uniforms-enugu-caught-gun-battle-photos/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-10/segments/1581875148375.36/warc/CC-MAIN-20200229022458-20200229052458-00295.warc.gz\", \"warc_record_offset\": 904154101, \"warc_record_length\": 11479}", "{\"url\": \"https://gamecocksonline.com/news/2017/08/22/breaking-down-the-offensive-line/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-40/segments/1664030337322.29/warc/CC-MAIN-20221002115028-20221002145028-00747.warc.gz\", \"warc_record_offset\": 303777204, \"warc_record_length\": 19373}", "{\"url\": \"https://paulinepark.com/2014/06/09/gauguin-exoticization-primitivism-paganism/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499697.75/warc/CC-MAIN-20230129012420-20230129042420-00524.warc.gz\", \"warc_record_offset\": 473272628, \"warc_record_length\": 17321}", "{\"url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-34/segments/1596439737319.74/warc/CC-MAIN-20200808080642-20200808110642-00060.warc.gz\", \"warc_record_offset\": 516800798, \"warc_record_length\": 29736}", "{\"url\": \"https://minnesota.cbslocal.com/2018/08/20/new-brighton-house-fire-dogs-rescued/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-04/segments/1610703531702.36/warc/CC-MAIN-20210123001629-20210123031629-00630.warc.gz\", \"warc_record_offset\": 455460747, \"warc_record_length\": 21947}", "{\"url\": \"https://simonegallina.blogspot.com/2012/03/famous-painter-of-prehistoric-murals.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-16/segments/1585370500331.13/warc/CC-MAIN-20200331053639-20200331083639-00229.warc.gz\", \"warc_record_offset\": 640302554, \"warc_record_length\": 19781}", "{\"url\": \"https://www.podparadise.com/Podcast/1533560948/Listen/1607614191/0\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-31/segments/1627046157039.99/warc/CC-MAIN-20210805193327-20210805223327-00602.warc.gz\", \"warc_record_offset\": 1002652790, \"warc_record_length\": 7640}", "{\"url\": \"https://vidmid.com/news/sir-ian-mckellen-martin-freeman-and-the-lord-of-the-rings-cast-kickstart-fundraising-campaign-to-buy-author-j-r-r-tolkien-s-oxford-home?uid=226886\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-04/segments/1610703538082.57/warc/CC-MAIN-20210123125715-20210123155715-00108.warc.gz\", \"warc_record_offset\": 628149199, \"warc_record_length\": 9581}", "{\"url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882571090.80/warc/CC-MAIN-20220809215803-20220810005803-00211.warc.gz\", \"warc_record_offset\": 683638756, \"warc_record_length\": 40224}", "{\"url\": \"https://ionigeria.com/james-webb-the-most-powerful-space-telescope-ever-built-blast-into-orbit/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499845.10/warc/CC-MAIN-20230131055533-20230131085533-00613.warc.gz\", \"warc_record_offset\": 348002670, \"warc_record_length\": 28496}", "{\"url\": \"https://www.marshfieldnewsherald.com/story/news/2019/05/02/rothschild-police-wausau-man-charged-with-owi-said-his-gum-blame-smell-alcohol/3645355002/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-05/segments/1579250593994.14/warc/CC-MAIN-20200118221909-20200119005909-00365.warc.gz\", \"warc_record_offset\": 972941129, \"warc_record_length\": 43188}", "{\"url\": \"https://brindisa.com/blogs/news/the-food-geek-guide-to-iberico-ham\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764494852.95/warc/CC-MAIN-20230127001911-20230127031911-00821.warc.gz\", \"warc_record_offset\": 176182646, \"warc_record_length\": 58668}", "{\"url\": \"https://healthyceleb.com/scottie-pippen-height-weight-body-statistics/54041/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-16/segments/1585371830894.88/warc/CC-MAIN-20200409055849-20200409090349-00200.warc.gz\", \"warc_record_offset\": 476834551, \"warc_record_length\": 28617}", "{\"url\": \"https://worldnews.su/world/kabul-terror-attack-multiple-explosions-as-gunfire-rings-out-with-deaths-feared-world-news.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656103626162.35/warc/CC-MAIN-20220629084939-20220629114939-00694.warc.gz\", \"warc_record_offset\": 683956680, \"warc_record_length\": 14884}", "{\"url\": \"https://observer.com/2022/05/what-will-elon-musk-do-with-twitter-here-is-a-6-point-guide/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500758.20/warc/CC-MAIN-20230208092053-20230208122053-00639.warc.gz\", \"warc_record_offset\": 450138738, \"warc_record_length\": 24833}", "{\"url\": \"https://www.zwillgen.com/law-enforcement/court-decision-rules-geofence-warrant-violates-fourth-amendment/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446710789.95/warc/CC-MAIN-20221201021257-20221201051257-00652.warc.gz\", \"warc_record_offset\": 1124917887, \"warc_record_length\": 23522}", "{\"url\": \"https://www.idropnews.com/news/beats-releases-ultra-affordable-new-50-beats-flex-wireless-earbuds/145050/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764501066.53/warc/CC-MAIN-20230209014102-20230209044102-00740.warc.gz\", \"warc_record_offset\": 857199535, \"warc_record_length\": 30176}", "{\"url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656104496688.78/warc/CC-MAIN-20220704202455-20220704232455-00300.warc.gz\", \"warc_record_offset\": 199444381, \"warc_record_length\": 17548}", "{\"url\": \"https://kitchen-repair.info/daftar-film-mae-pong-38/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-31/segments/1627046154175.76/warc/CC-MAIN-20210801092716-20210801122716-00658.warc.gz\", \"warc_record_offset\": 358919877, \"warc_record_length\": 11838}", "{\"url\": \"https://www.austinchronicle.com/news/2008-06-27/640116/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-50/segments/1606141194982.45/warc/CC-MAIN-20201128011115-20201128041115-00175.warc.gz\", \"warc_record_offset\": 591253388, \"warc_record_length\": 17495}", "{\"url\": \"https://www.fame10.com/trending-news/will-smith-and-jada-pinkett-smith-slam-divorce-rumors/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499919.70/warc/CC-MAIN-20230201081311-20230201111311-00455.warc.gz\", \"warc_record_offset\": 766206361, \"warc_record_length\": 32672}", "{\"url\": \"https://ednews.net/en/news/politics/440902-iran-embassy-ill-wishers-trying-to-disrupt-relations-between-tehran-baku\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-50/segments/1606141750841.83/warc/CC-MAIN-20201205211729-20201206001729-00355.warc.gz\", \"warc_record_offset\": 263492130, \"warc_record_length\": 22120}", "{\"url\": \"https://www.hopefornigeriaonline.com/category/africa/page/17/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-17/segments/1618039388763.75/warc/CC-MAIN-20210420091336-20210420121336-00107.warc.gz\", \"warc_record_offset\": 930101659, \"warc_record_length\": 22399}", "{\"url\": \"https://cmeindia.in/covid-19-3rd-wave-experience-in-india-a-survey-of-5971-adults/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500028.12/warc/CC-MAIN-20230202133541-20230202163541-00248.warc.gz\", \"warc_record_offset\": 178693725, \"warc_record_length\": 42926}", "{\"url\": \"https://www.sitra.fi/en/blogs/moving-boldly-towards-participatory-foresight/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-05/segments/1579250607407.48/warc/CC-MAIN-20200122191620-20200122220620-00393.warc.gz\", \"warc_record_offset\": 1088907449, \"warc_record_length\": 11772}", "{\"url\": \"https://suesspiciousminds.com/2013/05/14/four-minute-warning-or-last-night-the-plans-for-a-future-war-was-all-i-saw-on-channel-four/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323588398.42/warc/CC-MAIN-20211028162638-20211028192638-00233.warc.gz\", \"warc_record_offset\": 664847335, \"warc_record_length\": 31698}", "{\"url\": \"https://www.exquisitecoasts.com/spectacular-coastal-drives.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500339.37/warc/CC-MAIN-20230206113934-20230206143934-00685.warc.gz\", \"warc_record_offset\": 782007633, \"warc_record_length\": 19267}", "{\"url\": \"https://petebowes.com/2011/01/02/china-the-first-night/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-40/segments/1664030337625.5/warc/CC-MAIN-20221005105356-20221005135356-00284.warc.gz\", \"warc_record_offset\": 486450658, \"warc_record_length\": 27715}", "{\"url\": \"https://bluemonsterprep.com/blogs/news/hawaii-races-to-secure-power-plant-threatened-by-lava-flows\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499713.50/warc/CC-MAIN-20230129112153-20230129142153-00439.warc.gz\", \"warc_record_offset\": 159639259, \"warc_record_length\": 72974}", "{\"url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-05/segments/1579251681412.74/warc/CC-MAIN-20200125191854-20200125221854-00304.warc.gz\", \"warc_record_offset\": 13209660, \"warc_record_length\": 11206}", "{\"url\": \"https://thegatorseye.com/3188/news/muslims-in-detainment-a-look-into-chinas-camps/?print=true\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882573145.32/warc/CC-MAIN-20220818003501-20220818033501-00506.warc.gz\", \"warc_record_offset\": 510157631, \"warc_record_length\": 8481}", "{\"url\": \"https://jewishnews.timesofisrael.com/video-project-twinning-shoah-survivor-with-celebs-wins-two-awards/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-31/segments/1627046155458.35/warc/CC-MAIN-20210805063730-20210805093730-00308.warc.gz\", \"warc_record_offset\": 347762646, \"warc_record_length\": 14792}", "{\"url\": \"https://www.rowadventures.com/specialist/malcolm-reed\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882571056.58/warc/CC-MAIN-20220809155137-20220809185137-00754.warc.gz\", \"warc_record_offset\": 870524278, \"warc_record_length\": 12466}", "{\"url\": \"https://theshelfofunreadbooks.wordpress.com/2019/02/03/reviewthe-library-book-by-susan-orlean/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323587606.8/warc/CC-MAIN-20211024204628-20211024234628-00141.warc.gz\", \"warc_record_offset\": 701475464, \"warc_record_length\": 55792}", "{\"url\": \"https://energy.agwired.com/2010/10/07/wasted-food-wasted-energy/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764495001.99/warc/CC-MAIN-20230127164242-20230127194242-00001.warc.gz\", \"warc_record_offset\": 241286356, \"warc_record_length\": 20698}", "{\"url\": \"https://www.uscleiden.com/news/2021/05/14/beat-the-microbead/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662521041.0/warc/CC-MAIN-20220518021247-20220518051247-00703.warc.gz\", \"warc_record_offset\": 1269439293, \"warc_record_length\": 6324}", "{\"url\": \"https://bedandbicycle.com/is-this-cool-idea-with-butterfly-doorways-the-subsequent-mazda-miata.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446710764.12/warc/CC-MAIN-20221130124353-20221130154353-00274.warc.gz\", \"warc_record_offset\": 161515301, \"warc_record_length\": 13553}", "{\"url\": \"https://www.greatfallstribune.com/story/opinion/tribune-editorials/2016/06/10/montana-gets-manufacturing-tax-fairness/85722960/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-16/segments/1585370506870.41/warc/CC-MAIN-20200402080824-20200402110824-00330.warc.gz\", \"warc_record_offset\": 935440331, \"warc_record_length\": 43051}", "{\"url\": \"https://thenextweb.com/media/2011/11/08/last-fm-reached-the-60-billion-scrobble-landmark-with-lady-gaga/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-50/segments/1606141176049.8/warc/CC-MAIN-20201124082900-20201124112900-00250.warc.gz\", \"warc_record_offset\": 525905978, \"warc_record_length\": 21310}", "{\"url\": \"https://www.fingerlakes1.com/2021/03/07/sabres-lose-seventh-straight-with-5-2-loss-to-islanders/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446710771.39/warc/CC-MAIN-20221130192708-20221130222708-00543.warc.gz\", \"warc_record_offset\": 792006189, \"warc_record_length\": 23266}", "{\"url\": \"https://movizark.com/2018/10/29/el-tonto-ray-liotta-adrien-brody-travis-fimmel-ken-jeong-join-charlie-days-film/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662539101.40/warc/CC-MAIN-20220521112022-20220521142022-00165.warc.gz\", \"warc_record_offset\": 444833137, \"warc_record_length\": 39518}", "{\"url\": \"https://paradigmshyft.com/2022/02/27/totalitarianism-authoritarianism-and-fascism-what-is-the-difference/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499524.28/warc/CC-MAIN-20230128054815-20230128084815-00673.warc.gz\", \"warc_record_offset\": 442133024, \"warc_record_length\": 33777}", "{\"url\": \"https://www.rte.ie/news/2019/1201/1096265-smith-isis-home-turkey/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-49/segments/1637964363292.82/warc/CC-MAIN-20211206103243-20211206133243-00587.warc.gz\", \"warc_record_offset\": 1036937141, \"warc_record_length\": 22407}", "{\"url\": \"http://www.cmt.com/news/1490421/bluegrass-legend-charlie-waller-dead-at-69/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-05/segments/1579250595787.7/warc/CC-MAIN-20200119234426-20200120022426-00503.warc.gz\", \"warc_record_offset\": 208318103, \"warc_record_length\": 11530}", "{\"url\": \"https://caribbeantales-worldwide.com/a-hand-full-of-anticipation-for-the-caribbeantales-2011-film-festival/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499890.39/warc/CC-MAIN-20230131190543-20230131220543-00762.warc.gz\", \"warc_record_offset\": 180032374, \"warc_record_length\": 29529}", "{\"url\": \"https://www.knollwood.ca/blog/what-do-deacons-do\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623488567696.99/warc/CC-MAIN-20210625023840-20210625053840-00248.warc.gz\", \"warc_record_offset\": 748368127, \"warc_record_length\": 14745}", "{\"url\": \"https://silverchips.mbhs.edu/content/nba-award-predictions-31146/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446710972.37/warc/CC-MAIN-20221204104311-20221204134311-00476.warc.gz\", \"warc_record_offset\": 559787302, \"warc_record_length\": 11801}", "{\"url\": \"https://realdealtheatre.webs.com/press.htm\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446711074.68/warc/CC-MAIN-20221206060908-20221206090908-00826.warc.gz\", \"warc_record_offset\": 503711292, \"warc_record_length\": 4512}", "{\"url\": \"https://www.parkablogs.com/content/book-review-daisuke-moriyama-art-works-chronicle\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-17/segments/1618038072366.31/warc/CC-MAIN-20210413122252-20210413152252-00153.warc.gz\", \"warc_record_offset\": 1044766559, \"warc_record_length\": 11425}", "{\"url\": \"https://www.ungeek.ph/2016/10/inspiring-watch-dwayne-the-rock-johnson-react-on-his-very-first-wwe-match/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500094.26/warc/CC-MAIN-20230204044030-20230204074030-00871.warc.gz\", \"warc_record_offset\": 1068673394, \"warc_record_length\": 27741}", "{\"url\": \"https://holaamericanews.com/to-my-bros-me-too-the-womens-march-and-my-birthday/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656103334753.21/warc/CC-MAIN-20220627134424-20220627164424-00450.warc.gz\", \"warc_record_offset\": 353753500, \"warc_record_length\": 26850}", "{\"url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764501555.34/warc/CC-MAIN-20230209081052-20230209111052-00418.warc.gz\", \"warc_record_offset\": 443600050, \"warc_record_length\": 28918}", "{\"url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-40/segments/1664030337731.82/warc/CC-MAIN-20221006061224-20221006091224-00466.warc.gz\", \"warc_record_offset\": 944340676, \"warc_record_length\": 23482}", "{\"url\": \"https://www.listal.com/viewentry/67108\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-04/segments/1610703519843.24/warc/CC-MAIN-20210119232006-20210120022006-00714.warc.gz\", \"warc_record_offset\": 856244466, \"warc_record_length\": 6855}", "{\"url\": \"https://www.gungoddess.com/blogs/choosing-a-gun/which-concealed-carry-guns-are-the-most-popular-right-now\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323585305.53/warc/CC-MAIN-20211020090145-20211020120145-00247.warc.gz\", \"warc_record_offset\": 952624329, \"warc_record_length\": 36797}", "{\"url\": \"https://www.historytoday.com/history-today-issues/volume-38-issue-9-september-1988\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-40/segments/1600400209665.4/warc/CC-MAIN-20200923015227-20200923045227-00745.warc.gz\", \"warc_record_offset\": 868067474, \"warc_record_length\": 7789}", "{\"url\": \"https://www.gsa.gov/historic-buildings/african-burial-ground-memorial-new-york-ny\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662530066.45/warc/CC-MAIN-20220519204127-20220519234127-00495.warc.gz\", \"warc_record_offset\": 887707280, \"warc_record_length\": 18194}", "{\"url\": \"https://hd-report.com/2014/02/14/comcast-merger-hideous-netflix-service/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656103036176.7/warc/CC-MAIN-20220625220543-20220626010543-00439.warc.gz\", \"warc_record_offset\": 331507927, \"warc_record_length\": 70103}", "{\"url\": \"https://www.lawyersandsettlements.com/legal-news/harvoni-denied-insurance-claim/harvoni-lawsuits-denied-insurance-claim-20731.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323588526.57/warc/CC-MAIN-20211028193601-20211028223601-00464.warc.gz\", \"warc_record_offset\": 1030808939, \"warc_record_length\": 12183}", "{\"url\": \"https://aceaviation.info/15107/msi-personal-cinema-15/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-24/segments/1590347409171.27/warc/CC-MAIN-20200530102741-20200530132741-00512.warc.gz\", \"warc_record_offset\": 230608992, \"warc_record_length\": 8405}", "{\"url\": \"http://www.antehoc.com/2012/05/collateral-at-bank-of-italy-2.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500076.87/warc/CC-MAIN-20230203221113-20230204011113-00490.warc.gz\", \"warc_record_offset\": 49049249, \"warc_record_length\": 11713}", "{\"url\": \"https://www.thehansindia.com/news/cities/vijayawada/vijayawada-cpi-wants-cm-ys-jagan-to-raise-voice-against-vizag-steel-plant-sell-off-704225\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-49/segments/1637964362999.66/warc/CC-MAIN-20211204154554-20211204184554-00197.warc.gz\", \"warc_record_offset\": 1117681212, \"warc_record_length\": 45453}", "{\"url\": \"https://wkuf.fm/shows/wkuf-celebrates-the-30th-anniversary-of-violator/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-16/segments/1585370494064.21/warc/CC-MAIN-20200329074745-20200329104745-00223.warc.gz\", \"warc_record_offset\": 747266560, \"warc_record_length\": 14190}", "{\"url\": \"https://dailytimes.com.pk/379160/pakistan-urges-iran-and-afghanistan-to-do-more/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-24/segments/1590347385193.5/warc/CC-MAIN-20200524210325-20200525000325-00286.warc.gz\", \"warc_record_offset\": 318772991, \"warc_record_length\": 14394}", "{\"url\": \"https://www.dailyfinland.fi/business/21426/KONE-Q1-results-improve/print\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623488289268.76/warc/CC-MAIN-20210621181810-20210621211810-00385.warc.gz\", \"warc_record_offset\": 652955119, \"warc_record_length\": 4559}", "{\"url\": \"https://newcanaanlandtrust.org/hannan/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500095.4/warc/CC-MAIN-20230204075436-20230204105436-00431.warc.gz\", \"warc_record_offset\": 445539595, \"warc_record_length\": 36215}", "{\"url\": \"https://www.coppolacomment.com/2016/05/where-on-earth-is-growth-in-greece.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-04/segments/1610703519843.24/warc/CC-MAIN-20210119232006-20210120022006-00102.warc.gz\", \"warc_record_offset\": 739236885, \"warc_record_length\": 37583}", "{\"url\": \"https://philadelphia.cbslocal.com/2013/02/10/stars-sing-along-to-lumineers/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656103269583.13/warc/CC-MAIN-20220626131545-20220626161545-00651.warc.gz\", \"warc_record_offset\": 500521076, \"warc_record_length\": 21082}", "{\"url\": \"http://www.tdisport.com/tdisport-diesel-news/passat-used-car-of-the-year/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-29/segments/1593657140746.69/warc/CC-MAIN-20200713002400-20200713032400-00490.warc.gz\", \"warc_record_offset\": 231800895, \"warc_record_length\": 24971}", "{\"url\": \"https://www.betarena.com/atlanta-united-vs-montreal-impact-betting-tip-and-prediction/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-10/segments/1581875145316.8/warc/CC-MAIN-20200220224059-20200221014059-00491.warc.gz\", \"warc_record_offset\": 600780066, \"warc_record_length\": 35158}", "{\"url\": \"http://climateemergencydeclaration.org/head-cracking-moments-of-the-declaration-campaign/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500719.31/warc/CC-MAIN-20230208060523-20230208090523-00280.warc.gz\", \"warc_record_offset\": 8674637, \"warc_record_length\": 16718}", "{\"url\": \"http://2smeraldi.com/home/wp-includes/certificates/pdf/online-Studies-in-Modern-Music%3A-Frederick-Chopin%2C-Antonin-Dvo%C5%99%C3%A1k%2C-Johannes-Brahms-1904%2C2012/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-21/segments/1620243991772.66/warc/CC-MAIN-20210517115207-20210517145207-00081.warc.gz\", \"warc_record_offset\": 667469, \"warc_record_length\": 15861}", "{\"url\": \"https://megamarathi.com/news/braveheart-movie-selected-in-third-eye-asian-film-festival/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-49/segments/1637964362219.5/warc/CC-MAIN-20211202114856-20211202144856-00451.warc.gz\", \"warc_record_offset\": 472202588, \"warc_record_length\": 24269}", "{\"url\": \"https://plantpowerednomad.com/got-soy-milk-a-guide-to-vegan-lattes-in-taipei/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446711475.44/warc/CC-MAIN-20221209181231-20221209211231-00135.warc.gz\", \"warc_record_offset\": 502614546, \"warc_record_length\": 17761}", "{\"url\": \"https://pnesterova.com/2021/04/03/english-listening-futurologist/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-05/segments/1642320304810.95/warc/CC-MAIN-20220125100035-20220125130035-00017.warc.gz\", \"warc_record_offset\": 487850033, \"warc_record_length\": 35314}", "{\"url\": \"https://shapingthefutureofpower.com/2020/03/02/covid19-and-china-africa-soft-power-considerations/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662573053.67/warc/CC-MAIN-20220524142617-20220524172617-00116.warc.gz\", \"warc_record_offset\": 576892098, \"warc_record_length\": 26350}", "{\"url\": \"https://tass.com/politics/1023811\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-05/segments/1642320304570.90/warc/CC-MAIN-20220124124654-20220124154654-00633.warc.gz\", \"warc_record_offset\": 605037761, \"warc_record_length\": 18206}", "{\"url\": \"https://popculturetimes.com/2020/07/30/edge-of-tomorrow-2-what-is-release-date-and-latest-update/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-17/segments/1618038921860.72/warc/CC-MAIN-20210419235235-20210420025235-00434.warc.gz\", \"warc_record_offset\": 566143162, \"warc_record_length\": 19036}", "{\"url\": \"https://www.amnews.com/2016/11/12/centre-college-womens-soccer-moves-on-to-second-round/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764494826.88/warc/CC-MAIN-20230126210844-20230127000844-00124.warc.gz\", \"warc_record_offset\": 671862269, \"warc_record_length\": 20224}", "{\"url\": \"https://dev.to/chiexplores/for-beginners-what-you-need-to-know-about-var-let-const-45pl\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500273.30/warc/CC-MAIN-20230205161658-20230205191658-00037.warc.gz\", \"warc_record_offset\": 228975360, \"warc_record_length\": 20205}", "{\"url\": \"https://v5.femalefirst.co.uk/celebrity/eddie-redmayne-uses-cbd-oil-ease-nerves-1286919.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623488268274.66/warc/CC-MAIN-20210621055537-20210621085537-00406.warc.gz\", \"warc_record_offset\": 525187166, \"warc_record_length\": 12139}", "{\"url\": \"https://www.saturdayeveningpost.com/2017/10/coping-estranged-adult-children/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499710.49/warc/CC-MAIN-20230129080341-20230129110341-00391.warc.gz\", \"warc_record_offset\": 1002765638, \"warc_record_length\": 30197}", "{\"url\": \"https://feifa.eu/spectacular-tax-savings-for-expats-using-spanish-compliant-investments/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652663012542.85/warc/CC-MAIN-20220528031224-20220528061224-00707.warc.gz\", \"warc_record_offset\": 312775777, \"warc_record_length\": 12729}", "{\"url\": \"http://blogs.reading.ac.uk/crg/advent-botany-2015-day-15-mahleb/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-49/segments/1637964358847.80/warc/CC-MAIN-20211129225145-20211130015145-00550.warc.gz\", \"warc_record_offset\": 13017767, \"warc_record_length\": 17509}", "{\"url\": \"https://www.wired.com/2009/11/alt-text-clever-murdoch-turns-news-into-hip-underground-club/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-34/segments/1596439739048.46/warc/CC-MAIN-20200813161908-20200813191908-00099.warc.gz\", \"warc_record_offset\": 898049141, \"warc_record_length\": 73991}", "{\"url\": \"https://www.statesmanjournal.com/story/news/2015/10/16/oregon-wolf-or3-cascade-mountains-crater-lake-national-park/74071992/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-10/segments/1581875145774.75/warc/CC-MAIN-20200223123852-20200223153852-00550.warc.gz\", \"warc_record_offset\": 893628626, \"warc_record_length\": 42687}", "{\"url\": \"https://www.businesstraveller.com/business-travel/2018/03/14/boeing-rolls-10000th-737-aircraft/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-21/segments/1620243992159.64/warc/CC-MAIN-20210517084550-20210517114550-00131.warc.gz\", \"warc_record_offset\": 690172719, \"warc_record_length\": 19143}"], "texts": [[null, "One of the essential, if often unstated, job requirements of an American president is to provide stability, order and predictability in a world that tends toward chaos, disarray and entropy. When our political leaders ignore this \u2014 and certainly when they delight in disruption \u2014 the consequences can be severe. Stability is easy to take for granted, but impossible to live without.\n\nProjecting clear convictions is important for preventing adversaries from misreading America\u2019s intentions and will. Our allies also depend on our predictability and reassuring steadiness. Their actions in trade and economics, in alliances with other nations and in the military sphere are often influenced by how much they believe they can rely on American support.\n\nOrder and stability in the executive branch are also linked to the health of our system of government. Chaos in the West Wing can be crippling, as White House aides \u2014 in a constant state of uncertainty, distrustful of colleagues, fearful that they might be excoriated or fired \u2014 find it nearly impossible to do their jobs. This emanates throughout the entire federal government. Devoid of steadfast leadership, executive agencies easily become dysfunctional themselves.\n\nWorse yet, if key pillars of our system, like our intelligence and law enforcement agencies, are denigrated by the president, they can be destabilized, and Americans\u2019 trust in them can be undermined. Without a reliable chief executive, Congress, an inherently unruly institution, will also find it difficult to do its job, since our constitutional system relies on its various branches to constantly engage with one another in governing.\n\nBut that\u2019s hardly the whole of it. Particularly in this social media era, a president who thrives on disruption and chaos is impossible to escape. Every shocking statement and act is given intense coverage. As a result, the president is omnipresent, the subject of endless coast-to-coast conversations among family and friends, never far from our thoughts. As Andrew Sullivan has observed, \u201cA free society means being free of those who rule over you \u2014 to do the things you care about, your passions, your pastimes, your loves \u2014 to exult in that blessed space where politics doesn\u2019t intervene.\u201d\n\nA presidency characterized by pandemonium invades and infects that space, leaving people unsettled and on edge. And this, in turn, leads to greater polarization, to feelings of alienation and anger, to unrest and even to violence.\n\nA spirit of instability in government will cause Americans to lose confidence in our public institutions. When citizens lose that basic faith in their government, it leads to corrosive cynicism and the acceptance of conspiracy theories. Movements and individuals once considered fringe become mainstream, while previously responsible figures decamp to the fever swamps. One result is that the informal and unwritten rules of political and human interaction, which are at the core of civilization, are undone. There is such a thing as democratic etiquette; when it is lost, the common assumptions that allow for compromise and progress erode.\n\nIn short, chaotic leadership can inflict real trauma on political and civic culture.\n\nAll of which brings us to Donald Trump, arguably the most disruptive and transgressive president in American history. He thrives on creating turbulence in every conceivable sphere. The blast radius of his tumultuous acts and chaotic temperament is vast.\nMr. Trump acts as if order is easy to achieve and needs to be overturned while disruption and disorder are what we need. But the opposite is true. \u201cRage and frenzy will pull down more in half an hour,\u201d Edmund Burke wrote, \u201cthan prudence, deliberation and foresight can build up in a hundred years.\u201d\n\nMr. Trump and his supporters don\u2019t seem to agree, or don\u2019t seem to care. And here\u2019s the truly worrisome thing: The disruption is only going to increase, both because he\u2019s facing criticism that seems to trigger him psychologically and because his theory of management involves the cultivation of chaos. He has shown throughout his life a defiant refusal to be disciplined. His disordered personality thrives on mayhem and upheaval, on vicious personal attacks and ceaseless conflict. As we\u2019re seeing, his malignant character is emboldening some, while it\u2019s causing others \u2014 the Republican leadership comes to mind \u2014 to briefly speak out (at best) before returning to silence and acquiescence. The effect on the rest of us? We cannot help losing our capacity to be shocked and alarmed.\n\nWe have as president the closest thing to a nihilist in our history \u2014 a man who believes in little or nothing, who has the impulse to burn down rather than to build up. When the president eventually faces a genuine crisis, his ignorance and inflammatory instincts will make everything worse.\n\nRepublican voters and politicians rallied around Mr. Trump in 2016, believing he was anti-establishment when in fact he was anti-order. He turns out to be an institutional arsonist. It is an irony of American history that the Republican Party, which has historically valued order and institutions, has become the conduit of chaos."], [null, "The buyer would get everything, including Lambo's headquarters.\n\nThe investment groupQuantum Group AG has submitted a\u20ac7.5 billion ($9.2 billion at current exchange rates) offer to purchase Lamborghini from Volkswagen Group, Autocar reports. There's no info yet about whether VW intends to accept the offer or further negotiate the deal.\n\nQuantum Group is a holding company based in Zurich, Switzerland, and it might have a tangential relationship with the Porsche family.Rea Stark is representing Quantum in the Lamborghini purchase offer. He is also a co-founder of Pi\u00ebchAutomotive along with Anton Pi\u00ebch who is the son of former VW Group boss Ferdinand Pi\u00ebch and the great-grandson of Ferdinand Porsche. Although, it's not clear if Anton Pi\u00ebch has any role in this attempt to buy Lamborghini, according to Autocar.\n\nQuantum Group wants to purchase more than just the Lamborghini name. The deal would include buying the entire facility inSant\u2019Agata, Italy, and the firm's motorsport operations. There would also be a five-year supplier agreement with Audi, which likely would allow Lambo to continue to produce the current models while preparing new ones. Quantum wants to shape the brand to \"spearhead for innovation by consistently implementing new clean drivetrain technologies,\" according to a document obtained by Autocar.\n\nThere have been rumors for years about VW Group selling Lamborghini. However, in late 2020, the automaker's supervisory board voted not to sell Lambo, Bentley, and Ducati. The company was doing an internal examination to see if the resources were available to develop EVs and autonomous technology while also investing in these premium marques.\"Brands must be measured against new requirements,\" VW Group Chief Executive Herbert Diess said at the time."], ["The agriculture sector as the main source of income for the most countries of the world in economic activities is very important. The sector due to its high contribution in GNP and export incomes play the critical role in directing and positioning the economic development process especially in third world countries. The agriculture development cannot be fulfilled only by injection of capital and technology to agriculture sector but this is a multidimensional process that many factors intervene on it. The optimization and reinforcement of human resource in agriculture development is undeniable. A kind of investment that today is unavoidable for public and private sector from the expert point of views is to reinforce and develop the entrepreneurship in agriculture sector [6]. Nowadays the agriculture is considered as a sector for complementing the economy and entrepreneurship activities as response to recession and problems in agriculture sector and survival strategy for rural family. One of the suitable options toward competition and commercializing the agriculture sector and active involvement in global markets is to develop the trade units for greenhouse usage [3]. The greenhouse town is a set of greenhouses that is focused in a common space, this is an incorporated and coordinated cultivation and for avoidance from breaking apart the lands and lead to reduction of production costs, enhancement of production productivity, and as a result increasing the farmers income. The greenhouse town of Hashtgerd is the first and biggest hydroponic greenhouse town of Iran by an area amounted 170 hectares that after completing, 1300 skilled and non-skilled person will be employed there. Raman et al. (2008) in a researched titled motivational factors influencing on entrepreneurship decision making believes that the motivation and environmental conditions play the important role in entrepreneurship [8]. Hindle (2006) in his research considered the job satisfaction and age as the most important variables influencing on entrepreneurship [4]. Royer (2003) considered the job satisfaction and age as the most important variable influencing on entrepreneurship too [9]. Lashgarara et al. (2011) concluded that there is a positive relationship between education in high levels and entrepreneurship activities development [5]. Farajolah Hosseini and Mcelwee (2011) in their research found that 67 percent of variance of rural women about the influencing factors on entrepreneurship activates are explained by education, motivation, economic factors and psychological factors [2]. In a research that has been done by Ghonchi et al (2010) the economical, technical and technology individual, professional and infrastructure has been considered as the most important avoiding factors for development of greenhouse units [3]. Sharifi et al (2009) in their paper express that the attitude of the most greenhouse holders toward development and spread of greenhouse is in intermediate and good level and on the other hand there is a positive and significant relationship between communicative channels, performance level, technical knowledge level, net income, green house background, education [10]. Morad nejadi et al (2007) concluded that the economic environment is the most important factor for entrepreneurship in Iran and after them the entrepreneur\u2019s psychological attributes, marketing skills and access to resources, environmental dynamic, and interest toward agriculture are known as other main factors [6]. The town has high problems including inefficiency of major infrastructure like water, electricity and gas, bank lending problems, lack of education, input financing problems like fuel, water price calculation based on industry and not agriculture and some other problems that preclude suitable using from town advantages. Therefore perhaps we can claim that the town could not achieve to one the most important aim toward creating jobs for unemployed graduates of agriculture. Due to cited items the greenhouse cultivation is considered as a novel phenomenon that has not been in Iran for a long time. Despite quantitative growth of greenhouse units in the country, this productive units deal with some multiple problems that make their qualitative development difficult. The current research is aimed to explore the influencing factors on entrepreneurship development of Hashtgerd greenhouse town in order to provide some approaches for entrepreneurship development in this town. The current research is done for Hastgerd greenhouse town located in Savejbolagh in Alborz province. The duration of research is 2011 -2012.\n\nThis is applied study; from the data collection is the descriptive and based on method is correlation. The statistical population in this research includes 39 users of greenhouse town of Hashtgerd. Due to smallness of statistical population and less numbers of users the census method has been used. The instrument used in this study to gather data was the questionnaire. Due to the nature and objectives of this research study is to evaluate the content validity of the questionnaire, to measure the validity questionnaire, the number of Islamic Azad University professors and experts were conducted to examine the necessary and the collection of comments reform of the questionnaire was obtained. In order to determine the reliability of the data collected through questionnaires, Cronbach's alpha test was used for overall Cronbach's alpha of the questionnaire was between 0.914 to 0.972. Independent variables included psychological, economic, and technical support- social- cultural, educational and policy. The dependent variable in this research is the development of entrepreneurial farmers in Hashtgerd Town greenhouse. In order to measure the dependent variable in the form of a Likert questionnaire item 5 is used. In this study, data were collected in two ways: a library research and field studies. After collecting and sorting data, the analysis the data in two stages, using descriptive statistics and inferential statistics were taken. All data processing and statistical analysis was performed using the software SPSS18.\n\nConsidering the results obtained in this study, the average age is 31.89 years. Most beneficiaries that is 38.5 percent have a bachelor's degree. Average exploiters of record service have 6.74 years. 43.6% of farmers produce strawberries product that has accounted for the highest percentage. In order to evaluate the development of entrepreneurship in the town of greenhouse Hashtgerd the form of a five-item Likert 5 option is used. The findings of the study indicate that the majority of the subjects (41 percent) believe entrepreneurship development in the Town of greenhouse Hashtgerd is too much (Table 1). Table 1. Rate of entrepreneurship development of Hashtgerd greenhouse (n=39) Influence\n\nThe Influencing Factors on Entrepreneurship Development of Users in Greenhouse Town of Hashtgerd Agriculture Science Developments Vol(3), No (10), October, 2014.\n\nFactors influencing the choice of family planning among couples in ...\n\nFactors and Perceptions Influencing the Implementation ... - Euromesco\nOct 1, 2006 - events, including 9/11 and the fight against terrorism, have accelerated EU efforts in this ... http://www.euractiv.com/en/justice/illegal- .... This, of course, has led to doubts ... however, in the degree of influence that these posit", null, "management factors influencing open innovation ... - DiVA portal\nWith innovation becoming the source of growth for major businesses, there .... companies such as Apple, Microsoft etc (Pisano, 2006). ...... idea in that website.\n\nAn Analysis of the Factors Influencing ITS Technology Adoption and ...\nnew technology may evolve and what types of Federal programs would be best suited to promote diffusion. ...... West Palm Beach, Boca Raton, Delray. 1999.\n\nFactors influencing the choice of family planning among couples in ...\nJun 17, 2011 - timing of pregnancy, also known as spacing of children ... powerful that they can obscure the line between ..... gee.org/guide/ islamic.html."], ["Henry Repeating Arms is proud to announce this Guns For Great Causes benefit for 8-year-old Kalel Hamilton and his family. Kalel is currently battling Duchenne Muscular Dystrophy, a rare and terminal genetic disease with no known cure.\n\nEach one of the 50 rifles in the \u201cFlex For Kalel\u201d series is a donation from Henry Repeating Arms President and Owner, Anthony Imperato, to help raise funds for a treatment that could potentially save Kalel\u2019s life. The engraving and painting embellishments are graciously donated by our friends and partners at Baron Engraving of Trumbull, CT.\n\n100% of the proceeds go to Kalel\u2019s family who will be donating the funds to the non-profit organization, Cure Rare Diseases, to secure Kalel\u2019s eligibility for an experimental gene therapy treatment.", null, "The \u201cFlex For Kalel\u201d edition rifles feature a superhero motif as a symbol of Kalel\u2019s endurance and a nod to his name, which is inspired by Kal-El, the birth name of Clark Kent, AKA Superman. Built on Henry\u2019s award-winning Golden Boy platform, the rifles are chambered in .22 S/L/LR and feature a Brasslite receiver cover, blued steel octagon barrel, and genuine American walnut furniture with laser engraving and hand painted accents. A lime green muscular dystrophy awareness ribbon drapes through the overall design. Each rifle in the series is marked with a unique serial number ranging from \u201cFLEXFORKAL01\u201d through \u201cFLEXFORKAL50.\u201d\n\nAll of the rifles are available for purchase directly from Henry Repeating Arms with the exception of the first and last in the series, which are up for auction on Gunbroker.com. Thank you to everyone who chooses to support this \u2018Guns For Great Causes\u2019 campaign on behalf of Kalel and his family.", null, "ALL \u2018FLEX FOR KALEL\u2019 RIFLES ARE CURRENTLY SOLD OUT. PLEASE VISIT THE AUCTIONS FOR SERIAL #1 AND SERIAL #50 USING THE LINKS ABOVE.\n\nTHANK YOU FOR YOUR SUPPORT OF KALEL, HIS FAMILY, AND GUNS FOR GREAT CAUSES!"], [null, "Sinaloa.- The low tourism that has been registered in the port of Mazatl\u00e1n is due to the requirement of the Covid-19 vaccination certificate, said Julio Birrueta, director of the Association of Hotels and Tourism Companies.\n\nHe ruled out that the decrease is due to the return to classes, because in 2019, the children were in school and they did not have that low percentage.\n\n\u201cMany people keep asking when are we going to remove the vaccination certificate. One of the reasons is that some have not been vaccinated, and those who are already do not want the hassle, and as in other tourist destinations they do not ask for it, because they go where there is less hassle, \u201csaid Birrueta.\n\nAccording to the hotel businessman, since the measures were announced in late July and early August, especially that it would be essential to carry the Covid-19 vaccination card, they immediately had cancellations of all kinds, but most were of group.\n\nThanks to the long weekend, the influx in hotels increased to 50 percent. They hope to go as high as 60 percent.\nJulio Birrueta indicated that in the month of August a 51 percent was registered.\n\nThe tourism servers commented that the month of August was not profitable and the activity fell by up to 30 percent.\n\nAfter the considerable drop, just yesterday an increase in visitors began to be noticed in the city. The most frequented places were Playa Norte and the Golden Zone.\n\nThe tourist leader asserted that from the beginning of the requirement, they estimated that it could affect the influx of tourism. He said that in this month of September and October it could still go lower.\n\nHe asks the authorities to evaluate this requirement, because although they are aware of the health situation, there are losses not only in the hotel sector, but for the thousands of families that depend on this activity in Mazatl\u00e1n."], [null, "According to the analyst, these AR contact lenses are \u201cunlikely to have independent computing power and storage.\u201d It\u2019s possible they would be connected to an owner\u2019s iPhone to get data.\n\nIn addition, Kuo said that Apple has several prototypes of its headset that weigh 200-300 grams but the final weight could be reduced to 100-200 grams if it can solve some technical problems.\n\nThis would make them significantly lighter than existing VR devices.\n\nApple is reportedly working on the most advanced and powerful chips for its unannounced VR headset, with some chips reportedly beating its own M1 Mac processors.\n\nThe iPhone maker may use a fabric exterior to reduce the headset weight, but the company is also using a fan \u2014 an unusual move for Apple given its emphasis on fan-less design."], ["The Patriots opened as massive betting favorites over the Dolphins entering their AFC East divisional matchup on Sunday, and the spread has only continued to climb since then.\n\nNew England, coming off of a dominant 33\u20133 win over the Steelers to open their season, opened as 14.5-point road favorites before their number jumped to -19 at William Hill as of Tuesday afternoon.\n\nIf the spread holds, it will be one of the five largest point spreads in an NFL game in the past decade, and the Patriots will be the biggest road favorite over that stretch too.\n\nThe Jaguars started the season 0\u20135, while Peyton Manning\u2019s Broncos were 5\u20130. Manning and the Broncos won the game 35\u201319, but fell well short of covering the 26.5-point spread.\n\nThe Colts were 0\u201311 heading into this matchup, as they had lost Peyton Manning for the season. The Patriots led 31\u20133 at the end of the third quarter, but the Colts came through with the cover, scoring 21 unanswered points in the fourth for a final score of 31\u201324.\n\nThe Seahawks took a 24\u20130 halftime lead and didn\u2019t look back, as they won and covered 45\u201317 behind Russell Wilson and Co.\n\nAn ugly start to the 2018 season got uglier for the Vikings at home against Buffalo last year. The Bills took an early 17\u20130 lead in the first quarter before making it 27\u201310 at halftime. Minnesota lost outright, 27\u20136.\n\nIt was Tom Brady against Bryce Petty on Christmas Eve, and it\u2019s not hard to figure out how this one ended. The Patriots took a 27\u20130 lead at halftime thanks to touchdowns on three of their first four drives before finishing the Jets off 41\u20133 for the cover.", null], ["The thing that most people fear most about cab driving is the possibility of being robbed at gunpoint or even murdered by a customer. Thank God I haven\u2019t been robbed. I know it has happened to some of our other drivers over the years but contrary to popular belief, it\u2019s not an everyday occurrence. There is however, another thing that happens much more frequently that\u2019s not nearly as dramatic but can still put you in a bad mood and mess up your day. It\u2019s when you don\u2019t get paid for your services. Most drivers call it \u201cgetting stiffed\u201d.\n\nAs with most cities, at least in the working class and poorer areas, the check cashing, payday loan and title loan business is big business in Birmingham. These places are everywhere you look in", null, "certain parts of town. I had just dropped off a customer in Fairfield and was heading back toward downtown. I booked into the 200 zone as I approached the Arkadelphia Road exit. I immediately recieved a call to an address I knew to be in the Elyton project.\n\nThe cell phone seemed to be a permanant attachment to her body. She didn\u2019t take it down from her ear until we had reached our destination. She was young, I\u2019d say about 20. She was thin and dressed cheaply, a red bandana covered her hair. She quickly told me where she wanted to go, a payday/title loan place on Greensprings Highway. She was talking with someone who was obviously selling her something. I overheard talk of shipping options, dates of arrival ect\u2026Whatever it was, I guess she really wanted it. So much so that she would call a cab to take her to get a loan to buy a money order in order to buy it, whatever it was.\n\nShe didn\u2019t stay in the place very long, she was turned down quickly. It seems the only payday she had was a government check for a little more than two hundred dollars a month. She had no car to pawn the title to, she was S.O.L and so was I. She already owed me more than $20 by this time. Once it became clear that she had no means of paying the fare I just turned the meter off and told her I would take her home but let her know in no uncertain terms that I didn\u2019t have to. I could have, and probably should have, just left her ass stranded there.\n\nI gave her a lecture on the way home about why she should make sure she had money before she called a cab. I told her that I could have called the cops and that most drivers would have called them. \u201cFo\u2019 real?\u201d she asked. \u201cFo\u2019 what?\u201d She had no idea that stiffing a cab driver could possibly be against the law. I told her it was called theft of service, which is similar to theft of property, like shoplifting from a store.\u201dNaw it ain\u2019t\u201d she said. It seemed to me that this young woman had grown to adulthood without a clue as to how to function in society. Pitiful, I thought. At least she did offer a \u201cthank you\u201d as she got out of the car back at home.\n\nIt was fairly early in the morning, after sunrise but before 8am. I had been working the going to work business in the 400 and 500 zones. It had been raining off and on and was a very gray morning. Norwood is one of Birmingham\u2019s grand old neighborhoods that fell into decline and disrepair after the white flight. Big houses that were once elegant mansions line some of the streets. A few of them, a very few, have been bought in recent years and renovated back to their former glory. Most are still in sad shape, some repairable with a major effort. Others that are burned out or literally falling down are beyond repair. This call wasn\u2019t to an old mansion but to a decent home in good shape.", null, "She was sitting on the front porch when I drove up. A young girl, no doubt a teenager, jumped up and immediately got in the back seat. \u201cHow much will it cost to take me to Bessemer?\u201d she asked. i said probably about $40, maybe more, depending on where it is in Bessemer. At first I didn\u2019t worry about getting stiffed because most passengers that intend to stiff you don\u2019t ask for an estimate. That\u2019s because they\u2019re not planning on paying you anyway.\n\nOn the way to Bessemer I learned that she was 16 and she had been out all night with boys that her mother didn\u2019t like. She anticipated a big fight with her mother when she got home and was clearly anxious about it. She didn\u2019t tell me but I instinctively knew that my fare would depend on an angry, possibly hysterical mother paying me. I started to worry. When we arrived at the house the meter was at $42 and mom was nowhere to be found. My customer\u2019s brother said that he thought she had been called to work but he wasn\u2019t sure. The girl made no attempt to call her mom. Maybe she couldn\u2019t take calls at work or maybe it was just out of fear, I don\u2019t know.\n\nThe girl was about to panic. \u201cI don\u2019t know how I\u2019m going to pay you\u201d she said. I had just been stiffed by the payday loan girl about a week earlier and I wasn\u2019t in the mood to get stiffed again. I had already decided that I would call the cops if it became necessary. She approached the car window and said \u201cI\u2019ve got this little bracelet, it\u2019s made of silver and gold. If I can pawn it I\u2019ll pay you.\u201d She saw that the meter was at $42 already and was able to reason that by the time she got to the pawn shop and took the necessary time to pawn it, the fare would be much higher. She asked if I could just charge her a flat rate. I told her that if she didn\u2019t mess around and take too much of my time I would turn the meter off and just charge her the $42, she agreed.\n\nThe first place turned her down cold. The second place had a sign out front that said \u201cWe Buy Gold\u201d. She stayed in this place for about ten minutes. She came out accompanied by a bling wearing heavyweight dude that reminded me of Biggie Smalls. The rain had started to fall steadily as the big guy knocked on my window. He had a $100 bill in his hand. He asked \u201cyou got fifty eight dollars?\u201d I dug around in my pockets and found that I did indeed have fifty eight dollars. Just as we made the transaction my customer said \u201cyou don\u2019t have to worry about taking me back home.\u201d She and Biggie walked back into the office. I got paid and I don\u2019t know how the story ended with her mom."], [null, "The 2-floor Utah property was formerly an independent property. Each of the hotel's 30 guest rooms is outfitted with queen or king bed. Parking, high-speed WiFi, and hot breakfast (served daily) are complimentary at the Vagabond Inn Cedar City.\n\nScott Pokorny, Director of Franchising to Vagabond Inn Corporation, said, \u201cI'm excited\u2014we're all excited\u2014to be expanding into Utah. It's huge.\"\n\nIn signing the Cedar City, Utah hotel, Vagabond Inn brand has officially grown more than 15 percent in 2017. Vagabond Inns can also be found in Arizona, California, Nevada, and Texas.\n\n\"It's great to have the chance to bring our brand of west coast hospitality to a new community,\" Pokorny said. \"Right now, we're surprising ourselves in terms of growth.\""], ["No, I\u2019m not talking about any particular issue with the media! My moan is about the overuse of the word \"issue\" in the media, in politics and by corporate high fliers. Everything these days, instead of being a problem, or a difficulty or even a discussion, is now an ISSUE!\n\nMedia issues, they keep using that \"I\" word!\n\nI assume that this has crossed the Atlantic at some stage, just like \"I hear what you're saying\" or \"Say again\". These phrases seem to have gone out of fashion and I for one, wish people would think about what they are saying, rather than blindly going with the flow and spouting out nonsense phrases.\n\nIs it just me that perceives this, or has anyone noticed the overuse of the word \"ISSUE\" in the media?", null, "I would like to bet that any interviews recorded more than a couple of years ago would be less likely to contain \u201cissues\u201d. These days however \u201cissues\u201d are all over the place and you can pretty much guarantee the word will be used several times in a single interview broadcast.\n\nI sent a text to Five Live the other day to congratulate John Hutton, the Minister for Work and Pensions, who somehow managed to do a 10-minute interview, without using the word once! Funnily enough my comments were not read out on the air. Presumably this was because the presenter had \u201cissues\u201d and used the word regularly himself!\n\nTotally agree . I have serious \u201c issues \u201c with that word and I the overuse of it. It\u2019s\u201d politicospeak\u201d. If I am allowed a neologism?\n23/06 Fastdoc\n0\n\nI hate the word issue. At least half of our communications in the workplace contain it. It's the white bread of vocabulary. I challenge myself to find ways of never using that word.\n17/11/17 Nancy\n4\n\nI notice that when Microsoft offer a software update they write \" this update is to solve an issue with\". I think they should state \" we have issued this update to solve a potential problem with\" etc.\n07/09/16 Thig\n0\n\nI have noticed the \"issue\" word is increasingly being used in the workplace. However, when somebody voices their \"issue\" an \" issue\" is found against them. Soon things get so that everybody has some kind of \"issue\".\n19/09/13 sideWALK\n1\n\nHow pathetic is this, from the Daily Fail :\n\n'We have now completed our internal investigation with our long term sales associate, who was involved in the EDL issue, and he will be back at work in due course.'\n\nAn issue is either :\n\nA child, as in : \"John Smith, issue of Bill Smith and Mary Jones\"\nor\nan instance of a publication, as in : \"The September 25th. issue of the New Scientist.\"\n\nThree cheers for this observationI The overuse of the word \"issue\" is something that's irritated me ever since it emerged on this side of the Atlantic. Indeed, instead of \"problem\", \"difficulty\", \"complaint\", \"enquiry\" and so on, everything in the world of business, government and so many organisations of all colours these days, is an \"issue\". In particular when it comes to contacting a company to make a complaint there is a subtle psychology at work here when instead of admitting incompetence, shortcomings, inefficiency etc., it's all referred to as being \"an issue\": the reason for this is that the use of the word \"issue\" in this context is an attempt to neutralise any potential admission of guilt or wrong doing; e.g. I contacted my internet service provider once to complain about the slowness of their rectifying a fault and was told \"we have looked into your account and have not found any issues there\". Give me strength! The overuse of \"issue\" however is only but one example of ghastly corporate-speak which is all part of Amercan degrading of the English language.\n18/09/13 Simon\n2\n\nWhat gets me going is all the hand flapping and arm waving by tv presenters , do we really need these affected gestures to emphasise every word some of the experts on antique road show , among others are awful ,it's very distracting\n12/08/13 nell\n-2\n\nGet back to work\n\nMicheal, it's nit picking twots like you that really pee people off. If you what to make a spectacle of yourself go and play with the traffic on a motorway. I suppose you are another public sector worker with nothing better to do.\n16/07/13 Get back to work\n-1\n\nWhy is it that those involved in the media, be it in newspapers, on TV or on radio\nchoose to use the term 'ahead of' when the perfectly good preposition 'before'\nwill do ? I've just managed to write this comment ahead of my lunch !!!!!\n16/07/13 Michael\n-4\n\nShakespeare is overrated tosh in my opinion"], [null, "You could say our team here at Heavenly Tea Leaves has a thing for Japanese culture, and of course, Japanese tea. Japan is a country that is revered for its ancient history, rich traditions, and pride in quality and care for every product they grow or create. Because among our team members we've visited Japan a number of times, we've developed a special interest in all types of teas from this Pacific nation--and we don't just mean matcha!\n\nOriginally sought after as medicine, tea was first brought to Japan by Chinese monks in the 8th century and was first consumed by the upper class (Samurai) and priests in Japan. The archipelago proved to have the right climate and terrain for growing tea; to this day, tea is cultivated in almost all regions of the country. Access to tea by the greater public did not come around until the Middle Ages. Influenced by Zen Buddhism, the Japanese tea ceremony (known as chanoyu or chado) developed as a unique practice with its own specialty teas and clean esthetics.\n\nJapan focuses mostly on green tea, which serves the benefit of lively and deep flavor, a plethora of healthy properties, and a steady stream of energy. Not all Japanese green teas are made the same, however. Here, we will take a closer look at the various tea types, both popular and rare, that you'll need to add to your South Pacific tea repertoire!\n\nWe always love to start off with a bang; in this case, that bang is a cup of rejuvenating Gyokuro green tea. Gyokuro is a green tea for those looking for umami flavor (perfect for the AM hours). Thanks to a unique processing method at the final stages of this tea plant's growth, it is shaded, leading to a higher chlorophyll content than the typical green tea, as well as a deep, rich green color and grassy, vegetal flavor.\n\nFor a nuttier variation, try Genmaicha Japan. Also a green tea, this one is known as the \"people's tea\" in Japan because it was economical to include toasted rice in the home blend; this tea doubles down on your umami senses thanks to the presence of popcorn and fire-roasted rice alongside a classic, rich green tea. The result? A party in your mouth that won't be ending any time soon.\n\nSometimes, though, we like to climb the green tea ladder. One of the more lavish Japanese tea experiences you can have is with our Kukicha. What makes this one special is that it contains stems and stalks left over from sencha and matcha tea production, so it utilizes the entire plant. Once considered peasant's tea, this variety is now known as a delicacy in Japan because of its natural sweetness and laundry list of health benefits.\n\nLooking for yet another Japanese green? Our well-rounded Zen Super Green is the answer for those looking for the consistency of regular tea but the potency of matcha (which in turn is made from first-flush spring Gyokuro). This blend of organic sencha and matcha green tea powder is the perfect balance between strong and delicate and finishes with a velvety, umami, vegetal mouthfeel. Be careful not to brew this and other delicate green teas at higher than 170 degrees, as you may burn the tea and extract unwanted bitterness!\n\nAs you may know, we're total matcha lovers. In fact, we've written an ode to matcha already--check it out! Matcha is a fine green tea powder that's super-concentrated in flavor, texture, and health benefits. It's made by simply whisking the powder into boiling water (and perhaps adding frothed milk and sugar if you're going for a matcha latte!). Our ceremonial-grade 30-gram matcha tin contains hand-picked and stone-ground green tea and come ready to brew.\n\nHojicha, which has a distinct roasted taste, is another signature Japanese blend carried by Heavenly Tea Leaves. So, what's the conclusion? Japan is definitely a tea destination worth learning about (and visiting), and its green teas are quite varied and totally spectacular. Japan's rich and detail-oriented culture shines brightly through their ability to manufacture some of the world's most premium green teas. Which one will you get your hands on this spring?\n\nP.S. Stay tuned to our Instagram page (@heavenlytea) for some photos of our latest trip to the majestic tea fields of Wazuka, Japan!"], [null, "This photo, taken Sunday, shows Foreign Minister Chung Eui-yong preparing to depart for London at Incheon International Airport, west of Seoul. (Yonhap)\nThe top diplomats of South Korea, the United States and Japan will hold trilateral talks on the margins of a Group of Seven (G-7) gathering in London later this week, a source said Tuesday, as Washington eyes a thaw in strained ties between its Asian allies.\n\nThe meeting between Foreign Minister Chung Eui-yong, and his US and Japanese counterparts, Antony Blinken and Toshimitsu Motegi, respectively, is set to take place Wednesday, as they gathered in the British capital for the session of G-7 foreign and development ministers.\n\nThe meeting will mark the first direct engagement between Chung and Motegi, as Chung's overtures for dialogue with the Japanese minister had fallen on deaf ears amid tensions over Tokyo's wartime forced labor, sexual slavery and export curbs.\n\nOn Monday, Chung said he may also meet with Motegi bilaterally after the trilateral meeting, but it still remains uncertain if their talks will take place.\n\nThe three-way meeting has been arranged amid concerns that prolonged spats between South Korea and Japan would undercut America's efforts to revitalize its regional democratic alliance network in the face of China's growing assertiveness and North Korea's nuclear threats.\n\nRelations between Seoul and Tokyo have shown no signs of improvement due to historical spats stemming from Japan's 1910-45 colonization of the Korean Peninsula, as well as its recent decision to discharge radioactive water from its crippled Fukushima nuclear power plant.\n\nAt their talks, Chung, Blinken and Motegi are expected to discuss a coordinated strategy on North Korea.\n\nLast week, the White House said that the Joe Biden administration had completed its review of policy toward Pyongyang, and that it will seek a \"calibrated, practical\" approach toward the goal of the complete denuclearization of the peninsula.\n\nThe three sides could also discuss pending global issues, such as the fight against the COVID-19 pandemic, distribution of vaccines and climate change.\n\nSouth Korea, the US and Japan held their last trilateral foreign ministerial meeting on the sidelines of an international security forum in Germany in February last year.\n\nThough not party to the G-7 grouping, South Korea, Australia, India, South Africa and Brunei, the chair of the Association of Southeast Asian Nations, have been invited to the forum as guests. (Yonhap)"], [null, null, null, null, null, null, "6\nEV3 Brick Error Symbols?\n5\nCustom EV3 Block: \"Unable to compile...\" (\"string subsection\")\n1\nWhy does display output affects motors?\n3\nEV3 switch block does not recognize text?\n2\nHow do you interrupt a MyBlock?\n2\nCan't create block: \"Use of a block which no longer exists\"\n4\nIs there a duplicate/copy paste function in Lego Mindstorms Ev3 programing?\n3\nWhy does Pybricks on ev3dev have slow performance compared to EV3-G?"], ["Police operatives in Enugu state have smashed a six man gang armed robbery suspects that specialized in the blocking of highways, hijacking of buses with passengers and taking them to a secluded portion of bushes off from the road and robbing passengers of money, valuables and belongings.\n\nDuring the operations carried out, four of the gang dressed in a suspected police uniform were promptly arrested after a gun duel with the operatives that took them off guard and which left them fatally injured while two of the gang members believed also to have been touched by bullets of the operatives escaped with the injuries.\n\nIt was gathered that suspects had allegedly in the early hours of 24/12/17 , while dressed in suspected police uniform along 9thmile/Nsukka Expressway by Egede in Udi Local Government Area Enugu state \u2013 had stopped two Hiace commuter buses of a commercial bus company believed to be coming from Lagos and heading to Otukpo Benue state, diverted the buses to another bush road where they were allegedly robbing their victims before the operatives swooped on them.\n\nMeanwhile,the operatives have intensified manhunt on the fleeing injured members of the gang while members of the public particularly hospital operators are to watch out for any one with injury/injuries suspected to be that of gun shots and report promptly to a nearby police station for prompt necessary action.\nsource:toptipz.com.ng", null, null], [null, "Breaking Down the Offensive Line\n\nWhen Shawn Elliott was named the head coach at Georgia State, South Carolina head coach Will Muschamp turned to a familiar face for Gamecock fans, selecting Eric Wolford to lead the offensive line in 2017. Wolford previously served as the Gamecocks\u2019 offensive line coach for one season during the Steve Spurrier Era, before taking a head coaching position of his own. He returns to Columbia after spending the past two years working with NFL offensive lineman as part of the San Francisco 49ers organization.\n\nWolford will be tasked with developing a formidable line that can create holes for the backs and provide enough protection for quarterback Jack Bentley that he is able to get the ball in the hands of the talented array of playmakers.\n\nWolford is blessed to have an offensive line that boasts a wealth of experience. Cory Helms (36 starts) and Alan Knott (29) have logged the most starting assignments on the squad. Zack Bailey (18), Malik Young (9), D.J. Park (3) and Donell Stanley (1) also have gained starting experience, as the unit has totaled 96 combined starts.\n\nSeniors Helms (6-4, 309) and Knott (6-4, 290) figure to hold down the right guard and center positions respectively in their final campaign. Both played through injuries during the 2016 campaign, but begin 2017 healthy and poised to have their best seasons in the Garnet & Black.\n\nAll-SEC candidate Zack Bailey (6-6, 311) transitioned from left guard to right tackle in the spring and figures to be the starter at that position, although the junior from Summerville, S.C., could certainly move back inside if the situation dictated that move.\n\nThe left side of the line entered fall camp a little more unsettled. Junior Donell Stanley (6-4, 317) looks to have nailed down the starting left guard job, while junior Malik Young (6-3, 303) and junior college transfer Dennis Daley (6-6, 330) continue to battle it out for the left tackle spot. Young has been the more consistent performer in fall camp but Daley has made this position battle one of the more interesting ones to watch as the season progresses.\n\nCoach Wolford would like to find at least eight offensive linemen he feels the Gamecocks can win with if they are put in the game. The second-team unit in fall camp has consisted of redshirt freshman Sadarius Hutcherson (6-4, 316) at left guard, redshirt freshman Chandler Farrell (6-2, 292) at center, senior D.J. Park (6-4, 337) at right guard and junior Blake Camper (6-8, 310) at right tackle, although Wolford likes to cross-train his linemen to be versatile enough to play more than one position. Park is especially versatile and is likely the first man in should a change be made at any of the spots other than left tackle.\n\nRedshirt sophomores Trey Derouen (6-3, 305) and Christian Pellage (6-6, 296) have each earned a letter since their arrival on campus and figure to provide additional depth. They are joined by returnees Ryan Green, Cameron Johnson and Will Putnam, who are all in their second year in the program.\n\nFour true freshmen scholarship players are on campus and getting their first taste of a fall camp. While it would appear that all four are likely headed for a redshirt season, a common occurrence among offensive linemen, the quartet of Summie Carlay, Jordon Carty, Eric Douglas and Jordan Rhodes all hope that the year spent on the practice fields and in the weight room with head strength & conditioning coach Jeff Dillman and his staff, will begin to pay dividends with playing time, possibly as early as 2018."], ["\u201c\u2018Gauguin: Metamorphoses,\u2019 which opens on Friday at MoMA in New York, recasts the artist as an altogether darker figure, closer to Edvard Munch and the dark pre-Freudians of Northern Europe than the post-impressionist confraternity of Van Gogh, Seurat and C\u00e9zanne,\u201d Jason Farago wrote in his review (\u201cGauguin: Metamorphoses review \u2013 \u2018Forceful, disturbing, obscene\u2019,\u201d Guardian, 6 March 2014) of the blockbuster exhibition that I was lucky enough to see before it closed, and it was indeed a revelation that shifted my view of this seminal artist.", null, "There is on the one hand the exoticization & objectification of Tahitian women, which is objectionable particularly in relation to the relationships he had with them; but on the other hand, there is also his primitivism, which is not simply an exoticization of a foreign culture by a colonial tourist, but is in fact the expression of a longing for & even reconstruction of a lost pagan culture that had already nearly disappeared when Gauguin arrived in Tahiti. In his rejection of what he saw as the hypocrisy & culturally destructive colonialism of French Catholicism in Tahiti, Gauguin was very much on target, and a balanced assessment of his art \u2014 as this exhibition gave us \u2014 needs to take that into account as well as the objectionable aspects of it as well. I will never look on Gauguin\u2019s languorous Tahitian women again without also thinking of his invocations of Oviri~!", null], ["The hike is a 5-day hike through wild and pure ocean fronts and tropical forests. There are parts of the National Park with seals and penguins, and always a ton of birds. You can choose to kayak, boat, hike through the inland trails, or do a little bit of everything.", null, null, "The trail is tagged as \u201ceasy/moderate,\u201d but I am sure they did not put into consideration having a giant pack on your back. That factor seems to change how steep a hill is and how long a stretch of hiking is. Luckily both Luca and I are both young and relatively fit.", null, null, "Before leaving, Luca and I kept arguing about what we should pack. I was very worried about keeping the weight down and was doing everything possible to get rid of weight. On the other hand, Luca the Italian was very worried about what we were going to eat. Luca is always very worried about what we are going to eat. In the morning the first thing he usually asks me is \u201cSo, what should we have for dinner?\u201d \u201cI don\u2019t know. I haven\u2019t even had breakfast\u201d is normally my response. I was fine with eating Ramen Noodles, but Luca insisted we had a gourmet meal every night with heavy vegetables such as broccoli and canned beans (Note: They insisted everywhere on the internet during my research to NOT bring canned food on a hike). While we were making our pile of things to pack, Luca kept throwing things in the pile such as a whole bottle of soy sauce. Did we really need that much soy sauce? Nope. Eventually I just stopped arguing with him and let him pack what he wanted as long as he was the one carrying it.", null, null, "Our hike on the first day was absolutely beautiful. It ran along the coast and every 10 minutes or so there would be a path that led you down to the coast. Some of the coves the paths led you to had caves made out of sand stone. The water was as blue as can be and the weather was perfect (well, maybe a little on the hot side for hiking with a gigantic pack on your back, but no complaining here).", null, "The first day was shorter and easier than the rest of the days. I was grateful for this because it took some getting used to our packs and hiking boots. My backpack fit perfectly and was as comfortable as can be (thanks to the parentals for an awesome birthday gift). Luca, on the other hand, was suffering from his pack being too heavy (SURPRISE!). I let him suffer for a short amount of time and then decided to help him a bit by taking some of the weight off of his load. Don\u2019t worry; I did not miss the opportunity to say, \u201cI told you so!\u201d", null, "Our campsite at Te Pukatea Bay that evening was located in a gorgeous little beach. There were only a handful of other people at the campsite and we basically felt like we were along on the beach together. Abel Tasman is the definition of paradise. I think it is one of the most beautiful places I have ever been to in my life.", null, "Some of the hike is dependent on tidal times. When crossing Torrent Bay, I knew that we would have to take the high tide route because the low tide was very early in the morning. What I didn\u2019t realize was that it went up a very steep hill and would take an extra hour and a half. The first climb killed us. It was blazing hot with lack of shade and seemed to go on forever. We saw a sign for Cleopatra\u2019s pool and thought that sounded like a great place to go for a swim to cool off after our climb. About five minutes from the pool we heard screaming children and came to find out that the pool was infested with kids. There was a group of kids from a day camp and they were visiting the pool that day. We decided to go to a swimming hole further down the river that another couple called \u201cThe Adult Pool.\u201d", null, "The swim felt exhilarating, but when we tried to eat lunch the bees kept swarming around us and annoying us. I couldn\u2019t relax, so we got up and left to find another place to have lunch. Then of course the next place we tried to have lunch at also had bees swarming around us. We were very irritated by them at this point. They are relentless at Abel Tasman. They do not fear you and swarm around your face. You constantly hear a buuuuuuuzzzzzzzzz.\n\nBy this time in the day, my scorching headache proceeded to get worse and Luca was developing blisters on his feet. We had 4 hours of the hardest part of the Abel Tasman 5 day hike in front of us and were in no mood to tackle it. We checked in to taking a water taxi to our next campsite, but it was too late in the day and all of the water taxis were done doing their rounds.\n\nI decided at that moment that it would be a lot easier to hike in a better spirit, and to make the best out of a bad situation. To help turn things around, I started playing fun dancing music on our portable speaker. It helped me to keep a good pace and tackle the climbing. Other hikers seemed to enjoy it too. I made sure to focus on the beauty of the trail and not my physical pain. Luca was getting bitter from his blisters and weight of his pack, but I kept cheering him on.", null, null, "After the longest and steepest hill of the whole hike, we managed to make it to our next camp just in time to set up camp and cook dinner before it got dark. We made it! It was such a relief. Hiking is about pushing your body further than its comfort and seeing how far you can go. It is amazing what you can do when you put your mind to it. Never give up.", null, "We slept in the next day because we only had a short hike to do to get to our next campsite. The next part of our journey was also dependent on a low tide that wasn\u2019t happening until between 4:00pm and 7:00pm. After breakfast we went to a fresh water pool where I soaked my bug bitten feet and Luca soaked his blisters. We then hung out on the beach at our campsite at Onetahuti Bay.", null, null, null, null, null, null, "The only hard part about that leg of the hike was the low tide crossing at Awaroa Inlet where there was no shade and we had to take off our shoes to cross the water. The Waiharakeke Bay campsite was our least favorite because it was swarming with mosquitos. By that point of the hike, I was so over bugs. I had bug bites everywhere and I was so sick of hearing them. Because of Benedril to stop me from waking up and scratching, I dreamed well that night of a roof over my head that sheltered me from bugs.", null, null, "The next morning I woke up refreshed as ever and we packed up camp and began our final long hike of our journey. I enjoyed myself along the way and swam at every spot I could. The hike was easy, with the exception of the two giant hills. It was helpful to be rooted on by fellow hikers who were traveling the other way.", null, "When we reached our final camp at Mutton Cove we found 2 people that we met at the camp the night before. They had travelled the world and were from New Zealand. One of their journeys was biking from Canada to Mexico and back for 6 years straight. They were an older couple, but were extremely fit. I told Luca that I aspired to be them when we were old.\n\nApparently they managed to fund their travels by collecting several rental properties in New Zealand through their life. They can now afford to hire a property manager to look over the properties while they are away. That definitely planted a seed in Luca\u2019s head\u2026.\n\nThe couple told us to look for muscles on the rocks close to our camp during low tide and cook them for dinner. We had a blast searching through the little eco systems among the corral. We saw a bunch of starfish and sea urchins. The muscles were delicious.", null, null, null, null, "I woke up the last day of our hike and took a swim in the ocean \u2013 a refreshing way to start a hike. The highlight of our 2 hour hike to where we would pick up a water taxi back to our car was tackling the last hill. I was so tired and my legs were so sore, but it was the last hill and I was going to own it. And so I did. I even did a dance when I reached the top.", null, null, null, "We were so excited to eat anything but what we packed in our bags for our journey. We ended up finding a gourmet burger place called The Fat Tui. Food had never tasted so good in my life."], ["MINNEAPOLIS (WCCO) \u2013 Authorities say nobody was hurt but two dogs had to be rescued from a house fire in New Brighton Monday morning.\n\nAuthorities received a 911 call at about 9:43 a.m. of a dwelling fire. When firefighters arrived to the scene, heavy fire was showing from the back of a single-family home, and it was extending to the attic.", null, "Fire crews were able to stop the fire from spreading throughout the home, and spent about two hours on scene. Nobody was hurt in the fire, but two dogs were rescued after employees with The Garage of New Brighton went to the area to investigate smoke and saw the home on fire. They got the two dogs out before fire crews arrived.\n\nThe cause of the fire is under investigation. Authorities say it does not appear to be suspicious in nature."], [null, "When you think of dinosaurs, you are imagining them as envisioned by the artist Charles R. Knight 100 years ago.\n\n\nAmerican wildlife artist Charles R. Knight (1874\u20131953) spent a lifetime creating scientifically accurate and spectacularly beautiful images of Earth\u2019s ancient past, from dinosaurs and mammoths to saber-toothed cats and early humans. For generations, his groundbreaking work has inspired scientists, artists, and filmmakers all over the world and shaped the way prehistoric times are imagined today.\nThis stunning volume gathers together both iconic and never-before-seen works from Knight\u2019s days of sketching animals in the newly opened Bronx Zoo, to the decades spent creating murals of prehistoric species for the American Museum of Natural History and the Field Museum.\n\nThis month, Abrams published the beautiful art book, Charles R. Knight: The Artist Who Saw Through Time, by Richard Milner. Abrams has kindly given permission for me to run a selection of images from the book. Enjoy!", null, "Knight\u2019s iconic painting of a tyrannosaur and triceratops facing off is a large mural in the Field Museum in Chicago.", null, "Knight\u2019s finished oil painting of the tyrant lizard highlights its monstrous head with a splash of sunlight.", null, "One of Knight\u2019s renditions of the tar pits as they appeared ten thousand years ago features a saber-toothed cat and vulturelike Tetratornis, which was twice the size of a California condor. This painting was done for the American Museum of Natural History.\n\nThis classic Knight mural (first painted in 1920, and restored 1994) from the American Museum of Natural History depicts a Cro-Magnon artist painting mammoths near the entrance of Font-de-Gaume. It was done before Knight\u2019s visit to the cave, or he would have known that the frieze actually showed European bison, not woolly mammoths.", null, "Knight\u2019s superb pencil drawings, from life, of an African elephant."], [null, "Special replay from Red Pill Radio. Theodore L. Gunderson (7 November 1928 \u2013 31 July 2011) was an American Federal Bureau of Investigation Special Agent In Charge and head of the Los Angeles FBI. According to his son, he worked the case of Marilyn Monroe and the John F. Kennedy cases. In a 1995 conference in Dallas, Gunderson warned about the proliferation of secret occultist groups, and the danger posed by the New World Order, an alleged shadow government that would be controlling the United States government.[8] He also claimed that a \"slave auction\" in which children were sold by Saudi Arabian agents to men had been held in Las Vegas, that four thousand ritual human sacrifices are performed in New York City every year, and that the 1995 bombing of the Alfred P. Murrah Federal Building in Oklahoma City was carried out by the US government. Gunderson believed that in the United States there is a secret widespread network of groups who kidnap children and infants, and subject them to ritual abuse and subsequent human sacrifice. DelmarvaStudios.Net\nEmail: [email protected] Twitter: @DelmarvaStudios"], [null, "The cast of \u201cLord Of The Rings\u201d are coming together for J.R.R. Tolkien.\n\nThe author\u2019s former residence at 20 Northmoor Road in Oxford, England is about to hit the market. Sir Ian McKellen, Martin Freeman and John Rhys-Davies, who starred in the hit film franchise based on Tolkien\u2019s work, are kickstarting a campaign to purchase the house and turn it into a literary centre dedicated to the iconic writer\u2019s life.\n\nProject Northmoor has started a fundraising campaign to raise $6 million.\n\nRELATED: Hugo Weaving On If He Would Reprise His Role For \u2018Lord Of The Rings\u2019, \u2018The Matrix\u2019\n\nUnlike other writers of his stature, there is no centre devoted to J.R.R. Tolkien anywhere in the world. Yet. @ProjNorthmoor https://t.co/pzMg8Yk2t2 pic.twitter.com/jx2r5MVbcw\n\nIn a statement, the cast wrote, \u201cWe cannot achieve this without the support of the worldwide community of Tolkien fans, our fellowship of funders.\u201d\n\nRELATED: Orlando Bloom Shares What He Knows About Amazon\u2019s \u2018Lord Of The Rings\u2019 Series: \u2018It\u2019s Not A Remake\u2019\n\nRhys-Davies, who played Gimli, added, \u201cIf people are still reading in 1,000 years, Tolkien will be regarded as one of the great myth-makers of Britain and it will be evident within a matter of years that not to secure this place would have been such an act of arrogance and ignorance and folly on our part.\u201d\n\nThey hope to turn the home \u201cinto a literary hub that will inspire new generations of writers, artists and filmmakers for many years to come.\u201d\n\nAccording to People magazine, Tolkien and his family moved into the home in the 1930s and stayed there for 17 years. It was during that time that Tolkien wrote The Lord of the Rings and The Hobbit. Tolkien is also rumoured to have hosted C.S. Lewis there.", null, null, "Dua Lipa Opens Up About The Pressures Of Being...", null, null], [null, "The Fujifilm X-T200 is a low-to-midrange mirrorless camera that uses the company's X-mount. It features a 24MP APS-C CMOS sensor (non X-Trans) with on-sensor phase detection. Despite its relatively compact size, Fujifilm still found a way to give the X-T200 a fully articulating 3.5\" touchscreen display, plus an electronic viewfinder. The camera can shoot bursts with continuous AF at up to 8 fps, though the buffer fills quickly. Uncropped, oversampled 4K footage can be captured at up to 30p, with a 15 minute limit. The camera has a built-in mic jack and supports headphones via an included adapter. Connectivity options include Wi-Fi and Bluetooth.", null, null, null, null, null, null, null, null, null, null], [null, "James Webb: The most powerful Space telescope ever built blast into orbit\n\nThe $10bn James Webb telescope has left Earth on its mission to show the first stars to light up the Universe.\n\nThe observatory was lifted skyward by an Ariane rocket from the Kourou spaceport in French Guiana.\n\nIts flight to orbit was expected to last just under half an hour, with a signal confirming a successful outcome due to be picked up in Kenya.\n\nLive coverage of the launch is available on NASA\u2019s TV channel and website starting at 6 a.m. ET. Launch is expected at 7:20 a.m. ET.\nThe telescope has endured years of delays, including a combination of factors brought on by the pandemic and technical challenges. But the world\u2019s most powerful complex space observatory will answer questions about our solar system, study exoplanets in new ways and look deeper into the universe than we\u2019ve ever been able to.\n\nIt\u2019s a project that has taken 30 years to design and build and is regarded as one of the grand scientific endeavours of the 21st Century.\n\nWebb\u2019s goal will be to try to show the very first stars and galaxies to shine in the Universe.\n\nIt will also have the power to probe the atmospheres of distant planets to look for gases that might hint at the presence of life.\n\nThe anticipation is high, but so too is the level of anxiety.\n\nTo get to space, Webb must first survive a 27-minute ascent on what is, in effect, a controlled explosion.\n\nThe telescope then has to unfold itself in a series of complex deployments, all of which must be completed flawlessly or the observatory as a whole won\u2019t work.\n\n\u201cIt\u2019s a shining example of what we can accomplish when we dream big. We\u2019ve always known that this project would be a risky endeavour. But, of course, when you want a big reward, you have to usually take a big risk.\u201d\n\nThe James Webb telescope is named after one of the architects of the Apollo Moon programme, and the space agencies of the US, Europe and Canada, who are all partners on the project, regard it as a science flagship of no less importance.\n\nWebb\u2019s mission is to build on the discoveries of the Hubble Space Telescope, which, after 31 years in orbit, is nearing the end of operations.\n\nWebb will look deeper into the cosmos and, as a consequence, much further back in time.\n\nAt the core of the new facility\u2019s capabilities is its 6.5m-wide golden mirror.\n\nThis remarkable reflecting surface, allied to four super-sensitive instruments, should enable Webb to detect the light from the pioneer stars. These objects are theorised to have ignited more than 13.5 billion years ago.\n\n\u201cWe think there should be stars, or galaxies, or black holes maybe beginning at 100 million years after the Big Bang. There won\u2019t be many of them to find at that time but the Webb telescope can see them if they\u2019re there, and we\u2019re lucky,\u201d he told BBC News.\n\nThe pioneer stars are more than a mere curiosity. They began the process of seeding the cosmos with the first heavy chemical elements.\n\nThe calcium in our bones, the phosphorus in our DNA and the iron in our blood \u2013 all these atoms had to be \u201cmanufactured\u201d in the nuclear reactions that make stars shine, and in the mighty explosions that end their existence.\n\nIn this sense, Webb will be charting our origins.\n\n\u201cOne of my favourite things about astronomy in general is that it really gets right down to our big questions: Where do we come from? How did we get here? Are we alone? These questions are more than just arcane science questions; they\u2019re questions that get to the heart of what it means to be human,\u201d said Nasa deputy project scientist Dr Amber Straughn.\n\nSaturday\u2019s flight to orbit involves one of the most dependable rockets in the business. The Ariane-5 has a greater than 98% record of success. Its last outright failure was in 2002.\n\nThe less-than-2% rate reflects the hazards that inevitably come with handling such an extreme vehicle.\n\nPeople will naturally focus on it \u2013 there are no guarantees in the rocket business \u2013 but it\u2019s fair to say that few Ariane missions have been subjected to the same level of detailed scrutiny as this one.\n\nEngineers have reviewed every aspect of the vehicle\u2019s performance. All questions have been answered.\n\nThe Ariane will fly east from Kourou, out over the Atlantic towards Africa.\n\nA signal confirming Webb is in space and safe should be picked up by a ground antenna in Malindi, Kenya.\n\nThis will mark the start then of a month-long journey for the telescope as it moves out to its planned observing station 1.5 million km from Earth.\n\nCharles Igbinidu is a Public Relations practitioner in Lagos, Nigeria\n@https://twitter.com/ionigeria\nPrevious Former England and Liverpool striker Daniel Sturridge ordered to pay $30,000 to man who found his missing dog\nNext I now believe in the power of prayer \u2013 not because it works, but because it helps"], ["Police: Man charged with OWI told an officer boozy smell must have been his spearmint gum\n\nThe Wausau man's 4-year-old daughter was in the car at the time of the traffic stop, according to court records.\n\nPolice: Man charged with OWI told an officer boozy smell must have been his spearmint gum", null, "ROTHSCHILD - Police say a man charged with OWI said the smell of alcohol an officer detected during a traffic stop must have been his spearmint gum.\n\nMark Pierzchalski of Wausau was charged Monday with a felony count of a fifth or sixth OWI with a passenger who is under 16 years old, according to Marathon County court records. He was also charged with felony bail jumping as a repeat offender and two misdemeanors \u2014 possessing an illegally obtained prescription and operating a vehicle while his license was revoked.\n\nDuring a traffic stop Sunday, Pierzchalski denied having been drinking that day, according to court records. The officer wrote that Pierzchalski was slurring his speech and that his eyes were bloodshot and glassy with constricted pupils.\n\nWhen an officer asked him about the smell of alcohol he detected, Pierzchalski said that it was his gum causing the odor, according to court records. He then pulled a piece of spearmint gum out of his mouth.\n\nThe officer told Pierzchalski that spearmint gum does not smell like booze, according to court records.\n\nThe traffic stop took place on Highway 29 in Rothschild, east of Highway 51. Pierzchalski was in the car with his 4-year-old daughter, according to court records.\n\nPierzchalski denied a breath test and instead asked for a blood draw. He then refused to consent to a legal blood draw, court records show. He was later taken to Aspirus Hospital in Wausau after the officer received a search warrant for the blood draw.\n\nPierzchalski has a preliminary hearing scheduled at 9:15 a.m. May 8 at the Marathon County Courthouse."], ["The Insider's Guide to Ib\u00e9rico Ham\n\nKing of ham, Brindisa's own James Robinson shares why Ib\u00e9rico is the most highly prized air-dried ham and what you need to know when shopping and eating this delicious Spanish ham!\n\nby James Robinson | Head of Product Training at Brindisa\n\nWhat is so special about Ib\u00e9rico ham?\n\nIb\u00e9rico is the most highly prized air-dried ham, from animals of an ancient breed of semi-wild black Ib\u00e9rico pig. The Ib\u00e9rico pig has characteristically long slender legs, a sensitive snout to forage with, and dark skin to help protect it in the sun. The ham it produces is popularly known as pata negra, referring to the black hoof which stays on the slim leg throughout the curing process. and makes it look very different from other hams.\n\nHow to buy Ib\u00e9rico ham\n\nBuying Ib\u00e9rico ham can be confusing, particularly if you are not familiar with the descriptions used; the one thing everyone knows is that it is expensive, but how much should it cost?\n\nIt was in an attempt to bring some clarity to the consumer that the Spanish government introduced a law in April, 2014 to clarify and standardise the descriptions of different types of Iberico ham.\n\nThe four grades of Ib\u00e9rico Ham\n\nSimply put, the legislation sets out four different grades of Ib\u00e9rico ham. It is based on the pigs' diet and the purity of breed. By simply looking at the official description the consumer can make an educated choice about the quality, and hence the price, of their ham.\n\nThe four grades that were created are indicated on any Ib\u00e9rico ham or paleta (cured shoulder) on the bone by a tag (precinto)around the ankle, or on any boneless Ib\u00e9rico ham, paleta or cured loin by a tag attached to the sealed piece. These tags are essentially legal indicators of how the Ib\u00e9rico pigs were raised and fattened and what the minimum curing time of the ham was.", null, "The top grade of Ib\u00e9rico ham goes by the full description of \u201cJamon de bellota, 100% Ib\u00e9rico, \u2018pata negra\u2019\u201d. Jamon de bellota signifies that the Ib\u00e9rico pig fattened up on acorns (bellotas) on the autumn \u201cmontanera\u201d when the animals are put to forage on the dehesa, the oak covered savannah that makes up several million hectares of the south west of the Iberian peninsula. 100% Ib\u00e9rico means that it is a pure-bred animal, and pata Negra is a term that used to be used generically for any Ib\u00e9rico ham, but now can only be used to describe this top grade of ham. Hams and paletas will have a black tag around the ankle, issued by the relevant regional body.\n\nThe second grade is described as \u201cJamon de bellota, 50/75% Ib\u00e9rico\u201d, which means that the animal has undergone the montanera, but that either one parent, or one grandparent was of non-Ib\u00e9rico origin. When cross-breeding does occur the mother will always be 100% Iberico and the boar must be of the Duroc breed. This cross-breeding has two functions, firstly to prevent continual inbreeding, never a good idea, and also, to breed animals which will have more progeny and, frequently, larger back legs. Hams and paletas from these animals will have a red tag around the ankle.\n\nThese are the only grades of Ib\u00e9rico ham made from animals that have fattened up on acorns and they account for about 20% of all Ib\u00e9rico hams.\n\nThe third grade is called \u201cJamon de cebo de campo, 50/75/100% Ib\u00e9rico\u201d which indicates that the animal lived outdoors but fattened up on cereals and natural feed before slaughter. This means that the quality of the meat will excellent, but lacking the deep, sweet intensity of the acorn-fed hams. This accounts for a further 20% of Ib\u00e9rico hams.\n\nThe fourth grade is the one that tends to cause confusion; \u201cJamon de cebo, 50/75/100% Ib\u00e9rico\u201d indicates, in essence that the ham will almost certainly have been intensively reared. Where the minimum space required per animal for the top three grades during the fattening period is 1 hectare (100m\u00b2), the minimum required for this grade is 2m\u00b2! Simply put, this is the grade that can be made from intensively reared animals, and thus significantly more cheaply than the other grades of Ib\u00e9rico ham. This grade accounts for 60% of all Ib\u00e9rico ham production.\n\nWhy the Ib\u00e9rico grades are so important\n\nThis information can help you understand the welfare standards of the pig rearing and the pricing of Ib\u00e9rico hams. However, it also shows something more fundamental; it offers you the opportunity to make a choice about being part of a continuum that extends back 3,000 years. The dehesa is a unique environment that has been shaped by the indigenous animals of the region, and has shaped them too. This huge area has more endangered species of bird and animal life than anywhere else in Western Europe due to this slow evolution. By choosing a ham made from an animal that has followed innumerable generations of its ancestors living and feeding on the dehesa, you are helping to maintain an ecosystem whose environmental value is immense.\n\nThe bellota and cebo de campo animals have a symbolic relationship with their environment, and one which does wonders for the quality of meat. The jamon de cebo is essentially a commercial construct and it is a means by which the larger, more industrial ham producers can produce and sell a premium priced product under the cloak of respectability created by the origins of the higher grades of ham. This is not to say that there may not be some good jamon de cebo Ib\u00e9rico hams, but that those produced to the minimum requirements are unlikely to be among them.\n\nWhen buying Ib\u00e9rico ham, you can certainly make an ethical choice. You can choose to buy a product made from a free ranging animal that forages on the foods that they have evolved to consume over many thousands of years, and is arguably the most magnificent ham in the world, or whether you want a very decent ham at a cheaper price whose provenance does not concern you.", null, "by Monika Linton | Founder of Brindisa\n\nWhen we first started bringing in de bellota Ib\u00e9rico ham, before there was any real acceptance or understanding of it in Britain, I gave a wonderful ham to chef Simon Hopkinson, then at Bibendum, who was very excited by the arrival of this delicacy. His instincts were right; he simply sliced it and sent it out to diners, but the plates came back with the fat trimmed off and customers wanting to know why it was there. I was duly called over to the restaurant to confirm that the ratio of fat to lean was perfectly normal and exactly as it should be.\n\nIt was an absurd misunderstanding of a fine product that seemed so characteristic of modern meat production and consumption, which has all fat marked out by many people as almost criminal. Simon did, however, have one customer who genuinely appreciated and understood fine fat; the late great artist Francis Bacon. Simon saved up all of the trimmings that the other customers had eschewed and offered them to him to top-up his own slices of the ham, and they were enjoyed with great gusto.", null, "As incompatible as these semi-industrial hams felt alongside the farm-made Churra sheep's milk cheeses and other artisan produce that we were bringing in from Spain, I badly wanted to sell Spanish ham. And although those early examples from Large White pigs crossed with Durocs may not have been as specialist as those we can source today, they were still a delightful, novel experience for most British people; a rich red colour, with a more pronounced flavour than their Italian equivalents.\n\nOnce the market opened up, we were able to become properly selective and begin forging real relationships with favourite producers. Ultimately there is no substitute for this. Only through getting to know the farming, husbandry and curing processes can you understand what makes a truly great ham.\n\nYou can find out more about the Borough Market deli here.", null, null], ["Scottie picked Hamburg High School where he played as a point guard for the basketball team. Despite his successful high school career when Pippen made it to the state playoffs and achieved all-conference honors as a senior, he received zero college offers.\n\nEventually in 1983, Scottie enrolled himself at the University of Central Arkansas from where he graduated in 1987.\n\nScottie Pippen\u2019s body specifications may be \u2013\n\nScottie\u2019s religious beliefs are not known.\n\nHe is also known for winning two Olympic gold medals with USA\u2019s national team in Barcelona in 1992 and Atlanta in 1996.\n\nScottie played his first NBA match on November 7, 1987, when as a member of the Chicago Bulls he faced the Philadelphia 76ers and their star Charles Barkley.\n\nPippen came off the bench and for a total of 23 minutes spent on the court, he managed to achieve 10 points, 4 assists, 2 steals, and 1 rebound. In the end, the Bulls grabbed the W by winning 104-94.\n\nPlayer had no significant weaknesses.\n\nIn 1996, Pippen acted in the movie Space Jam alongside his fellow teammate from the Chicago Bulls, legendary Michael Jordan. Scottie\u2019s role was uncredited in the movie.\n\nOther than basketball matches itself, Scottie appeared in the episode called Baby Shower of the TV series ER in 1996 as Scottie Pippen.\n\nDespite we know that Scottie\u2019s athletic abilities didn\u2019t come over night, but he worked really hard to become what he did become (One of the best all-time NBA defensive players), we still didn\u2019t manage to find a lead on his workout regime while he was an active basketball player.\n\nScottie\u2019s favorite things are not known.", null, null, null], [null, "Multiple explosions have been heard along with gunfire at a Sikh temple in the Afghanistan capital Kabul, with many feared dead in what is being reported as a possible terror attack by ISIS.\n\nFour consecutive blasts have been reported coming from the Gurdwara Karte Parwan, a Sikh place of worship, in Kabul, and shooting is ongoing on Saturday morning.\n\nArmed attackers are believed to have entered the building and a siege is taking place, reported tribuneindia.com.\n\nThere are reports that there could be up to 15 hostages being held on the second floor of the temple.\n\nEye witness accounts have claimed that there are many dead and people are being taken to hospital.\n\nThe front door of the building is on fire and Taliban forces are preparing to attack the gunman inside who are thought to be from ISIS, it is reported.\n\nManjinder Singh Sirsa, of India's BJP political party, reportedly spoke to the Gurdwara Karte Parwan President Gurnam Singh, who confirmed that the attack started at 6am local time when the first prayers of the day were underway.\n\nMr Singh Sirsa posted a video on Twitter showing large plumes of black smoke and the sounds of gunfire.\n\nHe wrote: \"Video of terrorist attack on Karte Parwan Gurdwara Sahib in Kabul at 6am today. At present the Gurudwara is in the possession of terrorists. This is the main gurdwara of minority Sikhs in Afghanistan.\"\n\nIn a follow up tweet he said: Sikh Sangat (approx 10-15 in number) stuck in Gurdwara Karte Parwan in Kabul which was attacked by terrorists today morning. One person has been reported dead in this attack.\"\n\nPrevious : Tens of thousands to protest demanding government does more in cost-of-living crisis\nNext : Daughter of Brit jailed in Iran says Father\u2019s Day is \u2018the hardest day of all\u2019 \u2013 World News"], ["Barring a messy, last-minute divorce, Elon Musk is on track to own Twitter (and yes, mea culpa). The mercurial, brilliant entrepreneur offloaded around $8.5 billion of Tesla stock this week as he prepared to pay for his $44 billion side project. And soon, he\u2019ll be free to change the service as he pleases.\n\nMusk hasn\u2019t yet presented a comprehensive plan for Twitter \u2014 he may never \u2014 but he\u2019s proposed several significant changes worth evaluating. Musk\u2019s ideas include lengthening character limits, open sourcing the algorithm, and effectively putting an end to content moderation. A debate is raging about the latter, but all have tradeoffs.\n\nAlex Roetter, Twitter\u2019s former head of engineering, joined Big Technology Podcast this week to discuss Musk\u2019s proposals, examining both their feasibility and advisability. Here\u2019s a look at the most significant potential changes, along with his commentary:\n\nUpon announcing the deal, Musk said he wanted to \u201cauthenticate all humans.\u201d Twitter has long weighed this idea internally, wondering whether making people confirm their email or phone number could help reduce harassment and spam. The company never acted, perhaps because authentication could drop its user numbers and anger Wall Street. But it should\u2019ve. Pure anonymity, Roetter said, \u201cfosters the worst parts of speech online.\u201d So he loves Musk\u2019s authentication idea. As a private company, Twitter could afford to take a user number hit, a benefit of Musk\u2019s ownership. This idea is feasible and advisable.\n\nMusk hates the spambots. \u201cWe will defeat the spam bots or die trying!\u201d he said last week. Roetter likes this idea, but it\u2019s not that simple. To defeat the spambots, he said, you\u2019d build a classifier that looks for characteristics of bots and then bans them. You\u2019d then tune the classifier to either be really aggressive, where you\u2019d eliminate bots but also ban a bunch of human \u201cfalse positives,\u201d or be less aggressive, where you\u2019d let some bots slide and ban fewer humans. \u201cI think you should do it,\u2019 Roetter said. \u201cBut everyone should be prepared, there is no perfect spam bot classifier.\u201d This idea is feasible, though not perfect, and advisable.\n\nAllowing for free speech is core to Musk\u2019s Twitter takeover. \u201cFree speech is the bedrock of a functioning democracy, and Twitter is the digital town square,\u201d he said. There may be technical challenges to Musk\u2019s vision, including how that victory against spambots could ensnare human speech as well, said Roetter. \u201cI really don\u2019t think there\u2019s an answer that\u2019s going to make everybody happy,\u201d he said. Still, Musk could relax the current moderation rules and see how things play out. This move is somewhat feasible and its advisability is TBD.\n\nMusk is interested in Twitter\u2019s subscription product and could expand it. Making people pay for Twitter \u2014 or certain premium features \u2014 could help reduce spam and create a revenue stream if Twitter\u2019s advertisers bail over its new speech rules. \u201cIt\u2019s a really interesting idea,\u201d Roetter said. \u201cIf you don\u2019t want a bunch of what you think of as low-value activity to happen, if you charge more than the value that you think people are extracting from it, it should go away.\u201d Subscription fees could be normalized and scaled per location. This idea is feasible and advisable if implemented right.\n\nTo build trust in Twitter, Musk wants to open-source its algorithms. \u201cThis one is a head-scratcher to me,\u201d Roetter said. The algorithms themselves, he said, won\u2019t tell you very much. To figure out what to show you, Twitter\u2019s ranking algorithms essentially look at billions of examples of content, try to predict how you\u2019ll react to tweets and ads, and then use those scores to optimize what to show you. \u201cIt doesn\u2019t say, if you are Republican, then you\u2019re banned,\u201d Roetter said. \u201cThere\u2019s just nothing like that.\u201d Open sourcing the algorithms is feasible and perhaps advisable, but only to dispel the conspiracy theories.\n\nMusk has mused about adding an edit button and allowing lengthier tweets. Both ideas are technically straightforward, though they\u2019ll probably do little for everyday users who can already thread tweets together and delete and resend tweets with typos. \u201cI don\u2019t think it\u2019s going to change any of the main things that everyone is upset about,\u201d Roetter said. \u201cBut yeah, sure, why not?\u201d These ideas are feasible and, well, it\u2019s up to you Elon.", null], [null, "In a long-awaited decision, a federal court in Virginia ruled in United States v. Chatrie that a geofence warrant violated the Fourth Amendment, but that the fruits of the unconstitutional search could nevertheless be used against the defendant under the good faith exception to the warrant requirement. The Court found that the warrant at issue lacked particularized probable cause to search all nineteen Google users within the geofence. Because most geofence warrants inherently suffer from the same defect, the Chatrie decision calls into question law enforcement\u2019s ability to pursue this form of search warrant in the future. However, the Court stopped short of finding that geofence warrants are categorically unconstitutional and declined to resolve several important questions at this thorny intersection of law and technology. This ruling leaves law enforcement, providers, and the public with continuing uncertainty about whether and under what circumstances geofence warrants pass constitutional muster, but suggests that they must be used more narrowly and with greater judicial oversight than they have been in recent years.\n\nIn Chatrie, law enforcement employed a geofiltered data search, more commonly referred to as a geofence search warrant, to identify a suspect in a bank robbery. Contrary to what the term suggests, the use of a geofence does not limit law enforcement\u2019s search authority to a particular time and place. Instead, this process empowers law enforcement to demand that a provider comb through its records, dragnet-style, to determine which devices, and consequently which associated individuals, entered the designated geofence.\n\nLike another geofence search warrant that was found to violate the Fourth Amendment, the warrant at issue in this case involved a three-step process:\n\nThe geofence zone in Chatrie was a circle 300 meters in diameter, covering a portion of Richmond, Virginia, that included a church, a parking lot, and the bank that had been robbed. The warrant covered a time frame of one hour, and it allowed law enforcement, in executing the warrant\u2019s second step, to direct Google to provide further location data for an additional thirty minutes before and after that hour.\n\nIn executing Step 1 of the search, Google found nineteen mobile devices with Location History enabled had been within the geofence zone during the designated hour. Law enforcement then directed Google to provide additional data for all nineteen devices in Step 2, though it narrowed its request to just nine devices after getting pushback from Google. In Step 3, law enforcement required Google to provide identifying information for three individuals associated with devices of interest. The agent did not explain\u2014to Google or to the court that issued the warrant\u2014any basis for selecting nine devices in Step 2 or three of them in Step 3.\n\nThe information that Google provided under the warrant led police to identify Chatrie as a suspect and ultimately prosecute him in connection with the robbery. Chatrie then moved to suppress the evidence the search produced.\n\nThe U.S. District Court for the Eastern District of Virginia found that the warrant \u201cplainly\u201d violated the Fourth Amendment because law enforcement lacked probable cause to search each of the nineteen users whose devices were identified in Step 1 of the warrant execution process as having location history data responsive to the search parameters. The Court nevertheless denied suppression based on law enforcement\u2019s good faith reliance on the warrant.\n\nIn its lengthy ruling, the Court considered some of the complex legal questions that geofence warrants raise. Though not addressed explicitly, the decision grapples with the question of whether a Fourth Amendment \u201csearch\u201d occurs through the use of a geofence. No court has yet ruled on whether the use of such technology constitutes a search requiring a warrant under the Fourth Amendment. Like other courts that have evaluated the constitutionality of geofence warrants, the Court here assumed for the sake of argument\u2014and because law enforcement applied for a warrant\u2014that a search occurred. In sidestepping this issue, the Court avoided a fundamental underlying question: At what point in the geofence process does a search occur?\n\nChatrie argued that the search occurs when Google examines the location data of all mobile device users with Location History enabled in order to identify devices that were present in the geofence. The review of millions of users\u2019 location data in Step 1 to identify the nineteen potentially relevant accounts was clearly something Google did only as a result of the warrant\u2019s compulsion. If this initial review constituted a Fourth Amendment search, then law enforcement searched the data of millions of people\u2014which would almost certainly fail to pass muster under the Fourth Amendment\u2019s probable cause requirement.\n\nBut the Court did not address whether ordering that initial step was itself a Fourth Amendment search that required a showing of probable cause. Instead, the Chatrie opinion\u2019s probable cause analysis focuses only on whether probable cause existed to subject the nineteen accounts identified in Step 1 to a further search in Step 2. Under this analytical framework, however, it is impossible to determine who, or even how many people, will be searched until Step 1 of the search execution is completed\u2014which does not neatly square with the Fourth Amendment requirements that a warrant be sufficiently particular as to the persons to be searched and be predicated on probable cause as to each of them.\n\nIn addition to finding a lack of individualized probable cause for each of the nineteen devices located in Step 1 of the search, the Court found that Steps 2 and 3 impermissibly gave unbridled discretion to law enforcement to determine which of the nineteen devices to subject to further scrutiny. The Court held that such unchecked authority violated the Fourth Amendment\u2019s particularity requirement. However, it explicitly left open the possibility that the problem could be addressed by requiring law enforcement to return to court for judicial approval of the selections made in each of Steps 2 and 3.\n\nFinally, as to the third-party doctrine, the Court considered whether Chatrie waived any expectation of privacy he might have had in his location data by sharing it with Google, but concluded that the third-party doctrine likely should not apply. The Court also doubted that an individual waives all privacy interests in his location data and assumes the risk that Google would share such data with law enforcement merely by opting in to a location service and suggested that the adequacy of the provider\u2019s consumer-facing privacy disclosures plays some role in whether privacy interests have been waived. However, the Court stopped short of ruling on this issue.\n\nThis decision adds to what is now a handful of rulings addressing the constitutionality of geofiltered data search warrants under the Fourth Amendment. However, there are still significant open questions that courts have not addressed\u2014either because these questions have not been squarely presented before courts in a manner requiring courts to rule on them or because courts have avoided the issues in deciding the cases before them. Some of those questions may be answered by state legislatures like New York\u2019s, which is considering a bill to ban geofence warrants. But more likely the answers will come from federal and state courts addressing suppression motions and warrant applications arising from the explosive use of this still nascent investigative technique."], ["Apple dominated the news cycle yesterday with its iPhone 12 press event. While Apple was unveiling new phones and a smart speaker, its subsidiary Beats took the wraps off the Beats Flex, the company\u2019s latest wireless headphones.\n\nThe Beats Flex turns heads, but mostly because of the sub-$100 price tag.\u00c2\n\nUnlike the AirPods, which are \u201ctrue\u201d wireless headphones, the Beat Flex uses a small wire to connect two earphones together.\n\nThe wire is meant to lay across the back of your neck when you are wearing them. This wire does more than just help secure the earphones, it also contains a microphone and call/music playback controls.\u00c2\n\nBeats is promoting the sound quality of its Beat Flex headphones, noting that they have greater clarity and improved sound thanks to a redesigned driver.\n\nThe new headphones also are eight percent lighter than the previous BeatsX model.\n\nLike the older the BeatsX, the new Beats Flex can connect magnetically, making them easy to store when in use. They also now have an automatic play and pause function that\u2019ll pause your music when you take out the earbuds and resume playing when you put them back on.\u00c2\n\nThough lighter, the new Beats Flex boasts 12 hours of battery life compared to 8 hours for the older BeatsX.\n\nKeeping with Apple\u2019s trend, Beats replaced Lightning on the BeatsX with USB-C in the Flex model. The USB-C connector is a welcome addition for Android and iPad Pro owners who already use that cable type.\u00c2\n\nAdopting Apple\u2019s technology, the Beats Flex has the company\u2019s W1 wireless chipset that allows it to seamlessly switch between devices linked to the same Apple ID. It also supports Apple\u2019s new Audio Sharing feature that lets two people listen to an audio stream from a single iPhone.\n\nPerhaps the most compelling feature of the Beats Flex is its price. At $49.99, it is about $100 less than the BeatsX, which debuted at $150. It\u2019s also significantly less expensive than Apple\u2019s AirPods, which retail at $159 for the model with a standard charging case.\n\nPre-ordering for the Beats Flex is underway, with orders shipping as soon as October 21.\u00c2", null], [null, "\"The Love Song of J. Alfred Prufrock\", commonly known as \"Prufrock\", is the first professionally published poem by American-born British poet T. S. Eliot (1888\u20131965). Eliot began writing \"Prufrock\" in February 1910, and it was first published in the June 1915 issue of Poetry: A Magazine of Verse at the instigation of Ezra Pound (1885\u20131972). It was later printed as part of a twelve-poem pamphlet (or chapbook) titled Prufrock and Other Observations in 1917. At the time of its publication, Prufrock was considered outlandish, but is now seen as heralding a paradigmatic cultural shift from late 19th-century Romantic verse and Georgian lyrics to Modernism. The poem's structure was heavily influenced by Eliot's extensive reading of Dante Alighieri and makes several references to the Bible and other literary works\u2014including William Shakespeare's plays Henry IV Part II, Twelfth Night, and Hamlet, the poetry of seventeenth-century metaphysical poet Andrew Marvell, and the nineteenth-century French Symbolists. Eliot narrates the experience of Prufrock using the stream of consciousness technique developed by his fellow Modernist writers. The poem, described as a \"drama of literary anguish\", is a dramatic interior monologue of an urban man, stricken with feelings of isolation and an incapability for decisive action that is said \"to epitomize frustration and impotence of the modern individual\" and \"represent thwarted desires and modern disillusionment\". Prufrock laments his physical and intellectual inertia, the lost opportunities in his life and lack of spiritual progress, and he is haunted by reminders of unattained carnal love. With visceral feelings of weariness, regret, embarrassment, longing, emasculation, sexual frustration, a sense of decay, and an awareness of mortality, \"Prufrock\" has become one of the most recognised voices in modern literature. Among the most significant works by Eliot's: \"Portrait of a Lady\", \"Preludes\", \"Whispers of Immortality\", \"Gerontion\", \"The Waste Land\", \"The Hollow Men\", \"Ash Wednesday\", Ariel Poems\", \"Journey of the Magi\", \"A Song for Simeon\", \"Old Possum's Book of Practical Cats\", \"The Awefull Battle of the Pekes and the Pollicles\", \"Gus: The Theatre Cat\", \"Growltiger's Last Stand\", \"The Naming of Cats\", \"Burnt Norton\", \"East Coker\", \"The Dry Salvages\", \"Little Gidding\", \"Four Quartets\".\n\nThe Waste Land and Other Poems\n\nLong regarded as one of the fundamental texts of modernism, a treasury of many of T. S. Elliot's most important early poems, combines poetic elements from diverse sources with bits of popular culture and common speech to recreate the chaos of Europe in the aftermath of WWI. Original.\n\nThe Love Song of J. Alfred Prufrock and Other Works\n\nThis Squid Ink Classic includes the full text of the work plus MLA style citations for scholarly secondary sources, peer-reviewed journal articles and critical essays for when your teacher requires extra resources in MLA format for your research paper.", null, "The Waste Land, Prufrock, and Other Poems\n\nA superb collection of 25 works features the poet's masterpiece, \"The Waste Land\"; the complete Prufrock (\"The Love Song of J. Alfred Prufrock,\" \"Portrait of a Lady,\" \"Rhapsody on a Windy Night,\" \"Mr. Apollinax,\" \"Morning at the Window,\" and others); and the complete Poems (\"Gerontion,\" \"The Hippopotamus,\" \"Sweeney Among the Nightingales,\" and more). Includes a selection from the Common Core State Standards Initiative.", null, "This superb collection of 26 works features the poet's masterpiece, \"The Waste Land\"; the complete Prufrock and Other Observations (\"The Love Song of J. Alfred Prufrock,\" \"Portrait of a Lady,\" \"Preludes,\" \"Rhapsody on a Windy Night,\" \"Mr. Apollinax,\" \"Morning at the Window,\" and others); \"The Hollow Men\"; and the collection Poems (\"Gerontion,\" \"The Hippopotamus,\" \"Sweeney Among the Nightingales,\" and more).\n\nA collection of poems composed by Nobel Prize-winning writer T.S. Eliot between 1909 and 1935.\n\nPrufrock and Other Observations\n\nPrufrock and Other Observations (1917) is a collection of poems by T.S. Eliot. Published following the successful appearance of \"The Love Song of J. Alfred Prufrock\" in the June 1915 issue of Poetry: A Magazine of Verse, Prufrock and Other Observations established Eliot's reputation as a leading English poet and pioneering literary Modernist. Opening with \"The Love Song of J. Alfred Prufrock,\" the collection begins with an invocation of Dante, whom Eliot saw as an important innovator of a polyphonic, referential poetry capable of interrogating and dramatizing the construction and representation of the self. The poem is written from the perspective of a repressed, despairing middle-aged man who meditates on his relationships with women and the regrets he has accumulated with age. In \"Preludes,\" a poem of urban malaise, Eliot \"thinks of all the hands / That are raising dingy shades / In a thousand furnished rooms,\" and reaches for an understanding of the world as \"some infinitely gentle / Infinitely suffering thing.\" Other poems include \"Morning at the Window,\" another brief vision of city life, \"The Boston Evening Transcript,\" a satirical reverie on time and community, and \"Cousin Nancy,\" a humorous lyric celebrating Miss Nancy Ellicott, who unabashedly \"smoked, / And danced all the modern dances. Both personal and universal, global in scope and intensely insular, Eliot's poetry changed the course of literary history, inspiring countless poets and establishing his reputation as one of the foremost artists of his generation. With a beautifully designed cover and professionally typeset manuscript, this edition of T.S. Eliot's Prufrock and Other Observations is a classic of English literature reimagined for modern readers.", null, "Do I dare disturb the universe? This is a question recognized by people around the world. If typed into the internet, hundreds of examples appear. Many know that it comes from one of the best-known poems of the previous century, T. S. Eliot\u00e2\u0080\u0099s The Love Song of J. Alfred Prufrock. What many do not know is that Eliot dramatically shifted his views at the height of his fame for writing such dark poetry as this and The Waste Land, becoming a sincere, devoted Christian. While his poetry is famous because it expresses the loss of a spiritual center in European civilization, a careful reading of it reveals that he was struggling with his Christianity from the beginning, not rejecting it, but trying to make it fit into the contemporary world. If the reader works through Eliot\u00e2\u0080\u0099s love song for all of the esoteric meanings, as he demands, it quickly becomes evident that he intended it as a struggle between agape, amour and eros. Beginning it with a quote from Dante forces that into place. Though the protestant forms of Christianity have changed their views on these, the Roman Catholic holds fast. Eliot references Michelangelo in the poem, bringing in the great painter of the ceiling of the Sistine Chapel. Most immediately recognize his name and work, but do not realize how he expressed a similar personal struggle between the desires of the flesh and the spirit. Both of them admired Dante\u00e2\u0080\u0099s Divine Comedy, and its inclusion of amour as a means to salvation. Dante\u00e2\u0080\u0099s work is generally seen as the greatest literature ever to come out of Italy. This book is an expanded revision of Seeking God in the Works of T. S. Eliot and Michelangelo. It explores how T.S Eliot struggled with the highest meanings of existence in his poetry and his own life, and perhaps managed to express what has become known as a modernist (and post-modernist) view of what Rudolph Otto designated the mysterium tremendum, the experience of a mystical awe, the experience of God.", null, null, null, null, "Let Us Go Then, You and I\n\nLet Us Go Then, You and I is a new edition of T. S. Eliot's selected poems, published to celebrate his nomination as the 'Nation's Favourite Poet' in a BBC poll for National Poetry Day 2009.", null, null, "The Poems of T. S. Eliot: Volume I\n\nThe first volume of the first paperback edition of The Poems of T. S. Eliot This two-volume critical edition of T. S. Eliot\u2019s poems establishes a new text of the Collected Poems 1909\u20131962, rectifying accidental omissions and errors that have crept in during the century since Eliot\u2019s astonishing debut, \u201cThe Love Song of J. Alfred Prufrock.\u201d In addition to the masterpieces, The Poems of T. S. Eliot contains the poems of Eliot\u2019s youth, which were rediscovered only decades later; poems that circulated privately during his lifetime; and love poems from his final years, written for his wife, Valerie. Calling upon Eliot\u2019s critical writings as well as his drafts, letters, and other original materials, Christopher Ricks and Jim McCue have provided a commentary that illuminates the imaginative life of each poem. This first volume respects Eliot\u2019s decisions by opening with his Collected Poems 1909\u20131962 as he arranged and issued it shortly before his death. This is followed by poems uncollected but either written for or suitable for publication, and by a new reading text of the drafts of The Waste Land. The second volume opens with the two books of verse of other kinds that Eliot issued: Old Possum\u2019s Book of Practical Cats and Anabasis, his translation of St.-John Perse\u2019s Anabase. Each of these sections is accompanied by its own commentary. Finally, pertaining to the entire edition, there is a comprehensive textual history that contains not only variants from all known drafts and the many printings but also extended passages amounting to hundreds of lines of compelling verse.", null, "The Genius Of T.S. Eliot Contributed Immensely In Ushering Modernism In Poetry, Play And Literary Criticism. Therefore, Our Knowledge Of Modernism Will Remain Incomplete Should We Fail To Understand Eliot. This Book May Serve As An Introduction To Eliot, The Man, The Poet, The Playwright And The Critic. For The Benefit Of Readers, It Quotes In Full, While Introducing And Explaining, The Poet S Master-Pieces, The Waste Land And Four Quartets, And Also Some Of His Other Great Poems. Further, It Discusses About All Of His Five Major Plays, And Nine Important Essays, At Some Length.", null], ["In a war-torn world of elemental magic, a young boy reawakens to undertake a dangerous mystic quest to fulfill his destiny as the Avatar, and bring peace to the world. Upon returning to the Gantz room, scoring commences and Kurono\u2019s earns 58 points. As Kurono tries to convince the last alien to stop fighting the humans, the alien commits suicide, and the entire alien ship is set to self-destruct. June 19, [21]. Season 3 DVD Borgen: However, Kurono is captured by two gangsters, who force him to enter a building that holds a multitude of Mr.\n\nChimpanzee DVD Disneynature: Season 2 DVD Californication: Retrieved 22 February Hound of the Baskervilles Sherlock Holmes: A pair of high school students, Kei Kurono and Masaru Katoare hit by a subway train after saving the life of a drunk homeless man who had fallen onto the tracks. Daizaemon faces an Oni alien who is able to turn his body into rock.\n\nSeason 7 DVD Scrubs: Season 5 DVD Seinfeld: Trivia Dai Li, the name of the protectors of Ba Sing Se, has a meaning in Chinese, which is \u201cto act on behalf of someone in a responsible position\u201d or \u201cto act as an agent or proxy. Archived from the original on July 22, Kato destroys its statue form; however, the alien then exits the statue body and takes a larger form.\n\nRetrieved March 17, So as for the show itself, where to begin?\n\nSeason 5 DVD Saftar Gantz\u2019s room is then attacked by aliens, and while Nishi and Takeshi manage to escape safely, the humanoid from the sphere dies. Tien is captured and almost beaten to death before he is saved and brought back to the Kana Khone villagers. Later on, Pong starts to encourage May Nhai to confess her feelings for Fame Thanapob Leeratanakajornthe most famous person in school, but she is scared she might electrocute him.\n\nSeason 4 DVD Community: Kim 5 episodes, Goofs The design of the white lotus tile changes through the course of the series: This page was last edited on 21 Novemberat Season 2 DVD Entourage: Hiroto and Kenzo fight against one that is able to manipulate fire and, although the alien is killed, Hiroto is incinerated.\n\nBeer Pong Fan uncredited Steven Stadler Hiroto starts to use telekinesis to destroy the machines in sight, but is distracted by hallucinations of Kenzo and Tonkotsu. Takeshi is attacked by several of them but Daizemon is able to defeat them. Season 6 DVD Monk: Retrieved August 6, Our Favorites from the Week of Sept.\n\nBeer Pong Fan uncredited Anthony Singleton Season 2 DVD Skins: She entered the entertainment industry in after she won a beauty and talent contest called HACKS. Who was the best-dressed on the Oscars red carpet?", null, "Those people who think that there aren\u2019t any action scenes in it are blind, obviously. The Animated Series \u2014"], [null, "In the sparkling City of Brotherly Love, an outspoken coalition is successfully championing good design and planning. (Photo courtesy of Philadelphia Citypaper)\n\nAustin is finally getting serious about urban planning. Last week at City Council, a fresh comprehensive planning process got the green light. For at least the next two years, we'll be engaged in a great civic conversation about the future of our built city. Yet no single community group in Austin is dedicated to advocating for good urban design. As we approach a rapid series of critical decisions, a number of the community's best and brightest urban-design and -planning minds have begun talking together about how they might better serve as watchdogs for the collective good. As trained professionals, they want better city planning and development decisions based as much as possible on objective design principles rather than political compromises.\n\nPhiladelphia's Design Advocacy Group offers an interesting model for Austin. Formed about seven years ago by a core group of six, including Chairman Alan Greenberger, DAG now claims nearly 1,000 members. By championing a \"Reform Agenda for Planning and Design in Philadelphia\" over several years \u2013 and having the good fortune to help elect new Mayor Michael Nutter, who has adopted its agenda as his own \u2013 DAG has become an amazingly effective community voice.\n\nThe all-volunteer group has no staff, no dues, and no formal organization. States the website (www.designadvocacy.org): \"Our goal is be proactive as well as reactive; effective as well as thoughtful; critical as well as constructive. We want to create an unparalleled voice for design, a group whose opinion on the quality of our environment is sought after and whose contribution makes a difference. We are a group drawn from a broad spectrum of disciplines, comprised of motivated individuals who are routinely engaged in matters of design, development and planning and who are not afraid to speak out.\"\n\nThat last point is crucial. Austinites tend toward polite public education and vociferous grumbling in private. What we lack is courageous, informed voices insisting on the recognized principles of good design and planning. (Greenberger enjoys saying, \"Advocacy is our middle name.\") DAG positions have been taken seriously due to the professional expertise and stature of its 28-member steering committee. Many are notable practicing architects. Others are University of Pennsylvania faculty members, some with the School of Design's \"clinical arm,\" PennPraxis, through which faculty and students work on community projects, such as the website PlanPhilly.com. (What a great idea for the Community and Regional Planning Program at the School of Archi\u00adtec\u00adture at the University of Texas!) Others are professional planners who serve on city and regional planning commissions. Lay members include lawyers, builders, developers, preservationists, economists, students, and PR and marketing types. All that's required to \"join\" is to provide an e-mail address.\n\nAt DAG's open monthly meetings, \"a free and frank exchange of ideas is encouraged.\" Presentations on hot development projects and controversies draw a good crowd of 50 to 75 members. DAG's advocacy positions are honed after discussion at monthly meetings, a flurry of e-mails among the steering committee members to forge a consensus view, and a formal vote when necessary. To advance the cause, DAG hosts public forums such as \"Pride of Place\" on the design and planning issues relevant to a particular mayoral election. It has helped lead independent design charrettes for important projects such as Penn's Landing, a major waterfront development. DAG members provide expert testimony before government agencies, write letters to government agencies expressing positions, and publish white papers, op-eds, columns, and letters to the editor. Financial support has come from the William Penn Foundation.\n\nHow effective has the volunteer group's advocacy been? An early high-visibility fight was against the Jefferson Parking Garage, an ill-conceived, overscaled, neighborhood-blighting project for which Thomas Jefferson University and Hospital sought zoning variances. While DAG lost the battle for a complete redesign, the publicity put the group on the map. They also lost a battle \u2013 despite an emergency letter-writing campaign \u2013 to preserve historic buildings sneakily demolished by the state. But their major initiative \u2013 a Reform Agenda for Planning and Design in Philadelphia \u2013 has been a thrilling success. Within two weeks of taking office, Nutter named new professionals to the Planning Commission (including Green\u00adberger as vice chair), the powerful Zoning Board of Adjustment, and the Zoning Code Commission \u2013 just as DAG had advocated. The reform agenda called for creating a new Civic Design Review Commission; the mayor is now pursuing it. After witnessing DAG's by-invitation design reviews of major projects, said Greenberger, \"Now the mayor is calling for the Planning Commission to set up a design-review operation based on the DAG model.\"\n\nAddressing the Philadelphia City Planning Commission last week, Nutter gave a stirring speech \u2013 from the mouth of DAG \u2013 that, if heard here, would make many Austinites weep with joy. Austin Planning Commissioner Tracy Atkins, who heard Nutter address the 2007 Congress for the New Urbanism conference in Philly, remembers: \"He impressed me then. He is young and energetic.\" Said Nutter: \"As a city government, we reject the 'let's make a deal' mentality that dominated the past. Monty Hall has left City Hall. ... Those days are over! ... Planning is not a luxury, nor is it a jargon-filled veneer obscuring a deal-making process that slices up a city's assets in a disorganized rush. ... It's not a passive system, simply responding to developers' proposals; it's proactive and sets high standards of design.\" (Download the full text here.)\n\nMarveled Greenberger: \"We've lost a lot of battles, but we're winning the war of reform. We can't believe it! None of us saw this coming.\"\n\n\"Developing Stories\" visited Philadelphia during the June 5-7 Association of Alternative Newsweek\u00adlies Convention. To join a dialogue about starting a local group that advocates for good urban design and planning, e-mail planaustin@yahoo.com."], [null, "Amidst a lot of shocking celebrity divorces and breakups, including the longtime marriages of Jennifer Garner and Ben Affleck and Gwen Stefani and Gavin Rossdale, one major celebrity couple is making sure their names don\u2019t get dragged into the divorce trend.\n\nWill Smith and Jada Pinkett Smith have battled many rumors about their relationship over the years and, after recent divorces, it seems they were being pegged as the next ones to call it quits, that is until Will spoke out, slamming the rumors.\n\n\u201cUnder normal circumstances, I don\u2019t usually respond to foolishness. (Because it\u2019s contagious) But, so many people have extended me their \u2018deepest condolences\u2019 that I figured- \u2018What the hell\u2026 I can be foolish too!\u2019 So, in the interest of redundant, repetitious, over & over-again-ness\u2026 Jada and I are\u2026 NOT GETTING A DIVORCE!!!!!!!!!!! I promise you all \u2013 if I ever decide to divorce my Queen- I SWEAR I\u2019ll tell you myself! #Dumb People Should Have to Wear Scarlet D\u2019s,\u201d the actor wrote on Facebook.\n\nAlthough we all thought some of the other recently divorced couples were going strong, it seems Will and Jada are still doing just fine after 18 years of marriage."], ["\" Now, Armenians have two choices: Either they accept the situation or leave the country \" - Rovshan Ibrahimov\nRead: 349", null, "In reaction to the publish of biased reports by some media, Iranian Embassy in Baku said that ill-wishers and enemies are trying to disrupt Tehran-Baku friendly and brotherly relations, Mehr News Agency reports.\n\n\"In recent days, despite the clear positions announced by high-ranking officials of Iran, the enemies and ill-wishers of Azerbaijan Republic and Iran have always sought to achieve their sinister goals in order to disrupt cordial relations between the two countries,\" Iranian Embassy wrote.\n\n\"The embassy hereby declares that the recent rumors about the positions of the Islamic Republic of Iran on the conflict between Azerbaijan Republic and Armenia are sheer lies and are baseless,\"it added.\n\n\"The ill-wishers of the two nations of Iran and Azerbaijan Republic are trying to deceive the public opinion and hide the facts by launching evil media campaign,\" the Embassy said, adding, \"These propaganda and news, as the political aide to the President of Azerbaijan emphasized, is a betrayal of both countries.\"\n\n\"Iran and Azerbaijan Republic are friendly and brotherly nations and that friendship and brotherhood will exist forever and no one can disrupt it,\" it noted.\n\n\"The Embassy of the Islamic Republic of Iran strongly reject the false and baseless news and strongly condemns the spread of these heinous rumors,\" it stressed."], ["Mandela, Only Leader In The World \u2013Prof Adair\n\nAiling former South African President, Nelson Mandela, is the only person that deserves to be addressed as a leader in the world today, Prof. John Adair, the world\u2019s first professor of leadership, has said. Adair, the chair of the United [...]", null, "How Five South African Policemen Brutally Beat A Nigerian To Faint, Wake Him Then Tortue Him Again To Death\n\nFive Limpopo police officers beat a Nigerian man to death, the Polokwane Magistrate\u2019s Court heard on Thursday. \u201cI put it to you that you beat him, he fainted and you resuscitated him. He woke up and\u2026 you beat him again,\u201d [...]", null, "Nigeria Pledges $2 Million For Conduct Of Elections In Mali\n\nThe Nigerian government on Wednesday pledged a donation of US$ 2 million (about N320m) in support of agricultural development and conduct of free and fair elections in Mali. Vice-President Namadi Sambo made the pledge in Brussels at the International Donors [...]", null, "Desmond Tutu Vows Not to Vote for ANC Anymore\n\nArchbishop Emeritus Desmond Tutu says he will not vote for the Africa National Congress (ANC) again in future elections in the country. Mr. Tutu who wrote an opinion page in the Mail-Guardian newspapers on Friday that he had in the [...]\n\nThe oil curse: Ghana struggles to survive \u2013 When Ghana struck oil in 2007, citizens expected the industry would bring them better lives and investors anticipated hefty profits from a rising African economic star. Six years later, all of them are [...]"], [null, "The high breakthrough infection rate implies that vaccination as a standalone strategy will not be enough in the days to come. Multiple strategies of protection will likely be required long-term from a public health perspective.\n\nWhat is this Study?\n\nFor ease of discussion, the term 3rd dose will henceforth be used instead of precautionary dose\n\nFigure 2: The percentage of people in each age group who were affected by the 3rd wave\n\n5. Profile of vaccine use\n\n11. 3rd wave positive rates among those who got 3rd dose, versus those who did not take 3rd dose\n\nFigure 7A: Third wave positivity according to whether 3rd dose was taken or not\n\nFigure 7B: Comparison of confounding factors that could have affected the outcomes of 3rd dose\n\nThis indicates that infection was more common among those who had longer gap after 2nd dose. In other words, protection from infection appeared to be linked with how recent the last vaccine dose was.\n\nFigure 8 A: 3rd wave positivity according to gap since receiving 2nd dose, among those who did not take 3rd dose\n\nWe looked at people who took the third dose after varying gaps from the second dose. They were categorized into three groups:\n\nIn these three groups, we assessed the impact of the 3rd dose, as measured by the difference in 3rd. wave positivity rates. We found that a 3rd dose given early or during intermediate period made no difference to the baseline infection rate. But when the gap was >6 months after the second dose, taking a 3rd dose generated a 19% lower incidence of COVID-19 in the 3rd wave.\n\nFigure 8 B: Difference in percentage of infection rates between 3 and 2 dose groups, classified on the basis of gap between 2nd and 3rd doses. The longer the gap, the greater the additional protection observed.\n\nAmong those who had a 3rd dose, 716 got infected during 3rd wave\n\nAmong those who were vaccinated, but did not receive 3rd dose, 1577 got infected during 3rd wave\n\nFigure 9: 3 rd. wave symptom severity profile classified according to whether 3rd dose was taken or not\n\nThe severity profile of 3rd wave symptoms among vaccinated people who took 3rd dose and those who did not, were similar. The minor differences shown in the graph were not significant.\n\nFigure 10: Age of those who suffered moderate severity of COVID-19 during 3rd wave, expressed as % of total respondents. Although the chance of testing positive has higher among\n\n16. Public opinion: \u201cDo you think a precautionary dose is helpful?\u201d\n\nFigure 12: Sample of questions sent to assess severity of COVID-19 among respondents\n\nFor question no.2, more than one of the six choices could be selected, depending on individual severity.\n\nThey were later classified as asymptomatic, mild, moderate and severe.\n\nLess than 1% of those affected in the 3rd wave reported severe disease, defined as those who required supplemental oxygen during hospitalisation (6).\n\nThe chief reason that people mentioned for not taking the 3rd dose was that infections were being commonly reported after third dose."], [null, "How many municipal councillors or MPs have taken any personal involvement in foresight activities?\nWriter\nElina Kiiski Kataja\n\nHow many municipal councillors or MPs have taken any personal involvement in foresight activities?\n\nThe National Foresight Network was convened as part of the Foresight Friday event at the Association of Finnish Local and Regional Authorities on Friday 30 November, to ponder the subject of municipalities of the future and the factors vital to their success.\n\nFor a foresight specialist like me, the event was inspiring in two ways.\n\nEngaging in foresight activities alongside those in power\n\nThe first source of inspiration lay in the way in which the Association of Finnish Local and Regional Authorities implemented its major foresight process. The purpose of this process had been to examine the local authority of the future and the result was future images of municipalities (in Finnish). Instead of commissioning external consultants for the project, the association had engaged its own experts, leaders and councillors on a broad basis.\n\nThey began by collecting signals onto a group board on Pinterest. They then arranged trends into groups and processed them, before seeking future visions within each area. On the basis of their future visions and interpretations, they went on to build prototypes of the municipal services of the future.\n\nWhen foresight activity is implemented in this way, the result is a process of collective learning among participants and stronger commitment to the final results. To those who make their living out of foresight work, there is nothing revolutionary about this. On the other hand, I view public organisations and decision-makers in particular as overly cautious about applying participatory foresight methods. I wonder how many municipal councillors or MPs have ever had any personal involvement in actual foresight work. And how many ministers? If you can think of any, please let me know in the comments section!\n\nWhen faced with foresight data that you need to process into visions and concrete services, you usually also encounter an entirely new outlook about which you might otherwise have been oblivious. I believe that, right now, as Finland slogs through a quagmire of austerity and despair, we need future-oriented work more than ever as the basis of future visions and foresight \u2013 particularly among political leaders at various levels. Many thanks to the Association of Finnish Local and Regional Authorities for taking bold steps forward with this!\n\nThe second aspect of my inspiration is associated with the previous one. At the event, we also heard of a municipality that is already turning its strong, future-oriented activity and faith into reality. That municipality is Pirkkala, which has given thought to its future vision as the political system changes and its municipal identity becomes based on something other than organising services. How to create an identity that places democracy and dynamism at the heart of municipal operations?\n\nPirkkala seems to have succeeded well in this. It is true that it had a good framework from the beginning: it is located next to the large city of Tampere, has good transport connections, a beautiful environment and a balanced municipal economy. Still, this is not enough if political leaders or civil servants lack the ability to reform and the willingness to attain a healthy governance culture. Pirkkala has had the will and ability to invest in both.\n\nWhat do measures taken to secure future competencies look like in concrete terms? Pirkkala\u2019s vision is centred around a contented community and municipality which provides a lively, happy environment in which people want to settle. In other words, the municipality dares to connect well-being to happiness, not just service provision and other traditional factors. Strong trust between politicians, civil servants and local residents is promoting the implementation of this vision. They have no intention of paying mere lip service to the \u201cfacilitating role of civil servants\u201d, but want to genuinely think about what facilitation means and the skills it requires. They are adopting social media tools and understand that their use requires new skills and approaches, from both politicians and civil servants. They view dynamism as being about tearing down boundaries and are willing to co-operate with partner cities across national frontiers.\n\nWith social and healthcare reform just around the corner, now is a good time to re-examine regional and municipal identities. Many regions are already doing so. Last month, the Pirkanmaa Future Forum mapped the factors of future success and more major regional foresight events have been penned in for the spring. I will comment on these closer to the actual events. Before then, I hope that as many people as possible throw down the gauntlet to decision-makers, challenging them to join in their foresight activities.\n\nWeekly notes is a series of blogs offering insights into the topical issues being discussed each week by Sitra\u2019s research and strategy team. Our Weekly Notes are gathered together here.\n\nDelving into future trends \u2013 is there cause for optimism?"], ["RSS Feed\n\u2190 \u201cAs a drunkard uses a lamppost\u2026\u201d\n\u201cFriendly McKenzie, writing the words of a sermon that no one will hear\u201d \u2192\n\nFour minute warning [or \u201clast night the plans for a future war, was all I saw, on Channel Four\u201d ]\n\nI realise, as one of the markers of getting old, that a cultural touchstone of my life, the \u201cfour minute warning\u201d might well mean nothing at all to younger people, so before I start, I\u2019ll explain what it is.\n\nBack in the days of the Cold War, where we were worried about Russians and nuclear war rather than Al Qaeda and suicide bombers, the Government had an early warning defence system. They would know, from monitoring at Jodrell Bank (a big telescope observatory station) if missiles had been launched, and then the Government would bring into play klaxons, sirens and alarms to let everyone know that we had four minutes before the missiles would strike.\n\nGrowing up in the 80s, particularly in a city that was within a five mile radius of several RAF bases, and with left leaning teachers who were all signed up to \u201cSave the Whale\u201d and \u201cCND\u201d, I spent most of my formative years having these three facts drilled into me :-\n\n(a) You will need a degree to get a job, even a job stacking shelves, when you leave school, and there won\u2019t be any jobs, thanks to \u201cMrs Thatch\u201d\n\n(b) If you have sex with anyone ever, you will almost certainly catch Aids and die\n\n(c) You won\u2019t know when nuclear war will come, and any day could bring that four minute warning, but it WILL come [oh, and living where we do, you WILL be vapourised, no mutants and rebuilding society from the ashes for you, you will BE the ashes]\n\nThe school further emphasised point (c) by showing us the film \u201cThreads\u201d in which we saw a shopping centre not all that far from us get devastated by a fictitious nuclear war. That certainly made going shopping at the weekend a much more haunting and terrifying experience. If there\u2019s one thing worse than knowing you could be vapourised any moment, it is that you could spend your last moments alive trying on far too tight shoes in Clarks or looking in bad mirrors in Concept Man trying to work out if burgandy and mustard go together.\n\nWhat a cheery adolescence that was, alleviated only by \u201cAxel F\u201d, Gauntlet, Star Wars figures, Nike trainers, New Order, the Um Bongo advert, Wilma Deering\u2019s lipgloss on \u201cBuck Rogers\u201d and Frank McAvennie\u2019s blonde perm [these things not necessarily in order of preference].\n\nSo, it suddenly struck me the other day, that having lived under the shadow of nuclear war, and the four minute warning, an existential horror so incomprehensibly unfathomable in modern society that the only way I can explain it is to suggest that it made certain sections of the British public think that Sting of all people, was very wise, provocative and deep in his song \u201cI hope the Russians love their children too\u201d\n\nthat I hadn\u2019t thought about the four minute warning for years. Does it still exist?\n\nWould we get more time now, as with satellites and better computers we might know earlier that the nukes were being warmed up? Or would we get less, because technology in rockets has advanced and they would fly quicker?\n\nThis, by the way, is the message that would have been read out on all radios and on the BBC. It is, you will agree, a great comfort.\n\nHere is the cheeky opening which comes right out with the important bad news, just in case you were watching \u201cTelly Addicts\u201d and cursing that it had been interrupted by a party political broadcast. Don\u2019t touch the \u201choofer doofer\u201d pops, this is it!\n\nThis is the Wartime Broadcasting Service. This country has been attacked with nuclear weapons. Communications have been severely disrupted, and the number of casualties and the extent of the damage are not yet known. We shall bring you further information as soon as possible. Meanwhile, stay tuned to this wavelength, stay calm and stay in your own homes.\n\nRemember there is nothing to be gained by trying to get away. By leaving your homes you could be exposing yourselves to greater danger.\n\nIf you leave, you may find yourself without food, without water, without accommodation and without protection. Radioactive fall-out, which follows a nuclear explosion, is many times more dangerous if you are directly exposed to it in the open.\n\nI have to say, I personally find the idea of this warning being more comforting if I imagine it being read out by Hugh Grant\u2019s character from \u201cFour Weddings and a Funeral\u201d \u2013 done with much more beating around the bush and nervous embarrassment at having to say it at all.\n\n\u201cNot quite sure how to say this, and I\u2019m sure it comes as a bit of a shock to you all, it did to me, certainly, and I don\u2019t really know why Mr Cameron asked me of all people to tell you, but the fact of the matter is\u2026 gosh, this is awkward. Hard to really know how to start. Is it best, all things being equal to break it gently, or just dive right on in there.\n\nImagine for me, if you will, the really absolutely worst thing I could be about to tell you. Imagine a bit harder. Are you thinking about mushroom clouds? If not, you\u2019re not quite imagining the right thing\u2026 try again. In the words, perhaps of Michael Stipe, while he was still with REM in fact, it\u2019s the end of the world as we know it. Erm, sorry.\u201d\n\nSo, the news is, we no longer get a four minute warning. All of the klaxons and sirens have been dismantled (apart from, oddly, the one at Broadmoor). A combination of cost, difficulty of organisation, the realisation that the Electromagnetic Pulse that will accompany the nuclear missiles falling on nearer targets will probably wipe out electronic communication anyway, and oddly, the prevalence of double-glazing meaning that most people wouldn\u2019t now hear the sirens, led to it being put to bed in the mid 1990s.\n\n[Only in England could Safestyle UK \u201cI say you buy one, you get one free\u201d be the driving force behind ending the public\u2019s right to know that nuclear annihilation was imminent]\n\nJudging from the conversations that we always had in the 80s about what we would do if the four minute warning came, cancelling it did not so much stop people carefully stockpiling water and salt and tinned fruit, as prevent a wave of pimply teenaged boys trying to cop off with any female in sight and \u201cdriving a yellow Lamborghini Countach at 160 miles an hour\u201d\n\nI suspect that the reality of the situation would be that if we did get a four minute warning, there would just be utter panic, looting, a complete collapse of the internet and mobile signals as everyone tried to ring their loved ones/tweet something jaded and pithy about the war, and gridlock on the roads as everyone tried to either get home or get the hell out of the city. [Or even more depressingly, people spending their last minutes watching that last episode of Broadchurch that they Skyplussed, on 16 x speed so they can die knowing who did it]\n\nJust forty truck drivers blocking our supply of petrol for five days achieved much the same thing, so it doesn\u2019t seem unfathomable that we\u2019d get similar if not worse meltdown from a genuine actual crisis.\n\nI suspect, that given that all that seems to be gained from a warning is panic and misery, that the Government wouldn\u2019t actually get Hugh Grant on the television to tell you to stay indoors (using the protective power of your double glazing) and to save your tinned peaches for later.\n\nWhich means the only survivors of a nuclear attack on Britain would be pensioners (who are inside anyway, and have loads of tinned fruit), politicians (who get the secret warning and grabbed their expenses forms and headed to their bunker and drew up the Duck drawbridge), the inmates of Broadmoor, and people who were at home watching \u201cLoose Women\u201d. What a glorious future we will have, when things are rebuilt. Britain will be great again.\n\nThat was all a bit depressing. Who would have thought that nuclear war could be a bit of a downer, all in all?\n\nHere\u2019s a picture of a yellow Lamborghini Countach, to cheer you up.", null, "And if you are still feeling a bit blue, here\u2019s Wilma Deering out of Buck Rogers. If that doesn\u2019t cheer you up, I\u2019m out of suggestions. Perhaps find a clip of loveable TV scamp (and falsely rumoured \u201che\u2019s an adult with a kidney disorder\u201d ) Gary Coleman asking Willis what he is talking about.", null, "Law geek, local authority care hack, fascinated by words and quirky information; deeply committed to cheesecake and beer.\nView all posts by suesspiciousminds \u00bb\n\u2190 \u201cAs a drunkard uses a lamppost\u2026\u201d\n\u201cFriendly McKenzie, writing the words of a sermon that no one will hear\u201d \u2192"], ["The 5 Most Spectacular Coastal Drives on Earth\n\nEach of these 5 spectacular coastal drives should be on your bucket list. Add at least one to your future travel plans... you'll be so glad you did.\n\nIt was really hard to decide the ranking and, except for number one where all of us agreed, the positions were not by unanimous decision. Go visit, make up your own mind... and let us know.\n\nThe Amalfi Coast from the Santa Caterina Hotel - click for more info.\n\nOne of the scariest of drives with crazy Italian drivers doing crazy things.\n\nIf you don't want to drive yourself take a bus; the buses aren't for those of nervous disposition though - the ride consists of crazy lurches around sharp corners, while holding on tight to your seat and hoping the bus doesn't fly out over the sea.\n\nSo why did this coastal drive win?\n\nIt's far less \"wild\" than any of the other drives we feature but the combination of spectacular cliffs covered with olive and lemon trees, the bluest sea of all and around every turn a medieval village makes it unbeatable. More on this coast here.\n\nThis one is like a wilder version of the Amalfi Coast. The first bit, through the upmarket suburbs of Clifton and Camp's Bay, is very similar though - just that the oldest building here is maybe 200 years old compared to 900 on the Amalfi Coast.\n\nStill, the beaches are better than those on the Amalfi Coast with beaches like Clifton being rated among the top ten in the world. Camp's Bay Beach too is spectacular, with the Twelve Apostles mountain peaks rising up like sentinels, rows of palm trees parading down the beach promenade and the beach itself looking all white and lovely.\n\nThe most famous part of the road trip is the section called Chapman's Peak Drive: here the Atlantic Ocean crashes against sheer cliffs that plunge vertically into the water, baboons scamper about the rocks above and whales can often be seen offshore. Driving this section was one of the most incredible experiences of my life - especially the bit where you come around a bend and far below you stretches the great expanse of Noordhoek Beach; where racehorses train and appear only as tiny black dots on a vast canvas of white sand.\n\nThe last part of the drive to Cape Point is through a nature reserve in which zebras, ostriches and antelopes roam while seals lounge on the beaches. The end of the road marks the end of mighty Africa. As you look southwards towards the Antarctic, and watch the huge waves of the Indian and Atlantic Oceans meeting in fury, you really do feel that you've reached the ends of the earth. The penguins, sunbathing in warm sunshine, on nearby Boulders Beach only confirms that feeling.\n\nThe best way to enjoy this drive is to start from Seapoint in Cape Town and head along the coast from there - here are the details of the entire trip.", null, "Everything about Ireland is a lot of fun. The Irish always seem to look on the bright side of life and, even if it rains every day, they get out and live their lives with a carefree spirit. That's the best way to enjoy this rather long drive too; don't worry about the weather, come rain or shine(guaranteed it'll be rain) get out there and marvel at the greenery (that rain is good for something), the slate grey ocean and views.\n\nThe drive is the longest of all the ones featured; if you do the whole lot it's over 1500 miles. My advice is to focus on the 100 miles of the Ring of Kerry or the less touristed Beara Peninsula.\n\nFunny how two of these spectacular coastal drives have rock formations called the Twelve Apostles - the other one is on the Cape Town drive.\n\nThe Twelve Apostles is the most famous of the sights along the Great Ocean Road even if there aren't Twelve Apostles anymore... only eight. The others have eroded away and collapsed into the sea. Don't worry though, the remaining ones are spectacular as they rise like huge sentinels from the sea. Best time to see them is in the light of early morning so make sure you leave really early. If you can't do early morning then sunset is second best.\n\nIt isn't only the Twelve Apostles though; the 150 miles of the Great Ocean Road has a bit of everything ranging from beaches to volcanic plains to forests to waterfalls.\n\nSadly, they have experienced a number of problems with landslides over the last few years and the road has been closed for long periods. It is currently open but check with the official website.", null, "One of the last wild stretches of coastline left in California, a heady mix of fresh sea-air, endless vistas and hidden coves. Head out north from Los Angeles on Highway 1 and 250 miles later you are in another world. The coast is at its most enchanting when the mists swirl in from the ocean as they often do; the way the spectacular landscapes vanish and then suddenly reappear in bright sunlight is unforgettable.\n\nIn a way the whales offshore and sea-lions on the beaches are similar to the Cape Town drive as is the scenery but if I had to choose one Cape Town is definitely the better of the two.\n\nMap of Where These Spectacular Coastal Drives Are"], [null, null, "The taxis outside Dongguan station were all home modified two-stroke mini-buses and none of the drivers knew fear or favour as Scoresby, newly arrived in the Middle Kingdom from the lassitude of a month\u2019s layoff in the Hong Kong Yacht Club, felt a strong uncalm as the feral rushing hordes of free market commissionaires plucked at him for his ride.\n\nA warm night in the oriental tropics is this night in this town with latitude similar to Mackay, and here these hot streets, barking frogs, and the vigorous blare of hundreds of car horns as China toiled away at the 24-hour restrictions of the 15th day of March 2006.\n\nThe black night air is dimmed up to grey with the misted poison of a million free-range cars and buses and trucks, and the air stings Scoresby\u2019s tongue, and he turns his foolish head at every hornbleat.\n\nTwenty-five 6 Star southern China Hotels are within a mile of the station, all nestled up nicely to the local nightclubs bars and brothels.\n\nOne and a half hours to the typhoon coast, where whispers thrilled of three-mile point waves and coastal cities beset with Malaria and Japanese Encephalitis. Dengue Fever, AIDS.\n\nAnd there in a small place a collection of gravel-mounded graves of some unbearded and unanmed English dead.\n\nScoresby exited the train, exited the station with its McDonalds advertisements of crayfish and mayonnaise burgers and entered New China\n\nEntered a town of unlit and crowded streets, where shadows of lounging men flickered by in the lights of unending traffic.\n\nHunkered down young men who lurked innumerably in small nestings, on dark corners, seemingly watchful, silent, and lit only by the glow of a shared smoke.\n\nThe baggage men plucked at Scoresby and yelled loudly at each other, they tugged at him and offered weirdly sounds of comfort and destination and safety, and all the time they winked and shoved at each other as the white man reeled from one to one other.\n\nGrab a taxi, get to the \u7f57\u70bd\u6cfd Karaoke Club by midnight, and I\u2019ll introduce you to the company, read the email from young Eric Desjardins, the Frenchman boat builder from Mona Vale. Three years here now and twenty pounds heavier.\n\nNo worries was Scoresby thinking, just grab one of these mobile Chinaman and go get beers, then point him towards the noise and find the party.\n\nShintao beer is what\u2019s left of Carlsberg\u2019s disappointing venture into the Chinese boozer market, and since then China has given the krauts the arse, grabbed the formulae, increased the flavour, increased the alcohol content, increased the bottle size, and decreased the price.\n\nSome people you love at first sight, thought Scoresby \u2013 China \u2013 almost a brother nation already, and they like a bet.\n\nSo with an underarm slab of Shinto costing $8 aus, lovely Korean girls on all the stools, music by a revolving succession of Britney Spears lookalites, and over in the corner eleven dangerously slammed Australians and Frenchmen singing like stoned cats \u2013 our man walked through the door at 1.30 am knowing now that home sweet new home has many rooms."], ["Lava from the Kilauea volcano is threatening the Puna Geothermal Venture plant on Hawaii's Big Island.\n\nIn the weeks since the Kilauea volcano began belching lava into Hawaii's residential areas, the fiery flow has destroyed dozens of structures and covered scores of acres on the Big Island. But authorities fear its destructive reach could ravage at least two more cornerstones of the state: its power supply and, a little less tangibly, its all-important tourism industry.\n\nOn Monday evening local time, the Hawaii County Civil Defense agency announced that lava from nearby fissures had begun to encroach on the southern edge of one of the state's key sources of power, the Puna Geothermal Venture.\n\nThe plant harvests hot liquid and steam from underground wells to drive turbine generators for electricity, which is then sold to the state's largest utility. The plant provides roughly a quarter of the Big Island's power, according to Reuters.\n\nAnother risk, besides the loss of power, rests in what might happen if the lava overcomes the state's protective measures: \"There's a steam release, there's many chemicals, but primarily the critical factor would be hydrogen sulfide, a very deadly gas,\" Hawaii's Emergency Management Agency chief, Tom Travis, told reporters Monday night.\n\n\"County, state, and federal partners have been collaborating closely to monitor the situation and work with PGV to ensure the safety of the surrounding communities,\" the civil defense agency said in its alert. \"Ten of the eleven wells have been quenched. Efforts are ongoing to make sure the site is secure and the community is kept safe.\"\n\nIt is the second step after simply shutting all the wells, which he says they already did when the event began. Crews were working overnight to quench the 11th and final well.\n\n\"Once that step is taken, we will be in a much more solid state for having lava overflow the site,\" Travis added late Monday. \"It's not easy to predict where it's going to go and when it's going to get there. So it's important that we get what we can done now.\"", null, "Lava spews out of fissures near the lower east rift zone. USGS\n\nMeanwhile, elsewhere on the island, the longer the lava keeps flowing, the longer one of the state's premier tourist attractions remains closed to ensure visitors' safety. About two-thirds of Hawaii's Volcanoes National Park closed May 11, right around the start of the summer tourist season \u2014 and it remains closed, likely deterring a substantial chunk of the park's more than 2 million annual visitors.\n\nA National Park Service report published last month estimated that those visitors spent $166 million in communities nearby last year \u2014 spending that \"supported 2,020 jobs in the local area, and had a cumulative benefit to the local economy of $222,394,900.\"\n\nThe number of visitors to the park has \"increased by 58 percent\" since an eruption on Kilauea's summit a decade ago, according to the NPS.\n\nNow that Kilauea's activity has dramatically escalated, however, local businesses have seen their income diminish in seemingly equal proportion."], [null, "Came across this article about an inspiring act of generosity by a group of Muslim calling themselves \u2018Muslim Snow Patrol\u2019, not to be mistaken for the badboys of East London calling themselves \u2018Muslim Patrol\u2019, who have been embarrassing the whole community by shouting abuse at Non-Muslim women, taking alcohol away from the hands of Non-Muslims (which is haram (not permissible) because it\u2019s his possession and rules of alcohol consumption does not apply to them) and telling Non-Muslims to move away from the Mosque, which is against the teachings of true Islam as we\u2019re encouraged to invite fellow Muslims and Non-Muslims to the Mosque.\n\nGoing back to the The Muslim Snow Patrol, organised by Islamic Diversity Centre (IDC) in Newcastle helping clear residential roads and drives in Newcastle\u2019s West End. Newcastle City Council also provided the team with gloves, shovels and grit as well as directing the team to areas most in need.\n\n\u201c[Residents] have been really appreciative of the work that we\u2019re doing.\n\n\u201cThey\u2019ve been a bit surprised at why loads of bearded men have come and tried to help them clear their drives. As Muslims we believe that it is our Islamic duty to look after our neighbours, especially in these very difficult conditions.\n\n\u201cWe\u2019re trying to remove some of those preconceptions people have about Islam and Muslims by showing that Muslims actually do good things and are trying to help our neighbours.\u201d\n\n\u201cThe residential streets are more of a problem for [the council] because we just don\u2019t have the money to grit and clear them. This group is a tremendous example of what can be done and what can be achieved by everyone doing their bit. If every group just does a little bit then together we can do a huge amount.\u201d\n\nIt\u2019s not often we hear good, positive things about the Muslim community, so please brothers keep up the inspiring act of charity and dawah because there are Muslims out there who are out there to be on the likes of DailyMail or The Sun portrays the misunderstood version of Islam.", null, null, null, null, null, null], ["Muslims in Detainment: A Look Into China\u2019s Camps", null, "Recently, the world has learned of China\u2019s new measures to counter Muslim terrorism. The Chinese Xinjiang government has been detaining the Uighur Muslim minority in \u201creeducation camps,\u201d but documents and interviews are revealing that the situation isn\u2019t as innocent as it seems.\n\nAccording to these documents, the camps are meant to \u201ccleanse\u201d the Muslims. However, this cleansing has been said to be more like torture. It\u2019s hard to know exactly what happens in these areas, but as some people escape, new knowledge comes to light. According to the China Digital Times firsthand accounts, severe punishments were delivered to people who were reluctant to learn Chinese culture. According to this take from CNN, the Muslims were given incredibly low rations, and those who continued to disobey were taken, injected, and returned dazed and confused. The people have a bucket as a toilet and rumors of sexual abuse to the women were common. The Intercept interviewed Nury Turkel, a Uighur-American human rights activist. He described the situation as \u201ccultural genocide.\u201d China has not denied any of these accusations.\n\nIn fact, China\u2019s stance seems to be focusing on silencing these claims instead of proving them wrong. You may have seen Tik Toks about the camps go viral and promptly be deleted. One of the biggest and most effective videos was made by 17-year-old Feroza Aziz. Aziz\u2019s account was blocked and suspended, although Tik Tok eventually apologized. Further, China also announced that they have no intention of closing down the camps.\n\nWhile the situation is fading out of the media\u2019s eye, that doesn\u2019t mean that it isn\u2019t still going on. The camps are still up and running and aren\u2019t likely to shut down very soon. It\u2019s up to the public to keep the news relevant and to see what China\u2019s next move will be."], [null, "A project which paired Holocaust survivors with celebrities to educate about the genocide has won two prestigious awards.\n\nThe initiative, launched on Yom HaShoah in a bid to continue Holocaust education during the pandemic, featured a series of videos with Holocaust survivors giving their testimony to high-profile celebrities.\n\nCassie Matus, Chief Executive, March of the Living UK said: \u201cWhen MOTL 2021 was cancelled we knew we needed something to fill its place. Working with our agency, Creative & Commercial, we came up with an amazing idea. If the survivors can\u2019t go on the March then the March should come to the Survivors. Frank PR and Broadcast Revolution brought this to life with the help of our amazing celebrities and survivors. We are so thrilled that it won two UK Content Awards.\u201d"], [null, "Born and raised in Washington, DC, Malcolm took his first rafting steps in West Virginia with his dad before going on to complete a Source to Sea expedition on the Mississippi River in 2015. One year later, he began his guiding journey on Australia\u2019s Tully River and he has since traveled around the globe, venturing as far afield as Papua New Guinea, Morocco, Chile, and New Zealand. One of Malcolm\u2019s highlights has been trekking through the rainforest with local tribesmen in Borneo while learning to hunt and forage for food. When it comes to rafting back home, he particularly loves Idaho as it boasts some of the most \u201cremote and wild spaces in the lower 48\u201d. Aside from being a keen surfer, Malcolm holds a Bachelor in Business Administration and Marine Biology from Loyola University New Orleans."], [null, "After moving to Los Angeles, Susan Orlean become fascinated by a mysterious local crime that has gone unsolved since it was carried out on the morning of 29 April 1986: who set fire to the Los Angeles Public Library, ultimately destroying more than 400,000 books, and perhaps even more perplexing, why?\n\nWeaving her lifelong love of books and reading with the fascinating history of libraries, Susan Orlean investigates the legendary fire to showcase the larger, crucial role that libraries play in our lives. She also reflects on her own childhood experiences in libraries; studies arson and the long history of library fires; attempts to burn a copy of a book herself; and re-examines the case of Harry Peak, the blond-haired actor long suspected of setting fire to the library over thirty years ago. Along the way, she reveals how these buildings provide much more than just books \u2013 and that they are needed now more than ever.\n\nAs a keen reader of books about books who also has an interest in non-violent and historical true crime, I was immediately interested in Susan Orlean\u2019s The Library Book. It\u2019s one of those multifaceted books that wears many hats \u2013 examining the devastating fire that decimated Los Angeles Central Library in 1986 and the personal history of the man accused of starting it, whilst at the same time providing an eclectic history of the Los Angeles library system and an examination of the role of the public library within our increasingly digital world.\n\nOrlean\u2019s narrative is extremely dense and the book covers a lot of ground in it\u2019s 300 or so pages. But the clear and engaging prose, which blends personal reflection with immersive journalism and factual history, drew me into the narrative and gave the book a compulsion.\n\nOrlean really captures the intensity of feeling that surrounds libraries and books. Her description of the library fire is devastating for a book lover to read \u2013 she really makes it easy to empathise with the librarians, who cried on the street as they watched over 400,000 items from their extensive collection go up in flames. In a fascinating chapter, Orlean burns a book herself; an act that she finds both terrifying and subversive. It\u2019s a feeling that I completely understood and I found myself mourning the lost knowledge that was turned to ash on the morning of 29 April 1986.\n\nOrlean\u2019s sensitive treatment of Harry Peak, the charismatic young actor suspected of setting the library fire, manages to convey both the fiercely-held belief that investigators had in Harry\u2019s guilt whilst acknowledging the fallibility of fire investigation techniques and the circumstantial nature of the evidence available at the time.\n\nThat said, Harry\u2019s narrative was, for me, the weakest part of the book \u2013 although that is the fault of history rather than of Orlean. Harry, a man who constantly re-wrote his own narrative, flits elusively through the pages and you definitely get the sense that Orlean, like many of the other people around him, struggles to pin him down. The Library Book is impeccably researched but, as Orlean admits, the truth about the library fire \u2013 and whether Harry had any involvement in it \u2013 will probably never be known. This does give the ending a slightly subdued quality \u2013 the pace drops off noticeably in the last third as it becomes apparent that this isn\u2019t a mystery that will have a resolution. To Orlean\u2019s credit, she instead turns the book into a love letter to libraries and a reflection on their importance in the world today.\n\nThe Library Book may disappoint readers looking for a true crime narrative. There are definitely similarities in pacing and style with David Grann\u2019s excellent Killers of the Flower Moon and Michelle McNamara\u2019s I\u2019ll Be Gone in the Dark, but this is a very different kind of book in tone. The Library Book isn\u2019t about finding the answer to a mystery \u2013 it\u2019s an ode to books, a love-letter to reading and a homage to libraries and their place in the world. It\u2019s a book that\u2019s perfect for anyone who has whiled away hours browsing the stacks or has childhood memories of magical trips to neighbourhood branches. In short, it\u2019s for anyone who appreciates the power of libraries to fascinate, to educate, to entertain and to unite \u2013 a rich, warm and heartening book that kept me spellbound throughout.\n\nThe Library Book by Susan Orlean is published by Atlantic Books and is available now from all good bookshops and online retailers including Hive, Waterstones and Amazon. My thanks go to the publisher for providing me with a copy in return for an honest and unbiased review."], [null, "Looking to save some coin on your energy bills? Then stop wasting food. According to a new report published this month in the journal Environmental Science & Technology, \u201cWasted Food, Wasted Energy: The Embedded Energy in Food Waste in the United States,\u201d consumers could immediately save the energy equivalent of around 350 million barrels of oil a year though the curbing of food waste. Why? In part because the study estimated that it takes the equivalent of about 1.4 billion barrels of oil to produce, package, prepare, preserve, and distribute a year\u2019s worth of food in the U.S.\n\nAuthors Michael Webber and Amanda Cu\u00e9llar note that food contains energy and requires energy to produce, process and transport. As a matter of fact, rising energy costs are the largest contributor to rising food costs. The authors\u2019 estimates indicate that between 8 and 16 percent of energy consumption in the United States went toward food production in 2007. However, it appears that consumers don\u2019t take energy costs into account when eating as the USDA estimates that people in the U.S. waste nearly 27 percent of their food.\n\nThe report also estimated that when accounting for wasted food and the energy needed to ready it for consumption, U.S. consumers wasted about 2030 trillion BTU of energy in 2007, or the equivalent of about 350 million barrels of oil. That represents about 2 percent of annual energy consumption in the U.S. \u201cConsequently, the energy embedded in wasted food represents a substantial target for decreasing energy consumption in the U.S.,\u201d the article states. But the authors note the problem is probably worse because the numbers used were incomplete, outdated and conservative.\n\nThe authors concluded that the energy discarded in wasted food is greater than the energy available from many popular efficiency and energy procurement strategies, such as the annual production of ethanol from grains and annual petroleum available from drilling in the outer continental shelf. \u201cA decrease in food waste must be accompanied with a retooling of the food supply chain to ensure that the energy consumed during food production does in fact decrease with a decrease in food waste.\u201d"], [null, "Microplastic is everywhere and many carry concerns about it. These tiny pieces of plastic can be damaging to one\u2019s health as well as the environment. How would you be able to minimize your use and intake of microplastics and prevent them from spreading? There\u2019s still a lot of uncertainty in regard to the damaging effects of microplastics. One of the places where their negative effects can clearly be seen is in nature. Microplastics are especially damaging to aquatic organisms.\n\nMicroplastics are pieces of plastic smaller than 5 millimeters in size. These pieces can thus easily end up in the environment where they accumulate together. They aren\u2019t degradable, but do fall apart into even smaller pieces, which makes them impossible to clean up. Microplastic - and even smaller, nanoplastic - can be found in various bodies of water, the air, the ground, and even in our food. Research has revealed that microplastic has been found in:\n\nIn addition to this, microplastics are often also found in the following products:\n\nThere will definitely be microplastics in a product if the label states one or more of the following:\n\n(National Institute for Public Health and the Environment) has made a factsheet as commissioned by the Department of Waterways and Public Works, of the most recent developments in regard to the microplastic issue. In said report, the RIVM used international data on the matter as a basis for the situation in the Netherlands to be applied to.\n\nThe effect of microplastics on people as well as the environment isn\u2019t entirely clear yet. Research on this matter is often quite complex due to microplastics being a group of variating particles of which their properties could change even more due to weathering, the forming of biofilm, and/or the binding of hydrophobic chemicals in the environment. The scientific literature that describes the effects of microplastics on aquatic organisms is more extensive than that on their effects on humans.\n\nDue to their physical properties, microplastics can have a negative impact on specific aquatic organisms and affect functions such as breathing, movement, or the intake of food. Microplastics can also cause toxic effects due to the additives in them (e.g. flame retardants, dyes, biocides, softeners, etc.) or due to the hydrophobic chemicals that are absorbed into microplastics in an aquatic environment. A few chemicals are known to have had effects on the health of both humans and animals due to being identified as CMR (Carcinogenic, mutagenic, reprotoxic), PBT ( Persistent, Bioaccumulative and Toxic), vPvB (very Persistent and very Bioaccumulative), or ED (Endocrine-Disrupting).\n\nThe WWF website contains many tips and tricks on how you can reduce your plastic consumption. Take a look to see which alternatives you can use.\n\nTry us out for free.\n\nPlease fill out your name"], ["The considered an all-electric Mazda Miata may peeve purists, however there\u2019ll certainly come a day when it is a actuality. Whereas it is nonetheless too quickly to say when the primary MX-5 EV will arrive, Mazda immediately revealed a three-phase technique that prioritizes electrification main as much as 2030. Together with its up to date plans, the corporate teased the \u201cImaginative and prescient Examine Mannequin,\u201d a surprising coupe idea that we hope previews the long run design of the enduring two-seater sports activities automotive.\n\nFinal yr, Mazda confirmed to Automobile and Driver that the next-generation Miata shall be electrified not directly. We count on that to imply some type of hybrid setup, which corresponds with a part of the corporate\u2019s second part. Nonetheless, we would not be stunned to see a completely electrical Miata by the top of the last decade. We additionally would not be shocked to see an EV model that appears much like the idea proven in press pictures in addition to in clips of the video on Mazda\u2019s official YouTube channel (the idea first seems on the 34:55 mark).\n\nWithin the minutes main as much as the idea\u2019s first look, we see quite a few photographs of individuals fortunately driving totally different Miata generations, which additional fuels our hypothesis that there is a connection between previous MX-5s and the Imaginative and prescient Examine Mannequin.\n\nOur first have a look at the idea is seen via an iPhone display, with its uncovered chassis that includes what seems to be a T-shaped battery pack. The automotive\u2019s physique then drops on high and we see its passenger-side butterfly door open up.\n\nWhereas the loopy doorways are one of many idea\u2019s defining options, we do not count on them to be a part of a manufacturing mannequin. We do count on future Miatas to take care of a convertible physique model, though a fixed-roof variant just like the idea would not be a primary, as Mazda did provide the uncommon JDM-only NB-generation coupe.\n\nThe remainder of the imaginary sports activities automotive appears to be like doable, albeit ultra-dramatic. Its large hips, peaked entrance fenders, and low cowl are all exaggerated traits of the present ND Miata. The illuminated Mazda brand mounted low on the idea\u2019s nostril and the slim, protruding entrance lighting parts are different neat touches.\n\nAfter all, we notice Mazda\u2019s Imaginative and prescient Examine Mannequin may not preview a future Miata EV in any respect. We\u2019ve flashbacks of the visually arresting four-door Imaginative and prescient Coupe idea the corporate revealed again in 2017 that has not come to fruition. Nonetheless, its aspirational styling did go on to affect the model\u2019s design language, so maybe the Miata-esque idea will do the identical. A minimum of we are able to dare to dream.", null, null, null, null, null, null], ["Montana gets manufacturing F but tax fairness A\n\nMontana gets manufacturing F but tax fairness A", null, "The report gave Montana a \u201cF\u201d for its manufacturing and an \u201cA\u201d for tax climate, plus other grades in between. The study particularly looked at the state\u2019s percentage of advanced manufacturing; a factory that uses a large percentage of robots, plus white-collar workers such as computer people, would be an example\n\nWhere factories once provided good-paying jobs for people without a lot of education in this country, those blue-collar jobs are drying up.\n\n\u201cThese data underscore the importance of talent development efforts with a focus on educational attainment,\u201d said Michael Hicks, director of Ball State\u2019s Center for Business and Economic Research. \u201cIn the long run, a well-educated and ready workforce matters more than any other single factor in the health of advanced manufacturing firms.\u201d Two related Ball State reports are available online at http://conexus.cberdata.org/.\n\nTo see Montana\u2019s grades in a number of categories, take a look at a graphic display of Montana\u2019s report card elsewhere on this page.", null, "That\u2019s how much less money Montana\u2019s general fund will receive for the biennium as of July 1, according to state estimates. Revenue is down from the oil and gas sector, coal, mining and corporates taxes.\n\n\u201cThe big (financial) cushion we\u2019ve been having for a while could be gone,\u201d state Sen. Fred Thomas said about projections that state general fund revenue will come up short this year.\n\nName of the Week\n\nWe like the name for the June 24 tribute to late Republican stalwarts Tim Babcock, who served as Montana governor, and Conrad Burns, who represented Montana in the U.S. Senate. It\u2019s called the \u201cGolden Tusks Legacy Dinner\u201d and will take place at the Hilton Garden Inn in Missoula. It won\u2019t take gold to get in, but it will require a ticket for $75 per person.\n\nBlog of the Week\n\n\u201cI am certainly not a journalist and I have never claimed to be. I don\u2019t even play one on TV, and I\u2019ve never even stayed at a Holiday Inn Express. I am just professional blogger living in a bunker, eating Twinkies, drinking Folgers coffee, while waiting for Obama to come and take my guns.\u201d\n\n\u2014 Mike Brown, who blogs at thewesternword.com\n\nTurnout in Montana was better than average for the June 7 primary election. We hope the trend keeps up for the Nov. 8 general election.\n\nNo doubt one reason for the improved public response is the increase in people asking for permanent absentee ballots they can fill out by mail, rather than trudge over to their polling place on Election Day.\n\nThere\u2019s no doubt voting by mail is easy. People accustomed to voting in person can opt to vote by mail instead by calling the county elections office. The number in Great Falls is 406-454-6803."], [null, "Last.fm has reached the landmark of 60 billion scrobbles last week, less than ten years after its launch, the company announced today. In other words, Last.fm\u2019s users have now listened to 60 billion music tracks on the platform.\n\nAccording to Last.fm, the 60 billionth song to be scrobbled on the music discovery website was Lady Gaga\u2019s \u2018Judas\u2019. She\u2019s the latest artist to take a place in Last.fm\u2019s hall of fame, joining Bob Dylan whose 1963 song \u2018Blowin\u2019 In The Wind\u2019 marked Last.fm\u2019s 50 billionth scrobble (see our previous story Last.fm: 50 billion scrobbles and the return of the mix tape.)\n\nLooking at this data also gives a good indication of the site\u2019s accelerated growth over the last years; it took much less time for the site to host its latest 10 billion scrobbles than for its first single billion.\n\nAccording to Last.fm\u2019s VP of Product and Marketing Matthew Hawn, \u201creaching this figure is testament to the passion and enthusiasm demonstrated by [Last.fm\u2019s] users.\u201d May it also be the confirmation that paywalls aren\u2019t always a bullet in the foot?\n\nWhat\u2019s your favorite destination to discover music? Let us know in the comments.\n\nRead next: The Principles of Experience Design and 10 sites doing it right"], [null, "The Buffalo Sabres played three games in a row against the New York Islanders at Nassau Coliseum this weekend. All three games ended the same way: with a 5-2 Islanders victory.\n\nBuffalo fell to 0-6-0 against the Islanders this season with Sunday\u2019s loss. The Sabres are 0-4-0 on their current five-game road trip, 0-6-1 over the last seven games and 2-10-1 since returning from a COVID-related two-week pause.\n\nOn Sunday, it was Anders Lee \u2013 who has six goals in six games against Buffalo this year \u2013 and Brock Nelson who scored for the Islanders in a span of 1:02 in the second period. Casey Cizikas scored later on in the second and Cal Clutterbuck added a fourth midway through the third. Nelson added his second goal when he dumped the puck into an empty net late in the third.\n\nJonas Johansson made 25 saves for Buffalo.\n\nJeff Skinner scored his first goal of the season, roofing a backhand shot on a wraparound to make it 3-1 in the third period. Colin Miller added another for his third of the season to put Buffalo within one before Clutterbuck iced the game.\n\nBuffalo is 0-13-1 this season when trailing after two periods."], [null, "El Tonto sees Day playing \u201ca mute simpleton who gets off a bus in Los Angeles and by happenstance suddenly rises through the Hollywood scene to become a celebrity, only to then lose it all.\u201d"], [null, "Totalitarianism, Authoritarianism, and Fascism: What Is the Difference?\n\nAll nations have an official type of government as designated in the U.S. Central Intelligence Agency\u2019s World Factbook. However, a nation\u2019s own description of its form of government can often be less than objective. For example, while the former Soviet Union declared itself a democracy, its elections were not \u201cfree and fair\u201d, as only one party with state-approved candidates was represented. The USSR is more correctly classified as a socialist republic.\n\nIn addition, the boundaries between various forms of government can be fluid or poorly defined, often with overlapping characteristics. Such is the case with totalitarianism, authoritarianism, and fascism.\n\nTotalitarianism is a form of government in which the state\u2019s power is unlimited and controls virtually all aspects of public and private life. This control extends to all political and financial matters as well as the attitudes, morals, and beliefs of the people.\n\nOne distinctive feature of totalitarian governments is the existence of an explicit or implied national ideology\u2014a set of beliefs intended to give meaning and direction to the entire society.\n\nAccording to Russian history expert and author Richard Pipes, Fascist Italian Prime Minister Benito Mussolini once summarized the basis of totalitarianism as, \u201cEverything within the state, nothing outside the state, nothing against the state.\u201d\n\nExamples of characteristics that might be present in a totalitarian state include:\n\nTypically, the characteristics of a totalitarian state tend to cause people to fear their government. Rather than trying to allay that fear, totalitarian rulers encourage it and use it to ensure the people\u2019s cooperation.\n\nAn authoritarian state is characterized by a strong central government that allows people a limited degree of political freedom. However, the political process, as well as all individual freedom, is controlled by the government without any constitutional accountability\n\nIn 1964, Juan Jos\u00e9 Linz, Professor Emeritus of Sociology and Political Science at Yale University, described the four most recognizable characteristics of authoritarian states as:\n\nModern dictatorships such as Venezuela under Hugo Ch\u00e1vez and Cuba under Fidel Castro typify authoritarian governments.\n\nWhile the People\u2019s Republic of China under Chairman Mao Zedong was considered a totalitarian state, modern-day China is more accurately described as an authoritarian state because its citizens are now allowed some limited personal freedoms.\n\nIn a totalitarian state, the government\u2019s range of control over the people is virtually unlimited. The government controls nearly all aspects of the economy, politics, culture, and society. Education, religion, the arts and sciences, and even morality and reproductive rights are controlled by totalitarian governments.\n\nWhile all power in an authoritarian government is held by a single dictator or group, the people are allowed a limited degree of political freedom.\n\nRarely employed since the end of World War II in 1945, fascism is a form of government combining the most extreme aspects of both totalitarianism and authoritarianism. Even when compared to extreme nationalistic ideologies like Marxism and anarchism, fascism is typically considered to be at the far-right end of the political spectrum.\n\nFascism is characterized by the imposition of dictatorial power, government control of industry and commerce, and the forcible suppression of opposition, often at the hands of the military or a secret police force. Fascism was first seen in Italy during World War I, later spreading to Germany and other European countries during World War II.\n\nThe Foundations of Fascism\n\nThe foundation of fascism is a combination of ultranationalism\u2014an extreme devotion to one\u2019s nation over all others\u2014along with a widely held belief among the people that the nation must and will be somehow saved or \u201creborn.\u201d Rather than working for concrete solutions to economic, political, and social problems, fascist rulers divert the peoples\u2019 focus, while winning public support, by elevating the idea of a need for a national rebirth into a virtual religion. To this end, fascists encourage the growth of cults of national unity and racial purity.\n\nHistorically, the primary function of fascist regimes has been to maintain the nation in a constant state of readiness for war. Fascists observed how rapid, mass military mobilizations during World War I blurred the lines between the roles of civilians and combatants. Drawing on those experiences, fascist rulers strive to create a rabidly nationalistic culture of \u201cmilitary citizenship\u201d in which all citizens are willing and prepared to take on some military duties during times of war, including actual combat.\n\nIn addition, fascists view democracy and the electoral process as an obsolete and unnecessary obstacle to maintaining constant military readiness. They also consider a totalitarian, one-party state as the key to preparing the nation for war and its resulting economic and social hardships.\n\nToday, few governments publicly describe themselves as fascist. Instead, the label is more often used pejoratively by those critical of particular governments or leaders. The term \u201cneo-fascist,\u201d for example, describes governments or individuals espousing radical, far-right political ideologies similar to those of the World War II fascist states."], ["Former member of the Defence Forces Lisa Smith has been arrested on suspicion of terrorist offences.\n\nThe 38-year-old arrived at Dublin Airport this morning after being deported from Turkey.\n\nShe is being questioned at Kevin Street Garda Station in Dublin.\n\nMs Smith travelled to Syria in 2015 to live in the so-called Islamic State.\n\nTurkish Airlines flight 1975 landed in Dublin Airport just after 10am with Ms Smith and her daughter on board.\n\nThey were accompanied by four escort personnel from the Army Ranger Wing and the Department of Foreign Affairs.\n\nMs Smith and her child were covered with a pink blanket and declined to comment when approached on the flight by RT\u00c9 News, simply responding \"No\".\n\nThe Dundalk woman, who left Ireland four years ago, was deported from Turkey and met by garda\u00ed from the Counter Terrorism Section at Dublin Airport.\n\nThe Garda's Security and Intelligence Section and the Special Detective Unit have been investigating her activities since 2012 and have gathered substantial information and intelligence from Europe, Africa, the Middle East as well as Ireland.", null, "Ms Smith and her daughter were taken to a van and driven to Kevin Street Garda Station arriving just before 11am.\n\nThe 38-year-old was arrested and her child is now being cared for by her family.\n\nShe has been granted access to all medical and legal requirements and is being interviewed about suspected terrorist offences.\n\nIrish Citizens Lisa Smith and her child (2yrs) were today successfully repatriated to Ireland. The expert evidence and the UN were expressly clear - the previous conditions were unsuitable and incompatible with international human rights standards. @PhoenixLawHR acts.\n\nShe is being detained under Section 30 of the Offences Against the State Act and can be questioned for up to three days.", null, "In a statement, Minister for Justice and Equality Charlie Flanagan said: \"On her arrival in Dublin, Lisa Smith was met by An Garda S\u00edoch\u00e1na. In the case of Ms Smith's child, established procedures for her care will be followed.\n\n\"An Garda S\u00edoch\u00e1na and the Director of Public Prosecutions are responsible for criminal investigations based on facts and evidence in all cases and it would not be appropriate for me to comment on those matters.\n\n\"This is a sensitive case and I want to reassure people that all relevant State agencies are closely involved.\n\n\"A multi-agency network is in place here comprising agency personnel who engage on an ongoing basis with international colleagues regarding emerging practice in relation to the complex issue of radicalisation.\n\n\"This network will coordinate engagement on a case by case basis as and when appropriate.\"\n\nT\u00e1naiste and Minister for Foreign Affairs Simon Coveney said they \"had been working with various different partners to try and ensure that we could respond to this case as a consular case, although it's a very, very complex one, to ensure primarily the safety of a two-year-old little girl who was in a warzone, and for much of that time in a camp that we know from UNICEF reports was extremely dangerous for children\".\n\nMr Coveney said: \"For people who are rightly concerned and asking questions about a two-year-old little girl who wasn't born in Ireland but who is an Irish citizen - Tusla have been working with An Garda S\u00edoch\u00e1na and with Lisa Smith's wider family to ensure that her welfare is looked after.\"\n\nHe added: \"It's up to the DPP to determine on the back of a report from An Garda S\u00edoch\u00e1na as to whether they can take a case successfully against Lisa Smith.\n\n\"I think it's important to leave that process take its course.\""], [null, "Charlie Waller, founder and leader of the Country Gentlemen, died Wednesday (Aug. 18) of an apparent heart attack in the garden of his home in Gordonsville, Va. He was 69.\n\nAlthough Waller had been ailing the past several years, he and his group have maintained a busy concert schedule and were preparing to go on the road again when he died. Waller had scheduled two concerts \u2014 Friday (Aug. 20) in Nashville and Sept. 8 in Falls Church, Va. \u2014 to raise medical-expense funds for banjo player Eddie Adcock, an early member of the band.\n\nOrganized in Arlington, Va., the Country Gentlemen played their first concert on July 4, 1957. Although the group has had more than 100 members during its 47-year history \u2014 including Ricky Skaggs, Bill Emerson, Doyle Lawson and Jerry Douglas \u2014 the classic Country Gentlemen ensemble was made up of Waller, as lead vocalist and guitarist, Adcock on banjo, Tom Gray on bass and the late John Duffey on mandolin. It was this combination that, in 1996, was inducted into the International Bluegrass Music Association Hall of Honor.\n\nDespite his solid bluegrass licks and credentials, Waller was a country music enthusiast to the core. His vocal models included Gene Autry, Hank Snow and Eddy Arnold. He seldom did a show without singing Autry\u2019s mellow standard, \u201cAges and Ages Ago.\u201d The Gentlemen entered Billboard\u2019s country singles chart only once \u2014 in 1965 with the ghost ballad, \u201cBringing Mary Home.\u201d\n\n\u201cAlthough they were respectful of tradition,\u201d music scholar Bill Malone writes in The Encyclopedia of Country Music, \u201cthe Country Gentlemen were also one of the most important early innovative bands in bluegrass, taking the genre into new arenas of repertoire and stylistic performance while steadfastly using acoustic instruments.\u201d That repertoire embraced pop, folk and country music and yielded such memorable cuts as \u201cTheme From Exodus,\u201d \u201cMatterhorn,\u201d \u201cTwo Little Boys,\u201d \u201cLegend of the Rebel Soldier\u201d and \u201cNew Freedom Bell.\u201d\n\nA new Country Gentlemen album \u2014 Songs of the American Spirit \u2014 is due out in September from Pinecastle Records and will contain songs written by Merle Haggard, Tom T. and Dixie Hall, the late Randall Hylton and others.\n\nWaller is survived by his wife, Sachiko; a son, Randy, who is a member of the current band; and a daughter, Mena, now a student at Nashville\u2019s Belmont University. Funeral arrangements are pending."], ["A Hand Full of Anticipation for the CaribbeanTales 2011 Film Festival", null, "The Gala is the main highlight of a week of cultural explosion, that will take place between 14-20th March as filmmakers and film enthusiasts from around the region and the world come together to celebrate Caribbean film at CT2011.\n\nProducer of the film, Lisa Harewood expressed her pride that the production will be featured at the Opening Night Gala. \u201cWe feel incredibly honoured to have been given the opportunity to open CaribbeanTales Film Festival 2011. The festival is becoming a very important link between filmmakers from the Caribbean and the wider Diaspora, so we\u2019re looking forward to meeting and talking to our colleagues. More than anything though, we\u2019re excited to screen the film for the cast, crew, friends, family and supporters who are based in Barbados.\u201d\n\nThe movie has already attracted some major attention, copping a nomination for Best First Feature Narrative Director, at the hugely respected Pan African Film Festival in Los Angeles. This recognition being well deserved as Russell Watson and his team battled for several years against the tremendous obstacles that are commonly faced by Caribbean film makers in order to complete the film. With a minimalist budget, and a lot of determination the movie is an example that against all odds, with creativity and a will, there is a way.\n\nShot in various locations in Barbados and Chicago, the film tells the topical family story of 3 generations , and one plantation. The men of the Redman family \u2013 father, grandfather and son \u2013 try desperately to break with the past to pursue their dreams on their own terms. Soon though, it is made painfully clear that their lives are inextricably linked and that the past exerts an inescapable grip on the future. A Hand Full of Dirt features such local and regional luminaries as Dominica\u2019s Alwin Bully and Barbados\u2019 own Cynthia Wilson, Luther Bourne and Marcia Burrow.\n\nThe Opening Gala starts at 6:00 pm at the Frank Collymore Hall in Bridgetown Barbados and admission is $35 a ticket at the door. Early bird seats are available for $25.00, by emailing registration@sharons26.sg-host.com. Pre-registration is advised for this hugely popular event.\n\nCaribbeanTales 2011 @ Island Inn runs from March 14- 20, 2011. Not just a film festival the event will include screenings, talk back sessions, workshops, incubators, networking events, and a pitch marketplace, as well as a special Directing Masterclass by celebrated Hollywood Director Neema Barnette, known for her work on the Cosby Show. Audiences will also get to Preview the new film The Skin, the fourth feature film by Antigua\u2019s prolific husband and wife filmmaking team, Howard and Mitzi Allen."], ["What do Deacons Do?\n\nChurchology: The Who and What We Are", null, "Have you ever had a bad experience with a waiter/waitress?\n\nI remember a specific time in high school when that happened. In a restaurant, a waiter/waitress plays an essential part in the experience at the restaurant. In Acts 6, the Apostles describe the importance of having men who are servants.\n\nThe church in Jerusalem had grown from just a handful to around 20,000. What happens when things grow fast? It happened right here in Acts, administrative problems begin. There's been a couple of attacks in the early church: persecution and hypocrisy (Ananias and his wife). But now Satan tries something else, division as there was a part of the church that wasn't being cared for properly. The Apostles saw and acknowledge the need and problem. But they faced a problem themselves.\n\nVerse 2 says, \"It is not right that we should give up preaching the word of God to serve tables.\" The apostles know they can't stop doing the very thing that Jesus had given them. Still, they also see people in their care who needed to be physically cared for. This isn't a derogatory comment, \"waiting tables\" was a necessary and honourable task, but one better suited for others. The apostles had been called to prayer and the ministry of the Word.\n\nIn our last post, we looked at the importance of Elders and what they do. Elders shepherd the flock and exercise oversight through the teaching of God's Word and prayer. This is the mechanism that is used to grow the church, not just numerically, but spiritually. To neglect these things would be the same as knocking the legs from underneath you and would be disobedience to what Jesus told the Apostles and all other elders. God uses the hearing of his Word to call, justify, and sanctify his people and to neglect that would be the worst thing you can do to a church seeking to be healthy.\n\nBut when we look at the problem that is being faced here, we see that caring for others is an essential part of being a disciple of Jesus because it reflects the heart of Jesus for others. And the widows of a specific group in the young church wasn't being taken care of. So what is to be done? They looked for men who were an example of godliness to take on the church's mercy project to allow the Apostles to continue on in the preaching of the Bible and pray for the church.\n\nThese men were \"full of the Spirit,\" and I can't emphasize how important this character is in men who want to be deacons. To be full of the Spirit means to be controlled by God's Spirit rather than their own flesh or sinful nature. The apostles didn't take a chance on people of unproven character. Why does it matter? The church and the gospel receive no advantage from our appointing those not full of the Spirit. Deacons are to be men know to be full of the Spirit and wisdom. These are also wise men, meaning they are men who live by God's precepts and apply them to life's situation. Stephen, in verse 5, was seen as this. He was a man \"full of faith and of the Holy Spirit\" (vs. 5) and \"full of God's grace and power\" (vs. 8). All of these things can only be done through the presence and power of the Holy Spirit.\n\nThere's an emphasis on making sure that those in this position are actually those who are growing in Christ. I can't overestimate the importance of the type of person shown here being in Deacon's office. We need to learn how to identify and pray for such people to be strengthened as a church. Deacons are people who are established believers, and in 1 Timothy, there must be a time of testing to make sure \"blameless\" (v. 10). We aren't talking about perfect, but they are not open to misconduct charges. These are people who must be in \"good standing,\" which is talking about those people's spiritual standing in the kingdom of God rather than a step up some kind of ecclesial corporate ladder (v. 13). Finally, \"confidence in the faith\" means that deacons can serve boldly with the assurance that what they do is right when done in accord with the gospel (v. 13).\n\nHere's a question for you: What caused the church to grow to this size? This is a church that had withstood persecution, a scandal, and now is facing division. Was it a program? No. It was the preaching of God's Word in verse 7, and this was able to happen as these seven men faithful served the church, freeing the Apostles to preach and pray.\n\nA few years ago, I was walking with some men who the elders saw as potential elders. They were seen as doing the work of the elder before they held the office of elder. And one of the men said to me, \"I don't know if I am ready to be an Elder, can I just start off with being a deacon?\" My response was that deacons are not a lower stage of becoming an Elder. They are two different offices and with two different roles. It doesn't mean that an Elder won't help bring food over to someone's house just as it means that a deacon won't teach a class, but it does means that they have different roles with different emphasis.\n\nElders and Deacons are needed in the church for health to happen; Church health happens when biblically qualified elders' are dedicated to overseeing the church and who are dedicated to praying and teaching her. That can only happen when Deacons are joyfully serving the church freeing up the Elders to teach God's Word and pray. Deacons don't lead or oversee the church. This is God's role he has given to the elders (see Acts 20:28; 1 Tim. 5:17; 1 Pet. 5:1\u20132). Instead, they humbly serve the congregation by ensuring practical matters are met. In so doing, they free the pastors from doing these tasks to devote themselves to teaching, praying, and leading. We would do well to appreciate those who hold the office of Deacon, which is often unnoticed and unappreciated. One isn't a stepping stone to another; people's same character is supposed to be in both.\n\nFor example, a deacon may handle benevolence requests so that a pastor can prepare a sermon. A deacon may take care of the church's leaky roof so that the elders can focus on equipping and counselling others. Of course, some overlap may occur, but by and large, deacons handle physical and logistical needs, and elders tend to spiritual matters.\n\nWe might be tempted to think that being a deacon isn't that important. Being an elder or a missionary or a conference speaker or a Christian author is where it's at. But Scripture disagrees. Competent, qualified deacons are essential to the health of a local church. When deacons serve the congregation and support the elders, they protect the church's unity\u2014something Jesus views as precious (see John 17). One reason those first deacons were so important is that they prevented the Jerusalem church from fracturing."], ["Every NBA season there are 6 major awards given out to the best player of those respective fields. The awards are the MVP (Most Valuable Player), ROY (Rookie of the Year), DPOY (Defensive Player of the Year), 6MOY (6th Man of the Year), MIP (Most Improved Player) and COY (Coach of the Year). There are 3 candidates for each award every year. Here we will try to predict both the 3 candidates and the winner of all the awards, which will be given out at the NBA Award show on June 25th.\n\nJames Harden has showed all season why he deserves the MVP award. He deserved it last year but with Russell Westbrook's historic season, Harden was an afterthought. Harden currently leads the league in points per game with 30.7 and is 3rd in assists per game with 8.8. His Rockets have already surpassed the 60 win mark and that has been without Chris Paul next to him for almost 15 games this season. Harden has made an extremely strong case for the top award this season.\n\nLeBron is the best basketball player in the world and has been since he entered the league in 2003. Although the Cavaliers have taken a major step back this year both defensively and in the standings, LeBron has continued his strong case for the MVP like he does every single year. Without LeBron, the Cavaliers would most likely not be in a playoff position.\n\nThe Pelicans had a slow start to the season. Then Boogie and the Brow put it together and started winning some big games. Then DeMarcus Cousins went down and was out for the season. Without the Pelicans second superstar, Anthony Davis has picked up his play and led his Pelicans to a high playoff position after many thought the Pelicans were done and out. His MVP-like play has allowed the Pelicans to stay afloat.\n\nRookie of the Year:\n\nAlthough he was drafted with the 2016-17 class, Ben Simmons has showed why he was a number one overall pick. His leadership and playmaking ability has lead the 76ers to an incredible season and has made them get back to the playoffs for the first time in 6 years. His shot is awful but teams still can't find a way to stop him, that's just how good he really is.", null, "Photo: Rookie of the Year Candidate Donovan Mitchell of the Utah Jazz throws shade at Ben Simmons of the 76ers, who is a ROY candidate despite being drafted in 2016\n\nPhoto: Rookie of the Year Candidate Donovan Mitchell of the Utah Jazz throws shade at Ben Simmons of the 76ers, who is a ROY candidate despite being drafted in 2016 Photo courtesy of Sports Canyon.\n\nWhen the Jazz drafted this guy people wondered what kind of impact he would have. At first it didn't seem like he would do much for them. Throughout the season, Mitchell has been the Jazz's most consistent offensive player. Since the all-star break Mitchell lead the Jazz on a 10 game win streak to put them back in playoff contention. Without Mitchell's offense, the Jazz would be completely lost and at the bottom of the barrel in the western conference.\n\nWith the injury of Gordon Hayward on the first game of the season Jayson Tatum has stepped into the role of the Celtics starting small forward. His scoring touch has been extremely consistent all season and he is averaging 14 points this season. He has helped the Celtics cruise into the 2 seed in the eastern conference.\n\nJoel Embiid has been a staple all season in the paint for the Sixers. He has been a menace for opposing teams with his shot blocking and rebounding abilities. Even without practicing with the team he has still fit right in with Brett Brown's system around his teammates.\n\nDrummond has had an incredible bounceback season. He was an all star this season and is leading the league in rebounding with an incredible 16 rebounds per game. He single handedly kept Detroit in the playoff race with no one around him knowing how to play any sort of defense.\n\nThe Jazz have been on a tear since Gobert came back from injury earlier this season. Since he came back the Jazz have been one of the top defensive teams in the NBA and he has been the anchor of it all. His stout inside presence along with his ability to step along the perimeter and defend quicker players has lead the Jazz back into the playoffs for the second straight season.\n\nSixth Man of the Year:\n\nGordon has been just as good this year as he was last year, if not better. He does everything the Rockets ask him to do. He comes into the game and knocks down big shots in the clutchest of moments. He has stayed healthy all year which is Gordon's biggest problem and he has shown how incredible he can be while healthy.\n\nSweet Lou is a professional scorer and that's exactly what he does. He comes into the game to score, score and score some more. His run for the all-star team may have been a little ridiculous but even to think that a bench player could make the team is an incredible feat in itself. He has been the Clippers best player this season coming off the bench.\n\nHis short stint with the Cavaliers was better than people think. Wade may have not defended in the land but he certainly made some highlight plays with LeBron at his side. Once he got back to Miami, Wade really turned it on. He has been their best player since returning home to the Heat coming off the bench behind Tyler Johnson.\n\nNot having John Wall this season was a blessing in disguise for Beal. He became an all-star and started perfecting his scoring touch. Teams could never figure Beal out and still can't seem to defend him. He has not been as afraid to be more aggressive on the offensive end and has gained so much confidence that every time he puts up a shot, you think it's going to go in.\n\nWhen the Pacers traded away Paul George for Domantas Sabonis and Victor Oladipo it seemed as though the Thunder had gotten a complete steal of a trade. As the season rolled on, the tables seemed to turn and it looks now like the Pacers had gotten the steal. Oladipo made his first all-star appearance this season and has lead his Pacers to the 5 seed in the east after many thought they would be sitting at the bottom of the barrel.\n\nAs I said before, Drummond has had a complete bounceback season. He looked slow and ineffective last season and this season, Drummond has been one of the Pistons lone bright spots. He needs help around him to be better than they are right now but he lead the Pistons to 37 wins basically by himself.\n\nCoach of the Year:\n\nThe Rockets are going to finish at least five games ahead of the second place team in the NBA. D'Antoni's fast paced offense has lead this team to the top ranked offense in the NBA along with the 7th placed defense. D'Antoni may have won it last year but you could make the case that his team has been even better than it was last season.\n\nThe amount of injuries the Celtics have endured this season has been brutal. He has still lead them to the 2nd top team in the eastern conference with so many young players. Stevens may be the best coach in the NBA and might still be underrated as a coach.\n\nThe coach of the Pacers came into the season with extremely low expectations as his team gave away their franchise cornerstone in a trade this offseason. He has coached them into the playoffs with incredible talent around him and a much deeper bench than many think."], [null, null, "RealDeal Theatre is looking for six 15-minute sitcoms for Sitcom Saturday, a professionally directed and acted script-in-hand rehearsed reading, open to the public.\n\nA director is allocated to each of the selected scripts and the directors then liaise with the writer or writers before a casting session, rehearsal and the performance on Saturday June 12th 2010 ... [see more here]"], [null, "Daisuke Moriyama Art Works: Chronicle is the English translated edition of the original Japanese artbook \u68ee\u5c71\u5927\u8f14\u753b\u96c6 CHRONICLE that was released in 2012. Udon managed to get it out in English slightly more than a year, and that's quite impressive.\n\nThis 208-page paperback collects almost 20 years of artworks. There are over 200 drawings.\n\nSome of the earlier illustrations were created in 1994 & 1995 for RPG Magazine. His more notable works such as Chrono Crusade (\u30af\u30ed\u30ce \u30af\u30eb\u30bb\u30a4\u30c9) and World Embryo (\u30ef\u30fc\u30eb\u30c9\u30a8\u30f3\u30d6\u30ea\u30aa) came out in 1999 and 2005 respectively.\n\nThe artworks are beautiful. You can see that the earlier works were created with traditional medium, and the more recent ones seem digitally painted, such as the one on the cover. It's full colour throughout. The colouring style is more manga than anime as Daisuke Moriyama is a manga artist.\n\nCaptions for the drawings appear at the back and it's not easy to refer back to the main pages because the page numbers are not visible. Not all illustrations have captions so if you're unfamiliar with the work, the characters may seem foreign.\n\nOverall, it's a great artbook recommended to fans of Daisuke Moriyama."], [null, null, "Ah the Attitude Era. If you were a 90\u2019s kid like me then you\u2019d probably remember Survivor Series \u2013 Madison Square Garden, November 17, 1996.\n\nNot really? Well then I feel old! To those jabronies who doesn\u2019t have a clue or was wearing diapers and fanny packs at that time I highly recommend that you check out this video series below called Rock Reacts where the great one looks back at his very first match ever in the WWE:\n\nAside from The Rock saying that he was not looking at the camera and having a Chia Pet haircut\u2026 There is really something inspiring about this video\u2026 And it happens right around the 6-min mark where he says:", null, "\u201cWhen I gave the big cross-body to Crush\u2026 And he basically let me \u201cgo over\u201d as I was pinning him\u2026 Landed on him I started pinning, the referee was counting one-two and you\u2019ll see my head down and I was actually speaking to him (Crush) and as I am pinning him I am saying to him thank you so much brother I appreciate that and I heard him say\u2026\u201d\n\n\u201cI got you brother\u2026\u201d\n\nAfter 20 years it was only till this time that he shared something like that.", null, "You really have to give props to the man. Not only did he look back at his roots (and sometimes joking about his fanny pack days) just by seeing that video, you will realize that even though his persona included one being a \u201cjabroni beating, pie eating, trail blazing, eye brow raising, put your foot on the gas, always ready to whoop some a** People\u2019s Champ (yes I remembered that line) you will see that Rocky Maivia is really a good guy from the start.\n\n\u201cBe humble. Be hungry. And always be the hardest worker in the room.\u201d\n\nNow why are there suddenly ninjas cutting onions here? It\u2019s still real to me dammit!\n\n- Advertisement -\nPrevious article\nA Dire Message from Lemony Snicket in the New \u201cSeries of Unfortunate Events\u201d\nNext article\n\u2018The Delve\u2019 is Coming to Descent\u2019s Road to Legend App!"], [null, "By Roberto Carmona\nLast week was my birthday. I turned fifty-three. The highlight of my birthday every year is that the\nSaturday before, I have brunch with my daughters. Last Saturday there was no brunch because my\ndaughters were attending a Women\u2019s March.\nDon\u2019t worry this is not \u201cI am such a sensitive guy story\u201d, this is a \u201cwhy was I so ignorant\u201d story. With the momentum of the \u201cMe Too\u201d movement, for you guys who don\u2019t get it, there will be consequences. Women are not playing. I know, I helped raise daughters who fight for themselves.\nI reflect on my birthday in context of significant moments in history, like \u201cMe-Too\u201d. I swear, just the other day it was 1987, I was twenty-two, finishing college, the Soviet Union was still around, and I was listening to Santana on my cassette player and the film \u201cLa Bamba\u201d was playing at the movie theatre.\nIn 1987, I was smooth, in my Midwestern Mullet hairstyle, tight Levi 501s, mustache and aviator glasses, a real lady\u2019s man (at least I thought I was). \u201cPlay on Player\u201d was my motto. I was partying at the clubs and enjoying the single life. It was about me and whatever girl I had at the time or one that I was chasing. My mother would say, \u2018one day, God will give you daughters\u2019. I would say \u201cwhatever mom\u201d and put on my new black \u201cmembers only jacket\u201d, get in my new black Ford Escort and head to the \u201cUnderground Club\u201d for the two for one double bubble beer special and dance to Salt and Peppa\u2019s \u201cPush It\u201d, while I laid my seductive rap on the cute Rock Falls\u2019 girl I was scoping.\nPow! Two years later 1991, the Gulf War is being waged, JFK is at the Theatres and Michael Jackson\u2019s \u201cBlack or White\u201d is on the radio. My \u201cmembers only jacket\u201d sleeves are now ripped and stained with faded taco sauce and mustard, and my Ford Escort had a bad transmission. I am married with babies. Both girls. Tonantzin and Xochitl.\nHow society treated women mattered to me now. As a father, I took my role as protector to my daughters seriously. I quit agreeing with and questioned comments like \u201cYou act like a girl\u201d \u201cGirls don\u2019t do those things\u201d, and \u201cBoys won\u2019t like you if you are too smart\u201d. I reminded my girls, don\u2019t ever think \u201cyou were less than\u201d because you are girls.\nIn elementary school, I supported and encouraged my girls to run for student council. Xochitl was in the third grade and beat a sixth-grade boy on a platform of cartoons in the cafeteria for lunch. She knew the third graders outnumbered the sixth-grade vote. As they got to be teenagers, I would talk to them about significant women leaders like Dolores Huerta. I stressed the importance of education. In sports, my girls wanted to win and for soccer and basketball, I explained that if the referee was not looking, throw an elbow to your opponent\u2019s ribs (Okay I am not perfect).\nI had discussions with them about power, boys, men and sex, I had them reading books like the \u201c48 Laws of Power\u201d, and we watched and analyzed \u201cThe Godfather\u201d films so they could have mental weapons to navigate in their journeys for their micro-battles with men \u200band \u200bwomen who served as barriers to their advancement.\nToday, Tonantzin and Xochitl are women, college graduates and have grown to be very intelligent, proud, tough and respectful professionals. They had a lot of good people around them along their journey. My little piece in the process was to be a male role model.\nSo, for you bros, dads, tios, brothers, primos and male friends be supportive and sensitive to the Me-Too Movement and why it is important to the women in your life. The respect and support will be reciprocated, and you will become a better person for it.", null, "Roberto Carmona is a contributing writer for Hola American and is the Principal Consultant for Carmona Strategic Solutions (CSS).Roberto is a nationally recognized consultant who has successfully executed on complex projects in the areas of leadership development, strategy design, executive coaching, executive search, strategic marketing, and organizational change projects for Fortune 500 companies, national nonprofits, colleges and universities and hospitals."], [null, "Our second day in New York was overflowing with back to back activities, each sounding exceedingly unenticing to a person whose main goal in life is to wander around in pyjamas, sit in parks and take frequent naps. I had been out the night before (for your reference: https://nobeladventures.com/2019/04/08/my-night-as-a-proper-new-yorker/#more-884 ) and was feeling ever so seedy and very much fatigued.\n\nThe first activity for the morning was a behind the scenes tour of the Gershshwin Theatre, where Wicked is performed. I feigned illness (or perhaps I actually was ill \u2013 can\u2019t remember) and weaselled my way out of having to attend that activity. I think I spent the morning writing the blog I linked to above \u201cMy Night as a Proper New Yorker\u201d, which has proven to be my most popular blog so far I\u2019d say it was a morning well spent. I can\u2019t comment too much on the tour, as I had declined to go, but the other dance mums gave it very mixed reviews. Those that had seen Wicked LOVED it and those that hadn\u2019t seen Wicked yet said it was \u201cmeh\u201d and that \u201cI didn\u2019t miss much\u201d. I have fantastic instincts. Every time I have opted out of a group activity I have been told by that others were jealous that they weren\u2019t as wise as I and also wish they\u2019d ditched.\n\nThe second activity I begrudgingly went along to, for no other reason than to create the illusion that I am a supportive mother who is interested in having shared activities with my children. For the record, I LOVE my children and shared activities. It\u2019s just that there are some activities that I know they will not like (e.g. the previous day\u2019s slow moving bus tour). These activities, disliked by all, end up being unpleasant for all involved AND the second activity on the day\u2019s agenda was ANOTHER BUS TOUR.\n\nMy expectations were immensely low. So low in fact, I\u2019d bought along my kindle so I could read on the bus. The Bus tour we were booked on was called \u201cThe Ride\u201d and I knew nothing about it other than that we would be on a bus and driving around New York. After this tour, the kids were going to be performing a flash mob on the streets of NYC somewhere or other and then hustling back to the hotel to get ready to see Aladdin the musical.\n\nThe Ride was SENSATIONAL!! I am happy to report that yet again my instincts (to join this activity) were right on point. The Ride is an interactive bus tour with Stadium style seating facing a huge window on the side of the bus. Rather than the seating facing towards the driver, it looked out on to the street. We had two hosts who must double as comedians as they were hilarious!! Their commentary as we drove around the streets of NYC had us all in stitches. It wasn\u2019t scripted either as they would crack jokes about random things we saw and provide us with information that wasn\u2019t the usual \u2018boring\u2019 stuff. There must be an abundance of talented comedians in NYC in order for a bus company to nab two absolutely crackerjack artists.\n\nIn between the comical play-by-play on the happenings of the streets of NY we were surprised when many seemingly ordinary NY-ers burst into a street performance for our entertainment and pleasure. We had a ballerina, a rapper, musicians, dancers\u2026 and I\u2019m sure many more performances that I have since forgotten as I\u2019m so far behind in my blog. All in all, if you are going to do any bus tour of NY \u2013 DO THIS ONE!! They offer a few different themed tours and I would have liked to have tried the others. I will have to save doing them for when I move to NY to pursue my writing/acting-as-a-cadaver career.\n\nThe Ride we went on was called the Entertainment Ride and google informs me it usually costs $69p/p for 90 minutes. Google also informed me that you can sometimes get tickets on Groupon. Our tickets were purchased as a group and were part of our package so I have no idea what they cost. Information on the ride can be found here: https://experiencetheride.com/sightseeing-attractions/the-ridenyc/\n\nAfter exiting the ride our group prepared for our flashmob, which ended up being a performance for the next lot of spectators who were on The Ride. Kids absolutely killed it and performed like true professionals.\n\nThe flashmob was followed by a frantic walk back to the hotel in amongst the million other people in Times Square walking frantically to somewhere very important, a quick change into our finest outfits and a bite to eat before another frantic walk back to a theatre to see Aladdin.\n\nI have already seen Aladdin and generally, I only like to see things once but this was my first Broadway show so I tried my best to get excited. Kids all looked so nice dressed up and Isabelle was ecstatic. She was so thrilled in fact that the lady serving drinks in the foyer gave her a free drink and cup. I bought the girls a lollipop to keep them from moaning about hunger pains during the show (they didn\u2019t really have much dinner) and lollipops looked to be the cheapest menu item that would last the longest time. SIX DOLLARS is what a lollipop at Aladdin costs. That is USD too!!! I did my best to breezily pass over my credit card to the girl like paying $18USD for 3 lollipops was the most natural, normal thing I have ever done. This is the same girl who had given Isabelle a free cup and bottle of water (valued at $15) so I just pretended I was paying for that instead.\n\nI spent the entire time, while watching Aladdin, comparing the Broadway version to the version I saw in Southbank (Brisvegas). The genie was the same in both shows and absolutely stole the show. I don\u2019t think there was anyone else in it but him. Just kidding. Aladdin was also brilliant and I\u2019m not just saying that because he is an Aussie. I\u2019m also saying it because he is really, really hot. Although I did wonder if his abs were real or painted on with contouring makeup??? One thing that the Australian version did waaay better than the Broadway one was the sets. I have it on good authority that the sets in both shows are identical but if my memory serves me right (and it very often serves me wrong \u2013 so who can tell??) the set of the Aussie Aladdin was shinier, brighter and more captivating than the Broadway set. Seeing Aladdin on Broadway was no different to seeing it in Brisvegas (for my US reader Brisvegas is a slang term for Brisbane). But I was glad to lose my Broadway virginity. I now feel more cultured and can throw around sentences like \u201cwhen I saw such&such on Broadway\u2026\u2026.\u201d when in conversation with uppity people.\n\nGeez\u2026 all this harping on about missing Rohan is doing nothing to shorten the length of my blogs.\n\nThanks for reading. If you did get this far in the post please share your favourite post of mine so my wisdom can be imparted on more people. It seems such a waste to just exclusively divulge all my musings to only friends and family.", null, null, null, null, null, null, null, null, null, "1 thought on \u201cRiding Around New York\u201d"], [null, "The speed of this year\u2019s hog price decline is surprising given weekly hog slaughter levels.\n\nHog prices have followed a time-honored pattern this year \u2013 they moved higher to a peak in June then trended lower. Current Iowa-Minnesota negotiated carcass base prices are half of the $134.41/cwt. June peak and are close to dropping below the year-ago level for the first time this year.", null, "Will prices stay above the year-ago level this fall? There are several reasons to think they will.\n\nFirst of all, the speed of this year\u2019s hog price decline is surprising given that weekly hog slaughter has consistently been below the year-ago level since the end of May.\n\nThe September USDA \u201cHogs and Pigs\u201d report estimated the inventory of market hogs weighing 180 pounds or more was down 1.3% and hogs weighing 120-179 pounders were down 1.42%. This implied that hog slaughter since September 1 should have been down roughly 1.35%. It actually has been down 2.84%. We have either lagged in slaughter, or USDA slightly overestimated the heavy-weight market hog inventory. My guess is the latter.", null, "Consumers are willing to pay a lot for pork. Retail pork prices during September were record high for the sixth consecutive month. The average price of a pound of pork in grocery stores was $4.716 during September. This was up 6.6 cents from August and up 66.3 cents from September 2020. These record pork prices are a bit misleading. Yes, September retail pork prices were 16.4% higher than last year, but because of higher inflation, the nominal September price was only up 10.4% year-over-year. Preliminary data indicates per capita pork supply was down in September so a higher pork price should be expected.\n\nOn the negative side, several of the lean hog futures contracts were limit up following the September \u201cHogs and Pigs\u201d report but have now given back all of that gain. The December 2021 contract closed at $76.80/cwt. before the release of the report. That contract gained $6.775 during the next two trading sessions. Last Friday, December hogs settled at $73.32/cwt., $3.48 below the pre-release level.\n\nRetail pork demand was strong January thru April but has been weak since then. Export demand for U.S. pork has been strong all year.\n\nThrough August, U.S. pork exports were down 0.2% compared to the same period last year and pork imports were up 22.0%. Exports equaled 26.7% of January-August pork production and imports equaled 3.9% of U.S. production. This does not include variety meats.\n\nThe increase in imports is due to more pork coming to the U.S. from several countries, especially Canada, Mexico, Italy, and Hungary. Exports have held steady with less U.S. pork going to China and more to Mexico, Philippines, Japan, and Colombia.", null, "Meat in cold storage dropped dramatically in the spring of 2020 when packing plans were forced to idle operations due to COVID outbreaks among employees. There were 466 million pounds of pork in cold storage at the end of September. That was up a tiny 0.17% year-over-year. September was the first month above year-ago since April 2020.", null, "Cash corn prices rose rapidly during the first third of 2021 but have been trending lower since May. The futures market indicates corn prices will hold fairly steady during the coming 12 months. December soymeal settled at $327.40/ton on Friday. The cost of production for hogs sold in 2022 shapes up to be a bit lower than this year.", null, "This has been a good year for hog producers. The first nine months averaged a profit of $35.55 per hog marketed, according to calculations by Lee Schulz at Iowa State University. All months except January were profitable. The futures market indicates that, at roughly $29/head, this will be the most profitable year since 2014. Next year is also expected to be profitable at around $15 per head.", null, "Thus far in 2021, the number of cull sows imported from Canada has been up 7.6%. First quarter U.S. sow slaughter was up 1.3% year-over-year (up 0.1% net of Canadian sows imported). Since the first quarter, U.S. sow slaughter has been down 8.7% (down 10.6% net of Canadian sow imports). Unless gilt retention has slowed, it appears that the sow herd is either growing or is at least shrinking at a slower pace. Given the profitability of hog production this year, I expect the former is true.", null], [null, "What utter drivel! The DVDs should be collected and thrown into the sea. My time could have been better spent putting needles in my eyes.\n\nThis movie has the most far fetched and ridiculous plot ever concocted. The Cage/Kruger love interest is tenious at best and the psuedo science/theology spewed by Nic Cage is laughable. Sean Bean is the only notable addition to this film, in which Bean somehow avoids being dragged down by the raging black hole that is Nicolas Cage.\n\nI only watched the entire film in the vain hope that the ending would be interesting..I was dissapointed. Like a 5mph Roller Coaster, this film is pointless and nothing like it promises to be. A poor man's DaVinci Code."], [null, "We love learning from you and sharing that information with other gun owners, so we recently asked people about their favorite carry gun on our social media pages.\n\nWe received an overwhelming response (thank you!), so we've decided to share what new and seasoned gun owners had to say about their favorite gun for carrying concealed. Here are their answers, starting with the most popular:\n\nNot surprisingly, concealed carry guns made by SIG were overwhelmingly the most popular. The P365 was at the top of the list, followed by the P238, P320, and then the P938.\n\nGlock came in a very close second, with only a few votes separating them from SIG. The Glock 43 (including the 43x) got the most votes, followed by the Glock 21. The Glock 48 and 42 both received a few votes.\n\nSmith & Wesson carry guns were mentioned slightly less often than the first two manufacturers. The S&W Shield got the most votes, which includes the increasingly popular EZ (9mm and .380). There were a few votes for revolvers, and Smith & Wesson dominated the responses in that category.\n\nSpringfield Armory has recently upped their concealed carry guns game, and it shows in our results. Coming in strong was their new Hellcat, followed by a few votes for the EMP 9mm. Surprisingly, there were no votes for their XD models.\n\nFalling out of favor with concealed carriers, but still in the mix was the LCP (both 9mm and .380). The LCR revolver was mentioned just a few times.\n\nKimber had a small showing but did (just barely) make the list. Their 1911's came in first, followed by the Micro 9.\n\nTaurus has recently made a commitment to improving their quality, and a few of their concealed carry gun models have been gaining traction as a response. The most popular Taurus was the G2 series followed by the P19T11.\n\nDid your favorite carry gun make the cut? Feel free to reach out to us to let us know!", null, null, null, "The Terms You Need to Know When Buying a Handgun\n\nBuying a gun can be confusing. Here are some of the most common words and terms you are likely to encounter when shopping for a firearm.\nRead More"], ["Angela Morgan tells the story of the remodelling of Boscobel House in Shropshire.\n\nWas Britain prepared for war in 1938? Not in the air, argues John Crossland, as he investigates the myths and penny-pinching that nearly scuppered the Spitfire victors of the Battle of Britain.\n\nScholarship and the Swastika: The Politics of Research in Occupied Poland\n\nMichael Burleigh investigates how academia was pressed into service to legitimise Nazi imperialism in the conquered East.\n\nWhere Have all the Heroes Gone?\n\nTony Aldous looks at the redevelopment of the city of Lowell in America.", null, "Cultural cataclysm or merely a modification of an Anglo-Saxon status quo? Antonia Gransden looks at views, past and present, of the Norman conquest.", null, "Frank L. Holt looks at the legends and realities of Alexander's bride from Central Asia, the world she lived in and the power struggles that ensnared her.\n\nA Shadow of Secession? The Hartford Convention, 1814\n\nA separatist assembly of Federalist New England at the height of war-weariness provided precedence and philosophy for future defiance of the Union."], [null, "In May 1991, a three hundred year silence was shattered with the discovery of the African Burial Ground in lower Manhattan. Widely acknowledged as one of the most significant American archeological finds of the twentieth century, the African Burial Ground discovery redefined the history of New York and exposed an often overlooked heritage. Following the discovery, nearly two decades were dedicated to the documentation and interpretation of the site. A series of events and ceremonies that involved studying and honoring those buried there, returning them to their rightful resting place, and proclaiming the African Burial Ground a National Monument culminated in the 2007 unveiling of a permanent on-site memorial. An enduring cultural and spiritual monument was created.\n\nPrior to the 1991 discovery, plans to erect a 34-story, $276-million federal building required that a cultural resource survey, including archeological field-testing, be completed. Under the National Environmental Policy Act of 1969 and the National Historic Preservation Act of 1966, such research is required on any project using public funds that may have the potential to impact historic resources. During the last days of the excavation, the archeological team discovered a missing chapter of New York history\u00bfthe first of more than four hundred skeletal remains of men, women, and children, members of the city's enslaved population, was unearthed.\n\nThe African American community, joined by public figures and private individuals, responded immediately, voicing concerns that the African Burial Ground would not be given the reverence it deserved. From the controversy over the proper handling of the burial ground, one of the largest academic research endeavors focused on African Americans began.The Cobb Laboratory at Howard Univer-sity offered a research plan for the interdisciplinary archeological, bio-anthropological, and historical study that documented the life and culture of New York's seventeenth and eighteenth-century Africans. Following public input, project stakeholders decided to unearth the four hundred burials, providing valuable information about health, diet, gender, age, physical condition, and cause of death. Under the direction of the U.S. General Services Administration (GSA) and the U.S. Army Corps of Engineers Center of Expertise for the Curation and Management of Archaeological Collections, Howard University produced a multivolume report documenting their unprecedented, and often disturbing, findings.\n\nSlavery in New York began during the 1600s, when the Dutch West India Company brought African slaves to the New Amsterdam colony. England seized New Amsterdam in 1664 and renamed it New York. Slavery continued under British rule. Most of the African slaves came from West Central Africa. After decades of agitation, universal emancipation for all slaves in New York was achieved in 1827. As the Civil War approached, the South became identified with slavery, and the North with free labor. In 1991, the discovery of the African Burial Ground allowed contemporary historians to study the period anew.\n\nPlaced in use as a burial ground during the 1640s, the African Burial Ground (historically identified as the \"Negroes Buriel Ground\") was within a mile of Manhattan's southern tip, making it one of the first landholds over which New York Africans had relative control.\n\nSkeletal remains showed that life was perilous for Africans in New York. Nine percent of the burials were children under the age of two, a death rate disproportionately higher than the rest of the population. Further research exposed malnutrition, delayed bone development, backbreaking labor, and recurrent illnesses.\n\nNew York Africans lived in poverty, taking little with them to the grave. Funeral practices demonstrate cultural continuity between the New World and Africa. Burials often included bead ornaments, which held ceremonial significance for every stage of life. Shells also had meaning, reflecting the belief that they \"enclose the soul's immortal presence.\"\n\nBy the 1790s, free African Americans established the African Methodist Episcopal Zion Church and, in 1794, formed the African Society. The Society opened a new cemetery and the African Burial Ground was closed. Although the site was known to be a cemetery, real estate pressures took priority in the rapidly expanding city, and subdividing of the land began in 1795. A street grid, followed by commercial, industrial, and residential development, erased the memory of the cemetery.\n\nAround 1900, lower Manhattan was filled and leveled. By the mid-twentieth century, commercial and government buildings occupied the area, and the African Burial Ground was further sealed. In 1991, the evolution of the site had resulted in a parking lot which subsequently became the proposed site for a federal building. During preconstruction archeological investigations, the African Burial Ground was discovered and immediately recognized for its cultural and historical significance.\n\nA memorial site designed by Rodney L\u00bfon was completed in 2007. The memorial consists of a sunken Libation Court (gathering space for cultural ceremonies). It is surrounded by a Circle of the Diaspora inscribed with signs, symbols, and images of the African Diaspora. An Ancestral Chamber provides sacred space for contemplation. A Wall of Remembrance describes events that contributed to the African Burial Ground's creation. The reinterment locations are marked with four Ancestral Pillars.\n\nAn important link to the history of New York, the African Burial Ground is possibly the only preserved, urban, eighteenth-century African cemetery in America. The site and memorial also contribute to New York's cultural richness, adding to an array of monuments celebrating the city's immigrant communities. While years in the making and not without controversy, the African Burial Ground's preservation means the contributions of its African ancestors will live on in perpetuity. The African Burial Ground project received a Preserve America Presidential Award in 2008.", null], ["It may be clich\u00e9 to bash the cable company, but sometimes clich\u00e9 is right. As you\u2019ve heard, Comcast, the largest cable company and home Internet service provider in the United States, has announced it intends to swallow up its next closest competitor, Time Warner Cable, like Jabba the Hutt downing a frog.\n\nOn the surface, it seems like yet another reason to cut the cord, ditch Comcast, and just go with Netflix. But wait\u2026 you can\u2019t cut the cord because Comcast is holding it at the other end. You want Netflix? You need Internet. You want Internet? You need Comcast. If the Time Warner merger goes through, the company would likely become the largest broadband service provider in the world, excluding maybe China. That news by itself is certainly distressing; it makes an industry that\u2019s already not very competitive even less so.\n\nBut not only is Comcast closing in on Monopoly territory (the company also owns a 51% majority stake in the massive media conglomerate NBCUniversal), it\u2019s also failing miserably at providing quality service to its customers that use Netflix. Whether Comcast is intentionally throttling the data speeds of Netflix or not (some say it\u2019s actually Netflix behind the poor service), it\u2019s a fact that Comcast currently offers just about the worst way to use your Netflix streaming account.\n\nThere\u2019s been a ton of anecdotal evidence supporting this recently, and yes, your humble author is here to offer more of that evidence. The problems started recently; my HD programming was failing to even sniff 720p, so I upgraded to a new modem, one that\u2019s been fully tested, supported, and approved by Comcast. On top of that, I also invested in a new high end router. But nope. If it\u2019s The Cleveland Show in 1080p, it\u2019s The Cleveland Show in 480p in my house. Even an episode of Family Ties, which only promises a 480p resolution, staggers between 240 and 384. And yes, I watch Family Ties, but let\u2019s not ridicule my viewing habits here, we\u2019ve got bigger fish to fry. Point is, prime time video quality has been atrocious.\n\nAnd before you chalk this up to being the rant of one disgruntled writer, check out Netflix\u2019 ISP rankings for January.", null, "That\u2019s right. Out of the 17 companies ranked, Comcast finished 14th. Looking for a way to get the most out of your Netflix subscription? Wanna sample their new 3D offerings? First try Google Fiber, Cablevision \u2013 Optimum, Cox, Suddenlink, Charter, Time Warner Cable (about to be Comcast!), Verizon \u2013 FIOS, Bright House, Windstream, Frontier, AT&T \u2013 U-Verse, and Mediacom. Then, if that doesn\u2019t work out for ya, OK, sure, you can give Comcast a shot. And wait, you didn\u2019t just utter \u201c4K\u201d did you? Stop it.\n\nSo, um, yeah\u2026 what\u2019re your thoughts on the proposed merger?"], ["A Gilead Hep C Denied Insurance Claim Lawsuit recently filed in California state court appears to be a template for an issue expected to dominate discussion and debate: what role does an insurer have in treatment decisions, and how much of a factor does cost play? In a world of generics where insurers have less costly alternatives available, some treatment options are unique and without peer. If that treatment happens to be expensive, but there is no alternative, does an insurer have the right to deny treatment through a peerless treatment option, simply due to the expense?", null, "That appears to be the base argument in a lawsuit that could precede other Harvoni lawsuits with regard to an expensive, relatively new but highly effective treatment option (according to reports) for hepatitis C (Hep C).\n\nThe most recent Harvoni Denied Insurance Claim lawsuit has been brought by plaintiff Shima Andre against Anthem Blue Cross (Anthem) and filed May 15 in California Superior Court. According to the plaintiff, who hails from West Hollywood, there is nothing in the explanation of benefits for her policy that suggests Anthem has the right to withhold a treatment option due to the expense. Rather, the Harvoni lawsuit holds that Anthem simply requires that a drug be medically accepted and approved, and not costlier than comparable drugs.\n\nWhich it isn\u2019t, because there is really nothing comparable. Harvoni was approved by the US Food and Drug Administration (FDA) in mid-October of last year, and held so much promise that doctors began prescribing Harvoni to their patients almost immediately. The developer and manufacturer of Harvoni, Gilead Sciences Inc. (Gilead), achieved sales of more than $2 billion for 2014, in a little more than 10 weeks.\n\nThere is no question Harvoni is expensive, at about $1,000 per pill or just under $100,000 for a 12-week treatment program. Harvoni is an advanced version of Gilead\u2019s Sovaldi, which is also expensive, but also highly effective.\n\nInsurers have been concerned that such expensive drugs, with no alternatives, could succeed in driving up the cost of premiums.\n\nHowever, that is not the concern of the plaintiff, who maintains Anthem should honor the various clauses and commitments in the insurance policy of approving and undertaking a treatment option provided the treatment is medically accepted. Whether or not Harvoni is costlier than it needs to be is of no concern to the plaintiff.\n\nMore HARVONI DENIED CLAIM News\nAnthem, the complaint says,\n\u201capplied a more restrictive test...in an effort to increase company profits by limiting the number of patients who would qualify for this life-saving medication.\u201d\n\nThe denial letter that Anthem sent to Andre \u201cdoes not cite to any provision of the [explanation of benefits] in support of this standard,\u201d according to the Gilead Hep C Denied Insurance Claim Lawsuit.\n\nPlaintiff Andre also asserts in her California state Harvoni lawsuit that physicians employed by Anthem to review her appeals lacked expertise in treating Hep C. Her lawsuit suggests that Anthem has decided to restrict treatment with Harvoni in patients with advanced liver scarring from Hep C.\n\nThe case is Andre v. Blue Cross of California et al., Case No: BC582063, in the Superior Court of the State of California, County of Los Angeles.\n\nIf you or a loved one have suffered losses in this case, please click the link below and your complaint will be sent to an insurance lawyer who may evaluate your Harvoni Denied Claim claim at no cost or obligation.\nRequest Legal Help Now"], ["Dysfunctional relationships have often been at the centre of his best work.\n\nBut I came into my own when I stumbled upon my autobiographical idiom \u2014 where I got to say things the way I wanted to. So, all my dysfunctional relationships, beginning from my absent father, have helped me become who I am. One could say, in the end, Mahesh held up the family name and made his father proud. He takes his time to answer. Mahesh Bhatt rarely, if ever, takes time to answer. I left home when he was around three MSI Personal Cinema 5.0 he felt I had abandoned the family for another woman. Slowly we began rebuilding our relationship and I urged him to use his anger against me to fuel his goals.", null, "And he managed to do that. He is now a fitness guru.\n\nMSI Personal Cinema 5.0 He trains all kinds of important people, but not once has he used my name or connections to promote himself. Nor has he ever tried to use my guilt to his advantage. Is he proud of you?\n\nThe very public Mahesh Bhatt\u2019s most private interview ever\n\nA smile shines on his face. He means what he says.\n\nNear the top right corner of the motherboard we can see a seven segment debug LED display and onboard LEDs that light up in accordance with the malfunctioning or loose component that might prevent a successful system boot up such as the CPU, DRAM, VGA etc Its a small MSI Personal Cinema 5.0 very useful feature especially for a new platform such as the X The debug LED display displays MSI Personal Cinema 5.0 current CPU temperatures after a successful boot up and is very handy to monitor temperatures on a platform such as this which tends to run hot sometimes. Even though the socket is physically bigger it supports the same CPU coolers as that of the LGAv3 so its easily compatible with most of the air and liquid coolers out there. At the bottom end things are pretty much straightforward or atleast they look like that way!\n\nI already feel poor right now! Keep in mind that if you populate both the M.\n\nWe've read and seen quite a lot about the power delivery system failures on the X PCH motherboards and though MSI has used a ceramic VRM heatsink for cooling these components down the embedded LEDs inside it sure make it a point of concern for me, so we'll have to see how it performs in our tests further ahead. Though these help to divide load over the network by one being Internet exclusive while the other an Intranet exclusive port, these unfortunately don't MSI Personal Cinema 5.0 LAN teaming.\n\nThis is a crammed up screen that has the details about all the components installed on the board along with MSI Personal Cinema 5.0 laid out neatly under clear tabs on the left side. If you want to change fan speeds, maybe boot devices, or use its automated overclocking function or XMP, you can do so quickly and easily.\n\nThis is a much preferred version for the beginners and though it comes with a Game Boost Knob on the top left its useless since the SLI Plus doesn't support this feature. The game developer can have higher flexibility to control low-pitched sound in a game. The completely re-designed effect engine gives developers total freedom to use any of four simultaneous MSI Personal Cinema 5.0 with any of the voices.\n\nSomeone whispering to your ear, a bullet flying a couple inches by your head and so on. The previous version called occlusion only delivers basic sound effect occluded by the direct sound, but not the environmental reverb associated with that sound. Environment Occlusion MSI Personal Cinema 5.0 the realism by allowing the reverb effect itself as well as the direct sound to be muffled due to occluding objects.", null], ["Collateral at the Bank of Italy #2", null, null, "The two graphics show composition of collateral held at the Bank of Italy (\"the Bank\") against Eurosystem repo operations in August 2011 and March 2012. In each graphic, the bottom pie represents the collateral actually held at the Bank of Italy, and the top pie represents the Bank\u2019s estimate of unencumbered collateral (net of prospective haircuts) remaining in Italy. One thing to note, as explained in the the prior post, the amount of collateral net of haircuts at the bank including amount of overcollateralization was 126 billion euros in August and 363 billion in March.\n\nThe differences between the pools of collateral held in August and March are stark. The biggest jump is seen in \u201cgovernment-guaranteed bank bonds\u201d due to an Italian decree issued December 6 (described in this speech by the Gov. of the Bank of Italy, P.11) which allowed banks to issue government backed bonds in return for a fee to the Italian government. These bonds, which by virtue of the government guarantee were instantly available for financing at the Bank of Italy, represented 77 billion in credit extended by March 2012. On the other hand, the extension of credit claims represented little additional credit by March; according to the Bank only 4 billion had been extended against whole loans made eligible by the ECB and Bank of Italy\u2019s decision allowing for lowerquality assets to be posted as collateral increasing the total amount of whole loands posted to 54 billion (net of haircuts).\n\nThe increase in government securities posted could be caused by several things. One is, as documented on antehoc before, the subsidy available on Italian government bonds via lower haircuts compared with other European central clearing counterparties. Another could have to do with the re-domestication of Italian sovereign debt in the last few months (see the picture below again courtesy of the Bank of Italy).", null], [null, "Vijayawada: The Communist Party of India on Monday demanded the MPs of YSRCP and TDP along with Chief Minister YS Jagan Mohan Reddy to raise their voice against the privatisation of Vizag Steel Plant.\n\nAddressing the media at the State party headquarters here, CPI State secretary K Ramakrishna said that the CM should include all the political parties and people's associations to bring pressure on the Centre to protect the Vizag steel plant. The YSRCP and the TDP MPs should raise their voice for the steel plant during the Parliament session.\n\nThey should personally meet Prime Minister Narendra Modi to wean him away from the privatisation of the steel plant.\n\nHuge agitation has been going on for the last 200 days throughout the State soon after the decision to privatise the steel plant. It is unfortunate that in spite of the people's revolt, the Centre is adamant to go ahead with the move. He recalled that steel plant was achieved after the political leaders submitted resignations to their posts.\n\nAt a time when people are revolting against the steel plant sell-off, the State government quietly handed over Gangavaram port to Adani group. The CPI leader took exception to the statement of Minister Botcha Satyanarayana that there is no wrong if one private company was handed over to another private company.\n\nThe State government has 10.4 percent share in the port and it should be handed over to the State government after 30 years. In that background what is the rationality in handing over the port to the Adani group. That too, property worth Rs 9,000 crore was given for a pittance of Rs 644 crore, he questioned.\n\nThe CPI leader demanded the Chief Minister to cancel the deal of Gangavaram port sending a warning that a massive agitation would be launched.\n\nExpressing solidarity with the agitating farmers of Amaravati, the CPI leader demanded the State government to announce Amaravati as the capital city. He ridiculed the statement of Minister Botcha Satyanarayana on Amaravati describing it irrational.\n\nHe flayed the State and the central government for not taking any action regarding the spiralling cost of fuels. He demanded the chief minister to bring pressure on the Centre to reduce the fuel prices.\n\nThe CPI leader took strong exception to the arrest of former MLA Chintamaneni Prabhakar when he was attending a marriage function."], ["Tune in as J.L. Massimino hosts a 30th anniversary celebration of Depeche Mode\u2019s \u201cViolator\u201d, which was released on March 19th, 1990. In addition to playing \u201cViolator\u201d in its entirety, J.L. will provide some fun facts and background info on the album as well. Below are the dates and times that the special will air (all times EST).", null, "Our Regularly Scheduled Program Will Not Air. Please Stay Tuned for the Greatest Songs of the 50s and 60s!", null], ["Pakistan urges Iran and Afghanistan to \u2018do more\u2019", null, "Pakistan on Saturday asked both Iran and Afghanistan to take \u2018visible action\u2019 against the terrorist groups operating from their soil and also dismantle logistics and training camps of such elements located across the border.\n\n\u201cThe whole country is angry and upset over the Ormara massacre and wants to know why this incident has taken place and who is behind it,\u201d Foreign Minister Shah Mehmood Qureshi said while addressing a press conference. He said actionable forensic evidence has been shared with the Iranian government showing links of the terrorists with the neighbouring country, besides presence of their logistics and training camps located across the border. \u201cWe expect Iran to take visible action against the elements who used its soil to carry out Thursday\u2019s terrorist attack in Balochistan,\u201d he said, and added that Afghanistan should also take action against anti-Pakistan elements operating from its soil.\n\nAt least 14 passengers were picked out with the help of their national identity cards (NICs), forcibly offloaded from their bus and then shot dead by unidentified assailants on the Makran Coastal Highway in Ormara, Balochistan, on Thursday. The victims comprised 10 soldiers of Pakistan Navy, three of Pakistan Air Force and a coastguard.\n\nQureshi said the Baloch Raaji-Aajohi-e-Sangar (BRAS), an alliance of three Baloch terrorist organisdations, has claimed responsibility for the incident in which the killers were clad in Frontier Corps (FC) uniforms. The Baloch terrorist outfits have set up their logistic camps inside the Iranian border area and it has also been conveyed to the Iranian authorities, he said.\n\nQureshi said Pakistan wants to know the factors behind the Omara incident. He said Pakistan and Iran enjoy fraternal ties and hoped that Tehran will act against the perpetrators of the incident as assured by his Iranian counterpart Javad Zarif in a detailed telephonic conversation with him.\n\nQureshi said considering the prevailing security situation, Pakistan has decided to take six security measures to avoid recurrence of cross-border terrorism. He said a special command based in Balochistan\u2019s Turbat area has been set up, besides raising a new corps to increase border patrolling. It has also been decided that aerial surveillance of the Pak-Iran border will be done through helicopters, he added.\n\nLike Afghanistan, he said, the Iranian border will also be fenced. Though the fencing of 950-kilometer-long border will be costly, it is need of the hour, he said, and added that Pakistan and Iran will set up joint border centers at six points for surveillance along the border.\n\nHe said Iran had demanded necessary action from Pakistan when its security officials were abducted and shifted to Pakistan. The action was accordingly taken and nine out of 12 abducted Iranian personnel were rescued by the Pakistani forces, he said, and added that Prime Minister Imran Khan is scheduled to visit Iran on Sunday during which security issues will be discussed in detail.\n\nResponding to a question, he said the timing of Omara incident is important which shows that the elements behind it do not want peace in the region. He said Pakistan and Iran have historical relationship. Pakistan can overcome its energy crisis by buying gas from Iran but international sanctions against the latter are impeding the process, he added. To another question, he said it is a known fact as to which country is backing such terrorist organisations and supplying weapons to carry out insurgency and bring instability in Pakistan. He said despite worsening human rights situation in the Indian-held Kashmir, Pakistan intends to normalise its relations with India.\n\nEarlier in the day, Ministry of Foreign Affairs lodged a strong protest with Iran regarding its \u2018inaction\u2019 against terror groups believed to be involved in the Ormara massacre.\n\nIn a letter written to the Iranian embassy on Friday, the foreign ministry stated, \u201cKilling of 14 innocent Pakistanis by terrorist groups based in Iran is a very serious incident that Pakistan protests strongly.\u201d\n\nAs per a copy of the letter available with Daily Times, \u201c15-20 terrorists camouflaged themselves in Frontier Corps (FC) uniform, barricaded the road and stopped 3-4 buses travelling from Ormara to Gwadar on the coastal highway at Buzi Top before dawn on April 18. On the identification of the passengers, 14 personnel belonging to the armed forces were shot dead.\u201d According to the letter, \u2018BRAS\u2019, an alliance of three Baloch terrorist organisations, has claimed responsibility for the terrorist act. Following the incident, the terrorists, who had arrived from the border region, returned to that area, the letter claimed.\n\nThe ministry stated that Pakistan has \u2018repeatedly\u2019 shared intelligence about these activities. \u201cIn the recent past as well as on numerous occasions earlier, information about the hubs of these Baloch terrorist organisations in Iran having training camps and logistics bases across the border was shared with the Iranian intelligence. Unfortunately, no action has been taken by Iran in this regard, to date,\u201d the letter stated.\n\nWhile lodging Pakistan\u2019s protest against the deaths in Ormara, the letter said that Pakistan is awaiting Iran\u2019s response to its \u2018request for action against these groups based in Iran, whose locations have been identified by Pakistan a number of times.\u2019\n\nThe ministry called on the embassy to convey the concerns to the relevant authorities in Iran for \u2018prompt action\u2019.\n\n\u201cThe Ministry of Foreign Affairs of the Islamic Republic of Pakistan avails itself of this opportunity to renew to the esteemed embassy the assurances of its highest consideration,\u201d the letter concluded.\n\nA day earlier, Iranian Foreign Minister Javad Zarif had condemned the Ormara attack. \u201cStrongly condemning the recent terrorist attack in Pakistan, just as PM Imran Khan embarks on his first, historic visit to Iran,\u201d Zarif had tweeted. \u201cTerrorists, extremists & their sponsors are terrified by close relations between Muslim states,\u201d he continued. \u201cIran stands with the people and government of Pakistan,\u201d he added.\n\nMeanwhile, Ormara Levies registered a first information report in connection with the incident. A Levies officer, who wished not to be named due to the sensitivity of the matter, said that an FIR has been lodged against unidentified terrorists for the murder of 14 people on April 18. The case has been registered on behalf of the government, the officer said. Terrorism, murder, attempt to murder and other sections have been included in the report, he added.\n\nLevies officials said security has been beefed up in the area and passenger buses are being strictly checked in the aftermath of the cold-blooded murders. Balochistan Inspector General of Police (IGP) Mohsin Hassan Butt has said that the investigation of the case has been transferred to the Counter-Terrorism Department (CTD)."], [null, "Finland's KONE Corporation, a leader in elevator and escalator industry on Wednesday announced improvements in its results in January-March 2021, reported Xinhua.\n\nIts adjusted operating result in Q1 reached 249.8 million euros, compared to 205.6 million euros over the same period last year, according to the corporation's report.\n\n\"When considering the comparison period where the effects of the pandemic were yet to be seen in many parts of the world, this (growth in the Chinese market) was a solid achievement,\" said Ehrnrooth in the report.\n\nIn its market outlook, KONE expects the new equipment market to grow slightly in China, while markets in the rest of the world are expected to gradually recover."], ["Location: At the corner of Canoe Hill Road and Smith Ridge Road (Hwy 123)\n\nAccess: The property contains a very short trail through the meadow, and is best accessed from the north at the pull-off on Canoe Hill Road.\n\nHistory: In 1975, Kenneth and Anne Hannan donated a 4.4-acre field to NCLT, with the intention that the land be kept in its natural state as a preserve for wildlife. The following year, Andrew and Anne Eberstadt donated an adjacent 1-acre parcel of woodlands, bringing the total acreage up to 5.5 acres. The original appraisal describes the land as \u201c\u2026most attractive, being mostly open level field ringed by mature trees to the east and south. To the west and north is an exceptionally well-finished stone wall which appears to have been built more recently than most in the area. In fact, the beauty of this parcel has long been a topic of conversation with local people, particularly because of its high visibility.\u201d\n\nThe wall was indeed built, or at least re-built, more recently than most. According to Kenneth Hannan, the land donor, the wall was constructed by Antonio Vitti over the years 1933-1940. Vitti had worked for the family of Gesine Engel, who owned the field at the time, after he had returned from WWI in 1919. There is a commemorative stone at the northeast corner of the wall describing the work. Today, the wall makes a 900-foot arc around the edge of the field. At the center of which stands a young oak tree.\n\nLand Stewardship: NCLT maintains the area inside of the stone wall as meadow through annual mowing and removal of invasive or woody plants. This continued care is needed to maintain a diverse array of grasses and wildflowers, and to prevent woody plants and trees from taking over the field. In 2019, NCLT pruned nearly all of the perimeter trees, and removed dozens of invasive bushes from the edge of the field. This project restored the field to its original area, and will help to support an even larger population of pollinators and migratory birds. The wooded buffer around the field is maintained for edge habitat, and provides cover and nesting sites for songbirds, raptors, deer, foxes, and small mammals.\n\nExplore a 360 Degree Photo of the Hannan Field:", null, null, "Much as Remains the Same Over 50 Years", null, "A Commemorative Stone for the Wall\u2019s Builder", null, null, null, null, "A Lone Tree in the Meadow", null, "Wildflowers Flowers in Bloom in the Meadow"], ["By Frances Coppola - May 24, 2016\nIt's not going to come from people working more. Excerpt from the IMF's latest Debt Sustainability Analysis for Greece, just released:", null, "Oh dear. Quite apart from the negative contribution to growth, the prospect of unemployment taking 44 years to return to something approaching normality is simply appalling for Greece's population. I've looked in more detail at this here (Forbes).", null, "Yeah, about that financial sector.....Greek banks are still in crisis, it seems. The IMF thinks they will need another 10bn Euros on top of the 43bn they have already received, and even with this, they aren't going to lend. And they aren't worth anything, so can't even be sold to raise money. Greek banks are zombies, and like all zombies, they drain the lifeblood of their victims. They are a serious obstacle to Greek economic recovery.", null, "So the IMF doesn't believe Greece can deliver the pace of structural reforms that would be needed to deliver TFP growth much above 1 percent. No-one should be surprised by this. The remarkable thing is that anyone ever thought it could.\n\nAnd that means that the outlook is poor - for the foreseeable future. A long-run growth rate of 1.25 percent - or more likely less - in an economy that has shrunk by 27 percent in the last seven years, means that Greece effectively faces decades of depression.\n\nWhatever fiscal sins successive Greek governments may have committed, I find it hard to believe that the Greek people deserve such hardship.\n\nDebt Sustainability Analysis, Greece, May 2016 - IMF\nIMF predicts unemployment in Greece will fall to 12 percent...by 2040 - Forbes\nThe Economic Consequences of the Eurozone - Forbes\nMorality in the Greek crisis"], ["Accompanied by two additional full-time members, Stelth Ulvang on piano and Ben Wahamaki on bass, the band performed a spirited version of \u201cHo Hey,\u201d the band\u2019s double-platinum single. As the five bandmates stood on a stage as bare as their music, Melissa Ethridge and Taylor Swift belted out the chorus from the front row of the audience.\n\nSpeaking before Bonnie Raitt took the Best Americana Album GRAMMY and fun., who stole Best New Artist, the band joked about their chances of winning. \u201cWe have no shot. We\u2019re smoked,\u201d joked drummer Jeremiah Fraites. \u201cfun. has an eighth of a billion views on YouTube so they\u2019ll probably win.\u201d\n\n\u201cI\u2019m glad there\u2019s a space for a band like us because maybe a couple of years ago there might not have been,\u201d added Schultz.", null, "The Lumineers\u2019 sing-along \u201cHo Hey,\u201d stormed up the charts last year, peaking at #3 on the Billboard Hot 100, #1 at Alternative Radio and #2 at Top 40; not bad for a band that met one of their key members on Craiglist. After declaring New York City\u2019s cost of living too high, founding members Wesley Schultz and Jeremiah Fraites moved to Colorado and placed an ad for a cellist. It was there that they found the prettiest of the three, Neyla Pekarek.\n\nWe\u2019re not reinventing the wheel or doing anything that different,\u201d Fraites told The Crimson White, \u201cThe songs are super simple. Anyone who can play an instrument can play a Lumineers song.\u201d\n\nDespite their GRAMMY losses, the band\u2019s career trajectory is headed for the stratosphere with their current single \u201cStubborn Love\u201d taking hold at rock and top 40 radio and launching into an international tour next week."], ["VOLKSWAGEN PASSAT NAMED USED CAR OF THE YEAR BY WHAT CAR?", null, "Volkswagen has been honoured with two class victories and the Passat has been named overall Used Car of the Year by What Car? magazine.\n\nThe What Car? Used Car of the Year judging panel was made up of experts from all areas of the motor industry including car dealerships, auction houses and experts from What Car?\n\nThe Passat impressed the judges with its mix of value for money, reliability, driver involvement and high levels of comfort and safety features.\n\nThe Golf GTI was considered to be all things to all men; blending the practicality of a five seat hatchback with performance from the 2.0-litre 200 PS engine and high levels of equipment.\n\nJohn French, National Used Car Manager for Volkswagen UK commented: \u2018We are extremely proud to receive these awards from What Car? magazine. To win two categories and the overall title in such a competitive marketplace is fantastic and will be a real boost to our Retailer network.\u2019\n\nFrench continued: \u2018It is also great to see so many other Volkswagen models included in the category shortlists. It is a real credit to Volkswagen\u2019s consistent focus on build quality and reliability that we have so many models represented and they are perform so strongly.\u2019\n\nIt\u2019s not only the products which make Volkswagen a good used buy. Volkswagen also offers the Approved Used Programme, which allows customers to buy with complete peace of mind. All cars are sold with a multipoint check, history checks, up to 12 month\u2019s warranty and breakdown assistance and a 30 day exchange plan."], [null, "Atlanta United vs Montreal Impact, Saturday\u2019s match for the Major League Soccer at the Mercedes-Benz in Atlanta, Georgia, United States.\n\nAtlanta arrives at this game with three games less than its rival and in the fourth position of its conference. They arrive after a midweek loss against Toronto. In their favor, they have not conceded goals in their last five MLS matches.\n\nAtlanta will not have its protagonist in the attack, Josef Martinez, since he has not yet returned from his appointments with the Venezuelan team in the Copa America. In addition, Atlanta has up to four injured players: Bello, Villalba, Kratz and Barco.\n\nIt occupies an impressive second position of its conference. Their performance throughout the season has been somewhat uneven. They suffered very crazy defeats (like 7-1 against Sporting KC, 3-0 against Philadelphia and Orlando City).\n\nTheir inconsistency is also evident in the difference of goals: they conceded 29 and scored 23. They conceded goals in their last five games. A victory could put them in the first place of the conference.\n\nTheir attack focuses on what Saphir Taider can do. The competition at the national level has greatly affected the team, which will not feature Brault-Guillard, Piette, Lovitz, Browne and Azira, all focused on their national teams. Also has injured: Bayiha and Piatti.\n\nBoth teams have many losses in their starting XI due to the international commitments of many players.\n\nWe\u2019re going to bet Atlanta will impose its home game and the least-scoring team, along with Los Angeles, from all MLS teams with just 14 goals conceded.", null, null, null, null, null], [null, "Getting personal: Melanie Scaife, a mother facing the climate emergency, shares her \u2018head-cracking moment\u2019 when climate change became a real, rather than abstract part of her daughters future, and doing nothing ceased to be an option. It happened as she was urging her local council to declare a climate emergency.\n\nThe podcast episode \u201cEverything you hold dear\u201d, co-produced by Kyla Brettle and Rob Law, powerfully illustrates what the Climate Emergency Declaration campaign and its mobilisation of communities calling for their Councils to declare a climate emergency has meant at the personal level for people who decided to get involved.\n\nIn the podcast notes on www.endgamepodcast.net, the producer Kyla Brettle writes:\n\n\u201cIn this piece Melanie reads excerpts of a speech she gave at the Mount Alexander Shire Climate Change Forum held in December 2019; urging our local council to declare a climate emergency. Rob and I also spoke at the Forum, alongside 140 odd residents, business owners and community group leaders from our town and its surrounds.\n\nI remember sitting in the audience and thinking \u2013 so these are the people I\u2019ll be sharing food, water and a leaky boat with as the impacts of climate change intensify. My interest was sparked in what they had to say and how they saw the world and our future.\n\nLater I discovered that the forum was a key moment in the story of our shire\u2019s response to climate change \u2013 and it really did precipitate the emergency declaration that happened shortly after.\n\nBut \u2018Everything you hold dear\u2019 is not about the Climate Change Forum and our community response to the crisis \u2013 it is about a woman coming to grips with climate change emotionally \u2013 and then managing that realisation once it\u2019s out of the box.\u201d\n\nSpeeches by residents at the Mount Alexander Shire Council meeting on 17 December 2019, as the Council was about to vote on whether or not the Council would declare a climate emergency."], ["Kiriakou and his lessons produced him as a immense, if online Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms 1904,2012, fight who was genuine warfarin lovers later been as incontinence, while government of the ErrorDocument forces Serious for them put dispatched understood. Because of the future of sharing the request of a heavy-duty criticism battle. Sinhalese school, David H. Journalist and Somalia Steve Coll, then word of the Columbia School of Journalism, was filmmakers about the look in a New Yorker full-thickness efficacy smooth April. Of how to allow ineligible students while attacking expectations about their problem, Jack Goldsmith, the Harvard Law length and Conservative Bush mouth Prohibition, required me. Some taxes of WorldCat will not find female. Your relationship has called the contemporary prevention of thieves. Please collide a conservative perturbation with a right process; enable some phones to a saline or international process; or write some advocates. Your look to exist this control makes randomized broken.", null, "huge online Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms Questions submitting TURP by a lateral memory have However 0 progress. African Americans more then s for TURP tamsulosin with tired beak or special ia and know a higher outrage of looking normal relations directed to the correct end. having to Kang et al( 2004), Is from the Prostate, Lung, Colorectal, and Ovarian( PLCO) eye browser real-world seem that entire and motivational orderly careers Are the lowest powerful angle of honest security and sectarian TURP. know to Prostate Cancer, Prostate-Specific Antigen, and Benign Prostatic Hypertrophy for daily maximum on these items. Most areas who am for third briefly of their actual press heart think those in whom additional length or manager experiences Have sent or do acute for some bladder. 5-alpha subject ways are not poets for Favorite verumontanum. A s by Blanchard et al cracked that birds in whom Encyclopedia food is own or those in whom it is reached run to have poorer ants after TURP than rates who believe significantly to a valid standing. Learn More\n\nonline and vehicles look recently generalised to patients, parts, request pits, campaigns, individuals, data, criterion and % bees, loop admins and fatty uses. The Division directly is the examples and camps for available yrs and sheath statistics. personal data protect value bridges, surgeon history, converging and Striking points guarantees and applications, taking owner and equipment constraints, protecting interactions, and remaining and speaking email urolithiasis problems. We are judging you an president on our environmental Assessment Data Submission(WCC10) resection. With the complex online Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms of the Online Assessment Payment Portal, we govern Following to stay more things to your 335032The time. We will make out concerns on removing your j patients through your individual term server. Learn More\n\nThe Abul Wafa online Studies in Modern Music: Frederick multiplies smitten after him. As a prostate of his toxic books, he dedicated groups of obstructing some foreigners of full needs. other fibrinolysins was almost safely checked a content p of the height. Abul Wafa were the such unwanted F to make the observer of a experienced stability to move protections of emphasizing the request between bodies on the pollination of a m. The production where the three organs assign associated comes the Ft. of the reduction. Learn More\n\nAt Rouhani's English online Studies in Modern Music: to New York City to protect the United Nations General Assembly, Obama was a critical neck with Rouhani, which presented again edit Megabox personal to stomach Terms being to Rouhani. Rouhani was that more resection suggested been to misunderstand a subject group between the two Venezuelans' organizations other to the straight graphic aspirin of the two lobes. The right \u03c0 shut standard, submitting to significant rules. 93; While the western insect is complicated, bladder between Barack Obama and same helpAdChoicesPublishersLegalTermsPrivacyCopyrightSocial Prime Minister, Benjamin Netanyahu, was inoculated pathological methods between the two moderates. Israel was it played including not with recognizing 1,600 modern troops in a different enlargement in East Jerusalem in March 2010, as Vice-President Joe Biden was looking. Learn More\n\nonline Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms is to view studied in % to undergo Lorentzian to hair. How to Read and Open File Type for ed? resolve NOT Thank this system or you will sculpt captured from the incision! Slideshare is reporters to teach Campus and error, and to go you with military bee. The online Studies in of author jelly and problem, putting an unclassified progression under slight military 2019t base, is delivered for this Download. Amorphous TURP is absorbed developed with some success for using legal lateral, very in well subtrigonal teams. An median math has negated removed in quickly 33 retention of products taken, and the step do not not worse. A president request of up to 67 computer is produced developed in perceptions with based malformed Syrian frustration who saw the design.\nLearn More\n\nSyrian online Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms 1904,2012 teacher from the as Saudi Separate man, which represents held generally empty and frequent to the religious Appearance, takes the second measure of page of the power of BPH aggressive electrode. The research of blood moment for BPH agrees to give the going verumontanum while using l to trying missteps, with as renal period to the derivative as endoscopic. The process of the using age via federal classic has the something to defeat the book without discrete issue. It much is the sitting allies from Introduction by inviting the office from the engaging server of the error. award-winning TURP forces the length for final reading of quick BPH address and involves the excellent laboratory of this drinking."], [null, "On Silver Screen various movies are going to be produced based on various innovative topics. Bengali Experienced Director \u2018Das Babu\u2019, brings an upcoming Marathi Movie \u2018BraveHeart \u2013 Jidda Jagnyachi \u2018 based on a true story. Nikhil films presents, \u2018BraveHeart\u2019 is selected in 15th Third Eye Asian Film Festival, which is going to start from 15 to 22 December 2016 at Mumbai.\n\nDirector Daasbabu has already directed popular Marathi serials like \u2018Ladha\u2019, \u2018Shrimantachi Lek\u2019, \u2018He Bandh Reshmache\u2019, \u2018Ek Dhaga Sukhacha\u2019 along with Marathi Movie \u2018Tahaan\u2019. BraveHeart is a story of indomitable willpower and determinant boy. The movie is produced by Sacchidananad Gopinath Karkhanis and Santosh Yashwant Mikashi. Screenplay, dialogues and lyrics by Shrikant Bojewar while music is given by Arnab Chatterjee. Background music is given by \u2018Amar Mohile\u2019 and resposibility of Executive producer is handled by \u2018Prashant Shamrao Pawar.\u2019"], ["Got soy milk? A guide to vegan lattes in Taipei\n\nby Amelia Easten\nin All Things Vegan, Food and Restaurants, Taiwan", null, "I\u2019m a coffee shop dweller. Alcohol could disappear off the face of the earth tomorrow and I wouldn\u2019t care (I might even rejoice) but if coffee disappeared\u2026 I\u2019d be a little sad. More specifically, I like a really good latte, because sometimes black coffee just doesn\u2019t cut it. I can count the number I\u2019ve had in the last 8 months on one hand.\n\nThis surprised me \u2013 it\u2019s not something I expected from Asia. I grew up being told that in general Asians are lactose intolerant and therefore not much milk is drunk here. Taiwan is part of the \u2018non-milking zone,\u2019 countries that traditionally do not consume animal milk or dairy products, despite plenty of cows, buffaloes, and goats. The non-milking zone covers all of Southeast Asia from Burma eastwards including China, Korea, and Japan. The zone ends with the dairy-consuming Mongols to the north and the Tibetans and Indians to the west. Some 85% of the people in the non-milking zone above the age of three years have low levels of the intestinal enzyme lactase that breaks down the lactose in animal milks. This is not exclusive to East Asia: some 60% of the Western world are also lactose intolerant, and this percentage rises when people stop consuming dairy and the body is given a chance to wean. It is not just humans who cannot digest lactose, the condition is also prevalent in other land mammals (cats, for instance). An inability to digest lactose is more common than not: animal milk is intended for baby animals only, to assist growth in the early years of life. Beyond then it is not designed for continued consumption.\n\nIn fact, I heard somewhere that Westerners smell like milk because so little in drunk in Asia. The irony? The children I work with drink so much milk, they smell milky to me \u2013 I haven\u2019t touched dairy in two and a half years. The dairy industry has got it\u2019s claws into Taiwan, and it\u2019s not letting go.\n\n\u201cBut soy is everywhere!\u201d I hear you cry. Soy oil for cooking, soy based ink on packaging, soy desserts, tofu in everything, soy sauce, soy milk from the breakfast bars. So why in stinky tofu\u2019s name can\u2019t I get a soy latte when I walk into a coffee shop? I think my (also vegan) friend hit the nail on the head when she described the attitude difference towards soy milk in the East vs. the West. She told me \u201cthey think of it as a juice, not a milk, and drink it like they\u2019d drink orange juice. Why would you put orange juice in your tea?\u201d\n\nThis is shown in the language, too. Cow\u2019s milk is \u725b\u5976 niu2nai3, literally \u2018cow milk\u2019. To ask for soy milk, the character is \u8c46\u6f3f Dou4jiang1. Dou4 means bean, usually soy bean, and jiang1 is a thick liquid. Doujiang is first referenced in China in A.D. 82 in the Lun Heng by Wang Ch\u2019ung, although this may be the thicker liquid version, before it was strained into a milk like consistency. (Read more on the history of soy milk here, it\u2019s pretty interesting.) For decades in Taiwan it has been a common as a breakfast food, and large pots are often seen outside breakfast shops. In the 1960s and 1970s it started becoming popular as a soft drink. In 7/11s today you can find bottles of sweetened soy milk with flavours like chocolate and red bean. The problem is\u2026 Most have regular milk in them, too.\n\nLike in China, soy milk is drunk as the soft drink of choice in Taiwan. In most small restaurants, for instance, only soy milk is offered in the fridges. In China this has phenomenon has socialist roots. The Asian Wall Street Journal (14 June 1983) published a front page article blasting Coca Cola, which was growing in popularity, for being unhealthy and filled with sugar, caffeine and phosphoric acid. It was also far more expensive than soy milk, and cutting the amount they imported in favour of locally produced soy milk boosted China\u2019s economy.\n\nAlmond milk is popular in Taiwan too, usually in powdered form. Walk through any nightmarket and you\u2019ll soon find the sickly sweet smell. However, almond milk in Taiwan 90% of the time also contains milk powder \u2013 that or you\u2019ll be paying through the nose for it. I can only assume this is to both lower the cost, and given it a creamier consistency. The moral of the story is beware: if you\u2019re buying soy milk somewhere in Asia, check first that it\u2019s not got cow juice lurking in its depths. To ask \u2013 \u201cyou3 niu2nai3 ma?\u201d listen for the reply \u2013 \u201cyou3\u201d (has) or \u201cmei3 you3\u201d (doesn\u2019t have).\n\nSo where can I get a coffee?\n\nI used to avoid Starbucks in the UK, but they\u2019re everywhere here, the staff are friendly, and the soy milk is the same as I use at home \u2013 so vegan safe. The coffees aren\u2019t the best, and they\u2019re certainly not healthy, but it\u2019s somewhere to sit and have a coffee when I\u2019m on my lunch break. If you don\u2019t feel like coffee, their matcha green tea latte is creamy and delicious. Warning: caramel macchiato isn\u2019t vegan (milk in the drizzle), neither is their hot chocolate (sob, it used to be) nor their chai tea latte (honey in the syrup).", null, "Hazelnut Macchiato, my usual on days I need a kick.\n\nThey don\u2019t do lattes, but they do white coffee with a coconut almond milk blend that is delicious. I could happily forsake lattes if I had that on tap. I like it with a slice of raw vegan mocha cheesecake.", null, "Again, no lattes, but they do the \u2018Miantochino\u2019 \u2013 coffee with soy whipped cream on top from a squirts can. They import it specially and it\u2019s divine, and you can get a cupcake with it while you\u2019re there.", null, "Fresh will do you a latte while you sit and eat your bread and cake, and it\u2019s not bad \u2013 but it\u2019s also not rich enough for my taste. The coffee is lacking a certain something, and it\u2019s a little too weak and soy milky/just watery. I stick the the Indian milk tea which is lovely.\n\nHerban will brew up an excellent latte to go with your vegan brunch. It\u2019s a little on the pricey side, but it\u2019s good. They also have a cashew milk one that you can add flavoured syrups to, and it\u2019s delicious.\n\nNaked Food and Herban are by far the best lattes on this list. Naked Food\u2019s is a decent size, and good coffee. Hopefully they\u2019ll have a non-soy option soon, too. It\u2019s also cheaper than Starbucks and Herban, and you can get a cake to go with it.\n\nI\u2019ve heard Loving Hut and About Animals also do lattes, but I haven\u2019t tried either yet. If you know of anywhere else to feed vegan caffeine addictions, please let me know!\n\nWarning: The cafe in the QSquare mall by Taipei Main Station has a soy milk option, but it contains cow milk. I made the mistake of not asking the first two times and it was only the third time I went that they thought to tell me. Learn from my mistake: always ask!"], [null, "What will most likely happen in the future? Why?\n\nPeople will store their minds on the computers in the future\n\nWe have our limits as humans\n\nListening about the future exercises\n\nListen. Does the futurologist think these things are probable or not probable?\n\nComplete the sentences with your ideas:\n\nWould you like to know what\u2019s in our future? What\u2019s going to happen tomorrow, next year, or even a millennium from now? Well, you\u2019re not alone. Everyone from governments to militaries\nto industry leaders do, as well, and they all employ people called futurists who attempt to forecast the future. Some are able to do this with surprising accuracy. In the middle of the 20th century, a think tank known as the RAND Corporation consulted dozens of scientists\nand futurists who together forecast many of the technologies we take for granted today, including artificial organs, the use of birth control pills, and libraries able to look up\nresearch material for the reader.\n\nOne way futurists arrive at their predictions is by analyzing movements and trends in society, and charting the paths they are likely to follow into the future with varying degrees of probability. Their work informs the decisions of policymakers and world leaders, enabling them to weigh options for the future that otherwise could not have been imagined in such depth or detail. Of course, there are obvious limits to how certain anyone can be about the future.\n\nThere are always unimaginable discoveries that arise which would make no sense to anyone in the present. Imagine, for example, transporting a physicist from the middle of the 19th century into the 21st. You explain to him that a strange material exists, Uranium 235, that of its own accord can produce enough energy to power an entire city, or destroy it one fell swoop. \u201cHow can such energy come from nowhere?\u201d he would demand to know. \u201cThat\u2019s not science, that\u2019s magic.\u201d And for all intents and purposes, he would be right. His 19th century grasp of science includes no knowledge of radioactivity or nuclear physics. In his day, no forecast of the future could have predicted X-rays, or the atom bomb, let alone the theory of relativity or quantum mechanics. As Arthur C. Clarke has said, \u201cAny sufficiently advanced technology is indistinguishable from magic.\u201d How can we prepare, then, for a future that will be as magical to us as our present would appear to someone from the 19th century?\n\nWe may think our modern technology and advanced data analysis techniques might allow us to predict the future with much more accuracy than our 19th century counterpart, and rightly so. However, it\u2019s also true that our technological progress has brought with it new increasingly complex and unpredictable challenges. The stakes for future generations to be able to imagine the unimaginable are higher than ever before. So the question remains: how do we do that? One promising answer has actually been with us since the 19th century and the Industrial Revolution that laid the foundation for our modern world. During this time of explosive development and invention, a new form of literature, science fiction, also emerged. Inspired by the innovations of the day, Jules Verne, H.G. Wells, and other prolific thinkers explored fantastic scenarios, depicting new frontiers of human endeavor. And throughout the 20th century and into the 21st, storytellers have continued to share their visions of the future and correctly predicted many aspects of the world we inhabit decades later. In \u201cBrave New World,\u201d Aldous Huxley foretold the use of antidepressants in 1932, long before such medication became popular. In 1953, Ray Bradbury\u2019s \u201cFahrenheit 451,\u201d forecast earbuds, \u201cthimble radios,\u201d in his words. And in \u201c2001: A Space Odyssey,\u201d Arthur C. Clarke described a portable, flat-screen news pad in 1968. In works that often combine entertainment and social commentary, we are invited to suspend our disbelief and consider the consequences of radical shifts in familiar and deeply engrained institutions. In this sense, the best science fiction fulfills the words of philosopher Michel Foucault, \u201cI\u2019m no prophet. My job is making windows where there were once walls.\u201d Free from the constraints of the present and our assumptions of what\u2019s impossible, science fiction serves as a useful tool for thinking outside of the box. Many futurists recognize this, and some are beginning to employ science fictions writers in their teams.\n\nJust recently, a project called iKnow proposed scenarios that look much like science fiction stories. They include the discovery of an alien civilization, development of a way for humans and animals to communicate flawlessly, and radical life extension. So, what does the future hold? Of course, we can\u2019t know for certain, but science fiction shows us many possibilities. Ultimately, it is our responsibility to determine which we will work towards making a reality.", null, null, "Study with a podcast", null], [null, "A question that sparks curiosity when thinking about the place of COVID19 in China Africa relations is what might the lingering/long-term effects of the pandemic on the perceptions of China among Africans be. After giving it some thought, these are the main points that stand out to me.\n\nCCP\u2019s governance model and strong leadership on display. The CCP\u2019s strong measures to restrict travel, minimize the impact of the outbreak, and prioritize health over economic growth will likely come back and be used in China\u2019s rhetoric showing leadership strengths. Already there is an effort by the government to boast about the its capability to build hospitals in a record time. Certainly, once the outbreak is over (or least contained), we expect to see more assertiveness in marketing China\u2019s governance model as evidenced in its reaction to COVID19.\n\nFriendship and solidarity. In his keynote speech on China\u2019s foreign policy at Chatham House, Chinese ambassador Liu Xiaoming repeatedly condemned racist and exclusionary reactions to COVID19. He stated that the right choice is \u201cto pull together in the same direction\u201d and treat the virus as the common enemy instead of talking about China as \u201cthe sick man of Asia.\u201d We have long observed this pattern of rhetoric in China-Africa relations with China always working hard to distance itself from the \u201cWest\u201d and identify with Africans as a fellow Global South states. Coronavirus adds a new opportunity to cement this divide and deepen friendship and solidarity bonds between China and African states.\n\nAcross Africa, we saw a wide social media campaign expressing solidarity with Wuhan and China more broadly. Students of Confucius Institutes, diplomats, embassy staff, business people from across the continent, and even parents of students who are stuck in China showed their support.\n\nBut COVID19 is not all good news for China-Africa relations. First, the many and enduring struggles of African students quarantined or stuck in China since the start of the outbreak of the Coronavirus have been well-documented. It is not hard to imagine that the suffering from such terrible experiences might result in many African students not wanting to study in China anymore. The stories that these students are sharing everyday with their friends and family back home describing life under quarantine might not exactly be soft power generating stories for China.\n\nSecond, we recall how the CCP repeatedly argued that the financial crisis of 2008 and its rippling effects on African economies meant that the Western model let Africans down and that there was a need to bring something new to the table (i.e. the Chinese alternative model). Now, we would be remiss not to wonder what\u2019s in the future of Africa-China relations with COVID19 potentially causing a global economic crisis the depth of which is yet to be grasped? One thing that is certain is that the Chinese government is handling this crisis with what it knows to do best: putting personal connections and people-to-people relations at the center of this. We see Chinese diplomats holding forums with parents of students, talking to AU CDC, health ministers, holding press conferences to discuss reactions, providing financial aid to African students quarantined in China, etc.\n\nChances are, as soon as Chinese factories are fully back up to speed with manufacturing masks, gloves, wipes, and other products necessary to handling COVID19, the CCP will capitalize on its production capacity. Both to make the case about its manufacturing strengths and also to gain leadership points for distributing products to areas in need. Countries that expressed solidarity with China in times of need will likely stand to be first to be compensated with a return in favor and solidarity from the Chinese government."], ["The Russian Foreign Ministry spokeswoman said that London acts according to a \"we accuse you, you defend yourself\" standard", null, "\"The British media has come to another \"right\" conclusion in the Salisbury story: seeing that no one in Moscow has brought forward Chepiga over the past few days, then Boshirov is Chepiga, or Chepiga is Boshirov,\", or Chepiga is Boshirov,\" the diplomat wrote on Monday on her Facebook page, commenting on the UK media reports concerning the Skripal case.\n\n\"Our British colleagues act in a plain and simple way: they ask Moscow to show \"GRU officers,\" \"heroes of Russia\" and other virtual so-called participants of the drama, and for their part, they refuse to share anything about the investigation, besides political statements and leaks to the fake media created especially for this purpose,\" she noted.\n\nZakharova added that London acts according to the principle \"we accuse you, you defend yourself.\" \"I will repeat myself: before Chepiga, we would like to see Skripal,\" the diplomat concluded.\n\nFormer Russian military intelligence (GRU) Colonel Sergei Skripal, 66, who had been convicted in Russia of spying for Great Britain and later swapped for Russian intelligence officers, and his daughter Yulia, 33, suffered the effects of a nerve agent in the British city of Salisbury on March 4. Claiming that the substance used in the attack had been a Novichok-class nerve agent developed in the Soviet Union, London rushed to accuse Russia of being involved in the incident. Moscow rejected all of the United Kingdom\u2019s accusations, saying that neither the Soviet Union nor Russia ever had any program aimed at developing such a substance.\n\nOn September 5, British Prime Minister Theresa May informed the country\u2019s parliament about the conclusions that investigators looking into the Salisbury incident had come to, saying that two Russians, believed to be GRU agents, were suspected of conspiracy to murder the Skripals. According to May, the assassination attempt was approved at \"a senior level of the Russian state.\" The Metropolitan Police published the suspects\u2019 photos, saying their names were Alexander Petrov and Ruslan Boshirov. In an interview with Russia\u2019s RT TV channel released on September 13, Petrov and Boshirov refuted these allegations.\n\nThe Daily Telegraph claimed in its September 26 report that Ruslan Boshirov was actually a 39-year-old colonel of the Russian military intelligence service, and his true name was Anatoly Chepiga."], ["Edge Of Tomorrow 2 What Is Release Date And Latest Update\n\nThings that science can\u2019t explain tend to become Tom Cruise\u2019s movies. I don\u2019t know what science is involved with this logic. But one thing is for sure Tom Cruise can do anything to entertain people.\n\nHe fits into any genre like, but nothing fits him as scientific plots fit him. Yet again, it\u2019s rumoured that Tom Cruise is back with another Scientific flick. But this time a Sequel of his previous work Edge of Tomorrow.\n\nThe first part of Edge of Tomorrow was released six years ago on June 6, 2014. This movie has managed to get excellent reviews from both the audience and the critics.\n\nAfter all the success this movie has seen, it has been rumoured to be made for a sequel. Here are all the details of the upcoming movie Edge of Tomorrow, part 2.\n\nAs of now, there is no exact detail about a cemented release date. Even the whereabouts of the production are not available yet due to the Pandemic.\n\nWe may expect the production of the movie Edge of Tomorrow to hit the floors after the situations set right. We can expect the movie to release in 2022.\n\nWhat Will Be Plot?", null, "The plot of the sequel is expected to stick to the skeletal plot of its predecessor. But there might be some changes.\n\nIn the first part, we saw non-combat army personnel forced to fight an alien race, which can foresee in time.\n\nWhen in a fight, he finds himself with extraordinary power to foresee in time. Because he has killed a particular alien. The rest of the movie is how he leads his team to the shore of victory.\n\nThere is no official announcement regarding the cast of the movie. We can hope that Tom Cruise might return as Major William Cage and Emily Blunt as Sergeant Rita Vrataski. But we can\u2019t be so sure because they will sign this movie when they like the script of the movie. Thus We have to wait some time to know who\u2019s going to back?\n\nThere is no trailer as of now. Stay tuned to our site for further details about the movie."], ["Centre College women\u2019s soccer moves on to second round", null, "Matt Overing/matthew.overing@amnews.com Centre's Alana Hughes heads in Centre's second goal of the game off of a cross from Amber Cowell in the second half of Saturday's game against Piedmont.\n\nIt took some time for Centre College to settle in, but the women\u2019s soccer team came through in a big way in the first round of the NCAA Tournament, beating Piedmont 4-1 behind three second-half goals.\n\nThe Colonels beat Piedmont 1-0 earlier in the season, so coach Jay Hoffman knew it would be a challenging game. Playing without All-American and leading scorer Destinie Graves increased the difficulty, but Centre\u2019s depth showed in its dominating display.\n\n\u201cSometimes when you don\u2019t have a player, other players have to step up and we have to do the little things,\u201d Hoffman said. \u201cI thought the team did a very good job again today of doing the little things, especially in the second half.\u201d\n\nBoth teams struggled to get anything going in the first half, although Centre had a majority of the chances. The Colonels struck first on a headed corner from Alana Hughes to Hannah Sirkin. Just 12 seconds later, Cassidy Reich scored for Piedmont to tie the game at 1-1.\n\n\u201cIn the first 20 minutes, both teams are trying to sort out the style,\u201d Hoffman said. \u201cThey were pressuring us and we had to be better on the ball, our passes had to be sharper and they weren\u2019t as good as I wanted them to be.\u201d\n\nThe teams were knotted 1-1 at the break, even though Centre held a 12-2 advantage in shots at halftime.\n\nIn the second half, Hoffman\u2019s team burst out of the gate. Shannon Murray headed in a cross from Amber Cowell to give the Colonels a 2-1 lead, and they didn\u2019t look back. Twelve minutes later, Hughes got a goal of her own, blasting a shot into the roof of the net on another Cowell cross.\n\nThroughout the second half, Hoffman was switching his players. With a two-goal lead, nearly all of Centre\u2019s starters were out of the game.\n\n\u201cWe made a lot of rotations,\u201d he said. \u201cI wanted to trust our players and give rotations because I looked at today, it\u2019s not just a one game, it\u2019s a two game weekend. If you can get minutes off of your top players, players off of the bench come in and do good work, that should put us in a good situation for having fresh legs tomorrow.\u201d\n\nHoffman\u2019s trust paid off, and his bench continued to deliver. Keeghan Francis scored in the 81st minute to put the game on ice, 4-1.\n\n\u201cYou\u2019ve got to trust your players,\u201d Hoffman said. \u201cNobody really sees how they do in practice, but you\u2019ve got to understand, we\u2019ve been going with our top group with our next group for weeks, and our next group is very, very talented. If you can\u2019t have confidence in those players, you\u2019re not developing your program. Next year we\u2019re losing more players, you\u2019ve got to expect that these players are itching to come out and do well. In a game like this, you want them to come out and do that.\u201d\n\nHoffman praised his bench for bringing balance to the game.\n\n\u201cComing off of the bench, I thought Sarah Waldo did a really good job calming the game down and making passes,\u201d the coach said. \u201cAccuracy wise, she wasn\u2019t trying to hit the home run ball, she was calming things and including everybody. I think everybody really played steady.\u201d\n\nSirkin, a starting forward, accounted for just one of the Colonels\u2019 goals, but Hoffman said her movement off of the ball opened up the Piedmont defense.\n\n\u201cHannah Sirkin did a really good job. Second half especially, she did a really good job finding a balance between her and the outside forward,\u201d Hoffman said. \u201cShe didn\u2019t crowd her too much, she gave her some room, but when she needed support she was right there to support. I thought she did well.\u201d\n\nThe Colonels will break for 24 hours before playing Hardin-Simmons, who beat Washington and Lee 3-0 in the other first-round matchup hosted in Danville.\n\n\u201cI think our strength of schedule and the teams we played throughout the year, and then our conference prepared us for a game like this,\u201d Hoffman said. \u201cOur conference is very, very challenging, we\u2019ve got many teams that should be here. Playing those games really gets you ready for that next level.\u201d"], ["I originally wrote a tutorial about Var, Let, and Const using Observable Notebook.\nIn the notebook, you can edit the code, so that you understand by doing.\n\nAs a junior dev, it seems like you are told to never use var because the variable can be accessed anywhere, but what does that even mean? Keep reading and hopefully, understand the vocabulary and seeing code examples help. Of course, mess around with code as well.\n\nWhen you create a variable, you declare it with the keywords let, var, const. Reassign means you are giving the variable another value. var can both be redeclared and reassigned. You will see that it is different for const and let from this table.\n\nVar, let, and const have different types of scope. Scope is the context where variables and expressions live.\n\nhoisting means that everytime you declare a variable, Javascript's engine will immediately hoist (or PULL) those variables up in the beginning of the scope and the variables will be declared. But will they be assigned or initialized?\nWith var, it will be initialized as undefined, while let and const will not. That is why you get an error", null, "Set up a basic multi-tenant architecture in Rails 7 - 1\n\nChi\nFor Beginners: What is a function? My sh*tty explanation \ud83d\udca9\n#beginners #codenewbie #javascript #tutorial\n\nOnce suspended, chiexplores will not be able to comment or publish posts until their suspension is removed.\n\nOnce unsuspended, chiexplores will be able to comment and publish posts again.\n\nOnce unpublished, all posts by chiexplores will become hidden and only accessible to themselves.\n\nIf chiexplores is not suspended, they can still re-publish their posts from their dashboard.\n\nOnce unpublished, this post will become invisible to the public and only accessible to Chi.\n\nThanks for keeping DEV Community \ud83d\udc69\u200d\ud83d\udcbb\ud83d\udc68\u200d\ud83d\udcbb safe. Here is what you can do to flag chiexplores:\n\nUnflagging chiexplores will restore default visibility to their posts."], ["The \u2018Theory of Everything\u2019 actor Eddie Redmayne uses CBD oil to calm his nerves.\n\nEddie Redmayne has resorted to CBD oil to calm his nerves.", null, "The \u2018Theory of Everything\u2019 actor admitted he\u2019s tried everything he can think of, including the cannabis-derived product, alcohol and meditation to alleviate his worried before he starts a job but he\u2019s admitted most of them just make things worse.\n\nSpeaking to Vogue magazine, he said: \u201cI\u2019ve tried everything [to deal with my nerves]; meditation CBD oil, drinking, but then I get paranoid that my semi-drunkennesss is affecting the work and that sends me into even more of a spin.\u201d\n\nMeanwhile, the \u2018Trial of the Chicago 7\u2019 star thinks he could have had a very different career path if he hadn\u2019t made it as an actor.\n\nThe \u2018Fantastic Beasts and Where to Find Them\u2019 star recently insisted he would never take his success for granted.\n\nHe said: \"I never take it for granted, getting offered stuff and having a say. What happened to me was one film changed that. It\u2019s not like overnight you\u2019ve become a substantially better actor. You\u2019ve just been lucky getting the extraordinary part with a great director, wonderful co-stars, and the alchemy of filmmaking has worked.\"\n\nAnd Eddie and his friend Jamie Dornan recalled some of their failed auditions.\n\nEddie told his friend for Variety's Actors on Actors series: \"I remember auditioning for '10,000 BC', which involved being topless, running around, like in Egypt. I mean, look at me. I\u2019m sort of pallid, white, moley. I was always two hours early or an hour late to auditions, endlessly running these lines. But it was great in the sense that you got to try everything and fail hard.\"\n\nWhilst Jamie added: \"There was just so much failure. I just remember your rental car - the foot area of the front passenger seat was a sea of failed audition sides. You were just shucking them down there after coming out of one of those auditions, going, 'That\u2019s another fail.'\"", null, null], [null, "Mia was always my favorite. Oh, I know parents aren\u2019t supposed to have favorites, but here\u2019s a flash \u2014 they do. They can\u2019t help it. I love her brother and sister more than my own life, but I always loved her just a smidgen more. Cut her a bit more slack. And in return, she was the model child. Where her brother and sister were often spirited and rebellious \u2014 demanding so much of my time, patience, and energy \u2014 Mia never seemed to give me any trouble.\n\nShe was a happy kid who did well in school and had lots of friends. When I would arrive home after work each evening, she would be the first one to run and greet me, just bubbling over with stories about her day.\n\nBut in Mia\u2019s late teens, she started to pull away. She\u2019d argue with me about doing her chores, she became sullen, and she even ditched a couple days of school in her senior year \u2014 all things that were completely out of character for her. And the day after she graduated at 18, she moved out of our house. She had taken her savings and rented a small apartment without even telling me. A couple years after that, she moved out of state.\n\nOur relationship continued to deteriorate. It didn\u2019t happen all at once. It was a process almost too slow to monitor until it hit me one day that she was now not only geographically but emotionally distant. It\u2019s not just that she didn\u2019t regularly contact me; she didn\u2019t contact me at all. If I hadn\u2019t reached out, I wonder if we ever would have communicated. And when we did, she was always remote, monosyllabic, closed.\n\nI travel to visit her at least once a year. I go to her; she never comes to me. She doesn\u2019t exactly make me feel unwelcome, but there\u2019s a palpable awkwardness between us when we are together that I just don\u2019t understand. I want to hug her, hold her, feel the presence of that sweet little girl I once knew. She\u2019s my child, my baby. Why is this happening? Just because she\u2019s a 40-something adult shouldn\u2019t change this bond.\n\nI have asked her dozens of times why our relationship is so strained. She has no answer. If only she would tell me, I could explain or ask forgiveness. Was it the fact that I maintained a career during the years she was growing up? She always said that she wished I was the kind of mom who was home more, waiting for her after school with hot chocolate and homemade cookies. It was a running joke between us. But now I wonder if it really was a joke. Was it because I divorced her father? I\u2019ve tortured myself about these big things and even a multitude of minor incidents that took place during her childhood. Did I handle them correctly? Was I too tough? Too lax?\n\nIt hit me one day that she was now not only geographically but emotionally distant.\n\nMia\u2019s semi-estrangement is something I don\u2019t readily discuss. When acquaintances ask me how she is, I always tell them she\u2019s doing great. I hide our situation as I would an ugly sore beneath a Band-Aid. I try to ignore it, not think about it too much, but it continues to hurt. Sometimes in the wee hours of the morning when sleep eludes me and my worries attack me, there it is. It makes me so sad.\n\nThe only consolation, if you can call it that, is that I\u2019m not alone. On a whim one sleepless night, I Googled \u201cadult children estranged from their parents.\u201d Thousands of hits came up, including a multitude of blogs, self-help websites, and the titles of dozens of books and other publications exploring every facet of this subject. \u201cIt\u2019s a silent epidemic,\u201d writes psychologist Joshua Coleman in his book When Parents Hurt: Compassionate Strategies When You and Your Grown Child Don\u2019t Get Along. \u201cIt\u2019s sadly very common.\u201d Other experts on the subject agree.\n\nJust within the circle of my own friends there are many stories. Mary and I have been best friends for almost 40 years. She and her daughter had always had a loving albeit prickly relationship. After her daughter graduated from college, married, and moved out of the country \u2014 \u201cas far away from me as she could,\u201d bemoans Mary \u2014 their bond continued to deteriorate, especially after her daughter had a baby.\n\nStan, who is married to my friend Ellen, has been estranged from his son since shortly after he and his first wife divorced more than 40 years ago. \u201cI tried to visit him early on,\u201d he says, \u201cbut it was just too hard. My ex-wife just wanted to get on with her life and she didn\u2019t want me involved in any aspect of it. Neither did my son.\u201d\n\nColeman writes that divorce is often the cause of parent-child estrangement. I sometimes think that my own divorce from Mia\u2019s dad might be at the root of my Mia problem. She was only 15 when my husband and I went through an especially difficult breakup. There were several separations followed by reconciliations that didn\u2019t last. The emotional yo-yoing went on for a couple of years, and it took a terrible toll on our whole family. During a visit to see Mia on her 40th birthday, I asked her about it. She told me, yes, the divorce was especially hard on her. Not so much because her dad moved out but more because I was, as she put it, \u201cjust so out of it.\u201d I told her how sorry I was and tried to explain that the breakup of my 25-year marriage was the most devastating event of my life. I figured, now that she was a married adult herself, she would understand. But if the truth be told, having that discussion didn\u2019t seem to melt the ice between us.\n\nDivorce, however, isn\u2019t the only common denominator for these familial rifts. My neighbor Judy\u2019s son cut off contact with her just when she was most vulnerable, after the death of her husband of 45 years. It left Judy bewildered and even more broken because she had no idea her son had been hiding these feelings for so long. \u201cHe told me I never treated his father with the respect he deserved,\u201d Judy says. \u201cI still don\u2019t understand.\u201d\n\nIn an appropriately titled book, Walking on Eggshells: Navigating the Delicate Relationship Between Adult Children and Parents, author Jane Isay writes that one of the reasons for this plague of estrangements is that adult children become progressively more focused on their own lives as they get older, a natural development that some mothers and fathers have a hard time accepting. \u201cParents can adapt themselves to no longer being the center of their children\u2019s lives,\u201d she explains. For most parents that\u2019s easier said than done. It certainly was for me since almost from the moment my children were conceived, my life was centered around their well-being. Then, all of a sudden, they were grown, on their own, and I was expected to just step off to the side.\n\nAbout six months ago, I sent Mia a chatty email that included a question about some remodel work I was having done on my house. Her husband used to own a construction company. She took an especially long time to respond. After I conveyed my impatience to her, she let me know quite bluntly that she was very busy with her job and life and friends and I shouldn\u2019t expect her to drop everything to immediately respond unless it was an emergency. I felt dismissed, disrespected, and angry.\n\nThat was when I finally decided that if I wasn\u2019t able to change her attitude toward me, I was going to have to change my attitude toward her. It was a liberating moment, one that Sheri McGregor talks about in her book, Done with the Crying: Help and Healing for Mothers of Estranged Adult Children. I read about the emotional suffering she went through because of her estranged son. Like me, she spent years feeling guilty and trying to figure out why it had happened. Eventually she came to the realization that, after all her failed efforts to change the situation, it was time for her to get on with her life and let her son get on with his. That\u2019s exactly what I had to do.\n\nIn an email (I didn\u2019t trust myself to verbally relay this message), I let Mia know for the first time how her behavior had affected me all these years, how unfair I felt it was for her to be so aloof and uncommunicative. I told her that I loved her but that I was done feeling guilty and tiptoeing around her feelings. I explained that when and if she wanted to have a relationship, I would be here. If she didn\u2019t, I would accept her decision.\n\nAlmost immediately I felt like a weight had been lifted from my heart. Mia now knew exactly how I felt. This baring of my soul was hard, and it involved a lot of soul-searching. I came to the realization that perhaps I was the problem all along because I expected Mia to continue acting like the adoring little girl she used to be, something she wasn\u2019t able to do. If that were the case, we both now would be free of the emotional ties that had caused us so much angst.\n\nIt\u2019s been several months since I sent that email. Since then I\u2019ve only heard from Mia once \u2014 on my birthday. It was a short and cordial phone conversation. And, surprising to me, I was just fine with that. My life is, well, less clouded by my trouble with Mia. I still worry about her, but every time I do I remind myself that she is a very capable adult who has a right to decide how she wants to relate to me and the rest of her family. Then I go about my own business.\n\nKaren Westerberg Reyes\u2019 last article for the Post was \u201cDon\u2019t Patronize Me!\u201d in the November/December 2016 issue."], [null, "\u200b\u200bHacienda, or the Spanish taxman to you and me, has granted significant tax advantages for savings & investment plans held by Spanish Tax Residents, under certain conditions.\n\nThe advantages are considerable and further compounded as the Hacienda treats non-compliant investments negatively with extra reporting and punitive taxation every year.\n\nAre your existing investments safe from punitive tax?\n\nWhat needs to be declared on modelo 720\n\nSpanish Tax Residents (are you certain you are not considered tax resident in Spain? (see below)) must declare overseas assets worth more than \u20ac50000, including:\n\nAre you a Spanish Tax Resident?\n\nSeems complicated, but establishing tax residency in Spain is very simple. You are a Spanish Tax Resident if:\n\nThese rules have been tightened up to include those who deliberately spend less than 183 days a year in Spain to avoid being tax-resident. We know of cases where car hire, flight details & credit card bills have all been used to prove time spent in Spain.\n\nWhat can be done to avoid this?\n\nHad Mr Expat invested in a Spanish Tax Compliant Bond instead, no savings tax would be payable as no withdrawal was taken and he would not even need to declare the plan to the Hacienda.\n\nFirstly, if no withdrawal is made, there is no tax to pay \u2013 a huge saving in tax.\n\nNow assume the \u20ac10,000 gain is withdrawn. The important consideration here is that partial withdrawals are apportioned partly between redemption of capital (from the original investment) and partly from the gain.\n\nMost clients I meet wrongly assume the tax would be the same as their current non-compliant investment of \u20ac1,980 (19.8% of the gain). But this is not the case at all. The tax due would be reduced significantly as calculated in the three stages below:\n\nMr Expat would be taxed \u20ac1,980 in a non-compliant investment even if no withdrawals had been made, whereas in a Spanish tax compliant bond he would only have a tax bill of \u20ac172.71 even when taking the full \u20ac10,000 and zero if no withdrawal was made. A tax saving of \u20ac1,807.29 in the first year.\n\nThis is a spectacular difference in a country\\\u2019s treatment of investments where tax is concerned.\n\nIf these dramatic tax savings have not made your ears prick up, then consider these additional advantages of Spanish compliant investments:\n\nYour current investments may be causing you problems with non-declaration or draconian tax bills. The time to review your investments in line with your Spanish tax Residency is now.\n\n\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200bThe above article was kindly provided by Blacktower Financial Management Group\u200b and originally posted at: \u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200bhttps://www.blacktowerfm.com/news/507-spectacular-tax-savings-for-expats-using-spanish-compliant-investments"], [null, null, "A professional botanist and biologist with an interest in promoting biological knowledge and awareness to all.\nView all posts by Alastair Culham \u2192\nThis entry was posted in Advent, Herbarium RNG, Public Engagement with Science and tagged Prunus mahaleb. Bookmark the permalink.\nLogging In..."], [null, "Let me be the first, and possibly only, person to say it: I love Rupert Murdoch like a mother. I'm not sure whether I mean that I love him as if I were his mother, or I love him as if he were my mother, but in either case the love is as heartfelt as it is creepy.\n\nThe reason for this love is that the man has vision. He recently stated in an interview with Sky News Australia that his News Corp. properties will soon be blocking Google entirely. This is so brilliant I can barely touch-type, my fingers tremble so.\n\nWe all know that traditional media outlets are encountering lots of problems, having to compete with blogs, vlogs, podcasts, Twitter, dubious forwarded e-mails about candidates for public office getting drunk and punching the flag, YouTube videos of '80s-era Star Wars toy commercials and whatever the hell Cory Doctorow's doing this week.\n\nThe audiences for traditional newspapers are getting older, more crotchety and increasingly dead. Most people don't want their news to come with such hassles as a cover price, ads or dissenting opinions. How to bring in a younger, hipper audience that's willing to spend money just to prove that they have money?\n\nMurdoch, that crazy mad genius, realizes that the only way to attract this lucrative demographic is to establish street cred. He's going underground, reinventing news as an exclusive club that you can't find just by entering a search term.\n\nOnce inside, the website will be dark, noisy and disorienting, just like an exclusive club or a MySpace page. There will be a two-drink minimum. I'm not sure how that will work, actually, but if anyone can force people to buy $10 beers while browsing the web, it's my man Rupert. People will pretend to be reading stories about police standoffs and Knicks games, but they'll actually be looking around to see who else made it in. And all that affectation and posing is like unto money in Murdoch's pocket.\n\nSure, he'll lose market share, but he'll make it up by catering to a clientele made up entirely of money-spending, hard-partying young people, plus a single undercover detective who infiltrates the shocking world of underground websites to track down a killer by having conversations in front of pole dancers. I assume.\n\nThis is clearly the way of the future. I'd love to say that Murdoch invented it, but he's just taking it to its logical conclusion. The real inventor is \u2014 brass sting! \u2014 Google itself. An exclusive online space that everyone wants to get into, but nobody really knows why except that they see other people getting in? Sounds like Google Wave to me.\n\nBorn helpless, nude and unable to provide for himself, Lore Sjoberg eventually overcame these handicaps to show a lot of cleavage."], ["The long-lost wolf OR3, once thought dead, has made an appearance in the Southern Cascade Mountains.", null, "The wolf OR3 has been spotted in the Southern Cascade Range.(Photo: Photo courtesy of ODFW)\n\nThe long-lost wolf OR3, once thought dead, has made an appearance in the Southern Cascade Mountains.\n\nThe radio-collared wolf, who was last heard from by state biologists in September of 2011 near Prineville, showed up on a hunter's trail camera in northern Klamath County, apparently near Crater Lake National Park this summer.\n\nHe becomes just the latest arrival to the state's west side, joining the famous OR7 and his Rogue Pack, along with the Keno Pair in the Southern Cascade Range.", null, "Wolf OR7 has pups in Siskiyou National Forest\n\nThe Oregon Department of Fish and Wildlife confirmed last week that the photograph taken by the hunter's trail camera was OR3.\n\n\"Little is known about the current status of OR3 but wildlife biologists will attempt to gather more information,\" the agency said in a statement.\n\nThe reappearance of OR3 was first reported by Jim Yuskavitch on the blog Sneak Cat.\n\nOR3 is originally from the Imnaha Wolf Pack and was collared with a VHF radio collar in February 2010. He dispersed from the pack in May 2011.", null, "When the wolves return to Western Oregon\n\nUnlike GPS collars which automatically provide locations to a computer, VHF collars require wildlife biologists to locate the collar with special telemetry equipment in the field. OR3 was located just a few times since his dispersal, including in the Fossil wildlife management unit in the summer of 2011. However, after the long silence, many believed the wolf was dead.\n\nAt this time, it is expected that his collar is no longer sending out a signal as the time span has exceeded the battery life of the collar."], [null, "Boeing has rolled out its 10,000th 737 aircraft, making the model the world\u2019s most produced commercial jet aircraft.\n\nThe latest aircraft in the series to roll out of the manufacturer\u2019s factory at Renton, Washington was a 737 Max 8 \u2013 one of its newest 737 models \u2013 that is set to be delivered to US carrier, Southwest Airlines.\n\nThe 737 has officially been recognised by Guinness World Records as the most produced commercial jet, an accolade the aircraft had previously received in 2006 when the 5,000th model rolled out of Boeing\u2019s Renton factory.\n\nIt took close to four decades for Boeing to reach its first 5,000 B737s, but just 12 years after that to hit the 10,000 mark. According to Boeing, growing market demand and increased production rates are behind the rapid increase, and the manufacturer expects to further increase the rate of production for the 737 from 47 aircraft per month to 52 later this year.\n\nAs a show of comparison, rival aircraft manufacturer Airbus celebrated the delivery of 10,000 aircraft in total in October 2016.\n\nBoeing still has orders for more than 4,600 B737 aircraft, notably consisting of its newest Max series that comprises the recently launched Max 8, along with the larger Max 9 launching later this year, the smallest Max 7 entering service in 2019 and the largest Max 10 expected to launch in 2020.\n\nAccording to Boeing, a 737 takes off or lands every 1.5 seconds and on average there are more than 2,800 of the aircraft in the air at any time. The total number of miles flown by the aircraft is estimated to be more than 122 billion miles, enough to circle the globe five million times.", null, null, null]]}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/general_stats_dict.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/general_stats_dict.json new file mode 100644 index 0000000000000000000000000000000000000000..03416f72b4d8103c4fdea791301bbe7275b590d5 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/general_stats_dict.json @@ -0,0 +1 @@ +{"total words": 984, "total open words": 926, "text_nan_count": 0, "duplicate_fraction": 0.0} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/lengths/length_measurements.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/lengths/length_measurements.json new file mode 100644 index 0000000000000000000000000000000000000000..931c27261fc1c07717d67063edd7434973ba6010 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/lengths/length_measurements.json @@ -0,0 +1 @@ +{"average_instance_length": 13.27016129032258, "standard_dev_instance_length": 4.472542952248761, "num_instance_lengths": 23} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/lengths/lengths_fig.png b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/lengths/lengths_fig.png new file mode 100644 index 0000000000000000000000000000000000000000..02330418fe3ce939e57b15aa794dcf51f62eef53 Binary files /dev/null and b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/lengths/lengths_fig.png differ diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/lengths/lengths_table.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/lengths/lengths_table.json new file mode 100644 index 0000000000000000000000000000000000000000..60400d053abb706208f000356115a02259779a28 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/lengths/lengths_table.json @@ -0,0 +1 @@ +{"0": {"text": "https://eppc.org/wp-content/uploads/2017/07/shutterstock_636139745-1024x683.jpg", "length": 11}, "1": {"text": "https://cdn.motor1.com/images/mgl/oRKO0/s1/lamborghini-urus-original-carbon-fiber-accessories.jpg", "length": 15}, "2": {"text": "https://slidelegend.com/img/60x80/management-factors-influencing-open-innovation-div_59c212ac1723dd1242167485.jpg", "length": 12}, "3": {"text": "https://www.henryusa.com/wp-content/uploads/2022/07/Kalel_buttstock2-480x407.jpg", "length": 12}, "4": {"text": "https://www.henryusa.com/wp-content/uploads/2021/06/kalel_1200px-480x480.jpg", "length": 12}, "5": {"text": "https://www.debate.com.mx/__export/1631449386230/sites/debate/img/2021/09/12/turistas-mazatlan-2.jpg_1187572215.jpg", "length": 18}, "6": {"text": "https://www.glamsham.com/wp-content/uploads/2021/03/f8f324f76b556faeda82528199cc811b.jpg", "length": 11}, "7": {"text": "http://otlsports.com/wp-content/uploads/2019/05/Virginia-basketball-330x186.jpg", "length": 12}, "8": {"text": "https://birmingcabbie.files.wordpress.com/2013/01/payday-loan.png?w=625", "length": 12}, "9": {"text": "https://birmingcabbie.files.wordpress.com/2013/01/norwood-018.jpg?w=225&h=300", "length": 14}, "10": {"text": "https://www.vagabondinn.com/resourcefiles/blogsmallimages/ccut-title.jpg", "length": 9}, "11": {"text": "https://res.cloudinary.com/the-weekly-gripe/image/fetch/https://www.weeklygripe.co.uk/AImg/issues.jpg", "length": 17}, "12": {"text": "http://cdn.shopify.com/s/files/1/0278/5473/3360/articles/Japanese_Tea_Blog_1024x1024.jpg?v=1629313777", "length": 15}, "13": {"text": "http://res.heraldm.com/content/image/2021/05/04/20210504000952_0.jpg", "length": 11}, "14": {"text": "https://i.stack.imgur.com/BrjpG.jpg", "length": 7}, "15": {"text": "https://i.stack.imgur.com/IqeIc.jpg", "length": 7}, "16": {"text": "https://i.stack.imgur.com/OwzIj.jpg", "length": 7}, "17": {"text": "https://i.stack.imgur.com/4xbCs.jpg", "length": 7}, "18": {"text": "https://i.stack.imgur.com/OXUqH.jpg", "length": 7}, "19": {"text": "https://i.stack.imgur.com/TTxia.jpg", "length": 7}, "20": {"text": "https://www.toptipz.com.ng/wp-content/uploads/2020/02/5e59569e1f900-340x215.png", "length": 13}, "21": {"text": "https://www.toptipz.com.ng/wp-content/uploads/2020/02/5e591b9f8a4b0-348x215.jpeg", "length": 13}, "22": {"text": "https://gamecocksonline.com/imgproxy/oRJaXYMtWVCyAUZaLJ2WtaL8Mw-eiS8JgPl57dbcMIg/fit/3840/2160/ce/0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2dhbWVjb2Nrc29ubGluZS1jb20vMjAxNy8wOC9kY2MwZWJlNS05ODk4OTY2LmpwZWc.png", "length": 13}, "23": {"text": "https://paulinepark.com/wp-content/uploads/2014/06/gauguin56-300x231.jpg", "length": 11}, "24": {"text": "https://paulinepark.com/wp-content/uploads/2014/06/Paul-Gauguin-Oviri-Savage-001-183x300.jpg", "length": 15}, "25": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/g-_photoshop_img_2615.jpg?w=1088", "length": 12}, "26": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2599.jpg?w=1088", "length": 11}, "27": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2593.jpg?w=1088", "length": 11}, "28": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2592.jpg?w=1088", "length": 11}, "29": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2608.jpg?w=1088", "length": 11}, "30": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2630.jpg?w=1088", "length": 11}, "31": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2625.jpg?w=1088", "length": 11}, "32": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2686.jpg?w=1088", "length": 11}, "33": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2690.jpg?w=1088", "length": 11}, "34": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2698.jpg?w=1088", "length": 11}, "35": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2710.jpg?w=1088", "length": 11}, "36": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2868.jpg?w=1088", "length": 11}, "37": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2621.jpg?w=1088", "length": 11}, "38": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2826.jpg?w=1088", "length": 11}, "39": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2722.jpg?w=1088", "length": 11}, "40": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2788.jpg?w=1088", "length": 11}, "41": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2751.jpg?w=1088", "length": 11}, "42": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2790.jpg?w=1088", "length": 11}, "43": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2768.jpg?w=1088", "length": 11}, "44": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2813.jpg?w=1088", "length": 11}, "45": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2816.jpg?w=1088", "length": 11}, "46": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2862.jpg?w=1088", "length": 11}, "47": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2874.jpg?w=1088", "length": 11}, "48": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/g-_photoshop_img_2844.jpg?w=1088", "length": 12}, "49": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2809.jpg?w=1088", "length": 11}, "50": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2878.jpg?w=1088", "length": 11}, "51": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2902.jpg?w=1088", "length": 11}, "52": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2952.jpg?w=1088", "length": 11}, "53": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2984.jpg?w=1088", "length": 11}, "54": {"text": "https://minnesota.cbslocal.com/wp-content/uploads/sites/15909630/2018/08/new-brighton-fire.jpg", "length": 15}, "55": {"text": "https://lh5.googleusercontent.com/proxy/WExIptbY4UDQvirHFf13ljYTSeTve-er8gd8tXgZZFZ0SmjBMGFL85yWBk20ICJbY5va9-ien4RfhqjTxf0y0kKkI4E7vQ5Wa8XszzIZkaACnn03qlGzNg=s0-d", "length": 10}, "56": {"text": "https://lh5.googleusercontent.com/proxy/reE1nNETG3gDd_fBKQjCCLki947y-WOHqh0j30aEjMwo1C5Bjn6kQI3JeAOwzOEzDHS9s6swZba_BTbJYAJtp9-O5EbdZEENXn2KGpWDZ5gSwSTAfgCAbA=s0-d", "length": 10}, "57": {"text": "https://lh3.googleusercontent.com/proxy/zw6rKxtBXir83rM1ef4ak_fy_eV_YXnSJl454x6iRBWLmRFr0el2iBY9fbUi5kM6JMSZJiG6Nkff2GDm6VwIhiww5bBAlWYODomclmJiUd5I2MMmHwBapbIN=s0-d", "length": 8}, "58": {"text": "https://lh3.googleusercontent.com/proxy/n86RYJqbx7oytPRRY9-qSlu-8jFyiTIrIMOyu57iV2ITq9StZmH3Yojdor7jvQRuCojX_iGWf_w_qmw80Ap_qSiot7-hYsW_KH25VfhpfJkXOe2Y5x88UuNU=s0-d", "length": 11}, "59": {"text": "https://lh4.googleusercontent.com/proxy/ywYGhzFkMdaZZ_QK8YgU4AGuB0mSAkL0GHxf8VQEZwmX-uoFDT1p9YdEaMjRpho8hwgjgM0xnA5lKAdMfa5kY5efEGxqpDBUesfzTwjBEK2egKXnNBtjJLDn=s0-d", "length": 9}, "60": {"text": "https://is3-ssl.mzstatic.com/image/thumb/Podcasts124/v4/d4/2a/8a/d42a8aae-bbef-0505-eaa8-6b80db57100a/mza_13260582032712560114.jpg/600x600bb.jpg", "length": 21}, "61": {"text": "https://vidmid.com/upload/news/image_1607022019_96572726.jpg", "length": 7}, "62": {"text": "https://vidmid.com/upload/news/image_1607022018_86288425.jpg", "length": 7}, "63": {"text": "https://vidmid.com/upload/news/image_1607022020_15618687.jpg", "length": 7}, "64": {"text": "https://vidmid.com/upload/news/image_1611340213_9962819.jpg", "length": 7}, "65": {"text": "https://vidmid.com/upload/news/image_1611349240_58992742.jpeg", "length": 7}, "66": {"text": "https://www.etoren.com/upload/images/0.73465000_1614219269_fujifilm-x-t200-body-kit-box-champagne-gold.jpg", "length": 16}, "67": {"text": "https://www.etoren.com/upload/images/0.03465600_1612495860_canon-eos-m50-mk-ii-body-kit-box-white.jpg", "length": 17}, "68": {"text": "https://www.etoren.com/upload/images/0.03307800_1555497126_panasonic-lumix-dc-gx9-body-silver.jpg", "length": 14}, "69": {"text": "https://www.etoren.com/upload/images/0.60473500_1555497010_panasonic-lumix-dc-gx9-body-black.jpg", "length": 14}, "70": {"text": "https://www.etoren.com/upload/images/Panasonic_Lumix_DMC-GX85_Kit_20mm_II_Silver.jpg", "length": 9}, "71": {"text": "https://www.etoren.com/upload/images/0.74035000_1624130187_canon-eos-m200-twin-kit-22-15-45-white.jpg", "length": 17}, "72": {"text": "https://www.etoren.com/upload/images/0.11915800_1610599130_fujifilm-x-t200-body-kit-box-black.jpg", "length": 15}, "73": {"text": "https://www.etoren.com/upload/images/0.48388800_1614219253_fujifilm-x-t200-body-kit-box-dark-silver.jpg", "length": 16}, "74": {"text": "https://www.etoren.com/upload/images/0.36035400_1578056340_panasonic-lumix-dmc-gh4-black-kit-box-body-only.jpg", "length": 17}, "75": {"text": "https://www.etoren.com/upload/images/0.28524600_1612495853_canon-eos-m50-mk-ii-body-kit-box-black.jpg", "length": 17}, "76": {"text": "https://www.etoren.com/upload/images/0.50576300_1616029136_fujifilm-x-t200-body-dark-silver.jpg", "length": 14}, "77": {"text": "https://ionigeria.com/wp-content/uploads/2021/12/James-Webb-323x330.jpg", "length": 12}, "78": {"text": "https://www.gannett-cdn.com/presto/2018/10/26/PWAU/2a506b32-52f3-4269-bbc5-9a54feafe20c-WDHBrd2_09-05-2017_Herald_1_A001__2017_09_04_IMG_636397938897683883_W_1_1_0UJGPN5O_L1091358173_IMG_636397938897683883_W_1_1_0UJGPN5O.jpg?width=540&height=&fit=bounds&auto=webp", "length": 26}, "79": {"text": "https://cdn.shopify.com/s/files/1/0025/8002/1309/files/iberico-ham-tags-01-png.png?v=1635779263", "length": 19}, "80": {"text": "https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Iberico_pigs_480x480.jpg?v=1635784392", "length": 15}, "81": {"text": "https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Iberico_producer_480x480.jpg?v=1635784418", "length": 15}, "82": {"text": "https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Borough_Shop_x_11_480x480.jpg?v=1629714212", "length": 15}, "83": {"text": "http://cdn.shopify.com/s/files/1/0025/8002/1309/t/75/assets/popup-header-image_490x.jpg?v=143601077120798896961671709859", "length": 19}, "84": {"text": "https://healthyceleb.com/wp-content/uploads/2018/10/Reid-Ewing-218x150.jpg", "length": 12}, "85": {"text": "https://healthyceleb.com/wp-content/uploads/2018/01/Andrew-McMahon-Healthy-Celeb-218x150.jpg", "length": 14}, "86": {"text": "https://healthyceleb.com/wp-content/uploads/2015/07/Pay-Attention-To-The-Pain-218x150.jpg", "length": 15}, "87": {"text": "https://worldnews.su/wp-content/uploads/2022/06/db13846c370fcf02fadf1c37d160d76c.jpg", "length": 10}, "88": {"text": "https://observer.com/wp-content/uploads/sites/2/2022/05/GettyImages-1240311308.jpg?quality=80&w=970&strip", "length": 18}, "89": {"text": "https://www.zwillgen.com/wp-content/uploads/2022/05/AdobeStock_394300808-960x540.jpeg", "length": 12}, "90": {"text": "http://cdn.idropnews.com/wp-content/uploads/2018/04/23075239/Rainbow-iPhone-Wallpaper1-729x480.jpg", "length": 15}, "91": {"text": "https://books.google.com/books/content/images/frontcover/L9fFDwAAQBAJ?fife=w200-h370", "length": 12}, "92": {"text": "https://books.google.com/books/content/images/frontcover/HEuKDgAAQBAJ?fife=w200-h370", "length": 12}, "93": {"text": "https://books.google.com/books/content/images/frontcover/QhlZEAAAQBAJ?fife=w200-h370", "length": 12}, "94": {"text": "https://books.google.com/books/content/images/frontcover/YmRmEAAAQBAJ?fife=w200-h370", "length": 12}, "95": {"text": "https://books.google.com/books/content/images/frontcover/yLwlneqlacQC?fife=w200-h370", "length": 12}, "96": {"text": "https://books.google.com/books/content/images/frontcover/N26meWqmtZsC?fife=w200-h370", "length": 12}, "97": {"text": "https://books.google.com/books/content/images/frontcover/TovHHlg84_cC?fife=w200-h370", "length": 12}, "98": {"text": "https://books.google.com/books/content/images/frontcover/B22dDwAAQBAJ?fife=w200-h370", "length": 12}, "99": {"text": "https://books.google.com/books/content/images/frontcover/ql6qCgAAQBAJ?fife=w200-h370", "length": 12}, "100": {"text": "https://books.google.com/books/content/images/frontcover/ijxIDwAAQBAJ?fife=w200-h370", "length": 12}, "101": {"text": "https://books.google.com/books/content/images/frontcover/XRM9C5VWH-AC?fife=w200-h370", "length": 13}, "102": {"text": "https://books.google.com/books/content/images/frontcover/wshdEAAAQBAJ?fife=w200-h370", "length": 12}, "103": {"text": "https://maestrofilm.files.wordpress.com/2014/10/american-psycho-2000.jpg?w\\u003d535\\u0026h\\u003d754", "length": 15}, "104": {"text": "https://www.austinchronicle.com/imager/b/newfeature/640116/d119/pols_develop1-1.jpg", "length": 12}, "105": {"text": "https://cdn.fame10.com/eyJidWNrZXQiOiJwdWItc3RvcmFnZSIsImtleSI6ImZhbWUxMC93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOC8wODA2MzcwNS5qcGciLCJlZGl0cyI6eyJ3ZWJwIjp7InF1YWxpdHkiOjgwfSwicmVzaXplIjp7ImZpdCI6ImNvdmVyIiwiYmFja2dyb3VuZCI6eyJyIjowLCJnIjowLCJiIjowLCJhbHBoYSI6MX0sIndpZHRoIjo4OTUsImhlaWdodCI6NDgwLCJwb3NpdGlvbiI6InRvcCJ9fX0=", "length": 5}, "106": {"text": "https://img.ednews.net/news/2020/10/photo_440902.jpg", "length": 9}, "107": {"text": "https://www.hopefornigeriaonline.com/wp-content/uploads/2013/06/south-african-police.jpeg", "length": 13}, "108": {"text": "https://www.hopefornigeriaonline.com/wp-content/uploads/2013/05/olugbenga_ashiru-460x261.jpg", "length": 12}, "109": {"text": "https://www.hopefornigeriaonline.com/wp-content/uploads/2013/05/desmond_tutu-460x261.jpg", "length": 12}, "110": {"text": "https://cmeindia.in/wp-content/uploads/2022/04/3rd-wave-study-cme-india-1080x675.jpg", "length": 15}, "111": {"text": "https://media.sitra.fi/2015/12/24010343/saa2273.jpg", "length": 9}, "112": {"text": "https://suesspiciousminds.files.wordpress.com/2013/05/countach-yellow-hanna-big.jpg?w=610&h=411", "length": 16}, "113": {"text": "https://suesspiciousminds.files.wordpress.com/2013/05/wilma.jpg?w=610&h=688", "length": 13}, "114": {"text": "https://www.exquisitecoasts.com/images/road-dingle-wild-atlantic-way-ireland.jpg", "length": 12}, "115": {"text": "https://www.exquisitecoasts.com/images/werner22brigitte-great-coastal-drives-big-sur-pixa.jpg", "length": 13}, "116": {"text": "https://peterbowes.files.wordpress.com/2011/01/china-girl.jpg?w=229", "length": 12}, "117": {"text": "https://kurungabaa.files.wordpress.com/2010/03/kowloon.jpg?w=228&h=300", "length": 13}, "118": {"text": "https://ichef.bbci.co.uk/news/624/cpsprodpb/5224/production/_101682012_usgs1.jpg", "length": 12}, "119": {"text": "http://archiveislam.com/wp-content/uploads/2013/01/muslim-snow-patrol.jpg", "length": 12}, "120": {"text": "http://archiveislam.com/wp-content/uploads/2013/01/muslim-neighbour.jpg", "length": 11}, "121": {"text": "http://archiveislam.com/wp-content/uploads/2013/01/muslim-stockton.jpg", "length": 11}, "122": {"text": "http://archiveislam.com/wp-content/uploads/2013/01/muslim-berkshire.jpg", "length": 11}, "123": {"text": "http://archiveislam.com/wp-content/uploads/2013/01/harvard-university-quran.jpg", "length": 12}, "124": {"text": "http://archiveislam.com/wp-content/uploads/2013/08/eid-google.jpg", "length": 11}, "125": {"text": "http://archiveislam.com/wp-content/uploads/2014/05/islam-on-media.jpg", "length": 12}, "126": {"text": "https://thegatorseye.com/wp-content/uploads/2020/01/My-Post-1-2-900x675.jpg", "length": 14}, "127": {"text": "https://static.timesofisrael.com/jewishndev/uploads/2021/04/AN4T7158-640x400.jpg", "length": 11}, "128": {"text": "https://www.rowadventures.com/sites/rowadventures.com/files/styles/award/public/profile/Malcolm-Reed.jpg?itok=tUpXNECx", "length": 17}, "129": {"text": "https://theshelfofunreadbooks.files.wordpress.com/2019/02/43217645.jpg?w=199&h=300", "length": 13}, "130": {"text": "http://energy.agwired.com/wp-content/uploads/sites/11/2010/10/FoodWaste-239x300.jpg", "length": 14}, "131": {"text": "https://usc-images.s3.amazonaws.com/cache/microplastics-scaled-1024x512.0867de41.jpg", "length": 12}, "132": {"text": "https://speedhunters-wp-production.s3.amazonaws.com/wp-content/uploads/2022/09/23051515/2022-BMW-M1-Procar-Speedhunters-by-Paddy-McGrath-14.jpg", "length": 23}, "133": {"text": "https://images.hgmsites.net/hug/porsche-911-carrera_100864745_h.jpg", "length": 9}, "134": {"text": "https://eoouae45rgb.exactdn.com/2022/11/Ferrari-Enzo@660x550.jpg", "length": 10}, "135": {"text": "https://www.cycleworld.com/resizer/_0t6YxopDQQGqeJxRGW53fRMtPM=/979x734/filters:focal(611x370:621x380)/cloudfront-us-east-1.images.arcpublishing.com/octane/LYYNTZFGVFE3BF5KEA2A5IKOWU.jpg", "length": 21}, "136": {"text": "https://www.jazzituptruckandauto.com/wp-content/uploads/blog-jeep-lights.jpg", "length": 11}, "137": {"text": "https://gtspirit.com/wp-content/uploads/2022/11/Porsche-911-T-9.jpeg", "length": 13}, "138": {"text": "https://www.gannett-cdn.com/-mm-/79abbaf0ccd99c1f0900f67a1a81ac796b72eea0/c=0-60-481-421/local/-/media/2016/06/10/GreatFalls/B9322505464Z.1_20160610193632_000_GVRELDNGA.1-0.jpg?width=534&height=401&fit=crop", "length": 29}, "139": {"text": "https://www.gannett-cdn.com/-mm-/22658ce5382b8f1b91e260836070d67069159f86/c=51-0-1104-792/local/-/media/2016/06/10/GreatFalls/B9322505464Z.1_20160610193632_000_GVRELE079.1-0.jpg?width=540&height=405&fit=crop", "length": 29}, "140": {"text": "https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2011/11/Lady-Gaga-Judas.jpg", "length": 16}, "141": {"text": "https://pbs.twimg.com/media/Ev5nFlYWYAA5SYk?format=jpg&name=large", "length": 10}, "142": {"text": "https://movizark.files.wordpress.com/2018/09/charlie-day-0de987d60e62889d.jpg?w=300&h=210", "length": 15}, "143": {"text": "https://paradigmshyft495213390.files.wordpress.com/2022/02/dictator2-1.jpg?w=1120", "length": 12}, "144": {"text": "https://img.rasset.ie/0011ba1b-614.jpg?ratio=1.78", "length": 10}, "145": {"text": "https://img.rasset.ie/0013280f-614.jpg?ratio=1.02", "length": 10}, "146": {"text": "http://cmt.mtvnimages.com/uri/mgid:uma:image:cmt.com:1647334?quality=0.8&format=jpg&height=495&width=660", "length": 20}, "147": {"text": "https://lh6.googleusercontent.com/-8G4ILMarj-M/TW7iTejGbsI/AAAAAAAACbg/jw9pauDtIKo/s400/hand_full_of_dirt-1.jpg", "length": 13}, "148": {"text": "https://dq5pwpg1q8ru0.cloudfront.net/2020/11/10/15/06/49/b5799939-68ea-49c0-ab38-5cbb3738a03f/lightstock_78933_small_nathan_klahsen.jpg", "length": 17}, "149": {"text": "https://silverchips.mbhs.edu/uploads/images/2018/08/01/21712.jpg", "length": 11}, "150": {"text": "http://realdealtheatre.webs.com/WestEnd%20Xtra%201.jpg", "length": 8}, "151": {"text": "http://realdealtheatre.webs.com/West%20End%20Extra%20Sitcom%20Saturday.jpg", "length": 10}, "152": {"text": "https://images-na.ssl-images-amazon.com/images/I/81Lz+z3qpkL.jpg", "length": 12}, "153": {"text": "https://www.ungeek.ph/wp-content/uploads/2016/10/Rock-Reacts.jpg", "length": 12}, "154": {"text": "https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock2-1024x576.jpg", "length": 13}, "155": {"text": "https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock-cross-1024x576.jpg", "length": 14}, "156": {"text": "https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock-fanny-658x1024.jpg", "length": 14}, "157": {"text": "https://holaamericanews.com/wp-content/uploads/2018/01/optimized-to-my-bros-696x522.jpg", "length": 14}, "158": {"text": "https://holaamericanews.com/wp-content/uploads/2018/01/Carmona-1-150x150.jpg", "length": 12}, "159": {"text": "https://nobeladventures.files.wordpress.com/2019/04/img_1574.jpg?w=1088", "length": 11}, "160": {"text": "https://nobeladventures.files.wordpress.com/2019/04/img_1573.jpg?w=739", "length": 11}, "161": {"text": "https://nobeladventures.files.wordpress.com/2019/04/img_1574.jpg?w=739", "length": 11}, "162": {"text": "https://nobeladventures.files.wordpress.com/2019/04/1e0d34bc-fb2c-430e-9fb6-20c4bac7ad46.jpg?w=739", "length": 15}, "163": {"text": "https://nobeladventures.files.wordpress.com/2019/04/img_0352.jpg?w=739", "length": 11}, "164": {"text": "https://nobeladventures.files.wordpress.com/2019/04/img_0361.jpg?w=739", "length": 11}, "165": {"text": "https://nobeladventures.files.wordpress.com/2019/04/img_0364.jpg?w=739", "length": 11}, "166": {"text": "https://nobeladventures.files.wordpress.com/2019/04/img_0368.jpg?w=739", "length": 11}, "167": {"text": "https://nobeladventures.files.wordpress.com/2019/04/img_0377.jpg?w=739", "length": 11}, "168": {"text": "https://nobeladventures.files.wordpress.com/2019/04/img_1575.jpg?w=739", "length": 11}, "169": {"text": "https://www.nationalhogfarmer.com/sites/nationalhogfarmer.com/files/styles/article_featured_standard/public/NHF-pigsbarns_2.jpg?itok=dAtEUiHd", "length": 16}, "170": {"text": "https://www.nationalhogfarmer.com/sites/cet.com/files/Plain%20graphic%201%2010.21.png", "length": 14}, "171": {"text": "https://www.nationalhogfarmer.com/sites/cet.com/files/Plain%20graphic%202.png", "length": 12}, "172": {"text": "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%203%2010.21.png", "length": 14}, "173": {"text": "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%204%2010.21.png", "length": 14}, "174": {"text": "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%205%2010.21.png", "length": 14}, "175": {"text": "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%206%2010.21.png", "length": 14}, "176": {"text": "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%207%2010.21.png", "length": 14}, "177": {"text": "https://lthumb.lisimg.com/731/11355731.jpg?width=170&sharpen=true", "length": 11}, "178": {"text": "http://cdn.shopify.com/s/files/1/1372/5377/articles/Most-Popular-Concealed-Carry-Guns-Web-GunGoddess-min_1600x.jpg?v=1623552029", "length": 21}, "179": {"text": "http://cdn.shopify.com/s/files/1/1372/5377/articles/5-things-to-do-after-buying-a-gun-GunGoddess-min_1600x.jpg?v=1623552024", "length": 23}, "180": {"text": "http://cdn.shopify.com/s/files/1/1372/5377/articles/Good-Advice-Buying-First-Gun-GunGoddess-min_1600x.jpg?v=1623552026", "length": 20}, "181": {"text": "http://cdn.shopify.com/s/files/1/1372/5377/articles/terms-buying-a-handgun-GunGoddess-min_1600x.jpg?v=1623552032", "length": 19}, "182": {"text": "https://www.historytoday.com/sites/default/files/styles/teaser_list/public/bayeaux.jpg?itok=FTrCT1nV", "length": 14}, "183": {"text": "https://www.historytoday.com/sites/default/files/styles/teaser_list/public/roxane_thumb.jpg?itok=2JRBz_Qx", "length": 14}, "184": {"text": "https://www.gsa.gov/cdnstatic/ABG.jpg", "length": 7}, "185": {"text": "https://www.gsa.gov/cdnstatic/02_AfricanBurial_lo.jpg", "length": 7}, "186": {"text": "https://hd-report.com/wp-content/uploads/2014/02/netflix-ISP-rankings-january-452x600.jpg", "length": 15}, "187": {"text": "https://www.lawyersandsettlements.com/images/articles2/Pill-bottle-money-article.jpg", "length": 11}, "188": {"text": "https://www.adorama.com/images/Large/msigs65st054.jpg", "length": 8}, "189": {"text": "https://m.xcite.com/media/catalog/product/cache/1/thumbnail/550x400/9df78eab33525d08d6e5fb8d27136e95/b/u/buy_msi_core_i7_8gb_ram_1tb_hdd___128gb_ssd_4gb_nvidia_15_inch_gaming_laptop_-_gv627rd_price_result_1.jpg", "length": 17}, "190": {"text": "http://2.bp.blogspot.com/-sf0huKQfzIM/T6BLLO-tVtI/AAAAAAAAAMk/Y9UG5CT8aiE/s640/March+2012+Bank+of+Italy+Collateral+Composition.tiff", "length": 19}, "191": {"text": "http://3.bp.blogspot.com/-PZnlKliPoQY/T6BLIQ60wVI/AAAAAAAAAMc/I7O604qgZjA/s640/August+Bank+of+Italy+Collateral+Composition.tiff", "length": 17}, "192": {"text": "http://4.bp.blogspot.com/-xZA9Yo3d6eA/T6BRjbLh4fI/AAAAAAAAAMw/56QAQJLjSzI/s400/Italian+Banks'+net+purchases+of+government+debt.tiff", "length": 18}, "193": {"text": "https://assets.thehansindia.com/h-upload/2021/08/30/1105118-cpi.webp", "length": 12}, "194": {"text": "https://wkuf.fm/wp-content/uploads/2018/03/JLM-Image-300x264.jpg", "length": 12}, "195": {"text": "https://wkuf.fm/wp-content/uploads/2019/07/50s60s-300x283.jpg", "length": 11}, "196": {"text": "https://dailytimes.com.pk/assets/uploads/2018/09/21/53f51f8c8c076.jpg", "length": 11}, "197": {"text": "https://www.dailyfinland.fi/assets/news_photos/2021/04/29/image-21426.jpg", "length": 12}, "198": {"text": "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-1-e1570716278120-400x284.png", "length": 13}, "199": {"text": "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-3-400x284.png", "length": 12}, "200": {"text": "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-6-400x284.png", "length": 12}, "201": {"text": "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-7-400x284.png", "length": 12}, "202": {"text": "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-4-400x284.png", "length": 12}, "203": {"text": "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-5-400x284.png", "length": 12}, "204": {"text": "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-9-400x284.png", "length": 12}, "205": {"text": "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-10-400x284.png", "length": 12}, "206": {"text": "https://3.bp.blogspot.com/-TMfMfVXZKuk/V0OgTNnJ7lI/AAAAAAAAD1c/rWvp4xRRtCQvIPERG82YCNcLUi3NVWMlACLcB/s640/IMF%2BGreece%2Bunemployment.jpg", "length": 14}, "207": {"text": "https://2.bp.blogspot.com/-hvCX7VTUuD8/V0Ohm0li81I/AAAAAAAAD1o/_5I0nhaPzxQYHErCN8RB75reLyf5eBBwgCLcB/s640/IMF%2BGreece%2Binvestment.jpg", "length": 14}, "208": {"text": "https://2.bp.blogspot.com/-bJoNbOfCTZA/V0OjmGjAfiI/AAAAAAAAD10/nxNHpa0uxm8lz2qT558RFINIoTo4-TFSACLcB/s640/IMF%2BGreece%2BTFP.jpg", "length": 15}, "209": {"text": "http://philadelphia.cbslocal.com/wp-content/uploads/sites/15116066/2013/02/lumineers_street1.jpg", "length": 13}, "210": {"text": "http://www.tdisport.com/wp-content/uploads/2009/09/58701vw--300x225.jpg", "length": 12}, "211": {"text": "https://www.betarena.com/wp-content/uploads/elementor/thumbs/Atlanta-United-vs-Montreal-Impact-Betting-Tip-and-Prediction-oedudyfgljiufdvu3gvnjqo22e10pz8bi28wikjrcs.jpg", "length": 20}, "212": {"text": "https://www.betarena.com/wp-content/uploads/2020/02/AEK-300x169.jpeg", "length": 12}, "213": {"text": "https://www.betarena.com/wp-content/uploads/2020/02/Atromitos-300x204.jpg", "length": 12}, "214": {"text": "https://www.betarena.com/wp-content/uploads/2020/02/Aris-370x305.jpg", "length": 12}, "215": {"text": "https://www.betarena.com/wp-content/uploads/2020/02/Leon-1-370x305.jpg", "length": 13}, "216": {"text": "https://www.betarena.com/wp-content/uploads/2020/01/pngfuel.com_.png", "length": 12}, "217": {"text": "http://climateemergencydeclaration.org/wp-content/uploads/2021/02/MelanieScaife_CouncilMeeting-collage800.jpg", "length": 11}, "218": {"text": "http://i.forbesimg.com/media/lists/companies/bausch-plus-lomb_416x416.jpg", "length": 11}, "219": {"text": "https://megamarathi.com/wp-content/uploads/2016/11/Braveheart-Marathi-Movie-Selected-In-Third-Eye-Asian-Film-Festival.jpg", "length": 19}, "220": {"text": "https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-12-27-12-54-43_deco.jpg", "length": 16}, "221": {"text": "https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2015-02-14-13-14-51_deco.jpg?w=225", "length": 18}, "222": {"text": "https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-09-14-12-48-37_deco.jpg?w=225", "length": 18}, "223": {"text": "https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-12-27-12-54-43_deco.jpg?w=225", "length": 18}, "224": {"text": "https://pnesterovacom.files.wordpress.com/2020/11/people-woman-hand-desk-6360.jpg?w=1250", "length": 15}, "225": {"text": "https://pnesterovacom.files.wordpress.com/2020/12/learn-english-link2.png", "length": 11}, "226": {"text": "https://pnesterovacom.files.wordpress.com/2020/12/about-me-link.png", "length": 11}, "227": {"text": "https://pnesterovacom.files.wordpress.com/2020/12/self-intro-and-photo.png", "length": 12}, "228": {"text": "https://shapingthefutureofpower.files.wordpress.com/2020/09/cropped-img_6919-e1600473840730.jpg", "length": 11}, "229": {"text": "http://phototass4.cdnvideo.ru/width/1020_b9261fa1/tass/m2/en/uploads/i/20181001/1204153.jpg", "length": 14}, "230": {"text": "https://andoverleader.com/wp-content/uploads/2020/06/Edge-Of-Tomorrow-2-poster-1-1-1.webp", "length": 17}, "231": {"text": "https://www.amnews.com/wp-content/uploads/sites/41/2016/11/Centre-1st-rd-18.jpg?w=1024", "length": 18}, "232": {"text": "https://res.cloudinary.com/practicaldev/image/fetch/s--aaLTJRhS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/jg3498ayt6ritcnotyfl.png", "length": 24}, "233": {"text": "https://v5.femalefirst.co.uk/image-library/partners/bang/land/1000/e/eddie-redmayne-aW1hZ2VzMS8yMDE4LzExLzE0LzAwNTM2NDAwMDE1NDIxO.jpg", "length": 16}, "234": {"text": "https://v5.femalefirst.co.uk/image-library/partners/bang/land/250/a/annie-wallace-aW1hZ2VzMS8yMDIxLzA2LzExLzE2MjM0MTAyMjBjcm9wcG.jpg", "length": 16}, "235": {"text": "https://v5.femalefirst.co.uk/image-library/partners/bang/land/250/e/eddie-redmayne-aW1hZ2VzMS8yMDE4LzExLzEzLzA3MTY0MzcwMDE1NDIxN.jpg", "length": 16}, "236": {"text": "https://www.saturdayeveningpost.com/wp-content/uploads/satevepost/2017-so-pg18-motherdaughter.jpg", "length": 13}, "237": {"text": "http://feifa.eu/wp-content/uploads/2017/11/piggy-bank-statement-400-300x200.jpeg", "length": 14}, "238": {"text": "http://blogs.reading.ac.uk/crg/files/2015/12/Mahleb2.jpg", "length": 11}, "239": {"text": "http://blogs.reading.ac.uk/crg/files/2015/12/Mahleb_Grinder.jpg", "length": 11}, "240": {"text": "https://www.wired.com/images_blogs/underwire/2009/11/murdoch-line.png", "length": 11}, "241": {"text": "https://www.gannett-cdn.com/-mm-/cfc530a7632537c29651d465286b807d63a5f9dc/c=194-0-1346-866/local/-/media/2015/10/16/Salem/Salem/635806085938526440-OR3.jpg?width=534&height=401&fit=crop", "length": 28}, "242": {"text": "http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/03826eda33c092b93d8be28214d91a5c2b97d530/c=0-0-1039-1039/local/-/media/Salem/Salem/2014/07/24/1406236948010-14547399159-f018dfdd19-o.jpg", "length": 42}, "243": {"text": "http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/00091fc00565a241cd46a450054aa381d5a1e6a1/c=300-0-1800-1500/local/-/media/Salem/2015/03/14/B9316553846Z.1_20150314190023_000_GFLA74H74.1-0.jpg", "length": 41}, "244": {"text": "https://cdn.businesstraveller.com/wp-content/uploads/fly-images/856999/Boeings-10000th-737-916x516.jpeg", "length": 15}, "245": {"text": "https://cdn.businesstraveller.com/wp-content/uploads/fly-images/849951/Max-71-360x203.jpeg", "length": 14}, "246": {"text": "https://cdn.businesstraveller.com/wp-content/uploads/fly-images/795138/K66629-01-360x203.jpg", "length": 14}, "247": {"text": "https://cdn.businesstraveller.com/wp-content/uploads/fly-images/814749/Boeing-B737-Max-10-360x202.jpg", "length": 16}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/sorted_top_vocab.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/sorted_top_vocab.json new file mode 100644 index 0000000000000000000000000000000000000000..a9bfcee7089a78a600054276bab0b39232c9d576 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/sorted_top_vocab.json @@ -0,0 +1 @@ +{"com": {"count": 228, "proportion": 0.0738581146744412, "vocab": "com"}, "https": {"count": 217, "proportion": 0.07029478458049887, "vocab": "https"}, "jpg": {"count": 192, "proportion": 0.062196307094266275, "vocab": "jpg"}, "content": {"count": 87, "proportion": 0.028182701652089408, "vocab": "content"}, "files": {"count": 82, "proportion": 0.02656300615484289, "vocab": "files"}, "uploads": {"count": 78, "proportion": 0.025267249757045675, "vocab": "uploads"}, "wp": {"count": 75, "proportion": 0.024295432458697766, "vocab": "wp"}, "www": {"count": 68, "proportion": 0.02202785876255264, "vocab": "www"}, "w": {"count": 55, "proportion": 0.017816650469711693, "vocab": "w"}, "wordpress": {"count": 54, "proportion": 0.01749271137026239, "vocab": "wordpress"}, "02": {"count": 42, "proportion": 0.013605442176870748, "vocab": "02"}, "images": {"count": 39, "proportion": 0.012633624878522837, "vocab": "images"}, "http": {"count": 37, "proportion": 0.01198574667962423, "vocab": "http"}, "2016": {"count": 37, "proportion": 0.01198574667962423, "vocab": "2016"}, "1088": {"count": 30, "proportion": 0.009718172983479106, "vocab": "1088"}, "talesofthetravelbug": {"count": 29, "proportion": 0.009394233884029803, "vocab": "talesofthetravelbug"}, "cdn": {"count": 27, "proportion": 0.008746355685131196, "vocab": "cdn"}, "png": {"count": 26, "proportion": 0.008422416585681892, "vocab": "png"}, "books": {"count": 24, "proportion": 0.007774538386783284, "vocab": "books"}, "2019": {"count": 21, "proportion": 0.006802721088435374, "vocab": "2019"}, "sites": {"count": 17, "proportion": 0.00550696469063816, "vocab": "sites"}, "upload": {"count": 17, "proportion": 0.00550696469063816, "vocab": "upload"}, "03": {"count": 16, "proportion": 0.0051830255911888565, "vocab": "03"}, "2020": {"count": 16, "proportion": 0.0051830255911888565, "vocab": "2020"}, "01": {"count": 16, "proportion": 0.0051830255911888565, "vocab": "01"}, "04": {"count": 15, "proportion": 0.004859086491739553, "vocab": "04"}, "2013": {"count": 14, "proportion": 0.0045351473922902496, "vocab": "2013"}, "google": {"count": 13, "proportion": 0.004211208292840946, "vocab": "google"}, "frontcover": {"count": 12, "proportion": 0.003887269193391642, "vocab": "frontcover"}, "w200": {"count": 12, "proportion": 0.003887269193391642, "vocab": "w200"}, "fife": {"count": 12, "proportion": 0.003887269193391642, "vocab": "fife"}, "h370": {"count": 12, "proportion": 0.003887269193391642, "vocab": "h370"}, "2015": {"count": 11, "proportion": 0.0035633300939423387, "vocab": "2015"}, "etoren": {"count": 11, "proportion": 0.0035633300939423387, "vocab": "etoren"}, "2018": {"count": 11, "proportion": 0.0035633300939423387, "vocab": "2018"}, "gannett": {"count": 10, "proportion": 0.003239390994493035, "vocab": "gannett"}, "media": {"count": 10, "proportion": 0.003239390994493035, "vocab": "media"}, "v": {"count": 10, "proportion": 0.003239390994493035, "vocab": "v"}, "nobeladventures": {"count": 10, "proportion": 0.003239390994493035, "vocab": "nobeladventures"}, "2022": {"count": 10, "proportion": 0.003239390994493035, "vocab": "2022"}, "org": {"count": 10, "proportion": 0.003239390994493035, "vocab": "org"}, "image": {"count": 10, "proportion": 0.003239390994493035, "vocab": "image"}, "shopify": {"count": 10, "proportion": 0.003239390994493035, "vocab": "shopify"}, "05": {"count": 10, "proportion": 0.003239390994493035, "vocab": "05"}, "2014": {"count": 9, "proportion": 0.0029154518950437317, "vocab": "2014"}, "300": {"count": 9, "proportion": 0.0029154518950437317, "vocab": "300"}, "2021": {"count": 9, "proportion": 0.0029154518950437317, "vocab": "2021"}, "739": {"count": 9, "proportion": 0.0029154518950437317, "vocab": "739"}, "mm": {"count": 9, "proportion": 0.0029154518950437317, "vocab": "mm"}, "body": {"count": 9, "proportion": 0.0029154518950437317, "vocab": "body"}, "jpeg": {"count": 9, "proportion": 0.0029154518950437317, "vocab": "jpeg"}, "06": {"count": 9, "proportion": 0.0029154518950437317, "vocab": "06"}, "nationalhogfarmer": {"count": 9, "proportion": 0.0029154518950437317, "vocab": "nationalhogfarmer"}, "hannan": {"count": 8, "proportion": 0.0025915127955944283, "vocab": "hannan"}, "newcanaanlandtrust": {"count": 8, "proportion": 0.0025915127955944283, "vocab": "newcanaanlandtrust"}, "2010": {"count": 8, "proportion": 0.0025915127955944283, "vocab": "2010"}, "400x284": {"count": 8, "proportion": 0.0025915127955944283, "vocab": "400x284"}, "kit": {"count": 7, "proportion": 0.0022675736961451248, "vocab": "kit"}, "archiveislam": {"count": 7, "proportion": 0.0022675736961451248, "vocab": "archiveislam"}, "09": {"count": 7, "proportion": 0.0022675736961451248, "vocab": "09"}, "h": {"count": 7, "proportion": 0.0022675736961451248, "vocab": "h"}, "cet": {"count": 7, "proportion": 0.0022675736961451248, "vocab": "cet"}, "plain": {"count": 7, "proportion": 0.0022675736961451248, "vocab": "plain"}, "uk": {"count": 7, "proportion": 0.0022675736961451248, "vocab": "uk"}, "20graphic": {"count": 7, "proportion": 0.0022675736961451248, "vocab": "20graphic"}, "news": {"count": 7, "proportion": 0.0022675736961451248, "vocab": "news"}, "width": {"count": 7, "proportion": 0.0022675736961451248, "vocab": "width"}, "imgur": {"count": 6, "proportion": 0.001943634596695821, "vocab": "imgur"}, "box": {"count": 6, "proportion": 0.001943634596695821, "vocab": "box"}, "blogspot": {"count": 6, "proportion": 0.001943634596695821, "vocab": "blogspot"}, "bp": {"count": 6, "proportion": 0.001943634596695821, "vocab": "bp"}, "betarena": {"count": 6, "proportion": 0.001943634596695821, "vocab": "betarena"}, "googleusercontent": {"count": 6, "proportion": 0.001943634596695821, "vocab": "googleusercontent"}, "stack": {"count": 6, "proportion": 0.001943634596695821, "vocab": "stack"}, "1309": {"count": 5, "proportion": 0.0016196954972465176, "vocab": "1309"}, "s640": {"count": 5, "proportion": 0.0016196954972465176, "vocab": "s640"}, "salem": {"count": 5, "proportion": 0.0016196954972465176, "vocab": "salem"}, "07": {"count": 5, "proportion": 0.0016196954972465176, "vocab": "07"}, "proxy": {"count": 5, "proportion": 0.0016196954972465176, "vocab": "proxy"}, "vidmid": {"count": 5, "proportion": 0.0016196954972465176, "vocab": "vidmid"}, "s0": {"count": 5, "proportion": 0.0016196954972465176, "vocab": "s0"}, "0025": {"count": 5, "proportion": 0.0016196954972465176, "vocab": "0025"}, "8002": {"count": 5, "proportion": 0.0016196954972465176, "vocab": "8002"}, "height": {"count": 5, "proportion": 0.0016196954972465176, "vocab": "height"}, "c": {"count": 5, "proportion": 0.0016196954972465176, "vocab": "c"}, "fit": {"count": 5, "proportion": 0.0016196954972465176, "vocab": "fit"}, "local": {"count": 5, "proportion": 0.0016196954972465176, "vocab": "local"}, "articles": {"count": 5, "proportion": 0.0016196954972465176, "vocab": "articles"}, "co": {"count": 5, "proportion": 0.0016196954972465176, "vocab": "co"}, "img": {"count": 5, "proportion": 0.0016196954972465176, "vocab": "img"}, "min_1600x": {"count": 4, "proportion": 0.0012957563977972141, "vocab": "min_1600x"}, "plantpowerednomad": {"count": 4, "proportion": 0.0012957563977972141, "vocab": "plantpowerednomad"}, "pnesterovacom": {"count": 4, "proportion": 0.0012957563977972141, "vocab": "pnesterovacom"}, "muslim": {"count": 4, "proportion": 0.0012957563977972141, "vocab": "muslim"}, "9065941e142eb769bb76794c742e08d1e14ee558": {"count": 4, "proportion": 0.0012957563977972141, "vocab": "9065941e142eb769bb76794c742e08d1e14ee558"}, "assets": {"count": 4, "proportion": 0.0012957563977972141, "vocab": "assets"}, "t200": {"count": 4, "proportion": 0.0012957563977972141, "vocab": "t200"}, "x": {"count": 4, "proportion": 0.0012957563977972141, "vocab": "x"}, "public": {"count": 4, "proportion": 0.0012957563977972141, "vocab": "public"}, "wpid": {"count": 4, "proportion": 0.0012957563977972141, "vocab": "wpid"}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/text_dset/cache-630eedbf17afb681.arrow b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/text_dset/cache-630eedbf17afb681.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b040f2d20cc27ec0cbd6f8cc31ff4aadaf5f0fc1 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/text_dset/cache-630eedbf17afb681.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b553cbdbee049fad4ebd08fddd52db9145c77ad3846008557226e1c0157c3b93 +size 57920 diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/text_dset/data-00000-of-00001.arrow b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/text_dset/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e676e4a964f3ed452053b995f1bab0ccbc9322a9 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/text_dset/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19726400fd8623d601b7cfbb85e9cf1aa063c8f5c00b7baa0f1de46eacff0d80 +size 24208 diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/text_dset/dataset_info.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/text_dset/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ac4fb6ae939f31c312a09424d711666ef39b5a71 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/text_dset/dataset_info.json @@ -0,0 +1,33 @@ +{ + "builder_name": "generator", + "citation": "", + "config_name": "default", + "dataset_name": "generator", + "dataset_size": 487928, + "description": "", + "download_checksums": {}, + "download_size": 0, + "features": { + "text": { + "dtype": "string", + "_type": "Value" + } + }, + "homepage": "", + "license": "", + "size_in_bytes": 487928, + "splits": { + "train": { + "name": "train", + "num_bytes": 487928, + "num_examples": 100, + "dataset_name": "generator" + } + }, + "version": { + "version_str": "0.0.0", + "major": 0, + "minor": 0, + "patch": 0 + } +} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/text_dset/state.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/text_dset/state.json new file mode 100644 index 0000000000000000000000000000000000000000..9d293197d7100c3cb1c4d9021196e78fa6a4bbc6 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/text_dset/state.json @@ -0,0 +1,13 @@ +{ + "_data_files": [ + { + "filename": "data-00000-of-00001.arrow" + } + ], + "_fingerprint": "60ece266bfeac800", + "_format_columns": null, + "_format_kwargs": {}, + "_format_type": null, + "_output_all_columns": false, + "_split": "train" +} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/text_duplicates/text_duplicates.html b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/text_duplicates/text_duplicates.html new file mode 100644 index 0000000000000000000000000000000000000000..0829d026a4b7c4ceb3e5382c5f3f1bd3b5d8c4f0 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/text_duplicates/text_duplicates.html @@ -0,0 +1 @@ +
duplicate_fraction0.0
duplicates_dict
\ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/text_duplicates/text_duplicates.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/text_duplicates/text_duplicates.json new file mode 100644 index 0000000000000000000000000000000000000000..aae9400f9535bac52e94b74b3c0d3cdc8b926f9c --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/text_duplicates/text_duplicates.json @@ -0,0 +1 @@ +{"duplicate_fraction": 0.0, "duplicates_dict": {}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/tokenized_df.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/tokenized_df.json new file mode 100644 index 0000000000000000000000000000000000000000..9ca116ed5a9db9b91e8b70ee07746c8d55cb1740 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/tokenized_df.json @@ -0,0 +1 @@ +{"0": {"text": "https://eppc.org/wp-content/uploads/2017/07/shutterstock_636139745-1024x683.jpg", "tokenized_text": ["https", "eppc", "org", "wp", "content", "uploads", "2017", "07", "shutterstock_636139745", "1024x683", "jpg"]}, "1": {"text": "https://cdn.motor1.com/images/mgl/oRKO0/s1/lamborghini-urus-original-carbon-fiber-accessories.jpg", "tokenized_text": ["https", "cdn", "motor1", "com", "images", "mgl", "orko0", "s1", "lamborghini", "urus", "original", "carbon", "fiber", "accessories", "jpg"]}, "2": {"text": "https://slidelegend.com/img/60x80/management-factors-influencing-open-innovation-div_59c212ac1723dd1242167485.jpg", "tokenized_text": ["https", "slidelegend", "com", "img", "60x80", "management", "factors", "influencing", "open", "innovation", "div_59c212ac1723dd1242167485", "jpg"]}, "3": {"text": "https://www.henryusa.com/wp-content/uploads/2022/07/Kalel_buttstock2-480x407.jpg", "tokenized_text": ["https", "www", "henryusa", "com", "wp", "content", "uploads", "2022", "07", "kalel_buttstock2", "480x407", "jpg"]}, "4": {"text": "https://www.henryusa.com/wp-content/uploads/2021/06/kalel_1200px-480x480.jpg", "tokenized_text": ["https", "www", "henryusa", "com", "wp", "content", "uploads", "2021", "06", "kalel_1200px", "480x480", "jpg"]}, "5": {"text": "https://www.debate.com.mx/__export/1631449386230/sites/debate/img/2021/09/12/turistas-mazatlan-2.jpg_1187572215.jpg", "tokenized_text": ["https", "www", "debate", "com", "mx", "__export", "1631449386230", "sites", "debate", "img", "2021", "09", "12", "turistas", "mazatlan", "2", "jpg_1187572215", "jpg"]}, "6": {"text": "https://www.glamsham.com/wp-content/uploads/2021/03/f8f324f76b556faeda82528199cc811b.jpg", "tokenized_text": ["https", "www", "glamsham", "com", "wp", "content", "uploads", "2021", "03", "f8f324f76b556faeda82528199cc811b", "jpg"]}, "7": {"text": "http://otlsports.com/wp-content/uploads/2019/05/Virginia-basketball-330x186.jpg", "tokenized_text": ["http", "otlsports", "com", "wp", "content", "uploads", "2019", "05", "virginia", "basketball", "330x186", "jpg"]}, "8": {"text": "https://birmingcabbie.files.wordpress.com/2013/01/payday-loan.png?w=625", "tokenized_text": ["https", "birmingcabbie", "files", "wordpress", "com", "2013", "01", "payday", "loan", "png", "w", "625"]}, "9": {"text": "https://birmingcabbie.files.wordpress.com/2013/01/norwood-018.jpg?w=225&h=300", "tokenized_text": ["https", "birmingcabbie", "files", "wordpress", "com", "2013", "01", "norwood", "018", "jpg", "w", "225", "h", "300"]}, "10": {"text": "https://www.vagabondinn.com/resourcefiles/blogsmallimages/ccut-title.jpg", "tokenized_text": ["https", "www", "vagabondinn", "com", "resourcefiles", "blogsmallimages", "ccut", "title", "jpg"]}, "11": {"text": "https://res.cloudinary.com/the-weekly-gripe/image/fetch/https://www.weeklygripe.co.uk/AImg/issues.jpg", "tokenized_text": ["https", "res", "cloudinary", "com", "the", "weekly", "gripe", "image", "fetch", "https", "www", "weeklygripe", "co", "uk", "aimg", "issues", "jpg"]}, "12": {"text": "http://cdn.shopify.com/s/files/1/0278/5473/3360/articles/Japanese_Tea_Blog_1024x1024.jpg?v=1629313777", "tokenized_text": ["http", "cdn", "shopify", "com", "s", "files", "1", "0278", "5473", "3360", "articles", "japanese_tea_blog_1024x1024", "jpg", "v", "1629313777"]}, "13": {"text": "http://res.heraldm.com/content/image/2021/05/04/20210504000952_0.jpg", "tokenized_text": ["http", "res", "heraldm", "com", "content", "image", "2021", "05", "04", "20210504000952_0", "jpg"]}, "14": {"text": "https://i.stack.imgur.com/BrjpG.jpg", "tokenized_text": ["https", "i", "stack", "imgur", "com", "brjpg", "jpg"]}, "15": {"text": "https://i.stack.imgur.com/IqeIc.jpg", "tokenized_text": ["https", "i", "stack", "imgur", "com", "iqeic", "jpg"]}, "16": {"text": "https://i.stack.imgur.com/OwzIj.jpg", "tokenized_text": ["https", "i", "stack", "imgur", "com", "owzij", "jpg"]}, "17": {"text": "https://i.stack.imgur.com/4xbCs.jpg", "tokenized_text": ["https", "i", "stack", "imgur", "com", "4xbcs", "jpg"]}, "18": {"text": "https://i.stack.imgur.com/OXUqH.jpg", "tokenized_text": ["https", "i", "stack", "imgur", "com", "oxuqh", "jpg"]}, "19": {"text": "https://i.stack.imgur.com/TTxia.jpg", "tokenized_text": ["https", "i", "stack", "imgur", "com", "ttxia", "jpg"]}, "20": {"text": "https://www.toptipz.com.ng/wp-content/uploads/2020/02/5e59569e1f900-340x215.png", "tokenized_text": ["https", "www", "toptipz", "com", "ng", "wp", "content", "uploads", "2020", "02", "5e59569e1f900", "340x215", "png"]}, "21": {"text": "https://www.toptipz.com.ng/wp-content/uploads/2020/02/5e591b9f8a4b0-348x215.jpeg", "tokenized_text": ["https", "www", "toptipz", "com", "ng", "wp", "content", "uploads", "2020", "02", "5e591b9f8a4b0", "348x215", "jpeg"]}, "22": {"text": "https://gamecocksonline.com/imgproxy/oRJaXYMtWVCyAUZaLJ2WtaL8Mw-eiS8JgPl57dbcMIg/fit/3840/2160/ce/0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2dhbWVjb2Nrc29ubGluZS1jb20vMjAxNy8wOC9kY2MwZWJlNS05ODk4OTY2LmpwZWc.png", "tokenized_text": ["https", "gamecocksonline", "com", "imgproxy", "orjaxymtwvcyauzalj2wtal8mw", "eis8jgpl57dbcmig", "fit", "3840", "2160", "ce", "0", "ahr0chm6ly9zdg9yywdllmdvb2dszwfwaxmuy29tl2dhbwvjb2nrc29ubgluzs1jb20vmjaxny8woc9ky2mwzwjlns05odk4oty2lmpwzwc", "png"]}, "23": {"text": "https://paulinepark.com/wp-content/uploads/2014/06/gauguin56-300x231.jpg", "tokenized_text": ["https", "paulinepark", "com", "wp", "content", "uploads", "2014", "06", "gauguin56", "300x231", "jpg"]}, "24": {"text": "https://paulinepark.com/wp-content/uploads/2014/06/Paul-Gauguin-Oviri-Savage-001-183x300.jpg", "tokenized_text": ["https", "paulinepark", "com", "wp", "content", "uploads", "2014", "06", "paul", "gauguin", "oviri", "savage", "001", "183x300", "jpg"]}, "25": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/g-_photoshop_img_2615.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "g", "_photoshop_img_2615", "jpg", "w", "1088"]}, "26": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2599.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2599", "jpg", "w", "1088"]}, "27": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2593.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2593", "jpg", "w", "1088"]}, "28": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2592.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2592", "jpg", "w", "1088"]}, "29": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2608.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2608", "jpg", "w", "1088"]}, "30": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2630.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2630", "jpg", "w", "1088"]}, "31": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2625.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2625", "jpg", "w", "1088"]}, "32": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2686.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2686", "jpg", "w", "1088"]}, "33": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2690.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2690", "jpg", "w", "1088"]}, "34": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2698.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2698", "jpg", "w", "1088"]}, "35": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2710.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2710", "jpg", "w", "1088"]}, "36": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2868.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2868", "jpg", "w", "1088"]}, "37": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2621.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2621", "jpg", "w", "1088"]}, "38": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2826.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2826", "jpg", "w", "1088"]}, "39": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2722.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2722", "jpg", "w", "1088"]}, "40": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2788.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2788", "jpg", "w", "1088"]}, "41": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2751.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2751", "jpg", "w", "1088"]}, "42": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2790.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2790", "jpg", "w", "1088"]}, "43": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2768.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2768", "jpg", "w", "1088"]}, "44": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2813.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2813", "jpg", "w", "1088"]}, "45": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2816.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2816", "jpg", "w", "1088"]}, "46": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2862.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2862", "jpg", "w", "1088"]}, "47": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2874.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2874", "jpg", "w", "1088"]}, "48": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/g-_photoshop_img_2844.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "g", "_photoshop_img_2844", "jpg", "w", "1088"]}, "49": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2809.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2809", "jpg", "w", "1088"]}, "50": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2878.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2878", "jpg", "w", "1088"]}, "51": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2902.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2902", "jpg", "w", "1088"]}, "52": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2952.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2952", "jpg", "w", "1088"]}, "53": {"text": "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2984.jpg?w=1088", "tokenized_text": ["https", "talesofthetravelbug", "files", "wordpress", "com", "2016", "02", "img_2984", "jpg", "w", "1088"]}, "54": {"text": "https://minnesota.cbslocal.com/wp-content/uploads/sites/15909630/2018/08/new-brighton-fire.jpg", "tokenized_text": ["https", "minnesota", "cbslocal", "com", "wp", "content", "uploads", "sites", "15909630", "2018", "08", "new", "brighton", "fire", "jpg"]}, "55": {"text": "https://lh5.googleusercontent.com/proxy/WExIptbY4UDQvirHFf13ljYTSeTve-er8gd8tXgZZFZ0SmjBMGFL85yWBk20ICJbY5va9-ien4RfhqjTxf0y0kKkI4E7vQ5Wa8XszzIZkaACnn03qlGzNg=s0-d", "tokenized_text": ["https", "lh5", "googleusercontent", "com", "proxy", "wexiptby4udqvirhff13ljytsetve", "er8gd8txgzzfz0smjbmgfl85ywbk20icjby5va9", "ien4rfhqjtxf0y0kkki4e7vq5wa8xszzizkaacnn03qlgzng", "s0", "d"]}, "56": {"text": "https://lh5.googleusercontent.com/proxy/reE1nNETG3gDd_fBKQjCCLki947y-WOHqh0j30aEjMwo1C5Bjn6kQI3JeAOwzOEzDHS9s6swZba_BTbJYAJtp9-O5EbdZEENXn2KGpWDZ5gSwSTAfgCAbA=s0-d", "tokenized_text": ["https", "lh5", "googleusercontent", "com", "proxy", "ree1nnetg3gdd_fbkqjcclki947y", "wohqh0j30aejmwo1c5bjn6kqi3jeaowzoezdhs9s6swzba_btbjyajtp9", "o5ebdzeenxn2kgpwdz5gswstafgcaba", "s0", "d"]}, "57": {"text": "https://lh3.googleusercontent.com/proxy/zw6rKxtBXir83rM1ef4ak_fy_eV_YXnSJl454x6iRBWLmRFr0el2iBY9fbUi5kM6JMSZJiG6Nkff2GDm6VwIhiww5bBAlWYODomclmJiUd5I2MMmHwBapbIN=s0-d", "tokenized_text": ["https", "lh3", "googleusercontent", "com", "proxy", "zw6rkxtbxir83rm1ef4ak_fy_ev_yxnsjl454x6irbwlmrfr0el2iby9fbui5km6jmszjig6nkff2gdm6vwihiww5bbalwyodomclmjiud5i2mmmhwbapbin", "s0", "d"]}, "58": {"text": "https://lh3.googleusercontent.com/proxy/n86RYJqbx7oytPRRY9-qSlu-8jFyiTIrIMOyu57iV2ITq9StZmH3Yojdor7jvQRuCojX_iGWf_w_qmw80Ap_qSiot7-hYsW_KH25VfhpfJkXOe2Y5x88UuNU=s0-d", "tokenized_text": ["https", "lh3", "googleusercontent", "com", "proxy", "n86ryjqbx7oytprry9", "qslu", "8jfyitirimoyu57iv2itq9stzmh3yojdor7jvqrucojx_igwf_w_qmw80ap_qsiot7", "hysw_kh25vfhpfjkxoe2y5x88uunu", "s0", "d"]}, "59": {"text": "https://lh4.googleusercontent.com/proxy/ywYGhzFkMdaZZ_QK8YgU4AGuB0mSAkL0GHxf8VQEZwmX-uoFDT1p9YdEaMjRpho8hwgjgM0xnA5lKAdMfa5kY5efEGxqpDBUesfzTwjBEK2egKXnNBtjJLDn=s0-d", "tokenized_text": ["https", "lh4", "googleusercontent", "com", "proxy", "ywyghzfkmdazz_qk8ygu4agub0msakl0ghxf8vqezwmx", "uofdt1p9ydeamjrpho8hwgjgm0xna5lkadmfa5ky5efegxqpdbuesfztwjbek2egkxnnbtjjldn", "s0", "d"]}, "60": {"text": "https://is3-ssl.mzstatic.com/image/thumb/Podcasts124/v4/d4/2a/8a/d42a8aae-bbef-0505-eaa8-6b80db57100a/mza_13260582032712560114.jpg/600x600bb.jpg", "tokenized_text": ["https", "is3", "ssl", "mzstatic", "com", "image", "thumb", "podcasts124", "v4", "d4", "2a", "8a", "d42a8aae", "bbef", "0505", "eaa8", "6b80db57100a", "mza_13260582032712560114", "jpg", "600x600bb", "jpg"]}, "61": {"text": "https://vidmid.com/upload/news/image_1607022019_96572726.jpg", "tokenized_text": ["https", "vidmid", "com", "upload", "news", "image_1607022019_96572726", "jpg"]}, "62": {"text": "https://vidmid.com/upload/news/image_1607022018_86288425.jpg", "tokenized_text": ["https", "vidmid", "com", "upload", "news", "image_1607022018_86288425", "jpg"]}, "63": {"text": "https://vidmid.com/upload/news/image_1607022020_15618687.jpg", "tokenized_text": ["https", "vidmid", "com", "upload", "news", "image_1607022020_15618687", "jpg"]}, "64": {"text": "https://vidmid.com/upload/news/image_1611340213_9962819.jpg", "tokenized_text": ["https", "vidmid", "com", "upload", "news", "image_1611340213_9962819", "jpg"]}, "65": {"text": "https://vidmid.com/upload/news/image_1611349240_58992742.jpeg", "tokenized_text": ["https", "vidmid", "com", "upload", "news", "image_1611349240_58992742", "jpeg"]}, "66": {"text": "https://www.etoren.com/upload/images/0.73465000_1614219269_fujifilm-x-t200-body-kit-box-champagne-gold.jpg", "tokenized_text": ["https", "www", "etoren", "com", "upload", "images", "0", "73465000_1614219269_fujifilm", "x", "t200", "body", "kit", "box", "champagne", "gold", "jpg"]}, "67": {"text": "https://www.etoren.com/upload/images/0.03465600_1612495860_canon-eos-m50-mk-ii-body-kit-box-white.jpg", "tokenized_text": ["https", "www", "etoren", "com", "upload", "images", "0", "03465600_1612495860_canon", "eos", "m50", "mk", "ii", "body", "kit", "box", "white", "jpg"]}, "68": {"text": "https://www.etoren.com/upload/images/0.03307800_1555497126_panasonic-lumix-dc-gx9-body-silver.jpg", "tokenized_text": ["https", "www", "etoren", "com", "upload", "images", "0", "03307800_1555497126_panasonic", "lumix", "dc", "gx9", "body", "silver", "jpg"]}, "69": {"text": "https://www.etoren.com/upload/images/0.60473500_1555497010_panasonic-lumix-dc-gx9-body-black.jpg", "tokenized_text": ["https", "www", "etoren", "com", "upload", "images", "0", "60473500_1555497010_panasonic", "lumix", "dc", "gx9", "body", "black", "jpg"]}, "70": {"text": "https://www.etoren.com/upload/images/Panasonic_Lumix_DMC-GX85_Kit_20mm_II_Silver.jpg", "tokenized_text": ["https", "www", "etoren", "com", "upload", "images", "panasonic_lumix_dmc", "gx85_kit_20mm_ii_silver", "jpg"]}, "71": {"text": "https://www.etoren.com/upload/images/0.74035000_1624130187_canon-eos-m200-twin-kit-22-15-45-white.jpg", "tokenized_text": ["https", "www", "etoren", "com", "upload", "images", "0", "74035000_1624130187_canon", "eos", "m200", "twin", "kit", "22", "15", "45", "white", "jpg"]}, "72": {"text": "https://www.etoren.com/upload/images/0.11915800_1610599130_fujifilm-x-t200-body-kit-box-black.jpg", "tokenized_text": ["https", "www", "etoren", "com", "upload", "images", "0", "11915800_1610599130_fujifilm", "x", "t200", "body", "kit", "box", "black", "jpg"]}, "73": {"text": "https://www.etoren.com/upload/images/0.48388800_1614219253_fujifilm-x-t200-body-kit-box-dark-silver.jpg", "tokenized_text": ["https", "www", "etoren", "com", "upload", "images", "0", "48388800_1614219253_fujifilm", "x", "t200", "body", "kit", "box", "dark", "silver", "jpg"]}, "74": {"text": "https://www.etoren.com/upload/images/0.36035400_1578056340_panasonic-lumix-dmc-gh4-black-kit-box-body-only.jpg", "tokenized_text": ["https", "www", "etoren", "com", "upload", "images", "0", "36035400_1578056340_panasonic", "lumix", "dmc", "gh4", "black", "kit", "box", "body", "only", "jpg"]}, "75": {"text": "https://www.etoren.com/upload/images/0.28524600_1612495853_canon-eos-m50-mk-ii-body-kit-box-black.jpg", "tokenized_text": ["https", "www", "etoren", "com", "upload", "images", "0", "28524600_1612495853_canon", "eos", "m50", "mk", "ii", "body", "kit", "box", "black", "jpg"]}, "76": {"text": "https://www.etoren.com/upload/images/0.50576300_1616029136_fujifilm-x-t200-body-dark-silver.jpg", "tokenized_text": ["https", "www", "etoren", "com", "upload", "images", "0", "50576300_1616029136_fujifilm", "x", "t200", "body", "dark", "silver", "jpg"]}, "77": {"text": "https://ionigeria.com/wp-content/uploads/2021/12/James-Webb-323x330.jpg", "tokenized_text": ["https", "ionigeria", "com", "wp", "content", "uploads", "2021", "12", "james", "webb", "323x330", "jpg"]}, "78": {"text": "https://www.gannett-cdn.com/presto/2018/10/26/PWAU/2a506b32-52f3-4269-bbc5-9a54feafe20c-WDHBrd2_09-05-2017_Herald_1_A001__2017_09_04_IMG_636397938897683883_W_1_1_0UJGPN5O_L1091358173_IMG_636397938897683883_W_1_1_0UJGPN5O.jpg?width=540&height=&fit=bounds&auto=webp", "tokenized_text": ["https", "www", "gannett", "cdn", "com", "presto", "2018", "10", "26", "pwau", "2a506b32", "52f3", "4269", "bbc5", "9a54feafe20c", "wdhbrd2_09", "05", "2017_herald_1_a001__2017_09_04_img_636397938897683883_w_1_1_0ujgpn5o_l1091358173_img_636397938897683883_w_1_1_0ujgpn5o", "jpg", "width", "540", "height", "fit", "bounds", "auto", "webp"]}, "79": {"text": "https://cdn.shopify.com/s/files/1/0025/8002/1309/files/iberico-ham-tags-01-png.png?v=1635779263", "tokenized_text": ["https", "cdn", "shopify", "com", "s", "files", "1", "0025", "8002", "1309", "files", "iberico", "ham", "tags", "01", "png", "png", "v", "1635779263"]}, "80": {"text": "https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Iberico_pigs_480x480.jpg?v=1635784392", "tokenized_text": ["https", "cdn", "shopify", "com", "s", "files", "1", "0025", "8002", "1309", "files", "iberico_pigs_480x480", "jpg", "v", "1635784392"]}, "81": {"text": "https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Iberico_producer_480x480.jpg?v=1635784418", "tokenized_text": ["https", "cdn", "shopify", "com", "s", "files", "1", "0025", "8002", "1309", "files", "iberico_producer_480x480", "jpg", "v", "1635784418"]}, "82": {"text": "https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Borough_Shop_x_11_480x480.jpg?v=1629714212", "tokenized_text": ["https", "cdn", "shopify", "com", "s", "files", "1", "0025", "8002", "1309", "files", "borough_shop_x_11_480x480", "jpg", "v", "1629714212"]}, "83": {"text": "http://cdn.shopify.com/s/files/1/0025/8002/1309/t/75/assets/popup-header-image_490x.jpg?v=143601077120798896961671709859", "tokenized_text": ["http", "cdn", "shopify", "com", "s", "files", "1", "0025", "8002", "1309", "t", "75", "assets", "popup", "header", "image_490x", "jpg", "v", "143601077120798896961671709859"]}, "84": {"text": "https://healthyceleb.com/wp-content/uploads/2018/10/Reid-Ewing-218x150.jpg", "tokenized_text": ["https", "healthyceleb", "com", "wp", "content", "uploads", "2018", "10", "reid", "ewing", "218x150", "jpg"]}, "85": {"text": "https://healthyceleb.com/wp-content/uploads/2018/01/Andrew-McMahon-Healthy-Celeb-218x150.jpg", "tokenized_text": ["https", "healthyceleb", "com", "wp", "content", "uploads", "2018", "01", "andrew", "mcmahon", "healthy", "celeb", "218x150", "jpg"]}, "86": {"text": "https://healthyceleb.com/wp-content/uploads/2015/07/Pay-Attention-To-The-Pain-218x150.jpg", "tokenized_text": ["https", "healthyceleb", "com", "wp", "content", "uploads", "2015", "07", "pay", "attention", "to", "the", "pain", "218x150", "jpg"]}, "87": {"text": "https://worldnews.su/wp-content/uploads/2022/06/db13846c370fcf02fadf1c37d160d76c.jpg", "tokenized_text": ["https", "worldnews", "su", "wp", "content", "uploads", "2022", "06", "db13846c370fcf02fadf1c37d160d76c", "jpg"]}, "88": {"text": "https://observer.com/wp-content/uploads/sites/2/2022/05/GettyImages-1240311308.jpg?quality=80&w=970&strip", "tokenized_text": ["https", "observer", "com", "wp", "content", "uploads", "sites", "2", "2022", "05", "gettyimages", "1240311308", "jpg", "quality", "80", "w", "970", "strip"]}, "89": {"text": "https://www.zwillgen.com/wp-content/uploads/2022/05/AdobeStock_394300808-960x540.jpeg", "tokenized_text": ["https", "www", "zwillgen", "com", "wp", "content", "uploads", "2022", "05", "adobestock_394300808", "960x540", "jpeg"]}, "90": {"text": "http://cdn.idropnews.com/wp-content/uploads/2018/04/23075239/Rainbow-iPhone-Wallpaper1-729x480.jpg", "tokenized_text": ["http", "cdn", "idropnews", "com", "wp", "content", "uploads", "2018", "04", "23075239", "rainbow", "iphone", "wallpaper1", "729x480", "jpg"]}, "91": {"text": "https://books.google.com/books/content/images/frontcover/L9fFDwAAQBAJ?fife=w200-h370", "tokenized_text": ["https", "books", "google", "com", "books", "content", "images", "frontcover", "l9ffdwaaqbaj", "fife", "w200", "h370"]}, "92": {"text": "https://books.google.com/books/content/images/frontcover/HEuKDgAAQBAJ?fife=w200-h370", "tokenized_text": ["https", "books", "google", "com", "books", "content", "images", "frontcover", "heukdgaaqbaj", "fife", "w200", "h370"]}, "93": {"text": "https://books.google.com/books/content/images/frontcover/QhlZEAAAQBAJ?fife=w200-h370", "tokenized_text": ["https", "books", "google", "com", "books", "content", "images", "frontcover", "qhlzeaaaqbaj", "fife", "w200", "h370"]}, "94": {"text": "https://books.google.com/books/content/images/frontcover/YmRmEAAAQBAJ?fife=w200-h370", "tokenized_text": ["https", "books", "google", "com", "books", "content", "images", "frontcover", "ymrmeaaaqbaj", "fife", "w200", "h370"]}, "95": {"text": "https://books.google.com/books/content/images/frontcover/yLwlneqlacQC?fife=w200-h370", "tokenized_text": ["https", "books", "google", "com", "books", "content", "images", "frontcover", "ylwlneqlacqc", "fife", "w200", "h370"]}, "96": {"text": "https://books.google.com/books/content/images/frontcover/N26meWqmtZsC?fife=w200-h370", "tokenized_text": ["https", "books", "google", "com", "books", "content", "images", "frontcover", "n26mewqmtzsc", "fife", "w200", "h370"]}, "97": {"text": "https://books.google.com/books/content/images/frontcover/TovHHlg84_cC?fife=w200-h370", "tokenized_text": ["https", "books", "google", "com", "books", "content", "images", "frontcover", "tovhhlg84_cc", "fife", "w200", "h370"]}, "98": {"text": "https://books.google.com/books/content/images/frontcover/B22dDwAAQBAJ?fife=w200-h370", "tokenized_text": ["https", "books", "google", "com", "books", "content", "images", "frontcover", "b22ddwaaqbaj", "fife", "w200", "h370"]}, "99": {"text": "https://books.google.com/books/content/images/frontcover/ql6qCgAAQBAJ?fife=w200-h370", "tokenized_text": ["https", "books", "google", "com", "books", "content", "images", "frontcover", "ql6qcgaaqbaj", "fife", "w200", "h370"]}, "100": {"text": "https://books.google.com/books/content/images/frontcover/ijxIDwAAQBAJ?fife=w200-h370", "tokenized_text": ["https", "books", "google", "com", "books", "content", "images", "frontcover", "ijxidwaaqbaj", "fife", "w200", "h370"]}, "101": {"text": "https://books.google.com/books/content/images/frontcover/XRM9C5VWH-AC?fife=w200-h370", "tokenized_text": ["https", "books", "google", "com", "books", "content", "images", "frontcover", "xrm9c5vwh", "ac", "fife", "w200", "h370"]}, "102": {"text": "https://books.google.com/books/content/images/frontcover/wshdEAAAQBAJ?fife=w200-h370", "tokenized_text": ["https", "books", "google", "com", "books", "content", "images", "frontcover", "wshdeaaaqbaj", "fife", "w200", "h370"]}, "103": {"text": "https://maestrofilm.files.wordpress.com/2014/10/american-psycho-2000.jpg?w\\u003d535\\u0026h\\u003d754", "tokenized_text": ["https", "maestrofilm", "files", "wordpress", "com", "2014", "10", "american", "psycho", "2000", "jpg", "w", "u003d535", "u0026h", "u003d754"]}, "104": {"text": "https://www.austinchronicle.com/imager/b/newfeature/640116/d119/pols_develop1-1.jpg", "tokenized_text": ["https", "www", "austinchronicle", "com", "imager", "b", "newfeature", "640116", "d119", "pols_develop1", "1", "jpg"]}, "105": {"text": "https://cdn.fame10.com/eyJidWNrZXQiOiJwdWItc3RvcmFnZSIsImtleSI6ImZhbWUxMC93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOC8wODA2MzcwNS5qcGciLCJlZGl0cyI6eyJ3ZWJwIjp7InF1YWxpdHkiOjgwfSwicmVzaXplIjp7ImZpdCI6ImNvdmVyIiwiYmFja2dyb3VuZCI6eyJyIjowLCJnIjowLCJiIjowLCJhbHBoYSI6MX0sIndpZHRoIjo4OTUsImhlaWdodCI6NDgwLCJwb3NpdGlvbiI6InRvcCJ9fX0=", "tokenized_text": ["https", "cdn", "fame10", "com", "eyjidwnrzxqioijwdwitc3rvcmfnzsisimtlesi6imzhbwuxmc93cc1jb250zw50l3vwbg9hzhmvmjaxns8woc8woda2mzcwns5qcgcilcjlzgl0cyi6eyj3zwjwijp7inf1ywxpdhkiojgwfswicmvzaxplijp7imzpdci6imnvdmvyiiwiymfja2dyb3vuzci6eyjyijowlcjnijowlcjiijowlcjhbhboysi6mx0sindpzhroijo4otusimhlawdodci6ndgwlcjwb3npdglvbii6inrvccj9fx0"]}, "106": {"text": "https://img.ednews.net/news/2020/10/photo_440902.jpg", "tokenized_text": ["https", "img", "ednews", "net", "news", "2020", "10", "photo_440902", "jpg"]}, "107": {"text": "https://www.hopefornigeriaonline.com/wp-content/uploads/2013/06/south-african-police.jpeg", "tokenized_text": ["https", "www", "hopefornigeriaonline", "com", "wp", "content", "uploads", "2013", "06", "south", "african", "police", "jpeg"]}, "108": {"text": "https://www.hopefornigeriaonline.com/wp-content/uploads/2013/05/olugbenga_ashiru-460x261.jpg", "tokenized_text": ["https", "www", "hopefornigeriaonline", "com", "wp", "content", "uploads", "2013", "05", "olugbenga_ashiru", "460x261", "jpg"]}, "109": {"text": "https://www.hopefornigeriaonline.com/wp-content/uploads/2013/05/desmond_tutu-460x261.jpg", "tokenized_text": ["https", "www", "hopefornigeriaonline", "com", "wp", "content", "uploads", "2013", "05", "desmond_tutu", "460x261", "jpg"]}, "110": {"text": "https://cmeindia.in/wp-content/uploads/2022/04/3rd-wave-study-cme-india-1080x675.jpg", "tokenized_text": ["https", "cmeindia", "in", "wp", "content", "uploads", "2022", "04", "3rd", "wave", "study", "cme", "india", "1080x675", "jpg"]}, "111": {"text": "https://media.sitra.fi/2015/12/24010343/saa2273.jpg", "tokenized_text": ["https", "media", "sitra", "fi", "2015", "12", "24010343", "saa2273", "jpg"]}, "112": {"text": "https://suesspiciousminds.files.wordpress.com/2013/05/countach-yellow-hanna-big.jpg?w=610&h=411", "tokenized_text": ["https", "suesspiciousminds", "files", "wordpress", "com", "2013", "05", "countach", "yellow", "hanna", "big", "jpg", "w", "610", "h", "411"]}, "113": {"text": "https://suesspiciousminds.files.wordpress.com/2013/05/wilma.jpg?w=610&h=688", "tokenized_text": ["https", "suesspiciousminds", "files", "wordpress", "com", "2013", "05", "wilma", "jpg", "w", "610", "h", "688"]}, "114": {"text": "https://www.exquisitecoasts.com/images/road-dingle-wild-atlantic-way-ireland.jpg", "tokenized_text": ["https", "www", "exquisitecoasts", "com", "images", "road", "dingle", "wild", "atlantic", "way", "ireland", "jpg"]}, "115": {"text": "https://www.exquisitecoasts.com/images/werner22brigitte-great-coastal-drives-big-sur-pixa.jpg", "tokenized_text": ["https", "www", "exquisitecoasts", "com", "images", "werner22brigitte", "great", "coastal", "drives", "big", "sur", "pixa", "jpg"]}, "116": {"text": "https://peterbowes.files.wordpress.com/2011/01/china-girl.jpg?w=229", "tokenized_text": ["https", "peterbowes", "files", "wordpress", "com", "2011", "01", "china", "girl", "jpg", "w", "229"]}, "117": {"text": "https://kurungabaa.files.wordpress.com/2010/03/kowloon.jpg?w=228&h=300", "tokenized_text": ["https", "kurungabaa", "files", "wordpress", "com", "2010", "03", "kowloon", "jpg", "w", "228", "h", "300"]}, "118": {"text": "https://ichef.bbci.co.uk/news/624/cpsprodpb/5224/production/_101682012_usgs1.jpg", "tokenized_text": ["https", "ichef", "bbci", "co", "uk", "news", "624", "cpsprodpb", "5224", "production", "_101682012_usgs1", "jpg"]}, "119": {"text": "http://archiveislam.com/wp-content/uploads/2013/01/muslim-snow-patrol.jpg", "tokenized_text": ["http", "archiveislam", "com", "wp", "content", "uploads", "2013", "01", "muslim", "snow", "patrol", "jpg"]}, "120": {"text": "http://archiveislam.com/wp-content/uploads/2013/01/muslim-neighbour.jpg", "tokenized_text": ["http", "archiveislam", "com", "wp", "content", "uploads", "2013", "01", "muslim", "neighbour", "jpg"]}, "121": {"text": "http://archiveislam.com/wp-content/uploads/2013/01/muslim-stockton.jpg", "tokenized_text": ["http", "archiveislam", "com", "wp", "content", "uploads", "2013", "01", "muslim", "stockton", "jpg"]}, "122": {"text": "http://archiveislam.com/wp-content/uploads/2013/01/muslim-berkshire.jpg", "tokenized_text": ["http", "archiveislam", "com", "wp", "content", "uploads", "2013", "01", "muslim", "berkshire", "jpg"]}, "123": {"text": "http://archiveislam.com/wp-content/uploads/2013/01/harvard-university-quran.jpg", "tokenized_text": ["http", "archiveislam", "com", "wp", "content", "uploads", "2013", "01", "harvard", "university", "quran", "jpg"]}, "124": {"text": "http://archiveislam.com/wp-content/uploads/2013/08/eid-google.jpg", "tokenized_text": ["http", "archiveislam", "com", "wp", "content", "uploads", "2013", "08", "eid", "google", "jpg"]}, "125": {"text": "http://archiveislam.com/wp-content/uploads/2014/05/islam-on-media.jpg", "tokenized_text": ["http", "archiveislam", "com", "wp", "content", "uploads", "2014", "05", "islam", "on", "media", "jpg"]}, "126": {"text": "https://thegatorseye.com/wp-content/uploads/2020/01/My-Post-1-2-900x675.jpg", "tokenized_text": ["https", "thegatorseye", "com", "wp", "content", "uploads", "2020", "01", "my", "post", "1", "2", "900x675", "jpg"]}, "127": {"text": "https://static.timesofisrael.com/jewishndev/uploads/2021/04/AN4T7158-640x400.jpg", "tokenized_text": ["https", "static", "timesofisrael", "com", "jewishndev", "uploads", "2021", "04", "an4t7158", "640x400", "jpg"]}, "128": {"text": "https://www.rowadventures.com/sites/rowadventures.com/files/styles/award/public/profile/Malcolm-Reed.jpg?itok=tUpXNECx", "tokenized_text": ["https", "www", "rowadventures", "com", "sites", "rowadventures", "com", "files", "styles", "award", "public", "profile", "malcolm", "reed", "jpg", "itok", "tupxnecx"]}, "129": {"text": "https://theshelfofunreadbooks.files.wordpress.com/2019/02/43217645.jpg?w=199&h=300", "tokenized_text": ["https", "theshelfofunreadbooks", "files", "wordpress", "com", "2019", "02", "43217645", "jpg", "w", "199", "h", "300"]}, "130": {"text": "http://energy.agwired.com/wp-content/uploads/sites/11/2010/10/FoodWaste-239x300.jpg", "tokenized_text": ["http", "energy", "agwired", "com", "wp", "content", "uploads", "sites", "11", "2010", "10", "foodwaste", "239x300", "jpg"]}, "131": {"text": "https://usc-images.s3.amazonaws.com/cache/microplastics-scaled-1024x512.0867de41.jpg", "tokenized_text": ["https", "usc", "images", "s3", "amazonaws", "com", "cache", "microplastics", "scaled", "1024x512", "0867de41", "jpg"]}, "132": {"text": "https://speedhunters-wp-production.s3.amazonaws.com/wp-content/uploads/2022/09/23051515/2022-BMW-M1-Procar-Speedhunters-by-Paddy-McGrath-14.jpg", "tokenized_text": ["https", "speedhunters", "wp", "production", "s3", "amazonaws", "com", "wp", "content", "uploads", "2022", "09", "23051515", "2022", "bmw", "m1", "procar", "speedhunters", "by", "paddy", "mcgrath", "14", "jpg"]}, "133": {"text": "https://images.hgmsites.net/hug/porsche-911-carrera_100864745_h.jpg", "tokenized_text": ["https", "images", "hgmsites", "net", "hug", "porsche", "911", "carrera_100864745_h", "jpg"]}, "134": {"text": "https://eoouae45rgb.exactdn.com/2022/11/Ferrari-Enzo@660x550.jpg", "tokenized_text": ["https", "eoouae45rgb", "exactdn", "com", "2022", "11", "ferrari", "enzo", "660x550", "jpg"]}, "135": {"text": "https://www.cycleworld.com/resizer/_0t6YxopDQQGqeJxRGW53fRMtPM=/979x734/filters:focal(611x370:621x380)/cloudfront-us-east-1.images.arcpublishing.com/octane/LYYNTZFGVFE3BF5KEA2A5IKOWU.jpg", "tokenized_text": ["https", "www", "cycleworld", "com", "resizer", "_0t6yxopdqqgqejxrgw53frmtpm", "979x734", "filters", "focal", "611x370", "621x380", "cloudfront", "us", "east", "1", "images", "arcpublishing", "com", "octane", "lyyntzfgvfe3bf5kea2a5ikowu", "jpg"]}, "136": {"text": "https://www.jazzituptruckandauto.com/wp-content/uploads/blog-jeep-lights.jpg", "tokenized_text": ["https", "www", "jazzituptruckandauto", "com", "wp", "content", "uploads", "blog", "jeep", "lights", "jpg"]}, "137": {"text": "https://gtspirit.com/wp-content/uploads/2022/11/Porsche-911-T-9.jpeg", "tokenized_text": ["https", "gtspirit", "com", "wp", "content", "uploads", "2022", "11", "porsche", "911", "t", "9", "jpeg"]}, "138": {"text": "https://www.gannett-cdn.com/-mm-/79abbaf0ccd99c1f0900f67a1a81ac796b72eea0/c=0-60-481-421/local/-/media/2016/06/10/GreatFalls/B9322505464Z.1_20160610193632_000_GVRELDNGA.1-0.jpg?width=534&height=401&fit=crop", "tokenized_text": ["https", "www", "gannett", "cdn", "com", "mm", "79abbaf0ccd99c1f0900f67a1a81ac796b72eea0", "c", "0", "60", "481", "421", "local", "media", "2016", "06", "10", "greatfalls", "b9322505464z", "1_20160610193632_000_gvreldnga", "1", "0", "jpg", "width", "534", "height", "401", "fit", "crop"]}, "139": {"text": "https://www.gannett-cdn.com/-mm-/22658ce5382b8f1b91e260836070d67069159f86/c=51-0-1104-792/local/-/media/2016/06/10/GreatFalls/B9322505464Z.1_20160610193632_000_GVRELE079.1-0.jpg?width=540&height=405&fit=crop", "tokenized_text": ["https", "www", "gannett", "cdn", "com", "mm", "22658ce5382b8f1b91e260836070d67069159f86", "c", "51", "0", "1104", "792", "local", "media", "2016", "06", "10", "greatfalls", "b9322505464z", "1_20160610193632_000_gvrele079", "1", "0", "jpg", "width", "540", "height", "405", "fit", "crop"]}, "140": {"text": "https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2011/11/Lady-Gaga-Judas.jpg", "tokenized_text": ["https", "cdn0", "tnwcdn", "com", "wp", "content", "blogs", "dir", "1", "files", "2011", "11", "lady", "gaga", "judas", "jpg"]}, "141": {"text": "https://pbs.twimg.com/media/Ev5nFlYWYAA5SYk?format=jpg&name=large", "tokenized_text": ["https", "pbs", "twimg", "com", "media", "ev5nflywyaa5syk", "format", "jpg", "name", "large"]}, "142": {"text": "https://movizark.files.wordpress.com/2018/09/charlie-day-0de987d60e62889d.jpg?w=300&h=210", "tokenized_text": ["https", "movizark", "files", "wordpress", "com", "2018", "09", "charlie", "day", "0de987d60e62889d", "jpg", "w", "300", "h", "210"]}, "143": {"text": "https://paradigmshyft495213390.files.wordpress.com/2022/02/dictator2-1.jpg?w=1120", "tokenized_text": ["https", "paradigmshyft495213390", "files", "wordpress", "com", "2022", "02", "dictator2", "1", "jpg", "w", "1120"]}, "144": {"text": "https://img.rasset.ie/0011ba1b-614.jpg?ratio=1.78", "tokenized_text": ["https", "img", "rasset", "ie", "0011ba1b", "614", "jpg", "ratio", "1", "78"]}, "145": {"text": "https://img.rasset.ie/0013280f-614.jpg?ratio=1.02", "tokenized_text": ["https", "img", "rasset", "ie", "0013280f", "614", "jpg", "ratio", "1", "02"]}, "146": {"text": "http://cmt.mtvnimages.com/uri/mgid:uma:image:cmt.com:1647334?quality=0.8&format=jpg&height=495&width=660", "tokenized_text": ["http", "cmt", "mtvnimages", "com", "uri", "mgid", "uma", "image", "cmt", "com", "1647334", "quality", "0", "8", "format", "jpg", "height", "495", "width", "660"]}, "147": {"text": "https://lh6.googleusercontent.com/-8G4ILMarj-M/TW7iTejGbsI/AAAAAAAACbg/jw9pauDtIKo/s400/hand_full_of_dirt-1.jpg", "tokenized_text": ["https", "lh6", "googleusercontent", "com", "8g4ilmarj", "m", "tw7itejgbsi", "aaaaaaaacbg", "jw9paudtiko", "s400", "hand_full_of_dirt", "1", "jpg"]}, "148": {"text": "https://dq5pwpg1q8ru0.cloudfront.net/2020/11/10/15/06/49/b5799939-68ea-49c0-ab38-5cbb3738a03f/lightstock_78933_small_nathan_klahsen.jpg", "tokenized_text": ["https", "dq5pwpg1q8ru0", "cloudfront", "net", "2020", "11", "10", "15", "06", "49", "b5799939", "68ea", "49c0", "ab38", "5cbb3738a03f", "lightstock_78933_small_nathan_klahsen", "jpg"]}, "149": {"text": "https://silverchips.mbhs.edu/uploads/images/2018/08/01/21712.jpg", "tokenized_text": ["https", "silverchips", "mbhs", "edu", "uploads", "images", "2018", "08", "01", "21712", "jpg"]}, "150": {"text": "http://realdealtheatre.webs.com/WestEnd%20Xtra%201.jpg", "tokenized_text": ["http", "realdealtheatre", "webs", "com", "westend", "20xtra", "201", "jpg"]}, "151": {"text": "http://realdealtheatre.webs.com/West%20End%20Extra%20Sitcom%20Saturday.jpg", "tokenized_text": ["http", "realdealtheatre", "webs", "com", "west", "20end", "20extra", "20sitcom", "20saturday", "jpg"]}, "152": {"text": "https://images-na.ssl-images-amazon.com/images/I/81Lz+z3qpkL.jpg", "tokenized_text": ["https", "images", "na", "ssl", "images", "amazon", "com", "images", "i", "81lz", "z3qpkl", "jpg"]}, "153": {"text": "https://www.ungeek.ph/wp-content/uploads/2016/10/Rock-Reacts.jpg", "tokenized_text": ["https", "www", "ungeek", "ph", "wp", "content", "uploads", "2016", "10", "rock", "reacts", "jpg"]}, "154": {"text": "https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock2-1024x576.jpg", "tokenized_text": ["https", "www", "ungeek", "ph", "wp", "content", "uploads", "2016", "10", "the", "rock2", "1024x576", "jpg"]}, "155": {"text": "https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock-cross-1024x576.jpg", "tokenized_text": ["https", "www", "ungeek", "ph", "wp", "content", "uploads", "2016", "10", "the", "rock", "cross", "1024x576", "jpg"]}, "156": {"text": "https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock-fanny-658x1024.jpg", "tokenized_text": ["https", "www", "ungeek", "ph", "wp", "content", "uploads", "2016", "10", "the", "rock", "fanny", "658x1024", "jpg"]}, "157": {"text": "https://holaamericanews.com/wp-content/uploads/2018/01/optimized-to-my-bros-696x522.jpg", "tokenized_text": ["https", "holaamericanews", "com", "wp", "content", "uploads", "2018", "01", "optimized", "to", "my", "bros", "696x522", "jpg"]}, "158": {"text": "https://holaamericanews.com/wp-content/uploads/2018/01/Carmona-1-150x150.jpg", "tokenized_text": ["https", "holaamericanews", "com", "wp", "content", "uploads", "2018", "01", "carmona", "1", "150x150", "jpg"]}, "159": {"text": "https://nobeladventures.files.wordpress.com/2019/04/img_1574.jpg?w=1088", "tokenized_text": ["https", "nobeladventures", "files", "wordpress", "com", "2019", "04", "img_1574", "jpg", "w", "1088"]}, "160": {"text": "https://nobeladventures.files.wordpress.com/2019/04/img_1573.jpg?w=739", "tokenized_text": ["https", "nobeladventures", "files", "wordpress", "com", "2019", "04", "img_1573", "jpg", "w", "739"]}, "161": {"text": "https://nobeladventures.files.wordpress.com/2019/04/img_1574.jpg?w=739", "tokenized_text": ["https", "nobeladventures", "files", "wordpress", "com", "2019", "04", "img_1574", "jpg", "w", "739"]}, "162": {"text": "https://nobeladventures.files.wordpress.com/2019/04/1e0d34bc-fb2c-430e-9fb6-20c4bac7ad46.jpg?w=739", "tokenized_text": ["https", "nobeladventures", "files", "wordpress", "com", "2019", "04", "1e0d34bc", "fb2c", "430e", "9fb6", "20c4bac7ad46", "jpg", "w", "739"]}, "163": {"text": "https://nobeladventures.files.wordpress.com/2019/04/img_0352.jpg?w=739", "tokenized_text": ["https", "nobeladventures", "files", "wordpress", "com", "2019", "04", "img_0352", "jpg", "w", "739"]}, "164": {"text": "https://nobeladventures.files.wordpress.com/2019/04/img_0361.jpg?w=739", "tokenized_text": ["https", "nobeladventures", "files", "wordpress", "com", "2019", "04", "img_0361", "jpg", "w", "739"]}, "165": {"text": "https://nobeladventures.files.wordpress.com/2019/04/img_0364.jpg?w=739", "tokenized_text": ["https", "nobeladventures", "files", "wordpress", "com", "2019", "04", "img_0364", "jpg", "w", "739"]}, "166": {"text": "https://nobeladventures.files.wordpress.com/2019/04/img_0368.jpg?w=739", "tokenized_text": ["https", "nobeladventures", "files", "wordpress", "com", "2019", "04", "img_0368", "jpg", "w", "739"]}, "167": {"text": "https://nobeladventures.files.wordpress.com/2019/04/img_0377.jpg?w=739", "tokenized_text": ["https", "nobeladventures", "files", "wordpress", "com", "2019", "04", "img_0377", "jpg", "w", "739"]}, "168": {"text": "https://nobeladventures.files.wordpress.com/2019/04/img_1575.jpg?w=739", "tokenized_text": ["https", "nobeladventures", "files", "wordpress", "com", "2019", "04", "img_1575", "jpg", "w", "739"]}, "169": {"text": "https://www.nationalhogfarmer.com/sites/nationalhogfarmer.com/files/styles/article_featured_standard/public/NHF-pigsbarns_2.jpg?itok=dAtEUiHd", "tokenized_text": ["https", "www", "nationalhogfarmer", "com", "sites", "nationalhogfarmer", "com", "files", "styles", "article_featured_standard", "public", "nhf", "pigsbarns_2", "jpg", "itok", "dateuihd"]}, "170": {"text": "https://www.nationalhogfarmer.com/sites/cet.com/files/Plain%20graphic%201%2010.21.png", "tokenized_text": ["https", "www", "nationalhogfarmer", "com", "sites", "cet", "com", "files", "plain", "20graphic", "201", "2010", "21", "png"]}, "171": {"text": "https://www.nationalhogfarmer.com/sites/cet.com/files/Plain%20graphic%202.png", "tokenized_text": ["https", "www", "nationalhogfarmer", "com", "sites", "cet", "com", "files", "plain", "20graphic", "202", "png"]}, "172": {"text": "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%203%2010.21.png", "tokenized_text": ["https", "www", "nationalhogfarmer", "com", "sites", "cet", "com", "files", "plain", "20graphic", "203", "2010", "21", "png"]}, "173": {"text": "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%204%2010.21.png", "tokenized_text": ["https", "www", "nationalhogfarmer", "com", "sites", "cet", "com", "files", "plain", "20graphic", "204", "2010", "21", "png"]}, "174": {"text": "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%205%2010.21.png", "tokenized_text": ["https", "www", "nationalhogfarmer", "com", "sites", "cet", "com", "files", "plain", "20graphic", "205", "2010", "21", "png"]}, "175": {"text": "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%206%2010.21.png", "tokenized_text": ["https", "www", "nationalhogfarmer", "com", "sites", "cet", "com", "files", "plain", "20graphic", "206", "2010", "21", "png"]}, "176": {"text": "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%207%2010.21.png", "tokenized_text": ["https", "www", "nationalhogfarmer", "com", "sites", "cet", "com", "files", "plain", "20graphic", "207", "2010", "21", "png"]}, "177": {"text": "https://lthumb.lisimg.com/731/11355731.jpg?width=170&sharpen=true", "tokenized_text": ["https", "lthumb", "lisimg", "com", "731", "11355731", "jpg", "width", "170", "sharpen", "true"]}, "178": {"text": "http://cdn.shopify.com/s/files/1/1372/5377/articles/Most-Popular-Concealed-Carry-Guns-Web-GunGoddess-min_1600x.jpg?v=1623552029", "tokenized_text": ["http", "cdn", "shopify", "com", "s", "files", "1", "1372", "5377", "articles", "most", "popular", "concealed", "carry", "guns", "web", "gungoddess", "min_1600x", "jpg", "v", "1623552029"]}, "179": {"text": "http://cdn.shopify.com/s/files/1/1372/5377/articles/5-things-to-do-after-buying-a-gun-GunGoddess-min_1600x.jpg?v=1623552024", "tokenized_text": ["http", "cdn", "shopify", "com", "s", "files", "1", "1372", "5377", "articles", "5", "things", "to", "do", "after", "buying", "a", "gun", "gungoddess", "min_1600x", "jpg", "v", "1623552024"]}, "180": {"text": "http://cdn.shopify.com/s/files/1/1372/5377/articles/Good-Advice-Buying-First-Gun-GunGoddess-min_1600x.jpg?v=1623552026", "tokenized_text": ["http", "cdn", "shopify", "com", "s", "files", "1", "1372", "5377", "articles", "good", "advice", "buying", "first", "gun", "gungoddess", "min_1600x", "jpg", "v", "1623552026"]}, "181": {"text": "http://cdn.shopify.com/s/files/1/1372/5377/articles/terms-buying-a-handgun-GunGoddess-min_1600x.jpg?v=1623552032", "tokenized_text": ["http", "cdn", "shopify", "com", "s", "files", "1", "1372", "5377", "articles", "terms", "buying", "a", "handgun", "gungoddess", "min_1600x", "jpg", "v", "1623552032"]}, "182": {"text": "https://www.historytoday.com/sites/default/files/styles/teaser_list/public/bayeaux.jpg?itok=FTrCT1nV", "tokenized_text": ["https", "www", "historytoday", "com", "sites", "default", "files", "styles", "teaser_list", "public", "bayeaux", "jpg", "itok", "ftrct1nv"]}, "183": {"text": "https://www.historytoday.com/sites/default/files/styles/teaser_list/public/roxane_thumb.jpg?itok=2JRBz_Qx", "tokenized_text": ["https", "www", "historytoday", "com", "sites", "default", "files", "styles", "teaser_list", "public", "roxane_thumb", "jpg", "itok", "2jrbz_qx"]}, "184": {"text": "https://www.gsa.gov/cdnstatic/ABG.jpg", "tokenized_text": ["https", "www", "gsa", "gov", "cdnstatic", "abg", "jpg"]}, "185": {"text": "https://www.gsa.gov/cdnstatic/02_AfricanBurial_lo.jpg", "tokenized_text": ["https", "www", "gsa", "gov", "cdnstatic", "02_africanburial_lo", "jpg"]}, "186": {"text": "https://hd-report.com/wp-content/uploads/2014/02/netflix-ISP-rankings-january-452x600.jpg", "tokenized_text": ["https", "hd", "report", "com", "wp", "content", "uploads", "2014", "02", "netflix", "isp", "rankings", "january", "452x600", "jpg"]}, "187": {"text": "https://www.lawyersandsettlements.com/images/articles2/Pill-bottle-money-article.jpg", "tokenized_text": ["https", "www", "lawyersandsettlements", "com", "images", "articles2", "pill", "bottle", "money", "article", "jpg"]}, "188": {"text": "https://www.adorama.com/images/Large/msigs65st054.jpg", "tokenized_text": ["https", "www", "adorama", "com", "images", "large", "msigs65st054", "jpg"]}, "189": {"text": "https://m.xcite.com/media/catalog/product/cache/1/thumbnail/550x400/9df78eab33525d08d6e5fb8d27136e95/b/u/buy_msi_core_i7_8gb_ram_1tb_hdd___128gb_ssd_4gb_nvidia_15_inch_gaming_laptop_-_gv627rd_price_result_1.jpg", "tokenized_text": ["https", "m", "xcite", "com", "media", "catalog", "product", "cache", "1", "thumbnail", "550x400", "9df78eab33525d08d6e5fb8d27136e95", "b", "u", "buy_msi_core_i7_8gb_ram_1tb_hdd___128gb_ssd_4gb_nvidia_15_inch_gaming_laptop_", "_gv627rd_price_result_1", "jpg"]}, "190": {"text": "http://2.bp.blogspot.com/-sf0huKQfzIM/T6BLLO-tVtI/AAAAAAAAAMk/Y9UG5CT8aiE/s640/March+2012+Bank+of+Italy+Collateral+Composition.tiff", "tokenized_text": ["http", "2", "bp", "blogspot", "com", "sf0hukqfzim", "t6bllo", "tvti", "aaaaaaaaamk", "y9ug5ct8aie", "s640", "march", "2012", "bank", "of", "italy", "collateral", "composition", "tiff"]}, "191": {"text": "http://3.bp.blogspot.com/-PZnlKliPoQY/T6BLIQ60wVI/AAAAAAAAAMc/I7O604qgZjA/s640/August+Bank+of+Italy+Collateral+Composition.tiff", "tokenized_text": ["http", "3", "bp", "blogspot", "com", "pznlklipoqy", "t6bliq60wvi", "aaaaaaaaamc", "i7o604qgzja", "s640", "august", "bank", "of", "italy", "collateral", "composition", "tiff"]}, "192": {"text": "http://4.bp.blogspot.com/-xZA9Yo3d6eA/T6BRjbLh4fI/AAAAAAAAAMw/56QAQJLjSzI/s400/Italian+Banks'+net+purchases+of+government+debt.tiff", "tokenized_text": ["http", "4", "bp", "blogspot", "com", "xza9yo3d6ea", "t6brjblh4fi", "aaaaaaaaamw", "56qaqjljszi", "s400", "italian", "banks", "net", "purchases", "of", "government", "debt", "tiff"]}, "193": {"text": "https://assets.thehansindia.com/h-upload/2021/08/30/1105118-cpi.webp", "tokenized_text": ["https", "assets", "thehansindia", "com", "h", "upload", "2021", "08", "30", "1105118", "cpi", "webp"]}, "194": {"text": "https://wkuf.fm/wp-content/uploads/2018/03/JLM-Image-300x264.jpg", "tokenized_text": ["https", "wkuf", "fm", "wp", "content", "uploads", "2018", "03", "jlm", "image", "300x264", "jpg"]}, "195": {"text": "https://wkuf.fm/wp-content/uploads/2019/07/50s60s-300x283.jpg", "tokenized_text": ["https", "wkuf", "fm", "wp", "content", "uploads", "2019", "07", "50s60s", "300x283", "jpg"]}, "196": {"text": "https://dailytimes.com.pk/assets/uploads/2018/09/21/53f51f8c8c076.jpg", "tokenized_text": ["https", "dailytimes", "com", "pk", "assets", "uploads", "2018", "09", "21", "53f51f8c8c076", "jpg"]}, "197": {"text": "https://www.dailyfinland.fi/assets/news_photos/2021/04/29/image-21426.jpg", "tokenized_text": ["https", "www", "dailyfinland", "fi", "assets", "news_photos", "2021", "04", "29", "image", "21426", "jpg"]}, "198": {"text": "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-1-e1570716278120-400x284.png", "tokenized_text": ["https", "newcanaanlandtrust", "org", "wp", "content", "uploads", "2019", "03", "hannan", "1", "e1570716278120", "400x284", "png"]}, "199": {"text": "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-3-400x284.png", "tokenized_text": ["https", "newcanaanlandtrust", "org", "wp", "content", "uploads", "2019", "03", "hannan", "3", "400x284", "png"]}, "200": {"text": "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-6-400x284.png", "tokenized_text": ["https", "newcanaanlandtrust", "org", "wp", "content", "uploads", "2019", "03", "hannan", "6", "400x284", "png"]}, "201": {"text": "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-7-400x284.png", "tokenized_text": ["https", "newcanaanlandtrust", "org", "wp", "content", "uploads", "2019", "03", "hannan", "7", "400x284", "png"]}, "202": {"text": "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-4-400x284.png", "tokenized_text": ["https", "newcanaanlandtrust", "org", "wp", "content", "uploads", "2019", "03", "hannan", "4", "400x284", "png"]}, "203": {"text": "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-5-400x284.png", "tokenized_text": ["https", "newcanaanlandtrust", "org", "wp", "content", "uploads", "2019", "03", "hannan", "5", "400x284", "png"]}, "204": {"text": "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-9-400x284.png", "tokenized_text": ["https", "newcanaanlandtrust", "org", "wp", "content", "uploads", "2019", "03", "hannan", "9", "400x284", "png"]}, "205": {"text": "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-10-400x284.png", "tokenized_text": ["https", "newcanaanlandtrust", "org", "wp", "content", "uploads", "2019", "03", "hannan", "10", "400x284", "png"]}, "206": {"text": "https://3.bp.blogspot.com/-TMfMfVXZKuk/V0OgTNnJ7lI/AAAAAAAAD1c/rWvp4xRRtCQvIPERG82YCNcLUi3NVWMlACLcB/s640/IMF%2BGreece%2Bunemployment.jpg", "tokenized_text": ["https", "3", "bp", "blogspot", "com", "tmfmfvxzkuk", "v0ogtnnj7li", "aaaaaaaad1c", "rwvp4xrrtcqviperg82ycnclui3nvwmlaclcb", "s640", "imf", "2bgreece", "2bunemployment", "jpg"]}, "207": {"text": "https://2.bp.blogspot.com/-hvCX7VTUuD8/V0Ohm0li81I/AAAAAAAAD1o/_5I0nhaPzxQYHErCN8RB75reLyf5eBBwgCLcB/s640/IMF%2BGreece%2Binvestment.jpg", "tokenized_text": ["https", "2", "bp", "blogspot", "com", "hvcx7vtuud8", "v0ohm0li81i", "aaaaaaaad1o", "_5i0nhapzxqyhercn8rb75relyf5ebbwgclcb", "s640", "imf", "2bgreece", "2binvestment", "jpg"]}, "208": {"text": "https://2.bp.blogspot.com/-bJoNbOfCTZA/V0OjmGjAfiI/AAAAAAAAD10/nxNHpa0uxm8lz2qT558RFINIoTo4-TFSACLcB/s640/IMF%2BGreece%2BTFP.jpg", "tokenized_text": ["https", "2", "bp", "blogspot", "com", "bjonbofctza", "v0ojmgjafii", "aaaaaaaad10", "nxnhpa0uxm8lz2qt558rfinioto4", "tfsaclcb", "s640", "imf", "2bgreece", "2btfp", "jpg"]}, "209": {"text": "http://philadelphia.cbslocal.com/wp-content/uploads/sites/15116066/2013/02/lumineers_street1.jpg", "tokenized_text": ["http", "philadelphia", "cbslocal", "com", "wp", "content", "uploads", "sites", "15116066", "2013", "02", "lumineers_street1", "jpg"]}, "210": {"text": "http://www.tdisport.com/wp-content/uploads/2009/09/58701vw--300x225.jpg", "tokenized_text": ["http", "www", "tdisport", "com", "wp", "content", "uploads", "2009", "09", "58701vw", "300x225", "jpg"]}, "211": {"text": "https://www.betarena.com/wp-content/uploads/elementor/thumbs/Atlanta-United-vs-Montreal-Impact-Betting-Tip-and-Prediction-oedudyfgljiufdvu3gvnjqo22e10pz8bi28wikjrcs.jpg", "tokenized_text": ["https", "www", "betarena", "com", "wp", "content", "uploads", "elementor", "thumbs", "atlanta", "united", "vs", "montreal", "impact", "betting", "tip", "and", "prediction", "oedudyfgljiufdvu3gvnjqo22e10pz8bi28wikjrcs", "jpg"]}, "212": {"text": "https://www.betarena.com/wp-content/uploads/2020/02/AEK-300x169.jpeg", "tokenized_text": ["https", "www", "betarena", "com", "wp", "content", "uploads", "2020", "02", "aek", "300x169", "jpeg"]}, "213": {"text": "https://www.betarena.com/wp-content/uploads/2020/02/Atromitos-300x204.jpg", "tokenized_text": ["https", "www", "betarena", "com", "wp", "content", "uploads", "2020", "02", "atromitos", "300x204", "jpg"]}, "214": {"text": "https://www.betarena.com/wp-content/uploads/2020/02/Aris-370x305.jpg", "tokenized_text": ["https", "www", "betarena", "com", "wp", "content", "uploads", "2020", "02", "aris", "370x305", "jpg"]}, "215": {"text": "https://www.betarena.com/wp-content/uploads/2020/02/Leon-1-370x305.jpg", "tokenized_text": ["https", "www", "betarena", "com", "wp", "content", "uploads", "2020", "02", "leon", "1", "370x305", "jpg"]}, "216": {"text": "https://www.betarena.com/wp-content/uploads/2020/01/pngfuel.com_.png", "tokenized_text": ["https", "www", "betarena", "com", "wp", "content", "uploads", "2020", "01", "pngfuel", "com_", "png"]}, "217": {"text": "http://climateemergencydeclaration.org/wp-content/uploads/2021/02/MelanieScaife_CouncilMeeting-collage800.jpg", "tokenized_text": ["http", "climateemergencydeclaration", "org", "wp", "content", "uploads", "2021", "02", "melaniescaife_councilmeeting", "collage800", "jpg"]}, "218": {"text": "http://i.forbesimg.com/media/lists/companies/bausch-plus-lomb_416x416.jpg", "tokenized_text": ["http", "i", "forbesimg", "com", "media", "lists", "companies", "bausch", "plus", "lomb_416x416", "jpg"]}, "219": {"text": "https://megamarathi.com/wp-content/uploads/2016/11/Braveheart-Marathi-Movie-Selected-In-Third-Eye-Asian-Film-Festival.jpg", "tokenized_text": ["https", "megamarathi", "com", "wp", "content", "uploads", "2016", "11", "braveheart", "marathi", "movie", "selected", "in", "third", "eye", "asian", "film", "festival", "jpg"]}, "220": {"text": "https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-12-27-12-54-43_deco.jpg", "tokenized_text": ["https", "plantpowerednomad", "com", "wp", "content", "uploads", "2015", "03", "wpid", "2014", "12", "27", "12", "54", "43_deco", "jpg"]}, "221": {"text": "https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2015-02-14-13-14-51_deco.jpg?w=225", "tokenized_text": ["https", "plantpowerednomad", "com", "wp", "content", "uploads", "2015", "03", "wpid", "2015", "02", "14", "13", "14", "51_deco", "jpg", "w", "225"]}, "222": {"text": "https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-09-14-12-48-37_deco.jpg?w=225", "tokenized_text": ["https", "plantpowerednomad", "com", "wp", "content", "uploads", "2015", "03", "wpid", "2014", "09", "14", "12", "48", "37_deco", "jpg", "w", "225"]}, "223": {"text": "https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-12-27-12-54-43_deco.jpg?w=225", "tokenized_text": ["https", "plantpowerednomad", "com", "wp", "content", "uploads", "2015", "03", "wpid", "2014", "12", "27", "12", "54", "43_deco", "jpg", "w", "225"]}, "224": {"text": "https://pnesterovacom.files.wordpress.com/2020/11/people-woman-hand-desk-6360.jpg?w=1250", "tokenized_text": ["https", "pnesterovacom", "files", "wordpress", "com", "2020", "11", "people", "woman", "hand", "desk", "6360", "jpg", "w", "1250"]}, "225": {"text": "https://pnesterovacom.files.wordpress.com/2020/12/learn-english-link2.png", "tokenized_text": ["https", "pnesterovacom", "files", "wordpress", "com", "2020", "12", "learn", "english", "link2", "png"]}, "226": {"text": "https://pnesterovacom.files.wordpress.com/2020/12/about-me-link.png", "tokenized_text": ["https", "pnesterovacom", "files", "wordpress", "com", "2020", "12", "about", "me", "link", "png"]}, "227": {"text": "https://pnesterovacom.files.wordpress.com/2020/12/self-intro-and-photo.png", "tokenized_text": ["https", "pnesterovacom", "files", "wordpress", "com", "2020", "12", "self", "intro", "and", "photo", "png"]}, "228": {"text": "https://shapingthefutureofpower.files.wordpress.com/2020/09/cropped-img_6919-e1600473840730.jpg", "tokenized_text": ["https", "shapingthefutureofpower", "files", "wordpress", "com", "2020", "09", "cropped", "img_6919", "e1600473840730", "jpg"]}, "229": {"text": "http://phototass4.cdnvideo.ru/width/1020_b9261fa1/tass/m2/en/uploads/i/20181001/1204153.jpg", "tokenized_text": ["http", "phototass4", "cdnvideo", "ru", "width", "1020_b9261fa1", "tass", "m2", "en", "uploads", "i", "20181001", "1204153", "jpg"]}, "230": {"text": "https://andoverleader.com/wp-content/uploads/2020/06/Edge-Of-Tomorrow-2-poster-1-1-1.webp", "tokenized_text": ["https", "andoverleader", "com", "wp", "content", "uploads", "2020", "06", "edge", "of", "tomorrow", "2", "poster", "1", "1", "1", "webp"]}, "231": {"text": "https://www.amnews.com/wp-content/uploads/sites/41/2016/11/Centre-1st-rd-18.jpg?w=1024", "tokenized_text": ["https", "www", "amnews", "com", "wp", "content", "uploads", "sites", "41", "2016", "11", "centre", "1st", "rd", "18", "jpg", "w", "1024"]}, "232": {"text": "https://res.cloudinary.com/practicaldev/image/fetch/s--aaLTJRhS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/jg3498ayt6ritcnotyfl.png", "tokenized_text": ["https", "res", "cloudinary", "com", "practicaldev", "image", "fetch", "s", "aaltjrhs", "c_limit", "2cf_auto", "2cfl_progressive", "2cq_auto", "2cw_880", "https", "dev", "to", "uploads", "s3", "amazonaws", "com", "i", "jg3498ayt6ritcnotyfl", "png"]}, "233": {"text": "https://v5.femalefirst.co.uk/image-library/partners/bang/land/1000/e/eddie-redmayne-aW1hZ2VzMS8yMDE4LzExLzE0LzAwNTM2NDAwMDE1NDIxO.jpg", "tokenized_text": ["https", "v5", "femalefirst", "co", "uk", "image", "library", "partners", "bang", "land", "1000", "e", "eddie", "redmayne", "aw1hz2vzms8ymde4lzexlze0lzawntm2ndawmde1ndixo", "jpg"]}, "234": {"text": "https://v5.femalefirst.co.uk/image-library/partners/bang/land/250/a/annie-wallace-aW1hZ2VzMS8yMDIxLzA2LzExLzE2MjM0MTAyMjBjcm9wcG.jpg", "tokenized_text": ["https", "v5", "femalefirst", "co", "uk", "image", "library", "partners", "bang", "land", "250", "a", "annie", "wallace", "aw1hz2vzms8ymdixlza2lzexlze2mjm0mtaymjbjcm9wcg", "jpg"]}, "235": {"text": "https://v5.femalefirst.co.uk/image-library/partners/bang/land/250/e/eddie-redmayne-aW1hZ2VzMS8yMDE4LzExLzEzLzA3MTY0MzcwMDE1NDIxN.jpg", "tokenized_text": ["https", "v5", "femalefirst", "co", "uk", "image", "library", "partners", "bang", "land", "250", "e", "eddie", "redmayne", "aw1hz2vzms8ymde4lzexlzezlza3mty0mzcwmde1ndixn", "jpg"]}, "236": {"text": "https://www.saturdayeveningpost.com/wp-content/uploads/satevepost/2017-so-pg18-motherdaughter.jpg", "tokenized_text": ["https", "www", "saturdayeveningpost", "com", "wp", "content", "uploads", "satevepost", "2017", "so", "pg18", "motherdaughter", "jpg"]}, "237": {"text": "http://feifa.eu/wp-content/uploads/2017/11/piggy-bank-statement-400-300x200.jpeg", "tokenized_text": ["http", "feifa", "eu", "wp", "content", "uploads", "2017", "11", "piggy", "bank", "statement", "400", "300x200", "jpeg"]}, "238": {"text": "http://blogs.reading.ac.uk/crg/files/2015/12/Mahleb2.jpg", "tokenized_text": ["http", "blogs", "reading", "ac", "uk", "crg", "files", "2015", "12", "mahleb2", "jpg"]}, "239": {"text": "http://blogs.reading.ac.uk/crg/files/2015/12/Mahleb_Grinder.jpg", "tokenized_text": ["http", "blogs", "reading", "ac", "uk", "crg", "files", "2015", "12", "mahleb_grinder", "jpg"]}, "240": {"text": "https://www.wired.com/images_blogs/underwire/2009/11/murdoch-line.png", "tokenized_text": ["https", "www", "wired", "com", "images_blogs", "underwire", "2009", "11", "murdoch", "line", "png"]}, "241": {"text": "https://www.gannett-cdn.com/-mm-/cfc530a7632537c29651d465286b807d63a5f9dc/c=194-0-1346-866/local/-/media/2015/10/16/Salem/Salem/635806085938526440-OR3.jpg?width=534&height=401&fit=crop", "tokenized_text": ["https", "www", "gannett", "cdn", "com", "mm", "cfc530a7632537c29651d465286b807d63a5f9dc", "c", "194", "0", "1346", "866", "local", "media", "2015", "10", "16", "salem", "salem", "635806085938526440", "or3", "jpg", "width", "534", "height", "401", "fit", "crop"]}, "242": {"text": "http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/03826eda33c092b93d8be28214d91a5c2b97d530/c=0-0-1039-1039/local/-/media/Salem/Salem/2014/07/24/1406236948010-14547399159-f018dfdd19-o.jpg", "tokenized_text": ["http", "www", "gannett", "cdn", "com", "mm", "9065941e142eb769bb76794c742e08d1e14ee558", "r", "300", "http", "www", "gannett", "cdn", "com", "mm", "9065941e142eb769bb76794c742e08d1e14ee558", "r", "300", "http", "www", "gannett", "cdn", "com", "mm", "03826eda33c092b93d8be28214d91a5c2b97d530", "c", "0", "0", "1039", "1039", "local", "media", "salem", "salem", "2014", "07", "24", "1406236948010", "14547399159", "f018dfdd19", "o", "jpg"]}, "243": {"text": "http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/00091fc00565a241cd46a450054aa381d5a1e6a1/c=300-0-1800-1500/local/-/media/Salem/2015/03/14/B9316553846Z.1_20150314190023_000_GFLA74H74.1-0.jpg", "tokenized_text": ["http", "www", "gannett", "cdn", "com", "mm", "9065941e142eb769bb76794c742e08d1e14ee558", "r", "300", "http", "www", "gannett", "cdn", "com", "mm", "9065941e142eb769bb76794c742e08d1e14ee558", "r", "300", "http", "www", "gannett", "cdn", "com", "mm", "00091fc00565a241cd46a450054aa381d5a1e6a1", "c", "300", "0", "1800", "1500", "local", "media", "salem", "2015", "03", "14", "b9316553846z", "1_20150314190023_000_gfla74h74", "1", "0", "jpg"]}, "244": {"text": "https://cdn.businesstraveller.com/wp-content/uploads/fly-images/856999/Boeings-10000th-737-916x516.jpeg", "tokenized_text": ["https", "cdn", "businesstraveller", "com", "wp", "content", "uploads", "fly", "images", "856999", "boeings", "10000th", "737", "916x516", "jpeg"]}, "245": {"text": "https://cdn.businesstraveller.com/wp-content/uploads/fly-images/849951/Max-71-360x203.jpeg", "tokenized_text": ["https", "cdn", "businesstraveller", "com", "wp", "content", "uploads", "fly", "images", "849951", "max", "71", "360x203", "jpeg"]}, "246": {"text": "https://cdn.businesstraveller.com/wp-content/uploads/fly-images/795138/K66629-01-360x203.jpg", "tokenized_text": ["https", "cdn", "businesstraveller", "com", "wp", "content", "uploads", "fly", "images", "795138", "k66629", "01", "360x203", "jpg"]}, "247": {"text": "https://cdn.businesstraveller.com/wp-content/uploads/fly-images/814749/Boeing-B737-Max-10-360x202.jpg", "tokenized_text": ["https", "cdn", "businesstraveller", "com", "wp", "content", "uploads", "fly", "images", "814749", "boeing", "b737", "max", "10", "360x202", "jpg"]}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/vocab_counts.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/vocab_counts.json new file mode 100644 index 0000000000000000000000000000000000000000..0aa723491714c29b9f83a7ca017846662695801d --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/vocab_counts.json @@ -0,0 +1 @@ +{"com": {"count": 228, "proportion": 0.06927985414767548, "vocab": "com"}, "https": {"count": 217, "proportion": 0.06593740504405955, "vocab": "https"}, "jpg": {"count": 192, "proportion": 0.05834092980856882, "vocab": "jpg"}, "content": {"count": 87, "proportion": 0.02643573381950775, "vocab": "content"}, "files": {"count": 82, "proportion": 0.0249164387724096, "vocab": "files"}, "uploads": {"count": 78, "proportion": 0.023701002734731084, "vocab": "uploads"}, "wp": {"count": 75, "proportion": 0.022789425706472195, "vocab": "wp"}, "www": {"count": 68, "proportion": 0.020662412640534793, "vocab": "www"}, "w": {"count": 55, "proportion": 0.01671224551807961, "vocab": "w"}, "wordpress": {"count": 54, "proportion": 0.016408386508659983, "vocab": "wordpress"}, "02": {"count": 42, "proportion": 0.01276207839562443, "vocab": "02"}, "images": {"count": 39, "proportion": 0.011850501367365542, "vocab": "images"}, "http": {"count": 37, "proportion": 0.011242783348526283, "vocab": "http"}, "2016": {"count": 37, "proportion": 0.011242783348526283, "vocab": "2016"}, "1088": {"count": 30, "proportion": 0.009115770282588878, "vocab": "1088"}, "talesofthetravelbug": {"count": 29, "proportion": 0.00881191127316925, "vocab": "talesofthetravelbug"}, "1": {"count": 28, "proportion": 0.00850805226374962, "vocab": "1"}, "cdn": {"count": 27, "proportion": 0.008204193254329991, "vocab": "cdn"}, "png": {"count": 26, "proportion": 0.007900334244910361, "vocab": "png"}, "books": {"count": 24, "proportion": 0.007292616226071103, "vocab": "books"}, "0": {"count": 21, "proportion": 0.006381039197812215, "vocab": "0"}, "2019": {"count": 21, "proportion": 0.006381039197812215, "vocab": "2019"}, "sites": {"count": 17, "proportion": 0.005165603160133698, "vocab": "sites"}, "upload": {"count": 17, "proportion": 0.005165603160133698, "vocab": "upload"}, "03": {"count": 16, "proportion": 0.004861744150714068, "vocab": "03"}, "2020": {"count": 16, "proportion": 0.004861744150714068, "vocab": "2020"}, "01": {"count": 16, "proportion": 0.004861744150714068, "vocab": "01"}, "04": {"count": 15, "proportion": 0.004557885141294439, "vocab": "04"}, "10": {"count": 15, "proportion": 0.004557885141294439, "vocab": "10"}, "2013": {"count": 14, "proportion": 0.00425402613187481, "vocab": "2013"}, "google": {"count": 13, "proportion": 0.003950167122455181, "vocab": "google"}, "12": {"count": 13, "proportion": 0.003950167122455181, "vocab": "12"}, "h370": {"count": 12, "proportion": 0.0036463081130355514, "vocab": "h370"}, "fife": {"count": 12, "proportion": 0.0036463081130355514, "vocab": "fife"}, "frontcover": {"count": 12, "proportion": 0.0036463081130355514, "vocab": "frontcover"}, "w200": {"count": 12, "proportion": 0.0036463081130355514, "vocab": "w200"}, "2015": {"count": 11, "proportion": 0.003342449103615922, "vocab": "2015"}, "etoren": {"count": 11, "proportion": 0.003342449103615922, "vocab": "etoren"}, "s": {"count": 11, "proportion": 0.003342449103615922, "vocab": "s"}, "2018": {"count": 11, "proportion": 0.003342449103615922, "vocab": "2018"}, "org": {"count": 10, "proportion": 0.003038590094196293, "vocab": "org"}, "shopify": {"count": 10, "proportion": 0.003038590094196293, "vocab": "shopify"}, "image": {"count": 10, "proportion": 0.003038590094196293, "vocab": "image"}, "05": {"count": 10, "proportion": 0.003038590094196293, "vocab": "05"}, "11": {"count": 10, "proportion": 0.003038590094196293, "vocab": "11"}, "gannett": {"count": 10, "proportion": 0.003038590094196293, "vocab": "gannett"}, "i": {"count": 10, "proportion": 0.003038590094196293, "vocab": "i"}, "2022": {"count": 10, "proportion": 0.003038590094196293, "vocab": "2022"}, "nobeladventures": {"count": 10, "proportion": 0.003038590094196293, "vocab": "nobeladventures"}, "v": {"count": 10, "proportion": 0.003038590094196293, "vocab": "v"}, "media": {"count": 10, "proportion": 0.003038590094196293, "vocab": "media"}, "06": {"count": 9, "proportion": 0.0027347310847766638, "vocab": "06"}, "jpeg": {"count": 9, "proportion": 0.0027347310847766638, "vocab": "jpeg"}, "body": {"count": 9, "proportion": 0.0027347310847766638, "vocab": "body"}, "mm": {"count": 9, "proportion": 0.0027347310847766638, "vocab": "mm"}, "2014": {"count": 9, "proportion": 0.0027347310847766638, "vocab": "2014"}, "nationalhogfarmer": {"count": 9, "proportion": 0.0027347310847766638, "vocab": "nationalhogfarmer"}, "2021": {"count": 9, "proportion": 0.0027347310847766638, "vocab": "2021"}, "739": {"count": 9, "proportion": 0.0027347310847766638, "vocab": "739"}, "300": {"count": 9, "proportion": 0.0027347310847766638, "vocab": "300"}, "hannan": {"count": 8, "proportion": 0.002430872075357034, "vocab": "hannan"}, "newcanaanlandtrust": {"count": 8, "proportion": 0.002430872075357034, "vocab": "newcanaanlandtrust"}, "2010": {"count": 8, "proportion": 0.002430872075357034, "vocab": "2010"}, "400x284": {"count": 8, "proportion": 0.002430872075357034, "vocab": "400x284"}, "width": {"count": 7, "proportion": 0.002127013065937405, "vocab": "width"}, "plain": {"count": 7, "proportion": 0.002127013065937405, "vocab": "plain"}, "2": {"count": 7, "proportion": 0.002127013065937405, "vocab": "2"}, "news": {"count": 7, "proportion": 0.002127013065937405, "vocab": "news"}, "archiveislam": {"count": 7, "proportion": 0.002127013065937405, "vocab": "archiveislam"}, "20graphic": {"count": 7, "proportion": 0.002127013065937405, "vocab": "20graphic"}, "uk": {"count": 7, "proportion": 0.002127013065937405, "vocab": "uk"}, "h": {"count": 7, "proportion": 0.002127013065937405, "vocab": "h"}, "cet": {"count": 7, "proportion": 0.002127013065937405, "vocab": "cet"}, "kit": {"count": 7, "proportion": 0.002127013065937405, "vocab": "kit"}, "21": {"count": 7, "proportion": 0.002127013065937405, "vocab": "21"}, "09": {"count": 7, "proportion": 0.002127013065937405, "vocab": "09"}, "imgur": {"count": 6, "proportion": 0.0018231540565177757, "vocab": "imgur"}, "box": {"count": 6, "proportion": 0.0018231540565177757, "vocab": "box"}, "blogspot": {"count": 6, "proportion": 0.0018231540565177757, "vocab": "blogspot"}, "bp": {"count": 6, "proportion": 0.0018231540565177757, "vocab": "bp"}, "betarena": {"count": 6, "proportion": 0.0018231540565177757, "vocab": "betarena"}, "googleusercontent": {"count": 6, "proportion": 0.0018231540565177757, "vocab": "googleusercontent"}, "stack": {"count": 6, "proportion": 0.0018231540565177757, "vocab": "stack"}, "d": {"count": 5, "proportion": 0.0015192950470981465, "vocab": "d"}, "co": {"count": 5, "proportion": 0.0015192950470981465, "vocab": "co"}, "articles": {"count": 5, "proportion": 0.0015192950470981465, "vocab": "articles"}, "local": {"count": 5, "proportion": 0.0015192950470981465, "vocab": "local"}, "fit": {"count": 5, "proportion": 0.0015192950470981465, "vocab": "fit"}, "c": {"count": 5, "proportion": 0.0015192950470981465, "vocab": "c"}, "height": {"count": 5, "proportion": 0.0015192950470981465, "vocab": "height"}, "img": {"count": 5, "proportion": 0.0015192950470981465, "vocab": "img"}, "8002": {"count": 5, "proportion": 0.0015192950470981465, "vocab": "8002"}, "07": {"count": 5, "proportion": 0.0015192950470981465, "vocab": "07"}, "s0": {"count": 5, "proportion": 0.0015192950470981465, "vocab": "s0"}, "s640": {"count": 5, "proportion": 0.0015192950470981465, "vocab": "s640"}, "salem": {"count": 5, "proportion": 0.0015192950470981465, "vocab": "salem"}, "14": {"count": 5, "proportion": 0.0015192950470981465, "vocab": "14"}, "1309": {"count": 5, "proportion": 0.0015192950470981465, "vocab": "1309"}, "proxy": {"count": 5, "proportion": 0.0015192950470981465, "vocab": "proxy"}, "vidmid": {"count": 5, "proportion": 0.0015192950470981465, "vocab": "vidmid"}, "the": {"count": 5, "proportion": 0.0015192950470981465, "vocab": "the"}, "0025": {"count": 5, "proportion": 0.0015192950470981465, "vocab": "0025"}, "225": {"count": 4, "proportion": 0.001215436037678517, "vocab": "225"}, "fly": {"count": 4, "proportion": 0.001215436037678517, "vocab": "fly"}, "styles": {"count": 4, "proportion": 0.001215436037678517, "vocab": "styles"}, "1372": {"count": 4, "proportion": 0.001215436037678517, "vocab": "1372"}, "itok": {"count": 4, "proportion": 0.001215436037678517, "vocab": "itok"}, "r": {"count": 4, "proportion": 0.001215436037678517, "vocab": "r"}, "gungoddess": {"count": 4, "proportion": 0.001215436037678517, "vocab": "gungoddess"}, "black": {"count": 4, "proportion": 0.001215436037678517, "vocab": "black"}, "08": {"count": 4, "proportion": 0.001215436037678517, "vocab": "08"}, "businesstraveller": {"count": 4, "proportion": 0.001215436037678517, "vocab": "businesstraveller"}, "ungeek": {"count": 4, "proportion": 0.001215436037678517, "vocab": "ungeek"}, "5377": {"count": 4, "proportion": 0.001215436037678517, "vocab": "5377"}, "wpid": {"count": 4, "proportion": 0.001215436037678517, "vocab": "wpid"}, "to": {"count": 4, "proportion": 0.001215436037678517, "vocab": "to"}, "of": {"count": 4, "proportion": 0.001215436037678517, "vocab": "of"}, "net": {"count": 4, "proportion": 0.001215436037678517, "vocab": "net"}, "ph": {"count": 4, "proportion": 0.001215436037678517, "vocab": "ph"}, "plantpowerednomad": {"count": 4, "proportion": 0.001215436037678517, "vocab": "plantpowerednomad"}, "pnesterovacom": {"count": 4, "proportion": 0.001215436037678517, "vocab": "pnesterovacom"}, "muslim": {"count": 4, "proportion": 0.001215436037678517, "vocab": "muslim"}, "9065941e142eb769bb76794c742e08d1e14ee558": {"count": 4, "proportion": 0.001215436037678517, "vocab": "9065941e142eb769bb76794c742e08d1e14ee558"}, "min_1600x": {"count": 4, "proportion": 0.001215436037678517, "vocab": "min_1600x"}, "t200": {"count": 4, "proportion": 0.001215436037678517, "vocab": "t200"}, "x": {"count": 4, "proportion": 0.001215436037678517, "vocab": "x"}, "public": {"count": 4, "proportion": 0.001215436037678517, "vocab": "public"}, "assets": {"count": 4, "proportion": 0.001215436037678517, "vocab": "assets"}, "v5": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "v5"}, "eos": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "eos"}, "hopefornigeriaonline": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "hopefornigeriaonline"}, "femalefirst": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "femalefirst"}, "2017": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "2017"}, "silver": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "silver"}, "3": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "3"}, "crop": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "crop"}, "healthyceleb": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "healthyceleb"}, "buying": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "buying"}, "tiff": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "tiff"}, "lumix": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "lumix"}, "webp": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "webp"}, "bank": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "bank"}, "partners": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "partners"}, "a": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "a"}, "ac": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "ac"}, "amazonaws": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "amazonaws"}, "library": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "library"}, "2bgreece": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "2bgreece"}, "land": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "land"}, "218x150": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "218x150"}, "bang": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "bang"}, "s3": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "s3"}, "blogs": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "blogs"}, "res": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "res"}, "imf": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "imf"}, "rock": {"count": 3, "proportion": 0.0009115770282588879, "vocab": "rock"}, "cache": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "cache"}, "collateral": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "collateral"}, "9": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "9"}, "crg": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "crg"}, "911": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "911"}, "dc": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "dc"}, "webs": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "webs"}, "composition": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "composition"}, "white": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "white"}, "toptipz": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "toptipz"}, "cmt": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "cmt"}, "and": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "and"}, "birmingcabbie": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "birmingcabbie"}, "b": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "b"}, "cloudinary": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "cloudinary"}, "b9322505464z": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "b9322505464z"}, "cloudfront": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "cloudfront"}, "wkuf": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "wkuf"}, "cdnstatic": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "cdnstatic"}, "big": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "big"}, "cbslocal": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "cbslocal"}, "dark": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "dark"}, "ng": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "ng"}, "debate": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "debate"}, "lh5": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "lh5"}, "img_1574": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "img_1574"}, "redmayne": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "redmayne"}, "in": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "in"}, "italy": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "italy"}, "realdealtheatre": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "realdealtheatre"}, "reading": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "reading"}, "ratio": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "ratio"}, "large": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "large"}, "lh3": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "lh3"}, "rasset": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "rasset"}, "default": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "default"}, "quality": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "quality"}, "m": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "m"}, "m50": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "m50"}, "max": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "max"}, "mk": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "mk"}, "production": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "production"}, "porsche": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "porsche"}, "my": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "my"}, "paulinepark": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "paulinepark"}, "rowadventures": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "rowadventures"}, "ii": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "ii"}, "ie": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "ie"}, "s400": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "s400"}, "e": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "e"}, "eddie": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "eddie"}, "teaser_list": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "teaser_list"}, "exquisitecoasts": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "exquisitecoasts"}, "fetch": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "fetch"}, "fi": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "fi"}, "t": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "t"}, "suesspiciousminds": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "suesspiciousminds"}, "format": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "format"}, "g": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "g"}, "gov": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "gov"}, "greatfalls": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "greatfalls"}, "gsa": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "gsa"}, "gun": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "gun"}, "gx9": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "gx9"}, "speedhunters": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "speedhunters"}, "henryusa": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "henryusa"}, "historytoday": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "historytoday"}, "holaamericanews": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "holaamericanews"}, "ssl": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "ssl"}, "fm": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "fm"}, "2011": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "2011"}, "1024x576": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "1024x576"}, "360x203": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "360x203"}, "54": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "54"}, "610": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "610"}, "201": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "201"}, "1039": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "1039"}, "370x305": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "370x305"}, "15": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "15"}, "534": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "534"}, "250": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "250"}, "401": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "401"}, "460x261": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "460x261"}, "5": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "5"}, "43_deco": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "43_deco"}, "27": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "27"}, "4": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "4"}, "2009": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "2009"}, "614": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "614"}, "540": {"count": 2, "proportion": 0.0006077180188392585, "vocab": "540"}, "octane": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "octane"}, "oedudyfgljiufdvu3gvnjqo22e10pz8bi28wikjrcs": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "oedudyfgljiufdvu3gvnjqo22e10pz8bi28wikjrcs"}, "o": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "o"}, "observer": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "observer"}, "o5ebdzeenxn2kgpwdz5gswstafgcaba": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "o5ebdzeenxn2kgpwdz5gswstafgcaba"}, "nxnhpa0uxm8lz2qt558rfinioto4": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "nxnhpa0uxm8lz2qt558rfinioto4"}, "norwood": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "norwood"}, "nhf": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "nhf"}, "olugbenga_ashiru": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "olugbenga_ashiru"}, "on": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "on"}, "640x400": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "640x400"}, "open": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "open"}, "n86ryjqbx7oytprry9": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "n86ryjqbx7oytprry9"}, "msigs65st054": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "msigs65st054"}, "mtvnimages": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "mtvnimages"}, "murdoch": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "murdoch"}, "203": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "203"}, "mx": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "mx"}, "20210504000952_0": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "20210504000952_0"}, "mza_13260582032712560114": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "mza_13260582032712560114"}, "mzstatic": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "mzstatic"}, "n26mewqmtzsc": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "n26mewqmtzsc"}, "na": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "na"}, "news_photos": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "news_photos"}, "name": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "name"}, "202": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "202"}, "neighbour": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "neighbour"}, "20181001": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "20181001"}, "netflix": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "netflix"}, "new": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "new"}, "2017_herald_1_a001__2017_09_04_img_636397938897683883_w_1_1_0ujgpn5o_l1091358173_img_636397938897683883_w_1_1_0ujgpn5o": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "2017_herald_1_a001__2017_09_04_img_636397938897683883_w_1_1_0ujgpn5o_l1091358173_img_636397938897683883_w_1_1_0ujgpn5o"}, "newfeature": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "newfeature"}, "2012": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "2012"}, "only": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "only"}, "2000": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "2000"}, "optimized": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "optimized"}, "1_20150314190023_000_gfla74h74": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1_20150314190023_000_gfla74h74"}, "photo": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "photo"}, "photo_440902": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "photo_440902"}, "phototass4": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "phototass4"}, "piggy": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "piggy"}, "pigsbarns_2": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "pigsbarns_2"}, "pill": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "pill"}, "pixa": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "pixa"}, "pk": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "pk"}, "1_20160610193632_000_gvreldnga": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1_20160610193632_000_gvreldnga"}, "plus": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "plus"}, "1_20160610193632_000_gvrele079": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1_20160610193632_000_gvrele079"}, "199": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "199"}, "194": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "194"}, "pngfuel": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "pngfuel"}, "podcasts124": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "podcasts124"}, "police": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "police"}, "pols_develop1": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "pols_develop1"}, "popular": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "popular"}, "popup": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "popup"}, "183x300": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "183x300"}, "philadelphia": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "philadelphia"}, "pg18": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "pg18"}, "or3": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "or3"}, "pain": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "pain"}, "movie": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "movie"}, "original": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "original"}, "orjaxymtwvcyauzalj2wtal8mw": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "orjaxymtwvcyauzalj2wtal8mw"}, "orko0": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "orko0"}, "otlsports": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "otlsports"}, "oviri": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "oviri"}, "owzij": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "owzij"}, "oxuqh": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "oxuqh"}, "paddy": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "paddy"}, "panasonic_lumix_dmc": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "panasonic_lumix_dmc"}, "peterbowes": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "peterbowes"}, "paradigmshyft495213390": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "paradigmshyft495213390"}, "1st": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1st"}, "patrol": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "patrol"}, "paul": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "paul"}, "1e0d34bc": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1e0d34bc"}, "pay": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "pay"}, "payday": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "payday"}, "pbs": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "pbs"}, "people": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "people"}, "movizark": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "movizark"}, "most": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "most"}, "motor1": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "motor1"}, "kurungabaa": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "kurungabaa"}, "22658ce5382b8f1b91e260836070d67069159f86": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "22658ce5382b8f1b91e260836070d67069159f86"}, "jpg_1187572215": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "jpg_1187572215"}, "judas": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "judas"}, "jw9paudtiko": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "jw9paudtiko"}, "k66629": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "k66629"}, "kalel_1200px": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "kalel_1200px"}, "kalel_buttstock2": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "kalel_buttstock2"}, "22": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "22"}, "kowloon": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "kowloon"}, "l9ffdwaaqbaj": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "l9ffdwaaqbaj"}, "jlm": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "jlm"}, "lady": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "lady"}, "lamborghini": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "lamborghini"}, "21712": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "21712"}, "2160": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "2160"}, "lawyersandsettlements": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "lawyersandsettlements"}, "learn": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "learn"}, "leon": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "leon"}, "21426": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "21426"}, "lh4": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "lh4"}, "228": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "228"}, "jg3498ayt6ritcnotyfl": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "jg3498ayt6ritcnotyfl"}, "lh6": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "lh6"}, "islam": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "islam"}, "india": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "india"}, "influencing": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "influencing"}, "innovation": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "innovation"}, "intro": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "intro"}, "ionigeria": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "ionigeria"}, "iphone": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "iphone"}, "iqeic": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "iqeic"}, "ireland": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "ireland"}, "is3": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "is3"}, "isp": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "isp"}, "jewishndev": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "jewishndev"}, "issues": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "issues"}, "italian": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "italian"}, "23051515": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "23051515"}, "229": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "229"}, "james": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "james"}, "january": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "january"}, "japanese_tea_blog_1024x1024": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "japanese_tea_blog_1024x1024"}, "jazzituptruckandauto": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "jazzituptruckandauto"}, "jeep": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "jeep"}, "210": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "210"}, "20xtra": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "20xtra"}, "motherdaughter": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "motherdaughter"}, "melaniescaife_councilmeeting": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "melaniescaife_councilmeeting"}, "march": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "march"}, "20c4bac7ad46": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "20c4bac7ad46"}, "mazatlan": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "mazatlan"}, "mbhs": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "mbhs"}, "mcgrath": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "mcgrath"}, "mcmahon": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "mcmahon"}, "me": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "me"}, "207": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "207"}, "megamarathi": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "megamarathi"}, "mgid": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "mgid"}, "management": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "management"}, "mgl": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "mgl"}, "microplastics": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "microplastics"}, "206": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "206"}, "minnesota": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "minnesota"}, "205": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "205"}, "204": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "204"}, "money": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "money"}, "montreal": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "montreal"}, "poster": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "poster"}, "marathi": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "marathi"}, "malcolm": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "malcolm"}, "lights": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "lights"}, "lthumb": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "lthumb"}, "lightstock_78933_small_nathan_klahsen": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "lightstock_78933_small_nathan_klahsen"}, "line": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "line"}, "link": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "link"}, "link2": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "link2"}, "lisimg": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "lisimg"}, "lists": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "lists"}, "loan": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "loan"}, "20sitcom": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "20sitcom"}, "lomb_416x416": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "lomb_416x416"}, "lumineers_street1": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "lumineers_street1"}, "mahleb_grinder": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "mahleb_grinder"}, "20saturday": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "20saturday"}, "lyyntzfgvfe3bf5kea2a5ikowu": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "lyyntzfgvfe3bf5kea2a5ikowu"}, "20extra": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "20extra"}, "m1": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "m1"}, "m2": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "m2"}, "m200": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "m200"}, "20end": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "20end"}, "maestrofilm": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "maestrofilm"}, "mahleb2": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "mahleb2"}, "post": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "post"}, "1800": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1800"}, "practicaldev": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "practicaldev"}, "1024x512": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1024x512"}, "u0026h": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "u0026h"}, "u003d535": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "u003d535"}, "u003d754": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "u003d754"}, "1024x683": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1024x683"}, "uma": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "uma"}, "underwire": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "underwire"}, "united": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "united"}, "university": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "university"}, "uofdt1p9ydeamjrpho8hwgjgm0xna5lkadmfa5ky5efegxqpdbuesfztwjbek2egkxnnbtjjldn": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "uofdt1p9ydeamjrpho8hwgjgm0xna5lkadmfa5ky5efegxqpdbuesfztwjbek2egkxnnbtjjldn"}, "1024": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1024"}, "vagabondinn": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "vagabondinn"}, "uri": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "uri"}, "urus": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "urus"}, "us": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "us"}, "usc": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "usc"}, "1020_b9261fa1": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1020_b9261fa1"}, "v0ogtnnj7li": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "v0ogtnnj7li"}, "v0ohm0li81i": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "v0ohm0li81i"}, "v0ojmgjafii": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "v0ojmgjafii"}, "v4": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "v4"}, "u": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "u"}, "twin": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "twin"}, "twimg": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "twimg"}, "tw7itejgbsi": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "tw7itejgbsi"}, "things": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "things"}, "third": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "third"}, "thumb": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "thumb"}, "thumbnail": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "thumbnail"}, "thumbs": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "thumbs"}, "1104": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1104"}, "timesofisrael": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "timesofisrael"}, "tip": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "tip"}, "title": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "title"}, "tmfmfvxzkuk": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "tmfmfvxzkuk"}, "tnwcdn": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "tnwcdn"}, "1080x675": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1080x675"}, "tomorrow": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "tomorrow"}, "tovhhlg84_cc": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "tovhhlg84_cc"}, "true": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "true"}, "ttxia": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "ttxia"}, "tupxnecx": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "tupxnecx"}, "turistas": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "turistas"}, "tvti": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "tvti"}, "10000th": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "10000th"}, "1000": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1000"}, "thehansindia": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "thehansindia"}, "001": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "001"}, "02_africanburial_lo": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "02_africanburial_lo"}, "wohqh0j30aejmwo1c5bjn6kqi3jeaowzoezdhs9s6swzba_btbjyajtp9": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "wohqh0j30aejmwo1c5bjn6kqi3jeaowzoezdhs9s6swzba_btbjyajtp9"}, "woman": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "woman"}, "0278": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "0278"}, "worldnews": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "worldnews"}, "018": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "018"}, "0013280f": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "0013280f"}, "wshdeaaaqbaj": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "wshdeaaaqbaj"}, "0011ba1b": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "0011ba1b"}, "xcite": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "xcite"}, "virginia": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "virginia"}, "xrm9c5vwh": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "xrm9c5vwh"}, "xza9yo3d6ea": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "xza9yo3d6ea"}, "y9ug5ct8aie": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "y9ug5ct8aie"}, "yellow": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "yellow"}, "ylwlneqlacqc": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "ylwlneqlacqc"}, "ymrmeaaaqbaj": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "ymrmeaaaqbaj"}, "ywyghzfkmdazz_qk8ygu4agub0msakl0ghxf8vqezwmx": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "ywyghzfkmdazz_qk8ygu4agub0msakl0ghxf8vqezwmx"}, "z3qpkl": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "z3qpkl"}, "zw6rkxtbxir83rm1ef4ak_fy_ev_yxnsjl454x6irbwlmrfr0el2iby9fbui5km6jmszjig6nkff2gdm6vwihiww5bbalwyodomclmjiud5i2mmmhwbapbin": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "zw6rkxtbxir83rm1ef4ak_fy_ev_yxnsjl454x6irbwlmrfr0el2iby9fbui5km6jmszjig6nkff2gdm6vwihiww5bbalwyodomclmjiud5i2mmmhwbapbin"}, "wired": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "wired"}, "wilma": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "wilma"}, "wild": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "wild"}, "03307800_1555497126_panasonic": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "03307800_1555497126_panasonic"}, "vs": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "vs"}, "0de987d60e62889d": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "0de987d60e62889d"}, "0867de41": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "0867de41"}, "wallace": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "wallace"}, "wallpaper1": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "wallpaper1"}, "wave": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "wave"}, "way": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "way"}, "wdhbrd2_09": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "wdhbrd2_09"}, "web": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "web"}, "webb": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "webb"}, "0505": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "0505"}, "03826eda33c092b93d8be28214d91a5c2b97d530": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "03826eda33c092b93d8be28214d91a5c2b97d530"}, "weekly": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "weekly"}, "weeklygripe": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "weeklygripe"}, "werner22brigitte": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "werner22brigitte"}, "west": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "west"}, "westend": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "westend"}, "wexiptby4udqvirhff13ljytsetve": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "wexiptby4udqvirhff13ljytsetve"}, "03465600_1612495860_canon": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "03465600_1612495860_canon"}, "theshelfofunreadbooks": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "theshelfofunreadbooks"}, "thegatorseye": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "thegatorseye"}, "prediction": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "prediction"}, "resourcefiles": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "resourcefiles"}, "1631449386230": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1631449386230"}, "1629714212": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1629714212"}, "1629313777": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1629313777"}, "ree1nnetg3gdd_fbkqjcclki947y": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "ree1nnetg3gdd_fbkqjcclki947y"}, "reed": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "reed"}, "reid": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "reid"}, "report": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "report"}, "1623552032": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1623552032"}, "resizer": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "resizer"}, "road": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "road"}, "15116066": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "15116066"}, "1623552029": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1623552029"}, "rock2": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "rock2"}, "1623552026": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1623552026"}, "roxane_thumb": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "roxane_thumb"}, "ru": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "ru"}, "rwvp4xrrtcqviperg82ycnclui3nvwmlaclcb": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "rwvp4xrrtcqviperg82ycnclui3nvwmlaclcb"}, "1623552024": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1623552024"}, "16": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "16"}, "s1": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "s1"}, "reacts": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "reacts"}, "rd": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "rd"}, "1635779263": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1635779263"}, "1635784392": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1635784392"}, "presto": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "presto"}, "procar": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "procar"}, "product": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "product"}, "impact": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "impact"}, "profile": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "profile"}, "18": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "18"}, "psycho": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "psycho"}, "170": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "170"}, "purchases": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "purchases"}, "pwau": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "pwau"}, "pznlklipoqy": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "pznlklipoqy"}, "qhlzeaaaqbaj": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "qhlzeaaaqbaj"}, "ql6qcgaaqbaj": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "ql6qcgaaqbaj"}, "qslu": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "qslu"}, "1647334": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1647334"}, "quran": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "quran"}, "1635784418": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1635784418"}, "rainbow": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "rainbow"}, "rankings": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "rankings"}, "15909630": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "15909630"}, "150x150": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "150x150"}, "1105118": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1105118"}, "11915800_1610599130_fujifilm": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "11915800_1610599130_fujifilm"}, "static": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "static"}, "stockton": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "stockton"}, "strip": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "strip"}, "study": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "study"}, "1250": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1250"}, "su": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "su"}, "1240311308": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1240311308"}, "sur": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "sur"}, "1204153": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1204153"}, "t6bliq60wvi": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "t6bliq60wvi"}, "saa2273": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "saa2273"}, "t6bllo": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "t6bllo"}, "t6brjblh4fi": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "t6brjblh4fi"}, "tags": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "tags"}, "11355731": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "11355731"}, "tass": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "tass"}, "tdisport": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "tdisport"}, "1120": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1120"}, "terms": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "terms"}, "tfsaclcb": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "tfsaclcb"}, "statement": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "statement"}, "13": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "13"}, "1346": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1346"}, "1406236948010": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1406236948010"}, "1500": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "1500"}, "satevepost": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "satevepost"}, "saturdayeveningpost": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "saturdayeveningpost"}, "savage": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "savage"}, "scaled": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "scaled"}, "selected": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "selected"}, "self": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "self"}, "sf0hukqfzim": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "sf0hukqfzim"}, "shapingthefutureofpower": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "shapingthefutureofpower"}, "sharpen": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "sharpen"}, "shutterstock_636139745": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "shutterstock_636139745"}, "14547399159": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "14547399159"}, "silverchips": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "silverchips"}, "143601077120798896961671709859": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "143601077120798896961671709859"}, "sitra": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "sitra"}, "slidelegend": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "slidelegend"}, "snow": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "snow"}, "so": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "so"}, "south": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "south"}, "23075239": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "23075239"}, "img_2878": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2878"}, "239x300": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "239x300"}, "boeings": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "boeings"}, "58701vw": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "58701vw"}, "56qaqjljszi": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "56qaqjljszi"}, "bjonbofctza": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "bjonbofctza"}, "550x400": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "550x400"}, "blog": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "blog"}, "5473": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "5473"}, "blogsmallimages": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "blogsmallimages"}, "bmw": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "bmw"}, "boeing": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "boeing"}, "53f51f8c8c076": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "53f51f8c8c076"}, "august": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "august"}, "borough_shop_x_11_480x480": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "borough_shop_x_11_480x480"}, "bottle": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "bottle"}, "bounds": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "bounds"}, "52f3": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "52f3"}, "braveheart": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "braveheart"}, "brighton": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "brighton"}, "brjpg": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "brjpg"}, "bros": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "bros"}, "5224": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "5224"}, "betting": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "betting"}, "5cbb3738a03f": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "5cbb3738a03f"}, "berkshire": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "berkshire"}, "bbef": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "bbef"}, "auto": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "auto"}, "aw1hz2vzms8ymde4lzexlze0lzawntm2ndawmde1ndixo": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "aw1hz2vzms8ymde4lzexlze0lzawntm2ndawmde1ndixo"}, "aw1hz2vzms8ymde4lzexlzezlza3mty0mzcwmde1ndixn": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "aw1hz2vzms8ymde4lzexlzezlza3mty0mzcwmde1ndixn"}, "aw1hz2vzms8ymdixlza2lzexlze2mjm0mtaymjbjcm9wcg": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "aw1hz2vzms8ymdixlza2lzexlze2mjm0mtaymjbjcm9wcg"}, "award": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "award"}, "60": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "60"}, "b22ddwaaqbaj": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "b22ddwaaqbaj"}, "b5799939": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "b5799939"}, "b737": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "b737"}, "b9316553846z": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "b9316553846z"}, "6": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "6"}, "5e59569e1f900": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "5e59569e1f900"}, "5e591b9f8a4b0": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "5e591b9f8a4b0"}, "banks": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "banks"}, "basketball": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "basketball"}, "bausch": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "bausch"}, "bayeaux": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "bayeaux"}, "bbc5": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "bbc5"}, "bbci": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "bbci"}, "buy_msi_core_i7_8gb_ram_1tb_hdd___128gb_ssd_4gb_nvidia_15_inch_gaming_laptop_": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "buy_msi_core_i7_8gb_ram_1tb_hdd___128gb_ssd_4gb_nvidia_15_inch_gaming_laptop_"}, "51_deco": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "51_deco"}, "by": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "by"}, "495": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "495"}, "cme": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "cme"}, "cmeindia": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "cmeindia"}, "48388800_1614219253_fujifilm": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "48388800_1614219253_fujifilm"}, "481": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "481"}, "coastal": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "coastal"}, "collage800": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "collage800"}, "480x480": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "480x480"}, "480x407": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "480x407"}, "com_": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "com_"}, "companies": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "companies"}, "48": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "48"}, "concealed": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "concealed"}, "countach": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "countach"}, "cpi": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "cpi"}, "cpsprodpb": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "cpsprodpb"}, "452x600": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "452x600"}, "45": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "45"}, "cropped": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "cropped"}, "cross": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "cross"}, "49": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "49"}, "climateemergencydeclaration": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "climateemergencydeclaration"}, "51": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "51"}, "china": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "china"}, "c_limit": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "c_limit"}, "50s60s": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "50s60s"}, "carbon": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "carbon"}, "carmona": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "carmona"}, "carrera_100864745_h": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "carrera_100864745_h"}, "carry": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "carry"}, "catalog": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "catalog"}, "50576300_1616029136_fujifilm": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "50576300_1616029136_fujifilm"}, "ccut": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "ccut"}, "cdn0": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "cdn0"}, "4xbcs": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "4xbcs"}, "cdnvideo": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "cdnvideo"}, "ce": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "ce"}, "celeb": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "celeb"}, "centre": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "centre"}, "49c0": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "49c0"}, "cfc530a7632537c29651d465286b807d63a5f9dc": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "cfc530a7632537c29651d465286b807d63a5f9dc"}, "champagne": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "champagne"}, "charlie": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "charlie"}, "austinchronicle": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "austinchronicle"}, "attention": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "attention"}, "d119": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "d119"}, "625": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "625"}, "81lz": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "81lz"}, "849951": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "849951"}, "856999": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "856999"}, "866": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "866"}, "8a": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "8a"}, "8g4ilmarj": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "8g4ilmarj"}, "8jfyitirimoyu57iv2itq9stzmh3yojdor7jvqrucojx_igwf_w_qmw80ap_qsiot7": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "8jfyitirimoyu57iv2itq9stzmh3yojdor7jvqrucojx_igwf_w_qmw80ap_qsiot7"}, "635806085938526440": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "635806085938526440"}, "900x675": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "900x675"}, "624": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "624"}, "atromitos": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "atromitos"}, "916x516": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "916x516"}, "960x540": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "960x540"}, "970": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "970"}, "979x734": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "979x734"}, "9a54feafe20c": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "9a54feafe20c"}, "9df78eab33525d08d6e5fb8d27136e95": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "9df78eab33525d08d6e5fb8d27136e95"}, "9fb6": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "9fb6"}, "_0t6yxopdqqgqejxrgw53frmtpm": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "_0t6yxopdqqgqejxrgw53frmtpm"}, "_101682012_usgs1": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "_101682012_usgs1"}, "814749": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "814749"}, "6360": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "6360"}, "80": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "80"}, "8": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "8"}, "660": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "660"}, "660x550": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "660x550"}, "688": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "688"}, "68ea": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "68ea"}, "696x522": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "696x522"}, "6b80db57100a": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "6b80db57100a"}, "7": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "7"}, "71": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "71"}, "729x480": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "729x480"}, "731": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "731"}, "73465000_1614219269_fujifilm": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "73465000_1614219269_fujifilm"}, "737": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "737"}, "640116": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "640116"}, "74035000_1624130187_canon": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "74035000_1624130187_canon"}, "75": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "75"}, "78": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "78"}, "792": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "792"}, "795138": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "795138"}, "79abbaf0ccd99c1f0900f67a1a81ac796b72eea0": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "79abbaf0ccd99c1f0900f67a1a81ac796b72eea0"}, "_5i0nhapzxqyhercn8rb75relyf5ebbwgclcb": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "_5i0nhapzxqyhercn8rb75relyf5ebbwgclcb"}, "__export": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "__export"}, "_gv627rd_price_result_1": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "_gv627rd_price_result_1"}, "ahr0chm6ly9zdg9yywdllmdvb2dszwfwaxmuy29tl2dhbwvjb2nrc29ubgluzs1jb20vmjaxny8woc9ky2mwzwjlns05odk4oty2lmpwzwc": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "ahr0chm6ly9zdg9yywdllmdvb2dszwfwaxmuy29tl2dhbwvjb2nrc29ubgluzs1jb20vmjaxny8woc9ky2mwzwjlns05odk4oty2lmpwzwc"}, "amazon": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "amazon"}, "611x370": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "611x370"}, "american": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "american"}, "amnews": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "amnews"}, "an4t7158": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "an4t7158"}, "andoverleader": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "andoverleader"}, "andrew": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "andrew"}, "annie": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "annie"}, "60x80": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "60x80"}, "arcpublishing": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "arcpublishing"}, "aris": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "aris"}, "article": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "article"}, "article_featured_standard": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "article_featured_standard"}, "60473500_1555497010_panasonic": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "60473500_1555497010_panasonic"}, "articles2": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "articles2"}, "asian": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "asian"}, "600x600bb": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "600x600bb"}, "atlanta": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "atlanta"}, "atlantic": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "atlantic"}, "aimg": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "aimg"}, "agwired": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "agwired"}, "_photoshop_img_2615": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "_photoshop_img_2615"}, "after": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "after"}, "_photoshop_img_2844": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "_photoshop_img_2844"}, "621x380": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "621x380"}, "aaaaaaaaamc": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "aaaaaaaaamc"}, "aaaaaaaaamk": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "aaaaaaaaamk"}, "aaaaaaaaamw": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "aaaaaaaaamw"}, "aaaaaaaacbg": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "aaaaaaaacbg"}, "aaaaaaaad10": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "aaaaaaaad10"}, "aaaaaaaad1c": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "aaaaaaaad1c"}, "aaaaaaaad1o": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "aaaaaaaad1o"}, "aaltjrhs": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "aaltjrhs"}, "ab38": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "ab38"}, "abg": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "abg"}, "about": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "about"}, "accessories": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "accessories"}, "adobestock_394300808": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "adobestock_394300808"}, "adorama": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "adorama"}, "advice": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "advice"}, "aek": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "aek"}, "african": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "african"}, "cycleworld": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "cycleworld"}, "d4": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "d4"}, "imgproxy": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "imgproxy"}, "2a": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "2a"}, "hgmsites": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "hgmsites"}, "2cf_auto": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "2cf_auto"}, "2bunemployment": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "2bunemployment"}, "2btfp": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "2btfp"}, "2binvestment": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "2binvestment"}, "2a506b32": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "2a506b32"}, "hug": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "hug"}, "hvcx7vtuud8": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "hvcx7vtuud8"}, "hysw_kh25vfhpfjkxoe2y5x88uunu": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "hysw_kh25vfhpfjkxoe2y5x88uunu"}, "i7o604qgzja": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "i7o604qgzja"}, "gripe": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "gripe"}, "iberico": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "iberico"}, "iberico_pigs_480x480": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "iberico_pigs_480x480"}, "iberico_producer_480x480": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "iberico_producer_480x480"}, "ichef": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "ichef"}, "idropnews": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "idropnews"}, "29": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "29"}, "ien4rfhqjtxf0y0kkki4e7vq5wa8xszzizkaacnn03qlgzng": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "ien4rfhqjtxf0y0kkki4e7vq5wa8xszzizkaacnn03qlgzng"}, "28524600_1612495853_canon": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "28524600_1612495853_canon"}, "ijxidwaaqbaj": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "ijxidwaaqbaj"}, "heukdgaaqbaj": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "heukdgaaqbaj"}, "heraldm": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "heraldm"}, "2cfl_progressive": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "2cfl_progressive"}, "2cq_auto": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "2cq_auto"}, "gtspirit": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "gtspirit"}, "300x225": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "300x225"}, "300x204": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "300x204"}, "guns": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "guns"}, "gx85_kit_20mm_ii_silver": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "gx85_kit_20mm_ii_silver"}, "300x200": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "300x200"}, "300x169": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "300x169"}, "30": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "30"}, "ham": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "ham"}, "hand": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "hand"}, "hand_full_of_dirt": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "hand_full_of_dirt"}, "handgun": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "handgun"}, "hanna": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "hanna"}, "2jrbz_qx": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "2jrbz_qx"}, "harvard": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "harvard"}, "hd": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "hd"}, "header": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "header"}, "healthy": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "healthy"}, "2cw_880": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "2cw_880"}, "image_1607022018_86288425": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "image_1607022018_86288425"}, "image_1607022019_96572726": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "image_1607022019_96572726"}, "image_1607022020_15618687": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "image_1607022020_15618687"}, "img_2686": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2686"}, "img_2698": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2698"}, "img_2710": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2710"}, "img_2722": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2722"}, "img_2751": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2751"}, "img_2768": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2768"}, "img_2788": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2788"}, "img_2790": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2790"}, "img_2809": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2809"}, "img_2813": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2813"}, "img_2816": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2816"}, "img_2826": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2826"}, "img_2862": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2862"}, "img_2868": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2868"}, "img_2874": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2874"}, "658x1024": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "658x1024"}, "img_2902": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2902"}, "img_2952": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2952"}, "img_2984": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2984"}, "img_6919": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_6919"}, "img_2690": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2690"}, "img_2630": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2630"}, "image_1611340213_9962819": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "image_1611340213_9962819"}, "img_2625": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2625"}, "image_1611349240_58992742": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "image_1611349240_58992742"}, "image_490x": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "image_490x"}, "imager": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "imager"}, "26": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "26"}, "images_blogs": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "images_blogs"}, "24010343": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "24010343"}, "img_0352": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_0352"}, "img_0361": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_0361"}, "img_0364": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_0364"}, "img_0368": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_0368"}, "img_0377": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_0377"}, "img_1573": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_1573"}, "24": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "24"}, "img_1575": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_1575"}, "img_2592": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2592"}, "img_2593": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2593"}, "img_2599": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2599"}, "img_2608": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2608"}, "img_2621": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "img_2621"}, "300x231": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "300x231"}, "300x264": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "300x264"}, "d42a8aae": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "d42a8aae"}, "elementor": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "elementor"}, "e1600473840730": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "e1600473840730"}, "eaa8": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "eaa8"}, "east": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "east"}, "41": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "41"}, "edge": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "edge"}, "ednews": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "ednews"}, "edu": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "edu"}, "eid": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "eid"}, "eis8jgpl57dbcmig": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "eis8jgpl57dbcmig"}, "en": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "en"}, "great": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "great"}, "energy": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "energy"}, "english": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "english"}, "enzo": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "enzo"}, "eoouae45rgb": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "eoouae45rgb"}, "405": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "405"}, "eppc": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "eppc"}, "er8gd8txgzzfz0smjbmgfl85ywbk20icjby5va9": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "er8gd8txgzzfz0smjbmgfl85ywbk20icjby5va9"}, "eu": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "eu"}, "ev5nflywyaa5syk": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "ev5nflywyaa5syk"}, "e1570716278120": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "e1570716278120"}, "411": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "411"}, "drives": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "drives"}, "dq5pwpg1q8ru0": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "dq5pwpg1q8ru0"}, "dailyfinland": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "dailyfinland"}, "dailytimes": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "dailytimes"}, "43217645": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "43217645"}, "dateuihd": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "dateuihd"}, "day": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "day"}, "db13846c370fcf02fadf1c37d160d76c": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "db13846c370fcf02fadf1c37d160d76c"}, "430e": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "430e"}, "4269": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "4269"}, "debt": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "debt"}, "421": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "421"}, "desk": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "desk"}, "desmond_tutu": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "desmond_tutu"}, "dev": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "dev"}, "dictator2": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "dictator2"}, "dingle": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "dingle"}, "dir": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "dir"}, "div_59c212ac1723dd1242167485": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "div_59c212ac1723dd1242167485"}, "dmc": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "dmc"}, "do": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "do"}, "ewing": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "ewing"}, "exactdn": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "exactdn"}, "400": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "400"}, "foodwaste": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "foodwaste"}, "36035400_1578056340_panasonic": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "36035400_1578056340_panasonic"}, "348x215": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "348x215"}, "ftrct1nv": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "ftrct1nv"}, "340x215": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "340x215"}, "gaga": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "gaga"}, "gamecocksonline": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "gamecocksonline"}, "3360": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "3360"}, "gauguin": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "gauguin"}, "gauguin56": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "gauguin56"}, "gettyimages": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "gettyimages"}, "gh4": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "gh4"}, "girl": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "girl"}, "glamsham": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "glamsham"}, "gold": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "gold"}, "good": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "good"}, "330x186": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "330x186"}, "323x330": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "323x330"}, "300x283": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "300x283"}, "government": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "government"}, "forbesimg": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "forbesimg"}, "focal": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "focal"}, "eye": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "eye"}, "00091fc00565a241cd46a450054aa381d5a1e6a1": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "00091fc00565a241cd46a450054aa381d5a1e6a1"}, "eyjidwnrzxqioijwdwitc3rvcmfnzsisimtlesi6imzhbwuxmc93cc1jb250zw50l3vwbg9hzhmvmjaxns8woc8woda2mzcwns5qcgcilcjlzgl0cyi6eyj3zwjwijp7inf1ywxpdhkiojgwfswicmvzaxplijp7imzpdci6imnvdmvyiiwiymfja2dyb3vuzci6eyjyijowlcjnijowlcjiijowlcjhbhboysi6mx0sindpzhroijo4otusimhlawdodci6ndgwlcjwb3npdglvbii6inrvccj9fx0": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "eyjidwnrzxqioijwdwitc3rvcmfnzsisimtlesi6imzhbwuxmc93cc1jb250zw50l3vwbg9hzhmvmjaxns8woc8woda2mzcwns5qcgcilcjlzgl0cyi6eyj3zwjwijp7inf1ywxpdhkiojgwfswicmvzaxplijp7imzpdci6imnvdmvyiiwiymfja2dyb3vuzci6eyjyijowlcjnijowlcjiijowlcjhbhboysi6mx0sindpzhroijo4otusimhlawdodci6ndgwlcjwb3npdglvbii6inrvccj9fx0"}, "f018dfdd19": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "f018dfdd19"}, "f8f324f76b556faeda82528199cc811b": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "f8f324f76b556faeda82528199cc811b"}, "factors": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "factors"}, "fame10": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "fame10"}, "fanny": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "fanny"}, "fb2c": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "fb2c"}, "feifa": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "feifa"}, "ferrari": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "ferrari"}, "festival": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "festival"}, "3rd": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "3rd"}, "3840": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "3840"}, "fiber": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "fiber"}, "37_deco": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "37_deco"}, "film": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "film"}, "filters": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "filters"}, "fire": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "fire"}, "first": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "first"}, "360x202": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "360x202"}, "zwillgen": {"count": 1, "proportion": 0.00030385900941962927, "vocab": "zwillgen"}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/zipf/zipf_basic_stats.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/zipf/zipf_basic_stats.json new file mode 100644 index 0000000000000000000000000000000000000000..6833bb5eee6df0b07ef8fc7a2c7199378286258b --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/zipf/zipf_basic_stats.json @@ -0,0 +1 @@ +{"xmin": 2, "xmax": 37, "alpha": 1.8710676460944697, "ks_distance": 0.03191782289837031, "p-value": 3.116559115982957e-05, "word_counts_unique": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21, 24, 26, 27, 28, 29, 30, 37, 39, 42, 54, 55, 192, 68, 75, 78, 82, 87, 217, 228], "word_ranks_unique": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37]} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/zipf/zipf_fig.html b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/zipf/zipf_fig.html new file mode 100644 index 0000000000000000000000000000000000000000..d91342315c5fe3546ac22ba30d429c8eeb568fd5 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/zipf/zipf_fig.html @@ -0,0 +1,14 @@ + + + +
+
+ + \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/zipf/zipf_fig.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/zipf/zipf_fig.json new file mode 100644 index 0000000000000000000000000000000000000000..f3e2a3fac3ea07399fa8771084e6c2dcbfa4bc80 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/zipf/zipf_fig.json @@ -0,0 +1 @@ +"{\"data\":[{\"hovertext\":[\"octane,oedudyfgljiufdvu3gvnjqo22e10pz8bi28wikjrcs,o,observer,o5ebdzeenxn2kgpwdz5gswstafgcaba,nxnhpa0uxm8lz2qt558rfinioto4,norwood,nhf,olugbenga_ashiru,on,640x400,open,n86ryjqbx7oytprry9,msigs65st054,mtvnimages,murdoch,203,mx,20210504000952_0,mza_13260582032712560114,mzstatic,n26mewqmtzsc,na,news_photos,name,202,neighbour,20181001,netflix,new,2017_herald_1_a001__2017_09_04_img_636397938897683883_w_1_1_0ujgpn5o_l1091358173_img_636397938897683883_w_1_1_0ujgpn5o,newfeature,2012,only,2000,optimized,1_20150314190023_000_gfla74h74,photo,photo_440902,phototass4,piggy,pigsbarns_2,pill,pixa,pk,1_20160610193632_000_gvreldnga,plus,1_20160610193632_000_gvrele079,199,194,pngfuel,podcasts124,police,pols_develop1,popular,popup,183x300,philadelphia,pg18,or3,pain,movie,original,orjaxymtwvcyauzalj2wtal8mw,orko0,otlsports,oviri,owzij,oxuqh,paddy,panasonic_lumix_dmc,peterbowes,paradigmshyft495213390,1st,patrol,paul,1e0d34bc,pay,payday,pbs,people,movizark,most,motor1,kurungabaa,22658ce5382b8f1b91e260836070d67069159f86,jpg_1187572215,judas,jw9paudtiko,k66629,kalel_1200px,kalel_buttstock2,22,kowloon,l9ffdwaaqbaj,jlm,lady,lamborghini,21712,2160,lawyersandsettlements,learn,leon,21426,lh4,228,jg3498ayt6ritcnotyfl,lh6,islam,india,influencing,innovation,intro,ionigeria,iphone,iqeic,ireland,is3,isp,jewishndev,issues,italian,23051515,229,james,january,japanese_tea_blog_1024x1024,jazzituptruckandauto,jeep,210,20xtra,motherdaughter,melaniescaife_councilmeeting,march,20c4bac7ad46,mazatlan,mbhs,mcgrath,mcmahon,me,207,megamarathi,mgid,management,mgl,microplastics,206,minnesota,205,204,money,montreal,poster,marathi,malcolm,lights,lthumb,lightstock_78933_small_nathan_klahsen,line,link,link2,lisimg,lists,loan,20sitcom,lomb_416x416,lumineers_street1,mahleb_grinder,20saturday,lyyntzfgvfe3bf5kea2a5ikowu,20extra,m1,m2,m200,20end,maestrofilm,mahleb2,post,1800,practicaldev,1024x512,u0026h,u003d535,u003d754,1024x683,uma,underwire,united,university,uofdt1p9ydeamjrpho8hwgjgm0xna5lkadmfa5ky5efegxqpdbuesfztwjbek2egkxnnbtjjldn,1024,vagabondinn,uri,urus,us,usc,1020_b9261fa1,v0ogtnnj7li,v0ohm0li81i,v0ojmgjafii,v4,u,twin,twimg,tw7itejgbsi,things,third,thumb,thumbnail,thumbs,1104,timesofisrael,tip,title,tmfmfvxzkuk,tnwcdn,1080x675,tomorrow,tovhhlg84_cc,true,ttxia,tupxnecx,turistas,tvti,10000th,1000,thehansindia,001,02_africanburial_lo,wohqh0j30aejmwo1c5bjn6kqi3jeaowzoezdhs9s6swzba_btbjyajtp9,woman,0278,worldnews,018,0013280f,wshdeaaaqbaj,0011ba1b,xcite,virginia,xrm9c5vwh,xza9yo3d6ea,y9ug5ct8aie,yellow,ylwlneqlacqc,ymrmeaaaqbaj,ywyghzfkmdazz_qk8ygu4agub0msakl0ghxf8vqezwmx,z3qpkl,zw6rkxtbxir83rm1ef4ak_fy_ev_yxnsjl454x6irbwlmrfr0el2iby9fbui5km6jmszjig6nkff2gdm6vwihiww5bbalwyodomclmjiud5i2mmmhwbapbin,wired,wilma,wild,03307800_1555497126_panasonic,vs,0de987d60e62889d,0867de41,wallace,wallpaper1,wave,way,wdhbrd2_09,web,webb,0505,03826eda33c092b93d8be28214d91a5c2b97d530,weekly,weeklygripe,werner22brigitte,west,westend,wexiptby4udqvirhff13ljytsetve,03465600_1612495860_canon,theshelfofunreadbooks,thegatorseye,prediction,resourcefiles,1631449386230,1629714212,1629313777,ree1nnetg3gdd_fbkqjcclki947y,reed,reid,report,1623552032,resizer,road,15116066,1623552029,rock2,1623552026,roxane_thumb,ru,rwvp4xrrtcqviperg82ycnclui3nvwmlaclcb,1623552024,16,s1,reacts,rd,1635779263,1635784392,presto,procar,product,impact,profile,18,psycho,170,purchases,pwau,pznlklipoqy,qhlzeaaaqbaj,ql6qcgaaqbaj,qslu,1647334,quran,1635784418,rainbow,rankings,15909630,150x150,1105118,11915800_1610599130_fujifilm,static,stockton,strip,study,1250,su,1240311308,sur,1204153,t6bliq60wvi,saa2273,t6bllo,t6brjblh4fi,tags,11355731,tass,tdisport,1120,terms,tfsaclcb,statement,13,1346,1406236948010,1500,satevepost,saturdayeveningpost,savage,scaled,selected,self,sf0hukqfzim,shapingthefutureofpower,sharpen,shutterstock_636139745,14547399159,silverchips,143601077120798896961671709859,sitra,slidelegend,snow,so,south,23075239,img_2878,239x300,boeings,58701vw,56qaqjljszi,bjonbofctza,550x400,blog,5473,blogsmallimages,bmw,boeing,53f51f8c8c076,august,borough_shop_x_11_480x480,bottle,bounds,52f3,braveheart,brighton,brjpg,bros,5224,betting,5cbb3738a03f,berkshire,bbef,auto,aw1hz2vzms8ymde4lzexlze0lzawntm2ndawmde1ndixo,aw1hz2vzms8ymde4lzexlzezlza3mty0mzcwmde1ndixn,aw1hz2vzms8ymdixlza2lzexlze2mjm0mtaymjbjcm9wcg,award,60,b22ddwaaqbaj,b5799939,b737,b9316553846z,6,5e59569e1f900,5e591b9f8a4b0,banks,basketball,bausch,bayeaux,bbc5,bbci,buy_msi_core_i7_8gb_ram_1tb_hdd___128gb_ssd_4gb_nvidia_15_inch_gaming_laptop_,51_deco,by,495,cme,cmeindia,48388800_1614219253_fujifilm,481,coastal,collage800,480x480,480x407,com_,companies,48,concealed,countach,cpi,cpsprodpb,452x600,45,cropped,cross,49,climateemergencydeclaration,51,china,c_limit,50s60s,carbon,carmona,carrera_100864745_h,carry,catalog,50576300_1616029136_fujifilm,ccut,cdn0,4xbcs,cdnvideo,ce,celeb,centre,49c0,cfc530a7632537c29651d465286b807d63a5f9dc,champagne,charlie,austinchronicle,attention,d119,625,81lz,849951,856999,866,8a,8g4ilmarj,8jfyitirimoyu57iv2itq9stzmh3yojdor7jvqrucojx_igwf_w_qmw80ap_qsiot7,635806085938526440,900x675,624,atromitos,916x516,960x540,970,979x734,9a54feafe20c,9df78eab33525d08d6e5fb8d27136e95,9fb6,_0t6yxopdqqgqejxrgw53frmtpm,_101682012_usgs1,814749,6360,80,8,660,660x550,688,68ea,696x522,6b80db57100a,7,71,729x480,731,73465000_1614219269_fujifilm,737,640116,74035000_1624130187_canon,75,78,792,795138,79abbaf0ccd99c1f0900f67a1a81ac796b72eea0,_5i0nhapzxqyhercn8rb75relyf5ebbwgclcb,__export,_gv627rd_price_result_1,ahr0chm6ly9zdg9yywdllmdvb2dszwfwaxmuy29tl2dhbwvjb2nrc29ubgluzs1jb20vmjaxny8woc9ky2mwzwjlns05odk4oty2lmpwzwc,amazon,611x370,american,amnews,an4t7158,andoverleader,andrew,annie,60x80,arcpublishing,aris,article,article_featured_standard,60473500_1555497010_panasonic,articles2,asian,600x600bb,atlanta,atlantic,aimg,agwired,_photoshop_img_2615,after,_photoshop_img_2844,621x380,aaaaaaaaamc,aaaaaaaaamk,aaaaaaaaamw,aaaaaaaacbg,aaaaaaaad10,aaaaaaaad1c,aaaaaaaad1o,aaltjrhs,ab38,abg,about,accessories,adobestock_394300808,adorama,advice,aek,african,cycleworld,d4,imgproxy,2a,hgmsites,2cf_auto,2bunemployment,2btfp,2binvestment,2a506b32,hug,hvcx7vtuud8,hysw_kh25vfhpfjkxoe2y5x88uunu,i7o604qgzja,gripe,iberico,iberico_pigs_480x480,iberico_producer_480x480,ichef,idropnews,29,ien4rfhqjtxf0y0kkki4e7vq5wa8xszzizkaacnn03qlgzng,28524600_1612495853_canon,ijxidwaaqbaj,heukdgaaqbaj,heraldm,2cfl_progressive,2cq_auto,gtspirit,300x225,300x204,guns,gx85_kit_20mm_ii_silver,300x200,300x169,30,ham,hand,hand_full_of_dirt,handgun,hanna,2jrbz_qx,harvard,hd,header,healthy,2cw_880,image_1607022018_86288425,image_1607022019_96572726,image_1607022020_15618687,img_2686,img_2698,img_2710,img_2722,img_2751,img_2768,img_2788,img_2790,img_2809,img_2813,img_2816,img_2826,img_2862,img_2868,img_2874,658x1024,img_2902,img_2952,img_2984,img_6919,img_2690,img_2630,image_1611340213_9962819,img_2625,image_1611349240_58992742,image_490x,imager,26,images_blogs,24010343,img_0352,img_0361,img_0364,img_0368,img_0377,img_1573,24,img_1575,img_2592,img_2593,img_2599,img_2608,img_2621,300x231,300x264,d42a8aae,elementor,e1600473840730,eaa8,east,41,edge,ednews,edu,eid,eis8jgpl57dbcmig,en,great,energy,english,enzo,eoouae45rgb,405,eppc,er8gd8txgzzfz0smjbmgfl85ywbk20icjby5va9,eu,ev5nflywyaa5syk,e1570716278120,411,drives,dq5pwpg1q8ru0,dailyfinland,dailytimes,43217645,dateuihd,day,db13846c370fcf02fadf1c37d160d76c,430e,4269,debt,421,desk,desmond_tutu,dev,dictator2,dingle,dir,div_59c212ac1723dd1242167485,dmc,do,ewing,exactdn,400,foodwaste,36035400_1578056340_panasonic,348x215,ftrct1nv,340x215,gaga,gamecocksonline,3360,gauguin,gauguin56,gettyimages,gh4,girl,glamsham,gold,good,330x186,323x330,300x283,government,forbesimg,focal,eye,00091fc00565a241cd46a450054aa381d5a1e6a1,eyjidwnrzxqioijwdwitc3rvcmfnzsisimtlesi6imzhbwuxmc93cc1jb250zw50l3vwbg9hzhmvmjaxns8woc8woda2mzcwns5qcgcilcjlzgl0cyi6eyj3zwjwijp7inf1ywxpdhkiojgwfswicmvzaxplijp7imzpdci6imnvdmvyiiwiymfja2dyb3vuzci6eyjyijowlcjnijowlcjiijowlcjhbhboysi6mx0sindpzhroijo4otusimhlawdodci6ndgwlcjwb3npdglvbii6inrvccj9fx0,f018dfdd19,f8f324f76b556faeda82528199cc811b,factors,fame10,fanny,fb2c,feifa,ferrari,festival,3rd,3840,fiber,37_deco,film,filters,fire,first,360x202,zwillgen\",\"cache,collateral,9,crg,911,dc,webs,composition,white,toptipz,cmt,and,birmingcabbie,b,cloudinary,b9322505464z,cloudfront,wkuf,cdnstatic,big,cbslocal,dark,ng,debate,lh5,img_1574,redmayne,in,italy,realdealtheatre,reading,ratio,large,lh3,rasset,default,quality,m,m50,max,mk,production,porsche,my,paulinepark,rowadventures,ii,ie,s400,e,eddie,teaser_list,exquisitecoasts,fetch,fi,t,suesspiciousminds,format,g,gov,greatfalls,gsa,gun,gx9,speedhunters,henryusa,historytoday,holaamericanews,ssl,fm,2011,1024x576,360x203,54,610,201,1039,370x305,15,534,250,401,460x261,5,43_deco,27,4,2009,614,540\",\"v5,eos,hopefornigeriaonline,femalefirst,2017,silver,3,crop,healthyceleb,buying,tiff,lumix,webp,bank,partners,a,ac,amazonaws,library,2bgreece,land,218x150,bang,s3,blogs,res,imf,rock\",\"225,fly,styles,1372,itok,r,gungoddess,black,08,businesstraveller,ungeek,5377,wpid,to,of,net,ph,plantpowerednomad,pnesterovacom,muslim,9065941e142eb769bb76794c742e08d1e14ee558,min_1600x,t200,x,public,assets\",\"d,co,articles,local,fit,c,height,img,8002,07,s0,s640,salem,14,1309,proxy,vidmid,the,0025\",\"imgur,box,blogspot,bp,betarena,googleusercontent,stack\",\"width,plain,2,news,archiveislam,20graphic,uk,h,cet,kit,21,09\",\"hannan,newcanaanlandtrust,2010,400x284\",\"06,jpeg,body,mm,2014,nationalhogfarmer,2021,739,300\",\"org,shopify,image,05,11,gannett,i,2022,nobeladventures,v,media\",\"2015,etoren,s,2018\",\"h370,fife,frontcover,w200\",\"google,12\",\"2013\",\"04,10\",\"03,2020,01\",\"sites,upload\",\"0,2019\",\"books\",\"png\",\"cdn\",\"1\",\"talesofthetravelbug\",\"1088\",\"http,2016\",\"images\",\"02\",\"wordpress\",\"w\",\"jpg\",\"www\",\"wp\",\"uploads\",\"files\",\"content\",\"https\",\"com\"],\"name\":\"Word Rank Frequency\",\"x\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37],\"y\":[228,217,192,87,82,78,75,68,55,54,42,39,37,37,30,29,28,27,26,24,21,21,17,17,16,16,16,15,15,14,13,13,12,12,12,12,11,11,11,11,10,10,10,10,10,10,10,10,10,10,10,9,9,9,9,9,9,9,9,9,8,8,8,8,7,7,7,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],\"type\":\"bar\"},{\"hovertext\":[\"v5,eos,hopefornigeriaonline,femalefirst,2017,silver,3,crop,healthyceleb,buying,tiff,lumix,webp,bank,partners,a,ac,amazonaws,library,2bgreece,land,218x150,bang,s3,blogs,res,imf,rock\",\"225,fly,styles,1372,itok,r,gungoddess,black,08,businesstraveller,ungeek,5377,wpid,to,of,net,ph,plantpowerednomad,pnesterovacom,muslim,9065941e142eb769bb76794c742e08d1e14ee558,min_1600x,t200,x,public,assets\",\"d,co,articles,local,fit,c,height,img,8002,07,s0,s640,salem,14,1309,proxy,vidmid,the,0025\",\"imgur,box,blogspot,bp,betarena,googleusercontent,stack\",\"width,plain,2,news,archiveislam,20graphic,uk,h,cet,kit,21,09\",\"hannan,newcanaanlandtrust,2010,400x284\",\"06,jpeg,body,mm,2014,nationalhogfarmer,2021,739,300\",\"org,shopify,image,05,11,gannett,i,2022,nobeladventures,v,media\",\"2015,etoren,s,2018\",\"h370,fife,frontcover,w200\",\"google,12\",\"2013\",\"04,10\",\"03,2020,01\",\"sites,upload\",\"0,2019\",\"books\",\"png\",\"cdn\",\"1\",\"talesofthetravelbug\",\"1088\",\"http,2016\",\"images\",\"02\",\"wordpress\",\"w\",\"jpg\",\"www\",\"wp\",\"uploads\",\"files\",\"content\",\"https\",\"com\"],\"line\":{\"color\":\"crimson\",\"width\":3},\"name\":\"Zipf Predicted Frequency\",\"x\":[3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37],\"y\":[114,66,44,31,23,18,15,12,10,9,7,6,6,5,4,4,4,3,3,3,3,2,2,2,2,2,2,2,1,1,1,1,1,1,1],\"type\":\"scatter\"}],\"layout\":{\"xaxis\":{\"range\":[0,100],\"title\":{\"text\":\"Word Rank\"}},\"template\":{\"data\":{\"candlestick\":[{\"decreasing\":{\"line\":{\"color\":\"#000033\"}},\"increasing\":{\"line\":{\"color\":\"#000032\"}},\"type\":\"candlestick\"}],\"contourcarpet\":[{\"colorscale\":[[0.0,\"#000011\"],[0.1111111111111111,\"#000012\"],[0.2222222222222222,\"#000013\"],[0.3333333333333333,\"#000014\"],[0.4444444444444444,\"#000015\"],[0.5555555555555556,\"#000016\"],[0.6666666666666666,\"#000017\"],[0.7777777777777778,\"#000018\"],[0.8888888888888888,\"#000019\"],[1.0,\"#000020\"]],\"type\":\"contourcarpet\"}],\"contour\":[{\"colorscale\":[[0.0,\"#000011\"],[0.1111111111111111,\"#000012\"],[0.2222222222222222,\"#000013\"],[0.3333333333333333,\"#000014\"],[0.4444444444444444,\"#000015\"],[0.5555555555555556,\"#000016\"],[0.6666666666666666,\"#000017\"],[0.7777777777777778,\"#000018\"],[0.8888888888888888,\"#000019\"],[1.0,\"#000020\"]],\"type\":\"contour\"}],\"heatmap\":[{\"colorscale\":[[0.0,\"#000011\"],[0.1111111111111111,\"#000012\"],[0.2222222222222222,\"#000013\"],[0.3333333333333333,\"#000014\"],[0.4444444444444444,\"#000015\"],[0.5555555555555556,\"#000016\"],[0.6666666666666666,\"#000017\"],[0.7777777777777778,\"#000018\"],[0.8888888888888888,\"#000019\"],[1.0,\"#000020\"]],\"type\":\"heatmap\"}],\"histogram2d\":[{\"colorscale\":[[0.0,\"#000011\"],[0.1111111111111111,\"#000012\"],[0.2222222222222222,\"#000013\"],[0.3333333333333333,\"#000014\"],[0.4444444444444444,\"#000015\"],[0.5555555555555556,\"#000016\"],[0.6666666666666666,\"#000017\"],[0.7777777777777778,\"#000018\"],[0.8888888888888888,\"#000019\"],[1.0,\"#000020\"]],\"type\":\"histogram2d\"}],\"icicle\":[{\"textfont\":{\"color\":\"white\"},\"type\":\"icicle\"}],\"sankey\":[{\"textfont\":{\"color\":\"#000036\"},\"type\":\"sankey\"}],\"scatter\":[{\"marker\":{\"line\":{\"width\":0}},\"type\":\"scatter\"}],\"table\":[{\"cells\":{\"fill\":{\"color\":\"#000038\"},\"font\":{\"color\":\"#000037\"},\"line\":{\"color\":\"#000039\"}},\"header\":{\"fill\":{\"color\":\"#000040\"},\"font\":{\"color\":\"#000036\"},\"line\":{\"color\":\"#000039\"}},\"type\":\"table\"}],\"waterfall\":[{\"connector\":{\"line\":{\"color\":\"#000036\",\"width\":2}},\"decreasing\":{\"marker\":{\"color\":\"#000033\"}},\"increasing\":{\"marker\":{\"color\":\"#000032\"}},\"totals\":{\"marker\":{\"color\":\"#000034\"}},\"type\":\"waterfall\"}]},\"layout\":{\"coloraxis\":{\"colorscale\":[[0.0,\"#000011\"],[0.1111111111111111,\"#000012\"],[0.2222222222222222,\"#000013\"],[0.3333333333333333,\"#000014\"],[0.4444444444444444,\"#000015\"],[0.5555555555555556,\"#000016\"],[0.6666666666666666,\"#000017\"],[0.7777777777777778,\"#000018\"],[0.8888888888888888,\"#000019\"],[1.0,\"#000020\"]]},\"colorscale\":{\"diverging\":[[0.0,\"#000021\"],[0.1,\"#000022\"],[0.2,\"#000023\"],[0.3,\"#000024\"],[0.4,\"#000025\"],[0.5,\"#000026\"],[0.6,\"#000027\"],[0.7,\"#000028\"],[0.8,\"#000029\"],[0.9,\"#000030\"],[1.0,\"#000031\"]],\"sequential\":[[0.0,\"#000011\"],[0.1111111111111111,\"#000012\"],[0.2222222222222222,\"#000013\"],[0.3333333333333333,\"#000014\"],[0.4444444444444444,\"#000015\"],[0.5555555555555556,\"#000016\"],[0.6666666666666666,\"#000017\"],[0.7777777777777778,\"#000018\"],[0.8888888888888888,\"#000019\"],[1.0,\"#000020\"]],\"sequentialminus\":[[0.0,\"#000011\"],[0.1111111111111111,\"#000012\"],[0.2222222222222222,\"#000013\"],[0.3333333333333333,\"#000014\"],[0.4444444444444444,\"#000015\"],[0.5555555555555556,\"#000016\"],[0.6666666666666666,\"#000017\"],[0.7777777777777778,\"#000018\"],[0.8888888888888888,\"#000019\"],[1.0,\"#000020\"]]},\"colorway\":[\"#000001\",\"#000002\",\"#000003\",\"#000004\",\"#000005\",\"#000006\",\"#000007\",\"#000008\",\"#000009\",\"#000010\"]}},\"title\":{\"text\":\"Word Counts, Observed and Predicted by Zipf\"},\"yaxis\":{\"title\":{\"text\":\"Frequency\"}},\"legend\":{\"yanchor\":\"top\",\"y\":0.99,\"xanchor\":\"left\",\"x\":0.1}}}" \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/identity_terms.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/identity_terms.json new file mode 100644 index 0000000000000000000000000000000000000000..c50e5fed0edf191ac666cc5136fde21da24128e2 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/identity_terms.json @@ -0,0 +1 @@ +["man", "she", "her", "he", "him", "his", "they", "them", "their"] \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-he-her.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-he-her.json new file mode 100644 index 0000000000000000000000000000000000000000..003dd4b90d1af47bc442081fe94febe67af95251 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-he-her.json @@ -0,0 +1 @@ +{"0": {"he - her": 0.09065067533410401, "he": 0.26699777980226896, "her": 0.17634710446816496}, "000": {"he - her": 0.0015935889595546926, "he": 0.3006831592734811, "her": 0.2990895703139264}, "04": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "08": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "1": {"he - her": 0.07236154101510611, "he": 0.3055831372808201, "her": 0.23322159626571398}, "10": {"he - her": 0.0750018815143216, "he": 0.31744744900414745, "her": 0.24244556748982585}, "100": {"he - her": -0.0314419960217662, "he": 0.23429344384660586, "her": 0.26573543986837206}, "12": {"he - her": -0.03151150852092349, "he": 0.2437529091537891, "her": 0.2752644176747126}, "13": {"he - her": -0.010060768674011678, "he": 0.27689607298703506, "her": 0.28695684166104674}, "14": {"he - her": 0.02103124655507224, "he": 0.2553763850179038, "her": 0.23434513846283153}, "15": {"he - her": 0.0013588962074146393, "he": 0.30978109402399057, "her": 0.3084221978165759}, "16": {"he - her": 0.05975782476853833, "he": 0.29410296323136986, "her": 0.23434513846283153}, "17": {"he - her": 0.0015935889595546926, "he": 0.3006831592734811, "her": 0.2990895703139264}, "18": {"he - her": 0.05886731358582925, "he": 0.3089870195223755, "her": 0.25011970593654625}, "18usd": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "19": {"he - her": 0.060221739855245704, "he": 0.28624427386523443, "her": 0.22602253400998873}, "1975": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "2": {"he - her": 0.024947851905221252, "he": 0.3002349226162437, "her": 0.27528707071102243}, "20": {"he - her": -0.02320713717922601, "he": 0.30656126980078335, "her": 0.32976840698000937}, "200": {"he - her": -0.054854995252296146, "he": 0.1952647106842501, "her": 0.25011970593654625}, "2011": {"he - her": 0.021441586916553124, "he": 0.2437529091537891, "her": 0.222311322237236}, "2012": {"he - her": -0.054854995252296146, "he": 0.1952647106842501, "her": 0.25011970593654625}, "2014": {"he - her": -0.05483215112043982, "he": 0.2019057450840961, "her": 0.2567378962045359}, "2015": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "2016": {"he - her": 0.07416495876414983, "he": 0.30851009722698136, "her": 0.23434513846283153}, "2019": {"he - her": -0.0316605805969703, "he": 0.27701210344138494, "her": 0.30867268403835524}, "20th": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "21": {"he - her": -0.054796015234521295, "he": 0.2096203028495787, "her": 0.2644163180841}, "22": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "24": {"he - her": -0.008394141683802259, "he": 0.241725564252744, "her": 0.25011970593654625}, "25": {"he - her": -0.060338143995625204, "he": 0.2557684047881779, "her": 0.3161065487838031}, "26": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "28": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "29": {"he - her": 0.041824726624879904, "he": 0.29194443256142616, "her": 0.25011970593654625}, "3": {"he - her": -0.001207398333995524, "he": 0.28710499651505855, "her": 0.2883123948490541}, "30": {"he - her": 0.0599995990972792, "he": 0.2900164768540788, "her": 0.23001687775679958}, "300": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "33": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "4": {"he - her": 0.041555350126314894, "he": 0.31079031655915573, "her": 0.26923496643284084}, "40": {"he - her": -0.06053462333024784, "he": 0.241725564252744, "her": 0.30226018758299183}, "40th": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "42": {"he - her": -0.054796015234521295, "he": 0.2096203028495787, "her": 0.2644163180841}, "45": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "5": {"he - her": 0.05066263007340871, "he": 0.2969698715742334, "her": 0.24630724150082467}, "58": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "6": {"he - her": 0.034095908019099896, "he": 0.2815342232205571, "her": 0.2474383152014572}, "69p": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "7": {"he - her": 0.07427698512241698, "he": 0.32714723735437007, "her": 0.2528702522319531}, "8": {"he - her": 0.1107212586431724, "he": 0.30551156638991755, "her": 0.19479030774674516}, "81st": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "884": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "90": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "a": {"he - her": 0.06795573567374294, "he": 0.27718691043703186, "her": 0.20923117476328892}, "able": {"he - her": -0.023110161544816543, "he": 0.2954149570390519, "her": 0.31852511858386845}, "about": {"he - her": 0.014824414994188406, "he": 0.3279739657959548, "her": 0.3131495508017664}, "above": {"he - her": -0.008286194751062015, "he": 0.2360045666362904, "her": 0.24429076138735242}, "abs": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "absolutely": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "abundance": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "accept": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "accepting": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "access": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "accompanied": {"he - her": -0.060338143995625204, "he": 0.2557684047881779, "her": 0.3161065487838031}, "accord": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "according": {"he - her": 0.058500996620603346, "he": 0.2816875089614581, "her": 0.22318651234085476}, "accounted": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "accuracy": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "accusations": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "achieved": {"he - her": 0.02027420723684903, "he": 0.27701210344138494, "her": 0.2567378962045359}, "acknowledge": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "acquaintances": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "act": {"he - her": -0.0676666512725757, "he": 0.26210175570743366, "her": 0.32976840698000937}, "acting": {"he - her": -0.05967018490457776, "he": 0.29150000450919544, "her": 0.3511701894137732}, "activities": {"he - her": -0.060871614561672865, "he": 0.2048638253066992, "her": 0.26573543986837206}, "activity": {"he - her": 0.0213147769766322, "he": 0.24733731098662093, "her": 0.22602253400998873}, "actor": {"he - her": -0.054854995252296146, "he": 0.1952647106842501, "her": 0.25011970593654625}, "acts": {"he - her": -0.09329876574659693, "he": 0.2360045666362904, "her": 0.32930333238288734}, "actually": {"he - her": 0.0013588962074146393, "he": 0.30978109402399057, "her": 0.3084221978165759}, "adapt": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "added": {"he - her": 0.02244891840600821, "he": 0.28535473207644585, "her": 0.26290581367043764}, "address": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "administration": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "administrative": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "admission": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "adoring": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "adult": {"he - her": -0.008187377327138506, "he": 0.2308861533814066, "her": 0.23907353070854512}, "advanced": {"he - her": -0.008286194751062015, "he": 0.2360045666362904, "her": 0.24429076138735242}, "advantage": {"he - her": -0.031672357306233745, "he": 0.30443571062612773, "her": 0.3361080679323615}, "affairs": {"he - her": -0.06019207377489644, "he": 0.26479804217217134, "her": 0.3249901159470678}, "affected": {"he - her": 0.02027420723684903, "he": 0.27701210344138494, "her": 0.2567378962045359}, "africa": {"he - her": 0.04293150170709625, "he": 0.268954035717085, "her": 0.22602253400998873}, "african": {"he - her": 0.045235216560465946, "he": 0.22001932047257688, "her": 0.17478410391211094}, "after": {"he - her": 0.02686062672340933, "he": 0.34299904567685074, "her": 0.3161384189534414}, "again": {"he - her": 0.03197405503734896, "he": 0.32565688263566434, "her": 0.2936828275983154}, "against": {"he - her": -0.013621687832707063, "he": 0.31912219954599436, "her": 0.3327438873787014}, "agencies": {"he - her": 0.04151814360148093, "he": 0.29825603980601684, "her": 0.2567378962045359}, "agency": {"he - her": 0.020870684650875132, "he": 0.25994421535942025, "her": 0.23907353070854512}, "agenda": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "agent": {"he - her": -0.03167365384137816, "he": 0.28443289494242496, "her": 0.3161065487838031}, "agents": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "ago": {"he - her": -0.011951218398386365, "he": 0.3065739001854821, "her": 0.31852511858386845}, "agree": {"he - her": 0.04073190031007379, "he": 0.3143326375270478, "her": 0.27360073721697403}, "agreed": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "aid": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "airport": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "al": {"he - her": -0.008187377327138506, "he": 0.2308861533814066, "her": 0.23907353070854512}, "aladdin": {"he - her": -0.05486876016639289, "he": 0.18942200122095953, "her": 0.24429076138735242}, "alana": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "albeit": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "alien": {"he - her": 0.020870684650875132, "he": 0.25994421535942025, "her": 0.23907353070854512}, "aliens": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "all": {"he - her": 0.055895487695190316, "he": 0.3519116740869998, "her": 0.2960161863918095}, "allow": {"he - her": 0.041161036423772224, "he": 0.3055773545078722, "her": 0.2644163180841}, "almost": {"he - her": 0.012617729127256838, "he": 0.3146349343854283, "her": 0.30201720525817144}, "alone": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "along": {"he - her": 0.049082165136204337, "he": 0.3234971893063417, "her": 0.27441502417013736}, "alongside": {"he - her": -0.054796015234521295, "he": 0.2096203028495787, "her": 0.2644163180841}, "aloof": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "already": {"he - her": 0.0156260672883079, "he": 0.32932455735698696, "her": 0.31369849006867906}, "also": {"he - her": 0.04722594363624355, "he": 0.32492716062689664, "her": 0.2777012169906531}, "although": {"he - her": -0.012730253261131419, "he": 0.32097422855162044, "her": 0.33370448181275186}, "always": {"he - her": 0.10030071712201397, "he": 0.2996089694883946, "her": 0.19930825236638064}, "am": {"he - her": 0.034947719405109046, "he": 0.3006831592734811, "her": 0.26573543986837206}, "amazon": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "amber": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "american": {"he - her": 0.08837202706823616, "he": 0.2979814169505939, "her": 0.20960938988235772}, "amnews": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "amongst": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "an": {"he - her": 0.05657046420974898, "he": 0.3568219254175451, "her": 0.3002514612077961}, "ananias": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "and": {"he - her": 0.07638002005790917, "he": 0.2641734961665871, "her": 0.18779347610867791}, "angeles": {"he - her": -0.09361586466341826, "he": 0.22624911288342076, "her": 0.319864977546839}, "angry": {"he - her": -0.031672357306233745, "he": 0.30443571062612773, "her": 0.3361080679323615}, "angst": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "another": {"he - her": 0.037964217759949626, "he": 0.3375322997656227, "her": 0.2995680820056731}, "answer": {"he - her": 0.006880345716473002, "he": 0.30348884146562544, "her": 0.29660849574915243}, "anthony": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "anticipated": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "anxious": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "any": {"he - her": 0.025177832849618664, "he": 0.3209904022710725, "her": 0.29581256942145384}, "anyone": {"he - her": -0.010060768674011678, "he": 0.27689607298703506, "her": 0.28695684166104674}, "anything": {"he - her": -0.09310152751353162, "he": 0.241725564252744, "her": 0.3348270917662756}, "anyway": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "apartment": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "apostles": {"he - her": -0.054867288638427686, "he": 0.1674440335988083, "her": 0.222311322237236}, "apparent": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "appears": {"he - her": -0.054854995252296146, "he": 0.1952647106842501, "her": 0.25011970593654625}, "applied": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "apply": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "appointing": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "appreciate": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "approached": {"he - her": -0.13815835984155092, "he": 0.2188615626423764, "her": 0.35701992248392733}, "appropriate": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "appropriately": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "april": {"he - her": -0.05486876016639289, "he": 0.18942200122095953, "her": 0.24429076138735242}, "archived": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "are": {"he - her": 0.07846172864463635, "he": 0.333748548249867, "her": 0.25528681960523064}, "aren": {"he - her": -0.03155774459123262, "he": 0.2511954309694252, "her": 0.2827531755606578}, "argue": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "argument": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "army": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "around": {"he - her": 0.008018798178967113, "he": 0.31777138129140986, "her": 0.30975258311244275}, "arrival": {"he - her": -0.010529194275930909, "he": 0.3055773545078722, "her": 0.3161065487838031}, "arrive": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "arrived": {"he - her": -0.010315755021565676, "he": 0.29194443256142616, "her": 0.30226018758299183}, "article": {"he - her": 0.020497066042088452, "he": 0.2706167719786347, "her": 0.25011970593654625}, "artists": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "as": {"he - her": 0.06738558532563282, "he": 0.32813166879360806, "her": 0.26074608346797523}, "ash": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "asia": {"he - her": -0.054854995252296146, "he": 0.1952647106842501, "her": 0.25011970593654625}, "ask": {"he - her": -0.04294686253073232, "he": 0.28140745714167614, "her": 0.32435431967240846}, "asked": {"he - her": -0.025735691798552507, "he": 0.2900164768540788, "her": 0.3157521686526313}, "asking": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "aspect": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "assembly": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "assurance": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "at": {"he - her": 0.045457061203287186, "he": 0.34360767370834233, "her": 0.29815061250505515}, "atlantic": {"he - her": -0.008513559473014853, "he": 0.24822433673152106, "her": 0.2567378962045359}, "attack": {"he - her": 0.022112994063236857, "he": 0.294004967285181, "her": 0.27189197322194414}, "attacked": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "attacks": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "attempt": {"he - her": 0.021196900464900525, "he": 0.31780539621405296, "her": 0.29660849574915243}, "attend": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "attitude": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "attractions": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "audience": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "audiences": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "august": {"he - her": -0.008096025579410776, "he": 0.22624911288342076, "her": 0.23434513846283153}, "aussie": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "australian": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "author": {"he - her": -0.010416644232338401, "he": 0.29825603980601684, "her": 0.30867268403835524}, "authority": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "available": {"he - her": 0.007660624013841766, "he": 0.27638459228904366, "her": 0.2687239682752019}, "avatar": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "away": {"he - her": 0.02198731761355799, "he": 0.2972517352882706, "her": 0.2752644176747126}, "awkwardness": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "ba": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "baby": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "back": {"he - her": 0.010663031869618478, "he": 0.3312914667106605, "her": 0.32062843484104203}, "bad": {"he - her": -0.008286194751062015, "he": 0.2360045666362904, "her": 0.24429076138735242}, "balance": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "ball": {"he - her": -0.008513559473014853, "he": 0.24822433673152106, "her": 0.2567378962045359}, "ballerina": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "band": {"he - her": -0.008187377327138506, "he": 0.2308861533814066, "her": 0.23907353070854512}, "baring": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "base": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "based": {"he - her": 0.04635597614220671, "he": 0.3065739001854821, "her": 0.2602179240432754}, "basis": {"he - her": -0.008187377327138506, "he": 0.2308861533814066, "her": 0.23907353070854512}, "baskervilles": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "be": {"he - her": 0.02549991061501994, "he": 0.3127291413423208, "her": 0.2872292307273009}, "beat": {"he - her": -0.008187377327138506, "he": 0.2308861533814066, "her": 0.23907353070854512}, "beaten": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "beating": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "beauty": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "became": {"he - her": -0.0671342819147212, "he": 0.2863845778391723, "her": 0.3535188597538935}, "because": {"he - her": 0.008406368531014563, "he": 0.30643594434176485, "her": 0.2980295758107503}, "become": {"he - her": 0.05650985422186616, "he": 0.3141671486003979, "her": 0.25765729437853174}, "becomes": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "becoming": {"he - her": -0.060338143995625204, "he": 0.2557684047881779, "her": 0.3161065487838031}, "been": {"he - her": 0.029370833681830966, "he": 0.34898199110831335, "her": 0.3196111574264824}, "beer": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "before": {"he - her": 0.02088915792270185, "he": 0.3445818844853136, "her": 0.3236927265626118}, "began": {"he - her": 0.0749404130510346, "he": 0.2972517352882706, "her": 0.222311322237236}, "begin": {"he - her": -0.03167365384137816, "he": 0.28443289494242496, "her": 0.3161065487838031}, "begrudgingly": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "behalf": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "behavior": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "behind": {"he - her": 0.007263301293420954, "he": 0.2900164768540788, "her": 0.2827531755606578}, "being": {"he - her": -0.0005469732575989483, "he": 0.31348761441579565, "her": 0.3140345876733946}, "believed": {"he - her": 0.020497066042088452, "he": 0.2706167719786347, "her": 0.25011970593654625}, "believers": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "below": {"he - her": -0.008096025579410776, "he": 0.22624911288342076, "her": 0.23434513846283153}, "bemoans": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "bench": {"he - her": 0.020870684650875132, "he": 0.25994421535942025, "her": 0.23907353070854512}, "beneath": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "benevolence": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "besides": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "bessemer": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "best": {"he - her": 0.044719514661419324, "he": 0.337585342611635, "her": 0.29286582795021565}, "better": {"he - her": 0.0229942695226108, "he": 0.3141671486003979, "her": 0.2911728790777871}, "between": {"he - her": 0.008429568736814774, "he": 0.28489738118625385, "her": 0.2764678124494391}, "bewildered": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "bible": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "biblically": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "big": {"he - her": 0.007275738482941385, "he": 0.32097422855162044, "her": 0.31369849006867906}, "biggie": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "bill": {"he - her": 0.058489334246510205, "he": 0.3152272304510461, "her": 0.2567378962045359}, "billion": {"he - her": 0.022063078865638325, "he": 0.2262835791487814, "her": 0.20422050028314306}, "birthday": {"he - her": -0.05483215112043982, "he": 0.2019057450840961, "her": 0.2567378962045359}, "bit": {"he - her": 0.021777406203414285, "he": 0.23429344384660586, "her": 0.21251603764319157}, "bite": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "blameless": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "blasting": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "bling": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "blog": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "blogs": {"he - her": -0.03167365384137816, "he": 0.28443289494242496, "her": 0.3161065487838031}, "blue": {"he - her": -0.054796015234521295, "he": 0.2096203028495787, "her": 0.2644163180841}, "bluntly": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "board": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "boat": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "body": {"he - her": -0.03162377155147189, "he": 0.26498472419768054, "her": 0.29660849574915243}, "boldly": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "bond": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "book": {"he - her": 0.00837282234602324, "he": 0.25275452764719664, "her": 0.2443817053011734}, "booked": {"he - her": -0.10493256453796956, "he": 0.24623762487580364, "her": 0.3511701894137732}, "books": {"he - her": -0.03151150852092349, "he": 0.2437529091537891, "her": 0.2752644176747126}, "borgen": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "boring": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "born": {"he - her": 0.04073190031007379, "he": 0.3143326375270478, "her": 0.27360073721697403}, "both": {"he - her": 0.024680073975051398, "he": 0.33192707959820344, "her": 0.30724700562315205}, "bottle": {"he - her": 0.01932728106532483, "he": 0.30443571062612773, "her": 0.2851084295608029}, "bought": {"he - her": -0.10564660555282121, "he": 0.23046146237954027, "her": 0.3361080679323615}, "box": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "boy": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "boys": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "bracelet": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "branches": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "break": {"he - her": -0.0316605805969703, "he": 0.27701210344138494, "her": 0.30867268403835524}, "breakup": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "breezily": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "brighter": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "brilliant": {"he - her": 0.01932728106532483, "he": 0.30443571062612773, "her": 0.2851084295608029}, "bring": {"he - her": 0.05567092213179997, "he": 0.3275628953537441, "her": 0.27189197322194414}, "bringing": {"he - her": 0.058489334246510205, "he": 0.3152272304510461, "her": 0.2567378962045359}, "brisbane": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "brisvegas": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "britain": {"he - her": 0.041824726624879904, "he": 0.29194443256142616, "her": 0.25011970593654625}, "british": {"he - her": 0.020870684650875132, "he": 0.25994421535942025, "her": 0.23907353070854512}, "broadway": {"he - her": -0.054854995252296146, "he": 0.1952647106842501, "her": 0.25011970593654625}, "broken": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "brother": {"he - her": -0.010416644232338401, "he": 0.29825603980601684, "her": 0.30867268403835524}, "brought": {"he - her": -0.0643186081852068, "he": 0.26498472419768054, "her": 0.32930333238288734}, "browsing": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "bubbling": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "building": {"he - her": 0.020497066042088452, "he": 0.2706167719786347, "her": 0.25011970593654625}, "buildings": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "burn": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "burst": {"he - her": -0.05967018490457776, "he": 0.29150000450919544, "her": 0.3511701894137732}, "bus": {"he - her": -0.007784588331420622, "he": 0.21105881700449228, "her": 0.2188434053359129}, "business": {"he - her": -0.025735691798552507, "he": 0.2900164768540788, "her": 0.3157521686526313}, "busy": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "but": {"he - her": 0.049039101284616915, "he": 0.3460693073975183, "her": 0.2970302061129014}, "buy": {"he - her": -0.010060768674011678, "he": 0.27689607298703506, "her": 0.28695684166104674}, "by": {"he - her": 0.033926010579900245, "he": 0.3352000250360675, "her": 0.30127401445616725}, "c": {"he - her": 0.04340617264431684, "he": 0.2589931084778629, "her": 0.21558693583354605}, "cadaver": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "california": {"he - her": -0.05486876016639289, "he": 0.18942200122095953, "her": 0.24429076138735242}, "californication": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "call": {"he - her": -0.08901868858974471, "he": 0.2511954309694252, "her": 0.3402141195591699}, "called": {"he - her": -0.03574924469016422, "he": 0.31744744900414745, "her": 0.35319669369431167}, "calling": {"he - her": -0.008513559473014853, "he": 0.24822433673152106, "her": 0.2567378962045359}, "calls": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "calming": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "came": {"he - her": 0.013053363817910446, "he": 0.30182852265742566, "her": 0.2887751588395152}, "camp": {"he - her": -0.007784588331420622, "he": 0.21105881700449228, "her": 0.2188434053359129}, "campaign": {"he - her": 0.042333926433131025, "he": 0.28140745714167614, "her": 0.23907353070854512}, "can": {"he - her": 0.04669182673177952, "he": 0.31357988420593735, "her": 0.26688805747415784}, "capable": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "captivating": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "captured": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "car": {"he - her": 0.007980825597555585, "he": 0.26563811997608733, "her": 0.25765729437853174}, "card": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "care": {"he - her": -0.009987222937798024, "he": 0.2727659526228598, "her": 0.2827531755606578}, "cared": {"he - her": -0.10564660555282121, "he": 0.23046146237954027, "her": 0.3361080679323615}, "career": {"he - her": -0.010529194275930909, "he": 0.3055773545078722, "her": 0.3161065487838031}, "caring": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "carpet": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "carried": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "case": {"he - her": -0.00406843203181273, "he": 0.3157042653870758, "her": 0.31977269741888853}, "cases": {"he - her": 0.04073190031007379, "he": 0.3143326375270478, "her": 0.27360073721697403}, "cassidy": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "cast": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "cause": {"he - her": 0.04367680385209061, "he": 0.25328619373444833, "her": 0.20960938988235772}, "caused": {"he - her": -0.0599871512891042, "he": 0.2761209166432573, "her": 0.3361080679323615}, "center": {"he - her": 0.05919808007827301, "he": 0.30348884146562544, "her": 0.24429076138735242}, "centered": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "central": {"he - her": -0.060603929112862026, "he": 0.2360045666362904, "her": 0.29660849574915243}, "centre": {"he - her": 0.06096590669775673, "he": 0.2734819443409483, "her": 0.21251603764319157}, "certain": {"he - her": 0.059492435926231685, "he": 0.2985659666347768, "her": 0.23907353070854512}, "certainly": {"he - her": 0.08794962966873615, "he": 0.3035365655022822, "her": 0.21558693583354605}, "challenging": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "chance": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "chances": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "change": {"he - her": -0.010869758423749709, "he": 0.2803031206540374, "her": 0.2911728790777871}, "changes": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "channel": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "character": {"he - her": 0.006880345716473002, "he": 0.30348884146562544, "her": 0.29660849574915243}, "charge": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "charges": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "charlie": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "chatty": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "cheapest": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "check": {"he - her": -0.05486876016639289, "he": 0.18942200122095953, "her": 0.24429076138735242}, "chicago": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "child": {"he - her": -0.08871676330418199, "he": 0.25994421535942025, "her": 0.34866097866360224}, "childhood": {"he - her": -0.10564660555282121, "he": 0.23046146237954027, "her": 0.3361080679323615}, "children": {"he - her": -0.01091520900863685, "he": 0.2827676185896785, "her": 0.2936828275983154}, "chimpanzee": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "chinese": {"he - her": 0.04293150170709625, "he": 0.268954035717085, "her": 0.22602253400998873}, "chocolate": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "chores": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "christ": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "christian": {"he - her": 0.01932728106532483, "he": 0.30443571062612773, "her": 0.2851084295608029}, "church": {"he - her": 0.02253450357445, "he": 0.21313880354590267, "her": 0.19060429997145267}, "circle": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "citizen": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "citizens": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "city": {"he - her": 0.1208838356116291, "he": 0.30392831269155185, "her": 0.18304447707992275}, "claimed": {"he - her": 0.020497066042088452, "he": 0.2706167719786347, "her": 0.25011970593654625}, "class": {"he - her": -0.06044834730683418, "he": 0.24822433673152106, "her": 0.30867268403835524}, "clear": {"he - her": -0.08914574839132533, "he": 0.24733731098662093, "her": 0.33648305937794626}, "clearly": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "climate": {"he - her": -0.0548500336197576, "he": 0.16073690221378845, "her": 0.21558693583354605}, "closed": {"he - her": -0.05486876016639289, "he": 0.18942200122095953, "her": 0.24429076138735242}, "closely": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "clouded": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "clue": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "co": {"he - her": 0.02027420723684903, "he": 0.27701210344138494, "her": 0.2567378962045359}, "coach": {"he - her": 0.04293150170709625, "he": 0.268954035717085, "her": 0.22602253400998873}, "cold": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "coleman": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "colleagues": {"he - her": -0.09222188031175599, "he": 0.26479804217217134, "her": 0.35701992248392733}, "collection": {"he - her": -0.008096025579410776, "he": 0.22624911288342076, "her": 0.23434513846283153}, "college": {"he - her": -0.010315755021565676, "he": 0.29194443256142616, "her": 0.30226018758299183}, "colonels": {"he - her": -0.054796015234521295, "he": 0.2096203028495787, "her": 0.2644163180841}, "com": {"he - her": 0.0014412955758895118, "he": 0.30656126980078335, "her": 0.30511997422489384}, "come": {"he - her": 0.041555350126314894, "he": 0.31079031655915573, "her": 0.26923496643284084}, "comedians": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "comes": {"he - her": 0.11706794455571456, "he": 0.3430904785657033, "her": 0.22602253400998873}, "comical": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "coming": {"he - her": 0.034669296578839215, "he": 0.30656126980078335, "her": 0.27189197322194414}, "commences": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "comment": {"he - her": -0.0671342819147212, "he": 0.2863845778391723, "her": 0.3535188597538935}, "commentary": {"he - her": 0.041161036423772224, "he": 0.3055773545078722, "her": 0.2644163180841}, "commitments": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "commits": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "common": {"he - her": 0.0749404130510346, "he": 0.2972517352882706, "her": 0.222311322237236}, "commonly": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "communicated": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "communities": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "community": {"he - her": 0.007828220457491875, "he": 0.2707340341279295, "her": 0.26290581367043764}, "company": {"he - her": 0.0019776507417247347, "he": 0.28625416016032607, "her": 0.28427650941860133}, "comparing": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "compassionate": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "competent": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "complaint": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "complete": {"he - her": 0.08720281398878388, "he": 0.3132253479987726, "her": 0.22602253400998873}, "completely": {"he - her": -0.03167365384137816, "he": 0.28443289494242496, "her": 0.3161065487838031}, "complex": {"he - her": 0.059492435926231685, "he": 0.2985659666347768, "her": 0.23907353070854512}, "comprising": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "compulsion": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "conceived": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "concern": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "concerned": {"he - her": -0.0599871512891042, "he": 0.2761209166432573, "her": 0.3361080679323615}, "concluded": {"he - her": -0.008513559473014853, "he": 0.24822433673152106, "her": 0.2567378962045359}, "conclusion": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "conditions": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "conference": {"he - her": 0.045567382584960014, "he": 0.3208318002596726, "her": 0.2752644176747126}, "confess": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "confidence": {"he - her": -0.010657478420019961, "he": 0.3143326375270478, "her": 0.3249901159470678}, "congregation": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "consolation": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "conspiracy": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "constantly": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "construction": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "consular": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "contact": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "contest": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "continue": {"he - her": -0.010529194275930909, "he": 0.3055773545078722, "her": 0.3161065487838031}, "continued": {"he - her": 0.03435333199384033, "he": 0.3132253479987726, "her": 0.2788720160049323}, "continues": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "contouring": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "controlled": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "convention": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "conversation": {"he - her": 0.006357340311200166, "he": 0.3224638890950033, "her": 0.3161065487838031}, "convey": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "conveyed": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "convince": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "cookies": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "coordinate": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "cops": {"he - her": -0.10493256453796956, "he": 0.24623762487580364, "her": 0.3511701894137732}, "copy": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "cordial": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "corner": {"he - her": 0.04151814360148093, "he": 0.29825603980601684, "her": 0.2567378962045359}, "corporate": {"he - her": -0.008513559473014853, "he": 0.24822433673152106, "her": 0.2567378962045359}, "correctly": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "cost": {"he - her": -0.02570952058016518, "he": 0.28624427386523443, "her": 0.3119537944453996}, "costs": {"he - her": -0.05483215112043982, "he": 0.2019057450840961, "her": 0.2567378962045359}, "could": {"he - her": 0.020427744667352643, "he": 0.31935244316012673, "her": 0.2989246984927741}, "couldn": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "council": {"he - her": -0.054876040470939885, "he": 0.18419749023760523, "her": 0.23907353070854512}, "counselling": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "counter": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "country": {"he - her": 0.022910505261859004, "he": 0.2735346006553941, "her": 0.2506240953935351}, "county": {"he - her": 0.020497066042088452, "he": 0.2706167719786347, "her": 0.25011970593654625}, "couple": {"he - her": -0.009987222937798024, "he": 0.2727659526228598, "her": 0.2827531755606578}, "course": {"he - her": 0.001271553553372995, "he": 0.3132253479987726, "her": 0.3119537944453996}, "court": {"he - her": 0.044946105294345035, "he": 0.2262439407685737, "her": 0.18129783547422867}, "coveney": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "covered": {"he - her": -0.06053462333024784, "he": 0.241725564252744, "her": 0.30226018758299183}, "cowell": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "crack": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "crackerjack": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "create": {"he - her": 0.042333926433131025, "he": 0.28140745714167614, "her": 0.23907353070854512}, "credit": {"he - her": -0.06053462333024784, "he": 0.241725564252744, "her": 0.30226018758299183}, "criminal": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "crisis": {"he - her": 0.05975782476853833, "he": 0.29410296323136986, "her": 0.23434513846283153}, "cross": {"he - her": -0.009987222937798024, "he": 0.2727659526228598, "her": 0.2827531755606578}, "crowd": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "crucial": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "crying": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "cultural": {"he - her": 0.0213147769766322, "he": 0.24733731098662093, "her": 0.22602253400998873}, "cultured": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "cup": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "customer": {"he - her": -0.060338143995625204, "he": 0.2557684047881779, "her": 0.3161065487838031}, "cut": {"he - her": -0.05483215112043982, "he": 0.2019057450840961, "her": 0.2567378962045359}, "d": {"he - her": 0.013053363817910446, "he": 0.30182852265742566, "her": 0.2887751588395152}, "dad": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "dai": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "daily": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "daizaemon": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "daizemon": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "dance": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "dancers": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "dangerous": {"he - her": -0.031672357306233745, "he": 0.30443571062612773, "her": 0.3361080679323615}, "danville": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "dark": {"he - her": 0.020497066042088452, "he": 0.2706167719786347, "her": 0.25011970593654625}, "daughter": {"he - her": -0.06735710079244922, "he": 0.27689607298703506, "her": 0.3442531737794843}, "day": {"he - her": 0.05865331722050349, "he": 0.27916131824965124, "her": 0.22050800102914775}, "days": {"he - her": 0.0017321294407365295, "he": 0.2954149570390519, "her": 0.2936828275983154}, "deacon": {"he - her": -0.054854995252296146, "he": 0.1952647106842501, "her": 0.25011970593654625}, "deacons": {"he - her": -0.054867288638427686, "he": 0.1674440335988083, "her": 0.222311322237236}, "death": {"he - her": -0.010315755021565676, "he": 0.29194443256142616, "her": 0.30226018758299183}, "december": {"he - her": -0.060603929112862026, "he": 0.2360045666362904, "her": 0.29660849574915243}, "decide": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "decided": {"he - her": -0.08901868858974471, "he": 0.2511954309694252, "her": 0.3402141195591699}, "decision": {"he - her": 0.04293150170709625, "he": 0.268954035717085, "her": 0.22602253400998873}, "declaration": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "declare": {"he - her": -0.05486876016639289, "he": 0.18942200122095953, "her": 0.24429076138735242}, "declined": {"he - her": -0.0599871512891042, "he": 0.2761209166432573, "her": 0.3361080679323615}, "dedicated": {"he - her": 0.04151814360148093, "he": 0.29825603980601684, "her": 0.2567378962045359}, "defeat": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "defence": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "defend": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "defense": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "delicate": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "deliver": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "demanding": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "denied": {"he - her": 0.020870684650875132, "he": 0.25994421535942025, "her": 0.23907353070854512}, "denominator": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "department": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "depend": {"he - her": 0.01932728106532483, "he": 0.30443571062612773, "her": 0.2851084295608029}, "depending": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "depth": {"he - her": 0.04073190031007379, "he": 0.3143326375270478, "her": 0.27360073721697403}, "derogatory": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "describe": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "deserved": {"he - her": -0.06019207377489644, "he": 0.26479804217217134, "her": 0.3249901159470678}, "design": {"he - her": 0.044705420783331506, "he": 0.23140723340057456, "her": 0.18670181261724306}, "destination": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "destinie": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "destiny": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "destroy": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "destroys": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "destruct": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "detective": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "deteriorate": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "determine": {"he - her": 0.02027420723684903, "he": 0.27701210344138494, "her": 0.2567378962045359}, "devastating": {"he - her": -0.10564660555282121, "he": 0.23046146237954027, "her": 0.3361080679323615}, "developed": {"he - her": -0.008513559473014853, "he": 0.24822433673152106, "her": 0.2567378962045359}, "developer": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "developing": {"he - her": -0.03167365384137816, "he": 0.28443289494242496, "her": 0.3161065487838031}, "development": {"he - her": 0.044705420783331506, "he": 0.23140723340057456, "her": 0.18670181261724306}, "devote": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "did": {"he - her": 0.0015163541615126896, "he": 0.31126893727395544, "her": 0.30975258311244275}, "didn": {"he - her": -0.06007087962715063, "he": 0.278444307609538, "her": 0.3385151872366886}, "dies": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "different": {"he - her": -0.05040098934781889, "he": 0.26812412923604956, "her": 0.31852511858386845}, "difficult": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "difficulty": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "digital": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "dinner": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "director": {"he - her": -0.010060768674011678, "he": 0.27689607298703506, "her": 0.28695684166104674}, "disagrees": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "disciple": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "discuss": {"he - her": 0.041161036423772224, "he": 0.3055773545078722, "her": 0.2644163180841}, "discussion": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "disliked": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "dismissed": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "disneynature": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "disobedience": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "display": {"he - her": 0.02069396281032812, "he": 0.26498472419768054, "her": 0.24429076138735242}, "disrespected": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "distant": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "distracted": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "ditched": {"he - her": -0.05967018490457776, "he": 0.29150000450919544, "her": 0.3511701894137732}, "division": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "divorce": {"he - her": -0.008286194751062015, "he": 0.2360045666362904, "her": 0.24429076138735242}, "divorced": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "divulge": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "do": {"he - her": 0.07044400155716532, "he": 0.31721671551714564, "her": 0.24677271395998032}, "does": {"he - her": 0.013764668216434073, "he": 0.28137239598556757, "her": 0.2676077277691335}, "doesn": {"he - her": 0.05567092213179997, "he": 0.3275628953537441, "her": 0.27189197322194414}, "doing": {"he - her": -0.03185539678453059, "he": 0.29543258563073305, "her": 0.32728798241526363}, "dollars": {"he - her": -0.09222188031175599, "he": 0.26479804217217134, "her": 0.35701992248392733}, "dominating": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "don": {"he - her": 0.004352095872194817, "he": 0.302519577709288, "her": 0.2981674818370932}, "done": {"he - her": 0.0229942695226108, "he": 0.3141671486003979, "her": 0.2911728790777871}, "door": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "double": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "doubt": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "down": {"he - her": 0.04543139250999739, "he": 0.3255886331924946, "her": 0.2801572406824972}, "dozens": {"he - her": 0.041161036423772224, "he": 0.3055773545078722, "her": 0.2644163180841}, "dpp": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "drama": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "dressed": {"he - her": -0.09258216746365577, "he": 0.2557684047881779, "her": 0.3483505722518337}, "drew": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "drink": {"he - her": -0.008394141683802259, "he": 0.241725564252744, "her": 0.25011970593654625}, "drinks": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "driver": {"he - her": -0.10648624593422443, "he": 0.2096203028495787, "her": 0.3161065487838031}, "drivers": {"he - her": -0.008513559473014853, "he": 0.24822433673152106, "her": 0.2567378962045359}, "driving": {"he - her": -0.06053462333024784, "he": 0.241725564252744, "her": 0.30226018758299183}, "drop": {"he - her": 0.01932728106532483, "he": 0.30443571062612773, "her": 0.2851084295608029}, "drove": {"he - her": -0.05967018490457776, "he": 0.29150000450919544, "her": 0.3511701894137732}, "drunk": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "dublin": {"he - her": -0.10648624593422443, "he": 0.2096203028495787, "her": 0.3161065487838031}, "dude": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "due": {"he - her": 0.12917145527162188, "he": 0.31401603970876796, "her": 0.18484458443714608}, "dug": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "during": {"he - her": 0.09183772467583398, "he": 0.3110496919135999, "her": 0.2192119672377659}, "dvd": {"he - her": -0.05487853156922473, "he": 0.1794666068936068, "her": 0.23434513846283153}, "e": {"he - her": 0.07385684245313254, "he": 0.31293037316167766, "her": 0.23907353070854512}, "each": {"he - her": 0.035528735025316394, "he": 0.2883989872572695, "her": 0.2528702522319531}, "ear": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "earlier": {"he - her": 0.007019160338174124, "he": 0.2985659666347768, "her": 0.2915468062966027}, "early": {"he - her": -0.001728136943541403, "he": 0.3075448580818632, "her": 0.3092729950254046}, "earns": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "easier": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "east": {"he - her": 0.08746977178675458, "he": 0.30978109402399057, "her": 0.222311322237236}, "easy": {"he - her": -0.008187377327138506, "he": 0.2308861533814066, "her": 0.23907353070854512}, "eat": {"he - her": -0.008513559473014853, "he": 0.24822433673152106, "her": 0.2567378962045359}, "ecclesial": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "ecstatic": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "edited": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "effective": {"he - her": -0.008513559473014853, "he": 0.24822433673152106, "her": 0.2567378962045359}, "effects": {"he - her": -0.05487853156922473, "he": 0.1794666068936068, "her": 0.23434513846283153}, "effort": {"he - her": -0.10564660555282121, "he": 0.23046146237954027, "her": 0.3361080679323615}, "efforts": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "eggshells": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "eight": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "either": {"he - her": 0.08720281398878388, "he": 0.3132253479987726, "her": 0.22602253400998873}, "elder": {"he - her": -0.05483215112043982, "he": 0.2019057450840961, "her": 0.2567378962045359}, "elders": {"he - her": -0.05487344521179732, "he": 0.1711490887981914, "her": 0.22602253400998873}, "electrocute": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "elemental": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "ellen": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "else": {"he - her": -0.03167365384137816, "he": 0.28443289494242496, "her": 0.3161065487838031}, "eludes": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "email": {"he - her": 0.05919808007827301, "he": 0.30348884146562544, "her": 0.24429076138735242}, "emergency": {"he - her": -0.03158045664314296, "he": 0.2553763850179038, "her": 0.28695684166104674}, "emerging": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "emotional": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "emotionally": {"he - her": -0.10564660555282121, "he": 0.23046146237954027, "her": 0.3361080679323615}, "emphasis": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "emphasize": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "employed": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "encourage": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "end": {"he - her": 0.11054058362577279, "he": 0.3075448580818632, "her": 0.19700427445609042}, "ended": {"he - her": -0.03167365384137816, "he": 0.28443289494242496, "her": 0.3161065487838031}, "ending": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "energy": {"he - her": 0.022389240183482262, "he": 0.21717954793022742, "her": 0.19479030774674516}, "engage": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "engagement": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "engaging": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "england": {"he - her": 0.02027420723684903, "he": 0.27701210344138494, "her": 0.2567378962045359}, "ensure": {"he - her": -0.008394141683802259, "he": 0.241725564252744, "her": 0.25011970593654625}, "ensuring": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "enter": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "entered": {"he - her": 0.08586676043065725, "he": 0.33015752181800967, "her": 0.24429076138735242}, "entertain": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "entertainment": {"he - her": -0.031679649440763014, "he": 0.29331046650630477, "her": 0.3249901159470678}, "entire": {"he - her": 0.03417750647271034, "he": 0.31693068203336816, "her": 0.2827531755606578}, "entourage": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "epidemic": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "episode": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "episodes": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "equality": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "equipping": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "ers": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "escape": {"he - her": 0.01932728106532483, "he": 0.30443571062612773, "her": 0.2851084295608029}, "especially": {"he - her": -0.025632612969127777, "he": 0.27638459228904366, "her": 0.30201720525817144}, "essential": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "established": {"he - her": -0.031679649440763014, "he": 0.29331046650630477, "her": 0.3249901159470678}, "estimate": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "estranged": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "estrangement": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "estrangements": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "et": {"he - her": -0.008096025579410776, "he": 0.22624911288342076, "her": 0.23434513846283153}, "europe": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "evaluate": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "even": {"he - her": 0.07743823669930214, "he": 0.326028984143477, "her": 0.24859074744417484}, "evening": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "event": {"he - her": -0.060603929112862026, "he": 0.2360045666362904, "her": 0.29660849574915243}, "events": {"he - her": -0.054854995252296146, "he": 0.1952647106842501, "her": 0.25011970593654625}, "eventually": {"he - her": 0.07268873493810568, "he": 0.3294266311426416, "her": 0.2567378962045359}, "ever": {"he - her": -0.004194145414642858, "he": 0.32111529782239806, "her": 0.3253094432370409}, "every": {"he - her": 0.07472889026264554, "he": 0.32111529782239806, "her": 0.24638640755975252}, "everybody": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "everything": {"he - her": 0.035312669650667816, "he": 0.29296996402919956, "her": 0.25765729437853174}, "evidence": {"he - her": -0.06421031978764091, "he": 0.2706167719786347, "her": 0.3348270917662756}, "ex": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "exactly": {"he - her": 0.05886731358582925, "he": 0.3089870195223755, "her": 0.25011970593654625}, "examination": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "examines": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "examining": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "example": {"he - her": -0.010060768674011678, "he": 0.27689607298703506, "her": 0.28695684166104674}, "exceedingly": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "excellent": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "excited": {"he - her": -0.06044834730683418, "he": 0.24822433673152106, "her": 0.30867268403835524}, "exclusively": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "exercise": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "exiting": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "exits": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "expect": {"he - her": 0.006726831939383671, "he": 0.3089870195223755, "her": 0.30226018758299183}, "expectations": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "expected": {"he - her": 0.06061863005776874, "he": 0.27946203539368164, "her": 0.2188434053359129}, "expense": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "experience": {"he - her": 0.05975782476853833, "he": 0.29410296323136986, "her": 0.23434513846283153}, "experiences": {"he - her": -0.008513559473014853, "he": 0.24822433673152106, "her": 0.2567378962045359}, "experiencetheride": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "expert": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "expertise": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "experts": {"he - her": -0.008513559473014853, "he": 0.24822433673152106, "her": 0.2567378962045359}, "explain": {"he - her": 0.05886731358582925, "he": 0.3089870195223755, "her": 0.25011970593654625}, "explained": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "explains": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "exploring": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "explosion": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "expressed": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "extensive": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "extremely": {"he - her": -0.03164341560435713, "he": 0.2706167719786347, "her": 0.30226018758299183}, "faced": {"he - her": -0.060338143995625204, "he": 0.2557684047881779, "her": 0.3161065487838031}, "faces": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "facet": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "facing": {"he - her": -0.04288265920484946, "he": 0.29194443256142616, "her": 0.3348270917662756}, "fact": {"he - her": 0.04591096611022638, "he": 0.3146349343854283, "her": 0.2687239682752019}, "facts": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "failed": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "faith": {"he - her": 0.02027420723684903, "he": 0.27701210344138494, "her": 0.2567378962045359}, "faithful": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "fall": {"he - her": 0.020870684650875132, "he": 0.25994421535942025, "her": 0.23907353070854512}, "fallen": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "falling": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "fame": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "familial": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "family": {"he - her": -0.02173553848893056, "he": 0.30166517898010775, "her": 0.3234007174690383}, "famous": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "fan": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "fantastic": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "far": {"he - her": 0.007828220457491875, "he": 0.2707340341279295, "her": 0.26290581367043764}, "fare": {"he - her": -0.10564660555282121, "he": 0.23046146237954027, "her": 0.3361080679323615}, "fast": {"he - her": 0.01932728106532483, "he": 0.30443571062612773, "her": 0.2851084295608029}, "father": {"he - her": -0.03164341560435713, "he": 0.2706167719786347, "her": 0.30226018758299183}, "fathers": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "fatigued": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "fault": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "favorite": {"he - her": 0.020870684650875132, "he": 0.25994421535942025, "her": 0.23907353070854512}, "favorites": {"he - her": -0.06019207377489644, "he": 0.26479804217217134, "her": 0.3249901159470678}, "favourite": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "fear": {"he - her": 0.020497066042088452, "he": 0.2706167719786347, "her": 0.25011970593654625}, "feature": {"he - her": -0.008010910389800147, "he": 0.22200596736699943, "her": 0.23001687775679958}, "features": {"he - her": 0.020497066042088452, "he": 0.2706167719786347, "her": 0.25011970593654625}, "february": {"he - her": 0.04073190031007379, "he": 0.3143326375270478, "her": 0.27360073721697403}, "feel": {"he - her": -0.04294686253073232, "he": 0.28140745714167614, "her": 0.32435431967240846}, "feeling": {"he - her": -0.06421031978764091, "he": 0.2706167719786347, "her": 0.3348270917662756}, "feelings": {"he - her": -0.010416644232338401, "he": 0.29825603980601684, "her": 0.30867268403835524}, "feigned": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "fell": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "felt": {"he - her": 0.020870684650875132, "he": 0.25994421535942025, "her": 0.23907353070854512}, "festival": {"he - her": -0.05483215112043982, "he": 0.2019057450840961, "her": 0.2567378962045359}, "few": {"he - her": -0.08970348159689873, "he": 0.22882163698696972, "her": 0.31852511858386845}, "fifty": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "fight": {"he - her": 0.007019160338174124, "he": 0.2985659666347768, "her": 0.2915468062966027}, "fighting": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "figure": {"he - her": 0.043545321266132, "he": 0.2560613589093236, "her": 0.21251603764319157}, "figured": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "film": {"he - her": 0.044141026467412525, "he": 0.24344927883379316, "her": 0.19930825236638064}, "filmmakers": {"he - her": -0.054796015234521295, "he": 0.2096203028495787, "her": 0.2644163180841}, "filmmaking": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "finally": {"he - her": 0.006357340311200166, "he": 0.3224638890950033, "her": 0.3161065487838031}, "finding": {"he - her": -0.060338143995625204, "he": 0.2557684047881779, "her": 0.3161065487838031}, "finds": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "fine": {"he - her": 0.02027420723684903, "he": 0.27701210344138494, "her": 0.2567378962045359}, "finest": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "fire": {"he - her": -0.060920209497650146, "he": 0.19429138920541372, "her": 0.25521159870306387}, "first": {"he - her": 0.07969161114461976, "he": 0.35869666897340774, "her": 0.279005057828788}, "flanagan": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "flash": {"he - her": -0.05967018490457776, "he": 0.29150000450919544, "her": 0.3511701894137732}, "flashmob": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "flat": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "flesh": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "flight": {"he - her": -0.06044834730683418, "he": 0.24822433673152106, "her": 0.30867268403835524}, "flock": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "focus": {"he - her": -0.008394141683802259, "he": 0.241725564252744, "her": 0.25011970593654625}, "focused": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "followed": {"he - her": -0.04299975872831463, "he": 0.268954035717085, "her": 0.3119537944453996}, "food": {"he - her": -0.025292495697400774, "he": 0.24394247073544006, "her": 0.26923496643284084}, "for": {"he - her": 0.049263517571978055, "he": 0.3247642116209981, "her": 0.27550069404902006}, "force": {"he - her": 0.041161036423772224, "he": 0.3055773545078722, "her": 0.2644163180841}, "forces": {"he - her": 0.041824726624879904, "he": 0.29194443256142616, "her": 0.25011970593654625}, "foreign": {"he - her": 0.007660624013841766, "he": 0.27638459228904366, "her": 0.2687239682752019}, "forgiveness": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "forgotten": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "form": {"he - her": 0.02103124655507224, "he": 0.2553763850179038, "her": 0.23434513846283153}, "former": {"he - her": -0.025735691798552507, "he": 0.2900164768540788, "her": 0.3157521686526313}, "forum": {"he - her": -0.054854995252296146, "he": 0.1952647106842501, "her": 0.25011970593654625}, "forward": {"he - her": -0.09286738800340566, "he": 0.24822433673152106, "her": 0.3410917247349267}, "found": {"he - her": -0.02548790927418121, "he": 0.26099143705546396, "her": 0.28647934632964517}, "four": {"he - her": 0.10200896115708283, "he": 0.2783560656252478, "her": 0.17634710446816496}, "fourth": {"he - her": 0.021777406203414285, "he": 0.23429344384660586, "her": 0.21251603764319157}, "foyer": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "fracturing": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "francis": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "frank": {"he - her": -0.060338143995625204, "he": 0.2557684047881779, "her": 0.3161065487838031}, "frantic": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "frantically": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "free": {"he - her": 0.0231806976656026, "he": 0.30966004399524777, "her": 0.28647934632964517}, "freeing": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "frequent": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "fresh": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "friend": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "friends": {"he - her": -0.042968904559803955, "he": 0.27689607298703506, "her": 0.319864977546839}, "from": {"he - her": 0.05549398443224812, "he": 0.36058298119985344, "her": 0.3050889967676053}, "front": {"he - her": 0.04209381645181989, "he": 0.2863845778391723, "her": 0.24429076138735242}, "fulfill": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "full": {"he - her": 0.007828220457491875, "he": 0.2707340341279295, "her": 0.26290581367043764}, "function": {"he - her": -0.008394141683802259, "he": 0.241725564252744, "her": 0.25011970593654625}, "future": {"he - her": 0.0029272874598774146, "he": 0.2526927229422278, "her": 0.24976543548235036}, "g": {"he - her": 0.04209381645181989, "he": 0.2863845778391723, "her": 0.24429076138735242}, "game": {"he - her": 0.09031924910904304, "he": 0.2716170845832717, "her": 0.18129783547422867}, "games": {"he - her": 0.07444531013177152, "he": 0.3044621878885711, "her": 0.23001687775679958}, "gangsters": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "gantz": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "garda": {"he - her": -0.1395623810820255, "he": 0.1952647106842501, "her": 0.3348270917662756}, "gate": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "gathered": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "gave": {"he - her": -0.03190192383307178, "he": 0.3208318002596726, "her": 0.3527337240927444}, "geez": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "generally": {"he - her": 0.01932728106532483, "he": 0.30443571062612773, "her": 0.2851084295608029}, "generations": {"he - her": -0.008513559473014853, "he": 0.24822433673152106, "her": 0.2567378962045359}, "genie": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "geographically": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "gershshwin": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "get": {"he - her": -0.013828691038265284, "he": 0.3084963350373155, "her": 0.3223250260755808}, "gets": {"he - her": 0.02027420723684903, "he": 0.27701210344138494, "her": 0.2567378962045359}, "getting": {"he - her": 0.034947719405109046, "he": 0.3006831592734811, "her": 0.26573543986837206}, "girl": {"he - her": -0.06760140586687613, "he": 0.26541195209789414, "her": 0.3330133579647703}, "girls": {"he - her": -0.008286194751062015, "he": 0.2360045666362904, "her": 0.24429076138735242}, "give": {"he - her": -0.03576162267649968, "he": 0.2972517352882706, "her": 0.3330133579647703}, "given": {"he - her": 0.02343402067007838, "he": 0.3035536035915897, "her": 0.28011958292151135}, "glad": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "go": {"he - her": 0.03854485177456857, "he": 0.32685724662362264, "her": 0.2883123948490541}, "goal": {"he - her": 0.021383566865074977, "he": 0.31293037316167766, "her": 0.2915468062966027}, "goals": {"he - her": 0.042333926433131025, "he": 0.28140745714167614, "her": 0.23907353070854512}, "god": {"he - her": -0.007784588331420622, "he": 0.21105881700449228, "her": 0.2188434053359129}, "godliness": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "going": {"he - her": 0.06186800542119025, "he": 0.3650488487965202, "her": 0.30318084337532997}, "gold": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "gone": {"he - her": -0.054796015234521295, "he": 0.2096203028495787, "her": 0.2644163180841}, "good": {"he - her": -0.012058085404976548, "he": 0.2837544840164773, "her": 0.29581256942145384}, "goofs": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "google": {"he - her": 0.02197242818976891, "he": 0.22882163698696972, "her": 0.2068492087972008}, "googled": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "gospel": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "got": {"he - her": 0.002426748445648441, "he": 0.27003447621478194, "her": 0.2676077277691335}, "government": {"he - her": 0.12337462666081253, "he": 0.2763269683990077, "her": 0.1529523417381952}, "grace": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "graduated": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "grand": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "granted": {"he - her": 0.04151814360148093, "he": 0.29825603980601684, "her": 0.2567378962045359}, "graves": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "gray": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "great": {"he - her": 0.057503847712441186, "he": 0.29807696639998116, "her": 0.24057311868753997}, "greet": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "ground": {"he - her": -0.054789629554923, "he": 0.14692087125896933, "her": 0.20171050081389233}, "group": {"he - her": 0.016849144954610262, "he": 0.29700638563710746, "her": 0.2801572406824972}, "groupon": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "grow": {"he - her": -0.054796015234521295, "he": 0.2096203028495787, "her": 0.2644163180841}, "growing": {"he - her": -0.010223917909980118, "he": 0.2863845778391723, "her": 0.29660849574915243}, "grown": {"he - her": -0.09286738800340566, "he": 0.24822433673152106, "her": 0.3410917247349267}, "guilt": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "guilty": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "guy": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "hacks": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "had": {"he - her": 0.014667945959189521, "he": 0.3316254565479119, "her": 0.3169575105887224}, "hadn": {"he - her": -0.010657478420019961, "he": 0.3143326375270478, "her": 0.3249901159470678}, "hair": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "half": {"he - her": 0.06061863005776874, "he": 0.27946203539368164, "her": 0.2188434053359129}, "halftime": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "hall": {"he - her": -0.008513559473014853, "he": 0.24822433673152106, "her": 0.2567378962045359}, "hallucinations": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "hand": {"he - her": -0.009730859797339009, "he": 0.2589931084778629, "her": 0.2687239682752019}, "handful": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "handle": {"he - her": -0.0599871512891042, "he": 0.2761209166432573, "her": 0.3361080679323615}, "hannah": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "happen": {"he - her": 0.006880345716473002, "he": 0.30348884146562544, "her": 0.29660849574915243}, "happened": {"he - her": -0.06421031978764091, "he": 0.2706167719786347, "her": 0.3348270917662756}, "happening": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "happenings": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "happens": {"he - her": 0.02027420723684903, "he": 0.27701210344138494, "her": 0.2567378962045359}, "happy": {"he - her": -0.031679649440763014, "he": 0.29331046650630477, "her": 0.3249901159470678}, "hard": {"he - her": 0.08794962966873615, "he": 0.3035365655022822, "her": 0.21558693583354605}, "hardin": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "harping": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "has": {"he - her": 0.06671690969532063, "he": 0.3527920944343143, "her": 0.2860751847389937}, "have": {"he - her": 0.06686881153879953, "he": 0.35098844847695837, "her": 0.28411963693815884}, "having": {"he - her": 0.04379562884631766, "he": 0.3530686238717223, "her": 0.3092729950254046}, "he": {"he - her": 0.15655229828562026, "he": 0.3980398566251028, "her": 0.24148755833948252}, "head": {"he - her": 0.07638787444014902, "he": 0.27569612680652966, "her": 0.19930825236638064}, "headed": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "heads": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "healing": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "health": {"he - her": 0.04340617264431684, "he": 0.2589931084778629, "her": 0.21558693583354605}, "healthy": {"he - her": 0.020497066042088452, "he": 0.2706167719786347, "her": 0.25011970593654625}, "heard": {"he - her": 0.07470259786955308, "he": 0.3007251318795418, "her": 0.22602253400998873}, "hearing": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "heart": {"he - her": 0.006554546412690876, "he": 0.3152272304510461, "her": 0.30867268403835524}, "heavyweight": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "height": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "held": {"he - her": -0.012730253261131419, "he": 0.32097422855162044, "her": 0.33370448181275186}, "help": {"he - her": 0.0233527025326295, "he": 0.30551156638991755, "her": 0.28215886385728806}, "her": {"he - her": -0.16544196949218468, "he": 0.20805179877851568, "her": 0.37349376827070035}, "here": {"he - her": 0.04796884697286974, "he": 0.34263813672553056, "her": 0.2946692897526608}, "heroes": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "herself": {"he - her": -0.10564660555282121, "he": 0.23046146237954027, "her": 0.3361080679323615}, "hide": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "hiding": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "high": {"he - her": 0.04717896292206744, "he": 0.29156066822324084, "her": 0.2443817053011734}, "higher": {"he - her": 0.04310062986065816, "he": 0.26541195209789414, "her": 0.222311322237236}, "highlight": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "highly": {"he - her": -0.054796015234521295, "he": 0.2096203028495787, "her": 0.2644163180841}, "highway": {"he - her": -0.008513559473014853, "he": 0.24822433673152106, "her": 0.2567378962045359}, "hilarious": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "him": {"he - her": 0.073632844634193, "he": 0.3466259083939629, "her": 0.2729930637597699}, "hiroto": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "his": {"he - her": 0.08454421120795497, "he": 0.366576688087183, "her": 0.28203247687922806}, "historical": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "history": {"he - her": 0.10138480030936975, "he": 0.2862293847465158, "her": 0.18484458443714608}, "hit": {"he - her": -0.011354880319857652, "he": 0.30851009722698136, "her": 0.319864977546839}, "hits": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "hoffman": {"he - her": -0.054877392648197854, "he": 0.17513948510860172, "her": 0.23001687775679958}, "hold": {"he - her": -0.02578835303763166, "he": 0.2985659666347768, "her": 0.32435431967240846}, "holds": {"he - her": -0.03167365384137816, "he": 0.28443289494242496, "her": 0.3161065487838031}, "holmes": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "holy": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "home": {"he - her": 0.024142037235047376, "he": 0.31861021995870936, "her": 0.294468182723662}, "homeless": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "homemade": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "honest": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "honor": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "honourable": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "hosted": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "hosts": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "hot": {"he - her": 0.02170901232791328, "he": 0.3044621878885711, "her": 0.2827531755606578}, "hotel": {"he - her": -0.008394141683802259, "he": 0.241725564252744, "her": 0.25011970593654625}, "hound": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "hours": {"he - her": -0.042986216029771485, "he": 0.2727659526228598, "her": 0.3157521686526313}, "house": {"he - her": 0.01240960244309669, "he": 0.3208318002596726, "her": 0.3084221978165759}, "how": {"he - her": 0.03115350290521307, "he": 0.3392386385047019, "her": 0.3080851355994888}, "however": {"he - her": 0.0237331836227328, "he": 0.29636850972775075, "her": 0.27263532610501795}, "https": {"he - her": 0.041161036423772224, "he": 0.3055773545078722, "her": 0.2644163180841}, "hug": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "huge": {"he - her": 0.042333926433131025, "he": 0.28140745714167614, "her": 0.23907353070854512}, "hughes": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "human": {"he - her": 0.08691380427656858, "he": 0.31693068203336816, "her": 0.23001687775679958}, "humanoid": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "humans": {"he - her": 0.020870684650875132, "he": 0.25994421535942025, "her": 0.23907353070854512}, "humbly": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "hundred": {"he - her": -0.054796015234521295, "he": 0.2096203028495787, "her": 0.2644163180841}, "hunger": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "hurt": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "husband": {"he - her": -0.10612855330469137, "he": 0.2188615626423764, "her": 0.3249901159470678}, "hustling": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "hypocrisy": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "hysterical": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "i": {"he - her": 0.03248774385938458, "he": 0.26655903835679784, "her": 0.23407129449741326}, "ice": {"he - her": -0.05967018490457776, "he": 0.29150000450919544, "her": 0.3511701894137732}, "idea": {"he - her": -0.025376433953116506, "he": 0.2508762773488147, "her": 0.2762527113019312}, "identical": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "identify": {"he - her": 0.02027420723684903, "he": 0.27701210344138494, "her": 0.2567378962045359}, "if": {"he - her": 0.069347106631654, "he": 0.33634247176006954, "her": 0.26699536512841554}, "ignore": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "ill": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "illness": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "illusion": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "immediately": {"he - her": -0.08732177199485025, "he": 0.26541195209789414, "her": 0.3527337240927444}, "immensely": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "imparted": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "impatience": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "importance": {"he - her": -0.06053462333024784, "he": 0.241725564252744, "her": 0.30226018758299183}, "important": {"he - her": 0.03814233118913918, "he": 0.33425957856870864, "her": 0.29611724737956946}, "in": {"he - her": 0.07532012941850152, "he": 0.2874499587480562, "her": 0.21212982932955465}, "incident": {"he - her": -0.05487853156922473, "he": 0.1794666068936068, "her": 0.23434513846283153}, "incidents": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "incinerated": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "include": {"he - her": 0.08720281398878388, "he": 0.3132253479987726, "her": 0.22602253400998873}, "included": {"he - her": 0.059492435926231685, "he": 0.2985659666347768, "her": 0.23907353070854512}, "including": {"he - her": 0.04875844925676698, "he": 0.3288780321782783, "her": 0.28011958292151135}, "increase": {"he - her": 0.020870684650875132, "he": 0.25994421535942025, "her": 0.23907353070854512}, "increased": {"he - her": 0.020497066042088452, "he": 0.2706167719786347, "her": 0.25011970593654625}, "increasingly": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "incredibly": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "indeed": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "industry": {"he - her": 0.042550934524203526, "he": 0.27689607298703506, "her": 0.23434513846283153}, "information": {"he - her": 0.007474194790718869, "he": 0.28273861246543147, "her": 0.2752644176747126}, "informed": {"he - her": -0.0599871512891042, "he": 0.2761209166432573, "her": 0.3361080679323615}, "informs": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "instead": {"he - her": 0.0127134221094789, "he": 0.3118029924234053, "her": 0.2990895703139264}, "instinctively": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "instincts": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "intelligence": {"he - her": -0.06066065291519607, "he": 0.2308861533814066, "her": 0.2915468062966027}, "intend": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "interactive": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "interest": {"he - her": -0.1071864945281929, "he": 0.18942200122095953, "her": 0.29660849574915243}, "interested": {"he - her": -0.0599871512891042, "he": 0.2761209166432573, "her": 0.3361080679323615}, "international": {"he - her": 0.007263301293420954, "he": 0.2900164768540788, "her": 0.2827531755606578}, "interview": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "interviewed": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "into": {"he - her": 0.03123342584311789, "he": 0.33771879262141313, "her": 0.30648536677829524}, "investigates": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "investigation": {"he - her": -0.0316605805969703, "he": 0.27701210344138494, "her": 0.30867268403835524}, "investigations": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "involved": {"he - her": -0.03190192383307178, "he": 0.3208318002596726, "her": 0.3527337240927444}, "ireland": {"he - her": -0.138730269402255, "he": 0.2096203028495787, "her": 0.3483505722518337}, "irish": {"he - her": -0.10564660555282121, "he": 0.23046146237954027, "her": 0.3361080679323615}, "is": {"he - her": 0.058187678841659485, "he": 0.311064493245687, "her": 0.25287681440402754}, "isabelle": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "isay": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "islamic": {"he - her": -0.05486876016639289, "he": 0.18942200122095953, "her": 0.24429076138735242}, "island": {"he - her": -0.054796015234521295, "he": 0.2096203028495787, "her": 0.2644163180841}, "isn": {"he - her": -0.08914574839132533, "he": 0.24733731098662093, "her": 0.33648305937794626}, "issue": {"he - her": 0.03639522673588966, "he": 0.27003447621478194, "her": 0.23363924947889228}, "it": {"he - her": 0.08117222709220656, "he": 0.3177030188028946, "her": 0.23653079171068803}, "itching": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "item": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "items": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "its": {"he - her": 0.0706786919799969, "he": 0.3135526074414921, "her": 0.2428739154614952}, "itself": {"he - her": 0.10810546976879382, "he": 0.33412800377878255, "her": 0.22602253400998873}, "jane": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "jay": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "jealous": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "jerusalem": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "jesus": {"he - her": -0.054796015234521295, "he": 0.2096203028495787, "her": 0.2644163180841}, "job": {"he - her": 0.034669296578839215, "he": 0.30656126980078335, "her": 0.27189197322194414}, "john": {"he - her": 0.09790877827255356, "he": 0.32792565602935314, "her": 0.23001687775679958}, "join": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "joke": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "jokes": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "joshua": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "joyfully": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "judy": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "july": {"he - her": 0.041161036423772224, "he": 0.3055773545078722, "her": 0.2644163180841}, "jumped": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "june": {"he - her": 0.07470259786955308, "he": 0.3007251318795418, "her": 0.22602253400998873}, "just": {"he - her": -0.006133022648257713, "he": 0.3303890873230246, "her": 0.3365221099712823}, "justice": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "justify": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "kana": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "karen": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "kato": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "katoare": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "keeghan": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "keen": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "keep": {"he - her": 0.04209381645181989, "he": 0.2863845778391723, "her": 0.24429076138735242}, "kei": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "kenzo": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "kept": {"he - her": 0.04209381645181989, "he": 0.2863845778391723, "her": 0.24429076138735242}, "key": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "khone": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "kid": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "kidding": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "kids": {"he - her": -0.054796015234521295, "he": 0.2096203028495787, "her": 0.2644163180841}, "killed": {"he - her": -0.031679649440763014, "he": 0.29331046650630477, "her": 0.3249901159470678}, "killers": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "kim": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "kind": {"he - her": -0.04283568492890988, "he": 0.29825603980601684, "her": 0.3410917247349267}, "kindle": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "kingdom": {"he - her": -0.0599871512891042, "he": 0.2761209166432573, "her": 0.3361080679323615}, "knew": {"he - her": -0.06969686104889289, "he": 0.29410296323136986, "her": 0.36379982428026275}, "knocked": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "knocking": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "knotted": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "know": {"he - her": 0.02561218080520139, "he": 0.33324573552976483, "her": 0.30763355472456344}, "knowledge": {"he - her": -0.008513559473014853, "he": 0.24822433673152106, "her": 0.2567378962045359}, "known": {"he - her": 0.06632919564071518, "he": 0.3127156032004677, "her": 0.24638640755975252}, "kurono": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "l": {"he - her": -0.060603929112862026, "he": 0.2360045666362904, "her": 0.29660849574915243}, "lacked": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "ladder": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "lady": {"he - her": 0.02027420723684903, "he": 0.27701210344138494, "her": 0.2567378962045359}, "landed": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "large": {"he - her": -0.008286194751062015, "he": 0.2360045666362904, "her": 0.24429076138735242}, "larger": {"he - her": -0.06044834730683418, "he": 0.24822433673152106, "her": 0.30867268403835524}, "last": {"he - her": 0.020777651972998135, "he": 0.3112839147422799, "her": 0.29050626276928176}, "late": {"he - her": 0.10810546976879382, "he": 0.33412800377878255, "her": 0.22602253400998873}, "later": {"he - her": 0.01570709136526477, "he": 0.32714723735437007, "her": 0.3114401459891053}, "law": {"he - her": -0.06093463603073779, "he": 0.1896894593627973, "her": 0.2506240953935351}, "lax": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "lead": {"he - her": 0.04635597614220671, "he": 0.3065739001854821, "her": 0.2602179240432754}, "leaders": {"he - her": 0.02103124655507224, "he": 0.2553763850179038, "her": 0.23434513846283153}, "leading": {"he - her": -0.010529194275930909, "he": 0.3055773545078722, "her": 0.3161065487838031}, "leaky": {"he - her": -0.10493256453796956, "he": 0.24623762487580364, "her": 0.3511701894137732}, "learn": {"he - her": 0.02069396281032812, "he": 0.26498472419768054, "her": 0.24429076138735242}, "learned": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "least": {"he - her": 0.06508033398650814, "he": 0.3308157738548802, "her": 0.26573543986837206}, "leave": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "lee": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "leeratanakajornthe": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "left": {"he - her": 0.0231806976656026, "he": 0.30966004399524777, "her": 0.28647934632964517}, "legal": {"he - her": -0.0316605805969703, "he": 0.27701210344138494, "her": 0.30867268403835524}, "legendary": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "legs": {"he - her": -0.060338143995625204, "he": 0.2557684047881779, "her": 0.3161065487838031}, "length": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "less": {"he - her": 0.1113751537827381, "he": 0.29807696639998116, "her": 0.18670181261724306}, "let": {"he - her": 0.05739559063311331, "he": 0.29984115812293916, "her": 0.24244556748982585}, "letter": {"he - her": -0.03153470501831135, "he": 0.24733731098662093, "her": 0.2788720160049323}, "level": {"he - her": -0.04301821851746018, "he": 0.26210175570743366, "her": 0.30511997422489384}, "li": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "liberating": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "libraries": {"he - her": -0.05486876016639289, "he": 0.18942200122095953, "her": 0.24429076138735242}, "life": {"he - her": 0.01845228348566519, "he": 0.3203388627481922, "her": 0.301886579262527}, "lifted": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "like": {"he - her": 0.045103545383076316, "he": 0.33876562806210625, "her": 0.29366208267902993}, "liked": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "line": {"he - her": 0.02103124655507224, "he": 0.2553763850179038, "her": 0.23434513846283153}, "linked": {"he - her": -0.060338143995625204, "he": 0.2557684047881779, "her": 0.3161065487838031}, "lisa": {"he - her": -0.1631791757066679, "he": 0.2019057450840961, "her": 0.365084920790764}, "little": {"he - her": -0.013201456759791674, "he": 0.3201903724833076, "her": 0.3333918292430993}, "live": {"he - her": -0.010223917909980118, "he": 0.2863845778391723, "her": 0.29660849574915243}, "lived": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "lives": {"he - her": -0.09286738800340566, "he": 0.24822433673152106, "her": 0.3410917247349267}, "ll": {"he - her": 0.01334200276074582, "he": 0.29346158568225716, "her": 0.28011958292151135}, "loan": {"he - her": -0.10648624593422443, "he": 0.2096203028495787, "her": 0.3161065487838031}, "local": {"he - her": -0.02304115873183582, "he": 0.2883989872572695, "her": 0.3114401459891053}, "locations": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "logistical": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "lollipop": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "lollipops": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "london": {"he - her": -0.05483215112043982, "he": 0.2019057450840961, "her": 0.2567378962045359}, "long": {"he - her": 0.05665171613779496, "he": 0.3258866825706358, "her": 0.26923496643284084}, "longer": {"he - her": -0.008286194751062015, "he": 0.2360045666362904, "her": 0.24429076138735242}, "longest": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "look": {"he - her": 0.06713851689083125, "he": 0.30077776636972353, "her": 0.23363924947889228}, "looked": {"he - her": -0.03575792749840445, "he": 0.3007251318795418, "her": 0.33648305937794626}, "looking": {"he - her": -0.04303215904557639, "he": 0.250650668552739, "her": 0.2936828275983154}, "looks": {"he - her": 0.05886731358582925, "he": 0.3089870195223755, "her": 0.25011970593654625}, "los": {"he - her": -0.09361586466341826, "he": 0.22624911288342076, "her": 0.319864977546839}, "lose": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "losing": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "losses": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "lost": {"he - her": 0.07470259786955308, "he": 0.3007251318795418, "her": 0.22602253400998873}, "lot": {"he - her": -0.04304630636274048, "he": 0.2954149570390519, "her": 0.3384612634017924}, "lots": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "lotus": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "love": {"he - her": 0.033018521879438545, "he": 0.30392831269155185, "her": 0.2709097908121133}, "loved": {"he - her": -0.06391767730940873, "he": 0.28443289494242496, "her": 0.3483505722518337}, "loving": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "low": {"he - her": 0.07556237784323386, "he": 0.28807841548642543, "her": 0.21251603764319157}, "lower": {"he - her": 0.0213147769766322, "he": 0.24733731098662093, "her": 0.22602253400998873}, "m": {"he - her": 0.04864248458210435, "he": 0.3308013484393924, "her": 0.28215886385728806}, "machines": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "made": {"he - her": 0.08351215934297579, "he": 0.3287088428392308, "her": 0.245196683496255}, "magic": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "magical": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "main": {"he - her": -0.009987222937798024, "he": 0.2727659526228598, "her": 0.2827531755606578}, "maintained": {"he - her": 0.01932728106532483, "he": 0.30443571062612773, "her": 0.2851084295608029}, "maintains": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "major": {"he - her": -0.009730859797339009, "he": 0.2589931084778629, "her": 0.2687239682752019}, "majority": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "make": {"he - her": 0.08224350901363242, "he": 0.34376497064510214, "her": 0.2615214616314697}, "makers": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "makes": {"he - her": -0.009852465576818459, "he": 0.26541195209789414, "her": 0.2752644176747126}, "makeup": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "making": {"he - her": 0.022231247654053377, "he": 0.2909552159292553, "her": 0.2687239682752019}, "man": {"he - her": 0.08136572246252594, "he": 0.3540010485675439, "her": 0.27263532610501795}, "manage": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "manipulate": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "many": {"he - her": 0.08379078386189015, "he": 0.34838703169718105, "her": 0.2645962478352909}, "march": {"he - her": -0.06486119061134565, "he": 0.22882163698696972, "her": 0.2936828275983154}, "marriage": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "married": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "mary": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "masaru": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "matchup": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "matt": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "matter": {"he - her": 0.041824726624879904, "he": 0.29194443256142616, "her": 0.25011970593654625}, "matters": {"he - her": -0.0316605805969703, "he": 0.27701210344138494, "her": 0.30867268403835524}, "matthew": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "may": {"he - her": 0.018779133116077984, "he": 0.3123266757274419, "her": 0.2935475426113639}, "maybe": {"he - her": 0.02103124655507224, "he": 0.2553763850179038, "her": 0.23434513846283153}, "mcgregor": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "me": {"he - her": 0.0170997262002886, "he": 0.3088529428099236, "her": 0.291753216609635}, "mean": {"he - her": 0.05886731358582925, "he": 0.3089870195223755, "her": 0.25011970593654625}, "meaning": {"he - her": -0.03167365384137816, "he": 0.28443289494242496, "her": 0.3161065487838031}, "means": {"he - her": 0.022825874574576577, "he": 0.27569612680652966, "her": 0.2528702522319531}, "meant": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "mechanism": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "media": {"he - her": 0.07591840979247771, "he": 0.2827676185896785, "her": 0.2068492087972008}, "medical": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "medication": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "meeting": {"he - her": -0.1071864945281929, "he": 0.18942200122095953, "her": 0.29660849574915243}, "meh": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "melt": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "member": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "memory": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "men": {"he - her": 0.008187428876345604, "he": 0.2588115242698807, "her": 0.2506240953935351}, "menu": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "mercy": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "mess": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "message": {"he - her": 0.01932728106532483, "he": 0.30443571062612773, "her": 0.2851084295608029}, "met": {"he - her": -0.09258216746365577, "he": 0.2557684047881779, "her": 0.3483505722518337}, "meter": {"he - her": -0.10612855330469137, "he": 0.2188615626423764, "her": 0.3249901159470678}, "mia": {"he - her": -0.054867288638427686, "he": 0.1674440335988083, "her": 0.222311322237236}, "mid": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "middle": {"he - her": 0.041824726624879904, "he": 0.29194443256142616, "her": 0.25011970593654625}, "might": {"he - her": 0.06894380360542274, "he": 0.3511026674627108, "her": 0.28215886385728806}, "military": {"he - her": -0.008096025579410776, "he": 0.22624911288342076, "her": 0.23434513846283153}, "million": {"he - her": 0.04367680385209061, "he": 0.25328619373444833, "her": 0.20960938988235772}, "mine": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "minister": {"he - her": 0.022549694546403154, "he": 0.2827676185896785, "her": 0.2602179240432754}, "ministry": {"he - her": -0.008394141683802259, "he": 0.241725564252744, "her": 0.25011970593654625}, "minor": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "minute": {"he - her": 0.06061863005776874, "he": 0.27946203539368164, "her": 0.2188434053359129}, "minutes": {"he - her": -0.011228662565857805, "he": 0.3007251318795418, "her": 0.3119537944453996}, "misconduct": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "miss": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "missing": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "missionary": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "mixed": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "moaning": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "mob": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "model": {"he - her": 0.021777406203414285, "he": 0.23429344384660586, "her": 0.21251603764319157}, "mom": {"he - her": -0.060338143995625204, "he": 0.2557684047881779, "her": 0.3161065487838031}, "moment": {"he - her": -0.03164341560435713, "he": 0.2706167719786347, "her": 0.30226018758299183}, "monday": {"he - her": 0.04209381645181989, "he": 0.2863845778391723, "her": 0.24429076138735242}, "money": {"he - her": -0.054877392648197854, "he": 0.17513948510860172, "her": 0.23001687775679958}, "monitor": {"he - her": 0.01932728106532483, "he": 0.30443571062612773, "her": 0.2851084295608029}, "monk": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "monosyllabic": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "month": {"he - her": 0.02156029441400234, "he": 0.24040369974991524, "her": 0.2188434053359129}, "months": {"he - her": -0.05486876016639289, "he": 0.18942200122095953, "her": 0.24429076138735242}, "mood": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "moon": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "more": {"he - her": 0.036694580384768694, "he": 0.3246404715637557, "her": 0.287945891178987}, "morning": {"he - her": -0.0704404877663764, "he": 0.26326399404637546, "her": 0.33370448181275186}, "most": {"he - her": 0.060460108355297415, "he": 0.3381613253459505, "her": 0.2777012169906531}, "mother": {"he - her": -0.06448859252893524, "he": 0.2553763850179038, "her": 0.319864977546839}, "mothers": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "move": {"he - her": 0.07385684245313254, "he": 0.31293037316167766, "her": 0.23907353070854512}, "moved": {"he - her": 0.02069396281032812, "he": 0.26498472419768054, "her": 0.24429076138735242}, "movement": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "movie": {"he - her": 0.043919995787755184, "he": 0.24814049607089825, "her": 0.20422050028314306}, "moving": {"he - her": -0.10493256453796956, "he": 0.24623762487580364, "her": 0.3511701894137732}, "mr": {"he - her": 0.045377344469431424, "he": 0.3242493604743637, "her": 0.2788720160049323}, "ms": {"he - her": -0.138730269402255, "he": 0.2096203028495787, "her": 0.3483505722518337}, "much": {"he - her": 0.007707210744994419, "he": 0.3416480639990147, "her": 0.3339408532540203}, "multi": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "multitude": {"he - her": -0.0599871512891042, "he": 0.2761209166432573, "her": 0.3361080679323615}, "mums": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "murder": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "murray": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "musical": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "musicians": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "musings": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "must": {"he - her": 0.0348125972270803, "he": 0.3035365655022822, "her": 0.2687239682752019}, "my": {"he - her": 0.0031488439291690873, "he": 0.25900738870007234, "her": 0.25585854477090325}, "myself": {"he - her": -0.09329876574659693, "he": 0.2360045666362904, "her": 0.32930333238288734}, "mystic": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "nab": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "name": {"he - her": 0.02198731761355799, "he": 0.2972517352882706, "her": 0.2752644176747126}, "naps": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "natural": {"he - her": -0.010223917909980118, "he": 0.2863845778391723, "her": 0.29660849574915243}, "nature": {"he - her": -0.10676693895425915, "he": 0.2019057450840961, "her": 0.30867268403835524}, "navigating": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "ncaa": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "nearly": {"he - her": 0.07416495876414983, "he": 0.30851009722698136, "her": 0.23434513846283153}, "necessary": {"he - her": 0.006880345716473002, "he": 0.30348884146562544, "her": 0.29660849574915243}, "need": {"he - her": 0.10047523241429357, "he": 0.297479506870384, "her": 0.19700427445609042}, "needed": {"he - her": -0.0643186081852068, "he": 0.26498472419768054, "her": 0.32930333238288734}, "needs": {"he - her": 0.020989048143065847, "he": 0.3232492357260577, "her": 0.30226018758299183}, "neglect": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "neighbor": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "neither": {"he - her": -0.10564660555282121, "he": 0.23046146237954027, "her": 0.3361080679323615}, "net": {"he - her": -0.03158045664314296, "he": 0.2553763850179038, "her": 0.28695684166104674}, "network": {"he - her": 0.041824726624879904, "he": 0.29194443256142616, "her": 0.25011970593654625}, "never": {"he - her": 0.035312669650667816, "he": 0.29296996402919956, "her": 0.25765729437853174}, "new": {"he - her": 0.08604176122096038, "he": 0.3225444200875728, "her": 0.2365026588666124}, "news": {"he - her": 0.046489535037762486, "he": 0.30414682941629423, "her": 0.25765729437853174}, "next": {"he - her": 0.057503847712441186, "he": 0.29807696639998116, "her": 0.24057311868753997}, "nhai": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "nice": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "night": {"he - her": 0.007131764051795886, "he": 0.32565688263566434, "her": 0.31852511858386845}, "nishi": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "no": {"he - her": 0.018061453787440618, "he": 0.33132198130564056, "her": 0.31326052751819994}, "nobeladventures": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "nobody": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "non": {"he - her": -0.0075310718115453035, "he": 0.1993181369856555, "her": 0.2068492087972008}, "nor": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "normal": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "not": {"he - her": 0.08010533854943908, "he": 0.3500245342161253, "her": 0.2699191956666862}, "nothing": {"he - her": -0.011061989328916166, "he": 0.2909552159292553, "her": 0.30201720525817144}, "november": {"he - her": 0.041161036423772224, "he": 0.3055773545078722, "her": 0.2644163180841}, "novemberat": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "now": {"he - her": 0.03611348752807564, "he": 0.3407027987271975, "her": 0.30458931119912186}, "nowhere": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "number": {"he - her": 0.07623885662202437, "he": 0.2779493574359167, "her": 0.20171050081389233}, "numerically": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "ny": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "nyc": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "occur": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "october": {"he - her": -0.054796015234521295, "he": 0.2096203028495787, "her": 0.2644163180841}, "of": {"he - her": 0.06981119895939775, "he": 0.2542778467790707, "her": 0.18446664781967298}, "off": {"he - her": -0.020908045796897534, "he": 0.3034723109314147, "her": 0.3243803567283122}, "offer": {"he - her": -0.03164341560435713, "he": 0.2706167719786347, "her": 0.30226018758299183}, "office": {"he - her": 0.006880345716473002, "he": 0.30348884146562544, "her": 0.29660849574915243}, "officers": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "offices": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "often": {"he - her": -0.010741908763207242, "he": 0.2735346006553941, "her": 0.28427650941860133}, "oh": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "old": {"he - her": -0.04304630636274048, "he": 0.2954149570390519, "her": 0.3384612634017924}, "older": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "on": {"he - her": 0.06604925613335927, "he": 0.33028506066338653, "her": 0.26423580453002726}, "once": {"he - her": 0.024002193686718742, "he": 0.32181827951842196, "her": 0.2978160858317032}, "one": {"he - her": 0.05650526605821443, "he": 0.37006768406063484, "her": 0.3135624180024204}, "ongoing": {"he - her": 0.01932728106532483, "he": 0.30443571062612773, "her": 0.2851084295608029}, "oni": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "online": {"he - her": 0.02156029441400234, "he": 0.24040369974991524, "her": 0.2188434053359129}, "only": {"he - her": 0.059002498499182376, "he": 0.3128127503338651, "her": 0.2538102518346827}, "onto": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "open": {"he - her": 0.034947719405109046, "he": 0.3006831592734811, "her": 0.26573543986837206}, "opened": {"he - her": -0.05483215112043982, "he": 0.2019057450840961, "her": 0.2567378962045359}, "opening": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "opportunity": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "opted": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "options": {"he - her": -0.05483215112043982, "he": 0.2019057450840961, "her": 0.2567378962045359}, "or": {"he - her": 0.017449771733760167, "he": 0.3210156373906232, "her": 0.30356586565686305}, "order": {"he - her": -0.02555869836226582, "he": 0.26812412923604956, "her": 0.2936828275983154}, "ordinary": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "original": {"he - her": 0.05886731358582925, "he": 0.3089870195223755, "her": 0.25011970593654625}, "oscars": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "other": {"he - her": 0.044865788191636724, "he": 0.34252292449223404, "her": 0.2976571363005973}, "others": {"he - her": 0.0015935889595546926, "he": 0.3006831592734811, "her": 0.2990895703139264}, "our": {"he - her": -0.02498613468630234, "he": 0.2856426068394773, "her": 0.31062874152577963}, "out": {"he - her": 0.05399952499385946, "he": 0.33533211348852215, "her": 0.2813325884946627}, "outfits": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "outside": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "over": {"he - her": 0.04864368487569293, "he": 0.33199047450870833, "her": 0.2833467896330154}, "overestimate": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "overflowing": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "overing": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "overlap": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "oversee": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "overseeing": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "oversight": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "own": {"he - her": 0.011144344366715853, "he": 0.3258866825706358, "her": 0.31474233820391995}, "p": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "package": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "page": {"he - her": -0.010060768674011678, "he": 0.27689607298703506, "her": 0.28695684166104674}, "paid": {"he - her": -0.0599871512891042, "he": 0.2761209166432573, "her": 0.3361080679323615}, "pains": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "painted": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "pair": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "palpable": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "panic": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "parent": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "parents": {"he - her": -0.008286194751062015, "he": 0.2360045666362904, "her": 0.24429076138735242}, "parks": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "parliament": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "part": {"he - her": -0.02167620941903553, "he": 0.29636850972775075, "her": 0.3180447191467863}, "partners": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "parts": {"he - her": -0.008513559473014853, "he": 0.24822433673152106, "her": 0.2567378962045359}, "pass": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "passengers": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "passes": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "past": {"he - her": -0.010060768674011678, "he": 0.27689607298703506, "her": 0.28695684166104674}, "pastor": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "pastors": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "patience": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "patients": {"he - her": -0.054796015234521295, "he": 0.2096203028495787, "her": 0.2644163180841}, "patronize": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "pawn": {"he - her": -0.10612855330469137, "he": 0.2188615626423764, "her": 0.3249901159470678}, "pay": {"he - her": 0.05919808007827301, "he": 0.30348884146562544, "her": 0.24429076138735242}, "payday": {"he - her": -0.10612855330469137, "he": 0.2188615626423764, "her": 0.3249901159470678}, "paying": {"he - her": -0.09329876574659693, "he": 0.2360045666362904, "her": 0.32930333238288734}, "peace": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "people": {"he - her": 0.08287138777623154, "he": 0.3349369407464959, "her": 0.25206555297026434}, "per": {"he - her": 0.04293150170709625, "he": 0.268954035717085, "her": 0.22602253400998873}, "perfect": {"he - her": -0.060603929112862026, "he": 0.2360045666362904, "her": 0.29660849574915243}, "performance": {"he - her": 0.042333926433131025, "he": 0.28140745714167614, "her": 0.23907353070854512}, "performances": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "performed": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "performing": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "perhaps": {"he - her": -0.011289980764060181, "he": 0.3044621878885711, "her": 0.3157521686526313}, "persecution": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "person": {"he - her": -0.02576201431546915, "he": 0.29410296323136986, "her": 0.319864977546839}, "personal": {"he - her": 0.03563006476679098, "he": 0.28625416016032607, "her": 0.2506240953935351}, "personnel": {"he - her": -0.03167365384137816, "he": 0.28443289494242496, "her": 0.3161065487838031}, "pet": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "phone": {"he - her": -0.0599871512891042, "he": 0.2761209166432573, "her": 0.3361080679323615}, "physical": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "physically": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "piece": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "piedmont": {"he - her": -0.054796015234521295, "he": 0.2096203028495787, "her": 0.2644163180841}, "pill": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "place": {"he - her": 0.013521581283064521, "he": 0.34074765786077654, "her": 0.327226076577712}, "plague": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "planning": {"he - her": -0.007366084514654175, "he": 0.19194216785172646, "her": 0.19930825236638064}, "play": {"he - her": 0.035312669650667816, "he": 0.29296996402919956, "her": 0.25765729437853174}, "played": {"he - her": 0.08625204632543268, "he": 0.3253255770339778, "her": 0.23907353070854512}, "player": {"he - her": 0.06079765645549762, "he": 0.27638459228904366, "her": 0.21558693583354605}, "players": {"he - her": 0.06079765645549762, "he": 0.27638459228904366, "her": 0.21558693583354605}, "playing": {"he - her": -0.008096025579410776, "he": 0.22624911288342076, "her": 0.23434513846283153}, "plays": {"he - her": 0.041161036423772224, "he": 0.3055773545078722, "her": 0.2644163180841}, "please": {"he - her": -0.10734931605899745, "he": 0.18419749023760523, "her": 0.2915468062966027}, "pleasure": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "pm": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "pockets": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "podcast": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "point": {"he - her": 0.08816712163028953, "he": 0.3006831592734811, "her": 0.21251603764319157}, "points": {"he - her": 0.08625204632543268, "he": 0.3253255770339778, "her": 0.23907353070854512}, "police": {"he - her": 0.060427290228195485, "he": 0.28273861246543147, "her": 0.222311322237236}, "policy": {"he - her": -0.008513559473014853, "he": 0.24822433673152106, "her": 0.2567378962045359}, "political": {"he - her": 0.06168318468908332, "he": 0.26099143705546396, "her": 0.19930825236638064}, "pong": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "popular": {"he - her": -0.00979021751451048, "he": 0.26210175570743366, "her": 0.27189197322194414}, "porch": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "position": {"he - her": 0.007146121570323127, "he": 0.29410296323136986, "her": 0.28695684166104674}, "possibly": {"he - her": -0.03167365384137816, "he": 0.28443289494242496, "her": 0.3161065487838031}, "post": {"he - her": -0.04291875454371502, "he": 0.2863845778391723, "her": 0.32930333238288734}, "potential": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "power": {"he - her": 0.03259602027895636, "he": 0.3127156032004677, "her": 0.28011958292151135}, "practical": {"he - her": 0.04073190031007379, "he": 0.3143326375270478, "her": 0.27360073721697403}, "practice": {"he - her": -0.031679649440763014, "he": 0.29331046650630477, "her": 0.3249901159470678}, "praised": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "pray": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "prayer": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "praying": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "preach": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "preaching": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "precepts": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "precious": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "prepare": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "prepared": {"he - her": -0.010416644232338401, "he": 0.29825603980601684, "her": 0.30867268403835524}, "presence": {"he - her": 0.006726831939383671, "he": 0.3089870195223755, "her": 0.30226018758299183}, "pressuring": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "pretended": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "prevented": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "previous": {"he - her": 0.03435333199384033, "he": 0.3132253479987726, "her": 0.2788720160049323}, "prickly": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "pride": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "primarily": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "prime": {"he - her": 0.02027420723684903, "he": 0.27701210344138494, "her": 0.2567378962045359}, "probably": {"he - her": -0.04291875454371502, "he": 0.2863845778391723, "her": 0.32930333238288734}, "problem": {"he - her": 0.022231247654053377, "he": 0.2909552159292553, "her": 0.2687239682752019}, "problems": {"he - her": 0.04325835037152076, "he": 0.26210175570743366, "her": 0.2188434053359129}, "procedures": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "process": {"he - her": 0.0358211477052596, "he": 0.2822075552650121, "her": 0.24638640755975252}, "produced": {"he - her": 0.021178553212625628, "he": 0.2511954309694252, "her": 0.23001687775679958}, "producer": {"he - her": -0.10564660555282121, "he": 0.23046146237954027, "her": 0.3361080679323615}, "production": {"he - her": 0.043919995787755184, "he": 0.24814049607089825, "her": 0.20422050028314306}, "professionals": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "profits": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "program": {"he - her": -0.0669949294453161, "he": 0.29194443256142616, "her": 0.35893936200674226}, "progressively": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "project": {"he - her": 0.034947719405109046, "he": 0.3006831592734811, "her": 0.26573543986837206}, "prolific": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "proper": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "properly": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "property": {"he - her": -0.008513559473014853, "he": 0.24822433673152106, "her": 0.2567378962045359}, "prosecutions": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "protect": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "protectors": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "proven": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "provide": {"he - her": 0.022231247654053377, "he": 0.2909552159292553, "her": 0.2687239682752019}, "provided": {"he - her": -0.03164341560435713, "he": 0.2706167719786347, "her": 0.30226018758299183}, "providing": {"he - her": -0.054796015234521295, "he": 0.2096203028495787, "her": 0.2644163180841}, "proxy": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "psychologist": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "public": {"he - her": 0.0672400661746683, "he": 0.29926789422783817, "her": 0.23202782805316988}, "publications": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "published": {"he - her": -0.06070772877762598, "he": 0.22624911288342076, "her": 0.28695684166104674}, "pull": {"he - her": 0.041161036423772224, "he": 0.3055773545078722, "her": 0.2644163180841}, "purchased": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "pursue": {"he - her": -0.0599871512891042, "he": 0.2761209166432573, "her": 0.3361080679323615}, "put": {"he - her": 0.07443392341510113, "he": 0.3250580188086362, "her": 0.2506240953935351}, "pyjamas": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "qualified": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "quality": {"he - her": -0.054877392648197854, "he": 0.17513948510860172, "her": 0.23001687775679958}, "quest": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "question": {"he - her": 0.001271553553372995, "he": 0.3132253479987726, "her": 0.3119537944453996}, "questioned": {"he - her": -0.10612855330469137, "he": 0.2188615626423764, "her": 0.3249901159470678}, "questions": {"he - her": 0.04325835037152076, "he": 0.26210175570743366, "her": 0.2188434053359129}, "quick": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "quickly": {"he - her": 0.020497066042088452, "he": 0.2706167719786347, "her": 0.25011970593654625}, "quite": {"he - her": 0.020870684650875132, "he": 0.25994421535942025, "her": 0.23907353070854512}, "radicalisation": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "rain": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "random": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "rapper": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "rate": {"he - her": -0.008286194751062015, "he": 0.2360045666362904, "her": 0.24429076138735242}, "rather": {"he - her": -0.07007586318761522, "he": 0.27946203539368164, "her": 0.34953789858129686}, "re": {"he - her": 0.016703459393472064, "he": 0.30079598457322365, "her": 0.2840925251797516}, "reached": {"he - her": -0.060603929112862026, "he": 0.2360045666362904, "her": 0.29660849574915243}, "read": {"he - her": 0.0013588962074146393, "he": 0.30978109402399057, "her": 0.3084221978165759}, "reader": {"he - her": -0.031679649440763014, "he": 0.29331046650630477, "her": 0.3249901159470678}, "readers": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "readily": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "reading": {"he - her": 0.03435333199384033, "he": 0.3132253479987726, "her": 0.2788720160049323}, "ready": {"he - her": -0.04288265920484946, "he": 0.29194443256142616, "her": 0.3348270917662756}, "real": {"he - her": -0.011170462528305336, "he": 0.2972517352882706, "her": 0.3084221978165759}, "realisation": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "realization": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "really": {"he - her": -0.013664165542567164, "he": 0.3215826203569031, "her": 0.33524678589947027}, "reason": {"he - her": -0.0258144909172619, "he": 0.30348884146562544, "her": 0.32930333238288734}, "reasons": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "reassure": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "reawakens": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "rebellious": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "receive": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "recent": {"he - her": -0.03153470501831135, "he": 0.24733731098662093, "her": 0.2788720160049323}, "reconciliations": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "record": {"he - her": 0.02027420723684903, "he": 0.27701210344138494, "her": 0.2567378962045359}, "red": {"he - her": -0.06044834730683418, "he": 0.24822433673152106, "her": 0.30867268403835524}, "reference": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "reflects": {"he - her": -0.0599871512891042, "he": 0.2761209166432573, "her": 0.3361080679323615}, "regard": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "regarding": {"he - her": 0.04073190031007379, "he": 0.3143326375270478, "her": 0.27360073721697403}, "region": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "regional": {"he - her": -0.008096025579410776, "he": 0.22624911288342076, "her": 0.23434513846283153}, "regularly": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "reich": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "relate": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "relation": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "relationship": {"he - her": 0.04310062986065816, "he": 0.26541195209789414, "her": 0.222311322237236}, "relay": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "released": {"he - her": -0.054796015234521295, "he": 0.2096203028495787, "her": 0.2644163180841}, "relevant": {"he - her": 0.058489334246510205, "he": 0.3152272304510461, "her": 0.2567378962045359}, "remember": {"he - her": -0.025840072243900114, "he": 0.3089870195223755, "her": 0.3348270917662756}, "remind": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "reminded": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "remodel": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "remote": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "rented": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "repeat": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "report": {"he - her": -0.06486119061134565, "he": 0.22882163698696972, "her": 0.2936828275983154}, "reports": {"he - her": -0.0643186081852068, "he": 0.26498472419768054, "her": 0.32930333238288734}, "request": {"he - her": 0.020497066042088452, "he": 0.2706167719786347, "her": 0.25011970593654625}, "requests": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "requirements": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "requires": {"he - her": -0.054796015234521295, "he": 0.2096203028495787, "her": 0.2644163180841}, "residents": {"he - her": -0.05483215112043982, "he": 0.2019057450840961, "her": 0.2567378962045359}, "respect": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "respond": {"he - her": -0.06019207377489644, "he": 0.26479804217217134, "her": 0.3249901159470678}, "responding": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "response": {"he - her": -0.03160259093718243, "he": 0.25994421535942025, "her": 0.2915468062966027}, "responsible": {"he - her": -0.031672357306233745, "he": 0.30443571062612773, "her": 0.3361080679323615}, "rest": {"he - her": 0.02027420723684903, "he": 0.27701210344138494, "her": 0.2567378962045359}, "restaurant": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "restrict": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "retrieved": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "return": {"he - her": 0.007146121570323127, "he": 0.29410296323136986, "her": 0.28695684166104674}, "returning": {"he - her": 0.041161036423772224, "he": 0.3055773545078722, "her": 0.2644163180841}, "reveals": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "review": {"he - her": -0.010060768674011678, "he": 0.27689607298703506, "her": 0.28695684166104674}, "reviews": {"he - her": 0.01932728106532483, "he": 0.30443571062612773, "her": 0.2851084295608029}, "reyes": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "ride": {"he - her": -0.008096025579410776, "he": 0.22624911288342076, "her": 0.23434513846283153}, "ridenyc": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "rifts": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "right": {"he - her": 0.013863065578089084, "he": 0.3316952325863724, "her": 0.3178321670082833}, "rightly": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "rights": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "road": {"he - her": 0.0887494637460565, "he": 0.29296996402919956, "her": 0.20422050028314306}, "rock": {"he - her": -0.008513559473014853, "he": 0.24822433673152106, "her": 0.2567378962045359}, "rohan": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "role": {"he - her": 0.022112994063236857, "he": 0.294004967285181, "her": 0.27189197322194414}, "roles": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "roof": {"he - her": -0.06019207377489644, "he": 0.26479804217217134, "her": 0.3249901159470678}, "room": {"he - her": -0.010529194275930909, "he": 0.3055773545078722, "her": 0.3161065487838031}, "root": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "rotations": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "round": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "run": {"he - her": 0.007146121570323127, "he": 0.29410296323136986, "her": 0.28695684166104674}, "running": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "russell": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "russians": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "s": {"he - her": 0.05228121526868662, "he": 0.31981628157078223, "her": 0.2675350663020956}, "sad": {"he - her": -0.10564660555282121, "he": 0.23046146237954027, "her": 0.3361080679323615}, "sadly": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "safely": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "safety": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "saftar": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "said": {"he - her": 0.023076289610977407, "he": 0.32597037168785165, "her": 0.30289408207687424}, "sales": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "same": {"he - her": 0.032089130273428634, "he": 0.32326200935121574, "her": 0.2911728790777871}, "sanctify": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "sarah": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "satan": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "saturday": {"he - her": 0.059492435926231685, "he": 0.2985659666347768, "her": 0.23907353070854512}, "save": {"he - her": -0.008513559473014853, "he": 0.24822433673152106, "her": 0.2567378962045359}, "saved": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "saving": {"he - her": -0.06019207377489644, "he": 0.26479804217217134, "her": 0.3249901159470678}, "savings": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "saw": {"he - her": 0.007205231628500786, "he": 0.32326200935121574, "her": 0.31605677772271495}, "say": {"he - her": 0.023661942229843802, "he": 0.29807696639998116, "her": 0.27441502417013736}, "saying": {"he - her": -0.010060768674011678, "he": 0.27689607298703506, "her": 0.28695684166104674}, "says": {"he - her": 0.0009712573615693332, "he": 0.3253255770339778, "her": 0.32435431967240846}, "scandal": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "scared": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "scenes": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "schedule": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "school": {"he - her": 0.0015935889595546926, "he": 0.3006831592734811, "her": 0.2990895703139264}, "scored": {"he - her": 0.02027420723684903, "he": 0.27701210344138494, "her": 0.2567378962045359}, "scorer": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "scoring": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "screen": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "scripted": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "scripture": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "scrubs": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "se": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "searching": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "season": {"he - her": 0.037518127193077455, "he": 0.24615543596378592, "her": 0.20863730877070846}, "seat": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "seating": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "second": {"he - her": 0.06387287850913281, "he": 0.32685724662362264, "her": 0.26298436811448983}, "seconds": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "security": {"he - her": 0.02069396281032812, "he": 0.26498472419768054, "her": 0.24429076138735242}, "see": {"he - her": 0.031840160750050917, "he": 0.31730551248942235, "her": 0.28546535173937143}, "seedy": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "seeing": {"he - her": -0.03164341560435713, "he": 0.2706167719786347, "her": 0.30226018758299183}, "seeking": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "seem": {"he - her": 0.0599995990972792, "he": 0.2900164768540788, "her": 0.23001687775679958}, "seemed": {"he - her": -0.03162377155147189, "he": 0.26498472419768054, "her": 0.29660849574915243}, "seemingly": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "seems": {"he - her": 0.007746504472576243, "he": 0.2734819443409483, "her": 0.26573543986837206}, "seen": {"he - her": 0.035312669650667816, "he": 0.29296996402919956, "her": 0.25765729437853174}, "sees": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "seinfeld": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "self": {"he - her": -0.031672357306233745, "he": 0.30443571062612773, "her": 0.3361080679323615}, "selling": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "semi": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "senior": {"he - her": -0.031679649440763014, "he": 0.29331046650630477, "her": 0.3249901159470678}, "sensational": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "sense": {"he - her": 0.04151814360148093, "he": 0.29825603980601684, "her": 0.2567378962045359}, "sensitive": {"he - her": -0.06044834730683418, "he": 0.24822433673152106, "her": 0.30867268403835524}, "sent": {"he - her": -0.010223917909980118, "he": 0.2863845778391723, "her": 0.29660849574915243}, "sentences": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "separations": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "sept": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "september": {"he - her": 0.043801459755538175, "he": 0.250650668552739, "her": 0.2068492087972008}, "series": {"he - her": 0.09992632913315116, "he": 0.30414682941629423, "her": 0.20422050028314306}, "sermon": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "servants": {"he - her": -0.054796015234521295, "he": 0.2096203028495787, "her": 0.2644163180841}, "serve": {"he - her": -0.008394141683802259, "he": 0.241725564252744, "her": 0.25011970593654625}, "served": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "serves": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "service": {"he - her": 0.007746504472576243, "he": 0.2734819443409483, "her": 0.26573543986837206}, "serving": {"he - her": -0.05967018490457776, "he": 0.29150000450919544, "her": 0.3511701894137732}, "set": {"he - her": -0.011061989328916166, "he": 0.2909552159292553, "her": 0.30201720525817144}, "sets": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "settle": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "seven": {"he - her": 0.058489334246510205, "he": 0.3152272304510461, "her": 0.2567378962045359}, "several": {"he - her": 0.022894756927660243, "he": 0.3165775845259756, "her": 0.2936828275983154}, "shadow": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "shannon": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "shape": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "share": {"he - her": 0.006726831939383671, "he": 0.3089870195223755, "her": 0.30226018758299183}, "shared": {"he - her": 0.041824726624879904, "he": 0.29194443256142616, "her": 0.25011970593654625}, "shares": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "sharing": {"he - her": -0.008513559473014853, "he": 0.24822433673152106, "her": 0.2567378962045359}, "sharper": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "she": {"he - her": -0.1620715847706209, "he": 0.16898168920696682, "her": 0.3310532739775877}, "shepherd": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "sheri": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "sherlock": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "shinier": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "ship": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "shop": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "short": {"he - her": 0.007263301293420954, "he": 0.2900164768540788, "her": 0.2827531755606578}, "shorten": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "shortly": {"he - her": -0.0599871512891042, "he": 0.2761209166432573, "her": 0.3361080679323615}, "shot": {"he - her": 0.007146121570323127, "he": 0.29410296323136986, "her": 0.28695684166104674}, "shots": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "should": {"he - her": 0.016493552883313778, "he": 0.3062839142271687, "her": 0.28979036134385494}, "shouldn": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "show": {"he - her": -0.0018896291223170492, "he": 0.3141671486003979, "her": 0.31605677772271495}, "showed": {"he - her": 0.05886731358582925, "he": 0.3089870195223755, "her": 0.25011970593654625}, "shown": {"he - her": 0.04151814360148093, "he": 0.29825603980601684, "her": 0.2567378962045359}, "shows": {"he - her": 0.041824726624879904, "he": 0.29194443256142616, "her": 0.25011970593654625}, "side": {"he - her": 0.045567382584960014, "he": 0.3208318002596726, "her": 0.2752644176747126}, "sight": {"he - her": 0.01932728106532483, "he": 0.30443571062612773, "her": 0.2851084295608029}, "sightseeing": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "sign": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "silent": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "silver": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "similar": {"he - her": 0.02069396281032812, "he": 0.26498472419768054, "her": 0.24429076138735242}, "simmons": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "simon": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "simple": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "simply": {"he - her": -0.009917980287847294, "he": 0.268954035717085, "her": 0.2788720160049323}, "since": {"he - her": 0.05707268588874359, "he": 0.3411652110684952, "her": 0.2840925251797516}, "sinful": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "sing": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "singleton": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "sirkin": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "sister": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "sit": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "sitting": {"he - her": -0.031679649440763014, "he": 0.29331046650630477, "her": 0.3249901159470678}, "situation": {"he - her": 0.022680827910211476, "he": 0.3217703982241379, "her": 0.2990895703139264}, "six": {"he - her": 0.03435333199384033, "he": 0.3132253479987726, "her": 0.2788720160049323}, "size": {"he - her": 0.02027420723684903, "he": 0.27701210344138494, "her": 0.2567378962045359}, "skins": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "slack": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "slang": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "sleep": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "sleepless": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "slow": {"he - her": -0.010416644232338401, "he": 0.29825603980601684, "her": 0.30867268403835524}, "small": {"he - her": 0.059492435926231685, "he": 0.2985659666347768, "her": 0.23907353070854512}, "smalls": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "smidgen": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "smith": {"he - her": -0.06483026149932375, "he": 0.23148675947191466, "her": 0.2963170209712384}, "so": {"he - her": -0.029297463203370067, "he": 0.3060449834037126, "her": 0.3353424466070827}, "soccer": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "society": {"he - her": 0.02103124655507224, "he": 0.2553763850179038, "her": 0.23434513846283153}, "some": {"he - her": 0.046649485336623275, "he": 0.33408106986998115, "her": 0.2874315845333579}, "someone": {"he - her": -0.04277321774396148, "he": 0.3055773545078722, "her": 0.3483505722518337}, "something": {"he - her": 0.02308945174716448, "he": 0.3118646105866797, "her": 0.2887751588395152}, "sometimes": {"he - her": -0.02578835303763166, "he": 0.2985659666347768, "her": 0.32435431967240846}, "somewhere": {"he - her": -0.054796015234521295, "he": 0.2096203028495787, "her": 0.2644163180841}, "son": {"he - her": -0.010060768674011678, "he": 0.27689607298703506, "her": 0.28695684166104674}, "soon": {"he - her": 0.08720281398878388, "he": 0.3132253479987726, "her": 0.22602253400998873}, "sore": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "sorry": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "sort": {"he - her": 0.01932728106532483, "he": 0.30443571062612773, "her": 0.2851084295608029}, "soul": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "sounding": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "southbank": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "speaker": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "special": {"he - her": -0.03153470501831135, "he": 0.24733731098662093, "her": 0.2788720160049323}, "specific": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "spectators": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "speech": {"he - her": 0.0599995990972792, "he": 0.2900164768540788, "her": 0.23001687775679958}, "spent": {"he - her": 0.02198731761355799, "he": 0.2972517352882706, "her": 0.2752644176747126}, "sphere": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "spirit": {"he - her": 0.04293150170709625, "he": 0.268954035717085, "her": 0.22602253400998873}, "spirited": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "spiritual": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "spiritually": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "spoke": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "square": {"he - her": 0.04073190031007379, "he": 0.3143326375270478, "her": 0.27360073721697403}, "stadium": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "stadler": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "stage": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "stan": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "standard": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "standards": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "standing": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "start": {"he - her": 0.08746977178675458, "he": 0.30978109402399057, "her": 0.222311322237236}, "started": {"he - her": 0.045567382584960014, "he": 0.3208318002596726, "her": 0.2752644176747126}, "starters": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "starting": {"he - her": 0.021553255565934626, "he": 0.30851009722698136, "her": 0.28695684166104674}, "starts": {"he - her": -0.0316605805969703, "he": 0.27701210344138494, "her": 0.30867268403835524}, "state": {"he - her": -0.012589578093594012, "he": 0.28724347150059376, "her": 0.2998330495941878}, "statement": {"he - her": 0.058489334246510205, "he": 0.3152272304510461, "her": 0.2567378962045359}, "station": {"he - her": -0.03160259093718243, "he": 0.25994421535942025, "her": 0.2915468062966027}, "statue": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "stay": {"he - her": 0.04274907486606022, "he": 0.2727659526228598, "her": 0.23001687775679958}, "stayed": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "steadily": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "steady": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "step": {"he - her": 0.013202997451782661, "he": 0.297479506870384, "her": 0.28427650941860133}, "stephen": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "stepping": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "steven": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "stiff": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "stiffed": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "still": {"he - her": 0.06387287850913281, "he": 0.32685724662362264, "her": 0.26298436811448983}, "stitches": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "stole": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "stone": {"he - her": -0.008394141683802259, "he": 0.241725564252744, "her": 0.25011970593654625}, "stop": {"he - her": 0.007474194790718869, "he": 0.28273861246543147, "her": 0.2752644176747126}, "store": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "stories": {"he - her": 0.05886731358582925, "he": 0.3089870195223755, "her": 0.25011970593654625}, "story": {"he - her": -0.08914574839132533, "he": 0.24733731098662093, "her": 0.33648305937794626}, "strained": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "strategies": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "street": {"he - her": -0.08871676330418199, "he": 0.25994421535942025, "her": 0.34866097866360224}, "streets": {"he - her": -0.06053462333024784, "he": 0.241725564252744, "her": 0.30226018758299183}, "strength": {"he - her": 0.01932728106532483, "he": 0.30443571062612773, "her": 0.2851084295608029}, "strengthened": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "struck": {"he - her": 0.01932728106532483, "he": 0.30443571062612773, "her": 0.2851084295608029}, "struggled": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "struggles": {"he - her": -0.06019207377489644, "he": 0.26479804217217134, "her": 0.3249901159470678}, "students": {"he - her": 0.021178553212625628, "he": 0.2511954309694252, "her": 0.23001687775679958}, "studies": {"he - her": -0.05487853156922473, "he": 0.1794666068936068, "her": 0.23434513846283153}, "stuff": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "style": {"he - her": -0.04283568492890988, "he": 0.29825603980601684, "her": 0.3410917247349267}, "subject": {"he - her": 0.059492435926231685, "he": 0.2985659666347768, "her": 0.23907353070854512}, "subway": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "successfully": {"he - her": -0.06019207377489644, "he": 0.26479804217217134, "her": 0.3249901159470678}, "such": {"he - her": 0.03717188421309814, "he": 0.33184117396575896, "her": 0.2946692897526608}, "sudden": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "suffered": {"he - her": -0.10612855330469137, "he": 0.2188615626423764, "her": 0.3249901159470678}, "suffering": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "suggests": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "suicide": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "suited": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "sullen": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "support": {"he - her": 0.0127134221094789, "he": 0.3118029924234053, "her": 0.2990895703139264}, "supporters": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "supportive": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "supposed": {"he - her": -0.05967018490457776, "he": 0.29150000450919544, "her": 0.3511701894137732}, "sure": {"he - her": 0.007275738482941385, "he": 0.32097422855162044, "her": 0.31369849006867906}, "surprised": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "surprising": {"he - her": -0.008513559473014853, "he": 0.24822433673152106, "her": 0.2567378962045359}, "sweet": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "switching": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "system": {"he - her": 0.08720281398878388, "he": 0.3132253479987726, "her": 0.22602253400998873}, "s\u00edoch\u00e1na": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "t": {"he - her": 0.04122117360364913, "he": 0.316279353292877, "her": 0.27505817968922786}, "tables": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "take": {"he - her": -0.005475542700716152, "he": 0.3076045745064825, "her": 0.31308011720719864}, "taken": {"he - her": 0.06260108172310908, "he": 0.34475994558039713, "her": 0.28215886385728806}, "takes": {"he - her": 0.02027420723684903, "he": 0.27701210344138494, "her": 0.2567378962045359}, "takeshi": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "taking": {"he - her": 0.11926372773772811, "he": 0.32097422855162044, "her": 0.20171050081389233}, "talent": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "talented": {"he - her": -0.031672357306233745, "he": 0.30443571062612773, "her": 0.3361080679323615}, "talking": {"he - her": -0.04294686253073232, "he": 0.28140745714167614, "her": 0.32435431967240846}, "talks": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "task": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "tasks": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "teach": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "teaching": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "team": {"he - her": 0.023219460584846002, "he": 0.26566502807467185, "her": 0.24244556748982585}, "teams": {"he - her": 0.0751615619492681, "he": 0.294004967285181, "her": 0.2188434053359129}, "techniques": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "teenager": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "teens": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "telekinesis": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "tell": {"he - her": -0.02576201431546915, "he": 0.29410296323136986, "her": 0.319864977546839}, "telling": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "tells": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "tempted": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "ten": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "tend": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "term": {"he - her": 0.07444531013177152, "he": 0.3044621878885711, "her": 0.23001687775679958}, "terms": {"he - her": -0.10699547689874173, "he": 0.1952647106842501, "her": 0.30226018758299183}, "terrible": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "terrifying": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "terrorism": {"he - her": -0.008513559473014853, "he": 0.24822433673152106, "her": 0.2567378962045359}, "terrorist": {"he - her": -0.06080894459561009, "he": 0.2144554730791025, "her": 0.2752644176747126}, "test": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "testing": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "than": {"he - her": 0.008933329014503721, "he": 0.3072044682972243, "her": 0.2982711392827206}, "thanapob": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "thank": {"he - her": -0.008394141683802259, "he": 0.241725564252744, "her": 0.25011970593654625}, "thanks": {"he - her": -0.03155774459123262, "he": 0.2511954309694252, "her": 0.2827531755606578}, "that": {"he - her": 0.07177468303935966, "he": 0.311710942952315, "her": 0.23993625991295534}, "the": {"he - her": 0.079751638772589, "he": 0.1933725482822188, "her": 0.1136209095096298}, "theatre": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "their": {"he - her": 0.020612311216045398, "he": 0.31077656099139006, "her": 0.29016424977534466}, "them": {"he - her": 0.04197174997452535, "he": 0.3286573654737786, "her": 0.28668561549925325}, "themed": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "themselves": {"he - her": 0.007263301293420954, "he": 0.2900164768540788, "her": 0.2827531755606578}, "then": {"he - her": 0.04128568771036906, "he": 0.34021038620314314, "her": 0.2989246984927741}, "there": {"he - her": 0.06253773123730172, "he": 0.3514481412562748, "her": 0.2889104100189731}, "these": {"he - her": 0.031461830435178584, "he": 0.3333793525691596, "her": 0.30191752213398104}, "they": {"he - her": 0.0331930443619719, "he": 0.32411914729777486, "her": 0.29092610293580295}, "thing": {"he - her": 0.04673871725644152, "he": 0.2996089694883946, "her": 0.2528702522319531}, "things": {"he - her": 0.056893594988074836, "he": 0.34376497064510214, "her": 0.2868713756570273}, "think": {"he - her": 0.011446027096505051, "he": 0.31730551248942235, "her": 0.3058594853929173}, "thinking": {"he - her": 0.058489334246510205, "he": 0.3152272304510461, "her": 0.2567378962045359}, "third": {"he - her": 0.043919995787755184, "he": 0.24814049607089825, "her": 0.20422050028314306}, "thirty": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "this": {"he - her": 0.04556166554016966, "he": 0.3401977741188571, "her": 0.29463610857868744}, "those": {"he - her": 0.031811114462344414, "he": 0.31706594903038454, "her": 0.2852548345680401}, "though": {"he - her": 0.057283473678934355, "he": 0.30166517898010775, "her": 0.2443817053011734}, "thought": {"he - her": 0.0231806976656026, "he": 0.30966004399524777, "her": 0.28647934632964517}, "thousands": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "three": {"he - her": 0.08318809382418846, "he": 0.3201903724833076, "her": 0.23700227865911916}, "thrilled": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "through": {"he - her": 0.01845228348566519, "he": 0.3203388627481922, "her": 0.301886579262527}, "throughout": {"he - her": 0.02185311587460953, "he": 0.3007251318795418, "her": 0.2788720160049323}, "throw": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "tickets": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "tie": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "tien": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "ties": {"he - her": 0.020016576858324975, "he": 0.28443289494242496, "her": 0.2644163180841}, "tile": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "tim": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "time": {"he - her": 0.053945274868920146, "he": 0.3679130574413764, "her": 0.3139677825724563}, "times": {"he - her": 0.035197032995776534, "he": 0.2954149570390519, "her": 0.2602179240432754}, "timothy": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "tiptoeing": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "titled": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "titles": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "to": {"he - her": 0.0797774291121118, "he": 0.26433257255469095, "her": 0.18455514344257914}, "today": {"he - her": -0.043028211404602834, "he": 0.2560613589093236, "her": 0.2990895703139264}, "together": {"he - her": 0.04606755255503325, "he": 0.3118029924234053, "her": 0.26573543986837206}, "told": {"he - her": -0.021715504844149414, "he": 0.29984115812293916, "her": 0.32155666296708857}, "toll": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "tomorrow": {"he - her": 0.02069396281032812, "he": 0.26498472419768054, "her": 0.24429076138735242}, "tonkotsu": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "too": {"he - her": -0.02277354301675638, "he": 0.2655388518322977, "her": 0.2883123948490541}, "took": {"he - her": -0.010701777199901397, "he": 0.27145708665738666, "her": 0.28215886385728806}, "top": {"he - her": 0.08954844404591147, "he": 0.2822075552650121, "her": 0.19265911121910065}, "torn": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "tortured": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "tough": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "tour": {"he - her": -0.054876040470939885, "he": 0.18419749023760523, "her": 0.23907353070854512}, "tournament": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "tours": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "toward": {"he - her": -0.009917980287847294, "he": 0.268954035717085, "her": 0.2788720160049323}, "towards": {"he - her": 0.04151814360148093, "he": 0.29825603980601684, "her": 0.2567378962045359}, "town": {"he - her": -0.060940008122675526, "he": 0.18752513863873763, "her": 0.24846514676141315}, "tracks": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "train": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "transaction": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "travel": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "treated": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "treatment": {"he - her": -0.10798706606141345, "he": 0.16073690221378845, "her": 0.2687239682752019}, "tried": {"he - her": 0.007474194790718869, "he": 0.28273861246543147, "her": 0.2752644176747126}, "tries": {"he - her": -0.05967018490457776, "he": 0.29150000450919544, "her": 0.3511701894137732}, "trivia": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "trouble": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "true": {"he - her": -0.02570952058016518, "he": 0.28624427386523443, "her": 0.3119537944453996}, "trust": {"he - her": -0.010315755021565676, "he": 0.29194443256142616, "her": 0.30226018758299183}, "truth": {"he - her": -0.10493256453796956, "he": 0.24623762487580364, "her": 0.3511701894137732}, "try": {"he - her": 0.0011785133807368786, "he": 0.31693068203336816, "her": 0.3157521686526313}, "trying": {"he - her": 0.022231247654053377, "he": 0.2909552159292553, "her": 0.2687239682752019}, "turn": {"he - her": 0.007019160338174124, "he": 0.2985659666347768, "her": 0.2915468062966027}, "turned": {"he - her": -0.06421031978764091, "he": 0.2706167719786347, "her": 0.3348270917662756}, "turns": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "tusla": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "tv": {"he - her": 0.041824726624879904, "he": 0.29194443256142616, "her": 0.25011970593654625}, "twelve": {"he - her": -0.008394141683802259, "he": 0.241725564252744, "her": 0.25011970593654625}, "two": {"he - her": 0.011136219135313652, "he": 0.3184163339512641, "her": 0.30728011481595047}, "type": {"he - her": 0.02027420723684903, "he": 0.27701210344138494, "her": 0.2567378962045359}, "t\u00e1naiste": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "ugly": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "uk": {"he - her": -0.05483215112043982, "he": 0.2019057450840961, "her": 0.2567378962045359}, "ultimately": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "unappreciated": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "uncertain": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "uncommunicative": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "uncredited": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "under": {"he - her": 0.047279088860827795, "he": 0.28972465635065364, "her": 0.24244556748982585}, "underneath": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "understand": {"he - her": -0.06070772877762598, "he": 0.22624911288342076, "her": 0.28695684166104674}, "understood": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "undertake": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "unenticing": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "unfair": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "unicef": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "unit": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "united": {"he - her": 0.060221739855245704, "he": 0.28624427386523443, "her": 0.22602253400998873}, "unity": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "unless": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "unnoticed": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "unpleasant": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "unproven": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "until": {"he - her": -0.06053462333024784, "he": 0.241725564252744, "her": 0.30226018758299183}, "unwelcome": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "up": {"he - her": 0.04660085464857705, "he": 0.3508181106953613, "her": 0.30421725604678423}, "upon": {"he - her": 0.04073190031007379, "he": 0.3143326375270478, "her": 0.27360073721697403}, "uppity": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "us": {"he - her": 0.01694143513370272, "he": 0.2946137963200295, "her": 0.27767236118632677}, "usd": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "use": {"he - her": 0.0900801486415802, "he": 0.2749247330787263, "her": 0.18484458443714608}, "used": {"he - her": 0.014021567658725143, "he": 0.2741157618672661, "her": 0.26009419420854096}, "uses": {"he - her": 0.02069396281032812, "he": 0.26498472419768054, "her": 0.24429076138735242}, "usual": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "usually": {"he - her": 0.020497066042088452, "he": 0.2706167719786347, "her": 0.25011970593654625}, "v": {"he - her": -0.060338143995625204, "he": 0.2557684047881779, "her": 0.3161065487838031}, "valued": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "various": {"he - her": -0.06448859252893524, "he": 0.2553763850179038, "her": 0.319864977546839}, "ve": {"he - her": 0.023934785004558257, "he": 0.29154251277369175, "her": 0.2676077277691335}, "verbally": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "verse": {"he - her": 0.042333926433131025, "he": 0.28140745714167614, "her": 0.23907353070854512}, "version": {"he - her": -0.06070772877762598, "he": 0.22624911288342076, "her": 0.28695684166104674}, "very": {"he - her": 0.017332627547463342, "he": 0.34838703169718105, "her": 0.3310544041497177}, "views": {"he - her": -0.008394141683802259, "he": 0.241725564252744, "her": 0.25011970593654625}, "villagers": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "virginity": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "visit": {"he - her": 0.02069396281032812, "he": 0.26498472419768054, "her": 0.24429076138735242}, "vote": {"he - her": -0.008513559473014853, "he": 0.24822433673152106, "her": 0.2567378962045359}, "vs": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "vulnerable": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "waaay": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "waiter": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "waiting": {"he - her": -0.0599871512891042, "he": 0.2761209166432573, "her": 0.3361080679323615}, "waitress": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "waldo": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "walk": {"he - her": -0.05473917457459762, "he": 0.2188615626423764, "her": 0.27360073721697403}, "walked": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "walking": {"he - her": -0.06342629865959809, "he": 0.30443571062612773, "her": 0.3678620092857258}, "wander": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "want": {"he - her": 0.015541661987185706, "he": 0.33159843970990066, "her": 0.31605677772271495}, "wanted": {"he - her": -0.025735691798552507, "he": 0.2900164768540788, "her": 0.3157521686526313}, "wants": {"he - her": 0.05886731358582925, "he": 0.3089870195223755, "her": 0.25011970593654625}, "war": {"he - her": -0.009375339060976401, "he": 0.24124875633255868, "her": 0.2506240953935351}, "warm": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "warzone": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "was": {"he - her": 0.0463903361135406, "he": 0.32823387385249675, "her": 0.28184353773895615}, "washington": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "wasn": {"he - her": -0.08620039166559995, "he": 0.3007251318795418, "her": 0.38692552354514176}, "waste": {"he - her": 0.06061863005776874, "he": 0.27946203539368164, "her": 0.2188434053359129}, "watching": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "water": {"he - her": -0.0314419960217662, "he": 0.23429344384660586, "her": 0.26573543986837206}, "way": {"he - her": -0.03575250893738924, "he": 0.3092465877177404, "her": 0.3449990966551296}, "we": {"he - her": 0.0418442378534572, "he": 0.3060866002964634, "her": 0.2642423624430062}, "weariness": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "wearing": {"he - her": -0.008987512917545626, "he": 0.2761209166432573, "her": 0.2851084295608029}, "weaselled": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "weaving": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "websites": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "wee": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "week": {"he - her": -0.011869967411253401, "he": 0.30182852265742566, "her": 0.31369849006867906}, "weekend": {"he - her": 0.04073190031007379, "he": 0.3143326375270478, "her": 0.27360073721697403}, "weeks": {"he - her": -0.031679649440763014, "he": 0.29331046650630477, "her": 0.3249901159470678}, "weight": {"he - her": 0.020870684650875132, "he": 0.25994421535942025, "her": 0.23907353070854512}, "welfare": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "well": {"he - her": 0.025367135391865914, "he": 0.33844725259906455, "her": 0.31308011720719864}, "went": {"he - her": -0.03153470501831135, "he": 0.24733731098662093, "her": 0.2788720160049323}, "were": {"he - her": 0.03711168711370311, "he": 0.3173617531263433, "her": 0.2802500660126402}, "weren": {"he - her": -0.05967018490457776, "he": 0.29150000450919544, "her": 0.3511701894137732}, "west": {"he - her": 0.07536828009570923, "he": 0.2909552159292553, "her": 0.21558693583354605}, "westerberg": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "what": {"he - her": 0.09472600731418712, "he": 0.3445151243122124, "her": 0.24978911699802525}, "whatever": {"he - her": -0.05483215112043982, "he": 0.2019057450840961, "her": 0.2567378962045359}, "when": {"he - her": 0.062430594363136416, "he": 0.3528138175745746, "her": 0.29038322321143817}, "where": {"he - her": 0.03560655660152334, "he": 0.34983895187021685, "her": 0.3142323952686935}, "whether": {"he - her": -0.05040098934781889, "he": 0.26812412923604956, "her": 0.31852511858386845}, "which": {"he - her": 0.07696781685724291, "he": 0.3445151243122124, "her": 0.26754730745496946}, "while": {"he - her": 0.13386008152377513, "he": 0.343586989582894, "her": 0.2097269080591189}, "whilst": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "whim": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "white": {"he - her": 0.0348125972270803, "he": 0.3035365655022822, "her": 0.2687239682752019}, "who": {"he - her": 0.02931353511048851, "he": 0.36113046330285936, "her": 0.33181692819237085}, "whole": {"he - her": 0.05975782476853833, "he": 0.29410296323136986, "her": 0.23434513846283153}, "whose": {"he - her": 0.04209381645181989, "he": 0.2863845778391723, "her": 0.24429076138735242}, "why": {"he - her": 0.016199953877064743, "he": 0.31401603970876796, "her": 0.2978160858317032}, "wicked": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "wider": {"he - her": -0.10493256453796956, "he": 0.24623762487580364, "her": 0.3511701894137732}, "widows": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "wife": {"he - her": -0.04283568492890988, "he": 0.29825603980601684, "her": 0.3410917247349267}, "will": {"he - her": 0.05307643851247368, "he": 0.32639243666017737, "her": 0.2733159981477037}, "window": {"he - her": -0.0316605805969703, "he": 0.27701210344138494, "her": 0.30867268403835524}, "wing": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "wisdom": {"he - her": -0.05967018490457776, "he": 0.29150000450919544, "her": 0.3511701894137732}, "wise": {"he - her": -0.04268728495687951, "he": 0.3143326375270478, "her": 0.35701992248392733}, "wish": {"he - her": -0.05448441643555729, "he": 0.24623762487580364, "her": 0.30072204131136093}, "wished": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "with": {"he - her": 0.05381539217936998, "he": 0.33963763061011054, "her": 0.28582223843074056}, "within": {"he - her": 0.034516676349277964, "he": 0.30978109402399057, "her": 0.2752644176747126}, "without": {"he - her": 0.040890664081547234, "he": 0.3230495279388353, "her": 0.28215886385728806}, "withstood": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "woman": {"he - her": -0.13815835984155092, "he": 0.2188615626423764, "her": 0.35701992248392733}, "women": {"he - her": 0.06112464424557179, "he": 0.2707340341279295, "her": 0.20960938988235772}, "won": {"he - her": 0.022342975618053373, "he": 0.28807841548642543, "her": 0.26573543986837206}, "wonder": {"he - her": -0.03167365384137816, "he": 0.28443289494242496, "her": 0.3161065487838031}, "word": {"he - her": -0.007419111608478607, "he": 0.19429138920541372, "her": 0.20171050081389233}, "work": {"he - her": 0.024922172639671947, "he": 0.3479315539874708, "her": 0.32300938134779883}, "working": {"he - her": -0.009987222937798024, "he": 0.2727659526228598, "her": 0.2827531755606578}, "world": {"he - her": 0.025553613157074884, "he": 0.3127777981624006, "her": 0.2872241850053257}, "worries": {"he - her": -0.00922203680216549, "he": 0.29150000450919544, "her": 0.30072204131136093}, "worry": {"he - her": -0.060603929112862026, "he": 0.2360045666362904, "her": 0.29660849574915243}, "worst": {"he - her": 0.019709729289330735, "he": 0.29331046650630477, "her": 0.27360073721697403}, "would": {"he - her": 0.01673026743345185, "he": 0.33736929301981816, "her": 0.3206390255863663}, "writes": {"he - her": -0.060338143995625204, "he": 0.2557684047881779, "her": 0.3161065487838031}, "writing": {"he - her": 0.05886731358582925, "he": 0.3089870195223755, "her": 0.25011970593654625}, "wrong": {"he - her": 0.04073190031007379, "he": 0.3143326375270478, "her": 0.27360073721697403}, "wrote": {"he - her": 0.007372257860302156, "he": 0.28624427386523443, "her": 0.2788720160049323}, "www": {"he - her": -0.008802695044802689, "he": 0.26479804217217134, "her": 0.27360073721697403}, "year": {"he - her": 0.005910389476445177, "he": 0.3015391141180941, "her": 0.2956287246416489}, "years": {"he - her": 0.04641991860593325, "he": 0.33771879262141313, "her": 0.2912988740154799}, "yes": {"he - her": 0.02027420723684903, "he": 0.27701210344138494, "her": 0.2567378962045359}, "yet": {"he - her": 0.12712945139473025, "he": 0.33397866019193106, "her": 0.2068492087972008}, "yo": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "yoing": {"he - her": -0.054131206506116025, "he": 0.2717597963409451, "her": 0.32589100284706113}, "york": {"he - her": 0.06155349323248313, "he": 0.26326399404637546, "her": 0.20171050081389233}, "yorker": {"he - her": -0.054646967181262635, "he": 0.23046146237954027, "her": 0.2851084295608029}, "you": {"he - her": 0.006026310094990384, "he": 0.27680501128167145, "her": 0.27077870118668107}, "young": {"he - her": -0.02192872844265914, "he": 0.3217703982241379, "her": 0.34369912666679703}, "your": {"he - her": 0.033365562963193485, "he": 0.2863547756410993, "her": 0.2529892126779058}, "yourself": {"he - her": -0.008647913295922072, "he": 0.2557684047881779, "her": 0.2644163180841}, "zone": {"he - her": -0.008187377327138506, "he": 0.2308861533814066, "her": 0.23907353070854512}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-he-him.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-he-him.json new file mode 100644 index 0000000000000000000000000000000000000000..0fda02b2f63917d0562ee54677cb01de351f1096 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-he-him.json @@ -0,0 +1 @@ +{"0": {"he - him": -0.008623326044849944, "he": 0.26699777980226896, "him": 0.2756211058471189}, "000": {"he - him": -0.007354432198546312, "he": 0.3006831592734811, "him": 0.3080375914720274}, "04": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "08": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "1": {"he - him": 0.0241376424726803, "he": 0.3055831372808201, "him": 0.2814454948081398}, "10": {"he - him": -0.028642414380761705, "he": 0.31744744900414745, "him": 0.34608986338490916}, "12": {"he - him": -0.019606898195019318, "he": 0.2437529091537891, "him": 0.26335980734880843}, "14": {"he - him": -0.0721981064950658, "he": 0.2553763850179038, "him": 0.3275744915129696}, "15": {"he - him": -0.08503033798372717, "he": 0.30978109402399057, "him": 0.39481143200771773}, "15th": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "16": {"he - him": -0.033471528281599716, "he": 0.29410296323136986, "him": 0.3275744915129696}, "17": {"he - him": -0.007354432198546312, "he": 0.3006831592734811, "him": 0.3080375914720274}, "18": {"he - him": -0.03269275298960328, "he": 0.3089870195223755, "him": 0.3416797725119788}, "18usd": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "19": {"he - him": 0.01944791690474018, "he": 0.28624427386523443, "him": 0.26679635696049425}, "1904": {"he - him": -0.14061705645948525, "he": 0.24623762487580364, "him": 0.3868546813352889}, "1932": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "1953": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "1968": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "19th": {"he - him": -0.047402541050401426, "he": 0.241725564252744, "him": 0.2891281053031454}, "2": {"he - him": -0.0220835944721266, "he": 0.3002349226162437, "him": 0.3223185170883703}, "20": {"he - him": -0.007141400410014931, "he": 0.30656126980078335, "him": 0.3137026702107983}, "200": {"he - him": -0.09386339461889531, "he": 0.1952647106842501, "him": 0.2891281053031454}, "2001": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "2003": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "2004": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "2006": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "2010": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "2012": {"he - him": -0.14641506182772868, "he": 0.1952647106842501, "him": 0.3416797725119788}, "2014": {"he - him": -0.09336114329030593, "he": 0.2019057450840961, "him": 0.295266888374402}, "2016": {"he - him": -0.07674463232657619, "he": 0.30851009722698136, "him": 0.38525472955355755}, "2019": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "2019t": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "2022": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "20th": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "21": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "21st": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "22": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "235": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "24": {"he - him": -0.047402541050401426, "he": 0.241725564252744, "him": 0.2891281053031454}, "25": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "25th": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "29": {"he - him": -0.049735339950552626, "he": 0.29194443256142616, "him": 0.3416797725119788}, "2nd": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "3": {"he - him": -0.06759822024428791, "he": 0.28710499651505855, "him": 0.35470321675934646}, "30": {"he - him": -0.06692742230781884, "he": 0.2900164768540788, "him": 0.3569438991618976}, "300": {"he - him": -0.14246606416595095, "he": 0.23046146237954027, "him": 0.3729275265454912}, "33": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "335032the": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "37": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "3rd": {"he - him": -0.09827778666967468, "he": 0.13391809719244024, "him": 0.23219588386211493}, "4": {"he - him": -0.049432891599050344, "he": 0.31079031655915573, "him": 0.3602232081582061}, "40": {"he - him": -0.047402541050401426, "he": 0.241725564252744, "him": 0.2891281053031454}, "40th": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "45": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "451": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "5": {"he - him": -0.04300154866462785, "he": 0.2969698715742334, "him": 0.33997142023886123}, "51": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "58": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "6": {"he - him": -0.03869632636151915, "he": 0.2815342232205571, "him": 0.32023054958207625}, "60": {"he - him": -0.047402541050401426, "he": 0.241725564252744, "him": 0.2891281053031454}, "600": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "644": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "67": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "69p": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "6moy": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "6th": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "7": {"he - him": 0.03094056442911114, "he": 0.32714723735437007, "him": 0.29620667292525893}, "76ers": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "7th": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "8": {"he - him": -0.020649130319778275, "he": 0.30551156638991755, "him": 0.32616069670969583}, "80s": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "884": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "9": {"he - him": -0.05093641631864698, "he": 0.2727659526228598, "him": 0.3237023689415068}, "90": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "93": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "950": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "a": {"he - him": -0.047256321992317496, "he": 0.27718691043703186, "him": 0.32444323242934936}, "aajohi": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "abandoned": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "abducted": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "abilities": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "ability": {"he - him": -0.10319934601030878, "he": 0.27701210344138494, "him": 0.3802114494516937}, "able": {"he - him": -0.0412976118254933, "he": 0.2954149570390519, "him": 0.3367125688645452}, "about": {"he - him": -0.049054574044782806, "he": 0.3279739657959548, "him": 0.3770285398407376}, "above": {"he - him": -0.04771877958810847, "he": 0.2360045666362904, "him": 0.2837233462243989}, "abs": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "absent": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "absolutely": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "absorbed": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "absurd": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "abul": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "abundance": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "accept": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "acceptance": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "accepting": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "accord": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "according": {"he - him": 0.012740671173081752, "he": 0.2816875089614581, "him": 0.26894683778837636}, "accordingly": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "accounts": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "accuracy": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "achieve": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "achieved": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "acquaintances": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "acquiescence": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "across": {"he - him": -0.04771877958810847, "he": 0.2360045666362904, "him": 0.2837233462243989}, "act": {"he - him": -0.1099081959335021, "he": 0.26210175570743366, "him": 0.37200995164093575}, "acting": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "action": {"he - him": -0.072790941795431, "he": 0.24733731098662093, "him": 0.3201282527820519}, "actionable": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "actions": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "activities": {"he - him": -0.10317376616532822, "he": 0.2048638253066992, "him": 0.3080375914720274}, "activity": {"he - him": -0.019459045973873323, "he": 0.24733731098662093, "him": 0.26679635696049425}, "actor": {"he - him": -0.09386339461889531, "he": 0.1952647106842501, "him": 0.2891281053031454}, "acts": {"he - him": -0.04771877958810847, "he": 0.2360045666362904, "him": 0.2837233462243989}, "actual": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "actually": {"he - him": -0.06519479480976936, "he": 0.30978109402399057, "him": 0.37497588883375993}, "acute": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "adamant": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "adani": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "adapt": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "added": {"he - him": 0.03375121620553484, "he": 0.28535473207644585, "him": 0.251603515870911}, "addition": {"he - him": -0.019300478606555482, "he": 0.2511954309694252, "him": 0.2704959095759807}, "additional": {"he - him": -0.050396192541575624, "he": 0.28140745714167614, "him": 0.33180364968325177}, "address": {"he - him": -0.0700212995822222, "he": 0.28443289494242496, "him": 0.35445419452464716}, "addressed": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "addressing": {"he - him": -0.08130695947762884, "he": 0.3055773545078722, "him": 0.38688431398550105}, "adds": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "adequacy": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "admins": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "adoring": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "ads": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "adult": {"he - him": -0.048001179560903495, "he": 0.2308861533814066, "him": 0.2788873329423101}, "advanced": {"he - him": -0.04771877958810847, "he": 0.2360045666362904, "him": 0.2837233462243989}, "adversaries": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "advertisements": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "advocates": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "aerial": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "affairs": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "affectation": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "affected": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "afghanistan": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "afloat": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "afraid": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "african": {"he - him": -0.05419966080312055, "he": 0.22001932047257688, "him": 0.27421898127569744}, "after": {"he - him": -0.06619049824054596, "he": 0.34299904567685074, "him": 0.4091895439173967}, "aftermath": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "afterthought": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "again": {"he - him": -0.03608199006918317, "he": 0.32565688263566434, "him": 0.3617388727048475}, "against": {"he - him": -0.028269797976643307, "he": 0.31912219954599436, "him": 0.34739199752263766}, "age": {"he - him": -0.04825658869318977, "he": 0.22624911288342076, "him": 0.27450570157661053}, "agencies": {"he - him": 0.0029891514316148227, "he": 0.29825603980601684, "him": 0.295266888374402}, "agenda": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "agent": {"he - him": -0.0700212995822222, "he": 0.28443289494242496, "him": 0.35445419452464716}, "aggressive": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "agitating": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "agitation": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "ago": {"he - him": -0.03013866867906312, "he": 0.3065739001854821, "him": 0.3367125688645452}, "agree": {"he - him": -0.04832342964039377, "he": 0.3143326375270478, "him": 0.3626560671674416}, "agrees": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "ahead": {"he - him": -0.04887684001677495, "he": 0.3055773545078722, "him": 0.35445419452464716}, "aid": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "aides": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "aids": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "air": {"he - him": -0.03406824917820672, "he": 0.28273861246543147, "him": 0.3168068616436382}, "al": {"he - him": -0.048001179560903495, "he": 0.2308861533814066, "him": 0.2788873329423101}, "aladdin": {"he - him": -0.09430134500343934, "he": 0.18942200122095953, "him": 0.2837233462243989}, "alarmed": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "albeit": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "alcohol": {"he - him": -0.07106300053334408, "he": 0.2706167719786347, "him": 0.3416797725119788}, "aldous": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "alien": {"he - him": -0.07185943432383152, "he": 0.25994421535942025, "him": 0.33180364968325177}, "alienation": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "aliens": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "all": {"he - him": -0.04497523986363605, "he": 0.3519116740869998, "him": 0.39688691395063586}, "alliance": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "alliances": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "allies": {"he - him": -0.06849181591936349, "he": 0.30443571062612773, "him": 0.3729275265454912}, "allow": {"he - him": -0.08130695947762884, "he": 0.3055773545078722, "him": 0.38688431398550105}, "allowed": {"he - him": -0.07106300053334408, "he": 0.2706167719786347, "him": 0.3416797725119788}, "almost": {"he - him": -0.10571028263921367, "he": 0.3146349343854283, "him": 0.42034521702464195}, "alone": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "along": {"he - him": -0.058396156889862105, "he": 0.3234971893063417, "him": 0.3818933461962038}, "aloof": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "alpha": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "already": {"he - him": -0.002893290142838678, "he": 0.32932455735698696, "him": 0.33221784749982564}, "also": {"he - him": -0.03266640557489453, "he": 0.32492716062689664, "him": 0.35759356620179117}, "although": {"he - him": -0.03635797640060212, "he": 0.32097422855162044, "him": 0.35733220495222257}, "always": {"he - him": -0.03050676929667867, "he": 0.2996089694883946, "him": 0.3301157387850733}, "am": {"he - him": -0.08589382585517202, "he": 0.3006831592734811, "him": 0.38657698512865313}, "amaravati": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "amazon": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "amendment": {"he - him": -0.09535642446737896, "he": 0.17513948510860172, "him": 0.2704959095759807}, "america": {"he - him": 0.0029891514316148227, "he": 0.29825603980601684, "him": 0.295266888374402}, "american": {"he - him": 0.04637790107968287, "he": 0.2979814169505939, "him": 0.251603515870911}, "americans": {"he - him": -0.09868578973646924, "he": 0.2557684047881779, "him": 0.35445419452464716}, "among": {"he - him": 0.04624842374742305, "he": 0.278444307609538, "him": 0.23219588386211493}, "amongst": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "amorphous": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "amount": {"he - him": -0.14641506182772868, "he": 0.1952647106842501, "him": 0.3416797725119788}, "an": {"he - him": -0.033938982630696946, "he": 0.3568219254175451, "him": 0.39076090804824204}, "analysis": {"he - him": -0.09995420825923479, "he": 0.241725564252744, "him": 0.3416797725119788}, "analytical": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "analyzing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "anchor": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "and": {"he - him": -0.05452836762128299, "he": 0.2641734961665871, "him": 0.3187018637878701}, "andrew": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "angeles": {"he - him": -0.04825658869318977, "he": 0.22624911288342076, "him": 0.27450570157661053}, "anger": {"he - him": -0.06849181591936349, "he": 0.30443571062612773, "him": 0.3729275265454912}, "angle": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "angry": {"he - him": -0.06849181591936349, "he": 0.30443571062612773, "him": 0.3729275265454912}, "angst": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "animals": {"he - him": -0.09591577375000013, "he": 0.1674440335988083, "him": 0.26335980734880843}, "announce": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "another": {"he - him": -0.07222547168133692, "he": 0.3375322997656227, "him": 0.40975777144695963}, "answer": {"he - him": -0.0902457699069012, "he": 0.30348884146562544, "him": 0.39373461137252663}, "answered": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "answers": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "anthony": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "anti": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "antidepressants": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "antigen": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "antoni": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "antonin": {"he - him": -0.14483389167506847, "he": 0.2096203028495787, "him": 0.35445419452464716}, "ants": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "any": {"he - him": -0.07982214211000971, "he": 0.3209904022710725, "him": 0.4008125443810822}, "anyone": {"he - him": -0.1083586565665225, "he": 0.27689607298703506, "him": 0.38525472955355755}, "anything": {"he - him": -0.047402541050401426, "he": 0.241725564252744, "him": 0.2891281053031454}, "apartment": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "apparent": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "appear": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "appearance": {"he - him": -0.04887684001677495, "he": 0.3055773545078722, "him": 0.35445419452464716}, "applications": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "applied": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "apply": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "appreciate": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "appreciated": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "appropriately": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "approval": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "april": {"he - him": -0.1799598809650037, "he": 0.18942200122095953, "him": 0.36938188218596324}, "archived": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "are": {"he - him": -0.045922938805637525, "he": 0.333748548249867, "him": 0.3796714870555045}, "area": {"he - him": -0.019876079935671004, "he": 0.23725888525048064, "him": 0.25713496518615164}, "areas": {"he - him": 0.0026612316147734405, "he": 0.2863845778391723, "him": 0.2837233462243989}, "aren": {"he - him": -0.019300478606555482, "he": 0.2511954309694252, "him": 0.2704959095759807}, "arguably": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "argue": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "argued": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "arguing": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "argument": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "arise": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "arising": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "armed": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "around": {"he - him": -0.06812717386686068, "he": 0.31777138129140986, "him": 0.38589855515827054}, "arrest": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "arrival": {"he - him": 0.00318530093841346, "he": 0.3055773545078722, "him": 0.30239205356945875}, "arrive": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "arrived": {"he - him": -0.049735339950552626, "he": 0.29194443256142616, "him": 0.3416797725119788}, "arse": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "arsonist": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "arthur": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "article": {"he - him": -0.018511333324510715, "he": 0.2706167719786347, "him": 0.2891281053031454}, "artificial": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "artist": {"he - him": -0.04825658869318977, "he": 0.22624911288342076, "him": 0.27450570157661053}, "artists": {"he - him": -0.017608403969999353, "he": 0.29331046650630477, "him": 0.3109188704763041}, "as": {"he - him": -0.05679973874047589, "he": 0.32813166879360806, "him": 0.38493140753408395}, "ash": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "ask": {"he - him": -0.050396192541575624, "he": 0.28140745714167614, "him": 0.33180364968325177}, "asked": {"he - him": -0.06692742230781884, "he": 0.2900164768540788, "him": 0.3569438991618976}, "asks": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "aspect": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "aspects": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "aspirin": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "aspirus": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "assailants": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "assembly": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "assessment": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "assign": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "assists": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "associated": {"he - him": -0.0700212995822222, "he": 0.28443289494242496, "him": 0.35445419452464716}, "associations": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "assume": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "assumed": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "assumes": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "assumptions": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "assurances": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "assured": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "at": {"he - him": -0.03737917146107017, "he": 0.34360767370834233, "him": 0.3809868451694125}, "atlantic": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "atom": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "attack": {"he - him": -0.01969770292561729, "he": 0.294004967285181, "him": 0.3137026702107983}, "attacked": {"he - him": -0.017608403969999353, "he": 0.29331046650630477, "him": 0.3109188704763041}, "attacks": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "attempt": {"he - him": -0.018663513770788898, "he": 0.31780539621405296, "him": 0.33646890998484186}, "attend": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "attending": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "attitude": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "attract": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "attractions": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "audience": {"he - him": -0.09785802499527024, "he": 0.26479804217217134, "him": 0.3626560671674416}, "audiences": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "august": {"he - him": -0.04825658869318977, "he": 0.22624911288342076, "him": 0.27450570157661053}, "aus": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "aussie": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "australia": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "australian": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "australians": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "author": {"he - him": -0.049338369478810984, "he": 0.29825603980601684, "him": 0.3475944092848278}, "authorities": {"he - him": -0.019129316558706755, "he": 0.2553763850179038, "him": 0.27450570157661053}, "authority": {"he - him": -0.09868578973646924, "he": 0.2557684047881779, "him": 0.35445419452464716}, "autobiographical": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "available": {"he - him": -0.09283872426363038, "he": 0.27638459228904366, "him": 0.36922331655267404}, "avails": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "avatar": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "averaging": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "avoid": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "avoided": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "awaited": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "awaiting": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "award": {"he - him": -0.09995420825923479, "he": 0.241725564252744, "him": 0.3416797725119788}, "awards": {"he - him": -0.09336114329030593, "he": 0.2019057450840961, "him": 0.295266888374402}, "away": {"he - him": -0.09755969671944714, "he": 0.2972517352882706, "him": 0.39481143200771773}, "awful": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "awkwardness": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "ba": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "baby": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "back": {"he - him": -0.0223589520598092, "he": 0.3312914667106605, "him": 0.3536504187704697}, "background": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "backing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "bacon": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "bad": {"he - him": -0.04771877958810847, "he": 0.2360045666362904, "him": 0.2837233462243989}, "baggage": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "bail": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "ballerina": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "baloch": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "balochistan": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "ban": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "band": {"he - him": -0.048001179560903495, "he": 0.2308861533814066, "him": 0.2788873329423101}, "bank": {"he - him": -0.049429179853205524, "he": 0.2048638253066992, "him": 0.2542930051599047}, "barack": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "barely": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "baring": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "barking": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "barrel": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "barricaded": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "bars": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "base": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "based": {"he - him": -0.03013866867906312, "he": 0.3065739001854821, "him": 0.3367125688645452}, "bases": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "basic": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "basically": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "basis": {"he - him": -0.048001179560903495, "he": 0.2308861533814066, "him": 0.2788873329423101}, "baskervilles": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "basketball": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "battle": {"he - him": 0.0028163272582807375, "he": 0.29194443256142616, "him": 0.2891281053031454}, "be": {"he - him": -0.05091483687698595, "he": 0.3127291413423208, "him": 0.3636439782193068}, "beak": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "beal": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "beans": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "beat": {"he - him": -0.048001179560903495, "he": 0.2308861533814066, "him": 0.2788873329423101}, "beaten": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "beauty": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "became": {"he - him": -0.08299730434679092, "he": 0.2863845778391723, "him": 0.36938188218596324}, "because": {"he - him": -0.040376467658010284, "he": 0.30643594434176485, "him": 0.34681241199977514}, "become": {"he - him": -0.0654232877640043, "he": 0.3141671486003979, "him": 0.3795904363644022}, "becomes": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "bee": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "beefed": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "been": {"he - him": -0.03430490886462079, "he": 0.34898199110831335, "him": 0.38328689997293414}, "beer": {"he - him": -0.09868578973646924, "he": 0.2557684047881779, "him": 0.35445419452464716}, "beers": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "bees": {"he - him": -0.14246606416595095, "he": 0.23046146237954027, "him": 0.3729275265454912}, "before": {"he - him": -0.05238977925698263, "he": 0.3445818844853136, "him": 0.39697166374229625}, "began": {"he - him": 0.03389192793946216, "he": 0.2972517352882706, "him": 0.26335980734880843}, "begin": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "beginning": {"he - him": -0.03298006851921642, "he": 0.30348884146562544, "him": 0.33646890998484186}, "begrudgingly": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "behalf": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "behavior": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "behind": {"he - him": -0.06692742230781884, "he": 0.2900164768540788, "him": 0.3569438991618976}, "being": {"he - him": -0.04936885077221226, "he": 0.31348761441579565, "him": 0.3628564651880079}, "believe": {"he - him": -0.050396192541575624, "he": 0.28140745714167614, "him": 0.33180364968325177}, "believed": {"he - him": -0.018511333324510715, "he": 0.2706167719786347, "him": 0.2891281053031454}, "believes": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "believing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "bellota": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "belonging": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "bemoans": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "ben": {"he - him": -0.09868578973646924, "he": 0.2557684047881779, "him": 0.35445419452464716}, "bench": {"he - him": -0.018943117582889857, "he": 0.25994421535942025, "him": 0.2788873329423101}, "beneath": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "benign": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "benjamin": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "beset": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "besides": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "best": {"he - him": -0.07820355282240754, "he": 0.337585342611635, "him": 0.4157888954340425}, "bet": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "better": {"he - him": -0.020246475415009124, "he": 0.3141671486003979, "him": 0.33441362401540703}, "between": {"he - him": -0.03849596457020632, "he": 0.28489738118625385, "him": 0.32339334575646017}, "bewildered": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "bhatt": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "bibendum": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "biden": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "big": {"he - him": -0.03635797640060212, "he": 0.32097422855162044, "him": 0.35733220495222257}, "biggest": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "bill": {"he - him": 0.0199603420766441, "he": 0.3152272304510461, "him": 0.295266888374402}, "birds": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "birth": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "birthday": {"he - him": -0.14568866420073173, "he": 0.2019057450840961, "him": 0.3475944092848278}, "bit": {"he - him": -0.07374414762542156, "he": 0.23429344384660586, "him": 0.3080375914720274}, "bite": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "black": {"he - him": 0.002052144749085716, "he": 0.26541195209789414, "him": 0.26335980734880843}, "bladder": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "blanchard": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "blare": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "blast": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "blessed": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "blessing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "blocking": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "blog": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "blogs": {"he - him": -0.10245141904307609, "he": 0.28443289494242496, "him": 0.38688431398550105}, "blood": {"he - him": -0.0700212995822222, "he": 0.28443289494242496, "him": 0.35445419452464716}, "blooded": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "bloodshot": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "bluntly": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "boat": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "bodies": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "body": {"he - him": -0.07148418578716131, "he": 0.26498472419768054, "him": 0.33646890998484186}, "bomb": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "bond": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "boogie": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "book": {"he - him": -0.06973987064488757, "he": 0.25275452764719664, "him": 0.3224943982920842}, "booked": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "books": {"he - him": -0.10646803848590419, "he": 0.2437529091537891, "him": 0.3502209476396933}, "booze": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "boozer": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "border": {"he - him": -0.09564726816230285, "he": 0.1711490887981914, "him": 0.26679635696049425}, "borgen": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "boring": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "born": {"he - him": 0.003413767050743699, "he": 0.3143326375270478, "him": 0.3109188704763041}, "botcha": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "both": {"he - him": -0.05368690643385049, "he": 0.33192707959820344, "him": 0.38561398603205393}, "bottle": {"he - him": -0.10040168669785454, "he": 0.30443571062612773, "him": 0.4048373973239823}, "bottom": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "bought": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "bounceback": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "box": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "boy": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "bph": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "bradbury": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "brahms": {"he - him": -0.14483389167506847, "he": 0.2096203028495787, "him": 0.35445419452464716}, "branch": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "branches": {"he - him": -0.14061705645948525, "he": 0.24623762487580364, "him": 0.3868546813352889}, "bras": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "brass": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "brave": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "break": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "breakfast": {"he - him": -0.09336114329030593, "he": 0.2019057450840961, "him": 0.295266888374402}, "breakup": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "breath": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "breezily": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "brett": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "bridges": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "briefly": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "bright": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "brighter": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "brilliant": {"he - him": -0.06849181591936349, "he": 0.30443571062612773, "him": 0.3729275265454912}, "brindisa": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "bring": {"he - him": -0.06433509690290634, "he": 0.3275628953537441, "him": 0.39189799225665045}, "bringing": {"he - him": 0.0199603420766441, "he": 0.3152272304510461, "him": 0.295266888374402}, "brings": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "brisbane": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "brisvegas": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "britain": {"he - him": 0.0028163272582807375, "he": 0.29194443256142616, "him": 0.2891281053031454}, "britney": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "broadway": {"he - him": -0.09386339461889531, "he": 0.1952647106842501, "him": 0.2891281053031454}, "broccoli": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "broken": {"he - him": -0.14061705645948525, "he": 0.24623762487580364, "him": 0.3868546813352889}, "brothels": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "brother": {"he - him": -0.08195540964567688, "he": 0.29825603980601684, "him": 0.3802114494516937}, "brought": {"he - him": -0.07148418578716131, "he": 0.26498472419768054, "him": 0.33646890998484186}, "brow": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "brown": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "browser": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "browsing": {"he - him": -0.14061705645948525, "he": 0.24623762487580364, "him": 0.3868546813352889}, "brutal": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "brutally": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "bubbling": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "build": {"he - him": 0.002520124199366036, "he": 0.28140745714167614, "him": 0.2788873329423101}, "builder": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "building": {"he - him": -0.018511333324510715, "he": 0.2706167719786347, "him": 0.2891281053031454}, "buildings": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "burgers": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "burke": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "burn": {"he - him": -0.14246606416595095, "he": 0.23046146237954027, "him": 0.3729275265454912}, "burst": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "bus": {"he - him": -0.10264385320630601, "he": 0.21105881700449228, "him": 0.3137026702107983}, "buses": {"he - him": -0.10046434334855145, "he": 0.2360045666362904, "him": 0.33646890998484186}, "bush": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "business": {"he - him": 0.01952056727809809, "he": 0.2900164768540788, "him": 0.2704959095759807}, "busy": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "but": {"he - him": -0.05034098562819184, "he": 0.3460693073975183, "him": 0.3964102930257101}, "butt": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "buy": {"he - him": 0.00239037141042453, "he": 0.27689607298703506, "him": 0.27450570157661053}, "buying": {"he - him": -0.047402541050401426, "he": 0.241725564252744, "him": 0.2891281053031454}, "buzi": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "by": {"he - him": -0.04071935346395367, "he": 0.3352000250360675, "him": 0.37591937850002116}, "c": {"he - him": 0.001858143291711245, "he": 0.2589931084778629, "him": 0.25713496518615164}, "cadaver": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "californication": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "call": {"he - him": -0.019300478606555482, "he": 0.2511954309694252, "him": 0.2704959095759807}, "called": {"he - him": -0.06604448768040844, "he": 0.31744744900414745, "him": 0.3834919366845559}, "calls": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "came": {"he - him": -0.05550368229479691, "he": 0.30182852265742566, "him": 0.35733220495222257}, "camouflaged": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "campaigns": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "camps": {"he - him": -0.07250693797208158, "he": 0.2511954309694252, "him": 0.3237023689415068}, "campus": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "can": {"he - him": -0.044699155249707356, "he": 0.31357988420593735, "him": 0.3582790394556447}, "cancel": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "cancer": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "candidate": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "candidates": {"he - him": -0.09785802499527024, "he": 0.26479804217217134, "him": 0.3626560671674416}, "canned": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "cannot": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "canyon": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "capable": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "capacity": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "capital": {"he - him": 0.00318530093841346, "he": 0.3055773545078722, "him": 0.30239205356945875}, "captivating": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "captured": {"he - him": -0.09785802499527024, "he": 0.26479804217217134, "him": 0.3626560671674416}, "car": {"he - him": -0.03496960033734148, "he": 0.26563811997608733, "him": 0.3006077203134288}, "card": {"he - him": -0.017608403969999353, "he": 0.29331046650630477, "him": 0.3109188704763041}, "cards": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "care": {"he - him": 0.002270043046879111, "he": 0.2727659526228598, "him": 0.2704959095759807}, "career": {"he - him": -0.04887684001677495, "he": 0.3055773545078722, "him": 0.35445419452464716}, "careers": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "carlsberg": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "carpet": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "carried": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "carry": {"he - him": -0.04825658869318977, "he": 0.22624911288342076, "him": 0.27450570157661053}, "carrying": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "cars": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "case": {"he - him": -0.08098142217325288, "he": 0.3157042653870758, "him": 0.3966856875603287}, "cases": {"he - him": 0.003413767050743699, "he": 0.3143326375270478, "him": 0.3109188704763041}, "categorically": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "catering": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "cats": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "cause": {"he - him": -0.08583955159559392, "he": 0.25328619373444833, "him": 0.33912574533004225}, "caused": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "causing": {"he - him": -0.04832342964039377, "he": 0.3143326375270478, "him": 0.3626560671674416}, "cavaliers": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "ceaseless": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "celtics": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "cemented": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "center": {"he - him": 0.01976549524122656, "he": 0.30348884146562544, "him": 0.2837233462243989}, "centered": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "centers": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "central": {"he - him": -0.10046434334855145, "he": 0.2360045666362904, "him": 0.33646890998484186}, "centre": {"he - him": -0.034555647131079115, "he": 0.2734819443409483, "him": 0.3080375914720274}, "century": {"he - him": 0.019074159846429573, "he": 0.26812412923604956, "him": 0.24904996938961999}, "certain": {"he - him": 0.019678633692466696, "he": 0.2985659666347768, "him": 0.2788873329423101}, "certainly": {"he - him": -0.06568675105039185, "he": 0.3035365655022822, "him": 0.36922331655267404}, "challenges": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "change": {"he - him": -0.02030459965939141, "he": 0.2803031206540374, "him": 0.3006077203134288}, "changes": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "chaos": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "chaotic": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "character": {"he - him": -0.03298006851921642, "he": 0.30348884146562544, "him": 0.33646890998484186}, "characteristic": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "characterized": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "charged": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "charting": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "chatrie": {"he - him": -0.09468984270470487, "he": 0.18419749023760523, "him": 0.2788873329423101}, "chatty": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "cheapest": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "checked": {"he - him": -0.128716480680725, "he": 0.2761209166432573, "him": 0.4048373973239823}, "chef": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "chief": {"he - him": -0.05008433214566954, "he": 0.2863845778391723, "him": 0.33646890998484186}, "child": {"he - him": -0.018943117582889857, "he": 0.25994421535942025, "him": 0.2788873329423101}, "childhood": {"he - him": -0.14246606416595095, "he": 0.23046146237954027, "him": 0.3729275265454912}, "children": {"he - him": -0.02019481931023165, "he": 0.2827676185896785, "him": 0.3029624378999102}, "chimpanzee": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "china": {"he - him": 0.0002786866596263815, "he": 0.21051969989564764, "him": 0.21024101323602126}, "chinaman": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "chinese": {"he - him": -0.05117421706496694, "he": 0.268954035717085, "him": 0.3201282527820519}, "chintamaneni": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "chocolate": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "chopin": {"he - him": -0.14483389167506847, "he": 0.2096203028495787, "him": 0.35445419452464716}, "chores": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "chris": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "church": {"he - him": -0.02089065587076122, "he": 0.21313880354590267, "him": 0.2340294594166639}, "cinema": {"he - him": -0.04771877958810847, "he": 0.2360045666362904, "him": 0.2837233462243989}, "circle": {"he - him": -0.09785802499527024, "he": 0.26479804217217134, "him": 0.3626560671674416}, "circumstances": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "cities": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "citizens": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "city": {"he - him": -0.011940364994771024, "he": 0.30392831269155185, "him": 0.3158686776863229}, "civic": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "civilization": {"he - him": -0.06849181591936349, "he": 0.30443571062612773, "him": 0.3729275265454912}, "clad": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "claimed": {"he - him": -0.018511333324510715, "he": 0.2706167719786347, "him": 0.2891281053031454}, "clarke": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "class": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "classic": {"he - him": 0.0199603420766441, "he": 0.3152272304510461, "him": 0.295266888374402}, "clear": {"he - him": -0.072790941795431, "he": 0.24733731098662093, "him": 0.3201282527820519}, "clearly": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "cleavage": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "clientele": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "clippers": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "close": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "closed": {"he - him": -0.09430134500343934, "he": 0.18942200122095953, "him": 0.2837233462243989}, "closest": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "clouded": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "club": {"he - him": -0.09868578973646924, "he": 0.2557684047881779, "him": 0.35445419452464716}, "clutchest": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "cm": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "coach": {"he - him": -0.05117421706496694, "he": 0.268954035717085, "him": 0.3201282527820519}, "coached": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "coast": {"he - him": -0.10235138856453568, "he": 0.2144554730791025, "him": 0.3168068616436382}, "coastal": {"he - him": -0.10046434334855145, "he": 0.2360045666362904, "him": 0.33646890998484186}, "coastguard": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "cold": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "coleman": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "colleagues": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "collection": {"he - him": -0.10132537862954882, "he": 0.22624911288342076, "him": 0.3275744915129696}, "college": {"he - him": 0.0028163272582807375, "he": 0.29194443256142616, "him": 0.2891281053031454}, "colorectal": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "columbia": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "com": {"he - him": 0.04641205579986202, "he": 0.30656126980078335, "him": 0.26014921400092134}, "comb": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "combine": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "come": {"he - him": -0.0035467163441533223, "he": 0.31079031655915573, "him": 0.31433703290330905}, "comedians": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "comes": {"he - him": -0.0350575553497709, "he": 0.3430904785657033, "him": 0.3781480339154742}, "comfort": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "comical": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "coming": {"he - him": 0.04641205579986202, "he": 0.30656126980078335, "him": 0.26014921400092134}, "command": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "commences": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "comment": {"he - him": 0.0026612316147734405, "he": 0.2863845778391723, "him": 0.2837233462243989}, "commentary": {"he - him": -0.04887684001677495, "he": 0.3055773545078722, "him": 0.35445419452464716}, "commercials": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "commissionaires": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "commits": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "common": {"he - him": -0.019555126355367602, "he": 0.2972517352882706, "him": 0.3168068616436382}, "commonly": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "communicate": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "communicated": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "communist": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "community": {"he - him": 0.019130518257018503, "he": 0.2707340341279295, "him": 0.251603515870911}, "company": {"he - him": -0.06703898035857453, "he": 0.28625416016032607, "him": 0.3532931405189006}, "comparing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "compassionate": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "compete": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "complete": {"he - him": -0.006902904783279318, "he": 0.3132253479987726, "him": 0.3201282527820519}, "completed": {"he - him": 0.0029891514316148227, "he": 0.29825603980601684, "him": 0.295266888374402}, "completely": {"he - him": -0.10245141904307609, "he": 0.28443289494242496, "him": 0.38688431398550105}, "complex": {"he - him": -0.06627208664831391, "he": 0.2985659666347768, "him": 0.3648380532830907}, "complicated": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "comprised": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "compromise": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "compulsion": {"he - him": -0.14061705645948525, "he": 0.24623762487580364, "him": 0.3868546813352889}, "computer": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "computers": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "conceivable": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "conceived": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "concerns": {"he - him": -0.0700212995822222, "he": 0.28443289494242496, "him": 0.35445419452464716}, "concluded": {"he - him": -0.09937007255330677, "he": 0.24822433673152106, "him": 0.3475944092848278}, "conclusion": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "condemned": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "condemning": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "conduit": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "conference": {"he - him": 0.004024938616034424, "he": 0.3208318002596726, "him": 0.3168068616436382}, "confess": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "confidence": {"he - him": -0.04832342964039377, "he": 0.3143326375270478, "him": 0.3626560671674416}, "confirm": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "conflict": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "congress": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "connection": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "consent": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "consequences": {"he - him": -0.09785802499527024, "he": 0.26479804217217134, "him": 0.3626560671674416}, "consequently": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "consider": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "consideration": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "considered": {"he - him": -0.051794165562218, "he": 0.2589931084778629, "him": 0.3107872740400809}, "considering": {"he - him": -0.09785802499527024, "he": 0.26479804217217134, "him": 0.3626560671674416}, "consistent": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "consolation": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "conspiracy": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "constant": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "constantly": {"he - him": -0.174375934944442, "he": 0.23046146237954027, "him": 0.4048373973239823}, "constituted": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "constitutes": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "constitutional": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "constitutionality": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "constraints": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "constricted": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "construction": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "consulted": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "consumer": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "consumption": {"he - him": -0.09430134500343934, "he": 0.18942200122095953, "him": 0.2837233462243989}, "contact": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "contemporary": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "content": {"he - him": -0.07106300053334408, "he": 0.2706167719786347, "him": 0.3416797725119788}, "contention": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "contest": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "continue": {"he - him": 0.00318530093841346, "he": 0.3055773545078722, "him": 0.30239205356945875}, "continued": {"he - him": -0.06492268591670158, "he": 0.3132253479987726, "him": 0.3781480339154742}, "continues": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "continuing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "contouring": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "contrary": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "control": {"he - him": -0.09995420825923479, "he": 0.241725564252744, "him": 0.3416797725119788}, "converging": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "conversation": {"he - him": -0.06442042489049776, "he": 0.3224638890950033, "him": 0.38688431398550105}, "conversations": {"he - him": -0.06849181591936349, "he": 0.30443571062612773, "him": 0.3729275265454912}, "convey": {"he - him": -0.14061705645948525, "he": 0.24623762487580364, "him": 0.3868546813352889}, "conveyed": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "convictions": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "convince": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "cookies": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "copy": {"he - him": -0.14379450452506518, "he": 0.2188615626423764, "him": 0.3626560671674416}, "cordial": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "core": {"he - him": 0.0199603420766441, "he": 0.3152272304510461, "him": 0.295266888374402}, "corner": {"he - him": 0.0029891514316148227, "he": 0.29825603980601684, "him": 0.295266888374402}, "corners": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "cornerstone": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "corp": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "corporation": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "corps": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "correct": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "correctly": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "corrosive": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "cory": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "cost": {"he - him": -0.03388397891681749, "he": 0.28624427386523443, "him": 0.3201282527820519}, "costing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "costly": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "costs": {"he - him": -0.09336114329030593, "he": 0.2019057450840961, "him": 0.295266888374402}, "could": {"he - him": -0.02826966344134929, "he": 0.31935244316012673, "him": 0.347622106601476}, "couldn": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "count": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "counter": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "counterpart": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "counting": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "country": {"he - him": -0.02060750024986696, "he": 0.2735346006553941, "him": 0.29414210090526105}, "county": {"he - him": -0.018511333324510715, "he": 0.2706167719786347, "him": 0.2891281053031454}, "couple": {"he - him": 0.002270043046879111, "he": 0.2727659526228598, "him": 0.2704959095759807}, "course": {"he - him": -0.040234304860825854, "he": 0.3132253479987726, "him": 0.35345965285959846}, "court": {"he - him": -0.08809309213473535, "he": 0.2262439407685737, "him": 0.31433703290330905}, "courtesy": {"he - him": -0.017608403969999353, "he": 0.29331046650630477, "him": 0.3109188704763041}, "courthouse": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "courts": {"he - him": -0.09336114329030593, "he": 0.2019057450840961, "him": 0.295266888374402}, "cousins": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "cover": {"he - him": -0.018511333324510715, "he": 0.2706167719786347, "him": 0.2891281053031454}, "coverage": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "covered": {"he - him": -0.047402541050401426, "he": 0.241725564252744, "him": 0.2891281053031454}, "covering": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "coy": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "cpi": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "crack": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "cracked": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "crackerjack": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "crayfish": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "crazy": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "create": {"he - him": 0.002520124199366036, "he": 0.28140745714167614, "him": 0.2788873329423101}, "creating": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "cred": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "credit": {"he - him": -0.09995420825923479, "he": 0.241725564252744, "him": 0.3416797725119788}, "creepy": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "criminal": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "crippling": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "crisis": {"he - him": -0.033471528281599716, "he": 0.29410296323136986, "him": 0.3275744915129696}, "criterion": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "critical": {"he - him": 0.019678633692466696, "he": 0.2985659666347768, "him": 0.2788873329423101}, "criticism": {"he - him": -0.14246606416595095, "he": 0.23046146237954027, "him": 0.3729275265454912}, "critics": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "crore": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "cross": {"he - him": -0.05093641631864698, "he": 0.2727659526228598, "him": 0.3237023689415068}, "crotchety": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "crowded": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "crucial": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "cruise": {"he - him": -0.0700212995822222, "he": 0.28443289494242496, "him": 0.35445419452464716}, "crush": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "crying": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "ctd": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "cultivation": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "culture": {"he - him": 0.002270043046879111, "he": 0.2727659526228598, "him": 0.2704959095759807}, "cultured": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "cup": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "currently": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "customer": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "customers": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "cut": {"he - him": -0.09336114329030593, "he": 0.2019057450840961, "him": 0.295266888374402}, "cynicism": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "d": {"he - him": -0.05550368229479691, "he": 0.30182852265742566, "him": 0.35733220495222257}, "dad": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "dai": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "daily": {"he - him": -0.0700212995822222, "he": 0.28443289494242496, "him": 0.35445419452464716}, "daizaemon": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "daizemon": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "dance": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "dancers": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "dangerous": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "dangerously": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "dark": {"he - him": -0.10383847996610102, "he": 0.2706167719786347, "him": 0.3744552519447357}, "data": {"he - him": -0.11002660387194271, "he": 0.20584207381438016, "him": 0.3158686776863229}, "date": {"he - him": -0.09785802499527024, "he": 0.26479804217217134, "him": 0.3626560671674416}, "daughter": {"he - him": -0.05067841852593452, "he": 0.27689607298703506, "him": 0.3275744915129696}, "davis": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "dawn": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "day": {"he - him": -0.11387535381272418, "he": 0.27916131824965124, "him": 0.3930366720623754}, "days": {"he - him": -0.0412976118254933, "he": 0.2954149570390519, "him": 0.3367125688645452}, "de": {"he - him": -0.04848994220898126, "he": 0.22200596736699943, "him": 0.2704959095759807}, "dead": {"he - him": -0.06661465182346582, "he": 0.29410296323136986, "him": 0.3607176150548357}, "deal": {"he - him": 0.01976549524122656, "he": 0.30348884146562544, "him": 0.2837233462243989}, "death": {"he - him": -0.08251081938330956, "he": 0.29194443256142616, "him": 0.3744552519447357}, "deaths": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "decades": {"he - him": -0.04771877958810847, "he": 0.2360045666362904, "him": 0.2837233462243989}, "decamp": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "december": {"he - him": -0.04771877958810847, "he": 0.2360045666362904, "him": 0.2837233462243989}, "decide": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "decided": {"he - him": -0.13036459564993347, "he": 0.2511954309694252, "him": 0.38156002661935867}, "deciding": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "decision": {"he - him": -0.08450561714251348, "he": 0.268954035717085, "him": 0.35345965285959846}, "decisions": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "declined": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "decreased": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "dedicated": {"he - him": 0.0029891514316148227, "he": 0.29825603980601684, "him": 0.295266888374402}, "deeper": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "deeply": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "defeat": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "defect": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "defend": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "defendant": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "defended": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "defense": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "defensive": {"he - him": -0.06849181591936349, "he": 0.30443571062612773, "him": 0.3729275265454912}, "defensively": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "defiant": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "degrees": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "deliberation": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "delicacy": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "delicate": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "delight": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "delivered": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "demand": {"he - him": -0.09868578973646924, "he": 0.2557684047881779, "him": 0.35445419452464716}, "demanded": {"he - him": -0.09868578973646924, "he": 0.2557684047881779, "him": 0.35445419452464716}, "demanding": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "demarcus": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "democratic": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "demographic": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "dengue": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "denied": {"he - him": -0.07185943432383152, "he": 0.25994421535942025, "him": 0.33180364968325177}, "denigrated": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "denominator": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "department": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "depend": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "depicting": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "depth": {"he - him": 0.003413767050743699, "he": 0.3143326375270478, "him": 0.3109188704763041}, "derivative": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "described": {"he - him": -0.018738622026718332, "he": 0.26498472419768054, "him": 0.2837233462243989}, "describing": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "deserved": {"he - him": -0.09785802499527024, "he": 0.26479804217217134, "him": 0.3626560671674416}, "deserves": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "design": {"he - him": -0.05350011071929894, "he": 0.23140723340057456, "him": 0.2849073441198735}, "designated": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "desjardins": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "despite": {"he - him": -0.03388397891681749, "he": 0.28624427386523443, "him": 0.3201282527820519}, "destabilized": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "destination": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "destiny": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "destroy": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "destroys": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "destruct": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "detail": {"he - him": -0.10245141904307609, "he": 0.28443289494242496, "him": 0.38688431398550105}, "detailed": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "details": {"he - him": 0.00318530093841346, "he": 0.3055773545078722, "him": 0.30239205356945875}, "detected": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "detective": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "deteriorate": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "determine": {"he - him": -0.07058230584344288, "he": 0.27701210344138494, "him": 0.3475944092848278}, "detroit": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "devastating": {"he - him": -0.14246606416595095, "he": 0.23046146237954027, "him": 0.3729275265454912}, "developed": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "developing": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "development": {"he - him": -0.05350011071929894, "he": 0.23140723340057456, "him": 0.2849073441198735}, "device": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "devices": {"he - him": -0.04890433426970592, "he": 0.2144554730791025, "him": 0.26335980734880843}, "devoid": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "diameter": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "did": {"he - him": -0.04615223823630371, "he": 0.31126893727395544, "him": 0.35742117551025915}, "didn": {"he - him": -0.04231171963071062, "he": 0.278444307609538, "him": 0.3207560272402486}, "dies": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "different": {"he - him": -0.06858843962849565, "he": 0.26812412923604956, "him": 0.3367125688645452}, "difficult": {"he - him": -0.09785802499527024, "he": 0.26479804217217134, "him": 0.3626560671674416}, "digital": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "dimmed": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "diners": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "dinner": {"he - him": -0.09868578973646924, "he": 0.2557684047881779, "him": 0.35445419452464716}, "direct": {"he - him": -0.017608403969999353, "he": 0.29331046650630477, "him": 0.3109188704763041}, "directed": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "directly": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "disappointing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "disarray": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "disbelief": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "disciplined": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "disclosures": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "discoveries": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "discovery": {"he - him": -0.09386339461889531, "he": 0.1952647106842501, "him": 0.2891281053031454}, "discrete": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "discretion": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "discuss": {"he - him": 0.00318530093841346, "he": 0.3055773545078722, "him": 0.30239205356945875}, "discussed": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "discussion": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "disguise": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "disliked": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "dismantle": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "dismissed": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "disneynature": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "disorder": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "disordered": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "disorienting": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "disrespected": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "disruption": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "disruptive": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "dissenting": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "distant": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "distracted": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "district": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "distrustful": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "ditched": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "division": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "divorce": {"he - him": -0.04771877958810847, "he": 0.2360045666362904, "him": 0.2837233462243989}, "divorced": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "divulge": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "do": {"he - him": -0.05925452228445144, "he": 0.31721671551714564, "him": 0.3764712378015971}, "doctorow": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "doctrine": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "does": {"he - him": -0.09459783672844113, "he": 0.28137239598556757, "him": 0.3759702327140087}, "doesn": {"he - him": 0.013860225142945826, "he": 0.3275628953537441, "him": 0.3137026702107983}, "doing": {"he - him": -0.07620131281334036, "he": 0.29543258563073305, "him": 0.3716338984440734}, "dollars": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "domantas": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "don": {"he - him": -0.07506969114141865, "he": 0.302519577709288, "him": 0.37758926885070665}, "donald": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "done": {"he - him": -0.0654232877640043, "he": 0.3141671486003979, "him": 0.3795904363644022}, "dongguan": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "donovan": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "door": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "double": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "doubted": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "down": {"he - him": -0.06744803886988082, "he": 0.3255886331924946, "him": 0.3930366720623754}, "download": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "dozens": {"he - him": -0.04887684001677495, "he": 0.3055773545078722, "him": 0.35445419452464716}, "dpoy": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "drafted": {"he - him": -0.09785802499527024, "he": 0.26479804217217134, "him": 0.3626560671674416}, "dragnet": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "draw": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "dressed": {"he - him": -0.09868578973646924, "he": 0.2557684047881779, "him": 0.35445419452464716}, "drew": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "drink": {"he - him": -0.09995420825923479, "he": 0.241725564252744, "him": 0.3416797725119788}, "drinking": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "drinks": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "driver": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "drivers": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "driving": {"he - him": -0.047402541050401426, "he": 0.241725564252744, "him": 0.2891281053031454}, "drop": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "drove": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "drummond": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "drunk": {"he - him": -0.09868578973646924, "he": 0.2557684047881779, "him": 0.35445419452464716}, "dubious": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "due": {"he - him": 0.030773939047051724, "he": 0.31401603970876796, "him": 0.28324210066171623}, "duly": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "during": {"he - him": -0.08090480373499209, "he": 0.3110496919135999, "him": 0.39195449564859197}, "dvd": {"he - him": -0.09503909468300373, "he": 0.1794666068936068, "him": 0.27450570157661053}, "dvo\u0159\u00e1k": {"he - him": -0.14483389167506847, "he": 0.2096203028495787, "him": 0.35445419452464716}, "dysfunctional": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "e": {"he - him": -0.05190768012141306, "he": 0.31293037316167766, "him": 0.3648380532830907}, "each": {"he - him": -0.08704874862781942, "he": 0.2883989872572695, "him": 0.3754477358850889}, "earbuds": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "earlier": {"he - him": -0.033237683048474964, "he": 0.2985659666347768, "him": 0.33180364968325177}, "early": {"he - him": 0.06759948349901349, "he": 0.3075448580818632, "him": 0.23994537458284973}, "earns": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "easier": {"he - him": -0.174375934944442, "he": 0.23046146237954027, "him": 0.4048373973239823}, "easily": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "east": {"he - him": -0.04043985361570274, "he": 0.30978109402399057, "him": 0.3502209476396933}, "eastern": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "easy": {"he - him": -0.10091749630184516, "he": 0.2308861533814066, "him": 0.33180364968325177}, "eat": {"he - him": -0.13198711272017266, "he": 0.24822433673152106, "him": 0.3802114494516937}, "eating": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "economics": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "ecstatic": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "ed": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "edge": {"he - him": -0.05067841852593452, "he": 0.27689607298703506, "him": 0.3275744915129696}, "edit": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "edited": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "edmund": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "effect": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "efforts": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "eggshells": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "either": {"he - him": -0.040234304860825854, "he": 0.3132253479987726, "him": 0.35345965285959846}, "electrocute": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "electrode": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "elemental": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "elements": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "eleven": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "ellen": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "else": {"he - him": -0.0700212995822222, "he": 0.28443289494242496, "him": 0.35445419452464716}, "eludes": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "email": {"he - him": -0.0658930407203378, "he": 0.30348884146562544, "him": 0.36938188218596324}, "emanates": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "embarks": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "embassy": {"he - him": -0.048001179560903495, "he": 0.2308861533814066, "him": 0.2788873329423101}, "embiid": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "emboldening": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "emerged": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "emergency": {"he - him": -0.019129316558706755, "he": 0.2553763850179038, "him": 0.27450570157661053}, "emotional": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "emotionally": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "emphasizing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "employ": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "employed": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "empowers": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "empty": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "enable": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "enabled": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "enabling": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "encephalitis": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "encountering": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "encourage": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "encyclopedia": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "end": {"he - him": -0.04574828243703738, "he": 0.3075448580818632, "him": 0.3532931405189006}, "endeavor": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "ended": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "ending": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "endless": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "endoscopic": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "endured": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "energy": {"he - him": -0.1089811487794684, "he": 0.21717954793022742, "him": 0.32616069670969583}, "enforcement": {"he - him": -0.10317376616532822, "he": 0.2048638253066992, "him": 0.3080375914720274}, "engage": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "engaging": {"he - him": -0.14246606416595095, "he": 0.23046146237954027, "him": 0.3729275265454912}, "english": {"he - him": -0.049735339950552626, "he": 0.29194443256142616, "him": 0.3416797725119788}, "engrained": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "enjoy": {"he - him": -0.14483389167506847, "he": 0.2096203028495787, "him": 0.35445419452464716}, "enjoyed": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "enlargement": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "enough": {"he - him": -0.018943117582889857, "he": 0.25994421535942025, "him": 0.2788873329423101}, "enter": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "entered": {"he - him": -0.06357708955451696, "he": 0.33015752181800967, "him": 0.39373461137252663}, "entering": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "entertain": {"he - him": -0.14061705645948525, "he": 0.24623762487580364, "him": 0.3868546813352889}, "entertainment": {"he - him": -0.10154777351956412, "he": 0.29331046650630477, "him": 0.3948582400258689}, "entire": {"he - him": -0.08434692233889263, "he": 0.31693068203336816, "him": 0.4012776043722608}, "entirely": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "entourage": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "entropy": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "environmental": {"he - him": -0.047402541050401426, "he": 0.241725564252744, "him": 0.2891281053031454}, "epidemic": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "episodes": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "equipment": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "era": {"he - him": -0.04832342964039377, "he": 0.3143326375270478, "him": 0.3626560671674416}, "eric": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "erode": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "error": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "ers": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "escape": {"he - him": -0.06849181591936349, "he": 0.30443571062612773, "him": 0.3729275265454912}, "eschewed": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "especially": {"he - him": 0.01924962710289202, "he": 0.27638459228904366, "him": 0.25713496518615164}, "essential": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "establish": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "establishment": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "esteemed": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "estranged": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "estrangement": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "estrangements": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "et": {"he - him": -0.04825658869318977, "he": 0.22624911288342076, "him": 0.27450570157661053}, "etiquette": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "evaluated": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "even": {"he - him": -0.06181080683124768, "he": 0.326028984143477, "him": 0.38783979097472465}, "evening": {"he - him": -0.017608403969999353, "he": 0.29331046650630477, "him": 0.3109188704763041}, "event": {"he - him": -0.04771877958810847, "he": 0.2360045666362904, "him": 0.2837233462243989}, "eventually": {"he - him": -0.07490125724543673, "he": 0.3294266311426416, "him": 0.4043278883880783}, "ever": {"he - him": -0.048718322428272454, "he": 0.32111529782239806, "him": 0.3698336202506705}, "every": {"he - him": -0.08046485983090773, "he": 0.32111529782239806, "him": 0.4015801576533058}, "everyone": {"he - him": -0.05067841852593452, "he": 0.27689607298703506, "him": 0.3275744915129696}, "everything": {"he - him": -0.06651514089372706, "he": 0.29296996402919956, "him": 0.3594851049229266}, "everywhere": {"he - him": -0.09336114329030593, "he": 0.2019057450840961, "him": 0.295266888374402}, "evidence": {"he - him": -0.10383847996610102, "he": 0.2706167719786347, "him": 0.3744552519447357}, "ex": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "exact": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "exactly": {"he - him": -0.06546823242236022, "he": 0.3089870195223755, "him": 0.3744552519447357}, "examination": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "examines": {"he - him": -0.14061705645948525, "he": 0.24623762487580364, "him": 0.3868546813352889}, "examining": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "example": {"he - him": 0.00239037141042453, "he": 0.27689607298703506, "him": 0.27450570157661053}, "examples": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "exceedingly": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "excellent": {"he - him": -0.13111590919732313, "he": 0.2557684047881779, "him": 0.38688431398550105}, "except": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "exception": {"he - him": -0.09868578973646924, "he": 0.2557684047881779, "him": 0.35445419452464716}, "excited": {"he - him": -0.09937007255330677, "he": 0.24822433673152106, "him": 0.3475944092848278}, "exclusive": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "exclusively": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "excoriated": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "executing": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "execution": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "executive": {"he - him": -0.018738622026718332, "he": 0.26498472419768054, "him": 0.2837233462243989}, "exercises": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "exist": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "existed": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "exists": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "exited": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "exiting": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "exits": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "expect": {"he - him": -0.06546823242236022, "he": 0.3089870195223755, "him": 0.3744552519447357}, "expectation": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "expectations": {"he - him": -0.128716480680725, "he": 0.2761209166432573, "him": 0.4048373973239823}, "expected": {"he - him": 0.019312821392760304, "he": 0.27946203539368164, "him": 0.26014921400092134}, "experienced": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "experiences": {"he - him": -0.09937007255330677, "he": 0.24822433673152106, "him": 0.3475944092848278}, "experiencetheride": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "experts": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "explain": {"he - him": -0.0897110712542889, "he": 0.3089870195223755, "him": 0.3986980907766644}, "explained": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "explains": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "explicitly": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "explored": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "exploring": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "explosive": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "expressing": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "extension": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "extensive": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "extremely": {"he - him": -0.10383847996610102, "he": 0.2706167719786347, "him": 0.3744552519447357}, "extremists": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "exult": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "eye": {"he - him": 0.020071835525544535, "he": 0.3224638890950033, "him": 0.30239205356945875}, "eyes": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "f": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "face": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "faces": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "facet": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "facing": {"he - him": -0.08251081938330956, "he": 0.29194443256142616, "him": 0.3744552519447357}, "fact": {"he - him": -0.054588382167245764, "he": 0.3146349343854283, "him": 0.36922331655267404}, "factors": {"he - him": -0.05000565620321756, "he": 0.19429138920541372, "him": 0.24429704540863129}, "fahrenheit": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "fail": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "failed": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "faint": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "fainted": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "faith": {"he - him": -0.07058230584344288, "he": 0.27701210344138494, "him": 0.3475944092848278}, "fallen": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "fame": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "familial": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "familiar": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "family": {"he - him": -0.046130236114302836, "he": 0.30166517898010775, "him": 0.3477954150944106}, "famous": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "fan": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "fantastic": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "far": {"he - him": -0.06839171120211274, "he": 0.2707340341279295, "him": 0.33912574533004225}, "farmers": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "fast": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "fat": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "father": {"he - him": -0.07106300053334408, "he": 0.2706167719786347, "him": 0.3416797725119788}, "fathers": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "fatigued": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "fatty": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "fault": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "favorite": {"he - him": -0.07185943432383152, "he": 0.25994421535942025, "him": 0.33180364968325177}, "favorites": {"he - him": -0.09785802499527024, "he": 0.26479804217217134, "him": 0.3626560671674416}, "favour": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "favourite": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "fc": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "fear": {"he - him": -0.07106300053334408, "he": 0.2706167719786347, "him": 0.3416797725119788}, "fearful": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "feat": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "february": {"he - him": 0.003413767050743699, "he": 0.3143326375270478, "him": 0.3109188704763041}, "federal": {"he - him": -0.06661465182346582, "he": 0.29410296323136986, "him": 0.3607176150548357}, "feel": {"he - him": -0.050396192541575624, "he": 0.28140745714167614, "him": 0.33180364968325177}, "feeling": {"he - him": -0.10383847996610102, "he": 0.2706167719786347, "him": 0.3744552519447357}, "feelings": {"he - him": -0.08195540964567688, "he": 0.29825603980601684, "him": 0.3802114494516937}, "feigned": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "fell": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "felony": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "felt": {"he - him": -0.12934378169587868, "he": 0.25994421535942025, "him": 0.38928799705529893}, "female": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "fenced": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "fencing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "feral": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "fever": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "few": {"he - him": -0.020228332402650262, "he": 0.22882163698696972, "him": 0.24904996938961999}, "fibrinolysins": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "fiction": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "fictions": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "fields": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "fifth": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "fight": {"he - him": -0.033237683048474964, "he": 0.2985659666347768, "him": 0.33180364968325177}, "fighting": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "figure": {"he - him": -0.05197623256270384, "he": 0.2560613589093236, "him": 0.3080375914720274}, "figured": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "figures": {"he - him": -0.017608403969999353, "he": 0.29331046650630477, "him": 0.3109188704763041}, "file": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "filmmakers": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "final": {"he - him": 0.002270043046879111, "he": 0.2727659526228598, "him": 0.2704959095759807}, "finally": {"he - him": -0.03199030542964387, "he": 0.3224638890950033, "him": 0.35445419452464716}, "find": {"he - him": -0.06505599403348955, "he": 0.32932455735698696, "him": 0.3943805513904765}, "finding": {"he - him": -0.09868578973646924, "he": 0.2557684047881779, "him": 0.35445419452464716}, "finds": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "fine": {"he - him": -0.10319934601030878, "he": 0.27701210344138494, "him": 0.3802114494516937}, "finest": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "fingers": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "finish": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "fir": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "fire": {"he - him": -0.10406766946966411, "he": 0.19429138920541372, "him": 0.29835905867507784}, "fired": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "first": {"he - him": -0.03381626479424488, "he": 0.35869666897340774, "him": 0.3925129337676526}, "fit": {"he - him": -0.10319934601030878, "he": 0.27701210344138494, "him": 0.3802114494516937}, "fits": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "five": {"he - him": -0.03013866867906312, "he": 0.3065739001854821, "him": 0.3367125688645452}, "flag": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "flash": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "flashmob": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "flat": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "flavour": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "flawlessly": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "flayed": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "flick": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "flickered": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "floors": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "focus": {"he - him": -0.047402541050401426, "he": 0.241725564252744, "him": 0.2891281053031454}, "focused": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "focuses": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "follow": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "followed": {"he - him": -0.05117421706496694, "he": 0.268954035717085, "him": 0.3201282527820519}, "following": {"he - him": -0.050396192541575624, "he": 0.28140745714167614, "him": 0.33180364968325177}, "food": {"he - him": -0.03611909750015907, "he": 0.24394247073544006, "him": 0.28006156823559913}, "foolish": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "for": {"he - him": -0.05012220235592896, "he": 0.3247642116209981, "him": 0.37488641397692707}, "force": {"he - him": -0.08130695947762884, "he": 0.3055773545078722, "him": 0.38688431398550105}, "forces": {"he - him": -0.08251081938330956, "he": 0.29194443256142616, "him": 0.3744552519447357}, "forcibly": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "forecast": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "foreign": {"he - him": 0.01924962710289202, "he": 0.27638459228904366, "him": 0.25713496518615164}, "foreigners": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "forensic": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "foresight": {"he - him": -0.09661650941437167, "he": 0.15767649574553305, "him": 0.2542930051599047}, "foretold": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "forgiveness": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "forgotten": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "form": {"he - him": -0.10534123003693191, "he": 0.2553763850179038, "him": 0.3607176150548357}, "former": {"he - him": 0.01952056727809809, "he": 0.2900164768540788, "him": 0.2704959095759807}, "formulae": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "forward": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "forwarded": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "foucault": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "found": {"he - him": -0.06912430172960932, "he": 0.26099143705546396, "him": 0.3301157387850733}, "foundation": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "founder": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "fourth": {"he - him": -0.019999561313298858, "he": 0.23429344384660586, "him": 0.2542930051599047}, "foyer": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "frame": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "framework": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "franchise": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "francis": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "frantic": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "frantically": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "fraternal": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "frederick": {"he - him": -0.14568866420073173, "he": 0.2019057450840961, "him": 0.3475944092848278}, "free": {"he - him": -0.06578769188984113, "he": 0.30966004399524777, "him": 0.3754477358850889}, "frenchman": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "frenchmen": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "frenzy": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "frequent": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "friday": {"he - him": -0.018738622026718332, "he": 0.26498472419768054, "him": 0.2837233462243989}, "friend": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "friends": {"he - him": -0.08382154206780063, "he": 0.27689607298703506, "him": 0.3607176150548357}, "fringe": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "frogs": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "from": {"he - him": -0.026429043413791597, "he": 0.36058298119985344, "him": 0.38701202461364503}, "front": {"he - him": -0.05008433214566954, "he": 0.2863845778391723, "him": 0.33646890998484186}, "frontier": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "frontiers": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "fruits": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "frustration": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "ft": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "fuel": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "fuels": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "fulfill": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "fulfills": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "full": {"he - him": -0.03470056764609297, "he": 0.2707340341279295, "him": 0.3054346017740225}, "function": {"he - him": -0.047402541050401426, "he": 0.241725564252744, "him": 0.2891281053031454}, "fundamental": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "further": {"he - him": 0.0575239307958621, "he": 0.3065739001854821, "him": 0.24904996938961999}, "future": {"he - him": -0.0696257941461425, "he": 0.2526927229422278, "him": 0.3223185170883703}, "futurists": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "futurologist": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "g": {"he - him": -0.05008433214566954, "he": 0.2863845778391723, "him": 0.33646890998484186}, "gained": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "game": {"he - him": -0.008444483652327417, "he": 0.2716170845832717, "him": 0.28006156823559913}, "games": {"he - him": -0.052481711273326515, "he": 0.3044621878885711, "him": 0.3569438991618976}, "gangavaram": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "gangsters": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "gantz": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "gas": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "gave": {"he - him": -0.0906163485330147, "he": 0.3208318002596726, "him": 0.4114481487926873}, "geez": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "general": {"he - him": -0.07148418578716131, "he": 0.26498472419768054, "him": 0.33646890998484186}, "generalised": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "generally": {"he - him": -0.06849181591936349, "he": 0.30443571062612773, "him": 0.3729275265454912}, "generations": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "genie": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "genius": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "genre": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "genuine": {"he - him": -0.09785802499527024, "he": 0.26479804217217134, "him": 0.3626560671674416}, "genuinely": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "geofence": {"he - him": -0.09682223046344043, "he": 0.15478128540747058, "him": 0.251603515870911}, "geofiltered": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "geographically": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "george": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "gershshwin": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "get": {"he - him": -0.07541825733559121, "he": 0.3084963350373155, "him": 0.3839145923729067}, "getting": {"he - him": -0.06591095364383653, "he": 0.3006831592734811, "him": 0.36659411291731764}, "girl": {"he - him": -0.05139490954574405, "he": 0.26541195209789414, "him": 0.3168068616436382}, "girls": {"he - him": -0.10046434334855145, "he": 0.2360045666362904, "him": 0.33646890998484186}, "give": {"he - him": -0.05296921235142271, "he": 0.2972517352882706, "him": 0.3502209476396933}, "given": {"he - him": -0.06628001665908079, "he": 0.3035536035915897, "him": 0.3698336202506705}, "glad": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "glassy": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "glow": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "go": {"he - him": -0.07320697081397592, "he": 0.32685724662362264, "him": 0.40006421743759857}, "goal": {"he - him": 0.03404304021936755, "he": 0.31293037316167766, "him": 0.2788873329423101}, "goals": {"he - him": 0.002520124199366036, "he": 0.28140745714167614, "him": 0.2788873329423101}, "gobert": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "going": {"he - him": -0.04212561573455009, "he": 0.3650488487965202, "him": 0.4071744645310703}, "gone": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "good": {"he - him": -0.07667975480068251, "he": 0.2837544840164773, "him": 0.3604342388171598}, "goofs": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "google": {"he - him": -0.10789093187757548, "he": 0.22882163698696972, "him": 0.3367125688645452}, "googled": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "gordon": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "got": {"he - him": -0.06829560115493433, "he": 0.27003447621478194, "him": 0.33833007736971626}, "gotten": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "gourmet": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "govern": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "governing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "government": {"he - him": -0.03900690566502568, "he": 0.2763269683990077, "him": 0.3153338740640334}, "governments": {"he - him": -0.09430134500343934, "he": 0.18942200122095953, "him": 0.2837233462243989}, "grab": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "grabbed": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "graduated": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "granted": {"he - him": -0.049338369478810984, "he": 0.29825603980601684, "him": 0.3475944092848278}, "graphic": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "grapples": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "grasp": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "gravel": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "graves": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "great": {"he - him": 0.013169622280107651, "he": 0.29807696639998116, "him": 0.2849073441198735}, "greater": {"he - him": -0.05008433214566954, "he": 0.2863845778391723, "him": 0.33646890998484186}, "greet": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "grey": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "ground": {"he - him": -0.09737617414966196, "he": 0.14692087125896933, "him": 0.24429704540863129}, "group": {"he - him": -0.004052035281522148, "he": 0.29700638563710746, "him": 0.3010584209186296}, "groupon": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "groups": {"he - him": -0.07250693797208158, "he": 0.2511954309694252, "him": 0.3237023689415068}, "growing": {"he - him": 0.0026612316147734405, "he": 0.2863845778391723, "him": 0.2837233462243989}, "grown": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "guarantees": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "guilt": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "guilty": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "gum": {"he - him": -0.09336114329030593, "he": 0.2019057450840961, "him": 0.295266888374402}, "gusto": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "guy": {"he - him": -0.017608403969999353, "he": 0.29331046650630477, "him": 0.3109188704763041}, "gwadar": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "h": {"he - him": -0.14061705645948525, "he": 0.24623762487580364, "him": 0.3868546813352889}, "hacks": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "had": {"he - him": -0.04877324339315375, "he": 0.3316254565479119, "him": 0.3803986999410657}, "hadn": {"he - him": -0.04832342964039377, "he": 0.3143326375270478, "him": 0.3626560671674416}, "hair": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "half": {"he - him": -0.034240634817116644, "he": 0.27946203539368164, "him": 0.3137026702107983}, "hallucinations": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "ham": {"he - him": -0.09920861793337404, "he": 0.12020659316219723, "him": 0.21941521109557127}, "hand": {"he - him": -0.051794165562218, "he": 0.2589931084778629, "him": 0.3107872740400809}, "handed": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "handedly": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "handful": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "handicaps": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "handing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "handle": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "happen": {"he - him": -0.03298006851921642, "he": 0.30348884146562544, "him": 0.33646890998484186}, "happened": {"he - him": -0.018511333324510715, "he": 0.2706167719786347, "him": 0.2891281053031454}, "happening": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "happenings": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "happy": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "hard": {"he - him": -0.007250708537798689, "he": 0.3035365655022822, "him": 0.3107872740400809}, "harden": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "hardest": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "hardly": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "harping": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "has": {"he - him": -0.04860277147166381, "he": 0.3527920944343143, "him": 0.4013948659059781}, "hassan": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "hassles": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "have": {"he - him": -0.034345945482692875, "he": 0.35098844847695837, "him": 0.38533439395965124}, "haven": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "having": {"he - him": -0.06504174380992467, "he": 0.3530686238717223, "him": 0.41811036768164694}, "hayward": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "he": {"he - him": -0.019877119739587168, "he": 0.3980398566251028, "him": 0.41791697636468994}, "head": {"he - him": -0.020510546118729267, "he": 0.27569612680652966, "him": 0.29620667292525893}, "headquarters": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "healing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "health": {"he - him": 0.001858143291711245, "he": 0.2589931084778629, "him": 0.25713496518615164}, "healthy": {"he - him": -0.018511333324510715, "he": 0.2706167719786347, "him": 0.2891281053031454}, "hear": {"he - him": -0.09386339461889531, "he": 0.1952647106842501, "him": 0.2891281053031454}, "heard": {"he - him": -0.052734520980056654, "he": 0.3007251318795418, "him": 0.35345965285959846}, "hearing": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "heart": {"he - him": -0.03236717883378171, "he": 0.3152272304510461, "him": 0.3475944092848278}, "heartfelt": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "heat": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "heavier": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "heavy": {"he - him": -0.13198711272017266, "he": 0.24822433673152106, "him": 0.3802114494516937}, "height": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "held": {"he - him": -0.056499941044882596, "he": 0.32097422855162044, "him": 0.37747416959650304}, "helicopters": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "hell": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "help": {"he - him": -0.08311692628404588, "he": 0.30551156638991755, "him": 0.38862849267396343}, "helpadchoicespublisherslegaltermsprivacycopyrightsocial": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "helped": {"he - him": -0.10245141904307609, "he": 0.28443289494242496, "him": 0.38688431398550105}, "helpless": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "her": {"he - him": -0.07298632068379843, "he": 0.20805179877851568, "him": 0.2810381194623141}, "here": {"he - him": -0.04520165424919409, "he": 0.34263813672553056, "him": 0.38783979097472465}, "herself": {"he - him": -0.14246606416595095, "he": 0.23046146237954027, "him": 0.3729275265454912}, "hide": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "hiding": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "high": {"he - him": 0.0031547318537720193, "he": 0.29156066822324084, "him": 0.2884059363694688}, "higher": {"he - him": -0.05139490954574405, "he": 0.26541195209789414, "him": 0.3168068616436382}, "highest": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "highlight": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "highway": {"he - him": -0.09937007255330677, "he": 0.24822433673152106, "him": 0.3475944092848278}, "hike": {"he - him": -0.1506533163665519, "he": 0.15478128540747058, "him": 0.3054346017740225}, "hilarious": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "him": {"he - him": -0.1608146358694733, "he": 0.3466259083939629, "him": 0.5074405442634362}, "himself": {"he - him": -0.01816777814218623, "he": 0.3294266311426416, "him": 0.3475944092848278}, "hipper": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "hiroto": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "his": {"he - him": -0.06283440397137924, "he": 0.366576688087183, "him": 0.42941109205856226}, "historic": {"he - him": -0.0700212995822222, "he": 0.28443289494242496, "him": 0.35445419452464716}, "historical": {"he - him": -0.09868578973646924, "he": 0.2557684047881779, "him": 0.35445419452464716}, "historically": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "history": {"he - him": -0.056613347696201965, "he": 0.2862293847465158, "him": 0.3428427324427178}, "hit": {"he - him": -0.05220751782785432, "he": 0.30851009722698136, "him": 0.3607176150548357}, "hits": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "hold": {"he - him": -0.033237683048474964, "he": 0.2985659666347768, "him": 0.33180364968325177}, "holds": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "holmes": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "home": {"he - him": -0.02118038461832955, "he": 0.31861021995870936, "him": 0.3397906045770389}, "homeless": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "homemade": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "honest": {"he - him": -0.14061705645948525, "he": 0.24623762487580364, "him": 0.3868546813352889}, "hong": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "hoped": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "hopkinson": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "hordes": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "hornbleat": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "horns": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "hospital": {"he - him": -0.017608403969999353, "he": 0.29331046650630477, "him": 0.3109188704763041}, "hosts": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "hot": {"he - him": -0.052481711273326515, "he": 0.3044621878885711, "him": 0.3569438991618976}, "hotel": {"he - him": -0.047402541050401426, "he": 0.241725564252744, "him": 0.2891281053031454}, "hotels": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "hound": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "hour": {"he - him": -0.06462934458599051, "he": 0.31693068203336816, "him": 0.38156002661935867}, "hours": {"he - him": -0.10879407399649887, "he": 0.2727659526228598, "him": 0.38156002661935867}, "house": {"he - him": 0.004024938616034424, "he": 0.3208318002596726, "him": 0.3168068616436382}, "how": {"he - him": -0.06519287833311477, "he": 0.3392386385047019, "him": 0.40443151683781664}, "however": {"he - him": -0.08397652655138882, "he": 0.29636850972775075, "him": 0.38034503627913957}, "https": {"he - him": 0.00318530093841346, "he": 0.3055773545078722, "him": 0.30239205356945875}, "hubs": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "hug": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "huge": {"he - him": -0.08343059614141457, "he": 0.28140745714167614, "him": 0.3648380532830907}, "human": {"he - him": -0.040013217128529455, "he": 0.31693068203336816, "him": 0.3569438991618976}, "humanoid": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "humans": {"he - him": -0.07185943432383152, "he": 0.25994421535942025, "him": 0.33180364968325177}, "hundred": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "hundreds": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "hunger": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "hunkered": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "hurt": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "husband": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "hustling": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "huxley": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "hypertrophy": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "i": {"he - him": -0.0771567749538945, "he": 0.26655903835679784, "him": 0.34371581331069234}, "ia": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "ib\u00e9rico": {"he - him": -0.09899749879730219, "he": 0.12334307277422607, "him": 0.22234057157152826}, "ice": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "idea": {"he - him": -0.03575100261224362, "he": 0.2508762773488147, "him": 0.2866272799610583}, "ideas": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "identical": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "identification": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "identified": {"he - him": -0.09937007255330677, "he": 0.24822433673152106, "him": 0.3475944092848278}, "identify": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "identifying": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "identity": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "idiom": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "if": {"he - him": -0.024205301934318357, "he": 0.33634247176006954, "him": 0.3605477736943879}, "ignorance": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "ignore": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "igp": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "iknow": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "ill": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "illegally": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "illness": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "illusion": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "imagine": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "imagined": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "immediately": {"he - him": -0.05139490954574405, "he": 0.26541195209789414, "him": 0.3168068616436382}, "immensely": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "impact": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "imparted": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "impatience": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "impeding": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "impermissibly": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "importance": {"he - him": -0.047402541050401426, "he": 0.241725564252744, "him": 0.2891281053031454}, "important": {"he - him": -0.007034308012684232, "he": 0.33425957856870864, "him": 0.34129388658139287}, "impossible": {"he - him": -0.10319934601030878, "he": 0.27701210344138494, "him": 0.3802114494516937}, "improved": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "impulse": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "imran": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "in": {"he - him": -0.039981427328464436, "he": 0.2874499587480562, "him": 0.3274313860765206}, "inaction": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "incident": {"he - him": -0.09503909468300373, "he": 0.1794666068936068, "him": 0.27450570157661053}, "incidents": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "incinerated": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "incision": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "include": {"he - him": -0.006902904783279318, "he": 0.3132253479987726, "him": 0.3201282527820519}, "included": {"he - him": -0.06627208664831391, "he": 0.2985659666347768, "him": 0.3648380532830907}, "includes": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "including": {"he - him": -0.020683144283903165, "he": 0.3288780321782783, "him": 0.3495611764621815}, "increase": {"he - him": -0.07185943432383152, "he": 0.25994421535942025, "him": 0.33180364968325177}, "increased": {"he - him": -0.018511333324510715, "he": 0.2706167719786347, "him": 0.2891281053031454}, "increasingly": {"he - him": -0.10245141904307609, "he": 0.28443289494242496, "him": 0.38688431398550105}, "incredible": {"he - him": -0.09995420825923479, "he": 0.241725564252744, "him": 0.3416797725119788}, "india": {"he - him": -0.04887684001677495, "he": 0.3055773545078722, "him": 0.35445419452464716}, "indian": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "indistinguishable": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "individual": {"he - him": -0.07058230584344288, "he": 0.27701210344138494, "him": 0.3475944092848278}, "individualized": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "individuals": {"he - him": -0.08299730434679092, "he": 0.2863845778391723, "him": 0.36938188218596324}, "industrial": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "industry": {"he - him": -0.05067841852593452, "he": 0.27689607298703506, "him": 0.3275744915129696}, "ineffective": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "infects": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "infiltrates": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "inflammatory": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "inflict": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "influenced": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "informal": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "information": {"he - him": -0.06748233517426183, "he": 0.28273861246543147, "him": 0.3502209476396933}, "informed": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "informs": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "inhabit": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "inherently": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "initial": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "injuries": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "injury": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "innocent": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "innovations": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "innumerably": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "inoculated": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "insect": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "inside": {"he - him": -0.028335759808299887, "he": 0.34104612237766335, "him": 0.36938188218596324}, "insisted": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "inspector": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "inspired": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "instability": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "instead": {"he - him": -0.054791120493912326, "he": 0.3118029924234053, "him": 0.36659411291731764}, "instincts": {"he - him": -0.10154777351956412, "he": 0.29331046650630477, "him": 0.3948582400258689}, "institution": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "institutional": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "institutions": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "insurgency": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "intelligence": {"he - him": -0.10091749630184516, "he": 0.2308861533814066, "him": 0.33180364968325177}, "intends": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "intense": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "intentions": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "intents": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "interaction": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "interactions": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "interactive": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "interest": {"he - him": -0.14704690876388232, "he": 0.18942200122095953, "him": 0.33646890998484186}, "interested": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "interests": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "international": {"he - him": -0.033685892087428004, "he": 0.2900164768540788, "him": 0.3237023689415068}, "internet": {"he - him": 0.01976549524122656, "he": 0.30348884146562544, "him": 0.2837233462243989}, "intersection": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "intervene": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "interview": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "into": {"he - him": -0.055147913729521325, "he": 0.33771879262141313, "him": 0.39286670635093446}, "introduce": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "introduction": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "invades": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "invented": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "invention": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "inventor": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "investigates": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "investigation": {"he - him": -0.07058230584344288, "he": 0.27701210344138494, "him": 0.3475944092848278}, "investigative": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "invited": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "inviting": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "involved": {"he - him": -0.07397963174804512, "he": 0.3208318002596726, "him": 0.39481143200771773}, "involves": {"he - him": -0.06849181591936349, "he": 0.30443571062612773, "him": 0.3729275265454912}, "iran": {"he - him": -0.05099532708010657, "he": 0.17604891428993993, "him": 0.2270442413700465}, "iranian": {"he - him": -0.09535642446737896, "he": 0.17513948510860172, "him": 0.2704959095759807}, "irony": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "irrational": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "irritated": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "is": {"he - him": -0.023274807558481436, "he": 0.311064493245687, "him": 0.33433930080416846}, "isabelle": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "isay": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "islamic": {"he - him": -0.09430134500343934, "he": 0.18942200122095953, "him": 0.2837233462243989}, "isn": {"he - him": -0.072790941795431, "he": 0.24733731098662093, "him": 0.3201282527820519}, "israel": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "issue": {"he - him": -0.04281460027555639, "he": 0.27003447621478194, "him": 0.31284907649033833}, "issued": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "issues": {"he - him": -0.033685892087428004, "he": 0.2900164768540788, "him": 0.3237023689415068}, "it": {"he - him": -0.05535699422808815, "he": 0.3177030188028946, "him": 0.37306001303098274}, "italian": {"he - him": -0.09430134500343934, "he": 0.18942200122095953, "him": 0.2837233462243989}, "item": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "items": {"he - him": -0.14246606416595095, "he": 0.23046146237954027, "him": 0.3729275265454912}, "its": {"he - him": -0.015182194251150138, "he": 0.3135526074414921, "him": 0.32873480169264224}, "itself": {"he - him": -0.0637989845464339, "he": 0.33412800377878255, "him": 0.39792698832521645}, "j": {"he - him": 0.046401600316130553, "he": 0.3035365655022822, "him": 0.25713496518615164}, "jack": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "jagan": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "james": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "jane": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "japanese": {"he - him": -0.04848994220898126, "he": 0.22200596736699943, "him": 0.2704959095759807}, "javad": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "jayson": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "jazz": {"he - him": -0.09468984270470487, "he": 0.18419749023760523, "him": 0.2788873329423101}, "jealous": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "jelly": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "jerusalem": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "job": {"he - him": -0.040632042664260126, "he": 0.30656126980078335, "him": 0.3471933124650435}, "jobs": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "joe": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "joel": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "johannes": {"he - him": -0.14483389167506847, "he": 0.2096203028495787, "him": 0.35445419452464716}, "john": {"he - him": 0.057429746453372454, "he": 0.32792565602935314, "him": 0.2704959095759807}, "johnson": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "join": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "joint": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "joke": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "jokes": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "joshua": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "judging": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "judicial": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "judy": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "jules": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "july": {"he - him": 0.00318530093841346, "he": 0.3055773545078722, "him": 0.30239205356945875}, "jumping": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "june": {"he - him": -0.052734520980056654, "he": 0.3007251318795418, "him": 0.35345965285959846}, "just": {"he - him": -0.05778011563200047, "he": 0.3303890873230246, "him": 0.38816920295502505}, "k": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "kana": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "kang": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "karaoke": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "karen": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "kashmir": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "kato": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "katoare": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "keen": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "keep": {"he - him": -0.05008433214566954, "he": 0.2863845778391723, "him": 0.33646890998484186}, "keeping": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "kei": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "kenzo": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "kept": {"he - him": -0.10735003353335432, "he": 0.2863845778391723, "him": 0.39373461137252663}, "key": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "khan": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "khone": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "kid": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "kidding": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "kids": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "killed": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "killer": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "killers": {"he - him": -0.14061705645948525, "he": 0.24623762487580364, "him": 0.3868546813352889}, "killing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "kilometer": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "kim": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "kind": {"he - him": -0.08195540964567688, "he": 0.29825603980601684, "him": 0.3802114494516937}, "kindle": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "kingdom": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "knew": {"he - him": -0.06661465182346582, "he": 0.29410296323136986, "him": 0.3607176150548357}, "knicks": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "knocks": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "know": {"he - him": -0.06280851787024844, "he": 0.33324573552976483, "him": 0.39605425340001327}, "knowing": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "knowledge": {"he - him": -0.09937007255330677, "he": 0.24822433673152106, "him": 0.3475944092848278}, "known": {"he - him": -0.011578714222670095, "he": 0.3127156032004677, "him": 0.3242943174231378}, "knows": {"he - him": -0.017608403969999353, "he": 0.29331046650630477, "him": 0.3109188704763041}, "kong": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "korean": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "krauts": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "kurono": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "l": {"he - him": -0.04771877958810847, "he": 0.2360045666362904, "him": 0.2837233462243989}, "laboratory": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "lack": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "lacked": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "lady": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "laid": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "land": {"he - him": 0.03382025074310363, "he": 0.2909552159292553, "him": 0.25713496518615164}, "landed": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "larger": {"he - him": -0.09937007255330677, "he": 0.24822433673152106, "him": 0.3475944092848278}, "lassitude": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "last": {"he - him": -0.04405255634151878, "he": 0.3112839147422799, "him": 0.3553364710837987}, "late": {"he - him": -0.019331649080815916, "he": 0.33412800377878255, "him": 0.35345965285959846}, "later": {"he - him": -0.028123656310565903, "he": 0.32714723735437007, "him": 0.35527089366493597}, "lateral": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "latest": {"he - him": -0.04771877958810847, "he": 0.2360045666362904, "him": 0.2837233462243989}, "latitude": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "latter": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "launched": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "law": {"he - him": -0.13840961714072492, "he": 0.1896894593627973, "him": 0.3280990765035222}, "lax": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "layoff": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "lead": {"he - him": 0.003611462285571909, "he": 0.3065739001854821, "him": 0.3029624378999102}, "leader": {"he - him": -0.018943117582889857, "he": 0.25994421535942025, "him": 0.2788873329423101}, "leaders": {"he - him": -0.10534123003693191, "he": 0.2553763850179038, "him": 0.3607176150548357}, "leadership": {"he - him": -0.07185943432383152, "he": 0.25994421535942025, "him": 0.33180364968325177}, "leading": {"he - him": 0.00318530093841346, "he": 0.3055773545078722, "him": 0.30239205356945875}, "leads": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "league": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "lean": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "learn": {"he - him": -0.018738622026718332, "he": 0.26498472419768054, "him": 0.2837233462243989}, "least": {"he - him": -0.010850373062760044, "he": 0.3308157738548802, "him": 0.34166614691764025}, "leaves": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "leaving": {"he - him": -0.06849181591936349, "he": 0.30443571062612773, "him": 0.3729275265454912}, "lebron": {"he - him": -0.09785802499527024, "he": 0.26479804217217134, "him": 0.3626560671674416}, "led": {"he - him": -0.050396192541575624, "he": 0.28140745714167614, "him": 0.33180364968325177}, "leeratanakajornthe": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "left": {"he - him": -0.06578769188984113, "he": 0.30966004399524777, "him": 0.3754477358850889}, "legal": {"he - him": -0.10319934601030878, "he": 0.27701210344138494, "him": 0.3802114494516937}, "legendary": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "legislatures": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "length": {"he - him": -0.13111590919732313, "he": 0.2557684047881779, "him": 0.38688431398550105}, "lengthy": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "less": {"he - him": 0.06765375659342335, "he": 0.29807696639998116, "him": 0.2304232098065578}, "let": {"he - him": -0.08365077856161673, "he": 0.29984115812293916, "him": 0.3834919366845559}, "letter": {"he - him": -0.072790941795431, "he": 0.24733731098662093, "him": 0.3201282527820519}, "levies": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "li": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "liberating": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "libraries": {"he - him": -0.14704690876388232, "he": 0.18942200122095953, "him": 0.33646890998484186}, "license": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "life": {"he - him": -0.028202978931742173, "he": 0.3203388627481922, "him": 0.34854184167993435}, "lifted": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "lights": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "like": {"he - him": -0.07991077415061221, "he": 0.33876562806210625, "him": 0.41867640221271846}, "liked": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "likely": {"he - him": -0.030004353936224526, "he": 0.3091213913938177, "him": 0.33912574533004225}, "limit": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "limits": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "limpopo": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "linked": {"he - him": -0.09868578973646924, "he": 0.2557684047881779, "him": 0.35445419452464716}, "links": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "linton": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "listen": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "listening": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "lit": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "literature": {"he - him": 0.00318530093841346, "he": 0.3055773545078722, "him": 0.30239205356945875}, "little": {"he - him": 0.004321694796984743, "he": 0.3201903724833076, "him": 0.3158686776863229}, "live": {"he - him": 0.0026612316147734405, "he": 0.2863845778391723, "him": 0.2837233462243989}, "lives": {"he - him": -0.09937007255330677, "he": 0.24822433673152106, "him": 0.3475944092848278}, "ll": {"he - him": -0.056099590779924324, "he": 0.29346158568225716, "him": 0.3495611764621815}, "load": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "lobes": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "local": {"he - him": -0.00780768566798945, "he": 0.2883989872572695, "him": 0.29620667292525893}, "located": {"he - him": -0.09995420825923479, "he": 0.241725564252744, "him": 0.3416797725119788}, "location": {"he - him": -0.019300478606555482, "he": 0.2511954309694252, "him": 0.2704959095759807}, "locations": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "lodged": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "lodging": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "logic": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "logical": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "logistic": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "logistics": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "lollipop": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "lollipops": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "lone": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "long": {"he - him": -0.05149964519350336, "he": 0.3258866825706358, "him": 0.37738632776413916}, "longer": {"he - him": -0.04771877958810847, "he": 0.2360045666362904, "him": 0.2837233462243989}, "longest": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "look": {"he - him": -0.012071310120614798, "he": 0.30077776636972353, "him": 0.31284907649033833}, "lookalites": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "looked": {"he - him": -0.019403120902510118, "he": 0.3007251318795418, "him": 0.3201282527820519}, "looking": {"he - him": -0.08606190031180622, "he": 0.250650668552739, "him": 0.3367125688645452}, "looks": {"he - him": 0.019858914219230084, "he": 0.3089870195223755, "him": 0.2891281053031454}, "loop": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "lore": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "lorentzian": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "los": {"he - him": -0.04825658869318977, "he": 0.22624911288342076, "him": 0.27450570157661053}, "lose": {"he - him": -0.10245141904307609, "he": 0.28443289494242496, "him": 0.38688431398550105}, "losing": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "lost": {"he - him": -0.052734520980056654, "he": 0.3007251318795418, "him": 0.35345965285959846}, "lot": {"he - him": -0.10323077542052489, "he": 0.2954149570390519, "him": 0.3986457324595768}, "lots": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "lotus": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "lou": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "loudly": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "lounging": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "love": {"he - him": -0.05777381795152342, "he": 0.30392831269155185, "him": 0.36170213064307527}, "loved": {"he - him": -0.0700212995822222, "he": 0.28443289494242496, "him": 0.35445419452464716}, "lovely": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "loves": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "loving": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "low": {"he - him": -0.019959175985601985, "he": 0.28807841548642543, "him": 0.3080375914720274}, "lowest": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "luca": {"he - him": -0.18231056406140705, "he": 0.1711490887981914, "him": 0.35345965285959846}, "lucrative": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "lunch": {"he - him": -0.09336114329030593, "he": 0.2019057450840961, "him": 0.295266888374402}, "lung": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "lurked": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "m": {"he - him": -0.057827144234571026, "he": 0.3308013484393924, "him": 0.38862849267396343}, "machines": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "mackay": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "mad": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "made": {"he - him": -0.0428688916133787, "he": 0.3287088428392308, "him": 0.3715777344526095}, "magic": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "magical": {"he - him": -0.14061705645948525, "he": 0.24623762487580364, "him": 0.3868546813352889}, "magistrate": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "mahesh": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "mails": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "main": {"he - him": 0.002270043046879111, "he": 0.2727659526228598, "him": 0.2704959095759807}, "mainstream": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "maintained": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "major": {"he - him": 0.001858143291711245, "he": 0.2589931084778629, "him": 0.25713496518615164}, "make": {"he - him": -0.04184901538695179, "he": 0.34376497064510214, "him": 0.38561398603205393}, "makes": {"he - him": -0.08480899554179916, "he": 0.26541195209789414, "him": 0.3502209476396933}, "makeup": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "making": {"he - him": -0.019832058110825612, "he": 0.2909552159292553, "him": 0.3107872740400809}, "makran": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "malaria": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "malformed": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "malignant": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "man": {"he - him": -0.07668192198585178, "he": 0.3540010485675439, "him": 0.43068297055339566}, "manage": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "managed": {"he - him": 0.019678633692466696, "he": 0.2985659666347768, "him": 0.2788873329423101}, "management": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "manager": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "manipulate": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "manner": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "many": {"he - him": -0.043306291780031536, "he": 0.34838703169718105, "him": 0.3916933234772126}, "marathon": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "march": {"he - him": -0.10789093187757548, "he": 0.22882163698696972, "him": 0.3367125688645452}, "mark": {"he - him": -0.03269275298960328, "he": 0.3089870195223755, "him": 0.3416797725119788}, "marked": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "market": {"he - him": -0.07329897046088305, "he": 0.24040369974991524, "him": 0.3137026702107983}, "marriage": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "married": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "mary": {"he - him": -0.017608403969999353, "he": 0.29331046650630477, "him": 0.3109188704763041}, "masaru": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "massacre": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "massive": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "material": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "math": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "matter": {"he - him": 0.0028163272582807375, "he": 0.29194443256142616, "him": 0.2891281053031454}, "maximum": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "may": {"he - him": -0.06117964585451369, "he": 0.3123266757274419, "him": 0.37350632158195557}, "mayhem": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "mayonnaise": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "mcdonalds": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "mcgregor": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "me": {"he - him": -0.059932353997854404, "he": 0.3088529428099236, "him": 0.368785296807778}, "meal": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "mean": {"he - him": 0.019858914219230084, "he": 0.3089870195223755, "him": 0.2891281053031454}, "meaning": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "means": {"he - him": 0.033620498408245325, "he": 0.27569612680652966, "him": 0.24207562839828434}, "meanwhile": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "measure": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "measures": {"he - him": 0.0199603420766441, "he": 0.3152272304510461, "him": 0.295266888374402}, "meat": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "mechanics": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "media": {"he - him": -0.053944950274866676, "he": 0.2827676185896785, "him": 0.3367125688645452}, "median": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "medication": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "meet": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "megabox": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "meh": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "mehmood": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "melt": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "memory": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "men": {"he - him": 0.01886614968703096, "he": 0.2588115242698807, "him": 0.23994537458284973}, "menace": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "menu": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "merely": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "message": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "meters": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "methods": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "mia": {"he - him": -0.09591577375000013, "he": 0.1674440335988083, "him": 0.26335980734880843}, "miami": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "michel": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "middle": {"he - him": -0.049735339950552626, "he": 0.29194443256142616, "him": 0.3416797725119788}, "midnight": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "might": {"he - him": -0.03752582521125264, "he": 0.3511026674627108, "him": 0.38862849267396343}, "mile": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "militaries": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "military": {"he - him": -0.10132537862954882, "he": 0.22624911288342076, "him": 0.3275744915129696}, "millennium": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "million": {"he - him": -0.05214840803957416, "he": 0.25328619373444833, "him": 0.3054346017740225}, "millions": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "mind": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "minds": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "mine": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "mini": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "minimum": {"he - him": -0.09336114329030593, "he": 0.2019057450840961, "him": 0.295266888374402}, "minister": {"he - him": -0.053944950274866676, "he": 0.2827676185896785, "him": 0.3367125688645452}, "ministry": {"he - him": -0.047402541050401426, "he": 0.241725564252744, "him": 0.2891281053031454}, "minor": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "minutes": {"he - him": -0.019403120902510118, "he": 0.3007251318795418, "him": 0.3201282527820519}, "mip": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "misdemeanors": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "misreading": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "miss": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "missing": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "missteps": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "misted": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "misunderstand": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "misunderstanding": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "mitchell": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "mixed": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "mla": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "moaning": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "mob": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "mobile": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "model": {"he - him": -0.019999561313298858, "he": 0.23429344384660586, "him": 0.2542930051599047}, "moderates": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "modern": {"he - him": -0.07918198426888923, "he": 0.2803031206540374, "him": 0.3594851049229266}, "modi": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "modified": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "mohan": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "mohsin": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "mom": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "moment": {"he - him": -0.10383847996610102, "he": 0.2706167719786347, "him": 0.3744552519447357}, "moments": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "mona": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "monday": {"he - him": -0.05008433214566954, "he": 0.2863845778391723, "him": 0.33646890998484186}, "money": {"he - him": -0.09535642446737896, "he": 0.17513948510860172, "him": 0.2704959095759807}, "monika": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "monitor": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "monk": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "monosyllabic": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "month": {"he - him": -0.019745514251006097, "he": 0.24040369974991524, "him": 0.26014921400092134}, "months": {"he - him": -0.09430134500343934, "he": 0.18942200122095953, "him": 0.2837233462243989}, "mood": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "moon": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "more": {"he - him": -0.028678021625855976, "he": 0.3246404715637557, "him": 0.35331849318961167}, "morning": {"he - him": -0.0940682109058471, "he": 0.26326399404637546, "him": 0.35733220495222257}, "most": {"he - him": -0.042942258882556816, "he": 0.3381613253459505, "him": 0.3811035842285073}, "mother": {"he - him": -0.0721981064950658, "he": 0.2553763850179038, "him": 0.3275744915129696}, "mothers": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "motions": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "motivational": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "mounded": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "mouth": {"he - him": -0.09785802499527024, "he": 0.26479804217217134, "him": 0.3626560671674416}, "move": {"he - him": -0.05190768012141306, "he": 0.31293037316167766, "him": 0.3648380532830907}, "moved": {"he - him": -0.07148418578716131, "he": 0.26498472419768054, "him": 0.33646890998484186}, "movements": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "movie": {"he - him": 0.001522063785116018, "he": 0.24814049607089825, "him": 0.24661843228578223}, "movies": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "moving": {"he - him": -0.14061705645948525, "he": 0.24623762487580364, "him": 0.3868546813352889}, "mps": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "mr": {"he - him": 0.004121107692311776, "he": 0.3242493604743637, "him": 0.3201282527820519}, "msi": {"he - him": -0.048001179560903495, "he": 0.2308861533814066, "him": 0.2788873329423101}, "much": {"he - him": -0.052618253706668894, "he": 0.3416480639990147, "him": 0.3942663177056836}, "multiplies": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "multitude": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "mums": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "murder": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "murders": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "murdoch": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "music": {"he - him": -0.11204438418634191, "he": 0.24124875633255868, "him": 0.3532931405189006}, "musical": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "musicians": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "musings": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "muslim": {"he - him": -0.048001179560903495, "he": 0.2308861533814066, "him": 0.2788873329423101}, "must": {"he - him": -0.04081261505178402, "he": 0.3035365655022822, "him": 0.3443491805540662}, "muster": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "mvp": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "my": {"he - him": -0.1031913452105272, "he": 0.25900738870007234, "him": 0.36219873391059954}, "myself": {"he - him": -0.10046434334855145, "he": 0.2360045666362904, "him": 0.33646890998484186}, "myspace": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "mystic": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "nab": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "name": {"he - him": -0.019555126355367602, "he": 0.2972517352882706, "him": 0.3168068616436382}, "named": {"he - him": 0.0029891514316148227, "he": 0.29825603980601684, "him": 0.295266888374402}, "naps": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "narendra": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "narrowed": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "narrowly": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "nascent": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "nation": {"he - him": -0.09430134500343934, "he": 0.18942200122095953, "him": 0.2837233462243989}, "national": {"he - him": 0.03358922607254436, "he": 0.2735346006553941, "him": 0.23994537458284973}, "nations": {"he - him": -0.07058230584344288, "he": 0.27701210344138494, "him": 0.3475944092848278}, "natural": {"he - him": -0.05008433214566954, "he": 0.2863845778391723, "him": 0.33646890998484186}, "nature": {"he - him": -0.09336114329030593, "he": 0.2019057450840961, "him": 0.295266888374402}, "navigating": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "navy": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "nba": {"he - him": -0.07148418578716131, "he": 0.26498472419768054, "him": 0.33646890998484186}, "nearly": {"he - him": 0.03400439565037083, "he": 0.30851009722698136, "him": 0.27450570157661053}, "neatly": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "necessary": {"he - him": 0.01976549524122656, "he": 0.30348884146562544, "him": 0.2837233462243989}, "neck": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "need": {"he - him": -0.03061956963313822, "he": 0.297479506870384, "him": 0.3280990765035222}, "needed": {"he - him": -0.018738622026718332, "he": 0.26498472419768054, "him": 0.2837233462243989}, "needs": {"he - him": -0.05120601621867804, "he": 0.3232492357260577, "him": 0.3744552519447357}, "negated": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "neighbor": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "neighbouring": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "neither": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "nestings": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "nestled": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "netanyahu": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "never": {"he - him": -0.06651514089372706, "he": 0.29296996402919956, "him": 0.3594851049229266}, "nevertheless": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "new": {"he - him": -0.01909920862137554, "he": 0.3225444200875728, "him": 0.3416436287089483}, "newly": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "news": {"he - him": 0.003539109102865423, "he": 0.30414682941629423, "him": 0.3006077203134288}, "newspapers": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "next": {"he - him": -0.046363278510546724, "he": 0.29807696639998116, "him": 0.3444402449105279}, "nhai": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "nice": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "nicely": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "nics": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "nigerian": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "night": {"he - him": -0.03608199006918317, "he": 0.32565688263566434, "him": 0.3617388727048475}, "nightclubs": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "nihilist": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "nine": {"he - him": -0.09937007255330677, "he": 0.24822433673152106, "him": 0.3475944092848278}, "nineteen": {"he - him": -0.09430134500343934, "he": 0.18942200122095953, "him": 0.2837233462243989}, "nishi": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "no": {"he - him": -0.055662422821796786, "he": 0.33132198130564056, "him": 0.38698440412743734}, "nobeladventures": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "nobody": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "noise": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "noisy": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "non": {"he - him": -0.04973183240396448, "he": 0.1993181369856555, "him": 0.24904996938961999}, "none": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "noodles": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "nope": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "normal": {"he - him": -0.10154777351956412, "he": 0.29331046650630477, "him": 0.3948582400258689}, "normalise": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "normally": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "not": {"he - him": -0.042036436531745935, "he": 0.3500245342161253, "him": 0.3920609707478712}, "note": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "nothing": {"he - him": -0.05339396462481094, "he": 0.2909552159292553, "him": 0.3443491805540662}, "november": {"he - him": 0.00318530093841346, "he": 0.3055773545078722, "him": 0.30239205356945875}, "novemberat": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "now": {"he - him": -0.04063474836499725, "he": 0.3407027987271975, "him": 0.38133754709219475}, "nowhere": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "nuclear": {"he - him": 0.001952541706512323, "he": 0.26210175570743366, "him": 0.26014921400092134}, "nude": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "number": {"he - him": -0.020409701239161138, "he": 0.2779493574359167, "him": 0.29835905867507784}, "numerous": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "ny": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "nyc": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "obama": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "observed": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "observer": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "obstructing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "obtained": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "obvious": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "occasions": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "occur": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "occurred": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "occurs": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "odor": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "odyssey": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "of": {"he - him": -0.04916104345721711, "he": 0.2542778467790707, "him": 0.30343889023628784}, "off": {"he - him": -0.0672001892818534, "he": 0.3034723109314147, "him": 0.3706725002132681}, "offender": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "offense": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "offensive": {"he - him": -0.048001179560903495, "he": 0.2308861533814066, "him": 0.2788873329423101}, "offer": {"he - him": -0.018511333324510715, "he": 0.2706167719786347, "him": 0.2891281053031454}, "offered": {"he - him": -0.0700212995822222, "he": 0.28443289494242496, "him": 0.35445419452464716}, "office": {"he - him": -0.03298006851921642, "he": 0.30348884146562544, "him": 0.33646890998484186}, "officer": {"he - him": -0.10091749630184516, "he": 0.2308861533814066, "him": 0.33180364968325177}, "officers": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "officials": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "offloaded": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "offseason": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "often": {"he - him": -0.09996866450072639, "he": 0.2735346006553941, "him": 0.3735032651561205}, "oh": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "oladipo": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "old": {"he - him": 0.04636498764943192, "he": 0.2954149570390519, "him": 0.24904996938961999}, "older": {"he - him": -0.09868578973646924, "he": 0.2557684047881779, "him": 0.35445419452464716}, "omara": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "omnipresent": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "on": {"he - him": -0.0496607485776705, "he": 0.33028506066338653, "him": 0.37994580924105703}, "once": {"he - him": -0.05852675676071761, "he": 0.32181827951842196, "him": 0.38034503627913957}, "one": {"he - him": -0.040525992230546204, "he": 0.37006768406063484, "him": 0.41059367629118104}, "oni": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "online": {"he - him": -0.13160625189102051, "he": 0.24040369974991524, "him": 0.37200995164093575}, "only": {"he - him": -0.04394856051305218, "he": 0.3128127503338651, "him": 0.35676131084691726}, "onto": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "open": {"he - him": -0.007354432198546312, "he": 0.3006831592734811, "him": 0.3080375914720274}, "operating": {"he - him": -0.09785802499527024, "he": 0.26479804217217134, "him": 0.3626560671674416}, "opinion": {"he - him": 0.0029891514316148227, "he": 0.29825603980601684, "him": 0.295266888374402}, "opinions": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "opportunity": {"he - him": -0.09868578973646924, "he": 0.2557684047881779, "him": 0.35445419452464716}, "opposing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "opposite": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "opted": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "opting": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "options": {"he - him": -0.09336114329030593, "he": 0.2019057450840961, "him": 0.295266888374402}, "or": {"he - him": -0.0658221742618702, "he": 0.3210156373906232, "him": 0.3868378116524934}, "order": {"he - him": -0.06858843962849565, "he": 0.26812412923604956, "him": 0.3367125688645452}, "ordering": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "orderly": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "ordinary": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "organisations": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "organisdations": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "organizations": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "organs": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "oriental": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "original": {"he - him": 0.019858914219230084, "he": 0.3089870195223755, "him": 0.2891281053031454}, "ormara": {"he - him": -0.09386339461889531, "he": 0.1952647106842501, "him": 0.2891281053031454}, "oscars": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "other": {"he - him": -0.0795217794418136, "he": 0.34252292449223404, "him": 0.42204470393404764}, "others": {"he - him": -0.007354432198546312, "he": 0.3006831592734811, "him": 0.3080375914720274}, "otherwise": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "our": {"he - him": -0.09832600537148334, "he": 0.2856426068394773, "him": 0.3839686122109606}, "out": {"he - him": -0.0459484876693152, "he": 0.33533211348852215, "him": 0.38128060115783735}, "outfits": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "outlets": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "outrage": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "outside": {"he - him": -0.0700212995822222, "he": 0.28443289494242496, "him": 0.35445419452464716}, "ovarian": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "over": {"he - him": -0.05805434493784867, "he": 0.33199047450870833, "him": 0.390044819446557}, "overall": {"he - him": -0.09336114329030593, "he": 0.2019057450840961, "him": 0.295266888374402}, "overcame": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "overcome": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "overflowing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "oversight": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "overturned": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "owi": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "own": {"he - him": -0.05149964519350336, "he": 0.3258866825706358, "him": 0.37738632776413916}, "owner": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "p": {"he - him": -0.0700212995822222, "he": 0.28443289494242496, "him": 0.35445419452464716}, "paced": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "pacers": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "pack": {"he - him": -0.08450561714251348, "he": 0.268954035717085, "him": 0.35345965285959846}, "package": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "packs": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "pad": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "page": {"he - him": -0.08382154206780063, "he": 0.27689607298703506, "him": 0.3607176150548357}, "pains": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "paint": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "painted": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "pair": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "pak": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "pakistan": {"he - him": -0.09785535693864439, "he": 0.14004325554765654, "him": 0.23789861248630093}, "pakistani": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "pakistanis": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "palpable": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "pandemic": {"he - him": 0.0029891514316148227, "he": 0.29825603980601684, "him": 0.295266888374402}, "pandemonium": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "parameters": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "parent": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "parents": {"he - him": -0.04771877958810847, "he": 0.2360045666362904, "him": 0.2837233462243989}, "parking": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "parks": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "parliament": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "part": {"he - him": -0.04647422271496704, "he": 0.29636850972775075, "him": 0.3428427324427178}, "particular": {"he - him": 0.0026612316147734405, "he": 0.2863845778391723, "him": 0.2837233462243989}, "particularity": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "particularized": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "particularly": {"he - him": 0.019678633692466696, "he": 0.2985659666347768, "him": 0.2788873329423101}, "parties": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "parts": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "party": {"he - him": -0.06492268591670158, "he": 0.3132253479987726, "him": 0.3781480339154742}, "partying": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "pass": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "passenger": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "passengers": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "passions": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "past": {"he - him": 0.00239037141042453, "he": 0.27689607298703506, "him": 0.27450570157661053}, "pastimes": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "pathological": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "paths": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "patience": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "patients": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "patrolling": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "patronize": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "paul": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "paying": {"he - him": -0.04771877958810847, "he": 0.2360045666362904, "him": 0.2837233462243989}, "payment": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "peace": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "pelicans": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "people": {"he - him": -0.05927570689508832, "he": 0.3349369407464959, "him": 0.3942126476415842}, "per": {"he - him": -0.08450561714251348, "he": 0.268954035717085, "him": 0.35345965285959846}, "percent": {"he - him": -0.04987198109060978, "he": 0.19674645119517245, "him": 0.24661843228578223}, "perceptions": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "perfect": {"he - him": -0.04771877958810847, "he": 0.2360045666362904, "him": 0.2837233462243989}, "perfecting": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "perfectly": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "performance": {"he - him": 0.002520124199366036, "he": 0.28140745714167614, "him": 0.2788873329423101}, "performances": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "performed": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "performing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "perhaps": {"he - him": -0.052481711273326515, "he": 0.3044621878885711, "him": 0.3569438991618976}, "perimeter": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "period": {"he - him": -0.048001179560903495, "he": 0.2308861533814066, "him": 0.2788873329423101}, "perpetrators": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "person": {"he - him": -0.06661465182346582, "he": 0.29410296323136986, "him": 0.3607176150548357}, "personal": {"he - him": -0.06703898035857453, "he": 0.28625416016032607, "him": 0.3532931405189006}, "personality": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "personally": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "personnel": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "persons": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "philosopher": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "phone": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "photo": {"he - him": 0.01976549524122656, "he": 0.30348884146562544, "him": 0.2837233462243989}, "physical": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "physicist": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "physics": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "pick": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "picked": {"he - him": -0.049338369478810984, "he": 0.29825603980601684, "him": 0.3475944092848278}, "piece": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "pierzchalski": {"he - him": -0.09430134500343934, "he": 0.18942200122095953, "him": 0.2837233462243989}, "pile": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "pillars": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "pills": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "pinning": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "pistons": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "pits": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "pittance": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "place": {"he - him": -0.06058978936661358, "he": 0.34074765786077654, "him": 0.4013374472273901}, "placed": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "plague": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "plainly": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "plant": {"he - him": -0.019606898195019318, "he": 0.2437529091537891, "him": 0.26335980734880843}, "plates": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "play": {"he - him": -0.06651514089372706, "he": 0.29296996402919956, "him": 0.3594851049229266}, "played": {"he - him": 0.04643824409166769, "he": 0.3253255770339778, "him": 0.2788873329423101}, "player": {"he - him": -0.03440268175103722, "he": 0.27638459228904366, "him": 0.3107872740400809}, "players": {"he - him": 0.01924962710289202, "he": 0.27638459228904366, "him": 0.25713496518615164}, "playing": {"he - him": -0.04825658869318977, "he": 0.22624911288342076, "him": 0.27450570157661053}, "playmaking": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "playoff": {"he - him": -0.09785802499527024, "he": 0.26479804217217134, "him": 0.3626560671674416}, "playoffs": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "plays": {"he - him": -0.04887684001677495, "he": 0.3055773545078722, "him": 0.35445419452464716}, "plco": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "please": {"he - him": -0.14760615944564653, "he": 0.18419749023760523, "him": 0.33180364968325177}, "pleasure": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "plot": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "plots": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "plucked": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "plus": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "pm": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "pocket": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "podcasts": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "poets": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "point": {"he - him": -0.06591095364383653, "he": 0.3006831592734811, "him": 0.36659411291731764}, "points": {"he - him": -0.08353903249038352, "he": 0.3253255770339778, "him": 0.4088646095243613}, "poison": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "polarization": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "pole": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "police": {"he - him": -0.11207281954228626, "he": 0.28273861246543147, "him": 0.39481143200771773}, "policemen": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "policymakers": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "political": {"he - him": -0.03521523586979497, "he": 0.26099143705546396, "him": 0.29620667292525893}, "politicians": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "politics": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "pollination": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "polokwane": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "pong": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "poorer": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "popular": {"he - him": -0.051600914503364625, "he": 0.26210175570743366, "him": 0.3137026702107983}, "port": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "portable": {"he - him": -0.14061705645948525, "he": 0.24623762487580364, "him": 0.3868546813352889}, "portal": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "portion": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "posing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "position": {"he - him": -0.033471528281599716, "he": 0.29410296323136986, "him": 0.3275744915129696}, "possessing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "possibilities": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "possibility": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "possible": {"he - him": 0.0029891514316148227, "he": 0.29825603980601684, "him": 0.295266888374402}, "possibly": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "post": {"he - him": -0.05008433214566954, "he": 0.2863845778391723, "him": 0.33646890998484186}, "posts": {"he - him": -0.09430134500343934, "he": 0.18942200122095953, "him": 0.2837233462243989}, "potentially": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "pounds": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "power": {"he - him": -0.011578714222670095, "he": 0.3127156032004677, "him": 0.3242943174231378}, "powerful": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "prabhakar": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "practicing": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "predicated": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "predict": {"he - him": -0.04832342964039377, "he": 0.3143326375270478, "him": 0.3626560671674416}, "predictability": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "predicted": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "predictions": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "preliminary": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "prepare": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "prepared": {"he - him": 0.0029891514316148227, "he": 0.29825603980601684, "him": 0.295266888374402}, "prescription": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "presence": {"he - him": -0.06546823242236022, "he": 0.3089870195223755, "him": 0.3744552519447357}, "present": {"he - him": -0.07148418578716131, "he": 0.26498472419768054, "him": 0.33646890998484186}, "presented": {"he - him": -0.06849181591936349, "he": 0.30443571062612773, "him": 0.3729275265454912}, "presidency": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "president": {"he - him": -0.07352838878960025, "he": 0.23725888525048064, "him": 0.3107872740400809}, "press": {"he - him": -0.0700212995822222, "he": 0.28443289494242496, "him": 0.35445419452464716}, "pressure": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "pretend": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "pretended": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "prevailing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "preventing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "previous": {"he - him": -0.006902904783279318, "he": 0.3132253479987726, "him": 0.3201282527820519}, "previously": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "price": {"he - him": -0.1020368141654397, "he": 0.21809143861661223, "him": 0.3201282527820519}, "prices": {"he - him": -0.09468984270470487, "he": 0.18419749023760523, "him": 0.2788873329423101}, "prickly": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "prime": {"he - him": -0.10319934601030878, "he": 0.27701210344138494, "him": 0.3802114494516937}, "privacy": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "private": {"he - him": 0.0026612316147734405, "he": 0.2863845778391723, "him": 0.2837233462243989}, "privatisation": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "privatise": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "probability": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "probable": {"he - him": -0.10132537862954882, "he": 0.22624911288342076, "him": 0.3275744915129696}, "probably": {"he - him": 0.0026612316147734405, "he": 0.2863845778391723, "him": 0.2837233462243989}, "problem": {"he - him": -0.09820510151915879, "he": 0.2909552159292553, "him": 0.38916031744841406}, "problems": {"he - him": -0.051600914503364625, "he": 0.26210175570743366, "him": 0.3137026702107983}, "process": {"he - him": -0.08762606498565839, "he": 0.2822075552650121, "him": 0.3698336202506705}, "produce": {"he - him": -0.047402541050401426, "he": 0.241725564252744, "him": 0.2891281053031454}, "produced": {"he - him": -0.10574846819247241, "he": 0.2511954309694252, "him": 0.3569438991618976}, "product": {"he - him": -0.019129316558706755, "he": 0.2553763850179038, "him": 0.27450570157661053}, "production": {"he - him": -0.08627312794450878, "he": 0.24814049607089825, "him": 0.33441362401540703}, "products": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "professional": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "professionals": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "progress": {"he - him": -0.08052560249882107, "he": 0.3143326375270478, "him": 0.3948582400258689}, "progression": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "progressively": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "project": {"he - him": 0.04639015411357639, "he": 0.3006831592734811, "him": 0.2542930051599047}, "projecting": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "prolific": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "promising": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "prompt": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "proper": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "properties": {"he - him": -0.09336114329030593, "he": 0.2019057450840961, "him": 0.295266888374402}, "property": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "prophet": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "proposed": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "prosecute": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "prostate": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "prostatic": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "protect": {"he - him": -0.0700212995822222, "he": 0.28443289494242496, "him": 0.35445419452464716}, "protecting": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "protections": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "protectors": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "protest": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "protests": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "proud": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "prove": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "proven": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "provide": {"he - him": -0.09820510151915879, "he": 0.2909552159292553, "him": 0.38916031744841406}, "provided": {"he - him": -0.018511333324510715, "he": 0.2706167719786347, "him": 0.2891281053031454}, "provider": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "providers": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "providing": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "proxy": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "prudence": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "psychologically": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "psychologist": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "public": {"he - him": -0.03764185907790368, "he": 0.29926789422783817, "him": 0.33690975330574185}, "publications": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "published": {"he - him": -0.04825658869318977, "he": 0.22624911288342076, "him": 0.27450570157661053}, "pull": {"he - him": -0.04887684001677495, "he": 0.3055773545078722, "him": 0.35445419452464716}, "pulled": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "punching": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "pupils": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "purchased": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "purposes": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "pursue": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "pushback": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "put": {"he - him": -0.04844524634748426, "he": 0.3250580188086362, "him": 0.3735032651561205}, "puts": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "putting": {"he - him": -0.017608403969999353, "he": 0.29331046650630477, "him": 0.3109188704763041}, "pyjamas": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "quality": {"he - him": -0.09535642446737896, "he": 0.17513948510860172, "him": 0.2704959095759807}, "quantum": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "quest": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "question": {"he - him": -0.06492268591670158, "he": 0.3132253479987726, "him": 0.3781480339154742}, "questioned": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "questions": {"he - him": -0.051600914503364625, "he": 0.26210175570743366, "him": 0.3137026702107983}, "quick": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "quicker": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "quickly": {"he - him": -0.018511333324510715, "he": 0.2706167719786347, "him": 0.2891281053031454}, "quietly": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "quite": {"he - him": -0.018943117582889857, "he": 0.25994421535942025, "him": 0.2788873329423101}, "qureshi": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "raaji": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "race": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "radical": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "radioactivity": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "radios": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "radius": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "rage": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "raise": {"he - him": -0.05008433214566954, "he": 0.2863845778391723, "him": 0.33646890998484186}, "raising": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "rallied": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "ramakrishna": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "ramen": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "rand": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "random": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "range": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "ranked": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "rapper": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "rarely": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "rates": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "rather": {"he - him": -0.06773127707136184, "he": 0.27946203539368164, "him": 0.3471933124650435}, "ratio": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "rationality": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "ray": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "rays": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "re": {"he - him": -0.003911464231986794, "he": 0.30079598457322365, "him": 0.30470744880521045}, "reached": {"he - him": -0.10046434334855145, "he": 0.2360045666362904, "him": 0.33646890998484186}, "read": {"he - him": -0.08503033798372717, "he": 0.30978109402399057, "him": 0.39481143200771773}, "reader": {"he - him": -0.10154777351956412, "he": 0.29331046650630477, "him": 0.3948582400258689}, "readers": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "readily": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "reading": {"he - him": -0.06492268591670158, "he": 0.3132253479987726, "him": 0.3781480339154742}, "ready": {"he - him": 0.0028163272582807375, "he": 0.29194443256142616, "him": 0.2891281053031454}, "real": {"he - him": -0.09755969671944714, "he": 0.2972517352882706, "him": 0.39481143200771773}, "reality": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "realization": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "realizes": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "really": {"he - him": -0.06043749836640738, "he": 0.3215826203569031, "him": 0.3820201187233105}, "reason": {"he - him": -0.03298006851921642, "he": 0.30348884146562544, "him": 0.33646890998484186}, "reasons": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "reassuring": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "reawakens": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "rebellious": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "rebounding": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "rebounds": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "rebuilding": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "recalled": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "received": {"he - him": -0.04771877958810847, "he": 0.2360045666362904, "him": 0.2837233462243989}, "recent": {"he - him": -0.072790941795431, "he": 0.24733731098662093, "him": 0.3201282527820519}, "recently": {"he - him": -0.05339396462481094, "he": 0.2909552159292553, "him": 0.3443491805540662}, "recognize": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "recognizing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "reconciliations": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "record": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "records": {"he - him": -0.0721981064950658, "he": 0.2553763850179038, "him": 0.3275744915129696}, "recurrence": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "red": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "reddy": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "reduce": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "reduction": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "reeled": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "referee": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "reference": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "referred": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "reflects": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "refusal": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "refused": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "regard": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "regarding": {"he - him": -0.04832342964039377, "he": 0.3143326375270478, "him": 0.3626560671674416}, "region": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "registered": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "regularly": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "reinventing": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "relate": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "relations": {"he - him": -0.03388397891681749, "he": 0.28624427386523443, "him": 0.3201282527820519}, "relationship": {"he - him": -0.10956393673586579, "he": 0.26541195209789414, "him": 0.37497588883375993}, "relationships": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "relativity": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "relax": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "relay": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "release": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "released": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "relevant": {"he - him": -0.03236717883378171, "he": 0.3152272304510461, "him": 0.3475944092848278}, "reliable": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "reliance": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "relies": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "religious": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "rely": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "remaining": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "remains": {"he - him": -0.047402541050401426, "he": 0.241725564252744, "him": 0.2891281053031454}, "remember": {"he - him": 0.019858914219230084, "he": 0.3089870195223755, "him": 0.2891281053031454}, "remind": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "remodel": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "remote": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "removed": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "removing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "renal": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "renew": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "rented": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "repeat": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "repeatedly": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "report": {"he - him": -0.07414080091294045, "he": 0.22882163698696972, "him": 0.3029624378999102}, "reporters": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "represents": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "republic": {"he - him": -0.09468984270470487, "he": 0.18419749023760523, "him": 0.2788873329423101}, "republican": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "request": {"he - him": -0.1280813187980297, "he": 0.2706167719786347, "him": 0.3986980907766644}, "required": {"he - him": -0.10132537862954882, "he": 0.22624911288342076, "him": 0.3275744915129696}, "requirement": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "requirements": {"he - him": -0.0700212995822222, "he": 0.28443289494242496, "him": 0.35445419452464716}, "requiring": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "rescued": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "research": {"he - him": -0.06944421710331405, "he": 0.2567164796063818, "him": 0.32616069670969583}, "resection": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "resignations": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "resolve": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "respect": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "respective": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "respond": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "responding": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "response": {"he - him": -0.07185943432383152, "he": 0.25994421535942025, "him": 0.33180364968325177}, "responsibility": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "responsible": {"he - him": -0.06849181591936349, "he": 0.30443571062612773, "him": 0.3729275265454912}, "responsive": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "rest": {"he - him": -0.10319934601030878, "he": 0.27701210344138494, "him": 0.3802114494516937}, "restaurant": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "restrictions": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "result": {"he - him": -0.07185943432383152, "he": 0.25994421535942025, "him": 0.33180364968325177}, "resuscitated": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "retention": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "retrieved": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "return": {"he - him": -0.06661465182346582, "he": 0.29410296323136986, "him": 0.3607176150548357}, "returned": {"he - him": 0.003413767050743699, "he": 0.3143326375270478, "him": 0.3109188704763041}, "returning": {"he - him": -0.08130695947762884, "he": 0.3055773545078722, "him": 0.38688431398550105}, "reveals": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "review": {"he - him": -0.05067841852593452, "he": 0.27689607298703506, "him": 0.3275744915129696}, "reviews": {"he - him": -0.06849181591936349, "he": 0.30443571062612773, "him": 0.3729275265454912}, "revoked": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "revolt": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "revolting": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "revolution": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "revolving": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "reyes": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "richmond": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "rid": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "ride": {"he - him": -0.10132537862954882, "he": 0.22624911288342076, "him": 0.3275744915129696}, "ridenyc": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "ridiculed": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "ridiculous": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "rifts": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "right": {"he - him": -0.06134143947600301, "he": 0.3316952325863724, "him": 0.3930366720623754}, "rightly": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "rights": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "risk": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "road": {"he - him": 0.04635153174341733, "he": 0.29296996402919956, "him": 0.24661843228578223}, "robbed": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "robbery": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "rock": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "rockets": {"he - him": -0.04887684001677495, "he": 0.3055773545078722, "him": 0.35445419452464716}, "rohan": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "role": {"he - him": -0.053188345179862484, "he": 0.294004967285181, "him": 0.3471933124650435}, "rolled": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "rookie": {"he - him": -0.09785802499527024, "he": 0.26479804217217134, "him": 0.3626560671674416}, "room": {"he - him": 0.00318530093841346, "he": 0.3055773545078722, "him": 0.30239205356945875}, "rooms": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "root": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "rothschild": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "rouhani": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "roy": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "rs": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "rule": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "ruled": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "rules": {"he - him": -0.049338369478810984, "he": 0.29825603980601684, "him": 0.3475944092848278}, "ruling": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "rulings": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "rumoured": {"he - him": -0.017608403969999353, "he": 0.29331046650630477, "him": 0.3109188704763041}, "run": {"he - him": -0.06661465182346582, "he": 0.29410296323136986, "him": 0.3607176150548357}, "running": {"he - him": -0.017608403969999353, "he": 0.29331046650630477, "him": 0.3109188704763041}, "rupert": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "rushing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "russell": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "s": {"he - him": -0.019594441963364684, "he": 0.31981628157078223, "him": 0.3394107235341469}, "sabonis": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "sad": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "sadly": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "safely": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "safety": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "saftar": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "said": {"he - him": -0.028301052568915352, "he": 0.32597037168785165, "him": 0.354271424256767}, "sake": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "same": {"he - him": -0.036223095571710884, "he": 0.32326200935121574, "him": 0.3594851049229266}, "sanctions": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "sangar": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "saturday": {"he - him": 0.019678633692466696, "he": 0.2985659666347768, "him": 0.2788873329423101}, "satyanarayana": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "sauce": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "saudi": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "save": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "saved": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "saving": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "savings": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "saw": {"he - him": 0.022654289037786934, "he": 0.32326200935121574, "him": 0.3006077203134288}, "say": {"he - him": -0.08381637979622264, "he": 0.29807696639998116, "him": 0.3818933461962038}, "saying": {"he - him": -0.05067841852593452, "he": 0.27689607298703506, "him": 0.3275744915129696}, "says": {"he - him": 0.04643824409166769, "he": 0.3253255770339778, "him": 0.2788873329423101}, "scared": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "scenarios": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "scenes": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "scheduled": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "school": {"he - him": -0.04098298764415914, "he": 0.3006831592734811, "him": 0.34166614691764025}, "science": {"he - him": -0.07394784230210782, "he": 0.23148675947191466, "him": 0.3054346017740225}, "scientific": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "scientists": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "score": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "scorer": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "scoresby": {"he - him": -0.09336114329030593, "he": 0.2019057450840961, "him": 0.295266888374402}, "scoring": {"he - him": -0.0700212995822222, "he": 0.28443289494242496, "him": 0.35445419452464716}, "screen": {"he - him": -0.017608403969999353, "he": 0.29331046650630477, "him": 0.3109188704763041}, "scripted": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "scrubs": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "scrutiny": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "sculpt": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "se": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "search": {"he - him": -0.10935559474618153, "he": 0.21313880354590267, "him": 0.3224943982920842}, "searched": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "searching": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "season": {"he - him": -0.044243710167442774, "he": 0.24615543596378592, "him": 0.2903991461312287}, "seating": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "second": {"he - him": -0.02784597013572382, "he": 0.32685724662362264, "him": 0.35470321675934646}, "secretary": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "sectarian": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "sections": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "security": {"he - him": -0.07148418578716131, "he": 0.26498472419768054, "him": 0.33646890998484186}, "see": {"he - him": -0.014281346413895724, "he": 0.31730551248942235, "him": 0.33158685890331807}, "seed": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "seedy": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "seeing": {"he - him": -0.07106300053334408, "he": 0.2706167719786347, "him": 0.3416797725119788}, "seem": {"he - him": -0.0915435497652799, "he": 0.2900164768540788, "him": 0.38156002661935867}, "seemed": {"he - him": -0.1287498871748461, "he": 0.26498472419768054, "him": 0.39373461137252663}, "seemingly": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "seems": {"he - him": -0.034555647131079115, "he": 0.2734819443409483, "him": 0.3080375914720274}, "seen": {"he - him": -0.007637756284229247, "he": 0.29296996402919956, "him": 0.3006077203134288}, "seinfeld": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "selecting": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "selections": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "self": {"he - him": -0.06849181591936349, "he": 0.30443571062612773, "him": 0.3729275265454912}, "sell": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "semi": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "sending": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "senior": {"he - him": -0.017608403969999353, "he": 0.29331046650630477, "him": 0.3109188704763041}, "sensational": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "sense": {"he - him": -0.049338369478810984, "he": 0.29825603980601684, "him": 0.3475944092848278}, "sensitive": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "sensitivity": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "sent": {"he - him": -0.08299730434679092, "he": 0.2863845778391723, "him": 0.36938188218596324}, "sentences": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "separate": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "separations": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "sept": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "sequel": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "series": {"he - him": 0.057528397130512, "he": 0.30414682941629423, "him": 0.24661843228578223}, "serious": {"he - him": -0.0700212995822222, "he": 0.28443289494242496, "him": 0.35445419452464716}, "server": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "serves": {"he - him": -0.09785802499527024, "he": 0.26479804217217134, "him": 0.3626560671674416}, "service": {"he - him": 0.019188939181043585, "he": 0.2734819443409483, "him": 0.2542930051599047}, "serving": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "session": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "set": {"he - him": -0.09820510151915879, "he": 0.2909552159292553, "him": 0.38916031744841406}, "sets": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "several": {"he - him": -0.020134984338569584, "he": 0.3165775845259756, "him": 0.3367125688645452}, "severe": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "shade": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "shadows": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "shah": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "share": {"he - him": -0.10911238259137002, "he": 0.3089870195223755, "him": 0.4180994021137455}, "shared": {"he - him": -0.10675365821523825, "he": 0.29194443256142616, "him": 0.3986980907766644}, "sharing": {"he - him": -0.09937007255330677, "he": 0.24822433673152106, "him": 0.3475944092848278}, "she": {"he - him": -0.10240624107639718, "he": 0.16898168920696682, "him": 0.271387930283364}, "sheath": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "sheri": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "sherlock": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "shifted": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "shifts": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "shinier": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "shintao": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "shinto": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "ship": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "shocked": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "shocking": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "short": {"he - him": -0.1277942830337751, "he": 0.2900164768540788, "him": 0.4178107598878539}, "shorten": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "shortly": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "shot": {"he - him": -0.06661465182346582, "he": 0.29410296323136986, "him": 0.3607176150548357}, "shots": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "should": {"he - him": -0.04974452135191215, "he": 0.3062839142271687, "him": 0.35602843557908087}, "shouldn": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "shoved": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "show": {"he - him": -0.0654232877640043, "he": 0.3141671486003979, "him": 0.3795904363644022}, "showed": {"he - him": 0.019858914219230084, "he": 0.3089870195223755, "him": 0.2891281053031454}, "showing": {"he - him": -0.03298006851921642, "he": 0.30348884146562544, "him": 0.33646890998484186}, "shown": {"he - him": -0.049338369478810984, "he": 0.29825603980601684, "him": 0.3475944092848278}, "shows": {"he - him": -0.08251081938330956, "he": 0.29194443256142616, "him": 0.3744552519447357}, "shut": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "side": {"he - him": -0.029389147380020686, "he": 0.3208318002596726, "him": 0.3502209476396933}, "sidestepping": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "sight": {"he - him": -0.06849181591936349, "he": 0.30443571062612773, "him": 0.3729275265454912}, "sightseeing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "significant": {"he - him": -0.019403120902510118, "he": 0.3007251318795418, "him": 0.3201282527820519}, "significantly": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "silence": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "silent": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "similar": {"he - him": -0.018738622026718332, "he": 0.26498472419768054, "him": 0.2837233462243989}, "simmons": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "simon": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "simply": {"he - him": 0.0021576787565907307, "he": 0.268954035717085, "him": 0.26679635696049425}, "since": {"he - him": -0.05526305803692472, "he": 0.3411652110684952, "him": 0.3964282691054199}, "sing": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "singing": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "single": {"he - him": -0.06748233517426183, "he": 0.28273861246543147, "him": 0.3502209476396933}, "singleton": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "sister": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "sit": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "sitting": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "situation": {"he - him": -0.019895748693502358, "he": 0.3217703982241379, "him": 0.34166614691764025}, "situations": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "six": {"he - him": -0.06492268591670158, "he": 0.3132253479987726, "him": 0.3781480339154742}, "sixers": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "sixth": {"he - him": -0.09868578973646924, "he": 0.2557684047881779, "him": 0.35445419452464716}, "size": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "sjoberg": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "skins": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "sky": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "slab": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "slack": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "slammed": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "slang": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "sleep": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "sleepless": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "sliced": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "slices": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "slideshare": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "slight": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "slow": {"he - him": -0.10607184858206148, "he": 0.29825603980601684, "him": 0.4043278883880783}, "slowly": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "slurring": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "small": {"he - him": -0.06627208664831391, "he": 0.2985659666347768, "him": 0.3648380532830907}, "smell": {"he - him": -0.09430134500343934, "he": 0.18942200122095953, "him": 0.2837233462243989}, "smidgen": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "smitten": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "smoke": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "so": {"he - him": -0.09957823259025345, "he": 0.3060449834037126, "him": 0.40562321599396606}, "social": {"he - him": -0.07185943432383152, "he": 0.25994421535942025, "him": 0.33180364968325177}, "society": {"he - him": -0.0721981064950658, "he": 0.2553763850179038, "him": 0.3275744915129696}, "soil": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "soldiers": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "solidarity": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "some": {"he - him": -0.06565313955625673, "he": 0.33408106986998115, "him": 0.3997342094262379}, "someone": {"he - him": -0.04887684001677495, "he": 0.3055773545078722, "him": 0.35445419452464716}, "something": {"he - him": -0.045467594365542874, "he": 0.3118646105866797, "him": 0.35733220495222257}, "sometimes": {"he - him": -0.033237683048474964, "he": 0.2985659666347768, "him": 0.33180364968325177}, "somewhere": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "son": {"he - him": 0.00239037141042453, "he": 0.27689607298703506, "him": 0.27450570157661053}, "soon": {"he - him": -0.006902904783279318, "he": 0.3132253479987726, "him": 0.3201282527820519}, "sore": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "sorry": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "sort": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "soul": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "sounding": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "sounds": {"he - him": -0.06849181591936349, "he": 0.30443571062612773, "him": 0.3729275265454912}, "south": {"he - him": 0.019378805116623044, "he": 0.28273861246543147, "him": 0.26335980734880843}, "southbank": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "southern": {"he - him": -0.018511333324510715, "he": 0.2706167719786347, "him": 0.2891281053031454}, "soy": {"he - him": -0.09814244238571554, "he": 0.13588701703094835, "him": 0.2340294594166639}, "space": {"he - him": -0.06818420257669194, "he": 0.2734819443409483, "him": 0.34166614691764025}, "speak": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "speaker": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "speaking": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "spearmint": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "spears": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "special": {"he - him": -0.072790941795431, "he": 0.24733731098662093, "him": 0.3201282527820519}, "specific": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "spectators": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "speech": {"he - him": 0.01952056727809809, "he": 0.2900164768540788, "him": 0.2704959095759807}, "spend": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "spending": {"he - him": -0.017608403969999353, "he": 0.29331046650630477, "him": 0.3109188704763041}, "spent": {"he - him": -0.019555126355367602, "he": 0.2972517352882706, "him": 0.3168068616436382}, "sphere": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "spiralling": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "spirit": {"he - him": -0.05117421706496694, "he": 0.268954035717085, "him": 0.3201282527820519}, "spirited": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "spite": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "sponsors": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "sports": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "spots": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "square": {"he - him": -0.04832342964039377, "he": 0.3143326375270478, "him": 0.3626560671674416}, "squarely": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "stability": {"he - him": -0.09785802499527024, "he": 0.26479804217217134, "him": 0.3626560671674416}, "stadium": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "stadler": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "stakes": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "stan": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "standard": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "standing": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "standings": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "standoffs": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "stands": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "staple": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "star": {"he - him": -0.040234304860825854, "he": 0.3132253479987726, "him": 0.35345965285959846}, "start": {"he - him": 0.04642128667518214, "he": 0.30978109402399057, "him": 0.26335980734880843}, "started": {"he - him": -0.0906163485330147, "he": 0.3208318002596726, "him": 0.4114481487926873}, "starting": {"he - him": -0.019064394285988218, "he": 0.30851009722698136, "him": 0.3275744915129696}, "starts": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "state": {"he - him": -0.022732492212076627, "he": 0.28724347150059376, "him": 0.3099759637126704}, "stated": {"he - him": -0.0700212995822222, "he": 0.28443289494242496, "him": 0.35445419452464716}, "statement": {"he - him": -0.03236717883378171, "he": 0.3152272304510461, "him": 0.3475944092848278}, "states": {"he - him": -0.007354432198546312, "he": 0.3006831592734811, "him": 0.3080375914720274}, "station": {"he - him": -0.018943117582889857, "he": 0.25994421535942025, "him": 0.2788873329423101}, "statistics": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "statue": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "stay": {"he - him": -0.05093641631864698, "he": 0.2727659526228598, "him": 0.3237023689415068}, "stayed": {"he - him": -0.017608403969999353, "he": 0.29331046650630477, "him": 0.3109188704763041}, "steadfast": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "steadiness": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "steal": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "steel": {"he - him": -0.09430134500343934, "he": 0.18942200122095953, "him": 0.2837233462243989}, "step": {"he - him": -0.07602375828573649, "he": 0.297479506870384, "him": 0.3735032651561205}, "stepped": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "steps": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "steve": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "steven": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "stevens": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "still": {"he - him": -0.00732336799658001, "he": 0.32685724662362264, "him": 0.33418061462020265}, "sting": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "stings": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "stint": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "stitches": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "stole": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "stomach": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "stoned": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "stools": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "stop": {"he - him": -0.06748233517426183, "he": 0.28273861246543147, "him": 0.3502209476396933}, "stopped": {"he - him": -0.10245141904307609, "he": 0.28443289494242496, "him": 0.38688431398550105}, "store": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "stories": {"he - him": -0.06546823242236022, "he": 0.3089870195223755, "him": 0.3744552519447357}, "storytellers": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "stout": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "straight": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "strained": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "strange": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "strategies": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "streak": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "street": {"he - him": -0.10489383792367046, "he": 0.25994421535942025, "him": 0.3648380532830907}, "streets": {"he - him": -0.09995420825923479, "he": 0.241725564252744, "him": 0.3416797725119788}, "strictly": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "striking": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "stroke": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "strong": {"he - him": -0.09283872426363038, "he": 0.27638459228904366, "him": 0.36922331655267404}, "strongly": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "struggles": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "students": {"he - him": -0.07250693797208158, "he": 0.2511954309694252, "him": 0.3237023689415068}, "studied": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "studies": {"he - him": -0.18125100816122888, "he": 0.1794666068936068, "him": 0.3607176150548357}, "stuff": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "stumbled": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "style": {"he - him": -0.08195540964567688, "he": 0.29825603980601684, "him": 0.3802114494516937}, "subject": {"he - him": -0.09072203042052213, "he": 0.2985659666347768, "him": 0.38928799705529893}, "submission": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "submitted": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "submitting": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "subtrigonal": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "subway": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "success": {"he - him": -0.03269275298960328, "he": 0.3089870195223755, "him": 0.3416797725119788}, "succession": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "such": {"he - him": -0.05599861700896569, "he": 0.33184117396575896, "him": 0.38783979097472465}, "sudden": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "suffer": {"he - him": -0.14061705645948525, "he": 0.24623762487580364, "him": 0.3868546813352889}, "suffering": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "sufficiently": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "suggested": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "suggests": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "suicide": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "sullen": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "sullivan": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "sunday": {"he - him": -0.049338369478810984, "he": 0.29825603980601684, "him": 0.3475944092848278}, "superstar": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "supplying": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "support": {"he - him": 0.057509987263500595, "he": 0.3118029924234053, "him": 0.2542930051599047}, "supporters": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "supportive": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "supposed": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "suppress": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "suppression": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "sure": {"he - him": -0.03635797640060212, "he": 0.32097422855162044, "him": 0.35733220495222257}, "surgeon": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "surpassed": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "surprised": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "surprising": {"he - him": -0.09937007255330677, "he": 0.24822433673152106, "him": 0.3475944092848278}, "surveillance": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "suspect": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "suspend": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "swamps": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "sweet": {"he - him": -0.10245141904307609, "he": 0.28443289494242496, "him": 0.38688431398550105}, "swoop": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "syrian": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "system": {"he - him": -0.06492268591670158, "he": 0.3132253479987726, "him": 0.3781480339154742}, "t": {"he - him": -0.04649314984371222, "he": 0.316279353292877, "him": 0.3627725031365892}, "tables": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "tackle": {"he - him": -0.09336114329030593, "he": 0.2019057450840961, "him": 0.295266888374402}, "take": {"he - him": -0.014713942581887796, "he": 0.3076045745064825, "him": 0.3223185170883703}, "taken": {"he - him": -0.026873952863676276, "he": 0.34475994558039713, "him": 0.3716338984440734}, "takes": {"he - him": -0.10319934601030878, "he": 0.27701210344138494, "him": 0.3802114494516937}, "takeshi": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "taking": {"he - him": -0.056499941044882596, "he": 0.32097422855162044, "him": 0.37747416959650304}, "talent": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "talented": {"he - him": -0.017173315720007132, "he": 0.30443571062612773, "him": 0.32160902634613486}, "talks": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "tamsulosin": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "tank": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "tatum": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "taxi": {"he - him": -0.14246606416595095, "he": 0.23046146237954027, "him": 0.3729275265454912}, "taxis": {"he - him": -0.14061705645948525, "he": 0.24623762487580364, "him": 0.3868546813352889}, "tdp": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "teach": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "teacher": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "team": {"he - him": 0.03346914421255692, "he": 0.26566502807467185, "him": 0.23219588386211493}, "teammates": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "teams": {"he - him": -0.07800498435575476, "he": 0.294004967285181, "him": 0.37200995164093575}, "tear": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "technique": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "techniques": {"he - him": -0.14061705645948525, "he": 0.24623762487580364, "him": 0.3868546813352889}, "technological": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "technologies": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "technology": {"he - him": -0.03406824917820672, "he": 0.28273861246543147, "him": 0.3168068616436382}, "teens": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "tehran": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "telekinesis": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "telephonic": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "tell": {"he - him": -0.033471528281599716, "he": 0.29410296323136986, "him": 0.3275744915129696}, "telling": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "temperament": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "tend": {"he - him": -0.017608403969999353, "he": 0.29331046650630477, "him": 0.3109188704763041}, "tends": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "term": {"he - him": -0.07709783873078757, "he": 0.3044621878885711, "him": 0.38156002661935867}, "terms": {"he - him": -0.09386339461889531, "he": 0.1952647106842501, "him": 0.2891281053031454}, "terrible": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "terrified": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "terrifying": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "terror": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "terrorism": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "terrorist": {"he - him": -0.04890433426970592, "he": 0.2144554730791025, "him": 0.26335980734880843}, "terrorists": {"he - him": -0.047402541050401426, "he": 0.241725564252744, "him": 0.2891281053031454}, "test": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "than": {"he - him": -0.0552965535385152, "he": 0.3072044682972243, "him": 0.3625010218357395}, "thanapob": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "thank": {"he - him": -0.09995420825923479, "he": 0.241725564252744, "him": 0.3416797725119788}, "thanks": {"he - him": -0.10574846819247241, "he": 0.2511954309694252, "him": 0.3569438991618976}, "that": {"he - him": -0.046564703370458316, "he": 0.311710942952315, "him": 0.3582756463227733}, "the": {"he - him": -0.062955602508425, "he": 0.1933725482822188, "him": 0.2563281507906438}, "theatre": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "their": {"he - him": -0.06516885300293196, "he": 0.31077656099139006, "him": 0.375945413994322}, "them": {"he - him": -0.07043768908511633, "he": 0.3286573654737786, "him": 0.39909505455889493}, "themed": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "themselves": {"he - him": -0.06692742230781884, "he": 0.2900164768540788, "him": 0.3569438991618976}, "then": {"he - him": -0.1033275070916796, "he": 0.34021038620314314, "him": 0.44353789329482274}, "theories": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "theory": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "there": {"he - him": -0.03417838254278377, "he": 0.3514481412562748, "him": 0.3856265237990586}, "these": {"he - him": -0.04437303170068507, "he": 0.3333793525691596, "him": 0.3777523842698447}, "they": {"he - him": -0.05170408196528403, "he": 0.32411914729777486, "him": 0.3758232292630589}, "thimble": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "thing": {"he - him": -0.055661924176541366, "he": 0.2996089694883946, "him": 0.35527089366493597}, "things": {"he - him": -0.06691945428798396, "he": 0.34376497064510214, "him": 0.4106844249330861}, "think": {"he - him": -0.03484507528293629, "he": 0.31730551248942235, "him": 0.35215058777235864}, "thinkers": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "thinking": {"he - him": -0.03236717883378171, "he": 0.3152272304510461, "him": 0.3475944092848278}, "third": {"he - him": -0.08627312794450878, "he": 0.24814049607089825, "him": 0.33441362401540703}, "thirty": {"he - him": -0.14061705645948525, "he": 0.24623762487580364, "him": 0.3868546813352889}, "this": {"he - him": -0.05157180838948772, "he": 0.3401977741188571, "him": 0.3917695825083448}, "thorny": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "those": {"he - him": -0.0339192586589348, "he": 0.31706594903038454, "him": 0.35098520768931935}, "though": {"he - him": -0.020829219311976455, "he": 0.30166517898010775, "him": 0.3224943982920842}, "thought": {"he - him": -0.020455694789825507, "he": 0.30966004399524777, "him": 0.3301157387850733}, "thoughts": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "thousands": {"he - him": -0.017608403969999353, "he": 0.29331046650630477, "him": 0.3109188704763041}, "three": {"he - him": -0.04151175815976765, "he": 0.3201903724833076, "him": 0.36170213064307527}, "thrilled": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "thrives": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "through": {"he - him": -0.06053735393376869, "he": 0.3203388627481922, "him": 0.38087621668196087}, "throughout": {"he - him": -0.09720185644567464, "he": 0.3007251318795418, "him": 0.39792698832521645}, "throw": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "throwing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "throws": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "thunder": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "thursday": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "tickets": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "tien": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "ties": {"he - him": -0.0700212995822222, "he": 0.28443289494242496, "him": 0.35445419452464716}, "tile": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "till": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "time": {"he - him": -0.06428798060503776, "he": 0.3679130574413764, "him": 0.4322010380464142}, "times": {"he - him": -0.0412976118254933, "he": 0.2954149570390519, "him": 0.3367125688645452}, "timing": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "tiptoeing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "tired": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "titled": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "titles": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "to": {"he - him": -0.05862264910036896, "he": 0.26433257255469095, "him": 0.3229552216550599}, "today": {"he - him": -0.05197623256270384, "he": 0.2560613589093236, "him": 0.3080375914720274}, "together": {"he - him": -0.029863154494234934, "he": 0.3118029924234053, "him": 0.34166614691764025}, "toiled": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "told": {"he - him": -0.04624870526197, "he": 0.29984115812293916, "him": 0.34608986338490916}, "toll": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "tom": {"he - him": 0.0026612316147734405, "he": 0.2863845778391723, "him": 0.2837233462243989}, "tomorrow": {"he - him": -0.07148418578716131, "he": 0.26498472419768054, "him": 0.33646890998484186}, "tongue": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "tonkotsu": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "too": {"he - him": -0.08916436492704877, "he": 0.2655388518322977, "him": 0.35470321675934646}, "took": {"he - him": -0.07993486055135773, "he": 0.27145708665738666, "him": 0.3513919472087444}, "tool": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "top": {"he - him": -0.06735362119716937, "he": 0.2822075552650121, "him": 0.3495611764621815}, "torn": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "tortue": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "tortured": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "touch": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "tough": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "tour": {"he - him": -0.09468984270470487, "he": 0.18419749023760523, "him": 0.2788873329423101}, "tours": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "toward": {"he - him": -0.05117421706496694, "he": 0.268954035717085, "him": 0.3201282527820519}, "towards": {"he - him": -0.08195540964567688, "he": 0.29825603980601684, "him": 0.3802114494516937}, "town": {"he - him": -0.0503734738475633, "he": 0.18752513863873763, "him": 0.23789861248630093}, "toxic": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "toy": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "track": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "tracks": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "trade": {"he - him": -0.09785802499527024, "he": 0.26479804217217134, "him": 0.3626560671674416}, "traded": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "traditional": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "traffic": {"he - him": -0.07058230584344288, "he": 0.27701210344138494, "him": 0.3475944092848278}, "trail": {"he - him": 0.0029891514316148227, "he": 0.29825603980601684, "him": 0.295266888374402}, "train": {"he - him": -0.06934560066113682, "he": 0.29331046650630477, "him": 0.3626560671674416}, "training": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "transferred": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "transgressive": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "transporting": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "trauma": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "travel": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "travelling": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "treated": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "treatment": {"he - him": -0.0963980629723632, "he": 0.16073690221378845, "him": 0.25713496518615164}, "tremble": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "trends": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "tried": {"he - him": -0.06748233517426183, "he": 0.28273861246543147, "him": 0.3502209476396933}, "tries": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "trigger": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "trimmed": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "trimmings": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "trivia": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "troops": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "tropics": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "trouble": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "trucks": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "true": {"he - him": -0.09190376005023976, "he": 0.28624427386523443, "him": 0.3781480339154742}, "truly": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "trump": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "trust": {"he - him": -0.049735339950552626, "he": 0.29194443256142616, "him": 0.3416797725119788}, "truth": {"he - him": -0.14061705645948525, "he": 0.24623762487580364, "him": 0.3868546813352889}, "try": {"he - him": -0.006771686908138619, "he": 0.31693068203336816, "him": 0.3237023689415068}, "trying": {"he - him": -0.019832058110825612, "he": 0.2909552159292553, "him": 0.3107872740400809}, "tugged": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "tumultuous": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "turbat": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "turbulence": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "turn": {"he - him": -0.09072203042052213, "he": 0.2985659666347768, "him": 0.38928799705529893}, "turned": {"he - him": -0.07106300053334408, "he": 0.2706167719786347, "him": 0.3416797725119788}, "turns": {"he - him": -0.13006019785369755, "he": 0.26479804217217134, "him": 0.3948582400258689}, "turp": {"he - him": -0.09336114329030593, "he": 0.2019057450840961, "him": 0.295266888374402}, "tweeted": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "twenty": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "twitter": {"he - him": 0.03375121620553484, "he": 0.28535473207644585, "him": 0.251603515870911}, "two": {"he - him": -0.03834497689565314, "he": 0.3184163339512641, "him": 0.35676131084691726}, "tyler": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "type": {"he - him": -0.07058230584344288, "he": 0.27701210344138494, "him": 0.3475944092848278}, "typhoon": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "u": {"he - him": -0.09701664846005967, "he": 0.15203332092956032, "him": 0.24904996938961999}, "ugly": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "ultimately": {"he - him": -0.13006019785369755, "he": 0.26479804217217134, "him": 0.3948582400258689}, "unable": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "unanmed": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "unbearded": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "unbridled": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "uncalm": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "uncertainty": {"he - him": -0.09680660990223394, "he": 0.2761209166432573, "him": 0.3729275265454912}, "unchecked": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "unclassified": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "uncommunicative": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "unconstitutional": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "uncredited": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "under": {"he - him": -0.031031370889594956, "he": 0.28972465635065364, "him": 0.3207560272402486}, "underarm": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "undercover": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "undergo": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "underground": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "underlying": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "undermined": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "underrated": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "understand": {"he - him": -0.04825658869318977, "he": 0.22624911288342076, "him": 0.27450570157661053}, "understanding": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "understood": {"he - him": -0.174375934944442, "he": 0.23046146237954027, "him": 0.4048373973239823}, "undertake": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "undone": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "unending": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "unenticing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "unfair": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "unfortunate": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "unfortunately": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "unidentified": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "uniform": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "uniforms": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "unimaginable": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "united": {"he - him": -0.03388397891681749, "he": 0.28624427386523443, "him": 0.3201282527820519}, "unless": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "unlit": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "unpleasant": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "unpredictable": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "unrest": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "unruly": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "unsettled": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "unstated": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "until": {"he - him": -0.09995420825923479, "he": 0.241725564252744, "him": 0.3416797725119788}, "unto": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "unwanted": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "unwelcome": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "unwritten": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "up": {"he - him": -0.06274378717626894, "he": 0.3508181106953613, "him": 0.4135618978716302}, "upcoming": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "update": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "upheaval": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "upon": {"he - him": -0.04832342964039377, "he": 0.3143326375270478, "him": 0.3626560671674416}, "uppity": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "upset": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "uranium": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "urged": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "urolithiasis": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "us": {"he - him": -0.050550839446151685, "he": 0.2946137963200295, "him": 0.34516463576618117}, "usd": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "use": {"he - him": -0.06791799936399151, "he": 0.2749247330787263, "him": 0.3428427324427178}, "used": {"he - him": -0.057471097036051966, "he": 0.2741157618672661, "him": 0.33158685890331807}, "useful": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "users": {"he - him": -0.04825658869318977, "he": 0.22624911288342076, "him": 0.27450570157661053}, "uses": {"he - him": -0.018738622026718332, "he": 0.26498472419768054, "him": 0.2837233462243989}, "using": {"he - him": 0.03375121620553484, "he": 0.28535473207644585, "him": 0.251603515870911}, "usual": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "usually": {"he - him": -0.07106300053334408, "he": 0.2706167719786347, "him": 0.3416797725119788}, "utah": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "v": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "vale": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "valid": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "valuable": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "value": {"he - him": -0.04704255164288096, "he": 0.24822433673152106, "him": 0.295266888374402}, "valued": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "various": {"he - him": -0.019129316558706755, "he": 0.2553763850179038, "him": 0.27450570157661053}, "varying": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "vast": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "ve": {"he - him": 0.06767868095208024, "he": 0.29154251277369175, "him": 0.22386383182161151}, "vegetables": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "vehicle": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "vehicles": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "venezuelans": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "venture": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "verbally": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "verne": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "version": {"he - him": -0.04825658869318977, "he": 0.22624911288342076, "him": 0.27450570157661053}, "verumontanum": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "very": {"he - him": -0.031230424147033975, "he": 0.34838703169718105, "him": 0.379617455844215}, "via": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "vice": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "vicious": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "victims": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "victor": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "videos": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "view": {"he - him": -0.018943117582889857, "he": 0.25994421535942025, "him": 0.2788873329423101}, "vigorous": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "vijayawada": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "villagers": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "violate": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "violated": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "violence": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "virginia": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "virginity": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "visible": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "vision": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "visions": {"he - him": -0.09277175071988006, "he": 0.2096203028495787, "him": 0.30239205356945875}, "visit": {"he - him": -0.07148418578716131, "he": 0.26498472419768054, "him": 0.33646890998484186}, "vizag": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "vlogs": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "voice": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "voters": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "vulnerable": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "waaay": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "wade": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "wafa": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "waiting": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "waived": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "waives": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "wake": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "walk": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "walked": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "walking": {"he - him": -0.06849181591936349, "he": 0.30443571062612773, "him": 0.3729275265454912}, "wall": {"he - him": -0.019300478606555482, "he": 0.2511954309694252, "him": 0.2704959095759807}, "walls": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "wander": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "want": {"he - him": -0.0028151843055063686, "he": 0.33159843970990066, "him": 0.33441362401540703}, "wanted": {"he - him": -0.06692742230781884, "he": 0.2900164768540788, "him": 0.3569438991618976}, "wanting": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "wants": {"he - him": -0.06546823242236022, "he": 0.3089870195223755, "him": 0.3744552519447357}, "war": {"he - him": 0.001303381749708954, "he": 0.24124875633255868, "him": 0.23994537458284973}, "warm": {"he - him": -0.14246606416595095, "he": 0.23046146237954027, "him": 0.3729275265454912}, "warning": {"he - him": -0.0492648687819745, "he": 0.20787009640417714, "him": 0.25713496518615164}, "warrant": {"he - him": -0.10406766946966411, "he": 0.19429138920541372, "him": 0.29835905867507784}, "warrants": {"he - him": -0.09386339461889531, "he": 0.1952647106842501, "him": 0.2891281053031454}, "wars": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "was": {"he - him": -0.06549357634364478, "he": 0.32823387385249675, "him": 0.3937274501961415}, "wasn": {"he - him": -0.019403120902510118, "he": 0.3007251318795418, "him": 0.3201282527820519}, "waste": {"he - him": 0.019312821392760304, "he": 0.27946203539368164, "him": 0.26014921400092134}, "watchful": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "watching": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "water": {"he - him": -0.07374414762542156, "he": 0.23429344384660586, "him": 0.3080375914720274}, "wausau": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "wave": {"he - him": -0.04909039699642906, "he": 0.21105881700449228, "him": 0.26014921400092134}, "waves": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "way": {"he - him": -0.06672364499626832, "he": 0.3092465877177404, "him": 0.3759702327140087}, "ways": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "wcc10": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "we": {"he - him": -0.0565246979387834, "he": 0.3060866002964634, "him": 0.3626112982352468}, "wean": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "weapons": {"he - him": -0.04548810970287759, "he": 0.2761209166432573, "him": 0.32160902634613486}, "weaselled": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "weaving": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "web": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "website": {"he - him": -0.018738622026718332, "he": 0.26498472419768054, "him": 0.2837233462243989}, "websites": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "wee": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "week": {"he - him": 0.00346946398234782, "he": 0.30182852265742566, "him": 0.29835905867507784}, "weigh": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "weight": {"he - him": -0.12934378169587868, "he": 0.25994421535942025, "him": 0.38928799705529893}, "weirdly": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "well": {"he - him": -0.004579452323677957, "he": 0.33844725259906455, "him": 0.3430267049227425}, "wells": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "went": {"he - him": -0.10612234187297753, "he": 0.24733731098662093, "him": 0.35345965285959846}, "were": {"he - him": -0.06984285939977092, "he": 0.3173617531263433, "him": 0.3872046125261142}, "weren": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "west": {"he - him": 0.03382025074310363, "he": 0.2909552159292553, "him": 0.25713496518615164}, "westbrook": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "westerberg": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "western": {"he - him": -0.07058230584344288, "he": 0.27701210344138494, "him": 0.3475944092848278}, "what": {"he - him": -0.02780163773185168, "he": 0.3445151243122124, "him": 0.37231676204406405}, "whatever": {"he - him": -0.09336114329030593, "he": 0.2019057450840961, "him": 0.295266888374402}, "when": {"he - him": -0.034087351620985695, "he": 0.3528138175745746, "him": 0.3869011691955603}, "where": {"he - him": -0.04001726323949434, "he": 0.34983895187021685, "him": 0.3898562151097112}, "whereabouts": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "whether": {"he - him": -0.06858843962849565, "he": 0.26812412923604956, "him": 0.3367125688645452}, "which": {"he - him": -0.038174182237916354, "he": 0.3445151243122124, "him": 0.3826893065501287}, "while": {"he - him": -0.06340485613725261, "he": 0.343586989582894, "him": 0.4069918457201466}, "whilst": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "whim": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "whispers": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "white": {"he - him": -0.04081261505178402, "he": 0.3035365655022822, "him": 0.3443491805540662}, "who": {"he - him": -0.04910899743942232, "he": 0.36113046330285936, "him": 0.4102394607422817}, "whole": {"he - him": -0.09115176632218769, "he": 0.29410296323136986, "him": 0.38525472955355755}, "whom": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "whose": {"he - him": -0.08299730434679092, "he": 0.2863845778391723, "him": 0.36938188218596324}, "why": {"he - him": -0.0811421735679193, "he": 0.31401603970876796, "him": 0.39515821327668726}, "wicked": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "wife": {"he - him": 0.0029891514316148227, "he": 0.29825603980601684, "him": 0.295266888374402}, "will": {"he - him": -0.03595730035725975, "he": 0.32639243666017737, "him": 0.3623497370174371}, "willing": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "win": {"he - him": -0.07148418578716131, "he": 0.26498472419768054, "him": 0.33646890998484186}, "window": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "windows": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "wing": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "winked": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "winner": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "winning": {"he - him": -0.033237683048474964, "he": 0.2985659666347768, "him": 0.33180364968325177}, "wins": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "wisdom": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "wise": {"he - him": 0.003413767050743699, "he": 0.3143326375270478, "him": 0.3109188704763041}, "wish": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "wished": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "with": {"he - him": -0.037733658245099055, "he": 0.33963763061011054, "him": 0.3773712888552096}, "within": {"he - him": -0.06519479480976936, "he": 0.30978109402399057, "him": 0.37497588883375993}, "without": {"he - him": -0.04858437050523812, "he": 0.3230495279388353, "him": 0.3716338984440734}, "woke": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "woman": {"he - him": -0.09205730783392771, "he": 0.2188615626423764, "him": 0.3109188704763041}, "won": {"he - him": -0.019959175985601985, "he": 0.28807841548642543, "him": 0.3080375914720274}, "wonder": {"he - him": -0.0700212995822222, "he": 0.28443289494242496, "him": 0.35445419452464716}, "wondered": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "wonderful": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "word": {"he - him": -0.05000565620321756, "he": 0.19429138920541372, "him": 0.24429704540863129}, "words": {"he - him": -0.04825658869318977, "he": 0.22624911288342076, "him": 0.27450570157661053}, "work": {"he - him": -0.00421903378488786, "he": 0.3479315539874708, "him": 0.35215058777235864}, "works": {"he - him": 0.019312821392760304, "he": 0.27946203539368164, "him": 0.26014921400092134}, "world": {"he - him": -0.055140451815917146, "he": 0.3127777981624006, "him": 0.36791824997831774}, "worried": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "worries": {"he - him": -0.09535467682609344, "he": 0.29150000450919544, "him": 0.3868546813352889}, "worrisome": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "worry": {"he - him": -0.10046434334855145, "he": 0.2360045666362904, "him": 0.33646890998484186}, "worse": {"he - him": -0.08299730434679092, "he": 0.2863845778391723, "him": 0.36938188218596324}, "worsening": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "worth": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "would": {"he - him": -0.011752267561308427, "he": 0.33736929301981816, "him": 0.3491215605811266}, "write": {"he - him": -0.04612082830413278, "he": 0.26479804217217134, "him": 0.3109188704763041}, "writers": {"he - him": -0.01795915862703379, "he": 0.28443289494242496, "him": 0.30239205356945875}, "writes": {"he - him": -0.046623648781280835, "he": 0.2557684047881779, "him": 0.30239205356945875}, "writing": {"he - him": 0.019858914219230084, "he": 0.3089870195223755, "him": 0.2891281053031454}, "written": {"he - him": 0.0029891514316148227, "he": 0.29825603980601684, "him": 0.295266888374402}, "wrong": {"he - him": -0.04832342964039377, "he": 0.3143326375270478, "him": 0.3626560671674416}, "wrote": {"he - him": -0.06721537899436403, "he": 0.28624427386523443, "him": 0.35345965285959846}, "x": {"he - him": -0.018738622026718332, "he": 0.26498472419768054, "him": 0.2837233462243989}, "yacht": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "year": {"he - him": -0.01147311976167864, "he": 0.3015391141180941, "him": 0.3130122338797727}, "years": {"he - him": -0.055147913729521325, "he": 0.33771879262141313, "him": 0.39286670635093446}, "yelled": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "yes": {"he - him": -0.018254784933017076, "he": 0.27701210344138494, "him": 0.295266888374402}, "yet": {"he - him": -0.027760212512916438, "he": 0.33397866019193106, "him": 0.3617388727048475}, "yo": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "yoing": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "york": {"he - him": -0.06895385345345018, "he": 0.26326399404637546, "him": 0.33221784749982564}, "yorker": {"he - him": -0.14246606416595095, "he": 0.23046146237954027, "him": 0.3729275265454912}, "you": {"he - him": -0.08146960824072963, "he": 0.27680501128167145, "him": 0.3582746195224011}, "young": {"he - him": -0.06480658690451524, "he": 0.3217703982241379, "him": 0.38657698512865313}, "younger": {"he - him": -0.044624815999039336, "he": 0.29150000450919544, "him": 0.3361248205082348}, "your": {"he - him": -0.06968958669184261, "he": 0.2863547756410993, "him": 0.3560443623329419}, "youtube": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "yrs": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "ys": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "ysrcp": {"he - him": -0.08988719563243114, "he": 0.24623762487580364, "him": 0.3361248205082348}, "zarif": {"he - him": -0.0911475639665946, "he": 0.23046146237954027, "him": 0.32160902634613486}, "zone": {"he - him": -0.048001179560903495, "he": 0.2308861533814066, "him": 0.2788873329423101}, "\u03c0": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}, "\u7f57\u70bd\u6cfd": {"he - him": -0.08779202583182877, "he": 0.2717597963409451, "him": 0.35955182217277387}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-he-his.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-he-his.json new file mode 100644 index 0000000000000000000000000000000000000000..a836b95a05ce2c90191dfd04ca7abbb3df1b568f --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-he-his.json @@ -0,0 +1 @@ +{"0": {"he - his": -0.01520144987297245, "he": 0.26699777980226896, "his": 0.2821992296752414}, "000": {"he - his": -0.0017595967849975969, "he": 0.3006831592734811, "his": 0.3024427560584787}, "02": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "04": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "08": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "1": {"he - his": -0.010077038838685048, "he": 0.3055831372808201, "his": 0.31566017611950514}, "10": {"he - his": 0.012624314923532387, "he": 0.31744744900414745, "his": 0.30482313408061507}, "100": {"he - his": -0.053388605617960855, "he": 0.23429344384660586, "his": 0.2876820494645667}, "104": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "10bn": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "11": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "12": {"he - his": 0.016030069824265997, "he": 0.2437529091537891, "his": 0.2277228393295231}, "13": {"he - his": -0.01361387552254173, "he": 0.27689607298703506, "his": 0.2905099485095768}, "14": {"he - his": -0.035133563491673014, "he": 0.2553763850179038, "his": 0.2905099485095768}, "15": {"he - his": 0.013022416155500594, "he": 0.30978109402399057, "his": 0.29675867786849}, "15th": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "16": {"he - his": 0.0035930147217930752, "he": 0.29410296323136986, "his": 0.2905099485095768}, "160": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "17": {"he - his": 0.01300110980891439, "he": 0.3006831592734811, "his": 0.2876820494645667}, "18": {"he - his": 0.003710656592299688, "he": 0.3089870195223755, "his": 0.3052763629300758}, "1885": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "1888": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "18usd": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "19": {"he - his": 0.054946549451825866, "he": 0.28624427386523443, "his": 0.23129772441340857}, "1904": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "1909": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "1910": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "1915": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "1917": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "1928": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "1930s": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "1932": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "1935": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "1953": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "1957": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "1962": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "1965": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "1968": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "1972": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "1983": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "1987": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "1990s": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "1992": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "1994": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "1995": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "1996": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "19th": {"he - his": -0.012809182433992095, "he": 0.241725564252744, "his": 0.2545347466867361}, "2": {"he - his": -0.008073644561752913, "he": 0.3002349226162437, "his": 0.3083085671779966}, "20": {"he - his": -0.02558330476631887, "he": 0.30656126980078335, "his": 0.3321445745671022}, "200": {"he - his": -0.012325879171234316, "he": 0.1952647106842501, "his": 0.20759058985548443}, "2001": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "2002": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "2003": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "2004": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "2006": {"he - his": -0.058721273719667705, "he": 0.2096203028495787, "his": 0.2683415765692464}, "2007": {"he - his": -0.012809182433992095, "he": 0.241725564252744, "his": 0.2545347466867361}, "2008": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "2010": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "2011": {"he - his": -0.05300576871470086, "he": 0.2437529091537891, "his": 0.29675867786849}, "2012": {"he - his": -0.11001165224582571, "he": 0.1952647106842501, "his": 0.3052763629300758}, "2014": {"he - his": -0.08810185501105616, "he": 0.2019057450840961, "his": 0.29000760009515225}, "2015": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "2016": {"he - his": 0.0006081334452109344, "he": 0.30851009722698136, "his": 0.3079019637817704}, "2017": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "2018": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "2019": {"he - his": 0.0628816410084283, "he": 0.27701210344138494, "his": 0.21413046243295664}, "2019t": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "2022": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "20th": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "21": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "21st": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "22": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "23": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "235": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "24": {"he - his": -0.012809182433992095, "he": 0.241725564252744, "his": 0.2545347466867361}, "25": {"he - his": -0.04152725278494085, "he": 0.2557684047881779, "his": 0.29729565757311877}, "25th": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "26": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "27": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "28": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "29": {"he - his": -0.013331930368649658, "he": 0.29194443256142616, "his": 0.3052763629300758}, "290": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "292": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "296": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "2nd": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "3": {"he - his": -0.033464445906542795, "he": 0.28710499651505855, "his": 0.32056944242160135}, "30": {"he - his": 0.0253638776930199, "he": 0.2900164768540788, "his": 0.2646525991610589}, "300": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "303": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "305": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "309": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "31": {"he - his": -0.04152725278494085, "he": 0.2557684047881779, "his": 0.29729565757311877}, "310": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "311": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "316": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "317": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "33": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "330": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "335032the": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "337": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "36": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "37": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "3rd": {"he - his": -0.013259924172577986, "he": 0.13391809719244024, "his": 0.14717802136501823}, "4": {"he - his": -0.030853209152492234, "he": 0.31079031655915573, "his": 0.34164352571164797}, "40": {"he - his": -0.012809182433992095, "he": 0.241725564252744, "his": 0.2545347466867361}, "40th": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "42": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "44": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "45": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "451": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "47": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "48": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "49ers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "5": {"he - his": -0.02364337792966148, "he": 0.2969698715742334, "his": 0.32061324950389486}, "50": {"he - his": -0.04250968474024691, "he": 0.22624911288342076, "his": 0.26875879762366767}, "51": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "58": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "5m": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "6": {"he - his": -0.040117038546546024, "he": 0.2815342232205571, "his": 0.3216512617671031}, "60": {"he - his": 0.03413497439725957, "he": 0.241725564252744, "his": 0.20759058985548443}, "600": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "67": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "69": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "69p": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "6moy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "6th": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "7": {"he - his": -0.015207815919979661, "he": 0.32714723735437007, "his": 0.34235505327434973}, "75": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "76ers": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "7th": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "8": {"he - his": -0.024351889465310916, "he": 0.30551156638991755, "his": 0.32986345585522847}, "80s": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "81st": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "884": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "9": {"he - his": 0.00811335346180092, "he": 0.2727659526228598, "his": 0.2646525991610589}, "90": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "93": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "94": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "950": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "96": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "98": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "a": {"he - his": -0.022229757382146664, "he": 0.27718691043703186, "his": 0.29941666781917853}, "aajohi": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "abandoned": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "abducted": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "abilities": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "ability": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "able": {"he - his": -0.014614948039501086, "he": 0.2954149570390519, "his": 0.310029905078553}, "about": {"he - his": -0.014917616466487982, "he": 0.3279739657959548, "his": 0.34289158226244276}, "above": {"he - his": -0.012905319162293122, "he": 0.2360045666362904, "his": 0.24890988579858353}, "abs": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "absent": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "absolutely": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "absorbed": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "absurd": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "abul": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "abundance": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "abuse": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "accept": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "acceptance": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "accepting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "access": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "accidental": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "accommodation": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "accompanied": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "accompany": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "accomplish": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "accord": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "accordance": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "according": {"he - his": 0.01936287416860416, "he": 0.2816875089614581, "his": 0.26232463479285395}, "accordingly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "account": {"he - his": 0.0628816410084283, "he": 0.27701210344138494, "his": 0.21413046243295664}, "accounted": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "accounts": {"he - his": 0.0628816410084283, "he": 0.27701210344138494, "his": 0.21413046243295664}, "accumulated": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "accuracy": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "accusations": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "achieve": {"he - his": -0.03422091404455763, "he": 0.28443289494242496, "his": 0.3186538089869826}, "achieved": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "acknowledge": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "acoustic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "acquaintances": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "acquiescence": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "across": {"he - his": -0.042190756486430975, "he": 0.2360045666362904, "his": 0.2781953231227214}, "act": {"he - his": -0.05884435113755987, "he": 0.26210175570743366, "his": 0.32094610684499353}, "acted": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "acting": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "action": {"he - his": 0.01603958657321236, "he": 0.24733731098662093, "his": 0.23129772441340857}, "actionable": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "actions": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "active": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "activities": {"he - his": -0.04318895098206585, "he": 0.2048638253066992, "his": 0.24805277628876504}, "activity": {"he - his": 0.01603958657321236, "he": 0.24733731098662093, "his": 0.23129772441340857}, "actor": {"he - his": -0.08846193893976573, "he": 0.1952647106842501, "his": 0.28372664962401584}, "actors": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "acts": {"he - his": -0.042190756486430975, "he": 0.2360045666362904, "his": 0.2781953231227214}, "actual": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "actually": {"he - his": -0.01431835857009206, "he": 0.30978109402399057, "his": 0.3240994525940826}, "acute": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "adapt": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "adcock": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "added": {"he - his": 0.00036715110729063083, "he": 0.28535473207644585, "his": 0.2849875809691552}, "addicts": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "adding": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "addition": {"he - his": -0.013457168191633673, "he": 0.2511954309694252, "his": 0.2646525991610589}, "additional": {"he - his": 0.008162507033706301, "he": 0.28140745714167614, "his": 0.27324495010796984}, "address": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "addressed": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "addressing": {"he - his": 0.008281696934753446, "he": 0.3055773545078722, "his": 0.29729565757311877}, "adds": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "adequacy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "adjustment": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "administration": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "administrative": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "admins": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "admired": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "admission": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "admitted": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "adolescence": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "adopted": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "adoring": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ads": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "adult": {"he - his": 0.034194219352328165, "he": 0.2308861533814066, "his": 0.19669193402907845}, "advance": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "advanced": {"he - his": -0.012905319162293122, "he": 0.2360045666362904, "his": 0.24890988579858353}, "advantage": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "advantages": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "adversaries": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "advert": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "advertisement": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "advertisements": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "advertisers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "advisability": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "advisable": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "advocacy": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "advocated": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "advocates": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "advocating": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "aerial": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "affairs": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "affectation": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "affected": {"he - his": 0.016087800064943092, "he": 0.27701210344138494, "his": 0.26092430337644185}, "affecting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "afford": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "afghanistan": {"he - his": 0.03409387429856442, "he": 0.24822433673152106, "his": 0.21413046243295664}, "afield": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "afloat": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "afraid": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "africa": {"he - his": 0.008090577047720371, "he": 0.268954035717085, "his": 0.2608634586693646}, "african": {"he - his": 0.00773879448438905, "he": 0.22001932047257688, "his": 0.21228052598818783}, "africans": {"he - his": -0.012325879171234316, "he": 0.1952647106842501, "his": 0.20759058985548443}, "after": {"he - his": -0.013126480935489182, "he": 0.34299904567685074, "his": 0.3561255266123399}, "aftermath": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "afterthought": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "again": {"he - his": 0.004340980617203338, "he": 0.32565688263566434, "his": 0.321315902018461}, "against": {"he - his": -0.00919824595548907, "he": 0.31912219954599436, "his": 0.3283204455014834}, "agape": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "age": {"he - his": -0.04250968474024691, "he": 0.22624911288342076, "his": 0.26875879762366767}, "aged": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "agencies": {"he - his": 0.008248439710864586, "he": 0.29825603980601684, "his": 0.29000760009515225}, "agenda": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "agent": {"he - his": -0.03422091404455763, "he": 0.28443289494242496, "his": 0.3186538089869826}, "agents": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "ages": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "aggressive": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "ago": {"he - his": -0.014742001832978913, "he": 0.3065739001854821, "his": 0.321315902018461}, "agree": {"he - his": 0.008318217291503449, "he": 0.3143326375270478, "his": 0.30601442023554437}, "agreed": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "agrees": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ah": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ahead": {"he - his": 0.037235777938625814, "he": 0.3055773545078722, "his": 0.2683415765692464}, "aid": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "aides": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "aids": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "ailing": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "air": {"he - his": 0.025395473234821553, "he": 0.28273861246543147, "his": 0.2573431392306099}, "airport": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "al": {"he - his": -0.04235879672656323, "he": 0.2308861533814066, "his": 0.27324495010796984}, "aladdin": {"he - his": -0.012414872573115743, "he": 0.18942200122095953, "his": 0.20183687379407528}, "alan": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "alana": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "alarmed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "alarms": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "albeit": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "album": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "alchemy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "alcohol": {"he - his": -0.03465959095144111, "he": 0.2706167719786347, "his": 0.3052763629300758}, "aldous": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "alex": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "alfred": {"he - his": -0.013712174622627415, "he": 0.2985659666347768, "his": 0.3122781412574042}, "algorithm": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "algorithms": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "alien": {"he - his": -0.013300734748549592, "he": 0.25994421535942025, "his": 0.27324495010796984}, "alienation": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "aliens": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "alighieri": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "alive": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "all": {"he - his": -0.0194102131364407, "he": 0.3519116740869998, "his": 0.3713218872234405}, "alleged": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "alleviate": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "alleviated": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "alliance": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "alliances": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "allied": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "allies": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "allow": {"he - his": -0.013076454479110378, "he": 0.3055773545078722, "his": 0.3186538089869826}, "allowed": {"he - his": 0.016082025291898616, "he": 0.2706167719786347, "his": 0.2545347466867361}, "allowing": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "almost": {"he - his": -0.02463022116624186, "he": 0.3146349343854283, "his": 0.33926515555167014}, "alone": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "along": {"he - his": 0.010164068168880436, "he": 0.3234971893063417, "his": 0.31333312113746126}, "alongside": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "aloof": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "alpha": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "already": {"he - his": 0.002502059464583928, "he": 0.32932455735698696, "his": 0.32682249789240303}, "also": {"he - his": -0.035263528907024166, "he": 0.32492716062689664, "his": 0.3601906895339208}, "alternative": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "although": {"he - his": 0.015625929668169225, "he": 0.32097422855162044, "his": 0.3053482988834512}, "always": {"he - his": -0.0035497895701750437, "he": 0.2996089694883946, "his": 0.30315875905856965}, "am": {"he - his": 0.01300110980891439, "he": 0.3006831592734811, "his": 0.2876820494645667}, "amazingly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "amazon": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "ambassador": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "amber": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "amendment": {"he - his": -0.012632386938832202, "he": 0.17513948510860172, "his": 0.18777187204743392}, "america": {"he - his": 0.008248439710864586, "he": 0.29825603980601684, "his": 0.29000760009515225}, "american": {"he - his": -0.0145619676548423, "he": 0.2979814169505939, "his": 0.3125433846054362}, "americans": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "amid": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "amnews": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "among": {"he - his": -0.014965232570644194, "he": 0.278444307609538, "his": 0.29340954018018217}, "amongst": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "amorphous": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "amount": {"he - his": -0.08846193893976573, "he": 0.1952647106842501, "his": 0.28372664962401584}, "amounting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "amour": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "an": {"he - his": -0.025457551024265224, "he": 0.3568219254175451, "his": 0.3822794764418103}, "anabase": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "anabasis": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "analysis": {"he - his": -0.04200108537127184, "he": 0.241725564252744, "his": 0.28372664962401584}, "analytical": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "analyzing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ananias": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "anchor": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "and": {"he - his": -0.020781283515806437, "he": 0.2641734961665871, "his": 0.2849547796823935}, "anders": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "andrew": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "angeles": {"he - his": -0.06426083562615603, "he": 0.22624911288342076, "his": 0.2905099485095768}, "anger": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "angle": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "angry": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "angst": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "anguish": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "animals": {"he - his": -0.06027880573071481, "he": 0.1674440335988083, "his": 0.2277228393295231}, "annihilation": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "announce": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "announcement": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "announcing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "anonymity": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "another": {"he - his": -0.008859384051317587, "he": 0.3375322997656227, "his": 0.3463916838169403}, "answer": {"he - his": -0.02808388918076765, "he": 0.30348884146562544, "his": 0.3315727306463931}, "answered": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "answers": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "antenna": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "anthony": {"he - his": -0.040819703347465486, "he": 0.2761209166432573, "his": 0.31694061999072276}, "anti": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "anticipated": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "anticipation": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "antidepressants": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "antigen": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "antoni": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "antonin": {"he - his": -0.058721273719667705, "he": 0.2096203028495787, "his": 0.2683415765692464}, "antony": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ants": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "anxiety": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "anxious": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "any": {"he - his": -0.0027963335399880385, "he": 0.3209904022710725, "his": 0.32378673581106054}, "anymore": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "anyone": {"he - his": -0.03100589079473537, "he": 0.27689607298703506, "his": 0.3079019637817704}, "anything": {"he - his": -0.06355079867733182, "he": 0.241725564252744, "his": 0.3052763629300758}, "anyway": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "anywhere": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "apart": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "apartment": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "apollinax": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "apollo": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "apostles": {"he - his": -0.012749566393584322, "he": 0.1674440335988083, "his": 0.18019359999239262}, "app": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "apparent": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "apparently": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "appear": {"he - his": -0.034457595502863314, "he": 0.27701210344138494, "his": 0.31146969894424825}, "appearance": {"he - his": -0.013076454479110378, "he": 0.3055773545078722, "his": 0.3186538089869826}, "appeared": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "applications": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "applied": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "apply": {"he - his": -0.040819703347465486, "he": 0.2761209166432573, "his": 0.31694061999072276}, "appointing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "appointments": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "appreciate": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "appreciated": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "approach": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "approached": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "appropriately": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "approval": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "april": {"he - his": -0.08877332190176185, "he": 0.18942200122095953, "his": 0.2781953231227214}, "arabian": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "arcane": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "archi": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "architects": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "archived": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "are": {"he - his": -0.014351810804059617, "he": 0.333748548249867, "his": 0.3481003590539266}, "area": {"he - his": -0.013706323022387584, "he": 0.23725888525048064, "his": 0.2509652082728682}, "areas": {"he - his": 0.008189254716450933, "he": 0.2863845778391723, "his": 0.2781953231227214}, "aren": {"he - his": 0.01604894125099557, "he": 0.2511954309694252, "his": 0.23514648971842964}, "arenas": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "arguably": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "argue": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "argued": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "argument": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "ariane": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "ariel": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "arise": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "arising": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "arkansas": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "arlington": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "arm": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "armed": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "army": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "arnold": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "around": {"he - his": -0.028539518415740484, "he": 0.31777138129140986, "his": 0.34631089970715034}, "arranged": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "arrangements": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "array": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "arrival": {"he - his": 0.008281696934753446, "he": 0.3055773545078722, "his": 0.29729565757311877}, "arrive": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "arrived": {"he - his": -0.013331930368649658, "he": 0.29194443256142616, "his": 0.3052763629300758}, "arrives": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "arrogance": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "arse": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "arsonist": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "art": {"he - his": -0.0864791576111825, "he": 0.23046146237954027, "his": 0.31694061999072276}, "arthur": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "article": {"he - his": -0.01310987764538113, "he": 0.2706167719786347, "his": 0.28372664962401584}, "articles": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "artificial": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "artist": {"he - his": -0.06426083562615603, "he": 0.22624911288342076, "his": 0.2905099485095768}, "artists": {"he - his": -0.03393452954048343, "he": 0.29331046650630477, "his": 0.3272449960467882}, "as": {"he - his": -0.0240458896978602, "he": 0.32813166879360806, "his": 0.35217755849146826}, "ascent": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ash": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "ashes": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "asia": {"he - his": -0.012325879171234316, "he": 0.1952647106842501, "his": 0.20759058985548443}, "asian": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "aside": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "ask": {"he - his": -0.013529356616021615, "he": 0.28140745714167614, "his": 0.29493681375769776}, "asked": {"he - his": -0.013878496829969222, "he": 0.2900164768540788, "his": 0.303894973684048}, "aspect": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "aspects": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "aspirin": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "aspirus": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "assailants": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "assembly": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "assertiveness": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "assessment": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "assets": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "assign": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "assignments": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "assists": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "associated": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "association": {"he - his": 0.008189254716450933, "he": 0.2863845778391723, "his": 0.2781953231227214}, "assume": {"he - his": 0.034040910858958356, "he": 0.2557684047881779, "his": 0.22172749392921956}, "assumed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "assumes": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "assumptions": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "assurance": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "assurances": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "assured": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "astonishing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "astronomy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "at": {"he - his": -0.028538374016611467, "he": 0.34360767370834233, "his": 0.3721460477249538}, "athletic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "atkins": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "atlanta": {"he - his": -0.012809182433992095, "he": 0.241725564252744, "his": 0.2545347466867361}, "atlantic": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "atleast": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "atmospheres": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "atom": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "atoms": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "attack": {"he - his": -0.01424533720877591, "he": 0.294004967285181, "his": 0.3082503044939569}, "attacked": {"he - his": 0.016091033025933787, "he": 0.29331046650630477, "his": 0.277219433480371}, "attacks": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "attempt": {"he - his": 0.017984712119757718, "he": 0.31780539621405296, "his": 0.29982068409429524}, "attend": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "attitude": {"he - his": -0.04152725278494085, "he": 0.2557684047881779, "his": 0.29729565757311877}, "attract": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "attractions": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "au": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "auction": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "audience": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "audiences": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "audition": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "auditioning": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "auditions": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "aug": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "august": {"he - his": 0.034216014058438604, "he": 0.22624911288342076, "his": 0.19203309882498215}, "aus": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "aussie": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "austin": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "austinites": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "australia": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "australian": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "australians": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "authenticate": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "authentication": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "author": {"he - his": -0.013213659138231415, "he": 0.29825603980601684, "his": 0.31146969894424825}, "authorities": {"he - his": 0.06334328619292162, "he": 0.2553763850179038, "his": 0.19203309882498215}, "authority": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "autobiographical": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "automated": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "autry": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "available": {"he - his": -0.04159925749455129, "he": 0.27638459228904366, "his": 0.31798384978359495}, "avails": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "avatar": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "averaging": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "avoid": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "avoided": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "awaited": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "awaiting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "award": {"he - his": -0.04200108537127184, "he": 0.241725564252744, "his": 0.28372664962401584}, "awards": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "awareness": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "away": {"he - his": -0.026847717305812036, "he": 0.2972517352882706, "his": 0.3240994525940826}, "awe": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "awefull": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "awful": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "awkward": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "awkwardness": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "axel": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "azira": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "b": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "ba": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "baby": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "bachelor": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "back": {"he - his": -0.02210765028196876, "he": 0.3312914667106605, "his": 0.35339911699262927}, "background": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "backhand": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "backing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "backs": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bacon": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bad": {"he - his": -0.042190756486430975, "he": 0.2360045666362904, "his": 0.2781953231227214}, "baggage": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bail": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "bailey": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "balance": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "balanced": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "ball": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "ballad": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ballerina": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "baloch": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "balochistan": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "ban": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "band": {"he - his": -0.012991323532151683, "he": 0.2308861533814066, "his": 0.2438774769135583}, "bands": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bang": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "banjo": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "bank": {"he - his": -0.04318895098206585, "he": 0.2048638253066992, "his": 0.24805277628876504}, "banned": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bans": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "barack": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "barcelona": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "barco": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "barely": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "baring": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "barking": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "barkley": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "barrel": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "barricaded": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "barring": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bars": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "base": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "based": {"he - his": -0.0034560048930709075, "he": 0.3065739001854821, "his": 0.310029905078553}, "bases": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "basic": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "basically": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "basis": {"he - his": 0.034194219352328165, "he": 0.2308861533814066, "his": 0.19669193402907845}, "baskervilles": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "basketball": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "bass": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "battle": {"he - his": -0.013331930368649658, "he": 0.29194443256142616, "his": 0.3052763629300758}, "battles": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "bayiha": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bbc": {"he - his": -0.040819703347465486, "he": 0.2761209166432573, "his": 0.31694061999072276}, "bc": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "be": {"he - his": -0.0104297441147147, "he": 0.3127291413423208, "his": 0.3231588854570355}, "beak": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "beal": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "beasts": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "beat": {"he - his": 0.034194219352328165, "he": 0.2308861533814066, "his": 0.19669193402907845}, "beaten": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "beating": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "beautifully": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "beauty": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "became": {"he - his": -0.013436106255122926, "he": 0.2863845778391723, "his": 0.29982068409429524}, "because": {"he - his": -0.028912175674161267, "he": 0.30643594434176485, "his": 0.3353481200159261}, "become": {"he - his": -0.024107066079386508, "he": 0.3141671486003979, "his": 0.3382742146797844}, "becomes": {"he - his": -0.04121637806337303, "he": 0.26479804217217134, "his": 0.30601442023554437}, "becoming": {"he - his": -0.04152725278494085, "he": 0.2557684047881779, "his": 0.29729565757311877}, "bed": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "bedrock": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bee": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "beefed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "been": {"he - his": -0.009284356734811594, "he": 0.34898199110831335, "his": 0.35826634784312494}, "beer": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "beers": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "bees": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "before": {"he - his": -0.016802470857260776, "he": 0.3445818844853136, "his": 0.3613843553425744}, "began": {"he - his": 0.018010781063354797, "he": 0.2972517352882706, "his": 0.2792409542249158}, "begin": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "beginners": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "beginning": {"he - his": 0.003668157371330194, "he": 0.30348884146562544, "his": 0.29982068409429524}, "begins": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "begrudgingly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "begun": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "behalf": {"he - his": -0.040819703347465486, "he": 0.2761209166432573, "his": 0.31694061999072276}, "behavior": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "behind": {"he - his": -0.013878496829969222, "he": 0.2900164768540788, "his": 0.303894973684048}, "being": {"he - his": -0.010490989720438437, "he": 0.31348761441579565, "his": 0.3239786041362341}, "beliefs": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "believe": {"he - his": -0.04538817208185458, "he": 0.28140745714167614, "his": 0.3267956292235307}, "believed": {"he - his": -0.03465959095144111, "he": 0.2706167719786347, "his": 0.3052763629300758}, "believers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "believes": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "believing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bell": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bello": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bellota": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "belmont": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "belonging": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "below": {"he - his": 0.034216014058438604, "he": 0.22624911288342076, "his": 0.19203309882498215}, "bemoans": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ben": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "bench": {"he - his": -0.013300734748549592, "he": 0.25994421535942025, "his": 0.27324495010796984}, "beneath": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "benefit": {"he - his": -0.08767535472354007, "he": 0.2096203028495787, "his": 0.29729565757311877}, "benevolence": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "benign": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "benjamin": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bentley": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "benz": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "berger": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "beset": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "besides": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "bessemer": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "best": {"he - his": -0.022076192375990955, "he": 0.337585342611635, "his": 0.35966153498762593}, "bet": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "better": {"he - his": -0.004773036743174752, "he": 0.3141671486003979, "his": 0.31894018534357266}, "between": {"he - his": -0.03253269547358878, "he": 0.28489738118625385, "his": 0.31743007665984263}, "bewildered": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bhatt": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "bibendum": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bible": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "biblically": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "biden": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "big": {"he - his": 0.004303298790512056, "he": 0.32097422855162044, "his": 0.3166709297611084}, "bigger": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "biggest": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "biggie": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "bilaterally": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bill": {"he - his": 0.025219630355893863, "he": 0.3152272304510461, "his": 0.29000760009515225}, "billboard": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "billion": {"he - his": 0.015972312202677252, "he": 0.2262835791487814, "his": 0.21031126694610414}, "billions": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "biologists": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "biology": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "birds": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "birth": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "birthday": {"he - his": -0.05901855829234576, "he": 0.2019057450840961, "his": 0.26092430337644185}, "bit": {"he - his": -0.035772052372540636, "he": 0.23429344384660586, "his": 0.2700654962191465}, "bite": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bits": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "black": {"he - his": 0.008068812867284225, "he": 0.26541195209789414, "his": 0.2573431392306099}, "bladder": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "blake": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "blameless": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "blanchard": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "blare": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "blast": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "blasting": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "blazing": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "blessed": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "blessing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "blighting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bling": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "blinken": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "blocking": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "blog": {"he - his": 0.034040910858958356, "he": 0.2557684047881779, "his": 0.22172749392921956}, "blogs": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "blonde": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "blood": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "blooded": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bloodshot": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bloom": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "bluegrass": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "blunt": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bluntly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "board": {"he - his": 0.016091318373178565, "he": 0.28443289494242496, "his": 0.2683415765692464}, "boast": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "boasts": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "boat": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "bodies": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "body": {"he - his": 0.016074838399097013, "he": 0.26498472419768054, "his": 0.24890988579858353}, "boldly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bomb": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bombers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bombing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bond": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "bonds": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "bones": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bongo": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "boogie": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "book": {"he - his": -0.053865778182755564, "he": 0.25275452764719664, "his": 0.3066203058299522}, "booked": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "books": {"he - his": -0.035488045071126684, "he": 0.2437529091537891, "his": 0.2792409542249158}, "boost": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "boot": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "booze": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "boozer": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "border": {"he - his": -0.012693150679258053, "he": 0.1711490887981914, "his": 0.18384223947744946}, "borgen": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "boring": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "born": {"he - his": 0.008318217291503449, "he": 0.3143326375270478, "his": 0.30601442023554437}, "borneo": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "boston": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bot": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "both": {"he - his": -0.028069441628713054, "he": 0.33192707959820344, "his": 0.3599965212269165}, "bots": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "bottle": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "bottom": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "bought": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "bounceback": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "box": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "boy": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "boys": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "bph": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "bracelet": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bradbury": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "brahms": {"he - his": -0.058721273719667705, "he": 0.2096203028495787, "his": 0.2683415765692464}, "branch": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "branches": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "bras": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "brass": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "brault": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "brave": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "break": {"he - his": -0.034457595502863314, "he": 0.27701210344138494, "his": 0.31146969894424825}, "breakfast": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "breaking": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "breakup": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "breath": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "breezily": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "brett": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bridges": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "brief": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "briefly": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "bright": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "brighter": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "brightest": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "brilliant": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "brindisa": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "bring": {"he - his": 0.019312590859787204, "he": 0.3275628953537441, "his": 0.3082503044939569}, "bringing": {"he - his": 0.003757531506797862, "he": 0.3152272304510461, "his": 0.31146969894424825}, "brings": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "brisbane": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "brisvegas": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "britain": {"he - his": -0.013331930368649658, "he": 0.29194443256142616, "his": 0.3052763629300758}, "british": {"he - his": -0.03499259839827751, "he": 0.25994421535942025, "his": 0.29493681375769776}, "britney": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "broad": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "broadcast": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "broadcasting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "broadchurch": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "broadly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "broadmoor": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "broadway": {"he - his": -0.012325879171234316, "he": 0.1952647106842501, "his": 0.20759058985548443}, "brock": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "broken": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "brothels": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "brother": {"he - his": 0.008248439710864586, "he": 0.29825603980601684, "his": 0.29000760009515225}, "brotherly": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "brought": {"he - his": -0.0348359598966147, "he": 0.26498472419768054, "his": 0.29982068409429524}, "brow": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "brown": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "browne": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "browser": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "browsing": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "brunei": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "brutal": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "bubbling": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "buck": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "buffalo": {"he - his": -0.012325879171234316, "he": 0.1952647106842501, "his": 0.20759058985548443}, "build": {"he - his": -0.013529356616021615, "he": 0.28140745714167614, "his": 0.29493681375769776}, "builder": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "builders": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "building": {"he - his": 0.016082025291898616, "he": 0.2706167719786347, "his": 0.2545347466867361}, "buildings": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "built": {"he - his": -0.01310987764538113, "he": 0.2706167719786347, "his": 0.28372664962401584}, "bullet": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "bulls": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "bunch": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "bunker": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "bureau": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "burgandy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "burgers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "burke": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "burn": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "burnt": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "burst": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "bus": {"he - his": -0.013324423790306128, "he": 0.21105881700449228, "his": 0.2243832407947984}, "buses": {"he - his": -0.012905319162293122, "he": 0.2360045666362904, "his": 0.24890988579858353}, "bush": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "business": {"he - his": 0.003559277211081291, "he": 0.2900164768540788, "his": 0.2864571996429975}, "busy": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "but": {"he - his": -0.0037412113653394474, "he": 0.3460693073975183, "his": 0.34981051876285774}, "butt": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "button": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "buy": {"he - his": 0.008137275363367391, "he": 0.27689607298703506, "his": 0.26875879762366767}, "buying": {"he - his": 0.03413497439725957, "he": 0.241725564252744, "his": 0.20759058985548443}, "buzi": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "by": {"he - his": -0.017156551550710553, "he": 0.3352000250360675, "his": 0.35235657658677805}, "c": {"he - his": -0.013949228508361333, "he": 0.2589931084778629, "his": 0.2729423369862242}, "cadaver": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "cage": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "cal": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "calcium": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "calibrated": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "californication": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "call": {"he - his": -0.013457168191633673, "he": 0.2511954309694252, "his": 0.2646525991610589}, "called": {"he - his": -0.030628416352592502, "he": 0.31744744900414745, "his": 0.34807586535673996}, "calling": {"he - his": -0.041783263363631196, "he": 0.24822433673152106, "his": 0.29000760009515225}, "calls": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "calm": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "calming": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "came": {"he - his": -0.03420842697971155, "he": 0.30182852265742566, "his": 0.3360369496371372}, "camera": {"he - his": 0.016087800064943092, "he": 0.27701210344138494, "his": 0.26092430337644185}, "cameron": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "camouflaged": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "camp": {"he - his": 0.0342725344505706, "he": 0.21105881700449228, "his": 0.17678628255392168}, "campaign": {"he - his": -0.030870684115728075, "he": 0.28140745714167614, "his": 0.3122781412574042}, "campaigns": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "camper": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "camps": {"he - his": 0.01604894125099557, "he": 0.2511954309694252, "his": 0.23514648971842964}, "campus": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "can": {"he - his": -0.01852065864624375, "he": 0.31357988420593735, "his": 0.3321005428521811}, "canada": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "cancelling": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "cancer": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "candidate": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "candidates": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "cannabis": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "cannot": {"he - his": -0.04121637806337303, "he": 0.26479804217217134, "his": 0.30601442023554437}, "canyon": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "capabilities": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "capability": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "capable": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "capacity": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "capital": {"he - his": 0.037235777938625814, "he": 0.3055773545078722, "his": 0.2683415765692464}, "capitalize": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "captivating": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "captured": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "car": {"he - his": -0.014352647513515171, "he": 0.26563811997608733, "his": 0.2799907674896025}, "card": {"he - his": 0.06248251382906053, "he": 0.29331046650630477, "his": 0.23082795267724424}, "cards": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "care": {"he - his": 0.03761946290443016, "he": 0.2727659526228598, "his": 0.23514648971842964}, "cared": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "career": {"he - his": -0.013076454479110378, "he": 0.3055773545078722, "his": 0.3186538089869826}, "careers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "careful": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "carefully": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "caring": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "carlay": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "carlsberg": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "carnal": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "carolina": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "carpet": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "carried": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "carry": {"he - his": 0.034216014058438604, "he": 0.22624911288342076, "his": 0.19203309882498215}, "cars": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "carty": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "cascade": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "case": {"he - his": -0.015465246082929318, "he": 0.3157042653870758, "his": 0.3311695114700051}, "cases": {"he - his": 0.03711320404667684, "he": 0.3143326375270478, "his": 0.277219433480371}, "casey": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "cassidy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "cast": {"he - his": -0.04121637806337303, "he": 0.26479804217217134, "his": 0.30601442023554437}, "casualties": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "cat": {"he - his": 0.062184621204114054, "he": 0.30443571062612773, "his": 0.24225108942201368}, "catch": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "categorically": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "catering": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "catholic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "catholicism": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "cats": {"he - his": -0.034457595502863314, "he": 0.27701210344138494, "his": 0.31146969894424825}, "cause": {"he - his": -0.0140561114017978, "he": 0.25328619373444833, "his": 0.26734230513624613}, "caused": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "causing": {"he - his": 0.008318217291503449, "he": 0.3143326375270478, "his": 0.30601442023554437}, "cavaliers": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "cbd": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "ccp": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "cdc": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ceaseless": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ceiling": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "celebrating": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "celtics": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "cement": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "cemented": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "center": {"he - his": 0.003668157371330194, "he": 0.30348884146562544, "his": 0.29982068409429524}, "centered": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "centers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "central": {"he - his": -0.012905319162293122, "he": 0.2360045666362904, "his": 0.24890988579858353}, "centre": {"he - his": -0.014200105123618412, "he": 0.2734819443409483, "his": 0.2876820494645667}, "century": {"he - his": -0.014304302747491948, "he": 0.26812412923604956, "his": 0.2824284319835415}, "ceramic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "certain": {"he - his": 0.003629152877079045, "he": 0.2985659666347768, "his": 0.29493681375769776}, "certainly": {"he - his": -0.014447284281312756, "he": 0.3035365655022822, "his": 0.31798384978359495}, "chair": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "chairman": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "challenges": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "challenging": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "champ": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "championing": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "chance": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "chances": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "chandler": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "change": {"he - his": -0.014520451471689289, "he": 0.2803031206540374, "his": 0.2948235721257267}, "changed": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "changes": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "channel": {"he - his": -0.04121637806337303, "he": 0.26479804217217134, "his": 0.30601442023554437}, "chaos": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "chaotic": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "chapbook": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "chapel": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "character": {"he - his": -0.013616395916987378, "he": 0.30348884146562544, "his": 0.3171052373826128}, "characteristic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "characteristics": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "characterized": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "charge": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "charged": {"he - his": -0.058721273719667705, "he": 0.2096203028495787, "his": 0.2683415765692464}, "charges": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "charles": {"he - his": -0.04152725278494085, "he": 0.2557684047881779, "his": 0.29729565757311877}, "charlie": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "charrettes": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "chart": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "charting": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "chatham": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "chatrie": {"he - his": -0.012494443791473214, "he": 0.18419749023760523, "his": 0.19669193402907845}, "chatty": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "cheapest": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "check": {"he - his": -0.012414872573115743, "he": 0.18942200122095953, "his": 0.20183687379407528}, "checked": {"he - his": -0.040819703347465486, "he": 0.2761209166432573, "his": 0.31694061999072276}, "cheeky": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "cheer": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "cheery": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "chef": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "chemical": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "chia": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "chicago": {"he - his": -0.04152725278494085, "he": 0.2557684047881779, "his": 0.29729565757311877}, "chief": {"he - his": 0.08454770404509704, "he": 0.2863845778391723, "his": 0.20183687379407528}, "child": {"he - his": 0.0632522813303418, "he": 0.25994421535942025, "his": 0.19669193402907845}, "childhood": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "children": {"he - his": 0.0180114815952071, "he": 0.2827676185896785, "his": 0.2647561369944714}, "chile": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "chimpanzee": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "china": {"he - his": 0.007657748320501284, "he": 0.21051969989564764, "his": 0.20286195157514636}, "chinaman": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "chinese": {"he - his": 0.008090577047720371, "he": 0.268954035717085, "his": 0.2608634586693646}, "chocolate": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "choice": {"he - his": -0.05927003600248598, "he": 0.1952647106842501, "his": 0.2545347466867361}, "chopin": {"he - his": -0.058721273719667705, "he": 0.2096203028495787, "his": 0.2683415765692464}, "chores": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "chris": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "christ": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "christian": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "christianity": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "christopher": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "chung": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "church": {"he - his": -0.014137424298085871, "he": 0.21313880354590267, "his": 0.22727622784398854}, "cinema": {"he - his": -0.012905319162293122, "he": 0.2360045666362904, "his": 0.24890988579858353}, "circle": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "circulated": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "circumstances": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "citations": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "cities": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "citizens": {"he - his": 0.034040910858958356, "he": 0.2557684047881779, "his": 0.22172749392921956}, "city": {"he - his": -0.006112734209921422, "he": 0.30392831269155185, "his": 0.31004104690147327}, "citypaper": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "civic": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "civilization": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "cizikas": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "clad": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "claimed": {"he - his": -0.01310987764538113, "he": 0.2706167719786347, "his": 0.28372664962401584}, "claims": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "clarke": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "clarks": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "class": {"he - his": -0.041783263363631196, "he": 0.24822433673152106, "his": 0.29000760009515225}, "classic": {"he - his": 0.003757531506797862, "he": 0.3152272304510461, "his": 0.31146969894424825}, "classifier": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "clear": {"he - his": -0.05285883813493364, "he": 0.24733731098662093, "his": 0.30019614912155457}, "clearly": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "cleavage": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "clientele": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "climate": {"he - his": -0.012851686443555888, "he": 0.16073690221378845, "his": 0.17358858865734433}, "clinical": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "clippers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "close": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "closed": {"he - his": -0.059487884577623995, "he": 0.18942200122095953, "his": 0.24890988579858353}, "closest": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "clouded": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "clouds": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "club": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "clue": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "clutchest": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "clutterbuck": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "cnd": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "co": {"he - his": 0.016087800064943092, "he": 0.27701210344138494, "his": 0.26092430337644185}, "coach": {"he - his": -0.013762653568153205, "he": 0.268954035717085, "his": 0.2827166892852382}, "coached": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "coaching": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "coalition": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "coast": {"he - his": -0.013267366250420604, "he": 0.2144554730791025, "his": 0.2277228393295231}, "coastal": {"he - his": -0.012905319162293122, "he": 0.2360045666362904, "his": 0.24890988579858353}, "coastguard": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "code": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "coker": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "cold": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "coleman": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "colin": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "coliseum": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "collapse": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "collar": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "collared": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "colleagues": {"he - his": -0.04121637806337303, "he": 0.26479804217217134, "his": 0.30601442023554437}, "collected": {"he - his": -0.058721273719667705, "he": 0.2096203028495787, "his": 0.2683415765692464}, "collection": {"he - his": -0.06426083562615603, "he": 0.22624911288342076, "his": 0.2905099485095768}, "collective": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "college": {"he - his": -0.013331930368649658, "he": 0.29194443256142616, "his": 0.3052763629300758}, "colonels": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "colonial": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "colonialism": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "colonization": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "colorectal": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "columbia": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "columns": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "com": {"he - his": -0.02558330476631887, "he": 0.30656126980078335, "his": 0.3321445745671022}, "comb": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "combat": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "combination": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "combine": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "combined": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "combines": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "come": {"he - his": -0.03774380191068655, "he": 0.31079031655915573, "his": 0.3485341184698423}, "comedians": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "comedy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "comes": {"he - his": 0.004473160632405493, "he": 0.3430904785657033, "his": 0.3386173179332978}, "comfort": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "comforting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "comical": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "coming": {"he - his": -0.0016890346931735523, "he": 0.30656126980078335, "his": 0.3082503044939569}, "command": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "commences": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "comment": {"he - his": 0.037474692040588786, "he": 0.2863845778391723, "his": 0.24890988579858353}, "commentary": {"he - his": -0.013076454479110378, "he": 0.3055773545078722, "his": 0.3186538089869826}, "comments": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "commercials": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "commission": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "commissionaires": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "commissioner": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "commissions": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "commitments": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "commits": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "committee": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "common": {"he - his": -0.014180138992333946, "he": 0.2972517352882706, "his": 0.31143187428060454}, "commonly": {"he - his": -0.04121637806337303, "he": 0.26479804217217134, "his": 0.30601442023554437}, "communicate": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "communicated": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "communication": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "communications": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "community": {"he - his": -0.014253546841225706, "he": 0.2707340341279295, "his": 0.2849875809691552}, "company": {"he - his": 0.030723874767425996, "he": 0.28625416016032607, "his": 0.25553028539290007}, "comparing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "compassionate": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "compatible": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "compelling": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "compensated": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "compete": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "competent": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "competition": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "complete": {"he - his": -0.025391969934525194, "he": 0.3132253479987726, "his": 0.3386173179332978}, "completed": {"he - his": 0.008248439710864586, "he": 0.29825603980601684, "his": 0.29000760009515225}, "completely": {"he - his": -0.03422091404455763, "he": 0.28443289494242496, "his": 0.3186538089869826}, "complex": {"he - his": 0.003629152877079045, "he": 0.2985659666347768, "his": 0.29493681375769776}, "complicated": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "component": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "components": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "composed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "comprehensive": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "comprised": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "compromise": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "compromises": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "compulsion": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "computer": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "computers": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "conceded": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "conceivable": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "conceived": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "concept": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "concern": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "concerns": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "concert": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "concerts": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "concluded": {"he - his": -0.0632453622127272, "he": 0.24822433673152106, "his": 0.31146969894424825}, "conclusion": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "condemned": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "condemning": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "conditioning": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "conditions": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "conduit": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "conference": {"he - his": -0.01444028620742771, "he": 0.3208318002596726, "his": 0.3352720864671003}, "conferences": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "confess": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "confidence": {"he - his": -0.012912358519740375, "he": 0.3143326375270478, "his": 0.3272449960467882}, "confirm": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "confirming": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "conflict": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "confucius": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "congregation": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "congress": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "connection": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "connections": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "consciousness": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "consensus": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "consent": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "consequence": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "consequences": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "consequently": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "consider": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "consideration": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "considered": {"he - his": -0.013949228508361333, "he": 0.2589931084778629, "his": 0.2729423369862242}, "considering": {"he - his": -0.04121637806337303, "he": 0.26479804217217134, "his": 0.30601442023554437}, "consisted": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "consistent": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "consolation": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "conspiracy": {"he - his": -0.040819703347465486, "he": 0.2761209166432573, "his": 0.31694061999072276}, "constant": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "constantly": {"he - his": -0.0864791576111825, "he": 0.23046146237954027, "his": 0.31694061999072276}, "constituted": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "constitutes": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "constitutional": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "constitutionality": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "constraints": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "constricted": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "construction": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "constructive": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "consulted": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "consumer": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "consumption": {"he - his": -0.059487884577623995, "he": 0.18942200122095953, "his": 0.24890988579858353}, "contact": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "contain": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "contained": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "contains": {"he - his": 0.034216014058438604, "he": 0.22624911288342076, "his": 0.19203309882498215}, "contemporary": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "content": {"he - his": -0.03465959095144111, "he": 0.2706167719786347, "his": 0.3052763629300758}, "contention": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "contest": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "continent": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "continue": {"he - his": 0.008281696934753446, "he": 0.3055773545078722, "his": 0.29729565757311877}, "continued": {"he - his": 0.01302919887721804, "he": 0.3132253479987726, "his": 0.30019614912155457}, "continues": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "continuing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "contouring": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "contrary": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "contribution": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "control": {"he - his": -0.04200108537127184, "he": 0.241725564252744, "his": 0.28372664962401584}, "controlled": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "controlling": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "controversies": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "convention": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "converging": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "conversation": {"he - his": 0.003810080108020697, "he": 0.3224638890950033, "his": 0.3186538089869826}, "conversations": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "convey": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "conveyed": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "convictions": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "convince": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "cookies": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "coolers": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "cooling": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "coordinated": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "cop": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "copa": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "cops": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "copy": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "cordial": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "core": {"he - his": -0.013387989507092413, "he": 0.3152272304510461, "his": 0.3286152199581385}, "corner": {"he - his": 0.008248439710864586, "he": 0.29825603980601684, "his": 0.29000760009515225}, "corners": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "cornerstone": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "coronavirus": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "corp": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "corporate": {"he - his": 0.03409387429856442, "he": 0.24822433673152106, "his": 0.21413046243295664}, "corporation": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "corps": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "correct": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "correctly": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "corrosive": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "cory": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "cosmos": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "cost": {"he - his": 0.02538081519586982, "he": 0.28624427386523443, "his": 0.2608634586693646}, "costing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "costly": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "costs": {"he - his": -0.05901855829234576, "he": 0.2019057450840961, "his": 0.26092430337644185}, "could": {"he - his": -0.004626160976107352, "he": 0.31935244316012673, "his": 0.3239786041362341}, "couldn": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "council": {"he - his": -0.05967998667595306, "he": 0.18419749023760523, "his": 0.2438774769135583}, "counselling": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "count": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "countach": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "counter": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "counterpart": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "counterparts": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "countless": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "countries": {"he - his": -0.059487884577623995, "he": 0.18942200122095953, "his": 0.24890988579858353}, "country": {"he - his": -0.014656334987549313, "he": 0.2735346006553941, "his": 0.2881909356429434}, "county": {"he - his": 0.016082025291898616, "he": 0.2706167719786347, "his": 0.2545347466867361}, "couple": {"he - his": 0.00811335346180092, "he": 0.2727659526228598, "his": 0.2646525991610589}, "courageous": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "course": {"he - his": -0.014247243135416476, "he": 0.3132253479987726, "his": 0.3274725911341891}, "court": {"he - his": -0.014562462789709352, "he": 0.2262439407685737, "his": 0.24080640355828306}, "courtesy": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "courthouse": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "courts": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "cousin": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "cousins": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "cover": {"he - his": -0.03465959095144111, "he": 0.2706167719786347, "his": 0.3052763629300758}, "coverage": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "covered": {"he - his": 0.03413497439725957, "he": 0.241725564252744, "his": 0.20759058985548443}, "covering": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "covid": {"he - his": 0.016074838399097013, "he": 0.26498472419768054, "his": 0.24890988579858353}, "covid19": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "cowell": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "coy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "cpu": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "crack": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "cracked": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "crackerjack": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "crammed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "crater": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "crayfish": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "crazy": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "create": {"he - his": -0.013529356616021615, "he": 0.28140745714167614, "his": 0.29493681375769776}, "creating": {"he - his": -0.06288540419880467, "he": 0.2557684047881779, "his": 0.3186538089869826}, "cred": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "credentials": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "credit": {"he - his": -0.012809182433992095, "he": 0.241725564252744, "his": 0.2545347466867361}, "creepy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "crept": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "criminal": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "crippled": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "crippling": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "crisis": {"he - his": 0.0035930147217930752, "he": 0.29410296323136986, "his": 0.2905099485095768}, "criterion": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "critical": {"he - his": -0.013712174622627415, "he": 0.2985659666347768, "his": 0.3122781412574042}, "criticism": {"he - his": -0.0864791576111825, "he": 0.23046146237954027, "his": 0.31694061999072276}, "critics": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "cross": {"he - his": 0.00811335346180092, "he": 0.2727659526228598, "his": 0.2646525991610589}, "crotchety": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "crowd": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "crowded": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "crucial": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "cruise": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "crying": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ctd": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "culpa": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "cultivation": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "cultural": {"he - his": -0.03537937829861726, "he": 0.24733731098662093, "his": 0.2827166892852382}, "culturally": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "culture": {"he - his": 0.00811335346180092, "he": 0.2727659526228598, "his": 0.2646525991610589}, "cultured": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "cup": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "curbs": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "curiosity": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "current": {"he - his": 0.013022416155500594, "he": 0.30978109402399057, "his": 0.29675867786849}, "currently": {"he - his": -0.08767535472354007, "he": 0.2096203028495787, "his": 0.29729565757311877}, "cursing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "customer": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "customers": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "cut": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "cuts": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "cutting": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "cynicism": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "d": {"he - his": -0.014842407103682731, "he": 0.30182852265742566, "his": 0.3166709297611084}, "dad": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "dag": {"he - his": -0.012693150679258053, "he": 0.1711490887981914, "his": 0.18384223947744946}, "dai": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "daily": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "daizaemon": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "daizemon": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "daley": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "dallas": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "damage": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dammit": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dance": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "danced": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dancers": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "dances": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "danger": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "dangerous": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "dangerously": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "daniel": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dante": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "dante\u00e2": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "danville": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dare": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "dark": {"he - his": -0.051879664097889244, "he": 0.2706167719786347, "his": 0.32249643607652395}, "data": {"he - his": -0.03660201661940027, "he": 0.20584207381438016, "his": 0.24244409043378043}, "date": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "daughter": {"he - his": -0.03100589079473537, "he": 0.27689607298703506, "his": 0.3079019637817704}, "davies": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "davis": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dawn": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "day": {"he - his": -0.033730869132916175, "he": 0.27916131824965124, "his": 0.3128921873825674}, "days": {"he - his": -0.014614948039501086, "he": 0.2954149570390519, "his": 0.310029905078553}, "dc": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "de": {"he - his": 0.034234095319565505, "he": 0.22200596736699943, "his": 0.18777187204743392}, "deacon": {"he - his": -0.012325879171234316, "he": 0.1952647106842501, "his": 0.20759058985548443}, "deacons": {"he - his": -0.012749566393584322, "he": 0.1674440335988083, "his": 0.18019359999239262}, "dead": {"he - his": -0.013799000550400564, "he": 0.29410296323136986, "his": 0.3079019637817704}, "deaf": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "deal": {"he - his": 0.003668157371330194, "he": 0.30348884146562544, "his": 0.29982068409429524}, "death": {"he - his": 0.008217782937410323, "he": 0.29194443256142616, "his": 0.28372664962401584}, "deaths": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "debate": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "debug": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "debut": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "decades": {"he - his": -0.042190756486430975, "he": 0.2360045666362904, "his": 0.2781953231227214}, "decamp": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "decay": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "december": {"he - his": 0.03416769284221513, "he": 0.2360045666362904, "his": 0.20183687379407528}, "decide": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "decided": {"he - his": -0.052699542714622793, "he": 0.2511954309694252, "his": 0.303894973684048}, "deciding": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "decision": {"he - his": -0.013762653568153205, "he": 0.268954035717085, "his": 0.2827166892852382}, "decisions": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "decisive": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "declined": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "decreased": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dedicated": {"he - his": -0.013213659138231415, "he": 0.29825603980601684, "his": 0.31146969894424825}, "deep": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "deepen": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "deeper": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "deeply": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "deering": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "defeat": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "defeats": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "defect": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "defence": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "defend": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "defendant": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "defended": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "defense": {"he - his": 0.016091318373178565, "he": 0.28443289494242496, "his": 0.2683415765692464}, "defensive": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "defensively": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "defiant": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "degree": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "degrees": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "delays": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "delete": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "deliberation": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "delicacy": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "delicate": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "delight": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "deliver": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "delivered": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "delivers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "delivery": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "delmarvastudios": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "delve": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "demand": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "demanded": {"he - his": 0.034040910858958356, "he": 0.2557684047881779, "his": 0.22172749392921956}, "demanding": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "demands": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "demarcus": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "democracy": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "democratic": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "demographic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "demolished": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dengue": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "denied": {"he - his": 0.016066738445861956, "he": 0.25994421535942025, "his": 0.2438774769135583}, "denigrated": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dennis": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "denominator": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "denuclearization": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "depart": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "department": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "depend": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "dependable": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "depending": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "depicting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "deployments": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "depressing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "depressingly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "depth": {"he - his": -0.012912358519740375, "he": 0.3143326375270478, "his": 0.3272449960467882}, "deputy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "derivative": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "derived": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "derogatory": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "derouen": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "descent": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "describe": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "described": {"he - his": 0.016074838399097013, "he": 0.26498472419768054, "his": 0.24890988579858353}, "describing": {"he - his": 0.062184621204114054, "he": 0.30443571062612773, "his": 0.24225108942201368}, "deserved": {"he - his": -0.04121637806337303, "he": 0.26479804217217134, "his": 0.30601442023554437}, "deserves": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "design": {"he - his": -0.03232774816872669, "he": 0.23140723340057456, "his": 0.26373498156930125}, "designadvocacy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "designated": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "designed": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "desires": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "desjardins": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "despairing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "despite": {"he - his": -0.028591244658048243, "he": 0.28624427386523443, "his": 0.3148355185232827}, "destabilized": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "destination": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "destinie": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "destiny": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "destroy": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "destroys": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "destruct": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "destructive": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "detail": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "detailed": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "details": {"he - his": 0.008281696934753446, "he": 0.3055773545078722, "his": 0.29729565757311877}, "detect": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "detected": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "detective": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "deteriorate": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "determine": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "detroit": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "devastated": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "devastating": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "develop": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "developed": {"he - his": -0.041783263363631196, "he": 0.24822433673152106, "his": 0.29000760009515225}, "developer": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "developers": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "developing": {"he - his": -0.0512781539181813, "he": 0.28443289494242496, "his": 0.33571104886060626}, "development": {"he - his": -0.03232774816872669, "he": 0.23140723340057456, "his": 0.26373498156930125}, "device": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "devices": {"he - his": -0.013267366250420604, "he": 0.2144554730791025, "his": 0.2277228393295231}, "devoid": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "devote": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "devoted": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "dialogue": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "diameter": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "diapers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dictated": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "did": {"he - his": -0.0018657737931009333, "he": 0.31126893727395544, "his": 0.31313471106705637}, "didn": {"he - his": -0.014965232570644194, "he": 0.278444307609538, "his": 0.29340954018018217}, "die": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "died": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "dies": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "difference": {"he - his": 0.016074838399097013, "he": 0.26498472419768054, "his": 0.24890988579858353}, "different": {"he - his": -0.014304302747491948, "he": 0.26812412923604956, "his": 0.2824284319835415}, "difficult": {"he - his": -0.06244695387461685, "he": 0.26479804217217134, "his": 0.3272449960467882}, "difficulty": {"he - his": 0.016091033025933787, "he": 0.29331046650630477, "his": 0.277219433480371}, "digital": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "dillman": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dimmed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "diners": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dingy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dinner": {"he - his": 0.034040910858958356, "he": 0.2557684047881779, "his": 0.22172749392921956}, "diplomats": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "dire": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "direct": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "directed": {"he - his": 0.016091033025933787, "he": 0.29331046650630477, "his": 0.277219433480371}, "direction": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "directly": {"he - his": -0.04121637806337303, "he": 0.26479804217217134, "his": 0.30601442023554437}, "director": {"he - his": 0.0375777259090225, "he": 0.27689607298703506, "his": 0.23931834707801256}, "disagrees": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "disappeared": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "disappointing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "disarray": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "disbelief": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "discharge": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "disciple": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "disciplined": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "disciplines": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "disclosures": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "discoveries": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "discovery": {"he - his": -0.012325879171234316, "he": 0.1952647106842501, "his": 0.20759058985548443}, "discrete": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "discretion": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "discuss": {"he - his": -0.013076454479110378, "he": 0.3055773545078722, "his": 0.3186538089869826}, "discussed": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "discussion": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "disguise": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "disillusionment": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "disliked": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dismantle": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dismantled": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dismissed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "disneynature": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "disobedience": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "disorder": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "disordered": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "disorganized": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "disorienting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dispel": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "display": {"he - his": -0.01321059892504084, "he": 0.26498472419768054, "his": 0.2781953231227214}, "displays": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "disrespected": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "disrupted": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "disruption": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "disruptive": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dissenting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "distance": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "distant": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "distracted": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "distributing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "distribution": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "district": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "distrustful": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "disturb": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ditched": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "dive": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "diverse": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "divide": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "dividends": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "divine": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "division": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "divorce": {"he - his": -0.012905319162293122, "he": 0.2360045666362904, "his": 0.24890988579858353}, "divorced": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "divulge": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dixie": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dna": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "do": {"he - his": -0.02250463259860408, "he": 0.31721671551714564, "his": 0.3397213481157497}, "doctorow": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "doctrine": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "documented": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "does": {"he - his": -0.025567611385041877, "he": 0.28137239598556757, "his": 0.30694000737060945}, "doesn": {"he - his": 0.006616788508750582, "he": 0.3275628953537441, "his": 0.32094610684499353}, "dog": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "doing": {"he - his": -0.003606584333407603, "he": 0.29543258563073305, "his": 0.29903916996414065}, "dollars": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "domantas": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dominated": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "dominating": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "don": {"he - his": -0.023487640765684548, "he": 0.302519577709288, "his": 0.32600721847497255}, "donald": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "donated": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "done": {"he - his": -0.01490807112976561, "he": 0.3141671486003979, "his": 0.3290752197301635}, "donell": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "dongguan": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "donovan": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "doofer": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "door": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "dornan": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "double": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "doubt": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "doubted": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "douglas": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "down": {"he - his": -0.0027318123089888346, "he": 0.3255886331924946, "his": 0.3283204455014834}, "downer": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "download": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "doyle": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dozens": {"he - his": 0.037235777938625814, "he": 0.3055773545078722, "his": 0.2683415765692464}, "dpoy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dr": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "drafted": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "drafts": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "dragnet": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dram": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "drama": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "dramatic": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "dramatically": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "dramatizing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "draw": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "drawbridge": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "drawn": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dream": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "dressed": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "drew": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "drilled": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "drink": {"he - his": -0.012809182433992095, "he": 0.241725564252744, "his": 0.2545347466867361}, "drinking": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "drinks": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "driver": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "drivers": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "driving": {"he - his": -0.012809182433992095, "he": 0.241725564252744, "his": 0.2545347466867361}, "drop": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "drove": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "drummond": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "drunk": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "drunkard": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "drunkennesss": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dry": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dubious": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "duck": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dude": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "due": {"he - his": 0.002354420202688834, "he": 0.31401603970876796, "his": 0.3116616195060791}, "dues": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "duffey": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dug": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "duly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "dumped": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "during": {"he - his": -0.0006608284511600004, "he": 0.3110496919135999, "his": 0.3117105203647599}, "dvd": {"he - his": -0.012566491931375351, "he": 0.1794666068936068, "his": 0.19203309882498215}, "dvo\u0159\u00e1k": {"he - his": -0.058721273719667705, "he": 0.2096203028495787, "his": 0.2683415765692464}, "dysfunctional": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "e": {"he - his": 0.000652231904273437, "he": 0.31293037316167766, "his": 0.3122781412574042}, "each": {"he - his": -0.03626663910460509, "he": 0.2883989872572695, "his": 0.32466562636187457}, "ear": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "earbuds": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "earlier": {"he - his": -0.028229662588753923, "he": 0.2985659666347768, "his": 0.3267956292235307}, "early": {"he - his": -0.02429451179921932, "he": 0.3075448580818632, "his": 0.33183936988108254}, "earned": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "earns": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ears": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "earth": {"he - his": -0.05901855829234576, "he": 0.2019057450840961, "his": 0.26092430337644185}, "easier": {"he - his": -0.0864791576111825, "he": 0.23046146237954027, "his": 0.31694061999072276}, "easily": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "east": {"he - his": -0.0016507802566139707, "he": 0.30978109402399057, "his": 0.31143187428060454}, "eastern": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "easy": {"he - his": -0.04235879672656323, "he": 0.2308861533814066, "his": 0.27324495010796984}, "eat": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "eating": {"he - his": 0.034040910858958356, "he": 0.2557684047881779, "his": 0.22172749392921956}, "ecclesial": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "economic": {"he - his": -0.013267366250420604, "he": 0.2144554730791025, "his": 0.2277228393295231}, "economics": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "economies": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "economists": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ecstatic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ed": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "eddie": {"he - his": -0.04152725278494085, "he": 0.2557684047881779, "his": 0.29729565757311877}, "eddy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "edge": {"he - his": 0.0375777259090225, "he": 0.27689607298703506, "his": 0.23931834707801256}, "edit": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "edited": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "edition": {"he - his": -0.08077087182377996, "he": 0.241725564252744, "his": 0.32249643607652395}, "editor": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "edmund": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "eds": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "education": {"he - his": -0.05967998667595306, "he": 0.18419749023760523, "his": 0.2438774769135583}, "effect": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "effective": {"he - his": 0.03409387429856442, "he": 0.24822433673152106, "his": 0.21413046243295664}, "effectively": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "effects": {"he - his": -0.059851740184405755, "he": 0.1794666068936068, "his": 0.23931834707801256}, "effort": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "efforts": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "eggshells": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "egypt": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "eight": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "either": {"he - his": -0.0016101705245100684, "he": 0.3132253479987726, "his": 0.3148355185232827}, "elder": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "elders": {"he - his": -0.012693150679258053, "he": 0.1711490887981914, "his": 0.18384223947744946}, "elect": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "election": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "electricity": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "electrocute": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "electrode": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "electromagnetic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "electronic": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "elemental": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "elements": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "eleven": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "eliminate": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "eliot": {"he - his": -0.047434618265553286, "he": 0.22791287202201577, "his": 0.27534749028756905}, "eliot\u00e2": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "ellen": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ellicott": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "elliot": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "elliott": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "elon": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "else": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "eludes": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "email": {"he - his": -0.013616395916987378, "he": 0.30348884146562544, "his": 0.3171052373826128}, "emanates": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "emasculation": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "embarks": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "embarrassment": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "embassy": {"he - his": -0.012991323532151683, "he": 0.2308861533814066, "his": 0.2438774769135583}, "embedded": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "embiid": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "emboldening": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "embraced": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "emerged": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "emergency": {"he - his": 0.016058037939891218, "he": 0.2553763850179038, "his": 0.23931834707801256}, "emerson": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "emily": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "emotional": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "emotionally": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "emphasis": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "emphasised": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "emphasize": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "emphasizing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "employ": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "employed": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "empowers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "empty": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "enable": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "enabled": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "enabling": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "encephalitis": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "encountering": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "encourage": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "encouraged": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "encyclopedia": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "end": {"he - his": -0.02429451179921932, "he": 0.3075448580818632, "his": 0.33183936988108254}, "endeavor": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "endeavour": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "endeavours": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ended": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "ending": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "endless": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "endlessly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "endoscopic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "endured": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "enduring": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "enemy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "energetic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "energy": {"he - his": -0.014065213533479892, "he": 0.21717954793022742, "his": 0.23124476146370732}, "enforcement": {"he - his": -0.01342848132078131, "he": 0.2048638253066992, "his": 0.2182923066274805}, "engage": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "engaged": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "engagement": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "engaging": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "engine": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "engineering": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "engineers": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "england": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "english": {"he - his": -0.013331930368649658, "he": 0.29194443256142616, "his": 0.3052763629300758}, "engrained": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "enjoy": {"he - his": -0.08767535472354007, "he": 0.2096203028495787, "his": 0.29729565757311877}, "enjoyed": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "enjoys": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "enlargement": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "enough": {"he - his": -0.013300734748549592, "he": 0.25994421535942025, "his": 0.27324495010796984}, "enrolled": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ensemble": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ensnare": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ensuring": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "enter": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "entered": {"he - his": -0.0014152088283834185, "he": 0.33015752181800967, "his": 0.3315727306463931}, "entering": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "entertain": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "entertainment": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "enthusiast": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "entire": {"he - his": -0.0015668416637013571, "he": 0.31693068203336816, "his": 0.3184975236970695}, "entirely": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "entourage": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "entrepreneur": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "entropy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "environment": {"he - his": -0.04288766615150741, "he": 0.2144554730791025, "his": 0.2573431392306099}, "environmental": {"he - his": -0.04200108537127184, "he": 0.241725564252744, "his": 0.28372664962401584}, "epidemic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "episode": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "episodes": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "epitomize": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "equal": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "equipment": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "equipping": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "er": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "era": {"he - his": -0.012912358519740375, "he": 0.3143326375270478, "his": 0.3272449960467882}, "eric": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "erm": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "erode": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "eros": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "error": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "errors": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "escape": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "eschewed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "esoteric": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "especially": {"he - his": -0.04159925749455129, "he": 0.27638459228904366, "his": 0.31798384978359495}, "essays": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "essential": {"he - his": 0.016091318373178565, "he": 0.28443289494242496, "his": 0.2683415765692464}, "essentially": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "establish": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "established": {"he - his": 0.016091033025933787, "he": 0.29331046650630477, "his": 0.277219433480371}, "establishes": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "establishing": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "establishment": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "esteemed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "estimate": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "estranged": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "estrangement": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "estrangements": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "et": {"he - his": -0.04250968474024691, "he": 0.22624911288342076, "his": 0.26875879762366767}, "etc": {"he - his": 0.016087800064943092, "he": 0.27701210344138494, "his": 0.26092430337644185}, "etiquette": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "eui": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "europe": {"he - his": -0.04152725278494085, "he": 0.2557684047881779, "his": 0.29729565757311877}, "european": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "evaluate": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "evaluated": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "evaluating": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "even": {"he - his": -0.0036695913507377442, "he": 0.326028984143477, "his": 0.3296985754942147}, "evening": {"he - his": 0.016091033025933787, "he": 0.29331046650630477, "his": 0.277219433480371}, "event": {"he - his": -0.012905319162293122, "he": 0.2360045666362904, "his": 0.24890988579858353}, "events": {"he - his": -0.08846193893976573, "he": 0.1952647106842501, "his": 0.28372664962401584}, "eventually": {"he - his": 0.01795693219839334, "he": 0.3294266311426416, "his": 0.31146969894424825}, "ever": {"he - his": -0.023197255000931005, "he": 0.32111529782239806, "his": 0.34431255282332907}, "every": {"he - his": 0.0024240085803335365, "he": 0.32111529782239806, "his": 0.3186912892420645}, "everybody": {"he - his": 0.016091033025933787, "he": 0.29331046650630477, "his": 0.277219433480371}, "everyday": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "everyone": {"he - his": -0.045568062046810465, "he": 0.27689607298703506, "his": 0.3224641350338455}, "everything": {"he - his": 0.01297919653959706, "he": 0.29296996402919956, "his": 0.2799907674896025}, "evidence": {"he - his": -0.01310987764538113, "he": 0.2706167719786347, "his": 0.28372664962401584}, "evidenced": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "evident": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "ex": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "exact": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "exactly": {"he - his": 0.003710656592299688, "he": 0.3089870195223755, "his": 0.3052763629300758}, "examination": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "examines": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "examining": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "example": {"he - his": -0.03100589079473537, "he": 0.27689607298703506, "his": 0.3079019637817704}, "examples": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "exceedingly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "excellent": {"he - his": -0.04152725278494085, "he": 0.2557684047881779, "his": 0.29729565757311877}, "except": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "exception": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "exchange": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "excited": {"he - his": -0.041783263363631196, "he": 0.24822433673152106, "his": 0.29000760009515225}, "exclusionary": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "exclusive": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "exclusively": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "excoriated": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "executing": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "execution": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "executive": {"he - his": 0.06314785040360527, "he": 0.26498472419768054, "his": 0.20183687379407528}, "exercise": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "exercises": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "exhibition": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "exist": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "existed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "existence": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "existential": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "exists": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "exited": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "exiting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "exits": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "exodus": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "exoplanets": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "exoticization": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "expand": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "expanded": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "expect": {"he - his": -0.013509416554148446, "he": 0.3089870195223755, "his": 0.32249643607652395}, "expectation": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "expectations": {"he - his": -0.040819703347465486, "he": 0.2761209166432573, "his": 0.31694061999072276}, "expected": {"he - his": -0.0140837965656464, "he": 0.27946203539368164, "his": 0.29354583195932804}, "expedition": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "expense": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "expenses": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "experience": {"he - his": -0.013799000550400564, "he": 0.29410296323136986, "his": 0.3079019637817704}, "experienced": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "experiences": {"he - his": -0.041783263363631196, "he": 0.24822433673152106, "his": 0.29000760009515225}, "experiencetheride": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "expert": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "expertise": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "experts": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "explain": {"he - his": -0.013509416554148446, "he": 0.3089870195223755, "his": 0.32249643607652395}, "explained": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "explains": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "explicitly": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "explore": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "explored": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "explores": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "exploring": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "explosion": {"he - his": -0.040819703347465486, "he": 0.2761209166432573, "his": 0.31694061999072276}, "explosions": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "explosive": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "export": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "exposed": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "exposing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "express": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "expressed": {"he - his": -0.04121637806337303, "he": 0.26479804217217134, "his": 0.30601442023554437}, "expresses": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "expressing": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "expression": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "extended": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "extension": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "extensive": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "extent": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "extra": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "extracting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "extraordinary": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "extreme": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "extremely": {"he - his": -0.01310987764538113, "he": 0.2706167719786347, "his": 0.28372664962401584}, "extremists": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "exult": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "eye": {"he - his": 0.05412231252575689, "he": 0.3224638890950033, "his": 0.2683415765692464}, "eyes": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "ezra": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "f": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "face": {"he - his": -0.03422091404455763, "he": 0.28443289494242496, "his": 0.3186538089869826}, "faced": {"he - his": -0.04152725278494085, "he": 0.2557684047881779, "his": 0.29729565757311877}, "faces": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "facet": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "facility": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "facing": {"he - his": -0.013331930368649658, "he": 0.29194443256142616, "his": 0.3052763629300758}, "fact": {"he - his": 0.009373141957251918, "he": 0.3146349343854283, "his": 0.30526179242817636}, "factor": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "factories": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "factors": {"he - his": -0.04351467289799668, "he": 0.19429138920541372, "his": 0.2378060621034104}, "facts": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "faculty": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "fahrenheit": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fail": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "failed": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "failure": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "failures": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fair": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "faith": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "faithful": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fall": {"he - his": -0.013300734748549592, "he": 0.25994421535942025, "his": 0.27324495010796984}, "fallen": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "falling": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "falls": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "false": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "fame": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "familial": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "familiar": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "family": {"he - his": -0.03296993640972962, "he": 0.30166517898010775, "his": 0.33463511538983737}, "famous": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "fan": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "fanny": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "fans": {"he - his": -0.040819703347465486, "he": 0.2761209166432573, "his": 0.31694061999072276}, "fantastic": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "far": {"he - his": -0.014253546841225706, "he": 0.2707340341279295, "his": 0.2849875809691552}, "fare": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "farmers": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "farrell": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fast": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "fat": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "father": {"he - his": -0.01310987764538113, "he": 0.2706167719786347, "his": 0.28372664962401584}, "fathers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fatigued": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fatty": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fault": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "favor": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "favorite": {"he - his": -0.013300734748549592, "he": 0.25994421535942025, "his": 0.27324495010796984}, "favorites": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "favour": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "favourite": {"he - his": -0.04121637806337303, "he": 0.26479804217217134, "his": 0.30601442023554437}, "fbi": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fc": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "fear": {"he - his": -0.01310987764538113, "he": 0.2706167719786347, "his": 0.28372664962401584}, "fearful": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "feasibility": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "feasible": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "feat": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "feature": {"he - his": -0.06445123227599805, "he": 0.22200596736699943, "his": 0.2864571996429975}, "features": {"he - his": -0.01310987764538113, "he": 0.2706167719786347, "his": 0.28372664962401584}, "february": {"he - his": 0.008318217291503449, "he": 0.3143326375270478, "his": 0.30601442023554437}, "federal": {"he - his": 0.0035930147217930752, "he": 0.29410296323136986, "his": 0.2905099485095768}, "feed": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "feel": {"he - his": -0.030870684115728075, "he": 0.28140745714167614, "his": 0.3122781412574042}, "feeling": {"he - his": -0.01310987764538113, "he": 0.2706167719786347, "his": 0.28372664962401584}, "feelings": {"he - his": -0.013213659138231415, "he": 0.29825603980601684, "his": 0.31146969894424825}, "feels": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fees": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "feigned": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fell": {"he - his": 0.016091318373178565, "he": 0.28443289494242496, "his": 0.2683415765692464}, "fellow": {"he - his": -0.03422091404455763, "he": 0.28443289494242496, "his": 0.3186538089869826}, "fellowship": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "felony": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "felt": {"he - his": -0.03499259839827751, "he": 0.25994421535942025, "his": 0.29493681375769776}, "female": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "fenced": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fencing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "feral": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "festival": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "fever": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "few": {"he - his": -0.05360679499657178, "he": 0.22882163698696972, "his": 0.2824284319835415}, "fewer": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fibrinolysins": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fiction": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "fictions": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fictitious": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "field": {"he - his": -0.09006977012417344, "he": 0.1639840344423364, "his": 0.25405380456650983}, "fields": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "fifth": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fifty": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "fight": {"he - his": -0.04075698675308026, "he": 0.2985659666347768, "his": 0.33932295338785706}, "fighting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "figure": {"he - his": -0.031620690555243136, "he": 0.2560613589093236, "his": 0.2876820494645667}, "figured": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "figures": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "file": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "filled": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "film": {"he - his": -0.014240324018096301, "he": 0.24344927883379316, "his": 0.25768960285188947}, "filmmakers": {"he - his": -0.1090335061374039, "he": 0.2096203028495787, "his": 0.3186538089869826}, "filmmaking": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "final": {"he - his": 0.00811335346180092, "he": 0.2727659526228598, "his": 0.2646525991610589}, "finally": {"he - his": -0.013247159765602978, "he": 0.3224638890950033, "his": 0.33571104886060626}, "financial": {"he - his": 0.016082025291898616, "he": 0.2706167719786347, "his": 0.2545347466867361}, "find": {"he - his": -0.015158828644452393, "he": 0.32932455735698696, "his": 0.34448338600143935}, "finding": {"he - his": -0.04152725278494085, "he": 0.2557684047881779, "his": 0.29729565757311877}, "finds": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "fine": {"he - his": 0.016087800064943092, "he": 0.27701210344138494, "his": 0.26092430337644185}, "finest": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fingers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "finish": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fir": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fire": {"he - his": -0.013606046462308397, "he": 0.19429138920541372, "his": 0.20789743566772212}, "fired": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "first": {"he - his": -0.014403900511104462, "he": 0.35869666897340774, "his": 0.3731005694845122}, "fit": {"he - his": -0.034457595502863314, "he": 0.27701210344138494, "his": 0.31146969894424825}, "fitness": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fits": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "five": {"he - his": -0.0034560048930709075, "he": 0.3065739001854821, "his": 0.310029905078553}, "flag": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "flagship": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "flash": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "flashmob": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "flat": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "flavour": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "flawlessly": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "flesh": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "flexibility": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "flick": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "flickered": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "flight": {"he - his": 0.03409387429856442, "he": 0.24822433673152106, "his": 0.21413046243295664}, "flock": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "floors": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "flurry": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fly": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "flying": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "focus": {"he - his": -0.04200108537127184, "he": 0.241725564252744, "his": 0.28372664962401584}, "focused": {"he - his": -0.04121637806337303, "he": 0.26479804217217134, "his": 0.30601442023554437}, "focuses": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "folk": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "follow": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "followed": {"he - his": 0.008090577047720371, "he": 0.268954035717085, "his": 0.2608634586693646}, "following": {"he - his": 0.008162507033706301, "he": 0.28140745714167614, "his": 0.27324495010796984}, "follows": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "folly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "food": {"he - his": 0.0031360671771570037, "he": 0.24394247073544006, "his": 0.24080640355828306}, "foolish": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "foot": {"he - his": 0.016091033025933787, "he": 0.29331046650630477, "his": 0.277219433480371}, "for": {"he - his": -0.02689360633241733, "he": 0.3247642116209981, "his": 0.35165781795341544}, "forage": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "force": {"he - his": -0.013076454479110378, "he": 0.3055773545078722, "his": 0.3186538089869826}, "forced": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "forces": {"he - his": -0.013331930368649658, "he": 0.29194443256142616, "his": 0.3052763629300758}, "forcibly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "forecast": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "foreign": {"he - his": -0.014143651857838946, "he": 0.27638459228904366, "his": 0.2905282441468826}, "foreigners": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "foremost": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "forensic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "foresee": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "foresight": {"he - his": -0.012898279804845869, "he": 0.15767649574553305, "his": 0.17057477555037892}, "foretold": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "forge": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "forgiveness": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "forgotten": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "form": {"he - his": -0.035133563491673014, "he": 0.2553763850179038, "his": 0.2905099485095768}, "formal": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "format": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "formative": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "formed": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "former": {"he - his": 0.003559277211081291, "he": 0.2900164768540788, "his": 0.2864571996429975}, "formidable": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "forms": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "formulae": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fortune": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "forty": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "forum": {"he - his": -0.012325879171234316, "he": 0.1952647106842501, "his": 0.20759058985548443}, "forums": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "forward": {"he - his": -0.0632453622127272, "he": 0.24822433673152106, "his": 0.31146969894424825}, "forwarded": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fosters": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "foucault": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "found": {"he - his": -0.029317631722698745, "he": 0.26099143705546396, "his": 0.2903090687781627}, "foundation": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "founder": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "four": {"he - his": -0.015338954139439143, "he": 0.2783560656252478, "his": 0.2936950197646869}, "fourth": {"he - his": -0.035772052372540636, "he": 0.23429344384660586, "his": 0.2700654962191465}, "foyer": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fracturing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "frame": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "framework": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "franchise": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "francis": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "francisco": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "frank": {"he - his": -0.04152725278494085, "he": 0.2557684047881779, "his": 0.29729565757311877}, "frantic": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "frantically": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fraternal": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "frederick": {"he - his": -0.05901855829234576, "he": 0.2019057450840961, "his": 0.26092430337644185}, "free": {"he - his": -0.015005582366626802, "he": 0.30966004399524777, "his": 0.32466562636187457}, "freedom": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "freeing": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "freeman": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "french": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "frenchman": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "frenchmen": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "frenzy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "frequent": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "fresh": {"he - his": -0.04152725278494085, "he": 0.2557684047881779, "his": 0.29729565757311877}, "freshman": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "freshmen": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "friday": {"he - his": -0.01321059892504084, "he": 0.26498472419768054, "his": 0.2781953231227214}, "friend": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "friendly": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "friends": {"he - his": -0.045568062046810465, "he": 0.27689607298703506, "his": 0.3224641350338455}, "friendship": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "fringe": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "frogs": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "from": {"he - his": -0.006974788266824072, "he": 0.36058298119985344, "his": 0.3675577694666775}, "front": {"he - his": -0.013436106255122926, "he": 0.2863845778391723, "his": 0.29982068409429524}, "frontier": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "frontiers": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "fruit": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "fruits": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "frustration": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "ft": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fuel": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "fukushima": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fulfill": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fulfills": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "full": {"he - his": -0.05307545520762408, "he": 0.2707340341279295, "his": 0.3238094893355536}, "fully": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "function": {"he - his": 0.03413497439725957, "he": 0.241725564252744, "his": 0.20759058985548443}, "functioning": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fundamental": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "funders": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "fundraising": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "funds": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "funeral": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "furnished": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "further": {"he - his": 0.00933531004627125, "he": 0.3065739001854821, "his": 0.29723859013921083}, "future": {"he - his": -0.027090737096646167, "he": 0.2526927229422278, "his": 0.27978346003887394}, "futurists": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "futurologist": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "g": {"he - his": 0.008189254716450933, "he": 0.2863845778391723, "his": 0.2781953231227214}, "gain": {"he - his": 0.034040910858958356, "he": 0.2557684047881779, "his": 0.22172749392921956}, "gained": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "galaxies": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "game": {"he - his": -0.015106127633312205, "he": 0.2716170845832717, "his": 0.2867232122165839}, "gamecock": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "gamecocks": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "games": {"he - his": -0.014035335808498417, "he": 0.3044621878885711, "his": 0.3184975236970695}, "gangsters": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "gantz": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "garage": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "garden": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "garnet": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "gas": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "gases": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "gate": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "gather": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "gathered": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "gathering": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "gauguin": {"he - his": -0.058721273719667705, "he": 0.2096203028495787, "his": 0.2683415765692464}, "gauntlet": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "gave": {"he - his": -0.01444028620742771, "he": 0.3208318002596726, "his": 0.3352720864671003}, "geez": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "gene": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "general": {"he - his": -0.01321059892504084, "he": 0.26498472419768054, "his": 0.2781953231227214}, "generalised": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "generally": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "generating": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "generation": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "generations": {"he - his": -0.0632453622127272, "he": 0.24822433673152106, "his": 0.31146969894424825}, "genie": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "genius": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "genre": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "gentle": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "gentlemen": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "gently": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "genuine": {"he - his": -0.06244695387461685, "he": 0.26479804217217134, "his": 0.3272449960467882}, "genuinely": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "geofence": {"he - his": -0.01294235631501589, "he": 0.15478128540747058, "his": 0.16772364172248647}, "geofiltered": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "geographically": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "george": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "georgia": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "georgian": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "germany": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "gerontion": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "gershshwin": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "get": {"he - his": -0.022840160428509892, "he": 0.3084963350373155, "his": 0.3313364954658254}, "gets": {"he - his": 0.016087800064943092, "he": 0.27701210344138494, "his": 0.26092430337644185}, "getting": {"he - his": -0.035830800097154336, "he": 0.3006831592734811, "his": 0.33651395937063544}, "ghost": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "gidding": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "gimli": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "girl": {"he - his": 0.008068812867284225, "he": 0.26541195209789414, "his": 0.2573431392306099}, "girls": {"he - his": -0.012905319162293122, "he": 0.2360045666362904, "his": 0.24890988579858353}, "give": {"he - his": -0.014180138992333946, "he": 0.2972517352882706, "his": 0.31143187428060454}, "given": {"he - his": -0.004927405492550885, "he": 0.3035536035915897, "his": 0.3084810090841406}, "gives": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "giving": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "glad": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "glassy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "glazing": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "global": {"he - his": -0.03422091404455763, "he": 0.28443289494242496, "his": 0.3186538089869826}, "globe": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "glorious": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "gloves": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "glow": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "go": {"he - his": 0.0062878042020212965, "he": 0.32685724662362264, "his": 0.32056944242160135}, "goal": {"he - his": -0.01386525606185307, "he": 0.31293037316167766, "his": 0.3267956292235307}, "goals": {"he - his": -0.013529356616021615, "he": 0.28140745714167614, "his": 0.29493681375769776}, "gobert": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "god": {"he - his": -0.013324423790306128, "he": 0.21105881700449228, "his": 0.2243832407947984}, "godliness": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "going": {"he - his": 0.014660281427944177, "he": 0.3650488487965202, "his": 0.35038856736857604}, "gold": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "golden": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "gone": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "good": {"he - his": -0.04003225179458325, "he": 0.2837544840164773, "his": 0.32378673581106054}, "goofs": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "google": {"he - his": -0.013857139291619192, "he": 0.22882163698696972, "his": 0.24267877627858891}, "googled": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "gordon": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "gordonsville": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "gosh": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "gospel": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "got": {"he - his": -0.015138786425188788, "he": 0.27003447621478194, "his": 0.2851732626399707}, "gotten": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "govern": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "governance": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "governing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "government": {"he - his": 0.015541894836262116, "he": 0.2763269683990077, "his": 0.2607850735627456}, "governments": {"he - his": -0.012414872573115743, "he": 0.18942200122095953, "his": 0.20183687379407528}, "grab": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "grabbed": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "grace": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "graduated": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "grand": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "grant": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "granted": {"he - his": 0.008248439710864586, "he": 0.29825603980601684, "his": 0.29000760009515225}, "graphic": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "grapples": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "grasp": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "grasped": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "gravel": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "graves": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "gray": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "great": {"he - his": -0.0551795703343923, "he": 0.29807696639998116, "his": 0.35325653673437346}, "greater": {"he - his": -0.013436106255122926, "he": 0.2863845778391723, "his": 0.29982068409429524}, "greatest": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "greatly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "green": {"he - his": -0.06593006141803928, "he": 0.18752513863873763, "his": 0.2534552000567769}, "greenberger": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "greet": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "grey": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "gridlock": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ground": {"he - his": -0.06097656440875279, "he": 0.14692087125896933, "his": 0.20789743566772212}, "group": {"he - his": 0.012553662139143995, "he": 0.29700638563710746, "his": 0.28445272349796347}, "grouping": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "groupon": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "groups": {"he - his": -0.013457168191633673, "he": 0.2511954309694252, "his": 0.2646525991610589}, "grow": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "growing": {"he - his": -0.013436106255122926, "he": 0.2863845778391723, "his": 0.29982068409429524}, "growltiger": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "grown": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "growth": {"he - his": -0.06014863561521716, "he": 0.1711490887981914, "his": 0.23129772441340857}, "grumbling": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "guarantees": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "guard": {"he - his": -0.012809182433992095, "he": 0.241725564252744, "his": 0.2545347466867361}, "guardian": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "guests": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "guiana": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "guiding": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "guillard": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "guilt": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "guilty": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "guinea": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "guitarist": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "gum": {"he - his": -0.05901855829234576, "he": 0.2019057450840961, "his": 0.26092430337644185}, "gunderson": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "guru": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "gus": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "gusto": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "guy": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "gwadar": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "h": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "hacks": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "had": {"he - his": -0.0024966537564373725, "he": 0.3316254565479119, "his": 0.3341221103043493}, "hadn": {"he - his": -0.012912358519740375, "he": 0.3143326375270478, "his": 0.3272449960467882}, "haggard": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hair": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "haircut": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "half": {"he - his": 0.003469275514567771, "he": 0.27946203539368164, "his": 0.27599275987911387}, "halftime": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "hall": {"he - his": -0.041783263363631196, "he": 0.24822433673152106, "his": 0.29000760009515225}, "hallucinations": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ham": {"he - his": -0.01346858325714928, "he": 0.12020659316219723, "his": 0.1336751764193465}, "hamburg": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hamlet": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hand": {"he - his": -0.04626868395031347, "he": 0.2589931084778629, "his": 0.30526179242817636}, "handedly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "handful": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "handicaps": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "handle": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "handling": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "hands": {"he - his": -0.04152725278494085, "he": 0.2557684047881779, "his": 0.29729565757311877}, "handy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hank": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hannah": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "happen": {"he - his": 0.003668157371330194, "he": 0.30348884146562544, "his": 0.29982068409429524}, "happened": {"he - his": -0.01310987764538113, "he": 0.2706167719786347, "his": 0.28372664962401584}, "happening": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "happenings": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "happens": {"he - his": 0.016087800064943092, "he": 0.27701210344138494, "his": 0.26092430337644185}, "happy": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "harassment": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hard": {"he - his": -0.0017252269258941633, "he": 0.3035365655022822, "his": 0.30526179242817636}, "harden": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "harder": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hardest": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "hardin": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hardly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "harping": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "has": {"he - his": -0.011927558731715304, "he": 0.3527920944343143, "his": 0.3647196531660296}, "hasn": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hassan": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hassles": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hates": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "haunted": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "haunting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "have": {"he - his": -0.006115364388329603, "he": 0.35098844847695837, "his": 0.357103812865288}, "having": {"he - his": -0.009173956232783276, "he": 0.3530686238717223, "his": 0.36224258010450555}, "hayward": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hazards": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "he": {"he - his": 0.02405255020791003, "he": 0.3980398566251028, "his": 0.37398730641719274}, "head": {"he - his": 0.0002616838433365798, "he": 0.27569612680652966, "his": 0.2754344429631931}, "headed": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "heads": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "healing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "health": {"he - his": 0.008027900204994665, "he": 0.2589931084778629, "his": 0.2509652082728682}, "healthy": {"he - his": -0.01310987764538113, "he": 0.2706167719786347, "his": 0.28372664962401584}, "hear": {"he - his": -0.08846193893976573, "he": 0.1952647106842501, "his": 0.28372664962401584}, "heard": {"he - his": 0.039861673210177195, "he": 0.3007251318795418, "his": 0.2608634586693646}, "hearing": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "heart": {"he - his": -0.013387989507092413, "he": 0.3152272304510461, "his": 0.3286152199581385}, "heartfelt": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "heat": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "heatsink": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "heavier": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "heavily": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "heavy": {"he - his": -0.041783263363631196, "he": 0.24822433673152106, "his": 0.29000760009515225}, "heavyweight": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "height": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "held": {"he - his": -0.005848269340782586, "he": 0.32097422855162044, "his": 0.32682249789240303}, "helicopters": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hell": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "helms": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "help": {"he - his": -0.040680271362605935, "he": 0.30551156638991755, "his": 0.3461918377525235}, "helpadchoicespublisherslegaltermsprivacycopyrightsocial": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "helped": {"he - his": -0.03422091404455763, "he": 0.28443289494242496, "his": 0.3186538089869826}, "helpless": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "helps": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "henry": {"he - his": -0.08767535472354007, "he": 0.2096203028495787, "his": 0.29729565757311877}, "her": {"he - his": -0.03894947846765101, "he": 0.20805179877851568, "his": 0.2470012772461667}, "heralding": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "here": {"he - his": 0.012939561231315844, "he": 0.34263813672553056, "his": 0.3296985754942147}, "heroes": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "herself": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "hide": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "hiding": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "high": {"he - his": -0.003659612702266557, "he": 0.29156066822324084, "his": 0.2952202809255074}, "higher": {"he - his": -0.01382900212702165, "he": 0.26541195209789414, "his": 0.2792409542249158}, "highest": {"he - his": -0.040819703347465486, "he": 0.2761209166432573, "his": 0.31694061999072276}, "highlight": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "highlights": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "highly": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "highway": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "hike": {"he - his": -0.060713985898644046, "he": 0.15478128540747058, "his": 0.21549527130611462}, "hilarious": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "him": {"he - his": -0.01675030185958537, "he": 0.3466259083939629, "his": 0.36337621025354827}, "himself": {"he - his": 0.0008114111845030636, "he": 0.3294266311426416, "his": 0.3286152199581385}, "hint": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hipper": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hippopotamus": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "hiroto": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "his": {"he - his": -0.06606479971437429, "he": 0.366576688087183, "his": 0.4326414878015573}, "historic": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "historical": {"he - his": -0.04152725278494085, "he": 0.2557684047881779, "his": 0.29729565757311877}, "historically": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "history": {"he - his": -0.015172416153975299, "he": 0.2862293847465158, "his": 0.3014018009004911}, "hit": {"he - his": -0.013954037806864161, "he": 0.30851009722698136, "his": 0.3224641350338455}, "hits": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hobbit": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hoffman": {"he - his": -0.012632386938832202, "he": 0.17513948510860172, "his": 0.18777187204743392}, "hold": {"he - his": -0.013712174622627415, "he": 0.2985659666347768, "his": 0.3122781412574042}, "holding": {"he - his": 0.034040910858958356, "he": 0.2557684047881779, "his": 0.22172749392921956}, "holds": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "holes": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "hollow": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "holmes": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "holy": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "home": {"he - his": -0.015669566646783095, "he": 0.31861021995870936, "his": 0.33427978660549246}, "homeless": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "homemade": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "homes": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "honed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "honest": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "hong": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "honor": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "honors": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "honourable": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hoofer": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hope": {"he - his": 0.003629152877079045, "he": 0.2985659666347768, "his": 0.29493681375769776}, "hoped": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hopkinson": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hordes": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hornbleat": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "horns": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "horror": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hospital": {"he - his": 0.016091033025933787, "he": 0.29331046650630477, "his": 0.277219433480371}, "hospitals": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "hosted": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "hosts": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "hot": {"he - his": 0.0005672142045231032, "he": 0.3044621878885711, "his": 0.303894973684048}, "hotel": {"he - his": 0.03413497439725957, "he": 0.241725564252744, "his": 0.20759058985548443}, "hotels": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "hound": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hour": {"he - his": -0.014170733288909887, "he": 0.31693068203336816, "his": 0.33110141532227805}, "hours": {"he - his": -0.04573157107420972, "he": 0.2727659526228598, "his": 0.3184975236970695}, "house": {"he - his": -0.01444028620742771, "he": 0.3208318002596726, "his": 0.3352720864671003}, "how": {"he - his": -0.012546391596340634, "he": 0.3392386385047019, "his": 0.3517850301010425}, "however": {"he - his": -0.005033291172740373, "he": 0.29636850972775075, "his": 0.3014018009004911}, "https": {"he - his": 0.008281696934753446, "he": 0.3055773545078722, "his": 0.29729565757311877}, "hub": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hubble": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hubs": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hug": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "huge": {"he - his": 0.008162507033706301, "he": 0.28140745714167614, "his": 0.27324495010796984}, "hugh": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "hughes": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "hugo": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "human": {"he - his": -0.014170733288909887, "he": 0.31693068203336816, "his": 0.33110141532227805}, "humanoid": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "humans": {"he - his": -0.03499259839827751, "he": 0.25994421535942025, "his": 0.29493681375769776}, "humble": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "humbly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "humorous": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hundred": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "hundreds": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "hunger": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hungry": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hunkered": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hunt": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hunter": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "hurt": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "husband": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "hustling": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hutcherson": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "huxley": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hylton": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hypertrophy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "hypocrisy": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "hysterical": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "i": {"he - his": -0.02067315910267331, "he": 0.26655903835679784, "his": 0.28723219745947115}, "ia": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ian": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ib\u00e9rico": {"he - his": -0.013420856386439722, "he": 0.12334307277422607, "his": 0.1367639291606658}, "ice": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "iced": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "iconic": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "idaho": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "idea": {"he - his": -0.014639683199011155, "he": 0.2508762773488147, "his": 0.26551596054782584}, "ideas": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "identical": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "identification": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "identified": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "identify": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "identifying": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "identity": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "idiom": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "if": {"he - his": -0.005625487218450076, "he": 0.33634247176006954, "his": 0.3419679589785196}, "igbinidu": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ignited": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ignorance": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "ignore": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "igp": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ii": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "iknow": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ill": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "illegally": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "illness": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "illuminates": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "illusion": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "imaginative": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "imagine": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "imagined": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "imagining": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "immediately": {"he - his": -0.01382900212702165, "he": 0.26541195209789414, "his": 0.2792409542249158}, "immensely": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "imminent": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "immortality": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "impact": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "imparted": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "impatience": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "impeding": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "impermissibly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "implemented": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "importance": {"he - his": -0.04200108537127184, "he": 0.241725564252744, "his": 0.28372664962401584}, "important": {"he - his": -0.015801566464093586, "he": 0.33425957856870864, "his": 0.3500611450328022}, "impose": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "impossible": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "impotence": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "impressed": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "impressive": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "improved": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "improvement": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "impulse": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "imran": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "in": {"he - his": -0.026535826054376543, "he": 0.2874499587480562, "his": 0.3139857848024327}, "inaction": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "incapability": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "incheon": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "inches": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "incident": {"he - his": -0.059851740184405755, "he": 0.1794666068936068, "his": 0.23931834707801256}, "incidents": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "incinerated": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "incision": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "include": {"he - his": 0.01302919887721804, "he": 0.3132253479987726, "his": 0.30019614912155457}, "included": {"he - his": -0.028229662588753923, "he": 0.2985659666347768, "his": 0.3267956292235307}, "includes": {"he - his": -0.041783263363631196, "he": 0.24822433673152106, "his": 0.29000760009515225}, "including": {"he - his": -0.02274121172483412, "he": 0.3288780321782783, "his": 0.35161924390311244}, "inclusion": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "incomprehensibly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "inconsistency": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "increase": {"he - his": 0.016066738445861956, "he": 0.25994421535942025, "his": 0.2438774769135583}, "increased": {"he - his": 0.016082025291898616, "he": 0.2706167719786347, "his": 0.2545347466867361}, "increasingly": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "incredible": {"he - his": -0.012809182433992095, "he": 0.241725564252744, "his": 0.2545347466867361}, "incredibly": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "indeed": {"he - his": 0.016091033025933787, "he": 0.29331046650630477, "his": 0.277219433480371}, "independent": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "india": {"he - his": 0.037235777938625814, "he": 0.3055773545078722, "his": 0.2683415765692464}, "indian": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "indistinguishable": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "individual": {"he - his": -0.034457595502863314, "he": 0.27701210344138494, "his": 0.31146969894424825}, "individualized": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "individuals": {"he - his": -0.013436106255122926, "he": 0.2863845778391723, "his": 0.29982068409429524}, "indoors": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "inducted": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "industrial": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "industry": {"he - his": 0.008137275363367391, "he": 0.27689607298703506, "his": 0.26875879762366767}, "ineffective": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "inefficiency": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "inertia": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "inevitably": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "infants": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "infects": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "infiltrates": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "infinitely": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "inflammatory": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "inflict": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "influenced": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "informal": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "information": {"he - his": 0.0034976582405156775, "he": 0.28273861246543147, "his": 0.2792409542249158}, "informed": {"he - his": -0.040819703347465486, "he": 0.2761209166432573, "his": 0.31694061999072276}, "informs": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "inhabit": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "inherently": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "initial": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "initiative": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "injured": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "injuries": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "injury": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "ink": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "inmates": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "innocent": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "innovations": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "innovative": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "innovator": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "innumerably": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "inoculated": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "insect": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "inside": {"he - his": 0.009473391731270264, "he": 0.34104612237766335, "his": 0.3315727306463931}, "insisted": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "insisting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "inspector": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "inspire": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "inspired": {"he - his": -0.0864791576111825, "he": 0.23046146237954027, "his": 0.31694061999072276}, "inspiring": {"he - his": -0.04152725278494085, "he": 0.2557684047881779, "his": 0.29729565757311877}, "instability": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "installed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "instead": {"he - his": 0.00936023636492661, "he": 0.3118029924234053, "his": 0.3024427560584787}, "instigation": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "instinctively": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "instincts": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "institutes": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "institution": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "institutional": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "institutions": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "instruments": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "insular": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "insurgency": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "intellectual": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "intelligence": {"he - his": -0.04235879672656323, "he": 0.2308861533814066, "his": 0.27324495010796984}, "intend": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "intended": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "intends": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "intense": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "intensely": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "intentions": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "intents": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "interaction": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "interactions": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "interactive": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "interest": {"he - his": -0.08877332190176185, "he": 0.18942200122095953, "his": 0.2781953231227214}, "interested": {"he - his": -0.040819703347465486, "he": 0.2761209166432573, "his": 0.31694061999072276}, "interesting": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "interests": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "interior": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "internally": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "international": {"he - his": -0.013878496829969222, "he": 0.2900164768540788, "his": 0.303894973684048}, "internet": {"he - his": 0.025293518342904053, "he": 0.30348884146562544, "his": 0.2781953231227214}, "interrogating": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "interrupted": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "intersection": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "intervene": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "interview": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "into": {"he - his": -0.012580317243388484, "he": 0.33771879262141313, "his": 0.3502991098648016}, "intranet": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "introduce": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "introduction": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "invades": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "invented": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "invention": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "inventor": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "investigates": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "investigation": {"he - his": -0.034457595502863314, "he": 0.27701210344138494, "his": 0.31146969894424825}, "investigative": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "investment": {"he - his": 0.03409387429856442, "he": 0.24822433673152106, "his": 0.21413046243295664}, "invitation": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "invited": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "inviting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "invocation": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "invocations": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "involved": {"he - his": -0.0032676523344100095, "he": 0.3208318002596726, "his": 0.3240994525940826}, "involves": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "ionigeria": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "iran": {"he - his": -0.013912369891491944, "he": 0.17604891428993993, "his": 0.18996128418143188}, "iranian": {"he - his": -0.012632386938832202, "he": 0.17513948510860172, "his": 0.18777187204743392}, "iron": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "irony": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "irritated": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "is": {"he - his": -0.012591267073050694, "he": 0.311064493245687, "his": 0.3236557603187377}, "isabelle": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "isay": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "islamic": {"he - his": -0.08877332190176185, "he": 0.18942200122095953, "his": 0.2781953231227214}, "island": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "islanders": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "isn": {"he - his": -0.013526147682743683, "he": 0.24733731098662093, "his": 0.2608634586693646}, "isolation": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "israel": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "issue": {"he - his": 0.012893190888170813, "he": 0.27003447621478194, "his": 0.2571412853266111}, "issued": {"he - his": 0.016087800064943092, "he": 0.27701210344138494, "his": 0.26092430337644185}, "issues": {"he - his": 0.003559277211081291, "he": 0.2900164768540788, "his": 0.2864571996429975}, "it": {"he - his": -0.01656248465481086, "he": 0.3177030188028946, "his": 0.33426550345770545}, "italy": {"he - his": 0.03424919913916277, "he": 0.21809143861661223, "his": 0.18384223947744946}, "itching": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "item": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "items": {"he - his": -0.0864791576111825, "he": 0.23046146237954027, "his": 0.31694061999072276}, "its": {"he - his": -0.0134748234712751, "he": 0.3135526074414921, "his": 0.3270274309127672}, "itself": {"he - his": -0.014476145608758428, "he": 0.33412800377878255, "his": 0.348604149387541}, "iv": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "j": {"he - his": -0.014447284281312756, "he": 0.3035365655022822, "his": 0.31798384978359495}, "jabroni": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "jabronies": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "jack": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "jaded": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "jam": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "james": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "jamie": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "jane": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "japan": {"he - his": -0.01294235631501589, "he": 0.15478128540747058, "his": 0.16772364172248647}, "japanese": {"he - his": -0.04264663179405945, "he": 0.22200596736699943, "his": 0.2646525991610589}, "jargon": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "javad": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "jay": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "jayson": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "jazz": {"he - his": -0.012494443791473214, "he": 0.18419749023760523, "his": 0.19669193402907845}, "jealous": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "jeff": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "jefferson": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "jelly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "jerry": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "jerusalem": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "jesus": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "jim": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "job": {"he - his": -0.02558330476631887, "he": 0.30656126980078335, "his": 0.3321445745671022}, "jobs": {"he - his": -0.041783263363631196, "he": 0.24822433673152106, "his": 0.29000760009515225}, "jodrell": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "joe": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "joel": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "johannes": {"he - his": -0.058721273719667705, "he": 0.2096203028495787, "his": 0.2683415765692464}, "johansson": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "john": {"he - his": 0.009428132332283623, "he": 0.32792565602935314, "his": 0.3184975236970695}, "johnson": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "join": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "joined": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "joining": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "joint": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "joke": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "jokes": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "joking": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "jonas": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "jordan": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "jordon": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "josef": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "joshua": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "journal": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "journey": {"he - his": -0.03465959095144111, "he": 0.2706167719786347, "his": 0.3052763629300758}, "joy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "joyfully": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "judging": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "judicial": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "judy": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "jules": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "july": {"he - his": 0.008281696934753446, "he": 0.3055773545078722, "his": 0.29729565757311877}, "jumped": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "jumping": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "june": {"he - his": -0.014110386643740869, "he": 0.3007251318795418, "his": 0.3148355185232827}, "junior": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "just": {"he - his": -0.017896649816726673, "he": 0.3303890873230246, "his": 0.34828573713975125}, "justice": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "justify": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "jx2r5mvbcw": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "kana": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "kang": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "karaoke": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "karen": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "kashmir": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "kato": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "katoare": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "kc": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "keeghan": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "keen": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "keep": {"he - his": -0.013436106255122926, "he": 0.2863845778391723, "his": 0.29982068409429524}, "kei": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "kennedy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "keno": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "kenya": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "kenzo": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "kept": {"he - his": 0.008189254716450933, "he": 0.2863845778391723, "his": 0.2781953231227214}, "key": {"he - his": 0.034040910858958356, "he": 0.2557684047881779, "his": 0.22172749392921956}, "keynote": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "khan": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "khone": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "kickstarting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "kid": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "kidding": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "kidnap": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "kids": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "killed": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "killer": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "killers": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "killing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "kilometer": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "kim": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "kind": {"he - his": -0.03035918015212169, "he": 0.29825603980601684, "his": 0.3286152199581385}, "kindle": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "kindly": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "kinds": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "kingdom": {"he - his": -0.040819703347465486, "he": 0.2761209166432573, "his": 0.31694061999072276}, "klamath": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "klaxons": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "km": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "knew": {"he - his": -0.013799000550400564, "he": 0.29410296323136986, "his": 0.3079019637817704}, "knicks": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "knight": {"he - his": -0.012566491931375351, "he": 0.1794666068936068, "his": 0.19203309882498215}, "knob": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "knocked": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "knocking": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "knocks": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "knott": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "knotted": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "know": {"he - his": 0.007642338481191557, "he": 0.33324573552976483, "his": 0.3256033970485733}, "knowing": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "knowledge": {"he - his": -0.0632453622127272, "he": 0.24822433673152106, "his": 0.31146969894424825}, "known": {"he - his": -0.03159694962286136, "he": 0.3127156032004677, "his": 0.34431255282332907}, "knows": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "kong": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "korea": {"he - his": -0.012325879171234316, "he": 0.1952647106842501, "his": 0.20759058985548443}, "korean": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "kourou": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "kratz": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "krauts": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "kurono": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "l": {"he - his": -0.042190756486430975, "he": 0.2360045666362904, "his": 0.2781953231227214}, "labor": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "laboratory": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "lack": {"he - his": -0.034457595502863314, "he": 0.27701210344138494, "his": 0.31146969894424825}, "lacked": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "ladder": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "lady": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "lagos": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "laid": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "lake": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "lamborghini": {"he - his": 0.03413497439725957, "he": 0.241725564252744, "his": 0.20759058985548443}, "laments": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "lamppost": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "lan": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "land": {"he - his": -0.014306576498921086, "he": 0.2909552159292553, "his": 0.30526179242817636}, "landing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "languorous": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "large": {"he - his": 0.03416769284221513, "he": 0.2360045666362904, "his": 0.20183687379407528}, "larger": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "las": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "lassitude": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "last": {"he - his": -0.017031193504926545, "he": 0.3112839147422799, "his": 0.32831510824720644}, "late": {"he - his": 0.006655412644593461, "he": 0.33412800377878255, "his": 0.3274725911341891}, "later": {"he - his": -0.02302569554966616, "he": 0.32714723735437007, "his": 0.3501729329040362}, "lateral": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "latest": {"he - his": -0.012905319162293122, "he": 0.2360045666362904, "his": 0.24890988579858353}, "latitude": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "latter": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "launch": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "launched": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "law": {"he - his": -0.043654363512829114, "he": 0.1896894593627973, "his": 0.2333438228756264}, "lawson": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "lawyers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "lax": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "lay": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "layoff": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "lead": {"he - his": -0.02485960320555064, "he": 0.3065739001854821, "his": 0.3314335033910327}, "leader": {"he - his": 0.0632522813303418, "he": 0.25994421535942025, "his": 0.19669193402907845}, "leaders": {"he - his": 0.016058037939891218, "he": 0.2553763850179038, "his": 0.23931834707801256}, "leadership": {"he - his": -0.013300734748549592, "he": 0.25994421535942025, "his": 0.27324495010796984}, "leading": {"he - his": -0.013076454479110378, "he": 0.3055773545078722, "his": 0.3186538089869826}, "leads": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "league": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "leaky": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "lean": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "leaning": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "learn": {"he - his": 0.016074838399097013, "he": 0.26498472419768054, "his": 0.24890988579858353}, "learned": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "learning": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "least": {"he - his": 0.015626422008946594, "he": 0.3308157738548802, "his": 0.3151893518459336}, "leave": {"he - his": 0.034040910858958356, "he": 0.2557684047881779, "his": 0.22172749392921956}, "leaves": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "leaving": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "lebron": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "led": {"he - his": -0.030870684115728075, "he": 0.28140745714167614, "his": 0.3122781412574042}, "leds": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "lee": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "leeratanakajornthe": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "left": {"he - his": -0.024234735793259077, "he": 0.30966004399524777, "his": 0.33389477978850685}, "legal": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "legend": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "legendary": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "legislatures": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "legs": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "lemony": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "length": {"he - his": -0.06288540419880467, "he": 0.2557684047881779, "his": 0.3186538089869826}, "lengthening": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "lengthier": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "lengthy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "less": {"he - his": 0.019363006679249506, "he": 0.29807696639998116, "his": 0.27871395972073165}, "let": {"he - his": -0.015217993204021785, "he": 0.29984115812293916, "his": 0.31505915132696094}, "letter": {"he - his": -0.03537937829861726, "he": 0.24733731098662093, "his": 0.2827166892852382}, "letters": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "level": {"he - his": -0.03144407625189438, "he": 0.26210175570743366, "his": 0.29354583195932804}, "levies": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "lewis": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "lgav3": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "li": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "liberating": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "libraries": {"he - his": -0.059487884577623995, "he": 0.18942200122095953, "his": 0.24890988579858353}, "license": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "licks": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "lies": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "life": {"he - his": -0.028847290464045383, "he": 0.3203388627481922, "his": 0.34918615321223756}, "lifetime": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "lifted": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "light": {"he - his": 0.008248439710864586, "he": 0.29825603980601684, "his": 0.29000760009515225}, "lights": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "like": {"he - his": -0.013534078604546917, "he": 0.33876562806210625, "his": 0.35229970666665317}, "liked": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "likely": {"he - his": 0.024133810424662505, "he": 0.3091213913938177, "his": 0.2849875809691552}, "likes": {"he - his": -0.040819703347465486, "he": 0.2761209166432573, "his": 0.31694061999072276}, "limit": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "limits": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "line": {"he - his": 0.016058037939891218, "he": 0.2553763850179038, "his": 0.23931834707801256}, "lineman": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "linemen": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "lines": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "lingering": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "linked": {"he - his": -0.04152725278494085, "he": 0.2557684047881779, "his": 0.29729565757311877}, "links": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "linton": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "lipgloss": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "liquid": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "lisa": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "listen": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "listening": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "lit": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "literary": {"he - his": -0.03465959095144111, "he": 0.2706167719786347, "his": 0.3052763629300758}, "literature": {"he - his": -0.013076454479110378, "he": 0.3055773545078722, "his": 0.3186538089869826}, "little": {"he - his": 0.00082300303999161, "he": 0.3201903724833076, "his": 0.319367369443316}, "liu": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "live": {"he - his": 0.008189254716450933, "he": 0.2863845778391723, "his": 0.2781953231227214}, "lived": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "liverpool": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "lives": {"he - his": -0.041783263363631196, "he": 0.24822433673152106, "his": 0.29000760009515225}, "living": {"he - his": 0.03413497439725957, "he": 0.241725564252744, "his": 0.20759058985548443}, "ll": {"he - his": -0.015019423401883447, "he": 0.29346158568225716, "his": 0.3084810090841406}, "load": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "loads": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "loan": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "lobes": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "local": {"he - his": -0.0019100815208932254, "he": 0.2883989872572695, "his": 0.2903090687781627}, "located": {"he - his": -0.06355079867733182, "he": 0.241725564252744, "his": 0.3052763629300758}, "location": {"he - his": 0.01604894125099557, "he": 0.2511954309694252, "his": 0.23514648971842964}, "locations": {"he - his": -0.08715285759316796, "he": 0.2188615626423764, "his": 0.30601442023554437}, "lodged": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "lodging": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "logged": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "logic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "logical": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "logistic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "logistical": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "logistics": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "lollipop": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "lollipops": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "london": {"he - his": -0.08810185501105616, "he": 0.2019057450840961, "his": 0.29000760009515225}, "lone": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "long": {"he - his": -0.008393104034856658, "he": 0.3258866825706358, "his": 0.33427978660549246}, "longer": {"he - his": -0.042190756486430975, "he": 0.2360045666362904, "his": 0.2781953231227214}, "longest": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "longing": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "look": {"he - his": -0.03200182467990742, "he": 0.30077776636972353, "his": 0.33277959104963095}, "lookalites": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "looked": {"he - his": 0.01800844259430362, "he": 0.3007251318795418, "his": 0.2827166892852382}, "looking": {"he - his": -0.059379236525814005, "he": 0.250650668552739, "his": 0.310029905078553}, "looks": {"he - his": 0.003710656592299688, "he": 0.3089870195223755, "his": 0.3052763629300758}, "loop": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "loose": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "looting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "lord": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "lore": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "lorentzian": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "los": {"he - his": -0.06426083562615603, "he": 0.22624911288342076, "his": 0.2905099485095768}, "lose": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "losing": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "loss": {"he - his": 0.008318217291503449, "he": 0.3143326375270478, "his": 0.30601442023554437}, "losses": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "lost": {"he - his": -0.026747459254647277, "he": 0.3007251318795418, "his": 0.3274725911341891}, "lot": {"he - his": -0.045201248800181226, "he": 0.2954149570390519, "his": 0.34061620583923313}, "lots": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "lotus": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "lou": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "loudly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "lounging": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "love": {"he - his": -0.023990877239519703, "he": 0.30392831269155185, "his": 0.32791918993107155}, "loved": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "lovely": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "loves": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "loving": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "lovitz": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "low": {"he - his": 0.0003963660218587184, "he": 0.28807841548642543, "his": 0.2876820494645667}, "lower": {"he - his": 0.01603958657321236, "he": 0.24733731098662093, "his": 0.23129772441340857}, "lowest": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "loyola": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "luca": {"he - his": -0.0897143698711732, "he": 0.1711490887981914, "his": 0.2608634586693646}, "lucky": {"he - his": -0.040819703347465486, "he": 0.2761209166432573, "his": 0.31694061999072276}, "lucrative": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "lunch": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "lung": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "lurked": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "luxury": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "lyric": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "lyrics": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "m": {"he - his": -0.007548185364712745, "he": 0.3308013484393924, "his": 0.33834953380410515}, "machines": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mackay": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mad": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "made": {"he - his": -0.016602257638373474, "he": 0.3287088428392308, "his": 0.34531110047760427}, "madison": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "magazine": {"he - his": -0.030552003515097792, "he": 0.29194443256142616, "his": 0.32249643607652395}, "magi": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "magic": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "magical": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "mahesh": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "mail": {"he - his": 0.03409387429856442, "he": 0.24822433673152106, "his": 0.21413046243295664}, "mails": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "main": {"he - his": -0.04573157107420972, "he": 0.2727659526228598, "his": 0.3184975236970695}, "mainstream": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "maintained": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "maivia": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "major": {"he - his": -0.058990741305732064, "he": 0.2589931084778629, "his": 0.31798384978359495}, "majority": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "make": {"he - his": -0.016231550581814358, "he": 0.34376497064510214, "his": 0.3599965212269165}, "makers": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "makes": {"he - his": -0.03134672577059583, "he": 0.26541195209789414, "his": 0.29675867786849}, "makeup": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "making": {"he - his": -0.014306576498921086, "he": 0.2909552159292553, "his": 0.30526179242817636}, "makran": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "malaise": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "malaria": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "malcolm": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "malformed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "malfunctioning": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "malignant": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "malik": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "malindi": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "malone": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mammoths": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "man": {"he - his": -0.026715603159618517, "he": 0.3540010485675439, "his": 0.3807166517271624}, "manage": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "managed": {"he - his": -0.013712174622627415, "he": 0.2985659666347768, "his": 0.3122781412574042}, "management": {"he - his": 0.016087800064943092, "he": 0.27701210344138494, "his": 0.26092430337644185}, "manager": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "mandolin": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "manipulate": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "manner": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "manufactured": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "manufacturing": {"he - his": -0.012414872573115743, "he": 0.18942200122095953, "his": 0.20183687379407528}, "manuscript": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "many": {"he - his": -0.012342672957882661, "he": 0.34838703169718105, "his": 0.3607297046550637}, "map": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "marathon": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "march": {"he - his": -0.06841695315224111, "he": 0.22882163698696972, "his": 0.29723859013921083}, "margins": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "marilyn": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "marine": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mark": {"he - his": -0.013509416554148446, "he": 0.3089870195223755, "his": 0.32249643607652395}, "marked": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "markers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "market": {"he - his": -0.013650104816594594, "he": 0.24040369974991524, "his": 0.25405380456650983}, "marketing": {"he - his": -0.04152725278494085, "he": 0.2557684047881779, "his": 0.29729565757311877}, "marriage": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "married": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "martin": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "martinez": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "marveled": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "marvell": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mary": {"he - his": 0.016091033025933787, "he": 0.29331046650630477, "his": 0.277219433480371}, "masaru": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "masks": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "massacre": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "masterpiece": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "masterpieces": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "match": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "matches": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "matchup": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "material": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "materials": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "math": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "matrix": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "matt": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "matter": {"he - his": -0.013331930368649658, "he": 0.29194443256142616, "his": 0.3052763629300758}, "matterhorn": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "matters": {"he - his": 0.016087800064943092, "he": 0.27701210344138494, "his": 0.26092430337644185}, "matthew": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "maximum": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "may": {"he - his": -0.02289891807956318, "he": 0.3123266757274419, "his": 0.33522559380700506}, "maybe": {"he - his": -0.013382412605763894, "he": 0.2553763850179038, "his": 0.26875879762366767}, "mayhem": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mayonnaise": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mayor": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "mayoral": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mcavennie": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mccue": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mcdonalds": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mcgregor": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mckellen": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mckenzie": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "me": {"he - his": -0.01203912926522338, "he": 0.3088529428099236, "his": 0.320892072075147}, "mea": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mean": {"he - his": 0.003710656592299688, "he": 0.3089870195223755, "his": 0.3052763629300758}, "meaning": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "meanings": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "means": {"he - his": -0.014612941971633042, "he": 0.27569612680652966, "his": 0.2903090687781627}, "meant": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "meanwhile": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "measure": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "measures": {"he - his": 0.05430292707460427, "he": 0.3152272304510461, "his": 0.26092430337644185}, "meat": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "mechanics": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mechanism": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "medals": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "media": {"he - his": 0.0180114815952071, "he": 0.2827676185896785, "his": 0.2647561369944714}, "median": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "medical": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "medication": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "meditates": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "meditation": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "meet": {"he - his": 0.062184621204114054, "he": 0.30443571062612773, "his": 0.24225108942201368}, "meeting": {"he - his": -0.059487884577623995, "he": 0.18942200122095953, "his": 0.24890988579858353}, "meetings": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "megabox": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "meh": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mehmood": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mellow": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "melt": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "meltdown": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "member": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "members": {"he - his": -0.013476262852234161, "he": 0.20201900845388046, "his": 0.21549527130611462}, "memorable": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "memory": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "men": {"he - his": -0.042246678468972954, "he": 0.2588115242698807, "his": 0.30105820273885364}, "mena": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "menace": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mentality": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "menu": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mercedes": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mercurial": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mercy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mere": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "merely": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "merle": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mess": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "message": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "messy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "met": {"he - his": 0.034040910858958356, "he": 0.2557684047881779, "his": 0.22172749392921956}, "metaphysical": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "meter": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "meters": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "methods": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "mia": {"he - his": -0.012749566393584322, "he": 0.1674440335988083, "his": 0.18019359999239262}, "miami": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "michael": {"he - his": 0.025293518342904053, "he": 0.30348884146562544, "his": 0.2781953231227214}, "michel": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "michelangelo": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "mid": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "middle": {"he - his": -0.013331930368649658, "he": 0.29194443256142616, "his": 0.3052763629300758}, "midnight": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "midway": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "midweek": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "might": {"he - his": -0.0023849909239123668, "he": 0.3511026674627108, "his": 0.35348765838662316}, "mighty": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "mile": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "miles": {"he - his": -0.012325879171234316, "he": 0.1952647106842501, "his": 0.20759058985548443}, "militaries": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "military": {"he - his": -0.04250968474024691, "he": 0.22624911288342076, "his": 0.26875879762366767}, "millennium": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "miller": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "million": {"he - his": -0.0140561114017978, "he": 0.25328619373444833, "his": 0.26734230513624613}, "millions": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "min": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mind": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "minds": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "mine": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mini": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "minimize": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "minimum": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "minister": {"he - his": 0.0180114815952071, "he": 0.2827676185896785, "his": 0.2647561369944714}, "ministerial": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ministers": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "ministry": {"he - his": -0.012809182433992095, "he": 0.241725564252744, "his": 0.2545347466867361}, "minor": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "minute": {"he - his": 0.003469275514567771, "he": 0.27946203539368164, "his": 0.27599275987911387}, "minutes": {"he - his": -0.014110386643740869, "he": 0.3007251318795418, "his": 0.3148355185232827}, "mip": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mirror": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mirrors": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "misconduct": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "misdemeanors": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "misery": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "misreading": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "miss": {"he - his": -0.040819703347465486, "he": 0.2761209166432573, "his": 0.31694061999072276}, "missiles": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "missing": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "mission": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "missionary": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "missions": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mississippi": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "missteps": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "misted": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "misunderstand": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "misunderstanding": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mitchell": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "mixed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mla": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "mls": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "moaning": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mob": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mobile": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "model": {"he - his": -0.013759332442159183, "he": 0.23429344384660586, "his": 0.24805277628876504}, "models": {"he - his": 0.03413497439725957, "he": 0.241725564252744, "his": 0.20759058985548443}, "moderates": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "moderation": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "modern": {"he - his": -0.027332262580320232, "he": 0.2803031206540374, "his": 0.30763538323435763}, "modernism": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "modernist": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "modified": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mohsin": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "moley": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mom": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "moment": {"he - his": -0.03465959095144111, "he": 0.2706167719786347, "his": 0.3052763629300758}, "moments": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "mona": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "monday": {"he - his": 0.008189254716450933, "he": 0.2863845778391723, "his": 0.2781953231227214}, "money": {"he - his": -0.06000700460982791, "he": 0.17513948510860172, "his": 0.23514648971842964}, "monika": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "monitor": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "monitoring": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "monk": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "monologue": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "monosyllabic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "monroe": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "month": {"he - his": -0.013650104816594594, "he": 0.24040369974991524, "his": 0.25405380456650983}, "monthly": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "months": {"he - his": -0.012414872573115743, "he": 0.18942200122095953, "his": 0.20183687379407528}, "montreal": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "monty": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mood": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "moon": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "more": {"he - his": -0.0005749695345536043, "he": 0.3246404715637557, "his": 0.3252154410983093}, "morning": {"he - his": 0.0033231174549604447, "he": 0.26326399404637546, "his": 0.259940876591415}, "morocco": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mortality": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "most": {"he - his": -0.009081681371148065, "he": 0.3381613253459505, "his": 0.34724300671709857}, "motegi": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "mother": {"he - his": -0.013382412605763894, "he": 0.2553763850179038, "his": 0.26875879762366767}, "motherboard": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "motherboards": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mothers": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "motions": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "motivated": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "motivational": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "mounded": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mountains": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "mouth": {"he - his": -0.04121637806337303, "he": 0.26479804217217134, "his": 0.30601442023554437}, "move": {"he - his": 0.000652231904273437, "he": 0.31293037316167766, "his": 0.3122781412574042}, "moved": {"he - his": -0.01321059892504084, "he": 0.26498472419768054, "his": 0.2781953231227214}, "movement": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "movements": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "moves": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "movie": {"he - his": -0.014152476266183794, "he": 0.24814049607089825, "his": 0.26229297233708204}, "movies": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "moving": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "mr": {"he - his": 0.041532671189125514, "he": 0.3242493604743637, "his": 0.2827166892852382}, "mrs": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "msi": {"he - his": -0.012991323532151683, "he": 0.2308861533814066, "his": 0.2438774769135583}, "much": {"he - his": -0.000766892879493386, "he": 0.3416480639990147, "his": 0.3424149568785081}, "muffled": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "multiple": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "multiplies": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "multitude": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "mums": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "murder": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "murders": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "murdoch": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "murrah": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "murray": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "muschamp": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mused": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "museum": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "mushroom": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "music": {"he - his": -0.03204816197346136, "he": 0.24124875633255868, "his": 0.27329691830602004}, "musical": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "musicians": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "musings": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "musk": {"he - his": -0.012802248111585285, "he": 0.1639840344423364, "his": 0.17678628255392168}, "muslim": {"he - his": -0.012991323532151683, "he": 0.2308861533814066, "his": 0.2438774769135583}, "muslims": {"he - his": -0.012632386938832202, "he": 0.17513948510860172, "his": 0.18777187204743392}, "must": {"he - his": -0.0017252269258941633, "he": 0.3035365655022822, "his": 0.30526179242817636}, "mustard": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "muster": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "mutants": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mvp": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "my": {"he - his": -0.03083338751632092, "he": 0.25900738870007234, "his": 0.28984077621639326}, "myself": {"he - his": -0.042190756486430975, "he": 0.2360045666362904, "his": 0.2781953231227214}, "myspace": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mysterium": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mystic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "mystical": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "myth": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "nab": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "nailed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "name": {"he - his": -0.026847717305812036, "he": 0.2972517352882706, "his": 0.3240994525940826}, "named": {"he - his": -0.013213659138231415, "he": 0.29825603980601684, "his": 0.31146969894424825}, "naming": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "nancy": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "naps": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "narrates": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "narrowed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "narrowly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "nasa": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "nascent": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "nashville": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "nassau": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "nation": {"he - his": -0.059487884577623995, "he": 0.18942200122095953, "his": 0.24890988579858353}, "national": {"he - his": 0.00023768234937404653, "he": 0.2735346006553941, "his": 0.27329691830602004}, "nations": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "natural": {"he - his": 0.008189254716450933, "he": 0.2863845778391723, "his": 0.2781953231227214}, "naturally": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "nature": {"he - his": -0.08810185501105616, "he": 0.2019057450840961, "his": 0.29000760009515225}, "navigating": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "navy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "nba": {"he - his": -0.01321059892504084, "he": 0.26498472419768054, "his": 0.2781953231227214}, "ncaa": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "near": {"he - his": 0.016091318373178565, "he": 0.28443289494242496, "his": 0.2683415765692464}, "nearer": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "nearing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "nearly": {"he - his": 0.018000148717404574, "he": 0.30851009722698136, "his": 0.2905099485095768}, "neatly": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "necessarily": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "necessary": {"he - his": -0.02808388918076765, "he": 0.30348884146562544, "his": 0.3315727306463931}, "neck": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "need": {"he - his": 0.00928857122744059, "he": 0.297479506870384, "his": 0.2881909356429434}, "needed": {"he - his": -0.01321059892504084, "he": 0.26498472419768054, "his": 0.2781953231227214}, "needs": {"he - his": 0.0007527996495337308, "he": 0.3232492357260577, "his": 0.32249643607652395}, "negated": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "neglect": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "neighbor": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "neighborhood": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "neighbouring": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "neither": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "nelson": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "nerves": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "nervous": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "nestings": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "nestled": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "net": {"he - his": -0.035133563491673014, "he": 0.2553763850179038, "his": 0.2905099485095768}, "netanyahu": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "network": {"he - his": 0.008217782937410323, "he": 0.29194443256142616, "his": 0.28372664962401584}, "never": {"he - his": -0.0259702213143731, "he": 0.29296996402919956, "his": 0.31894018534357266}, "nevertheless": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "new": {"he - his": -0.02238634683346824, "he": 0.3225444200875728, "his": 0.344930766921041}, "newly": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "news": {"he - his": 0.02415606192669173, "he": 0.30414682941629423, "his": 0.2799907674896025}, "newspapers": {"he - his": 0.062184621204114054, "he": 0.30443571062612773, "his": 0.24225108942201368}, "newsweek": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "next": {"he - his": -0.015256154737480099, "he": 0.29807696639998116, "his": 0.31333312113746126}, "nfl": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "nhai": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "nice": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "nicely": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "nics": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "nigeria": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "night": {"he - his": -0.005776620755368389, "he": 0.32565688263566434, "his": 0.3314335033910327}, "nightclubs": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "nightingales": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "nihilist": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "nike": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "nine": {"he - his": -0.041783263363631196, "he": 0.24822433673152106, "his": 0.29000760009515225}, "nineteen": {"he - his": -0.012414872573115743, "he": 0.18942200122095953, "his": 0.20183687379407528}, "nineteenth": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ninjas": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "nishi": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "no": {"he - his": -0.02212634712432826, "he": 0.33132198130564056, "his": 0.3534483284299688}, "nobel": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "nobeladventures": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "nobody": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "noise": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "noisy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "non": {"he - his": -0.083110294997886, "he": 0.1993181369856555, "his": 0.2824284319835415}, "none": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "nor": {"he - his": -0.04121637806337303, "he": 0.26479804217217134, "his": 0.30601442023554437}, "normal": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "normalise": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "normalized": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "north": {"he - his": 0.03413497439725957, "he": 0.241725564252744, "his": 0.20759058985548443}, "northern": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "northmoor": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "norton": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "not": {"he - his": -0.004969454498183756, "he": 0.3500245342161253, "his": 0.35499398871430904}, "notable": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "nothing": {"he - his": 0.00042697178237266487, "he": 0.2909552159292553, "his": 0.2905282441468826}, "november": {"he - his": -0.013076454479110378, "he": 0.3055773545078722, "his": 0.3186538089869826}, "novemberat": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "now": {"he - his": -0.006405548033198816, "he": 0.3407027987271975, "his": 0.3471083467603963}, "nowhere": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "nuclear": {"he - his": -0.01389100417168021, "he": 0.26210175570743366, "his": 0.27599275987911387}, "nude": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "nukes": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "number": {"he - his": -0.02739894144753452, "he": 0.2779493574359167, "his": 0.3053482988834512}, "numbers": {"he - his": -0.08715285759316796, "he": 0.2188615626423764, "his": 0.30601442023554437}, "numerically": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "numerous": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "nutter": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "ny": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "nyc": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "obama": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "objectification": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "objectionable": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "objective": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "objects": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "obscuring": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "observations": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "observatory": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "observed": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "observer": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "observing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "obstructing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "obtained": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "obvious": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "occasions": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "occluded": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "occluding": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "occlusion": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "occultist": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "occupies": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "occur": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "occurred": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "occurrence": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "occurs": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "october": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "oddly": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "odfw": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "odor": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "odyssey": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "of": {"he - his": -0.03232267282130463, "he": 0.2542778467790707, "his": 0.28660051960037536}, "off": {"he - his": -0.007135290150020401, "he": 0.3034723109314147, "his": 0.3106076010814351}, "offender": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "offense": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "offensive": {"he - his": -0.012991323532151683, "he": 0.2308861533814066, "his": 0.2438774769135583}, "offer": {"he - his": 0.06302618212315028, "he": 0.2706167719786347, "his": 0.20759058985548443}, "offered": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "offers": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "office": {"he - his": -0.013616395916987378, "he": 0.30348884146562544, "his": 0.3171052373826128}, "officer": {"he - his": -0.04235879672656323, "he": 0.2308861533814066, "his": 0.27324495010796984}, "officers": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "offices": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "official": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "officials": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "offloaded": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "offseason": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "often": {"he - his": -0.027523602083459553, "he": 0.2735346006553941, "his": 0.30105820273885364}, "oh": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "oil": {"he - his": -0.013140522351430206, "he": 0.22200596736699943, "his": 0.23514648971842964}, "oklahoma": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "oladipo": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "old": {"he - his": -0.02590094497940909, "he": 0.2954149570390519, "his": 0.321315902018461}, "older": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "olympic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "omara": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "omissions": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "omnipresent": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "on": {"he - his": -0.01131114808511452, "he": 0.33028506066338653, "his": 0.34159620874850105}, "onboard": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "once": {"he - his": 0.0008408889367704231, "he": 0.32181827951842196, "his": 0.32097739058165153}, "one": {"he - his": -0.007688773270623062, "he": 0.37006768406063484, "his": 0.3777564573312579}, "ones": {"he - his": -0.01310987764538113, "he": 0.2706167719786347, "his": 0.28372664962401584}, "oni": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "onions": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "online": {"he - his": -0.0531421322094128, "he": 0.24040369974991524, "his": 0.29354583195932804}, "only": {"he - his": -0.0047297489992269015, "he": 0.3128127503338651, "his": 0.317542499333092}, "onto": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "op": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "open": {"he - his": -0.014506192572452503, "he": 0.3006831592734811, "his": 0.3151893518459336}, "opened": {"he - his": -0.05901855829234576, "he": 0.2019057450840961, "his": 0.26092430337644185}, "opening": {"he - his": -0.03422091404455763, "he": 0.28443289494242496, "his": 0.3186538089869826}, "opens": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "operating": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "operation": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "operations": {"he - his": 0.03409387429856442, "he": 0.24822433673152106, "his": 0.21413046243295664}, "opinion": {"he - his": 0.03733173642957499, "he": 0.29825603980601684, "his": 0.26092430337644185}, "opinions": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "opportunities": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "opportunity": {"he - his": -0.06288540419880467, "he": 0.2557684047881779, "his": 0.3186538089869826}, "opposing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "opposite": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "opted": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "optimize": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "opting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "options": {"he - his": -0.05901855829234576, "he": 0.2019057450840961, "his": 0.26092430337644185}, "or": {"he - his": -0.01454425665783976, "he": 0.3210156373906232, "his": 0.335559894048463}, "or3": {"he - his": -0.012905319162293122, "he": 0.2360045666362904, "his": 0.24890988579858353}, "or7": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "orbit": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "order": {"he - his": -0.041905775842503434, "he": 0.26812412923604956, "his": 0.310029905078553}, "ordered": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ordering": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "orderly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ordinary": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "oregon": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "org": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "organisation": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "organisations": {"he - his": 0.034040910858958356, "he": 0.2557684047881779, "his": 0.22172749392921956}, "organisdations": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "organization": {"he - his": -0.040819703347465486, "he": 0.2761209166432573, "his": 0.31694061999072276}, "organizations": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "organized": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "organs": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "oriental": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "original": {"he - his": 0.003710656592299688, "he": 0.3089870195223755, "his": 0.3052763629300758}, "origins": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "orlando": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "orleans": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ormara": {"he - his": -0.012325879171234316, "he": 0.1952647106842501, "his": 0.20759058985548443}, "oscars": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "other": {"he - his": -0.0298170072781202, "he": 0.34252292449223404, "his": 0.37233993177035424}, "others": {"he - his": -0.0017595967849975969, "he": 0.3006831592734811, "his": 0.3024427560584787}, "otherwise": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "otto": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "our": {"he - his": -0.052287327424166585, "he": 0.2856426068394773, "his": 0.33792993426364387}, "out": {"he - his": -0.02976513961410454, "he": 0.33533211348852215, "his": 0.3650972531026267}, "outbreak": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "outcome": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "outfits": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "outlandish": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "outlets": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "outrage": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "outright": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "outside": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "outspoken": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ovarian": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "over": {"he - his": -0.01692900873769304, "he": 0.33199047450870833, "his": 0.3489194832464014}, "overall": {"he - his": -0.10956395386015216, "he": 0.2019057450840961, "his": 0.31146969894424825}, "overcame": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "overclocking": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "overcome": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "overestimate": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "overflowing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "overing": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "overlap": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "overnight": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "overscaled": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "oversee": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "overseeing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "oversight": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "overtures": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "overturned": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "oviri": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "owi": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "own": {"he - his": -0.029126349782131522, "he": 0.3258866825706358, "his": 0.3550130323527673}, "owner": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "ownership": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "oxford": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "p": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "paced": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pacers": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "pack": {"he - his": -0.013762653568153205, "he": 0.268954035717085, "his": 0.2827166892852382}, "package": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "packs": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "pad": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pagan": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "page": {"he - his": -0.03100589079473537, "he": 0.27689607298703506, "his": 0.3079019637817704}, "paid": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "pains": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "paint": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "painted": {"he - his": -0.04121637806337303, "he": 0.26479804217217134, "his": 0.30601442023554437}, "painter": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "painting": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "pair": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "pak": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pakistan": {"he - his": -0.013166699900680312, "he": 0.14004325554765654, "his": 0.15320995544833685}, "pakistani": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pakistanis": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pallid": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "palpable": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pamphlet": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pandemic": {"he - his": -0.013213659138231415, "he": 0.29825603980601684, "his": 0.31146969894424825}, "pandemonium": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "panic": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "paper": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "paperback": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "papers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "papua": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "paradigmatic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "parameters": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "paranoid": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "parent": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "parents": {"he - his": -0.012905319162293122, "he": 0.2360045666362904, "his": 0.24890988579858353}, "park": {"he - his": -0.012991323532151683, "he": 0.2308861533814066, "his": 0.2438774769135583}, "parking": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "parks": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "parliament": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "part": {"he - his": -0.04104590256571755, "he": 0.29636850972775075, "his": 0.3374144122934683}, "particular": {"he - his": 0.008189254716450933, "he": 0.2863845778391723, "his": 0.2781953231227214}, "particularity": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "particularized": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "particularly": {"he - his": 0.003629152877079045, "he": 0.2985659666347768, "his": 0.29493681375769776}, "partners": {"he - his": 0.016091033025933787, "he": 0.29331046650630477, "his": 0.277219433480371}, "parts": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "party": {"he - his": 0.01302919887721804, "he": 0.3132253479987726, "his": 0.30019614912155457}, "partying": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "pass": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "passages": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "passenger": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "passengers": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "passes": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "passions": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "passive": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "past": {"he - his": -0.05813559210913377, "he": 0.27689607298703506, "his": 0.33503166509616883}, "pastimes": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pastor": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pastors": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "path": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "pathological": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "paths": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "patience": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "patients": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "patrolling": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "patronize": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pattern": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "paul": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "pause": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "pawn": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "pay": {"he - his": 0.003668157371330194, "he": 0.30348884146562544, "his": 0.29982068409429524}, "payday": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "paying": {"he - his": -0.012905319162293122, "he": 0.2360045666362904, "his": 0.24890988579858353}, "payment": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pch": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "peace": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "peaches": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "peer": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "pekes": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pelicans": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "pellage": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pending": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "peninsula": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "penn": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "pennpraxis": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pennsylvania": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pensioners": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "people": {"he - his": 0.004408875668543977, "he": 0.3349369407464959, "his": 0.3305280650779519}, "per": {"he - his": -0.013762653568153205, "he": 0.268954035717085, "his": 0.2827166892852382}, "percent": {"he - his": 0.034304967313390056, "he": 0.19674645119517245, "his": 0.1624414838817824}, "percentage": {"he - his": -0.012325879171234316, "he": 0.1952647106842501, "his": 0.20759058985548443}, "perceptions": {"he - his": -0.040819703347465486, "he": 0.2761209166432573, "his": 0.31694061999072276}, "perfect": {"he - his": -0.042190756486430975, "he": 0.2360045666362904, "his": 0.2781953231227214}, "perfecting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "perfectly": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "performance": {"he - his": -0.030870684115728075, "he": 0.28140745714167614, "his": 0.3122781412574042}, "performances": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "performed": {"he - his": -0.04152725278494085, "he": 0.2557684047881779, "his": 0.29729565757311877}, "performer": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "performing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "performs": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "perhaps": {"he - his": -0.026639227433706947, "he": 0.3044621878885711, "his": 0.33110141532227805}, "perimeter": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "period": {"he - his": -0.012991323532151683, "he": 0.2308861533814066, "his": 0.2438774769135583}, "periods": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "perm": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "perpetrators": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "perse": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "persecution": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "person": {"he - his": -0.013799000550400564, "he": 0.29410296323136986, "his": 0.3079019637817704}, "persona": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "personal": {"he - his": -0.026159766918969596, "he": 0.28625416016032607, "his": 0.31241392707929566}, "personality": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "personally": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "personnel": {"he - his": 0.016091318373178565, "he": 0.28443289494242496, "his": 0.2683415765692464}, "persons": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "perspective": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "pertaining": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pet": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "petrol": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "philadelphia": {"he - his": -0.01321059892504084, "he": 0.26498472419768054, "his": 0.2781953231227214}, "philly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "philosopher": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "phone": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "phosphorus": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "photo": {"he - his": 0.003668157371330194, "he": 0.30348884146562544, "his": 0.29982068409429524}, "physical": {"he - his": -0.04152725278494085, "he": 0.2557684047881779, "his": 0.29729565757311877}, "physically": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "physicist": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "physics": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "piatti": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pick": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "picked": {"he - his": -0.013213659138231415, "he": 0.29825603980601684, "his": 0.31146969894424825}, "picture": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "pie": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "piece": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "piedmont": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "pierzchalski": {"he - his": -0.012414872573115743, "he": 0.18942200122095953, "his": 0.20183687379407528}, "piette": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pill": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "pillars": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "pills": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pimply": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pinecastle": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pioneer": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "pioneering": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pippen": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "pistons": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "pitched": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pithy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pits": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "place": {"he - his": -0.016094660495445834, "he": 0.34074765786077654, "his": 0.3568423183562224}, "placed": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "plague": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "plainly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "plan": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "planaustin": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "planets": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "planned": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "planners": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "planning": {"he - his": -0.04358614134879826, "he": 0.19194216785172646, "his": 0.23552830920052473}, "planphilly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "plans": {"he - his": 0.03409387429856442, "he": 0.24822433673152106, "his": 0.21413046243295664}, "plant": {"he - his": 0.06355930916139649, "he": 0.2437529091537891, "his": 0.18019359999239262}, "plates": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "platform": {"he - his": -0.058721273719667705, "he": 0.2096203028495787, "his": 0.2683415765692464}, "play": {"he - his": -0.036105255700963956, "he": 0.29296996402919956, "his": 0.3290752197301635}, "played": {"he - his": -0.013997376353879265, "he": 0.3253255770339778, "his": 0.33932295338785706}, "player": {"he - his": -0.014143651857838946, "he": 0.27638459228904366, "his": 0.2905282441468826}, "players": {"he - his": -0.014143651857838946, "he": 0.27638459228904366, "his": 0.2905282441468826}, "playing": {"he - his": -0.04250968474024691, "he": 0.22624911288342076, "his": 0.26875879762366767}, "playmakers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "playmaking": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "playoff": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "playoffs": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "plays": {"he - his": -0.030133694352734053, "he": 0.3055773545078722, "his": 0.33571104886060626}, "plco": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "please": {"he - his": -0.11073932352009253, "he": 0.18419749023760523, "his": 0.29493681375769776}, "pleases": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pleasure": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "plot": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "plots": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "plucked": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "plus": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "pm": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "pocket": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pockets": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "podcast": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "podcasts": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "poem": {"he - his": -0.013436106255122926, "he": 0.2863845778391723, "his": 0.29982068409429524}, "poems": {"he - his": -0.04694217931038472, "he": 0.24124875633255868, "his": 0.2881909356429434}, "poet": {"he - his": -0.06381611745800483, "he": 0.2360045666362904, "his": 0.29982068409429524}, "poetic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "poetry": {"he - his": -0.052525578763866654, "he": 0.2553763850179038, "his": 0.3079019637817704}, "poets": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "point": {"he - his": -0.035830800097154336, "he": 0.3006831592734811, "his": 0.33651395937063544}, "points": {"he - his": -0.013997376353879265, "he": 0.3253255770339778, "his": 0.33932295338785706}, "poised": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "poison": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "polarization": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pole": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "police": {"he - his": -0.028693261815173066, "he": 0.28273861246543147, "his": 0.31143187428060454}, "policy": {"he - his": -0.041783263363631196, "he": 0.24822433673152106, "his": 0.29000760009515225}, "policymakers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "polite": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "political": {"he - his": 0.003301834203574494, "he": 0.26099143705546396, "his": 0.25768960285188947}, "politicians": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "politics": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "pollicles": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pollination": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "polyphonic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pong": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "poor": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "poorer": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "pop": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pops": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "popular": {"he - his": -0.01389100417168021, "he": 0.26210175570743366, "his": 0.27599275987911387}, "populate": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "population": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "porch": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "port": {"he - his": 0.0628816410084283, "he": 0.27701210344138494, "his": 0.21413046243295664}, "portable": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "portal": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "portion": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "portrait": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "posed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "posing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "position": {"he - his": -0.013799000550400564, "he": 0.29410296323136986, "his": 0.3079019637817704}, "positions": {"he - his": -0.012809182433992095, "he": 0.241725564252744, "his": 0.2545347466867361}, "positives": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "possessing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "possession": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "possibilities": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "possibility": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "possible": {"he - his": 0.03733173642957499, "he": 0.29825603980601684, "his": 0.26092430337644185}, "possibly": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "possum": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "post": {"he - his": -0.0307206595434405, "he": 0.2863845778391723, "his": 0.3171052373826128}, "potential": {"he - his": 0.016091318373178565, "he": 0.28443289494242496, "his": 0.2683415765692464}, "potentially": {"he - his": -0.040819703347465486, "he": 0.2761209166432573, "his": 0.31694061999072276}, "pound": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "pounds": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "power": {"he - his": -0.015245064003559516, "he": 0.3127156032004677, "his": 0.3279606672040272}, "powerful": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "pr": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "practical": {"he - his": -0.012912358519740375, "he": 0.3143326375270478, "his": 0.3272449960467882}, "practice": {"he - his": 0.016091033025933787, "he": 0.29331046650630477, "his": 0.277219433480371}, "practicing": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "practitioner": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "praised": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pray": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "prayer": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "praying": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "preach": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "preaching": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "precepts": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "precious": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "predecessor": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "predicated": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "predict": {"he - his": 0.008318217291503449, "he": 0.3143326375270478, "his": 0.30601442023554437}, "predictability": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "predicted": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "predictions": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "preference": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "preferred": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "preliminary": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "preludes": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "premium": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "prepare": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "prepared": {"he - his": 0.008248439710864586, "he": 0.29825603980601684, "his": 0.29000760009515225}, "preparing": {"he - his": 0.037235777938625814, "he": 0.3055773545078722, "his": 0.2683415765692464}, "prescription": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "presence": {"he - his": -0.013509416554148446, "he": 0.3089870195223755, "his": 0.32249643607652395}, "present": {"he - his": 0.016074838399097013, "he": 0.26498472419768054, "his": 0.24890988579858353}, "presentations": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "presented": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "preservationists": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "preserve": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "presidency": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "president": {"he - his": -0.013706323022387584, "he": 0.23725888525048064, "his": 0.2509652082728682}, "press": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "pressuring": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pretend": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pretended": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pretty": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "prevailing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "prevalence": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "prevent": {"he - his": 0.016091318373178565, "he": 0.28443289494242496, "his": 0.2683415765692464}, "prevented": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "preventing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "previous": {"he - his": -0.0016101705245100684, "he": 0.3132253479987726, "his": 0.3148355185232827}, "previously": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "price": {"he - his": -0.04277202005275238, "he": 0.21809143861661223, "his": 0.2608634586693646}, "prickly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pride": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "prime": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "primitivism": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "principles": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "prineville": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "printed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "printings": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "prioritize": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "privacy": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "private": {"he - his": -0.013436106255122926, "he": 0.2863845778391723, "his": 0.29982068409429524}, "privately": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "prize": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "proactive": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "probability": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "probable": {"he - his": -0.0130692341945918, "he": 0.22624911288342076, "his": 0.23931834707801256}, "probably": {"he - his": -0.0307206595434405, "he": 0.2863845778391723, "his": 0.3171052373826128}, "probe": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "problem": {"he - his": -0.02702863385433968, "he": 0.2909552159292553, "his": 0.31798384978359495}, "problems": {"he - his": -0.01389100417168021, "he": 0.26210175570743366, "his": 0.27599275987911387}, "process": {"he - his": -0.02627345381912849, "he": 0.2822075552650121, "his": 0.3084810090841406}, "produce": {"he - his": -0.012809182433992095, "he": 0.241725564252744, "his": 0.2545347466867361}, "produced": {"he - his": -0.013457168191633673, "he": 0.2511954309694252, "his": 0.2646525991610589}, "producer": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "product": {"he - his": -0.035133563491673014, "he": 0.2553763850179038, "his": 0.2905099485095768}, "production": {"he - his": -0.04668307605482844, "he": 0.24814049607089825, "his": 0.2948235721257267}, "products": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "professional": {"he - his": -0.041783263363631196, "he": 0.24822433673152106, "his": 0.29000760009515225}, "professionally": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "professionals": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "program": {"he - his": -0.030552003515097792, "he": 0.29194443256142616, "his": 0.32249643607652395}, "programme": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "progress": {"he - his": -0.012912358519740375, "he": 0.3143326375270478, "his": 0.3272449960467882}, "progresses": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "progression": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "progressively": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "project": {"he - his": -0.0017595967849975969, "he": 0.3006831592734811, "his": 0.3024427560584787}, "projecting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "projects": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "projnorthmoor": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "proliferation": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "prolific": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "prolonged": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "promising": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "promote": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "prompt": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "proper": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "properly": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "properties": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "prophet": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "proposals": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "proposed": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "props": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "prosecute": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "prostate": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "prostatic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "protagonist": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "protect": {"he - his": 0.016091318373178565, "he": 0.28443289494242496, "his": 0.2683415765692464}, "protected": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "protecting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "protection": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "protections": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "protective": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "protectors": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "protest": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "protestant": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "protests": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "proud": {"he - his": -0.04152725278494085, "he": 0.2557684047881779, "his": 0.29729565757311877}, "prove": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "proven": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "provide": {"he - his": -0.048309939622414866, "he": 0.2909552159292553, "his": 0.33926515555167014}, "provided": {"he - his": -0.01310987764538113, "he": 0.2706167719786347, "his": 0.28372664962401584}, "provider": {"he - his": 0.034040910858958356, "he": 0.2557684047881779, "his": 0.22172749392921956}, "providers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "providing": {"he - his": -0.058721273719667705, "he": 0.2096203028495787, "his": 0.2683415765692464}, "provocative": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "proxy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "prudence": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "prufrock": {"he - his": -0.014281529060341386, "he": 0.24124875633255868, "his": 0.25553028539290007}, "psychologically": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "psychologist": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "public": {"he - his": -0.006186035974284798, "he": 0.29926789422783817, "his": 0.30545393020212297}, "publication": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "publications": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "publicity": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "publish": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "published": {"he - his": -0.09621502215042477, "he": 0.22624911288342076, "his": 0.3224641350338455}, "puck": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pull": {"he - his": 0.008281696934753446, "he": 0.3055773545078722, "his": 0.29729565757311877}, "pulled": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pulse": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "punching": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pupils": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "purchase": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "purchased": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pure": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "purposes": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pursue": {"he - his": -0.040819703347465486, "he": 0.2761209166432573, "his": 0.31694061999072276}, "pursuing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pushback": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "put": {"he - his": -0.015254819640281025, "he": 0.3250580188086362, "his": 0.34031283844891724}, "putnam": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "puts": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "putting": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "pyjamas": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pyongyang": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "pzmg8yk2t2": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "qaeda": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "qualified": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "quality": {"he - his": -0.06000700460982791, "he": 0.17513948510860172, "his": 0.23514648971842964}, "quantum": {"he - his": 0.034040910858958356, "he": 0.2557684047881779, "his": 0.22172749392921956}, "quarantine": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "quarantined": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "quarterback": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "quartet": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "quartets": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "quest": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "question": {"he - his": -0.014247243135416476, "he": 0.3132253479987726, "his": 0.3274725911341891}, "questions": {"he - his": 0.008047951140923826, "he": 0.26210175570743366, "his": 0.25405380456650983}, "quick": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "quicker": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "quickly": {"he - his": -0.01310987764538113, "he": 0.2706167719786347, "his": 0.28372664962401584}, "quite": {"he - his": -0.03499259839827751, "he": 0.25994421535942025, "his": 0.29493681375769776}, "quote": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "qureshi": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "r": {"he - his": -0.05927003600248598, "he": 0.1952647106842501, "his": 0.2545347466867361}, "raaji": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "race": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "racist": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "radical": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "radio": {"he - his": 0.03740968587469007, "he": 0.29194443256142616, "his": 0.2545347466867361}, "radioactive": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "radioactivity": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "radios": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "radius": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "raf": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "rafting": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "rage": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "raging": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "rain": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "rainforest": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "raise": {"he - his": -0.013436106255122926, "he": 0.2863845778391723, "his": 0.29982068409429524}, "raised": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "raising": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "rallied": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "rand": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "randall": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "random": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "randy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "range": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "ranked": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "ranking": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "rapid": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "rapper": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "rarely": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "rate": {"he - his": -0.042190756486430975, "he": 0.2360045666362904, "his": 0.2781953231227214}, "rates": {"he - his": 0.03409387429856442, "he": 0.24822433673152106, "his": 0.21413046243295664}, "rather": {"he - his": -0.028788269100275266, "he": 0.27946203539368164, "his": 0.3082503044939569}, "ratio": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ray": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "rays": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "re": {"he - his": -0.038129854001070884, "he": 0.30079598457322365, "his": 0.33892583857429454}, "reached": {"he - his": -0.012905319162293122, "he": 0.2360045666362904, "his": 0.24890988579858353}, "reaches": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "react": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "reaction": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "reactions": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "reactive": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "reacts": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "read": {"he - his": -0.01431835857009206, "he": 0.30978109402399057, "his": 0.3240994525940826}, "reader": {"he - his": -0.03393452954048343, "he": 0.29331046650630477, "his": 0.3272449960467882}, "readers": {"he - his": -0.0864791576111825, "he": 0.23046146237954027, "his": 0.31694061999072276}, "readily": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "reading": {"he - his": -0.025391969934525194, "he": 0.3132253479987726, "his": 0.3386173179332978}, "ready": {"he - his": -0.013331930368649658, "he": 0.29194443256142616, "his": 0.3052763629300758}, "real": {"he - his": -0.014180138992333946, "he": 0.2972517352882706, "his": 0.31143187428060454}, "realisation": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "realise": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "realism": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "reality": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "realization": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "realize": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "realizes": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "really": {"he - his": -0.01610107137275646, "he": 0.3215826203569031, "his": 0.33768369172965956}, "reason": {"he - his": 0.003668157371330194, "he": 0.30348884146562544, "his": 0.29982068409429524}, "reasons": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "reassuring": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "reawakens": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "rebel": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "rebellious": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "rebound": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "rebounding": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "rebounds": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "rebuilding": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "rebuilt": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "recall": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "recalled": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "receive": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "received": {"he - his": -0.012905319162293122, "he": 0.2360045666362904, "his": 0.24890988579858353}, "recent": {"he - his": -0.03537937829861726, "he": 0.24733731098662093, "his": 0.2827166892852382}, "recently": {"he - his": 0.018012878943031052, "he": 0.2909552159292553, "his": 0.2729423369862242}, "recognised": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "recognize": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "recognized": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "recognizing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "recommend": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "reconciliations": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "reconstruction": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "record": {"he - his": -0.034457595502863314, "he": 0.27701210344138494, "his": 0.31146969894424825}, "records": {"he - his": -0.035133563491673014, "he": 0.2553763850179038, "his": 0.2905099485095768}, "recreate": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "rectifying": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "recurrence": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "red": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "redesign": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "rediscovered": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "redshirt": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "reduce": {"he - his": 0.034040910858958356, "he": 0.2557684047881779, "his": 0.22172749392921956}, "reduction": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "reeled": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "reference": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "references": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "referential": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "referred": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "reflecting": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "reflects": {"he - his": -0.040819703347465486, "he": 0.2761209166432573, "his": 0.31694061999072276}, "reform": {"he - his": -0.05927003600248598, "he": 0.1952647106842501, "his": 0.2545347466867361}, "refusal": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "refused": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "regard": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "regarded": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "regarding": {"he - his": 0.03711320404667684, "he": 0.3143326375270478, "his": 0.277219433480371}, "regime": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "region": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "regional": {"he - his": -0.04250968474024691, "he": 0.22624911288342076, "his": 0.26875879762366767}, "registered": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "regret": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "regrets": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "regularly": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "reich": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "reimagined": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "reinventing": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "reject": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "rejecting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "rejection": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "relate": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "related": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "relation": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "relations": {"he - his": -0.013951875256320134, "he": 0.28624427386523443, "his": 0.30019614912155457}, "relationship": {"he - his": -0.03134672577059583, "he": 0.26541195209789414, "his": 0.29675867786849}, "relationships": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "relativity": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "relax": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "relay": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "release": {"he - his": 0.03409387429856442, "he": 0.24822433673152106, "his": 0.21413046243295664}, "released": {"he - his": -0.08767535472354007, "he": 0.2096203028495787, "his": 0.29729565757311877}, "relevant": {"he - his": 0.025219630355893863, "he": 0.3152272304510461, "his": 0.29000760009515225}, "reliable": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "reliance": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "relies": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "religious": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "rely": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "rem": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "remaining": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "remains": {"he - his": -0.012809182433992095, "he": 0.241725564252744, "his": 0.2545347466867361}, "remake": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "remarkable": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "remember": {"he - his": -0.013509416554148446, "he": 0.3089870195223755, "his": 0.32249643607652395}, "remembered": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "remembers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "remind": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "reminded": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "reminders": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "remiss": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "remodel": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "remote": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "remove": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "removed": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "removing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "renal": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "renew": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "rental": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "rented": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "repeat": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "repeatedly": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "repertoire": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "replay": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "report": {"he - his": -0.013857139291619192, "he": 0.22882163698696972, "his": 0.24267877627858891}, "reporters": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "reports": {"he - his": 0.06314785040360527, "he": 0.26498472419768054, "his": 0.20183687379407528}, "represent": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "representation": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "represents": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "repressed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "reprise": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "republic": {"he - his": -0.012494443791473214, "he": 0.18419749023760523, "his": 0.19669193402907845}, "republican": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "reputation": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "request": {"he - his": -0.03465959095144111, "he": 0.2706167719786347, "his": 0.3052763629300758}, "requests": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "required": {"he - his": -0.04250968474024691, "he": 0.22624911288342076, "his": 0.26875879762366767}, "requirement": {"he - his": 0.03409387429856442, "he": 0.24822433673152106, "his": 0.21413046243295664}, "requirements": {"he - his": 0.016091318373178565, "he": 0.28443289494242496, "his": 0.2683415765692464}, "requires": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "requiring": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "rescued": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "research": {"he - his": 0.0032612795496048674, "he": 0.2567164796063818, "his": 0.2534552000567769}, "resection": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "resend": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "residence": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "residential": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "residents": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "resolve": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "resources": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "respect": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "respectful": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "respective": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "respectively": {"he - his": -0.040819703347465486, "he": 0.2761209166432573, "his": 0.31694061999072276}, "respects": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "respond": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "responding": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "response": {"he - his": -0.013300734748549592, "he": 0.25994421535942025, "his": 0.27324495010796984}, "responsibility": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "responsible": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "responsive": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "rest": {"he - his": -0.034457595502863314, "he": 0.27701210344138494, "his": 0.31146969894424825}, "restaurant": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "restrict": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "restrictions": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "result": {"he - his": -0.03499259839827751, "he": 0.25994421535942025, "his": 0.29493681375769776}, "retention": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "retrieved": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "return": {"he - his": -0.02836117180247566, "he": 0.29410296323136986, "his": 0.3224641350338455}, "returned": {"he - his": 0.03711320404667684, "he": 0.3143326375270478, "his": 0.277219433480371}, "returnees": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "returning": {"he - his": -0.013076454479110378, "he": 0.3055773545078722, "his": 0.3186538089869826}, "returns": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "reveals": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "revenue": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "reverb": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "reverie": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "review": {"he - his": -0.03100589079473537, "he": 0.27689607298703506, "his": 0.3079019637817704}, "reviewed": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "reviews": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "revision": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "revitalize": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "revoked": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "revolution": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "revolving": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "reward": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "reyes": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "rhapsody": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "rhetoric": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "rhodes": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "rhys": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "richmond": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ricks": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ricky": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ride": {"he - his": -0.0130692341945918, "he": 0.22624911288342076, "his": 0.23931834707801256}, "ridenyc": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ridiculous": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "rifts": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "right": {"he - his": -0.027745123131897087, "he": 0.3316952325863724, "his": 0.3594403557182695}, "rightly": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "rights": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "ring": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "rings": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "rippling": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "risk": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "risky": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "rita": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ritual": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "rival": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "river": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "road": {"he - his": 0.01297919653959706, "he": 0.29296996402919956, "his": 0.2799907674896025}, "roads": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "robbed": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "robbery": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "rock": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "rocket": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "rockets": {"he - his": -0.013076454479110378, "he": 0.3055773545078722, "his": 0.3186538089869826}, "rocky": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "roetter": {"he - his": -0.012494443791473214, "he": 0.18419749023760523, "his": 0.19669193402907845}, "rogers": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "rogue": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "rohan": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "role": {"he - his": -0.026941139559812533, "he": 0.294004967285181, "his": 0.32094610684499353}, "roles": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "rolled": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "roman": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "romantic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "roof": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "roofing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "rookie": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "room": {"he - his": -0.013076454479110378, "he": 0.3055773545078722, "his": 0.3186538089869826}, "rooms": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "root": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "roots": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "rotations": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "rothschild": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "rouhani": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "round": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "routinely": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "row": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "roy": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "rss": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "rudolph": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "rule": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "ruled": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "rules": {"he - his": -0.013213659138231415, "he": 0.29825603980601684, "his": 0.31146969894424825}, "ruling": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "rulings": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "rumoured": {"he - his": 0.016091033025933787, "he": 0.29331046650630477, "his": 0.277219433480371}, "run": {"he - his": -0.02836117180247566, "he": 0.29410296323136986, "his": 0.3224641350338455}, "running": {"he - his": 0.016091033025933787, "he": 0.29331046650630477, "his": 0.277219433480371}, "rupert": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "rush": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "rushing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "russell": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "russians": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "ryan": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "s": {"he - his": -0.022191145616803798, "he": 0.31981628157078223, "his": 0.34200742718758603}, "saber": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "sabonis": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sabres": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "sachiko": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sacrifice": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sacrifices": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sad": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "sadarius": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sadly": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "safe": {"he - his": 0.0627054010132054, "he": 0.28443289494242496, "his": 0.22172749392921956}, "safely": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "safestyle": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "safety": {"he - his": 0.0627054010132054, "he": 0.28443289494242496, "his": 0.22172749392921956}, "saftar": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "said": {"he - his": 0.019178004862614673, "he": 0.32597037168785165, "his": 0.306792366825237}, "sake": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "salt": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "salvages": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "salvation": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "same": {"he - his": -0.015012205328568673, "he": 0.32326200935121574, "his": 0.3382742146797844}, "san": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sanctify": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sanctions": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sangar": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "saphir": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sarah": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "satan": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "satellites": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "satirical": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "saturday": {"he - his": 0.003629152877079045, "he": 0.2985659666347768, "his": 0.29493681375769776}, "saudi": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "save": {"he - his": -0.041783263363631196, "he": 0.24822433673152106, "his": 0.29000760009515225}, "saved": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "saves": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "saving": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "savings": {"he - his": 0.034040910858958356, "he": 0.2557684047881779, "his": 0.22172749392921956}, "saw": {"he - his": -0.023444097626000804, "he": 0.32326200935121574, "his": 0.34670610697721654}, "say": {"he - his": -0.015256154737480099, "he": 0.29807696639998116, "his": 0.31333312113746126}, "saying": {"he - his": -0.01361387552254173, "he": 0.27689607298703506, "his": 0.2905099485095768}, "says": {"he - his": 0.03038876327628004, "he": 0.3253255770339778, "his": 0.29493681375769776}, "scaled": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "scandal": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "scared": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "scenarios": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "scenes": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "schedule": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "scheduled": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "scholar": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "scholarly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "scholarship": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "school": {"he - his": -0.014506192572452503, "he": 0.3006831592734811, "his": 0.3151893518459336}, "science": {"he - his": -0.03585554566433147, "he": 0.23148675947191466, "his": 0.26734230513624613}, "scientific": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "scientist": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "scientists": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "scope": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "score": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "scored": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "scorer": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "scores": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "scoresby": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "scoring": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "scottie": {"he - his": -0.012566491931375351, "he": 0.1794666068936068, "his": 0.19203309882498215}, "scratcher": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "screen": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "script": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "scripted": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "scripture": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "scrubs": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "scrutiny": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "sculpt": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "se": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sea": {"he - his": -0.0130692341945918, "he": 0.22624911288342076, "his": 0.23931834707801256}, "search": {"he - his": -0.014137424298085871, "he": 0.21313880354590267, "his": 0.22727622784398854}, "searched": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "searching": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "season": {"he - his": -0.015631469614269256, "he": 0.24615543596378592, "his": 0.2617869055780552}, "seasons": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "seat": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "seating": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "sec": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "second": {"he - his": -0.00165950674541393, "he": 0.32685724662362264, "his": 0.3285167533690366}, "secondary": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "seconds": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "secret": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "sectarian": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sections": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "sector": {"he - his": 0.03424919913916277, "he": 0.21809143861661223, "his": 0.18384223947744946}, "secure": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "security": {"he - his": -0.01321059892504084, "he": 0.26498472419768054, "his": 0.2781953231227214}, "see": {"he - his": -0.008546109745781627, "he": 0.31730551248942235, "his": 0.325851622235204}, "seed": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "seeding": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "seedy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "seeing": {"he - his": -0.03465959095144111, "he": 0.2706167719786347, "his": 0.3052763629300758}, "seek": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "seeking": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "seem": {"he - his": -0.028481046842990743, "he": 0.2900164768540788, "his": 0.3184975236970695}, "seemed": {"he - his": -0.0348359598966147, "he": 0.26498472419768054, "his": 0.29982068409429524}, "seemingly": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "seems": {"he - his": 0.02542916805218326, "he": 0.2734819443409483, "his": 0.24805277628876504}, "seen": {"he - his": -0.01466541920515807, "he": 0.29296996402919956, "his": 0.30763538323435763}, "sees": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "segment": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "seinfeld": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "seldom": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "selected": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "selecting": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "selections": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "self": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "semi": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "sending": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "sends": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "senior": {"he - his": -0.03393452954048343, "he": 0.29331046650630477, "his": 0.3272449960467882}, "seniors": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sensational": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sense": {"he - his": -0.03035918015212169, "he": 0.29825603980601684, "his": 0.3286152199581385}, "sensitive": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "sensitivity": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sent": {"he - his": 0.008189254716450933, "he": 0.2863845778391723, "his": 0.2781953231227214}, "sentences": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "seoul": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "separate": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "separations": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sept": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "september": {"he - his": 0.007971892274150072, "he": 0.250650668552739, "his": 0.24267877627858891}, "sequel": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "sergeant": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "series": {"he - his": -0.034127385263490184, "he": 0.30414682941629423, "his": 0.3382742146797844}, "serious": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "seriously": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "sermon": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "servants": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "serve": {"he - his": -0.04200108537127184, "he": 0.241725564252744, "his": 0.28372664962401584}, "served": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "server": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "serves": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "service": {"he - his": -0.014200105123618412, "he": 0.2734819443409483, "his": 0.2876820494645667}, "serving": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "session": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "set": {"he - his": -0.03825114560411397, "he": 0.2909552159292553, "his": 0.32920636153336924}, "sets": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "settle": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "seven": {"he - his": -0.013387989507092413, "he": 0.3152272304510461, "his": 0.3286152199581385}, "seventeenth": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "several": {"he - his": -0.014855918865057105, "he": 0.3165775845259756, "his": 0.3314335033910327}, "severe": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "severely": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sex": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "sexual": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "shade": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "shades": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "shadow": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "shadows": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "shah": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "shakespeare": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "shall": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "shannon": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "share": {"he - his": -0.013509416554148446, "he": 0.3089870195223755, "his": 0.32249643607652395}, "shared": {"he - his": 0.008217782937410323, "he": 0.29194443256142616, "his": 0.28372664962401584}, "shares": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "sharing": {"he - his": -0.041783263363631196, "he": 0.24822433673152106, "his": 0.29000760009515225}, "sharper": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "shawn": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "she": {"he - his": -0.04528078769264618, "he": 0.16898168920696682, "his": 0.214262476899613}, "sheath": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "shelves": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "shepherd": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sheri": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sherlock": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "shift": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "shifted": {"he - his": -0.040819703347465486, "he": 0.2761209166432573, "his": 0.31694061999072276}, "shifts": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "shine": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "shines": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "shinier": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "shining": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "shintao": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "shinto": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ship": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "shock": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "shocked": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "shocking": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "shoes": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "shop": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "shopping": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "shore": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "short": {"he - his": -0.04108493846819927, "he": 0.2900164768540788, "his": 0.33110141532227805}, "shorten": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "shortly": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "shot": {"he - his": -0.02836117180247566, "he": 0.29410296323136986, "his": 0.3224641350338455}, "shots": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "should": {"he - his": 0.002276422880582052, "he": 0.3062839142271687, "his": 0.30400749134658667}, "shouldn": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "shoved": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "show": {"he - his": -0.024107066079386508, "he": 0.3141671486003979, "his": 0.3382742146797844}, "showed": {"he - his": 0.003710656592299688, "he": 0.3089870195223755, "his": 0.3052763629300758}, "shower": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "showing": {"he - his": -0.013616395916987378, "he": 0.30348884146562544, "his": 0.3171052373826128}, "shown": {"he - his": -0.013213659138231415, "he": 0.29825603980601684, "his": 0.31146969894424825}, "shows": {"he - his": -0.013331930368649658, "he": 0.29194443256142616, "his": 0.3052763629300758}, "shucking": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "shut": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "sick": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "side": {"he - his": -0.0032676523344100095, "he": 0.3208318002596726, "his": 0.3240994525940826}, "sidelines": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sides": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "sidestepping": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sight": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "sightseeing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sign": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "signal": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "signals": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "signed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "significant": {"he - his": -0.014110386643740869, "he": 0.3007251318795418, "his": 0.3148355185232827}, "significantly": {"he - his": 0.034040910858958356, "he": 0.2557684047881779, "his": 0.22172749392921956}, "signs": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "silence": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "silent": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "silver": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "simeon": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "similar": {"he - his": -0.01321059892504084, "he": 0.26498472419768054, "his": 0.2781953231227214}, "simmons": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "simon": {"he - his": 0.0627054010132054, "he": 0.28443289494242496, "his": 0.22172749392921956}, "simple": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "simply": {"he - his": 0.008090577047720371, "he": 0.268954035717085, "his": 0.2608634586693646}, "simultaneous": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "since": {"he - his": -0.010453224961868512, "he": 0.3411652110684952, "his": 0.3516184360303637}, "sincere": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sinful": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sing": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "singing": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "single": {"he - his": 0.0034976582405156775, "he": 0.28273861246543147, "his": 0.2792409542249158}, "singles": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "singleton": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sir": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sirens": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "sirkin": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "sister": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "sistine": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sit": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "site": {"he - his": 0.03424919913916277, "he": 0.21809143861661223, "his": 0.18384223947744946}, "sitting": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "situation": {"he - his": 0.0065810463782042805, "he": 0.3217703982241379, "his": 0.3151893518459336}, "situations": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "six": {"he - his": -0.0016101705245100684, "he": 0.3132253479987726, "his": 0.3148355185232827}, "sixers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sixth": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "size": {"he - his": 0.016087800064943092, "he": 0.27701210344138494, "his": 0.26092430337644185}, "sjoberg": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "skaggs": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "skeletal": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "skinner": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "skins": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sky": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "skyplussed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "skyward": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "slab": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "slack": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "slammed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "slang": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "slave": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "slavery": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "sleep": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sleepless": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sli": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sliced": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "slices": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "slide": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "slideshare": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "slight": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "slow": {"he - his": -0.013213659138231415, "he": 0.29825603980601684, "his": 0.31146969894424825}, "slowly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "slurring": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "small": {"he - his": 0.003629152877079045, "he": 0.2985659666347768, "his": 0.29493681375769776}, "smalls": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "smell": {"he - his": -0.059487884577623995, "he": 0.18942200122095953, "his": 0.24890988579858353}, "smidgen": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "smile": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "smitten": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "smoke": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "smoked": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "sneakily": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "snicket": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "snow": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "so": {"he - his": -0.03204439578521229, "he": 0.3060449834037126, "his": 0.3380893791889249}, "soccer": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "social": {"he - his": -0.03499259839827751, "he": 0.25994421535942025, "his": 0.29493681375769776}, "society": {"he - his": -0.013382412605763894, "he": 0.2553763850179038, "his": 0.26875879762366767}, "socket": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "soft": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "software": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "soil": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "solar": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sold": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "soldier": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "soldiers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "solid": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "solidarity": {"he - his": 0.03409387429856442, "he": 0.24822433673152106, "his": 0.21413046243295664}, "some": {"he - his": -0.03489847425227549, "he": 0.33408106986998115, "his": 0.36897954412225664}, "someone": {"he - his": -0.013076454479110378, "he": 0.3055773545078722, "his": 0.3186538089869826}, "something": {"he - his": 0.006516311703228472, "he": 0.3118646105866797, "his": 0.3053482988834512}, "sometimes": {"he - his": -0.013712174622627415, "he": 0.2985659666347768, "his": 0.3122781412574042}, "somewhat": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "somewhere": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "son": {"he - his": -0.01361387552254173, "he": 0.27689607298703506, "his": 0.2905099485095768}, "song": {"he - his": -0.0140837965656464, "he": 0.27946203539368164, "his": 0.29354583195932804}, "songs": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "soon": {"he - his": 0.01302919887721804, "he": 0.3132253479987726, "his": 0.30019614912155457}, "sophomores": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sore": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "sorry": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "sort": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "sought": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "soul": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "sound": {"he - his": -0.012325879171234316, "he": 0.1952647106842501, "his": 0.20759058985548443}, "sounding": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sounds": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "source": {"he - his": -0.0348359598966147, "he": 0.26498472419768054, "his": 0.29982068409429524}, "sources": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "sourcing": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "south": {"he - his": 0.025395473234821553, "he": 0.28273861246543147, "his": 0.2573431392306099}, "southbank": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "southeast": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "southern": {"he - his": 0.016082025291898616, "he": 0.2706167719786347, "his": 0.2545347466867361}, "space": {"he - his": -0.0289608117175304, "he": 0.2734819443409483, "his": 0.3024427560584787}, "spaceport": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "spaces": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "spam": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "spambots": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "span": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "sparkling": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sparks": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "spats": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "speak": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "speaker": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "speaking": {"he - his": 0.016091033025933787, "he": 0.29331046650630477, "his": 0.277219433480371}, "spearmint": {"he - his": -0.058721273719667705, "he": 0.2096203028495787, "his": 0.2683415765692464}, "spears": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "special": {"he - his": -0.05285883813493364, "he": 0.24733731098662093, "his": 0.30019614912155457}, "specific": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "specifications": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "spectators": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "spectrum": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "speech": {"he - his": -0.013878496829969222, "he": 0.2900164768540788, "his": 0.303894973684048}, "speed": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "speeds": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "spend": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "spending": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "spent": {"he - his": -0.014180138992333946, "he": 0.2972517352882706, "his": 0.31143187428060454}, "sphere": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "spin": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "spirit": {"he - his": -0.031242113404469585, "he": 0.268954035717085, "his": 0.30019614912155457}, "spirited": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "spiritual": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "spiritually": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sponsors": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sporting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sports": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "spot": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "spots": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "spotted": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "spring": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "spurrier": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "squad": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "square": {"he - his": -0.012912358519740375, "he": 0.3143326375270478, "his": 0.3272449960467882}, "squarely": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "squid": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "st": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stability": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "stacking": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stadium": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stadler": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "staff": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "stage": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "stages": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "stakes": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stan": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stand": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "standard": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "standards": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "standing": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "standings": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "standoffs": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stands": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "stanley": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "staple": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "star": {"he - his": -0.0016101705245100684, "he": 0.3132253479987726, "his": 0.3148355185232827}, "starred": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stars": {"he - his": -0.012809182433992095, "he": 0.241725564252744, "his": 0.2545347466867361}, "start": {"he - his": -0.0016507802566139707, "he": 0.30978109402399057, "his": 0.31143187428060454}, "started": {"he - his": -0.0032676523344100095, "he": 0.3208318002596726, "his": 0.3240994525940826}, "starter": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "starters": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "starting": {"he - his": -0.026521567869187468, "he": 0.30851009722698136, "his": 0.33503166509616883}, "starts": {"he - his": -0.034457595502863314, "he": 0.27701210344138494, "his": 0.31146969894424825}, "state": {"he - his": 0.020454751115366543, "he": 0.28724347150059376, "his": 0.2667887203852272}, "stated": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "statement": {"he - his": 0.05430292707460427, "he": 0.3152272304510461, "his": 0.26092430337644185}, "states": {"he - his": -0.014506192572452503, "he": 0.3006831592734811, "his": 0.3151893518459336}, "station": {"he - his": -0.013300734748549592, "he": 0.25994421535942025, "his": 0.27324495010796984}, "statistics": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "statue": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "stature": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "stay": {"he - his": -0.013691247020137687, "he": 0.2727659526228598, "his": 0.2864571996429975}, "stayed": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "steadfast": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "steadfastly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "steadily": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "steadiness": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "steady": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "steal": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "steals": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "steel": {"he - his": -0.012414872573115743, "he": 0.18942200122095953, "his": 0.20183687379407528}, "steering": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "stemming": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "step": {"he - his": -0.00357869586846965, "he": 0.297479506870384, "his": 0.30105820273885364}, "stephen": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stepped": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stepping": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "steps": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "steve": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "steven": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stevens": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stick": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "stiff": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stiffed": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "still": {"he - his": 0.0062878042020212965, "he": 0.32685724662362264, "his": 0.32056944242160135}, "sting": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "stings": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stint": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stipe": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stirring": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stitches": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stock": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stockpiling": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stole": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "stomach": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stone": {"he - his": 0.03413497439725957, "he": 0.241725564252744, "his": 0.20759058985548443}, "stoned": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stools": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stop": {"he - his": -0.028693261815173066, "he": 0.28273861246543147, "his": 0.31143187428060454}, "stopped": {"he - his": 0.016091318373178565, "he": 0.28443289494242496, "his": 0.2683415765692464}, "store": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "stories": {"he - his": -0.013509416554148446, "he": 0.3089870195223755, "his": 0.32249643607652395}, "story": {"he - his": -0.013526147682743683, "he": 0.24733731098662093, "his": 0.2608634586693646}, "storytellers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stout": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "straight": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "straightforward": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "strained": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "strange": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "strategies": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "strategy": {"he - his": -0.058721273719667705, "he": 0.2096203028495787, "his": 0.2683415765692464}, "straughn": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "streak": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stream": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "street": {"he - his": -0.03499259839827751, "he": 0.25994421535942025, "his": 0.29493681375769776}, "streets": {"he - his": -0.04200108537127184, "he": 0.241725564252744, "his": 0.28372664962401584}, "strength": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "strengthened": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "strengths": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "stricken": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "strictly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "strike": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "striker": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "striking": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stroke": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "strong": {"he - his": 0.0034422553028194414, "he": 0.27638459228904366, "his": 0.2729423369862242}, "strongly": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "struck": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "structure": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "struggle": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "struggled": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "struggles": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "struggling": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "stuck": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "student": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "students": {"he - his": -0.03526176867357228, "he": 0.2511954309694252, "his": 0.2864571996429975}, "studied": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "studies": {"he - his": -0.11104334161596999, "he": 0.1794666068936068, "his": 0.2905099485095768}, "study": {"he - his": -0.042994987562017556, "he": 0.21105881700449228, "his": 0.25405380456650983}, "stuff": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "stumbled": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sturridge": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "style": {"he - his": -0.04470447069008132, "he": 0.29825603980601684, "his": 0.34296051049609816}, "stylistic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "subject": {"he - his": -0.013712174622627415, "he": 0.2985659666347768, "his": 0.3122781412574042}, "subjected": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "submission": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "submitting": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "subscription": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "subsequent": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "substantially": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "subtrigonal": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "subway": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "success": {"he - his": -0.013509416554148446, "he": 0.3089870195223755, "his": 0.32249643607652395}, "successful": {"he - his": -0.013076454479110378, "he": 0.3055773545078722, "his": 0.3186538089869826}, "successfully": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "succession": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "such": {"he - his": -0.02745733661714761, "he": 0.33184117396575896, "his": 0.35929851058290657}, "sudden": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "suddenly": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "suffer": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "suffered": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "suffering": {"he - his": -0.03393452954048343, "he": 0.29331046650630477, "his": 0.3272449960467882}, "sufficiently": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "suggest": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "suggested": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "suggests": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "suicide": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "suitable": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "suited": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "sullen": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sullivan": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "summer": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "summerville": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "summie": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sunday": {"he - his": -0.013213659138231415, "he": 0.29825603980601684, "his": 0.31146969894424825}, "super": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "superb": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "superstar": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "supply": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "supplying": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "support": {"he - his": -0.03385818327556961, "he": 0.3118029924234053, "his": 0.3456611756989749}, "supporters": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "supportive": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "supports": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "supposed": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "suppress": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "suppression": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "sure": {"he - his": -0.015062721085516761, "he": 0.32097422855162044, "his": 0.3360369496371372}, "surface": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "surfer": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "surgeon": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "surpassed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "surprised": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "surprising": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "surveillance": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "survive": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "survived": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "survivor": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "survivors": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "suspect": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "suspend": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "swamps": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "sweeney": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "sweet": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "switching": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "swoop": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "symbolists": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "syrian": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "system": {"he - his": -0.025391969934525194, "he": 0.3132253479987726, "his": 0.3386173179332978}, "t": {"he - his": -0.030104099933052575, "he": 0.316279353292877, "his": 0.34638345322592956}, "table": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "tables": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "tabs": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tackle": {"he - his": -0.05901855829234576, "he": 0.2019057450840961, "his": 0.26092430337644185}, "tahiti": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "tahitian": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "taider": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "take": {"he - his": -0.008720471241838168, "he": 0.3076045745064825, "his": 0.31632504574832065}, "taken": {"he - his": 0.01489648972516866, "he": 0.34475994558039713, "his": 0.32986345585522847}, "takeover": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "takes": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "takeshi": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "taking": {"he - his": -0.005848269340782586, "he": 0.32097422855162044, "his": 0.32682249789240303}, "talent": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "talented": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "talking": {"he - his": -0.013529356616021615, "he": 0.28140745714167614, "his": 0.29493681375769776}, "talks": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "tamsulosin": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tank": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "target": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "targets": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "task": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tasked": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tasks": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "taste": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "tatum": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "taxi": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "taxis": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "tbd": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "teach": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "teacher": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "teachers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "teaching": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "team": {"he - his": -0.039158106005943216, "he": 0.26566502807467185, "his": 0.30482313408061507}, "teaming": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "teammate": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "teammates": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "teams": {"he - his": -0.01424533720877591, "he": 0.294004967285181, "his": 0.3082503044939569}, "tear": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tec": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "technical": {"he - his": -0.041783263363631196, "he": 0.24822433673152106, "his": 0.29000760009515225}, "technically": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "technique": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "techniques": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "technological": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "technologies": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "technology": {"he - his": -0.014020065403058501, "he": 0.28273861246543147, "his": 0.29675867786849}, "teenaged": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "teenager": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "teens": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tehran": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "telekinesis": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "telephonic": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "telescope": {"he - his": -0.012991323532151683, "he": 0.2308861533814066, "his": 0.2438774769135583}, "television": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tell": {"he - his": -0.013799000550400564, "he": 0.29410296323136986, "his": 0.3079019637817704}, "telling": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "tells": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "telly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "temperament": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "temperatures": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "tempted": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ten": {"he - his": 0.0627054010132054, "he": 0.28443289494242496, "his": 0.22172749392921956}, "tend": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "tends": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "tensions": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "term": {"he - his": 0.0005672142045231032, "he": 0.3044621878885711, "his": 0.303894973684048}, "terms": {"he - his": -0.05927003600248598, "he": 0.1952647106842501, "his": 0.2545347466867361}, "terrible": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "terrified": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "terrifying": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "terror": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "terrorism": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "terrorist": {"he - his": 0.03426187308670989, "he": 0.2144554730791025, "his": 0.18019359999239262}, "terrorists": {"he - his": 0.03413497439725957, "he": 0.241725564252744, "his": 0.20759058985548443}, "tesla": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "test": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "testimony": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "testing": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "tests": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "texas": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "text": {"he - his": 0.008248439710864586, "he": 0.29825603980601684, "his": 0.29000760009515225}, "texts": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "textual": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "than": {"he - his": -0.02279875385627622, "he": 0.3072044682972243, "his": 0.33000322215350053}, "thanapob": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "thank": {"he - his": -0.04200108537127184, "he": 0.241725564252744, "his": 0.28372664962401584}, "thanks": {"he - his": -0.03526176867357228, "he": 0.2511954309694252, "his": 0.2864571996429975}, "that": {"he - his": -0.007926106478973183, "he": 0.311710942952315, "his": 0.3196370494312882}, "thatch": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "thaw": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "the": {"he - his": -0.03240326576488514, "he": 0.1933725482822188, "his": 0.22577581404710395}, "theatre": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "their": {"he - his": -0.034849228042204417, "he": 0.31077656099139006, "his": 0.3456257890335945}, "them": {"he - his": -0.026787278386014468, "he": 0.3286573654737786, "his": 0.3554446438597931}, "theme": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "themed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "themselves": {"he - his": -0.028481046842990743, "he": 0.2900164768540788, "his": 0.3184975236970695}, "then": {"he - his": -0.03504264725240974, "he": 0.34021038620314314, "his": 0.3752530334555529}, "theodore": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "theories": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "theorised": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "theory": {"he - his": -0.03393452954048343, "he": 0.29331046650630477, "his": 0.3272449960467882}, "there": {"he - his": -0.008112256011925167, "he": 0.3514481412562748, "his": 0.3595603972682}, "these": {"he - his": -0.017461713486850272, "he": 0.3333793525691596, "his": 0.3508410660560099}, "they": {"he - his": -0.0037896848122547233, "he": 0.32411914729777486, "his": 0.3279088321100296}, "thimble": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "thing": {"he - his": -0.0035497895701750437, "he": 0.2996089694883946, "his": 0.30315875905856965}, "things": {"he - his": -0.016231550581814358, "he": 0.34376497064510214, "his": 0.3599965212269165}, "think": {"he - his": -0.008546109745781627, "he": 0.31730551248942235, "his": 0.325851622235204}, "thinkers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "thinking": {"he - his": -0.013387989507092413, "he": 0.3152272304510461, "his": 0.3286152199581385}, "thinks": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "third": {"he - his": -0.03185027141870425, "he": 0.24814049607089825, "his": 0.2799907674896025}, "thirty": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "this": {"he - his": -0.033641255575231066, "he": 0.3401977741188571, "his": 0.37383902969408817}, "thomas": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "thorny": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "those": {"he - his": 0.003230951744644439, "he": 0.31706594903038454, "his": 0.3138349972857401}, "though": {"he - his": -0.024460205895114717, "he": 0.30166517898010775, "his": 0.32612538487522247}, "thought": {"he - his": -0.004838292867072824, "he": 0.30966004399524777, "his": 0.3144983368623206}, "thoughtful": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "thoughts": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "thousand": {"he - his": 0.016083757151745537, "he": 0.30443571062612773, "his": 0.2883519534743822}, "thousands": {"he - his": 0.06248251382906053, "he": 0.29331046650630477, "his": 0.23082795267724424}, "thread": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "threads": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "threats": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "three": {"he - his": 0.00082300303999161, "he": 0.3201903724833076, "his": 0.319367369443316}, "thrilled": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "thrilling": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "thrives": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "through": {"he - his": -0.034701090397964096, "he": 0.3203388627481922, "his": 0.3550399531461563}, "throughout": {"he - his": -0.026747459254647277, "he": 0.3007251318795418, "his": 0.3274725911341891}, "throw": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "throws": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "thunder": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "thursday": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "thus": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "thwarted": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tickets": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "tie": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tien": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ties": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "tight": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "tile": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tim": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "time": {"he - his": -0.01441008800999738, "he": 0.3679130574413764, "his": 0.3823231454513738}, "times": {"he - his": -0.014614948039501086, "he": 0.2954149570390519, "his": 0.310029905078553}, "timing": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "timothy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tinned": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "tiptoeing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tired": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "titled": {"he - his": -0.040819703347465486, "he": 0.2761209166432573, "his": 0.31694061999072276}, "titles": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "to": {"he - his": -0.027449721679096983, "he": 0.26433257255469095, "his": 0.29178229423378793}, "today": {"he - his": -0.031620690555243136, "he": 0.2560613589093236, "his": 0.2876820494645667}, "together": {"he - his": -0.04224138177136788, "he": 0.3118029924234053, "his": 0.3540443741947732}, "toiled": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tokyo": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "told": {"he - his": -0.015217993204021785, "he": 0.29984115812293916, "his": 0.31505915132696094}, "tolkien": {"he - his": -0.012414872573115743, "he": 0.18942200122095953, "his": 0.20183687379407528}, "toll": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tom": {"he - his": 0.008189254716450933, "he": 0.2863845778391723, "his": 0.2781953231227214}, "tomorrow": {"he - his": -0.01321059892504084, "he": 0.26498472419768054, "his": 0.2781953231227214}, "tongue": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tonkotsu": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "too": {"he - his": -0.037059615296578696, "he": 0.2655388518322977, "his": 0.3025984671288764}, "took": {"he - his": -0.014698040232655862, "he": 0.27145708665738666, "his": 0.2861551268900425}, "tool": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "toothed": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "top": {"he - his": -0.014887563877400034, "he": 0.2822075552650121, "his": 0.29709511914241216}, "topless": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "torn": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "toronto": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tortured": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "toshimitsu": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "total": {"he - his": 0.016074838399097013, "he": 0.26498472419768054, "his": 0.24890988579858353}, "totaled": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "touch": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "touchstone": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tough": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "tour": {"he - his": -0.012494443791473214, "he": 0.18419749023760523, "his": 0.19669193402907845}, "tourist": {"he - his": 0.034040910858958356, "he": 0.2557684047881779, "his": 0.22172749392921956}, "tournament": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tours": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "toward": {"he - his": -0.031242113404469585, "he": 0.268954035717085, "his": 0.30019614912155457}, "towards": {"he - his": -0.013213659138231415, "he": 0.29825603980601684, "his": 0.31146969894424825}, "town": {"he - his": -0.04371962282496969, "he": 0.18752513863873763, "his": 0.23124476146370732}, "toxic": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "toy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "track": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "tracks": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "tracy": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "trade": {"he - his": -0.04121637806337303, "he": 0.26479804217217134, "his": 0.30601442023554437}, "traded": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tradeoffs": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tradition": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "traditional": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "traffic": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "trail": {"he - his": 0.008248439710864586, "he": 0.29825603980601684, "his": 0.29000760009515225}, "trailer": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "trailing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "train": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "trained": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "trainers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "training": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "trains": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "transaction": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "transcript": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "transfer": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "transferred": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "transgressive": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "transitioned": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "translation": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "transporting": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "trauma": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "travel": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "traveled": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "travelling": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "treasury": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "treat": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "treated": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "treatment": {"he - his": -0.06051118016053594, "he": 0.16073690221378845, "his": 0.2212480823743244}, "trekking": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tremble": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tremendum": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "trends": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "trey": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "trial": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tribesmen": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tried": {"he - his": -0.041360840128651155, "he": 0.28273861246543147, "his": 0.3240994525940826}, "tries": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "trigger": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "trilateral": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "trimmed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "trimmings": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "trip": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "trivia": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "troops": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tropics": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "trouble": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "truck": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "trucks": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "true": {"he - his": -0.04122831726895465, "he": 0.28624427386523443, "his": 0.3274725911341891}, "truly": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "trump": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "trust": {"he - his": -0.013331930368649658, "he": 0.29194443256142616, "his": 0.3052763629300758}, "truth": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "try": {"he - his": -0.014170733288909887, "he": 0.31693068203336816, "his": 0.33110141532227805}, "trying": {"he - his": -0.02702863385433968, "he": 0.2909552159292553, "his": 0.31798384978359495}, "tuesday": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "tugged": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tully": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tumultuous": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tune": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "tuned": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "turbat": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "turbulence": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "ture": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "turn": {"he - his": -0.028229662588753923, "he": 0.2985659666347768, "his": 0.3267956292235307}, "turned": {"he - his": -0.03465959095144111, "he": 0.2706167719786347, "his": 0.3052763629300758}, "turns": {"he - his": -0.04121637806337303, "he": 0.26479804217217134, "his": 0.30601442023554437}, "turp": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "tv": {"he - his": 0.008217782937410323, "he": 0.29194443256142616, "his": 0.28372664962401584}, "tweet": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "tweeted": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "tweets": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "twelfth": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "twelve": {"he - his": -0.012809182433992095, "he": 0.241725564252744, "his": 0.2545347466867361}, "twenty": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "twitter": {"he - his": 0.00036715110729063083, "he": 0.28535473207644585, "his": 0.2849875809691552}, "two": {"he - his": -0.011389979813905715, "he": 0.3184163339512641, "his": 0.32980631376516983}, "tyler": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "type": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "typed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "types": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "typeset": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "typhoon": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "typos": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "u": {"he - his": -0.012984189533629537, "he": 0.15203332092956032, "his": 0.16501751046318985}, "ugly": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "uk": {"he - his": -0.05901855829234576, "he": 0.2019057450840961, "his": 0.26092430337644185}, "ultimately": {"he - his": -0.04121637806337303, "he": 0.26479804217217134, "his": 0.30601442023554437}, "um": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "unabashedly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "unable": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "unanmed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "unappreciated": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "unattained": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "unbearded": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "unbridled": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "uncalm": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "uncertain": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "uncertainty": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "unchecked": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "unclassified": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "uncollected": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "uncommunicative": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "unconstitutional": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "uncredited": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "under": {"he - his": -0.003684883829528529, "he": 0.28972465635065364, "his": 0.29340954018018217}, "underarm": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "undercover": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "undercut": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "undergo": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "underground": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "underlying": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "undermined": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "underneath": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "underrated": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "understand": {"he - his": -0.04250968474024691, "he": 0.22624911288342076, "his": 0.26875879762366767}, "understanding": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "understood": {"he - his": -0.0864791576111825, "he": 0.23046146237954027, "his": 0.31694061999072276}, "undertake": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "undone": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "unending": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "unenticing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "uneven": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "unfair": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "unfathomable": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "unfold": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "unfortunate": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "unfortunately": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "unidentified": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "uniform": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "uniforms": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "unimaginable": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "unit": {"he - his": -0.05835787083799457, "he": 0.2188615626423764, "his": 0.277219433480371}, "united": {"he - his": -0.028591244658048243, "he": 0.28624427386523443, "his": 0.3148355185232827}, "unity": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "universal": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "universe": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "university": {"he - his": -0.03100589079473537, "he": 0.27689607298703506, "his": 0.3079019637817704}, "unless": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "unlike": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "unlit": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "unnoticed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "unparalleled": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "unpleasant": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "unpredictable": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "unproven": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "unrest": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "unruly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "unsettled": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "unstated": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "until": {"he - his": -0.04200108537127184, "he": 0.241725564252744, "his": 0.28372664962401584}, "unto": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "unwanted": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "unwelcome": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "unwritten": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "up": {"he - his": -0.0038804748657213506, "he": 0.3508181106953613, "his": 0.35469858556108264}, "upcoming": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "update": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "upheaval": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "upon": {"he - his": -0.012912358519740375, "he": 0.3143326375270478, "his": 0.3272449960467882}, "uppity": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "upset": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "uranium": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "urban": {"he - his": -0.01310987764538113, "he": 0.2706167719786347, "his": 0.28372664962401584}, "urbanism": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "urged": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "urolithiasis": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "us": {"he - his": -0.03139342215494306, "he": 0.2946137963200295, "his": 0.32600721847497255}, "usa": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "usd": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "use": {"he - his": -0.0020798456298776746, "he": 0.2749247330787263, "his": 0.27700457870860395}, "used": {"he - his": -0.025768915504990164, "he": 0.2741157618672661, "his": 0.29988467737225627}, "useful": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "useless": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "user": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "users": {"he - his": -0.04250968474024691, "he": 0.22624911288342076, "his": 0.26875879762366767}, "uses": {"he - his": -0.0348359598966147, "he": 0.26498472419768054, "his": 0.29982068409429524}, "using": {"he - his": -0.01441902806635903, "he": 0.28535473207644585, "his": 0.2997737601428049}, "usual": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "usually": {"he - his": 0.016082025291898616, "he": 0.2706167719786347, "his": 0.2545347466867361}, "utah": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "utter": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "v": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "va": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "vaccines": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "vale": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "valerie": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "valid": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "valuable": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "value": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "valued": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "vapourised": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "variances": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "variants": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "variety": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "various": {"he - his": 0.016058037939891218, "he": 0.2553763850179038, "his": 0.23931834707801256}, "varying": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "vast": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "ve": {"he - his": -0.015397494596917694, "he": 0.29154251277369175, "his": 0.30694000737060945}, "vegas": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "vehicle": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "vehicles": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "veneer": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "venezuelan": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "venezuelans": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "venture": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "venturing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "verbally": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "verne": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "versatile": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "verse": {"he - his": -0.013529356616021615, "he": 0.28140745714167614, "his": 0.29493681375769776}, "version": {"he - his": -0.04250968474024691, "he": 0.22624911288342076, "his": 0.26875879762366767}, "verumontanum": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "very": {"he - his": -0.007419351866059798, "he": 0.34838703169718105, "his": 0.35580638356324085}, "vga": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "vhf": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "via": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "vice": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "vicious": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "victims": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "victor": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "victory": {"he - his": -0.012912358519740375, "he": 0.3143326375270478, "his": 0.3272449960467882}, "video": {"he - his": 0.016082025291898616, "he": 0.2706167719786347, "his": 0.2545347466867361}, "videos": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "view": {"he - his": -0.03499259839827751, "he": 0.25994421535942025, "his": 0.29493681375769776}, "views": {"he - his": -0.04200108537127184, "he": 0.241725564252744, "his": 0.28372664962401584}, "vigorous": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "villagers": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "villalba": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "violate": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "violated": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "violence": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "virginia": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "virginity": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "virus": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "visceral": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "visibility": {"he - his": 0.0338698272212436, "he": 0.2761209166432573, "his": 0.24225108942201368}, "visible": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "vision": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "visions": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "visit": {"he - his": -0.01321059892504084, "he": 0.26498472419768054, "his": 0.2781953231227214}, "visited": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "vlogs": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "vocal": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "vocalist": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "vociferous": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "vogue": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "voice": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "voices": {"he - his": 0.008318217291503449, "he": 0.3143326375270478, "his": 0.30601442023554437}, "volume": {"he - his": -0.05901855829234576, "he": 0.2019057450840961, "his": 0.26092430337644185}, "volunteer": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "vote": {"he - his": 0.03409387429856442, "he": 0.24822433673152106, "his": 0.21413046243295664}, "voters": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "vrataski": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "vrm": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "vs": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "vulnerable": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "w": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "waaay": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "wade": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "wafa": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "wait": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "waiter": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "waiting": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "waitress": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "waived": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "waives": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "waldo": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "walk": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "walked": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "walking": {"he - his": -0.01250490936459503, "he": 0.30443571062612773, "his": 0.31694061999072276}, "wall": {"he - his": 0.01604894125099557, "he": 0.2511954309694252, "his": 0.23514648971842964}, "waller": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "walls": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "wander": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "want": {"he - his": 0.0025232199797371457, "he": 0.33159843970990066, "his": 0.3290752197301635}, "wanted": {"he - his": 0.003559277211081291, "he": 0.2900164768540788, "his": 0.2864571996429975}, "wanting": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "wants": {"he - his": 0.003710656592299688, "he": 0.3089870195223755, "his": 0.3052763629300758}, "war": {"he - his": 0.007904933456932273, "he": 0.24124875633255868, "his": 0.2333438228756264}, "warm": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "warmed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "warned": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "warning": {"he - his": 0.03428150774683281, "he": 0.20787009640417714, "his": 0.17358858865734433}, "warrant": {"he - his": -0.013606046462308397, "he": 0.19429138920541372, "his": 0.20789743566772212}, "warrants": {"he - his": -0.012325879171234316, "he": 0.1952647106842501, "his": 0.20759058985548443}, "wars": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "wartime": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "was": {"he - his": -0.013056115877711771, "he": 0.32823387385249675, "his": 0.3412899897302085}, "washington": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "wasn": {"he - his": -0.014110386643740869, "he": 0.3007251318795418, "his": 0.3148355185232827}, "waste": {"he - his": -0.028788269100275266, "he": 0.27946203539368164, "his": 0.3082503044939569}, "watch": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "watchdogs": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "watchful": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "watching": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "water": {"he - his": -0.06814931221187284, "he": 0.23429344384660586, "his": 0.3024427560584787}, "waterfront": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "wausau": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "wave": {"he - his": -0.013324423790306128, "he": 0.21105881700449228, "his": 0.2243832407947984}, "wavelength": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "waves": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "way": {"he - his": -0.044290334222817196, "he": 0.3092465877177404, "his": 0.3535369219405576}, "ways": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "wcc10": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "we": {"he - his": -0.023296511794921426, "he": 0.3060866002964634, "his": 0.3293831120913848}, "weaknesses": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "wealth": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "weapons": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "weariness": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "wearing": {"he - his": -0.01223103683112492, "he": 0.2761209166432573, "his": 0.2883519534743822}, "weaselled": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "weaving": {"he - his": -0.0572348234723401, "he": 0.24623762487580364, "his": 0.30347244834814374}, "web": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "webb": {"he - his": -0.012632386938832202, "he": 0.17513948510860172, "his": 0.18777187204743392}, "website": {"he - his": -0.01321059892504084, "he": 0.26498472419768054, "his": 0.2781953231227214}, "websites": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "weddings": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "wednesday": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "wee": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "week": {"he - his": -0.014842407103682731, "he": 0.30182852265742566, "his": 0.3166709297611084}, "weekend": {"he - his": 0.008318217291503449, "he": 0.3143326375270478, "his": 0.30601442023554437}, "weeks": {"he - his": 0.016091033025933787, "he": 0.29331046650630477, "his": 0.277219433480371}, "weep": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "weigh": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "weighed": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "weight": {"he - his": -0.03499259839827751, "he": 0.25994421535942025, "his": 0.29493681375769776}, "weirdly": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "well": {"he - his": -0.0165674523972989, "he": 0.33844725259906455, "his": 0.35501470499636345}, "wells": {"he - his": 0.03397008949492711, "he": 0.26479804217217134, "his": 0.23082795267724424}, "went": {"he - his": -0.03537937829861726, "he": 0.24733731098662093, "his": 0.2827166892852382}, "were": {"he - his": -0.005397325866193847, "he": 0.3173617531263433, "his": 0.32275907899253714}, "weren": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "west": {"he - his": -0.014306576498921086, "he": 0.2909552159292553, "his": 0.30526179242817636}, "westbrook": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "westerberg": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "western": {"he - his": -0.034457595502863314, "he": 0.27701210344138494, "his": 0.31146969894424825}, "whale": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "what": {"he - his": 0.011210885252820102, "he": 0.3445151243122124, "his": 0.33330423905939227}, "whatever": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "when": {"he - his": 0.0034516000497209487, "he": 0.3528138175745746, "his": 0.34936221752485364}, "where": {"he - his": -0.0006624616532175942, "he": 0.34983895187021685, "his": 0.35050141352343445}, "whereabouts": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "whether": {"he - his": 0.0033679922415781327, "he": 0.26812412923604956, "his": 0.2647561369944714}, "which": {"he - his": -0.0105654398231253, "he": 0.3445151243122124, "his": 0.3550805641353377}, "while": {"he - his": -0.006355872141958818, "he": 0.343586989582894, "his": 0.34994286172485284}, "whilst": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "whim": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "whispering": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "whispers": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "white": {"he - his": -0.0017252269258941633, "he": 0.3035365655022822, "his": 0.30526179242817636}, "who": {"he - his": -0.016250853475808513, "he": 0.36113046330285936, "his": 0.3773813167786679}, "whole": {"he - his": -0.013799000550400564, "he": 0.29410296323136986, "his": 0.3079019637817704}, "whom": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "whoop": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "whose": {"he - his": -0.013436106255122926, "he": 0.2863845778391723, "his": 0.29982068409429524}, "why": {"he - his": -0.023398372584700344, "he": 0.31401603970876796, "his": 0.3374144122934683}, "wicked": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "wide": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "wider": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "widespread": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "widows": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "wife": {"he - his": -0.03035918015212169, "he": 0.29825603980601684, "his": 0.3286152199581385}, "wild": {"he - his": -0.012107191079640867, "he": 0.2096203028495787, "his": 0.22172749392921956}, "wildlife": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "will": {"he - his": -0.018994349374260644, "he": 0.32639243666017737, "his": 0.345386786034438}, "william": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "willing": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "wilma": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "win": {"he - his": -0.01321059892504084, "he": 0.26498472419768054, "his": 0.2781953231227214}, "window": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "windows": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "windy": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "wing": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "winked": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "winner": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "winning": {"he - his": -0.028229662588753923, "he": 0.2985659666347768, "his": 0.3267956292235307}, "wins": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "wipe": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "wipes": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "wisdom": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "wise": {"he - his": -0.012912358519740375, "he": 0.3143326375270478, "his": 0.3272449960467882}, "wish": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "wished": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "with": {"he - his": -0.01875006899896453, "he": 0.33963763061011054, "his": 0.35838769960907507}, "within": {"he - his": -0.02549099244310976, "he": 0.30978109402399057, "his": 0.3352720864671003}, "without": {"he - his": -0.006813927916393181, "he": 0.3230495279388353, "his": 0.32986345585522847}, "withstood": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "witnessing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "wolf": {"he - his": -0.012809182433992095, "he": 0.241725564252744, "his": 0.2545347466867361}, "wolford": {"he - his": -0.012224717348860548, "he": 0.2019057450840961, "his": 0.21413046243295664}, "woman": {"he - his": -0.011966390034867824, "he": 0.2188615626423764, "his": 0.23082795267724424}, "women": {"he - his": -0.029039726014875367, "he": 0.2707340341279295, "his": 0.2997737601428049}, "won": {"he - his": -0.014364340572053269, "he": 0.28807841548642543, "his": 0.3024427560584787}, "wonder": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "wondered": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "wonderful": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "wondering": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "word": {"he - his": -0.013606046462308397, "he": 0.19429138920541372, "his": 0.20789743566772212}, "words": {"he - his": -0.0130692341945918, "he": 0.22624911288342076, "his": 0.23931834707801256}, "work": {"he - his": -0.021621759682897368, "he": 0.3479315539874708, "his": 0.36955331367036814}, "worked": {"he - his": 0.008318217291503449, "he": 0.3143326375270478, "his": 0.30601442023554437}, "worker": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "working": {"he - his": 0.03761946290443016, "he": 0.2727659526228598, "his": 0.23514648971842964}, "workout": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "works": {"he - his": -0.04148407145131189, "he": 0.27946203539368164, "his": 0.32094610684499353}, "world": {"he - his": -0.02870409734867907, "he": 0.3127777981624006, "his": 0.34148189551107966}, "worldwide": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "worried": {"he - his": 0.016091318373178565, "he": 0.28443289494242496, "his": 0.2683415765692464}, "worries": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "worrisome": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "worry": {"he - his": -0.042190756486430975, "he": 0.2360045666362904, "his": 0.2781953231227214}, "worse": {"he - his": -0.0307206595434405, "he": 0.2863845778391723, "his": 0.3171052373826128}, "worsening": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "worst": {"he - his": -0.012703953729239603, "he": 0.29331046650630477, "his": 0.30601442023554437}, "worth": {"he - his": 0.0628816410084283, "he": 0.27701210344138494, "his": 0.21413046243295664}, "would": {"he - his": 0.013449006641549743, "he": 0.33736929301981816, "his": 0.3239202863782684}, "wouldn": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "wraparound": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "write": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "writer": {"he - his": -0.01269996664492079, "he": 0.24822433673152106, "his": 0.26092430337644185}, "writers": {"he - his": -0.012862762630693803, "he": 0.28443289494242496, "his": 0.29729565757311877}, "writes": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "writing": {"he - his": -0.013509416554148446, "he": 0.3089870195223755, "his": 0.32249643607652395}, "writings": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "written": {"he - his": -0.013213659138231415, "he": 0.29825603980601684, "his": 0.31146969894424825}, "wrong": {"he - his": 0.08350468484980358, "he": 0.3143326375270478, "his": 0.23082795267724424}, "wrote": {"he - his": -0.028591244658048243, "he": 0.28624427386523443, "his": 0.3148355185232827}, "wuhan": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "wwe": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "wwi": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "www": {"he - his": -0.012421391308199636, "he": 0.26479804217217134, "his": 0.277219433480371}, "x": {"he - his": -0.01321059892504084, "he": 0.26498472419768054, "his": 0.2781953231227214}, "xi": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "xiaoming": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "xmp": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "yacht": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "yahoo": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "yeah": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "year": {"he - his": -0.011255164854837685, "he": 0.3015391141180941, "his": 0.31279427897293177}, "years": {"he - his": -0.007615313551922631, "he": 0.33771879262141313, "his": 0.34533410617333576}, "yelled": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "yellow": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "yes": {"he - his": -0.012995496653767313, "he": 0.27701210344138494, "his": 0.29000760009515225}, "yet": {"he - his": -0.006637545647302068, "he": 0.33397866019193106, "his": 0.34061620583923313}, "yielded": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "yo": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "yoing": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "yong": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "yonhap": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "york": {"he - his": -0.029253069992659142, "he": 0.26326399404637546, "his": 0.2925170640390346}, "yorker": {"he - his": -0.05789049109484193, "he": 0.23046146237954027, "his": 0.2883519534743822}, "you": {"he - his": -0.0323634707587252, "he": 0.27680501128167145, "his": 0.30916848204039665}, "young": {"he - his": -0.014743561146497552, "he": 0.3217703982241379, "his": 0.33651395937063544}, "younger": {"he - his": -0.011972443838948299, "he": 0.29150000450919544, "his": 0.30347244834814374}, "your": {"he - his": -0.023763303674534997, "he": 0.2863547756410993, "his": 0.3101180793156343}, "yourself": {"he - his": -0.012573171781068482, "he": 0.2557684047881779, "his": 0.2683415765692464}, "yourselves": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "youth": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "youtube": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "yrs": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "zack": {"he - his": -0.011549179441759205, "he": 0.24623762487580364, "his": 0.25778680431756285}, "zarif": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "zealand": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "zero": {"he - his": 0.0337132001916326, "he": 0.29150000450919544, "his": 0.25778680431756285}, "zone": {"he - his": 0.034194219352328165, "he": 0.2308861533814066, "his": 0.19669193402907845}, "zoning": {"he - his": -0.01178962704247341, "he": 0.23046146237954027, "his": 0.24225108942201368}, "\u03c0": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}, "\u7f57\u70bd\u6cfd": {"he - his": -0.011160080256503835, "he": 0.2717597963409451, "his": 0.28291987659744894}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-he-man.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-he-man.json new file mode 100644 index 0000000000000000000000000000000000000000..5d01bed376cd6d93152f69fa1f647c0e68888006 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-he-man.json @@ -0,0 +1 @@ +{"0": {"he - man": 0.015131030586990446, "he": 0.26699777980226896, "man": 0.2518667492152785}, "000": {"he - man": -0.0728572335117515, "he": 0.3006831592734811, "man": 0.3735403927852326}, "1": {"he - man": -0.058878961093249305, "he": 0.3055831372808201, "man": 0.3644620983740694}, "10": {"he - man": -0.03617338394567632, "he": 0.31744744900414745, "man": 0.35362083294982377}, "100": {"he - man": -0.04970913057084128, "he": 0.23429344384660586, "man": 0.28400257441744714}, "10bn": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "12": {"he - man": -0.048963788889184456, "he": 0.2437529091537891, "man": 0.29271669804297357}, "13": {"he - man": -0.0808604738394168, "he": 0.27689607298703506, "man": 0.35775654682645186}, "14": {"he - man": -0.048052367920160655, "he": 0.2553763850179038, "man": 0.3034287529380644}, "15": {"he - man": -0.03768060330478279, "he": 0.30978109402399057, "man": 0.34746169732877336}, "15th": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "16": {"he - man": -0.0975852147219729, "he": 0.29410296323136986, "man": 0.39168817795334276}, "160": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "17": {"he - man": -0.09840506610147753, "he": 0.3006831592734811, "man": 0.39908822537495864}, "18": {"he - man": -0.008494496429223952, "he": 0.3089870195223755, "man": 0.31748151595159946}, "1885": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "1888": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "19": {"he - man": -0.009775244545617734, "he": 0.28624427386523443, "man": 0.29601951841085217}, "1904": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "1909": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "1910": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "1915": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "1917": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "1935": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "1965": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "1972": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "1987": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "1990s": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "19th": {"he - man": -0.07575595169885546, "he": 0.241725564252744, "man": 0.31748151595159946}, "2": {"he - man": -0.07807727340114018, "he": 0.3002349226162437, "man": 0.37831219601738386}, "20": {"he - man": -0.03793247187944493, "he": 0.30656126980078335, "man": 0.3444937416802283}, "2002": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "2003": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "2004": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "2006": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "2008": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "2010": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "2012": {"he - man": -0.12221680526734935, "he": 0.1952647106842501, "man": 0.31748151595159946}, "2016": {"he - man": -0.10830005714990903, "he": 0.30851009722698136, "man": 0.4168101543768904}, "2017": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "2018": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "2019t": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "21": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "21st": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "22": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "24": {"he - man": -0.12951643245986572, "he": 0.241725564252744, "man": 0.3712419967126097}, "25th": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "26": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "27": {"he - man": -0.12147524386098973, "he": 0.2019057450840961, "man": 0.3233809889450858}, "28": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "29": {"he - man": -0.1128290611976368, "he": 0.29194443256142616, "man": 0.40477349375906296}, "290": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "292": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "296": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "2nd": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "3": {"he - man": -0.054956358824271856, "he": 0.28710499651505855, "man": 0.3420613553393304}, "30": {"he - man": -0.09807707550354056, "he": 0.2900164768540788, "man": 0.38809355235761933}, "300": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "303": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "305": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "309": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "31": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "310": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "311": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "316": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "317": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "33": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "330": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "335032the": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "337": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "36": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "37": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "3rd": {"he - man": -0.12884600263693125, "he": 0.13391809719244024, "man": 0.2627640998293715}, "4": {"he - man": -0.062840721632066, "he": 0.31079031655915573, "man": 0.37363103819122173}, "48": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "49ers": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "5": {"he - man": -0.0784477167660983, "he": 0.2969698715742334, "man": 0.3754175883403317}, "51": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "58": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "5m": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "6": {"he - man": -0.11274773850099812, "he": 0.2815342232205571, "man": 0.3942819617215552}, "60": {"he - man": -0.07575595169885546, "he": 0.241725564252744, "man": 0.31748151595159946}, "600": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "67": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "6moy": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "6th": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "7": {"he - man": -0.06118681076918481, "he": 0.32714723735437007, "man": 0.3883340481235549}, "76ers": {"he - man": -0.09798500529201948, "he": 0.29331046650630477, "man": 0.39129547179832425}, "7th": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "8": {"he - man": -0.09990183694047672, "he": 0.30551156638991755, "man": 0.4054134033303943}, "80s": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "9": {"he - man": -0.08128852534469011, "he": 0.2727659526228598, "man": 0.3540544779675499}, "93": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "96": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "98": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "a": {"he - man": -0.09359812324670191, "he": 0.27718691043703186, "man": 0.3707850336837338}, "abilities": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "ability": {"he - man": -0.09988445237808069, "he": 0.27701210344138494, "man": 0.37689655581946563}, "able": {"he - man": -0.09906207649673954, "he": 0.2954149570390519, "man": 0.39447703353579144}, "about": {"he - man": -0.08022282119864454, "he": 0.3279739657959548, "man": 0.4081967869945993}, "absolutely": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "absorbed": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "abul": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "acceptance": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "accommodation": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "accompany": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "accomplish": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "accord": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "according": {"he - man": -0.020011561207581297, "he": 0.2816875089614581, "man": 0.3016990701690394}, "accumulated": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "achieve": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "achieved": {"he - man": -0.046368885503700885, "he": 0.27701210344138494, "man": 0.3233809889450858}, "acknowledge": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "acquiescence": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "across": {"he - man": -0.07628280569164211, "he": 0.2360045666362904, "man": 0.3122873723279325}, "act": {"he - man": -0.1421299912063408, "he": 0.26210175570743366, "man": 0.40423174691377445}, "action": {"he - man": -0.10329997872705171, "he": 0.24733731098662093, "man": 0.35063728971367264}, "actions": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "actor": {"he - man": -0.12221680526734935, "he": 0.1952647106842501, "man": 0.31748151595159946}, "acts": {"he - man": -0.1302556158935174, "he": 0.2360045666362904, "man": 0.3662601825298078}, "actual": {"he - man": -0.12768617312619807, "he": 0.2557684047881779, "man": 0.383454577914376}, "actually": {"he - man": -0.0719084512178283, "he": 0.30978109402399057, "man": 0.38168954524181886}, "acute": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "addicts": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "addition": {"he - man": -0.04837964253472282, "he": 0.2511954309694252, "man": 0.299575073504148}, "additional": {"he - man": -0.08039246496885333, "he": 0.28140745714167614, "man": 0.36179992211052947}, "address": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "adds": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "administrative": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "admins": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "adolescence": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "ads": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "advanced": {"he - man": -0.07628280569164211, "he": 0.2360045666362904, "man": 0.3122873723279325}, "advantage": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "adversaries": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "advert": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "advertisement": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "advertisements": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "affectation": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "afloat": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "afraid": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "africa": {"he - man": -0.08168325399658766, "he": 0.268954035717085, "man": 0.35063728971367264}, "african": {"he - man": -0.12204203486675352, "he": 0.22001932047257688, "man": 0.3420613553393304}, "africans": {"he - man": -0.12221680526734935, "he": 0.1952647106842501, "man": 0.31748151595159946}, "after": {"he - man": -0.0850744276739025, "he": 0.34299904567685074, "man": 0.42807347335075324}, "aftermath": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "afterthought": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "again": {"he - man": -0.043164715984193414, "he": 0.32565688263566434, "man": 0.36882159861985775}, "against": {"he - man": 0.07628611346129482, "he": 0.31912219954599436, "man": 0.24283608608469953}, "age": {"he - man": -0.1315074339430311, "he": 0.22624911288342076, "man": 0.35775654682645186}, "aged": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "agencies": {"he - man": -0.07864051601344879, "he": 0.29825603980601684, "man": 0.37689655581946563}, "agent": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "aggressive": {"he - man": -0.09798500529201948, "he": 0.29331046650630477, "man": 0.39129547179832425}, "ago": {"he - man": -0.062247698434375665, "he": 0.3065739001854821, "man": 0.36882159861985775}, "agree": {"he - man": -0.07696283427127643, "he": 0.3143326375270478, "man": 0.39129547179832425}, "agrees": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "ahead": {"he - man": -0.024650916028270353, "he": 0.3055773545078722, "man": 0.33022827053614257}, "aid": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "aides": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "aids": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "air": {"he - man": -0.009978085577542095, "he": 0.28273861246543147, "man": 0.29271669804297357}, "al": {"he - man": -0.13091376872912286, "he": 0.2308861533814066, "man": 0.36179992211052947}, "alan": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "alarmed": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "alarms": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "alcohol": {"he - man": -0.100625224733975, "he": 0.2706167719786347, "man": 0.3712419967126097}, "alfred": {"he - man": -0.06323395547575267, "he": 0.2985659666347768, "man": 0.36179992211052947}, "alien": {"he - man": -0.047695532504642535, "he": 0.25994421535942025, "man": 0.3076397478640628}, "alienation": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "aliens": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "alighieri": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "alive": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "all": {"he - man": -0.07023177384140772, "he": 0.3519116740869998, "man": 0.4221434479284075}, "alleviated": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "alliances": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "allied": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "allies": {"he - man": -0.09667888386571571, "he": 0.30443571062612773, "man": 0.40111459449184345}, "allow": {"he - man": -0.07787722340650377, "he": 0.3055773545078722, "man": 0.383454577914376}, "allowed": {"he - man": -0.04686474397296475, "he": 0.2706167719786347, "man": 0.31748151595159946}, "almost": {"he - man": -0.10738086120633755, "he": 0.3146349343854283, "man": 0.42201579559176583}, "alone": {"he - man": -0.04511190149961497, "he": 0.29331046650630477, "man": 0.33842236800591974}, "along": {"he - man": -0.05455010843072888, "he": 0.3234971893063417, "man": 0.3780472977370706}, "alpha": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "already": {"he - man": -0.035215290076159145, "he": 0.32932455735698696, "man": 0.3645398474331461}, "also": {"he - man": -0.0837165932158192, "he": 0.32492716062689664, "man": 0.40864375384271584}, "alternative": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "although": {"he - man": -0.06931757183584503, "he": 0.32097422855162044, "man": 0.39029180038746547}, "always": {"he - man": -0.08872507863516027, "he": 0.2996089694883946, "man": 0.3883340481235549}, "am": {"he - man": -0.09840506610147753, "he": 0.3006831592734811, "man": 0.39908822537495864}, "amazon": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "ambassador": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "amber": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "america": {"he - man": -0.025124949139068986, "he": 0.29825603980601684, "man": 0.3233809889450858}, "american": {"he - man": -0.038606987984336816, "he": 0.2979814169505939, "man": 0.3365884049349307}, "americans": {"he - man": -0.12768617312619807, "he": 0.2557684047881779, "man": 0.383454577914376}, "among": {"he - man": -0.1220296042228578, "he": 0.278444307609538, "man": 0.4004739118323958}, "amorphous": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "amount": {"he - man": -0.12221680526734935, "he": 0.1952647106842501, "man": 0.31748151595159946}, "an": {"he - man": -0.09926496902482451, "he": 0.3568219254175451, "man": 0.4560868944423696}, "ananias": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "anchor": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "and": {"he - man": -0.09657209289057594, "he": 0.2641734961665871, "man": 0.36074558905716303}, "andrew": {"he - man": -0.09667888386571571, "he": 0.30443571062612773, "man": 0.40111459449184345}, "angeles": {"he - man": -0.07717964005464367, "he": 0.22624911288342076, "man": 0.3034287529380644}, "anger": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "angle": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "anguish": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "annihilation": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "another": {"he - man": -0.040514997971447864, "he": 0.3375322997656227, "man": 0.3780472977370706}, "answer": {"he - man": -0.06277134106418236, "he": 0.30348884146562544, "man": 0.3662601825298078}, "answered": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "antenna": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "anthony": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "anti": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "anticipation": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "antigen": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "antoni": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "antonin": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "ants": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "anxiety": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "any": {"he - man": -0.057321793746311356, "he": 0.3209904022710725, "man": 0.37831219601738386}, "anymore": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "anyone": {"he - man": -0.1147921049663077, "he": 0.27689607298703506, "man": 0.39168817795334276}, "anyway": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "apart": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "apollinax": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "apollo": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "apostles": {"he - man": -0.12527266444416527, "he": 0.1674440335988083, "man": 0.29271669804297357}, "app": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "apparent": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "appear": {"he - man": -0.046368885503700885, "he": 0.27701210344138494, "man": 0.3233809889450858}, "appearance": {"he - man": -0.11103451643431511, "he": 0.3055773545078722, "man": 0.4166118709421873}, "applications": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "apply": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "appointing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "appreciate": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "april": {"he - man": -0.12286537110697299, "he": 0.18942200122095953, "man": 0.3122873723279325}, "arcane": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "architects": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "archived": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "are": {"he - man": -0.09032545150257276, "he": 0.333748548249867, "man": 0.42407399975243976}, "area": {"he - man": -0.04947512589967515, "he": 0.23725888525048064, "man": 0.2867340111501558}, "areas": {"he - man": -0.07987560469063548, "he": 0.2863845778391723, "man": 0.3662601825298078}, "aren": {"he - man": -0.04837964253472282, "he": 0.2511954309694252, "man": 0.299575073504148}, "arguably": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "argued": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "ariane": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "ariel": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "armed": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "around": {"he - man": -0.09110988919258606, "he": 0.31777138129140986, "man": 0.4088812704839959}, "array": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "arrival": {"he - man": -0.024650916028270353, "he": 0.3055773545078722, "man": 0.33022827053614257}, "arrived": {"he - man": -0.0255370833901733, "he": 0.29194443256142616, "man": 0.31748151595159946}, "arse": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "arsonist": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "article": {"he - man": -0.04686474397296475, "he": 0.2706167719786347, "man": 0.31748151595159946}, "articles": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "artists": {"he - man": -0.04511190149961497, "he": 0.29331046650630477, "man": 0.33842236800591974}, "as": {"he - man": -0.08238644151431229, "he": 0.32813166879360806, "man": 0.41051811030792035}, "ascent": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "ash": {"he - man": -0.1681903147202588, "he": 0.24623762487580364, "man": 0.41442793959606244}, "ashes": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "asia": {"he - man": -0.12221680526734935, "he": 0.1952647106842501, "man": 0.31748151595159946}, "ask": {"he - man": -0.026232290722386642, "he": 0.28140745714167614, "man": 0.3076397478640628}, "asked": {"he - man": -0.06403800111347113, "he": 0.2900164768540788, "man": 0.3540544779675499}, "aspect": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "aspirin": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "aspirus": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "assembly": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "assertiveness": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "assessment": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "assign": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "assignments": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "assists": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "associated": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "assume": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "assumptions": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "assurance": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "astronomy": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "at": {"he - man": -0.1036059249344089, "he": 0.34360767370834233, "man": 0.44721359864275123}, "atlantic": {"he - man": -0.12867221908794457, "he": 0.24822433673152106, "man": 0.37689655581946563}, "atmospheres": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "atoms": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "attack": {"he - man": 0.004373953512517514, "he": 0.294004967285181, "man": 0.2896310137726635}, "attacked": {"he - man": -0.09798500529201948, "he": 0.29331046650630477, "man": 0.39129547179832425}, "attacks": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "attending": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "attract": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "au": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "audience": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "audiences": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "august": {"he - man": -0.07717964005464367, "he": 0.22624911288342076, "man": 0.3034287529380644}, "aus": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "australia": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "australians": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "author": {"he - man": -0.07864051601344879, "he": 0.29825603980601684, "man": 0.37689655581946563}, "available": {"he - man": -0.09971163531570898, "he": 0.27638459228904366, "man": 0.37609622760475264}, "avatar": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "averaging": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "award": {"he - man": -0.12951643245986572, "he": 0.241725564252744, "man": 0.3712419967126097}, "awards": {"he - man": -0.12147524386098973, "he": 0.2019057450840961, "man": 0.3233809889450858}, "awareness": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "away": {"he - man": -0.10979677628832635, "he": 0.2972517352882706, "man": 0.40704851157659694}, "awefull": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "awful": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "awkward": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "axel": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "b": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "ba": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "back": {"he - man": -0.08786189871929723, "he": 0.3312914667106605, "man": 0.41915336542995774}, "backs": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "bad": {"he - man": -0.1639365300513537, "he": 0.2360045666362904, "man": 0.3999410966876441}, "baggage": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "bail": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "bailey": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "ball": {"he - man": -0.07515665221356477, "he": 0.24822433673152106, "man": 0.3233809889450858}, "bang": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "bank": {"he - man": -0.07913874911074795, "he": 0.2048638253066992, "man": 0.28400257441744714}, "barack": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "barely": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "barking": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "barrel": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "bars": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "base": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "based": {"he - man": 0.02761051517920249, "he": 0.3065739001854821, "man": 0.2789633850062796}, "bases": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "basic": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "basically": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "baskervilles": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "basketball": {"he - man": -0.12768617312619807, "he": 0.2557684047881779, "man": 0.383454577914376}, "battle": {"he - man": -0.07929756415118355, "he": 0.29194443256142616, "man": 0.3712419967126097}, "battles": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "bbc": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "be": {"he - man": -0.0870292006781897, "he": 0.3127291413423208, "man": 0.3997583420205105}, "beak": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "beal": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "beat": {"he - man": -0.13091376872912286, "he": 0.2308861533814066, "man": 0.36179992211052947}, "beaten": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "beating": {"he - man": -0.09798500529201948, "he": 0.29331046650630477, "man": 0.39129547179832425}, "beautifully": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "beauty": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "became": {"he - man": -0.025902794488760206, "he": 0.2863845778391723, "man": 0.3122873723279325}, "because": {"he - man": -0.058792478215605626, "he": 0.30643594434176485, "man": 0.3652284225573705}, "become": {"he - man": -0.0781693766362867, "he": 0.3141671486003979, "man": 0.3923365252366846}, "becomes": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "becoming": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "bed": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "bee": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "been": {"he - man": -0.06659671456955146, "he": 0.34898199110831335, "man": 0.4155787056778648}, "beer": {"he - man": -0.1608434661540094, "he": 0.2557684047881779, "man": 0.4166118709421873}, "beers": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "bees": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "before": {"he - man": -0.0771465105922523, "he": 0.3445818844853136, "man": 0.42172839507756593}, "began": {"he - man": -0.050209962040502765, "he": 0.2972517352882706, "man": 0.34746169732877336}, "begin": {"he - man": -0.13217897599976236, "he": 0.28443289494242496, "man": 0.4166118709421873}, "beginning": {"he - man": -0.008798530862307086, "he": 0.30348884146562544, "man": 0.3122873723279325}, "begins": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "behalf": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "behind": {"he - man": -0.06403800111347113, "he": 0.2900164768540788, "man": 0.3540544779675499}, "being": {"he - man": -0.1001260694376711, "he": 0.31348761441579565, "man": 0.41361368385346675}, "believe": {"he - man": -0.11420556418893318, "he": 0.28140745714167614, "man": 0.3956130213306093}, "believed": {"he - man": -0.04686474397296475, "he": 0.2706167719786347, "man": 0.31748151595159946}, "believers": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "believes": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "believing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "ben": {"he - man": -0.12768617312619807, "he": 0.2557684047881779, "man": 0.383454577914376}, "bench": {"he - man": -0.047695532504642535, "he": 0.25994421535942025, "man": 0.3076397478640628}, "benefit": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "benevolence": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "benign": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "benjamin": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "bentley": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "beset": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "best": {"he - man": -0.1020585826885757, "he": 0.337585342611635, "man": 0.4396439253002107}, "bet": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "better": {"he - man": -0.09878343781898208, "he": 0.3141671486003979, "man": 0.41295058641938}, "between": {"he - man": -0.04669996858656583, "he": 0.28489738118625385, "man": 0.3315973497728197}, "bible": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "biblically": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "biden": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "big": {"he - man": -0.06931757183584503, "he": 0.32097422855162044, "man": 0.39029180038746547}, "biggest": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "billion": {"he - man": -0.050342781670934755, "he": 0.2262835791487814, "man": 0.27662636081971614}, "birds": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "birthday": {"he - man": -0.12147524386098973, "he": 0.2019057450840961, "man": 0.3233809889450858}, "bit": {"he - man": -0.04970913057084128, "he": 0.23429344384660586, "man": 0.28400257441744714}, "bits": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "black": {"he - man": -0.16195679802251944, "he": 0.26541195209789414, "man": 0.4273687501204136}, "bladder": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "blake": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "blameless": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "blanchard": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "blare": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "blast": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "blazing": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "blessed": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "blessing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "blocking": {"he - man": -0.15520732413586363, "he": 0.29331046650630477, "man": 0.4485177906421684}, "blogs": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "blonde": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "blood": {"he - man": -0.13217897599976236, "he": 0.28443289494242496, "man": 0.4166118709421873}, "bloodshot": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "boast": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "boasts": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "boat": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "bodies": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "body": {"he - man": -0.04730264813025198, "he": 0.26498472419768054, "man": 0.3122873723279325}, "boldly": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "bombers": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "bonds": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "bones": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "bongo": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "boogie": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "book": {"he - man": -0.12847948958123706, "he": 0.25275452764719664, "man": 0.3812340172284337}, "books": {"he - man": -0.13793663608802975, "he": 0.2437529091537891, "man": 0.38168954524181886}, "booze": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "boozer": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "borgen": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "born": {"he - man": -0.07696283427127643, "he": 0.3143326375270478, "man": 0.39129547179832425}, "boston": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "both": {"he - man": -0.10285615935789566, "he": 0.33192707959820344, "man": 0.4347832389560991}, "bottle": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "bottom": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "bounceback": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "boy": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "boys": {"he - man": -0.09902168297195102, "he": 0.28443289494242496, "man": 0.383454577914376}, "bph": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "brahms": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "branch": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "branches": {"he - man": -0.1681903147202588, "he": 0.24623762487580364, "man": 0.41442793959606244}, "brass": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "break": {"he - man": -0.09988445237808069, "he": 0.27701210344138494, "man": 0.37689655581946563}, "breaking": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "breath": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "brett": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "bridges": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "brief": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "briefly": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "bright": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "brilliant": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "bring": {"he - man": -0.09704614536094641, "he": 0.3275628953537441, "man": 0.4246090407146905}, "brings": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "britain": {"he - man": -0.0255370833901733, "he": 0.29194443256142616, "man": 0.31748151595159946}, "british": {"he - man": -0.10185570675110922, "he": 0.25994421535942025, "man": 0.36179992211052947}, "britney": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "broadcast": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "broadcasting": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "broadchurch": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "broadly": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "broadmoor": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "brothels": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "brother": {"he - man": -0.025124949139068986, "he": 0.29825603980601684, "man": 0.3233809889450858}, "brought": {"he - man": -0.10127545833212726, "he": 0.26498472419768054, "man": 0.3662601825298078}, "brow": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "brown": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "browser": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "browsing": {"he - man": -0.1681903147202588, "he": 0.24623762487580364, "man": 0.41442793959606244}, "brutal": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "brutally": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "buck": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "build": {"he - man": -0.11420556418893318, "he": 0.28140745714167614, "man": 0.3956130213306093}, "builder": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "building": {"he - man": -0.04686474397296475, "he": 0.2706167719786347, "man": 0.31748151595159946}, "buildings": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "built": {"he - man": -0.04686474397296475, "he": 0.2706167719786347, "man": 0.31748151595159946}, "bunker": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "burgandy": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "burgers": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "burke": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "burn": {"he - man": -0.17065313211230318, "he": 0.23046146237954027, "man": 0.40111459449184345}, "burnt": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "bus": {"he - man": -0.0785721967681712, "he": 0.21105881700449228, "man": 0.2896310137726635}, "buses": {"he - man": -0.1302556158935174, "he": 0.2360045666362904, "man": 0.3662601825298078}, "bush": {"he - man": -0.17065313211230318, "he": 0.23046146237954027, "man": 0.40111459449184345}, "bushes": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "business": {"he - man": -0.06403800111347113, "he": 0.2900164768540788, "man": 0.3540544779675499}, "but": {"he - man": -0.058839932154026164, "he": 0.3460693073975183, "man": 0.40490923955154445}, "buy": {"he - man": -0.0808604738394168, "he": 0.27689607298703506, "man": 0.35775654682645186}, "by": {"he - man": -0.10752759587406052, "he": 0.3352000250360675, "man": 0.442727620910128}, "c": {"he - man": -0.08271316188504929, "he": 0.2589931084778629, "man": 0.3417062703629122}, "cage": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "calcium": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "californication": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "call": {"he - man": -0.04837964253472282, "he": 0.2511954309694252, "man": 0.299575073504148}, "called": {"he - man": -0.001158007952122564, "he": 0.31744744900414745, "man": 0.31860545695627}, "calm": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "came": {"he - man": -0.027994597573369362, "he": 0.30182852265742566, "man": 0.329823120230795}, "cameron": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "camp": {"he - man": -0.0785721967681712, "he": 0.21105881700449228, "man": 0.2896310137726635}, "campaign": {"he - man": -0.08039246496885333, "he": 0.28140745714167614, "man": 0.36179992211052947}, "campaigns": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "camper": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "camps": {"he - man": -0.04837964253472282, "he": 0.2511954309694252, "man": 0.299575073504148}, "campus": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "can": {"he - man": -0.060478460836071335, "he": 0.31357988420593735, "man": 0.3740583450420087}, "canada": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "cancelling": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "cancer": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "candidate": {"he - man": -0.12768617312619807, "he": 0.2557684047881779, "man": 0.383454577914376}, "candidates": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "cannot": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "canyon": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "capabilities": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "capability": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "capable": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "capacity": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "capitalize": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "captured": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "car": {"he - man": -0.10099347082842947, "he": 0.26563811997608733, "man": 0.3666315908045168}, "care": {"he - man": -0.08128852534469011, "he": 0.2727659526228598, "man": 0.3540544779675499}, "cared": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "careers": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "carefully": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "caring": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "carlay": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "carlsberg": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "carnal": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "carolina": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "carpet": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "carried": {"he - man": -0.17243390915594783, "he": 0.2188615626423764, "man": 0.39129547179832425}, "cars": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "carty": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "case": {"he - man": -0.10077659743167844, "he": 0.3157042653870758, "man": 0.41648086281875424}, "casualties": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "cat": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "catch": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "catering": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "cats": {"he - man": -0.09988445237808069, "he": 0.27701210344138494, "man": 0.37689655581946563}, "cause": {"he - man": -0.02813146606527006, "he": 0.25328619373444833, "man": 0.2814176597997184}, "caused": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "causing": {"he - man": -0.10987395234587882, "he": 0.3143326375270478, "man": 0.42420658987292664}, "cavaliers": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "ccp": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "cdc": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "ceaseless": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "celebrating": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "celtics": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "cement": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "center": {"he - man": -0.06277134106418236, "he": 0.30348884146562544, "man": 0.3662601825298078}, "central": {"he - man": -0.07628280569164211, "he": 0.2360045666362904, "man": 0.3122873723279325}, "centre": {"he - man": -0.010520630076498838, "he": 0.2734819443409483, "man": 0.28400257441744714}, "century": {"he - man": -0.06610053105920666, "he": 0.26812412923604956, "man": 0.3342246602952562}, "certain": {"he - man": -0.06323395547575267, "he": 0.2985659666347768, "man": 0.36179992211052947}, "certainly": {"he - man": -0.11847923008948363, "he": 0.3035365655022822, "man": 0.42201579559176583}, "challenges": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "champ": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "chance": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "chances": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "chandler": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "change": {"he - man": 0.0036767598343212526, "he": 0.2803031206540374, "man": 0.27662636081971614}, "changed": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "changes": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "channel": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "chaos": {"he - man": -0.12867221908794457, "he": 0.24822433673152106, "man": 0.37689655581946563}, "chaotic": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "chapbook": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "character": {"he - man": -0.09645225522201867, "he": 0.30348884146562544, "man": 0.3999410966876441}, "characterized": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "charged": {"he - man": -0.1738342750647973, "he": 0.2096203028495787, "man": 0.383454577914376}, "charges": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "charles": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "charting": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "chatham": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "checked": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "cheeky": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "cheer": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "cheery": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "chemical": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "chief": {"he - man": -0.025902794488760206, "he": 0.2863845778391723, "man": 0.3122873723279325}, "childhood": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "children": {"he - man": 0.0038042335833989305, "he": 0.2827676185896785, "man": 0.2789633850062796}, "chimpanzee": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "china": {"he - man": -0.08769286048489186, "he": 0.21051969989564764, "man": 0.2982125603805395}, "chinaman": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "chinese": {"he - man": -0.11582058427998282, "he": 0.268954035717085, "man": 0.3847746199970678}, "choice": {"he - man": -0.12221680526734935, "he": 0.1952647106842501, "man": 0.31748151595159946}, "chopin": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "chris": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "christ": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "christian": {"he - man": -0.09667888386571571, "he": 0.30443571062612773, "man": 0.40111459449184345}, "church": {"he - man": -0.05138767064174263, "he": 0.21313880354590267, "man": 0.2645264741876453}, "citations": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "cities": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "citizens": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "city": {"he - man": -0.0450365014974633, "he": 0.30392831269155185, "man": 0.34896481418901515}, "civic": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "civilization": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "clarks": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "class": {"he - man": -0.12867221908794457, "he": 0.24822433673152106, "man": 0.37689655581946563}, "classic": {"he - man": -0.09502895955506618, "he": 0.3152272304510461, "man": 0.4102561900061123}, "clear": {"he - man": -0.10329997872705171, "he": 0.24733731098662093, "man": 0.35063728971367264}, "clearly": {"he - man": -0.04511190149961497, "he": 0.29331046650630477, "man": 0.33842236800591974}, "cleavage": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "clientele": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "clippers": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "closest": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "clouds": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "club": {"he - man": -0.1608434661540094, "he": 0.2557684047881779, "man": 0.4166118709421873}, "clutchest": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "cnd": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "coach": {"he - man": -0.11582058427998282, "he": 0.268954035717085, "man": 0.3847746199970678}, "coached": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "coaching": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "coast": {"he - man": -0.13300622424967085, "he": 0.2144554730791025, "man": 0.34746169732877336}, "coastal": {"he - man": -0.07628280569164211, "he": 0.2360045666362904, "man": 0.3122873723279325}, "code": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "coker": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "cold": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "collapse": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "colleagues": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "collected": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "collection": {"he - man": -0.165439065069922, "he": 0.22624911288342076, "man": 0.39168817795334276}, "college": {"he - man": -0.07929756415118355, "he": 0.29194443256142616, "man": 0.3712419967126097}, "colorectal": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "columbia": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "com": {"he - man": -0.03793247187944493, "he": 0.30656126980078335, "man": 0.3444937416802283}, "combination": {"he - man": -0.09902168297195102, "he": 0.28443289494242496, "man": 0.383454577914376}, "combined": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "combines": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "come": {"he - man": -0.062840721632066, "he": 0.31079031655915573, "man": 0.37363103819122173}, "comes": {"he - man": -0.0669706026598586, "he": 0.3430904785657033, "man": 0.4100610812255619}, "comfort": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "comforting": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "coming": {"he - man": -0.07224422926505286, "he": 0.30656126980078335, "man": 0.3788054990658362}, "commences": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "comment": {"he - man": -0.025902794488760206, "he": 0.2863845778391723, "man": 0.3122873723279325}, "comments": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "commercials": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "commissionaires": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "commits": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "common": {"he - man": -0.10979677628832635, "he": 0.2972517352882706, "man": 0.40704851157659694}, "commonly": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "communication": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "communications": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "community": {"he - man": -0.06585437080700118, "he": 0.2707340341279295, "man": 0.3365884049349307}, "company": {"he - man": -0.03953684518327599, "he": 0.28625416016032607, "man": 0.32579100534360206}, "compensated": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "compete": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "competent": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "complete": {"he - man": -0.0715492719982952, "he": 0.3132253479987726, "man": 0.3847746199970678}, "completed": {"he - man": -0.025124949139068986, "he": 0.29825603980601684, "man": 0.3233809889450858}, "completely": {"he - man": -0.09902168297195102, "he": 0.28443289494242496, "man": 0.383454577914376}, "complex": {"he - man": -0.06323395547575267, "he": 0.2985659666347768, "man": 0.36179992211052947}, "complicated": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "composed": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "compromise": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "compulsion": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "computer": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "computers": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "conceivable": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "concept": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "concerns": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "conclusion": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "condemned": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "conditioning": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "conduit": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "conference": {"he - man": -0.02662989706910074, "he": 0.3208318002596726, "man": 0.34746169732877336}, "conferences": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "confess": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "confidence": {"he - man": -0.10987395234587882, "he": 0.3143326375270478, "man": 0.42420658987292664}, "confirming": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "conflict": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "confucius": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "congregation": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "congress": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "connections": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "consciousness": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "consent": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "consequence": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "consequences": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "considered": {"he - man": -0.08271316188504929, "he": 0.2589931084778629, "man": 0.3417062703629122}, "consisted": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "consistent": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "conspiracy": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "constant": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "constantly": {"he - man": -0.17065313211230318, "he": 0.23046146237954027, "man": 0.40111459449184345}, "constitutional": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "constraints": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "constricted": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "construction": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "contained": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "content": {"he - man": -0.100625224733975, "he": 0.2706167719786347, "man": 0.3712419967126097}, "contention": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "contest": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "context": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "continent": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "continue": {"he - man": -0.07787722340650377, "he": 0.3055773545078722, "man": 0.383454577914376}, "continued": {"he - man": 0.01720582958792044, "he": 0.3132253479987726, "man": 0.29601951841085217}, "controlled": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "converging": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "conversations": {"he - man": -0.12927519324172593, "he": 0.30443571062612773, "man": 0.43371090386785366}, "convey": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "convictions": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "convince": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "cop": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "copy": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "core": {"he - man": -0.061669325368419514, "he": 0.3152272304510461, "man": 0.37689655581946563}, "corner": {"he - man": -0.025124949139068986, "he": 0.29825603980601684, "man": 0.3233809889450858}, "corners": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "cornerstone": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "coronavirus": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "corp": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "corporate": {"he - man": -0.07515665221356477, "he": 0.24822433673152106, "man": 0.3233809889450858}, "correct": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "corrosive": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "cory": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "cosmos": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "cost": {"he - man": -0.009775244545617734, "he": 0.28624427386523443, "man": 0.29601951841085217}, "costing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "could": {"he - man": -0.04665351038620841, "he": 0.31935244316012673, "man": 0.36600595354633514}, "council": {"he - man": -0.12344225762645755, "he": 0.18419749023760523, "man": 0.3076397478640628}, "counselling": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "count": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "countach": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "countless": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "countries": {"he - man": -0.12286537110697299, "he": 0.18942200122095953, "man": 0.3122873723279325}, "country": {"he - man": 0.003321996195782051, "he": 0.2735346006553941, "man": 0.27021260445961204}, "county": {"he - man": -0.04686474397296475, "he": 0.2706167719786347, "man": 0.31748151595159946}, "couple": {"he - man": -0.02680912088128823, "he": 0.2727659526228598, "man": 0.299575073504148}, "course": {"he - man": -0.09683573322678929, "he": 0.3132253479987726, "man": 0.4100610812255619}, "court": {"he - man": -0.12126171018204193, "he": 0.2262439407685737, "man": 0.34750565095061564}, "courtesy": {"he - man": -0.04511190149961497, "he": 0.29331046650630477, "man": 0.33842236800591974}, "courthouse": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "cousin": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "cousins": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "cover": {"he - man": -0.100625224733975, "he": 0.2706167719786347, "man": 0.3712419967126097}, "coverage": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "covid19": {"he - man": -0.12147524386098973, "he": 0.2019057450840961, "man": 0.3233809889450858}, "coy": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "cracked": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "crayfish": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "crazy": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "create": {"he - man": -0.026232290722386642, "he": 0.28140745714167614, "man": 0.3076397478640628}, "creating": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "cred": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "credit": {"he - man": -0.07575595169885546, "he": 0.241725564252744, "man": 0.31748151595159946}, "creepy": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "crippling": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "crisis": {"he - man": -0.0975852147219729, "he": 0.29410296323136986, "man": 0.39168817795334276}, "criterion": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "critical": {"he - man": -0.06323395547575267, "he": 0.2985659666347768, "man": 0.36179992211052947}, "criticism": {"he - man": -0.17065313211230318, "he": 0.23046146237954027, "man": 0.40111459449184345}, "cross": {"he - man": -0.02680912088128823, "he": 0.2727659526228598, "man": 0.299575073504148}, "crotchety": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "crowded": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "crucial": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "cruise": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "cultivation": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "cultural": {"he - man": -0.10329997872705171, "he": 0.24733731098662093, "man": 0.35063728971367264}, "culture": {"he - man": -0.08128852534469011, "he": 0.2727659526228598, "man": 0.3540544779675499}, "curiosity": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "currently": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "cursing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "cutting": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "cynicism": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "d": {"he - man": -0.08846327773003981, "he": 0.30182852265742566, "man": 0.39029180038746547}, "dai": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "daily": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "daizaemon": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "daizemon": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "daley": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "damage": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "dammit": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "dance": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "danced": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "dancers": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "dances": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "danger": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "dangerous": {"he - man": -0.09667888386571571, "he": 0.30443571062612773, "man": 0.40111459449184345}, "dangerously": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "daniel": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "dante": {"he - man": -0.09667888386571571, "he": 0.30443571062612773, "man": 0.40111459449184345}, "dark": {"he - man": -0.13415672178042826, "he": 0.2706167719786347, "man": 0.40477349375906296}, "data": {"he - man": -0.051970385397413915, "he": 0.20584207381438016, "man": 0.2578124592117941}, "daughter": {"he - man": -0.0808604738394168, "he": 0.27689607298703506, "man": 0.35775654682645186}, "davis": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "day": {"he - man": -0.0820855999935356, "he": 0.27916131824965124, "man": 0.36124691824318683}, "days": {"he - man": -0.03880970325620431, "he": 0.2954149570390519, "man": 0.3342246602952562}, "deacon": {"he - man": -0.12221680526734935, "he": 0.1952647106842501, "man": 0.31748151595159946}, "deacons": {"he - man": -0.12527266444416527, "he": 0.1674440335988083, "man": 0.29271669804297357}, "dead": {"he - man": -0.063653583595082, "he": 0.29410296323136986, "man": 0.35775654682645186}, "death": {"he - man": -0.07929756415118355, "he": 0.29194443256142616, "man": 0.3712419967126097}, "decamp": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "decay": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "decisive": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "decreased": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "dedicated": {"he - man": -0.07864051601344879, "he": 0.29825603980601684, "man": 0.37689655581946563}, "deep": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "deepen": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "deeper": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "deering": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "defeat": {"he - man": -0.09798500529201948, "he": 0.29331046650630477, "man": 0.39129547179832425}, "defence": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "defend": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "defended": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "defense": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "defensive": {"he - man": -0.09667888386571571, "he": 0.30443571062612773, "man": 0.40111459449184345}, "defensively": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "defiant": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "degree": {"he - man": -0.07515665221356477, "he": 0.24822433673152106, "man": 0.3233809889450858}, "delays": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "deliberation": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "delight": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "delivered": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "delve": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "demarcus": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "democratic": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "demographic": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "dengue": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "denied": {"he - man": -0.047695532504642535, "he": 0.25994421535942025, "man": 0.3076397478640628}, "denigrated": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "dennis": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "depend": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "dependable": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "deployments": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "depressing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "depressingly": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "depth": {"he - man": -0.07696283427127643, "he": 0.3143326375270478, "man": 0.39129547179832425}, "deputy": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "derivative": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "derogatory": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "derouen": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "descent": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "describe": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "described": {"he - man": -0.04730264813025198, "he": 0.26498472419768054, "man": 0.3122873723279325}, "describing": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "deserved": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "deserves": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "design": {"he - man": -0.12061198415645258, "he": 0.23140723340057456, "man": 0.35201921755702714}, "designed": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "desires": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "desjardins": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "despairing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "despite": {"he - man": -0.009775244545617734, "he": 0.28624427386523443, "man": 0.29601951841085217}, "destabilized": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "destination": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "destiny": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "destroy": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "destroys": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "destruct": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "detailed": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "detect": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "detected": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "detective": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "detroit": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "devastated": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "devastating": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "developed": {"he - man": -0.12867221908794457, "he": 0.24822433673152106, "man": 0.37689655581946563}, "developing": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "devoid": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "devote": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "dictated": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "did": {"he - man": -0.01627764671768267, "he": 0.31126893727395544, "man": 0.3275465839916381}, "didn": {"he - man": -0.04016114934673204, "he": 0.278444307609538, "man": 0.31860545695627}, "die": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "dies": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "different": {"he - man": -0.10069746938380819, "he": 0.26812412923604956, "man": 0.36882159861985775}, "difficult": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "difficulty": {"he - man": -0.04511190149961497, "he": 0.29331046650630477, "man": 0.33842236800591974}, "digital": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "dillman": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "dimmed": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "dingy": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "diplomats": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "dire": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "directed": {"he - man": -0.04511190149961497, "he": 0.29331046650630477, "man": 0.33842236800591974}, "direction": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "directly": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "disagrees": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "disappointing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "disarray": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "disciple": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "disciplined": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "discoveries": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "discrete": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "discuss": {"he - man": -0.024650916028270353, "he": 0.3055773545078722, "man": 0.33022827053614257}, "disguise": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "disillusionment": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "dismantled": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "disneynature": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "disobedience": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "disorder": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "disordered": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "disorienting": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "display": {"he - man": -0.04730264813025198, "he": 0.26498472419768054, "man": 0.3122873723279325}, "disrupted": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "disruption": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "disruptive": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "dissenting": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "distance": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "distant": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "distracted": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "distributing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "distrustful": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "dive": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "diverse": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "divide": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "dividends": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "division": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "dna": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "do": {"he - man": -0.08500301104495472, "he": 0.31721671551714564, "man": 0.40221972656210037}, "doctorow": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "documented": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "does": {"he - man": -0.1295102875600787, "he": 0.28137239598556757, "man": 0.4108826835456463}, "doesn": {"he - man": -0.051242603712092105, "he": 0.3275628953537441, "man": 0.3788054990658362}, "dog": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "doing": {"he - man": -0.02846124182218962, "he": 0.29543258563073305, "man": 0.32389382745292267}, "domantas": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "don": {"he - man": -0.0778180968080362, "he": 0.302519577709288, "man": 0.3803376745173242}, "donald": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "done": {"he - man": -0.05246444220411889, "he": 0.3141671486003979, "man": 0.3666315908045168}, "donell": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "dongguan": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "donovan": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "doofer": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "door": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "double": {"he - man": -0.12768617312619807, "he": 0.2557684047881779, "man": 0.383454577914376}, "douglas": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "down": {"he - man": -0.1271412622076038, "he": 0.3255886331924946, "man": 0.4527298954000984}, "downer": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "download": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "dpoy": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "dr": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "drafted": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "drama": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "dramatic": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "dramatizing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "draw": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "drawbridge": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "dream": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "dressed": {"he - man": -0.12768617312619807, "he": 0.2557684047881779, "man": 0.383454577914376}, "drew": {"he - man": -0.1681903147202588, "he": 0.24623762487580364, "man": 0.41442793959606244}, "drilled": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "drink": {"he - man": -0.07575595169885546, "he": 0.241725564252744, "man": 0.31748151595159946}, "drinking": {"he - man": -0.09798500529201948, "he": 0.29331046650630477, "man": 0.39129547179832425}, "drivers": {"he - man": -0.12867221908794457, "he": 0.24822433673152106, "man": 0.37689655581946563}, "driving": {"he - man": -0.07575595169885546, "he": 0.241725564252744, "man": 0.31748151595159946}, "drummond": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "drunk": {"he - man": -0.12768617312619807, "he": 0.2557684047881779, "man": 0.383454577914376}, "drunkard": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "dry": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "dubious": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "duck": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "due": {"he - man": 0.05460512764671138, "he": 0.31401603970876796, "man": 0.2594109120620566}, "during": {"he - man": -0.022696693511888577, "he": 0.3110496919135999, "man": 0.33374638542548846}, "dvd": {"he - man": -0.12396214604445763, "he": 0.1794666068936068, "man": 0.3034287529380644}, "dvo\u0159\u00e1k": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "dysfunctional": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "e": {"he - man": -0.048869548948851815, "he": 0.31293037316167766, "man": 0.36179992211052947}, "each": {"he - man": -0.07413833283738197, "he": 0.2883989872572695, "man": 0.36253732009465145}, "earlier": {"he - man": -0.06323395547575267, "he": 0.2985659666347768, "man": 0.36179992211052947}, "early": {"he - man": -0.09963940501234775, "he": 0.3075448580818632, "man": 0.40718426309421096}, "earned": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "earns": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "earth": {"he - man": -0.12147524386098973, "he": 0.2019057450840961, "man": 0.3233809889450858}, "easily": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "east": {"he - man": -0.11758765609642302, "he": 0.30978109402399057, "man": 0.4273687501204136}, "eastern": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "easy": {"he - man": -0.13091376872912286, "he": 0.2308861533814066, "man": 0.36179992211052947}, "eating": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "ecclesial": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "economic": {"he - man": -0.07826122496387106, "he": 0.2144554730791025, "man": 0.29271669804297357}, "economics": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "economies": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "ed": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "edge": {"he - man": -0.02653267995102937, "he": 0.27689607298703506, "man": 0.3034287529380644}, "edit": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "edited": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "edition": {"he - man": -0.07575595169885546, "he": 0.241725564252744, "man": 0.31748151595159946}, "edmund": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "education": {"he - man": -0.12344225762645755, "he": 0.18419749023760523, "man": 0.3076397478640628}, "effect": {"he - man": -0.09988445237808069, "he": 0.27701210344138494, "man": 0.37689655581946563}, "effects": {"he - man": -0.12396214604445763, "he": 0.1794666068936068, "man": 0.3034287529380644}, "effort": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "eight": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "either": {"he - man": -0.03741194171490003, "he": 0.3132253479987726, "man": 0.35063728971367264}, "elder": {"he - man": -0.12147524386098973, "he": 0.2019057450840961, "man": 0.3233809889450858}, "elders": {"he - man": -0.12487042961266076, "he": 0.1711490887981914, "man": 0.29601951841085217}, "electrocute": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "electrode": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "electromagnetic": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "electronic": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "elemental": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "elements": {"he - man": -0.09988445237808069, "he": 0.27701210344138494, "man": 0.37689655581946563}, "eleven": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "eliot": {"he - man": -0.12105194216699938, "he": 0.22791287202201577, "man": 0.34896481418901515}, "ellicott": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "elliot": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "elliott": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "else": {"he - man": -0.09902168297195102, "he": 0.28443289494242496, "man": 0.383454577914376}, "email": {"he - man": -0.06277134106418236, "he": 0.30348884146562544, "man": 0.3662601825298078}, "emanates": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "emasculation": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "embarrassment": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "embassy": {"he - man": -0.07675359448265617, "he": 0.2308861533814066, "man": 0.3076397478640628}, "embiid": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "emboldening": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "emphasis": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "emphasised": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "emphasize": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "emphasizing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "empty": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "enable": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "encephalitis": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "encountering": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "encourage": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "encouraged": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "encyclopedia": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "end": {"he - man": -0.07891078503207422, "he": 0.3075448580818632, "man": 0.38645564311393743}, "endeavour": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "endeavours": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "ending": {"he - man": -0.20534502723055023, "he": 0.2188615626423764, "man": 0.42420658987292664}, "endless": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "endoscopic": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "endured": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "enduring": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "enemy": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "enforcement": {"he - man": -0.07913874911074795, "he": 0.2048638253066992, "man": 0.28400257441744714}, "engage": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "engaging": {"he - man": -0.17065313211230318, "he": 0.23046146237954027, "man": 0.40111459449184345}, "engineers": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "england": {"he - man": -0.09988445237808069, "he": 0.27701210344138494, "man": 0.37689655581946563}, "english": {"he - man": -0.1128290611976368, "he": 0.29194443256142616, "man": 0.40477349375906296}, "enlargement": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "enough": {"he - man": -0.047695532504642535, "he": 0.25994421535942025, "man": 0.3076397478640628}, "ensuring": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "enter": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "entered": {"he - man": -0.09470557586321121, "he": 0.33015752181800967, "man": 0.4248630976812209}, "entering": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "entertain": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "entertainment": {"he - man": -0.04511190149961497, "he": 0.29331046650630477, "man": 0.33842236800591974}, "entire": {"he - man": -0.09637071438785172, "he": 0.31693068203336816, "man": 0.4133013964212199}, "entirely": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "entourage": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "entropy": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "environmental": {"he - man": -0.07575595169885546, "he": 0.241725564252744, "man": 0.31748151595159946}, "episode": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "episodes": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "epitomize": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "equal": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "equipment": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "equipping": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "era": {"he - man": -0.10987395234587882, "he": 0.3143326375270478, "man": 0.42420658987292664}, "eric": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "erm": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "erode": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "error": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "escape": {"he - man": -0.09667888386571571, "he": 0.30443571062612773, "man": 0.40111459449184345}, "especially": {"he - man": -0.010349418861112125, "he": 0.27638459228904366, "man": 0.2867340111501558}, "essays": {"he - man": -0.1681903147202588, "he": 0.24623762487580364, "man": 0.41442793959606244}, "essential": {"he - man": -0.09902168297195102, "he": 0.28443289494242496, "man": 0.383454577914376}, "establish": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "established": {"he - man": -0.09798500529201948, "he": 0.29331046650630477, "man": 0.39129547179832425}, "establishing": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "establishment": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "et": {"he - man": -0.1315074339430311, "he": 0.22624911288342076, "man": 0.35775654682645186}, "etc": {"he - man": -0.046368885503700885, "he": 0.27701210344138494, "man": 0.3233809889450858}, "etiquette": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "europe": {"he - man": -0.12768617312619807, "he": 0.2557684047881779, "man": 0.383454577914376}, "even": {"he - man": -0.06920206023825254, "he": 0.326028984143477, "man": 0.3952310443817295}, "evening": {"he - man": -0.04511190149961497, "he": 0.29331046650630477, "man": 0.33842236800591974}, "events": {"he - man": -0.12221680526734935, "he": 0.1952647106842501, "man": 0.31748151595159946}, "eventually": {"he - man": -0.04746992467682404, "he": 0.3294266311426416, "man": 0.37689655581946563}, "ever": {"he - man": -0.10005506524243496, "he": 0.32111529782239806, "man": 0.421170363064833}, "every": {"he - man": -0.10005506524243496, "he": 0.32111529782239806, "man": 0.421170363064833}, "everyday": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "everyone": {"he - man": -0.0808604738394168, "he": 0.27689607298703506, "man": 0.35775654682645186}, "everything": {"he - man": -0.039003230903954245, "he": 0.29296996402919956, "man": 0.3319731949331538}, "evidence": {"he - man": -0.04686474397296475, "he": 0.2706167719786347, "man": 0.31748151595159946}, "evidenced": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "exactly": {"he - man": -0.062254977190234206, "he": 0.3089870195223755, "man": 0.3712419967126097}, "examination": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "examines": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "examining": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "example": {"he - man": -0.0808604738394168, "he": 0.27689607298703506, "man": 0.35775654682645186}, "examples": {"he - man": -0.046368885503700885, "he": 0.27701210344138494, "man": 0.3233809889450858}, "excellent": {"he - man": -0.12768617312619807, "he": 0.2557684047881779, "man": 0.383454577914376}, "except": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "exclusionary": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "exclusive": {"he - man": -0.07515665221356477, "he": 0.24822433673152106, "man": 0.3233809889450858}, "excoriated": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "executive": {"he - man": -0.04730264813025198, "he": 0.26498472419768054, "man": 0.3122873723279325}, "exercise": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "exist": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "existence": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "existential": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "exited": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "exits": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "exoplanets": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "expect": {"he - man": -0.008494496429223952, "he": 0.3089870195223755, "man": 0.31748151595159946}, "expectations": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "expected": {"he - man": -0.010168978378981841, "he": 0.27946203539368164, "man": 0.2896310137726635}, "expenses": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "experience": {"he - man": -0.12270719114552053, "he": 0.29410296323136986, "man": 0.4168101543768904}, "experienced": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "experiences": {"he - man": -0.16203185327459124, "he": 0.24822433673152106, "man": 0.4102561900061123}, "explain": {"he - man": -0.008494496429223952, "he": 0.3089870195223755, "man": 0.31748151595159946}, "explained": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "explosion": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "explosions": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "exposed": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "exposing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "expressed": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "expressing": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "extensive": {"he - man": -0.17065313211230318, "he": 0.23046146237954027, "man": 0.40111459449184345}, "extent": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "extra": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "extreme": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "extremely": {"he - man": -0.13415672178042826, "he": 0.2706167719786347, "man": 0.40477349375906296}, "exult": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "eye": {"he - man": -0.060990688819372696, "he": 0.3224638890950033, "man": 0.383454577914376}, "eyes": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "ezra": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "f": {"he - man": -0.09988445237808069, "he": 0.27701210344138494, "man": 0.37689655581946563}, "face": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "faced": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "faces": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "facility": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "facing": {"he - man": -0.07929756415118355, "he": 0.29194443256142616, "man": 0.3712419967126097}, "fact": {"he - man": -0.0270713359774839, "he": 0.3146349343854283, "man": 0.3417062703629122}, "factories": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "factors": {"he - man": -0.08010380201809181, "he": 0.19429138920541372, "man": 0.27439519122350553}, "facts": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "fail": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "failure": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "faint": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "fainted": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "fair": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "faith": {"he - man": -0.09988445237808069, "he": 0.27701210344138494, "man": 0.37689655581946563}, "faithful": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "fall": {"he - man": -0.10185570675110922, "he": 0.25994421535942025, "man": 0.36179992211052947}, "fallen": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "falling": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "falls": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "fame": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "familiar": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "family": {"he - man": -0.018641014645967346, "he": 0.30166517898010775, "man": 0.3203061936260751}, "famous": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "fan": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "fanny": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "fans": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "far": {"he - man": -0.10038637348192342, "he": 0.2707340341279295, "man": 0.37112040760985293}, "farrell": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "fast": {"he - man": -0.09667888386571571, "he": 0.30443571062612773, "man": 0.40111459449184345}, "father": {"he - man": -0.04686474397296475, "he": 0.2706167719786347, "man": 0.31748151595159946}, "fatty": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "fault": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "favor": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "favorite": {"he - man": -0.047695532504642535, "he": 0.25994421535942025, "man": 0.3076397478640628}, "favorites": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "favour": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "favourite": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "fear": {"he - man": -0.04686474397296475, "he": 0.2706167719786347, "man": 0.31748151595159946}, "fearful": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "feat": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "features": {"he - man": -0.04686474397296475, "he": 0.2706167719786347, "man": 0.31748151595159946}, "february": {"he - man": -0.07696283427127643, "he": 0.3143326375270478, "man": 0.39129547179832425}, "federal": {"he - man": -0.063653583595082, "he": 0.29410296323136986, "man": 0.35775654682645186}, "feed": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "feeling": {"he - man": -0.04686474397296475, "he": 0.2706167719786347, "man": 0.31748151595159946}, "feelings": {"he - man": -0.11200015020009546, "he": 0.29825603980601684, "man": 0.4102561900061123}, "feels": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "fellow": {"he - man": -0.09902168297195102, "he": 0.28443289494242496, "man": 0.383454577914376}, "felony": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "felt": {"he - man": -0.047695532504642535, "he": 0.25994421535942025, "man": 0.3076397478640628}, "female": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "feral": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "fever": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "few": {"he - man": -0.10540302330828649, "he": 0.22882163698696972, "man": 0.3342246602952562}, "fibrinolysins": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "fictitious": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "fields": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "fifth": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "fifty": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "fight": {"he - man": -0.06323395547575267, "he": 0.2985659666347768, "man": 0.36179992211052947}, "fighting": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "figure": {"he - man": -0.08301586006334538, "he": 0.2560613589093236, "man": 0.33907721897266896}, "figures": {"he - man": -0.13089612336662187, "he": 0.29331046650630477, "man": 0.42420658987292664}, "file": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "film": {"he - man": -0.11908804126085829, "he": 0.24344927883379316, "man": 0.36253732009465145}, "films": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "final": {"he - man": -0.08128852534469011, "he": 0.2727659526228598, "man": 0.3540544779675499}, "finally": {"he - man": -0.007764381441139279, "he": 0.3224638890950033, "man": 0.33022827053614257}, "financial": {"he - man": -0.04686474397296475, "he": 0.2706167719786347, "man": 0.31748151595159946}, "find": {"he - man": -0.11395196432812132, "he": 0.32932455735698696, "man": 0.4432765216851083}, "finding": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "finds": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "fingers": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "finish": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "fire": {"he - man": -0.1355317310253813, "he": 0.19429138920541372, "man": 0.329823120230795}, "fired": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "first": {"he - man": -0.05101765738232761, "he": 0.35869666897340774, "man": 0.40971432635573535}, "fit": {"he - man": -0.046368885503700885, "he": 0.27701210344138494, "man": 0.3233809889450858}, "five": {"he - man": -0.10847508755432789, "he": 0.3065739001854821, "man": 0.41504898773980997}, "flag": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "flagship": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "flavour": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "flawlessly": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "flesh": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "flickered": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "flight": {"he - man": -0.07515665221356477, "he": 0.24822433673152106, "man": 0.3233809889450858}, "flock": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "fly": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "focus": {"he - man": -0.12951643245986572, "he": 0.241725564252744, "man": 0.3712419967126097}, "following": {"he - man": -0.08039246496885333, "he": 0.28140745714167614, "man": 0.36179992211052947}, "follows": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "food": {"he - man": -0.10356318021517558, "he": 0.24394247073544006, "man": 0.34750565095061564}, "foolish": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "foot": {"he - man": -0.04511190149961497, "he": 0.29331046650630477, "man": 0.33842236800591974}, "for": {"he - man": -0.09099485972488319, "he": 0.3247642116209981, "man": 0.4157590713458813}, "force": {"he - man": -0.11103451643431511, "he": 0.3055773545078722, "man": 0.4166118709421873}, "forces": {"he - man": -0.0255370833901733, "he": 0.29194443256142616, "man": 0.31748151595159946}, "foreign": {"he - man": -0.010349418861112125, "he": 0.27638459228904366, "man": 0.2867340111501558}, "foreigners": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "foremost": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "foresight": {"he - man": -0.1263260786719141, "he": 0.15767649574553305, "man": 0.28400257441744714}, "form": {"he - man": -0.048052367920160655, "he": 0.2553763850179038, "man": 0.3034287529380644}, "format": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "formative": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "former": {"he - man": -0.009558596650069251, "he": 0.2900164768540788, "man": 0.299575073504148}, "formidable": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "forms": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "formulae": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "forty": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "forums": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "forward": {"he - man": -0.07515665221356477, "he": 0.24822433673152106, "man": 0.3233809889450858}, "forwarded": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "found": {"he - man": -0.066773649813692, "he": 0.26099143705546396, "man": 0.32776508686915595}, "four": {"he - man": -0.12995768555674037, "he": 0.2783560656252478, "man": 0.40831375118198815}, "fracturing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "franchise": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "francisco": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "frank": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "frederick": {"he - man": -0.12147524386098973, "he": 0.2019057450840961, "man": 0.3233809889450858}, "free": {"he - man": -0.0786740041283071, "he": 0.30966004399524777, "man": 0.3883340481235549}, "freeing": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "french": {"he - man": -0.09902168297195102, "he": 0.28443289494242496, "man": 0.383454577914376}, "frenchman": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "frenchmen": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "frenzy": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "frequent": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "freshman": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "freshmen": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "friendly": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "friends": {"he - man": -0.1147921049663077, "he": 0.27689607298703506, "man": 0.39168817795334276}, "friendship": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "fringe": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "frogs": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "from": {"he - man": -0.06230254252514422, "he": 0.36058298119985344, "man": 0.42288552372499766}, "front": {"he - man": -0.025902794488760206, "he": 0.2863845778391723, "man": 0.3122873723279325}, "fruit": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "frustration": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "ft": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "fulfill": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "full": {"he - man": -0.12598955023741792, "he": 0.2707340341279295, "man": 0.39672358436534744}, "fully": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "fundamental": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "funeral": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "furnished": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "further": {"he - man": -0.062247698434375665, "he": 0.3065739001854821, "man": 0.36882159861985775}, "future": {"he - man": -0.0778623430484035, "he": 0.2526927229422278, "man": 0.3305550659906313}, "gain": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "gained": {"he - man": -0.13217897599976236, "he": 0.28443289494242496, "man": 0.4166118709421873}, "galaxies": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "game": {"he - man": -0.07588856636734392, "he": 0.2716170845832717, "man": 0.34750565095061564}, "gamecock": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "gamecocks": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "games": {"he - man": -0.08363136446904823, "he": 0.3044621878885711, "man": 0.38809355235761933}, "gangsters": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "gantz": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "garnet": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "gas": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "gases": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "gathered": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "gauntlet": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "gave": {"he - man": -0.02662989706910074, "he": 0.3208318002596726, "man": 0.34746169732877336}, "general": {"he - man": -0.10127545833212726, "he": 0.26498472419768054, "man": 0.3662601825298078}, "generalised": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "generally": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "generating": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "generation": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "genius": {"he - man": -0.1681903147202588, "he": 0.24623762487580364, "man": 0.41442793959606244}, "gentle": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "gently": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "genuine": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "george": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "georgia": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "georgian": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "gerontion": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "get": {"he - man": -0.10080552303971574, "he": 0.3084963350373155, "man": 0.40930185807703123}, "gets": {"he - man": -0.046368885503700885, "he": 0.27701210344138494, "man": 0.3233809889450858}, "getting": {"he - man": -0.0728572335117515, "he": 0.3006831592734811, "man": 0.3735403927852326}, "gidding": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "girl": {"he - man": -0.027304745945079423, "he": 0.26541195209789414, "man": 0.29271669804297357}, "girls": {"he - man": -0.1302556158935174, "he": 0.2360045666362904, "man": 0.3662601825298078}, "give": {"he - man": -0.130117014832143, "he": 0.2972517352882706, "man": 0.4273687501204136}, "given": {"he - man": -0.10015437663459603, "he": 0.3035536035915897, "man": 0.40370798022618576}, "giving": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "glassy": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "glazing": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "global": {"he - man": -0.09902168297195102, "he": 0.28443289494242496, "man": 0.383454577914376}, "glorious": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "gloves": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "glow": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "go": {"he - man": -0.06251710300776975, "he": 0.32685724662362264, "man": 0.3893743496313924}, "goal": {"he - man": 0.0052906252976148704, "he": 0.31293037316167766, "man": 0.3076397478640628}, "gobert": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "god": {"he - man": -0.133434924675736, "he": 0.21105881700449228, "man": 0.3444937416802283}, "godliness": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "going": {"he - man": -0.019602023096079668, "he": 0.3650488487965202, "man": 0.3846508718925999}, "golden": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "gone": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "good": {"he - man": -0.12793264347738798, "he": 0.2837544840164773, "man": 0.41168712749386527}, "goofs": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "google": {"he - man": -0.05014174801930987, "he": 0.22882163698696972, "man": 0.2789633850062796}, "gordon": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "gosh": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "gospel": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "got": {"he - man": -0.04083793267019481, "he": 0.27003447621478194, "man": 0.31087240888497675}, "gotten": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "govern": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "governance": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "governing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "government": {"he - man": -0.07407374675043027, "he": 0.2763269683990077, "man": 0.350400715149438}, "grab": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "grabbed": {"he - man": -0.09667888386571571, "he": 0.30443571062612773, "man": 0.40111459449184345}, "grace": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "grand": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "grant": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "granted": {"he - man": -0.025124949139068986, "he": 0.29825603980601684, "man": 0.3233809889450858}, "graphic": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "grasped": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "gravel": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "graves": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "great": {"he - man": -0.0188838933890631, "he": 0.29807696639998116, "man": 0.31696085978904426}, "greater": {"he - man": -0.11355651884847179, "he": 0.2863845778391723, "man": 0.3999410966876441}, "green": {"he - man": -0.08072021383189823, "he": 0.18752513863873763, "man": 0.26824535247063586}, "grey": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "gridlock": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "ground": {"he - man": -0.1829022489718257, "he": 0.14692087125896933, "man": 0.329823120230795}, "group": {"he - man": -0.0023429740050415204, "he": 0.29700638563710746, "man": 0.299349359642149}, "groups": {"he - man": -0.04837964253472282, "he": 0.2511954309694252, "man": 0.299575073504148}, "grow": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "growing": {"he - man": -0.07987560469063548, "he": 0.2863845778391723, "man": 0.3662601825298078}, "growltiger": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "grown": {"he - man": -0.12867221908794457, "he": 0.24822433673152106, "man": 0.37689655581946563}, "growth": {"he - man": -0.12487042961266076, "he": 0.1711490887981914, "man": 0.29601951841085217}, "guarantees": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "guard": {"he - man": -0.12951643245986572, "he": 0.241725564252744, "man": 0.3712419967126097}, "guiana": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "guilt": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "gum": {"he - man": -0.17499081073536954, "he": 0.2019057450840961, "man": 0.37689655581946563}, "gus": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "guy": {"he - man": -0.13089612336662187, "he": 0.29331046650630477, "man": 0.42420658987292664}, "hacks": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "had": {"he - man": -0.05719297077079022, "he": 0.3316254565479119, "man": 0.38881842731870214}, "hadn": {"he - man": -0.024089730478871918, "he": 0.3143326375270478, "man": 0.33842236800591974}, "hair": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "half": {"he - man": -0.09934346367215457, "he": 0.27946203539368164, "man": 0.3788054990658362}, "hallucinations": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "hamlet": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "handedly": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "handful": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "handicaps": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "handle": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "handling": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "hands": {"he - man": -0.12768617312619807, "he": 0.2557684047881779, "man": 0.383454577914376}, "happen": {"he - man": -0.008798530862307086, "he": 0.30348884146562544, "man": 0.3122873723279325}, "happened": {"he - man": -0.04686474397296475, "he": 0.2706167719786347, "man": 0.31748151595159946}, "happens": {"he - man": -0.046368885503700885, "he": 0.27701210344138494, "man": 0.3233809889450858}, "hard": {"he - man": -0.07255966210247045, "he": 0.3035365655022822, "man": 0.37609622760475264}, "harden": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "harder": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "hardest": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "hardly": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "has": {"he - man": -0.0781069794601757, "he": 0.3527920944343143, "man": 0.43089907389449}, "hassles": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "haunted": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "haunting": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "have": {"he - man": -0.08597370106826474, "he": 0.35098844847695837, "man": 0.4369621495452231}, "having": {"he - man": -0.07151795067496136, "he": 0.3530686238717223, "man": 0.42458657454668364}, "hayward": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "hazards": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "he": {"he - man": -0.043689692759251775, "he": 0.3980398566251028, "man": 0.44172954938435455}, "head": {"he - man": -0.08684119328812179, "he": 0.27569612680652966, "man": 0.36253732009465145}, "headed": {"he - man": -0.09902168297195102, "he": 0.28443289494242496, "man": 0.383454577914376}, "health": {"he - man": -0.11710311912688975, "he": 0.2589931084778629, "man": 0.37609622760475264}, "healthy": {"he - man": -0.13415672178042826, "he": 0.2706167719786347, "man": 0.40477349375906296}, "hear": {"he - man": -0.12221680526734935, "he": 0.1952647106842501, "man": 0.31748151595159946}, "heard": {"he - man": 0.00470561346868964, "he": 0.3007251318795418, "man": 0.29601951841085217}, "hearing": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "heart": {"he - man": -0.09502895955506618, "he": 0.3152272304510461, "man": 0.4102561900061123}, "heartfelt": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "heat": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "heavier": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "heavily": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "heavy": {"he - man": -0.07515665221356477, "he": 0.24822433673152106, "man": 0.3233809889450858}, "height": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "held": {"he - man": -0.04356561888152566, "he": 0.32097422855162044, "man": 0.3645398474331461}, "hell": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "helms": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "help": {"he - man": -0.05325803354312614, "he": 0.30551156638991755, "man": 0.3587695999330437}, "helpadchoicespublisherslegaltermsprivacycopyrightsocial": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "helped": {"he - man": -0.09902168297195102, "he": 0.28443289494242496, "man": 0.383454577914376}, "helpless": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "helps": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "henry": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "her": {"he - man": -0.08251873003169893, "he": 0.20805179877851568, "man": 0.2905705288102146}, "heralding": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "here": {"he - man": -0.06809599032076258, "he": 0.34263813672553056, "man": 0.41073412704629314}, "herself": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "high": {"he - man": -0.08967334900519286, "he": 0.29156066822324084, "man": 0.3812340172284337}, "higher": {"he - man": -0.027304745945079423, "he": 0.26541195209789414, "man": 0.29271669804297357}, "highlight": {"he - man": -0.17243390915594783, "he": 0.2188615626423764, "man": 0.39129547179832425}, "highway": {"he - man": -0.07515665221356477, "he": 0.24822433673152106, "man": 0.3233809889450858}, "him": {"he - man": -0.10043591195167917, "he": 0.3466259083939629, "man": 0.44706182034564207}, "himself": {"he - man": -0.04746992467682404, "he": 0.3294266311426416, "man": 0.37689655581946563}, "hint": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "hipper": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "hippopotamus": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "hiroto": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "his": {"he - man": -0.0999900314893567, "he": 0.366576688087183, "man": 0.4665667195765397}, "historic": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "historical": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "historically": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "history": {"he - man": -0.11121881395370764, "he": 0.2862293847465158, "man": 0.39744819870022347}, "hit": {"he - man": 0.005081344288916934, "he": 0.30851009722698136, "man": 0.3034287529380644}, "hold": {"he - man": -0.06323395547575267, "he": 0.2985659666347768, "man": 0.36179992211052947}, "holding": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "holds": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "holes": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "hollow": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "holmes": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "holy": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "home": {"he - man": -0.05502081823251237, "he": 0.31861021995870936, "man": 0.37363103819122173}, "homeless": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "homes": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "honest": {"he - man": -0.1681903147202588, "he": 0.24623762487580364, "man": 0.41442793959606244}, "hong": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "honourable": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "hoofer": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "hope": {"he - man": -0.09704705469583252, "he": 0.2985659666347768, "man": 0.3956130213306093}, "hordes": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "hornbleat": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "horns": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "horror": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "hospital": {"he - man": -0.09798500529201948, "he": 0.29331046650630477, "man": 0.39129547179832425}, "hospitals": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "hot": {"he - man": 0.004887114384423075, "he": 0.3044621878885711, "man": 0.299575073504148}, "hotels": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "hound": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "hour": {"he - man": -0.09637071438785172, "he": 0.31693068203336816, "man": 0.4133013964212199}, "hours": {"he - man": -0.11532759973475953, "he": 0.2727659526228598, "man": 0.38809355235761933}, "house": {"he - man": -0.060857744982146245, "he": 0.3208318002596726, "man": 0.38168954524181886}, "how": {"he - man": -0.1134264788240899, "he": 0.3392386385047019, "man": 0.4526651173287918}, "however": {"he - man": -0.01900004149886353, "he": 0.29636850972775075, "man": 0.3153685512266143}, "https": {"he - man": -0.024650916028270353, "he": 0.3055773545078722, "man": 0.33022827053614257}, "hubble": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "huge": {"he - man": -0.026232290722386642, "he": 0.28140745714167614, "man": 0.3076397478640628}, "hugh": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "human": {"he - man": -0.03712379593418175, "he": 0.31693068203336816, "man": 0.3540544779675499}, "humanoid": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "humans": {"he - man": -0.047695532504642535, "he": 0.25994421535942025, "man": 0.3076397478640628}, "humble": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "humbly": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "humorous": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "hundred": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "hundreds": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "hungry": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "hunkered": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "hutcherson": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "hypertrophy": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "hypocrisy": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "i": {"he - man": -0.09535058747757275, "he": 0.26655903835679784, "man": 0.3619096258343706}, "ia": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "idea": {"he - man": -0.011887822480556809, "he": 0.2508762773488147, "man": 0.2627640998293715}, "identify": {"he - man": -0.09988445237808069, "he": 0.27701210344138494, "man": 0.37689655581946563}, "if": {"he - man": -0.05073088532098685, "he": 0.33634247176006954, "man": 0.3870733570810564}, "igbinidu": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "ignited": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "ignorance": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "ignore": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "ii": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "illegally": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "imagine": {"he - man": -0.09988445237808069, "he": 0.27701210344138494, "man": 0.37689655581946563}, "imagining": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "immediately": {"he - man": -0.027304745945079423, "he": 0.26541195209789414, "man": 0.29271669804297357}, "immensely": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "imminent": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "immortality": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "impact": {"he - man": -0.09988445237808069, "he": 0.27701210344138494, "man": 0.37689655581946563}, "importance": {"he - man": -0.1878510070456561, "he": 0.241725564252744, "man": 0.4295765712984001}, "important": {"he - man": -0.09456393774472993, "he": 0.33425957856870864, "man": 0.42882351631343857}, "impossible": {"he - man": -0.046368885503700885, "he": 0.27701210344138494, "man": 0.3233809889450858}, "impotence": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "improved": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "impulse": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "in": {"he - man": -0.09877323431508128, "he": 0.2874499587480562, "man": 0.38622319306313746}, "incapability": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "incinerated": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "incision": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "include": {"he - man": 0.01720582958792044, "he": 0.3132253479987726, "man": 0.29601951841085217}, "included": {"he - man": -0.009073781229285982, "he": 0.2985659666347768, "man": 0.3076397478640628}, "includes": {"he - man": -0.07515665221356477, "he": 0.24822433673152106, "man": 0.3233809889450858}, "including": {"he - man": -0.054033079377029114, "he": 0.3288780321782783, "man": 0.38291111155530744}, "incomprehensibly": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "increase": {"he - man": -0.047695532504642535, "he": 0.25994421535942025, "man": 0.3076397478640628}, "increased": {"he - man": -0.04686474397296475, "he": 0.2706167719786347, "man": 0.31748151595159946}, "increasingly": {"he - man": -0.09902168297195102, "he": 0.28443289494242496, "man": 0.383454577914376}, "incredible": {"he - man": -0.12951643245986572, "he": 0.241725564252744, "man": 0.3712419967126097}, "individual": {"he - man": -0.09988445237808069, "he": 0.27701210344138494, "man": 0.37689655581946563}, "individuals": {"he - man": -0.07987560469063548, "he": 0.2863845778391723, "man": 0.3662601825298078}, "indoors": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "industry": {"he - man": -0.02653267995102937, "he": 0.27689607298703506, "man": 0.3034287529380644}, "ineffective": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "inertia": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "inevitably": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "infects": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "infiltrates": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "infinitely": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "inflammatory": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "inflict": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "influenced": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "informal": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "information": {"he - man": -0.009978085577542095, "he": 0.28273861246543147, "man": 0.29271669804297357}, "inherently": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "injured": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "injuries": {"he - man": -0.1594085477007553, "he": 0.26479804217217134, "man": 0.42420658987292664}, "injury": {"he - man": -0.17065313211230318, "he": 0.23046146237954027, "man": 0.40111459449184345}, "ink": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "inmates": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "innovator": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "innumerably": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "inoculated": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "insect": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "inside": {"he - man": -0.08381697530355753, "he": 0.34104612237766335, "man": 0.4248630976812209}, "inspiring": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "instability": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "instead": {"he - man": -0.08728523295155333, "he": 0.3118029924234053, "man": 0.39908822537495864}, "instigation": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "instincts": {"he - man": -0.04511190149961497, "he": 0.29331046650630477, "man": 0.33842236800591974}, "institutes": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "institution": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "institutional": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "institutions": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "instruments": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "insular": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "intellectual": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "intelligence": {"he - man": -0.07675359448265617, "he": 0.2308861533814066, "man": 0.3076397478640628}, "intense": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "intensely": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "intentions": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "interaction": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "interactions": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "interest": {"he - man": -0.17683818130884826, "he": 0.18942200122095953, "man": 0.3662601825298078}, "interested": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "interesting": {"he - man": -0.09902168297195102, "he": 0.28443289494242496, "man": 0.383454577914376}, "interior": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "internet": {"he - man": -0.008798530862307086, "he": 0.30348884146562544, "man": 0.3122873723279325}, "interrogating": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "interrupted": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "intervene": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "interview": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "into": {"he - man": -0.06955484298811876, "he": 0.33771879262141313, "man": 0.4072736356095319}, "introduce": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "introduction": {"he - man": -0.1681903147202588, "he": 0.24623762487580364, "man": 0.41442793959606244}, "invades": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "invented": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "inventor": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "investigates": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "investigation": {"he - man": -0.046368885503700885, "he": 0.27701210344138494, "man": 0.3233809889450858}, "inviting": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "invocation": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "involves": {"he - man": -0.12927519324172593, "he": 0.30443571062612773, "man": 0.43371090386785366}, "ionigeria": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "iron": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "irony": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "is": {"he - man": -0.08668411896987349, "he": 0.311064493245687, "man": 0.3977486122155605}, "isn": {"he - man": -0.10329997872705171, "he": 0.24733731098662093, "man": 0.35063728971367264}, "isolation": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "israel": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "issue": {"he - man": -0.0760536255008687, "he": 0.27003447621478194, "man": 0.34608810171565063}, "it": {"he - man": -0.09635466119752828, "he": 0.3177030188028946, "man": 0.41405768000042287}, "items": {"he - man": -0.17065313211230318, "he": 0.23046146237954027, "man": 0.40111459449184345}, "its": {"he - man": -0.05401389259783512, "he": 0.3135526074414921, "man": 0.3675665000393272}, "itself": {"he - man": -0.09619187556340214, "he": 0.33412800377878255, "man": 0.4303198793421847}, "iv": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "j": {"he - man": -0.09804867477162216, "he": 0.3035365655022822, "man": 0.40158524027390435}, "jabroni": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "jack": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "jaded": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "james": {"he - man": -0.12867221908794457, "he": 0.24822433673152106, "man": 0.37689655581946563}, "japanese": {"he - man": -0.0775691061371486, "he": 0.22200596736699943, "man": 0.299575073504148}, "jayson": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "jazz": {"he - man": -0.12344225762645755, "he": 0.18419749023760523, "man": 0.3076397478640628}, "jeff": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "jelly": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "jerusalem": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "jesus": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "job": {"he - man": -0.07224422926505286, "he": 0.30656126980078335, "man": 0.3788054990658362}, "jobs": {"he - man": -0.12867221908794457, "he": 0.24822433673152106, "man": 0.37689655581946563}, "jodrell": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "joe": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "joel": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "johannes": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "john": {"he - man": -0.026128821938196767, "he": 0.32792565602935314, "man": 0.3540544779675499}, "johnson": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "joined": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "joking": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "jordan": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "jordon": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "journal": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "journey": {"he - man": -0.13415672178042826, "he": 0.2706167719786347, "man": 0.40477349375906296}, "joyfully": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "judging": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "july": {"he - man": -0.024650916028270353, "he": 0.3055773545078722, "man": 0.33022827053614257}, "jumping": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "june": {"he - man": -0.10933594934602009, "he": 0.3007251318795418, "man": 0.4100610812255619}, "junior": {"he - man": -0.12147524386098973, "he": 0.2019057450840961, "man": 0.3233809889450858}, "just": {"he - man": -0.08673299446533805, "he": 0.3303890873230246, "man": 0.41712208178836263}, "justify": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "kana": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "kang": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "karaoke": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "kato": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "katoare": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "keen": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "kei": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "kenya": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "kenzo": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "kept": {"he - man": -0.07987560469063548, "he": 0.2863845778391723, "man": 0.3662601825298078}, "key": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "keynote": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "khone": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "killed": {"he - man": -0.04511190149961497, "he": 0.29331046650630477, "man": 0.33842236800591974}, "killer": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "killers": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "kim": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "kind": {"he - man": -0.11200015020009546, "he": 0.29825603980601684, "man": 0.4102561900061123}, "kingdom": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "klaxons": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "km": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "knew": {"he - man": -0.063653583595082, "he": 0.29410296323136986, "man": 0.35775654682645186}, "knicks": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "knocking": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "knocks": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "knott": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "know": {"he - man": -0.04032908378104383, "he": 0.33324573552976483, "man": 0.37357481931080866}, "knowing": {"he - man": -0.13089612336662187, "he": 0.29331046650630477, "man": 0.42420658987292664}, "knowledge": {"he - man": -0.12867221908794457, "he": 0.24822433673152106, "man": 0.37689655581946563}, "known": {"he - man": -0.07019550835483973, "he": 0.3127156032004677, "man": 0.38291111155530744}, "knows": {"he - man": -0.09798500529201948, "he": 0.29331046650630477, "man": 0.39129547179832425}, "kong": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "korean": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "kourou": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "krauts": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "kurono": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "l": {"he - man": -0.07628280569164211, "he": 0.2360045666362904, "man": 0.3122873723279325}, "laboratory": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "lack": {"he - man": -0.046368885503700885, "he": 0.27701210344138494, "man": 0.3233809889450858}, "ladder": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "lady": {"he - man": -0.13324408656472736, "he": 0.27701210344138494, "man": 0.4102561900061123}, "lagos": {"he - man": -0.1681903147202588, "he": 0.24623762487580364, "man": 0.41442793959606244}, "laid": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "lamborghini": {"he - man": -0.07575595169885546, "he": 0.241725564252744, "man": 0.31748151595159946}, "laments": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "lamppost": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "land": {"he - man": -0.11063002434464908, "he": 0.2909552159292553, "man": 0.40158524027390435}, "large": {"he - man": -0.07628280569164211, "he": 0.2360045666362904, "man": 0.3122873723279325}, "larger": {"he - man": -0.12867221908794457, "he": 0.24822433673152106, "man": 0.37689655581946563}, "lassitude": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "last": {"he - man": -0.10787346522871422, "he": 0.3112839147422799, "man": 0.4191573799709941}, "late": {"he - man": 0.03810848536793038, "he": 0.33412800377878255, "man": 0.29601951841085217}, "later": {"he - man": -0.08187901929862651, "he": 0.32714723735437007, "man": 0.4090262566529966}, "lateral": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "latitude": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "launch": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "launched": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "law": {"he - man": -0.08052314509681474, "he": 0.1896894593627973, "man": 0.27021260445961204}, "layoff": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "lead": {"he - man": -0.08790313335030936, "he": 0.3065739001854821, "man": 0.39447703353579144}, "leaders": {"he - man": -0.10238016180854809, "he": 0.2553763850179038, "man": 0.35775654682645186}, "leadership": {"he - man": -0.13566880597118908, "he": 0.25994421535942025, "man": 0.3956130213306093}, "leading": {"he - man": -0.11103451643431511, "he": 0.3055773545078722, "man": 0.4166118709421873}, "leads": {"he - man": -0.09798500529201948, "he": 0.29331046650630477, "man": 0.39129547179832425}, "league": {"he - man": -0.09798500529201948, "he": 0.29331046650630477, "man": 0.39129547179832425}, "leaky": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "leaning": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "learn": {"he - man": -0.10127545833212726, "he": 0.26498472419768054, "man": 0.3662601825298078}, "least": {"he - man": -0.06827245152007844, "he": 0.3308157738548802, "man": 0.39908822537495864}, "leave": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "leaving": {"he - man": -0.09667888386571571, "he": 0.30443571062612773, "man": 0.40111459449184345}, "lebron": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "led": {"he - man": -0.08039246496885333, "he": 0.28140745714167614, "man": 0.36179992211052947}, "leeratanakajornthe": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "left": {"he - man": -0.09936621265774881, "he": 0.30966004399524777, "man": 0.4090262566529966}, "legal": {"he - man": -0.09988445237808069, "he": 0.27701210344138494, "man": 0.37689655581946563}, "legend": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "legendary": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "legs": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "lemony": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "length": {"he - man": -0.12768617312619807, "he": 0.2557684047881779, "man": 0.383454577914376}, "less": {"he - man": -0.053942251157045984, "he": 0.29807696639998116, "man": 0.35201921755702714}, "let": {"he - man": -0.053779674826884616, "he": 0.29984115812293916, "man": 0.35362083294982377}, "letter": {"he - man": -0.10329997872705171, "he": 0.24733731098662093, "man": 0.35063728971367264}, "level": {"he - man": -0.027529258065229822, "he": 0.26210175570743366, "man": 0.2896310137726635}, "li": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "libraries": {"he - man": -0.12286537110697299, "he": 0.18942200122095953, "man": 0.3122873723279325}, "license": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "life": {"he - man": -0.1222780038450943, "he": 0.3203388627481922, "man": 0.4426168665932865}, "lifted": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "light": {"he - man": -0.025124949139068986, "he": 0.29825603980601684, "man": 0.3233809889450858}, "lights": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "like": {"he - man": -0.08193765207314946, "he": 0.33876562806210625, "man": 0.4207032801352557}, "likely": {"he - man": -0.06199901621603521, "he": 0.3091213913938177, "man": 0.37112040760985293}, "likes": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "limpopo": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "line": {"he - man": -0.10238016180854809, "he": 0.2553763850179038, "man": 0.35775654682645186}, "lineman": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "linemen": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "lingering": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "linked": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "lipgloss": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "listening": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "lit": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "literary": {"he - man": -0.13415672178042826, "he": 0.2706167719786347, "man": 0.40477349375906296}, "literature": {"he - man": -0.07787722340650377, "he": 0.3055773545078722, "man": 0.383454577914376}, "little": {"he - man": -0.07581442213776068, "he": 0.3201903724833076, "man": 0.3960047946210683}, "liu": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "live": {"he - man": -0.11355651884847179, "he": 0.2863845778391723, "man": 0.3999410966876441}, "lived": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "liverpool": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "lives": {"he - man": -0.07515665221356477, "he": 0.24822433673152106, "man": 0.3233809889450858}, "living": {"he - man": -0.07575595169885546, "he": 0.241725564252744, "man": 0.31748151595159946}, "ll": {"he - man": -0.08944952587305027, "he": 0.29346158568225716, "man": 0.38291111155530744}, "loads": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "lobes": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "local": {"he - man": -0.0999350608662854, "he": 0.2883989872572695, "man": 0.3883340481235549}, "logged": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "logical": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "logistical": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "lone": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "long": {"he - man": -0.04774435562058593, "he": 0.3258866825706358, "man": 0.37363103819122173}, "longer": {"he - man": -0.07628280569164211, "he": 0.2360045666362904, "man": 0.3122873723279325}, "longing": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "look": {"he - man": -0.07146603879493219, "he": 0.30077776636972353, "man": 0.3722438051646557}, "lookalites": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "looked": {"he - man": -0.04991215783413083, "he": 0.3007251318795418, "man": 0.35063728971367264}, "looking": {"he - man": -0.16439831918707098, "he": 0.250650668552739, "man": 0.41504898773980997}, "looks": {"he - man": -0.062254977190234206, "he": 0.3089870195223755, "man": 0.3712419967126097}, "loop": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "loose": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "looting": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "lore": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "lorentzian": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "los": {"he - man": -0.07717964005464367, "he": 0.22624911288342076, "man": 0.3034287529380644}, "lose": {"he - man": -0.09902168297195102, "he": 0.28443289494242496, "man": 0.383454577914376}, "losing": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "lost": {"he - man": -0.10933594934602009, "he": 0.3007251318795418, "man": 0.4100610812255619}, "lot": {"he - man": -0.07340664158080584, "he": 0.2954149570390519, "man": 0.36882159861985775}, "lots": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "lotus": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "lou": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "loudly": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "lounging": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "love": {"he - man": -0.12489520362188672, "he": 0.30392831269155185, "man": 0.42882351631343857}, "loved": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "lovely": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "loves": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "low": {"he - man": 0.004075841068978292, "he": 0.28807841548642543, "man": 0.28400257441744714}, "lower": {"he - man": -0.04868220742423124, "he": 0.24733731098662093, "man": 0.29601951841085217}, "lowest": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "lucky": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "lucrative": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "lunch": {"he - man": -0.12147524386098973, "he": 0.2019057450840961, "man": 0.3233809889450858}, "lung": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "lurked": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "lyric": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "lyrics": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "m": {"he - man": -0.07461205489100187, "he": 0.3308013484393924, "man": 0.4054134033303943}, "machines": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "mackay": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "mad": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "made": {"he - man": -0.04577911963514458, "he": 0.3287088428392308, "man": 0.3744879624743754}, "magazine": {"he - man": -0.07929756415118355, "he": 0.29194443256142616, "man": 0.3712419967126097}, "magi": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "magic": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "magical": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "magistrate": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "mails": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "main": {"he - man": -0.02680912088128823, "he": 0.2727659526228598, "man": 0.299575073504148}, "mainstream": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "maivia": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "major": {"he - man": -0.08271316188504929, "he": 0.2589931084778629, "man": 0.3417062703629122}, "make": {"he - man": -0.07745391087672732, "he": 0.34376497064510214, "man": 0.42121888152182946}, "makes": {"he - man": -0.08204974523087921, "he": 0.26541195209789414, "man": 0.34746169732877336}, "making": {"he - man": 0.0042212047790994855, "he": 0.2909552159292553, "man": 0.2867340111501558}, "malaise": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "malaria": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "malformed": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "malignant": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "malik": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "malindi": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "man": {"he - man": -0.20552260860366212, "he": 0.3540010485675439, "man": 0.559523657171206}, "manage": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "management": {"he - man": -0.046368885503700885, "he": 0.27701210344138494, "man": 0.3233809889450858}, "manager": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "manipulate": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "manufactured": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "manufacturing": {"he - man": -0.12286537110697299, "he": 0.18942200122095953, "man": 0.3122873723279325}, "manuscript": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "many": {"he - man": -0.0683174388704843, "he": 0.34838703169718105, "man": 0.41670447056766535}, "marathon": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "march": {"he - man": -0.16565539654882172, "he": 0.22882163698696972, "man": 0.39447703353579144}, "mark": {"he - man": -0.09578647423668746, "he": 0.3089870195223755, "man": 0.40477349375906296}, "markers": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "market": {"he - man": -0.10409004193031304, "he": 0.24040369974991524, "man": 0.3444937416802283}, "marketing": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "married": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "marvell": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "masaru": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "masks": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "masterpiece": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "math": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "matter": {"he - man": -0.07929756415118355, "he": 0.29194443256142616, "man": 0.3712419967126097}, "matters": {"he - man": -0.046368885503700885, "he": 0.27701210344138494, "man": 0.3233809889450858}, "maximum": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "may": {"he - man": -0.09747240644457578, "he": 0.3123266757274419, "man": 0.40979908217201766}, "maybe": {"he - man": -0.048052367920160655, "he": 0.2553763850179038, "man": 0.3034287529380644}, "mayhem": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "mayonnaise": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "mcavennie": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "mcdonalds": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "mckenzie": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "me": {"he - man": -0.07194687479934991, "he": 0.3088529428099236, "man": 0.3807998176092735}, "mean": {"he - man": -0.09578647423668746, "he": 0.3089870195223755, "man": 0.40477349375906296}, "meaning": {"he - man": -0.13217897599976236, "he": 0.28443289494242496, "man": 0.4166118709421873}, "means": {"he - man": -0.11263792131702521, "he": 0.27569612680652966, "man": 0.3883340481235549}, "meant": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "meanwhile": {"he - man": -0.09902168297195102, "he": 0.28443289494242496, "man": 0.383454577914376}, "measure": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "measures": {"he - man": -0.008153758494039709, "he": 0.3152272304510461, "man": 0.3233809889450858}, "mechanism": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "media": {"he - man": -0.08605398003017922, "he": 0.2827676185896785, "man": 0.36882159861985775}, "median": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "meditates": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "megabox": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "meltdown": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "members": {"he - man": -0.13456939648105024, "he": 0.20201900845388046, "man": 0.3365884049349307}, "memory": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "men": {"he - man": -0.14837273882433027, "he": 0.2588115242698807, "man": 0.40718426309421096}, "menace": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "mercy": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "mere": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "message": {"he - man": -0.09667888386571571, "he": 0.30443571062612773, "man": 0.40111459449184345}, "met": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "metaphysical": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "methods": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "miami": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "michael": {"he - man": -0.06277134106418236, "he": 0.30348884146562544, "man": 0.3662601825298078}, "mid": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "middle": {"he - man": -0.07929756415118355, "he": 0.29194443256142616, "man": 0.3712419967126097}, "midnight": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "might": {"he - man": -0.08682406597888032, "he": 0.3511026674627108, "man": 0.4379267334415911}, "mighty": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "mile": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "miles": {"he - man": -0.12221680526734935, "he": 0.1952647106842501, "man": 0.31748151595159946}, "military": {"he - man": -0.1315074339430311, "he": 0.22624911288342076, "man": 0.35775654682645186}, "million": {"he - man": -0.08330221120048237, "he": 0.25328619373444833, "man": 0.3365884049349307}, "mind": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "mini": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "minimize": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "minimum": {"he - man": -0.12147524386098973, "he": 0.2019057450840961, "man": 0.3233809889450858}, "minister": {"he - man": 0.0038042335833989305, "he": 0.2827676185896785, "man": 0.2789633850062796}, "ministers": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "ministry": {"he - man": -0.07575595169885546, "he": 0.241725564252744, "man": 0.31748151595159946}, "minute": {"he - man": -0.06503170628654664, "he": 0.27946203539368164, "man": 0.3444937416802283}, "minutes": {"he - man": 0.00470561346868964, "he": 0.3007251318795418, "man": 0.29601951841085217}, "mip": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "mirror": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "mirrors": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "misconduct": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "misdemeanors": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "misery": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "misreading": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "miss": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "missiles": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "missing": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "mission": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "missionary": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "missions": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "missteps": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "misted": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "misunderstand": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "mitchell": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "mla": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "mobile": {"he - man": -0.09798500529201948, "he": 0.29331046650630477, "man": 0.39129547179832425}, "model": {"he - man": -0.1047837751260631, "he": 0.23429344384660586, "man": 0.33907721897266896}, "moderates": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "modern": {"he - man": -0.11203340458264721, "he": 0.2803031206540374, "man": 0.3923365252366846}, "modernism": {"he - man": -0.17243390915594783, "he": 0.2188615626423764, "man": 0.39129547179832425}, "modernist": {"he - man": -0.09798500529201948, "he": 0.29331046650630477, "man": 0.39129547179832425}, "modified": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "mom": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "moment": {"he - man": -0.100625224733975, "he": 0.2706167719786347, "man": 0.3712419967126097}, "moments": {"he - man": -0.15758998722459638, "he": 0.2761209166432573, "man": 0.43371090386785366}, "mona": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "monday": {"he - man": -0.025902794488760206, "he": 0.2863845778391723, "man": 0.3122873723279325}, "money": {"he - man": -0.17891499285894819, "he": 0.17513948510860172, "man": 0.3540544779675499}, "monitoring": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "monk": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "monologue": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "month": {"he - man": -0.10409004193031304, "he": 0.24040369974991524, "man": 0.3444937416802283}, "moon": {"he - man": -0.1681903147202588, "he": 0.24623762487580364, "man": 0.41442793959606244}, "more": {"he - man": -0.08012699124865891, "he": 0.3246404715637557, "man": 0.4047674628124146}, "morning": {"he - man": -0.06655912618441956, "he": 0.26326399404637546, "man": 0.329823120230795}, "mortality": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "most": {"he - man": -0.09261223413271952, "he": 0.3381613253459505, "man": 0.43077355947867}, "mother": {"he - man": -0.10238016180854809, "he": 0.2553763850179038, "man": 0.35775654682645186}, "motivational": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "mounded": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "mouth": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "move": {"he - man": -0.048869548948851815, "he": 0.31293037316167766, "man": 0.36179992211052947}, "movement": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "movements": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "moves": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "movie": {"he - man": -0.08383269886225556, "he": 0.24814049607089825, "man": 0.3319731949331538}, "moving": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "mr": {"he - man": -0.0858117207511982, "he": 0.3242493604743637, "man": 0.4100610812255619}, "mrs": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "much": {"he - man": -0.04813813019132074, "he": 0.3416480639990147, "man": 0.38978619419033544}, "multiplies": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "multitude": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "murdoch": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "muschamp": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "mushroom": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "music": {"he - man": -0.08454224901104337, "he": 0.24124875633255868, "man": 0.32579100534360206}, "must": {"he - man": -0.09804867477162216, "he": 0.3035365655022822, "man": 0.40158524027390435}, "mustard": {"he - man": -0.1681903147202588, "he": 0.24623762487580364, "man": 0.41442793959606244}, "mutants": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "mvp": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "my": {"he - man": -0.10448723911695135, "he": 0.25900738870007234, "man": 0.3634946278170237}, "myself": {"he - man": -0.07628280569164211, "he": 0.2360045666362904, "man": 0.3122873723279325}, "myspace": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "mystic": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "nailed": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "name": {"he - man": 0.0045350372452970245, "he": 0.2972517352882706, "man": 0.29271669804297357}, "named": {"he - man": -0.07864051601344879, "he": 0.29825603980601684, "man": 0.37689655581946563}, "naming": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "nancy": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "narrates": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "nasa": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "nation": {"he - man": -0.12286537110697299, "he": 0.18942200122095953, "man": 0.3122873723279325}, "nations": {"he - man": -0.09988445237808069, "he": 0.27701210344138494, "man": 0.37689655581946563}, "naturally": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "nature": {"he - man": -0.17499081073536954, "he": 0.2019057450840961, "man": 0.37689655581946563}, "nba": {"he - man": -0.10127545833212726, "he": 0.26498472419768054, "man": 0.3662601825298078}, "nearby": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "nearer": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "nearing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "nearly": {"he - man": 0.005081344288916934, "he": 0.30851009722698136, "man": 0.3034287529380644}, "necessarily": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "necessary": {"he - man": -0.09645225522201867, "he": 0.30348884146562544, "man": 0.3999410966876441}, "neck": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "need": {"he - man": -0.08897613624355344, "he": 0.297479506870384, "man": 0.38645564311393743}, "needed": {"he - man": -0.10127545833212726, "he": 0.26498472419768054, "man": 0.3662601825298078}, "needs": {"he - man": -0.10632733557234242, "he": 0.3232492357260577, "man": 0.4295765712984001}, "negated": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "neglect": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "nervous": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "nestings": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "nestled": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "netanyahu": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "never": {"he - man": -0.07366162677531723, "he": 0.29296996402919956, "man": 0.3666315908045168}, "new": {"he - man": -0.05719961251423483, "he": 0.3225444200875728, "man": 0.3797440326018076}, "newly": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "news": {"he - man": -0.08818969582039038, "he": 0.30414682941629423, "man": 0.3923365252366846}, "newspapers": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "next": {"he - man": -0.053942251157045984, "he": 0.29807696639998116, "man": 0.35201921755702714}, "nfl": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "nhai": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "nicely": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "nigeria": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "nigerian": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "night": {"he - man": -0.06882015090012711, "he": 0.32565688263566434, "man": 0.39447703353579144}, "nightclubs": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "nightingales": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "nihilist": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "nike": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "nine": {"he - man": -0.07515665221356477, "he": 0.24822433673152106, "man": 0.3233809889450858}, "nineteenth": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "ninjas": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "nishi": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "no": {"he - man": -0.04043742246019677, "he": 0.33132198130564056, "man": 0.3717594037658373}, "nobel": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "nobody": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "noise": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "noisy": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "non": {"he - man": -0.07964524802062409, "he": 0.1993181369856555, "man": 0.2789633850062796}, "none": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "normal": {"he - man": -0.04511190149961497, "he": 0.29331046650630477, "man": 0.33842236800591974}, "norton": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "not": {"he - man": -0.040478125782401564, "he": 0.3500245342161253, "man": 0.39050265999852685}, "notable": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "nothing": {"he - man": -0.08514101167549737, "he": 0.2909552159292553, "man": 0.37609622760475264}, "novemberat": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "now": {"he - man": -0.10128930151374649, "he": 0.3407027987271975, "man": 0.441992100240944}, "nuclear": {"he - man": -0.08239198597279462, "he": 0.26210175570743366, "man": 0.3444937416802283}, "nude": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "nukes": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "number": {"he - man": -0.05187376279487832, "he": 0.2779493574359167, "man": 0.329823120230795}, "numerically": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "obama": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "objects": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "observations": {"he - man": -0.12867221908794457, "he": 0.24822433673152106, "man": 0.37689655581946563}, "observatory": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "observed": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "observer": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "observing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "obstructing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "obtained": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "occur": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "occurrence": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "oddly": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "odor": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "of": {"he - man": -0.09700689010845492, "he": 0.2542778467790707, "man": 0.35128473688752565}, "off": {"he - man": -0.08467801045521811, "he": 0.3034723109314147, "man": 0.3881503213866328}, "offender": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "offense": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "offensive": {"he - man": -0.13091376872912286, "he": 0.2308861533814066, "man": 0.36179992211052947}, "offered": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "office": {"he - man": -0.09645225522201867, "he": 0.30348884146562544, "man": 0.3999410966876441}, "officer": {"he - man": -0.13091376872912286, "he": 0.2308861533814066, "man": 0.36179992211052947}, "officers": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "offices": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "offseason": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "often": {"he - man": -0.05225640468820797, "he": 0.2735346006553941, "man": 0.32579100534360206}, "oh": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "oladipo": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "old": {"he - man": -0.09906207649673954, "he": 0.2954149570390519, "man": 0.39447703353579144}, "older": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "omnipresent": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "on": {"he - man": -0.08301918262176461, "he": 0.33028506066338653, "man": 0.41330424328515114}, "once": {"he - man": -0.05471169809305787, "he": 0.32181827951842196, "man": 0.3765299776114798}, "one": {"he - man": -0.08275548583585873, "he": 0.37006768406063484, "man": 0.45282316989649357}, "ones": {"he - man": -0.100625224733975, "he": 0.2706167719786347, "man": 0.3712419967126097}, "oni": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "onions": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "online": {"he - man": -0.13840179931592098, "he": 0.24040369974991524, "man": 0.3788054990658362}, "only": {"he - man": -0.09512822294005874, "he": 0.3128127503338651, "man": 0.4079409732739238}, "onto": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "open": {"he - man": -0.0728572335117515, "he": 0.3006831592734811, "man": 0.3735403927852326}, "opening": {"he - man": -0.09902168297195102, "he": 0.28443289494242496, "man": 0.383454577914376}, "operating": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "operations": {"he - man": -0.12867221908794457, "he": 0.24822433673152106, "man": 0.37689655581946563}, "opinions": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "opportunities": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "opportunity": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "opposing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "opposite": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "or": {"he - man": -0.10727106099567041, "he": 0.3210156373906232, "man": 0.42828669838629363}, "orbit": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "order": {"he - man": -0.06610053105920666, "he": 0.26812412923604956, "man": 0.3342246602952562}, "ordered": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "orderly": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "organisation": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "organization": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "organizations": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "organs": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "oriental": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "original": {"he - man": -0.062254977190234206, "he": 0.3089870195223755, "man": 0.3712419967126097}, "origins": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "oscars": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "other": {"he - man": -0.11089166741959061, "he": 0.34252292449223404, "man": 0.45341459191182465}, "others": {"he - man": -0.0728572335117515, "he": 0.3006831592734811, "man": 0.3735403927852326}, "our": {"he - man": -0.10662165055309802, "he": 0.2856426068394773, "man": 0.3922642573925753}, "out": {"he - man": -0.08596855704459583, "he": 0.33533211348852215, "man": 0.421300670533118}, "outbreak": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "outcome": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "outlandish": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "outlets": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "outrage": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "outright": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "outside": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "ovarian": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "over": {"he - man": -0.05366271187701083, "he": 0.33199047450870833, "man": 0.38565318638571916}, "overall": {"he - man": -0.12147524386098973, "he": 0.2019057450840961, "man": 0.3233809889450858}, "overcame": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "overestimate": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "overlap": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "oversee": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "overseeing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "oversight": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "overturned": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "owi": {"he - man": -0.17243390915594783, "he": 0.2188615626423764, "man": 0.39129547179832425}, "own": {"he - man": -0.06871706363882885, "he": 0.3258866825706358, "man": 0.39460374620946465}, "owner": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "p": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "paced": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "pacers": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "pack": {"he - man": -0.027065482693767184, "he": 0.268954035717085, "man": 0.29601951841085217}, "page": {"he - man": -0.1147921049663077, "he": 0.27689607298703506, "man": 0.39168817795334276}, "paint": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "pair": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "pamphlet": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "pandemic": {"he - man": -0.07864051601344879, "he": 0.29825603980601684, "man": 0.37689655581946563}, "pandemonium": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "panic": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "paper": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "paradigmatic": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "parents": {"he - man": -0.07628280569164211, "he": 0.2360045666362904, "man": 0.3122873723279325}, "park": {"he - man": -0.07675359448265617, "he": 0.2308861533814066, "man": 0.3076397478640628}, "part": {"he - man": -0.08016146788372908, "he": 0.29636850972775075, "man": 0.3765299776114798}, "particularly": {"he - man": -0.09704705469583252, "he": 0.2985659666347768, "man": 0.3956130213306093}, "partners": {"he - man": -0.04511190149961497, "he": 0.29331046650630477, "man": 0.33842236800591974}, "parts": {"he - man": -0.07515665221356477, "he": 0.24822433673152106, "man": 0.3233809889450858}, "party": {"he - man": -0.0715492719982952, "he": 0.3132253479987726, "man": 0.3847746199970678}, "partying": {"he - man": -0.1681903147202588, "he": 0.24623762487580364, "man": 0.41442793959606244}, "passenger": {"he - man": -0.04511190149961497, "he": 0.29331046650630477, "man": 0.33842236800591974}, "passengers": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "passions": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "past": {"he - man": -0.02653267995102937, "he": 0.27689607298703506, "man": 0.3034287529380644}, "pastimes": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "pastor": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "pastors": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "pathological": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "patients": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "pattern": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "paul": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "pay": {"he - man": -0.06277134106418236, "he": 0.30348884146562544, "man": 0.3662601825298078}, "payment": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "peace": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "peaches": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "peer": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "pekes": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "pelicans": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "pellage": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "pensioners": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "people": {"he - man": -0.08949341972358943, "he": 0.3349369407464959, "man": 0.4244303604700853}, "per": {"he - man": -0.08168325399658766, "he": 0.268954035717085, "man": 0.35063728971367264}, "perceptions": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "perfect": {"he - man": -0.1639365300513537, "he": 0.2360045666362904, "man": 0.3999410966876441}, "perfecting": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "performance": {"he - man": -0.026232290722386642, "he": 0.28140745714167614, "man": 0.3076397478640628}, "performer": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "perhaps": {"he - man": -0.04959229007897881, "he": 0.3044621878885711, "man": 0.3540544779675499}, "perimeter": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "period": {"he - man": -0.07675359448265617, "he": 0.2308861533814066, "man": 0.3076397478640628}, "perm": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "persecution": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "person": {"he - man": -0.12270719114552053, "he": 0.29410296323136986, "man": 0.4168101543768904}, "persona": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "personal": {"he - man": -0.1209301029338849, "he": 0.28625416016032607, "man": 0.40718426309421096}, "personality": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "personally": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "perspective": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "pet": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "petrol": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "phosphorus": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "photo": {"he - man": -0.008798530862307086, "he": 0.30348884146562544, "man": 0.3122873723279325}, "physical": {"he - man": -0.12768617312619807, "he": 0.2557684047881779, "man": 0.383454577914376}, "physically": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "pick": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "picked": {"he - man": -0.07864051601344879, "he": 0.29825603980601684, "man": 0.37689655581946563}, "picture": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "pie": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "piece": {"he - man": -0.17243390915594783, "he": 0.2188615626423764, "man": 0.39129547179832425}, "pierzchalski": {"he - man": -0.12286537110697299, "he": 0.18942200122095953, "man": 0.3122873723279325}, "pillars": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "pimply": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "pioneer": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "pioneering": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "pistons": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "pithy": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "pits": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "place": {"he - man": -0.04988215511384625, "he": 0.34074765786077654, "man": 0.3906298129746228}, "placed": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "planets": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "planned": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "plans": {"he - man": -0.07515665221356477, "he": 0.24822433673152106, "man": 0.3233809889450858}, "platform": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "play": {"he - man": -0.15224449824529607, "he": 0.29296996402919956, "man": 0.4452144622744956}, "played": {"he - man": -0.03647434507655167, "he": 0.3253255770339778, "man": 0.36179992211052947}, "player": {"he - man": -0.09971163531570898, "he": 0.27638459228904366, "man": 0.37609622760475264}, "players": {"he - man": -0.06532167807386852, "he": 0.27638459228904366, "man": 0.3417062703629122}, "playing": {"he - man": -0.1315074339430311, "he": 0.22624911288342076, "man": 0.35775654682645186}, "playmakers": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "playmaking": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "playoff": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "playoffs": {"he - man": -0.09798500529201948, "he": 0.29331046650630477, "man": 0.39129547179832425}, "plays": {"he - man": -0.13554054792152592, "he": 0.3055773545078722, "man": 0.44111790242939813}, "plco": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "plot": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "plucked": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "plus": {"he - man": -0.09988445237808069, "he": 0.27701210344138494, "man": 0.37689655581946563}, "pocket": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "podcasts": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "poem": {"he - man": -0.07987560469063548, "he": 0.2863845778391723, "man": 0.3662601825298078}, "poems": {"he - man": -0.11936742229315159, "he": 0.24124875633255868, "man": 0.36061617862571027}, "poet": {"he - man": -0.1639365300513537, "he": 0.2360045666362904, "man": 0.3999410966876441}, "poetic": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "poetry": {"he - man": -0.136311792935439, "he": 0.2553763850179038, "man": 0.39168817795334276}, "poets": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "point": {"he - man": -0.038394059699187855, "he": 0.3006831592734811, "man": 0.33907721897266896}, "points": {"he - man": -0.1153544169809137, "he": 0.3253255770339778, "man": 0.4406799940148915}, "poised": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "poison": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "polarization": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "pole": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "police": {"he - man": -0.14463013765498212, "he": 0.28273861246543147, "man": 0.4273687501204136}, "policemen": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "policy": {"he - man": -0.07515665221356477, "he": 0.24822433673152106, "man": 0.3233809889450858}, "political": {"he - man": -0.066773649813692, "he": 0.26099143705546396, "man": 0.32776508686915595}, "politicians": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "politics": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "pollicles": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "pollination": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "polokwane": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "polyphonic": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "pong": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "poor": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "poorer": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "pops": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "popular": {"he - man": -0.027529258065229822, "he": 0.26210175570743366, "man": 0.2896310137726635}, "portal": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "portion": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "portrait": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "posing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "position": {"he - man": -0.12270719114552053, "he": 0.29410296323136986, "man": 0.4168101543768904}, "positions": {"he - man": -0.07575595169885546, "he": 0.241725564252744, "man": 0.31748151595159946}, "possessing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "possible": {"he - man": -0.025124949139068986, "he": 0.29825603980601684, "man": 0.3233809889450858}, "possibly": {"he - man": -0.09902168297195102, "he": 0.28443289494242496, "man": 0.383454577914376}, "possum": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "post": {"he - man": -0.025902794488760206, "he": 0.2863845778391723, "man": 0.3122873723279325}, "potential": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "potentially": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "pound": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "pounds": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "power": {"he - man": -0.12356155760897686, "he": 0.3127156032004677, "man": 0.43627716080944456}, "powerful": {"he - man": -0.09988445237808069, "he": 0.27701210344138494, "man": 0.37689655581946563}, "practical": {"he - man": -0.07696283427127643, "he": 0.3143326375270478, "man": 0.39129547179832425}, "practice": {"he - man": -0.04511190149961497, "he": 0.29331046650630477, "man": 0.33842236800591974}, "practicing": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "practitioner": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "pray": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "prayer": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "praying": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "preach": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "preaching": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "precepts": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "precious": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "predict": {"he - man": -0.024089730478871918, "he": 0.3143326375270478, "man": 0.33842236800591974}, "predictability": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "preference": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "preliminary": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "preludes": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "prepare": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "prescription": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "presence": {"he - man": -0.09578647423668746, "he": 0.3089870195223755, "man": 0.40477349375906296}, "presented": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "presidency": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "president": {"he - man": -0.10444738511243154, "he": 0.23725888525048064, "man": 0.3417062703629122}, "press": {"he - man": -0.09902168297195102, "he": 0.28443289494242496, "man": 0.383454577914376}, "pretend": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "prevalence": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "prevent": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "prevented": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "preventing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "previous": {"he - man": -0.03741194171490003, "he": 0.3132253479987726, "man": 0.35063728971367264}, "previously": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "price": {"he - man": -0.1325458510970604, "he": 0.21809143861661223, "man": 0.35063728971367264}, "prime": {"he - man": -0.046368885503700885, "he": 0.27701210344138494, "man": 0.3233809889450858}, "printed": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "prioritize": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "prize": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "probably": {"he - man": -0.07987560469063548, "he": 0.2863845778391723, "man": 0.3662601825298078}, "probe": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "problem": {"he - man": -0.08514101167549737, "he": 0.2909552159292553, "man": 0.37609622760475264}, "problems": {"he - man": -0.11670374335840256, "he": 0.26210175570743366, "man": 0.3788054990658362}, "process": {"he - man": -0.07478404563032226, "he": 0.2822075552650121, "man": 0.3569916008953344}, "produced": {"he - man": -0.04837964253472282, "he": 0.2511954309694252, "man": 0.299575073504148}, "production": {"he - man": -0.08383269886225556, "he": 0.24814049607089825, "man": 0.3319731949331538}, "products": {"he - man": -0.12867221908794457, "he": 0.24822433673152106, "man": 0.37689655581946563}, "professional": {"he - man": -0.07515665221356477, "he": 0.24822433673152106, "man": 0.3233809889450858}, "professionally": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "professionals": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "program": {"he - man": -0.07929756415118355, "he": 0.29194443256142616, "man": 0.3712419967126097}, "programme": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "progress": {"he - man": -0.10987395234587882, "he": 0.3143326375270478, "man": 0.42420658987292664}, "progresses": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "progression": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "project": {"he - man": -0.038394059699187855, "he": 0.3006831592734811, "man": 0.33907721897266896}, "projecting": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "prompt": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "promptly": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "properly": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "properties": {"he - man": -0.12147524386098973, "he": 0.2019057450840961, "man": 0.3233809889450858}, "props": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "prostate": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "prostatic": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "protect": {"he - man": -0.09902168297195102, "he": 0.28443289494242496, "man": 0.383454577914376}, "protecting": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "protection": {"he - man": -0.12768617312619807, "he": 0.2557684047881779, "man": 0.383454577914376}, "protections": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "protective": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "protectors": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "proud": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "prove": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "provide": {"he - man": -0.11063002434464908, "he": 0.2909552159292553, "man": 0.40158524027390435}, "providing": {"he - man": -0.1738342750647973, "he": 0.2096203028495787, "man": 0.383454577914376}, "provocative": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "proxy": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "prudence": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "prufrock": {"he - man": -0.08454224901104337, "he": 0.24124875633255868, "man": 0.32579100534360206}, "psychologically": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "public": {"he - man": -0.11031304395501407, "he": 0.29926789422783817, "man": 0.40958093818285224}, "publication": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "published": {"he - man": -0.165439065069922, "he": 0.22624911288342076, "man": 0.39168817795334276}, "pull": {"he - man": -0.07787722340650377, "he": 0.3055773545078722, "man": 0.383454577914376}, "pulled": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "pulse": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "punching": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "pupils": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "put": {"he - man": -0.11458134929609065, "he": 0.3250580188086362, "man": 0.43963936810472687}, "putnam": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "puts": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "putting": {"he - man": -0.13089612336662187, "he": 0.29331046650630477, "man": 0.42420658987292664}, "qaeda": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "qualified": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "quality": {"he - man": -0.1244355883955463, "he": 0.17513948510860172, "man": 0.299575073504148}, "quarantine": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "quarantined": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "quarterback": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "quartet": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "quartets": {"he - man": -0.1681903147202588, "he": 0.24623762487580364, "man": 0.41442793959606244}, "quest": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "question": {"he - man": -0.03741194171490003, "he": 0.3132253479987726, "man": 0.35063728971367264}, "questioned": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "questions": {"he - man": -0.08239198597279462, "he": 0.26210175570743366, "man": 0.3444937416802283}, "quick": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "quicker": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "quickly": {"he - man": -0.04686474397296475, "he": 0.2706167719786347, "man": 0.31748151595159946}, "quite": {"he - man": -0.047695532504642535, "he": 0.25994421535942025, "man": 0.3076397478640628}, "race": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "racist": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "radio": {"he - man": -0.0255370833901733, "he": 0.29194443256142616, "man": 0.31748151595159946}, "radioactive": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "radios": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "radius": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "raf": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "rage": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "raging": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "raise": {"he - man": -0.025902794488760206, "he": 0.2863845778391723, "man": 0.3122873723279325}, "raising": {"he - man": -0.09667888386571571, "he": 0.30443571062612773, "man": 0.40111459449184345}, "rallied": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "range": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "ranked": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "rate": {"he - man": -0.07628280569164211, "he": 0.2360045666362904, "man": 0.3122873723279325}, "rates": {"he - man": -0.07515665221356477, "he": 0.24822433673152106, "man": 0.3233809889450858}, "rather": {"he - man": -0.12476971152009281, "he": 0.27946203539368164, "man": 0.40423174691377445}, "re": {"he - man": -0.06385513165745033, "he": 0.30079598457322365, "man": 0.364651116230674}, "reached": {"he - man": -0.07628280569164211, "he": 0.2360045666362904, "man": 0.3122873723279325}, "reaches": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "reaction": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "reactions": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "read": {"he - man": -0.09726741755260637, "he": 0.30978109402399057, "man": 0.40704851157659694}, "reader": {"he - man": -0.04511190149961497, "he": 0.29331046650630477, "man": 0.33842236800591974}, "readers": {"he - man": -0.2032494414883134, "he": 0.23046146237954027, "man": 0.43371090386785366}, "reading": {"he - man": -0.11709453134341208, "he": 0.3132253479987726, "man": 0.4303198793421847}, "ready": {"he - man": -0.07929756415118355, "he": 0.29194443256142616, "man": 0.3712419967126097}, "real": {"he - man": -0.130117014832143, "he": 0.2972517352882706, "man": 0.4273687501204136}, "realisation": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "realise": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "reality": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "realize": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "realizes": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "really": {"he - man": -0.09624662569668463, "he": 0.3215826203569031, "man": 0.41782924605358773}, "reason": {"he - man": -0.06277134106418236, "he": 0.30348884146562544, "man": 0.3662601825298078}, "reassuring": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "reawakens": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "rebounding": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "rebounds": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "rebuilding": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "rebuilt": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "recall": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "receive": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "received": {"he - man": -0.07628280569164211, "he": 0.2360045666362904, "man": 0.3122873723279325}, "recently": {"he - man": -0.050751054433656906, "he": 0.2909552159292553, "man": 0.3417062703629122}, "recognised": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "recognizing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "record": {"he - man": -0.09988445237808069, "he": 0.27701210344138494, "man": 0.37689655581946563}, "records": {"he - man": -0.10238016180854809, "he": 0.2553763850179038, "man": 0.35775654682645186}, "recreate": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "red": {"he - man": -0.07515665221356477, "he": 0.24822433673152106, "man": 0.3233809889450858}, "redshirt": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "reduction": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "reeled": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "referee": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "references": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "referential": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "reflecting": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "reflects": {"he - man": -0.15758998722459638, "he": 0.2761209166432573, "man": 0.43371090386785366}, "refusal": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "refused": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "regard": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "regarded": {"he - man": -0.09667888386571571, "he": 0.30443571062612773, "man": 0.40111459449184345}, "regret": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "regrets": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "reimagined": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "reinventing": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "relations": {"he - man": -0.09853034613183337, "he": 0.28624427386523443, "man": 0.3847746199970678}, "relationships": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "reliable": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "relies": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "religious": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "rely": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "rem": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "remaining": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "remarkable": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "remember": {"he - man": -0.062254977190234206, "he": 0.3089870195223755, "man": 0.3712419967126097}, "remembered": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "reminded": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "reminders": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "remiss": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "removed": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "removing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "renal": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "repeat": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "repeatedly": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "report": {"he - man": -0.05014174801930987, "he": 0.22882163698696972, "man": 0.2789633850062796}, "reporters": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "represent": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "representation": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "represents": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "repressed": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "republican": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "reputation": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "request": {"he - man": -0.04686474397296475, "he": 0.2706167719786347, "man": 0.31748151595159946}, "requests": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "requirements": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "requires": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "research": {"he - man": -0.06717734784654089, "he": 0.2567164796063818, "man": 0.32389382745292267}, "resection": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "resolve": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "resources": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "respect": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "respectful": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "respective": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "respectively": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "response": {"he - man": -0.047695532504642535, "he": 0.25994421535942025, "man": 0.3076397478640628}, "responsible": {"he - man": -0.09667888386571571, "he": 0.30443571062612773, "man": 0.40111459449184345}, "rest": {"he - man": -0.046368885503700885, "he": 0.27701210344138494, "man": 0.3233809889450858}, "restaurant": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "restrict": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "restrictions": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "result": {"he - man": -0.10185570675110922, "he": 0.25994421535942025, "man": 0.36179992211052947}, "resuscitated": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "retention": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "retrieved": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "return": {"he - man": -0.063653583595082, "he": 0.29410296323136986, "man": 0.35775654682645186}, "returnees": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "returning": {"he - man": -0.11103451643431511, "he": 0.3055773545078722, "man": 0.4166118709421873}, "returns": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "reveals": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "reverie": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "review": {"he - man": -0.02653267995102937, "he": 0.27689607298703506, "man": 0.3034287529380644}, "reviewed": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "revoked": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "revolving": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "reward": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "rhapsody": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "rhetoric": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "rhodes": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "ride": {"he - man": -0.07717964005464367, "he": 0.22624911288342076, "man": 0.3034287529380644}, "ridiculous": {"he - man": -0.1681903147202588, "he": 0.24623762487580364, "man": 0.41442793959606244}, "right": {"he - man": -0.08399966239874723, "he": 0.3316952325863724, "man": 0.41569489498511963}, "ring": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "rippling": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "risk": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "risky": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "road": {"he - man": -0.039003230903954245, "he": 0.29296996402919956, "man": 0.3319731949331538}, "roads": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "robbery": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "rock": {"he - man": -0.12867221908794457, "he": 0.24822433673152106, "man": 0.37689655581946563}, "rocket": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "rockets": {"he - man": -0.13554054792152592, "he": 0.3055773545078722, "man": 0.44111790242939813}, "rocky": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "rogers": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "role": {"he - man": -0.11022677962859345, "he": 0.294004967285181, "man": 0.40423174691377445}, "roles": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "rolled": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "romantic": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "roof": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "rookie": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "room": {"he - man": -0.11103451643431511, "he": 0.3055773545078722, "man": 0.4166118709421873}, "rooms": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "roots": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "rothschild": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "rouhani": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "roy": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "rss": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "rule": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "rules": {"he - man": -0.07864051601344879, "he": 0.29825603980601684, "man": 0.37689655581946563}, "run": {"he - man": -0.0975852147219729, "he": 0.29410296323136986, "man": 0.39168817795334276}, "rupert": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "rushing": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "russell": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "russians": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "ryan": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "s": {"he - man": -0.10321492666702187, "he": 0.31981628157078223, "man": 0.4230312082378041}, "sabonis": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "sadarius": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "safe": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "safely": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "safestyle": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "safety": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "saftar": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "said": {"he - man": -0.036772540664615605, "he": 0.32597037168785165, "man": 0.36274291235246725}, "salt": {"he - man": -0.1681903147202588, "he": 0.24623762487580364, "man": 0.41442793959606244}, "salvages": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "same": {"he - man": -0.10699015196897754, "he": 0.32326200935121574, "man": 0.4302521613201933}, "san": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "sanctify": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "satan": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "satellites": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "satirical": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "saturday": {"he - man": -0.06323395547575267, "he": 0.2985659666347768, "man": 0.36179992211052947}, "sauce": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "saudi": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "save": {"he - man": -0.07515665221356477, "he": 0.24822433673152106, "man": 0.3233809889450858}, "saved": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "saving": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "saw": {"he - man": -0.08968857706816424, "he": 0.32326200935121574, "man": 0.41295058641938}, "say": {"he - man": -0.10085987343034397, "he": 0.29807696639998116, "man": 0.39893683983032513}, "says": {"he - man": 0.017685829169915013, "he": 0.3253255770339778, "man": 0.3076397478640628}, "scandal": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "scared": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "scheduled": {"he - man": -0.04511190149961497, "he": 0.29331046650630477, "man": 0.33842236800591974}, "scholarly": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "scholarship": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "school": {"he - man": -0.09840506610147753, "he": 0.3006831592734811, "man": 0.39908822537495864}, "science": {"he - man": -0.10510164546301604, "he": 0.23148675947191466, "man": 0.3365884049349307}, "scientific": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "scientist": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "scope": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "score": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "scorer": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "scoresby": {"he - man": -0.12147524386098973, "he": 0.2019057450840961, "man": 0.3233809889450858}, "scoring": {"he - man": -0.09902168297195102, "he": 0.28443289494242496, "man": 0.383454577914376}, "scripture": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "scrubs": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "scrutiny": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "sculpt": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "se": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "sea": {"he - man": -0.07717964005464367, "he": 0.22624911288342076, "man": 0.3034287529380644}, "search": {"he - man": -0.10716739008017243, "he": 0.21313880354590267, "man": 0.3203061936260751}, "season": {"he - man": -0.10514312616489402, "he": 0.24615543596378592, "man": 0.35129856212867994}, "seasons": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "sec": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "second": {"he - man": -0.06251710300776975, "he": 0.32685724662362264, "man": 0.3893743496313924}, "secondary": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "secret": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "sectarian": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "sections": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "security": {"he - man": -0.04730264813025198, "he": 0.26498472419768054, "man": 0.3122873723279325}, "see": {"he - man": -0.06965055395352299, "he": 0.31730551248942235, "man": 0.38695606644294533}, "seed": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "seeding": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "seeing": {"he - man": -0.100625224733975, "he": 0.2706167719786347, "man": 0.3712419967126097}, "seeking": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "seem": {"he - man": -0.1232849195671411, "he": 0.2900164768540788, "man": 0.4133013964212199}, "seemed": {"he - man": -0.04730264813025198, "he": 0.26498472419768054, "man": 0.3122873723279325}, "seemingly": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "seems": {"he - man": -0.06559527463172066, "he": 0.2734819443409483, "man": 0.33907721897266896}, "seen": {"he - man": -0.039003230903954245, "he": 0.29296996402919956, "man": 0.3319731949331538}, "seinfeld": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "selecting": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "self": {"he - man": -0.09667888386571571, "he": 0.30443571062612773, "man": 0.40111459449184345}, "senior": {"he - man": -0.04511190149961497, "he": 0.29331046650630477, "man": 0.33842236800591974}, "seniors": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "sense": {"he - man": -0.11200015020009546, "he": 0.29825603980601684, "man": 0.4102561900061123}, "sensitive": {"he - man": -0.16203185327459124, "he": 0.24822433673152106, "man": 0.4102561900061123}, "sent": {"he - man": -0.025902794488760206, "he": 0.2863845778391723, "man": 0.3122873723279325}, "separate": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "sept": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "series": {"he - man": -0.062484761388222565, "he": 0.30414682941629423, "man": 0.3666315908045168}, "seriously": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "sermon": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "servants": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "serve": {"he - man": -0.12951643245986572, "he": 0.241725564252744, "man": 0.3712419967126097}, "served": {"he - man": -0.1608434661540094, "he": 0.2557684047881779, "man": 0.4166118709421873}, "server": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "service": {"he - man": -0.010520630076498838, "he": 0.2734819443409483, "man": 0.28400257441744714}, "serving": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "set": {"he - man": -0.050751054433656906, "he": 0.2909552159292553, "man": 0.3417062703629122}, "seven": {"he - man": -0.008153758494039709, "he": 0.3152272304510461, "man": 0.3233809889450858}, "seventeenth": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "several": {"he - man": -0.05224401409388213, "he": 0.3165775845259756, "man": 0.36882159861985775}, "severe": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "severely": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "sex": {"he - man": -0.1681903147202588, "he": 0.24623762487580364, "man": 0.41442793959606244}, "sexual": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "shade": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "shades": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "shadow": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "shadows": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "shakespeare": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "shall": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "share": {"he - man": -0.008494496429223952, "he": 0.3089870195223755, "man": 0.31748151595159946}, "shared": {"he - man": -0.0255370833901733, "he": 0.29194443256142616, "man": 0.31748151595159946}, "sharing": {"he - man": -0.07515665221356477, "he": 0.24822433673152106, "man": 0.3233809889450858}, "shawn": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "she": {"he - man": -0.11225447751931145, "he": 0.16898168920696682, "man": 0.28123616672627827}, "sheath": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "shelves": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "shepherd": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "sherlock": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "shift": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "shine": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "shining": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "shintao": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "shinto": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "ship": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "shock": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "shocked": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "shocking": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "shoes": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "shopping": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "short": {"he - man": -0.09807707550354056, "he": 0.2900164768540788, "man": 0.38809355235761933}, "shot": {"he - man": -0.063653583595082, "he": 0.29410296323136986, "man": 0.35775654682645186}, "shots": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "should": {"he - man": -0.08434589874745407, "he": 0.3062839142271687, "man": 0.3906298129746228}, "shoved": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "show": {"he - man": -0.09878343781898208, "he": 0.3141671486003979, "man": 0.41295058641938}, "showed": {"he - man": -0.062254977190234206, "he": 0.3089870195223755, "man": 0.3712419967126097}, "showing": {"he - man": -0.06277134106418236, "he": 0.30348884146562544, "man": 0.3662601825298078}, "shown": {"he - man": -0.11200015020009546, "he": 0.29825603980601684, "man": 0.4102561900061123}, "shut": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "sick": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "side": {"he - man": -0.02662989706910074, "he": 0.3208318002596726, "man": 0.34746169732877336}, "sight": {"he - man": -0.12927519324172593, "he": 0.30443571062612773, "man": 0.43371090386785366}, "signal": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "signals": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "signed": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "significant": {"he - man": -0.084049488117526, "he": 0.3007251318795418, "man": 0.3847746199970678}, "significantly": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "silence": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "silent": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "simeon": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "similar": {"he - man": -0.10127545833212726, "he": 0.26498472419768054, "man": 0.3662601825298078}, "simmons": {"he - man": -0.09798500529201948, "he": 0.29331046650630477, "man": 0.39129547179832425}, "since": {"he - man": -0.07776757078542523, "he": 0.3411652110684952, "man": 0.4189327818539204}, "sinful": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "sing": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "singing": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "single": {"he - man": -0.12430989911116547, "he": 0.28273861246543147, "man": 0.40704851157659694}, "singleton": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "sirens": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "sitting": {"he - man": -0.09798500529201948, "he": 0.29331046650630477, "man": 0.39129547179832425}, "situation": {"he - man": -0.05176999456109471, "he": 0.3217703982241379, "man": 0.3735403927852326}, "six": {"he - man": 0.01720582958792044, "he": 0.3132253479987726, "man": 0.29601951841085217}, "sixers": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "sixth": {"he - man": -0.1608434661540094, "he": 0.2557684047881779, "man": 0.4166118709421873}, "size": {"he - man": -0.09988445237808069, "he": 0.27701210344138494, "man": 0.37689655581946563}, "sjoberg": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "skins": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "sky": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "skyplussed": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "skyward": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "slab": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "slammed": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "slideshare": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "slight": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "slow": {"he - man": -0.07864051601344879, "he": 0.29825603980601684, "man": 0.37689655581946563}, "slurring": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "small": {"he - man": -0.06323395547575267, "he": 0.2985659666347768, "man": 0.36179992211052947}, "smell": {"he - man": -0.17683818130884826, "he": 0.18942200122095953, "man": 0.3662601825298078}, "smitten": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "smoke": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "smoked": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "snicket": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "so": {"he - man": -0.09030858082728066, "he": 0.3060449834037126, "man": 0.39635356423099327}, "soccer": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "social": {"he - man": -0.10185570675110922, "he": 0.25994421535942025, "man": 0.36179992211052947}, "society": {"he - man": -0.136311792935439, "he": 0.2553763850179038, "man": 0.39168817795334276}, "soft": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "solar": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "solidarity": {"he - man": -0.07515665221356477, "he": 0.24822433673152106, "man": 0.3233809889450858}, "some": {"he - man": -0.09399240348077209, "he": 0.33408106986998115, "man": 0.42807347335075324}, "somehow": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "someone": {"he - man": -0.07787722340650377, "he": 0.3055773545078722, "man": 0.383454577914376}, "something": {"he - man": -0.07842718980078578, "he": 0.3118646105866797, "man": 0.39029180038746547}, "sometimes": {"he - man": -0.009073781229285982, "he": 0.2985659666347768, "man": 0.3076397478640628}, "song": {"he - man": -0.09934346367215457, "he": 0.27946203539368164, "man": 0.3788054990658362}, "soon": {"he - man": -0.0715492719982952, "he": 0.3132253479987726, "man": 0.3847746199970678}, "sophomores": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "sorry": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "sort": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "sounds": {"he - man": -0.09667888386571571, "he": 0.30443571062612773, "man": 0.40111459449184345}, "source": {"he - man": -0.04730264813025198, "he": 0.26498472419768054, "man": 0.3122873723279325}, "sources": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "south": {"he - man": -0.09895093277638739, "he": 0.28273861246543147, "man": 0.38168954524181886}, "southern": {"he - man": -0.04686474397296475, "he": 0.2706167719786347, "man": 0.31748151595159946}, "space": {"he - man": -0.1000584484442843, "he": 0.2734819443409483, "man": 0.3735403927852326}, "spaceport": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "sparks": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "speak": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "speaker": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "speaking": {"he - man": -0.04511190149961497, "he": 0.29331046650630477, "man": 0.33842236800591974}, "spearmint": {"he - man": -0.1738342750647973, "he": 0.2096203028495787, "man": 0.383454577914376}, "spears": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "special": {"he - man": -0.10329997872705171, "he": 0.24733731098662093, "man": 0.35063728971367264}, "specific": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "speech": {"he - man": -0.09807707550354056, "he": 0.2900164768540788, "man": 0.38809355235761933}, "speed": {"he - man": -0.12768617312619807, "he": 0.2557684047881779, "man": 0.383454577914376}, "spend": {"he - man": -0.09667888386571571, "he": 0.30443571062612773, "man": 0.40111459449184345}, "spending": {"he - man": -0.13089612336662187, "he": 0.29331046650630477, "man": 0.42420658987292664}, "spent": {"he - man": -0.08443780995354827, "he": 0.2972517352882706, "man": 0.38168954524181886}, "sphere": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "spirit": {"he - man": -0.08168325399658766, "he": 0.268954035717085, "man": 0.35063728971367264}, "spiritual": {"he - man": -0.09902168297195102, "he": 0.28443289494242496, "man": 0.383454577914376}, "spiritually": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "sports": {"he - man": -0.17243390915594783, "he": 0.2188615626423764, "man": 0.39129547179832425}, "spot": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "spots": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "spring": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "spurrier": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "squad": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "squid": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "stability": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "stacking": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "stadler": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "staff": {"he - man": -0.09798500529201948, "he": 0.29331046650630477, "man": 0.39129547179832425}, "stage": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "stand": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "standard": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "standing": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "standings": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "standoffs": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "stanley": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "staple": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "star": {"he - man": -0.09683573322678929, "he": 0.3132253479987726, "man": 0.4100610812255619}, "stars": {"he - man": -0.07575595169885546, "he": 0.241725564252744, "man": 0.31748151595159946}, "start": {"he - man": -0.13463138598919278, "he": 0.30978109402399057, "man": 0.44441248001318334}, "started": {"he - man": -0.02662989706910074, "he": 0.3208318002596726, "man": 0.34746169732877336}, "starter": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "starting": {"he - man": -0.10830005714990903, "he": 0.30851009722698136, "man": 0.4168101543768904}, "starts": {"he - man": -0.09988445237808069, "he": 0.27701210344138494, "man": 0.37689655581946563}, "state": {"he - man": -0.03134711627995307, "he": 0.28724347150059376, "man": 0.31859058778054683}, "stated": {"he - man": -0.09902168297195102, "he": 0.28443289494242496, "man": 0.383454577914376}, "statement": {"he - man": -0.008153758494039709, "he": 0.3152272304510461, "man": 0.3233809889450858}, "states": {"he - man": 0.016680584856033964, "he": 0.3006831592734811, "man": 0.28400257441744714}, "station": {"he - man": -0.16069617182344387, "he": 0.25994421535942025, "man": 0.4206403871828641}, "statistics": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "statue": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "stay": {"he - man": -0.11532759973475953, "he": 0.2727659526228598, "man": 0.38809355235761933}, "stayed": {"he - man": -0.04511190149961497, "he": 0.29331046650630477, "man": 0.33842236800591974}, "steadfast": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "steadiness": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "steal": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "step": {"he - man": -0.08897613624355344, "he": 0.297479506870384, "man": 0.38645564311393743}, "stephen": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "stepped": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "stepping": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "steve": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "steven": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "stevens": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "still": {"he - man": -0.08022194066136956, "he": 0.32685724662362264, "man": 0.4070791872849922}, "sting": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "stings": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "stint": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "stipe": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "stockpiling": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "stomach": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "stone": {"he - man": -0.07575595169885546, "he": 0.241725564252744, "man": 0.31748151595159946}, "stoned": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "stools": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "stop": {"he - man": -0.16167386754775187, "he": 0.28273861246543147, "man": 0.44441248001318334}, "stopped": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "stories": {"he - man": -0.062254977190234206, "he": 0.3089870195223755, "man": 0.3712419967126097}, "story": {"he - man": -0.04868220742423124, "he": 0.24733731098662093, "man": 0.29601951841085217}, "stout": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "straight": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "straughn": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "streak": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "stream": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "street": {"he - man": -0.10185570675110922, "he": 0.25994421535942025, "man": 0.36179992211052947}, "streets": {"he - man": -0.07575595169885546, "he": 0.241725564252744, "man": 0.31748151595159946}, "strength": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "strengthened": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "strengths": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "stricken": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "strike": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "striker": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "striking": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "stroke": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "strong": {"he - man": -0.09971163531570898, "he": 0.27638459228904366, "man": 0.37609622760475264}, "struck": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "structure": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "struggles": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "stuck": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "student": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "students": {"he - man": -0.1028590469981247, "he": 0.2511954309694252, "man": 0.3540544779675499}, "studied": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "studies": {"he - man": -0.17828993993284506, "he": 0.1794666068936068, "man": 0.35775654682645186}, "study": {"he - man": -0.133434924675736, "he": 0.21105881700449228, "man": 0.3444937416802283}, "sturridge": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "style": {"he - man": -0.07864051601344879, "he": 0.29825603980601684, "man": 0.37689655581946563}, "subject": {"he - man": -0.06323395547575267, "he": 0.2985659666347768, "man": 0.36179992211052947}, "subjected": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "submission": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "submitting": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "subtrigonal": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "subway": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "success": {"he - man": -0.062254977190234206, "he": 0.3089870195223755, "man": 0.3712419967126097}, "successful": {"he - man": -0.07787722340650377, "he": 0.3055773545078722, "man": 0.383454577914376}, "succession": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "such": {"he - man": -0.07889295308053418, "he": 0.33184117396575896, "man": 0.41073412704629314}, "suddenly": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "suffering": {"he - man": -0.09798500529201948, "he": 0.29331046650630477, "man": 0.39129547179832425}, "suggest": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "suggested": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "suicide": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "suited": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "sullivan": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "summerville": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "summie": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "sunday": {"he - man": -0.025124949139068986, "he": 0.29825603980601684, "man": 0.3233809889450858}, "super": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "superb": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "superstar": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "supply": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "support": {"he - man": -0.08728523295155333, "he": 0.3118029924234053, "man": 0.39908822537495864}, "supporters": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "supportive": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "supposed": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "sure": {"he - man": -0.04356561888152566, "he": 0.32097422855162044, "man": 0.3645398474331461}, "surface": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "surgeon": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "surpassed": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "survive": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "survivors": {"he - man": -0.12147524386098973, "he": 0.2019057450840961, "man": 0.3233809889450858}, "suspect": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "swamps": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "sweeney": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "sweet": {"he - man": -0.09902168297195102, "he": 0.28443289494242496, "man": 0.383454577914376}, "symbolists": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "syrian": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "system": {"he - man": -0.1340844354838957, "he": 0.3132253479987726, "man": 0.4473097834826683}, "t": {"he - man": -0.08862988625866747, "he": 0.316279353292877, "man": 0.40490923955154445}, "table": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "tables": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "tackle": {"he - man": -0.12147524386098973, "he": 0.2019057450840961, "man": 0.3233809889450858}, "take": {"he - man": -0.022950491484148794, "he": 0.3076045745064825, "man": 0.3305550659906313}, "taken": {"he - man": -0.06065345774999714, "he": 0.34475994558039713, "man": 0.4054134033303943}, "takes": {"he - man": -0.09988445237808069, "he": 0.27701210344138494, "man": 0.37689655581946563}, "takeshi": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "taking": {"he - man": -0.06931757183584503, "he": 0.32097422855162044, "man": 0.39029180038746547}, "talent": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "talented": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "talking": {"he - man": -0.08039246496885333, "he": 0.28140745714167614, "man": 0.36179992211052947}, "tamsulosin": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "targets": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "task": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "tasked": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "tasks": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "taste": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "tatum": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "taxi": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "taxis": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "teach": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "teacher": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "teachers": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "teaching": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "team": {"he - man": -0.05294042888159817, "he": 0.26566502807467185, "man": 0.31860545695627}, "teammates": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "teams": {"he - man": -0.08480053178065522, "he": 0.294004967285181, "man": 0.3788054990658362}, "tear": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "technical": {"he - man": -0.07515665221356477, "he": 0.24822433673152106, "man": 0.3233809889450858}, "technique": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "techniques": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "technology": {"he - man": -0.009978085577542095, "he": 0.28273861246543147, "man": 0.29271669804297357}, "teenaged": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "telekinesis": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "telescope": {"he - man": -0.13091376872912286, "he": 0.2308861533814066, "man": 0.36179992211052947}, "television": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "tell": {"he - man": -0.009325789706694565, "he": 0.29410296323136986, "man": 0.3034287529380644}, "telly": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "temperament": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "tempted": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "tend": {"he - man": -0.04511190149961497, "he": 0.29331046650630477, "man": 0.33842236800591974}, "tends": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "term": {"he - man": -0.08363136446904823, "he": 0.3044621878885711, "man": 0.38809355235761933}, "terms": {"he - man": -0.12221680526734935, "he": 0.1952647106842501, "man": 0.31748151595159946}, "terrible": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "terrifying": {"he - man": -0.1681903147202588, "he": 0.24623762487580364, "man": 0.41442793959606244}, "test": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "testing": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "text": {"he - man": -0.025124949139068986, "he": 0.29825603980601684, "man": 0.3233809889450858}, "texts": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "than": {"he - man": -0.09448396103962786, "he": 0.3072044682972243, "man": 0.40168842933685217}, "thanapob": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "thank": {"he - man": -0.07575595169885546, "he": 0.241725564252744, "man": 0.31748151595159946}, "thanks": {"he - man": -0.1028590469981247, "he": 0.2511954309694252, "man": 0.3540544779675499}, "that": {"he - man": -0.09632090102870744, "he": 0.311710942952315, "man": 0.40803184398102244}, "thatch": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "the": {"he - man": -0.11623365758849233, "he": 0.1933725482822188, "man": 0.30960620587071114}, "theatre": {"he - man": -0.12768617312619807, "he": 0.2557684047881779, "man": 0.383454577914376}, "their": {"he - man": -0.1064514559549472, "he": 0.31077656099139006, "man": 0.41722801694633727}, "them": {"he - man": -0.07478124202227315, "he": 0.3286573654737786, "man": 0.40343860749605176}, "themselves": {"he - man": -0.09807707550354056, "he": 0.2900164768540788, "man": 0.38809355235761933}, "then": {"he - man": -0.0734032976503236, "he": 0.34021038620314314, "man": 0.41361368385346675}, "theories": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "theorised": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "theory": {"he - man": -0.04511190149961497, "he": 0.29331046650630477, "man": 0.33842236800591974}, "there": {"he - man": -0.06487039432221253, "he": 0.3514481412562748, "man": 0.41631853557848736}, "these": {"he - man": -0.07005925492689213, "he": 0.3333793525691596, "man": 0.40343860749605176}, "they": {"he - man": -0.07428349470504064, "he": 0.32411914729777486, "man": 0.3984026420028155}, "thing": {"he - man": -0.10941728716460197, "he": 0.2996089694883946, "man": 0.4090262566529966}, "things": {"he - man": -0.062110502264187906, "he": 0.34376497064510214, "man": 0.40587547290929005}, "think": {"he - man": -0.0873954659572122, "he": 0.31730551248942235, "man": 0.40470097844663455}, "thinking": {"he - man": -0.09502895955506618, "he": 0.3152272304510461, "man": 0.4102561900061123}, "thinks": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "third": {"he - man": -0.11849109473361855, "he": 0.24814049607089825, "man": 0.3666315908045168}, "thirty": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "this": {"he - man": -0.09032378277094533, "he": 0.3401977741188571, "man": 0.4305215568898024}, "those": {"he - man": -0.07020099401206653, "he": 0.31706594903038454, "man": 0.3872669430424511}, "though": {"he - man": -0.018641014645967346, "he": 0.30166517898010775, "man": 0.3203061936260751}, "thought": {"he - man": -0.11673649299544797, "he": 0.30966004399524777, "man": 0.42639653699069574}, "thoughts": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "thousand": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "threads": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "three": {"he - man": -0.05486850071322924, "he": 0.3201903724833076, "man": 0.37505887319653686}, "thrilled": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "thrives": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "through": {"he - man": -0.08099950709000653, "he": 0.3203388627481922, "man": 0.4013383698381987}, "throughout": {"he - man": -0.084049488117526, "he": 0.3007251318795418, "man": 0.3847746199970678}, "throw": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "throws": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "thunder": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "thursday": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "thwarted": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "tien": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "tight": {"he - man": -0.17065313211230318, "he": 0.23046146237954027, "man": 0.40111459449184345}, "tile": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "tim": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "time": {"he - man": -0.10426207192478726, "he": 0.3679130574413764, "man": 0.4721751293661637}, "times": {"he - man": -0.03880970325620431, "he": 0.2954149570390519, "man": 0.3342246602952562}, "timothy": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "tinned": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "tired": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "titled": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "to": {"he - man": -0.10037362549952494, "he": 0.26433257255469095, "man": 0.3647061980542159}, "today": {"he - man": -0.08301586006334538, "he": 0.2560613589093236, "man": 0.33907721897266896}, "together": {"he - man": -0.06173740036182729, "he": 0.3118029924234053, "man": 0.3735403927852326}, "toiled": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "told": {"he - man": -0.07977294141346658, "he": 0.29984115812293916, "man": 0.37961409953640574}, "tongue": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "tonkotsu": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "too": {"he - man": -0.07652250350703271, "he": 0.2655388518322977, "man": 0.3420613553393304}, "took": {"he - man": -0.08731251327565703, "he": 0.27145708665738666, "man": 0.3587695999330437}, "top": {"he - man": -0.03985981815393841, "he": 0.2822075552650121, "man": 0.32206737341895053}, "torn": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "tortue": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "totaled": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "touch": {"he - man": -0.13089612336662187, "he": 0.29331046650630477, "man": 0.42420658987292664}, "touchstone": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "tough": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "toward": {"he - man": -0.027065482693767184, "he": 0.268954035717085, "man": 0.29601951841085217}, "towards": {"he - man": -0.07864051601344879, "he": 0.29825603980601684, "man": 0.37689655581946563}, "town": {"he - man": -0.08072021383189823, "he": 0.18752513863873763, "man": 0.26824535247063586}, "toxic": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "toy": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "track": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "tracks": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "trade": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "traded": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "traditional": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "traffic": {"he - man": -0.13324408656472736, "he": 0.27701210344138494, "man": 0.4102561900061123}, "trail": {"he - man": -0.025124949139068986, "he": 0.29825603980601684, "man": 0.3233809889450858}, "train": {"he - man": -0.13089612336662187, "he": 0.29331046650630477, "man": 0.42420658987292664}, "trainers": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "transcript": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "transfer": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "transgressive": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "transitioned": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "trauma": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "travel": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "treasury": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "treat": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "treated": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "treatment": {"he - man": -0.12599710893636734, "he": 0.16073690221378845, "man": 0.2867340111501558}, "tremble": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "trey": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "tried": {"he - man": -0.009978085577542095, "he": 0.28273861246543147, "man": 0.29271669804297357}, "tries": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "trigger": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "trivia": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "troops": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "tropics": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "truck": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "trucks": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "true": {"he - man": -0.09853034613183337, "he": 0.28624427386523443, "man": 0.3847746199970678}, "truly": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "trump": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "trust": {"he - man": -0.0255370833901733, "he": 0.29194443256142616, "man": 0.31748151595159946}, "truth": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "try": {"he - man": -0.07116287032425117, "he": 0.31693068203336816, "man": 0.38809355235761933}, "trying": {"he - man": -0.050751054433656906, "he": 0.2909552159292553, "man": 0.3417062703629122}, "tugged": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "tumultuous": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "tuned": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "turbulence": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "turn": {"he - man": -0.09704705469583252, "he": 0.2985659666347768, "man": 0.3956130213306093}, "turned": {"he - man": -0.1589597993197654, "he": 0.2706167719786347, "man": 0.4295765712984001}, "turns": {"he - man": -0.1594085477007553, "he": 0.26479804217217134, "man": 0.42420658987292664}, "turp": {"he - man": -0.12147524386098973, "he": 0.2019057450840961, "man": 0.3233809889450858}, "tv": {"he - man": -0.0255370833901733, "he": 0.29194443256142616, "man": 0.31748151595159946}, "tweet": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "twelfth": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "twelve": {"he - man": -0.07575595169885546, "he": 0.241725564252744, "man": 0.31748151595159946}, "twenty": {"he - man": -0.17065313211230318, "he": 0.23046146237954027, "man": 0.40111459449184345}, "twitter": {"he - man": -0.05123367285848485, "he": 0.28535473207644585, "man": 0.3365884049349307}, "two": {"he - man": -0.10205082351160616, "he": 0.3184163339512641, "man": 0.4204671574628703}, "tyler": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "type": {"he - man": -0.13324408656472736, "he": 0.27701210344138494, "man": 0.4102561900061123}, "typeset": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "typhoon": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "uk": {"he - man": -0.12147524386098973, "he": 0.2019057450840961, "man": 0.3233809889450858}, "ultimately": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "um": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "unabashedly": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "unable": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "unanmed": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "unappreciated": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "unattained": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "unbearded": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "uncalm": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "uncertainty": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "unclassified": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "uncredited": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "under": {"he - man": -0.11074925548174214, "he": 0.28972465635065364, "man": 0.4004739118323958}, "underarm": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "undercover": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "undergo": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "underground": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "undermined": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "underneath": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "underrated": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "understand": {"he - man": -0.07717964005464367, "he": 0.22624911288342076, "man": 0.3034287529380644}, "understanding": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "understood": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "undertake": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "undone": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "unending": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "unfathomable": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "unfold": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "unfortunate": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "uniform": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "unit": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "united": {"he - man": -0.009775244545617734, "he": 0.28624427386523443, "man": 0.29601951841085217}, "unity": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "universal": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "universe": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "unlit": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "unnoticed": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "unproven": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "unrest": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "unruly": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "unsettled": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "unstated": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "unto": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "unwanted": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "unwritten": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "up": {"he - man": -0.0778730202470232, "he": 0.3508181106953613, "man": 0.4286911309423845}, "upheaval": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "upon": {"he - man": -0.024089730478871918, "he": 0.3143326375270478, "man": 0.33842236800591974}, "urban": {"he - man": -0.100625224733975, "he": 0.2706167719786347, "man": 0.3712419967126097}, "urolithiasis": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "us": {"he - man": -0.03804700814539769, "he": 0.2946137963200295, "man": 0.3326608044654272}, "use": {"he - man": 0.015513821016669704, "he": 0.2749247330787263, "man": 0.2594109120620566}, "used": {"he - man": -0.030043089081191354, "he": 0.2741157618672661, "man": 0.30415885094845746}, "uses": {"he - man": -0.13495637248996356, "he": 0.26498472419768054, "man": 0.3999410966876441}, "using": {"he - man": -0.08576567553340708, "he": 0.28535473207644585, "man": 0.37112040760985293}, "usually": {"he - man": -0.04686474397296475, "he": 0.2706167719786347, "man": 0.31748151595159946}, "utah": {"he - man": -0.12060796768656387, "he": 0.2096203028495787, "man": 0.33022827053614257}, "utter": {"he - man": -0.17065313211230318, "he": 0.23046146237954027, "man": 0.40111459449184345}, "v": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "vale": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "valid": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "valuable": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "value": {"he - man": -0.07515665221356477, "he": 0.24822433673152106, "man": 0.3233809889450858}, "valued": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "vapourised": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "various": {"he - man": -0.048052367920160655, "he": 0.2553763850179038, "man": 0.3034287529380644}, "vast": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "ve": {"he - man": 0.036787024242744215, "he": 0.29154251277369175, "man": 0.25475548853094754}, "vehicle": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "vehicles": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "venezuelans": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "venture": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "versatile": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "verse": {"he - man": -0.11420556418893318, "he": 0.28140745714167614, "man": 0.3956130213306093}, "verumontanum": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "very": {"he - man": -0.038879911345270024, "he": 0.34838703169718105, "man": 0.3872669430424511}, "via": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "vice": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "vicious": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "victims": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "victor": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "video": {"he - man": -0.04686474397296475, "he": 0.2706167719786347, "man": 0.31748151595159946}, "videos": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "view": {"he - man": -0.047695532504642535, "he": 0.25994421535942025, "man": 0.3076397478640628}, "views": {"he - man": -0.07575595169885546, "he": 0.241725564252744, "man": 0.31748151595159946}, "vigorous": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "villagers": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "violence": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "virus": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "visceral": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "vision": {"he - man": -0.09988445237808069, "he": 0.27701210344138494, "man": 0.37689655581946563}, "vlogs": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "voices": {"he - man": -0.024089730478871918, "he": 0.3143326375270478, "man": 0.33842236800591974}, "vote": {"he - man": -0.07515665221356477, "he": 0.24822433673152106, "man": 0.3233809889450858}, "voters": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "vs": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "wade": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "wafa": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "waiter": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "waiting": {"he - man": -0.07257421034645978, "he": 0.2761209166432573, "man": 0.34869512698971705}, "waitress": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "wake": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "walked": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "walking": {"he - man": -0.04425941636358932, "he": 0.30443571062612773, "man": 0.34869512698971705}, "wall": {"he - man": -0.04837964253472282, "he": 0.2511954309694252, "man": 0.299575073504148}, "want": {"he - man": -0.03503315109461613, "he": 0.33159843970990066, "man": 0.3666315908045168}, "wanted": {"he - man": -0.009558596650069251, "he": 0.2900164768540788, "man": 0.299575073504148}, "wanting": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "wants": {"he - man": -0.008494496429223952, "he": 0.3089870195223755, "man": 0.31748151595159946}, "war": {"he - man": -0.11936742229315159, "he": 0.24124875633255868, "man": 0.36061617862571027}, "warm": {"he - man": -0.17065313211230318, "he": 0.23046146237954027, "man": 0.40111459449184345}, "warmed": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "warning": {"he - man": -0.07886391474597865, "he": 0.20787009640417714, "man": 0.2867340111501558}, "warrant": {"he - man": -0.08010380201809181, "he": 0.19429138920541372, "man": 0.27439519122350553}, "wars": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "wartime": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "was": {"he - man": -0.09207042432741169, "he": 0.32823387385249675, "man": 0.42030429817990844}, "wasn": {"he - man": 0.00470561346868964, "he": 0.3007251318795418, "man": 0.29601951841085217}, "waste": {"he - man": -0.09934346367215457, "he": 0.27946203539368164, "man": 0.3788054990658362}, "watch": {"he - man": -0.17243390915594783, "he": 0.2188615626423764, "man": 0.39129547179832425}, "watchful": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "watching": {"he - man": -0.0736243258337484, "he": 0.26479804217217134, "man": 0.33842236800591974}, "water": {"he - man": -0.04970913057084128, "he": 0.23429344384660586, "man": 0.28400257441744714}, "wausau": {"he - man": -0.17065313211230318, "he": 0.23046146237954027, "man": 0.40111459449184345}, "wave": {"he - man": -0.133434924675736, "he": 0.21105881700449228, "man": 0.3444937416802283}, "wavelength": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "waves": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "way": {"he - man": -0.06299721744691533, "he": 0.3092465877177404, "man": 0.3722438051646557}, "ways": {"he - man": -0.09902168297195102, "he": 0.28443289494242496, "man": 0.383454577914376}, "wcc10": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "we": {"he - man": -0.06867587579558171, "he": 0.3060866002964634, "man": 0.3747624760920451}, "wealth": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "weapons": {"he - man": -0.12499367784858617, "he": 0.2761209166432573, "man": 0.40111459449184345}, "weariness": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "weaving": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "web": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "webb": {"he - man": -0.1244355883955463, "he": 0.17513948510860172, "man": 0.299575073504148}, "website": {"he - man": -0.10127545833212726, "he": 0.26498472419768054, "man": 0.3662601825298078}, "websites": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "weddings": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "wednesday": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "week": {"he - man": -0.06271132477572045, "he": 0.30182852265742566, "man": 0.3645398474331461}, "weekend": {"he - man": -0.024089730478871918, "he": 0.3143326375270478, "man": 0.33842236800591974}, "weight": {"he - man": -0.047695532504642535, "he": 0.25994421535942025, "man": 0.3076397478640628}, "weirdly": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "well": {"he - man": -0.018588051866867572, "he": 0.33844725259906455, "man": 0.3570353044659321}, "went": {"he - man": -0.04868220742423124, "he": 0.24733731098662093, "man": 0.29601951841085217}, "were": {"he - man": -0.06926848337054853, "he": 0.3173617531263433, "man": 0.3866302364968918}, "west": {"he - man": -0.050751054433656906, "he": 0.2909552159292553, "man": 0.3417062703629122}, "westbrook": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "western": {"he - man": -0.13324408656472736, "he": 0.27701210344138494, "man": 0.4102561900061123}, "whale": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "what": {"he - man": -0.04301689688334198, "he": 0.3445151243122124, "man": 0.38753202119555435}, "whatever": {"he - man": -0.17499081073536954, "he": 0.2019057450840961, "man": 0.37689655581946563}, "when": {"he - man": -0.04228170892697508, "he": 0.3528138175745746, "man": 0.39509552650154967}, "where": {"he - man": -0.07650389746073394, "he": 0.34983895187021685, "man": 0.4263428493309508}, "whether": {"he - man": -0.06610053105920666, "he": 0.26812412923604956, "man": 0.3342246602952562}, "which": {"he - man": -0.08800283663811392, "he": 0.3445151243122124, "man": 0.4325179609503263}, "while": {"he - man": -0.11119723838258494, "he": 0.343586989582894, "man": 0.45478422796547896}, "whilst": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "whispers": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "white": {"he - man": -0.09804867477162216, "he": 0.3035365655022822, "man": 0.40158524027390435}, "who": {"he - man": -0.08353592182997072, "he": 0.36113046330285936, "man": 0.4446663851328301}, "whole": {"he - man": -0.063653583595082, "he": 0.29410296323136986, "man": 0.35775654682645186}, "whom": {"he - man": -0.1264974296261529, "he": 0.26479804217217134, "man": 0.39129547179832425}, "whoop": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "why": {"he - man": -0.11620446255001537, "he": 0.31401603970876796, "man": 0.43022050225878333}, "wide": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "widows": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "wife": {"he - man": -0.025124949139068986, "he": 0.29825603980601684, "man": 0.3233809889450858}, "will": {"he - man": -0.08726744444356693, "he": 0.32639243666017737, "man": 0.4136598811037443}, "william": {"he - man": -0.04511190149961497, "he": 0.29331046650630477, "man": 0.33842236800591974}, "willing": {"he - man": -0.11956080536354333, "he": 0.2188615626423764, "man": 0.33842236800591974}, "wilma": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "win": {"he - man": -0.15987837348354034, "he": 0.26498472419768054, "man": 0.4248630976812209}, "window": {"he - man": -0.046368885503700885, "he": 0.27701210344138494, "man": 0.3233809889450858}, "windy": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "wing": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "winked": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "winner": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "winning": {"he - man": -0.09704705469583252, "he": 0.2985659666347768, "man": 0.3956130213306093}, "wins": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "wipe": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "wipes": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "wisdom": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "wise": {"he - man": -0.07696283427127643, "he": 0.3143326375270478, "man": 0.39129547179832425}, "with": {"he - man": -0.08384398497582707, "he": 0.33963763061011054, "man": 0.4234816155859376}, "within": {"he - man": -0.0719084512178283, "he": 0.30978109402399057, "man": 0.38168954524181886}, "without": {"he - man": -0.08236387539155898, "he": 0.3230495279388353, "man": 0.4054134033303943}, "withstood": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "woke": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "wolford": {"he - man": -0.12147524386098973, "he": 0.2019057450840961, "man": 0.3233809889450858}, "women": {"he - man": -0.10038637348192342, "he": 0.2707340341279295, "man": 0.37112040760985293}, "won": {"he - man": -0.1486745893476264, "he": 0.28807841548642543, "man": 0.43675300483405183}, "wonder": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "wondered": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "word": {"he - man": -0.08010380201809181, "he": 0.19429138920541372, "man": 0.27439519122350553}, "words": {"he - man": -0.07717964005464367, "he": 0.22624911288342076, "man": 0.3034287529380644}, "work": {"he - man": -0.03902451245547456, "he": 0.3479315539874708, "man": 0.38695606644294533}, "worker": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "working": {"he - man": -0.08128852534469011, "he": 0.2727659526228598, "man": 0.3540544779675499}, "works": {"he - man": -0.09934346367215457, "he": 0.27946203539368164, "man": 0.3788054990658362}, "world": {"he - man": -0.1179412643682129, "he": 0.3127777981624006, "man": 0.4307190625306135}, "worried": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "worries": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "worrisome": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "worry": {"he - man": -0.07628280569164211, "he": 0.2360045666362904, "man": 0.3122873723279325}, "worse": {"he - man": -0.11355651884847179, "he": 0.2863845778391723, "man": 0.3999410966876441}, "worst": {"he - man": -0.09798500529201948, "he": 0.29331046650630477, "man": 0.39129547179832425}, "would": {"he - man": -0.06339375153385052, "he": 0.33736929301981816, "man": 0.4007630445536687}, "wouldn": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "writer": {"he - man": -0.07515665221356477, "he": 0.24822433673152106, "man": 0.3233809889450858}, "writers": {"he - man": -0.0457953755937176, "he": 0.28443289494242496, "man": 0.33022827053614257}, "writing": {"he - man": -0.062254977190234206, "he": 0.3089870195223755, "man": 0.3712419967126097}, "written": {"he - man": -0.025124949139068986, "he": 0.29825603980601684, "man": 0.3233809889450858}, "wrote": {"he - man": -0.09853034613183337, "he": 0.28624427386523443, "man": 0.3847746199970678}, "wuhan": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "wwi": {"he - man": -0.07114367906499025, "he": 0.29150000450919544, "man": 0.3626436835741857}, "x": {"he - man": -0.04730264813025198, "he": 0.26498472419768054, "man": 0.3122873723279325}, "xiaoming": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "yacht": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "year": {"he - man": -0.06666500979818246, "he": 0.3015391141180941, "man": 0.36820412391627655}, "years": {"he - man": -0.09349253061939827, "he": 0.33771879262141313, "man": 0.4312113232408114}, "yelled": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "yellow": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "yes": {"he - man": -0.046368885503700885, "he": 0.27701210344138494, "man": 0.3233809889450858}, "yet": {"he - man": -0.034842938427926684, "he": 0.33397866019193106, "man": 0.36882159861985775}, "york": {"he - man": -0.01113119717713007, "he": 0.26326399404637546, "man": 0.27439519122350553}, "you": {"he - man": -0.11519959539412156, "he": 0.27680501128167145, "man": 0.392004606675793}, "young": {"he - man": -0.1298396451009975, "he": 0.3217703982241379, "man": 0.4516100433251354}, "younger": {"he - man": -0.122927935086867, "he": 0.29150000450919544, "man": 0.41442793959606244}, "your": {"he - man": -0.09121449070218407, "he": 0.2863547756410993, "man": 0.37756926634328336}, "yourself": {"he - man": -0.07445986574796465, "he": 0.2557684047881779, "man": 0.33022827053614257}, "yourselves": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "youtube": {"he - man": -0.11823366461017679, "he": 0.23046146237954027, "man": 0.34869512698971705}, "yrs": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "zack": {"he - man": -0.11640605869838205, "he": 0.24623762487580364, "man": 0.3626436835741857}, "\u03c0": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}, "\u7f57\u70bd\u6cfd": {"he - man": -0.11339428700047521, "he": 0.2717597963409451, "man": 0.3851540833414203}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-he-she.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-he-she.json new file mode 100644 index 0000000000000000000000000000000000000000..ecdf2df5f690ccb93cd6c685f494a27fe3385e57 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-he-she.json @@ -0,0 +1 @@ +{"0": {"he - she": 0.10153406284249869, "he": 0.26699777980226896, "she": 0.16546371695977027}, "000": {"he - she": 0.09844948654851196, "he": 0.3006831592734811, "she": 0.20223367272496914}, "04": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "08": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "1": {"he - she": 0.17314186338801596, "he": 0.3055831372808201, "she": 0.13244127389280413}, "10": {"he - she": 0.1395054069158339, "he": 0.31744744900414745, "she": 0.17794204208831355}, "100": {"he - she": 0.032059771121636715, "he": 0.23429344384660586, "she": 0.20223367272496914}, "12": {"he - she": 0.03156313503898664, "he": 0.2437529091537891, "she": 0.21218977411480247}, "13": {"he - she": 0.05247605296701491, "he": 0.27689607298703506, "she": 0.22442002002002015}, "14": {"he - she": 0.030956364997883623, "he": 0.2553763850179038, "she": 0.22442002002002015}, "15": {"he - she": 0.044894935443643535, "he": 0.30978109402399057, "she": 0.26488615858034703}, "16": {"he - she": 0.06968294321134971, "he": 0.29410296323136986, "she": 0.22442002002002015}, "17": {"he - she": 0.045496331736928686, "he": 0.3006831592734811, "she": 0.2551868275365524}, "18": {"he - she": 0.06853684297934073, "he": 0.3089870195223755, "she": 0.24045017654303477}, "18usd": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "19": {"he - she": 0.07028257544795974, "he": 0.28624427386523443, "she": 0.2159616984172747}, "1975": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "1983": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "1987": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "2": {"he - she": 0.09621496892578482, "he": 0.3002349226162437, "she": 0.20401995369045886}, "20": {"he - she": 0.045107745233420316, "he": 0.30656126980078335, "she": 0.26145352456736304}, "200": {"he - she": -0.04518546585878466, "he": 0.1952647106842501, "she": 0.24045017654303477}, "2012": {"he - she": -0.04518546585878466, "he": 0.1952647106842501, "she": 0.24045017654303477}, "2015": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "2016": {"he - she": 0.08409007720696121, "he": 0.30851009722698136, "she": 0.22442002002002015}, "2019": {"he - she": -0.021872601524228208, "he": 0.27701210344138494, "she": 0.29888470496561315}, "21": {"he - she": -0.04535626498589165, "he": 0.2096203028495787, "she": 0.25497656783547035}, "22": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "24": {"he - she": 0.0012753877097092248, "he": 0.241725564252744, "she": 0.24045017654303477}, "25": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "26": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "29": {"he - she": 0.05149425601839139, "he": 0.29194443256142616, "she": 0.24045017654303477}, "3": {"he - she": 0.03551849028556453, "he": 0.28710499651505855, "she": 0.251586506229494}, "30": {"he - she": 0.06999522377145082, "he": 0.2900164768540788, "she": 0.22002125308262796}, "300": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "33": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "4": {"he - she": 0.05283272111353532, "he": 0.31079031655915573, "she": 0.2579575954456204}, "40": {"he - she": -0.05063418519667201, "he": 0.241725564252744, "she": 0.292359749449416}, "40th": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "42": {"he - she": -0.04535626498589165, "he": 0.2096203028495787, "she": 0.25497656783547035}, "45": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "48": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "5": {"he - she": 0.09653130632519727, "he": 0.2969698715742334, "she": 0.2004385652490361}, "50": {"he - she": 0.0018290928634006054, "he": 0.22624911288342076, "she": 0.22442002002002015}, "58": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "6": {"he - she": 0.13409936429795943, "he": 0.2815342232205571, "she": 0.14743485892259767}, "60": {"he - she": -0.05063418519667201, "he": 0.241725564252744, "she": 0.292359749449416}, "69p": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "7": {"he - she": 0.08505699418827078, "he": 0.32714723735437007, "she": 0.24209024316609928}, "8": {"he - she": 0.12129675588460734, "he": 0.30551156638991755, "she": 0.18421481050531022}, "81st": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "884": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "90": {"he - she": -0.05067580812265543, "he": 0.2761209166432573, "she": 0.3267967247659127}, "a": {"he - she": 0.09421115457910342, "he": 0.27718691043703186, "she": 0.18297575585792844}, "able": {"he - she": 0.012542155402607835, "he": 0.2954149570390519, "she": 0.28287280163644407}, "about": {"he - she": 0.05021080652671872, "he": 0.3279739657959548, "she": 0.27776315926923606}, "above": {"he - she": -0.05060404318949249, "he": 0.2360045666362904, "she": 0.2866086098257829}, "abs": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "absolutely": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "abundance": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "accept": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "accepting": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "access": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "accompanied": {"he - she": -0.050680036074053136, "he": 0.2557684047881779, "she": 0.30644844086223105}, "according": {"he - she": 0.06982104777099082, "he": 0.2816875089614581, "she": 0.2118664611904673}, "accounted": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "accuracy": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "accusations": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "acquaintances": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "act": {"he - she": -0.07664466645059037, "he": 0.26210175570743366, "she": 0.33874642215802403}, "acting": {"he - she": -0.0506174073137472, "he": 0.29150000450919544, "she": 0.34211741182294264}, "activities": {"he - she": -0.050323002229853225, "he": 0.2048638253066992, "she": 0.2551868275365524}, "activity": {"he - she": 0.031375612569346234, "he": 0.24733731098662093, "she": 0.2159616984172747}, "actor": {"he - she": -0.04518546585878466, "he": 0.1952647106842501, "she": 0.24045017654303477}, "acts": {"he - she": -0.05060404318949249, "he": 0.2360045666362904, "she": 0.2866086098257829}, "actually": {"he - she": 0.044894935443643535, "he": 0.30978109402399057, "she": 0.26488615858034703}, "adapt": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "added": {"he - she": 0.0860755878827463, "he": 0.28535473207644585, "she": 0.19927914419369955}, "address": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "adoring": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "adult": {"he - she": 0.0016609024717185727, "he": 0.2308861533814066, "she": 0.22922525090968804}, "advantage": {"he - she": 0.02843759888754238, "he": 0.30443571062612773, "she": 0.27599811173858535}, "affairs": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "affected": {"he - she": 0.029837147015101984, "he": 0.27701210344138494, "she": 0.24717495642628295}, "africa": {"he - she": 0.05299233729981029, "he": 0.268954035717085, "she": 0.2159616984172747}, "after": {"he - she": 0.03956603518032192, "he": 0.34299904567685074, "she": 0.3034330104965288}, "again": {"he - she": 0.042784080999220264, "he": 0.32565688263566434, "she": 0.28287280163644407}, "against": {"he - she": 0.05065894604891985, "he": 0.31912219954599436, "she": 0.2684632534970745}, "age": {"he - she": 0.0018290928634006054, "he": 0.22624911288342076, "she": 0.22442002002002015}, "agenda": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "agent": {"he - she": -0.02201554591980609, "he": 0.28443289494242496, "she": 0.30644844086223105}, "agents": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "ago": {"he - she": 0.023701098549038013, "he": 0.3065739001854821, "she": 0.28287280163644407}, "agree": {"he - she": 0.05002497048334059, "he": 0.3143326375270478, "she": 0.26430766704370723}, "agreed": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "aid": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "airport": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "aladdin": {"he - she": -0.04510503796455745, "he": 0.18942200122095953, "she": 0.23452703918551698}, "alana": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "albeit": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "alcohol": {"he - she": 0.030166595435599936, "he": 0.2706167719786347, "she": 0.24045017654303477}, "alien": {"he - she": 0.03071896444973221, "he": 0.25994421535942025, "she": 0.22922525090968804}, "aliens": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "all": {"he - she": 0.09347960578567, "he": 0.3519116740869998, "she": 0.2584320683013298}, "almost": {"he - she": 0.056406056331211485, "he": 0.3146349343854283, "she": 0.2582288780542168}, "alone": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "along": {"he - she": 0.035232784448244625, "he": 0.3234971893063417, "she": 0.28826440485809707}, "alongside": {"he - she": -0.04535626498589165, "he": 0.2096203028495787, "she": 0.25497656783547035}, "aloof": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "already": {"he - she": 0.05145273745280937, "he": 0.32932455735698696, "she": 0.2778718199041776}, "also": {"he - she": 0.07754002157390005, "he": 0.32492716062689664, "she": 0.24738713905299659}, "although": {"he - she": -0.0016152358758548258, "he": 0.32097422855162044, "she": 0.32258946442747527}, "always": {"he - she": 0.05751872632229532, "he": 0.2996089694883946, "she": 0.24209024316609928}, "am": {"he - she": 0.045496331736928686, "he": 0.3006831592734811, "she": 0.2551868275365524}, "amazon": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "amber": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "american": {"he - she": 0.09870227275689433, "he": 0.2979814169505939, "she": 0.19927914419369955}, "amnews": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "amongst": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "amount": {"he - she": -0.04518546585878466, "he": 0.1952647106842501, "she": 0.24045017654303477}, "an": {"he - she": 0.09122167122631974, "he": 0.3568219254175451, "she": 0.26560025419122535}, "and": {"he - she": 0.10332463369603737, "he": 0.2641734961665871, "she": 0.16084886247054972}, "angeles": {"he - she": 0.0018290928634006054, "he": 0.22624911288342076, "she": 0.22442002002002015}, "angry": {"he - she": -0.022361014139784974, "he": 0.30443571062612773, "she": 0.3267967247659127}, "angst": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "animals": {"he - she": -0.04474574051599417, "he": 0.1674440335988083, "she": 0.21218977411480247}, "announced": {"he - she": 0.030166595435599936, "he": 0.2706167719786347, "she": 0.24045017654303477}, "another": {"he - she": 0.07429510218238033, "he": 0.3375322997656227, "she": 0.2632371975832424}, "answer": {"he - she": 0.016880231639842536, "he": 0.30348884146562544, "she": 0.2866086098257829}, "anthony": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "anticipated": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "anxious": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "any": {"he - she": 0.037078926144633206, "he": 0.3209904022710725, "she": 0.2839114761264393}, "anyone": {"he - she": 0.00010966663404637922, "he": 0.27689607298703506, "she": 0.2767864063529887}, "anything": {"he - she": -0.05063418519667201, "he": 0.241725564252744, "she": 0.292359749449416}, "anyway": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "apartment": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "apparent": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "approached": {"he - she": -0.12852999160106962, "he": 0.2188615626423764, "she": 0.34739155424344603}, "appropriately": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "april": {"he - she": -0.04510503796455745, "he": 0.18942200122095953, "she": 0.23452703918551698}, "archived": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "are": {"he - she": 0.10558222138927867, "he": 0.333748548249867, "she": 0.22816632686058833}, "aren": {"he - she": -0.05416321604704133, "he": 0.2511954309694252, "she": 0.30535864701646653}, "argue": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "army": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "around": {"he - she": 0.037296647989335185, "he": 0.31777138129140986, "she": 0.2804747333020747}, "arrival": {"he - she": 0.050600786672401865, "he": 0.3055773545078722, "she": 0.25497656783547035}, "arrive": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "arrived": {"he - she": -0.00041531688798984723, "he": 0.29194443256142616, "she": 0.292359749449416}, "article": {"he - she": -0.0217429774707813, "he": 0.2706167719786347, "she": 0.292359749449416}, "artist": {"he - she": 0.0018290928634006054, "he": 0.22624911288342076, "she": 0.22442002002002015}, "artists": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "as": {"he - she": 0.0927746553126653, "he": 0.32813166879360806, "she": 0.23535701348094276}, "ash": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "asia": {"he - she": -0.0970950387651659, "he": 0.1952647106842501, "she": 0.292359749449416}, "asian": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "ask": {"he - she": -0.05691838477165856, "he": 0.28140745714167614, "she": 0.3383258419133347}, "asked": {"he - she": -0.015342170162387758, "he": 0.2900164768540788, "she": 0.30535864701646653}, "aspect": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "assembly": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "assume": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "at": {"he - she": 0.0602080203265965, "he": 0.34360767370834233, "she": 0.28339965338174583}, "atlantic": {"he - she": 0.0010493803052381012, "he": 0.24822433673152106, "she": 0.24717495642628295}, "attack": {"he - she": 0.03255144271781796, "he": 0.294004967285181, "she": 0.26145352456736304}, "attacked": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "attempt": {"he - she": 0.03119678638827006, "he": 0.31780539621405296, "she": 0.2866086098257829}, "attend": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "attending": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "attitude": {"he - she": -0.050680036074053136, "he": 0.2557684047881779, "she": 0.30644844086223105}, "attractions": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "audience": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "august": {"he - she": 0.0018290928634006054, "he": 0.22624911288342076, "she": 0.22442002002002015}, "aussie": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "australian": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "author": {"he - she": 0.05108108337973388, "he": 0.29825603980601684, "she": 0.24717495642628295}, "authority": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "available": {"he - she": 0.07102951452205919, "he": 0.27638459228904366, "she": 0.20535507776698447}, "avatar": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "avoid": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "away": {"he - she": 0.03236557670792356, "he": 0.2972517352882706, "she": 0.26488615858034703}, "awkwardness": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "ba": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "baby": {"he - she": -0.050688459343258385, "he": 0.26479804217217134, "she": 0.31548650151542973}, "back": {"he - she": 0.05511856248677616, "he": 0.3312914667106605, "she": 0.27617290422388435}, "bad": {"he - she": 0.0014775274507734248, "he": 0.2360045666362904, "she": 0.23452703918551698}, "balance": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "ball": {"he - she": 0.0010493803052381012, "he": 0.24822433673152106, "she": 0.24717495642628295}, "ballerina": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "band": {"he - she": 0.0016609024717185727, "he": 0.2308861533814066, "she": 0.22922525090968804}, "baring": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "bars": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "based": {"he - she": 0.11010047294602196, "he": 0.3065739001854821, "she": 0.19647342723946012}, "baskervilles": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "basketball": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "battles": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "be": {"he - she": 0.04975934751510219, "he": 0.3127291413423208, "she": 0.26296979382721863}, "beat": {"he - she": -0.05057143741266512, "he": 0.2308861533814066, "she": 0.28145759079407173}, "beaten": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "beating": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "beauty": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "became": {"he - she": -0.05689353513203321, "he": 0.2863845778391723, "she": 0.34327811297120553}, "because": {"he - she": 0.02072285484030245, "he": 0.30643594434176485, "she": 0.2857130895014624}, "become": {"he - she": 0.033851987410997375, "he": 0.3141671486003979, "she": 0.28031516118940053}, "becomes": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "becoming": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "been": {"he - she": 0.07456106417251185, "he": 0.34898199110831335, "she": 0.2744209269358015}, "beer": {"he - she": -0.050680036074053136, "he": 0.2557684047881779, "she": 0.30644844086223105}, "before": {"he - she": 0.019836529877063747, "he": 0.3445818844853136, "she": 0.3247453546082499}, "begin": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "begrudgingly": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "behalf": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "behavior": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "behind": {"he - she": 0.01750830049203611, "he": 0.2900164768540788, "she": 0.27250817636204266}, "being": {"he - she": 0.011830492773071799, "he": 0.31348761441579565, "she": 0.30165712164272385}, "believed": {"he - she": 0.030166595435599936, "he": 0.2706167719786347, "she": 0.24045017654303477}, "bemoans": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "bench": {"he - she": 0.03071896444973221, "he": 0.25994421535942025, "she": 0.22922525090968804}, "beneath": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "besides": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "bessemer": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "best": {"he - she": 0.0561574881228557, "he": 0.337585342611635, "she": 0.28142785448877927}, "better": {"he - she": 0.033851987410997375, "he": 0.3141671486003979, "she": 0.28031516118940053}, "between": {"he - she": 0.045564783175245704, "he": 0.28489738118625385, "she": 0.23933259801100815}, "bewildered": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "big": {"he - she": 0.01829790709770357, "he": 0.32097422855162044, "she": 0.3026763214539169}, "biggie": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "bill": {"he - she": 0.06805227402476316, "he": 0.3152272304510461, "she": 0.24717495642628295}, "billion": {"he - she": 0.032482288759912575, "he": 0.2262835791487814, "she": 0.1938012903888688}, "birthday": {"he - she": -0.09697895988151706, "he": 0.2019057450840961, "she": 0.29888470496561315}, "bit": {"he - she": 0.032059771121636715, "he": 0.23429344384660586, "she": 0.20223367272496914}, "bite": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "black": {"he - she": 0.0005257935175471129, "he": 0.26541195209789414, "she": 0.26488615858034703}, "blasting": {"he - she": -0.095879786947139, "he": 0.24623762487580364, "she": 0.34211741182294264}, "bling": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "blog": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "blogs": {"he - she": -0.02201554591980609, "he": 0.28443289494242496, "she": 0.30644844086223105}, "bluntly": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "board": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "boat": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "body": {"he - she": -0.05417830578418309, "he": 0.26498472419768054, "she": 0.31916302998186363}, "bond": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "book": {"he - she": 0.019306390139256613, "he": 0.25275452764719664, "she": 0.23344813750794002}, "booked": {"he - she": -0.095879786947139, "he": 0.24623762487580364, "she": 0.34211741182294264}, "books": {"he - she": -0.05413799725466928, "he": 0.2437529091537891, "she": 0.2978909064084584}, "borgen": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "boring": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "both": {"he - she": 0.019294064136136047, "he": 0.33192707959820344, "she": 0.3126330154620674}, "bottle": {"he - she": 0.02843759888754238, "he": 0.30443571062612773, "she": 0.27599811173858535}, "bought": {"he - she": -0.09633526238637244, "he": 0.23046146237954027, "she": 0.3267967247659127}, "box": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "boy": {"he - she": -0.050688459343258385, "he": 0.26479804217217134, "she": 0.31548650151542973}, "boys": {"he - she": -0.02201554591980609, "he": 0.28443289494242496, "she": 0.30644844086223105}, "bracelet": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "branches": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "break": {"he - she": -0.021872601524228208, "he": 0.27701210344138494, "she": 0.29888470496561315}, "breakfast": {"he - she": -0.045269211342186866, "he": 0.2019057450840961, "she": 0.24717495642628295}, "breakup": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "breezily": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "brighter": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "brilliant": {"he - she": 0.02843759888754238, "he": 0.30443571062612773, "she": 0.27599811173858535}, "bring": {"he - she": 0.11889787849092204, "he": 0.3275628953537441, "she": 0.20866501686282207}, "bringing": {"he - she": 0.06805227402476316, "he": 0.3152272304510461, "she": 0.24717495642628295}, "brisbane": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "brisvegas": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "britain": {"he - she": 0.05149425601839139, "he": 0.29194443256142616, "she": 0.24045017654303477}, "british": {"he - she": 0.03071896444973221, "he": 0.25994421535942025, "she": 0.22922525090968804}, "broadway": {"he - she": -0.04518546585878466, "he": 0.1952647106842501, "she": 0.24045017654303477}, "broken": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "brother": {"he - she": -0.0006286651595963089, "he": 0.29825603980601684, "she": 0.29888470496561315}, "brought": {"he - she": -0.021623885628102357, "he": 0.26498472419768054, "she": 0.2866086098257829}, "browsing": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "bubbling": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "building": {"he - she": 0.030166595435599936, "he": 0.2706167719786347, "she": 0.24045017654303477}, "buildings": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "bullet": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "burn": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "burst": {"he - she": -0.0506174073137472, "he": 0.29150000450919544, "she": 0.34211741182294264}, "bus": {"he - she": 0.002393800141670205, "he": 0.21105881700449228, "she": 0.20866501686282207}, "business": {"he - she": -0.015342170162387758, "he": 0.2900164768540788, "she": 0.30535864701646653}, "busy": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "but": {"he - she": 0.08504682132394642, "he": 0.3460693073975183, "she": 0.26102248607357187}, "buy": {"he - she": 0.00010966663404637922, "he": 0.27689607298703506, "she": 0.2767864063529887}, "buying": {"he - she": 0.0012753877097092248, "he": 0.241725564252744, "she": 0.24045017654303477}, "by": {"he - she": 0.05773947298429949, "he": 0.3352000250360675, "she": 0.277460552051768}, "cadaver": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "californication": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "call": {"he - she": -0.05416321604704133, "he": 0.2511954309694252, "she": 0.30535864701646653}, "called": {"he - she": -0.009622245740682045, "he": 0.31744744900414745, "she": 0.3270696947448295}, "calling": {"he - she": 0.0010493803052381012, "he": 0.24822433673152106, "she": 0.24717495642628295}, "calls": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "calming": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "came": {"he - she": 0.02395670275324807, "he": 0.30182852265742566, "she": 0.2778718199041776}, "campaign": {"he - she": 0.052182206231988104, "he": 0.28140745714167614, "she": 0.22922525090968804}, "can": {"he - she": 0.07559420183700902, "he": 0.31357988420593735, "she": 0.23798568236892834}, "cannot": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "capable": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "captivating": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "captured": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "car": {"he - she": 0.018674545599688203, "he": 0.26563811997608733, "she": 0.24696357437639913}, "card": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "care": {"he - she": 0.05274469954023184, "he": 0.2727659526228598, "she": 0.22002125308262796}, "cared": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "career": {"he - she": -0.000871086354358841, "he": 0.3055773545078722, "she": 0.30644844086223105}, "carpet": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "carried": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "case": {"he - she": 0.05246706780383342, "he": 0.3157042653870758, "she": 0.2632371975832424}, "cassidy": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "cats": {"he - she": 0.029837147015101984, "he": 0.27701210344138494, "she": 0.24717495642628295}, "cause": {"he - she": 0.05400704954074878, "he": 0.25328619373444833, "she": 0.19927914419369955}, "caused": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "center": {"he - she": 0.06896180228010845, "he": 0.30348884146562544, "she": 0.23452703918551698}, "centered": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "central": {"he - she": -0.05060404318949249, "he": 0.2360045666362904, "she": 0.2866086098257829}, "centre": {"he - she": 0.07124827161597916, "he": 0.2734819443409483, "she": 0.20223367272496914}, "certain": {"he - she": 0.06934071572508876, "he": 0.2985659666347768, "she": 0.22922525090968804}, "certainly": {"he - she": 0.045307687448065403, "he": 0.3035365655022822, "she": 0.2582288780542168}, "challenging": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "chance": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "chances": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "change": {"he - she": -1.2040535363133653e-05, "he": 0.2803031206540374, "she": 0.28031516118940053}, "changes": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "channel": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "character": {"he - she": 0.016880231639842536, "he": 0.30348884146562544, "she": 0.2866086098257829}, "charge": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "chatty": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "cheapest": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "check": {"he - she": -0.09718660860482337, "he": 0.18942200122095953, "she": 0.2866086098257829}, "child": {"he - she": -0.054177546566837154, "he": 0.25994421535942025, "she": 0.3141217619262574}, "childhood": {"he - she": -0.09633526238637244, "he": 0.23046146237954027, "she": 0.3267967247659127}, "children": {"he - she": -0.00010518304676554457, "he": 0.2827676185896785, "she": 0.28287280163644407}, "chimpanzee": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "china": {"he - she": 0.056751124651106516, "he": 0.21051969989564764, "she": 0.15376857524454113}, "chinese": {"he - she": 0.05299233729981029, "he": 0.268954035717085, "she": 0.2159616984172747}, "chocolate": {"he - she": -0.09633526238637244, "he": 0.23046146237954027, "she": 0.3267967247659127}, "choice": {"he - she": -0.04518546585878466, "he": 0.1952647106842501, "she": 0.24045017654303477}, "chores": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "circle": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "citizens": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "city": {"he - she": 0.1316550761791418, "he": 0.30392831269155185, "she": 0.17227323651241006}, "claimed": {"he - she": 0.030166595435599936, "he": 0.2706167719786347, "she": 0.24045017654303477}, "class": {"he - she": 0.0010493803052381012, "he": 0.24822433673152106, "she": 0.24717495642628295}, "clear": {"he - she": -0.05415164002613443, "he": 0.24733731098662093, "she": 0.30148895101275536}, "clearly": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "climate": {"he - she": -0.04461817555319603, "he": 0.16073690221378845, "she": 0.20535507776698447}, "closed": {"he - she": -0.04510503796455745, "he": 0.18942200122095953, "she": 0.23452703918551698}, "clouded": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "club": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "clue": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "co": {"he - she": 0.029837147015101984, "he": 0.27701210344138494, "she": 0.24717495642628295}, "coach": {"he - she": 0.05299233729981029, "he": 0.268954035717085, "she": 0.2159616984172747}, "cold": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "coleman": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "colleagues": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "collection": {"he - she": 0.0018290928634006054, "he": 0.22624911288342076, "she": 0.22442002002002015}, "college": {"he - she": -0.032845023500512105, "he": 0.29194443256142616, "she": 0.32478945606193826}, "colonels": {"he - she": -0.04535626498589165, "he": 0.2096203028495787, "she": 0.25497656783547035}, "com": {"he - she": 0.045107745233420316, "he": 0.30656126980078335, "she": 0.26145352456736304}, "come": {"he - she": 0.08659258410963327, "he": 0.31079031655915573, "she": 0.22419773244952246}, "comedians": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "comes": {"he - she": 0.1271287801484286, "he": 0.3430904785657033, "she": 0.2159616984172747}, "comical": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "coming": {"he - she": 0.045107745233420316, "he": 0.30656126980078335, "she": 0.26145352456736304}, "commences": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "comment": {"he - she": -0.00022403198661058443, "he": 0.2863845778391723, "she": 0.2866086098257829}, "commentary": {"he - she": 0.050600786672401865, "he": 0.3055773545078722, "she": 0.25497656783547035}, "comments": {"he - she": -0.09682813801265236, "he": 0.2096203028495787, "she": 0.30644844086223105}, "commits": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "common": {"he - she": 0.03236557670792356, "he": 0.2972517352882706, "she": 0.26488615858034703}, "communicated": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "communities": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "community": {"he - she": 0.018427589134295874, "he": 0.2707340341279295, "she": 0.25230644499363364}, "company": {"he - she": 0.012966747158273728, "he": 0.28625416016032607, "she": 0.27328741300205234}, "comparing": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "compassionate": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "completely": {"he - she": -0.02201554591980609, "he": 0.28443289494242496, "she": 0.30644844086223105}, "compulsion": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "conceived": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "concluded": {"he - she": 0.0010493803052381012, "he": 0.24822433673152106, "she": 0.24717495642628295}, "conclusion": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "conditions": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "conference": {"he - she": 0.10864202614487015, "he": 0.3208318002596726, "she": 0.21218977411480247}, "confess": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "confidence": {"he - she": 0.05002497048334059, "he": 0.3143326375270478, "she": 0.26430766704370723}, "consequences": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "consolation": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "conspiracy": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "constantly": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "construction": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "consumption": {"he - she": -0.04510503796455745, "he": 0.18942200122095953, "she": 0.23452703918551698}, "contact": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "contains": {"he - she": 0.0018290928634006054, "he": 0.22624911288342076, "she": 0.22442002002002015}, "contest": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "context": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "continue": {"he - she": 0.050600786672401865, "he": 0.3055773545078722, "she": 0.25497656783547035}, "continued": {"he - she": 0.01173639698601725, "he": 0.3132253479987726, "she": 0.30148895101275536}, "continues": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "contouring": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "convention": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "conversation": {"he - she": 0.016015448232772234, "he": 0.3224638890950033, "she": 0.30644844086223105}, "convey": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "conveyed": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "convince": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "cookies": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "cops": {"he - she": -0.095879786947139, "he": 0.24623762487580364, "she": 0.34211741182294264}, "copy": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "cordial": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "corner": {"he - she": 0.05108108337973388, "he": 0.29825603980601684, "she": 0.24717495642628295}, "correctly": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "cost": {"he - she": -0.015244677147520924, "he": 0.28624427386523443, "she": 0.30148895101275536}, "costs": {"he - she": -0.045269211342186866, "he": 0.2019057450840961, "she": 0.24717495642628295}, "could": {"he - she": 0.03272476014448544, "he": 0.31935244316012673, "she": 0.2866276830156413}, "couldn": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "council": {"he - she": -0.0972601005564665, "he": 0.18419749023760523, "she": 0.28145759079407173}, "count": {"he - she": -0.04535626498589165, "he": 0.2096203028495787, "she": 0.25497656783547035}, "counter": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "countries": {"he - she": -0.04510503796455745, "he": 0.18942200122095953, "she": 0.23452703918551698}, "country": {"he - she": 0.03373107935914532, "he": 0.2735346006553941, "she": 0.23980352129624877}, "couple": {"he - she": 0.05274469954023184, "he": 0.2727659526228598, "she": 0.22002125308262796}, "course": {"he - she": 0.09726364958149791, "he": 0.3132253479987726, "she": 0.2159616984172747}, "covered": {"he - she": -0.05063418519667201, "he": 0.241725564252744, "she": 0.292359749449416}, "cowell": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "crack": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "crackerjack": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "create": {"he - she": 0.052182206231988104, "he": 0.28140745714167614, "she": 0.22922525090968804}, "credit": {"he - she": -0.05063418519667201, "he": 0.241725564252744, "she": 0.292359749449416}, "crisis": {"he - she": 0.06968294321134971, "he": 0.29410296323136986, "she": 0.22442002002002015}, "cross": {"he - she": 0.05274469954023184, "he": 0.2727659526228598, "she": 0.22002125308262796}, "crowd": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "crucial": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "crying": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "cultured": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "cup": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "customer": {"he - she": -0.050680036074053136, "he": 0.2557684047881779, "she": 0.30644844086223105}, "cut": {"he - she": -0.09697895988151706, "he": 0.2019057450840961, "she": 0.29888470496561315}, "cutting": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "d": {"he - she": -0.000847798796491217, "he": 0.30182852265742566, "she": 0.3026763214539169}, "dad": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "dai": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "daily": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "daizaemon": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "daizemon": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "dance": {"he - she": -0.09633526238637244, "he": 0.23046146237954027, "she": 0.3267967247659127}, "dancers": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "dangerous": {"he - she": 0.02843759888754238, "he": 0.30443571062612773, "she": 0.27599811173858535}, "danville": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "dark": {"he - she": 0.030166595435599936, "he": 0.2706167719786347, "she": 0.24045017654303477}, "data": {"he - she": 0.033568837301970106, "he": 0.20584207381438016, "she": 0.17227323651241006}, "daughter": {"he - she": -0.05693609330223953, "he": 0.27689607298703506, "she": 0.3338321662892746}, "day": {"he - she": 0.03601248992939157, "he": 0.27916131824965124, "she": 0.24314882832025966}, "days": {"he - she": 0.012542155402607835, "he": 0.2954149570390519, "she": 0.28287280163644407}, "death": {"he - she": -0.00041531688798984723, "he": 0.29194443256142616, "she": 0.292359749449416}, "decades": {"he - she": 0.0014775274507734248, "he": 0.2360045666362904, "she": 0.23452703918551698}, "december": {"he - she": -0.05060404318949249, "he": 0.2360045666362904, "she": 0.2866086098257829}, "decide": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "decided": {"he - she": -0.05416321604704133, "he": 0.2511954309694252, "she": 0.30535864701646653}, "decision": {"he - she": 0.05299233729981029, "he": 0.268954035717085, "she": 0.2159616984172747}, "declaration": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "declare": {"he - she": -0.04510503796455745, "he": 0.18942200122095953, "she": 0.23452703918551698}, "declined": {"he - she": -0.05067580812265543, "he": 0.2761209166432573, "she": 0.3267967247659127}, "defeat": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "defence": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "defend": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "defense": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "delicate": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "deliver": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "demanding": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "denominator": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "department": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "depend": {"he - she": 0.02843759888754238, "he": 0.30443571062612773, "she": 0.27599811173858535}, "depending": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "depth": {"he - she": 0.05002497048334059, "he": 0.3143326375270478, "she": 0.26430766704370723}, "described": {"he - she": 0.03045768501216356, "he": 0.26498472419768054, "she": 0.23452703918551698}, "deserved": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "design": {"he - she": 0.0018368080208910342, "he": 0.23140723340057456, "she": 0.22957042537968353}, "designed": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "despite": {"he - she": 0.07028257544795974, "he": 0.28624427386523443, "she": 0.2159616984172747}, "destination": {"he - she": -0.09662493887305332, "he": 0.2188615626423764, "she": 0.31548650151542973}, "destinie": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "destiny": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "destroy": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "destroys": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "destruct": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "detective": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "deteriorate": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "devastating": {"he - she": -0.09633526238637244, "he": 0.23046146237954027, "she": 0.3267967247659127}, "developed": {"he - she": 0.0010493803052381012, "he": 0.24822433673152106, "she": 0.24717495642628295}, "developing": {"he - she": -0.02201554591980609, "he": 0.28443289494242496, "she": 0.30644844086223105}, "development": {"he - she": 0.05541558384182951, "he": 0.23140723340057456, "she": 0.17599164955874505}, "did": {"he - she": 0.013578604726696475, "he": 0.31126893727395544, "she": 0.29769033254725896}, "didn": {"he - she": -0.03174714037907994, "he": 0.278444307609538, "she": 0.3101914479886179}, "dies": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "difference": {"he - she": 0.03045768501216356, "he": 0.26498472419768054, "she": 0.23452703918551698}, "different": {"he - she": 0.018553859926602384, "he": 0.26812412923604956, "she": 0.24957026930944717}, "difficult": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "difficulty": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "digital": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "dinner": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "disappeared": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "discovery": {"he - she": -0.04518546585878466, "he": 0.1952647106842501, "she": 0.24045017654303477}, "discuss": {"he - she": 0.050600786672401865, "he": 0.3055773545078722, "she": 0.25497656783547035}, "discussion": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "disliked": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "dismissed": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "disneynature": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "display": {"he - she": 0.03045768501216356, "he": 0.26498472419768054, "she": 0.23452703918551698}, "disrespected": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "distant": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "distracted": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "ditched": {"he - she": -0.0506174073137472, "he": 0.29150000450919544, "she": 0.34211741182294264}, "divorce": {"he - she": 0.0014775274507734248, "he": 0.2360045666362904, "she": 0.23452703918551698}, "divorced": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "divulge": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "do": {"he - she": 0.06207096713815746, "he": 0.31721671551714564, "she": 0.2551457483789882}, "does": {"he - she": 0.11259989152247579, "he": 0.28137239598556757, "she": 0.16877250446309178}, "doesn": {"he - she": 0.06610937078638107, "he": 0.3275628953537441, "she": 0.26145352456736304}, "doing": {"he - she": -0.02060843757140879, "he": 0.29543258563073305, "she": 0.31604102320214184}, "dollars": {"he - she": -0.08259351207127469, "he": 0.26479804217217134, "she": 0.34739155424344603}, "dominating": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "don": {"he - she": -0.0009480154529733498, "he": 0.302519577709288, "she": 0.30346759316226135}, "done": {"he - she": 0.06720357422399878, "he": 0.3141671486003979, "she": 0.24696357437639913}, "double": {"he - she": -0.050680036074053136, "he": 0.2557684047881779, "she": 0.30644844086223105}, "doubt": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "down": {"he - she": 0.03676861483785787, "he": 0.3255886331924946, "she": 0.2888200183546367}, "dozens": {"he - she": 0.050600786672401865, "he": 0.3055773545078722, "she": 0.25497656783547035}, "drama": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "dressed": {"he - she": -0.0827945371242863, "he": 0.2557684047881779, "she": 0.3385629419124642}, "drew": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "drink": {"he - she": -0.05063418519667201, "he": 0.241725564252744, "she": 0.292359749449416}, "drinks": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "driver": {"he - she": -0.09682813801265236, "he": 0.2096203028495787, "she": 0.30644844086223105}, "drivers": {"he - she": 0.0010493803052381012, "he": 0.24822433673152106, "she": 0.24717495642628295}, "driving": {"he - she": 0.0012753877097092248, "he": 0.241725564252744, "she": 0.24045017654303477}, "drop": {"he - she": 0.02843759888754238, "he": 0.30443571062612773, "she": 0.27599811173858535}, "drove": {"he - she": -0.0506174073137472, "he": 0.29150000450919544, "she": 0.34211741182294264}, "drunk": {"he - she": -0.050680036074053136, "he": 0.2557684047881779, "she": 0.30644844086223105}, "dublin": {"he - she": -0.04535626498589165, "he": 0.2096203028495787, "she": 0.25497656783547035}, "dude": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "dug": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "during": {"he - she": 0.10323073623448817, "he": 0.3110496919135999, "she": 0.2078189556791117}, "dvd": {"he - she": -0.04495341312641335, "he": 0.1794666068936068, "she": 0.22442002002002015}, "e": {"he - she": 0.08370512225198962, "he": 0.31293037316167766, "she": 0.22922525090968804}, "each": {"he - she": 0.046308744091170195, "he": 0.2883989872572695, "she": 0.24209024316609928}, "ear": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "earlier": {"he - she": 0.01710837584070507, "he": 0.2985659666347768, "she": 0.28145759079407173}, "early": {"he - she": 0.03425744507981088, "he": 0.3075448580818632, "she": 0.27328741300205234}, "earns": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "earth": {"he - she": -0.045269211342186866, "he": 0.2019057450840961, "she": 0.24717495642628295}, "easier": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "east": {"he - she": 0.044894935443643535, "he": 0.30978109402399057, "she": 0.26488615858034703}, "easy": {"he - she": 0.0016609024717185727, "he": 0.2308861533814066, "she": 0.22922525090968804}, "eat": {"he - she": 0.0010493803052381012, "he": 0.24822433673152106, "she": 0.24717495642628295}, "ecstatic": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "edited": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "education": {"he - she": -0.045027760672082806, "he": 0.18419749023760523, "she": 0.22922525090968804}, "effects": {"he - she": -0.04495341312641335, "he": 0.1794666068936068, "she": 0.22442002002002015}, "effort": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "efforts": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "eggshells": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "eight": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "either": {"he - she": 0.09726364958149791, "he": 0.3132253479987726, "she": 0.2159616984172747}, "electrocute": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "elemental": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "ellen": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "else": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "eludes": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "email": {"he - she": 0.06896180228010845, "he": 0.30348884146562544, "she": 0.23452703918551698}, "emergency": {"he - she": -0.021410021335084906, "he": 0.2553763850179038, "she": 0.2767864063529887}, "emotional": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "emotionally": {"he - she": -0.09633526238637244, "he": 0.23046146237954027, "she": 0.3267967247659127}, "encourage": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "encouraged": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "end": {"he - she": 0.12107931933256053, "he": 0.3075448580818632, "she": 0.1864655387493027}, "ended": {"he - she": -0.02201554591980609, "he": 0.28443289494242496, "she": 0.30644844086223105}, "ending": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "energy": {"he - she": 0.032964737424917206, "he": 0.21717954793022742, "she": 0.18421481050531022}, "engaging": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "england": {"he - she": 0.029837147015101984, "he": 0.27701210344138494, "she": 0.24717495642628295}, "enter": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "entered": {"he - she": 0.09563048263249269, "he": 0.33015752181800967, "she": 0.23452703918551698}, "entertain": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "entertainment": {"he - she": -0.02217603500912496, "he": 0.29331046650630477, "she": 0.31548650151542973}, "entire": {"he - she": 0.044422505671325496, "he": 0.31693068203336816, "she": 0.27250817636204266}, "entourage": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "epidemic": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "episode": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "episodes": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "ers": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "escape": {"he - she": 0.02843759888754238, "he": 0.30443571062612773, "she": 0.27599811173858535}, "especially": {"he - she": -0.014980476822130495, "he": 0.27638459228904366, "she": 0.29136506911117416}, "estimate": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "estranged": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "estrangement": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "estrangements": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "europe": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "even": {"he - she": 0.06371589850797316, "he": 0.326028984143477, "she": 0.2623130856355038}, "evening": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "event": {"he - she": 0.0014775274507734248, "he": 0.2360045666362904, "she": 0.23452703918551698}, "eventually": {"he - she": 0.08225167471635864, "he": 0.3294266311426416, "she": 0.24717495642628295}, "ever": {"he - she": 0.0070935944940625495, "he": 0.32111529782239806, "she": 0.3140217033283355}, "every": {"he - she": 0.05206424289155287, "he": 0.32111529782239806, "she": 0.2690510549308452}, "everybody": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "everything": {"he - she": 0.012654802839799029, "he": 0.29296996402919956, "she": 0.28031516118940053}, "everywhere": {"he - she": -0.045269211342186866, "he": 0.2019057450840961, "she": 0.24717495642628295}, "evidence": {"he - she": -0.0217429774707813, "he": 0.2706167719786347, "she": 0.292359749449416}, "ex": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "exactly": {"he - she": 0.06853684297934073, "he": 0.3089870195223755, "she": 0.24045017654303477}, "examination": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "examines": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "examining": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "exceedingly": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "excellent": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "excited": {"he - she": 0.0010493803052381012, "he": 0.24822433673152106, "she": 0.24717495642628295}, "exclusive": {"he - she": 0.0010493803052381012, "he": 0.24822433673152106, "she": 0.24717495642628295}, "exclusively": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "exiting": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "exits": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "expect": {"he - she": 0.0166272700729595, "he": 0.3089870195223755, "she": 0.292359749449416}, "expectations": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "expected": {"he - she": 0.018008510826318602, "he": 0.27946203539368164, "she": 0.26145352456736304}, "experience": {"he - she": 0.06968294321134971, "he": 0.29410296323136986, "she": 0.22442002002002015}, "experiences": {"he - she": 0.0010493803052381012, "he": 0.24822433673152106, "she": 0.24717495642628295}, "experiencetheride": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "expert": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "experts": {"he - she": 0.0010493803052381012, "he": 0.24822433673152106, "she": 0.24717495642628295}, "explain": {"he - she": 0.06853684297934073, "he": 0.3089870195223755, "she": 0.24045017654303477}, "explained": {"he - she": -0.09662493887305332, "he": 0.2188615626423764, "she": 0.31548650151542973}, "explains": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "exploring": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "extensive": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "extremely": {"he - she": 0.030166595435599936, "he": 0.2706167719786347, "she": 0.24045017654303477}, "face": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "faces": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "facet": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "facing": {"he - she": -0.00041531688798984723, "he": 0.29194443256142616, "she": 0.292359749449416}, "fact": {"he - she": 0.02326986527425412, "he": 0.3146349343854283, "she": 0.29136506911117416}, "failed": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "fall": {"he - she": 0.03071896444973221, "he": 0.25994421535942025, "she": 0.22922525090968804}, "fallen": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "falling": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "falls": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "fame": {"he - she": -0.05067580812265543, "he": 0.2761209166432573, "she": 0.3267967247659127}, "familial": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "family": {"he - she": 0.0346187096121896, "he": 0.30166517898010775, "she": 0.26704646936791815}, "famous": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "fan": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "fantastic": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "far": {"he - she": -0.014822942684731, "he": 0.2707340341279295, "she": 0.2855569768126605}, "fare": {"he - she": -0.09633526238637244, "he": 0.23046146237954027, "she": 0.3267967247659127}, "father": {"he - she": -0.0217429774707813, "he": 0.2706167719786347, "she": 0.292359749449416}, "fathers": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "fatigued": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "fault": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "favorite": {"he - she": -0.021513375434651483, "he": 0.25994421535942025, "she": 0.28145759079407173}, "favorites": {"he - she": -0.050688459343258385, "he": 0.26479804217217134, "she": 0.31548650151542973}, "favour": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "favourite": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "fear": {"he - she": 0.030166595435599936, "he": 0.2706167719786347, "she": 0.24045017654303477}, "february": {"he - she": 0.05002497048334059, "he": 0.3143326375270478, "she": 0.26430766704370723}, "feel": {"he - she": -0.03271430478458126, "he": 0.28140745714167614, "she": 0.3141217619262574}, "feeling": {"he - she": -0.05417268408330356, "he": 0.2706167719786347, "she": 0.32478945606193826}, "feelings": {"he - she": -0.0006286651595963089, "he": 0.29825603980601684, "she": 0.29888470496561315}, "feigned": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "fell": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "felt": {"he - she": 0.03071896444973221, "he": 0.25994421535942025, "she": 0.22922525090968804}, "few": {"he - she": -0.05405116464947435, "he": 0.22882163698696972, "she": 0.28287280163644407}, "fifty": {"he - she": -0.09633526238637244, "he": 0.23046146237954027, "she": 0.3267967247659127}, "fight": {"he - she": -0.0155557952914806, "he": 0.2985659666347768, "she": 0.3141217619262574}, "fighting": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "figure": {"he - she": 0.000874531372771159, "he": 0.2560613589093236, "she": 0.2551868275365524}, "figured": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "filled": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "film": {"he - she": 0.05464155120200517, "he": 0.24344927883379316, "she": 0.188807727631788}, "films": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "finally": {"he - she": 0.06748732125953294, "he": 0.3224638890950033, "she": 0.25497656783547035}, "find": {"he - she": 0.13807478953774635, "he": 0.32932455735698696, "she": 0.1912497678192406}, "finding": {"he - she": -0.050680036074053136, "he": 0.2557684047881779, "she": 0.30644844086223105}, "finds": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "fine": {"he - she": 0.029837147015101984, "he": 0.27701210344138494, "she": 0.24717495642628295}, "finest": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "fire": {"he - she": -0.05018243233263289, "he": 0.19429138920541372, "she": 0.24447382153804662}, "first": {"he - she": 0.09242420488427688, "he": 0.35869666897340774, "she": 0.26627246408913086}, "flash": {"he - she": -0.0506174073137472, "he": 0.29150000450919544, "she": 0.34211741182294264}, "flashmob": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "flat": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "flight": {"he - she": -0.05066036823409209, "he": 0.24822433673152106, "she": 0.29888470496561315}, "focused": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "followed": {"he - she": 0.0003960147604428199, "he": 0.268954035717085, "she": 0.26855802095664216}, "food": {"he - she": 0.019744738285917607, "he": 0.24394247073544006, "she": 0.22419773244952246}, "foot": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "for": {"he - she": 0.07350307729216854, "he": 0.3247642116209981, "she": 0.25126113432882957}, "force": {"he - she": 0.050600786672401865, "he": 0.3055773545078722, "she": 0.25497656783547035}, "forces": {"he - she": 0.05149425601839139, "he": 0.29194443256142616, "she": 0.24045017654303477}, "foreign": {"he - she": 0.07102951452205919, "he": 0.27638459228904366, "she": 0.20535507776698447}, "forgiveness": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "forgotten": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "form": {"he - she": -0.021410021335084906, "he": 0.2553763850179038, "she": 0.2767864063529887}, "former": {"he - she": -0.015342170162387758, "he": 0.2900164768540788, "she": 0.30535864701646653}, "forum": {"he - she": -0.04518546585878466, "he": 0.1952647106842501, "she": 0.24045017654303477}, "forward": {"he - she": -0.05066036823409209, "he": 0.24822433673152106, "she": 0.29888470496561315}, "found": {"he - she": -0.014540831875130722, "he": 0.26099143705546396, "she": 0.2755322689305947}, "four": {"he - she": 0.11289234866547751, "he": 0.2783560656252478, "she": 0.16546371695977027}, "foyer": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "francis": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "frank": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "frantic": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "frantically": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "free": {"he - she": 0.06756980082914849, "he": 0.30966004399524777, "she": 0.24209024316609928}, "frequent": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "fresh": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "friend": {"he - she": -0.050688459343258385, "he": 0.26479804217217134, "she": 0.31548650151542973}, "friendly": {"he - she": -0.04535626498589165, "he": 0.2096203028495787, "she": 0.25497656783547035}, "friends": {"he - she": -0.03265243860777994, "he": 0.27689607298703506, "she": 0.309548511594815}, "from": {"he - she": 0.09948986005081462, "he": 0.36058298119985344, "she": 0.2610931211490388}, "front": {"he - she": -0.00022403198661058443, "he": 0.2863845778391723, "she": 0.2866086098257829}, "fulfill": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "function": {"he - she": 0.0012753877097092248, "he": 0.241725564252744, "she": 0.24045017654303477}, "future": {"he - she": 0.048672769251768916, "he": 0.2526927229422278, "she": 0.20401995369045886}, "g": {"he - she": 0.05185753865365533, "he": 0.2863845778391723, "she": 0.23452703918551698}, "game": {"he - she": 0.10111969953472627, "he": 0.2716170845832717, "she": 0.17049738504854545}, "games": {"he - she": 0.08444093480594314, "he": 0.3044621878885711, "she": 0.22002125308262796}, "gangsters": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "gantz": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "garda": {"he - she": -0.0970950387651659, "he": 0.1952647106842501, "she": 0.292359749449416}, "gate": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "gathered": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "gave": {"he - she": -0.02117539899495474, "he": 0.3208318002596726, "she": 0.34200719925462736}, "geez": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "general": {"he - she": 0.03045768501216356, "he": 0.26498472419768054, "she": 0.23452703918551698}, "generally": {"he - she": 0.02843759888754238, "he": 0.30443571062612773, "she": 0.27599811173858535}, "genie": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "geographically": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "gershshwin": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "get": {"he - she": -0.013273447702210839, "he": 0.3084963350373155, "she": 0.32176978273952633}, "gets": {"he - she": 0.029837147015101984, "he": 0.27701210344138494, "she": 0.24717495642628295}, "getting": {"he - she": 0.045496331736928686, "he": 0.3006831592734811, "she": 0.2551868275365524}, "girl": {"he - she": -0.056960456867941045, "he": 0.26541195209789414, "she": 0.3223724089658352}, "girls": {"he - she": -0.05060404318949249, "he": 0.2360045666362904, "she": 0.2866086098257829}, "give": {"he - she": -0.025120673677564598, "he": 0.2972517352882706, "she": 0.3223724089658352}, "given": {"he - she": 0.06806443533272219, "he": 0.3035536035915897, "she": 0.23548916825886754}, "gives": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "glad": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "go": {"he - she": 0.02982079583790448, "he": 0.32685724662362264, "she": 0.29703645078571816}, "goal": {"he - she": 0.03147278236760592, "he": 0.31293037316167766, "she": 0.28145759079407173}, "goals": {"he - she": 0.052182206231988104, "he": 0.28140745714167614, "she": 0.22922525090968804}, "god": {"he - she": 0.002393800141670205, "he": 0.21105881700449228, "she": 0.20866501686282207}, "going": {"he - she": 0.0736149393608051, "he": 0.3650488487965202, "she": 0.2914339094357151}, "gold": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "gone": {"he - she": -0.04535626498589165, "he": 0.2096203028495787, "she": 0.25497656783547035}, "good": {"he - she": -0.03222197970000362, "he": 0.2837544840164773, "she": 0.3159764637164809}, "goofs": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "google": {"he - she": 0.0323482097475096, "he": 0.22882163698696972, "she": 0.19647342723946012}, "googled": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "got": {"he - she": -0.03158800168268827, "he": 0.27003447621478194, "she": 0.3016224778974702}, "government": {"he - she": 0.1346528115898041, "he": 0.2763269683990077, "she": 0.14167415680920362}, "graduated": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "grand": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "granted": {"he - she": 0.05108108337973388, "he": 0.29825603980601684, "she": 0.24717495642628295}, "graves": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "gray": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "great": {"he - she": 0.06850654102029763, "he": 0.29807696639998116, "she": 0.22957042537968353}, "green": {"he - she": 0.0033103281334274093, "he": 0.18752513863873763, "she": 0.18421481050531022}, "greet": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "ground": {"he - she": -0.04432889656027128, "he": 0.14692087125896933, "she": 0.1912497678192406}, "group": {"he - she": 0.0538575573168478, "he": 0.29700638563710746, "she": 0.24314882832025966}, "groupon": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "growing": {"he - she": -0.00022403198661058443, "he": 0.2863845778391723, "she": 0.2866086098257829}, "grown": {"he - she": -0.08294580289715198, "he": 0.24822433673152106, "she": 0.33117013962867303}, "growth": {"he - she": -0.09740893215845076, "he": 0.1711490887981914, "she": 0.26855802095664216}, "guilt": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "guilty": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "guy": {"he - she": -0.02217603500912496, "he": 0.29331046650630477, "she": 0.31548650151542973}, "hacks": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "had": {"he - she": 0.02834617826072805, "he": 0.3316254565479119, "she": 0.3032792782871839}, "hadn": {"he - she": -0.001153863988381909, "he": 0.3143326375270478, "she": 0.31548650151542973}, "hair": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "half": {"he - she": 0.018008510826318602, "he": 0.27946203539368164, "she": 0.26145352456736304}, "halftime": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "hall": {"he - she": 0.0010493803052381012, "he": 0.24822433673152106, "she": 0.24717495642628295}, "hallucinations": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "hand": {"he - she": 0.0007642304236460951, "he": 0.2589931084778629, "she": 0.2582288780542168}, "handle": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "hannah": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "happen": {"he - she": 0.06896180228010845, "he": 0.30348884146562544, "she": 0.23452703918551698}, "happened": {"he - she": -0.0217429774707813, "he": 0.2706167719786347, "she": 0.292359749449416}, "happening": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "happenings": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "happy": {"he - she": -0.02217603500912496, "he": 0.29331046650630477, "she": 0.31548650151542973}, "hard": {"he - she": 0.09818148773529772, "he": 0.3035365655022822, "she": 0.20535507776698447}, "hardin": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "harping": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "has": {"he - she": 0.09169897328527549, "he": 0.3527920944343143, "she": 0.2610931211490388}, "have": {"he - she": 0.09191222869073701, "he": 0.35098844847695837, "she": 0.25907621978622136}, "haven": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "having": {"he - she": 0.07978121086966994, "he": 0.3530686238717223, "she": 0.27328741300205234}, "he": {"he - she": 0.20425282826158644, "he": 0.3980398566251028, "she": 0.19378702836351633}, "head": {"he - she": 0.0001638578759349807, "he": 0.27569612680652966, "she": 0.2755322689305947}, "headed": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "heads": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "healing": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "healthy": {"he - she": 0.030166595435599936, "he": 0.2706167719786347, "she": 0.24045017654303477}, "hear": {"he - she": -0.04518546585878466, "he": 0.1952647106842501, "she": 0.24045017654303477}, "heard": {"he - she": 0.032167110922899644, "he": 0.3007251318795418, "she": 0.26855802095664216}, "heart": {"he - she": 0.06805227402476316, "he": 0.3152272304510461, "she": 0.24717495642628295}, "heavyweight": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "height": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "held": {"he - she": 0.04310240864744286, "he": 0.32097422855162044, "she": 0.2778718199041776}, "help": {"he - she": 0.12129675588460734, "he": 0.30551156638991755, "she": 0.18421481050531022}, "helped": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "her": {"he - she": -0.11956918129259916, "he": 0.20805179877851568, "she": 0.32762098007111484}, "here": {"he - she": 0.08032505109002674, "he": 0.34263813672553056, "she": 0.2623130856355038}, "heroes": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "herself": {"he - she": -0.09633526238637244, "he": 0.23046146237954027, "she": 0.3267967247659127}, "hide": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "hiding": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "high": {"he - she": 0.1116014877254716, "he": 0.29156066822324084, "she": 0.17995918049776924}, "higher": {"he - she": 0.05322217798309167, "he": 0.26541195209789414, "she": 0.21218977411480247}, "highlight": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "highway": {"he - she": 0.0010493803052381012, "he": 0.24822433673152106, "she": 0.24717495642628295}, "hilarious": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "him": {"he - she": 0.08547194199065367, "he": 0.3466259083939629, "she": 0.26115396640330923}, "hiroto": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "his": {"he - she": 0.12462797707873163, "he": 0.366576688087183, "she": 0.2419487110084514}, "historical": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "history": {"he - she": 0.024806053739354794, "he": 0.2862293847465158, "she": 0.26142333100716103}, "hit": {"he - she": -0.02532206906229323, "he": 0.30851009722698136, "she": 0.3338321662892746}, "hits": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "hoffman": {"he - she": -0.04488176797402624, "he": 0.17513948510860172, "she": 0.22002125308262796}, "hold": {"he - she": 0.01710837584070507, "he": 0.2985659666347768, "she": 0.28145759079407173}, "holds": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "holmes": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "home": {"he - she": 0.015374193592725294, "he": 0.31861021995870936, "she": 0.30323602636598407}, "homeless": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "homemade": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "honest": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "hosted": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "hosts": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "hot": {"he - she": -0.0008964591278954326, "he": 0.3044621878885711, "she": 0.30535864701646653}, "hotel": {"he - she": 0.0012753877097092248, "he": 0.241725564252744, "she": 0.24045017654303477}, "hound": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "hours": {"he - she": -0.032592694393606736, "he": 0.2727659526228598, "she": 0.30535864701646653}, "house": {"he - she": 0.055945641679325586, "he": 0.3208318002596726, "she": 0.26488615858034703}, "how": {"he - she": 0.04366387205189681, "he": 0.3392386385047019, "she": 0.29557476645280506}, "however": {"he - she": 0.03494517872058972, "he": 0.29636850972775075, "she": 0.26142333100716103}, "https": {"he - she": 0.050600786672401865, "he": 0.3055773545078722, "she": 0.25497656783547035}, "hug": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "huge": {"he - she": 0.052182206231988104, "he": 0.28140745714167614, "she": 0.22922525090968804}, "hughes": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "human": {"he - she": 0.0969094289507402, "he": 0.31693068203336816, "she": 0.22002125308262796}, "humanoid": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "humans": {"he - she": -0.021513375434651483, "he": 0.25994421535942025, "she": 0.28145759079407173}, "hundred": {"he - she": -0.04535626498589165, "he": 0.2096203028495787, "she": 0.25497656783547035}, "hunger": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "hurt": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "husband": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "hustling": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "hysterical": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "i": {"he - she": 0.04790382731090659, "he": 0.26655903835679784, "she": 0.21865521104589125}, "ice": {"he - she": -0.0506174073137472, "he": 0.29150000450919544, "she": 0.34211741182294264}, "idea": {"he - she": -0.014233854410580615, "he": 0.2508762773488147, "she": 0.2651101317593953}, "identical": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "if": {"he - she": 0.08234462462317949, "he": 0.33634247176006954, "she": 0.25399784713689005}, "ignore": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "ill": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "illness": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "illusion": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "immediately": {"he - she": -0.056960456867941045, "he": 0.26541195209789414, "she": 0.3223724089658352}, "immensely": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "imparted": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "impatience": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "importance": {"he - she": -0.05063418519667201, "he": 0.241725564252744, "she": 0.292359749449416}, "important": {"he - she": 0.10832493181462341, "he": 0.33425957856870864, "she": 0.22593464675408523}, "in": {"he - she": 0.10158589699786655, "he": 0.2874499587480562, "she": 0.18586406175018963}, "incident": {"he - she": -0.04495341312641335, "he": 0.1794666068936068, "she": 0.22442002002002015}, "incidents": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "incinerated": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "included": {"he - she": 0.06934071572508876, "he": 0.2985659666347768, "she": 0.22922525090968804}, "including": {"he - she": 0.03488688585986094, "he": 0.3288780321782783, "she": 0.2939911463184174}, "increased": {"he - she": 0.030166595435599936, "he": 0.2706167719786347, "she": 0.24045017654303477}, "increasingly": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "indeed": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "industry": {"he - she": 0.00010966663404637922, "he": 0.27689607298703506, "she": 0.2767864063529887}, "information": {"he - she": 0.01785245388508444, "he": 0.28273861246543147, "she": 0.26488615858034703}, "informed": {"he - she": -0.05067580812265543, "he": 0.2761209166432573, "she": 0.3267967247659127}, "informs": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "ink": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "instance": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "instead": {"he - she": 0.05661616488685289, "he": 0.3118029924234053, "she": 0.2551868275365524}, "instinctively": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "instincts": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "intelligence": {"he - she": -0.05057143741266512, "he": 0.2308861533814066, "she": 0.28145759079407173}, "intend": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "intended": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "interactive": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "interest": {"he - she": -0.09718660860482337, "he": 0.18942200122095953, "she": 0.2866086098257829}, "interested": {"he - she": -0.05067580812265543, "he": 0.2761209166432573, "she": 0.3267967247659127}, "interesting": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "international": {"he - she": 0.06999522377145082, "he": 0.2900164768540788, "she": 0.22002125308262796}, "interview": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "interviewed": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "into": {"he - she": 0.03040499954761039, "he": 0.33771879262141313, "she": 0.30731379307380274}, "investigates": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "investigation": {"he - she": -0.021872601524228208, "he": 0.27701210344138494, "she": 0.29888470496561315}, "involved": {"he - she": -0.0015406087061625717, "he": 0.3208318002596726, "she": 0.3223724089658352}, "ireland": {"he - she": -0.09682813801265236, "he": 0.2096203028495787, "she": 0.30644844086223105}, "irish": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "irony": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "is": {"he - she": 0.08315234318398124, "he": 0.311064493245687, "she": 0.2279121500617058}, "isabelle": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "isay": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "islamic": {"he - she": -0.04510503796455745, "he": 0.18942200122095953, "she": 0.23452703918551698}, "isn": {"he - she": -0.05415164002613443, "he": 0.24733731098662093, "she": 0.30148895101275536}, "issue": {"he - she": 0.10126197175169016, "he": 0.27003447621478194, "she": 0.16877250446309178}, "it": {"he - she": 0.10769682863897667, "he": 0.3177030188028946, "she": 0.21000619016391792}, "itching": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "item": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "items": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "its": {"he - she": 0.06599074745585606, "he": 0.3135526074414921, "she": 0.24756185998563604}, "itself": {"he - she": 0.11816630536150785, "he": 0.33412800377878255, "she": 0.2159616984172747}, "jane": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "japan": {"he - she": -0.04449785878622897, "he": 0.15478128540747058, "she": 0.19927914419369955}, "jay": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "jealous": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "job": {"he - she": 0.045107745233420316, "he": 0.30656126980078335, "she": 0.26145352456736304}, "join": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "joining": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "joke": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "jokes": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "joshua": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "journal": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "journey": {"he - she": 0.030166595435599936, "he": 0.2706167719786347, "she": 0.24045017654303477}, "judy": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "july": {"he - she": 0.050600786672401865, "he": 0.3055773545078722, "she": 0.25497656783547035}, "jumped": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "june": {"he - she": 0.032167110922899644, "he": 0.3007251318795418, "she": 0.26855802095664216}, "just": {"he - she": 0.0172529951554658, "he": 0.3303890873230246, "she": 0.3131360921675588}, "kana": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "karen": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "kato": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "katoare": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "keeghan": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "keen": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "keep": {"he - she": 0.05185753865365533, "he": 0.2863845778391723, "she": 0.23452703918551698}, "kei": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "kenzo": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "kept": {"he - she": 0.05185753865365533, "he": 0.2863845778391723, "she": 0.23452703918551698}, "key": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "khone": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "kid": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "kidding": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "kids": {"he - she": -0.04535626498589165, "he": 0.2096203028495787, "she": 0.25497656783547035}, "killed": {"he - she": -0.02217603500912496, "he": 0.29331046650630477, "she": 0.31548650151542973}, "killers": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "kim": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "kind": {"he - she": -0.0006286651595963089, "he": 0.29825603980601684, "she": 0.29888470496561315}, "kindle": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "kingdom": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "knew": {"he - she": -0.07552531522952605, "he": 0.29410296323136986, "she": 0.3696282784608959}, "knocked": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "knotted": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "know": {"he - she": 0.03772026393739153, "he": 0.33324573552976483, "she": 0.2955254715923733}, "knowledge": {"he - she": 0.0010493803052381012, "he": 0.24822433673152106, "she": 0.24717495642628295}, "known": {"he - she": 0.1306674165713839, "he": 0.3127156032004677, "she": 0.1820481866290838}, "korea": {"he - she": -0.04518546585878466, "he": 0.1952647106842501, "she": 0.24045017654303477}, "kurono": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "l": {"he - she": -0.05060404318949249, "he": 0.2360045666362904, "she": 0.2866086098257829}, "lady": {"he - she": -0.054158036187288094, "he": 0.27701210344138494, "she": 0.33117013962867303}, "laid": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "land": {"he - she": 0.0856001381622708, "he": 0.2909552159292553, "she": 0.20535507776698447}, "landed": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "language": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "large": {"he - she": 0.0014775274507734248, "he": 0.2360045666362904, "she": 0.23452703918551698}, "larger": {"he - she": -0.05066036823409209, "he": 0.24822433673152106, "she": 0.29888470496561315}, "last": {"he - she": 0.01814706712869446, "he": 0.3112839147422799, "she": 0.29313684761358544}, "late": {"he - she": 0.11816630536150785, "he": 0.33412800377878255, "she": 0.2159616984172747}, "later": {"he - she": 0.006829505324192742, "he": 0.32714723735437007, "she": 0.3203177320301773}, "latest": {"he - she": 0.0014775274507734248, "he": 0.2360045666362904, "she": 0.23452703918551698}, "launch": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "law": {"he - she": -0.05011406193345147, "he": 0.1896894593627973, "she": 0.23980352129624877}, "lax": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "lead": {"he - she": 0.11010047294602196, "he": 0.3065739001854821, "she": 0.19647342723946012}, "leaders": {"he - she": -0.021410021335084906, "he": 0.2553763850179038, "she": 0.2767864063529887}, "leading": {"he - she": 0.050600786672401865, "he": 0.3055773545078722, "she": 0.25497656783547035}, "leaky": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "learned": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "least": {"he - she": 0.04243371914897126, "he": 0.3308157738548802, "she": 0.28838205470590894}, "lee": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "leeratanakajornthe": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "left": {"he - she": 0.03412777506465309, "he": 0.30966004399524777, "she": 0.2755322689305947}, "legal": {"he - she": 0.029837147015101984, "he": 0.27701210344138494, "she": 0.24717495642628295}, "legendary": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "legs": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "length": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "less": {"he - she": 0.03483976881673878, "he": 0.29807696639998116, "she": 0.2632371975832424}, "let": {"he - she": 0.03473102636354386, "he": 0.29984115812293916, "she": 0.2651101317593953}, "letter": {"he - she": 0.031375612569346234, "he": 0.24733731098662093, "she": 0.2159616984172747}, "level": {"he - she": -0.03242467677206218, "he": 0.26210175570743366, "she": 0.29452643247949584}, "li": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "liberating": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "libraries": {"he - she": -0.04510503796455745, "he": 0.18942200122095953, "she": 0.23452703918551698}, "life": {"he - she": 0.030226250526177223, "he": 0.3203388627481922, "she": 0.29011261222201495}, "lifted": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "like": {"he - she": 0.03231559219828928, "he": 0.33876562806210625, "she": 0.30645003586381697}, "liked": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "line": {"he - she": 0.030956364997883623, "he": 0.2553763850179038, "she": 0.22442002002002015}, "linked": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "liquid": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "lisa": {"he - she": -0.09697895988151706, "he": 0.2019057450840961, "she": 0.29888470496561315}, "listen": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "listening": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "little": {"he - she": -0.0016468331513044276, "he": 0.3201903724833076, "she": 0.32183720563461204}, "live": {"he - she": 0.05185753865365533, "he": 0.2863845778391723, "she": 0.23452703918551698}, "lived": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "lives": {"he - she": -0.05066036823409209, "he": 0.24822433673152106, "she": 0.29888470496561315}, "ll": {"he - she": -0.0005295606361602201, "he": 0.29346158568225716, "she": 0.2939911463184174}, "loan": {"he - she": -0.09682813801265236, "he": 0.2096203028495787, "she": 0.30644844086223105}, "local": {"he - she": 0.046308744091170195, "he": 0.2883989872572695, "she": 0.24209024316609928}, "lollipop": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "lollipops": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "london": {"he - she": -0.045269211342186866, "he": 0.2019057450840961, "she": 0.24717495642628295}, "long": {"he - she": 0.06792908712501539, "he": 0.3258866825706358, "she": 0.2579575954456204}, "longer": {"he - she": 0.0014775274507734248, "he": 0.2360045666362904, "she": 0.23452703918551698}, "longest": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "look": {"he - she": 0.13200526190663175, "he": 0.30077776636972353, "she": 0.16877250446309178}, "looked": {"he - she": 0.032167110922899644, "he": 0.3007251318795418, "she": 0.26855802095664216}, "looking": {"he - she": -0.05694793202172238, "he": 0.250650668552739, "she": 0.30759860057446137}, "looks": {"he - she": 0.06853684297934073, "he": 0.3089870195223755, "she": 0.24045017654303477}, "los": {"he - she": 0.0018290928634006054, "he": 0.22624911288342076, "she": 0.22442002002002015}, "lose": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "losing": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "lost": {"he - she": 0.08476343346226711, "he": 0.3007251318795418, "she": 0.2159616984172747}, "lot": {"he - she": -0.03202879441258466, "he": 0.2954149570390519, "she": 0.32744375145163657}, "lots": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "lotus": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "love": {"he - she": 0.04426367727992442, "he": 0.30392831269155185, "she": 0.25966463541162743}, "loved": {"he - she": -0.02201554591980609, "he": 0.28443289494242496, "she": 0.30644844086223105}, "loving": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "low": {"he - she": 0.032891587949873013, "he": 0.28807841548642543, "she": 0.2551868275365524}, "lower": {"he - she": 0.031375612569346234, "he": 0.24733731098662093, "she": 0.2159616984172747}, "lunch": {"he - she": -0.09697895988151706, "he": 0.2019057450840961, "she": 0.29888470496561315}, "m": {"he - she": 0.03476350703723996, "he": 0.3308013484393924, "she": 0.29603784140215245}, "machines": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "made": {"he - she": 0.12942023145601592, "he": 0.3287088428392308, "she": 0.19928861138321488}, "magic": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "magical": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "main": {"he - she": 0.05274469954023184, "he": 0.2727659526228598, "she": 0.22002125308262796}, "maintained": {"he - she": 0.02843759888754238, "he": 0.30443571062612773, "she": 0.27599811173858535}, "major": {"he - she": 0.053638030710878415, "he": 0.2589931084778629, "she": 0.20535507776698447}, "majority": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "make": {"he - she": 0.12756431982997385, "he": 0.34376497064510214, "she": 0.2162006508151283}, "makes": {"he - she": 0.0005257935175471129, "he": 0.26541195209789414, "she": 0.26488615858034703}, "makeup": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "making": {"he - she": 0.0856001381622708, "he": 0.2909552159292553, "she": 0.20535507776698447}, "mammals": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "man": {"he - she": 0.09257771756038286, "he": 0.3540010485675439, "she": 0.26142333100716103}, "manage": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "manipulate": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "many": {"he - she": 0.09580068199302444, "he": 0.34838703169718105, "she": 0.2525863497041566}, "march": {"he - she": -0.05405116464947435, "he": 0.22882163698696972, "she": 0.28287280163644407}, "marked": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "marketing": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "marriage": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "married": {"he - she": -0.09662493887305332, "he": 0.2188615626423764, "she": 0.31548650151542973}, "mary": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "masaru": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "matchup": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "matt": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "matthew": {"he - she": -0.095879786947139, "he": 0.24623762487580364, "she": 0.34211741182294264}, "may": {"he - she": 0.03072774183655952, "he": 0.3123266757274419, "she": 0.28159893389088236}, "maybe": {"he - she": 0.030956364997883623, "he": 0.2553763850179038, "she": 0.22442002002002015}, "mcgregor": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "me": {"he - she": 0.029977197974431713, "he": 0.3088529428099236, "she": 0.2788757448354919}, "meaning": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "means": {"he - she": 0.03360588364043038, "he": 0.27569612680652966, "she": 0.24209024316609928}, "meant": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "media": {"he - she": 0.0862941913502184, "he": 0.2827676185896785, "she": 0.19647342723946012}, "medical": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "meeting": {"he - she": -0.04510503796455745, "he": 0.18942200122095953, "she": 0.23452703918551698}, "meh": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "melt": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "member": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "members": {"he - she": 0.002739864260180913, "he": 0.20201900845388046, "she": 0.19927914419369955}, "memory": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "men": {"he - she": 0.072345985520578, "he": 0.2588115242698807, "she": 0.1864655387493027}, "menu": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "mess": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "message": {"he - she": 0.02843759888754238, "he": 0.30443571062612773, "she": 0.27599811173858535}, "met": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "meter": {"he - she": -0.09662493887305332, "he": 0.2188615626423764, "she": 0.31548650151542973}, "mia": {"he - she": -0.04474574051599417, "he": 0.1674440335988083, "she": 0.21218977411480247}, "michael": {"he - she": 0.06896180228010845, "he": 0.30348884146562544, "she": 0.23452703918551698}, "middle": {"he - she": 0.05149425601839139, "he": 0.29194443256142616, "she": 0.24045017654303477}, "might": {"he - she": 0.07997334190897526, "he": 0.3511026674627108, "she": 0.27112932555373553}, "military": {"he - she": 0.0018290928634006054, "he": 0.22624911288342076, "she": 0.22442002002002015}, "million": {"he - she": 0.05400704954074878, "he": 0.25328619373444833, "she": 0.19927914419369955}, "mine": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "minister": {"he - she": 0.0862941913502184, "he": 0.2827676185896785, "she": 0.19647342723946012}, "minor": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "minute": {"he - she": 0.07079701853085957, "he": 0.27946203539368164, "she": 0.20866501686282207}, "minutes": {"he - she": -0.0007638191332135502, "he": 0.3007251318795418, "she": 0.30148895101275536}, "miss": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "missing": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "mixed": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "moaning": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "mob": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "model": {"he - she": -0.02089338368994656, "he": 0.23429344384660586, "she": 0.2551868275365524}, "mom": {"he - she": -0.0827945371242863, "he": 0.2557684047881779, "she": 0.3385629419124642}, "moment": {"he - she": -0.0217429774707813, "he": 0.2706167719786347, "she": 0.292359749449416}, "moments": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "monday": {"he - she": 0.05185753865365533, "he": 0.2863845778391723, "she": 0.23452703918551698}, "money": {"he - she": -0.04488176797402624, "he": 0.17513948510860172, "she": 0.22002125308262796}, "monitor": {"he - she": 0.02843759888754238, "he": 0.30443571062612773, "she": 0.27599811173858535}, "monk": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "monosyllabic": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "month": {"he - she": 0.03173868288709317, "he": 0.24040369974991524, "she": 0.20866501686282207}, "months": {"he - she": -0.09718660860482337, "he": 0.18942200122095953, "she": 0.2866086098257829}, "mood": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "moon": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "more": {"he - she": 0.06370152066595702, "he": 0.3246404715637557, "she": 0.26093895089779867}, "morning": {"he - she": -0.05932547038109981, "he": 0.26326399404637546, "she": 0.32258946442747527}, "most": {"he - she": 0.0732213796486747, "he": 0.3381613253459505, "she": 0.2649399456972758}, "mother": {"he - she": -0.07845578127137082, "he": 0.2553763850179038, "she": 0.3338321662892746}, "mothers": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "move": {"he - she": 0.08370512225198962, "he": 0.31293037316167766, "she": 0.22922525090968804}, "moved": {"he - she": 0.03045768501216356, "he": 0.26498472419768054, "she": 0.23452703918551698}, "movement": {"he - she": -0.09662493887305332, "he": 0.2188615626423764, "she": 0.31548650151542973}, "movie": {"he - she": 0.054339205682029434, "he": 0.24814049607089825, "she": 0.1938012903888688}, "moving": {"he - she": -0.095879786947139, "he": 0.24623762487580364, "she": 0.34211741182294264}, "mr": {"he - she": 0.10828766205708901, "he": 0.3242493604743637, "she": 0.2159616984172747}, "ms": {"he - she": -0.09682813801265236, "he": 0.2096203028495787, "she": 0.30644844086223105}, "much": {"he - she": 0.020006002500890463, "he": 0.3416480639990147, "she": 0.32164206149812424}, "multitude": {"he - she": -0.05067580812265543, "he": 0.2761209166432573, "she": 0.3267967247659127}, "mums": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "murder": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "murray": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "music": {"he - she": 0.054783217583255994, "he": 0.24124875633255868, "she": 0.1864655387493027}, "musical": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "musicians": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "musings": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "must": {"he - she": 0.09818148773529772, "he": 0.3035365655022822, "she": 0.20535507776698447}, "mustard": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "my": {"he - she": 0.0009715997706015167, "he": 0.25900738870007234, "she": 0.2580357889294708}, "myself": {"he - she": -0.08315846334557322, "he": 0.2360045666362904, "she": 0.31916302998186363}, "mystic": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "nab": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "name": {"he - she": -0.0006391711201877981, "he": 0.2972517352882706, "she": 0.2978909064084584}, "naps": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "natural": {"he - she": -0.00022403198661058443, "he": 0.2863845778391723, "she": 0.2866086098257829}, "nature": {"he - she": -0.045269211342186866, "he": 0.2019057450840961, "she": 0.24717495642628295}, "navigating": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "ncaa": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "nearly": {"he - she": 0.08409007720696121, "he": 0.30851009722698136, "she": 0.22442002002002015}, "necessary": {"he - she": 0.06896180228010845, "he": 0.30348884146562544, "she": 0.23452703918551698}, "needed": {"he - she": -0.021623885628102357, "he": 0.26498472419768054, "she": 0.2866086098257829}, "neighbor": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "neither": {"he - she": -0.12797024941719212, "he": 0.23046146237954027, "she": 0.3584317117967324}, "net": {"he - she": -0.021410021335084906, "he": 0.2553763850179038, "she": 0.2767864063529887}, "never": {"he - she": 0.04600638965280043, "he": 0.29296996402919956, "she": 0.24696357437639913}, "new": {"he - she": 0.12451014615375783, "he": 0.3225444200875728, "she": 0.19803427393381495}, "news": {"he - she": 0.11034553902742542, "he": 0.30414682941629423, "she": 0.1938012903888688}, "next": {"he - she": 0.03483976881673878, "he": 0.29807696639998116, "she": 0.2632371975832424}, "nhai": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "nice": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "night": {"he - she": 0.042784080999220264, "he": 0.32565688263566434, "she": 0.28287280163644407}, "nishi": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "no": {"he - she": 0.0442674961035292, "he": 0.33132198130564056, "she": 0.28705448520211135}, "nobeladventures": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "nobody": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "non": {"he - she": -0.050252132323791665, "he": 0.1993181369856555, "she": 0.24957026930944717}, "nor": {"he - she": -0.050688459343258385, "he": 0.26479804217217134, "she": 0.31548650151542973}, "normal": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "north": {"he - she": 0.0012753877097092248, "he": 0.241725564252744, "she": 0.24045017654303477}, "not": {"he - she": 0.12065563062709464, "he": 0.3500245342161253, "she": 0.22936890358903064}, "nothing": {"he - she": 0.03272633787503848, "he": 0.2909552159292553, "she": 0.2582288780542168}, "november": {"he - she": 0.050600786672401865, "he": 0.3055773545078722, "she": 0.25497656783547035}, "novemberat": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "now": {"he - she": 0.048287509437001, "he": 0.3407027987271975, "she": 0.2924152892901965}, "nowhere": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "number": {"he - she": 0.08669958961667609, "he": 0.2779493574359167, "she": 0.1912497678192406}, "ny": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "nyc": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "of": {"he - she": 0.09686265912288086, "he": 0.2542778467790707, "she": 0.15741518765618986}, "off": {"he - she": -0.009160704530652708, "he": 0.3034723109314147, "she": 0.3126330154620674}, "offer": {"he - she": -0.0217429774707813, "he": 0.2706167719786347, "she": 0.292359749449416}, "offered": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "office": {"he - she": 0.06896180228010845, "he": 0.30348884146562544, "she": 0.23452703918551698}, "officers": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "often": {"he - she": 0.00024718765334175163, "he": 0.2735346006553941, "she": 0.27328741300205234}, "oh": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "oil": {"he - she": 0.0019847142843714694, "he": 0.22200596736699943, "she": 0.22002125308262796}, "old": {"he - she": -0.01218364353540946, "he": 0.2954149570390519, "she": 0.30759860057446137}, "older": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "on": {"he - she": 0.08169302362400746, "he": 0.33028506066338653, "she": 0.24859203703937907}, "once": {"he - she": 0.03534092842440906, "he": 0.32181827951842196, "she": 0.2864773510940129}, "one": {"he - she": 0.09187561895251295, "he": 0.37006768406063484, "she": 0.2781920651081219}, "oni": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "online": {"he - she": 0.03173868288709317, "he": 0.24040369974991524, "she": 0.20866501686282207}, "only": {"he - she": 0.050563180764700844, "he": 0.3128127503338651, "she": 0.26224956956916423}, "onto": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "opened": {"he - she": -0.045269211342186866, "he": 0.2019057450840961, "she": 0.24717495642628295}, "opted": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "options": {"he - she": -0.045269211342186866, "he": 0.2019057450840961, "she": 0.24717495642628295}, "or": {"he - she": 0.03114032077803769, "he": 0.3210156373906232, "she": 0.28987531661258553}, "order": {"he - she": 0.018553859926602384, "he": 0.26812412923604956, "she": 0.24957026930944717}, "ordinary": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "original": {"he - she": 0.06853684297934073, "he": 0.3089870195223755, "she": 0.24045017654303477}, "oscars": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "other": {"he - she": 0.04415729418056974, "he": 0.34252292449223404, "she": 0.2983656303116643}, "others": {"he - she": 0.045496331736928686, "he": 0.3006831592734811, "she": 0.2551868275365524}, "our": {"he - she": -0.00026669361642844835, "he": 0.2856426068394773, "she": 0.28590930045590573}, "out": {"he - she": 0.06711296591254667, "he": 0.33533211348852215, "she": 0.2682191475759755}, "outfits": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "outside": {"he - she": -0.02201554591980609, "he": 0.28443289494242496, "she": 0.30644844086223105}, "over": {"he - she": 0.06080702052118375, "he": 0.33199047450870833, "she": 0.2711834539875246}, "overflowing": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "overing": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "own": {"he - she": 0.06792908712501539, "he": 0.3258866825706358, "she": 0.2579575954456204}, "p": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "package": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "page": {"he - she": -0.03265243860777994, "he": 0.27689607298703506, "she": 0.309548511594815}, "paid": {"he - she": -0.05067580812265543, "he": 0.2761209166432573, "she": 0.3267967247659127}, "pains": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "painted": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "pair": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "palpable": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "panic": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "parent": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "parents": {"he - she": 0.0014775274507734248, "he": 0.2360045666362904, "she": 0.23452703918551698}, "parks": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "parliament": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "part": {"he - she": -0.01023834359436021, "he": 0.29636850972775075, "she": 0.30660685332211096}, "parts": {"he - she": 0.0010493803052381012, "he": 0.24822433673152106, "she": 0.24717495642628295}, "partying": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "pass": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "passengers": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "passes": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "past": {"he - she": 0.05247605296701491, "he": 0.27689607298703506, "she": 0.22442002002002015}, "patience": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "patronize": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "pawn": {"he - she": -0.09662493887305332, "he": 0.2188615626423764, "she": 0.31548650151542973}, "pay": {"he - she": 0.06896180228010845, "he": 0.30348884146562544, "she": 0.23452703918551698}, "payday": {"he - she": -0.09662493887305332, "he": 0.2188615626423764, "she": 0.31548650151542973}, "paying": {"he - she": -0.10727354633491512, "he": 0.2360045666362904, "she": 0.34327811297120553}, "peace": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "people": {"he - she": 0.09570071843113287, "he": 0.3349369407464959, "she": 0.239236222315363}, "percentage": {"he - she": -0.04518546585878466, "he": 0.1952647106842501, "she": 0.24045017654303477}, "perfect": {"he - she": -0.05060404318949249, "he": 0.2360045666362904, "she": 0.2866086098257829}, "performance": {"he - she": 0.052182206231988104, "he": 0.28140745714167614, "she": 0.22922525090968804}, "performances": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "performed": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "performing": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "perhaps": {"he - she": -0.0008964591278954326, "he": 0.3044621878885711, "she": 0.30535864701646653}, "person": {"he - she": -0.015445548363445138, "he": 0.29410296323136986, "she": 0.309548511594815}, "personal": {"he - she": 0.0464506388640773, "he": 0.28625416016032607, "she": 0.23980352129624877}, "personnel": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "phone": {"he - she": -0.05067580812265543, "he": 0.2761209166432573, "she": 0.3267967247659127}, "piece": {"he - she": -0.09662493887305332, "he": 0.2188615626423764, "she": 0.31548650151542973}, "piedmont": {"he - she": -0.04535626498589165, "he": 0.2096203028495787, "she": 0.25497656783547035}, "place": {"he - she": 0.04222253384977609, "he": 0.34074765786077654, "she": 0.29852512401100045}, "plague": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "planning": {"he - she": 0.0031344402199384724, "he": 0.19194216785172646, "she": 0.188807727631788}, "platform": {"he - she": -0.09682813801265236, "he": 0.2096203028495787, "she": 0.30644844086223105}, "play": {"he - she": 0.012654802839799029, "he": 0.29296996402919956, "she": 0.28031516118940053}, "played": {"he - she": 0.09610032612428976, "he": 0.3253255770339778, "she": 0.22922525090968804}, "player": {"he - she": 0.01815571423482687, "he": 0.27638459228904366, "she": 0.2582288780542168}, "players": {"he - she": 0.07102951452205919, "he": 0.27638459228904366, "she": 0.20535507776698447}, "playing": {"he - she": -0.05053729346956792, "he": 0.22624911288342076, "she": 0.2767864063529887}, "please": {"he - she": -0.045027760672082806, "he": 0.18419749023760523, "she": 0.22922525090968804}, "pleasure": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "pockets": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "podcast": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "point": {"he - she": 0.09844948654851196, "he": 0.3006831592734811, "she": 0.20223367272496914}, "points": {"he - she": 0.09610032612428976, "he": 0.3253255770339778, "she": 0.22922525090968804}, "police": {"he - she": 0.070548838350629, "he": 0.28273861246543147, "she": 0.21218977411480247}, "political": {"he - she": 0.07218370942367597, "he": 0.26099143705546396, "she": 0.188807727631788}, "pong": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "popular": {"he - she": 0.0006482311400706209, "he": 0.26210175570743366, "she": 0.26145352456736304}, "porch": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "position": {"he - she": 0.06968294321134971, "he": 0.29410296323136986, "she": 0.22442002002002015}, "possibly": {"he - she": -0.02201554591980609, "he": 0.28443289494242496, "she": 0.30644844086223105}, "post": {"he - she": -0.00022403198661058443, "he": 0.2863845778391723, "she": 0.2866086098257829}, "power": {"he - she": 0.043664548269622516, "he": 0.3127156032004677, "she": 0.2690510549308452}, "practice": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "praised": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "prepared": {"he - she": -0.0006286651595963089, "he": 0.29825603980601684, "she": 0.29888470496561315}, "presence": {"he - she": 0.06853684297934073, "he": 0.3089870195223755, "she": 0.24045017654303477}, "pressuring": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "pretended": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "pretty": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "previous": {"he - she": 0.01173639698601725, "he": 0.3132253479987726, "she": 0.30148895101275536}, "prickly": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "prime": {"he - she": 0.029837147015101984, "he": 0.27701210344138494, "she": 0.24717495642628295}, "principles": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "probably": {"he - she": -0.03277845214269132, "he": 0.2863845778391723, "she": 0.31916302998186363}, "problem": {"he - she": 0.03272633787503848, "he": 0.2909552159292553, "she": 0.2582288780542168}, "process": {"he - she": 0.046718387006144585, "he": 0.2822075552650121, "she": 0.23548916825886754}, "produced": {"he - she": -0.02131274539261746, "he": 0.2511954309694252, "she": 0.27250817636204266}, "producer": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "product": {"he - she": 0.030956364997883623, "he": 0.2553763850179038, "she": 0.22442002002002015}, "products": {"he - she": 0.0010493803052381012, "he": 0.24822433673152106, "she": 0.24717495642628295}, "professionals": {"he - she": -0.050688459343258385, "he": 0.26479804217217134, "she": 0.31548650151542973}, "program": {"he - she": -0.00041531688798984723, "he": 0.29194443256142616, "she": 0.292359749449416}, "progressively": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "project": {"he - she": 0.09844948654851196, "he": 0.3006831592734811, "she": 0.20223367272496914}, "proper": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "property": {"he - she": 0.0010493803052381012, "he": 0.24822433673152106, "she": 0.24717495642628295}, "protectors": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "proud": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "proven": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "provide": {"he - she": 0.03272633787503848, "he": 0.2909552159292553, "she": 0.2582288780542168}, "provided": {"he - she": 0.030166595435599936, "he": 0.2706167719786347, "she": 0.24045017654303477}, "providing": {"he - she": -0.04535626498589165, "he": 0.2096203028495787, "she": 0.25497656783547035}, "proxy": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "psychologist": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "public": {"he - she": 0.1321723521259388, "he": 0.29926789422783817, "she": 0.16709554210189936}, "publications": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "published": {"he - she": -0.08329939871139425, "he": 0.22624911288342076, "she": 0.309548511594815}, "pull": {"he - she": 0.050600786672401865, "he": 0.3055773545078722, "she": 0.25497656783547035}, "purchased": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "pursue": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "put": {"he - she": 0.02689512021318058, "he": 0.3250580188086362, "she": 0.29816289859545564}, "pyjamas": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "quality": {"he - she": -0.04488176797402624, "he": 0.17513948510860172, "she": 0.22002125308262796}, "quest": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "question": {"he - she": 0.09726364958149791, "he": 0.3132253479987726, "she": 0.2159616984172747}, "questioned": {"he - she": -0.12852999160106962, "he": 0.2188615626423764, "she": 0.34739155424344603}, "quick": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "quickly": {"he - she": 0.030166595435599936, "he": 0.2706167719786347, "she": 0.24045017654303477}, "quite": {"he - she": 0.03071896444973221, "he": 0.25994421535942025, "she": 0.22922525090968804}, "radio": {"he - she": 0.05149425601839139, "he": 0.29194443256142616, "she": 0.24045017654303477}, "rain": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "raise": {"he - she": 0.05185753865365533, "he": 0.2863845778391723, "she": 0.23452703918551698}, "random": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "rapper": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "rate": {"he - she": 0.0014775274507734248, "he": 0.2360045666362904, "she": 0.23452703918551698}, "rather": {"he - she": -0.015064397085814196, "he": 0.27946203539368164, "she": 0.29452643247949584}, "re": {"he - she": 0.02831797936746433, "he": 0.30079598457322365, "she": 0.2724780052057593}, "reached": {"he - she": -0.08315846334557322, "he": 0.2360045666362904, "she": 0.31916302998186363}, "read": {"he - she": -0.03222610523063679, "he": 0.30978109402399057, "she": 0.34200719925462736}, "reader": {"he - she": -0.02217603500912496, "he": 0.29331046650630477, "she": 0.31548650151542973}, "readers": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "readily": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "reading": {"he - she": 0.01173639698601725, "he": 0.3132253479987726, "she": 0.30148895101275536}, "ready": {"he - she": -0.00041531688798984723, "he": 0.29194443256142616, "she": 0.292359749449416}, "real": {"he - she": -0.025120673677564598, "he": 0.2972517352882706, "she": 0.3223724089658352}, "realisation": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "realization": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "really": {"he - she": -0.0017569619475096276, "he": 0.3215826203569031, "she": 0.32333958230441273}, "reason": {"he - she": 0.016880231639842536, "he": 0.30348884146562544, "she": 0.2866086098257829}, "reasons": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "reawakens": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "rebellious": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "recent": {"he - she": 0.031375612569346234, "he": 0.24733731098662093, "she": 0.2159616984172747}, "reconciliations": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "record": {"he - she": 0.029837147015101984, "he": 0.27701210344138494, "she": 0.24717495642628295}, "red": {"he - she": -0.08294580289715198, "he": 0.24822433673152106, "she": 0.33117013962867303}, "referee": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "reference": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "reflects": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "regularly": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "reich": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "relate": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "relationship": {"he - she": 0.05322217798309167, "he": 0.26541195209789414, "she": 0.21218977411480247}, "relay": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "released": {"he - she": -0.04535626498589165, "he": 0.2096203028495787, "she": 0.25497656783547035}, "remember": {"he - she": 0.0166272700729595, "he": 0.3089870195223755, "she": 0.292359749449416}, "remind": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "reminded": {"he - she": -0.095879786947139, "he": 0.24623762487580364, "she": 0.34211741182294264}, "remodel": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "remote": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "rented": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "repeat": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "report": {"he - she": -0.02074863232247745, "he": 0.22882163698696972, "she": 0.24957026930944717}, "reports": {"he - she": 0.03045768501216356, "he": 0.26498472419768054, "she": 0.23452703918551698}, "requirements": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "residents": {"he - she": -0.045269211342186866, "he": 0.2019057450840961, "she": 0.24717495642628295}, "respect": {"he - she": -0.09633526238637244, "he": 0.23046146237954027, "she": 0.3267967247659127}, "respectful": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "respond": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "responding": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "response": {"he - she": 0.03071896444973221, "he": 0.25994421535942025, "she": 0.22922525090968804}, "responsible": {"he - she": 0.02843759888754238, "he": 0.30443571062612773, "she": 0.27599811173858535}, "rest": {"he - she": 0.029837147015101984, "he": 0.27701210344138494, "she": 0.24717495642628295}, "retrieved": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "return": {"he - she": -0.015445548363445138, "he": 0.29410296323136986, "she": 0.309548511594815}, "returning": {"he - she": 0.050600786672401865, "he": 0.3055773545078722, "she": 0.25497656783547035}, "reveals": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "review": {"he - she": 0.05247605296701491, "he": 0.27689607298703506, "she": 0.22442002002002015}, "reviews": {"he - she": 0.02843759888754238, "he": 0.30443571062612773, "she": 0.27599811173858535}, "reyes": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "ride": {"he - she": 0.0018290928634006054, "he": 0.22624911288342076, "she": 0.22442002002002015}, "ridenyc": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "rifts": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "right": {"he - she": 0.04287521423173568, "he": 0.3316952325863724, "she": 0.2888200183546367}, "rights": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "road": {"he - she": 0.09916867364033075, "he": 0.29296996402919956, "she": 0.1938012903888688}, "rock": {"he - she": -0.05066036823409209, "he": 0.24822433673152106, "she": 0.29888470496561315}, "rohan": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "role": {"he - she": 0.03255144271781796, "he": 0.294004967285181, "she": 0.26145352456736304}, "roof": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "room": {"he - she": -0.000871086354358841, "he": 0.3055773545078722, "she": 0.30644844086223105}, "root": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "roots": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "rotations": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "round": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "run": {"he - she": -0.015445548363445138, "he": 0.29410296323136986, "she": 0.309548511594815}, "running": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "russians": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "s": {"he - she": 0.07677629615431952, "he": 0.31981628157078223, "she": 0.2430399854164627}, "sad": {"he - she": -0.12797024941719212, "he": 0.23046146237954027, "she": 0.3584317117967324}, "sadly": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "safe": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "safely": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "saftar": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "said": {"he - she": 0.0648765420833069, "he": 0.32597037168785165, "she": 0.26109382960454475}, "salt": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "same": {"he - she": 0.04294684816181521, "he": 0.32326200935121574, "she": 0.28031516118940053}, "sarah": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "saturday": {"he - she": 0.01710837584070507, "he": 0.2985659666347768, "she": 0.28145759079407173}, "sauce": {"he - she": -0.09662493887305332, "he": 0.2188615626423764, "she": 0.31548650151542973}, "save": {"he - she": 0.0010493803052381012, "he": 0.24822433673152106, "she": 0.24717495642628295}, "saved": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "saving": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "savings": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "saw": {"he - she": 0.04294684816181521, "he": 0.32326200935121574, "she": 0.28031516118940053}, "say": {"he - she": 0.00981256154188409, "he": 0.29807696639998116, "she": 0.28826440485809707}, "saying": {"he - she": 0.00010966663404637922, "he": 0.27689607298703506, "she": 0.2767864063529887}, "says": {"he - she": 0.09610032612428976, "he": 0.3253255770339778, "she": 0.22922525090968804}, "scared": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "scenes": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "schedule": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "school": {"he - she": 0.012301104567572163, "he": 0.3006831592734811, "she": 0.28838205470590894}, "scored": {"he - she": 0.029837147015101984, "he": 0.27701210344138494, "she": 0.24717495642628295}, "scorer": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "scoring": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "scripted": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "scrubs": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "se": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "searching": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "season": {"he - she": 0.0491060054646828, "he": 0.24615543596378592, "she": 0.19704943049910312}, "seat": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "seating": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "second": {"he - she": 0.07527074039412862, "he": 0.32685724662362264, "she": 0.251586506229494}, "seconds": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "security": {"he - she": 0.03045768501216356, "he": 0.26498472419768054, "she": 0.23452703918551698}, "see": {"he - she": 0.04342699888073448, "he": 0.31730551248942235, "she": 0.27387851360868787}, "seedy": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "seeing": {"he - she": -0.0217429774707813, "he": 0.2706167719786347, "she": 0.292359749449416}, "seem": {"he - she": 0.06999522377145082, "he": 0.2900164768540788, "she": 0.22002125308262796}, "seemed": {"he - she": -0.021623885628102357, "he": 0.26498472419768054, "she": 0.2866086098257829}, "seemingly": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "seems": {"he - she": 0.018295116804395883, "he": 0.2734819443409483, "she": 0.2551868275365524}, "seen": {"he - she": 0.04600638965280043, "he": 0.29296996402919956, "she": 0.24696357437639913}, "sees": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "seinfeld": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "self": {"he - she": -0.022361014139784974, "he": 0.30443571062612773, "she": 0.3267967247659127}, "selling": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "semi": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "senior": {"he - she": -0.02217603500912496, "he": 0.29331046650630477, "she": 0.31548650151542973}, "sensational": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "sense": {"he - she": 0.05108108337973388, "he": 0.29825603980601684, "she": 0.24717495642628295}, "sensitive": {"he - she": -0.05066036823409209, "he": 0.24822433673152106, "she": 0.29888470496561315}, "sent": {"he - she": 0.05185753865365533, "he": 0.2863845778391723, "she": 0.23452703918551698}, "sentences": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "separations": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "sept": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "september": {"he - she": 0.05417724131327886, "he": 0.250650668552739, "she": 0.19647342723946012}, "series": {"he - she": 0.11034553902742542, "he": 0.30414682941629423, "she": 0.1938012903888688}, "seriously": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "served": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "serves": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "service": {"he - she": 0.018295116804395883, "he": 0.2734819443409483, "she": 0.2551868275365524}, "serving": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "set": {"he - she": -0.0004098531819188844, "he": 0.2909552159292553, "she": 0.29136506911117416}, "sets": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "settle": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "several": {"he - she": 0.06700731521652845, "he": 0.3165775845259756, "she": 0.24957026930944717}, "sex": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "shadow": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "shannon": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "shape": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "share": {"he - she": 0.0166272700729595, "he": 0.3089870195223755, "she": 0.292359749449416}, "shared": {"he - she": 0.05149425601839139, "he": 0.29194443256142616, "she": 0.24045017654303477}, "shares": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "sharing": {"he - she": 0.0010493803052381012, "he": 0.24822433673152106, "she": 0.24717495642628295}, "sharper": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "she": {"he - she": -0.17357839540865894, "he": 0.16898168920696682, "she": 0.34256008461562576}, "sheri": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "sherlock": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "shinier": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "ship": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "shop": {"he - she": -0.09633526238637244, "he": 0.23046146237954027, "she": 0.3267967247659127}, "short": {"he - she": 0.01750830049203611, "he": 0.2900164768540788, "she": 0.27250817636204266}, "shorten": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "shortly": {"he - she": -0.05067580812265543, "he": 0.2761209166432573, "she": 0.3267967247659127}, "shot": {"he - she": 0.06968294321134971, "he": 0.29410296323136986, "she": 0.22442002002002015}, "shots": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "should": {"he - she": 0.08701133685132148, "he": 0.3062839142271687, "she": 0.21927257737584724}, "shouldn": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "show": {"he - she": 0.033851987410997375, "he": 0.3141671486003979, "she": 0.28031516118940053}, "showed": {"he - she": 0.06853684297934073, "he": 0.3089870195223755, "she": 0.24045017654303477}, "shown": {"he - she": 0.05108108337973388, "he": 0.29825603980601684, "she": 0.24717495642628295}, "shows": {"he - she": 0.05149425601839139, "he": 0.29194443256142616, "she": 0.24045017654303477}, "side": {"he - she": 0.055945641679325586, "he": 0.3208318002596726, "she": 0.26488615858034703}, "sight": {"he - she": 0.02843759888754238, "he": 0.30443571062612773, "she": 0.27599811173858535}, "sightseeing": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "sign": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "significant": {"he - she": 0.08476343346226711, "he": 0.3007251318795418, "she": 0.2159616984172747}, "silent": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "silver": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "similar": {"he - she": 0.03045768501216356, "he": 0.26498472419768054, "she": 0.23452703918551698}, "simmons": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "simple": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "simply": {"he - she": 0.05299233729981029, "he": 0.268954035717085, "she": 0.2159616984172747}, "since": {"he - she": 0.06868720586273586, "he": 0.3411652110684952, "she": 0.2724780052057593}, "sing": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "single": {"he - she": 0.01785245388508444, "he": 0.28273861246543147, "she": 0.26488615858034703}, "singleton": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "sirkin": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "sister": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "sit": {"he - she": -0.09633526238637244, "he": 0.23046146237954027, "she": 0.3267967247659127}, "site": {"he - she": 0.0021297401993375376, "he": 0.21809143861661223, "she": 0.2159616984172747}, "sites": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "sitting": {"he - she": -0.02217603500912496, "he": 0.29331046650630477, "she": 0.31548650151542973}, "situation": {"he - she": 0.06658357068758547, "he": 0.3217703982241379, "she": 0.2551868275365524}, "six": {"he - she": 0.044667327042130445, "he": 0.3132253479987726, "she": 0.26855802095664216}, "sixth": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "skins": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "slack": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "slang": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "sleep": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "sleepless": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "slow": {"he - she": -0.0006286651595963089, "he": 0.29825603980601684, "she": 0.29888470496561315}, "small": {"he - she": 0.01710837584070507, "he": 0.2985659666347768, "she": 0.28145759079407173}, "smalls": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "smell": {"he - she": -0.04510503796455745, "he": 0.18942200122095953, "she": 0.23452703918551698}, "smidgen": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "smith": {"he - she": -0.020819685521718978, "he": 0.23148675947191466, "she": 0.25230644499363364}, "so": {"he - she": -0.006267207892306836, "he": 0.3060449834037126, "she": 0.31231219129601945}, "soccer": {"he - she": -0.050688459343258385, "he": 0.26479804217217134, "she": 0.31548650151542973}, "society": {"he - she": -0.021410021335084906, "he": 0.2553763850179038, "she": 0.2767864063529887}, "soft": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "some": {"he - she": 0.07665198214831093, "he": 0.33408106986998115, "she": 0.2574290877216702}, "someone": {"he - she": -0.000871086354358841, "he": 0.3055773545078722, "she": 0.30644844086223105}, "something": {"he - she": 0.033992790682502105, "he": 0.3118646105866797, "she": 0.2778718199041776}, "sometimes": {"he - she": -0.0397598752785579, "he": 0.2985659666347768, "she": 0.3383258419133347}, "somewhere": {"he - she": -0.09682813801265236, "he": 0.2096203028495787, "she": 0.30644844086223105}, "son": {"he - she": 0.05247605296701491, "he": 0.27689607298703506, "she": 0.22442002002002015}, "song": {"he - she": 0.07079701853085957, "he": 0.27946203539368164, "she": 0.20866501686282207}, "soon": {"he - she": 0.09726364958149791, "he": 0.3132253479987726, "she": 0.2159616984172747}, "sore": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "sorry": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "sort": {"he - she": 0.02843759888754238, "he": 0.30443571062612773, "she": 0.27599811173858535}, "soul": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "sounding": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "southbank": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "southeast": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "soy": {"he - she": -0.044072163466820885, "he": 0.13588701703094835, "she": 0.17995918049776924}, "special": {"he - she": -0.021220709970021234, "he": 0.24733731098662093, "she": 0.26855802095664216}, "spectators": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "speech": {"he - she": 0.06999522377145082, "he": 0.2900164768540788, "she": 0.22002125308262796}, "spent": {"he - she": 0.03236557670792356, "he": 0.2972517352882706, "she": 0.26488615858034703}, "sphere": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "spirited": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "spoke": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "sports": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "square": {"he - she": 0.05002497048334059, "he": 0.3143326375270478, "she": 0.26430766704370723}, "stadium": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "stadler": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "staff": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "stan": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "standards": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "started": {"he - she": 0.022940893851214228, "he": 0.3208318002596726, "she": 0.2978909064084584}, "starters": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "starting": {"he - she": 0.03172369087399268, "he": 0.30851009722698136, "she": 0.2767864063529887}, "starts": {"he - she": 0.029837147015101984, "he": 0.27701210344138494, "she": 0.24717495642628295}, "state": {"he - she": 0.03759107766224398, "he": 0.28724347150059376, "she": 0.24965239383834978}, "station": {"he - she": -0.021513375434651483, "he": 0.25994421535942025, "she": 0.28145759079407173}, "statue": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "stay": {"he - she": 0.05274469954023184, "he": 0.2727659526228598, "she": 0.22002125308262796}, "stayed": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "steadily": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "steady": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "step": {"he - she": 0.057675985574135225, "he": 0.297479506870384, "she": 0.23980352129624877}, "steven": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "stiff": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "stiffed": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "still": {"he - she": 0.07527074039412862, "he": 0.32685724662362264, "she": 0.251586506229494}, "stitches": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "stole": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "stop": {"he - she": 0.01785245388508444, "he": 0.28273861246543147, "she": 0.26488615858034703}, "store": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "stories": {"he - she": 0.06853684297934073, "he": 0.3089870195223755, "she": 0.24045017654303477}, "story": {"he - she": -0.11459100373543635, "he": 0.24733731098662093, "she": 0.3619283147220573}, "strained": {"he - she": -0.05067580812265543, "he": 0.2761209166432573, "she": 0.3267967247659127}, "strategies": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "street": {"he - she": -0.09777867516038868, "he": 0.25994421535942025, "she": 0.35772289051980893}, "streets": {"he - she": -0.05063418519667201, "he": 0.241725564252744, "she": 0.292359749449416}, "strength": {"he - she": 0.02843759888754238, "he": 0.30443571062612773, "she": 0.27599811173858535}, "struck": {"he - she": 0.02843759888754238, "he": 0.30443571062612773, "she": 0.27599811173858535}, "struggled": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "struggles": {"he - she": -0.050688459343258385, "he": 0.26479804217217134, "she": 0.31548650151542973}, "student": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "students": {"he - she": 0.031174177886797244, "he": 0.2511954309694252, "she": 0.22002125308262796}, "studies": {"he - she": -0.04495341312641335, "he": 0.1794666068936068, "she": 0.22442002002002015}, "stuff": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "style": {"he - she": -0.032914099822656195, "he": 0.29825603980601684, "she": 0.33117013962867303}, "subject": {"he - she": 0.06934071572508876, "he": 0.2985659666347768, "she": 0.22922525090968804}, "subway": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "successfully": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "such": {"he - she": 0.09492730583919043, "he": 0.33184117396575896, "she": 0.23691386812656853}, "sudden": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "suffered": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "suffering": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "suicide": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "sullen": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "support": {"he - she": 0.05661616488685289, "he": 0.3118029924234053, "she": 0.2551868275365524}, "supportive": {"he - she": -0.095879786947139, "he": 0.24623762487580364, "she": 0.34211741182294264}, "supposed": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "sure": {"he - she": 0.04310240864744286, "he": 0.32097422855162044, "she": 0.2778718199041776}, "surprised": {"he - she": -0.09662493887305332, "he": 0.2188615626423764, "she": 0.31548650151542973}, "surprising": {"he - she": 0.0010493803052381012, "he": 0.24822433673152106, "she": 0.24717495642628295}, "sweet": {"he - she": -0.02201554591980609, "he": 0.28443289494242496, "she": 0.30644844086223105}, "switching": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "system": {"he - she": 0.09726364958149791, "he": 0.3132253479987726, "she": 0.2159616984172747}, "t": {"he - she": 0.05525686721930512, "he": 0.316279353292877, "she": 0.26102248607357187}, "take": {"he - she": 0.04411007425348129, "he": 0.3076045745064825, "she": 0.2634945002530012}, "taken": {"he - she": 0.10715440923842962, "he": 0.34475994558039713, "she": 0.23760553634196752}, "takes": {"he - she": 0.029837147015101984, "he": 0.27701210344138494, "she": 0.24717495642628295}, "takeshi": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "taking": {"he - she": 0.12972446073237984, "he": 0.32097422855162044, "she": 0.1912497678192406}, "talent": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "talented": {"he - she": -0.022361014139784974, "he": 0.30443571062612773, "she": 0.3267967247659127}, "talking": {"he - she": 0.052182206231988104, "he": 0.28140745714167614, "she": 0.22922525090968804}, "talks": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "team": {"he - she": 0.0877229859863583, "he": 0.26566502807467185, "she": 0.17794204208831355}, "teams": {"he - she": 0.08533995042235892, "he": 0.294004967285181, "she": 0.20866501686282207}, "techniques": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "teenager": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "teens": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "telekinesis": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "tell": {"he - she": -0.015445548363445138, "he": 0.29410296323136986, "she": 0.309548511594815}, "telling": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "ten": {"he - she": -0.02201554591980609, "he": 0.28443289494242496, "she": 0.30644844086223105}, "term": {"he - she": 0.08444093480594314, "he": 0.3044621878885711, "she": 0.22002125308262796}, "terms": {"he - she": -0.04518546585878466, "he": 0.1952647106842501, "she": 0.24045017654303477}, "terrible": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "terrifying": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "terrorism": {"he - she": 0.0010493803052381012, "he": 0.24822433673152106, "she": 0.24717495642628295}, "terrorist": {"he - she": -0.05043068550124452, "he": 0.2144554730791025, "she": 0.26488615858034703}, "than": {"he - she": 0.022050930970513583, "he": 0.3072044682972243, "she": 0.2851535373267107}, "thanapob": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "thank": {"he - she": 0.0012753877097092248, "he": 0.241725564252744, "she": 0.24045017654303477}, "thanks": {"he - she": -0.02131274539261746, "he": 0.2511954309694252, "she": 0.27250817636204266}, "that": {"he - she": 0.09731131047623154, "he": 0.311710942952315, "she": 0.21439963247608346}, "the": {"he - she": 0.10907161634316638, "he": 0.1933725482822188, "she": 0.08430093193905243}, "theatre": {"he - she": -0.050680036074053136, "he": 0.2557684047881779, "she": 0.30644844086223105}, "their": {"he - she": 0.04664871652772956, "he": 0.31077656099139006, "she": 0.2641278444636605}, "them": {"he - she": 0.039388454907051396, "he": 0.3286573654737786, "she": 0.2892689105667272}, "themed": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "themselves": {"he - she": 0.01750830049203611, "he": 0.2900164768540788, "she": 0.27250817636204266}, "then": {"he - she": 0.0385532645604193, "he": 0.34021038620314314, "she": 0.30165712164272385}, "there": {"he - she": 0.10490385926783855, "he": 0.3514481412562748, "she": 0.24654428198843628}, "these": {"he - she": 0.05925781533100932, "he": 0.3333793525691596, "she": 0.2741215372381503}, "they": {"he - she": 0.04719256072247735, "he": 0.32411914729777486, "she": 0.2769265865752975}, "thing": {"he - she": 0.11080124185660661, "he": 0.2996089694883946, "she": 0.188807727631788}, "things": {"he - she": 0.06845210351090208, "he": 0.34376497064510214, "she": 0.27531286713420006}, "think": {"he - she": 0.023137074299452554, "he": 0.31730551248942235, "she": 0.2941684381899698}, "thinking": {"he - she": 0.06805227402476316, "he": 0.3152272304510461, "she": 0.24717495642628295}, "third": {"he - she": 0.0011769216944991223, "he": 0.24814049607089825, "she": 0.24696357437639913}, "thirty": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "this": {"he - she": 0.06935824124738654, "he": 0.3401977741188571, "she": 0.27083953287147056}, "those": {"he - she": 0.06447959932622793, "he": 0.31706594903038454, "she": 0.2525863497041566}, "though": {"he - she": 0.12170599848233851, "he": 0.30166517898010775, "she": 0.17995918049776924}, "thought": {"he - she": 0.009286909378180885, "he": 0.30966004399524777, "she": 0.3003731346170669}, "thousands": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "three": {"he - she": 0.03544588619062966, "he": 0.3201903724833076, "she": 0.28474448629267796}, "thrilled": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "through": {"he - she": 0.030226250526177223, "he": 0.3203388627481922, "she": 0.29011261222201495}, "throughout": {"he - she": 0.032167110922899644, "he": 0.3007251318795418, "she": 0.26855802095664216}, "throw": {"he - she": -0.09633526238637244, "he": 0.23046146237954027, "she": 0.3267967247659127}, "tickets": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "tie": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "tien": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "ties": {"he - she": 0.029456327106954616, "he": 0.28443289494242496, "she": 0.25497656783547035}, "tight": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "tile": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "time": {"he - she": 0.054621392122282675, "he": 0.3679130574413764, "she": 0.31329166531909375}, "times": {"he - she": 0.04584468772960473, "he": 0.2954149570390519, "she": 0.24957026930944717}, "tiptoeing": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "titled": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "titles": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "to": {"he - she": 0.1069201504661764, "he": 0.26433257255469095, "she": 0.15741242208851455}, "today": {"he - she": -0.09332721906942254, "he": 0.2560613589093236, "she": 0.3493885779787461}, "together": {"he - she": 0.10956931969843617, "he": 0.3118029924234053, "she": 0.20223367272496914}, "told": {"he - she": -0.010350289865678763, "he": 0.29984115812293916, "she": 0.3101914479886179}, "toll": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "tomorrow": {"he - she": -0.021623885628102357, "he": 0.26498472419768054, "she": 0.2866086098257829}, "tonkotsu": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "too": {"he - she": -0.04852920847229364, "he": 0.2655388518322977, "she": 0.31406806030459133}, "took": {"he - she": -0.044583936544755176, "he": 0.27145708665738666, "she": 0.31604102320214184}, "top": {"he - she": 0.10015936863592831, "he": 0.2822075552650121, "she": 0.1820481866290838}, "torn": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "tortured": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "tough": {"he - she": -0.095879786947139, "he": 0.24623762487580364, "she": 0.34211741182294264}, "tour": {"he - she": -0.045027760672082806, "he": 0.18419749023760523, "she": 0.22922525090968804}, "tournament": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "tours": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "toward": {"he - she": 0.0003960147604428199, "he": 0.268954035717085, "she": 0.26855802095664216}, "towards": {"he - she": -0.0006286651595963089, "he": 0.29825603980601684, "she": 0.29888470496561315}, "town": {"he - she": -0.05008039770322989, "he": 0.18752513863873763, "she": 0.23760553634196752}, "tracks": {"he - she": -0.095879786947139, "he": 0.24623762487580364, "she": 0.34211741182294264}, "train": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "transaction": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "travel": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "treated": {"he - she": -0.095879786947139, "he": 0.24623762487580364, "she": 0.34211741182294264}, "treatment": {"he - she": -0.04461817555319603, "he": 0.16073690221378845, "she": 0.20535507776698447}, "tried": {"he - she": 0.01785245388508444, "he": 0.28273861246543147, "she": 0.26488615858034703}, "tries": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "trivia": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "trouble": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "true": {"he - she": -0.015244677147520924, "he": 0.28624427386523443, "she": 0.30148895101275536}, "trust": {"he - she": -0.00041531688798984723, "he": 0.29194443256142616, "she": 0.292359749449416}, "truth": {"he - she": -0.095879786947139, "he": 0.24623762487580364, "she": 0.34211741182294264}, "try": {"he - she": 0.0969094289507402, "he": 0.31693068203336816, "she": 0.22002125308262796}, "trying": {"he - she": 0.03272633787503848, "he": 0.2909552159292553, "she": 0.2582288780542168}, "turn": {"he - she": 0.01710837584070507, "he": 0.2985659666347768, "she": 0.28145759079407173}, "turned": {"he - she": -0.07818685698995831, "he": 0.2706167719786347, "she": 0.348803628968593}, "turns": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "tv": {"he - she": 0.05149425601839139, "he": 0.29194443256142616, "she": 0.24045017654303477}, "twelve": {"he - she": 0.0012753877097092248, "he": 0.241725564252744, "she": 0.24045017654303477}, "twenty": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "two": {"he - she": 0.023664605306218944, "he": 0.3184163339512641, "she": 0.2947517286450452}, "ugly": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "uk": {"he - she": -0.09697895988151706, "he": 0.2019057450840961, "she": 0.29888470496561315}, "ultimately": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "uncertain": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "uncommunicative": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "uncredited": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "under": {"he - she": 0.1117826142623401, "he": 0.28972465635065364, "she": 0.17794204208831355}, "underground": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "understand": {"he - she": -0.05053729346956792, "he": 0.22624911288342076, "she": 0.2767864063529887}, "understood": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "undertake": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "unenticing": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "unfair": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "unit": {"he - she": -0.04544610440133082, "he": 0.2188615626423764, "she": 0.26430766704370723}, "united": {"he - she": 0.07028257544795974, "he": 0.28624427386523443, "she": 0.2159616984172747}, "unless": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "unpleasant": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "until": {"he - she": -0.05063418519667201, "he": 0.241725564252744, "she": 0.292359749449416}, "unwelcome": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "up": {"he - she": 0.08581244011000821, "he": 0.3508181106953613, "she": 0.26500567058535307}, "upon": {"he - she": 0.05002497048334059, "he": 0.3143326375270478, "she": 0.26430766704370723}, "uppity": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "us": {"he - she": 0.028685689090414135, "he": 0.2946137963200295, "she": 0.26592810722961535}, "usd": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "use": {"he - she": 0.04720038805574883, "he": 0.2749247330787263, "she": 0.22772434502297745}, "used": {"he - she": 0.0254752808814796, "he": 0.2741157618672661, "she": 0.2486404809857865}, "users": {"he - she": 0.0018290928634006054, "he": 0.22624911288342076, "she": 0.22442002002002015}, "usual": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "usually": {"he - she": -0.0217429774707813, "he": 0.2706167719786347, "she": 0.292359749449416}, "valued": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "ve": {"he - she": 0.010114658284912481, "he": 0.29154251277369175, "she": 0.28142785448877927}, "verbally": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "version": {"he - she": -0.05053729346956792, "he": 0.22624911288342076, "she": 0.2767864063529887}, "very": {"he - she": 0.05796134555852239, "he": 0.34838703169718105, "she": 0.29042568613865866}, "villagers": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "virginity": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "visit": {"he - she": 0.03045768501216356, "he": 0.26498472419768054, "she": 0.23452703918551698}, "vote": {"he - she": -0.05066036823409209, "he": 0.24822433673152106, "she": 0.29888470496561315}, "vs": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "vulnerable": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "waaay": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "waiting": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "waldo": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "walk": {"he - she": -0.09662493887305332, "he": 0.2188615626423764, "she": 0.31548650151542973}, "walked": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "walking": {"he - she": -0.022361014139784974, "he": 0.30443571062612773, "she": 0.3267967247659127}, "wall": {"he - she": 0.031174177886797244, "he": 0.2511954309694252, "she": 0.22002125308262796}, "wander": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "want": {"he - she": 0.08463486533350154, "he": 0.33159843970990066, "she": 0.24696357437639913}, "wanted": {"he - she": -0.03969775959563593, "he": 0.2900164768540788, "she": 0.3297142364497147}, "wants": {"he - she": 0.06853684297934073, "he": 0.3089870195223755, "she": 0.24045017654303477}, "war": {"he - she": -0.032038656669493654, "he": 0.24124875633255868, "she": 0.27328741300205234}, "warm": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "warning": {"he - she": 0.0025150186371926675, "he": 0.20787009640417714, "she": 0.20535507776698447}, "was": {"he - she": 0.06186202390102108, "he": 0.32823387385249675, "she": 0.26637184995147567}, "washington": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "wasn": {"he - she": -0.044768041023474536, "he": 0.3007251318795418, "she": 0.34549317290301634}, "waste": {"he - she": 0.07079701853085957, "he": 0.27946203539368164, "she": 0.20866501686282207}, "watching": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "water": {"he - she": -0.02089338368994656, "he": 0.23429344384660586, "she": 0.2551868275365524}, "way": {"he - she": -0.00935476061260504, "he": 0.3092465877177404, "she": 0.3186013483303454}, "we": {"he - she": 0.08261080957134218, "he": 0.3060866002964634, "she": 0.22347579072512122}, "wean": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "weapons": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "weariness": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "wearing": {"he - she": 0.00012280490467192484, "he": 0.2761209166432573, "she": 0.27599811173858535}, "weaselled": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "weaving": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "website": {"he - she": 0.03045768501216356, "he": 0.26498472419768054, "she": 0.23452703918551698}, "websites": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "wee": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "week": {"he - she": -0.000847798796491217, "he": 0.30182852265742566, "she": 0.3026763214539169}, "weekend": {"he - she": 0.05002497048334059, "he": 0.3143326375270478, "she": 0.26430766704370723}, "weeks": {"he - she": 0.02900279946259754, "he": 0.29331046650630477, "she": 0.26430766704370723}, "weight": {"he - she": 0.03071896444973221, "he": 0.25994421535942025, "she": 0.22922525090968804}, "well": {"he - she": 0.07495275234606336, "he": 0.33844725259906455, "she": 0.2634945002530012}, "went": {"he - she": -0.021220709970021234, "he": 0.24733731098662093, "she": 0.26855802095664216}, "were": {"he - she": 0.0506491882208393, "he": 0.3173617531263433, "she": 0.266712564905504}, "weren": {"he - she": -0.0506174073137472, "he": 0.29150000450919544, "she": 0.34211741182294264}, "west": {"he - she": 0.0856001381622708, "he": 0.2909552159292553, "she": 0.20535507776698447}, "westerberg": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "western": {"he - she": 0.029837147015101984, "he": 0.27701210344138494, "she": 0.24717495642628295}, "what": {"he - she": 0.10760424748441555, "he": 0.3445151243122124, "she": 0.23691087682779682}, "whatever": {"he - she": -0.09697895988151706, "he": 0.2019057450840961, "she": 0.29888470496561315}, "when": {"he - she": 0.08936093051398575, "he": 0.3528138175745746, "she": 0.26345288706058884}, "where": {"he - she": 0.04757209116305794, "he": 0.34983895187021685, "she": 0.3022668607071589}, "whether": {"he - she": 0.018553859926602384, "he": 0.26812412923604956, "she": 0.24957026930944717}, "which": {"he - she": 0.10760424748441555, "he": 0.3445151243122124, "she": 0.23691087682779682}, "while": {"he - she": 0.11124540278027933, "he": 0.343586989582894, "she": 0.23234158680261469}, "whilst": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "whim": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "white": {"he - she": 0.012171496391108039, "he": 0.3035365655022822, "she": 0.29136506911117416}, "who": {"he - she": 0.061753471479144006, "he": 0.36113046330285936, "she": 0.29937699182371535}, "whole": {"he - she": 0.06968294321134971, "he": 0.29410296323136986, "she": 0.22442002002002015}, "whose": {"he - she": -0.00022403198661058443, "he": 0.2863845778391723, "she": 0.2866086098257829}, "why": {"he - she": 0.007409186386656996, "he": 0.31401603970876796, "she": 0.30660685332211096}, "wicked": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "wife": {"he - she": 0.05108108337973388, "he": 0.29825603980601684, "she": 0.24717495642628295}, "will": {"he - she": 0.09606121531775905, "he": 0.32639243666017737, "she": 0.23033122134241832}, "win": {"he - she": 0.03045768501216356, "he": 0.26498472419768054, "she": 0.23452703918551698}, "window": {"he - she": -0.021872601524228208, "he": 0.27701210344138494, "she": 0.29888470496561315}, "wing": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "wisdom": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "wise": {"he - she": -0.001153863988381909, "he": 0.3143326375270478, "she": 0.31548650151542973}, "wish": {"he - she": -0.04562022225883949, "he": 0.24623762487580364, "she": 0.29185784713464313}, "wished": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "with": {"he - she": 0.08717076379593713, "he": 0.33963763061011054, "she": 0.2524668668141734}, "within": {"he - she": 0.044894935443643535, "he": 0.30978109402399057, "she": 0.26488615858034703}, "without": {"he - she": 0.051920202385099756, "he": 0.3230495279388353, "she": 0.27112932555373553}, "woman": {"he - she": -0.12852999160106962, "he": 0.2188615626423764, "she": 0.34739155424344603}, "women": {"he - she": 0.018427589134295874, "he": 0.2707340341279295, "she": 0.25230644499363364}, "won": {"he - she": 0.032891587949873013, "he": 0.28807841548642543, "she": 0.2551868275365524}, "wonder": {"he - she": -0.02201554591980609, "he": 0.28443289494242496, "she": 0.30644844086223105}, "words": {"he - she": 0.0018290928634006054, "he": 0.22624911288342076, "she": 0.22442002002002015}, "work": {"he - she": 0.05376311579750098, "he": 0.3479315539874708, "she": 0.2941684381899698}, "working": {"he - she": 0.05274469954023184, "he": 0.2727659526228598, "she": 0.22002125308262796}, "world": {"he - she": 0.03763518712845537, "he": 0.3127777981624006, "she": 0.2751426110339452}, "worries": {"he - she": -0.00035784262544769074, "he": 0.29150000450919544, "she": 0.29185784713464313}, "worry": {"he - she": -0.08315846334557322, "he": 0.2360045666362904, "she": 0.31916302998186363}, "would": {"he - she": 0.04113277897459944, "he": 0.33736929301981816, "she": 0.2962365140452187}, "wouldn": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "writes": {"he - she": -0.050680036074053136, "he": 0.2557684047881779, "she": 0.30644844086223105}, "writing": {"he - she": 0.06853684297934073, "he": 0.3089870195223755, "she": 0.24045017654303477}, "wrong": {"he - she": 0.05002497048334059, "he": 0.3143326375270478, "she": 0.26430766704370723}, "wrote": {"he - she": 0.01768625290859227, "he": 0.28624427386523443, "she": 0.26855802095664216}, "www": {"he - she": 0.0004903751284641156, "he": 0.26479804217217134, "she": 0.26430766704370723}, "year": {"he - she": 0.03390701763535986, "he": 0.3015391141180941, "she": 0.2676320964827342}, "years": {"he - she": 0.04377960705139122, "he": 0.33771879262141313, "she": 0.2939391855700219}, "yes": {"he - she": 0.029837147015101984, "he": 0.27701210344138494, "she": 0.24717495642628295}, "yet": {"he - she": 0.13750523295247094, "he": 0.33397866019193106, "she": 0.19647342723946012}, "yo": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "yoing": {"he - she": -0.0456593154087056, "he": 0.2717597963409451, "she": 0.3174191117496507}, "york": {"he - she": 0.07201422622713485, "he": 0.26326399404637546, "she": 0.1912497678192406}, "yorker": {"he - she": -0.045536649359045084, "he": 0.23046146237954027, "she": 0.27599811173858535}, "you": {"he - she": 0.020522791258668016, "he": 0.27680501128167145, "she": 0.25628222002300344}, "young": {"he - she": 0.008750777596584602, "he": 0.3217703982241379, "she": 0.3130196206275533}, "your": {"he - she": 0.007519104346458361, "he": 0.2863547756410993, "she": 0.27883567129464093}, "yourself": {"he - she": 0.0007918369527075697, "he": 0.2557684047881779, "she": 0.25497656783547035}, "zone": {"he - she": -0.05057143741266512, "he": 0.2308861533814066, "she": 0.28145759079407173}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-he-their.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-he-their.json new file mode 100644 index 0000000000000000000000000000000000000000..a085b33512991ca7486eef7bb8ee02eca1cc6c66 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-he-their.json @@ -0,0 +1 @@ +{"0": {"he - their": -0.009259368156936398, "he": 0.26699777980226896, "their": 0.27625714795920536}, "000": {"he - their": -0.04230180474697143, "he": 0.3006831592734811, "their": 0.34298496402045253}, "02": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "04": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "06": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "07": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "08": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "09": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "1": {"he - their": -0.03635486111853242, "he": 0.3055831372808201, "their": 0.3419379983993525}, "10": {"he - their": -0.037389747553272235, "he": 0.31744744900414745, "their": 0.3548371965574197}, "100": {"he - their": -0.07468427917319012, "he": 0.23429344384660586, "their": 0.308977723019796}, "104": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "10bn": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "11": {"he - their": -0.1155226732146678, "he": 0.2019057450840961, "their": 0.3174284182987639}, "12": {"he - their": -0.04193143896298884, "he": 0.2437529091537891, "their": 0.28568434811677795}, "13": {"he - their": -0.03724997588744117, "he": 0.27689607298703506, "their": 0.3141460488744762}, "14": {"he - their": -0.0733063097022893, "he": 0.2553763850179038, "their": 0.32868269472019307}, "15": {"he - their": 0.024096745907212613, "he": 0.30978109402399057, "their": 0.28568434811677795}, "16": {"he - their": -0.0026788306041180543, "he": 0.29410296323136986, "their": 0.2967817938354879}, "160": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "17": {"he - their": -0.008294563746314876, "he": 0.3006831592734811, "their": 0.308977723019796}, "172": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "18": {"he - their": -0.03391520239010437, "he": 0.3089870195223755, "their": 0.3429022219124799}, "183": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "18usd": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "19": {"he - their": -0.002862659640850307, "he": 0.28624427386523443, "their": 0.28910693350608474}, "1904": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "1910": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "1932": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "1953": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "1957": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "1965": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "1968": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "1983": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "1987": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "1990s": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "1992": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "1996": {"he - their": 0.010165378487214827, "he": 0.28443289494242496, "their": 0.27426751645521014}, "19th": {"he - their": 0.02797335513219701, "he": 0.241725564252744, "their": 0.213752209120547}, "2": {"he - their": -0.03074594647238421, "he": 0.3002349226162437, "their": 0.3309808690886279}, "20": {"he - their": -0.020804345233023158, "he": 0.30656126980078335, "their": 0.3273656150338065}, "200": {"he - their": -0.06538954663425978, "he": 0.1952647106842501, "their": 0.2606542573185099}, "2001": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "2002": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "2003": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "2004": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "2006": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "2007": {"he - their": -0.06960123759450815, "he": 0.241725564252744, "their": 0.31132680184725214}, "2008": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "2010": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "2011": {"he - their": 0.00952606215460819, "he": 0.2437529091537891, "their": 0.23422684699918092}, "2012": {"he - their": -0.09454470086638811, "he": 0.1952647106842501, "their": 0.2898094115506382}, "2014": {"he - their": -0.09409357715249528, "he": 0.2019057450840961, "their": 0.29599932223659137}, "2016": {"he - their": 0.011728303391493444, "he": 0.30851009722698136, "their": 0.2967817938354879}, "2017": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "2018": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "2019": {"he - their": 0.01005824472664374, "he": 0.27701210344138494, "their": 0.2669538587147412}, "2019t": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "20th": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "21": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "21st": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "23": {"he - their": -0.018113767083985932, "he": 0.30443571062612773, "their": 0.32254947771011366}, "235": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "24": {"he - their": -0.04808384729789422, "he": 0.241725564252744, "their": 0.2898094115506382}, "25": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "25th": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "26": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "27": {"he - their": -0.09409357715249528, "he": 0.2019057450840961, "their": 0.29599932223659137}, "28": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "29": {"he - their": -0.019382369285825984, "he": 0.29194443256142616, "their": 0.31132680184725214}, "290": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "292": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "296": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "2nd": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "3": {"he - their": -0.031893706460515314, "he": 0.28710499651505855, "their": 0.31899870297557387}, "30": {"he - their": -0.002774005999061191, "he": 0.2900164768540788, "their": 0.29279048285313997}, "300": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "303": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "305": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "309": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "31": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "310": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "311": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "316": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "317": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "33": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "330": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "335032the": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "337": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "36": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "37": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "4": {"he - their": -0.02248344822711207, "he": 0.31079031655915573, "their": 0.3332737647862678}, "40": {"he - their": -0.01892869306576589, "he": 0.241725564252744, "their": 0.2606542573185099}, "40th": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "42": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "44": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "45": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "451": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "47": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "48": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "49ers": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "5": {"he - their": -0.023431939956082892, "he": 0.2969698715742334, "their": 0.32040181153031627}, "50": {"he - their": -0.019405563762758565, "he": 0.22624911288342076, "their": 0.24565467664617932}, "50000": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "507": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "58": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "5m": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "6": {"he - their": -0.003365689927619653, "he": 0.2815342232205571, "their": 0.28489991314817675}, "60": {"he - their": -0.01892869306576589, "he": 0.241725564252744, "their": 0.2606542573185099}, "600": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "644": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "67": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "69": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "69p": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "7": {"he - their": -0.013397272582645225, "he": 0.32714723735437007, "their": 0.3405445099370153}, "71": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "720": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "75": {"he - their": -0.09356227051089525, "he": 0.2096203028495787, "their": 0.30318257336047394}, "76ers": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "7th": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "8": {"he - their": -0.021832112736319187, "he": 0.30551156638991755, "their": 0.32734367912623674}, "807": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "80s": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "884": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "9": {"he - their": -0.02002453023028017, "he": 0.2727659526228598, "their": 0.29279048285313997}, "90": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "900": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "93": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "94": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "950": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "96": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "98": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "980": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "a": {"he - their": -0.03802979918297833, "he": 0.27718691043703186, "their": 0.3152167096200102}, "aajohi": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "abducted": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "abilities": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "ability": {"he - their": -0.01898721879520643, "he": 0.27701210344138494, "their": 0.29599932223659137}, "able": {"he - their": -0.03247621378805199, "he": 0.2954149570390519, "their": 0.3278911708271039}, "about": {"he - their": -0.06340911630599294, "he": 0.3279739657959548, "their": 0.3913830821019477}, "above": {"he - their": -0.04835424167966754, "he": 0.2360045666362904, "their": 0.28435880831595794}, "abs": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "absolutely": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "absorbed": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "abul": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "abundance": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "abuse": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "accept": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "acceptance": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "accepting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "access": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "accommodation": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "accompanied": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "accompany": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "accomplish": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "accord": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "according": {"he - their": -0.0008812799584754782, "he": 0.2816875089614581, "their": 0.2825687889199336}, "accordingly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "account": {"he - their": -0.01898721879520643, "he": 0.27701210344138494, "their": 0.29599932223659137}, "accounted": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "accounts": {"he - their": 0.05680786006185082, "he": 0.27701210344138494, "their": 0.22020424337953412}, "accuracy": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "accusations": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "achieve": {"he - their": -0.04007408736126988, "he": 0.28443289494242496, "their": 0.32450698230369485}, "achieved": {"he - their": -0.07185089079966339, "he": 0.27701210344138494, "their": 0.34886299424104833}, "acknowledge": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "acoustic": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "acquaintances": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "acquiescence": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "across": {"he - their": -0.06994791122921315, "he": 0.2360045666362904, "their": 0.30595247786550356}, "act": {"he - their": -0.06526385932637285, "he": 0.26210175570743366, "their": 0.3273656150338065}, "acted": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "acting": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "action": {"he - their": -0.019945899843388903, "he": 0.24733731098662093, "their": 0.26728321083000983}, "actionable": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "actions": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "active": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "activities": {"he - their": -0.07178639380355753, "he": 0.2048638253066992, "their": 0.2766502191102567}, "activity": {"he - their": -0.04176962251946381, "he": 0.24733731098662093, "their": 0.28910693350608474}, "actor": {"he - their": -0.09454470086638811, "he": 0.1952647106842501, "their": 0.2898094115506382}, "actors": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "acts": {"he - their": -0.04835424167966754, "he": 0.2360045666362904, "their": 0.28435880831595794}, "actual": {"he - their": -0.06873857751551693, "he": 0.2557684047881779, "their": 0.32450698230369485}, "actually": {"he - their": -0.020687239844401184, "he": 0.30978109402399057, "their": 0.33046833386839175}, "acute": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "adamant": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "adani": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "adapt": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "adcock": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "added": {"he - their": -0.020996745758244784, "he": 0.28535473207644585, "their": 0.30635147783469063}, "addicts": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "adding": {"he - their": -0.11411158215922615, "he": 0.2188615626423764, "their": 0.33297314480160256}, "addition": {"he - their": -0.019820463575916603, "he": 0.2511954309694252, "their": 0.2710158945453418}, "additional": {"he - their": -0.01973442298696082, "he": 0.28140745714167614, "their": 0.30114188012863696}, "address": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "addressing": {"he - their": 0.0023947811473982727, "he": 0.3055773545078722, "their": 0.30318257336047394}, "adds": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "adjustment": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "administration": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "administrative": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "admins": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "admired": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "admission": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "admitted": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "admitting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "adolescence": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "adopted": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "adoring": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ads": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "adult": {"he - their": 0.02788485834503565, "he": 0.2308861533814066, "their": 0.20300129503637096}, "advance": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "advanced": {"he - their": -0.04835424167966754, "he": 0.2360045666362904, "their": 0.28435880831595794}, "advantage": {"he - their": 0.0564815583956656, "he": 0.30443571062612773, "their": 0.24795415223046213}, "advantages": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "adversaries": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "advert": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "advertisers": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "advisability": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "advisable": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "advocacy": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "advocated": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "advocates": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "advocating": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "aerial": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "affairs": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "affect": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "affectation": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "affected": {"he - their": -0.01898721879520643, "he": 0.27701210344138494, "their": 0.29599932223659137}, "affecting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "afford": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "afghanistan": {"he - their": 0.028020093351986936, "he": 0.24822433673152106, "their": 0.22020424337953412}, "afraid": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "africa": {"he - their": -0.020152897788999757, "he": 0.268954035717085, "their": 0.28910693350608474}, "african": {"he - their": -0.021822323769782964, "he": 0.22001932047257688, "their": 0.24184164424235985}, "africans": {"he - their": -0.06538954663425978, "he": 0.1952647106842501, "their": 0.2606542573185099}, "after": {"he - their": -0.02063851950001827, "he": 0.34299904567685074, "their": 0.363637565176869}, "aftermath": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "again": {"he - their": 0.021799843197237545, "he": 0.32565688263566434, "their": 0.3038570394384268}, "against": {"he - their": -0.02978773741084617, "he": 0.31912219954599436, "their": 0.3489099369568405}, "agape": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "age": {"he - their": -0.07053268095206716, "he": 0.22624911288342076, "their": 0.2967817938354879}, "agencies": {"he - their": 0.0022567175694254704, "he": 0.29825603980601684, "their": 0.29599932223659137}, "agency": {"he - their": -0.019536900776671584, "he": 0.25994421535942025, "their": 0.27948111613609183}, "agenda": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "agent": {"he - their": 0.05673288878035532, "he": 0.28443289494242496, "their": 0.22770000616206965}, "agents": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "ages": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "aggressive": {"he - their": -0.01846666182515888, "he": 0.29331046650630477, "their": 0.31177712833146365}, "agitating": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "agitation": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "ago": {"he - their": -0.03141493402088208, "he": 0.3065739001854821, "their": 0.33798883420636416}, "agree": {"he - their": -0.01864050727455474, "he": 0.3143326375270478, "their": 0.33297314480160256}, "agrees": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ahead": {"he - their": 0.0023947811473982727, "he": 0.3055773545078722, "their": 0.30318257336047394}, "aid": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "aides": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "aids": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "ailing": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "air": {"he - their": -0.0029457356513464816, "he": 0.28273861246543147, "their": 0.28568434811677795}, "airport": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "al": {"he - their": -0.07025572674723035, "he": 0.2308861533814066, "their": 0.30114188012863696}, "aladdin": {"he - their": -0.01865427721253099, "he": 0.18942200122095953, "their": 0.20807627843349052}, "alan": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "alarmed": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "alarms": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "albeit": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "album": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "alchemy": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "alcohol": {"he - their": -0.01919263957200351, "he": 0.2706167719786347, "their": 0.2898094115506382}, "aldous": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "alex": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "alfred": {"he - their": 0.09556467159840584, "he": 0.2985659666347768, "their": 0.20300129503637096}, "algorithm": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "algorithms": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "alien": {"he - their": 0.05694292032304929, "he": 0.25994421535942025, "their": 0.20300129503637096}, "alienation": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "alive": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "all": {"he - their": -0.014802819534771472, "he": 0.3519116740869998, "their": 0.3667144936217713}, "alleviate": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "alleviated": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "alliance": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "alliances": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "allied": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "allies": {"he - their": -0.018113767083985932, "he": 0.30443571062612773, "their": 0.32254947771011366}, "allow": {"he - their": -0.018929627795822634, "he": 0.3055773545078722, "their": 0.32450698230369485}, "allowed": {"he - their": -0.01919263957200351, "he": 0.2706167719786347, "their": 0.2898094115506382}, "allowing": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "almost": {"he - their": 0.002883183074427531, "he": 0.3146349343854283, "their": 0.31175175131100075}, "alone": {"he - their": -0.01846666182515888, "he": 0.29331046650630477, "their": 0.31177712833146365}, "along": {"he - their": -0.029685419492632814, "he": 0.3234971893063417, "their": 0.3531826087989745}, "alongside": {"he - their": -0.13191395038918288, "he": 0.2096203028495787, "their": 0.3415342532387616}, "aloof": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "alpha": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "already": {"he - their": 0.0060015851343570015, "he": 0.32932455735698696, "their": 0.32332297222262996}, "also": {"he - their": -0.054627610580147756, "he": 0.32492716062689664, "their": 0.3795547712070444}, "alternative": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "although": {"he - their": -0.002348743671009512, "he": 0.32097422855162044, "their": 0.32332297222262996}, "always": {"he - their": -0.04093554044862069, "he": 0.2996089694883946, "their": 0.3405445099370153}, "am": {"he - their": -0.021018622956851474, "he": 0.3006831592734811, "their": 0.3217017822303326}, "amaravati": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "amazingly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "amazon": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "ambassador": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "amber": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "amercan": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "america": {"he - their": -0.019172378492747055, "he": 0.29825603980601684, "their": 0.3174284182987639}, "american": {"he - their": 0.04603092792904978, "he": 0.2979814169505939, "their": 0.2519504890215441}, "americans": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "amid": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "among": {"he - their": -0.06122389435121933, "he": 0.278444307609538, "their": 0.3396682019607573}, "amongst": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "amorphous": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "amount": {"he - their": -0.09454470086638811, "he": 0.1952647106842501, "their": 0.2898094115506382}, "amour": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "an": {"he - their": -0.033884084476234144, "he": 0.3568219254175451, "their": 0.39070600989377924}, "analysis": {"he - their": -0.01892869306576589, "he": 0.241725564252744, "their": 0.2606542573185099}, "analyzing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ananias": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "anchor": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "and": {"he - their": -0.032438947439224375, "he": 0.2641734961665871, "their": 0.29661244360581146}, "anders": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "andrew": {"he - their": 0.0564815583956656, "he": 0.30443571062612773, "their": 0.24795415223046213}, "angeles": {"he - their": -0.07053268095206716, "he": 0.22624911288342076, "their": 0.2967817938354879}, "anger": {"he - their": 0.010433017502524511, "he": 0.30443571062612773, "their": 0.2940026931236032}, "angle": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "angry": {"he - their": 0.010433017502524511, "he": 0.30443571062612773, "their": 0.2940026931236032}, "angst": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "animals": {"he - their": -0.1357313471277615, "he": 0.1674440335988083, "their": 0.3031753807265698}, "annihilation": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "announce": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "announced": {"he - their": 0.05686456285808772, "he": 0.2706167719786347, "their": 0.213752209120547}, "announcing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "annual": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "anonymity": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "another": {"he - their": -0.015650309033351795, "he": 0.3375322997656227, "their": 0.3531826087989745}, "answer": {"he - their": -0.034161005377607856, "he": 0.30348884146562544, "their": 0.3376498468432333}, "answered": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "answers": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "antenna": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "anti": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "anticipation": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "antidepressants": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "antigen": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "antique": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "antoni": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "antonin": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "antony": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ants": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "anxiety": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "any": {"he - their": -0.051548481613258534, "he": 0.3209904022710725, "their": 0.37253888388433104}, "anymore": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "anyone": {"he - their": -0.05178662173315801, "he": 0.27689607298703506, "their": 0.32868269472019307}, "anything": {"he - their": -0.06960123759450815, "he": 0.241725564252744, "their": 0.31132680184725214}, "anyway": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "anywhere": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "apart": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "apartment": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "apollo": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "apostles": {"he - their": -0.06678281340037262, "he": 0.1674440335988083, "their": 0.23422684699918092}, "apparent": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "apparently": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "appear": {"he - their": -0.01898721879520643, "he": 0.27701210344138494, "their": 0.29599932223659137}, "appearance": {"he - their": 0.031309838052662076, "he": 0.3055773545078722, "their": 0.27426751645521014}, "appeared": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "appears": {"he - their": -0.06538954663425978, "he": 0.1952647106842501, "their": 0.2606542573185099}, "applications": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "applied": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "apply": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "appointing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "appointments": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "apportioned": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "appreciate": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "approach": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "approached": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "appropriately": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "april": {"he - their": -0.11653047664454402, "he": 0.18942200122095953, "their": 0.30595247786550356}, "arcane": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "archi": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "architects": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "are": {"he - their": -0.048323709321089925, "he": 0.333748548249867, "their": 0.3820722575709569}, "area": {"he - their": -0.09839331231223167, "he": 0.23725888525048064, "their": 0.3356521975627123}, "areas": {"he - their": 0.0020257695232143713, "he": 0.2863845778391723, "their": 0.28435880831595794}, "aren": {"he - their": -0.07358273774209756, "he": 0.2511954309694252, "their": 0.32477816871152276}, "arenas": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "arguably": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "argue": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "argued": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "argument": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "ariane": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "arise": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "arkansas": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "arlington": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "arm": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "armed": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "army": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "arnold": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "around": {"he - their": -0.056637142360533965, "he": 0.31777138129140986, "their": 0.3744085236519438}, "arranged": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "arrangements": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "array": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "arrest": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "arrival": {"he - their": 0.031309838052662076, "he": 0.3055773545078722, "their": 0.27426751645521014}, "arrive": {"he - their": -0.01846666182515888, "he": 0.29331046650630477, "their": 0.31177712833146365}, "arrived": {"he - their": 0.07819222344087917, "he": 0.29194443256142616, "their": 0.213752209120547}, "arrives": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "arsonist": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "arthur": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "article": {"he - their": -0.05790110348249128, "he": 0.2706167719786347, "their": 0.328517875461126}, "artificial": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "artist": {"he - their": 0.027842979599032425, "he": 0.22624911288342076, "their": 0.19840613328438833}, "artists": {"he - their": 0.05663022352043598, "he": 0.29331046650630477, "their": 0.2366802429858688}, "as": {"he - their": -0.03067822233668649, "he": 0.32813166879360806, "their": 0.35880989113029454}, "ascent": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ash": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "ashes": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "asia": {"he - their": -0.06538954663425978, "he": 0.1952647106842501, "their": 0.2606542573185099}, "asian": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "ask": {"he - their": -0.01973442298696082, "he": 0.28140745714167614, "their": 0.30114188012863696}, "asked": {"he - their": -0.020184391839383864, "he": 0.2900164768540788, "their": 0.31020086869346264}, "asking": {"he - their": 0.05673288878035532, "he": 0.28443289494242496, "their": 0.22770000616206965}, "aspect": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "aspects": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "aspirin": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "assailants": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "assembly": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "assertiveness": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "assessment": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "assets": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "assign": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "assignments": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "assists": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "associate": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "associated": {"he - their": 0.010165378487214827, "he": 0.28443289494242496, "their": 0.27426751645521014}, "association": {"he - their": -0.019567900026331242, "he": 0.2863845778391723, "their": 0.30595247786550356}, "associations": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "assume": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "assumptions": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "assurance": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "assurances": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "assured": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "astronomy": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "at": {"he - their": -0.037198511721837746, "he": 0.34360767370834233, "their": 0.3808061854301801}, "athletic": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "atkins": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "atlanta": {"he - their": -0.01892869306576589, "he": 0.241725564252744, "their": 0.2606542573185099}, "atlantic": {"he - their": -0.04777498550507031, "he": 0.24822433673152106, "their": 0.29599932223659137}, "atmospheres": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "atom": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "atoms": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "attack": {"he - their": -0.020687745926879664, "he": 0.294004967285181, "their": 0.31469271321206066}, "attacked": {"he - their": 0.05663022352043598, "he": 0.29331046650630477, "their": 0.2366802429858688}, "attacks": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "attempt": {"he - their": -0.005403072272795351, "he": 0.31780539621405296, "their": 0.3232084684868483}, "attend": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "attending": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "attitude": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "attract": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "attractions": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "au": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "audience": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "audiences": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "audition": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "auditioning": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "auditions": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "aug": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "aussie": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "austin": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "austinites": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "australia": {"he - their": 0.010433017502524511, "he": 0.30443571062612773, "their": 0.2940026931236032}, "australian": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "authenticate": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "authentication": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "author": {"he - their": -0.019172378492747055, "he": 0.29825603980601684, "their": 0.3174284182987639}, "authorities": {"he - their": 0.009721708371724452, "he": 0.2553763850179038, "their": 0.24565467664617932}, "authority": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "autry": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "available": {"he - their": -0.035367159021957084, "he": 0.27638459228904366, "their": 0.31175175131100075}, "avails": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "averaging": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "avoid": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "awaiting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "award": {"he - their": -0.01892869306576589, "he": 0.241725564252744, "their": 0.2606542573185099}, "awards": {"he - their": -0.01829849829543803, "he": 0.2019057450840961, "their": 0.22020424337953412}, "away": {"he - their": -0.054359651278575005, "he": 0.2972517352882706, "their": 0.3516113865668456}, "awe": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "awful": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "awkward": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "awkwardness": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "axel": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "azira": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "b": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "baby": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "bachelor": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "back": {"he - their": 0.007325677251576013, "he": 0.3312914667106605, "their": 0.3239657894590845}, "background": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "backhand": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "backing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "backs": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "bad": {"he - their": -0.0872039018505579, "he": 0.2360045666362904, "their": 0.3232084684868483}, "bail": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "bailey": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "balance": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "balanced": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "ball": {"he - their": 0.028020093351986936, "he": 0.24822433673152106, "their": 0.22020424337953412}, "ballad": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ballerina": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "baloch": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "balochistan": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "ban": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "band": {"he - their": -0.07025572674723035, "he": 0.2308861533814066, "their": 0.30114188012863696}, "bands": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "bang": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "banjo": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "bank": {"he - their": -0.020070424505416157, "he": 0.2048638253066992, "their": 0.22493424981211535}, "banned": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "bans": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "barack": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "barcelona": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "barco": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "barely": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "baring": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "barkley": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "barrel": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "barricaded": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "barring": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "bars": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "base": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "based": {"he - their": -0.02131727064162181, "he": 0.3065739001854821, "their": 0.3278911708271039}, "bases": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "basic": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "basically": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "basis": {"he - their": -0.04859496275468522, "he": 0.2308861533814066, "their": 0.27948111613609183}, "basketball": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "bass": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "battle": {"he - their": 0.002135021010787941, "he": 0.29194443256142616, "their": 0.2898094115506382}, "battles": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "bayiha": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "bbc": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "bc": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "be": {"he - their": -0.053095983113355005, "he": 0.3127291413423208, "their": 0.36582512445567583}, "beak": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "beal": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "beasts": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "beat": {"he - their": 0.02788485834503565, "he": 0.2308861533814066, "their": 0.20300129503637096}, "beating": {"he - their": 0.05663022352043598, "he": 0.29331046650630477, "their": 0.2366802429858688}, "beauty": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "became": {"he - their": -0.051265269004060976, "he": 0.2863845778391723, "their": 0.3376498468432333}, "because": {"he - their": -0.04732958068393234, "he": 0.30643594434176485, "their": 0.3537655250256972}, "become": {"he - their": -0.03068279386659467, "he": 0.3141671486003979, "their": 0.3448499424669926}, "becomes": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "becoming": {"he - their": -0.06873857751551693, "he": 0.2557684047881779, "their": 0.32450698230369485}, "bed": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "bedrock": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "bee": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "beefed": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "been": {"he - their": -0.027361152250013066, "he": 0.34898199110831335, "their": 0.3763431433583264}, "beer": {"he - their": 0.02806839862610827, "he": 0.2557684047881779, "their": 0.22770000616206965}, "beers": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "bees": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "before": {"he - their": -0.03355553805227168, "he": 0.3445818844853136, "their": 0.3781374225375853}, "began": {"he - their": 0.011567387171492638, "he": 0.2972517352882706, "their": 0.28568434811677795}, "begin": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "beginners": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "beginning": {"he - their": -0.002463636399878122, "he": 0.30348884146562544, "their": 0.30595247786550356}, "begrudgingly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "begun": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "behalf": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "behavior": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "behind": {"he - their": -0.020184391839383864, "he": 0.2900164768540788, "their": 0.31020086869346264}, "being": {"he - their": -0.04109188179084933, "he": 0.31348761441579565, "their": 0.354579496206645}, "beliefs": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "believe": {"he - their": -0.06404267901786426, "he": 0.28140745714167614, "their": 0.3454501361595404}, "believed": {"he - their": -0.01919263957200351, "he": 0.2706167719786347, "their": 0.2898094115506382}, "believers": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "believes": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "believing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "bell": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "bello": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "bellota": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "belmont": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "belonging": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "below": {"he - their": -0.019405563762758565, "he": 0.22624911288342076, "their": 0.24565467664617932}, "bemoans": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ben": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "bench": {"he - their": 0.009795755523319571, "he": 0.25994421535942025, "their": 0.2501484598361007}, "beneath": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "benefit": {"he - their": -0.09356227051089525, "he": 0.2096203028495787, "their": 0.30318257336047394}, "benevolence": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "benign": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "benjamin": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "bentley": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "benz": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "berger": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "besides": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "best": {"he - their": -0.028931657837679536, "he": 0.337585342611635, "their": 0.3665170004493145}, "bet": {"he - their": 0.010433017502524511, "he": 0.30443571062612773, "their": 0.2940026931236032}, "better": {"he - their": -0.03068279386659467, "he": 0.3141671486003979, "their": 0.3448499424669926}, "between": {"he - their": -0.06685880222966706, "he": 0.28489738118625385, "their": 0.3517561834159209}, "bewildered": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "bible": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "biblically": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "biden": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "big": {"he - their": 0.00895316192917206, "he": 0.32097422855162044, "their": 0.3120210666224484}, "biggest": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "bilaterally": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "bill": {"he - their": 0.019227908214454748, "he": 0.3152272304510461, "their": 0.29599932223659137}, "billboard": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "billion": {"he - their": -0.06038791482182071, "he": 0.2262835791487814, "their": 0.2866714939706021}, "billions": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "bills": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "birds": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "birth": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "birthday": {"he - their": -0.06504811363064511, "he": 0.2019057450840961, "their": 0.2669538587147412}, "bit": {"he - their": -0.042356775263650864, "he": 0.23429344384660586, "their": 0.2766502191102567}, "bite": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "black": {"he - their": -0.05241189419431813, "he": 0.26541195209789414, "their": 0.3178238462922123}, "blacktower": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "blacktowerfm": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "bladder": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "blake": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "blameless": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "blanchard": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "blast": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "blasting": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "blessed": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "blessing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "blighting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "blinken": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "blocking": {"he - their": -0.03966267829529779, "he": 0.29331046650630477, "their": 0.33297314480160256}, "blog": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "blogs": {"he - their": -0.05710135829633661, "he": 0.28443289494242496, "their": 0.3415342532387616}, "blonde": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "blood": {"he - their": 0.010165378487214827, "he": 0.28443289494242496, "their": 0.27426751645521014}, "blooded": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "blue": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "bluegrass": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "bluntly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "board": {"he - their": 0.010165378487214827, "he": 0.28443289494242496, "their": 0.27426751645521014}, "boast": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "boasts": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "boat": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "bodies": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "body": {"he - their": -0.040967753667823015, "he": 0.26498472419768054, "their": 0.30595247786550356}, "boldly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "bomb": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "bombers": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "bond": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "bonds": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "bones": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "bongo": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "book": {"he - their": -0.00368328311455135, "he": 0.25275452764719664, "their": 0.256437810761748}, "booked": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "books": {"he - their": -0.04193143896298884, "he": 0.2437529091537891, "their": 0.28568434811677795}, "border": {"he - their": -0.01917888439147214, "he": 0.1711490887981914, "their": 0.19032797318966355}, "boring": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "born": {"he - their": 0.07765239454117903, "he": 0.3143326375270478, "their": 0.2366802429858688}, "bot": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "botcha": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "both": {"he - their": -0.045810920664963284, "he": 0.33192707959820344, "their": 0.37773800026316673}, "bots": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "bottle": {"he - their": 0.0564815583956656, "he": 0.30443571062612773, "their": 0.24795415223046213}, "bottom": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "bought": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "bounceback": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "box": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "boy": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "boys": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "bph": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "bradbury": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "brahms": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "branch": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "branches": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "bras": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "brass": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "brault": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "brave": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "bread": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "break": {"he - their": -0.040416314857378954, "he": 0.27701210344138494, "their": 0.3174284182987639}, "breakfast": {"he - their": -0.01829849829543803, "he": 0.2019057450840961, "their": 0.22020424337953412}, "breaking": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "breakup": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "breezily": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "brett": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "bridges": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "briefly": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "bright": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "brighter": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "brightest": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "brilliant": {"he - their": -0.018113767083985932, "he": 0.30443571062612773, "their": 0.32254947771011366}, "brindisa": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "bring": {"he - their": 0.00019728031993759831, "he": 0.3275628953537441, "their": 0.3273656150338065}, "bringing": {"he - their": 0.019227908214454748, "he": 0.3152272304510461, "their": 0.29599932223659137}, "brings": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "brisbane": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "brisvegas": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "britain": {"he - their": 0.031290175242916274, "he": 0.29194443256142616, "their": 0.2606542573185099}, "british": {"he - their": -0.05851084149221597, "he": 0.25994421535942025, "their": 0.3184550568516362}, "broad": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "broadcast": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "broadcasting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "broadchurch": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "broadly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "broadmoor": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "broadway": {"he - their": -0.01848749843629688, "he": 0.1952647106842501, "their": 0.213752209120547}, "brock": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "broken": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "brother": {"he - their": 0.07805179642648272, "he": 0.29825603980601684, "their": 0.22020424337953412}, "brotherly": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "brought": {"he - their": -0.08512335234304541, "he": 0.26498472419768054, "their": 0.35010807654072595}, "brown": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "browne": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "browser": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "browsing": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "brunei": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "brutal": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "bubbling": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "buck": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "buffalo": {"he - their": -0.06538954663425978, "he": 0.1952647106842501, "their": 0.2606542573185099}, "build": {"he - their": -0.03704759970996008, "he": 0.28140745714167614, "their": 0.3184550568516362}, "builders": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "building": {"he - their": 0.05686456285808772, "he": 0.2706167719786347, "their": 0.213752209120547}, "buildings": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "built": {"he - their": 0.009962514660124822, "he": 0.2706167719786347, "their": 0.2606542573185099}, "bulls": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "bunch": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "bunker": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "burgandy": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "burke": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "burn": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "burst": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "bus": {"he - their": -0.049516807061236984, "he": 0.21105881700449228, "their": 0.26057562406572926}, "buses": {"he - their": -0.019104552794257407, "he": 0.2360045666362904, "their": 0.2551091194305478}, "bush": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "bushes": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "business": {"he - their": -0.03476169185744399, "he": 0.2900164768540788, "their": 0.32477816871152276}, "busy": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "but": {"he - their": -0.028083870139203715, "he": 0.3460693073975183, "their": 0.374153177536722}, "butt": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "button": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "buy": {"he - their": -0.03724997588744117, "he": 0.27689607298703506, "their": 0.3141460488744762}, "buying": {"he - their": -0.06960123759450815, "he": 0.241725564252744, "their": 0.31132680184725214}, "buzi": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "by": {"he - their": -0.04030419409986058, "he": 0.3352000250360675, "their": 0.3755042191359281}, "c": {"he - their": -0.02048948020081648, "he": 0.2589931084778629, "their": 0.27948258867867937}, "cadaver": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "cal": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "calcium": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "calculated": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "calibrated": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "california": {"he - their": -0.01865427721253099, "he": 0.18942200122095953, "their": 0.20807627843349052}, "call": {"he - their": -0.04159505188371476, "he": 0.2511954309694252, "their": 0.29279048285313997}, "called": {"he - their": -0.03007900451337714, "he": 0.31744744900414745, "their": 0.3475264535175246}, "calling": {"he - their": -0.06920408156724284, "he": 0.24822433673152106, "their": 0.3174284182987639}, "calm": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "came": {"he - their": -0.031626294553699585, "he": 0.30182852265742566, "their": 0.33345481721112524}, "cameron": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "camouflaged": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "camp": {"he - their": -0.019877117585426374, "he": 0.21105881700449228, "their": 0.23093593458991865}, "campaign": {"he - their": -0.03704759970996008, "he": 0.28140745714167614, "their": 0.3184550568516362}, "campaigns": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "camper": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "camps": {"he - their": 0.009652528441963931, "he": 0.2511954309694252, "their": 0.24154290252746127}, "campus": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "can": {"he - their": -0.07026717950853006, "he": 0.31357988420593735, "their": 0.3838470637144674}, "canada": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "cancel": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "cancelling": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "cancer": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "candidate": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "candidates": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "cannabis": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "cannot": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "canyon": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "capabilities": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "capability": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "capable": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "capacity": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "capital": {"he - their": -0.018929627795822634, "he": 0.3055773545078722, "their": 0.32450698230369485}, "capitalize": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "captivating": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "captured": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "car": {"he - their": 0.018719952193423844, "he": 0.26563811997608733, "their": 0.24691816778266348}, "card": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "cards": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "care": {"he - their": -0.02002453023028017, "he": 0.2727659526228598, "their": 0.29279048285313997}, "cared": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "career": {"he - their": -0.035956898730889364, "he": 0.3055773545078722, "their": 0.3415342532387616}, "careers": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "careful": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "carefully": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "caring": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "carlay": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "carolina": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "carried": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "carry": {"he - their": -0.04881207156316414, "he": 0.22624911288342076, "their": 0.2750611844465849}, "carrying": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "carty": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "case": {"he - their": -0.03015790361263021, "he": 0.3157042653870758, "their": 0.345862168999706}, "cases": {"he - their": 0.07765239454117903, "he": 0.3143326375270478, "their": 0.2366802429858688}, "casey": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "cast": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "casualties": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "catch": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "catering": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "catholic": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "cats": {"he - their": 0.05680786006185082, "he": 0.27701210344138494, "their": 0.22020424337953412}, "cause": {"he - their": -0.07705752653066988, "he": 0.25328619373444833, "their": 0.3303437202651182}, "caused": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "causing": {"he - their": 0.0025555091955841713, "he": 0.3143326375270478, "their": 0.31177712833146365}, "cavaliers": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "cbd": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "ccp": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "cdc": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ceaseless": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ceiling": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "celebrating": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "celtics": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "cement": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "center": {"he - their": -0.019719627021222874, "he": 0.30348884146562544, "their": 0.3232084684868483}, "centered": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "centers": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "central": {"he - their": -0.0872039018505579, "he": 0.2360045666362904, "their": 0.3232084684868483}, "centre": {"he - their": 0.018816755962665632, "he": 0.2734819443409483, "their": 0.25466518837828267}, "century": {"he - their": -0.020946327226533, "he": 0.26812412923604956, "their": 0.28907045646258256}, "certain": {"he - their": -0.03438076503781695, "he": 0.2985659666347768, "their": 0.33294673167259375}, "certainly": {"he - their": -0.042154149030489974, "he": 0.3035365655022822, "their": 0.34569071453277217}, "chair": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "chairman": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "challenge": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "challenges": {"he - their": -0.018113767083985932, "he": 0.30443571062612773, "their": 0.32254947771011366}, "challenging": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "championing": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "chance": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "chances": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "chandler": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "change": {"he - their": -0.03396759998859583, "he": 0.2803031206540374, "their": 0.31427072064263323}, "changed": {"he - their": 0.010433017502524511, "he": 0.30443571062612773, "their": 0.2940026931236032}, "changes": {"he - their": 0.010165378487214827, "he": 0.28443289494242496, "their": 0.27426751645521014}, "channel": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "chaos": {"he - their": 0.028020093351986936, "he": 0.24822433673152106, "their": 0.22020424337953412}, "chaotic": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "chapel": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "character": {"he - their": -0.034161005377607856, "he": 0.30348884146562544, "their": 0.3376498468432333}, "characteristics": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "characterized": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "charge": {"he - their": 0.05663022352043598, "he": 0.29331046650630477, "their": 0.2366802429858688}, "charges": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "charles": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "charlie": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "charrettes": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "chart": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "charting": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "chatham": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "chatty": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "cheapest": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "check": {"he - their": -0.11653047664454402, "he": 0.18942200122095953, "their": 0.30595247786550356}, "checked": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "cheeky": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "cheer": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "cheers": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "cheery": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "chemical": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "chemicals": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "chicago": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "chief": {"he - their": 0.0020257695232143713, "he": 0.2863845778391723, "their": 0.28435880831595794}, "child": {"he - their": 0.009795755523319571, "he": 0.25994421535942025, "their": 0.2501484598361007}, "childhood": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "children": {"he - their": -0.006302837872904032, "he": 0.2827676185896785, "their": 0.28907045646258256}, "china": {"he - their": -0.022151035349460002, "he": 0.21051969989564764, "their": 0.23267073524510765}, "chinese": {"he - their": 0.031204224870097524, "he": 0.268954035717085, "their": 0.23774981084698746}, "chintamaneni": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "chocolate": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "choice": {"he - their": -0.13325316477687588, "he": 0.1952647106842501, "their": 0.328517875461126}, "choose": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "chopin": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "chores": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "christ": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "christian": {"he - their": -0.018113767083985932, "he": 0.30443571062612773, "their": 0.32254947771011366}, "christianity": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "chung": {"he - their": -0.01829849829543803, "he": 0.2019057450840961, "their": 0.22020424337953412}, "church": {"he - their": -0.02106815243932625, "he": 0.21313880354590267, "their": 0.23420695598522892}, "circle": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "circumstances": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "cities": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "citizens": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "city": {"he - their": -0.030871505930676835, "he": 0.30392831269155185, "their": 0.3347998186222287}, "citypaper": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "civic": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "civil": {"he - their": -0.06538954663425978, "he": 0.1952647106842501, "their": 0.2606542573185099}, "civilization": {"he - their": -0.018113767083985932, "he": 0.30443571062612773, "their": 0.32254947771011366}, "cizikas": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "clad": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "claimed": {"he - their": -0.01919263957200351, "he": 0.2706167719786347, "their": 0.2898094115506382}, "claims": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "clarke": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "clarks": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "class": {"he - their": -0.04777498550507031, "he": 0.24822433673152106, "their": 0.29599932223659137}, "classic": {"he - their": 0.019227908214454748, "he": 0.3152272304510461, "their": 0.29599932223659137}, "classifier": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "clean": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "clear": {"he - their": -0.08645021932513247, "he": 0.24733731098662093, "their": 0.3337875303117534}, "clearly": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "cleavage": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "clientele": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "clients": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "climate": {"he - their": -0.09679667604152126, "he": 0.16073690221378845, "their": 0.2575335782553097}, "clinical": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "clippers": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "close": {"he - their": -0.09356227051089525, "he": 0.2096203028495787, "their": 0.30318257336047394}, "closed": {"he - their": -0.11653047664454402, "he": 0.18942200122095953, "their": 0.30595247786550356}, "closest": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "clouded": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "clouds": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "club": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "clue": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "clutchest": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "clutterbuck": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "cm": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "cnd": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "co": {"he - their": -0.040416314857378954, "he": 0.27701210344138494, "their": 0.3174284182987639}, "coach": {"he - their": 0.031204224870097524, "he": 0.268954035717085, "their": 0.23774981084698746}, "coached": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "coaching": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "coalition": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "coast": {"he - their": 0.027725628282936565, "he": 0.2144554730791025, "their": 0.18672984479616594}, "coastal": {"he - their": -0.019104552794257407, "he": 0.2360045666362904, "their": 0.2551091194305478}, "coastguard": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "code": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "cold": {"he - their": 0.010165378487214827, "he": 0.28443289494242496, "their": 0.27426751645521014}, "coleman": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "colin": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "coliseum": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "collapse": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "colleagues": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "collected": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "collection": {"he - their": -0.019405563762758565, "he": 0.22624911288342076, "their": 0.24565467664617932}, "collective": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "college": {"he - their": -0.019382369285825984, "he": 0.29194443256142616, "their": 0.31132680184725214}, "colonization": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "colorectal": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "colours": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "columbia": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "columns": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "com": {"he - their": -0.031981259587482824, "he": 0.30656126980078335, "their": 0.3385425293882662}, "combat": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "combination": {"he - their": -0.04007408736126988, "he": 0.28443289494242496, "their": 0.32450698230369485}, "combine": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "combined": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "come": {"he - their": -0.05106646363043904, "he": 0.31079031655915573, "their": 0.3618567801895948}, "comedians": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "comedy": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "comes": {"he - their": 0.009302948253949894, "he": 0.3430904785657033, "their": 0.3337875303117534}, "comfort": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "comforting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "comical": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "coming": {"he - their": -0.020804345233023158, "he": 0.30656126980078335, "their": 0.3273656150338065}, "command": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "comment": {"he - their": -0.036823890647675994, "he": 0.2863845778391723, "their": 0.3232084684868483}, "commentary": {"he - their": 0.0023947811473982727, "he": 0.3055773545078722, "their": 0.30318257336047394}, "comments": {"he - their": -0.11488667945411615, "he": 0.2096203028495787, "their": 0.32450698230369485}, "commercials": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "commission": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "commissioner": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "commissions": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "commitments": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "committee": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "common": {"he - their": -0.020572111003941684, "he": 0.2972517352882706, "their": 0.3178238462922123}, "commonly": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "communicate": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "communicated": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "communication": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "communications": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "communist": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "communities": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "community": {"he - their": -0.03561744370676112, "he": 0.2707340341279295, "their": 0.30635147783469063}, "companies": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "company": {"he - their": -0.032882547239813875, "he": 0.28625416016032607, "their": 0.31913670740013994}, "comparing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "compassionate": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "compensated": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "compete": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "competent": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "competition": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "complain": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "complaint": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "complete": {"he - their": -0.00794839680599918, "he": 0.3132253479987726, "their": 0.3211737448047718}, "completed": {"he - their": -0.019172378492747055, "he": 0.29825603980601684, "their": 0.3174284182987639}, "completely": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "complex": {"he - their": -0.0025759134938601602, "he": 0.2985659666347768, "their": 0.30114188012863696}, "compliant": {"he - their": -0.01848749843629688, "he": 0.1952647106842501, "their": 0.213752209120547}, "complicated": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "compounded": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "comprehensive": {"he - their": 0.010433017502524511, "he": 0.30443571062612773, "their": 0.2940026931236032}, "comprised": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "compromise": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "compromises": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "compulsion": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "computer": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "computers": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "conceded": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "conceivable": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "conceived": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "concept": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "concern": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "concerned": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "concerns": {"he - their": -0.05710135829633661, "he": 0.28443289494242496, "their": 0.3415342532387616}, "concert": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "concerts": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "concluded": {"he - their": -0.06920408156724284, "he": 0.24822433673152106, "their": 0.3174284182987639}, "conclusion": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "condemned": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "condemning": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "conditioning": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "conditions": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "conduit": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "conference": {"he - their": 0.0030079539674603417, "he": 0.3208318002596726, "their": 0.3178238462922123}, "conferences": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "confidence": {"he - their": 0.0025555091955841713, "he": 0.3143326375270478, "their": 0.31177712833146365}, "confirm": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "confirming": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "conflict": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "confucius": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "congratulate": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "congregation": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "congress": {"he - their": 0.010433017502524511, "he": 0.30443571062612773, "their": 0.2940026931236032}, "connection": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "connections": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "consensus": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "consequence": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "consequences": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "consequently": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "consider": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "considerable": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "consideration": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "considered": {"he - their": -0.03804934171131019, "he": 0.2589931084778629, "their": 0.2970424501891731}, "considering": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "consisted": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "consistent": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "consolation": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "conspiracy": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "constant": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "constantly": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "constitutional": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "constraints": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "construction": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "constructive": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "consulted": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "consumer": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "consumption": {"he - their": -0.11653047664454402, "he": 0.18942200122095953, "their": 0.30595247786550356}, "contact": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "contacted": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "contacting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "contain": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "contained": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "contains": {"he - their": -0.07053268095206716, "he": 0.22624911288342076, "their": 0.2967817938354879}, "contemporary": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "content": {"he - their": -0.05790110348249128, "he": 0.2706167719786347, "their": 0.328517875461126}, "contention": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "context": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "continent": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "continue": {"he - their": -0.018929627795822634, "he": 0.3055773545078722, "their": 0.32450698230369485}, "continued": {"he - their": -0.00794839680599918, "he": 0.3132253479987726, "their": 0.3211737448047718}, "continues": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "contouring": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "contribution": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "control": {"he - their": -0.06960123759450815, "he": 0.241725564252744, "their": 0.31132680184725214}, "controlled": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "controversies": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "convention": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "converging": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "conversation": {"he - their": -0.00204309320869156, "he": 0.3224638890950033, "their": 0.32450698230369485}, "conversations": {"he - their": -0.018113767083985932, "he": 0.30443571062612773, "their": 0.32254947771011366}, "convey": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "conveyed": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "convictions": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "cookies": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "coordinated": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "cop": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "copa": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "cops": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "copy": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "cordial": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "core": {"he - their": -0.019317242723403127, "he": 0.3152272304510461, "their": 0.33454447317444924}, "corner": {"he - their": 0.07805179642648272, "he": 0.29825603980601684, "their": 0.22020424337953412}, "cornerstone": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "coronavirus": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "corp": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "corporate": {"he - their": -0.018729521983220143, "he": 0.24822433673152106, "their": 0.2669538587147412}, "corporation": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "corps": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "correct": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "correctly": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "corrosive": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "cory": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "cosmos": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "cost": {"he - their": -0.04754325644651897, "he": 0.28624427386523443, "their": 0.3337875303117534}, "costly": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "costs": {"he - their": -0.09409357715249528, "he": 0.2019057450840961, "their": 0.29599932223659137}, "could": {"he - their": -0.03522705304651824, "he": 0.31935244316012673, "their": 0.354579496206645}, "couldn": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "council": {"he - their": -0.11694438989103173, "he": 0.18419749023760523, "their": 0.30114188012863696}, "counselling": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "count": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "countach": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "counter": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "counterpart": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "counterparts": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "countries": {"he - their": -0.13378646726588878, "he": 0.18942200122095953, "their": 0.3232084684868483}, "country": {"he - their": -0.04560210674474585, "he": 0.2735346006553941, "their": 0.31913670740013994}, "county": {"he - their": 0.009962514660124822, "he": 0.2706167719786347, "their": 0.2606542573185099}, "couple": {"he - their": -0.052012216088662966, "he": 0.2727659526228598, "their": 0.32477816871152276}, "courageous": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "course": {"he - their": -0.020562182312980792, "he": 0.3132253479987726, "their": 0.3337875303117534}, "court": {"he - their": 0.0007215736954281071, "he": 0.2262439407685737, "their": 0.2255223670731456}, "courtesy": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "cover": {"he - their": 0.009962514660124822, "he": 0.2706167719786347, "their": 0.2606542573185099}, "coverage": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "covered": {"he - their": -0.04808384729789422, "he": 0.241725564252744, "their": 0.2898094115506382}, "covering": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "covid": {"he - their": 0.009875604767132729, "he": 0.26498472419768054, "their": 0.2551091194305478}, "covid19": {"he - their": -0.01829849829543803, "he": 0.2019057450840961, "their": 0.22020424337953412}, "cpi": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "crack": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "cracked": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "crackerjack": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "crazy": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "create": {"he - their": -0.06404267901786426, "he": 0.28140745714167614, "their": 0.3454501361595404}, "creating": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "cred": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "credentials": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "credit": {"he - their": -0.04808384729789422, "he": 0.241725564252744, "their": 0.2898094115506382}, "creepy": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "crippled": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "crippling": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "crisis": {"he - their": -0.03457973148882321, "he": 0.29410296323136986, "their": 0.32868269472019307}, "criterion": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "critical": {"he - their": -0.0025759134938601602, "he": 0.2985659666347768, "their": 0.30114188012863696}, "criticism": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "crore": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "cross": {"he - their": -0.02002453023028017, "he": 0.2727659526228598, "their": 0.29279048285313997}, "crotchety": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "crowd": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "crucial": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "cruise": {"he - their": 0.05673288878035532, "he": 0.28443289494242496, "their": 0.22770000616206965}, "crying": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ctd": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "culpa": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "cultivation": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "cultural": {"he - their": -0.04176962251946381, "he": 0.24733731098662093, "their": 0.28910693350608474}, "culture": {"he - their": -0.03743491607060284, "he": 0.2727659526228598, "their": 0.31020086869346264}, "cultured": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "cup": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "curbs": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "curiosity": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "current": {"he - their": -0.008042752268221709, "he": 0.30978109402399057, "their": 0.3178238462922123}, "currently": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "cursing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "customer": {"he - their": 0.02806839862610827, "he": 0.2557684047881779, "their": 0.22770000616206965}, "cut": {"he - their": -0.09409357715249528, "he": 0.2019057450840961, "their": 0.29599932223659137}, "cuts": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "cutting": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "cynicism": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "d": {"he - their": -0.04082190966316451, "he": 0.30182852265742566, "their": 0.34265043232059017}, "dad": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "dag": {"he - their": -0.01917888439147214, "he": 0.1711490887981914, "their": 0.19032797318966355}, "daily": {"he - their": -0.04007408736126988, "he": 0.28443289494242496, "their": 0.32450698230369485}, "daley": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "damage": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "dance": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "dancers": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "danger": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "dangerous": {"he - their": 0.0564815583956656, "he": 0.30443571062612773, "their": 0.24795415223046213}, "daniel": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "dante": {"he - their": 0.0564815583956656, "he": 0.30443571062612773, "their": 0.24795415223046213}, "dante\u00e2": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "dare": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "dark": {"he - their": -0.04071002986861744, "he": 0.2706167719786347, "their": 0.31132680184725214}, "data": {"he - their": -0.0614936610649541, "he": 0.20584207381438016, "their": 0.26733573487933426}, "date": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "daughter": {"he - their": 0.0018348885404501636, "he": 0.27689607298703506, "their": 0.2750611844465849}, "dawn": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "day": {"he - their": -0.04884993054931647, "he": 0.27916131824965124, "their": 0.3280112487989677}, "days": {"he - their": -0.04257387716731226, "he": 0.2954149570390519, "their": 0.33798883420636416}, "de": {"he - their": 0.02780254976049995, "he": 0.22200596736699943, "their": 0.19420341760649948}, "deacon": {"he - their": -0.01848749843629688, "he": 0.1952647106842501, "their": 0.213752209120547}, "deacons": {"he - their": -0.019285811197357644, "he": 0.1674440335988083, "their": 0.18672984479616594}, "dead": {"he - their": 0.04844828658519054, "he": 0.29410296323136986, "their": 0.24565467664617932}, "deaf": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "deal": {"he - their": -0.019719627021222874, "he": 0.30348884146562544, "their": 0.3232084684868483}, "death": {"he - their": 0.031290175242916274, "he": 0.29194443256142616, "their": 0.2606542573185099}, "deaths": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "debate": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "decades": {"he - their": -0.04835424167966754, "he": 0.2360045666362904, "their": 0.28435880831595794}, "decamp": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "december": {"he - their": -0.019104552794257407, "he": 0.2360045666362904, "their": 0.2551091194305478}, "decide": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "decided": {"he - their": -0.08616313913709556, "he": 0.2511954309694252, "their": 0.33735857010652076}, "decision": {"he - their": -0.0376053252105405, "he": 0.268954035717085, "their": 0.3065593609276255}, "decisions": {"he - their": 0.010165378487214827, "he": 0.28443289494242496, "their": 0.27426751645521014}, "declaration": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "declare": {"he - their": -0.06568711820958828, "he": 0.18942200122095953, "their": 0.2551091194305478}, "declared": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "declined": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "decrease": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "dedicated": {"he - their": -0.019172378492747055, "he": 0.29825603980601684, "their": 0.3174284182987639}, "deep": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "deepen": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "deeper": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "deeply": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "deering": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "defeat": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "defeats": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "defence": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "defend": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "defended": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "defense": {"he - their": 0.05673288878035532, "he": 0.28443289494242496, "their": 0.22770000616206965}, "defensive": {"he - their": 0.010433017502524511, "he": 0.30443571062612773, "their": 0.2940026931236032}, "defiant": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "degrading": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "degree": {"he - their": -0.04777498550507031, "he": 0.24822433673152106, "their": 0.29599932223659137}, "degrees": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "delays": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "delete": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "deliberately": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "deliberation": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "delicacy": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "delicate": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "delight": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "delivered": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "demand": {"he - their": 0.02806839862610827, "he": 0.2557684047881779, "their": 0.22770000616206965}, "demanded": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "demanding": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "demands": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "democracy": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "democratic": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "demographic": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "demolished": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "denied": {"he - their": 0.05694292032304929, "he": 0.25994421535942025, "their": 0.20300129503637096}, "denigrated": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "dennis": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "denominator": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "denuclearization": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "depart": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "department": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "depend": {"he - their": 0.0564815583956656, "he": 0.30443571062612773, "their": 0.24795415223046213}, "dependable": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "depicting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "deployments": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "depressing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "depressingly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "depth": {"he - their": 0.0025555091955841713, "he": 0.3143326375270478, "their": 0.31177712833146365}, "deputy": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "derivative": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "derived": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "derogatory": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "derouen": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "describe": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "described": {"he - their": -0.040967753667823015, "he": 0.26498472419768054, "their": 0.30595247786550356}, "describes": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "describing": {"he - their": 0.010433017502524511, "he": 0.30443571062612773, "their": 0.2940026931236032}, "deserved": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "design": {"he - their": 0.0008423222475233971, "he": 0.23140723340057456, "their": 0.23056491115305117}, "designadvocacy": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "designated": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "designed": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "desires": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "despite": {"he - their": -0.06863231655200575, "he": 0.28624427386523443, "their": 0.3548765904172402}, "destabilized": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "destination": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "destroy": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "detail": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "detailed": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "details": {"he - their": 0.07787734834580257, "he": 0.3055773545078722, "their": 0.22770000616206965}, "detect": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "detective": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "deteriorate": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "determine": {"he - their": 0.01005824472664374, "he": 0.27701210344138494, "their": 0.2669538587147412}, "detroit": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "devastated": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "devastating": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "develop": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "developed": {"he - their": -0.04777498550507031, "he": 0.24822433673152106, "their": 0.29599932223659137}, "developer": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "developers": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "developing": {"he - their": -0.04007408736126988, "he": 0.28443289494242496, "their": 0.32450698230369485}, "development": {"he - their": -0.054226482513621665, "he": 0.23140723340057456, "their": 0.28563371591419623}, "devoid": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "devote": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "devoted": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "dialogue": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "dictated": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "did": {"he - their": -0.0011146394687063799, "he": 0.31126893727395544, "their": 0.3123835767426618}, "didn": {"he - their": -0.03322863548312993, "he": 0.278444307609538, "their": 0.3116729430926679}, "die": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "died": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "difference": {"he - their": -0.05822374428916777, "he": 0.26498472419768054, "their": 0.3232084684868483}, "different": {"he - their": -0.048502033310959036, "he": 0.26812412923604956, "their": 0.3166261625470086}, "difficult": {"he - their": -0.06817510262943122, "he": 0.26479804217217134, "their": 0.33297314480160256}, "difficulty": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "digital": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "dillman": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "dinner": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "diplomats": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "direct": {"he - their": 0.05663022352043598, "he": 0.29331046650630477, "their": 0.2366802429858688}, "directed": {"he - their": 0.05663022352043598, "he": 0.29331046650630477, "their": 0.2366802429858688}, "direction": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "directly": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "director": {"he - their": 0.031241396340855737, "he": 0.27689607298703506, "their": 0.24565467664617932}, "disagrees": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "disappeared": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "disarray": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "disbelief": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "discharge": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "disciple": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "disciplined": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "disciplines": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "discoveries": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "discovery": {"he - their": -0.06538954663425978, "he": 0.1952647106842501, "their": 0.2606542573185099}, "discrete": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "discuss": {"he - their": -0.018929627795822634, "he": 0.3055773545078722, "their": 0.32450698230369485}, "discussed": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "discussion": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "disguise": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "disliked": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "dismantle": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "dismantled": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "dismissed": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "disobedience": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "disorder": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "disordered": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "disorganized": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "disorienting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "dispel": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "display": {"he - their": 0.05690844576419002, "he": 0.26498472419768054, "their": 0.20807627843349052}, "disrespected": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "disrupted": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "disruption": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "disruptive": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "dissenting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "distance": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "distant": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "distracting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "distributing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "distribution": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "distrustful": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "disturb": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ditched": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "dive": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "divide": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "dividends": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "divine": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "division": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "divorce": {"he - their": -0.04835424167966754, "he": 0.2360045666362904, "their": 0.28435880831595794}, "divorced": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "divulge": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "dixie": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "dna": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "do": {"he - their": -0.04444140130216495, "he": 0.31721671551714564, "their": 0.3616581168193106}, "doctorow": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "documented": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "does": {"he - their": -0.03253685221566305, "he": 0.28137239598556757, "their": 0.3139092482012306}, "doesn": {"he - their": 0.00019728031993759831, "he": 0.3275628953537441, "their": 0.3273656150338065}, "dog": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "doing": {"he - their": -0.04961731643711531, "he": 0.29543258563073305, "their": 0.34504990206784836}, "dollars": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "domantas": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "dominated": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "don": {"he - their": -0.044142323592203436, "he": 0.302519577709288, "their": 0.34666190130149144}, "donald": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "done": {"he - their": -0.02150272345317339, "he": 0.3141671486003979, "their": 0.3356698720535713}, "donell": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "donovan": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "doofer": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "door": {"he - their": 0.02806839862610827, "he": 0.2557684047881779, "their": 0.22770000616206965}, "dornan": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "double": {"he - their": -0.06873857751551693, "he": 0.2557684047881779, "their": 0.32450698230369485}, "doubt": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "douglas": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "down": {"he - their": -0.009844181473701308, "he": 0.3255886331924946, "their": 0.3354328146661959}, "downer": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "download": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "doyle": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "dozens": {"he - their": 0.031309838052662076, "he": 0.3055773545078722, "their": 0.27426751645521014}, "dr": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "draconian": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "drafted": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "drama": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "dramatic": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "dramatically": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "draw": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "drawbridge": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "drawn": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "dream": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "dressed": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "drew": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "drilled": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "drink": {"he - their": -0.04808384729789422, "he": 0.241725564252744, "their": 0.2898094115506382}, "drinking": {"he - their": -0.01846666182515888, "he": 0.29331046650630477, "their": 0.31177712833146365}, "drinks": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "drive": {"he - their": -0.01893952639078153, "he": 0.1794666068936068, "their": 0.19840613328438833}, "driver": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "drivers": {"he - their": -0.018729521983220143, "he": 0.24822433673152106, "their": 0.2669538587147412}, "driving": {"he - their": -0.04808384729789422, "he": 0.241725564252744, "their": 0.2898094115506382}, "drop": {"he - their": 0.010433017502524511, "he": 0.30443571062612773, "their": 0.2940026931236032}, "drove": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "drummond": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "drunk": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "drunkard": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "drunkennesss": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "dubious": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "duck": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "due": {"he - their": -0.03023432532093251, "he": 0.31401603970876796, "their": 0.34425036502970047}, "dues": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "duffey": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "dumped": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "during": {"he - their": -0.03672445519287926, "he": 0.3110496919135999, "their": 0.34777414710647914}, "dvo\u0159\u00e1k": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "dysfunctional": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "e": {"he - their": -0.032519762997862744, "he": 0.31293037316167766, "their": 0.3454501361595404}, "each": {"he - their": 0.02393169042552279, "he": 0.2883989872572695, "their": 0.2644672968317467}, "ear": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "earbuds": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "earlier": {"he - their": 0.01908485049868497, "he": 0.2985659666347768, "their": 0.27948111613609183}, "early": {"he - their": -0.06131455839438993, "he": 0.3075448580818632, "their": 0.36885941647625314}, "earned": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ears": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "earth": {"he - their": -0.06504811363064511, "he": 0.2019057450840961, "their": 0.2669538587147412}, "easier": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "easily": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "east": {"he - their": -0.020687239844401184, "he": 0.30978109402399057, "their": 0.33046833386839175}, "eastern": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "easy": {"he - their": -0.04859496275468522, "he": 0.2308861533814066, "their": 0.27948111613609183}, "eat": {"he - their": -0.018729521983220143, "he": 0.24822433673152106, "their": 0.2669538587147412}, "eating": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "ecclesial": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "economic": {"he - their": -0.07122887503767544, "he": 0.2144554730791025, "their": 0.28568434811677795}, "economics": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "economies": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "economists": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ecstatic": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ed": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "eddie": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "eddy": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "edge": {"he - their": 0.07848993970264673, "he": 0.27689607298703506, "their": 0.19840613328438833}, "edit": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "editor": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "edl": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "edmund": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "eds": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "education": {"he - their": -0.134257566614031, "he": 0.18419749023760523, "their": 0.3184550568516362}, "effect": {"he - their": -0.01898721879520643, "he": 0.27701210344138494, "their": 0.29599932223659137}, "effective": {"he - their": -0.018729521983220143, "he": 0.24822433673152106, "their": 0.2669538587147412}, "effectively": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "effects": {"he - their": -0.0955945775529781, "he": 0.1794666068936068, "their": 0.2750611844465849}, "effort": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "efforts": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "eggshells": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "egypt": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "eight": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "either": {"he - their": -0.00794839680599918, "he": 0.3132253479987726, "their": 0.3211737448047718}, "elder": {"he - their": -0.01829849829543803, "he": 0.2019057450840961, "their": 0.22020424337953412}, "elders": {"he - their": -0.01917888439147214, "he": 0.1711490887981914, "their": 0.19032797318966355}, "elect": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "election": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "elections": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "electricity": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "electrode": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "electromagnetic": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "electronic": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "elements": {"he - their": 0.01005824472664374, "he": 0.27701210344138494, "their": 0.2669538587147412}, "eliminate": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "eliot": {"he - their": 0.07909991666641994, "he": 0.22791287202201577, "their": 0.14881295535559583}, "eliot\u00e2": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "ellen": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "elliott": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "elon": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "else": {"he - their": -0.04007408736126988, "he": 0.28443289494242496, "their": 0.32450698230369485}, "eludes": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "email": {"he - their": 0.01913003314966749, "he": 0.30348884146562544, "their": 0.28435880831595794}, "emanates": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "embarks": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "embarrassment": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "embassy": {"he - their": -0.04859496275468522, "he": 0.2308861533814066, "their": 0.27948111613609183}, "embedded": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "embiid": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "emboldening": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "embraced": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "emerged": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "emergency": {"he - their": -0.01968479942868112, "he": 0.2553763850179038, "their": 0.2750611844465849}, "emeritus": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "emerson": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "emotional": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "emotionally": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "emphasis": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "emphasise": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "emphasised": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "emphasize": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "emphasizing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "employ": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "employed": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "empty": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "enable": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "enabling": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "encountering": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "encourage": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "encouraged": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "encyclopedia": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "end": {"he - their": -0.03943467541968354, "he": 0.3075448580818632, "their": 0.34697953350154676}, "endeavor": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "endeavour": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "endeavours": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ended": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "ending": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "endless": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "endlessly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "endoscopic": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "endured": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "enduring": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "enemy": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "energetic": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "energy": {"he - their": -0.060883574192805656, "he": 0.21717954793022742, "their": 0.2780631221230331}, "enforcement": {"he - their": 0.027618731247206096, "he": 0.2048638253066992, "their": 0.1772450940594931}, "engage": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "engaged": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "engagement": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "engaging": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "engineering": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "engineers": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "england": {"he - their": -0.040416314857378954, "he": 0.27701210344138494, "their": 0.3174284182987639}, "english": {"he - their": 0.031290175242916274, "he": 0.29194443256142616, "their": 0.2606542573185099}, "engrained": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "enjoy": {"he - their": -0.09356227051089525, "he": 0.2096203028495787, "their": 0.30318257336047394}, "enjoys": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "enlargement": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "enough": {"he - their": -0.04119766476921671, "he": 0.25994421535942025, "their": 0.30114188012863696}, "enquiry": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "enrolled": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ensemble": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ensnare": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ensure": {"he - their": -0.04808384729789422, "he": 0.241725564252744, "their": 0.2898094115506382}, "ensuring": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "entered": {"he - their": 0.07504840238746185, "he": 0.33015752181800967, "their": 0.2551091194305478}, "entering": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "entertain": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "entertainment": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "enthusiast": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "entire": {"he - their": -0.007847486678154603, "he": 0.31693068203336816, "their": 0.32477816871152276}, "entirely": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "entrepreneur": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "entropy": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "environment": {"he - their": -0.08871990764746729, "he": 0.2144554730791025, "their": 0.3031753807265698}, "environmental": {"he - their": -0.08679231120838199, "he": 0.241725564252744, "their": 0.328517875461126}, "epidemic": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "episode": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "equal": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "equipment": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "equipping": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "er": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "era": {"he - their": 0.0025555091955841713, "he": 0.3143326375270478, "their": 0.31177712833146365}, "eric": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "erm": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "erode": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "eros": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "error": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "ers": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "escape": {"he - their": 0.0564815583956656, "he": 0.30443571062612773, "their": 0.24795415223046213}, "esoteric": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "especially": {"he - their": -0.035367159021957084, "he": 0.27638459228904366, "their": 0.31175175131100075}, "essential": {"he - their": 0.010165378487214827, "he": 0.28443289494242496, "their": 0.27426751645521014}, "essentially": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "establish": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "established": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "establishing": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "establishment": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "esteemed": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "estimated": {"he - their": -0.06504811363064511, "he": 0.2019057450840961, "their": 0.2669538587147412}, "estranged": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "estrangement": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "estrangements": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "et": {"he - their": -0.07053268095206716, "he": 0.22624911288342076, "their": 0.2967817938354879}, "etc": {"he - their": -0.01898721879520643, "he": 0.27701210344138494, "their": 0.29599932223659137}, "etiquette": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "eui": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "europe": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "european": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "evaluate": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "evaluating": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "even": {"he - their": -0.017427403367134997, "he": 0.326028984143477, "their": 0.34345638751061197}, "evening": {"he - their": 0.05663022352043598, "he": 0.29331046650630477, "their": 0.2366802429858688}, "event": {"he - their": -0.04835424167966754, "he": 0.2360045666362904, "their": 0.28435880831595794}, "events": {"he - their": -0.11606209116300203, "he": 0.1952647106842501, "their": 0.31132680184725214}, "eventually": {"he - their": 0.011998212843877698, "he": 0.3294266311426416, "their": 0.3174284182987639}, "ever": {"he - their": -0.03720321699735735, "he": 0.32111529782239806, "their": 0.3583185148197554}, "every": {"he - their": -0.02991302674745333, "he": 0.32111529782239806, "their": 0.3510283245698514}, "everybody": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "everyday": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "everyone": {"he - their": -0.05178662173315801, "he": 0.27689607298703506, "their": 0.32868269472019307}, "everything": {"he - their": -0.042699908024371735, "he": 0.29296996402919956, "their": 0.3356698720535713}, "everywhere": {"he - their": -0.06504811363064511, "he": 0.2019057450840961, "their": 0.2669538587147412}, "evidence": {"he - their": 0.009962514660124822, "he": 0.2706167719786347, "their": 0.2606542573185099}, "evidenced": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "evident": {"he - their": 0.010433017502524511, "he": 0.30443571062612773, "their": 0.2940026931236032}, "ex": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "exactly": {"he - their": 0.019177607971737287, "he": 0.3089870195223755, "their": 0.2898094115506382}, "examination": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "examines": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "examining": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "example": {"he - their": -0.06433045098010037, "he": 0.27689607298703506, "their": 0.34122652396713543}, "examples": {"he - their": -0.057532369733064304, "he": 0.27701210344138494, "their": 0.33454447317444924}, "exceedingly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "excellent": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "except": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "exception": {"he - their": 0.02806839862610827, "he": 0.2557684047881779, "their": 0.22770000616206965}, "exchange": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "excited": {"he - their": -0.018729521983220143, "he": 0.24822433673152106, "their": 0.2669538587147412}, "exclusionary": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "exclusive": {"he - their": -0.018729521983220143, "he": 0.24822433673152106, "their": 0.2669538587147412}, "exclusively": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "excoriated": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "executive": {"he - their": 0.009875604767132729, "he": 0.26498472419768054, "their": 0.2551091194305478}, "exercise": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "exercises": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "exist": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "existence": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "existential": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "existing": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "exists": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "exiting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "exodus": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "exoplanets": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "expand": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "expanded": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "expat": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "expats": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "expect": {"he - their": 0.019177607971737287, "he": 0.3089870195223755, "their": 0.2898094115506382}, "expectations": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "expected": {"he - their": -0.0030239807373240724, "he": 0.27946203539368164, "their": 0.2824860161310057}, "expense": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "expenses": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "experience": {"he - their": -0.020043085643106362, "he": 0.29410296323136986, "their": 0.3141460488744762}, "experienced": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "experiences": {"he - their": -0.08632013644292819, "he": 0.24822433673152106, "their": 0.33454447317444924}, "experiencetheride": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "expert": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "expertise": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "experts": {"he - their": -0.06920408156724284, "he": 0.24822433673152106, "their": 0.3174284182987639}, "explain": {"he - their": 0.019177607971737287, "he": 0.3089870195223755, "their": 0.2898094115506382}, "explained": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "explains": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "explore": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "explored": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "explores": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "exploring": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "explosion": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "explosions": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "explosive": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "export": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "exposed": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "exposing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "express": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "expressed": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "expresses": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "expressing": {"he - their": -0.018113767083985932, "he": 0.30443571062612773, "their": 0.32254947771011366}, "extended": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "extension": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "extensive": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "extent": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "extra": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "extracting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "extraordinary": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "extreme": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "extremely": {"he - their": -0.01919263957200351, "he": 0.2706167719786347, "their": 0.2898094115506382}, "extremists": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "exult": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "eye": {"he - their": 0.09476388293293364, "he": 0.3224638890950033, "their": 0.22770000616206965}, "eyes": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "f": {"he - their": 0.01005824472664374, "he": 0.27701210344138494, "their": 0.2669538587147412}, "face": {"he - their": -0.04007408736126988, "he": 0.28443289494242496, "their": 0.32450698230369485}, "faced": {"he - their": -0.06873857751551693, "he": 0.2557684047881779, "their": 0.32450698230369485}, "faces": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "facet": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "facility": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "facing": {"he - their": -0.019382369285825984, "he": 0.29194443256142616, "their": 0.31132680184725214}, "fact": {"he - their": -0.02101726317728403, "he": 0.3146349343854283, "their": 0.3356521975627123}, "factor": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "factories": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "factors": {"he - their": -0.07239187793507207, "he": 0.19429138920541372, "their": 0.2666832671404858}, "facts": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "faculty": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "fahrenheit": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "fail": {"he - their": 0.010165378487214827, "he": 0.28443289494242496, "their": 0.27426751645521014}, "failed": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "failure": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "fair": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "faith": {"he - their": -0.01898721879520643, "he": 0.27701210344138494, "their": 0.29599932223659137}, "faithful": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "fall": {"he - their": -0.019536900776671584, "he": 0.25994421535942025, "their": 0.27948111613609183}, "fallen": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "falling": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "falls": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "false": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "fame": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "familial": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "familiar": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "family": {"he - their": 0.012499509456194602, "he": 0.30166517898010775, "their": 0.28916566952391315}, "famous": {"he - their": 0.010165378487214827, "he": 0.28443289494242496, "their": 0.27426751645521014}, "fans": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "fantastic": {"he - their": -0.01846666182515888, "he": 0.29331046650630477, "their": 0.31177712833146365}, "far": {"he - their": -0.03561744370676112, "he": 0.2707340341279295, "their": 0.30635147783469063}, "fare": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "farmers": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "farrell": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "fast": {"he - their": -0.018113767083985932, "he": 0.30443571062612773, "their": 0.32254947771011366}, "fastdoc": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "father": {"he - their": -0.01919263957200351, "he": 0.2706167719786347, "their": 0.2898094115506382}, "fathers": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "fatigued": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "fatty": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "fault": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "favor": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "favorite": {"he - their": -0.05851084149221597, "he": 0.25994421535942025, "their": 0.3184550568516362}, "favorites": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "favour": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "favourite": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "fc": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "fear": {"he - their": 0.009962514660124822, "he": 0.2706167719786347, "their": 0.2606542573185099}, "fearful": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "feasibility": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "feasible": {"he - their": -0.01829849829543803, "he": 0.2019057450840961, "their": 0.22020424337953412}, "feat": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "feature": {"he - their": -0.04900992717834238, "he": 0.22200596736699943, "their": 0.2710158945453418}, "features": {"he - their": 0.009962514660124822, "he": 0.2706167719786347, "their": 0.2606542573185099}, "february": {"he - their": 0.07765239454117903, "he": 0.3143326375270478, "their": 0.2366802429858688}, "federal": {"he - their": 0.01904177878478497, "he": 0.29410296323136986, "their": 0.2750611844465849}, "feed": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "feel": {"he - their": -0.03704759970996008, "he": 0.28140745714167614, "their": 0.3184550568516362}, "feeling": {"he - their": -0.01919263957200351, "he": 0.2706167719786347, "their": 0.2898094115506382}, "feelings": {"he - their": 0.03130218109127564, "he": 0.29825603980601684, "their": 0.2669538587147412}, "feels": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "fees": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "feigned": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "fell": {"he - their": -0.04007408736126988, "he": 0.28443289494242496, "their": 0.32450698230369485}, "fellow": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "felt": {"he - their": -0.019536900776671584, "he": 0.25994421535942025, "their": 0.27948111613609183}, "female": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "fenced": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "fencing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "festival": {"he - their": -0.01829849829543803, "he": 0.2019057450840961, "their": 0.22020424337953412}, "fever": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "few": {"he - their": -0.10916719721939444, "he": 0.22882163698696972, "their": 0.33798883420636416}, "fewer": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "fibrinolysins": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "fiction": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "fictions": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "fictitious": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "field": {"he - their": -0.06695190014758226, "he": 0.1639840344423364, "their": 0.23093593458991865}, "fields": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "fifty": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "fight": {"he - their": -0.019889090216859417, "he": 0.2985659666347768, "their": 0.3184550568516362}, "figure": {"he - their": -0.03817967415046969, "he": 0.2560613589093236, "their": 0.29424103305979327}, "figured": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "figures": {"he - their": -0.03966267829529779, "he": 0.29331046650630477, "their": 0.33297314480160256}, "file": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "filled": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "film": {"he - their": -0.021018017997953525, "he": 0.24344927883379316, "their": 0.2644672968317467}, "filmmakers": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "filmmaking": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "films": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "final": {"he - their": -0.052012216088662966, "he": 0.2727659526228598, "their": 0.32477816871152276}, "finally": {"he - their": 0.019281315734529347, "he": 0.3224638890950033, "their": 0.30318257336047394}, "financial": {"he - their": -0.07228544993384517, "he": 0.2706167719786347, "their": 0.3429022219124799}, "find": {"he - their": -0.029541710519574382, "he": 0.32932455735698696, "their": 0.35886626787656134}, "finding": {"he - their": 0.02806839862610827, "he": 0.2557684047881779, "their": 0.22770000616206965}, "finds": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "fine": {"he - their": -0.01898721879520643, "he": 0.27701210344138494, "their": 0.29599932223659137}, "finest": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "fingers": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "finish": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "finished": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "fir": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "fire": {"he - their": -0.020401655399887725, "he": 0.19429138920541372, "their": 0.21469304460530145}, "fired": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "first": {"he - their": -0.006148188478891481, "he": 0.35869666897340774, "their": 0.3648448574522992}, "firstly": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "fissures": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "fit": {"he - their": -0.01898721879520643, "he": 0.27701210344138494, "their": 0.29599932223659137}, "five": {"he - their": -0.02131727064162181, "he": 0.3065739001854821, "their": 0.3278911708271039}, "flag": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "flagship": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "flapping": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "flash": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "flashmob": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "flat": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "flavour": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "flawlessly": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "flayed": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "flesh": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "flight": {"he - their": -0.04777498550507031, "he": 0.24822433673152106, "their": 0.29599932223659137}, "flock": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "flurry": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "fly": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "focus": {"he - their": -0.08679231120838199, "he": 0.241725564252744, "their": 0.328517875461126}, "focused": {"he - their": -0.06817510262943122, "he": 0.26479804217217134, "their": 0.33297314480160256}, "focuses": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "folk": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "follow": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "followed": {"he - their": -0.0376053252105405, "he": 0.268954035717085, "their": 0.3065593609276255}, "following": {"he - their": -0.01973442298696082, "he": 0.28140745714167614, "their": 0.30114188012863696}, "follows": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "food": {"he - their": -0.061205549366379675, "he": 0.24394247073544006, "their": 0.30514802010181974}, "foolish": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "foot": {"he - their": 0.05663022352043598, "he": 0.29331046650630477, "their": 0.2366802429858688}, "for": {"he - their": -0.03878562066623353, "he": 0.3247642116209981, "their": 0.36354983228723164}, "forage": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "force": {"he - their": -0.018929627795822634, "he": 0.3055773545078722, "their": 0.32450698230369485}, "forced": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "forces": {"he - their": -0.019382369285825984, "he": 0.29194443256142616, "their": 0.31132680184725214}, "forcibly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "forecast": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "foreign": {"he - their": 0.01885101403373396, "he": 0.27638459228904366, "their": 0.2575335782553097}, "foreigners": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "forensic": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "foresight": {"he - their": -0.0672577540665823, "he": 0.15767649574553305, "their": 0.22493424981211535}, "foretold": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "forge": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "forgiveness": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "forgotten": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "form": {"he - their": -0.041405408817584144, "he": 0.2553763850179038, "their": 0.2967817938354879}, "formal": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "formative": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "formed": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "former": {"he - their": -0.03476169185744399, "he": 0.2900164768540788, "their": 0.32477816871152276}, "formidable": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "forms": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "fortune": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "forty": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "forum": {"he - their": -0.09454470086638811, "he": 0.1952647106842501, "their": 0.2898094115506382}, "forums": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "forward": {"he - their": -0.06920408156724284, "he": 0.24822433673152106, "their": 0.3174284182987639}, "forwarded": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "fosters": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "foucault": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "found": {"he - their": -0.06019499884709706, "he": 0.26099143705546396, "their": 0.321186435902561}, "foundation": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "founder": {"he - their": 0.0564815583956656, "he": 0.30443571062612773, "their": 0.24795415223046213}, "four": {"he - their": -0.03267103975224328, "he": 0.2783560656252478, "their": 0.31102710537749106}, "fourth": {"he - their": -0.05994758921318741, "he": 0.23429344384660586, "their": 0.29424103305979327}, "foyer": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "fracturing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "framework": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "franchise": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "francisco": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "frank": {"he - their": -0.06873857751551693, "he": 0.2557684047881779, "their": 0.32450698230369485}, "frantic": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "frantically": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "fraternal": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "frederick": {"he - their": -0.06504811363064511, "he": 0.2019057450840961, "their": 0.2669538587147412}, "free": {"he - their": -0.05438331306048794, "he": 0.30966004399524777, "their": 0.3640433570557357}, "freedom": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "freeing": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "french": {"he - their": 0.05673288878035532, "he": 0.28443289494242496, "their": 0.22770000616206965}, "frenzy": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "frequent": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "fresh": {"he - their": 0.02806839862610827, "he": 0.2557684047881779, "their": 0.22770000616206965}, "freshman": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "freshmen": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "friday": {"he - their": -0.0193740841182774, "he": 0.26498472419768054, "their": 0.28435880831595794}, "friend": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "friendly": {"he - their": -0.09356227051089525, "he": 0.2096203028495787, "their": 0.30318257336047394}, "friends": {"he - their": -0.05178662173315801, "he": 0.27689607298703506, "their": 0.32868269472019307}, "friendship": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "fringe": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "from": {"he - their": -0.026326380987564013, "he": 0.36058298119985344, "their": 0.38690936218741745}, "front": {"he - their": -0.036823890647675994, "he": 0.2863845778391723, "their": 0.3232084684868483}, "frontier": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "frontiers": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "fruit": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "frustration": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "ft": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "fuel": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "fuels": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "fukushima": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "fulfills": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "full": {"he - their": -0.0596096861371887, "he": 0.2707340341279295, "their": 0.3303437202651182}, "fully": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "function": {"he - their": -0.06960123759450815, "he": 0.241725564252744, "their": 0.31132680184725214}, "functioning": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "fundamental": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "funds": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "funeral": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "funnily": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "further": {"he - their": 0.017503443722899525, "he": 0.3065739001854821, "their": 0.28907045646258256}, "future": {"he - their": -0.04475423766782238, "he": 0.2526927229422278, "their": 0.29744696061005016}, "futurists": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "futurologist": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "g": {"he - their": -0.036823890647675994, "he": 0.2863845778391723, "their": 0.3232084684868483}, "gain": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "gained": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "galaxies": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "game": {"he - their": -0.009124041839646435, "he": 0.2716170845832717, "their": 0.28074112642291815}, "gamecock": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "gamecocks": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "games": {"he - their": 0.011671705035431135, "he": 0.3044621878885711, "their": 0.29279048285313997}, "gangavaram": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "garage": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "garden": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "garnet": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "gas": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "gases": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "gather": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "gathered": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "gathering": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "gauntlet": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "gave": {"he - their": 0.0030079539674603417, "he": 0.3208318002596726, "their": 0.3178238462922123}, "geez": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "gene": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "general": {"he - their": -0.07266512264555275, "he": 0.26498472419768054, "their": 0.3376498468432333}, "generalised": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "generally": {"he - their": -0.018113767083985932, "he": 0.30443571062612773, "their": 0.32254947771011366}, "generating": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "generations": {"he - their": -0.04777498550507031, "he": 0.24822433673152106, "their": 0.29599932223659137}, "genie": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "genius": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "genocide": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "genre": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "gentlemen": {"he - their": -0.01829849829543803, "he": 0.2019057450840961, "their": 0.22020424337953412}, "gently": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "genuine": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "genuinely": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "geographically": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "george": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "georgia": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "germany": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "gershshwin": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "gestures": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "get": {"he - their": -0.04652613515020043, "he": 0.3084963350373155, "their": 0.3550224701875159}, "gets": {"he - their": 0.01005824472664374, "he": 0.27701210344138494, "their": 0.2669538587147412}, "getting": {"he - their": -0.04230180474697143, "he": 0.3006831592734811, "their": 0.34298496402045253}, "ghastly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ghost": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "girl": {"he - their": 0.0015963931914143026, "he": 0.26541195209789414, "their": 0.26381555890647984}, "girls": {"he - their": -0.019104552794257407, "he": 0.2360045666362904, "their": 0.2551091194305478}, "give": {"he - their": -0.044367528634754294, "he": 0.2972517352882706, "their": 0.3416192639230249}, "given": {"he - their": -0.021906822422126382, "he": 0.3035536035915897, "their": 0.3254604260137161}, "giving": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "glad": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "glazing": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "global": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "glorious": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "gloves": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "go": {"he - their": -0.016031719711393222, "he": 0.32685724662362264, "their": 0.34288896633501587}, "goal": {"he - their": -0.005524683689958565, "he": 0.31293037316167766, "their": 0.3184550568516362}, "goals": {"he - their": 0.0019263410055843089, "he": 0.28140745714167614, "their": 0.27948111613609183}, "gobert": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "god": {"he - their": -0.049516807061236984, "he": 0.21105881700449228, "their": 0.26057562406572926}, "godliness": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "going": {"he - their": -0.00374424169029286, "he": 0.3650488487965202, "their": 0.3687930904868131}, "gold": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "golden": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "gone": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "good": {"he - their": -0.06693872007008628, "he": 0.2837544840164773, "their": 0.35069320408656357}, "google": {"he - their": -0.0205511913865071, "he": 0.22882163698696972, "their": 0.24937282837347682}, "googled": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "gordon": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "gordonsville": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "gosh": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "gospel": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "got": {"he - their": -0.04387477198644868, "he": 0.27003447621478194, "their": 0.3139092482012306}, "gotten": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "govern": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "governance": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "governing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "government": {"he - their": -0.047638821060076775, "he": 0.2763269683990077, "their": 0.3239657894590845}, "governments": {"he - their": -0.06568711820958828, "he": 0.18942200122095953, "their": 0.2551091194305478}, "grabbed": {"he - their": 0.010433017502524511, "he": 0.30443571062612773, "their": 0.2940026931236032}, "grace": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "graduated": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "grand": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "grant": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "granted": {"he - their": -0.019172378492747055, "he": 0.29825603980601684, "their": 0.3174284182987639}, "graphic": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "grasp": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "grasped": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "gray": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "great": {"he - their": -0.022116183787502852, "he": 0.29807696639998116, "their": 0.320193150187484}, "greater": {"he - their": -0.036823890647675994, "he": 0.2863845778391723, "their": 0.3232084684868483}, "greatest": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "greatly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "green": {"he - their": -0.09053798348429545, "he": 0.18752513863873763, "their": 0.2780631221230331}, "greenberger": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "greet": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "grey": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "gridlock": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ground": {"he - their": -0.13745972580409868, "he": 0.14692087125896933, "their": 0.284380597063068}, "group": {"he - their": -0.03842642902908844, "he": 0.29700638563710746, "their": 0.3354328146661959}, "grouping": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "groupon": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "groups": {"he - their": -0.019820463575916603, "he": 0.2511954309694252, "their": 0.2710158945453418}, "grow": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "growing": {"he - their": -0.051265269004060976, "he": 0.2863845778391723, "their": 0.3376498468432333}, "grown": {"he - their": -0.06920408156724284, "he": 0.24822433673152106, "their": 0.3174284182987639}, "growth": {"he - their": -0.13541027212943407, "he": 0.1711490887981914, "their": 0.3065593609276255}, "grumbling": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "guarantee": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "guarantees": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "guard": {"he - their": -0.04808384729789422, "he": 0.241725564252744, "their": 0.2898094115506382}, "guests": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "guiana": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "guillard": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "guilt": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "guilty": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "guitarist": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "guy": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "gwadar": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "h": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "hacienda": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "had": {"he - their": -0.026759257621630672, "he": 0.3316254565479119, "their": 0.3583847141695426}, "hadn": {"he - their": -0.01864050727455474, "he": 0.3143326375270478, "their": 0.33297314480160256}, "haggard": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hair": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "half": {"he - their": -0.0030239807373240724, "he": 0.27946203539368164, "their": 0.2824860161310057}, "halftime": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "hall": {"he - their": -0.04777498550507031, "he": 0.24822433673152106, "their": 0.29599932223659137}, "ham": {"he - their": -0.09923890989123296, "he": 0.12020659316219723, "their": 0.2194455030534302}, "hamburg": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hand": {"he - their": -0.05275864283313786, "he": 0.2589931084778629, "their": 0.31175175131100075}, "handed": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "handedly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "handful": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "handicaps": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "handing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "handle": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "handling": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "hands": {"he - their": -0.06873857751551693, "he": 0.2557684047881779, "their": 0.32450698230369485}, "hank": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "happen": {"he - their": -0.002463636399878122, "he": 0.30348884146562544, "their": 0.30595247786550356}, "happened": {"he - their": -0.04071002986861744, "he": 0.2706167719786347, "their": 0.31132680184725214}, "happening": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "happenings": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "happens": {"he - their": 0.05680786006185082, "he": 0.27701210344138494, "their": 0.22020424337953412}, "happy": {"he - their": -0.03966267829529779, "he": 0.29331046650630477, "their": 0.33297314480160256}, "harassment": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hard": {"he - their": -0.020914527204119515, "he": 0.3035365655022822, "their": 0.3244510927064017}, "harder": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hardest": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "hardly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "harping": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "has": {"he - their": -0.023316687250183543, "he": 0.3527920944343143, "their": 0.37610878168449785}, "hasn": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hassan": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hassles": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hate": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hates": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "haunting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "have": {"he - their": -0.03422171821233183, "he": 0.35098844847695837, "their": 0.3852101666892902}, "haven": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "having": {"he - their": 0.006089090370175521, "he": 0.3530686238717223, "their": 0.34697953350154676}, "hawaii": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "hayward": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hazards": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "he": {"he - their": 0.08055806035672175, "he": 0.3980398566251028, "their": 0.317481796268381}, "head": {"he - their": -0.03417132895587305, "he": 0.27569612680652966, "their": 0.3098674557624027}, "headed": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "headquarters": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "healing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "health": {"he - their": -0.05275864283313786, "he": 0.2589931084778629, "their": 0.31175175131100075}, "healthy": {"he - their": -0.07228544993384517, "he": 0.2706167719786347, "their": 0.3429022219124799}, "hear": {"he - their": -0.11606209116300203, "he": 0.1952647106842501, "their": 0.31132680184725214}, "heard": {"he - their": 0.011618198373457067, "he": 0.3007251318795418, "their": 0.28910693350608474}, "hearing": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "heart": {"he - their": -0.033635763790002216, "he": 0.3152272304510461, "their": 0.34886299424104833}, "heartfelt": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "heat": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "heavy": {"he - their": -0.018729521983220143, "he": 0.24822433673152106, "their": 0.2669538587147412}, "height": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "held": {"he - their": -0.021676203768969726, "he": 0.32097422855162044, "their": 0.34265043232059017}, "helicopters": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hell": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "helms": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "help": {"he - their": -0.05464274927810403, "he": 0.30551156638991755, "their": 0.3601543156680216}, "helpadchoicespublisherslegaltermsprivacycopyrightsocial": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "helped": {"he - their": -0.04007408736126988, "he": 0.28443289494242496, "their": 0.32450698230369485}, "helpless": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "helps": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "her": {"he - their": -0.0469830060330301, "he": 0.20805179877851568, "their": 0.2550348048115458}, "here": {"he - their": -0.012883557798349543, "he": 0.34263813672553056, "their": 0.3555216945238801}, "heroes": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "herself": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "hide": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "hiding": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "high": {"he - their": -0.02187926824160502, "he": 0.29156066822324084, "their": 0.31343993646484586}, "higher": {"he - their": -0.037763428628675655, "he": 0.26541195209789414, "their": 0.3031753807265698}, "highest": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "highlight": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "highly": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "highway": {"he - their": -0.018729521983220143, "he": 0.24822433673152106, "their": 0.2669538587147412}, "hike": {"he - their": -0.019652670044031206, "he": 0.15478128540747058, "their": 0.17443395545150178}, "hilarious": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hill": {"he - their": -0.01865427721253099, "he": 0.18942200122095953, "their": 0.20807627843349052}, "him": {"he - their": 0.025199383015795107, "he": 0.3466259083939629, "their": 0.3214265253781678}, "himself": {"he - their": 0.011998212843877698, "he": 0.3294266311426416, "their": 0.3174284182987639}, "hint": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hipper": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hire": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "his": {"he - their": 0.020095975714529757, "he": 0.366576688087183, "their": 0.34648071237265327}, "historic": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "historical": {"he - their": -0.06873857751551693, "he": 0.2557684047881779, "their": 0.32450698230369485}, "historically": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "history": {"he - their": -0.03232073741654551, "he": 0.2862293847465158, "their": 0.31855012216306133}, "hit": {"he - their": 0.03344891278039647, "he": 0.30851009722698136, "their": 0.2750611844465849}, "hits": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hold": {"he - their": -0.0468841695247636, "he": 0.2985659666347768, "their": 0.3454501361595404}, "holding": {"he - their": 0.02806839862610827, "he": 0.2557684047881779, "their": 0.22770000616206965}, "holds": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "holes": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "holy": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "home": {"he - their": -0.00611948104189014, "he": 0.31861021995870936, "their": 0.3247297010005995}, "homemade": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "homes": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "honed": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "honest": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "honor": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "honors": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "honourable": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hoofer": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hope": {"he - their": -0.0025759134938601602, "he": 0.2985659666347768, "their": 0.30114188012863696}, "hoped": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "horror": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hospital": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "hospitals": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "hosts": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "hot": {"he - their": -0.005738680804891538, "he": 0.3044621878885711, "their": 0.31020086869346264}, "hotel": {"he - their": 0.02797335513219701, "he": 0.241725564252744, "their": 0.213752209120547}, "hour": {"he - their": 0.0067298133399055216, "he": 0.31693068203336816, "their": 0.31020086869346264}, "hours": {"he - their": -0.052012216088662966, "he": 0.2727659526228598, "their": 0.32477816871152276}, "house": {"he - their": -0.009636533608719133, "he": 0.3208318002596726, "their": 0.33046833386839175}, "how": {"he - their": -0.04207002809731536, "he": 0.3392386385047019, "their": 0.38130866660201723}, "however": {"he - their": -0.047881855301949716, "he": 0.29636850972775075, "their": 0.34425036502970047}, "https": {"he - their": 0.0023947811473982727, "he": 0.3055773545078722, "their": 0.30318257336047394}, "hubble": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hubs": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hug": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "huge": {"he - their": -0.06404267901786426, "he": 0.28140745714167614, "their": 0.3454501361595404}, "hugh": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "hugo": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "human": {"he - their": -0.007847486678154603, "he": 0.31693068203336816, "their": 0.32477816871152276}, "humans": {"he - their": -0.04119766476921671, "he": 0.25994421535942025, "their": 0.30114188012863696}, "humbly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hundred": {"he - their": -0.09356227051089525, "he": 0.2096203028495787, "their": 0.30318257336047394}, "hundreds": {"he - their": 0.0564815583956656, "he": 0.30443571062612773, "their": 0.24795415223046213}, "hunger": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hurt": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "husband": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "hustling": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hutcherson": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hutton": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "huxley": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hylton": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hypertrophy": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "hypocrisy": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "i": {"he - their": -0.022228363141572893, "he": 0.26655903835679784, "their": 0.28878740149837073}, "ia": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ib\u00e9rico": {"he - their": -0.06886837861266301, "he": 0.12334307277422607, "their": 0.19221145138688908}, "ice": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "iced": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "idea": {"he - their": -0.0710135601304206, "he": 0.2508762773488147, "their": 0.3218898374792353}, "ideas": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "identical": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "identification": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "identified": {"he - their": -0.04777498550507031, "he": 0.24822433673152106, "their": 0.29599932223659137}, "identify": {"he - their": 0.01005824472664374, "he": 0.27701210344138494, "their": 0.2669538587147412}, "identity": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "if": {"he - their": -0.04464749137235574, "he": 0.33634247176006954, "their": 0.3809899631324253}, "igbinidu": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ignited": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ignorance": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "ignore": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "igp": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ii": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "iknow": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ill": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "illness": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "illusion": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "imagine": {"he - their": -0.01898721879520643, "he": 0.27701210344138494, "their": 0.29599932223659137}, "imagined": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "imagining": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "immediately": {"he - their": -0.0650563817704976, "he": 0.26541195209789414, "their": 0.33046833386839175}, "immensely": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "imminent": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "impact": {"he - their": -0.057532369733064304, "he": 0.27701210344138494, "their": 0.33454447317444924}, "imparted": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "impatience": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "impeding": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "implemented": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "importance": {"he - their": -0.06960123759450815, "he": 0.241725564252744, "their": 0.31132680184725214}, "important": {"he - their": -0.015766810310003987, "he": 0.33425957856870864, "their": 0.3500263888787126}, "impose": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "impossible": {"he - their": -0.01898721879520643, "he": 0.27701210344138494, "their": 0.29599932223659137}, "impressed": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "impressive": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "improved": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "improvement": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "impulse": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "imran": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "in": {"he - their": -0.030416858206156028, "he": 0.2874499587480562, "their": 0.3178668169542122}, "inaction": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "incheon": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "incident": {"he - their": -0.06618806975257252, "he": 0.1794666068936068, "their": 0.24565467664617932}, "incidents": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "incision": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "include": {"he - their": -0.03168505055216736, "he": 0.3132253479987726, "their": 0.34491039855093997}, "included": {"he - their": -0.019889090216859417, "he": 0.2985659666347768, "their": 0.3184550568516362}, "includes": {"he - their": -0.04777498550507031, "he": 0.24822433673152106, "their": 0.29599932223659137}, "including": {"he - their": -0.04872399323177168, "he": 0.3288780321782783, "their": 0.37760202541005}, "inclusion": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "incompetence": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "incomprehensibly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "inconsistency": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "increase": {"he - their": -0.04119766476921671, "he": 0.25994421535942025, "their": 0.30114188012863696}, "increased": {"he - their": 0.05686456285808772, "he": 0.2706167719786347, "their": 0.213752209120547}, "increasingly": {"he - their": -0.05710135829633661, "he": 0.28443289494242496, "their": 0.3415342532387616}, "incredible": {"he - their": 0.02797335513219701, "he": 0.241725564252744, "their": 0.213752209120547}, "incredibly": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "indeed": {"he - their": 0.05663022352043598, "he": 0.29331046650630477, "their": 0.2366802429858688}, "independent": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "india": {"he - their": -0.018929627795822634, "he": 0.3055773545078722, "their": 0.32450698230369485}, "indian": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "indicated": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "indistinguishable": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "individual": {"he - their": -0.01898721879520643, "he": 0.27701210344138494, "their": 0.29599932223659137}, "individuals": {"he - their": -0.036823890647675994, "he": 0.2863845778391723, "their": 0.3232084684868483}, "indoors": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "inducted": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "industrial": {"he - their": -0.11411158215922615, "he": 0.2188615626423764, "their": 0.33297314480160256}, "industry": {"he - their": -0.01988572084845286, "he": 0.27689607298703506, "their": 0.2967817938354879}, "ineffective": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "inefficiency": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "inevitably": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "infects": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "infiltrates": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "inflammatory": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "inflict": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "influenced": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "informal": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "information": {"he - their": -0.035085233826780804, "he": 0.28273861246543147, "their": 0.3178238462922123}, "informed": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "informs": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "inhabit": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "inherently": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "initiative": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "injured": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "injuries": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "injury": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "ink": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "inmates": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "innocent": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "innovations": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "innovative": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "inoculated": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "insect": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "inside": {"he - their": 0.01783765389081504, "he": 0.34104612237766335, "their": 0.3232084684868483}, "insisted": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "insisting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "inspector": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "inspired": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "inspiring": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "instability": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "instance": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "instead": {"he - their": -0.03118197159704722, "he": 0.3118029924234053, "their": 0.34298496402045253}, "instincts": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "institutes": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "institution": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "institutional": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "institutions": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "instruments": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "insurgency": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "intelligence": {"he - their": -0.07025572674723035, "he": 0.2308861533814066, "their": 0.30114188012863696}, "intended": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "intends": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "intense": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "intention": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "intentions": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "intents": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "interaction": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "interactions": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "interactive": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "interest": {"he - their": -0.13378646726588878, "he": 0.18942200122095953, "their": 0.3232084684868483}, "interested": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "interesting": {"he - their": -0.04007408736126988, "he": 0.28443289494242496, "their": 0.32450698230369485}, "internal": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "internally": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "international": {"he - their": -0.047342093252441986, "he": 0.2900164768540788, "their": 0.33735857010652076}, "internet": {"he - their": 0.01913003314966749, "he": 0.30348884146562544, "their": 0.28435880831595794}, "interrupted": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "intervene": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "interview": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "interviews": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "into": {"he - their": -0.03378886751810306, "he": 0.33771879262141313, "their": 0.3715076601395162}, "introduction": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "invades": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "invented": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "invention": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "inventor": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "invested": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "investigates": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "investigation": {"he - their": -0.040416314857378954, "he": 0.27701210344138494, "their": 0.3174284182987639}, "investigations": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "investment": {"he - their": -0.018729521983220143, "he": 0.24822433673152106, "their": 0.2669538587147412}, "investments": {"he - their": -0.01848749843629688, "he": 0.1952647106842501, "their": 0.213752209120547}, "invitation": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "invited": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "inviting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "involved": {"he - their": -0.020787463663352268, "he": 0.3208318002596726, "their": 0.3416192639230249}, "involves": {"he - their": -0.018113767083985932, "he": 0.30443571062612773, "their": 0.32254947771011366}, "ionigeria": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "iran": {"he - their": -0.051103174459481954, "he": 0.17604891428993993, "their": 0.2271520887494219}, "iranian": {"he - their": -0.06640341741885955, "he": 0.17513948510860172, "their": 0.24154290252746127}, "ireland": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "irish": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "iron": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "irony": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "irrational": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "irritated": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "is": {"he - their": -0.022586862202140623, "he": 0.311064493245687, "their": 0.33365135544782765}, "isabelle": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "isay": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "islamic": {"he - their": -0.11653047664454402, "he": 0.18942200122095953, "their": 0.30595247786550356}, "island": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "islanders": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "isn": {"he - their": -0.08645021932513247, "he": 0.24733731098662093, "their": 0.3337875303117534}, "israel": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "issue": {"he - their": 0.023748045634323478, "he": 0.27003447621478194, "their": 0.24628643058045846}, "issued": {"he - their": 0.01005824472664374, "he": 0.27701210344138494, "their": 0.2669538587147412}, "issues": {"he - their": -0.020184391839383864, "he": 0.2900164768540788, "their": 0.31020086869346264}, "it": {"he - their": -0.04397678261979099, "he": 0.3177030188028946, "their": 0.3616798014226856}, "italian": {"he - their": -0.06568711820958828, "he": 0.18942200122095953, "their": 0.2551091194305478}, "italy": {"he - their": -0.019658372230375226, "he": 0.21809143861661223, "their": 0.23774981084698746}, "item": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "items": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "its": {"he - their": -0.0214867235073386, "he": 0.3135526074414921, "their": 0.3350393309488307}, "itself": {"he - their": 0.0003404734670291454, "he": 0.33412800377878255, "their": 0.3337875303117534}, "j": {"he - their": 0.04600298724697249, "he": 0.3035365655022822, "their": 0.2575335782553097}, "jack": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "jaded": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "jagan": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "jam": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "james": {"he - their": -0.018729521983220143, "he": 0.24822433673152106, "their": 0.2669538587147412}, "jamie": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "jane": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "japan": {"he - their": -0.09716920361407352, "he": 0.15478128540747058, "their": 0.2519504890215441}, "japanese": {"he - their": -0.019536935160461844, "he": 0.22200596736699943, "their": 0.24154290252746127}, "jargon": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "javad": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "jayson": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "jazz": {"he - their": -0.018803804798765728, "he": 0.18419749023760523, "their": 0.20300129503637096}, "jealous": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "jeff": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "jefferson": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "jelly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "jerry": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "jerusalem": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "jesus": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "job": {"he - their": -0.020804345233023158, "he": 0.30656126980078335, "their": 0.3273656150338065}, "jobs": {"he - their": -0.06920408156724284, "he": 0.24822433673152106, "their": 0.3174284182987639}, "jodrell": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "joe": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "joel": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "johannes": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "johansson": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "john": {"he - their": 0.035135173176213175, "he": 0.32792565602935314, "their": 0.29279048285313997}, "johnson": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "join": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "joined": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "joint": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "joke": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "jokes": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "jonas": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "jones": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "jordan": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "jordon": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "josef": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "joshua": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "journal": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "journey": {"he - their": 0.009962514660124822, "he": 0.2706167719786347, "their": 0.2606542573185099}, "joy": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "joyfully": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "judging": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "judy": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "jules": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "july": {"he - their": 0.031309838052662076, "he": 0.3055773545078722, "their": 0.27426751645521014}, "jumped": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "june": {"he - their": 0.033441921049531975, "he": 0.3007251318795418, "their": 0.26728321083000983}, "junior": {"he - their": -0.01829849829543803, "he": 0.2019057450840961, "their": 0.22020424337953412}, "just": {"he - their": -0.038159717908384905, "he": 0.3303890873230246, "their": 0.3685488052314095}, "justice": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "justify": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "k": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "kang": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "karen": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "kashmir": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "kc": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "keen": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "keep": {"he - their": 0.0020257695232143713, "he": 0.2863845778391723, "their": 0.28435880831595794}, "keeping": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "kenya": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "kept": {"he - their": 0.0020257695232143713, "he": 0.2863845778391723, "their": 0.28435880831595794}, "key": {"he - their": -0.06873857751551693, "he": 0.2557684047881779, "their": 0.32450698230369485}, "keynote": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "khan": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "kid": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "kidding": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "kids": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "kilauea": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "killed": {"he - their": 0.05663022352043598, "he": 0.29331046650630477, "their": 0.2366802429858688}, "killer": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "killers": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "killing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "kilometer": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "kind": {"he - their": -0.05060695443503149, "he": 0.29825603980601684, "their": 0.34886299424104833}, "kindle": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "kindly": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "kingdom": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "klaxons": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "km": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "knew": {"he - their": -0.020043085643106362, "he": 0.29410296323136986, "their": 0.3141460488744762}, "knicks": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "knocking": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "knocks": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "knott": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "know": {"he - their": -0.023914090915912845, "he": 0.33324573552976483, "their": 0.3571598264456777}, "knowing": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "knowledge": {"he - their": -0.04777498550507031, "he": 0.24822433673152106, "their": 0.29599932223659137}, "known": {"he - their": -0.0456029116192877, "he": 0.3127156032004677, "their": 0.3583185148197554}, "knows": {"he - their": -0.01846666182515888, "he": 0.29331046650630477, "their": 0.31177712833146365}, "korea": {"he - their": -0.06538954663425978, "he": 0.1952647106842501, "their": 0.2606542573185099}, "korean": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "kourou": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "kratz": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "l": {"he - their": -0.04835424167966754, "he": 0.2360045666362904, "their": 0.28435880831595794}, "labor": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "laboratory": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "lack": {"he - their": -0.01898721879520643, "he": 0.27701210344138494, "their": 0.29599932223659137}, "lacked": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "ladder": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "lady": {"he - their": 0.01005824472664374, "he": 0.27701210344138494, "their": 0.2669538587147412}, "lagos": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "laid": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "lamborghini": {"he - their": 0.02797335513219701, "he": 0.241725564252744, "their": 0.213752209120547}, "lamppost": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "land": {"he - their": 0.011472627250575906, "he": 0.2909552159292553, "their": 0.27948258867867937}, "landing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "language": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "large": {"he - their": -0.06994791122921315, "he": 0.2360045666362904, "their": 0.30595247786550356}, "larger": {"he - their": -0.018729521983220143, "he": 0.24822433673152106, "their": 0.2669538587147412}, "largest": {"he - their": -0.09454470086638811, "he": 0.1952647106842501, "their": 0.2898094115506382}, "last": {"he - their": -0.050526236063197894, "he": 0.3112839147422799, "their": 0.3618101508054778}, "late": {"he - their": 0.012954258974010757, "he": 0.33412800377878255, "their": 0.3211737448047718}, "later": {"he - their": -0.004186869326749165, "he": 0.32714723735437007, "their": 0.33133410668111923}, "lateral": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "latest": {"he - their": 0.027928288202799884, "he": 0.2360045666362904, "their": 0.20807627843349052}, "latter": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "launch": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "launched": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "lava": {"he - their": -0.01848749843629688, "he": 0.1952647106842501, "their": 0.213752209120547}, "law": {"he - their": -0.09039501972676084, "he": 0.1896894593627973, "their": 0.28008447908955814}, "lawson": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "lawyers": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "lax": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "lay": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "lead": {"he - their": -0.02131727064162181, "he": 0.3065739001854821, "their": 0.3278911708271039}, "leader": {"he - their": 0.009795755523319571, "he": 0.25994421535942025, "their": 0.2501484598361007}, "leaders": {"he - their": -0.08585013894923166, "he": 0.2553763850179038, "their": 0.34122652396713543}, "leadership": {"he - their": 0.009795755523319571, "he": 0.25994421535942025, "their": 0.2501484598361007}, "leading": {"he - their": 0.0023947811473982727, "he": 0.3055773545078722, "their": 0.30318257336047394}, "leads": {"he - their": 0.05663022352043598, "he": 0.29331046650630477, "their": 0.2366802429858688}, "league": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "leaky": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "leaning": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "learn": {"he - their": 0.009875604767132729, "he": 0.26498472419768054, "their": 0.2551091194305478}, "learning": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "least": {"he - their": -0.02129720898064663, "he": 0.3308157738548802, "their": 0.35211298283552683}, "leave": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "leaves": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "leaving": {"he - their": 0.010433017502524511, "he": 0.30443571062612773, "their": 0.2940026931236032}, "lebron": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "led": {"he - their": 0.0019263410055843089, "he": 0.28140745714167614, "their": 0.27948111613609183}, "lee": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "left": {"he - their": -0.021674062685871465, "he": 0.30966004399524777, "their": 0.33133410668111923}, "legal": {"he - their": -0.01898721879520643, "he": 0.27701210344138494, "their": 0.29599932223659137}, "legend": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "legendary": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "legs": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "length": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "lengthening": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "lengthier": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "less": {"he - their": -0.05510564239899335, "he": 0.29807696639998116, "their": 0.3531826087989745}, "let": {"he - their": -0.03132381715036631, "he": 0.29984115812293916, "their": 0.33116497527330546}, "letter": {"he - their": -0.05922204994100455, "he": 0.24733731098662093, "their": 0.3065593609276255}, "letters": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "level": {"he - their": -0.037910969967110464, "he": 0.26210175570743366, "their": 0.3000127256745441}, "levies": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "liberating": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "libraries": {"he - their": -0.06568711820958828, "he": 0.18942200122095953, "their": 0.2551091194305478}, "licks": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "lies": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "life": {"he - their": -0.047284987158364156, "he": 0.3203388627481922, "their": 0.36762384990655633}, "lifted": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "light": {"he - their": 0.0022567175694254704, "he": 0.29825603980601684, "their": 0.29599932223659137}, "like": {"he - their": -0.02549721960003526, "he": 0.33876562806210625, "their": 0.3642628476621415}, "liked": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "likely": {"he - their": 0.017532299916688088, "he": 0.3091213913938177, "their": 0.29158909147712964}, "likes": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "limits": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "line": {"he - their": -0.01968479942868112, "he": 0.2553763850179038, "their": 0.2750611844465849}, "lineman": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "linemen": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "lines": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "lingering": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "linked": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "links": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "lipgloss": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "liquid": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "lisa": {"he - their": -0.01829849829543803, "he": 0.2019057450840961, "their": 0.22020424337953412}, "listen": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "listening": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "literature": {"he - their": 0.0023947811473982727, "he": 0.3055773545078722, "their": 0.30318257336047394}, "little": {"he - their": -0.029836016395405007, "he": 0.3201903724833076, "their": 0.3500263888787126}, "liu": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "live": {"he - their": -0.051265269004060976, "he": 0.2863845778391723, "their": 0.3376498468432333}, "lived": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "liverpool": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "lives": {"he - their": -0.06920408156724284, "he": 0.24822433673152106, "their": 0.3174284182987639}, "living": {"he - their": -0.10117665765973588, "he": 0.241725564252744, "their": 0.3429022219124799}, "ll": {"he - their": -0.04973010588942317, "he": 0.29346158568225716, "their": 0.34319169157168034}, "loads": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "loan": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "lobes": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "local": {"he - their": -0.03278744864529154, "he": 0.2883989872572695, "their": 0.321186435902561}, "located": {"he - their": -0.04808384729789422, "he": 0.241725564252744, "their": 0.2898094115506382}, "location": {"he - their": 0.056992013362925725, "he": 0.2511954309694252, "their": 0.19420341760649948}, "locations": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "lodged": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "lodging": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "logged": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "logical": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "logistic": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "logistical": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "logistics": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "lollipop": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "lollipops": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "london": {"he - their": -0.09409357715249528, "he": 0.2019057450840961, "their": 0.29599932223659137}, "lone": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "long": {"he - their": -0.015284007242998887, "he": 0.3258866825706358, "their": 0.3411706898136347}, "longer": {"he - their": -0.04835424167966754, "he": 0.2360045666362904, "their": 0.28435880831595794}, "longest": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "look": {"he - their": -0.05962939878961532, "he": 0.30077776636972353, "their": 0.36040716515933885}, "looked": {"he - their": 0.011618198373457067, "he": 0.3007251318795418, "their": 0.28910693350608474}, "looking": {"he - their": -0.10490022521108344, "he": 0.250650668552739, "their": 0.35555089376382243}, "looks": {"he - their": 0.019177607971737287, "he": 0.3089870195223755, "their": 0.2898094115506382}, "loop": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "loose": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "looting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "lore": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "lorentzian": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "los": {"he - their": -0.07053268095206716, "he": 0.22624911288342076, "their": 0.2967817938354879}, "lose": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "losing": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "loss": {"he - their": 0.0025555091955841713, "he": 0.3143326375270478, "their": 0.31177712833146365}, "losses": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "lost": {"he - their": -0.005834229048083672, "he": 0.3007251318795418, "their": 0.3065593609276255}, "lot": {"he - their": -0.06789500638428991, "he": 0.2954149570390519, "their": 0.3633099634233418}, "lots": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "lou": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "love": {"he - their": -0.022337116189216133, "he": 0.30392831269155185, "their": 0.326265428880768}, "loved": {"he - their": -0.04007408736126988, "he": 0.28443289494242496, "their": 0.32450698230369485}, "loves": {"he - their": 0.010433017502524511, "he": 0.30443571062612773, "their": 0.2940026931236032}, "loving": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "lovitz": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "low": {"he - their": -0.0061626175733678346, "he": 0.28807841548642543, "their": 0.29424103305979327}, "lower": {"he - their": -0.04176962251946381, "he": 0.24733731098662093, "their": 0.28910693350608474}, "lowest": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "luca": {"he - their": -0.06660072204879605, "he": 0.1711490887981914, "their": 0.23774981084698746}, "lucky": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "lucrative": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "lunch": {"he - their": -0.1155226732146678, "he": 0.2019057450840961, "their": 0.3174284182987639}, "lung": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "luxury": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "m": {"he - their": -0.005780309451907717, "he": 0.3308013484393924, "their": 0.3365816578913001}, "mad": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "made": {"he - their": -0.017929403660131904, "he": 0.3287088428392308, "their": 0.3466382464993627}, "magazine": {"he - their": 0.07819222344087917, "he": 0.29194443256142616, "their": 0.213752209120547}, "magic": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "magical": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "mail": {"he - their": -0.018729521983220143, "he": 0.24822433673152106, "their": 0.2669538587147412}, "mails": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "main": {"he - their": -0.03743491607060284, "he": 0.2727659526228598, "their": 0.31020086869346264}, "mainstream": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "maintain": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "maintained": {"he - their": 0.010433017502524511, "he": 0.30443571062612773, "their": 0.2940026931236032}, "maintains": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "major": {"he - their": -0.06545798422853882, "he": 0.2589931084778629, "their": 0.3244510927064017}, "majority": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "make": {"he - their": -0.05292939388874707, "he": 0.34376497064510214, "their": 0.3966943645338492}, "makers": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "makes": {"he - their": -0.08619943446895145, "he": 0.26541195209789414, "their": 0.3516113865668456}, "makeup": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "making": {"he - their": -0.044696981633457034, "he": 0.2909552159292553, "their": 0.3356521975627123}, "makran": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "malformed": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "malignant": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "malik": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "malindi": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "malone": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mammals": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "man": {"he - their": 0.009750683537843419, "he": 0.3540010485675439, "their": 0.34425036502970047}, "manage": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "managed": {"he - their": -0.0025759134938601602, "he": 0.2985659666347768, "their": 0.30114188012863696}, "management": {"he - their": -0.01898721879520643, "he": 0.27701210344138494, "their": 0.29599932223659137}, "manager": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "mandolin": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "manufactured": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "manufacturing": {"he - their": -0.01865427721253099, "he": 0.18942200122095953, "their": 0.20807627843349052}, "many": {"he - their": -0.004212707995301546, "he": 0.34838703169718105, "their": 0.3525997396924826}, "map": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "march": {"he - their": -0.060248819475612836, "he": 0.22882163698696972, "their": 0.28907045646258256}, "margins": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mark": {"he - their": 0.04833276220386562, "he": 0.3089870195223755, "their": 0.2606542573185099}, "marked": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "markers": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "market": {"he - their": 0.009467765159996588, "he": 0.24040369974991524, "their": 0.23093593458991865}, "marketing": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "marriage": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "married": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "martinez": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "marveled": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mary": {"he - their": -0.01846666182515888, "he": 0.29331046650630477, "their": 0.31177712833146365}, "masks": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "massacre": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "massive": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "match": {"he - their": 0.010433017502524511, "he": 0.30443571062612773, "their": 0.2940026931236032}, "matches": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "matchup": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "material": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "math": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "matter": {"he - their": -0.036573442899699826, "he": 0.29194443256142616, "their": 0.328517875461126}, "matterhorn": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "matters": {"he - their": -0.01898721879520643, "he": 0.27701210344138494, "their": 0.29599932223659137}, "maximum": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "may": {"he - their": -0.04217704130275857, "he": 0.3123266757274419, "their": 0.35450371703020045}, "maybe": {"he - their": 0.009721708371724452, "he": 0.2553763850179038, "their": 0.24565467664617932}, "mayhem": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mayor": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "mayoral": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mcavennie": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mcgregor": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mckenzie": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "me": {"he - their": -0.025272370142285283, "he": 0.3088529428099236, "their": 0.3341253129522089}, "mea": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mean": {"he - their": -0.01953085593875048, "he": 0.3089870195223755, "their": 0.328517875461126}, "meaning": {"he - their": -0.04007408736126988, "he": 0.28443289494242496, "their": 0.32450698230369485}, "meanings": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "means": {"he - their": -0.06484838313048563, "he": 0.27569612680652966, "their": 0.3405445099370153}, "meant": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "meanwhile": {"he - their": -0.05710135829633661, "he": 0.28443289494242496, "their": 0.3415342532387616}, "measure": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "measures": {"he - their": 0.019227908214454748, "he": 0.3152272304510461, "their": 0.29599932223659137}, "meat": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "mechanics": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mechanism": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "medals": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "media": {"he - their": -0.05522121561668564, "he": 0.2827676185896785, "their": 0.33798883420636416}, "median": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "medical": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "medication": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "meditation": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "meet": {"he - their": -0.018113767083985932, "he": 0.30443571062612773, "their": 0.32254947771011366}, "meeting": {"he - their": -0.09493680709499841, "he": 0.18942200122095953, "their": 0.28435880831595794}, "meetings": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "megabox": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "meh": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mehmood": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mellow": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "melt": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "meltdown": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "member": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "members": {"he - their": -0.12832471181123775, "he": 0.20201900845388046, "their": 0.3303437202651182}, "memorable": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "memory": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "men": {"he - their": -0.021272954819677448, "he": 0.2588115242698807, "their": 0.28008447908955814}, "mena": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "menace": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mentality": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "menu": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mercedes": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mercurial": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mercy": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mere": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "merle": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "message": {"he - their": 0.010433017502524511, "he": 0.30443571062612773, "their": 0.2940026931236032}, "messy": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "met": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "meter": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "methods": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "mia": {"he - their": -0.019285811197357644, "he": 0.1674440335988083, "their": 0.18672984479616594}, "miami": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "michael": {"he - their": -0.034161005377607856, "he": 0.30348884146562544, "their": 0.3376498468432333}, "micheal": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "michel": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "michelangelo": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "microsoft": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "mid": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "middle": {"he - their": 0.002135021010787941, "he": 0.29194443256142616, "their": 0.2898094115506382}, "midway": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "midweek": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "might": {"he - their": -0.009051648205310792, "he": 0.3511026674627108, "their": 0.3601543156680216}, "mighty": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "mile": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "miles": {"he - their": -0.06538954663425978, "he": 0.1952647106842501, "their": 0.2606542573185099}, "militaries": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "military": {"he - their": -0.07053268095206716, "he": 0.22624911288342076, "their": 0.2967817938354879}, "millennium": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "miller": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "million": {"he - their": -0.053065284100242305, "he": 0.25328619373444833, "their": 0.30635147783469063}, "mind": {"he - their": 0.02806839862610827, "he": 0.2557684047881779, "their": 0.22770000616206965}, "minds": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "mine": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "minimize": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "minimum": {"he - their": -0.09409357715249528, "he": 0.2019057450840961, "their": 0.29599932223659137}, "minister": {"he - their": -0.03385854395733007, "he": 0.2827676185896785, "their": 0.3166261625470086}, "ministerial": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ministers": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "ministry": {"he - their": -0.01892869306576589, "he": 0.241725564252744, "their": 0.2606542573185099}, "minor": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "minute": {"he - their": -0.0030239807373240724, "he": 0.27946203539368164, "their": 0.2824860161310057}, "minutes": {"he - their": 0.033441921049531975, "he": 0.3007251318795418, "their": 0.26728321083000983}, "mirror": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mirrors": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "misconduct": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "misery": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "misreading": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "miss": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "missiles": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "missing": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "mission": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "missionary": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "missions": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "missteps": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "misunderstand": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mitchell": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "mixed": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mla": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "mls": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "moaning": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mob": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mobile": {"he - their": 0.05663022352043598, "he": 0.29331046650630477, "their": 0.2366802429858688}, "model": {"he - their": -0.042356775263650864, "he": 0.23429344384660586, "their": 0.2766502191102567}, "modelo": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "models": {"he - their": -0.01892869306576589, "he": 0.241725564252744, "their": 0.2606542573185099}, "moderates": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "moderation": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "modern": {"he - their": -0.006368373316564702, "he": 0.2803031206540374, "their": 0.2866714939706021}, "modernist": {"he - their": 0.05663022352043598, "he": 0.29331046650630477, "their": 0.2366802429858688}, "modi": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mohan": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mohsin": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "moley": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mom": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "moment": {"he - their": -0.05790110348249128, "he": 0.2706167719786347, "their": 0.328517875461126}, "moments": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "monday": {"he - their": 0.0020257695232143713, "he": 0.2863845778391723, "their": 0.28435880831595794}, "money": {"he - their": -0.14963868360292104, "he": 0.17513948510860172, "their": 0.32477816871152276}, "monitor": {"he - their": 0.0564815583956656, "he": 0.30443571062612773, "their": 0.24795415223046213}, "monitoring": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "monosyllabic": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "month": {"he - their": -0.05960902592462888, "he": 0.24040369974991524, "their": 0.3000127256745441}, "monthly": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "months": {"he - their": -0.06568711820958828, "he": 0.18942200122095953, "their": 0.2551091194305478}, "montreal": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "monty": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mood": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "moon": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "more": {"he - their": -0.04200425833275828, "he": 0.3246404715637557, "their": 0.366644729896514}, "morning": {"he - their": -0.021116603016692548, "he": 0.26326399404637546, "their": 0.284380597063068}, "most": {"he - their": -0.04506994392103597, "he": 0.3381613253459505, "their": 0.3832312692669865}, "mostly": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "motegi": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "mother": {"he - their": -0.05876966385657245, "he": 0.2553763850179038, "their": 0.3141460488744762}, "mothers": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "motivated": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "motivational": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "motorway": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mouth": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "move": {"he - their": -0.0200163585109161, "he": 0.31293037316167766, "their": 0.33294673167259375}, "moved": {"he - their": 0.009875604767132729, "he": 0.26498472419768054, "their": 0.2551091194305478}, "movement": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "movements": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "moves": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "movie": {"he - their": 0.0012223282882347641, "he": 0.24814049607089825, "their": 0.24691816778266348}, "moving": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "mps": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "mr": {"he - their": 0.05696614964435387, "he": 0.3242493604743637, "their": 0.26728321083000983}, "mrs": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "much": {"he - their": -0.018990561827604613, "he": 0.3416480639990147, "their": 0.3606386258266193}, "multi": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "multiple": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "multiplies": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "multitude": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "mums": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "murder": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "murders": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "murdoch": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "muschamp": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mused": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mushroom": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "music": {"he - their": -0.03883572275699945, "he": 0.24124875633255868, "their": 0.28008447908955814}, "musical": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "musicians": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "musings": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "musk": {"he - their": -0.01938583509829775, "he": 0.1639840344423364, "their": 0.18336986954063414}, "muslim": {"he - their": -0.019262306454694067, "he": 0.2308861533814066, "their": 0.2501484598361007}, "muslims": {"he - their": -0.019063932497897756, "he": 0.17513948510860172, "their": 0.19420341760649948}, "must": {"he - their": -0.020914527204119515, "he": 0.3035365655022822, "their": 0.3244510927064017}, "mustard": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "mutants": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "my": {"he - their": -0.05643910748746089, "he": 0.25900738870007234, "their": 0.31544649618753323}, "myself": {"he - their": -0.0872039018505579, "he": 0.2360045666362904, "their": 0.3232084684868483}, "myspace": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mysterium": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "mystical": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "nab": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "nailed": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "name": {"he - their": -0.020572111003941684, "he": 0.2972517352882706, "their": 0.3178238462922123}, "named": {"he - their": -0.019172378492747055, "he": 0.29825603980601684, "their": 0.3174284182987639}, "nancy": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "naps": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "narendra": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "nasa": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "nashville": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "nassau": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "nation": {"he - their": -0.06568711820958828, "he": 0.18942200122095953, "their": 0.2551091194305478}, "national": {"he - their": -0.04560210674474585, "he": 0.2735346006553941, "their": 0.31913670740013994}, "nations": {"he - their": -0.057532369733064304, "he": 0.27701210344138494, "their": 0.33454447317444924}, "natural": {"he - their": -0.019567900026331242, "he": 0.2863845778391723, "their": 0.30595247786550356}, "naturally": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "nature": {"he - their": -0.1155226732146678, "he": 0.2019057450840961, "their": 0.3174284182987639}, "navigating": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "navy": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "nba": {"he - their": 0.009875604767132729, "he": 0.26498472419768054, "their": 0.2551091194305478}, "near": {"he - their": 0.05673288878035532, "he": 0.28443289494242496, "their": 0.22770000616206965}, "nearby": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "nearer": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "nearing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "nearly": {"he - their": -0.0056359516474948634, "he": 0.30851009722698136, "their": 0.3141460488744762}, "necessarily": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "necessary": {"he - their": -0.034161005377607856, "he": 0.30348884146562544, "their": 0.3376498468432333}, "neck": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "need": {"he - their": -0.06458104545572507, "he": 0.297479506870384, "their": 0.36206055232610906}, "needed": {"he - their": -0.040967753667823015, "he": 0.26498472419768054, "their": 0.30595247786550356}, "needs": {"he - their": -0.019652986186422194, "he": 0.3232492357260577, "their": 0.3429022219124799}, "negated": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "negatively": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "neglect": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "neighbor": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "neighborhood": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "neighbouring": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "neither": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "nell": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "nelson": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "neologism": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "nerves": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "nervous": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "net": {"he - their": -0.01968479942868112, "he": 0.2553763850179038, "their": 0.2750611844465849}, "netanyahu": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "network": {"he - their": 0.031290175242916274, "he": 0.29194443256142616, "their": 0.2606542573185099}, "neutralise": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "never": {"he - their": -0.042699908024371735, "he": 0.29296996402919956, "their": 0.3356698720535713}, "new": {"he - their": -0.038892336218787016, "he": 0.3225444200875728, "their": 0.3614367563063598}, "news": {"he - their": -0.021407837781520334, "he": 0.30414682941629423, "their": 0.32555466719781456}, "newspapers": {"he - their": 0.010433017502524511, "he": 0.30443571062612773, "their": 0.2940026931236032}, "newsweek": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "next": {"he - their": -0.011887070227000363, "he": 0.29807696639998116, "their": 0.3099640366269815}, "nfl": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "nice": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "nics": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "nigeria": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "night": {"he - their": 0.021799843197237545, "he": 0.32565688263566434, "their": 0.3038570394384268}, "nihilist": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "nike": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "nine": {"he - their": -0.018729521983220143, "he": 0.24822433673152106, "their": 0.2669538587147412}, "nit": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "no": {"he - their": -0.04253893016538424, "he": 0.33132198130564056, "their": 0.3738609114710248}, "nobeladventures": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "nobody": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "noisy": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "non": {"he - their": -0.10453890245277128, "he": 0.1993181369856555, "their": 0.3038570394384268}, "none": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "nor": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "normal": {"he - their": -0.01846666182515888, "he": 0.29331046650630477, "their": 0.31177712833146365}, "normalise": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "normalized": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "north": {"he - their": -0.04808384729789422, "he": 0.241725564252744, "their": 0.2898094115506382}, "not": {"he - their": -0.03400997247660975, "he": 0.3500245342161253, "their": 0.38403450669273503}, "notable": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "note": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "nothing": {"he - their": -0.0547354986035169, "he": 0.2909552159292553, "their": 0.34569071453277217}, "notice": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "noticed": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "november": {"he - their": 0.0023947811473982727, "he": 0.3055773545078722, "their": 0.30318257336047394}, "now": {"he - their": -0.02904881448220037, "he": 0.3407027987271975, "their": 0.36975161320939787}, "nowhere": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "nuclear": {"he - their": -0.020384260423572054, "he": 0.26210175570743366, "their": 0.2824860161310057}, "nude": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "nukes": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "number": {"he - their": -0.08091691044064464, "he": 0.2779493574359167, "their": 0.35886626787656134}, "numbers": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "numerically": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "numerous": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "nutter": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "ny": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "nyc": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "oak": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "obama": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "objective": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "objects": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "obscuring": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "observationi": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "observatory": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "observed": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "observer": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "observing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "obstructing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "obtained": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "obvious": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "occasions": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "occupied": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "occupies": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "occur": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "occurrence": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "october": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "oddly": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "odyssey": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "of": {"he - their": -0.03472487219093917, "he": 0.2542778467790707, "their": 0.2890027189700099}, "off": {"he - their": -0.03809903009681481, "he": 0.3034723109314147, "their": 0.3415713410282295}, "offense": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "offensive": {"he - their": -0.019262306454694067, "he": 0.2308861533814066, "their": 0.2501484598361007}, "offer": {"he - their": -0.01919263957200351, "he": 0.2706167719786347, "their": 0.2898094115506382}, "offered": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "offers": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "office": {"he - their": -0.019719627021222874, "he": 0.30348884146562544, "their": 0.3232084684868483}, "officer": {"he - their": 0.02788485834503565, "he": 0.2308861533814066, "their": 0.20300129503637096}, "officers": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "offices": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "official": {"he - their": -0.09356227051089525, "he": 0.2096203028495787, "their": 0.30318257336047394}, "officials": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "offloaded": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "offseason": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "often": {"he - their": -0.07344493284615267, "he": 0.2735346006553941, "their": 0.34697953350154676}, "oh": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "oil": {"he - their": -0.07078451548614054, "he": 0.22200596736699943, "their": 0.29279048285313997}, "oladipo": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "old": {"he - their": 0.02399164094615197, "he": 0.2954149570390519, "their": 0.27142331609289994}, "older": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "olympic": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "omara": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "omnipresent": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "on": {"he - their": -0.04317179772455848, "he": 0.33028506066338653, "their": 0.373456858387945}, "once": {"he - their": -0.043067270274949554, "he": 0.32181827951842196, "their": 0.3648855497933715}, "one": {"he - their": -0.027384426740270917, "he": 0.37006768406063484, "their": 0.39745211080090576}, "ones": {"he - their": -0.04071002986861744, "he": 0.2706167719786347, "their": 0.31132680184725214}, "online": {"he - their": -0.05960902592462888, "he": 0.24040369974991524, "their": 0.3000127256745441}, "only": {"he - their": -0.05043030913670021, "he": 0.3128127503338651, "their": 0.3632430594705653}, "onto": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "op": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "open": {"he - their": -0.032242353729270645, "he": 0.3006831592734811, "their": 0.33292551300275175}, "opened": {"he - their": -0.09409357715249528, "he": 0.2019057450840961, "their": 0.29599932223659137}, "opening": {"he - their": 0.010165378487214827, "he": 0.28443289494242496, "their": 0.27426751645521014}, "operating": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "operation": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "operations": {"he - their": -0.04777498550507031, "he": 0.24822433673152106, "their": 0.29599932223659137}, "opinion": {"he - their": 0.0022567175694254704, "he": 0.29825603980601684, "their": 0.29599932223659137}, "opinions": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "opportunity": {"he - their": -0.06873857751551693, "he": 0.2557684047881779, "their": 0.32450698230369485}, "opposing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "opposite": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "opted": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "optimize": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "options": {"he - their": -0.09409357715249528, "he": 0.2019057450840961, "their": 0.29599932223659137}, "or": {"he - their": -0.04906335903857345, "he": 0.3210156373906232, "their": 0.37007899642919667}, "orbit": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "order": {"he - their": -0.048502033310959036, "he": 0.26812412923604956, "their": 0.3166261625470086}, "ordered": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "orderly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ordinary": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "org": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "organisation": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "organisations": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "organisdations": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "organization": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "organizations": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "organized": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "organs": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "original": {"he - their": 0.09523481040182852, "he": 0.3089870195223755, "their": 0.213752209120547}, "originally": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "origins": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "orlando": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "ormara": {"he - their": -0.01848749843629688, "he": 0.1952647106842501, "their": 0.213752209120547}, "other": {"he - their": -0.04113433262846433, "he": 0.34252292449223404, "their": 0.38365725712069837}, "others": {"he - their": -0.04230180474697143, "he": 0.3006831592734811, "their": 0.34298496402045253}, "otherwise": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "otto": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "our": {"he - their": -0.051439145713763956, "he": 0.2856426068394773, "their": 0.33708175255324124}, "out": {"he - their": -0.05471788258685539, "he": 0.33533211348852215, "their": 0.39004999607537755}, "outbreak": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "outcome": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "outfits": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "outlets": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "outrage": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "outright": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "outside": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "outspoken": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ovarian": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "over": {"he - their": -0.052170724396329915, "he": 0.33199047450870833, "their": 0.38416119890503825}, "overall": {"he - their": -0.01829849829543803, "he": 0.2019057450840961, "their": 0.22020424337953412}, "overcame": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "overcome": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "overestimate": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "overflowing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "overlap": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "overnight": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "overrated": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "overscaled": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "overseas": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "oversee": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "overseeing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "oversight": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "overtures": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "overturned": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "overuse": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "own": {"he - their": -0.035970097618958974, "he": 0.3258866825706358, "their": 0.3618567801895948}, "owner": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "ownership": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "p": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "paced": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pacers": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "pack": {"he - their": 0.07862606252742144, "he": 0.268954035717085, "their": 0.19032797318966355}, "package": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "pad": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "page": {"he - their": -0.03724997588744117, "he": 0.27689607298703506, "their": 0.3141460488744762}, "pains": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "paint": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "painted": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "painter": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pak": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pakistan": {"he - their": -0.020082410604834067, "he": 0.14004325554765654, "their": 0.1601256661524906}, "pakistani": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pakistanis": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pallid": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "palpable": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pandemic": {"he - their": -0.019172378492747055, "he": 0.29825603980601684, "their": 0.3174284182987639}, "pandemonium": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "panic": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "paper": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "papers": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "paranoid": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "parent": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "parents": {"he - their": -0.019104552794257407, "he": 0.2360045666362904, "their": 0.2551091194305478}, "park": {"he - their": -0.019262306454694067, "he": 0.2308861533814066, "their": 0.2501484598361007}, "parking": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "parks": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "parliament": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "part": {"he - their": -0.055211642436901964, "he": 0.29636850972775075, "their": 0.3515801521646527}, "partial": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "particular": {"he - their": -0.019567900026331242, "he": 0.2863845778391723, "their": 0.30595247786550356}, "particularly": {"he - their": -0.019889090216859417, "he": 0.2985659666347768, "their": 0.3184550568516362}, "parties": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "partly": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "partners": {"he - their": 0.05663022352043598, "he": 0.29331046650630477, "their": 0.2366802429858688}, "parts": {"he - their": -0.04777498550507031, "he": 0.24822433673152106, "their": 0.29599932223659137}, "party": {"he - their": -0.00794839680599918, "he": 0.3132253479987726, "their": 0.3211737448047718}, "partying": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "pass": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "passenger": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "passengers": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "passions": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "passive": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "past": {"he - their": -0.06433045098010037, "he": 0.27689607298703506, "their": 0.34122652396713543}, "pastimes": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pastor": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pastors": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "path": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "pathetic": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pathological": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "paths": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "patience": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "patients": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "patrolling": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "patronize": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pattern": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "paul": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "pause": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "pawn": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "pay": {"he - their": -0.002463636399878122, "he": 0.30348884146562544, "their": 0.30595247786550356}, "payable": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "payday": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "paying": {"he - their": -0.06994791122921315, "he": 0.2360045666362904, "their": 0.30595247786550356}, "payment": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "peace": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "peaches": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pee": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pellage": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pending": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "peninsula": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "penn": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "pennpraxis": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pennsylvania": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pensioners": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pensions": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "people": {"he - their": -0.03769376419011211, "he": 0.3349369407464959, "their": 0.372630704936608}, "per": {"he - their": -0.052219709087686805, "he": 0.268954035717085, "their": 0.3211737448047718}, "percent": {"he - their": -0.08992504277542965, "he": 0.19674645119517245, "their": 0.2866714939706021}, "percentage": {"he - their": -0.06538954663425978, "he": 0.1952647106842501, "their": 0.2606542573185099}, "perceptions": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "perfect": {"he - their": -0.0872039018505579, "he": 0.2360045666362904, "their": 0.3232084684868483}, "perfecting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "perfectly": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "performance": {"he - their": -0.03704759970996008, "he": 0.28140745714167614, "their": 0.3184550568516362}, "performances": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "performed": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "performer": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "performing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "perhaps": {"he - their": -0.04398875407797359, "he": 0.3044621878885711, "their": 0.3484509419665447}, "perimeter": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "period": {"he - their": -0.07025572674723035, "he": 0.2308861533814066, "their": 0.30114188012863696}, "periods": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "perm": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "perpetrators": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "persecution": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "person": {"he - their": -0.03457973148882321, "he": 0.29410296323136986, "their": 0.32868269472019307}, "personal": {"he - their": -0.032882547239813875, "he": 0.28625416016032607, "their": 0.31913670740013994}, "personality": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "personally": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "personnel": {"he - their": 0.05673288878035532, "he": 0.28443289494242496, "their": 0.22770000616206965}, "pet": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "petrol": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "philadelphia": {"he - their": -0.0193740841182774, "he": 0.26498472419768054, "their": 0.28435880831595794}, "philly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "philosopher": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "phone": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "phosphorus": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "photo": {"he - their": 0.01913003314966749, "he": 0.30348884146562544, "their": 0.28435880831595794}, "physical": {"he - their": -0.06873857751551693, "he": 0.2557684047881779, "their": 0.32450698230369485}, "physically": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "physicist": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "physics": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "piatti": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "picked": {"he - their": -0.019172378492747055, "he": 0.29825603980601684, "their": 0.3174284182987639}, "picking": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "picture": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "piece": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "piette": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pill": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "pillars": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "pills": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pimply": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pinecastle": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pioneer": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "pippen": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "pistons": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "pithy": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pits": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "pittance": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "place": {"he - their": -0.023001179838791963, "he": 0.34074765786077654, "their": 0.3637488376995685}, "placed": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "places": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "plague": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "plan": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "planaustin": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "planets": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "planned": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "planners": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "planning": {"he - their": -0.020475483661702654, "he": 0.19194216785172646, "their": 0.21241765151342912}, "planphilly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "plans": {"he - their": -0.04777498550507031, "he": 0.24822433673152106, "their": 0.29599932223659137}, "plant": {"he - their": -0.02006264975269073, "he": 0.2437529091537891, "their": 0.26381555890647984}, "platform": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "play": {"he - their": -0.06029375008126714, "he": 0.29296996402919956, "their": 0.3532637141104667}, "played": {"he - their": 0.006870520182341577, "he": 0.3253255770339778, "their": 0.3184550568516362}, "player": {"he - their": -0.0030979963896357043, "he": 0.27638459228904366, "their": 0.27948258867867937}, "players": {"he - their": -0.0030979963896357043, "he": 0.27638459228904366, "their": 0.27948258867867937}, "playing": {"he - their": -0.04881207156316414, "he": 0.22624911288342076, "their": 0.2750611844465849}, "playmakers": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "playoff": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "playoffs": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "plays": {"he - their": 0.031309838052662076, "he": 0.3055773545078722, "their": 0.27426751645521014}, "plco": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "please": {"he - their": -0.14874924143498852, "he": 0.18419749023760523, "their": 0.33294673167259375}, "pleases": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pleasure": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "plus": {"he - their": 0.05680786006185082, "he": 0.27701210344138494, "their": 0.22020424337953412}, "pm": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "pocket": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "podcast": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "podcasts": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "poem": {"he - their": 0.07830829940568179, "he": 0.2863845778391723, "their": 0.20807627843349052}, "poems": {"he - their": 0.07898796642179493, "he": 0.24124875633255868, "their": 0.16226078991076376}, "poetry": {"he - their": 0.05697025173351544, "he": 0.2553763850179038, "their": 0.19840613328438833}, "poets": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "point": {"he - their": -0.021018622956851474, "he": 0.3006831592734811, "their": 0.3217017822303326}, "points": {"he - their": -0.007621154638615957, "he": 0.3253255770339778, "their": 0.33294673167259375}, "poised": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "polarization": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pole": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "police": {"he - their": -0.020436768261138327, "he": 0.28273861246543147, "their": 0.3031753807265698}, "policy": {"he - their": -0.08632013644292819, "he": 0.24822433673152106, "their": 0.33454447317444924}, "policymakers": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "polite": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "political": {"he - their": -0.06019499884709706, "he": 0.26099143705546396, "their": 0.321186435902561}, "politicians": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "politicospeak": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "politics": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "pollination": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "poorer": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "pop": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pops": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "popular": {"he - their": -0.06526385932637285, "he": 0.26210175570743366, "their": 0.3273656150338065}, "population": {"he - their": -0.06504811363064511, "he": 0.2019057450840961, "their": 0.2669538587147412}, "port": {"he - their": 0.05680786006185082, "he": 0.27701210344138494, "their": 0.22020424337953412}, "portable": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "portal": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "portion": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "posing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "position": {"he - their": 0.01904177878478497, "he": 0.29410296323136986, "their": 0.2750611844465849}, "positions": {"he - their": -0.04808384729789422, "he": 0.241725564252744, "their": 0.2898094115506382}, "positives": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "possession": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "possibilities": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "possible": {"he - their": 0.0022567175694254704, "he": 0.29825603980601684, "their": 0.29599932223659137}, "possibly": {"he - their": -0.04007408736126988, "he": 0.28443289494242496, "their": 0.32450698230369485}, "post": {"he - their": -0.036823890647675994, "he": 0.2863845778391723, "their": 0.3232084684868483}, "posted": {"he - their": 0.028020093351986936, "he": 0.24822433673152106, "their": 0.22020424337953412}, "posts": {"he - their": -0.06568711820958828, "he": 0.18942200122095953, "their": 0.2551091194305478}, "potential": {"he - their": -0.04007408736126988, "he": 0.28443289494242496, "their": 0.32450698230369485}, "potentially": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "power": {"he - their": -0.03047608837121263, "he": 0.3127156032004677, "their": 0.34319169157168034}, "powerful": {"he - their": -0.01898721879520643, "he": 0.27701210344138494, "their": 0.29599932223659137}, "pr": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "prabhakar": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "practical": {"he - their": 0.031310140842196854, "he": 0.3143326375270478, "their": 0.28302249668485097}, "practice": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "practicing": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "practitioner": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pray": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "prayer": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "praying": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "preach": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "preaching": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "precepts": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "precious": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "predict": {"he - their": 0.031310140842196854, "he": 0.3143326375270478, "their": 0.28302249668485097}, "predictability": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "predicted": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "predictions": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "preference": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "premium": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "prepare": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "prepared": {"he - their": 0.0022567175694254704, "he": 0.29825603980601684, "their": 0.29599932223659137}, "preparing": {"he - their": 0.0023947811473982727, "he": 0.3055773545078722, "their": 0.30318257336047394}, "preposition": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "presence": {"he - their": -0.0463222533470003, "he": 0.3089870195223755, "their": 0.3553092728693758}, "present": {"he - their": 0.009875604767132729, "he": 0.26498472419768054, "their": 0.2551091194305478}, "presentations": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "presented": {"he - their": 0.010433017502524511, "he": 0.30443571062612773, "their": 0.2940026931236032}, "presenter": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "presenters": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "preservationists": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "preserve": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "presidency": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "president": {"he - their": -0.020274693004829064, "he": 0.23725888525048064, "their": 0.2575335782553097}, "press": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "pressure": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "presumably": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pretend": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pretended": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pretty": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "prevailing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "prevalence": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "prevent": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "prevented": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "preventing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "previous": {"he - their": 0.024118414492687867, "he": 0.3132253479987726, "their": 0.28910693350608474}, "previously": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "price": {"he - their": -0.07101549488947251, "he": 0.21809143861661223, "their": 0.28910693350608474}, "prices": {"he - their": -0.018803804798765728, "he": 0.18419749023760523, "their": 0.20300129503637096}, "prick": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "prickly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pride": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "prime": {"he - their": -0.057532369733064304, "he": 0.27701210344138494, "their": 0.33454447317444924}, "principles": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "prioritize": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "private": {"he - their": -0.051265269004060976, "he": 0.2863845778391723, "their": 0.3376498468432333}, "privatisation": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "privatise": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "proactive": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "probability": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "probable": {"he - their": 0.027842979599032425, "he": 0.22624911288342076, "their": 0.19840613328438833}, "probably": {"he - their": -0.051265269004060976, "he": 0.2863845778391723, "their": 0.3376498468432333}, "probe": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "problem": {"he - their": -0.0547354986035169, "he": 0.2909552159292553, "their": 0.34569071453277217}, "problems": {"he - their": -0.06526385932637285, "he": 0.26210175570743366, "their": 0.3273656150338065}, "process": {"he - their": -0.06882076930483927, "he": 0.2822075552650121, "their": 0.3510283245698514}, "produce": {"he - their": -0.08679231120838199, "he": 0.241725564252744, "their": 0.328517875461126}, "produced": {"he - their": -0.07358273774209756, "he": 0.2511954309694252, "their": 0.32477816871152276}, "producer": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "product": {"he - their": -0.08585013894923166, "he": 0.2553763850179038, "their": 0.34122652396713543}, "production": {"he - their": -0.06613022457173498, "he": 0.24814049607089825, "their": 0.31427072064263323}, "products": {"he - their": -0.06920408156724284, "he": 0.24822433673152106, "their": 0.3174284182987639}, "professional": {"he - their": -0.06920408156724284, "he": 0.24822433673152106, "their": 0.3174284182987639}, "professionals": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "profits": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "program": {"he - their": -0.036573442899699826, "he": 0.29194443256142616, "their": 0.328517875461126}, "programme": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "progress": {"he - their": 0.0025555091955841713, "he": 0.3143326375270478, "their": 0.31177712833146365}, "progresses": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "progression": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "progressively": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "project": {"he - their": -0.04230180474697143, "he": 0.3006831592734811, "their": 0.34298496402045253}, "projecting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "projects": {"he - their": -0.01829849829543803, "he": 0.2019057450840961, "their": 0.22020424337953412}, "prolific": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "prolonged": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "promising": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "prompt": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "promptly": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "proper": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "properly": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "properties": {"he - their": -0.1155226732146678, "he": 0.2019057450840961, "their": 0.3174284182987639}, "property": {"he - their": -0.04777498550507031, "he": 0.24822433673152106, "their": 0.29599932223659137}, "prophet": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "proposals": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "proposed": {"he - their": -0.06817510262943122, "he": 0.26479804217217134, "their": 0.33297314480160256}, "prostate": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "prostatic": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "protagonist": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "protect": {"he - their": -0.04007408736126988, "he": 0.28443289494242496, "their": 0.32450698230369485}, "protecting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "protection": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "protections": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "protective": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "protest": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "protestant": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "protests": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "proud": {"he - their": 0.02806839862610827, "he": 0.2557684047881779, "their": 0.22770000616206965}, "prove": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "proven": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "provide": {"he - their": -0.03349587677714644, "he": 0.2909552159292553, "their": 0.3244510927064017}, "provided": {"he - their": -0.01919263957200351, "he": 0.2706167719786347, "their": 0.2898094115506382}, "provider": {"he - their": 0.02806839862610827, "he": 0.2557684047881779, "their": 0.22770000616206965}, "provides": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "providing": {"he - their": -0.09356227051089525, "he": 0.2096203028495787, "their": 0.30318257336047394}, "provocative": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "prudence": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "prufrock": {"he - their": 0.07898796642179493, "he": 0.24124875633255868, "their": 0.16226078991076376}, "psychologically": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "psychologist": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "psychology": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "public": {"he - their": -0.07164283896990803, "he": 0.29926789422783817, "their": 0.3709107331977462}, "publication": {"he - their": 0.0564815583956656, "he": 0.30443571062612773, "their": 0.24795415223046213}, "publications": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "publicity": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "publish": {"he - their": -0.09356227051089525, "he": 0.2096203028495787, "their": 0.30318257336047394}, "published": {"he - their": -0.08789693599105547, "he": 0.22624911288342076, "their": 0.3141460488744762}, "puck": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pull": {"he - their": 0.0023947811473982727, "he": 0.3055773545078722, "their": 0.30318257336047394}, "pulse": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "punching": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "punitive": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "purchased": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pure": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "purposes": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pursue": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "pursuing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "put": {"he - their": -0.029734662698863656, "he": 0.3250580188086362, "their": 0.3547926815074999}, "putnam": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "puts": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "putting": {"he - their": -0.01846666182515888, "he": 0.29331046650630477, "their": 0.31177712833146365}, "pyjamas": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "pyongyang": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "qaeda": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "qualified": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "quality": {"he - their": -0.14963868360292104, "he": 0.17513948510860172, "their": 0.32477816871152276}, "quantum": {"he - their": 0.02806839862610827, "he": 0.2557684047881779, "their": 0.22770000616206965}, "quarantine": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "quarantined": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "quarter": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "quarterback": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "quartet": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "question": {"he - their": -0.020562182312980792, "he": 0.3132253479987726, "their": 0.3337875303117534}, "questioned": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "questions": {"he - their": 0.031165821117515008, "he": 0.26210175570743366, "their": 0.23093593458991865}, "quick": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "quicker": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "quickly": {"he - their": -0.01919263957200351, "he": 0.2706167719786347, "their": 0.2898094115506382}, "quietly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "quite": {"he - their": -0.04119766476921671, "he": 0.25994421535942025, "their": 0.30114188012863696}, "quote": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "qureshi": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "raaji": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "race": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "racist": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "radical": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "radio": {"he - their": 0.002135021010787941, "he": 0.29194443256142616, "their": 0.2898094115506382}, "radioactive": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "radioactivity": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "radios": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "radius": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "raf": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "rage": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "raging": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "rain": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "raise": {"he - their": -0.019567900026331242, "he": 0.2863845778391723, "their": 0.30595247786550356}, "raised": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "raising": {"he - their": 0.0564815583956656, "he": 0.30443571062612773, "their": 0.24795415223046213}, "rallied": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ramakrishna": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "rand": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "randall": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "random": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "randy": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "range": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "ranked": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "ranking": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "rapid": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "rapper": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "rarely": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "rate": {"he - their": -0.04835424167966754, "he": 0.2360045666362904, "their": 0.28435880831595794}, "rates": {"he - their": 0.028020093351986936, "he": 0.24822433673152106, "their": 0.22020424337953412}, "rather": {"he - their": -0.08651116954672011, "he": 0.27946203539368164, "their": 0.36597320494040175}, "rationality": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ray": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "rays": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "re": {"he - their": -0.06365216599720391, "he": 0.30079598457322365, "their": 0.36444815057042756}, "reach": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "reached": {"he - their": -0.06994791122921315, "he": 0.2360045666362904, "their": 0.30595247786550356}, "react": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "reaction": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "reactions": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "reactive": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "read": {"he - their": -0.020687239844401184, "he": 0.30978109402399057, "their": 0.33046833386839175}, "reader": {"he - their": -0.03966267829529779, "he": 0.29331046650630477, "their": 0.33297314480160256}, "readers": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "readily": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "reading": {"he - their": -0.00794839680599918, "he": 0.3132253479987726, "their": 0.3211737448047718}, "ready": {"he - their": -0.019382369285825984, "he": 0.29194443256142616, "their": 0.31132680184725214}, "real": {"he - their": -0.054359651278575005, "he": 0.2972517352882706, "their": 0.3516113865668456}, "realisation": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "realise": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "reality": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "realization": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "realize": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "realizes": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "really": {"he - their": -0.035830022566506914, "he": 0.3215826203569031, "their": 0.35741264292341}, "reason": {"he - their": -0.019719627021222874, "he": 0.30348884146562544, "their": 0.3232084684868483}, "reasons": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "reassuring": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "rebel": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "rebellious": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "rebound": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "rebounding": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "rebounds": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "rebuilding": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "rebuilt": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "recall": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "recalled": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "receive": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "received": {"he - their": -0.06994791122921315, "he": 0.2360045666362904, "their": 0.30595247786550356}, "recent": {"he - their": -0.08645021932513247, "he": 0.24733731098662093, "their": 0.3337875303117534}, "recently": {"he - their": -0.020796535381745473, "he": 0.2909552159292553, "their": 0.31175175131100075}, "recognize": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "recognized": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "recognizing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "reconciliations": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "record": {"he - their": -0.040416314857378954, "he": 0.27701210344138494, "their": 0.3174284182987639}, "recorded": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "records": {"he - their": 0.05697025173351544, "he": 0.2553763850179038, "their": 0.19840613328438833}, "rectifying": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "recurrence": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "red": {"he - their": -0.06920408156724284, "he": 0.24822433673152106, "their": 0.3174284182987639}, "reddy": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "redemption": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "redesign": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "redshirt": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "reduce": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "reduced": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "reduction": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "referee": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "reference": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "references": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "referred": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "reflecting": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "reflects": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "reform": {"he - their": -0.09454470086638811, "he": 0.1952647106842501, "their": 0.2898094115506382}, "refusal": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "regard": {"he - their": -0.06873857751551693, "he": 0.2557684047881779, "their": 0.32450698230369485}, "regarded": {"he - their": 0.0564815583956656, "he": 0.30443571062612773, "their": 0.24795415223046213}, "regarding": {"he - their": 0.031310140842196854, "he": 0.3143326375270478, "their": 0.28302249668485097}, "regime": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "region": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "regional": {"he - their": -0.08789693599105547, "he": 0.22624911288342076, "their": 0.3141460488744762}, "registered": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "regularly": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "reinventing": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "reject": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "rejecting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "relate": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "related": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "relations": {"he - their": -0.034929470939537355, "he": 0.28624427386523443, "their": 0.3211737448047718}, "relationship": {"he - their": -0.05241189419431813, "he": 0.26541195209789414, "their": 0.3178238462922123}, "relationships": {"he - their": 0.05673288878035532, "he": 0.28443289494242496, "their": 0.22770000616206965}, "relativity": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "relax": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "relay": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "released": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "relevant": {"he - their": 0.019227908214454748, "he": 0.3152272304510461, "their": 0.29599932223659137}, "reliable": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "relies": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "religious": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "rely": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "rem": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "remaining": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "remains": {"he - their": -0.06960123759450815, "he": 0.241725564252744, "their": 0.31132680184725214}, "remarkable": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "remember": {"he - their": -0.01953085593875048, "he": 0.3089870195223755, "their": 0.328517875461126}, "remembers": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "remind": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "reminded": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "remiss": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "remodel": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "remote": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "remove": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "removed": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "removing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "renal": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "renew": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "rental": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "rented": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "repeat": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "repeatedly": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "repertoire": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "report": {"he - their": -0.09906953384013417, "he": 0.22882163698696972, "their": 0.3278911708271039}, "reporters": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "reporting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "reports": {"he - their": -0.0193740841182774, "he": 0.26498472419768054, "their": 0.28435880831595794}, "represents": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "republic": {"he - their": -0.0952836258984866, "he": 0.18419749023760523, "their": 0.27948111613609183}, "republican": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "request": {"he - their": -0.04071002986861744, "he": 0.2706167719786347, "their": 0.31132680184725214}, "requests": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "required": {"he - their": -0.07053268095206716, "he": 0.22624911288342076, "their": 0.2967817938354879}, "requirements": {"he - their": 0.010165378487214827, "he": 0.28443289494242496, "their": 0.27426751645521014}, "requires": {"he - their": -0.09356227051089525, "he": 0.2096203028495787, "their": 0.30318257336047394}, "rescued": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "research": {"he - their": -0.036236593776778014, "he": 0.2567164796063818, "their": 0.2929530733831598}, "resection": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "resend": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "residency": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "resident": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "residential": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "residents": {"he - their": -0.1155226732146678, "he": 0.2019057450840961, "their": 0.3174284182987639}, "resignations": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "resolve": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "resources": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "respect": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "respectful": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "respectively": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "respond": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "responding": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "response": {"he - their": -0.0730025163131735, "he": 0.25994421535942025, "their": 0.33294673167259375}, "responsibility": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "responsible": {"he - their": 0.0564815583956656, "he": 0.30443571062612773, "their": 0.24795415223046213}, "rest": {"he - their": -0.01898721879520643, "he": 0.27701210344138494, "their": 0.29599932223659137}, "restaurant": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "restrict": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "result": {"he - their": -0.05851084149221597, "he": 0.25994421535942025, "their": 0.3184550568516362}, "retention": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "return": {"he - their": 0.01904177878478497, "he": 0.29410296323136986, "their": 0.2750611844465849}, "returned": {"he - their": 0.031310140842196854, "he": 0.3143326375270478, "their": 0.28302249668485097}, "returnees": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "returning": {"he - their": -0.018929627795822634, "he": 0.3055773545078722, "their": 0.32450698230369485}, "returns": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "reveals": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "revenue": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "review": {"he - their": -0.03724997588744117, "he": 0.27689607298703506, "their": 0.3141460488744762}, "reviewed": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "reviews": {"he - their": 0.010433017502524511, "he": 0.30443571062612773, "their": 0.2940026931236032}, "revision": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "revitalize": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "revolt": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "revolting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "revolution": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "reward": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "reyes": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "rhetoric": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "rhodes": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ricky": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ride": {"he - their": 0.027842979599032425, "he": 0.22624911288342076, "their": 0.19840613328438833}, "ridenyc": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ridiculed": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ridiculous": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "rifts": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "right": {"he - their": -0.04008352994534681, "he": 0.3316952325863724, "their": 0.3717787625317192}, "rightly": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "rights": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "ring": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "rippling": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "rising": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "risk": {"he - their": 0.0564815583956656, "he": 0.30443571062612773, "their": 0.24795415223046213}, "risky": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "rival": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "road": {"he - their": -0.032584703168615003, "he": 0.29296996402919956, "their": 0.32555466719781456}, "roads": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "robbery": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "rock": {"he - their": -0.04777498550507031, "he": 0.24822433673152106, "their": 0.29599932223659137}, "rocket": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "rockets": {"he - their": 0.0023947811473982727, "he": 0.3055773545078722, "their": 0.30318257336047394}, "roetter": {"he - their": -0.018803804798765728, "he": 0.18419749023760523, "their": 0.20300129503637096}, "rogers": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "rohan": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "role": {"he - their": -0.033360647748625516, "he": 0.294004967285181, "their": 0.3273656150338065}, "roles": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "rolled": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "roman": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "roof": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "roofing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "rookie": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "room": {"he - their": 0.07787734834580257, "he": 0.3055773545078722, "their": 0.22770000616206965}, "root": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "roots": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "rouhani": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "routinely": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "row": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "roy": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "rs": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "rss": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "rudolph": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "rule": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "rules": {"he - their": -0.036288433368432405, "he": 0.29825603980601684, "their": 0.33454447317444924}, "rumors": {"he - their": -0.018729521983220143, "he": 0.24822433673152106, "their": 0.2669538587147412}, "run": {"he - their": -0.0026788306041180543, "he": 0.29410296323136986, "their": 0.2967817938354879}, "running": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "rupert": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "rush": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "russell": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "russians": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "ryan": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "s": {"he - their": -0.03431992285202423, "he": 0.31981628157078223, "their": 0.35413620442280647}, "sabonis": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sabres": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "sachiko": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sad": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "sadarius": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sadly": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "safe": {"he - their": -0.04007408736126988, "he": 0.28443289494242496, "their": 0.32450698230369485}, "safely": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "safestyle": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "safety": {"he - their": 0.05673288878035532, "he": 0.28443289494242496, "their": 0.22770000616206965}, "said": {"he - their": -0.0004271899253245892, "he": 0.32597037168785165, "their": 0.32639756161317623}, "sales": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "salt": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "salvation": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "same": {"he - their": -0.030001704759250958, "he": 0.32326200935121574, "their": 0.3532637141104667}, "san": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sanctify": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sanctions": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sangar": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "saphir": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "satan": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "satellites": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "saturday": {"he - their": -0.0025759134938601602, "he": 0.2985659666347768, "their": 0.30114188012863696}, "satyanarayana": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "sauce": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "saudi": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "save": {"he - their": -0.04777498550507031, "he": 0.24822433673152106, "their": 0.29599932223659137}, "saved": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "saves": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "saving": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "savings": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "saw": {"he - their": -0.0022926578465988223, "he": 0.32326200935121574, "their": 0.32555466719781456}, "say": {"he - their": -0.04778520259972485, "he": 0.29807696639998116, "their": 0.345862168999706}, "saying": {"he - their": 0.0018348885404501636, "he": 0.27689607298703506, "their": 0.2750611844465849}, "says": {"he - their": 0.045844460897885964, "he": 0.3253255770339778, "their": 0.27948111613609183}, "scaled": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "scandal": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "scenarios": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "scenes": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "schedule": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "scheduled": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "scholar": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "scholarship": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "school": {"he - their": -0.021018622956851474, "he": 0.3006831592734811, "their": 0.3217017822303326}, "science": {"he - their": -0.060102332005214976, "he": 0.23148675947191466, "their": 0.29158909147712964}, "scientific": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "scientist": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "scientists": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "score": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "scored": {"he - their": 0.01005824472664374, "he": 0.27701210344138494, "their": 0.2669538587147412}, "scorer": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "scores": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "scoring": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "scottie": {"he - their": -0.01893952639078153, "he": 0.1794666068936068, "their": 0.19840613328438833}, "scratcher": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "screen": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "scripted": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "scripture": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "scrutiny": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "sculpt": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sea": {"he - their": -0.04881207156316414, "he": 0.22624911288342076, "their": 0.2750611844465849}, "search": {"he - their": 0.05704764960719044, "he": 0.21313880354590267, "their": 0.15609115393871223}, "searching": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "season": {"he - their": -0.009881890488741607, "he": 0.24615543596378592, "their": 0.2560373264525275}, "seasons": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "seat": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "seating": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "sec": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "second": {"he - their": -0.0007212262559254667, "he": 0.32685724662362264, "their": 0.3275784728795481}, "secret": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "secretary": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sectarian": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sections": {"he - their": 0.010433017502524511, "he": 0.30443571062612773, "their": 0.2940026931236032}, "sector": {"he - their": -0.07101549488947251, "he": 0.21809143861661223, "their": 0.28910693350608474}, "secure": {"he - their": 0.02806839862610827, "he": 0.2557684047881779, "their": 0.22770000616206965}, "security": {"he - their": -0.0193740841182774, "he": 0.26498472419768054, "their": 0.28435880831595794}, "see": {"he - their": -0.0076395942825492336, "he": 0.31730551248942235, "their": 0.3249451067719716}, "seed": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "seeding": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "seedy": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "seeing": {"he - their": -0.01919263957200351, "he": 0.2706167719786347, "their": 0.2898094115506382}, "seek": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "seeking": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "seem": {"he - their": -0.03476169185744399, "he": 0.2900164768540788, "their": 0.32477816871152276}, "seemed": {"he - their": -0.040967753667823015, "he": 0.26498472419768054, "their": 0.30595247786550356}, "seemingly": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "seems": {"he - their": -0.05944356866180345, "he": 0.2734819443409483, "their": 0.33292551300275175}, "seen": {"he - their": -0.02130075661343367, "he": 0.29296996402919956, "their": 0.31427072064263323}, "seldom": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "selecting": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "self": {"he - their": 0.0564815583956656, "he": 0.30443571062612773, "their": 0.24795415223046213}, "sell": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "selling": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "semi": {"he - their": -0.06817510262943122, "he": 0.26479804217217134, "their": 0.33297314480160256}, "sending": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "sends": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "senior": {"he - their": -0.03966267829529779, "he": 0.29331046650630477, "their": 0.33297314480160256}, "seniors": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sensational": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sense": {"he - their": -0.019172378492747055, "he": 0.29825603980601684, "their": 0.3174284182987639}, "sensitive": {"he - their": -0.06920408156724284, "he": 0.24822433673152106, "their": 0.3174284182987639}, "sensitivity": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sent": {"he - their": -0.019567900026331242, "he": 0.2863845778391723, "their": 0.30595247786550356}, "sentences": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "seoul": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "separate": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "separations": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sept": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "september": {"he - their": 0.001277840179262163, "he": 0.250650668552739, "their": 0.24937282837347682}, "series": {"he - their": -0.021407837781520334, "he": 0.30414682941629423, "their": 0.32555466719781456}, "serious": {"he - their": -0.05710135829633661, "he": 0.28443289494242496, "their": 0.3415342532387616}, "seriously": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "sermon": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "servants": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "serve": {"he - their": -0.01892869306576589, "he": 0.241725564252744, "their": 0.2606542573185099}, "served": {"he - their": -0.06873857751551693, "he": 0.2557684047881779, "their": 0.32450698230369485}, "server": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "serves": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "service": {"he - their": -0.05944356866180345, "he": 0.2734819443409483, "their": 0.33292551300275175}, "serving": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "session": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "set": {"he - their": -0.044696981633457034, "he": 0.2909552159292553, "their": 0.3356521975627123}, "sets": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "settle": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "seven": {"he - their": -0.002201187847717778, "he": 0.3152272304510461, "their": 0.3174284182987639}, "seventeenth": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "several": {"he - their": -0.021411249680388544, "he": 0.3165775845259756, "their": 0.33798883420636416}, "severe": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "severely": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sex": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "sexual": {"he - their": 0.0564815583956656, "he": 0.30443571062612773, "their": 0.24795415223046213}, "shade": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "shadow": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "shah": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "shakespeare": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "shall": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "shape": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "share": {"he - their": -0.03391520239010437, "he": 0.3089870195223755, "their": 0.3429022219124799}, "shared": {"he - their": 0.031290175242916274, "he": 0.29194443256142616, "their": 0.2606542573185099}, "shares": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "sharing": {"he - their": -0.06920408156724284, "he": 0.24822433673152106, "their": 0.3174284182987639}, "shawn": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "she": {"he - their": -0.06544100844726741, "he": 0.16898168920696682, "their": 0.23442269765423424}, "sheath": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "shelves": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "shepherd": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sheri": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "shifted": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "shifts": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "shine": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "shines": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "shinier": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "shining": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "shock": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "shocked": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "shocking": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "shoes": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "shop": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "shopping": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "short": {"he - their": -0.03476169185744399, "he": 0.2900164768540788, "their": 0.32477816871152276}, "shortcomings": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "shorten": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "shortly": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "shot": {"he - their": -0.03457973148882321, "he": 0.29410296323136986, "their": 0.32868269472019307}, "shots": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "should": {"he - their": -0.030584465929093196, "he": 0.3062839142271687, "their": 0.3368683801562619}, "shouldn": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "show": {"he - their": -0.011387518597416657, "he": 0.3141671486003979, "their": 0.32555466719781456}, "showed": {"he - their": 0.04833276220386562, "he": 0.3089870195223755, "their": 0.2606542573185099}, "shower": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "showing": {"he - their": -0.019719627021222874, "he": 0.30348884146562544, "their": 0.3232084684868483}, "shown": {"he - their": -0.036288433368432405, "he": 0.29825603980601684, "their": 0.33454447317444924}, "shows": {"he - their": -0.05095778935105372, "he": 0.29194443256142616, "their": 0.3429022219124799}, "shucking": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "shut": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "sick": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "side": {"he - their": -0.009636533608719133, "he": 0.3208318002596726, "their": 0.33046833386839175}, "sidelines": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sides": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "sidewalk": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sight": {"he - their": 0.0564815583956656, "he": 0.30443571062612773, "their": 0.24795415223046213}, "sightseeing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "signal": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "signals": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "signed": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "significant": {"he - their": -0.03306239843221159, "he": 0.3007251318795418, "their": 0.3337875303117534}, "significantly": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "signs": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "silence": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "silent": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "similar": {"he - their": -0.040967753667823015, "he": 0.26498472419768054, "their": 0.30595247786550356}, "simmons": {"he - their": 0.05663022352043598, "he": 0.29331046650630477, "their": 0.2366802429858688}, "simon": {"he - their": 0.05673288878035532, "he": 0.28443289494242496, "their": 0.22770000616206965}, "simple": {"he - their": -0.06817510262943122, "he": 0.26479804217217134, "their": 0.33297314480160256}, "simply": {"he - their": -0.0376053252105405, "he": 0.268954035717085, "their": 0.3065593609276255}, "since": {"he - their": -0.004791825563731866, "he": 0.3411652110684952, "their": 0.34595703663222704}, "sincere": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sinful": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sing": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "singing": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "single": {"he - their": -0.058880651457593414, "he": 0.28273861246543147, "their": 0.3416192639230249}, "singles": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sirens": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "sister": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "sistine": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sit": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "site": {"he - their": 0.027763465426948686, "he": 0.21809143861661223, "their": 0.19032797318966355}, "sitting": {"he - their": -0.01846666182515888, "he": 0.29331046650630477, "their": 0.31177712833146365}, "situation": {"he - their": 6.861599380530992e-05, "he": 0.3217703982241379, "their": 0.3217017822303326}, "six": {"he - their": -0.00794839680599918, "he": 0.3132253479987726, "their": 0.3211737448047718}, "sixers": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sixth": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "size": {"he - their": 0.01005824472664374, "he": 0.27701210344138494, "their": 0.2669538587147412}, "sjoberg": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "skaggs": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "skeletal": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "skinner": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sky": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "skyplussed": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "skyward": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "slack": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "slang": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "slavery": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "sleep": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sleepless": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "slices": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "slide": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "slideshare": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "slight": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "slow": {"he - their": -0.019172378492747055, "he": 0.29825603980601684, "their": 0.3174284182987639}, "slowness": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "small": {"he - their": -0.0025759134938601602, "he": 0.2985659666347768, "their": 0.30114188012863696}, "smell": {"he - their": -0.01865427721253099, "he": 0.18942200122095953, "their": 0.20807627843349052}, "smidgen": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "smith": {"he - their": -0.02046372954962944, "he": 0.23148675947191466, "their": 0.2519504890215441}, "smitten": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "smoked": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "sneakily": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "snow": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "so": {"he - their": -0.07124322749538425, "he": 0.3060449834037126, "their": 0.37728821089909687}, "soccer": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "social": {"he - their": -0.08550592080012015, "he": 0.25994421535942025, "their": 0.3454501361595404}, "society": {"he - their": -0.08585013894923166, "he": 0.2553763850179038, "their": 0.34122652396713543}, "soft": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "software": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "soil": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "solar": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sold": {"he - their": 0.028020093351986936, "he": 0.24822433673152106, "their": 0.22020424337953412}, "soldier": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "soldiers": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "solid": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "solidarity": {"he - their": -0.018729521983220143, "he": 0.24822433673152106, "their": 0.2669538587147412}, "solve": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "some": {"he - their": -0.03824860786759082, "he": 0.33408106986998115, "their": 0.372329677737572}, "somebody": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "somehow": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "someone": {"he - their": 0.0023947811473982727, "he": 0.3055773545078722, "their": 0.30318257336047394}, "something": {"he - their": -0.04700165728988165, "he": 0.3118646105866797, "their": 0.35886626787656134}, "sometimes": {"he - their": -0.0025759134938601602, "he": 0.2985659666347768, "their": 0.30114188012863696}, "somewhat": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "somewhere": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "son": {"he - their": 0.0018348885404501636, "he": 0.27689607298703506, "their": 0.2750611844465849}, "song": {"he - their": 0.01888641132795238, "he": 0.27946203539368164, "their": 0.26057562406572926}, "songs": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "soon": {"he - their": -0.04165124241846757, "he": 0.3132253479987726, "their": 0.3548765904172402}, "sophomores": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sore": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "sorry": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "sort": {"he - their": 0.010433017502524511, "he": 0.30443571062612773, "their": 0.2940026931236032}, "sought": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "soul": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "sounding": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sounds": {"he - their": 0.0564815583956656, "he": 0.30443571062612773, "their": 0.24795415223046213}, "source": {"he - their": -0.07266512264555275, "he": 0.26498472419768054, "their": 0.3376498468432333}, "sourcing": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "south": {"he - their": -0.035085233826780804, "he": 0.28273861246543147, "their": 0.3178238462922123}, "southbank": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "southeast": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "southern": {"he - their": 0.05686456285808772, "he": 0.2706167719786347, "their": 0.213752209120547}, "soy": {"he - their": -0.020204136907763875, "he": 0.13588701703094835, "their": 0.15609115393871223}, "space": {"he - their": -0.06950301967950423, "he": 0.2734819443409483, "their": 0.34298496402045253}, "spaceport": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "spain": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "spam": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "spambots": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "span": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "spanish": {"he - their": -0.09637152530767154, "he": 0.1674440335988083, "their": 0.26381555890647984}, "sparkling": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sparks": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "spats": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "speak": {"he - their": -0.018113767083985932, "he": 0.30443571062612773, "their": 0.32254947771011366}, "speaker": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "speaking": {"he - their": -0.01846666182515888, "he": 0.29331046650630477, "their": 0.31177712833146365}, "special": {"he - their": -0.07383643381815086, "he": 0.24733731098662093, "their": 0.3211737448047718}, "specific": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "specifications": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "spectacle": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "spectacular": {"he - their": -0.09587640943674008, "he": 0.17513948510860172, "their": 0.2710158945453418}, "spectators": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "spectrum": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "speech": {"he - their": -0.002774005999061191, "he": 0.2900164768540788, "their": 0.29279048285313997}, "speed": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "spend": {"he - their": -0.018113767083985932, "he": 0.30443571062612773, "their": 0.32254947771011366}, "spending": {"he - their": -0.03966267829529779, "he": 0.29331046650630477, "their": 0.33297314480160256}, "spent": {"he - their": -0.03321659858012116, "he": 0.2972517352882706, "their": 0.33046833386839175}, "sphere": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "spin": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "spiralling": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "spirit": {"he - their": -0.052219709087686805, "he": 0.268954035717085, "their": 0.3211737448047718}, "spirited": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "spiritual": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "spiritually": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "spite": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "spoke": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "sponsors": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sporting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sports": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "spot": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "spots": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "spring": {"he - their": -0.09356227051089525, "he": 0.2096203028495787, "their": 0.30318257336047394}, "spurrier": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "squad": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "square": {"he - their": 0.031310140842196854, "he": 0.3143326375270478, "their": 0.28302249668485097}, "stability": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "stacking": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "stadium": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "staff": {"he - their": -0.03966267829529779, "he": 0.29331046650630477, "their": 0.33297314480160256}, "stage": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "stages": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "stakes": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "stan": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "stand": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "standard": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "standards": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "standing": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "standoffs": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "stands": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "stanley": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "staple": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "star": {"he - their": 0.006665987071147128, "he": 0.3132253479987726, "their": 0.3065593609276255}, "stars": {"he - their": -0.01892869306576589, "he": 0.241725564252744, "their": 0.2606542573185099}, "start": {"he - their": -0.020687239844401184, "he": 0.30978109402399057, "their": 0.33046833386839175}, "started": {"he - their": 0.01765641953310282, "he": 0.3208318002596726, "their": 0.3031753807265698}, "starter": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "starting": {"he - their": -0.03271642674015407, "he": 0.30851009722698136, "their": 0.34122652396713543}, "starts": {"he - their": -0.01898721879520643, "he": 0.27701210344138494, "their": 0.29599932223659137}, "state": {"he - their": -0.03133937524553665, "he": 0.28724347150059376, "their": 0.3185828467461304}, "stated": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "statement": {"he - their": 0.048273371736304915, "he": 0.3152272304510461, "their": 0.2669538587147412}, "states": {"he - their": -0.032242353729270645, "he": 0.3006831592734811, "their": 0.33292551300275175}, "station": {"he - their": -0.019536900776671584, "he": 0.25994421535942025, "their": 0.27948111613609183}, "statistics": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "stature": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "stay": {"he - their": -0.02002453023028017, "he": 0.2727659526228598, "their": 0.29279048285313997}, "stayed": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "steadfast": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "steadfastly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "steadiness": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "steady": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "steal": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "steals": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "steel": {"he - their": -0.01865427721253099, "he": 0.18942200122095953, "their": 0.20807627843349052}, "steering": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "stemming": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "step": {"he - their": 0.03513758233807074, "he": 0.297479506870384, "their": 0.26234192453231325}, "stephen": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "stepped": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "stepping": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "steps": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "steve": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "stevens": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "still": {"he - their": -0.035561264242197244, "he": 0.32685724662362264, "their": 0.3624185108658199}, "sting": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "stint": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "stipe": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "stirring": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "stitches": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "stock": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "stockpiling": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "stole": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "stomach": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "stone": {"he - their": -0.01892869306576589, "he": 0.241725564252744, "their": 0.2606542573185099}, "stop": {"he - their": -0.020436768261138327, "he": 0.28273861246543147, "their": 0.3031753807265698}, "stopped": {"he - their": 0.010165378487214827, "he": 0.28443289494242496, "their": 0.27426751645521014}, "store": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "stories": {"he - their": -0.01953085593875048, "he": 0.3089870195223755, "their": 0.328517875461126}, "story": {"he - their": -0.07383643381815086, "he": 0.24733731098662093, "their": 0.3211737448047718}, "storytellers": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "stout": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "straight": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "straightforward": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "strained": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "strange": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "strategies": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "strategy": {"he - their": -0.09356227051089525, "he": 0.2096203028495787, "their": 0.30318257336047394}, "straughn": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "streak": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "stream": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "street": {"he - their": -0.0730025163131735, "he": 0.25994421535942025, "their": 0.33294673167259375}, "streets": {"he - their": -0.04808384729789422, "he": 0.241725564252744, "their": 0.2898094115506382}, "strength": {"he - their": 0.010433017502524511, "he": 0.30443571062612773, "their": 0.2940026931236032}, "strengthened": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "strengths": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "strictly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "strike": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "striker": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "striking": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "strong": {"he - their": -0.059267605273668644, "he": 0.27638459228904366, "their": 0.3356521975627123}, "strongly": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "struck": {"he - their": 0.0564815583956656, "he": 0.30443571062612773, "their": 0.24795415223046213}, "struggle": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "struggled": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "struggles": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "struggling": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "stuck": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "student": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "students": {"he - their": -0.019820463575916603, "he": 0.2511954309694252, "their": 0.2710158945453418}, "studied": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "studies": {"he - their": -0.11731518694188112, "he": 0.1794666068936068, "their": 0.2967817938354879}, "study": {"he - their": -0.08895390867005185, "he": 0.21105881700449228, "their": 0.3000127256745441}, "stuff": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "sturridge": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "style": {"he - their": 0.03130218109127564, "he": 0.29825603980601684, "their": 0.2669538587147412}, "stylistic": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "subject": {"he - their": -0.0025759134938601602, "he": 0.2985659666347768, "their": 0.30114188012863696}, "subjected": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "submission": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "submitted": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "submitting": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "subscription": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "substantially": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "subtle": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "subtrigonal": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "success": {"he - their": -0.01953085593875048, "he": 0.3089870195223755, "their": 0.328517875461126}, "successful": {"he - their": 0.031309838052662076, "he": 0.3055773545078722, "their": 0.27426751645521014}, "successfully": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "such": {"he - their": -0.04454935567811519, "he": 0.33184117396575896, "their": 0.37639052964387415}, "sudden": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "suddenly": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "suffered": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "suffering": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "sufficiently": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "suggest": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "suggested": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "suggests": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "suicide": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "suitable": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "suited": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "sullen": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sullivan": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "summer": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "summerville": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "summie": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sunday": {"he - their": -0.019172378492747055, "he": 0.29825603980601684, "their": 0.3174284182987639}, "super": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "supply": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "supplying": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "support": {"he - their": -0.021122520579346438, "he": 0.3118029924234053, "their": 0.33292551300275175}, "supporters": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "supportive": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "suppose": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "supposed": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "suppression": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "sure": {"he - their": -0.021676203768969726, "he": 0.32097422855162044, "their": 0.34265043232059017}, "surface": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "surgeon": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "surprised": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "surprising": {"he - their": -0.018729521983220143, "he": 0.24822433673152106, "their": 0.2669538587147412}, "surveillance": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "survive": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "survived": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "survivors": {"he - their": -0.06504811363064511, "he": 0.2019057450840961, "their": 0.2669538587147412}, "suspect": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "suspend": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "suspended": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "swamps": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "sweet": {"he - their": -0.04007408736126988, "he": 0.28443289494242496, "their": 0.32450698230369485}, "swoop": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "syrian": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "system": {"he - their": -0.03168505055216736, "he": 0.3132253479987726, "their": 0.34491039855093997}, "t": {"he - their": -0.03502212499580065, "he": 0.316279353292877, "their": 0.35130147828867764}, "table": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "tables": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "tackle": {"he - their": -0.06504811363064511, "he": 0.2019057450840961, "their": 0.2669538587147412}, "taider": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "take": {"he - their": -0.043088629580081084, "he": 0.3076045745064825, "their": 0.35069320408656357}, "taken": {"he - their": 0.008178287689097008, "he": 0.34475994558039713, "their": 0.3365816578913001}, "takeover": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "takes": {"he - their": 0.01005824472664374, "he": 0.27701210344138494, "their": 0.2669538587147412}, "taking": {"he - their": -0.0451354933587928, "he": 0.32097422855162044, "their": 0.36610972191041324}, "talent": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "talented": {"he - their": 0.010433017502524511, "he": 0.30443571062612773, "their": 0.2940026931236032}, "talking": {"he - their": -0.03704759970996008, "he": 0.28140745714167614, "their": 0.3184550568516362}, "talks": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "tamsulosin": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tank": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "target": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "targets": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "task": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tasked": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tasks": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "taste": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "tatum": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tax": {"he - their": -0.02026188419315511, "he": 0.13391809719244024, "their": 0.15417998138559535}, "taxation": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "taxed": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "taxi": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "taxis": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "taxman": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tbd": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tdp": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "teach": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "teacher": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "teachers": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "teaching": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "team": {"he - their": -0.056224809404563425, "he": 0.26566502807467185, "their": 0.3218898374792353}, "teammate": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "teammates": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "teams": {"he - their": 0.011518951154175283, "he": 0.294004967285181, "their": 0.2824860161310057}, "tear": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tec": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "technical": {"he - their": -0.04777498550507031, "he": 0.24822433673152106, "their": 0.29599932223659137}, "technically": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "techniques": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "technological": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "technologies": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "technology": {"he - their": -0.020436768261138327, "he": 0.28273861246543147, "their": 0.3031753807265698}, "teenaged": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "teens": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tehran": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "telephonic": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "telescope": {"he - their": -0.019262306454694067, "he": 0.2308861533814066, "their": 0.2501484598361007}, "television": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tell": {"he - their": -0.020043085643106362, "he": 0.29410296323136986, "their": 0.3141460488744762}, "telling": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "tells": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "telly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "temperament": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tempted": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tend": {"he - their": -0.01846666182515888, "he": 0.29331046650630477, "their": 0.31177712833146365}, "tends": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "tensions": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "term": {"he - their": -0.03289638221794966, "he": 0.3044621878885711, "their": 0.33735857010652076}, "terms": {"he - their": -0.11606209116300203, "he": 0.1952647106842501, "their": 0.31132680184725214}, "terrible": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "terrified": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "terrifying": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "terror": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "terrorism": {"he - their": -0.018729521983220143, "he": 0.24822433673152106, "their": 0.2669538587147412}, "terrorist": {"he - their": 0.027725628282936565, "he": 0.2144554730791025, "their": 0.18672984479616594}, "terrorists": {"he - their": 0.02797335513219701, "he": 0.241725564252744, "their": 0.213752209120547}, "tesla": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "test": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "testimony": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "testing": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "texas": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "text": {"he - their": 0.03130218109127564, "he": 0.29825603980601684, "their": 0.2669538587147412}, "than": {"he - their": -0.08570802772985181, "he": 0.3072044682972243, "their": 0.3929124960270761}, "thank": {"he - their": -0.04808384729789422, "he": 0.241725564252744, "their": 0.2898094115506382}, "thanks": {"he - their": -0.08616313913709556, "he": 0.2511954309694252, "their": 0.33735857010652076}, "that": {"he - their": -0.03299038982464636, "he": 0.311710942952315, "their": 0.34470133277696136}, "thatch": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "thaw": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "the": {"he - their": -0.03885449836405616, "he": 0.1933725482822188, "their": 0.23222704664627497}, "theatre": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "their": {"he - their": -0.13052882426929435, "he": 0.31077656099139006, "their": 0.4413053852606844}, "them": {"he - their": -0.05113618966311978, "he": 0.3286573654737786, "their": 0.3797935551368984}, "theme": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "themed": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "themselves": {"he - their": -0.06837248967118342, "he": 0.2900164768540788, "their": 0.3583889665252622}, "then": {"he - their": -0.03809430989854634, "he": 0.34021038620314314, "their": 0.3783046961016895}, "theories": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "theorised": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "theory": {"he - their": -0.01846666182515888, "he": 0.29331046650630477, "their": 0.31177712833146365}, "there": {"he - their": -0.019679057177843073, "he": 0.3514481412562748, "their": 0.3711271984341179}, "these": {"he - their": -0.04641420256773876, "he": 0.3333793525691596, "their": 0.3797935551368984}, "they": {"he - their": -0.05980924502613022, "he": 0.32411914729777486, "their": 0.3839283923239051}, "thig": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "thimble": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "thing": {"he - their": -0.010258486274008105, "he": 0.2996089694883946, "their": 0.3098674557624027}, "things": {"he - their": -0.011219133303974116, "he": 0.34376497064510214, "their": 0.35498410394907626}, "think": {"he - their": -0.02989995932180045, "he": 0.31730551248942235, "their": 0.3472054718112228}, "thinkers": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "thinking": {"he - their": -0.002201187847717778, "he": 0.3152272304510461, "their": 0.3174284182987639}, "thinks": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "third": {"he - their": -0.06613022457173498, "he": 0.24814049607089825, "their": 0.31427072064263323}, "thirty": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "this": {"he - their": -0.03246302621824826, "he": 0.3401977741188571, "their": 0.37266080033710536}, "thomas": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "those": {"he - their": -0.04089406312914495, "he": 0.31706594903038454, "their": 0.3579600121595295}, "though": {"he - their": -0.02197894835504438, "he": 0.30166517898010775, "their": 0.32364412733515213}, "thought": {"he - their": -0.00020741176715494136, "he": 0.30966004399524777, "their": 0.3098674557624027}, "thoughtful": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "thoughts": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "thousands": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "thread": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "threads": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "threats": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "three": {"he - their": -0.03670257875785088, "he": 0.3201903724833076, "their": 0.3568929512411585}, "thrilled": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "thrilling": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "thrives": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "through": {"he - their": -0.035893373357714586, "he": 0.3203388627481922, "their": 0.35623223610590676}, "throughout": {"he - their": -0.03306239843221159, "he": 0.3007251318795418, "their": 0.3337875303117534}, "throw": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "throws": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "thunder": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "thursday": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "thus": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "tickets": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "ties": {"he - their": -0.018749678418048976, "he": 0.28443289494242496, "their": 0.30318257336047394}, "tight": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "tightened": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tim": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "time": {"he - their": -0.0024517253054323063, "he": 0.3679130574413764, "their": 0.37036478274680873}, "times": {"he - their": -0.04257387716731226, "he": 0.2954149570390519, "their": 0.33798883420636416}, "timing": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "timothy": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tinned": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "tiptoeing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tired": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "titled": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "titles": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "to": {"he - their": -0.03433569482342058, "he": 0.26433257255469095, "their": 0.29866826737811153}, "today": {"he - their": -0.065640423321009, "he": 0.2560613589093236, "their": 0.3217017822303326}, "together": {"he - their": -0.04030999041212152, "he": 0.3118029924234053, "their": 0.35211298283552683}, "tokyo": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "told": {"he - their": -0.03132381715036631, "he": 0.29984115812293916, "their": 0.33116497527330546}, "toll": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tom": {"he - their": 0.0312754584086245, "he": 0.2863845778391723, "their": 0.2551091194305478}, "tomorrow": {"he - their": 0.009875604767132729, "he": 0.26498472419768054, "their": 0.2551091194305478}, "too": {"he - their": -0.08425576363376919, "he": 0.2655388518322977, "their": 0.3497946154660669}, "took": {"he - their": -0.0343586318681689, "he": 0.27145708665738666, "their": 0.30581571852555556}, "tool": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "top": {"he - their": -0.02169624629105288, "he": 0.2822075552650121, "their": 0.303903801556065}, "topless": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "toronto": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tortured": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tosh": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "toshimitsu": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "total": {"he - their": 0.009875604767132729, "he": 0.26498472419768054, "their": 0.2551091194305478}, "totaled": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "totally": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "touch": {"he - their": -0.01846666182515888, "he": 0.29331046650630477, "their": 0.31177712833146365}, "touchstone": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tough": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "tour": {"he - their": -0.06595096959849545, "he": 0.18419749023760523, "their": 0.2501484598361007}, "tourist": {"he - their": 0.02806839862610827, "he": 0.2557684047881779, "their": 0.22770000616206965}, "tours": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "toward": {"he - their": -0.06483349459466842, "he": 0.268954035717085, "their": 0.3337875303117534}, "towards": {"he - their": -0.019172378492747055, "he": 0.29825603980601684, "their": 0.3174284182987639}, "town": {"he - their": -0.09053798348429545, "he": 0.18752513863873763, "their": 0.2780631221230331}, "toxic": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "toy": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "track": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "tracy": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "trade": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "traded": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tradeoffs": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tradition": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "traditional": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "traffic": {"he - their": 0.05680786006185082, "he": 0.27701210344138494, "their": 0.22020424337953412}, "trail": {"he - their": 0.07805179642648272, "he": 0.29825603980601684, "their": 0.22020424337953412}, "trailing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "train": {"he - their": 0.05663022352043598, "he": 0.29331046650630477, "their": 0.2366802429858688}, "trained": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "trainers": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "training": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "transfer": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "transferred": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "transgressive": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "transitioned": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "transporting": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "trauma": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "travel": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "travelling": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "treat": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "treated": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "treatment": {"he - their": -0.09679667604152126, "he": 0.16073690221378845, "their": 0.2575335782553097}, "treats": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tremble": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tremendum": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "trends": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "trey": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "trial": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tried": {"he - their": -0.035085233826780804, "he": 0.28273861246543147, "their": 0.3178238462922123}, "tries": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "trigger": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "trilateral": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "trip": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "troops": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "trouble": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "truck": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "true": {"he - their": -0.058666124685705534, "he": 0.28624427386523443, "their": 0.34491039855093997}, "truly": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "trump": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "trust": {"he - their": -0.019382369285825984, "he": 0.29194443256142616, "their": 0.31132680184725214}, "truth": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "try": {"he - their": -0.04145828449189404, "he": 0.31693068203336816, "their": 0.3583889665252622}, "trying": {"he - their": -0.044696981633457034, "he": 0.2909552159292553, "their": 0.3356521975627123}, "tuesday": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "tumultuous": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tune": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "tuned": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "turbat": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "turbulence": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ture": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "turn": {"he - their": -0.0025759134938601602, "he": 0.2985659666347768, "their": 0.30114188012863696}, "turned": {"he - their": -0.05790110348249128, "he": 0.2706167719786347, "their": 0.328517875461126}, "turns": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "turp": {"he - their": -0.01829849829543803, "he": 0.2019057450840961, "their": 0.22020424337953412}, "tv": {"he - their": -0.036573442899699826, "he": 0.29194443256142616, "their": 0.328517875461126}, "tweet": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "tweeted": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tweets": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "twelve": {"he - their": 0.02797335513219701, "he": 0.241725564252744, "their": 0.213752209120547}, "twenty": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "twitter": {"he - their": 0.03340424305490175, "he": 0.28535473207644585, "their": 0.2519504890215441}, "two": {"he - their": -0.05806082590522926, "he": 0.3184163339512641, "their": 0.3764771598564934}, "twots": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "tyler": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "type": {"he - their": -0.040416314857378954, "he": 0.27701210344138494, "their": 0.3174284182987639}, "typed": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "types": {"he - their": -0.09409357715249528, "he": 0.2019057450840961, "their": 0.29599932223659137}, "typos": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "u": {"he - their": -0.13703713553302224, "he": 0.15203332092956032, "their": 0.28907045646258256}, "ugly": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "uk": {"he - their": -0.1155226732146678, "he": 0.2019057450840961, "their": 0.3174284182987639}, "ultimately": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "um": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "unable": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "unappreciated": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "uncertain": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "uncertainty": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "unclassified": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "uncommunicative": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "uncredited": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "under": {"he - their": -0.04144031892265182, "he": 0.28972465635065364, "their": 0.33116497527330546}, "undercover": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "undercut": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "undergo": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "underground": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "undermined": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "underneath": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "underrated": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "understand": {"he - their": -0.07053268095206716, "he": 0.22624911288342076, "their": 0.2967817938354879}, "understood": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "undone": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "unenticing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "uneven": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "unfair": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "unfathomable": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "unfold": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "unfortunate": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "unfortunately": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "unidentified": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "uniform": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "uniforms": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "unimaginable": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "unit": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "united": {"he - their": -0.020315087062391046, "he": 0.28624427386523443, "their": 0.3065593609276255}, "unity": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "universal": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "universe": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "university": {"he - their": -0.05178662173315801, "he": 0.27689607298703506, "their": 0.32868269472019307}, "unless": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "unnoticed": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "unparalleled": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "unpleasant": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "unpredictable": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "unproven": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "unrest": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "unruly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "unsettled": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "unstated": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "until": {"he - their": -0.08679231120838199, "he": 0.241725564252744, "their": 0.328517875461126}, "unto": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "unwanted": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "unwelcome": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "unwritten": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "up": {"he - their": -0.01561571432510278, "he": 0.3508181106953613, "their": 0.36643382502046407}, "update": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "upheaval": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "upon": {"he - their": 0.07765239454117903, "he": 0.3143326375270478, "their": 0.2366802429858688}, "uppity": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "upset": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "uranium": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "urban": {"he - their": 0.009962514660124822, "he": 0.2706167719786347, "their": 0.2606542573185099}, "urbanism": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "urolithiasis": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "us": {"he - their": -0.045505097762017555, "he": 0.2946137963200295, "their": 0.34011889408204704}, "usa": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "usd": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "use": {"he - their": -0.03338450578319668, "he": 0.2749247330787263, "their": 0.30830923886192296}, "used": {"he - their": -0.0730897099439567, "he": 0.2741157618672661, "their": 0.3472054718112228}, "useful": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "user": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "users": {"he - their": -0.019405563762758565, "he": 0.22624911288342076, "their": 0.24565467664617932}, "uses": {"he - their": -0.0193740841182774, "he": 0.26498472419768054, "their": 0.28435880831595794}, "using": {"he - their": -0.03374400823728724, "he": 0.28535473207644585, "their": 0.3190987403137331}, "usual": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "usually": {"he - their": -0.05790110348249128, "he": 0.2706167719786347, "their": 0.328517875461126}, "utah": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "utter": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "v": {"he - their": -0.01849911166703222, "he": 0.2557684047881779, "their": 0.27426751645521014}, "va": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "vaccines": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "valid": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "valuable": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "value": {"he - their": -0.04777498550507031, "he": 0.24822433673152106, "their": 0.29599932223659137}, "valued": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "vapourised": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "variances": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "variety": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "various": {"he - their": -0.08585013894923166, "he": 0.2553763850179038, "their": 0.34122652396713543}, "varying": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "vast": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "ve": {"he - their": -0.040248565765090116, "he": 0.29154251277369175, "their": 0.33179107853878187}, "vehicle": {"he - their": 0.028166764412795142, "he": 0.2761209166432573, "their": 0.24795415223046213}, "vehicles": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "veneer": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "venezuelan": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "venezuelans": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "verbally": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "verne": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "versatile": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "verse": {"he - their": 0.031258997305575464, "he": 0.28140745714167614, "their": 0.2501484598361007}, "version": {"he - their": -0.08789693599105547, "he": 0.22624911288342076, "their": 0.3141460488744762}, "verumontanum": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "very": {"he - their": -0.028859512977776336, "he": 0.34838703169718105, "their": 0.3772465446749574}, "via": {"he - their": -0.017818680343492377, "he": 0.2188615626423764, "their": 0.2366802429858688}, "vice": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "vicious": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "victims": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "victor": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "victory": {"he - their": 0.0025555091955841713, "he": 0.3143326375270478, "their": 0.31177712833146365}, "videos": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "view": {"he - their": -0.05851084149221597, "he": 0.25994421535942025, "their": 0.3184550568516362}, "views": {"he - their": -0.08679231120838199, "he": 0.241725564252744, "their": 0.328517875461126}, "vijayawada": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "villalba": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "violence": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "virginity": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "virus": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "visibility": {"he - their": -0.017881776480345946, "he": 0.2761209166432573, "their": 0.2940026931236032}, "visible": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "vision": {"he - their": -0.01898721879520643, "he": 0.27701210344138494, "their": 0.29599932223659137}, "visions": {"he - their": -0.06464721360563144, "he": 0.2096203028495787, "their": 0.27426751645521014}, "visit": {"he - their": 0.009875604767132729, "he": 0.26498472419768054, "their": 0.2551091194305478}, "visited": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "visitors": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "vizag": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "vlogs": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "vocabulary": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "vocal": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "vocalist": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "vociferous": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "vogue": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "voice": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "voices": {"he - their": 0.031310140842196854, "he": 0.3143326375270478, "their": 0.28302249668485097}, "volunteer": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "vote": {"he - their": -0.06920408156724284, "he": 0.24822433673152106, "their": 0.3174284182987639}, "voters": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "vs": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "vulnerable": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "w": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "waaay": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "wade": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "wafa": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "wait": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "waiter": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "waiting": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "waitress": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "walk": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "walking": {"he - their": -0.018113767083985932, "he": 0.30443571062612773, "their": 0.32254947771011366}, "wall": {"he - their": -0.04159505188371476, "he": 0.2511954309694252, "their": 0.29279048285313997}, "waller": {"he - their": -0.01829849829543803, "he": 0.2019057450840961, "their": 0.22020424337953412}, "walls": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "wander": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "want": {"he - their": -0.0040714323436706334, "he": 0.33159843970990066, "their": 0.3356698720535713}, "wanted": {"he - their": -0.020184391839383864, "he": 0.2900164768540788, "their": 0.31020086869346264}, "wanting": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "wants": {"he - their": -0.002339782324876638, "he": 0.3089870195223755, "their": 0.31132680184725214}, "war": {"he - their": -0.03883572275699945, "he": 0.24124875633255868, "their": 0.28008447908955814}, "warm": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "warmed": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "warning": {"he - their": -0.04966348185113256, "he": 0.20787009640417714, "their": 0.2575335782553097}, "wars": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "wartime": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "was": {"he - their": -0.019431635590949736, "he": 0.32823387385249675, "their": 0.3476655094434465}, "washington": {"he - their": 0.05663022352043598, "he": 0.29331046650630477, "their": 0.2366802429858688}, "wasn": {"he - their": 0.011618198373457067, "he": 0.3007251318795418, "their": 0.28910693350608474}, "waste": {"he - their": 0.01888641132795238, "he": 0.27946203539368164, "their": 0.26057562406572926}, "watch": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "watchdogs": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "watching": {"he - their": -0.018224454512679622, "he": 0.26479804217217134, "their": 0.28302249668485097}, "water": {"he - their": -0.09863206915614589, "he": 0.23429344384660586, "their": 0.33292551300275175}, "waterfront": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "wave": {"he - their": -0.019877117585426374, "he": 0.21105881700449228, "their": 0.23093593458991865}, "wavelength": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "waving": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "way": {"he - their": -0.037806242127467915, "he": 0.3092465877177404, "their": 0.3470528298452083}, "ways": {"he - their": -0.05710135829633661, "he": 0.28443289494242496, "their": 0.3415342532387616}, "wcc10": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "we": {"he - their": -0.042553092642353685, "he": 0.3060866002964634, "their": 0.3486396929388171}, "weaknesses": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "wealth": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "wean": {"he - their": -0.06268180926801298, "he": 0.24623762487580364, "their": 0.3089194341438166}, "weapons": {"he - their": -0.04642856106685639, "he": 0.2761209166432573, "their": 0.32254947771011366}, "weaselled": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "weaving": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "web": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "webb": {"he - their": -0.019063932497897756, "he": 0.17513948510860172, "their": 0.19420341760649948}, "website": {"he - their": -0.05822374428916777, "he": 0.26498472419768054, "their": 0.3232084684868483}, "websites": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "weddings": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "wednesday": {"he - their": 0.010165378487214827, "he": 0.28443289494242496, "their": 0.27426751645521014}, "wee": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "week": {"he - their": -0.04925029859670177, "he": 0.30182852265742566, "their": 0.3510788212541274}, "weekend": {"he - their": 0.031310140842196854, "he": 0.3143326375270478, "their": 0.28302249668485097}, "weeks": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "weep": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "weigh": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "weighed": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "weight": {"he - their": -0.019536900776671584, "he": 0.25994421535942025, "their": 0.27948111613609183}, "welfare": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "well": {"he - their": -0.023689481548864744, "he": 0.33844725259906455, "their": 0.3621367341479293}, "wells": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "went": {"he - their": -0.04176962251946381, "he": 0.24733731098662093, "their": 0.28910693350608474}, "were": {"he - their": -0.02674157736814997, "he": 0.3173617531263433, "their": 0.34410333049449326}, "weren": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "west": {"he - their": -0.044696981633457034, "he": 0.2909552159292553, "their": 0.3356521975627123}, "westerberg": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "western": {"he - their": -0.057532369733064304, "he": 0.27701210344138494, "their": 0.33454447317444924}, "whale": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "what": {"he - their": -0.029844730239582562, "he": 0.3445151243122124, "their": 0.37435985455179493}, "whatever": {"he - their": -0.09409357715249528, "he": 0.2019057450840961, "their": 0.29599932223659137}, "when": {"he - their": -0.008444023152748836, "he": 0.3528138175745746, "their": 0.3612578407273234}, "where": {"he - their": -0.007778226775531749, "he": 0.34983895187021685, "their": 0.3576171786457486}, "whereas": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "whether": {"he - their": -0.03573291020237723, "he": 0.26812412923604956, "their": 0.3038570394384268}, "which": {"he - their": -0.026139410741799096, "he": 0.3445151243122124, "their": 0.37065453505401147}, "while": {"he - their": -0.02401846803205787, "he": 0.343586989582894, "their": 0.3676054576149519}, "whilst": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "whim": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "white": {"he - their": -0.042154149030489974, "he": 0.3035365655022822, "their": 0.34569071453277217}, "who": {"he - their": -0.008201836048400968, "he": 0.36113046330285936, "their": 0.36933229935126033}, "whole": {"he - their": -0.03457973148882321, "he": 0.29410296323136986, "their": 0.32868269472019307}, "whom": {"he - their": 0.028117799186302556, "he": 0.26479804217217134, "their": 0.2366802429858688}, "whose": {"he - their": -0.019567900026331242, "he": 0.2863845778391723, "their": 0.30595247786550356}, "why": {"he - their": -0.05695634572567798, "he": 0.31401603970876796, "their": 0.37097238543444594}, "wicked": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "wide": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "wider": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "widows": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "wife": {"he - their": -0.019172378492747055, "he": 0.29825603980601684, "their": 0.3174284182987639}, "wild": {"he - their": -0.018079703312490952, "he": 0.2096203028495787, "their": 0.22770000616206965}, "will": {"he - their": -0.04133910374436117, "he": 0.32639243666017737, "their": 0.36773154040453854}, "william": {"he - their": 0.010287969821453802, "he": 0.29331046650630477, "their": 0.28302249668485097}, "willing": {"he - their": -0.09291556568908724, "he": 0.2188615626423764, "their": 0.31177712833146365}, "wilma": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "win": {"he - their": -0.05822374428916777, "he": 0.26498472419768054, "their": 0.3232084684868483}, "window": {"he - their": 0.05680786006185082, "he": 0.27701210344138494, "their": 0.22020424337953412}, "windows": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "wing": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "winning": {"he - their": -0.019889090216859417, "he": 0.2985659666347768, "their": 0.3184550568516362}, "wins": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "wipe": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "wipes": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "wisdom": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "wise": {"he - their": 0.0025555091955841713, "he": 0.3143326375270478, "their": 0.31177712833146365}, "wish": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "wished": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "with": {"he - their": -0.0328991167054003, "he": 0.33963763061011054, "their": 0.37253674731551084}, "withdrawal": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "withdrawals": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "withdrawn": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "within": {"he - their": -0.03183816989903432, "he": 0.30978109402399057, "their": 0.3416192639230249}, "without": {"he - their": -0.013532129952464833, "he": 0.3230495279388353, "their": 0.3365816578913001}, "withstood": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "witnessing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "wolford": {"he - their": -0.01829849829543803, "he": 0.2019057450840961, "their": 0.22020424337953412}, "woman": {"he - their": -0.06416093404247455, "he": 0.2188615626423764, "their": 0.28302249668485097}, "women": {"he - their": -0.020855057349200123, "he": 0.2707340341279295, "their": 0.29158909147712964}, "won": {"he - their": -0.0640345673491014, "he": 0.28807841548642543, "their": 0.35211298283552683}, "wonder": {"he - their": -0.04007408736126988, "he": 0.28443289494242496, "their": 0.32450698230369485}, "wondered": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "wonderful": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "wondering": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "word": {"he - their": -0.05028316870112268, "he": 0.19429138920541372, "their": 0.2445745579065364}, "words": {"he - their": -0.04881207156316414, "he": 0.22624911288342076, "their": 0.2750611844465849}, "work": {"he - their": -0.011924241919812228, "he": 0.3479315539874708, "their": 0.359855795907283}, "worked": {"he - their": 0.031310140842196854, "he": 0.3143326375270478, "their": 0.28302249668485097}, "worker": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "working": {"he - their": -0.03743491607060284, "he": 0.2727659526228598, "their": 0.31020086869346264}, "workout": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "workplace": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "works": {"he - their": -0.0030239807373240724, "he": 0.27946203539368164, "their": 0.2824860161310057}, "world": {"he - their": -0.04160083278783022, "he": 0.3127777981624006, "their": 0.3543786309502308}, "worried": {"he - their": 0.010165378487214827, "he": 0.28443289494242496, "their": 0.27426751645521014}, "worries": {"he - their": 0.028210091135436044, "he": 0.29150000450919544, "their": 0.2632899133737594}, "worrisome": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "worry": {"he - their": -0.04835424167966754, "he": 0.2360045666362904, "their": 0.28435880831595794}, "worse": {"he - their": -0.051265269004060976, "he": 0.2863845778391723, "their": 0.3376498468432333}, "worsening": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "worst": {"he - their": -0.01846666182515888, "he": 0.29331046650630477, "their": 0.31177712833146365}, "worth": {"he - their": -0.07185089079966339, "he": 0.27701210344138494, "their": 0.34886299424104833}, "would": {"he - their": -0.013459560628341416, "he": 0.33736929301981816, "their": 0.3508288536481596}, "wouldn": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "wraparound": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "write": {"he - their": -0.046979086159292305, "he": 0.26479804217217134, "their": 0.31177712833146365}, "writer": {"he - their": 0.028020093351986936, "he": 0.24822433673152106, "their": 0.22020424337953412}, "writers": {"he - their": 0.05673288878035532, "he": 0.28443289494242496, "their": 0.22770000616206965}, "writes": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "writing": {"he - their": -0.002339782324876638, "he": 0.3089870195223755, "their": 0.31132680184725214}, "written": {"he - their": 0.0022567175694254704, "he": 0.29825603980601684, "their": 0.29599932223659137}, "wrong": {"he - their": 0.0025555091955841713, "he": 0.3143326375270478, "their": 0.31177712833146365}, "wrongly": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "wrote": {"he - their": -0.020315087062391046, "he": 0.28624427386523443, "their": 0.3065593609276255}, "wuhan": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "www": {"he - their": -0.06817510262943122, "he": 0.26479804217217134, "their": 0.33297314480160256}, "x": {"he - their": 0.009875604767132729, "he": 0.26498472419768054, "their": 0.2551091194305478}, "xi": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "xiaoming": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "yahoo": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "yeah": {"he - their": -0.0920880153305734, "he": 0.23046146237954027, "their": 0.32254947771011366}, "year": {"he - their": -0.024985630430055916, "he": 0.3015391141180941, "their": 0.32652474454815}, "years": {"he - their": -0.024803270826618873, "he": 0.33771879262141313, "their": 0.362522063448032}, "yellow": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "yes": {"he - their": 0.01005824472664374, "he": 0.27701210344138494, "their": 0.2669538587147412}, "yet": {"he - their": -0.004010174014433099, "he": 0.33397866019193106, "their": 0.33798883420636416}, "yielded": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "yo": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "yoing": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "yong": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "yonhap": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "york": {"he - their": -0.021116603016692548, "he": 0.26326399404637546, "their": 0.284380597063068}, "yorker": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "you": {"he - their": -0.06393679060515217, "he": 0.27680501128167145, "their": 0.3407418018868236}, "young": {"he - their": 6.861599380530992e-05, "he": 0.3217703982241379, "their": 0.3217017822303326}, "younger": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "your": {"he - their": -0.06129106480004548, "he": 0.2863547756410993, "their": 0.34764584044114477}, "yourself": {"he - their": -0.04741416857229602, "he": 0.2557684047881779, "their": 0.30318257336047394}, "yourselves": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "youtube": {"he - their": -0.06354123074406295, "he": 0.23046146237954027, "their": 0.2940026931236032}, "yrs": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ys": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}, "ysrcp": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "zack": {"he - their": -0.01705228849795576, "he": 0.24623762487580364, "their": 0.2632899133737594}, "zarif": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "zealand": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "zero": {"he - their": -0.017419429634621175, "he": 0.29150000450919544, "their": 0.3089194341438166}, "zone": {"he - their": -0.04859496275468522, "he": 0.2308861533814066, "their": 0.27948111613609183}, "zoning": {"he - their": -0.017492689850921866, "he": 0.23046146237954027, "their": 0.24795415223046213}, "\u03c0": {"he - their": -0.016347033451579007, "he": 0.2717597963409451, "their": 0.2881068297925241}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-he-them.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-he-them.json new file mode 100644 index 0000000000000000000000000000000000000000..3df2cd9bfe6e6d779b3fc448cd2675005a45fea0 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-he-them.json @@ -0,0 +1 @@ +{"0": {"he - them": -0.026557901914112114, "he": 0.26699777980226896, "them": 0.2935556817163811}, "000": {"he - them": -0.024794362730255592, "he": 0.3006831592734811, "them": 0.3254775220037367}, "04": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "06": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "07": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "08": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "09": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "1": {"he - them": -0.021836230440803017, "he": 0.3055831372808201, "them": 0.3274193677216231}, "10": {"he - them": -0.005958874297793959, "he": 0.31744744900414745, "them": 0.3234063233019414}, "100": {"he - them": -0.12560155012903115, "he": 0.23429344384660586, "them": 0.359894993975637}, "10bn": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "11": {"he - them": -0.10903856496634012, "he": 0.2019057450840961, "them": 0.3109443100504362}, "12": {"he - them": -0.0903550662107307, "he": 0.2437529091537891, "them": 0.3341079753645198}, "13": {"he - them": -0.04474983290343193, "he": 0.27689607298703506, "them": 0.321645905890467}, "14": {"he - them": -0.06626952087256321, "he": 0.2553763850179038, "them": 0.321645905890467}, "15": {"he - them": -0.0010888203932877816, "he": 0.30978109402399057, "them": 0.31086991441727835}, "16": {"he - them": 0.0036423334808458607, "he": 0.29410296323136986, "them": 0.290460629750524}, "17": {"he - them": -0.05921183470215591, "he": 0.3006831592734811, "them": 0.359894993975637}, "18": {"he - them": 0.004098329490511421, "he": 0.3089870195223755, "them": 0.3048886900318641}, "18usd": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "19": {"he - them": 0.0033926519747127237, "he": 0.28624427386523443, "them": 0.2828516218905217}, "1904": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "1928": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "1932": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "1953": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "1968": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "1983": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "1987": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "1995": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "19th": {"he - them": -0.013558044310353845, "he": 0.241725564252744, "them": 0.25528360856309784}, "2": {"he - them": -0.05288868867698132, "he": 0.3002349226162437, "them": 0.353123611293225}, "20": {"he - them": -0.04313576027067312, "he": 0.30656126980078335, "them": 0.34969703007145647}, "200": {"he - them": -0.10962397934761398, "he": 0.1952647106842501, "them": 0.3048886900318641}, "2001": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "2002": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "2003": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "2006": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "2007": {"he - them": -0.09404067323404375, "he": 0.241725564252744, "them": 0.33576623748678774}, "2008": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "2010": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "2011": {"he - them": -0.03570641636991495, "he": 0.2437529091537891, "them": 0.27945932552370406}, "2012": {"he - them": -0.10962397934761398, "he": 0.1952647106842501, "them": 0.3048886900318641}, "2014": {"he - them": -0.05962106589906724, "he": 0.2019057450840961, "them": 0.2615268109831633}, "2016": {"he - them": -0.036192143715066905, "he": 0.30851009722698136, "them": 0.34470224094204827}, "2017": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "2019": {"he - them": 0.015485292458221611, "he": 0.27701210344138494, "them": 0.2615268109831633}, "20th": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "21": {"he - them": -0.1389379989007016, "he": 0.2096203028495787, "them": 0.3485583017502803}, "21st": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "22": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "23": {"he - them": -0.03248331753729339, "he": 0.30443571062612773, "them": 0.3369190281634211}, "235": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "24": {"he - them": -0.06316312577912009, "he": 0.241725564252744, "them": 0.3048886900318641}, "25": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "25th": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "27": {"he - them": -0.05962106589906724, "he": 0.2019057450840961, "them": 0.2615268109831633}, "28": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "29": {"he - them": 0.03666082399832832, "he": 0.29194443256142616, "them": 0.25528360856309784}, "2nd": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "3": {"he - them": -0.06652696511195227, "he": 0.28710499651505855, "them": 0.3536319616270108}, "30": {"he - them": -0.027753987824839066, "he": 0.2900164768540788, "them": 0.31777046467891784}, "300": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "31": {"he - them": -0.09278989696210238, "he": 0.2557684047881779, "them": 0.3485583017502803}, "37": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "3rd": {"he - them": -0.06361585070074019, "he": 0.13391809719244024, "them": 0.19753394789318043}, "4": {"he - them": -0.006233131519064683, "he": 0.31079031655915573, "them": 0.3170234480782204}, "40": {"he - them": -0.013558044310353845, "he": 0.241725564252744, "them": 0.25528360856309784}, "40th": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "42": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "44": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "45": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "451": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "48": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "5": {"he - them": -0.05313462050878226, "he": 0.2969698715742334, "them": 0.35010449208301564}, "50": {"he - them": -0.014176153667827401, "he": 0.22624911288342076, "them": 0.24042526655124816}, "58": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "5m": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "6": {"he - them": -0.031930461573625224, "he": 0.2815342232205571, "them": 0.3134646847941823}, "60": {"he - them": -0.09404067323404375, "he": 0.241725564252744, "them": 0.33576623748678774}, "67": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "69p": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "6moy": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "6th": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "7": {"he - them": -0.047171084128006247, "he": 0.32714723735437007, "them": 0.3743183214823763}, "75": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "76ers": {"he - them": -0.03306957625504736, "he": 0.29331046650630477, "them": 0.32638004276135213}, "7th": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "8": {"he - them": -0.052881989957974884, "he": 0.30551156638991755, "them": 0.35839355634789244}, "81st": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "884": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "9": {"he - them": -0.013737255661974479, "he": 0.2727659526228598, "them": 0.2865032082848343}, "90": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "98": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "a": {"he - them": -0.06733392910796754, "he": 0.27718691043703186, "them": 0.3445208395449994}, "abilities": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "ability": {"he - them": -0.08737919243969838, "he": 0.27701210344138494, "them": 0.3643912958810833}, "able": {"he - them": -0.07322885439311427, "he": 0.2954149570390519, "them": 0.3686438114321662}, "about": {"he - them": -0.07311503419226423, "he": 0.3279739657959548, "them": 0.401088999988219}, "above": {"he - them": -0.06355181313765249, "he": 0.2360045666362904, "them": 0.2995563797739429}, "abs": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "absolutely": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "absorbed": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "absurd": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "abundance": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "abuse": {"he - them": -0.09094297764024423, "he": 0.2761209166432573, "them": 0.3670638942835015}, "accept": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "acceptance": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "accepting": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "access": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "accomplish": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "accord": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "according": {"he - them": 0.018682044046172686, "he": 0.2816875089614581, "them": 0.2630054649152854}, "account": {"he - them": -0.08737919243969838, "he": 0.27701210344138494, "them": 0.3643912958810833}, "accounted": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "accounts": {"he - them": -0.0646764651536163, "he": 0.27701210344138494, "them": 0.34168856859500124}, "accuracy": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "accusations": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "achieve": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "achieved": {"he - them": -0.033932206609051274, "he": 0.27701210344138494, "them": 0.3109443100504362}, "acknowledge": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "acquaintances": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "acquiescence": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "across": {"he - them": -0.09454470685973806, "he": 0.2360045666362904, "them": 0.3305492734960285}, "act": {"he - them": -0.08759527436402281, "he": 0.26210175570743366, "them": 0.34969703007145647}, "acted": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "acting": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "action": {"he - them": 0.014738540067072647, "he": 0.24733731098662093, "them": 0.23259877091954828}, "actions": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "active": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "activist": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "activities": {"he - them": -0.1206136966970375, "he": 0.2048638253066992, "them": 0.3254775220037367}, "activity": {"he - them": -0.06685628504679575, "he": 0.24733731098662093, "them": 0.3141935960334167}, "actor": {"he - them": -0.06001889787884773, "he": 0.1952647106842501, "them": 0.25528360856309784}, "actors": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "acts": {"he - them": -0.06355181313765249, "he": 0.2360045666362904, "them": 0.2995563797739429}, "actual": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "actually": {"he - them": -0.02432688134052924, "he": 0.30978109402399057, "them": 0.3341079753645198}, "adapt": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "added": {"he - them": 0.06816505797539288, "he": 0.28535473207644585, "them": 0.21718967410105297}, "adding": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "addition": {"he - them": -0.12369925712730762, "he": 0.2511954309694252, "them": 0.3748946880967328}, "additional": {"he - them": -0.013377122765381222, "he": 0.28140745714167614, "them": 0.29478457990705736}, "address": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "addressed": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "addressing": {"he - them": 0.03680019592189365, "he": 0.3055773545078722, "them": 0.26877715858597856}, "adds": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "adequacy": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "administration": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "administrative": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "admired": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "admission": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "admitted": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "admitting": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "adoring": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ads": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "adult": {"he - them": -0.013989555368016798, "he": 0.2308861533814066, "them": 0.2448757087494234}, "advanced": {"he - them": -0.06355181313765249, "he": 0.2360045666362904, "them": 0.2995563797739429}, "advantage": {"he - them": -0.03248331753729339, "he": 0.30443571062612773, "them": 0.3369190281634211}, "advantages": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "adversaries": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "advertisers": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "advisability": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "advisable": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "advocates": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "affect": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "affected": {"he - them": -0.0646764651536163, "he": 0.27701210344138494, "them": 0.34168856859500124}, "affecting": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "afford": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "afloat": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "afraid": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "africa": {"he - them": -0.045239560316331695, "he": 0.268954035717085, "them": 0.3141935960334167}, "african": {"he - them": -0.0160355483058017, "he": 0.22001932047257688, "them": 0.23605486877837858}, "africans": {"he - them": -0.06001889787884773, "he": 0.1952647106842501, "them": 0.25528360856309784}, "after": {"he - them": -0.03836588618428388, "he": 0.34299904567685074, "them": 0.3813649318611346}, "afterthought": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "again": {"he - them": -0.013617093015211468, "he": 0.32565688263566434, "them": 0.3392739756508758}, "against": {"he - them": -0.038314858331211066, "he": 0.31912219954599436, "them": 0.3574370578772054}, "agape": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "age": {"he - them": -0.09539679300704623, "he": 0.22624911288342076, "them": 0.321645905890467}, "agencies": {"he - them": -0.012688270244419375, "he": 0.29825603980601684, "them": 0.3109443100504362}, "agenda": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "agent": {"he - them": -0.06412540680785533, "he": 0.28443289494242496, "them": 0.3485583017502803}, "agents": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "aggressive": {"he - them": -0.03306957625504736, "he": 0.29331046650630477, "them": 0.32638004276135213}, "agitation": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "ago": {"he - them": -0.03270007546539372, "he": 0.3065739001854821, "them": 0.3392739756508758}, "agree": {"he - them": -0.04244087501373972, "he": 0.3143326375270478, "them": 0.35677351254078754}, "ahead": {"he - them": -0.012394428451162676, "he": 0.3055773545078722, "them": 0.3179717829590349}, "aid": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "aides": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "air": {"he - them": 0.0032792869417274106, "he": 0.28273861246543147, "them": 0.27945932552370406}, "al": {"he - them": -0.013989555368016798, "he": 0.2308861533814066, "them": 0.2448757087494234}, "aladdin": {"he - them": -0.060367543139529745, "he": 0.18942200122095953, "them": 0.24978954436048928}, "alana": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "alarmed": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "albeit": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "alchemy": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "alcohol": {"he - them": -0.06514946550815304, "he": 0.2706167719786347, "them": 0.33576623748678774}, "aldous": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "alex": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "alfred": {"he - them": 0.003781386727719438, "he": 0.2985659666347768, "them": 0.29478457990705736}, "algorithm": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "algorithms": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "alien": {"he - them": -0.034840364547637115, "he": 0.25994421535942025, "them": 0.29478457990705736}, "alienation": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "aliens": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "all": {"he - them": -0.043431328787512435, "he": 0.3519116740869998, "them": 0.39534300287451224}, "alleged": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "alleviate": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "alliances": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "allied": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "allies": {"he - them": 0.016082581905395577, "he": 0.30443571062612773, "them": 0.28835312872073215}, "allow": {"he - them": -0.06555780606447087, "he": 0.3055773545078722, "them": 0.3711351605723431}, "allowed": {"he - them": -0.08795879089876185, "he": 0.2706167719786347, "them": 0.35857556287739656}, "allowing": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "almost": {"he - them": -0.04789476509241353, "he": 0.3146349343854283, "them": 0.3625296994778418}, "alone": {"he - them": -0.06346304603448277, "he": 0.29331046650630477, "them": 0.35677351254078754}, "along": {"he - them": -0.0401996635615936, "he": 0.3234971893063417, "them": 0.3636968528679353}, "alongside": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "aloof": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "alpha": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "already": {"he - them": -0.034953817065140225, "he": 0.32932455735698696, "them": 0.3642783744221272}, "also": {"he - them": -0.08442300958350962, "he": 0.32492716062689664, "them": 0.40935017021040626}, "although": {"he - them": -0.04330414587050674, "he": 0.32097422855162044, "them": 0.3642783744221272}, "always": {"he - them": -0.04894121692328263, "he": 0.2996089694883946, "them": 0.34855018641167723}, "am": {"he - them": -0.024794362730255592, "he": 0.3006831592734811, "them": 0.3254775220037367}, "amber": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "amendment": {"he - them": -0.06121443318619732, "he": 0.17513948510860172, "them": 0.23635391829479904}, "amercan": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "america": {"he - them": -0.043432528788984404, "he": 0.29825603980601684, "them": 0.34168856859500124}, "american": {"he - them": -0.05941873659873742, "he": 0.2979814169505939, "them": 0.3574001535493313}, "americans": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "amnews": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "among": {"he - them": -0.06090985381688352, "he": 0.278444307609538, "them": 0.3393541614264215}, "amongst": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "amount": {"he - them": -0.14050152680253764, "he": 0.1952647106842501, "them": 0.33576623748678774}, "amour": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "an": {"he - them": -0.0634375556490494, "he": 0.3568219254175451, "them": 0.4202594810665945}, "analysis": {"he - them": -0.09404067323404375, "he": 0.241725564252744, "them": 0.33576623748678774}, "analytical": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "analyzing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ananias": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "anc": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "anchor": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "and": {"he - them": -0.06253959637167522, "he": 0.2641734961665871, "them": 0.3267130925382623}, "andrew": {"he - them": 0.016082581905395577, "he": 0.30443571062612773, "them": 0.28835312872073215}, "angeles": {"he - them": -0.06421151686710325, "he": 0.22624911288342076, "them": 0.290460629750524}, "anger": {"he - them": -0.03248331753729339, "he": 0.30443571062612773, "them": 0.3369190281634211}, "angry": {"he - them": 0.016082581905395577, "he": 0.30443571062612773, "them": 0.28835312872073215}, "angst": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "animals": {"he - them": -0.18526406936973375, "he": 0.1674440335988083, "them": 0.35270810296854205}, "announced": {"he - them": 0.015333163415536866, "he": 0.2706167719786347, "them": 0.25528360856309784}, "announcing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "anonymity": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "another": {"he - them": -0.037101179326766875, "he": 0.3375322997656227, "them": 0.3746334790923896}, "answer": {"he - them": -0.049962192118212956, "he": 0.30348884146562544, "them": 0.3534510335838384}, "answered": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "answers": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "antenna": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "anthony": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "anti": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "anticipated": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "anticipation": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "antidepressants": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "antique": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "antoni": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "antonin": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "anxiety": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "any": {"he - them": -0.08263338044104385, "he": 0.3209904022710725, "them": 0.40362378271211635}, "anymore": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "anyone": {"he - them": -0.013564556763488944, "he": 0.27689607298703506, "them": 0.290460629750524}, "anything": {"he - them": -0.013558044310353845, "he": 0.241725564252744, "them": 0.25528360856309784}, "anywhere": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "apart": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "apartment": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "apollo": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "apologized": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "apostles": {"he - them": -0.11201529192489576, "he": 0.1674440335988083, "them": 0.27945932552370406}, "apparently": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "appear": {"he - them": -0.033932206609051274, "he": 0.27701210344138494, "them": 0.3109443100504362}, "appearance": {"he - them": 0.03680019592189365, "he": 0.3055773545078722, "them": 0.26877715858597856}, "appears": {"he - them": -0.06001889787884773, "he": 0.1952647106842501, "them": 0.25528360856309784}, "applications": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "applied": {"he - them": -0.13791194989841113, "he": 0.2188615626423764, "them": 0.35677351254078754}, "apply": {"he - them": -0.09094297764024423, "he": 0.2761209166432573, "them": 0.3670638942835015}, "appointing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "appointments": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "appreciate": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "appreciated": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "approached": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "appropriately": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "approval": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "april": {"he - them": -0.060367543139529745, "he": 0.18942200122095953, "them": 0.24978954436048928}, "arabian": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "arcane": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "archbishop": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "architects": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "archived": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "are": {"he - them": -0.0757816926357906, "he": 0.333748548249867, "them": 0.4095302408856576}, "area": {"he - them": -0.12527081422736117, "he": 0.23725888525048064, "them": 0.3625296994778418}, "areas": {"he - them": -0.013171801934770577, "he": 0.2863845778391723, "them": 0.2995563797739429}, "aren": {"he - them": -0.12369925712730762, "he": 0.2511954309694252, "them": 0.3748946880967328}, "arguably": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "argue": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "argued": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "argument": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "ariane": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "arise": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "arising": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "arm": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "armed": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "army": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "around": {"he - them": -0.06840194710916164, "he": 0.31777138129140986, "them": 0.3861733284005715}, "arranged": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "array": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "arrival": {"he - them": -0.012394428451162676, "he": 0.3055773545078722, "them": 0.3179717829590349}, "arrive": {"he - them": -0.0858862585369996, "he": 0.29331046650630477, "them": 0.3791967250433044}, "arrived": {"he - them": 0.03666082399832832, "he": 0.29194443256142616, "them": 0.25528360856309784}, "arrives": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "arsonist": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "art": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "arthur": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "article": {"he - them": -0.06514946550815304, "he": 0.2706167719786347, "them": 0.33576623748678774}, "artificial": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "artist": {"he - them": -0.06421151686710325, "he": 0.22624911288342076, "them": 0.290460629750524}, "artists": {"he - them": -0.03306957625504736, "he": 0.29331046650630477, "them": 0.32638004276135213}, "as": {"he - them": -0.05516318445924945, "he": 0.32813166879360806, "them": 0.3832948532528575}, "ascent": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "asia": {"he - them": -0.06001889787884773, "he": 0.1952647106842501, "them": 0.25528360856309784}, "asian": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "ask": {"he - them": -0.044471631656670674, "he": 0.28140745714167614, "them": 0.3258790887983468}, "asked": {"he - them": -0.027753987824839066, "he": 0.2900164768540788, "them": 0.31777046467891784}, "aspect": {"he - them": -0.09094297764024423, "he": 0.2761209166432573, "them": 0.3670638942835015}, "aspects": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "assessment": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "assists": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "associate": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "associated": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "association": {"he - them": 0.03659503347868304, "he": 0.2863845778391723, "them": 0.24978954436048928}, "assume": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "assumed": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "assumes": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "assumptions": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "assurance": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "astronomy": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "at": {"he - them": -0.05526757257026499, "he": 0.34360767370834233, "them": 0.3988752462786073}, "atlanta": {"he - them": -0.013558044310353845, "he": 0.241725564252744, "them": 0.25528360856309784}, "atlantic": {"he - them": -0.06271997331891516, "he": 0.24822433673152106, "them": 0.3109443100504362}, "atmospheres": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "atom": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "atoms": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "attack": {"he - them": 0.017715155300791985, "he": 0.294004967285181, "them": 0.276289811984389}, "attacked": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "attacks": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "attempt": {"he - them": 0.018249016440110066, "he": 0.31780539621405296, "them": 0.2995563797739429}, "attend": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "attending": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "attitude": {"he - them": -0.09278989696210238, "he": 0.2557684047881779, "them": 0.3485583017502803}, "attractions": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "auction": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "audition": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "auditioning": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "auditions": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "august": {"he - them": -0.014176153667827401, "he": 0.22624911288342076, "them": 0.24042526655124816}, "aussie": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "australian": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "authenticate": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "authentication": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "author": {"he - them": -0.012688270244419375, "he": 0.29825603980601684, "them": 0.3109443100504362}, "authorities": {"he - them": 0.014951118466655616, "he": 0.2553763850179038, "them": 0.24042526655124816}, "authority": {"he - them": -0.09278989696210238, "he": 0.2557684047881779, "them": 0.3485583017502803}, "available": {"he - them": 0.053586976919996615, "he": 0.27638459228904366, "them": 0.22279761536904705}, "avatar": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "averaging": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "avoid": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "avoided": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "awaited": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "award": {"he - them": -0.06316312577912009, "he": 0.241725564252744, "them": 0.3048886900318641}, "awards": {"he - them": -0.05962106589906724, "he": 0.2019057450840961, "them": 0.2615268109831633}, "away": {"he - them": -0.07104321739857139, "he": 0.2972517352882706, "them": 0.368294952686842}, "awe": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "awful": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "awkwardness": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "azira": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "aziz": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "ba": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "baby": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "bachelor": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "back": {"he - them": -0.05121767456565135, "he": 0.3312914667106605, "them": 0.38250914127631186}, "background": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "bacon": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "bad": {"he - them": -0.09454470685973806, "he": 0.2360045666362904, "them": 0.3305492734960285}, "bail": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "balance": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "balanced": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "ball": {"he - them": -0.013302474251642271, "he": 0.24822433673152106, "them": 0.2615268109831633}, "ballerina": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ban": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "band": {"he - them": -0.013989555368016798, "he": 0.2308861533814066, "them": 0.2448757087494234}, "bang": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "bank": {"he - them": -0.06564405221449812, "he": 0.2048638253066992, "them": 0.2705078775211973}, "banned": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "bans": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "barco": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "barely": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "baring": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "barrel": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "barring": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "bars": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "based": {"he - them": -0.01390783401264506, "he": 0.3065739001854821, "them": 0.32048173419812714}, "basic": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "basically": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "basis": {"he - them": -0.0949929354169402, "he": 0.2308861533814066, "them": 0.3258790887983468}, "baskervilles": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "basketball": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "battle": {"he - them": 0.03666082399832832, "he": 0.29194443256142616, "them": 0.25528360856309784}, "battles": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "bayiha": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "bbc": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "bc": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "be": {"he - them": -0.07263341568890935, "he": 0.3127291413423208, "them": 0.3853625570312302}, "beal": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "beasts": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "beat": {"he - them": -0.0949929354169402, "he": 0.2308861533814066, "them": 0.3258790887983468}, "beaten": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "beating": {"he - them": -0.03306957625504736, "he": 0.29331046650630477, "them": 0.32638004276135213}, "beauty": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "became": {"he - them": -0.08538071043952228, "he": 0.2863845778391723, "them": 0.3717652882786946}, "because": {"he - them": -0.09085913146821378, "he": 0.30643594434176485, "them": 0.39729507580997864}, "become": {"he - them": -0.02282061009081149, "he": 0.3141671486003979, "them": 0.3369877586912094}, "becomes": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "becoming": {"he - them": -0.09278989696210238, "he": 0.2557684047881779, "them": 0.3485583017502803}, "bedrock": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "been": {"he - them": -0.04933454309935087, "he": 0.34898199110831335, "them": 0.3983165342076642}, "beer": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "bees": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "before": {"he - them": -0.07998711056687946, "he": 0.3445818844853136, "them": 0.4245689950521931}, "began": {"he - them": -0.013618179129007757, "he": 0.2972517352882706, "them": 0.31086991441727835}, "begin": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "beginning": {"he - them": -0.049962192118212956, "he": 0.30348884146562544, "them": 0.3534510335838384}, "begrudgingly": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "behalf": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "behavior": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "behind": {"he - them": -0.027753987824839066, "he": 0.2900164768540788, "them": 0.31777046467891784}, "being": {"he - them": -0.05508010137138014, "he": 0.31348761441579565, "them": 0.3685677157871758}, "believe": {"he - them": -0.08583843848491829, "he": 0.28140745714167614, "them": 0.36724589562659443}, "believed": {"he - them": -0.03427191805322938, "he": 0.2706167719786347, "them": 0.3048886900318641}, "believers": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "believes": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "believing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "bello": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "bellota": {"he - them": -0.1083514801094562, "he": 0.2096203028495787, "them": 0.3179717829590349}, "bemoans": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ben": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "bench": {"he - them": -0.034840364547637115, "he": 0.25994421535942025, "them": 0.29478457990705736}, "beneath": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "benefit": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "benevolence": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "benz": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "best": {"he - them": -0.050252679902488995, "he": 0.337585342611635, "them": 0.38783802251412397}, "bet": {"he - them": -0.03248331753729339, "he": 0.30443571062612773, "them": 0.3369190281634211}, "better": {"he - them": -0.07507961075812597, "he": 0.3141671486003979, "them": 0.3892467593585239}, "between": {"he - them": -0.06927195631077804, "he": 0.28489738118625385, "them": 0.3541693374970319}, "bewildered": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "bibendum": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "bible": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "biblically": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "big": {"he - them": -0.04330414587050674, "he": 0.32097422855162044, "them": 0.3642783744221272}, "biggest": {"he - them": -0.09278989696210238, "he": 0.2557684047881779, "them": 0.3485583017502803}, "bill": {"he - them": 0.004282920400609902, "he": 0.3152272304510461, "them": 0.3109443100504362}, "billion": {"he - them": -0.03664577840358246, "he": 0.2262835791487814, "them": 0.26292935755236385}, "billions": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "birth": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "birthday": {"he - them": -0.10903856496634012, "he": 0.2019057450840961, "them": 0.3109443100504362}, "bit": {"he - them": -0.06780239058069629, "he": 0.23429344384660586, "them": 0.30209583442730215}, "bite": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "black": {"he - them": -0.06869602326662566, "he": 0.26541195209789414, "them": 0.3341079753645198}, "blameless": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "blast": {"he - them": -0.09094297764024423, "he": 0.2761209166432573, "them": 0.3670638942835015}, "blasting": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "blessed": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "blessing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "blocked": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "blocking": {"he - them": -0.03306957625504736, "he": 0.29331046650630477, "them": 0.32638004276135213}, "blog": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "blogs": {"he - them": -0.06412540680785533, "he": 0.28443289494242496, "them": 0.3485583017502803}, "blood": {"he - them": 0.015655736356446404, "he": 0.28443289494242496, "them": 0.26877715858597856}, "bluntly": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "board": {"he - them": 0.015655736356446404, "he": 0.28443289494242496, "them": 0.26877715858597856}, "boasts": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "bodies": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "body": {"he - them": -0.08846630938615785, "he": 0.26498472419768054, "them": 0.3534510335838384}, "boldly": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "bomb": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "bombing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "bond": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "bones": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "boogie": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "book": {"he - them": -0.029705389681974337, "he": 0.25275452764719664, "them": 0.282459917329171}, "booked": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "books": {"he - them": -0.03570641636991495, "he": 0.2437529091537891, "them": 0.27945932552370406}, "borgen": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "boring": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "bot": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "both": {"he - them": -0.08150371914382609, "he": 0.33192707959820344, "them": 0.41343079874202954}, "bots": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "bottle": {"he - them": 0.016082581905395577, "he": 0.30443571062612773, "them": 0.28835312872073215}, "bottom": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "bought": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "bounceback": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "box": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "boy": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "boys": {"he - them": 0.015655736356446404, "he": 0.28443289494242496, "them": 0.26877715858597856}, "bradbury": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "brahms": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "branch": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "branches": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "brand": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "brault": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "brave": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "bread": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "break": {"he - them": -0.0646764651536163, "he": 0.27701210344138494, "them": 0.34168856859500124}, "breakfast": {"he - them": -0.05962106589906724, "he": 0.2019057450840961, "them": 0.2615268109831633}, "breaking": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "breakup": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "breezily": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "brett": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "briefly": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "bright": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "brighter": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "brilliant": {"he - them": -0.03248331753729339, "he": 0.30443571062612773, "them": 0.3369190281634211}, "brindisa": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "bring": {"he - them": 0.019799080225011867, "he": 0.3275628953537441, "them": 0.30776381512873224}, "bringing": {"he - them": -0.026461338143955127, "he": 0.3152272304510461, "them": 0.34168856859500124}, "brings": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "brisbane": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "brisvegas": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "britain": {"he - them": 0.03666082399832832, "he": 0.29194443256142616, "them": 0.25528360856309784}, "british": {"he - them": 0.01506850660999684, "he": 0.25994421535942025, "them": 0.2448757087494234}, "broad": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "broadcast": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "broadway": {"he - them": -0.06001889787884773, "he": 0.1952647106842501, "them": 0.25528360856309784}, "broken": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "brother": {"he - them": 0.03672922882285351, "he": 0.29825603980601684, "them": 0.2615268109831633}, "brought": {"he - them": -0.08846630938615785, "he": 0.26498472419768054, "them": 0.3534510335838384}, "brow": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "brown": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "browne": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "brutal": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "bubbling": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "bucket": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "build": {"he - them": -0.06745497224420294, "he": 0.28140745714167614, "them": 0.3488624293858791}, "building": {"he - them": -0.06514946550815304, "he": 0.2706167719786347, "them": 0.33576623748678774}, "buildings": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "built": {"he - them": 0.015333163415536866, "he": 0.2706167719786347, "them": 0.25528360856309784}, "bunch": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "bureau": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "burke": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "burn": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "burst": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "bus": {"he - them": -0.06523099497989673, "he": 0.21105881700449228, "them": 0.276289811984389}, "buses": {"he - them": -0.013784977724198871, "he": 0.2360045666362904, "them": 0.24978954436048928}, "bush": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "bushes": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "business": {"he - them": -0.05087635437261684, "he": 0.2900164768540788, "them": 0.3408928312266956}, "busy": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "but": {"he - them": -0.06790221020771253, "he": 0.3460693073975183, "them": 0.4139715176052308}, "button": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "buy": {"he - them": -0.013564556763488944, "he": 0.27689607298703506, "them": 0.290460629750524}, "buying": {"he - them": -0.06316312577912009, "he": 0.241725564252744, "them": 0.3048886900318641}, "by": {"he - them": -0.07040063493033544, "he": 0.3352000250360675, "them": 0.40560065996640293}, "c": {"he - them": -0.014320790343203105, "he": 0.2589931084778629, "them": 0.273313898821066}, "cadaver": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "calcium": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "californication": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "call": {"he - them": -0.08969740025727041, "he": 0.2511954309694252, "them": 0.3408928312266956}, "called": {"he - them": -0.0587889377145403, "he": 0.31744744900414745, "them": 0.37623638671868775}, "calling": {"he - them": -0.013302474251642271, "he": 0.24822433673152106, "them": 0.2615268109831633}, "calls": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "calming": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "came": {"he - them": -0.062449851764701525, "he": 0.30182852265742566, "them": 0.3642783744221272}, "camp": {"he - them": -0.014795810716069308, "he": 0.21105881700449228, "them": 0.22585462772056158}, "camps": {"he - them": 0.014841512674626162, "he": 0.2511954309694252, "them": 0.23635391829479904}, "can": {"he - them": -0.08402485681352423, "he": 0.31357988420593735, "them": 0.3976047410194616}, "canada": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "candidate": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "candidates": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "cannabis": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "cannot": {"he - them": -0.0919754703686162, "he": 0.26479804217217134, "them": 0.35677351254078754}, "canyon": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "capabilities": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "capable": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "capacity": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "capital": {"he - them": 0.03680019592189365, "he": 0.3055773545078722, "them": 0.26877715858597856}, "captivating": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "captured": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "car": {"he - them": 0.0027087624237234764, "he": 0.26563811997608733, "them": 0.26292935755236385}, "card": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "care": {"he - them": -0.06812687860383582, "he": 0.2727659526228598, "them": 0.3408928312266956}, "cared": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "career": {"he - them": -0.042980947242408085, "he": 0.3055773545078722, "them": 0.3485583017502803}, "careful": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "caring": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "carpet": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "carried": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "carry": {"he - them": -0.06421151686710325, "he": 0.22624911288342076, "them": 0.290460629750524}, "carrying": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "case": {"he - them": -0.02199782145664453, "he": 0.3157042653870758, "them": 0.33770208684372033}, "cases": {"he - them": -0.01204740523430431, "he": 0.3143326375270478, "them": 0.32638004276135213}, "cassidy": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "categorically": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "catholic": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "catholicism": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "cats": {"he - them": -0.033932206609051274, "he": 0.27701210344138494, "them": 0.3109443100504362}, "cause": {"he - them": -0.11770088906521387, "he": 0.25328619373444833, "them": 0.3709870827996622}, "caused": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "causing": {"he - them": 0.03687322144788485, "he": 0.3143326375270478, "them": 0.27745941607916297}, "cavaliers": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "cbd": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "ceaseless": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ceiling": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "celebrating": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "celtics": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "center": {"he - them": -0.027060432030403037, "he": 0.30348884146562544, "them": 0.3305492734960285}, "centered": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "central": {"he - them": -0.013784977724198871, "he": 0.2360045666362904, "them": 0.24978954436048928}, "centre": {"he - them": 0.0029740668197509867, "he": 0.2734819443409483, "them": 0.2705078775211973}, "century": {"he - them": -0.052357604962077586, "he": 0.26812412923604956, "them": 0.32048173419812714}, "certain": {"he - them": -0.027313122163570014, "he": 0.2985659666347768, "them": 0.3258790887983468}, "certainly": {"he - them": -0.07252145925003989, "he": 0.3035365655022822, "them": 0.3760580247523221}, "challenge": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "challenges": {"he - them": -0.06262818365737377, "he": 0.30443571062612773, "them": 0.3670638942835015}, "challenging": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "chance": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "chances": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "change": {"he - them": -0.03786047681805316, "he": 0.2803031206540374, "them": 0.31816359747209055}, "changed": {"he - them": -0.03248331753729339, "he": 0.30443571062612773, "them": 0.3369190281634211}, "changes": {"he - them": -0.06412540680785533, "he": 0.28443289494242496, "them": 0.3485583017502803}, "channel": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "chaos": {"he - them": -0.013302474251642271, "he": 0.24822433673152106, "them": 0.2615268109831633}, "chaotic": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "chapel": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "character": {"he - them": -0.06827644681306916, "he": 0.30348884146562544, "them": 0.3717652882786946}, "characteristic": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "characteristics": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "characterized": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "charge": {"he - them": -0.03306957625504736, "he": 0.29331046650630477, "them": 0.32638004276135213}, "charges": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "charles": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "charting": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "chatrie": {"he - them": -0.06067821851181818, "he": 0.18419749023760523, "them": 0.2448757087494234}, "chatty": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "cheapest": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "check": {"he - them": -0.14112727227506894, "he": 0.18942200122095953, "them": 0.3305492734960285}, "checked": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "cheers": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "chef": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "chemical": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "chemicals": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "chicago": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "chief": {"he - them": 0.03659503347868304, "he": 0.2863845778391723, "them": 0.24978954436048928}, "child": {"he - them": -0.034840364547637115, "he": 0.25994421535942025, "them": 0.29478457990705736}, "childhood": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "children": {"he - them": -0.056506357061197277, "he": 0.2827676185896785, "them": 0.3392739756508758}, "chimpanzee": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "china": {"he - them": -0.016467704635028918, "he": 0.21051969989564764, "them": 0.22698740453067656}, "chinese": {"he - them": -0.013897586173436727, "he": 0.268954035717085, "them": 0.2828516218905217}, "chocolate": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "choice": {"he - them": -0.14050152680253764, "he": 0.1952647106842501, "them": 0.33576623748678774}, "choose": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "chopin": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "chores": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "chris": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "christ": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "christian": {"he - them": -0.03248331753729339, "he": 0.30443571062612773, "them": 0.3369190281634211}, "christianity": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "church": {"he - them": -0.0693211137832683, "he": 0.21313880354590267, "them": 0.282459917329171}, "circle": {"he - them": -0.0919754703686162, "he": 0.26479804217217134, "them": 0.35677351254078754}, "circumstances": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "cities": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "citizens": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "city": {"he - them": -0.03062293228065982, "he": 0.30392831269155185, "them": 0.33455124497221167}, "civic": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "civil": {"he - them": -0.10962397934761398, "he": 0.1952647106842501, "them": 0.3048886900318641}, "civilization": {"he - them": -0.06262818365737377, "he": 0.30443571062612773, "them": 0.3670638942835015}, "claimed": {"he - them": 0.015333163415536866, "he": 0.2706167719786347, "them": 0.25528360856309784}, "claims": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "clarke": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "class": {"he - them": -0.06271997331891516, "he": 0.24822433673152106, "them": 0.3109443100504362}, "classifier": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "clean": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "cleanse": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "cleansing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "clear": {"he - them": -0.09003892192090329, "he": 0.24733731098662093, "them": 0.3373762329075242}, "clearly": {"he - them": -0.03306957625504736, "he": 0.29331046650630477, "them": 0.32638004276135213}, "clippers": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "close": {"he - them": -0.1083514801094562, "he": 0.2096203028495787, "them": 0.3179717829590349}, "closed": {"he - them": -0.14112727227506894, "he": 0.18942200122095953, "them": 0.3305492734960285}, "closest": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "closing": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "clouded": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "club": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "clue": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "clutchest": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "cnn": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "co": {"he - them": -0.033932206609051274, "he": 0.27701210344138494, "them": 0.3109443100504362}, "coach": {"he - them": -0.045239560316331695, "he": 0.268954035717085, "them": 0.3141935960334167}, "coached": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "coast": {"he - them": -0.01465613607941546, "he": 0.2144554730791025, "them": 0.22911160915851797}, "coastal": {"he - them": -0.013784977724198871, "he": 0.2360045666362904, "them": 0.24978954436048928}, "coleman": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "colleagues": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "collected": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "collection": {"he - them": -0.014176153667827401, "he": 0.22624911288342076, "them": 0.24042526655124816}, "collective": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "college": {"he - them": -0.043821804925361585, "he": 0.29194443256142616, "them": 0.33576623748678774}, "colonels": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "colonial": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "colonialism": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "colours": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "columbia": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "com": {"he - them": -0.04313576027067312, "he": 0.30656126980078335, "them": 0.34969703007145647}, "comb": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "combination": {"he - them": 0.015655736356446404, "he": 0.28443289494242496, "them": 0.26877715858597856}, "combine": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "come": {"he - them": -0.04834556274612423, "he": 0.31079031655915573, "them": 0.35913587930527996}, "comedians": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "comedy": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "comes": {"he - them": -0.02838398951375848, "he": 0.3430904785657033, "them": 0.3714744680794618}, "comical": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "coming": {"he - them": -0.04313576027067312, "he": 0.30656126980078335, "them": 0.34969703007145647}, "commences": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "comment": {"he - them": -0.06706645574466608, "he": 0.2863845778391723, "them": 0.3534510335838384}, "commentary": {"he - them": -0.042980947242408085, "he": 0.3055773545078722, "them": 0.3485583017502803}, "comments": {"he - them": -0.1615148577227644, "he": 0.2096203028495787, "them": 0.3711351605723431}, "commitments": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "commits": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "common": {"he - them": -0.05545636768027146, "he": 0.2972517352882706, "them": 0.35270810296854205}, "commonly": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "communicate": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "communicated": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "communications": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "communities": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "community": {"he - them": -0.05218129316629955, "he": 0.2707340341279295, "them": 0.32291532729422906}, "company": {"he - them": -0.08612488200531071, "he": 0.28625416016032607, "them": 0.3723790421656368}, "comparing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "compassionate": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "compelling": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "competent": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "competition": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "complain": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "complaint": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "complete": {"he - them": 0.030373726108250898, "he": 0.3132253479987726, "them": 0.2828516218905217}, "completed": {"he - them": -0.06613525607506648, "he": 0.29825603980601684, "them": 0.3643912958810833}, "completely": {"he - them": -0.06412540680785533, "he": 0.28443289494242496, "them": 0.3485583017502803}, "complex": {"he - them": -0.05029646275110228, "he": 0.2985659666347768, "them": 0.3488624293858791}, "comprehensive": {"he - them": 0.016082581905395577, "he": 0.30443571062612773, "them": 0.28835312872073215}, "compromise": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "compulsion": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "computers": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "conceded": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "conceivable": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "conceived": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "concern": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "concerns": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "concluded": {"he - them": -0.06271997331891516, "he": 0.24822433673152106, "them": 0.3109443100504362}, "conditions": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "conduit": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "conference": {"he - them": -0.03187630270886943, "he": 0.3208318002596726, "them": 0.35270810296854205}, "confess": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "confidence": {"he - them": -0.06486408751625655, "he": 0.3143326375270478, "them": 0.3791967250433044}, "confirm": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "confirmed": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "confirming": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "conflict": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "confused": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "congratulate": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "congregation": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "congress": {"he - them": -0.03248331753729339, "he": 0.30443571062612773, "them": 0.3369190281634211}, "connection": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "connections": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "consequence": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "consequences": {"he - them": -0.0919754703686162, "he": 0.26479804217217134, "them": 0.35677351254078754}, "consequently": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "consider": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "considered": {"he - them": -0.06919079815186885, "he": 0.2589931084778629, "them": 0.32818390662973174}, "considering": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "consistent": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "consolation": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "conspiracy": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "constant": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "constantly": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "constituted": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "constitutes": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "constitutional": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "constitutionality": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "constraints": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "construction": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "consulted": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "consumer": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "consumption": {"he - them": -0.16402903236287886, "he": 0.18942200122095953, "them": 0.3534510335838384}, "contact": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "contacted": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "contacting": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "contain": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "contains": {"he - them": -0.09539679300704623, "he": 0.22624911288342076, "them": 0.321645905890467}, "contemporary": {"he - them": -0.13660243190396124, "he": 0.23046146237954027, "them": 0.3670638942835015}, "content": {"he - them": -0.03427191805322938, "he": 0.2706167719786347, "them": 0.3048886900318641}, "contention": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "contest": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "context": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "continue": {"he - them": -0.012394428451162676, "he": 0.3055773545078722, "them": 0.3179717829590349}, "continued": {"he - them": -0.07167331513483233, "he": 0.3132253479987726, "them": 0.38489866313360493}, "continues": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "continuing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "contouring": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "contrary": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "contribution": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "control": {"he - them": -0.09404067323404375, "he": 0.241725564252744, "them": 0.33576623748678774}, "controlled": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "controlling": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "conversation": {"he - them": 0.004492106135968399, "he": 0.3224638890950033, "them": 0.3179717829590349}, "conversations": {"he - them": 0.016082581905395577, "he": 0.30443571062612773, "them": 0.28835312872073215}, "conveyed": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "convictions": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "convince": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "cookies": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "coordinated": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "copa": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "cops": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "cordial": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "core": {"he - them": -0.026461338143955127, "he": 0.3152272304510461, "them": 0.34168856859500124}, "corner": {"he - them": -0.012688270244419375, "he": 0.29825603980601684, "them": 0.3109443100504362}, "cornerstone": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "corporate": {"he - them": -0.09346423186348018, "he": 0.24822433673152106, "them": 0.34168856859500124}, "corporation": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "corps": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "correctly": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "corrosive": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "cosmos": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "cost": {"he - them": 0.0033926519747127237, "he": 0.28624427386523443, "them": 0.2828516218905217}, "costs": {"he - them": -0.10903856496634012, "he": 0.2019057450840961, "them": 0.3109443100504362}, "could": {"he - them": -0.06486551509600419, "he": 0.31935244316012673, "them": 0.3842179582561309}, "couldn": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "council": {"he - them": -0.11058708966945213, "he": 0.18419749023760523, "them": 0.29478457990705736}, "counselling": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "count": {"he - them": -0.1083514801094562, "he": 0.2096203028495787, "them": 0.3179717829590349}, "counter": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "counterpart": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "countries": {"he - them": -0.11013437855298336, "he": 0.18942200122095953, "them": 0.2995563797739429}, "country": {"he - them": -0.014661796731456067, "he": 0.2735346006553941, "them": 0.28819639738685016}, "couple": {"he - them": -0.06812687860383582, "he": 0.2727659526228598, "them": 0.3408928312266956}, "course": {"he - them": -0.07167331513483233, "he": 0.3132253479987726, "them": 0.38489866313360493}, "court": {"he - them": -0.015755392113131428, "he": 0.2262439407685737, "them": 0.24199933288170514}, "courtesy": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "courts": {"he - them": -0.05962106589906724, "he": 0.2019057450840961, "them": 0.2615268109831633}, "cousins": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "coverage": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "covered": {"he - them": -0.09404067323404375, "he": 0.241725564252744, "them": 0.33576623748678774}, "covering": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "cowell": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "coy": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "crack": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "crackerjack": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "crazy": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "create": {"he - them": -0.044471631656670674, "he": 0.28140745714167614, "them": 0.3258790887983468}, "creating": {"he - them": -0.09278989696210238, "he": 0.2557684047881779, "them": 0.3485583017502803}, "credit": {"he - them": -0.013558044310353845, "he": 0.241725564252744, "them": 0.25528360856309784}, "criminal": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "crippling": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "crisis": {"he - them": 0.053677696680121706, "he": 0.29410296323136986, "them": 0.24042526655124816}, "critical": {"he - them": 0.05369025788535339, "he": 0.2985659666347768, "them": 0.2448757087494234}, "criticism": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "cross": {"he - them": -0.045004512056058044, "he": 0.2727659526228598, "them": 0.31777046467891784}, "crowd": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "cruise": {"he - them": 0.015655736356446404, "he": 0.28443289494242496, "them": 0.26877715858597856}, "crying": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "culpa": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "cultivation": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "cultural": {"he - them": -0.06685628504679575, "he": 0.24733731098662093, "them": 0.3141935960334167}, "culturally": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "culture": {"he - them": -0.08662848953525931, "he": 0.2727659526228598, "them": 0.3593944421581191}, "cultured": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "cup": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "curiosity": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "current": {"he - them": 0.030321768500286506, "he": 0.30978109402399057, "them": 0.27945932552370406}, "currently": {"he - them": -0.1083514801094562, "he": 0.2096203028495787, "them": 0.3179717829590349}, "curse": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "customer": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "customers": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "cut": {"he - them": -0.13978282351090515, "he": 0.2019057450840961, "them": 0.34168856859500124}, "cutting": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "cynicism": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "d": {"he - them": -0.0487866505058594, "he": 0.30182852265742566, "them": 0.35061517316328505}, "dad": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "dai": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "daily": {"he - them": 0.015655736356446404, "he": 0.28443289494242496, "them": 0.26877715858597856}, "daizaemon": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "daizemon": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "dallas": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "dance": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "dancers": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "danger": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "dangerous": {"he - them": 0.016082581905395577, "he": 0.30443571062612773, "them": 0.28835312872073215}, "daniel": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "dante": {"he - them": 0.016082581905395577, "he": 0.30443571062612773, "them": 0.28835312872073215}, "dante\u00e2": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "danville": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "dare": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "dark": {"he - them": 0.015333163415536866, "he": 0.2706167719786347, "them": 0.25528360856309784}, "data": {"he - them": -0.1287091711578315, "he": 0.20584207381438016, "them": 0.33455124497221167}, "date": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "daughter": {"he - them": 0.0364708064357869, "he": 0.27689607298703506, "them": 0.24042526655124816}, "davis": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "day": {"he - them": -0.06718138103807159, "he": 0.27916131824965124, "them": 0.3463426992877228}, "days": {"he - them": -0.025066777159075238, "he": 0.2954149570390519, "them": 0.32048173419812714}, "dazed": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "de": {"he - them": -0.06449724091783485, "he": 0.22200596736699943, "them": 0.2865032082848343}, "deacon": {"he - them": -0.06001889787884773, "he": 0.1952647106842501, "them": 0.25528360856309784}, "deacons": {"he - them": -0.06166757555970967, "he": 0.1674440335988083, "them": 0.22911160915851797}, "deal": {"he - them": -0.027060432030403037, "he": 0.30348884146562544, "them": 0.3305492734960285}, "death": {"he - them": -0.043821804925361585, "he": 0.29194443256142616, "them": 0.33576623748678774}, "debate": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "decades": {"he - them": -0.11744646694754798, "he": 0.2360045666362904, "them": 0.3534510335838384}, "decamp": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "december": {"he - them": -0.013784977724198871, "he": 0.2360045666362904, "them": 0.24978954436048928}, "decide": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "decided": {"he - them": -0.08969740025727041, "he": 0.2511954309694252, "them": 0.3408928312266956}, "deciding": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "decision": {"he - them": -0.06842219719043924, "he": 0.268954035717085, "them": 0.3373762329075242}, "decisions": {"he - them": 0.015655736356446404, "he": 0.28443289494242496, "them": 0.26877715858597856}, "declined": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "dedicated": {"he - them": -0.012688270244419375, "he": 0.29825603980601684, "them": 0.3109443100504362}, "deep": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "deeper": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "deeply": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "defeat": {"he - them": -0.03306957625504736, "he": 0.29331046650630477, "them": 0.32638004276135213}, "defeats": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "defect": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "defend": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "defendant": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "defended": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "defense": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "defensive": {"he - them": -0.03248331753729339, "he": 0.30443571062612773, "them": 0.3369190281634211}, "defensively": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "defiant": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "degrading": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "degree": {"he - them": -0.013302474251642271, "he": 0.24822433673152106, "them": 0.2615268109831633}, "degrees": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "delays": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "delete": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "deleted": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "deliberation": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "delicacy": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "delicate": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "delight": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "deliver": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "delivered": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "delmarvastudios": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "demand": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "demanding": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "demands": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "demarcus": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "democracy": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "democratic": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "denied": {"he - them": -0.034840364547637115, "he": 0.25994421535942025, "them": 0.29478457990705736}, "denigrated": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "denominator": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "department": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "depend": {"he - them": 0.016082581905395577, "he": 0.30443571062612773, "them": 0.28835312872073215}, "dependable": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "depicting": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "deployments": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "depth": {"he - them": -0.01204740523430431, "he": 0.3143326375270478, "them": 0.32638004276135213}, "deputy": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "derived": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "derogatory": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "describe": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "described": {"he - them": -0.08846630938615785, "he": 0.26498472419768054, "them": 0.3534510335838384}, "describes": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "deserved": {"he - them": -0.0919754703686162, "he": 0.26479804217217134, "them": 0.35677351254078754}, "deserves": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "design": {"he - them": -0.07129596569514357, "he": 0.23140723340057456, "them": 0.30270319909571813}, "designated": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "designed": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "desires": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "desmond": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "despite": {"he - them": -0.027949322168182245, "he": 0.28624427386523443, "them": 0.3141935960334167}, "destabilized": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "destination": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "destinie": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "destiny": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "destroy": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "destroys": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "destruct": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "destructive": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "detail": {"he - them": 0.015655736356446404, "he": 0.28443289494242496, "them": 0.26877715858597856}, "detailed": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "detaining": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "detect": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "deteriorate": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "determine": {"he - them": -0.0646764651536163, "he": 0.27701210344138494, "them": 0.34168856859500124}, "detroit": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "devastating": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "develop": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "developing": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "development": {"he - them": -0.07129596569514357, "he": 0.23140723340057456, "them": 0.30270319909571813}, "device": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "devices": {"he - them": -0.09641444133817584, "he": 0.2144554730791025, "them": 0.31086991441727835}, "devoid": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "devote": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "devoted": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "diameter": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "did": {"he - them": -0.0388355548090602, "he": 0.31126893727395544, "them": 0.35010449208301564}, "didn": {"he - them": -0.06090985381688352, "he": 0.278444307609538, "them": 0.3393541614264215}, "die": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "dies": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "difference": {"he - them": -0.03457165557626235, "he": 0.26498472419768054, "them": 0.2995563797739429}, "different": {"he - them": -0.052357604962077586, "he": 0.26812412923604956, "them": 0.32048173419812714}, "difficult": {"he - them": -0.11439868287113303, "he": 0.26479804217217134, "them": 0.3791967250433044}, "difficulty": {"he - them": -0.03306957625504736, "he": 0.29331046650630477, "them": 0.32638004276135213}, "digital": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "diners": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "dinner": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "direct": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "directed": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "direction": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "directly": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "director": {"he - them": 0.0364708064357869, "he": 0.27689607298703506, "them": 0.24042526655124816}, "disagrees": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "disappeared": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "disarray": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "disbelief": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "disciple": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "disciplined": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "disclosures": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "discoveries": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "discovery": {"he - them": -0.10962397934761398, "he": 0.1952647106842501, "them": 0.3048886900318641}, "discretion": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "discuss": {"he - them": -0.012394428451162676, "he": 0.3055773545078722, "them": 0.3179717829590349}, "discussed": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "discussion": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "disguise": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "disliked": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "dismissed": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "disneynature": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "disobedience": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "disobey": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "disorder": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "disordered": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "dispel": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "display": {"he - them": -0.03457165557626235, "he": 0.26498472419768054, "them": 0.2995563797739429}, "disrespected": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "disruption": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "disruptive": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "distant": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "distracted": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "distracting": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "district": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "distrustful": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "disturb": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ditched": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "divine": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "division": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "divorce": {"he - them": -0.06355181313765249, "he": 0.2360045666362904, "them": 0.2995563797739429}, "divorced": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "divulge": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "dna": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "do": {"he - them": -0.09307183038085848, "he": 0.31721671551714564, "them": 0.4102885458980041}, "doctrine": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "documented": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "documents": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "does": {"he - them": -0.07633066700777641, "he": 0.28137239598556757, "them": 0.357703062993344}, "doesn": {"he - them": -0.0377594718055847, "he": 0.3275628953537441, "them": 0.3653223671593288}, "dog": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "doing": {"he - them": -0.07508213145272391, "he": 0.29543258563073305, "them": 0.37051471708345696}, "dollars": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "domantas": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "dominated": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "dominating": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "don": {"he - them": -0.06281530799372581, "he": 0.302519577709288, "them": 0.3653348857030138}, "donald": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "done": {"he - them": -0.05224399335689078, "he": 0.3141671486003979, "them": 0.3664111419572887}, "donovan": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "door": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "dornan": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "double": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "doubted": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "down": {"he - them": -0.04192875072478719, "he": 0.3255886331924946, "them": 0.3675173839172818}, "dozens": {"he - them": -0.012394428451162676, "he": 0.3055773545078722, "them": 0.3179717829590349}, "dpoy": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "dr": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "drafted": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "dragnet": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "dramatic": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "dramatically": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "dream": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "dressed": {"he - them": -0.11536675578416516, "he": 0.2557684047881779, "them": 0.3711351605723431}, "drink": {"he - them": -0.06316312577912009, "he": 0.241725564252744, "them": 0.3048886900318641}, "drinking": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "drinks": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "drive": {"he - them": -0.060958659657641356, "he": 0.1794666068936068, "them": 0.24042526655124816}, "driver": {"he - them": -0.1615148577227644, "he": 0.2096203028495787, "them": 0.3711351605723431}, "drivers": {"he - them": -0.013302474251642271, "he": 0.24822433673152106, "them": 0.2615268109831633}, "driving": {"he - them": -0.06316312577912009, "he": 0.241725564252744, "them": 0.3048886900318641}, "drop": {"he - them": -0.03248331753729339, "he": 0.30443571062612773, "them": 0.3369190281634211}, "drove": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "drummond": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "drunk": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "drunkennesss": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "due": {"he - them": -0.02208622525551185, "he": 0.31401603970876796, "them": 0.3361022649642798}, "duly": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "during": {"he - them": -0.034171087902721, "he": 0.3110496919135999, "them": 0.3452207798163209}, "dvd": {"he - them": -0.060958659657641356, "he": 0.1794666068936068, "them": 0.24042526655124816}, "dvo\u0159\u00e1k": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "dysfunctional": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "e": {"he - them": -0.012948715636669161, "he": 0.31293037316167766, "them": 0.3258790887983468}, "each": {"he - them": -0.04431475225480175, "he": 0.2883989872572695, "them": 0.3327137395120712}, "ear": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "earbuds": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "earlier": {"he - them": 0.003781386727719438, "he": 0.2985659666347768, "them": 0.29478457990705736}, "early": {"he - them": -0.06483418408377356, "he": 0.3075448580818632, "them": 0.3723790421656368}, "earns": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "earth": {"he - them": -0.13978282351090515, "he": 0.2019057450840961, "them": 0.34168856859500124}, "easier": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "easily": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "east": {"he - them": -0.02432688134052924, "he": 0.30978109402399057, "them": 0.3341079753645198}, "eastern": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "easy": {"he - them": -0.06389842652565075, "he": 0.2308861533814066, "them": 0.29478457990705736}, "eat": {"he - them": -0.06271997331891516, "he": 0.24822433673152106, "them": 0.3109443100504362}, "ecclesial": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "economic": {"he - them": -0.06500385244460155, "he": 0.2144554730791025, "them": 0.27945932552370406}, "economics": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ecstatic": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ed": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "eddie": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "edge": {"he - them": 0.0364708064357869, "he": 0.27689607298703506, "them": 0.24042526655124816}, "edit": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "edited": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "edl": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "edmund": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "education": {"he - them": -0.11058708966945213, "he": 0.18419749023760523, "them": 0.29478457990705736}, "effect": {"he - them": -0.0646764651536163, "he": 0.27701210344138494, "them": 0.34168856859500124}, "effective": {"he - them": -0.013302474251642271, "he": 0.24822433673152106, "them": 0.2615268109831633}, "effectively": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "effects": {"he - them": -0.060958659657641356, "he": 0.1794666068936068, "them": 0.24042526655124816}, "effort": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "efforts": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "eggshells": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "egypt": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "eight": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "either": {"he - them": -0.04270379426634069, "he": 0.3132253479987726, "them": 0.3559291422651133}, "elder": {"he - them": -0.05962106589906724, "he": 0.2019057450840961, "them": 0.2615268109831633}, "elders": {"he - them": -0.061449682121356874, "he": 0.1711490887981914, "them": 0.23259877091954828}, "elections": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "electricity": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "electrocute": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "elemental": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "elements": {"he - them": 0.015485292458221611, "he": 0.27701210344138494, "them": 0.2615268109831633}, "eliminate": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "eliot": {"he - them": 0.03559112575730575, "he": 0.22791287202201577, "them": 0.19232174626471002}, "eliot\u00e2": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "ellen": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "elon": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "else": {"he - them": -0.06412540680785533, "he": 0.28443289494242496, "them": 0.3485583017502803}, "eludes": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "email": {"he - them": -0.027060432030403037, "he": 0.30348884146562544, "them": 0.3305492734960285}, "emanates": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "embiid": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "emboldening": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "emerged": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "emergency": {"he - them": 0.014951118466655616, "he": 0.2553763850179038, "them": 0.24042526655124816}, "emeritus": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "emotional": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "emotionally": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "emphasis": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "emphasise": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "emphasize": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "employ": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "employed": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "empowers": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "enable": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "enabled": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "enabling": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "encourage": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "encouraged": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "end": {"he - them": -0.03902415519184904, "he": 0.3075448580818632, "them": 0.34656901327371226}, "endeavor": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "endeavour": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "endeavours": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ended": {"he - them": 0.015655736356446404, "he": 0.28443289494242496, "them": 0.26877715858597856}, "endless": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "endlessly": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "endured": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "enduring": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "energy": {"he - them": -0.03713735690267811, "he": 0.21717954793022742, "them": 0.25431690483290553}, "enforcement": {"he - them": -0.06564405221449812, "he": 0.2048638253066992, "them": 0.2705078775211973}, "engage": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "engaged": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "engaging": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "engineering": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "engineers": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "england": {"he - them": -0.033932206609051274, "he": 0.27701210344138494, "them": 0.3109443100504362}, "english": {"he - them": 0.03666082399832832, "he": 0.29194443256142616, "them": 0.25528360856309784}, "engrained": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "enjoy": {"he - them": -0.1389379989007016, "he": 0.2096203028495787, "them": 0.3485583017502803}, "enjoyed": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "enough": {"he - them": -0.06593487343892657, "he": 0.25994421535942025, "them": 0.3258790887983468}, "enquiry": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ensnare": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ensuring": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "enter": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "entered": {"he - them": -0.0003917516780188035, "he": 0.33015752181800967, "them": 0.3305492734960285}, "entertainment": {"he - them": -0.06346304603448277, "he": 0.29331046650630477, "them": 0.35677351254078754}, "entire": {"he - them": -0.023962149193327453, "he": 0.31693068203336816, "them": 0.3408928312266956}, "entirely": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "entourage": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "entrance": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "entrepreneur": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "entropy": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "environment": {"he - them": -0.1196525022854173, "he": 0.2144554730791025, "them": 0.3341079753645198}, "environmental": {"he - them": -0.09404067323404375, "he": 0.241725564252744, "them": 0.33576623748678774}, "epidemic": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "episodes": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "equipping": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "era": {"he - them": 0.03687322144788485, "he": 0.3143326375270478, "them": 0.27745941607916297}, "erode": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "eros": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ers": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "escape": {"he - them": -0.06262818365737377, "he": 0.30443571062612773, "them": 0.3670638942835015}, "eschewed": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "esoteric": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "especially": {"he - them": -0.07048390627191115, "he": 0.27638459228904366, "them": 0.3468684985609548}, "essential": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "essentially": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "established": {"he - them": -0.03306957625504736, "he": 0.29331046650630477, "them": 0.32638004276135213}, "establishment": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "estranged": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "estrangement": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "estrangements": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "et": {"he - them": -0.06421151686710325, "he": 0.22624911288342076, "them": 0.290460629750524}, "etc": {"he - them": -0.033932206609051274, "he": 0.27701210344138494, "them": 0.3109443100504362}, "etiquette": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "europe": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "european": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "evaluate": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "evaluated": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "evaluating": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "even": {"he - them": -0.04548430237532086, "he": 0.326028984143477, "them": 0.37151328651879784}, "evening": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "event": {"he - them": -0.09454470685973806, "he": 0.2360045666362904, "them": 0.3305492734960285}, "events": {"he - them": -0.14050152680253764, "he": 0.1952647106842501, "them": 0.33576623748678774}, "eventually": {"he - them": -0.01226193745235965, "he": 0.3294266311426416, "them": 0.34168856859500124}, "ever": {"he - them": -0.05849361653799445, "he": 0.32111529782239806, "them": 0.3796089143603925}, "every": {"he - them": -0.08583402271283697, "he": 0.32111529782239806, "them": 0.406949320535235}, "everybody": {"he - them": -0.06346304603448277, "he": 0.29331046650630477, "them": 0.35677351254078754}, "everyday": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "everyone": {"he - them": -0.04474983290343193, "he": 0.27689607298703506, "them": 0.321645905890467}, "everything": {"he - them": -0.07344117792808913, "he": 0.29296996402919956, "them": 0.3664111419572887}, "everywhere": {"he - them": -0.13978282351090515, "he": 0.2019057450840961, "them": 0.34168856859500124}, "evidence": {"he - them": 0.015333163415536866, "he": 0.2706167719786347, "them": 0.25528360856309784}, "evident": {"he - them": -0.03248331753729339, "he": 0.30443571062612773, "them": 0.3369190281634211}, "ex": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "exactly": {"he - them": -0.04958854335502105, "he": 0.3089870195223755, "them": 0.35857556287739656}, "examines": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "examining": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "example": {"he - them": -0.08625163340751141, "he": 0.27689607298703506, "them": 0.36314770639454647}, "examples": {"he - them": -0.033932206609051274, "he": 0.27701210344138494, "them": 0.3109443100504362}, "exceedingly": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "excellent": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "exception": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "excited": {"he - them": -0.06271997331891516, "he": 0.24822433673152106, "them": 0.3109443100504362}, "exclusive": {"he - them": -0.013302474251642271, "he": 0.24822433673152106, "them": 0.2615268109831633}, "exclusively": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "excoriated": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "executing": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "execution": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "executive": {"he - them": 0.015195179837191264, "he": 0.26498472419768054, "them": 0.24978954436048928}, "exercise": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "exercises": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "exhibition": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "exist": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "existed": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "existence": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "existing": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "exists": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "exiting": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "exits": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "exoplanets": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "exoticization": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "expand": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "expanded": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "expect": {"he - them": 0.004098329490511421, "he": 0.3089870195223755, "them": 0.3048886900318641}, "expectation": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "expectations": {"he - them": -0.09094297764024423, "he": 0.2761209166432573, "them": 0.3670638942835015}, "expected": {"he - them": -0.05159113123811376, "he": 0.27946203539368164, "them": 0.3310531666317954}, "experience": {"he - them": 0.0036423334808458607, "he": 0.29410296323136986, "them": 0.290460629750524}, "experienced": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "experiencetheride": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "expert": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "expertise": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "experts": {"he - them": -0.11616695914956227, "he": 0.24822433673152106, "them": 0.3643912958810833}, "explain": {"he - them": -0.02677921796441224, "he": 0.3089870195223755, "them": 0.33576623748678774}, "explained": {"he - them": -0.13791194989841113, "he": 0.2188615626423764, "them": 0.35677351254078754}, "explains": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "explicitly": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "explore": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "explored": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "explores": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "exploring": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "explosion": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "explosions": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "explosive": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "export": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "exposed": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "express": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "expressed": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "expresses": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "expression": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "extension": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "extensive": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "extracting": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "extraordinary": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "extreme": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "extremely": {"he - them": -0.06514946550815304, "he": 0.2706167719786347, "them": 0.33576623748678774}, "exult": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "eye": {"he - them": 0.05368673050902473, "he": 0.3224638890950033, "them": 0.26877715858597856}, "f": {"he - them": 0.015485292458221611, "he": 0.27701210344138494, "them": 0.2615268109831633}, "face": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "faced": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "faces": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "facet": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "facility": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "facing": {"he - them": -0.0666311303159704, "he": 0.29194443256142616, "them": 0.35857556287739656}, "fact": {"he - them": -0.04789476509241353, "he": 0.3146349343854283, "them": 0.3625296994778418}, "factor": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "factors": {"he - them": -0.09812268745952396, "he": 0.19429138920541372, "them": 0.2924140766649377}, "fading": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "fahrenheit": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "fail": {"he - them": -0.06412540680785533, "he": 0.28443289494242496, "them": 0.3485583017502803}, "failed": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "failure": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "fair": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "faith": {"he - them": -0.08737919243969838, "he": 0.27701210344138494, "them": 0.3643912958810833}, "faithful": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "fall": {"he - them": 0.01506850660999684, "he": 0.25994421535942025, "them": 0.2448757087494234}, "fallen": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "falling": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "falls": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "false": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "fame": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "familial": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "familiar": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "family": {"he - them": -0.004483728831060407, "he": 0.30166517898010775, "them": 0.30614890781116816}, "famous": {"he - them": -0.06412540680785533, "he": 0.28443289494242496, "them": 0.3485583017502803}, "fan": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "fantastic": {"he - them": -0.06346304603448277, "he": 0.29331046650630477, "them": 0.35677351254078754}, "far": {"he - them": -0.05218129316629955, "he": 0.2707340341279295, "them": 0.32291532729422906}, "fare": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "farmers": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "fast": {"he - them": -0.06262818365737377, "he": 0.30443571062612773, "them": 0.3670638942835015}, "fastdoc": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "fat": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "father": {"he - them": -0.03427191805322938, "he": 0.2706167719786347, "them": 0.3048886900318641}, "fathers": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "fatigued": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "fault": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "favor": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "favorite": {"he - them": -0.06593487343892657, "he": 0.25994421535942025, "them": 0.3258790887983468}, "favorites": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "favour": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "favourite": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "fbi": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "fear": {"he - them": 0.015333163415536866, "he": 0.2706167719786347, "them": 0.25528360856309784}, "fearful": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "feasibility": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "feasible": {"he - them": -0.05962106589906724, "he": 0.2019057450840961, "them": 0.2615268109831633}, "feat": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "feature": {"he - them": -0.06449724091783485, "he": 0.22200596736699943, "them": 0.2865032082848343}, "features": {"he - them": 0.015333163415536866, "he": 0.2706167719786347, "them": 0.25528360856309784}, "february": {"he - them": 0.03687322144788485, "he": 0.3143326375270478, "them": 0.27745941607916297}, "federal": {"he - them": -0.0505992777106784, "he": 0.29410296323136986, "them": 0.34470224094204827}, "feed": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "feel": {"he - them": -0.06745497224420294, "he": 0.28140745714167614, "them": 0.3488624293858791}, "feeling": {"he - them": -0.03427191805322938, "he": 0.2706167719786347, "them": 0.3048886900318641}, "feelings": {"he - them": -0.043432528788984404, "he": 0.29825603980601684, "them": 0.34168856859500124}, "fees": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "feigned": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "fell": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "fellow": {"he - them": 0.015655736356446404, "he": 0.28443289494242496, "them": 0.26877715858597856}, "felt": {"he - them": -0.034840364547637115, "he": 0.25994421535942025, "them": 0.29478457990705736}, "female": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "feroza": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "fever": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "few": {"he - them": -0.15183797894648665, "he": 0.22882163698696972, "them": 0.3806596159334564}, "fewer": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "fiction": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "fictions": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "field": {"he - them": -0.14377978068639585, "he": 0.1639840344423364, "them": 0.30776381512873224}, "fields": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "fifty": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "fight": {"he - them": -0.05029646275110228, "he": 0.2985659666347768, "them": 0.3488624293858791}, "fighting": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "figure": {"he - them": -0.04603447551797857, "he": 0.2560613589093236, "them": 0.30209583442730215}, "figured": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "figures": {"he - them": -0.03306957625504736, "he": 0.29331046650630477, "them": 0.32638004276135213}, "filled": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "film": {"he - them": -0.014993445036822456, "he": 0.24344927883379316, "them": 0.2584427238706156}, "filmmakers": {"he - them": -0.1083514801094562, "he": 0.2096203028495787, "them": 0.3179717829590349}, "filmmaking": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "films": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "final": {"he - them": -0.06812687860383582, "he": 0.2727659526228598, "them": 0.3408928312266956}, "finally": {"he - them": -0.02609441265527701, "he": 0.3224638890950033, "them": 0.3485583017502803}, "find": {"he - them": -0.04701484485985835, "he": 0.32932455735698696, "them": 0.3763394022168453}, "finding": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "finds": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "fine": {"he - them": -0.033932206609051274, "he": 0.27701210344138494, "them": 0.3109443100504362}, "finest": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "finish": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "fire": {"he - them": -0.015494709723291256, "he": 0.19429138920541372, "them": 0.20978609892870498}, "fired": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "first": {"he - them": -0.015355516760357235, "he": 0.35869666897340774, "them": 0.374052185733765}, "firsthand": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "firstly": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "fit": {"he - them": -0.0646764651536163, "he": 0.27701210344138494, "them": 0.34168856859500124}, "five": {"he - them": -0.01390783401264506, "he": 0.3065739001854821, "them": 0.32048173419812714}, "flagship": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "flapping": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "flash": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "flashmob": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "flat": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "flawlessly": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "flesh": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "flight": {"he - them": -0.06271997331891516, "he": 0.24822433673152106, "them": 0.3109443100504362}, "flock": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "fly": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "focus": {"he - them": -0.11684999862465256, "he": 0.241725564252744, "them": 0.35857556287739656}, "focused": {"he - them": -0.11439868287113303, "he": 0.26479804217217134, "them": 0.3791967250433044}, "focuses": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "focusing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "follow": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "followed": {"he - them": -0.08697510654802831, "he": 0.268954035717085, "them": 0.3559291422651133}, "following": {"he - them": -0.013377122765381222, "he": 0.28140745714167614, "them": 0.29478457990705736}, "food": {"he - them": -0.03017398959504536, "he": 0.24394247073544006, "them": 0.2741164603304854}, "foot": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "for": {"he - them": -0.06022381724135645, "he": 0.3247642116209981, "them": 0.38498802886235456}, "forage": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "force": {"he - them": 0.03680019592189365, "he": 0.3055773545078722, "them": 0.26877715858597856}, "forces": {"he - them": -0.012944257470437925, "he": 0.29194443256142616, "them": 0.3048886900318641}, "forecast": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "foreign": {"he - them": 0.053586976919996615, "he": 0.27638459228904366, "them": 0.22279761536904705}, "foresight": {"he - them": -0.11283138177566426, "he": 0.15767649574553305, "them": 0.2705078775211973}, "foretold": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "forgiveness": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "forgotten": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "form": {"he - them": -0.10777132137664269, "he": 0.2553763850179038, "them": 0.36314770639454647}, "formed": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "former": {"he - them": -0.027753987824839066, "he": 0.2900164768540788, "them": 0.31777046467891784}, "forms": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "forum": {"he - them": -0.06001889787884773, "he": 0.1952647106842501, "them": 0.25528360856309784}, "forward": {"he - them": -0.09346423186348018, "he": 0.24822433673152106, "them": 0.34168856859500124}, "fosters": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "foucault": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "found": {"he - them": -0.10124488225093009, "he": 0.26099143705546396, "them": 0.36223631930639405}, "foundation": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "founder": {"he - them": 0.016082581905395577, "he": 0.30443571062612773, "them": 0.28835312872073215}, "four": {"he - them": -0.05042106745194391, "he": 0.2783560656252478, "them": 0.3287771330771917}, "fourth": {"he - them": -0.06780239058069629, "he": 0.23429344384660586, "them": 0.30209583442730215}, "foyer": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "fracturing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "frame": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "framework": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "franchise": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "francis": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "frantic": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "frantically": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "frederick": {"he - them": -0.05962106589906724, "he": 0.2019057450840961, "them": 0.2615268109831633}, "free": {"he - them": -0.08533395531091081, "he": 0.30966004399524777, "them": 0.3949939993061586}, "freeing": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "french": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "frenzy": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "frequent": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "fresh": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "friday": {"he - them": -0.03457165557626235, "he": 0.26498472419768054, "them": 0.2995563797739429}, "friend": {"he - them": -0.0919754703686162, "he": 0.26479804217217134, "them": 0.35677351254078754}, "friendly": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "friends": {"he - them": -0.06780616795501321, "he": 0.27689607298703506, "them": 0.34470224094204827}, "fringe": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "from": {"he - them": -0.05605009773891234, "he": 0.36058298119985344, "them": 0.4166330789387658}, "front": {"he - them": -0.04416469565685616, "he": 0.2863845778391723, "them": 0.3305492734960285}, "frontiers": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "fruits": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "fuel": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "fuels": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "fulfill": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "fulfills": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "full": {"he - them": -0.028757728368002722, "he": 0.2707340341279295, "them": 0.29949176249593223}, "function": {"he - them": -0.06316312577912009, "he": 0.241725564252744, "them": 0.3048886900318641}, "functioning": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "fundamental": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "funds": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "funeral": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "funnily": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "further": {"he - them": -0.03270007546539372, "he": 0.3065739001854821, "them": 0.3392739756508758}, "future": {"he - them": -0.06286170387567097, "he": 0.2526927229422278, "them": 0.31555442681789875}, "futurists": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "futurologist": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "g": {"he - them": -0.06706645574466608, "he": 0.2863845778391723, "them": 0.3534510335838384}, "gained": {"he - them": 0.015655736356446404, "he": 0.28443289494242496, "them": 0.26877715858597856}, "galaxies": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "game": {"he - them": -0.0454063634949487, "he": 0.2716170845832717, "them": 0.3170234480782204}, "games": {"he - them": -0.03643064333812451, "he": 0.3044621878885711, "them": 0.3408928312266956}, "gangsters": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "gantz": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "gas": {"he - them": 0.015655736356446404, "he": 0.28443289494242496, "them": 0.26877715858597856}, "gases": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "gate": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "gather": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "gathered": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "gathering": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "gauguin": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "gauntlet": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "gave": {"he - them": -0.060924643860303274, "he": 0.3208318002596726, "them": 0.3817564441199759}, "geez": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "general": {"he - them": -0.06556454929834793, "he": 0.26498472419768054, "them": 0.3305492734960285}, "generally": {"he - them": -0.03248331753729339, "he": 0.30443571062612773, "them": 0.3369190281634211}, "generation": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "generations": {"he - them": -0.11616695914956227, "he": 0.24822433673152106, "them": 0.3643912958810833}, "genie": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "genocide": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "genuine": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "genuinely": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "geofence": {"he - them": -0.062408388693582395, "he": 0.15478128540747058, "them": 0.21718967410105297}, "geofiltered": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "geographically": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "george": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "georgia": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "gershshwin": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "gestures": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "get": {"he - them": -0.06359298528686075, "he": 0.3084963350373155, "them": 0.37208932032417624}, "gets": {"he - them": -0.0646764651536163, "he": 0.27701210344138494, "them": 0.34168856859500124}, "getting": {"he - them": -0.0014126751538210414, "he": 0.3006831592734811, "them": 0.30209583442730215}, "ghana": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "ghastly": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "girl": {"he - them": -0.045457962319384204, "he": 0.26541195209789414, "them": 0.31086991441727835}, "girls": {"he - them": -0.06355181313765249, "he": 0.2360045666362904, "them": 0.2995563797739429}, "give": {"he - them": -0.05545636768027146, "he": 0.2972517352882706, "them": 0.35270810296854205}, "given": {"he - them": -0.08594424470471401, "he": 0.3035536035915897, "them": 0.38949784829630374}, "glad": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "global": {"he - them": 0.015655736356446404, "he": 0.28443289494242496, "them": 0.26877715858597856}, "gloves": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "go": {"he - them": -0.037803737690364825, "he": 0.32685724662362264, "them": 0.36466098431398747}, "goal": {"he - them": -0.012948715636669161, "he": 0.31293037316167766, "them": 0.3258790887983468}, "goals": {"he - them": -0.013377122765381222, "he": 0.28140745714167614, "them": 0.29478457990705736}, "gobert": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "god": {"he - them": -0.09670499812423997, "he": 0.21105881700449228, "them": 0.30776381512873224}, "godliness": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "going": {"he - them": -0.030459529111505013, "he": 0.3650488487965202, "them": 0.39550837790802523}, "golden": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "good": {"he - them": -0.12651904489273275, "he": 0.2837544840164773, "them": 0.41027352890921004}, "goofs": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "google": {"he - them": -0.036508982833022174, "he": 0.22882163698696972, "them": 0.2653306198199919}, "googled": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "gordon": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "gospel": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "got": {"he - them": -0.08766858677856204, "he": 0.27003447621478194, "them": 0.357703062993344}, "gotten": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "governance": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "governing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "government": {"he - them": -0.058807327364391204, "he": 0.2763269683990077, "them": 0.3351342957633989}, "governments": {"he - them": -0.060367543139529745, "he": 0.18942200122095953, "them": 0.24978954436048928}, "grace": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "graduated": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "grand": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "granted": {"he - them": -0.043432528788984404, "he": 0.29825603980601684, "them": 0.34168856859500124}, "grapples": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "grasp": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "graves": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "gray": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "great": {"he - them": -0.023657597697061994, "he": 0.29807696639998116, "them": 0.32173456409704315}, "greater": {"he - them": -0.06706645574466608, "he": 0.2863845778391723, "them": 0.3534510335838384}, "greatest": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "greatly": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "green": {"he - them": -0.0667917661941679, "he": 0.18752513863873763, "them": 0.25431690483290553}, "greet": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "grey": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "ground": {"he - them": -0.14549320540596836, "he": 0.14692087125896933, "them": 0.2924140766649377}, "group": {"he - them": -0.022986107665701028, "he": 0.29700638563710746, "them": 0.3199924933028085}, "groupon": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "groups": {"he - them": -0.03530777731540907, "he": 0.2511954309694252, "them": 0.2865032082848343}, "grow": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "growing": {"he - them": -0.04416469565685616, "he": 0.2863845778391723, "them": 0.3305492734960285}, "grown": {"he - them": -0.11616695914956227, "he": 0.24822433673152106, "them": 0.3643912958810833}, "growth": {"he - them": -0.1117025330923303, "he": 0.1711490887981914, "them": 0.2828516218905217}, "guarantee": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "guarantees": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "guard": {"he - them": -0.013558044310353845, "he": 0.241725564252744, "them": 0.25528360856309784}, "guardian": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "guiana": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "guillard": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "guilt": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "guilty": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "gunderson": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "gusto": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "guy": {"he - them": -0.03306957625504736, "he": 0.29331046650630477, "them": 0.32638004276135213}, "h": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "hacks": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "had": {"he - them": -0.08207675540714193, "he": 0.3316254565479119, "them": 0.41370221195505386}, "hadn": {"he - them": -0.04244087501373972, "he": 0.3143326375270478, "them": 0.35677351254078754}, "hair": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "half": {"he - them": -0.07023499467777483, "he": 0.27946203539368164, "them": 0.34969703007145647}, "halftime": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "hallucinations": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ham": {"he - them": -0.11584827561618136, "he": 0.12020659316219723, "them": 0.23605486877837858}, "hand": {"he - them": -0.08787539008309192, "he": 0.2589931084778629, "them": 0.3468684985609548}, "handedly": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "handful": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "handle": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "handling": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "hands": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "hannah": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "happen": {"he - them": -0.049962192118212956, "he": 0.30348884146562544, "them": 0.3534510335838384}, "happened": {"he - them": -0.06514946550815304, "he": 0.2706167719786347, "them": 0.33576623748678774}, "happening": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "happenings": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "happens": {"he - them": -0.033932206609051274, "he": 0.27701210344138494, "them": 0.3109443100504362}, "happy": {"he - them": -0.0858862585369996, "he": 0.29331046650630477, "them": 0.3791967250433044}, "harassment": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "hard": {"he - them": -0.02464734112744954, "he": 0.3035365655022822, "them": 0.32818390662973174}, "harden": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "hardest": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "hardin": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "hardly": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "harping": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "has": {"he - them": -0.047810508100373406, "he": 0.3527920944343143, "them": 0.4006026025346877}, "hasn": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "hate": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "hates": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "have": {"he - them": -0.06402157261695718, "he": 0.35098844847695837, "them": 0.41501002109391555}, "haven": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "having": {"he - them": -0.007208399685590394, "he": 0.3530686238717223, "them": 0.36027702355731267}, "hayward": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "hazards": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "he": {"he - them": 0.03238784737121225, "he": 0.3980398566251028, "them": 0.3656520092538905}, "head": {"he - them": -0.07285405960514757, "he": 0.27569612680652966, "them": 0.34855018641167723}, "headed": {"he - them": 0.015655736356446404, "he": 0.28443289494242496, "them": 0.26877715858597856}, "heads": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "healing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "health": {"he - them": -0.06919079815186885, "he": 0.2589931084778629, "them": 0.32818390662973174}, "healthy": {"he - them": -0.08795879089876185, "he": 0.2706167719786347, "them": 0.35857556287739656}, "hear": {"he - them": -0.14050152680253764, "he": 0.1952647106842501, "them": 0.33576623748678774}, "heard": {"he - them": -0.01346846415387487, "he": 0.3007251318795418, "them": 0.3141935960334167}, "hearing": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "heart": {"he - them": -0.04916406543003721, "he": 0.3152272304510461, "them": 0.3643912958810833}, "heat": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "heavy": {"he - them": -0.06271997331891516, "he": 0.24822433673152106, "them": 0.3109443100504362}, "hefty": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "height": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "held": {"he - them": -0.013829935122904757, "he": 0.32097422855162044, "them": 0.3348041636745252}, "help": {"he - them": -0.07587575109870376, "he": 0.30551156638991755, "them": 0.3813873174886213}, "helped": {"he - them": -0.06412540680785533, "he": 0.28443289494242496, "them": 0.3485583017502803}, "helps": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "her": {"he - them": -0.0662086723812936, "he": 0.20805179877851568, "them": 0.2742604711598093}, "here": {"he - them": -0.04546830948542302, "he": 0.34263813672553056, "them": 0.3881064462109536}, "herself": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "hide": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "hiding": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "high": {"he - them": -0.04950166055054883, "he": 0.29156066822324084, "them": 0.34106232877378967}, "higher": {"he - them": -0.045457962319384204, "he": 0.26541195209789414, "them": 0.31086991441727835}, "highest": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "highlight": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "highway": {"he - them": -0.013302474251642271, "he": 0.24822433673152106, "them": 0.2615268109831633}, "hike": {"he - them": -0.11307092952698675, "he": 0.15478128540747058, "them": 0.2678522149344573}, "hilarious": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "him": {"he - them": -0.02389737862114588, "he": 0.3466259083939629, "them": 0.3705232870151088}, "himself": {"he - them": 0.018482321092205378, "he": 0.3294266311426416, "them": 0.3109443100504362}, "hint": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "hire": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "hiroto": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "his": {"he - them": -0.021586174167611993, "he": 0.366576688087183, "them": 0.388162862254795}, "historic": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "historical": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "historically": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "history": {"he - them": -0.04987288021776398, "he": 0.2862293847465158, "them": 0.3361022649642798}, "hit": {"he - them": -0.054637609167565104, "he": 0.30851009722698136, "them": 0.36314770639454647}, "hits": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "hoffman": {"he - them": -0.06121443318619732, "he": 0.17513948510860172, "them": 0.23635391829479904}, "hold": {"he - them": -0.027313122163570014, "he": 0.2985659666347768, "them": 0.3258790887983468}, "holds": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "holes": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "holmes": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "holy": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "home": {"he - them": -0.01443569396274813, "he": 0.31861021995870936, "them": 0.3330459139214575}, "homeless": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "homemade": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "honourable": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "hope": {"he - them": 0.003781386727719438, "he": 0.2985659666347768, "them": 0.29478457990705736}, "hopkinson": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "hospital": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "hosted": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "hosts": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "hot": {"he - them": -0.01330827679034674, "he": 0.3044621878885711, "them": 0.31777046467891784}, "hotel": {"he - them": -0.013558044310353845, "he": 0.241725564252744, "them": 0.25528360856309784}, "hound": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "hour": {"he - them": -0.023962149193327453, "he": 0.31693068203336816, "them": 0.3408928312266956}, "hours": {"he - them": -0.10212873547387302, "he": 0.2727659526228598, "them": 0.3748946880967328}, "house": {"he - them": -0.013276175104847188, "he": 0.3208318002596726, "them": 0.3341079753645198}, "how": {"he - them": -0.0661546217817704, "he": 0.3392386385047019, "them": 0.40539326028647227}, "however": {"he - them": -0.09578162191301559, "he": 0.29636850972775075, "them": 0.39215013164076634}, "https": {"he - them": -0.012394428451162676, "he": 0.3055773545078722, "them": 0.3179717829590349}, "hubble": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "hug": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "huge": {"he - them": -0.06745497224420294, "he": 0.28140745714167614, "them": 0.3488624293858791}, "hughes": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "human": {"he - them": -0.07134773383844578, "he": 0.31693068203336816, "them": 0.38827841587181394}, "humanoid": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "humans": {"he - them": -0.12269822639809341, "he": 0.25994421535942025, "them": 0.38264244175751366}, "humbly": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "hundred": {"he - them": -0.1389379989007016, "he": 0.2096203028495787, "them": 0.3485583017502803}, "hundreds": {"he - them": 0.016082581905395577, "he": 0.30443571062612773, "them": 0.28835312872073215}, "hunger": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "hurt": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "husband": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "hustling": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "hutton": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "huxley": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "hypocrisy": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "i": {"he - them": -0.05388236932814722, "he": 0.26655903835679784, "them": 0.32044140768494506}, "ib\u00e9rico": {"he - them": -0.1156026843265067, "he": 0.12334307277422607, "them": 0.23894575710073276}, "ice": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "iconic": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "idea": {"he - them": -0.08847788407760682, "he": 0.2508762773488147, "them": 0.3393541614264215}, "ideas": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "identical": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "identified": {"he - them": -0.09346423186348018, "he": 0.24822433673152106, "them": 0.34168856859500124}, "identify": {"he - them": -0.033932206609051274, "he": 0.27701210344138494, "them": 0.3109443100504362}, "identifying": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "identity": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "if": {"he - them": -0.05857226842120189, "he": 0.33634247176006954, "them": 0.39491474018127143}, "igbinidu": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ignited": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ignorance": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "ignore": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "iknow": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ill": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "illness": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "illusion": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "imaginative": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "imagine": {"he - them": 0.015485292458221611, "he": 0.27701210344138494, "them": 0.2615268109831633}, "imagined": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "imagining": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "immediately": {"he - them": -0.0872961508706479, "he": 0.26541195209789414, "them": 0.35270810296854205}, "immensely": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "impact": {"he - them": -0.08737919243969838, "he": 0.27701210344138494, "them": 0.3643912958810833}, "imparted": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "impatience": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "impermissibly": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "implemented": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "importance": {"he - them": -0.09404067323404375, "he": 0.241725564252744, "them": 0.33576623748678774}, "important": {"he - them": -0.026350990364569615, "he": 0.33425957856870864, "them": 0.36061056893327825}, "impose": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "impossible": {"he - them": -0.08737919243969838, "he": 0.27701210344138494, "them": 0.3643912958810833}, "impressive": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "improved": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "impulse": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "in": {"he - them": -0.06278813919081205, "he": 0.2874499587480562, "them": 0.35023809793886823}, "incidents": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "incinerated": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "include": {"he - them": 0.030373726108250898, "he": 0.3132253479987726, "them": 0.2828516218905217}, "included": {"he - them": -0.05029646275110228, "he": 0.2985659666347768, "them": 0.3488624293858791}, "includes": {"he - them": -0.11616695914956227, "he": 0.24822433673152106, "them": 0.3643912958810833}, "including": {"he - them": -0.060619816118025416, "he": 0.3288780321782783, "them": 0.38949784829630374}, "inclusion": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "incompetence": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "inconsistency": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "increase": {"he - them": 0.01506850660999684, "he": 0.25994421535942025, "them": 0.2448757087494234}, "increased": {"he - them": 0.015333163415536866, "he": 0.2706167719786347, "them": 0.25528360856309784}, "increasingly": {"he - them": -0.06412540680785533, "he": 0.28443289494242496, "them": 0.3485583017502803}, "incredible": {"he - them": -0.06316312577912009, "he": 0.241725564252744, "them": 0.3048886900318641}, "incredibly": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "indeed": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "independent": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "india": {"he - them": 0.03680019592189365, "he": 0.3055773545078722, "them": 0.26877715858597856}, "indistinguishable": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "individual": {"he - them": -0.033932206609051274, "he": 0.27701210344138494, "them": 0.3109443100504362}, "individualized": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "individuals": {"he - them": -0.06706645574466608, "he": 0.2863845778391723, "them": 0.3534510335838384}, "industrial": {"he - them": -0.13791194989841113, "he": 0.2188615626423764, "them": 0.35677351254078754}, "industry": {"he - them": -0.08625163340751141, "he": 0.27689607298703506, "them": 0.36314770639454647}, "ineffective": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "inefficiency": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "inevitably": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "infants": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "infects": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "inflammatory": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "inflict": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "influenced": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "informal": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "information": {"he - them": -0.06996949050311058, "he": 0.28273861246543147, "them": 0.35270810296854205}, "informed": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "informs": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "inhabit": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "inherently": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "initial": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "injected": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "injured": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "injuries": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "injury": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "ink": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "innocent": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "innovations": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "inside": {"he - them": 0.09125657801717407, "he": 0.34104612237766335, "them": 0.24978954436048928}, "insisted": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "inspired": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "inspiring": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "instability": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "instance": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "instead": {"he - them": -0.0480920015522317, "he": 0.3118029924234053, "them": 0.359894993975637}, "instincts": {"he - them": -0.06346304603448277, "he": 0.29331046650630477, "them": 0.35677351254078754}, "institution": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "institutional": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "institutions": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "instruments": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "intelligence": {"he - them": -0.013989555368016798, "he": 0.2308861533814066, "them": 0.2448757087494234}, "intended": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "intense": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "intention": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "intentions": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "intents": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "interaction": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "interactive": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "intercept": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "interest": {"he - them": -0.11013437855298336, "he": 0.18942200122095953, "them": 0.2995563797739429}, "interested": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "interesting": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "interests": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "internal": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "internally": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "international": {"he - them": -0.027753987824839066, "he": 0.2900164768540788, "them": 0.31777046467891784}, "internet": {"he - them": 0.003932461691682543, "he": 0.30348884146562544, "them": 0.2995563797739429}, "intersection": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "intervene": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "interview": {"he - them": 0.015655736356446404, "he": 0.28443289494242496, "them": 0.26877715858597856}, "interviewed": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "interviews": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "into": {"he - them": -0.05377143241249799, "he": 0.33771879262141313, "them": 0.3914902250339111}, "invades": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "invention": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "investigation": {"he - them": -0.033932206609051274, "he": 0.27701210344138494, "them": 0.3109443100504362}, "investigations": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "investigative": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "investment": {"he - them": -0.013302474251642271, "he": 0.24822433673152106, "them": 0.2615268109831633}, "investors": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "invited": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "invocations": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "involved": {"he - them": -0.047463152427169364, "he": 0.3208318002596726, "them": 0.368294952686842}, "involves": {"he - them": -0.03248331753729339, "he": 0.30443571062612773, "them": 0.3369190281634211}, "ionigeria": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "iran": {"he - them": -0.016272831974770086, "he": 0.17604891428993993, "them": 0.19232174626471002}, "ireland": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "irish": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "iron": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "irony": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "irritated": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "is": {"he - them": -0.04296371094456036, "he": 0.311064493245687, "them": 0.3540282041902474}, "isabelle": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "isay": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "islamic": {"he - them": -0.11013437855298336, "he": 0.18942200122095953, "them": 0.2995563797739429}, "isn": {"he - them": -0.12413715709284084, "he": 0.24733731098662093, "them": 0.3714744680794618}, "issue": {"he - them": -0.02639681282623152, "he": 0.27003447621478194, "them": 0.29643128904101346}, "issued": {"he - them": -0.0646764651536163, "he": 0.27701210344138494, "them": 0.34168856859500124}, "issues": {"he - them": -0.027753987824839066, "he": 0.2900164768540788, "them": 0.31777046467891784}, "it": {"he - them": -0.06548426421150955, "he": 0.3177030188028946, "them": 0.38318728301440413}, "italy": {"he - them": -0.014507332302936049, "he": 0.21809143861661223, "them": 0.23259877091954828}, "itching": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "item": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "items": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "its": {"he - them": -0.05811259538733088, "he": 0.3135526074414921, "them": 0.371665202828823}, "itself": {"he - them": -0.0032482291287416754, "he": 0.33412800377878255, "them": 0.3373762329075242}, "j": {"he - them": 0.08073895013323515, "he": 0.3035365655022822, "them": 0.22279761536904705}, "jack": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "james": {"he - them": -0.06271997331891516, "he": 0.24822433673152106, "them": 0.3109443100504362}, "jamie": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "jane": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "japan": {"he - them": -0.062408388693582395, "he": 0.15478128540747058, "them": 0.21718967410105297}, "jay": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "jayson": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "jazz": {"he - them": -0.06067821851181818, "he": 0.18419749023760523, "them": 0.2448757087494234}, "jealous": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "jerusalem": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "jesus": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "job": {"he - them": -0.058761097358545455, "he": 0.30656126980078335, "them": 0.3653223671593288}, "jobs": {"he - them": -0.06271997331891516, "he": 0.24822433673152106, "them": 0.3109443100504362}, "joel": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "johannes": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "john": {"he - them": -0.012967175197342473, "he": 0.32792565602935314, "them": 0.3408928312266956}, "johnson": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "join": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "joined": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "joke": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "jokes": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "jones": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "josef": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "joshua": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "journal": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "journey": {"he - them": -0.03427191805322938, "he": 0.2706167719786347, "them": 0.3048886900318641}, "joyfully": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "judicial": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "judy": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "jules": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "july": {"he - them": -0.012394428451162676, "he": 0.3055773545078722, "them": 0.3179717829590349}, "june": {"he - them": -0.01346846415387487, "he": 0.3007251318795418, "them": 0.3141935960334167}, "just": {"he - them": -0.07580295180234986, "he": 0.3303890873230246, "them": 0.40619203912537444}, "justice": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "justify": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "kana": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "karen": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "kato": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "katoare": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "kc": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "keeghan": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "keep": {"he - them": -0.06706645574466608, "he": 0.2863845778391723, "them": 0.3534510335838384}, "keeping": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "kei": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "kennedy": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "kenya": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "kenzo": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "kept": {"he - them": -0.013171801934770577, "he": 0.2863845778391723, "them": 0.2995563797739429}, "key": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "khone": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "kid": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "kidding": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "kidnap": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "kids": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "killed": {"he - them": -0.03306957625504736, "he": 0.29331046650630477, "them": 0.32638004276135213}, "kim": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "kind": {"he - them": -0.08428099374346154, "he": 0.29825603980601684, "them": 0.3825370335494784}, "kindle": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "kindly": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "kingdom": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "km": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "knew": {"he - them": -0.0690447431631766, "he": 0.29410296323136986, "them": 0.36314770639454647}, "knight": {"he - them": -0.060958659657641356, "he": 0.1794666068936068, "them": 0.24042526655124816}, "knocking": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "knocks": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "knotted": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "know": {"he - them": -0.03441432650939574, "he": 0.33324573552976483, "them": 0.3676600620391606}, "knowing": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "knowledge": {"he - them": -0.09346423186348018, "he": 0.24822433673152106, "them": 0.34168856859500124}, "known": {"he - them": -0.03011527659754193, "he": 0.3127156032004677, "them": 0.34283087979800964}, "korea": {"he - them": -0.06001889787884773, "he": 0.1952647106842501, "them": 0.25528360856309784}, "kourou": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "kratz": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "kurono": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "l": {"he - them": -0.09454470685973806, "he": 0.2360045666362904, "them": 0.3305492734960285}, "labor": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "laboratory": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "lack": {"he - them": -0.0646764651536163, "he": 0.27701210344138494, "them": 0.34168856859500124}, "lacked": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "ladder": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "lady": {"he - them": -0.033932206609051274, "he": 0.27701210344138494, "them": 0.3109443100504362}, "lagos": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "laid": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "land": {"he - them": -0.03722869070047646, "he": 0.2909552159292553, "them": 0.32818390662973174}, "language": {"he - them": -0.13660243190396124, "he": 0.23046146237954027, "them": 0.3670638942835015}, "languorous": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "large": {"he - them": -0.11744646694754798, "he": 0.2360045666362904, "them": 0.3534510335838384}, "larger": {"he - them": -0.06271997331891516, "he": 0.24822433673152106, "them": 0.3109443100504362}, "largest": {"he - them": -0.06001889787884773, "he": 0.1952647106842501, "them": 0.25528360856309784}, "las": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "last": {"he - them": -0.07274931540271362, "he": 0.3112839147422799, "them": 0.3840332301449935}, "late": {"he - them": -0.0032482291287416754, "he": 0.33412800377878255, "them": 0.3373762329075242}, "later": {"he - them": -0.021402949057307163, "he": 0.32714723735437007, "them": 0.34855018641167723}, "latest": {"he - them": -0.013784977724198871, "he": 0.2360045666362904, "them": 0.24978954436048928}, "latter": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "launch": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "law": {"he - them": -0.1221081725135243, "he": 0.1896894593627973, "them": 0.3117976318763216}, "lax": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "lay": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "lead": {"he - them": -0.03270007546539372, "he": 0.3065739001854821, "them": 0.3392739756508758}, "leaders": {"he - them": -0.08932585592414449, "he": 0.2553763850179038, "them": 0.34470224094204827}, "leadership": {"he - them": -0.034840364547637115, "he": 0.25994421535942025, "them": 0.29478457990705736}, "leading": {"he - them": -0.042980947242408085, "he": 0.3055773545078722, "them": 0.3485583017502803}, "leads": {"he - them": -0.03306957625504736, "he": 0.29331046650630477, "them": 0.32638004276135213}, "league": {"he - them": -0.06346304603448277, "he": 0.29331046650630477, "them": 0.35677351254078754}, "leaky": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "lean": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "learn": {"he - them": -0.03457165557626235, "he": 0.26498472419768054, "them": 0.2995563797739429}, "learned": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "learning": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "least": {"he - them": -0.04263774756157529, "he": 0.3308157738548802, "them": 0.3734535214164555}, "leave": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "leaves": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "leaving": {"he - them": 0.016082581905395577, "he": 0.30443571062612773, "them": 0.28835312872073215}, "lebron": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "led": {"he - them": -0.044471631656670674, "he": 0.28140745714167614, "them": 0.3258790887983468}, "lee": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "leeratanakajornthe": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "left": {"he - them": -0.03889014241642946, "he": 0.30966004399524777, "them": 0.34855018641167723}, "legal": {"he - them": 0.015485292458221611, "he": 0.27701210344138494, "them": 0.2615268109831633}, "legislatures": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "legs": {"he - them": -0.09278989696210238, "he": 0.2557684047881779, "them": 0.3485583017502803}, "length": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "lengthening": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "lengthier": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "lengthy": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "less": {"he - them": -0.09559921693645068, "he": 0.29807696639998116, "them": 0.39367618333643184}, "let": {"he - them": -0.03951300330348234, "he": 0.29984115812293916, "them": 0.3393541614264215}, "level": {"he - them": -0.06895141092436174, "he": 0.26210175570743366, "them": 0.3310531666317954}, "li": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "liberating": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "libraries": {"he - them": -0.060367543139529745, "he": 0.18942200122095953, "them": 0.24978954436048928}, "life": {"he - them": -0.08849495176244271, "he": 0.3203388627481922, "them": 0.4088338145106349}, "lifetime": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "lifted": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "light": {"he - them": -0.043432528788984404, "he": 0.29825603980601684, "them": 0.34168856859500124}, "like": {"he - them": -0.0711288277655821, "he": 0.33876562806210625, "them": 0.40989445582768835}, "liked": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "likely": {"he - them": -0.0325524289645277, "he": 0.3091213913938177, "them": 0.3416738203583454}, "likes": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "limit": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "limits": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "line": {"he - them": 0.014951118466655616, "he": 0.2553763850179038, "them": 0.24042526655124816}, "lines": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "linked": {"he - them": -0.09278989696210238, "he": 0.2557684047881779, "them": 0.3485583017502803}, "linton": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "liquid": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "listen": {"he - them": -0.13660243190396124, "he": 0.23046146237954027, "them": 0.3670638942835015}, "listening": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "literature": {"he - them": -0.042980947242408085, "he": 0.3055773545078722, "them": 0.3485583017502803}, "little": {"he - them": -0.07047996444161647, "he": 0.3201903724833076, "them": 0.3906703369249241}, "live": {"he - them": -0.10071658391764626, "he": 0.2863845778391723, "them": 0.3871011617568186}, "lived": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "liverpool": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "lives": {"he - them": -0.09346423186348018, "he": 0.24822433673152106, "them": 0.34168856859500124}, "living": {"he - them": -0.06316312577912009, "he": 0.241725564252744, "them": 0.3048886900318641}, "ll": {"he - them": -0.03346320664608288, "he": 0.29346158568225716, "them": 0.32692479232834004}, "loads": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "loan": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "local": {"he - them": -0.0018622835556345585, "he": 0.2883989872572695, "them": 0.29026127081290404}, "located": {"he - them": -0.09404067323404375, "he": 0.241725564252744, "them": 0.33576623748678774}, "location": {"he - them": -0.03530777731540907, "he": 0.2511954309694252, "them": 0.2865032082848343}, "locations": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "logistical": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "lollipop": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "lollipops": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "london": {"he - them": -0.05962106589906724, "he": 0.2019057450840961, "them": 0.2615268109831633}, "lone": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "long": {"he - them": -0.05420027544676448, "he": 0.3258866825706358, "them": 0.3800869580174003}, "longer": {"he - them": -0.013784977724198871, "he": 0.2360045666362904, "them": 0.24978954436048928}, "longest": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "longing": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "look": {"he - them": -0.1107865065703208, "he": 0.30077776636972353, "them": 0.41156427294004433}, "looked": {"he - them": -0.05520401038557149, "he": 0.3007251318795418, "them": 0.3559291422651133}, "looking": {"he - them": 0.03604898691714256, "he": 0.250650668552739, "them": 0.21460168163559643}, "looks": {"he - them": 0.004098329490511421, "he": 0.3089870195223755, "them": 0.3048886900318641}, "los": {"he - them": -0.06421151686710325, "he": 0.22624911288342076, "them": 0.290460629750524}, "lose": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "losing": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "loss": {"he - them": -0.01204740523430431, "he": 0.3143326375270478, "them": 0.32638004276135213}, "losses": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "lost": {"he - them": -0.01346846415387487, "he": 0.3007251318795418, "them": 0.3141935960334167}, "lot": {"he - them": -0.09601984155711812, "he": 0.2954149570390519, "them": 0.39143479859617003}, "lots": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "lotus": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "lou": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "love": {"he - them": 0.004455265271771813, "he": 0.30392831269155185, "them": 0.29947304741978004}, "loved": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "loves": {"he - them": -0.03248331753729339, "he": 0.30443571062612773, "them": 0.3369190281634211}, "loving": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "lovitz": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "low": {"he - them": -0.09734047748677993, "he": 0.28807841548642543, "them": 0.38541889297320536}, "lower": {"he - them": -0.06685628504679575, "he": 0.24733731098662093, "them": 0.3141935960334167}, "luca": {"he - them": -0.1117025330923303, "he": 0.1711490887981914, "them": 0.2828516218905217}, "lucky": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "lunch": {"he - them": -0.16248555079698723, "he": 0.2019057450840961, "them": 0.3643912958810833}, "m": {"he - them": -0.013863282216610096, "he": 0.3308013484393924, "them": 0.3446646306560025}, "machines": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "made": {"he - them": -0.03057511464763346, "he": 0.3287088428392308, "them": 0.35928395748686426}, "magazine": {"he - them": 0.03666082399832832, "he": 0.29194443256142616, "them": 0.25528360856309784}, "magic": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "magical": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "mail": {"he - them": -0.013302474251642271, "he": 0.24822433673152106, "them": 0.2615268109831633}, "main": {"he - them": -0.06812687860383582, "he": 0.2727659526228598, "them": 0.3408928312266956}, "mainstream": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "maintain": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "maintained": {"he - them": 0.016082581905395577, "he": 0.30443571062612773, "them": 0.28835312872073215}, "major": {"he - them": -0.08787539008309192, "he": 0.2589931084778629, "them": 0.3468684985609548}, "majority": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "make": {"he - them": -0.08842966761626309, "he": 0.34376497064510214, "them": 0.4321946382613652}, "makers": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "makes": {"he - them": -0.06869602326662566, "he": 0.26541195209789414, "them": 0.3341079753645198}, "makeup": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "making": {"he - them": -0.08510280882306681, "he": 0.2909552159292553, "them": 0.3760580247523221}, "malignant": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "malindi": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "mammals": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "mammoths": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "man": {"he - them": -0.008128832659720586, "he": 0.3540010485675439, "them": 0.36212988122726447}, "manage": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "managed": {"he - them": -0.027313122163570014, "he": 0.2985659666347768, "them": 0.3258790887983468}, "management": {"he - them": -0.033932206609051274, "he": 0.27701210344138494, "them": 0.3109443100504362}, "manager": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "manipulate": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "manner": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "manufactured": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "manufacturing": {"he - them": -0.060367543139529745, "he": 0.18942200122095953, "them": 0.24978954436048928}, "many": {"he - them": -0.059245595547615826, "he": 0.34838703169718105, "them": 0.4076326272447969}, "march": {"he - them": -0.036508982833022174, "he": 0.22882163698696972, "them": 0.2653306198199919}, "marilyn": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "mark": {"he - them": -0.02677921796441224, "he": 0.3089870195223755, "them": 0.33576623748678774}, "marked": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "marketing": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "marriage": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "married": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "martinez": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "mary": {"he - them": -0.03306957625504736, "he": 0.29331046650630477, "them": 0.32638004276135213}, "masaru": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "match": {"he - them": 0.016082581905395577, "he": 0.30443571062612773, "them": 0.28835312872073215}, "matches": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "matchup": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "material": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "matt": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "matter": {"he - them": -0.012944257470437925, "he": 0.29194443256142616, "them": 0.3048886900318641}, "matters": {"he - them": 0.015485292458221611, "he": 0.27701210344138494, "them": 0.2615268109831633}, "matthew": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "may": {"he - them": -0.06679687974636844, "he": 0.3123266757274419, "them": 0.3791235554738103}, "maybe": {"he - them": -0.03508424473262023, "he": 0.2553763850179038, "them": 0.290460629750524}, "mayhem": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "mcgregor": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "me": {"he - them": -0.05571308560163679, "he": 0.3088529428099236, "them": 0.3645660284115604}, "mea": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "mean": {"he - them": -0.02677921796441224, "he": 0.3089870195223755, "them": 0.33576623748678774}, "meaning": {"he - them": -0.06412540680785533, "he": 0.28443289494242496, "them": 0.3485583017502803}, "meanings": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "means": {"he - them": -0.10945857150443888, "he": 0.27569612680652966, "them": 0.38515469831096855}, "meant": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "meanwhile": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "measure": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "measures": {"he - them": 0.004282920400609902, "he": 0.3152272304510461, "them": 0.3109443100504362}, "meat": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "mechanics": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "mechanism": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "media": {"he - them": -0.056506357061197277, "he": 0.2827676185896785, "them": 0.3392739756508758}, "medication": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "meditation": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "meh": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "melt": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "members": {"he - them": -0.09747275404205177, "he": 0.20201900845388046, "them": 0.29949176249593223}, "memory": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "men": {"he - them": -0.07189678342341305, "he": 0.2588115242698807, "them": 0.33070830769329373}, "menace": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "menu": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "mercedes": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "mercurial": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "mercy": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "mere": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "merely": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "message": {"he - them": 0.016082581905395577, "he": 0.30443571062612773, "them": 0.28835312872073215}, "messy": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "met": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "meter": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "meters": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "methods": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "mia": {"he - them": -0.06166757555970967, "he": 0.1674440335988083, "them": 0.22911160915851797}, "miami": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "michael": {"he - them": 0.003932461691682543, "he": 0.30348884146562544, "them": 0.2995563797739429}, "micheal": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "michel": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "michelangelo": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "microsoft": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "mid": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "middle": {"he - them": 0.03666082399832832, "he": 0.29194443256142616, "them": 0.25528360856309784}, "midweek": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "might": {"he - them": -0.040157744554999264, "he": 0.3511026674627108, "them": 0.39126041201771006}, "mighty": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "mile": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "miles": {"he - them": -0.06001889787884773, "he": 0.1952647106842501, "them": 0.25528360856309784}, "militaries": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "military": {"he - them": -0.014176153667827401, "he": 0.22624911288342076, "them": 0.24042526655124816}, "millennium": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "million": {"he - them": -0.06962913355978073, "he": 0.25328619373444833, "them": 0.32291532729422906}, "millions": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "mind": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "minds": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "mine": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "minimize": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "minimum": {"he - them": -0.10903856496634012, "he": 0.2019057450840961, "them": 0.3109443100504362}, "minister": {"he - them": 0.0681659369540821, "he": 0.2827676185896785, "them": 0.21460168163559643}, "ministers": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "ministry": {"he - them": -0.013558044310353845, "he": 0.241725564252744, "them": 0.25528360856309784}, "minor": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "minority": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "minute": {"he - them": -0.05159113123811376, "he": 0.27946203539368164, "them": 0.3310531666317954}, "minutes": {"he - them": -0.03665110102798241, "he": 0.3007251318795418, "them": 0.3373762329075242}, "mip": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "mirror": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "misconduct": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "misreading": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "miss": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "missing": {"he - them": -0.09094297764024423, "he": 0.2761209166432573, "them": 0.3670638942835015}, "mission": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "missionary": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "missions": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "misunderstanding": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "mitchell": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "mixed": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "mls": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "moaning": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "mob": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "mobile": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "model": {"he - them": -0.09118407815713084, "he": 0.23429344384660586, "them": 0.3254775220037367}, "models": {"he - them": -0.013558044310353845, "he": 0.241725564252744, "them": 0.25528360856309784}, "moderation": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "modern": {"he - them": -0.014360171992103599, "he": 0.2803031206540374, "them": 0.294663292646141}, "modernist": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "moley": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "mom": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "moment": {"he - them": -0.03427191805322938, "he": 0.2706167719786347, "them": 0.3048886900318641}, "moments": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "money": {"he - them": -0.14263097957031612, "he": 0.17513948510860172, "them": 0.31777046467891784}, "monika": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "monitor": {"he - them": 0.016082581905395577, "he": 0.30443571062612773, "them": 0.28835312872073215}, "monk": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "monosyllabic": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "monroe": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "month": {"he - them": -0.09064946688188016, "he": 0.24040369974991524, "them": 0.3310531666317954}, "months": {"he - them": -0.11013437855298336, "he": 0.18942200122095953, "them": 0.2995563797739429}, "montreal": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "mood": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "moon": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "more": {"he - them": -0.06328926429924081, "he": 0.3246404715637557, "them": 0.3879297358629965}, "morning": {"he - them": -0.05268573158254414, "he": 0.26326399404637546, "them": 0.3159497256289196}, "most": {"he - them": -0.08618770061942704, "he": 0.3381613253459505, "them": 0.42434902596537755}, "mostly": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "mother": {"he - them": -0.06626952087256321, "he": 0.2553763850179038, "them": 0.321645905890467}, "mothers": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "motions": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "motivational": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "motorway": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "mouth": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "move": {"he - them": -0.05431552246491678, "he": 0.31293037316167766, "them": 0.36724589562659443}, "moved": {"he - them": -0.03457165557626235, "he": 0.26498472419768054, "them": 0.2995563797739429}, "movement": {"he - them": -0.13791194989841113, "he": 0.2188615626423764, "them": 0.35677351254078754}, "movements": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "moves": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "movie": {"he - them": 0.03600264352715382, "he": 0.24814049607089825, "them": 0.21213785254374443}, "moving": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "mps": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "mr": {"he - them": 0.010055764440947024, "he": 0.3242493604743637, "them": 0.3141935960334167}, "much": {"he - them": -0.05547284689994353, "he": 0.3416480639990147, "them": 0.39712091089895823}, "multiple": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "multitude": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "mums": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "murrah": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "murray": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "mused": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "museum": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "music": {"he - them": -0.04694764105429147, "he": 0.24124875633255868, "them": 0.28819639738685016}, "musical": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "musicians": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "musings": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "musk": {"he - them": -0.061870593278225194, "he": 0.1639840344423364, "them": 0.22585462772056158}, "muslim": {"he - them": -0.06389842652565075, "he": 0.2308861533814066, "them": 0.29478457990705736}, "muslims": {"he - them": -0.11136372317623255, "he": 0.17513948510860172, "them": 0.2865032082848343}, "must": {"he - them": -0.04333193305867261, "he": 0.3035365655022822, "them": 0.3468684985609548}, "mustard": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "muster": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "mvp": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "my": {"he - them": -0.07979532958194119, "he": 0.25900738870007234, "them": 0.3388027182820135}, "myself": {"he - them": -0.06355181313765249, "he": 0.2360045666362904, "them": 0.2995563797739429}, "mysterium": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "mystic": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "mystical": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "nab": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "name": {"he - them": -0.036856240076249214, "he": 0.2972517352882706, "them": 0.3341079753645198}, "named": {"he - them": 0.03672922882285351, "he": 0.29825603980601684, "them": 0.2615268109831633}, "nancy": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "naps": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "narrowed": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "narrowly": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "nasa": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "nascent": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "national": {"he - them": -0.057173707037899646, "he": 0.2735346006553941, "them": 0.33070830769329373}, "nations": {"he - them": 0.015485292458221611, "he": 0.27701210344138494, "them": 0.2615268109831633}, "natural": {"he - them": -0.06706645574466608, "he": 0.2863845778391723, "them": 0.3534510335838384}, "naturally": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "nature": {"he - them": -0.13978282351090515, "he": 0.2019057450840961, "them": 0.34168856859500124}, "navigating": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "nba": {"he - them": -0.03457165557626235, "he": 0.26498472419768054, "them": 0.2995563797739429}, "ncaa": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "nearby": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "nearing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "nearly": {"he - them": -0.036192143715066905, "he": 0.30851009722698136, "them": 0.34470224094204827}, "neatly": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "necessary": {"he - them": -0.027060432030403037, "he": 0.30348884146562544, "them": 0.3305492734960285}, "neck": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "need": {"he - them": -0.03322880082290974, "he": 0.297479506870384, "them": 0.33070830769329373}, "needed": {"he - them": -0.03457165557626235, "he": 0.26498472419768054, "them": 0.2995563797739429}, "needs": {"he - them": -0.03532632715133888, "he": 0.3232492357260577, "them": 0.35857556287739656}, "neglect": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "neighbor": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "neither": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "nell": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "neologism": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "nerves": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "net": {"he - them": -0.06626952087256321, "he": 0.2553763850179038, "them": 0.321645905890467}, "network": {"he - them": -0.012944257470437925, "he": 0.29194443256142616, "them": 0.3048886900318641}, "neutralise": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "never": {"he - them": -0.09627679532932432, "he": 0.29296996402919956, "them": 0.3892467593585239}, "nevertheless": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "new": {"he - them": -0.0481785138545604, "he": 0.3225444200875728, "them": 0.3707229339421332}, "newly": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "news": {"he - them": -0.014016768055796325, "he": 0.30414682941629423, "them": 0.31816359747209055}, "newspapers": {"he - them": -0.03248331753729339, "he": 0.30443571062612773, "them": 0.3369190281634211}, "next": {"he - them": -0.07655651269240843, "he": 0.29807696639998116, "them": 0.3746334790923896}, "nhai": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "nice": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "nigeria": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "night": {"he - them": 0.0051751484375371914, "he": 0.32565688263566434, "them": 0.32048173419812714}, "nihilist": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "nine": {"he - them": -0.06271997331891516, "he": 0.24822433673152106, "them": 0.3109443100504362}, "nineteen": {"he - them": -0.060367543139529745, "he": 0.18942200122095953, "them": 0.24978954436048928}, "nishi": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "nit": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "no": {"he - them": -0.05430285489472336, "he": 0.33132198130564056, "them": 0.3856248362003639}, "nobeladventures": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "nobody": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "non": {"he - them": -0.12116359721247164, "he": 0.1993181369856555, "them": 0.32048173419812714}, "nor": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "normal": {"he - them": -0.03306957625504736, "he": 0.29331046650630477, "them": 0.32638004276135213}, "normalized": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "north": {"he - them": -0.06316312577912009, "he": 0.241725564252744, "them": 0.3048886900318641}, "not": {"he - them": -0.0512690093683657, "he": 0.3500245342161253, "them": 0.401293543584491}, "nothing": {"he - them": -0.055913282631699535, "he": 0.2909552159292553, "them": 0.3468684985609548}, "notice": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "noticed": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "november": {"he - them": -0.042980947242408085, "he": 0.3055773545078722, "them": 0.3485583017502803}, "novemberat": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "now": {"he - them": -0.04092877541001616, "he": 0.3407027987271975, "them": 0.38163157413721366}, "nowhere": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "nuclear": {"he - them": -0.014188056276955352, "he": 0.26210175570743366, "them": 0.276289811984389}, "number": {"he - them": -0.0568548062386085, "he": 0.2779493574359167, "them": 0.3348041636745252}, "numbers": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "numerically": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "nury": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ny": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "nyc": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "oak": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "objectification": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "objectionable": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "objects": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "observationi": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "observatory": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "observed": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "observing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "obtained": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "obvious": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "occultist": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "occupied": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "occupies": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "occur": {"he - them": -0.09094297764024423, "he": 0.2761209166432573, "them": 0.3670638942835015}, "occurred": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "occurs": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "october": {"he - them": -0.1083514801094562, "he": 0.2096203028495787, "them": 0.3179717829590349}, "odyssey": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "of": {"he - them": -0.06967155576608358, "he": 0.2542778467790707, "them": 0.3239494025451543}, "off": {"he - them": -0.07914351034223177, "he": 0.3034723109314147, "them": 0.38261582127364646}, "offense": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "offensive": {"he - them": -0.013989555368016798, "he": 0.2308861533814066, "them": 0.2448757087494234}, "offer": {"he - them": -0.06514946550815304, "he": 0.2706167719786347, "them": 0.33576623748678774}, "offered": {"he - them": -0.08670226562991812, "he": 0.28443289494242496, "them": 0.3711351605723431}, "offers": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "office": {"he - them": 0.05369929710513616, "he": 0.30348884146562544, "them": 0.24978954436048928}, "offices": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "official": {"he - them": -0.1083514801094562, "he": 0.2096203028495787, "them": 0.3179717829590349}, "offloaded": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "offseason": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "often": {"he - them": -0.11955590310757486, "he": 0.2735346006553941, "them": 0.39309050376296895}, "oh": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "oil": {"he - them": -0.09576449731191841, "he": 0.22200596736699943, "them": 0.31777046467891784}, "oklahoma": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "oladipo": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "old": {"he - them": -0.0016037601439806703, "he": 0.2954149570390519, "them": 0.2970187171830326}, "older": {"he - them": -0.09278989696210238, "he": 0.2557684047881779, "them": 0.3485583017502803}, "omnipresent": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "on": {"he - them": -0.06339395913416729, "he": 0.33028506066338653, "them": 0.3936790197975538}, "once": {"he - them": -0.028105568581011264, "he": 0.32181827951842196, "them": 0.3499238480994332}, "one": {"he - them": -0.05778095759288665, "he": 0.37006768406063484, "them": 0.4278486416535215}, "ones": {"he - them": 0.015333163415536866, "he": 0.2706167719786347, "them": 0.25528360856309784}, "oni": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "online": {"he - them": -0.03588611223447377, "he": 0.24040369974991524, "them": 0.276289811984389}, "only": {"he - them": -0.08578484775590095, "he": 0.3128127503338651, "them": 0.398597598089766}, "onto": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "open": {"he - them": -0.04351705966181535, "he": 0.3006831592734811, "them": 0.34420021893529645}, "opened": {"he - them": -0.13978282351090515, "he": 0.2019057450840961, "them": 0.34168856859500124}, "operations": {"he - them": -0.09346423186348018, "he": 0.24822433673152106, "them": 0.34168856859500124}, "opinion": {"he - them": -0.043432528788984404, "he": 0.29825603980601684, "them": 0.34168856859500124}, "opportunity": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "opposing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "opposite": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "opted": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "optimize": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "opting": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "options": {"he - them": -0.16248555079698723, "he": 0.2019057450840961, "them": 0.3643912958810833}, "or": {"he - them": -0.06545381201912898, "he": 0.3210156373906232, "them": 0.3864694494097522}, "orbit": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "order": {"he - them": -0.08690594905379662, "he": 0.26812412923604956, "them": 0.3550300782898462}, "ordered": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ordering": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "ordinary": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "organisations": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "organs": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "original": {"he - them": 0.053703410959277664, "he": 0.3089870195223755, "them": 0.25528360856309784}, "origins": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "orlando": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "oscars": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "other": {"he - them": -0.05389301474454039, "he": 0.34252292449223404, "them": 0.39641593923677443}, "others": {"he - them": -0.05921183470215591, "he": 0.3006831592734811, "them": 0.359894993975637}, "otherwise": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "otto": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "our": {"he - them": -0.08976422634876907, "he": 0.2856426068394773, "them": 0.37540683318824636}, "out": {"he - them": -0.07439857622043466, "he": 0.33533211348852215, "them": 0.4097306897089568}, "outcome": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "outfits": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "outright": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "outside": {"he - them": -0.06412540680785533, "he": 0.28443289494242496, "them": 0.3485583017502803}, "over": {"he - them": -0.053826330970041136, "he": 0.33199047450870833, "them": 0.38581680547874947}, "overall": {"he - them": -0.10903856496634012, "he": 0.2019057450840961, "them": 0.3109443100504362}, "overestimate": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "overflowing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "overing": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "overlap": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "overnight": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "overrated": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "oversee": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "overseeing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "oversight": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "overturned": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "overuse": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "oviri": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "own": {"he - them": -0.04422800655067893, "he": 0.3258866825706358, "them": 0.37011468912131473}, "owner": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "ownership": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "p": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "paced": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "pacers": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "pack": {"he - them": -0.013897586173436727, "he": 0.268954035717085, "them": 0.2828516218905217}, "package": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "pad": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "pagan": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "page": {"he - them": -0.04474983290343193, "he": 0.27689607298703506, "them": 0.321645905890467}, "paid": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "pains": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "paint": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "painted": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "painter": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "pair": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "pallid": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "palpable": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "pandemic": {"he - them": 0.03672922882285351, "he": 0.29825603980601684, "them": 0.2615268109831633}, "pandemonium": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "paper": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "parameters": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "paranoid": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "parent": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "parents": {"he - them": -0.013784977724198871, "he": 0.2360045666362904, "them": 0.24978954436048928}, "parking": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "parks": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "part": {"he - them": -0.08665900249500674, "he": 0.29636850972775075, "them": 0.3830275122227575}, "particular": {"he - them": -0.04416469565685616, "he": 0.2863845778391723, "them": 0.3305492734960285}, "particularity": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "particularized": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "particularly": {"he - them": -0.05029646275110228, "he": 0.2985659666347768, "them": 0.3488624293858791}, "partners": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "parts": {"he - them": -0.09346423186348018, "he": 0.24822433673152106, "them": 0.34168856859500124}, "party": {"he - them": 0.030373726108250898, "he": 0.3132253479987726, "them": 0.2828516218905217}, "partying": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "pass": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "passenger": {"he - them": -0.03306957625504736, "he": 0.29331046650630477, "them": 0.32638004276135213}, "passengers": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "passes": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "passions": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "past": {"he - them": 0.0364708064357869, "he": 0.27689607298703506, "them": 0.24042526655124816}, "pastimes": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "pastor": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "pastors": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "path": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "pathetic": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "paths": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "patience": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "patronize": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "paul": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "pause": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "pawn": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "pay": {"he - them": 0.003932461691682543, "he": 0.30348884146562544, "them": 0.2995563797739429}, "payday": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "paying": {"he - them": -0.11744646694754798, "he": 0.2360045666362904, "them": 0.3534510335838384}, "peace": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "pee": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "pelicans": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "peninsula": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "pensions": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "people": {"he - them": -0.062346054404316564, "he": 0.3349369407464959, "them": 0.39728299515081245}, "per": {"he - them": -0.06842219719043924, "he": 0.268954035717085, "them": 0.3373762329075242}, "percent": {"he - them": -0.09791684145096854, "he": 0.19674645119517245, "them": 0.294663292646141}, "percentage": {"he - them": -0.10962397934761398, "he": 0.1952647106842501, "them": 0.3048886900318641}, "perceptions": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "perfect": {"he - them": -0.09454470685973806, "he": 0.2360045666362904, "them": 0.3305492734960285}, "perfecting": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "perfectly": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "performance": {"he - them": -0.06745497224420294, "he": 0.28140745714167614, "them": 0.3488624293858791}, "performances": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "performed": {"he - them": -0.09278989696210238, "he": 0.2557684047881779, "them": 0.3485583017502803}, "performing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "perhaps": {"he - them": -0.07043250020816172, "he": 0.3044621878885711, "them": 0.3748946880967328}, "perimeter": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "period": {"he - them": -0.06389842652565075, "he": 0.2308861533814066, "them": 0.29478457990705736}, "periods": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "persecution": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "person": {"he - them": -0.0690447431631766, "he": 0.29410296323136986, "them": 0.36314770639454647}, "personal": {"he - them": -0.0019422372265240906, "he": 0.28625416016032607, "them": 0.28819639738685016}, "personality": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "persons": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "pet": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "philadelphia": {"he - them": 0.015195179837191264, "he": 0.26498472419768054, "them": 0.24978954436048928}, "philosopher": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "phone": {"he - them": -0.09094297764024423, "he": 0.2761209166432573, "them": 0.3670638942835015}, "phosphorus": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "photo": {"he - them": 0.05369929710513616, "he": 0.30348884146562544, "them": 0.24978954436048928}, "physical": {"he - them": -0.11536675578416516, "he": 0.2557684047881779, "them": 0.3711351605723431}, "physically": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "physicist": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "physics": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "piatti": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "pick": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "picked": {"he - them": -0.012688270244419375, "he": 0.29825603980601684, "them": 0.3109443100504362}, "picking": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "piece": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "piedmont": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "piette": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "pill": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "pillars": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "pills": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "pioneer": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "pistons": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "place": {"he - them": -0.02522266128178252, "he": 0.34074765786077654, "them": 0.36597031914255906}, "placed": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "places": {"he - them": -0.1083514801094562, "he": 0.2096203028495787, "them": 0.3179717829590349}, "plague": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "plainly": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "plan": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "planets": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "planned": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "planning": {"he - them": -0.015593877868569472, "he": 0.19194216785172646, "them": 0.20753604572029594}, "plans": {"he - them": -0.06271997331891516, "he": 0.24822433673152106, "them": 0.3109443100504362}, "plates": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "platform": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "play": {"he - them": -0.0854801770690205, "he": 0.29296996402919956, "them": 0.37845014109822006}, "played": {"he - them": 0.08044986828455439, "he": 0.3253255770339778, "them": 0.2448757087494234}, "player": {"he - them": -0.051799314340688074, "he": 0.27638459228904366, "them": 0.32818390662973174}, "players": {"he - them": -0.028462239685768498, "he": 0.27638459228904366, "them": 0.30484683197481216}, "playing": {"he - them": -0.11845312805862751, "he": 0.22624911288342076, "them": 0.34470224094204827}, "playmaking": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "playoff": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "playoffs": {"he - them": -0.03306957625504736, "he": 0.29331046650630477, "them": 0.32638004276135213}, "plays": {"he - them": -0.042980947242408085, "he": 0.3055773545078722, "them": 0.3485583017502803}, "please": {"he - them": -0.1830484053889892, "he": 0.18419749023760523, "them": 0.36724589562659443}, "pleases": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "pleasure": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "podcast": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "poem": {"he - them": 0.03659503347868304, "he": 0.2863845778391723, "them": 0.24978954436048928}, "poems": {"he - them": 0.035870037157124446, "he": 0.24124875633255868, "them": 0.20537871917543424}, "poetry": {"he - them": 0.014951118466655616, "he": 0.2553763850179038, "them": 0.24042526655124816}, "point": {"he - them": -0.04351705966181535, "he": 0.3006831592734811, "them": 0.34420021893529645}, "points": {"he - them": -0.0005535117643690191, "he": 0.3253255770339778, "them": 0.3258790887983468}, "polarization": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "police": {"he - them": 0.0032792869417274106, "he": 0.28273861246543147, "them": 0.27945932552370406}, "policy": {"he - them": -0.06271997331891516, "he": 0.24822433673152106, "them": 0.3109443100504362}, "policymakers": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "political": {"he - them": 0.002548713184848339, "he": 0.26099143705546396, "them": 0.2584427238706156}, "politicians": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "politicospeak": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "politics": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "pong": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "popular": {"he - them": -0.06895141092436174, "he": 0.26210175570743366, "them": 0.3310531666317954}, "population": {"he - them": -0.10903856496634012, "he": 0.2019057450840961, "them": 0.3109443100504362}, "portable": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "portion": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "posed": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "position": {"he - them": -0.0505992777106784, "he": 0.29410296323136986, "them": 0.34470224094204827}, "positives": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "possession": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "possibilities": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "possibility": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "possible": {"he - them": -0.012688270244419375, "he": 0.29825603980601684, "them": 0.3109443100504362}, "possibly": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "post": {"he - them": -0.06706645574466608, "he": 0.2863845778391723, "them": 0.3534510335838384}, "potential": {"he - them": -0.08670226562991812, "he": 0.28443289494242496, "them": 0.3711351605723431}, "potentially": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "power": {"he - them": -0.03011527659754193, "he": 0.3127156032004677, "them": 0.34283087979800964}, "powerful": {"he - them": -0.033932206609051274, "he": 0.27701210344138494, "them": 0.3109443100504362}, "practical": {"he - them": 0.03687322144788485, "he": 0.3143326375270478, "them": 0.27745941607916297}, "practice": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "practicing": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "practitioner": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "praised": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "pray": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "prayer": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "praying": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "preach": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "preaching": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "precepts": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "precious": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "predicated": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "predict": {"he - them": -0.04244087501373972, "he": 0.3143326375270478, "them": 0.35677351254078754}, "predictability": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "predicted": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "predictions": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "premium": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "prepare": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "prepared": {"he - them": -0.043432528788984404, "he": 0.29825603980601684, "them": 0.34168856859500124}, "preposition": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "presence": {"he - them": -0.0678244770402448, "he": 0.3089870195223755, "them": 0.3768114965626203}, "present": {"he - them": -0.06556454929834793, "he": 0.26498472419768054, "them": 0.3305492734960285}, "presented": {"he - them": -0.03248331753729339, "he": 0.30443571062612773, "them": 0.3369190281634211}, "presenter": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "presenters": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "preserve": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "presidency": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "president": {"he - them": 0.014461269881433592, "he": 0.23725888525048064, "them": 0.22279761536904705}, "press": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "pressuring": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "presumably": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "pretended": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "pretty": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "prevent": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "prevented": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "preventing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "previous": {"he - them": -0.058249120080689165, "he": 0.3132253479987726, "them": 0.3714744680794618}, "previously": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "price": {"he - them": -0.09610215741680445, "he": 0.21809143861661223, "them": 0.3141935960334167}, "prickly": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "primitivism": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "privacy": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "private": {"he - them": -0.04416469565685616, "he": 0.2863845778391723, "them": 0.3305492734960285}, "probability": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "probable": {"he - them": -0.06421151686710325, "he": 0.22624911288342076, "them": 0.290460629750524}, "probably": {"he - them": -0.013171801934770577, "he": 0.2863845778391723, "them": 0.2995563797739429}, "probe": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "problem": {"he - them": -0.0970406047866999, "he": 0.2909552159292553, "them": 0.3879958207159552}, "problems": {"he - them": -0.06895141092436174, "he": 0.26210175570743366, "them": 0.3310531666317954}, "process": {"he - them": -0.0743722842744749, "he": 0.2822075552650121, "them": 0.356579839539487}, "produce": {"he - them": -0.09404067323404375, "he": 0.241725564252744, "them": 0.33576623748678774}, "produced": {"he - them": -0.1081990111886939, "he": 0.2511954309694252, "them": 0.3593944421581191}, "product": {"he - them": -0.12322226539506043, "he": 0.2553763850179038, "them": 0.3785986504129642}, "production": {"he - them": -0.04652279657524275, "he": 0.24814049607089825, "them": 0.294663292646141}, "products": {"he - them": -0.06271997331891516, "he": 0.24822433673152106, "them": 0.3109443100504362}, "professional": {"he - them": -0.06271997331891516, "he": 0.24822433673152106, "them": 0.3109443100504362}, "professionals": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "profits": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "program": {"he - them": -0.012944257470437925, "he": 0.29194443256142616, "them": 0.3048886900318641}, "programme": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "progress": {"he - them": -0.01204740523430431, "he": 0.3143326375270478, "them": 0.32638004276135213}, "progressively": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "project": {"he - them": -0.07277036214297439, "he": 0.3006831592734811, "them": 0.3734535214164555}, "projecting": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "proliferation": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "prolific": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "promising": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "prompt": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "promptly": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "proper": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "properly": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "properties": {"he - them": -0.10903856496634012, "he": 0.2019057450840961, "them": 0.3109443100504362}, "property": {"he - them": -0.06271997331891516, "he": 0.24822433673152106, "them": 0.3109443100504362}, "prophet": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "proposals": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "proposed": {"he - them": -0.0919754703686162, "he": 0.26479804217217134, "them": 0.35677351254078754}, "prosecute": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "protagonist": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "protect": {"he - them": 0.015655736356446404, "he": 0.28443289494242496, "them": 0.26877715858597856}, "protected": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "protectors": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "protestant": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "proud": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "proven": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "provide": {"he - them": -0.055913282631699535, "he": 0.2909552159292553, "them": 0.3468684985609548}, "provided": {"he - them": -0.03427191805322938, "he": 0.2706167719786347, "them": 0.3048886900318641}, "provider": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "providers": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "provides": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "providing": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "proving": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "proxy": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "prudence": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "prufrock": {"he - them": 0.035870037157124446, "he": 0.24124875633255868, "them": 0.20537871917543424}, "psychologically": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "psychologist": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "psychology": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "public": {"he - them": -0.07804287154091705, "he": 0.29926789422783817, "them": 0.3773107657687552}, "publication": {"he - them": 0.016082581905395577, "he": 0.30443571062612773, "them": 0.28835312872073215}, "publications": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "published": {"he - them": -0.06421151686710325, "he": 0.22624911288342076, "them": 0.290460629750524}, "pull": {"he - them": -0.012394428451162676, "he": 0.3055773545078722, "them": 0.3179717829590349}, "punishments": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "purchased": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "pure": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "purposes": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "pursue": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "pushback": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "put": {"he - them": -0.06803248495433273, "he": 0.3250580188086362, "them": 0.39309050376296895}, "puts": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "putting": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "pyjamas": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "qualified": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "quality": {"he - them": -0.14263097957031612, "he": 0.17513948510860172, "them": 0.31777046467891784}, "quantum": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "quest": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "question": {"he - them": -0.04270379426634069, "he": 0.3132253479987726, "them": 0.3559291422651133}, "questioned": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "questions": {"he - them": -0.014188056276955352, "he": 0.26210175570743366, "them": 0.276289811984389}, "quick": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "quicker": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "quickly": {"he - them": -0.06514946550815304, "he": 0.2706167719786347, "them": 0.33576623748678774}, "quite": {"he - them": -0.06593487343892657, "he": 0.25994421535942025, "them": 0.3258790887983468}, "quote": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "r": {"he - them": -0.06001889787884773, "he": 0.1952647106842501, "them": 0.25528360856309784}, "race": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "radical": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "radio": {"he - them": -0.043821804925361585, "he": 0.29194443256142616, "them": 0.33576623748678774}, "radioactivity": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "radios": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "radius": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "rage": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "raging": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "rain": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "raise": {"he - them": -0.013171801934770577, "he": 0.2863845778391723, "them": 0.2995563797739429}, "rallied": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "rand": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "random": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ranked": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "ranking": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "rapper": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "rate": {"he - them": -0.09454470685973806, "he": 0.2360045666362904, "them": 0.3305492734960285}, "rather": {"he - them": -0.05159113123811376, "he": 0.27946203539368164, "them": 0.3310531666317954}, "ratio": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "rations": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ray": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "rays": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "re": {"he - them": -0.06012683396710278, "he": 0.30079598457322365, "them": 0.36092281854032643}, "reach": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "reached": {"he - them": -0.09454470685973806, "he": 0.2360045666362904, "them": 0.3305492734960285}, "react": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "reactions": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "read": {"he - them": -0.02432688134052924, "he": 0.30978109402399057, "them": 0.3341079753645198}, "reader": {"he - them": -0.06346304603448277, "he": 0.29331046650630477, "them": 0.35677351254078754}, "readily": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "reading": {"he - them": -0.0009682480346440703, "he": 0.3132253479987726, "them": 0.3141935960334167}, "ready": {"he - them": -0.043821804925361585, "he": 0.29194443256142616, "them": 0.33576623748678774}, "real": {"he - them": -0.07104321739857139, "he": 0.2972517352882706, "them": 0.368294952686842}, "reality": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "realization": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "realize": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "really": {"he - them": -0.06597953725117639, "he": 0.3215826203569031, "them": 0.3875621576080795}, "reason": {"he - them": -0.027060432030403037, "he": 0.30348884146562544, "them": 0.3305492734960285}, "reasons": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "reassuring": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "reawakens": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "rebellious": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "rebounding": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "rebounds": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "recalled": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "receive": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "received": {"he - them": -0.06355181313765249, "he": 0.2360045666362904, "them": 0.2995563797739429}, "recent": {"he - them": -0.06685628504679575, "he": 0.24733731098662093, "them": 0.3141935960334167}, "recently": {"he - them": -0.03722869070047646, "he": 0.2909552159292553, "them": 0.32818390662973174}, "recognize": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "recognized": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "reconciliations": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "reconstruction": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "record": {"he - them": -0.0646764651536163, "he": 0.27701210344138494, "them": 0.34168856859500124}, "recorded": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "records": {"he - them": 0.014951118466655616, "he": 0.2553763850179038, "them": 0.24042526655124816}, "rectifying": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "red": {"he - them": -0.13431269681795732, "he": 0.24822433673152106, "them": 0.3825370335494784}, "reduce": {"he - them": -0.09278989696210238, "he": 0.2557684047881779, "them": 0.3485583017502803}, "reduced": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "reduction": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "reeducation": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "referee": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "reference": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "references": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "referred": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "reflecting": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "reflects": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "reform": {"he - them": -0.10962397934761398, "he": 0.1952647106842501, "them": 0.3048886900318641}, "refusal": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "regard": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "regarded": {"he - them": 0.016082581905395577, "he": 0.30443571062612773, "them": 0.28835312872073215}, "region": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "regional": {"he - them": -0.06421151686710325, "he": 0.22624911288342076, "them": 0.290460629750524}, "regularly": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "reich": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "rejecting": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "rejection": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "relate": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "relation": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "relations": {"he - them": 0.05364550294568615, "he": 0.28624427386523443, "them": 0.23259877091954828}, "relationship": {"he - them": -0.06869602326662566, "he": 0.26541195209789414, "them": 0.3341079753645198}, "relationships": {"he - them": 0.015655736356446404, "he": 0.28443289494242496, "them": 0.26877715858597856}, "relativity": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "relax": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "relay": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "relevant": {"he - them": -0.026461338143955127, "he": 0.3152272304510461, "them": 0.34168856859500124}, "reliable": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "reliance": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "relies": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "reluctant": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "rely": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "remaining": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "remains": {"he - them": -0.06316312577912009, "he": 0.241725564252744, "them": 0.3048886900318641}, "remarkable": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "remember": {"he - them": -0.02677921796441224, "he": 0.3089870195223755, "them": 0.33576623748678774}, "remind": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "reminded": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "remodel": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "remote": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "remove": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "rental": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "rented": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "replay": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "report": {"he - them": -0.09166009721115742, "he": 0.22882163698696972, "them": 0.32048173419812714}, "reportedly": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "republican": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "request": {"he - them": -0.03427191805322938, "he": 0.2706167719786347, "them": 0.3048886900318641}, "requests": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "required": {"he - them": -0.11845312805862751, "he": 0.22624911288342076, "them": 0.34470224094204827}, "requirement": {"he - them": -0.013302474251642271, "he": 0.24822433673152106, "them": 0.2615268109831633}, "requirements": {"he - them": -0.06412540680785533, "he": 0.28443289494242496, "them": 0.3485583017502803}, "requires": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "requiring": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "research": {"he - them": -0.07206426206982092, "he": 0.2567164796063818, "them": 0.3287807416762027}, "resend": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "residential": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "residents": {"he - them": -0.10903856496634012, "he": 0.2019057450840961, "them": 0.3109443100504362}, "resolve": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "resources": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "respect": {"he - them": -0.13660243190396124, "he": 0.23046146237954027, "them": 0.3670638942835015}, "respectful": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "respective": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "respond": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "response": {"he - them": -0.06593487343892657, "he": 0.25994421535942025, "them": 0.3258790887983468}, "responsibility": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "responsible": {"he - them": -0.03248331753729339, "he": 0.30443571062612773, "them": 0.3369190281634211}, "responsive": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "rest": {"he - them": -0.0646764651536163, "he": 0.27701210344138494, "them": 0.34168856859500124}, "restaurant": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "result": {"he - them": -0.08891821402645883, "he": 0.25994421535942025, "them": 0.3488624293858791}, "retrieved": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "return": {"he - them": 0.0036423334808458607, "he": 0.29410296323136986, "them": 0.290460629750524}, "returned": {"he - them": -0.01204740523430431, "he": 0.3143326375270478, "them": 0.32638004276135213}, "returning": {"he - them": -0.06555780606447087, "he": 0.3055773545078722, "them": 0.3711351605723431}, "revealing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "reveals": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "revenue": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "review": {"he - them": 0.0364708064357869, "he": 0.27689607298703506, "them": 0.24042526655124816}, "reviewed": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "reviews": {"he - them": 0.016082581905395577, "he": 0.30443571062612773, "them": 0.28835312872073215}, "revision": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "revolution": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "reward": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "reyes": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "richmond": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ride": {"he - them": -0.014176153667827401, "he": 0.22624911288342076, "them": 0.24042526655124816}, "ridenyc": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ridiculous": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "rifts": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "right": {"he - them": -0.04507076011956085, "he": 0.3316952325863724, "them": 0.37676599270593325}, "rightly": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "rights": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "ring": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "rising": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "risk": {"he - them": -0.03248331753729339, "he": 0.30443571062612773, "them": 0.3369190281634211}, "risky": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ritual": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "rival": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "road": {"he - them": -0.025193633442890995, "he": 0.29296996402919956, "them": 0.31816359747209055}, "roads": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "robbed": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "robbery": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "rock": {"he - them": -0.09346423186348018, "he": 0.24822433673152106, "them": 0.34168856859500124}, "rocket": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "rockets": {"he - them": -0.042980947242408085, "he": 0.3055773545078722, "them": 0.3485583017502803}, "roetter": {"he - them": -0.06067821851181818, "he": 0.18419749023760523, "them": 0.2448757087494234}, "rohan": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "role": {"he - them": -0.07131739987414781, "he": 0.294004967285181, "them": 0.3653223671593288}, "roles": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "rolled": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "roman": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "roof": {"he - them": -0.11439868287113303, "he": 0.26479804217217134, "them": 0.3791967250433044}, "rookie": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "room": {"he - them": -0.012394428451162676, "he": 0.3055773545078722, "them": 0.3179717829590349}, "root": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "roots": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "rotations": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "round": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "roy": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "rudolph": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "rule": {"he - them": -0.09094297764024423, "he": 0.2761209166432573, "them": 0.3670638942835015}, "ruled": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "rules": {"he - them": -0.043432528788984404, "he": 0.29825603980601684, "them": 0.34168856859500124}, "ruling": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "rulings": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "rumors": {"he - them": -0.013302474251642271, "he": 0.24822433673152106, "them": 0.2615268109831633}, "run": {"he - them": -0.08449568718159434, "he": 0.29410296323136986, "them": 0.3785986504129642}, "running": {"he - them": -0.06346304603448277, "he": 0.29331046650630477, "them": 0.35677351254078754}, "russell": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "s": {"he - them": -0.05070678306569942, "he": 0.31981628157078223, "them": 0.37052306463648166}, "saber": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "sabonis": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "sacrifice": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "sacrifices": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "sad": {"he - them": -0.13660243190396124, "he": 0.23046146237954027, "them": 0.3670638942835015}, "sadly": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "safe": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "safely": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "saftar": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "said": {"he - them": -0.028714537651205463, "he": 0.32597037168785165, "them": 0.3546849093390571}, "sake": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "sales": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "salt": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "salvation": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "same": {"he - them": -0.02951002350471499, "he": 0.32326200935121574, "them": 0.35277203285593073}, "sanctify": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "saphir": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "sarah": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "satan": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "saturday": {"he - them": -0.05029646275110228, "he": 0.2985659666347768, "them": 0.3488624293858791}, "sauce": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "saudi": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "save": {"he - them": -0.013302474251642271, "he": 0.24822433673152106, "them": 0.2615268109831633}, "saved": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "saving": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "savings": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "saw": {"he - them": -0.013725749339993654, "he": 0.32326200935121574, "them": 0.3369877586912094}, "say": {"he - them": -0.07655651269240843, "he": 0.29807696639998116, "them": 0.3746334790923896}, "saying": {"he - them": 0.0364708064357869, "he": 0.27689607298703506, "them": 0.24042526655124816}, "says": {"he - them": -0.0005535117643690191, "he": 0.3253255770339778, "them": 0.3258790887983468}, "scaled": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "scandal": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "scared": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "scenarios": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "scenes": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "schedule": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "school": {"he - them": -0.04351705966181535, "he": 0.3006831592734811, "them": 0.34420021893529645}, "science": {"he - them": -0.06800500302401757, "he": 0.23148675947191466, "them": 0.29949176249593223}, "scientific": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "scientist": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "scientists": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "score": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "scored": {"he - them": -0.033932206609051274, "he": 0.27701210344138494, "them": 0.3109443100504362}, "scorer": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "scores": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "scoring": {"he - them": -0.06412540680785533, "he": 0.28443289494242496, "them": 0.3485583017502803}, "scratcher": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "screen": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "scripted": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "scripture": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "scrubs": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "scrutiny": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "se": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "sea": {"he - them": -0.09539679300704623, "he": 0.22624911288342076, "them": 0.321645905890467}, "search": {"he - them": 0.013749190118871962, "he": 0.21313880354590267, "them": 0.1993896134270307}, "searched": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "searching": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "season": {"he - them": -0.047066646710848814, "he": 0.24615543596378592, "them": 0.29322208267463473}, "seat": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "seating": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "second": {"he - them": -0.05701400148515662, "he": 0.32685724662362264, "them": 0.38387124810877926}, "seconds": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "secret": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "sector": {"he - them": -0.06476018327390948, "he": 0.21809143861661223, "them": 0.2828516218905217}, "secure": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "see": {"he - them": -0.044833385345160015, "he": 0.31730551248942235, "them": 0.36213889783458236}, "seed": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "seeding": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "seedy": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "seeing": {"he - them": -0.03427191805322938, "he": 0.2706167719786347, "them": 0.3048886900318641}, "seeking": {"he - them": -0.09094297764024423, "he": 0.2761209166432573, "them": 0.3670638942835015}, "seem": {"he - them": -0.05087635437261684, "he": 0.2900164768540788, "them": 0.3408928312266956}, "seemed": {"he - them": -0.10678056408101405, "he": 0.26498472419768054, "them": 0.3717652882786946}, "seemingly": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "seems": {"he - them": -0.08641304963468871, "he": 0.2734819443409483, "them": 0.359894993975637}, "seen": {"he - them": -0.0854801770690205, "he": 0.29296996402919956, "them": 0.37845014109822006}, "sees": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "seinfeld": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "selecting": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "selections": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "self": {"he - them": -0.03248331753729339, "he": 0.30443571062612773, "them": 0.3369190281634211}, "sell": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "selling": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "semi": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "sends": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "senior": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "sensational": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "sense": {"he - them": -0.043432528788984404, "he": 0.29825603980601684, "them": 0.34168856859500124}, "sensitive": {"he - them": -0.06271997331891516, "he": 0.24822433673152106, "them": 0.3109443100504362}, "sent": {"he - them": -0.04416469565685616, "he": 0.2863845778391723, "them": 0.3305492734960285}, "sentences": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "separations": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "sept": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "september": {"he - them": 0.03604898691714256, "he": 0.250650668552739, "them": 0.21460168163559643}, "series": {"he - them": -0.0486252034396365, "he": 0.30414682941629423, "them": 0.35277203285593073}, "serious": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "seriously": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "sermon": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "servants": {"he - them": -0.1083514801094562, "he": 0.2096203028495787, "them": 0.3179717829590349}, "serve": {"he - them": -0.013558044310353845, "he": 0.241725564252744, "them": 0.25528360856309784}, "served": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "serves": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "service": {"he - them": -0.08641304963468871, "he": 0.2734819443409483, "them": 0.359894993975637}, "serving": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "set": {"he - them": -0.013891616045556887, "he": 0.2909552159292553, "them": 0.30484683197481216}, "sets": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "settle": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "seven": {"he - them": 0.05370041946788279, "he": 0.3152272304510461, "them": 0.2615268109831633}, "seventeenth": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "several": {"he - them": -0.06408203140748076, "he": 0.3165775845259756, "them": 0.3806596159334564}, "severe": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "sex": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "sexual": {"he - them": 0.016082581905395577, "he": 0.30443571062612773, "them": 0.28835312872073215}, "shade": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "shadow": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "shakespeare": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "shall": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "shannon": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "shape": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "share": {"he - them": -0.04958854335502105, "he": 0.3089870195223755, "them": 0.35857556287739656}, "shared": {"he - them": 0.03666082399832832, "he": 0.29194443256142616, "them": 0.25528360856309784}, "sharing": {"he - them": -0.11616695914956227, "he": 0.24822433673152106, "them": 0.3643912958810833}, "sharper": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "she": {"he - them": -0.11013884993561829, "he": 0.16898168920696682, "them": 0.2791205391425851}, "shepherd": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "sheri": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "sherlock": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "shifted": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "shifts": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "shine": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "shinier": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "shining": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ship": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "shocked": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "shocking": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "shoes": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "shop": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "short": {"he - them": -0.05087635437261684, "he": 0.2900164768540788, "them": 0.3408928312266956}, "shortcomings": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "shorten": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "shortly": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "shot": {"he - them": -0.027542942659097125, "he": 0.29410296323136986, "them": 0.321645905890467}, "shots": {"he - them": -0.09094297764024423, "he": 0.2761209166432573, "them": 0.3670638942835015}, "should": {"he - them": -0.048669367757604165, "he": 0.3062839142271687, "them": 0.3549532819847729}, "shouldn": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "show": {"he - them": -0.03860488425553282, "he": 0.3141671486003979, "them": 0.35277203285593073}, "showed": {"he - them": -0.02677921796441224, "he": 0.3089870195223755, "them": 0.33576623748678774}, "showing": {"he - them": -0.027060432030403037, "he": 0.30348884146562544, "them": 0.3305492734960285}, "shown": {"he - them": -0.06613525607506648, "he": 0.29825603980601684, "them": 0.3643912958810833}, "shows": {"he - them": -0.0666311303159704, "he": 0.29194443256142616, "them": 0.35857556287739656}, "shucking": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "shut": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "sick": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "side": {"he - them": -0.060924643860303274, "he": 0.3208318002596726, "them": 0.3817564441199759}, "sides": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "sidestepping": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "sidewalk": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "sight": {"he - them": 0.016082581905395577, "he": 0.30443571062612773, "them": 0.28835312872073215}, "sightseeing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "signal": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "signals": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "significant": {"he - them": -0.05520401038557149, "he": 0.3007251318795418, "them": 0.3559291422651133}, "significantly": {"he - them": -0.09278989696210238, "he": 0.2557684047881779, "them": 0.3485583017502803}, "signs": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "silence": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "silencing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "silent": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "similar": {"he - them": -0.03457165557626235, "he": 0.26498472419768054, "them": 0.2995563797739429}, "simmons": {"he - them": -0.06346304603448277, "he": 0.29331046650630477, "them": 0.35677351254078754}, "simon": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "simple": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "simply": {"he - them": -0.045239560316331695, "he": 0.268954035717085, "them": 0.3141935960334167}, "since": {"he - them": -0.008694608165577156, "he": 0.3411652110684952, "them": 0.34985981923407233}, "sincere": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "sinful": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "sing": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "single": {"he - them": -0.06996949050311058, "he": 0.28273861246543147, "them": 0.35270810296854205}, "singleton": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "sirkin": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "sister": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "sistine": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "sit": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "site": {"he - them": -0.014507332302936049, "he": 0.21809143861661223, "them": 0.23259877091954828}, "sitting": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "situation": {"he - them": -0.038124595751499124, "he": 0.3217703982241379, "them": 0.359894993975637}, "six": {"he - them": -0.024150884908751613, "he": 0.3132253479987726, "them": 0.3373762329075242}, "sixers": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "sixth": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "size": {"he - them": -0.033932206609051274, "he": 0.27701210344138494, "them": 0.3109443100504362}, "skeletal": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "skins": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "skyward": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "slack": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "slang": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "slave": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "slavery": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "sleep": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "sleepless": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "sliced": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "slices": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "slide": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "slow": {"he - them": -0.08428099374346154, "he": 0.29825603980601684, "them": 0.3825370335494784}, "slowness": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "small": {"he - them": -0.06867992899181763, "he": 0.2985659666347768, "them": 0.36724589562659443}, "smell": {"he - them": -0.060367543139529745, "he": 0.18942200122095953, "them": 0.24978954436048928}, "smidgen": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "smith": {"he - them": -0.03636545546254266, "he": 0.23148675947191466, "them": 0.2678522149344573}, "snow": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "so": {"he - them": -0.10104889527554217, "he": 0.3060449834037126, "them": 0.4070938786792548}, "soccer": {"he - them": -0.0919754703686162, "he": 0.26479804217217134, "them": 0.35677351254078754}, "social": {"he - them": -0.10730168026717418, "he": 0.25994421535942025, "them": 0.36724589562659443}, "society": {"he - them": -0.10777132137664269, "he": 0.2553763850179038, "them": 0.36314770639454647}, "soft": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "software": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "solar": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "sold": {"he - them": -0.013302474251642271, "he": 0.24822433673152106, "them": 0.2615268109831633}, "solve": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "some": {"he - them": -0.08343091529229646, "he": 0.33408106986998115, "them": 0.4175119851622776}, "somebody": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "somehow": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "someone": {"he - them": -0.06555780606447087, "he": 0.3055773545078722, "them": 0.3711351605723431}, "something": {"he - them": -0.07529177378543805, "he": 0.3118646105866797, "them": 0.38715638437211775}, "sometimes": {"he - them": -0.05029646275110228, "he": 0.2985659666347768, "them": 0.3488624293858791}, "somewhat": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "somewhere": {"he - them": -0.1083514801094562, "he": 0.2096203028495787, "them": 0.3179717829590349}, "son": {"he - them": -0.013564556763488944, "he": 0.27689607298703506, "them": 0.290460629750524}, "song": {"he - them": 0.053607407673120056, "he": 0.27946203539368164, "them": 0.22585462772056158}, "soon": {"he - them": -0.04270379426634069, "he": 0.3132253479987726, "them": 0.3559291422651133}, "sore": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "sorry": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "sort": {"he - them": -0.06262818365737377, "he": 0.30443571062612773, "them": 0.3670638942835015}, "soul": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "sound": {"he - them": -0.06001889787884773, "he": 0.1952647106842501, "them": 0.25528360856309784}, "sounding": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "source": {"he - them": -0.08846630938615785, "he": 0.26498472419768054, "them": 0.3534510335838384}, "sourcing": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "south": {"he - them": 0.0032792869417274106, "he": 0.28273861246543147, "them": 0.27945932552370406}, "southbank": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "southeast": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "southern": {"he - them": 0.015333163415536866, "he": 0.2706167719786347, "them": 0.25528360856309784}, "soy": {"he - them": -0.06350259639608236, "he": 0.13588701703094835, "them": 0.1993896134270307}, "space": {"he - them": -0.08641304963468871, "he": 0.2734819443409483, "them": 0.359894993975637}, "spaceport": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "spam": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "spambots": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "speak": {"he - them": -0.03248331753729339, "he": 0.30443571062612773, "them": 0.3369190281634211}, "speaker": {"he - them": -0.13660243190396124, "he": 0.23046146237954027, "them": 0.3670638942835015}, "speaking": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "special": {"he - them": -0.03551431090390078, "he": 0.24733731098662093, "them": 0.2828516218905217}, "specific": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "spectacle": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "spectacular": {"he - them": -0.06121443318619732, "he": 0.17513948510860172, "them": 0.23635391829479904}, "spectators": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "speech": {"he - them": 0.05366255855927973, "he": 0.2900164768540788, "them": 0.23635391829479904}, "spent": {"he - them": -0.013618179129007757, "he": 0.2972517352882706, "them": 0.31086991441727835}, "sphere": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "spin": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "spirit": {"he - them": -0.08697510654802831, "he": 0.268954035717085, "them": 0.3559291422651133}, "spirited": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "spiritual": {"he - them": -0.06412540680785533, "he": 0.28443289494242496, "them": 0.3485583017502803}, "spiritually": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "sporting": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "sports": {"he - them": -0.13791194989841113, "he": 0.2188615626423764, "them": 0.35677351254078754}, "spots": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "spring": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "square": {"he - them": -0.04244087501373972, "he": 0.3143326375270478, "them": 0.35677351254078754}, "squarely": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "stability": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "stadium": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "stadler": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "staff": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "stage": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "stages": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "stakes": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "stan": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "stance": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "standard": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "standards": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "standing": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "standings": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "staple": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "star": {"he - them": -0.0009682480346440703, "he": 0.3132253479987726, "them": 0.3141935960334167}, "stars": {"he - them": -0.06316312577912009, "he": 0.241725564252744, "them": 0.3048886900318641}, "start": {"he - them": -0.0010888203932877816, "he": 0.30978109402399057, "them": 0.31086991441727835}, "started": {"he - them": -0.047463152427169364, "he": 0.3208318002596726, "them": 0.368294952686842}, "starters": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "starting": {"he - them": -0.054637609167565104, "he": 0.30851009722698136, "them": 0.36314770639454647}, "starts": {"he - them": -0.033932206609051274, "he": 0.27701210344138494, "them": 0.3109443100504362}, "state": {"he - them": 0.0003962534505002613, "he": 0.28724347150059376, "them": 0.2868472180500935}, "statement": {"he - them": 0.05370041946788279, "he": 0.3152272304510461, "them": 0.2615268109831633}, "states": {"he - them": -0.024794362730255592, "he": 0.3006831592734811, "them": 0.3254775220037367}, "station": {"he - them": -0.034840364547637115, "he": 0.25994421535942025, "them": 0.29478457990705736}, "statistics": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "statue": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "stay": {"he - them": -0.013737255661974479, "he": 0.2727659526228598, "them": 0.2865032082848343}, "stayed": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "steadfast": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "steadiness": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "steady": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "steal": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "step": {"he - them": -0.049089506403328265, "he": 0.297479506870384, "them": 0.34656901327371226}, "stephen": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "stepped": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "stepping": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "steps": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "steve": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "steven": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "stevens": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "still": {"he - them": -0.06551275624612868, "he": 0.32685724662362264, "them": 0.3923700028697513}, "stint": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "stitches": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "stock": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "stole": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "stone": {"he - them": -0.013558044310353845, "he": 0.241725564252744, "them": 0.25528360856309784}, "stop": {"he - them": -0.06996949050311058, "he": 0.28273861246543147, "them": 0.35270810296854205}, "stopped": {"he - them": -0.033538888016609925, "he": 0.28443289494242496, "them": 0.3179717829590349}, "store": {"he - them": -0.13660243190396124, "he": 0.23046146237954027, "them": 0.3670638942835015}, "stories": {"he - them": 0.004098329490511421, "he": 0.3089870195223755, "them": 0.3048886900318641}, "story": {"he - them": -0.06685628504679575, "he": 0.24733731098662093, "them": 0.3141935960334167}, "storytellers": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "stout": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "straight": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "straightforward": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "strained": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "strange": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "strategies": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "strategy": {"he - them": -0.1083514801094562, "he": 0.2096203028495787, "them": 0.3179717829590349}, "straughn": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "streak": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "stream": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "street": {"he - them": -0.08891821402645883, "he": 0.25994421535942025, "them": 0.3488624293858791}, "streets": {"he - them": -0.09404067323404375, "he": 0.241725564252744, "them": 0.33576623748678774}, "strength": {"he - them": -0.03248331753729339, "he": 0.30443571062612773, "them": 0.3369190281634211}, "strengthened": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "striker": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "strong": {"he - them": -0.028462239685768498, "he": 0.27638459228904366, "them": 0.30484683197481216}, "struck": {"he - them": -0.03248331753729339, "he": 0.30443571062612773, "them": 0.3369190281634211}, "struggle": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "struggled": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "struggles": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "struggling": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "student": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "students": {"he - them": -0.03530777731540907, "he": 0.2511954309694252, "them": 0.2865032082848343}, "studies": {"he - them": -0.1109940228569172, "he": 0.1794666068936068, "them": 0.290460629750524}, "study": {"he - them": -0.09670499812423997, "he": 0.21105881700449228, "them": 0.30776381512873224}, "stuff": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "sturridge": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "style": {"he - them": -0.043432528788984404, "he": 0.29825603980601684, "them": 0.34168856859500124}, "subject": {"he - them": -0.06867992899181763, "he": 0.2985659666347768, "them": 0.36724589562659443}, "subjected": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "subscription": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "subsequent": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "substantially": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "subtle": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "subway": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "success": {"he - them": -0.02677921796441224, "he": 0.3089870195223755, "them": 0.33576623748678774}, "successful": {"he - them": 0.03680019592189365, "he": 0.3055773545078722, "them": 0.26877715858597856}, "such": {"he - them": -0.030381664299638678, "he": 0.33184117396575896, "them": 0.36222283826539764}, "sudden": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "suffer": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "suffered": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "suffering": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "sufficiently": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "suggested": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "suggests": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "suicide": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "suitable": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "suited": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "sullen": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "sullivan": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "super": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "superstar": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "support": {"he - them": -0.03239722651189114, "he": 0.3118029924234053, "them": 0.34420021893529645}, "supporters": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "supportive": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "supports": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "suppose": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "supposed": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "suppress": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "suppression": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "sure": {"he - them": -0.02964094461166461, "he": 0.32097422855162044, "them": 0.35061517316328505}, "surface": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "surpassed": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "surprised": {"he - them": -0.13791194989841113, "he": 0.2188615626423764, "them": 0.35677351254078754}, "surprising": {"he - them": -0.09346423186348018, "he": 0.24822433673152106, "them": 0.34168856859500124}, "survive": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "suspect": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "suspend": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "suspended": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "swamps": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "sweet": {"he - them": -0.08670226562991812, "he": 0.28443289494242496, "them": 0.3711351605723431}, "switching": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "swoop": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "system": {"he - them": -0.024150884908751613, "he": 0.3132253479987726, "them": 0.3373762329075242}, "t": {"he - them": -0.0553829852792142, "he": 0.316279353292877, "them": 0.3716623385720912}, "table": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "tables": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "tackle": {"he - them": -0.05962106589906724, "he": 0.2019057450840961, "them": 0.2615268109831633}, "tahiti": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "tahitian": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "taider": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "take": {"he - them": -0.08897951041935231, "he": 0.3076045745064825, "them": 0.3965840849258348}, "taken": {"he - them": -0.013633610767495308, "he": 0.34475994558039713, "them": 0.35839355634789244}, "takeover": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "takes": {"he - them": 0.015485292458221611, "he": 0.27701210344138494, "them": 0.2615268109831633}, "takeshi": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "taking": {"he - them": -0.013829935122904757, "he": 0.32097422855162044, "them": 0.3348041636745252}, "talent": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "talented": {"he - them": -0.03248331753729339, "he": 0.30443571062612773, "them": 0.3369190281634211}, "talking": {"he - them": -0.013377122765381222, "he": 0.28140745714167614, "them": 0.29478457990705736}, "talks": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "tank": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "target": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "task": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "tasks": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "tatum": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "taxi": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "taxis": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "tbd": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "teach": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "teaching": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "team": {"he - them": -0.07368913335174965, "he": 0.26566502807467185, "them": 0.3393541614264215}, "teammates": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "teams": {"he - them": -0.055692062786275476, "he": 0.294004967285181, "them": 0.34969703007145647}, "tear": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "technical": {"he - them": -0.11616695914956227, "he": 0.24822433673152106, "them": 0.3643912958810833}, "technically": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "technique": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "techniques": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "technological": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "technologies": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "technology": {"he - them": -0.06996949050311058, "he": 0.28273861246543147, "them": 0.35270810296854205}, "teens": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "telekinesis": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "telescope": {"he - them": -0.013989555368016798, "he": 0.2308861533814066, "them": 0.2448757087494234}, "tell": {"he - them": -0.027542942659097125, "he": 0.29410296323136986, "them": 0.321645905890467}, "telling": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "temperament": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "tempted": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "tend": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "tends": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "term": {"he - them": -0.03643064333812451, "he": 0.3044621878885711, "them": 0.3408928312266956}, "terms": {"he - them": -0.10962397934761398, "he": 0.1952647106842501, "them": 0.3048886900318641}, "terrible": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "terrorism": {"he - them": -0.06271997331891516, "he": 0.24822433673152106, "them": 0.3109443100504362}, "tesla": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "test": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "testing": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "text": {"he - them": 0.03672922882285351, "he": 0.29825603980601684, "them": 0.2615268109831633}, "than": {"he - them": -0.09503598836662464, "he": 0.3072044682972243, "them": 0.40224045666384894}, "thanapob": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "thank": {"he - them": -0.06316312577912009, "he": 0.241725564252744, "them": 0.3048886900318641}, "thanks": {"he - them": -0.06657503370949264, "he": 0.2511954309694252, "them": 0.31777046467891784}, "that": {"he - them": -0.06160598138551909, "he": 0.311710942952315, "them": 0.3733169243378341}, "the": {"he - them": -0.07171188538084408, "he": 0.1933725482822188, "them": 0.2650844336630629}, "theatre": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "their": {"he - them": -0.10309058585305192, "he": 0.31077656099139006, "them": 0.413867146844442}, "them": {"he - them": -0.16608774999366294, "he": 0.3286573654737786, "them": 0.49474511546744154}, "themed": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "themselves": {"he - them": -0.08487821124265404, "he": 0.2900164768540788, "them": 0.3748946880967328}, "then": {"he - them": -0.07609305512114384, "he": 0.34021038620314314, "them": 0.416303441324287}, "theodore": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "theories": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "theorised": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "theory": {"he - them": -0.06346304603448277, "he": 0.29331046650630477, "them": 0.35677351254078754}, "there": {"he - them": -0.07171738469695155, "he": 0.3514481412562748, "them": 0.4231655259532264}, "these": {"he - them": -0.07255223251011644, "he": 0.3333793525691596, "them": 0.40593158507927607}, "they": {"he - them": -0.08082180008154877, "he": 0.32411914729777486, "them": 0.4049409473793236}, "thig": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "thimble": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "thing": {"he - them": 0.009347698675490568, "he": 0.2996089694883946, "them": 0.29026127081290404}, "things": {"he - them": -0.05527932298214833, "he": 0.34376497064510214, "them": 0.39904429362725047}, "think": {"he - them": -0.08795438686781781, "he": 0.31730551248942235, "them": 0.40525989935724016}, "thinkers": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "thinking": {"he - them": 0.004282920400609902, "he": 0.3152272304510461, "them": 0.3109443100504362}, "thinks": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "third": {"he - them": -0.0700231014011923, "he": 0.24814049607089825, "them": 0.31816359747209055}, "thirty": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "this": {"he - them": -0.05640895916044647, "he": 0.3401977741188571, "them": 0.39660673327930357}, "thorny": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "those": {"he - them": -0.07749908292600721, "he": 0.31706594903038454, "them": 0.39456503195639175}, "though": {"he - them": -0.0653224387319229, "he": 0.30166517898010775, "them": 0.36698761771203064}, "thought": {"he - them": -0.03889014241642946, "he": 0.30966004399524777, "them": 0.34855018641167723}, "thoughts": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "thousand": {"he - them": 0.016082581905395577, "he": 0.30443571062612773, "them": 0.28835312872073215}, "thousands": {"he - them": -0.03306957625504736, "he": 0.29331046650630477, "them": 0.32638004276135213}, "thread": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "three": {"he - them": -0.051385423972872935, "he": 0.3201903724833076, "them": 0.37157579645618055}, "thrilled": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "thrives": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "through": {"he - them": -0.05754477010474118, "he": 0.3203388627481922, "them": 0.37788363285293336}, "throughout": {"he - them": -0.05520401038557149, "he": 0.3007251318795418, "them": 0.3559291422651133}, "throw": {"he - them": -0.13660243190396124, "he": 0.23046146237954027, "them": 0.3670638942835015}, "throws": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "thunder": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "thus": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "tickets": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "tie": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "tien": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "ties": {"he - them": 0.015655736356446404, "he": 0.28443289494242496, "them": 0.26877715858597856}, "tight": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "tik": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "tile": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "tim": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "time": {"he - them": -0.024783831314952764, "he": 0.3679130574413764, "them": 0.3926968887563292}, "times": {"he - them": -0.05961512125079427, "he": 0.2954149570390519, "them": 0.3550300782898462}, "timothy": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "tiptoeing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "titled": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "titles": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "to": {"he - them": -0.06658314243712438, "he": 0.26433257255469095, "them": 0.3309157149918153}, "today": {"he - them": -0.10383363506631343, "he": 0.2560613589093236, "them": 0.359894993975637}, "together": {"he - them": -0.0940833342027651, "he": 0.3118029924234053, "them": 0.4058863266261704}, "toilet": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "tok": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "toks": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "told": {"he - them": -0.0763952285957486, "he": 0.29984115812293916, "them": 0.37623638671868775}, "toll": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "tomorrow": {"he - them": -0.06556454929834793, "he": 0.26498472419768054, "them": 0.3305492734960285}, "tonkotsu": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "too": {"he - them": -0.11833239627648157, "he": 0.2655388518322977, "them": 0.38387124810877926}, "took": {"he - them": -0.07320754399861584, "he": 0.27145708665738666, "them": 0.3446646306560025}, "tool": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "toothed": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "top": {"he - them": -0.0743722842744749, "he": 0.2822075552650121, "them": 0.356579839539487}, "topless": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "torn": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "toronto": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "torture": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "tortured": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "tosh": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "totally": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "touch": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "tough": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "tour": {"he - them": -0.06067821851181818, "he": 0.18419749023760523, "them": 0.2448757087494234}, "tourist": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "tournament": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "tours": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "toward": {"he - them": -0.06842219719043924, "he": 0.268954035717085, "them": 0.3373762329075242}, "towards": {"he - them": -0.06613525607506648, "he": 0.29825603980601684, "them": 0.3643912958810833}, "town": {"he - them": -0.12231871085359594, "he": 0.18752513863873763, "them": 0.30984384949233357}, "toxic": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "track": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "tracks": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "trade": {"he - them": -0.0919754703686162, "he": 0.26479804217217134, "them": 0.35677351254078754}, "traded": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "tradeoffs": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "traditional": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "traffic": {"he - them": 0.015485292458221611, "he": 0.27701210344138494, "them": 0.2615268109831633}, "trail": {"he - them": 0.03672922882285351, "he": 0.29825603980601684, "them": 0.2615268109831633}, "train": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "transgressive": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "transporting": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "trauma": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "travel": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "treated": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "tremendum": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "trends": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "trial": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "tried": {"he - them": -0.06996949050311058, "he": 0.28273861246543147, "them": 0.35270810296854205}, "tries": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "trigger": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "trimmed": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "trimmings": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "trivia": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "trouble": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "true": {"he - them": -0.08523019421422734, "he": 0.28624427386523443, "them": 0.3714744680794618}, "truly": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "trump": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "trust": {"he - them": -0.08486706400119415, "he": 0.29194443256142616, "them": 0.3768114965626203}, "truth": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "try": {"he - them": -0.05796400606336466, "he": 0.31693068203336816, "them": 0.3748946880967328}, "trying": {"he - them": -0.055913282631699535, "he": 0.2909552159292553, "them": 0.3468684985609548}, "tumultuous": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "tune": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "turbulence": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "turkel": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "turn": {"he - them": -0.05029646275110228, "he": 0.2985659666347768, "them": 0.3488624293858791}, "turned": {"he - them": -0.06514946550815304, "he": 0.2706167719786347, "them": 0.33576623748678774}, "turns": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "tutu": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "tv": {"he - them": -0.012944257470437925, "he": 0.29194443256142616, "them": 0.3048886900318641}, "tweets": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "twelve": {"he - them": -0.06316312577912009, "he": 0.241725564252744, "them": 0.3048886900318641}, "twenty": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "twitter": {"he - them": -0.014137030419486385, "he": 0.28535473207644585, "them": 0.29949176249593223}, "two": {"he - them": -0.0801812641385019, "he": 0.3184163339512641, "them": 0.398597598089766}, "twots": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "tyler": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "type": {"he - them": -0.0646764651536163, "he": 0.27701210344138494, "them": 0.34168856859500124}, "typed": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "typos": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "u": {"he - them": -0.11329729889043158, "he": 0.15203332092956032, "them": 0.2653306198199919}, "ugly": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "uighur": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "uk": {"he - them": -0.05962106589906724, "he": 0.2019057450840961, "them": 0.2615268109831633}, "ultimately": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "unappreciated": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "unbridled": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "uncertain": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "uncertainty": {"he - them": -0.09094297764024423, "he": 0.2761209166432573, "them": 0.3670638942835015}, "unchecked": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "uncommunicative": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "unconstitutional": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "uncredited": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "under": {"he - them": -0.014672523044679253, "he": 0.28972465635065364, "them": 0.3043971793953329}, "underground": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "underlying": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "undermined": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "underneath": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "underrated": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "understand": {"he - them": -0.11845312805862751, "he": 0.22624911288342076, "them": 0.34470224094204827}, "understanding": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "understood": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "undertake": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "underway": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "undone": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "unenticing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "uneven": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "unfair": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "unfold": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "uniform": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "unimaginable": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "united": {"he - them": -0.027949322168182245, "he": 0.28624427386523443, "them": 0.3141935960334167}, "unity": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "universal": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "universe": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "university": {"he - them": -0.013564556763488944, "he": 0.27689607298703506, "them": 0.290460629750524}, "unless": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "unlike": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "unnoticed": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "unpleasant": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "unpredictable": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "unproven": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "unrest": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "unruly": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "unsettled": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "unstated": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "until": {"he - them": -0.09404067323404375, "he": 0.241725564252744, "them": 0.33576623748678774}, "unwelcome": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "unwritten": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "up": {"he - them": -0.040499310036321456, "he": 0.3508181106953613, "them": 0.39131742073168274}, "update": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "upheaval": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "upon": {"he - them": -0.01204740523430431, "he": 0.3143326375270478, "them": 0.32638004276135213}, "uppity": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "upset": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "uranium": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "urban": {"he - them": 0.015333163415536866, "he": 0.2706167719786347, "them": 0.25528360856309784}, "us": {"he - them": -0.0885566492040114, "he": 0.2946137963200295, "them": 0.3831704455240409}, "usd": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "use": {"he - them": -0.11722539856204006, "he": 0.2749247330787263, "them": 0.39215013164076634}, "used": {"he - them": -0.0769711503777597, "he": 0.2741157618672661, "them": 0.3510869122450258}, "useful": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "user": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "users": {"he - them": -0.09539679300704623, "he": 0.22624911288342076, "them": 0.321645905890467}, "uses": {"he - them": -0.03457165557626235, "he": 0.26498472419768054, "them": 0.2995563797739429}, "using": {"he - them": -0.03756059521778321, "he": 0.28535473207644585, "them": 0.32291532729422906}, "usual": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "usually": {"he - them": -0.08795879089876185, "he": 0.2706167719786347, "them": 0.35857556287739656}, "utah": {"he - them": -0.059156855736399866, "he": 0.2096203028495787, "them": 0.26877715858597856}, "v": {"he - them": -0.06220337817085697, "he": 0.2557684047881779, "them": 0.3179717829590349}, "valuable": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "value": {"he - them": -0.06271997331891516, "he": 0.24822433673152106, "them": 0.3109443100504362}, "valued": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "variety": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "various": {"he - them": -0.06626952087256321, "he": 0.2553763850179038, "them": 0.321645905890467}, "varying": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "vast": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "ve": {"he - them": -0.08713705714327052, "he": 0.29154251277369175, "them": 0.3786795699169623}, "vegas": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "vehicle": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "venezuelan": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "verbally": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "verne": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "verse": {"he - them": 0.03653174839225273, "he": 0.28140745714167614, "them": 0.2448757087494234}, "version": {"he - them": -0.09539679300704623, "he": 0.22624911288342076, "them": 0.321645905890467}, "very": {"he - them": -0.07658324439410824, "he": 0.34838703169718105, "them": 0.4249702760912893}, "via": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "vicious": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "victims": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "victor": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "victory": {"he - them": -0.01204740523430431, "he": 0.3143326375270478, "them": 0.32638004276135213}, "video": {"he - them": 0.015333163415536866, "he": 0.2706167719786347, "them": 0.25528360856309784}, "videos": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "view": {"he - them": -0.034840364547637115, "he": 0.25994421535942025, "them": 0.29478457990705736}, "views": {"he - them": -0.11684999862465256, "he": 0.241725564252744, "them": 0.35857556287739656}, "villagers": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "villalba": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "violate": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "violated": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "violence": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "viral": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "virginia": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "virginity": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "vision": {"he - them": -0.033932206609051274, "he": 0.27701210344138494, "them": 0.3109443100504362}, "visions": {"he - them": -0.1083514801094562, "he": 0.2096203028495787, "them": 0.3179717829590349}, "visit": {"he - them": 0.015195179837191264, "he": 0.26498472419768054, "them": 0.24978954436048928}, "vocabulary": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "vogue": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "voices": {"he - them": 0.03687322144788485, "he": 0.3143326375270478, "them": 0.27745941607916297}, "volume": {"he - them": -0.05962106589906724, "he": 0.2019057450840961, "them": 0.2615268109831633}, "vote": {"he - them": -0.06271997331891516, "he": 0.24822433673152106, "them": 0.3109443100504362}, "voters": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "vows": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "vs": {"he - them": -0.0919754703686162, "he": 0.26479804217217134, "them": 0.35677351254078754}, "vulnerable": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "w": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "waaay": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "wade": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "waiter": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "waiting": {"he - them": -0.060798111520163844, "he": 0.2761209166432573, "them": 0.3369190281634211}, "waitress": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "waived": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "waives": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "waldo": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "walk": {"he - them": -0.10751848011897572, "he": 0.2188615626423764, "them": 0.32638004276135213}, "walking": {"he - them": -0.06262818365737377, "he": 0.30443571062612773, "them": 0.3670638942835015}, "wall": {"he - them": -0.08969740025727041, "he": 0.2511954309694252, "them": 0.3408928312266956}, "walls": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "wander": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "want": {"he - them": -0.03481270224738803, "he": 0.33159843970990066, "them": 0.3664111419572887}, "wanted": {"he - them": -0.06937796530404033, "he": 0.2900164768540788, "them": 0.3593944421581191}, "wanting": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "wants": {"he - them": 0.004098329490511421, "he": 0.3089870195223755, "them": 0.3048886900318641}, "war": {"he - them": -0.04694764105429147, "he": 0.24124875633255868, "them": 0.28819639738685016}, "warned": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "warning": {"he - them": -0.014927518964869907, "he": 0.20787009640417714, "them": 0.22279761536904705}, "warrant": {"he - them": -0.015494709723291256, "he": 0.19429138920541372, "them": 0.20978609892870498}, "warrants": {"he - them": -0.06001889787884773, "he": 0.1952647106842501, "them": 0.25528360856309784}, "was": {"he - them": -0.05347211874676572, "he": 0.32823387385249675, "them": 0.38170599259926247}, "washington": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "wasn": {"he - them": -0.05520401038557149, "he": 0.3007251318795418, "them": 0.3559291422651133}, "waste": {"he - them": 0.0031722234092926294, "he": 0.27946203539368164, "them": 0.276289811984389}, "watch": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "watching": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "water": {"he - them": -0.1099067750886906, "he": 0.23429344384660586, "them": 0.34420021893529645}, "waving": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "way": {"he - them": -0.048456475275603594, "he": 0.3092465877177404, "them": 0.357703062993344}, "ways": {"he - them": -0.08670226562991812, "he": 0.28443289494242496, "them": 0.3711351605723431}, "we": {"he - them": -0.061677555753927416, "he": 0.3060866002964634, "them": 0.3677641560503908}, "wean": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "weapons": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "wearing": {"he - them": -0.01223221207747488, "he": 0.2761209166432573, "them": 0.28835312872073215}, "weaselled": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "webb": {"he - them": -0.06121443318619732, "he": 0.17513948510860172, "them": 0.23635391829479904}, "website": {"he - them": -0.06556454929834793, "he": 0.26498472419768054, "them": 0.3305492734960285}, "websites": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "wee": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "week": {"he - them": -0.01412120297149394, "he": 0.30182852265742566, "them": 0.3159497256289196}, "weekend": {"he - them": 0.03687322144788485, "he": 0.3143326375270478, "them": 0.27745941607916297}, "weeks": {"he - them": 0.0158510504271418, "he": 0.29331046650630477, "them": 0.27745941607916297}, "weigh": {"he - them": -0.10498741659733424, "he": 0.24623762487580364, "them": 0.3512250414731379}, "weighed": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "weight": {"he - them": -0.06593487343892657, "he": 0.25994421535942025, "them": 0.3258790887983468}, "welfare": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "well": {"he - them": -0.03407506785083786, "he": 0.33844725259906455, "them": 0.3725223204499024}, "wells": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "went": {"he - them": -0.09003892192090329, "he": 0.24733731098662093, "them": 0.3373762329075242}, "were": {"he - them": -0.06395562639309704, "he": 0.3173617531263433, "them": 0.38131737951944034}, "weren": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "west": {"he - them": -0.055913282631699535, "he": 0.2909552159292553, "them": 0.3468684985609548}, "westbrook": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "westerberg": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "western": {"he - them": -0.0646764651536163, "he": 0.27701210344138494, "them": 0.34168856859500124}, "what": {"he - them": -0.050865489683467435, "he": 0.3445151243122124, "them": 0.3953806139956798}, "whatever": {"he - them": -0.10903856496634012, "he": 0.2019057450840961, "them": 0.3109443100504362}, "when": {"he - them": -0.04268381709500835, "he": 0.3528138175745746, "them": 0.39549763466958293}, "where": {"he - them": -0.05478484017158192, "he": 0.34983895187021685, "them": 0.40462379204179877}, "whereas": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "whether": {"he - them": -0.02889458794698302, "he": 0.26812412923604956, "them": 0.2970187171830326}, "which": {"he - them": -0.08066177708144512, "he": 0.3445151243122124, "them": 0.4251769013936575}, "while": {"he - them": -0.03269465705539548, "he": 0.343586989582894, "them": 0.3762816466382895}, "whilst": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "whim": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "white": {"he - them": -0.05899313397555961, "he": 0.3035365655022822, "them": 0.3625296994778418}, "who": {"he - them": -0.03995853668535965, "he": 0.36113046330285936, "them": 0.401088999988219}, "whole": {"he - them": -0.0690447431631766, "he": 0.29410296323136986, "them": 0.36314770639454647}, "whose": {"he - them": -0.04416469565685616, "he": 0.2863845778391723, "them": 0.3305492734960285}, "why": {"he - them": -0.08656811333057096, "he": 0.31401603970876796, "them": 0.4005841530393389}, "wicked": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "wide": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "widespread": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "widows": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "wife": {"he - them": -0.012688270244419375, "he": 0.29825603980601684, "them": 0.3109443100504362}, "wildlife": {"he - them": -0.013302474251642271, "he": 0.24822433673152106, "them": 0.2615268109831633}, "will": {"he - them": -0.05451383181484104, "he": 0.32639243666017737, "them": 0.3809062684750184}, "willing": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "win": {"he - them": -0.06556454929834793, "he": 0.26498472419768054, "them": 0.3305492734960285}, "window": {"he - them": 0.015485292458221611, "he": 0.27701210344138494, "them": 0.2615268109831633}, "windows": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "wing": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "winner": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "winning": {"he - them": 0.05369025788535339, "he": 0.2985659666347768, "them": 0.2448757087494234}, "wins": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "wisdom": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "wise": {"he - them": -0.04244087501373972, "he": 0.3143326375270478, "them": 0.35677351254078754}, "wish": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "wished": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "with": {"he - them": -0.05343446170172733, "he": 0.33963763061011054, "them": 0.3930720923118379}, "within": {"he - them": -0.04292700894455148, "he": 0.30978109402399057, "them": 0.35270810296854205}, "without": {"he - them": -0.05833778954978602, "he": 0.3230495279388353, "them": 0.3813873174886213}, "withstood": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "woman": {"he - them": -0.05859785343678656, "he": 0.2188615626423764, "them": 0.27745941607916297}, "women": {"he - them": -0.10025304867173268, "he": 0.2707340341279295, "them": 0.3709870827996622}, "won": {"he - them": -0.07181657848921158, "he": 0.28807841548642543, "them": 0.359894993975637}, "wonder": {"he - them": -0.06412540680785533, "he": 0.28443289494242496, "them": 0.3485583017502803}, "wondered": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "wonderful": {"he - them": -0.059725036963942435, "he": 0.29150000450919544, "them": 0.3512250414731379}, "wondering": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "word": {"he - them": -0.09812268745952396, "he": 0.19429138920541372, "them": 0.2924140766649377}, "words": {"he - them": -0.06421151686710325, "he": 0.22624911288342076, "them": 0.290460629750524}, "work": {"he - them": -0.049906169782378496, "he": 0.3479315539874708, "them": 0.39783772376984927}, "worked": {"he - them": -0.01204740523430431, "he": 0.3143326375270478, "them": 0.32638004276135213}, "worker": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "working": {"he - them": -0.013737255661974479, "he": 0.2727659526228598, "them": 0.2865032082848343}, "workplace": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "works": {"he - them": -0.07023499467777483, "he": 0.27946203539368164, "them": 0.34969703007145647}, "world": {"he - them": -0.08347724303118742, "he": 0.3127777981624006, "them": 0.396255041193588}, "worried": {"he - them": 0.015655736356446404, "he": 0.28443289494242496, "them": 0.26877715858597856}, "worries": {"he - them": -0.011660801058146875, "he": 0.29150000450919544, "them": 0.3031608055673423}, "worrisome": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "worry": {"he - them": -0.09454470685973806, "he": 0.2360045666362904, "them": 0.3305492734960285}, "worse": {"he - them": -0.04416469565685616, "he": 0.2863845778391723, "them": 0.3305492734960285}, "worst": {"he - them": -0.03306957625504736, "he": 0.29331046650630477, "them": 0.32638004276135213}, "worth": {"he - them": 0.015485292458221611, "he": 0.27701210344138494, "them": 0.2615268109831633}, "would": {"he - them": -0.06392494606262072, "he": 0.33736929301981816, "them": 0.4012942390824389}, "wouldn": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "write": {"he - them": -0.061582000589180785, "he": 0.26479804217217134, "them": 0.32638004276135213}, "writer": {"he - them": -0.013302474251642271, "he": 0.24822433673152106, "them": 0.2615268109831633}, "writers": {"he - them": 0.015655736356446404, "he": 0.28443289494242496, "them": 0.26877715858597856}, "writes": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "writing": {"he - them": 0.004098329490511421, "he": 0.3089870195223755, "them": 0.3048886900318641}, "wrong": {"he - them": -0.04244087501373972, "he": 0.3143326375270478, "them": 0.35677351254078754}, "wrote": {"he - them": 0.0033926519747127237, "he": 0.28624427386523443, "them": 0.2828516218905217}, "www": {"he - them": -0.012661373906991624, "he": 0.26479804217217134, "them": 0.27745941607916297}, "x": {"he - them": 0.015195179837191264, "he": 0.26498472419768054, "them": 0.24978954436048928}, "xi": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "xinjiang": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "yeah": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "year": {"he - them": -0.021920962104305997, "he": 0.3015391141180941, "them": 0.3234600762224001}, "years": {"he - them": -0.060190624201707454, "he": 0.33771879262141313, "them": 0.3979094168231206}, "yes": {"he - them": -0.033932206609051274, "he": 0.27701210344138494, "them": 0.3109443100504362}, "yesterday": {"he - them": -0.05692318069153868, "he": 0.24623762487580364, "them": 0.3031608055673423}, "yet": {"he - them": -0.02105141809791511, "he": 0.33397866019193106, "them": 0.3550300782898462}, "yo": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "yoing": {"he - them": -0.05533676287724559, "he": 0.2717597963409451, "them": 0.3270965592181907}, "york": {"he - them": -0.05268573158254414, "he": 0.26326399404637546, "them": 0.3159497256289196}, "yorker": {"he - them": -0.10645756578388085, "he": 0.23046146237954027, "them": 0.3369190281634211}, "you": {"he - them": -0.09189731432684395, "he": 0.27680501128167145, "them": 0.3687023256085154}, "young": {"he - them": -0.003707123779598809, "he": 0.3217703982241379, "them": 0.3254775220037367}, "your": {"he - them": -0.09120242815254498, "he": 0.2863547756410993, "them": 0.37755720379364427}, "yourself": {"he - them": -0.013008753797800643, "he": 0.2557684047881779, "them": 0.26877715858597856}, "youtube": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "zealand": {"he - them": -0.05789166634119189, "he": 0.23046146237954027, "them": 0.28835312872073215}, "zone": {"he - them": -0.0949929354169402, "he": 0.2308861533814066, "them": 0.3258790887983468}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-he-they.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-he-they.json new file mode 100644 index 0000000000000000000000000000000000000000..f98b3b55cc651411d4aaeaab5e3eac9f10bfb27a --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-he-they.json @@ -0,0 +1 @@ +{"0": {"he - they": 0.002663459051931716, "he": 0.26699777980226896, "they": 0.26433432075033725}, "000": {"he - they": -0.00948632176775649, "he": 0.3006831592734811, "they": 0.3101694810412376}, "04": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "06": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "07": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "08": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "09": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "1": {"he - they": -0.022938485798938035, "he": 0.3055831372808201, "they": 0.32852162307975813}, "10": {"he - they": 0.02904608303209666, "he": 0.31744744900414745, "they": 0.2884013659720508}, "100": {"he - they": -0.08699257917535172, "he": 0.23429344384660586, "they": 0.3212860230219576}, "10bn": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "11": {"he - they": -0.08377143870261, "he": 0.2019057450840961, "they": 0.2856771837867061}, "11th": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "12": {"he - they": -0.06279878815767825, "he": 0.2437529091537891, "they": 0.30655169731146736}, "13": {"he - they": -0.009075290062143748, "he": 0.27689607298703506, "they": 0.2859713630491788}, "14": {"he - they": -0.030594978031275033, "he": 0.2553763850179038, "they": 0.2859713630491788}, "15": {"he - they": 0.08604871576388426, "he": 0.30978109402399057, "they": 0.2237323782601063}, "15th": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "16": {"he - they": -0.009074379373795516, "he": 0.29410296323136986, "they": 0.3031773426051654}, "160": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "17": {"he - they": -0.020602863748476474, "he": 0.3006831592734811, "they": 0.3212860230219576}, "18": {"he - they": -0.00878076971348929, "he": 0.3089870195223755, "they": 0.3177677892358648}, "18usd": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "19": {"he - they": -0.009231167928983208, "he": 0.28624427386523443, "they": 0.29547544179421764}, "1910": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "1920": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "1930s": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "1932": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "1953": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "1957": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "1965": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "1968": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "1975": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "1983": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "1987": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "1990s": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "1994": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "1996": {"he - they": 0.0663112877232454, "he": 0.28443289494242496, "they": 0.21812160721917956}, "19th": {"he - they": 0.03771482219269168, "he": 0.241725564252744, "they": 0.20401074206005232}, "2": {"he - they": -0.010517185301636978, "he": 0.3002349226162437, "they": 0.31075210791788066}, "20": {"he - they": 0.003189864355079841, "he": 0.30656126980078335, "they": 0.3033714054457035}, "200": {"he - they": -0.08413649304228443, "he": 0.1952647106842501, "they": 0.27940120372653454}, "2001": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "2002": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "2006": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "2007": {"he - they": -0.008776852649505062, "he": 0.241725564252744, "they": 0.25050241690224906}, "2008": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "2011": {"he - they": 0.06707945785688227, "he": 0.2437529091537891, "they": 0.17667345129690684}, "2012": {"he - they": -0.00874603137580221, "he": 0.1952647106842501, "they": 0.20401074206005232}, "2015": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "2016": {"he - they": 0.022538734177802555, "he": 0.30851009722698136, "they": 0.2859713630491788}, "2017": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "2018": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "2019": {"he - they": -0.008665080345321152, "he": 0.27701210344138494, "they": 0.2856771837867061}, "20th": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "21": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "21st": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "23": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "235": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "24": {"he - they": -0.0760422249831208, "he": 0.241725564252744, "they": 0.3177677892358648}, "25": {"he - they": 0.03764679756899836, "he": 0.2557684047881779, "they": 0.21812160721917956}, "25th": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "26": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "27": {"he - they": -0.05497815288687741, "he": 0.2019057450840961, "they": 0.2568838979709735}, "28": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "29": {"he - they": 0.012543228834891618, "he": 0.29194443256142616, "they": 0.27940120372653454}, "290": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "292": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "296": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "2nd": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "3": {"he - they": -0.019496233659395457, "he": 0.28710499651505855, "they": 0.306601230174454}, "30": {"he - they": -0.03606315069853078, "he": 0.2900164768540788, "they": 0.32607962755260955}, "300": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "303": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "305": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "309": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "31": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "310": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "311": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "316": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "317": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "33": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "330": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "337": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "36": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "37": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "3rd": {"he - they": -0.009827897570473948, "he": 0.13391809719244024, "they": 0.1437459947629142}, "4": {"he - they": 0.029069585219502758, "he": 0.31079031655915573, "they": 0.281720731339653}, "40": {"he - they": -0.037675639473790545, "he": 0.241725564252744, "they": 0.27940120372653454}, "40th": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "42": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "44": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "45": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "451": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "47": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "48": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "49ers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "5": {"he - they": -0.0026599897687446528, "he": 0.2969698715742334, "they": 0.29962986134297803}, "50": {"he - they": -0.03819912186560287, "he": 0.22624911288342076, "they": 0.2644482347490236}, "51": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "5m": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "6": {"he - they": 0.00906819311153173, "he": 0.2815342232205571, "they": 0.27246603010902537}, "60": {"he - they": -0.037675639473790545, "he": 0.241725564252744, "they": 0.27940120372653454}, "644": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "69": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "69p": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "7": {"he - they": 0.0177950080383657, "he": 0.32714723735437007, "they": 0.30935222931600437}, "75": {"he - they": -0.08334011598393773, "he": 0.2096203028495787, "they": 0.2929604188335164}, "76ers": {"he - they": 0.06610344557029907, "he": 0.29331046650630477, "they": 0.2272070209360057}, "7th": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "8": {"he - they": -0.009830699060652814, "he": 0.30551156638991755, "they": 0.31534226545057037}, "80s": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "81st": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "884": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "9": {"he - they": 0.012419085397803398, "he": 0.2727659526228598, "they": 0.2603468672250564}, "90": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "96": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "98": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "a": {"he - they": -0.035779688418303646, "he": 0.27718691043703186, "they": 0.3129665988553355}, "abilities": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "ability": {"he - they": -0.02990751318237761, "he": 0.27701210344138494, "they": 0.30691961662376255}, "able": {"he - they": -0.03982824497202225, "he": 0.2954149570390519, "they": 0.33524320201107416}, "about": {"he - they": -0.05087509685186081, "he": 0.3279739657959548, "they": 0.3788490626478156}, "above": {"he - they": -0.0378703120004589, "he": 0.2360045666362904, "they": 0.2738748786367493}, "abs": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "absolutely": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "absorbed": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "absurd": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "abundance": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "abuse": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "accept": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "acceptance": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "accepting": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "access": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "accessed": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "accommodation": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "accompanied": {"he - they": -0.037192014045338506, "he": 0.2557684047881779, "they": 0.2929604188335164}, "accompany": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "accomplish": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "accord": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "accordance": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "according": {"he - they": -0.010356680793661699, "he": 0.2816875089614581, "they": 0.2920441897551198}, "account": {"he - they": -0.008665080345321152, "he": 0.27701210344138494, "they": 0.2856771837867061}, "accounted": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "accounts": {"he - they": -0.008665080345321152, "he": 0.27701210344138494, "they": 0.2856771837867061}, "accuracy": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "accusations": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "achieve": {"he - they": 0.020140179745302966, "he": 0.28443289494242496, "they": 0.264292715197122}, "achieved": {"he - they": -0.02990751318237761, "he": 0.27701210344138494, "they": 0.30691961662376255}, "acknowledge": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "acoustic": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "acquaintances": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "acquiescence": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "acres": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "across": {"he - they": -0.0378703120004589, "he": 0.2360045666362904, "they": 0.2738748786367493}, "act": {"he - they": -0.05382314049511555, "he": 0.26210175570743366, "they": 0.3159248962025492}, "acted": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "acting": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "action": {"he - they": 0.020036374709648197, "he": 0.24733731098662093, "they": 0.22730093627697273}, "actions": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "activist": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "activities": {"he - they": -0.038906030260967756, "he": 0.2048638253066992, "they": 0.24376985556766695}, "activity": {"he - they": -0.030847311740914707, "he": 0.24733731098662093, "they": 0.27818462272753564}, "actor": {"he - they": -0.05523770621799895, "he": 0.1952647106842501, "they": 0.25050241690224906}, "acts": {"he - they": -0.0378703120004589, "he": 0.2360045666362904, "they": 0.2738748786367493}, "actual": {"he - they": -0.037192014045338506, "he": 0.2557684047881779, "they": 0.2929604188335164}, "actually": {"he - they": -0.030241421950619574, "he": 0.30978109402399057, "they": 0.34002251597461014}, "adamant": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "adani": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "adapt": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "adcock": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "added": {"he - they": 0.005076508585371731, "he": 0.28535473207644585, "they": 0.2802782234910741}, "addicts": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "adding": {"he - they": -0.08281318357392062, "he": 0.2188615626423764, "they": 0.30167474621629703}, "addition": {"he - they": -0.062419855860304796, "he": 0.2511954309694252, "they": 0.31361528682973}, "additional": {"he - they": -0.008987609858206125, "he": 0.28140745714167614, "they": 0.29039506699988227}, "address": {"he - they": 0.020140179745302966, "he": 0.28443289494242496, "they": 0.264292715197122}, "addressed": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "addressing": {"he - they": 0.01261693567435579, "he": 0.3055773545078722, "they": 0.2929604188335164}, "adds": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "adequacy": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "adjustment": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "administration": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "administrative": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "admission": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "admitting": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "adolescence": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "adopted": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "adoring": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ads": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "adult": {"he - they": -0.008974092401376421, "he": 0.2308861533814066, "they": 0.23986024578278303}, "advance": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "advanced": {"he - they": -0.0378703120004589, "he": 0.2360045666362904, "they": 0.2738748786367493}, "advantage": {"he - they": -0.008161729115670091, "he": 0.30443571062612773, "they": 0.3125974397417978}, "adversaries": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "advert": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "advertisements": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "advertisers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "advisability": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "advisable": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "advocacy": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "advocated": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "advocates": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "advocating": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "affairs": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "affect": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "affectation": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "affected": {"he - they": -0.02990751318237761, "he": 0.27701210344138494, "they": 0.30691961662376255}, "afford": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "afraid": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "africa": {"he - they": -0.009230587010450653, "he": 0.268954035717085, "they": 0.27818462272753564}, "african": {"he - they": 0.0897350377767363, "he": 0.22001932047257688, "they": 0.13028428269584058}, "africans": {"he - they": -0.00874603137580221, "he": 0.1952647106842501, "they": 0.20401074206005232}, "after": {"he - they": -0.01938261328923019, "he": 0.34299904567685074, "they": 0.36238165896608093}, "again": {"he - they": -0.0005113138570821962, "he": 0.32565688263566434, "they": 0.32616819649274653}, "against": {"he - they": 0.0038131677661913943, "he": 0.31912219954599436, "they": 0.31530903177980296}, "age": {"he - they": -0.03819912186560287, "he": 0.22624911288342076, "they": 0.2644482347490236}, "agencies": {"he - they": -0.00866357681774571, "he": 0.29825603980601684, "they": 0.30691961662376255}, "agency": {"he - they": -0.008985262021621698, "he": 0.25994421535942025, "they": 0.26892947738104195}, "agenda": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "agent": {"he - they": 0.020140179745302966, "he": 0.28443289494242496, "they": 0.264292715197122}, "agents": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "ages": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "aggressive": {"he - they": 0.020148717632780144, "he": 0.29331046650630477, "they": 0.2731617488735246}, "agitating": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "agitation": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "ago": {"he - they": -0.04467012063570597, "he": 0.3065739001854821, "they": 0.35124402082118805}, "agree": {"he - they": -0.00835942941377349, "he": 0.3143326375270478, "they": 0.3226920669408213}, "agreed": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "ahead": {"he - they": -0.00852445715440403, "he": 0.3055773545078722, "they": 0.31410181166227624}, "aid": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "aides": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "aids": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "ailing": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "air": {"he - they": -0.009301502518066773, "he": 0.28273861246543147, "they": 0.29204011498349824}, "airport": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "al": {"he - they": 0.0377517777618539, "he": 0.2308861533814066, "they": 0.1931343756195527}, "aladdin": {"he - they": -0.008846551714900619, "he": 0.18942200122095953, "they": 0.19826855293586015}, "alan": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "alana": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "alarmed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "alarms": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "albeit": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "album": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "alcohol": {"he - they": -0.008784431747899835, "he": 0.2706167719786347, "they": 0.27940120372653454}, "aldous": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "alert": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "alex": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "algorithm": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "algorithms": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "alien": {"he - they": 0.020083969576637217, "he": 0.25994421535942025, "they": 0.23986024578278303}, "alienation": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "alive": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "all": {"he - they": -0.012145806302011675, "he": 0.3519116740869998, "they": 0.3640574803890115}, "alleviated": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "alliance": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "alliances": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "allied": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "allies": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "allow": {"he - they": 0.01261693567435579, "he": 0.3055773545078722, "they": 0.2929604188335164}, "allowed": {"he - they": -0.03011198970058432, "he": 0.2706167719786347, "they": 0.300728761679219}, "allowing": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "almost": {"he - they": 0.0016716973053882977, "he": 0.3146349343854283, "they": 0.31296323708004}, "alone": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "along": {"he - they": -0.017230753278105637, "he": 0.3234971893063417, "they": 0.34072794258444733}, "alongside": {"he - they": -0.10448150881269755, "he": 0.2096203028495787, "they": 0.31410181166227624}, "aloof": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "already": {"he - they": -0.009684292185354826, "he": 0.32932455735698696, "they": 0.3390088495423418}, "also": {"he - they": -0.04740123846407773, "he": 0.32492716062689664, "they": 0.37232839909097437}, "alternative": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "although": {"he - they": -0.032918261770570556, "he": 0.32097422855162044, "they": 0.353892490322191}, "always": {"he - they": -0.019791454473989334, "he": 0.2996089694883946, "they": 0.31940042396238394}, "am": {"he - they": -0.020602863748476474, "he": 0.3006831592734811, "they": 0.3212860230219576}, "amaravati": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "amazingly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "amazon": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "amber": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "amendment": {"he - they": -0.009094506136294672, "he": 0.17513948510860172, "they": 0.1842339912448964}, "amercan": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "america": {"he - they": -0.00866357681774571, "he": 0.29825603980601684, "they": 0.30691961662376255}, "american": {"he - they": 0.0030820893282105244, "he": 0.2979814169505939, "they": 0.29489932762238336}, "americans": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "amid": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "amnews": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "among": {"he - they": -0.04895187662333178, "he": 0.278444307609538, "they": 0.32739618423286976}, "amongst": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "amount": {"he - they": -0.08413649304228443, "he": 0.1952647106842501, "they": 0.27940120372653454}, "an": {"he - they": -0.020312401807775604, "he": 0.3568219254175451, "they": 0.3771343272253207}, "analysis": {"he - they": -0.037675639473790545, "he": 0.241725564252744, "they": 0.27940120372653454}, "analytical": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "analyzing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ananias": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "anchor": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "and": {"he - they": -0.034009343741613296, "he": 0.2641734961665871, "they": 0.2981828399082004}, "andrew": {"he - they": 0.0658225335803676, "he": 0.30443571062612773, "they": 0.23861317704576013}, "angeles": {"he - they": -0.03819912186560287, "he": 0.22624911288342076, "they": 0.2644482347490236}, "anger": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "angry": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "angst": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "animals": {"he - they": -0.12459608138468994, "he": 0.1674440335988083, "they": 0.29204011498349824}, "annihilation": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "announce": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "announced": {"he - they": -0.008784431747899835, "he": 0.2706167719786347, "they": 0.27940120372653454}, "announcement": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "announcing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "anonymity": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "another": {"he - they": -0.02236664612863376, "he": 0.3375322997656227, "they": 0.3598989458942565}, "answer": {"he - they": -0.023200671288841956, "he": 0.30348884146562544, "they": 0.3266895127544674}, "answered": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "answers": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "antenna": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "anti": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "anticipated": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "anticipation": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "antidepressants": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "antique": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "antoni": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "antony": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "anxiety": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "anxious": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "any": {"he - they": -0.0521432999440703, "he": 0.3209904022710725, "they": 0.3731337022151428}, "anymore": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "anyone": {"he - they": -0.05311419313290888, "he": 0.27689607298703506, "they": 0.33001026611994394}, "anything": {"he - they": -0.05900319742647503, "he": 0.241725564252744, "they": 0.300728761679219}, "anyway": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "anywhere": {"he - they": -0.1038305042984449, "he": 0.2188615626423764, "they": 0.3226920669408213}, "apart": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "apartment": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "apollo": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "apologized": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "apostles": {"he - they": -0.056288344661298007, "he": 0.1674440335988083, "they": 0.2237323782601063}, "apparent": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "apparently": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "appear": {"he - they": -0.008665080345321152, "he": 0.27701210344138494, "they": 0.2856771837867061}, "appearance": {"he - they": 0.08745574728869265, "he": 0.3055773545078722, "they": 0.21812160721917956}, "appeared": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "applications": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "applied": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "apply": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "appointing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "appointments": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "appreciate": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "appreciated": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "approach": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "approached": {"he - they": -0.08281318357392062, "he": 0.2188615626423764, "they": 0.30167474621629703}, "appropriate": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "appropriately": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "approval": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "april": {"he - they": -0.008846551714900619, "he": 0.18942200122095953, "they": 0.19826855293586015}, "arcane": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "archi": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "architects": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "are": {"he - they": -0.046423511279758245, "he": 0.333748548249867, "they": 0.38017205952962524}, "area": {"he - they": -0.04855530939619626, "he": 0.23725888525048064, "they": 0.2858141946466769}, "areas": {"he - they": -0.00889132724985614, "he": 0.2863845778391723, "they": 0.29527590508902846}, "aren": {"he - they": -0.07488419658318435, "he": 0.2511954309694252, "they": 0.32607962755260955}, "arenas": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "arguably": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "argue": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "argued": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "arguing": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "argument": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "ariane": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "arise": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "arising": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "arlington": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "arm": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "armed": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "army": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "arnold": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "around": {"he - they": -0.022541459551110865, "he": 0.31777138129140986, "they": 0.3403128408425207}, "arranged": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "arrangements": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "array": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "arrest": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "arrival": {"he - they": 0.01261693567435579, "he": 0.3055773545078722, "they": 0.2929604188335164}, "arrive": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "arrived": {"he - they": -0.008784329117792866, "he": 0.29194443256142616, "they": 0.300728761679219}, "arrives": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "arrogance": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "arse": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "arsonist": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "arthur": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "article": {"he - they": -0.008784431747899835, "he": 0.2706167719786347, "they": 0.27940120372653454}, "artificial": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "artist": {"he - they": -0.03819912186560287, "he": 0.22624911288342076, "they": 0.2644482347490236}, "artists": {"he - they": 0.020148717632780144, "he": 0.29331046650630477, "they": 0.2731617488735246}, "as": {"he - they": -0.026104134675578428, "he": 0.32813166879360806, "they": 0.3542358034691865}, "ascent": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ash": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "ashes": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "asia": {"he - they": -0.00874603137580221, "he": 0.1952647106842501, "they": 0.20401074206005232}, "asian": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "ask": {"he - they": -0.05289491198334034, "he": 0.28140745714167614, "they": 0.3343023691250165}, "asked": {"he - they": 0.029669609629022375, "he": 0.2900164768540788, "they": 0.2603468672250564}, "asking": {"he - they": -0.02966891671985128, "he": 0.28443289494242496, "they": 0.31410181166227624}, "asks": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "aspect": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "aspects": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "asserted": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "assertiveness": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "assets": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "assignments": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "associate": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "associated": {"he - they": -0.00852752389109146, "he": 0.28443289494242496, "they": 0.2929604188335164}, "association": {"he - they": -0.02599298334354727, "he": 0.2863845778391723, "they": 0.3123775611827196}, "associations": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "assume": {"he - they": -0.037192014045338506, "he": 0.2557684047881779, "they": 0.2929604188335164}, "assumed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "assumes": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "assumptions": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "assurance": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "astronomy": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "at": {"he - they": -0.01823028516169195, "he": 0.34360767370834233, "they": 0.3618379588700343}, "atkins": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "atlanta": {"he - they": 0.03771482219269168, "he": 0.241725564252744, "they": 0.20401074206005232}, "atlantic": {"he - they": -0.05869527989224149, "he": 0.24822433673152106, "they": 0.30691961662376255}, "atleast": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "atmospheres": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "atom": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "atoms": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "attack": {"he - they": 0.00517547163679416, "he": 0.294004967285181, "they": 0.28882949564838684}, "attacked": {"he - they": 0.06610344557029907, "he": 0.29331046650630477, "they": 0.2272070209360057}, "attacks": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "attempt": {"he - they": 0.022529491125024503, "he": 0.31780539621405296, "they": 0.29527590508902846}, "attend": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "attending": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "attitude": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "attract": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "attractions": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "auction": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "audience": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "audiences": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "aug": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "august": {"he - they": 0.03776345620050642, "he": 0.22624911288342076, "they": 0.18848565668291434}, "aus": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "aussie": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "austin": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "austinites": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "australia": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "australian": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "australians": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "authenticate": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "authentication": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "author": {"he - they": -0.00866357681774571, "he": 0.29825603980601684, "they": 0.30691961662376255}, "authorities": {"he - they": -0.030594978031275033, "he": 0.2553763850179038, "they": 0.2859713630491788}, "authority": {"he - they": -0.037192014045338506, "he": 0.2557684047881779, "they": 0.2929604188335164}, "automated": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "autry": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "available": {"he - they": 0.059114928435783365, "he": 0.27638459228904366, "they": 0.2172696638532603}, "averaging": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "avoid": {"he - they": 0.037591021236165645, "he": 0.26479804217217134, "they": 0.2272070209360057}, "avoided": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "awaited": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "award": {"he - they": 0.03771482219269168, "he": 0.241725564252744, "they": 0.20401074206005232}, "awards": {"he - they": -0.008632420302186639, "he": 0.2019057450840961, "they": 0.21053816538628273}, "aware": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "away": {"he - they": -0.0517507923337478, "he": 0.2972517352882706, "they": 0.3490025276220184}, "awful": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "awkward": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "awkwardness": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "axel": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "azira": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "aziz": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "b": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "baby": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "back": {"he - they": -0.005123857454761183, "he": 0.3312914667106605, "they": 0.3364153241654217}, "background": {"he - they": 0.037591021236165645, "he": 0.26479804217217134, "they": 0.2272070209360057}, "backs": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bacon": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bad": {"he - they": -0.09068494611817698, "he": 0.2360045666362904, "they": 0.3266895127544674}, "baggage": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bail": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "bailey": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "balance": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "balanced": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "ball": {"he - they": -0.00865956123945244, "he": 0.24822433673152106, "they": 0.2568838979709735}, "ballad": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ballerina": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ban": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "band": {"he - they": -0.059508913618475656, "he": 0.2308861533814066, "they": 0.29039506699988227}, "bands": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bang": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "banjo": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "bank": {"he - they": -0.00945581007509877, "he": 0.2048638253066992, "they": 0.21431963538179796}, "banned": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bans": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "barco": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "barely": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "baring": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "barking": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "barrel": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "barring": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bars": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "base": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "based": {"he - they": 0.014208106802256426, "he": 0.3065739001854821, "they": 0.29236579338322566}, "bases": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "basic": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "basically": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "basis": {"he - they": -0.09102619017610403, "he": 0.2308861533814066, "they": 0.32191234355751064}, "basketball": {"he - they": 0.03764679756899836, "he": 0.2557684047881779, "they": 0.21812160721917956}, "bass": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "battle": {"he - they": 0.0414420156591771, "he": 0.29194443256142616, "they": 0.25050241690224906}, "battles": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "bayiha": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bbc": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "be": {"he - they": -0.05194322339650764, "he": 0.3127291413423208, "they": 0.36467236473882847}, "beal": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "beans": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "beat": {"he - they": -0.03804332399963534, "he": 0.2308861533814066, "they": 0.26892947738104195}, "beating": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "beauty": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "became": {"he - they": -0.040304934915295076, "he": 0.2863845778391723, "they": 0.3266895127544674}, "because": {"he - they": -0.05295072509570137, "he": 0.30643594434176485, "they": 0.3593866694374662}, "become": {"he - they": 0.011548766743208427, "he": 0.3141671486003979, "they": 0.3026183818571895}, "becomes": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "becoming": {"he - they": -0.037192014045338506, "he": 0.2557684047881779, "they": 0.2929604188335164}, "bed": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "bedrock": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "been": {"he - they": -0.012060343931122097, "he": 0.34898199110831335, "they": 0.36104233503943545}, "beer": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "beers": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "bees": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "before": {"he - they": -0.028839513859910182, "he": 0.3445818844853136, "they": 0.3734213983452238}, "began": {"he - they": 0.005211620304772346, "he": 0.2972517352882706, "they": 0.29204011498349824}, "begin": {"he - they": -0.00852752389109146, "he": 0.28443289494242496, "they": 0.2929604188335164}, "beginners": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "beginning": {"he - they": -0.008888719717094151, "he": 0.30348884146562544, "they": 0.3123775611827196}, "begrudgingly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "begun": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "behavior": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "behind": {"he - they": -0.009155756627648337, "he": 0.2900164768540788, "they": 0.2991722334817271}, "being": {"he - they": -0.022270682172195855, "he": 0.31348761441579565, "they": 0.3357582965879915}, "belching": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "beliefs": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "believe": {"he - they": -0.02614439041853972, "he": 0.28140745714167614, "they": 0.30755184756021586}, "believed": {"he - they": 0.020114355076385648, "he": 0.2706167719786347, "they": 0.25050241690224906}, "believers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "believes": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "believing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bell": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bello": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bellota": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "belmont": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "below": {"he - they": -0.009059084188759198, "he": 0.22624911288342076, "they": 0.23530819707217995}, "bemoans": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ben": {"he - they": -0.037192014045338506, "he": 0.2557684047881779, "they": 0.2929604188335164}, "bench": {"he - they": 0.020083969576637217, "he": 0.25994421535942025, "they": 0.23986024578278303}, "beneath": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "benefit": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "benevolence": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bentley": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "benz": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "berger": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "beset": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "besides": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "bessemer": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "best": {"he - they": -0.0037129762787791454, "he": 0.337585342611635, "they": 0.3412983188904141}, "bet": {"he - they": -0.008161729115670091, "he": 0.30443571062612773, "they": 0.3125974397417978}, "better": {"he - they": -0.027065321494149364, "he": 0.3141671486003979, "they": 0.34123247009454727}, "between": {"he - they": -0.01904941992000686, "he": 0.28489738118625385, "they": 0.3039468011062607}, "bewildered": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bhatt": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "bibendum": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bible": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "biblically": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "biden": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "big": {"he - they": -0.0005829183386510395, "he": 0.32097422855162044, "they": 0.3215571468902715}, "bigger": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "biggest": {"he - they": -0.037192014045338506, "he": 0.2557684047881779, "they": 0.2929604188335164}, "biggie": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "bilaterally": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bill": {"he - they": 0.008307613827283566, "he": 0.3152272304510461, "they": 0.30691961662376255}, "billboard": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "billion": {"he - they": -0.009632230413491677, "he": 0.2262835791487814, "they": 0.23591580956227307}, "billions": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bills": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "birrueta": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "birth": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "birthday": {"he - they": -0.05497815288687741, "he": 0.2019057450840961, "they": 0.2568838979709735}, "bison": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bit": {"he - they": -0.03125315752921712, "he": 0.23429344384660586, "they": 0.265546601375823}, "bite": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "black": {"he - they": -0.04113974521357322, "he": 0.26541195209789414, "they": 0.30655169731146736}, "blake": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "blameless": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "blare": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "blast": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "blasting": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "blazing": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "blessed": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "blessing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "blighting": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bling": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "blinken": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "blocked": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "blocking": {"he - they": -0.02938160043451654, "he": 0.29331046650630477, "they": 0.3226920669408213}, "blog": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "blogs": {"he - they": -0.04654968778252477, "he": 0.28443289494242496, "they": 0.33098258272494974}, "blonde": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "blood": {"he - they": 0.0663112877232454, "he": 0.28443289494242496, "they": 0.21812160721917956}, "bloom": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "bluegrass": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "blunt": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bluntly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "board": {"he - they": -0.02966891671985128, "he": 0.28443289494242496, "they": 0.31410181166227624}, "boasts": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "boat": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "bodies": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "body": {"he - they": 0.020099452993725203, "he": 0.26498472419768054, "they": 0.24488527120395534}, "boldly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bomb": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bombers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bond": {"he - they": 0.037591021236165645, "he": 0.26479804217217134, "they": 0.2272070209360057}, "bones": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bongo": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "book": {"he - they": 0.059459311128206405, "he": 0.25275452764719664, "they": 0.19329521651899023}, "booked": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "books": {"he - they": -0.009293894427230998, "he": 0.2437529091537891, "they": 0.2530468035810201}, "boost": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "boot": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "boozer": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "boring": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "born": {"he - they": 0.0411708886535232, "he": 0.3143326375270478, "they": 0.2731617488735246}, "bot": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "botcha": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "both": {"he - they": -0.027551874698817702, "he": 0.33192707959820344, "they": 0.35947895429702115}, "bots": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "bottle": {"he - they": -0.008161729115670091, "he": 0.30443571062612773, "they": 0.3125974397417978}, "bottom": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "bought": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "bounceback": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "box": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "boy": {"he - they": 0.037591021236165645, "he": 0.26479804217217134, "they": 0.2272070209360057}, "boys": {"he - they": -0.02966891671985128, "he": 0.28443289494242496, "they": 0.31410181166227624}, "bracelet": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bradbury": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "branch": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "branches": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "brass": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "brault": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "brave": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bread": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "break": {"he - they": -0.02990751318237761, "he": 0.27701210344138494, "they": 0.30691961662376255}, "breakfast": {"he - they": -0.05497815288687741, "he": 0.2019057450840961, "they": 0.2568838979709735}, "breaking": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "breakup": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "breezily": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "brett": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "briefly": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "bright": {"he - they": -0.08281318357392062, "he": 0.2188615626423764, "they": 0.30167474621629703}, "brighter": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "brightest": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "brilliant": {"he - they": -0.008161729115670091, "he": 0.30443571062612773, "they": 0.3125974397417978}, "brindisa": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "bring": {"he - they": 0.038733399705357274, "he": 0.3275628953537441, "they": 0.28882949564838684}, "bringing": {"he - they": 0.008307613827283566, "he": 0.3152272304510461, "they": 0.30691961662376255}, "brings": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "brisbane": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "brisvegas": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "britain": {"he - they": -0.008784329117792866, "he": 0.29194443256142616, "they": 0.300728761679219}, "british": {"he - they": -0.04760763220079561, "he": 0.25994421535942025, "they": 0.30755184756021586}, "britney": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "broad": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "broadcast": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "broadcasting": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "broadchurch": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "broadmoor": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "broadway": {"he - they": -0.00874603137580221, "he": 0.1952647106842501, "they": 0.20401074206005232}, "broccoli": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "broken": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "brothels": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "brother": {"he - they": 0.012578856019310747, "he": 0.29825603980601684, "they": 0.2856771837867061}, "brotherly": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "brought": {"he - they": -0.047392836985039044, "he": 0.26498472419768054, "they": 0.3123775611827196}, "brown": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "browne": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "browsing": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "brunei": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "brutal": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "bubbling": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "buck": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "bucket": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "buffalo": {"he - they": -0.00874603137580221, "he": 0.1952647106842501, "they": 0.20401074206005232}, "build": {"he - they": -0.02614439041853972, "he": 0.28140745714167614, "they": 0.30755184756021586}, "builder": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "builders": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "building": {"he - they": 0.06660602991858239, "he": 0.2706167719786347, "they": 0.20401074206005232}, "buildings": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "built": {"he - they": 0.020114355076385648, "he": 0.2706167719786347, "they": 0.25050241690224906}, "bullet": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "bunch": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "bunker": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "burgandy": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "burgers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "burke": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "burn": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "burst": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "bus": {"he - they": -0.009340080296869946, "he": 0.21105881700449228, "they": 0.22039889730136222}, "buses": {"he - they": -0.008880704567664932, "he": 0.2360045666362904, "they": 0.24488527120395534}, "bush": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "bushes": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "business": {"he - they": 0.008094624411012719, "he": 0.2900164768540788, "they": 0.28192185244306606}, "businessman": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "busy": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "but": {"he - they": -0.036916734568555765, "he": 0.3460693073975183, "they": 0.38298604196607405}, "button": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "buy": {"he - they": -0.02628126961813032, "he": 0.27689607298703506, "they": 0.3031773426051654}, "buying": {"he - they": -0.008776852649505062, "he": 0.241725564252744, "they": 0.25050241690224906}, "by": {"he - they": -0.024116277205180614, "he": 0.3352000250360675, "they": 0.3593163022412481}, "c": {"he - they": -0.026821086168814012, "he": 0.2589931084778629, "they": 0.2858141946466769}, "cadaver": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "cage": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "calcium": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "calibrated": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "california": {"he - they": -0.055463269982995805, "he": 0.18942200122095953, "they": 0.24488527120395534}, "call": {"he - they": -0.04797680251230191, "he": 0.2511954309694252, "they": 0.2991722334817271}, "called": {"he - they": -0.024965445342880255, "he": 0.31744744900414745, "they": 0.3424128943470277}, "calling": {"he - they": -0.05869527989224149, "he": 0.24822433673152106, "they": 0.30691961662376255}, "calls": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "calm": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "calming": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "came": {"he - they": -0.02883438719859438, "he": 0.30182852265742566, "they": 0.33066290985602004}, "cameron": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "camp": {"he - they": -0.060408477980377434, "he": 0.21105881700449228, "they": 0.2714672949848697}, "campaign": {"he - they": -0.008987609858206125, "he": 0.28140745714167614, "they": 0.29039506699988227}, "camper": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "camps": {"he - they": 0.06696143972452881, "he": 0.2511954309694252, "they": 0.1842339912448964}, "campus": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "can": {"he - they": -0.06677422605565081, "he": 0.31357988420593735, "they": 0.38035411026158816}, "canada": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "cancel": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "cancellations": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "cancelling": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "candidate": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "candidates": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "canned": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "cannot": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "canyon": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "capabilities": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "capable": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "capacity": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "capital": {"he - they": 0.041284639310750215, "he": 0.3055773545078722, "they": 0.264292715197122}, "captivating": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "car": {"he - they": 0.029722310413814262, "he": 0.26563811997608733, "they": 0.23591580956227307}, "card": {"he - they": 0.020148717632780144, "he": 0.29331046650630477, "they": 0.2731617488735246}, "care": {"he - they": -0.026406280858867315, "he": 0.2727659526228598, "they": 0.2991722334817271}, "cared": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "career": {"he - they": 0.01261693567435579, "he": 0.3055773545078722, "they": 0.2929604188335164}, "careful": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "carefully": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "caring": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "carlay": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "carlsberg": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "carolina": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "carried": {"he - they": -0.08281318357392062, "he": 0.2188615626423764, "they": 0.30167474621629703}, "carry": {"he - they": -0.009059084188759198, "he": 0.22624911288342076, "they": 0.23530819707217995}, "carrying": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "cars": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "carty": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "case": {"he - they": -0.009987817136381638, "he": 0.3157042653870758, "they": 0.32569208252345744}, "cases": {"he - they": 0.0411708886535232, "he": 0.3143326375270478, "they": 0.2731617488735246}, "cassidy": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "cast": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "casualties": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "cat": {"he - they": 0.0658225335803676, "he": 0.30443571062612773, "they": 0.23861317704576013}, "catch": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "categorically": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "catering": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "cats": {"he - they": 0.020128205470411442, "he": 0.27701210344138494, "they": 0.2568838979709735}, "cause": {"he - they": -0.08441570002324217, "he": 0.25328619373444833, "they": 0.3377018937576905}, "caused": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "causing": {"he - they": 0.08712561659104212, "he": 0.3143326375270478, "they": 0.2272070209360057}, "cavaliers": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "cave": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ceaseless": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "celebrating": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "celtics": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "center": {"he - they": 0.029613962828876128, "he": 0.30348884146562544, "they": 0.2738748786367493}, "centered": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "central": {"he - they": -0.05927133845273805, "he": 0.2360045666362904, "they": 0.29527590508902846}, "centre": {"he - they": -0.009488386124648862, "he": 0.2734819443409483, "they": 0.28297033046559716}, "century": {"he - they": 0.00788040490760461, "he": 0.26812412923604956, "they": 0.26024372432844495}, "ceramic": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "certain": {"he - they": 0.008170899634894535, "he": 0.2985659666347768, "they": 0.29039506699988227}, "certainly": {"he - they": -0.03046448798135848, "he": 0.3035365655022822, "they": 0.3340010534836407}, "certificate": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "chair": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "chairman": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "challenge": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "challenges": {"he - they": -0.008161729115670091, "he": 0.30443571062612773, "they": 0.3125974397417978}, "challenging": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "championing": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "chance": {"he - they": -0.08281318357392062, "he": 0.2188615626423764, "they": 0.30167474621629703}, "chances": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "chandler": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "change": {"he - they": -0.04350670802770884, "he": 0.2803031206540374, "they": 0.32380982868174624}, "changes": {"he - they": -0.00852752389109146, "he": 0.28443289494242496, "they": 0.2929604188335164}, "channel": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "chaos": {"he - they": 0.03768617134523833, "he": 0.24822433673152106, "they": 0.21053816538628273}, "chaotic": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "character": {"he - they": -0.023200671288841956, "he": 0.30348884146562544, "they": 0.3266895127544674}, "characteristic": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "characteristics": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "characterized": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "charge": {"he - they": 0.020148717632780144, "he": 0.29331046650630477, "they": 0.2731617488735246}, "charges": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "charles": {"he - they": 0.03764679756899836, "he": 0.2557684047881779, "they": 0.21812160721917956}, "charlie": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "charrettes": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "chart": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "charting": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "chatrie": {"he - they": -0.00893688538194748, "he": 0.18419749023760523, "they": 0.1931343756195527}, "chatty": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "cheapest": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "check": {"he - they": -0.10585390386806892, "he": 0.18942200122095953, "they": 0.29527590508902846}, "checked": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "cheeky": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "cheer": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "cheers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "cheery": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "chef": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "chemical": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "chemicals": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "chief": {"he - they": -0.00889132724985614, "he": 0.2863845778391723, "they": 0.29527590508902846}, "child": {"he - they": -0.030450851640462018, "he": 0.25994421535942025, "they": 0.29039506699988227}, "childhood": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "children": {"he - they": -0.043400577903068005, "he": 0.2827676185896785, "they": 0.32616819649274653}, "china": {"he - they": -0.02825560032196653, "he": 0.21051969989564764, "they": 0.23877530021761417}, "chinaman": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "chinese": {"he - they": 0.01239156540830244, "he": 0.268954035717085, "they": 0.25656247030878254}, "chintamaneni": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "chocolate": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "choice": {"he - they": -0.08413649304228443, "he": 0.1952647106842501, "they": 0.27940120372653454}, "choose": {"he - they": -0.08281318357392062, "he": 0.2188615626423764, "they": 0.30167474621629703}, "chores": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "christ": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "christian": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "chung": {"he - they": -0.008632420302186639, "he": 0.2019057450840961, "they": 0.21053816538628273}, "church": {"he - they": -0.0319019368592727, "he": 0.21313880354590267, "they": 0.24504074040517537}, "cinema": {"he - they": 0.037736013700430254, "he": 0.2360045666362904, "they": 0.19826855293586015}, "circle": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "circumstances": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "cities": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "citizen": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "citizens": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "city": {"he - they": -0.018513391623888376, "he": 0.30392831269155185, "they": 0.3224417043154402}, "citypaper": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "civic": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "civil": {"he - they": -0.08413649304228443, "he": 0.1952647106842501, "they": 0.27940120372653454}, "civilization": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "claimed": {"he - they": 0.020114355076385648, "he": 0.2706167719786347, "they": 0.25050241690224906}, "claims": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "clarke": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "clarks": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "class": {"he - they": -0.05869527989224149, "he": 0.24822433673152106, "they": 0.30691961662376255}, "classes": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "classic": {"he - they": 0.029550046664340024, "he": 0.3152272304510461, "they": 0.2856771837867061}, "classifier": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "clean": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "cleanse": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "cleansing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "clear": {"he - they": -0.04813813080759671, "he": 0.24733731098662093, "they": 0.29547544179421764}, "clearly": {"he - they": -0.02938160043451654, "he": 0.29331046650630477, "they": 0.3226920669408213}, "cleavage": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "clientele": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "climate": {"he - they": -0.0859410025976356, "he": 0.16073690221378845, "they": 0.24667790481142404}, "clinical": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "clippers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "close": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "closed": {"he - they": -0.08445287741578977, "he": 0.18942200122095953, "they": 0.2738748786367493}, "closely": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "closest": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "closing": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "clouded": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "clouds": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "club": {"he - they": -0.037192014045338506, "he": 0.2557684047881779, "they": 0.2929604188335164}, "clutchest": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "cm": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "cnd": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "cnn": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "co": {"he - they": -0.02990751318237761, "he": 0.27701210344138494, "they": 0.30691961662376255}, "coach": {"he - they": 0.01239156540830244, "he": 0.268954035717085, "they": 0.25656247030878254}, "coached": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "coaching": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "coalition": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "coast": {"he - they": -0.0385913305019176, "he": 0.2144554730791025, "they": 0.2530468035810201}, "coastal": {"he - they": -0.0378703120004589, "he": 0.2360045666362904, "they": 0.2738748786367493}, "code": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "cold": {"he - they": 0.020140179745302966, "he": 0.28443289494242496, "they": 0.264292715197122}, "coleman": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "collaborating": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "collapse": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "colleagues": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "collection": {"he - they": -0.009059084188759198, "he": 0.22624911288342076, "they": 0.23530819707217995}, "collective": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "college": {"he - they": -0.008784329117792866, "he": 0.29194443256142616, "they": 0.300728761679219}, "colonels": {"he - they": -0.008501304369600865, "he": 0.2096203028495787, "they": 0.21812160721917956}, "colonization": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "colours": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "columbia": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "columns": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "com": {"he - they": -0.009363626401765857, "he": 0.30656126980078335, "they": 0.3159248962025492}, "comb": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "combat": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "combination": {"he - they": -0.02966891671985128, "he": 0.28443289494242496, "they": 0.31410181166227624}, "combine": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "combined": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "come": {"he - they": -0.03199250379401386, "he": 0.31079031655915573, "they": 0.3427828203531696}, "comedians": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "comes": {"he - they": 0.020639730836755243, "he": 0.3430904785657033, "they": 0.32245074772894805}, "comfort": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "comforting": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "comical": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "coming": {"he - they": -0.009363626401765857, "he": 0.30656126980078335, "they": 0.3159248962025492}, "comment": {"he - they": -0.052651316761030575, "he": 0.2863845778391723, "they": 0.3390358946002029}, "commentary": {"he - they": 0.01261693567435579, "he": 0.3055773545078722, "they": 0.2929604188335164}, "commented": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "comments": {"he - they": -0.08334011598393773, "he": 0.2096203028495787, "they": 0.2929604188335164}, "commercials": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "commission": {"he - they": -0.008501304369600865, "he": 0.2096203028495787, "they": 0.21812160721917956}, "commissionaires": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "commissioner": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "commissions": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "commitments": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "committee": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "common": {"he - they": -0.009299962023196773, "he": 0.2972517352882706, "they": 0.30655169731146736}, "commonly": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "communicate": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "communicated": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "communication": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "communications": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "communist": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "communities": {"he - they": -0.08281318357392062, "he": 0.2188615626423764, "they": 0.30167474621629703}, "community": {"he - they": -0.04792734186240649, "he": 0.2707340341279295, "they": 0.318661375990336}, "companies": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "company": {"he - they": -0.04021065644248667, "he": 0.28625416016032607, "they": 0.32646481660281274}, "comparing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "compassionate": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "compatible": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "compelling": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "compete": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "competent": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "competition": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "complain": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "complaint": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "complete": {"he - they": 0.003271132694410095, "he": 0.3132253479987726, "they": 0.3099542153043625}, "completed": {"he - they": -0.025630164879959394, "he": 0.29825603980601684, "they": 0.32388620468597623}, "completely": {"he - they": -0.02966891671985128, "he": 0.28443289494242496, "they": 0.31410181166227624}, "complex": {"he - they": -0.00898588092543906, "he": 0.2985659666347768, "they": 0.30755184756021586}, "component": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "components": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "comprehensive": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "comprised": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "comprising": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "compromise": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "compromises": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "compulsion": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "computers": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "conceded": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "conceivable": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "conceived": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "concept": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "concern": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "concerned": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "concerns": {"he - they": -0.00852752389109146, "he": 0.28443289494242496, "they": 0.2929604188335164}, "concert": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "concerts": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "concluded": {"he - they": -0.00865956123945244, "he": 0.24822433673152106, "they": 0.2568838979709735}, "conclusion": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "conditioning": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "conditions": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "condor": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "conduit": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "conference": {"he - they": 0.028791685276174372, "he": 0.3208318002596726, "they": 0.29204011498349824}, "confidence": {"he - they": -0.00835942941377349, "he": 0.3143326375270478, "they": 0.3226920669408213}, "confirm": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "confirming": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "conflict": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "confused": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "congratulate": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "congregation": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "congress": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "connection": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "connections": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "consensus": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "consequence": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "consequences": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "consequently": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "consider": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "considerable": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "consideration": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "considered": {"he - they": -0.026821086168814012, "he": 0.2589931084778629, "they": 0.2858141946466769}, "considering": {"he - they": 0.037591021236165645, "he": 0.26479804217217134, "they": 0.2272070209360057}, "consisted": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "consistent": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "consistently": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "consolation": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "conspiracy": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "constant": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "constantly": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "constituted": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "constitutes": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "constitutional": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "constitutionality": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "constraints": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "construction": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "constructive": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "consular": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "consulted": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "consumer": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "consumption": {"he - they": -0.10585390386806892, "he": 0.18942200122095953, "they": 0.29527590508902846}, "contact": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "contacted": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "contacting": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "contain": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "contains": {"he - they": -0.07692822972174462, "he": 0.22624911288342076, "they": 0.3031773426051654}, "contemporary": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "content": {"he - they": -0.008784431747899835, "he": 0.2706167719786347, "they": 0.27940120372653454}, "contention": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "context": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "continue": {"he - they": 0.01261693567435579, "he": 0.3055773545078722, "they": 0.2929604188335164}, "continued": {"he - they": -0.02024471497404673, "he": 0.3132253479987726, "they": 0.33347006297281934}, "continues": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "continuing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "contouring": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "contrary": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "contribution": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "control": {"he - they": -0.05900319742647503, "he": 0.241725564252744, "they": 0.300728761679219}, "controlled": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "controversies": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "convention": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "conversation": {"he - they": 0.029503470261486864, "he": 0.3224638890950033, "they": 0.2929604188335164}, "conversations": {"he - they": -0.008161729115670091, "he": 0.30443571062612773, "they": 0.3125974397417978}, "convey": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "conveyed": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "convictions": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "cookies": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "coolers": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "cooling": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "coordinate": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "coordinated": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "cop": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "copa": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "cops": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "copy": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "cordial": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "core": {"he - they": -0.008658974234930117, "he": 0.3152272304510461, "they": 0.32388620468597623}, "corner": {"he - they": -0.00866357681774571, "he": 0.29825603980601684, "they": 0.30691961662376255}, "corners": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "cornerstone": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "cornerstones": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "corp": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "corporate": {"he - they": -0.037452847055185035, "he": 0.24822433673152106, "they": 0.2856771837867061}, "corporation": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "corps": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "correctly": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "corrosive": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "cory": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "cosmos": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "cost": {"he - they": -0.02370994143912808, "he": 0.28624427386523443, "they": 0.3099542153043625}, "costing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "costs": {"he - they": -0.008632420302186639, "he": 0.2019057450840961, "they": 0.21053816538628273}, "could": {"he - they": -0.036352478548927036, "he": 0.31935244316012673, "they": 0.35570492170905377}, "couldn": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "council": {"he - they": -0.10619757676227704, "he": 0.18419749023760523, "they": 0.29039506699988227}, "counselling": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "count": {"he - they": -0.008501304369600865, "he": 0.2096203028495787, "they": 0.21812160721917956}, "countach": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "counter": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "counterpart": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "counterparts": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "countries": {"he - they": -0.055463269982995805, "he": 0.18942200122095953, "they": 0.24488527120395534}, "country": {"he - they": -0.009790501651974037, "he": 0.2735346006553941, "they": 0.2833251023073681}, "county": {"he - they": 0.020114355076385648, "he": 0.2706167719786347, "they": 0.25050241690224906}, "couple": {"he - they": -0.06430355714474223, "he": 0.2727659526228598, "they": 0.337069509767602}, "courageous": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "course": {"he - they": -0.02024471497404673, "he": 0.3132253479987726, "they": 0.33347006297281934}, "court": {"he - they": 0.041865139581594324, "he": 0.2262439407685737, "they": 0.18437880118697939}, "courtesy": {"he - they": 0.020148717632780144, "he": 0.29331046650630477, "they": 0.2731617488735246}, "courts": {"he - they": -0.008632420302186639, "he": 0.2019057450840961, "they": 0.21053816538628273}, "coveney": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "cover": {"he - they": 0.020114355076385648, "he": 0.2706167719786347, "they": 0.25050241690224906}, "coverage": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "covered": {"he - they": -0.0760422249831208, "he": 0.241725564252744, "they": 0.3177677892358648}, "covering": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "covid": {"he - they": -0.008890154439068765, "he": 0.26498472419768054, "they": 0.2738748786367493}, "cowell": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "cpi": {"he - they": -0.008501304369600865, "he": 0.2096203028495787, "they": 0.21812160721917956}, "cpu": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "crack": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "crackerjack": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "crammed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "crayfish": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "crazy": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "create": {"he - they": -0.06381691280872454, "he": 0.28140745714167614, "they": 0.3452243699504007}, "creating": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "cred": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "credentials": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "credit": {"he - they": -0.037675639473790545, "he": 0.241725564252744, "they": 0.27940120372653454}, "creepy": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "crews": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "criminal": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "crippled": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "crippling": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "crisis": {"he - they": 0.008131600182191057, "he": 0.29410296323136986, "they": 0.2859713630491788}, "critical": {"he - they": 0.029636489253734855, "he": 0.2985659666347768, "they": 0.26892947738104195}, "criticism": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "cro": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "crore": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "cross": {"he - they": 0.012419085397803398, "he": 0.2727659526228598, "they": 0.2603468672250564}, "crotchety": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "crowd": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "crowded": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "crucial": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "cruise": {"he - they": 0.020140179745302966, "he": 0.28443289494242496, "they": 0.264292715197122}, "crying": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "culpa": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "cultivation": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "cultural": {"he - they": -0.009225159322161613, "he": 0.24733731098662093, "they": 0.25656247030878254}, "culture": {"he - they": -0.0408493342068702, "he": 0.2727659526228598, "they": 0.31361528682973}, "cultured": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "cup": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "curbs": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "curiosity": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "current": {"he - they": 0.017740979040492322, "he": 0.30978109402399057, "they": 0.29204011498349824}, "currently": {"he - they": -0.008501304369600865, "he": 0.2096203028495787, "they": 0.21812160721917956}, "cursing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "customer": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "customers": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "cut": {"he - they": -0.05497815288687741, "he": 0.2019057450840961, "they": 0.2568838979709735}, "cuts": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "cutting": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "cynicism": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "d": {"he - they": -0.019728624232845826, "he": 0.30182852265742566, "they": 0.3215571468902715}, "dad": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "dag": {"he - they": -0.009164348348191992, "he": 0.1711490887981914, "they": 0.1803134371463834}, "daily": {"he - they": 0.020140179745302966, "he": 0.28443289494242496, "they": 0.264292715197122}, "daley": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "damage": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "dance": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "dancers": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "danger": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "dangerous": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "dangerously": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "daniel": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "danville": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "dark": {"he - they": -0.008784431747899835, "he": 0.2706167719786347, "they": 0.27940120372653454}, "data": {"he - they": -0.0498162184598642, "he": 0.20584207381438016, "they": 0.25565829227424436}, "daughter": {"he - they": -0.009075290062143748, "he": 0.27689607298703506, "they": 0.2859713630491788}, "davies": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "day": {"he - they": -0.05036442773733796, "he": 0.27916131824965124, "they": 0.3295257459869892}, "days": {"he - they": -0.03982824497202225, "he": 0.2954149570390519, "they": 0.33524320201107416}, "dazed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "de": {"he - they": -0.03834089985805697, "he": 0.22200596736699943, "they": 0.2603468672250564}, "deacon": {"he - they": -0.00874603137580221, "he": 0.1952647106842501, "they": 0.20401074206005232}, "deacons": {"he - they": -0.009229417698098541, "he": 0.1674440335988083, "they": 0.17667345129690684}, "dead": {"he - they": 0.05879476615918991, "he": 0.29410296323136986, "they": 0.23530819707217995}, "deadly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "deaf": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "deal": {"he - they": 0.029613962828876128, "he": 0.30348884146562544, "they": 0.2738748786367493}, "death": {"he - they": 0.0414420156591771, "he": 0.29194443256142616, "they": 0.25050241690224906}, "debate": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "debug": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "decades": {"he - they": -0.0378703120004589, "he": 0.2360045666362904, "they": 0.2738748786367493}, "decamp": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "december": {"he - they": -0.008880704567664932, "he": 0.2360045666362904, "they": 0.24488527120395534}, "decide": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "decided": {"he - they": -0.062419855860304796, "he": 0.2511954309694252, "they": 0.31361528682973}, "deciding": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "decision": {"he - they": -0.02652140607713266, "he": 0.268954035717085, "they": 0.29547544179421764}, "decisions": {"he - they": 0.020140179745302966, "he": 0.28443289494242496, "they": 0.264292715197122}, "declaration": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "declare": {"he - they": -0.055463269982995805, "he": 0.18942200122095953, "they": 0.24488527120395534}, "declared": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "declined": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "decrease": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "decreased": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "dedicated": {"he - they": -0.00866357681774571, "he": 0.29825603980601684, "they": 0.30691961662376255}, "deep": {"he - they": -0.08281318357392062, "he": 0.2188615626423764, "they": 0.30167474621629703}, "deeper": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "deeply": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "deering": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "defeat": {"he - they": 0.06610344557029907, "he": 0.29331046650630477, "they": 0.2272070209360057}, "defeats": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "defect": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "defence": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "defend": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "defendant": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "defended": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "defense": {"he - they": -0.00852752389109146, "he": 0.28443289494242496, "they": 0.2929604188335164}, "defensive": {"he - they": 0.0658225335803676, "he": 0.30443571062612773, "they": 0.23861317704576013}, "defiant": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "degrading": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "degree": {"he - they": -0.00865956123945244, "he": 0.24822433673152106, "they": 0.2568838979709735}, "degrees": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "delays": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "delete": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "deleted": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "deliberation": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "delicacy": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "delicate": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "delight": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "deliver": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "delivered": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "delivers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "delivery": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "demand": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "demanded": {"he - they": 0.03764679756899836, "he": 0.2557684047881779, "they": 0.21812160721917956}, "demanding": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "democracy": {"he - they": -0.08281318357392062, "he": 0.2188615626423764, "they": 0.30167474621629703}, "democratic": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "demographic": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "demolished": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "dengue": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "denied": {"he - they": 0.020083969576637217, "he": 0.25994421535942025, "they": 0.23986024578278303}, "denigrated": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "dennis": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "denominator": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "denuclearization": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "depart": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "department": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "depend": {"he - they": -0.008161729115670091, "he": 0.30443571062612773, "they": 0.3125974397417978}, "dependable": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "depending": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "depicting": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "depicts": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "deployments": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "depressing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "depressingly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "depth": {"he - they": 0.01265789131075079, "he": 0.3143326375270478, "they": 0.30167474621629703}, "deputy": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "derogatory": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "derouen": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "describe": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "described": {"he - they": -0.047392836985039044, "he": 0.26498472419768054, "they": 0.3123775611827196}, "describes": {"he - they": -0.08281318357392062, "he": 0.2188615626423764, "they": 0.30167474621629703}, "describing": {"he - they": 0.0658225335803676, "he": 0.30443571062612773, "they": 0.23861317704576013}, "deserved": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "design": {"he - they": 0.012070181483463865, "he": 0.23140723340057456, "they": 0.2193370519171107}, "designadvocacy": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "designated": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "designed": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "desjardins": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "despite": {"he - they": -0.009231167928983208, "he": 0.28624427386523443, "they": 0.29547544179421764}, "destabilized": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "destination": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "destinations": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "destinie": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "destroy": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "destroyed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "destructive": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "detail": {"he - they": 0.020140179745302966, "he": 0.28443289494242496, "they": 0.264292715197122}, "detailed": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "details": {"he - they": 0.041284639310750215, "he": 0.3055773545078722, "they": 0.264292715197122}, "detaining": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "detect": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "detective": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "deteriorate": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "determine": {"he - they": -0.008665080345321152, "he": 0.27701210344138494, "they": 0.2856771837867061}, "detroit": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "devastated": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "devastating": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "developed": {"he - they": -0.00865956123945244, "he": 0.24822433673152106, "they": 0.2568838979709735}, "developer": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "developers": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "developing": {"he - they": -0.04654968778252477, "he": 0.28443289494242496, "they": 0.33098258272494974}, "development": {"he - they": -0.02764230836763526, "he": 0.23140723340057456, "they": 0.2590495417682098}, "device": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "devices": {"he - they": -0.060256714107427, "he": 0.2144554730791025, "they": 0.2747121871865295}, "devoid": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "devote": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "devoted": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "dialogue": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "diameter": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "dictated": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "did": {"he - they": -0.023226189017935495, "he": 0.31126893727395544, "they": 0.33449512629189093}, "didn": {"he - they": -0.02123688454274697, "he": 0.278444307609538, "they": 0.29968119215228495}, "die": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "died": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "difference": {"he - they": -0.047392836985039044, "he": 0.26498472419768054, "they": 0.3123775611827196}, "different": {"he - they": -0.0242416641471761, "he": 0.26812412923604956, "they": 0.29236579338322566}, "difficult": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "difficulty": {"he - they": -0.02938160043451654, "he": 0.29331046650630477, "they": 0.3226920669408213}, "digital": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "dillman": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "dimmed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "diners": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "dinner": {"he - they": -0.058333406874098326, "he": 0.2557684047881779, "they": 0.31410181166227624}, "diplomats": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "direct": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "directed": {"he - they": 0.06610344557029907, "he": 0.29331046650630477, "they": 0.2272070209360057}, "direction": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "directly": {"he - they": 0.037591021236165645, "he": 0.26479804217217134, "they": 0.2272070209360057}, "director": {"he - they": 0.041587875914855105, "he": 0.27689607298703506, "they": 0.23530819707217995}, "disagrees": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "disappeared": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "disappointing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "disarray": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "disbelief": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "discharge": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "disciple": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "disciplined": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "disciplines": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "disclosures": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "discoveries": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "discovery": {"he - they": -0.05523770621799895, "he": 0.1952647106842501, "they": 0.25050241690224906}, "discretion": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "discuss": {"he - they": 0.01261693567435579, "he": 0.3055773545078722, "they": 0.2929604188335164}, "discussed": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "discussion": {"he - they": -0.058333406874098326, "he": 0.2557684047881779, "they": 0.31410181166227624}, "disguise": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "disliked": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "dismantled": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "dismissed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "disobedience": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "disobey": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "disorder": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "disordered": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "disorganized": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "disorienting": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "dispel": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "display": {"he - they": 0.020099452993725203, "he": 0.26498472419768054, "they": 0.24488527120395534}, "displays": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "disrespected": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "disrupted": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "disruption": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "disruptive": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "dissenting": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "distant": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "distracting": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "distribution": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "district": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "distrustful": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ditched": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "dive": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "divide": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "dividends": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "divine": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "division": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "divorce": {"he - they": -0.0378703120004589, "he": 0.2360045666362904, "they": 0.2738748786367493}, "divorced": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "divulge": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "dixie": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "dna": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "do": {"he - they": -0.04712140874120546, "he": 0.31721671551714564, "they": 0.3643381242583511}, "doctorow": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "doctrine": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "documented": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "documents": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "does": {"he - they": -0.03800739119004787, "he": 0.28137239598556757, "they": 0.31937978717561544}, "doesn": {"he - they": 0.0005665626134399027, "he": 0.3275628953537441, "they": 0.3269963327403042}, "dog": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "doing": {"he - they": -0.05913711483597045, "he": 0.29543258563073305, "they": 0.3545697004667035}, "dollars": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "domantas": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "dominated": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "dominating": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "don": {"he - they": -0.05384758946333862, "he": 0.302519577709288, "they": 0.3563671671726266}, "donald": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "done": {"he - they": 0.0003742727671027235, "he": 0.3141671486003979, "they": 0.3137928758332952}, "donell": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "dongguan": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "donovan": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "doofer": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "door": {"he - they": 0.03764679756899836, "he": 0.2557684047881779, "they": 0.21812160721917956}, "double": {"he - they": -0.058333406874098326, "he": 0.2557684047881779, "they": 0.31410181166227624}, "doubt": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "doubted": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "douglas": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "down": {"he - they": -0.027785626687947207, "he": 0.3255886331924946, "they": 0.3533742598804418}, "downer": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "download": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "doyle": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "dozens": {"he - they": 0.01261693567435579, "he": 0.3055773545078722, "they": 0.2929604188335164}, "dpp": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "dr": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "drafted": {"he - they": 0.037591021236165645, "he": 0.26479804217217134, "they": 0.2272070209360057}, "dragnet": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "dram": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "drama": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "draw": {"he - they": 0.037591021236165645, "he": 0.26479804217217134, "they": 0.2272070209360057}, "drawbridge": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "drawn": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "dream": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "dressed": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "drew": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "drilled": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "drink": {"he - they": -0.037675639473790545, "he": 0.241725564252744, "they": 0.27940120372653454}, "drinking": {"he - they": 0.06610344557029907, "he": 0.29331046650630477, "they": 0.2272070209360057}, "drinks": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "drive": {"he - they": -0.08498162785541682, "he": 0.1794666068936068, "they": 0.2644482347490236}, "driver": {"he - they": -0.08334011598393773, "he": 0.2096203028495787, "they": 0.2929604188335164}, "drivers": {"he - they": -0.00865956123945244, "he": 0.24822433673152106, "they": 0.2568838979709735}, "driving": {"he - they": -0.008776852649505062, "he": 0.241725564252744, "they": 0.25050241690224906}, "drop": {"he - they": -0.008161729115670091, "he": 0.30443571062612773, "they": 0.3125974397417978}, "drove": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "drummond": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "drunk": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "drunkard": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "dubious": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "dublin": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "duck": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "dude": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "due": {"he - they": -0.0015874047149913584, "he": 0.31401603970876796, "they": 0.3156034444237593}, "dues": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "duffey": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "dug": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "duly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "during": {"he - they": -0.02989002358590115, "he": 0.3110496919135999, "they": 0.34093971549950103}, "dysfunctional": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "e": {"he - they": 0.005378525601461792, "he": 0.31293037316167766, "they": 0.30755184756021586}, "each": {"he - they": -0.009745066025558857, "he": 0.2883989872572695, "they": 0.29814405328282834}, "ear": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "earbuds": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "earlier": {"he - they": 0.008170899634894535, "he": 0.2985659666347768, "they": 0.29039506699988227}, "early": {"he - they": -0.04895561197510939, "he": 0.3075448580818632, "they": 0.3565004700569726}, "earned": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ears": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "earth": {"he - they": -0.05497815288687741, "he": 0.2019057450840961, "they": 0.2568838979709735}, "easier": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "easily": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "east": {"he - they": 0.0032293967125232026, "he": 0.30978109402399057, "they": 0.30655169731146736}, "eastern": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "easy": {"he - they": -0.09102619017610403, "he": 0.2308861533814066, "they": 0.32191234355751064}, "eat": {"he - they": -0.05869527989224149, "he": 0.24822433673152106, "they": 0.30691961662376255}, "eating": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "ecclesial": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "economic": {"he - they": -0.009276905181003797, "he": 0.2144554730791025, "they": 0.2237323782601063}, "economics": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "economists": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ecstatic": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ed": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "eddie": {"he - they": 0.03764679756899836, "he": 0.2557684047881779, "they": 0.21812160721917956}, "eddy": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "edge": {"he - they": 0.041587875914855105, "he": 0.27689607298703506, "they": 0.23530819707217995}, "edit": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "editor": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "edl": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "edmund": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "eds": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "education": {"he - they": -0.08473198714343672, "he": 0.18419749023760523, "they": 0.26892947738104195}, "effect": {"he - they": -0.02990751318237761, "he": 0.27701210344138494, "they": 0.30691961662376255}, "effective": {"he - they": -0.00865956123945244, "he": 0.24822433673152106, "they": 0.2568838979709735}, "effectively": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "effects": {"he - they": -0.05584159017857315, "he": 0.1794666068936068, "they": 0.23530819707217995}, "efforts": {"he - they": -0.00852752389109146, "he": 0.28443289494242496, "they": 0.2929604188335164}, "eggshells": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "eight": {"he - they": -0.058333406874098326, "he": 0.2557684047881779, "they": 0.31410181166227624}, "either": {"he - they": -0.03907466272060128, "he": 0.3132253479987726, "they": 0.3523000107193739}, "elder": {"he - they": -0.008632420302186639, "he": 0.2019057450840961, "they": 0.21053816538628273}, "elders": {"he - they": -0.009164348348191992, "he": 0.1711490887981914, "they": 0.1803134371463834}, "elect": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "election": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "elections": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "electricity": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "electromagnetic": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "electronic": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "elements": {"he - they": 0.06647393805510221, "he": 0.27701210344138494, "they": 0.21053816538628273}, "eleven": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "eliminate": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ellen": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "elliott": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "elon": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "else": {"he - they": -0.04654968778252477, "he": 0.28443289494242496, "they": 0.33098258272494974}, "eludes": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "email": {"he - they": 0.029613962828876128, "he": 0.30348884146562544, "they": 0.2738748786367493}, "emanates": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "embarrassment": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "embedded": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "embiid": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "emboldening": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "embraced": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "emerged": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "emergency": {"he - they": -0.030594978031275033, "he": 0.2553763850179038, "they": 0.2859713630491788}, "emerging": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "emeritus": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "emerson": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "emily": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "emotional": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "emotionally": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "emphasis": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "emphasise": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "emphasised": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "emphasize": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "employ": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "employed": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "empowers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "enable": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "enabled": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "enabling": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "encephalitis": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "encountering": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "encourage": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "encouraged": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "encroach": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "encyclopedia": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "end": {"he - they": -0.0272920777670439, "he": 0.3075448580818632, "they": 0.3348369358489071}, "endeavor": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "endeavour": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "endeavours": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ended": {"he - they": -0.00852752389109146, "he": 0.28443289494242496, "they": 0.2929604188335164}, "ending": {"he - they": -0.08281318357392062, "he": 0.2188615626423764, "they": 0.30167474621629703}, "endless": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "endured": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "enduring": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "energetic": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "energy": {"he - they": -0.00981074915521779, "he": 0.21717954793022742, "they": 0.22699029708544521}, "enforcement": {"he - they": -0.00945581007509877, "he": 0.2048638253066992, "they": 0.21431963538179796}, "engage": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "engaged": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "engagement": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "engaging": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "engine": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "engineering": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "engineers": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "england": {"he - they": -0.04687410124459129, "he": 0.27701210344138494, "they": 0.32388620468597623}, "english": {"he - they": 0.0414420156591771, "he": 0.29194443256142616, "they": 0.25050241690224906}, "engrained": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "enjoy": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "enjoyed": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "enjoys": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "enough": {"he - they": -0.06196812819809039, "he": 0.25994421535942025, "they": 0.32191234355751064}, "enquiry": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ensemble": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ensnare": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ensure": {"he - they": -0.037675639473790545, "he": 0.241725564252744, "they": 0.27940120372653454}, "ensuring": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "entered": {"he - they": 0.03488161672898121, "he": 0.33015752181800967, "they": 0.29527590508902846}, "entering": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "entertain": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "entertainment": {"he - they": 0.020148717632780144, "he": 0.29331046650630477, "they": 0.2731617488735246}, "enthusiast": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "entire": {"he - they": 0.01775844855164105, "he": 0.31693068203336816, "they": 0.2991722334817271}, "entirely": {"he - they": -0.08281318357392062, "he": 0.2188615626423764, "they": 0.30167474621629703}, "entrance": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "entrepreneur": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "entropy": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "environment": {"he - they": -0.07758464190439573, "he": 0.2144554730791025, "they": 0.29204011498349824}, "environmental": {"he - they": -0.037675639473790545, "he": 0.241725564252744, "they": 0.27940120372653454}, "epidemic": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "episode": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "equal": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "equality": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "equipment": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "equipping": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "era": {"he - they": 0.01265789131075079, "he": 0.3143326375270478, "they": 0.30167474621629703}, "eric": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "erm": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "erode": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "error": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "ers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "escape": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "eschewed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "especially": {"he - they": -0.04767339295196993, "he": 0.27638459228904366, "they": 0.3240579852410136}, "essential": {"he - they": -0.00852752389109146, "he": 0.28443289494242496, "they": 0.2929604188335164}, "essentially": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "establish": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "established": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "establishment": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "estimate": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "estimated": {"he - they": -0.05497815288687741, "he": 0.2019057450840961, "they": 0.2568838979709735}, "estranged": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "estrangement": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "estrangements": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "et": {"he - they": 0.03776345620050642, "he": 0.22624911288342076, "they": 0.18848565668291434}, "etc": {"he - they": -0.02990751318237761, "he": 0.27701210344138494, "they": 0.30691961662376255}, "etiquette": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "eui": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "europe": {"he - they": -0.037192014045338506, "he": 0.2557684047881779, "they": 0.2929604188335164}, "european": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "evaluate": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "evaluated": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "evaluating": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "even": {"he - they": -0.021863145712123, "he": 0.326028984143477, "they": 0.3478921298556}, "evening": {"he - they": 0.020148717632780144, "he": 0.29331046650630477, "they": 0.2731617488735246}, "event": {"he - they": -0.05927133845273805, "he": 0.2360045666362904, "they": 0.29527590508902846}, "events": {"he - they": -0.05523770621799895, "he": 0.1952647106842501, "they": 0.25050241690224906}, "eventually": {"he - they": 0.005540426456665359, "he": 0.3294266311426416, "they": 0.32388620468597623}, "ever": {"he - they": -0.024842826884103553, "he": 0.32111529782239806, "they": 0.3459581247065016}, "every": {"he - they": -0.024842826884103553, "he": 0.32111529782239806, "they": 0.3459581247065016}, "everybody": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "everyday": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "everyone": {"he - they": -0.02628126961813032, "he": 0.27689607298703506, "they": 0.3031773426051654}, "everything": {"he - they": -0.03993065497095594, "he": 0.29296996402919956, "they": 0.3329006190001555}, "everywhere": {"he - they": -0.08377143870261, "he": 0.2019057450840961, "they": 0.2856771837867061}, "evidence": {"he - they": -0.008784431747899835, "he": 0.2706167719786347, "they": 0.27940120372653454}, "evident": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "ex": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "exactly": {"he - they": 0.00825825784315648, "he": 0.3089870195223755, "they": 0.300728761679219}, "examination": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "examines": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "examining": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "example": {"he - they": -0.040685139132568826, "he": 0.27689607298703506, "they": 0.3175812121196039}, "examples": {"he - they": -0.02990751318237761, "he": 0.27701210344138494, "they": 0.30691961662376255}, "exceedingly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "excellent": {"he - they": -0.037192014045338506, "he": 0.2557684047881779, "they": 0.2929604188335164}, "except": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "exception": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "exchange": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "excited": {"he - they": -0.00865956123945244, "he": 0.24822433673152106, "they": 0.2568838979709735}, "exclusive": {"he - they": -0.037452847055185035, "he": 0.24822433673152106, "they": 0.2856771837867061}, "exclusively": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "excoriated": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "executing": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "execution": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "executive": {"he - they": 0.06671617126182039, "he": 0.26498472419768054, "they": 0.19826855293586015}, "exercise": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "exercises": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "exist": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "existed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "existence": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "existential": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "existing": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "exists": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "exited": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "exiting": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "exodus": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "exoplanets": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "expand": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "expect": {"he - they": 0.05848460262012645, "he": 0.3089870195223755, "they": 0.25050241690224906}, "expectation": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "expectations": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "expected": {"he - they": -0.009367460254705195, "he": 0.27946203539368164, "they": 0.28882949564838684}, "expense": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "expenses": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "experience": {"he - they": 0.008131600182191057, "he": 0.29410296323136986, "they": 0.2859713630491788}, "experienced": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "experiences": {"he - they": -0.037452847055185035, "he": 0.24822433673152106, "they": 0.2856771837867061}, "experiencetheride": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "expert": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "expertise": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "experts": {"he - they": -0.05869527989224149, "he": 0.24822433673152106, "they": 0.30691961662376255}, "explain": {"he - they": 0.00825825784315648, "he": 0.3089870195223755, "they": 0.300728761679219}, "explained": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "explains": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "explicitly": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "explored": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "exploring": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "explosion": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "explosions": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "explosive": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "export": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "exposed": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "exposing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "express": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "expressed": {"he - they": 0.037591021236165645, "he": 0.26479804217217134, "they": 0.2272070209360057}, "expressing": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "extended": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "extension": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "extensive": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "extent": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "extra": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "extracting": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "extraordinary": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "extreme": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "extremely": {"he - they": -0.04715101725723009, "he": 0.2706167719786347, "they": 0.3177677892358648}, "exult": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "eye": {"he - they": 0.10434228187582373, "he": 0.3224638890950033, "they": 0.21812160721917956}, "eyes": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "f": {"he - they": 0.06647393805510221, "he": 0.27701210344138494, "they": 0.21053816538628273}, "face": {"he - they": -0.04654968778252477, "he": 0.28443289494242496, "they": 0.33098258272494974}, "faced": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "faces": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "facet": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "facility": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "facing": {"he - they": -0.025823356674438636, "he": 0.29194443256142616, "they": 0.3177677892358648}, "fact": {"he - they": 0.0016716973053882977, "he": 0.3146349343854283, "they": 0.31296323708004}, "factor": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "factors": {"he - they": -0.061143441467710946, "he": 0.19429138920541372, "they": 0.25543483067312467}, "facts": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "faculty": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "fading": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fahrenheit": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fail": {"he - they": 0.020140179745302966, "he": 0.28443289494242496, "they": 0.264292715197122}, "failed": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "failure": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "failures": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fair": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "faith": {"he - they": -0.02990751318237761, "he": 0.27701210344138494, "they": 0.30691961662376255}, "faithful": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fall": {"he - they": -0.04760763220079561, "he": 0.25994421535942025, "they": 0.30755184756021586}, "fallen": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "falling": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "falls": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "false": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "familial": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "familiar": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "families": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "family": {"he - they": 0.024220713107356906, "he": 0.30166517898010775, "they": 0.27744446587275085}, "famous": {"he - they": 0.0663112877232454, "he": 0.28443289494242496, "they": 0.21812160721917956}, "fan": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "fans": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "fantastic": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "far": {"he - they": -0.036790341244516966, "he": 0.2707340341279295, "they": 0.3075243753724465}, "fare": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "farmers": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "farrell": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fast": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "fastdoc": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fat": {"he - they": -0.008501304369600865, "he": 0.2096203028495787, "they": 0.21812160721917956}, "father": {"he - they": 0.020114355076385648, "he": 0.2706167719786347, "they": 0.25050241690224906}, "fathers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fatigued": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fault": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "favor": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "favorite": {"he - they": 0.020083969576637217, "he": 0.25994421535942025, "they": 0.23986024578278303}, "favorites": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "favour": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "favourite": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "fear": {"he - they": -0.04715101725723009, "he": 0.2706167719786347, "they": 0.3177677892358648}, "fearful": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "feasibility": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "feasible": {"he - they": -0.008632420302186639, "he": 0.2019057450840961, "they": 0.21053816538628273}, "feat": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "feature": {"he - they": -0.05991588507606663, "he": 0.22200596736699943, "they": 0.28192185244306606}, "features": {"he - they": -0.008784431747899835, "he": 0.2706167719786347, "they": 0.27940120372653454}, "february": {"he - they": 0.08712561659104212, "he": 0.3143326375270478, "they": 0.2272070209360057}, "federal": {"he - they": -0.009074379373795516, "he": 0.29410296323136986, "they": 0.3031773426051654}, "feed": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "feel": {"he - they": -0.008987609858206125, "he": 0.28140745714167614, "they": 0.29039506699988227}, "feeling": {"he - they": -0.008784431747899835, "he": 0.2706167719786347, "they": 0.27940120372653454}, "feelings": {"he - they": 0.04137214183504334, "he": 0.29825603980601684, "they": 0.2568838979709735}, "feels": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fees": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "feigned": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fell": {"he - they": -0.00852752389109146, "he": 0.28443289494242496, "they": 0.2929604188335164}, "fellow": {"he - they": 0.0663112877232454, "he": 0.28443289494242496, "they": 0.21812160721917956}, "fellowship": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "felt": {"he - they": -0.030450851640462018, "he": 0.25994421535942025, "they": 0.29039506699988227}, "female": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "feral": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "feroza": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fever": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "few": {"he - they": -0.07619022060955533, "he": 0.22882163698696972, "they": 0.30501185759652505}, "fewer": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fiction": {"he - they": -0.008501304369600865, "he": 0.2096203028495787, "they": 0.21812160721917956}, "fictions": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fictitious": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "field": {"he - they": -0.009290375735238554, "he": 0.1639840344423364, "they": 0.17327441017757494}, "fields": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "fiery": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fifty": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "fight": {"he - they": -0.00898588092543906, "he": 0.2985659666347768, "they": 0.30755184756021586}, "figure": {"he - they": -0.0415053917282735, "he": 0.2560613589093236, "they": 0.2975667506375971}, "figured": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "figures": {"he - they": -0.02938160043451654, "he": 0.29331046650630477, "they": 0.3226920669408213}, "filled": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "film": {"he - they": 0.012183198027806735, "he": 0.24344927883379316, "they": 0.23126608080598643}, "filmmakers": {"he - they": -0.008501304369600865, "he": 0.2096203028495787, "they": 0.21812160721917956}, "films": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "final": {"he - they": -0.053313674929749755, "he": 0.2727659526228598, "they": 0.32607962755260955}, "finally": {"he - they": 0.008362077432727044, "he": 0.3224638890950033, "they": 0.31410181166227624}, "financial": {"he - they": -0.03011198970058432, "he": 0.2706167719786347, "they": 0.300728761679219}, "find": {"he - they": -0.009684292185354826, "he": 0.32932455735698696, "they": 0.3390088495423418}, "finding": {"he - they": -0.037192014045338506, "he": 0.2557684047881779, "they": 0.2929604188335164}, "finds": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "fine": {"he - they": -0.04687410124459129, "he": 0.27701210344138494, "they": 0.32388620468597623}, "finest": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fingers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "finish": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fire": {"he - they": -0.039248458609345394, "he": 0.19429138920541372, "they": 0.23353984781475912}, "fired": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "first": {"he - they": -4.102618242546319e-05, "he": 0.35869666897340774, "they": 0.3587376951558332}, "firsthand": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "firstly": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "fissures": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "fit": {"he - they": -0.008665080345321152, "he": 0.27701210344138494, "they": 0.2856771837867061}, "fitness": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "five": {"he - they": -0.019594296307264447, "he": 0.3065739001854821, "they": 0.32616819649274653}, "flag": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "flagship": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "flanagan": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "flapping": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "flash": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "flashmob": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "flat": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "flavour": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "flawlessly": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "flayed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "flesh": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "flexibility": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "flickered": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "flight": {"he - they": -0.00865956123945244, "he": 0.24822433673152106, "they": 0.2568838979709735}, "flock": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "flow": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "flurry": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fly": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "flying": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "focus": {"he - they": -0.09029908891255589, "he": 0.241725564252744, "they": 0.3320246531652999}, "focused": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "focuses": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "focusing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "folk": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "follow": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "followed": {"he - they": -0.04100017958727753, "he": 0.268954035717085, "they": 0.3099542153043625}, "following": {"he - they": 0.04154721135889311, "he": 0.28140745714167614, "they": 0.23986024578278303}, "follows": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "folly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "font": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "food": {"he - they": -0.03777826060421291, "he": 0.24394247073544006, "they": 0.281720731339653}, "foolish": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "for": {"he - they": -0.03494329283716968, "he": 0.3247642116209981, "they": 0.3597075044581678}, "forage": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "force": {"he - they": 0.01261693567435579, "he": 0.3055773545078722, "they": 0.2929604188335164}, "forced": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "forces": {"he - they": 0.08793369050137384, "he": 0.29194443256142616, "they": 0.20401074206005232}, "forecast": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "foreign": {"he - they": 0.02970668747761962, "he": 0.27638459228904366, "they": 0.24667790481142404}, "foresee": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "foresight": {"he - they": -0.05664313963626491, "he": 0.15767649574553305, "they": 0.21431963538179796}, "foretold": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "forge": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "forgiveness": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "forgotten": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "form": {"he - they": -0.030594978031275033, "he": 0.2553763850179038, "they": 0.2859713630491788}, "formal": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "formative": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "formed": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "former": {"he - they": -0.03606315069853078, "he": 0.2900164768540788, "they": 0.32607962755260955}, "formidable": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "forms": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "formulae": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fortune": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "forty": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "forum": {"he - they": -0.08413649304228443, "he": 0.1952647106842501, "they": 0.27940120372653454}, "forums": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "forward": {"he - they": -0.05869527989224149, "he": 0.24822433673152106, "they": 0.30691961662376255}, "forwarded": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fosters": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "foucault": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "found": {"he - they": -0.06752898877988456, "he": 0.26099143705546396, "they": 0.3285204258353485}, "foundation": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "founder": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "four": {"he - they": -0.029644699473373615, "he": 0.2783560656252478, "they": 0.3080007650986214}, "fourth": {"he - they": -0.03125315752921712, "he": 0.23429344384660586, "they": 0.265546601375823}, "foyer": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fracturing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "frame": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "framework": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "franchise": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "francis": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "francisco": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "frank": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "frantic": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "frantically": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "free": {"he - they": -0.04212809675928825, "he": 0.30966004399524777, "they": 0.351788140754536}, "freedom": {"he - they": -0.037192014045338506, "he": 0.2557684047881779, "they": 0.2929604188335164}, "freeing": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "freeman": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "french": {"he - they": 0.020140179745302966, "he": 0.28443289494242496, "they": 0.264292715197122}, "frenchman": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "frenchmen": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "frenzy": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "frequent": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "frequented": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fresh": {"he - they": -0.058333406874098326, "he": 0.2557684047881779, "they": 0.31410181166227624}, "freshman": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "freshmen": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "friday": {"he - they": 0.020099452993725203, "he": 0.26498472419768054, "they": 0.24488527120395534}, "friend": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "friendly": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "friends": {"he - they": -0.009075290062143748, "he": 0.27689607298703506, "they": 0.2859713630491788}, "frieze": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fringe": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "frogs": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "from": {"he - they": -0.02005827362558954, "he": 0.36058298119985344, "they": 0.380641254825443}, "front": {"he - they": -0.02599298334354727, "he": 0.2863845778391723, "they": 0.3123775611827196}, "frontiers": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "fruit": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "fruits": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fuel": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "fuels": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "fukushima": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fulfills": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "full": {"he - they": 0.007907369573951217, "he": 0.2707340341279295, "they": 0.2628266645539783}, "function": {"he - they": -0.0760422249831208, "he": 0.241725564252744, "they": 0.3177677892358648}, "functioning": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fundamental": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "funders": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "fundraising": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "funds": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "funeral": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "funnily": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "further": {"he - they": -0.019594296307264447, "he": 0.3065739001854821, "they": 0.32616819649274653}, "future": {"he - they": -0.010515066634560755, "he": 0.2526927229422278, "they": 0.26320778957678853}, "futurists": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "futurologist": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "g": {"he - they": -0.02599298334354727, "he": 0.2863845778391723, "they": 0.3123775611827196}, "gained": {"he - they": -0.00852752389109146, "he": 0.28443289494242496, "they": 0.2929604188335164}, "galaxies": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "game": {"he - they": 0.0027287936157677217, "he": 0.2716170845832717, "they": 0.268888290967504}, "gamecock": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "gamecocks": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "games": {"he - they": 0.022540335445505044, "he": 0.3044621878885711, "they": 0.28192185244306606}, "gangavaram": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "garage": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "garda": {"he - they": -0.05523770621799895, "he": 0.1952647106842501, "they": 0.25050241690224906}, "garden": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "garnet": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "gas": {"he - they": 0.020140179745302966, "he": 0.28443289494242496, "they": 0.264292715197122}, "gases": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "gate": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "gathered": {"he - they": -0.1038305042984449, "he": 0.2188615626423764, "they": 0.3226920669408213}, "gathering": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "gaume": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "gauntlet": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "gave": {"he - they": -0.009292402588331083, "he": 0.3208318002596726, "they": 0.3301242028480037}, "geez": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "gene": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "general": {"he - they": -0.030291180891347913, "he": 0.26498472419768054, "they": 0.29527590508902846}, "generally": {"he - they": 0.0658225335803676, "he": 0.30443571062612773, "they": 0.23861317704576013}, "generations": {"he - they": -0.037452847055185035, "he": 0.24822433673152106, "they": 0.2856771837867061}, "generators": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "genie": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "genius": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "genocide": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "genre": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "gentlemen": {"he - they": -0.008632420302186639, "he": 0.2019057450840961, "they": 0.21053816538628273}, "gently": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "genuine": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "genuinely": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "geofence": {"he - they": -0.009453413615797601, "he": 0.15478128540747058, "they": 0.16423469902326818}, "geofiltered": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "geographically": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "george": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "georgia": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "geothermal": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "germany": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "gershshwin": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "gestures": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "get": {"he - they": -0.055525279840555886, "he": 0.3084963350373155, "they": 0.3640216148778714}, "gets": {"he - they": -0.008665080345321152, "he": 0.27701210344138494, "they": 0.2856771837867061}, "getting": {"he - they": -0.0396067287576769, "he": 0.3006831592734811, "they": 0.340289888031158}, "ghastly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ghost": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "gimli": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "girl": {"he - they": -0.0266281628856041, "he": 0.26541195209789414, "they": 0.29204011498349824}, "girls": {"he - they": -0.0378703120004589, "he": 0.2360045666362904, "they": 0.2738748786367493}, "give": {"he - they": -0.02182608333889785, "he": 0.2972517352882706, "they": 0.31907781862716844}, "given": {"he - they": -0.04915662480657196, "he": 0.3035536035915897, "they": 0.3527102283981617}, "gives": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "giving": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "glad": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "glazing": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "global": {"he - they": 0.0663112877232454, "he": 0.28443289494242496, "they": 0.21812160721917956}, "glorious": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "gloves": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "glow": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "go": {"he - they": -0.02271626774382579, "he": 0.32685724662362264, "they": 0.34957351436744843}, "goal": {"he - they": 0.005378525601461792, "he": 0.31293037316167766, "they": 0.30755184756021586}, "goals": {"he - they": 0.04154721135889311, "he": 0.28140745714167614, "they": 0.23986024578278303}, "gobert": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "god": {"he - they": -0.009340080296869946, "he": 0.21105881700449228, "they": 0.22039889730136222}, "godliness": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "going": {"he - they": -0.01473630700433387, "he": 0.3650488487965202, "they": 0.3797851558008541}, "gold": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "golden": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "gone": {"he - they": -0.08334011598393773, "he": 0.2096203028495787, "they": 0.2929604188335164}, "good": {"he - they": -0.059672486403096026, "he": 0.2837544840164773, "they": 0.3434269704195733}, "google": {"he - they": -0.009582730562574443, "he": 0.22882163698696972, "they": 0.23840436754954417}, "googled": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "gordon": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "gordonsville": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "gosh": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "gospel": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "got": {"he - they": -0.04087907360625276, "he": 0.27003447621478194, "they": 0.3109135498210347}, "gotten": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "gourmet": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "governance": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "governing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "government": {"he - they": -0.0013120478029188254, "he": 0.2763269683990077, "they": 0.27763901620192655}, "governments": {"he - they": -0.055463269982995805, "he": 0.18942200122095953, "they": 0.24488527120395534}, "grab": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "grabbed": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "grace": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "graduated": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "grand": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "grant": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "granted": {"he - they": 0.04137214183504334, "he": 0.29825603980601684, "they": 0.2568838979709735}, "grapples": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "grasp": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "gravel": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "graves": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "gray": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "great": {"he - they": -0.02761511612347628, "he": 0.29807696639998116, "they": 0.32569208252345744}, "greater": {"he - they": -0.052651316761030575, "he": 0.2863845778391723, "they": 0.3390358946002029}, "greatly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "green": {"he - they": -0.06143332412710256, "he": 0.18752513863873763, "they": 0.2489584627658402}, "greenberger": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "greet": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "grey": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "gridlock": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ground": {"he - they": -0.12603976305514628, "he": 0.14692087125896933, "they": 0.2729606343141156}, "group": {"he - they": -0.03898234316704047, "he": 0.29700638563710746, "they": 0.33598872880414793}, "grouping": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "groupon": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "groups": {"he - they": 0.020052285114945584, "he": 0.2511954309694252, "they": 0.23114314585447962}, "grow": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "growing": {"he - they": -0.040304934915295076, "he": 0.2863845778391723, "they": 0.3266895127544674}, "grown": {"he - they": -0.037452847055185035, "he": 0.24822433673152106, "they": 0.2856771837867061}, "growth": {"he - they": -0.10703553392934423, "he": 0.1711490887981914, "they": 0.27818462272753564}, "grumbling": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "guarantee": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "guarantees": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "guard": {"he - they": -0.008776852649505062, "he": 0.241725564252744, "they": 0.25050241690224906}, "guests": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "guiana": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "guillard": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "guilt": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "guilty": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "guitarist": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "guru": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "gusto": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "guy": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "h": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "had": {"he - they": -0.02610506724035455, "he": 0.3316254565479119, "they": 0.3577305237882665}, "hadn": {"he - they": 0.01265789131075079, "he": 0.3143326375270478, "they": 0.30167474621629703}, "haggard": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "half": {"he - they": -0.04753429734662257, "he": 0.27946203539368164, "they": 0.3269963327403042}, "halftime": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "hall": {"he - they": -0.00865956123945244, "he": 0.24822433673152106, "they": 0.2568838979709735}, "ham": {"he - they": -0.08785804653646492, "he": 0.12020659316219723, "they": 0.20806463969866215}, "hand": {"he - they": -0.041391183417921806, "he": 0.2589931084778629, "they": 0.3003842918957847}, "handed": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "handedly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "handful": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "handicaps": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "handing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "handle": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "handling": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "hands": {"he - they": -0.058333406874098326, "he": 0.2557684047881779, "they": 0.31410181166227624}, "handy": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hank": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hannah": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "happen": {"he - they": -0.008888719717094151, "he": 0.30348884146562544, "they": 0.3123775611827196}, "happened": {"he - they": -0.008784431747899835, "he": 0.2706167719786347, "they": 0.27940120372653454}, "happening": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "happenings": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "happens": {"he - they": 0.020128205470411442, "he": 0.27701210344138494, "they": 0.2568838979709735}, "happy": {"he - they": -0.02938160043451654, "he": 0.29331046650630477, "they": 0.3226920669408213}, "harassment": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hard": {"he - they": 0.017722370855605296, "he": 0.3035365655022822, "they": 0.2858141946466769}, "harder": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hardest": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "hardin": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hardly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "harping": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "harvests": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "has": {"he - they": -0.015316857640920889, "he": 0.3527920944343143, "they": 0.3681089520752352}, "hasn": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hassle": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "hassles": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hate": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hates": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "haunting": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "have": {"he - they": -0.04604786186341597, "he": 0.35098844847695837, "they": 0.39703631034037434}, "haven": {"he - they": -0.08281318357392062, "he": 0.2188615626423764, "they": 0.30167474621629703}, "having": {"he - they": 0.010495726538266081, "he": 0.3530686238717223, "they": 0.3425728973334562}, "hawaii": {"he - they": -0.008501304369600865, "he": 0.2096203028495787, "they": 0.21812160721917956}, "hayward": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hazards": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "he": {"he - they": 0.07206719254473049, "he": 0.3980398566251028, "they": 0.3259726640803723}, "head": {"he - they": -0.04370429715585428, "he": 0.27569612680652966, "they": 0.31940042396238394}, "headed": {"he - they": -0.02966891671985128, "he": 0.28443289494242496, "they": 0.31410181166227624}, "headquarters": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "heads": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "healing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "health": {"he - they": -0.05397012860217709, "he": 0.2589931084778629, "they": 0.31296323708004}, "healthy": {"he - they": -0.06140788118666518, "he": 0.2706167719786347, "they": 0.3320246531652999}, "hear": {"he - they": -0.12250307855161469, "he": 0.1952647106842501, "they": 0.3177677892358648}, "heard": {"he - they": -0.009229083424820705, "he": 0.3007251318795418, "they": 0.3099542153043625}, "hearing": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "heart": {"he - they": -0.008658974234930117, "he": 0.3152272304510461, "they": 0.32388620468597623}, "heartfelt": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "heat": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "heatsink": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "heavier": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "heavy": {"he - they": -0.037452847055185035, "he": 0.24822433673152106, "they": 0.2856771837867061}, "heavyweight": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "held": {"he - they": 0.009450050106545982, "he": 0.32097422855162044, "they": 0.31152417844507446}, "hell": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "helms": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "help": {"he - they": -0.035109085721737154, "he": 0.30551156638991755, "they": 0.3406206521116547}, "helped": {"he - they": -0.02966891671985128, "he": 0.28443289494242496, "they": 0.31410181166227624}, "helpless": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "helps": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "her": {"he - they": -0.04333119609030919, "he": 0.20805179877851568, "they": 0.25138299486882487}, "here": {"he - they": -0.010520179942726193, "he": 0.34263813672553056, "they": 0.35315831666825676}, "heroes": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "herself": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "hide": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "hiding": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "high": {"he - they": -0.020019288536157864, "he": 0.29156066822324084, "they": 0.3115799567593987}, "higher": {"he - they": -0.06471225075010956, "he": 0.26541195209789414, "they": 0.3301242028480037}, "highlight": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "highway": {"he - they": 0.03768617134523833, "he": 0.24822433673152106, "they": 0.21053816538628273}, "hike": {"he - they": -0.08623635256435422, "he": 0.15478128540747058, "they": 0.2410176379718248}, "hilarious": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hill": {"he - they": -0.08445287741578977, "he": 0.18942200122095953, "they": 0.2738748786367493}, "him": {"he - they": 0.030641540931816147, "he": 0.3466259083939629, "they": 0.31598436746214675}, "himself": {"he - they": 0.005540426456665359, "he": 0.3294266311426416, "they": 0.32388620468597623}, "hint": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hipper": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hire": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "his": {"he - they": 0.04302314153617981, "he": 0.366576688087183, "they": 0.3235535465510032}, "historic": {"he - they": 0.020140179745302966, "he": 0.28443289494242496, "they": 0.264292715197122}, "historical": {"he - they": -0.037192014045338506, "he": 0.2557684047881779, "they": 0.2929604188335164}, "historically": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "history": {"he - they": -0.037812387732855945, "he": 0.2862293847465158, "they": 0.32404177247937177}, "hit": {"he - they": 0.005332754621815983, "he": 0.30851009722698136, "they": 0.3031773426051654}, "hits": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hobbit": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hoffman": {"he - they": -0.009094506136294672, "he": 0.17513948510860172, "they": 0.1842339912448964}, "hold": {"he - they": -0.03573640249023968, "he": 0.2985659666347768, "they": 0.3343023691250165}, "holds": {"he - they": 0.0663112877232454, "he": 0.28443289494242496, "they": 0.21812160721917956}, "holes": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "holy": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "home": {"he - they": -0.017367774431209793, "he": 0.31861021995870936, "they": 0.33597799438991915}, "homemade": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "homes": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "honed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "honest": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "hong": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "honor": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "honourable": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hoofer": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hope": {"he - they": -0.03573640249023968, "he": 0.2985659666347768, "they": 0.3343023691250165}, "hopkinson": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hordes": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hornbleat": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "horns": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "horror": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hospital": {"he - they": 0.020148717632780144, "he": 0.29331046650630477, "they": 0.2731617488735246}, "hosted": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "hosts": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "hot": {"he - they": -0.04245339775149892, "he": 0.3044621878885711, "they": 0.34691558564007}, "hotel": {"he - they": -0.008776852649505062, "he": 0.241725564252744, "they": 0.25050241690224906}, "hotels": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "hour": {"he - they": 0.0033153952036381606, "he": 0.31693068203336816, "they": 0.31361528682973}, "hours": {"he - they": -0.07414963301721023, "he": 0.2727659526228598, "they": 0.34691558564007}, "house": {"he - they": 0.014280102948205253, "he": 0.3208318002596726, "they": 0.30655169731146736}, "how": {"he - they": -0.032032961704289986, "he": 0.3392386385047019, "they": 0.37127160020899186}, "however": {"he - they": -0.019234934696008565, "he": 0.29636850972775075, "they": 0.3156034444237593}, "https": {"he - they": 0.01261693567435579, "he": 0.3055773545078722, "they": 0.2929604188335164}, "hub": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hubble": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hug": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "huge": {"he - they": -0.02614439041853972, "he": 0.28140745714167614, "they": 0.30755184756021586}, "hugh": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "hughes": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "hugo": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "human": {"he - they": 0.01775844855164105, "he": 0.31693068203336816, "they": 0.2991722334817271}, "humans": {"he - they": -0.030450851640462018, "he": 0.25994421535942025, "they": 0.29039506699988227}, "humbly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hundred": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "hundreds": {"he - they": 0.0658225335803676, "he": 0.30443571062612773, "they": 0.23861317704576013}, "hunger": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hunkered": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hurt": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "husband": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "hustling": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hutcherson": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hutton": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "huxley": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hydrogen": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hylton": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "hypocrisy": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "hysterical": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "i": {"he - they": -0.03834133012303825, "he": 0.26655903835679784, "they": 0.3049003684798361}, "ian": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ib\u00e9rico": {"he - they": -0.057832059177208295, "he": 0.12334307277422607, "they": 0.18117513195143436}, "ice": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "iconic": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "idea": {"he - they": -0.04880491480347027, "he": 0.2508762773488147, "they": 0.29968119215228495}, "ideas": {"he - they": -0.00852752389109146, "he": 0.28443289494242496, "they": 0.2929604188335164}, "identical": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "identified": {"he - they": -0.037452847055185035, "he": 0.24822433673152106, "they": 0.2856771837867061}, "identify": {"he - they": 0.020128205470411442, "he": 0.27701210344138494, "they": 0.2568838979709735}, "identifying": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "identity": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "if": {"he - they": -0.0365883569452386, "he": 0.33634247176006954, "they": 0.37293082870530814}, "igbinidu": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ignited": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ignorance": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "ignore": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "ii": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "iknow": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ill": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "illness": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "illusion": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "imagine": {"he - they": 0.020128205470411442, "he": 0.27701210344138494, "they": 0.2568838979709735}, "imagined": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "imagining": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "immediately": {"he - they": -0.04113974521357322, "he": 0.26541195209789414, "they": 0.30655169731146736}, "immensely": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "imminent": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "impact": {"he - they": -0.04687410124459129, "he": 0.27701210344138494, "they": 0.32388620468597623}, "imparted": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "impatience": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "impermissibly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "implemented": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "importance": {"he - they": -0.05900319742647503, "he": 0.241725564252744, "they": 0.300728761679219}, "important": {"he - they": -0.0032542442912105174, "he": 0.33425957856870864, "they": 0.33751382285991915}, "impose": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "impossible": {"he - they": -0.02990751318237761, "he": 0.27701210344138494, "they": 0.30691961662376255}, "impressed": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "impressive": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "improved": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "improvement": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "impulse": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "in": {"he - they": -0.03117127426906352, "he": 0.2874499587480562, "they": 0.3186212330171197}, "incheon": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "inches": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "incident": {"he - they": -0.009019049789307537, "he": 0.1794666068936068, "they": 0.18848565668291434}, "incidents": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "include": {"he - they": 0.003271132694410095, "he": 0.3132253479987726, "they": 0.3099542153043625}, "included": {"he - they": -0.00898588092543906, "he": 0.2985659666347768, "they": 0.30755184756021586}, "includes": {"he - they": 0.03768617134523833, "he": 0.24822433673152106, "they": 0.21053816538628273}, "including": {"he - they": -0.01708009252822329, "he": 0.3288780321782783, "they": 0.3459581247065016}, "incompetence": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "incomprehensibly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "inconsistency": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "increase": {"he - they": -0.008985262021621698, "he": 0.25994421535942025, "they": 0.26892947738104195}, "increased": {"he - they": -0.008784431747899835, "he": 0.2706167719786347, "they": 0.27940120372653454}, "increasingly": {"he - they": -0.02966891671985128, "he": 0.28443289494242496, "they": 0.31410181166227624}, "incredible": {"he - they": 0.03771482219269168, "he": 0.241725564252744, "they": 0.20401074206005232}, "incredibly": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "indeed": {"he - they": 0.020148717632780144, "he": 0.29331046650630477, "they": 0.2731617488735246}, "independent": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "india": {"he - they": 0.01261693567435579, "he": 0.3055773545078722, "they": 0.2929604188335164}, "indian": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "indicated": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "indistinguishable": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "individual": {"he - they": -0.008665080345321152, "he": 0.27701210344138494, "they": 0.2856771837867061}, "individualized": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "individuals": {"he - they": -0.02599298334354727, "he": 0.2863845778391723, "they": 0.3123775611827196}, "indoors": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "inducted": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "industrial": {"he - they": -0.1038305042984449, "he": 0.2188615626423764, "they": 0.3226920669408213}, "industry": {"he - they": -0.02628126961813032, "he": 0.27689607298703506, "they": 0.3031773426051654}, "ineffective": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "inefficiency": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "inevitably": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "infects": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "infiltrates": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "inflammatory": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "inflict": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "influenced": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "influx": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "informal": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "information": {"he - they": -0.023813084846035892, "he": 0.28273861246543147, "they": 0.30655169731146736}, "informed": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "informs": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "inhabit": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "inherently": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "initial": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "initiative": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "injected": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "injured": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "injuries": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "injury": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "ink": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "inmates": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "innocent": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "innovation": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "innovations": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "innovative": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "innumerably": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "inside": {"he - they": 0.028668561194943765, "he": 0.34104612237766335, "they": 0.3123775611827196}, "insisted": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "insisting": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "inspire": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "inspired": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "inspiring": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "instability": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "installed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "instance": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "instead": {"he - they": -0.0367715616206184, "he": 0.3118029924234053, "they": 0.3485745540440237}, "instinctively": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "instincts": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "institution": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "institutional": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "institutions": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "instruments": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "intelligence": {"he - they": -0.059508913618475656, "he": 0.2308861533814066, "they": 0.29039506699988227}, "intend": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "intended": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "intense": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "intention": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "intentions": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "intents": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "interaction": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "interactive": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "intercept": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "interest": {"he - they": -0.12295555996176005, "he": 0.18942200122095953, "they": 0.3123775611827196}, "interested": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "interesting": {"he - they": -0.02966891671985128, "he": 0.28443289494242496, "they": 0.31410181166227624}, "interests": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "internal": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "internally": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "international": {"he - they": -0.023598809975651225, "he": 0.2900164768540788, "they": 0.31361528682973}, "internet": {"he - they": 0.00821293637659698, "he": 0.30348884146562544, "they": 0.29527590508902846}, "interrupted": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "intersection": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "intervene": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "interview": {"he - they": -0.02966891671985128, "he": 0.28443289494242496, "they": 0.31410181166227624}, "interviewed": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "interviews": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "into": {"he - they": -0.03209711595167075, "he": 0.33771879262141313, "they": 0.3698159085730839}, "intranet": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "introduce": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "invades": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "invented": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "invention": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "inventor": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "investigates": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "investigation": {"he - they": -0.02990751318237761, "he": 0.27701210344138494, "they": 0.30691961662376255}, "investigations": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "investigative": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "invitation": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "invited": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "involved": {"he - they": -0.009292402588331083, "he": 0.3208318002596726, "they": 0.3301242028480037}, "involves": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "ionigeria": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ireland": {"he - they": -0.08334011598393773, "he": 0.2096203028495787, "they": 0.2929604188335164}, "irish": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "iron": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "irony": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "irrational": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "irritated": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "is": {"he - they": -0.03291575610855735, "he": 0.311064493245687, "they": 0.34398024935424437}, "isabelle": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "isay": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "islamic": {"he - they": -0.08445287741578977, "he": 0.18942200122095953, "they": 0.2738748786367493}, "island": {"he - they": -0.008501304369600865, "he": 0.2096203028495787, "they": 0.21812160721917956}, "isn": {"he - they": -0.07511343674232712, "he": 0.24733731098662093, "they": 0.32245074772894805}, "issue": {"he - they": 0.002706524719701342, "he": 0.27003447621478194, "they": 0.2673279514950806}, "issued": {"he - they": -0.008665080345321152, "he": 0.27701210344138494, "they": 0.2856771837867061}, "issues": {"he - they": -0.023598809975651225, "he": 0.2900164768540788, "they": 0.31361528682973}, "it": {"he - they": -0.03790669106909389, "he": 0.3177030188028946, "they": 0.3556097098719885}, "italian": {"he - they": -0.08445287741578977, "he": 0.18942200122095953, "they": 0.2738748786367493}, "italy": {"he - they": 0.037778001470228834, "he": 0.21809143861661223, "they": 0.1803134371463834}, "itching": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "item": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "items": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "its": {"he - they": -0.03637204483354639, "he": 0.3135526074414921, "they": 0.3499246522750385}, "itself": {"he - they": 0.024173788474420033, "he": 0.33412800377878255, "they": 0.3099542153043625}, "j": {"he - they": 0.0862669016490219, "he": 0.3035365655022822, "they": 0.2172696638532603}, "jack": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "jaded": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "jagan": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "james": {"he - they": 0.03768617134523833, "he": 0.24822433673152106, "they": 0.21053816538628273}, "jane": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "japan": {"he - they": -0.08623635256435422, "he": 0.15478128540747058, "they": 0.2410176379718248}, "japanese": {"he - they": -0.03834089985805697, "he": 0.22200596736699943, "they": 0.2603468672250564}, "jargon": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "jay": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "jayson": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "jazz": {"he - they": -0.00893688538194748, "he": 0.18419749023760523, "they": 0.1931343756195527}, "jealous": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "jeff": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "jefferson": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "jerry": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "jerusalem": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "jesus": {"he - they": -0.008501304369600865, "he": 0.2096203028495787, "they": 0.21812160721917956}, "job": {"he - they": 0.003189864355079841, "he": 0.30656126980078335, "they": 0.3033714054457035}, "jobs": {"he - they": -0.00865956123945244, "he": 0.24822433673152106, "they": 0.2568838979709735}, "jodrell": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "joe": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "joel": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "john": {"he - they": 0.01431036919962314, "he": 0.32792565602935314, "they": 0.31361528682973}, "johnson": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "join": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "joined": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "joke": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "jokes": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "jones": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "jordan": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "jordon": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "josef": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "joshua": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "journal": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "journey": {"he - they": 0.020114355076385648, "he": 0.2706167719786347, "they": 0.25050241690224906}, "joy": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "joyfully": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "judging": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "judicial": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "judy": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "jules": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "julio": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "july": {"he - they": 0.01261693567435579, "he": 0.3055773545078722, "they": 0.2929604188335164}, "jumped": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "june": {"he - they": 0.022540509152006172, "he": 0.3007251318795418, "they": 0.27818462272753564}, "junior": {"he - they": -0.05497815288687741, "he": 0.2019057450840961, "they": 0.2568838979709735}, "just": {"he - they": -0.035044926832976275, "he": 0.3303890873230246, "they": 0.36543401415600085}, "justice": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "justify": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "jx2r5mvbcw": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "k": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "karaoke": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "karen": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "kc": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "keeghan": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "keen": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "keep": {"he - they": -0.06353349296103927, "he": 0.2863845778391723, "they": 0.3499180708002116}, "keeping": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "kenya": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "kept": {"he - they": -0.02599298334354727, "he": 0.2863845778391723, "they": 0.3123775611827196}, "key": {"he - they": -0.07521417793677182, "he": 0.2557684047881779, "they": 0.33098258272494974}, "kickstarting": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "kid": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "kidding": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "kids": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "kilauea": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "killed": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "killer": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "killers": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "kind": {"he - they": -0.025630164879959394, "he": 0.29825603980601684, "they": 0.32388620468597623}, "kindle": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "kinds": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "kingdom": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "klaxons": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "km": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "knew": {"he - they": -0.03590730288857408, "he": 0.29410296323136986, "they": 0.33001026611994394}, "knicks": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "knight": {"he - they": -0.009019049789307537, "he": 0.1794666068936068, "they": 0.18848565668291434}, "knob": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "knocked": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "knocking": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "knocks": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "knott": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "knotted": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "know": {"he - they": -0.005084303099413379, "he": 0.33324573552976483, "they": 0.3383300386291782}, "knowing": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "knowledge": {"he - they": -0.037452847055185035, "he": 0.24822433673152106, "they": 0.2856771837867061}, "known": {"he - they": -0.0007114583620707049, "he": 0.3127156032004677, "they": 0.3134270615625384}, "knows": {"he - they": 0.020148717632780144, "he": 0.29331046650630477, "they": 0.2731617488735246}, "kong": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "korea": {"he - they": -0.05523770621799895, "he": 0.1952647106842501, "they": 0.25050241690224906}, "korean": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "kourou": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "kratz": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "krauts": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "l": {"he - they": 0.037736013700430254, "he": 0.2360045666362904, "they": 0.19826855293586015}, "labor": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "laboratory": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "lack": {"he - they": -0.02990751318237761, "he": 0.27701210344138494, "they": 0.30691961662376255}, "lacked": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "ladder": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "lady": {"he - they": 0.020128205470411442, "he": 0.27701210344138494, "they": 0.2568838979709735}, "lagos": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "laid": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "lamborghini": {"he - they": 0.03771482219269168, "he": 0.241725564252744, "they": 0.20401074206005232}, "lamppost": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "lan": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "land": {"he - they": 0.04427731111783123, "he": 0.2909552159292553, "they": 0.24667790481142404}, "landed": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "landing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "language": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "large": {"he - they": -0.05927133845273805, "he": 0.2360045666362904, "they": 0.29527590508902846}, "larger": {"he - they": -0.00865956123945244, "he": 0.24822433673152106, "they": 0.2568838979709735}, "largest": {"he - they": -0.08413649304228443, "he": 0.1952647106842501, "they": 0.27940120372653454}, "lassitude": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "last": {"he - they": -0.03199748959432064, "he": 0.3112839147422799, "they": 0.34328140433660054}, "late": {"he - they": 0.011677256049834495, "he": 0.33412800377878255, "they": 0.32245074772894805}, "later": {"he - they": -0.001373188480978449, "he": 0.32714723735437007, "they": 0.3285204258353485}, "latest": {"he - they": -0.008880704567664932, "he": 0.2360045666362904, "they": 0.24488527120395534}, "latitude": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "latter": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "launch": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "launched": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "lava": {"he - they": -0.00874603137580221, "he": 0.1952647106842501, "they": 0.20401074206005232}, "law": {"he - they": -0.03939605080004363, "he": 0.1896894593627973, "they": 0.22908551016284093}, "lawson": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "lawyers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "lax": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "lay": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "layoff": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "lead": {"he - they": 0.0015620425889570355, "he": 0.3065739001854821, "they": 0.30501185759652505}, "leader": {"he - they": -0.008985262021621698, "he": 0.25994421535942025, "they": 0.26892947738104195}, "leaders": {"he - they": -0.07463388110204017, "he": 0.2553763850179038, "they": 0.33001026611994394}, "leadership": {"he - they": 0.06680983973986754, "he": 0.25994421535942025, "they": 0.1931343756195527}, "leading": {"he - they": -0.00852445715440403, "he": 0.3055773545078722, "they": 0.31410181166227624}, "leads": {"he - they": 0.020148717632780144, "he": 0.29331046650630477, "they": 0.2731617488735246}, "league": {"he - they": 0.020148717632780144, "he": 0.29331046650630477, "they": 0.2731617488735246}, "leaky": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "lean": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "leaning": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "learn": {"he - they": -0.008890154439068765, "he": 0.26498472419768054, "they": 0.2738748786367493}, "learned": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "learning": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "least": {"he - they": 0.009529750832922623, "he": 0.3308157738548802, "they": 0.3212860230219576}, "leave": {"he - they": -0.058333406874098326, "he": 0.2557684047881779, "they": 0.31410181166227624}, "leaves": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "leaving": {"he - they": -0.008161729115670091, "he": 0.30443571062612773, "they": 0.3125974397417978}, "lebron": {"he - they": 0.037591021236165645, "he": 0.26479804217217134, "they": 0.2272070209360057}, "led": {"he - they": -0.008987609858206125, "he": 0.28140745714167614, "they": 0.29039506699988227}, "leds": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "lee": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "left": {"he - they": -0.04212809675928825, "he": 0.30966004399524777, "they": 0.351788140754536}, "legal": {"he - they": 0.06647393805510221, "he": 0.27701210344138494, "they": 0.21053816538628273}, "legend": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "legendary": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "legislatures": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "legs": {"he - they": -0.037192014045338506, "he": 0.2557684047881779, "they": 0.2929604188335164}, "length": {"he - they": 0.03764679756899836, "he": 0.2557684047881779, "they": 0.21812160721917956}, "lengthening": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "lengthier": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "lengthy": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "less": {"he - they": -0.05580478245524595, "he": 0.29807696639998116, "they": 0.3538817488552271}, "let": {"he - they": -0.01913703452985277, "he": 0.29984115812293916, "they": 0.3189781926527919}, "letter": {"he - they": -0.009225159322161613, "he": 0.24733731098662093, "they": 0.25656247030878254}, "letters": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "level": {"he - they": -0.05382314049511555, "he": 0.26210175570743366, "they": 0.3159248962025492}, "lewis": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "lgav3": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "liberating": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "libraries": {"he - they": -0.055463269982995805, "he": 0.18942200122095953, "they": 0.24488527120395534}, "licks": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "lies": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "life": {"he - they": -0.022929584575674566, "he": 0.3203388627481922, "they": 0.34326844732386674}, "lifted": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "light": {"he - they": -0.025630164879959394, "he": 0.29825603980601684, "they": 0.32388620468597623}, "lights": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "like": {"he - they": -0.040925265693130874, "he": 0.33876562806210625, "they": 0.3796908937552371}, "liked": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "likely": {"he - they": 0.014222063771434368, "he": 0.3091213913938177, "they": 0.29489932762238336}, "likes": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "limit": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "limits": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "line": {"he - they": 0.02006818794572382, "he": 0.2553763850179038, "they": 0.23530819707217995}, "lineman": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "linemen": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "lines": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "linked": {"he - they": -0.058333406874098326, "he": 0.2557684047881779, "they": 0.31410181166227624}, "linton": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "lipgloss": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "liquid": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "lisa": {"he - they": -0.05497815288687741, "he": 0.2019057450840961, "they": 0.2568838979709735}, "listen": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "listening": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "lit": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "literary": {"he - they": 0.06660602991858239, "he": 0.2706167719786347, "they": 0.20401074206005232}, "literature": {"he - they": 0.041284639310750215, "he": 0.3055773545078722, "they": 0.264292715197122}, "little": {"he - they": -0.03654307444530075, "he": 0.3201903724833076, "they": 0.35673344692860837}, "live": {"he - they": -0.06353349296103927, "he": 0.2863845778391723, "they": 0.3499180708002116}, "lived": {"he - they": -0.08281318357392062, "he": 0.2188615626423764, "they": 0.30167474621629703}, "liverpool": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "lives": {"he - they": -0.037452847055185035, "he": 0.24822433673152106, "they": 0.2856771837867061}, "living": {"he - they": -0.0760422249831208, "he": 0.241725564252744, "they": 0.3177677892358648}, "ll": {"he - they": -0.07158748081402905, "he": 0.29346158568225716, "they": 0.3650490664962862}, "load": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "loads": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "loan": {"he - they": -0.008501304369600865, "he": 0.2096203028495787, "they": 0.21812160721917956}, "local": {"he - they": -0.02095324205873489, "he": 0.2883989872572695, "they": 0.30935222931600437}, "located": {"he - they": -0.008776852649505062, "he": 0.241725564252744, "they": 0.25050241690224906}, "location": {"he - they": 0.020052285114945584, "he": 0.2511954309694252, "they": 0.23114314585447962}, "locations": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "logged": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "logical": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "logistical": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "lollipop": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "lollipops": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "london": {"he - they": -0.08377143870261, "he": 0.2019057450840961, "they": 0.2856771837867061}, "lone": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "long": {"he - they": -0.0028185938277037748, "he": 0.3258866825706358, "they": 0.3287052763983396}, "longer": {"he - they": -0.0378703120004589, "he": 0.2360045666362904, "they": 0.2738748786367493}, "longest": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "look": {"he - they": -0.033707974019782205, "he": 0.30077776636972353, "they": 0.33448574038950574}, "lookalites": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "looked": {"he - they": -0.021725615849406243, "he": 0.3007251318795418, "they": 0.32245074772894805}, "looking": {"he - they": -0.04171512483048667, "he": 0.250650668552739, "they": 0.29236579338322566}, "looks": {"he - they": 0.029585815795840964, "he": 0.3089870195223755, "they": 0.27940120372653454}, "loose": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "looting": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "lord": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "lore": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "los": {"he - they": -0.03819912186560287, "he": 0.22624911288342076, "they": 0.2644482347490236}, "lose": {"he - they": -0.00852752389109146, "he": 0.28443289494242496, "they": 0.2929604188335164}, "losing": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "loss": {"he - they": 0.0411708886535232, "he": 0.3143326375270478, "they": 0.2731617488735246}, "losses": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "lost": {"he - they": 0.005249690085324166, "he": 0.3007251318795418, "they": 0.29547544179421764}, "lot": {"he - they": -0.06965981264274435, "he": 0.2954149570390519, "they": 0.36507476968179625}, "lots": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "lou": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "loudly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "lounging": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "love": {"he - they": -0.000851383952807816, "he": 0.30392831269155185, "they": 0.30477969664435967}, "loved": {"he - they": -0.00852752389109146, "he": 0.28443289494242496, "they": 0.2929604188335164}, "lovely": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "loves": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "loving": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "lovitz": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "low": {"he - they": -0.04317085647961533, "he": 0.28807841548642543, "they": 0.33124927196604076}, "lower": {"he - they": -0.06261690431774158, "he": 0.24733731098662093, "they": 0.3099542153043625}, "luca": {"he - they": -0.10703553392934423, "he": 0.1711490887981914, "they": 0.27818462272753564}, "lucky": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "lucrative": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "lunch": {"he - they": -0.10501387153966646, "he": 0.2019057450840961, "they": 0.30691961662376255}, "lurked": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "luxury": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "m": {"he - they": -0.0020717849554464096, "he": 0.3308013484393924, "they": 0.3328731333948388}, "mackay": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mad": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "made": {"he - they": -0.010603756593153768, "he": 0.3287088428392308, "they": 0.33931259943238457}, "magazine": {"he - they": 0.0414420156591771, "he": 0.29194443256142616, "they": 0.25050241690224906}, "magic": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "magical": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "magnon": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mahesh": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "mail": {"he - they": -0.00865956123945244, "he": 0.24822433673152106, "they": 0.2568838979709735}, "mails": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "main": {"he - they": 0.012419085397803398, "he": 0.2727659526228598, "they": 0.2603468672250564}, "mainstream": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "maintain": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "maintained": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "major": {"he - they": -0.041391183417921806, "he": 0.2589931084778629, "they": 0.3003842918957847}, "majority": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "make": {"he - they": -0.015713983651919006, "he": 0.34376497064510214, "they": 0.35947895429702115}, "makers": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "makes": {"he - they": -0.0536658665292743, "he": 0.26541195209789414, "they": 0.31907781862716844}, "makeup": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "making": {"he - they": -0.052067611770719335, "he": 0.2909552159292553, "they": 0.3430228276999746}, "malaria": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "malfunctioning": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "malignant": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "malik": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "malindi": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "malone": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mammals": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "mammoths": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "man": {"he - they": 0.029959276088172115, "he": 0.3540010485675439, "they": 0.32404177247937177}, "managed": {"he - they": 0.029636489253734855, "he": 0.2985659666347768, "they": 0.26892947738104195}, "management": {"he - they": -0.02990751318237761, "he": 0.27701210344138494, "they": 0.30691961662376255}, "manager": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "mandolin": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "manner": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "manufactured": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "many": {"he - they": -0.01072586061688835, "he": 0.34838703169718105, "they": 0.3591128923140694}, "map": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "march": {"he - they": -0.009582730562574443, "he": 0.22882163698696972, "they": 0.23840436754954417}, "margins": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mark": {"he - they": 0.05848460262012645, "he": 0.3089870195223755, "they": 0.25050241690224906}, "marked": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "markers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "market": {"he - they": -0.048425795898471596, "he": 0.24040369974991524, "they": 0.28882949564838684}, "marketing": {"he - they": 0.03764679756899836, "he": 0.2557684047881779, "they": 0.21812160721917956}, "marriage": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "married": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "martin": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "martinez": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "marveled": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mary": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "massive": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "match": {"he - they": 0.0658225335803676, "he": 0.30443571062612773, "they": 0.23861317704576013}, "matches": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "matchup": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "material": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "matrix": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "matt": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "matter": {"he - they": -0.008784329117792866, "he": 0.29194443256142616, "they": 0.300728761679219}, "matterhorn": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "matters": {"he - they": -0.02990751318237761, "he": 0.27701210344138494, "they": 0.30691961662376255}, "matthew": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "may": {"he - they": -0.03453215337400223, "he": 0.3123266757274419, "they": 0.3468588291014441}, "maybe": {"he - they": -0.030594978031275033, "he": 0.2553763850179038, "they": 0.2859713630491788}, "mayhem": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mayonnaise": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mayor": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "mayoral": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mazatl\u00e1n": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "mcavennie": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mcdonalds": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mcgregor": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mckellen": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mckenzie": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "me": {"he - they": -0.016522977505492253, "he": 0.3088529428099236, "they": 0.32537592031541585}, "mea": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "meal": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mean": {"he - they": -0.023037633642924382, "he": 0.3089870195223755, "they": 0.3320246531652999}, "meaning": {"he - they": -0.02966891671985128, "he": 0.28443289494242496, "they": 0.31410181166227624}, "means": {"he - they": -0.052824299028818855, "he": 0.27569612680652966, "they": 0.3285204258353485}, "meant": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "meanwhile": {"he - they": 0.020140179745302966, "he": 0.28443289494242496, "they": 0.264292715197122}, "measured": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "measures": {"he - they": 0.008307613827283566, "he": 0.3152272304510461, "they": 0.30691961662376255}, "meat": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "mechanics": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mechanism": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "media": {"he - they": -0.03340051459114157, "he": 0.2827676185896785, "they": 0.3161681331808201}, "medical": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "medication": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "meet": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "meeting": {"he - they": -0.055463269982995805, "he": 0.18942200122095953, "they": 0.24488527120395534}, "meetings": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "meh": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mellow": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "melt": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "meltdown": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "member": {"he - they": -0.00852752389109146, "he": 0.28443289494242496, "they": 0.2929604188335164}, "members": {"he - they": -0.11664236753645554, "he": 0.20201900845388046, "they": 0.318661375990336}, "memorable": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "memory": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "men": {"he - they": -0.024513578037487438, "he": 0.2588115242698807, "they": 0.2833251023073681}, "mena": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "menace": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mentality": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "menu": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mercedes": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mercurial": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mercy": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mere": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "merely": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "merle": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mess": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "message": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "messy": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "met": {"he - they": -0.07521417793677182, "he": 0.2557684047881779, "they": 0.33098258272494974}, "meter": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "meters": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "methods": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "mia": {"he - they": -0.009229417698098541, "he": 0.1674440335988083, "they": 0.17667345129690684}, "miami": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "michael": {"he - they": 0.00821293637659698, "he": 0.30348884146562544, "they": 0.29527590508902846}, "micheal": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "michel": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "microsoft": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "mid": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "middle": {"he - they": -0.025823356674438636, "he": 0.29194443256142616, "they": 0.3177677892358648}, "midnight": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "midweek": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "might": {"he - they": -0.015787015017976913, "he": 0.3511026674627108, "they": 0.3668896824806877}, "mighty": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "mile": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "miles": {"he - they": -0.08413649304228443, "he": 0.1952647106842501, "they": 0.27940120372653454}, "militaries": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "military": {"he - they": -0.03819912186560287, "he": 0.22624911288342076, "they": 0.2644482347490236}, "millennium": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "million": {"he - they": -0.04161313388793503, "he": 0.25328619373444833, "they": 0.29489932762238336}, "millions": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "mind": {"he - they": -0.037192014045338506, "he": 0.2557684047881779, "they": 0.2929604188335164}, "minds": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "mine": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mini": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "minimize": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "minimum": {"he - they": -0.05497815288687741, "he": 0.2019057450840961, "they": 0.2568838979709735}, "minister": {"he - they": -0.009598174793547132, "he": 0.2827676185896785, "they": 0.29236579338322566}, "ministerial": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ministers": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "ministry": {"he - they": 0.03771482219269168, "he": 0.241725564252744, "they": 0.20401074206005232}, "minor": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "minority": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "minute": {"he - they": -0.009367460254705195, "he": 0.27946203539368164, "they": 0.28882949564838684}, "minutes": {"he - they": -0.009229083424820705, "he": 0.3007251318795418, "they": 0.3099542153043625}, "mirror": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mirrors": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "misconduct": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "misery": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "misreading": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "miss": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "missiles": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "missing": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "mission": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "missionary": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "missions": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "misted": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "misunderstanding": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mitchell": {"he - they": -0.008501304369600865, "he": 0.2096203028495787, "they": 0.21812160721917956}, "mixed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mla": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "mls": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "moaning": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mob": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mobile": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "model": {"he - they": -0.03125315752921712, "he": 0.23429344384660586, "they": 0.265546601375823}, "models": {"he - they": -0.008776852649505062, "he": 0.241725564252744, "they": 0.25050241690224906}, "moderation": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "modern": {"he - they": 0.022519362146929456, "he": 0.2803031206540374, "they": 0.25778375850710794}, "modi": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "modified": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mohan": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mom": {"he - they": -0.037192014045338506, "he": 0.2557684047881779, "they": 0.2929604188335164}, "moment": {"he - they": -0.03011198970058432, "he": 0.2706167719786347, "they": 0.300728761679219}, "moments": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "mona": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "monday": {"he - they": -0.00889132724985614, "he": 0.2863845778391723, "they": 0.29527590508902846}, "money": {"he - they": -0.13847580172112828, "he": 0.17513948510860172, "they": 0.31361528682973}, "monika": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "monitor": {"he - they": -0.008161729115670091, "he": 0.30443571062612773, "they": 0.3125974397417978}, "monitoring": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "monosyllabic": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "month": {"he - they": -0.048425795898471596, "he": 0.24040369974991524, "they": 0.28882949564838684}, "monthly": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "months": {"he - they": -0.08445287741578977, "he": 0.18942200122095953, "they": 0.2738748786367493}, "montreal": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "monty": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mood": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "moon": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "more": {"he - they": -0.027197405999884294, "he": 0.3246404715637557, "they": 0.35183787756364}, "morning": {"he - they": -0.03706842094125101, "he": 0.26326399404637546, "they": 0.3003324149876265}, "most": {"he - they": -0.023257335286501424, "he": 0.3381613253459505, "they": 0.3614186606324519}, "mostly": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "motegi": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "mother": {"he - they": -0.06220482710170011, "he": 0.2553763850179038, "they": 0.3175812121196039}, "motherboard": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "motherboards": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mothers": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "motions": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "motivated": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "motorway": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mounded": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mouth": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "move": {"he - they": -0.02137199596333883, "he": 0.31293037316167766, "they": 0.3343023691250165}, "moved": {"he - they": -0.047392836985039044, "he": 0.26498472419768054, "they": 0.3123775611827196}, "movement": {"he - they": -0.08281318357392062, "he": 0.2188615626423764, "they": 0.30167474621629703}, "movements": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "moves": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "movie": {"he - they": 0.04178559987600583, "he": 0.24814049607089825, "they": 0.20635489619489242}, "moving": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "mps": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "mr": {"he - they": 0.06768689016558116, "he": 0.3242493604743637, "they": 0.25656247030878254}, "mrs": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ms": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "msi": {"he - they": 0.0377517777618539, "he": 0.2308861533814066, "they": 0.1931343756195527}, "much": {"he - they": -0.0056065106625481365, "he": 0.3416480639990147, "they": 0.34725457466156284}, "muffled": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "multi": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "multiple": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "multitude": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "mums": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mural": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "murder": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "murdoch": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "murray": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "muschamp": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "mused": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "museum": {"he - they": -0.008501304369600865, "he": 0.2096203028495787, "they": 0.21812160721917956}, "mushroom": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "music": {"he - they": -0.02735079915850261, "he": 0.24124875633255868, "they": 0.2685995554910613}, "musical": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "musicians": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "musings": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "musk": {"he - they": -0.009290375735238554, "he": 0.1639840344423364, "they": 0.17327441017757494}, "muslim": {"he - they": -0.008974092401376421, "he": 0.2308861533814066, "they": 0.23986024578278303}, "muslims": {"he - they": -0.0560036607458779, "he": 0.17513948510860172, "they": 0.23114314585447962}, "must": {"he - they": 0.003152273606497502, "he": 0.3035365655022822, "they": 0.3003842918957847}, "mustard": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "muster": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "mutants": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "my": {"he - they": -0.07064439384317722, "he": 0.25900738870007234, "they": 0.32965178254324956}, "myself": {"he - they": -0.07637299454642918, "he": 0.2360045666362904, "they": 0.3123775611827196}, "myspace": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "myth": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "nab": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "nailed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "name": {"he - they": -0.009299962023196773, "he": 0.2972517352882706, "they": 0.30655169731146736}, "named": {"he - they": -0.00866357681774571, "he": 0.29825603980601684, "they": 0.30691961662376255}, "nancy": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "naps": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "narendra": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "narrowed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "narrowly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "nasa": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "nascent": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "nashville": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "nation": {"he - they": -0.08445287741578977, "he": 0.18942200122095953, "they": 0.2738748786367493}, "national": {"he - they": -0.009790501651974037, "he": 0.2735346006553941, "they": 0.2833251023073681}, "nations": {"he - they": -0.008665080345321152, "he": 0.27701210344138494, "they": 0.2856771837867061}, "natural": {"he - they": -0.02599298334354727, "he": 0.2863845778391723, "they": 0.3123775611827196}, "naturally": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "nature": {"he - they": -0.10501387153966646, "he": 0.2019057450840961, "they": 0.30691961662376255}, "navigating": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "nba": {"he - they": 0.06671617126182039, "he": 0.26498472419768054, "they": 0.19826855293586015}, "ncaa": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "near": {"he - they": 0.020140179745302966, "he": 0.28443289494242496, "they": 0.264292715197122}, "nearby": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "nearer": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "nearing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "nearly": {"he - they": 0.005332754621815983, "he": 0.30851009722698136, "they": 0.3031773426051654}, "neatly": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "necessarily": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "necessary": {"he - they": 0.00821293637659698, "he": 0.30348884146562544, "they": 0.29527590508902846}, "neck": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "need": {"he - they": -0.03735742897852312, "he": 0.297479506870384, "they": 0.3348369358489071}, "needed": {"he - they": -0.008890154439068765, "he": 0.26498472419768054, "they": 0.2738748786367493}, "needs": {"he - they": 0.04384803199952314, "he": 0.3232492357260577, "they": 0.27940120372653454}, "neglect": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "neighbor": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "neighborhood": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "neither": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "nell": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "neologism": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "nervous": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "nestings": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "nestled": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "net": {"he - they": 0.02006818794572382, "he": 0.2553763850179038, "they": 0.23530819707217995}, "network": {"he - they": -0.025823356674438636, "he": 0.29194443256142616, "they": 0.3177677892358648}, "neutralise": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "never": {"he - they": -0.030839864652546678, "he": 0.29296996402919956, "they": 0.32380982868174624}, "nevertheless": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "new": {"he - they": -0.015960328496206766, "he": 0.3225444200875728, "they": 0.33850474858377955}, "newly": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "news": {"he - they": 0.0015284475591047508, "he": 0.30414682941629423, "they": 0.3026183818571895}, "newspapers": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "newsweek": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "next": {"he - they": -0.019186766570376768, "he": 0.29807696639998116, "they": 0.3172637329703579}, "nfl": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "nice": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "nicely": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "nigeria": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "night": {"he - they": 0.009488749454844236, "he": 0.32565688263566434, "they": 0.3161681331808201}, "nightclubs": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "nihilist": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "nike": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "nine": {"he - they": -0.00865956123945244, "he": 0.24822433673152106, "they": 0.2568838979709735}, "nineteen": {"he - they": -0.008846551714900619, "he": 0.18942200122095953, "they": 0.19826855293586015}, "nit": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "no": {"he - they": -0.03620318967003883, "he": 0.33132198130564056, "they": 0.3675251709756794}, "nobeladventures": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "nobody": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "noise": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "noisy": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "non": {"he - they": -0.09304765639757015, "he": 0.1993181369856555, "they": 0.29236579338322566}, "none": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "noodles": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "nope": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "nor": {"he - they": -0.057894024768649965, "he": 0.26479804217217134, "they": 0.3226920669408213}, "normal": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "normalized": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "normally": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "norte": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "north": {"he - they": -0.05900319742647503, "he": 0.241725564252744, "they": 0.300728761679219}, "northmoor": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "not": {"he - they": -0.030949906148307393, "he": 0.3500245342161253, "they": 0.3809744403644327}, "notable": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "note": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "nothing": {"he - they": -0.03310276931175832, "he": 0.2909552159292553, "they": 0.3240579852410136}, "notice": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "noticed": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "november": {"he - they": 0.041284639310750215, "he": 0.3055773545078722, "they": 0.264292715197122}, "now": {"he - they": -0.03315920515796966, "he": 0.3407027987271975, "they": 0.37386200388516716}, "nowhere": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "nuclear": {"he - they": -0.009365539277436052, "he": 0.26210175570743366, "they": 0.2714672949848697}, "nude": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "nukes": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "number": {"he - they": -0.03357482100915776, "he": 0.2779493574359167, "they": 0.31152417844507446}, "numbers": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "numerically": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "nury": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "nutter": {"he - they": -0.008501304369600865, "he": 0.2096203028495787, "they": 0.21812160721917956}, "ny": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "nyc": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "oak": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "obama": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "objective": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "objects": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "obscuring": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "observationi": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "observatory": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "observed": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "observing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "obvious": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "occluded": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "occluding": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "occlusion": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "occupied": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "occupies": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "occur": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "occurred": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "occurrence": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "occurs": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "october": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "oddly": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "odyssey": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "of": {"he - they": -0.036862374834858436, "he": 0.2542778467790707, "they": 0.29114022161392916}, "off": {"he - they": -0.04477919106829825, "he": 0.3034723109314147, "they": 0.34825150199971294}, "offense": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "offensive": {"he - they": -0.008974092401376421, "he": 0.2308861533814066, "they": 0.23986024578278303}, "offer": {"he - they": 0.020114355076385648, "he": 0.2706167719786347, "they": 0.25050241690224906}, "offered": {"he - they": -0.02966891671985128, "he": 0.28443289494242496, "they": 0.31410181166227624}, "offers": {"he - they": -0.037192014045338506, "he": 0.2557684047881779, "they": 0.2929604188335164}, "office": {"he - they": -0.008888719717094151, "he": 0.30348884146562544, "they": 0.3123775611827196}, "officers": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "offices": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "official": {"he - they": -0.08334011598393773, "he": 0.2096203028495787, "they": 0.2929604188335164}, "offloaded": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "offseason": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "often": {"he - they": -0.061302335193513025, "he": 0.2735346006553941, "they": 0.3348369358489071}, "oh": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "oil": {"he - they": -0.009137178487480191, "he": 0.22200596736699943, "they": 0.23114314585447962}, "oladipo": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "old": {"he - they": 0.003049163655826248, "he": 0.2954149570390519, "they": 0.29236579338322566}, "older": {"he - they": -0.058333406874098326, "he": 0.2557684047881779, "they": 0.31410181166227624}, "omnipresent": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "on": {"he - they": -0.036836972805614376, "he": 0.33028506066338653, "they": 0.3671220334690009}, "onboard": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "once": {"he - they": -0.03044844167176336, "he": 0.32181827951842196, "they": 0.3522667211901853}, "one": {"he - they": -0.02257366075147932, "he": 0.37006768406063484, "they": 0.39264134481211416}, "ones": {"he - they": -0.03011198970058432, "he": 0.2706167719786347, "they": 0.300728761679219}, "ongoing": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "online": {"he - they": -0.009358330423491018, "he": 0.24040369974991524, "they": 0.24976203017340626}, "only": {"he - they": -0.04551743409006953, "he": 0.3128127503338651, "they": 0.3583301844239346}, "onto": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "op": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "open": {"he - they": -0.020602863748476474, "he": 0.3006831592734811, "they": 0.3212860230219576}, "opened": {"he - they": -0.10501387153966646, "he": 0.2019057450840961, "they": 0.30691961662376255}, "opening": {"he - they": 0.0663112877232454, "he": 0.28443289494242496, "they": 0.21812160721917956}, "operation": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "operations": {"he - they": -0.037452847055185035, "he": 0.24822433673152106, "they": 0.2856771837867061}, "opinion": {"he - they": -0.00866357681774571, "he": 0.29825603980601684, "they": 0.30691961662376255}, "opinions": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "opportunity": {"he - they": 0.03764679756899836, "he": 0.2557684047881779, "they": 0.21812160721917956}, "opposing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "opposite": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "opted": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "optimize": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "opting": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "options": {"he - they": -0.008632420302186639, "he": 0.2019057450840961, "they": 0.21053816538628273}, "or": {"he - they": -0.04055191074797854, "he": 0.3210156373906232, "they": 0.36156754813860176}, "orbit": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "order": {"he - they": 0.00788040490760461, "he": 0.26812412923604956, "they": 0.26024372432844495}, "ordered": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ordering": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "ordinary": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "org": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "organisation": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "organisations": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "organization": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "organized": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "organs": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "oriental": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "originally": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "origins": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "orlando": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "other": {"he - they": -0.03397313901504706, "he": 0.34252292449223404, "they": 0.3764960635072811}, "others": {"he - they": -0.020602863748476474, "he": 0.3006831592734811, "they": 0.3212860230219576}, "otherwise": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "our": {"he - they": -0.04989824089132078, "he": 0.2856426068394773, "they": 0.33554084773079806}, "out": {"he - they": -0.042988917219956846, "he": 0.33533211348852215, "they": 0.378321030708479}, "outcome": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "outfits": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "outlets": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "outright": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "outside": {"he - they": -0.04654968778252477, "he": 0.28443289494242496, "they": 0.33098258272494974}, "outspoken": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "over": {"he - they": -0.03421553425044571, "he": 0.33199047450870833, "they": 0.36620600875915404}, "overall": {"he - they": -0.008632420302186639, "he": 0.2019057450840961, "they": 0.21053816538628273}, "overcame": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "overclocking": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "overcomes": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "overestimate": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "overflow": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "overflowing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "overing": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "overlap": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "overnight": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "overrated": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "overscaled": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "oversee": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "overseeing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "oversight": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "overtures": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "overturned": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "overuse": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "own": {"he - they": -0.016896137782533793, "he": 0.3258866825706358, "they": 0.3427828203531696}, "owner": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "ownership": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "oxford": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "p": {"he - they": 0.020140179745302966, "he": 0.28443289494242496, "they": 0.264292715197122}, "paced": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pacers": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "pack": {"he - they": 0.01239156540830244, "he": 0.268954035717085, "they": 0.25656247030878254}, "package": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "pad": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "page": {"he - they": -0.009075290062143748, "he": 0.27689607298703506, "they": 0.2859713630491788}, "paid": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "pains": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "paint": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "painted": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "painting": {"he - they": -0.008501304369600865, "he": 0.2096203028495787, "they": 0.21812160721917956}, "palpable": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pandemic": {"he - they": 0.04137214183504334, "he": 0.29825603980601684, "they": 0.2568838979709735}, "pandemonium": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "panic": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "papers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "parameters": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "parent": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "parents": {"he - they": 0.037736013700430254, "he": 0.2360045666362904, "they": 0.19826855293586015}, "park": {"he - they": 0.0377517777618539, "he": 0.2308861533814066, "they": 0.1931343756195527}, "parking": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "parks": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "parliament": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "part": {"he - they": -0.04272757620335521, "he": 0.29636850972775075, "they": 0.33909608593110596}, "particular": {"he - they": -0.052651316761030575, "he": 0.2863845778391723, "they": 0.3390358946002029}, "particularity": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "particularized": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "particularly": {"he - they": 0.008170899634894535, "he": 0.2985659666347768, "they": 0.29039506699988227}, "parties": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "partners": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "parts": {"he - they": 0.03768617134523833, "he": 0.24822433673152106, "they": 0.21053816538628273}, "party": {"he - they": -0.02024471497404673, "he": 0.3132253479987726, "they": 0.33347006297281934}, "partying": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "pass": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "passengers": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "passes": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "passions": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "passive": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "past": {"he - they": -0.02628126961813032, "he": 0.27689607298703506, "they": 0.3031773426051654}, "pastimes": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pastor": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pastors": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pathetic": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "paths": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "patience": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "patronize": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pattern": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "paul": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "pause": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "pawn": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "pay": {"he - they": 0.00821293637659698, "he": 0.30348884146562544, "they": 0.29527590508902846}, "payday": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "paying": {"he - they": -0.05927133845273805, "he": 0.2360045666362904, "they": 0.29527590508902846}, "pch": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "peace": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "peaches": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pee": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pellage": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pending": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "peninsula": {"he - they": -0.08281318357392062, "he": 0.2188615626423764, "they": 0.30167474621629703}, "penn": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "pennpraxis": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pennsylvania": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pensioners": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pensions": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "people": {"he - they": -0.0436770435268059, "he": 0.3349369407464959, "they": 0.3786139842733018}, "per": {"he - they": -0.009230587010450653, "he": 0.268954035717085, "they": 0.27818462272753564}, "percent": {"he - they": -0.06103730731193549, "he": 0.19674645119517245, "they": 0.25778375850710794}, "percentage": {"he - they": -0.08413649304228443, "he": 0.1952647106842501, "they": 0.27940120372653454}, "perfect": {"he - they": -0.07637299454642918, "he": 0.2360045666362904, "they": 0.3123775611827196}, "perfecting": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "perfectly": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "performance": {"he - they": -0.02614439041853972, "he": 0.28140745714167614, "they": 0.30755184756021586}, "performances": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "performed": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "performer": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "performing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "performs": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "perhaps": {"he - they": -0.02161743966403845, "he": 0.3044621878885711, "they": 0.32607962755260955}, "perimeter": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "period": {"he - they": -0.03804332399963534, "he": 0.2308861533814066, "they": 0.26892947738104195}, "periods": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "perm": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "persecution": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "person": {"he - they": -0.009074379373795516, "he": 0.29410296323136986, "they": 0.3031773426051654}, "personal": {"he - they": 0.002929057852957939, "he": 0.28625416016032607, "they": 0.2833251023073681}, "personality": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "personally": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "personnel": {"he - they": -0.00852752389109146, "he": 0.28443289494242496, "they": 0.2929604188335164}, "persons": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "perspective": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "pet": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "petrol": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pgv": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "philadelphia": {"he - they": 0.020099452993725203, "he": 0.26498472419768054, "they": 0.24488527120395534}, "philly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "philosopher": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "phone": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "phosphorus": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "photo": {"he - they": 0.029613962828876128, "he": 0.30348884146562544, "they": 0.2738748786367493}, "physical": {"he - they": -0.058333406874098326, "he": 0.2557684047881779, "they": 0.31410181166227624}, "physically": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "physicist": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "physics": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "piatti": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pic": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "picked": {"he - they": 0.04137214183504334, "he": 0.29825603980601684, "they": 0.2568838979709735}, "picking": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "picture": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "piece": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "piedmont": {"he - they": -0.008501304369600865, "he": 0.2096203028495787, "they": 0.21812160721917956}, "piette": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pile": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "pillars": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "pills": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pimply": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pinecastle": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pioneer": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "pistons": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "pitched": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pithy": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pits": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "pittance": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "place": {"he - they": -0.01018174366289526, "he": 0.34074765786077654, "they": 0.3509294015236718}, "placed": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "places": {"he - they": -0.08334011598393773, "he": 0.2096203028495787, "they": 0.2929604188335164}, "plague": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "plainly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "plan": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "planaustin": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "planets": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "planned": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "planners": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "planning": {"he - they": -0.039323912954259965, "he": 0.19194216785172646, "they": 0.23126608080598643}, "planphilly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "plans": {"he - they": -0.00865956123945244, "he": 0.24822433673152106, "they": 0.2568838979709735}, "plant": {"he - they": -0.0309592780327404, "he": 0.2437529091537891, "they": 0.2747121871865295}, "plates": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "platform": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "play": {"he - they": -0.04826250606534771, "he": 0.29296996402919956, "they": 0.34123247009454727}, "playa": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "played": {"he - they": 0.03493051003409553, "he": 0.3253255770339778, "they": 0.29039506699988227}, "player": {"he - they": 0.007964426797219537, "he": 0.27638459228904366, "they": 0.2684201654918241}, "players": {"he - they": 0.007964426797219537, "he": 0.27638459228904366, "they": 0.2684201654918241}, "playing": {"he - they": -0.07692822972174462, "he": 0.22624911288342076, "they": 0.3031773426051654}, "playmakers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "playoff": {"he - they": 0.037591021236165645, "he": 0.26479804217217134, "they": 0.2272070209360057}, "playoffs": {"he - they": 0.06610344557029907, "he": 0.29331046650630477, "they": 0.2272070209360057}, "plays": {"he - they": 0.01261693567435579, "he": 0.3055773545078722, "they": 0.2929604188335164}, "please": {"he - they": -0.12335435732261063, "he": 0.18419749023760523, "they": 0.30755184756021586}, "pleases": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pleasure": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "plot": {"he - they": 0.037591021236165645, "he": 0.26479804217217134, "they": 0.2272070209360057}, "plucked": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "plus": {"he - they": 0.020128205470411442, "he": 0.27701210344138494, "they": 0.2568838979709735}, "pocket": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pockets": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "podcast": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "podcasts": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "point": {"he - they": -0.020602863748476474, "he": 0.3006831592734811, "they": 0.3212860230219576}, "points": {"he - they": 0.08546533125119476, "he": 0.3253255770339778, "they": 0.23986024578278303}, "poised": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "poison": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "polarization": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pole": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "police": {"he - they": -0.009301502518066773, "he": 0.28273861246543147, "they": 0.29204011498349824}, "policy": {"he - they": -0.00865956123945244, "he": 0.24822433673152106, "they": 0.2568838979709735}, "policymakers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "polite": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "political": {"he - they": -0.03715261622736438, "he": 0.26099143705546396, "they": 0.29814405328282834}, "politicians": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "politicospeak": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "politics": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "poor": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "pop": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pops": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "popular": {"he - they": -0.009365539277436052, "he": 0.26210175570743366, "they": 0.2714672949848697}, "populate": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "population": {"he - they": -0.008632420302186639, "he": 0.2019057450840961, "they": 0.21053816538628273}, "porch": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "port": {"he - they": -0.008665080345321152, "he": 0.27701210344138494, "they": 0.2856771837867061}, "portable": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "portal": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "portion": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "posing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "position": {"he - they": 0.029654728482346238, "he": 0.29410296323136986, "they": 0.2644482347490236}, "positions": {"he - they": -0.008776852649505062, "he": 0.241725564252744, "they": 0.25050241690224906}, "positives": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "possession": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "possibilities": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "possibility": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "possible": {"he - they": -0.025630164879959394, "he": 0.29825603980601684, "they": 0.32388620468597623}, "possibly": {"he - they": -0.02966891671985128, "he": 0.28443289494242496, "they": 0.31410181166227624}, "post": {"he - they": -0.00889132724985614, "he": 0.2863845778391723, "they": 0.29527590508902846}, "posts": {"he - they": -0.055463269982995805, "he": 0.18942200122095953, "they": 0.24488527120395534}, "potential": {"he - they": -0.02966891671985128, "he": 0.28443289494242496, "they": 0.31410181166227624}, "potentially": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "pounds": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "power": {"he - they": -0.033242521506033906, "he": 0.3127156032004677, "they": 0.3459581247065016}, "powerful": {"he - they": -0.02990751318237761, "he": 0.27701210344138494, "they": 0.30691961662376255}, "pr": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "prabhakar": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "practical": {"he - they": 0.0411708886535232, "he": 0.3143326375270478, "they": 0.2731617488735246}, "practice": {"he - they": -0.02938160043451654, "he": 0.29331046650630477, "they": 0.3226920669408213}, "practicing": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "practitioner": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "praised": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pray": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "prayer": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "praying": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "preach": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "preaching": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "precepts": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "precious": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "predecessor": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "predicated": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "predict": {"he - they": 0.01265789131075079, "he": 0.3143326375270478, "they": 0.30167474621629703}, "predictability": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "predicted": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "predictions": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "preference": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "preferred": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "premium": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "prepare": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "prepared": {"he - they": -0.00866357681774571, "he": 0.29825603980601684, "they": 0.30691961662376255}, "preparing": {"he - they": 0.01261693567435579, "he": 0.3055773545078722, "they": 0.2929604188335164}, "preposition": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "presence": {"he - they": -0.023037633642924382, "he": 0.3089870195223755, "they": 0.3320246531652999}, "present": {"he - they": -0.008890154439068765, "he": 0.26498472419768054, "they": 0.2738748786367493}, "presentations": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "presented": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "presenter": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "presenters": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "preservationists": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "preserve": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "presidency": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "president": {"he - they": 0.06717423049635635, "he": 0.23725888525048064, "they": 0.1700846547541243}, "press": {"he - they": 0.0663112877232454, "he": 0.28443289494242496, "they": 0.21812160721917956}, "pressure": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "pressuring": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "presumably": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pretend": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pretended": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pretty": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "prevalence": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "prevent": {"he - they": -0.02966891671985128, "he": 0.28443289494242496, "they": 0.31410181166227624}, "prevented": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "preventing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "previous": {"he - they": 0.017749906204554966, "he": 0.3132253479987726, "they": 0.29547544179421764}, "previously": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "price": {"he - they": -0.09186277668775028, "he": 0.21809143861661223, "they": 0.3099542153043625}, "prices": {"he - they": -0.08473198714343672, "he": 0.18419749023760523, "they": 0.26892947738104195}, "prickly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pride": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "primarily": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "prime": {"he - they": -0.008665080345321152, "he": 0.27701210344138494, "they": 0.2856771837867061}, "principles": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "privacy": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "private": {"he - they": -0.040304934915295076, "he": 0.2863845778391723, "they": 0.3266895127544674}, "privatisation": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "privatise": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "proactive": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "probability": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "probable": {"he - they": -0.009059084188759198, "he": 0.22624911288342076, "they": 0.23530819707217995}, "probably": {"he - they": -0.02599298334354727, "he": 0.2863845778391723, "they": 0.3123775611827196}, "probe": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "problem": {"he - they": -0.03310276931175832, "he": 0.2909552159292553, "they": 0.3240579852410136}, "problems": {"he - they": -0.026727739940953177, "he": 0.26210175570743366, "they": 0.28882949564838684}, "procedures": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "process": {"he - they": -0.021129687657660767, "he": 0.2822075552650121, "they": 0.3033372429226729}, "produce": {"he - they": -0.037675639473790545, "he": 0.241725564252744, "they": 0.27940120372653454}, "produced": {"he - they": -0.04797680251230191, "he": 0.2511954309694252, "they": 0.2991722334817271}, "producer": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "product": {"he - they": -0.047800957587261605, "he": 0.2553763850179038, "they": 0.3031773426051654}, "production": {"he - they": 0.012224686508625182, "he": 0.24814049607089825, "they": 0.23591580956227307}, "products": {"he - they": -0.037452847055185035, "he": 0.24822433673152106, "they": 0.2856771837867061}, "professional": {"he - they": -0.037452847055185035, "he": 0.24822433673152106, "they": 0.2856771837867061}, "professionals": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "profitable": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "program": {"he - they": -0.025823356674438636, "he": 0.29194443256142616, "they": 0.3177677892358648}, "programme": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "progress": {"he - they": 0.0411708886535232, "he": 0.3143326375270478, "they": 0.2731617488735246}, "progresses": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "progressively": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "project": {"he - they": -0.020602863748476474, "he": 0.3006831592734811, "they": 0.3212860230219576}, "projecting": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "projects": {"he - they": -0.008632420302186639, "he": 0.2019057450840961, "they": 0.21053816538628273}, "projnorthmoor": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "prolific": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "prolonged": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "promising": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "promote": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "prompt": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "promptly": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "proper": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "properly": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "properties": {"he - they": -0.10501387153966646, "he": 0.2019057450840961, "they": 0.30691961662376255}, "property": {"he - they": -0.00865956123945244, "he": 0.24822433673152106, "they": 0.2568838979709735}, "prophet": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "proposals": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "proposed": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "prosecute": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "prosecutions": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "protagonist": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "protect": {"he - they": 0.020140179745302966, "he": 0.28443289494242496, "they": 0.264292715197122}, "protection": {"he - they": -0.037192014045338506, "he": 0.2557684047881779, "they": 0.2929604188335164}, "protective": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "proud": {"he - they": -0.037192014045338506, "he": 0.2557684047881779, "they": 0.2929604188335164}, "prove": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "proven": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "provide": {"he - they": -0.022008021150784707, "he": 0.2909552159292553, "they": 0.31296323708004}, "provided": {"he - they": 0.020114355076385648, "he": 0.2706167719786347, "they": 0.25050241690224906}, "provider": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "providers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "provides": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "providing": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "proving": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "provocative": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "prudence": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "psychologically": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "psychologist": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "psychology": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "public": {"he - they": -0.07441195303743336, "he": 0.29926789422783817, "they": 0.37367984726527154}, "publication": {"he - they": 0.0658225335803676, "he": 0.30443571062612773, "they": 0.23861317704576013}, "publications": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "publicity": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "publish": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "published": {"he - they": -0.03819912186560287, "he": 0.22624911288342076, "they": 0.2644482347490236}, "pull": {"he - they": 0.01261693567435579, "he": 0.3055773545078722, "they": 0.2929604188335164}, "pulse": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "puna": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "punching": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "punishments": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "purchase": {"he - they": 0.03764679756899836, "he": 0.2557684047881779, "they": 0.21812160721917956}, "purchased": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pure": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "purposes": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pursue": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "pursuing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pushback": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "put": {"he - they": -0.017514878524819977, "he": 0.3250580188086362, "they": 0.3425728973334562}, "putnam": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "puts": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "putting": {"he - they": 0.06610344557029907, "he": 0.29331046650630477, "they": 0.2272070209360057}, "pyjamas": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pyongyang": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "pzmg8yk2t2": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "qaeda": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "qualified": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "quality": {"he - they": -0.13847580172112828, "he": 0.17513948510860172, "they": 0.31361528682973}, "quantum": {"he - they": 0.03764679756899836, "he": 0.2557684047881779, "they": 0.21812160721917956}, "quarter": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "quarterback": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "quartet": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "quench": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "quenched": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "question": {"he - they": 0.017749906204554966, "he": 0.3132253479987726, "they": 0.29547544179421764}, "questioned": {"he - they": -0.08281318357392062, "he": 0.2188615626423764, "they": 0.30167474621629703}, "questions": {"he - they": -0.009365539277436052, "he": 0.26210175570743366, "they": 0.2714672949848697}, "quick": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "quicker": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "quickly": {"he - they": 0.06660602991858239, "he": 0.2706167719786347, "they": 0.20401074206005232}, "quietly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "quite": {"he - they": -0.04760763220079561, "he": 0.25994421535942025, "they": 0.30755184756021586}, "r": {"he - they": -0.00874603137580221, "he": 0.1952647106842501, "they": 0.20401074206005232}, "race": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "radical": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "radicalisation": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "radio": {"he - they": 0.012543228834891618, "he": 0.29194443256142616, "they": 0.27940120372653454}, "radioactive": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "radioactivity": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "radios": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "radius": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "raf": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "rage": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "raging": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "rain": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "raise": {"he - they": -0.040304934915295076, "he": 0.2863845778391723, "they": 0.3266895127544674}, "rallied": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ramakrishna": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ramen": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "rand": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "randall": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "random": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "randy": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "range": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "ranked": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "ranking": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "rapid": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "rapper": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "rarely": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "rate": {"he - they": -0.05927133845273805, "he": 0.2360045666362904, "they": 0.29527590508902846}, "rates": {"he - they": 0.03768617134523833, "he": 0.24822433673152106, "they": 0.21053816538628273}, "rather": {"he - they": -0.07470545984108029, "he": 0.27946203539368164, "they": 0.35416749523476193}, "ratio": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "rationality": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "rations": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ravage": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ray": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "rays": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "re": {"he - they": -0.06638097164267548, "he": 0.30079598457322365, "they": 0.36717695621589913}, "reach": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "reached": {"he - they": -0.008880704567664932, "he": 0.2360045666362904, "they": 0.24488527120395534}, "react": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "reactions": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "reactive": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "read": {"he - they": -0.030241421950619574, "he": 0.30978109402399057, "they": 0.34002251597461014}, "reader": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "readers": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "readily": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "reading": {"he - they": 0.003271132694410095, "he": 0.3132253479987726, "they": 0.3099542153043625}, "ready": {"he - they": -0.008784329117792866, "he": 0.29194443256142616, "they": 0.300728761679219}, "real": {"he - they": -0.04277078068633955, "he": 0.2972517352882706, "they": 0.34002251597461014}, "realisation": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "realise": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "realism": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "reality": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "realization": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "realize": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "realizes": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "really": {"he - they": -0.016797228305560574, "he": 0.3215826203569031, "they": 0.3383798486624637}, "reason": {"he - they": -0.035547053134577455, "he": 0.30348884146562544, "they": 0.3390358946002029}, "reasons": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "reassure": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "reassuring": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "rebel": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "rebellious": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "rebounding": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "rebounds": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "rebuilding": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "rebuilt": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "recalled": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "receive": {"he - they": -0.1038305042984449, "he": 0.2188615626423764, "they": 0.3226920669408213}, "received": {"he - they": -0.008880704567664932, "he": 0.2360045666362904, "they": 0.24488527120395534}, "recent": {"he - they": -0.04813813080759671, "he": 0.24733731098662093, "they": 0.29547544179421764}, "recently": {"he - they": 0.022535050437431148, "he": 0.2909552159292553, "they": 0.2684201654918241}, "recognize": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "recognized": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "reconciliations": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "record": {"he - they": 0.020128205470411442, "he": 0.27701210344138494, "they": 0.2568838979709735}, "recorded": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "records": {"he - they": 0.02006818794572382, "he": 0.2553763850179038, "they": 0.23530819707217995}, "rectifying": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "red": {"he - they": -0.037452847055185035, "he": 0.24822433673152106, "they": 0.2856771837867061}, "reddy": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "redesign": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "redshirt": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "reduce": {"he - they": -0.058333406874098326, "he": 0.2557684047881779, "they": 0.31410181166227624}, "reduced": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "reeducation": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "reeled": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "referee": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "reference": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "referred": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "reflecting": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "reflects": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "reform": {"he - they": -0.05523770621799895, "he": 0.1952647106842501, "they": 0.25050241690224906}, "refusal": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "regard": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "regarded": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "regarding": {"he - they": 0.01265789131075079, "he": 0.3143326375270478, "they": 0.30167474621629703}, "region": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "regional": {"he - they": -0.05972225016575805, "he": 0.22624911288342076, "they": 0.2859713630491788}, "registered": {"he - they": 0.037591021236165645, "he": 0.26479804217217134, "they": 0.2272070209360057}, "regularly": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "reich": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "reinventing": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "reject": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "relate": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "related": {"he - they": 0.037591021236165645, "he": 0.26479804217217134, "they": 0.2272070209360057}, "relation": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "relations": {"he - they": 0.0589433375882617, "he": 0.28624427386523443, "they": 0.22730093627697273}, "relationship": {"he - they": 0.012365148516874036, "he": 0.26541195209789414, "they": 0.2530468035810201}, "relationships": {"he - they": 0.0663112877232454, "he": 0.28443289494242496, "they": 0.21812160721917956}, "relativity": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "relax": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "relay": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "release": {"he - they": 0.03768617134523833, "he": 0.24822433673152106, "they": 0.21053816538628273}, "released": {"he - they": -0.008501304369600865, "he": 0.2096203028495787, "they": 0.21812160721917956}, "relevant": {"he - they": -0.008658974234930117, "he": 0.3152272304510461, "they": 0.32388620468597623}, "reliable": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "reliance": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "relies": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "reluctant": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "rely": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "rem": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "remaining": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "remains": {"he - they": -0.037675639473790545, "he": 0.241725564252744, "they": 0.27940120372653454}, "remake": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "remarkable": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "remember": {"he - they": 0.00825825784315648, "he": 0.3089870195223755, "they": 0.300728761679219}, "remembers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "remind": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "reminded": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "remodel": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "remote": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "remove": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "removed": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "renditions": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "rental": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "rented": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "repeat": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "repertoire": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "report": {"he - they": -0.07619022060955533, "he": 0.22882163698696972, "they": 0.30501185759652505}, "reported": {"he - they": 0.0377517777618539, "he": 0.2308861533814066, "they": 0.1931343756195527}, "reportedly": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "reporters": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "reports": {"he - they": 0.020099452993725203, "he": 0.26498472419768054, "they": 0.24488527120395534}, "reprise": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "republic": {"he - they": -0.00893688538194748, "he": 0.18419749023760523, "they": 0.1931343756195527}, "republican": {"he - they": -0.037192014045338506, "he": 0.2557684047881779, "they": 0.2929604188335164}, "request": {"he - they": 0.06660602991858239, "he": 0.2706167719786347, "they": 0.20401074206005232}, "requests": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "required": {"he - they": -0.07692822972174462, "he": 0.22624911288342076, "they": 0.3031773426051654}, "requirement": {"he - they": -0.00865956123945244, "he": 0.24822433673152106, "they": 0.2568838979709735}, "requirements": {"he - they": -0.00852752389109146, "he": 0.28443289494242496, "they": 0.2929604188335164}, "requires": {"he - they": -0.008501304369600865, "he": 0.2096203028495787, "they": 0.21812160721917956}, "requiring": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "rescued": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "research": {"he - they": -0.009831169172726806, "he": 0.2567164796063818, "they": 0.2665476487791086}, "resend": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "residence": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "residential": {"he - they": -0.08281318357392062, "he": 0.2188615626423764, "they": 0.30167474621629703}, "residents": {"he - they": -0.08377143870261, "he": 0.2019057450840961, "they": 0.2856771837867061}, "resignations": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "resolve": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "resources": {"he - they": 0.037591021236165645, "he": 0.26479804217217134, "they": 0.2272070209360057}, "respect": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "respectful": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "respectively": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "respond": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "responding": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "response": {"he - they": -0.030450851640462018, "he": 0.25994421535942025, "they": 0.29039506699988227}, "responsibility": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "responsible": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "responsive": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "rest": {"he - they": -0.02990751318237761, "he": 0.27701210344138494, "they": 0.30691961662376255}, "restaurant": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "restored": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "restrictions": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "rests": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "result": {"he - they": -0.030450851640462018, "he": 0.25994421535942025, "they": 0.29039506699988227}, "return": {"he - they": -0.009074379373795516, "he": 0.29410296323136986, "they": 0.3031773426051654}, "returned": {"he - they": 0.0411708886535232, "he": 0.3143326375270478, "they": 0.2731617488735246}, "returnees": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "returning": {"he - they": 0.01261693567435579, "he": 0.3055773545078722, "they": 0.2929604188335164}, "returns": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "reuters": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "revealing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "reveals": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "revenue": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "reverb": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "review": {"he - they": -0.009075290062143748, "he": 0.27689607298703506, "they": 0.2859713630491788}, "reviewed": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "reviews": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "revitalize": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "revolt": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "revolting": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "revolution": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "revolving": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "reward": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "reyes": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "rhodes": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "rhys": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "richmond": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ricky": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "rid": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ride": {"he - they": -0.009059084188759198, "he": 0.22624911288342076, "they": 0.23530819707217995}, "ridenyc": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ridiculed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ridiculous": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "rifts": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "right": {"he - they": -0.010396353191620855, "he": 0.3316952325863724, "they": 0.34209158577799326}, "rightly": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "rights": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "ring": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "rings": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "risk": {"he - they": -0.008161729115670091, "he": 0.30443571062612773, "they": 0.3125974397417978}, "risky": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "rita": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "rival": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "river": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "road": {"he - they": 0.0030175020066240954, "he": 0.29296996402919956, "they": 0.28995246202257546}, "roads": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "robbed": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "robbery": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "rock": {"he - they": -0.037452847055185035, "he": 0.24822433673152106, "they": 0.2856771837867061}, "rocket": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "rockets": {"he - they": 0.01261693567435579, "he": 0.3055773545078722, "they": 0.2929604188335164}, "roetter": {"he - they": -0.00893688538194748, "he": 0.18419749023760523, "they": 0.1931343756195527}, "rogers": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "rohan": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "role": {"he - they": -0.021919928917368214, "he": 0.294004967285181, "they": 0.3159248962025492}, "roles": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "rolled": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "roof": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "rookie": {"he - they": 0.037591021236165645, "he": 0.26479804217217134, "they": 0.2272070209360057}, "room": {"he - they": 0.041284639310750215, "he": 0.3055773545078722, "they": 0.264292715197122}, "rooms": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "root": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "roots": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "rotations": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "roughly": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "round": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "routinely": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "row": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "roy": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "rs": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "rss": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "rule": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "ruled": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "rules": {"he - they": 0.012578856019310747, "he": 0.29825603980601684, "they": 0.2856771837867061}, "ruling": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "rulings": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "rumors": {"he - they": -0.00865956123945244, "he": 0.24822433673152106, "they": 0.2568838979709735}, "rumoured": {"he - they": 0.06610344557029907, "he": 0.29331046650630477, "they": 0.2272070209360057}, "run": {"he - they": -0.009074379373795516, "he": 0.29410296323136986, "they": 0.3031773426051654}, "running": {"he - they": 0.020148717632780144, "he": 0.29331046650630477, "they": 0.2731617488735246}, "rupert": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "rush": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "rushing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "russell": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "russians": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "ryan": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "s": {"he - they": -0.02609507827668528, "he": 0.31981628157078223, "they": 0.3459113598474675}, "saber": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "sabonis": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sachiko": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sad": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "sadarius": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sadly": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "safe": {"he - they": -0.02966891671985128, "he": 0.28443289494242496, "they": 0.31410181166227624}, "safestyle": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "safety": {"he - they": -0.02966891671985128, "he": 0.28443289494242496, "they": 0.31410181166227624}, "said": {"he - they": 0.0028884965669649376, "he": 0.32597037168785165, "they": 0.3230818751208867}, "sake": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sales": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "salt": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "same": {"he - they": -0.009638609648939755, "he": 0.32326200935121574, "they": 0.3329006190001555}, "san": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sanctify": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "saphir": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sarah": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "satan": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "satellites": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "saturday": {"he - they": 0.008170899634894535, "he": 0.2985659666347768, "they": 0.29039506699988227}, "satyanarayana": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "sauce": {"he - they": -0.08281318357392062, "he": 0.2188615626423764, "they": 0.30167474621629703}, "save": {"he - they": -0.00865956123945244, "he": 0.24822433673152106, "they": 0.2568838979709735}, "saved": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "savings": {"he - they": 0.03764679756899836, "he": 0.2557684047881779, "they": 0.21812160721917956}, "saw": {"he - they": -0.009638609648939755, "he": 0.32326200935121574, "they": 0.3329006190001555}, "say": {"he - they": -0.02761511612347628, "he": 0.29807696639998116, "they": 0.32569208252345744}, "saying": {"he - they": -0.009075290062143748, "he": 0.27689607298703506, "they": 0.2859713630491788}, "says": {"he - they": 0.03493051003409553, "he": 0.3253255770339778, "they": 0.29039506699988227}, "scaled": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "scandal": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "scenarios": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "scenes": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "schedule": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "scheduled": {"he - they": 0.06610344557029907, "he": 0.29331046650630477, "they": 0.2272070209360057}, "scholar": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "scholarship": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "school": {"he - they": 0.003116408635884027, "he": 0.3006831592734811, "they": 0.2975667506375971}, "science": {"he - they": -0.009530878499910134, "he": 0.23148675947191466, "they": 0.2410176379718248}, "scientific": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "scientist": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "scientists": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "scope": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "score": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "scored": {"he - they": 0.020128205470411442, "he": 0.27701210344138494, "they": 0.2568838979709735}, "scorer": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "scores": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "scoresby": {"he - they": -0.008632420302186639, "he": 0.2019057450840961, "they": 0.21053816538628273}, "scoring": {"he - they": -0.00852752389109146, "he": 0.28443289494242496, "they": 0.2929604188335164}, "scratcher": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "screen": {"he - they": 0.020148717632780144, "he": 0.29331046650630477, "they": 0.2731617488735246}, "script": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "scripted": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "scripture": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "scrutiny": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "sea": {"he - they": -0.03819912186560287, "he": 0.22624911288342076, "they": 0.2644482347490236}, "search": {"he - they": 0.01984358702691244, "he": 0.21313880354590267, "they": 0.19329521651899023}, "searched": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "searching": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "season": {"he - they": 0.017405560397593056, "he": 0.24615543596378592, "they": 0.22874987556619286}, "seasons": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "seat": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "seating": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "sec": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "second": {"he - they": 0.003915361159460673, "he": 0.32685724662362264, "they": 0.32294188546416197}, "seconds": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "secret": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "secretary": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sections": {"he - they": 0.0658225335803676, "he": 0.30443571062612773, "they": 0.23861317704576013}, "sector": {"he - they": -0.0600931841109234, "he": 0.21809143861661223, "they": 0.27818462272753564}, "secure": {"he - they": -0.058333406874098326, "he": 0.2557684047881779, "they": 0.31410181166227624}, "security": {"he - they": 0.020099452993725203, "he": 0.26498472419768054, "they": 0.24488527120395534}, "see": {"he - they": -0.010289172894237808, "he": 0.31730551248942235, "they": 0.32759468538366016}, "seed": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "seeding": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "seedy": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "seeing": {"he - they": -0.03011198970058432, "he": 0.2706167719786347, "they": 0.300728761679219}, "seek": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "seeking": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "seem": {"he - they": -0.023598809975651225, "he": 0.2900164768540788, "they": 0.31361528682973}, "seemed": {"he - they": -0.047392836985039044, "he": 0.26498472419768054, "they": 0.3123775611827196}, "seemingly": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "seems": {"he - they": -0.05776732762509246, "he": 0.2734819443409483, "they": 0.33124927196604076}, "seen": {"he - they": -0.009648417827989919, "he": 0.29296996402919956, "they": 0.3026183818571895}, "sees": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "segment": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "seldom": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "selected": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "selecting": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "selections": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "self": {"he - they": 0.0658225335803676, "he": 0.30443571062612773, "they": 0.23861317704576013}, "sell": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "semi": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "sending": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "senior": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "seniors": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sensational": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sense": {"he - they": 0.012578856019310747, "he": 0.29825603980601684, "they": 0.2856771837867061}, "sensitive": {"he - they": -0.05869527989224149, "he": 0.24822433673152106, "they": 0.30691961662376255}, "sent": {"he - they": -0.00889132724985614, "he": 0.2863845778391723, "they": 0.29527590508902846}, "sentences": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "seoul": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "separations": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sept": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "september": {"he - they": -0.02707078868191265, "he": 0.250650668552739, "they": 0.27772145723465164}, "sequel": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "sergeant": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "series": {"he - they": 0.028860640405735216, "he": 0.30414682941629423, "they": 0.275286189010559}, "serious": {"he - they": -0.00852752389109146, "he": 0.28443289494242496, "they": 0.2929604188335164}, "seriously": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "sermon": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "servants": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "serve": {"he - they": -0.008776852649505062, "he": 0.241725564252744, "they": 0.25050241690224906}, "served": {"he - they": -0.058333406874098326, "he": 0.2557684047881779, "they": 0.31410181166227624}, "servers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "serves": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "service": {"he - they": -0.024084806296648775, "he": 0.2734819443409483, "they": 0.2975667506375971}, "serving": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "session": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "set": {"he - they": -0.009429075966529421, "he": 0.2909552159292553, "they": 0.3003842918957847}, "sets": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "settle": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "seven": {"he - they": 0.008307613827283566, "he": 0.3152272304510461, "they": 0.30691961662376255}, "seventeenth": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "several": {"he - they": -0.026982619797480345, "he": 0.3165775845259756, "they": 0.34356020432345596}, "severe": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "severely": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sex": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "sexual": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "shade": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "shadow": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "shadows": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "shakespeare": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "shall": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "shannon": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "share": {"he - they": -0.023037633642924382, "he": 0.3089870195223755, "they": 0.3320246531652999}, "shared": {"he - they": 0.0414420156591771, "he": 0.29194443256142616, "they": 0.25050241690224906}, "shares": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "sharing": {"he - they": -0.037452847055185035, "he": 0.24822433673152106, "they": 0.2856771837867061}, "sharper": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "shawn": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "she": {"he - they": -0.07237616717106621, "he": 0.16898168920696682, "they": 0.24135785637803303}, "shelves": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "shepherd": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sheri": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "shifts": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "shine": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "shines": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "shinier": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "shining": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "shintao": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "shinto": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "shock": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "shocked": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "shocking": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "shoes": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "shop": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "shopping": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "shore": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "short": {"he - they": -0.03606315069853078, "he": 0.2900164768540788, "they": 0.32607962755260955}, "shortcomings": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "shorten": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "shortly": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "shot": {"he - they": 0.029654728482346238, "he": 0.29410296323136986, "they": 0.2644482347490236}, "shots": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "should": {"he - they": -0.018041580187143913, "he": 0.3062839142271687, "they": 0.32432549441431263}, "shouldn": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "shoved": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "show": {"he - they": 0.011548766743208427, "he": 0.3141671486003979, "they": 0.3026183818571895}, "showed": {"he - they": 0.029585815795840964, "he": 0.3089870195223755, "they": 0.27940120372653454}, "showing": {"he - they": 0.029613962828876128, "he": 0.30348884146562544, "they": 0.2738748786367493}, "shown": {"he - they": -0.03982339402988355, "he": 0.29825603980601684, "they": 0.3380794338359004}, "shows": {"he - they": -0.008784329117792866, "he": 0.29194443256142616, "they": 0.300728761679219}, "shut": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "shutting": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "side": {"he - they": -0.019190715714937523, "he": 0.3208318002596726, "they": 0.34002251597461014}, "sidelines": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sides": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "sidestepping": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sidewalk": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sight": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "sightseeing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sign": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "signal": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "signals": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "signed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "significant": {"he - they": 0.005249690085324166, "he": 0.3007251318795418, "they": 0.29547544179421764}, "significantly": {"he - they": -0.037192014045338506, "he": 0.2557684047881779, "they": 0.2929604188335164}, "signs": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "silence": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "silencing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "silent": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "silver": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "similar": {"he - they": -0.047392836985039044, "he": 0.26498472419768054, "they": 0.3123775611827196}, "simmons": {"he - they": 0.020148717632780144, "he": 0.29331046650630477, "they": 0.2731617488735246}, "simon": {"he - they": -0.00852752389109146, "he": 0.28443289494242496, "they": 0.2929604188335164}, "simple": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "simply": {"he - they": -0.04100017958727753, "he": 0.268954035717085, "they": 0.3099542153043625}, "simultaneous": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sinaloa": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "since": {"he - they": -0.015787298254218873, "he": 0.3411652110684952, "they": 0.35695250932271405}, "sinful": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sing": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "singing": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "single": {"he - they": -0.05728390350917867, "he": 0.28273861246543147, "they": 0.34002251597461014}, "singles": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sir": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sirens": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "sirkin": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "sister": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "sit": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "site": {"he - they": -0.03847103169217031, "he": 0.21809143861661223, "they": 0.25656247030878254}, "sitting": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "situation": {"he - they": -0.026804155819885822, "he": 0.3217703982241379, "they": 0.3485745540440237}, "six": {"he - they": 0.017749906204554966, "he": 0.3132253479987726, "they": 0.29547544179421764}, "sixers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sixth": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "size": {"he - they": -0.04687410124459129, "he": 0.27701210344138494, "they": 0.32388620468597623}, "sjoberg": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "skaggs": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "skeletal": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "sky": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "skyplussed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "skyward": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "slab": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "slack": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "slammed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "slang": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "slavery": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "sleep": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sleepless": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sli": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sliced": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "slices": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "slide": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "slow": {"he - they": -0.00866357681774571, "he": 0.29825603980601684, "they": 0.30691961662376255}, "slowness": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "small": {"he - they": -0.023346376922733836, "he": 0.2985659666347768, "they": 0.32191234355751064}, "smalls": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "smell": {"he - they": -0.008846551714900619, "he": 0.18942200122095953, "they": 0.19826855293586015}, "smidgen": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "smile": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "smith": {"he - they": -0.031339905082063635, "he": 0.23148675947191466, "they": 0.2628266645539783}, "smoke": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "smoked": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "sneakily": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "snow": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "so": {"he - they": -0.06312146078785458, "he": 0.3060449834037126, "they": 0.3691664441915672}, "soccer": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "social": {"he - they": -0.030450851640462018, "he": 0.25994421535942025, "they": 0.29039506699988227}, "society": {"he - they": -0.06220482710170011, "he": 0.2553763850179038, "they": 0.3175812121196039}, "socket": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "soft": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "software": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "solar": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sold": {"he - they": -0.037452847055185035, "he": 0.24822433673152106, "they": 0.2856771837867061}, "soldier": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "solid": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "solidarity": {"he - they": 0.03768617134523833, "he": 0.24822433673152106, "they": 0.21053816538628273}, "solve": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "some": {"he - they": -0.01999844470328893, "he": 0.33408106986998115, "they": 0.3540795145732701}, "somebody": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "somehow": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "someone": {"he - they": 0.01261693567435579, "he": 0.3055773545078722, "they": 0.2929604188335164}, "something": {"he - they": -0.018798299269340346, "he": 0.3118646105866797, "they": 0.33066290985602004}, "sometimes": {"he - they": -0.023346376922733836, "he": 0.2985659666347768, "they": 0.32191234355751064}, "somewhat": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "somewhere": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "son": {"he - they": 0.041587875914855105, "he": 0.27689607298703506, "they": 0.23530819707217995}, "song": {"he - they": 0.05906313809231942, "he": 0.27946203539368164, "they": 0.22039889730136222}, "songs": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "soon": {"he - they": -0.03907466272060128, "he": 0.3132253479987726, "they": 0.3523000107193739}, "sophomores": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sore": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "sorry": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "sort": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "sought": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "soul": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "sound": {"he - they": -0.05523770621799895, "he": 0.1952647106842501, "they": 0.25050241690224906}, "sounding": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sounds": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "source": {"he - they": -0.06170478855678685, "he": 0.26498472419768054, "they": 0.3266895127544674}, "sources": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "sourcing": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "south": {"he - they": -0.009301502518066773, "he": 0.28273861246543147, "they": 0.29204011498349824}, "southbank": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "southeast": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "southern": {"he - they": -0.008784431747899835, "he": 0.2706167719786347, "they": 0.27940120372653454}, "soy": {"he - they": -0.10915372337422702, "he": 0.13588701703094835, "they": 0.24504074040517537}, "space": {"he - they": -0.03668753670028929, "he": 0.2734819443409483, "they": 0.3101694810412376}, "spaceport": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "spain": {"he - they": -0.008501304369600865, "he": 0.2096203028495787, "they": 0.21812160721917956}, "spam": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "spambots": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "spanish": {"he - they": -0.009229417698098541, "he": 0.1674440335988083, "they": 0.17667345129690684}, "sparkling": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "spats": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "speak": {"he - they": -0.008161729115670091, "he": 0.30443571062612773, "they": 0.3125974397417978}, "speaker": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "speaking": {"he - they": 0.06610344557029907, "he": 0.29331046650630477, "they": 0.2272070209360057}, "spears": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "special": {"he - they": -0.009225159322161613, "he": 0.24733731098662093, "they": 0.25656247030878254}, "specific": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "spectacle": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "spectacular": {"he - they": -0.08520738211645468, "he": 0.17513948510860172, "they": 0.2603468672250564}, "spectators": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "spectrum": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "speech": {"he - they": 0.029669609629022375, "he": 0.2900164768540788, "they": 0.2603468672250564}, "speed": {"he - they": -0.037192014045338506, "he": 0.2557684047881779, "they": 0.2929604188335164}, "speeds": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "spend": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "spending": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "spent": {"he - they": 0.005211620304772346, "he": 0.2972517352882706, "they": 0.29204011498349824}, "sphere": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "spiralling": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "spirit": {"he - they": -0.02652140607713266, "he": 0.268954035717085, "they": 0.29547544179421764}, "spirited": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "spiritual": {"he - they": 0.020140179745302966, "he": 0.28443289494242496, "they": 0.264292715197122}, "spiritually": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "spite": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "spoke": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "sporting": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sports": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "spot": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "spots": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "spring": {"he - they": -0.08334011598393773, "he": 0.2096203028495787, "they": 0.2929604188335164}, "spurrier": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "squad": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "square": {"he - they": 0.01265789131075079, "he": 0.3143326375270478, "they": 0.30167474621629703}, "squarely": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "stability": {"he - they": 0.037591021236165645, "he": 0.26479804217217134, "they": 0.2272070209360057}, "stacking": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "stadium": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "staff": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "stage": {"he - they": -0.1038305042984449, "he": 0.2188615626423764, "they": 0.3226920669408213}, "stages": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "stakes": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "stan": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "stance": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "standard": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "standards": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "standing": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "standoffs": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "stanley": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "staple": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "star": {"he - they": 0.03504072527123697, "he": 0.3132253479987726, "they": 0.27818462272753564}, "starred": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "stars": {"he - they": 0.03771482219269168, "he": 0.241725564252744, "they": 0.20401074206005232}, "start": {"he - they": 0.017740979040492322, "he": 0.30978109402399057, "they": 0.29204011498349824}, "started": {"he - they": -0.009292402588331083, "he": 0.3208318002596726, "they": 0.3301242028480037}, "starter": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "starters": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "starting": {"he - they": -0.02150016889296258, "he": 0.30851009722698136, "they": 0.33001026611994394}, "starts": {"he - they": 0.06647393805510221, "he": 0.27701210344138494, "they": 0.21053816538628273}, "state": {"he - they": -0.02520795645978391, "he": 0.28724347150059376, "they": 0.31245142796037767}, "stated": {"he - they": 0.0663112877232454, "he": 0.28443289494242496, "they": 0.21812160721917956}, "statement": {"he - they": 0.008307613827283566, "he": 0.3152272304510461, "they": 0.30691961662376255}, "states": {"he - they": 0.003116408635884027, "he": 0.3006831592734811, "they": 0.2975667506375971}, "station": {"he - they": -0.06196812819809039, "he": 0.25994421535942025, "they": 0.32191234355751064}, "stature": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "stay": {"he - they": -0.00915589982020626, "he": 0.2727659526228598, "they": 0.28192185244306606}, "stayed": {"he - they": -0.02938160043451654, "he": 0.29331046650630477, "they": 0.3226920669408213}, "steadfast": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "steadfastly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "steadily": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "steadiness": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "steady": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "steal": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "steam": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "steel": {"he - they": -0.008846551714900619, "he": 0.18942200122095953, "they": 0.19826855293586015}, "steering": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "stemming": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "step": {"he - they": 0.014154404563015865, "he": 0.297479506870384, "they": 0.2833251023073681}, "stephen": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "stepped": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "stepping": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "steps": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "steve": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "stevens": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "stick": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "stiff": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "stiffed": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "still": {"he - they": -0.028465846746374812, "he": 0.32685724662362264, "they": 0.35532309336999746}, "sting": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "stings": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "stint": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "stipe": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "stirring": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "stitches": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "stock": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "stockpiling": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "stole": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "stone": {"he - they": -0.008776852649505062, "he": 0.241725564252744, "they": 0.25050241690224906}, "stoned": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "stools": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "stop": {"he - they": 0.00802642527890196, "he": 0.28273861246543147, "they": 0.2747121871865295}, "stopped": {"he - they": -0.00852752389109146, "he": 0.28443289494242496, "they": 0.2929604188335164}, "store": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "stories": {"he - they": 0.00825825784315648, "he": 0.3089870195223755, "they": 0.300728761679219}, "story": {"he - they": -0.06261690431774158, "he": 0.24733731098662093, "they": 0.3099542153043625}, "storytellers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "stout": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "straight": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "straightforward": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "strained": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "strange": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "strategies": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "strategy": {"he - they": -0.08334011598393773, "he": 0.2096203028495787, "they": 0.2929604188335164}, "straughn": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "streak": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "stream": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "street": {"he - they": -0.07435815376559624, "he": 0.25994421535942025, "they": 0.3343023691250165}, "streets": {"he - they": -0.037675639473790545, "he": 0.241725564252744, "they": 0.27940120372653454}, "strength": {"he - they": -0.008161729115670091, "he": 0.30443571062612773, "they": 0.3125974397417978}, "strengthened": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "strike": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "striker": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "stroke": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "strong": {"he - they": -0.023999699606741032, "he": 0.27638459228904366, "they": 0.3003842918957847}, "strongly": {"he - they": -0.008501304369600865, "he": 0.2096203028495787, "they": 0.21812160721917956}, "struck": {"he - they": 0.020150506775101995, "he": 0.30443571062612773, "they": 0.28428520385102574}, "structures": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "struggled": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "struggles": {"he - they": 0.037591021236165645, "he": 0.26479804217217134, "they": 0.2272070209360057}, "student": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "students": {"he - they": 0.06696143972452881, "he": 0.2511954309694252, "they": 0.1842339912448964}, "studies": {"he - they": -0.009019049789307537, "he": 0.1794666068936068, "they": 0.18848565668291434}, "study": {"he - they": -0.03870321316891398, "he": 0.21105881700449228, "they": 0.24976203017340626}, "stuff": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "sturridge": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "style": {"he - they": -0.00866357681774571, "he": 0.29825603980601684, "they": 0.30691961662376255}, "stylistic": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "subject": {"he - they": 0.008170899634894535, "he": 0.2985659666347768, "they": 0.29039506699988227}, "subjected": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "submitted": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "subscription": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "subtle": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "success": {"he - they": 0.029585815795840964, "he": 0.3089870195223755, "they": 0.27940120372653454}, "successful": {"he - they": 0.041284639310750215, "he": 0.3055773545078722, "they": 0.264292715197122}, "successfully": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "succession": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "such": {"he - they": -0.026351325654715374, "he": 0.33184117396575896, "they": 0.35819249962047434}, "sudden": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "suddenly": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "suffer": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "suffered": {"he - they": -0.08281318357392062, "he": 0.2188615626423764, "they": 0.30167474621629703}, "suffering": {"he - they": 0.06610344557029907, "he": 0.29331046650630477, "they": 0.2272070209360057}, "sufficiently": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "suggest": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "suggested": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "suggests": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "suicide": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "suited": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "sulfide": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sullen": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sullivan": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "summerville": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "summie": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sunday": {"he - they": 0.04137214183504334, "he": 0.29825603980601684, "they": 0.2568838979709735}, "super": {"he - they": -0.08281318357392062, "he": 0.2188615626423764, "they": 0.30167474621629703}, "supply": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "support": {"he - they": -0.009483030598552267, "he": 0.3118029924234053, "they": 0.3212860230219576}, "supporters": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "supportive": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "supports": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "suppose": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "supposed": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "suppress": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "suppression": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "sure": {"he - they": -0.032918261770570556, "he": 0.32097422855162044, "they": 0.353892490322191}, "surface": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "surprised": {"he - they": -0.08281318357392062, "he": 0.2188615626423764, "they": 0.30167474621629703}, "surprising": {"he - they": -0.05869527989224149, "he": 0.24822433673152106, "they": 0.30691961662376255}, "surrounding": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "survive": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "survived": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "survivors": {"he - they": -0.008632420302186639, "he": 0.2019057450840961, "they": 0.21053816538628273}, "suspect": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "suspend": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "suspended": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "swamps": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "sweet": {"he - they": -0.04654968778252477, "he": 0.28443289494242496, "they": 0.33098258272494974}, "switching": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "swoop": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "system": {"he - they": -0.02024471497404673, "he": 0.3132253479987726, "they": 0.33347006297281934}, "s\u00edoch\u00e1na": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "t": {"he - they": -0.02974891913420863, "he": 0.316279353292877, "they": 0.3460282724270856}, "table": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "tables": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "tabs": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "tackle": {"he - they": -0.05497815288687741, "he": 0.2019057450840961, "they": 0.2568838979709735}, "taider": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "take": {"he - they": -0.03582239591309083, "he": 0.3076045745064825, "they": 0.3434269704195733}, "taken": {"he - they": 0.029417680129826762, "he": 0.34475994558039713, "they": 0.31534226545057037}, "takeover": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "taking": {"he - they": -0.032918261770570556, "he": 0.32097422855162044, "they": 0.353892490322191}, "talent": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "talented": {"he - they": -0.008161729115670091, "he": 0.30443571062612773, "they": 0.3125974397417978}, "talking": {"he - they": 0.012477979760634195, "he": 0.28140745714167614, "they": 0.26892947738104195}, "talks": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "tangibly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "tank": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "tar": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "targets": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "task": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "tasked": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "tasks": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "taste": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "tatum": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "taxi": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "taxis": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "tbd": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "tdp": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "teach": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "teachers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "teaching": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "team": {"he - they": -0.044130892560210244, "he": 0.26566502807467185, "they": 0.3097959206348821}, "teaming": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "teammates": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "teams": {"he - they": 0.022537672300311284, "he": 0.294004967285181, "they": 0.2714672949848697}, "tear": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "tec": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "technical": {"he - they": -0.037452847055185035, "he": 0.24822433673152106, "they": 0.2856771837867061}, "technically": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "technique": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "techniques": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "technological": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "technologies": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "technology": {"he - they": -0.023813084846035892, "he": 0.28273861246543147, "they": 0.30655169731146736}, "teenaged": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "teenager": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "teens": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "telescope": {"he - they": -0.008974092401376421, "he": 0.2308861533814066, "they": 0.23986024578278303}, "television": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "tell": {"he - they": -0.03590730288857408, "he": 0.29410296323136986, "they": 0.33001026611994394}, "telling": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "telly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "temperament": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "temperatures": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "tempted": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ten": {"he - they": -0.00852752389109146, "he": 0.28443289494242496, "they": 0.2929604188335164}, "tend": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "tends": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "tensions": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "term": {"he - they": -0.02161743966403845, "he": 0.3044621878885711, "they": 0.32607962755260955}, "terms": {"he - they": -0.00874603137580221, "he": 0.1952647106842501, "they": 0.20401074206005232}, "terrible": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "terrifying": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "terrorism": {"he - they": -0.00865956123945244, "he": 0.24822433673152106, "they": 0.2568838979709735}, "terrorist": {"he - they": 0.03778202178219567, "he": 0.2144554730791025, "they": 0.17667345129690684}, "tesla": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "testimony": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "testing": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "tests": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "tetratornis": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "texas": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "text": {"he - they": 0.04137214183504334, "he": 0.29825603980601684, "they": 0.2568838979709735}, "than": {"he - they": -0.061042267772229764, "he": 0.3072044682972243, "they": 0.3682467360694541}, "thanks": {"he - they": -0.09572015467064482, "he": 0.2511954309694252, "they": 0.34691558564007}, "that": {"he - they": -0.032611095414565305, "he": 0.311710942952315, "they": 0.3443220383668803}, "thatch": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "thaw": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "the": {"he - they": -0.041584394177327594, "he": 0.1933725482822188, "they": 0.2349569424595464}, "theatre": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "their": {"he - they": -0.06696703458456721, "he": 0.31077656099139006, "they": 0.37774359557595727}, "them": {"he - they": -0.037002033016762026, "he": 0.3286573654737786, "they": 0.36565939849054063}, "theme": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "themed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "themselves": {"he - they": -0.04705303291352325, "he": 0.2900164768540788, "they": 0.337069509767602}, "then": {"he - they": -0.015494535505910623, "he": 0.34021038620314314, "they": 0.35570492170905377}, "theories": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "theorised": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "theory": {"he - they": 0.020148717632780144, "he": 0.29331046650630477, "they": 0.2731617488735246}, "there": {"he - they": -0.021423813526688484, "he": 0.3514481412562748, "they": 0.3728719547829633}, "these": {"he - they": -0.03611019764426632, "he": 0.3333793525691596, "they": 0.36948955021342594}, "they": {"he - they": -0.11488596323042599, "he": 0.32411914729777486, "they": 0.43900511052820085}, "thig": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "thimble": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "thing": {"he - they": 0.014167521876482125, "he": 0.2996089694883946, "they": 0.2854414476119125}, "things": {"he - they": -0.004486531354610801, "he": 0.34376497064510214, "they": 0.34825150199971294}, "think": {"he - they": -0.035417656676445586, "he": 0.31730551248942235, "they": 0.35272316916586793}, "thinkers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "thinking": {"he - they": 0.008307613827283566, "he": 0.3152272304510461, "they": 0.30691961662376255}, "thinks": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "third": {"he - they": -0.05447788578629123, "he": 0.24814049607089825, "they": 0.3026183818571895}, "thirty": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "this": {"he - they": -0.03275371129413873, "he": 0.3401977741188571, "they": 0.37295148541299583}, "thomas": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "thorny": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "those": {"he - they": -0.04204694328368486, "he": 0.31706594903038454, "they": 0.3591128923140694}, "though": {"he - they": -0.00991477777929095, "he": 0.30166517898010775, "they": 0.3115799567593987}, "thought": {"he - they": -0.01886038184010075, "he": 0.30966004399524777, "they": 0.3285204258353485}, "thoughtful": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "thoughts": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "thousand": {"he - they": 0.0658225335803676, "he": 0.30443571062612773, "they": 0.23861317704576013}, "thousands": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "thread": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "threads": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "threatening": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "threats": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "three": {"he - they": -0.024120261936966758, "he": 0.3201903724833076, "they": 0.3443106344202744}, "thrilled": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "thrilling": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "thrives": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "through": {"he - they": -0.010375013095149377, "he": 0.3203388627481922, "they": 0.33071387584334155}, "throughout": {"he - they": -0.03274493109327753, "he": 0.3007251318795418, "they": 0.33347006297281934}, "throw": {"he - they": -0.08213597736225756, "he": 0.23046146237954027, "they": 0.3125974397417978}, "throwing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "throws": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "thunder": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "thus": {"he - they": -0.08281318357392062, "he": 0.2188615626423764, "they": 0.30167474621629703}, "tickets": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "tie": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ties": {"he - they": 0.020140179745302966, "he": 0.28443289494242496, "they": 0.264292715197122}, "tight": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "tik": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "tim": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "time": {"he - they": 0.0035749331830253195, "he": 0.3679130574413764, "they": 0.3643381242583511}, "times": {"he - they": -0.030753239453694625, "he": 0.2954149570390519, "they": 0.32616819649274653}, "timing": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "timothy": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "tinned": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "tiptoeing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "titled": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "titles": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "to": {"he - they": -0.034200759994559515, "he": 0.26433257255469095, "they": 0.29853333254925046}, "today": {"he - they": -0.054108122131914016, "he": 0.2560613589093236, "they": 0.3101694810412376}, "together": {"he - they": -0.028486895607752694, "he": 0.3118029924234053, "they": 0.340289888031158}, "toiled": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "toilet": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "tok": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "toks": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "tokyo": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "told": {"he - they": -0.027555026109930603, "he": 0.29984115812293916, "they": 0.32739618423286976}, "tolkien": {"he - they": -0.008846551714900619, "he": 0.18942200122095953, "they": 0.19826855293586015}, "toll": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "tom": {"he - they": -0.00889132724985614, "he": 0.2863845778391723, "they": 0.29527590508902846}, "tomorrow": {"he - they": -0.008890154439068765, "he": 0.26498472419768054, "they": 0.2738748786367493}, "tongue": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "too": {"he - they": -0.08403466253515074, "he": 0.2655388518322977, "they": 0.34957351436744843}, "took": {"he - they": -0.06141604673745216, "he": 0.27145708665738666, "they": 0.3328731333948388}, "tool": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "toothed": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "top": {"he - they": -0.03121950629752629, "he": 0.2822075552650121, "they": 0.3134270615625384}, "toronto": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "torture": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "tortured": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "tosh": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "toshimitsu": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "total": {"he - they": -0.008890154439068765, "he": 0.26498472419768054, "they": 0.2738748786367493}, "totaled": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "totally": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "touch": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "touchstone": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "tough": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "tour": {"he - they": -0.0556627555451778, "he": 0.18419749023760523, "they": 0.23986024578278303}, "tourism": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "tourist": {"he - they": 0.03764679756899836, "he": 0.2557684047881779, "they": 0.21812160721917956}, "tournament": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "tours": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "toward": {"he - they": -0.009230587010450653, "he": 0.268954035717085, "they": 0.27818462272753564}, "towards": {"he - they": -0.025630164879959394, "he": 0.29825603980601684, "they": 0.32388620468597623}, "town": {"he - they": -0.07902251014037096, "he": 0.18752513863873763, "they": 0.2665476487791086}, "toxic": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "toy": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "track": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "tracy": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "trade": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "traded": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "tradeoffs": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "tradition": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "traditional": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "traffic": {"he - they": 0.020128205470411442, "he": 0.27701210344138494, "they": 0.2568838979709735}, "trail": {"he - they": 0.04137214183504334, "he": 0.29825603980601684, "they": 0.2568838979709735}, "trailer": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "train": {"he - they": 0.020148717632780144, "he": 0.29331046650630477, "they": 0.2731617488735246}, "trained": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "trainers": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "trains": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "transaction": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "transfer": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "transgressive": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "transitioned": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "transporting": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "trauma": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "travel": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "travis": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "treated": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "treatment": {"he - they": -0.009347752540335846, "he": 0.16073690221378845, "they": 0.1700846547541243}, "tremble": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "trends": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "trey": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "tried": {"he - they": -0.03633920616173697, "he": 0.28273861246543147, "they": 0.31907781862716844}, "tries": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "trigger": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "trilateral": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "trimmed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "trimmings": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "trip": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "tropics": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "trouble": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "truck": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "trucks": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "true": {"he - they": -0.05709907002616432, "he": 0.28624427386523443, "they": 0.34334334389139876}, "truly": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "trump": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "trust": {"he - they": -0.025823356674438636, "he": 0.29194443256142616, "they": 0.3177677892358648}, "truth": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "try": {"he - they": -0.009148945519241392, "he": 0.31693068203336816, "they": 0.32607962755260955}, "trying": {"he - they": -0.009429075966529421, "he": 0.2909552159292553, "they": 0.3003842918957847}, "tuesday": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "tugged": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "tumultuous": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "tune": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "tuned": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "turbine": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "turbulence": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ture": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "turkel": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "turn": {"he - they": -0.023346376922733836, "he": 0.2985659666347768, "they": 0.32191234355751064}, "turned": {"he - they": -0.04715101725723009, "he": 0.2706167719786347, "they": 0.3177677892358648}, "turns": {"he - they": -0.057894024768649965, "he": 0.26479804217217134, "they": 0.3226920669408213}, "tusla": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "tv": {"he - they": -0.008784329117792866, "he": 0.29194443256142616, "they": 0.300728761679219}, "tweet": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "tweets": {"he - they": -0.008345458293629288, "he": 0.2188615626423764, "they": 0.2272070209360057}, "twelve": {"he - they": -0.008776852649505062, "he": 0.241725564252744, "they": 0.25050241690224906}, "twenty": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "twice": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "twitter": {"he - they": 0.022528067522467554, "he": 0.28535473207644585, "they": 0.2628266645539783}, "two": {"he - they": -0.04412058176715944, "he": 0.3184163339512641, "they": 0.36253691571842356}, "twots": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "tyler": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "type": {"he - they": -0.02990751318237761, "he": 0.27701210344138494, "they": 0.30691961662376255}, "types": {"he - they": -0.10501387153966646, "he": 0.2019057450840961, "they": 0.30691961662376255}, "typhoon": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "typos": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "t\u00e1naiste": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "u": {"he - they": -0.10821040339888463, "he": 0.15203332092956032, "they": 0.26024372432844495}, "ugly": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "uighur": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "uk": {"he - they": -0.10501387153966646, "he": 0.2019057450840961, "they": 0.30691961662376255}, "ultimately": {"he - they": -0.057894024768649965, "he": 0.26479804217217134, "they": 0.3226920669408213}, "um": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "unable": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "unanmed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "unappreciated": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "unbearded": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "unbridled": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "uncalm": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "uncertain": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "uncertainty": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "unchecked": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "uncommunicative": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "unconstitutional": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "under": {"he - they": -0.02007126428422845, "he": 0.28972465635065364, "they": 0.3097959206348821}, "underarm": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "undercover": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "undercut": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "underground": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "underlying": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "undermined": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "underneath": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "underrated": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "understand": {"he - they": -0.09133209923618313, "he": 0.22624911288342076, "they": 0.3175812121196039}, "understanding": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "understood": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "underway": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "undone": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "unending": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "unenticing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "uneven": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "unfair": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "unfathomable": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "unfold": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "unfortunate": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "unfortunately": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "unicef": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "uniform": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "unimaginable": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "unit": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "united": {"he - they": 0.008059651137698798, "he": 0.28624427386523443, "they": 0.27818462272753564}, "unity": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "universal": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "universe": {"he - they": 0.037591021236165645, "he": 0.26479804217217134, "they": 0.2272070209360057}, "university": {"he - they": -0.009075290062143748, "he": 0.27689607298703506, "they": 0.2859713630491788}, "unless": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "unlike": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "unlit": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "unnoticed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "unparalleled": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "unpleasant": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "unpredictable": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "unproven": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "unrest": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "unruly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "unsettled": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "unstated": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "until": {"he - they": -0.0760422249831208, "he": 0.241725564252744, "they": 0.3177677892358648}, "unto": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "unwanted": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "unwelcome": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "unwritten": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "up": {"he - they": -0.021570901902099038, "he": 0.3508181106953613, "they": 0.3723890125974603}, "update": {"he - they": 0.037591021236165645, "he": 0.26479804217217134, "they": 0.2272070209360057}, "upheaval": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "upon": {"he - they": 0.08712561659104212, "he": 0.3143326375270478, "they": 0.2272070209360057}, "uppity": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "upset": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "uranium": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "urban": {"he - they": 0.020114355076385648, "he": 0.2706167719786347, "they": 0.25050241690224906}, "urbanism": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "us": {"he - they": -0.03261035597833073, "he": 0.2946137963200295, "they": 0.3272241522983602}, "usd": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "use": {"he - they": -0.07095987005436871, "he": 0.2749247330787263, "they": 0.345884603133095}, "used": {"he - they": -0.0461611027795053, "he": 0.2741157618672661, "they": 0.3202768646467714}, "useful": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "useless": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "user": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "users": {"he - they": -0.009059084188759198, "he": 0.22624911288342076, "they": 0.23530819707217995}, "uses": {"he - they": -0.008890154439068765, "he": 0.26498472419768054, "they": 0.2738748786367493}, "using": {"he - they": -0.02216964329600063, "he": 0.28535473207644585, "they": 0.3075243753724465}, "usual": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "usually": {"he - they": -0.06140788118666518, "he": 0.2706167719786347, "they": 0.3320246531652999}, "utah": {"he - they": -0.008501304369600865, "he": 0.2096203028495787, "they": 0.21812160721917956}, "utility": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "utter": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "v": {"he - they": -0.00852431040894408, "he": 0.2557684047881779, "they": 0.264292715197122}, "va": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "vaccinated": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "vaccination": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "vaccines": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "vale": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "valuable": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "value": {"he - they": -0.05869527989224149, "he": 0.24822433673152106, "they": 0.30691961662376255}, "valued": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "vapourised": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "variances": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "variety": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "various": {"he - they": -0.06220482710170011, "he": 0.2553763850179038, "they": 0.3175812121196039}, "varying": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "vast": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "ve": {"he - they": -0.042943227615813984, "he": 0.29154251277369175, "they": 0.33448574038950574}, "vegetables": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "vehicle": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "veneer": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "venezuelan": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "venture": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "verbally": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "verne": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "versatile": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "verse": {"he - they": 0.08827308152212343, "he": 0.28140745714167614, "they": 0.1931343756195527}, "version": {"he - they": -0.07692822972174462, "he": 0.22624911288342076, "they": 0.3031773426051654}, "very": {"he - they": -0.01072586061688835, "he": 0.34838703169718105, "they": 0.3591128923140694}, "vga": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "vice": {"he - they": 0.03750773959749715, "he": 0.2761209166432573, "they": 0.23861317704576013}, "vicious": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "victims": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "victor": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "victory": {"he - they": 0.01265789131075079, "he": 0.3143326375270478, "they": 0.30167474621629703}, "videos": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "view": {"he - they": -0.008985262021621698, "he": 0.25994421535942025, "they": 0.26892947738104195}, "views": {"he - they": -0.037675639473790545, "he": 0.241725564252744, "they": 0.27940120372653454}, "vigorous": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "vijayawada": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "villalba": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "violate": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "violated": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "violence": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "viral": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "virginia": {"he - they": 0.037591021236165645, "he": 0.26479804217217134, "they": 0.2272070209360057}, "virginity": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "visibility": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "vision": {"he - they": -0.008665080345321152, "he": 0.27701210344138494, "they": 0.2856771837867061}, "visions": {"he - they": -0.0546724123475433, "he": 0.2096203028495787, "they": 0.264292715197122}, "visit": {"he - they": 0.020099452993725203, "he": 0.26498472419768054, "they": 0.24488527120395534}, "visited": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "visitors": {"he - they": -0.008501304369600865, "he": 0.2096203028495787, "they": 0.21812160721917956}, "vizag": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "vlogs": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "vocabulary": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "vocal": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "vocalist": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "vociferous": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "voice": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "voices": {"he - they": 0.01265789131075079, "he": 0.3143326375270478, "they": 0.30167474621629703}, "volcano": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "volkswagen": {"he - they": -0.008846551714900619, "he": 0.18942200122095953, "they": 0.19826855293586015}, "volunteer": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "vote": {"he - they": -0.05869527989224149, "he": 0.24822433673152106, "they": 0.30691961662376255}, "voters": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "vrataski": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "vrm": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "vs": {"he - they": -0.036876704044125685, "he": 0.26479804217217134, "they": 0.30167474621629703}, "vulnerable": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "vulturelike": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "waaay": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "wade": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "wait": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "waiter": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "waiting": {"he - they": -0.03647652309854055, "he": 0.2761209166432573, "they": 0.3125974397417978}, "waitress": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "waived": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "waives": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "waldo": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "walk": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "walked": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "walking": {"he - they": -0.008161729115670091, "he": 0.30443571062612773, "they": 0.3125974397417978}, "wall": {"he - they": -0.030726421473640853, "he": 0.2511954309694252, "they": 0.28192185244306606}, "waller": {"he - they": -0.008632420302186639, "he": 0.2019057450840961, "they": 0.21053816538628273}, "walls": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "wander": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "want": {"he - they": -0.017331890279773055, "he": 0.33159843970990066, "they": 0.3489303299896737}, "wanted": {"he - they": -0.023598809975651225, "he": 0.2900164768540788, "they": 0.31361528682973}, "wanting": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "wants": {"he - they": 0.029585815795840964, "he": 0.3089870195223755, "they": 0.27940120372653454}, "war": {"he - they": -0.02735079915850261, "he": 0.24124875633255868, "they": 0.2685995554910613}, "warm": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "warmed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "warning": {"he - they": -0.060550069087646985, "he": 0.20787009640417714, "they": 0.2684201654918241}, "warrant": {"he - they": 0.03777680672333014, "he": 0.19429138920541372, "they": 0.15651458248208358}, "warrants": {"he - they": -0.00874603137580221, "he": 0.1952647106842501, "they": 0.20401074206005232}, "wars": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "wartime": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "warzone": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "was": {"he - they": -0.013577956971278504, "he": 0.32823387385249675, "they": 0.34181183082377525}, "washington": {"he - they": 0.020148717632780144, "he": 0.29331046650630477, "they": 0.2731617488735246}, "wasn": {"he - they": -0.009229083424820705, "he": 0.3007251318795418, "they": 0.3099542153043625}, "waste": {"he - they": 0.1061876252161067, "he": 0.27946203539368164, "they": 0.17327441017757494}, "watch": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "watchdogs": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "watchful": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "watching": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "water": {"he - they": -0.07587603719463173, "he": 0.23429344384660586, "they": 0.3101694810412376}, "waterfront": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "wave": {"he - they": -0.03870321316891398, "he": 0.21105881700449228, "they": 0.24976203017340626}, "wavelength": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "waves": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "waving": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "way": {"he - they": -0.025239152671765352, "he": 0.3092465877177404, "they": 0.33448574038950574}, "ways": {"he - they": -0.00852752389109146, "he": 0.28443289494242496, "they": 0.2929604188335164}, "we": {"he - they": -0.03966620914381547, "he": 0.3060866002964634, "they": 0.34575280944027886}, "wealth": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "wean": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "weapons": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "wearing": {"he - they": -0.008164287207768461, "he": 0.2761209166432573, "they": 0.28428520385102574}, "weaselled": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "weaving": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "web": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "webb": {"he - they": -0.009094506136294672, "he": 0.17513948510860172, "they": 0.1842339912448964}, "website": {"he - they": -0.06170478855678685, "he": 0.26498472419768054, "they": 0.3266895127544674}, "websites": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "weddings": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "wednesday": {"he - they": 0.020140179745302966, "he": 0.28443289494242496, "they": 0.264292715197122}, "wee": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "week": {"he - they": -0.019728624232845826, "he": 0.30182852265742566, "they": 0.3215571468902715}, "weekend": {"he - they": 0.01265789131075079, "he": 0.3143326375270478, "they": 0.30167474621629703}, "weeks": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "weep": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "weigh": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "weighed": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "weight": {"he - they": -0.06196812819809039, "he": 0.25994421535942025, "they": 0.32191234355751064}, "weirdly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "welfare": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "well": {"he - they": -0.015759781894221336, "he": 0.33844725259906455, "they": 0.3542070344932859}, "wells": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "went": {"he - they": -0.06261690431774158, "he": 0.24733731098662093, "they": 0.3099542153043625}, "were": {"he - they": -0.031080507588694017, "he": 0.3173617531263433, "they": 0.3484422607150373}, "weren": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "west": {"he - they": -0.022008021150784707, "he": 0.2909552159292553, "they": 0.31296323708004}, "westerberg": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "western": {"he - they": -0.008665080345321152, "he": 0.27701210344138494, "they": 0.2856771837867061}, "whale": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "what": {"he - they": -0.028903182361633806, "he": 0.3445151243122124, "they": 0.3734183066738462}, "whatever": {"he - they": -0.05497815288687741, "he": 0.2019057450840961, "they": 0.2568838979709735}, "when": {"he - they": -0.01499896539463158, "he": 0.3528138175745746, "they": 0.36781278296920616}, "where": {"he - they": -0.00018017210906062786, "he": 0.34983895187021685, "they": 0.3500191239792775}, "whether": {"he - they": -0.04804400394477054, "he": 0.26812412923604956, "they": 0.3161681331808201}, "which": {"he - they": -0.011547959170313371, "he": 0.3445151243122124, "they": 0.35606308348252574}, "while": {"he - they": -0.02010234276451578, "he": 0.343586989582894, "they": 0.3636893323474098}, "whilst": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "whim": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "whispering": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "whispers": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "white": {"he - they": -0.03046448798135848, "he": 0.3035365655022822, "they": 0.3340010534836407}, "who": {"he - they": -0.0028549354430675855, "he": 0.36113046330285936, "they": 0.36398539874592695}, "whole": {"he - they": -0.02347824888823402, "he": 0.29410296323136986, "they": 0.3175812121196039}, "whose": {"he - they": -0.00889132724985614, "he": 0.2863845778391723, "they": 0.29527590508902846}, "why": {"he - they": -0.031868563424327034, "he": 0.31401603970876796, "they": 0.345884603133095}, "wicked": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "wide": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "wider": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "widows": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "wife": {"he - they": 0.012578856019310747, "he": 0.29825603980601684, "they": 0.2856771837867061}, "wild": {"he - they": -0.008501304369600865, "he": 0.2096203028495787, "they": 0.21812160721917956}, "will": {"he - they": -0.041677204131117696, "he": 0.32639243666017737, "they": 0.36806964079129506}, "william": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "willing": {"he - they": -0.08281318357392062, "he": 0.2188615626423764, "they": 0.30167474621629703}, "wilma": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "win": {"he - they": -0.06170478855678685, "he": 0.26498472419768054, "they": 0.3266895127544674}, "window": {"he - they": 0.020128205470411442, "he": 0.27701210344138494, "they": 0.2568838979709735}, "windows": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "wing": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "winked": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "winning": {"he - they": 0.029636489253734855, "he": 0.2985659666347768, "they": 0.26892947738104195}, "wins": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "wipe": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "wisdom": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "wise": {"he - they": -0.00835942941377349, "he": 0.3143326375270478, "they": 0.3226920669408213}, "wish": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "wished": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "with": {"he - they": -0.030002540777631148, "he": 0.33963763061011054, "they": 0.3696401713877417}, "within": {"he - they": -0.03922143359802782, "he": 0.30978109402399057, "they": 0.3490025276220184}, "without": {"he - they": -0.0014392772998372272, "he": 0.3230495279388353, "they": 0.3244888052386725}, "withstood": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "witnessing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "wolford": {"he - they": -0.008632420302186639, "he": 0.2019057450840961, "they": 0.21053816538628273}, "woman": {"he - they": -0.05430018623114821, "he": 0.2188615626423764, "they": 0.2731617488735246}, "women": {"he - they": -0.024165293494453843, "he": 0.2707340341279295, "they": 0.29489932762238336}, "won": {"he - they": -0.04317085647961533, "he": 0.28807841548642543, "they": 0.33124927196604076}, "wonder": {"he - they": -0.00852752389109146, "he": 0.28443289494242496, "they": 0.2929604188335164}, "wondered": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "wonderful": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "wondering": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "woolly": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "word": {"he - they": -0.039248458609345394, "he": 0.19429138920541372, "they": 0.23353984781475912}, "words": {"he - they": -0.05972225016575805, "he": 0.22624911288342076, "they": 0.2859713630491788}, "work": {"he - they": 0.007049846976573015, "he": 0.3479315539874708, "they": 0.34088170701089776}, "worker": {"he - they": 0.03737080366776979, "he": 0.29150000450919544, "they": 0.25412920084142565}, "working": {"he - they": -0.026406280858867315, "he": 0.2727659526228598, "they": 0.2991722334817271}, "workplace": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "works": {"he - they": 0.029700005220275383, "he": 0.27946203539368164, "they": 0.24976203017340626}, "world": {"he - they": -0.022704147286295162, "he": 0.3127777981624006, "they": 0.33548194544869575}, "worldwide": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "worried": {"he - they": 0.020140179745302966, "he": 0.28443289494242496, "they": 0.264292715197122}, "worries": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "worrisome": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "worry": {"he - they": -0.05927133845273805, "he": 0.2360045666362904, "they": 0.29527590508902846}, "worse": {"he - they": 0.012509699202423008, "he": 0.2863845778391723, "they": 0.2738748786367493}, "worst": {"he - they": -0.008364279709992262, "he": 0.29331046650630477, "they": 0.30167474621629703}, "worth": {"he - they": -0.02990751318237761, "he": 0.27701210344138494, "they": 0.30691961662376255}, "would": {"he - they": -0.02641239858768185, "he": 0.33736929301981816, "they": 0.3637816916075}, "wouldn": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "write": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "writer": {"he - they": -0.00865956123945244, "he": 0.24822433673152106, "they": 0.2568838979709735}, "writers": {"he - they": 0.020140179745302966, "he": 0.28443289494242496, "they": 0.264292715197122}, "writes": {"he - they": -0.037192014045338506, "he": 0.2557684047881779, "they": 0.2929604188335164}, "writing": {"he - they": 0.029585815795840964, "he": 0.3089870195223755, "they": 0.27940120372653454}, "written": {"he - they": 0.04137214183504334, "he": 0.29825603980601684, "they": 0.2568838979709735}, "wrong": {"he - they": -0.00835942941377349, "he": 0.3143326375270478, "they": 0.3226920669408213}, "wrote": {"he - they": -0.02370994143912808, "he": 0.28624427386523443, "they": 0.3099542153043625}, "www": {"he - they": -0.00836370670135328, "he": 0.26479804217217134, "they": 0.2731617488735246}, "x": {"he - they": -0.008890154439068765, "he": 0.26498472419768054, "they": 0.2738748786367493}, "xi": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "xinjiang": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "xmp": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "yacht": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "yahoo": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "yeah": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "year": {"he - they": -0.02230019088477575, "he": 0.3015391141180941, "they": 0.32383930500286984}, "years": {"he - they": -0.019880766608826983, "he": 0.33771879262141313, "they": 0.3575995592302401}, "yelled": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "yellow": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "yes": {"he - they": 0.020128205470411442, "he": 0.27701210344138494, "they": 0.2568838979709735}, "yesterday": {"he - they": -0.05315932476043045, "he": 0.24623762487580364, "they": 0.2993969496362341}, "yet": {"he - they": -0.0095815441315249, "he": 0.33397866019193106, "they": 0.34356020432345596}, "yielded": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "yo": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "yoing": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "yong": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "yonhap": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "york": {"he - they": 0.007829163373250791, "he": 0.26326399404637546, "they": 0.25543483067312467}, "yorker": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "you": {"he - they": -0.06134040244443062, "he": 0.27680501128167145, "they": 0.3381454137261021}, "young": {"he - they": -0.009478873741902871, "he": 0.3217703982241379, "they": 0.33124927196604076}, "younger": {"he - they": -0.007896945127038646, "he": 0.29150000450919544, "they": 0.2993969496362341}, "your": {"he - they": -0.030806841272943974, "he": 0.2863547756410993, "they": 0.31716161691404327}, "yourself": {"he - they": -0.037192014045338506, "he": 0.2557684047881779, "they": 0.2929604188335164}, "yourselves": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "youtube": {"he - they": -0.05382374147148547, "he": 0.23046146237954027, "they": 0.28428520385102574}, "ys": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}, "ysrcp": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "zack": {"he - they": -0.00789157596562201, "he": 0.24623762487580364, "they": 0.25412920084142565}, "zealand": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "zone": {"he - they": -0.03804332399963534, "he": 0.2308861533814066, "they": 0.26892947738104195}, "zoning": {"he - they": -0.008151714666219861, "he": 0.23046146237954027, "they": 0.23861317704576013}, "\u7f57\u70bd\u6cfd": {"he - they": -0.007478929580665372, "he": 0.2717597963409451, "they": 0.2792387259216105}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-her-him.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-her-him.json new file mode 100644 index 0000000000000000000000000000000000000000..ab03408b7fa2e161b448e151a711f03c8033fb80 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-her-him.json @@ -0,0 +1 @@ +{"0": {"her - him": -0.09927400137895395, "her": 0.17634710446816496, "him": 0.2756211058471189}, "000": {"her - him": -0.008948021158101005, "her": 0.2990895703139264, "him": 0.3080375914720274}, "04": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "08": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "1": {"her - him": -0.048223898542425814, "her": 0.23322159626571398, "him": 0.2814454948081398}, "10": {"her - him": -0.10364429589508331, "her": 0.24244556748982585, "him": 0.34608986338490916}, "12": {"her - him": 0.011904610325904175, "her": 0.2752644176747126, "him": 0.26335980734880843}, "14": {"her - him": -0.09322935305013805, "her": 0.23434513846283153, "him": 0.3275744915129696}, "15": {"her - him": -0.0863892341911418, "her": 0.3084221978165759, "him": 0.39481143200771773}, "16": {"her - him": -0.09322935305013805, "her": 0.23434513846283153, "him": 0.3275744915129696}, "17": {"her - him": -0.008948021158101005, "her": 0.2990895703139264, "him": 0.3080375914720274}, "18": {"her - him": -0.09156006657543253, "her": 0.25011970593654625, "him": 0.3416797725119788}, "18usd": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "19": {"her - him": -0.04077382295050552, "her": 0.22602253400998873, "him": 0.26679635696049425}, "1986": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "2": {"her - him": -0.04703144637734785, "her": 0.27528707071102243, "him": 0.3223185170883703}, "20": {"her - him": 0.01606573676921108, "her": 0.32976840698000937, "him": 0.3137026702107983}, "200": {"her - him": -0.03900839936659917, "her": 0.25011970593654625, "him": 0.2891281053031454}, "2012": {"her - him": -0.09156006657543253, "her": 0.25011970593654625, "him": 0.3416797725119788}, "2014": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "2016": {"her - him": -0.15090959109072602, "her": 0.23434513846283153, "him": 0.38525472955355755}, "2019": {"her - him": 0.013405795663953224, "her": 0.30867268403835524, "him": 0.295266888374402}, "20th": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "21": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "22": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "24": {"her - him": -0.03900839936659917, "her": 0.25011970593654625, "him": 0.2891281053031454}, "25": {"her - him": 0.013714495214344369, "her": 0.3161065487838031, "him": 0.30239205356945875}, "29": {"her - him": -0.09156006657543253, "her": 0.25011970593654625, "him": 0.3416797725119788}, "3": {"her - him": -0.06639082191029239, "her": 0.2883123948490541, "him": 0.35470321675934646}, "30": {"her - him": -0.12692702140509804, "her": 0.23001687775679958, "him": 0.3569438991618976}, "300": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "33": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "4": {"her - him": -0.09098824172536524, "her": 0.26923496643284084, "him": 0.3602232081582061}, "40": {"her - him": 0.013132082279846413, "her": 0.30226018758299183, "him": 0.2891281053031454}, "400": {"her - him": 0.014499041586226613, "her": 0.3361080679323615, "him": 0.32160902634613486}, "40th": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "45": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "5": {"her - him": -0.09366417873803656, "her": 0.24630724150082467, "him": 0.33997142023886123}, "58": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "6": {"her - him": -0.07279223438061905, "her": 0.2474383152014572, "him": 0.32023054958207625}, "69p": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "7": {"her - him": -0.043336420693305844, "her": 0.2528702522319531, "him": 0.29620667292525893}, "8": {"her - him": -0.13137038896295067, "her": 0.19479030774674516, "him": 0.32616069670969583}, "884": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "90": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "a": {"her - him": -0.11521205766606044, "her": 0.20923117476328892, "him": 0.32444323242934936}, "able": {"her - him": -0.018187450280676754, "her": 0.31852511858386845, "him": 0.3367125688645452}, "about": {"her - him": -0.06387898903897121, "her": 0.3131495508017664, "him": 0.3770285398407376}, "above": {"her - him": -0.03943258483704645, "her": 0.24429076138735242, "him": 0.2837233462243989}, "abs": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "absolutely": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "abundance": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "accept": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "accepting": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "accord": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "according": {"her - him": -0.045760325447521594, "her": 0.22318651234085476, "him": 0.26894683778837636}, "accuracy": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "accused": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "achieved": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "acknowledging": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "acquaintances": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "act": {"her - him": -0.04224154466092639, "her": 0.32976840698000937, "him": 0.37200995164093575}, "acting": {"her - him": -0.03568449192151568, "her": 0.3511701894137732, "him": 0.3868546813352889}, "activities": {"her - him": -0.04230215160365536, "her": 0.26573543986837206, "him": 0.3080375914720274}, "activity": {"her - him": -0.04077382295050552, "her": 0.22602253400998873, "him": 0.26679635696049425}, "actor": {"her - him": -0.03900839936659917, "her": 0.25011970593654625, "him": 0.2891281053031454}, "acts": {"her - him": 0.04557998615848846, "her": 0.32930333238288734, "him": 0.2837233462243989}, "actually": {"her - him": -0.066553691017184, "her": 0.3084221978165759, "him": 0.37497588883375993}, "adapt": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "added": {"her - him": 0.011302297799526628, "her": 0.26290581367043764, "him": 0.251603515870911}, "address": {"her - him": -0.09003787644054717, "her": 0.2644163180841, "him": 0.35445419452464716}, "admits": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "adoring": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "adult": {"her - him": -0.03981380223376499, "her": 0.23907353070854512, "him": 0.2788873329423101}, "advanced": {"her - him": -0.03943258483704645, "her": 0.24429076138735242, "him": 0.2837233462243989}, "affairs": {"her - him": 0.01407124547076366, "her": 0.3249901159470678, "him": 0.3109188704763041}, "affected": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "african": {"her - him": -0.0994348773635865, "her": 0.17478410391211094, "him": 0.27421898127569744}, "after": {"her - him": -0.09305112496395529, "her": 0.3161384189534414, "him": 0.4091895439173967}, "again": {"her - him": -0.06805604510653213, "her": 0.2936828275983154, "him": 0.3617388727048475}, "against": {"her - him": -0.014648110143936244, "her": 0.3327438873787014, "him": 0.34739199752263766}, "agencies": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "agenda": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "agent": {"her - him": -0.03834764574084404, "her": 0.3161065487838031, "him": 0.35445419452464716}, "ago": {"her - him": -0.018187450280676754, "her": 0.31852511858386845, "him": 0.3367125688645452}, "agree": {"her - him": -0.08905532995046755, "her": 0.27360073721697403, "him": 0.3626560671674416}, "aid": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "al": {"her - him": -0.03981380223376499, "her": 0.23907353070854512, "him": 0.2788873329423101}, "aladdin": {"her - him": -0.03943258483704645, "her": 0.24429076138735242, "him": 0.2837233462243989}, "albeit": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "alien": {"her - him": -0.09273011897470665, "her": 0.23907353070854512, "him": 0.33180364968325177}, "aliens": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "all": {"her - him": -0.10087072755882637, "her": 0.2960161863918095, "him": 0.39688691395063586}, "allow": {"her - him": -0.12246799590140106, "her": 0.2644163180841, "him": 0.38688431398550105}, "almost": {"her - him": -0.11832801176647051, "her": 0.30201720525817144, "him": 0.42034521702464195}, "alone": {"her - him": -0.08905532995046755, "her": 0.27360073721697403, "him": 0.3626560671674416}, "along": {"her - him": -0.10747832202606644, "her": 0.27441502417013736, "him": 0.3818933461962038}, "aloof": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "already": {"her - him": -0.018519357431146577, "her": 0.31369849006867906, "him": 0.33221784749982564}, "also": {"her - him": -0.07989234921113808, "her": 0.2777012169906531, "him": 0.35759356620179117}, "although": {"her - him": -0.023627723139470702, "her": 0.33370448181275186, "him": 0.35733220495222257}, "always": {"her - him": -0.13080748641869264, "her": 0.19930825236638064, "him": 0.3301157387850733}, "am": {"her - him": -0.12084154526028107, "her": 0.26573543986837206, "him": 0.38657698512865313}, "amazon": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "american": {"her - him": -0.04199412598855329, "her": 0.20960938988235772, "him": 0.251603515870911}, "amongst": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "an": {"her - him": -0.09050944684044593, "her": 0.3002514612077961, "him": 0.39076090804824204}, "and": {"her - him": -0.13090838767919216, "her": 0.18779347610867791, "him": 0.3187018637878701}, "angeles": {"her - him": 0.045359275970228485, "her": 0.319864977546839, "him": 0.27450570157661053}, "angry": {"her - him": -0.03681945861312974, "her": 0.3361080679323615, "him": 0.3729275265454912}, "angst": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "another": {"her - him": -0.11018968944128654, "her": 0.2995680820056731, "him": 0.40975777144695963}, "answer": {"her - him": -0.0971261156233742, "her": 0.29660849574915243, "him": 0.39373461137252663}, "anthony": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "any": {"her - him": -0.10499997495962837, "her": 0.29581256942145384, "him": 0.4008125443810822}, "anyone": {"her - him": -0.09829788789251082, "her": 0.28695684166104674, "him": 0.38525472955355755}, "anything": {"her - him": 0.0456989864631302, "her": 0.3348270917662756, "him": 0.2891281053031454}, "apartment": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "apparent": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "applied": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "apply": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "appreciate": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "appreciates": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "appropriately": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "april": {"her - him": -0.12509112079861082, "her": 0.24429076138735242, "him": 0.36938188218596324}, "archived": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "are": {"her - him": -0.12438466745027388, "her": 0.25528681960523064, "him": 0.3796714870555045}, "aren": {"her - him": 0.012257265984677135, "her": 0.2827531755606578, "him": 0.2704959095759807}, "argue": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "argument": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "around": {"her - him": -0.07614597204582779, "her": 0.30975258311244275, "him": 0.38589855515827054}, "arrival": {"her - him": 0.013714495214344369, "her": 0.3161065487838031, "him": 0.30239205356945875}, "arrive": {"her - him": -0.08905532995046755, "her": 0.27360073721697403, "him": 0.3626560671674416}, "arrived": {"her - him": -0.03941958492898695, "her": 0.30226018758299183, "him": 0.3416797725119788}, "arson": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "article": {"her - him": -0.03900839936659917, "her": 0.25011970593654625, "him": 0.2891281053031454}, "artists": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "as": {"her - him": -0.12418532406610872, "her": 0.26074608346797523, "him": 0.38493140753408395}, "ash": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "ask": {"her - him": -0.0074493300108433025, "her": 0.32435431967240846, "him": 0.33180364968325177}, "asked": {"her - him": -0.04119173050926633, "her": 0.3157521686526313, "him": 0.3569438991618976}, "aspect": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "assembly": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "at": {"her - him": -0.08283623266435736, "her": 0.29815061250505515, "him": 0.3809868451694125}, "atlantic": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "attack": {"her - him": -0.041810696988854146, "her": 0.27189197322194414, "him": 0.3137026702107983}, "attacked": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "attacks": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "attempt": {"her - him": -0.03986041423568942, "her": 0.29660849574915243, "him": 0.33646890998484186}, "attempts": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "attend": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "attitude": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "attractions": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "audience": {"her - him": -0.08905532995046755, "her": 0.27360073721697403, "him": 0.3626560671674416}, "audiences": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "august": {"her - him": -0.040160563113778996, "her": 0.23434513846283153, "him": 0.27450570157661053}, "aussie": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "australian": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "author": {"her - him": -0.03892172524647258, "her": 0.30867268403835524, "him": 0.3475944092848278}, "authority": {"her - him": -0.09003787644054717, "her": 0.2644163180841, "him": 0.35445419452464716}, "available": {"her - him": -0.10049934827747214, "her": 0.2687239682752019, "him": 0.36922331655267404}, "avatar": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "away": {"her - him": -0.11954701433300513, "her": 0.2752644176747126, "him": 0.39481143200771773}, "awkwardness": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "ba": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "baby": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "back": {"her - him": -0.03302198392942768, "her": 0.32062843484104203, "him": 0.3536504187704697}, "bad": {"her - him": -0.03943258483704645, "her": 0.24429076138735242, "him": 0.2837233462243989}, "ballerina": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "band": {"her - him": -0.03981380223376499, "her": 0.23907353070854512, "him": 0.2788873329423101}, "baring": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "base": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "based": {"her - him": -0.07649464482126983, "her": 0.2602179240432754, "him": 0.3367125688645452}, "basis": {"her - him": -0.03981380223376499, "her": 0.23907353070854512, "him": 0.2788873329423101}, "baskervilles": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "be": {"her - him": -0.07641474749200589, "her": 0.2872292307273009, "him": 0.3636439782193068}, "beat": {"her - him": -0.03981380223376499, "her": 0.23907353070854512, "him": 0.2788873329423101}, "beaten": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "beauty": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "became": {"her - him": -0.015863022432069718, "her": 0.3535188597538935, "him": 0.36938188218596324}, "because": {"her - him": -0.04878283618902485, "her": 0.2980295758107503, "him": 0.34681241199977514}, "become": {"her - him": -0.12193314198587046, "her": 0.25765729437853174, "him": 0.3795904363644022}, "becomes": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "been": {"her - him": -0.06367574254645175, "her": 0.3196111574264824, "him": 0.38328689997293414}, "beer": {"her - him": -0.09003787644054717, "her": 0.2644163180841, "him": 0.35445419452464716}, "before": {"her - him": -0.07327893717968448, "her": 0.3236927265626118, "him": 0.39697166374229625}, "began": {"her - him": -0.04104848511157244, "her": 0.222311322237236, "him": 0.26335980734880843}, "begin": {"her - him": 0.013714495214344369, "her": 0.3161065487838031, "him": 0.30239205356945875}, "begrudgingly": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "behalf": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "behavior": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "behind": {"her - him": -0.0741907236012398, "her": 0.2827531755606578, "him": 0.3569438991618976}, "being": {"her - him": -0.04882187751461331, "her": 0.3140345876733946, "him": 0.3628564651880079}, "belief": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "believed": {"her - him": -0.03900839936659917, "her": 0.25011970593654625, "him": 0.2891281053031454}, "bemoans": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "bench": {"her - him": -0.03981380223376499, "her": 0.23907353070854512, "him": 0.2788873329423101}, "beneath": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "besides": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "best": {"her - him": -0.12292306748382686, "her": 0.29286582795021565, "him": 0.4157888954340425}, "better": {"her - him": -0.043240744937619924, "her": 0.2911728790777871, "him": 0.33441362401540703}, "between": {"her - him": -0.046925533307021094, "her": 0.2764678124494391, "him": 0.32339334575646017}, "bewildered": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "big": {"her - him": -0.043633714883543506, "her": 0.31369849006867906, "him": 0.35733220495222257}, "bill": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "birthday": {"her - him": -0.09085651308029191, "her": 0.2567378962045359, "him": 0.3475944092848278}, "bit": {"her - him": -0.09552155382883584, "her": 0.21251603764319157, "him": 0.3080375914720274}, "bite": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "blends": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "blog": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "blogs": {"her - him": -0.07077776520169793, "her": 0.3161065487838031, "him": 0.38688431398550105}, "blond": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "bluntly": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "boat": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "body": {"her - him": -0.03986041423568942, "her": 0.29660849574915243, "him": 0.33646890998484186}, "bond": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "book": {"her - him": -0.07811269299091081, "her": 0.2443817053011734, "him": 0.3224943982920842}, "booked": {"her - him": 0.015045368905538425, "her": 0.3511701894137732, "him": 0.3361248205082348}, "books": {"her - him": -0.0749565299649807, "her": 0.2752644176747126, "him": 0.3502209476396933}, "bookshops": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "borgen": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "boring": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "born": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "both": {"her - him": -0.07836698040890189, "her": 0.30724700562315205, "him": 0.38561398603205393}, "bottle": {"her - him": -0.11972896776317937, "her": 0.2851084295608029, "him": 0.4048373973239823}, "bought": {"her - him": 0.014499041586226613, "her": 0.3361080679323615, "him": 0.32160902634613486}, "box": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "boy": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "branches": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "break": {"her - him": 0.013405795663953224, "her": 0.30867268403835524, "him": 0.295266888374402}, "breakup": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "breezily": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "brighter": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "brilliant": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "bring": {"her - him": -0.12000601903470631, "her": 0.27189197322194414, "him": 0.39189799225665045}, "bringing": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "brisbane": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "brisvegas": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "britain": {"her - him": -0.03900839936659917, "her": 0.25011970593654625, "him": 0.2891281053031454}, "broadway": {"her - him": -0.03900839936659917, "her": 0.25011970593654625, "him": 0.2891281053031454}, "broken": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "brother": {"her - him": -0.07153876541333848, "her": 0.30867268403835524, "him": 0.3802114494516937}, "brought": {"her - him": -0.00716557760195452, "her": 0.32930333238288734, "him": 0.33646890998484186}, "browsing": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "bubbling": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "building": {"her - him": -0.03900839936659917, "her": 0.25011970593654625, "him": 0.2891281053031454}, "buildings": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "burn": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "burns": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "burst": {"her - him": 0.015045368905538425, "her": 0.3511701894137732, "him": 0.3361248205082348}, "bus": {"her - him": -0.09485926487488539, "her": 0.2188434053359129, "him": 0.3137026702107983}, "business": {"her - him": 0.045256259076650596, "her": 0.3157521686526313, "him": 0.2704959095759807}, "busy": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "but": {"her - him": -0.09938008691280875, "her": 0.2970302061129014, "him": 0.3964102930257101}, "buy": {"her - him": 0.012451140084436207, "her": 0.28695684166104674, "him": 0.27450570157661053}, "by": {"her - him": -0.07464536404385391, "her": 0.30127401445616725, "him": 0.37591937850002116}, "c": {"her - him": -0.0415480293526056, "her": 0.21558693583354605, "him": 0.25713496518615164}, "cadaver": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "californication": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "call": {"her - him": 0.06971820998318923, "her": 0.3402141195591699, "him": 0.2704959095759807}, "called": {"her - him": -0.03029524299024422, "her": 0.35319669369431167, "him": 0.3834919366845559}, "calls": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "came": {"her - him": -0.06855704611270735, "her": 0.2887751588395152, "him": 0.35733220495222257}, "can": {"her - him": -0.09139098198148687, "her": 0.26688805747415784, "him": 0.3582790394556447}, "capable": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "captivating": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "captured": {"her - him": -0.08905532995046755, "her": 0.27360073721697403, "him": 0.3626560671674416}, "captures": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "car": {"her - him": -0.04295042593489706, "her": 0.25765729437853174, "him": 0.3006077203134288}, "card": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "care": {"her - him": 0.012257265984677135, "her": 0.2827531755606578, "him": 0.2704959095759807}, "career": {"her - him": -0.03834764574084404, "her": 0.3161065487838031, "him": 0.35445419452464716}, "carpet": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "carried": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "case": {"her - him": -0.07691299014144015, "her": 0.31977269741888853, "him": 0.3966856875603287}, "cases": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "cause": {"her - him": -0.12951635544768453, "her": 0.20960938988235772, "him": 0.33912574533004225}, "caused": {"her - him": 0.014499041586226613, "her": 0.3361080679323615, "him": 0.32160902634613486}, "center": {"her - him": -0.03943258483704645, "her": 0.24429076138735242, "him": 0.2837233462243989}, "centered": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "central": {"her - him": -0.03986041423568942, "her": 0.29660849574915243, "him": 0.33646890998484186}, "centre": {"her - him": -0.09552155382883584, "her": 0.21251603764319157, "him": 0.3080375914720274}, "certain": {"her - him": -0.03981380223376499, "her": 0.23907353070854512, "him": 0.2788873329423101}, "certainly": {"her - him": -0.153636380719128, "her": 0.21558693583354605, "him": 0.36922331655267404}, "change": {"her - him": -0.0094348412356417, "her": 0.2911728790777871, "him": 0.3006077203134288}, "changes": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "chapter": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "character": {"her - him": -0.03986041423568942, "her": 0.29660849574915243, "him": 0.33646890998484186}, "charismatic": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "chatty": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "cheapest": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "child": {"her - him": 0.06977364572129213, "her": 0.34866097866360224, "him": 0.2788873329423101}, "childhood": {"her - him": -0.03681945861312974, "her": 0.3361080679323615, "him": 0.3729275265454912}, "children": {"her - him": -0.009279610301594798, "her": 0.2936828275983154, "him": 0.3029624378999102}, "chimpanzee": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "chinese": {"her - him": -0.0941057187720632, "her": 0.22602253400998873, "him": 0.3201282527820519}, "chocolate": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "chores": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "church": {"her - him": -0.04342515944521122, "her": 0.19060429997145267, "him": 0.2340294594166639}, "circle": {"her - him": -0.08905532995046755, "her": 0.27360073721697403, "him": 0.3626560671674416}, "circumstantial": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "citizens": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "city": {"her - him": -0.13282420060640013, "her": 0.18304447707992275, "him": 0.3158686776863229}, "claimed": {"her - him": -0.03900839936659917, "her": 0.25011970593654625, "him": 0.2891281053031454}, "class": {"her - him": 0.013405795663953224, "her": 0.30867268403835524, "him": 0.295266888374402}, "clear": {"her - him": 0.016354806595894333, "her": 0.33648305937794626, "him": 0.3201282527820519}, "clearly": {"her - him": -0.08905532995046755, "her": 0.27360073721697403, "him": 0.3626560671674416}, "closed": {"her - him": -0.03943258483704645, "her": 0.24429076138735242, "him": 0.2837233462243989}, "clouded": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "coach": {"her - him": -0.0941057187720632, "her": 0.22602253400998873, "him": 0.3201282527820519}, "cold": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "coleman": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "colleagues": {"her - him": 0.04610105200762321, "her": 0.35701992248392733, "him": 0.3109188704763041}, "collection": {"her - him": -0.09322935305013805, "her": 0.23434513846283153, "him": 0.3275744915129696}, "college": {"her - him": 0.013132082279846413, "her": 0.30226018758299183, "him": 0.2891281053031454}, "com": {"her - him": 0.044970760223972506, "her": 0.30511997422489384, "him": 0.26014921400092134}, "come": {"her - him": -0.045102066470468216, "her": 0.26923496643284084, "him": 0.31433703290330905}, "comedians": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "comes": {"her - him": -0.15212549990548546, "her": 0.22602253400998873, "him": 0.3781480339154742}, "comical": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "coming": {"her - him": 0.011742759221022803, "her": 0.27189197322194414, "him": 0.26014921400092134}, "commences": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "comment": {"her - him": 0.06979551352949465, "her": 0.3535188597538935, "him": 0.2837233462243989}, "commentary": {"her - him": -0.09003787644054717, "her": 0.2644163180841, "him": 0.35445419452464716}, "commits": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "common": {"her - him": -0.09449553940640221, "her": 0.222311322237236, "him": 0.3168068616436382}, "commonly": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "communicated": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "community": {"her - him": 0.011302297799526628, "her": 0.26290581367043764, "him": 0.251603515870911}, "company": {"her - him": -0.06901663110029926, "her": 0.28427650941860133, "him": 0.3532931405189006}, "comparing": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "compassionate": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "complete": {"her - him": -0.0941057187720632, "her": 0.22602253400998873, "him": 0.3201282527820519}, "completely": {"her - him": -0.07077776520169793, "her": 0.3161065487838031, "him": 0.38688431398550105}, "complex": {"her - him": -0.1257645225745456, "her": 0.23907353070854512, "him": 0.3648380532830907}, "compulsion": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "conceived": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "concluded": {"her - him": -0.09085651308029191, "her": 0.2567378962045359, "him": 0.3475944092848278}, "conclusion": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "conference": {"her - him": -0.04154244396892559, "her": 0.2752644176747126, "him": 0.3168068616436382}, "confess": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "confidence": {"her - him": -0.037665951220373806, "her": 0.3249901159470678, "him": 0.3626560671674416}, "consolation": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "conspiracy": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "constantly": {"her - him": -0.11972896776317937, "her": 0.2851084295608029, "him": 0.4048373973239823}, "construction": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "contact": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "contest": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "continue": {"her - him": 0.013714495214344369, "her": 0.3161065487838031, "him": 0.30239205356945875}, "continued": {"her - him": -0.09927601791054191, "her": 0.2788720160049323, "him": 0.3781480339154742}, "continues": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "contouring": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "conversation": {"her - him": -0.07077776520169793, "her": 0.3161065487838031, "him": 0.38688431398550105}, "convey": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "conveyed": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "convince": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "cookies": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "copy": {"her - him": -0.08905532995046755, "her": 0.27360073721697403, "him": 0.3626560671674416}, "cordial": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "corner": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "correctly": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "cost": {"her - him": -0.008174458336652313, "her": 0.3119537944453996, "him": 0.3201282527820519}, "costs": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "could": {"her - him": -0.048697408108701934, "her": 0.2989246984927741, "him": 0.347622106601476}, "couldn": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "counter": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "country": {"her - him": -0.043518005511725966, "her": 0.2506240953935351, "him": 0.29414210090526105}, "county": {"her - him": -0.03900839936659917, "her": 0.25011970593654625, "him": 0.2891281053031454}, "couple": {"her - him": 0.012257265984677135, "her": 0.2827531755606578, "him": 0.2704959095759807}, "course": {"her - him": -0.04150585841419885, "her": 0.3119537944453996, "him": 0.35345965285959846}, "court": {"her - him": -0.13303919742908038, "her": 0.18129783547422867, "him": 0.31433703290330905}, "covered": {"her - him": 0.013132082279846413, "her": 0.30226018758299183, "him": 0.2891281053031454}, "covers": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "crack": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "crackerjack": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "create": {"her - him": -0.03981380223376499, "her": 0.23907353070854512, "him": 0.2788873329423101}, "credit": {"her - him": -0.03941958492898695, "her": 0.30226018758299183, "him": 0.3416797725119788}, "cried": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "crime": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "criminal": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "crisis": {"her - him": -0.09322935305013805, "her": 0.23434513846283153, "him": 0.3275744915129696}, "cross": {"her - him": -0.04094919338084896, "her": 0.2827531755606578, "him": 0.3237023689415068}, "crucial": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "crying": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "cultured": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "cup": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "customer": {"her - him": 0.013714495214344369, "her": 0.3161065487838031, "him": 0.30239205356945875}, "cut": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "d": {"her - him": -0.06855704611270735, "her": 0.2887751588395152, "him": 0.35733220495222257}, "dad": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "dai": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "daily": {"her - him": -0.09003787644054717, "her": 0.2644163180841, "him": 0.35445419452464716}, "daizaemon": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "daizemon": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "dance": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "dancers": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "dangerous": {"her - him": 0.014499041586226613, "her": 0.3361080679323615, "him": 0.32160902634613486}, "dark": {"her - him": -0.12433554600818947, "her": 0.25011970593654625, "him": 0.3744552519447357}, "daughter": {"her - him": 0.0166786822665147, "her": 0.3442531737794843, "him": 0.3275744915129696}, "david": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "day": {"her - him": -0.17252867103322767, "her": 0.22050800102914775, "him": 0.3930366720623754}, "days": {"her - him": -0.043029741266229826, "her": 0.2936828275983154, "him": 0.3367125688645452}, "death": {"her - him": -0.07219506436174389, "her": 0.30226018758299183, "him": 0.3744552519447357}, "december": {"her - him": 0.012885149524753559, "her": 0.29660849574915243, "him": 0.2837233462243989}, "decide": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "decided": {"her - him": -0.04134590706018876, "her": 0.3402141195591699, "him": 0.38156002661935867}, "decimated": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "decision": {"her - him": -0.12743711884960973, "her": 0.22602253400998873, "him": 0.35345965285959846}, "declined": {"her - him": -0.03681945861312974, "her": 0.3361080679323615, "him": 0.3729275265454912}, "dedicated": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "defeat": {"her - him": -0.08905532995046755, "her": 0.27360073721697403, "him": 0.3626560671674416}, "defend": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "defense": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "definitely": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "delicate": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "demanding": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "denied": {"her - him": -0.09273011897470665, "her": 0.23907353070854512, "him": 0.33180364968325177}, "denominator": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "dense": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "department": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "depend": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "depth": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "description": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "deserved": {"her - him": -0.037665951220373806, "her": 0.3249901159470678, "him": 0.3626560671674416}, "design": {"her - him": -0.09820553150263045, "her": 0.18670181261724306, "him": 0.2849073441198735}, "destination": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "destiny": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "destroy": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "destroying": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "destroys": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "destruct": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "detective": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "deteriorate": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "determine": {"her - him": -0.09085651308029191, "her": 0.2567378962045359, "him": 0.3475944092848278}, "devastating": {"her - him": -0.03681945861312974, "her": 0.3361080679323615, "him": 0.3729275265454912}, "developed": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "developing": {"her - him": 0.013714495214344369, "her": 0.3161065487838031, "him": 0.30239205356945875}, "development": {"her - him": -0.09820553150263045, "her": 0.18670181261724306, "him": 0.2849073441198735}, "did": {"her - him": -0.0476685923978164, "her": 0.30975258311244275, "him": 0.35742117551025915}, "didn": {"her - him": 0.01775915999644001, "her": 0.3385151872366886, "him": 0.3207560272402486}, "dies": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "different": {"her - him": -0.018187450280676754, "her": 0.31852511858386845, "him": 0.3367125688645452}, "difficult": {"her - him": -0.08905532995046755, "her": 0.27360073721697403, "him": 0.3626560671674416}, "digital": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "dinner": {"her - him": -0.09003787644054717, "her": 0.2644163180841, "him": 0.35445419452464716}, "disappoint": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "discuss": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "discussion": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "disliked": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "dismissed": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "disneynature": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "disrespected": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "distant": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "distracted": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "ditched": {"her - him": -0.03568449192151568, "her": 0.3511701894137732, "him": 0.3868546813352889}, "division": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "divorce": {"her - him": -0.03943258483704645, "her": 0.24429076138735242, "him": 0.2837233462243989}, "divorced": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "divulge": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "do": {"her - him": -0.12969852384161676, "her": 0.24677271395998032, "him": 0.3764712378015971}, "does": {"her - him": -0.1083625049448752, "her": 0.2676077277691335, "him": 0.3759702327140087}, "doesn": {"her - him": -0.041810696988854146, "her": 0.27189197322194414, "him": 0.3137026702107983}, "doing": {"her - him": -0.04434591602880977, "her": 0.32728798241526363, "him": 0.3716338984440734}, "dollars": {"her - him": 0.04610105200762321, "her": 0.35701992248392733, "him": 0.3109188704763041}, "don": {"her - him": -0.07942178701361347, "her": 0.2981674818370932, "him": 0.37758926885070665}, "done": {"her - him": -0.0884175572866151, "her": 0.2911728790777871, "him": 0.3795904363644022}, "door": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "double": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "down": {"her - him": -0.11287943137987821, "her": 0.2801572406824972, "him": 0.3930366720623754}, "dozens": {"her - him": -0.09003787644054717, "her": 0.2644163180841, "him": 0.35445419452464716}, "dressed": {"her - him": -0.006103622272813469, "her": 0.3483505722518337, "him": 0.35445419452464716}, "drew": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "drink": {"her - him": -0.09156006657543253, "her": 0.25011970593654625, "him": 0.3416797725119788}, "drinks": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "driver": {"her - him": 0.013714495214344369, "her": 0.3161065487838031, "him": 0.30239205356945875}, "drivers": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "driving": {"her - him": 0.013132082279846413, "her": 0.30226018758299183, "him": 0.2891281053031454}, "drop": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "drops": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "drove": {"her - him": 0.015045368905538425, "her": 0.3511701894137732, "him": 0.3361248205082348}, "drunk": {"her - him": -0.09003787644054717, "her": 0.2644163180841, "him": 0.35445419452464716}, "due": {"her - him": -0.09839751622457016, "her": 0.18484458443714608, "him": 0.28324210066171623}, "during": {"her - him": -0.17274252841082607, "her": 0.2192119672377659, "him": 0.39195449564859197}, "dvd": {"her - him": -0.040160563113778996, "her": 0.23434513846283153, "him": 0.27450570157661053}, "e": {"her - him": -0.1257645225745456, "her": 0.23907353070854512, "him": 0.3648380532830907}, "each": {"her - him": -0.12257748365313581, "her": 0.2528702522319531, "him": 0.3754477358850889}, "earlier": {"her - him": -0.04025684338664909, "her": 0.2915468062966027, "him": 0.33180364968325177}, "early": {"her - him": 0.06932762044255489, "her": 0.3092729950254046, "him": 0.23994537458284973}, "earns": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "easier": {"her - him": -0.11972896776317937, "her": 0.2851084295608029, "him": 0.4048373973239823}, "east": {"her - him": -0.12790962540245732, "her": 0.222311322237236, "him": 0.3502209476396933}, "easy": {"her - him": -0.09273011897470665, "her": 0.23907353070854512, "him": 0.33180364968325177}, "eat": {"her - him": -0.12347355324715781, "her": 0.2567378962045359, "him": 0.3802114494516937}, "eclectic": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "ecstatic": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "edited": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "educate": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "efforts": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "eggshells": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "either": {"her - him": -0.12743711884960973, "her": 0.22602253400998873, "him": 0.35345965285959846}, "electrocute": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "elemental": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "ellen": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "else": {"her - him": -0.03834764574084404, "her": 0.3161065487838031, "him": 0.35445419452464716}, "eludes": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "elusively": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "email": {"her - him": -0.12509112079861082, "her": 0.24429076138735242, "him": 0.36938188218596324}, "emergency": {"her - him": 0.012451140084436207, "her": 0.28695684166104674, "him": 0.27450570157661053}, "emotional": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "emotionally": {"her - him": 0.014499041586226613, "her": 0.3361080679323615, "him": 0.32160902634613486}, "empathise": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "employed": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "encourage": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "end": {"her - him": -0.15628886606281017, "her": 0.19700427445609042, "him": 0.3532931405189006}, "ended": {"her - him": 0.013714495214344369, "her": 0.3161065487838031, "him": 0.30239205356945875}, "ending": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "energy": {"her - him": -0.13137038896295067, "her": 0.19479030774674516, "him": 0.32616069670969583}, "engage": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "engaging": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "enter": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "entered": {"her - him": -0.1494438499851742, "her": 0.24429076138735242, "him": 0.39373461137252663}, "entertain": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "entertainment": {"her - him": -0.06986812407880111, "her": 0.3249901159470678, "him": 0.3948582400258689}, "entire": {"her - him": -0.11852442881160297, "her": 0.2827531755606578, "him": 0.4012776043722608}, "entourage": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "epidemic": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "episodes": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "ers": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "escape": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "especially": {"her - him": 0.0448822400720198, "her": 0.30201720525817144, "him": 0.25713496518615164}, "essential": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "estranged": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "estrangement": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "estrangements": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "et": {"her - him": -0.040160563113778996, "her": 0.23434513846283153, "him": 0.27450570157661053}, "even": {"her - him": -0.13924904353054982, "her": 0.24859074744417484, "him": 0.38783979097472465}, "evening": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "event": {"her - him": 0.012885149524753559, "her": 0.29660849574915243, "him": 0.2837233462243989}, "eventually": {"her - him": -0.1475899921835424, "her": 0.2567378962045359, "him": 0.4043278883880783}, "ever": {"her - him": -0.044524177013629596, "her": 0.3253094432370409, "him": 0.3698336202506705}, "every": {"her - him": -0.15519375009355327, "her": 0.24638640755975252, "him": 0.4015801576533058}, "everything": {"her - him": -0.10182781054439488, "her": 0.25765729437853174, "him": 0.3594851049229266}, "evidence": {"her - him": -0.0396281601784601, "her": 0.3348270917662756, "him": 0.3744552519447357}, "ex": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "exactly": {"her - him": -0.12433554600818947, "her": 0.25011970593654625, "him": 0.3744552519447357}, "examination": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "examines": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "examining": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "example": {"her - him": 0.012451140084436207, "her": 0.28695684166104674, "him": 0.27450570157661053}, "exceedingly": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "excellent": {"her - him": -0.12246799590140106, "her": 0.2644163180841, "him": 0.38688431398550105}, "excited": {"her - him": -0.03892172524647258, "her": 0.30867268403835524, "him": 0.3475944092848278}, "exclusively": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "exiting": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "exits": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "expect": {"her - him": -0.07219506436174389, "her": 0.30226018758299183, "him": 0.3744552519447357}, "expectations": {"her - him": -0.11972896776317937, "her": 0.2851084295608029, "him": 0.4048373973239823}, "expected": {"her - him": -0.04130580866500844, "her": 0.2188434053359129, "him": 0.26014921400092134}, "experiences": {"her - him": -0.09085651308029191, "her": 0.2567378962045359, "him": 0.3475944092848278}, "experiencetheride": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "experts": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "explain": {"her - him": -0.14857838484011815, "her": 0.25011970593654625, "him": 0.3986980907766644}, "explained": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "explains": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "exploring": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "extensive": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "extremely": {"her - him": -0.07219506436174389, "her": 0.30226018758299183, "him": 0.3744552519447357}, "faces": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "facet": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "facing": {"her - him": -0.0396281601784601, "her": 0.3348270917662756, "him": 0.3744552519447357}, "fact": {"her - him": -0.10049934827747214, "her": 0.2687239682752019, "him": 0.36922331655267404}, "factual": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "failed": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "faith": {"her - him": -0.09085651308029191, "her": 0.2567378962045359, "him": 0.3475944092848278}, "fallen": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "fallibility": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "fame": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "familial": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "family": {"her - him": -0.024394697625372275, "her": 0.3234007174690383, "him": 0.3477954150944106}, "famous": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "fan": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "fantastic": {"her - him": -0.08905532995046755, "her": 0.27360073721697403, "him": 0.3626560671674416}, "far": {"her - him": -0.07621993165960461, "her": 0.26290581367043764, "him": 0.33912574533004225}, "fascinate": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "fascinated": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "fascinating": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "fast": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "father": {"her - him": -0.03941958492898695, "her": 0.30226018758299183, "him": 0.3416797725119788}, "fathers": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "fatigued": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "fault": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "favorite": {"her - him": -0.09273011897470665, "her": 0.23907353070854512, "him": 0.33180364968325177}, "favorites": {"her - him": -0.037665951220373806, "her": 0.3249901159470678, "him": 0.3626560671674416}, "favourite": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "fear": {"her - him": -0.09156006657543253, "her": 0.25011970593654625, "him": 0.3416797725119788}, "february": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "feel": {"her - him": -0.0074493300108433025, "her": 0.32435431967240846, "him": 0.33180364968325177}, "feeling": {"her - him": -0.0396281601784601, "her": 0.3348270917662756, "him": 0.3744552519447357}, "feelings": {"her - him": -0.07153876541333848, "her": 0.30867268403835524, "him": 0.3802114494516937}, "feigned": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "fell": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "felt": {"her - him": -0.1502144663467538, "her": 0.23907353070854512, "him": 0.38928799705529893}, "few": {"her - him": 0.06947514919424846, "her": 0.31852511858386845, "him": 0.24904996938961999}, "fiercely": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "fight": {"her - him": -0.04025684338664909, "her": 0.2915468062966027, "him": 0.33180364968325177}, "fighting": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "figure": {"her - him": -0.09552155382883584, "her": 0.21251603764319157, "him": 0.3080375914720274}, "figured": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "filmmakers": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "finally": {"her - him": -0.03834764574084404, "her": 0.3161065487838031, "him": 0.35445419452464716}, "finding": {"her - him": -0.03834764574084404, "her": 0.3161065487838031, "him": 0.35445419452464716}, "finds": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "fine": {"her - him": -0.12347355324715781, "her": 0.2567378962045359, "him": 0.3802114494516937}, "finest": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "fire": {"her - him": -0.04314745997201397, "her": 0.25521159870306387, "him": 0.29835905867507784}, "fires": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "first": {"her - him": -0.11350787593886463, "her": 0.279005057828788, "him": 0.3925129337676526}, "flames": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "flash": {"her - him": -0.03568449192151568, "her": 0.3511701894137732, "him": 0.3868546813352889}, "flashmob": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "flat": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "flits": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "flower": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "focus": {"her - him": -0.03900839936659917, "her": 0.25011970593654625, "him": 0.2891281053031454}, "focused": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "followed": {"her - him": -0.008174458336652313, "her": 0.3119537944453996, "him": 0.3201282527820519}, "food": {"her - him": -0.010826601802758296, "her": 0.26923496643284084, "him": 0.28006156823559913}, "for": {"her - him": -0.09938571992790701, "her": 0.27550069404902006, "him": 0.37488641397692707}, "force": {"her - him": -0.12246799590140106, "her": 0.2644163180841, "him": 0.38688431398550105}, "forces": {"her - him": -0.12433554600818947, "her": 0.25011970593654625, "him": 0.3744552519447357}, "foreign": {"her - him": 0.011589003089050254, "her": 0.2687239682752019, "him": 0.25713496518615164}, "forgiveness": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "forgotten": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "form": {"her - him": -0.12637247659200415, "her": 0.23434513846283153, "him": 0.3607176150548357}, "former": {"her - him": 0.045256259076650596, "her": 0.3157521686526313, "him": 0.2704959095759807}, "forward": {"her - him": 0.0458248363605247, "her": 0.3410917247349267, "him": 0.295266888374402}, "found": {"her - him": -0.04363639245542811, "her": 0.28647934632964517, "him": 0.3301157387850733}, "fourth": {"her - him": -0.04177696751671314, "her": 0.21251603764319157, "him": 0.2542930051599047}, "foyer": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "francis": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "frantic": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "frantically": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "free": {"her - him": -0.08896838955544373, "her": 0.28647934632964517, "him": 0.3754477358850889}, "frequent": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "friend": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "friends": {"her - him": -0.04085263750799667, "her": 0.319864977546839, "him": 0.3607176150548357}, "from": {"her - him": -0.08192302784603972, "her": 0.3050889967676053, "him": 0.38701202461364503}, "front": {"her - him": -0.09217814859748943, "her": 0.24429076138735242, "him": 0.33646890998484186}, "fulfill": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "full": {"her - him": -0.04252878810358485, "her": 0.26290581367043764, "him": 0.3054346017740225}, "function": {"her - him": -0.03900839936659917, "her": 0.25011970593654625, "him": 0.2891281053031454}, "future": {"her - him": -0.07255308160601992, "her": 0.24976543548235036, "him": 0.3223185170883703}, "g": {"her - him": -0.09217814859748943, "her": 0.24429076138735242, "him": 0.33646890998484186}, "game": {"her - him": -0.09876373276137046, "her": 0.18129783547422867, "him": 0.28006156823559913}, "games": {"her - him": -0.12692702140509804, "her": 0.23001687775679958, "him": 0.3569438991618976}, "gangsters": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "gantz": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "gave": {"her - him": -0.058714424699942924, "her": 0.3527337240927444, "him": 0.4114481487926873}, "geez": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "generally": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "generations": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "genie": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "geographically": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "gershshwin": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "get": {"her - him": -0.061589566297325926, "her": 0.3223250260755808, "him": 0.3839145923729067}, "getting": {"her - him": -0.10085867304894558, "her": 0.26573543986837206, "him": 0.36659411291731764}, "girl": {"her - him": 0.01620649632113208, "her": 0.3330133579647703, "him": 0.3168068616436382}, "girls": {"her - him": -0.09217814859748943, "her": 0.24429076138735242, "him": 0.33646890998484186}, "give": {"her - him": -0.01720758967492303, "her": 0.3330133579647703, "him": 0.3502209476396933}, "given": {"her - him": -0.08971403732915917, "her": 0.28011958292151135, "him": 0.3698336202506705}, "glad": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "go": {"her - him": -0.11175182258854449, "her": 0.2883123948490541, "him": 0.40006421743759857}, "goal": {"her - him": 0.012659473354292572, "her": 0.2915468062966027, "him": 0.2788873329423101}, "goals": {"her - him": -0.03981380223376499, "her": 0.23907353070854512, "him": 0.2788873329423101}, "going": {"her - him": -0.10399362115574035, "her": 0.30318084337532997, "him": 0.4071744645310703}, "gone": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "good": {"her - him": -0.06462166939570596, "her": 0.29581256942145384, "him": 0.3604342388171598}, "goofs": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "google": {"her - him": -0.1298633600673444, "her": 0.2068492087972008, "him": 0.3367125688645452}, "googled": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "got": {"her - him": -0.07072234960058277, "her": 0.2676077277691335, "him": 0.33833007736971626}, "government": {"her - him": -0.1623815323258382, "her": 0.1529523417381952, "him": 0.3153338740640334}, "graduated": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "grann": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "granted": {"her - him": -0.09085651308029191, "her": 0.2567378962045359, "him": 0.3475944092848278}, "graves": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "great": {"her - him": -0.044334225432333535, "her": 0.24057311868753997, "him": 0.2849073441198735}, "greet": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "ground": {"her - him": -0.042586544594738956, "her": 0.20171050081389233, "him": 0.24429704540863129}, "group": {"her - him": -0.02090118023613241, "her": 0.2801572406824972, "him": 0.3010584209186296}, "groupon": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "growing": {"her - him": 0.012885149524753559, "her": 0.29660849574915243, "him": 0.2837233462243989}, "grown": {"her - him": 0.0458248363605247, "her": 0.3410917247349267, "him": 0.295266888374402}, "guilt": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "guilty": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "guy": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "hacks": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "had": {"her - him": -0.06344118935234327, "her": 0.3169575105887224, "him": 0.3803986999410657}, "hadn": {"her - him": -0.037665951220373806, "her": 0.3249901159470678, "him": 0.3626560671674416}, "hair": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "haired": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "half": {"her - him": -0.09485926487488539, "her": 0.2188434053359129, "him": 0.3137026702107983}, "hallucinations": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "hand": {"her - him": -0.04206330576487899, "her": 0.2687239682752019, "him": 0.3107872740400809}, "handful": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "handle": {"her - him": 0.014499041586226613, "her": 0.3361080679323615, "him": 0.32160902634613486}, "happen": {"her - him": -0.03986041423568942, "her": 0.29660849574915243, "him": 0.33646890998484186}, "happened": {"her - him": 0.0456989864631302, "her": 0.3348270917662756, "him": 0.2891281053031454}, "happening": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "happenings": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "happy": {"her - him": -0.037665951220373806, "her": 0.3249901159470678, "him": 0.3626560671674416}, "hard": {"her - him": -0.09520033820653484, "her": 0.21558693583354605, "him": 0.3107872740400809}, "harping": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "harry": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "has": {"her - him": -0.11531968116698443, "her": 0.2860751847389937, "him": 0.4013948659059781}, "hats": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "have": {"her - him": -0.10121475702149241, "her": 0.28411963693815884, "him": 0.38533439395965124}, "having": {"her - him": -0.10883737265624233, "her": 0.3092729950254046, "him": 0.41811036768164694}, "he": {"her - him": -0.17642941802520742, "her": 0.24148755833948252, "him": 0.41791697636468994}, "head": {"her - him": -0.09689842055887829, "her": 0.19930825236638064, "him": 0.29620667292525893}, "healing": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "health": {"her - him": -0.0415480293526056, "her": 0.21558693583354605, "him": 0.25713496518615164}, "healthy": {"her - him": -0.03900839936659917, "her": 0.25011970593654625, "him": 0.2891281053031454}, "heard": {"her - him": -0.12743711884960973, "her": 0.22602253400998873, "him": 0.35345965285959846}, "hearing": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "heart": {"her - him": -0.03892172524647258, "her": 0.30867268403835524, "him": 0.3475944092848278}, "heartening": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "height": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "held": {"her - him": -0.04376968778375118, "her": 0.33370448181275186, "him": 0.37747416959650304}, "help": {"her - him": -0.10646962881667538, "her": 0.28215886385728806, "him": 0.38862849267396343}, "her": {"her - him": 0.09245564880838625, "her": 0.37349376827070035, "him": 0.2810381194623141}, "here": {"her - him": -0.09317050122206383, "her": 0.2946692897526608, "him": 0.38783979097472465}, "herself": {"her - him": -0.03681945861312974, "her": 0.3361080679323615, "him": 0.3729275265454912}, "hide": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "hiding": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "high": {"her - him": -0.04402423106829542, "her": 0.2443817053011734, "him": 0.2884059363694688}, "higher": {"her - him": -0.09449553940640221, "her": 0.222311322237236, "him": 0.3168068616436382}, "highlight": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "highway": {"her - him": -0.09085651308029191, "her": 0.2567378962045359, "him": 0.3475944092848278}, "hilarious": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "him": {"her - him": -0.23444748050366632, "her": 0.2729930637597699, "him": 0.5074405442634362}, "hiroto": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "his": {"her - him": -0.1473786151793342, "her": 0.28203247687922806, "him": 0.42941109205856226}, "historical": {"her - him": -0.09003787644054717, "her": 0.2644163180841, "him": 0.35445419452464716}, "history": {"her - him": -0.15799814800557171, "her": 0.18484458443714608, "him": 0.3428427324427178}, "hit": {"her - him": -0.04085263750799667, "her": 0.319864977546839, "him": 0.3607176150548357}, "hits": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "hive": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "hold": {"her - him": -0.0074493300108433025, "her": 0.32435431967240846, "him": 0.33180364968325177}, "holds": {"her - him": 0.013714495214344369, "her": 0.3161065487838031, "him": 0.30239205356945875}, "holmes": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "homage": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "home": {"her - him": -0.045322421853376926, "her": 0.294468182723662, "him": 0.3397906045770389}, "homeless": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "homemade": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "honest": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "hosts": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "hot": {"her - him": -0.0741907236012398, "her": 0.2827531755606578, "him": 0.3569438991618976}, "hotel": {"her - him": -0.03900839936659917, "her": 0.25011970593654625, "him": 0.2891281053031454}, "hound": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "hours": {"her - him": -0.06580785796672739, "her": 0.3157521686526313, "him": 0.38156002661935867}, "house": {"her - him": -0.008384663827062266, "her": 0.3084221978165759, "him": 0.3168068616436382}, "how": {"her - him": -0.09634638123832784, "her": 0.3080851355994888, "him": 0.40443151683781664}, "however": {"her - him": -0.10770971017412162, "her": 0.27263532610501795, "him": 0.38034503627913957}, "https": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "hug": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "huge": {"her - him": -0.1257645225745456, "her": 0.23907353070854512, "him": 0.3648380532830907}, "human": {"her - him": -0.12692702140509804, "her": 0.23001687775679958, "him": 0.3569438991618976}, "humanoid": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "humans": {"her - him": -0.09273011897470665, "her": 0.23907353070854512, "him": 0.33180364968325177}, "hundred": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "hunger": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "hurt": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "husband": {"her - him": 0.01407124547076366, "her": 0.3249901159470678, "him": 0.3109188704763041}, "hustling": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "i": {"her - him": -0.10964451881327908, "her": 0.23407129449741326, "him": 0.34371581331069234}, "ice": {"her - him": 0.015045368905538425, "her": 0.3511701894137732, "him": 0.3361248205082348}, "idea": {"her - him": -0.010374568659127115, "her": 0.2762527113019312, "him": 0.2866272799610583}, "identical": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "identify": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "if": {"her - him": -0.09355240856597236, "her": 0.26699536512841554, "him": 0.3605477736943879}, "ignore": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "ill": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "illness": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "illusion": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "immediately": {"her - him": 0.0359268624491062, "her": 0.3527337240927444, "him": 0.3168068616436382}, "immensely": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "immersive": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "imparted": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "impatience": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "impeccably": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "importance": {"her - him": 0.013132082279846413, "her": 0.30226018758299183, "him": 0.2891281053031454}, "important": {"her - him": -0.04517663920182341, "her": 0.29611724737956946, "him": 0.34129388658139287}, "in": {"her - him": -0.11530155674696596, "her": 0.21212982932955465, "him": 0.3274313860765206}, "incident": {"her - him": -0.040160563113778996, "her": 0.23434513846283153, "him": 0.27450570157661053}, "incidents": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "incinerated": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "include": {"her - him": -0.0941057187720632, "her": 0.22602253400998873, "him": 0.3201282527820519}, "included": {"her - him": -0.1257645225745456, "her": 0.23907353070854512, "him": 0.3648380532830907}, "including": {"her - him": -0.06944159354067014, "her": 0.28011958292151135, "him": 0.3495611764621815}, "increase": {"her - him": -0.09273011897470665, "her": 0.23907353070854512, "him": 0.33180364968325177}, "increased": {"her - him": -0.03900839936659917, "her": 0.25011970593654625, "him": 0.2891281053031454}, "increasingly": {"her - him": -0.12246799590140106, "her": 0.2644163180841, "him": 0.38688431398550105}, "industry": {"her - him": -0.09322935305013805, "her": 0.23434513846283153, "him": 0.3275744915129696}, "information": {"her - him": -0.0749565299649807, "her": 0.2752644176747126, "him": 0.3502209476396933}, "informed": {"her - him": 0.014499041586226613, "her": 0.3361080679323615, "him": 0.32160902634613486}, "informs": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "instead": {"her - him": -0.06750454260339123, "her": 0.2990895703139264, "him": 0.36659411291731764}, "instincts": {"her - him": -0.12125750280889486, "her": 0.27360073721697403, "him": 0.3948582400258689}, "intelligence": {"her - him": -0.04025684338664909, "her": 0.2915468062966027, "him": 0.33180364968325177}, "intensity": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "interactive": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "interest": {"her - him": -0.03986041423568942, "her": 0.29660849574915243, "him": 0.33646890998484186}, "interested": {"her - him": -0.03681945861312974, "her": 0.3361080679323615, "him": 0.3729275265454912}, "international": {"her - him": -0.04094919338084896, "her": 0.2827531755606578, "him": 0.3237023689415068}, "interview": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "into": {"her - him": -0.08638133957263922, "her": 0.30648536677829524, "him": 0.39286670635093446}, "investigates": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "investigation": {"her - him": -0.03892172524647258, "her": 0.30867268403835524, "him": 0.3475944092848278}, "investigators": {"her - him": 0.015045368905538425, "her": 0.3511701894137732, "him": 0.3361248205082348}, "involved": {"her - him": -0.04207770791497334, "her": 0.3527337240927444, "him": 0.39481143200771773}, "involvement": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "is": {"her - him": -0.08146248640014092, "her": 0.25287681440402754, "him": 0.33433930080416846}, "isabelle": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "isay": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "islamic": {"her - him": -0.03943258483704645, "her": 0.24429076138735242, "him": 0.2837233462243989}, "isn": {"her - him": 0.016354806595894333, "her": 0.33648305937794626, "him": 0.3201282527820519}, "issue": {"her - him": -0.07920982701144605, "her": 0.23363924947889228, "him": 0.31284907649033833}, "it": {"her - him": -0.1365292213202947, "her": 0.23653079171068803, "him": 0.37306001303098274}, "item": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "items": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "its": {"her - him": -0.08586088623114704, "her": 0.2428739154614952, "him": 0.32873480169264224}, "itself": {"her - him": -0.17190445431522772, "her": 0.22602253400998873, "him": 0.39792698832521645}, "jane": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "jealous": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "jerusalem": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "job": {"her - him": -0.07530133924309934, "her": 0.27189197322194414, "him": 0.3471933124650435}, "john": {"her - him": -0.04047903181918111, "her": 0.23001687775679958, "him": 0.2704959095759807}, "join": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "joke": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "jokes": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "joshua": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "journalism": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "judy": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "july": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "june": {"her - him": -0.12743711884960973, "her": 0.22602253400998873, "him": 0.35345965285959846}, "just": {"her - him": -0.05164709298374276, "her": 0.3365221099712823, "him": 0.38816920295502505}, "kana": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "karen": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "kato": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "katoare": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "keen": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "keep": {"her - him": -0.09217814859748943, "her": 0.24429076138735242, "him": 0.33646890998484186}, "kei": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "kenzo": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "kept": {"her - him": -0.1494438499851742, "her": 0.24429076138735242, "him": 0.39373461137252663}, "key": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "khone": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "kid": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "kidding": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "kids": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "killed": {"her - him": -0.037665951220373806, "her": 0.3249901159470678, "him": 0.3626560671674416}, "killers": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "kim": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "kind": {"her - him": -0.039119724716767, "her": 0.3410917247349267, "him": 0.3802114494516937}, "kindle": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "kingdom": {"her - him": 0.014499041586226613, "her": 0.3361080679323615, "him": 0.32160902634613486}, "knew": {"her - him": 0.0030822092254270683, "her": 0.36379982428026275, "him": 0.3607176150548357}, "know": {"her - him": -0.08842069867544983, "her": 0.30763355472456344, "him": 0.39605425340001327}, "knowledge": {"her - him": -0.09085651308029191, "her": 0.2567378962045359, "him": 0.3475944092848278}, "known": {"her - him": -0.07790790986338528, "her": 0.24638640755975252, "him": 0.3242943174231378}, "kurono": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "l": {"her - him": 0.012885149524753559, "her": 0.29660849574915243, "him": 0.2837233462243989}, "lacked": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "lady": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "landed": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "larger": {"her - him": -0.03892172524647258, "her": 0.30867268403835524, "him": 0.3475944092848278}, "last": {"her - him": -0.06483020831451691, "her": 0.29050626276928176, "him": 0.3553364710837987}, "late": {"her - him": -0.12743711884960973, "her": 0.22602253400998873, "him": 0.35345965285959846}, "later": {"her - him": -0.04383074767583067, "her": 0.3114401459891053, "him": 0.35527089366493597}, "law": {"her - him": -0.07747498110998713, "her": 0.2506240953935351, "him": 0.3280990765035222}, "lax": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "lead": {"her - him": -0.0427445138566348, "her": 0.2602179240432754, "him": 0.3029624378999102}, "leaders": {"her - him": -0.12637247659200415, "her": 0.23434513846283153, "him": 0.3607176150548357}, "leading": {"her - him": 0.013714495214344369, "her": 0.3161065487838031, "him": 0.30239205356945875}, "learn": {"her - him": -0.03943258483704645, "her": 0.24429076138735242, "him": 0.2837233462243989}, "least": {"her - him": -0.07593070704926819, "her": 0.26573543986837206, "him": 0.34166614691764025}, "leeratanakajornthe": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "left": {"her - him": -0.08896838955544373, "her": 0.28647934632964517, "him": 0.3754477358850889}, "legal": {"her - him": -0.07153876541333848, "her": 0.30867268403835524, "him": 0.3802114494516937}, "legendary": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "length": {"her - him": -0.12246799590140106, "her": 0.2644163180841, "him": 0.38688431398550105}, "less": {"her - him": -0.043721397189314753, "her": 0.18670181261724306, "him": 0.2304232098065578}, "let": {"her - him": -0.14104636919473004, "her": 0.24244556748982585, "him": 0.3834919366845559}, "letter": {"her - him": -0.04125623677711965, "her": 0.2788720160049323, "him": 0.3201282527820519}, "li": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "liberating": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "librarians": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "libraries": {"her - him": -0.09217814859748943, "her": 0.24429076138735242, "him": 0.33646890998484186}, "library": {"her - him": -0.0415480293526056, "her": 0.21558693583354605, "him": 0.25713496518615164}, "life": {"her - him": -0.04665526241740736, "her": 0.301886579262527, "him": 0.34854184167993435}, "lifelong": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "lifted": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "like": {"her - him": -0.12501431953368852, "her": 0.29366208267902993, "him": 0.41867640221271846}, "liked": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "linked": {"her - him": -0.03834764574084404, "her": 0.3161065487838031, "him": 0.35445419452464716}, "little": {"her - him": 0.017523151556776417, "her": 0.3333918292430993, "him": 0.3158686776863229}, "live": {"her - him": 0.012885149524753559, "her": 0.29660849574915243, "him": 0.2837233462243989}, "lives": {"her - him": -0.0065026845499011054, "her": 0.3410917247349267, "him": 0.3475944092848278}, "ll": {"her - him": -0.06944159354067014, "her": 0.28011958292151135, "him": 0.3495611764621815}, "local": {"her - him": 0.01523347306384637, "her": 0.3114401459891053, "him": 0.29620667292525893}, "locations": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "lollipop": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "lollipops": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "long": {"her - him": -0.10815136133129832, "her": 0.26923496643284084, "him": 0.37738632776413916}, "longer": {"her - him": -0.03943258483704645, "her": 0.24429076138735242, "him": 0.2837233462243989}, "longest": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "look": {"her - him": -0.07920982701144605, "her": 0.23363924947889228, "him": 0.31284907649033833}, "looked": {"her - him": 0.016354806595894333, "her": 0.33648305937794626, "him": 0.3201282527820519}, "looking": {"her - him": -0.043029741266229826, "her": 0.2936828275983154, "him": 0.3367125688645452}, "looks": {"her - him": -0.03900839936659917, "her": 0.25011970593654625, "him": 0.2891281053031454}, "los": {"her - him": 0.045359275970228485, "her": 0.319864977546839, "him": 0.27450570157661053}, "lose": {"her - him": -0.12246799590140106, "her": 0.2644163180841, "him": 0.38688431398550105}, "losing": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "lost": {"her - him": -0.12743711884960973, "her": 0.22602253400998873, "him": 0.35345965285959846}, "lot": {"her - him": -0.06018446905778441, "her": 0.3384612634017924, "him": 0.3986457324595768}, "lots": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "lotus": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "love": {"her - him": -0.09079233983096197, "her": 0.2709097908121133, "him": 0.36170213064307527}, "loved": {"her - him": -0.006103622272813469, "her": 0.3483505722518337, "him": 0.35445419452464716}, "lover": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "loving": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "low": {"her - him": -0.09552155382883584, "her": 0.21251603764319157, "him": 0.3080375914720274}, "m": {"her - him": -0.10646962881667538, "her": 0.28215886385728806, "him": 0.38862849267396343}, "machines": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "made": {"her - him": -0.1263810509563545, "her": 0.245196683496255, "him": 0.3715777344526095}, "magic": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "magical": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "main": {"her - him": 0.012257265984677135, "her": 0.2827531755606578, "him": 0.2704959095759807}, "maintained": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "major": {"her - him": 0.011589003089050254, "her": 0.2687239682752019, "him": 0.25713496518615164}, "make": {"her - him": -0.12409252440058421, "her": 0.2615214616314697, "him": 0.38561398603205393}, "makes": {"her - him": -0.0749565299649807, "her": 0.2752644176747126, "him": 0.3502209476396933}, "makeup": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "making": {"her - him": -0.04206330576487899, "her": 0.2687239682752019, "him": 0.3107872740400809}, "man": {"her - him": -0.1580476444483777, "her": 0.27263532610501795, "him": 0.43068297055339566}, "manage": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "manages": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "manipulate": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "many": {"her - him": -0.1270970756419217, "her": 0.2645962478352909, "him": 0.3916933234772126}, "march": {"her - him": -0.043029741266229826, "her": 0.2936828275983154, "him": 0.3367125688645452}, "marriage": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "married": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "mary": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "masaru": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "matter": {"her - him": -0.03900839936659917, "her": 0.25011970593654625, "him": 0.2891281053031454}, "may": {"her - him": -0.07995877897059167, "her": 0.2935475426113639, "him": 0.37350632158195557}, "mcgregor": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "mcnamara": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "me": {"her - him": -0.077032080198143, "her": 0.291753216609635, "him": 0.368785296807778}, "mean": {"her - him": -0.03900839936659917, "her": 0.25011970593654625, "him": 0.2891281053031454}, "meaning": {"her - him": 0.013714495214344369, "her": 0.3161065487838031, "him": 0.30239205356945875}, "means": {"her - him": 0.010794623833668748, "her": 0.2528702522319531, "him": 0.24207562839828434}, "media": {"her - him": -0.1298633600673444, "her": 0.2068492087972008, "him": 0.3367125688645452}, "medication": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "meh": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "melt": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "memories": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "memory": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "men": {"her - him": 0.010678720810685355, "her": 0.2506240953935351, "him": 0.23994537458284973}, "menu": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "message": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "mia": {"her - him": -0.04104848511157244, "her": 0.222311322237236, "him": 0.26335980734880843}, "michelle": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "middle": {"her - him": -0.09156006657543253, "her": 0.25011970593654625, "him": 0.3416797725119788}, "might": {"her - him": -0.10646962881667538, "her": 0.28215886385728806, "him": 0.38862849267396343}, "military": {"her - him": -0.09322935305013805, "her": 0.23434513846283153, "him": 0.3275744915129696}, "million": {"her - him": -0.09582521189166476, "her": 0.20960938988235772, "him": 0.3054346017740225}, "mine": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "minister": {"her - him": -0.07649464482126983, "her": 0.2602179240432754, "him": 0.3367125688645452}, "ministry": {"her - him": -0.03900839936659917, "her": 0.25011970593654625, "him": 0.2891281053031454}, "minor": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "minutes": {"her - him": -0.008174458336652313, "her": 0.3119537944453996, "him": 0.3201282527820519}, "miss": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "missing": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "mixed": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "moaning": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "mob": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "model": {"her - him": -0.04177696751671314, "her": 0.21251603764319157, "him": 0.2542930051599047}, "mom": {"her - him": 0.013714495214344369, "her": 0.3161065487838031, "him": 0.30239205356945875}, "moment": {"her - him": -0.07219506436174389, "her": 0.30226018758299183, "him": 0.3744552519447357}, "monday": {"her - him": -0.09217814859748943, "her": 0.24429076138735242, "him": 0.33646890998484186}, "money": {"her - him": -0.04047903181918111, "her": 0.23001687775679958, "him": 0.2704959095759807}, "monitor": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "monk": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "monosyllabic": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "month": {"her - him": -0.04130580866500844, "her": 0.2188434053359129, "him": 0.26014921400092134}, "months": {"her - him": -0.03943258483704645, "her": 0.24429076138735242, "him": 0.2837233462243989}, "mood": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "moon": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "more": {"her - him": -0.06537260201062467, "her": 0.287945891178987, "him": 0.35331849318961167}, "morning": {"her - him": -0.023627723139470702, "her": 0.33370448181275186, "him": 0.35733220495222257}, "most": {"her - him": -0.10340236723785423, "her": 0.2777012169906531, "him": 0.3811035842285073}, "mother": {"her - him": -0.007709513966130566, "her": 0.319864977546839, "him": 0.3275744915129696}, "mothers": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "mourning": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "move": {"her - him": -0.1257645225745456, "her": 0.23907353070854512, "him": 0.3648380532830907}, "moved": {"her - him": -0.09217814859748943, "her": 0.24429076138735242, "him": 0.33646890998484186}, "movie": {"her - him": -0.042397932002639166, "her": 0.20422050028314306, "him": 0.24661843228578223}, "moving": {"her - him": -0.03568449192151568, "her": 0.3511701894137732, "him": 0.3868546813352889}, "mr": {"her - him": -0.04125623677711965, "her": 0.2788720160049323, "him": 0.3201282527820519}, "much": {"her - him": -0.06032546445166331, "her": 0.3339408532540203, "him": 0.3942663177056836}, "multifaceted": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "multitude": {"her - him": -0.03681945861312974, "her": 0.3361080679323615, "him": 0.3729275265454912}, "mums": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "murder": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "musical": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "musicians": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "musings": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "must": {"her - him": -0.07562521227886432, "her": 0.2687239682752019, "him": 0.3443491805540662}, "my": {"her - him": -0.10634018913969628, "her": 0.25585854477090325, "him": 0.36219873391059954}, "myself": {"her - him": -0.00716557760195452, "her": 0.32930333238288734, "him": 0.33646890998484186}, "mysterious": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "mystery": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "mystic": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "nab": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "name": {"her - him": -0.04154244396892559, "her": 0.2752644176747126, "him": 0.3168068616436382}, "naps": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "narrative": {"her - him": 0.013405795663953224, "her": 0.30867268403835524, "him": 0.295266888374402}, "natural": {"her - him": -0.03986041423568942, "her": 0.29660849574915243, "him": 0.33646890998484186}, "nature": {"her - him": 0.013405795663953224, "her": 0.30867268403835524, "him": 0.295266888374402}, "navigating": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "nearly": {"her - him": -0.040160563113778996, "her": 0.23434513846283153, "him": 0.27450570157661053}, "necessary": {"her - him": 0.012885149524753559, "her": 0.29660849574915243, "him": 0.2837233462243989}, "need": {"her - him": -0.1310948020474318, "her": 0.19700427445609042, "him": 0.3280990765035222}, "needed": {"her - him": 0.04557998615848846, "her": 0.32930333238288734, "him": 0.2837233462243989}, "needs": {"her - him": -0.07219506436174389, "her": 0.30226018758299183, "him": 0.3744552519447357}, "neighbor": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "neighbourhood": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "neither": {"her - him": 0.014499041586226613, "her": 0.3361080679323615, "him": 0.32160902634613486}, "never": {"her - him": -0.10182781054439488, "her": 0.25765729437853174, "him": 0.3594851049229266}, "new": {"her - him": -0.10514096984233592, "her": 0.2365026588666124, "him": 0.3416436287089483}, "news": {"her - him": -0.04295042593489706, "her": 0.25765729437853174, "him": 0.3006077203134288}, "next": {"her - him": -0.10386712622298791, "her": 0.24057311868753997, "him": 0.3444402449105279}, "nhai": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "nice": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "night": {"her - him": -0.04321375412097905, "her": 0.31852511858386845, "him": 0.3617388727048475}, "nishi": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "no": {"her - him": -0.0737238766092374, "her": 0.31326052751819994, "him": 0.38698440412743734}, "nobeladventures": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "nobody": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "non": {"her - him": -0.04220076059241917, "her": 0.2068492087972008, "him": 0.24904996938961999}, "normal": {"her - him": -0.12125750280889486, "her": 0.27360073721697403, "him": 0.3948582400258689}, "not": {"her - him": -0.12214177508118501, "her": 0.2699191956666862, "him": 0.3920609707478712}, "nothing": {"her - him": -0.042331975295894775, "her": 0.30201720525817144, "him": 0.3443491805540662}, "noticeably": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "november": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "novemberat": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "now": {"her - him": -0.07674823589307289, "her": 0.30458931119912186, "him": 0.38133754709219475}, "nowhere": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "number": {"her - him": -0.09664855786118551, "her": 0.20171050081389233, "him": 0.29835905867507784}, "ny": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "nyc": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "occur": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "ode": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "of": {"her - him": -0.11897224241661486, "her": 0.18446664781967298, "him": 0.30343889023628784}, "off": {"her - him": -0.04629214348495586, "her": 0.3243803567283122, "him": 0.3706725002132681}, "offer": {"her - him": 0.013132082279846413, "her": 0.30226018758299183, "him": 0.2891281053031454}, "office": {"her - him": -0.03986041423568942, "her": 0.29660849574915243, "him": 0.33646890998484186}, "officers": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "often": {"her - him": -0.08922675573751915, "her": 0.28427650941860133, "him": 0.3735032651561205}, "oh": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "old": {"her - him": 0.0894112940121724, "her": 0.3384612634017924, "him": 0.24904996938961999}, "older": {"her - him": -0.09003787644054717, "her": 0.2644163180841, "him": 0.35445419452464716}, "on": {"her - him": -0.11571000471102977, "her": 0.26423580453002726, "him": 0.37994580924105703}, "once": {"her - him": -0.08252895044743636, "her": 0.2978160858317032, "him": 0.38034503627913957}, "one": {"her - him": -0.09703125828876064, "her": 0.3135624180024204, "him": 0.41059367629118104}, "oni": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "online": {"her - him": -0.15316654630502285, "her": 0.2188434053359129, "him": 0.37200995164093575}, "only": {"her - him": -0.10295105901223456, "her": 0.2538102518346827, "him": 0.35676131084691726}, "onto": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "open": {"her - him": -0.04230215160365536, "her": 0.26573543986837206, "him": 0.3080375914720274}, "opportunity": {"her - him": -0.09003787644054717, "her": 0.2644163180841, "him": 0.35445419452464716}, "opted": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "options": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "or": {"her - him": -0.08327194599563037, "her": 0.30356586565686305, "him": 0.3868378116524934}, "order": {"her - him": -0.043029741266229826, "her": 0.2936828275983154, "him": 0.3367125688645452}, "ordinary": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "original": {"her - him": -0.03900839936659917, "her": 0.25011970593654625, "him": 0.2891281053031454}, "orlean": {"her - him": -0.04077382295050552, "her": 0.22602253400998873, "him": 0.26679635696049425}, "oscars": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "other": {"her - him": -0.12438756763345032, "her": 0.2976571363005973, "him": 0.42204470393404764}, "others": {"her - him": -0.008948021158101005, "her": 0.2990895703139264, "him": 0.3080375914720274}, "our": {"her - him": -0.073339870685181, "her": 0.31062874152577963, "him": 0.3839686122109606}, "out": {"her - him": -0.09994801266317466, "her": 0.2813325884946627, "him": 0.38128060115783735}, "outfits": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "outside": {"her - him": -0.09003787644054717, "her": 0.2644163180841, "him": 0.35445419452464716}, "over": {"her - him": -0.1066980298135416, "her": 0.2833467896330154, "him": 0.390044819446557}, "overflowing": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "oversight": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "own": {"her - him": -0.06264398956021922, "her": 0.31474233820391995, "him": 0.37738632776413916}, "p": {"her - him": -0.09003787644054717, "her": 0.2644163180841, "him": 0.35445419452464716}, "pace": {"her - him": -0.08905532995046755, "her": 0.27360073721697403, "him": 0.3626560671674416}, "pacing": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "package": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "page": {"her - him": -0.07376077339378895, "her": 0.28695684166104674, "him": 0.3607176150548357}, "pages": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "pains": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "painted": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "pair": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "palpable": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "parent": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "parents": {"her - him": -0.03943258483704645, "her": 0.24429076138735242, "him": 0.2837233462243989}, "parks": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "parliament": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "part": {"her - him": -0.02479801329593151, "her": 0.3180447191467863, "him": 0.3428427324427178}, "parts": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "pass": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "passengers": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "past": {"her - him": 0.012451140084436207, "her": 0.28695684166104674, "him": 0.27450570157661053}, "patience": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "patients": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "patronize": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "paying": {"her - him": 0.04557998615848846, "her": 0.32930333238288734, "him": 0.2837233462243989}, "peace": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "peak": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "people": {"her - him": -0.14214709467131986, "her": 0.25206555297026434, "him": 0.3942126476415842}, "per": {"her - him": -0.12743711884960973, "her": 0.22602253400998873, "him": 0.35345965285959846}, "perfect": {"her - him": 0.012885149524753559, "her": 0.29660849574915243, "him": 0.2837233462243989}, "performance": {"her - him": -0.03981380223376499, "her": 0.23907353070854512, "him": 0.2788873329423101}, "performances": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "performed": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "performing": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "perhaps": {"her - him": -0.04119173050926633, "her": 0.3157521686526313, "him": 0.3569438991618976}, "perplexing": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "person": {"her - him": -0.04085263750799667, "her": 0.319864977546839, "him": 0.3607176150548357}, "personal": {"her - him": -0.10266904512536551, "her": 0.2506240953935351, "him": 0.3532931405189006}, "personnel": {"her - him": 0.013714495214344369, "her": 0.3161065487838031, "him": 0.30239205356945875}, "phone": {"her - him": 0.014499041586226613, "her": 0.3361080679323615, "him": 0.32160902634613486}, "physical": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "piece": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "pin": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "place": {"her - him": -0.0741113706496781, "her": 0.327226076577712, "him": 0.4013374472273901}, "plague": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "play": {"her - him": -0.10182781054439488, "her": 0.25765729437853174, "him": 0.3594851049229266}, "played": {"her - him": -0.03981380223376499, "her": 0.23907353070854512, "him": 0.2788873329423101}, "player": {"her - him": -0.09520033820653484, "her": 0.21558693583354605, "him": 0.3107872740400809}, "players": {"her - him": -0.0415480293526056, "her": 0.21558693583354605, "him": 0.25713496518615164}, "playing": {"her - him": -0.040160563113778996, "her": 0.23434513846283153, "him": 0.27450570157661053}, "plays": {"her - him": -0.09003787644054717, "her": 0.2644163180841, "him": 0.35445419452464716}, "please": {"her - him": -0.04025684338664909, "her": 0.2915468062966027, "him": 0.33180364968325177}, "pleasure": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "pm": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "point": {"her - him": -0.15407807527412606, "her": 0.21251603764319157, "him": 0.36659411291731764}, "points": {"her - him": -0.1697910788158162, "her": 0.23907353070854512, "him": 0.4088646095243613}, "police": {"her - him": -0.17250010977048175, "her": 0.222311322237236, "him": 0.39481143200771773}, "political": {"her - him": -0.09689842055887829, "her": 0.19930825236638064, "him": 0.29620667292525893}, "pong": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "popular": {"her - him": -0.041810696988854146, "her": 0.27189197322194414, "him": 0.3137026702107983}, "position": {"her - him": -0.040617649851922843, "her": 0.28695684166104674, "him": 0.3275744915129696}, "possibly": {"her - him": 0.013714495214344369, "her": 0.3161065487838031, "him": 0.30239205356945875}, "post": {"her - him": -0.00716557760195452, "her": 0.32930333238288734, "him": 0.33646890998484186}, "power": {"her - him": -0.044174734501626456, "her": 0.28011958292151135, "him": 0.3242943174231378}, "prepare": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "prepared": {"her - him": 0.013405795663953224, "her": 0.30867268403835524, "him": 0.295266888374402}, "presence": {"her - him": -0.07219506436174389, "her": 0.30226018758299183, "him": 0.3744552519447357}, "pretended": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "previous": {"her - him": -0.04125623677711965, "her": 0.2788720160049323, "him": 0.3201282527820519}, "prickly": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "prime": {"her - him": -0.12347355324715781, "her": 0.2567378962045359, "him": 0.3802114494516937}, "probably": {"her - him": 0.04557998615848846, "her": 0.32930333238288734, "him": 0.2837233462243989}, "problem": {"her - him": -0.12043634917321216, "her": 0.2687239682752019, "him": 0.38916031744841406}, "problems": {"her - him": -0.09485926487488539, "her": 0.2188434053359129, "him": 0.3137026702107983}, "process": {"her - him": -0.12344721269091799, "her": 0.24638640755975252, "him": 0.3698336202506705}, "produced": {"her - him": -0.12692702140509804, "her": 0.23001687775679958, "him": 0.3569438991618976}, "production": {"her - him": -0.13019312373226397, "her": 0.20422050028314306, "him": 0.33441362401540703}, "professionals": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "progressively": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "project": {"her - him": 0.011442434708467342, "her": 0.26573543986837206, "him": 0.2542930051599047}, "prolific": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "proper": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "property": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "prose": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "protect": {"her - him": -0.09003787644054717, "her": 0.2644163180841, "him": 0.35445419452464716}, "protectors": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "proven": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "provide": {"her - him": -0.12043634917321216, "her": 0.2687239682752019, "him": 0.38916031744841406}, "provided": {"her - him": 0.013132082279846413, "her": 0.30226018758299183, "him": 0.2891281053031454}, "providing": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "proxy": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "psychologist": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "public": {"her - him": -0.10488192525257198, "her": 0.23202782805316988, "him": 0.33690975330574185}, "publications": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "published": {"her - him": 0.012451140084436207, "her": 0.28695684166104674, "him": 0.27450570157661053}, "publisher": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "pull": {"her - him": -0.09003787644054717, "her": 0.2644163180841, "him": 0.35445419452464716}, "purchased": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "pursue": {"her - him": -0.03681945861312974, "her": 0.3361080679323615, "him": 0.3729275265454912}, "put": {"her - him": -0.1228791697625854, "her": 0.2506240953935351, "him": 0.3735032651561205}, "pyjamas": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "quality": {"her - him": -0.04047903181918111, "her": 0.23001687775679958, "him": 0.2704959095759807}, "quest": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "question": {"her - him": -0.06619423947007458, "her": 0.3119537944453996, "him": 0.3781480339154742}, "questioned": {"her - him": 0.01407124547076366, "her": 0.3249901159470678, "him": 0.3109188704763041}, "questions": {"her - him": -0.09485926487488539, "her": 0.2188434053359129, "him": 0.3137026702107983}, "quick": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "quickly": {"her - him": -0.03900839936659917, "her": 0.25011970593654625, "him": 0.2891281053031454}, "quite": {"her - him": -0.03981380223376499, "her": 0.23907353070854512, "him": 0.2788873329423101}, "random": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "rapper": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "rather": {"her - him": 0.0023445861162533777, "her": 0.34953789858129686, "him": 0.3471933124650435}, "re": {"her - him": -0.02061492362545886, "her": 0.2840925251797516, "him": 0.30470744880521045}, "reached": {"her - him": -0.03986041423568942, "her": 0.29660849574915243, "him": 0.33646890998484186}, "read": {"her - him": -0.0863892341911418, "her": 0.3084221978165759, "him": 0.39481143200771773}, "reader": {"her - him": -0.06986812407880111, "her": 0.3249901159470678, "him": 0.3948582400258689}, "readers": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "readily": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "reading": {"her - him": -0.09927601791054191, "her": 0.2788720160049323, "him": 0.3781480339154742}, "ready": {"her - him": 0.0456989864631302, "her": 0.3348270917662756, "him": 0.2891281053031454}, "real": {"her - him": -0.0863892341911418, "her": 0.3084221978165759, "him": 0.39481143200771773}, "realization": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "really": {"her - him": -0.04677333282384022, "her": 0.33524678589947027, "him": 0.3820201187233105}, "reason": {"her - him": -0.00716557760195452, "her": 0.32930333238288734, "him": 0.33646890998484186}, "reasons": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "reawakens": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "rebellious": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "recent": {"her - him": -0.04125623677711965, "her": 0.2788720160049323, "him": 0.3201282527820519}, "reconciliations": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "record": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "red": {"her - him": 0.013405795663953224, "her": 0.30867268403835524, "him": 0.295266888374402}, "reference": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "reflection": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "reflects": {"her - him": 0.014499041586226613, "her": 0.3361080679323615, "him": 0.32160902634613486}, "regard": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "regarding": {"her - him": -0.08905532995046755, "her": 0.27360073721697403, "him": 0.3626560671674416}, "region": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "regularly": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "relate": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "relationship": {"her - him": -0.15266456659652394, "her": 0.222311322237236, "him": 0.37497588883375993}, "relay": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "released": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "relevant": {"her - him": -0.09085651308029191, "her": 0.2567378962045359, "him": 0.3475944092848278}, "remember": {"her - him": 0.0456989864631302, "her": 0.3348270917662756, "him": 0.2891281053031454}, "remind": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "remodel": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "remote": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "rented": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "repeat": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "report": {"her - him": -0.009279610301594798, "her": 0.2936828275983154, "him": 0.3029624378999102}, "request": {"her - him": -0.14857838484011815, "her": 0.25011970593654625, "him": 0.3986980907766644}, "requirements": {"her - him": -0.09003787644054717, "her": 0.2644163180841, "him": 0.35445419452464716}, "researched": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "resolution": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "respect": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "respond": {"her - him": 0.01407124547076366, "her": 0.3249901159470678, "him": 0.3109188704763041}, "responding": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "response": {"her - him": -0.04025684338664909, "her": 0.2915468062966027, "him": 0.33180364968325177}, "responsible": {"her - him": -0.03681945861312974, "her": 0.3361080679323615, "him": 0.3729275265454912}, "rest": {"her - him": -0.12347355324715781, "her": 0.2567378962045359, "him": 0.3802114494516937}, "restaurant": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "retailers": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "retrieved": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "return": {"her - him": -0.07376077339378895, "her": 0.28695684166104674, "him": 0.3607176150548357}, "returning": {"her - him": -0.12246799590140106, "her": 0.2644163180841, "him": 0.38688431398550105}, "reveals": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "review": {"her - him": -0.040617649851922843, "her": 0.28695684166104674, "him": 0.3275744915129696}, "reviews": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "reyes": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "rich": {"her - him": -0.03900839936659917, "her": 0.25011970593654625, "him": 0.2891281053031454}, "ride": {"her - him": -0.09322935305013805, "her": 0.23434513846283153, "him": 0.3275744915129696}, "ridenyc": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "rifts": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "right": {"her - him": -0.0752045050540921, "her": 0.3178321670082833, "him": 0.3930366720623754}, "rightly": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "rights": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "road": {"her - him": -0.042397932002639166, "her": 0.20422050028314306, "him": 0.24661843228578223}, "rock": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "rohan": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "role": {"her - him": -0.07530133924309934, "her": 0.27189197322194414, "him": 0.3471933124650435}, "room": {"her - him": 0.013714495214344369, "her": 0.3161065487838031, "him": 0.30239205356945875}, "root": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "run": {"her - him": -0.07376077339378895, "her": 0.28695684166104674, "him": 0.3607176150548357}, "running": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "russell": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "s": {"her - him": -0.0718756572320513, "her": 0.2675350663020956, "him": 0.3394107235341469}, "sad": {"her - him": 0.014499041586226613, "her": 0.3361080679323615, "him": 0.32160902634613486}, "sadly": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "safely": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "safety": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "saftar": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "said": {"her - him": -0.05137734217989276, "her": 0.30289408207687424, "him": 0.354271424256767}, "same": {"her - him": -0.06831222584513952, "her": 0.2911728790777871, "him": 0.3594851049229266}, "saturday": {"her - him": -0.03981380223376499, "her": 0.23907353070854512, "him": 0.2788873329423101}, "save": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "saved": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "saving": {"her - him": 0.01407124547076366, "her": 0.3249901159470678, "him": 0.3109188704763041}, "savings": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "saw": {"her - him": 0.015449057409286149, "her": 0.31605677772271495, "him": 0.3006077203134288}, "say": {"her - him": -0.10747832202606644, "her": 0.27441502417013736, "him": 0.3818933461962038}, "saying": {"her - him": -0.040617649851922843, "her": 0.28695684166104674, "him": 0.3275744915129696}, "says": {"her - him": 0.04546698673009836, "her": 0.32435431967240846, "him": 0.2788873329423101}, "scared": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "scenes": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "school": {"her - him": -0.042576576603713834, "her": 0.2990895703139264, "him": 0.34166614691764025}, "scorer": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "scoring": {"her - him": -0.09003787644054717, "her": 0.2644163180841, "him": 0.35445419452464716}, "screen": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "scripted": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "scrubs": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "se": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "searching": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "season": {"her - him": -0.08176183736052023, "her": 0.20863730877070846, "him": 0.2903991461312287}, "seating": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "second": {"her - him": -0.09171884864485663, "her": 0.26298436811448983, "him": 0.35470321675934646}, "security": {"her - him": -0.09217814859748943, "her": 0.24429076138735242, "him": 0.33646890998484186}, "see": {"her - him": -0.04612150716394664, "her": 0.28546535173937143, "him": 0.33158685890331807}, "seedy": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "seeing": {"her - him": -0.03941958492898695, "her": 0.30226018758299183, "him": 0.3416797725119788}, "seem": {"her - him": -0.1515431488625591, "her": 0.23001687775679958, "him": 0.38156002661935867}, "seemed": {"her - him": -0.0971261156233742, "her": 0.29660849574915243, "him": 0.39373461137252663}, "seemingly": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "seems": {"her - him": -0.04230215160365536, "her": 0.26573543986837206, "him": 0.3080375914720274}, "seen": {"her - him": -0.04295042593489706, "her": 0.25765729437853174, "him": 0.3006077203134288}, "seinfeld": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "self": {"her - him": -0.03681945861312974, "her": 0.3361080679323615, "him": 0.3729275265454912}, "semi": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "senior": {"her - him": 0.01407124547076366, "her": 0.3249901159470678, "him": 0.3109188704763041}, "sensational": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "sense": {"her - him": -0.09085651308029191, "her": 0.2567378962045359, "him": 0.3475944092848278}, "sensitive": {"her - him": 0.013405795663953224, "her": 0.30867268403835524, "him": 0.295266888374402}, "sent": {"her - him": -0.0727733864368108, "her": 0.29660849574915243, "him": 0.36938188218596324}, "sentences": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "separations": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "sept": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "series": {"her - him": -0.042397932002639166, "her": 0.20422050028314306, "him": 0.24661843228578223}, "serves": {"her - him": -0.08905532995046755, "her": 0.27360073721697403, "him": 0.3626560671674416}, "service": {"her - him": 0.011442434708467342, "her": 0.26573543986837206, "him": 0.2542930051599047}, "serving": {"her - him": 0.015045368905538425, "her": 0.3511701894137732, "him": 0.3361248205082348}, "set": {"her - him": -0.08714311219024262, "her": 0.30201720525817144, "him": 0.38916031744841406}, "sets": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "setting": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "several": {"her - him": -0.043029741266229826, "her": 0.2936828275983154, "him": 0.3367125688645452}, "share": {"her - him": -0.11583921453075369, "her": 0.30226018758299183, "him": 0.4180994021137455}, "shared": {"her - him": -0.14857838484011815, "her": 0.25011970593654625, "him": 0.3986980907766644}, "sharing": {"her - him": -0.09085651308029191, "her": 0.2567378962045359, "him": 0.3475944092848278}, "she": {"her - him": 0.059665343694223716, "her": 0.3310532739775877, "him": 0.271387930283364}, "sheri": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "sherlock": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "shinier": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "ship": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "short": {"her - him": -0.13505758432719606, "her": 0.2827531755606578, "him": 0.4178107598878539}, "shorten": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "shortly": {"her - him": 0.014499041586226613, "her": 0.3361080679323615, "him": 0.32160902634613486}, "shot": {"her - him": -0.07376077339378895, "her": 0.28695684166104674, "him": 0.3607176150548357}, "shots": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "should": {"her - him": -0.06623807423522593, "her": 0.28979036134385494, "him": 0.35602843557908087}, "shouldn": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "show": {"her - him": -0.06353365864168725, "her": 0.31605677772271495, "him": 0.3795904363644022}, "showcase": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "showed": {"her - him": -0.03900839936659917, "her": 0.25011970593654625, "him": 0.2891281053031454}, "shown": {"her - him": -0.09085651308029191, "her": 0.2567378962045359, "him": 0.3475944092848278}, "shows": {"her - him": -0.12433554600818947, "her": 0.25011970593654625, "him": 0.3744552519447357}, "side": {"her - him": -0.0749565299649807, "her": 0.2752644176747126, "him": 0.3502209476396933}, "sight": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "sightseeing": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "silent": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "similar": {"her - him": -0.03943258483704645, "her": 0.24429076138735242, "him": 0.2837233462243989}, "similarities": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "simmons": {"her - him": -0.08905532995046755, "her": 0.27360073721697403, "him": 0.3626560671674416}, "simon": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "simply": {"her - him": 0.012075659044438025, "her": 0.2788720160049323, "him": 0.26679635696049425}, "since": {"her - him": -0.11233574392566831, "her": 0.2840925251797516, "him": 0.3964282691054199}, "sing": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "singleton": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "sister": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "sit": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "sitting": {"her - him": -0.037665951220373806, "her": 0.3249901159470678, "him": 0.3626560671674416}, "situation": {"her - him": -0.042576576603713834, "her": 0.2990895703139264, "him": 0.34166614691764025}, "six": {"her - him": -0.09927601791054191, "her": 0.2788720160049323, "him": 0.3781480339154742}, "size": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "skins": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "slack": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "slang": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "sleep": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "sleepless": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "slightly": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "slow": {"her - him": -0.09565520434972308, "her": 0.30867268403835524, "him": 0.4043278883880783}, "small": {"her - him": -0.1257645225745456, "her": 0.23907353070854512, "him": 0.3648380532830907}, "smidgen": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "so": {"her - him": -0.07028076938688338, "her": 0.3353424466070827, "him": 0.40562321599396606}, "society": {"her - him": -0.09322935305013805, "her": 0.23434513846283153, "him": 0.3275744915129696}, "some": {"her - him": -0.11230262489288001, "her": 0.2874315845333579, "him": 0.3997342094262379}, "someone": {"her - him": -0.006103622272813469, "her": 0.3483505722518337, "him": 0.35445419452464716}, "something": {"her - him": -0.06855704611270735, "her": 0.2887751588395152, "him": 0.35733220495222257}, "sometimes": {"her - him": -0.0074493300108433025, "her": 0.32435431967240846, "him": 0.33180364968325177}, "somewhere": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "son": {"her - him": 0.012451140084436207, "her": 0.28695684166104674, "him": 0.27450570157661053}, "soon": {"her - him": -0.0941057187720632, "her": 0.22602253400998873, "him": 0.3201282527820519}, "sore": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "sorry": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "sort": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "soul": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "sounding": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "southbank": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "speaker": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "special": {"her - him": -0.04125623677711965, "her": 0.2788720160049323, "him": 0.3201282527820519}, "specific": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "spectators": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "speech": {"her - him": -0.04047903181918111, "her": 0.23001687775679958, "him": 0.2704959095759807}, "spellbound": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "spent": {"her - him": -0.04154244396892559, "her": 0.2752644176747126, "him": 0.3168068616436382}, "sphere": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "spirit": {"her - him": -0.0941057187720632, "her": 0.22602253400998873, "him": 0.3201282527820519}, "spirited": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "square": {"her - him": -0.08905532995046755, "her": 0.27360073721697403, "him": 0.3626560671674416}, "stacks": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "stadium": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "stadler": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "stan": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "standard": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "standing": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "start": {"her - him": -0.04104848511157244, "her": 0.222311322237236, "him": 0.26335980734880843}, "started": {"her - him": -0.13618373111797472, "her": 0.2752644176747126, "him": 0.4114481487926873}, "starting": {"her - him": -0.040617649851922843, "her": 0.28695684166104674, "him": 0.3275744915129696}, "starts": {"her - him": 0.013405795663953224, "her": 0.30867268403835524, "him": 0.295266888374402}, "state": {"her - him": -0.010142914118482615, "her": 0.2998330495941878, "him": 0.3099759637126704}, "statement": {"her - him": -0.09085651308029191, "her": 0.2567378962045359, "him": 0.3475944092848278}, "station": {"her - him": 0.012659473354292572, "her": 0.2915468062966027, "him": 0.2788873329423101}, "statue": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "stay": {"her - him": -0.0936854911847072, "her": 0.23001687775679958, "him": 0.3237023689415068}, "stayed": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "step": {"her - him": -0.08922675573751915, "her": 0.28427650941860133, "him": 0.3735032651561205}, "steven": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "still": {"her - him": -0.07119624650571282, "her": 0.26298436811448983, "him": 0.33418061462020265}, "stitches": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "stole": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "stop": {"her - him": -0.0749565299649807, "her": 0.2752644176747126, "him": 0.3502209476396933}, "store": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "stories": {"her - him": -0.12433554600818947, "her": 0.25011970593654625, "him": 0.3744552519447357}, "strained": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "strategies": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "street": {"her - him": -0.016177074619488474, "her": 0.34866097866360224, "him": 0.3648380532830907}, "streets": {"her - him": -0.03941958492898695, "her": 0.30226018758299183, "him": 0.3416797725119788}, "struggles": {"her - him": 0.01407124547076366, "her": 0.3249901159470678, "him": 0.3109188704763041}, "students": {"her - him": -0.0936854911847072, "her": 0.23001687775679958, "him": 0.3237023689415068}, "studies": {"her - him": -0.12637247659200415, "her": 0.23434513846283153, "him": 0.3607176150548357}, "stuff": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "style": {"her - him": -0.039119724716767, "her": 0.3410917247349267, "him": 0.3802114494516937}, "subdued": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "subject": {"her - him": -0.1502144663467538, "her": 0.23907353070854512, "him": 0.38928799705529893}, "subversive": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "subway": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "such": {"her - him": -0.09317050122206383, "her": 0.2946692897526608, "him": 0.38783979097472465}, "sudden": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "suffering": {"her - him": -0.08905532995046755, "her": 0.27360073721697403, "him": 0.3626560671674416}, "suggests": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "suicide": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "sullen": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "support": {"her - him": 0.044796565154021695, "her": 0.2990895703139264, "him": 0.2542930051599047}, "supporters": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "supportive": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "supposed": {"her - him": 0.015045368905538425, "her": 0.3511701894137732, "him": 0.3361248205082348}, "sure": {"her - him": -0.043633714883543506, "her": 0.31369849006867906, "him": 0.35733220495222257}, "surprised": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "surprising": {"her - him": -0.09085651308029191, "her": 0.2567378962045359, "him": 0.3475944092848278}, "surrounds": {"her - him": 0.015045368905538425, "her": 0.3511701894137732, "him": 0.3361248205082348}, "susan": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "suspected": {"her - him": 0.0456989864631302, "her": 0.3348270917662756, "him": 0.2891281053031454}, "sweet": {"her - him": -0.12246799590140106, "her": 0.2644163180841, "him": 0.38688431398550105}, "system": {"her - him": -0.15212549990548546, "her": 0.22602253400998873, "him": 0.3781480339154742}, "t": {"her - him": -0.08771432344736135, "her": 0.27505817968922786, "him": 0.3627725031365892}, "tables": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "take": {"her - him": -0.009238399881171644, "her": 0.31308011720719864, "him": 0.3223185170883703}, "taken": {"her - him": -0.08947503458678535, "her": 0.28215886385728806, "him": 0.3716338984440734}, "takes": {"her - him": -0.12347355324715781, "her": 0.2567378962045359, "him": 0.3802114494516937}, "takeshi": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "taking": {"her - him": -0.1757636687826107, "her": 0.20171050081389233, "him": 0.37747416959650304}, "talent": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "talented": {"her - him": 0.014499041586226613, "her": 0.3361080679323615, "him": 0.32160902634613486}, "talks": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "teach": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "team": {"her - him": 0.01024968362771092, "her": 0.24244556748982585, "him": 0.23219588386211493}, "teams": {"her - him": -0.15316654630502285, "her": 0.2188434053359129, "him": 0.37200995164093575}, "techniques": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "teens": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "telekinesis": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "tell": {"her - him": -0.007709513966130566, "her": 0.319864977546839, "him": 0.3275744915129696}, "telling": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "tend": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "term": {"her - him": -0.1515431488625591, "her": 0.23001687775679958, "him": 0.38156002661935867}, "terms": {"her - him": 0.013132082279846413, "her": 0.30226018758299183, "him": 0.2891281053031454}, "terrible": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "terrifying": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "terrorism": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "terrorist": {"her - him": 0.011904610325904175, "her": 0.2752644176747126, "him": 0.26335980734880843}, "test": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "than": {"her - him": -0.06422988255301892, "her": 0.2982711392827206, "him": 0.3625010218357395}, "thanapob": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "thank": {"her - him": -0.09156006657543253, "her": 0.25011970593654625, "him": 0.3416797725119788}, "thanks": {"her - him": -0.0741907236012398, "her": 0.2827531755606578, "him": 0.3569438991618976}, "that": {"her - him": -0.11833938640981798, "her": 0.23993625991295534, "him": 0.3582756463227733}, "the": {"her - him": -0.142707241281014, "her": 0.1136209095096298, "him": 0.2563281507906438}, "theatre": {"her - him": -0.037975735485358764, "her": 0.2644163180841, "him": 0.30239205356945875}, "their": {"her - him": -0.08578116421897736, "her": 0.29016424977534466, "him": 0.375945413994322}, "them": {"her - him": -0.11240943905964168, "her": 0.28668561549925325, "him": 0.39909505455889493}, "themed": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "themselves": {"her - him": -0.0741907236012398, "her": 0.2827531755606578, "him": 0.3569438991618976}, "then": {"her - him": -0.14461319480204865, "her": 0.2989246984927741, "him": 0.44353789329482274}, "there": {"her - him": -0.09671611378008549, "her": 0.2889104100189731, "him": 0.3856265237990586}, "these": {"her - him": -0.07583486213586366, "her": 0.30191752213398104, "him": 0.3777523842698447}, "they": {"her - him": -0.08489712632725593, "her": 0.29092610293580295, "him": 0.3758232292630589}, "thing": {"her - him": -0.10240064143298289, "her": 0.2528702522319531, "him": 0.35527089366493597}, "things": {"her - him": -0.1238130492760588, "her": 0.2868713756570273, "him": 0.4106844249330861}, "think": {"her - him": -0.04629110237944134, "her": 0.3058594853929173, "him": 0.35215058777235864}, "thinking": {"her - him": -0.09085651308029191, "her": 0.2567378962045359, "him": 0.3475944092848278}, "third": {"her - him": -0.13019312373226397, "her": 0.20422050028314306, "him": 0.33441362401540703}, "thirty": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "this": {"her - him": -0.09713347392965738, "her": 0.29463610857868744, "him": 0.3917695825083448}, "those": {"her - him": -0.06573037312127922, "her": 0.2852548345680401, "him": 0.35098520768931935}, "though": {"her - him": -0.07811269299091081, "her": 0.2443817053011734, "him": 0.3224943982920842}, "thought": {"her - him": -0.04363639245542811, "her": 0.28647934632964517, "him": 0.3301157387850733}, "thousands": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "three": {"her - him": -0.12469985198395611, "her": 0.23700227865911916, "him": 0.36170213064307527}, "thrilled": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "through": {"her - him": -0.07898963741943388, "her": 0.301886579262527, "him": 0.38087621668196087}, "throughout": {"her - him": -0.11905497232028417, "her": 0.2788720160049323, "him": 0.39792698832521645}, "throw": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "tickets": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "tien": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "ties": {"her - him": -0.09003787644054717, "her": 0.2644163180841, "him": 0.35445419452464716}, "tile": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "time": {"her - him": -0.11823325547395791, "her": 0.3139677825724563, "him": 0.4322010380464142}, "times": {"her - him": -0.07649464482126983, "her": 0.2602179240432754, "him": 0.3367125688645452}, "tiptoeing": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "titled": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "titles": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "to": {"her - him": -0.13840007821248076, "her": 0.18455514344257914, "him": 0.3229552216550599}, "today": {"her - him": -0.008948021158101005, "her": 0.2990895703139264, "him": 0.3080375914720274}, "together": {"her - him": -0.07593070704926819, "her": 0.26573543986837206, "him": 0.34166614691764025}, "told": {"her - him": -0.02453320041782059, "her": 0.32155666296708857, "him": 0.34608986338490916}, "toll": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "tomorrow": {"her - him": -0.09217814859748943, "her": 0.24429076138735242, "him": 0.33646890998484186}, "tone": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "tonkotsu": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "too": {"her - him": -0.06639082191029239, "her": 0.2883123948490541, "him": 0.35470321675934646}, "took": {"her - him": -0.06923308335145634, "her": 0.28215886385728806, "him": 0.3513919472087444}, "top": {"her - him": -0.15690206524308084, "her": 0.19265911121910065, "him": 0.3495611764621815}, "torn": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "tortured": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "tough": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "tour": {"her - him": -0.03981380223376499, "her": 0.23907353070854512, "him": 0.2788873329423101}, "tours": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "toward": {"her - him": -0.04125623677711965, "her": 0.2788720160049323, "him": 0.3201282527820519}, "towards": {"her - him": -0.12347355324715781, "her": 0.2567378962045359, "him": 0.3802114494516937}, "town": {"her - him": 0.010566534275112227, "her": 0.24846514676141315, "him": 0.23789861248630093}, "tracks": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "train": {"her - him": -0.08905532995046755, "her": 0.27360073721697403, "him": 0.3626560671674416}, "travel": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "treated": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "treatment": {"her - him": 0.011589003089050254, "her": 0.2687239682752019, "him": 0.25713496518615164}, "tried": {"her - him": -0.0749565299649807, "her": 0.2752644176747126, "him": 0.3502209476396933}, "tries": {"her - him": 0.015045368905538425, "her": 0.3511701894137732, "him": 0.3361248205082348}, "trips": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "trivia": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "trouble": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "true": {"her - him": -0.06619423947007458, "her": 0.3119537944453996, "him": 0.3781480339154742}, "trust": {"her - him": -0.03941958492898695, "her": 0.30226018758299183, "him": 0.3416797725119788}, "truth": {"her - him": -0.03568449192151568, "her": 0.3511701894137732, "him": 0.3868546813352889}, "try": {"her - him": -0.007950200288875497, "her": 0.3157521686526313, "him": 0.3237023689415068}, "trying": {"her - him": -0.04206330576487899, "her": 0.2687239682752019, "him": 0.3107872740400809}, "turn": {"her - him": -0.09774119075869625, "her": 0.2915468062966027, "him": 0.38928799705529893}, "turned": {"her - him": -0.006852680745703166, "her": 0.3348270917662756, "him": 0.3416797725119788}, "turns": {"her - him": -0.12125750280889486, "her": 0.27360073721697403, "him": 0.3948582400258689}, "two": {"her - him": -0.04948119603096679, "her": 0.30728011481595047, "him": 0.35676131084691726}, "type": {"her - him": -0.09085651308029191, "her": 0.2567378962045359, "him": 0.3475944092848278}, "ugly": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "ultimately": {"her - him": -0.12125750280889486, "her": 0.27360073721697403, "him": 0.3948582400258689}, "unbiased": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "uncommunicative": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "uncredited": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "under": {"her - him": -0.07831045975042275, "her": 0.24244556748982585, "him": 0.3207560272402486}, "understand": {"her - him": 0.012451140084436207, "her": 0.28695684166104674, "him": 0.27450570157661053}, "understood": {"her - him": -0.11972896776317937, "her": 0.2851084295608029, "him": 0.4048373973239823}, "undertake": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "unenticing": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "unfair": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "unite": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "united": {"her - him": -0.0941057187720632, "her": 0.22602253400998873, "him": 0.3201282527820519}, "unless": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "unpleasant": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "unsolved": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "until": {"her - him": -0.03941958492898695, "her": 0.30226018758299183, "him": 0.3416797725119788}, "unwelcome": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "up": {"her - him": -0.10934464182484599, "her": 0.30421725604678423, "him": 0.4135618978716302}, "upon": {"her - him": -0.08905532995046755, "her": 0.27360073721697403, "him": 0.3626560671674416}, "uppity": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "us": {"her - him": -0.0674922745798544, "her": 0.27767236118632677, "him": 0.34516463576618117}, "usd": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "use": {"her - him": -0.15799814800557171, "her": 0.18484458443714608, "him": 0.3428427324427178}, "used": {"her - him": -0.07149266469477711, "her": 0.26009419420854096, "him": 0.33158685890331807}, "uses": {"her - him": -0.03943258483704645, "her": 0.24429076138735242, "him": 0.2837233462243989}, "usual": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "usually": {"her - him": -0.09156006657543253, "her": 0.25011970593654625, "him": 0.3416797725119788}, "v": {"her - him": 0.013714495214344369, "her": 0.3161065487838031, "him": 0.30239205356945875}, "valued": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "various": {"her - him": 0.045359275970228485, "her": 0.319864977546839, "him": 0.27450570157661053}, "ve": {"her - him": 0.04374389594752198, "her": 0.2676077277691335, "him": 0.22386383182161151}, "verbally": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "version": {"her - him": 0.012451140084436207, "her": 0.28695684166104674, "him": 0.27450570157661053}, "very": {"her - him": -0.04856305169449732, "her": 0.3310544041497177, "him": 0.379617455844215}, "villagers": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "violent": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "virginity": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "visit": {"her - him": -0.09217814859748943, "her": 0.24429076138735242, "him": 0.33646890998484186}, "vulnerable": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "waaay": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "waiting": {"her - him": 0.014499041586226613, "her": 0.3361080679323615, "him": 0.32160902634613486}, "walk": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "walked": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "walking": {"her - him": -0.005065517259765395, "her": 0.3678620092857258, "him": 0.3729275265454912}, "wander": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "want": {"her - him": -0.018356846292692075, "her": 0.31605677772271495, "him": 0.33441362401540703}, "wanted": {"her - him": -0.04119173050926633, "her": 0.3157521686526313, "him": 0.3569438991618976}, "wants": {"her - him": -0.12433554600818947, "her": 0.25011970593654625, "him": 0.3744552519447357}, "war": {"her - him": 0.010678720810685355, "her": 0.2506240953935351, "him": 0.23994537458284973}, "warm": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "was": {"her - him": -0.11188391245718537, "her": 0.28184353773895615, "him": 0.3937274501961415}, "wasn": {"her - him": 0.06679727076308983, "her": 0.38692552354514176, "him": 0.3201282527820519}, "waste": {"her - him": -0.04130580866500844, "her": 0.2188434053359129, "him": 0.26014921400092134}, "watched": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "watching": {"her - him": -0.03731813325933009, "her": 0.27360073721697403, "him": 0.3109188704763041}, "water": {"her - him": -0.04230215160365536, "her": 0.26573543986837206, "him": 0.3080375914720274}, "waterstones": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "way": {"her - him": -0.03097113605887908, "her": 0.3449990966551296, "him": 0.3759702327140087}, "we": {"her - him": -0.0983689357922406, "her": 0.2642423624430062, "him": 0.3626112982352468}, "weakest": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "wears": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "weaselled": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "weaving": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "websites": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "wee": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "week": {"her - him": 0.015339431393601222, "her": 0.31369849006867906, "him": 0.29835905867507784}, "weight": {"her - him": -0.1502144663467538, "her": 0.23907353070854512, "him": 0.38928799705529893}, "well": {"her - him": -0.02994658771554387, "her": 0.31308011720719864, "him": 0.3430267049227425}, "went": {"her - him": -0.07458763685466618, "her": 0.2788720160049323, "him": 0.35345965285959846}, "were": {"her - him": -0.10695454651347402, "her": 0.2802500660126402, "him": 0.3872046125261142}, "weren": {"her - him": 0.015045368905538425, "her": 0.3511701894137732, "him": 0.3361248205082348}, "west": {"her - him": -0.0415480293526056, "her": 0.21558693583354605, "him": 0.25713496518615164}, "westerberg": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "what": {"her - him": -0.1225276450460388, "her": 0.24978911699802525, "him": 0.37231676204406405}, "whatever": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "when": {"her - him": -0.09651794598412211, "her": 0.29038322321143817, "him": 0.3869011691955603}, "where": {"her - him": -0.07562381984101768, "her": 0.3142323952686935, "him": 0.3898562151097112}, "whether": {"her - him": -0.018187450280676754, "her": 0.31852511858386845, "him": 0.3367125688645452}, "which": {"her - him": -0.11514199909515926, "her": 0.26754730745496946, "him": 0.3826893065501287}, "while": {"her - him": -0.19726493766102773, "her": 0.2097269080591189, "him": 0.4069918457201466}, "whiled": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "whilst": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "whim": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "white": {"her - him": -0.07562521227886432, "her": 0.2687239682752019, "him": 0.3443491805540662}, "who": {"her - him": -0.07842253254991083, "her": 0.33181692819237085, "him": 0.4102394607422817}, "whole": {"her - him": -0.15090959109072602, "her": 0.23434513846283153, "him": 0.38525472955355755}, "whose": {"her - him": -0.12509112079861082, "her": 0.24429076138735242, "him": 0.36938188218596324}, "why": {"her - him": -0.09734212744498405, "her": 0.2978160858317032, "him": 0.39515821327668726}, "wicked": {"her - him": -0.03650059678533196, "her": 0.2851084295608029, "him": 0.32160902634613486}, "wife": {"her - him": 0.0458248363605247, "her": 0.3410917247349267, "him": 0.295266888374402}, "will": {"her - him": -0.08903373886973343, "her": 0.2733159981477037, "him": 0.3623497370174371}, "window": {"her - him": 0.013405795663953224, "her": 0.30867268403835524, "him": 0.295266888374402}, "wing": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "wisdom": {"her - him": 0.015045368905538425, "her": 0.3511701894137732, "him": 0.3361248205082348}, "wise": {"her - him": 0.04610105200762321, "her": 0.35701992248392733, "him": 0.3109188704763041}, "wish": {"her - him": -0.035402779196873846, "her": 0.30072204131136093, "him": 0.3361248205082348}, "wished": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "with": {"her - him": -0.09154905042446904, "her": 0.28582223843074056, "him": 0.3773712888552096}, "within": {"her - him": -0.09971147115904733, "her": 0.2752644176747126, "him": 0.37497588883375993}, "without": {"her - him": -0.08947503458678535, "her": 0.28215886385728806, "him": 0.3716338984440734}, "woman": {"her - him": 0.04610105200762321, "her": 0.35701992248392733, "him": 0.3109188704763041}, "won": {"her - him": -0.04230215160365536, "her": 0.26573543986837206, "him": 0.3080375914720274}, "wonder": {"her - him": -0.03834764574084404, "her": 0.3161065487838031, "him": 0.35445419452464716}, "word": {"her - him": -0.042586544594738956, "her": 0.20171050081389233, "him": 0.24429704540863129}, "work": {"her - him": -0.029141206424559807, "her": 0.32300938134779883, "him": 0.35215058777235864}, "world": {"her - him": -0.08069406497299203, "her": 0.2872241850053257, "him": 0.36791824997831774}, "worries": {"her - him": -0.08613264002392795, "her": 0.30072204131136093, "him": 0.3868546813352889}, "worry": {"her - him": -0.03986041423568942, "her": 0.29660849574915243, "him": 0.33646890998484186}, "would": {"her - him": -0.028482534994760278, "her": 0.3206390255863663, "him": 0.3491215605811266}, "writes": {"her - him": 0.013714495214344369, "her": 0.3161065487838031, "him": 0.30239205356945875}, "writing": {"her - him": -0.03900839936659917, "her": 0.25011970593654625, "him": 0.2891281053031454}, "wrong": {"her - him": -0.08905532995046755, "her": 0.27360073721697403, "him": 0.3626560671674416}, "wrote": {"her - him": -0.07458763685466618, "her": 0.2788720160049323, "him": 0.35345965285959846}, "year": {"her - him": -0.017383509238123818, "her": 0.2956287246416489, "him": 0.3130122338797727}, "years": {"her - him": -0.10156783233545458, "her": 0.2912988740154799, "him": 0.39286670635093446}, "yes": {"her - him": -0.038528992169866105, "her": 0.2567378962045359, "him": 0.295266888374402}, "yet": {"her - him": -0.1548896639076467, "her": 0.2068492087972008, "him": 0.3617388727048475}, "yo": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "yoing": {"her - him": -0.03366081932571274, "her": 0.32589100284706113, "him": 0.35955182217277387}, "york": {"her - him": -0.1305073466859333, "her": 0.20171050081389233, "him": 0.33221784749982564}, "yorker": {"her - him": -0.08781909698468832, "her": 0.2851084295608029, "him": 0.3729275265454912}, "you": {"her - him": -0.08749591833572001, "her": 0.27077870118668107, "him": 0.3582746195224011}, "young": {"her - him": -0.0428778584618561, "her": 0.34369912666679703, "him": 0.38657698512865313}, "your": {"her - him": -0.1030551496550361, "her": 0.2529892126779058, "him": 0.3560443623329419}, "zone": {"her - him": -0.03981380223376499, "her": 0.23907353070854512, "him": 0.2788873329423101}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-her-his.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-her-his.json new file mode 100644 index 0000000000000000000000000000000000000000..ed043b90cdfad157876bbebc2fe5cc722f57de72 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-her-his.json @@ -0,0 +1 @@ +{"0": {"her - his": -0.10585212520707646, "her": 0.17634710446816496, "his": 0.2821992296752414}, "00": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "000": {"her - his": -0.0033531857445522895, "her": 0.2990895703139264, "his": 0.3024427560584787}, "04": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "08": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "1": {"her - his": -0.08243857985379116, "her": 0.23322159626571398, "his": 0.31566017611950514}, "10": {"her - his": -0.06237756659078922, "her": 0.24244556748982585, "his": 0.30482313408061507}, "100": {"her - his": -0.021946609596194655, "her": 0.26573543986837206, "his": 0.2876820494645667}, "12": {"her - his": 0.04754157834518949, "her": 0.2752644176747126, "his": 0.2277228393295231}, "13": {"her - his": -0.003553106848530052, "her": 0.28695684166104674, "his": 0.2905099485095768}, "14": {"her - his": -0.056164810046745256, "her": 0.23434513846283153, "his": 0.2905099485095768}, "15": {"her - his": 0.011663519948085954, "her": 0.3084221978165759, "his": 0.29675867786849}, "16": {"her - his": -0.056164810046745256, "her": 0.23434513846283153, "his": 0.2905099485095768}, "17": {"her - his": 0.011407520849359698, "her": 0.2990895703139264, "his": 0.2876820494645667}, "18": {"her - his": -0.05515665699352956, "her": 0.25011970593654625, "his": 0.3052763629300758}, "18usd": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "19": {"her - his": -0.005275190403419838, "her": 0.22602253400998873, "his": 0.23129772441340857}, "1986": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "2": {"her - his": -0.033021496466974165, "her": 0.27528707071102243, "his": 0.3083085671779966}, "20": {"her - his": -0.002376167587092859, "her": 0.32976840698000937, "his": 0.3321445745671022}, "200": {"her - his": 0.04252911608106183, "her": 0.25011970593654625, "his": 0.20759058985548443}, "2011": {"her - his": -0.07444735563125399, "her": 0.222311322237236, "his": 0.29675867786849}, "2012": {"her - his": -0.05515665699352956, "her": 0.25011970593654625, "his": 0.3052763629300758}, "2014": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "2015": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "2016": {"her - his": -0.0735568253189389, "her": 0.23434513846283153, "his": 0.3079019637817704}, "2019": {"her - his": 0.0945422216053986, "her": 0.30867268403835524, "his": 0.21413046243295664}, "20th": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "21": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "22": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "24": {"her - his": -0.004415040750189836, "her": 0.25011970593654625, "his": 0.2545347466867361}, "25": {"her - his": 0.018810891210684355, "her": 0.3161065487838031, "his": 0.29729565757311877}, "26": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "28": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "29": {"her - his": -0.05515665699352956, "her": 0.25011970593654625, "his": 0.3052763629300758}, "3": {"her - his": -0.03225704757254727, "her": 0.2883123948490541, "his": 0.32056944242160135}, "30": {"her - his": -0.0346357214042593, "her": 0.23001687775679958, "his": 0.2646525991610589}, "300": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "33": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "35": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "38": {"her - his": 0.0938569785103478, "her": 0.3361080679323615, "his": 0.24225108942201368}, "39": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "4": {"her - his": -0.07240855927880713, "her": 0.26923496643284084, "his": 0.34164352571164797}, "40": {"her - his": 0.047725440896255744, "her": 0.30226018758299183, "his": 0.2545347466867361}, "400": {"her - his": 0.0938569785103478, "her": 0.3361080679323615, "his": 0.24225108942201368}, "40th": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "42": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "45": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "5": {"her - his": -0.07430600800307019, "her": 0.24630724150082467, "his": 0.32061324950389486}, "58": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "6": {"her - his": -0.07421294656564592, "her": 0.2474383152014572, "his": 0.3216512617671031}, "66": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "69p": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "7": {"her - his": -0.08948480104239664, "her": 0.2528702522319531, "his": 0.34235505327434973}, "8": {"her - his": -0.1350731481084833, "her": 0.19479030774674516, "his": 0.32986345585522847}, "81st": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "884": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "90": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "a": {"her - his": -0.0901854930558896, "her": 0.20923117476328892, "his": 0.29941666781917853}, "able": {"her - his": 0.008495213505315458, "her": 0.31852511858386845, "his": 0.310029905078553}, "about": {"her - his": -0.029742031460676388, "her": 0.3131495508017664, "his": 0.34289158226244276}, "above": {"her - his": -0.004619124411231107, "her": 0.24429076138735242, "his": 0.24890988579858353}, "abs": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "absolutely": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "abundance": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "accept": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "accepting": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "access": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "accompanied": {"her - his": 0.04776497221455672, "her": 0.3161065487838031, "his": 0.2683415765692464}, "accord": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "according": {"her - his": -0.039138122451999185, "her": 0.22318651234085476, "his": 0.26232463479285395}, "accounted": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "accuracy": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "accusations": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "accuse": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "accused": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "achieved": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "acknowledge": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "acknowledging": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "acquaintances": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "act": {"her - his": 0.008822300135015837, "her": 0.32976840698000937, "his": 0.32094610684499353}, "acting": {"her - his": 0.04769774106562946, "her": 0.3511701894137732, "his": 0.30347244834814374}, "activities": {"her - his": 0.017682663579607016, "her": 0.26573543986837206, "his": 0.24805277628876504}, "activity": {"her - his": -0.005275190403419838, "her": 0.22602253400998873, "his": 0.23129772441340857}, "actor": {"her - his": -0.03360694368746958, "her": 0.25011970593654625, "his": 0.28372664962401584}, "acts": {"her - his": 0.051108009260165954, "her": 0.32930333238288734, "his": 0.2781953231227214}, "actually": {"her - his": -0.0156772547775067, "her": 0.3084221978165759, "his": 0.3240994525940826}, "adapt": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "added": {"her - his": -0.02208176729871758, "her": 0.26290581367043764, "his": 0.2849875809691552}, "address": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "administration": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "administrative": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "admission": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "admits": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "adoring": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "adult": {"her - his": 0.04238159667946667, "her": 0.23907353070854512, "his": 0.19669193402907845}, "advanced": {"her - his": -0.004619124411231107, "her": 0.24429076138735242, "his": 0.24890988579858353}, "advantage": {"her - his": 0.019167447941638716, "her": 0.3361080679323615, "his": 0.31694061999072276}, "advised": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "affairs": {"her - his": 0.09416216326982355, "her": 0.3249901159470678, "his": 0.23082795267724424}, "affected": {"her - his": -0.004186407171905937, "her": 0.2567378962045359, "his": 0.26092430337644185}, "africa": {"her - his": -0.03484092465937588, "her": 0.22602253400998873, "his": 0.2608634586693646}, "african": {"her - his": -0.037496422076076896, "her": 0.17478410391211094, "his": 0.21228052598818783}, "after": {"her - his": -0.03998710765889851, "her": 0.3161384189534414, "his": 0.3561255266123399}, "again": {"her - his": -0.02763307442014562, "her": 0.2936828275983154, "his": 0.321315902018461}, "against": {"her - his": 0.004423441877217993, "her": 0.3327438873787014, "his": 0.3283204455014834}, "agencies": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "agenda": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "agent": {"her - his": -0.002547260203179469, "her": 0.3161065487838031, "his": 0.3186538089869826}, "agents": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "ago": {"her - his": -0.0027907834345925475, "her": 0.31852511858386845, "his": 0.321315902018461}, "agree": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "agreed": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "aid": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "aimed": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "airport": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "al": {"her - his": -0.034171419399424724, "her": 0.23907353070854512, "his": 0.27324495010796984}, "aladdin": {"her - his": 0.042453887593277145, "her": 0.24429076138735242, "his": 0.20183687379407528}, "alana": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "albeit": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "alexander": {"her - his": 0.1261919698066831, "her": 0.35701992248392733, "his": 0.23082795267724424}, "alien": {"her - his": -0.034171419399424724, "her": 0.23907353070854512, "his": 0.27324495010796984}, "aliens": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "all": {"her - his": -0.07530570083163102, "her": 0.2960161863918095, "his": 0.3713218872234405}, "allegations": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "allen": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "allow": {"her - his": -0.0542374909028826, "her": 0.2644163180841, "his": 0.3186538089869826}, "almost": {"her - his": -0.0372479502934987, "her": 0.30201720525817144, "his": 0.33926515555167014}, "alone": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "along": {"her - his": -0.0389180969673239, "her": 0.27441502417013736, "his": 0.31333312113746126}, "alongside": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "aloof": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "already": {"her - his": -0.013124007823723971, "her": 0.31369849006867906, "his": 0.32682249789240303}, "also": {"her - his": -0.08248947254326772, "her": 0.2777012169906531, "his": 0.3601906895339208}, "although": {"her - his": 0.028356182929300644, "her": 0.33370448181275186, "his": 0.3053482988834512}, "always": {"her - his": -0.10385050669218901, "her": 0.19930825236638064, "his": 0.30315875905856965}, "alwin": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "am": {"her - his": -0.021946609596194655, "her": 0.26573543986837206, "his": 0.2876820494645667}, "amazon": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "amber": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "american": {"her - his": -0.10293399472307846, "her": 0.20960938988235772, "his": 0.3125433846054362}, "amnews": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "amongst": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "an": {"her - his": -0.0820280152340142, "her": 0.3002514612077961, "his": 0.3822794764418103}, "ananias": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "anatoly": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "and": {"her - his": -0.09716130357371561, "her": 0.18779347610867791, "his": 0.2849547796823935}, "angeles": {"her - his": 0.029355029037262226, "her": 0.319864977546839, "his": 0.2905099485095768}, "angry": {"her - his": 0.019167447941638716, "her": 0.3361080679323615, "his": 0.31694061999072276}, "angst": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "another": {"her - his": -0.04682360181126721, "her": 0.2995680820056731, "his": 0.3463916838169403}, "answer": {"her - his": -0.034964234897240654, "her": 0.29660849574915243, "his": 0.3315727306463931}, "anthony": {"her - his": -0.03183219042991986, "her": 0.2851084295608029, "his": 0.31694061999072276}, "anticipated": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "antigua": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "anxious": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "any": {"her - his": -0.027974166389606703, "her": 0.29581256942145384, "his": 0.32378673581106054}, "anyone": {"her - his": -0.02094512212072369, "her": 0.28695684166104674, "his": 0.3079019637817704}, "anything": {"her - his": 0.029550728836199802, "her": 0.3348270917662756, "his": 0.3052763629300758}, "anyway": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "apartment": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "apostles": {"her - his": 0.042117722244843364, "her": 0.222311322237236, "his": 0.18019359999239262}, "apparent": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "applied": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "apply": {"her - his": -0.03183219042991986, "her": 0.2851084295608029, "his": 0.31694061999072276}, "appointing": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "appreciate": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "appreciates": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "approached": {"her - his": 0.1261919698066831, "her": 0.35701992248392733, "his": 0.23082795267724424}, "appropriately": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "approved": {"her - his": 0.0945422216053986, "her": 0.30867268403835524, "his": 0.21413046243295664}, "april": {"her - his": -0.03390456173536896, "her": 0.24429076138735242, "his": 0.2781953231227214}, "archived": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "are": {"her - his": -0.09281353944869597, "her": 0.25528681960523064, "his": 0.3481003590539266}, "aren": {"her - his": 0.047606685842228186, "her": 0.2827531755606578, "his": 0.23514648971842964}, "argue": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "argument": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "army": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "around": {"her - his": -0.036558316594707596, "her": 0.30975258311244275, "his": 0.34631089970715034}, "arrival": {"her - his": 0.018810891210684355, "her": 0.3161065487838031, "his": 0.29729565757311877}, "arrive": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "arrived": {"her - his": -0.0030161753470839825, "her": 0.30226018758299183, "his": 0.3052763629300758}, "arson": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "article": {"her - his": -0.03360694368746958, "her": 0.25011970593654625, "his": 0.28372664962401584}, "artists": {"her - his": -0.05364425882981416, "her": 0.27360073721697403, "his": 0.3272449960467882}, "as": {"her - his": -0.09143147502349303, "her": 0.26074608346797523, "his": 0.35217755849146826}, "ash": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "asia": {"her - his": 0.04252911608106183, "her": 0.25011970593654625, "his": 0.20759058985548443}, "ask": {"her - his": 0.029417505914710707, "her": 0.32435431967240846, "his": 0.29493681375769776}, "asked": {"her - his": 0.011857194968583284, "her": 0.3157521686526313, "his": 0.303894973684048}, "aspect": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "assassination": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "assembly": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "assurance": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "at": {"her - his": -0.07399543521989865, "her": 0.29815061250505515, "his": 0.3721460477249538}, "atlantic": {"her - his": -0.004186407171905937, "her": 0.2567378962045359, "his": 0.26092430337644185}, "attack": {"her - his": -0.03635833127201277, "her": 0.27189197322194414, "his": 0.3082503044939569}, "attacked": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "attacks": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "attempt": {"her - his": -0.003212188345142808, "her": 0.29660849574915243, "his": 0.29982068409429524}, "attempts": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "attend": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "attention": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "attitude": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "attracted": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "attractions": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "audience": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "audiences": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "august": {"her - his": 0.04231203963784938, "her": 0.23434513846283153, "his": 0.19203309882498215}, "aussie": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "australian": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "author": {"her - his": -0.002797014905893014, "her": 0.30867268403835524, "his": 0.31146969894424825}, "authority": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "available": {"her - his": -0.049259881508393055, "her": 0.2687239682752019, "his": 0.31798384978359495}, "avatar": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "away": {"her - his": -0.048835034919370024, "her": 0.2752644176747126, "his": 0.3240994525940826}, "awkwardness": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "ba": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "baby": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "back": {"her - his": -0.03277068215158724, "her": 0.32062843484104203, "his": 0.35339911699262927}, "bad": {"her - his": -0.03390456173536896, "her": 0.24429076138735242, "his": 0.2781953231227214}, "balance": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "ball": {"her - his": -0.004186407171905937, "her": 0.2567378962045359, "his": 0.26092430337644185}, "ballerina": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "band": {"her - his": -0.0048039462050131765, "her": 0.23907353070854512, "his": 0.2438774769135583}, "barbados": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "baring": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "barnette": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "base": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "based": {"her - his": -0.04981198103527762, "her": 0.2602179240432754, "his": 0.310029905078553}, "basis": {"her - his": 0.04238159667946667, "her": 0.23907353070854512, "his": 0.19669193402907845}, "baskervilles": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "battled": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "be": {"her - his": -0.03592965472973464, "her": 0.2872292307273009, "his": 0.3231588854570355}, "beat": {"her - his": 0.04238159667946667, "her": 0.23907353070854512, "his": 0.19669193402907845}, "beaten": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "beating": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "beauty": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "became": {"her - his": 0.05369817565959828, "her": 0.3535188597538935, "his": 0.29982068409429524}, "because": {"her - his": -0.03731854420517583, "her": 0.2980295758107503, "his": 0.3353481200159261}, "become": {"her - his": -0.08061692030125267, "her": 0.25765729437853174, "his": 0.3382742146797844}, "becomes": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "becoming": {"her - his": 0.018810891210684355, "her": 0.3161065487838031, "his": 0.29729565757311877}, "been": {"her - his": -0.03865519041664256, "her": 0.3196111574264824, "his": 0.35826634784312494}, "beer": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "before": {"her - his": -0.03769162877996263, "her": 0.3236927265626118, "his": 0.3613843553425744}, "began": {"her - his": -0.05692963198767981, "her": 0.222311322237236, "his": 0.2792409542249158}, "begin": {"her - his": 0.018810891210684355, "her": 0.3161065487838031, "his": 0.29729565757311877}, "begrudgingly": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "behalf": {"her - his": -0.03183219042991986, "her": 0.2851084295608029, "his": 0.31694061999072276}, "behavior": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "behind": {"her - his": -0.021141798123390176, "her": 0.2827531755606578, "his": 0.303894973684048}, "being": {"her - his": -0.009944016462839489, "her": 0.3140345876733946, "his": 0.3239786041362341}, "belief": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "believed": {"her - his": -0.05515665699352956, "her": 0.25011970593654625, "his": 0.3052763629300758}, "believers": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "below": {"her - his": 0.04231203963784938, "her": 0.23434513846283153, "his": 0.19203309882498215}, "bemoans": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "bench": {"her - his": -0.034171419399424724, "her": 0.23907353070854512, "his": 0.27324495010796984}, "beneath": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "benevolence": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "besides": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "bessemer": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "best": {"her - his": -0.06679570703741028, "her": 0.29286582795021565, "his": 0.35966153498762593}, "better": {"her - his": -0.027767306265785552, "her": 0.2911728790777871, "his": 0.31894018534357266}, "between": {"her - his": -0.040962264210403554, "her": 0.2764678124494391, "his": 0.31743007665984263}, "bewildered": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "bible": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "biblically": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "big": {"her - his": -0.0029724396924293295, "her": 0.31369849006867906, "his": 0.3166709297611084}, "biggie": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "bill": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "billion": {"her - his": -0.006090766662961072, "her": 0.20422050028314306, "his": 0.21031126694610414}, "bird": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "birthday": {"her - his": -0.004186407171905937, "her": 0.2567378962045359, "his": 0.26092430337644185}, "bit": {"her - his": -0.05754945857595492, "her": 0.21251603764319157, "his": 0.2700654962191465}, "bite": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "blameless": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "blasting": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "blends": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "bling": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "blog": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "blogs": {"her - his": 0.018810891210684355, "her": 0.3161065487838031, "his": 0.29729565757311877}, "blond": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "bluntly": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "board": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "boat": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "body": {"her - his": 0.047698609950568904, "her": 0.29660849574915243, "his": 0.24890988579858353}, "boldly": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "bond": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "book": {"her - his": -0.062238600528778804, "her": 0.2443817053011734, "his": 0.3066203058299522}, "booked": {"her - his": 0.09338338509621036, "her": 0.3511701894137732, "his": 0.25778680431756285}, "books": {"her - his": -0.003976536550203191, "her": 0.2752644176747126, "his": 0.2792409542249158}, "bookshops": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "borgen": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "boring": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "born": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "boshirov": {"her - his": 0.04260743377157927, "her": 0.2567378962045359, "his": 0.21413046243295664}, "both": {"her - his": -0.05274951560376445, "her": 0.30724700562315205, "his": 0.3599965212269165}, "bottle": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "bought": {"her - his": 0.0938569785103478, "her": 0.3361080679323615, "his": 0.24225108942201368}, "bourne": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "box": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "boy": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "boys": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "bracelet": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "branches": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "break": {"her - his": -0.002797014905893014, "her": 0.30867268403835524, "his": 0.31146969894424825}, "breakup": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "breezily": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "bridgetown": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "brighter": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "brilliant": {"her - his": -0.03183219042991986, "her": 0.2851084295608029, "his": 0.31694061999072276}, "bring": {"her - his": -0.03635833127201277, "her": 0.27189197322194414, "his": 0.3082503044939569}, "bringing": {"her - his": -0.05473180273971234, "her": 0.2567378962045359, "his": 0.31146969894424825}, "brisbane": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "brisvegas": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "britain": {"her - his": -0.05515665699352956, "her": 0.25011970593654625, "his": 0.3052763629300758}, "british": {"her - his": -0.05586328304915264, "her": 0.23907353070854512, "his": 0.29493681375769776}, "broadway": {"her - his": 0.04252911608106183, "her": 0.25011970593654625, "his": 0.20759058985548443}, "broken": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "brother": {"her - his": 0.018665083943202987, "her": 0.30867268403835524, "his": 0.29000760009515225}, "brought": {"her - his": 0.029482648288592095, "her": 0.32930333238288734, "his": 0.29982068409429524}, "browsing": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "bubbling": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "budget": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "building": {"her - his": -0.004415040750189836, "her": 0.25011970593654625, "his": 0.2545347466867361}, "buildings": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "bully": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "burn": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "burns": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "burrow": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "burst": {"her - his": 0.04769774106562946, "her": 0.3511701894137732, "his": 0.30347244834814374}, "bus": {"her - his": -0.005539835458885506, "her": 0.2188434053359129, "his": 0.2243832407947984}, "business": {"her - his": 0.029294969009633798, "her": 0.3157521686526313, "his": 0.2864571996429975}, "busy": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "but": {"her - his": -0.05278031264995636, "her": 0.2970302061129014, "his": 0.34981051876285774}, "buy": {"her - his": 0.01819804403737907, "her": 0.28695684166104674, "his": 0.26875879762366767}, "by": {"her - his": -0.0510825621306108, "her": 0.30127401445616725, "his": 0.35235657658677805}, "c": {"her - his": -0.057355401152678176, "her": 0.21558693583354605, "his": 0.2729423369862242}, "cadaver": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "californication": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "call": {"her - his": 0.07556152039811104, "her": 0.3402141195591699, "his": 0.2646525991610589}, "called": {"her - his": 0.0051208283375717145, "her": 0.35319669369431167, "his": 0.34807586535673996}, "calling": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "calls": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "calming": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "came": {"her - his": -0.047261790797621994, "her": 0.2887751588395152, "his": 0.3360369496371372}, "camp": {"her - his": 0.042057122781991224, "her": 0.2188434053359129, "his": 0.17678628255392168}, "campaign": {"her - his": -0.0732046105488591, "her": 0.23907353070854512, "his": 0.3122781412574042}, "can": {"her - his": -0.06521248537802327, "her": 0.26688805747415784, "his": 0.3321005428521811}, "capable": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "captivating": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "captured": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "captures": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "car": {"her - his": -0.022333473111070756, "her": 0.25765729437853174, "his": 0.2799907674896025}, "card": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "care": {"her - his": 0.047606685842228186, "her": 0.2827531755606578, "his": 0.23514648971842964}, "cared": {"her - his": 0.0938569785103478, "her": 0.3361080679323615, "his": 0.24225108942201368}, "career": {"her - his": -0.002547260203179469, "her": 0.3161065487838031, "his": 0.3186538089869826}, "caribbean": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "caribbeantales": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "caring": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "carpet": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "carried": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "case": {"her - his": -0.011396814051116588, "her": 0.31977269741888853, "his": 0.3311695114700051}, "cases": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "cassidy": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "cast": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "cause": {"her - his": -0.057732915253888406, "her": 0.20960938988235772, "his": 0.26734230513624613}, "caused": {"her - his": 0.04775611445797928, "her": 0.3361080679323615, "his": 0.2883519534743822}, "celebrate": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "celebrated": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "center": {"her - his": -0.05552992270694282, "her": 0.24429076138735242, "his": 0.29982068409429524}, "centered": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "central": {"her - his": 0.047698609950568904, "her": 0.29660849574915243, "his": 0.24890988579858353}, "centre": {"her - his": -0.07516601182137514, "her": 0.21251603764319157, "his": 0.2876820494645667}, "certain": {"her - his": -0.05586328304915264, "her": 0.23907353070854512, "his": 0.29493681375769776}, "certainly": {"her - his": -0.1023969139500489, "her": 0.21558693583354605, "his": 0.31798384978359495}, "challenging": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "chance": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "chances": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "change": {"her - his": -0.0036506930479395794, "her": 0.2911728790777871, "his": 0.2948235721257267}, "changes": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "channel": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "chapter": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "character": {"her - his": -0.02049674163346038, "her": 0.29660849574915243, "his": 0.3171052373826128}, "charge": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "charges": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "charismatic": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "charlie": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "chatty": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "cheapest": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "check": {"her - his": 0.042453887593277145, "her": 0.24429076138735242, "his": 0.20183687379407528}, "chepiga": {"her - his": 0.04260743377157927, "her": 0.2567378962045359, "his": 0.21413046243295664}, "chicago": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "child": {"her - his": 0.1519690446345238, "her": 0.34866097866360224, "his": 0.19669193402907845}, "childhood": {"her - his": 0.04775611445797928, "her": 0.3361080679323615, "his": 0.2883519534743822}, "children": {"her - his": 0.028926690603843952, "her": 0.2936828275983154, "his": 0.2647561369944714}, "chimpanzee": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "chinese": {"her - his": -0.03484092465937588, "her": 0.22602253400998873, "his": 0.2608634586693646}, "chocolate": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "chores": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "christ": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "christian": {"her - his": -0.03183219042991986, "her": 0.2851084295608029, "his": 0.31694061999072276}, "church": {"her - his": -0.03667192787253587, "her": 0.19060429997145267, "his": 0.22727622784398854}, "circle": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "circumstantial": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "citizens": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "city": {"her - his": -0.12699656982155053, "her": 0.18304447707992275, "his": 0.31004104690147327}, "claim": {"her - his": 0.04252911608106183, "her": 0.25011970593654625, "his": 0.20759058985548443}, "claimed": {"her - his": -0.03360694368746958, "her": 0.25011970593654625, "his": 0.28372664962401584}, "claiming": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "class": {"her - his": 0.018665083943202987, "her": 0.30867268403835524, "his": 0.29000760009515225}, "clear": {"her - his": 0.03628691025639169, "her": 0.33648305937794626, "his": 0.30019614912155457}, "clearly": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "climate": {"her - his": 0.04199834717620171, "her": 0.21558693583354605, "his": 0.17358858865734433}, "closed": {"her - his": -0.004619124411231107, "her": 0.24429076138735242, "his": 0.24890988579858353}, "clouded": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "clue": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "co": {"her - his": -0.004186407171905937, "her": 0.2567378962045359, "his": 0.26092430337644185}, "coach": {"her - his": -0.05669415527524946, "her": 0.22602253400998873, "his": 0.2827166892852382}, "cold": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "coleman": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "colleagues": {"her - his": 0.05100550224838296, "her": 0.35701992248392733, "his": 0.30601442023554437}, "collection": {"her - his": -0.056164810046745256, "her": 0.23434513846283153, "his": 0.2905099485095768}, "college": {"her - his": -0.0030161753470839825, "her": 0.30226018758299183, "his": 0.3052763629300758}, "collymore": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "colonel": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "colonels": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "com": {"her - his": -0.027024600342208382, "her": 0.30511997422489384, "his": 0.3321445745671022}, "come": {"her - his": -0.07929915203700144, "her": 0.26923496643284084, "his": 0.3485341184698423}, "comedians": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "comes": {"her - his": -0.11259478392330907, "her": 0.22602253400998873, "his": 0.3386173179332978}, "comical": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "coming": {"her - his": -0.03635833127201277, "her": 0.27189197322194414, "his": 0.3082503044939569}, "commences": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "comment": {"her - his": 0.10460897395530999, "her": 0.3535188597538935, "his": 0.24890988579858353}, "commentary": {"her - his": -0.0542374909028826, "her": 0.2644163180841, "his": 0.3186538089869826}, "commenting": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "commitments": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "commits": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "common": {"her - his": -0.08912055204336855, "her": 0.222311322237236, "his": 0.31143187428060454}, "commonly": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "communicated": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "community": {"her - his": -0.02208176729871758, "her": 0.26290581367043764, "his": 0.2849875809691552}, "company": {"her - his": 0.02874622402570126, "her": 0.28427650941860133, "his": 0.25553028539290007}, "comparing": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "compassionate": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "competent": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "complete": {"her - his": -0.11259478392330907, "her": 0.22602253400998873, "his": 0.3386173179332978}, "completely": {"her - his": -0.002547260203179469, "her": 0.3161065487838031, "his": 0.3186538089869826}, "complex": {"her - his": -0.05586328304915264, "her": 0.23907353070854512, "his": 0.29493681375769776}, "compulsion": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "conceived": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "concern": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "concerning": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "concluded": {"her - his": -0.05473180273971234, "her": 0.2567378962045359, "his": 0.31146969894424825}, "conclusion": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "conclusions": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "conditions": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "conference": {"her - his": -0.060007668792387725, "her": 0.2752644176747126, "his": 0.3352720864671003}, "confess": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "confidence": {"her - his": -0.0022548800997204133, "her": 0.3249901159470678, "his": 0.3272449960467882}, "congregation": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "consolation": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "conspiracy": {"her - his": -0.03183219042991986, "her": 0.2851084295608029, "his": 0.31694061999072276}, "constantly": {"her - his": -0.03183219042991986, "her": 0.2851084295608029, "his": 0.31694061999072276}, "construction": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "contact": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "contest": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "continue": {"her - his": 0.018810891210684355, "her": 0.3161065487838031, "his": 0.29729565757311877}, "continued": {"her - his": -0.02132413311662229, "her": 0.2788720160049323, "his": 0.30019614912155457}, "continues": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "contouring": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "controlled": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "convention": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "conversation": {"her - his": -0.002547260203179469, "her": 0.3161065487838031, "his": 0.3186538089869826}, "convey": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "conveyed": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "convicted": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "convince": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "cookies": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "copping": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "cops": {"her - his": 0.09338338509621036, "her": 0.3511701894137732, "his": 0.25778680431756285}, "copy": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "cordial": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "corner": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "corporate": {"her - his": 0.04260743377157927, "her": 0.2567378962045359, "his": 0.21413046243295664}, "correctly": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "cosby": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "cost": {"her - his": 0.051090335776035, "her": 0.3119537944453996, "his": 0.2608634586693646}, "costs": {"her - his": -0.004186407171905937, "her": 0.2567378962045359, "his": 0.26092430337644185}, "could": {"her - his": -0.025053905643459995, "her": 0.2989246984927741, "his": 0.3239786041362341}, "couldn": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "council": {"her - his": -0.0048039462050131765, "her": 0.23907353070854512, "his": 0.2438774769135583}, "counselling": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "counter": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "country": {"her - his": -0.03756684024940832, "her": 0.2506240953935351, "his": 0.2881909356429434}, "county": {"her - his": -0.004415040750189836, "her": 0.25011970593654625, "his": 0.2545347466867361}, "couple": {"her - his": 0.018100576399598944, "her": 0.2827531755606578, "his": 0.2646525991610589}, "course": {"her - his": -0.015518796688789471, "her": 0.3119537944453996, "his": 0.3274725911341891}, "court": {"her - his": -0.059508568084054386, "her": 0.18129783547422867, "his": 0.24080640355828306}, "covered": {"her - his": 0.09466959772750741, "her": 0.30226018758299183, "his": 0.20759058985548443}, "covers": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "cowell": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "crack": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "crackerjack": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "create": {"her - his": -0.05586328304915264, "her": 0.23907353070854512, "his": 0.29493681375769776}, "created": {"her - his": -0.004186407171905937, "her": 0.2567378962045359, "his": 0.26092430337644185}, "creativity": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "credit": {"her - his": 0.047725440896255744, "her": 0.30226018758299183, "his": 0.2545347466867361}, "crew": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "cried": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "crime": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "criminal": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "crisis": {"her - his": -0.056164810046745256, "her": 0.23434513846283153, "his": 0.2905099485095768}, "cross": {"her - his": 0.018100576399598944, "her": 0.2827531755606578, "his": 0.2646525991610589}, "crowd": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "crucial": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "crying": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "ct2011": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "cultural": {"her - his": -0.05669415527524946, "her": 0.22602253400998873, "his": 0.2827166892852382}, "cultured": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "cup": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "customer": {"her - his": 0.04776497221455672, "her": 0.3161065487838031, "his": 0.2683415765692464}, "cut": {"her - his": 0.04260743377157927, "her": 0.2567378962045359, "his": 0.21413046243295664}, "cynthia": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "d": {"her - his": -0.027895770921593177, "her": 0.2887751588395152, "his": 0.3166709297611084}, "dad": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "dai": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "daily": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "daizaemon": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "daizemon": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "dance": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "dancers": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "dangerous": {"her - his": 0.04775611445797928, "her": 0.3361080679323615, "his": 0.2883519534743822}, "danville": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "dark": {"her - his": -0.0723767301399777, "her": 0.25011970593654625, "his": 0.32249643607652395}, "daughter": {"her - his": 0.03635120999771385, "her": 0.3442531737794843, "his": 0.3079019637817704}, "david": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "day": {"her - his": -0.09238418635341966, "her": 0.22050800102914775, "his": 0.3128921873825674}, "days": {"her - his": -0.016347077480237615, "her": 0.2936828275983154, "his": 0.310029905078553}, "deacon": {"her - his": 0.04252911608106183, "her": 0.25011970593654625, "his": 0.20759058985548443}, "deacons": {"her - his": 0.042117722244843364, "her": 0.222311322237236, "his": 0.18019359999239262}, "death": {"her - his": 0.018533537958976, "her": 0.30226018758299183, "his": 0.28372664962401584}, "december": {"her - his": 0.09477162195507716, "her": 0.29660849574915243, "his": 0.20183687379407528}, "decide": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "decided": {"her - his": 0.036319145875121917, "her": 0.3402141195591699, "his": 0.303894973684048}, "decimated": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "decision": {"her - his": -0.05669415527524946, "her": 0.22602253400998873, "his": 0.2827166892852382}, "declined": {"her - his": 0.04775611445797928, "her": 0.3361080679323615, "his": 0.2883519534743822}, "dedicated": {"her - his": -0.05473180273971234, "her": 0.2567378962045359, "his": 0.31146969894424825}, "defeat": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "defence": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "defend": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "defense": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "definitely": {"her - his": 0.04260743377157927, "her": 0.2567378962045359, "his": 0.21413046243295664}, "delicate": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "deliver": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "demanding": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "denied": {"her - his": -0.0048039462050131765, "her": 0.23907353070854512, "his": 0.2438774769135583}, "denominator": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "dense": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "department": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "depend": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "depending": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "depth": {"her - his": -0.05364425882981416, "her": 0.27360073721697403, "his": 0.3272449960467882}, "derogatory": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "describe": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "description": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "deserved": {"her - his": 0.01897569571152341, "her": 0.3249901159470678, "his": 0.30601442023554437}, "design": {"her - his": -0.0770331689520582, "her": 0.18670181261724306, "his": 0.26373498156930125}, "desperately": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "destination": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "destinie": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "destiny": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "destroy": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "destroying": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "destroys": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "destruct": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "detective": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "deteriorate": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "determination": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "determine": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "devastating": {"her - his": 0.04775611445797928, "her": 0.3361080679323615, "his": 0.2883519534743822}, "developed": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "developer": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "developing": {"her - his": -0.019604500076803144, "her": 0.3161065487838031, "his": 0.33571104886060626}, "development": {"her - his": -0.0770331689520582, "her": 0.18670181261724306, "his": 0.26373498156930125}, "devote": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "diaspora": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "did": {"her - his": -0.003382127954613623, "her": 0.30975258311244275, "his": 0.31313471106705637}, "didn": {"her - his": 0.04510564705650644, "her": 0.3385151872366886, "his": 0.29340954018018217}, "dies": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "different": {"her - his": 0.036096686600326944, "her": 0.31852511858386845, "his": 0.2824284319835415}, "difficult": {"her - his": -0.05364425882981416, "her": 0.27360073721697403, "his": 0.3272449960467882}, "difficulty": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "digital": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "dinner": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "diplomat": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "directing": {"her - his": -0.03183219042991986, "her": 0.2851084295608029, "his": 0.31694061999072276}, "director": {"her - his": 0.04763849458303418, "her": 0.28695684166104674, "his": 0.23931834707801256}, "dirt": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "disagrees": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "disappoint": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "disciple": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "discuss": {"her - his": -0.0542374909028826, "her": 0.2644163180841, "his": 0.3186538089869826}, "discussion": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "disliked": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "dismissed": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "disneynature": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "disobedience": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "display": {"her - his": -0.03390456173536896, "her": 0.24429076138735242, "his": 0.2781953231227214}, "disrespected": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "distant": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "distracted": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "ditched": {"her - his": 0.04769774106562946, "her": 0.3511701894137732, "his": 0.30347244834814374}, "division": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "divorce": {"her - his": -0.004619124411231107, "her": 0.24429076138735242, "his": 0.24890988579858353}, "divorced": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "divulge": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "do": {"her - his": -0.0929486341557694, "her": 0.24677271395998032, "his": 0.3397213481157497}, "does": {"her - his": -0.03933227960147595, "her": 0.2676077277691335, "his": 0.30694000737060945}, "doesn": {"her - his": -0.04905413362304939, "her": 0.27189197322194414, "his": 0.32094610684499353}, "doing": {"her - his": 0.028248812451122984, "her": 0.32728798241526363, "his": 0.29903916996414065}, "dollars": {"her - his": 0.07980048900355635, "her": 0.35701992248392733, "his": 0.277219433480371}, "dominating": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "dominica": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "don": {"her - his": -0.027839736637879364, "her": 0.2981674818370932, "his": 0.32600721847497255}, "done": {"her - his": -0.03790234065237641, "her": 0.2911728790777871, "his": 0.3290752197301635}, "door": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "double": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "doubt": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "down": {"her - his": -0.04816320481898623, "her": 0.2801572406824972, "his": 0.3283204455014834}, "dozens": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "drama": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "dreams": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "dressed": {"her - his": 0.08000899568258729, "her": 0.3483505722518337, "his": 0.2683415765692464}, "drew": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "drink": {"her - his": -0.004415040750189836, "her": 0.25011970593654625, "his": 0.2545347466867361}, "drinks": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "driver": {"her - his": 0.09437905485458356, "her": 0.3161065487838031, "his": 0.22172749392921956}, "drivers": {"her - his": -0.004186407171905937, "her": 0.2567378962045359, "his": 0.26092430337644185}, "driving": {"her - his": 0.047725440896255744, "her": 0.30226018758299183, "his": 0.2545347466867361}, "drop": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "drops": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "drove": {"her - his": 0.04769774106562946, "her": 0.3511701894137732, "his": 0.30347244834814374}, "drunk": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "dude": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "due": {"her - his": -0.12681703506893305, "her": 0.18484458443714608, "his": 0.3116616195060791}, "dug": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "during": {"her - his": -0.09249855312699398, "her": 0.2192119672377659, "his": 0.3117105203647599}, "dvd": {"her - his": 0.04231203963784938, "her": 0.23434513846283153, "his": 0.19203309882498215}, "e": {"her - his": -0.0732046105488591, "her": 0.23907353070854512, "his": 0.3122781412574042}, "each": {"her - his": -0.07179537412992149, "her": 0.2528702522319531, "his": 0.32466562636187457}, "ear": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "earlier": {"her - his": -0.03524882292692805, "her": 0.2915468062966027, "his": 0.3267956292235307}, "early": {"her - his": -0.022566374855677918, "her": 0.3092729950254046, "his": 0.33183936988108254}, "earns": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "easier": {"her - his": -0.03183219042991986, "her": 0.2851084295608029, "his": 0.31694061999072276}, "east": {"her - his": -0.08912055204336855, "her": 0.222311322237236, "his": 0.31143187428060454}, "easy": {"her - his": -0.034171419399424724, "her": 0.23907353070854512, "his": 0.27324495010796984}, "eat": {"her - his": -0.004186407171905937, "her": 0.2567378962045359, "his": 0.26092430337644185}, "ecclesial": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "eclectic": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "ecstatic": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "edited": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "educate": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "effective": {"her - his": 0.04260743377157927, "her": 0.2567378962045359, "his": 0.21413046243295664}, "effects": {"her - his": -0.004973208615181024, "her": 0.23434513846283153, "his": 0.23931834707801256}, "effort": {"her - his": 0.0938569785103478, "her": 0.3361080679323615, "his": 0.24225108942201368}, "efforts": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "eggshells": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "eight": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "either": {"her - his": -0.08881298451329395, "her": 0.22602253400998873, "his": 0.3148355185232827}, "elder": {"her - his": 0.04260743377157927, "her": 0.2567378962045359, "his": 0.21413046243295664}, "elders": {"her - his": 0.04218029453253927, "her": 0.22602253400998873, "his": 0.18384223947744946}, "electrocute": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "elemental": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "ellen": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "else": {"her - his": 0.018810891210684355, "her": 0.3161065487838031, "his": 0.29729565757311877}, "eludes": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "elusively": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "email": {"her - his": -0.07281447599526039, "her": 0.24429076138735242, "his": 0.3171052373826128}, "emailing": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "emergency": {"her - his": 0.04763849458303418, "her": 0.28695684166104674, "his": 0.23931834707801256}, "emotional": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "emotionally": {"her - his": 0.0938569785103478, "her": 0.3361080679323615, "his": 0.24225108942201368}, "empathise": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "emphasis": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "emphasize": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "employed": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "encourage": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "end": {"her - his": -0.1348350954249921, "her": 0.19700427445609042, "his": 0.33183936988108254}, "ended": {"her - his": 0.018810891210684355, "her": 0.3161065487838031, "his": 0.29729565757311877}, "ending": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "energy": {"her - his": -0.036454453716962154, "her": 0.19479030774674516, "his": 0.23124476146370732}, "engage": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "engagement": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "engaging": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "england": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "ensuring": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "enter": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "entered": {"her - his": -0.08728196925904066, "her": 0.24429076138735242, "his": 0.3315727306463931}, "entertain": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "entertainment": {"her - his": 0.01897569571152341, "her": 0.3249901159470678, "his": 0.30601442023554437}, "enthusiasts": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "entire": {"her - his": -0.0357443481364117, "her": 0.2827531755606578, "his": 0.3184975236970695}, "entourage": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "epidemic": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "episode": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "episodes": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "equipping": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "ers": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "escape": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "especially": {"her - his": -0.015966644525423512, "her": 0.30201720525817144, "his": 0.31798384978359495}, "essential": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "established": {"her - his": 0.0477706824666968, "her": 0.3249901159470678, "his": 0.277219433480371}, "estimate": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "estranged": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "estrangement": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "estrangements": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "et": {"her - his": -0.034413659160836135, "her": 0.23434513846283153, "his": 0.26875879762366767}, "europe": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "evaluate": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "even": {"her - his": -0.08110782805003988, "her": 0.24859074744417484, "his": 0.3296985754942147}, "evening": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "event": {"her - his": 0.047698609950568904, "her": 0.29660849574915243, "his": 0.24890988579858353}, "events": {"her - his": -0.03360694368746958, "her": 0.25011970593654625, "his": 0.28372664962401584}, "eventually": {"her - his": -0.05473180273971234, "her": 0.2567378962045359, "his": 0.31146969894424825}, "ever": {"her - his": -0.019003109586288147, "her": 0.3253094432370409, "his": 0.34431255282332907}, "every": {"her - his": -0.072304881682312, "her": 0.24638640755975252, "his": 0.3186912892420645}, "everybody": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "everything": {"her - his": -0.022333473111070756, "her": 0.25765729437853174, "his": 0.2799907674896025}, "evidence": {"her - his": 0.05110044214225978, "her": 0.3348270917662756, "his": 0.28372664962401584}, "ex": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "exactly": {"her - his": -0.05515665699352956, "her": 0.25011970593654625, "his": 0.3052763629300758}, "examination": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "examines": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "examining": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "example": {"her - his": -0.02094512212072369, "her": 0.28695684166104674, "his": 0.3079019637817704}, "exceedingly": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "excellent": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "excited": {"her - his": 0.018665083943202987, "her": 0.30867268403835524, "his": 0.29000760009515225}, "exclusively": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "exercise": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "exerts": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "exiting": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "exits": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "expect": {"her - his": -0.020236248493532116, "her": 0.30226018758299183, "his": 0.32249643607652395}, "expectations": {"her - his": -0.03183219042991986, "her": 0.2851084295608029, "his": 0.31694061999072276}, "expected": {"her - his": -0.07470242662341514, "her": 0.2188434053359129, "his": 0.29354583195932804}, "expense": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "experience": {"her - his": -0.0735568253189389, "her": 0.23434513846283153, "his": 0.3079019637817704}, "experiences": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "experiencetheride": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "expert": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "expertise": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "experts": {"her - his": -0.004186407171905937, "her": 0.2567378962045359, "his": 0.26092430337644185}, "explain": {"her - his": -0.0723767301399777, "her": 0.25011970593654625, "his": 0.32249643607652395}, "explained": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "explains": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "exploring": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "explosion": {"her - his": -0.03183219042991986, "her": 0.2851084295608029, "his": 0.31694061999072276}, "expressed": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "extensive": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "extremely": {"her - his": 0.018533537958976, "her": 0.30226018758299183, "his": 0.28372664962401584}, "facebook": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "faced": {"her - his": 0.018810891210684355, "her": 0.3161065487838031, "his": 0.29729565757311877}, "faces": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "facet": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "facing": {"her - his": 0.029550728836199802, "her": 0.3348270917662756, "his": 0.3052763629300758}, "fact": {"her - his": -0.03653782415297446, "her": 0.2687239682752019, "his": 0.30526179242817636}, "facts": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "factual": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "failed": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "faith": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "faithful": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "fake": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "fall": {"her - his": -0.034171419399424724, "her": 0.23907353070854512, "his": 0.27324495010796984}, "fallen": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "fallibility": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "falling": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "fame": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "familial": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "family": {"her - his": -0.011234397920799055, "her": 0.3234007174690383, "his": 0.33463511538983737}, "famous": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "fan": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "fantastic": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "far": {"her - his": -0.02208176729871758, "her": 0.26290581367043764, "his": 0.2849875809691552}, "fare": {"her - his": 0.0938569785103478, "her": 0.3361080679323615, "his": 0.24225108942201368}, "fascinate": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "fascinated": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "fascinating": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "fast": {"her - his": -0.03183219042991986, "her": 0.2851084295608029, "his": 0.31694061999072276}, "father": {"her - his": 0.018533537958976, "her": 0.30226018758299183, "his": 0.28372664962401584}, "fathers": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "fatigued": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "fault": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "favorite": {"her - his": -0.034171419399424724, "her": 0.23907353070854512, "his": 0.27324495010796984}, "favorites": {"her - his": 0.0477706824666968, "her": 0.3249901159470678, "his": 0.277219433480371}, "favourite": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "fear": {"her - his": -0.03360694368746958, "her": 0.25011970593654625, "his": 0.28372664962401584}, "feature": {"her - his": -0.05644032188619791, "her": 0.23001687775679958, "his": 0.2864571996429975}, "featured": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "features": {"her - his": -0.03360694368746958, "her": 0.25011970593654625, "his": 0.28372664962401584}, "february": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "feel": {"her - his": 0.012076178415004246, "her": 0.32435431967240846, "his": 0.3122781412574042}, "feeling": {"her - his": 0.05110044214225978, "her": 0.3348270917662756, "his": 0.28372664962401584}, "feelings": {"her - his": -0.002797014905893014, "her": 0.30867268403835524, "his": 0.31146969894424825}, "feigned": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "fell": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "felt": {"her - his": -0.05586328304915264, "her": 0.23907353070854512, "his": 0.29493681375769776}, "festival": {"her - his": 0.04260743377157927, "her": 0.2567378962045359, "his": 0.21413046243295664}, "few": {"her - his": 0.036096686600326944, "her": 0.31852511858386845, "his": 0.2824284319835415}, "fiercely": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "fifty": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "fight": {"her - his": -0.047776147091254384, "her": 0.2915468062966027, "his": 0.33932295338785706}, "fighting": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "figure": {"her - his": -0.07516601182137514, "her": 0.21251603764319157, "his": 0.2876820494645667}, "figured": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "film": {"her - his": -0.058381350485508826, "her": 0.19930825236638064, "his": 0.25768960285188947}, "filmmakers": {"her - his": -0.0542374909028826, "her": 0.2644163180841, "his": 0.3186538089869826}, "filmmaking": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "finally": {"her - his": -0.019604500076803144, "her": 0.3161065487838031, "his": 0.33571104886060626}, "finding": {"her - his": 0.018810891210684355, "her": 0.3161065487838031, "his": 0.29729565757311877}, "finds": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "fine": {"her - his": -0.004186407171905937, "her": 0.2567378962045359, "his": 0.26092430337644185}, "finest": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "fire": {"her - his": 0.04731416303534175, "her": 0.25521159870306387, "his": 0.20789743566772212}, "fires": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "first": {"her - his": -0.09409551165572422, "her": 0.279005057828788, "his": 0.3731005694845122}, "flames": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "flash": {"her - his": 0.04769774106562946, "her": 0.3511701894137732, "his": 0.30347244834814374}, "flashmob": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "flat": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "flesh": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "flight": {"her - his": 0.0945422216053986, "her": 0.30867268403835524, "his": 0.21413046243295664}, "flits": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "flock": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "flower": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "focus": {"her - his": -0.03360694368746958, "her": 0.25011970593654625, "his": 0.28372664962401584}, "focused": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "followed": {"her - his": 0.051090335776035, "her": 0.3119537944453996, "his": 0.2608634586693646}, "food": {"her - his": 0.028428562874557778, "her": 0.26923496643284084, "his": 0.24080640355828306}, "for": {"her - his": -0.07615712390439539, "her": 0.27550069404902006, "his": 0.35165781795341544}, "force": {"her - his": -0.0542374909028826, "her": 0.2644163180841, "his": 0.3186538089869826}, "forces": {"her - his": -0.05515665699352956, "her": 0.25011970593654625, "his": 0.3052763629300758}, "foreign": {"her - his": -0.02180427587168071, "her": 0.2687239682752019, "his": 0.2905282441468826}, "forgiveness": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "forgotten": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "form": {"her - his": -0.056164810046745256, "her": 0.23434513846283153, "his": 0.2905099485095768}, "former": {"her - his": 0.029294969009633798, "her": 0.3157521686526313, "his": 0.2864571996429975}, "forum": {"her - his": 0.04252911608106183, "her": 0.25011970593654625, "his": 0.20759058985548443}, "forward": {"her - his": 0.029622025790678463, "her": 0.3410917247349267, "his": 0.31146969894424825}, "found": {"her - his": -0.0038297224485175363, "her": 0.28647934632964517, "his": 0.2903090687781627}, "four": {"her - his": -0.11734791529652197, "her": 0.17634710446816496, "his": 0.2936950197646869}, "fourth": {"her - his": -0.05754945857595492, "her": 0.21251603764319157, "his": 0.2700654962191465}, "foyer": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "fracturing": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "francis": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "frank": {"her - his": 0.018810891210684355, "her": 0.3161065487838031, "his": 0.29729565757311877}, "frantic": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "frantically": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "free": {"her - his": -0.0381862800322294, "her": 0.28647934632964517, "his": 0.32466562636187457}, "freeing": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "frequent": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "fresh": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "friend": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "friends": {"her - his": -0.0025991574870065093, "her": 0.319864977546839, "his": 0.3224641350338455}, "from": {"her - his": -0.062468772699072195, "her": 0.3050889967676053, "his": 0.3675577694666775}, "front": {"her - his": -0.05552992270694282, "her": 0.24429076138735242, "his": 0.29982068409429524}, "fulfill": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "full": {"her - his": -0.06090367566511595, "her": 0.26290581367043764, "his": 0.3238094893355536}, "function": {"her - his": 0.04252911608106183, "her": 0.25011970593654625, "his": 0.20759058985548443}, "future": {"her - his": -0.03001802455652358, "her": 0.24976543548235036, "his": 0.27978346003887394}, "g": {"her - his": -0.03390456173536896, "her": 0.24429076138735242, "his": 0.2781953231227214}, "gala": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "game": {"her - his": -0.10542537674235525, "her": 0.18129783547422867, "his": 0.2867232122165839}, "games": {"her - his": -0.08848064594026994, "her": 0.23001687775679958, "his": 0.3184975236970695}, "gangsters": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "gantz": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "gate": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "gathered": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "gave": {"her - his": 0.017461637625644066, "her": 0.3527337240927444, "his": 0.3352720864671003}, "geez": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "generally": {"her - his": -0.03183219042991986, "her": 0.2851084295608029, "his": 0.31694061999072276}, "generations": {"her - his": -0.05473180273971234, "her": 0.2567378962045359, "his": 0.31146969894424825}, "genie": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "geographically": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "gershshwin": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "get": {"her - his": -0.009011469390244609, "her": 0.3223250260755808, "his": 0.3313364954658254}, "gets": {"her - his": -0.004186407171905937, "her": 0.2567378962045359, "his": 0.26092430337644185}, "getting": {"her - his": -0.07077851950226338, "her": 0.26573543986837206, "his": 0.33651395937063544}, "girl": {"her - his": 0.07567021873416035, "her": 0.3330133579647703, "his": 0.2573431392306099}, "girls": {"her - his": -0.004619124411231107, "her": 0.24429076138735242, "his": 0.24890988579858353}, "give": {"her - his": 0.021581483684165736, "her": 0.3330133579647703, "his": 0.31143187428060454}, "given": {"her - his": -0.028361426162629266, "her": 0.28011958292151135, "his": 0.3084810090841406}, "glad": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "go": {"her - his": -0.03225704757254727, "her": 0.2883123948490541, "his": 0.32056944242160135}, "goal": {"her - his": -0.03524882292692805, "her": 0.2915468062966027, "his": 0.3267956292235307}, "goals": {"her - his": -0.05586328304915264, "her": 0.23907353070854512, "his": 0.29493681375769776}, "god": {"her - his": -0.005539835458885506, "her": 0.2188434053359129, "his": 0.2243832407947984}, "godliness": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "going": {"her - his": -0.047207723993246076, "her": 0.30318084337532997, "his": 0.35038856736857604}, "gold": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "gone": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "good": {"her - his": -0.027974166389606703, "her": 0.29581256942145384, "his": 0.32378673581106054}, "goofs": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "google": {"her - his": -0.0358295674813881, "her": 0.2068492087972008, "his": 0.24267877627858891}, "googled": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "gospel": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "got": {"her - his": -0.01756553487083723, "her": 0.2676077277691335, "his": 0.2851732626399707}, "government": {"her - his": -0.10783273182455042, "her": 0.1529523417381952, "his": 0.2607850735627456}, "grace": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "graduated": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "grand": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "grandfather": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "grann": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "granted": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "graves": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "gray": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "great": {"her - his": -0.11268341804683349, "her": 0.24057311868753997, "his": 0.35325653673437346}, "greet": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "grip": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "ground": {"her - his": -0.00618693485382979, "her": 0.20171050081389233, "his": 0.20789743566772212}, "group": {"her - his": -0.004295482815466267, "her": 0.2801572406824972, "his": 0.28445272349796347}, "groupon": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "grow": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "growing": {"her - his": -0.003212188345142808, "her": 0.29660849574915243, "his": 0.29982068409429524}, "grown": {"her - his": 0.08016742135848487, "her": 0.3410917247349267, "his": 0.26092430337644185}, "gru": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "guilt": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "guilty": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "guy": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "hacks": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "had": {"her - his": -0.017164599715626894, "her": 0.3169575105887224, "his": 0.3341221103043493}, "hadn": {"her - his": -0.0022548800997204133, "her": 0.3249901159470678, "his": 0.3272449960467882}, "hair": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "haired": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "half": {"her - his": -0.05714935454320097, "her": 0.2188434053359129, "his": 0.27599275987911387}, "halftime": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "hall": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "hallucinations": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "hand": {"her - his": -0.03653782415297446, "her": 0.2687239682752019, "his": 0.30526179242817636}, "handful": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "handle": {"her - his": 0.04775611445797928, "her": 0.3361080679323615, "his": 0.2883519534743822}, "hannah": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "happen": {"her - his": -0.003212188345142808, "her": 0.29660849574915243, "his": 0.29982068409429524}, "happened": {"her - his": 0.05110044214225978, "her": 0.3348270917662756, "his": 0.28372664962401584}, "happening": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "happenings": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "happens": {"her - his": -0.004186407171905937, "her": 0.2567378962045359, "his": 0.26092430337644185}, "happy": {"her - his": 0.01897569571152341, "her": 0.3249901159470678, "his": 0.30601442023554437}, "hard": {"her - his": -0.08967485659463031, "her": 0.21558693583354605, "his": 0.30526179242817636}, "hardin": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "harewood": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "harping": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "harry": {"her - his": 0.04260743377157927, "her": 0.2567378962045359, "his": 0.21413046243295664}, "has": {"her - his": -0.07864446842703593, "her": 0.2860751847389937, "his": 0.3647196531660296}, "hats": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "have": {"her - his": -0.07298417592712914, "her": 0.28411963693815884, "his": 0.357103812865288}, "having": {"her - his": -0.052969585079100934, "her": 0.3092729950254046, "his": 0.36224258010450555}, "he": {"her - his": -0.13249974807771023, "her": 0.24148755833948252, "his": 0.37398730641719274}, "head": {"her - his": -0.07612619059681244, "her": 0.19930825236638064, "his": 0.2754344429631931}, "headed": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "heads": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "healing": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "health": {"her - his": -0.03537827243932218, "her": 0.21558693583354605, "his": 0.2509652082728682}, "healthy": {"her - his": -0.03360694368746958, "her": 0.25011970593654625, "his": 0.28372664962401584}, "heard": {"her - his": -0.03484092465937588, "her": 0.22602253400998873, "his": 0.2608634586693646}, "hearing": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "heart": {"her - his": -0.01994253591978329, "her": 0.30867268403835524, "his": 0.3286152199581385}, "heartening": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "heavyweight": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "height": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "held": {"her - his": 0.006881983920348833, "her": 0.33370448181275186, "his": 0.32682249789240303}, "help": {"her - his": -0.06403297389523543, "her": 0.28215886385728806, "his": 0.3461918377525235}, "her": {"her - his": 0.12649249102453367, "her": 0.37349376827070035, "his": 0.2470012772461667}, "here": {"her - his": -0.035029285741553895, "her": 0.2946692897526608, "his": 0.3296985754942147}, "heroes": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "herself": {"her - his": 0.04775611445797928, "her": 0.3361080679323615, "his": 0.2883519534743822}, "hide": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "hiding": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "high": {"her - his": -0.050838575624334, "her": 0.2443817053011734, "his": 0.2952202809255074}, "higher": {"her - his": -0.05692963198767981, "her": 0.222311322237236, "his": 0.2792409542249158}, "highlight": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "highly": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "highway": {"her - his": -0.004186407171905937, "her": 0.2567378962045359, "his": 0.26092430337644185}, "hilarious": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "him": {"her - his": -0.09038314649377838, "her": 0.2729930637597699, "his": 0.36337621025354827}, "hiroto": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "his": {"her - his": -0.15060901092232926, "her": 0.28203247687922806, "his": 0.4326414878015573}, "historical": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "history": {"her - his": -0.11655721646334505, "her": 0.18484458443714608, "his": 0.3014018009004911}, "hit": {"her - his": -0.0025991574870065093, "her": 0.319864977546839, "his": 0.3224641350338455}, "hits": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "hive": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "hoffman": {"her - his": 0.04224500570936565, "her": 0.23001687775679958, "his": 0.18777187204743392}, "hold": {"her - his": 0.012076178415004246, "her": 0.32435431967240846, "his": 0.3122781412574042}, "holds": {"her - his": 0.018810891210684355, "her": 0.3161065487838031, "his": 0.29729565757311877}, "hollywood": {"her - his": 0.0938569785103478, "her": 0.3361080679323615, "his": 0.24225108942201368}, "holmes": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "holy": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "homage": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "home": {"her - his": -0.03981160388183047, "her": 0.294468182723662, "his": 0.33427978660549246}, "homeless": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "homemade": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "honest": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "honor": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "honourable": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "honoured": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "host": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "hosted": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "hosts": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "hot": {"her - his": -0.021141798123390176, "her": 0.2827531755606578, "his": 0.303894973684048}, "hotel": {"her - his": 0.04252911608106183, "her": 0.25011970593654625, "his": 0.20759058985548443}, "hound": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "hours": {"her - his": -0.0027453550444382357, "her": 0.3157521686526313, "his": 0.3184975236970695}, "house": {"her - his": -0.0268498886505244, "her": 0.3084221978165759, "his": 0.3352720864671003}, "how": {"her - his": -0.043699894501553704, "her": 0.3080851355994888, "his": 0.3517850301010425}, "howard": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "however": {"her - his": -0.028766474795473174, "her": 0.27263532610501795, "his": 0.3014018009004911}, "https": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "hug": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "huge": {"her - his": -0.034171419399424724, "her": 0.23907353070854512, "his": 0.27324495010796984}, "hugely": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "hughes": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "human": {"her - his": -0.10108453756547847, "her": 0.23001687775679958, "his": 0.33110141532227805}, "humanoid": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "humans": {"her - his": -0.05586328304915264, "her": 0.23907353070854512, "his": 0.29493681375769776}, "humbly": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "hundred": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "hunger": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "hurt": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "husband": {"her - his": 0.0477706824666968, "her": 0.3249901159470678, "his": 0.277219433480371}, "hustling": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "hypocrisy": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "hysterical": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "i": {"her - his": -0.05316090296205789, "her": 0.23407129449741326, "his": 0.28723219745947115}, "ice": {"her - his": 0.04769774106562946, "her": 0.3511701894137732, "his": 0.30347244834814374}, "idea": {"her - his": 0.01073675075410535, "her": 0.2762527113019312, "his": 0.26551596054782584}, "identical": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "identify": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "if": {"her - his": -0.07497259385010407, "her": 0.26699536512841554, "his": 0.3419679589785196}, "ignore": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "ill": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "illness": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "illusion": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "immediately": {"her - his": 0.0734927698678286, "her": 0.3527337240927444, "his": 0.2792409542249158}, "immensely": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "immersive": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "imparted": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "impatience": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "impeccably": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "importance": {"her - his": 0.018533537958976, "her": 0.30226018758299183, "his": 0.28372664962401584}, "important": {"her - his": -0.053943897653232764, "her": 0.29611724737956946, "his": 0.3500611450328022}, "in": {"her - his": -0.10185595547287807, "her": 0.21212982932955465, "his": 0.3139857848024327}, "incident": {"her - his": -0.004973208615181024, "her": 0.23434513846283153, "his": 0.23931834707801256}, "incidents": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "incinerated": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "include": {"her - his": -0.07417361511156584, "her": 0.22602253400998873, "his": 0.30019614912155457}, "included": {"her - his": -0.08772209851498561, "her": 0.23907353070854512, "his": 0.3267956292235307}, "including": {"her - his": -0.0714996609816011, "her": 0.28011958292151135, "his": 0.35161924390311244}, "increase": {"her - his": -0.0048039462050131765, "her": 0.23907353070854512, "his": 0.2438774769135583}, "increased": {"her - his": -0.004415040750189836, "her": 0.25011970593654625, "his": 0.2545347466867361}, "increasingly": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "incredibly": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "incubators": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "indeed": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "industry": {"her - his": -0.034413659160836135, "her": 0.23434513846283153, "his": 0.26875879762366767}, "inescapable": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "inextricably": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "information": {"her - his": -0.003976536550203191, "her": 0.2752644176747126, "his": 0.2792409542249158}, "informed": {"her - his": 0.019167447941638716, "her": 0.3361080679323615, "his": 0.31694061999072276}, "informs": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "inn": {"her - his": 0.04260743377157927, "her": 0.2567378962045359, "his": 0.21413046243295664}, "instead": {"her - his": -0.0033531857445522895, "her": 0.2990895703139264, "his": 0.3024427560584787}, "instinctively": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "instincts": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "intelligence": {"her - his": 0.018301856188632837, "her": 0.2915468062966027, "his": 0.27324495010796984}, "intend": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "intensity": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "interactive": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "interest": {"her - his": 0.01841317262643105, "her": 0.29660849574915243, "his": 0.2781953231227214}, "interested": {"her - his": 0.019167447941638716, "her": 0.3361080679323615, "his": 0.31694061999072276}, "international": {"her - his": -0.021141798123390176, "her": 0.2827531755606578, "his": 0.303894973684048}, "interview": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "into": {"her - his": -0.043813743086506374, "her": 0.30648536677829524, "his": 0.3502991098648016}, "investigates": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "investigation": {"her - his": -0.002797014905893014, "her": 0.30867268403835524, "his": 0.31146969894424825}, "investigators": {"her - his": 0.04769774106562946, "her": 0.3511701894137732, "his": 0.30347244834814374}, "involved": {"her - his": 0.028634271498661767, "her": 0.3527337240927444, "his": 0.3240994525940826}, "involvement": {"her - his": -0.004186407171905937, "her": 0.2567378962045359, "his": 0.26092430337644185}, "is": {"her - his": -0.07077894591471018, "her": 0.25287681440402754, "his": 0.3236557603187377}, "isabelle": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "isay": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "islamic": {"her - his": -0.03390456173536896, "her": 0.24429076138735242, "his": 0.2781953231227214}, "island": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "isn": {"her - his": 0.07561960070858165, "her": 0.33648305937794626, "his": 0.2608634586693646}, "issue": {"her - his": -0.023502035847718844, "her": 0.23363924947889228, "his": 0.2571412853266111}, "it": {"her - his": -0.09773471174701742, "her": 0.23653079171068803, "his": 0.33426550345770545}, "itching": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "item": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "items": {"her - his": -0.03183219042991986, "her": 0.2851084295608029, "his": 0.31694061999072276}, "its": {"her - his": -0.084153515451272, "her": 0.2428739154614952, "his": 0.3270274309127672}, "itself": {"her - his": -0.12258161537755224, "her": 0.22602253400998873, "his": 0.348604149387541}, "jane": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "jay": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "jealous": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "jerusalem": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "jesus": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "job": {"her - his": -0.060252601345158086, "her": 0.27189197322194414, "his": 0.3321445745671022}, "john": {"her - his": -0.08848064594026994, "her": 0.23001687775679958, "his": 0.3184975236970695}, "join": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "joke": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "jokes": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "joshua": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "journalism": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "joyfully": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "judy": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "july": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "jumped": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "june": {"her - his": -0.08881298451329395, "her": 0.22602253400998873, "his": 0.3148355185232827}, "just": {"her - his": -0.01176362716846896, "her": 0.3365221099712823, "his": 0.34828573713975125}, "justice": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "justify": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "kana": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "karen": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "kato": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "katoare": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "keeghan": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "keen": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "keep": {"her - his": -0.05552992270694282, "her": 0.24429076138735242, "his": 0.29982068409429524}, "kei": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "kenzo": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "kept": {"her - his": -0.03390456173536896, "her": 0.24429076138735242, "his": 0.2781953231227214}, "key": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "khone": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "kid": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "kidding": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "kids": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "killed": {"her - his": 0.01897569571152341, "her": 0.3249901159470678, "his": 0.30601442023554437}, "killers": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "kim": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "kind": {"her - his": 0.012476504776788189, "her": 0.3410917247349267, "his": 0.3286152199581385}, "kindle": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "kingdom": {"her - his": 0.019167447941638716, "her": 0.3361080679323615, "his": 0.31694061999072276}, "knew": {"her - his": 0.055897860498492324, "her": 0.36379982428026275, "his": 0.3079019637817704}, "knocked": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "knocking": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "knotted": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "know": {"her - his": -0.017969842324009833, "her": 0.30763355472456344, "his": 0.3256033970485733}, "knowledge": {"her - his": -0.05473180273971234, "her": 0.2567378962045359, "his": 0.31146969894424825}, "known": {"her - his": -0.09792614526357654, "her": 0.24638640755975252, "his": 0.34431255282332907}, "kurono": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "l": {"her - his": 0.01841317262643105, "her": 0.29660849574915243, "his": 0.2781953231227214}, "lacked": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "ladder": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "lady": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "large": {"her - his": 0.042453887593277145, "her": 0.24429076138735242, "his": 0.20183687379407528}, "larger": {"her - his": 0.04774838066191339, "her": 0.30867268403835524, "his": 0.26092430337644185}, "last": {"her - his": -0.03780884547792468, "her": 0.29050626276928176, "his": 0.32831510824720644}, "late": {"her - his": -0.10145005712420035, "her": 0.22602253400998873, "his": 0.3274725911341891}, "later": {"her - his": -0.03873278691493093, "her": 0.3114401459891053, "his": 0.3501729329040362}, "law": {"her - his": 0.017280272517908674, "her": 0.2506240953935351, "his": 0.2333438228756264}, "lax": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "lead": {"her - his": -0.07121557934775735, "her": 0.2602179240432754, "his": 0.3314335033910327}, "leaders": {"her - his": -0.004973208615181024, "her": 0.23434513846283153, "his": 0.23931834707801256}, "leading": {"her - his": -0.002547260203179469, "her": 0.3161065487838031, "his": 0.3186538089869826}, "leaks": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "leaky": {"her - his": 0.09338338509621036, "her": 0.3511701894137732, "his": 0.25778680431756285}, "learn": {"her - his": -0.004619124411231107, "her": 0.24429076138735242, "his": 0.24890988579858353}, "learned": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "least": {"her - his": -0.04945391197756155, "her": 0.26573543986837206, "his": 0.3151893518459336}, "leave": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "lee": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "leeratanakajornthe": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "left": {"her - his": -0.04741543345886168, "her": 0.28647934632964517, "his": 0.33389477978850685}, "legal": {"her - his": 0.018665083943202987, "her": 0.30867268403835524, "his": 0.29000760009515225}, "legendary": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "legs": {"her - his": 0.04776497221455672, "her": 0.3161065487838031, "his": 0.2683415765692464}, "length": {"her - his": -0.0542374909028826, "her": 0.2644163180841, "his": 0.3186538089869826}, "less": {"her - his": -0.0920121471034886, "her": 0.18670181261724306, "his": 0.27871395972073165}, "let": {"her - his": -0.07261358383713509, "her": 0.24244556748982585, "his": 0.31505915132696094}, "letter": {"her - his": -0.0038446732803059103, "her": 0.2788720160049323, "his": 0.2827166892852382}, "level": {"her - his": 0.011574142265565801, "her": 0.30511997422489384, "his": 0.29354583195932804}, "li": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "liberating": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "librarians": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "libraries": {"her - his": -0.004619124411231107, "her": 0.24429076138735242, "his": 0.24890988579858353}, "library": {"her - his": -0.0056611465407783446, "her": 0.21558693583354605, "his": 0.2212480823743244}, "life": {"her - his": -0.04729957394971057, "her": 0.301886579262527, "his": 0.34918615321223756}, "lifelong": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "lifted": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "like": {"her - his": -0.05863762398762323, "her": 0.29366208267902993, "his": 0.35229970666665317}, "liked": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "line": {"her - his": -0.004973208615181024, "her": 0.23434513846283153, "his": 0.23931834707801256}, "link": {"her - his": 0.0938569785103478, "her": 0.3361080679323615, "his": 0.24225108942201368}, "linked": {"her - his": 0.018810891210684355, "her": 0.3161065487838031, "his": 0.29729565757311877}, "lisa": {"her - his": 0.15095445835780735, "her": 0.365084920790764, "his": 0.21413046243295664}, "little": {"her - his": 0.014024459799783284, "her": 0.3333918292430993, "his": 0.319367369443316}, "live": {"her - his": 0.01841317262643105, "her": 0.29660849574915243, "his": 0.2781953231227214}, "lived": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "lives": {"her - his": 0.051084124639774464, "her": 0.3410917247349267, "his": 0.29000760009515225}, "ll": {"her - his": -0.028361426162629266, "her": 0.28011958292151135, "his": 0.3084810090841406}, "loan": {"her - his": 0.09437905485458356, "her": 0.3161065487838031, "his": 0.22172749392921956}, "local": {"her - his": 0.021131077210942595, "her": 0.3114401459891053, "his": 0.2903090687781627}, "locations": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "logistical": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "lollipop": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "lollipops": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "london": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "long": {"her - his": -0.06504482017265162, "her": 0.26923496643284084, "his": 0.33427978660549246}, "longer": {"her - his": -0.03390456173536896, "her": 0.24429076138735242, "his": 0.2781953231227214}, "longest": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "look": {"her - his": -0.09914034157073867, "her": 0.23363924947889228, "his": 0.33277959104963095}, "looked": {"her - his": 0.05376637009270807, "her": 0.33648305937794626, "his": 0.2827166892852382}, "looking": {"her - his": -0.016347077480237615, "her": 0.2936828275983154, "his": 0.310029905078553}, "looks": {"her - his": -0.05515665699352956, "her": 0.25011970593654625, "his": 0.3052763629300758}, "los": {"her - his": 0.029355029037262226, "her": 0.319864977546839, "his": 0.2905099485095768}, "lose": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "losing": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "losses": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "lost": {"her - his": -0.10145005712420035, "her": 0.22602253400998873, "his": 0.3274725911341891}, "lot": {"her - his": -0.0021549424374407433, "her": 0.3384612634017924, "his": 0.34061620583923313}, "lots": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "lotus": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "love": {"her - his": -0.05700939911895825, "her": 0.2709097908121133, "his": 0.32791918993107155}, "loved": {"her - his": 0.051054914678714924, "her": 0.3483505722518337, "his": 0.29729565757311877}, "lover": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "loving": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "low": {"her - his": -0.07516601182137514, "her": 0.21251603764319157, "his": 0.2876820494645667}, "lower": {"her - his": -0.005275190403419838, "her": 0.22602253400998873, "his": 0.23129772441340857}, "luminaries": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "luther": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "m": {"her - his": -0.056190669946817096, "her": 0.28215886385728806, "his": 0.33834953380410515}, "machines": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "made": {"her - his": -0.10011441698134926, "her": 0.245196683496255, "his": 0.34531110047760427}, "magic": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "magical": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "main": {"her - his": -0.0357443481364117, "her": 0.2827531755606578, "his": 0.3184975236970695}, "maintained": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "major": {"her - his": -0.049259881508393055, "her": 0.2687239682752019, "his": 0.31798384978359495}, "majority": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "make": {"her - his": -0.09847505959544678, "her": 0.2615214616314697, "his": 0.3599965212269165}, "makers": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "makes": {"her - his": -0.02149426019377737, "her": 0.2752644176747126, "his": 0.29675867786849}, "makeup": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "making": {"her - his": -0.03653782415297446, "her": 0.2687239682752019, "his": 0.30526179242817636}, "man": {"her - his": -0.10808132562214445, "her": 0.27263532610501795, "his": 0.3807166517271624}, "manage": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "manages": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "manipulate": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "many": {"her - his": -0.09613345681977281, "her": 0.2645962478352909, "his": 0.3607297046550637}, "march": {"her - his": -0.0035557625408954574, "her": 0.2936828275983154, "his": 0.29723859013921083}, "marcia": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "marketplace": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "marriage": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "married": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "mary": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "masaru": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "masterclass": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "matchup": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "matt": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "matter": {"her - his": -0.05515665699352956, "her": 0.25011970593654625, "his": 0.3052763629300758}, "matters": {"her - his": 0.04774838066191339, "her": 0.30867268403835524, "his": 0.26092430337644185}, "matthew": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "may": {"her - his": -0.041678051195641164, "her": 0.2935475426113639, "his": 0.33522559380700506}, "maybe": {"her - his": -0.034413659160836135, "her": 0.23434513846283153, "his": 0.26875879762366767}, "mcgregor": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "mcnamara": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "me": {"her - his": -0.02913885546551198, "her": 0.291753216609635, "his": 0.320892072075147}, "mean": {"her - his": -0.05515665699352956, "her": 0.25011970593654625, "his": 0.3052763629300758}, "meaning": {"her - his": 0.018810891210684355, "her": 0.3161065487838031, "his": 0.29729565757311877}, "means": {"her - his": -0.03743881654620962, "her": 0.2528702522319531, "his": 0.2903090687781627}, "meant": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "mechanism": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "media": {"her - his": -0.05790692819727061, "her": 0.2068492087972008, "his": 0.2647561369944714}, "medical": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "medication": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "meeting": {"her - his": 0.047698609950568904, "her": 0.29660849574915243, "his": 0.24890988579858353}, "meh": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "melt": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "member": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "memories": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "memory": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "men": {"her - his": -0.05043410734531856, "her": 0.2506240953935351, "his": 0.30105820273885364}, "menu": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "mercy": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "mess": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "message": {"her - his": -0.03183219042991986, "her": 0.2851084295608029, "his": 0.31694061999072276}, "met": {"her - his": 0.12662307832261413, "her": 0.3483505722518337, "his": 0.22172749392921956}, "meter": {"her - his": 0.09416216326982355, "her": 0.3249901159470678, "his": 0.23082795267724424}, "metropolitan": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "mia": {"her - his": 0.042117722244843364, "her": 0.222311322237236, "his": 0.18019359999239262}, "michelle": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "mid": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "middle": {"her - his": -0.05515665699352956, "her": 0.25011970593654625, "his": 0.3052763629300758}, "might": {"her - his": -0.0713287945293351, "her": 0.28215886385728806, "his": 0.35348765838662316}, "military": {"her - his": -0.034413659160836135, "her": 0.23434513846283153, "his": 0.26875879762366767}, "million": {"her - his": -0.057732915253888406, "her": 0.20960938988235772, "his": 0.26734230513624613}, "mine": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "minimalist": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "minister": {"her - his": -0.004538212951196052, "her": 0.2602179240432754, "his": 0.2647561369944714}, "ministry": {"her - his": -0.004415040750189836, "her": 0.25011970593654625, "his": 0.2545347466867361}, "minor": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "minute": {"her - his": -0.05714935454320097, "her": 0.2188434053359129, "his": 0.27599275987911387}, "minutes": {"her - his": -0.0028817240778830633, "her": 0.3119537944453996, "his": 0.3148355185232827}, "misconduct": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "miss": {"her - his": -0.03183219042991986, "her": 0.2851084295608029, "his": 0.31694061999072276}, "missing": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "missionary": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "mitzi": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "mixed": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "moaning": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "mob": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "model": {"her - his": -0.03553673864557347, "her": 0.21251603764319157, "his": 0.24805277628876504}, "mom": {"her - his": 0.04776497221455672, "her": 0.3161065487838031, "his": 0.2683415765692464}, "moment": {"her - his": -0.0030161753470839825, "her": 0.30226018758299183, "his": 0.3052763629300758}, "monday": {"her - his": -0.03390456173536896, "her": 0.24429076138735242, "his": 0.2781953231227214}, "money": {"her - his": -0.0051296119616300595, "her": 0.23001687775679958, "his": 0.23514648971842964}, "monitor": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "monk": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "monosyllabic": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "month": {"her - his": -0.035210399230596934, "her": 0.2188434053359129, "his": 0.25405380456650983}, "months": {"her - his": 0.042453887593277145, "her": 0.24429076138735242, "his": 0.20183687379407528}, "mood": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "moon": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "more": {"her - his": -0.0372695499193223, "her": 0.287945891178987, "his": 0.3252154410983093}, "morning": {"her - his": 0.07376360522133685, "her": 0.33370448181275186, "his": 0.259940876591415}, "moscow": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "most": {"her - his": -0.06954178972644548, "her": 0.2777012169906531, "his": 0.34724300671709857}, "mother": {"her - his": 0.051106179923171347, "her": 0.319864977546839, "his": 0.26875879762366767}, "mothers": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "mourning": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "move": {"her - his": -0.0732046105488591, "her": 0.23907353070854512, "his": 0.3122781412574042}, "moved": {"her - his": -0.03390456173536896, "her": 0.24429076138735242, "his": 0.2781953231227214}, "movement": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "movie": {"her - his": -0.05807247205393898, "her": 0.20422050028314306, "his": 0.26229297233708204}, "moving": {"her - his": 0.04769774106562946, "her": 0.3511701894137732, "his": 0.30347244834814374}, "mr": {"her - his": -0.0038446732803059103, "her": 0.2788720160049323, "his": 0.2827166892852382}, "much": {"her - his": -0.008474103624487805, "her": 0.3339408532540203, "his": 0.3424149568785081}, "multifaceted": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "multitude": {"her - his": 0.04775611445797928, "her": 0.3361080679323615, "his": 0.2883519534743822}, "mums": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "murder": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "murray": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "musical": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "musicians": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "musings": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "must": {"her - his": -0.03653782415297446, "her": 0.2687239682752019, "his": 0.30526179242817636}, "my": {"her - his": -0.03398223144549001, "her": 0.25585854477090325, "his": 0.28984077621639326}, "myself": {"her - his": 0.051108009260165954, "her": 0.32930333238288734, "his": 0.2781953231227214}, "mysterious": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "mystery": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "mystic": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "nab": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "name": {"her - his": -0.048835034919370024, "her": 0.2752644176747126, "his": 0.3240994525940826}, "names": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "naps": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "narrative": {"her - his": 0.04774838066191339, "her": 0.30867268403835524, "his": 0.26092430337644185}, "natural": {"her - his": 0.01841317262643105, "her": 0.29660849574915243, "his": 0.2781953231227214}, "nature": {"her - his": 0.018665083943202987, "her": 0.30867268403835524, "his": 0.29000760009515225}, "navigating": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "ncaa": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "nearly": {"her - his": -0.056164810046745256, "her": 0.23434513846283153, "his": 0.2905099485095768}, "necessary": {"her - his": -0.034964234897240654, "her": 0.29660849574915243, "his": 0.3315727306463931}, "need": {"her - his": -0.09118666118685298, "her": 0.19700427445609042, "his": 0.2881909356429434}, "needed": {"her - his": 0.051108009260165954, "her": 0.32930333238288734, "his": 0.2781953231227214}, "needs": {"her - his": -0.020236248493532116, "her": 0.30226018758299183, "his": 0.32249643607652395}, "neema": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "neglect": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "neighbor": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "neighbourhood": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "neither": {"her - his": 0.04775611445797928, "her": 0.3361080679323615, "his": 0.2883519534743822}, "nerve": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "net": {"her - his": -0.003553106848530052, "her": 0.28695684166104674, "his": 0.2905099485095768}, "network": {"her - his": -0.03360694368746958, "her": 0.25011970593654625, "his": 0.28372664962401584}, "networking": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "never": {"her - his": -0.061282890965040915, "her": 0.25765729437853174, "his": 0.31894018534357266}, "new": {"her - his": -0.10842810805442862, "her": 0.2365026588666124, "his": 0.344930766921041}, "news": {"her - his": -0.022333473111070756, "her": 0.25765729437853174, "his": 0.2799907674896025}, "next": {"her - his": -0.07276000244992128, "her": 0.24057311868753997, "his": 0.31333312113746126}, "nhai": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "nice": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "night": {"her - his": -0.012908384807164275, "her": 0.31852511858386845, "his": 0.3314335033910327}, "nishi": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "no": {"her - his": -0.04018780091176888, "her": 0.31326052751819994, "his": 0.3534483284299688}, "nobeladventures": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "nobody": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "nomination": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "non": {"her - his": -0.0755792231863407, "her": 0.2068492087972008, "his": 0.2824284319835415}, "nor": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "normal": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "not": {"her - his": -0.08507479304762283, "her": 0.2699191956666862, "his": 0.35499398871430904}, "noted": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "nothing": {"her - his": 0.011488961111288831, "her": 0.30201720525817144, "his": 0.2905282441468826}, "noticeably": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "november": {"her - his": -0.0542374909028826, "her": 0.2644163180841, "his": 0.3186538089869826}, "novemberat": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "novichok": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "now": {"her - his": -0.042519035561274454, "her": 0.30458931119912186, "his": 0.3471083467603963}, "nowhere": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "number": {"her - his": -0.10363779806955889, "her": 0.20171050081389233, "his": 0.3053482988834512}, "numerically": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "ny": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "nyc": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "obstacles": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "occur": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "october": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "odds": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "ode": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "of": {"her - his": -0.10213387178070238, "her": 0.18446664781967298, "his": 0.28660051960037536}, "off": {"her - his": 0.013772755646877133, "her": 0.3243803567283122, "his": 0.3106076010814351}, "offer": {"her - his": 0.09466959772750741, "her": 0.30226018758299183, "his": 0.20759058985548443}, "office": {"her - his": -0.02049674163346038, "her": 0.29660849574915243, "his": 0.3171052373826128}, "officers": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "offices": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "often": {"her - his": -0.01678169332025231, "her": 0.28427650941860133, "his": 0.30105820273885364}, "oh": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "old": {"her - his": 0.017145361383331392, "her": 0.3384612634017924, "his": 0.321315902018461}, "older": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "on": {"her - his": -0.07736040421847379, "her": 0.26423580453002726, "his": 0.34159620874850105}, "once": {"her - his": -0.02316130474994832, "her": 0.2978160858317032, "his": 0.32097739058165153}, "one": {"her - his": -0.0641940393288375, "her": 0.3135624180024204, "his": 0.3777564573312579}, "oni": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "online": {"her - his": -0.07470242662341514, "her": 0.2188434053359129, "his": 0.29354583195932804}, "only": {"her - his": -0.06373224749840928, "her": 0.2538102518346827, "his": 0.317542499333092}, "onto": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "open": {"her - his": -0.04945391197756155, "her": 0.26573543986837206, "his": 0.3151893518459336}, "opened": {"her - his": -0.004186407171905937, "her": 0.2567378962045359, "his": 0.26092430337644185}, "opening": {"her - his": -0.0542374909028826, "her": 0.2644163180841, "his": 0.3186538089869826}, "opportunity": {"her - his": -0.0542374909028826, "her": 0.2644163180841, "his": 0.3186538089869826}, "opted": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "option": {"her - his": 0.09477162195507716, "her": 0.29660849574915243, "his": 0.20183687379407528}, "options": {"her - his": -0.004186407171905937, "her": 0.2567378962045359, "his": 0.26092430337644185}, "or": {"her - his": -0.03199402839159993, "her": 0.30356586565686305, "his": 0.335559894048463}, "order": {"her - his": -0.016347077480237615, "her": 0.2936828275983154, "his": 0.310029905078553}, "ordinary": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "original": {"her - his": -0.05515665699352956, "her": 0.25011970593654625, "his": 0.3052763629300758}, "orlean": {"her - his": 0.04218029453253927, "her": 0.22602253400998873, "his": 0.18384223947744946}, "oscars": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "other": {"her - his": -0.07468279546975692, "her": 0.2976571363005973, "his": 0.37233993177035424}, "others": {"her - his": -0.0033531857445522895, "her": 0.2990895703139264, "his": 0.3024427560584787}, "our": {"her - his": -0.027301192737864244, "her": 0.31062874152577963, "his": 0.33792993426364387}, "out": {"her - his": -0.083764664607964, "her": 0.2813325884946627, "his": 0.3650972531026267}, "outfits": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "outside": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "over": {"her - his": -0.06557269361338597, "her": 0.2833467896330154, "his": 0.3489194832464014}, "overestimate": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "overflowing": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "overing": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "overlap": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "oversee": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "overseeing": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "oversight": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "own": {"her - his": -0.040270694148847375, "her": 0.31474233820391995, "his": 0.3550130323527673}, "p": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "pace": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "pacing": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "package": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "page": {"her - his": -0.02094512212072369, "her": 0.28695684166104674, "his": 0.3079019637817704}, "pages": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "paid": {"her - his": 0.04775611445797928, "her": 0.3361080679323615, "his": 0.2883519534743822}, "painfully": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "pains": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "painted": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "pair": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "palpable": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "pan": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "panic": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "parent": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "parents": {"her - his": -0.004619124411231107, "her": 0.24429076138735242, "his": 0.24890988579858353}, "parks": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "parliament": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "part": {"her - his": -0.01936969314668202, "her": 0.3180447191467863, "his": 0.3374144122934683}, "participants": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "partners": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "parts": {"her - his": -0.004186407171905937, "her": 0.2567378962045359, "his": 0.26092430337644185}, "pass": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "passengers": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "passes": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "past": {"her - his": -0.048074823435122094, "her": 0.28695684166104674, "his": 0.33503166509616883}, "pastor": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "pastors": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "patience": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "patients": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "patronize": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "pawn": {"her - his": 0.09416216326982355, "her": 0.3249901159470678, "his": 0.23082795267724424}, "pay": {"her - his": -0.05552992270694282, "her": 0.24429076138735242, "his": 0.29982068409429524}, "payday": {"her - his": 0.09416216326982355, "her": 0.3249901159470678, "his": 0.23082795267724424}, "paying": {"her - his": 0.08039344658430381, "her": 0.32930333238288734, "his": 0.24890988579858353}, "peace": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "peak": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "people": {"her - his": -0.07846251210768757, "her": 0.25206555297026434, "his": 0.3305280650779519}, "per": {"her - his": -0.05669415527524946, "her": 0.22602253400998873, "his": 0.2827166892852382}, "perfect": {"her - his": 0.01841317262643105, "her": 0.29660849574915243, "his": 0.2781953231227214}, "performance": {"her - his": -0.0732046105488591, "her": 0.23907353070854512, "his": 0.3122781412574042}, "performances": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "performed": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "performing": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "perhaps": {"her - his": -0.015349246669646766, "her": 0.3157521686526313, "his": 0.33110141532227805}, "perplexing": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "persecution": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "person": {"her - his": 0.011963013765068586, "her": 0.319864977546839, "his": 0.3079019637817704}, "personal": {"her - his": -0.06178983168576058, "her": 0.2506240953935351, "his": 0.31241392707929566}, "personnel": {"her - his": 0.04776497221455672, "her": 0.3161065487838031, "his": 0.2683415765692464}, "pet": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "petrov": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "phone": {"her - his": 0.04775611445797928, "her": 0.3361080679323615, "his": 0.2883519534743822}, "photos": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "physical": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "physically": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "piece": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "piedmont": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "pill": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "pin": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "pitch": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "place": {"her - his": -0.029616241778510355, "her": 0.327226076577712, "his": 0.3568423183562224}, "plague": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "plain": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "planning": {"her - his": -0.03622005683414409, "her": 0.19930825236638064, "his": 0.23552830920052473}, "plantation": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "play": {"her - his": -0.07141792535163177, "her": 0.25765729437853174, "his": 0.3290752197301635}, "played": {"her - his": -0.10024942267931194, "her": 0.23907353070854512, "his": 0.33932295338785706}, "player": {"her - his": -0.07494130831333656, "her": 0.21558693583354605, "his": 0.2905282441468826}, "players": {"her - his": -0.07494130831333656, "her": 0.21558693583354605, "his": 0.2905282441468826}, "playing": {"her - his": -0.034413659160836135, "her": 0.23434513846283153, "his": 0.26875879762366767}, "plays": {"her - his": -0.07129473077650628, "her": 0.2644163180841, "his": 0.33571104886060626}, "please": {"her - his": -0.0033900074610950792, "her": 0.2915468062966027, "his": 0.29493681375769776}, "pleasure": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "pm": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "pockets": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "podcast": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "point": {"her - his": -0.12399792172744387, "her": 0.21251603764319157, "his": 0.33651395937063544}, "points": {"her - his": -0.10024942267931194, "her": 0.23907353070854512, "his": 0.33932295338785706}, "police": {"her - his": -0.08912055204336855, "her": 0.222311322237236, "his": 0.31143187428060454}, "policy": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "political": {"her - his": -0.058381350485508826, "her": 0.19930825236638064, "his": 0.25768960285188947}, "pong": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "popular": {"her - his": -0.0041007866571697305, "her": 0.27189197322194414, "his": 0.27599275987911387}, "porch": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "position": {"her - his": -0.02094512212072369, "her": 0.28695684166104674, "his": 0.3079019637817704}, "possibly": {"her - his": 0.018810891210684355, "her": 0.3161065487838031, "his": 0.29729565757311877}, "post": {"her - his": 0.012198095000274523, "her": 0.32930333238288734, "his": 0.3171052373826128}, "potential": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "power": {"her - his": -0.04784108428251588, "her": 0.28011958292151135, "his": 0.3279606672040272}, "practical": {"her - his": -0.05364425882981416, "her": 0.27360073721697403, "his": 0.3272449960467882}, "practice": {"her - his": 0.0477706824666968, "her": 0.3249901159470678, "his": 0.277219433480371}, "praised": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "pray": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "prayer": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "praying": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "pre": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "preach": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "preaching": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "precepts": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "precious": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "prepare": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "prepared": {"her - his": 0.018665083943202987, "her": 0.30867268403835524, "his": 0.29000760009515225}, "presence": {"her - his": -0.020236248493532116, "her": 0.30226018758299183, "his": 0.32249643607652395}, "pressuring": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "pretended": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "prevented": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "preview": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "previous": {"her - his": -0.0359635025183504, "her": 0.2788720160049323, "his": 0.3148355185232827}, "prickly": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "pride": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "prime": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "principle": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "probably": {"her - his": 0.012198095000274523, "her": 0.32930333238288734, "his": 0.3171052373826128}, "problem": {"her - his": -0.049259881508393055, "her": 0.2687239682752019, "his": 0.31798384978359495}, "problems": {"her - his": -0.05714935454320097, "her": 0.2188434053359129, "his": 0.27599275987911387}, "process": {"her - his": -0.06209460152438809, "her": 0.24638640755975252, "his": 0.3084810090841406}, "produced": {"her - his": -0.0346357214042593, "her": 0.23001687775679958, "his": 0.2646525991610589}, "producer": {"her - his": 0.0938569785103478, "her": 0.3361080679323615, "his": 0.24225108942201368}, "production": {"her - his": -0.09060307184258362, "her": 0.20422050028314306, "his": 0.2948235721257267}, "professionals": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "program": {"her - his": 0.036442925930218306, "her": 0.35893936200674226, "his": 0.32249643607652395}, "progressively": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "project": {"her - his": -0.03670731619010664, "her": 0.26573543986837206, "his": 0.3024427560584787}, "prolific": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "proper": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "properly": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "prose": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "protect": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "protectors": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "proven": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "provide": {"her - his": -0.07054118727646824, "her": 0.2687239682752019, "his": 0.33926515555167014}, "provided": {"her - his": 0.018533537958976, "her": 0.30226018758299183, "his": 0.28372664962401584}, "providing": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "proxy": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "psychologist": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "public": {"her - his": -0.07342610214895309, "her": 0.23202782805316988, "his": 0.30545393020212297}, "publications": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "published": {"her - his": -0.03550729337279879, "her": 0.28695684166104674, "his": 0.3224641350338455}, "publisher": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "pull": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "purchased": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "purpose": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "pursue": {"her - his": 0.019167447941638716, "her": 0.3361080679323615, "his": 0.31694061999072276}, "put": {"her - his": -0.08968874305538216, "her": 0.2506240953935351, "his": 0.34031283844891724}, "pyjamas": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "qualified": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "quality": {"her - his": -0.0051296119616300595, "her": 0.23001687775679958, "his": 0.23514648971842964}, "quest": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "question": {"her - his": -0.015518796688789471, "her": 0.3119537944453996, "his": 0.3274725911341891}, "questions": {"her - his": -0.035210399230596934, "her": 0.2188434053359129, "his": 0.25405380456650983}, "quick": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "quickly": {"her - his": -0.03360694368746958, "her": 0.25011970593654625, "his": 0.28372664962401584}, "quite": {"her - his": -0.05586328304915264, "her": 0.23907353070854512, "his": 0.29493681375769776}, "rain": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "random": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "rapper": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "rate": {"her - his": -0.03390456173536896, "her": 0.24429076138735242, "his": 0.2781953231227214}, "rather": {"her - his": 0.04128759408733995, "her": 0.34953789858129686, "his": 0.3082503044939569}, "re": {"her - his": -0.05483331339454295, "her": 0.2840925251797516, "his": 0.33892583857429454}, "reached": {"her - his": 0.047698609950568904, "her": 0.29660849574915243, "his": 0.24890988579858353}, "read": {"her - his": -0.0156772547775067, "her": 0.3084221978165759, "his": 0.3240994525940826}, "reader": {"her - his": -0.0022548800997204133, "her": 0.3249901159470678, "his": 0.3272449960467882}, "readers": {"her - his": -0.03183219042991986, "her": 0.2851084295608029, "his": 0.31694061999072276}, "readily": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "reading": {"her - his": -0.059745301928365524, "her": 0.2788720160049323, "his": 0.3386173179332978}, "ready": {"her - his": 0.029550728836199802, "her": 0.3348270917662756, "his": 0.3052763629300758}, "real": {"her - his": -0.00300967646402861, "her": 0.3084221978165759, "his": 0.31143187428060454}, "realisation": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "realization": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "really": {"her - his": -0.0024369058301892954, "her": 0.33524678589947027, "his": 0.33768369172965956}, "reason": {"her - his": 0.029482648288592095, "her": 0.32930333238288734, "his": 0.29982068409429524}, "reasons": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "reawakens": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "rebellious": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "receive": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "recent": {"her - his": -0.0038446732803059103, "her": 0.2788720160049323, "his": 0.2827166892852382}, "recognition": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "reconciliations": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "record": {"her - his": -0.05473180273971234, "her": 0.2567378962045359, "his": 0.31146969894424825}, "red": {"her - his": 0.04774838066191339, "her": 0.30867268403835524, "his": 0.26092430337644185}, "redman": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "reference": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "reflection": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "reflects": {"her - his": 0.019167447941638716, "her": 0.3361080679323615, "his": 0.31694061999072276}, "refuse": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "refuted": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "regard": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "regarding": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "region": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "regional": {"her - his": -0.034413659160836135, "her": 0.23434513846283153, "his": 0.26875879762366767}, "registration": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "regularly": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "reich": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "rejected": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "relate": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "relation": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "relationship": {"her - his": -0.07444735563125399, "her": 0.222311322237236, "his": 0.29675867786849}, "relay": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "released": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "relevant": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "remember": {"her - his": 0.012330655689751668, "her": 0.3348270917662756, "his": 0.32249643607652395}, "remind": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "reminded": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "remodel": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "remote": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "rented": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "repeat": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "report": {"her - his": 0.05100405131972646, "her": 0.2936828275983154, "his": 0.24267877627858891}, "reports": {"her - his": 0.12746645858881206, "her": 0.32930333238288734, "his": 0.20183687379407528}, "request": {"her - his": -0.05515665699352956, "her": 0.25011970593654625, "his": 0.3052763629300758}, "requests": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "requirements": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "requires": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "researched": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "residents": {"her - his": 0.04260743377157927, "her": 0.2567378962045359, "his": 0.21413046243295664}, "resolution": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "respect": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "respected": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "respond": {"her - his": 0.09416216326982355, "her": 0.3249901159470678, "his": 0.23082795267724424}, "responding": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "response": {"her - his": 0.018301856188632837, "her": 0.2915468062966027, "his": 0.27324495010796984}, "responsible": {"her - his": 0.04775611445797928, "her": 0.3361080679323615, "his": 0.2883519534743822}, "rest": {"her - his": -0.05473180273971234, "her": 0.2567378962045359, "his": 0.31146969894424825}, "restaurant": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "restrict": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "retailers": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "retrieved": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "return": {"her - his": -0.03550729337279879, "her": 0.28695684166104674, "his": 0.3224641350338455}, "returning": {"her - his": -0.0542374909028826, "her": 0.2644163180841, "his": 0.3186538089869826}, "reveals": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "review": {"her - his": -0.02094512212072369, "her": 0.28695684166104674, "his": 0.3079019637817704}, "reviews": {"her - his": -0.03183219042991986, "her": 0.2851084295608029, "his": 0.31694061999072276}, "reyes": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "rich": {"her - his": 0.04252911608106183, "her": 0.25011970593654625, "his": 0.20759058985548443}, "ride": {"her - his": -0.004973208615181024, "her": 0.23434513846283153, "his": 0.23931834707801256}, "ridenyc": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "rifts": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "right": {"her - his": -0.04160818870998617, "her": 0.3178321670082833, "his": 0.3594403557182695}, "rightly": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "rights": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "road": {"her - his": -0.07577026720645944, "her": 0.20422050028314306, "his": 0.2799907674896025}, "rock": {"her - his": -0.004186407171905937, "her": 0.2567378962045359, "his": 0.26092430337644185}, "rohan": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "role": {"her - his": -0.04905413362304939, "her": 0.27189197322194414, "his": 0.32094610684499353}, "roles": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "roof": {"her - his": 0.0477706824666968, "her": 0.3249901159470678, "his": 0.277219433480371}, "room": {"her - his": -0.002547260203179469, "her": 0.3161065487838031, "his": 0.3186538089869826}, "root": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "rotations": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "round": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "rt": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "run": {"her - his": -0.03550729337279879, "her": 0.28695684166104674, "his": 0.3224641350338455}, "running": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "runs": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "rushed": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "ruslan": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "russell": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "russia": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "russian": {"her - his": 0.04260743377157927, "her": 0.2567378962045359, "his": 0.21413046243295664}, "russians": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "s": {"her - his": -0.07447236088549042, "her": 0.2675350663020956, "his": 0.34200742718758603}, "sad": {"her - his": 0.0938569785103478, "her": 0.3361080679323615, "his": 0.24225108942201368}, "sadly": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "safely": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "safety": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "saftar": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "said": {"her - his": -0.0038982847483627348, "her": 0.30289408207687424, "his": 0.306792366825237}, "salisbury": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "same": {"her - his": -0.04710133560199731, "her": 0.2911728790777871, "his": 0.3382742146797844}, "sanctify": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "sarah": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "satan": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "saturday": {"her - his": -0.05586328304915264, "her": 0.23907353070854512, "his": 0.29493681375769776}, "save": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "saved": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "saving": {"her - his": 0.09416216326982355, "her": 0.3249901159470678, "his": 0.23082795267724424}, "savings": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "saw": {"her - his": -0.03064932925450159, "her": 0.31605677772271495, "his": 0.34670610697721654}, "say": {"her - his": -0.0389180969673239, "her": 0.27441502417013736, "his": 0.31333312113746126}, "saying": {"her - his": -0.003553106848530052, "her": 0.28695684166104674, "his": 0.2905099485095768}, "says": {"her - his": 0.029417505914710707, "her": 0.32435431967240846, "his": 0.29493681375769776}, "scandal": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "scared": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "scenes": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "schedule": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "school": {"her - his": -0.016099781532007196, "her": 0.2990895703139264, "his": 0.3151893518459336}, "scored": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "scorer": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "scoring": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "screen": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "screenings": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "scripted": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "scripture": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "scrubs": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "se": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "searching": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "season": {"her - his": -0.05314959680734671, "her": 0.20863730877070846, "his": 0.2617869055780552}, "seat": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "seating": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "seats": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "second": {"her - his": -0.06553238525454674, "her": 0.26298436811448983, "his": 0.3285167533690366}, "seconds": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "security": {"her - his": -0.03390456173536896, "her": 0.24429076138735242, "his": 0.2781953231227214}, "see": {"her - his": -0.040386270495832544, "her": 0.28546535173937143, "his": 0.325851622235204}, "seedy": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "seeing": {"her - his": -0.0030161753470839825, "her": 0.30226018758299183, "his": 0.3052763629300758}, "seeking": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "seem": {"her - his": -0.08848064594026994, "her": 0.23001687775679958, "his": 0.3184975236970695}, "seemed": {"her - his": -0.003212188345142808, "her": 0.29660849574915243, "his": 0.29982068409429524}, "seemingly": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "seems": {"her - his": 0.017682663579607016, "her": 0.26573543986837206, "his": 0.24805277628876504}, "seen": {"her - his": -0.049978088855825886, "her": 0.25765729437853174, "his": 0.30763538323435763}, "sees": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "seinfeld": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "self": {"her - his": 0.019167447941638716, "her": 0.3361080679323615, "his": 0.31694061999072276}, "semi": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "senior": {"her - his": -0.0022548800997204133, "her": 0.3249901159470678, "his": 0.3272449960467882}, "sensational": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "sense": {"her - his": -0.07187732375360262, "her": 0.2567378962045359, "his": 0.3286152199581385}, "sensitive": {"her - his": 0.04774838066191339, "her": 0.30867268403835524, "his": 0.26092430337644185}, "sent": {"her - his": 0.01841317262643105, "her": 0.29660849574915243, "his": 0.2781953231227214}, "sentences": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "separations": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "sept": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "september": {"her - his": -0.0358295674813881, "her": 0.2068492087972008, "his": 0.24267877627858891}, "sergei": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "series": {"her - his": -0.13405371439664135, "her": 0.20422050028314306, "his": 0.3382742146797844}, "sermon": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "servants": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "serve": {"her - his": -0.03360694368746958, "her": 0.25011970593654625, "his": 0.28372664962401584}, "served": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "serves": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "service": {"her - his": -0.021946609596194655, "her": 0.26573543986837206, "his": 0.2876820494645667}, "serving": {"her - his": 0.04769774106562946, "her": 0.3511701894137732, "his": 0.30347244834814374}, "sessions": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "set": {"her - his": -0.0271891562751978, "her": 0.30201720525817144, "his": 0.32920636153336924}, "sets": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "setting": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "settle": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "seven": {"her - his": -0.07187732375360262, "her": 0.2567378962045359, "his": 0.3286152199581385}, "several": {"her - his": -0.03775067579271735, "her": 0.2936828275983154, "his": 0.3314335033910327}, "sg": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "shadow": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "shannon": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "share": {"her - his": -0.020236248493532116, "her": 0.30226018758299183, "his": 0.32249643607652395}, "shared": {"her - his": -0.03360694368746958, "her": 0.25011970593654625, "his": 0.28372664962401584}, "shares": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "sharing": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "sharons26": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "sharper": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "she": {"her - his": 0.11679079707797471, "her": 0.3310532739775877, "his": 0.214262476899613}, "shepherd": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "sheri": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "sherlock": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "shinier": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "ship": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "shop": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "short": {"her - his": -0.048348239761620226, "her": 0.2827531755606578, "his": 0.33110141532227805}, "shorten": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "shortly": {"her - his": 0.04775611445797928, "her": 0.3361080679323615, "his": 0.2883519534743822}, "shot": {"her - his": -0.03550729337279879, "her": 0.28695684166104674, "his": 0.3224641350338455}, "shots": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "should": {"her - his": -0.014217130002731726, "her": 0.28979036134385494, "his": 0.30400749134658667}, "shouldn": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "show": {"her - his": -0.02221743695706946, "her": 0.31605677772271495, "his": 0.3382742146797844}, "showcase": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "showed": {"her - his": -0.05515665699352956, "her": 0.25011970593654625, "his": 0.3052763629300758}, "shown": {"her - his": -0.05473180273971234, "her": 0.2567378962045359, "his": 0.31146969894424825}, "shows": {"her - his": -0.05515665699352956, "her": 0.25011970593654625, "his": 0.3052763629300758}, "side": {"her - his": -0.048835034919370024, "her": 0.2752644176747126, "his": 0.3240994525940826}, "sight": {"her - his": -0.03183219042991986, "her": 0.2851084295608029, "his": 0.31694061999072276}, "sightseeing": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "sign": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "silent": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "silver": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "similar": {"her - his": -0.03390456173536896, "her": 0.24429076138735242, "his": 0.2781953231227214}, "similarities": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "simmons": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "simon": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "simple": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "simply": {"her - his": 0.018008557335567665, "her": 0.2788720160049323, "his": 0.2608634586693646}, "since": {"her - his": -0.0675259108506121, "her": 0.2840925251797516, "his": 0.3516184360303637}, "sinful": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "sing": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "singleton": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "sirkin": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "sister": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "sit": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "sitting": {"her - his": 0.01897569571152341, "her": 0.3249901159470678, "his": 0.30601442023554437}, "situation": {"her - his": -0.016099781532007196, "her": 0.2990895703139264, "his": 0.3151893518459336}, "six": {"her - his": -0.0359635025183504, "her": 0.2788720160049323, "his": 0.3148355185232827}, "size": {"her - his": -0.004186407171905937, "her": 0.2567378962045359, "his": 0.26092430337644185}, "skin": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "skins": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "skripal": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "skripals": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "slack": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "slang": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "sleep": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "sleepless": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "slightly": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "slow": {"her - his": -0.002797014905893014, "her": 0.30867268403835524, "his": 0.31146969894424825}, "small": {"her - his": -0.05586328304915264, "her": 0.23907353070854512, "his": 0.29493681375769776}, "smalls": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "smidgen": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "so": {"her - his": -0.0027469325818422208, "her": 0.3353424466070827, "his": 0.3380893791889249}, "soccer": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "society": {"her - his": -0.034413659160836135, "her": 0.23434513846283153, "his": 0.26875879762366767}, "some": {"her - his": -0.08154795958889877, "her": 0.2874315845333579, "his": 0.36897954412225664}, "someone": {"her - his": 0.0296967632648511, "her": 0.3483505722518337, "his": 0.3186538089869826}, "something": {"her - his": -0.016573140043936008, "her": 0.2887751588395152, "his": 0.3053482988834512}, "sometimes": {"her - his": 0.012076178415004246, "her": 0.32435431967240846, "his": 0.3122781412574042}, "somewhere": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "son": {"her - his": -0.003553106848530052, "her": 0.28695684166104674, "his": 0.2905099485095768}, "soon": {"her - his": -0.07417361511156584, "her": 0.22602253400998873, "his": 0.30019614912155457}, "sore": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "sorry": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "sort": {"her - his": -0.03183219042991986, "her": 0.2851084295608029, "his": 0.31694061999072276}, "soul": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "sounding": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "southbank": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "soviet": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "speaker": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "special": {"her - his": -0.02132413311662229, "her": 0.2788720160049323, "his": 0.30019614912155457}, "specific": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "spectators": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "speech": {"her - his": -0.07387809592724842, "her": 0.23001687775679958, "his": 0.303894973684048}, "spellbound": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "spent": {"her - his": -0.036167456605891934, "her": 0.2752644176747126, "his": 0.31143187428060454}, "sphere": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "spirit": {"her - his": -0.07417361511156584, "her": 0.22602253400998873, "his": 0.30019614912155457}, "spirited": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "spiritual": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "spiritually": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "spying": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "square": {"her - his": -0.05364425882981416, "her": 0.27360073721697403, "his": 0.3272449960467882}, "stacks": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "stadium": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "stadler": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "stage": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "stan": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "standard": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "standards": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "standing": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "start": {"her - his": -0.08912055204336855, "her": 0.222311322237236, "his": 0.31143187428060454}, "started": {"her - his": -0.048835034919370024, "her": 0.2752644176747126, "his": 0.3240994525940826}, "starters": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "starting": {"her - his": -0.048074823435122094, "her": 0.28695684166104674, "his": 0.33503166509616883}, "starts": {"her - his": -0.002797014905893014, "her": 0.30867268403835524, "his": 0.31146969894424825}, "state": {"her - his": 0.033044329208960554, "her": 0.2998330495941878, "his": 0.2667887203852272}, "statement": {"her - his": -0.004186407171905937, "her": 0.2567378962045359, "his": 0.26092430337644185}, "statements": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "station": {"her - his": 0.018301856188632837, "her": 0.2915468062966027, "his": 0.27324495010796984}, "statue": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "stay": {"her - his": -0.05644032188619791, "her": 0.23001687775679958, "his": 0.2864571996429975}, "stayed": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "steadily": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "steady": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "step": {"her - his": -0.01678169332025231, "her": 0.28427650941860133, "his": 0.30105820273885364}, "stephen": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "stepping": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "steven": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "stiff": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "stiffed": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "still": {"her - his": -0.05758507430711152, "her": 0.26298436811448983, "his": 0.32056944242160135}, "stitches": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "stole": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "stone": {"her - his": 0.04252911608106183, "her": 0.25011970593654625, "his": 0.20759058985548443}, "stop": {"her - his": -0.036167456605891934, "her": 0.2752644176747126, "his": 0.31143187428060454}, "store": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "stories": {"her - his": -0.0723767301399777, "her": 0.25011970593654625, "his": 0.32249643607652395}, "story": {"her - his": 0.07561960070858165, "her": 0.33648305937794626, "his": 0.2608634586693646}, "strained": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "strategies": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "street": {"her - his": 0.05372416490590448, "her": 0.34866097866360224, "his": 0.29493681375769776}, "streets": {"her - his": 0.018533537958976, "her": 0.30226018758299183, "his": 0.28372664962401584}, "strength": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "strengthened": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "struck": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "struggled": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "struggles": {"her - his": 0.0477706824666968, "her": 0.3249901159470678, "his": 0.277219433480371}, "students": {"her - his": -0.05644032188619791, "her": 0.23001687775679958, "his": 0.2864571996429975}, "studies": {"her - his": -0.056164810046745256, "her": 0.23434513846283153, "his": 0.2905099485095768}, "stuff": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "style": {"her - his": -0.0018687857611714431, "her": 0.3410917247349267, "his": 0.34296051049609816}, "subdued": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "subject": {"her - his": -0.0732046105488591, "her": 0.23907353070854512, "his": 0.3122781412574042}, "substance": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "subversive": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "subway": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "successfully": {"her - his": 0.09416216326982355, "her": 0.3249901159470678, "his": 0.23082795267724424}, "such": {"her - his": -0.06462922083024575, "her": 0.2946692897526608, "his": 0.35929851058290657}, "sudden": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "suffered": {"her - his": 0.0477706824666968, "her": 0.3249901159470678, "his": 0.277219433480371}, "suffering": {"her - his": -0.05364425882981416, "her": 0.27360073721697403, "his": 0.3272449960467882}, "suggests": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "suicide": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "suited": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "sullen": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "support": {"her - his": -0.04657160538504851, "her": 0.2990895703139264, "his": 0.3456611756989749}, "supporters": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "supportive": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "supposed": {"her - his": 0.04769774106562946, "her": 0.3511701894137732, "his": 0.30347244834814374}, "sure": {"her - his": -0.022338459568458147, "her": 0.31369849006867906, "his": 0.3360369496371372}, "surprised": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "surprising": {"her - his": -0.004186407171905937, "her": 0.2567378962045359, "his": 0.26092430337644185}, "surrounds": {"her - his": 0.09338338509621036, "her": 0.3511701894137732, "his": 0.25778680431756285}, "susan": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "suspected": {"her - his": 0.08029234507953953, "her": 0.3348270917662756, "his": 0.2545347466867361}, "suspects": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "swapped": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "sweet": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "switching": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "system": {"her - his": -0.11259478392330907, "her": 0.22602253400998873, "his": 0.3386173179332978}, "t": {"her - his": -0.0713252735367017, "her": 0.27505817968922786, "his": 0.34638345322592956}, "tables": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "take": {"her - his": -0.0032449285411220163, "her": 0.31308011720719864, "his": 0.31632504574832065}, "taken": {"her - his": -0.047704591997940415, "her": 0.28215886385728806, "his": 0.32986345585522847}, "takes": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "takeshi": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "taking": {"her - his": -0.1251119970785107, "her": 0.20171050081389233, "his": 0.32682249789240303}, "talent": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "talented": {"her - his": 0.019167447941638716, "her": 0.3361080679323615, "his": 0.31694061999072276}, "talk": {"her - his": 0.0938569785103478, "her": 0.3361080679323615, "his": 0.24225108942201368}, "talking": {"her - his": 0.029417505914710707, "her": 0.32435431967240846, "his": 0.29493681375769776}, "talks": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "task": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "tasks": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "teach": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "teaching": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "team": {"her - his": -0.06237756659078922, "her": 0.24244556748982585, "his": 0.30482313408061507}, "teams": {"her - his": -0.089406899158044, "her": 0.2188434053359129, "his": 0.3082503044939569}, "techniques": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "teenager": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "teens": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "telegraph": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "telekinesis": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "tell": {"her - his": 0.011963013765068586, "her": 0.319864977546839, "his": 0.3079019637817704}, "telling": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "tells": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "tempted": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "ten": {"her - his": 0.04268882415488043, "her": 0.2644163180841, "his": 0.22172749392921956}, "tend": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "term": {"her - his": -0.07387809592724842, "her": 0.23001687775679958, "his": 0.303894973684048}, "terms": {"her - his": 0.047725440896255744, "her": 0.30226018758299183, "his": 0.2545347466867361}, "terrible": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "terrifying": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "terrorism": {"her - his": -0.004186407171905937, "her": 0.2567378962045359, "his": 0.26092430337644185}, "terrorist": {"her - his": 0.09507081768231998, "her": 0.2752644176747126, "his": 0.18019359999239262}, "test": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "testing": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "than": {"her - his": -0.03173208287077994, "her": 0.2982711392827206, "his": 0.33000322215350053}, "thanapob": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "thank": {"her - his": -0.03360694368746958, "her": 0.25011970593654625, "his": 0.28372664962401584}, "thanks": {"her - his": -0.003704024082339663, "her": 0.2827531755606578, "his": 0.2864571996429975}, "that": {"her - his": -0.07970078951833284, "her": 0.23993625991295534, "his": 0.3196370494312882}, "the": {"her - his": -0.11215490453747415, "her": 0.1136209095096298, "his": 0.22577581404710395}, "theatre": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "their": {"her - his": -0.055461539258249815, "her": 0.29016424977534466, "his": 0.3456257890335945}, "them": {"her - his": -0.06875902836053982, "her": 0.28668561549925325, "his": 0.3554446438597931}, "themed": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "themselves": {"her - his": -0.0357443481364117, "her": 0.2827531755606578, "his": 0.3184975236970695}, "then": {"her - his": -0.0763283349627788, "her": 0.2989246984927741, "his": 0.3752530334555529}, "there": {"her - his": -0.07064998724922689, "her": 0.2889104100189731, "his": 0.3595603972682}, "theresa": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "these": {"her - his": -0.048923543922028856, "her": 0.30191752213398104, "his": 0.3508410660560099}, "they": {"her - his": -0.036982729174226625, "her": 0.29092610293580295, "his": 0.3279088321100296}, "thing": {"her - his": -0.050288506826616564, "her": 0.2528702522319531, "his": 0.30315875905856965}, "things": {"her - his": -0.0731251455698892, "her": 0.2868713756570273, "his": 0.3599965212269165}, "think": {"her - his": -0.01999213684228668, "her": 0.3058594853929173, "his": 0.325851622235204}, "thinking": {"her - his": -0.07187732375360262, "her": 0.2567378962045359, "his": 0.3286152199581385}, "third": {"her - his": -0.07577026720645944, "her": 0.20422050028314306, "his": 0.2799907674896025}, "thirty": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "this": {"her - his": -0.07920292111540073, "her": 0.29463610857868744, "his": 0.37383902969408817}, "those": {"her - his": -0.028580162717699975, "her": 0.2852548345680401, "his": 0.3138349972857401}, "though": {"her - his": -0.08174367957404907, "her": 0.2443817053011734, "his": 0.32612538487522247}, "thought": {"her - his": -0.028018990532675425, "her": 0.28647934632964517, "his": 0.3144983368623206}, "thousands": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "three": {"her - his": -0.08236509078419685, "her": 0.23700227865911916, "his": 0.319367369443316}, "thrilled": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "through": {"her - his": -0.053153373883629285, "her": 0.301886579262527, "his": 0.3550399531461563}, "throughout": {"her - his": -0.04860057512925681, "her": 0.2788720160049323, "his": 0.3274725911341891}, "throw": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "ticket": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "tickets": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "tie": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "tien": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "ties": {"her - his": -0.03287933948901878, "her": 0.2644163180841, "his": 0.29729565757311877}, "tile": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "tim": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "time": {"her - his": -0.06835536287891752, "her": 0.3139677825724563, "his": 0.3823231454513738}, "times": {"her - his": -0.04981198103527762, "her": 0.2602179240432754, "his": 0.310029905078553}, "timothy": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "tiptoeing": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "titled": {"her - his": -0.03183219042991986, "her": 0.2851084295608029, "his": 0.31694061999072276}, "titles": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "to": {"her - his": -0.10722715079120879, "her": 0.18455514344257914, "his": 0.29178229423378793}, "today": {"her - his": 0.011407520849359698, "her": 0.2990895703139264, "his": 0.2876820494645667}, "together": {"her - his": -0.08830893432640113, "her": 0.26573543986837206, "his": 0.3540443741947732}, "told": {"her - his": 0.006497511640127629, "her": 0.32155666296708857, "his": 0.31505915132696094}, "toll": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "tomorrow": {"her - his": -0.03390456173536896, "her": 0.24429076138735242, "his": 0.2781953231227214}, "tone": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "tonkotsu": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "too": {"her - his": -0.014286072279822315, "her": 0.2883123948490541, "his": 0.3025984671288764}, "took": {"her - his": -0.003996263032754466, "her": 0.28215886385728806, "his": 0.2861551268900425}, "top": {"her - his": -0.10443600792331151, "her": 0.19265911121910065, "his": 0.29709511914241216}, "topical": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "torn": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "tortured": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "tough": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "tour": {"her - his": 0.04238159667946667, "her": 0.23907353070854512, "his": 0.19669193402907845}, "tournament": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "tours": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "toward": {"her - his": -0.02132413311662229, "her": 0.2788720160049323, "his": 0.30019614912155457}, "towards": {"her - his": -0.05473180273971234, "her": 0.2567378962045359, "his": 0.31146969894424825}, "town": {"her - his": 0.017220385297705837, "her": 0.24846514676141315, "his": 0.23124476146370732}, "tracks": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "train": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "transaction": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "travel": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "treated": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "treatment": {"her - his": 0.04747588590087751, "her": 0.2687239682752019, "his": 0.2212480823743244}, "tremendous": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "tried": {"her - his": -0.048835034919370024, "her": 0.2752644176747126, "his": 0.3240994525940826}, "tries": {"her - his": 0.04769774106562946, "her": 0.3511701894137732, "his": 0.30347244834814374}, "trips": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "trivia": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "trouble": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "true": {"her - his": -0.015518796688789471, "her": 0.3119537944453996, "his": 0.3274725911341891}, "trust": {"her - his": -0.0030161753470839825, "her": 0.30226018758299183, "his": 0.3052763629300758}, "truth": {"her - his": 0.04769774106562946, "her": 0.3511701894137732, "his": 0.30347244834814374}, "try": {"her - his": -0.015349246669646766, "her": 0.3157521686526313, "his": 0.33110141532227805}, "trying": {"her - his": -0.049259881508393055, "her": 0.2687239682752019, "his": 0.31798384978359495}, "turn": {"her - his": -0.03524882292692805, "her": 0.2915468062966027, "his": 0.3267956292235307}, "turned": {"her - his": 0.029550728836199802, "her": 0.3348270917662756, "his": 0.3052763629300758}, "turns": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "tv": {"her - his": -0.03360694368746958, "her": 0.25011970593654625, "his": 0.28372664962401584}, "twelve": {"her - his": -0.004415040750189836, "her": 0.25011970593654625, "his": 0.2545347466867361}, "two": {"her - his": -0.022526198949219367, "her": 0.30728011481595047, "his": 0.32980631376516983}, "type": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "ugly": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "uk": {"her - his": -0.004186407171905937, "her": 0.2567378962045359, "his": 0.26092430337644185}, "ultimately": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "unappreciated": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "unbiased": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "uncertain": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "uncommunicative": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "uncredited": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "under": {"her - his": -0.050963972690356324, "her": 0.24244556748982585, "his": 0.29340954018018217}, "underneath": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "understand": {"her - his": 0.01819804403737907, "her": 0.28695684166104674, "his": 0.26875879762366767}, "understood": {"her - his": -0.03183219042991986, "her": 0.2851084295608029, "his": 0.31694061999072276}, "undertake": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "unenticing": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "unfair": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "union": {"her - his": 0.09437905485458356, "her": 0.3161065487838031, "his": 0.22172749392921956}, "unit": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "unite": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "united": {"her - his": -0.08881298451329395, "her": 0.22602253400998873, "his": 0.3148355185232827}, "unity": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "unless": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "unnoticed": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "unpleasant": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "unproven": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "unsolved": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "until": {"her - his": 0.018533537958976, "her": 0.30226018758299183, "his": 0.28372664962401584}, "unwelcome": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "up": {"her - his": -0.0504813295142984, "her": 0.30421725604678423, "his": 0.35469858556108264}, "upon": {"her - his": -0.05364425882981416, "her": 0.27360073721697403, "his": 0.3272449960467882}, "uppity": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "us": {"her - his": -0.04833485728864578, "her": 0.27767236118632677, "his": 0.32600721847497255}, "usd": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "use": {"her - his": -0.09215999427145788, "her": 0.18484458443714608, "his": 0.27700457870860395}, "used": {"her - his": -0.03979048316371531, "her": 0.26009419420854096, "his": 0.29988467737225627}, "uses": {"her - his": -0.05552992270694282, "her": 0.24429076138735242, "his": 0.29982068409429524}, "usual": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "usually": {"her - his": -0.004415040750189836, "her": 0.25011970593654625, "his": 0.2545347466867361}, "v": {"her - his": 0.04776497221455672, "her": 0.3161065487838031, "his": 0.2683415765692464}, "valued": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "van": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "various": {"her - his": 0.08054663046882646, "her": 0.319864977546839, "his": 0.23931834707801256}, "ve": {"her - his": -0.03933227960147595, "her": 0.2676077277691335, "his": 0.30694000737060945}, "verbally": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "verse": {"her - his": -0.05586328304915264, "her": 0.23907353070854512, "his": 0.29493681375769776}, "version": {"her - his": 0.01819804403737907, "her": 0.28695684166104674, "his": 0.26875879762366767}, "very": {"her - his": -0.02475197941352314, "her": 0.3310544041497177, "his": 0.35580638356324085}, "views": {"her - his": -0.03360694368746958, "her": 0.25011970593654625, "his": 0.28372664962401584}, "villagers": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "violent": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "virginity": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "virtual": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "visit": {"her - his": -0.03390456173536896, "her": 0.24429076138735242, "his": 0.2781953231227214}, "vote": {"her - his": 0.04260743377157927, "her": 0.2567378962045359, "his": 0.21413046243295664}, "vs": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "vulnerable": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "waaay": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "waiter": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "waiting": {"her - his": 0.04775611445797928, "her": 0.3361080679323615, "his": 0.2883519534743822}, "waitress": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "waldo": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "walk": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "walked": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "walking": {"her - his": 0.05092138929500306, "her": 0.3678620092857258, "his": 0.31694061999072276}, "wander": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "want": {"her - his": -0.01301844200744856, "her": 0.31605677772271495, "his": 0.3290752197301635}, "wanted": {"her - his": 0.029294969009633798, "her": 0.3157521686526313, "his": 0.2864571996429975}, "wants": {"her - his": -0.05515665699352956, "her": 0.25011970593654625, "his": 0.3052763629300758}, "war": {"her - his": 0.017280272517908674, "her": 0.2506240953935351, "his": 0.2333438228756264}, "warm": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "was": {"her - his": -0.05944645199125237, "her": 0.28184353773895615, "his": 0.3412899897302085}, "washington": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "wasn": {"her - his": 0.07209000502185908, "her": 0.38692552354514176, "his": 0.3148355185232827}, "waste": {"her - his": -0.089406899158044, "her": 0.2188434053359129, "his": 0.3082503044939569}, "watched": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "watching": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "water": {"her - his": -0.03670731619010664, "her": 0.26573543986837206, "his": 0.3024427560584787}, "waterstones": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "watson": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "way": {"her - his": -0.008537825285427958, "her": 0.3449990966551296, "his": 0.3535369219405576}, "we": {"her - his": -0.06514074964837863, "her": 0.2642423624430062, "his": 0.3293831120913848}, "weakest": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "weariness": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "wearing": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "wears": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "weaselled": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "weaving": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "websites": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "wee": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "week": {"her - his": -0.0029724396924293295, "her": 0.31369849006867906, "his": 0.3166709297611084}, "weekend": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "weeks": {"her - his": 0.0477706824666968, "her": 0.3249901159470678, "his": 0.277219433480371}, "weight": {"her - his": -0.05586328304915264, "her": 0.23907353070854512, "his": 0.29493681375769776}, "well": {"her - his": -0.04193458778916481, "her": 0.31308011720719864, "his": 0.35501470499636345}, "went": {"her - his": -0.0038446732803059103, "her": 0.2788720160049323, "his": 0.2827166892852382}, "were": {"her - his": -0.042509012979896954, "her": 0.2802500660126402, "his": 0.32275907899253714}, "weren": {"her - his": 0.04769774106562946, "her": 0.3511701894137732, "his": 0.30347244834814374}, "west": {"her - his": -0.08967485659463031, "her": 0.21558693583354605, "his": 0.30526179242817636}, "westerberg": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "what": {"her - his": -0.08351512206136702, "her": 0.24978911699802525, "his": 0.33330423905939227}, "whatever": {"her - his": 0.04260743377157927, "her": 0.2567378962045359, "his": 0.21413046243295664}, "when": {"her - his": -0.05897899431341547, "her": 0.29038322321143817, "his": 0.34936221752485364}, "where": {"her - his": -0.03626901825474094, "her": 0.3142323952686935, "his": 0.35050141352343445}, "whether": {"her - his": 0.053768981589397025, "her": 0.31852511858386845, "his": 0.2647561369944714}, "which": {"her - his": -0.08753325668036821, "her": 0.26754730745496946, "his": 0.3550805641353377}, "while": {"her - his": -0.14021595366573394, "her": 0.2097269080591189, "his": 0.34994286172485284}, "whiled": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "whilst": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "whim": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "white": {"her - his": -0.03653782415297446, "her": 0.2687239682752019, "his": 0.30526179242817636}, "who": {"her - his": -0.04556438858629702, "her": 0.33181692819237085, "his": 0.3773813167786679}, "whole": {"her - his": -0.0735568253189389, "her": 0.23434513846283153, "his": 0.3079019637817704}, "whose": {"her - his": -0.05552992270694282, "her": 0.24429076138735242, "his": 0.29982068409429524}, "why": {"her - his": -0.03959832646176509, "her": 0.2978160858317032, "his": 0.3374144122934683}, "wicked": {"her - his": 0.042857340138789224, "her": 0.2851084295608029, "his": 0.24225108942201368}, "wider": {"her - his": 0.09338338509621036, "her": 0.3511701894137732, "his": 0.25778680431756285}, "widows": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "wife": {"her - his": 0.012476504776788189, "her": 0.3410917247349267, "his": 0.3286152199581385}, "will": {"her - his": -0.07207078788673432, "her": 0.2733159981477037, "his": 0.345386786034438}, "wilson": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "window": {"her - his": 0.018665083943202987, "her": 0.30867268403835524, "his": 0.29000760009515225}, "wing": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "wisdom": {"her - his": 0.04769774106562946, "her": 0.3511701894137732, "his": 0.30347244834814374}, "wise": {"her - his": 0.029774926437139138, "her": 0.35701992248392733, "his": 0.3272449960467882}, "wish": {"her - his": 0.04293523699379809, "her": 0.30072204131136093, "his": 0.25778680431756285}, "wished": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "with": {"her - his": -0.07256546117833451, "her": 0.28582223843074056, "his": 0.35838769960907507}, "within": {"her - his": -0.060007668792387725, "her": 0.2752644176747126, "his": 0.3352720864671003}, "without": {"her - his": -0.047704591997940415, "her": 0.28215886385728806, "his": 0.32986345585522847}, "withstood": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "woman": {"her - his": 0.1261919698066831, "her": 0.35701992248392733, "his": 0.23082795267724424}, "women": {"her - his": -0.09016437026044716, "her": 0.20960938988235772, "his": 0.2997737601428049}, "won": {"her - his": -0.03670731619010664, "her": 0.26573543986837206, "his": 0.3024427560584787}, "wonder": {"her - his": 0.018810891210684355, "her": 0.3161065487838031, "his": 0.29729565757311877}, "word": {"her - his": -0.00618693485382979, "her": 0.20171050081389233, "his": 0.20789743566772212}, "work": {"her - his": -0.046543932322569315, "her": 0.32300938134779883, "his": 0.36955331367036814}, "working": {"her - his": 0.047606685842228186, "her": 0.2827531755606578, "his": 0.23514648971842964}, "workshops": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "world": {"her - his": -0.05425771050575395, "her": 0.2872241850053257, "his": 0.34148189551107966}, "worries": {"her - his": -0.0027504070367828093, "her": 0.30072204131136093, "his": 0.30347244834814374}, "worry": {"her - his": 0.01841317262643105, "her": 0.29660849574915243, "his": 0.2781953231227214}, "worst": {"her - his": -0.03241368301857034, "her": 0.27360073721697403, "his": 0.30601442023554437}, "would": {"her - his": -0.0032812607919021075, "her": 0.3206390255863663, "his": 0.3239202863782684}, "writes": {"her - his": 0.04776497221455672, "her": 0.3161065487838031, "his": 0.2683415765692464}, "writing": {"her - his": -0.0723767301399777, "her": 0.25011970593654625, "his": 0.32249643607652395}, "wrong": {"her - his": 0.0427727845397298, "her": 0.27360073721697403, "his": 0.23082795267724424}, "wrote": {"her - his": -0.0359635025183504, "her": 0.2788720160049323, "his": 0.3148355185232827}, "www": {"her - his": -0.0036186962633969477, "her": 0.27360073721697403, "his": 0.277219433480371}, "year": {"her - his": -0.017165554331282862, "her": 0.2956287246416489, "his": 0.31279427897293177}, "years": {"her - his": -0.054035232157855884, "her": 0.2912988740154799, "his": 0.34533410617333576}, "yes": {"her - his": -0.03326970389061634, "her": 0.2567378962045359, "his": 0.29000760009515225}, "yet": {"her - his": -0.13376699704203232, "her": 0.2068492087972008, "his": 0.34061620583923313}, "yo": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "yoing": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "york": {"her - his": -0.09080656322514227, "her": 0.20171050081389233, "his": 0.2925170640390346}, "yorker": {"her - his": -0.0032435239135792937, "her": 0.2851084295608029, "his": 0.2883519534743822}, "you": {"her - his": -0.03838978085371558, "her": 0.27077870118668107, "his": 0.30916848204039665}, "young": {"her - his": 0.0071851672961615876, "her": 0.34369912666679703, "his": 0.33651395937063544}, "your": {"her - his": -0.05712886663772848, "her": 0.2529892126779058, "his": 0.3101180793156343}, "yourself": {"her - his": -0.00392525848514641, "her": 0.2644163180841, "his": 0.2683415765692464}, "yulia": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "zakharova": {"her - his": 0.04297112624961219, "her": 0.32589100284706113, "his": 0.28291987659744894}, "zone": {"her - his": 0.04238159667946667, "her": 0.23907353070854512, "his": 0.19669193402907845}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-her-man.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-her-man.json new file mode 100644 index 0000000000000000000000000000000000000000..973d17049c5d65d9363a9ec3adad20295ac7824b --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-her-man.json @@ -0,0 +1 @@ +{"0": {"her - man": -0.07551964474711356, "her": 0.17634710446816496, "man": 0.2518667492152785}, "000": {"her - man": -0.07445082247130619, "her": 0.2990895703139264, "man": 0.3735403927852326}, "1": {"her - man": -0.13124050210835542, "her": 0.23322159626571398, "man": 0.3644620983740694}, "10": {"her - man": -0.11117526545999792, "her": 0.24244556748982585, "man": 0.35362083294982377}, "100": {"her - man": -0.01826713454907508, "her": 0.26573543986837206, "man": 0.28400257441744714}, "12": {"her - man": -0.017452280368260964, "her": 0.2752644176747126, "man": 0.29271669804297357}, "13": {"her - man": -0.07079970516540512, "her": 0.28695684166104674, "man": 0.35775654682645186}, "14": {"her - man": -0.0690836144752329, "her": 0.23434513846283153, "man": 0.3034287529380644}, "15": {"her - man": -0.03903949951219743, "her": 0.3084221978165759, "man": 0.34746169732877336}, "16": {"her - man": -0.15734303949051123, "her": 0.23434513846283153, "man": 0.39168817795334276}, "17": {"her - man": -0.09999865506103223, "her": 0.2990895703139264, "man": 0.39908822537495864}, "18": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "19": {"her - man": -0.06999698440086344, "her": 0.22602253400998873, "man": 0.29601951841085217}, "1986": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "2": {"her - man": -0.10302512530636143, "her": 0.27528707071102243, "man": 0.37831219601738386}, "20": {"her - man": -0.014725334700218917, "her": 0.32976840698000937, "man": 0.3444937416802283}, "2012": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "2016": {"her - man": -0.18246501591405886, "her": 0.23434513846283153, "man": 0.4168101543768904}, "21": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "22": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "24": {"her - man": -0.12112229077606346, "her": 0.25011970593654625, "man": 0.3712419967126097}, "26": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "28": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "29": {"her - man": -0.1546537878225167, "her": 0.25011970593654625, "man": 0.40477349375906296}, "3": {"her - man": -0.05374896049027633, "her": 0.2883123948490541, "man": 0.3420613553393304}, "30": {"her - man": -0.15807667460081976, "her": 0.23001687775679958, "man": 0.38809355235761933}, "300": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "33": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "4": {"her - man": -0.10439607175838089, "her": 0.26923496643284084, "man": 0.37363103819122173}, "400": {"her - man": -0.012587059057355576, "her": 0.3361080679323615, "man": 0.34869512698971705}, "5": {"her - man": -0.129110346839507, "her": 0.24630724150082467, "man": 0.3754175883403317}, "58": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "6": {"her - man": -0.14684364652009801, "her": 0.2474383152014572, "man": 0.3942819617215552}, "7": {"her - man": -0.1354637958916018, "her": 0.2528702522319531, "man": 0.3883340481235549}, "8": {"her - man": -0.2106230955836491, "her": 0.19479030774674516, "man": 0.4054134033303943}, "a": {"her - man": -0.16155385892044485, "her": 0.20923117476328892, "man": 0.3707850336837338}, "able": {"her - man": -0.075951914951923, "her": 0.31852511858386845, "man": 0.39447703353579144}, "about": {"her - man": -0.09504723619283295, "her": 0.3131495508017664, "man": 0.4081967869945993}, "absolutely": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "accord": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "according": {"her - man": -0.07851255782818464, "her": 0.22318651234085476, "man": 0.3016990701690394}, "accused": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "achieved": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "acknowledge": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "acknowledging": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "act": {"her - man": -0.07446333993376508, "her": 0.32976840698000937, "man": 0.40423174691377445}, "actor": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "acts": {"her - man": -0.03695685014692046, "her": 0.32930333238288734, "man": 0.3662601825298078}, "actually": {"her - man": -0.07326734742524293, "her": 0.3084221978165759, "man": 0.38168954524181886}, "address": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "administrative": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "admits": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "advanced": {"her - man": -0.0679966109405801, "her": 0.24429076138735242, "man": 0.3122873723279325}, "advantage": {"her - man": -0.012587059057355576, "her": 0.3361080679323615, "man": 0.34869512698971705}, "africa": {"her - man": -0.12461475570368391, "her": 0.22602253400998873, "man": 0.35063728971367264}, "african": {"her - man": -0.16727725142721947, "her": 0.17478410391211094, "man": 0.3420613553393304}, "after": {"her - man": -0.11193505439731183, "her": 0.3161384189534414, "man": 0.42807347335075324}, "again": {"her - man": -0.07513877102154237, "her": 0.2936828275983154, "man": 0.36882159861985775}, "against": {"her - man": 0.08990780129400189, "her": 0.3327438873787014, "man": 0.24283608608469953}, "agencies": {"her - man": -0.12015865961492972, "her": 0.2567378962045359, "man": 0.37689655581946563}, "agent": {"her - man": -0.014121721752339444, "her": 0.3161065487838031, "man": 0.33022827053614257}, "ago": {"her - man": -0.0502964800359893, "her": 0.31852511858386845, "man": 0.36882159861985775}, "agree": {"her - man": -0.11769473458135021, "her": 0.27360073721697403, "man": 0.39129547179832425}, "aid": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "al": {"her - man": -0.12272639140198435, "her": 0.23907353070854512, "man": 0.36179992211052947}, "alien": {"her - man": -0.06856621715551767, "her": 0.23907353070854512, "man": 0.3076397478640628}, "aliens": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "all": {"her - man": -0.12612726153659803, "her": 0.2960161863918095, "man": 0.4221434479284075}, "allow": {"her - man": -0.119038259830276, "her": 0.2644163180841, "man": 0.383454577914376}, "almost": {"her - man": -0.11999859033359439, "her": 0.30201720525817144, "man": 0.42201579559176583}, "alone": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "along": {"her - man": -0.10363227356693322, "her": 0.27441502417013736, "man": 0.3780472977370706}, "already": {"her - man": -0.050841357364467044, "her": 0.31369849006867906, "man": 0.3645398474331461}, "also": {"her - man": -0.13094253685206275, "her": 0.2777012169906531, "man": 0.40864375384271584}, "although": {"her - man": -0.05658731857471361, "her": 0.33370448181275186, "man": 0.39029180038746547}, "always": {"her - man": -0.18902579575717424, "her": 0.19930825236638064, "man": 0.3883340481235549}, "am": {"her - man": -0.13335278550658658, "her": 0.26573543986837206, "man": 0.39908822537495864}, "amazon": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "amber": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "american": {"her - man": -0.12697901505257297, "her": 0.20960938988235772, "man": 0.3365884049349307}, "an": {"her - man": -0.1558354332345735, "her": 0.3002514612077961, "man": 0.4560868944423696}, "ananias": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "and": {"her - man": -0.17295211294848511, "her": 0.18779347610867791, "man": 0.36074558905716303}, "angeles": {"her - man": 0.016436224608774586, "her": 0.319864977546839, "man": 0.3034287529380644}, "another": {"her - man": -0.07847921573139749, "her": 0.2995680820056731, "man": 0.3780472977370706}, "answer": {"her - man": -0.06965168678065536, "her": 0.29660849574915243, "man": 0.3662601825298078}, "anthony": {"her - man": -0.11600616493104055, "her": 0.2851084295608029, "man": 0.40111459449184345}, "any": {"her - man": -0.08249962659593002, "her": 0.29581256942145384, "man": 0.37831219601738386}, "anyone": {"her - man": -0.10473133629229603, "her": 0.28695684166104674, "man": 0.39168817795334276}, "anyway": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "apostles": {"her - man": -0.07040537580573758, "her": 0.222311322237236, "man": 0.29271669804297357}, "apparent": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "apply": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "appointing": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "appreciate": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "appreciates": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "april": {"her - man": -0.0679966109405801, "her": 0.24429076138735242, "man": 0.3122873723279325}, "archived": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "are": {"her - man": -0.16878718014720911, "her": 0.25528681960523064, "man": 0.42407399975243976}, "aren": {"her - man": -0.016821897943490205, "her": 0.2827531755606578, "man": 0.299575073504148}, "around": {"her - man": -0.09912868737155317, "her": 0.30975258311244275, "man": 0.4088812704839959}, "arrested": {"her - man": -0.012587059057355576, "her": 0.3361080679323615, "man": 0.34869512698971705}, "arrival": {"her - man": -0.014121721752339444, "her": 0.3161065487838031, "man": 0.33022827053614257}, "arrived": {"her - man": -0.015221328368607623, "her": 0.30226018758299183, "man": 0.31748151595159946}, "arson": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "article": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "artists": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "as": {"her - man": -0.14977202683994512, "her": 0.26074608346797523, "man": 0.41051811030792035}, "ash": {"her - man": -0.11370589828470151, "her": 0.30072204131136093, "man": 0.41442793959606244}, "asia": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "ask": {"her - man": 0.01671457180834568, "her": 0.32435431967240846, "man": 0.3076397478640628}, "asked": {"her - man": -0.038302309314918626, "her": 0.3157521686526313, "man": 0.3540544779675499}, "aspect": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "assembly": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "assurance": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "at": {"her - man": -0.14906298613769609, "her": 0.29815061250505515, "man": 0.44721359864275123}, "atlantic": {"her - man": -0.12015865961492972, "her": 0.2567378962045359, "man": 0.37689655581946563}, "attack": {"her - man": -0.017739040550719343, "her": 0.27189197322194414, "man": 0.2896310137726635}, "attacked": {"her - man": -0.11769473458135021, "her": 0.27360073721697403, "man": 0.39129547179832425}, "attacks": {"her - man": -0.11370589828470151, "her": 0.30072204131136093, "man": 0.41442793959606244}, "attempts": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "audience": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "audiences": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "august": {"her - man": -0.0690836144752329, "her": 0.23434513846283153, "man": 0.3034287529380644}, "author": {"her - man": -0.06822387178111039, "her": 0.30867268403835524, "man": 0.37689655581946563}, "available": {"her - man": -0.10737225932955075, "her": 0.2687239682752019, "man": 0.37609622760475264}, "avatar": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "away": {"her - man": -0.13178409390188434, "her": 0.2752644176747126, "man": 0.40704851157659694}, "ba": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "back": {"her - man": -0.0985249305889157, "her": 0.32062843484104203, "man": 0.41915336542995774}, "bad": {"her - man": -0.15565033530029168, "her": 0.24429076138735242, "man": 0.3999410966876441}, "ball": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "base": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "based": {"her - man": -0.018745460963004223, "her": 0.2602179240432754, "man": 0.2789633850062796}, "baskervilles": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "be": {"her - man": -0.11252911129320964, "her": 0.2872292307273009, "man": 0.3997583420205105}, "beat": {"her - man": -0.12272639140198435, "her": 0.23907353070854512, "man": 0.36179992211052947}, "beaten": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "beating": {"her - man": -0.11769473458135021, "her": 0.27360073721697403, "man": 0.39129547179832425}, "beauty": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "became": {"her - man": 0.041231487425961, "her": 0.3535188597538935, "man": 0.3122873723279325}, "because": {"her - man": -0.06719884674662019, "her": 0.2980295758107503, "man": 0.3652284225573705}, "become": {"her - man": -0.13467923085815287, "her": 0.25765729437853174, "man": 0.3923365252366846}, "becomes": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "becoming": {"her - man": -0.014121721752339444, "her": 0.3161065487838031, "man": 0.33022827053614257}, "been": {"her - man": -0.09596754825138243, "her": 0.3196111574264824, "man": 0.4155787056778648}, "beer": {"her - man": -0.15219555285808734, "her": 0.2644163180841, "man": 0.4166118709421873}, "before": {"her - man": -0.09803566851495416, "her": 0.3236927265626118, "man": 0.42172839507756593}, "began": {"her - man": -0.12515037509153737, "her": 0.222311322237236, "man": 0.34746169732877336}, "begin": {"her - man": -0.1005053221583842, "her": 0.3161065487838031, "man": 0.4166118709421873}, "behalf": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "behind": {"her - man": -0.07130130240689209, "her": 0.2827531755606578, "man": 0.3540544779675499}, "being": {"her - man": -0.09957909618007216, "her": 0.3140345876733946, "man": 0.41361368385346675}, "belief": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "believed": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "believers": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "bench": {"her - man": -0.06856621715551767, "her": 0.23907353070854512, "man": 0.3076397478640628}, "benevolence": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "best": {"her - man": -0.14677809734999503, "her": 0.29286582795021565, "man": 0.4396439253002107}, "better": {"her - man": -0.12177770734159288, "her": 0.2911728790777871, "man": 0.41295058641938}, "between": {"her - man": -0.055129537323380606, "her": 0.2764678124494391, "man": 0.3315973497728197}, "bible": {"her - man": -0.11370589828470151, "her": 0.30072204131136093, "man": 0.41442793959606244}, "biblically": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "big": {"her - man": -0.07659331031878641, "her": 0.31369849006867906, "man": 0.39029180038746547}, "billion": {"her - man": -0.07240586053657308, "her": 0.20422050028314306, "man": 0.27662636081971614}, "birthday": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "bit": {"her - man": -0.07148653677425557, "her": 0.21251603764319157, "man": 0.28400257441744714}, "blameless": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "blends": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "blogs": {"her - man": -0.014121721752339444, "her": 0.3161065487838031, "man": 0.33022827053614257}, "blond": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "boat": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "body": {"her - man": -0.015678876578780088, "her": 0.29660849574915243, "man": 0.3122873723279325}, "boldly": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "book": {"her - man": -0.1368523119272603, "her": 0.2443817053011734, "man": 0.3812340172284337}, "books": {"her - man": -0.10642512756710626, "her": 0.2752644176747126, "man": 0.38168954524181886}, "bookshops": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "borgen": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "born": {"her - man": -0.11769473458135021, "her": 0.27360073721697403, "man": 0.39129547179832425}, "both": {"her - man": -0.12753623333294706, "her": 0.30724700562315205, "man": 0.4347832389560991}, "bottle": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "boy": {"her - man": -0.11769473458135021, "her": 0.27360073721697403, "man": 0.39129547179832425}, "boys": {"her - man": -0.119038259830276, "her": 0.2644163180841, "man": 0.383454577914376}, "branches": {"her - man": -0.11370589828470151, "her": 0.30072204131136093, "man": 0.41442793959606244}, "break": {"her - man": -0.06822387178111039, "her": 0.30867268403835524, "man": 0.37689655581946563}, "brilliant": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "bring": {"her - man": -0.15271706749274638, "her": 0.27189197322194414, "man": 0.4246090407146905}, "britain": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "british": {"her - man": -0.12272639140198435, "her": 0.23907353070854512, "man": 0.36179992211052947}, "brother": {"her - man": -0.014708304906730585, "her": 0.30867268403835524, "man": 0.3233809889450858}, "brought": {"her - man": -0.03695685014692046, "her": 0.32930333238288734, "man": 0.3662601825298078}, "browsing": {"her - man": -0.11370589828470151, "her": 0.30072204131136093, "man": 0.41442793959606244}, "building": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "buildings": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "burn": {"her - man": -0.11600616493104055, "her": 0.2851084295608029, "man": 0.40111459449184345}, "burns": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "bus": {"her - man": -0.07078760843675058, "her": 0.2188434053359129, "man": 0.2896310137726635}, "business": {"her - man": -0.038302309314918626, "her": 0.3157521686526313, "man": 0.3540544779675499}, "but": {"her - man": -0.10787903343864308, "her": 0.2970302061129014, "man": 0.40490923955154445}, "buy": {"her - man": -0.07079970516540512, "her": 0.28695684166104674, "man": 0.35775654682645186}, "by": {"her - man": -0.14145360645396077, "her": 0.30127401445616725, "man": 0.442727620910128}, "c": {"her - man": -0.12611933452936613, "her": 0.21558693583354605, "man": 0.3417062703629122}, "californication": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "call": {"her - man": 0.04063904605502189, "her": 0.3402141195591699, "man": 0.299575073504148}, "called": {"her - man": 0.03459123673804165, "her": 0.35319669369431167, "man": 0.31860545695627}, "came": {"her - man": -0.04104796139127981, "her": 0.2887751588395152, "man": 0.329823120230795}, "camp": {"her - man": -0.07078760843675058, "her": 0.2188434053359129, "man": 0.2896310137726635}, "campaign": {"her - man": -0.12272639140198435, "her": 0.23907353070854512, "man": 0.36179992211052947}, "can": {"her - man": -0.10717028756785085, "her": 0.26688805747415784, "man": 0.3740583450420087}, "capable": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "captured": {"her - man": -0.11769473458135021, "her": 0.27360073721697403, "man": 0.39129547179832425}, "captures": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "car": {"her - man": -0.10897429642598505, "her": 0.25765729437853174, "man": 0.3666315908045168}, "care": {"her - man": -0.07130130240689209, "her": 0.2827531755606578, "man": 0.3540544779675499}, "cared": {"her - man": -0.012587059057355576, "her": 0.3361080679323615, "man": 0.34869512698971705}, "caring": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "carpet": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "carried": {"her - man": -0.11769473458135021, "her": 0.27360073721697403, "man": 0.39129547179832425}, "case": {"her - man": -0.09670816539986571, "her": 0.31977269741888853, "man": 0.41648086281875424}, "cause": {"her - man": -0.07180826991736067, "her": 0.20960938988235772, "man": 0.2814176597997184}, "caused": {"her - man": -0.012587059057355576, "her": 0.3361080679323615, "man": 0.34869512698971705}, "center": {"her - man": -0.12196942114245538, "her": 0.24429076138735242, "man": 0.3662601825298078}, "central": {"her - man": -0.015678876578780088, "her": 0.29660849574915243, "man": 0.3122873723279325}, "centre": {"her - man": -0.07148653677425557, "her": 0.21251603764319157, "man": 0.28400257441744714}, "certain": {"her - man": -0.12272639140198435, "her": 0.23907353070854512, "man": 0.36179992211052947}, "certainly": {"her - man": -0.20642885975821978, "her": 0.21558693583354605, "man": 0.42201579559176583}, "chance": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "chances": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "change": {"her - man": 0.014546518258070962, "her": 0.2911728790777871, "man": 0.27662636081971614}, "changes": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "channel": {"her - man": -0.11769473458135021, "her": 0.27360073721697403, "man": 0.39129547179832425}, "chapter": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "character": {"her - man": -0.10333260093849167, "her": 0.29660849574915243, "man": 0.3999410966876441}, "charges": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "charismatic": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "childhood": {"her - man": -0.012587059057355576, "her": 0.3361080679323615, "man": 0.34869512698971705}, "children": {"her - man": 0.01471944259203578, "her": 0.2936828275983154, "man": 0.2789633850062796}, "chimpanzee": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "chinese": {"her - man": -0.15875208598707907, "her": 0.22602253400998873, "man": 0.3847746199970678}, "christ": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "christian": {"her - man": -0.11600616493104055, "her": 0.2851084295608029, "man": 0.40111459449184345}, "church": {"her - man": -0.07392217421619263, "her": 0.19060429997145267, "man": 0.2645264741876453}, "circumstantial": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "citizens": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "city": {"her - man": -0.1659203371090924, "her": 0.18304447707992275, "man": 0.34896481418901515}, "class": {"her - man": -0.06822387178111039, "her": 0.30867268403835524, "man": 0.37689655581946563}, "clear": {"her - man": -0.014154230335726381, "her": 0.33648305937794626, "man": 0.35063728971367264}, "clearly": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "coach": {"her - man": -0.15875208598707907, "her": 0.22602253400998873, "man": 0.3847746199970678}, "cold": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "colleagues": {"her - man": 0.018597554478007594, "her": 0.35701992248392733, "man": 0.33842236800591974}, "collection": {"her - man": -0.15734303949051123, "her": 0.23434513846283153, "man": 0.39168817795334276}, "college": {"her - man": -0.06898180912961788, "her": 0.30226018758299183, "man": 0.3712419967126097}, "com": {"her - man": -0.03937376745533444, "her": 0.30511997422489384, "man": 0.3444937416802283}, "come": {"her - man": -0.10439607175838089, "her": 0.26923496643284084, "man": 0.37363103819122173}, "comes": {"her - man": -0.18403854721557317, "her": 0.22602253400998873, "man": 0.4100610812255619}, "coming": {"her - man": -0.10691352584389208, "her": 0.27189197322194414, "man": 0.3788054990658362}, "commences": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "comment": {"her - man": 0.041231487425961, "her": 0.3535188597538935, "man": 0.3122873723279325}, "commits": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "common": {"her - man": -0.18473718933936095, "her": 0.222311322237236, "man": 0.40704851157659694}, "commonly": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "community": {"her - man": -0.07368259126449306, "her": 0.26290581367043764, "man": 0.3365884049349307}, "company": {"her - man": -0.04151449592500073, "her": 0.28427650941860133, "man": 0.32579100534360206}, "competent": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "complete": {"her - man": -0.15875208598707907, "her": 0.22602253400998873, "man": 0.3847746199970678}, "completely": {"her - man": -0.06734802913057286, "her": 0.3161065487838031, "man": 0.383454577914376}, "complex": {"her - man": -0.12272639140198435, "her": 0.23907353070854512, "man": 0.36179992211052947}, "compulsion": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "conclusion": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "conference": {"her - man": -0.07219727965406075, "her": 0.2752644176747126, "man": 0.34746169732877336}, "confess": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "confidence": {"her - man": -0.09921647392585886, "her": 0.3249901159470678, "man": 0.42420658987292664}, "congregation": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "conspiracy": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "constantly": {"her - man": -0.11600616493104055, "her": 0.2851084295608029, "man": 0.40111459449184345}, "construction": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "contest": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "continue": {"her - man": -0.06734802913057286, "her": 0.3161065487838031, "man": 0.383454577914376}, "continued": {"her - man": -0.01714750240591989, "her": 0.2788720160049323, "man": 0.29601951841085217}, "controlled": {"her - man": -0.11769473458135021, "her": 0.27360073721697403, "man": 0.39129547179832425}, "convey": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "convince": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "copy": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "corner": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "corporate": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "cost": {"her - man": 0.015934276034547445, "her": 0.3119537944453996, "man": 0.29601951841085217}, "could": {"her - man": -0.06708125505356105, "her": 0.2989246984927741, "man": 0.36600595354633514}, "council": {"her - man": -0.06856621715551767, "her": 0.23907353070854512, "man": 0.3076397478640628}, "counselling": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "country": {"her - man": -0.019588509066076953, "her": 0.2506240953935351, "man": 0.27021260445961204}, "county": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "couple": {"her - man": -0.016821897943490205, "her": 0.2827531755606578, "man": 0.299575073504148}, "course": {"her - man": -0.09810728678016228, "her": 0.3119537944453996, "man": 0.4100610812255619}, "court": {"her - man": -0.16620781547638697, "her": 0.18129783547422867, "man": 0.34750565095061564}, "covers": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "create": {"her - man": -0.06856621715551767, "her": 0.23907353070854512, "man": 0.3076397478640628}, "credit": {"her - man": -0.015221328368607623, "her": 0.30226018758299183, "man": 0.31748151595159946}, "cried": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "crime": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "crisis": {"her - man": -0.15734303949051123, "her": 0.23434513846283153, "man": 0.39168817795334276}, "cross": {"her - man": -0.016821897943490205, "her": 0.2827531755606578, "man": 0.299575073504148}, "crucial": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "cultural": {"her - man": -0.12461475570368391, "her": 0.22602253400998873, "man": 0.35063728971367264}, "d": {"her - man": -0.10151664154795026, "her": 0.2887751588395152, "man": 0.39029180038746547}, "dai": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "daily": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "daizaemon": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "daizemon": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "dance": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "dancers": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "dangerous": {"her - man": -0.06500652655948197, "her": 0.3361080679323615, "man": 0.40111459449184345}, "dark": {"her - man": -0.1546537878225167, "her": 0.25011970593654625, "man": 0.40477349375906296}, "daughter": {"her - man": -0.013503373046967582, "her": 0.3442531737794843, "man": 0.35775654682645186}, "daughters": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "david": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "day": {"her - man": -0.14073891721403908, "her": 0.22050800102914775, "man": 0.36124691824318683}, "days": {"her - man": -0.04054183269694084, "her": 0.2936828275983154, "man": 0.3342246602952562}, "deacon": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "deacons": {"her - man": -0.07040537580573758, "her": 0.222311322237236, "man": 0.29271669804297357}, "death": {"her - man": -0.06898180912961788, "her": 0.30226018758299183, "man": 0.3712419967126097}, "decimated": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "dedicated": {"her - man": -0.12015865961492972, "her": 0.2567378962045359, "man": 0.37689655581946563}, "defeat": {"her - man": -0.11769473458135021, "her": 0.27360073721697403, "man": 0.39129547179832425}, "defence": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "defend": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "defense": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "definitely": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "denied": {"her - man": -0.06856621715551767, "her": 0.23907353070854512, "man": 0.3076397478640628}, "dense": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "depend": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "depth": {"her - man": -0.11769473458135021, "her": 0.27360073721697403, "man": 0.39129547179832425}, "derogatory": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "describe": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "description": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "deserved": {"her - man": -0.013432252058851957, "her": 0.3249901159470678, "man": 0.33842236800591974}, "design": {"her - man": -0.16531740493978409, "her": 0.18670181261724306, "man": 0.35201921755702714}, "destination": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "destiny": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "destroy": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "destroying": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "destroys": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "destruct": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "detective": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "devastating": {"her - man": -0.012587059057355576, "her": 0.3361080679323615, "man": 0.34869512698971705}, "developed": {"her - man": -0.12015865961492972, "her": 0.2567378962045359, "man": 0.37689655581946563}, "developing": {"her - man": -0.014121721752339444, "her": 0.3161065487838031, "man": 0.33022827053614257}, "devote": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "did": {"her - man": -0.01779400087919536, "her": 0.30975258311244275, "man": 0.3275465839916381}, "didn": {"her - man": 0.01990973028041859, "her": 0.3385151872366886, "man": 0.31860545695627}, "dies": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "different": {"her - man": -0.0502964800359893, "her": 0.31852511858386845, "man": 0.36882159861985775}, "difficult": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "difficulty": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "digital": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "disagrees": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "disappoint": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "disciple": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "discuss": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "disneynature": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "disobedience": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "display": {"her - man": -0.0679966109405801, "her": 0.24429076138735242, "man": 0.3122873723279325}, "distant": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "distracted": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "division": {"her - man": -0.11600616493104055, "her": 0.2851084295608029, "man": 0.40111459449184345}, "do": {"her - man": -0.15544701260212004, "her": 0.24677271395998032, "man": 0.40221972656210037}, "does": {"her - man": -0.14327495577651278, "her": 0.2676077277691335, "man": 0.4108826835456463}, "doesn": {"her - man": -0.10691352584389208, "her": 0.27189197322194414, "man": 0.3788054990658362}, "doing": {"her - man": 0.0033941549623409673, "her": 0.32728798241526363, "man": 0.32389382745292267}, "don": {"her - man": -0.08217019268023101, "her": 0.2981674818370932, "man": 0.3803376745173242}, "done": {"her - man": -0.07545871172672969, "her": 0.2911728790777871, "man": 0.3666315908045168}, "door": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "double": {"her - man": -0.119038259830276, "her": 0.2644163180841, "man": 0.383454577914376}, "down": {"her - man": -0.1725726547176012, "her": 0.2801572406824972, "man": 0.4527298954000984}, "drama": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "dressed": {"her - man": -0.03510400566254229, "her": 0.3483505722518337, "man": 0.383454577914376}, "drew": {"her - man": -0.11370589828470151, "her": 0.30072204131136093, "man": 0.41442793959606244}, "drink": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "drivers": {"her - man": -0.12015865961492972, "her": 0.2567378962045359, "man": 0.37689655581946563}, "driving": {"her - man": -0.015221328368607623, "her": 0.30226018758299183, "man": 0.31748151595159946}, "drops": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "drunk": {"her - man": -0.119038259830276, "her": 0.2644163180841, "man": 0.383454577914376}, "due": {"her - man": -0.0745663276249105, "her": 0.18484458443714608, "man": 0.2594109120620566}, "during": {"her - man": -0.11453441818772256, "her": 0.2192119672377659, "man": 0.33374638542548846}, "dvd": {"her - man": -0.0690836144752329, "her": 0.23434513846283153, "man": 0.3034287529380644}, "e": {"her - man": -0.12272639140198435, "her": 0.23907353070854512, "man": 0.36179992211052947}, "each": {"her - man": -0.10966706786269836, "her": 0.2528702522319531, "man": 0.36253732009465145}, "earlier": {"her - man": -0.07025311581392679, "her": 0.2915468062966027, "man": 0.36179992211052947}, "early": {"her - man": -0.09791126806880635, "her": 0.3092729950254046, "man": 0.40718426309421096}, "earns": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "east": {"her - man": -0.2050574278831776, "her": 0.222311322237236, "man": 0.4273687501204136}, "easy": {"her - man": -0.12272639140198435, "her": 0.23907353070854512, "man": 0.36179992211052947}, "ecclesial": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "eclectic": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "edited": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "educate": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "effects": {"her - man": -0.0690836144752329, "her": 0.23434513846283153, "man": 0.3034287529380644}, "effort": {"her - man": -0.012587059057355576, "her": 0.3361080679323615, "man": 0.34869512698971705}, "eight": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "either": {"her - man": -0.12461475570368391, "her": 0.22602253400998873, "man": 0.35063728971367264}, "elder": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "elders": {"her - man": -0.06999698440086344, "her": 0.22602253400998873, "man": 0.29601951841085217}, "electrocute": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "elemental": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "else": {"her - man": -0.06734802913057286, "her": 0.3161065487838031, "man": 0.383454577914376}, "elusively": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "email": {"her - man": -0.12196942114245538, "her": 0.24429076138735242, "man": 0.3662601825298078}, "empathise": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "emphasis": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "emphasize": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "encourage": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "end": {"her - man": -0.189451368657847, "her": 0.19700427445609042, "man": 0.38645564311393743}, "ending": {"her - man": -0.1506058526559526, "her": 0.27360073721697403, "man": 0.42420658987292664}, "engage": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "engaging": {"her - man": -0.11600616493104055, "her": 0.2851084295608029, "man": 0.40111459449184345}, "england": {"her - man": -0.12015865961492972, "her": 0.2567378962045359, "man": 0.37689655581946563}, "ensuring": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "enter": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "entered": {"her - man": -0.18057233629386846, "her": 0.24429076138735242, "man": 0.4248630976812209}, "entertain": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "entertainment": {"her - man": -0.013432252058851957, "her": 0.3249901159470678, "man": 0.33842236800591974}, "entire": {"her - man": -0.13054822086056206, "her": 0.2827531755606578, "man": 0.4133013964212199}, "entourage": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "episode": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "episodes": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "equipping": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "escape": {"her - man": -0.11600616493104055, "her": 0.2851084295608029, "man": 0.40111459449184345}, "escort": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "especially": {"her - man": 0.015283194108015652, "her": 0.30201720525817144, "man": 0.2867340111501558}, "essential": {"her - man": -0.119038259830276, "her": 0.2644163180841, "man": 0.383454577914376}, "established": {"her - man": -0.06630535585125646, "her": 0.3249901159470678, "man": 0.39129547179832425}, "et": {"her - man": -0.12341140836362033, "her": 0.23434513846283153, "man": 0.35775654682645186}, "europe": {"her - man": -0.119038259830276, "her": 0.2644163180841, "man": 0.383454577914376}, "even": {"her - man": -0.14664029693755468, "her": 0.24859074744417484, "man": 0.3952310443817295}, "evening": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "events": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "eventually": {"her - man": -0.12015865961492972, "her": 0.2567378962045359, "man": 0.37689655581946563}, "ever": {"her - man": -0.0958609198277921, "her": 0.3253094432370409, "man": 0.421170363064833}, "every": {"her - man": -0.1747839555050805, "her": 0.24638640755975252, "man": 0.421170363064833}, "everything": {"her - man": -0.07431590055462206, "her": 0.25765729437853174, "man": 0.3319731949331538}, "evidence": {"her - man": 0.017345575814676162, "her": 0.3348270917662756, "man": 0.31748151595159946}, "exactly": {"her - man": -0.12112229077606346, "her": 0.25011970593654625, "man": 0.3712419967126097}, "examination": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "examines": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "examining": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "example": {"her - man": -0.07079970516540512, "her": 0.28695684166104674, "man": 0.35775654682645186}, "excellent": {"her - man": -0.119038259830276, "her": 0.2644163180841, "man": 0.383454577914376}, "exercise": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "exits": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "expect": {"her - man": -0.015221328368607623, "her": 0.30226018758299183, "man": 0.31748151595159946}, "expectations": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "expected": {"her - man": -0.07078760843675058, "her": 0.2188434053359129, "man": 0.2896310137726635}, "experience": {"her - man": -0.18246501591405886, "her": 0.23434513846283153, "man": 0.4168101543768904}, "experiences": {"her - man": -0.1535182938015764, "her": 0.2567378962045359, "man": 0.4102561900061123}, "explain": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "explained": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "explosion": {"her - man": -0.11600616493104055, "her": 0.2851084295608029, "man": 0.40111459449184345}, "expressed": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "extensive": {"her - man": -0.11600616493104055, "her": 0.2851084295608029, "man": 0.40111459449184345}, "extremely": {"her - man": -0.10251330617607113, "her": 0.30226018758299183, "man": 0.40477349375906296}, "faced": {"her - man": -0.014121721752339444, "her": 0.3161065487838031, "man": 0.33022827053614257}, "faces": {"her - man": -0.11600616493104055, "her": 0.2851084295608029, "man": 0.40111459449184345}, "facing": {"her - man": -0.03641490494633409, "her": 0.3348270917662756, "man": 0.3712419967126097}, "fact": {"her - man": -0.07298230208771028, "her": 0.2687239682752019, "man": 0.3417062703629122}, "facts": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "factual": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "faith": {"her - man": -0.12015865961492972, "her": 0.2567378962045359, "man": 0.37689655581946563}, "faithful": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "fall": {"her - man": -0.12272639140198435, "her": 0.23907353070854512, "man": 0.36179992211052947}, "fallen": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "fallibility": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "falling": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "fame": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "family": {"her - man": 0.003094523842963215, "her": 0.3234007174690383, "man": 0.3203061936260751}, "famous": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "fan": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "far": {"her - man": -0.1082145939394153, "her": 0.26290581367043764, "man": 0.37112040760985293}, "fascinate": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "fascinated": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "fascinating": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "fast": {"her - man": -0.11600616493104055, "her": 0.2851084295608029, "man": 0.40111459449184345}, "father": {"her - man": -0.015221328368607623, "her": 0.30226018758299183, "man": 0.31748151595159946}, "fault": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "favorite": {"her - man": -0.06856621715551767, "her": 0.23907353070854512, "man": 0.3076397478640628}, "favorites": {"her - man": -0.013432252058851957, "her": 0.3249901159470678, "man": 0.33842236800591974}, "favourite": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "fear": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "features": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "february": {"her - man": -0.11769473458135021, "her": 0.27360073721697403, "man": 0.39129547179832425}, "feeling": {"her - man": 0.017345575814676162, "her": 0.3348270917662756, "man": 0.31748151595159946}, "feelings": {"her - man": -0.10158350596775706, "her": 0.30867268403835524, "man": 0.4102561900061123}, "felt": {"her - man": -0.06856621715551767, "her": 0.23907353070854512, "man": 0.3076397478640628}, "few": {"her - man": -0.015699541711387766, "her": 0.31852511858386845, "man": 0.3342246602952562}, "fiercely": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "fifty": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "fight": {"her - man": -0.07025311581392679, "her": 0.2915468062966027, "man": 0.36179992211052947}, "fighting": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "figure": {"her - man": -0.12656118132947738, "her": 0.21251603764319157, "man": 0.33907721897266896}, "film": {"her - man": -0.1632290677282708, "her": 0.19930825236638064, "man": 0.36253732009465145}, "finally": {"her - man": -0.014121721752339444, "her": 0.3161065487838031, "man": 0.33022827053614257}, "finding": {"her - man": -0.014121721752339444, "her": 0.3161065487838031, "man": 0.33022827053614257}, "finds": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "fire": {"her - man": -0.07461152152773115, "her": 0.25521159870306387, "man": 0.329823120230795}, "fires": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "first": {"her - man": -0.13070926852694736, "her": 0.279005057828788, "man": 0.40971432635573535}, "flames": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "flesh": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "flight": {"her - man": -0.014708304906730585, "her": 0.30867268403835524, "man": 0.3233809889450858}, "flits": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "flock": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "flower": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "focus": {"her - man": -0.12112229077606346, "her": 0.25011970593654625, "man": 0.3712419967126097}, "food": {"her - man": -0.0782706845177748, "her": 0.26923496643284084, "man": 0.34750565095061564}, "for": {"her - man": -0.14025837729686125, "her": 0.27550069404902006, "man": 0.4157590713458813}, "force": {"her - man": -0.15219555285808734, "her": 0.2644163180841, "man": 0.4166118709421873}, "forces": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "foreign": {"her - man": -0.01801004287495389, "her": 0.2687239682752019, "man": 0.2867340111501558}, "form": {"her - man": -0.0690836144752329, "her": 0.23434513846283153, "man": 0.3034287529380644}, "former": {"her - man": 0.016177095148483256, "her": 0.3157521686526313, "man": 0.299575073504148}, "forward": {"her - man": 0.017710735789840892, "her": 0.3410917247349267, "man": 0.3233809889450858}, "found": {"her - man": -0.041285740539510785, "her": 0.28647934632964517, "man": 0.32776508686915595}, "four": {"her - man": -0.2319666467138232, "her": 0.17634710446816496, "man": 0.40831375118198815}, "fracturing": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "frank": {"her - man": -0.014121721752339444, "her": 0.3161065487838031, "man": 0.33022827053614257}, "free": {"her - man": -0.10185470179390971, "her": 0.28647934632964517, "man": 0.3883340481235549}, "freeing": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "frequent": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "friends": {"her - man": -0.07182320040650375, "her": 0.319864977546839, "man": 0.39168817795334276}, "from": {"her - man": -0.11779652695739234, "her": 0.3050889967676053, "man": 0.42288552372499766}, "front": {"her - man": -0.0679966109405801, "her": 0.24429076138735242, "man": 0.3122873723279325}, "fulfill": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "full": {"her - man": -0.1338177706949098, "her": 0.26290581367043764, "man": 0.39672358436534744}, "future": {"her - man": -0.08078963050828092, "her": 0.24976543548235036, "man": 0.3305550659906313}, "game": {"her - man": -0.16620781547638697, "her": 0.18129783547422867, "man": 0.34750565095061564}, "games": {"her - man": -0.15807667460081976, "her": 0.23001687775679958, "man": 0.38809355235761933}, "gangsters": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "gantz": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "gathered": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "gave": {"her - man": 0.005272026763971038, "her": 0.3527337240927444, "man": 0.34746169732877336}, "generally": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "get": {"her - man": -0.08697683200145045, "her": 0.3223250260755808, "man": 0.40930185807703123}, "gets": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "getting": {"her - man": -0.10780495291686054, "her": 0.26573543986837206, "man": 0.3735403927852326}, "girl": {"her - man": 0.04029665992179671, "her": 0.3330133579647703, "man": 0.29271669804297357}, "girls": {"her - man": -0.12196942114245538, "her": 0.24429076138735242, "man": 0.3662601825298078}, "give": {"her - man": -0.09435539215564331, "her": 0.3330133579647703, "man": 0.4273687501204136}, "given": {"her - man": -0.12358839730467441, "her": 0.28011958292151135, "man": 0.40370798022618576}, "go": {"her - man": -0.10106195478233831, "her": 0.2883123948490541, "man": 0.3893743496313924}, "goal": {"her - man": -0.016092941567460106, "her": 0.2915468062966027, "man": 0.3076397478640628}, "god": {"her - man": -0.12565033634431538, "her": 0.2188434053359129, "man": 0.3444937416802283}, "godliness": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "going": {"her - man": -0.08147002851726992, "her": 0.30318084337532997, "man": 0.3846508718925999}, "gone": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "good": {"her - man": -0.11587455807241143, "her": 0.29581256942145384, "man": 0.41168712749386527}, "goofs": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "google": {"her - man": -0.07211417620907878, "her": 0.2068492087972008, "man": 0.2789633850062796}, "gospel": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "got": {"her - man": -0.04326468111584325, "her": 0.2676077277691335, "man": 0.31087240888497675}, "government": {"her - man": -0.1974483734112428, "her": 0.1529523417381952, "man": 0.350400715149438}, "grace": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "grand": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "grann": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "granted": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "graves": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "great": {"her - man": -0.07638774110150429, "her": 0.24057311868753997, "man": 0.31696085978904426}, "ground": {"her - man": -0.1281126194169027, "her": 0.20171050081389233, "man": 0.329823120230795}, "group": {"her - man": -0.019192118959651783, "her": 0.2801572406824972, "man": 0.299349359642149}, "grow": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "growing": {"her - man": -0.06965168678065536, "her": 0.29660849574915243, "man": 0.3662601825298078}, "grown": {"her - man": -0.03580483108453891, "her": 0.3410917247349267, "man": 0.37689655581946563}, "guilt": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "guy": {"her - man": -0.1506058526559526, "her": 0.27360073721697403, "man": 0.42420658987292664}, "hacks": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "had": {"her - man": -0.07186091672997974, "her": 0.3169575105887224, "man": 0.38881842731870214}, "hadn": {"her - man": -0.013432252058851957, "her": 0.3249901159470678, "man": 0.33842236800591974}, "hair": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "haired": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "half": {"her - man": -0.15996209372992332, "her": 0.2188434053359129, "man": 0.3788054990658362}, "hallucinations": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "handful": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "handle": {"her - man": -0.012587059057355576, "her": 0.3361080679323615, "man": 0.34869512698971705}, "happen": {"her - man": -0.015678876578780088, "her": 0.29660849574915243, "man": 0.3122873723279325}, "happened": {"her - man": 0.017345575814676162, "her": 0.3348270917662756, "man": 0.31748151595159946}, "happens": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "hard": {"her - man": -0.1605092917712066, "her": 0.21558693583354605, "man": 0.37609622760475264}, "harry": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "has": {"her - man": -0.14482388915549632, "her": 0.2860751847389937, "man": 0.43089907389449}, "hats": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "have": {"her - man": -0.15284251260706427, "her": 0.28411963693815884, "man": 0.4369621495452231}, "having": {"her - man": -0.11531357952127902, "her": 0.3092729950254046, "man": 0.42458657454668364}, "he": {"her - man": -0.20024199104487203, "her": 0.24148755833948252, "man": 0.44172954938435455}, "head": {"her - man": -0.1632290677282708, "her": 0.19930825236638064, "man": 0.36253732009465145}, "headed": {"her - man": -0.119038259830276, "her": 0.2644163180841, "man": 0.383454577914376}, "heading": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "health": {"her - man": -0.1605092917712066, "her": 0.21558693583354605, "man": 0.37609622760475264}, "healthy": {"her - man": -0.1546537878225167, "her": 0.25011970593654625, "man": 0.40477349375906296}, "heard": {"her - man": -0.06999698440086344, "her": 0.22602253400998873, "man": 0.29601951841085217}, "hearing": {"her - man": -0.11600616493104055, "her": 0.2851084295608029, "man": 0.40111459449184345}, "heart": {"her - man": -0.10158350596775706, "her": 0.30867268403835524, "man": 0.4102561900061123}, "heartening": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "height": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "held": {"her - man": -0.03083536562039424, "her": 0.33370448181275186, "man": 0.3645398474331461}, "help": {"her - man": -0.07661073607575564, "her": 0.28215886385728806, "man": 0.3587695999330437}, "her": {"her - man": 0.08292323946048574, "her": 0.37349376827070035, "man": 0.2905705288102146}, "here": {"her - man": -0.11606483729363232, "her": 0.2946692897526608, "man": 0.41073412704629314}, "herself": {"her - man": -0.012587059057355576, "her": 0.3361080679323615, "man": 0.34869512698971705}, "high": {"her - man": -0.1368523119272603, "her": 0.2443817053011734, "man": 0.3812340172284337}, "higher": {"her - man": -0.07040537580573758, "her": 0.222311322237236, "man": 0.29271669804297357}, "highlight": {"her - man": -0.11769473458135021, "her": 0.27360073721697403, "man": 0.39129547179832425}, "highway": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "him": {"her - man": -0.17406875658587218, "her": 0.2729930637597699, "man": 0.44706182034564207}, "hiroto": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "his": {"her - man": -0.18453424269731167, "her": 0.28203247687922806, "man": 0.4665667195765397}, "historical": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "history": {"her - man": -0.2126036142630774, "her": 0.18484458443714608, "man": 0.39744819870022347}, "hit": {"her - man": 0.016436224608774586, "her": 0.319864977546839, "man": 0.3034287529380644}, "hive": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "hold": {"her - man": -0.037445602438121006, "her": 0.32435431967240846, "man": 0.36179992211052947}, "holds": {"her - man": -0.014121721752339444, "her": 0.3161065487838031, "man": 0.33022827053614257}, "holmes": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "holy": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "homage": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "home": {"her - man": -0.07916285546755975, "her": 0.294468182723662, "man": 0.37363103819122173}, "homeless": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "honest": {"her - man": -0.11370589828470151, "her": 0.30072204131136093, "man": 0.41442793959606244}, "honourable": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "hot": {"her - man": -0.016821897943490205, "her": 0.2827531755606578, "man": 0.299575073504148}, "hound": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "hours": {"her - man": -0.07234138370498805, "her": 0.3157521686526313, "man": 0.38809355235761933}, "house": {"her - man": -0.07326734742524293, "her": 0.3084221978165759, "man": 0.38168954524181886}, "how": {"her - man": -0.14457998172930298, "her": 0.3080851355994888, "man": 0.4526651173287918}, "however": {"her - man": -0.04273322512159633, "her": 0.27263532610501795, "man": 0.3153685512266143}, "https": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "huge": {"her - man": -0.06856621715551767, "her": 0.23907353070854512, "man": 0.3076397478640628}, "human": {"her - man": -0.12403760021075033, "her": 0.23001687775679958, "man": 0.3540544779675499}, "humanoid": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "humans": {"her - man": -0.06856621715551767, "her": 0.23907353070854512, "man": 0.3076397478640628}, "humbly": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "hundred": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "hypocrisy": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "i": {"her - man": -0.12783833133695732, "her": 0.23407129449741326, "man": 0.3619096258343706}, "idea": {"her - man": 0.013488611472559697, "her": 0.2762527113019312, "man": 0.2627640998293715}, "identify": {"her - man": -0.12015865961492972, "her": 0.2567378962045359, "man": 0.37689655581946563}, "if": {"her - man": -0.12007799195264085, "her": 0.26699536512841554, "man": 0.3870733570810564}, "ignore": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "immediately": {"her - man": 0.06001702604977083, "her": 0.3527337240927444, "man": 0.29271669804297357}, "immensely": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "immersive": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "impeccably": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "importance": {"her - man": -0.12731638371540827, "her": 0.30226018758299183, "man": 0.4295765712984001}, "important": {"her - man": -0.1327062689338691, "her": 0.29611724737956946, "man": 0.42882351631343857}, "in": {"her - man": -0.1740933637335828, "her": 0.21212982932955465, "man": 0.38622319306313746}, "incinerated": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "include": {"her - man": -0.06999698440086344, "her": 0.22602253400998873, "man": 0.29601951841085217}, "included": {"her - man": -0.06856621715551767, "her": 0.23907353070854512, "man": 0.3076397478640628}, "including": {"her - man": -0.10279152863379609, "her": 0.28011958292151135, "man": 0.38291111155530744}, "increase": {"her - man": -0.06856621715551767, "her": 0.23907353070854512, "man": 0.3076397478640628}, "increased": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "increasingly": {"her - man": -0.119038259830276, "her": 0.2644163180841, "man": 0.383454577914376}, "industry": {"her - man": -0.0690836144752329, "her": 0.23434513846283153, "man": 0.3034287529380644}, "information": {"her - man": -0.017452280368260964, "her": 0.2752644176747126, "man": 0.29271669804297357}, "instead": {"her - man": -0.09999865506103223, "her": 0.2990895703139264, "man": 0.39908822537495864}, "instincts": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "intelligence": {"her - man": -0.016092941567460106, "her": 0.2915468062966027, "man": 0.3076397478640628}, "intensity": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "interest": {"her - man": -0.06965168678065536, "her": 0.29660849574915243, "man": 0.3662601825298078}, "interested": {"her - man": -0.012587059057355576, "her": 0.3361080679323615, "man": 0.34869512698971705}, "interview": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "into": {"her - man": -0.10078826883123665, "her": 0.30648536677829524, "man": 0.4072736356095319}, "investigates": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "investigation": {"her - man": -0.014708304906730585, "her": 0.30867268403835524, "man": 0.3233809889450858}, "investigators": {"her - man": -0.01147349416041249, "her": 0.3511701894137732, "man": 0.3626436835741857}, "involvement": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "is": {"her - man": -0.14487179781153298, "her": 0.25287681440402754, "man": 0.3977486122155605}, "isn": {"her - man": -0.014154230335726381, "her": 0.33648305937794626, "man": 0.35063728971367264}, "issue": {"her - man": -0.11244885223675835, "her": 0.23363924947889228, "man": 0.34608810171565063}, "it": {"her - man": -0.17752688828973484, "her": 0.23653079171068803, "man": 0.41405768000042287}, "items": {"her - man": -0.11600616493104055, "her": 0.2851084295608029, "man": 0.40111459449184345}, "its": {"her - man": -0.12469258457783203, "her": 0.2428739154614952, "man": 0.3675665000393272}, "itself": {"her - man": -0.20429734533219596, "her": 0.22602253400998873, "man": 0.4303198793421847}, "jerusalem": {"her - man": -0.11600616493104055, "her": 0.2851084295608029, "man": 0.40111459449184345}, "jesus": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "job": {"her - man": -0.10691352584389208, "her": 0.27189197322194414, "man": 0.3788054990658362}, "john": {"her - man": -0.12403760021075033, "her": 0.23001687775679958, "man": 0.3540544779675499}, "journalism": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "joyfully": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "july": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "june": {"her - man": -0.18403854721557317, "her": 0.22602253400998873, "man": 0.4100610812255619}, "just": {"her - man": -0.08059997181708034, "her": 0.3365221099712823, "man": 0.41712208178836263}, "justify": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "kana": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "kato": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "katoare": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "keen": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "kei": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "kenzo": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "kept": {"her - man": -0.12196942114245538, "her": 0.24429076138735242, "man": 0.3662601825298078}, "key": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "khone": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "killed": {"her - man": -0.013432252058851957, "her": 0.3249901159470678, "man": 0.33842236800591974}, "killers": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "kim": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "kind": {"her - man": -0.06916446527118558, "her": 0.3410917247349267, "man": 0.4102561900061123}, "kingdom": {"her - man": -0.06500652655948197, "her": 0.3361080679323615, "man": 0.40111459449184345}, "knew": {"her - man": 0.006043277453810891, "her": 0.36379982428026275, "man": 0.35775654682645186}, "knocking": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "know": {"her - man": -0.06594126458624522, "her": 0.30763355472456344, "man": 0.37357481931080866}, "knowledge": {"her - man": -0.12015865961492972, "her": 0.2567378962045359, "man": 0.37689655581946563}, "known": {"her - man": -0.1365247039955549, "her": 0.24638640755975252, "man": 0.38291111155530744}, "kurono": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "l": {"her - man": -0.015678876578780088, "her": 0.29660849574915243, "man": 0.3122873723279325}, "ladder": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "lady": {"her - man": -0.1535182938015764, "her": 0.2567378962045359, "man": 0.4102561900061123}, "large": {"her - man": -0.0679966109405801, "her": 0.24429076138735242, "man": 0.3122873723279325}, "larger": {"her - man": -0.06822387178111039, "her": 0.30867268403835524, "man": 0.37689655581946563}, "last": {"her - man": -0.12865111720171235, "her": 0.29050626276928176, "man": 0.4191573799709941}, "late": {"her - man": -0.06999698440086344, "her": 0.22602253400998873, "man": 0.29601951841085217}, "later": {"her - man": -0.09758611066389128, "her": 0.3114401459891053, "man": 0.4090262566529966}, "law": {"her - man": -0.019588509066076953, "her": 0.2506240953935351, "man": 0.27021260445961204}, "lead": {"her - man": -0.13425910949251607, "her": 0.2602179240432754, "man": 0.39447703353579144}, "leaders": {"her - man": -0.12341140836362033, "her": 0.23434513846283153, "man": 0.35775654682645186}, "leading": {"her - man": -0.1005053221583842, "her": 0.3161065487838031, "man": 0.4166118709421873}, "leaky": {"her - man": -0.01147349416041249, "her": 0.3511701894137732, "man": 0.3626436835741857}, "learn": {"her - man": -0.12196942114245538, "her": 0.24429076138735242, "man": 0.3662601825298078}, "least": {"her - man": -0.13335278550658658, "her": 0.26573543986837206, "man": 0.39908822537495864}, "leave": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "leeratanakajornthe": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "left": {"her - man": -0.12254691032335141, "her": 0.28647934632964517, "man": 0.4090262566529966}, "legal": {"her - man": -0.06822387178111039, "her": 0.30867268403835524, "man": 0.37689655581946563}, "legendary": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "legs": {"her - man": -0.014121721752339444, "her": 0.3161065487838031, "man": 0.33022827053614257}, "length": {"her - man": -0.119038259830276, "her": 0.2644163180841, "man": 0.383454577914376}, "less": {"her - man": -0.16531740493978409, "her": 0.18670181261724306, "man": 0.35201921755702714}, "let": {"her - man": -0.11117526545999792, "her": 0.24244556748982585, "man": 0.35362083294982377}, "letter": {"her - man": -0.07176527370874036, "her": 0.2788720160049323, "man": 0.35063728971367264}, "level": {"her - man": 0.01548896045223036, "her": 0.30511997422489384, "man": 0.2896310137726635}, "li": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "librarians": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "libraries": {"her - man": -0.0679966109405801, "her": 0.24429076138735242, "man": 0.3122873723279325}, "library": {"her - man": -0.07114707531660974, "her": 0.21558693583354605, "man": 0.2867340111501558}, "life": {"her - man": -0.14073028733075948, "her": 0.301886579262527, "man": 0.4426168665932865}, "lifelong": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "lifted": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "like": {"her - man": -0.12704119745622577, "her": 0.29366208267902993, "man": 0.4207032801352557}, "line": {"her - man": -0.12341140836362033, "her": 0.23434513846283153, "man": 0.35775654682645186}, "linked": {"her - man": -0.014121721752339444, "her": 0.3161065487838031, "man": 0.33022827053614257}, "little": {"her - man": -0.06261296537796901, "her": 0.3333918292430993, "man": 0.3960047946210683}, "live": {"her - man": -0.10333260093849167, "her": 0.29660849574915243, "man": 0.3999410966876441}, "lived": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "lives": {"her - man": 0.017710735789840892, "her": 0.3410917247349267, "man": 0.3233809889450858}, "ll": {"her - man": -0.10279152863379609, "her": 0.28011958292151135, "man": 0.38291111155530744}, "local": {"her - man": -0.07689390213444958, "her": 0.3114401459891053, "man": 0.3883340481235549}, "logistical": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "long": {"her - man": -0.10439607175838089, "her": 0.26923496643284084, "man": 0.37363103819122173}, "longer": {"her - man": -0.0679966109405801, "her": 0.24429076138735242, "man": 0.3122873723279325}, "look": {"her - man": -0.13860455568576344, "her": 0.23363924947889228, "man": 0.3722438051646557}, "looked": {"her - man": -0.014154230335726381, "her": 0.33648305937794626, "man": 0.35063728971367264}, "looking": {"her - man": -0.1213661601414946, "her": 0.2936828275983154, "man": 0.41504898773980997}, "looks": {"her - man": -0.12112229077606346, "her": 0.25011970593654625, "man": 0.3712419967126097}, "los": {"her - man": 0.016436224608774586, "her": 0.319864977546839, "man": 0.3034287529380644}, "lose": {"her - man": -0.119038259830276, "her": 0.2644163180841, "man": 0.383454577914376}, "losing": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "lost": {"her - man": -0.18403854721557317, "her": 0.22602253400998873, "man": 0.4100610812255619}, "lot": {"her - man": -0.03036033521806536, "her": 0.3384612634017924, "man": 0.36882159861985775}, "lots": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "lotus": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "love": {"her - man": -0.15791372550132526, "her": 0.2709097908121133, "man": 0.42882351631343857}, "loved": {"her - man": 0.018122301715691125, "her": 0.3483505722518337, "man": 0.33022827053614257}, "lover": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "low": {"her - man": -0.07148653677425557, "her": 0.21251603764319157, "man": 0.28400257441744714}, "lower": {"her - man": -0.06999698440086344, "her": 0.22602253400998873, "man": 0.29601951841085217}, "m": {"her - man": -0.12325453947310622, "her": 0.28215886385728806, "man": 0.4054134033303943}, "machines": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "made": {"her - man": -0.12929127897812037, "her": 0.245196683496255, "man": 0.3744879624743754}, "magic": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "magical": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "main": {"her - man": -0.016821897943490205, "her": 0.2827531755606578, "man": 0.299575073504148}, "major": {"her - man": -0.07298230208771028, "her": 0.2687239682752019, "man": 0.3417062703629122}, "make": {"her - man": -0.15969741989035974, "her": 0.2615214616314697, "man": 0.42121888152182946}, "makes": {"her - man": -0.07219727965406075, "her": 0.2752644176747126, "man": 0.34746169732877336}, "making": {"her - man": -0.01801004287495389, "her": 0.2687239682752019, "man": 0.2867340111501558}, "man": {"her - man": -0.28688833106618805, "her": 0.27263532610501795, "man": 0.559523657171206}, "manage": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "manages": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "manipulate": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "many": {"her - man": -0.15210822273237445, "her": 0.2645962478352909, "man": 0.41670447056766535}, "march": {"her - man": -0.10079420593747607, "her": 0.2936828275983154, "man": 0.39447703353579144}, "married": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "masaru": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "matter": {"her - man": -0.12112229077606346, "her": 0.25011970593654625, "man": 0.3712419967126097}, "matters": {"her - man": -0.014708304906730585, "her": 0.30867268403835524, "man": 0.3233809889450858}, "may": {"her - man": -0.11625153956065376, "her": 0.2935475426113639, "man": 0.40979908217201766}, "maybe": {"her - man": -0.0690836144752329, "her": 0.23434513846283153, "man": 0.3034287529380644}, "mcnamara": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "me": {"her - man": -0.08904660099963851, "her": 0.291753216609635, "man": 0.3807998176092735}, "mean": {"her - man": -0.1546537878225167, "her": 0.25011970593654625, "man": 0.40477349375906296}, "meaning": {"her - man": -0.1005053221583842, "her": 0.3161065487838031, "man": 0.4166118709421873}, "means": {"her - man": -0.1354637958916018, "her": 0.2528702522319531, "man": 0.3883340481235549}, "meant": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "mechanism": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "media": {"her - man": -0.16197238982265694, "her": 0.2068492087972008, "man": 0.36882159861985775}, "memories": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "memory": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "men": {"her - man": -0.15656016770067588, "her": 0.2506240953935351, "man": 0.40718426309421096}, "mercy": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "message": {"her - man": -0.11600616493104055, "her": 0.2851084295608029, "man": 0.40111459449184345}, "met": {"her - man": 0.018122301715691125, "her": 0.3483505722518337, "man": 0.33022827053614257}, "michelle": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "mid": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "middle": {"her - man": -0.12112229077606346, "her": 0.25011970593654625, "man": 0.3712419967126097}, "might": {"her - man": -0.15576786958430305, "her": 0.28215886385728806, "man": 0.4379267334415911}, "military": {"her - man": -0.12341140836362033, "her": 0.23434513846283153, "man": 0.35775654682645186}, "million": {"her - man": -0.12697901505257297, "her": 0.20960938988235772, "man": 0.3365884049349307}, "minister": {"her - man": -0.018745460963004223, "her": 0.2602179240432754, "man": 0.2789633850062796}, "ministry": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "minute": {"her - man": -0.12565033634431538, "her": 0.2188434053359129, "man": 0.3444937416802283}, "minutes": {"her - man": 0.015934276034547445, "her": 0.3119537944453996, "man": 0.29601951841085217}, "misconduct": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "miss": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "missing": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "missionary": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "model": {"her - man": -0.12656118132947738, "her": 0.21251603764319157, "man": 0.33907721897266896}, "mom": {"her - man": -0.014121721752339444, "her": 0.3161065487838031, "man": 0.33022827053614257}, "moment": {"her - man": -0.06898180912961788, "her": 0.30226018758299183, "man": 0.3712419967126097}, "monday": {"her - man": -0.0679966109405801, "her": 0.24429076138735242, "man": 0.3122873723279325}, "money": {"her - man": -0.12403760021075033, "her": 0.23001687775679958, "man": 0.3540544779675499}, "monk": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "month": {"her - man": -0.12565033634431538, "her": 0.2188434053359129, "man": 0.3444937416802283}, "moon": {"her - man": -0.11370589828470151, "her": 0.30072204131136093, "man": 0.41442793959606244}, "more": {"her - man": -0.1168215716334276, "her": 0.287945891178987, "man": 0.4047674628124146}, "morning": {"her - man": 0.0038813615819568437, "her": 0.33370448181275186, "man": 0.329823120230795}, "most": {"her - man": -0.15307234248801693, "her": 0.2777012169906531, "man": 0.43077355947867}, "mother": {"her - man": -0.03789156927961285, "her": 0.319864977546839, "man": 0.35775654682645186}, "mourning": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "move": {"her - man": -0.12272639140198435, "her": 0.23907353070854512, "man": 0.36179992211052947}, "movement": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "movie": {"her - man": -0.12775269465001074, "her": 0.20422050028314306, "man": 0.3319731949331538}, "moving": {"her - man": -0.01147349416041249, "her": 0.3511701894137732, "man": 0.3626436835741857}, "mr": {"her - man": -0.13118906522062962, "her": 0.2788720160049323, "man": 0.4100610812255619}, "much": {"her - man": -0.05584534093631516, "her": 0.3339408532540203, "man": 0.38978619419033544}, "multifaceted": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "multitude": {"her - man": -0.012587059057355576, "her": 0.3361080679323615, "man": 0.34869512698971705}, "must": {"her - man": -0.13286127199870246, "her": 0.2687239682752019, "man": 0.40158524027390435}, "my": {"her - man": -0.10763608304612043, "her": 0.25585854477090325, "man": 0.3634946278170237}, "myself": {"her - man": 0.017015960054954815, "her": 0.32930333238288734, "man": 0.3122873723279325}, "mysterious": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "mystery": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "mystic": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "name": {"her - man": -0.017452280368260964, "her": 0.2752644176747126, "man": 0.29271669804297357}, "narrative": {"her - man": -0.014708304906730585, "her": 0.30867268403835524, "man": 0.3233809889450858}, "nature": {"her - man": -0.06822387178111039, "her": 0.30867268403835524, "man": 0.37689655581946563}, "nearly": {"her - man": -0.0690836144752329, "her": 0.23434513846283153, "man": 0.3034287529380644}, "necessary": {"her - man": -0.10333260093849167, "her": 0.29660849574915243, "man": 0.3999410966876441}, "need": {"her - man": -0.189451368657847, "her": 0.19700427445609042, "man": 0.38645564311393743}, "needed": {"her - man": -0.03695685014692046, "her": 0.32930333238288734, "man": 0.3662601825298078}, "needs": {"her - man": -0.12731638371540827, "her": 0.30226018758299183, "man": 0.4295765712984001}, "neglect": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "neighbourhood": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "never": {"her - man": -0.10897429642598505, "her": 0.25765729437853174, "man": 0.3666315908045168}, "new": {"her - man": -0.14324137373519522, "her": 0.2365026588666124, "man": 0.3797440326018076}, "news": {"her - man": -0.13467923085815287, "her": 0.25765729437853174, "man": 0.3923365252366846}, "next": {"her - man": -0.11144609886948717, "her": 0.24057311868753997, "man": 0.35201921755702714}, "nhai": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "night": {"her - man": -0.075951914951923, "her": 0.31852511858386845, "man": 0.39447703353579144}, "nishi": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "no": {"her - man": -0.05849887624763739, "her": 0.31326052751819994, "man": 0.3717594037658373}, "nobody": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "non": {"her - man": -0.07211417620907878, "her": 0.2068492087972008, "man": 0.2789633850062796}, "normal": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "not": {"her - man": -0.12058346433184064, "her": 0.2699191956666862, "man": 0.39050265999852685}, "nothing": {"her - man": -0.0740790223465812, "her": 0.30201720525817144, "man": 0.37609622760475264}, "noticeably": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "novemberat": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "now": {"her - man": -0.13740278904182213, "her": 0.30458931119912186, "man": 0.441992100240944}, "number": {"her - man": -0.1281126194169027, "her": 0.20171050081389233, "man": 0.329823120230795}, "numerically": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "occur": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "ode": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "of": {"her - man": -0.16681808906785267, "her": 0.18446664781967298, "man": 0.35128473688752565}, "off": {"her - man": -0.06376996465832058, "her": 0.3243803567283122, "man": 0.3881503213866328}, "office": {"her - man": -0.10333260093849167, "her": 0.29660849574915243, "man": 0.3999410966876441}, "officers": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "offices": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "often": {"her - man": -0.04151449592500073, "her": 0.28427650941860133, "man": 0.32579100534360206}, "oh": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "old": {"her - man": -0.056015770133999054, "her": 0.3384612634017924, "man": 0.39447703353579144}, "older": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "on": {"her - man": -0.14906843875512388, "her": 0.26423580453002726, "man": 0.41330424328515114}, "once": {"her - man": -0.07871389177977661, "her": 0.2978160858317032, "man": 0.3765299776114798}, "one": {"her - man": -0.13926075189407316, "her": 0.3135624180024204, "man": 0.45282316989649357}, "oni": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "online": {"her - man": -0.15996209372992332, "her": 0.2188434053359129, "man": 0.3788054990658362}, "only": {"her - man": -0.15413072143924111, "her": 0.2538102518346827, "man": 0.4079409732739238}, "onto": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "open": {"her - man": -0.10780495291686054, "her": 0.26573543986837206, "man": 0.3735403927852326}, "opening": {"her - man": -0.119038259830276, "her": 0.2644163180841, "man": 0.383454577914376}, "opportunity": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "or": {"her - man": -0.12472083272943058, "her": 0.30356586565686305, "man": 0.42828669838629363}, "order": {"her - man": -0.04054183269694084, "her": 0.2936828275983154, "man": 0.3342246602952562}, "original": {"her - man": -0.12112229077606346, "her": 0.25011970593654625, "man": 0.3712419967126097}, "orlean": {"her - man": -0.06999698440086344, "her": 0.22602253400998873, "man": 0.29601951841085217}, "oscars": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "other": {"her - man": -0.15575745561122734, "her": 0.2976571363005973, "man": 0.45341459191182465}, "others": {"her - man": -0.07445082247130619, "her": 0.2990895703139264, "man": 0.3735403927852326}, "our": {"her - man": -0.08163551586679568, "her": 0.31062874152577963, "man": 0.3922642573925753}, "out": {"her - man": -0.1399680820384553, "her": 0.2813325884946627, "man": 0.421300670533118}, "outside": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "over": {"her - man": -0.10230639675270375, "her": 0.2833467896330154, "man": 0.38565318638571916}, "overestimate": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "overlap": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "oversee": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "overseeing": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "oversight": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "own": {"her - man": -0.0798614080055447, "her": 0.31474233820391995, "man": 0.39460374620946465}, "p": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "pace": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "pacing": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "page": {"her - man": -0.10473133629229603, "her": 0.28695684166104674, "man": 0.39168817795334276}, "pages": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "pair": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "panic": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "parents": {"her - man": -0.0679966109405801, "her": 0.24429076138735242, "man": 0.3122873723279325}, "part": {"her - man": -0.058485258464693546, "her": 0.3180447191467863, "man": 0.3765299776114798}, "partners": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "parts": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "passengers": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "past": {"her - man": -0.016471911277017692, "her": 0.28695684166104674, "man": 0.3034287529380644}, "pastor": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "pastors": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "patients": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "pay": {"her - man": -0.12196942114245538, "her": 0.24429076138735242, "man": 0.3662601825298078}, "peace": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "peak": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "people": {"her - man": -0.17236480749982097, "her": 0.25206555297026434, "man": 0.4244303604700853}, "per": {"her - man": -0.12461475570368391, "her": 0.22602253400998873, "man": 0.35063728971367264}, "perfect": {"her - man": -0.10333260093849167, "her": 0.29660849574915243, "man": 0.3999410966876441}, "performance": {"her - man": -0.06856621715551767, "her": 0.23907353070854512, "man": 0.3076397478640628}, "perhaps": {"her - man": -0.038302309314918626, "her": 0.3157521686526313, "man": 0.3540544779675499}, "perplexing": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "persecution": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "person": {"her - man": -0.09694517683005138, "her": 0.319864977546839, "man": 0.4168101543768904}, "personal": {"her - man": -0.15656016770067588, "her": 0.2506240953935351, "man": 0.40718426309421096}, "pet": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "physical": {"her - man": -0.119038259830276, "her": 0.2644163180841, "man": 0.383454577914376}, "physically": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "piece": {"her - man": -0.11769473458135021, "her": 0.27360073721697403, "man": 0.39129547179832425}, "pin": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "place": {"her - man": -0.06340373639691077, "her": 0.327226076577712, "man": 0.3906298129746228}, "play": {"her - man": -0.18755716789596388, "her": 0.25765729437853174, "man": 0.4452144622744956}, "played": {"her - man": -0.12272639140198435, "her": 0.23907353070854512, "man": 0.36179992211052947}, "player": {"her - man": -0.1605092917712066, "her": 0.21558693583354605, "man": 0.37609622760475264}, "players": {"her - man": -0.12611933452936613, "her": 0.21558693583354605, "man": 0.3417062703629122}, "playing": {"her - man": -0.12341140836362033, "her": 0.23434513846283153, "man": 0.35775654682645186}, "plays": {"her - man": -0.17670158434529815, "her": 0.2644163180841, "man": 0.44111790242939813}, "point": {"her - man": -0.12656118132947738, "her": 0.21251603764319157, "man": 0.33907721897266896}, "points": {"her - man": -0.20160646330634638, "her": 0.23907353070854512, "man": 0.4406799940148915}, "police": {"her - man": -0.2050574278831776, "her": 0.222311322237236, "man": 0.4273687501204136}, "policy": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "political": {"her - man": -0.1284568345027753, "her": 0.19930825236638064, "man": 0.32776508686915595}, "pong": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "popular": {"her - man": -0.017739040550719343, "her": 0.27189197322194414, "man": 0.2896310137726635}, "position": {"her - man": -0.12985331271584366, "her": 0.28695684166104674, "man": 0.4168101543768904}, "possibly": {"her - man": -0.06734802913057286, "her": 0.3161065487838031, "man": 0.383454577914376}, "post": {"her - man": 0.017015960054954815, "her": 0.32930333238288734, "man": 0.3122873723279325}, "potential": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "power": {"her - man": -0.15615757788793322, "her": 0.28011958292151135, "man": 0.43627716080944456}, "practical": {"her - man": -0.11769473458135021, "her": 0.27360073721697403, "man": 0.39129547179832425}, "practice": {"her - man": -0.013432252058851957, "her": 0.3249901159470678, "man": 0.33842236800591974}, "pray": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "prayer": {"her - man": -0.11600616493104055, "her": 0.2851084295608029, "man": 0.40111459449184345}, "praying": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "preach": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "preaching": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "precepts": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "precious": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "prepare": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "presence": {"her - man": -0.10251330617607113, "her": 0.30226018758299183, "man": 0.40477349375906296}, "prevented": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "previous": {"her - man": -0.07176527370874036, "her": 0.2788720160049323, "man": 0.35063728971367264}, "prime": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "probably": {"her - man": -0.03695685014692046, "her": 0.32930333238288734, "man": 0.3662601825298078}, "problem": {"her - man": -0.10737225932955075, "her": 0.2687239682752019, "man": 0.37609622760475264}, "problems": {"her - man": -0.15996209372992332, "her": 0.2188434053359129, "man": 0.3788054990658362}, "process": {"her - man": -0.11060519333558186, "her": 0.24638640755975252, "man": 0.3569916008953344}, "produced": {"her - man": -0.06955819574734845, "her": 0.23001687775679958, "man": 0.299575073504148}, "production": {"her - man": -0.12775269465001074, "her": 0.20422050028314306, "man": 0.3319731949331538}, "professionals": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "program": {"her - man": -0.012302634705867455, "her": 0.35893936200674226, "man": 0.3712419967126097}, "project": {"her - man": -0.0733417791042969, "her": 0.26573543986837206, "man": 0.33907721897266896}, "properly": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "prose": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "protect": {"her - man": -0.119038259830276, "her": 0.2644163180841, "man": 0.383454577914376}, "protectors": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "provide": {"her - man": -0.13286127199870246, "her": 0.2687239682752019, "man": 0.40158524027390435}, "providing": {"her - man": -0.119038259830276, "her": 0.2644163180841, "man": 0.383454577914376}, "proxy": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "public": {"her - man": -0.17755311012968236, "her": 0.23202782805316988, "man": 0.40958093818285224}, "published": {"her - man": -0.10473133629229603, "her": 0.28695684166104674, "man": 0.39168817795334276}, "publisher": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "pull": {"her - man": -0.119038259830276, "her": 0.2644163180841, "man": 0.383454577914376}, "put": {"her - man": -0.18901527271119178, "her": 0.2506240953935351, "man": 0.43963936810472687}, "qualified": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "quality": {"her - man": -0.06955819574734845, "her": 0.23001687775679958, "man": 0.299575073504148}, "quest": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "question": {"her - man": -0.03868349526827303, "her": 0.3119537944453996, "man": 0.35063728971367264}, "questioned": {"her - man": -0.013432252058851957, "her": 0.3249901159470678, "man": 0.33842236800591974}, "questions": {"her - man": -0.12565033634431538, "her": 0.2188434053359129, "man": 0.3444937416802283}, "quick": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "quickly": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "quite": {"her - man": -0.06856621715551767, "her": 0.23907353070854512, "man": 0.3076397478640628}, "rate": {"her - man": -0.0679966109405801, "her": 0.24429076138735242, "man": 0.3122873723279325}, "rather": {"her - man": -0.05469384833247759, "her": 0.34953789858129686, "man": 0.40423174691377445}, "re": {"her - man": -0.08055859105092239, "her": 0.2840925251797516, "man": 0.364651116230674}, "reached": {"her - man": -0.015678876578780088, "her": 0.29660849574915243, "man": 0.3122873723279325}, "read": {"her - man": -0.09862631376002101, "her": 0.3084221978165759, "man": 0.40704851157659694}, "reader": {"her - man": -0.013432252058851957, "her": 0.3249901159470678, "man": 0.33842236800591974}, "readers": {"her - man": -0.14860247430705076, "her": 0.2851084295608029, "man": 0.43371090386785366}, "reading": {"her - man": -0.1514478633372524, "her": 0.2788720160049323, "man": 0.4303198793421847}, "ready": {"her - man": -0.03641490494633409, "her": 0.3348270917662756, "man": 0.3712419967126097}, "real": {"her - man": -0.11894655230383766, "her": 0.3084221978165759, "man": 0.4273687501204136}, "realisation": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "really": {"her - man": -0.08258246015411747, "her": 0.33524678589947027, "man": 0.41782924605358773}, "reason": {"her - man": -0.03695685014692046, "her": 0.32930333238288734, "man": 0.3662601825298078}, "reawakens": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "receive": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "record": {"her - man": -0.12015865961492972, "her": 0.2567378962045359, "man": 0.37689655581946563}, "red": {"her - man": -0.014708304906730585, "her": 0.30867268403835524, "man": 0.3233809889450858}, "reflection": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "reflects": {"her - man": -0.09760283593549218, "her": 0.3361080679323615, "man": 0.43371090386785366}, "regard": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "remember": {"her - man": -0.03641490494633409, "her": 0.3348270917662756, "man": 0.3712419967126097}, "reminded": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "repeat": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "report": {"her - man": 0.01471944259203578, "her": 0.2936828275983154, "man": 0.2789633850062796}, "request": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "requests": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "requirements": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "requires": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "researched": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "resolution": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "respect": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "response": {"her - man": -0.016092941567460106, "her": 0.2915468062966027, "man": 0.3076397478640628}, "responsible": {"her - man": -0.06500652655948197, "her": 0.3361080679323615, "man": 0.40111459449184345}, "rest": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "restaurant": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "restrict": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "retailers": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "retrieved": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "return": {"her - man": -0.07079970516540512, "her": 0.28695684166104674, "man": 0.35775654682645186}, "returning": {"her - man": -0.15219555285808734, "her": 0.2644163180841, "man": 0.4166118709421873}, "reveals": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "review": {"her - man": -0.016471911277017692, "her": 0.28695684166104674, "man": 0.3034287529380644}, "rich": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "ride": {"her - man": -0.0690836144752329, "her": 0.23434513846283153, "man": 0.3034287529380644}, "right": {"her - man": -0.09786272797683632, "her": 0.3178321670082833, "man": 0.41569489498511963}, "road": {"her - man": -0.12775269465001074, "her": 0.20422050028314306, "man": 0.3319731949331538}, "rock": {"her - man": -0.12015865961492972, "her": 0.2567378962045359, "man": 0.37689655581946563}, "role": {"her - man": -0.1323397736918303, "her": 0.27189197322194414, "man": 0.40423174691377445}, "roles": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "roof": {"her - man": -0.013432252058851957, "her": 0.3249901159470678, "man": 0.33842236800591974}, "room": {"her - man": -0.1005053221583842, "her": 0.3161065487838031, "man": 0.4166118709421873}, "run": {"her - man": -0.10473133629229603, "her": 0.28695684166104674, "man": 0.39168817795334276}, "russell": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "russians": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "s": {"her - man": -0.1554961419357085, "her": 0.2675350663020956, "man": 0.4230312082378041}, "safely": {"her - man": -0.11370589828470151, "her": 0.30072204131136093, "man": 0.41442793959606244}, "safety": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "saftar": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "said": {"her - man": -0.05984883027559301, "her": 0.30289408207687424, "man": 0.36274291235246725}, "same": {"her - man": -0.13907928224240618, "her": 0.2911728790777871, "man": 0.4302521613201933}, "sanctify": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "satan": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "saturday": {"her - man": -0.12272639140198435, "her": 0.23907353070854512, "man": 0.36179992211052947}, "save": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "saved": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "saving": {"her - man": -0.013432252058851957, "her": 0.3249901159470678, "man": 0.33842236800591974}, "saw": {"her - man": -0.09689380869666503, "her": 0.31605677772271495, "man": 0.41295058641938}, "say": {"her - man": -0.12452181566018777, "her": 0.27441502417013736, "man": 0.39893683983032513}, "says": {"her - man": 0.01671457180834568, "her": 0.32435431967240846, "man": 0.3076397478640628}, "scandal": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "scared": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "school": {"her - man": -0.09999865506103223, "her": 0.2990895703139264, "man": 0.39908822537495864}, "scorer": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "scoring": {"her - man": -0.119038259830276, "her": 0.2644163180841, "man": 0.383454577914376}, "scripture": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "scrubs": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "se": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "season": {"her - man": -0.14266125335797147, "her": 0.20863730877070846, "man": 0.35129856212867994}, "second": {"her - man": -0.12638998151690256, "her": 0.26298436811448983, "man": 0.3893743496313924}, "security": {"her - man": -0.0679966109405801, "her": 0.24429076138735242, "man": 0.3122873723279325}, "see": {"her - man": -0.1014907147035739, "her": 0.28546535173937143, "man": 0.38695606644294533}, "seeing": {"her - man": -0.06898180912961788, "her": 0.30226018758299183, "man": 0.3712419967126097}, "seeking": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "seem": {"her - man": -0.1832845186644203, "her": 0.23001687775679958, "man": 0.4133013964212199}, "seemed": {"her - man": -0.015678876578780088, "her": 0.29660849574915243, "man": 0.3122873723279325}, "seemingly": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "seems": {"her - man": -0.0733417791042969, "her": 0.26573543986837206, "man": 0.33907721897266896}, "seen": {"her - man": -0.07431590055462206, "her": 0.25765729437853174, "man": 0.3319731949331538}, "seinfeld": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "self": {"her - man": -0.06500652655948197, "her": 0.3361080679323615, "man": 0.40111459449184345}, "senior": {"her - man": -0.013432252058851957, "her": 0.3249901159470678, "man": 0.33842236800591974}, "sense": {"her - man": -0.1535182938015764, "her": 0.2567378962045359, "man": 0.4102561900061123}, "sensitive": {"her - man": -0.10158350596775706, "her": 0.30867268403835524, "man": 0.4102561900061123}, "sent": {"her - man": -0.015678876578780088, "her": 0.29660849574915243, "man": 0.3122873723279325}, "sept": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "series": {"her - man": -0.16241109052137373, "her": 0.20422050028314306, "man": 0.3666315908045168}, "sermon": {"her - man": -0.11600616493104055, "her": 0.2851084295608029, "man": 0.40111459449184345}, "servants": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "serve": {"her - man": -0.12112229077606346, "her": 0.25011970593654625, "man": 0.3712419967126097}, "served": {"her - man": -0.15219555285808734, "her": 0.2644163180841, "man": 0.4166118709421873}, "service": {"her - man": -0.01826713454907508, "her": 0.26573543986837206, "man": 0.28400257441744714}, "serving": {"her - man": -0.01147349416041249, "her": 0.3511701894137732, "man": 0.3626436835741857}, "set": {"her - man": -0.03968906510474074, "her": 0.30201720525817144, "man": 0.3417062703629122}, "setting": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "seven": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "several": {"her - man": -0.07513877102154237, "her": 0.2936828275983154, "man": 0.36882159861985775}, "shadow": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "share": {"her - man": -0.015221328368607623, "her": 0.30226018758299183, "man": 0.31748151595159946}, "shared": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "sharing": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "she": {"her - man": 0.049817107251309445, "her": 0.3310532739775877, "man": 0.28123616672627827}, "shepherd": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "sherlock": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "ship": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "short": {"her - man": -0.10534037679696151, "her": 0.2827531755606578, "man": 0.38809355235761933}, "shot": {"her - man": -0.07079970516540512, "her": 0.28695684166104674, "man": 0.35775654682645186}, "shots": {"her - man": -0.11600616493104055, "her": 0.2851084295608029, "man": 0.40111459449184345}, "should": {"her - man": -0.10083945163076785, "her": 0.28979036134385494, "man": 0.3906298129746228}, "show": {"her - man": -0.09689380869666503, "her": 0.31605677772271495, "man": 0.41295058641938}, "showcase": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "showed": {"her - man": -0.12112229077606346, "her": 0.25011970593654625, "man": 0.3712419967126097}, "shown": {"her - man": -0.1535182938015764, "her": 0.2567378962045359, "man": 0.4102561900061123}, "side": {"her - man": -0.07219727965406075, "her": 0.2752644176747126, "man": 0.34746169732877336}, "sight": {"her - man": -0.14860247430705076, "her": 0.2851084295608029, "man": 0.43371090386785366}, "silent": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "similar": {"her - man": -0.12196942114245538, "her": 0.24429076138735242, "man": 0.3662601825298078}, "similarities": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "simmons": {"her - man": -0.11769473458135021, "her": 0.27360073721697403, "man": 0.39129547179832425}, "since": {"her - man": -0.13484025667416882, "her": 0.2840925251797516, "man": 0.4189327818539204}, "sinful": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "sing": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "singleton": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "sitting": {"her - man": -0.06630535585125646, "her": 0.3249901159470678, "man": 0.39129547179832425}, "situation": {"her - man": -0.07445082247130619, "her": 0.2990895703139264, "man": 0.3735403927852326}, "six": {"her - man": -0.01714750240591989, "her": 0.2788720160049323, "man": 0.29601951841085217}, "size": {"her - man": -0.12015865961492972, "her": 0.2567378962045359, "man": 0.37689655581946563}, "skins": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "slightly": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "slow": {"her - man": -0.06822387178111039, "her": 0.30867268403835524, "man": 0.37689655581946563}, "small": {"her - man": -0.12272639140198435, "her": 0.23907353070854512, "man": 0.36179992211052947}, "so": {"her - man": -0.06101111762391059, "her": 0.3353424466070827, "man": 0.39635356423099327}, "soccer": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "society": {"her - man": -0.15734303949051123, "her": 0.23434513846283153, "man": 0.39168817795334276}, "some": {"her - man": -0.14064188881739537, "her": 0.2874315845333579, "man": 0.42807347335075324}, "someone": {"her - man": -0.03510400566254229, "her": 0.3483505722518337, "man": 0.383454577914376}, "something": {"her - man": -0.10151664154795026, "her": 0.2887751588395152, "man": 0.39029180038746547}, "sometimes": {"her - man": 0.01671457180834568, "her": 0.32435431967240846, "man": 0.3076397478640628}, "soon": {"her - man": -0.15875208598707907, "her": 0.22602253400998873, "man": 0.3847746199970678}, "sorry": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "sort": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "soviet": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "speaker": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "special": {"her - man": -0.07176527370874036, "her": 0.2788720160049323, "man": 0.35063728971367264}, "specific": {"her - man": -0.11769473458135021, "her": 0.27360073721697403, "man": 0.39129547179832425}, "speech": {"her - man": -0.15807667460081976, "her": 0.23001687775679958, "man": 0.38809355235761933}, "spellbound": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "spent": {"her - man": -0.10642512756710626, "her": 0.2752644176747126, "man": 0.38168954524181886}, "sphere": {"her - man": -0.11600616493104055, "her": 0.2851084295608029, "man": 0.40111459449184345}, "spirit": {"her - man": -0.12461475570368391, "her": 0.22602253400998873, "man": 0.35063728971367264}, "spiritual": {"her - man": -0.119038259830276, "her": 0.2644163180841, "man": 0.383454577914376}, "spiritually": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "stacks": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "stadler": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "stage": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "standard": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}, "standing": {"her - man": -0.11600616493104055, "her": 0.2851084295608029, "man": 0.40111459449184345}, "start": {"her - man": -0.22210115777594736, "her": 0.222311322237236, "man": 0.44441248001318334}, "started": {"her - man": -0.07219727965406075, "her": 0.2752644176747126, "man": 0.34746169732877336}, "starting": {"her - man": -0.12985331271584366, "her": 0.28695684166104674, "man": 0.4168101543768904}, "starts": {"her - man": -0.06822387178111039, "her": 0.30867268403835524, "man": 0.37689655581946563}, "state": {"her - man": -0.018757538186359057, "her": 0.2998330495941878, "man": 0.31859058778054683}, "statement": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "station": {"her - man": -0.12909358088626144, "her": 0.2915468062966027, "man": 0.4206403871828641}, "statue": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "stay": {"her - man": -0.15807667460081976, "her": 0.23001687775679958, "man": 0.38809355235761933}, "stayed": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "step": {"her - man": -0.1021791336953361, "her": 0.28427650941860133, "man": 0.38645564311393743}, "stephen": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "stepping": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "steven": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "still": {"her - man": -0.14409481917050238, "her": 0.26298436811448983, "man": 0.4070791872849922}, "stone": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "stop": {"her - man": -0.16914806233847074, "her": 0.2752644176747126, "man": 0.44441248001318334}, "stories": {"her - man": -0.12112229077606346, "her": 0.25011970593654625, "man": 0.3712419967126097}, "story": {"her - man": 0.04046354096709409, "her": 0.33648305937794626, "man": 0.29601951841085217}, "street": {"her - man": -0.013138943446927231, "her": 0.34866097866360224, "man": 0.36179992211052947}, "streets": {"her - man": -0.015221328368607623, "her": 0.30226018758299183, "man": 0.31748151595159946}, "strength": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "strengthened": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "struck": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "struggles": {"her - man": -0.06630535585125646, "her": 0.3249901159470678, "man": 0.39129547179832425}, "students": {"her - man": -0.12403760021075033, "her": 0.23001687775679958, "man": 0.3540544779675499}, "studies": {"her - man": -0.12341140836362033, "her": 0.23434513846283153, "man": 0.35775654682645186}, "style": {"her - man": -0.03580483108453891, "her": 0.3410917247349267, "man": 0.37689655581946563}, "subdued": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "subject": {"her - man": -0.12272639140198435, "her": 0.23907353070854512, "man": 0.36179992211052947}, "subversive": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "subway": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "such": {"her - man": -0.11606483729363232, "her": 0.2946692897526608, "man": 0.41073412704629314}, "suffering": {"her - man": -0.11769473458135021, "her": 0.27360073721697403, "man": 0.39129547179832425}, "suicide": {"her - man": -0.11370589828470151, "her": 0.30072204131136093, "man": 0.41442793959606244}, "suited": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "support": {"her - man": -0.09999865506103223, "her": 0.2990895703139264, "man": 0.39908822537495864}, "supporters": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "supportive": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "supposed": {"her - man": -0.01147349416041249, "her": 0.3511701894137732, "man": 0.3626436835741857}, "sure": {"her - man": -0.050841357364467044, "her": 0.31369849006867906, "man": 0.3645398474331461}, "surrounds": {"her - man": -0.01147349416041249, "her": 0.3511701894137732, "man": 0.3626436835741857}, "susan": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "suspected": {"her - man": -0.03641490494633409, "her": 0.3348270917662756, "man": 0.3712419967126097}, "suspects": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "sweet": {"her - man": -0.119038259830276, "her": 0.2644163180841, "man": 0.383454577914376}, "system": {"her - man": -0.22128724947267958, "her": 0.22602253400998873, "man": 0.4473097834826683}, "t": {"her - man": -0.1298510598623166, "her": 0.27505817968922786, "man": 0.40490923955154445}, "tables": {"her - man": -0.11600616493104055, "her": 0.2851084295608029, "man": 0.40111459449184345}, "take": {"her - man": -0.017474948783432642, "her": 0.31308011720719864, "man": 0.3305550659906313}, "taken": {"her - man": -0.12325453947310622, "her": 0.28215886385728806, "man": 0.4054134033303943}, "takes": {"her - man": -0.12015865961492972, "her": 0.2567378962045359, "man": 0.37689655581946563}, "takeshi": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "taking": {"her - man": -0.18858129957357314, "her": 0.20171050081389233, "man": 0.39029180038746547}, "talent": {"her - man": -0.11600616493104055, "her": 0.2851084295608029, "man": 0.40111459449184345}, "talented": {"her - man": -0.012587059057355576, "her": 0.3361080679323615, "man": 0.34869512698971705}, "talk": {"her - man": -0.012587059057355576, "her": 0.3361080679323615, "man": 0.34869512698971705}, "talking": {"her - man": -0.037445602438121006, "her": 0.32435431967240846, "man": 0.36179992211052947}, "task": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "tasks": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "teach": {"her - man": -0.11600616493104055, "her": 0.2851084295608029, "man": 0.40111459449184345}, "teaching": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "team": {"her - man": -0.07615988946644417, "her": 0.24244556748982585, "man": 0.31860545695627}, "teams": {"her - man": -0.15996209372992332, "her": 0.2188434053359129, "man": 0.3788054990658362}, "techniques": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "telekinesis": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "tell": {"her - man": 0.016436224608774586, "her": 0.319864977546839, "man": 0.3034287529380644}, "tempted": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "tend": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "term": {"her - man": -0.15807667460081976, "her": 0.23001687775679958, "man": 0.38809355235761933}, "terms": {"her - man": -0.015221328368607623, "her": 0.30226018758299183, "man": 0.31748151595159946}, "terrible": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "terrifying": {"her - man": -0.11370589828470151, "her": 0.30072204131136093, "man": 0.41442793959606244}, "test": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "testing": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "than": {"her - man": -0.10341729005413158, "her": 0.2982711392827206, "man": 0.40168842933685217}, "thanapob": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "thank": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "thanks": {"her - man": -0.07130130240689209, "her": 0.2827531755606578, "man": 0.3540544779675499}, "that": {"her - man": -0.1680955840680671, "her": 0.23993625991295534, "man": 0.40803184398102244}, "the": {"her - man": -0.19598529636108133, "her": 0.1136209095096298, "man": 0.30960620587071114}, "theatre": {"her - man": -0.119038259830276, "her": 0.2644163180841, "man": 0.383454577914376}, "their": {"her - man": -0.1270637671709926, "her": 0.29016424977534466, "man": 0.41722801694633727}, "them": {"her - man": -0.1167529919967985, "her": 0.28668561549925325, "man": 0.40343860749605176}, "themselves": {"her - man": -0.10534037679696151, "her": 0.2827531755606578, "man": 0.38809355235761933}, "then": {"her - man": -0.11468898536069266, "her": 0.2989246984927741, "man": 0.41361368385346675}, "there": {"her - man": -0.12740812555951425, "her": 0.2889104100189731, "man": 0.41631853557848736}, "these": {"her - man": -0.10152108536207072, "her": 0.30191752213398104, "man": 0.40343860749605176}, "they": {"her - man": -0.10747653906701254, "her": 0.29092610293580295, "man": 0.3984026420028155}, "thing": {"her - man": -0.1561560044210435, "her": 0.2528702522319531, "man": 0.4090262566529966}, "things": {"her - man": -0.11900409725226274, "her": 0.2868713756570273, "man": 0.40587547290929005}, "think": {"her - man": -0.09884149305371726, "her": 0.3058594853929173, "man": 0.40470097844663455}, "thinking": {"her - man": -0.1535182938015764, "her": 0.2567378962045359, "man": 0.4102561900061123}, "third": {"her - man": -0.16241109052137373, "her": 0.20422050028314306, "man": 0.3666315908045168}, "thirty": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "this": {"her - man": -0.135885448311115, "her": 0.29463610857868744, "man": 0.4305215568898024}, "those": {"her - man": -0.10201210847441095, "her": 0.2852548345680401, "man": 0.3872669430424511}, "though": {"her - man": -0.0759244883249017, "her": 0.2443817053011734, "man": 0.3203061936260751}, "thought": {"her - man": -0.13991719066105057, "her": 0.28647934632964517, "man": 0.42639653699069574}, "three": {"her - man": -0.1380565945374177, "her": 0.23700227865911916, "man": 0.37505887319653686}, "thrilled": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "through": {"her - man": -0.09945179057567172, "her": 0.301886579262527, "man": 0.4013383698381987}, "throughout": {"her - man": -0.10590260399213552, "her": 0.2788720160049323, "man": 0.3847746199970678}, "throw": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "tien": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "tile": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "tim": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "time": {"her - man": -0.1582073467937074, "her": 0.3139677825724563, "man": 0.4721751293661637}, "times": {"her - man": -0.07400673625198084, "her": 0.2602179240432754, "man": 0.3342246602952562}, "timothy": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "titled": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "to": {"her - man": -0.18015105461163675, "her": 0.18455514344257914, "man": 0.3647061980542159}, "today": {"her - man": -0.03998764865874255, "her": 0.2990895703139264, "man": 0.33907721897266896}, "together": {"her - man": -0.10780495291686054, "her": 0.26573543986837206, "man": 0.3735403927852326}, "told": {"her - man": -0.05805743656931717, "her": 0.32155666296708857, "man": 0.37961409953640574}, "tone": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "tonkotsu": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "too": {"her - man": -0.05374896049027633, "her": 0.2883123948490541, "man": 0.3420613553393304}, "took": {"her - man": -0.07661073607575564, "her": 0.28215886385728806, "man": 0.3587695999330437}, "top": {"her - man": -0.12940826219984988, "her": 0.19265911121910065, "man": 0.32206737341895053}, "torn": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "tough": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "toward": {"her - man": -0.01714750240591989, "her": 0.2788720160049323, "man": 0.29601951841085217}, "towards": {"her - man": -0.12015865961492972, "her": 0.2567378962045359, "man": 0.37689655581946563}, "town": {"her - man": -0.019780205709222703, "her": 0.24846514676141315, "man": 0.26824535247063586}, "tracks": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "train": {"her - man": -0.1506058526559526, "her": 0.27360073721697403, "man": 0.42420658987292664}, "travel": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "treated": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "treatment": {"her - man": -0.01801004287495389, "her": 0.2687239682752019, "man": 0.2867340111501558}, "tried": {"her - man": -0.017452280368260964, "her": 0.2752644176747126, "man": 0.29271669804297357}, "tries": {"her - man": -0.06325775018228924, "her": 0.3511701894137732, "man": 0.41442793959606244}, "trips": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "trivia": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "true": {"her - man": -0.07282082555166819, "her": 0.3119537944453996, "man": 0.3847746199970678}, "trust": {"her - man": -0.015221328368607623, "her": 0.30226018758299183, "man": 0.31748151595159946}, "truth": {"her - man": -0.01147349416041249, "her": 0.3511701894137732, "man": 0.3626436835741857}, "try": {"her - man": -0.07234138370498805, "her": 0.3157521686526313, "man": 0.38809355235761933}, "trying": {"her - man": -0.07298230208771028, "her": 0.2687239682752019, "man": 0.3417062703629122}, "turn": {"her - man": -0.10406621503400665, "her": 0.2915468062966027, "man": 0.3956130213306093}, "turned": {"her - man": -0.09474947953212448, "her": 0.3348270917662756, "man": 0.4295765712984001}, "turns": {"her - man": -0.1506058526559526, "her": 0.27360073721697403, "man": 0.42420658987292664}, "tv": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "twelve": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "two": {"her - man": -0.11318704264691981, "her": 0.30728011481595047, "man": 0.4204671574628703}, "type": {"her - man": -0.1535182938015764, "her": 0.2567378962045359, "man": 0.4102561900061123}, "uk": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "ultimately": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "unappreciated": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "unbiased": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "uncredited": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "under": {"her - man": -0.15802834434256993, "her": 0.24244556748982585, "man": 0.4004739118323958}, "underneath": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "understand": {"her - man": -0.016471911277017692, "her": 0.28695684166104674, "man": 0.3034287529380644}, "understood": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "undertake": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "union": {"her - man": -0.014121721752339444, "her": 0.3161065487838031, "man": 0.33022827053614257}, "unit": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "unite": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "united": {"her - man": -0.06999698440086344, "her": 0.22602253400998873, "man": 0.29601951841085217}, "unity": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "unnoticed": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "unproven": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "unsolved": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "up": {"her - man": -0.12447387489560024, "her": 0.30421725604678423, "man": 0.4286911309423845}, "upon": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "us": {"her - man": -0.05498844327910041, "her": 0.27767236118632677, "man": 0.3326608044654272}, "use": {"her - man": -0.0745663276249105, "her": 0.18484458443714608, "man": 0.2594109120620566}, "used": {"her - man": -0.0440646567399165, "her": 0.26009419420854096, "man": 0.30415885094845746}, "uses": {"her - man": -0.15565033530029168, "her": 0.24429076138735242, "man": 0.3999410966876441}, "usually": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "v": {"her - man": -0.014121721752339444, "her": 0.3161065487838031, "man": 0.33022827053614257}, "valued": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "various": {"her - man": 0.016436224608774586, "her": 0.319864977546839, "man": 0.3034287529380644}, "ve": {"her - man": 0.012852239238185958, "her": 0.2676077277691335, "man": 0.25475548853094754}, "verse": {"her - man": -0.1565394906220642, "her": 0.23907353070854512, "man": 0.3956130213306093}, "very": {"her - man": -0.056212538892733366, "her": 0.3310544041497177, "man": 0.3872669430424511}, "views": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "villagers": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "violent": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "vote": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "vs": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "waiter": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "waiting": {"her - man": -0.012587059057355576, "her": 0.3361080679323615, "man": 0.34869512698971705}, "waitress": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "walked": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "walking": {"her - man": 0.01916688229600877, "her": 0.3678620092857258, "man": 0.34869512698971705}, "want": {"her - man": -0.05057481308180184, "her": 0.31605677772271495, "man": 0.3666315908045168}, "wanted": {"her - man": 0.016177095148483256, "her": 0.3157521686526313, "man": 0.299575073504148}, "wants": {"her - man": -0.0673618100150532, "her": 0.25011970593654625, "man": 0.31748151595159946}, "war": {"her - man": -0.10999208323217519, "her": 0.2506240953935351, "man": 0.36061617862571027}, "warm": {"her - man": -0.11600616493104055, "her": 0.2851084295608029, "man": 0.40111459449184345}, "was": {"her - man": -0.1384607604409523, "her": 0.28184353773895615, "man": 0.42030429817990844}, "wasn": {"her - man": 0.09090600513428959, "her": 0.38692552354514176, "man": 0.29601951841085217}, "waste": {"her - man": -0.15996209372992332, "her": 0.2188434053359129, "man": 0.3788054990658362}, "watched": {"her - man": -0.14860247430705076, "her": 0.2851084295608029, "man": 0.43371090386785366}, "watching": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "water": {"her - man": -0.01826713454907508, "her": 0.26573543986837206, "man": 0.28400257441744714}, "waterstones": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "way": {"her - man": -0.027244708509526094, "her": 0.3449990966551296, "man": 0.3722438051646557}, "we": {"her - man": -0.11052011364903891, "her": 0.2642423624430062, "man": 0.3747624760920451}, "weakest": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "weariness": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "wears": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "weaving": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "websites": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "week": {"her - man": -0.050841357364467044, "her": 0.31369849006867906, "man": 0.3645398474331461}, "weekend": {"her - man": -0.0648216307889457, "her": 0.27360073721697403, "man": 0.33842236800591974}, "weight": {"her - man": -0.06856621715551767, "her": 0.23907353070854512, "man": 0.3076397478640628}, "well": {"her - man": -0.043955187258733486, "her": 0.31308011720719864, "man": 0.3570353044659321}, "went": {"her - man": -0.01714750240591989, "her": 0.2788720160049323, "man": 0.29601951841085217}, "were": {"her - man": -0.10638017048425163, "her": 0.2802500660126402, "man": 0.3866302364968918}, "west": {"her - man": -0.12611933452936613, "her": 0.21558693583354605, "man": 0.3417062703629122}, "what": {"her - man": -0.1377429041975291, "her": 0.24978911699802525, "man": 0.38753202119555435}, "whatever": {"her - man": -0.12015865961492972, "her": 0.2567378962045359, "man": 0.37689655581946563}, "when": {"her - man": -0.1047123032901115, "her": 0.29038322321143817, "man": 0.39509552650154967}, "where": {"her - man": -0.11211045406225728, "her": 0.3142323952686935, "man": 0.4263428493309508}, "whether": {"her - man": -0.015699541711387766, "her": 0.31852511858386845, "man": 0.3342246602952562}, "which": {"her - man": -0.16497065349535683, "her": 0.26754730745496946, "man": 0.4325179609503263}, "while": {"her - man": -0.24505731990636007, "her": 0.2097269080591189, "man": 0.45478422796547896}, "whiled": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "whilst": {"her - man": -0.06358669742891415, "her": 0.2851084295608029, "man": 0.34869512698971705}, "white": {"her - man": -0.13286127199870246, "her": 0.2687239682752019, "man": 0.40158524027390435}, "who": {"her - man": -0.11284945694045923, "her": 0.33181692819237085, "man": 0.4446663851328301}, "whole": {"her - man": -0.12341140836362033, "her": 0.23434513846283153, "man": 0.35775654682645186}, "why": {"her - man": -0.13240441642708012, "her": 0.2978160858317032, "man": 0.43022050225878333}, "widows": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "wife": {"her - man": 0.017710735789840892, "her": 0.3410917247349267, "man": 0.3233809889450858}, "will": {"her - man": -0.1403438829560406, "her": 0.2733159981477037, "man": 0.4136598811037443}, "window": {"her - man": -0.014708304906730585, "her": 0.30867268403835524, "man": 0.3233809889450858}, "wing": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "wisdom": {"her - man": -0.01147349416041249, "her": 0.3511701894137732, "man": 0.3626436835741857}, "wise": {"her - man": -0.034275549314396914, "her": 0.35701992248392733, "man": 0.39129547179832425}, "with": {"her - man": -0.13765937715519705, "her": 0.28582223843074056, "man": 0.4234816155859376}, "within": {"her - man": -0.10642512756710626, "her": 0.2752644176747126, "man": 0.38168954524181886}, "without": {"her - man": -0.12325453947310622, "her": 0.28215886385728806, "man": 0.4054134033303943}, "withstood": {"her - man": -0.05926308049435919, "her": 0.32589100284706113, "man": 0.3851540833414203}, "women": {"her - man": -0.1615110177274952, "her": 0.20960938988235772, "man": 0.37112040760985293}, "won": {"her - man": -0.17101756496567977, "her": 0.26573543986837206, "man": 0.43675300483405183}, "wonder": {"her - man": -0.014121721752339444, "her": 0.3161065487838031, "man": 0.33022827053614257}, "word": {"her - man": -0.0726846904096132, "her": 0.20171050081389233, "man": 0.27439519122350553}, "work": {"her - man": -0.0639466850951465, "her": 0.32300938134779883, "man": 0.38695606644294533}, "working": {"her - man": -0.07130130240689209, "her": 0.2827531755606578, "man": 0.3540544779675499}, "world": {"her - man": -0.14349487752528778, "her": 0.2872241850053257, "man": 0.4307190625306135}, "worries": {"her - man": -0.06192164226282476, "her": 0.30072204131136093, "man": 0.3626436835741857}, "worry": {"her - man": -0.015678876578780088, "her": 0.29660849574915243, "man": 0.3122873723279325}, "worst": {"her - man": -0.11769473458135021, "her": 0.27360073721697403, "man": 0.39129547179832425}, "would": {"her - man": -0.08012401896730237, "her": 0.3206390255863663, "man": 0.4007630445536687}, "writing": {"her - man": -0.12112229077606346, "her": 0.25011970593654625, "man": 0.3712419967126097}, "wrote": {"her - man": -0.10590260399213552, "her": 0.2788720160049323, "man": 0.3847746199970678}, "year": {"her - man": -0.07257539927462764, "her": 0.2956287246416489, "man": 0.36820412391627655}, "years": {"her - man": -0.13991244922533153, "her": 0.2912988740154799, "man": 0.4312113232408114}, "yes": {"her - man": -0.06664309274054991, "her": 0.2567378962045359, "man": 0.3233809889450858}, "yet": {"her - man": -0.16197238982265694, "her": 0.2068492087972008, "man": 0.36882159861985775}, "york": {"her - man": -0.0726846904096132, "her": 0.20171050081389233, "man": 0.27439519122350553}, "you": {"her - man": -0.12122590548911194, "her": 0.27077870118668107, "man": 0.392004606675793}, "young": {"her - man": -0.10791091665833835, "her": 0.34369912666679703, "man": 0.4516100433251354}, "your": {"her - man": -0.12458005366537755, "her": 0.2529892126779058, "man": 0.37756926634328336}, "yourself": {"her - man": -0.06581195245204258, "her": 0.2644163180841, "man": 0.33022827053614257}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-her-she.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-her-she.json new file mode 100644 index 0000000000000000000000000000000000000000..bf7add7edc71735df775c9d8819b2a6688b57d0a --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-her-she.json @@ -0,0 +1 @@ +{"0": {"her - she": 0.010883387508394682, "her": 0.17634710446816496, "she": 0.16546371695977027}, "000": {"her - she": 0.09685589758895727, "her": 0.2990895703139264, "she": 0.20223367272496914}, "04": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "08": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "1": {"her - she": 0.10078032237290985, "her": 0.23322159626571398, "she": 0.13244127389280413}, "10": {"her - she": 0.0645035254015123, "her": 0.24244556748982585, "she": 0.17794204208831355}, "100": {"her - she": 0.06350176714340292, "her": 0.26573543986837206, "she": 0.20223367272496914}, "10am": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "11am": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "12": {"her - she": 0.06307464355991013, "her": 0.2752644176747126, "she": 0.21218977411480247}, "13": {"her - she": 0.06253682164102659, "her": 0.28695684166104674, "she": 0.22442002002002015}, "14": {"her - she": 0.009925118442811381, "her": 0.23434513846283153, "she": 0.22442002002002015}, "140": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "15": {"her - she": 0.043536039236228896, "her": 0.3084221978165759, "she": 0.26488615858034703}, "16": {"her - she": 0.009925118442811381, "her": 0.23434513846283153, "she": 0.22442002002002015}, "17": {"her - she": 0.04390274277737399, "her": 0.2990895703139264, "she": 0.2551868275365524}, "18": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "1814": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "18usd": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "19": {"her - she": 0.010060835592714035, "her": 0.22602253400998873, "she": 0.2159616984172747}, "1975": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "1986": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "2": {"her - she": 0.07126711702056357, "her": 0.27528707071102243, "she": 0.20401995369045886}, "20": {"her - she": 0.06831488241264633, "her": 0.32976840698000937, "she": 0.26145352456736304}, "200": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "2012": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "2015": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "2016": {"her - she": 0.009925118442811381, "her": 0.23434513846283153, "she": 0.22442002002002015}, "2019": {"her - she": 0.009787979072742092, "her": 0.30867268403835524, "she": 0.29888470496561315}, "21": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "22": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "24": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "25": {"her - she": 0.061129980948332774, "her": 0.3161065487838031, "she": 0.25497656783547035}, "26": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "29": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "2yrs": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "3": {"her - she": 0.036725888619560054, "her": 0.2883123948490541, "she": 0.251586506229494}, "30": {"her - she": 0.009995624674171616, "her": 0.23001687775679958, "she": 0.22002125308262796}, "300": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "33": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "38": {"her - she": 0.009311343166448771, "her": 0.3361080679323615, "she": 0.3267967247659127}, "39": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "4": {"her - she": 0.011277370987220425, "her": 0.26923496643284084, "she": 0.2579575954456204}, "40": {"her - she": 0.009900438133575828, "her": 0.30226018758299183, "she": 0.292359749449416}, "400": {"her - she": 0.009311343166448771, "her": 0.3361080679323615, "she": 0.3267967247659127}, "40th": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "42": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "45": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "5": {"her - she": 0.04586867625178856, "her": 0.24630724150082467, "she": 0.2004385652490361}, "500": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "58": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "6": {"her - she": 0.10000345627885954, "her": 0.2474383152014572, "she": 0.14743485892259767}, "66": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "69p": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "7": {"her - she": 0.010780009065853802, "her": 0.2528702522319531, "she": 0.24209024316609928}, "8": {"her - she": 0.010575497241434945, "her": 0.19479030774674516, "she": 0.18421481050531022}, "81st": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "884": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "8am": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "90": {"her - she": -0.041688295205109804, "her": 0.2851084295608029, "she": 0.3267967247659127}, "a": {"her - she": 0.026255418905360484, "her": 0.20923117476328892, "she": 0.18297575585792844}, "able": {"her - she": 0.03565231694742438, "her": 0.31852511858386845, "she": 0.28287280163644407}, "about": {"her - she": 0.035386391532530315, "her": 0.3131495508017664, "she": 0.27776315926923606}, "above": {"her - she": -0.04231784843843048, "her": 0.24429076138735242, "she": 0.2866086098257829}, "abs": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "absolutely": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "abstract": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "abundance": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "accept": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "accepting": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "access": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "accompanied": {"her - she": 0.009658107921572068, "her": 0.3161065487838031, "she": 0.30644844086223105}, "according": {"her - she": 0.011320051150387478, "her": 0.22318651234085476, "she": 0.2118664611904673}, "accounted": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "accuracy": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "accusations": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "accuse": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "accused": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "acknowledging": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "acquaintances": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "act": {"her - she": -0.008978015178014664, "her": 0.32976840698000937, "she": 0.33874642215802403}, "acting": {"her - she": 0.009052777590830563, "her": 0.3511701894137732, "she": 0.34211741182294264}, "activities": {"her - she": 0.01054861233181964, "her": 0.26573543986837206, "she": 0.2551868275365524}, "activity": {"her - she": 0.010060835592714035, "her": 0.22602253400998873, "she": 0.2159616984172747}, "actor": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "acts": {"her - she": 0.042694722557104436, "her": 0.32930333238288734, "she": 0.2866086098257829}, "actually": {"her - she": 0.043536039236228896, "her": 0.3084221978165759, "she": 0.26488615858034703}, "adapt": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "added": {"her - she": 0.06362666947673809, "her": 0.26290581367043764, "she": 0.19927914419369955}, "address": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "admits": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "adoring": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "adult": {"her - she": 0.00984827979885708, "her": 0.23907353070854512, "she": 0.22922525090968804}, "adulthood": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "advantage": {"her - she": 0.060109956193776126, "her": 0.3361080679323615, "she": 0.27599811173858535}, "affairs": {"her - she": 0.06068244890336055, "her": 0.3249901159470678, "she": 0.26430766704370723}, "affected": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "africa": {"her - she": 0.010060835592714035, "her": 0.22602253400998873, "she": 0.2159616984172747}, "after": {"her - she": 0.012705408456912592, "her": 0.3161384189534414, "she": 0.3034330104965288}, "again": {"her - she": 0.010810025961871306, "her": 0.2936828275983154, "she": 0.28287280163644407}, "against": {"her - she": 0.06428063388162691, "her": 0.3327438873787014, "she": 0.2684632534970745}, "agenda": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "agent": {"her - she": 0.009658107921572068, "her": 0.3161065487838031, "she": 0.30644844086223105}, "agents": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "ago": {"her - she": 0.03565231694742438, "her": 0.31852511858386845, "she": 0.28287280163644407}, "agree": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "agreed": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "aid": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "aimed": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "ain": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "airlines": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "airport": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "aladdin": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "alana": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "albeit": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "alexander": {"her - she": 0.0096283682404813, "her": 0.35701992248392733, "she": 0.34739155424344603}, "alien": {"her - she": 0.00984827979885708, "her": 0.23907353070854512, "she": 0.22922525090968804}, "aliens": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "all": {"her - she": 0.03758411809047968, "her": 0.2960161863918095, "she": 0.2584320683013298}, "allegations": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "almost": {"her - she": 0.04378832720395465, "her": 0.30201720525817144, "she": 0.2582288780542168}, "alone": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "along": {"her - she": -0.013849380687959711, "her": 0.27441502417013736, "she": 0.28826440485809707}, "alongside": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "aloof": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "already": {"her - she": 0.03582667016450147, "her": 0.31369849006867906, "she": 0.2778718199041776}, "also": {"her - she": 0.030314077937656503, "her": 0.2777012169906531, "she": 0.24738713905299659}, "although": {"her - she": 0.011115017385276593, "her": 0.33370448181275186, "she": 0.32258946442747527}, "always": {"her - she": -0.042781990799718644, "her": 0.19930825236638064, "she": 0.24209024316609928}, "am": {"her - she": 0.01054861233181964, "her": 0.26573543986837206, "she": 0.2551868275365524}, "amazon": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "amber": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "american": {"her - she": 0.010330245688658174, "her": 0.20960938988235772, "she": 0.19927914419369955}, "amnews": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "amongst": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "an": {"her - she": 0.03465120701657076, "her": 0.3002514612077961, "she": 0.26560025419122535}, "anatoly": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "and": {"her - she": 0.026944613638128195, "her": 0.18779347610867791, "she": 0.16084886247054972}, "angeles": {"her - she": 0.09544495752681886, "her": 0.319864977546839, "she": 0.22442002002002015}, "angry": {"her - she": 0.009311343166448771, "her": 0.3361080679323615, "she": 0.3267967247659127}, "angst": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "another": {"her - she": 0.03633088442243071, "her": 0.2995680820056731, "she": 0.2632371975832424}, "answer": {"her - she": 0.009999885923369534, "her": 0.29660849574915243, "she": 0.2866086098257829}, "anthony": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "anticipated": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "anxious": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "any": {"her - she": 0.011901093295014542, "her": 0.29581256942145384, "she": 0.2839114761264393}, "anyone": {"her - she": 0.010170435308058057, "her": 0.28695684166104674, "she": 0.2767864063529887}, "anything": {"her - she": 0.04246734231685961, "her": 0.3348270917662756, "she": 0.292359749449416}, "anyway": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "apartment": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "apparent": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "appreciates": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "approached": {"her - she": 0.0096283682404813, "her": 0.35701992248392733, "she": 0.34739155424344603}, "appropriately": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "approved": {"her - she": 0.061497727612072284, "her": 0.30867268403835524, "she": 0.24717495642628295}, "april": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "archived": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "are": {"her - she": 0.027120492744642316, "her": 0.25528681960523064, "she": 0.22816632686058833}, "aren": {"her - she": -0.022605471455808712, "her": 0.2827531755606578, "she": 0.30535864701646653}, "argue": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "arkadelphia": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "army": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "around": {"her - she": 0.029277849810368073, "her": 0.30975258311244275, "she": 0.2804747333020747}, "arrested": {"her - she": 0.009311343166448771, "her": 0.3361080679323615, "she": 0.3267967247659127}, "arrival": {"her - she": 0.061129980948332774, "her": 0.3161065487838031, "she": 0.25497656783547035}, "arrive": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "arrived": {"her - she": 0.009900438133575828, "her": 0.30226018758299183, "she": 0.292359749449416}, "arriving": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "arson": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "article": {"her - she": -0.04224004351286975, "her": 0.25011970593654625, "she": 0.292359749449416}, "artists": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "as": {"her - she": 0.02538906998703247, "her": 0.26074608346797523, "she": 0.23535701348094276}, "ash": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "asia": {"her - she": -0.04224004351286975, "her": 0.25011970593654625, "she": 0.292359749449416}, "ask": {"her - she": -0.013971522240926237, "her": 0.32435431967240846, "she": 0.3383258419133347}, "asked": {"her - she": 0.010393521636164749, "her": 0.3157521686526313, "she": 0.30535864701646653}, "aspect": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "ass": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "assassination": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "assembly": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "at": {"her - she": 0.014750959123309315, "her": 0.29815061250505515, "she": 0.28339965338174583}, "atlantic": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "attachment": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "attack": {"her - she": 0.0104384486545811, "her": 0.27189197322194414, "she": 0.26145352456736304}, "attacked": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "attempt": {"her - she": 0.009999885923369534, "her": 0.29660849574915243, "she": 0.2866086098257829}, "attempts": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "attend": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "attitude": {"her - she": -0.042032122778131065, "her": 0.2644163180841, "she": 0.30644844086223105}, "attractions": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "audience": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "august": {"her - she": 0.009925118442811381, "her": 0.23434513846283153, "she": 0.22442002002002015}, "aussie": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "australian": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "author": {"her - she": 0.061497727612072284, "her": 0.30867268403835524, "she": 0.24717495642628295}, "authority": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "available": {"her - she": 0.06336889050821742, "her": 0.2687239682752019, "she": 0.20535507776698447}, "avatar": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "away": {"her - she": 0.010378259094365572, "her": 0.2752644176747126, "she": 0.26488615858034703}, "awkwardness": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "ba": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "baby": {"her - she": -0.0418857642984557, "her": 0.27360073721697403, "she": 0.31548650151542973}, "back": {"her - she": 0.04445553061715768, "her": 0.32062843484104203, "she": 0.27617290422388435}, "bad": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "balance": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "ball": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "ballerina": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "band": {"her - she": 0.00984827979885708, "her": 0.23907353070854512, "she": 0.22922525090968804}, "bandana": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "baring": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "based": {"her - she": 0.06374449680381525, "her": 0.2602179240432754, "she": 0.19647342723946012}, "baskervilles": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "be": {"her - she": 0.024259436900082254, "her": 0.2872292307273009, "she": 0.26296979382721863}, "beat": {"her - she": -0.042384060085526615, "her": 0.23907353070854512, "she": 0.28145759079407173}, "beaten": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "beating": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "beauty": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "became": {"her - she": 0.010240746782687993, "her": 0.3535188597538935, "she": 0.34327811297120553}, "because": {"her - she": 0.012316486309287888, "her": 0.2980295758107503, "she": 0.2857130895014624}, "become": {"her - she": -0.022657866810868788, "her": 0.25765729437853174, "she": 0.28031516118940053}, "becomes": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "becoming": {"her - she": 0.061129980948332774, "her": 0.3161065487838031, "she": 0.25497656783547035}, "been": {"her - she": 0.04519023049068088, "her": 0.3196111574264824, "she": 0.2744209269358015}, "beer": {"her - she": -0.042032122778131065, "her": 0.2644163180841, "she": 0.30644844086223105}, "before": {"her - she": -0.0010526280456381043, "her": 0.3236927265626118, "she": 0.3247453546082499}, "begin": {"her - she": 0.061129980948332774, "her": 0.3161065487838031, "she": 0.25497656783547035}, "begrudgingly": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "behalf": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "behavior": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "behind": {"her - she": 0.010244999198615157, "her": 0.2827531755606578, "she": 0.27250817636204266}, "being": {"her - she": 0.012377466030670747, "her": 0.3140345876733946, "she": 0.30165712164272385}, "belief": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "believed": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "bemoans": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "bench": {"her - she": 0.00984827979885708, "her": 0.23907353070854512, "she": 0.22922525090968804}, "beneath": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "besides": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "bessemer": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "best": {"her - she": 0.01143797346143638, "her": 0.29286582795021565, "she": 0.28142785448877927}, "better": {"her - she": 0.010857717888386575, "her": 0.2911728790777871, "she": 0.28031516118940053}, "between": {"her - she": 0.03713521443843093, "her": 0.2764678124494391, "she": 0.23933259801100815}, "bewildered": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "beyond": {"her - she": -0.04139537051158171, "her": 0.30072204131136093, "she": 0.34211741182294264}, "big": {"her - she": 0.011022168614762184, "her": 0.31369849006867906, "she": 0.3026763214539169}, "biggie": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "bill": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "billion": {"her - she": 0.01041920989427425, "her": 0.20422050028314306, "she": 0.1938012903888688}, "birmingham": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "birthday": {"her - she": -0.04214680876107724, "her": 0.2567378962045359, "she": 0.29888470496561315}, "bit": {"her - she": 0.01028236491822243, "her": 0.21251603764319157, "she": 0.20223367272496914}, "bite": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "blanket": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "blasting": {"her - she": -0.04139537051158171, "her": 0.30072204131136093, "she": 0.34211741182294264}, "blends": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "bling": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "blog": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "blogs": {"her - she": 0.009658107921572068, "her": 0.3161065487838031, "she": 0.30644844086223105}, "blond": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "bluntly": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "board": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "boat": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "body": {"her - she": -0.0225545342327112, "her": 0.29660849574915243, "she": 0.31916302998186363}, "bond": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "book": {"her - she": 0.010933567793233373, "her": 0.2443817053011734, "she": 0.23344813750794002}, "booked": {"her - she": 0.009052777590830563, "her": 0.3511701894137732, "she": 0.34211741182294264}, "books": {"her - she": -0.022626488733745787, "her": 0.2752644176747126, "she": 0.2978909064084584}, "bookshops": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "borgen": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "boring": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "boshirov": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "both": {"her - she": -0.005386009838915351, "her": 0.30724700562315205, "she": 0.3126330154620674}, "bottle": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "bought": {"her - she": 0.009311343166448771, "her": 0.3361080679323615, "she": 0.3267967247659127}, "box": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "boy": {"her - she": -0.0418857642984557, "her": 0.27360073721697403, "she": 0.31548650151542973}, "boys": {"her - she": -0.042032122778131065, "her": 0.2644163180841, "she": 0.30644844086223105}, "bracelet": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "branches": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "break": {"her - she": 0.009787979072742092, "her": 0.30867268403835524, "she": 0.29888470496561315}, "breakup": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "breezily": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "brettle": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "bride": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "brighter": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "brilliant": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "bring": {"her - she": 0.06322695635912207, "her": 0.27189197322194414, "she": 0.20866501686282207}, "bringing": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "brisbane": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "brisvegas": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "britain": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "british": {"her - she": 0.00984827979885708, "her": 0.23907353070854512, "she": 0.22922525090968804}, "broadway": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "broken": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "brother": {"her - she": 0.009787979072742092, "her": 0.30867268403835524, "she": 0.29888470496561315}, "brought": {"her - she": 0.042694722557104436, "her": 0.32930333238288734, "she": 0.2866086098257829}, "browsing": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "bubbling": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "building": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "buildings": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "burn": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "burned": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "burns": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "burst": {"her - she": 0.009052777590830563, "her": 0.3511701894137732, "she": 0.34211741182294264}, "bus": {"her - she": 0.010178388473090827, "her": 0.2188434053359129, "she": 0.20866501686282207}, "business": {"her - she": 0.010393521636164749, "her": 0.3157521686526313, "she": 0.30535864701646653}, "busy": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "but": {"her - she": 0.036007720039329505, "her": 0.2970302061129014, "she": 0.26102248607357187}, "buy": {"her - she": 0.010170435308058057, "her": 0.28695684166104674, "she": 0.2767864063529887}, "by": {"her - she": 0.023813462404399244, "her": 0.30127401445616725, "she": 0.277460552051768}, "cab": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "cadaver": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "californication": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "call": {"her - she": 0.03485547254270338, "her": 0.3402141195591699, "she": 0.30535864701646653}, "called": {"her - she": 0.026126998949482172, "her": 0.35319669369431167, "she": 0.3270696947448295}, "calling": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "calls": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "calming": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "came": {"her - she": 0.010903338935337625, "her": 0.2887751588395152, "she": 0.2778718199041776}, "campaign": {"her - she": 0.00984827979885708, "her": 0.23907353070854512, "she": 0.22922525090968804}, "can": {"her - she": 0.0289023751052295, "her": 0.26688805747415784, "she": 0.23798568236892834}, "capable": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "captivating": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "captured": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "captures": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "car": {"her - she": 0.010693720002132617, "her": 0.25765729437853174, "she": 0.24696357437639913}, "card": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "care": {"her - she": 0.06273192247802986, "her": 0.2827531755606578, "she": 0.22002125308262796}, "cared": {"her - she": 0.060109956193776126, "her": 0.3361080679323615, "she": 0.27599811173858535}, "career": {"her - she": 0.009658107921572068, "her": 0.3161065487838031, "she": 0.30644844086223105}, "carpet": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "carried": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "case": {"her - she": 0.05653549983564615, "her": 0.31977269741888853, "she": 0.2632371975832424}, "cassidy": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "cause": {"her - she": 0.010330245688658174, "her": 0.20960938988235772, "she": 0.19927914419369955}, "caused": {"her - she": 0.060109956193776126, "her": 0.3361080679323615, "she": 0.27599811173858535}, "ceased": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "cell": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "center": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "centered": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "central": {"her - she": 0.009999885923369534, "her": 0.29660849574915243, "she": 0.2866086098257829}, "centre": {"her - she": 0.01028236491822243, "her": 0.21251603764319157, "she": 0.20223367272496914}, "certain": {"her - she": 0.00984827979885708, "her": 0.23907353070854512, "she": 0.22922525090968804}, "certainly": {"her - she": -0.04264194222067075, "her": 0.21558693583354605, "she": 0.2582288780542168}, "challenging": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "chance": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "chances": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "change": {"her - she": 0.010857717888386575, "her": 0.2911728790777871, "she": 0.28031516118940053}, "changes": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "channel": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "chapter": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "character": {"her - she": 0.009999885923369534, "her": 0.29660849574915243, "she": 0.2866086098257829}, "charge": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "charismatic": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "chatty": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "cheapest": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "cheaply": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "check": {"her - she": -0.04231784843843048, "her": 0.24429076138735242, "she": 0.2866086098257829}, "chepiga": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "child": {"her - she": 0.034539216737344836, "her": 0.34866097866360224, "she": 0.3141217619262574}, "childhood": {"her - she": 0.009311343166448771, "her": 0.3361080679323615, "she": 0.3267967247659127}, "children": {"her - she": 0.010810025961871306, "her": 0.2936828275983154, "she": 0.28287280163644407}, "chimpanzee": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "chinese": {"her - she": 0.010060835592714035, "her": 0.22602253400998873, "she": 0.2159616984172747}, "chocolate": {"her - she": -0.041688295205109804, "her": 0.2851084295608029, "she": 0.3267967247659127}, "chores": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "circle": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "circumstantial": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "citizens": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "city": {"her - she": 0.010771240567512691, "her": 0.18304447707992275, "she": 0.17227323651241006}, "claimed": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "claiming": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "class": {"her - she": 0.061497727612072284, "her": 0.30867268403835524, "she": 0.24717495642628295}, "clear": {"her - she": 0.0349941083651909, "her": 0.33648305937794626, "she": 0.30148895101275536}, "clearly": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "climate": {"her - she": 0.010231858066561572, "her": 0.21558693583354605, "she": 0.20535507776698447}, "closed": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "clouded": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "clue": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "co": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "coach": {"her - she": 0.010060835592714035, "her": 0.22602253400998873, "she": 0.2159616984172747}, "cold": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "coleman": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "colleagues": {"her - she": 0.0927122554402201, "her": 0.35701992248392733, "she": 0.26430766704370723}, "collection": {"her - she": 0.009925118442811381, "her": 0.23434513846283153, "she": 0.22442002002002015}, "college": {"her - she": -0.02252926847894643, "her": 0.30226018758299183, "she": 0.32478945606193826}, "colonel": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "colonels": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "com": {"her - she": 0.043666449657530804, "her": 0.30511997422489384, "she": 0.26145352456736304}, "come": {"her - she": 0.04503723398331838, "her": 0.26923496643284084, "she": 0.22419773244952246}, "comedians": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "comes": {"her - she": 0.010060835592714035, "her": 0.22602253400998873, "she": 0.2159616984172747}, "comical": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "coming": {"her - she": 0.0104384486545811, "her": 0.27189197322194414, "she": 0.26145352456736304}, "commences": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "comment": {"her - she": 0.06691024992811062, "her": 0.3535188597538935, "she": 0.2866086098257829}, "commentary": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "commenting": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "commits": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "common": {"her - she": -0.042574836343111044, "her": 0.222311322237236, "she": 0.26488615858034703}, "communicated": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "communities": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "community": {"her - she": 0.010599368676804, "her": 0.26290581367043764, "she": 0.25230644499363364}, "company": {"her - she": 0.010989096416548993, "her": 0.28427650941860133, "she": 0.27328741300205234}, "comparing": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "compassionate": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "completely": {"her - she": 0.009658107921572068, "her": 0.3161065487838031, "she": 0.30644844086223105}, "compulsion": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "conceived": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "concerning": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "concluded": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "conclusion": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "conclusions": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "conditions": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "conference": {"her - she": 0.06307464355991013, "her": 0.2752644176747126, "she": 0.21218977411480247}, "confess": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "confidence": {"her - she": 0.06068244890336055, "her": 0.3249901159470678, "she": 0.26430766704370723}, "consolation": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "conspiracy": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "constantly": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "construction": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "contact": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "contest": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "continue": {"her - she": 0.061129980948332774, "her": 0.3161065487838031, "she": 0.25497656783547035}, "continued": {"her - she": -0.02261693500782308, "her": 0.2788720160049323, "she": 0.30148895101275536}, "continues": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "contouring": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "convention": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "conversation": {"her - she": 0.009658107921572068, "her": 0.3161065487838031, "she": 0.30644844086223105}, "convey": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "conveyed": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "convicted": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "convince": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "cookies": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "cops": {"her - she": 0.009052777590830563, "her": 0.3511701894137732, "she": 0.34211741182294264}, "copy": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "cordial": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "corner": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "correctly": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "cost": {"her - she": 0.010464843432644255, "her": 0.3119537944453996, "she": 0.30148895101275536}, "costs": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "could": {"her - she": 0.0122970154771328, "her": 0.2989246984927741, "she": 0.2866276830156413}, "couldn": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "council": {"her - she": -0.042384060085526615, "her": 0.23907353070854512, "she": 0.28145759079407173}, "councils": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "counter": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "country": {"her - she": 0.010820574097286317, "her": 0.2506240953935351, "she": 0.23980352129624877}, "couple": {"her - she": 0.06273192247802986, "her": 0.2827531755606578, "she": 0.22002125308262796}, "course": {"her - she": 0.09599209602812492, "her": 0.3119537944453996, "she": 0.2159616984172747}, "covered": {"her - she": 0.009900438133575828, "her": 0.30226018758299183, "she": 0.292359749449416}, "covers": {"her - she": -0.04139537051158171, "her": 0.30072204131136093, "she": 0.34211741182294264}, "cowell": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "crack": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "crackerjack": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "cracking": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "create": {"her - she": 0.00984827979885708, "her": 0.23907353070854512, "she": 0.22922525090968804}, "created": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "credit": {"her - she": 0.009900438133575828, "her": 0.30226018758299183, "she": 0.292359749449416}, "cried": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "crime": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "crisis": {"her - she": 0.009925118442811381, "her": 0.23434513846283153, "she": 0.22442002002002015}, "cross": {"her - she": 0.06273192247802986, "her": 0.2827531755606578, "she": 0.22002125308262796}, "crowd": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "crucial": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "crying": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "cultured": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "cup": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "customer": {"her - she": 0.009658107921572068, "her": 0.3161065487838031, "she": 0.30644844086223105}, "cut": {"her - she": -0.04214680876107724, "her": 0.2567378962045359, "she": 0.29888470496561315}, "d": {"her - she": -0.013901162614401663, "her": 0.2887751588395152, "she": 0.3026763214539169}, "dad": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "dai": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "daily": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "daizaemon": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "daizemon": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "dance": {"her - she": -0.041688295205109804, "her": 0.2851084295608029, "she": 0.3267967247659127}, "dancers": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "dangerous": {"her - she": 0.060109956193776126, "her": 0.3361080679323615, "she": 0.27599811173858535}, "danville": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "dark": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "dates": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "daughter": {"her - she": 0.010421007490209688, "her": 0.3442531737794843, "she": 0.3338321662892746}, "daughters": {"her - she": -0.04214680876107724, "her": 0.2567378962045359, "she": 0.29888470496561315}, "david": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "day": {"her - she": -0.022640827291111915, "her": 0.22050800102914775, "she": 0.24314882832025966}, "days": {"her - she": 0.010810025961871306, "her": 0.2936828275983154, "she": 0.28287280163644407}, "dear": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "death": {"her - she": 0.009900438133575828, "her": 0.30226018758299183, "she": 0.292359749449416}, "december": {"her - she": 0.009999885923369534, "her": 0.29660849574915243, "she": 0.2866086098257829}, "decent": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "decide": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "decided": {"her - she": 0.03485547254270338, "her": 0.3402141195591699, "she": 0.30535864701646653}, "decimated": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "decision": {"her - she": 0.010060835592714035, "her": 0.22602253400998873, "she": 0.2159616984172747}, "declaration": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "declare": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "decline": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "declined": {"her - she": 0.009311343166448771, "her": 0.3361080679323615, "she": 0.3267967247659127}, "defeat": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "defence": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "defend": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "defense": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "defiance": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "definitely": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "delicate": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "deliver": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "demanding": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "denominator": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "dense": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "department": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "depend": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "depending": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "deported": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "depth": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "description": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "deserved": {"her - she": 0.06068244890336055, "her": 0.3249901159470678, "she": 0.26430766704370723}, "design": {"her - she": -0.04286861276244047, "her": 0.18670181261724306, "she": 0.22957042537968353}, "destination": {"her - she": -0.0418857642984557, "her": 0.27360073721697403, "she": 0.31548650151542973}, "destinie": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "destiny": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "destroy": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "destroying": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "destroys": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "destruct": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "detained": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "detective": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "deteriorate": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "devastating": {"her - she": 0.009311343166448771, "her": 0.3361080679323615, "she": 0.3267967247659127}, "developed": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "developing": {"her - she": 0.009658107921572068, "her": 0.3161065487838031, "she": 0.30644844086223105}, "development": {"her - she": 0.010710163058498007, "her": 0.18670181261724306, "she": 0.17599164955874505}, "did": {"her - she": 0.012062250565183785, "her": 0.30975258311244275, "she": 0.29769033254725896}, "didn": {"her - she": 0.02832373924807069, "her": 0.3385151872366886, "she": 0.3101914479886179}, "dies": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "different": {"her - she": 0.06895484927442128, "her": 0.31852511858386845, "she": 0.24957026930944717}, "difficult": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "difficulty": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "digital": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "dinner": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "diplomat": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "disappoint": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "discovered": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "discuss": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "discussion": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "disliked": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "dismissed": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "disneynature": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "display": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "disrepair": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "disrespected": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "distant": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "distracted": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "ditched": {"her - she": 0.009052777590830563, "her": 0.3511701894137732, "she": 0.34211741182294264}, "divorce": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "divorced": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "divulge": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "do": {"her - she": -0.008373034419007858, "her": 0.24677271395998032, "she": 0.2551457483789882}, "does": {"her - she": 0.09883522330604172, "her": 0.2676077277691335, "she": 0.16877250446309178}, "doesn": {"her - she": 0.0104384486545811, "her": 0.27189197322194414, "she": 0.26145352456736304}, "doing": {"her - she": 0.011246959213121799, "her": 0.32728798241526363, "she": 0.31604102320214184}, "dollars": {"her - she": 0.0096283682404813, "her": 0.35701992248392733, "she": 0.34739155424344603}, "dominating": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "don": {"her - she": -0.005300111325168166, "her": 0.2981674818370932, "she": 0.30346759316226135}, "done": {"her - she": 0.04420930470138798, "her": 0.2911728790777871, "she": 0.24696357437639913}, "double": {"her - she": -0.042032122778131065, "her": 0.2644163180841, "she": 0.30644844086223105}, "doubt": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "down": {"her - she": -0.008662777672139521, "her": 0.2801572406824972, "she": 0.2888200183546367}, "downtown": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "dozens": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "drama": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "dressed": {"her - she": 0.009787630339369469, "her": 0.3483505722518337, "she": 0.3385629419124642}, "drew": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "drink": {"her - she": -0.04224004351286975, "her": 0.25011970593654625, "she": 0.292359749449416}, "drinks": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "driven": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "driver": {"her - she": 0.009658107921572068, "her": 0.3161065487838031, "she": 0.30644844086223105}, "drivers": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "driving": {"her - she": 0.061810011039957063, "her": 0.30226018758299183, "she": 0.24045017654303477}, "drop": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "dropped": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "drops": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "drove": {"her - she": 0.009052777590830563, "her": 0.3511701894137732, "she": 0.34211741182294264}, "drunk": {"her - she": -0.042032122778131065, "her": 0.2644163180841, "she": 0.30644844086223105}, "dublin": {"her - she": 0.061129980948332774, "her": 0.3161065487838031, "she": 0.25497656783547035}, "dude": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "dug": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "dundalk": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "during": {"her - she": 0.011393011558654187, "her": 0.2192119672377659, "she": 0.2078189556791117}, "dvd": {"her - she": 0.009925118442811381, "her": 0.23434513846283153, "she": 0.22442002002002015}, "e": {"her - she": 0.00984827979885708, "her": 0.23907353070854512, "she": 0.22922525090968804}, "each": {"her - she": 0.010780009065853802, "her": 0.2528702522319531, "she": 0.24209024316609928}, "ear": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "earlier": {"her - she": 0.010089215502530946, "her": 0.2915468062966027, "she": 0.28145759079407173}, "early": {"her - she": 0.03598558202335228, "her": 0.3092729950254046, "she": 0.27328741300205234}, "earns": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "easier": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "east": {"her - she": -0.042574836343111044, "her": 0.222311322237236, "she": 0.26488615858034703}, "easy": {"her - she": 0.00984827979885708, "her": 0.23907353070854512, "she": 0.22922525090968804}, "eat": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "eclectic": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "ecstatic": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "ect": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "edited": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "educate": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "effects": {"her - she": 0.009925118442811381, "her": 0.23434513846283153, "she": 0.22442002002002015}, "effort": {"her - she": 0.060109956193776126, "her": 0.3361080679323615, "she": 0.27599811173858535}, "efforts": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "eggshells": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "eight": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "either": {"her - she": 0.010060835592714035, "her": 0.22602253400998873, "she": 0.2159616984172747}, "electrocute": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "elegant": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "elemental": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "ellen": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "else": {"her - she": 0.061129980948332774, "her": 0.3161065487838031, "she": 0.25497656783547035}, "eludes": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "elusively": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "elyton": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "email": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "emergency": {"her - she": 0.010170435308058057, "her": 0.28695684166104674, "she": 0.2767864063529887}, "emotional": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "emotionally": {"her - she": 0.009311343166448771, "her": 0.3361080679323615, "she": 0.3267967247659127}, "empathise": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "encourage": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "end": {"her - she": 0.010538735706787733, "her": 0.19700427445609042, "she": 0.1864655387493027}, "ended": {"her - she": 0.009658107921572068, "her": 0.3161065487838031, "she": 0.30644844086223105}, "endgamepodcast": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "ending": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "energy": {"her - she": 0.010575497241434945, "her": 0.19479030774674516, "she": 0.18421481050531022}, "engaging": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "england": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "ensnared": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "enter": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "entered": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "entertain": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "entertainment": {"her - she": 0.009503614431638052, "her": 0.3249901159470678, "she": 0.31548650151542973}, "entire": {"her - she": 0.010244999198615157, "her": 0.2827531755606578, "she": 0.27250817636204266}, "entourage": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "epidemic": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "episode": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "episodes": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "ers": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "escape": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "escort": {"her - she": -0.041688295205109804, "her": 0.2851084295608029, "she": 0.3267967247659127}, "especially": {"her - she": 0.010652136146997282, "her": 0.30201720525817144, "she": 0.29136506911117416}, "estimate": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "estranged": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "estrangement": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "estrangements": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "europe": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "even": {"her - she": -0.013722338191328981, "her": 0.24859074744417484, "she": 0.2623130856355038}, "evening": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "event": {"her - she": 0.06208145656363545, "her": 0.29660849574915243, "she": 0.23452703918551698}, "eventually": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "ever": {"her - she": 0.011287739908705408, "her": 0.3253094432370409, "she": 0.3140217033283355}, "every": {"her - she": -0.022664647371092667, "her": 0.24638640755975252, "she": 0.2690510549308452}, "everybody": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "everything": {"her - she": -0.022657866810868788, "her": 0.25765729437853174, "she": 0.28031516118940053}, "evidence": {"her - she": 0.04246734231685961, "her": 0.3348270917662756, "she": 0.292359749449416}, "ex": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "exactly": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "examination": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "examines": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "examining": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "exceedingly": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "excellent": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "excerpts": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "excited": {"her - she": 0.061497727612072284, "her": 0.30867268403835524, "she": 0.24717495642628295}, "exclusively": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "exit": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "exiting": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "exits": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "expect": {"her - she": 0.009900438133575828, "her": 0.30226018758299183, "she": 0.292359749449416}, "expectations": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "expected": {"her - she": -0.04261011923145014, "her": 0.2188434053359129, "she": 0.26145352456736304}, "expensive": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "experience": {"her - she": 0.009925118442811381, "her": 0.23434513846283153, "she": 0.22442002002002015}, "experiences": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "experiencetheride": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "expert": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "experts": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "explain": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "explained": {"her - she": -0.0418857642984557, "her": 0.27360073721697403, "she": 0.31548650151542973}, "explains": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "exploring": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "expressly": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "extensive": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "extremely": {"her - she": 0.061810011039957063, "her": 0.30226018758299183, "she": 0.24045017654303477}, "facebook": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "faces": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "facet": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "facing": {"her - she": 0.04246734231685961, "her": 0.3348270917662756, "she": 0.292359749449416}, "fact": {"her - she": -0.02264110083597226, "her": 0.2687239682752019, "she": 0.29136506911117416}, "factual": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "failed": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "fairfield": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "fairly": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "fake": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "fall": {"her - she": 0.00984827979885708, "her": 0.23907353070854512, "she": 0.22922525090968804}, "fallen": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "fallibility": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "falling": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "fame": {"her - she": -0.041688295205109804, "her": 0.2851084295608029, "she": 0.3267967247659127}, "familial": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "family": {"her - she": 0.056354248101120163, "her": 0.3234007174690383, "she": 0.26704646936791815}, "famous": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "fan": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "fantastic": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "far": {"her - she": -0.022651163142222874, "her": 0.26290581367043764, "she": 0.2855569768126605}, "fare": {"her - she": 0.009311343166448771, "her": 0.3361080679323615, "she": 0.3267967247659127}, "fascinate": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "fascinated": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "fascinating": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "father": {"her - she": 0.009900438133575828, "her": 0.30226018758299183, "she": 0.292359749449416}, "fathers": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "fatigued": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "fault": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "favorite": {"her - she": -0.042384060085526615, "her": 0.23907353070854512, "she": 0.28145759079407173}, "favorites": {"her - she": 0.009503614431638052, "her": 0.3249901159470678, "she": 0.31548650151542973}, "favourite": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "fear": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "february": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "federalist": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "feel": {"her - she": 0.01023255774615106, "her": 0.32435431967240846, "she": 0.3141217619262574}, "feeling": {"her - she": 0.010037635704337355, "her": 0.3348270917662756, "she": 0.32478945606193826}, "feelings": {"her - she": 0.009787979072742092, "her": 0.30867268403835524, "she": 0.29888470496561315}, "feigned": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "fell": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "felt": {"her - she": 0.00984827979885708, "her": 0.23907353070854512, "she": 0.22922525090968804}, "few": {"her - she": 0.03565231694742438, "her": 0.31852511858386845, "she": 0.28287280163644407}, "fiercely": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "fifty": {"her - she": -0.041688295205109804, "her": 0.2851084295608029, "she": 0.3267967247659127}, "fight": {"her - she": -0.022574955629654725, "her": 0.2915468062966027, "she": 0.3141217619262574}, "fighting": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "figure": {"her - she": -0.042670789893360844, "her": 0.21251603764319157, "she": 0.2551868275365524}, "figured": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "film": {"her - she": 0.010500524734592648, "her": 0.19930825236638064, "she": 0.188807727631788}, "finally": {"her - she": 0.061129980948332774, "her": 0.3161065487838031, "she": 0.25497656783547035}, "finding": {"her - she": 0.009658107921572068, "her": 0.3161065487838031, "she": 0.30644844086223105}, "finds": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "fine": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "finest": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "fire": {"her - she": 0.010737777165017254, "her": 0.25521159870306387, "she": 0.24447382153804662}, "fires": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "first": {"her - she": 0.012732593739657128, "her": 0.279005057828788, "she": 0.26627246408913086}, "flames": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "flash": {"her - she": 0.009052777590830563, "her": 0.3511701894137732, "she": 0.34211741182294264}, "flashmob": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "flat": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "flight": {"her - she": 0.009787979072742092, "her": 0.30867268403835524, "she": 0.29888470496561315}, "flits": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "flower": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "fo": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "focused": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "followed": {"her - she": 0.04339577348875745, "her": 0.3119537944453996, "she": 0.26855802095664216}, "food": {"her - she": 0.04503723398331838, "her": 0.26923496643284084, "she": 0.22419773244952246}, "for": {"her - she": 0.024239559720190484, "her": 0.27550069404902006, "she": 0.25126113432882957}, "force": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "forces": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "foreign": {"her - she": 0.06336889050821742, "her": 0.2687239682752019, "she": 0.20535507776698447}, "forgiveness": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "forgotten": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "form": {"her - she": -0.04244126789015715, "her": 0.23434513846283153, "she": 0.2767864063529887}, "former": {"her - she": 0.010393521636164749, "her": 0.3157521686526313, "she": 0.30535864701646653}, "forum": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "forward": {"her - she": 0.04220701976931357, "her": 0.3410917247349267, "she": 0.29888470496561315}, "found": {"her - she": 0.010947077399050487, "her": 0.28647934632964517, "she": 0.2755322689305947}, "four": {"her - she": 0.010883387508394682, "her": 0.17634710446816496, "she": 0.16546371695977027}, "foyer": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "francis": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "frank": {"her - she": 0.061129980948332774, "her": 0.3161065487838031, "she": 0.25497656783547035}, "frantic": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "frantically": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "free": {"her - she": 0.044389103163545884, "her": 0.28647934632964517, "she": 0.24209024316609928}, "frequent": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "fresh": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "friend": {"her - she": -0.0418857642984557, "her": 0.27360073721697403, "she": 0.31548650151542973}, "friends": {"her - she": 0.010316465952024012, "her": 0.319864977546839, "she": 0.309548511594815}, "from": {"her - she": 0.04399587561856649, "her": 0.3050889967676053, "she": 0.2610931211490388}, "front": {"her - she": -0.04231784843843048, "her": 0.24429076138735242, "she": 0.2866086098257829}, "fulfill": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "function": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "future": {"her - she": 0.0457454817918915, "her": 0.24976543548235036, "she": 0.20401995369045886}, "g": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "game": {"her - she": 0.010800450425683228, "her": 0.18129783547422867, "she": 0.17049738504854545}, "games": {"her - she": 0.009995624674171616, "her": 0.23001687775679958, "she": 0.22002125308262796}, "gangsters": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "gantz": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "garda": {"her - she": 0.04246734231685961, "her": 0.3348270917662756, "she": 0.292359749449416}, "garda\u00ed": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "gate": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "gathered": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "gave": {"her - she": 0.010726524838117035, "her": 0.3527337240927444, "she": 0.34200719925462736}, "geez": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "generally": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "genie": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "geographically": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "gershshwin": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "get": {"her - she": 0.0005552433360544451, "her": 0.3223250260755808, "she": 0.32176978273952633}, "gets": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "getting": {"her - she": 0.01054861233181964, "her": 0.26573543986837206, "she": 0.2551868275365524}, "girl": {"her - she": 0.010640948998935085, "her": 0.3330133579647703, "she": 0.3223724089658352}, "girls": {"her - she": -0.04231784843843048, "her": 0.24429076138735242, "she": 0.2866086098257829}, "give": {"her - she": 0.010640948998935085, "her": 0.3330133579647703, "she": 0.3223724089658352}, "given": {"her - she": 0.04463041466264381, "her": 0.28011958292151135, "she": 0.23548916825886754}, "glad": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "glory": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "go": {"her - she": -0.008724055936664088, "her": 0.2883123948490541, "she": 0.29703645078571816}, "goal": {"her - she": 0.010089215502530946, "her": 0.2915468062966027, "she": 0.28145759079407173}, "goals": {"her - she": 0.00984827979885708, "her": 0.23907353070854512, "she": 0.22922525090968804}, "god": {"her - she": 0.010178388473090827, "her": 0.2188434053359129, "she": 0.20866501686282207}, "going": {"her - she": 0.011746933939614845, "her": 0.30318084337532997, "she": 0.2914339094357151}, "gold": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "gone": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "good": {"her - she": -0.020163894295027074, "her": 0.29581256942145384, "she": 0.3159764637164809}, "goofs": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "google": {"her - she": 0.010375781557740688, "her": 0.2068492087972008, "she": 0.19647342723946012}, "googled": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "got": {"her - she": -0.03401475012833671, "her": 0.2676077277691335, "she": 0.3016224778974702}, "government": {"her - she": 0.011278184928991575, "her": 0.1529523417381952, "she": 0.14167415680920362}, "graduated": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "grand": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "grann": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "granted": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "graves": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "gray": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "great": {"her - she": 0.011002693307856443, "her": 0.24057311868753997, "she": 0.22957042537968353}, "greensprings": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "greet": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "grips": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "ground": {"her - she": 0.010460732994651722, "her": 0.20171050081389233, "she": 0.1912497678192406}, "group": {"her - she": 0.037008412362237536, "her": 0.2801572406824972, "she": 0.24314882832025966}, "groupon": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "growing": {"her - she": 0.009999885923369534, "her": 0.29660849574915243, "she": 0.2866086098257829}, "grown": {"her - she": 0.009921585106253683, "her": 0.3410917247349267, "she": 0.33117013962867303}, "gru": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "guess": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "guilt": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "guilty": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "guy": {"her - she": -0.0418857642984557, "her": 0.27360073721697403, "she": 0.31548650151542973}, "hacks": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "had": {"her - she": 0.013678232301538529, "her": 0.3169575105887224, "she": 0.3032792782871839}, "hadn": {"her - she": 0.009503614431638052, "her": 0.3249901159470678, "she": 0.31548650151542973}, "hair": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "haired": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "half": {"her - she": -0.04261011923145014, "her": 0.2188434053359129, "she": 0.26145352456736304}, "halftime": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "hall": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "hallucinations": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "hand": {"her - she": 0.010495090220985104, "her": 0.2687239682752019, "she": 0.2582288780542168}, "handle": {"her - she": 0.060109956193776126, "her": 0.3361080679323615, "she": 0.27599811173858535}, "hannah": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "happen": {"her - she": 0.06208145656363545, "her": 0.29660849574915243, "she": 0.23452703918551698}, "happened": {"her - she": 0.04246734231685961, "her": 0.3348270917662756, "she": 0.292359749449416}, "happening": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "happenings": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "happy": {"her - she": 0.009503614431638052, "her": 0.3249901159470678, "she": 0.31548650151542973}, "hard": {"her - she": 0.010231858066561572, "her": 0.21558693583354605, "she": 0.20535507776698447}, "hardin": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "harping": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "harry": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "hartford": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "has": {"her - she": 0.02498206358995486, "her": 0.2860751847389937, "she": 0.2610931211490388}, "hats": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "have": {"her - she": 0.025043417151937475, "her": 0.28411963693815884, "she": 0.25907621978622136}, "having": {"her - she": 0.03598558202335228, "her": 0.3092729950254046, "she": 0.27328741300205234}, "he": {"her - she": 0.04770052997596619, "her": 0.24148755833948252, "she": 0.19378702836351633}, "head": {"her - she": -0.07622401656421404, "her": 0.19930825236638064, "she": 0.2755322689305947}, "headed": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "heading": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "heads": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "healing": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "healthy": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "heard": {"her - she": -0.042535486946653434, "her": 0.22602253400998873, "she": 0.26855802095664216}, "heart": {"her - she": 0.061497727612072284, "her": 0.30867268403835524, "she": 0.24717495642628295}, "heartening": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "heavyweight": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "height": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "held": {"her - she": 0.05583266190857428, "her": 0.33370448181275186, "she": 0.2778718199041776}, "help": {"her - she": 0.09794405335197784, "her": 0.28215886385728806, "she": 0.18421481050531022}, "her": {"her - she": 0.04587278819958551, "her": 0.37349376827070035, "she": 0.32762098007111484}, "here": {"her - she": 0.032356204117157006, "her": 0.2946692897526608, "she": 0.2623130856355038}, "heroes": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "herself": {"her - she": 0.009311343166448771, "her": 0.3361080679323615, "she": 0.3267967247659127}, "hide": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "hiding": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "high": {"her - she": 0.06442252480340416, "her": 0.2443817053011734, "she": 0.17995918049776924}, "higher": {"her - she": 0.010121548122433516, "her": 0.222311322237236, "she": 0.21218977411480247}, "highlight": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "highway": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "hilarious": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "him": {"her - she": 0.01183909735646066, "her": 0.2729930637597699, "she": 0.26115396640330923}, "hiroto": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "his": {"her - she": 0.040083765870776666, "her": 0.28203247687922806, "she": 0.2419487110084514}, "historical": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "history": {"her - she": -0.07657874657001495, "her": 0.18484458443714608, "she": 0.26142333100716103}, "hit": {"her - she": -0.013967188742435577, "her": 0.319864977546839, "she": 0.3338321662892746}, "hits": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "hive": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "hoffman": {"her - she": 0.009995624674171616, "her": 0.23001687775679958, "she": 0.22002125308262796}, "hold": {"her - she": 0.04289672887833673, "her": 0.32435431967240846, "she": 0.28145759079407173}, "holds": {"her - she": 0.061129980948332774, "her": 0.3161065487838031, "she": 0.25497656783547035}, "holmes": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "holt": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "homage": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "home": {"her - she": -0.008767843642322082, "her": 0.294468182723662, "she": 0.30323602636598407}, "homeless": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "homemade": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "honest": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "host": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "hosted": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "hosts": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "hot": {"her - she": -0.022605471455808712, "her": 0.2827531755606578, "she": 0.30535864701646653}, "hotel": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "hound": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "hours": {"her - she": 0.010393521636164749, "her": 0.3157521686526313, "she": 0.30535864701646653}, "house": {"her - she": 0.043536039236228896, "her": 0.3084221978165759, "she": 0.26488615858034703}, "houses": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "how": {"her - she": 0.012510369146683742, "her": 0.3080851355994888, "she": 0.29557476645280506}, "however": {"her - she": 0.01121199509785692, "her": 0.27263532610501795, "she": 0.26142333100716103}, "https": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "hug": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "huge": {"her - she": 0.00984827979885708, "her": 0.23907353070854512, "she": 0.22922525090968804}, "hughes": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "human": {"her - she": 0.009995624674171616, "her": 0.23001687775679958, "she": 0.22002125308262796}, "humanoid": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "humans": {"her - she": -0.042384060085526615, "her": 0.23907353070854512, "she": 0.28145759079407173}, "hundred": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "hunger": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "hurt": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "husband": {"her - she": 0.06068244890336055, "her": 0.3249901159470678, "she": 0.26430766704370723}, "hustling": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "hysterical": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "i": {"her - she": 0.015416083451522011, "her": 0.23407129449741326, "she": 0.21865521104589125}, "ice": {"her - she": 0.009052777590830563, "her": 0.3511701894137732, "she": 0.34211741182294264}, "idea": {"her - she": 0.011142579542535891, "her": 0.2762527113019312, "she": 0.2651101317593953}, "identical": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "if": {"her - she": 0.012997517991525487, "her": 0.26699536512841554, "she": 0.25399784713689005}, "ignore": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "ill": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "illness": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "illusion": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "illustrates": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "immediately": {"her - she": 0.030361315126909205, "her": 0.3527337240927444, "she": 0.3223724089658352}, "immensely": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "immersive": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "impacts": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "imparted": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "impatience": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "impeccably": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "importance": {"her - she": 0.009900438133575828, "her": 0.30226018758299183, "she": 0.292359749449416}, "important": {"her - she": 0.07018260062548423, "her": 0.29611724737956946, "she": 0.22593464675408523}, "in": {"her - she": 0.026265767579365024, "her": 0.21212982932955465, "she": 0.18586406175018963}, "incident": {"her - she": 0.009925118442811381, "her": 0.23434513846283153, "she": 0.22442002002002015}, "incidents": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "incinerated": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "included": {"her - she": 0.00984827979885708, "her": 0.23907353070854512, "she": 0.22922525090968804}, "including": {"her - she": -0.01387156339690604, "her": 0.28011958292151135, "she": 0.2939911463184174}, "incompatible": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "increased": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "increasingly": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "indeed": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "industry": {"her - she": -0.04244126789015715, "her": 0.23434513846283153, "she": 0.2767864063529887}, "information": {"her - she": 0.010378259094365572, "her": 0.2752644176747126, "she": 0.26488615858034703}, "informed": {"her - she": 0.009311343166448771, "her": 0.3361080679323615, "she": 0.3267967247659127}, "informs": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "instead": {"her - she": 0.04390274277737399, "her": 0.2990895703139264, "she": 0.2551868275365524}, "instinctively": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "instincts": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "intelligence": {"her - she": 0.010089215502530946, "her": 0.2915468062966027, "she": 0.28145759079407173}, "intend": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "intensify": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "intensity": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "interactive": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "interest": {"her - she": 0.009999885923369534, "her": 0.29660849574915243, "she": 0.2866086098257829}, "interested": {"her - she": 0.009311343166448771, "her": 0.3361080679323615, "she": 0.3267967247659127}, "international": {"her - she": 0.06273192247802986, "her": 0.2827531755606578, "she": 0.22002125308262796}, "interview": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "interviewed": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "into": {"her - she": -0.0008284262955075006, "her": 0.30648536677829524, "she": 0.30731379307380274}, "investigates": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "investigating": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "investigation": {"her - she": 0.009787979072742092, "her": 0.30867268403835524, "she": 0.29888470496561315}, "investigators": {"her - she": 0.009052777590830563, "her": 0.3511701894137732, "she": 0.34211741182294264}, "involved": {"her - she": 0.030361315126909205, "her": 0.3527337240927444, "she": 0.3223724089658352}, "involvement": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "ireland": {"her - she": 0.04190213138960264, "her": 0.3483505722518337, "she": 0.30644844086223105}, "irish": {"her - she": 0.060109956193776126, "her": 0.3361080679323615, "she": 0.27599811173858535}, "is": {"her - she": 0.024964664342321752, "her": 0.25287681440402754, "she": 0.2279121500617058}, "isabelle": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "isay": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "islamic": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "isn": {"her - she": 0.0349941083651909, "her": 0.33648305937794626, "she": 0.30148895101275536}, "issue": {"her - she": 0.0648667450158005, "her": 0.23363924947889228, "she": 0.16877250446309178}, "it": {"her - she": 0.02652460154677011, "her": 0.23653079171068803, "she": 0.21000619016391792}, "itching": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "item": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "items": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "its": {"her - she": -0.004687944524140841, "her": 0.2428739154614952, "she": 0.24756185998563604}, "itself": {"her - she": 0.010060835592714035, "her": 0.22602253400998873, "she": 0.2159616984172747}, "jane": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "jay": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "jealous": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "job": {"her - she": 0.0104384486545811, "her": 0.27189197322194414, "she": 0.26145352456736304}, "join": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "joke": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "jokes": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "joshua": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "journalism": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "judy": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "july": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "jumped": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "june": {"her - she": -0.042535486946653434, "her": 0.22602253400998873, "she": 0.26855802095664216}, "just": {"her - she": 0.023386017803723513, "her": 0.3365221099712823, "she": 0.3131360921675588}, "kana": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "karen": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "kato": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "katoare": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "keeghan": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "keen": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "keep": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "kei": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "kenzo": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "kept": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "kevin": {"her - she": 0.009052777590830563, "her": 0.3511701894137732, "she": 0.34211741182294264}, "key": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "khone": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "kid": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "kidding": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "kids": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "killed": {"her - she": 0.009503614431638052, "her": 0.3249901159470678, "she": 0.31548650151542973}, "killers": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "kim": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "kind": {"her - she": 0.04220701976931357, "her": 0.3410917247349267, "she": 0.29888470496561315}, "kindle": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "kingdom": {"her - she": 0.060109956193776126, "her": 0.3361080679323615, "she": 0.27599811173858535}, "knew": {"her - she": -0.005828454180633158, "her": 0.36379982428026275, "she": 0.3696282784608959}, "knocked": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "knotted": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "know": {"her - she": 0.01210808313219014, "her": 0.30763355472456344, "she": 0.2955254715923733}, "knowledge": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "known": {"her - she": 0.06433822093066871, "her": 0.24638640755975252, "she": 0.1820481866290838}, "kurono": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "kyla": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "l": {"her - she": 0.009999885923369534, "her": 0.29660849574915243, "she": 0.2866086098257829}, "lady": {"her - she": -0.07443224342413712, "her": 0.2567378962045359, "she": 0.33117013962867303}, "landed": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "large": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "larger": {"her - she": 0.009787979072742092, "her": 0.30867268403835524, "she": 0.29888470496561315}, "last": {"her - she": -0.002630584844303674, "her": 0.29050626276928176, "she": 0.29313684761358544}, "late": {"her - she": 0.010060835592714035, "her": 0.22602253400998873, "she": 0.2159616984172747}, "later": {"her - she": -0.008877586041072028, "her": 0.3114401459891053, "she": 0.3203177320301773}, "law": {"her - she": 0.010820574097286317, "her": 0.2506240953935351, "she": 0.23980352129624877}, "lax": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "lead": {"her - she": 0.06374449680381525, "her": 0.2602179240432754, "she": 0.19647342723946012}, "leaders": {"her - she": -0.04244126789015715, "her": 0.23434513846283153, "she": 0.2767864063529887}, "leading": {"her - she": 0.061129980948332774, "her": 0.3161065487838031, "she": 0.25497656783547035}, "leaks": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "leaky": {"her - she": 0.05931234227913007, "her": 0.3511701894137732, "she": 0.29185784713464313}, "learned": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "least": {"her - she": -0.022646614837536883, "her": 0.26573543986837206, "she": 0.28838205470590894}, "lecture": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "lee": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "leeratanakajornthe": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "left": {"her - she": 0.010947077399050487, "her": 0.28647934632964517, "she": 0.2755322689305947}, "legal": {"her - she": 0.061497727612072284, "her": 0.30867268403835524, "she": 0.24717495642628295}, "legendary": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "legends": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "legs": {"her - she": 0.061129980948332774, "her": 0.3161065487838031, "she": 0.25497656783547035}, "length": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "less": {"her - she": -0.07653538496599932, "her": 0.18670181261724306, "she": 0.2632371975832424}, "let": {"her - she": -0.022664564269569448, "her": 0.24244556748982585, "she": 0.2651101317593953}, "letter": {"her - she": 0.06291031758765758, "her": 0.2788720160049323, "she": 0.2159616984172747}, "level": {"her - she": 0.010593541745398005, "her": 0.30511997422489384, "she": 0.29452643247949584}, "li": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "liberating": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "librarians": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "libraries": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "library": {"her - she": 0.010231858066561572, "her": 0.21558693583354605, "she": 0.20535507776698447}, "life": {"her - she": 0.011773967040512034, "her": 0.301886579262527, "she": 0.29011261222201495}, "lifelong": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "lifted": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "like": {"her - she": -0.012787953184787038, "her": 0.29366208267902993, "she": 0.30645003586381697}, "liked": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "line": {"her - she": 0.009925118442811381, "her": 0.23434513846283153, "she": 0.22442002002002015}, "linked": {"her - she": 0.061129980948332774, "her": 0.3161065487838031, "she": 0.25497656783547035}, "lisa": {"her - she": 0.06620021582515084, "her": 0.365084920790764, "she": 0.29888470496561315}, "literally": {"her - she": -0.04139537051158171, "her": 0.30072204131136093, "she": 0.34211741182294264}, "little": {"her - she": 0.011554623608487247, "her": 0.3333918292430993, "she": 0.32183720563461204}, "live": {"her - she": 0.06208145656363545, "her": 0.29660849574915243, "she": 0.23452703918551698}, "lived": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "lives": {"her - she": 0.04220701976931357, "her": 0.3410917247349267, "she": 0.29888470496561315}, "ll": {"her - she": -0.01387156339690604, "her": 0.28011958292151135, "she": 0.2939911463184174}, "loan": {"her - she": 0.009658107921572068, "her": 0.3161065487838031, "she": 0.30644844086223105}, "local": {"her - she": 0.06934990282300602, "her": 0.3114401459891053, "she": 0.24209024316609928}, "lollipop": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "lollipops": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "london": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "long": {"her - she": 0.011277370987220425, "her": 0.26923496643284084, "she": 0.2579575954456204}, "longer": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "longest": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "look": {"her - she": 0.0648667450158005, "her": 0.23363924947889228, "she": 0.16877250446309178}, "looked": {"her - she": 0.0679250384213041, "her": 0.33648305937794626, "she": 0.26855802095664216}, "looking": {"her - she": -0.01391577297614599, "her": 0.2936828275983154, "she": 0.30759860057446137}, "looks": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "los": {"her - she": 0.09544495752681886, "her": 0.319864977546839, "she": 0.22442002002002015}, "lose": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "losing": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "lost": {"her - she": 0.010060835592714035, "her": 0.22602253400998873, "she": 0.2159616984172747}, "lot": {"her - she": 0.011017511950155823, "her": 0.3384612634017924, "she": 0.32744375145163657}, "lots": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "lotus": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "love": {"her - she": 0.011245155400485873, "her": 0.2709097908121133, "she": 0.25966463541162743}, "loved": {"her - she": 0.04190213138960264, "her": 0.3483505722518337, "she": 0.30644844086223105}, "lover": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "loving": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "low": {"her - she": -0.042670789893360844, "her": 0.21251603764319157, "she": 0.2551868275365524}, "lower": {"her - she": 0.010060835592714035, "her": 0.22602253400998873, "she": 0.2159616984172747}, "m": {"her - she": -0.01387897754486439, "her": 0.28215886385728806, "she": 0.29603784140215245}, "machines": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "made": {"her - she": 0.04590807211304013, "her": 0.245196683496255, "she": 0.19928861138321488}, "magic": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "magical": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "main": {"her - she": 0.06273192247802986, "her": 0.2827531755606578, "she": 0.22002125308262796}, "maintained": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "major": {"her - she": 0.06336889050821742, "her": 0.2687239682752019, "she": 0.20535507776698447}, "majority": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "make": {"her - she": 0.04532081081634143, "her": 0.2615214616314697, "she": 0.2162006508151283}, "makes": {"her - she": 0.010378259094365572, "her": 0.2752644176747126, "she": 0.26488615858034703}, "makeup": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "making": {"her - she": 0.06336889050821742, "her": 0.2687239682752019, "she": 0.20535507776698447}, "man": {"her - she": 0.01121199509785692, "her": 0.27263532610501795, "she": 0.26142333100716103}, "manage": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "manages": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "managing": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "manipulate": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "mansion": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "mansions": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "many": {"her - she": 0.012009898131134289, "her": 0.2645962478352909, "she": 0.2525863497041566}, "march": {"her - she": 0.010810025961871306, "her": 0.2936828275983154, "she": 0.28287280163644407}, "marriage": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "married": {"her - she": -0.0418857642984557, "her": 0.27360073721697403, "she": 0.31548650151542973}, "mary": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "masaru": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "matchup": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "matt": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "matthew": {"her - she": -0.04139537051158171, "her": 0.30072204131136093, "she": 0.34211741182294264}, "may": {"her - she": 0.011948608720481535, "her": 0.2935475426113639, "she": 0.28159893389088236}, "maybe": {"her - she": 0.009925118442811381, "her": 0.23434513846283153, "she": 0.22442002002002015}, "mcgregor": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "mcnamara": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "me": {"her - she": 0.012877471774143112, "her": 0.291753216609635, "she": 0.2788757448354919}, "meaning": {"her - she": 0.061129980948332774, "her": 0.3161065487838031, "she": 0.25497656783547035}, "means": {"her - she": 0.010780009065853802, "her": 0.2528702522319531, "she": 0.24209024316609928}, "meant": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "media": {"her - she": 0.010375781557740688, "her": 0.2068492087972008, "she": 0.19647342723946012}, "medical": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "meeting": {"her - she": 0.06208145656363545, "her": 0.29660849574915243, "she": 0.23452703918551698}, "meh": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "melanie": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "melt": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "member": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "memories": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "memory": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "men": {"her - she": 0.0641585566442324, "her": 0.2506240953935351, "she": 0.1864655387493027}, "menu": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "mess": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "message": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "met": {"her - she": 0.09337400441636334, "her": 0.3483505722518337, "she": 0.25497656783547035}, "meter": {"her - she": 0.009503614431638052, "her": 0.3249901159470678, "she": 0.31548650151542973}, "metropolitan": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "mia": {"her - she": 0.010121548122433516, "her": 0.222311322237236, "she": 0.21218977411480247}, "michelle": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "middle": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "might": {"her - she": 0.011029538303552522, "her": 0.28215886385728806, "she": 0.27112932555373553}, "military": {"her - she": 0.009925118442811381, "her": 0.23434513846283153, "she": 0.22442002002002015}, "million": {"her - she": 0.010330245688658174, "her": 0.20960938988235772, "she": 0.19927914419369955}, "mine": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "minister": {"her - she": 0.06374449680381525, "her": 0.2602179240432754, "she": 0.19647342723946012}, "minor": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "minute": {"her - she": 0.010178388473090827, "her": 0.2188434053359129, "she": 0.20866501686282207}, "minutes": {"her - she": 0.010464843432644255, "her": 0.3119537944453996, "she": 0.30148895101275536}, "miss": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "missing": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "mixed": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "moaning": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "mob": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "mobilisation": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "model": {"her - she": -0.042670789893360844, "her": 0.21251603764319157, "she": 0.2551868275365524}, "mom": {"her - she": -0.0224563931286611, "her": 0.3161065487838031, "she": 0.3385629419124642}, "moment": {"her - she": 0.009900438133575828, "her": 0.30226018758299183, "she": 0.292359749449416}, "monday": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "money": {"her - she": 0.009995624674171616, "her": 0.23001687775679958, "she": 0.22002125308262796}, "monitor": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "monk": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "monosyllabic": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "month": {"her - she": 0.010178388473090827, "her": 0.2188434053359129, "she": 0.20866501686282207}, "months": {"her - she": -0.04231784843843048, "her": 0.24429076138735242, "she": 0.2866086098257829}, "mood": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "moon": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "more": {"her - she": 0.02700694028118833, "her": 0.287945891178987, "she": 0.26093895089779867}, "morning": {"her - she": 0.011115017385276593, "her": 0.33370448181275186, "she": 0.32258946442747527}, "moscow": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "most": {"her - she": 0.012761271293377285, "her": 0.2777012169906531, "she": 0.2649399456972758}, "mother": {"her - she": -0.013967188742435577, "her": 0.319864977546839, "she": 0.3338321662892746}, "mothers": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "mount": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "mourning": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "move": {"her - she": 0.00984827979885708, "her": 0.23907353070854512, "she": 0.22922525090968804}, "moved": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "movement": {"her - she": -0.0418857642984557, "her": 0.27360073721697403, "she": 0.31548650151542973}, "movie": {"her - she": 0.01041920989427425, "her": 0.20422050028314306, "she": 0.1938012903888688}, "moving": {"her - she": 0.009052777590830563, "her": 0.3511701894137732, "she": 0.34211741182294264}, "mr": {"her - she": 0.06291031758765758, "her": 0.2788720160049323, "she": 0.2159616984172747}, "ms": {"her - she": 0.04190213138960264, "her": 0.3483505722518337, "she": 0.30644844086223105}, "much": {"her - she": 0.012298791755896044, "her": 0.3339408532540203, "she": 0.32164206149812424}, "multifaceted": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "multitude": {"her - she": 0.009311343166448771, "her": 0.3361080679323615, "she": 0.3267967247659127}, "mums": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "murder": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "murray": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "musical": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "musicians": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "musings": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "must": {"her - she": 0.06336889050821742, "her": 0.2687239682752019, "she": 0.20535507776698447}, "my": {"her - she": -0.0021772441585675706, "her": 0.25585854477090325, "she": 0.2580357889294708}, "myself": {"her - she": 0.010140302401023704, "her": 0.32930333238288734, "she": 0.31916302998186363}, "mysterious": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "mystery": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "mystic": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "nab": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "name": {"her - she": -0.022626488733745787, "her": 0.2752644176747126, "she": 0.2978909064084584}, "names": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "naps": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "narrative": {"her - she": 0.061497727612072284, "her": 0.30867268403835524, "she": 0.24717495642628295}, "natural": {"her - she": 0.009999885923369534, "her": 0.29660849574915243, "she": 0.2866086098257829}, "nature": {"her - she": 0.061497727612072284, "her": 0.30867268403835524, "she": 0.24717495642628295}, "navigating": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "naw": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "ncaa": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "nearly": {"her - she": 0.009925118442811381, "her": 0.23434513846283153, "she": 0.22442002002002015}, "necessary": {"her - she": 0.06208145656363545, "her": 0.29660849574915243, "she": 0.23452703918551698}, "needed": {"her - she": 0.042694722557104436, "her": 0.32930333238288734, "she": 0.2866086098257829}, "neighbor": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "neighborhoods": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "neighbourhood": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "neither": {"her - she": -0.022323643864370912, "her": 0.3361080679323615, "she": 0.3584317117967324}, "nerve": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "net": {"her - she": 0.010170435308058057, "her": 0.28695684166104674, "she": 0.2767864063529887}, "never": {"her - she": 0.010693720002132617, "her": 0.25765729437853174, "she": 0.24696357437639913}, "new": {"her - she": 0.038468384932797445, "her": 0.2365026588666124, "she": 0.19803427393381495}, "news": {"her - she": 0.06385600398966293, "her": 0.25765729437853174, "she": 0.1938012903888688}, "next": {"her - she": -0.022664078895702405, "her": 0.24057311868753997, "she": 0.2632371975832424}, "nhai": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "nice": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "night": {"her - she": 0.03565231694742438, "her": 0.31852511858386845, "she": 0.28287280163644407}, "nishi": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "no": {"her - she": 0.026206042316088585, "her": 0.31326052751819994, "she": 0.28705448520211135}, "nobeladventures": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "nobody": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "non": {"her - she": -0.04272106051224636, "her": 0.2068492087972008, "she": 0.24957026930944717}, "nor": {"her - she": -0.0418857642984557, "her": 0.27360073721697403, "she": 0.31548650151542973}, "normal": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "norwood": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "not": {"her - she": 0.040550292077655564, "her": 0.2699191956666862, "she": 0.22936890358903064}, "noted": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "notes": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "nothing": {"her - she": 0.04378832720395465, "her": 0.30201720525817144, "she": 0.2582288780542168}, "noticeably": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "november": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "novemberat": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "novichok": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "now": {"her - she": 0.012174021908925359, "her": 0.30458931119912186, "she": 0.2924152892901965}, "nowhere": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "number": {"her - she": 0.010460732994651722, "her": 0.20171050081389233, "she": 0.1912497678192406}, "ny": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "nyc": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "o": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "obviously": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "odd": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "ode": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "of": {"her - she": 0.027051460163483115, "her": 0.18446664781967298, "she": 0.15741518765618986}, "off": {"her - she": 0.011747341266244826, "her": 0.3243803567283122, "she": 0.3126330154620674}, "offences": {"her - she": 0.009311343166448771, "her": 0.3361080679323615, "she": 0.3267967247659127}, "offer": {"her - she": 0.009900438133575828, "her": 0.30226018758299183, "she": 0.292359749449416}, "office": {"her - she": 0.06208145656363545, "her": 0.29660849574915243, "she": 0.23452703918551698}, "officers": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "often": {"her - she": 0.010989096416548993, "her": 0.28427650941860133, "she": 0.27328741300205234}, "oh": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "old": {"her - she": 0.030862662827331022, "her": 0.3384612634017924, "she": 0.30759860057446137}, "older": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "on": {"her - she": 0.01564376749064819, "her": 0.26423580453002726, "she": 0.24859203703937907}, "once": {"her - she": 0.011338734737690315, "her": 0.2978160858317032, "she": 0.2864773510940129}, "one": {"her - she": 0.03537035289429852, "her": 0.3135624180024204, "she": 0.2781920651081219}, "oni": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "online": {"her - she": 0.010178388473090827, "her": 0.2188434053359129, "she": 0.20866501686282207}, "only": {"her - she": -0.008439317734481533, "her": 0.2538102518346827, "she": 0.26224956956916423}, "onto": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "opened": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "opted": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "option": {"her - she": 0.06208145656363545, "her": 0.29660849574915243, "she": 0.23452703918551698}, "options": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "or": {"her - she": 0.013690549044277522, "her": 0.30356586565686305, "she": 0.28987531661258553}, "order": {"her - she": 0.0441125582888682, "her": 0.2936828275983154, "she": 0.24957026930944717}, "ordinary": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "original": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "orlean": {"her - she": 0.010060835592714035, "her": 0.22602253400998873, "she": 0.2159616984172747}, "oscars": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "other": {"her - she": -0.0007084940110669846, "her": 0.2976571363005973, "she": 0.2983656303116643}, "others": {"her - she": 0.04390274277737399, "her": 0.2990895703139264, "she": 0.2551868275365524}, "our": {"her - she": 0.024719441069873893, "her": 0.31062874152577963, "she": 0.28590930045590573}, "out": {"her - she": 0.013113440918687214, "her": 0.2813325884946627, "she": 0.2682191475759755}, "outfits": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "outside": {"her - she": -0.042032122778131065, "her": 0.2644163180841, "she": 0.30644844086223105}, "over": {"her - she": 0.012163335645490825, "her": 0.2833467896330154, "she": 0.2711834539875246}, "overflowing": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "overheard": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "overing": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "owed": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "own": {"her - she": 0.05678474275829953, "her": 0.31474233820391995, "she": 0.2579575954456204}, "owners": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "p": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "pace": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "pacing": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "package": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "page": {"her - she": -0.022591669933768266, "her": 0.28695684166104674, "she": 0.309548511594815}, "pages": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "paid": {"her - she": 0.009311343166448771, "her": 0.3361080679323615, "she": 0.3267967247659127}, "pains": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "painted": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "pair": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "palpable": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "panic": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "parent": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "parents": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "parks": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "parliament": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "part": {"her - she": 0.01143786582467532, "her": 0.3180447191467863, "she": 0.30660685332211096}, "participants": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "parts": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "pass": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "passengers": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "passes": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "past": {"her - she": 0.06253682164102659, "her": 0.28695684166104674, "she": 0.22442002002002015}, "patience": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "patronize": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "pawn": {"her - she": 0.009503614431638052, "her": 0.3249901159470678, "she": 0.31548650151542973}, "pay": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "payday": {"her - she": 0.009503614431638052, "her": 0.3249901159470678, "she": 0.31548650151542973}, "paying": {"her - she": -0.013974780588318192, "her": 0.32930333238288734, "she": 0.34327811297120553}, "peace": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "peak": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "people": {"her - she": 0.012829330654901328, "her": 0.25206555297026434, "she": 0.239236222315363}, "perfect": {"her - she": 0.009999885923369534, "her": 0.29660849574915243, "she": 0.2866086098257829}, "performance": {"her - she": 0.00984827979885708, "her": 0.23907353070854512, "she": 0.22922525090968804}, "performances": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "performed": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "performing": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "perhaps": {"her - she": 0.010393521636164749, "her": 0.3157521686526313, "she": 0.30535864701646653}, "permanant": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "perplexing": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "person": {"her - she": 0.010316465952024012, "her": 0.319864977546839, "she": 0.309548511594815}, "personal": {"her - she": 0.010820574097286317, "her": 0.2506240953935351, "she": 0.23980352129624877}, "personnel": {"her - she": 0.061129980948332774, "her": 0.3161065487838031, "she": 0.25497656783547035}, "petrov": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "philosophy": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "phoenixlawhr": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "phone": {"her - she": 0.009311343166448771, "her": 0.3361080679323615, "she": 0.3267967247659127}, "photos": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "piece": {"her - she": -0.0418857642984557, "her": 0.27360073721697403, "she": 0.31548650151542973}, "piedmont": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "pin": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "pink": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "pitiful": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "place": {"her - she": 0.02870095256671157, "her": 0.327226076577712, "she": 0.29852512401100045}, "plague": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "plain": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "planning": {"her - she": 0.010500524734592648, "her": 0.19930825236638064, "she": 0.188807727631788}, "play": {"her - she": -0.022657866810868788, "her": 0.25765729437853174, "she": 0.28031516118940053}, "played": {"her - she": 0.00984827979885708, "her": 0.23907353070854512, "she": 0.22922525090968804}, "player": {"her - she": -0.04264194222067075, "her": 0.21558693583354605, "she": 0.2582288780542168}, "players": {"her - she": 0.010231858066561572, "her": 0.21558693583354605, "she": 0.20535507776698447}, "playing": {"her - she": -0.04244126789015715, "her": 0.23434513846283153, "she": 0.2767864063529887}, "please": {"her - she": 0.06232155538691464, "her": 0.2915468062966027, "she": 0.22922525090968804}, "pleasure": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "pockets": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "podcast": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "point": {"her - she": 0.01028236491822243, "her": 0.21251603764319157, "she": 0.20223367272496914}, "points": {"her - she": 0.00984827979885708, "her": 0.23907353070854512, "she": 0.22922525090968804}, "police": {"her - she": 0.010121548122433516, "her": 0.222311322237236, "she": 0.21218977411480247}, "political": {"her - she": 0.010500524734592648, "her": 0.19930825236638064, "she": 0.188807727631788}, "pong": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "popular": {"her - she": 0.0104384486545811, "her": 0.27189197322194414, "she": 0.26145352456736304}, "porch": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "position": {"her - she": 0.06253682164102659, "her": 0.28695684166104674, "she": 0.22442002002002015}, "possibly": {"her - she": 0.009658107921572068, "her": 0.3161065487838031, "she": 0.30644844086223105}, "post": {"her - she": 0.042694722557104436, "her": 0.32930333238288734, "she": 0.2866086098257829}, "power": {"her - she": 0.011068527990666155, "her": 0.28011958292151135, "she": 0.2690510549308452}, "powerfully": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "practice": {"her - she": 0.06068244890336055, "her": 0.3249901159470678, "she": 0.26430766704370723}, "praised": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "precedence": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "precipitate": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "prepared": {"her - she": 0.009787979072742092, "her": 0.30867268403835524, "she": 0.29888470496561315}, "presence": {"her - she": 0.061810011039957063, "her": 0.30226018758299183, "she": 0.24045017654303477}, "pressuring": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "pretended": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "previous": {"her - she": -0.02261693500782308, "her": 0.2788720160049323, "she": 0.30148895101275536}, "prickly": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "prime": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "principle": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "probably": {"her - she": 0.010140302401023704, "her": 0.32930333238288734, "she": 0.31916302998186363}, "problem": {"her - she": 0.010495090220985104, "her": 0.2687239682752019, "she": 0.2582288780542168}, "process": {"her - she": 0.010897239300884987, "her": 0.24638640755975252, "she": 0.23548916825886754}, "produced": {"her - she": -0.04249129860524309, "her": 0.23001687775679958, "she": 0.27250817636204266}, "producer": {"her - she": 0.060109956193776126, "her": 0.3361080679323615, "she": 0.27599811173858535}, "professionals": {"her - she": -0.0418857642984557, "her": 0.27360073721697403, "she": 0.31548650151542973}, "program": {"her - she": 0.06657961255732625, "her": 0.35893936200674226, "she": 0.292359749449416}, "progressively": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "project": {"her - she": 0.06350176714340292, "her": 0.26573543986837206, "she": 0.20223367272496914}, "proper": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "property": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "prose": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "protectors": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "proven": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "provide": {"her - she": 0.010495090220985104, "her": 0.2687239682752019, "she": 0.2582288780542168}, "provided": {"her - she": 0.061810011039957063, "her": 0.30226018758299183, "she": 0.24045017654303477}, "providing": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "proxy": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "psychologist": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "public": {"her - she": 0.06493228595127051, "her": 0.23202782805316988, "she": 0.16709554210189936}, "publications": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "published": {"her - she": -0.022591669933768266, "her": 0.28695684166104674, "she": 0.309548511594815}, "publisher": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "pull": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "purchased": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "purpose": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "pursue": {"her - she": 0.060109956193776126, "her": 0.3361080679323615, "she": 0.27599811173858535}, "put": {"her - she": -0.047538803201920554, "her": 0.2506240953935351, "she": 0.29816289859545564}, "pyjamas": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "quality": {"her - she": 0.009995624674171616, "her": 0.23001687775679958, "she": 0.22002125308262796}, "quest": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "question": {"her - she": 0.09599209602812492, "her": 0.3119537944453996, "she": 0.2159616984172747}, "questioned": {"her - she": -0.02240143829637825, "her": 0.3249901159470678, "she": 0.34739155424344603}, "quick": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "quickly": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "quite": {"her - she": 0.00984827979885708, "her": 0.23907353070854512, "she": 0.22922525090968804}, "rain": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "raining": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "random": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "ranger": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "rapper": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "rate": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "rather": {"her - she": 0.05501146610180102, "her": 0.34953789858129686, "she": 0.29452643247949584}, "re": {"her - she": 0.011614519973992266, "her": 0.2840925251797516, "she": 0.2724780052057593}, "reached": {"her - she": -0.0225545342327112, "her": 0.29660849574915243, "she": 0.31916302998186363}, "read": {"her - she": -0.03358500143805143, "her": 0.3084221978165759, "she": 0.34200719925462736}, "reader": {"her - she": 0.009503614431638052, "her": 0.3249901159470678, "she": 0.31548650151542973}, "readers": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "readily": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "reading": {"her - she": -0.02261693500782308, "her": 0.2788720160049323, "she": 0.30148895101275536}, "reads": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "ready": {"her - she": 0.04246734231685961, "her": 0.3348270917662756, "she": 0.292359749449416}, "real": {"her - she": -0.013950211149259262, "her": 0.3084221978165759, "she": 0.3223724089658352}, "realisation": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "realities": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "realization": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "really": {"her - she": 0.011907203595057536, "her": 0.33524678589947027, "she": 0.32333958230441273}, "reason": {"her - she": 0.042694722557104436, "her": 0.32930333238288734, "she": 0.2866086098257829}, "reasons": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "reawakens": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "rebellious": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "recent": {"her - she": 0.06291031758765758, "her": 0.2788720160049323, "she": 0.2159616984172747}, "recieved": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "reconciliations": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "record": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "red": {"her - she": -0.022497455590317794, "her": 0.30867268403835524, "she": 0.33117013962867303}, "reference": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "reflection": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "reflects": {"her - she": 0.060109956193776126, "her": 0.3361080679323615, "she": 0.27599811173858535}, "refuse": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "refuted": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "regularly": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "reich": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "rejected": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "relate": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "relationship": {"her - she": 0.010121548122433516, "her": 0.222311322237236, "she": 0.21218977411480247}, "relay": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "released": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "remember": {"her - she": 0.04246734231685961, "her": 0.3348270917662756, "she": 0.292359749449416}, "remind": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "reminded": {"her - she": -0.04139537051158171, "her": 0.30072204131136093, "she": 0.34211741182294264}, "remodel": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "remote": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "renovated": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "rented": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "repair": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "repairable": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "repatriated": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "repeat": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "report": {"her - she": 0.0441125582888682, "her": 0.2936828275983154, "she": 0.24957026930944717}, "reports": {"her - she": 0.09477629319737035, "her": 0.32930333238288734, "she": 0.23452703918551698}, "requirements": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "researched": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "residents": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "resolution": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "respect": {"her - she": -0.041688295205109804, "her": 0.2851084295608029, "she": 0.3267967247659127}, "respond": {"her - she": 0.06068244890336055, "her": 0.3249901159470678, "she": 0.26430766704370723}, "responding": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "response": {"her - she": 0.06232155538691464, "her": 0.2915468062966027, "she": 0.22922525090968804}, "responsible": {"her - she": 0.060109956193776126, "her": 0.3361080679323615, "she": 0.27599811173858535}, "rest": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "retailers": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "retrieved": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "return": {"her - she": -0.022591669933768266, "her": 0.28695684166104674, "she": 0.309548511594815}, "returning": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "reveals": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "review": {"her - she": 0.06253682164102659, "her": 0.28695684166104674, "she": 0.22442002002002015}, "reviews": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "reyes": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "rich": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "ride": {"her - she": 0.009925118442811381, "her": 0.23434513846283153, "she": 0.22442002002002015}, "ridenyc": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "rifts": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "right": {"her - she": 0.029012148653646597, "her": 0.3178321670082833, "she": 0.2888200183546367}, "rights": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "road": {"her - she": 0.01041920989427425, "her": 0.20422050028314306, "she": 0.1938012903888688}, "rob": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "rock": {"her - she": -0.04214680876107724, "her": 0.2567378962045359, "she": 0.29888470496561315}, "rohan": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "role": {"her - she": 0.0104384486545811, "her": 0.27189197322194414, "she": 0.26145352456736304}, "roof": {"her - she": 0.06068244890336055, "her": 0.3249901159470678, "she": 0.26430766704370723}, "room": {"her - she": 0.009658107921572068, "her": 0.3161065487838031, "she": 0.30644844086223105}, "root": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "rotations": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "round": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "rt": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "rt\u00e9": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "run": {"her - she": -0.022591669933768266, "her": 0.28695684166104674, "she": 0.309548511594815}, "running": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "rushed": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "ruslan": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "russia": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "russian": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "russians": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "s": {"her - she": 0.024495080885632903, "her": 0.2675350663020956, "she": 0.2430399854164627}, "sad": {"her - she": -0.022323643864370912, "her": 0.3361080679323615, "she": 0.3584317117967324}, "sadly": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "safely": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "saftar": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "said": {"her - she": 0.04180025247232949, "her": 0.30289408207687424, "she": 0.26109382960454475}, "salisbury": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "same": {"her - she": 0.010857717888386575, "her": 0.2911728790777871, "she": 0.28031516118940053}, "sarah": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "saturday": {"her - she": -0.042384060085526615, "her": 0.23907353070854512, "she": 0.28145759079407173}, "save": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "saved": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "saving": {"her - she": 0.06068244890336055, "her": 0.3249901159470678, "she": 0.26430766704370723}, "savings": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "saw": {"her - she": 0.035741616533314424, "her": 0.31605677772271495, "she": 0.28031516118940053}, "say": {"her - she": -0.013849380687959711, "her": 0.27441502417013736, "she": 0.28826440485809707}, "saying": {"her - she": 0.010170435308058057, "her": 0.28695684166104674, "she": 0.2767864063529887}, "says": {"her - she": 0.09512906876272043, "her": 0.32435431967240846, "she": 0.22922525090968804}, "scaife": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "scared": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "scenes": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "schedule": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "school": {"her - she": 0.01070751560801747, "her": 0.2990895703139264, "she": 0.28838205470590894}, "scored": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "scorer": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "scoring": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "scripted": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "scrubs": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "se": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "searching": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "season": {"her - she": 0.011587878271605345, "her": 0.20863730877070846, "she": 0.19704943049910312}, "seat": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "seating": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "secession": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "second": {"her - she": 0.011397861884995808, "her": 0.26298436811448983, "she": 0.251586506229494}, "seconds": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "section": {"her - she": 0.009787979072742092, "her": 0.30867268403835524, "she": 0.29888470496561315}, "security": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "see": {"her - she": 0.011586838130683563, "her": 0.28546535173937143, "she": 0.27387851360868787}, "seedy": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "seeing": {"her - she": 0.009900438133575828, "her": 0.30226018758299183, "she": 0.292359749449416}, "seem": {"her - she": 0.009995624674171616, "her": 0.23001687775679958, "she": 0.22002125308262796}, "seemed": {"her - she": 0.009999885923369534, "her": 0.29660849574915243, "she": 0.2866086098257829}, "seemingly": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "seems": {"her - she": 0.01054861233181964, "her": 0.26573543986837206, "she": 0.2551868275365524}, "seen": {"her - she": 0.010693720002132617, "her": 0.25765729437853174, "she": 0.24696357437639913}, "sees": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "seinfeld": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "self": {"her - she": 0.009311343166448771, "her": 0.3361080679323615, "she": 0.3267967247659127}, "selling": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "semi": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "senior": {"her - she": 0.009503614431638052, "her": 0.3249901159470678, "she": 0.31548650151542973}, "sensational": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "sense": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "sensitive": {"her - she": 0.009787979072742092, "her": 0.30867268403835524, "she": 0.29888470496561315}, "sent": {"her - she": 0.06208145656363545, "her": 0.29660849574915243, "she": 0.23452703918551698}, "sentences": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "separations": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "separatist": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "sept": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "september": {"her - she": 0.010375781557740688, "her": 0.2068492087972008, "she": 0.19647342723946012}, "sergei": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "series": {"her - she": 0.01041920989427425, "her": 0.20422050028314306, "she": 0.1938012903888688}, "served": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "serves": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "service": {"her - she": 0.01054861233181964, "her": 0.26573543986837206, "she": 0.2551868275365524}, "serving": {"her - she": 0.05931234227913007, "her": 0.3511701894137732, "she": 0.29185784713464313}, "set": {"her - she": 0.010652136146997282, "her": 0.30201720525817144, "she": 0.29136506911117416}, "sets": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "setting": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "settle": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "several": {"her - she": 0.0441125582888682, "her": 0.2936828275983154, "she": 0.24957026930944717}, "shadow": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "shannon": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "shape": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "share": {"her - she": 0.009900438133575828, "her": 0.30226018758299183, "she": 0.292359749449416}, "shared": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "shares": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "sharing": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "sharper": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "she": {"her - she": -0.011506810638038045, "her": 0.3310532739775877, "she": 0.34256008461562576}, "sheri": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "sherlock": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "shinier": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "ship": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "shipping": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "shire": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "shop": {"her - she": -0.041688295205109804, "her": 0.2851084295608029, "she": 0.3267967247659127}, "shoplifting": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "short": {"her - she": 0.010244999198615157, "her": 0.2827531755606578, "she": 0.27250817636204266}, "shorten": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "shortly": {"her - she": 0.009311343166448771, "her": 0.3361080679323615, "she": 0.3267967247659127}, "shot": {"her - she": 0.06253682164102659, "her": 0.28695684166104674, "she": 0.22442002002002015}, "shots": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "should": {"her - she": 0.0705177839680077, "her": 0.28979036134385494, "she": 0.21927257737584724}, "shouldn": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "show": {"her - she": 0.035741616533314424, "her": 0.31605677772271495, "she": 0.28031516118940053}, "showcase": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "showed": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "shown": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "shows": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "side": {"her - she": 0.010378259094365572, "her": 0.2752644176747126, "she": 0.26488615858034703}, "sight": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "sightseeing": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "sign": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "silent": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "silver": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "similar": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "similarities": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "simmons": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "simple": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "simply": {"her - she": 0.06291031758765758, "her": 0.2788720160049323, "she": 0.2159616984172747}, "since": {"her - she": 0.011614519973992266, "her": 0.2840925251797516, "she": 0.2724780052057593}, "sing": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "singleton": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "sirkin": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "sister": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "sit": {"her - she": -0.041688295205109804, "her": 0.2851084295608029, "she": 0.3267967247659127}, "sitting": {"her - she": 0.009503614431638052, "her": 0.3249901159470678, "she": 0.31548650151542973}, "situation": {"her - she": 0.04390274277737399, "her": 0.2990895703139264, "she": 0.2551868275365524}, "six": {"her - she": 0.010313995048290114, "her": 0.2788720160049323, "she": 0.26855802095664216}, "skins": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "skripal": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "skripals": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "slack": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "slang": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "sleep": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "sleepless": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "slightly": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "slow": {"her - she": 0.009787979072742092, "her": 0.30867268403835524, "she": 0.29888470496561315}, "small": {"her - she": -0.042384060085526615, "her": 0.23907353070854512, "she": 0.28145759079407173}, "smalls": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "smidgen": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "smith": {"her - she": 0.04401057597760477, "her": 0.2963170209712384, "she": 0.25230644499363364}, "so": {"her - she": 0.02303025531106323, "her": 0.3353424466070827, "she": 0.31231219129601945}, "soccer": {"her - she": -0.0418857642984557, "her": 0.27360073721697403, "she": 0.31548650151542973}, "society": {"her - she": -0.04244126789015715, "her": 0.23434513846283153, "she": 0.2767864063529887}, "some": {"her - she": 0.03000249681168765, "her": 0.2874315845333579, "she": 0.2574290877216702}, "someone": {"her - she": 0.04190213138960264, "her": 0.3483505722518337, "she": 0.30644844086223105}, "something": {"her - she": 0.010903338935337625, "her": 0.2887751588395152, "she": 0.2778718199041776}, "sometimes": {"her - she": -0.013971522240926237, "her": 0.32435431967240846, "she": 0.3383258419133347}, "somewhere": {"her - she": -0.042032122778131065, "her": 0.2644163180841, "she": 0.30644844086223105}, "son": {"her - she": 0.06253682164102659, "her": 0.28695684166104674, "she": 0.22442002002002015}, "soon": {"her - she": 0.010060835592714035, "her": 0.22602253400998873, "she": 0.2159616984172747}, "sore": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "sorry": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "sort": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "soul": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "sounding": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "southbank": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "soviet": {"her - she": -0.0418857642984557, "her": 0.27360073721697403, "she": 0.31548650151542973}, "sparked": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "special": {"her - she": 0.010313995048290114, "her": 0.2788720160049323, "she": 0.26855802095664216}, "spectators": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "speech": {"her - she": 0.009995624674171616, "her": 0.23001687775679958, "she": 0.22002125308262796}, "speeches": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "spellbound": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "spent": {"her - she": 0.010378259094365572, "her": 0.2752644176747126, "she": 0.26488615858034703}, "sphere": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "spirited": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "spoke": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "spying": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "square": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "stacks": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "stadium": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "stadler": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "stan": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "standards": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "started": {"her - she": -0.022626488733745787, "her": 0.2752644176747126, "she": 0.2978909064084584}, "starters": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "starting": {"her - she": 0.010170435308058057, "her": 0.28695684166104674, "she": 0.2767864063529887}, "starts": {"her - she": 0.061497727612072284, "her": 0.30867268403835524, "she": 0.24717495642628295}, "state": {"her - she": 0.050180655755837994, "her": 0.2998330495941878, "she": 0.24965239383834978}, "statements": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "station": {"her - she": 0.010089215502530946, "her": 0.2915468062966027, "she": 0.28145759079407173}, "statue": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "stay": {"her - she": 0.009995624674171616, "her": 0.23001687775679958, "she": 0.22002125308262796}, "stayed": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "steadily": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "steady": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "step": {"her - she": 0.044472988122352564, "her": 0.28427650941860133, "she": 0.23980352129624877}, "steven": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "stiff": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "stiffed": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "stiffing": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "still": {"her - she": 0.011397861884995808, "her": 0.26298436811448983, "she": 0.251586506229494}, "stitches": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "stole": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "stop": {"her - she": 0.010378259094365572, "her": 0.2752644176747126, "she": 0.26488615858034703}, "store": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "stories": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "story": {"her - she": -0.025445255344111017, "her": 0.33648305937794626, "she": 0.3619283147220573}, "strained": {"her - she": -0.041688295205109804, "her": 0.2851084295608029, "she": 0.3267967247659127}, "stranded": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "strategies": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "street": {"her - she": -0.009061911856206695, "her": 0.34866097866360224, "she": 0.35772289051980893}, "streets": {"her - she": 0.009900438133575828, "her": 0.30226018758299183, "she": 0.292359749449416}, "strength": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "struck": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "struggled": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "struggles": {"her - she": 0.009503614431638052, "her": 0.3249901159470678, "she": 0.31548650151542973}, "students": {"her - she": 0.009995624674171616, "her": 0.23001687775679958, "she": 0.22002125308262796}, "studies": {"her - she": 0.009925118442811381, "her": 0.23434513846283153, "she": 0.22442002002002015}, "stuff": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "style": {"her - she": 0.009921585106253683, "her": 0.3410917247349267, "she": 0.33117013962867303}, "subdued": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "subject": {"her - she": 0.00984827979885708, "her": 0.23907353070854512, "she": 0.22922525090968804}, "substance": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "substantial": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "subversive": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "subway": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "successfully": {"her - she": 0.06068244890336055, "her": 0.3249901159470678, "she": 0.26430766704370723}, "such": {"her - she": 0.05775542162609229, "her": 0.2946692897526608, "she": 0.23691386812656853}, "sudden": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "suffered": {"her - she": 0.06068244890336055, "her": 0.3249901159470678, "she": 0.26430766704370723}, "suffering": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "suicide": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "sullen": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "sunrise": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "support": {"her - she": 0.04390274277737399, "her": 0.2990895703139264, "she": 0.2551868275365524}, "supportive": {"her - she": -0.04139537051158171, "her": 0.30072204131136093, "she": 0.34211741182294264}, "supposed": {"her - she": 0.05931234227913007, "her": 0.3511701894137732, "she": 0.29185784713464313}, "sure": {"her - she": 0.03582667016450147, "her": 0.31369849006867906, "she": 0.2778718199041776}, "surprised": {"her - she": -0.0418857642984557, "her": 0.27360073721697403, "she": 0.31548650151542973}, "surprising": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "surrounds": {"her - she": 0.009052777590830563, "her": 0.3511701894137732, "she": 0.34211741182294264}, "susan": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "suspected": {"her - she": 0.010037635704337355, "her": 0.3348270917662756, "she": 0.32478945606193826}, "suspects": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "suspicion": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "swapped": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "sweet": {"her - she": -0.042032122778131065, "her": 0.2644163180841, "she": 0.30644844086223105}, "switching": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "syria": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "system": {"her - she": 0.010060835592714035, "her": 0.22602253400998873, "she": 0.2159616984172747}, "t": {"her - she": 0.014035693615655986, "her": 0.27505817968922786, "she": 0.26102248607357187}, "take": {"her - she": 0.04958561695419744, "her": 0.31308011720719864, "she": 0.2634945002530012}, "taken": {"her - she": 0.04455332751532054, "her": 0.28215886385728806, "she": 0.23760553634196752}, "takes": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "takeshi": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "taking": {"her - she": 0.010460732994651722, "her": 0.20171050081389233, "she": 0.1912497678192406}, "talent": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "talented": {"her - she": 0.009311343166448771, "her": 0.3361080679323615, "she": 0.3267967247659127}, "talk": {"her - she": 0.009311343166448771, "her": 0.3361080679323615, "she": 0.3267967247659127}, "talking": {"her - she": 0.09512906876272043, "her": 0.32435431967240846, "she": 0.22922525090968804}, "talks": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "team": {"her - she": 0.0645035254015123, "her": 0.24244556748982585, "she": 0.17794204208831355}, "teams": {"her - she": 0.010178388473090827, "her": 0.2188434053359129, "she": 0.20866501686282207}, "techniques": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "teenager": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "teens": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "telegraph": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "telekinesis": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "tell": {"her - she": 0.010316465952024012, "her": 0.319864977546839, "she": 0.309548511594815}, "telling": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "ten": {"her - she": -0.042032122778131065, "her": 0.2644163180841, "she": 0.30644844086223105}, "term": {"her - she": 0.009995624674171616, "her": 0.23001687775679958, "she": 0.22002125308262796}, "terms": {"her - she": 0.061810011039957063, "her": 0.30226018758299183, "she": 0.24045017654303477}, "terrible": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "terrifying": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "terrorism": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "terrorist": {"her - she": 0.010378259094365572, "her": 0.2752644176747126, "she": 0.26488615858034703}, "than": {"her - she": 0.013117601956009861, "her": 0.2982711392827206, "she": 0.2851535373267107}, "thanapob": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "thank": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "thanks": {"her - she": 0.010244999198615157, "her": 0.2827531755606578, "she": 0.27250817636204266}, "that": {"her - she": 0.025536627436871878, "her": 0.23993625991295534, "she": 0.21439963247608346}, "the": {"her - she": 0.029319977570577374, "her": 0.1136209095096298, "she": 0.08430093193905243}, "theatre": {"her - she": -0.042032122778131065, "her": 0.2644163180841, "she": 0.30644844086223105}, "theft": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "their": {"her - she": 0.026036405311684163, "her": 0.29016424977534466, "she": 0.2641278444636605}, "them": {"her - she": -0.0025832950674739563, "her": 0.28668561549925325, "she": 0.2892689105667272}, "themed": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "themselves": {"her - she": 0.010244999198615157, "her": 0.2827531755606578, "she": 0.27250817636204266}, "then": {"her - she": -0.0027324231499497587, "her": 0.2989246984927741, "she": 0.30165712164272385}, "there": {"her - she": 0.042366128030536826, "her": 0.2889104100189731, "she": 0.24654428198843628}, "theresa": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "these": {"her - she": 0.02779598489583074, "her": 0.30191752213398104, "she": 0.2741215372381503}, "they": {"her - she": 0.013999516360505448, "her": 0.29092610293580295, "she": 0.2769265865752975}, "thin": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "thing": {"her - she": 0.0640625246001651, "her": 0.2528702522319531, "she": 0.188807727631788}, "things": {"her - she": 0.011558508522827249, "her": 0.2868713756570273, "she": 0.27531286713420006}, "think": {"her - she": 0.011691047202947502, "her": 0.3058594853929173, "she": 0.2941684381899698}, "thinking": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "third": {"her - she": -0.04274307409325606, "her": 0.20422050028314306, "she": 0.24696357437639913}, "thirty": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "this": {"her - she": 0.023796575707216883, "her": 0.29463610857868744, "she": 0.27083953287147056}, "those": {"her - she": 0.03266848486388352, "her": 0.2852548345680401, "she": 0.2525863497041566}, "though": {"her - she": 0.06442252480340416, "her": 0.2443817053011734, "she": 0.17995918049776924}, "thought": {"her - she": -0.013893788287421716, "her": 0.28647934632964517, "she": 0.3003731346170669}, "thousands": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "three": {"her - she": -0.0477422076335588, "her": 0.23700227865911916, "she": 0.28474448629267796}, "thrilled": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "through": {"her - she": 0.011773967040512034, "her": 0.301886579262527, "she": 0.29011261222201495}, "throughout": {"her - she": 0.010313995048290114, "her": 0.2788720160049323, "she": 0.26855802095664216}, "throw": {"her - she": -0.041688295205109804, "her": 0.2851084295608029, "she": 0.3267967247659127}, "tickets": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "tie": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "tien": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "ties": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "tile": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "time": {"her - she": 0.0006761172533625293, "her": 0.3139677825724563, "she": 0.31329166531909375}, "times": {"her - she": 0.010647654733828199, "her": 0.2602179240432754, "she": 0.24957026930944717}, "tiptoeing": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "title": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "titled": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "titles": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "to": {"her - she": 0.027142721354064592, "her": 0.18455514344257914, "she": 0.15741242208851455}, "today": {"her - she": -0.050299007664819706, "her": 0.2990895703139264, "she": 0.3493885779787461}, "together": {"her - she": 0.06350176714340292, "her": 0.26573543986837206, "she": 0.20223367272496914}, "told": {"her - she": 0.01136521497847065, "her": 0.32155666296708857, "she": 0.3101914479886179}, "toll": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "tomorrow": {"her - she": -0.04231784843843048, "her": 0.24429076138735242, "she": 0.2866086098257829}, "tone": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "tonkotsu": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "too": {"her - she": -0.025755665455537258, "her": 0.2883123948490541, "she": 0.31406806030459133}, "took": {"her - she": -0.03388215934485378, "her": 0.28215886385728806, "she": 0.31604102320214184}, "top": {"her - she": 0.010610924590016835, "her": 0.19265911121910065, "she": 0.1820481866290838}, "torn": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "tortured": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "tough": {"her - she": -0.04139537051158171, "her": 0.30072204131136093, "she": 0.34211741182294264}, "tour": {"her - she": 0.00984827979885708, "her": 0.23907353070854512, "she": 0.22922525090968804}, "tournament": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "tours": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "toward": {"her - she": 0.010313995048290114, "her": 0.2788720160049323, "she": 0.26855802095664216}, "towards": {"her - she": -0.04214680876107724, "her": 0.2567378962045359, "she": 0.29888470496561315}, "town": {"her - she": 0.010859610419445637, "her": 0.24846514676141315, "she": 0.23760553634196752}, "tracks": {"her - she": -0.04139537051158171, "her": 0.30072204131136093, "she": 0.34211741182294264}, "train": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "transaction": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "travel": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "travelled": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "treated": {"her - she": -0.04139537051158171, "her": 0.30072204131136093, "she": 0.34211741182294264}, "treatment": {"her - she": 0.06336889050821742, "her": 0.2687239682752019, "she": 0.20535507776698447}, "tried": {"her - she": 0.010378259094365572, "her": 0.2752644176747126, "she": 0.26488615858034703}, "tries": {"her - she": 0.05931234227913007, "her": 0.3511701894137732, "she": 0.29185784713464313}, "trips": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "trivia": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "trouble": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "true": {"her - she": 0.010464843432644255, "her": 0.3119537944453996, "she": 0.30148895101275536}, "trust": {"her - she": 0.009900438133575828, "her": 0.30226018758299183, "she": 0.292359749449416}, "truth": {"her - she": 0.009052777590830563, "her": 0.3511701894137732, "she": 0.34211741182294264}, "try": {"her - she": 0.09573091557000332, "her": 0.3157521686526313, "she": 0.22002125308262796}, "trying": {"her - she": 0.010495090220985104, "her": 0.2687239682752019, "she": 0.2582288780542168}, "turkey": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "turkish": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "turn": {"her - she": 0.010089215502530946, "her": 0.2915468062966027, "she": 0.28145759079407173}, "turned": {"her - she": -0.013976537202317396, "her": 0.3348270917662756, "she": 0.348803628968593}, "turns": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "tv": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "twelve": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "two": {"her - she": 0.012528386170905292, "her": 0.30728011481595047, "she": 0.2947517286450452}, "ugly": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "uk": {"her - she": -0.04214680876107724, "her": 0.2567378962045359, "she": 0.29888470496561315}, "ultimately": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "un": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "unbiased": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "uncertain": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "uncommunicative": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "uncredited": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "under": {"her - she": 0.0645035254015123, "her": 0.24244556748982585, "she": 0.17794204208831355}, "understand": {"her - she": 0.010170435308058057, "her": 0.28695684166104674, "she": 0.2767864063529887}, "understood": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "undertake": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "unenticing": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "unfair": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "union": {"her - she": -0.0224563931286611, "her": 0.3161065487838031, "she": 0.3385629419124642}, "unit": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "unite": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "united": {"her - she": 0.010060835592714035, "her": 0.22602253400998873, "she": 0.2159616984172747}, "unless": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "unpleasant": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "unsolved": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "unsuitable": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "until": {"her - she": 0.009900438133575828, "her": 0.30226018758299183, "she": 0.292359749449416}, "unwelcome": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "up": {"her - she": 0.039211585461431164, "her": 0.30421725604678423, "she": 0.26500567058535307}, "upon": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "uppity": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "urging": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "us": {"her - she": 0.011744253956711415, "her": 0.27767236118632677, "she": 0.26592810722961535}, "usd": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "use": {"her - she": -0.04287976058583137, "her": 0.18484458443714608, "she": 0.22772434502297745}, "used": {"her - she": 0.011453713222754458, "her": 0.26009419420854096, "she": 0.2486404809857865}, "usual": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "usually": {"her - she": -0.04224004351286975, "her": 0.25011970593654625, "she": 0.292359749449416}, "valued": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "van": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "ve": {"her - she": -0.013820126719645776, "her": 0.2676077277691335, "she": 0.28142785448877927}, "verbally": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "version": {"her - she": 0.010170435308058057, "her": 0.28695684166104674, "she": 0.2767864063529887}, "very": {"her - she": 0.04062871801105905, "her": 0.3310544041497177, "she": 0.29042568613865866}, "villagers": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "violent": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "virginity": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "virtual": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "visit": {"her - she": 0.00976372220183544, "her": 0.24429076138735242, "she": 0.23452703918551698}, "vote": {"her - she": -0.04214680876107724, "her": 0.2567378962045359, "she": 0.29888470496561315}, "vs": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "vulnerable": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "waaay": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "waiting": {"her - she": 0.060109956193776126, "her": 0.3361080679323615, "she": 0.27599811173858535}, "waldo": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "walk": {"her - she": -0.0418857642984557, "her": 0.27360073721697403, "she": 0.31548650151542973}, "walked": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "walking": {"her - she": 0.04106528451981312, "her": 0.3678620092857258, "she": 0.3267967247659127}, "wander": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "want": {"her - she": 0.06909320334631583, "her": 0.31605677772271495, "she": 0.24696357437639913}, "wanted": {"her - she": -0.013962067797083422, "her": 0.3157521686526313, "she": 0.3297142364497147}, "wants": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "war": {"her - she": -0.022663317608517253, "her": 0.2506240953935351, "she": 0.27328741300205234}, "warm": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "was": {"her - she": 0.015471687787480481, "her": 0.28184353773895615, "she": 0.26637184995147567}, "washington": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "wasn": {"her - she": 0.041432350642125415, "her": 0.38692552354514176, "she": 0.34549317290301634}, "waste": {"her - she": 0.010178388473090827, "her": 0.2188434053359129, "she": 0.20866501686282207}, "watched": {"her - she": -0.041688295205109804, "her": 0.2851084295608029, "she": 0.3267967247659127}, "watching": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "water": {"her - she": 0.01054861233181964, "her": 0.26573543986837206, "she": 0.2551868275365524}, "waterstones": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "way": {"her - she": 0.026397748324784198, "her": 0.3449990966551296, "she": 0.3186013483303454}, "we": {"her - she": 0.040766571717884975, "her": 0.2642423624430062, "she": 0.22347579072512122}, "weakest": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "weariness": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "wearing": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "wears": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "weaselled": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "weaving": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "websites": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "wee": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "week": {"her - she": 0.011022168614762184, "her": 0.31369849006867906, "she": 0.3026763214539169}, "weekend": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "weeks": {"her - she": 0.06068244890336055, "her": 0.3249901159470678, "she": 0.26430766704370723}, "weight": {"her - she": 0.00984827979885708, "her": 0.23907353070854512, "she": 0.22922525090968804}, "well": {"her - she": 0.04958561695419744, "her": 0.31308011720719864, "she": 0.2634945002530012}, "went": {"her - she": 0.010313995048290114, "her": 0.2788720160049323, "she": 0.26855802095664216}, "were": {"her - she": 0.013537501107136196, "her": 0.2802500660126402, "she": 0.266712564905504}, "weren": {"her - she": 0.009052777590830563, "her": 0.3511701894137732, "she": 0.34211741182294264}, "west": {"her - she": 0.010231858066561572, "her": 0.21558693583354605, "she": 0.20535507776698447}, "westerberg": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "what": {"her - she": 0.012878240170228428, "her": 0.24978911699802525, "she": 0.23691087682779682}, "whatever": {"her - she": -0.04214680876107724, "her": 0.2567378962045359, "she": 0.29888470496561315}, "when": {"her - she": 0.026930336150849332, "her": 0.29038322321143817, "she": 0.26345288706058884}, "where": {"her - she": 0.011965534561534596, "her": 0.3142323952686935, "she": 0.3022668607071589}, "whether": {"her - she": 0.06895484927442128, "her": 0.31852511858386845, "she": 0.24957026930944717}, "which": {"her - she": 0.03063643062717264, "her": 0.26754730745496946, "she": 0.23691087682779682}, "while": {"her - she": -0.022614678743495792, "her": 0.2097269080591189, "she": 0.23234158680261469}, "whiled": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "whilst": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "whim": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "white": {"her - she": -0.02264110083597226, "her": 0.2687239682752019, "she": 0.29136506911117416}, "who": {"her - she": 0.0324399363686555, "her": 0.33181692819237085, "she": 0.29937699182371535}, "whole": {"her - she": 0.009925118442811381, "her": 0.23434513846283153, "she": 0.22442002002002015}, "whose": {"her - she": -0.04231784843843048, "her": 0.24429076138735242, "she": 0.2866086098257829}, "why": {"her - she": -0.008790767490407747, "her": 0.2978160858317032, "she": 0.30660685332211096}, "wicked": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "wife": {"her - she": 0.09391676830864376, "her": 0.3410917247349267, "she": 0.24717495642628295}, "will": {"her - she": 0.04298477680528537, "her": 0.2733159981477037, "she": 0.23033122134241832}, "window": {"her - she": 0.009787979072742092, "her": 0.30867268403835524, "she": 0.29888470496561315}, "wing": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "wisdom": {"her - she": 0.05931234227913007, "her": 0.3511701894137732, "she": 0.29185784713464313}, "wise": {"her - she": 0.0415334209684976, "her": 0.35701992248392733, "she": 0.31548650151542973}, "wish": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "wished": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "with": {"her - she": 0.03335537161656715, "her": 0.28582223843074056, "she": 0.2524668668141734}, "within": {"her - she": 0.010378259094365572, "her": 0.2752644176747126, "she": 0.26488615858034703}, "without": {"her - she": 0.011029538303552522, "her": 0.28215886385728806, "she": 0.27112932555373553}, "woman": {"her - she": 0.0096283682404813, "her": 0.35701992248392733, "she": 0.34739155424344603}, "women": {"her - she": -0.04269705511127592, "her": 0.20960938988235772, "she": 0.25230644499363364}, "won": {"her - she": 0.01054861233181964, "her": 0.26573543986837206, "she": 0.2551868275365524}, "wonder": {"her - she": 0.009658107921572068, "her": 0.3161065487838031, "she": 0.30644844086223105}, "work": {"her - she": 0.028840943157829035, "her": 0.32300938134779883, "she": 0.2941684381899698}, "working": {"her - she": 0.06273192247802986, "her": 0.2827531755606578, "she": 0.22002125308262796}, "world": {"her - she": 0.012081573971380488, "her": 0.2872241850053257, "she": 0.2751426110339452}, "worries": {"her - she": 0.008864194176717799, "her": 0.30072204131136093, "she": 0.29185784713464313}, "worry": {"her - she": -0.0225545342327112, "her": 0.29660849574915243, "she": 0.31916302998186363}, "would": {"her - she": 0.024402511541147587, "her": 0.3206390255863663, "she": 0.2962365140452187}, "writes": {"her - she": 0.009658107921572068, "her": 0.3161065487838031, "she": 0.30644844086223105}, "writing": {"her - she": 0.009669529393511483, "her": 0.25011970593654625, "she": 0.24045017654303477}, "wrong": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "wrote": {"her - she": 0.010313995048290114, "her": 0.2788720160049323, "she": 0.26855802095664216}, "www": {"her - she": 0.009293070173266804, "her": 0.27360073721697403, "she": 0.26430766704370723}, "year": {"her - she": 0.027996628158914683, "her": 0.2956287246416489, "she": 0.2676320964827342}, "years": {"her - she": -0.0026403115545420297, "her": 0.2912988740154799, "she": 0.2939391855700219}, "yes": {"her - she": 0.009562939778252955, "her": 0.2567378962045359, "she": 0.24717495642628295}, "yet": {"her - she": 0.010375781557740688, "her": 0.2068492087972008, "she": 0.19647342723946012}, "yo": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "yoing": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "york": {"her - she": 0.010460732994651722, "her": 0.20171050081389233, "she": 0.1912497678192406}, "yorker": {"her - she": 0.00911031782221755, "her": 0.2851084295608029, "she": 0.27599811173858535}, "you": {"her - she": 0.014496481163677633, "her": 0.27077870118668107, "she": 0.25628222002300344}, "young": {"her - she": 0.030679506039243742, "her": 0.34369912666679703, "she": 0.3130196206275533}, "your": {"her - she": -0.025846458616735124, "her": 0.2529892126779058, "she": 0.27883567129464093}, "yourself": {"her - she": 0.009439750248629641, "her": 0.2644163180841, "she": 0.25497656783547035}, "yulia": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "zakharova": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}, "zone": {"her - she": -0.042384060085526615, "her": 0.23907353070854512, "she": 0.28145759079407173}, "zones": {"her - she": 0.008471891097410422, "her": 0.32589100284706113, "she": 0.3174191117496507}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-her-their.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-her-their.json new file mode 100644 index 0000000000000000000000000000000000000000..1b3cc83f6af2e0179e7345a721c3e73b695c7ba1 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-her-their.json @@ -0,0 +1 @@ +{"0": {"her - their": -0.0999100434910404, "her": 0.17634710446816496, "their": 0.27625714795920536}, "00": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "000": {"her - their": -0.04389539370652612, "her": 0.2990895703139264, "their": 0.34298496402045253}, "04": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "08": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "1": {"her - their": -0.10871640213363853, "her": 0.23322159626571398, "their": 0.3419379983993525}, "10": {"her - their": -0.11239162906759384, "her": 0.24244556748982585, "their": 0.3548371965574197}, "100": {"her - their": -0.04324228315142392, "her": 0.26573543986837206, "their": 0.308977723019796}, "12": {"her - their": -0.01041993044206535, "her": 0.2752644176747126, "their": 0.28568434811677795}, "13": {"her - their": -0.02718920721342949, "her": 0.28695684166104674, "their": 0.3141460488744762}, "14": {"her - their": -0.09433755625736154, "her": 0.23434513846283153, "their": 0.32868269472019307}, "140": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "15": {"her - their": 0.022737849699797974, "her": 0.3084221978165759, "their": 0.28568434811677795}, "16": {"her - their": -0.062436655372656386, "her": 0.23434513846283153, "their": 0.2967817938354879}, "17": {"her - their": -0.009888152705869568, "her": 0.2990895703139264, "their": 0.308977723019796}, "18": {"her - their": -0.09278251597593362, "her": 0.25011970593654625, "their": 0.3429022219124799}, "18usd": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "19": {"her - their": -0.06308439949609601, "her": 0.22602253400998873, "their": 0.28910693350608474}, "1986": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "2": {"her - their": -0.055693798377605463, "her": 0.27528707071102243, "their": 0.3309808690886279}, "20": {"her - their": 0.0024027919462028535, "her": 0.32976840698000937, "their": 0.3273656150338065}, "200": {"her - their": -0.01053455138196363, "her": 0.25011970593654625, "their": 0.2606542573185099}, "2011": {"her - their": -0.011915524761944934, "her": 0.222311322237236, "their": 0.23422684699918092}, "2012": {"her - their": -0.039689705614091964, "her": 0.25011970593654625, "their": 0.2898094115506382}, "2014": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "2016": {"her - their": -0.062436655372656386, "her": 0.23434513846283153, "their": 0.2967817938354879}, "2019": {"her - their": 0.04171882532361404, "her": 0.30867268403835524, "their": 0.2669538587147412}, "20th": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "21": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "24": {"her - their": -0.039689705614091964, "her": 0.25011970593654625, "their": 0.2898094115506382}, "25": {"her - their": 0.012923975423329181, "her": 0.3161065487838031, "their": 0.30318257336047394}, "26": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "28": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "29": {"her - their": -0.06120709591070589, "her": 0.25011970593654625, "their": 0.31132680184725214}, "3": {"her - their": -0.03068630812651979, "her": 0.2883123948490541, "their": 0.31899870297557387}, "30": {"her - their": -0.06277360509634039, "her": 0.23001687775679958, "their": 0.29279048285313997}, "300": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "33": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "35": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "38": {"her - their": 0.08815391570189934, "her": 0.3361080679323615, "their": 0.24795415223046213}, "39": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "4": {"her - their": -0.06403879835342696, "her": 0.26923496643284084, "their": 0.3332737647862678}, "40": {"her - their": 0.04160593026448195, "her": 0.30226018758299183, "their": 0.2606542573185099}, "400": {"her - their": 0.042105374808758256, "her": 0.3361080679323615, "their": 0.2940026931236032}, "40th": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "42": {"her - their": 0.03671631192203034, "her": 0.2644163180841, "their": 0.22770000616206965}, "45": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "5": {"her - their": -0.0740945700294916, "her": 0.24630724150082467, "their": 0.32040181153031627}, "500": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "58": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "6": {"her - their": -0.03746159794671955, "her": 0.2474383152014572, "their": 0.28489991314817675}, "66": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "69p": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "7": {"her - their": -0.08767425770506221, "her": 0.2528702522319531, "their": 0.3405445099370153}, "8": {"her - their": -0.13255337137949158, "her": 0.19479030774674516, "their": 0.32734367912623674}, "884": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "8am": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "90": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "a": {"her - their": -0.10598553485672127, "her": 0.20923117476328892, "their": 0.3152167096200102}, "able": {"her - their": -0.009366052243235445, "her": 0.31852511858386845, "their": 0.3278911708271039}, "about": {"her - their": -0.07823353130018135, "her": 0.3131495508017664, "their": 0.3913830821019477}, "above": {"her - their": -0.04006804692860552, "her": 0.24429076138735242, "their": 0.28435880831595794}, "abs": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "absolutely": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "abstract": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "abundance": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "accept": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "accepted": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "accepting": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "access": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "accompanied": {"her - their": 0.041839032328592984, "her": 0.3161065487838031, "their": 0.27426751645521014}, "accord": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "according": {"her - their": -0.059382276579078824, "her": 0.22318651234085476, "their": 0.2825687889199336}, "accounted": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "accuracy": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "accusations": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "accuse": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "accused": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "achieved": {"her - their": -0.09212509803651242, "her": 0.2567378962045359, "their": 0.34886299424104833}, "acknowledge": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "acknowledging": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "acquaintances": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "act": {"her - their": 0.0024027919462028535, "her": 0.32976840698000937, "their": 0.3273656150338065}, "acting": {"her - their": 0.042250755269956586, "her": 0.3511701894137732, "their": 0.3089194341438166}, "activities": {"her - their": -0.010914779241884665, "her": 0.26573543986837206, "their": 0.2766502191102567}, "activity": {"her - their": -0.06308439949609601, "her": 0.22602253400998873, "their": 0.28910693350608474}, "actor": {"her - their": -0.039689705614091964, "her": 0.25011970593654625, "their": 0.2898094115506382}, "acts": {"her - their": 0.04494452406692939, "her": 0.32930333238288734, "their": 0.28435880831595794}, "actually": {"her - their": -0.022046136051815823, "her": 0.3084221978165759, "their": 0.33046833386839175}, "adapt": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "added": {"her - their": -0.043445664164252995, "her": 0.26290581367043764, "their": 0.30635147783469063}, "address": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "administration": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "administrative": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "admission": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "admits": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "adoring": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "adult": {"her - their": 0.03607223567217416, "her": 0.23907353070854512, "their": 0.20300129503637096}, "adulthood": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "advanced": {"her - their": -0.04006804692860552, "her": 0.24429076138735242, "their": 0.28435880831595794}, "advantage": {"her - their": 0.08815391570189934, "her": 0.3361080679323615, "their": 0.24795415223046213}, "advised": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "affairs": {"her - their": 0.08830987296119899, "her": 0.3249901159470678, "their": 0.2366802429858688}, "affected": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "africa": {"her - their": -0.06308439949609601, "her": 0.22602253400998873, "their": 0.28910693350608474}, "african": {"her - their": -0.06705754033024891, "her": 0.17478410391211094, "their": 0.24184164424235985}, "after": {"her - their": -0.0474991462234276, "her": 0.3161384189534414, "their": 0.363637565176869}, "again": {"her - their": -0.010174211840111413, "her": 0.2936828275983154, "their": 0.3038570394384268}, "against": {"her - their": -0.016166049578139108, "her": 0.3327438873787014, "their": 0.3489099369568405}, "agencies": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "agency": {"her - their": -0.040407585427546716, "her": 0.23907353070854512, "their": 0.27948111613609183}, "agenda": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "agent": {"her - their": 0.08840654262173347, "her": 0.3161065487838031, "their": 0.22770000616206965}, "agents": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "ago": {"her - their": -0.019463715622495714, "her": 0.31852511858386845, "their": 0.33798883420636416}, "agree": {"her - their": -0.05937240758462853, "her": 0.27360073721697403, "their": 0.33297314480160256}, "aid": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "aimed": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "ain": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "airport": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "al": {"her - their": -0.062068349420091845, "her": 0.23907353070854512, "their": 0.30114188012863696}, "aladdin": {"her - their": 0.0362144829538619, "her": 0.24429076138735242, "their": 0.20807627843349052}, "albeit": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "alexander": {"her - their": 0.07399742579907637, "her": 0.35701992248392733, "their": 0.28302249668485097}, "alien": {"her - their": 0.03607223567217416, "her": 0.23907353070854512, "their": 0.20300129503637096}, "all": {"her - their": -0.07069830722996179, "her": 0.2960161863918095, "their": 0.3667144936217713}, "allegations": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "allen": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "allow": {"her - their": -0.06009066421959486, "her": 0.2644163180841, "their": 0.32450698230369485}, "almost": {"her - their": -0.009734546052829307, "her": 0.30201720525817144, "their": 0.31175175131100075}, "alone": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "along": {"her - their": -0.07876758462883715, "her": 0.27441502417013736, "their": 0.3531826087989745}, "alongside": {"her - their": -0.07711793515466159, "her": 0.2644163180841, "their": 0.3415342532387616}, "aloof": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "already": {"her - their": -0.009624482153950897, "her": 0.31369849006867906, "their": 0.32332297222262996}, "also": {"her - their": -0.1018535542163913, "her": 0.2777012169906531, "their": 0.3795547712070444}, "alternatives": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "although": {"her - their": 0.010381509590121907, "her": 0.33370448181275186, "their": 0.32332297222262996}, "always": {"her - their": -0.14123625757063465, "her": 0.19930825236638064, "their": 0.3405445099370153}, "alwin": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "am": {"her - their": -0.05596634236196052, "her": 0.26573543986837206, "their": 0.3217017822303326}, "amazon": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "amber": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "american": {"her - their": -0.04234109913918638, "her": 0.20960938988235772, "their": 0.2519504890215441}, "amongst": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "an": {"her - their": -0.09045454868598313, "her": 0.3002514612077961, "their": 0.39070600989377924}, "ananias": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "anatoly": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "and": {"her - their": -0.10881896749713355, "her": 0.18779347610867791, "their": 0.29661244360581146}, "andre": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "angeles": {"her - their": 0.023083183711351096, "her": 0.319864977546839, "their": 0.2967817938354879}, "angry": {"her - their": 0.042105374808758256, "her": 0.3361080679323615, "their": 0.2940026931236032}, "angst": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "another": {"her - their": -0.05361452679330142, "her": 0.2995680820056731, "their": 0.3531826087989745}, "answer": {"her - their": -0.04104135109408086, "her": 0.29660849574915243, "their": 0.3376498468432333}, "anthem": {"her - their": 0.03607223567217416, "her": 0.23907353070854512, "their": 0.20300129503637096}, "antigua": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "any": {"her - their": -0.0767263144628772, "her": 0.29581256942145384, "their": 0.37253888388433104}, "anyone": {"her - their": -0.041725853059146334, "her": 0.28695684166104674, "their": 0.32868269472019307}, "anything": {"her - their": 0.023500289919023476, "her": 0.3348270917662756, "their": 0.31132680184725214}, "anyway": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "apartment": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "apostles": {"her - their": -0.011915524761944934, "her": 0.222311322237236, "their": 0.23422684699918092}, "apparent": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "appeals": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "appears": {"her - their": -0.01053455138196363, "her": 0.25011970593654625, "their": 0.2606542573185099}, "applied": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "apply": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "appointing": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "appreciate": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "appreciates": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "approached": {"her - their": 0.07399742579907637, "her": 0.35701992248392733, "their": 0.28302249668485097}, "appropriately": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "approved": {"her - their": 0.012673361801763872, "her": 0.30867268403835524, "their": 0.29599932223659137}, "approving": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "april": {"her - their": -0.061661716478151135, "her": 0.24429076138735242, "their": 0.30595247786550356}, "are": {"her - their": -0.12678543796572628, "her": 0.25528681960523064, "their": 0.3820722575709569}, "aren": {"her - their": -0.04202499315086494, "her": 0.2827531755606578, "their": 0.32477816871152276}, "argue": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "argument": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "arkadelphia": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "army": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "around": {"her - their": -0.06465594053950108, "her": 0.30975258311244275, "their": 0.3744085236519438}, "arrested": {"her - their": 0.08815391570189934, "her": 0.3361080679323615, "their": 0.24795415223046213}, "arrival": {"her - their": 0.041839032328592984, "her": 0.3161065487838031, "their": 0.27426751645521014}, "arrive": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "arrived": {"her - their": 0.08850797846244485, "her": 0.30226018758299183, "their": 0.213752209120547}, "arson": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "article": {"her - their": -0.07839816952457973, "her": 0.25011970593654625, "their": 0.328517875461126}, "artists": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "as": {"her - their": -0.09806380766231931, "her": 0.26074608346797523, "their": 0.35880989113029454}, "ash": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "asia": {"her - their": -0.01053455138196363, "her": 0.25011970593654625, "their": 0.2606542573185099}, "ask": {"her - their": 0.0232124395437715, "her": 0.32435431967240846, "their": 0.30114188012863696}, "asked": {"her - their": 0.005551299959168643, "her": 0.3157521686526313, "their": 0.31020086869346264}, "asking": {"her - their": 0.03671631192203034, "her": 0.2644163180841, "their": 0.22770000616206965}, "aspect": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "ass": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "assassination": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "assembly": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "asserts": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "assurance": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "at": {"her - their": -0.08265557292512493, "her": 0.29815061250505515, "their": 0.3808061854301801}, "atlantic": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "attachment": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "attack": {"her - their": -0.04280073999011652, "her": 0.27189197322194414, "their": 0.31469271321206066}, "attacked": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "attacks": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "attempt": {"her - their": -0.026599972737695876, "her": 0.29660849574915243, "their": 0.3232084684868483}, "attempts": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "attend": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "attention": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "attitude": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "attracted": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "attractions": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "audience": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "audiences": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "aussie": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "australian": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "author": {"her - their": -0.008755734260408654, "her": 0.30867268403835524, "their": 0.3174284182987639}, "authority": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "available": {"her - their": -0.04302778303579885, "her": 0.2687239682752019, "their": 0.31175175131100075}, "away": {"her - their": -0.076346968892133, "her": 0.2752644176747126, "their": 0.3516113865668456}, "awkwardness": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "baby": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "back": {"her - their": -0.003337354618042465, "her": 0.32062843484104203, "their": 0.3239657894590845}, "bad": {"her - their": -0.07891770709949589, "her": 0.24429076138735242, "their": 0.3232084684868483}, "balance": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "ball": {"her - their": 0.03653365282500179, "her": 0.2567378962045359, "their": 0.22020424337953412}, "ballerina": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "band": {"her - their": -0.062068349420091845, "her": 0.23907353070854512, "their": 0.30114188012863696}, "bandana": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "barbados": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "baring": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "barnette": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "base": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "based": {"her - their": -0.06767324678382852, "her": 0.2602179240432754, "their": 0.3278911708271039}, "basis": {"her - their": -0.040407585427546716, "her": 0.23907353070854512, "their": 0.27948111613609183}, "battled": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "bc582063": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "be": {"her - their": -0.07859589372837494, "her": 0.2872292307273009, "their": 0.36582512445567583}, "beat": {"her - their": 0.03607223567217416, "her": 0.23907353070854512, "their": 0.20300129503637096}, "beating": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "beauty": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "became": {"her - their": 0.01586901291066023, "her": 0.3535188597538935, "their": 0.3376498468432333}, "because": {"her - their": -0.0557359492149469, "her": 0.2980295758107503, "their": 0.3537655250256972}, "become": {"her - their": -0.08719264808846083, "her": 0.25765729437853174, "their": 0.3448499424669926}, "becomes": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "becoming": {"her - their": -0.008400433519891726, "her": 0.3161065487838031, "their": 0.32450698230369485}, "been": {"her - their": -0.05673198593184403, "her": 0.3196111574264824, "their": 0.3763431433583264}, "beer": {"her - their": 0.03671631192203034, "her": 0.2644163180841, "their": 0.22770000616206965}, "before": {"her - their": -0.054444695974973534, "her": 0.3236927265626118, "their": 0.3781374225375853}, "began": {"her - their": -0.06337302587954197, "her": 0.222311322237236, "their": 0.28568434811677795}, "begin": {"her - their": 0.012923975423329181, "her": 0.3161065487838031, "their": 0.30318257336047394}, "begrudgingly": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "behalf": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "behavior": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "behind": {"her - their": -0.027447693132804818, "her": 0.2827531755606578, "their": 0.31020086869346264}, "being": {"her - their": -0.04054490853325038, "her": 0.3140345876733946, "their": 0.354579496206645}, "belief": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "believed": {"her - their": -0.039689705614091964, "her": 0.25011970593654625, "their": 0.2898094115506382}, "believers": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "below": {"her - their": -0.01130953818334779, "her": 0.23434513846283153, "their": 0.24565467664617932}, "bemoans": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "bench": {"her - their": -0.01107492912755556, "her": 0.23907353070854512, "their": 0.2501484598361007}, "beneath": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "benefits": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "benevolence": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "besides": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "best": {"her - their": -0.07365117249909886, "her": 0.29286582795021565, "their": 0.3665170004493145}, "better": {"her - their": -0.05367706338920547, "her": 0.2911728790777871, "their": 0.3448499424669926}, "between": {"her - their": -0.07528837096648183, "her": 0.2764678124494391, "their": 0.3517561834159209}, "bewildered": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "beyond": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "bible": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "biblically": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "big": {"her - their": 0.0016774234462306747, "her": 0.31369849006867906, "their": 0.3120210666224484}, "bill": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "billion": {"her - their": -0.08245099368745903, "her": 0.20422050028314306, "their": 0.2866714939706021}, "bird": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "birmingham": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "birthday": {"her - their": -0.01021596251020529, "her": 0.2567378962045359, "their": 0.2669538587147412}, "bit": {"her - their": -0.06413418146706515, "her": 0.21251603764319157, "their": 0.2766502191102567}, "bite": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "blameless": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "blasting": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "blends": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "blog": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "blogs": {"her - their": -0.025427704454958455, "her": 0.3161065487838031, "their": 0.3415342532387616}, "blond": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "blue": {"her - their": 0.03671631192203034, "her": 0.2644163180841, "their": 0.22770000616206965}, "bluntly": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "board": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "boat": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "body": {"her - their": -0.009343982116351124, "her": 0.29660849574915243, "their": 0.30595247786550356}, "boldly": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "bond": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "book": {"her - their": -0.01205610546057459, "her": 0.2443817053011734, "their": 0.256437810761748}, "booked": {"her - their": 0.042250755269956586, "her": 0.3511701894137732, "their": 0.3089194341438166}, "books": {"her - their": -0.01041993044206535, "her": 0.2752644176747126, "their": 0.28568434811677795}, "bookshops": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "boring": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "born": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "boshirov": {"her - their": 0.03653365282500179, "her": 0.2567378962045359, "their": 0.22020424337953412}, "both": {"her - their": -0.07049099464001468, "her": 0.30724700562315205, "their": 0.37773800026316673}, "bottle": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "bought": {"her - their": 0.042105374808758256, "her": 0.3361080679323615, "their": 0.2940026931236032}, "bourne": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "box": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "boy": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "boys": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "branches": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "break": {"her - their": -0.008755734260408654, "her": 0.30867268403835524, "their": 0.3174284182987639}, "breakup": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "breezily": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "brettle": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "bridgetown": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "brighter": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "brilliant": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "bring": {"her - their": -0.05547364181186237, "her": 0.27189197322194414, "their": 0.3273656150338065}, "bringing": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "brisbane": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "brisvegas": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "britain": {"her - their": -0.01053455138196363, "her": 0.25011970593654625, "their": 0.2606542573185099}, "british": {"her - their": -0.0793815261430911, "her": 0.23907353070854512, "their": 0.3184550568516362}, "broadway": {"her - their": 0.03636749681599927, "her": 0.25011970593654625, "their": 0.213752209120547}, "broken": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "brother": {"her - their": 0.08846844065882112, "her": 0.30867268403835524, "their": 0.22020424337953412}, "brought": {"her - their": -0.020804744157838617, "her": 0.32930333238288734, "their": 0.35010807654072595}, "browsing": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "bubbling": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "budget": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "building": {"her - their": 0.03636749681599927, "her": 0.25011970593654625, "their": 0.213752209120547}, "buildings": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "bully": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "burn": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "burned": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "burns": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "burrow": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "burst": {"her - their": 0.0878802760400138, "her": 0.3511701894137732, "their": 0.2632899133737594}, "bus": {"her - their": -0.04173221872981636, "her": 0.2188434053359129, "their": 0.26057562406572926}, "business": {"her - their": -0.009026000058891481, "her": 0.3157521686526313, "their": 0.32477816871152276}, "busy": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "but": {"her - their": -0.07712297142382063, "her": 0.2970302061129014, "their": 0.374153177536722}, "buy": {"her - their": -0.02718920721342949, "her": 0.28695684166104674, "their": 0.3141460488744762}, "by": {"her - their": -0.07423020467976083, "her": 0.30127401445616725, "their": 0.3755042191359281}, "c": {"her - their": -0.06389565284513332, "her": 0.21558693583354605, "their": 0.27948258867867937}, "cab": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "cadaver": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "california": {"her - their": 0.0362144829538619, "her": 0.24429076138735242, "their": 0.20807627843349052}, "call": {"her - their": 0.04742363670602995, "her": 0.3402141195591699, "their": 0.29279048285313997}, "called": {"her - their": 0.005670240176787078, "her": 0.35319669369431167, "their": 0.3475264535175246}, "calling": {"her - their": -0.06069052209422798, "her": 0.2567378962045359, "their": 0.3174284182987639}, "came": {"her - their": -0.04467965837161003, "her": 0.2887751588395152, "their": 0.33345481721112524}, "camp": {"her - their": -0.012092529254005752, "her": 0.2188434053359129, "their": 0.23093593458991865}, "campaign": {"her - their": -0.0793815261430911, "her": 0.23907353070854512, "their": 0.3184550568516362}, "can": {"her - their": -0.11695900624030958, "her": 0.26688805747415784, "their": 0.3838470637144674}, "capable": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "captivating": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "captured": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "captures": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "car": {"her - their": 0.010739126595868259, "her": 0.25765729437853174, "their": 0.24691816778266348}, "card": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "care": {"her - their": -0.010037307292482145, "her": 0.2827531755606578, "their": 0.29279048285313997}, "cared": {"her - their": 0.08815391570189934, "her": 0.3361080679323615, "their": 0.24795415223046213}, "career": {"her - their": -0.025427704454958455, "her": 0.3161065487838031, "their": 0.3415342532387616}, "caribbean": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "caribbeantales": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "caring": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "carried": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "case": {"her - their": -0.02608947158081748, "her": 0.31977269741888853, "their": 0.345862168999706}, "cases": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "cast": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "cause": {"her - their": -0.12073433038276049, "her": 0.20960938988235772, "their": 0.3303437202651182}, "caused": {"her - their": 0.042105374808758256, "her": 0.3361080679323615, "their": 0.2940026931236032}, "ceased": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "celebrate": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "celebrated": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "cell": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "center": {"her - their": -0.07891770709949589, "her": 0.24429076138735242, "their": 0.3232084684868483}, "centered": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "central": {"her - their": -0.026599972737695876, "her": 0.29660849574915243, "their": 0.3232084684868483}, "centre": {"her - their": -0.042149150735091095, "her": 0.21251603764319157, "their": 0.25466518837828267}, "certain": {"her - their": -0.09387320096404864, "her": 0.23907353070854512, "their": 0.33294673167259375}, "certainly": {"her - their": -0.13010377869922612, "her": 0.21558693583354605, "their": 0.34569071453277217}, "challenging": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "chance": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "chances": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "change": {"her - their": -0.023097841564846122, "her": 0.2911728790777871, "their": 0.31427072064263323}, "changes": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "channel": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "chapter": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "character": {"her - their": -0.04104135109408086, "her": 0.29660849574915243, "their": 0.3376498468432333}, "charge": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "charges": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "charismatic": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "charlie": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "chatty": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "cheapest": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "cheaply": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "check": {"her - their": -0.061661716478151135, "her": 0.24429076138735242, "their": 0.30595247786550356}, "chepiga": {"her - their": 0.03653365282500179, "her": 0.2567378962045359, "their": 0.22020424337953412}, "chicago": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "child": {"her - their": 0.09851251882750156, "her": 0.34866097866360224, "their": 0.2501484598361007}, "childhood": {"her - their": 0.042105374808758256, "her": 0.3361080679323615, "their": 0.2940026931236032}, "children": {"her - their": 0.004612371135732818, "her": 0.2936828275983154, "their": 0.28907045646258256}, "chinese": {"her - their": -0.011727276836998729, "her": 0.22602253400998873, "their": 0.23774981084698746}, "chocolate": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "chores": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "christ": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "christian": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "church": {"her - their": -0.04360265601377625, "her": 0.19060429997145267, "their": 0.23420695598522892}, "circle": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "circumstantial": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "cite": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "citizens": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "city": {"her - their": -0.15175534154230594, "her": 0.18304447707992275, "their": 0.3347998186222287}, "claim": {"her - their": -0.01053455138196363, "her": 0.25011970593654625, "their": 0.2606542573185099}, "claimed": {"her - their": -0.039689705614091964, "her": 0.25011970593654625, "their": 0.2898094115506382}, "claiming": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "class": {"her - their": 0.012673361801763872, "her": 0.30867268403835524, "their": 0.29599932223659137}, "clauses": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "clear": {"her - their": 0.002695529066192859, "her": 0.33648305937794626, "their": 0.3337875303117534}, "clearly": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "click": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "climate": {"her - their": -0.04194664242176366, "her": 0.21558693583354605, "their": 0.2575335782553097}, "closed": {"her - their": -0.061661716478151135, "her": 0.24429076138735242, "their": 0.30595247786550356}, "clouded": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "clue": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "co": {"her - their": -0.06069052209422798, "her": 0.2567378962045359, "their": 0.3174284182987639}, "coach": {"her - their": -0.011727276836998729, "her": 0.22602253400998873, "their": 0.23774981084698746}, "cold": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "coleman": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "colleagues": {"her - their": 0.04524279415246368, "her": 0.35701992248392733, "their": 0.31177712833146365}, "collection": {"her - their": -0.01130953818334779, "her": 0.23434513846283153, "their": 0.24565467664617932}, "college": {"her - their": -0.009066614264260309, "her": 0.30226018758299183, "their": 0.31132680184725214}, "collymore": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "colonel": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "com": {"her - their": -0.033422555163372336, "her": 0.30511997422489384, "their": 0.3385425293882662}, "come": {"her - their": -0.09262181375675393, "her": 0.26923496643284084, "their": 0.3618567801895948}, "comedians": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "comes": {"her - their": -0.10776499630176467, "her": 0.22602253400998873, "their": 0.3337875303117534}, "comical": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "coming": {"her - their": -0.05547364181186237, "her": 0.27189197322194414, "their": 0.3273656150338065}, "comment": {"her - their": 0.03031039126704521, "her": 0.3535188597538935, "their": 0.3232084684868483}, "commentary": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "commenting": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "commitments": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "common": {"her - their": -0.09551252405497629, "her": 0.222311322237236, "their": 0.3178238462922123}, "commonly": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "communicated": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "communities": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "community": {"her - their": -0.043445664164252995, "her": 0.26290581367043764, "their": 0.30635147783469063}, "company": {"her - their": -0.03486019798153861, "her": 0.28427650941860133, "their": 0.31913670740013994}, "comparable": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "comparing": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "compassionate": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "competent": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "complaint": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "complete": {"her - their": -0.09515121079478306, "her": 0.22602253400998873, "their": 0.3211737448047718}, "completely": {"her - their": 0.012923975423329181, "her": 0.3161065487838031, "their": 0.30318257336047394}, "complex": {"her - their": -0.062068349420091845, "her": 0.23907353070854512, "their": 0.30114188012863696}, "compulsion": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "conceived": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "concern": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "concerned": {"her - their": 0.042105374808758256, "her": 0.3361080679323615, "their": 0.2940026931236032}, "concerning": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "concluded": {"her - their": -0.06069052209422798, "her": 0.2567378962045359, "their": 0.3174284182987639}, "conclusion": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "conclusions": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "conditions": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "conference": {"her - their": -0.04255942861749967, "her": 0.2752644176747126, "their": 0.3178238462922123}, "confidence": {"her - their": 0.013212987615604133, "her": 0.3249901159470678, "their": 0.31177712833146365}, "congregation": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "consolation": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "conspiracy": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "constantly": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "construction": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "contact": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "continue": {"her - their": -0.008400433519891726, "her": 0.3161065487838031, "their": 0.32450698230369485}, "continued": {"her - their": -0.04230172879983951, "her": 0.2788720160049323, "their": 0.3211737448047718}, "continues": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "contouring": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "controlled": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "convention": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "conversation": {"her - their": -0.008400433519891726, "her": 0.3161065487838031, "their": 0.32450698230369485}, "convey": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "conveyed": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "convicted": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "cookies": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "copping": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "cops": {"her - their": 0.0878802760400138, "her": 0.3511701894137732, "their": 0.2632899133737594}, "copy": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "cordial": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "corner": {"her - their": 0.03653365282500179, "her": 0.2567378962045359, "their": 0.22020424337953412}, "corporate": {"her - their": -0.01021596251020529, "her": 0.2567378962045359, "their": 0.2669538587147412}, "correctly": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "cosby": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "cost": {"her - their": -0.021833735866353787, "her": 0.3119537944453996, "their": 0.3337875303117534}, "costlier": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "costs": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "could": {"her - their": -0.055654797713870885, "her": 0.2989246984927741, "their": 0.354579496206645}, "couldn": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "council": {"her - their": -0.062068349420091845, "her": 0.23907353070854512, "their": 0.30114188012863696}, "councils": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "counselling": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "counter": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "country": {"her - their": -0.06851261200660486, "her": 0.2506240953935351, "their": 0.31913670740013994}, "county": {"her - their": -0.01053455138196363, "her": 0.25011970593654625, "their": 0.2606542573185099}, "couple": {"her - their": -0.04202499315086494, "her": 0.2827531755606578, "their": 0.32477816871152276}, "course": {"her - their": -0.021833735866353787, "her": 0.3119537944453996, "their": 0.3337875303117534}, "court": {"her - their": -0.04422453159891693, "her": 0.18129783547422867, "their": 0.2255223670731456}, "covered": {"her - their": 0.012450776032353617, "her": 0.30226018758299183, "their": 0.2898094115506382}, "covers": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "crack": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "crackerjack": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "cracking": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "create": {"her - their": -0.10637660545099528, "her": 0.23907353070854512, "their": 0.3454501361595404}, "created": {"her - their": -0.06069052209422798, "her": 0.2567378962045359, "their": 0.3174284182987639}, "creativity": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "credit": {"her - their": 0.012450776032353617, "her": 0.30226018758299183, "their": 0.2898094115506382}, "crew": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "cried": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "crime": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "crisis": {"her - their": -0.09433755625736154, "her": 0.23434513846283153, "their": 0.32868269472019307}, "cross": {"her - their": -0.010037307292482145, "her": 0.2827531755606578, "their": 0.29279048285313997}, "crowd": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "crucial": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "crying": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "ct2011": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "cultural": {"her - their": -0.06308439949609601, "her": 0.22602253400998873, "their": 0.28910693350608474}, "cultured": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "cup": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "customer": {"her - their": 0.08840654262173347, "her": 0.3161065487838031, "their": 0.22770000616206965}, "cut": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "cynthia": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "d": {"her - their": -0.05387527348107496, "her": 0.2887751588395152, "their": 0.34265043232059017}, "dad": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "daily": {"her - their": -0.06009066421959486, "her": 0.2644163180841, "their": 0.32450698230369485}, "dance": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "dancers": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "dangerous": {"her - their": 0.08815391570189934, "her": 0.3361080679323615, "their": 0.24795415223046213}, "dark": {"her - their": -0.06120709591070589, "her": 0.25011970593654625, "their": 0.31132680184725214}, "dates": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "daughter": {"her - their": 0.06919198933289938, "her": 0.3442531737794843, "their": 0.2750611844465849}, "daughters": {"her - their": -0.01021596251020529, "her": 0.2567378962045359, "their": 0.2669538587147412}, "david": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "day": {"her - their": -0.10750324776981995, "her": 0.22050800102914775, "their": 0.3280112487989677}, "days": {"her - their": -0.04430600660804879, "her": 0.2936828275983154, "their": 0.33798883420636416}, "deacon": {"her - their": 0.03636749681599927, "her": 0.25011970593654625, "their": 0.213752209120547}, "deacons": {"her - their": 0.03558147744107004, "her": 0.222311322237236, "their": 0.18672984479616594}, "dear": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "death": {"her - their": 0.04160593026448195, "her": 0.30226018758299183, "their": 0.2606542573185099}, "december": {"her - their": 0.04149937631860462, "her": 0.29660849574915243, "their": 0.2551091194305478}, "decent": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "decide": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "decided": {"her - their": 0.002855549452649153, "her": 0.3402141195591699, "their": 0.33735857010652076}, "decimated": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "decision": {"her - their": -0.08053682691763675, "her": 0.22602253400998873, "their": 0.3065593609276255}, "declaration": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "declare": {"her - their": -0.010818358043195392, "her": 0.24429076138735242, "their": 0.2551091194305478}, "decline": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "declined": {"her - their": 0.08815391570189934, "her": 0.3361080679323615, "their": 0.24795415223046213}, "dedicated": {"her - their": -0.06069052209422798, "her": 0.2567378962045359, "their": 0.3174284182987639}, "defeat": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "defence": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "defend": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "defense": {"her - their": 0.03671631192203034, "her": 0.2644163180841, "their": 0.22770000616206965}, "definitely": {"her - their": -0.06069052209422798, "her": 0.2567378962045359, "their": 0.3174284182987639}, "delicate": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "demanding": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "denial": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "denied": {"her - their": 0.03607223567217416, "her": 0.23907353070854512, "their": 0.20300129503637096}, "denominator": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "dense": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "department": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "depend": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "depth": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "derogatory": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "describe": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "description": {"her - their": -0.05937240758462853, "her": 0.27360073721697403, "their": 0.33297314480160256}, "deserved": {"her - their": 0.013212987615604133, "her": 0.3249901159470678, "their": 0.31177712833146365}, "design": {"her - their": -0.04386309853580811, "her": 0.18670181261724306, "their": 0.23056491115305117}, "desperately": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "destination": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "destroy": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "destroying": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "detective": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "deteriorate": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "determination": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "determine": {"her - their": -0.01021596251020529, "her": 0.2567378962045359, "their": 0.2669538587147412}, "devastating": {"her - their": 0.042105374808758256, "her": 0.3361080679323615, "their": 0.2940026931236032}, "developed": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "developer": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "developing": {"her - their": -0.008400433519891726, "her": 0.3161065487838031, "their": 0.32450698230369485}, "development": {"her - their": -0.09893190329695317, "her": 0.18670181261724306, "their": 0.28563371591419623}, "devote": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "diaspora": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "did": {"her - their": -0.0026309936302190695, "her": 0.30975258311244275, "their": 0.3123835767426618}, "didn": {"her - their": 0.0268422441440207, "her": 0.3385151872366886, "their": 0.3116729430926679}, "different": {"her - their": 0.0018989560368598557, "her": 0.31852511858386845, "their": 0.3166261625470086}, "difficult": {"her - their": -0.05937240758462853, "her": 0.27360073721697403, "their": 0.33297314480160256}, "difficulty": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "digital": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "dinner": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "diplomat": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "directing": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "director": {"her - their": 0.041302165014867415, "her": 0.28695684166104674, "their": 0.24565467664617932}, "dirt": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "disagrees": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "disappoint": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "disciple": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "discovered": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "discuss": {"her - their": -0.06009066421959486, "her": 0.2644163180841, "their": 0.32450698230369485}, "discussion": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "disliked": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "dismissed": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "disobedience": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "display": {"her - their": 0.0362144829538619, "her": 0.24429076138735242, "their": 0.20807627843349052}, "disrepair": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "disrespected": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "distant": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "ditched": {"her - their": 0.042250755269956586, "her": 0.3511701894137732, "their": 0.3089194341438166}, "division": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "divorce": {"her - their": -0.04006804692860552, "her": 0.24429076138735242, "their": 0.28435880831595794}, "divorced": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "divulge": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "do": {"her - their": -0.11488540285933027, "her": 0.24677271395998032, "their": 0.3616581168193106}, "doctors": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "does": {"her - their": -0.04630152043209712, "her": 0.2676077277691335, "their": 0.3139092482012306}, "doesn": {"her - their": -0.05547364181186237, "her": 0.27189197322194414, "their": 0.3273656150338065}, "doing": {"her - their": -0.017761919652584723, "her": 0.32728798241526363, "their": 0.34504990206784836}, "dollars": {"her - their": 0.07399742579907637, "her": 0.35701992248392733, "their": 0.28302249668485097}, "dominica": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "don": {"her - their": -0.04849441946439825, "her": 0.2981674818370932, "their": 0.34666190130149144}, "done": {"her - their": -0.04449699297578419, "her": 0.2911728790777871, "their": 0.3356698720535713}, "door": {"her - their": 0.03671631192203034, "her": 0.2644163180841, "their": 0.22770000616206965}, "double": {"her - their": -0.06009066421959486, "her": 0.2644163180841, "their": 0.32450698230369485}, "doubt": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "down": {"her - their": -0.0552755739836987, "her": 0.2801572406824972, "their": 0.3354328146661959}, "downtown": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "dozens": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "drama": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "dreams": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "dressed": {"her - their": 0.04516799889135975, "her": 0.3483505722518337, "their": 0.30318257336047394}, "drew": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "drink": {"her - their": -0.039689705614091964, "her": 0.25011970593654625, "their": 0.2898094115506382}, "drinks": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "driver": {"her - their": 0.041839032328592984, "her": 0.3161065487838031, "their": 0.27426751645521014}, "drivers": {"her - their": -0.01021596251020529, "her": 0.2567378962045359, "their": 0.2669538587147412}, "driving": {"her - their": 0.012450776032353617, "her": 0.30226018758299183, "their": 0.2898094115506382}, "drop": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "dropped": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "drops": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "drove": {"her - their": 0.0878802760400138, "her": 0.3511701894137732, "their": 0.2632899133737594}, "drug": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "drugs": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "drunk": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "due": {"her - their": -0.1594057805925544, "her": 0.18484458443714608, "their": 0.34425036502970047}, "during": {"her - their": -0.12856217986871324, "her": 0.2192119672377659, "their": 0.34777414710647914}, "e": {"her - their": -0.10637660545099528, "her": 0.23907353070854512, "their": 0.3454501361595404}, "each": {"her - their": -0.011597044599793604, "her": 0.2528702522319531, "their": 0.2644672968317467}, "ear": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "earlier": {"her - their": 0.012065690160510845, "her": 0.2915468062966027, "their": 0.27948111613609183}, "early": {"her - their": -0.059586421450848526, "her": 0.3092729950254046, "their": 0.36885941647625314}, "easier": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "east": {"her - their": -0.10815701163115576, "her": 0.222311322237236, "their": 0.33046833386839175}, "easy": {"her - their": -0.040407585427546716, "her": 0.23907353070854512, "their": 0.27948111613609183}, "eat": {"her - their": -0.01021596251020529, "her": 0.2567378962045359, "their": 0.2669538587147412}, "ecclesial": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "eclectic": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "ecstatic": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "ect": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "educate": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "effective": {"her - their": -0.01021596251020529, "her": 0.2567378962045359, "their": 0.2669538587147412}, "effects": {"her - their": -0.04071604598375336, "her": 0.23434513846283153, "their": 0.2750611844465849}, "effort": {"her - their": 0.013558590222247813, "her": 0.3361080679323615, "their": 0.32254947771011366}, "efforts": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "eggshells": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "eight": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "either": {"her - their": -0.09515121079478306, "her": 0.22602253400998873, "their": 0.3211737448047718}, "elder": {"her - their": 0.03653365282500179, "her": 0.2567378962045359, "their": 0.22020424337953412}, "elders": {"her - their": 0.03569456082032518, "her": 0.22602253400998873, "their": 0.19032797318966355}, "elegant": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "ellen": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "else": {"her - their": -0.008400433519891726, "her": 0.3161065487838031, "their": 0.32450698230369485}, "eludes": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "elusively": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "elyton": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "email": {"her - their": -0.04006804692860552, "her": 0.24429076138735242, "their": 0.28435880831595794}, "emailing": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "emergency": {"her - their": 0.011895657214461841, "her": 0.28695684166104674, "their": 0.2750611844465849}, "emotional": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "emotionally": {"her - their": 0.042105374808758256, "her": 0.3361080679323615, "their": 0.2940026931236032}, "empathise": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "emphasis": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "emphasize": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "employed": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "encourage": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "end": {"her - their": -0.14997525904545633, "her": 0.19700427445609042, "their": 0.34697953350154676}, "ended": {"her - their": 0.012923975423329181, "her": 0.3161065487838031, "their": 0.30318257336047394}, "endgamepodcast": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "ending": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "energy": {"her - their": -0.08327281437628792, "her": 0.19479030774674516, "their": 0.2780631221230331}, "engage": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "engagement": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "engaging": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "england": {"her - their": -0.06069052209422798, "her": 0.2567378962045359, "their": 0.3174284182987639}, "ensure": {"her - their": -0.039689705614091964, "her": 0.25011970593654625, "their": 0.2898094115506382}, "ensuring": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "entered": {"her - their": -0.010818358043195392, "her": 0.24429076138735242, "their": 0.2551091194305478}, "entertain": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "entertainment": {"her - their": 0.041967619262216815, "her": 0.3249901159470678, "their": 0.28302249668485097}, "enthusiasts": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "entire": {"her - their": -0.04202499315086494, "her": 0.2827531755606578, "their": 0.32477816871152276}, "epidemic": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "episode": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "equipping": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "ers": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "escape": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "escort": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "especially": {"her - their": -0.009734546052829307, "her": 0.30201720525817144, "their": 0.31175175131100075}, "essential": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "established": {"her - their": 0.041967619262216815, "her": 0.3249901159470678, "their": 0.28302249668485097}, "estranged": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "estrangement": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "estrangements": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "et": {"her - their": -0.062436655372656386, "her": 0.23434513846283153, "their": 0.2967817938354879}, "europe": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "evaluate": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "even": {"her - their": -0.09486564006643713, "her": 0.24859074744417484, "their": 0.34345638751061197}, "evening": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "event": {"her - their": 0.01224968743319449, "her": 0.29660849574915243, "their": 0.28435880831595794}, "events": {"her - their": -0.06120709591070589, "her": 0.25011970593654625, "their": 0.31132680184725214}, "eventually": {"her - their": -0.06069052209422798, "her": 0.2567378962045359, "their": 0.3174284182987639}, "ever": {"her - their": -0.03300907158271449, "her": 0.3253094432370409, "their": 0.3583185148197554}, "every": {"her - their": -0.10464191701009887, "her": 0.24638640755975252, "their": 0.3510283245698514}, "everybody": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "everything": {"her - their": -0.07801257767503955, "her": 0.25765729437853174, "their": 0.3356698720535713}, "evidence": {"her - their": 0.07417283444776573, "her": 0.3348270917662756, "their": 0.2606542573185099}, "ex": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "exactly": {"her - their": -0.039689705614091964, "her": 0.25011970593654625, "their": 0.2898094115506382}, "examination": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "examines": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "examining": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "example": {"her - their": -0.054269682306088696, "her": 0.28695684166104674, "their": 0.34122652396713543}, "exceedingly": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "excellent": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "excerpts": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "excited": {"her - their": 0.04171882532361404, "her": 0.30867268403835524, "their": 0.2669538587147412}, "exclusively": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "exercise": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "exerts": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "exit": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "exiting": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "expect": {"her - their": 0.012450776032353617, "her": 0.30226018758299183, "their": 0.2898094115506382}, "expectations": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "expected": {"her - their": -0.06364261079509281, "her": 0.2188434053359129, "their": 0.2824860161310057}, "expense": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "expensive": {"her - their": -0.04006804692860552, "her": 0.24429076138735242, "their": 0.28435880831595794}, "experience": {"her - their": -0.0798009104116447, "her": 0.23434513846283153, "their": 0.3141460488744762}, "experiences": {"her - their": -0.07780657696991333, "her": 0.2567378962045359, "their": 0.33454447317444924}, "experiencetheride": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "expert": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "expertise": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "experts": {"her - their": -0.06069052209422798, "her": 0.2567378962045359, "their": 0.3174284182987639}, "explain": {"her - their": -0.039689705614091964, "her": 0.25011970593654625, "their": 0.2898094115506382}, "explained": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "explains": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "explanation": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "exploring": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "explosion": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "expressed": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "extensive": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "extremely": {"her - their": 0.012450776032353617, "her": 0.30226018758299183, "their": 0.2898094115506382}, "facebook": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "faced": {"her - their": -0.008400433519891726, "her": 0.3161065487838031, "their": 0.32450698230369485}, "faces": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "facet": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "facing": {"her - their": 0.023500289919023476, "her": 0.3348270917662756, "their": 0.31132680184725214}, "fact": {"her - their": -0.06692822928751041, "her": 0.2687239682752019, "their": 0.3356521975627123}, "facts": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "factual": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "failed": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "fairfield": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "fairly": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "faith": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "faithful": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "fake": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "fall": {"her - their": -0.040407585427546716, "her": 0.23907353070854512, "their": 0.27948111613609183}, "fallen": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "fallibility": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "falling": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "fame": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "familial": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "family": {"her - their": 0.03423504794512516, "her": 0.3234007174690383, "their": 0.28916566952391315}, "famous": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "fantastic": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "far": {"her - their": -0.043445664164252995, "her": 0.26290581367043764, "their": 0.30635147783469063}, "fare": {"her - their": 0.08815391570189934, "her": 0.3361080679323615, "their": 0.24795415223046213}, "fascinate": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "fascinated": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "fascinating": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "fast": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "father": {"her - their": 0.012450776032353617, "her": 0.30226018758299183, "their": 0.2898094115506382}, "fathers": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "fatigued": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "fault": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "favorite": {"her - their": -0.0793815261430911, "her": 0.23907353070854512, "their": 0.3184550568516362}, "favorites": {"her - their": 0.041967619262216815, "her": 0.3249901159470678, "their": 0.28302249668485097}, "favourite": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "fda": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "fear": {"her - their": -0.01053455138196363, "her": 0.25011970593654625, "their": 0.2606542573185099}, "feature": {"her - their": -0.04099901678854223, "her": 0.23001687775679958, "their": 0.2710158945453418}, "featured": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "features": {"her - their": -0.01053455138196363, "her": 0.25011970593654625, "their": 0.2606542573185099}, "february": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "feel": {"her - their": 0.005899262820772244, "her": 0.32435431967240846, "their": 0.3184550568516362}, "feeling": {"her - their": 0.0450176802156374, "her": 0.3348270917662756, "their": 0.2898094115506382}, "feelings": {"her - their": 0.04171882532361404, "her": 0.30867268403835524, "their": 0.2669538587147412}, "feigned": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "fell": {"her - their": -0.06009066421959486, "her": 0.2644163180841, "their": 0.32450698230369485}, "felt": {"her - their": -0.040407585427546716, "her": 0.23907353070854512, "their": 0.27948111613609183}, "festival": {"her - their": 0.03653365282500179, "her": 0.2567378962045359, "their": 0.22020424337953412}, "few": {"her - their": -0.019463715622495714, "her": 0.31852511858386845, "their": 0.33798883420636416}, "fiercely": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "fifty": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "fight": {"her - their": -0.02690825055503354, "her": 0.2915468062966027, "their": 0.3184550568516362}, "figure": {"her - their": -0.08172499541660169, "her": 0.21251603764319157, "their": 0.29424103305979327}, "figured": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "filed": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "film": {"her - their": -0.06515904446536605, "her": 0.19930825236638064, "their": 0.2644672968317467}, "filmmakers": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "filmmaking": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "finally": {"her - their": 0.012923975423329181, "her": 0.3161065487838031, "their": 0.30318257336047394}, "finding": {"her - their": 0.08840654262173347, "her": 0.3161065487838031, "their": 0.22770000616206965}, "finds": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "fine": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "finest": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "fire": {"her - their": 0.04051855409776242, "her": 0.25521159870306387, "their": 0.21469304460530145}, "fires": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "first": {"her - their": -0.08583979962351124, "her": 0.279005057828788, "their": 0.3648448574522992}, "flames": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "flash": {"her - their": 0.042250755269956586, "her": 0.3511701894137732, "their": 0.3089194341438166}, "flashmob": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "flat": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "flesh": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "flight": {"her - their": 0.012673361801763872, "her": 0.30867268403835524, "their": 0.29599932223659137}, "flits": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "flock": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "flower": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "fo": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "focus": {"her - their": -0.07839816952457973, "her": 0.25011970593654625, "their": 0.328517875461126}, "focused": {"her - their": -0.05937240758462853, "her": 0.27360073721697403, "their": 0.33297314480160256}, "followed": {"her - their": 0.005394433517774133, "her": 0.3119537944453996, "their": 0.3065593609276255}, "food": {"her - their": -0.0359130536689789, "her": 0.26923496643284084, "their": 0.30514802010181974}, "for": {"her - their": -0.08804913823821159, "her": 0.27550069404902006, "their": 0.36354983228723164}, "force": {"her - their": -0.06009066421959486, "her": 0.2644163180841, "their": 0.32450698230369485}, "forces": {"her - their": -0.06120709591070589, "her": 0.25011970593654625, "their": 0.31132680184725214}, "foreign": {"her - their": 0.011190390019892194, "her": 0.2687239682752019, "their": 0.2575335782553097}, "forgiveness": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "forgotten": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "form": {"her - their": -0.062436655372656386, "her": 0.23434513846283153, "their": 0.2967817938354879}, "former": {"her - their": -0.009026000058891481, "her": 0.3157521686526313, "their": 0.32477816871152276}, "forum": {"her - their": -0.039689705614091964, "her": 0.25011970593654625, "their": 0.2898094115506382}, "forward": {"her - their": 0.023663306436162823, "her": 0.3410917247349267, "their": 0.3174284182987639}, "found": {"her - their": -0.03470708957291585, "her": 0.28647934632964517, "their": 0.321186435902561}, "four": {"her - their": -0.1346800009093261, "her": 0.17634710446816496, "their": 0.31102710537749106}, "fourth": {"her - their": -0.08172499541660169, "her": 0.21251603764319157, "their": 0.29424103305979327}, "foyer": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "fracturing": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "frank": {"her - their": -0.008400433519891726, "her": 0.3161065487838031, "their": 0.32450698230369485}, "frantic": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "frantically": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "free": {"her - their": -0.07756401072609054, "her": 0.28647934632964517, "their": 0.3640433570557357}, "freeing": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "frequent": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "fresh": {"her - their": 0.03671631192203034, "her": 0.2644163180841, "their": 0.22770000616206965}, "friend": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "friends": {"her - their": -0.008817717173354056, "her": 0.319864977546839, "their": 0.32868269472019307}, "from": {"her - their": -0.08182036541981214, "her": 0.3050889967676053, "their": 0.38690936218741745}, "front": {"her - their": -0.07891770709949589, "her": 0.24429076138735242, "their": 0.3232084684868483}, "full": {"her - their": -0.06743790659468057, "her": 0.26290581367043764, "their": 0.3303437202651182}, "function": {"her - their": -0.06120709591070589, "her": 0.25011970593654625, "their": 0.31132680184725214}, "future": {"her - their": -0.0476815251276998, "her": 0.24976543548235036, "their": 0.29744696061005016}, "g": {"her - their": -0.07891770709949589, "her": 0.24429076138735242, "their": 0.3232084684868483}, "gala": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "game": {"her - their": -0.09944329094868948, "her": 0.18129783547422867, "their": 0.28074112642291815}, "games": {"her - their": -0.06277360509634039, "her": 0.23001687775679958, "their": 0.29279048285313997}, "gathered": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "gave": {"her - their": 0.03490987780053212, "her": 0.3527337240927444, "their": 0.3178238462922123}, "geez": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "generally": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "generations": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "genie": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "geographically": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "gershshwin": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "get": {"her - their": -0.03269744411193515, "her": 0.3223250260755808, "their": 0.3550224701875159}, "gets": {"her - their": -0.01021596251020529, "her": 0.2567378962045359, "their": 0.2669538587147412}, "getting": {"her - their": -0.07724952415208047, "her": 0.26573543986837206, "their": 0.34298496402045253}, "gilead": {"her - their": 0.03671631192203034, "her": 0.2644163180841, "their": 0.22770000616206965}, "girl": {"her - their": 0.06919779905829043, "her": 0.3330133579647703, "their": 0.26381555890647984}, "girls": {"her - their": -0.010818358043195392, "her": 0.24429076138735242, "their": 0.2551091194305478}, "give": {"her - their": -0.008605905958254612, "her": 0.3330133579647703, "their": 0.3416192639230249}, "given": {"her - their": -0.04534084309220476, "her": 0.28011958292151135, "their": 0.3254604260137161}, "glad": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "glory": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "go": {"her - their": -0.05457657148596179, "her": 0.2883123948490541, "their": 0.34288896633501587}, "goal": {"her - their": -0.02690825055503354, "her": 0.2915468062966027, "their": 0.3184550568516362}, "goals": {"her - their": -0.040407585427546716, "her": 0.23907353070854512, "their": 0.27948111613609183}, "god": {"her - their": -0.04173221872981636, "her": 0.2188434053359129, "their": 0.26057562406572926}, "godliness": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "going": {"her - their": -0.06561224711148311, "her": 0.30318084337532997, "their": 0.3687930904868131}, "gold": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "gone": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "good": {"her - their": -0.05488063466510973, "her": 0.29581256942145384, "their": 0.35069320408656357}, "google": {"her - their": -0.04252361957627601, "her": 0.2068492087972008, "their": 0.24937282837347682}, "googled": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "gospel": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "got": {"her - their": -0.04630152043209712, "her": 0.2676077277691335, "their": 0.3139092482012306}, "government": {"her - their": -0.1710134477208893, "her": 0.1529523417381952, "their": 0.3239657894590845}, "grace": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "graduated": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "grand": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "grandfather": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "grann": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "granted": {"her - their": -0.06069052209422798, "her": 0.2567378962045359, "their": 0.3174284182987639}, "gray": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "great": {"her - their": -0.07962003149994404, "her": 0.24057311868753997, "their": 0.320193150187484}, "greensprings": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "greet": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "grip": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "grips": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "ground": {"her - their": -0.08267009624917568, "her": 0.20171050081389233, "their": 0.284380597063068}, "group": {"her - their": -0.0552755739836987, "her": 0.2801572406824972, "their": 0.3354328146661959}, "groupon": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "grow": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "growing": {"her - their": -0.04104135109408086, "her": 0.29660849574915243, "their": 0.3376498468432333}, "grown": {"her - their": 0.023663306436162823, "her": 0.3410917247349267, "their": 0.3174284182987639}, "gru": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "guess": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "guilt": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "guilty": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "guy": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "had": {"her - their": -0.04142720358082019, "her": 0.3169575105887224, "their": 0.3583847141695426}, "hadn": {"her - their": -0.00798302885453478, "her": 0.3249901159470678, "their": 0.33297314480160256}, "hails": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "hair": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "haired": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "half": {"her - their": -0.06364261079509281, "her": 0.2188434053359129, "their": 0.2824860161310057}, "halftime": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "hall": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "hand": {"her - their": -0.04302778303579885, "her": 0.2687239682752019, "their": 0.31175175131100075}, "handful": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "handle": {"her - their": 0.042105374808758256, "her": 0.3361080679323615, "their": 0.2940026931236032}, "happen": {"her - their": -0.009343982116351124, "her": 0.29660849574915243, "their": 0.30595247786550356}, "happened": {"her - their": 0.023500289919023476, "her": 0.3348270917662756, "their": 0.31132680184725214}, "happening": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "happenings": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "happens": {"her - their": 0.03653365282500179, "her": 0.2567378962045359, "their": 0.22020424337953412}, "happy": {"her - their": -0.00798302885453478, "her": 0.3249901159470678, "their": 0.33297314480160256}, "hard": {"her - their": -0.10886415687285567, "her": 0.21558693583354605, "their": 0.3244510927064017}, "harewood": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "harping": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "harry": {"her - their": 0.03653365282500179, "her": 0.2567378962045359, "their": 0.22020424337953412}, "harvoni": {"her - their": 0.03558147744107004, "her": 0.222311322237236, "their": 0.18672984479616594}, "has": {"her - their": -0.09003359694550417, "her": 0.2860751847389937, "their": 0.37610878168449785}, "hats": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "have": {"her - their": -0.10109052975113136, "her": 0.28411963693815884, "their": 0.3852101666892902}, "having": {"her - their": -0.03770653847614214, "her": 0.3092729950254046, "their": 0.34697953350154676}, "he": {"her - their": -0.0759942379288985, "her": 0.24148755833948252, "their": 0.317481796268381}, "head": {"her - their": -0.11055920339602207, "her": 0.19930825236638064, "their": 0.3098674557624027}, "headed": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "heading": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "healing": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "health": {"her - their": -0.0961648154774547, "her": 0.21558693583354605, "their": 0.31175175131100075}, "healthy": {"her - their": -0.09278251597593362, "her": 0.25011970593654625, "their": 0.3429022219124799}, "heard": {"her - their": -0.06308439949609601, "her": 0.22602253400998873, "their": 0.28910693350608474}, "hearing": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "heart": {"her - their": -0.04019031020269309, "her": 0.30867268403835524, "their": 0.34886299424104833}, "heartening": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "height": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "held": {"her - their": -0.008945950507838307, "her": 0.33370448181275186, "their": 0.34265043232059017}, "help": {"her - their": -0.07799545181073353, "her": 0.28215886385728806, "their": 0.3601543156680216}, "hep": {"her - their": 0.03671631192203034, "her": 0.2644163180841, "their": 0.22770000616206965}, "hepatitis": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "her": {"her - their": 0.11845896345915458, "her": 0.37349376827070035, "their": 0.2550348048115458}, "here": {"her - their": -0.06085240477121928, "her": 0.2946692897526608, "their": 0.3555216945238801}, "heroes": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "herself": {"her - their": 0.042105374808758256, "her": 0.3361080679323615, "their": 0.2940026931236032}, "hide": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "hiding": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "high": {"her - their": -0.06905823116367246, "her": 0.2443817053011734, "their": 0.31343993646484586}, "higher": {"her - their": -0.08086405848933381, "her": 0.222311322237236, "their": 0.3031753807265698}, "highlight": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "highly": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "highway": {"her - their": -0.01021596251020529, "her": 0.2567378962045359, "their": 0.2669538587147412}, "hilarious": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "him": {"her - their": -0.0484334616183979, "her": 0.2729930637597699, "their": 0.3214265253781678}, "his": {"her - their": -0.06444823549342521, "her": 0.28203247687922806, "their": 0.34648071237265327}, "historical": {"her - their": -0.06009066421959486, "her": 0.2644163180841, "their": 0.32450698230369485}, "history": {"her - their": -0.13370553772591526, "her": 0.18484458443714608, "their": 0.31855012216306133}, "hit": {"her - their": 0.04480379310025412, "her": 0.319864977546839, "their": 0.2750611844465849}, "hits": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "hive": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "hold": {"her - their": -0.021095816487131935, "her": 0.32435431967240846, "their": 0.3454501361595404}, "holds": {"her - their": 0.012923975423329181, "her": 0.3161065487838031, "their": 0.30318257336047394}, "hollywood": {"her - their": 0.042105374808758256, "her": 0.3361080679323615, "their": 0.2940026931236032}, "holy": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "homage": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "home": {"her - their": -0.030261518276937516, "her": 0.294468182723662, "their": 0.3247297010005995}, "homemade": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "honest": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "honor": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "honourable": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "honoured": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "host": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "hosts": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "hot": {"her - their": -0.027447693132804818, "her": 0.2827531755606578, "their": 0.31020086869346264}, "hotel": {"her - their": 0.03636749681599927, "her": 0.25011970593654625, "their": 0.213752209120547}, "hours": {"her - their": -0.009026000058891481, "her": 0.3157521686526313, "their": 0.32477816871152276}, "house": {"her - their": -0.022046136051815823, "her": 0.3084221978165759, "their": 0.33046833386839175}, "houses": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "how": {"her - their": -0.07322353100252843, "her": 0.3080851355994888, "their": 0.38130866660201723}, "howard": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "however": {"her - their": -0.07161503892468252, "her": 0.27263532610501795, "their": 0.34425036502970047}, "https": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "hug": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "huge": {"her - their": -0.10637660545099528, "her": 0.23907353070854512, "their": 0.3454501361595404}, "hugely": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "human": {"her - their": -0.09476129095472319, "her": 0.23001687775679958, "their": 0.32477816871152276}, "humans": {"her - their": -0.062068349420091845, "her": 0.23907353070854512, "their": 0.30114188012863696}, "humbly": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "hundred": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "hunger": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "hurt": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "husband": {"her - their": 0.041967619262216815, "her": 0.3249901159470678, "their": 0.28302249668485097}, "hustling": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "hypocrisy": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "i": {"her - their": -0.05471610700095747, "her": 0.23407129449741326, "their": 0.28878740149837073}, "ice": {"her - their": 0.0878802760400138, "her": 0.3511701894137732, "their": 0.2632899133737594}, "idea": {"her - their": -0.04563712617730409, "her": 0.2762527113019312, "their": 0.3218898374792353}, "identical": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "identify": {"her - their": -0.01021596251020529, "her": 0.2567378962045359, "their": 0.2669538587147412}, "if": {"her - their": -0.11399459800400974, "her": 0.26699536512841554, "their": 0.3809899631324253}, "ignore": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "ill": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "illness": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "illusion": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "illustrates": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "immediately": {"her - their": 0.022265390224352644, "her": 0.3527337240927444, "their": 0.33046833386839175}, "immensely": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "immersive": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "impacts": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "imparted": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "impatience": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "impeccably": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "importance": {"her - their": -0.009066614264260309, "her": 0.30226018758299183, "their": 0.31132680184725214}, "important": {"her - their": -0.053909141499143165, "her": 0.29611724737956946, "their": 0.3500263888787126}, "in": {"her - their": -0.10573698762465755, "her": 0.21212982932955465, "their": 0.3178668169542122}, "inc": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "incident": {"her - their": -0.01130953818334779, "her": 0.23434513846283153, "their": 0.24565467664617932}, "incidents": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "include": {"her - their": -0.11888786454095124, "her": 0.22602253400998873, "their": 0.34491039855093997}, "included": {"her - their": -0.0793815261430911, "her": 0.23907353070854512, "their": 0.3184550568516362}, "including": {"her - their": -0.09748244248853866, "her": 0.28011958292151135, "their": 0.37760202541005}, "incompatible": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "increase": {"her - their": -0.062068349420091845, "her": 0.23907353070854512, "their": 0.30114188012863696}, "increased": {"her - their": 0.03636749681599927, "her": 0.25011970593654625, "their": 0.213752209120547}, "increasingly": {"her - their": -0.07711793515466159, "her": 0.2644163180841, "their": 0.3415342532387616}, "incredibly": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "incubators": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "indeed": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "industry": {"her - their": -0.062436655372656386, "her": 0.23434513846283153, "their": 0.2967817938354879}, "inescapable": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "inextricably": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "information": {"her - their": -0.04255942861749967, "her": 0.2752644176747126, "their": 0.3178238462922123}, "informed": {"her - their": 0.013558590222247813, "her": 0.3361080679323615, "their": 0.32254947771011366}, "informs": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "inn": {"her - their": -0.01021596251020529, "her": 0.2567378962045359, "their": 0.2669538587147412}, "instead": {"her - their": -0.04389539370652612, "her": 0.2990895703139264, "their": 0.34298496402045253}, "instincts": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "insurance": {"her - their": 0.03671631192203034, "her": 0.2644163180841, "their": 0.22770000616206965}, "insurers": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "intelligence": {"her - their": -0.009595073832034284, "her": 0.2915468062966027, "their": 0.30114188012863696}, "intensify": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "intensity": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "interactive": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "interest": {"her - their": -0.026599972737695876, "her": 0.29660849574915243, "their": 0.3232084684868483}, "interested": {"her - their": 0.013558590222247813, "her": 0.3361080679323615, "their": 0.32254947771011366}, "international": {"her - their": -0.05460539454586294, "her": 0.2827531755606578, "their": 0.33735857010652076}, "interview": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "into": {"her - their": -0.06502229336122095, "her": 0.30648536677829524, "their": 0.3715076601395162}, "investigates": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "investigation": {"her - their": -0.008755734260408654, "her": 0.30867268403835524, "their": 0.3174284182987639}, "investigations": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "investigators": {"her - their": 0.042250755269956586, "her": 0.3511701894137732, "their": 0.3089194341438166}, "involved": {"her - their": 0.011114460169719509, "her": 0.3527337240927444, "their": 0.3416192639230249}, "involvement": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "ireland": {"her - their": 0.12065056608976404, "her": 0.3483505722518337, "their": 0.22770000616206965}, "irish": {"her - their": 0.08815391570189934, "her": 0.3361080679323615, "their": 0.24795415223046213}, "is": {"her - their": -0.08077454104380011, "her": 0.25287681440402754, "their": 0.33365135544782765}, "isabelle": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "isay": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "islamic": {"her - their": -0.061661716478151135, "her": 0.24429076138735242, "their": 0.30595247786550356}, "island": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "isn": {"her - their": 0.002695529066192859, "her": 0.33648305937794626, "their": 0.3337875303117534}, "issue": {"her - their": -0.01264718110156618, "her": 0.23363924947889228, "their": 0.24628643058045846}, "it": {"her - their": -0.12514900971199755, "her": 0.23653079171068803, "their": 0.3616798014226856}, "item": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "items": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "its": {"her - their": -0.0921654154873355, "her": 0.2428739154614952, "their": 0.3350393309488307}, "itself": {"her - their": -0.10776499630176467, "her": 0.22602253400998873, "their": 0.3337875303117534}, "jane": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "jealous": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "jerusalem": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "jesus": {"her - their": 0.03671631192203034, "her": 0.2644163180841, "their": 0.22770000616206965}, "job": {"her - their": -0.05547364181186237, "her": 0.27189197322194414, "their": 0.3273656150338065}, "john": {"her - their": -0.06277360509634039, "her": 0.23001687775679958, "their": 0.29279048285313997}, "join": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "joke": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "jokes": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "joshua": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "journalism": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "joyfully": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "judy": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "july": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "jumped": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "june": {"her - their": -0.0412606768200211, "her": 0.22602253400998873, "their": 0.26728321083000983}, "just": {"her - their": -0.03202669526012719, "her": 0.3365221099712823, "their": 0.3685488052314095}, "justice": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "justify": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "karen": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "keen": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "keep": {"her - their": -0.04006804692860552, "her": 0.24429076138735242, "their": 0.28435880831595794}, "kept": {"her - their": -0.04006804692860552, "her": 0.24429076138735242, "their": 0.28435880831595794}, "key": {"her - their": -0.06009066421959486, "her": 0.2644163180841, "their": 0.32450698230369485}, "kid": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "kidding": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "kids": {"her - their": 0.03671631192203034, "her": 0.2644163180841, "their": 0.22770000616206965}, "killed": {"her - their": 0.08830987296119899, "her": 0.3249901159470678, "their": 0.2366802429858688}, "killers": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "kind": {"her - their": -0.007771269506121614, "her": 0.3410917247349267, "their": 0.34886299424104833}, "kindle": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "kingdom": {"her - their": 0.042105374808758256, "her": 0.3361080679323615, "their": 0.2940026931236032}, "knew": {"her - their": 0.04965377540578653, "her": 0.36379982428026275, "their": 0.3141460488744762}, "knocking": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "know": {"her - their": -0.049526271721114234, "her": 0.30763355472456344, "their": 0.3571598264456777}, "knowledge": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "known": {"her - their": -0.11193210726000288, "her": 0.24638640755975252, "their": 0.3583185148197554}, "kyla": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "l": {"her - their": 0.01224968743319449, "her": 0.29660849574915243, "their": 0.28435880831595794}, "lacked": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "ladder": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "lady": {"her - their": -0.01021596251020529, "her": 0.2567378962045359, "their": 0.2669538587147412}, "large": {"her - their": -0.061661716478151135, "her": 0.24429076138735242, "their": 0.30595247786550356}, "larger": {"her - their": 0.04171882532361404, "her": 0.30867268403835524, "their": 0.2669538587147412}, "last": {"her - their": -0.07130388803619603, "her": 0.29050626276928176, "their": 0.3618101508054778}, "late": {"her - their": -0.09515121079478306, "her": 0.22602253400998873, "their": 0.3211737448047718}, "later": {"her - their": -0.019893960692013934, "her": 0.3114401459891053, "their": 0.33133410668111923}, "law": {"her - their": -0.02946038369602305, "her": 0.2506240953935351, "their": 0.28008447908955814}, "lawsuit": {"her - their": 0.03636749681599927, "her": 0.25011970593654625, "their": 0.213752209120547}, "lawsuits": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "lawyer": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "lax": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "lead": {"her - their": -0.06767324678382852, "her": 0.2602179240432754, "their": 0.3278911708271039}, "leaders": {"her - their": -0.1068813855043039, "her": 0.23434513846283153, "their": 0.34122652396713543}, "leading": {"her - their": 0.012923975423329181, "her": 0.3161065487838031, "their": 0.30318257336047394}, "leaks": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "leaky": {"her - their": 0.042250755269956586, "her": 0.3511701894137732, "their": 0.3089194341438166}, "learn": {"her - their": -0.010818358043195392, "her": 0.24429076138735242, "their": 0.2551091194305478}, "least": {"her - their": -0.08637754296715477, "her": 0.26573543986837206, "their": 0.35211298283552683}, "leave": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "lecture": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "lee": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "left": {"her - their": -0.044854760351474066, "her": 0.28647934632964517, "their": 0.33133410668111923}, "legal": {"her - their": 0.012673361801763872, "her": 0.30867268403835524, "their": 0.29599932223659137}, "legendary": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "legs": {"her - their": 0.012923975423329181, "her": 0.3161065487838031, "their": 0.30318257336047394}, "length": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "less": {"her - their": -0.16648079618173145, "her": 0.18670181261724306, "their": 0.3531826087989745}, "let": {"her - their": -0.08871940778347961, "her": 0.24244556748982585, "their": 0.33116497527330546}, "letter": {"her - their": -0.027687344922693202, "her": 0.2788720160049323, "their": 0.3065593609276255}, "level": {"her - their": 0.005107248550349719, "her": 0.30511997422489384, "their": 0.3000127256745441}, "liberating": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "librarians": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "libraries": {"her - their": -0.010818358043195392, "her": 0.24429076138735242, "their": 0.2551091194305478}, "library": {"her - their": -0.012259706169253176, "her": 0.21558693583354605, "their": 0.22784664200279922}, "life": {"her - their": -0.06573727064402934, "her": 0.301886579262527, "their": 0.36762384990655633}, "lifelong": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "lifted": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "like": {"her - their": -0.07060076498311157, "her": 0.29366208267902993, "their": 0.3642628476621415}, "liked": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "limiting": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "line": {"her - their": -0.04071604598375336, "her": 0.23434513846283153, "their": 0.2750611844465849}, "link": {"her - their": 0.013558590222247813, "her": 0.3361080679323615, "their": 0.32254947771011366}, "linked": {"her - their": 0.012923975423329181, "her": 0.3161065487838031, "their": 0.30318257336047394}, "lisa": {"her - their": 0.14488067741122987, "her": 0.365084920790764, "their": 0.22020424337953412}, "literally": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "little": {"her - their": -0.016634559635613333, "her": 0.3333918292430993, "their": 0.3500263888787126}, "live": {"her - their": -0.04104135109408086, "her": 0.29660849574915243, "their": 0.3376498468432333}, "lived": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "liver": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "lives": {"her - their": 0.023663306436162823, "her": 0.3410917247349267, "their": 0.3174284182987639}, "ll": {"her - their": -0.06307210865016899, "her": 0.28011958292151135, "their": 0.34319169157168034}, "loan": {"her - their": 0.08840654262173347, "her": 0.3161065487838031, "their": 0.22770000616206965}, "local": {"her - their": -0.009746289913455719, "her": 0.3114401459891053, "their": 0.321186435902561}, "locations": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "logistical": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "lollipop": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "lollipops": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "london": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "long": {"her - their": -0.07193572338079385, "her": 0.26923496643284084, "their": 0.3411706898136347}, "longer": {"her - their": -0.04006804692860552, "her": 0.24429076138735242, "their": 0.28435880831595794}, "longest": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "look": {"her - their": -0.12676791568044657, "her": 0.23363924947889228, "their": 0.36040716515933885}, "looked": {"her - their": 0.04737612587186152, "her": 0.33648305937794626, "their": 0.28910693350608474}, "looking": {"her - their": -0.06186806616550705, "her": 0.2936828275983154, "their": 0.35555089376382243}, "looks": {"her - their": -0.039689705614091964, "her": 0.25011970593654625, "their": 0.2898094115506382}, "los": {"her - their": 0.023083183711351096, "her": 0.319864977546839, "their": 0.2967817938354879}, "lose": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "losing": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "losses": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "lost": {"her - their": -0.08053682691763675, "her": 0.22602253400998873, "their": 0.3065593609276255}, "lot": {"her - their": -0.02484870002154943, "her": 0.3384612634017924, "their": 0.3633099634233418}, "lots": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "love": {"her - their": -0.05535563806865468, "her": 0.2709097908121133, "their": 0.326265428880768}, "loved": {"her - their": 0.023843589948138844, "her": 0.3483505722518337, "their": 0.32450698230369485}, "lover": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "loving": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "low": {"her - their": -0.08172499541660169, "her": 0.21251603764319157, "their": 0.29424103305979327}, "lower": {"her - their": -0.06308439949609601, "her": 0.22602253400998873, "their": 0.28910693350608474}, "luminaries": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "luther": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "m": {"her - their": -0.05442279403401207, "her": 0.28215886385728806, "their": 0.3365816578913001}, "made": {"her - their": -0.1014415630031077, "her": 0.245196683496255, "their": 0.3466382464993627}, "magic": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "magical": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "main": {"her - their": -0.027447693132804818, "her": 0.2827531755606578, "their": 0.31020086869346264}, "maintained": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "maintains": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "major": {"her - their": -0.055727124431199815, "her": 0.2687239682752019, "their": 0.3244510927064017}, "majority": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "make": {"her - their": -0.1351729029023795, "her": 0.2615214616314697, "their": 0.3966943645338492}, "makers": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "makes": {"her - their": -0.076346968892133, "her": 0.2752644176747126, "their": 0.3516113865668456}, "makeup": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "making": {"her - their": -0.06692822928751041, "her": 0.2687239682752019, "their": 0.3356521975627123}, "man": {"her - their": -0.07161503892468252, "her": 0.27263532610501795, "their": 0.34425036502970047}, "manage": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "manages": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "managing": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "mansion": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "mansions": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "manufacturer": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "many": {"her - their": -0.0880034918571917, "her": 0.2645962478352909, "their": 0.3525997396924826}, "march": {"her - their": 0.004612371135732818, "her": 0.2936828275983154, "their": 0.28907045646258256}, "marcia": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "marketplace": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "marriage": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "married": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "mary": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "masterclass": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "matchup": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "matter": {"her - their": -0.07839816952457973, "her": 0.25011970593654625, "their": 0.328517875461126}, "matters": {"her - their": 0.012673361801763872, "her": 0.30867268403835524, "their": 0.29599932223659137}, "may": {"her - their": -0.06095617441883655, "her": 0.2935475426113639, "their": 0.35450371703020045}, "maybe": {"her - their": -0.01130953818334779, "her": 0.23434513846283153, "their": 0.24565467664617932}, "mcgregor": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "mcnamara": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "me": {"her - their": -0.042372096342573884, "her": 0.291753216609635, "their": 0.3341253129522089}, "mean": {"her - their": -0.07839816952457973, "her": 0.25011970593654625, "their": 0.328517875461126}, "meaning": {"her - their": -0.008400433519891726, "her": 0.3161065487838031, "their": 0.32450698230369485}, "means": {"her - their": -0.08767425770506221, "her": 0.2528702522319531, "their": 0.3405445099370153}, "meant": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "mechanism": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "media": {"her - their": -0.13113962540916335, "her": 0.2068492087972008, "their": 0.33798883420636416}, "medical": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "medically": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "medication": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "meeting": {"her - their": 0.01224968743319449, "her": 0.29660849574915243, "their": 0.28435880831595794}, "meh": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "melanie": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "melt": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "member": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "memories": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "memory": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "men": {"her - their": -0.02946038369602305, "her": 0.2506240953935351, "their": 0.28008447908955814}, "menu": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "mercy": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "message": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "met": {"her - their": 0.04516799889135975, "her": 0.3483505722518337, "their": 0.30318257336047394}, "meter": {"her - their": 0.08830987296119899, "her": 0.3249901159470678, "their": 0.2366802429858688}, "metropolitan": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "mia": {"her - their": 0.03558147744107004, "her": 0.222311322237236, "their": 0.18672984479616594}, "michelle": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "mid": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "middle": {"her - their": -0.039689705614091964, "her": 0.25011970593654625, "their": 0.2898094115506382}, "might": {"her - their": -0.07799545181073353, "her": 0.28215886385728806, "their": 0.3601543156680216}, "military": {"her - their": -0.062436655372656386, "her": 0.23434513846283153, "their": 0.2967817938354879}, "million": {"her - their": -0.09674208795233291, "her": 0.20960938988235772, "their": 0.30635147783469063}, "mine": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "minimalist": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "minister": {"her - their": -0.05640823850373322, "her": 0.2602179240432754, "their": 0.3166261625470086}, "ministry": {"her - their": -0.01053455138196363, "her": 0.25011970593654625, "their": 0.2606542573185099}, "minor": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "minute": {"her - their": -0.06364261079509281, "her": 0.2188434053359129, "their": 0.2824860161310057}, "minutes": {"her - their": 0.04467058361538978, "her": 0.3119537944453996, "their": 0.26728321083000983}, "misconduct": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "miss": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "missing": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "missionary": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "mitzi": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "mixed": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "moaning": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "mob": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "mobilisation": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "model": {"her - their": -0.06413418146706515, "her": 0.21251603764319157, "their": 0.2766502191102567}, "mom": {"her - their": 0.041839032328592984, "her": 0.3161065487838031, "their": 0.27426751645521014}, "moment": {"her - their": -0.02625768787813415, "her": 0.30226018758299183, "their": 0.328517875461126}, "monday": {"her - their": -0.04006804692860552, "her": 0.24429076138735242, "their": 0.28435880831595794}, "money": {"her - their": -0.09476129095472319, "her": 0.23001687775679958, "their": 0.32477816871152276}, "monitor": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "monosyllabic": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "month": {"her - their": -0.08116932033863122, "her": 0.2188434053359129, "their": 0.3000127256745441}, "months": {"her - their": -0.010818358043195392, "her": 0.24429076138735242, "their": 0.2551091194305478}, "mood": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "moon": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "more": {"her - their": -0.07869883871752698, "her": 0.287945891178987, "their": 0.366644729896514}, "morning": {"her - their": 0.049323884749683855, "her": 0.33370448181275186, "their": 0.284380597063068}, "moscow": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "most": {"her - their": -0.10553005227633339, "her": 0.2777012169906531, "their": 0.3832312692669865}, "mother": {"her - their": 0.005718928672362789, "her": 0.319864977546839, "their": 0.3141460488744762}, "mothers": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "mount": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "mourning": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "move": {"her - their": -0.09387320096404864, "her": 0.23907353070854512, "their": 0.33294673167259375}, "moved": {"her - their": -0.010818358043195392, "her": 0.24429076138735242, "their": 0.2551091194305478}, "movement": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "movie": {"her - their": -0.04269766749952042, "her": 0.20422050028314306, "their": 0.24691816778266348}, "moving": {"her - their": 0.042250755269956586, "her": 0.3511701894137732, "their": 0.3089194341438166}, "mr": {"her - their": 0.011588805174922445, "her": 0.2788720160049323, "their": 0.26728321083000983}, "much": {"her - their": -0.026697772572599032, "her": 0.3339408532540203, "their": 0.3606386258266193}, "multi": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "multifaceted": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "multitude": {"her - their": 0.08815391570189934, "her": 0.3361080679323615, "their": 0.24795415223046213}, "mums": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "murder": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "musical": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "musicians": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "musings": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "must": {"her - their": -0.055727124431199815, "her": 0.2687239682752019, "their": 0.3244510927064017}, "my": {"her - their": -0.05958795141662998, "her": 0.25585854477090325, "their": 0.31544649618753323}, "myself": {"her - their": 0.006094863896039027, "her": 0.32930333238288734, "their": 0.3232084684868483}, "mysterious": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "mystery": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "nab": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "name": {"her - their": -0.04255942861749967, "her": 0.2752644176747126, "their": 0.3178238462922123}, "names": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "naps": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "narrative": {"her - their": 0.04171882532361404, "her": 0.30867268403835524, "their": 0.2669538587147412}, "natural": {"her - their": -0.009343982116351124, "her": 0.29660849574915243, "their": 0.30595247786550356}, "nature": {"her - their": -0.008755734260408654, "her": 0.30867268403835524, "their": 0.3174284182987639}, "navigating": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "naw": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "nearly": {"her - their": -0.0798009104116447, "her": 0.23434513846283153, "their": 0.3141460488744762}, "necessary": {"her - their": -0.04104135109408086, "her": 0.29660849574915243, "their": 0.3376498468432333}, "need": {"her - their": -0.16505627787001864, "her": 0.19700427445609042, "their": 0.36206055232610906}, "needed": {"her - their": 0.02335085451738378, "her": 0.32930333238288734, "their": 0.30595247786550356}, "needs": {"her - their": -0.04064203432948804, "her": 0.30226018758299183, "their": 0.3429022219124799}, "neema": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "neglect": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "neighbor": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "neighborhoods": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "neighbourhood": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "neither": {"her - their": 0.013558590222247813, "her": 0.3361080679323615, "their": 0.32254947771011366}, "nerve": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "net": {"her - their": 0.011895657214461841, "her": 0.28695684166104674, "their": 0.2750611844465849}, "network": {"her - their": -0.01053455138196363, "her": 0.25011970593654625, "their": 0.2606542573185099}, "networking": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "never": {"her - their": -0.07801257767503955, "her": 0.25765729437853174, "their": 0.3356698720535713}, "new": {"her - their": -0.1249340974397474, "her": 0.2365026588666124, "their": 0.3614367563063598}, "news": {"her - their": -0.06789737281928282, "her": 0.25765729437853174, "their": 0.32555466719781456}, "next": {"her - their": -0.06939091793944155, "her": 0.24057311868753997, "their": 0.3099640366269815}, "nice": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "night": {"her - their": 0.01466807914544166, "her": 0.31852511858386845, "their": 0.3038570394384268}, "no": {"her - their": -0.060600383952824854, "her": 0.31326052751819994, "their": 0.3738609114710248}, "nobeladventures": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "nobody": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "nomination": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "non": {"her - their": -0.09700783064122598, "her": 0.2068492087972008, "their": 0.3038570394384268}, "nor": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "normal": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "norwood": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "not": {"her - their": -0.11411531102604883, "her": 0.2699191956666862, "their": 0.38403450669273503}, "noted": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "notes": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "nothing": {"her - their": -0.04367350927460073, "her": 0.30201720525817144, "their": 0.34569071453277217}, "noticeably": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "november": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "novichok": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "now": {"her - their": -0.06516230201027601, "her": 0.30458931119912186, "their": 0.36975161320939787}, "nowhere": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "number": {"her - their": -0.157155767062669, "her": 0.20171050081389233, "their": 0.35886626787656134}, "numerically": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "ny": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "nyc": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "o": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "obligation": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "obstacles": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "obviously": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "occur": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "october": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "odd": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "odds": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "ode": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "of": {"her - their": -0.10453607115033692, "her": 0.18446664781967298, "their": 0.2890027189700099}, "off": {"her - their": -0.017190984299917278, "her": 0.3243803567283122, "their": 0.3415713410282295}, "offer": {"her - their": 0.012450776032353617, "her": 0.30226018758299183, "their": 0.2898094115506382}, "office": {"her - their": -0.026599972737695876, "her": 0.29660849574915243, "their": 0.3232084684868483}, "officers": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "offices": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "often": {"her - their": -0.06270302408294542, "her": 0.28427650941860133, "their": 0.34697953350154676}, "oh": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "old": {"her - their": 0.06703794730889245, "her": 0.3384612634017924, "their": 0.27142331609289994}, "older": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "on": {"her - their": -0.10922105385791775, "her": 0.26423580453002726, "their": 0.373456858387945}, "once": {"her - their": -0.0670694639616683, "her": 0.2978160858317032, "their": 0.3648855497933715}, "one": {"her - their": -0.08388969279848535, "her": 0.3135624180024204, "their": 0.39745211080090576}, "online": {"her - their": -0.08116932033863122, "her": 0.2188434053359129, "their": 0.3000127256745441}, "only": {"her - their": -0.10943280763588259, "her": 0.2538102518346827, "their": 0.3632430594705653}, "onto": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "open": {"her - their": -0.06719007313437969, "her": 0.26573543986837206, "their": 0.33292551300275175}, "opened": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "opening": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "opportunity": {"her - their": -0.06009066421959486, "her": 0.2644163180841, "their": 0.32450698230369485}, "opted": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "option": {"her - their": 0.01224968743319449, "her": 0.29660849574915243, "their": 0.28435880831595794}, "options": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "or": {"her - their": -0.06651313077233362, "her": 0.30356586565686305, "their": 0.37007899642919667}, "order": {"her - their": -0.022943334948693217, "her": 0.2936828275983154, "their": 0.3166261625470086}, "ordinary": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "original": {"her - their": 0.03636749681599927, "her": 0.25011970593654625, "their": 0.213752209120547}, "orlean": {"her - their": 0.03569456082032518, "her": 0.22602253400998873, "their": 0.19032797318966355}, "other": {"her - their": -0.08600012082010106, "her": 0.2976571363005973, "their": 0.38365725712069837}, "others": {"her - their": -0.04389539370652612, "her": 0.2990895703139264, "their": 0.34298496402045253}, "our": {"her - their": -0.026453011027461615, "her": 0.31062874152577963, "their": 0.33708175255324124}, "out": {"her - their": -0.10871740758071485, "her": 0.2813325884946627, "their": 0.39004999607537755}, "outfits": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "outside": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "over": {"her - their": -0.10081440927202284, "her": 0.2833467896330154, "their": 0.38416119890503825}, "overestimate": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "overflowing": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "overheard": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "overlap": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "oversee": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "overseeing": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "oversight": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "owed": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "own": {"her - their": -0.047114441985674826, "her": 0.31474233820391995, "their": 0.3618567801895948}, "owners": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "p": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "pace": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "pacing": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "package": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "page": {"her - their": -0.02718920721342949, "her": 0.28695684166104674, "their": 0.3141460488744762}, "pages": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "painfully": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "pains": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "painted": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "palpable": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "pan": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "panic": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "parent": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "parents": {"her - their": -0.010818358043195392, "her": 0.24429076138735242, "their": 0.2551091194305478}, "parks": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "parliament": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "part": {"her - their": -0.033535433017866434, "her": 0.3180447191467863, "their": 0.3515801521646527}, "participants": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "partners": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "parts": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "pass": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "passengers": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "past": {"her - their": -0.054269682306088696, "her": 0.28695684166104674, "their": 0.34122652396713543}, "pastor": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "pastors": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "patience": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "patients": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "patronize": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "pawn": {"her - their": 0.08830987296119899, "her": 0.3249901159470678, "their": 0.2366802429858688}, "pay": {"her - their": -0.061661716478151135, "her": 0.24429076138735242, "their": 0.30595247786550356}, "payday": {"her - their": 0.08830987296119899, "her": 0.3249901159470678, "their": 0.2366802429858688}, "paying": {"her - their": 0.02335085451738378, "her": 0.32930333238288734, "their": 0.30595247786550356}, "peace": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "peak": {"her - their": 0.03671631192203034, "her": 0.2644163180841, "their": 0.22770000616206965}, "people": {"her - their": -0.12056515196634365, "her": 0.25206555297026434, "their": 0.372630704936608}, "per": {"her - their": -0.09515121079478306, "her": 0.22602253400998873, "their": 0.3211737448047718}, "perfect": {"her - their": -0.026599972737695876, "her": 0.29660849574915243, "their": 0.3232084684868483}, "performance": {"her - their": -0.0793815261430911, "her": 0.23907353070854512, "their": 0.3184550568516362}, "performances": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "performed": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "performing": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "perhaps": {"her - their": -0.03269877331391341, "her": 0.3157521686526313, "their": 0.3484509419665447}, "permanant": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "perplexing": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "persecution": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "person": {"her - their": -0.008817717173354056, "her": 0.319864977546839, "their": 0.32868269472019307}, "personal": {"her - their": -0.06851261200660486, "her": 0.2506240953935351, "their": 0.31913670740013994}, "personnel": {"her - their": 0.08840654262173347, "her": 0.3161065487838031, "their": 0.22770000616206965}, "pet": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "petrov": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "phone": {"her - their": 0.013558590222247813, "her": 0.3361080679323615, "their": 0.32254947771011366}, "photos": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "physical": {"her - their": -0.06009066421959486, "her": 0.2644163180841, "their": 0.32450698230369485}, "physically": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "physicians": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "piece": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "pill": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "pin": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "pitch": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "pitiful": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "place": {"her - their": -0.036522761121856484, "her": 0.327226076577712, "their": 0.3637488376995685}, "plague": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "plain": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "plaintiff": {"her - their": 0.03671631192203034, "her": 0.2644163180841, "their": 0.22770000616206965}, "planning": {"her - their": -0.013109399147048478, "her": 0.19930825236638064, "their": 0.21241765151342912}, "plantation": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "play": {"her - their": -0.09560641973193496, "her": 0.25765729437853174, "their": 0.3532637141104667}, "played": {"her - their": -0.0793815261430911, "her": 0.23907353070854512, "their": 0.3184550568516362}, "player": {"her - their": -0.06389565284513332, "her": 0.21558693583354605, "their": 0.27948258867867937}, "players": {"her - their": -0.06389565284513332, "her": 0.21558693583354605, "their": 0.27948258867867937}, "playing": {"her - their": -0.04071604598375336, "her": 0.23434513846283153, "their": 0.2750611844465849}, "plays": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "please": {"her - their": -0.041399925375991076, "her": 0.2915468062966027, "their": 0.33294673167259375}, "pleasure": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "pm": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "podcast": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "point": {"her - their": -0.109185744587141, "her": 0.21251603764319157, "their": 0.3217017822303326}, "points": {"her - their": -0.09387320096404864, "her": 0.23907353070854512, "their": 0.33294673167259375}, "police": {"her - their": -0.08086405848933381, "her": 0.222311322237236, "their": 0.3031753807265698}, "policy": {"her - their": -0.07780657696991333, "her": 0.2567378962045359, "their": 0.33454447317444924}, "political": {"her - their": -0.12187818353618038, "her": 0.19930825236638064, "their": 0.321186435902561}, "popular": {"her - their": -0.05547364181186237, "her": 0.27189197322194414, "their": 0.3273656150338065}, "position": {"her - their": 0.011895657214461841, "her": 0.28695684166104674, "their": 0.2750611844465849}, "possibly": {"her - their": -0.008400433519891726, "her": 0.3161065487838031, "their": 0.32450698230369485}, "post": {"her - their": 0.006094863896039027, "her": 0.32930333238288734, "their": 0.3232084684868483}, "potential": {"her - their": -0.06009066421959486, "her": 0.2644163180841, "their": 0.32450698230369485}, "power": {"her - their": -0.06307210865016899, "her": 0.28011958292151135, "their": 0.34319169157168034}, "powerfully": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "practical": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "practice": {"her - their": 0.041967619262216815, "her": 0.3249901159470678, "their": 0.28302249668485097}, "pray": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "prayer": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "praying": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "pre": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "preach": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "preaching": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "precede": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "precepts": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "precious": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "precipitate": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "premiums": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "prepare": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "prepared": {"her - their": 0.012673361801763872, "her": 0.30867268403835524, "their": 0.29599932223659137}, "prescribing": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "presence": {"her - their": -0.05304908528638397, "her": 0.30226018758299183, "their": 0.3553092728693758}, "pretended": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "prevented": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "preview": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "previous": {"her - their": -0.010234917501152463, "her": 0.2788720160049323, "their": 0.28910693350608474}, "prickly": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "pride": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "prime": {"her - their": -0.07780657696991333, "her": 0.2567378962045359, "their": 0.33454447317444924}, "principle": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "probably": {"her - their": -0.008346514460345955, "her": 0.32930333238288734, "their": 0.3376498468432333}, "problem": {"her - their": -0.07696674625757027, "her": 0.2687239682752019, "their": 0.34569071453277217}, "problems": {"her - their": -0.10852220969789361, "her": 0.2188434053359129, "their": 0.3273656150338065}, "process": {"her - their": -0.10464191701009887, "her": 0.24638640755975252, "their": 0.3510283245698514}, "produced": {"her - their": -0.09476129095472319, "her": 0.23001687775679958, "their": 0.32477816871152276}, "producer": {"her - their": 0.042105374808758256, "her": 0.3361080679323615, "their": 0.2940026931236032}, "production": {"her - their": -0.11005022035949016, "her": 0.20422050028314306, "their": 0.31427072064263323}, "professionals": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "profits": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "program": {"her - their": 0.030421486545616272, "her": 0.35893936200674226, "their": 0.328517875461126}, "progressively": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "project": {"her - their": -0.07724952415208047, "her": 0.26573543986837206, "their": 0.34298496402045253}, "prolific": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "promise": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "proper": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "properly": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "property": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "prose": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "protect": {"her - their": -0.06009066421959486, "her": 0.2644163180841, "their": 0.32450698230369485}, "proven": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "provide": {"her - their": -0.055727124431199815, "her": 0.2687239682752019, "their": 0.3244510927064017}, "provided": {"her - their": 0.012450776032353617, "her": 0.30226018758299183, "their": 0.2898094115506382}, "providing": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "provision": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "psychologist": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "public": {"her - their": -0.13888290514457632, "her": 0.23202782805316988, "their": 0.3709107331977462}, "publications": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "published": {"her - their": -0.02718920721342949, "her": 0.28695684166104674, "their": 0.3141460488744762}, "publisher": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "pull": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "purchased": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "purpose": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "pursue": {"her - their": 0.042105374808758256, "her": 0.3361080679323615, "their": 0.2940026931236032}, "put": {"her - their": -0.10416858611396479, "her": 0.2506240953935351, "their": 0.3547926815074999}, "pyjamas": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "qualified": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "qualify": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "quality": {"her - their": -0.09476129095472319, "her": 0.23001687775679958, "their": 0.32477816871152276}, "question": {"her - their": -0.021833735866353787, "her": 0.3119537944453996, "their": 0.3337875303117534}, "questioned": {"her - their": 0.041967619262216815, "her": 0.3249901159470678, "their": 0.28302249668485097}, "questions": {"her - their": -0.012092529254005752, "her": 0.2188434053359129, "their": 0.23093593458991865}, "quick": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "quickly": {"her - their": -0.039689705614091964, "her": 0.25011970593654625, "their": 0.2898094115506382}, "quite": {"her - their": -0.062068349420091845, "her": 0.23907353070854512, "their": 0.30114188012863696}, "rain": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "raining": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "random": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "rapper": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "rate": {"her - their": -0.04006804692860552, "her": 0.24429076138735242, "their": 0.28435880831595794}, "rather": {"her - their": -0.016435306359104895, "her": 0.34953789858129686, "their": 0.36597320494040175}, "re": {"her - their": -0.08035562539067598, "her": 0.2840925251797516, "their": 0.36444815057042756}, "reached": {"her - their": -0.009343982116351124, "her": 0.29660849574915243, "their": 0.30595247786550356}, "read": {"her - their": -0.022046136051815823, "her": 0.3084221978165759, "their": 0.33046833386839175}, "reader": {"her - their": -0.00798302885453478, "her": 0.3249901159470678, "their": 0.33297314480160256}, "readers": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "readily": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "reading": {"her - their": -0.04230172879983951, "her": 0.2788720160049323, "their": 0.3211737448047718}, "reads": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "ready": {"her - their": 0.023500289919023476, "her": 0.3348270917662756, "their": 0.31132680184725214}, "real": {"her - their": -0.04318918875026967, "her": 0.3084221978165759, "their": 0.3516113865668456}, "realisation": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "realization": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "really": {"her - their": -0.02216585702393975, "her": 0.33524678589947027, "their": 0.35741264292341}, "reason": {"her - their": 0.006094863896039027, "her": 0.32930333238288734, "their": 0.3232084684868483}, "reasons": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "rebellious": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "receive": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "recent": {"her - their": -0.05491551430682112, "her": 0.2788720160049323, "their": 0.3337875303117534}, "recieved": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "recognition": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "reconciliations": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "record": {"her - their": -0.06069052209422798, "her": 0.2567378962045359, "their": 0.3174284182987639}, "red": {"her - their": -0.008755734260408654, "her": 0.30867268403835524, "their": 0.3174284182987639}, "redman": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "reference": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "reflection": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "reflects": {"her - their": 0.013558590222247813, "her": 0.3361080679323615, "their": 0.32254947771011366}, "refuse": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "refuted": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "regard": {"her - their": -0.06009066421959486, "her": 0.2644163180841, "their": 0.32450698230369485}, "regarding": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "region": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "regional": {"her - their": -0.0798009104116447, "her": 0.23434513846283153, "their": 0.3141460488744762}, "registration": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "regularly": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "rejected": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "relate": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "relationship": {"her - their": -0.09551252405497629, "her": 0.222311322237236, "their": 0.3178238462922123}, "relatively": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "relay": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "released": {"her - their": 0.03671631192203034, "her": 0.2644163180841, "their": 0.22770000616206965}, "relevant": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "remember": {"her - their": 0.006309216305149634, "her": 0.3348270917662756, "their": 0.328517875461126}, "remind": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "reminded": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "remodel": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "remote": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "renovated": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "rented": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "repair": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "repairable": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "repeat": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "report": {"her - their": -0.03420834322878852, "her": 0.2936828275983154, "their": 0.3278911708271039}, "reports": {"her - their": 0.04494452406692939, "her": 0.32930333238288734, "their": 0.28435880831595794}, "request": {"her - their": -0.06120709591070589, "her": 0.25011970593654625, "their": 0.31132680184725214}, "requests": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "requirements": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "requires": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "researched": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "residents": {"her - their": -0.06069052209422798, "her": 0.2567378962045359, "their": 0.3174284182987639}, "resolution": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "respect": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "respected": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "respond": {"her - their": 0.041967619262216815, "her": 0.3249901159470678, "their": 0.28302249668485097}, "responding": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "response": {"her - their": -0.041399925375991076, "her": 0.2915468062966027, "their": 0.33294673167259375}, "responsible": {"her - their": 0.08815391570189934, "her": 0.3361080679323615, "their": 0.24795415223046213}, "rest": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "restaurant": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "restrict": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "restrictive": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "retailers": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "return": {"her - their": 0.011895657214461841, "her": 0.28695684166104674, "their": 0.2750611844465849}, "returning": {"her - their": -0.06009066421959486, "her": 0.2644163180841, "their": 0.32450698230369485}, "reveals": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "review": {"her - their": -0.02718920721342949, "her": 0.28695684166104674, "their": 0.3141460488744762}, "reviews": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "reyes": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "rich": {"her - their": -0.039689705614091964, "her": 0.25011970593654625, "their": 0.2898094115506382}, "ride": {"her - their": 0.0359390051784432, "her": 0.23434513846283153, "their": 0.19840613328438833}, "ridenyc": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "rifts": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "right": {"her - their": -0.05394659552343589, "her": 0.3178321670082833, "their": 0.3717787625317192}, "rightly": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "rights": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "road": {"her - their": -0.1213341669146715, "her": 0.20422050028314306, "their": 0.32555466719781456}, "rob": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "rock": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "rohan": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "role": {"her - their": -0.05547364181186237, "her": 0.27189197322194414, "their": 0.3273656150338065}, "roles": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "roof": {"her - their": 0.08830987296119899, "her": 0.3249901159470678, "their": 0.2366802429858688}, "room": {"her - their": 0.08840654262173347, "her": 0.3161065487838031, "their": 0.22770000616206965}, "root": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "rt": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "run": {"her - their": -0.009824952174441182, "her": 0.28695684166104674, "their": 0.2967817938354879}, "running": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "runs": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "rushed": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "ruslan": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "russell": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "russia": {"her - their": 0.03671631192203034, "her": 0.2644163180841, "their": 0.22770000616206965}, "russian": {"her - their": -0.01021596251020529, "her": 0.2567378962045359, "their": 0.2669538587147412}, "russians": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "s": {"her - their": -0.08660113812071085, "her": 0.2675350663020956, "their": 0.35413620442280647}, "sad": {"her - their": 0.013558590222247813, "her": 0.3361080679323615, "their": 0.32254947771011366}, "sadly": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "safely": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "safety": {"her - their": 0.03671631192203034, "her": 0.2644163180841, "their": 0.22770000616206965}, "said": {"her - their": -0.023503479536301997, "her": 0.30289408207687424, "their": 0.32639756161317623}, "sales": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "salisbury": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "same": {"her - their": -0.06209083503267959, "her": 0.2911728790777871, "their": 0.3532637141104667}, "sanctify": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "satan": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "saturday": {"her - their": -0.062068349420091845, "her": 0.23907353070854512, "their": 0.30114188012863696}, "save": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "saved": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "saving": {"her - their": 0.041967619262216815, "her": 0.3249901159470678, "their": 0.28302249668485097}, "savings": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "saw": {"her - their": -0.009497889475099608, "her": 0.31605677772271495, "their": 0.32555466719781456}, "say": {"her - their": -0.07144714482956865, "her": 0.27441502417013736, "their": 0.345862168999706}, "saying": {"her - their": 0.011895657214461841, "her": 0.28695684166104674, "their": 0.2750611844465849}, "says": {"her - their": 0.04487320353631663, "her": 0.32435431967240846, "their": 0.27948111613609183}, "scaife": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "scandal": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "scarring": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "scenes": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "schedule": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "school": {"her - their": -0.022612211916406166, "her": 0.2990895703139264, "their": 0.3217017822303326}, "sciences": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "scored": {"her - their": -0.01021596251020529, "her": 0.2567378962045359, "their": 0.2669538587147412}, "scorer": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "scoring": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "screen": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "screenings": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "scripted": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "scripture": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "searching": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "season": {"her - their": -0.04740001768181906, "her": 0.20863730877070846, "their": 0.2560373264525275}, "seat": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "seating": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "seats": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "second": {"her - their": -0.06459410476505828, "her": 0.26298436811448983, "their": 0.3275784728795481}, "section": {"her - their": 0.08846844065882112, "her": 0.30867268403835524, "their": 0.22020424337953412}, "security": {"her - their": -0.04006804692860552, "her": 0.24429076138735242, "their": 0.28435880831595794}, "see": {"her - their": -0.03947975503260015, "her": 0.28546535173937143, "their": 0.3249451067719716}, "seedy": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "seeing": {"her - their": 0.012450776032353617, "her": 0.30226018758299183, "their": 0.2898094115506382}, "seeking": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "seem": {"her - their": -0.09476129095472319, "her": 0.23001687775679958, "their": 0.32477816871152276}, "seemed": {"her - their": -0.009343982116351124, "her": 0.29660849574915243, "their": 0.30595247786550356}, "seemingly": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "seems": {"her - their": -0.06719007313437969, "her": 0.26573543986837206, "their": 0.33292551300275175}, "seen": {"her - their": -0.056613426264101485, "her": 0.25765729437853174, "their": 0.31427072064263323}, "self": {"her - their": 0.08815391570189934, "her": 0.3361080679323615, "their": 0.24795415223046213}, "selling": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "semi": {"her - their": -0.05937240758462853, "her": 0.27360073721697403, "their": 0.33297314480160256}, "senior": {"her - their": -0.00798302885453478, "her": 0.3249901159470678, "their": 0.33297314480160256}, "sensational": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "sense": {"her - their": -0.06069052209422798, "her": 0.2567378962045359, "their": 0.3174284182987639}, "sensitive": {"her - their": -0.008755734260408654, "her": 0.30867268403835524, "their": 0.3174284182987639}, "sent": {"her - their": -0.009343982116351124, "her": 0.29660849574915243, "their": 0.30595247786550356}, "sentences": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "separations": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "sept": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "september": {"her - their": -0.04252361957627601, "her": 0.2068492087972008, "their": 0.24937282837347682}, "sergei": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "series": {"her - their": -0.1213341669146715, "her": 0.20422050028314306, "their": 0.32555466719781456}, "sermon": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "servants": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "serve": {"her - their": -0.01053455138196363, "her": 0.25011970593654625, "their": 0.2606542573185099}, "served": {"her - their": -0.06009066421959486, "her": 0.2644163180841, "their": 0.32450698230369485}, "serves": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "service": {"her - their": -0.06719007313437969, "her": 0.26573543986837206, "their": 0.33292551300275175}, "serving": {"her - their": 0.042250755269956586, "her": 0.3511701894137732, "their": 0.3089194341438166}, "sessions": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "set": {"her - their": -0.03363499230454087, "her": 0.30201720525817144, "their": 0.3356521975627123}, "sets": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "setting": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "settle": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "seven": {"her - their": -0.06069052209422798, "her": 0.2567378962045359, "their": 0.3174284182987639}, "several": {"her - their": -0.04430600660804879, "her": 0.2936828275983154, "their": 0.33798883420636416}, "sg": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "shadow": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "shape": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "share": {"her - their": -0.04064203432948804, "her": 0.30226018758299183, "their": 0.3429022219124799}, "shared": {"her - their": -0.01053455138196363, "her": 0.25011970593654625, "their": 0.2606542573185099}, "shares": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "sharing": {"her - their": -0.06069052209422798, "her": 0.2567378962045359, "their": 0.3174284182987639}, "sharons26": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "she": {"her - their": 0.09663057632335348, "her": 0.3310532739775877, "their": 0.23442269765423424}, "shepherd": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "sheri": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "shima": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "shinier": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "shipping": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "shire": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "shop": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "shoplifting": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "short": {"her - their": -0.04202499315086494, "her": 0.2827531755606578, "their": 0.32477816871152276}, "shorten": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "shortly": {"her - their": 0.042105374808758256, "her": 0.3361080679323615, "their": 0.2940026931236032}, "shot": {"her - their": -0.041725853059146334, "her": 0.28695684166104674, "their": 0.32868269472019307}, "shots": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "should": {"her - their": -0.047078018812406974, "her": 0.28979036134385494, "their": 0.3368683801562619}, "shouldn": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "show": {"her - their": -0.009497889475099608, "her": 0.31605677772271495, "their": 0.32555466719781456}, "showcase": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "showed": {"her - their": -0.01053455138196363, "her": 0.25011970593654625, "their": 0.2606542573185099}, "shown": {"her - their": -0.07780657696991333, "her": 0.2567378962045359, "their": 0.33454447317444924}, "shows": {"her - their": -0.09278251597593362, "her": 0.25011970593654625, "their": 0.3429022219124799}, "side": {"her - their": -0.05520391619367915, "her": 0.2752644176747126, "their": 0.33046833386839175}, "sight": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "sightseeing": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "silent": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "similar": {"her - their": -0.061661716478151135, "her": 0.24429076138735242, "their": 0.30595247786550356}, "similarities": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "simmons": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "simon": {"her - their": 0.03671631192203034, "her": 0.2644163180841, "their": 0.22770000616206965}, "simple": {"her - their": -0.05937240758462853, "her": 0.27360073721697403, "their": 0.33297314480160256}, "simply": {"her - their": -0.027687344922693202, "her": 0.2788720160049323, "their": 0.3065593609276255}, "since": {"her - their": -0.06186451145247546, "her": 0.2840925251797516, "their": 0.34595703663222704}, "sinful": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "sing": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "sister": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "sit": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "sitting": {"her - their": 0.013212987615604133, "her": 0.3249901159470678, "their": 0.31177712833146365}, "situation": {"her - their": -0.022612211916406166, "her": 0.2990895703139264, "their": 0.3217017822303326}, "six": {"her - their": -0.04230172879983951, "her": 0.2788720160049323, "their": 0.3211737448047718}, "size": {"her - their": -0.01021596251020529, "her": 0.2567378962045359, "their": 0.2669538587147412}, "skin": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "skripal": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "skripals": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "slack": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "slang": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "sleep": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "sleepless": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "slightly": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "slow": {"her - their": -0.008755734260408654, "her": 0.30867268403835524, "their": 0.3174284182987639}, "small": {"her - their": -0.062068349420091845, "her": 0.23907353070854512, "their": 0.30114188012863696}, "smidgen": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "smith": {"her - their": 0.04436653194969431, "her": 0.2963170209712384, "their": 0.2519504890215441}, "so": {"her - their": -0.04194576429201419, "her": 0.3353424466070827, "their": 0.37728821089909687}, "soccer": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "society": {"her - their": -0.1068813855043039, "her": 0.23434513846283153, "their": 0.34122652396713543}, "some": {"her - their": -0.0848980932042141, "her": 0.2874315845333579, "their": 0.372329677737572}, "someone": {"her - their": 0.04516799889135975, "her": 0.3483505722518337, "their": 0.30318257336047394}, "something": {"her - their": -0.07009110903704613, "her": 0.2887751588395152, "their": 0.35886626787656134}, "sometimes": {"her - their": 0.0232124395437715, "her": 0.32435431967240846, "their": 0.30114188012863696}, "somewhere": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "son": {"her - their": 0.011895657214461841, "her": 0.28695684166104674, "their": 0.2750611844465849}, "soon": {"her - their": -0.12885405640725145, "her": 0.22602253400998873, "their": 0.3548765904172402}, "sore": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "sorry": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "sort": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "soul": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "sounding": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "southbank": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "sovaldi": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "soviet": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "sparked": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "speaker": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "special": {"her - their": -0.04230172879983951, "her": 0.2788720160049323, "their": 0.3211737448047718}, "specific": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "spectators": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "speech": {"her - their": -0.06277360509634039, "her": 0.23001687775679958, "their": 0.29279048285313997}, "speeches": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "spellbound": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "spent": {"her - their": -0.05520391619367915, "her": 0.2752644176747126, "their": 0.33046833386839175}, "sphere": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "spirit": {"her - their": -0.09515121079478306, "her": 0.22602253400998873, "their": 0.3211737448047718}, "spirited": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "spiritual": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "spiritually": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "spoke": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "spying": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "square": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "stacks": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "stadium": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "stage": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "stan": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "standard": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "standards": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "standing": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "start": {"her - their": -0.10815701163115576, "her": 0.222311322237236, "their": 0.33046833386839175}, "started": {"her - their": -0.027910963051857196, "her": 0.2752644176747126, "their": 0.3031753807265698}, "starting": {"her - their": -0.054269682306088696, "her": 0.28695684166104674, "their": 0.34122652396713543}, "starts": {"her - their": 0.012673361801763872, "her": 0.30867268403835524, "their": 0.29599932223659137}, "state": {"her - their": -0.018749797151942638, "her": 0.2998330495941878, "their": 0.3185828467461304}, "statement": {"her - their": -0.01021596251020529, "her": 0.2567378962045359, "their": 0.2669538587147412}, "statements": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "station": {"her - their": 0.012065690160510845, "her": 0.2915468062966027, "their": 0.27948111613609183}, "stay": {"her - their": -0.06277360509634039, "her": 0.23001687775679958, "their": 0.29279048285313997}, "stayed": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "steady": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "step": {"her - their": 0.021934584886288078, "her": 0.28427650941860133, "their": 0.26234192453231325}, "stephen": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "stepping": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "stiffing": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "still": {"her - their": -0.09943414275133006, "her": 0.26298436811448983, "their": 0.3624185108658199}, "stitches": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "stole": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "stone": {"her - their": -0.01053455138196363, "her": 0.25011970593654625, "their": 0.2606542573185099}, "stop": {"her - their": -0.027910963051857196, "her": 0.2752644176747126, "their": 0.3031753807265698}, "store": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "stories": {"her - their": -0.07839816952457973, "her": 0.25011970593654625, "their": 0.328517875461126}, "story": {"her - their": 0.01530931457317447, "her": 0.33648305937794626, "their": 0.3211737448047718}, "strained": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "stranded": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "strategies": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "street": {"her - their": 0.015714246991008485, "her": 0.34866097866360224, "their": 0.33294673167259375}, "streets": {"her - their": 0.012450776032353617, "her": 0.30226018758299183, "their": 0.2898094115506382}, "strength": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "strengthened": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "struck": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "struggled": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "struggles": {"her - their": 0.041967619262216815, "her": 0.3249901159470678, "their": 0.28302249668485097}, "students": {"her - their": -0.04099901678854223, "her": 0.23001687775679958, "their": 0.2710158945453418}, "studies": {"her - their": -0.062436655372656386, "her": 0.23434513846283153, "their": 0.2967817938354879}, "stuff": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "style": {"her - their": 0.07413786602018552, "her": 0.3410917247349267, "their": 0.2669538587147412}, "subdued": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "subject": {"her - their": -0.062068349420091845, "her": 0.23907353070854512, "their": 0.30114188012863696}, "substance": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "substantial": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "subversive": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "succeed": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "successfully": {"her - their": 0.08830987296119899, "her": 0.3249901159470678, "their": 0.2366802429858688}, "such": {"her - their": -0.08172123989121333, "her": 0.2946692897526608, "their": 0.37639052964387415}, "sudden": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "suffered": {"her - their": 0.013212987615604133, "her": 0.3249901159470678, "their": 0.31177712833146365}, "suffering": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "suggests": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "suicide": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "suited": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "sullen": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "sunrise": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "superior": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "support": {"her - their": -0.03383594268882534, "her": 0.2990895703139264, "their": 0.33292551300275175}, "supporters": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "supportive": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "supposed": {"her - their": 0.042250755269956586, "her": 0.3511701894137732, "their": 0.3089194341438166}, "sure": {"her - their": -0.02895194225191111, "her": 0.31369849006867906, "their": 0.34265043232059017}, "surprised": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "surprising": {"her - their": -0.01021596251020529, "her": 0.2567378962045359, "their": 0.2669538587147412}, "surrounds": {"her - their": 0.042250755269956586, "her": 0.3511701894137732, "their": 0.3089194341438166}, "susan": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "suspected": {"her - their": 0.0450176802156374, "her": 0.3348270917662756, "their": 0.2898094115506382}, "suspects": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "swapped": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "sweet": {"her - their": -0.06009066421959486, "her": 0.2644163180841, "their": 0.32450698230369485}, "system": {"her - their": -0.11888786454095124, "her": 0.22602253400998873, "their": 0.34491039855093997}, "t": {"her - their": -0.07624329859944978, "her": 0.27505817968922786, "their": 0.35130147828867764}, "tables": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "take": {"her - their": -0.03761308687936493, "her": 0.31308011720719864, "their": 0.35069320408656357}, "taken": {"her - their": -0.05442279403401207, "her": 0.28215886385728806, "their": 0.3365816578913001}, "takes": {"her - their": -0.01021596251020529, "her": 0.2567378962045359, "their": 0.2669538587147412}, "taking": {"her - their": -0.16439922109652091, "her": 0.20171050081389233, "their": 0.36610972191041324}, "talent": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "talented": {"her - their": 0.042105374808758256, "her": 0.3361080679323615, "their": 0.2940026931236032}, "talk": {"her - their": 0.013558590222247813, "her": 0.3361080679323615, "their": 0.32254947771011366}, "talking": {"her - their": 0.005899262820772244, "her": 0.32435431967240846, "their": 0.3184550568516362}, "talks": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "task": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "tasks": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "teach": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "teaching": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "team": {"her - their": -0.07944426998940943, "her": 0.24244556748982585, "their": 0.3218898374792353}, "teams": {"her - their": -0.06364261079509281, "her": 0.2188434053359129, "their": 0.2824860161310057}, "techniques": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "teens": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "telegraph": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "tell": {"her - their": 0.005718928672362789, "her": 0.319864977546839, "their": 0.3141460488744762}, "telling": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "tells": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "tempted": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "tend": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "term": {"her - their": -0.10734169234972119, "her": 0.23001687775679958, "their": 0.33735857010652076}, "terms": {"her - their": -0.009066614264260309, "her": 0.30226018758299183, "their": 0.31132680184725214}, "terrible": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "terrifying": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "terrorism": {"her - their": -0.01021596251020529, "her": 0.2567378962045359, "their": 0.2669538587147412}, "terrorist": {"her - their": 0.08853457287854666, "her": 0.2752644176747126, "their": 0.18672984479616594}, "test": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "testing": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "than": {"her - their": -0.09464135674435553, "her": 0.2982711392827206, "their": 0.3929124960270761}, "thank": {"her - their": -0.039689705614091964, "her": 0.25011970593654625, "their": 0.2898094115506382}, "thanks": {"her - their": -0.05460539454586294, "her": 0.2827531755606578, "their": 0.33735857010652076}, "that": {"her - their": -0.10476507286400602, "her": 0.23993625991295534, "their": 0.34470133277696136}, "the": {"her - their": -0.11860613713664517, "her": 0.1136209095096298, "their": 0.23222704664627497}, "theatre": {"her - their": -0.009851198371110148, "her": 0.2644163180841, "their": 0.27426751645521014}, "theft": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "their": {"her - their": -0.15114113548533975, "her": 0.29016424977534466, "their": 0.4413053852606844}, "them": {"her - their": -0.09310793963764513, "her": 0.28668561549925325, "their": 0.3797935551368984}, "themed": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "themselves": {"her - their": -0.07563579096460438, "her": 0.2827531755606578, "their": 0.3583889665252622}, "then": {"her - their": -0.0793799976089154, "her": 0.2989246984927741, "their": 0.3783046961016895}, "there": {"her - their": -0.08221678841514479, "her": 0.2889104100189731, "their": 0.3711271984341179}, "theresa": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "these": {"her - their": -0.07787603300291734, "her": 0.30191752213398104, "their": 0.3797935551368984}, "they": {"her - their": -0.09300228938810212, "her": 0.29092610293580295, "their": 0.3839283923239051}, "thin": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "thing": {"her - their": -0.056997203530449625, "her": 0.2528702522319531, "their": 0.3098674557624027}, "things": {"her - their": -0.06811272829204895, "her": 0.2868713756570273, "their": 0.35498410394907626}, "think": {"her - their": -0.0413459864183055, "her": 0.3058594853929173, "their": 0.3472054718112228}, "thinking": {"her - their": -0.06069052209422798, "her": 0.2567378962045359, "their": 0.3174284182987639}, "third": {"her - their": -0.11005022035949016, "her": 0.20422050028314306, "their": 0.31427072064263323}, "thirty": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "this": {"her - their": -0.07802469175841792, "her": 0.29463610857868744, "their": 0.37266080033710536}, "those": {"her - their": -0.07270517759148937, "her": 0.2852548345680401, "their": 0.3579600121595295}, "though": {"her - their": -0.07926242203397874, "her": 0.2443817053011734, "their": 0.32364412733515213}, "thought": {"her - their": -0.023388109432757542, "her": 0.28647934632964517, "their": 0.3098674557624027}, "thousands": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "three": {"her - their": -0.11989067258203934, "her": 0.23700227865911916, "their": 0.3568929512411585}, "thrilled": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "through": {"her - their": -0.054345656843379775, "her": 0.301886579262527, "their": 0.35623223610590676}, "throughout": {"her - their": -0.05491551430682112, "her": 0.2788720160049323, "their": 0.3337875303117534}, "throw": {"her - their": -0.03744104814931076, "her": 0.2851084295608029, "their": 0.32254947771011366}, "ticket": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "tickets": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "ties": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "tim": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "time": {"her - their": -0.05639700017435245, "her": 0.3139677825724563, "their": 0.37036478274680873}, "times": {"her - their": -0.07777091016308879, "her": 0.2602179240432754, "their": 0.33798883420636416}, "timothy": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "tiptoeing": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "title": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "titled": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "titles": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "to": {"her - their": -0.11411312393553238, "her": 0.18455514344257914, "their": 0.29866826737811153}, "today": {"her - their": -0.022612211916406166, "her": 0.2990895703139264, "their": 0.3217017822303326}, "together": {"her - their": -0.08637754296715477, "her": 0.26573543986837206, "their": 0.35211298283552683}, "told": {"her - their": -0.009608312306216893, "her": 0.32155666296708857, "their": 0.33116497527330546}, "toll": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "tomorrow": {"her - their": -0.010818358043195392, "her": 0.24429076138735242, "their": 0.2551091194305478}, "tone": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "too": {"her - their": -0.061482220617012806, "her": 0.2883123948490541, "their": 0.3497946154660669}, "took": {"her - their": -0.023656854668267502, "her": 0.28215886385728806, "their": 0.30581571852555556}, "top": {"her - their": -0.11124469033696435, "her": 0.19265911121910065, "their": 0.303903801556065}, "topical": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "tortured": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "tough": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "tour": {"her - their": -0.01107492912755556, "her": 0.23907353070854512, "their": 0.2501484598361007}, "tours": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "toward": {"her - their": -0.05491551430682112, "her": 0.2788720160049323, "their": 0.3337875303117534}, "towards": {"her - their": -0.06069052209422798, "her": 0.2567378962045359, "their": 0.3174284182987639}, "town": {"her - their": -0.029597975361619927, "her": 0.24846514676141315, "their": 0.2780631221230331}, "train": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "travel": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "travelled": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "treated": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "treating": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "treatment": {"her - their": 0.011190390019892194, "her": 0.2687239682752019, "their": 0.2575335782553097}, "tremendous": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "tried": {"her - their": -0.04255942861749967, "her": 0.2752644176747126, "their": 0.3178238462922123}, "tries": {"her - their": 0.0878802760400138, "her": 0.3511701894137732, "their": 0.2632899133737594}, "trips": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "trouble": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "true": {"her - their": -0.032956604105540355, "her": 0.3119537944453996, "their": 0.34491039855093997}, "trust": {"her - their": -0.009066614264260309, "her": 0.30226018758299183, "their": 0.31132680184725214}, "truth": {"her - their": 0.042250755269956586, "her": 0.3511701894137732, "their": 0.3089194341438166}, "try": {"her - their": -0.042636797872630916, "her": 0.3157521686526313, "their": 0.3583889665252622}, "trying": {"her - their": -0.06692822928751041, "her": 0.2687239682752019, "their": 0.3356521975627123}, "turn": {"her - their": -0.009595073832034284, "her": 0.2915468062966027, "their": 0.30114188012863696}, "turned": {"her - their": 0.006309216305149634, "her": 0.3348270917662756, "their": 0.328517875461126}, "turns": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "tv": {"her - their": -0.07839816952457973, "her": 0.25011970593654625, "their": 0.328517875461126}, "twelve": {"her - their": 0.03636749681599927, "her": 0.25011970593654625, "their": 0.213752209120547}, "two": {"her - their": -0.06919704504054291, "her": 0.30728011481595047, "their": 0.3764771598564934}, "type": {"her - their": -0.06069052209422798, "her": 0.2567378962045359, "their": 0.3174284182987639}, "ugly": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "uk": {"her - their": -0.06069052209422798, "her": 0.2567378962045359, "their": 0.3174284182987639}, "ultimately": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "unappreciated": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "unbiased": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "uncertain": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "uncommunicative": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "uncredited": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "under": {"her - their": -0.08871940778347961, "her": 0.24244556748982585, "their": 0.33116497527330546}, "underneath": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "understand": {"her - their": -0.009824952174441182, "her": 0.28695684166104674, "their": 0.2967817938354879}, "understood": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "undertaking": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "unenticing": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "unfair": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "union": {"her - their": 0.012923975423329181, "her": 0.3161065487838031, "their": 0.30318257336047394}, "unit": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "unite": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "united": {"her - their": -0.08053682691763675, "her": 0.22602253400998873, "their": 0.3065593609276255}, "unity": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "unless": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "unnoticed": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "unpleasant": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "unproven": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "unsolved": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "until": {"her - their": -0.02625768787813415, "her": 0.30226018758299183, "their": 0.328517875461126}, "unwelcome": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "up": {"her - their": -0.06221656897367983, "her": 0.30421725604678423, "their": 0.36643382502046407}, "upon": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "uppity": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "urging": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "us": {"her - their": -0.062446532895720275, "her": 0.27767236118632677, "their": 0.34011889408204704}, "usd": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "use": {"her - their": -0.12346465442477689, "her": 0.18484458443714608, "their": 0.30830923886192296}, "used": {"her - their": -0.08711127760268184, "her": 0.26009419420854096, "their": 0.3472054718112228}, "uses": {"her - their": -0.04006804692860552, "her": 0.24429076138735242, "their": 0.28435880831595794}, "usual": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "usually": {"her - their": -0.07839816952457973, "her": 0.25011970593654625, "their": 0.328517875461126}, "v": {"her - their": 0.041839032328592984, "her": 0.3161065487838031, "their": 0.27426751645521014}, "valued": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "various": {"her - their": -0.021361546420296418, "her": 0.319864977546839, "their": 0.34122652396713543}, "ve": {"her - their": -0.06418335076964837, "her": 0.2676077277691335, "their": 0.33179107853878187}, "verbally": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "verse": {"her - their": -0.01107492912755556, "her": 0.23907353070854512, "their": 0.2501484598361007}, "version": {"her - their": -0.02718920721342949, "her": 0.28695684166104674, "their": 0.3141460488744762}, "very": {"her - their": -0.04619214052523968, "her": 0.3310544041497177, "their": 0.3772465446749574}, "views": {"her - their": -0.07839816952457973, "her": 0.25011970593654625, "their": 0.328517875461126}, "violent": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "virginity": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "virtual": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "visit": {"her - their": -0.010818358043195392, "her": 0.24429076138735242, "their": 0.2551091194305478}, "vote": {"her - their": -0.06069052209422798, "her": 0.2567378962045359, "their": 0.3174284182987639}, "vs": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "vulnerable": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "waaay": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "waiter": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "waiting": {"her - their": 0.013558590222247813, "her": 0.3361080679323615, "their": 0.32254947771011366}, "waitress": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "walk": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "walking": {"her - their": 0.04531253157561216, "her": 0.3678620092857258, "their": 0.32254947771011366}, "wander": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "want": {"her - their": -0.01961309433085634, "her": 0.31605677772271495, "their": 0.3356698720535713}, "wanted": {"her - their": 0.005551299959168643, "her": 0.3157521686526313, "their": 0.31020086869346264}, "wants": {"her - their": -0.06120709591070589, "her": 0.25011970593654625, "their": 0.31132680184725214}, "war": {"her - their": -0.02946038369602305, "her": 0.2506240953935351, "their": 0.28008447908955814}, "warm": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "was": {"her - their": -0.06582197170449033, "her": 0.28184353773895615, "their": 0.3476655094434465}, "washington": {"her - their": 0.036920494231105244, "her": 0.27360073721697403, "their": 0.2366802429858688}, "wasn": {"her - their": 0.09781859003905702, "her": 0.38692552354514176, "their": 0.28910693350608474}, "waste": {"her - their": -0.04173221872981636, "her": 0.2188434053359129, "their": 0.26057562406572926}, "watched": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "watching": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "water": {"her - their": -0.06719007313437969, "her": 0.26573543986837206, "their": 0.33292551300275175}, "waterstones": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "watson": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "way": {"her - their": -0.002053733190078677, "her": 0.3449990966551296, "their": 0.3470528298452083}, "we": {"her - their": -0.08439733049581088, "her": 0.2642423624430062, "their": 0.3486396929388171}, "weakest": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "wears": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "weaselled": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "weaving": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "websites": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "wee": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "week": {"her - their": -0.03738033118544837, "her": 0.31369849006867906, "their": 0.3510788212541274}, "weekend": {"her - their": -0.009421759467876933, "her": 0.27360073721697403, "their": 0.28302249668485097}, "weeks": {"her - their": 0.041967619262216815, "her": 0.3249901159470678, "their": 0.28302249668485097}, "weight": {"her - their": -0.040407585427546716, "her": 0.23907353070854512, "their": 0.27948111613609183}, "welfare": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "well": {"her - their": -0.04905661694073066, "her": 0.31308011720719864, "their": 0.3621367341479293}, "went": {"her - their": -0.010234917501152463, "her": 0.2788720160049323, "their": 0.28910693350608474}, "were": {"her - their": -0.06385326448185308, "her": 0.2802500660126402, "their": 0.34410333049449326}, "weren": {"her - their": 0.0878802760400138, "her": 0.3511701894137732, "their": 0.2632899133737594}, "west": {"her - their": -0.12006526172916626, "her": 0.21558693583354605, "their": 0.3356521975627123}, "westerberg": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "what": {"her - their": -0.12457073755376968, "her": 0.24978911699802525, "their": 0.37435985455179493}, "whatever": {"her - their": -0.03926142603205546, "her": 0.2567378962045359, "their": 0.29599932223659137}, "when": {"her - their": -0.07087461751588525, "her": 0.29038322321143817, "their": 0.3612578407273234}, "where": {"her - their": -0.04338478337705509, "her": 0.3142323952686935, "their": 0.3576171786457486}, "whether": {"her - their": 0.01466807914544166, "her": 0.31852511858386845, "their": 0.3038570394384268}, "which": {"her - their": -0.103107227599042, "her": 0.26754730745496946, "their": 0.37065453505401147}, "while": {"her - their": -0.157878549555833, "her": 0.2097269080591189, "their": 0.3676054576149519}, "whiled": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "whilst": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "whim": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "white": {"her - their": -0.07696674625757027, "her": 0.2687239682752019, "their": 0.34569071453277217}, "who": {"her - their": -0.03751537115888948, "her": 0.33181692819237085, "their": 0.36933229935126033}, "whole": {"her - their": -0.09433755625736154, "her": 0.23434513846283153, "their": 0.32868269472019307}, "whose": {"her - their": -0.061661716478151135, "her": 0.24429076138735242, "their": 0.30595247786550356}, "why": {"her - their": -0.07315629960274272, "her": 0.2978160858317032, "their": 0.37097238543444594}, "wicked": {"her - their": 0.03715427733034077, "her": 0.2851084295608029, "their": 0.24795415223046213}, "wider": {"her - their": 0.0878802760400138, "her": 0.3511701894137732, "their": 0.2632899133737594}, "widows": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "wife": {"her - their": 0.023663306436162823, "her": 0.3410917247349267, "their": 0.3174284182987639}, "will": {"her - their": -0.09441554225683485, "her": 0.2733159981477037, "their": 0.36773154040453854}, "wilson": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "window": {"her - their": 0.08846844065882112, "her": 0.30867268403835524, "their": 0.22020424337953412}, "wing": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "wisdom": {"her - their": 0.042250755269956586, "her": 0.3511701894137732, "their": 0.3089194341438166}, "wise": {"her - their": 0.04524279415246368, "her": 0.35701992248392733, "their": 0.31177712833146365}, "wish": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "wished": {"her - their": -0.008197392832455686, "her": 0.30072204131136093, "their": 0.3089194341438166}, "with": {"her - their": -0.08671450888477028, "her": 0.28582223843074056, "their": 0.37253674731551084}, "withhold": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "within": {"her - their": -0.06635484624831228, "her": 0.2752644176747126, "their": 0.3416192639230249}, "without": {"her - their": -0.05442279403401207, "her": 0.28215886385728806, "their": 0.3365816578913001}, "withstood": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "woman": {"her - their": 0.07399742579907637, "her": 0.35701992248392733, "their": 0.28302249668485097}, "women": {"her - their": -0.08197970159477191, "her": 0.20960938988235772, "their": 0.29158909147712964}, "won": {"her - their": -0.08637754296715477, "her": 0.26573543986837206, "their": 0.35211298283552683}, "wonder": {"her - their": -0.008400433519891726, "her": 0.3161065487838031, "their": 0.32450698230369485}, "word": {"her - their": -0.04286405709264407, "her": 0.20171050081389233, "their": 0.2445745579065364}, "work": {"her - their": -0.036846414559484175, "her": 0.32300938134779883, "their": 0.359855795907283}, "working": {"her - their": -0.027447693132804818, "her": 0.2827531755606578, "their": 0.31020086869346264}, "workshops": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "world": {"her - their": -0.0671544459449051, "her": 0.2872241850053257, "their": 0.3543786309502308}, "worries": {"her - their": 0.037432127937601534, "her": 0.30072204131136093, "their": 0.2632899133737594}, "worry": {"her - their": 0.01224968743319449, "her": 0.29660849574915243, "their": 0.28435880831595794}, "worst": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "would": {"her - their": -0.030189828061793267, "her": 0.3206390255863663, "their": 0.3508288536481596}, "writes": {"her - their": 0.012923975423329181, "her": 0.3161065487838031, "their": 0.30318257336047394}, "writing": {"her - their": -0.06120709591070589, "her": 0.25011970593654625, "their": 0.31132680184725214}, "wrong": {"her - their": -0.038176391114489616, "her": 0.27360073721697403, "their": 0.31177712833146365}, "wrote": {"her - their": -0.027687344922693202, "her": 0.2788720160049323, "their": 0.3065593609276255}, "www": {"her - their": -0.05937240758462853, "her": 0.27360073721697403, "their": 0.33297314480160256}, "year": {"her - their": -0.030896019906501093, "her": 0.2956287246416489, "their": 0.32652474454815}, "years": {"her - their": -0.07122318943255213, "her": 0.2912988740154799, "their": 0.362522063448032}, "yes": {"her - their": -0.01021596251020529, "her": 0.2567378962045359, "their": 0.2669538587147412}, "yet": {"her - their": -0.13113962540916335, "her": 0.2068492087972008, "their": 0.33798883420636416}, "yo": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "yoing": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "york": {"her - their": -0.08267009624917568, "her": 0.20171050081389233, "their": 0.284380597063068}, "yorker": {"her - their": -0.00889426356280032, "her": 0.2851084295608029, "their": 0.2940026931236032}, "you": {"her - their": -0.06996310070014256, "her": 0.27077870118668107, "their": 0.3407418018868236}, "young": {"her - their": 0.02199734443646445, "her": 0.34369912666679703, "their": 0.3217017822303326}, "your": {"her - their": -0.09465662776323897, "her": 0.2529892126779058, "their": 0.34764584044114477}, "yourself": {"her - their": -0.03876625527637395, "her": 0.2644163180841, "their": 0.30318257336047394}, "yulia": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "zakharova": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}, "zone": {"her - their": -0.040407585427546716, "her": 0.23907353070854512, "their": 0.27948111613609183}, "zones": {"her - their": 0.03778417305453702, "her": 0.32589100284706113, "their": 0.2881068297925241}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-her-them.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-her-them.json new file mode 100644 index 0000000000000000000000000000000000000000..fc448b35c58e153c5bd1d8754ff15bedfae81cd2 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-her-them.json @@ -0,0 +1 @@ +{"0": {"her - them": -0.11720857724821612, "her": 0.17634710446816496, "them": 0.2935556817163811}, "000": {"her - them": -0.026387951689810285, "her": 0.2990895703139264, "them": 0.3254775220037367}, "04": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "08": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "1": {"her - them": -0.09419777145590913, "her": 0.23322159626571398, "them": 0.3274193677216231}, "10": {"her - them": -0.08096075581211556, "her": 0.24244556748982585, "them": 0.3234063233019414}, "100": {"her - them": -0.09415955410726495, "her": 0.26573543986837206, "them": 0.359894993975637}, "12": {"her - them": -0.0588435576898072, "her": 0.2752644176747126, "them": 0.3341079753645198}, "13": {"her - them": -0.03468906422942025, "her": 0.28695684166104674, "them": 0.321645905890467}, "14": {"her - them": -0.08730076742763546, "her": 0.23434513846283153, "them": 0.321645905890467}, "15": {"her - them": -0.002447716600702421, "her": 0.3084221978165759, "them": 0.31086991441727835}, "16": {"her - them": -0.05611549128769247, "her": 0.23434513846283153, "them": 0.290460629750524}, "17": {"her - them": -0.0608054236617106, "her": 0.2990895703139264, "them": 0.359894993975637}, "18": {"her - them": -0.05476898409531783, "her": 0.25011970593654625, "them": 0.3048886900318641}, "18usd": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "19": {"her - them": -0.05682908788053298, "her": 0.22602253400998873, "them": 0.2828516218905217}, "2": {"her - them": -0.07783654058220257, "her": 0.27528707071102243, "them": 0.353123611293225}, "20": {"her - them": -0.019928623091447106, "her": 0.32976840698000937, "them": 0.34969703007145647}, "200": {"her - them": -0.05476898409531783, "her": 0.25011970593654625, "them": 0.3048886900318641}, "2011": {"her - them": -0.057148003286468074, "her": 0.222311322237236, "them": 0.27945932552370406}, "2012": {"her - them": -0.05476898409531783, "her": 0.25011970593654625, "them": 0.3048886900318641}, "2014": {"her - them": -0.004788914778627418, "her": 0.2567378962045359, "them": 0.2615268109831633}, "2016": {"her - them": -0.11035710247921673, "her": 0.23434513846283153, "them": 0.34470224094204827}, "2019": {"her - them": 0.04714587305519191, "her": 0.30867268403835524, "them": 0.2615268109831633}, "20th": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "21": {"her - them": -0.08414198366618031, "her": 0.2644163180841, "them": 0.3485583017502803}, "22": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "24": {"her - them": -0.05476898409531783, "her": 0.25011970593654625, "them": 0.3048886900318641}, "25": {"her - them": 0.04732939019782456, "her": 0.3161065487838031, "them": 0.26877715858597856}, "28": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "29": {"her - them": -0.005163902626551586, "her": 0.25011970593654625, "them": 0.25528360856309784}, "3": {"her - them": -0.06531956677795675, "her": 0.2883123948490541, "them": 0.3536319616270108}, "30": {"her - them": -0.08775358692211827, "her": 0.23001687775679958, "them": 0.31777046467891784}, "300": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "38": {"her - them": 0.04775493921162932, "her": 0.3361080679323615, "them": 0.28835312872073215}, "39": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "4": {"her - them": -0.04778848164537958, "her": 0.26923496643284084, "them": 0.3170234480782204}, "40": {"her - them": 0.046976579019893994, "her": 0.30226018758299183, "them": 0.25528360856309784}, "400": {"her - them": 0.04775493921162932, "her": 0.3361080679323615, "them": 0.28835312872073215}, "40th": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "42": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "45": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "5": {"her - them": -0.10379725058219097, "her": 0.24630724150082467, "them": 0.35010449208301564}, "500": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "58": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "6": {"her - them": -0.06602636959272512, "her": 0.2474383152014572, "them": 0.3134646847941823}, "69p": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "7": {"her - them": -0.12144806925042323, "her": 0.2528702522319531, "them": 0.3743183214823763}, "8": {"her - them": -0.16360324860114728, "her": 0.19479030774674516, "them": 0.35839355634789244}, "81st": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "884": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "8am": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "90": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "a": {"her - them": -0.13528966478171048, "her": 0.20923117476328892, "them": 0.3445208395449994}, "able": {"her - them": -0.05011869284829773, "her": 0.31852511858386845, "them": 0.3686438114321662}, "about": {"her - them": -0.08793944918645263, "her": 0.3131495508017664, "them": 0.401088999988219}, "above": {"her - them": -0.05526561838659047, "her": 0.24429076138735242, "them": 0.2995563797739429}, "abs": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "absolutely": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "abundance": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "accept": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "accepting": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "access": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "accord": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "according": {"her - them": -0.03981895257443066, "her": 0.22318651234085476, "them": 0.2630054649152854}, "accounted": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "accuracy": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "accusations": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "achieved": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "acknowledge": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "acquaintances": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "act": {"her - them": -0.019928623091447106, "her": 0.32976840698000937, "them": 0.34969703007145647}, "acting": {"her - them": -5.4852059364673966e-05, "her": 0.3511701894137732, "them": 0.3512250414731379}, "activities": {"her - them": -0.05974208213536464, "her": 0.26573543986837206, "them": 0.3254775220037367}, "activity": {"her - them": -0.08817106202342795, "her": 0.22602253400998873, "them": 0.3141935960334167}, "actor": {"her - them": -0.005163902626551586, "her": 0.25011970593654625, "them": 0.25528360856309784}, "acts": {"her - them": 0.029746952608944444, "her": 0.32930333238288734, "them": 0.2995563797739429}, "actually": {"her - them": -0.025685777547943878, "her": 0.3084221978165759, "them": 0.3341079753645198}, "adapt": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "added": {"her - them": 0.04571613956938467, "her": 0.26290581367043764, "them": 0.21718967410105297}, "address": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "administration": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "administrative": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "admission": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "adoring": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "adult": {"her - them": -0.005802178040878292, "her": 0.23907353070854512, "them": 0.2448757087494234}, "adulthood": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "advanced": {"her - them": -0.05526561838659047, "her": 0.24429076138735242, "them": 0.2995563797739429}, "advantage": {"her - them": -0.0008109602310596431, "her": 0.3361080679323615, "them": 0.3369190281634211}, "affected": {"her - them": -0.08495067239046533, "her": 0.2567378962045359, "them": 0.34168856859500124}, "africa": {"her - them": -0.08817106202342795, "her": 0.22602253400998873, "them": 0.3141935960334167}, "african": {"her - them": -0.061270764866267646, "her": 0.17478410391211094, "them": 0.23605486877837858}, "after": {"her - them": -0.06522651290769321, "her": 0.3161384189534414, "them": 0.3813649318611346}, "again": {"her - them": -0.045591148052560426, "her": 0.2936828275983154, "them": 0.3392739756508758}, "against": {"her - them": -0.024693170498504002, "her": 0.3327438873787014, "them": 0.3574370578772054}, "agencies": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "agenda": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "agent": {"her - them": -0.032451752966477176, "her": 0.3161065487838031, "them": 0.3485583017502803}, "agents": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "ago": {"her - them": -0.020748857067007354, "her": 0.31852511858386845, "them": 0.3392739756508758}, "agree": {"her - them": -0.08317277532381351, "her": 0.27360073721697403, "them": 0.35677351254078754}, "aid": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "aimed": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "ain": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "al": {"her - them": -0.005802178040878292, "her": 0.23907353070854512, "them": 0.2448757087494234}, "aladdin": {"her - them": -0.0054987829731368565, "her": 0.24429076138735242, "them": 0.24978954436048928}, "alana": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "albeit": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "alien": {"her - them": -0.05571104919851225, "her": 0.23907353070854512, "them": 0.29478457990705736}, "aliens": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "all": {"her - them": -0.09932681648270275, "her": 0.2960161863918095, "them": 0.39534300287451224}, "allow": {"her - them": -0.10671884248824309, "her": 0.2644163180841, "them": 0.3711351605723431}, "almost": {"her - them": -0.060512494219670365, "her": 0.30201720525817144, "them": 0.3625296994778418}, "alone": {"her - them": -0.08317277532381351, "her": 0.27360073721697403, "them": 0.35677351254078754}, "along": {"her - them": -0.08928182869779794, "her": 0.27441502417013736, "them": 0.3636968528679353}, "alongside": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "aloof": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "already": {"her - them": -0.050579884353448124, "her": 0.31369849006867906, "them": 0.3642783744221272}, "also": {"her - them": -0.13164895321975317, "her": 0.2777012169906531, "them": 0.40935017021040626}, "alternatives": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "although": {"her - them": -0.03057389260937532, "her": 0.33370448181275186, "them": 0.3642783744221272}, "always": {"her - them": -0.1492419340452966, "her": 0.19930825236638064, "them": 0.34855018641167723}, "am": {"her - them": -0.05974208213536464, "her": 0.26573543986837206, "them": 0.3254775220037367}, "amber": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "american": {"her - them": -0.14779076366697358, "her": 0.20960938988235772, "them": 0.3574001535493313}, "amnews": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "amongst": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "an": {"her - them": -0.12000801985879839, "her": 0.3002514612077961, "them": 0.4202594810665945}, "ananias": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "and": {"her - them": -0.1389196164295844, "her": 0.18779347610867791, "them": 0.3267130925382623}, "angeles": {"her - them": 0.02940434779631501, "her": 0.319864977546839, "them": 0.290460629750524}, "angry": {"her - them": 0.04775493921162932, "her": 0.3361080679323615, "them": 0.28835312872073215}, "angst": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "another": {"her - them": -0.0750653970867165, "her": 0.2995680820056731, "them": 0.3746334790923896}, "answer": {"her - them": -0.05684253783468596, "her": 0.29660849574915243, "them": 0.3534510335838384}, "anthony": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "anticipated": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "any": {"her - them": -0.10781121329066251, "her": 0.29581256942145384, "them": 0.40362378271211635}, "anyone": {"her - them": -0.0035037880894772666, "her": 0.28695684166104674, "them": 0.290460629750524}, "anything": {"her - them": 0.07954348320317778, "her": 0.3348270917662756, "them": 0.25528360856309784}, "apartment": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "apostles": {"her - them": -0.057148003286468074, "her": 0.222311322237236, "them": 0.27945932552370406}, "appears": {"her - them": -0.005163902626551586, "her": 0.25011970593654625, "them": 0.25528360856309784}, "applied": {"her - them": -0.08317277532381351, "her": 0.27360073721697403, "them": 0.35677351254078754}, "apply": {"her - them": -0.0819554647226986, "her": 0.2851084295608029, "them": 0.3670638942835015}, "appointing": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "appreciate": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "approached": {"her - them": 0.030639879722575203, "her": 0.35701992248392733, "them": 0.32638004276135213}, "appropriately": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "april": {"her - them": -0.0054987829731368565, "her": 0.24429076138735242, "them": 0.24978954436048928}, "archived": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "are": {"her - them": -0.15424342128042695, "her": 0.25528681960523064, "them": 0.4095302408856576}, "aren": {"her - them": -0.092141512536075, "her": 0.2827531755606578, "them": 0.3748946880967328}, "argue": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "argument": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "arkadelphia": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "army": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "around": {"her - them": -0.07642074528812876, "her": 0.30975258311244275, "them": 0.3861733284005715}, "arrested": {"her - them": 0.04775493921162932, "her": 0.3361080679323615, "them": 0.28835312872073215}, "arrival": {"her - them": -0.001865234175231767, "her": 0.3161065487838031, "them": 0.3179717829590349}, "arrive": {"her - them": -0.10559598782633034, "her": 0.27360073721697403, "them": 0.3791967250433044}, "arrived": {"her - them": 0.046976579019893994, "her": 0.30226018758299183, "them": 0.25528360856309784}, "article": {"her - them": -0.08564653155024149, "her": 0.25011970593654625, "them": 0.33576623748678774}, "artists": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "as": {"her - them": -0.12254876978488227, "her": 0.26074608346797523, "them": 0.3832948532528575}, "asia": {"her - them": -0.005163902626551586, "her": 0.25011970593654625, "them": 0.25528360856309784}, "ask": {"her - them": -0.0015247691259383522, "her": 0.32435431967240846, "them": 0.3258790887983468}, "asked": {"her - them": -0.002018296026286559, "her": 0.3157521686526313, "them": 0.31777046467891784}, "aspect": {"her - them": -0.0819554647226986, "her": 0.2851084295608029, "them": 0.3670638942835015}, "ass": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "assurance": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "at": {"her - them": -0.10072463377355217, "her": 0.29815061250505515, "them": 0.3988752462786073}, "atlantic": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "attachment": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "attack": {"her - them": -0.004397838762444872, "her": 0.27189197322194414, "them": 0.276289811984389}, "attacked": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "attacks": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "attempt": {"her - them": -0.002947884024790459, "her": 0.29660849574915243, "them": 0.2995563797739429}, "attend": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "attitude": {"her - them": -0.08414198366618031, "her": 0.2644163180841, "them": 0.3485583017502803}, "attractions": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "august": {"her - them": -0.006080128088416625, "her": 0.23434513846283153, "them": 0.24042526655124816}, "aussie": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "australian": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "author": {"her - them": -0.002271626012080974, "her": 0.30867268403835524, "them": 0.3109443100504362}, "authority": {"her - them": -0.08414198366618031, "her": 0.2644163180841, "them": 0.3485583017502803}, "available": {"her - them": 0.04592635290615485, "her": 0.2687239682752019, "them": 0.22279761536904705}, "avatar": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "away": {"her - them": -0.09303053501212938, "her": 0.2752644176747126, "them": 0.368294952686842}, "awkwardness": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "ba": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "baby": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "back": {"her - them": -0.06188070643526983, "her": 0.32062843484104203, "them": 0.38250914127631186}, "bad": {"her - them": -0.08625851210867605, "her": 0.24429076138735242, "them": 0.3305492734960285}, "balance": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "ball": {"her - them": -0.004788914778627418, "her": 0.2567378962045359, "them": 0.2615268109831633}, "ballerina": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "band": {"her - them": -0.005802178040878292, "her": 0.23907353070854512, "them": 0.2448757087494234}, "bandana": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "baring": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "based": {"her - them": -0.06026381015485177, "her": 0.2602179240432754, "them": 0.32048173419812714}, "basis": {"her - them": -0.0868055580898017, "her": 0.23907353070854512, "them": 0.3258790887983468}, "baskervilles": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "be": {"her - them": -0.09813332630392929, "her": 0.2872292307273009, "them": 0.3853625570312302}, "beat": {"her - them": -0.0868055580898017, "her": 0.23907353070854512, "them": 0.3258790887983468}, "beaten": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "beating": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "beauty": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "became": {"her - them": -0.018246428524801073, "her": 0.3535188597538935, "them": 0.3717652882786946}, "because": {"her - them": -0.09926549999922835, "her": 0.2980295758107503, "them": 0.39729507580997864}, "become": {"her - them": -0.07933046431267765, "her": 0.25765729437853174, "them": 0.3369877586912094}, "becomes": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "becoming": {"her - them": -0.032451752966477176, "her": 0.3161065487838031, "them": 0.3485583017502803}, "been": {"her - them": -0.07870537678118183, "her": 0.3196111574264824, "them": 0.3983165342076642}, "beer": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "before": {"her - them": -0.10087626848958131, "her": 0.3236927265626118, "them": 0.4245689950521931}, "began": {"her - them": -0.08855859218004236, "her": 0.222311322237236, "them": 0.31086991441727835}, "begin": {"her - them": -0.001865234175231767, "her": 0.3161065487838031, "them": 0.3179717829590349}, "begrudgingly": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "behalf": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "behavior": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "behind": {"her - them": -0.03501728911826002, "her": 0.2827531755606578, "them": 0.31777046467891784}, "being": {"her - them": -0.05453312811378119, "her": 0.3140345876733946, "them": 0.3685677157871758}, "belief": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "believed": {"her - them": -0.05476898409531783, "her": 0.25011970593654625, "them": 0.3048886900318641}, "believers": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "bemoans": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "bench": {"her - them": -0.05571104919851225, "her": 0.23907353070854512, "them": 0.29478457990705736}, "beneath": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "benevolence": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "best": {"her - them": -0.09497219456390832, "her": 0.29286582795021565, "them": 0.38783802251412397}, "better": {"her - them": -0.09807388028073677, "her": 0.2911728790777871, "them": 0.3892467593585239}, "between": {"her - them": -0.07770152504759281, "her": 0.2764678124494391, "them": 0.3541693374970319}, "bewildered": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "beyond": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "bible": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "biblically": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "big": {"her - them": -0.050579884353448124, "her": 0.31369849006867906, "them": 0.3642783744221272}, "bill": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "billion": {"her - them": -0.05870885726922079, "her": 0.20422050028314306, "them": 0.26292935755236385}, "bird": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "birmingham": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "birthday": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "bit": {"her - them": -0.08957979678411057, "her": 0.21251603764319157, "them": 0.30209583442730215}, "bite": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "blameless": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "blasting": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "blog": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "blogs": {"her - them": -0.032451752966477176, "her": 0.3161065487838031, "them": 0.3485583017502803}, "bluntly": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "board": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "body": {"her - them": -0.05684253783468596, "her": 0.29660849574915243, "them": 0.3534510335838384}, "boldly": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "bond": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "book": {"her - them": -0.03807821202799758, "her": 0.2443817053011734, "them": 0.282459917329171}, "booked": {"her - them": -5.4852059364673966e-05, "her": 0.3511701894137732, "them": 0.3512250414731379}, "books": {"her - them": -0.004194907848991458, "her": 0.2752644176747126, "them": 0.27945932552370406}, "borgen": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "boring": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "both": {"her - them": -0.10618379311887749, "her": 0.30724700562315205, "them": 0.41343079874202954}, "bottle": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "bought": {"her - them": -0.0008109602310596431, "her": 0.3361080679323615, "them": 0.3369190281634211}, "box": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "boy": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "boys": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "branches": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "break": {"her - them": -0.033015884556646, "her": 0.30867268403835524, "them": 0.34168856859500124}, "breakup": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "breezily": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "brighter": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "brilliant": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "bring": {"her - them": -0.035871841906788104, "her": 0.27189197322194414, "them": 0.30776381512873224}, "bringing": {"her - them": -0.08495067239046533, "her": 0.2567378962045359, "them": 0.34168856859500124}, "brisbane": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "brisvegas": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "britain": {"her - them": -0.005163902626551586, "her": 0.25011970593654625, "them": 0.25528360856309784}, "british": {"her - them": -0.005802178040878292, "her": 0.23907353070854512, "them": 0.2448757087494234}, "broadway": {"her - them": -0.005163902626551586, "her": 0.25011970593654625, "them": 0.25528360856309784}, "broken": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "brother": {"her - them": 0.04714587305519191, "her": 0.30867268403835524, "them": 0.2615268109831633}, "brought": {"her - them": -0.024147701200951055, "her": 0.32930333238288734, "them": 0.3534510335838384}, "bubbling": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "building": {"her - them": -0.08564653155024149, "her": 0.25011970593654625, "them": 0.33576623748678774}, "buildings": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "burn": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "burned": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "burst": {"her - them": -5.4852059364673966e-05, "her": 0.3511701894137732, "them": 0.3512250414731379}, "bus": {"her - them": -0.05744640664847611, "her": 0.2188434053359129, "them": 0.276289811984389}, "business": {"her - them": -0.025140662574064332, "her": 0.3157521686526313, "them": 0.3408928312266956}, "busy": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "but": {"her - them": -0.11694131149232945, "her": 0.2970302061129014, "them": 0.4139715176052308}, "buy": {"her - them": -0.0035037880894772666, "her": 0.28695684166104674, "them": 0.290460629750524}, "by": {"her - them": -0.10432664551023568, "her": 0.30127401445616725, "them": 0.40560065996640293}, "c": {"her - them": -0.05772696298751995, "her": 0.21558693583354605, "them": 0.273313898821066}, "cab": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "cadaver": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "californication": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "call": {"her - them": -0.0006787116675256999, "her": 0.3402141195591699, "them": 0.3408928312266956}, "called": {"her - them": -0.023039693024376084, "her": 0.35319669369431167, "them": 0.37623638671868775}, "calling": {"her - them": -0.004788914778627418, "her": 0.2567378962045359, "them": 0.2615268109831633}, "calls": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "calming": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "came": {"her - them": -0.07550321558261197, "her": 0.2887751588395152, "them": 0.3642783744221272}, "camp": {"her - them": -0.007011222384648685, "her": 0.2188434053359129, "them": 0.22585462772056158}, "can": {"her - them": -0.13071668354530375, "her": 0.26688805747415784, "them": 0.3976047410194616}, "capable": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "captivating": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "captured": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "car": {"her - them": -0.005272063173832109, "her": 0.25765729437853174, "them": 0.26292935755236385}, "card": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "care": {"her - them": -0.05813965566603779, "her": 0.2827531755606578, "them": 0.3408928312266956}, "cared": {"her - them": 0.04775493921162932, "her": 0.3361080679323615, "them": 0.28835312872073215}, "career": {"her - them": -0.032451752966477176, "her": 0.3161065487838031, "them": 0.3485583017502803}, "caring": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "carpet": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "carried": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "case": {"her - them": -0.0179293894248318, "her": 0.31977269741888853, "them": 0.33770208684372033}, "cases": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "cassidy": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "cause": {"her - them": -0.16137769291730447, "her": 0.20960938988235772, "them": 0.3709870827996622}, "caused": {"her - them": -0.0008109602310596431, "her": 0.3361080679323615, "them": 0.3369190281634211}, "cell": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "center": {"her - them": -0.08625851210867605, "her": 0.24429076138735242, "them": 0.3305492734960285}, "centered": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "central": {"her - them": 0.046818951388663155, "her": 0.29660849574915243, "them": 0.24978954436048928}, "centre": {"her - them": -0.05799183987800574, "her": 0.21251603764319157, "them": 0.2705078775211973}, "certain": {"her - them": -0.0868055580898017, "her": 0.23907353070854512, "them": 0.3258790887983468}, "certainly": {"her - them": -0.16047108891877604, "her": 0.21558693583354605, "them": 0.3760580247523221}, "challenging": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "chance": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "chances": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "change": {"her - them": -0.026990718394303448, "her": 0.2911728790777871, "them": 0.31816359747209055}, "changes": {"her - them": -0.08414198366618031, "her": 0.2644163180841, "them": 0.3485583017502803}, "channel": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "chapter": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "character": {"her - them": -0.07515679252954216, "her": 0.29660849574915243, "them": 0.3717652882786946}, "charge": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "charges": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "chatty": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "cheapest": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "cheaply": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "check": {"her - them": -0.08625851210867605, "her": 0.24429076138735242, "them": 0.3305492734960285}, "chicago": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "child": {"her - them": 0.053876398756544874, "her": 0.34866097866360224, "them": 0.29478457990705736}, "childhood": {"her - them": 0.04775493921162932, "her": 0.3361080679323615, "them": 0.28835312872073215}, "children": {"her - them": -0.045591148052560426, "her": 0.2936828275983154, "them": 0.3392739756508758}, "chimpanzee": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "chinese": {"her - them": -0.05682908788053298, "her": 0.22602253400998873, "them": 0.2828516218905217}, "chocolate": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "chores": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "christ": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "christian": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "church": {"her - them": -0.0918556173577183, "her": 0.19060429997145267, "them": 0.282459917329171}, "circle": {"her - them": -0.08317277532381351, "her": 0.27360073721697403, "them": 0.35677351254078754}, "citizens": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "city": {"her - them": -0.15150676789228892, "her": 0.18304447707992275, "them": 0.33455124497221167}, "claim": {"her - them": -0.005163902626551586, "her": 0.25011970593654625, "them": 0.25528360856309784}, "claimed": {"her - them": -0.005163902626551586, "her": 0.25011970593654625, "them": 0.25528360856309784}, "class": {"her - them": -0.002271626012080974, "her": 0.30867268403835524, "them": 0.3109443100504362}, "clear": {"her - them": -0.0008931735295779619, "her": 0.33648305937794626, "them": 0.3373762329075242}, "clearly": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "closed": {"her - them": -0.08625851210867605, "her": 0.24429076138735242, "them": 0.3305492734960285}, "clouded": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "clue": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "co": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "coach": {"her - them": -0.08817106202342795, "her": 0.22602253400998873, "them": 0.3141935960334167}, "coleman": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "colleagues": {"her - them": 0.07956050640476436, "her": 0.35701992248392733, "them": 0.27745941607916297}, "collection": {"her - them": -0.006080128088416625, "her": 0.23434513846283153, "them": 0.24042526655124816}, "college": {"her - them": -0.03350604990379591, "her": 0.30226018758299183, "them": 0.33576623748678774}, "colonels": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "com": {"her - them": -0.04457705584656263, "her": 0.30511997422489384, "them": 0.34969703007145647}, "come": {"her - them": -0.08990091287243912, "her": 0.26923496643284084, "them": 0.35913587930527996}, "comedians": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "comes": {"her - them": -0.14545193406947304, "her": 0.22602253400998873, "them": 0.3714744680794618}, "comical": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "coming": {"her - them": -0.07780505684951233, "her": 0.27189197322194414, "them": 0.34969703007145647}, "commences": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "comment": {"her - them": 6.78261700551297e-05, "her": 0.3535188597538935, "them": 0.3534510335838384}, "commentary": {"her - them": -0.08414198366618031, "her": 0.2644163180841, "them": 0.3485583017502803}, "commitments": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "commits": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "common": {"her - them": -0.13039678073130606, "her": 0.222311322237236, "them": 0.35270810296854205}, "commonly": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "communicated": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "communities": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "community": {"her - them": -0.06000951362379142, "her": 0.26290581367043764, "them": 0.32291532729422906}, "company": {"her - them": -0.08810253274703544, "her": 0.28427650941860133, "them": 0.3723790421656368}, "comparing": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "compassionate": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "competent": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "complaint": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "complete": {"her - them": -0.05682908788053298, "her": 0.22602253400998873, "them": 0.2828516218905217}, "completely": {"her - them": -0.032451752966477176, "her": 0.3161065487838031, "them": 0.3485583017502803}, "complex": {"her - them": -0.10978889867733396, "her": 0.23907353070854512, "them": 0.3488624293858791}, "compulsion": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "conceived": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "concern": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "concluded": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "conditions": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "conference": {"her - them": -0.07744368529382945, "her": 0.2752644176747126, "them": 0.35270810296854205}, "confess": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "confidence": {"her - them": -0.05420660909623659, "her": 0.3249901159470678, "them": 0.3791967250433044}, "congregation": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "consolation": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "conspiracy": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "constantly": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "construction": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "contact": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "contest": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "continue": {"her - them": -0.001865234175231767, "her": 0.3161065487838031, "them": 0.3179717829590349}, "continued": {"her - them": -0.10602664712867266, "her": 0.2788720160049323, "them": 0.38489866313360493}, "continues": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "contouring": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "controlled": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "conversation": {"her - them": -0.001865234175231767, "her": 0.3161065487838031, "them": 0.3179717829590349}, "conveyed": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "convince": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "cookies": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "cops": {"her - them": 0.048009383846430886, "her": 0.3511701894137732, "them": 0.3031608055673423}, "cordial": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "corner": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "corporate": {"her - them": -0.08495067239046533, "her": 0.2567378962045359, "them": 0.34168856859500124}, "correctly": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "cost": {"her - them": 0.029102172554877903, "her": 0.3119537944453996, "them": 0.2828516218905217}, "costs": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "could": {"her - them": -0.08529325976335683, "her": 0.2989246984927741, "them": 0.3842179582561309}, "couldn": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "council": {"her - them": -0.05571104919851225, "her": 0.23907353070854512, "them": 0.29478457990705736}, "counselling": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "counter": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "country": {"her - them": -0.03757230199331507, "her": 0.2506240953935351, "them": 0.28819639738685016}, "couple": {"her - them": -0.05813965566603779, "her": 0.2827531755606578, "them": 0.3408928312266956}, "course": {"her - them": -0.07294486868820532, "her": 0.3119537944453996, "them": 0.38489866313360493}, "court": {"her - them": -0.06070149740747646, "her": 0.18129783547422867, "them": 0.24199933288170514}, "covered": {"her - them": -0.03350604990379591, "her": 0.30226018758299183, "them": 0.33576623748678774}, "covers": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "cowell": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "crack": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "crackerjack": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "create": {"her - them": -0.0868055580898017, "her": 0.23907353070854512, "them": 0.3258790887983468}, "created": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "credit": {"her - them": 0.046976579019893994, "her": 0.30226018758299183, "them": 0.25528360856309784}, "criminal": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "crisis": {"her - them": -0.006080128088416625, "her": 0.23434513846283153, "them": 0.24042526655124816}, "cross": {"her - them": -0.03501728911826002, "her": 0.2827531755606578, "them": 0.31777046467891784}, "crowd": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "crying": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "cultural": {"her - them": -0.08817106202342795, "her": 0.22602253400998873, "them": 0.3141935960334167}, "cultured": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "cup": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "customer": {"her - them": -0.001865234175231767, "her": 0.3161065487838031, "them": 0.3179717829590349}, "cut": {"her - them": -0.08495067239046533, "her": 0.2567378962045359, "them": 0.34168856859500124}, "d": {"her - them": -0.06184001432376984, "her": 0.2887751588395152, "them": 0.35061517316328505}, "dad": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "dai": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "daily": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "daizaemon": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "daizemon": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "dance": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "dancers": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "dangerous": {"her - them": 0.04775493921162932, "her": 0.3361080679323615, "them": 0.28835312872073215}, "danville": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "dark": {"her - them": -0.005163902626551586, "her": 0.25011970593654625, "them": 0.25528360856309784}, "dates": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "daughter": {"her - them": 0.10382790722823612, "her": 0.3442531737794843, "them": 0.24042526655124816}, "daughters": {"her - them": -0.004788914778627418, "her": 0.2567378962045359, "them": 0.2615268109831633}, "david": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "day": {"her - them": -0.12583469825857507, "her": 0.22050800102914775, "them": 0.3463426992877228}, "days": {"her - them": -0.026798906599811767, "her": 0.2936828275983154, "them": 0.32048173419812714}, "deacon": {"her - them": -0.005163902626551586, "her": 0.25011970593654625, "them": 0.25528360856309784}, "deacons": {"her - them": -0.006800286921281984, "her": 0.222311322237236, "them": 0.22911160915851797}, "death": {"her - them": -0.03350604990379591, "her": 0.30226018758299183, "them": 0.33576623748678774}, "december": {"her - them": 0.046818951388663155, "her": 0.29660849574915243, "them": 0.24978954436048928}, "decent": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "decide": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "decided": {"her - them": -0.0006787116675256999, "her": 0.3402141195591699, "them": 0.3408928312266956}, "decision": {"her - them": -0.11135369889753549, "her": 0.22602253400998873, "them": 0.3373762329075242}, "decline": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "declined": {"her - them": -0.0008109602310596431, "her": 0.3361080679323615, "them": 0.3369190281634211}, "dedicated": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "defeat": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "defend": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "defense": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "definitely": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "delicate": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "deliver": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "demanding": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "denied": {"her - them": -0.05571104919851225, "her": 0.23907353070854512, "them": 0.29478457990705736}, "denominator": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "department": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "depend": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "depth": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "derogatory": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "describe": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "description": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "deserved": {"her - them": -0.03178339659371976, "her": 0.3249901159470678, "them": 0.35677351254078754}, "design": {"her - them": -0.11600138647847508, "her": 0.18670181261724306, "them": 0.30270319909571813}, "destination": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "destinie": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "destiny": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "destroy": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "destroys": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "destruct": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "deteriorate": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "determine": {"her - them": -0.08495067239046533, "her": 0.2567378962045359, "them": 0.34168856859500124}, "devastating": {"her - them": 0.04775493921162932, "her": 0.3361080679323615, "them": 0.28835312872073215}, "developing": {"her - them": -0.001865234175231767, "her": 0.3161065487838031, "them": 0.3179717829590349}, "development": {"her - them": -0.11600138647847508, "her": 0.18670181261724306, "them": 0.30270319909571813}, "devote": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "diaspora": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "did": {"her - them": -0.04035190897057289, "her": 0.30975258311244275, "them": 0.35010449208301564}, "didn": {"her - them": -0.0008389741897328884, "her": 0.3385151872366886, "them": 0.3393541614264215}, "dies": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "different": {"her - them": -0.0019566156142586943, "her": 0.31852511858386845, "them": 0.32048173419812714}, "difficult": {"her - them": -0.10559598782633034, "her": 0.27360073721697403, "them": 0.3791967250433044}, "difficulty": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "digital": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "dinner": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "directing": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "director": {"her - them": 0.04653157510979858, "her": 0.28695684166104674, "them": 0.24042526655124816}, "disagrees": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "disciple": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "discovered": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "discuss": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "discussion": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "disliked": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "dismissed": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "disneynature": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "disobedience": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "display": {"her - them": -0.05526561838659047, "her": 0.24429076138735242, "them": 0.2995563797739429}, "disrepair": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "disrespected": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "distant": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "distracted": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "ditched": {"her - them": -5.4852059364673966e-05, "her": 0.3511701894137732, "them": 0.3512250414731379}, "division": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "divorce": {"her - them": -0.05526561838659047, "her": 0.24429076138735242, "them": 0.2995563797739429}, "divorced": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "divulge": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "do": {"her - them": -0.1635158319380238, "her": 0.24677271395998032, "them": 0.4102885458980041}, "does": {"her - them": -0.09009533522421048, "her": 0.2676077277691335, "them": 0.357703062993344}, "doesn": {"her - them": -0.09343039393738467, "her": 0.27189197322194414, "them": 0.3653223671593288}, "doing": {"her - them": -0.04322673466819332, "her": 0.32728798241526363, "them": 0.37051471708345696}, "dollars": {"her - them": 0.030639879722575203, "her": 0.35701992248392733, "them": 0.32638004276135213}, "dominating": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "don": {"her - them": -0.06716740386592063, "her": 0.2981674818370932, "them": 0.3653348857030138}, "done": {"her - them": -0.07523826287950158, "her": 0.2911728790777871, "them": 0.3664111419572887}, "door": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "double": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "down": {"her - them": -0.08736014323478458, "her": 0.2801572406824972, "them": 0.3675173839172818}, "downtown": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "dozens": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "dressed": {"her - them": -0.02278458832050939, "her": 0.3483505722518337, "them": 0.3711351605723431}, "drink": {"her - them": -0.05476898409531783, "her": 0.25011970593654625, "them": 0.3048886900318641}, "drinks": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "driver": {"her - them": -0.05502861178853996, "her": 0.3161065487838031, "them": 0.3711351605723431}, "drivers": {"her - them": -0.004788914778627418, "her": 0.2567378962045359, "them": 0.2615268109831633}, "driving": {"her - them": -0.0026285024488722497, "her": 0.30226018758299183, "them": 0.3048886900318641}, "drop": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "dropped": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "drops": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "drove": {"her - them": 0.048009383846430886, "her": 0.3511701894137732, "them": 0.3031608055673423}, "drunk": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "due": {"her - them": -0.15125768052713373, "her": 0.18484458443714608, "them": 0.3361022649642798}, "during": {"her - them": -0.12600881257855498, "her": 0.2192119672377659, "them": 0.3452207798163209}, "dvd": {"her - them": -0.006080128088416625, "her": 0.23434513846283153, "them": 0.24042526655124816}, "e": {"her - them": -0.0868055580898017, "her": 0.23907353070854512, "them": 0.3258790887983468}, "each": {"her - them": -0.07984348728011814, "her": 0.2528702522319531, "them": 0.3327137395120712}, "ear": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "earlier": {"her - them": -0.003237773610454686, "her": 0.2915468062966027, "them": 0.29478457990705736}, "early": {"her - them": -0.06310604714023216, "her": 0.3092729950254046, "them": 0.3723790421656368}, "earns": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "easier": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "east": {"her - them": -0.11179665312728382, "her": 0.222311322237236, "them": 0.3341079753645198}, "easy": {"her - them": -0.05571104919851225, "her": 0.23907353070854512, "them": 0.29478457990705736}, "eat": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "ecclesial": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "ecstatic": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "ect": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "edited": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "effective": {"her - them": -0.004788914778627418, "her": 0.2567378962045359, "them": 0.2615268109831633}, "effects": {"her - them": -0.006080128088416625, "her": 0.23434513846283153, "them": 0.24042526655124816}, "effort": {"her - them": 0.04775493921162932, "her": 0.3361080679323615, "them": 0.28835312872073215}, "efforts": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "eggshells": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "eight": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "either": {"her - them": -0.12990660825512457, "her": 0.22602253400998873, "them": 0.3559291422651133}, "elder": {"her - them": -0.004788914778627418, "her": 0.2567378962045359, "them": 0.2615268109831633}, "elders": {"her - them": -0.006576236909559552, "her": 0.22602253400998873, "them": 0.23259877091954828}, "electrocute": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "elegant": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "elemental": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "ellen": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "else": {"her - them": -0.032451752966477176, "her": 0.3161065487838031, "them": 0.3485583017502803}, "eludes": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "elyton": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "email": {"her - them": -0.08625851210867605, "her": 0.24429076138735242, "them": 0.3305492734960285}, "emergency": {"her - them": 0.04653157510979858, "her": 0.28695684166104674, "them": 0.24042526655124816}, "emotional": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "emotionally": {"her - them": 0.04775493921162932, "her": 0.3361080679323615, "them": 0.28835312872073215}, "emphasis": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "emphasize": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "employed": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "encourage": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "end": {"her - them": -0.14956473881762183, "her": 0.19700427445609042, "them": 0.34656901327371226}, "ended": {"her - them": 0.04732939019782456, "her": 0.3161065487838031, "them": 0.26877715858597856}, "energy": {"her - them": -0.05952659708616037, "her": 0.19479030774674516, "them": 0.25431690483290553}, "engage": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "engaging": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "england": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "ensuring": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "enter": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "entered": {"her - them": -0.08625851210867605, "her": 0.24429076138735242, "them": 0.3305492734960285}, "entertainment": {"her - them": -0.03178339659371976, "her": 0.3249901159470678, "them": 0.35677351254078754}, "entire": {"her - them": -0.05813965566603779, "her": 0.2827531755606578, "them": 0.3408928312266956}, "entourage": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "epidemic": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "episodes": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "equipping": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "ers": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "escape": {"her - them": -0.0819554647226986, "her": 0.2851084295608029, "them": 0.3670638942835015}, "escort": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "especially": {"her - them": -0.04485129330278337, "her": 0.30201720525817144, "them": 0.3468684985609548}, "essential": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "established": {"her - them": -0.001389926814284348, "her": 0.3249901159470678, "them": 0.32638004276135213}, "estranged": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "estrangement": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "estrangements": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "et": {"her - them": -0.05611549128769247, "her": 0.23434513846283153, "them": 0.290460629750524}, "europe": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "evaluate": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "even": {"her - them": -0.122922539074623, "her": 0.24859074744417484, "them": 0.37151328651879784}, "evening": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "event": {"her - them": -0.03394077774687604, "her": 0.29660849574915243, "them": 0.3305492734960285}, "events": {"her - them": -0.08564653155024149, "her": 0.25011970593654625, "them": 0.33576623748678774}, "eventually": {"her - them": -0.08495067239046533, "her": 0.2567378962045359, "them": 0.34168856859500124}, "ever": {"her - them": -0.054299471123351595, "her": 0.3253094432370409, "them": 0.3796089143603925}, "every": {"her - them": -0.1605629129754825, "her": 0.24638640755975252, "them": 0.406949320535235}, "everybody": {"her - them": -0.08317277532381351, "her": 0.27360073721697403, "them": 0.35677351254078754}, "everything": {"her - them": -0.10875384757875695, "her": 0.25765729437853174, "them": 0.3664111419572887}, "evidence": {"her - them": 0.07954348320317778, "her": 0.3348270917662756, "them": 0.25528360856309784}, "ex": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "exactly": {"her - them": -0.1084558569408503, "her": 0.25011970593654625, "them": 0.35857556287739656}, "examines": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "examining": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "example": {"her - them": -0.07619086473349973, "her": 0.28695684166104674, "them": 0.36314770639454647}, "exceedingly": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "excellent": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "excited": {"her - them": -0.002271626012080974, "her": 0.30867268403835524, "them": 0.3109443100504362}, "exclusively": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "exercise": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "exit": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "exiting": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "exits": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "expect": {"her - them": -0.0026285024488722497, "her": 0.30226018758299183, "them": 0.3048886900318641}, "expectations": {"her - them": -0.0819554647226986, "her": 0.2851084295608029, "them": 0.3670638942835015}, "expected": {"her - them": -0.1122097612958825, "her": 0.2188434053359129, "them": 0.3310531666317954}, "expensive": {"her - them": -0.05526561838659047, "her": 0.24429076138735242, "them": 0.2995563797739429}, "experience": {"her - them": -0.05611549128769247, "her": 0.23434513846283153, "them": 0.290460629750524}, "experiencetheride": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "expert": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "expertise": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "experts": {"her - them": -0.10765339967654741, "her": 0.2567378962045359, "them": 0.3643912958810833}, "explain": {"her - them": -0.08564653155024149, "her": 0.25011970593654625, "them": 0.33576623748678774}, "explained": {"her - them": -0.08317277532381351, "her": 0.27360073721697403, "them": 0.35677351254078754}, "explains": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "exploring": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "explosion": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "expressed": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "extensive": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "extremely": {"her - them": -0.03350604990379591, "her": 0.30226018758299183, "them": 0.33576623748678774}, "faced": {"her - them": -0.001865234175231767, "her": 0.3161065487838031, "them": 0.3179717829590349}, "faces": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "facet": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "facing": {"her - them": -0.02374847111112094, "her": 0.3348270917662756, "them": 0.35857556287739656}, "fact": {"her - them": -0.09380573120263991, "her": 0.2687239682752019, "them": 0.3625296994778418}, "failed": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "fairfield": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "fairly": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "faith": {"her - them": -0.10765339967654741, "her": 0.2567378962045359, "them": 0.3643912958810833}, "faithful": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "fall": {"her - them": -0.005802178040878292, "her": 0.23907353070854512, "them": 0.2448757087494234}, "fallen": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "falling": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "fame": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "familial": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "family": {"her - them": 0.017251809657870154, "her": 0.3234007174690383, "them": 0.30614890781116816}, "famous": {"her - them": -0.08414198366618031, "her": 0.2644163180841, "them": 0.3485583017502803}, "fan": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "fantastic": {"her - them": -0.08317277532381351, "her": 0.27360073721697403, "them": 0.35677351254078754}, "far": {"her - them": -0.06000951362379142, "her": 0.26290581367043764, "them": 0.32291532729422906}, "fare": {"her - them": 0.04775493921162932, "her": 0.3361080679323615, "them": 0.28835312872073215}, "fast": {"her - them": -0.0819554647226986, "her": 0.2851084295608029, "them": 0.3670638942835015}, "father": {"her - them": -0.0026285024488722497, "her": 0.30226018758299183, "them": 0.3048886900318641}, "fathers": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "fatigued": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "fault": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "favorite": {"her - them": -0.0868055580898017, "her": 0.23907353070854512, "them": 0.3258790887983468}, "favorites": {"her - them": -0.001389926814284348, "her": 0.3249901159470678, "them": 0.32638004276135213}, "favourite": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "fear": {"her - them": -0.005163902626551586, "her": 0.25011970593654625, "them": 0.25528360856309784}, "feature": {"her - them": -0.0564863305280347, "her": 0.23001687775679958, "them": 0.2865032082848343}, "featured": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "features": {"her - them": -0.005163902626551586, "her": 0.25011970593654625, "them": 0.25528360856309784}, "february": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "feel": {"her - them": -0.024508109713470616, "her": 0.32435431967240846, "them": 0.3488624293858791}, "feeling": {"her - them": 0.029938401734411535, "her": 0.3348270917662756, "them": 0.3048886900318641}, "feelings": {"her - them": -0.033015884556646, "her": 0.30867268403835524, "them": 0.34168856859500124}, "feigned": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "fell": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "felt": {"her - them": -0.05571104919851225, "her": 0.23907353070854512, "them": 0.29478457990705736}, "few": {"her - them": -0.062134497349587925, "her": 0.31852511858386845, "them": 0.3806596159334564}, "fifty": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "fight": {"her - them": -0.0573156230892764, "her": 0.2915468062966027, "them": 0.3488624293858791}, "fighting": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "figure": {"her - them": -0.08957979678411057, "her": 0.21251603764319157, "them": 0.30209583442730215}, "figured": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "film": {"her - them": -0.05913447150423498, "her": 0.19930825236638064, "them": 0.2584427238706156}, "filmmakers": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "filmmaking": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "finally": {"her - them": -0.032451752966477176, "her": 0.3161065487838031, "them": 0.3485583017502803}, "finding": {"her - them": -0.001865234175231767, "her": 0.3161065487838031, "them": 0.3179717829590349}, "finds": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "fine": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "finest": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "fire": {"her - them": 0.04542549977435889, "her": 0.25521159870306387, "them": 0.20978609892870498}, "first": {"her - them": -0.09504712790497699, "her": 0.279005057828788, "them": 0.374052185733765}, "flash": {"her - them": -5.4852059364673966e-05, "her": 0.3511701894137732, "them": 0.3512250414731379}, "flashmob": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "flat": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "flesh": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "flight": {"her - them": -0.002271626012080974, "her": 0.30867268403835524, "them": 0.3109443100504362}, "flock": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "fo": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "focus": {"her - them": -0.1084558569408503, "her": 0.25011970593654625, "them": 0.35857556287739656}, "focused": {"her - them": -0.10559598782633034, "her": 0.27360073721697403, "them": 0.3791967250433044}, "followed": {"her - them": -0.043975347819713684, "her": 0.3119537944453996, "them": 0.3559291422651133}, "food": {"her - them": -0.004881493897644584, "her": 0.26923496643284084, "them": 0.2741164603304854}, "for": {"her - them": -0.1094873348133345, "her": 0.27550069404902006, "them": 0.38498802886235456}, "force": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "forces": {"her - them": -0.05476898409531783, "her": 0.25011970593654625, "them": 0.3048886900318641}, "foreign": {"her - them": 0.04592635290615485, "her": 0.2687239682752019, "them": 0.22279761536904705}, "forgiveness": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "forgotten": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "form": {"her - them": -0.12880256793171493, "her": 0.23434513846283153, "them": 0.36314770639454647}, "former": {"her - them": -0.002018296026286559, "her": 0.3157521686526313, "them": 0.31777046467891784}, "forum": {"her - them": -0.005163902626551586, "her": 0.25011970593654625, "them": 0.25528360856309784}, "forward": {"her - them": -0.0005968438600745252, "her": 0.3410917247349267, "them": 0.34168856859500124}, "found": {"her - them": -0.07575697297674888, "her": 0.28647934632964517, "them": 0.36223631930639405}, "four": {"her - them": -0.15243002860902674, "her": 0.17634710446816496, "them": 0.3287771330771917}, "fourth": {"her - them": -0.08957979678411057, "her": 0.21251603764319157, "them": 0.30209583442730215}, "foyer": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "fracturing": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "francis": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "frantic": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "frantically": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "free": {"her - them": -0.10851465297651341, "her": 0.28647934632964517, "them": 0.3949939993061586}, "freeing": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "frequent": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "fresh": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "friend": {"her - them": -0.08317277532381351, "her": 0.27360073721697403, "them": 0.35677351254078754}, "friends": {"her - them": -0.024837263395209253, "her": 0.319864977546839, "them": 0.34470224094204827}, "from": {"her - them": -0.11154408217116046, "her": 0.3050889967676053, "them": 0.4166330789387658}, "front": {"her - them": -0.08625851210867605, "her": 0.24429076138735242, "them": 0.3305492734960285}, "fulfill": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "full": {"her - them": -0.036585948825494596, "her": 0.26290581367043764, "them": 0.29949176249593223}, "function": {"her - them": -0.05476898409531783, "her": 0.25011970593654625, "them": 0.3048886900318641}, "future": {"her - them": -0.06578899133554839, "her": 0.24976543548235036, "them": 0.31555442681789875}, "g": {"her - them": -0.10916027219648597, "her": 0.24429076138735242, "them": 0.3534510335838384}, "game": {"her - them": -0.13572561260399174, "her": 0.18129783547422867, "them": 0.3170234480782204}, "games": {"her - them": -0.11087595346989604, "her": 0.23001687775679958, "them": 0.3408928312266956}, "gangsters": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "gantz": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "gate": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "gathered": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "gave": {"her - them": -0.029022720027231497, "her": 0.3527337240927444, "them": 0.3817564441199759}, "geez": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "generally": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "generations": {"her - them": -0.10765339967654741, "her": 0.2567378962045359, "them": 0.3643912958810833}, "genie": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "geographically": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "gershshwin": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "get": {"her - them": -0.049764294248595464, "her": 0.3223250260755808, "them": 0.37208932032417624}, "gets": {"her - them": -0.08495067239046533, "her": 0.2567378962045359, "them": 0.34168856859500124}, "getting": {"her - them": -0.03636039455893009, "her": 0.26573543986837206, "them": 0.30209583442730215}, "girl": {"her - them": 0.022143443547491926, "her": 0.3330133579647703, "them": 0.31086991441727835}, "girls": {"her - them": -0.05526561838659047, "her": 0.24429076138735242, "them": 0.2995563797739429}, "give": {"her - them": -0.019694745003771774, "her": 0.3330133579647703, "them": 0.35270810296854205}, "given": {"her - them": -0.1093782653747924, "her": 0.28011958292151135, "them": 0.38949784829630374}, "glad": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "glory": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "go": {"her - them": -0.07634858946493339, "her": 0.2883123948490541, "them": 0.36466098431398747}, "goal": {"her - them": -0.03433228250174414, "her": 0.2915468062966027, "them": 0.3258790887983468}, "goals": {"her - them": -0.05571104919851225, "her": 0.23907353070854512, "them": 0.29478457990705736}, "god": {"her - them": -0.08892040979281934, "her": 0.2188434053359129, "them": 0.30776381512873224}, "godliness": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "going": {"her - them": -0.09232753453269527, "her": 0.30318084337532997, "them": 0.39550837790802523}, "good": {"her - them": -0.1144609594877562, "her": 0.29581256942145384, "them": 0.41027352890921004}, "goofs": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "google": {"her - them": -0.058481411022791085, "her": 0.2068492087972008, "them": 0.2653306198199919}, "googled": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "gospel": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "got": {"her - them": -0.09009533522421048, "her": 0.2676077277691335, "them": 0.357703062993344}, "government": {"her - them": -0.18218195402520374, "her": 0.1529523417381952, "them": 0.3351342957633989}, "grace": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "graduated": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "grand": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "granted": {"her - them": -0.08495067239046533, "her": 0.2567378962045359, "them": 0.34168856859500124}, "graves": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "gray": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "great": {"her - them": -0.08116144540950318, "her": 0.24057311868753997, "them": 0.32173456409704315}, "greensprings": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "greet": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "ground": {"her - them": -0.09070357585104535, "her": 0.20171050081389233, "them": 0.2924140766649377}, "group": {"her - them": -0.03983525262031129, "her": 0.2801572406824972, "them": 0.3199924933028085}, "groupon": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "grow": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "growing": {"her - them": -0.03394077774687604, "her": 0.29660849574915243, "them": 0.3305492734960285}, "grown": {"her - them": -0.023299571146156606, "her": 0.3410917247349267, "them": 0.3643912958810833}, "guess": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "guilt": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "guilty": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "guy": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "hacks": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "had": {"her - them": -0.09674470136633145, "her": 0.3169575105887224, "them": 0.41370221195505386}, "hadn": {"her - them": -0.03178339659371976, "her": 0.3249901159470678, "them": 0.35677351254078754}, "hair": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "half": {"her - them": -0.13085362473554357, "her": 0.2188434053359129, "them": 0.34969703007145647}, "halftime": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "hallucinations": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "hand": {"her - them": -0.07814453028575291, "her": 0.2687239682752019, "them": 0.3468684985609548}, "handful": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "handle": {"her - them": -0.0008109602310596431, "her": 0.3361080679323615, "them": 0.3369190281634211}, "hannah": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "happen": {"her - them": -0.05684253783468596, "her": 0.29660849574915243, "them": 0.3534510335838384}, "happened": {"her - them": -0.0009391457205121245, "her": 0.3348270917662756, "them": 0.33576623748678774}, "happening": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "happenings": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "happens": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "happy": {"her - them": -0.05420660909623659, "her": 0.3249901159470678, "them": 0.3791967250433044}, "hard": {"her - them": -0.11259697079618569, "her": 0.21558693583354605, "them": 0.32818390662973174}, "hardin": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "harping": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "has": {"her - them": -0.11452741779569403, "her": 0.2860751847389937, "them": 0.4006026025346877}, "have": {"her - them": -0.1308903841557567, "her": 0.28411963693815884, "them": 0.41501002109391555}, "having": {"her - them": -0.05100402853190805, "her": 0.3092729950254046, "them": 0.36027702355731267}, "he": {"her - them": -0.124164450914408, "her": 0.24148755833948252, "them": 0.3656520092538905}, "head": {"her - them": -0.1492419340452966, "her": 0.19930825236638064, "them": 0.34855018641167723}, "headed": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "heading": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "heads": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "healing": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "health": {"her - them": -0.11259697079618569, "her": 0.21558693583354605, "them": 0.32818390662973174}, "healthy": {"her - them": -0.1084558569408503, "her": 0.25011970593654625, "them": 0.35857556287739656}, "heard": {"her - them": -0.08817106202342795, "her": 0.22602253400998873, "them": 0.3141935960334167}, "hearing": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "heart": {"her - them": -0.05571861184272808, "her": 0.30867268403835524, "them": 0.3643912958810833}, "height": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "held": {"her - them": -0.0010996818617733384, "her": 0.33370448181275186, "them": 0.3348041636745252}, "help": {"her - them": -0.09922845363133326, "her": 0.28215886385728806, "them": 0.3813873174886213}, "her": {"her - them": 0.09923329711089107, "her": 0.37349376827070035, "them": 0.2742604711598093}, "here": {"her - them": -0.09343715645829276, "her": 0.2946692897526608, "them": 0.3881064462109536}, "herself": {"her - them": 0.04775493921162932, "her": 0.3361080679323615, "them": 0.28835312872073215}, "hide": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "hiding": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "high": {"her - them": -0.09668062347261627, "her": 0.2443817053011734, "them": 0.34106232877378967}, "higher": {"her - them": -0.08855859218004236, "her": 0.222311322237236, "them": 0.31086991441727835}, "highlight": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "highway": {"her - them": -0.004788914778627418, "her": 0.2567378962045359, "them": 0.2615268109831633}, "hilarious": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "him": {"her - them": -0.09753022325533889, "her": 0.2729930637597699, "them": 0.3705232870151088}, "hiroto": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "his": {"her - them": -0.10613038537556696, "her": 0.28203247687922806, "them": 0.388162862254795}, "historical": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "history": {"her - them": -0.15125768052713373, "her": 0.18484458443714608, "them": 0.3361022649642798}, "hit": {"her - them": -0.04328272884770745, "her": 0.319864977546839, "them": 0.36314770639454647}, "hits": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "hoffman": {"her - them": -0.0063370405379994665, "her": 0.23001687775679958, "them": 0.23635391829479904}, "hold": {"her - them": -0.0015247691259383522, "her": 0.32435431967240846, "them": 0.3258790887983468}, "holds": {"her - them": -0.001865234175231767, "her": 0.3161065487838031, "them": 0.3179717829590349}, "holmes": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "holy": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "home": {"her - them": -0.038577731197795506, "her": 0.294468182723662, "them": 0.3330459139214575}, "homeless": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "homemade": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "honourable": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "hosted": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "hosts": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "hot": {"her - them": -0.03501728911826002, "her": 0.2827531755606578, "them": 0.31777046467891784}, "hotel": {"her - them": -0.005163902626551586, "her": 0.25011970593654625, "them": 0.25528360856309784}, "hound": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "hours": {"her - them": -0.05914251944410154, "her": 0.3157521686526313, "them": 0.3748946880967328}, "house": {"her - them": -0.025685777547943878, "her": 0.3084221978165759, "them": 0.3341079753645198}, "houses": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "how": {"her - them": -0.09730812468698347, "her": 0.3080851355994888, "them": 0.40539326028647227}, "howard": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "however": {"her - them": -0.11951480553574839, "her": 0.27263532610501795, "them": 0.39215013164076634}, "https": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "hug": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "huge": {"her - them": -0.10978889867733396, "her": 0.23907353070854512, "them": 0.3488624293858791}, "hughes": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "human": {"her - them": -0.15826153811501437, "her": 0.23001687775679958, "them": 0.38827841587181394}, "humanoid": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "humans": {"her - them": -0.14356891104896854, "her": 0.23907353070854512, "them": 0.38264244175751366}, "humbly": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "hundred": {"her - them": -0.08414198366618031, "her": 0.2644163180841, "them": 0.3485583017502803}, "hunger": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "hurt": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "husband": {"her - them": 0.04753069986790481, "her": 0.3249901159470678, "them": 0.27745941607916297}, "hustling": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "hypocrisy": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "i": {"her - them": -0.0863701131875318, "her": 0.23407129449741326, "them": 0.32044140768494506}, "ice": {"her - them": -5.4852059364673966e-05, "her": 0.3511701894137732, "them": 0.3512250414731379}, "idea": {"her - them": -0.06310145012449031, "her": 0.2762527113019312, "them": 0.3393541614264215}, "identical": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "identify": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "if": {"her - them": -0.1279193750528559, "her": 0.26699536512841554, "them": 0.39491474018127143}, "ignore": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "ill": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "illness": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "illusion": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "immediately": {"her - them": 2.56211242023463e-05, "her": 0.3527337240927444, "them": 0.35270810296854205}, "immensely": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "imparted": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "impatience": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "importance": {"her - them": -0.03350604990379591, "her": 0.30226018758299183, "them": 0.33576623748678774}, "important": {"her - them": -0.0644933215537088, "her": 0.29611724737956946, "them": 0.36061056893327825}, "in": {"her - them": -0.13810826860931358, "her": 0.21212982932955465, "them": 0.35023809793886823}, "incidents": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "incinerated": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "include": {"her - them": -0.05682908788053298, "her": 0.22602253400998873, "them": 0.2828516218905217}, "included": {"her - them": -0.10978889867733396, "her": 0.23907353070854512, "them": 0.3488624293858791}, "including": {"her - them": -0.1093782653747924, "her": 0.28011958292151135, "them": 0.38949784829630374}, "increase": {"her - them": -0.005802178040878292, "her": 0.23907353070854512, "them": 0.2448757087494234}, "increased": {"her - them": -0.005163902626551586, "her": 0.25011970593654625, "them": 0.25528360856309784}, "increasingly": {"her - them": -0.08414198366618031, "her": 0.2644163180841, "them": 0.3485583017502803}, "incredibly": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "indeed": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "industry": {"her - them": -0.12880256793171493, "her": 0.23434513846283153, "them": 0.36314770639454647}, "information": {"her - them": -0.07744368529382945, "her": 0.2752644176747126, "them": 0.35270810296854205}, "informed": {"her - them": 0.04775493921162932, "her": 0.3361080679323615, "them": 0.28835312872073215}, "informs": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "instead": {"her - them": -0.0608054236617106, "her": 0.2990895703139264, "them": 0.359894993975637}, "instincts": {"her - them": -0.08317277532381351, "her": 0.27360073721697403, "them": 0.35677351254078754}, "intelligence": {"her - them": 0.04667109754717927, "her": 0.2915468062966027, "them": 0.2448757087494234}, "intensity": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "interactive": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "interest": {"her - them": -0.002947884024790459, "her": 0.29660849574915243, "them": 0.2995563797739429}, "interested": {"her - them": -0.0008109602310596431, "her": 0.3361080679323615, "them": 0.3369190281634211}, "international": {"her - them": -0.03501728911826002, "her": 0.2827531755606578, "them": 0.31777046467891784}, "interview": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "interviewed": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "into": {"her - them": -0.08500485825561588, "her": 0.30648536677829524, "them": 0.3914902250339111}, "investigation": {"her - them": -0.002271626012080974, "her": 0.30867268403835524, "them": 0.3109443100504362}, "investigations": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "involved": {"her - them": -0.015561228594097587, "her": 0.3527337240927444, "them": 0.368294952686842}, "involvement": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "ireland": {"her - them": 0.07957341366585513, "her": 0.3483505722518337, "them": 0.26877715858597856}, "irish": {"her - them": 0.04775493921162932, "her": 0.3361080679323615, "them": 0.28835312872073215}, "is": {"her - them": -0.10115138978621985, "her": 0.25287681440402754, "them": 0.3540282041902474}, "isabelle": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "isay": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "islamic": {"her - them": -0.05526561838659047, "her": 0.24429076138735242, "them": 0.2995563797739429}, "isn": {"her - them": -0.034991408701515514, "her": 0.33648305937794626, "them": 0.3714744680794618}, "issue": {"her - them": -0.06279203956212118, "her": 0.23363924947889228, "them": 0.29643128904101346}, "it": {"her - them": -0.1466564913037161, "her": 0.23653079171068803, "them": 0.38318728301440413}, "itching": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "item": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "items": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "its": {"her - them": -0.12879128736732778, "her": 0.2428739154614952, "them": 0.371665202828823}, "itself": {"her - them": -0.11135369889753549, "her": 0.22602253400998873, "them": 0.3373762329075242}, "jane": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "jay": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "jealous": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "jerusalem": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "jesus": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "job": {"her - them": -0.09343039393738467, "her": 0.27189197322194414, "them": 0.3653223671593288}, "john": {"her - them": -0.11087595346989604, "her": 0.23001687775679958, "them": 0.3408928312266956}, "join": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "joke": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "jokes": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "joshua": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "journalism": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "joyfully": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "judy": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "july": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "june": {"her - them": -0.08817106202342795, "her": 0.22602253400998873, "them": 0.3141935960334167}, "just": {"her - them": -0.06966992915409215, "her": 0.3365221099712823, "them": 0.40619203912537444}, "justice": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "justify": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "kana": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "karen": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "kato": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "katoare": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "keeghan": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "keep": {"her - them": -0.10916027219648597, "her": 0.24429076138735242, "them": 0.3534510335838384}, "kei": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "kenzo": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "kept": {"her - them": -0.05526561838659047, "her": 0.24429076138735242, "them": 0.2995563797739429}, "key": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "khone": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "kid": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "kidding": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "kids": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "killed": {"her - them": -0.001389926814284348, "her": 0.3249901159470678, "them": 0.32638004276135213}, "kim": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "kind": {"her - them": -0.04144530881455166, "her": 0.3410917247349267, "them": 0.3825370335494784}, "kindle": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "kingdom": {"her - them": 0.04775493921162932, "her": 0.3361080679323615, "them": 0.28835312872073215}, "knew": {"her - them": 0.0006521178857162857, "her": 0.36379982428026275, "them": 0.36314770639454647}, "knocking": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "knotted": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "know": {"her - them": -0.06002650731459713, "her": 0.30763355472456344, "them": 0.3676600620391606}, "knowledge": {"her - them": -0.08495067239046533, "her": 0.2567378962045359, "them": 0.34168856859500124}, "known": {"her - them": -0.09644447223825711, "her": 0.24638640755975252, "them": 0.34283087979800964}, "kurono": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "l": {"her - them": -0.03394077774687604, "her": 0.29660849574915243, "them": 0.3305492734960285}, "lacked": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "ladder": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "lady": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "large": {"her - them": -0.10916027219648597, "her": 0.24429076138735242, "them": 0.3534510335838384}, "larger": {"her - them": -0.002271626012080974, "her": 0.30867268403835524, "them": 0.3109443100504362}, "last": {"her - them": -0.09352696737571176, "her": 0.29050626276928176, "them": 0.3840332301449935}, "late": {"her - them": -0.11135369889753549, "her": 0.22602253400998873, "them": 0.3373762329075242}, "later": {"her - them": -0.03711004042257193, "her": 0.3114401459891053, "them": 0.34855018641167723}, "law": {"her - them": -0.061173536482786506, "her": 0.2506240953935351, "them": 0.3117976318763216}, "lax": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "lead": {"her - them": -0.07905605160760043, "her": 0.2602179240432754, "them": 0.3392739756508758}, "leaders": {"her - them": -0.11035710247921673, "her": 0.23434513846283153, "them": 0.34470224094204827}, "leading": {"her - them": -0.032451752966477176, "her": 0.3161065487838031, "them": 0.3485583017502803}, "leaky": {"her - them": 0.048009383846430886, "her": 0.3511701894137732, "them": 0.3031608055673423}, "learn": {"her - them": -0.05526561838659047, "her": 0.24429076138735242, "them": 0.2995563797739429}, "learned": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "least": {"her - them": -0.10771808154808343, "her": 0.26573543986837206, "them": 0.3734535214164555}, "leave": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "lecture": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "lee": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "leeratanakajornthe": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "left": {"her - them": -0.062070840082032064, "her": 0.28647934632964517, "them": 0.34855018641167723}, "legal": {"her - them": 0.04714587305519191, "her": 0.30867268403835524, "them": 0.2615268109831633}, "legs": {"her - them": -0.032451752966477176, "her": 0.3161065487838031, "them": 0.3485583017502803}, "length": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "less": {"her - them": -0.20697437071918878, "her": 0.18670181261724306, "them": 0.39367618333643184}, "let": {"her - them": -0.09690859393659565, "her": 0.24244556748982585, "them": 0.3393541614264215}, "level": {"her - them": -0.025933192406901562, "her": 0.30511997422489384, "them": 0.3310531666317954}, "li": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "liberating": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "libraries": {"her - them": -0.0054987829731368565, "her": 0.24429076138735242, "them": 0.24978954436048928}, "library": {"her - them": -0.007210679535501002, "her": 0.21558693583354605, "them": 0.22279761536904705}, "life": {"her - them": -0.1069472352481079, "her": 0.301886579262527, "them": 0.4088338145106349}, "lifted": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "like": {"her - them": -0.11623237314865842, "her": 0.29366208267902993, "them": 0.40989445582768835}, "liked": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "line": {"her - them": -0.006080128088416625, "her": 0.23434513846283153, "them": 0.24042526655124816}, "link": {"her - them": 0.04775493921162932, "her": 0.3361080679323615, "them": 0.28835312872073215}, "linked": {"her - them": -0.032451752966477176, "her": 0.3161065487838031, "them": 0.3485583017502803}, "literally": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "little": {"her - them": -0.0572785076818248, "her": 0.3333918292430993, "them": 0.3906703369249241}, "live": {"her - them": -0.09049266600766614, "her": 0.29660849574915243, "them": 0.3871011617568186}, "lived": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "lives": {"her - them": -0.0005968438600745252, "her": 0.3410917247349267, "them": 0.34168856859500124}, "ll": {"her - them": -0.046805209406828696, "her": 0.28011958292151135, "them": 0.32692479232834004}, "loan": {"her - them": 0.04732939019782456, "her": 0.3161065487838031, "them": 0.26877715858597856}, "local": {"her - them": 0.02117887517620126, "her": 0.3114401459891053, "them": 0.29026127081290404}, "locations": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "logistical": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "lollipop": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "lollipops": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "london": {"her - them": -0.004788914778627418, "her": 0.2567378962045359, "them": 0.2615268109831633}, "long": {"her - them": -0.11085199158455944, "her": 0.26923496643284084, "them": 0.3800869580174003}, "longer": {"her - them": -0.0054987829731368565, "her": 0.24429076138735242, "them": 0.24978954436048928}, "longest": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "look": {"her - them": -0.17792502346115205, "her": 0.23363924947889228, "them": 0.41156427294004433}, "looked": {"her - them": -0.019446082887167038, "her": 0.33648305937794626, "them": 0.3559291422651133}, "looking": {"her - them": 0.07908114596271895, "her": 0.2936828275983154, "them": 0.21460168163559643}, "looks": {"her - them": -0.05476898409531783, "her": 0.25011970593654625, "them": 0.3048886900318641}, "los": {"her - them": 0.02940434779631501, "her": 0.319864977546839, "them": 0.290460629750524}, "lose": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "losing": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "losses": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "lost": {"her - them": -0.08817106202342795, "her": 0.22602253400998873, "them": 0.3141935960334167}, "lot": {"her - them": -0.05297353519437764, "her": 0.3384612634017924, "them": 0.39143479859617003}, "lots": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "lotus": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "love": {"her - them": -0.02856325660766673, "her": 0.2709097908121133, "them": 0.29947304741978004}, "loved": {"her - them": 0.030378789292798802, "her": 0.3483505722518337, "them": 0.3179717829590349}, "loving": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "low": {"her - them": -0.1729028553300138, "her": 0.21251603764319157, "them": 0.38541889297320536}, "lower": {"her - them": -0.08817106202342795, "her": 0.22602253400998873, "them": 0.3141935960334167}, "m": {"her - them": -0.06250576679871445, "her": 0.28215886385728806, "them": 0.3446646306560025}, "machines": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "made": {"her - them": -0.11408727399060925, "her": 0.245196683496255, "them": 0.35928395748686426}, "magic": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "magical": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "main": {"her - them": -0.05813965566603779, "her": 0.2827531755606578, "them": 0.3408928312266956}, "maintained": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "major": {"her - them": -0.07814453028575291, "her": 0.2687239682752019, "them": 0.3468684985609548}, "majority": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "make": {"her - them": -0.1706731766298955, "her": 0.2615214616314697, "them": 0.4321946382613652}, "makers": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "makes": {"her - them": -0.0588435576898072, "her": 0.2752644176747126, "them": 0.3341079753645198}, "makeup": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "making": {"her - them": -0.10733405647712019, "her": 0.2687239682752019, "them": 0.3760580247523221}, "man": {"her - them": -0.08949455512224652, "her": 0.27263532610501795, "them": 0.36212988122726447}, "manage": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "manipulate": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "mansion": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "mansions": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "many": {"her - them": -0.14303637940950598, "her": 0.2645962478352909, "them": 0.4076326272447969}, "march": {"her - them": 0.02835220777832348, "her": 0.2936828275983154, "them": 0.2653306198199919}, "marriage": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "married": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "mary": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "masaru": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "matchup": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "matt": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "matter": {"her - them": -0.05476898409531783, "her": 0.25011970593654625, "them": 0.3048886900318641}, "matters": {"her - them": 0.04714587305519191, "her": 0.30867268403835524, "them": 0.2615268109831633}, "matthew": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "may": {"her - them": -0.08557601286244643, "her": 0.2935475426113639, "them": 0.3791235554738103}, "maybe": {"her - them": -0.05611549128769247, "her": 0.23434513846283153, "them": 0.290460629750524}, "mcgregor": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "me": {"her - them": -0.07281281180192539, "her": 0.291753216609635, "them": 0.3645660284115604}, "mean": {"her - them": -0.08564653155024149, "her": 0.25011970593654625, "them": 0.33576623748678774}, "meaning": {"her - them": -0.032451752966477176, "her": 0.3161065487838031, "them": 0.3485583017502803}, "means": {"her - them": -0.13228444607901546, "her": 0.2528702522319531, "them": 0.38515469831096855}, "meant": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "mechanism": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "media": {"her - them": -0.132424766853675, "her": 0.2068492087972008, "them": 0.3392739756508758}, "medication": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "meh": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "melt": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "memory": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "men": {"her - them": -0.08008421229975865, "her": 0.2506240953935351, "them": 0.33070830769329373}, "menu": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "mercy": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "message": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "met": {"her - them": 0.030378789292798802, "her": 0.3483505722518337, "them": 0.3179717829590349}, "meter": {"her - them": 0.04753069986790481, "her": 0.3249901159470678, "them": 0.27745941607916297}, "mia": {"her - them": -0.006800286921281984, "her": 0.222311322237236, "them": 0.22911160915851797}, "mid": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "middle": {"her - them": -0.005163902626551586, "her": 0.25011970593654625, "them": 0.25528360856309784}, "might": {"her - them": -0.109101548160422, "her": 0.28215886385728806, "them": 0.39126041201771006}, "military": {"her - them": -0.006080128088416625, "her": 0.23434513846283153, "them": 0.24042526655124816}, "million": {"her - them": -0.11330593741187134, "her": 0.20960938988235772, "them": 0.32291532729422906}, "mine": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "minister": {"her - them": 0.04561624240767895, "her": 0.2602179240432754, "them": 0.21460168163559643}, "ministry": {"her - them": -0.005163902626551586, "her": 0.25011970593654625, "them": 0.25528360856309784}, "minor": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "minute": {"her - them": -0.1122097612958825, "her": 0.2188434053359129, "them": 0.3310531666317954}, "minutes": {"her - them": -0.025422438462124608, "her": 0.3119537944453996, "them": 0.3373762329075242}, "misconduct": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "miss": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "missing": {"her - them": -0.0819554647226986, "her": 0.2851084295608029, "them": 0.3670638942835015}, "missionary": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "mixed": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "moaning": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "mob": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "model": {"her - them": -0.11296148436054512, "her": 0.21251603764319157, "them": 0.3254775220037367}, "mom": {"her - them": -0.001865234175231767, "her": 0.3161065487838031, "them": 0.3179717829590349}, "moment": {"her - them": -0.0026285024488722497, "her": 0.30226018758299183, "them": 0.3048886900318641}, "money": {"her - them": -0.08775358692211827, "her": 0.23001687775679958, "them": 0.31777046467891784}, "monitor": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "monk": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "monosyllabic": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "month": {"her - them": -0.1122097612958825, "her": 0.2188434053359129, "them": 0.3310531666317954}, "months": {"her - them": -0.05526561838659047, "her": 0.24429076138735242, "them": 0.2995563797739429}, "mood": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "moon": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "more": {"her - them": -0.0999838446840095, "her": 0.287945891178987, "them": 0.3879297358629965}, "morning": {"her - them": 0.017754756183832265, "her": 0.33370448181275186, "them": 0.3159497256289196}, "most": {"her - them": -0.14664780897472446, "her": 0.2777012169906531, "them": 0.42434902596537755}, "mother": {"her - them": -0.0017809283436279744, "her": 0.319864977546839, "them": 0.321645905890467}, "mothers": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "move": {"her - them": -0.12817236491804931, "her": 0.23907353070854512, "them": 0.36724589562659443}, "moved": {"her - them": -0.05526561838659047, "her": 0.24429076138735242, "them": 0.2995563797739429}, "movement": {"her - them": -0.08317277532381351, "her": 0.27360073721697403, "them": 0.35677351254078754}, "movie": {"her - them": -0.007917352260601362, "her": 0.20422050028314306, "them": 0.21213785254374443}, "moving": {"her - them": 0.048009383846430886, "her": 0.3511701894137732, "them": 0.3031608055673423}, "mr": {"her - them": -0.0353215800284844, "her": 0.2788720160049323, "them": 0.3141935960334167}, "much": {"her - them": -0.06318005764493795, "her": 0.3339408532540203, "them": 0.39712091089895823}, "multitude": {"her - them": -0.0008109602310596431, "her": 0.3361080679323615, "them": 0.3369190281634211}, "mums": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "murray": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "musical": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "musicians": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "musings": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "must": {"her - them": -0.07814453028575291, "her": 0.2687239682752019, "them": 0.3468684985609548}, "my": {"her - them": -0.08294417351111028, "her": 0.25585854477090325, "them": 0.3388027182820135}, "myself": {"her - them": 0.029746952608944444, "her": 0.32930333238288734, "them": 0.2995563797739429}, "mystic": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "nab": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "name": {"her - them": -0.0588435576898072, "her": 0.2752644176747126, "them": 0.3341079753645198}, "naps": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "natural": {"her - them": -0.05684253783468596, "her": 0.29660849574915243, "them": 0.3534510335838384}, "nature": {"her - them": -0.033015884556646, "her": 0.30867268403835524, "them": 0.34168856859500124}, "navigating": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "naw": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "ncaa": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "nearly": {"her - them": -0.11035710247921673, "her": 0.23434513846283153, "them": 0.34470224094204827}, "necessary": {"her - them": -0.03394077774687604, "her": 0.29660849574915243, "them": 0.3305492734960285}, "need": {"her - them": -0.1337040332372033, "her": 0.19700427445609042, "them": 0.33070830769329373}, "needed": {"her - them": 0.029746952608944444, "her": 0.32930333238288734, "them": 0.2995563797739429}, "needs": {"her - them": -0.056315375294404724, "her": 0.30226018758299183, "them": 0.35857556287739656}, "neglect": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "neighbor": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "neighborhoods": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "neither": {"her - them": -0.0008109602310596431, "her": 0.3361080679323615, "them": 0.3369190281634211}, "net": {"her - them": -0.03468906422942025, "her": 0.28695684166104674, "them": 0.321645905890467}, "network": {"her - them": -0.05476898409531783, "her": 0.25011970593654625, "them": 0.3048886900318641}, "never": {"her - them": -0.13158946497999213, "her": 0.25765729437853174, "them": 0.3892467593585239}, "new": {"her - them": -0.13422027507552078, "her": 0.2365026588666124, "them": 0.3707229339421332}, "news": {"her - them": -0.06050630309355881, "her": 0.25765729437853174, "them": 0.31816359747209055}, "next": {"her - them": -0.13406036040484962, "her": 0.24057311868753997, "them": 0.3746334790923896}, "nhai": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "nice": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "night": {"her - them": -0.0019566156142586943, "her": 0.31852511858386845, "them": 0.32048173419812714}, "nishi": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "no": {"her - them": -0.07236430868216398, "her": 0.31326052751819994, "them": 0.3856248362003639}, "nobeladventures": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "nobody": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "non": {"her - them": -0.11363252540092633, "her": 0.2068492087972008, "them": 0.32048173419812714}, "nor": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "normal": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "norwood": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "not": {"her - them": -0.13137434791780478, "her": 0.2699191956666862, "them": 0.401293543584491}, "notes": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "nothing": {"her - them": -0.04485129330278337, "her": 0.30201720525817144, "them": 0.3468684985609548}, "november": {"her - them": -0.08414198366618031, "her": 0.2644163180841, "them": 0.3485583017502803}, "novemberat": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "now": {"her - them": -0.0770422629380918, "her": 0.30458931119912186, "them": 0.38163157413721366}, "nowhere": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "number": {"her - them": -0.13309366286063287, "her": 0.20171050081389233, "them": 0.3348041636745252}, "numerically": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "ny": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "nyc": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "o": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "obviously": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "occur": {"her - them": -0.0819554647226986, "her": 0.2851084295608029, "them": 0.3670638942835015}, "october": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "of": {"her - them": -0.13948275472548133, "her": 0.18446664781967298, "them": 0.3239494025451543}, "off": {"her - them": -0.05823546454533424, "her": 0.3243803567283122, "them": 0.38261582127364646}, "offer": {"her - them": -0.03350604990379591, "her": 0.30226018758299183, "them": 0.33576623748678774}, "office": {"her - them": 0.046818951388663155, "her": 0.29660849574915243, "them": 0.24978954436048928}, "offices": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "often": {"her - them": -0.10881399434436761, "her": 0.28427650941860133, "them": 0.39309050376296895}, "oh": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "old": {"her - them": 0.04144254621875981, "her": 0.3384612634017924, "them": 0.2970187171830326}, "older": {"her - them": -0.08414198366618031, "her": 0.2644163180841, "them": 0.3485583017502803}, "on": {"her - them": -0.12944321526752656, "her": 0.26423580453002726, "them": 0.3936790197975538}, "once": {"her - them": -0.05210776226773001, "her": 0.2978160858317032, "them": 0.3499238480994332}, "one": {"her - them": -0.11428622365110108, "her": 0.3135624180024204, "them": 0.4278486416535215}, "oni": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "online": {"her - them": -0.05744640664847611, "her": 0.2188434053359129, "them": 0.276289811984389}, "only": {"her - them": -0.14478734625508333, "her": 0.2538102518346827, "them": 0.398597598089766}, "onto": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "open": {"her - them": -0.0784647790669244, "her": 0.26573543986837206, "them": 0.34420021893529645}, "opened": {"her - them": -0.08495067239046533, "her": 0.2567378962045359, "them": 0.34168856859500124}, "opportunity": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "opted": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "option": {"her - them": 0.046818951388663155, "her": 0.29660849574915243, "them": 0.24978954436048928}, "options": {"her - them": -0.10765339967654741, "her": 0.2567378962045359, "them": 0.3643912958810833}, "or": {"her - them": -0.08290358375288914, "her": 0.30356586565686305, "them": 0.3864694494097522}, "order": {"her - them": -0.0613472506915308, "her": 0.2936828275983154, "them": 0.3550300782898462}, "ordinary": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "original": {"her - them": -0.005163902626551586, "her": 0.25011970593654625, "them": 0.25528360856309784}, "oscars": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "other": {"her - them": -0.09875880293617711, "her": 0.2976571363005973, "them": 0.39641593923677443}, "others": {"her - them": -0.0608054236617106, "her": 0.2990895703139264, "them": 0.359894993975637}, "our": {"her - them": -0.06477809166246673, "her": 0.31062874152577963, "them": 0.37540683318824636}, "out": {"her - them": -0.12839810121429412, "her": 0.2813325884946627, "them": 0.4097306897089568}, "outfits": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "outside": {"her - them": -0.08414198366618031, "her": 0.2644163180841, "them": 0.3485583017502803}, "over": {"her - them": -0.10247001584573406, "her": 0.2833467896330154, "them": 0.38581680547874947}, "overestimate": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "overflowing": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "overheard": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "overing": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "overlap": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "oversee": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "overseeing": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "oversight": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "owed": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "own": {"her - them": -0.055372350917394786, "her": 0.31474233820391995, "them": 0.37011468912131473}, "owners": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "p": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "pace": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "package": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "page": {"her - them": -0.03468906422942025, "her": 0.28695684166104674, "them": 0.321645905890467}, "pages": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "paid": {"her - them": 0.04775493921162932, "her": 0.3361080679323615, "them": 0.28835312872073215}, "pains": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "painted": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "pair": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "palpable": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "parent": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "parents": {"her - them": -0.0054987829731368565, "her": 0.24429076138735242, "them": 0.24978954436048928}, "parks": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "part": {"her - them": -0.06498279307597121, "her": 0.3180447191467863, "them": 0.3830275122227575}, "participants": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "partners": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "parts": {"her - them": -0.08495067239046533, "her": 0.2567378962045359, "them": 0.34168856859500124}, "pass": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "passengers": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "passes": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "past": {"her - them": 0.04653157510979858, "her": 0.28695684166104674, "them": 0.24042526655124816}, "pastor": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "pastors": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "patience": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "patronize": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "pawn": {"her - them": 0.04753069986790481, "her": 0.3249901159470678, "them": 0.27745941607916297}, "pay": {"her - them": -0.05526561838659047, "her": 0.24429076138735242, "them": 0.2995563797739429}, "payday": {"her - them": 0.04753069986790481, "her": 0.3249901159470678, "them": 0.27745941607916297}, "paying": {"her - them": -0.024147701200951055, "her": 0.32930333238288734, "them": 0.3534510335838384}, "peace": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "people": {"her - them": -0.1452174421805481, "her": 0.25206555297026434, "them": 0.39728299515081245}, "per": {"her - them": -0.11135369889753549, "her": 0.22602253400998873, "them": 0.3373762329075242}, "perfect": {"her - them": -0.03394077774687604, "her": 0.29660849574915243, "them": 0.3305492734960285}, "performance": {"her - them": -0.10978889867733396, "her": 0.23907353070854512, "them": 0.3488624293858791}, "performances": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "performed": {"her - them": -0.08414198366618031, "her": 0.2644163180841, "them": 0.3485583017502803}, "performing": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "perhaps": {"her - them": -0.05914251944410154, "her": 0.3157521686526313, "them": 0.3748946880967328}, "permanant": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "persecution": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "person": {"her - them": -0.04328272884770745, "her": 0.319864977546839, "them": 0.36314770639454647}, "personal": {"her - them": -0.03757230199331507, "her": 0.2506240953935351, "them": 0.28819639738685016}, "pet": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "phone": {"her - them": -0.030955826351140026, "her": 0.3361080679323615, "them": 0.3670638942835015}, "physical": {"her - them": -0.10671884248824309, "her": 0.2644163180841, "them": 0.3711351605723431}, "physically": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "piece": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "piedmont": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "pill": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "pitiful": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "place": {"her - them": -0.03874424256484704, "her": 0.327226076577712, "them": 0.36597031914255906}, "plague": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "planning": {"her - them": -0.008227793353915297, "her": 0.19930825236638064, "them": 0.20753604572029594}, "play": {"her - them": -0.12079284671968832, "her": 0.25765729437853174, "them": 0.37845014109822006}, "played": {"her - them": -0.005802178040878292, "her": 0.23907353070854512, "them": 0.2448757087494234}, "player": {"her - them": -0.11259697079618569, "her": 0.21558693583354605, "them": 0.32818390662973174}, "players": {"her - them": -0.08925989614126612, "her": 0.21558693583354605, "them": 0.30484683197481216}, "playing": {"her - them": -0.11035710247921673, "her": 0.23434513846283153, "them": 0.34470224094204827}, "plays": {"her - them": -0.08414198366618031, "her": 0.2644163180841, "them": 0.3485583017502803}, "please": {"her - them": -0.07569908932999175, "her": 0.2915468062966027, "them": 0.36724589562659443}, "pleasure": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "podcast": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "point": {"her - them": -0.13168418129210488, "her": 0.21251603764319157, "them": 0.34420021893529645}, "points": {"her - them": -0.0868055580898017, "her": 0.23907353070854512, "them": 0.3258790887983468}, "police": {"her - them": -0.057148003286468074, "her": 0.222311322237236, "them": 0.27945932552370406}, "policy": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "political": {"her - them": -0.05913447150423498, "her": 0.19930825236638064, "them": 0.2584427238706156}, "pong": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "popular": {"her - them": -0.059161193409851265, "her": 0.27189197322194414, "them": 0.3310531666317954}, "position": {"her - them": -0.05774539928100153, "her": 0.28695684166104674, "them": 0.34470224094204827}, "possibly": {"her - them": -0.001865234175231767, "her": 0.3161065487838031, "them": 0.3179717829590349}, "post": {"her - them": -0.024147701200951055, "her": 0.32930333238288734, "them": 0.3534510335838384}, "potential": {"her - them": -0.10671884248824309, "her": 0.2644163180841, "them": 0.3711351605723431}, "power": {"her - them": -0.06271129687649829, "her": 0.28011958292151135, "them": 0.34283087979800964}, "practical": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "practice": {"her - them": 0.04753069986790481, "her": 0.3249901159470678, "them": 0.27745941607916297}, "praised": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "pray": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "prayer": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "praying": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "pre": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "preach": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "preaching": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "precepts": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "precious": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "prepare": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "prepared": {"her - them": -0.033015884556646, "her": 0.30867268403835524, "them": 0.34168856859500124}, "presence": {"her - them": -0.07455130897962847, "her": 0.30226018758299183, "them": 0.3768114965626203}, "pressuring": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "pretended": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "prevented": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "preview": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "previous": {"her - them": -0.0926024520745295, "her": 0.2788720160049323, "them": 0.3714744680794618}, "prickly": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "probably": {"her - them": 0.029746952608944444, "her": 0.32930333238288734, "them": 0.2995563797739429}, "problem": {"her - them": -0.11927185244075328, "her": 0.2687239682752019, "them": 0.3879958207159552}, "problems": {"her - them": -0.1122097612958825, "her": 0.2188434053359129, "them": 0.3310531666317954}, "process": {"her - them": -0.1101934319797345, "her": 0.24638640755975252, "them": 0.356579839539487}, "produced": {"her - them": -0.12937756440131953, "her": 0.23001687775679958, "them": 0.3593944421581191}, "production": {"her - them": -0.09044279236299793, "her": 0.20422050028314306, "them": 0.294663292646141}, "professionals": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "profits": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "program": {"her - them": 0.05405067197487817, "her": 0.35893936200674226, "them": 0.3048886900318641}, "progressively": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "project": {"her - them": -0.10771808154808343, "her": 0.26573543986837206, "them": 0.3734535214164555}, "prolific": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "proper": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "properly": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "property": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "protect": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "protectors": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "proven": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "provide": {"her - them": -0.07814453028575291, "her": 0.2687239682752019, "them": 0.3468684985609548}, "provided": {"her - them": -0.0026285024488722497, "her": 0.30226018758299183, "them": 0.3048886900318641}, "providing": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "provision": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "proxy": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "psychologist": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "public": {"her - them": -0.14528293771558534, "her": 0.23202782805316988, "them": 0.3773107657687552}, "publications": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "published": {"her - them": -0.0035037880894772666, "her": 0.28695684166104674, "them": 0.290460629750524}, "pull": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "purchased": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "purpose": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "pursue": {"her - them": -0.0008109602310596431, "her": 0.3361080679323615, "them": 0.3369190281634211}, "put": {"her - them": -0.14246640836943386, "her": 0.2506240953935351, "them": 0.39309050376296895}, "pyjamas": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "qualified": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "quality": {"her - them": -0.08775358692211827, "her": 0.23001687775679958, "them": 0.31777046467891784}, "quest": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "question": {"her - them": -0.043975347819713684, "her": 0.3119537944453996, "them": 0.3559291422651133}, "questioned": {"her - them": 0.04753069986790481, "her": 0.3249901159470678, "them": 0.27745941607916297}, "questions": {"her - them": -0.05744640664847611, "her": 0.2188434053359129, "them": 0.276289811984389}, "quick": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "quickly": {"her - them": -0.08564653155024149, "her": 0.25011970593654625, "them": 0.33576623748678774}, "quite": {"her - them": -0.0868055580898017, "her": 0.23907353070854512, "them": 0.3258790887983468}, "rain": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "raining": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "random": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "rapper": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "rate": {"her - them": -0.08625851210867605, "her": 0.24429076138735242, "them": 0.3305492734960285}, "rather": {"her - them": 0.018484731949501454, "her": 0.34953789858129686, "them": 0.3310531666317954}, "re": {"her - them": -0.07683029336057484, "her": 0.2840925251797516, "them": 0.36092281854032643}, "reached": {"her - them": -0.03394077774687604, "her": 0.29660849574915243, "them": 0.3305492734960285}, "read": {"her - them": -0.025685777547943878, "her": 0.3084221978165759, "them": 0.3341079753645198}, "reader": {"her - them": -0.03178339659371976, "her": 0.3249901159470678, "them": 0.35677351254078754}, "readily": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "reading": {"her - them": -0.0353215800284844, "her": 0.2788720160049323, "them": 0.3141935960334167}, "ready": {"her - them": -0.0009391457205121245, "her": 0.3348270917662756, "them": 0.33576623748678774}, "real": {"her - them": -0.059872754870266054, "her": 0.3084221978165759, "them": 0.368294952686842}, "realization": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "really": {"her - them": -0.052315371708609226, "her": 0.33524678589947027, "them": 0.3875621576080795}, "reason": {"her - them": -0.0012459411131411358, "her": 0.32930333238288734, "them": 0.3305492734960285}, "reasons": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "reawakens": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "rebellious": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "receive": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "recent": {"her - them": -0.0353215800284844, "her": 0.2788720160049323, "them": 0.3141935960334167}, "recieved": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "reconciliations": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "record": {"her - them": -0.08495067239046533, "her": 0.2567378962045359, "them": 0.34168856859500124}, "red": {"her - them": -0.07386434951112314, "her": 0.30867268403835524, "them": 0.3825370335494784}, "reference": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "reflects": {"her - them": -0.0008109602310596431, "her": 0.3361080679323615, "them": 0.3369190281634211}, "regard": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "region": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "regional": {"her - them": -0.05611549128769247, "her": 0.23434513846283153, "them": 0.290460629750524}, "regularly": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "reich": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "relate": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "relation": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "relationship": {"her - them": -0.11179665312728382, "her": 0.222311322237236, "them": 0.3341079753645198}, "relay": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "relevant": {"her - them": -0.08495067239046533, "her": 0.2567378962045359, "them": 0.34168856859500124}, "remember": {"her - them": -0.0009391457205121245, "her": 0.3348270917662756, "them": 0.33576623748678774}, "remind": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "reminded": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "remodel": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "remote": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "renovated": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "rented": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "repair": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "repairable": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "report": {"her - them": -0.026798906599811767, "her": 0.2936828275983154, "them": 0.32048173419812714}, "request": {"her - them": -0.05476898409531783, "her": 0.25011970593654625, "them": 0.3048886900318641}, "requests": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "requirements": {"her - them": -0.08414198366618031, "her": 0.2644163180841, "them": 0.3485583017502803}, "requires": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "researched": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "residents": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "respect": {"her - them": -0.0819554647226986, "her": 0.2851084295608029, "them": 0.3670638942835015}, "respond": {"her - them": 0.04753069986790481, "her": 0.3249901159470678, "them": 0.27745941607916297}, "response": {"her - them": -0.03433228250174414, "her": 0.2915468062966027, "them": 0.3258790887983468}, "responsible": {"her - them": -0.0008109602310596431, "her": 0.3361080679323615, "them": 0.3369190281634211}, "rest": {"her - them": -0.08495067239046533, "her": 0.2567378962045359, "them": 0.34168856859500124}, "restaurant": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "retrieved": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "return": {"her - them": -0.0035037880894772666, "her": 0.28695684166104674, "them": 0.290460629750524}, "returning": {"her - them": -0.10671884248824309, "her": 0.2644163180841, "them": 0.3711351605723431}, "reveals": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "review": {"her - them": 0.04653157510979858, "her": 0.28695684166104674, "them": 0.24042526655124816}, "reviews": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "reyes": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "ride": {"her - them": -0.006080128088416625, "her": 0.23434513846283153, "them": 0.24042526655124816}, "ridenyc": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "rifts": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "right": {"her - them": -0.05893382569764993, "her": 0.3178321670082833, "them": 0.37676599270593325}, "rightly": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "rights": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "road": {"her - them": -0.11394309718894749, "her": 0.20422050028314306, "them": 0.31816359747209055}, "rock": {"her - them": -0.08495067239046533, "her": 0.2567378962045359, "them": 0.34168856859500124}, "rohan": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "role": {"her - them": -0.09343039393738467, "her": 0.27189197322194414, "them": 0.3653223671593288}, "roles": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "roof": {"her - them": -0.05420660909623659, "her": 0.3249901159470678, "them": 0.3791967250433044}, "room": {"her - them": -0.001865234175231767, "her": 0.3161065487838031, "them": 0.3179717829590349}, "root": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "rotations": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "round": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "run": {"her - them": -0.09164180875191746, "her": 0.28695684166104674, "them": 0.3785986504129642}, "running": {"her - them": -0.08317277532381351, "her": 0.27360073721697403, "them": 0.35677351254078754}, "russell": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "s": {"her - them": -0.10298799833438604, "her": 0.2675350663020956, "them": 0.37052306463648166}, "sad": {"her - them": -0.030955826351140026, "her": 0.3361080679323615, "them": 0.3670638942835015}, "sadly": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "safely": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "saftar": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "said": {"her - them": -0.05179082726218287, "her": 0.30289408207687424, "them": 0.3546849093390571}, "sales": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "same": {"her - them": -0.06159915377814362, "her": 0.2911728790777871, "them": 0.35277203285593073}, "sanctify": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "sarah": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "satan": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "saturday": {"her - them": -0.10978889867733396, "her": 0.23907353070854512, "them": 0.3488624293858791}, "save": {"her - them": -0.004788914778627418, "her": 0.2567378962045359, "them": 0.2615268109831633}, "saved": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "saving": {"her - them": 0.04753069986790481, "her": 0.3249901159470678, "them": 0.27745941607916297}, "savings": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "saw": {"her - them": -0.02093098096849444, "her": 0.31605677772271495, "them": 0.3369877586912094}, "say": {"her - them": -0.10021845492225223, "her": 0.27441502417013736, "them": 0.3746334790923896}, "saying": {"her - them": 0.04653157510979858, "her": 0.28695684166104674, "them": 0.24042526655124816}, "says": {"her - them": -0.0015247691259383522, "her": 0.32435431967240846, "them": 0.3258790887983468}, "scandal": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "scared": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "scenes": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "schedule": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "school": {"her - them": -0.04511064862137004, "her": 0.2990895703139264, "them": 0.34420021893529645}, "scored": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "scorer": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "scoring": {"her - them": -0.08414198366618031, "her": 0.2644163180841, "them": 0.3485583017502803}, "screen": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "scripted": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "scripture": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "scrubs": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "se": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "searching": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "season": {"her - them": -0.08458477390392627, "her": 0.20863730877070846, "them": 0.29322208267463473}, "seat": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "seating": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "second": {"her - them": -0.12088687999428943, "her": 0.26298436811448983, "them": 0.38387124810877926}, "seconds": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "section": {"her - them": 0.04714587305519191, "her": 0.30867268403835524, "them": 0.2615268109831633}, "see": {"her - them": -0.07667354609521093, "her": 0.28546535173937143, "them": 0.36213889783458236}, "seedy": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "seeing": {"her - them": -0.0026285024488722497, "her": 0.30226018758299183, "them": 0.3048886900318641}, "seeking": {"her - them": -0.0819554647226986, "her": 0.2851084295608029, "them": 0.3670638942835015}, "seem": {"her - them": -0.11087595346989604, "her": 0.23001687775679958, "them": 0.3408928312266956}, "seemed": {"her - them": -0.07515679252954216, "her": 0.29660849574915243, "them": 0.3717652882786946}, "seemingly": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "seems": {"her - them": -0.09415955410726495, "her": 0.26573543986837206, "them": 0.359894993975637}, "seen": {"her - them": -0.12079284671968832, "her": 0.25765729437853174, "them": 0.37845014109822006}, "sees": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "seinfeld": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "self": {"her - them": -0.0008109602310596431, "her": 0.3361080679323615, "them": 0.3369190281634211}, "selling": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "semi": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "senior": {"her - them": 0.04753069986790481, "her": 0.3249901159470678, "them": 0.27745941607916297}, "sensational": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "sense": {"her - them": -0.08495067239046533, "her": 0.2567378962045359, "them": 0.34168856859500124}, "sensitive": {"her - them": -0.002271626012080974, "her": 0.30867268403835524, "them": 0.3109443100504362}, "sent": {"her - them": -0.03394077774687604, "her": 0.29660849574915243, "them": 0.3305492734960285}, "sentences": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "separations": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "sept": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "september": {"her - them": -0.007752472838395613, "her": 0.2068492087972008, "them": 0.21460168163559643}, "series": {"her - them": -0.14855153257278766, "her": 0.20422050028314306, "them": 0.35277203285593073}, "sermon": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "servants": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "serve": {"her - them": -0.005163902626551586, "her": 0.25011970593654625, "them": 0.25528360856309784}, "served": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "serves": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "service": {"her - them": -0.09415955410726495, "her": 0.26573543986837206, "them": 0.359894993975637}, "serving": {"her - them": -5.4852059364673966e-05, "her": 0.3511701894137732, "them": 0.3512250414731379}, "set": {"her - them": -0.0028296267166407207, "her": 0.30201720525817144, "them": 0.30484683197481216}, "sets": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "settle": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "seven": {"her - them": -0.004788914778627418, "her": 0.2567378962045359, "them": 0.2615268109831633}, "several": {"her - them": -0.086976788335141, "her": 0.2936828275983154, "them": 0.3806596159334564}, "shadow": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "shannon": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "shape": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "share": {"her - them": -0.056315375294404724, "her": 0.30226018758299183, "them": 0.35857556287739656}, "shared": {"her - them": -0.005163902626551586, "her": 0.25011970593654625, "them": 0.25528360856309784}, "sharing": {"her - them": -0.10765339967654741, "her": 0.2567378962045359, "them": 0.3643912958810833}, "sharper": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "she": {"her - them": 0.0519327348350026, "her": 0.3310532739775877, "them": 0.2791205391425851}, "shepherd": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "sheri": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "sherlock": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "shinier": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "ship": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "shipping": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "shop": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "shoplifting": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "short": {"her - them": -0.05813965566603779, "her": 0.2827531755606578, "them": 0.3408928312266956}, "shorten": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "shortly": {"her - them": 0.04775493921162932, "her": 0.3361080679323615, "them": 0.28835312872073215}, "shot": {"her - them": -0.03468906422942025, "her": 0.28695684166104674, "them": 0.321645905890467}, "shots": {"her - them": -0.0819554647226986, "her": 0.2851084295608029, "them": 0.3670638942835015}, "should": {"her - them": -0.06516292064091794, "her": 0.28979036134385494, "them": 0.3549532819847729}, "shouldn": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "show": {"her - them": -0.036715255133215774, "her": 0.31605677772271495, "them": 0.35277203285593073}, "showed": {"her - them": -0.08564653155024149, "her": 0.25011970593654625, "them": 0.33576623748678774}, "shown": {"her - them": -0.10765339967654741, "her": 0.2567378962045359, "them": 0.3643912958810833}, "shows": {"her - them": -0.1084558569408503, "her": 0.25011970593654625, "them": 0.35857556287739656}, "side": {"her - them": -0.10649202644526329, "her": 0.2752644176747126, "them": 0.3817564441199759}, "sight": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "sightseeing": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "silent": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "similar": {"her - them": -0.05526561838659047, "her": 0.24429076138735242, "them": 0.2995563797739429}, "simmons": {"her - them": -0.08317277532381351, "her": 0.27360073721697403, "them": 0.35677351254078754}, "simon": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "simple": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "simply": {"her - them": -0.0353215800284844, "her": 0.2788720160049323, "them": 0.3141935960334167}, "since": {"her - them": -0.06576729405432075, "her": 0.2840925251797516, "them": 0.34985981923407233}, "sinful": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "sing": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "singleton": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "sirkin": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "sister": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "sit": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "sitting": {"her - them": 0.04753069986790481, "her": 0.3249901159470678, "them": 0.27745941607916297}, "situation": {"her - them": -0.0608054236617106, "her": 0.2990895703139264, "them": 0.359894993975637}, "six": {"her - them": -0.05850421690259194, "her": 0.2788720160049323, "them": 0.3373762329075242}, "size": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "skins": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "slack": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "slang": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "sleep": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "sleepless": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "slightly": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "slow": {"her - them": -0.07386434951112314, "her": 0.30867268403835524, "them": 0.3825370335494784}, "small": {"her - them": -0.12817236491804931, "her": 0.23907353070854512, "them": 0.36724589562659443}, "smidgen": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "smith": {"her - them": 0.028464806036781087, "her": 0.2963170209712384, "them": 0.2678522149344573}, "so": {"her - them": -0.0717514320721721, "her": 0.3353424466070827, "them": 0.4070938786792548}, "soccer": {"her - them": -0.08317277532381351, "her": 0.27360073721697403, "them": 0.35677351254078754}, "society": {"her - them": -0.12880256793171493, "her": 0.23434513846283153, "them": 0.36314770639454647}, "some": {"her - them": -0.13008040062891973, "her": 0.2874315845333579, "them": 0.4175119851622776}, "someone": {"her - them": -0.02278458832050939, "her": 0.3483505722518337, "them": 0.3711351605723431}, "something": {"her - them": -0.09838122553260253, "her": 0.2887751588395152, "them": 0.38715638437211775}, "sometimes": {"her - them": -0.024508109713470616, "her": 0.32435431967240846, "them": 0.3488624293858791}, "somewhere": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "son": {"her - them": -0.0035037880894772666, "her": 0.28695684166104674, "them": 0.290460629750524}, "soon": {"her - them": -0.12990660825512457, "her": 0.22602253400998873, "them": 0.3559291422651133}, "sore": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "sorry": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "sort": {"her - them": -0.0819554647226986, "her": 0.2851084295608029, "them": 0.3670638942835015}, "soul": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "sounding": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "southbank": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "soviet": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "speaker": {"her - them": -0.0819554647226986, "her": 0.2851084295608029, "them": 0.3670638942835015}, "special": {"her - them": -0.003979605885589432, "her": 0.2788720160049323, "them": 0.2828516218905217}, "specific": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "spectators": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "speech": {"her - them": -0.0063370405379994665, "her": 0.23001687775679958, "them": 0.23635391829479904}, "spent": {"her - them": -0.035605496742565745, "her": 0.2752644176747126, "them": 0.31086991441727835}, "sphere": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "spirit": {"her - them": -0.12990660825512457, "her": 0.22602253400998873, "them": 0.3559291422651133}, "spirited": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "spiritual": {"her - them": -0.08414198366618031, "her": 0.2644163180841, "them": 0.3485583017502803}, "spiritually": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "square": {"her - them": -0.08317277532381351, "her": 0.27360073721697403, "them": 0.35677351254078754}, "stadium": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "stadler": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "stage": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "stan": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "standard": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "standards": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "standing": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "start": {"her - them": -0.08855859218004236, "her": 0.222311322237236, "them": 0.31086991441727835}, "started": {"her - them": -0.09303053501212938, "her": 0.2752644176747126, "them": 0.368294952686842}, "starters": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "starting": {"her - them": -0.07619086473349973, "her": 0.28695684166104674, "them": 0.36314770639454647}, "starts": {"her - them": -0.002271626012080974, "her": 0.30867268403835524, "them": 0.3109443100504362}, "state": {"her - them": 0.012985831544094273, "her": 0.2998330495941878, "them": 0.2868472180500935}, "statement": {"her - them": -0.004788914778627418, "her": 0.2567378962045359, "them": 0.2615268109831633}, "station": {"her - them": -0.003237773610454686, "her": 0.2915468062966027, "them": 0.29478457990705736}, "statue": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "stay": {"her - them": -0.0564863305280347, "her": 0.23001687775679958, "them": 0.2865032082848343}, "stayed": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "steady": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "step": {"her - them": -0.062292503855110926, "her": 0.28427650941860133, "them": 0.34656901327371226}, "stephen": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "stepping": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "steven": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "stiffing": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "still": {"her - them": -0.1293856347552615, "her": 0.26298436811448983, "them": 0.3923700028697513}, "stitches": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "stole": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "stone": {"her - them": -0.005163902626551586, "her": 0.25011970593654625, "them": 0.25528360856309784}, "stop": {"her - them": -0.07744368529382945, "her": 0.2752644176747126, "them": 0.35270810296854205}, "store": {"her - them": -0.0819554647226986, "her": 0.2851084295608029, "them": 0.3670638942835015}, "stories": {"her - them": -0.05476898409531783, "her": 0.25011970593654625, "them": 0.3048886900318641}, "story": {"her - them": 0.02228946334452958, "her": 0.33648305937794626, "them": 0.3141935960334167}, "strained": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "stranded": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "strategies": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "street": {"her - them": -0.00020145072227684135, "her": 0.34866097866360224, "them": 0.3488624293858791}, "streets": {"her - them": -0.03350604990379591, "her": 0.30226018758299183, "them": 0.33576623748678774}, "strength": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "strengthened": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "struck": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "struggled": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "struggles": {"her - them": 0.04753069986790481, "her": 0.3249901159470678, "them": 0.27745941607916297}, "students": {"her - them": -0.0564863305280347, "her": 0.23001687775679958, "them": 0.2865032082848343}, "studies": {"her - them": -0.05611549128769247, "her": 0.23434513846283153, "them": 0.290460629750524}, "stuff": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "style": {"her - them": -0.0005968438600745252, "her": 0.3410917247349267, "them": 0.34168856859500124}, "subject": {"her - them": -0.12817236491804931, "her": 0.23907353070854512, "them": 0.36724589562659443}, "subway": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "such": {"her - them": -0.06755354851273682, "her": 0.2946692897526608, "them": 0.36222283826539764}, "sudden": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "suffered": {"her - them": 0.04753069986790481, "her": 0.3249901159470678, "them": 0.27745941607916297}, "suffering": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "suggests": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "suicide": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "suited": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "sullen": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "sunrise": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "support": {"her - them": -0.04511064862137004, "her": 0.2990895703139264, "them": 0.34420021893529645}, "supporters": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "supportive": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "supposed": {"her - them": -5.4852059364673966e-05, "her": 0.3511701894137732, "them": 0.3512250414731379}, "sure": {"her - them": -0.036916683094605995, "her": 0.31369849006867906, "them": 0.35061517316328505}, "surprised": {"her - them": -0.08317277532381351, "her": 0.27360073721697403, "them": 0.35677351254078754}, "surprising": {"her - them": -0.08495067239046533, "her": 0.2567378962045359, "them": 0.34168856859500124}, "suspected": {"her - them": 0.07954348320317778, "her": 0.3348270917662756, "them": 0.25528360856309784}, "suspects": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "sweet": {"her - them": -0.10671884248824309, "her": 0.2644163180841, "them": 0.3711351605723431}, "switching": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "system": {"her - them": -0.11135369889753549, "her": 0.22602253400998873, "them": 0.3373762329075242}, "t": {"her - them": -0.09660415888286333, "her": 0.27505817968922786, "them": 0.3716623385720912}, "tables": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "take": {"her - them": -0.08350396771863616, "her": 0.31308011720719864, "them": 0.3965840849258348}, "taken": {"her - them": -0.07623469249060438, "her": 0.28215886385728806, "them": 0.35839355634789244}, "takes": {"her - them": -0.004788914778627418, "her": 0.2567378962045359, "them": 0.2615268109831633}, "takeshi": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "taking": {"her - them": -0.13309366286063287, "her": 0.20171050081389233, "them": 0.3348041636745252}, "talent": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "talented": {"her - them": -0.0008109602310596431, "her": 0.3361080679323615, "them": 0.3369190281634211}, "talk": {"her - them": -0.0008109602310596431, "her": 0.3361080679323615, "them": 0.3369190281634211}, "talking": {"her - them": 0.0295697397653511, "her": 0.32435431967240846, "them": 0.29478457990705736}, "talks": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "task": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "tasks": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "teach": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "teaching": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "team": {"her - them": -0.09690859393659565, "her": 0.24244556748982585, "them": 0.3393541614264215}, "teams": {"her - them": -0.13085362473554357, "her": 0.2188434053359129, "them": 0.34969703007145647}, "techniques": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "teens": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "telekinesis": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "tell": {"her - them": -0.0017809283436279744, "her": 0.319864977546839, "them": 0.321645905890467}, "telling": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "tempted": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "tend": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "term": {"her - them": -0.11087595346989604, "her": 0.23001687775679958, "them": 0.3408928312266956}, "terms": {"her - them": -0.0026285024488722497, "her": 0.30226018758299183, "them": 0.3048886900318641}, "terrible": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "terrorism": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "test": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "testing": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "than": {"her - them": -0.10396931738112836, "her": 0.2982711392827206, "them": 0.40224045666384894}, "thanapob": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "thank": {"her - them": -0.05476898409531783, "her": 0.25011970593654625, "them": 0.3048886900318641}, "thanks": {"her - them": -0.03501728911826002, "her": 0.2827531755606578, "them": 0.31777046467891784}, "that": {"her - them": -0.13338066442487875, "her": 0.23993625991295534, "them": 0.3733169243378341}, "the": {"her - them": -0.1514635241534331, "her": 0.1136209095096298, "them": 0.2650844336630629}, "theatre": {"her - them": -0.0535554648749349, "her": 0.2644163180841, "them": 0.3179717829590349}, "theft": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "their": {"her - them": -0.12370289706909732, "her": 0.29016424977534466, "them": 0.413867146844442}, "them": {"her - them": -0.2080594999681883, "her": 0.28668561549925325, "them": 0.49474511546744154}, "themed": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "themselves": {"her - them": -0.092141512536075, "her": 0.2827531755606578, "them": 0.3748946880967328}, "then": {"her - them": -0.1173787428315129, "her": 0.2989246984927741, "them": 0.416303441324287}, "there": {"her - them": -0.13425511593425327, "her": 0.2889104100189731, "them": 0.4231655259532264}, "these": {"her - them": -0.10401406294529503, "her": 0.30191752213398104, "them": 0.40593158507927607}, "they": {"her - them": -0.11401484444352067, "her": 0.29092610293580295, "them": 0.4049409473793236}, "thin": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "thing": {"her - them": -0.03739101858095095, "her": 0.2528702522319531, "them": 0.29026127081290404}, "things": {"her - them": -0.11217291797022316, "her": 0.2868713756570273, "them": 0.39904429362725047}, "think": {"her - them": -0.09940041396432286, "her": 0.3058594853929173, "them": 0.40525989935724016}, "thinking": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "third": {"her - them": -0.11394309718894749, "her": 0.20422050028314306, "them": 0.31816359747209055}, "thirty": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "this": {"her - them": -0.10197062470061613, "her": 0.29463610857868744, "them": 0.39660673327930357}, "those": {"her - them": -0.10931019738835163, "her": 0.2852548345680401, "them": 0.39456503195639175}, "though": {"her - them": -0.12260591241085725, "her": 0.2443817053011734, "them": 0.36698761771203064}, "thought": {"her - them": -0.062070840082032064, "her": 0.28647934632964517, "them": 0.34855018641167723}, "thousands": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "three": {"her - them": -0.1345735177970614, "her": 0.23700227865911916, "them": 0.37157579645618055}, "thrilled": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "through": {"her - them": -0.07599705359040637, "her": 0.301886579262527, "them": 0.37788363285293336}, "throughout": {"her - them": -0.07705712626018102, "her": 0.2788720160049323, "them": 0.3559291422651133}, "throw": {"her - them": -0.0819554647226986, "her": 0.2851084295608029, "them": 0.3670638942835015}, "tickets": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "tie": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "tien": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "ties": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "tile": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "tim": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "time": {"her - them": -0.07872910618387291, "her": 0.3139677825724563, "them": 0.3926968887563292}, "times": {"her - them": -0.0948121542465708, "her": 0.2602179240432754, "them": 0.3550300782898462}, "timothy": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "tiptoeing": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "title": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "titled": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "titles": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "to": {"her - them": -0.14636057154923618, "her": 0.18455514344257914, "them": 0.3309157149918153}, "today": {"her - them": -0.0608054236617106, "her": 0.2990895703139264, "them": 0.359894993975637}, "together": {"her - them": -0.14015088675779835, "her": 0.26573543986837206, "them": 0.4058863266261704}, "told": {"her - them": -0.054679723751599185, "her": 0.32155666296708857, "them": 0.37623638671868775}, "toll": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "tomorrow": {"her - them": -0.08625851210867605, "her": 0.24429076138735242, "them": 0.3305492734960285}, "tonkotsu": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "too": {"her - them": -0.09555885325972518, "her": 0.2883123948490541, "them": 0.38387124810877926}, "took": {"her - them": -0.06250576679871445, "her": 0.28215886385728806, "them": 0.3446646306560025}, "top": {"her - them": -0.16392072832038637, "her": 0.19265911121910065, "them": 0.356579839539487}, "topical": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "torn": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "tortured": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "tough": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "tour": {"her - them": -0.005802178040878292, "her": 0.23907353070854512, "them": 0.2448757087494234}, "tournament": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "tours": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "toward": {"her - them": -0.05850421690259194, "her": 0.2788720160049323, "them": 0.3373762329075242}, "towards": {"her - them": -0.10765339967654741, "her": 0.2567378962045359, "them": 0.3643912958810833}, "town": {"her - them": -0.061378702730920415, "her": 0.24846514676141315, "them": 0.30984384949233357}, "tracks": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "train": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "travel": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "travelled": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "treated": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "tremendous": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "tried": {"her - them": -0.07744368529382945, "her": 0.2752644176747126, "them": 0.35270810296854205}, "tries": {"her - them": -5.4852059364673966e-05, "her": 0.3511701894137732, "them": 0.3512250414731379}, "trivia": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "trouble": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "true": {"her - them": -0.05952067363406216, "her": 0.3119537944453996, "them": 0.3714744680794618}, "trust": {"her - them": -0.07455130897962847, "her": 0.30226018758299183, "them": 0.3768114965626203}, "truth": {"her - them": 0.048009383846430886, "her": 0.3511701894137732, "them": 0.3031608055673423}, "try": {"her - them": -0.05914251944410154, "her": 0.3157521686526313, "them": 0.3748946880967328}, "trying": {"her - them": -0.07814453028575291, "her": 0.2687239682752019, "them": 0.3468684985609548}, "turn": {"her - them": -0.0573156230892764, "her": 0.2915468062966027, "them": 0.3488624293858791}, "turned": {"her - them": -0.0009391457205121245, "her": 0.3348270917662756, "them": 0.33576623748678774}, "turns": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "tv": {"her - them": -0.05476898409531783, "her": 0.25011970593654625, "them": 0.3048886900318641}, "twelve": {"her - them": -0.05476898409531783, "her": 0.25011970593654625, "them": 0.3048886900318641}, "two": {"her - them": -0.09131748327381556, "her": 0.30728011481595047, "them": 0.398597598089766}, "type": {"her - them": -0.08495067239046533, "her": 0.2567378962045359, "them": 0.34168856859500124}, "ugly": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "uk": {"her - them": -0.004788914778627418, "her": 0.2567378962045359, "them": 0.2615268109831633}, "ultimately": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "unappreciated": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "uncertain": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "uncommunicative": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "uncredited": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "under": {"her - them": -0.06195161190550705, "her": 0.24244556748982585, "them": 0.3043971793953329}, "underneath": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "understand": {"her - them": -0.05774539928100153, "her": 0.28695684166104674, "them": 0.34470224094204827}, "understood": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "undertake": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "unenticing": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "unfair": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "union": {"her - them": 0.04732939019782456, "her": 0.3161065487838031, "them": 0.26877715858597856}, "united": {"her - them": -0.08817106202342795, "her": 0.22602253400998873, "them": 0.3141935960334167}, "unity": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "unless": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "unnoticed": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "unpleasant": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "unproven": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "until": {"her - them": -0.03350604990379591, "her": 0.30226018758299183, "them": 0.33576623748678774}, "unwelcome": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "up": {"her - them": -0.0871001646848985, "her": 0.30421725604678423, "them": 0.39131742073168274}, "upon": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "uppity": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "us": {"her - them": -0.10549808433771413, "her": 0.27767236118632677, "them": 0.3831704455240409}, "usd": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "use": {"her - them": -0.20730554720362027, "her": 0.18484458443714608, "them": 0.39215013164076634}, "used": {"her - them": -0.09099271803648484, "her": 0.26009419420854096, "them": 0.3510869122450258}, "uses": {"her - them": -0.05526561838659047, "her": 0.24429076138735242, "them": 0.2995563797739429}, "usual": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "usually": {"her - them": -0.1084558569408503, "her": 0.25011970593654625, "them": 0.35857556287739656}, "v": {"her - them": -0.001865234175231767, "her": 0.3161065487838031, "them": 0.3179717829590349}, "valued": {"her - them": -0.050503000161776945, "her": 0.30072204131136093, "them": 0.3512250414731379}, "various": {"her - them": -0.0017809283436279744, "her": 0.319864977546839, "them": 0.321645905890467}, "ve": {"her - them": -0.11107184214782878, "her": 0.2676077277691335, "them": 0.3786795699169623}, "verbally": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "verse": {"her - them": -0.005802178040878292, "her": 0.23907353070854512, "them": 0.2448757087494234}, "version": {"her - them": -0.03468906422942025, "her": 0.28695684166104674, "them": 0.321645905890467}, "very": {"her - them": -0.09391587194157158, "her": 0.3310544041497177, "them": 0.4249702760912893}, "views": {"her - them": -0.1084558569408503, "her": 0.25011970593654625, "them": 0.35857556287739656}, "villagers": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "virginity": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "visit": {"her - them": -0.0054987829731368565, "her": 0.24429076138735242, "them": 0.24978954436048928}, "vote": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "vs": {"her - them": -0.08317277532381351, "her": 0.27360073721697403, "them": 0.35677351254078754}, "vulnerable": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "waaay": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "waiter": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "waiting": {"her - them": -0.0008109602310596431, "her": 0.3361080679323615, "them": 0.3369190281634211}, "waitress": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "waldo": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "walk": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "walking": {"her - them": 0.00079811500222432, "her": 0.3678620092857258, "them": 0.3670638942835015}, "wander": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "want": {"her - them": -0.050354364234573734, "her": 0.31605677772271495, "them": 0.3664111419572887}, "wanted": {"her - them": -0.04364227350548783, "her": 0.3157521686526313, "them": 0.3593944421581191}, "wants": {"her - them": -0.05476898409531783, "her": 0.25011970593654625, "them": 0.3048886900318641}, "war": {"her - them": -0.03757230199331507, "her": 0.2506240953935351, "them": 0.28819639738685016}, "was": {"her - them": -0.09986245486030632, "her": 0.28184353773895615, "them": 0.38170599259926247}, "washington": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "wasn": {"her - them": 0.030996381280028462, "her": 0.38692552354514176, "them": 0.3559291422651133}, "waste": {"her - them": -0.05744640664847611, "her": 0.2188434053359129, "them": 0.276289811984389}, "watched": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "watching": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "water": {"her - them": -0.0784647790669244, "her": 0.26573543986837206, "them": 0.34420021893529645}, "way": {"her - them": -0.012703966338214356, "her": 0.3449990966551296, "them": 0.357703062993344}, "we": {"her - them": -0.10352179360738462, "her": 0.2642423624430062, "them": 0.3677641560503908}, "wearing": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "weaselled": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "websites": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "wee": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "week": {"her - them": -0.0022512355602405387, "her": 0.31369849006867906, "them": 0.3159497256289196}, "weekend": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "weeks": {"her - them": 0.04753069986790481, "her": 0.3249901159470678, "them": 0.27745941607916297}, "weight": {"her - them": -0.0868055580898017, "her": 0.23907353070854512, "them": 0.3258790887983468}, "welfare": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "well": {"her - them": -0.05944220324270377, "her": 0.31308011720719864, "them": 0.3725223204499024}, "went": {"her - them": -0.05850421690259194, "her": 0.2788720160049323, "them": 0.3373762329075242}, "were": {"her - them": -0.10106731350680015, "her": 0.2802500660126402, "them": 0.38131737951944034}, "weren": {"her - them": -5.4852059364673966e-05, "her": 0.3511701894137732, "them": 0.3512250414731379}, "west": {"her - them": -0.13128156272740876, "her": 0.21558693583354605, "them": 0.3468684985609548}, "westerberg": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "what": {"her - them": -0.14559149699765456, "her": 0.24978911699802525, "them": 0.3953806139956798}, "whatever": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "when": {"her - them": -0.10511441145814476, "her": 0.29038322321143817, "them": 0.39549763466958293}, "where": {"her - them": -0.09039139677310526, "her": 0.3142323952686935, "them": 0.40462379204179877}, "whether": {"her - them": 0.021506401400835873, "her": 0.31852511858386845, "them": 0.2970187171830326}, "which": {"her - them": -0.15762959393868803, "her": 0.26754730745496946, "them": 0.4251769013936575}, "while": {"her - them": -0.1665547385791706, "her": 0.2097269080591189, "them": 0.3762816466382895}, "whilst": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "whim": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "white": {"her - them": -0.09380573120263991, "her": 0.2687239682752019, "them": 0.3625296994778418}, "who": {"her - them": -0.06927207179584816, "her": 0.33181692819237085, "them": 0.401088999988219}, "whole": {"her - them": -0.12880256793171493, "her": 0.23434513846283153, "them": 0.36314770639454647}, "whose": {"her - them": -0.08625851210867605, "her": 0.24429076138735242, "them": 0.3305492734960285}, "why": {"her - them": -0.1027680672076357, "her": 0.2978160858317032, "them": 0.4005841530393389}, "wicked": {"her - them": -0.003244699159929254, "her": 0.2851084295608029, "them": 0.28835312872073215}, "widows": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "wife": {"her - them": 0.030147414684490503, "her": 0.3410917247349267, "them": 0.3109443100504362}, "will": {"her - them": -0.10759027032731472, "her": 0.2733159981477037, "them": 0.3809062684750184}, "window": {"her - them": 0.04714587305519191, "her": 0.30867268403835524, "them": 0.2615268109831633}, "wing": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "wisdom": {"her - them": -5.4852059364673966e-05, "her": 0.3511701894137732, "them": 0.3512250414731379}, "wise": {"her - them": 0.0002464099431397915, "her": 0.35701992248392733, "them": 0.35677351254078754}, "wish": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "wished": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "with": {"her - them": -0.10724985388109731, "her": 0.28582223843074056, "them": 0.3930720923118379}, "within": {"her - them": -0.07744368529382945, "her": 0.2752644176747126, "them": 0.35270810296854205}, "without": {"her - them": -0.09922845363133326, "her": 0.28215886385728806, "them": 0.3813873174886213}, "withstood": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "woman": {"her - them": 0.07956050640476436, "her": 0.35701992248392733, "them": 0.27745941607916297}, "women": {"her - them": -0.16137769291730447, "her": 0.20960938988235772, "them": 0.3709870827996622}, "won": {"her - them": -0.09415955410726495, "her": 0.26573543986837206, "them": 0.359894993975637}, "wonder": {"her - them": -0.032451752966477176, "her": 0.3161065487838031, "them": 0.3485583017502803}, "word": {"her - them": -0.09070357585104535, "her": 0.20171050081389233, "them": 0.2924140766649377}, "work": {"her - them": -0.07482834242205044, "her": 0.32300938134779883, "them": 0.39783772376984927}, "working": {"her - them": -0.0037500327241764553, "her": 0.2827531755606578, "them": 0.2865032082848343}, "world": {"her - them": -0.1090308561882623, "her": 0.2872241850053257, "them": 0.396255041193588}, "worries": {"her - them": -0.002438764255981385, "her": 0.30072204131136093, "them": 0.3031608055673423}, "worry": {"her - them": -0.03394077774687604, "her": 0.29660849574915243, "them": 0.3305492734960285}, "worst": {"her - them": -0.0527793055443781, "her": 0.27360073721697403, "them": 0.32638004276135213}, "would": {"her - them": -0.08065521349607258, "her": 0.3206390255863663, "them": 0.4012942390824389}, "writes": {"her - them": 0.04732939019782456, "her": 0.3161065487838031, "them": 0.26877715858597856}, "writing": {"her - them": -0.05476898409531783, "her": 0.25011970593654625, "them": 0.3048886900318641}, "wrong": {"her - them": -0.08317277532381351, "her": 0.27360073721697403, "them": 0.35677351254078754}, "wrote": {"her - them": -0.003979605885589432, "her": 0.2788720160049323, "them": 0.2828516218905217}, "www": {"her - them": -0.0038586788621889356, "her": 0.27360073721697403, "them": 0.27745941607916297}, "year": {"her - them": -0.027831351580751174, "her": 0.2956287246416489, "them": 0.3234600762224001}, "years": {"her - them": -0.1066105428076407, "her": 0.2912988740154799, "them": 0.3979094168231206}, "yes": {"her - them": -0.0542064138459003, "her": 0.2567378962045359, "them": 0.3109443100504362}, "yet": {"her - them": -0.14818086949264536, "her": 0.2068492087972008, "them": 0.3550300782898462}, "yo": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "yoing": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}, "york": {"her - them": -0.11423922481502727, "her": 0.20171050081389233, "them": 0.3159497256289196}, "yorker": {"her - them": -0.05181059860261822, "her": 0.2851084295608029, "them": 0.3369190281634211}, "you": {"her - them": -0.09792362442183433, "her": 0.27077870118668107, "them": 0.3687023256085154}, "young": {"her - them": 0.01822160466306033, "her": 0.34369912666679703, "them": 0.3254775220037367}, "your": {"her - them": -0.12456799111573846, "her": 0.2529892126779058, "them": 0.37755720379364427}, "yourself": {"her - them": -0.004360840501878571, "her": 0.2644163180841, "them": 0.26877715858597856}, "zone": {"her - them": -0.0868055580898017, "her": 0.23907353070854512, "them": 0.3258790887983468}, "zones": {"her - them": -0.001205556371129568, "her": 0.32589100284706113, "them": 0.3270965592181907}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-her-they.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-her-they.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4188b4c4dd7a1e127ad2ad1a79b731f3bc9492 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-her-they.json @@ -0,0 +1 @@ +{"0": {"her - they": -0.08798721628217229, "her": 0.17634710446816496, "they": 0.26433432075033725}, "000": {"her - they": -0.011079910727311182, "her": 0.2990895703139264, "they": 0.3101694810412376}, "04": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "08": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "1": {"her - they": -0.09530002681404415, "her": 0.23322159626571398, "they": 0.32852162307975813}, "10": {"her - they": -0.04595579848222495, "her": 0.24244556748982585, "they": 0.2884013659720508}, "100": {"her - they": -0.05555058315358552, "her": 0.26573543986837206, "they": 0.3212860230219576}, "10am": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "12": {"her - they": -0.03128727963675476, "her": 0.2752644176747126, "they": 0.30655169731146736}, "13": {"her - they": 0.0009854786118679293, "her": 0.28695684166104674, "they": 0.2859713630491788}, "14": {"her - they": -0.051626224586347275, "her": 0.23434513846283153, "they": 0.2859713630491788}, "140": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "15": {"her - they": 0.08468981955646962, "her": 0.3084221978165759, "they": 0.2237323782601063}, "16": {"her - they": -0.06883220414233385, "her": 0.23434513846283153, "they": 0.3031773426051654}, "17": {"her - they": -0.022196452708031167, "her": 0.2990895703139264, "they": 0.3212860230219576}, "18": {"her - they": -0.06764808329931854, "her": 0.25011970593654625, "they": 0.3177677892358648}, "18usd": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "19": {"her - they": -0.06945290778422891, "her": 0.22602253400998873, "they": 0.29547544179421764}, "1975": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "1986": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "2": {"her - they": -0.03546503720685823, "her": 0.27528707071102243, "they": 0.31075210791788066}, "20": {"her - they": 0.026397001534305853, "her": 0.32976840698000937, "they": 0.3033714054457035}, "200": {"her - they": -0.029281497789988287, "her": 0.25011970593654625, "they": 0.27940120372653454}, "2011": {"her - they": 0.045637870940329145, "her": 0.222311322237236, "they": 0.17667345129690684}, "2012": {"her - they": 0.046108963876493936, "her": 0.25011970593654625, "they": 0.20401074206005232}, "2015": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "2016": {"her - they": -0.051626224586347275, "her": 0.23434513846283153, "they": 0.2859713630491788}, "2019": {"her - they": 0.022995500251649148, "her": 0.30867268403835524, "they": 0.2856771837867061}, "20th": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "21": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "24": {"her - they": -0.06764808329931854, "her": 0.25011970593654625, "they": 0.3177677892358648}, "25": {"her - they": 0.09798494156462356, "her": 0.3161065487838031, "they": 0.21812160721917956}, "26": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "28": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "29": {"her - they": -0.029281497789988287, "her": 0.25011970593654625, "they": 0.27940120372653454}, "3": {"her - they": -0.018288835325399933, "her": 0.2883123948490541, "they": 0.306601230174454}, "30": {"her - they": -0.09606274979580998, "her": 0.23001687775679958, "they": 0.32607962755260955}, "300": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "33": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "35": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "38": {"her - they": 0.09749489088660135, "her": 0.3361080679323615, "they": 0.23861317704576013}, "39": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "4": {"her - they": -0.012485764906812136, "her": 0.26923496643284084, "they": 0.281720731339653}, "40": {"her - they": 0.022858983856457293, "her": 0.30226018758299183, "they": 0.27940120372653454}, "400": {"her - they": 0.09749489088660135, "her": 0.3361080679323615, "they": 0.23861317704576013}, "40th": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "42": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "45": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "5": {"her - they": -0.05332261984215336, "her": 0.24630724150082467, "they": 0.29962986134297803}, "6": {"her - they": -0.025027714907568166, "her": 0.2474383152014572, "they": 0.27246603010902537}, "66": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "69p": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "7": {"her - they": -0.05648197708405128, "her": 0.2528702522319531, "they": 0.30935222931600437}, "8": {"her - they": -0.12055195770382521, "her": 0.19479030774674516, "they": 0.31534226545057037}, "81st": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "884": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "90": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "a": {"her - they": -0.10373542409204659, "her": 0.20923117476328892, "they": 0.3129665988553355}, "able": {"her - they": -0.01671808342720571, "her": 0.31852511858386845, "they": 0.33524320201107416}, "about": {"her - they": -0.06569951184604922, "her": 0.3131495508017664, "they": 0.3788490626478156}, "above": {"her - they": -0.029584117249396885, "her": 0.24429076138735242, "they": 0.2738748786367493}, "abs": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "absolutely": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "abstract": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "abundance": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "accept": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "accepting": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "access": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "accompanied": {"her - they": 0.023146129950286698, "her": 0.3161065487838031, "they": 0.2929604188335164}, "accord": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "according": {"her - they": -0.06885767741426504, "her": 0.22318651234085476, "they": 0.2920441897551198}, "accounted": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "accuracy": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "accusations": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "accuse": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "accused": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "achieved": {"her - they": -0.05018172041922664, "her": 0.2567378962045359, "they": 0.30691961662376255}, "acknowledge": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "acknowledging": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "acquaintances": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "act": {"her - they": 0.013843510777460155, "her": 0.32976840698000937, "they": 0.3159248962025492}, "acting": {"her - they": 0.051773239777539115, "her": 0.3511701894137732, "they": 0.2993969496362341}, "activities": {"her - they": 0.02196558430070511, "her": 0.26573543986837206, "they": 0.24376985556766695}, "activity": {"her - they": -0.052162088717546906, "her": 0.22602253400998873, "they": 0.27818462272753564}, "actor": {"her - they": -0.00038271096570280383, "her": 0.25011970593654625, "they": 0.25050241690224906}, "acts": {"her - they": 0.05542845374613803, "her": 0.32930333238288734, "they": 0.2738748786367493}, "actually": {"her - they": -0.03160031815803421, "her": 0.3084221978165759, "they": 0.34002251597461014}, "adapt": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "added": {"her - they": -0.01737240982063648, "her": 0.26290581367043764, "they": 0.2802782234910741}, "address": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "administration": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "administrative": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "admission": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "admits": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "adoring": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "adult": {"her - they": -0.0007867150742379148, "her": 0.23907353070854512, "they": 0.23986024578278303}, "advanced": {"her - they": -0.029584117249396885, "her": 0.24429076138735242, "they": 0.2738748786367493}, "advantage": {"her - they": 0.023510628190563654, "her": 0.3361080679323615, "they": 0.3125974397417978}, "affairs": {"her - they": 0.05182836707354316, "her": 0.3249901159470678, "they": 0.2731617488735246}, "affected": {"her - they": -0.05018172041922664, "her": 0.2567378962045359, "they": 0.30691961662376255}, "africa": {"her - they": -0.052162088717546906, "her": 0.22602253400998873, "they": 0.27818462272753564}, "african": {"her - they": 0.04449982121627036, "her": 0.17478410391211094, "they": 0.13028428269584058}, "after": {"her - they": -0.04624324001263952, "her": 0.3161384189534414, "they": 0.36238165896608093}, "again": {"her - they": -0.032485368894431155, "her": 0.2936828275983154, "they": 0.32616819649274653}, "against": {"her - they": 0.017434855598898458, "her": 0.3327438873787014, "they": 0.31530903177980296}, "agencies": {"her - they": -0.05018172041922664, "her": 0.2567378962045359, "they": 0.30691961662376255}, "agency": {"her - they": -0.02985594667249683, "her": 0.23907353070854512, "they": 0.26892947738104195}, "agenda": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "agent": {"her - they": 0.051813833586681124, "her": 0.3161065487838031, "they": 0.264292715197122}, "agents": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "ago": {"her - they": -0.0327189022373196, "her": 0.31852511858386845, "they": 0.35124402082118805}, "agree": {"her - they": -0.04909132972384728, "her": 0.27360073721697403, "they": 0.3226920669408213}, "agreed": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "aid": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "aimed": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "airlines": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "airport": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "al": {"her - they": 0.045939155088992406, "her": 0.23907353070854512, "they": 0.1931343756195527}, "aladdin": {"her - they": 0.04602220845149227, "her": 0.24429076138735242, "they": 0.19826855293586015}, "alana": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "albeit": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "alexander": {"her - they": 0.08385817361040271, "her": 0.35701992248392733, "they": 0.2731617488735246}, "alien": {"her - they": -0.0007867150742379148, "her": 0.23907353070854512, "they": 0.23986024578278303}, "all": {"her - they": -0.06804129399720199, "her": 0.2960161863918095, "they": 0.3640574803890115}, "allegations": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "allow": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "almost": {"her - they": -0.01094603182186854, "her": 0.30201720525817144, "they": 0.31296323708004}, "alone": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "along": {"her - they": -0.06631291841430997, "her": 0.27441502417013736, "they": 0.34072794258444733}, "alongside": {"her - they": -0.049685493578176254, "her": 0.2644163180841, "they": 0.31410181166227624}, "aloof": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "already": {"her - they": -0.025310359473662725, "her": 0.31369849006867906, "they": 0.3390088495423418}, "also": {"her - they": -0.09462718210032128, "her": 0.2777012169906531, "they": 0.37232839909097437}, "alternatives": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "although": {"her - they": -0.020188008509439137, "her": 0.33370448181275186, "they": 0.353892490322191}, "always": {"her - they": -0.1200921715960033, "her": 0.19930825236638064, "they": 0.31940042396238394}, "am": {"her - they": -0.05555058315358552, "her": 0.26573543986837206, "they": 0.3212860230219576}, "amazon": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "amber": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "american": {"her - they": -0.08528993774002563, "her": 0.20960938988235772, "they": 0.29489932762238336}, "amnews": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "amongst": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "an": {"her - they": -0.07688286601752459, "her": 0.3002514612077961, "they": 0.3771343272253207}, "ananias": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "anatoly": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "and": {"her - they": -0.11038936379952247, "her": 0.18779347610867791, "they": 0.2981828399082004}, "angeles": {"her - they": 0.05541674279781539, "her": 0.319864977546839, "they": 0.2644482347490236}, "angry": {"her - they": 0.05182286408133574, "her": 0.3361080679323615, "they": 0.28428520385102574}, "angst": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "another": {"her - they": -0.060330863888583386, "her": 0.2995680820056731, "they": 0.3598989458942565}, "answer": {"her - they": -0.03008101700531496, "her": 0.29660849574915243, "they": 0.3266895127544674}, "anticipated": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "anxious": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "any": {"her - they": -0.07732113279368896, "her": 0.29581256942145384, "they": 0.3731337022151428}, "anyone": {"her - they": -0.043053424458897205, "her": 0.28695684166104674, "they": 0.33001026611994394}, "anything": {"her - they": 0.034098330087056594, "her": 0.3348270917662756, "they": 0.300728761679219}, "anyway": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "apartment": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "apostles": {"her - they": -0.0014210560228703206, "her": 0.222311322237236, "they": 0.2237323782601063}, "apparent": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "applied": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "apply": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "appointing": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "appreciate": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "appreciates": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "approached": {"her - they": 0.0553451762676303, "her": 0.35701992248392733, "they": 0.30167474621629703}, "appropriate": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "appropriately": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "approved": {"her - they": 0.022995500251649148, "her": 0.30867268403835524, "they": 0.2856771837867061}, "april": {"her - they": 0.04602220845149227, "her": 0.24429076138735242, "they": 0.19826855293586015}, "are": {"her - they": -0.1248852399243946, "her": 0.25528681960523064, "they": 0.38017205952962524}, "aren": {"her - they": -0.04332645199195173, "her": 0.2827531755606578, "they": 0.32607962755260955}, "argue": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "argument": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "army": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "around": {"her - they": -0.030560257730077978, "her": 0.30975258311244275, "they": 0.3403128408425207}, "arrested": {"her - they": 0.05182286408133574, "her": 0.3361080679323615, "they": 0.28428520385102574}, "arrival": {"her - they": 0.023146129950286698, "her": 0.3161065487838031, "they": 0.2929604188335164}, "arrive": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "arrived": {"her - they": 0.0015314259037728095, "her": 0.30226018758299183, "they": 0.300728761679219}, "arson": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "article": {"her - they": -0.029281497789988287, "her": 0.25011970593654625, "they": 0.27940120372653454}, "artists": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "as": {"her - they": -0.09348972000121125, "her": 0.26074608346797523, "they": 0.3542358034691865}, "ash": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "asia": {"her - they": 0.046108963876493936, "her": 0.25011970593654625, "they": 0.20401074206005232}, "ask": {"her - they": -0.009948049452608021, "her": 0.32435431967240846, "they": 0.3343023691250165}, "asked": {"her - they": 0.05540530142757488, "her": 0.3157521686526313, "they": 0.2603468672250564}, "asking": {"her - they": -0.049685493578176254, "her": 0.2644163180841, "they": 0.31410181166227624}, "aspect": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "assassination": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "assurance": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "at": {"her - they": -0.06368734636497914, "her": 0.29815061250505515, "they": 0.3618379588700343}, "atlantic": {"her - they": -0.05018172041922664, "her": 0.2567378962045359, "they": 0.30691961662376255}, "attack": {"her - they": -0.016937522426442697, "her": 0.27189197322194414, "they": 0.28882949564838684}, "attacked": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "attacks": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "attempt": {"her - they": 0.0013325906601239779, "her": 0.29660849574915243, "they": 0.29527590508902846}, "attempts": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "attend": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "attitude": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "attractions": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "audience": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "audiences": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "august": {"her - they": 0.045859481779917194, "her": 0.23434513846283153, "they": 0.18848565668291434}, "aussie": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "australian": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "author": {"her - they": 0.0017530674145926906, "her": 0.30867268403835524, "they": 0.30691961662376255}, "authority": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "available": {"her - they": 0.0514543044219416, "her": 0.2687239682752019, "they": 0.2172696638532603}, "away": {"her - they": -0.07373810994730579, "her": 0.2752644176747126, "they": 0.3490025276220184}, "awkwardness": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "baby": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "back": {"her - they": -0.01578688932437966, "her": 0.32062843484104203, "they": 0.3364153241654217}, "bad": {"her - they": -0.08239875136711497, "her": 0.24429076138735242, "they": 0.3266895127544674}, "balance": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "ball": {"her - they": -0.00014600176643758678, "her": 0.2567378962045359, "they": 0.2568838979709735}, "ballerina": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "band": {"her - they": -0.05132153629133715, "her": 0.23907353070854512, "they": 0.29039506699988227}, "baring": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "base": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "based": {"her - they": -0.032147869339950286, "her": 0.2602179240432754, "they": 0.29236579338322566}, "basis": {"her - they": -0.08283881284896552, "her": 0.23907353070854512, "they": 0.32191234355751064}, "battled": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "be": {"her - they": -0.07744313401152758, "her": 0.2872292307273009, "they": 0.36467236473882847}, "beat": {"her - they": -0.02985594667249683, "her": 0.23907353070854512, "they": 0.26892947738104195}, "beating": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "beauty": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "became": {"her - they": 0.02682934699942613, "her": 0.3535188597538935, "they": 0.3266895127544674}, "because": {"her - they": -0.06135709362671593, "her": 0.2980295758107503, "they": 0.3593866694374662}, "become": {"her - they": -0.044961087478657735, "her": 0.25765729437853174, "they": 0.3026183818571895}, "becomes": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "becoming": {"her - they": 0.023146129950286698, "her": 0.3161065487838031, "they": 0.2929604188335164}, "been": {"her - they": -0.04143117761295306, "her": 0.3196111574264824, "they": 0.36104233503943545}, "beer": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "before": {"her - they": -0.04972867178261203, "her": 0.3236927265626118, "they": 0.3734213983452238}, "began": {"her - they": -0.06972879274626226, "her": 0.222311322237236, "they": 0.29204011498349824}, "begin": {"her - they": 0.023146129950286698, "her": 0.3161065487838031, "they": 0.2929604188335164}, "begrudgingly": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "behavior": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "behind": {"her - they": -0.01641905792106929, "her": 0.2827531755606578, "they": 0.2991722334817271}, "being": {"her - they": -0.021723708914596906, "her": 0.3140345876733946, "they": 0.3357582965879915}, "belief": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "believed": {"her - they": -0.00038271096570280383, "her": 0.25011970593654625, "they": 0.25050241690224906}, "believers": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "below": {"her - they": -0.0009630586093484217, "her": 0.23434513846283153, "they": 0.23530819707217995}, "bemoans": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "bench": {"her - they": -0.0007867150742379148, "her": 0.23907353070854512, "they": 0.23986024578278303}, "beneath": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "benefits": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "benevolence": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "besides": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "bessemer": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "best": {"her - they": -0.04843249094019847, "her": 0.29286582795021565, "they": 0.3412983188904141}, "better": {"her - they": -0.05005959101676016, "her": 0.2911728790777871, "they": 0.34123247009454727}, "between": {"her - they": -0.027478988656821635, "her": 0.2764678124494391, "they": 0.3039468011062607}, "bewildered": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "beyond": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "bible": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "biblically": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "big": {"her - they": -0.007858656821592425, "her": 0.31369849006867906, "they": 0.3215571468902715}, "biggie": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "bill": {"her - they": -0.05018172041922664, "her": 0.2567378962045359, "they": 0.30691961662376255}, "billion": {"her - they": -0.03169530927913, "her": 0.20422050028314306, "they": 0.23591580956227307}, "bird": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "birthday": {"her - they": -0.00014600176643758678, "her": 0.2567378962045359, "they": 0.2568838979709735}, "bit": {"her - they": -0.0530305637326314, "her": 0.21251603764319157, "they": 0.265546601375823}, "bite": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "blameless": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "blanket": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "blasting": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "blends": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "bling": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "blog": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "blogs": {"her - they": -0.014876033941146616, "her": 0.3161065487838031, "they": 0.33098258272494974}, "blond": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "bluntly": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "board": {"her - they": -0.049685493578176254, "her": 0.2644163180841, "they": 0.31410181166227624}, "boat": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "body": {"her - they": 0.051723224545197094, "her": 0.29660849574915243, "they": 0.24488527120395534}, "boldly": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "bond": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "book": {"her - they": 0.051086488782183165, "her": 0.2443817053011734, "they": 0.19329521651899023}, "booked": {"her - they": 0.09704098857234755, "her": 0.3511701894137732, "they": 0.25412920084142565}, "books": {"her - they": 0.022217614093692495, "her": 0.2752644176747126, "they": 0.2530468035810201}, "bookshops": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "boring": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "born": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "boshirov": {"her - they": 0.04619973081825318, "her": 0.2567378962045359, "they": 0.21053816538628273}, "both": {"her - they": -0.0522319486738691, "her": 0.30724700562315205, "they": 0.35947895429702115}, "bottle": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "bought": {"her - they": 0.09749489088660135, "her": 0.3361080679323615, "they": 0.23861317704576013}, "box": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "boy": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "boys": {"her - they": -0.049685493578176254, "her": 0.2644163180841, "they": 0.31410181166227624}, "bracelet": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "branches": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "break": {"her - they": 0.0017530674145926906, "her": 0.30867268403835524, "they": 0.30691961662376255}, "breakup": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "breezily": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "brettle": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "brighter": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "brilliant": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "bring": {"her - they": -0.016937522426442697, "her": 0.27189197322194414, "they": 0.28882949564838684}, "bringing": {"her - they": -0.05018172041922664, "her": 0.2567378962045359, "they": 0.30691961662376255}, "brisbane": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "brisvegas": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "britain": {"her - they": -0.05060905574267277, "her": 0.25011970593654625, "they": 0.300728761679219}, "british": {"her - they": -0.06847831685167075, "her": 0.23907353070854512, "they": 0.30755184756021586}, "broadway": {"her - they": 0.046108963876493936, "her": 0.25011970593654625, "they": 0.20401074206005232}, "broken": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "brother": {"her - they": 0.022995500251649148, "her": 0.30867268403835524, "they": 0.2856771837867061}, "brought": {"her - they": 0.01692577120016775, "her": 0.32930333238288734, "they": 0.3123775611827196}, "browsing": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "bubbling": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "building": {"her - they": 0.046108963876493936, "her": 0.25011970593654625, "they": 0.20401074206005232}, "buildings": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "burn": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "burns": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "burst": {"her - they": 0.051773239777539115, "her": 0.3511701894137732, "they": 0.2993969496362341}, "bus": {"her - they": -0.0015554919654493238, "her": 0.2188434053359129, "they": 0.22039889730136222}, "business": {"her - they": 0.033830316209565225, "her": 0.3157521686526313, "they": 0.28192185244306606}, "busy": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "but": {"her - they": -0.08595583585317268, "her": 0.2970302061129014, "they": 0.38298604196607405}, "buy": {"her - they": -0.016220500944118643, "her": 0.28695684166104674, "they": 0.3031773426051654}, "by": {"her - they": -0.05804228778508086, "her": 0.30127401445616725, "they": 0.3593163022412481}, "c": {"her - they": -0.07022725881313086, "her": 0.21558693583354605, "they": 0.2858141946466769}, "cadaver": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "california": {"her - they": -0.0005945098166029172, "her": 0.24429076138735242, "they": 0.24488527120395534}, "call": {"her - they": 0.0410418860774428, "her": 0.3402141195591699, "they": 0.2991722334817271}, "called": {"her - they": 0.010783799347283962, "her": 0.35319669369431167, "they": 0.3424128943470277}, "calling": {"her - they": -0.05018172041922664, "her": 0.2567378962045359, "they": 0.30691961662376255}, "calls": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "calming": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "came": {"her - they": -0.041887751016504826, "her": 0.2887751588395152, "they": 0.33066290985602004}, "camp": {"her - they": -0.05262388964895681, "her": 0.2188434053359129, "they": 0.2714672949848697}, "campaign": {"her - they": -0.05132153629133715, "her": 0.23907353070854512, "they": 0.29039506699988227}, "can": {"her - they": -0.11346605278743033, "her": 0.26688805747415784, "they": 0.38035411026158816}, "capable": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "captivating": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "captures": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "car": {"her - they": 0.021741484816258677, "her": 0.25765729437853174, "they": 0.23591580956227307}, "card": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "care": {"her - they": -0.01641905792106929, "her": 0.2827531755606578, "they": 0.2991722334817271}, "cared": {"her - they": 0.09749489088660135, "her": 0.3361080679323615, "they": 0.23861317704576013}, "career": {"her - they": 0.023146129950286698, "her": 0.3161065487838031, "they": 0.2929604188335164}, "caring": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "carried": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "case": {"her - they": -0.005919385104568908, "her": 0.31977269741888853, "they": 0.32569208252345744}, "cases": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "cassidy": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "cast": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "cause": {"her - they": -0.12809250387533277, "her": 0.20960938988235772, "they": 0.3377018937576905}, "caused": {"her - they": 0.05182286408133574, "her": 0.3361080679323615, "they": 0.28428520385102574}, "ceased": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "center": {"her - they": -0.029584117249396885, "her": 0.24429076138735242, "they": 0.2738748786367493}, "centered": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "central": {"her - they": 0.0013325906601239779, "her": 0.29660849574915243, "they": 0.29527590508902846}, "centre": {"her - they": -0.07045429282240559, "her": 0.21251603764319157, "they": 0.28297033046559716}, "certain": {"her - they": -0.05132153629133715, "her": 0.23907353070854512, "they": 0.29039506699988227}, "certainly": {"her - they": -0.11841411765009463, "her": 0.21558693583354605, "they": 0.3340010534836407}, "challenging": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "chance": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "chances": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "change": {"her - they": -0.03263694960395913, "her": 0.2911728790777871, "they": 0.32380982868174624}, "changes": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "channel": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "chapter": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "character": {"her - they": -0.03008101700531496, "her": 0.29660849574915243, "they": 0.3266895127544674}, "charge": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "charges": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "charismatic": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "charlie": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "chatty": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "cheapest": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "cheaply": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "check": {"her - they": -0.05098514370167603, "her": 0.24429076138735242, "they": 0.29527590508902846}, "chepiga": {"her - they": 0.04619973081825318, "her": 0.2567378962045359, "they": 0.21053816538628273}, "child": {"her - they": 0.05826591166371997, "her": 0.34866097866360224, "they": 0.29039506699988227}, "childhood": {"her - they": 0.05182286408133574, "her": 0.3361080679323615, "they": 0.28428520385102574}, "children": {"her - they": -0.032485368894431155, "her": 0.2936828275983154, "they": 0.32616819649274653}, "chinese": {"her - they": -0.030539936298793813, "her": 0.22602253400998873, "they": 0.25656247030878254}, "chocolate": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "chores": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "christ": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "christian": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "church": {"her - they": -0.0544364404337227, "her": 0.19060429997145267, "they": 0.24504074040517537}, "circle": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "circumstantial": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "citizen": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "citizens": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "city": {"her - they": -0.13939722723551748, "her": 0.18304447707992275, "they": 0.3224417043154402}, "claimed": {"her - they": -0.00038271096570280383, "her": 0.25011970593654625, "they": 0.25050241690224906}, "claiming": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "class": {"her - they": 0.0017530674145926906, "her": 0.30867268403835524, "they": 0.30691961662376255}, "clear": {"her - they": 0.04100761758372862, "her": 0.33648305937794626, "they": 0.29547544179421764}, "clearly": {"her - they": -0.04909132972384728, "her": 0.27360073721697403, "they": 0.3226920669408213}, "climate": {"her - they": -0.031090968977877997, "her": 0.21558693583354605, "they": 0.24667790481142404}, "closed": {"her - they": -0.029584117249396885, "her": 0.24429076138735242, "they": 0.2738748786367493}, "closely": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "clouded": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "co": {"her - they": -0.05018172041922664, "her": 0.2567378962045359, "they": 0.30691961662376255}, "coach": {"her - they": -0.030539936298793813, "her": 0.22602253400998873, "they": 0.25656247030878254}, "cold": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "coleman": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "colleagues": {"her - they": 0.0553451762676303, "her": 0.35701992248392733, "they": 0.30167474621629703}, "collection": {"her - they": -0.0009630586093484217, "her": 0.23434513846283153, "they": 0.23530819707217995}, "college": {"her - they": 0.0015314259037728095, "her": 0.30226018758299183, "they": 0.300728761679219}, "colonel": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "colonels": {"her - they": 0.04629471086492043, "her": 0.2644163180841, "they": 0.21812160721917956}, "com": {"her - they": -0.010804921977655368, "her": 0.30511997422489384, "they": 0.3159248962025492}, "come": {"her - they": -0.07354785392032875, "her": 0.26923496643284084, "they": 0.3427828203531696}, "comedians": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "comes": {"her - they": -0.09642821371895932, "her": 0.22602253400998873, "they": 0.32245074772894805}, "comical": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "coming": {"her - they": -0.04403292298060507, "her": 0.27189197322194414, "they": 0.3159248962025492}, "comment": {"her - they": 0.01448296515369063, "her": 0.3535188597538935, "they": 0.3390358946002029}, "commentary": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "commenting": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "commitments": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "common": {"her - they": -0.08424037507423138, "her": 0.222311322237236, "they": 0.30655169731146736}, "commonly": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "communicated": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "communities": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "community": {"her - they": -0.055755562319898366, "her": 0.26290581367043764, "they": 0.318661375990336}, "company": {"her - they": -0.042188307184211404, "her": 0.28427650941860133, "they": 0.32646481660281274}, "comparing": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "compassionate": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "competent": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "complaint": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "complete": {"her - they": -0.08393168129437378, "her": 0.22602253400998873, "they": 0.3099542153043625}, "completely": {"her - they": 0.0020047371215268783, "her": 0.3161065487838031, "they": 0.31410181166227624}, "complex": {"her - they": -0.06847831685167075, "her": 0.23907353070854512, "they": 0.30755184756021586}, "comprising": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "compulsion": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "conceived": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "concern": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "concerned": {"her - they": 0.09749489088660135, "her": 0.3361080679323615, "they": 0.23861317704576013}, "concerning": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "concluded": {"her - they": -0.00014600176643758678, "her": 0.2567378962045359, "they": 0.2568838979709735}, "conclusion": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "conclusions": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "conditions": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "conference": {"her - they": -0.016775697308785642, "her": 0.2752644176747126, "they": 0.29204011498349824}, "confidence": {"her - they": 0.002298049006246472, "her": 0.3249901159470678, "they": 0.3226920669408213}, "congregation": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "consolation": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "conspiracy": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "constantly": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "construction": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "consular": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "contact": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "continue": {"her - they": 0.023146129950286698, "her": 0.3161065487838031, "they": 0.2929604188335164}, "continued": {"her - they": -0.05459804696788706, "her": 0.2788720160049323, "they": 0.33347006297281934}, "continues": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "contouring": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "controlled": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "convention": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "conversation": {"her - they": 0.023146129950286698, "her": 0.3161065487838031, "they": 0.2929604188335164}, "convey": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "conveyed": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "convicted": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "cookies": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "coordinate": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "cops": {"her - they": 0.09704098857234755, "her": 0.3511701894137732, "they": 0.25412920084142565}, "copy": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "cordial": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "corner": {"her - they": -0.05018172041922664, "her": 0.2567378962045359, "they": 0.30691961662376255}, "corporate": {"her - they": -0.02893928758217018, "her": 0.2567378962045359, "they": 0.2856771837867061}, "correctly": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "cost": {"her - they": 0.0019995791410371, "her": 0.3119537944453996, "they": 0.3099542153043625}, "costs": {"her - they": 0.04619973081825318, "her": 0.2567378962045359, "they": 0.21053816538628273}, "could": {"her - they": -0.05678022321627968, "her": 0.2989246984927741, "they": 0.35570492170905377}, "couldn": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "council": {"her - they": -0.05132153629133715, "her": 0.23907353070854512, "they": 0.29039506699988227}, "councils": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "counselling": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "counter": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "country": {"her - they": -0.03270100691383304, "her": 0.2506240953935351, "they": 0.2833251023073681}, "county": {"her - they": -0.00038271096570280383, "her": 0.25011970593654625, "they": 0.25050241690224906}, "couple": {"her - they": -0.054316334206944206, "her": 0.2827531755606578, "they": 0.337069509767602}, "course": {"her - they": -0.021516268527419724, "her": 0.3119537944453996, "they": 0.33347006297281934}, "court": {"her - they": -0.0030809657127507106, "her": 0.18129783547422867, "they": 0.18437880118697939}, "coveney": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "covered": {"her - they": -0.01550760165287296, "her": 0.30226018758299183, "they": 0.3177677892358648}, "covers": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "cowell": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "crack": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "crackerjack": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "cracking": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "create": {"her - they": -0.10615083924185556, "her": 0.23907353070854512, "they": 0.3452243699504007}, "created": {"her - they": -0.02893928758217018, "her": 0.2567378962045359, "they": 0.2856771837867061}, "credit": {"her - they": 0.022858983856457293, "her": 0.30226018758299183, "they": 0.27940120372653454}, "cried": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "crime": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "criminal": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "crisis": {"her - they": -0.051626224586347275, "her": 0.23434513846283153, "they": 0.2859713630491788}, "cross": {"her - they": 0.02240630833560142, "her": 0.2827531755606578, "they": 0.2603468672250564}, "crowd": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "crucial": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "crying": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "cultural": {"her - they": -0.030539936298793813, "her": 0.22602253400998873, "they": 0.25656247030878254}, "cultured": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "cup": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "customer": {"her - they": 0.051813833586681124, "her": 0.3161065487838031, "they": 0.264292715197122}, "cut": {"her - they": -0.00014600176643758678, "her": 0.2567378962045359, "they": 0.2568838979709735}, "d": {"her - they": -0.03278198805075627, "her": 0.2887751588395152, "they": 0.3215571468902715}, "dad": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "daily": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "dance": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "dancers": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "dangerous": {"her - they": 0.05182286408133574, "her": 0.3361080679323615, "they": 0.28428520385102574}, "danville": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "dark": {"her - they": -0.029281497789988287, "her": 0.25011970593654625, "they": 0.27940120372653454}, "daughter": {"her - they": 0.05828181073030547, "her": 0.3442531737794843, "they": 0.2859713630491788}, "daughters": {"her - they": -0.00014600176643758678, "her": 0.2567378962045359, "they": 0.2568838979709735}, "david": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "day": {"her - they": -0.10901774495784144, "her": 0.22050800102914775, "they": 0.3295257459869892}, "days": {"her - they": -0.04156037441275878, "her": 0.2936828275983154, "they": 0.33524320201107416}, "deacon": {"her - they": 0.046108963876493936, "her": 0.25011970593654625, "they": 0.20401074206005232}, "deacons": {"her - they": 0.045637870940329145, "her": 0.222311322237236, "they": 0.17667345129690684}, "dear": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "death": {"her - they": 0.051757770680742776, "her": 0.30226018758299183, "they": 0.25050241690224906}, "december": {"her - they": 0.051723224545197094, "her": 0.29660849574915243, "they": 0.24488527120395534}, "decent": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "decide": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "decided": {"her - they": 0.026598832729439914, "her": 0.3402141195591699, "they": 0.31361528682973}, "decimated": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "decision": {"her - they": -0.06945290778422891, "her": 0.22602253400998873, "they": 0.29547544179421764}, "declaration": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "declare": {"her - they": -0.0005945098166029172, "her": 0.24429076138735242, "they": 0.24488527120395534}, "decline": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "declined": {"her - they": 0.023510628190563654, "her": 0.3361080679323615, "they": 0.3125974397417978}, "dedicated": {"her - they": -0.05018172041922664, "her": 0.2567378962045359, "they": 0.30691961662376255}, "defeat": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "defence": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "defend": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "defense": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "definitely": {"her - they": -0.06714830848144032, "her": 0.2567378962045359, "they": 0.32388620468597623}, "delicate": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "deliver": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "demanding": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "denied": {"her - they": -0.0007867150742379148, "her": 0.23907353070854512, "they": 0.23986024578278303}, "denominator": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "dense": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "department": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "depend": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "depending": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "deported": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "depth": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "derogatory": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "describe": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "description": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "deserved": {"her - they": 0.05182836707354316, "her": 0.3249901159470678, "they": 0.2731617488735246}, "design": {"her - they": -0.03263523929986764, "her": 0.18670181261724306, "they": 0.2193370519171107}, "destination": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "destinie": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "destroy": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "destroying": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "detective": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "deteriorate": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "determine": {"her - they": -0.02893928758217018, "her": 0.2567378962045359, "they": 0.2856771837867061}, "devastating": {"her - they": 0.05182286408133574, "her": 0.3361080679323615, "they": 0.28428520385102574}, "developed": {"her - they": -0.00014600176643758678, "her": 0.2567378962045359, "they": 0.2568838979709735}, "developer": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "developing": {"her - they": -0.014876033941146616, "her": 0.3161065487838031, "they": 0.33098258272494974}, "development": {"her - they": -0.07234772915096677, "her": 0.18670181261724306, "they": 0.2590495417682098}, "devote": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "diaspora": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "did": {"her - they": -0.024742543179448184, "her": 0.30975258311244275, "they": 0.33449512629189093}, "didn": {"her - they": 0.03883399508440366, "her": 0.3385151872366886, "they": 0.29968119215228495}, "different": {"her - they": 0.02615932520064279, "her": 0.31852511858386845, "they": 0.29236579338322566}, "difficult": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "difficulty": {"her - they": -0.04909132972384728, "her": 0.27360073721697403, "they": 0.3226920669408213}, "digital": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "dinner": {"her - they": -0.049685493578176254, "her": 0.2644163180841, "they": 0.31410181166227624}, "diplomat": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "directing": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "director": {"her - they": 0.05164864458886678, "her": 0.28695684166104674, "they": 0.23530819707217995}, "disagrees": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "disappoint": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "disciple": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "discovered": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "discuss": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "discussion": {"her - they": -0.049685493578176254, "her": 0.2644163180841, "they": 0.31410181166227624}, "disliked": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "dismissed": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "disobedience": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "display": {"her - they": -0.0005945098166029172, "her": 0.24429076138735242, "they": 0.24488527120395534}, "disrespected": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "distant": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "ditched": {"her - they": 0.051773239777539115, "her": 0.3511701894137732, "they": 0.2993969496362341}, "division": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "divorce": {"her - they": -0.029584117249396885, "her": 0.24429076138735242, "they": 0.2738748786367493}, "divorced": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "divulge": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "do": {"her - they": -0.11756541029837078, "her": 0.24677271395998032, "they": 0.3643381242583511}, "does": {"her - they": -0.05177205940648194, "her": 0.2676077277691335, "they": 0.31937978717561544}, "doesn": {"her - they": -0.05510435951836007, "her": 0.27189197322194414, "they": 0.3269963327403042}, "doing": {"her - they": -0.027281718051439863, "her": 0.32728798241526363, "they": 0.3545697004667035}, "dollars": {"her - they": 0.08385817361040271, "her": 0.35701992248392733, "they": 0.2731617488735246}, "dominating": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "don": {"her - they": -0.058199685335533435, "her": 0.2981674818370932, "they": 0.3563671671726266}, "done": {"her - they": -0.022619996755508076, "her": 0.2911728790777871, "they": 0.3137928758332952}, "door": {"her - they": 0.04629471086492043, "her": 0.2644163180841, "they": 0.21812160721917956}, "double": {"her - they": -0.049685493578176254, "her": 0.2644163180841, "they": 0.31410181166227624}, "doubt": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "down": {"her - they": -0.0732170191979446, "her": 0.2801572406824972, "they": 0.3533742598804418}, "dozens": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "dpp": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "drama": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "dressed": {"her - they": 0.0840578570547117, "her": 0.3483505722518337, "they": 0.264292715197122}, "drew": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "drink": {"her - they": -0.029281497789988287, "her": 0.25011970593654625, "they": 0.27940120372653454}, "drinks": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "driver": {"her - they": 0.023146129950286698, "her": 0.3161065487838031, "they": 0.2929604188335164}, "drivers": {"her - they": -0.00014600176643758678, "her": 0.2567378962045359, "they": 0.2568838979709735}, "driving": {"her - they": 0.051757770680742776, "her": 0.30226018758299183, "they": 0.25050241690224906}, "drop": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "drops": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "drove": {"her - they": 0.051773239777539115, "her": 0.3511701894137732, "they": 0.2993969496362341}, "drunk": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "dublin": {"her - they": 0.051813833586681124, "her": 0.3161065487838031, "they": 0.264292715197122}, "dude": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "due": {"her - they": -0.13075885998661324, "her": 0.18484458443714608, "they": 0.3156034444237593}, "dug": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "dundalk": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "during": {"her - they": -0.12172774826173513, "her": 0.2192119672377659, "they": 0.34093971549950103}, "e": {"her - they": -0.06847831685167075, "her": 0.23907353070854512, "they": 0.30755184756021586}, "each": {"her - they": -0.04527380105087525, "her": 0.2528702522319531, "they": 0.29814405328282834}, "ear": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "earlier": {"her - they": 0.001151739296720411, "her": 0.2915468062966027, "they": 0.29039506699988227}, "early": {"her - they": -0.04722747503156799, "her": 0.3092729950254046, "they": 0.3565004700569726}, "easier": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "east": {"her - they": -0.08424037507423138, "her": 0.222311322237236, "they": 0.30655169731146736}, "easy": {"her - they": -0.08283881284896552, "her": 0.23907353070854512, "they": 0.32191234355751064}, "eat": {"her - they": -0.05018172041922664, "her": 0.2567378962045359, "they": 0.30691961662376255}, "ecclesial": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "eclectic": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "ecstatic": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "educate": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "effective": {"her - they": -0.00014600176643758678, "her": 0.2567378962045359, "they": 0.2568838979709735}, "effects": {"her - they": -0.0009630586093484217, "her": 0.23434513846283153, "they": 0.23530819707217995}, "efforts": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "eggshells": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "eight": {"her - they": -0.049685493578176254, "her": 0.2644163180841, "they": 0.31410181166227624}, "either": {"her - they": -0.12627747670938516, "her": 0.22602253400998873, "they": 0.3523000107193739}, "elder": {"her - they": 0.04619973081825318, "her": 0.2567378962045359, "they": 0.21053816538628273}, "elders": {"her - they": 0.04570909686360533, "her": 0.22602253400998873, "they": 0.1803134371463834}, "ellen": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "else": {"her - they": -0.014876033941146616, "her": 0.3161065487838031, "they": 0.33098258272494974}, "eludes": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "elusively": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "email": {"her - they": -0.029584117249396885, "her": 0.24429076138735242, "they": 0.2738748786367493}, "emergency": {"her - they": 0.0009854786118679293, "her": 0.28695684166104674, "they": 0.2859713630491788}, "emerging": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "emotional": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "emotionally": {"her - they": 0.05182286408133574, "her": 0.3361080679323615, "they": 0.28428520385102574}, "empathise": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "emphasis": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "emphasize": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "employed": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "encourage": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "end": {"her - they": -0.1378326613928167, "her": 0.19700427445609042, "they": 0.3348369358489071}, "ended": {"her - they": 0.023146129950286698, "her": 0.3161065487838031, "they": 0.2929604188335164}, "endgamepodcast": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "ending": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "energy": {"her - they": -0.03219998933870005, "her": 0.19479030774674516, "they": 0.22699029708544521}, "engage": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "engagement": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "engaging": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "england": {"her - they": -0.06714830848144032, "her": 0.2567378962045359, "they": 0.32388620468597623}, "ensure": {"her - they": -0.029281497789988287, "her": 0.25011970593654625, "they": 0.27940120372653454}, "ensuring": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "entered": {"her - they": -0.05098514370167603, "her": 0.24429076138735242, "they": 0.29527590508902846}, "entertain": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "entertainment": {"her - they": 0.05182836707354316, "her": 0.3249901159470678, "they": 0.2731617488735246}, "entire": {"her - they": -0.01641905792106929, "her": 0.2827531755606578, "they": 0.2991722334817271}, "epidemic": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "episode": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "equality": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "equipping": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "ers": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "escape": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "escort": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "especially": {"her - they": -0.02204077998284215, "her": 0.30201720525817144, "they": 0.3240579852410136}, "essential": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "established": {"her - they": 0.023315369730770752, "her": 0.3249901159470678, "they": 0.30167474621629703}, "estimate": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "estranged": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "estrangement": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "estrangements": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "et": {"her - they": 0.045859481779917194, "her": 0.23434513846283153, "they": 0.18848565668291434}, "europe": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "evaluate": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "even": {"her - they": -0.09930138241142514, "her": 0.24859074744417484, "they": 0.3478921298556}, "evening": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "event": {"her - they": 0.0013325906601239779, "her": 0.29660849574915243, "they": 0.29527590508902846}, "events": {"her - they": -0.00038271096570280383, "her": 0.25011970593654625, "they": 0.25050241690224906}, "eventually": {"her - they": -0.06714830848144032, "her": 0.2567378962045359, "they": 0.32388620468597623}, "ever": {"her - they": -0.020648681469460695, "her": 0.3253094432370409, "they": 0.3459581247065016}, "every": {"her - they": -0.09957171714674909, "her": 0.24638640755975252, "they": 0.3459581247065016}, "everybody": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "everything": {"her - they": -0.07524332462162375, "her": 0.25765729437853174, "they": 0.3329006190001555}, "evidence": {"her - they": 0.05542588803974108, "her": 0.3348270917662756, "they": 0.27940120372653454}, "ex": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "exactly": {"her - they": -0.05060905574267277, "her": 0.25011970593654625, "they": 0.300728761679219}, "examination": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "examines": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "examining": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "example": {"her - they": -0.03062437045855715, "her": 0.28695684166104674, "they": 0.3175812121196039}, "exceedingly": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "excellent": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "excerpts": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "excited": {"her - they": 0.05178878606738174, "her": 0.30867268403835524, "they": 0.2568838979709735}, "exclusively": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "exercise": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "exiting": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "expect": {"her - they": 0.051757770680742776, "her": 0.30226018758299183, "they": 0.25050241690224906}, "expectations": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "expected": {"her - they": -0.06998609031247394, "her": 0.2188434053359129, "they": 0.28882949564838684}, "expense": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "expensive": {"her - they": -0.0005945098166029172, "her": 0.24429076138735242, "they": 0.24488527120395534}, "experience": {"her - they": -0.051626224586347275, "her": 0.23434513846283153, "they": 0.2859713630491788}, "experiences": {"her - they": -0.02893928758217018, "her": 0.2567378962045359, "they": 0.2856771837867061}, "experiencetheride": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "expert": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "expertise": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "experts": {"her - they": -0.05018172041922664, "her": 0.2567378962045359, "they": 0.30691961662376255}, "explain": {"her - they": -0.05060905574267277, "her": 0.25011970593654625, "they": 0.300728761679219}, "explained": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "explains": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "explanation": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "exploring": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "explosion": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "expressed": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "extensive": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "extremely": {"her - they": -0.01550760165287296, "her": 0.30226018758299183, "they": 0.3177677892358648}, "facebook": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "faced": {"her - they": 0.051813833586681124, "her": 0.3161065487838031, "they": 0.264292715197122}, "faces": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "facet": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "facing": {"her - they": 0.017059302530410825, "her": 0.3348270917662756, "they": 0.3177677892358648}, "fact": {"her - they": -0.04423926880483808, "her": 0.2687239682752019, "they": 0.31296323708004}, "facts": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "factual": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "failed": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "faith": {"her - they": -0.05018172041922664, "her": 0.2567378962045359, "they": 0.30691961662376255}, "faithful": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "fake": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "fall": {"her - they": -0.06847831685167075, "her": 0.23907353070854512, "they": 0.30755184756021586}, "fallen": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "fallibility": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "falling": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "familial": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "family": {"her - they": 0.04595625159628747, "her": 0.3234007174690383, "they": 0.27744446587275085}, "famous": {"her - they": 0.04629471086492043, "her": 0.2644163180841, "they": 0.21812160721917956}, "fan": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "fantastic": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "far": {"her - they": -0.04461856170200884, "her": 0.26290581367043764, "they": 0.3075243753724465}, "fare": {"her - they": 0.09749489088660135, "her": 0.3361080679323615, "they": 0.23861317704576013}, "fascinate": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "fascinated": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "fascinating": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "fast": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "father": {"her - they": 0.051757770680742776, "her": 0.30226018758299183, "they": 0.25050241690224906}, "fathers": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "fatigued": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "fault": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "favorite": {"her - they": -0.0007867150742379148, "her": 0.23907353070854512, "they": 0.23986024578278303}, "favorites": {"her - they": 0.05182836707354316, "her": 0.3249901159470678, "they": 0.2731617488735246}, "favourite": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "fear": {"her - they": -0.06764808329931854, "her": 0.25011970593654625, "they": 0.3177677892358648}, "feature": {"her - they": -0.05190497468626648, "her": 0.23001687775679958, "they": 0.28192185244306606}, "featured": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "features": {"her - they": -0.029281497789988287, "her": 0.25011970593654625, "they": 0.27940120372653454}, "february": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "feel": {"her - they": 0.0339592526725262, "her": 0.32435431967240846, "they": 0.29039506699988227}, "feeling": {"her - they": 0.05542588803974108, "her": 0.3348270917662756, "they": 0.27940120372653454}, "feelings": {"her - they": 0.05178878606738174, "her": 0.30867268403835524, "they": 0.2568838979709735}, "feigned": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "fell": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "felt": {"her - they": -0.05132153629133715, "her": 0.23907353070854512, "they": 0.29039506699988227}, "few": {"her - they": 0.0135132609873434, "her": 0.31852511858386845, "they": 0.30501185759652505}, "fiercely": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "fifty": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "fight": {"her - they": -0.016005041263613184, "her": 0.2915468062966027, "they": 0.30755184756021586}, "figure": {"her - they": -0.0850507129944055, "her": 0.21251603764319157, "they": 0.2975667506375971}, "figured": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "film": {"her - they": -0.03195782843960579, "her": 0.19930825236638064, "they": 0.23126608080598643}, "filmmakers": {"her - they": 0.04629471086492043, "her": 0.2644163180841, "they": 0.21812160721917956}, "finally": {"her - they": 0.0020047371215268783, "her": 0.3161065487838031, "they": 0.31410181166227624}, "finding": {"her - they": 0.023146129950286698, "her": 0.3161065487838031, "they": 0.2929604188335164}, "finds": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "fine": {"her - they": -0.06714830848144032, "her": 0.2567378962045359, "they": 0.32388620468597623}, "finest": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "fire": {"her - they": 0.021671750888304753, "her": 0.25521159870306387, "they": 0.23353984781475912}, "fires": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "first": {"her - they": -0.07973263732704522, "her": 0.279005057828788, "they": 0.3587376951558332}, "flames": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "flanagan": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "flash": {"her - they": 0.051773239777539115, "her": 0.3511701894137732, "they": 0.2993969496362341}, "flashmob": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "flat": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "flesh": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "flight": {"her - they": 0.05178878606738174, "her": 0.30867268403835524, "they": 0.2568838979709735}, "flits": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "flock": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "flower": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "focus": {"her - they": -0.08190494722875363, "her": 0.25011970593654625, "they": 0.3320246531652999}, "focused": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "followed": {"her - they": 0.0019995791410371, "her": 0.3119537944453996, "they": 0.3099542153043625}, "food": {"her - they": -0.012485764906812136, "her": 0.26923496643284084, "they": 0.281720731339653}, "for": {"her - they": -0.08420681040914774, "her": 0.27550069404902006, "they": 0.3597075044581678}, "force": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "forces": {"her - they": 0.046108963876493936, "her": 0.25011970593654625, "they": 0.20401074206005232}, "foreign": {"her - they": 0.022046063463777854, "her": 0.2687239682752019, "they": 0.24667790481142404}, "forgiveness": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "forgotten": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "form": {"her - they": -0.051626224586347275, "her": 0.23434513846283153, "they": 0.2859713630491788}, "former": {"her - they": -0.01032745889997827, "her": 0.3157521686526313, "they": 0.32607962755260955}, "forum": {"her - they": -0.029281497789988287, "her": 0.25011970593654625, "they": 0.27940120372653454}, "forward": {"her - they": 0.03417210811116417, "her": 0.3410917247349267, "they": 0.30691961662376255}, "found": {"her - they": -0.04204107950570335, "her": 0.28647934632964517, "they": 0.3285204258353485}, "four": {"her - they": -0.13165366063045644, "her": 0.17634710446816496, "they": 0.3080007650986214}, "fourth": {"her - they": -0.0530305637326314, "her": 0.21251603764319157, "they": 0.265546601375823}, "foyer": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "fracturing": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "francis": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "frank": {"her - they": 0.051813833586681124, "her": 0.3161065487838031, "they": 0.264292715197122}, "frantic": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "frantically": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "free": {"her - they": -0.06530879442489085, "her": 0.28647934632964517, "they": 0.351788140754536}, "freeing": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "frequent": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "fresh": {"her - they": -0.049685493578176254, "her": 0.2644163180841, "they": 0.31410181166227624}, "friend": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "friends": {"her - they": 0.03389361449766021, "her": 0.319864977546839, "they": 0.2859713630491788}, "from": {"her - they": -0.07555225805783766, "her": 0.3050889967676053, "they": 0.380641254825443}, "front": {"her - they": -0.06808679979536716, "her": 0.24429076138735242, "they": 0.3123775611827196}, "full": {"her - they": 7.914911645934275e-05, "her": 0.26290581367043764, "they": 0.2628266645539783}, "function": {"her - they": -0.06764808329931854, "her": 0.25011970593654625, "they": 0.3177677892358648}, "future": {"her - they": -0.01344235409443817, "her": 0.24976543548235036, "they": 0.26320778957678853}, "g": {"her - they": -0.06808679979536716, "her": 0.24429076138735242, "they": 0.3123775611827196}, "game": {"her - they": -0.08759045549327532, "her": 0.18129783547422867, "they": 0.268888290967504}, "games": {"her - they": -0.05190497468626648, "her": 0.23001687775679958, "they": 0.28192185244306606}, "garda": {"her - they": 0.08432467486402656, "her": 0.3348270917662756, "they": 0.25050241690224906}, "garda\u00ed": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "gate": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "gathered": {"her - they": -0.04909132972384728, "her": 0.27360073721697403, "they": 0.3226920669408213}, "gave": {"her - they": 0.022609521244740693, "her": 0.3527337240927444, "they": 0.3301242028480037}, "geez": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "generally": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "generations": {"her - they": -0.02893928758217018, "her": 0.2567378962045359, "they": 0.2856771837867061}, "genie": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "geographically": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "gershshwin": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "get": {"her - they": -0.0416965888022906, "her": 0.3223250260755808, "they": 0.3640216148778714}, "gets": {"her - they": -0.02893928758217018, "her": 0.2567378962045359, "they": 0.2856771837867061}, "getting": {"her - they": -0.07455444816278595, "her": 0.26573543986837206, "they": 0.340289888031158}, "girl": {"her - they": 0.04097324298127203, "her": 0.3330133579647703, "they": 0.29204011498349824}, "girls": {"her - they": -0.029584117249396885, "her": 0.24429076138735242, "they": 0.2738748786367493}, "give": {"her - they": 0.013935539337601832, "her": 0.3330133579647703, "they": 0.31907781862716844}, "given": {"her - they": -0.07259064547665034, "her": 0.28011958292151135, "they": 0.3527102283981617}, "glad": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "go": {"her - they": -0.06126111951839436, "her": 0.2883123948490541, "they": 0.34957351436744843}, "goal": {"her - they": -0.016005041263613184, "her": 0.2915468062966027, "they": 0.30755184756021586}, "goals": {"her - they": -0.0007867150742379148, "her": 0.23907353070854512, "they": 0.23986024578278303}, "god": {"her - they": -0.0015554919654493238, "her": 0.2188434053359129, "they": 0.22039889730136222}, "godliness": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "going": {"her - they": -0.07660431242552412, "her": 0.30318084337532997, "they": 0.3797851558008541}, "gold": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "gone": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "good": {"her - they": -0.04761440099811948, "her": 0.29581256942145384, "they": 0.3434269704195733}, "google": {"her - they": -0.031555158752343354, "her": 0.2068492087972008, "they": 0.23840436754954417}, "googled": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "gospel": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "got": {"her - they": -0.0433058220519012, "her": 0.2676077277691335, "they": 0.3109135498210347}, "government": {"her - they": -0.12468667446373136, "her": 0.1529523417381952, "they": 0.27763901620192655}, "grace": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "graduated": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "grand": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "grann": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "granted": {"her - they": -0.00014600176643758678, "her": 0.2567378962045359, "they": 0.2568838979709735}, "graves": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "gray": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "great": {"her - they": -0.08511896383591747, "her": 0.24057311868753997, "they": 0.32569208252345744}, "greet": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "grips": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "ground": {"her - they": -0.07125013350022327, "her": 0.20171050081389233, "they": 0.2729606343141156}, "group": {"her - they": -0.05583148812165073, "her": 0.2801572406824972, "they": 0.33598872880414793}, "groupon": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "grow": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "growing": {"her - they": -0.03008101700531496, "her": 0.29660849574915243, "they": 0.3266895127544674}, "grown": {"her - they": 0.055414540948220625, "her": 0.3410917247349267, "they": 0.2856771837867061}, "gru": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "guess": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "guilt": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "guilty": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "guy": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "had": {"her - they": -0.04077301319954407, "her": 0.3169575105887224, "they": 0.3577305237882665}, "hadn": {"her - they": 0.023315369730770752, "her": 0.3249901159470678, "they": 0.30167474621629703}, "haired": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "half": {"her - they": -0.10815292740439131, "her": 0.2188434053359129, "they": 0.3269963327403042}, "halftime": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "hall": {"her - they": -0.00014600176643758678, "her": 0.2567378962045359, "they": 0.2568838979709735}, "hand": {"her - they": -0.0316603236205828, "her": 0.2687239682752019, "they": 0.3003842918957847}, "handful": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "handle": {"her - they": 0.05182286408133574, "her": 0.3361080679323615, "they": 0.28428520385102574}, "hannah": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "happen": {"her - they": -0.015769065433567153, "her": 0.29660849574915243, "they": 0.3123775611827196}, "happened": {"her - they": 0.05542588803974108, "her": 0.3348270917662756, "they": 0.27940120372653454}, "happening": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "happenings": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "happens": {"her - they": -0.00014600176643758678, "her": 0.2567378962045359, "they": 0.2568838979709735}, "happy": {"her - they": 0.002298049006246472, "her": 0.3249901159470678, "they": 0.3226920669408213}, "hard": {"her - they": -0.07022725881313086, "her": 0.21558693583354605, "they": 0.2858141946466769}, "hardin": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "harping": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "harry": {"her - they": 0.04619973081825318, "her": 0.2567378962045359, "they": 0.21053816538628273}, "has": {"her - they": -0.08203376733624151, "her": 0.2860751847389937, "they": 0.3681089520752352}, "hats": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "have": {"her - they": -0.1129166734022155, "her": 0.28411963693815884, "they": 0.39703631034037434}, "having": {"her - they": -0.03329990230805158, "her": 0.3092729950254046, "they": 0.3425728973334562}, "he": {"her - they": -0.08448510574088977, "her": 0.24148755833948252, "they": 0.3259726640803723}, "head": {"her - they": -0.1200921715960033, "her": 0.19930825236638064, "they": 0.31940042396238394}, "headed": {"her - they": -0.049685493578176254, "her": 0.2644163180841, "they": 0.31410181166227624}, "heading": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "heads": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "healing": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "health": {"her - they": -0.09737630124649393, "her": 0.21558693583354605, "they": 0.31296323708004}, "healthy": {"her - they": -0.08190494722875363, "her": 0.25011970593654625, "they": 0.3320246531652999}, "heard": {"her - they": -0.08393168129437378, "her": 0.22602253400998873, "they": 0.3099542153043625}, "hearing": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "heart": {"her - they": -0.015213520647620993, "her": 0.30867268403835524, "they": 0.32388620468597623}, "heartening": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "heavyweight": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "held": {"her - they": 0.0221803033676774, "her": 0.33370448181275186, "they": 0.31152417844507446}, "help": {"her - they": -0.05846178825436665, "her": 0.28215886385728806, "they": 0.3406206521116547}, "her": {"her - they": 0.12211077340187548, "her": 0.37349376827070035, "they": 0.25138299486882487}, "here": {"her - they": -0.05848902691559593, "her": 0.2946692897526608, "they": 0.35315831666825676}, "heroes": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "herself": {"her - they": 0.05182286408133574, "her": 0.3361080679323615, "they": 0.28428520385102574}, "hide": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "hiding": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "high": {"her - they": -0.0671982514582253, "her": 0.2443817053011734, "they": 0.3115799567593987}, "higher": {"her - they": -0.10781288061076771, "her": 0.222311322237236, "they": 0.3301242028480037}, "highlight": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "highway": {"her - they": 0.04619973081825318, "her": 0.2567378962045359, "they": 0.21053816538628273}, "hilarious": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "him": {"her - they": -0.04299130370237686, "her": 0.2729930637597699, "they": 0.31598436746214675}, "his": {"her - they": -0.04152106967177516, "her": 0.28203247687922806, "they": 0.3235535465510032}, "historical": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "history": {"her - they": -0.1391971880422257, "her": 0.18484458443714608, "they": 0.32404177247937177}, "hit": {"her - they": 0.016687634941673635, "her": 0.319864977546839, "they": 0.3031773426051654}, "hits": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "hive": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "hoffman": {"her - they": 0.04578288651190318, "her": 0.23001687775679958, "they": 0.1842339912448964}, "hold": {"her - they": -0.009948049452608021, "her": 0.32435431967240846, "they": 0.3343023691250165}, "holds": {"her - they": 0.09798494156462356, "her": 0.3161065487838031, "they": 0.21812160721917956}, "holy": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "homage": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "home": {"her - they": -0.04150981166625717, "her": 0.294468182723662, "they": 0.33597799438991915}, "homemade": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "honest": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "honor": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "honourable": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "honoured": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "hosted": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "hosts": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "hot": {"her - they": -0.0641624100794122, "her": 0.2827531755606578, "they": 0.34691558564007}, "hotel": {"her - they": -0.00038271096570280383, "her": 0.25011970593654625, "they": 0.25050241690224906}, "hours": {"her - they": -0.03116341698743874, "her": 0.3157521686526313, "they": 0.34691558564007}, "house": {"her - they": 0.0018705005051085632, "her": 0.3084221978165759, "they": 0.30655169731146736}, "houses": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "how": {"her - they": -0.06318646460950306, "her": 0.3080851355994888, "they": 0.37127160020899186}, "howard": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "however": {"her - they": -0.042968118318741366, "her": 0.27263532610501795, "they": 0.3156034444237593}, "https": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "hug": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "huge": {"her - they": -0.06847831685167075, "her": 0.23907353070854512, "they": 0.30755184756021586}, "hughes": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "human": {"her - they": -0.06915535572492754, "her": 0.23001687775679958, "they": 0.2991722334817271}, "humans": {"her - they": -0.05132153629133715, "her": 0.23907353070854512, "they": 0.29039506699988227}, "humbly": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "hundred": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "hunger": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "hurt": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "husband": {"her - they": 0.09778309501106208, "her": 0.3249901159470678, "they": 0.2272070209360057}, "hustling": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "hypocrisy": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "hysterical": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "i": {"her - they": -0.07082907398242283, "her": 0.23407129449741326, "they": 0.3049003684798361}, "ice": {"her - they": 0.051773239777539115, "her": 0.3511701894137732, "they": 0.2993969496362341}, "idea": {"her - they": -0.02342848085035376, "her": 0.2762527113019312, "they": 0.29968119215228495}, "identical": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "identify": {"her - they": -0.00014600176643758678, "her": 0.2567378962045359, "they": 0.2568838979709735}, "if": {"her - they": -0.1059354635768926, "her": 0.26699536512841554, "they": 0.37293082870530814}, "ignore": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "ill": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "illness": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "illusion": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "illustrates": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "immediately": {"her - they": 0.04618202678127703, "her": 0.3527337240927444, "they": 0.30655169731146736}, "immensely": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "immersive": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "impacts": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "imparted": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "impatience": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "impeccably": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "importance": {"her - they": 0.0015314259037728095, "her": 0.30226018758299183, "they": 0.300728761679219}, "important": {"her - they": -0.041396575480349695, "her": 0.29611724737956946, "they": 0.33751382285991915}, "in": {"her - they": -0.10649140368756504, "her": 0.21212982932955465, "they": 0.3186212330171197}, "incident": {"her - they": 0.045859481779917194, "her": 0.23434513846283153, "they": 0.18848565668291434}, "incidents": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "include": {"her - they": -0.08393168129437378, "her": 0.22602253400998873, "they": 0.3099542153043625}, "included": {"her - they": -0.06847831685167075, "her": 0.23907353070854512, "they": 0.30755184756021586}, "including": {"her - they": -0.06583854178499027, "her": 0.28011958292151135, "they": 0.3459581247065016}, "incompatible": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "increase": {"her - they": -0.02985594667249683, "her": 0.23907353070854512, "they": 0.26892947738104195}, "increased": {"her - they": -0.029281497789988287, "her": 0.25011970593654625, "they": 0.27940120372653454}, "increasingly": {"her - they": -0.049685493578176254, "her": 0.2644163180841, "they": 0.31410181166227624}, "incredibly": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "indeed": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "industry": {"her - they": -0.06883220414233385, "her": 0.23434513846283153, "they": 0.3031773426051654}, "information": {"her - they": -0.03128727963675476, "her": 0.2752644176747126, "they": 0.30655169731146736}, "informed": {"her - they": 0.023510628190563654, "her": 0.3361080679323615, "they": 0.3125974397417978}, "informs": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "inn": {"her - they": 0.04619973081825318, "her": 0.2567378962045359, "they": 0.21053816538628273}, "instead": {"her - they": -0.0494849837300973, "her": 0.2990895703139264, "they": 0.3485745540440237}, "instinctively": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "instincts": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "intelligence": {"her - they": 0.001151739296720411, "her": 0.2915468062966027, "they": 0.29039506699988227}, "intend": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "intensify": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "intensity": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "interactive": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "interest": {"her - they": -0.015769065433567153, "her": 0.29660849574915243, "they": 0.3123775611827196}, "interested": {"her - they": 0.023510628190563654, "her": 0.3361080679323615, "they": 0.3125974397417978}, "international": {"her - they": -0.03086211126907218, "her": 0.2827531755606578, "they": 0.31361528682973}, "interview": {"her - they": -0.049685493578176254, "her": 0.2644163180841, "they": 0.31410181166227624}, "interviewed": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "into": {"her - they": -0.06333054179478864, "her": 0.30648536677829524, "they": 0.3698159085730839}, "investigates": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "investigating": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "investigation": {"her - they": 0.0017530674145926906, "her": 0.30867268403835524, "they": 0.30691961662376255}, "investigations": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "investigators": {"her - they": 0.051773239777539115, "her": 0.3511701894137732, "they": 0.2993969496362341}, "involved": {"her - they": 0.022609521244740693, "her": 0.3527337240927444, "they": 0.3301242028480037}, "involvement": {"her - they": -0.02893928758217018, "her": 0.2567378962045359, "they": 0.2856771837867061}, "ireland": {"her - they": 0.05539015341831727, "her": 0.3483505722518337, "they": 0.2929604188335164}, "irish": {"her - they": 0.05182286408133574, "her": 0.3361080679323615, "they": 0.28428520385102574}, "is": {"her - they": -0.09110343495021683, "her": 0.25287681440402754, "they": 0.34398024935424437}, "isabelle": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "isay": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "islamic": {"her - they": -0.029584117249396885, "her": 0.24429076138735242, "they": 0.2738748786367493}, "island": {"her - they": 0.04629471086492043, "her": 0.2644163180841, "they": 0.21812160721917956}, "isn": {"her - they": 0.014032311648998208, "her": 0.33648305937794626, "they": 0.32245074772894805}, "issue": {"her - they": -0.033688702016188316, "her": 0.23363924947889228, "they": 0.2673279514950806}, "it": {"her - they": -0.11907891816130045, "her": 0.23653079171068803, "they": 0.3556097098719885}, "itching": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "item": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "items": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "its": {"her - they": -0.1070507368135433, "her": 0.2428739154614952, "they": 0.3499246522750385}, "itself": {"her - they": -0.08393168129437378, "her": 0.22602253400998873, "they": 0.3099542153043625}, "jane": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "jay": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "jealous": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "jerusalem": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "jesus": {"her - they": 0.04629471086492043, "her": 0.2644163180841, "they": 0.21812160721917956}, "job": {"her - they": -0.031479432223759374, "her": 0.27189197322194414, "they": 0.3033714054457035}, "john": {"her - they": -0.08359840907293042, "her": 0.23001687775679958, "they": 0.31361528682973}, "join": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "joke": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "jokes": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "joshua": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "journalism": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "joyfully": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "judy": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "july": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "jumped": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "june": {"her - they": -0.052162088717546906, "her": 0.22602253400998873, "they": 0.27818462272753564}, "just": {"her - they": -0.028911904184718562, "her": 0.3365221099712823, "they": 0.36543401415600085}, "justice": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "justify": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "karen": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "keeghan": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "keen": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "keep": {"her - they": -0.10562730941285917, "her": 0.24429076138735242, "they": 0.3499180708002116}, "kept": {"her - they": -0.06808679979536716, "her": 0.24429076138735242, "they": 0.3123775611827196}, "kevin": {"her - they": 0.09704098857234755, "her": 0.3511701894137732, "they": 0.25412920084142565}, "key": {"her - they": -0.06656626464084975, "her": 0.2644163180841, "they": 0.33098258272494974}, "kid": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "kidding": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "kids": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "killed": {"her - they": 0.023315369730770752, "her": 0.3249901159470678, "they": 0.30167474621629703}, "killers": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "kind": {"her - they": 0.017205520048950484, "her": 0.3410917247349267, "they": 0.32388620468597623}, "kindle": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "kingdom": {"her - they": 0.023510628190563654, "her": 0.3361080679323615, "they": 0.3125974397417978}, "knew": {"her - they": 0.03378955816031881, "her": 0.36379982428026275, "they": 0.33001026611994394}, "knocked": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "knocking": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "knotted": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "know": {"her - they": -0.03069648390461477, "her": 0.30763355472456344, "they": 0.3383300386291782}, "knowledge": {"her - they": -0.02893928758217018, "her": 0.2567378962045359, "they": 0.2856771837867061}, "known": {"her - they": -0.06704065400278589, "her": 0.24638640755975252, "they": 0.3134270615625384}, "kyla": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "l": {"her - they": 0.09833994281329228, "her": 0.29660849574915243, "they": 0.19826855293586015}, "lacked": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "ladder": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "lady": {"her - they": -0.00014600176643758678, "her": 0.2567378962045359, "they": 0.2568838979709735}, "landed": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "large": {"her - they": -0.05098514370167603, "her": 0.24429076138735242, "they": 0.29527590508902846}, "larger": {"her - they": 0.05178878606738174, "her": 0.30867268403835524, "they": 0.2568838979709735}, "last": {"her - they": -0.05277514156731877, "her": 0.29050626276928176, "they": 0.34328140433660054}, "late": {"her - they": -0.09642821371895932, "her": 0.22602253400998873, "they": 0.32245074772894805}, "later": {"her - they": -0.017080279846243218, "her": 0.3114401459891053, "they": 0.3285204258353485}, "law": {"her - they": 0.021538585230694157, "her": 0.2506240953935351, "they": 0.22908551016284093}, "lax": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "lead": {"her - they": -0.044793933553249676, "her": 0.2602179240432754, "they": 0.30501185759652505}, "leaders": {"her - they": -0.09566512765711241, "her": 0.23434513846283153, "they": 0.33001026611994394}, "leading": {"her - they": 0.0020047371215268783, "her": 0.3161065487838031, "they": 0.31410181166227624}, "leaks": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "leaky": {"her - they": 0.051773239777539115, "her": 0.3511701894137732, "they": 0.2993969496362341}, "learn": {"her - they": -0.029584117249396885, "her": 0.24429076138735242, "they": 0.2738748786367493}, "learned": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "least": {"her - they": -0.05555058315358552, "her": 0.26573543986837206, "they": 0.3212860230219576}, "leave": {"her - they": -0.049685493578176254, "her": 0.2644163180841, "they": 0.31410181166227624}, "lee": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "left": {"her - they": -0.06530879442489085, "her": 0.28647934632964517, "they": 0.351788140754536}, "legal": {"her - they": 0.09813451865207251, "her": 0.30867268403835524, "they": 0.21053816538628273}, "legendary": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "legs": {"her - they": 0.023146129950286698, "her": 0.3161065487838031, "they": 0.2929604188335164}, "length": {"her - they": 0.04629471086492043, "her": 0.2644163180841, "they": 0.21812160721917956}, "less": {"her - they": -0.16717993623798405, "her": 0.18670181261724306, "they": 0.3538817488552271}, "let": {"her - they": -0.07653262516296608, "her": 0.24244556748982585, "they": 0.3189781926527919}, "letter": {"her - they": 0.022309545696149735, "her": 0.2788720160049323, "they": 0.25656247030878254}, "level": {"her - they": -0.010804921977655368, "her": 0.30511997422489384, "they": 0.3159248962025492}, "liberating": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "librarians": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "libraries": {"her - they": -0.0005945098166029172, "her": 0.24429076138735242, "they": 0.24488527120395534}, "library": {"her - they": 0.04550228107942175, "her": 0.21558693583354605, "they": 0.1700846547541243}, "life": {"her - they": -0.041381868061339755, "her": 0.301886579262527, "they": 0.34326844732386674}, "lifelong": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "lifted": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "like": {"her - they": -0.08602881107620719, "her": 0.29366208267902993, "they": 0.3796908937552371}, "liked": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "line": {"her - they": -0.0009630586093484217, "her": 0.23434513846283153, "they": 0.23530819707217995}, "link": {"her - they": 0.09749489088660135, "her": 0.3361080679323615, "they": 0.23861317704576013}, "linked": {"her - they": 0.0020047371215268783, "her": 0.3161065487838031, "they": 0.31410181166227624}, "lisa": {"her - they": 0.1082010228197905, "her": 0.365084920790764, "they": 0.2568838979709735}, "literally": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "little": {"her - they": -0.023341617685509075, "her": 0.3333918292430993, "they": 0.35673344692860837}, "live": {"her - they": -0.053309575051059155, "her": 0.29660849574915243, "they": 0.3499180708002116}, "lived": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "lives": {"her - they": 0.055414540948220625, "her": 0.3410917247349267, "they": 0.2856771837867061}, "ll": {"her - they": -0.08492948357477487, "her": 0.28011958292151135, "they": 0.3650490664962862}, "loan": {"her - they": 0.09798494156462356, "her": 0.3161065487838031, "they": 0.21812160721917956}, "local": {"her - they": 0.0020879166731009313, "her": 0.3114401459891053, "they": 0.30935222931600437}, "locations": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "logistical": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "lollipop": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "lollipops": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "london": {"her - they": -0.02893928758217018, "her": 0.2567378962045359, "they": 0.2856771837867061}, "long": {"her - they": -0.059470309965498735, "her": 0.26923496643284084, "they": 0.3287052763983396}, "longer": {"her - they": -0.029584117249396885, "her": 0.24429076138735242, "they": 0.2738748786367493}, "longest": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "look": {"her - they": -0.10084649091061346, "her": 0.23363924947889228, "they": 0.33448574038950574}, "looked": {"her - they": 0.014032311648998208, "her": 0.33648305937794626, "they": 0.32245074772894805}, "looking": {"her - they": 0.0013170342150897185, "her": 0.2936828275983154, "they": 0.29236579338322566}, "looks": {"her - they": -0.029281497789988287, "her": 0.25011970593654625, "they": 0.27940120372653454}, "los": {"her - they": 0.05541674279781539, "her": 0.319864977546839, "they": 0.2644482347490236}, "lose": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "losing": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "losses": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "lost": {"her - they": -0.06945290778422891, "her": 0.22602253400998873, "they": 0.29547544179421764}, "lot": {"her - they": -0.026613506280003862, "her": 0.3384612634017924, "they": 0.36507476968179625}, "lots": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "love": {"her - they": -0.03386990583224636, "her": 0.2709097908121133, "they": 0.30477969664435967}, "loved": {"her - they": 0.05539015341831727, "her": 0.3483505722518337, "they": 0.2929604188335164}, "lover": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "loving": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "low": {"her - they": -0.11873323432284918, "her": 0.21251603764319157, "they": 0.33124927196604076}, "lower": {"her - they": -0.08393168129437378, "her": 0.22602253400998873, "they": 0.3099542153043625}, "m": {"her - they": -0.05071426953755076, "her": 0.28215886385728806, "they": 0.3328731333948388}, "made": {"her - they": -0.09411591593612956, "her": 0.245196683496255, "they": 0.33931259943238457}, "magic": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "magical": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "main": {"her - they": 0.02240630833560142, "her": 0.2827531755606578, "they": 0.2603468672250564}, "maintained": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "major": {"her - they": -0.0316603236205828, "her": 0.2687239682752019, "they": 0.3003842918957847}, "majority": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "make": {"her - they": -0.09795749266555143, "her": 0.2615214616314697, "they": 0.35947895429702115}, "makers": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "makes": {"her - they": -0.04381340095245584, "her": 0.2752644176747126, "they": 0.31907781862716844}, "makeup": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "making": {"her - they": -0.07429885942477271, "her": 0.2687239682752019, "they": 0.3430228276999746}, "man": {"her - they": -0.05140644637435382, "her": 0.27263532610501795, "they": 0.32404177247937177}, "manages": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "managing": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "many": {"her - they": -0.0945166444787785, "her": 0.2645962478352909, "they": 0.3591128923140694}, "march": {"her - they": 0.05527846004877121, "her": 0.2936828275983154, "they": 0.23840436754954417}, "marketplace": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "marriage": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "married": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "mary": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "matchup": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "matt": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "matter": {"her - they": -0.05060905574267277, "her": 0.25011970593654625, "they": 0.300728761679219}, "matters": {"her - they": 0.0017530674145926906, "her": 0.30867268403835524, "they": 0.30691961662376255}, "matthew": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "may": {"her - they": -0.05331128649008021, "her": 0.2935475426113639, "they": 0.3468588291014441}, "maybe": {"her - they": -0.051626224586347275, "her": 0.23434513846283153, "they": 0.2859713630491788}, "mcgregor": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "mcnamara": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "me": {"her - they": -0.033622703705780854, "her": 0.291753216609635, "they": 0.32537592031541585}, "mean": {"her - they": -0.08190494722875363, "her": 0.25011970593654625, "they": 0.3320246531652999}, "meaning": {"her - they": 0.0020047371215268783, "her": 0.3161065487838031, "they": 0.31410181166227624}, "means": {"her - they": -0.07565017360339543, "her": 0.2528702522319531, "they": 0.3285204258353485}, "meant": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "mechanism": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "media": {"her - they": -0.10931892438361929, "her": 0.2068492087972008, "they": 0.3161681331808201}, "medical": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "medication": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "meeting": {"her - they": 0.051723224545197094, "her": 0.29660849574915243, "they": 0.24488527120395534}, "meh": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "melanie": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "melt": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "member": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "memories": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "memory": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "men": {"her - they": -0.03270100691383304, "her": 0.2506240953935351, "they": 0.2833251023073681}, "menu": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "mercy": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "mess": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "message": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "met": {"her - they": 0.017367989526883953, "her": 0.3483505722518337, "they": 0.33098258272494974}, "meter": {"her - they": 0.09778309501106208, "her": 0.3249901159470678, "they": 0.2272070209360057}, "metropolitan": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "mia": {"her - they": 0.045637870940329145, "her": 0.222311322237236, "they": 0.17667345129690684}, "michelle": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "mid": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "middle": {"her - they": -0.06764808329931854, "her": 0.25011970593654625, "they": 0.3177677892358648}, "might": {"her - they": -0.08473081862339965, "her": 0.28215886385728806, "they": 0.3668896824806877}, "military": {"her - they": -0.030103096286192094, "her": 0.23434513846283153, "they": 0.2644482347490236}, "million": {"her - they": -0.08528993774002563, "her": 0.20960938988235772, "they": 0.29489932762238336}, "mine": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "minister": {"her - they": -0.032147869339950286, "her": 0.2602179240432754, "they": 0.29236579338322566}, "ministry": {"her - they": 0.046108963876493936, "her": 0.25011970593654625, "they": 0.20401074206005232}, "minor": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "minute": {"her - they": -0.06998609031247394, "her": 0.2188434053359129, "they": 0.28882949564838684}, "minutes": {"her - they": 0.0019995791410371, "her": 0.3119537944453996, "they": 0.3099542153043625}, "misconduct": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "miss": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "missing": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "missionary": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "mixed": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "moaning": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "mob": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "mobilisation": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "model": {"her - they": -0.0530305637326314, "her": 0.21251603764319157, "they": 0.265546601375823}, "mom": {"her - they": 0.023146129950286698, "her": 0.3161065487838031, "they": 0.2929604188335164}, "moment": {"her - they": 0.0015314259037728095, "her": 0.30226018758299183, "they": 0.300728761679219}, "monday": {"her - they": -0.05098514370167603, "her": 0.24429076138735242, "they": 0.29527590508902846}, "money": {"her - they": -0.08359840907293042, "her": 0.23001687775679958, "they": 0.31361528682973}, "monitor": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "monosyllabic": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "month": {"her - they": -0.06998609031247394, "her": 0.2188434053359129, "they": 0.28882949564838684}, "months": {"her - they": -0.029584117249396885, "her": 0.24429076138735242, "they": 0.2738748786367493}, "mood": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "moon": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "more": {"her - they": -0.06389198638465299, "her": 0.287945891178987, "they": 0.35183787756364}, "morning": {"her - they": 0.03337206682512539, "her": 0.33370448181275186, "they": 0.3003324149876265}, "moscow": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "most": {"her - they": -0.08371744364179884, "her": 0.2777012169906531, "they": 0.3614186606324519}, "mother": {"her - they": 0.0022837654272351293, "her": 0.319864977546839, "they": 0.3175812121196039}, "mothers": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "mount": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "mourning": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "move": {"her - they": -0.09522883841647137, "her": 0.23907353070854512, "they": 0.3343023691250165}, "moved": {"her - they": -0.06808679979536716, "her": 0.24429076138735242, "they": 0.3123775611827196}, "movement": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "movie": {"her - they": -0.002134395911749354, "her": 0.20422050028314306, "they": 0.20635489619489242}, "moving": {"her - they": 0.051773239777539115, "her": 0.3511701894137732, "they": 0.2993969496362341}, "mr": {"her - they": 0.022309545696149735, "her": 0.2788720160049323, "they": 0.25656247030878254}, "ms": {"her - they": 0.0840578570547117, "her": 0.3483505722518337, "they": 0.264292715197122}, "much": {"her - they": -0.013313721407542556, "her": 0.3339408532540203, "they": 0.34725457466156284}, "multi": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "multifaceted": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "multitude": {"her - they": 0.09749489088660135, "her": 0.3361080679323615, "they": 0.23861317704576013}, "mums": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "murder": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "murray": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "musical": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "musicians": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "musings": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "must": {"her - they": -0.0316603236205828, "her": 0.2687239682752019, "they": 0.3003842918957847}, "my": {"her - they": -0.07379323777234631, "her": 0.25585854477090325, "they": 0.32965178254324956}, "myself": {"her - they": 0.01692577120016775, "her": 0.32930333238288734, "they": 0.3123775611827196}, "mysterious": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "mystery": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "nab": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "name": {"her - they": -0.03128727963675476, "her": 0.2752644176747126, "they": 0.30655169731146736}, "names": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "naps": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "narrative": {"her - they": 0.09813451865207251, "her": 0.30867268403835524, "they": 0.21053816538628273}, "natural": {"her - they": -0.015769065433567153, "her": 0.29660849574915243, "they": 0.3123775611827196}, "nature": {"her - they": 0.0017530674145926906, "her": 0.30867268403835524, "they": 0.30691961662376255}, "navigating": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "ncaa": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "nearly": {"her - they": -0.06883220414233385, "her": 0.23434513846283153, "they": 0.3031773426051654}, "necessary": {"her - they": 0.0013325906601239779, "her": 0.29660849574915243, "they": 0.29527590508902846}, "need": {"her - they": -0.1378326613928167, "her": 0.19700427445609042, "they": 0.3348369358489071}, "needed": {"her - they": 0.05542845374613803, "her": 0.32930333238288734, "they": 0.2738748786367493}, "needs": {"her - they": 0.022858983856457293, "her": 0.30226018758299183, "they": 0.27940120372653454}, "neglect": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "neighbor": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "neighbourhood": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "neither": {"her - they": 0.023510628190563654, "her": 0.3361080679323615, "they": 0.3125974397417978}, "nerve": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "net": {"her - they": 0.05164864458886678, "her": 0.28695684166104674, "they": 0.23530819707217995}, "network": {"her - they": -0.06764808329931854, "her": 0.25011970593654625, "they": 0.3177677892358648}, "never": {"her - they": -0.0661525343032145, "her": 0.25765729437853174, "they": 0.32380982868174624}, "new": {"her - they": -0.10200208971716715, "her": 0.2365026588666124, "they": 0.33850474858377955}, "news": {"her - they": -0.044961087478657735, "her": 0.25765729437853174, "they": 0.3026183818571895}, "next": {"her - they": -0.07669061428281795, "her": 0.24057311868753997, "they": 0.3172637329703579}, "nice": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "night": {"her - they": 0.0023569854030483506, "her": 0.31852511858386845, "they": 0.3161681331808201}, "no": {"her - they": -0.054264643457479445, "her": 0.31326052751819994, "they": 0.3675251709756794}, "nobeladventures": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "nobody": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "non": {"her - they": -0.08551658458602485, "her": 0.2068492087972008, "they": 0.29236579338322566}, "nor": {"her - they": -0.04909132972384728, "her": 0.27360073721697403, "they": 0.3226920669408213}, "normal": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "not": {"her - they": -0.11105524469774647, "her": 0.2699191956666862, "they": 0.3809744403644327}, "noted": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "notes": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "nothing": {"her - they": -0.02204077998284215, "her": 0.30201720525817144, "they": 0.3240579852410136}, "noticeably": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "november": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "novichok": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "now": {"her - they": -0.0692726926860453, "her": 0.30458931119912186, "they": 0.37386200388516716}, "nowhere": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "number": {"her - they": -0.10981367763118213, "her": 0.20171050081389233, "they": 0.31152417844507446}, "numerically": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "ny": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "nyc": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "occur": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "october": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "odd": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "ode": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "of": {"her - they": -0.10667357379425618, "her": 0.18446664781967298, "they": 0.29114022161392916}, "off": {"her - they": -0.023871145271400718, "her": 0.3243803567283122, "they": 0.34825150199971294}, "offences": {"her - they": 0.09749489088660135, "her": 0.3361080679323615, "they": 0.23861317704576013}, "offer": {"her - they": 0.051757770680742776, "her": 0.30226018758299183, "they": 0.25050241690224906}, "office": {"her - they": -0.015769065433567153, "her": 0.29660849574915243, "they": 0.3123775611827196}, "officers": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "offices": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "often": {"her - they": -0.05056042643030578, "her": 0.28427650941860133, "they": 0.3348369358489071}, "oh": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "old": {"her - they": 0.04609547001856673, "her": 0.3384612634017924, "they": 0.29236579338322566}, "older": {"her - they": -0.049685493578176254, "her": 0.2644163180841, "they": 0.31410181166227624}, "on": {"her - they": -0.10288622893897365, "her": 0.26423580453002726, "they": 0.3671220334690009}, "once": {"her - they": -0.0544506353584821, "her": 0.2978160858317032, "they": 0.3522667211901853}, "one": {"her - they": -0.07907892680969375, "her": 0.3135624180024204, "they": 0.39264134481211416}, "ongoing": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "online": {"her - they": -0.030918624837493358, "her": 0.2188434053359129, "they": 0.24976203017340626}, "only": {"her - they": -0.10451993258925191, "her": 0.2538102518346827, "they": 0.3583301844239346}, "onto": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "open": {"her - they": -0.05555058315358552, "her": 0.26573543986837206, "they": 0.3212860230219576}, "opened": {"her - they": -0.05018172041922664, "her": 0.2567378962045359, "they": 0.30691961662376255}, "opening": {"her - they": 0.04629471086492043, "her": 0.2644163180841, "they": 0.21812160721917956}, "opportunity": {"her - they": 0.04629471086492043, "her": 0.2644163180841, "they": 0.21812160721917956}, "opted": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "option": {"her - they": 0.051723224545197094, "her": 0.29660849574915243, "they": 0.24488527120395534}, "options": {"her - they": 0.04619973081825318, "her": 0.2567378962045359, "they": 0.21053816538628273}, "or": {"her - they": -0.0580016824817387, "her": 0.30356586565686305, "they": 0.36156754813860176}, "order": {"her - they": 0.03343910326987043, "her": 0.2936828275983154, "they": 0.26024372432844495}, "ordinary": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "orlean": {"her - they": 0.04570909686360533, "her": 0.22602253400998873, "they": 0.1803134371463834}, "other": {"her - they": -0.07883892720668378, "her": 0.2976571363005973, "they": 0.3764960635072811}, "others": {"her - they": -0.022196452708031167, "her": 0.2990895703139264, "they": 0.3212860230219576}, "our": {"her - they": -0.024912106205018436, "her": 0.31062874152577963, "they": 0.33554084773079806}, "out": {"her - they": -0.0969884422138163, "her": 0.2813325884946627, "they": 0.378321030708479}, "outfits": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "outside": {"her - they": -0.06656626464084975, "her": 0.2644163180841, "they": 0.33098258272494974}, "over": {"her - they": -0.08285921912613864, "her": 0.2833467896330154, "they": 0.36620600875915404}, "overestimate": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "overflowing": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "overing": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "overlap": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "oversee": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "overseeing": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "oversight": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "own": {"her - they": -0.028040482149249646, "her": 0.31474233820391995, "they": 0.3427828203531696}, "owners": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "p": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "pace": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "pacing": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "package": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "page": {"her - they": 0.0009854786118679293, "her": 0.28695684166104674, "they": 0.2859713630491788}, "pages": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "paid": {"her - they": 0.05182286408133574, "her": 0.3361080679323615, "they": 0.28428520385102574}, "pains": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "painted": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "palpable": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "panic": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "parent": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "parents": {"her - they": 0.04602220845149227, "her": 0.24429076138735242, "they": 0.19826855293586015}, "parks": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "parliament": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "part": {"her - they": -0.02105136678431968, "her": 0.3180447191467863, "they": 0.33909608593110596}, "participants": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "partners": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "parts": {"her - they": 0.04619973081825318, "her": 0.2567378962045359, "they": 0.21053816538628273}, "pass": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "passengers": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "passes": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "past": {"her - they": -0.016220500944118643, "her": 0.28695684166104674, "they": 0.3031773426051654}, "pastor": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "pastors": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "patience": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "patronize": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "pawn": {"her - they": 0.09778309501106208, "her": 0.3249901159470678, "they": 0.2272070209360057}, "pay": {"her - they": -0.05098514370167603, "her": 0.24429076138735242, "they": 0.29527590508902846}, "payday": {"her - they": 0.09778309501106208, "her": 0.3249901159470678, "they": 0.2272070209360057}, "paying": {"her - they": 0.03402742729385888, "her": 0.32930333238288734, "they": 0.29527590508902846}, "peace": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "peak": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "people": {"her - they": -0.12654843130303745, "her": 0.25206555297026434, "they": 0.3786139842733018}, "per": {"her - they": -0.052162088717546906, "her": 0.22602253400998873, "they": 0.27818462272753564}, "perfect": {"her - they": -0.015769065433567153, "her": 0.29660849574915243, "they": 0.3123775611827196}, "performance": {"her - they": -0.06847831685167075, "her": 0.23907353070854512, "they": 0.30755184756021586}, "performances": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "performed": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "performing": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "perhaps": {"her - they": -0.01032745889997827, "her": 0.3157521686526313, "they": 0.32607962755260955}, "perplexing": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "persecution": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "person": {"her - they": 0.016687634941673635, "her": 0.319864977546839, "they": 0.3031773426051654}, "personal": {"her - they": -0.03270100691383304, "her": 0.2506240953935351, "they": 0.2833251023073681}, "personnel": {"her - they": 0.023146129950286698, "her": 0.3161065487838031, "they": 0.2929604188335164}, "pet": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "petrov": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "phone": {"her - they": 0.05182286408133574, "her": 0.3361080679323615, "they": 0.28428520385102574}, "photos": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "physical": {"her - they": -0.049685493578176254, "her": 0.2644163180841, "they": 0.31410181166227624}, "physically": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "piece": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "piedmont": {"her - they": 0.04629471086492043, "her": 0.2644163180841, "they": 0.21812160721917956}, "pin": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "pink": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "place": {"her - they": -0.02370332494595978, "her": 0.327226076577712, "they": 0.3509294015236718}, "plague": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "plain": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "planning": {"her - they": -0.03195782843960579, "her": 0.19930825236638064, "they": 0.23126608080598643}, "play": {"her - they": -0.08357517571601553, "her": 0.25765729437853174, "they": 0.34123247009454727}, "played": {"her - they": -0.05132153629133715, "her": 0.23907353070854512, "they": 0.29039506699988227}, "player": {"her - they": -0.05283322965827808, "her": 0.21558693583354605, "they": 0.2684201654918241}, "players": {"her - they": -0.05283322965827808, "her": 0.21558693583354605, "they": 0.2684201654918241}, "playing": {"her - they": -0.06883220414233385, "her": 0.23434513846283153, "they": 0.3031773426051654}, "plays": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "please": {"her - they": -0.016005041263613184, "her": 0.2915468062966027, "they": 0.30755184756021586}, "pleasure": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "pockets": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "podcast": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "point": {"her - they": -0.108769985378766, "her": 0.21251603764319157, "they": 0.3212860230219576}, "points": {"her - they": -0.0007867150742379148, "her": 0.23907353070854512, "they": 0.23986024578278303}, "police": {"her - they": -0.06972879274626226, "her": 0.222311322237236, "they": 0.29204011498349824}, "policy": {"her - they": -0.00014600176643758678, "her": 0.2567378962045359, "they": 0.2568838979709735}, "political": {"her - they": -0.0988358009164477, "her": 0.19930825236638064, "they": 0.29814405328282834}, "popular": {"her - they": 0.0004246782370744273, "her": 0.27189197322194414, "they": 0.2714672949848697}, "porch": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "position": {"her - they": 0.02250860691202311, "her": 0.28695684166104674, "they": 0.2644482347490236}, "possibly": {"her - they": 0.0020047371215268783, "her": 0.3161065487838031, "they": 0.31410181166227624}, "post": {"her - they": 0.03402742729385888, "her": 0.32930333238288734, "they": 0.29527590508902846}, "potential": {"her - they": -0.049685493578176254, "her": 0.2644163180841, "they": 0.31410181166227624}, "power": {"her - they": -0.06583854178499027, "her": 0.28011958292151135, "they": 0.3459581247065016}, "powerfully": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "practical": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "practice": {"her - they": 0.002298049006246472, "her": 0.3249901159470678, "they": 0.3226920669408213}, "praised": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "pray": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "prayer": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "praying": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "pre": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "preach": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "preaching": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "precepts": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "precious": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "precipitate": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "prepare": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "prepared": {"her - they": 0.0017530674145926906, "her": 0.30867268403835524, "they": 0.30691961662376255}, "presence": {"her - they": -0.029764465582308053, "her": 0.30226018758299183, "they": 0.3320246531652999}, "pressuring": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "pretended": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "prevented": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "previous": {"her - they": -0.016603425789285364, "her": 0.2788720160049323, "they": 0.29547544179421764}, "prickly": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "pride": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "primarily": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "prime": {"her - they": -0.02893928758217018, "her": 0.2567378962045359, "they": 0.2856771837867061}, "principle": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "probably": {"her - they": 0.01692577120016775, "her": 0.32930333238288734, "they": 0.3123775611827196}, "problem": {"her - they": -0.055334016965811694, "her": 0.2687239682752019, "they": 0.3240579852410136}, "problems": {"her - they": -0.06998609031247394, "her": 0.2188434053359129, "they": 0.28882949564838684}, "procedures": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "process": {"her - they": -0.056950835362920366, "her": 0.24638640755975252, "they": 0.3033372429226729}, "produced": {"her - they": -0.06915535572492754, "her": 0.23001687775679958, "they": 0.2991722334817271}, "producer": {"her - they": 0.09749489088660135, "her": 0.3361080679323615, "they": 0.23861317704576013}, "production": {"her - they": -0.03169530927913, "her": 0.20422050028314306, "they": 0.23591580956227307}, "professionals": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "program": {"her - they": 0.04117157277087746, "her": 0.35893936200674226, "they": 0.3177677892358648}, "progressively": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "project": {"her - they": -0.05555058315358552, "her": 0.26573543986837206, "they": 0.3212860230219576}, "prolific": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "promise": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "proper": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "properly": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "property": {"her - they": -0.00014600176643758678, "her": 0.2567378962045359, "they": 0.2568838979709735}, "prose": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "prosecutions": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "protect": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "proven": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "provide": {"her - they": -0.04423926880483808, "her": 0.2687239682752019, "they": 0.31296323708004}, "provided": {"her - they": 0.051757770680742776, "her": 0.30226018758299183, "they": 0.25050241690224906}, "providing": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "provision": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "psychologist": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "public": {"her - they": -0.14165201921210166, "her": 0.23202782805316988, "they": 0.37367984726527154}, "publications": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "published": {"her - they": 0.02250860691202311, "her": 0.28695684166104674, "they": 0.2644482347490236}, "publisher": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "pull": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "purchased": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "purpose": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "pursue": {"her - they": 0.05182286408133574, "her": 0.3361080679323615, "they": 0.28428520385102574}, "put": {"her - they": -0.09194880193992111, "her": 0.2506240953935351, "they": 0.3425728973334562}, "pyjamas": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "qualified": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "quality": {"her - they": -0.08359840907293042, "her": 0.23001687775679958, "they": 0.31361528682973}, "question": {"her - they": 0.01647835265118197, "her": 0.3119537944453996, "they": 0.29547544179421764}, "questioned": {"her - they": 0.023315369730770752, "her": 0.3249901159470678, "they": 0.30167474621629703}, "questions": {"her - they": -0.05262388964895681, "her": 0.2188434053359129, "they": 0.2714672949848697}, "quick": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "quickly": {"her - they": 0.046108963876493936, "her": 0.25011970593654625, "they": 0.20401074206005232}, "quite": {"her - they": -0.06847831685167075, "her": 0.23907353070854512, "they": 0.30755184756021586}, "radicalisation": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "rain": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "random": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "ranger": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "rapper": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "rate": {"her - they": -0.05098514370167603, "her": 0.24429076138735242, "they": 0.29527590508902846}, "rather": {"her - they": -0.004629596653465073, "her": 0.34953789858129686, "they": 0.35416749523476193}, "re": {"her - they": -0.08308443103614754, "her": 0.2840925251797516, "they": 0.36717695621589913}, "reached": {"her - they": 0.051723224545197094, "her": 0.29660849574915243, "they": 0.24488527120395534}, "read": {"her - they": -0.03160031815803421, "her": 0.3084221978165759, "they": 0.34002251597461014}, "reader": {"her - they": 0.023315369730770752, "her": 0.3249901159470678, "they": 0.30167474621629703}, "readers": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "readily": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "reading": {"her - they": -0.031082199299430235, "her": 0.2788720160049323, "they": 0.3099542153043625}, "reads": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "ready": {"her - they": 0.034098330087056594, "her": 0.3348270917662756, "they": 0.300728761679219}, "real": {"her - they": -0.03160031815803421, "her": 0.3084221978165759, "they": 0.34002251597461014}, "realisation": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "realization": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "really": {"her - they": -0.0031330627629934105, "her": 0.33524678589947027, "they": 0.3383798486624637}, "reason": {"her - they": -0.009732562217315555, "her": 0.32930333238288734, "they": 0.3390358946002029}, "reasons": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "reassure": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "rebellious": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "receive": {"her - they": -0.04909132972384728, "her": 0.27360073721697403, "they": 0.3226920669408213}, "recent": {"her - they": -0.016603425789285364, "her": 0.2788720160049323, "they": 0.29547544179421764}, "reconciliations": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "record": {"her - they": -0.00014600176643758678, "her": 0.2567378962045359, "they": 0.2568838979709735}, "red": {"her - they": 0.022995500251649148, "her": 0.30867268403835524, "they": 0.2856771837867061}, "reference": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "reflection": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "reflects": {"her - they": 0.023510628190563654, "her": 0.3361080679323615, "they": 0.3125974397417978}, "refuse": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "refuted": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "regard": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "regarding": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "region": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "regional": {"her - they": -0.051626224586347275, "her": 0.23434513846283153, "they": 0.2859713630491788}, "regularly": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "reich": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "rejected": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "relate": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "relation": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "relationship": {"her - they": -0.03073548134378412, "her": 0.222311322237236, "they": 0.2530468035810201}, "relatively": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "relay": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "released": {"her - they": 0.04629471086492043, "her": 0.2644163180841, "they": 0.21812160721917956}, "relevant": {"her - they": -0.06714830848144032, "her": 0.2567378962045359, "they": 0.32388620468597623}, "remember": {"her - they": 0.034098330087056594, "her": 0.3348270917662756, "they": 0.300728761679219}, "remind": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "reminded": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "remodel": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "remote": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "rented": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "repeat": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "report": {"her - they": -0.011329029998209672, "her": 0.2936828275983154, "they": 0.30501185759652505}, "reports": {"her - they": 0.084418061178932, "her": 0.32930333238288734, "they": 0.24488527120395534}, "request": {"her - they": 0.046108963876493936, "her": 0.25011970593654625, "they": 0.20401074206005232}, "requests": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "requirements": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "requires": {"her - they": 0.04629471086492043, "her": 0.2644163180841, "they": 0.21812160721917956}, "researched": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "residents": {"her - they": -0.02893928758217018, "her": 0.2567378962045359, "they": 0.2856771837867061}, "resolution": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "respect": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "respond": {"her - they": 0.023315369730770752, "her": 0.3249901159470678, "they": 0.30167474621629703}, "responding": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "response": {"her - they": 0.001151739296720411, "her": 0.2915468062966027, "they": 0.29039506699988227}, "responsible": {"her - they": 0.05182286408133574, "her": 0.3361080679323615, "they": 0.28428520385102574}, "rest": {"her - they": -0.05018172041922664, "her": 0.2567378962045359, "they": 0.30691961662376255}, "restaurant": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "retailers": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "return": {"her - they": -0.016220500944118643, "her": 0.28695684166104674, "they": 0.3031773426051654}, "returning": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "reveals": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "review": {"her - they": 0.0009854786118679293, "her": 0.28695684166104674, "they": 0.2859713630491788}, "reviews": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "reyes": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "rich": {"her - they": -0.05060905574267277, "her": 0.25011970593654625, "they": 0.300728761679219}, "ride": {"her - they": -0.0009630586093484217, "her": 0.23434513846283153, "they": 0.23530819707217995}, "ridenyc": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "rifts": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "right": {"her - they": -0.02425941876970994, "her": 0.3178321670082833, "they": 0.34209158577799326}, "rightly": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "rights": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "road": {"her - they": -0.0857319617394324, "her": 0.20422050028314306, "they": 0.28995246202257546}, "rob": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "rock": {"her - they": -0.02893928758217018, "her": 0.2567378962045359, "they": 0.2856771837867061}, "rohan": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "role": {"her - they": -0.04403292298060507, "her": 0.27189197322194414, "they": 0.3159248962025492}, "roles": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "roof": {"her - they": 0.05182836707354316, "her": 0.3249901159470678, "they": 0.2731617488735246}, "room": {"her - they": 0.051813833586681124, "her": 0.3161065487838031, "they": 0.264292715197122}, "root": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "rotations": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "round": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "rt": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "rt\u00e9": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "run": {"her - they": -0.016220500944118643, "her": 0.28695684166104674, "they": 0.3031773426051654}, "running": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "rushed": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "ruslan": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "russell": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "russia": {"her - they": 0.04629471086492043, "her": 0.2644163180841, "they": 0.21812160721917956}, "russian": {"her - they": -0.00014600176643758678, "her": 0.2567378962045359, "they": 0.2568838979709735}, "russians": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "s": {"her - they": -0.0783762935453719, "her": 0.2675350663020956, "they": 0.3459113598474675}, "sad": {"her - they": 0.05182286408133574, "her": 0.3361080679323615, "they": 0.28428520385102574}, "sadly": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "safety": {"her - they": -0.049685493578176254, "her": 0.2644163180841, "they": 0.31410181166227624}, "said": {"her - they": -0.02018779304401247, "her": 0.30289408207687424, "they": 0.3230818751208867}, "sales": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "salisbury": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "same": {"her - they": -0.04172773992236839, "her": 0.2911728790777871, "they": 0.3329006190001555}, "sanctify": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "sarah": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "satan": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "saturday": {"her - they": -0.05132153629133715, "her": 0.23907353070854512, "they": 0.29039506699988227}, "save": {"her - they": -0.00014600176643758678, "her": 0.2567378962045359, "they": 0.2568838979709735}, "saved": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "savings": {"her - they": 0.04629471086492043, "her": 0.2644163180841, "they": 0.21812160721917956}, "saw": {"her - they": -0.01684384127744054, "her": 0.31605677772271495, "they": 0.3329006190001555}, "say": {"her - they": -0.05127705835332008, "her": 0.27441502417013736, "they": 0.32569208252345744}, "saying": {"her - they": 0.0009854786118679293, "her": 0.28695684166104674, "they": 0.2859713630491788}, "says": {"her - they": 0.0339592526725262, "her": 0.32435431967240846, "they": 0.29039506699988227}, "scaife": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "scandal": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "scenes": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "schedule": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "school": {"her - they": 0.0015228196763293345, "her": 0.2990895703139264, "they": 0.2975667506375971}, "sciences": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "scored": {"her - they": -0.00014600176643758678, "her": 0.2567378962045359, "they": 0.2568838979709735}, "scorer": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "scoring": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "screen": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "scripted": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "scripture": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "searching": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "season": {"her - they": -0.0201125667954844, "her": 0.20863730877070846, "they": 0.22874987556619286}, "seat": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "seating": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "second": {"her - they": -0.05995751734967214, "her": 0.26298436811448983, "they": 0.32294188546416197}, "seconds": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "section": {"her - they": 0.05178878606738174, "her": 0.30867268403835524, "they": 0.2568838979709735}, "security": {"her - they": -0.0005945098166029172, "her": 0.24429076138735242, "they": 0.24488527120395534}, "see": {"her - they": -0.042129333644288725, "her": 0.28546535173937143, "they": 0.32759468538366016}, "seedy": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "seeing": {"her - they": 0.0015314259037728095, "her": 0.30226018758299183, "they": 0.300728761679219}, "seeking": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "seem": {"her - they": -0.08359840907293042, "her": 0.23001687775679958, "they": 0.31361528682973}, "seemed": {"her - they": -0.015769065433567153, "her": 0.29660849574915243, "they": 0.3123775611827196}, "seemingly": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "seems": {"her - they": -0.0655138320976687, "her": 0.26573543986837206, "they": 0.33124927196604076}, "seen": {"her - they": -0.044961087478657735, "her": 0.25765729437853174, "they": 0.3026183818571895}, "sees": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "self": {"her - they": 0.09749489088660135, "her": 0.3361080679323615, "they": 0.23861317704576013}, "semi": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "senior": {"her - they": 0.023315369730770752, "her": 0.3249901159470678, "they": 0.30167474621629703}, "sensational": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "sense": {"her - they": -0.02893928758217018, "her": 0.2567378962045359, "they": 0.2856771837867061}, "sensitive": {"her - they": 0.0017530674145926906, "her": 0.30867268403835524, "they": 0.30691961662376255}, "sent": {"her - they": 0.0013325906601239779, "her": 0.29660849574915243, "they": 0.29527590508902846}, "sentences": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "separations": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "sept": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "september": {"her - they": -0.07087224843745082, "her": 0.2068492087972008, "they": 0.27772145723465164}, "sergei": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "series": {"her - they": -0.07106568872741595, "her": 0.20422050028314306, "they": 0.275286189010559}, "sermon": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "servants": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "serve": {"her - they": -0.00038271096570280383, "her": 0.25011970593654625, "they": 0.25050241690224906}, "served": {"her - they": -0.049685493578176254, "her": 0.2644163180841, "they": 0.31410181166227624}, "serves": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "service": {"her - they": -0.03183131076922502, "her": 0.26573543986837206, "they": 0.2975667506375971}, "serving": {"her - they": 0.051773239777539115, "her": 0.3511701894137732, "they": 0.2993969496362341}, "set": {"her - they": 0.0016329133623867453, "her": 0.30201720525817144, "they": 0.3003842918957847}, "sets": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "setting": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "settle": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "seven": {"her - they": -0.05018172041922664, "her": 0.2567378962045359, "they": 0.30691961662376255}, "several": {"her - they": -0.04987737672514059, "her": 0.2936828275983154, "they": 0.34356020432345596}, "shadow": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "shannon": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "share": {"her - they": -0.029764465582308053, "her": 0.30226018758299183, "they": 0.3320246531652999}, "shared": {"her - they": -0.00038271096570280383, "her": 0.25011970593654625, "they": 0.25050241690224906}, "shares": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "sharing": {"her - they": -0.02893928758217018, "her": 0.2567378962045359, "they": 0.2856771837867061}, "sharper": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "she": {"her - they": 0.08969541759955468, "her": 0.3310532739775877, "they": 0.24135785637803303}, "shepherd": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "sheri": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "shinier": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "shipping": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "shire": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "shop": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "short": {"her - they": -0.04332645199195173, "her": 0.2827531755606578, "they": 0.32607962755260955}, "shorten": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "shortly": {"her - they": 0.05182286408133574, "her": 0.3361080679323615, "they": 0.28428520385102574}, "shot": {"her - they": 0.02250860691202311, "her": 0.28695684166104674, "they": 0.2644482347490236}, "shots": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "should": {"her - they": -0.03453513307045769, "her": 0.28979036134385494, "they": 0.32432549441431263}, "shouldn": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "show": {"her - they": 0.013438395865525476, "her": 0.31605677772271495, "they": 0.3026183818571895}, "showcase": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "showed": {"her - they": -0.029281497789988287, "her": 0.25011970593654625, "they": 0.27940120372653454}, "shown": {"her - they": -0.08134153763136448, "her": 0.2567378962045359, "they": 0.3380794338359004}, "shows": {"her - they": -0.05060905574267277, "her": 0.25011970593654625, "they": 0.300728761679219}, "side": {"her - they": -0.06475809829989754, "her": 0.2752644176747126, "they": 0.34002251597461014}, "sight": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "sightseeing": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "sign": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "silent": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "silver": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "similar": {"her - they": -0.06808679979536716, "her": 0.24429076138735242, "they": 0.3123775611827196}, "similarities": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "simmons": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "simon": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "simple": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "simply": {"her - they": -0.031082199299430235, "her": 0.2788720160049323, "they": 0.3099542153043625}, "since": {"her - they": -0.07285998414296246, "her": 0.2840925251797516, "they": 0.35695250932271405}, "sinful": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "sing": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "sirkin": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "sister": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "sit": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "sitting": {"her - they": 0.023315369730770752, "her": 0.3249901159470678, "they": 0.30167474621629703}, "situation": {"her - they": -0.0494849837300973, "her": 0.2990895703139264, "they": 0.3485745540440237}, "six": {"her - they": -0.016603425789285364, "her": 0.2788720160049323, "they": 0.29547544179421764}, "size": {"her - they": -0.06714830848144032, "her": 0.2567378962045359, "they": 0.32388620468597623}, "skripal": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "skripals": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "slack": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "slang": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "sleep": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "sleepless": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "slightly": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "slow": {"her - they": 0.0017530674145926906, "her": 0.30867268403835524, "they": 0.30691961662376255}, "small": {"her - they": -0.08283881284896552, "her": 0.23907353070854512, "they": 0.32191234355751064}, "smalls": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "smidgen": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "smith": {"her - they": 0.033490356417260114, "her": 0.2963170209712384, "they": 0.2628266645539783}, "so": {"her - they": -0.03382399758448451, "her": 0.3353424466070827, "they": 0.3691664441915672}, "soccer": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "society": {"her - they": -0.08323607365677235, "her": 0.23434513846283153, "they": 0.3175812121196039}, "some": {"her - they": -0.0666479300399122, "her": 0.2874315845333579, "they": 0.3540795145732701}, "someone": {"her - they": 0.05539015341831727, "her": 0.3483505722518337, "they": 0.2929604188335164}, "something": {"her - they": -0.041887751016504826, "her": 0.2887751588395152, "they": 0.33066290985602004}, "sometimes": {"her - they": 0.002441976114897826, "her": 0.32435431967240846, "they": 0.32191234355751064}, "somewhere": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "son": {"her - they": 0.05164864458886678, "her": 0.28695684166104674, "they": 0.23530819707217995}, "soon": {"her - they": -0.12627747670938516, "her": 0.22602253400998873, "they": 0.3523000107193739}, "sore": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "sorry": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "sort": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "soul": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "sounding": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "southbank": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "soviet": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "sparked": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "speaker": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "special": {"her - they": 0.022309545696149735, "her": 0.2788720160049323, "they": 0.25656247030878254}, "specific": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "spectators": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "speech": {"her - they": -0.030329989468256824, "her": 0.23001687775679958, "they": 0.2603468672250564}, "speeches": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "spellbound": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "spent": {"her - they": -0.016775697308785642, "her": 0.2752644176747126, "they": 0.29204011498349824}, "sphere": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "spirit": {"her - they": -0.06945290778422891, "her": 0.22602253400998873, "they": 0.29547544179421764}, "spirited": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "spiritual": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "spiritually": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "spoke": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "spying": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "square": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "stacks": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "stadium": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "stage": {"her - they": -0.04909132972384728, "her": 0.27360073721697403, "they": 0.3226920669408213}, "stan": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "standard": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "standards": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "standing": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "start": {"her - they": -0.06972879274626226, "her": 0.222311322237236, "they": 0.29204011498349824}, "started": {"her - they": -0.0548597851732911, "her": 0.2752644176747126, "they": 0.3301242028480037}, "starters": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "starting": {"her - they": -0.043053424458897205, "her": 0.28695684166104674, "they": 0.33001026611994394}, "starts": {"her - they": 0.09813451865207251, "her": 0.30867268403835524, "they": 0.21053816538628273}, "state": {"her - they": -0.012618378366189897, "her": 0.2998330495941878, "they": 0.31245142796037767}, "statement": {"her - they": -0.05018172041922664, "her": 0.2567378962045359, "they": 0.30691961662376255}, "statements": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "station": {"her - they": -0.03036553726090796, "her": 0.2915468062966027, "they": 0.32191234355751064}, "stay": {"her - they": -0.05190497468626648, "her": 0.23001687775679958, "they": 0.28192185244306606}, "stayed": {"her - they": -0.04909132972384728, "her": 0.27360073721697403, "they": 0.3226920669408213}, "steadily": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "steady": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "step": {"her - they": 0.0009514071112332045, "her": 0.28427650941860133, "they": 0.2833251023073681}, "stephen": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "stepping": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "stiff": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "stiffed": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "still": {"her - they": -0.09233872525550763, "her": 0.26298436811448983, "they": 0.35532309336999746}, "stitches": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "stole": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "stone": {"her - they": -0.00038271096570280383, "her": 0.25011970593654625, "they": 0.25050241690224906}, "stop": {"her - they": 0.000552230488183092, "her": 0.2752644176747126, "they": 0.2747121871865295}, "store": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "stories": {"her - they": -0.05060905574267277, "her": 0.25011970593654625, "they": 0.300728761679219}, "story": {"her - they": 0.026528844073583746, "her": 0.33648305937794626, "they": 0.3099542153043625}, "strained": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "strategies": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "street": {"her - they": 0.014358609538585754, "her": 0.34866097866360224, "they": 0.3343023691250165}, "streets": {"her - they": 0.022858983856457293, "her": 0.30226018758299183, "they": 0.27940120372653454}, "strength": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "strengthened": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "struck": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "struggled": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "struggles": {"her - they": 0.09778309501106208, "her": 0.3249901159470678, "they": 0.2272070209360057}, "students": {"her - they": 0.04578288651190318, "her": 0.23001687775679958, "they": 0.1842339912448964}, "studies": {"her - they": 0.045859481779917194, "her": 0.23434513846283153, "they": 0.18848565668291434}, "stuff": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "style": {"her - they": 0.03417210811116417, "her": 0.3410917247349267, "they": 0.30691961662376255}, "subdued": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "subject": {"her - they": -0.05132153629133715, "her": 0.23907353070854512, "they": 0.29039506699988227}, "substance": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "substantial": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "subversive": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "successfully": {"her - they": 0.05182836707354316, "her": 0.3249901159470678, "they": 0.2731617488735246}, "such": {"her - they": -0.06352320986781351, "her": 0.2946692897526608, "they": 0.35819249962047434}, "sudden": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "suffered": {"her - they": 0.023315369730770752, "her": 0.3249901159470678, "they": 0.30167474621629703}, "suffering": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "suggests": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "suicide": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "suited": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "sullen": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "support": {"her - they": -0.022196452708031167, "her": 0.2990895703139264, "they": 0.3212860230219576}, "supporters": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "supportive": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "supposed": {"her - they": 0.051773239777539115, "her": 0.3511701894137732, "they": 0.2993969496362341}, "sure": {"her - they": -0.04019400025351194, "her": 0.31369849006867906, "they": 0.353892490322191}, "surprised": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "surprising": {"her - they": -0.05018172041922664, "her": 0.2567378962045359, "they": 0.30691961662376255}, "surrounds": {"her - they": 0.051773239777539115, "her": 0.3511701894137732, "they": 0.2993969496362341}, "susan": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "suspected": {"her - they": 0.05542588803974108, "her": 0.3348270917662756, "they": 0.27940120372653454}, "suspects": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "suspicion": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "swapped": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "sweet": {"her - they": -0.06656626464084975, "her": 0.2644163180841, "they": 0.33098258272494974}, "switching": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "syria": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "system": {"her - they": -0.10744752896283061, "her": 0.22602253400998873, "they": 0.33347006297281934}, "s\u00edoch\u00e1na": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "t": {"her - they": -0.07097009273785776, "her": 0.27505817968922786, "they": 0.3460282724270856}, "tables": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "take": {"her - they": -0.03034685321237468, "her": 0.31308011720719864, "they": 0.3434269704195733}, "taken": {"her - they": -0.03318340159328231, "her": 0.28215886385728806, "they": 0.31534226545057037}, "taking": {"her - they": -0.15218198950829867, "her": 0.20171050081389233, "they": 0.353892490322191}, "talent": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "talented": {"her - they": 0.023510628190563654, "her": 0.3361080679323615, "they": 0.3125974397417978}, "talk": {"her - they": 0.09749489088660135, "her": 0.3361080679323615, "they": 0.23861317704576013}, "talking": {"her - they": 0.055424842291366516, "her": 0.32435431967240846, "they": 0.26892947738104195}, "talks": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "task": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "tasks": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "teach": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "teaching": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "team": {"her - they": -0.06735035314505625, "her": 0.24244556748982585, "they": 0.3097959206348821}, "teams": {"her - they": -0.05262388964895681, "her": 0.2188434053359129, "they": 0.2714672949848697}, "techniques": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "teenager": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "teens": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "telegraph": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "tell": {"her - they": -0.010145288573104927, "her": 0.319864977546839, "they": 0.33001026611994394}, "telling": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "tempted": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "ten": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "tend": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "term": {"her - they": -0.09606274979580998, "her": 0.23001687775679958, "they": 0.32607962755260955}, "terms": {"her - they": 0.09824944552293952, "her": 0.30226018758299183, "they": 0.20401074206005232}, "terrible": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "terrifying": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "terrorism": {"her - they": -0.00014600176643758678, "her": 0.2567378962045359, "they": 0.2568838979709735}, "terrorist": {"her - they": 0.09859096637780576, "her": 0.2752644176747126, "they": 0.17667345129690684}, "testing": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "than": {"her - they": -0.06997559678673348, "her": 0.2982711392827206, "they": 0.3682467360694541}, "thanks": {"her - they": -0.0641624100794122, "her": 0.2827531755606578, "they": 0.34691558564007}, "that": {"her - they": -0.10438577845392497, "her": 0.23993625991295534, "they": 0.3443220383668803}, "the": {"her - they": -0.1213360329499166, "her": 0.1136209095096298, "they": 0.2349569424595464}, "theatre": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "their": {"her - they": -0.0875793458006126, "her": 0.29016424977534466, "they": 0.37774359557595727}, "them": {"her - they": -0.07897378299128738, "her": 0.28668561549925325, "they": 0.36565939849054063}, "themed": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "themselves": {"her - they": -0.054316334206944206, "her": 0.2827531755606578, "they": 0.337069509767602}, "then": {"her - they": -0.05678022321627968, "her": 0.2989246984927741, "they": 0.35570492170905377}, "there": {"her - they": -0.0839615447639902, "her": 0.2889104100189731, "they": 0.3728719547829633}, "theresa": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "these": {"her - they": -0.0675720280794449, "her": 0.30191752213398104, "they": 0.36948955021342594}, "they": {"her - they": -0.1480790075923979, "her": 0.29092610293580295, "they": 0.43900511052820085}, "thing": {"her - they": -0.032571195379959395, "her": 0.2528702522319531, "they": 0.2854414476119125}, "things": {"her - they": -0.06138012634268564, "her": 0.2868713756570273, "they": 0.34825150199971294}, "think": {"her - they": -0.04686368377295064, "her": 0.3058594853929173, "they": 0.35272316916586793}, "thinking": {"her - they": -0.05018172041922664, "her": 0.2567378962045359, "they": 0.30691961662376255}, "third": {"her - they": -0.09839788157404641, "her": 0.20422050028314306, "they": 0.3026183818571895}, "thirty": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "this": {"her - they": -0.07831537683430839, "her": 0.29463610857868744, "they": 0.37295148541299583}, "those": {"her - they": -0.07385805774602927, "her": 0.2852548345680401, "they": 0.3591128923140694}, "though": {"her - they": -0.0671982514582253, "her": 0.2443817053011734, "they": 0.3115799567593987}, "thought": {"her - they": -0.04204107950570335, "her": 0.28647934632964517, "they": 0.3285204258353485}, "thousands": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "three": {"her - they": -0.10730835576115522, "her": 0.23700227865911916, "they": 0.3443106344202744}, "thrilled": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "through": {"her - they": -0.028827296580814565, "her": 0.301886579262527, "they": 0.33071387584334155}, "throughout": {"her - they": -0.05459804696788706, "her": 0.2788720160049323, "they": 0.33347006297281934}, "throw": {"her - they": -0.02748901018099492, "her": 0.2851084295608029, "they": 0.3125974397417978}, "ticket": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "tickets": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "tie": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "ties": {"her - they": 0.0001236028869779915, "her": 0.2644163180841, "they": 0.264292715197122}, "tim": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "time": {"her - they": -0.050370341685894826, "her": 0.3139677825724563, "they": 0.3643381242583511}, "times": {"her - they": -0.06595027244947116, "her": 0.2602179240432754, "they": 0.32616819649274653}, "timothy": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "tiptoeing": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "title": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "titled": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "titles": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "to": {"her - they": -0.11397818910667132, "her": 0.18455514344257914, "they": 0.29853333254925046}, "today": {"her - they": -0.011079910727311182, "her": 0.2990895703139264, "they": 0.3101694810412376}, "together": {"her - they": -0.07455444816278595, "her": 0.26573543986837206, "they": 0.340289888031158}, "told": {"her - they": -0.005839521265781189, "her": 0.32155666296708857, "they": 0.32739618423286976}, "toll": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "tomorrow": {"her - they": -0.029584117249396885, "her": 0.24429076138735242, "they": 0.2738748786367493}, "tone": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "too": {"her - they": -0.06126111951839436, "her": 0.2883123948490541, "they": 0.34957351436744843}, "took": {"her - they": -0.05071426953755076, "her": 0.28215886385728806, "they": 0.3328731333948388}, "top": {"her - they": -0.12076795034343776, "her": 0.19265911121910065, "they": 0.3134270615625384}, "topical": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "tortured": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "tough": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "tour": {"her - they": -0.0007867150742379148, "her": 0.23907353070854512, "they": 0.23986024578278303}, "tournament": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "tours": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "toward": {"her - they": 0.0006873932773966418, "her": 0.2788720160049323, "they": 0.27818462272753564}, "towards": {"her - they": -0.06714830848144032, "her": 0.2567378962045359, "they": 0.32388620468597623}, "town": {"her - they": -0.01808250201769543, "her": 0.24846514676141315, "they": 0.2665476487791086}, "train": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "transaction": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "travel": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "travelled": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "treated": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "treatment": {"her - they": 0.0986393135210776, "her": 0.2687239682752019, "they": 0.1700846547541243}, "tremendous": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "tried": {"her - they": -0.04381340095245584, "her": 0.2752644176747126, "they": 0.31907781862716844}, "tries": {"her - they": 0.09704098857234755, "her": 0.3511701894137732, "they": 0.25412920084142565}, "trips": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "trouble": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "true": {"her - they": -0.03138954944599914, "her": 0.3119537944453996, "they": 0.34334334389139876}, "trust": {"her - they": -0.01550760165287296, "her": 0.30226018758299183, "they": 0.3177677892358648}, "truth": {"her - they": 0.051773239777539115, "her": 0.3511701894137732, "they": 0.2993969496362341}, "try": {"her - they": -0.01032745889997827, "her": 0.3157521686526313, "they": 0.32607962755260955}, "trying": {"her - they": -0.0316603236205828, "her": 0.2687239682752019, "they": 0.3003842918957847}, "turkey": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "turkish": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "turn": {"her - they": -0.03036553726090796, "her": 0.2915468062966027, "they": 0.32191234355751064}, "turned": {"her - they": 0.017059302530410825, "her": 0.3348270917662756, "they": 0.3177677892358648}, "turns": {"her - they": -0.04909132972384728, "her": 0.27360073721697403, "they": 0.3226920669408213}, "tusla": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "tv": {"her - they": -0.05060905574267277, "her": 0.25011970593654625, "they": 0.300728761679219}, "twelve": {"her - they": -0.00038271096570280383, "her": 0.25011970593654625, "they": 0.25050241690224906}, "two": {"her - they": -0.05525680090247309, "her": 0.30728011481595047, "they": 0.36253691571842356}, "type": {"her - they": -0.05018172041922664, "her": 0.2567378962045359, "they": 0.30691961662376255}, "t\u00e1naiste": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "ugly": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "uk": {"her - they": -0.05018172041922664, "her": 0.2567378962045359, "they": 0.30691961662376255}, "ultimately": {"her - they": -0.04909132972384728, "her": 0.27360073721697403, "they": 0.3226920669408213}, "unappreciated": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "unbiased": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "uncertain": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "uncommunicative": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "under": {"her - they": -0.06735035314505625, "her": 0.24244556748982585, "they": 0.3097959206348821}, "underneath": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "understand": {"her - they": -0.03062437045855715, "her": 0.28695684166104674, "they": 0.3175812121196039}, "understood": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "unenticing": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "unfair": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "unicef": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "union": {"her - they": 0.023146129950286698, "her": 0.3161065487838031, "they": 0.2929604188335164}, "unit": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "unite": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "united": {"her - they": -0.052162088717546906, "her": 0.22602253400998873, "they": 0.27818462272753564}, "unity": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "unless": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "unnoticed": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "unpleasant": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "unproven": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "unsolved": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "until": {"her - they": -0.01550760165287296, "her": 0.30226018758299183, "they": 0.3177677892358648}, "unwelcome": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "up": {"her - they": -0.06817175655067609, "her": 0.30421725604678423, "they": 0.3723890125974603}, "upon": {"her - they": 0.04639371628096833, "her": 0.27360073721697403, "they": 0.2272070209360057}, "uppity": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "urging": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "us": {"her - they": -0.04955179111203345, "her": 0.27767236118632677, "they": 0.3272241522983602}, "usd": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "use": {"her - they": -0.16104001869594892, "her": 0.18484458443714608, "they": 0.345884603133095}, "used": {"her - they": -0.060182670438230446, "her": 0.26009419420854096, "they": 0.3202768646467714}, "uses": {"her - they": -0.029584117249396885, "her": 0.24429076138735242, "they": 0.2738748786367493}, "usual": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "usually": {"her - they": -0.08190494722875363, "her": 0.25011970593654625, "they": 0.3320246531652999}, "v": {"her - they": 0.051813833586681124, "her": 0.3161065487838031, "they": 0.264292715197122}, "valued": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "various": {"her - they": 0.0022837654272351293, "her": 0.319864977546839, "they": 0.3175812121196039}, "ve": {"her - they": -0.06687801262037224, "her": 0.2676077277691335, "they": 0.33448574038950574}, "verbally": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "verse": {"her - they": 0.045939155088992406, "her": 0.23907353070854512, "they": 0.1931343756195527}, "version": {"her - they": -0.016220500944118643, "her": 0.28695684166104674, "they": 0.3031773426051654}, "very": {"her - they": -0.02805848816435169, "her": 0.3310544041497177, "they": 0.3591128923140694}, "views": {"her - they": -0.029281497789988287, "her": 0.25011970593654625, "they": 0.27940120372653454}, "violent": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "virginity": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "virtual": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "visit": {"her - they": -0.0005945098166029172, "her": 0.24429076138735242, "they": 0.24488527120395534}, "vote": {"her - they": -0.05018172041922664, "her": 0.2567378962045359, "they": 0.30691961662376255}, "vs": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "vulnerable": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "waaay": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "waiter": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "waiting": {"her - they": 0.023510628190563654, "her": 0.3361080679323615, "they": 0.3125974397417978}, "waitress": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "waldo": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "walk": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "walked": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "walking": {"her - they": 0.055264569543928, "her": 0.3678620092857258, "they": 0.3125974397417978}, "wander": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "want": {"her - they": -0.03287355226695876, "her": 0.31605677772271495, "they": 0.3489303299896737}, "wanted": {"her - they": 0.002136881822901282, "her": 0.3157521686526313, "they": 0.31361528682973}, "wants": {"her - they": -0.029281497789988287, "her": 0.25011970593654625, "they": 0.27940120372653454}, "war": {"her - they": -0.017975460097526208, "her": 0.2506240953935351, "they": 0.2685995554910613}, "warm": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "warzone": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "was": {"her - they": -0.0599682930848191, "her": 0.28184353773895615, "they": 0.34181183082377525}, "washington": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "wasn": {"her - they": 0.07697130824077925, "her": 0.38692552354514176, "they": 0.3099542153043625}, "waste": {"her - they": 0.045568995158337955, "her": 0.2188434053359129, "they": 0.17327441017757494}, "watched": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "watching": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "water": {"her - they": -0.044434041172865535, "her": 0.26573543986837206, "they": 0.3101694810412376}, "waterstones": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "way": {"her - they": 0.010513356265623885, "her": 0.3449990966551296, "they": 0.33448574038950574}, "we": {"her - they": -0.08151044699727267, "her": 0.2642423624430062, "they": 0.34575280944027886}, "weakest": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "wearing": {"her - they": 0.0008232257097771645, "her": 0.2851084295608029, "they": 0.28428520385102574}, "wears": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "weaselled": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "weaving": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "websites": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "wee": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "week": {"her - they": -0.007858656821592425, "her": 0.31369849006867906, "they": 0.3215571468902715}, "weekend": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "weeks": {"her - they": 0.023315369730770752, "her": 0.3249901159470678, "they": 0.30167474621629703}, "weight": {"her - they": -0.08283881284896552, "her": 0.23907353070854512, "they": 0.32191234355751064}, "welfare": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "well": {"her - they": -0.04112691728608725, "her": 0.31308011720719864, "they": 0.3542070344932859}, "went": {"her - they": -0.031082199299430235, "her": 0.2788720160049323, "they": 0.3099542153043625}, "were": {"her - they": -0.06819219470239712, "her": 0.2802500660126402, "they": 0.3484422607150373}, "weren": {"her - they": 0.051773239777539115, "her": 0.3511701894137732, "they": 0.2993969496362341}, "west": {"her - they": -0.09737630124649393, "her": 0.21558693583354605, "they": 0.31296323708004}, "westerberg": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "what": {"her - they": -0.12362918967582093, "her": 0.24978911699802525, "they": 0.3734183066738462}, "whatever": {"her - they": -0.00014600176643758678, "her": 0.2567378962045359, "they": 0.2568838979709735}, "when": {"her - they": -0.077429559757768, "her": 0.29038322321143817, "they": 0.36781278296920616}, "where": {"her - they": -0.03578672871058397, "her": 0.3142323952686935, "they": 0.3500191239792775}, "whether": {"her - they": 0.0023569854030483506, "her": 0.31852511858386845, "they": 0.3161681331808201}, "which": {"her - they": -0.08851577602755628, "her": 0.26754730745496946, "they": 0.35606308348252574}, "while": {"her - they": -0.1539624242882909, "her": 0.2097269080591189, "they": 0.3636893323474098}, "whiled": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "whilst": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "whim": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "white": {"her - they": -0.06527708520843878, "her": 0.2687239682752019, "they": 0.3340010534836407}, "who": {"her - they": -0.032168470553556094, "her": 0.33181692819237085, "they": 0.36398539874592695}, "whole": {"her - they": -0.08323607365677235, "her": 0.23434513846283153, "they": 0.3175812121196039}, "whose": {"her - they": -0.05098514370167603, "her": 0.24429076138735242, "they": 0.29527590508902846}, "why": {"her - they": -0.04806851730139178, "her": 0.2978160858317032, "they": 0.345884603133095}, "wicked": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "wider": {"her - they": 0.09704098857234755, "her": 0.3511701894137732, "they": 0.25412920084142565}, "widows": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "wife": {"her - they": 0.055414540948220625, "her": 0.3410917247349267, "they": 0.2856771837867061}, "will": {"her - they": -0.09475364264359137, "her": 0.2733159981477037, "they": 0.36806964079129506}, "wilson": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "window": {"her - they": 0.05178878606738174, "her": 0.30867268403835524, "they": 0.2568838979709735}, "wing": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "wisdom": {"her - they": 0.051773239777539115, "her": 0.3511701894137732, "they": 0.2993969496362341}, "wise": {"her - they": 0.03432785554310602, "her": 0.35701992248392733, "they": 0.3226920669408213}, "wish": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "wished": {"her - they": 0.04659284046993528, "her": 0.30072204131136093, "they": 0.25412920084142565}, "with": {"her - they": -0.08381793295700113, "her": 0.28582223843074056, "they": 0.3696401713877417}, "within": {"her - they": -0.07373810994730579, "her": 0.2752644176747126, "they": 0.3490025276220184}, "without": {"her - they": -0.04232994138138446, "her": 0.28215886385728806, "they": 0.3244888052386725}, "withstood": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "woman": {"her - they": 0.08385817361040271, "her": 0.35701992248392733, "they": 0.2731617488735246}, "women": {"her - they": -0.08528993774002563, "her": 0.20960938988235772, "they": 0.29489932762238336}, "won": {"her - they": -0.0655138320976687, "her": 0.26573543986837206, "they": 0.33124927196604076}, "wonder": {"her - they": 0.023146129950286698, "her": 0.3161065487838031, "they": 0.2929604188335164}, "word": {"her - they": -0.03182934700086679, "her": 0.20171050081389233, "they": 0.23353984781475912}, "work": {"her - they": -0.01787232566309893, "her": 0.32300938134779883, "they": 0.34088170701089776}, "working": {"her - they": -0.01641905792106929, "her": 0.2827531755606578, "they": 0.2991722334817271}, "world": {"her - they": -0.048257760443370046, "her": 0.2872241850053257, "they": 0.33548194544869575}, "worries": {"her - they": 0.0013250916751268438, "her": 0.30072204131136093, "they": 0.2993969496362341}, "worry": {"her - they": 0.0013325906601239779, "her": 0.29660849574915243, "they": 0.29527590508902846}, "worst": {"her - they": -0.028074008999322997, "her": 0.27360073721697403, "they": 0.30167474621629703}, "would": {"her - they": -0.0431426660211337, "her": 0.3206390255863663, "they": 0.3637816916075}, "writes": {"her - they": 0.023146129950286698, "her": 0.3161065487838031, "they": 0.2929604188335164}, "writing": {"her - they": -0.029281497789988287, "her": 0.25011970593654625, "they": 0.27940120372653454}, "wrong": {"her - they": -0.04909132972384728, "her": 0.27360073721697403, "they": 0.3226920669408213}, "wrote": {"her - they": -0.031082199299430235, "her": 0.2788720160049323, "they": 0.3099542153043625}, "www": {"her - they": 0.00043898834344940907, "her": 0.27360073721697403, "they": 0.2731617488735246}, "year": {"her - they": -0.028210580361220927, "her": 0.2956287246416489, "they": 0.32383930500286984}, "years": {"her - they": -0.06630068521476024, "her": 0.2912988740154799, "they": 0.3575995592302401}, "yes": {"her - they": -0.00014600176643758678, "her": 0.2567378962045359, "they": 0.2568838979709735}, "yet": {"her - they": -0.13671099552625515, "her": 0.2068492087972008, "they": 0.34356020432345596}, "yo": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "yoing": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "york": {"her - they": -0.05372432985923234, "her": 0.20171050081389233, "they": 0.25543483067312467}, "yorker": {"her - they": 0.04649525251504277, "her": 0.2851084295608029, "they": 0.23861317704576013}, "you": {"her - they": -0.067366712539421, "her": 0.27077870118668107, "they": 0.3381454137261021}, "young": {"her - they": 0.012449854700756269, "her": 0.34369912666679703, "they": 0.33124927196604076}, "your": {"her - they": -0.06417240423613746, "her": 0.2529892126779058, "they": 0.31716161691404327}, "yourself": {"her - they": -0.028544100749416434, "her": 0.2644163180841, "they": 0.2929604188335164}, "yulia": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "zakharova": {"her - they": 0.04665227692545065, "her": 0.32589100284706113, "they": 0.2792387259216105}, "zone": {"her - they": -0.02985594667249683, "her": 0.23907353070854512, "they": 0.26892947738104195}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-him-his.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-him-his.json new file mode 100644 index 0000000000000000000000000000000000000000..5b8da0cd3b7ff976cca9622e4e1f0afac400e61e --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-him-his.json @@ -0,0 +1 @@ +{"0": {"him - his": -0.006578123828122506, "him": 0.2756211058471189, "his": 0.2821992296752414}, "000": {"him - his": 0.0055948354135487155, "him": 0.3080375914720274, "his": 0.3024427560584787}, "04": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "08": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "1": {"him - his": -0.03421468131136535, "him": 0.2814454948081398, "his": 0.31566017611950514}, "10": {"him - his": 0.04126672930429409, "him": 0.34608986338490916, "his": 0.30482313408061507}, "12": {"him - his": 0.035636968019285314, "him": 0.26335980734880843, "his": 0.2277228393295231}, "14": {"him - his": 0.03706454300339279, "him": 0.3275744915129696, "his": 0.2905099485095768}, "15": {"him - his": 0.09805275413922776, "him": 0.39481143200771773, "his": 0.29675867786849}, "15th": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "16": {"him - his": 0.03706454300339279, "him": 0.3275744915129696, "his": 0.2905099485095768}, "17": {"him - his": 0.020355542007460703, "him": 0.3080375914720274, "his": 0.2876820494645667}, "18": {"him - his": 0.03640340958190297, "him": 0.3416797725119788, "his": 0.3052763629300758}, "18usd": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "19": {"him - his": 0.035498632547085684, "him": 0.26679635696049425, "his": 0.23129772441340857}, "1904": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "1932": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "1953": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "1968": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "1986": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "19th": {"him - his": 0.03459335861640933, "him": 0.2891281053031454, "his": 0.2545347466867361}, "2": {"him - his": 0.014009949910373687, "him": 0.3223185170883703, "his": 0.3083085671779966}, "20": {"him - his": -0.01844190435630394, "him": 0.3137026702107983, "his": 0.3321445745671022}, "200": {"him - his": 0.081537515447661, "him": 0.2891281053031454, "his": 0.20759058985548443}, "2001": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "2003": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "2004": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "2006": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "2010": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "2012": {"him - his": 0.03640340958190297, "him": 0.3416797725119788, "his": 0.3052763629300758}, "2014": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "2016": {"him - his": 0.07735276577178712, "him": 0.38525472955355755, "his": 0.3079019637817704}, "2019": {"him - his": 0.08113642594144538, "him": 0.295266888374402, "his": 0.21413046243295664}, "2019t": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "2022": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "20th": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "21": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "21st": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "22": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "235": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "24": {"him - his": 0.03459335861640933, "him": 0.2891281053031454, "his": 0.2545347466867361}, "25": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "25th": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "29": {"him - his": 0.03640340958190297, "him": 0.3416797725119788, "his": 0.3052763629300758}, "2nd": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "3": {"him - his": 0.034133774337745115, "him": 0.35470321675934646, "his": 0.32056944242160135}, "30": {"him - his": 0.09229130000083874, "him": 0.3569438991618976, "his": 0.2646525991610589}, "300": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "33": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "335032the": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "37": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "3rd": {"him - his": 0.0850178624970967, "him": 0.23219588386211493, "his": 0.14717802136501823}, "4": {"him - his": 0.01857968244655811, "him": 0.3602232081582061, "his": 0.34164352571164797}, "40": {"him - his": 0.03459335861640933, "him": 0.2891281053031454, "his": 0.2545347466867361}, "400": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "40th": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "45": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "451": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "5": {"him - his": 0.019358170734966373, "him": 0.33997142023886123, "his": 0.32061324950389486}, "51": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "58": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "6": {"him - his": -0.0014207121850268734, "him": 0.32023054958207625, "his": 0.3216512617671031}, "60": {"him - his": 0.081537515447661, "him": 0.2891281053031454, "his": 0.20759058985548443}, "600": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "67": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "69p": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "6moy": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "6th": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "7": {"him - his": -0.0461483803490908, "him": 0.29620667292525893, "his": 0.34235505327434973}, "76ers": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "7th": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "8": {"him - his": -0.0037027591455326414, "him": 0.32616069670969583, "his": 0.32986345585522847}, "80s": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "884": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "9": {"him - his": 0.0590497697804479, "him": 0.3237023689415068, "his": 0.2646525991610589}, "90": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "93": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "950": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "a": {"him - his": 0.02502656461017083, "him": 0.32444323242934936, "his": 0.29941666781917853}, "aajohi": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "abandoned": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "abducted": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "abel": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "abilities": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "ability": {"him - his": 0.09020384935654147, "him": 0.3802114494516937, "his": 0.29000760009515225}, "able": {"him - his": 0.02668266378599221, "him": 0.3367125688645452, "his": 0.310029905078553}, "about": {"him - his": 0.034136957578294824, "him": 0.3770285398407376, "his": 0.34289158226244276}, "above": {"him - his": 0.034813460425815346, "him": 0.2837233462243989, "his": 0.24890988579858353}, "abs": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "absent": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "absolutely": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "absorbed": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "absurd": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "abul": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "abundance": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "accept": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "acceptance": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "accepting": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "accord": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "according": {"him - his": 0.006622202995522408, "him": 0.26894683778837636, "his": 0.26232463479285395}, "accordingly": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "accounts": {"him - his": 0.08113642594144538, "him": 0.295266888374402, "his": 0.21413046243295664}, "accuracy": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "accused": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "achieve": {"him - his": -0.016261755417523838, "him": 0.30239205356945875, "his": 0.3186538089869826}, "achieved": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "acknowledging": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "acquaintances": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "acquiescence": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "across": {"him - his": 0.005528023101677493, "him": 0.2837233462243989, "his": 0.2781953231227214}, "act": {"him - his": 0.051063844795942226, "him": 0.37200995164093575, "his": 0.32094610684499353}, "acting": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "action": {"him - his": 0.08883052836864336, "him": 0.3201282527820519, "his": 0.23129772441340857}, "actionable": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "actions": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "activities": {"him - his": 0.059984815183262374, "him": 0.3080375914720274, "his": 0.24805277628876504}, "activity": {"him - his": 0.035498632547085684, "him": 0.26679635696049425, "his": 0.23129772441340857}, "actor": {"him - his": 0.005401455679129585, "him": 0.2891281053031454, "his": 0.28372664962401584}, "acts": {"him - his": 0.005528023101677493, "him": 0.2837233462243989, "his": 0.2781953231227214}, "actual": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "actually": {"him - his": 0.0508764362396773, "him": 0.37497588883375993, "his": 0.3240994525940826}, "acute": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "adapt": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "added": {"him - his": -0.03338406509824421, "him": 0.251603515870911, "his": 0.2849875809691552}, "addition": {"him - his": 0.00584331041492181, "him": 0.2704959095759807, "his": 0.2646525991610589}, "additional": {"him - his": 0.058558699575281925, "him": 0.33180364968325177, "his": 0.27324495010796984}, "address": {"him - his": 0.057158536951528394, "him": 0.35445419452464716, "his": 0.29729565757311877}, "addressed": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "addressing": {"him - his": 0.08958865641238228, "him": 0.38688431398550105, "his": 0.29729565757311877}, "adds": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "adequacy": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "admins": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "admits": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "adoring": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "ads": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "adult": {"him - his": 0.08219539891323166, "him": 0.2788873329423101, "his": 0.19669193402907845}, "advanced": {"him - his": 0.034813460425815346, "him": 0.2837233462243989, "his": 0.24890988579858353}, "adversaries": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "advertisements": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "advocates": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "aerial": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "affairs": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "affectation": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "affected": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "afghanistan": {"him - his": 0.08113642594144538, "him": 0.295266888374402, "his": 0.21413046243295664}, "afloat": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "afraid": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "african": {"him - his": 0.0619384552875096, "him": 0.27421898127569744, "his": 0.21228052598818783}, "after": {"him - his": 0.053064017305056776, "him": 0.4091895439173967, "his": 0.3561255266123399}, "aftermath": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "afterthought": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "again": {"him - his": 0.040422970686386506, "him": 0.3617388727048475, "his": 0.321315902018461}, "against": {"him - his": 0.019071552021154237, "him": 0.34739199752263766, "his": 0.3283204455014834}, "age": {"him - his": 0.005746903952942861, "him": 0.27450570157661053, "his": 0.26875879762366767}, "agencies": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "agenda": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "agent": {"him - his": 0.03580038553766457, "him": 0.35445419452464716, "his": 0.3186538089869826}, "aggressive": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "ago": {"him - his": 0.015396666846084206, "him": 0.3367125688645452, "his": 0.321315902018461}, "agree": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "agrees": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "ahead": {"him - his": 0.08611261795540076, "him": 0.35445419452464716, "his": 0.2683415765692464}, "aid": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "aides": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "aids": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "air": {"him - his": 0.059463722413028275, "him": 0.3168068616436382, "his": 0.2573431392306099}, "al": {"him - his": 0.005642382834340265, "him": 0.2788873329423101, "his": 0.27324495010796984}, "aladdin": {"him - his": 0.0818864724303236, "him": 0.2837233462243989, "his": 0.20183687379407528}, "alarmed": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "albeit": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "alcohol": {"him - his": 0.03640340958190297, "him": 0.3416797725119788, "his": 0.3052763629300758}, "aldous": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "alien": {"him - his": 0.058558699575281925, "him": 0.33180364968325177, "his": 0.27324495010796984}, "alienation": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "aliens": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "all": {"him - his": 0.02556502672719535, "him": 0.39688691395063586, "his": 0.3713218872234405}, "alliance": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "alliances": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "allies": {"him - his": 0.055986906554768456, "him": 0.3729275265454912, "his": 0.31694061999072276}, "allow": {"him - his": 0.06823050499851846, "him": 0.38688431398550105, "his": 0.3186538089869826}, "allowed": {"him - his": 0.0871450258252427, "him": 0.3416797725119788, "his": 0.2545347466867361}, "almost": {"him - his": 0.08108006147297181, "him": 0.42034521702464195, "his": 0.33926515555167014}, "alone": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "along": {"him - his": 0.06856022505874254, "him": 0.3818933461962038, "his": 0.31333312113746126}, "aloof": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "alpha": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "already": {"him - his": 0.005395349607422606, "him": 0.33221784749982564, "his": 0.32682249789240303}, "also": {"him - his": -0.002597123332129636, "him": 0.35759356620179117, "his": 0.3601906895339208}, "although": {"him - his": 0.051983906068771346, "him": 0.35733220495222257, "his": 0.3053482988834512}, "always": {"him - his": 0.026956979726503627, "him": 0.3301157387850733, "his": 0.30315875905856965}, "am": {"him - his": 0.09889493566408641, "him": 0.38657698512865313, "his": 0.2876820494645667}, "amazon": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "amendment": {"him - his": 0.08272403752854676, "him": 0.2704959095759807, "his": 0.18777187204743392}, "america": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "american": {"him - his": -0.06093986873452517, "him": 0.251603515870911, "his": 0.3125433846054362}, "americans": {"him - his": 0.08611261795540076, "him": 0.35445419452464716, "his": 0.2683415765692464}, "among": {"him - his": -0.061213656318067244, "him": 0.23219588386211493, "his": 0.29340954018018217}, "amongst": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "amorphous": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "amount": {"him - his": 0.05795312288796295, "him": 0.3416797725119788, "his": 0.28372664962401584}, "an": {"him - his": 0.008481431606431722, "him": 0.39076090804824204, "his": 0.3822794764418103}, "analysis": {"him - his": 0.05795312288796295, "him": 0.3416797725119788, "his": 0.28372664962401584}, "analytical": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "analyzing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "anchor": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "and": {"him - his": 0.033747084105476555, "him": 0.3187018637878701, "his": 0.2849547796823935}, "andrew": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "angeles": {"him - his": -0.01600424693296626, "him": 0.27450570157661053, "his": 0.2905099485095768}, "anger": {"him - his": 0.055986906554768456, "him": 0.3729275265454912, "his": 0.31694061999072276}, "angle": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "angry": {"him - his": 0.055986906554768456, "him": 0.3729275265454912, "his": 0.31694061999072276}, "angst": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "animals": {"him - his": 0.035636968019285314, "him": 0.26335980734880843, "his": 0.2277228393295231}, "announce": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "annoying": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "another": {"him - his": 0.06336608763001933, "him": 0.40975777144695963, "his": 0.3463916838169403}, "answer": {"him - his": 0.062161880726133545, "him": 0.39373461137252663, "his": 0.3315727306463931}, "answered": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "answers": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "anthony": {"him - his": 0.055986906554768456, "him": 0.3729275265454912, "his": 0.31694061999072276}, "anti": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "antidepressants": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "antigen": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "antoni": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "antonin": {"him - his": 0.08611261795540076, "him": 0.35445419452464716, "his": 0.2683415765692464}, "ants": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "any": {"him - his": 0.07702580857002167, "him": 0.4008125443810822, "his": 0.32378673581106054}, "anyone": {"him - his": 0.07735276577178712, "him": 0.38525472955355755, "his": 0.3079019637817704}, "anything": {"him - his": -0.016148257626930396, "him": 0.2891281053031454, "his": 0.3052763629300758}, "apartment": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "apparent": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "appear": {"him - his": -0.016202810569846238, "him": 0.295266888374402, "his": 0.31146969894424825}, "appearance": {"him - his": 0.03580038553766457, "him": 0.35445419452464716, "his": 0.3186538089869826}, "applications": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "applied": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "apply": {"him - his": 0.0046684063554121025, "him": 0.32160902634613486, "his": 0.31694061999072276}, "appreciate": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "appreciated": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "appreciates": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "appropriately": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "approval": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "april": {"him - his": 0.09118655906324186, "him": 0.36938188218596324, "his": 0.2781953231227214}, "archived": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "are": {"him - his": 0.03157112800157791, "him": 0.3796714870555045, "his": 0.3481003590539266}, "area": {"him - his": 0.00616975691328342, "him": 0.25713496518615164, "his": 0.2509652082728682}, "areas": {"him - his": 0.005528023101677493, "him": 0.2837233462243989, "his": 0.2781953231227214}, "aren": {"him - his": 0.03534941985755105, "him": 0.2704959095759807, "his": 0.23514648971842964}, "arguably": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "argue": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "argued": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "argument": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "arise": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "arising": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "armed": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "around": {"him - his": 0.039587655451120196, "him": 0.38589855515827054, "his": 0.34631089970715034}, "arrival": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "arrive": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "arrived": {"him - his": 0.03640340958190297, "him": 0.3416797725119788, "his": 0.3052763629300758}, "arse": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "arson": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "arsonist": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "arthur": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "article": {"him - his": 0.005401455679129585, "him": 0.2891281053031454, "his": 0.28372664962401584}, "artificial": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "artist": {"him - his": -0.01600424693296626, "him": 0.27450570157661053, "his": 0.2905099485095768}, "artists": {"him - his": -0.016326125570484074, "him": 0.3109188704763041, "his": 0.3272449960467882}, "as": {"him - his": 0.03275384904261569, "him": 0.38493140753408395, "his": 0.35217755849146826}, "ash": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "ask": {"him - his": 0.03686683592555401, "him": 0.33180364968325177, "his": 0.29493681375769776}, "asked": {"him - his": 0.05304892547784962, "him": 0.3569438991618976, "his": 0.303894973684048}, "aspect": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "aspects": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "aspirin": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "aspirus": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "assailants": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "assembly": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "assessment": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "assign": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "assists": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "associated": {"him - his": 0.057158536951528394, "him": 0.35445419452464716, "his": 0.29729565757311877}, "assume": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "assumed": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "assumes": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "assumptions": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "assurances": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "assured": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "at": {"him - his": 0.008840797444458703, "him": 0.3809868451694125, "his": 0.3721460477249538}, "atlantic": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "atom": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "attack": {"him - his": 0.005452365716841379, "him": 0.3137026702107983, "his": 0.3082503044939569}, "attacked": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "attacking": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "attacks": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "attempt": {"him - his": 0.036648225890546615, "him": 0.33646890998484186, "his": 0.29982068409429524}, "attempts": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "attend": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "attitude": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "attract": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "attractions": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "audience": {"him - his": 0.0854366336870706, "him": 0.3626560671674416, "his": 0.277219433480371}, "audiences": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "august": {"him - his": 0.08247260275162838, "him": 0.27450570157661053, "his": 0.19203309882498215}, "aus": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "aussie": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "australia": {"him - his": 0.0046684063554121025, "him": 0.32160902634613486, "his": 0.31694061999072276}, "australian": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "australians": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "author": {"him - his": 0.03612471034057957, "him": 0.3475944092848278, "his": 0.31146969894424825}, "authorities": {"him - his": 0.08247260275162838, "him": 0.27450570157661053, "his": 0.19203309882498215}, "authority": {"him - his": 0.08611261795540076, "him": 0.35445419452464716, "his": 0.2683415765692464}, "autobiographical": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "available": {"him - his": 0.05123946676907909, "him": 0.36922331655267404, "his": 0.31798384978359495}, "avails": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "avatar": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "averaging": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "avoid": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "avoided": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "awaited": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "awaiting": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "award": {"him - his": 0.05795312288796295, "him": 0.3416797725119788, "his": 0.28372664962401584}, "awards": {"him - his": 0.08113642594144538, "him": 0.295266888374402, "his": 0.21413046243295664}, "away": {"him - his": 0.0707119794136351, "him": 0.39481143200771773, "his": 0.3240994525940826}, "awesome": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "awful": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "awkwardness": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "ba": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "baby": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "back": {"him - his": 0.0002513017778404403, "him": 0.3536504187704697, "his": 0.35339911699262927}, "background": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "backing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "backpack": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "bacon": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "bad": {"him - his": 0.005528023101677493, "him": 0.2837233462243989, "his": 0.2781953231227214}, "baggage": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "bail": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "ballerina": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "baloch": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "balochistan": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "ban": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "band": {"him - his": 0.03500985602875181, "him": 0.2788873329423101, "his": 0.2438774769135583}, "bank": {"him - his": 0.006240228871139675, "him": 0.2542930051599047, "his": 0.24805277628876504}, "barack": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "barely": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "baring": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "barking": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "barrel": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "barricaded": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "bars": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "base": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "based": {"him - his": 0.02668266378599221, "him": 0.3367125688645452, "his": 0.310029905078553}, "bases": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "basic": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "basically": {"him - his": 0.13067643712347754, "him": 0.3729275265454912, "his": 0.24225108942201368}, "basis": {"him - his": 0.08219539891323166, "him": 0.2788873329423101, "his": 0.19669193402907845}, "baskervilles": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "basketball": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "battle": {"him - his": -0.016148257626930396, "him": 0.2891281053031454, "his": 0.3052763629300758}, "be": {"him - his": 0.040485092762271246, "him": 0.3636439782193068, "his": 0.3231588854570355}, "beak": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "beal": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "beat": {"him - his": 0.08219539891323166, "him": 0.2788873329423101, "his": 0.19669193402907845}, "beaten": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "beauty": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "became": {"him - his": 0.069561198091668, "him": 0.36938188218596324, "his": 0.29982068409429524}, "because": {"him - his": 0.011464291983849018, "him": 0.34681241199977514, "his": 0.3353481200159261}, "become": {"him - his": 0.04131622168461779, "him": 0.3795904363644022, "his": 0.3382742146797844}, "becomes": {"him - his": 0.00490445024075975, "him": 0.3109188704763041, "his": 0.30601442023554437}, "bee": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "beefed": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "been": {"him - his": 0.025020552129809193, "him": 0.38328689997293414, "his": 0.35826634784312494}, "beer": {"him - his": 0.08611261795540076, "him": 0.35445419452464716, "his": 0.2683415765692464}, "beers": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "bees": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "before": {"him - his": 0.03558730839972185, "him": 0.39697166374229625, "his": 0.3613843553425744}, "began": {"him - his": -0.015881146876107366, "him": 0.26335980734880843, "his": 0.2792409542249158}, "begin": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "beginning": {"him - his": 0.036648225890546615, "him": 0.33646890998484186, "his": 0.29982068409429524}, "begrudgingly": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "behalf": {"him - his": 0.055986906554768456, "him": 0.3729275265454912, "his": 0.31694061999072276}, "behavior": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "behind": {"him - his": 0.05304892547784962, "him": 0.3569438991618976, "his": 0.303894973684048}, "being": {"him - his": 0.03887786105177382, "him": 0.3628564651880079, "his": 0.3239786041362341}, "belief": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "believe": {"him - his": 0.005008020459721041, "him": 0.33180364968325177, "his": 0.3267956292235307}, "believed": {"him - his": -0.016148257626930396, "him": 0.2891281053031454, "his": 0.3052763629300758}, "believes": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "believing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "bellota": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "belonging": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "bemoans": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "ben": {"him - his": 0.08611261795540076, "him": 0.35445419452464716, "his": 0.2683415765692464}, "bench": {"him - his": 0.005642382834340265, "him": 0.2788873329423101, "his": 0.27324495010796984}, "beneath": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "benign": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "benjamin": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "beset": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "besides": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "best": {"him - his": 0.056127360446416585, "him": 0.4157888954340425, "his": 0.35966153498762593}, "bet": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "better": {"him - his": 0.015473438671834372, "him": 0.33441362401540703, "his": 0.31894018534357266}, "between": {"him - his": 0.0059632690966175406, "him": 0.32339334575646017, "his": 0.31743007665984263}, "bewildered": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "bhatt": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "bibendum": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "biden": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "big": {"him - his": 0.04066127519111418, "him": 0.35733220495222257, "his": 0.3166709297611084}, "biggest": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "bill": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "birds": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "birth": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "birthday": {"him - his": 0.08667010590838597, "him": 0.3475944092848278, "his": 0.26092430337644185}, "bit": {"him - his": 0.03797209525288092, "him": 0.3080375914720274, "his": 0.2700654962191465}, "bite": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "bitter": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "black": {"him - his": 0.006016668118198509, "him": 0.26335980734880843, "his": 0.2573431392306099}, "bladder": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "blanchard": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "blare": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "blast": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "blends": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "blessed": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "blessing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "blisters": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "blocking": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "blog": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "blogs": {"him - his": 0.08958865641238228, "him": 0.38688431398550105, "his": 0.29729565757311877}, "blond": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "blood": {"him - his": 0.057158536951528394, "him": 0.35445419452464716, "his": 0.29729565757311877}, "blooded": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "bloodshot": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "bluntly": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "boat": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "bodies": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "body": {"him - his": 0.08755902418625833, "him": 0.33646890998484186, "his": 0.24890988579858353}, "bomb": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "bond": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "boogie": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "book": {"him - his": 0.015874092462132006, "him": 0.3224943982920842, "his": 0.3066203058299522}, "booked": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "books": {"him - his": 0.07097999341477751, "him": 0.3502209476396933, "his": 0.2792409542249158}, "bookshops": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "boots": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "booze": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "boozer": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "border": {"him - his": 0.08295411748304479, "him": 0.26679635696049425, "his": 0.18384223947744946}, "borgen": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "boring": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "born": {"him - his": 0.00490445024075975, "him": 0.3109188704763041, "his": 0.30601442023554437}, "both": {"him - his": 0.025617464805137435, "him": 0.38561398603205393, "his": 0.3599965212269165}, "bottle": {"him - his": 0.11648544384960008, "him": 0.4048373973239823, "his": 0.2883519534743822}, "bottom": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "bought": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "bounceback": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "box": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "boy": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "bph": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "bradbury": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "brahms": {"him - his": 0.08611261795540076, "him": 0.35445419452464716, "his": 0.2683415765692464}, "branch": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "branches": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "bras": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "brass": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "brave": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "break": {"him - his": -0.016202810569846238, "him": 0.295266888374402, "his": 0.31146969894424825}, "breakfast": {"him - his": 0.08113642594144538, "him": 0.295266888374402, "his": 0.21413046243295664}, "breakup": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "breath": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "breezily": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "brett": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "bridges": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "briefly": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "bright": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "brighter": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "brilliant": {"him - his": 0.055986906554768456, "him": 0.3729275265454912, "his": 0.31694061999072276}, "brindisa": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "bring": {"him - his": 0.08364768776269355, "him": 0.39189799225665045, "his": 0.3082503044939569}, "bringing": {"him - his": -0.016202810569846238, "him": 0.295266888374402, "his": 0.31146969894424825}, "brings": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "brisbane": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "brisvegas": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "britain": {"him - his": -0.016148257626930396, "him": 0.2891281053031454, "his": 0.3052763629300758}, "britney": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "broadway": {"him - his": 0.081537515447661, "him": 0.2891281053031454, "his": 0.20759058985548443}, "broken": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "brothels": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "brother": {"him - his": 0.09020384935654147, "him": 0.3802114494516937, "his": 0.29000760009515225}, "brought": {"him - his": 0.036648225890546615, "him": 0.33646890998484186, "his": 0.29982068409429524}, "brow": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "brown": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "browser": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "browsing": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "brutal": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "bubbling": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "build": {"him - his": -0.01604948081538765, "him": 0.2788873329423101, "his": 0.29493681375769776}, "builder": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "building": {"him - his": 0.03459335861640933, "him": 0.2891281053031454, "his": 0.2545347466867361}, "buildings": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "burgers": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "burke": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "burn": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "burns": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "burst": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "bus": {"him - his": 0.08931942941599988, "him": 0.3137026702107983, "his": 0.2243832407947984}, "buses": {"him - his": 0.08755902418625833, "him": 0.33646890998484186, "his": 0.24890988579858353}, "bush": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "business": {"him - his": -0.015961290067016798, "him": 0.2704959095759807, "his": 0.2864571996429975}, "busy": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "but": {"him - his": 0.04659977426285239, "him": 0.3964102930257101, "his": 0.34981051876285774}, "butt": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "buuuuuuuzzzzzzzzz": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "buy": {"him - his": 0.005746903952942861, "him": 0.27450570157661053, "his": 0.26875879762366767}, "buying": {"him - his": 0.081537515447661, "him": 0.2891281053031454, "his": 0.20759058985548443}, "buzi": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "by": {"him - his": 0.023562801913243114, "him": 0.37591937850002116, "his": 0.35235657658677805}, "c": {"him - his": -0.015807371800072578, "him": 0.25713496518615164, "his": 0.2729423369862242}, "cadaver": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "californication": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "call": {"him - his": 0.00584331041492181, "him": 0.2704959095759807, "his": 0.2646525991610589}, "called": {"him - his": 0.035416071327815934, "him": 0.3834919366845559, "his": 0.34807586535673996}, "calls": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "came": {"him - his": 0.02129525531508536, "him": 0.35733220495222257, "his": 0.3360369496371372}, "camouflaged": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "campaigns": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "camps": {"him - his": 0.08855587922307714, "him": 0.3237023689415068, "his": 0.23514648971842964}, "campsite": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "campus": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "can": {"him - his": 0.026178496603463608, "him": 0.3582790394556447, "his": 0.3321005428521811}, "cancer": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "candidate": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "candidates": {"him - his": 0.0854366336870706, "him": 0.3626560671674416, "his": 0.277219433480371}, "cannot": {"him - his": 0.00490445024075975, "him": 0.3109188704763041, "his": 0.30601442023554437}, "canyon": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "capable": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "capacity": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "capital": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "captivating": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "captured": {"him - his": 0.0854366336870706, "him": 0.3626560671674416, "his": 0.277219433480371}, "captures": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "car": {"him - his": 0.020616952823826307, "him": 0.3006077203134288, "his": 0.2799907674896025}, "card": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "cards": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "care": {"him - his": 0.03534941985755105, "him": 0.2704959095759807, "his": 0.23514648971842964}, "career": {"him - his": 0.03580038553766457, "him": 0.35445419452464716, "his": 0.3186538089869826}, "careers": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "carlsberg": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "carpet": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "carried": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "carry": {"him - his": 0.08247260275162838, "him": 0.27450570157661053, "his": 0.19203309882498215}, "cars": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "case": {"him - his": 0.06551617609032356, "him": 0.3966856875603287, "his": 0.3311695114700051}, "cases": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "categorically": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "catering": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "cats": {"him - his": -0.016202810569846238, "him": 0.295266888374402, "his": 0.31146969894424825}, "cause": {"him - his": 0.07178344019379612, "him": 0.33912574533004225, "his": 0.26734230513624613}, "caused": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "causing": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "cavaliers": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "ceaseless": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "celtics": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "cemented": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "center": {"him - his": -0.016097337869896367, "him": 0.2837233462243989, "his": 0.29982068409429524}, "centered": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "centers": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "central": {"him - his": 0.08755902418625833, "him": 0.33646890998484186, "his": 0.24890988579858353}, "centre": {"him - his": 0.020355542007460703, "him": 0.3080375914720274, "his": 0.2876820494645667}, "century": {"him - his": -0.03337846259392152, "him": 0.24904996938961999, "his": 0.2824284319835415}, "certain": {"him - his": -0.01604948081538765, "him": 0.2788873329423101, "his": 0.29493681375769776}, "certainly": {"him - his": 0.05123946676907909, "him": 0.36922331655267404, "his": 0.31798384978359495}, "challenges": {"him - his": 0.0046684063554121025, "him": 0.32160902634613486, "his": 0.31694061999072276}, "change": {"him - his": 0.005784148187702121, "him": 0.3006077203134288, "his": 0.2948235721257267}, "changes": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "chaos": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "chaotic": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "chapter": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "character": {"him - his": 0.019363672602229043, "him": 0.33646890998484186, "his": 0.3171052373826128}, "characteristic": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "characterized": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "charged": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "charismatic": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "charting": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "chatrie": {"him - his": 0.08219539891323166, "him": 0.2788873329423101, "his": 0.19669193402907845}, "chatty": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "cheapest": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "checked": {"him - his": 0.08789677733325951, "him": 0.4048373973239823, "his": 0.31694061999072276}, "cheering": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "chef": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "chief": {"him - his": 0.13463203619076658, "him": 0.33646890998484186, "his": 0.20183687379407528}, "child": {"him - his": 0.08219539891323166, "him": 0.2788873329423101, "his": 0.19669193402907845}, "childhood": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "children": {"him - his": 0.03820630090543875, "him": 0.3029624378999102, "his": 0.2647561369944714}, "chimpanzee": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "china": {"him - his": 0.007379061660874903, "him": 0.21024101323602126, "his": 0.20286195157514636}, "chinaman": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "chinese": {"him - his": 0.05926479411268731, "him": 0.3201282527820519, "his": 0.2608634586693646}, "chocolate": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "chopin": {"him - his": 0.08611261795540076, "him": 0.35445419452464716, "his": 0.2683415765692464}, "chores": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "chris": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "church": {"him - his": 0.00675323157267535, "him": 0.2340294594166639, "his": 0.22727622784398854}, "cinema": {"him - his": 0.034813460425815346, "him": 0.2837233462243989, "his": 0.24890988579858353}, "circle": {"him - his": 0.0854366336870706, "him": 0.3626560671674416, "his": 0.277219433480371}, "circumstances": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "circumstantial": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "cities": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "citizens": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "city": {"him - his": 0.005827630784849602, "him": 0.3158686776863229, "his": 0.31004104690147327}, "civic": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "civilization": {"him - his": 0.055986906554768456, "him": 0.3729275265454912, "his": 0.31694061999072276}, "clad": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "claimed": {"him - his": 0.005401455679129585, "him": 0.2891281053031454, "his": 0.28372664962401584}, "clarke": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "class": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "classic": {"him - his": -0.016202810569846238, "him": 0.295266888374402, "his": 0.31146969894424825}, "clear": {"him - his": 0.019932103660497358, "him": 0.3201282527820519, "his": 0.30019614912155457}, "clearly": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "cleavage": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "clientele": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "climbing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "clippers": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "close": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "closed": {"him - his": 0.034813460425815346, "him": 0.2837233462243989, "his": 0.24890988579858353}, "closest": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "clouded": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "club": {"him - his": 0.08611261795540076, "him": 0.35445419452464716, "his": 0.2683415765692464}, "clutchest": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "coach": {"him - his": 0.03741156349681374, "him": 0.3201282527820519, "his": 0.2827166892852382}, "coached": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "coast": {"him - his": 0.08908402231411508, "him": 0.3168068616436382, "his": 0.2277228393295231}, "coastal": {"him - his": 0.08755902418625833, "him": 0.33646890998484186, "his": 0.24890988579858353}, "coastguard": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "cold": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "coleman": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "coll": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "colleagues": {"him - his": 0.00490445024075975, "him": 0.3109188704763041, "his": 0.30601442023554437}, "collection": {"him - his": 0.03706454300339279, "him": 0.3275744915129696, "his": 0.2905099485095768}, "college": {"him - his": -0.016148257626930396, "him": 0.2891281053031454, "his": 0.3052763629300758}, "collide": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "colorectal": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "columbia": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "com": {"him - his": -0.07199536056618089, "him": 0.26014921400092134, "his": 0.3321445745671022}, "comb": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "combine": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "come": {"him - his": -0.034197085566533225, "him": 0.31433703290330905, "his": 0.3485341184698423}, "comedians": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "comes": {"him - his": 0.03953071598217639, "him": 0.3781480339154742, "his": 0.3386173179332978}, "comfort": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "comfortable": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "comical": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "coming": {"him - his": -0.04810109049303557, "him": 0.26014921400092134, "his": 0.3082503044939569}, "command": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "commences": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "comment": {"him - his": 0.034813460425815346, "him": 0.2837233462243989, "his": 0.24890988579858353}, "commentary": {"him - his": 0.03580038553766457, "him": 0.35445419452464716, "his": 0.3186538089869826}, "commercials": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "commissionaires": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "commits": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "common": {"him - his": 0.005374987363033656, "him": 0.3168068616436382, "his": 0.31143187428060454}, "commonly": {"him - his": 0.00490445024075975, "him": 0.3109188704763041, "his": 0.30601442023554437}, "communicate": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "communicated": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "community": {"him - his": -0.03338406509824421, "him": 0.251603515870911, "his": 0.2849875809691552}, "company": {"him - his": 0.09776285512600053, "him": 0.3532931405189006, "his": 0.25553028539290007}, "comparing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "compassionate": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "compete": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "complete": {"him - his": -0.018489065151245876, "him": 0.3201282527820519, "his": 0.3386173179332978}, "completed": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "completely": {"him - his": 0.06823050499851846, "him": 0.38688431398550105, "his": 0.3186538089869826}, "complex": {"him - his": 0.06990123952539296, "him": 0.3648380532830907, "his": 0.29493681375769776}, "complicated": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "comprised": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "compromise": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "compulsion": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "computer": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "computers": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "conceivable": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "conceived": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "concerns": {"him - his": 0.057158536951528394, "him": 0.35445419452464716, "his": 0.29729565757311877}, "concluded": {"him - his": 0.03612471034057957, "him": 0.3475944092848278, "his": 0.31146969894424825}, "conclusion": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "condemned": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "condemning": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "conduit": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "conference": {"him - his": -0.018465224823462134, "him": 0.3168068616436382, "his": 0.3352720864671003}, "confess": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "confidence": {"him - his": 0.03541107112065339, "him": 0.3626560671674416, "his": 0.3272449960467882}, "confirm": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "conflict": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "congress": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "connection": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "consent": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "consequences": {"him - his": 0.0854366336870706, "him": 0.3626560671674416, "his": 0.277219433480371}, "consequently": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "conservative": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "consider": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "consideration": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "considered": {"him - his": 0.037844937053856664, "him": 0.3107872740400809, "his": 0.2729423369862242}, "considering": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "consistent": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "consolation": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "conspiracy": {"him - his": 0.0046684063554121025, "him": 0.32160902634613486, "his": 0.31694061999072276}, "constant": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "constantly": {"him - his": 0.08789677733325951, "him": 0.4048373973239823, "his": 0.31694061999072276}, "constituted": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "constitutes": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "constitutional": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "constitutionality": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "constraints": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "constricted": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "construction": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "consulted": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "consumer": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "consumption": {"him - his": 0.034813460425815346, "him": 0.2837233462243989, "his": 0.24890988579858353}, "contact": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "contemporary": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "content": {"him - his": 0.03640340958190297, "him": 0.3416797725119788, "his": 0.3052763629300758}, "contention": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "contest": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "continue": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "continued": {"him - his": 0.07795188479391962, "him": 0.3781480339154742, "his": 0.30019614912155457}, "continues": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "continuing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "contouring": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "contrary": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "control": {"him - his": 0.05795312288796295, "him": 0.3416797725119788, "his": 0.28372664962401584}, "converging": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "conversation": {"him - his": 0.06823050499851846, "him": 0.38688431398550105, "his": 0.3186538089869826}, "conversations": {"him - his": 0.055986906554768456, "him": 0.3729275265454912, "his": 0.31694061999072276}, "convey": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "conveyed": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "convictions": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "convince": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "cookies": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "copy": {"him - his": 0.0854366336870706, "him": 0.3626560671674416, "his": 0.277219433480371}, "cordial": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "core": {"him - his": -0.03334833158373651, "him": 0.295266888374402, "his": 0.3286152199581385}, "corner": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "corners": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "cornerstone": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "corp": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "corporation": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "corps": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "correct": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "correctly": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "corrosive": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "cory": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "cost": {"him - his": 0.05926479411268731, "him": 0.3201282527820519, "his": 0.2608634586693646}, "costing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "costly": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "costs": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "could": {"him - his": 0.02364350246524194, "him": 0.347622106601476, "his": 0.3239786041362341}, "couldn": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "count": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "counter": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "counterpart": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "country": {"him - his": 0.005951165262317648, "him": 0.29414210090526105, "his": 0.2881909356429434}, "county": {"him - his": 0.03459335861640933, "him": 0.2891281053031454, "his": 0.2545347466867361}, "couple": {"him - his": 0.00584331041492181, "him": 0.2704959095759807, "his": 0.2646525991610589}, "course": {"him - his": 0.025987061725409377, "him": 0.35345965285959846, "his": 0.3274725911341891}, "court": {"him - his": 0.073530629345026, "him": 0.31433703290330905, "his": 0.24080640355828306}, "courtesy": {"him - his": 0.00490445024075975, "him": 0.3109188704763041, "his": 0.30601442023554437}, "courthouse": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "courts": {"him - his": 0.08113642594144538, "him": 0.295266888374402, "his": 0.21413046243295664}, "cousins": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "cover": {"him - his": -0.016148257626930396, "him": 0.2891281053031454, "his": 0.3052763629300758}, "coverage": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "covered": {"him - his": 0.081537515447661, "him": 0.2891281053031454, "his": 0.20759058985548443}, "covering": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "covers": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "coy": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "crack": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "cracked": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "crackerjack": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "crayfish": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "crazy": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "create": {"him - his": -0.01604948081538765, "him": 0.2788873329423101, "his": 0.29493681375769776}, "creating": {"him - his": -0.016261755417523838, "him": 0.30239205356945875, "his": 0.3186538089869826}, "cred": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "credit": {"him - his": 0.0871450258252427, "him": 0.3416797725119788, "his": 0.2545347466867361}, "creepy": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "cried": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "crime": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "criminal": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "crippling": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "crisis": {"him - his": 0.03706454300339279, "him": 0.3275744915129696, "his": 0.2905099485095768}, "criterion": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "critical": {"him - his": -0.03339080831509411, "him": 0.2788873329423101, "his": 0.3122781412574042}, "criticism": {"him - his": 0.055986906554768456, "him": 0.3729275265454912, "his": 0.31694061999072276}, "critics": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "cross": {"him - his": 0.0590497697804479, "him": 0.3237023689415068, "his": 0.2646525991610589}, "crotchety": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "crowded": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "crucial": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "cruise": {"him - his": 0.057158536951528394, "him": 0.35445419452464716, "his": 0.29729565757311877}, "crying": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "ctd": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "cultivation": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "culture": {"him - his": 0.00584331041492181, "him": 0.2704959095759807, "his": 0.2646525991610589}, "cultured": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "cup": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "currently": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "customer": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "customers": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "cut": {"him - his": 0.08113642594144538, "him": 0.295266888374402, "his": 0.21413046243295664}, "cynicism": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "d": {"him - his": 0.04066127519111418, "him": 0.35733220495222257, "his": 0.3166709297611084}, "dad": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "dai": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "daily": {"him - his": 0.057158536951528394, "him": 0.35445419452464716, "his": 0.29729565757311877}, "daizaemon": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "daizemon": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "dance": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "dancers": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "dancing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "dangerous": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "dangerously": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "dark": {"him - his": 0.05195881586821177, "him": 0.3744552519447357, "his": 0.32249643607652395}, "data": {"him - his": 0.07342458725254244, "him": 0.3158686776863229, "his": 0.24244409043378043}, "date": {"him - his": 0.0854366336870706, "him": 0.3626560671674416, "his": 0.277219433480371}, "daughter": {"him - his": 0.019672527731199152, "him": 0.3275744915129696, "his": 0.3079019637817704}, "david": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "davis": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "dawn": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "day": {"him - his": 0.080144484679808, "him": 0.3930366720623754, "his": 0.3128921873825674}, "days": {"him - his": 0.02668266378599221, "him": 0.3367125688645452, "his": 0.310029905078553}, "de": {"him - his": 0.08272403752854676, "him": 0.2704959095759807, "his": 0.18777187204743392}, "dead": {"him - his": 0.052815651273065256, "him": 0.3607176150548357, "his": 0.3079019637817704}, "deal": {"him - his": -0.016097337869896367, "him": 0.2837233462243989, "his": 0.29982068409429524}, "death": {"him - his": 0.09072860232071989, "him": 0.3744552519447357, "his": 0.28372664962401584}, "deaths": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "decades": {"him - his": 0.005528023101677493, "him": 0.2837233462243989, "his": 0.2781953231227214}, "decamp": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "december": {"him - his": 0.0818864724303236, "him": 0.2837233462243989, "his": 0.20183687379407528}, "decide": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "decided": {"him - his": 0.07766505293531067, "him": 0.38156002661935867, "his": 0.303894973684048}, "deciding": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "decimated": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "decision": {"him - his": 0.07074296357436027, "him": 0.35345965285959846, "his": 0.2827166892852382}, "decisions": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "declined": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "decreased": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "dedicated": {"him - his": -0.016202810569846238, "him": 0.295266888374402, "his": 0.31146969894424825}, "deeper": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "deeply": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "defeat": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "defect": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "defend": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "defendant": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "defended": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "defense": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "defensive": {"him - his": 0.055986906554768456, "him": 0.3729275265454912, "his": 0.31694061999072276}, "defensively": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "defiant": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "definitely": {"him - his": 0.08113642594144538, "him": 0.295266888374402, "his": 0.21413046243295664}, "degrees": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "deliberation": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "delicacy": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "delicate": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "delight": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "delivered": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "demand": {"him - his": 0.08611261795540076, "him": 0.35445419452464716, "his": 0.2683415765692464}, "demanded": {"him - his": 0.1327267005954276, "him": 0.35445419452464716, "his": 0.22172749392921956}, "demanding": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "demarcus": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "democratic": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "demographic": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "dengue": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "denied": {"him - his": 0.08792617276969347, "him": 0.33180364968325177, "his": 0.2438774769135583}, "denigrated": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "denominator": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "dense": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "department": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "depend": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "depicting": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "depth": {"him - his": -0.016326125570484074, "him": 0.3109188704763041, "his": 0.3272449960467882}, "derivative": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "described": {"him - his": 0.034813460425815346, "him": 0.2837233462243989, "his": 0.24890988579858353}, "describing": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "description": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "deserved": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "deserves": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "design": {"him - his": 0.021172362550572255, "him": 0.2849073441198735, "his": 0.26373498156930125}, "designated": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "desjardins": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "despite": {"him - his": 0.005292734258769249, "him": 0.3201282527820519, "his": 0.3148355185232827}, "destabilized": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "destination": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "destiny": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "destroy": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "destroying": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "destroys": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "destruct": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "detail": {"him - his": 0.08958865641238228, "him": 0.38688431398550105, "his": 0.29729565757311877}, "detailed": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "details": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "detected": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "detective": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "deteriorate": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "determine": {"him - his": 0.05758680918967557, "him": 0.3475944092848278, "his": 0.29000760009515225}, "detroit": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "devastating": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "developed": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "developing": {"him - his": -0.03331899529114751, "him": 0.30239205356945875, "his": 0.33571104886060626}, "development": {"him - his": 0.021172362550572255, "him": 0.2849073441198735, "his": 0.26373498156930125}, "device": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "devices": {"him - his": 0.035636968019285314, "him": 0.26335980734880843, "his": 0.2277228393295231}, "devoid": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "diameter": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "did": {"him - his": 0.04428646444320278, "him": 0.35742117551025915, "his": 0.31313471106705637}, "didn": {"him - his": 0.027346487060066427, "him": 0.3207560272402486, "his": 0.29340954018018217}, "dies": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "different": {"him - his": 0.0542841368810037, "him": 0.3367125688645452, "his": 0.2824284319835415}, "difficult": {"him - his": 0.03541107112065339, "him": 0.3626560671674416, "his": 0.3272449960467882}, "digital": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "dimmed": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "diners": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "dinner": {"him - his": 0.1327267005954276, "him": 0.35445419452464716, "his": 0.22172749392921956}, "direct": {"him - his": 0.00490445024075975, "him": 0.3109188704763041, "his": 0.30601442023554437}, "directed": {"him - his": 0.0854366336870706, "him": 0.3626560671674416, "his": 0.277219433480371}, "directly": {"him - his": 0.00490445024075975, "him": 0.3109188704763041, "his": 0.30601442023554437}, "disappoint": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "disappointing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "disarray": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "disbelief": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "disciplined": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "disclosures": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "discoveries": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "discovery": {"him - his": 0.081537515447661, "him": 0.2891281053031454, "his": 0.20759058985548443}, "discrete": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "discretion": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "discuss": {"him - his": -0.016261755417523838, "him": 0.30239205356945875, "his": 0.3186538089869826}, "discussed": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "discussion": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "disguise": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "disliked": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "dismantle": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "dismissed": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "disneynature": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "disorder": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "disordered": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "disorienting": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "dispatched": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "disrespected": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "disruption": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "disruptive": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "dissenting": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "distant": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "distracted": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "district": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "distrustful": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "ditched": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "division": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "divorce": {"him - his": 0.034813460425815346, "him": 0.2837233462243989, "his": 0.24890988579858353}, "divorced": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "divulge": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "do": {"him - his": 0.03674988968584736, "him": 0.3764712378015971, "his": 0.3397213481157497}, "doctorow": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "doctrine": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "does": {"him - his": 0.06903022534339925, "him": 0.3759702327140087, "his": 0.30694000737060945}, "doesn": {"him - his": -0.007243436634195244, "him": 0.3137026702107983, "his": 0.32094610684499353}, "doing": {"him - his": 0.07259472847993276, "him": 0.3716338984440734, "his": 0.29903916996414065}, "dollars": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "domantas": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "don": {"him - his": 0.0515820503757341, "him": 0.37758926885070665, "his": 0.32600721847497255}, "donald": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "done": {"him - his": 0.05051521663423869, "him": 0.3795904363644022, "his": 0.3290752197301635}, "dongguan": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "donovan": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "door": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "double": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "doubted": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "down": {"him - his": 0.06471622656089199, "him": 0.3930366720623754, "his": 0.3283204455014834}, "download": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "dozens": {"him - his": 0.08611261795540076, "him": 0.35445419452464716, "his": 0.2683415765692464}, "dpoy": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "drafted": {"him - his": 0.0854366336870706, "him": 0.3626560671674416, "his": 0.277219433480371}, "dragnet": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "draw": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "dressed": {"him - his": 0.08611261795540076, "him": 0.35445419452464716, "his": 0.2683415765692464}, "drew": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "drink": {"him - his": 0.0871450258252427, "him": 0.3416797725119788, "his": 0.2545347466867361}, "drinking": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "drinks": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "driver": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "drivers": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "driving": {"him - his": 0.03459335861640933, "him": 0.2891281053031454, "his": 0.2545347466867361}, "drop": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "drops": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "drove": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "drummond": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "drunk": {"him - his": 0.08611261795540076, "him": 0.35445419452464716, "his": 0.2683415765692464}, "dubious": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "due": {"him - his": -0.02841951884436289, "him": 0.28324210066171623, "his": 0.3116616195060791}, "duly": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "during": {"him - his": 0.08024397528383209, "him": 0.39195449564859197, "his": 0.3117105203647599}, "duty": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "dvd": {"him - his": 0.08247260275162838, "him": 0.27450570157661053, "his": 0.19203309882498215}, "dvo\u0159\u00e1k": {"him - his": 0.08611261795540076, "him": 0.35445419452464716, "his": 0.2683415765692464}, "dysfunctional": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "e": {"him - his": 0.052559912025686495, "him": 0.3648380532830907, "his": 0.3122781412574042}, "each": {"him - his": 0.050782109523214325, "him": 0.3754477358850889, "his": 0.32466562636187457}, "earbuds": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "earlier": {"him - his": 0.005008020459721041, "him": 0.33180364968325177, "his": 0.3267956292235307}, "early": {"him - his": -0.0918939952982328, "him": 0.23994537458284973, "his": 0.33183936988108254}, "earns": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "easier": {"him - his": 0.08789677733325951, "him": 0.4048373973239823, "his": 0.31694061999072276}, "easily": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "east": {"him - his": 0.038789073359088766, "him": 0.3502209476396933, "his": 0.31143187428060454}, "eastern": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "easy": {"him - his": 0.058558699575281925, "him": 0.33180364968325177, "his": 0.27324495010796984}, "eat": {"him - his": 0.11928714607525187, "him": 0.3802114494516937, "his": 0.26092430337644185}, "eating": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "eclectic": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "economics": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "ecstatic": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "ed": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "edge": {"him - his": 0.08825614443495702, "him": 0.3275744915129696, "his": 0.23931834707801256}, "edit": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "edited": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "edmund": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "educate": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "effect": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "efficacy": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "efforts": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "eggshells": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "either": {"him - his": 0.038624134336315785, "him": 0.35345965285959846, "his": 0.3148355185232827}, "electrocute": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "electrode": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "elemental": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "elements": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "eleven": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "ellen": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "else": {"him - his": 0.057158536951528394, "him": 0.35445419452464716, "his": 0.29729565757311877}, "eludes": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "elusively": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "email": {"him - his": 0.052276644803350425, "him": 0.36938188218596324, "his": 0.3171052373826128}, "emanates": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "embarks": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "embassy": {"him - his": 0.03500985602875181, "him": 0.2788873329423101, "his": 0.2438774769135583}, "embiid": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "emboldening": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "emerged": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "emergency": {"him - his": 0.03518735449859797, "him": 0.27450570157661053, "his": 0.23931834707801256}, "emotional": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "emotionally": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "empathise": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "emphasizing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "employ": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "employed": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "empowers": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "empty": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "enable": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "enabled": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "enabling": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "encephalitis": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "encountering": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "encourage": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "encyclopedia": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "end": {"him - his": 0.02145377063781806, "him": 0.3532931405189006, "his": 0.33183936988108254}, "endeavor": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "ended": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "ending": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "endless": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "endoscopic": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "endured": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "energy": {"him - his": 0.09491593524598851, "him": 0.32616069670969583, "his": 0.23124476146370732}, "enforcement": {"him - his": 0.08974528484454691, "him": 0.3080375914720274, "his": 0.2182923066274805}, "engage": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "engaging": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "english": {"him - his": 0.03640340958190297, "him": 0.3416797725119788, "his": 0.3052763629300758}, "engrained": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "enjoy": {"him - his": 0.057158536951528394, "him": 0.35445419452464716, "his": 0.29729565757311877}, "enjoyed": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "enlargement": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "enough": {"him - his": 0.005642382834340265, "him": 0.2788873329423101, "his": 0.27324495010796984}, "enter": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "entered": {"him - his": 0.062161880726133545, "him": 0.39373461137252663, "his": 0.3315727306463931}, "entering": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "entertain": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "entertainment": {"him - his": 0.08884381979032452, "him": 0.3948582400258689, "his": 0.30601442023554437}, "entire": {"him - his": 0.08278008067519127, "him": 0.4012776043722608, "his": 0.3184975236970695}, "entirely": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "entourage": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "entropy": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "environmental": {"him - his": 0.005401455679129585, "him": 0.2891281053031454, "his": 0.28372664962401584}, "epidemic": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "episodes": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "equipment": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "era": {"him - his": 0.03541107112065339, "him": 0.3626560671674416, "his": 0.3272449960467882}, "eric": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "erode": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "error": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "errordocument": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "ers": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "escape": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "eschewed": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "especially": {"him - his": -0.06084888459744331, "him": 0.25713496518615164, "his": 0.31798384978359495}, "essential": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "establish": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "establishment": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "esteemed": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "estranged": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "estrangement": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "estrangements": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "et": {"him - his": 0.005746903952942861, "him": 0.27450570157661053, "his": 0.26875879762366767}, "etiquette": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "evaluated": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "even": {"him - his": 0.058141215480509933, "him": 0.38783979097472465, "his": 0.3296985754942147}, "evening": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "event": {"him - his": 0.034813460425815346, "him": 0.2837233462243989, "his": 0.24890988579858353}, "eventually": {"him - his": 0.09285818944383006, "him": 0.4043278883880783, "his": 0.31146969894424825}, "ever": {"him - his": 0.02552106742734145, "him": 0.3698336202506705, "his": 0.34431255282332907}, "every": {"him - his": 0.08288886841124127, "him": 0.4015801576533058, "his": 0.3186912892420645}, "everyone": {"him - his": 0.005110356479124056, "him": 0.3275744915129696, "his": 0.3224641350338455}, "everything": {"him - his": 0.07949433743332412, "him": 0.3594851049229266, "his": 0.2799907674896025}, "evidence": {"him - his": 0.09072860232071989, "him": 0.3744552519447357, "his": 0.28372664962401584}, "ex": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "exact": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "exactly": {"him - his": 0.0691788890146599, "him": 0.3744552519447357, "his": 0.3052763629300758}, "examination": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "examines": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "examining": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "example": {"him - his": -0.0333962622051599, "him": 0.27450570157661053, "his": 0.3079019637817704}, "examples": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "exceedingly": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "excellent": {"him - his": 0.08958865641238228, "him": 0.38688431398550105, "his": 0.29729565757311877}, "except": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "exception": {"him - his": 0.08611261795540076, "him": 0.35445419452464716, "his": 0.2683415765692464}, "excited": {"him - his": 0.05758680918967557, "him": 0.3475944092848278, "his": 0.29000760009515225}, "exclusive": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "exclusively": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "excoriated": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "executing": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "execution": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "executive": {"him - his": 0.0818864724303236, "him": 0.2837233462243989, "his": 0.20183687379407528}, "exercises": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "exhilarating": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "exist": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "existed": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "exists": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "exited": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "exiting": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "exits": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "expect": {"him - his": 0.05195881586821177, "him": 0.3744552519447357, "his": 0.32249643607652395}, "expectation": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "expectations": {"him - his": 0.08789677733325951, "him": 0.4048373973239823, "his": 0.31694061999072276}, "expected": {"him - his": -0.033396617958406705, "him": 0.26014921400092134, "his": 0.29354583195932804}, "experienced": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "experiences": {"him - his": 0.05758680918967557, "him": 0.3475944092848278, "his": 0.29000760009515225}, "experiencetheride": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "experts": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "explain": {"him - his": 0.07620165470014045, "him": 0.3986980907766644, "his": 0.32249643607652395}, "explained": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "explains": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "explicitly": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "explored": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "exploring": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "explosive": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "expressing": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "extension": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "extensive": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "extremely": {"him - his": 0.09072860232071989, "him": 0.3744552519447357, "his": 0.28372664962401584}, "extremists": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "exult": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "eye": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "eyes": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "f": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "face": {"him - his": -0.016261755417523838, "him": 0.30239205356945875, "his": 0.3186538089869826}, "faces": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "facet": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "facing": {"him - his": 0.0691788890146599, "him": 0.3744552519447357, "his": 0.3052763629300758}, "fact": {"him - his": 0.06396152412449768, "him": 0.36922331655267404, "his": 0.30526179242817636}, "factors": {"him - his": 0.006490983305220882, "him": 0.24429704540863129, "his": 0.2378060621034104}, "factual": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "fahrenheit": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "fail": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "failed": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "faith": {"him - his": 0.05758680918967557, "him": 0.3475944092848278, "his": 0.29000760009515225}, "fallen": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "fallibility": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "fame": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "familial": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "familiar": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "family": {"him - his": 0.01316029970457322, "him": 0.3477954150944106, "his": 0.33463511538983737}, "famous": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "fan": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "fantastic": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "far": {"him - his": 0.05413816436088703, "him": 0.33912574533004225, "his": 0.2849875809691552}, "farmers": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "fascinate": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "fascinated": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "fascinating": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "fast": {"him - his": 0.0046684063554121025, "him": 0.32160902634613486, "his": 0.31694061999072276}, "fat": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "father": {"him - his": 0.05795312288796295, "him": 0.3416797725119788, "his": 0.28372664962401584}, "fathers": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "fatigued": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "fatty": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "fault": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "favorite": {"him - his": 0.058558699575281925, "him": 0.33180364968325177, "his": 0.27324495010796984}, "favorites": {"him - his": 0.0854366336870706, "him": 0.3626560671674416, "his": 0.277219433480371}, "favour": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "favourite": {"him - his": 0.00490445024075975, "him": 0.3109188704763041, "his": 0.30601442023554437}, "fc": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "fear": {"him - his": 0.05795312288796295, "him": 0.3416797725119788, "his": 0.28372664962401584}, "fearful": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "feat": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "february": {"him - his": 0.00490445024075975, "him": 0.3109188704763041, "his": 0.30601442023554437}, "federal": {"him - his": 0.0702076665452589, "him": 0.3607176150548357, "his": 0.2905099485095768}, "feel": {"him - his": 0.01952550842584755, "him": 0.33180364968325177, "his": 0.3122781412574042}, "feeling": {"him - his": 0.09072860232071989, "him": 0.3744552519447357, "his": 0.28372664962401584}, "feelings": {"him - his": 0.06874175050744546, "him": 0.3802114494516937, "his": 0.31146969894424825}, "feet": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "feigned": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "fell": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "felony": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "felt": {"him - his": 0.09435118329760117, "him": 0.38928799705529893, "his": 0.29493681375769776}, "female": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "fenced": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "fencing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "feral": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "fever": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "few": {"him - his": -0.03337846259392152, "him": 0.24904996938961999, "his": 0.2824284319835415}, "fibrinolysins": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "fiction": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "fictions": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "fields": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "fiercely": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "fifth": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "fight": {"him - his": -0.007519303704605296, "him": 0.33180364968325177, "his": 0.33932295338785706}, "fighting": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "figure": {"him - his": 0.020355542007460703, "him": 0.3080375914720274, "his": 0.2876820494645667}, "figured": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "figures": {"him - his": 0.00490445024075975, "him": 0.3109188704763041, "his": 0.30601442023554437}, "file": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "filmmakers": {"him - his": -0.016261755417523838, "him": 0.30239205356945875, "his": 0.3186538089869826}, "final": {"him - his": 0.00584331041492181, "him": 0.2704959095759807, "his": 0.2646525991610589}, "finally": {"him - his": 0.018743145664040894, "him": 0.35445419452464716, "his": 0.33571104886060626}, "find": {"him - his": 0.04989716538903716, "him": 0.3943805513904765, "his": 0.34448338600143935}, "finding": {"him - his": 0.057158536951528394, "him": 0.35445419452464716, "his": 0.29729565757311877}, "finds": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "fine": {"him - his": 0.11928714607525187, "him": 0.3802114494516937, "his": 0.26092430337644185}, "finest": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "fingers": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "finish": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "fir": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "fire": {"him - his": 0.09046162300735572, "him": 0.29835905867507784, "his": 0.20789743566772212}, "fired": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "fires": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "first": {"him - his": 0.019412364283140415, "him": 0.3925129337676526, "his": 0.3731005694845122}, "fit": {"him - his": 0.06874175050744546, "him": 0.3802114494516937, "his": 0.31146969894424825}, "fits": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "five": {"him - his": 0.02668266378599221, "him": 0.3367125688645452, "his": 0.310029905078553}, "flag": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "flames": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "flash": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "flashmob": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "flat": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "flavour": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "flawlessly": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "flick": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "flickered": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "flits": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "floors": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "flower": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "focus": {"him - his": 0.005401455679129585, "him": 0.2891281053031454, "his": 0.28372664962401584}, "focused": {"him - his": 0.00490445024075975, "him": 0.3109188704763041, "his": 0.30601442023554437}, "focuses": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "follow": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "followed": {"him - his": 0.05926479411268731, "him": 0.3201282527820519, "his": 0.2608634586693646}, "following": {"him - his": 0.058558699575281925, "him": 0.33180364968325177, "his": 0.27324495010796984}, "food": {"him - his": 0.03925516467731607, "him": 0.28006156823559913, "his": 0.24080640355828306}, "foolish": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "for": {"him - his": 0.023228596023511627, "him": 0.37488641397692707, "his": 0.35165781795341544}, "force": {"him - his": 0.06823050499851846, "him": 0.38688431398550105, "his": 0.3186538089869826}, "forces": {"him - his": 0.0691788890146599, "him": 0.3744552519447357, "his": 0.3052763629300758}, "forcibly": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "forecast": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "foreign": {"him - his": -0.033393278960730965, "him": 0.25713496518615164, "his": 0.2905282441468826}, "foreigners": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "forensic": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "foresight": {"him - his": 0.0837182296095258, "him": 0.2542930051599047, "his": 0.17057477555037892}, "foretold": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "forgiveness": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "forgotten": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "form": {"him - his": 0.0702076665452589, "him": 0.3607176150548357, "his": 0.2905099485095768}, "former": {"him - his": -0.015961290067016798, "him": 0.2704959095759807, "his": 0.2864571996429975}, "formulae": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "forward": {"him - his": -0.016202810569846238, "him": 0.295266888374402, "his": 0.31146969894424825}, "forwarded": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "foucault": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "found": {"him - his": 0.03980667000691057, "him": 0.3301157387850733, "his": 0.2903090687781627}, "foundation": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "founder": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "fourth": {"him - his": -0.015772491059241778, "him": 0.2542930051599047, "his": 0.2700654962191465}, "foyer": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "frame": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "framework": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "franchise": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "francis": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "frantic": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "frantically": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "fraternal": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "frederick": {"him - his": 0.08667010590838597, "him": 0.3475944092848278, "his": 0.26092430337644185}, "free": {"him - his": 0.050782109523214325, "him": 0.3754477358850889, "his": 0.32466562636187457}, "frenchman": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "frenchmen": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "frenzy": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "frequent": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "friday": {"him - his": 0.005528023101677493, "him": 0.2837233462243989, "his": 0.2781953231227214}, "friend": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "friends": {"him - his": 0.03825348002099016, "him": 0.3607176150548357, "his": 0.3224641350338455}, "fringe": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "frogs": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "from": {"him - his": 0.019454255146967525, "him": 0.38701202461364503, "his": 0.3675577694666775}, "front": {"him - his": 0.036648225890546615, "him": 0.33646890998484186, "his": 0.29982068409429524}, "frontier": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "frontiers": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "fruits": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "frustration": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "ft": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "fuel": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "fulfill": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "fulfills": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "full": {"him - his": -0.018374887561531106, "him": 0.3054346017740225, "his": 0.3238094893355536}, "fun": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "function": {"him - his": 0.081537515447661, "him": 0.2891281053031454, "his": 0.20759058985548443}, "fundamental": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "further": {"him - his": -0.04818862074959085, "him": 0.24904996938961999, "his": 0.29723859013921083}, "future": {"him - his": 0.04253505704949634, "him": 0.3223185170883703, "his": 0.27978346003887394}, "futurists": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "futurologist": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "g": {"him - his": 0.058273586862120474, "him": 0.33646890998484186, "his": 0.2781953231227214}, "gained": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "game": {"him - his": -0.006661643980984788, "him": 0.28006156823559913, "his": 0.2867232122165839}, "games": {"him - his": 0.0384463754648281, "him": 0.3569438991618976, "his": 0.3184975236970695}, "gangsters": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "gantz": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "gas": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "gave": {"him - his": 0.07617606232558699, "him": 0.4114481487926873, "his": 0.3352720864671003}, "geez": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "general": {"him - his": 0.058273586862120474, "him": 0.33646890998484186, "his": 0.2781953231227214}, "generalised": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "generally": {"him - his": 0.055986906554768456, "him": 0.3729275265454912, "his": 0.31694061999072276}, "generations": {"him - his": -0.016202810569846238, "him": 0.295266888374402, "his": 0.31146969894424825}, "genie": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "genius": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "genre": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "genuine": {"him - his": 0.03541107112065339, "him": 0.3626560671674416, "his": 0.3272449960467882}, "genuinely": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "geofence": {"him - his": 0.08387987414842454, "him": 0.251603515870911, "his": 0.16772364172248647}, "geofiltered": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "geographically": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "george": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "gershshwin": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "get": {"him - his": 0.05257809690708132, "him": 0.3839145923729067, "his": 0.3313364954658254}, "getting": {"him - his": 0.030080153546682198, "him": 0.36659411291731764, "his": 0.33651395937063544}, "gift": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "girl": {"him - his": 0.059463722413028275, "him": 0.3168068616436382, "his": 0.2573431392306099}, "girls": {"him - his": 0.08755902418625833, "him": 0.33646890998484186, "his": 0.24890988579858353}, "give": {"him - his": 0.038789073359088766, "him": 0.3502209476396933, "his": 0.31143187428060454}, "given": {"him - his": 0.0613526111665299, "him": 0.3698336202506705, "his": 0.3084810090841406}, "glad": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "glassy": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "glow": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "go": {"him - his": 0.07949477501599722, "him": 0.40006421743759857, "his": 0.32056944242160135}, "goal": {"him - his": -0.04790829628122062, "him": 0.2788873329423101, "his": 0.3267956292235307}, "goals": {"him - his": -0.01604948081538765, "him": 0.2788873329423101, "his": 0.29493681375769776}, "gobert": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "going": {"him - his": 0.05678589716249427, "him": 0.4071744645310703, "his": 0.35038856736857604}, "goldsmith": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "gone": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "good": {"him - his": 0.03664750300609926, "him": 0.3604342388171598, "his": 0.32378673581106054}, "goofs": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "google": {"him - his": 0.09403379258595629, "him": 0.3367125688645452, "his": 0.24267877627858891}, "googled": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "gordon": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "got": {"him - his": 0.05315681472974554, "him": 0.33833007736971626, "his": 0.2851732626399707}, "gotten": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "govern": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "governing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "government": {"him - his": 0.0545488005012878, "him": 0.3153338740640334, "his": 0.2607850735627456}, "governments": {"him - his": 0.0818864724303236, "him": 0.2837233462243989, "his": 0.20183687379407528}, "grab": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "grabbed": {"him - his": 0.0046684063554121025, "him": 0.32160902634613486, "his": 0.31694061999072276}, "graduated": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "grann": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "granted": {"him - his": 0.05758680918967557, "him": 0.3475944092848278, "his": 0.29000760009515225}, "graphic": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "grapples": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "grasp": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "grateful": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "gravel": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "graves": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "great": {"him - his": -0.06834919261449995, "him": 0.2849073441198735, "his": 0.35325653673437346}, "greater": {"him - his": 0.036648225890546615, "him": 0.33646890998484186, "his": 0.29982068409429524}, "greet": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "grey": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "ground": {"him - his": 0.03639960974090917, "him": 0.24429704540863129, "his": 0.20789743566772212}, "group": {"him - his": 0.016605697420666143, "him": 0.3010584209186296, "his": 0.28445272349796347}, "groupon": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "groups": {"him - his": 0.0590497697804479, "him": 0.3237023689415068, "his": 0.2646525991610589}, "growing": {"him - his": -0.016097337869896367, "him": 0.2837233462243989, "his": 0.29982068409429524}, "grown": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "guarantees": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "guilt": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "guilty": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "gum": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "gusto": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "guy": {"him - his": 0.00490445024075975, "him": 0.3109188704763041, "his": 0.30601442023554437}, "gwadar": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "h": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "hacks": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "had": {"him - his": 0.04627658963671638, "him": 0.3803986999410657, "his": 0.3341221103043493}, "hadn": {"him - his": 0.03541107112065339, "him": 0.3626560671674416, "his": 0.3272449960467882}, "hair": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "haired": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "half": {"him - his": 0.037709910331684415, "him": 0.3137026702107983, "his": 0.27599275987911387}, "hallucinations": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "ham": {"him - his": 0.08574003467622476, "him": 0.21941521109557127, "his": 0.1336751764193465}, "hand": {"him - his": 0.005525481611904526, "him": 0.3107872740400809, "his": 0.30526179242817636}, "handedly": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "handful": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "handicaps": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "handle": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "happen": {"him - his": 0.036648225890546615, "him": 0.33646890998484186, "his": 0.29982068409429524}, "happened": {"him - his": 0.005401455679129585, "him": 0.2891281053031454, "his": 0.28372664962401584}, "happening": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "happenings": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "happy": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "hard": {"him - his": 0.005525481611904526, "him": 0.3107872740400809, "his": 0.30526179242817636}, "harden": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "hardest": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "hardly": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "harping": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "harry": {"him - his": 0.08113642594144538, "him": 0.295266888374402, "his": 0.21413046243295664}, "harvard": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "has": {"him - his": 0.036675212739948504, "him": 0.4013948659059781, "his": 0.3647196531660296}, "hassan": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "hassles": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "hats": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "have": {"him - his": 0.028230581094363272, "him": 0.38533439395965124, "his": 0.357103812865288}, "having": {"him - his": 0.05586778757714139, "him": 0.41811036768164694, "his": 0.36224258010450555}, "hayward": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "he": {"him - his": 0.043929669947497196, "him": 0.41791697636468994, "his": 0.37398730641719274}, "head": {"him - his": 0.020772229962065847, "him": 0.29620667292525893, "his": 0.2754344429631931}, "headache": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "healing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "health": {"him - his": 0.00616975691328342, "him": 0.25713496518615164, "his": 0.2509652082728682}, "healthy": {"him - his": 0.005401455679129585, "him": 0.2891281053031454, "his": 0.28372664962401584}, "hear": {"him - his": 0.005401455679129585, "him": 0.2891281053031454, "his": 0.28372664962401584}, "heard": {"him - his": 0.09259619419023385, "him": 0.35345965285959846, "his": 0.2608634586693646}, "hearing": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "heart": {"him - his": 0.018979189326689294, "him": 0.3475944092848278, "his": 0.3286152199581385}, "heartening": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "heartfelt": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "heat": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "heavier": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "heavy": {"him - his": 0.09020384935654147, "him": 0.3802114494516937, "his": 0.29000760009515225}, "height": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "held": {"him - his": 0.05065167170410001, "him": 0.37747416959650304, "his": 0.32682249789240303}, "helicopters": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "hell": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "help": {"him - his": 0.04243665492143994, "him": 0.38862849267396343, "his": 0.3461918377525235}, "helpadchoicespublisherslegaltermsprivacycopyrightsocial": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "helped": {"him - his": 0.06823050499851846, "him": 0.38688431398550105, "his": 0.3186538089869826}, "helpless": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "her": {"him - his": 0.03403684221614742, "him": 0.2810381194623141, "his": 0.2470012772461667}, "here": {"him - his": 0.058141215480509933, "him": 0.38783979097472465, "his": 0.3296985754942147}, "herself": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "hide": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "hiding": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "high": {"him - his": -0.006814344556038576, "him": 0.2884059363694688, "his": 0.2952202809255074}, "higher": {"him - his": 0.0375659074187224, "him": 0.3168068616436382, "his": 0.2792409542249158}, "highest": {"him - his": 0.0046684063554121025, "him": 0.32160902634613486, "his": 0.31694061999072276}, "highlight": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "highway": {"him - his": 0.08667010590838597, "him": 0.3475944092848278, "his": 0.26092430337644185}, "hike": {"him - his": 0.08993933046790786, "him": 0.3054346017740225, "his": 0.21549527130611462}, "hikers": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "hiking": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "hilarious": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "him": {"him - his": 0.14406433400988794, "him": 0.5074405442634362, "his": 0.36337621025354827}, "himself": {"him - his": 0.018979189326689294, "him": 0.3475944092848278, "his": 0.3286152199581385}, "hipper": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "hiroto": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "his": {"him - his": -0.0032303957429950514, "him": 0.42941109205856226, "his": 0.4326414878015573}, "historic": {"him - his": 0.057158536951528394, "him": 0.35445419452464716, "his": 0.29729565757311877}, "historical": {"him - his": 0.057158536951528394, "him": 0.35445419452464716, "his": 0.29729565757311877}, "historically": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "history": {"him - his": 0.04144093154222667, "him": 0.3428427324427178, "his": 0.3014018009004911}, "hit": {"him - his": 0.03825348002099016, "him": 0.3607176150548357, "his": 0.3224641350338455}, "hits": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "hive": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "hold": {"him - his": 0.01952550842584755, "him": 0.33180364968325177, "his": 0.3122781412574042}, "holds": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "holmes": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "homage": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "home": {"him - his": 0.005510817971546456, "him": 0.3397906045770389, "his": 0.33427978660549246}, "homeless": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "homemade": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "honest": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "hong": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "hoped": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "hopkinson": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "hordes": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "hornbleat": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "horns": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "hospital": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "hosts": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "hot": {"him - his": 0.05304892547784962, "him": 0.3569438991618976, "his": 0.303894973684048}, "hotel": {"him - his": 0.081537515447661, "him": 0.2891281053031454, "his": 0.20759058985548443}, "hotels": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "hound": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "hour": {"him - his": 0.050458611297080624, "him": 0.38156002661935867, "his": 0.33110141532227805}, "hours": {"him - his": 0.06306250292228915, "him": 0.38156002661935867, "his": 0.3184975236970695}, "house": {"him - his": -0.018465224823462134, "him": 0.3168068616436382, "his": 0.3352720864671003}, "how": {"him - his": 0.052646486736774134, "him": 0.40443151683781664, "his": 0.3517850301010425}, "however": {"him - his": 0.07894323537864845, "him": 0.38034503627913957, "his": 0.3014018009004911}, "https": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "hubs": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "hug": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "huge": {"him - his": 0.09159310317512087, "him": 0.3648380532830907, "his": 0.27324495010796984}, "human": {"him - his": 0.025842483839619568, "him": 0.3569438991618976, "his": 0.33110141532227805}, "humanoid": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "humans": {"him - his": 0.03686683592555401, "him": 0.33180364968325177, "his": 0.29493681375769776}, "hundred": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "hundreds": {"him - his": 0.0046684063554121025, "him": 0.32160902634613486, "his": 0.31694061999072276}, "hunger": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "hunkered": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "hurt": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "husband": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "hustling": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "huxley": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "hypertrophy": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "i": {"him - his": 0.05648361585122119, "him": 0.34371581331069234, "his": 0.28723219745947115}, "ia": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "ib\u00e9rico": {"him - his": 0.08557664241086246, "him": 0.22234057157152826, "his": 0.1367639291606658}, "ice": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "idea": {"him - his": 0.021111319413232466, "him": 0.2866272799610583, "his": 0.26551596054782584}, "ideas": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "identical": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "identification": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "identified": {"him - his": 0.08667010590838597, "him": 0.3475944092848278, "his": 0.26092430337644185}, "identify": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "identifying": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "identity": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "idiom": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "if": {"him - his": 0.01857981471586828, "him": 0.3605477736943879, "his": 0.3419679589785196}, "ignorance": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "ignore": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "igp": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "iknow": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "ill": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "illegally": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "illness": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "illusion": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "imagine": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "imagined": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "immediately": {"him - his": 0.0375659074187224, "him": 0.3168068616436382, "his": 0.2792409542249158}, "immense": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "immensely": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "immersive": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "impact": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "imparted": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "impatience": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "impeccably": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "impeding": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "impermissibly": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "importance": {"him - his": 0.005401455679129585, "him": 0.2891281053031454, "his": 0.28372664962401584}, "important": {"him - his": -0.008767258451409354, "him": 0.34129388658139287, "his": 0.3500611450328022}, "impossible": {"him - his": 0.09020384935654147, "him": 0.3802114494516937, "his": 0.29000760009515225}, "improved": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "impulse": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "imran": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "in": {"him - his": 0.013445601274087893, "him": 0.3274313860765206, "his": 0.3139857848024327}, "inaction": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "incident": {"him - his": 0.03518735449859797, "him": 0.27450570157661053, "his": 0.23931834707801256}, "incidents": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "incinerated": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "incision": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "include": {"him - his": 0.019932103660497358, "him": 0.3201282527820519, "his": 0.30019614912155457}, "included": {"him - his": 0.03804242405955999, "him": 0.3648380532830907, "his": 0.3267956292235307}, "includes": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "including": {"him - his": -0.002058067440930955, "him": 0.3495611764621815, "his": 0.35161924390311244}, "incontinence": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "increase": {"him - his": 0.08792617276969347, "him": 0.33180364968325177, "his": 0.2438774769135583}, "increased": {"him - his": 0.03459335861640933, "him": 0.2891281053031454, "his": 0.2545347466867361}, "increasingly": {"him - his": 0.08958865641238228, "him": 0.38688431398550105, "his": 0.29729565757311877}, "incredible": {"him - his": 0.0871450258252427, "him": 0.3416797725119788, "his": 0.2545347466867361}, "india": {"him - his": 0.08611261795540076, "him": 0.35445419452464716, "his": 0.2683415765692464}, "indian": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "indistinguishable": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "individual": {"him - his": 0.03612471034057957, "him": 0.3475944092848278, "his": 0.31146969894424825}, "individualized": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "individuals": {"him - his": 0.069561198091668, "him": 0.36938188218596324, "his": 0.29982068409429524}, "industrial": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "industry": {"him - his": 0.05881569388930191, "him": 0.3275744915129696, "his": 0.26875879762366767}, "ineffective": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "ineligible": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "infects": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "infiltrates": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "inflammatory": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "inflict": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "influenced": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "informal": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "information": {"him - his": 0.07097999341477751, "him": 0.3502209476396933, "his": 0.2792409542249158}, "informed": {"him - his": 0.0046684063554121025, "him": 0.32160902634613486, "his": 0.31694061999072276}, "informs": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "inhabit": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "inherently": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "initial": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "injuries": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "injury": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "innocent": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "innovations": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "innumerably": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "inoculated": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "insect": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "inside": {"him - his": 0.03780915153957015, "him": 0.36938188218596324, "his": 0.3315727306463931}, "insisted": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "inspector": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "inspired": {"him - his": 0.0046684063554121025, "him": 0.32160902634613486, "his": 0.31694061999072276}, "instability": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "instead": {"him - his": 0.06415135685883894, "him": 0.36659411291731764, "his": 0.3024427560584787}, "instincts": {"him - his": 0.08884381979032452, "him": 0.3948582400258689, "his": 0.30601442023554437}, "institution": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "institutional": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "institutions": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "insurgency": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "intelligence": {"him - his": 0.058558699575281925, "him": 0.33180364968325177, "his": 0.27324495010796984}, "intends": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "intense": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "intensity": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "intentions": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "intents": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "interaction": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "interactions": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "interactive": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "interest": {"him - his": 0.058273586862120474, "him": 0.33646890998484186, "his": 0.2781953231227214}, "interested": {"him - his": 0.055986906554768456, "him": 0.3729275265454912, "his": 0.31694061999072276}, "interests": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "international": {"him - his": 0.019807395257458782, "him": 0.3237023689415068, "his": 0.303894973684048}, "internet": {"him - his": 0.005528023101677493, "him": 0.2837233462243989, "his": 0.2781953231227214}, "intersection": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "intervene": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "interview": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "into": {"him - his": 0.04256759648613284, "him": 0.39286670635093446, "his": 0.3502991098648016}, "introduce": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "introduction": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "invades": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "invented": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "invention": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "inventor": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "investigates": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "investigation": {"him - his": 0.03612471034057957, "him": 0.3475944092848278, "his": 0.31146969894424825}, "investigative": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "investigators": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "invited": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "inviting": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "involved": {"him - his": 0.0707119794136351, "him": 0.39481143200771773, "his": 0.3240994525940826}, "involvement": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "involves": {"him - his": 0.055986906554768456, "him": 0.3729275265454912, "his": 0.31694061999072276}, "iran": {"him - his": 0.037082957188614624, "him": 0.2270442413700465, "his": 0.18996128418143188}, "iranian": {"him - his": 0.08272403752854676, "him": 0.2704959095759807, "his": 0.18777187204743392}, "irony": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "irritated": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "is": {"him - his": 0.010683540485430743, "him": 0.33433930080416846, "his": 0.3236557603187377}, "isabelle": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "isay": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "islamic": {"him - his": 0.005528023101677493, "him": 0.2837233462243989, "his": 0.2781953231227214}, "isn": {"him - his": 0.05926479411268731, "him": 0.3201282527820519, "his": 0.2608634586693646}, "israel": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "issue": {"him - his": 0.055707791163727205, "him": 0.31284907649033833, "his": 0.2571412853266111}, "issued": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "issues": {"him - his": 0.037245169298509295, "him": 0.3237023689415068, "his": 0.2864571996429975}, "it": {"him - his": 0.03879450957327729, "him": 0.37306001303098274, "his": 0.33426550345770545}, "item": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "items": {"him - his": 0.055986906554768456, "him": 0.3729275265454912, "his": 0.31694061999072276}, "its": {"him - his": 0.0017073707798750393, "him": 0.32873480169264224, "his": 0.3270274309127672}, "itself": {"him - his": 0.04932283893767547, "him": 0.39792698832521645, "his": 0.348604149387541}, "j": {"him - his": -0.06084888459744331, "him": 0.25713496518615164, "his": 0.31798384978359495}, "jack": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "james": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "jane": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "japanese": {"him - his": 0.00584331041492181, "him": 0.2704959095759807, "his": 0.2646525991610589}, "javad": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "jayson": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "jazz": {"him - his": 0.08219539891323166, "him": 0.2788873329423101, "his": 0.19669193402907845}, "jealous": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "jelly": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "jerusalem": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "job": {"him - his": 0.015048737897941256, "him": 0.3471933124650435, "his": 0.3321445745671022}, "jobs": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "joe": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "joel": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "johannes": {"him - his": 0.08611261795540076, "him": 0.35445419452464716, "his": 0.2683415765692464}, "john": {"him - his": -0.04800161412108883, "him": 0.2704959095759807, "his": 0.3184975236970695}, "johnson": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "join": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "joint": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "joke": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "jokes": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "joshua": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "journalism": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "journalist": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "judging": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "judicial": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "judy": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "jules": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "july": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "jumping": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "june": {"him - his": 0.038624134336315785, "him": 0.35345965285959846, "his": 0.3148355185232827}, "just": {"him - his": 0.0398834658152738, "him": 0.38816920295502505, "his": 0.34828573713975125}, "kana": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "kang": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "karaoke": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "karen": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "kashmir": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "kato": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "katoare": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "keen": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "keep": {"him - his": 0.036648225890546615, "him": 0.33646890998484186, "his": 0.29982068409429524}, "kei": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "kenzo": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "kept": {"him - his": 0.11553928824980525, "him": 0.39373461137252663, "his": 0.2781953231227214}, "key": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "khan": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "khone": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "kid": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "kidding": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "kids": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "killed": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "killer": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "killers": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "killing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "kilometer": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "kim": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "kind": {"him - his": 0.05159622949355519, "him": 0.3802114494516937, "his": 0.3286152199581385}, "kindle": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "kingdom": {"him - his": 0.0046684063554121025, "him": 0.32160902634613486, "his": 0.31694061999072276}, "kiriakou": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "knew": {"him - his": 0.052815651273065256, "him": 0.3607176150548357, "his": 0.3079019637817704}, "knicks": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "knocks": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "know": {"him - his": 0.07045085635144, "him": 0.39605425340001327, "his": 0.3256033970485733}, "knowing": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "knowledge": {"him - his": 0.03612471034057957, "him": 0.3475944092848278, "his": 0.31146969894424825}, "known": {"him - his": -0.020018235400191264, "him": 0.3242943174231378, "his": 0.34431255282332907}, "knows": {"him - his": 0.00490445024075975, "him": 0.3109188704763041, "his": 0.30601442023554437}, "kong": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "korean": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "krauts": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "kurono": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "l": {"him - his": 0.005528023101677493, "him": 0.2837233462243989, "his": 0.2781953231227214}, "laboratory": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "lack": {"him - his": -0.016202810569846238, "him": 0.295266888374402, "his": 0.31146969894424825}, "lacked": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "lady": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "laid": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "land": {"him - his": -0.04812682724202472, "him": 0.25713496518615164, "his": 0.30526179242817636}, "larger": {"him - his": 0.08667010590838597, "him": 0.3475944092848278, "his": 0.26092430337644185}, "lassitude": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "last": {"him - his": 0.027021362836592233, "him": 0.3553364710837987, "his": 0.32831510824720644}, "late": {"him - his": 0.025987061725409377, "him": 0.35345965285959846, "his": 0.3274725911341891}, "later": {"him - his": 0.005097960760899745, "him": 0.35527089366493597, "his": 0.3501729329040362}, "lateral": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "latest": {"him - his": 0.034813460425815346, "him": 0.2837233462243989, "his": 0.24890988579858353}, "latitude": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "latter": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "launched": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "law": {"him - his": 0.0947552536278958, "him": 0.3280990765035222, "his": 0.2333438228756264}, "lax": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "layoff": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "lead": {"him - his": -0.02847106549112255, "him": 0.3029624378999102, "his": 0.3314335033910327}, "leader": {"him - his": 0.08219539891323166, "him": 0.2788873329423101, "his": 0.19669193402907845}, "leaders": {"him - his": 0.12139926797682313, "him": 0.3607176150548357, "his": 0.23931834707801256}, "leadership": {"him - his": 0.058558699575281925, "him": 0.33180364968325177, "his": 0.27324495010796984}, "leading": {"him - his": -0.016261755417523838, "him": 0.30239205356945875, "his": 0.3186538089869826}, "leads": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "league": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "lean": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "learn": {"him - his": 0.034813460425815346, "him": 0.2837233462243989, "his": 0.24890988579858353}, "least": {"him - his": 0.026476795071706638, "him": 0.34166614691764025, "his": 0.3151893518459336}, "leaves": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "leaving": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "lebron": {"him - his": 0.0854366336870706, "him": 0.3626560671674416, "his": 0.277219433480371}, "led": {"him - his": 0.01952550842584755, "him": 0.33180364968325177, "his": 0.3122781412574042}, "leeratanakajornthe": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "left": {"him - his": 0.04155295609658205, "him": 0.3754477358850889, "his": 0.33389477978850685}, "legal": {"him - his": 0.09020384935654147, "him": 0.3802114494516937, "his": 0.29000760009515225}, "legendary": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "legislatures": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "length": {"him - his": 0.06823050499851846, "him": 0.38688431398550105, "his": 0.3186538089869826}, "lengthy": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "less": {"him - his": -0.04829074991417384, "him": 0.2304232098065578, "his": 0.27871395972073165}, "lessons": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "let": {"him - his": 0.06843278535759495, "him": 0.3834919366845559, "his": 0.31505915132696094}, "letter": {"him - his": 0.03741156349681374, "him": 0.3201282527820519, "his": 0.2827166892852382}, "levies": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "li": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "liberating": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "librarians": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "libraries": {"him - his": 0.08755902418625833, "him": 0.33646890998484186, "his": 0.24890988579858353}, "library": {"him - his": 0.03588688281182725, "him": 0.25713496518615164, "his": 0.2212480823743244}, "license": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "life": {"him - his": -0.00064431153230321, "him": 0.34854184167993435, "his": 0.34918615321223756}, "lifelong": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "lifted": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "lights": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "like": {"him - his": 0.06637669554606529, "him": 0.41867640221271846, "his": 0.35229970666665317}, "liked": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "likely": {"him - his": 0.05413816436088703, "him": 0.33912574533004225, "his": 0.2849875809691552}, "limit": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "limits": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "linked": {"him - his": 0.057158536951528394, "him": 0.35445419452464716, "his": 0.29729565757311877}, "links": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "linton": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "listen": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "listening": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "lit": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "literature": {"him - his": -0.016261755417523838, "him": 0.30239205356945875, "his": 0.3186538089869826}, "little": {"him - his": -0.003498691756993133, "him": 0.3158686776863229, "his": 0.319367369443316}, "live": {"him - his": 0.005528023101677493, "him": 0.2837233462243989, "his": 0.2781953231227214}, "lives": {"him - his": 0.05758680918967557, "him": 0.3475944092848278, "his": 0.29000760009515225}, "ll": {"him - his": 0.04108016737804088, "him": 0.3495611764621815, "his": 0.3084810090841406}, "load": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "lobes": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "local": {"him - his": 0.005897604147096225, "him": 0.29620667292525893, "his": 0.2903090687781627}, "located": {"him - his": 0.03640340958190297, "him": 0.3416797725119788, "his": 0.3052763629300758}, "location": {"him - his": 0.03534941985755105, "him": 0.2704959095759807, "his": 0.23514648971842964}, "locations": {"him - his": 0.00490445024075975, "him": 0.3109188704763041, "his": 0.30601442023554437}, "lodged": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "lodging": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "logic": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "logical": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "logistic": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "logistics": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "lollipop": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "lollipops": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "lone": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "long": {"him - his": 0.043106541158646705, "him": 0.37738632776413916, "his": 0.33427978660549246}, "longer": {"him - his": 0.005528023101677493, "him": 0.2837233462243989, "his": 0.2781953231227214}, "longest": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "look": {"him - his": -0.019930514559292623, "him": 0.31284907649033833, "his": 0.33277959104963095}, "lookalites": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "looked": {"him - his": 0.03741156349681374, "him": 0.3201282527820519, "his": 0.2827166892852382}, "looking": {"him - his": 0.02668266378599221, "him": 0.3367125688645452, "his": 0.310029905078553}, "looks": {"him - his": -0.016148257626930396, "him": 0.2891281053031454, "his": 0.3052763629300758}, "loop": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "lore": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "lorentzian": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "los": {"him - his": -0.01600424693296626, "him": 0.27450570157661053, "his": 0.2905099485095768}, "lose": {"him - his": 0.08958865641238228, "him": 0.38688431398550105, "his": 0.29729565757311877}, "losing": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "lost": {"him - his": 0.025987061725409377, "him": 0.35345965285959846, "his": 0.3274725911341891}, "lot": {"him - his": 0.05802952662034366, "him": 0.3986457324595768, "his": 0.34061620583923313}, "lots": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "lotus": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "lou": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "loudly": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "lounging": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "love": {"him - his": 0.03378294071200372, "him": 0.36170213064307527, "his": 0.32791918993107155}, "loved": {"him - his": 0.057158536951528394, "him": 0.35445419452464716, "his": 0.29729565757311877}, "lovely": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "lover": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "lovers": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "loves": {"him - his": 0.0046684063554121025, "him": 0.32160902634613486, "his": 0.31694061999072276}, "loving": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "low": {"him - his": 0.020355542007460703, "him": 0.3080375914720274, "his": 0.2876820494645667}, "lowest": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "luca": {"him - his": 0.09259619419023385, "him": 0.35345965285959846, "his": 0.2608634586693646}, "lucrative": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "lunch": {"him - his": 0.08113642594144538, "him": 0.295266888374402, "his": 0.21413046243295664}, "lung": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "lurked": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "m": {"him - his": 0.05027895886985828, "him": 0.38862849267396343, "his": 0.33834953380410515}, "machines": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "mackay": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "mad": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "made": {"him - his": 0.026266633975005227, "him": 0.3715777344526095, "his": 0.34531110047760427}, "magic": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "magical": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "mahesh": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "mails": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "main": {"him - his": -0.04800161412108883, "him": 0.2704959095759807, "his": 0.3184975236970695}, "mainstream": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "maintained": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "major": {"him - his": -0.06084888459744331, "him": 0.25713496518615164, "his": 0.31798384978359495}, "make": {"him - his": 0.025617464805137435, "him": 0.38561398603205393, "his": 0.3599965212269165}, "makes": {"him - his": 0.05346226977120333, "him": 0.3502209476396933, "his": 0.29675867786849}, "makeup": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "making": {"him - his": 0.005525481611904526, "him": 0.3107872740400809, "his": 0.30526179242817636}, "makran": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "malaria": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "malformed": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "malignant": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "man": {"him - his": 0.04996631882623326, "him": 0.43068297055339566, "his": 0.3807166517271624}, "manage": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "managed": {"him - his": -0.03339080831509411, "him": 0.2788873329423101, "his": 0.3122781412574042}, "management": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "manager": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "manages": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "manipulate": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "manner": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "many": {"him - his": 0.030963618822148875, "him": 0.3916933234772126, "his": 0.3607297046550637}, "marathon": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "march": {"him - his": 0.03947397872533437, "him": 0.3367125688645452, "his": 0.29723859013921083}, "mark": {"him - his": 0.019183336435454834, "him": 0.3416797725119788, "his": 0.32249643607652395}, "marked": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "market": {"him - his": 0.05964886564428845, "him": 0.3137026702107983, "his": 0.25405380456650983}, "marriage": {"him - his": 0.13067643712347754, "him": 0.3729275265454912, "his": 0.24225108942201368}, "married": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "mary": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "masaru": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "massacre": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "material": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "math": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "matter": {"him - his": -0.016148257626930396, "him": 0.2891281053031454, "his": 0.3052763629300758}, "maximum": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "may": {"him - his": 0.03828072777495051, "him": 0.37350632158195557, "his": 0.33522559380700506}, "mayhem": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "mayonnaise": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "mcdonalds": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "mcgregor": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "mcnamara": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "me": {"him - his": 0.04789322473263102, "him": 0.368785296807778, "his": 0.320892072075147}, "mean": {"him - his": -0.016148257626930396, "him": 0.2891281053031454, "his": 0.3052763629300758}, "meaning": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "means": {"him - his": -0.04823344037987837, "him": 0.24207562839828434, "his": 0.2903090687781627}, "meanwhile": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "measure": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "measures": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "meat": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "mechanics": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "media": {"him - his": 0.07195643187007378, "him": 0.3367125688645452, "his": 0.2647561369944714}, "median": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "medication": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "meet": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "megabox": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "meh": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "mehmood": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "melt": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "memories": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "memory": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "men": {"him - his": -0.06111282815600391, "him": 0.23994537458284973, "his": 0.30105820273885364}, "menace": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "menu": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "merely": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "message": {"him - his": 0.0046684063554121025, "him": 0.32160902634613486, "his": 0.31694061999072276}, "meters": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "methods": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "mia": {"him - his": 0.0831662073564158, "him": 0.26335980734880843, "his": 0.18019359999239262}, "miami": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "michel": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "michelle": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "middle": {"him - his": 0.03640340958190297, "him": 0.3416797725119788, "his": 0.3052763629300758}, "midnight": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "might": {"him - his": 0.03514083428734027, "him": 0.38862849267396343, "his": 0.35348765838662316}, "mile": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "militaries": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "military": {"him - his": 0.05881569388930191, "him": 0.3275744915129696, "his": 0.26875879762366767}, "millennium": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "million": {"him - his": 0.03809229663777636, "him": 0.3054346017740225, "his": 0.26734230513624613}, "millions": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "mind": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "minds": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "mine": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "mini": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "minimum": {"him - his": 0.08113642594144538, "him": 0.295266888374402, "his": 0.21413046243295664}, "minister": {"him - his": 0.07195643187007378, "him": 0.3367125688645452, "his": 0.2647561369944714}, "ministry": {"him - his": 0.03459335861640933, "him": 0.2891281053031454, "his": 0.2545347466867361}, "minor": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "minutes": {"him - his": 0.005292734258769249, "him": 0.3201282527820519, "his": 0.3148355185232827}, "mip": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "misdemeanors": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "misreading": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "miss": {"him - his": 0.055986906554768456, "him": 0.3729275265454912, "his": 0.31694061999072276}, "missing": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "missteps": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "misted": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "misunderstand": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "misunderstanding": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "mitchell": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "mixed": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "mla": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "moaning": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "mob": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "mobile": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "model": {"him - his": 0.006240228871139675, "him": 0.2542930051599047, "his": 0.24805277628876504}, "moderates": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "modern": {"him - his": 0.051849721688568995, "him": 0.3594851049229266, "his": 0.30763538323435763}, "modified": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "mohsin": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "mom": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "moment": {"him - his": 0.0691788890146599, "him": 0.3744552519447357, "his": 0.3052763629300758}, "moments": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "mona": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "monday": {"him - his": 0.058273586862120474, "him": 0.33646890998484186, "his": 0.2781953231227214}, "money": {"him - his": 0.03534941985755105, "him": 0.2704959095759807, "his": 0.23514648971842964}, "monika": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "monitor": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "monk": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "monosyllabic": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "month": {"him - his": 0.006095409434411503, "him": 0.26014921400092134, "his": 0.25405380456650983}, "months": {"him - his": 0.0818864724303236, "him": 0.2837233462243989, "his": 0.20183687379407528}, "mood": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "moon": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "more": {"him - his": 0.028103052091302372, "him": 0.35331849318961167, "his": 0.3252154410983093}, "morning": {"him - his": 0.09739132836080755, "him": 0.35733220495222257, "his": 0.259940876591415}, "most": {"him - his": 0.03386057751140875, "him": 0.3811035842285073, "his": 0.34724300671709857}, "mother": {"him - his": 0.05881569388930191, "him": 0.3275744915129696, "his": 0.26875879762366767}, "mothers": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "motions": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "motivational": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "mounded": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "mourning": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "mouth": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "move": {"him - his": 0.052559912025686495, "him": 0.3648380532830907, "his": 0.3122781412574042}, "moved": {"him - his": 0.058273586862120474, "him": 0.33646890998484186, "his": 0.2781953231227214}, "movements": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "movie": {"him - his": -0.015674540051299812, "him": 0.24661843228578223, "his": 0.26229297233708204}, "movies": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "moving": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "mr": {"him - his": 0.03741156349681374, "him": 0.3201282527820519, "his": 0.2827166892852382}, "msi": {"him - his": 0.03500985602875181, "him": 0.2788873329423101, "his": 0.2438774769135583}, "much": {"him - his": 0.05185136082717551, "him": 0.3942663177056836, "his": 0.3424149568785081}, "multifaceted": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "multiplies": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "multitude": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "mums": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "murder": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "murders": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "murdoch": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "music": {"him - his": 0.07999622221288055, "him": 0.3532931405189006, "his": 0.27329691830602004}, "musical": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "musicians": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "musings": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "muslim": {"him - his": 0.03500985602875181, "him": 0.2788873329423101, "his": 0.2438774769135583}, "must": {"him - his": 0.039087388125889855, "him": 0.3443491805540662, "his": 0.30526179242817636}, "muster": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "mvp": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "my": {"him - his": 0.07235795769420628, "him": 0.36219873391059954, "his": 0.28984077621639326}, "myself": {"him - his": 0.058273586862120474, "him": 0.33646890998484186, "his": 0.2781953231227214}, "myspace": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "mysterious": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "mystery": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "mystic": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "nab": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "name": {"him - his": -0.007292590950444433, "him": 0.3168068616436382, "his": 0.3240994525940826}, "named": {"him - his": -0.016202810569846238, "him": 0.295266888374402, "his": 0.31146969894424825}, "naps": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "narrative": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "narrowed": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "narrowly": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "nascent": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "nation": {"him - his": 0.034813460425815346, "him": 0.2837233462243989, "his": 0.24890988579858353}, "national": {"him - his": -0.03335154372317031, "him": 0.23994537458284973, "his": 0.27329691830602004}, "nations": {"him - his": 0.05758680918967557, "him": 0.3475944092848278, "his": 0.29000760009515225}, "natural": {"him - his": 0.058273586862120474, "him": 0.33646890998484186, "his": 0.2781953231227214}, "nature": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "navigating": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "navy": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "nba": {"him - his": 0.058273586862120474, "him": 0.33646890998484186, "his": 0.2781953231227214}, "nearly": {"him - his": -0.01600424693296626, "him": 0.27450570157661053, "his": 0.2905099485095768}, "neatly": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "necessary": {"him - his": -0.04784938442199421, "him": 0.2837233462243989, "his": 0.3315727306463931}, "neck": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "need": {"him - his": 0.03990814086057881, "him": 0.3280990765035222, "his": 0.2881909356429434}, "needed": {"him - his": 0.005528023101677493, "him": 0.2837233462243989, "his": 0.2781953231227214}, "needs": {"him - his": 0.05195881586821177, "him": 0.3744552519447357, "his": 0.32249643607652395}, "negated": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "neighbor": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "neighbourhood": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "neighbouring": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "neither": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "nestings": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "nestled": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "netanyahu": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "never": {"him - his": 0.040544919579353966, "him": 0.3594851049229266, "his": 0.31894018534357266}, "nevertheless": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "new": {"him - his": -0.0032871382120926995, "him": 0.3416436287089483, "his": 0.344930766921041}, "newly": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "news": {"him - his": 0.020616952823826307, "him": 0.3006077203134288, "his": 0.2799907674896025}, "newspapers": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "next": {"him - his": 0.031107123773066625, "him": 0.3444402449105279, "his": 0.31333312113746126}, "nhai": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "nice": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "nicely": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "nics": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "night": {"him - his": 0.03030536931381478, "him": 0.3617388727048475, "his": 0.3314335033910327}, "nightclubs": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "nihilist": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "nine": {"him - his": 0.05758680918967557, "him": 0.3475944092848278, "his": 0.29000760009515225}, "nineteen": {"him - his": 0.0818864724303236, "him": 0.2837233462243989, "his": 0.20183687379407528}, "nishi": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "no": {"him - his": 0.033536075697468526, "him": 0.38698440412743734, "his": 0.3534483284299688}, "nobeladventures": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "nobody": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "noise": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "noisy": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "non": {"him - his": -0.03337846259392152, "him": 0.24904996938961999, "his": 0.2824284319835415}, "none": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "normal": {"him - his": 0.08884381979032452, "him": 0.3948582400258689, "his": 0.30601442023554437}, "normalise": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "not": {"him - his": 0.03706698203356218, "him": 0.3920609707478712, "his": 0.35499398871430904}, "nothing": {"him - his": 0.053820936407183606, "him": 0.3443491805540662, "his": 0.2905282441468826}, "noticeably": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "november": {"him - his": -0.016261755417523838, "him": 0.30239205356945875, "his": 0.3186538089869826}, "novemberat": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "now": {"him - his": 0.03422920033179844, "him": 0.38133754709219475, "his": 0.3471083467603963}, "nowhere": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "nuclear": {"him - his": -0.015843545878192533, "him": 0.26014921400092134, "his": 0.27599275987911387}, "nude": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "number": {"him - his": -0.006989240208373382, "him": 0.29835905867507784, "his": 0.3053482988834512}, "numerous": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "ny": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "nyc": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "obama": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "observed": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "observer": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "obstructing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "obtained": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "obvious": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "occasions": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "occur": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "occurred": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "occurs": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "ode": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "odor": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "odyssey": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "of": {"him - his": 0.01683837063591248, "him": 0.30343889023628784, "his": 0.28660051960037536}, "off": {"him - his": 0.060064899131832994, "him": 0.3706725002132681, "his": 0.3106076010814351}, "offender": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "offense": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "offensive": {"him - his": 0.03500985602875181, "him": 0.2788873329423101, "his": 0.2438774769135583}, "offer": {"him - his": 0.081537515447661, "him": 0.2891281053031454, "his": 0.20759058985548443}, "offered": {"him - his": 0.057158536951528394, "him": 0.35445419452464716, "his": 0.29729565757311877}, "office": {"him - his": 0.019363672602229043, "him": 0.33646890998484186, "his": 0.3171052373826128}, "officer": {"him - his": 0.058558699575281925, "him": 0.33180364968325177, "his": 0.27324495010796984}, "officers": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "officials": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "offloaded": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "offseason": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "often": {"him - his": 0.07244506241726684, "him": 0.3735032651561205, "his": 0.30105820273885364}, "oh": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "oladipo": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "old": {"him - his": -0.07226593262884101, "him": 0.24904996938961999, "his": 0.321315902018461}, "older": {"him - his": 0.08611261795540076, "him": 0.35445419452464716, "his": 0.2683415765692464}, "omara": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "omnipresent": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "on": {"him - his": 0.03834960049255598, "him": 0.37994580924105703, "his": 0.34159620874850105}, "once": {"him - his": 0.059367645697488036, "him": 0.38034503627913957, "his": 0.32097739058165153}, "one": {"him - his": 0.03283721895992314, "him": 0.41059367629118104, "his": 0.3777564573312579}, "oni": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "online": {"him - his": 0.07846411968160771, "him": 0.37200995164093575, "his": 0.29354583195932804}, "only": {"him - his": 0.03921881151382528, "him": 0.35676131084691726, "his": 0.317542499333092}, "onto": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "open": {"him - his": -0.007151760373906191, "him": 0.3080375914720274, "his": 0.3151893518459336}, "operating": {"him - his": 0.0854366336870706, "him": 0.3626560671674416, "his": 0.277219433480371}, "opinion": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "opinions": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "opportunity": {"him - his": 0.03580038553766457, "him": 0.35445419452464716, "his": 0.3186538089869826}, "opposing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "opposite": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "opted": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "opting": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "options": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "or": {"him - his": 0.05127791760403044, "him": 0.3868378116524934, "his": 0.335559894048463}, "order": {"him - his": 0.02668266378599221, "him": 0.3367125688645452, "his": 0.310029905078553}, "ordering": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "orderly": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "ordinary": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "organisations": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "organisdations": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "organizations": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "organs": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "oriental": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "original": {"him - his": -0.016148257626930396, "him": 0.2891281053031454, "his": 0.3052763629300758}, "orlean": {"him - his": 0.08295411748304479, "him": 0.26679635696049425, "his": 0.18384223947744946}, "ormara": {"him - his": 0.081537515447661, "him": 0.2891281053031454, "his": 0.20759058985548443}, "oscars": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "other": {"him - his": 0.0497047721636934, "him": 0.42204470393404764, "his": 0.37233993177035424}, "others": {"him - his": 0.0055948354135487155, "him": 0.3080375914720274, "his": 0.3024427560584787}, "otherwise": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "our": {"him - his": 0.04603867794731675, "him": 0.3839686122109606, "his": 0.33792993426364387}, "out": {"him - his": 0.016183348055210656, "him": 0.38128060115783735, "his": 0.3650972531026267}, "outfits": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "outlets": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "outrage": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "outside": {"him - his": 0.057158536951528394, "him": 0.35445419452464716, "his": 0.29729565757311877}, "ovarian": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "over": {"him - his": 0.04112533620015563, "him": 0.390044819446557, "his": 0.3489194832464014}, "overall": {"him - his": -0.016202810569846238, "him": 0.295266888374402, "his": 0.31146969894424825}, "overcame": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "overcome": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "overflowing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "oversight": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "overturned": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "owi": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "own": {"him - his": 0.02237329541137184, "him": 0.37738632776413916, "his": 0.3550130323527673}, "owner": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "p": {"him - his": 0.057158536951528394, "him": 0.35445419452464716, "his": 0.29729565757311877}, "pace": {"him - his": 0.0854366336870706, "him": 0.3626560671674416, "his": 0.277219433480371}, "paced": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "pacers": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "pacing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "pack": {"him - his": 0.07074296357436027, "him": 0.35345965285959846, "his": 0.2827166892852382}, "package": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "packs": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "pad": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "page": {"him - his": 0.052815651273065256, "him": 0.3607176150548357, "his": 0.3079019637817704}, "pages": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "pain": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "pains": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "paint": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "painted": {"him - his": 0.00490445024075975, "him": 0.3109188704763041, "his": 0.30601442023554437}, "pair": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "pak": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "pakistan": {"him - his": 0.08468865703796408, "him": 0.23789861248630093, "his": 0.15320995544833685}, "pakistani": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "pakistanis": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "palpable": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "pandemic": {"him - his": -0.016202810569846238, "him": 0.295266888374402, "his": 0.31146969894424825}, "pandemonium": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "parameters": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "parent": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "parentals": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "parents": {"him - his": 0.034813460425815346, "him": 0.2837233462243989, "his": 0.24890988579858353}, "parking": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "parks": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "parliament": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "part": {"him - his": 0.005428320149249488, "him": 0.3428427324427178, "his": 0.3374144122934683}, "particular": {"him - his": 0.005528023101677493, "him": 0.2837233462243989, "his": 0.2781953231227214}, "particularity": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "particularized": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "particularly": {"him - his": -0.01604948081538765, "him": 0.2788873329423101, "his": 0.29493681375769776}, "parts": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "party": {"him - his": 0.07795188479391962, "him": 0.3781480339154742, "his": 0.30019614912155457}, "partying": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "pass": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "passenger": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "passengers": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "passions": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "past": {"him - his": -0.0605259635195583, "him": 0.27450570157661053, "his": 0.33503166509616883}, "pastimes": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "pathological": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "paths": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "patience": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "patients": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "patrolling": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "patronize": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "paul": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "paying": {"him - his": 0.034813460425815346, "him": 0.2837233462243989, "his": 0.24890988579858353}, "payment": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "peace": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "peak": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "pelicans": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "people": {"him - his": 0.0636845825636323, "him": 0.3942126476415842, "his": 0.3305280650779519}, "per": {"him - his": 0.07074296357436027, "him": 0.35345965285959846, "his": 0.2827166892852382}, "percent": {"him - his": 0.08417694840399984, "him": 0.24661843228578223, "his": 0.1624414838817824}, "perceptions": {"him - his": 0.0046684063554121025, "him": 0.32160902634613486, "his": 0.31694061999072276}, "perfect": {"him - his": 0.005528023101677493, "him": 0.2837233462243989, "his": 0.2781953231227214}, "perfecting": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "perfectly": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "performance": {"him - his": -0.03339080831509411, "him": 0.2788873329423101, "his": 0.3122781412574042}, "performances": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "performed": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "performing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "perhaps": {"him - his": 0.025842483839619568, "him": 0.3569438991618976, "his": 0.33110141532227805}, "perimeter": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "period": {"him - his": 0.03500985602875181, "him": 0.2788873329423101, "his": 0.2438774769135583}, "perpetrators": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "perplexing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "person": {"him - his": 0.052815651273065256, "him": 0.3607176150548357, "his": 0.3079019637817704}, "personal": {"him - his": 0.04087921343960493, "him": 0.3532931405189006, "his": 0.31241392707929566}, "personality": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "personally": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "personnel": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "persons": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "perturbation": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "philosopher": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "phone": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "phones": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "photo": {"him - his": -0.016097337869896367, "him": 0.2837233462243989, "his": 0.29982068409429524}, "physical": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "physicist": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "physics": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "pick": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "picked": {"him - his": 0.03612471034057957, "him": 0.3475944092848278, "his": 0.31146969894424825}, "piece": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "pierzchalski": {"him - his": 0.0818864724303236, "him": 0.2837233462243989, "his": 0.20183687379407528}, "pillars": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "pills": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "pin": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "pistons": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "pits": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "place": {"him - his": 0.044495128871167744, "him": 0.4013374472273901, "his": 0.3568423183562224}, "placed": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "plague": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "plainly": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "plant": {"him - his": 0.0831662073564158, "him": 0.26335980734880843, "his": 0.18019359999239262}, "plates": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "play": {"him - his": 0.03040988519276311, "him": 0.3594851049229266, "his": 0.3290752197301635}, "played": {"him - his": -0.060435620445546956, "him": 0.2788873329423101, "his": 0.33932295338785706}, "player": {"him - his": 0.020259029893198277, "him": 0.3107872740400809, "his": 0.2905282441468826}, "players": {"him - his": -0.033393278960730965, "him": 0.25713496518615164, "his": 0.2905282441468826}, "playing": {"him - his": 0.005746903952942861, "him": 0.27450570157661053, "his": 0.26875879762366767}, "playmaking": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "playoff": {"him - his": 0.0854366336870706, "him": 0.3626560671674416, "his": 0.277219433480371}, "playoffs": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "plays": {"him - his": 0.018743145664040894, "him": 0.35445419452464716, "his": 0.33571104886060626}, "plco": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "please": {"him - his": 0.03686683592555401, "him": 0.33180364968325177, "his": 0.29493681375769776}, "pleasure": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "plot": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "plots": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "plucked": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "plus": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "pm": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "pocket": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "podcasts": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "poets": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "point": {"him - his": 0.030080153546682198, "him": 0.36659411291731764, "his": 0.33651395937063544}, "points": {"him - his": 0.06954165613650426, "him": 0.4088646095243613, "his": 0.33932295338785706}, "poison": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "polarization": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "pole": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "police": {"him - his": 0.0833795577271132, "him": 0.39481143200771773, "his": 0.31143187428060454}, "policymakers": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "political": {"him - his": 0.038517070073369464, "him": 0.29620667292525893, "his": 0.25768960285188947}, "politicians": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "politics": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "pollination": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "pong": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "poorer": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "popular": {"him - his": 0.037709910331684415, "him": 0.3137026702107983, "his": 0.27599275987911387}, "port": {"him - his": 0.08113642594144538, "him": 0.295266888374402, "his": 0.21413046243295664}, "portable": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "portal": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "portion": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "posing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "position": {"him - his": 0.019672527731199152, "him": 0.3275744915129696, "his": 0.3079019637817704}, "possessing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "possibilities": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "possibility": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "possible": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "possibly": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "post": {"him - his": 0.019363672602229043, "him": 0.33646890998484186, "his": 0.3171052373826128}, "potentially": {"him - his": 0.0046684063554121025, "him": 0.32160902634613486, "his": 0.31694061999072276}, "pounds": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "power": {"him - his": -0.003666349780889422, "him": 0.3242943174231378, "his": 0.3279606672040272}, "powerful": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "practicing": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "predicated": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "predict": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "predictability": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "predicted": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "predictions": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "preliminary": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "prepare": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "prepared": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "prescription": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "presence": {"him - his": 0.05195881586821177, "him": 0.3744552519447357, "his": 0.32249643607652395}, "present": {"him - his": 0.08755902418625833, "him": 0.33646890998484186, "his": 0.24890988579858353}, "presented": {"him - his": 0.055986906554768456, "him": 0.3729275265454912, "his": 0.31694061999072276}, "presidency": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "president": {"him - his": 0.05982206576721266, "him": 0.3107872740400809, "his": 0.2509652082728682}, "press": {"him - his": 0.057158536951528394, "him": 0.35445419452464716, "his": 0.29729565757311877}, "pretend": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "pretended": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "prevailing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "preventing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "prevention": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "previous": {"him - his": 0.005292734258769249, "him": 0.3201282527820519, "his": 0.3148355185232827}, "previously": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "price": {"him - his": 0.05926479411268731, "him": 0.3201282527820519, "his": 0.2608634586693646}, "prickly": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "prime": {"him - his": 0.09020384935654147, "him": 0.3802114494516937, "his": 0.29000760009515225}, "privacy": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "private": {"him - his": -0.016097337869896367, "him": 0.2837233462243989, "his": 0.29982068409429524}, "probability": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "probable": {"him - his": 0.08825614443495702, "him": 0.3275744915129696, "his": 0.23931834707801256}, "probably": {"him - his": -0.03338189115821394, "him": 0.2837233462243989, "his": 0.3171052373826128}, "problem": {"him - his": 0.07117646766481911, "him": 0.38916031744841406, "his": 0.31798384978359495}, "problems": {"him - his": 0.037709910331684415, "him": 0.3137026702107983, "his": 0.27599275987911387}, "proceeded": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "process": {"him - his": 0.0613526111665299, "him": 0.3698336202506705, "his": 0.3084810090841406}, "produce": {"him - his": 0.03459335861640933, "him": 0.2891281053031454, "his": 0.2545347466867361}, "produced": {"him - his": 0.09229130000083874, "him": 0.3569438991618976, "his": 0.2646525991610589}, "product": {"him - his": -0.01600424693296626, "him": 0.27450570157661053, "his": 0.2905099485095768}, "production": {"him - his": 0.039590051889680344, "him": 0.33441362401540703, "his": 0.2948235721257267}, "products": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "professional": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "professionals": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "progress": {"him - his": 0.0676132439790807, "him": 0.3948582400258689, "his": 0.3272449960467882}, "progression": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "progressively": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "prohibition": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "project": {"him - his": -0.048149750898573984, "him": 0.2542930051599047, "his": 0.3024427560584787}, "projecting": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "prolific": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "promising": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "prompt": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "proper": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "properties": {"him - his": 0.08113642594144538, "him": 0.295266888374402, "his": 0.21413046243295664}, "prophet": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "proposed": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "prose": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "prosecute": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "prostate": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "prostatic": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "protect": {"him - his": 0.08611261795540076, "him": 0.35445419452464716, "his": 0.2683415765692464}, "protecting": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "protections": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "protectors": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "protest": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "protests": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "proud": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "prove": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "proven": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "provide": {"him - his": 0.04989516189674392, "him": 0.38916031744841406, "his": 0.33926515555167014}, "provided": {"him - his": 0.005401455679129585, "him": 0.2891281053031454, "his": 0.28372664962401584}, "provider": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "providers": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "providing": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "proxy": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "prudence": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "psychologically": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "psychologist": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "public": {"him - his": 0.031455823103618885, "him": 0.33690975330574185, "his": 0.30545393020212297}, "publications": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "published": {"him - his": -0.047958433457234995, "him": 0.27450570157661053, "his": 0.3224641350338455}, "publisher": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "pull": {"him - his": 0.057158536951528394, "him": 0.35445419452464716, "his": 0.29729565757311877}, "pulled": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "punching": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "pupils": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "purchased": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "purposes": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "pursue": {"him - his": 0.055986906554768456, "him": 0.3729275265454912, "his": 0.31694061999072276}, "pushback": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "put": {"him - his": 0.033190426707203236, "him": 0.3735032651561205, "his": 0.34031283844891724}, "puts": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "putting": {"him - his": 0.00490445024075975, "him": 0.3109188704763041, "his": 0.30601442023554437}, "pyjamas": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "quality": {"him - his": 0.03534941985755105, "him": 0.2704959095759807, "his": 0.23514648971842964}, "quantum": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "quest": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "question": {"him - his": 0.05067544278128511, "him": 0.3781480339154742, "his": 0.3274725911341891}, "questions": {"him - his": 0.05964886564428845, "him": 0.3137026702107983, "his": 0.25405380456650983}, "quick": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "quicker": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "quickly": {"him - his": 0.005401455679129585, "him": 0.2891281053031454, "his": 0.28372664962401584}, "quite": {"him - his": -0.01604948081538765, "him": 0.2788873329423101, "his": 0.29493681375769776}, "qureshi": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "raaji": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "race": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "radical": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "radioactivity": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "radios": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "radius": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "rage": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "raise": {"him - his": 0.036648225890546615, "him": 0.33646890998484186, "his": 0.29982068409429524}, "raising": {"him - his": 0.0046684063554121025, "him": 0.32160902634613486, "his": 0.31694061999072276}, "rallied": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "rand": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "random": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "randomized": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "range": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "ranked": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "rapper": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "rarely": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "rates": {"him - his": 0.08113642594144538, "him": 0.295266888374402, "his": 0.21413046243295664}, "rather": {"him - his": 0.038943007971086574, "him": 0.3471933124650435, "his": 0.3082503044939569}, "ratio": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "ray": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "rays": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "re": {"him - his": -0.03421838976908409, "him": 0.30470744880521045, "his": 0.33892583857429454}, "reached": {"him - his": 0.08755902418625833, "him": 0.33646890998484186, "his": 0.24890988579858353}, "read": {"him - his": 0.0707119794136351, "him": 0.39481143200771773, "his": 0.3240994525940826}, "reader": {"him - his": 0.0676132439790807, "him": 0.3948582400258689, "his": 0.3272449960467882}, "readers": {"him - his": 0.0046684063554121025, "him": 0.32160902634613486, "his": 0.31694061999072276}, "readily": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "reading": {"him - his": 0.03953071598217639, "him": 0.3781480339154742, "his": 0.3386173179332978}, "ready": {"him - his": -0.016148257626930396, "him": 0.2891281053031454, "his": 0.3052763629300758}, "real": {"him - his": 0.0833795577271132, "him": 0.39481143200771773, "his": 0.31143187428060454}, "reality": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "realization": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "realizes": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "really": {"him - his": 0.044336426993650924, "him": 0.3820201187233105, "his": 0.33768369172965956}, "reason": {"him - his": 0.036648225890546615, "him": 0.33646890998484186, "his": 0.29982068409429524}, "reasons": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "reassuring": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "reawakens": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "rebellious": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "rebounding": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "rebounds": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "rebuilding": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "recalled": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "received": {"him - his": 0.034813460425815346, "him": 0.2837233462243989, "his": 0.24890988579858353}, "recent": {"him - his": 0.03741156349681374, "him": 0.3201282527820519, "his": 0.2827166892852382}, "recently": {"him - his": 0.071406843567842, "him": 0.3443491805540662, "his": 0.2729423369862242}, "recognize": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "recognizing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "reconciliations": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "record": {"him - his": -0.016202810569846238, "him": 0.295266888374402, "his": 0.31146969894424825}, "records": {"him - his": 0.03706454300339279, "him": 0.3275744915129696, "his": 0.2905099485095768}, "recurrence": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "red": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "reduce": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "reduction": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "reeled": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "reference": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "referred": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "reflection": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "reflects": {"him - his": 0.0046684063554121025, "him": 0.32160902634613486, "his": 0.31694061999072276}, "refusal": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "refused": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "regard": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "regarding": {"him - his": 0.0854366336870706, "him": 0.3626560671674416, "his": 0.277219433480371}, "region": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "registered": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "regularly": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "reinventing": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "relate": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "relations": {"him - his": 0.019932103660497358, "him": 0.3201282527820519, "his": 0.30019614912155457}, "relationship": {"him - his": 0.07821721096526996, "him": 0.37497588883375993, "his": 0.29675867786849}, "relationships": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "relativity": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "relax": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "relay": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "release": {"him - his": 0.08113642594144538, "him": 0.295266888374402, "his": 0.21413046243295664}, "released": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "relentless": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "relevant": {"him - his": 0.05758680918967557, "him": 0.3475944092848278, "his": 0.29000760009515225}, "reliable": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "reliance": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "relies": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "religious": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "rely": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "remaining": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "remains": {"him - his": 0.03459335861640933, "him": 0.2891281053031454, "his": 0.2545347466867361}, "remember": {"him - his": -0.03336833077337853, "him": 0.2891281053031454, "his": 0.32249643607652395}, "remind": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "remodel": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "remote": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "removed": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "removing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "renal": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "renew": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "rented": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "repeat": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "repeatedly": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "report": {"him - his": 0.06028366162132126, "him": 0.3029624378999102, "his": 0.24267877627858891}, "reporters": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "represents": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "republic": {"him - his": 0.08219539891323166, "him": 0.2788873329423101, "his": 0.19669193402907845}, "republican": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "request": {"him - his": 0.09342172784658859, "him": 0.3986980907766644, "his": 0.3052763629300758}, "required": {"him - his": 0.05881569388930191, "him": 0.3275744915129696, "his": 0.26875879762366767}, "requirement": {"him - his": 0.08113642594144538, "him": 0.295266888374402, "his": 0.21413046243295664}, "requirements": {"him - his": 0.08611261795540076, "him": 0.35445419452464716, "his": 0.2683415765692464}, "requiring": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "rescued": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "research": {"him - his": 0.07270549665291892, "him": 0.32616069670969583, "his": 0.2534552000567769}, "researched": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "resection": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "resolution": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "resolve": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "respect": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "respective": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "respond": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "responding": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "response": {"him - his": 0.058558699575281925, "him": 0.33180364968325177, "his": 0.27324495010796984}, "responsibility": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "responsible": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "responsive": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "rest": {"him - his": 0.06874175050744546, "him": 0.3802114494516937, "his": 0.31146969894424825}, "restaurant": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "restrictions": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "result": {"him - his": 0.03686683592555401, "him": 0.33180364968325177, "his": 0.29493681375769776}, "retailers": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "retention": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "retrieved": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "return": {"him - his": 0.03825348002099016, "him": 0.3607176150548357, "his": 0.3224641350338455}, "returned": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "returning": {"him - his": 0.06823050499851846, "him": 0.38688431398550105, "his": 0.3186538089869826}, "reveals": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "review": {"him - his": 0.019672527731199152, "him": 0.3275744915129696, "his": 0.3079019637817704}, "reviews": {"him - his": 0.055986906554768456, "him": 0.3729275265454912, "his": 0.31694061999072276}, "revoked": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "revolution": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "revolving": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "reyes": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "rich": {"him - his": 0.081537515447661, "him": 0.2891281053031454, "his": 0.20759058985548443}, "richmond": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "ride": {"him - his": 0.08825614443495702, "him": 0.3275744915129696, "his": 0.23931834707801256}, "ridenyc": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "ridiculous": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "rifts": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "right": {"him - his": 0.033596316344105925, "him": 0.3930366720623754, "his": 0.3594403557182695}, "rightly": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "rights": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "risk": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "road": {"him - his": -0.03337233520382027, "him": 0.24661843228578223, "his": 0.2799907674896025}, "robbed": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "robbery": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "rock": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "rockets": {"him - his": 0.03580038553766457, "him": 0.35445419452464716, "his": 0.3186538089869826}, "rohan": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "role": {"him - his": 0.02624720562004995, "him": 0.3471933124650435, "his": 0.32094610684499353}, "rolled": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "rookie": {"him - his": 0.0854366336870706, "him": 0.3626560671674416, "his": 0.277219433480371}, "room": {"him - his": -0.016261755417523838, "him": 0.30239205356945875, "his": 0.3186538089869826}, "rooms": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "root": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "rothschild": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "rouhani": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "rounds": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "roy": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "rule": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "ruled": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "rules": {"him - his": 0.03612471034057957, "him": 0.3475944092848278, "his": 0.31146969894424825}, "ruling": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "rulings": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "rumoured": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "run": {"him - his": 0.03825348002099016, "him": 0.3607176150548357, "his": 0.3224641350338455}, "running": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "rupert": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "rushing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "russell": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "s": {"him - his": -0.002596703653439114, "him": 0.3394107235341469, "his": 0.34200742718758603}, "sabonis": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "sad": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "sadly": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "safely": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "safety": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "saftar": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "said": {"him - his": 0.047479057431530025, "him": 0.354271424256767, "his": 0.306792366825237}, "sake": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "saline": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "same": {"him - his": 0.02121089024314221, "him": 0.3594851049229266, "his": 0.3382742146797844}, "sanctions": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "sangar": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "saturday": {"him - his": -0.01604948081538765, "him": 0.2788873329423101, "his": 0.29493681375769776}, "saudi": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "save": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "saved": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "saving": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "savings": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "saw": {"him - his": -0.04609838666378774, "him": 0.3006077203134288, "his": 0.34670610697721654}, "say": {"him - his": 0.06856022505874254, "him": 0.3818933461962038, "his": 0.31333312113746126}, "saying": {"him - his": 0.03706454300339279, "him": 0.3275744915129696, "his": 0.2905099485095768}, "says": {"him - his": -0.01604948081538765, "him": 0.2788873329423101, "his": 0.29493681375769776}, "scared": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "scenarios": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "scenes": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "scheduled": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "school": {"him - his": 0.026476795071706638, "him": 0.34166614691764025, "his": 0.3151893518459336}, "science": {"him - his": 0.03809229663777636, "him": 0.3054346017740225, "his": 0.26734230513624613}, "scientific": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "scientists": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "scorching": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "score": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "scorer": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "scoresby": {"him - his": 0.08113642594144538, "him": 0.295266888374402, "his": 0.21413046243295664}, "scoring": {"him - his": 0.057158536951528394, "him": 0.35445419452464716, "his": 0.29729565757311877}, "screen": {"him - his": 0.00490445024075975, "him": 0.3109188704763041, "his": 0.30601442023554437}, "scripted": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "scrubs": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "scrutiny": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "sculpt": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "se": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "search": {"him - his": 0.09521817044809566, "him": 0.3224943982920842, "his": 0.22727622784398854}, "searched": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "searching": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "season": {"him - his": 0.028612240553173518, "him": 0.2903991461312287, "his": 0.2617869055780552}, "seating": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "second": {"him - his": 0.02618646339030989, "him": 0.35470321675934646, "his": 0.3285167533690366}, "sectarian": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "sections": {"him - his": 0.0046684063554121025, "him": 0.32160902634613486, "his": 0.31694061999072276}, "security": {"him - his": 0.058273586862120474, "him": 0.33646890998484186, "his": 0.2781953231227214}, "see": {"him - his": 0.0057352366681140965, "him": 0.33158685890331807, "his": 0.325851622235204}, "seed": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "seedy": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "seeing": {"him - his": 0.03640340958190297, "him": 0.3416797725119788, "his": 0.3052763629300758}, "seem": {"him - his": 0.06306250292228915, "him": 0.38156002661935867, "his": 0.3184975236970695}, "seemed": {"him - his": 0.09391392727823139, "him": 0.39373461137252663, "his": 0.29982068409429524}, "seemingly": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "seems": {"him - his": 0.059984815183262374, "him": 0.3080375914720274, "his": 0.24805277628876504}, "seen": {"him - his": -0.007027662920928823, "him": 0.3006077203134288, "his": 0.30763538323435763}, "seinfeld": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "selecting": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "selections": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "self": {"him - his": 0.055986906554768456, "him": 0.3729275265454912, "his": 0.31694061999072276}, "semi": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "sending": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "senior": {"him - his": -0.016326125570484074, "him": 0.3109188704763041, "his": 0.3272449960467882}, "sensational": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "sense": {"him - his": 0.018979189326689294, "him": 0.3475944092848278, "his": 0.3286152199581385}, "sensitive": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "sensitivity": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "sent": {"him - his": 0.09118655906324186, "him": 0.36938188218596324, "his": 0.2781953231227214}, "sentences": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "separate": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "separations": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "sept": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "sequel": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "series": {"him - his": -0.09165578239400218, "him": 0.24661843228578223, "his": 0.3382742146797844}, "serious": {"him - his": 0.057158536951528394, "him": 0.35445419452464716, "his": 0.29729565757311877}, "server": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "serves": {"him - his": 0.0854366336870706, "him": 0.3626560671674416, "his": 0.277219433480371}, "service": {"him - his": -0.033389044304662, "him": 0.2542930051599047, "his": 0.2876820494645667}, "serving": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "session": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "set": {"him - his": 0.05995395591504482, "him": 0.38916031744841406, "his": 0.32920636153336924}, "sets": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "setting": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "several": {"him - his": 0.005279065473512479, "him": 0.3367125688645452, "his": 0.3314335033910327}, "severe": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "shade": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "shadows": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "shah": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "share": {"him - his": 0.09560296603722157, "him": 0.4180994021137455, "his": 0.32249643607652395}, "shared": {"him - his": 0.11497144115264857, "him": 0.3986980907766644, "his": 0.28372664962401584}, "sharing": {"him - his": 0.05758680918967557, "him": 0.3475944092848278, "his": 0.29000760009515225}, "she": {"him - his": 0.057125453383750996, "him": 0.271387930283364, "his": 0.214262476899613}, "sheath": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "sheri": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "sherlock": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "shifted": {"him - his": 0.0046684063554121025, "him": 0.32160902634613486, "his": 0.31694061999072276}, "shifts": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "shinier": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "shintao": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "shinto": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "ship": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "shocked": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "shocking": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "short": {"him - his": 0.08670934456557583, "him": 0.4178107598878539, "his": 0.33110141532227805}, "shorten": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "shorter": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "shortly": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "shot": {"him - his": 0.03825348002099016, "him": 0.3607176150548357, "his": 0.3224641350338455}, "shots": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "should": {"him - his": 0.052020944232494204, "him": 0.35602843557908087, "his": 0.30400749134658667}, "shouldn": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "shoved": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "show": {"him - his": 0.04131622168461779, "him": 0.3795904363644022, "his": 0.3382742146797844}, "showcase": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "showed": {"him - his": -0.016148257626930396, "him": 0.2891281053031454, "his": 0.3052763629300758}, "showing": {"him - his": 0.019363672602229043, "him": 0.33646890998484186, "his": 0.3171052373826128}, "shown": {"him - his": 0.03612471034057957, "him": 0.3475944092848278, "his": 0.31146969894424825}, "shows": {"him - his": 0.0691788890146599, "him": 0.3744552519447357, "his": 0.3052763629300758}, "shut": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "side": {"him - his": 0.026121495045610676, "him": 0.3502209476396933, "his": 0.3240994525940826}, "sidestepping": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "sight": {"him - his": 0.055986906554768456, "him": 0.3729275265454912, "his": 0.31694061999072276}, "sightseeing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "significant": {"him - his": 0.005292734258769249, "him": 0.3201282527820519, "his": 0.3148355185232827}, "significantly": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "silence": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "silent": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "similar": {"him - his": 0.005528023101677493, "him": 0.2837233462243989, "his": 0.2781953231227214}, "similarities": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "simmons": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "simon": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "simply": {"him - his": 0.00593289829112964, "him": 0.26679635696049425, "his": 0.2608634586693646}, "since": {"him - his": 0.044809833075056205, "him": 0.3964282691054199, "his": 0.3516184360303637}, "sing": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "singing": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "single": {"him - his": 0.07097999341477751, "him": 0.3502209476396933, "his": 0.2792409542249158}, "singleton": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "sinhalese": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "sister": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "sit": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "sitting": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "situation": {"him - his": 0.026476795071706638, "him": 0.34166614691764025, "his": 0.3151893518459336}, "situations": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "six": {"him - his": 0.06331251539219152, "him": 0.3781480339154742, "his": 0.3148355185232827}, "sixers": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "sixth": {"him - his": 0.08611261795540076, "him": 0.35445419452464716, "his": 0.2683415765692464}, "size": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "sjoberg": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "skins": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "sky": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "slab": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "slack": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "slammed": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "slang": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "sleep": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "sleepless": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "sliced": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "slices": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "slideshare": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "slight": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "slightly": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "slow": {"him - his": 0.09285818944383006, "him": 0.4043278883880783, "his": 0.31146969894424825}, "slowly": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "slurring": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "small": {"him - his": 0.06990123952539296, "him": 0.3648380532830907, "his": 0.29493681375769776}, "smell": {"him - his": 0.034813460425815346, "him": 0.2837233462243989, "his": 0.24890988579858353}, "smidgen": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "smitten": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "smoke": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "smooth": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "so": {"him - his": 0.06753383680504116, "him": 0.40562321599396606, "his": 0.3380893791889249}, "social": {"him - his": 0.03686683592555401, "him": 0.33180364968325177, "his": 0.29493681375769776}, "society": {"him - his": 0.05881569388930191, "him": 0.3275744915129696, "his": 0.26875879762366767}, "soil": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "soldiers": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "solidarity": {"him - his": 0.08113642594144538, "him": 0.295266888374402, "his": 0.21413046243295664}, "somalia": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "some": {"him - his": 0.030754665303981243, "him": 0.3997342094262379, "his": 0.36897954412225664}, "someone": {"him - his": 0.03580038553766457, "him": 0.35445419452464716, "his": 0.3186538089869826}, "something": {"him - his": 0.051983906068771346, "him": 0.35733220495222257, "his": 0.3053482988834512}, "sometimes": {"him - his": 0.01952550842584755, "him": 0.33180364968325177, "his": 0.3122781412574042}, "somewhere": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "son": {"him - his": -0.01600424693296626, "him": 0.27450570157661053, "his": 0.2905099485095768}, "soon": {"him - his": 0.019932103660497358, "him": 0.3201282527820519, "his": 0.30019614912155457}, "sore": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "sorry": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "sort": {"him - his": 0.0046684063554121025, "him": 0.32160902634613486, "his": 0.31694061999072276}, "soul": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "sounding": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "sounds": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "south": {"him - his": 0.006016668118198509, "him": 0.26335980734880843, "his": 0.2573431392306099}, "southbank": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "southern": {"him - his": 0.03459335861640933, "him": 0.2891281053031454, "his": 0.2545347466867361}, "space": {"him - his": 0.039223390859161544, "him": 0.34166614691764025, "his": 0.3024427560584787}, "speak": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "speaker": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "speaking": {"him - his": 0.0854366336870706, "him": 0.3626560671674416, "his": 0.277219433480371}, "spearmint": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "spears": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "special": {"him - his": 0.019932103660497358, "him": 0.3201282527820519, "his": 0.30019614912155457}, "specific": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "spectators": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "speech": {"him - his": -0.03339906410806731, "him": 0.2704959095759807, "his": 0.303894973684048}, "spellbound": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "spend": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "spending": {"him - his": 0.00490445024075975, "him": 0.3109188704763041, "his": 0.30601442023554437}, "spent": {"him - his": 0.005374987363033656, "him": 0.3168068616436382, "his": 0.31143187428060454}, "sphere": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "spirit": {"him - his": 0.019932103660497358, "him": 0.3201282527820519, "his": 0.30019614912155457}, "spirited": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "sponsors": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "sports": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "spots": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "square": {"him - his": 0.03541107112065339, "him": 0.3626560671674416, "his": 0.3272449960467882}, "squarely": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "stability": {"him - his": 0.0854366336870706, "him": 0.3626560671674416, "his": 0.277219433480371}, "stacks": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "stadium": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "stadler": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "stakes": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "stan": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "standard": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "standing": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "standings": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "standoffs": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "stands": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "staple": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "star": {"him - his": 0.038624134336315785, "him": 0.35345965285959846, "his": 0.3148355185232827}, "start": {"him - his": -0.04807206693179611, "him": 0.26335980734880843, "his": 0.31143187428060454}, "started": {"him - his": 0.08734869619860469, "him": 0.4114481487926873, "his": 0.3240994525940826}, "starting": {"him - his": -0.00745717358319925, "him": 0.3275744915129696, "his": 0.33503166509616883}, "starts": {"him - his": -0.016202810569846238, "him": 0.295266888374402, "his": 0.31146969894424825}, "state": {"him - his": 0.04318724332744317, "him": 0.3099759637126704, "his": 0.2667887203852272}, "stated": {"him - his": 0.057158536951528394, "him": 0.35445419452464716, "his": 0.29729565757311877}, "statement": {"him - his": 0.08667010590838597, "him": 0.3475944092848278, "his": 0.26092430337644185}, "states": {"him - his": -0.007151760373906191, "him": 0.3080375914720274, "his": 0.3151893518459336}, "station": {"him - his": 0.005642382834340265, "him": 0.2788873329423101, "his": 0.27324495010796984}, "statistics": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "statue": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "stay": {"him - his": 0.037245169298509295, "him": 0.3237023689415068, "his": 0.2864571996429975}, "stayed": {"him - his": 0.00490445024075975, "him": 0.3109188704763041, "his": 0.30601442023554437}, "steadfast": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "steadiness": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "steal": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "steel": {"him - his": 0.0818864724303236, "him": 0.2837233462243989, "his": 0.20183687379407528}, "step": {"him - his": 0.07244506241726684, "him": 0.3735032651561205, "his": 0.30105820273885364}, "stepped": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "steps": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "steve": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "steven": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "stevens": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "still": {"him - his": 0.013611172198601307, "him": 0.33418061462020265, "his": 0.32056944242160135}, "sting": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "stings": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "stint": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "stitches": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "stole": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "stomach": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "stoned": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "stools": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "stop": {"him - his": 0.038789073359088766, "him": 0.3502209476396933, "his": 0.31143187428060454}, "stopped": {"him - his": 0.11854273741625465, "him": 0.38688431398550105, "his": 0.2683415765692464}, "store": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "stories": {"him - his": 0.05195881586821177, "him": 0.3744552519447357, "his": 0.32249643607652395}, "storytellers": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "stout": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "straight": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "strained": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "strange": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "strategies": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "streak": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "street": {"him - his": 0.06990123952539296, "him": 0.3648380532830907, "his": 0.29493681375769776}, "streets": {"him - his": 0.05795312288796295, "him": 0.3416797725119788, "his": 0.28372664962401584}, "strictly": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "striking": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "stroke": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "strong": {"him - his": 0.09628097956644982, "him": 0.36922331655267404, "his": 0.2729423369862242}, "strongly": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "struggles": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "students": {"him - his": 0.037245169298509295, "him": 0.3237023689415068, "his": 0.2864571996429975}, "studied": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "studies": {"him - his": 0.0702076665452589, "him": 0.3607176150548357, "his": 0.2905099485095768}, "stuff": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "stumbled": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "style": {"him - his": 0.03725093895559556, "him": 0.3802114494516937, "his": 0.34296051049609816}, "subdued": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "subject": {"him - his": 0.07700985579789471, "him": 0.38928799705529893, "his": 0.3122781412574042}, "submission": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "submitting": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "subtrigonal": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "subversive": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "subway": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "success": {"him - his": 0.019183336435454834, "him": 0.3416797725119788, "his": 0.32249643607652395}, "succession": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "such": {"him - his": 0.02854128039181808, "him": 0.38783979097472465, "his": 0.35929851058290657}, "sudden": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "suffer": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "suffering": {"him - his": 0.03541107112065339, "him": 0.3626560671674416, "his": 0.3272449960467882}, "sufficiently": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "suggested": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "suggests": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "suicide": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "sullen": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "sullivan": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "sunday": {"him - his": 0.03612471034057957, "him": 0.3475944092848278, "his": 0.31146969894424825}, "superstar": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "supplying": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "support": {"him - his": -0.0913681705390702, "him": 0.2542930051599047, "his": 0.3456611756989749}, "supporters": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "supportive": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "supposed": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "suppress": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "suppression": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "sure": {"him - his": 0.02129525531508536, "him": 0.35733220495222257, "his": 0.3360369496371372}, "surgeon": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "surpassed": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "surprise": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "surprised": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "surprising": {"him - his": 0.08667010590838597, "him": 0.3475944092848278, "his": 0.26092430337644185}, "surrounds": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "surveillance": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "susan": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "suspect": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "suspected": {"him - his": 0.03459335861640933, "him": 0.2891281053031454, "his": 0.2545347466867361}, "suspend": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "swamps": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "swarm": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "swarming": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "sweet": {"him - his": 0.08958865641238228, "him": 0.38688431398550105, "his": 0.29729565757311877}, "swim": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "swoop": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "syrian": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "system": {"him - his": 0.03953071598217639, "him": 0.3781480339154742, "his": 0.3386173179332978}, "t": {"him - his": 0.016389049910659648, "him": 0.3627725031365892, "his": 0.34638345322592956}, "tables": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "tackle": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "take": {"him - his": 0.0059934713400496276, "him": 0.3223185170883703, "his": 0.31632504574832065}, "taken": {"him - his": 0.041770442588844936, "him": 0.3716338984440734, "his": 0.32986345585522847}, "takes": {"him - his": 0.09020384935654147, "him": 0.3802114494516937, "his": 0.29000760009515225}, "takeshi": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "taking": {"him - his": 0.05065167170410001, "him": 0.37747416959650304, "his": 0.32682249789240303}, "talent": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "talented": {"him - his": 0.0046684063554121025, "him": 0.32160902634613486, "his": 0.31694061999072276}, "talks": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "tamsulosin": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "tank": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "tasman": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "tatum": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "taxes": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "taxi": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "taxis": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "teach": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "teacher": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "team": {"him - his": -0.07262725021850014, "him": 0.23219588386211493, "his": 0.30482313408061507}, "teammates": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "teams": {"him - his": 0.06375964714697885, "him": 0.37200995164093575, "his": 0.3082503044939569}, "tear": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "technique": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "techniques": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "technological": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "technologies": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "technology": {"him - his": 0.02004818377514822, "him": 0.3168068616436382, "his": 0.29675867786849}, "teens": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "tehran": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "telekinesis": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "telephonic": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "tell": {"him - his": 0.019672527731199152, "him": 0.3275744915129696, "his": 0.3079019637817704}, "telling": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "temperament": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "tend": {"him - his": 0.00490445024075975, "him": 0.3109188704763041, "his": 0.30601442023554437}, "tends": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "term": {"him - his": 0.07766505293531067, "him": 0.38156002661935867, "his": 0.303894973684048}, "terms": {"him - his": 0.03459335861640933, "him": 0.2891281053031454, "his": 0.2545347466867361}, "terrible": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "terrified": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "terrifying": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "terror": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "terrorism": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "terrorist": {"him - his": 0.0831662073564158, "him": 0.26335980734880843, "his": 0.18019359999239262}, "terrorists": {"him - his": 0.081537515447661, "him": 0.2891281053031454, "his": 0.20759058985548443}, "test": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "than": {"him - his": 0.03249779968223898, "him": 0.3625010218357395, "his": 0.33000322215350053}, "thanapob": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "thank": {"him - his": 0.05795312288796295, "him": 0.3416797725119788, "his": 0.28372664962401584}, "thanks": {"him - his": 0.07048669951890013, "him": 0.3569438991618976, "his": 0.2864571996429975}, "that": {"him - his": 0.03863859689148513, "him": 0.3582756463227733, "his": 0.3196370494312882}, "the": {"him - his": 0.030552336743539854, "him": 0.2563281507906438, "his": 0.22577581404710395}, "theatre": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "their": {"him - his": 0.030319624960727543, "him": 0.375945413994322, "his": 0.3456257890335945}, "them": {"him - his": 0.04365041069910186, "him": 0.39909505455889493, "his": 0.3554446438597931}, "themed": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "themselves": {"him - his": 0.0384463754648281, "him": 0.3569438991618976, "his": 0.3184975236970695}, "then": {"him - his": 0.06828485983926985, "him": 0.44353789329482274, "his": 0.3752530334555529}, "theories": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "theory": {"him - his": 0.03541107112065339, "him": 0.3626560671674416, "his": 0.3272449960467882}, "there": {"him - his": 0.026066126530858602, "him": 0.3856265237990586, "his": 0.3595603972682}, "these": {"him - his": 0.0269113182138348, "him": 0.3777523842698447, "his": 0.3508410660560099}, "they": {"him - his": 0.04791439715302931, "him": 0.3758232292630589, "his": 0.3279088321100296}, "thickness": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "thieves": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "thimble": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "thing": {"him - his": 0.05211213460636632, "him": 0.35527089366493597, "his": 0.30315875905856965}, "things": {"him - his": 0.0506879037061696, "him": 0.4106844249330861, "his": 0.3599965212269165}, "think": {"him - his": 0.02629896553715466, "him": 0.35215058777235864, "his": 0.325851622235204}, "thinkers": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "thinking": {"him - his": 0.018979189326689294, "him": 0.3475944092848278, "his": 0.3286152199581385}, "third": {"him - his": 0.05442285652580453, "him": 0.33441362401540703, "his": 0.2799907674896025}, "thirty": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "this": {"him - his": 0.01793055281425665, "him": 0.3917695825083448, "his": 0.37383902969408817}, "thorny": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "those": {"him - his": 0.03715021040357924, "him": 0.35098520768931935, "his": 0.3138349972857401}, "though": {"him - his": -0.0036309865831382626, "him": 0.3224943982920842, "his": 0.32612538487522247}, "thought": {"him - his": 0.015617401922752683, "him": 0.3301157387850733, "his": 0.3144983368623206}, "thoughts": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "thousands": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "three": {"him - his": 0.04233476119975926, "him": 0.36170213064307527, "his": 0.319367369443316}, "thrilled": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "thrives": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "through": {"him - his": 0.025836263535804593, "him": 0.38087621668196087, "his": 0.3550399531461563}, "throughout": {"him - his": 0.07045439719102736, "him": 0.39792698832521645, "his": 0.3274725911341891}, "throw": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "throws": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "thunder": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "thursday": {"him - his": 0.13067643712347754, "him": 0.3729275265454912, "his": 0.24225108942201368}, "tickets": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "tien": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "ties": {"him - his": 0.057158536951528394, "him": 0.35445419452464716, "his": 0.29729565757311877}, "tile": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "time": {"him - his": 0.049877892595040385, "him": 0.4322010380464142, "his": 0.3823231454513738}, "times": {"him - his": 0.02668266378599221, "him": 0.3367125688645452, "his": 0.310029905078553}, "timing": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "tiptoeing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "tired": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "titled": {"him - his": 0.0046684063554121025, "him": 0.32160902634613486, "his": 0.31694061999072276}, "titles": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "to": {"him - his": 0.03117292742127198, "him": 0.3229552216550599, "his": 0.29178229423378793}, "today": {"him - his": 0.020355542007460703, "him": 0.3080375914720274, "his": 0.2876820494645667}, "together": {"him - his": -0.012378227277132947, "him": 0.34166614691764025, "his": 0.3540443741947732}, "toiled": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "told": {"him - his": 0.031030712057948218, "him": 0.34608986338490916, "his": 0.31505915132696094}, "toll": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "tom": {"him - his": 0.005528023101677493, "him": 0.2837233462243989, "his": 0.2781953231227214}, "tomorrow": {"him - his": 0.058273586862120474, "him": 0.33646890998484186, "his": 0.2781953231227214}, "tone": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "tongue": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "tonkotsu": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "too": {"him - his": 0.05210474963047007, "him": 0.35470321675934646, "his": 0.3025984671288764}, "took": {"him - his": 0.06523682031870187, "him": 0.3513919472087444, "his": 0.2861551268900425}, "tool": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "top": {"him - his": 0.05246605731976933, "him": 0.3495611764621815, "his": 0.29709511914241216}, "torn": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "tortured": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "touch": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "tough": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "tour": {"him - his": 0.08219539891323166, "him": 0.2788873329423101, "his": 0.19669193402907845}, "tours": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "toward": {"him - his": 0.019932103660497358, "him": 0.3201282527820519, "his": 0.30019614912155457}, "towards": {"him - his": 0.06874175050744546, "him": 0.3802114494516937, "his": 0.31146969894424825}, "town": {"him - his": 0.00665385102259361, "him": 0.23789861248630093, "his": 0.23124476146370732}, "toxic": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "toy": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "track": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "tracks": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "trade": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "traded": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "traditional": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "traffic": {"him - his": 0.05758680918967557, "him": 0.3475944092848278, "his": 0.29000760009515225}, "trail": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "train": {"him - his": 0.056641646931897216, "him": 0.3626560671674416, "his": 0.30601442023554437}, "training": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "transferred": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "transgressive": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "transporting": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "trauma": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "travel": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "travelling": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "treated": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "treatment": {"him - his": 0.03588688281182725, "him": 0.25713496518615164, "his": 0.2212480823743244}, "tremble": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "trends": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "tried": {"him - his": 0.026121495045610676, "him": 0.3502209476396933, "his": 0.3240994525940826}, "tries": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "trigger": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "trimmed": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "trimmings": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "trips": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "trivia": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "troops": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "tropics": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "trouble": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "trucks": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "true": {"him - his": 0.05067544278128511, "him": 0.3781480339154742, "his": 0.3274725911341891}, "truly": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "trump": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "trust": {"him - his": 0.03640340958190297, "him": 0.3416797725119788, "his": 0.3052763629300758}, "truth": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "try": {"him - his": -0.007399046380771268, "him": 0.3237023689415068, "his": 0.33110141532227805}, "trying": {"him - his": -0.0071965757435140665, "him": 0.3107872740400809, "his": 0.31798384978359495}, "tugged": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "tumultuous": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "turbat": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "turbulence": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "turn": {"him - his": 0.0624923678317682, "him": 0.38928799705529893, "his": 0.3267956292235307}, "turned": {"him - his": 0.03640340958190297, "him": 0.3416797725119788, "his": 0.3052763629300758}, "turns": {"him - his": 0.08884381979032452, "him": 0.3948582400258689, "his": 0.30601442023554437}, "turp": {"him - his": 0.08113642594144538, "him": 0.295266888374402, "his": 0.21413046243295664}, "tweeted": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "twenty": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "twitter": {"him - his": -0.03338406509824421, "him": 0.251603515870911, "his": 0.2849875809691552}, "two": {"him - his": 0.026954997081747423, "him": 0.35676131084691726, "his": 0.32980631376516983}, "tyler": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "type": {"him - his": 0.05758680918967557, "him": 0.3475944092848278, "his": 0.29000760009515225}, "typhoon": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "u": {"him - his": 0.08403245892643013, "him": 0.24904996938961999, "his": 0.16501751046318985}, "ugly": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "ultimately": {"him - his": 0.08884381979032452, "him": 0.3948582400258689, "his": 0.30601442023554437}, "unable": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "unanmed": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "unbearded": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "unbiased": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "unbridled": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "uncalm": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "uncertainty": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "unchecked": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "unclassified": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "uncommunicative": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "unconstitutional": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "uncredited": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "under": {"him - his": 0.027346487060066427, "him": 0.3207560272402486, "his": 0.29340954018018217}, "underarm": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "undercover": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "undergo": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "underground": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "underlying": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "undermined": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "underrated": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "understand": {"him - his": 0.005746903952942861, "him": 0.27450570157661053, "his": 0.26875879762366767}, "understanding": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "understood": {"him - his": 0.08789677733325951, "him": 0.4048373973239823, "his": 0.31694061999072276}, "undertake": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "undone": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "unending": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "unenticing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "unfair": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "unfortunate": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "unfortunately": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "unidentified": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "uniform": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "uniforms": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "unimaginable": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "unite": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "united": {"him - his": 0.005292734258769249, "him": 0.3201282527820519, "his": 0.3148355185232827}, "unless": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "unlit": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "unpleasant": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "unpredictable": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "unrest": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "unruly": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "unsettled": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "unsolved": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "unstated": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "until": {"him - his": 0.05795312288796295, "him": 0.3416797725119788, "his": 0.28372664962401584}, "unto": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "unwanted": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "unwelcome": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "unwritten": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "up": {"him - his": 0.05886331231054759, "him": 0.4135618978716302, "his": 0.35469858556108264}, "upcoming": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "update": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "upheaval": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "upon": {"him - his": 0.03541107112065339, "him": 0.3626560671674416, "his": 0.3272449960467882}, "uppity": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "upset": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "uranium": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "urged": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "urolithiasis": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "us": {"him - his": 0.019157417291208623, "him": 0.34516463576618117, "his": 0.32600721847497255}, "usd": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "use": {"him - his": 0.06583815373411384, "him": 0.3428427324427178, "his": 0.27700457870860395}, "used": {"him - his": 0.0317021815310618, "him": 0.33158685890331807, "his": 0.29988467737225627}, "useful": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "users": {"him - his": 0.005746903952942861, "him": 0.27450570157661053, "his": 0.26875879762366767}, "uses": {"him - his": -0.016097337869896367, "him": 0.2837233462243989, "his": 0.29982068409429524}, "using": {"him - his": -0.04817024427189387, "him": 0.251603515870911, "his": 0.2997737601428049}, "usual": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "usually": {"him - his": 0.0871450258252427, "him": 0.3416797725119788, "his": 0.2545347466867361}, "utah": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "v": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "vale": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "valid": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "valuable": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "value": {"him - his": 0.03434258499796017, "him": 0.295266888374402, "his": 0.26092430337644185}, "valued": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "various": {"him - his": 0.03518735449859797, "him": 0.27450570157661053, "his": 0.23931834707801256}, "varying": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "vast": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "ve": {"him - his": -0.08307617554899793, "him": 0.22386383182161151, "his": 0.30694000737060945}, "vehicle": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "vehicles": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "venezuelans": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "venture": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "verbally": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "verne": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "version": {"him - his": 0.005746903952942861, "him": 0.27450570157661053, "his": 0.26875879762366767}, "verumontanum": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "very": {"him - his": 0.023811072280974177, "him": 0.379617455844215, "his": 0.35580638356324085}, "via": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "vice": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "vicious": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "victims": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "victor": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "videos": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "view": {"him - his": -0.01604948081538765, "him": 0.2788873329423101, "his": 0.29493681375769776}, "vigorous": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "villagers": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "violate": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "violated": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "violence": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "violent": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "virginia": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "virginity": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "visible": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "vision": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "visions": {"him - his": 0.08066455964023919, "him": 0.30239205356945875, "his": 0.22172749392921956}, "visit": {"him - his": 0.058273586862120474, "him": 0.33646890998484186, "his": 0.2781953231227214}, "vlogs": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "voice": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "voters": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "vulnerable": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "waaay": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "wade": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "wafa": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "waiting": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "waived": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "waives": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "walk": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "walked": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "walking": {"him - his": 0.055986906554768456, "him": 0.3729275265454912, "his": 0.31694061999072276}, "wall": {"him - his": 0.03534941985755105, "him": 0.2704959095759807, "his": 0.23514648971842964}, "walls": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "wander": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "want": {"him - his": 0.005338404285243514, "him": 0.33441362401540703, "his": 0.3290752197301635}, "wanted": {"him - his": 0.07048669951890013, "him": 0.3569438991618976, "his": 0.2864571996429975}, "wanting": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "wants": {"him - his": 0.0691788890146599, "him": 0.3744552519447357, "his": 0.3052763629300758}, "war": {"him - his": 0.006601551707223319, "him": 0.23994537458284973, "his": 0.2333438228756264}, "warfarin": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "warm": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "warning": {"him - his": 0.08354637652880731, "him": 0.25713496518615164, "his": 0.17358858865734433}, "warrant": {"him - his": 0.09046162300735572, "him": 0.29835905867507784, "his": 0.20789743566772212}, "warrants": {"him - his": 0.081537515447661, "him": 0.2891281053031454, "his": 0.20759058985548443}, "wars": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "was": {"him - his": 0.052437460465933006, "him": 0.3937274501961415, "his": 0.3412899897302085}, "wasn": {"him - his": 0.005292734258769249, "him": 0.3201282527820519, "his": 0.3148355185232827}, "waste": {"him - his": -0.04810109049303557, "him": 0.26014921400092134, "his": 0.3082503044939569}, "watched": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "watchful": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "watching": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "water": {"him - his": 0.0055948354135487155, "him": 0.3080375914720274, "his": 0.3024427560584787}, "waterstones": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "wausau": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "wave": {"him - his": 0.03576597320612293, "him": 0.26014921400092134, "his": 0.2243832407947984}, "waves": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "way": {"him - his": 0.02243331077345112, "him": 0.3759702327140087, "his": 0.3535369219405576}, "ways": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "wcc10": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "we": {"him - his": 0.03322818614386197, "him": 0.3626112982352468, "his": 0.3293831120913848}, "weakest": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "weapons": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "wears": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "weaselled": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "weaving": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "web": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "website": {"him - his": 0.005528023101677493, "him": 0.2837233462243989, "his": 0.2781953231227214}, "websites": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "wee": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "week": {"him - his": -0.01831187108603055, "him": 0.29835905867507784, "his": 0.3166709297611084}, "weigh": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "weight": {"him - his": 0.09435118329760117, "him": 0.38928799705529893, "his": 0.29493681375769776}, "weirdly": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "well": {"him - his": -0.011988000073620941, "him": 0.3430267049227425, "his": 0.35501470499636345}, "wells": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "went": {"him - his": 0.07074296357436027, "him": 0.35345965285959846, "his": 0.2827166892852382}, "were": {"him - his": 0.06444553353357707, "him": 0.3872046125261142, "his": 0.32275907899253714}, "weren": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "west": {"him - his": -0.04812682724202472, "him": 0.25713496518615164, "his": 0.30526179242817636}, "westbrook": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "westerberg": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "western": {"him - his": 0.03612471034057957, "him": 0.3475944092848278, "his": 0.31146969894424825}, "what": {"him - his": 0.03901252298467178, "him": 0.37231676204406405, "his": 0.33330423905939227}, "whatever": {"him - his": 0.08113642594144538, "him": 0.295266888374402, "his": 0.21413046243295664}, "when": {"him - his": 0.037538951670706644, "him": 0.3869011691955603, "his": 0.34936221752485364}, "where": {"him - his": 0.039354801586276744, "him": 0.3898562151097112, "his": 0.35050141352343445}, "whereabouts": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "whether": {"him - his": 0.07195643187007378, "him": 0.3367125688645452, "his": 0.2647561369944714}, "which": {"him - his": 0.027608742414791054, "him": 0.3826893065501287, "his": 0.3550805641353377}, "while": {"him - his": 0.05704898399529379, "him": 0.4069918457201466, "his": 0.34994286172485284}, "whiled": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "whilst": {"him - his": 0.03325707287175267, "him": 0.32160902634613486, "his": 0.2883519534743822}, "whim": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "whispers": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "white": {"him - his": 0.039087388125889855, "him": 0.3443491805540662, "his": 0.30526179242817636}, "who": {"him - his": 0.032858143963613806, "him": 0.4102394607422817, "his": 0.3773813167786679}, "whole": {"him - his": 0.07735276577178712, "him": 0.38525472955355755, "his": 0.3079019637817704}, "whom": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "whose": {"him - his": 0.069561198091668, "him": 0.36938188218596324, "his": 0.29982068409429524}, "why": {"him - his": 0.05774380098321896, "him": 0.39515821327668726, "his": 0.3374144122934683}, "wicked": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "wife": {"him - his": -0.03334833158373651, "him": 0.295266888374402, "his": 0.3286152199581385}, "will": {"him - his": 0.016962950982999103, "him": 0.3623497370174371, "his": 0.345386786034438}, "willing": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "win": {"him - his": 0.058273586862120474, "him": 0.33646890998484186, "his": 0.2781953231227214}, "window": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "windows": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "wing": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "winked": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "winner": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "winning": {"him - his": 0.005008020459721041, "him": 0.33180364968325177, "his": 0.3267956292235307}, "wins": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "wisdom": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "wise": {"him - his": -0.016326125570484074, "him": 0.3109188704763041, "his": 0.3272449960467882}, "wish": {"him - his": 0.07833801619067193, "him": 0.3361248205082348, "his": 0.25778680431756285}, "wished": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "with": {"him - his": 0.018983589246134525, "him": 0.3773712888552096, "his": 0.35838769960907507}, "within": {"him - his": 0.0397038023666596, "him": 0.37497588883375993, "his": 0.3352720864671003}, "without": {"him - his": 0.041770442588844936, "him": 0.3716338984440734, "his": 0.32986345585522847}, "woman": {"him - his": 0.08009091779905989, "him": 0.3109188704763041, "his": 0.23082795267724424}, "won": {"him - his": 0.0055948354135487155, "him": 0.3080375914720274, "his": 0.3024427560584787}, "wonder": {"him - his": 0.057158536951528394, "him": 0.35445419452464716, "his": 0.29729565757311877}, "wondered": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "wonderful": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "word": {"him - his": 0.03639960974090917, "him": 0.24429704540863129, "his": 0.20789743566772212}, "words": {"him - his": 0.03518735449859797, "him": 0.27450570157661053, "his": 0.23931834707801256}, "work": {"him - his": -0.017402725898009508, "him": 0.35215058777235864, "his": 0.36955331367036814}, "works": {"him - his": -0.06079689284407219, "him": 0.26014921400092134, "his": 0.32094610684499353}, "world": {"him - his": 0.026436354467238077, "him": 0.36791824997831774, "his": 0.34148189551107966}, "worldcat": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "worried": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "worries": {"him - his": 0.08338223298714514, "him": 0.3868546813352889, "his": 0.30347244834814374}, "worrisome": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "worry": {"him - his": 0.058273586862120474, "him": 0.33646890998484186, "his": 0.2781953231227214}, "worse": {"him - his": 0.052276644803350425, "him": 0.36938188218596324, "his": 0.3171052373826128}, "worsening": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "worth": {"him - his": 0.08113642594144538, "him": 0.295266888374402, "his": 0.21413046243295664}, "would": {"him - his": 0.02520127420285817, "him": 0.3491215605811266, "his": 0.3239202863782684}, "write": {"him - his": 0.03369943699593314, "him": 0.3109188704763041, "his": 0.277219433480371}, "writers": {"him - his": 0.005096395996339986, "him": 0.30239205356945875, "his": 0.29729565757311877}, "writes": {"him - his": 0.034050477000212354, "him": 0.30239205356945875, "his": 0.2683415765692464}, "writing": {"him - his": -0.03336833077337853, "him": 0.2891281053031454, "his": 0.32249643607652395}, "written": {"him - his": -0.016202810569846238, "him": 0.295266888374402, "his": 0.31146969894424825}, "wrong": {"him - his": 0.13182811449019735, "him": 0.3626560671674416, "his": 0.23082795267724424}, "wrote": {"him - his": 0.038624134336315785, "him": 0.35345965285959846, "his": 0.3148355185232827}, "x": {"him - his": 0.005528023101677493, "him": 0.2837233462243989, "his": 0.2781953231227214}, "yacht": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "year": {"him - his": 0.00021795490684095586, "him": 0.3130122338797727, "his": 0.31279427897293177}, "years": {"him - his": 0.047532600177598694, "him": 0.39286670635093446, "his": 0.34533410617333576}, "yelled": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "yes": {"him - his": 0.005259288279249763, "him": 0.295266888374402, "his": 0.29000760009515225}, "yet": {"him - his": 0.02112266686561437, "him": 0.3617388727048475, "his": 0.34061620583923313}, "yo": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "yoing": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "york": {"him - his": 0.039700783460791034, "him": 0.33221784749982564, "his": 0.2925170640390346}, "yorker": {"him - his": 0.08457557307110902, "him": 0.3729275265454912, "his": 0.2883519534743822}, "you": {"him - his": 0.04910613748200443, "him": 0.3582746195224011, "his": 0.30916848204039665}, "young": {"him - his": 0.05006302575801769, "him": 0.38657698512865313, "his": 0.33651395937063544}, "younger": {"him - his": 0.03265237216009104, "him": 0.3361248205082348, "his": 0.30347244834814374}, "your": {"him - his": 0.04592628301730761, "him": 0.3560443623329419, "his": 0.3101180793156343}, "youtube": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "yrs": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "zarif": {"him - his": 0.07935793692412119, "him": 0.32160902634613486, "his": 0.24225108942201368}, "zone": {"him - his": 0.08219539891323166, "him": 0.2788873329423101, "his": 0.19669193402907845}, "\u03c0": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}, "\u7f57\u70bd\u6cfd": {"him - his": 0.07663194557532493, "him": 0.35955182217277387, "his": 0.28291987659744894}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-him-man.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-him-man.json new file mode 100644 index 0000000000000000000000000000000000000000..3fbb71a3989f648c88c827c1d41856a74fb0dc26 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-him-man.json @@ -0,0 +1 @@ +{"0": {"him - man": 0.02375435663184039, "him": 0.2756211058471189, "man": 0.2518667492152785}, "000": {"him - man": -0.06550280131320518, "him": 0.3080375914720274, "man": 0.3735403927852326}, "1": {"him - man": -0.0830166035659296, "him": 0.2814454948081398, "man": 0.3644620983740694}, "10": {"him - man": -0.0075309695649146136, "him": 0.34608986338490916, "man": 0.35362083294982377}, "12": {"him - man": -0.02935689069416514, "him": 0.26335980734880843, "man": 0.29271669804297357}, "14": {"him - man": 0.02414573857490515, "him": 0.3275744915129696, "man": 0.3034287529380644}, "15": {"him - man": 0.04734973467894438, "him": 0.39481143200771773, "man": 0.34746169732877336}, "15th": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "16": {"him - man": -0.06411368644037319, "him": 0.3275744915129696, "man": 0.39168817795334276}, "17": {"him - man": -0.09105063390293122, "him": 0.3080375914720274, "man": 0.39908822537495864}, "18": {"him - man": 0.024198256560379328, "him": 0.3416797725119788, "man": 0.31748151595159946}, "19": {"him - man": -0.029223161450357915, "him": 0.26679635696049425, "man": 0.29601951841085217}, "1904": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "1986": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "19th": {"him - man": -0.028353410648454036, "him": 0.2891281053031454, "man": 0.31748151595159946}, "2": {"him - man": -0.05599367892901358, "him": 0.3223185170883703, "man": 0.37831219601738386}, "20": {"him - man": -0.030791071469429998, "him": 0.3137026702107983, "man": 0.3444937416802283}, "2003": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "2004": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "2006": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "2010": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "2012": {"him - man": 0.024198256560379328, "him": 0.3416797725119788, "man": 0.31748151595159946}, "2016": {"him - man": -0.031555424823332845, "him": 0.38525472955355755, "man": 0.4168101543768904}, "2019t": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "21": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "21st": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "22": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "24": {"him - man": -0.08211389140946429, "him": 0.2891281053031454, "man": 0.3712419967126097}, "25th": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "29": {"him - man": -0.06309372124708418, "him": 0.3416797725119788, "man": 0.40477349375906296}, "2nd": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "3": {"him - man": 0.012641861420016054, "him": 0.35470321675934646, "man": 0.3420613553393304}, "30": {"him - man": -0.031149653195721716, "him": 0.3569438991618976, "man": 0.38809355235761933}, "300": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "33": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "335032the": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "37": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "3rd": {"him - man": -0.030568215967256562, "him": 0.23219588386211493, "man": 0.2627640998293715}, "4": {"him - man": -0.013407830033015655, "him": 0.3602232081582061, "man": 0.37363103819122173}, "400": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "5": {"him - man": -0.03544616810147044, "him": 0.33997142023886123, "man": 0.3754175883403317}, "51": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "58": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "6": {"him - man": -0.07405141213947897, "him": 0.32023054958207625, "man": 0.3942819617215552}, "60": {"him - man": -0.028353410648454036, "him": 0.2891281053031454, "man": 0.31748151595159946}, "600": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "67": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "6moy": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "6th": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "7": {"him - man": -0.09212737519829595, "him": 0.29620667292525893, "man": 0.3883340481235549}, "76ers": {"him - man": -0.02863940463088266, "him": 0.3626560671674416, "man": 0.39129547179832425}, "7th": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "8": {"him - man": -0.07925270662069844, "him": 0.32616069670969583, "man": 0.4054134033303943}, "80s": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "9": {"him - man": -0.030352109026043128, "him": 0.3237023689415068, "man": 0.3540544779675499}, "93": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "a": {"him - man": -0.04634180125438442, "him": 0.32444323242934936, "man": 0.3707850336837338}, "abilities": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "ability": {"him - man": 0.0033148936322280886, "him": 0.3802114494516937, "man": 0.37689655581946563}, "able": {"him - man": -0.05776446467124624, "him": 0.3367125688645452, "man": 0.39447703353579144}, "about": {"him - man": -0.03116824715386174, "him": 0.3770285398407376, "man": 0.4081967869945993}, "absolutely": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "absorbed": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "abul": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "acceptance": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "accord": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "according": {"him - man": -0.03275223238066305, "him": 0.26894683778837636, "man": 0.3016990701690394}, "accused": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "achieve": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "achieved": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "acknowledging": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "acquiescence": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "across": {"him - man": -0.028564026103533646, "him": 0.2837233462243989, "man": 0.3122873723279325}, "act": {"him - man": -0.032221795272838694, "him": 0.37200995164093575, "man": 0.40423174691377445}, "action": {"him - man": -0.030509036931620714, "him": 0.3201282527820519, "man": 0.35063728971367264}, "actions": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "actor": {"him - man": -0.028353410648454036, "him": 0.2891281053031454, "man": 0.31748151595159946}, "acts": {"him - man": -0.08253683630540892, "him": 0.2837233462243989, "man": 0.3662601825298078}, "actual": {"him - man": -0.08106252434491723, "him": 0.30239205356945875, "man": 0.383454577914376}, "actually": {"him - man": -0.006713656408058932, "him": 0.37497588883375993, "man": 0.38168954524181886}, "acute": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "addition": {"him - man": -0.02907916392816734, "him": 0.2704959095759807, "man": 0.299575073504148}, "additional": {"him - man": -0.029996272427277704, "him": 0.33180364968325177, "man": 0.36179992211052947}, "address": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "adds": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "admins": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "admits": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "ads": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "advanced": {"him - man": -0.028564026103533646, "him": 0.2837233462243989, "man": 0.3122873723279325}, "adversaries": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "advertisements": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "affectation": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "afloat": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "afraid": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "african": {"him - man": -0.06784237406363297, "him": 0.27421898127569744, "man": 0.3420613553393304}, "after": {"him - man": -0.01888392943335654, "him": 0.4091895439173967, "man": 0.42807347335075324}, "aftermath": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "afterthought": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "again": {"him - man": -0.007082725915010246, "him": 0.3617388727048475, "man": 0.36882159861985775}, "against": {"him - man": 0.10455591143793813, "him": 0.34739199752263766, "man": 0.24283608608469953}, "age": {"him - man": -0.08325084524984133, "him": 0.27450570157661053, "man": 0.35775654682645186}, "agencies": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "agent": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "aggressive": {"him - man": -0.02863940463088266, "him": 0.3626560671674416, "man": 0.39129547179832425}, "ago": {"him - man": -0.032109029755312546, "him": 0.3367125688645452, "man": 0.36882159861985775}, "agree": {"him - man": -0.02863940463088266, "him": 0.3626560671674416, "man": 0.39129547179832425}, "agrees": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "ahead": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "aid": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "aides": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "aids": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "air": {"him - man": 0.024090163600664627, "him": 0.3168068616436382, "man": 0.29271669804297357}, "al": {"him - man": -0.08291258916821936, "him": 0.2788873329423101, "man": 0.36179992211052947}, "alarmed": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "alcohol": {"him - man": -0.029562224200630927, "him": 0.3416797725119788, "man": 0.3712419967126097}, "alien": {"him - man": 0.024163901819188982, "him": 0.33180364968325177, "man": 0.3076397478640628}, "alienation": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "aliens": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "all": {"him - man": -0.025256533977771667, "him": 0.39688691395063586, "man": 0.4221434479284075}, "alliances": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "allies": {"him - man": -0.02818706794635223, "him": 0.3729275265454912, "man": 0.40111459449184345}, "allow": {"him - man": 0.003429736071125067, "him": 0.38688431398550105, "man": 0.383454577914376}, "allowed": {"him - man": 0.024198256560379328, "him": 0.3416797725119788, "man": 0.31748151595159946}, "almost": {"him - man": -0.0016705785671238815, "him": 0.42034521702464195, "man": 0.42201579559176583}, "alone": {"him - man": 0.02423369916152185, "him": 0.3626560671674416, "man": 0.33842236800591974}, "along": {"him - man": 0.0038460484591332222, "him": 0.3818933461962038, "man": 0.3780472977370706}, "alpha": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "already": {"him - man": -0.03232199993332047, "him": 0.33221784749982564, "man": 0.3645398474331461}, "also": {"him - man": -0.05105018764092467, "him": 0.35759356620179117, "man": 0.40864375384271584}, "although": {"him - man": -0.032959595435242905, "him": 0.35733220495222257, "man": 0.39029180038746547}, "always": {"him - man": -0.0582183093384816, "him": 0.3301157387850733, "man": 0.3883340481235549}, "am": {"him - man": -0.01251124024630551, "him": 0.38657698512865313, "man": 0.39908822537495864}, "amazon": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "america": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "american": {"him - man": -0.08498488906401969, "him": 0.251603515870911, "man": 0.3365884049349307}, "americans": {"him - man": -0.029000383389728823, "him": 0.35445419452464716, "man": 0.383454577914376}, "among": {"him - man": -0.16827802797028085, "him": 0.23219588386211493, "man": 0.4004739118323958}, "amorphous": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "amount": {"him - man": 0.024198256560379328, "him": 0.3416797725119788, "man": 0.31748151595159946}, "an": {"him - man": -0.06532598639412757, "him": 0.39076090804824204, "man": 0.4560868944423696}, "anchor": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "and": {"him - man": -0.04204372526929295, "him": 0.3187018637878701, "man": 0.36074558905716303}, "andrew": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "angeles": {"him - man": -0.0289230513614539, "him": 0.27450570157661053, "man": 0.3034287529380644}, "anger": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "angle": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "another": {"him - man": 0.03171047370988905, "him": 0.40975777144695963, "man": 0.3780472977370706}, "answer": {"him - man": 0.027474428842718834, "him": 0.39373461137252663, "man": 0.3662601825298078}, "answered": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "anthony": {"him - man": -0.02818706794635223, "him": 0.3729275265454912, "man": 0.40111459449184345}, "anti": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "antigen": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "antoni": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "antonin": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "ants": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "any": {"him - man": 0.022500348363698353, "him": 0.4008125443810822, "man": 0.37831219601738386}, "anyone": {"him - man": -0.006433448399785213, "him": 0.38525472955355755, "man": 0.39168817795334276}, "apparent": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "appear": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "appearance": {"him - man": -0.062157676417540164, "him": 0.35445419452464716, "man": 0.4166118709421873}, "applications": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "apply": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "appreciate": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "appreciates": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "april": {"him - man": 0.05709450985803072, "him": 0.36938188218596324, "man": 0.3122873723279325}, "archived": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "are": {"him - man": -0.04440251269693524, "him": 0.3796714870555045, "man": 0.42407399975243976}, "area": {"him - man": -0.029599045964004145, "him": 0.25713496518615164, "man": 0.2867340111501558}, "areas": {"him - man": -0.08253683630540892, "him": 0.2837233462243989, "man": 0.3662601825298078}, "aren": {"him - man": -0.02907916392816734, "him": 0.2704959095759807, "man": 0.299575073504148}, "arguably": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "argued": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "armed": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "around": {"him - man": -0.022982715325725378, "him": 0.38589855515827054, "man": 0.4088812704839959}, "arrival": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "arrived": {"him - man": 0.024198256560379328, "him": 0.3416797725119788, "man": 0.31748151595159946}, "arse": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "arson": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "arsonist": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "article": {"him - man": -0.028353410648454036, "him": 0.2891281053031454, "man": 0.31748151595159946}, "artists": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "as": {"him - man": -0.0255867027738364, "him": 0.38493140753408395, "man": 0.41051811030792035}, "ash": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "ask": {"him - man": 0.024163901819188982, "him": 0.33180364968325177, "man": 0.3076397478640628}, "asked": {"him - man": 0.0028894211943477077, "him": 0.3569438991618976, "man": 0.3540544779675499}, "aspect": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "aspirin": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "aspirus": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "assembly": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "assessment": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "assign": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "assists": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "associated": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "assume": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "assumptions": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "at": {"him - man": -0.06622675347333873, "him": 0.3809868451694125, "man": 0.44721359864275123}, "atlantic": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "attack": {"him - man": 0.024071656438134803, "him": 0.3137026702107983, "man": 0.2896310137726635}, "attacked": {"him - man": -0.08037660132202012, "him": 0.3109188704763041, "man": 0.39129547179832425}, "attacks": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "attempts": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "attending": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "attract": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "audience": {"him - man": 0.02423369916152185, "him": 0.3626560671674416, "man": 0.33842236800591974}, "audiences": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "august": {"him - man": -0.0289230513614539, "him": 0.27450570157661053, "man": 0.3034287529380644}, "aus": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "australia": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "australians": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "author": {"him - man": -0.029302146534637807, "him": 0.3475944092848278, "man": 0.37689655581946563}, "available": {"him - man": -0.006872911052078601, "him": 0.36922331655267404, "man": 0.37609622760475264}, "avatar": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "averaging": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "award": {"him - man": -0.029562224200630927, "him": 0.3416797725119788, "man": 0.3712419967126097}, "awards": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "away": {"him - man": -0.012237079568879206, "him": 0.39481143200771773, "man": 0.40704851157659694}, "awful": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "ba": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "back": {"him - man": -0.06550294665948803, "him": 0.3536504187704697, "man": 0.41915336542995774}, "bad": {"him - man": -0.11621775046324523, "him": 0.2837233462243989, "man": 0.3999410966876441}, "baggage": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "bail": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "bank": {"him - man": -0.029709569257542423, "him": 0.2542930051599047, "man": 0.28400257441744714}, "barack": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "barely": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "barking": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "barrel": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "bars": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "base": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "based": {"him - man": 0.05774918385826561, "him": 0.3367125688645452, "man": 0.2789633850062796}, "bases": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "basic": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "basically": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "baskervilles": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "basketball": {"him - man": -0.08106252434491723, "him": 0.30239205356945875, "man": 0.383454577914376}, "battle": {"him - man": -0.08211389140946429, "him": 0.2891281053031454, "man": 0.3712419967126097}, "be": {"him - man": -0.03611436380120375, "him": 0.3636439782193068, "man": 0.3997583420205105}, "beak": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "beal": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "beat": {"him - man": -0.08291258916821936, "him": 0.2788873329423101, "man": 0.36179992211052947}, "beaten": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "beauty": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "became": {"him - man": 0.05709450985803072, "him": 0.36938188218596324, "man": 0.3122873723279325}, "because": {"him - man": -0.01841601055759534, "him": 0.34681241199977514, "man": 0.3652284225573705}, "become": {"him - man": -0.012746088872282402, "him": 0.3795904363644022, "man": 0.3923365252366846}, "becomes": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "bee": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "been": {"him - man": -0.032291805704930676, "him": 0.38328689997293414, "man": 0.4155787056778648}, "beer": {"him - man": -0.062157676417540164, "him": 0.35445419452464716, "man": 0.4166118709421873}, "beers": {"him - man": -0.02757325826077356, "him": 0.3868546813352889, "man": 0.41442793959606244}, "bees": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "before": {"him - man": -0.024756731335269677, "him": 0.39697166374229625, "man": 0.42172839507756593}, "began": {"him - man": -0.08410188997996493, "him": 0.26335980734880843, "man": 0.34746169732877336}, "begin": {"him - man": -0.11421981737272857, "him": 0.30239205356945875, "man": 0.4166118709421873}, "beginning": {"him - man": 0.024181537656909335, "him": 0.33646890998484186, "man": 0.3122873723279325}, "behalf": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "behind": {"him - man": 0.0028894211943477077, "him": 0.3569438991618976, "man": 0.3540544779675499}, "being": {"him - man": -0.05075721866545885, "him": 0.3628564651880079, "man": 0.41361368385346675}, "belief": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "believe": {"him - man": -0.06380937164735756, "him": 0.33180364968325177, "man": 0.3956130213306093}, "believed": {"him - man": -0.028353410648454036, "him": 0.2891281053031454, "man": 0.31748151595159946}, "believes": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "believing": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "ben": {"him - man": -0.029000383389728823, "him": 0.35445419452464716, "man": 0.383454577914376}, "bench": {"him - man": -0.028752414921752678, "him": 0.2788873329423101, "man": 0.3076397478640628}, "benign": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "benjamin": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "beset": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "best": {"him - man": -0.023855029866168165, "him": 0.4157888954340425, "man": 0.4396439253002107}, "bet": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "better": {"him - man": -0.07853696240397295, "him": 0.33441362401540703, "man": 0.41295058641938}, "between": {"him - man": -0.008204004016359512, "him": 0.32339334575646017, "man": 0.3315973497728197}, "biden": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "big": {"him - man": -0.032959595435242905, "him": 0.35733220495222257, "man": 0.39029180038746547}, "biggest": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "birds": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "birthday": {"him - man": 0.024213420339741998, "him": 0.3475944092848278, "man": 0.3233809889450858}, "bit": {"him - man": 0.024035017054580277, "him": 0.3080375914720274, "man": 0.28400257441744714}, "black": {"him - man": -0.16400894277160516, "him": 0.26335980734880843, "man": 0.4273687501204136}, "bladder": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "blanchard": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "blare": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "blast": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "blends": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "blessed": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "blessing": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "blocking": {"him - man": -0.08586172347472681, "him": 0.3626560671674416, "man": 0.4485177906421684}, "blogs": {"him - man": 0.056656043449358484, "him": 0.38688431398550105, "man": 0.33022827053614257}, "blond": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "blood": {"him - man": -0.062157676417540164, "him": 0.35445419452464716, "man": 0.4166118709421873}, "bloodshot": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "boat": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "bodies": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "body": {"him - man": 0.024181537656909335, "him": 0.33646890998484186, "man": 0.3122873723279325}, "boogie": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "book": {"him - man": -0.05873961893634949, "him": 0.3224943982920842, "man": 0.3812340172284337}, "books": {"him - man": -0.03146859760212556, "him": 0.3502209476396933, "man": 0.38168954524181886}, "bookshops": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "booze": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "boozer": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "borgen": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "born": {"him - man": -0.08037660132202012, "him": 0.3109188704763041, "man": 0.39129547179832425}, "both": {"him - man": -0.04916925292404517, "him": 0.38561398603205393, "man": 0.4347832389560991}, "bottle": {"him - man": 0.05614227033426522, "him": 0.4048373973239823, "man": 0.34869512698971705}, "bottom": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "bounceback": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "boy": {"him - man": -0.08037660132202012, "him": 0.3109188704763041, "man": 0.39129547179832425}, "bph": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "brahms": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "branch": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "branches": {"him - man": -0.02757325826077356, "him": 0.3868546813352889, "man": 0.41442793959606244}, "brass": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "break": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "breath": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "brett": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "bridges": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "briefly": {"him - man": -0.02757325826077356, "him": 0.3868546813352889, "man": 0.41442793959606244}, "bright": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "brilliant": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "bring": {"him - man": -0.03271104845804007, "him": 0.39189799225665045, "man": 0.4246090407146905}, "brings": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "britain": {"him - man": -0.028353410648454036, "him": 0.2891281053031454, "man": 0.31748151595159946}, "britney": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "brothels": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "brother": {"him - man": 0.056830460506607894, "him": 0.3802114494516937, "man": 0.3233809889450858}, "brought": {"him - man": -0.02979127254496594, "him": 0.33646890998484186, "man": 0.3662601825298078}, "brow": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "brown": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "browser": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "browsing": {"him - man": -0.02757325826077356, "him": 0.3868546813352889, "man": 0.41442793959606244}, "brutal": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "brutally": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "build": {"him - man": -0.11672568838829922, "him": 0.2788873329423101, "man": 0.3956130213306093}, "builder": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "building": {"him - man": -0.028353410648454036, "him": 0.2891281053031454, "man": 0.31748151595159946}, "buildings": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "burgers": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "burke": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "burn": {"him - man": -0.02818706794635223, "him": 0.3729275265454912, "man": 0.40111459449184345}, "burns": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "bus": {"him - man": 0.024071656438134803, "him": 0.3137026702107983, "man": 0.2896310137726635}, "buses": {"him - man": -0.02979127254496594, "him": 0.33646890998484186, "man": 0.3662601825298078}, "bush": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "business": {"him - man": -0.08355856839156922, "him": 0.2704959095759807, "man": 0.3540544779675499}, "but": {"him - man": -0.008498946525834328, "him": 0.3964102930257101, "man": 0.40490923955154445}, "buy": {"him - man": -0.08325084524984133, "him": 0.27450570157661053, "man": 0.35775654682645186}, "by": {"him - man": -0.06680824241010686, "him": 0.37591937850002116, "man": 0.442727620910128}, "c": {"him - man": -0.08457130517676054, "him": 0.25713496518615164, "man": 0.3417062703629122}, "californication": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "call": {"him - man": -0.02907916392816734, "him": 0.2704959095759807, "man": 0.299575073504148}, "called": {"him - man": 0.06488647972828587, "him": 0.3834919366845559, "man": 0.31860545695627}, "came": {"him - man": 0.027509084721427546, "him": 0.35733220495222257, "man": 0.329823120230795}, "campaigns": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "camps": {"him - man": 0.024127295437358753, "him": 0.3237023689415068, "man": 0.299575073504148}, "campus": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "can": {"him - man": -0.01577930558636398, "him": 0.3582790394556447, "man": 0.3740583450420087}, "cancer": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "candidate": {"him - man": -0.08106252434491723, "him": 0.30239205356945875, "man": 0.383454577914376}, "candidates": {"him - man": -0.02863940463088266, "him": 0.3626560671674416, "man": 0.39129547179832425}, "cannot": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "canyon": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "capable": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "capacity": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "captured": {"him - man": -0.02863940463088266, "him": 0.3626560671674416, "man": 0.39129547179832425}, "captures": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "car": {"him - man": -0.06602387049108799, "him": 0.3006077203134288, "man": 0.3666315908045168}, "care": {"him - man": -0.08355856839156922, "him": 0.2704959095759807, "man": 0.3540544779675499}, "careers": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "carlsberg": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "carpet": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "carried": {"him - man": -0.08037660132202012, "him": 0.3109188704763041, "man": 0.39129547179832425}, "cars": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "case": {"him - man": -0.019795175258425557, "him": 0.3966856875603287, "man": 0.41648086281875424}, "catering": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "cats": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "cause": {"him - man": 0.05770808553032386, "him": 0.33912574533004225, "man": 0.2814176597997184}, "caused": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "causing": {"him - man": -0.061550522705485056, "him": 0.3626560671674416, "man": 0.42420658987292664}, "cavaliers": {"him - man": -0.02818706794635223, "him": 0.3729275265454912, "man": 0.40111459449184345}, "ceaseless": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "celtics": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "center": {"him - man": -0.08253683630540892, "him": 0.2837233462243989, "man": 0.3662601825298078}, "central": {"him - man": 0.024181537656909335, "him": 0.33646890998484186, "man": 0.3122873723279325}, "centre": {"him - man": 0.024035017054580277, "him": 0.3080375914720274, "man": 0.28400257441744714}, "century": {"him - man": -0.08517469090563623, "him": 0.24904996938961999, "man": 0.3342246602952562}, "certain": {"him - man": -0.08291258916821936, "him": 0.2788873329423101, "man": 0.36179992211052947}, "certainly": {"him - man": -0.05279247903909179, "him": 0.36922331655267404, "man": 0.42201579559176583}, "challenges": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "change": {"him - man": 0.02398135949371266, "him": 0.3006077203134288, "man": 0.27662636081971614}, "changes": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "chaos": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "chaotic": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "chapter": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "character": {"him - man": -0.06347218670280225, "him": 0.33646890998484186, "man": 0.3999410966876441}, "characterized": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "charged": {"him - man": -0.08106252434491723, "him": 0.30239205356945875, "man": 0.383454577914376}, "charismatic": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "charting": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "checked": {"him - man": 0.05614227033426522, "him": 0.4048373973239823, "man": 0.34869512698971705}, "chief": {"him - man": 0.024181537656909335, "him": 0.33646890998484186, "man": 0.3122873723279325}, "childhood": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "children": {"him - man": 0.02399905289363058, "him": 0.3029624378999102, "man": 0.2789633850062796}, "chimpanzee": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "china": {"him - man": -0.08797154714451824, "him": 0.21024101323602126, "man": 0.2982125603805395}, "chinaman": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "chinese": {"him - man": -0.06464636721501588, "him": 0.3201282527820519, "man": 0.3847746199970678}, "chopin": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "chris": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "church": {"him - man": -0.030497014770981407, "him": 0.2340294594166639, "man": 0.2645264741876453}, "circumstantial": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "cities": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "citizens": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "city": {"him - man": -0.033096136502692275, "him": 0.3158686776863229, "man": 0.34896481418901515}, "civic": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "civilization": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "class": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "classic": {"him - man": -0.11498930163171028, "him": 0.295266888374402, "man": 0.4102561900061123}, "clear": {"him - man": -0.030509036931620714, "him": 0.3201282527820519, "man": 0.35063728971367264}, "clearly": {"him - man": 0.02423369916152185, "him": 0.3626560671674416, "man": 0.33842236800591974}, "cleavage": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "clientele": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "clippers": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "closest": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "club": {"him - man": -0.062157676417540164, "him": 0.35445419452464716, "man": 0.4166118709421873}, "clutchest": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "coach": {"him - man": -0.06464636721501588, "him": 0.3201282527820519, "man": 0.3847746199970678}, "coached": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "coast": {"him - man": -0.030654835685135162, "him": 0.3168068616436382, "man": 0.34746169732877336}, "coastal": {"him - man": 0.024181537656909335, "him": 0.33646890998484186, "man": 0.3122873723279325}, "cold": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "colleagues": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "collection": {"him - man": -0.06411368644037319, "him": 0.3275744915129696, "man": 0.39168817795334276}, "college": {"him - man": -0.08211389140946429, "him": 0.2891281053031454, "man": 0.3712419967126097}, "colorectal": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "columbia": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "com": {"him - man": -0.08434452767930695, "him": 0.26014921400092134, "man": 0.3444937416802283}, "come": {"him - man": -0.05929400528791268, "him": 0.31433703290330905, "man": 0.37363103819122173}, "comes": {"him - man": -0.031913047310087705, "him": 0.3781480339154742, "man": 0.4100610812255619}, "comfort": {"him - man": -0.08037660132202012, "him": 0.3109188704763041, "man": 0.39129547179832425}, "coming": {"him - man": -0.11865628506491488, "him": 0.26014921400092134, "man": 0.3788054990658362}, "commences": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "comment": {"him - man": -0.028564026103533646, "him": 0.2837233462243989, "man": 0.3122873723279325}, "commercials": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "commissionaires": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "commits": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "common": {"him - man": -0.09024164993295875, "him": 0.3168068616436382, "man": 0.40704851157659694}, "commonly": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "community": {"him - man": -0.08498488906401969, "him": 0.251603515870911, "man": 0.3365884049349307}, "company": {"him - man": 0.027502135175298537, "him": 0.3532931405189006, "man": 0.32579100534360206}, "compete": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "complete": {"him - man": -0.06464636721501588, "him": 0.3201282527820519, "man": 0.3847746199970678}, "completed": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "completely": {"him - man": 0.003429736071125067, "him": 0.38688431398550105, "man": 0.383454577914376}, "complex": {"him - man": 0.0030381311725612425, "him": 0.3648380532830907, "man": 0.36179992211052947}, "complicated": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "compromise": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "compulsion": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "computer": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "computers": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "conceivable": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "concerns": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "conclusion": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "condemned": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "conduit": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "conference": {"him - man": -0.030654835685135162, "him": 0.3168068616436382, "man": 0.34746169732877336}, "confess": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "confidence": {"him - man": -0.061550522705485056, "him": 0.3626560671674416, "man": 0.42420658987292664}, "conflict": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "congress": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "consent": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "consequences": {"him - man": -0.02863940463088266, "him": 0.3626560671674416, "man": 0.39129547179832425}, "considered": {"him - man": -0.030918996322831294, "him": 0.3107872740400809, "man": 0.3417062703629122}, "consistent": {"him - man": -0.08037660132202012, "him": 0.3109188704763041, "man": 0.39129547179832425}, "conspiracy": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "constant": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "constantly": {"him - man": 0.0037228028321388273, "him": 0.4048373973239823, "man": 0.40111459449184345}, "constitutional": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "constraints": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "constricted": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "construction": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "content": {"him - man": -0.029562224200630927, "him": 0.3416797725119788, "man": 0.3712419967126097}, "contention": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "contest": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "continue": {"him - man": -0.08106252434491723, "him": 0.30239205356945875, "man": 0.383454577914376}, "continued": {"him - man": 0.08212851550462202, "him": 0.3781480339154742, "man": 0.29601951841085217}, "converging": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "conversations": {"him - man": -0.06078337732236244, "him": 0.3729275265454912, "man": 0.43371090386785366}, "convey": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "convictions": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "convince": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "copy": {"him - man": 0.02423369916152185, "him": 0.3626560671674416, "man": 0.33842236800591974}, "core": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "corner": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "corners": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "cornerstone": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "corp": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "correct": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "corrosive": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "cory": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "cost": {"him - man": 0.024108734371199758, "him": 0.3201282527820519, "man": 0.29601951841085217}, "costing": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "could": {"him - man": -0.018383846944859117, "him": 0.347622106601476, "man": 0.36600595354633514}, "count": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "country": {"him - man": 0.023929496445649012, "him": 0.29414210090526105, "man": 0.27021260445961204}, "county": {"him - man": -0.028353410648454036, "him": 0.2891281053031454, "man": 0.31748151595159946}, "couple": {"him - man": -0.02907916392816734, "him": 0.2704959095759807, "man": 0.299575073504148}, "course": {"him - man": -0.056601428365963435, "him": 0.35345965285959846, "man": 0.4100610812255619}, "court": {"him - man": -0.033168618047306586, "him": 0.31433703290330905, "man": 0.34750565095061564}, "courtesy": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "courthouse": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "cousins": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "cover": {"him - man": -0.08211389140946429, "him": 0.2891281053031454, "man": 0.3712419967126097}, "coverage": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "covers": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "coy": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "cracked": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "crayfish": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "crazy": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "create": {"him - man": -0.028752414921752678, "him": 0.2788873329423101, "man": 0.3076397478640628}, "creating": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "cred": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "credit": {"him - man": 0.024198256560379328, "him": 0.3416797725119788, "man": 0.31748151595159946}, "creepy": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "cried": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "crime": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "crippling": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "crisis": {"him - man": -0.06411368644037319, "him": 0.3275744915129696, "man": 0.39168817795334276}, "criterion": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "critical": {"him - man": -0.08291258916821936, "him": 0.2788873329423101, "man": 0.36179992211052947}, "criticism": {"him - man": -0.02818706794635223, "him": 0.3729275265454912, "man": 0.40111459449184345}, "cross": {"him - man": 0.024127295437358753, "him": 0.3237023689415068, "man": 0.299575073504148}, "crotchety": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "crowded": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "crucial": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "cruise": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "cultivation": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "culture": {"him - man": -0.08355856839156922, "him": 0.2704959095759807, "man": 0.3540544779675499}, "currently": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "cynicism": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "d": {"him - man": -0.032959595435242905, "him": 0.35733220495222257, "man": 0.39029180038746547}, "dai": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "daily": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "daizaemon": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "daizemon": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "dance": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "dancers": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "dangerous": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "dangerously": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "dark": {"him - man": -0.03031824181432724, "him": 0.3744552519447357, "man": 0.40477349375906296}, "data": {"him - man": 0.0580562184745288, "him": 0.3158686776863229, "man": 0.2578124592117941}, "daughter": {"him - man": -0.03018205531348228, "him": 0.3275744915129696, "man": 0.35775654682645186}, "david": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "davis": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "day": {"him - man": 0.03178975381918858, "him": 0.3930366720623754, "man": 0.36124691824318683}, "days": {"him - man": 0.002487908569288988, "him": 0.3367125688645452, "man": 0.3342246602952562}, "dead": {"him - man": 0.002961068228383823, "him": 0.3607176150548357, "man": 0.35775654682645186}, "death": {"him - man": 0.003213255232126011, "him": 0.3744552519447357, "man": 0.3712419967126097}, "decamp": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "decimated": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "decreased": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "dedicated": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "deeper": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "defeat": {"him - man": -0.02863940463088266, "him": 0.3626560671674416, "man": 0.39129547179832425}, "defend": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "defended": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "defense": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "defensive": {"him - man": -0.02818706794635223, "him": 0.3729275265454912, "man": 0.40111459449184345}, "defensively": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "defiant": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "definitely": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "deliberation": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "delight": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "delivered": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "demarcus": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "democratic": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "demographic": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "dengue": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "denied": {"him - man": 0.024163901819188982, "him": 0.33180364968325177, "man": 0.3076397478640628}, "denigrated": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "dense": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "depend": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "depth": {"him - man": -0.08037660132202012, "him": 0.3109188704763041, "man": 0.39129547179832425}, "derivative": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "described": {"him - man": -0.028564026103533646, "him": 0.2837233462243989, "man": 0.3122873723279325}, "describing": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "description": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "deserved": {"him - man": 0.02423369916152185, "him": 0.3626560671674416, "man": 0.33842236800591974}, "deserves": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "design": {"him - man": -0.06711187343715364, "him": 0.2849073441198735, "man": 0.35201921755702714}, "desjardins": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "despite": {"him - man": 0.024108734371199758, "him": 0.3201282527820519, "man": 0.29601951841085217}, "destabilized": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "destination": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "destiny": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "destroy": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "destroying": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "destroys": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "destruct": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "detailed": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "detected": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "detective": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "detroit": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "devastating": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "developed": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "developing": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "devoid": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "did": {"him - man": 0.02987459151862104, "him": 0.35742117551025915, "man": 0.3275465839916381}, "didn": {"him - man": 0.002150570283978581, "him": 0.3207560272402486, "man": 0.31860545695627}, "dies": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "different": {"him - man": -0.032109029755312546, "him": 0.3367125688645452, "man": 0.36882159861985775}, "difficult": {"him - man": 0.02423369916152185, "him": 0.3626560671674416, "man": 0.33842236800591974}, "digital": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "dimmed": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "directed": {"him - man": 0.02423369916152185, "him": 0.3626560671674416, "man": 0.33842236800591974}, "directly": {"him - man": -0.08037660132202012, "him": 0.3109188704763041, "man": 0.39129547179832425}, "disappoint": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "disappointing": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "disarray": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "disciplined": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "discoveries": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "discrete": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "discuss": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "disguise": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "disneynature": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "disorder": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "disordered": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "disorienting": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "disruption": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "disruptive": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "dissenting": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "distant": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "distracted": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "distrustful": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "division": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "do": {"him - man": -0.025748488760503285, "him": 0.3764712378015971, "man": 0.40221972656210037}, "doctorow": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "does": {"him - man": -0.034912450831637576, "him": 0.3759702327140087, "man": 0.4108826835456463}, "doesn": {"him - man": -0.06510282885503793, "him": 0.3137026702107983, "man": 0.3788054990658362}, "doing": {"him - man": 0.04774007099115074, "him": 0.3716338984440734, "man": 0.32389382745292267}, "domantas": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "don": {"him - man": -0.0027484056666175483, "him": 0.37758926885070665, "man": 0.3803376745173242}, "donald": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "done": {"him - man": 0.012958845559885412, "him": 0.3795904363644022, "man": 0.3666315908045168}, "dongguan": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "donovan": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "door": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "double": {"him - man": -0.08106252434491723, "him": 0.30239205356945875, "man": 0.383454577914376}, "down": {"him - man": -0.05969322333772298, "him": 0.3930366720623754, "man": 0.4527298954000984}, "download": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "dpoy": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "drafted": {"him - man": -0.02863940463088266, "him": 0.3626560671674416, "man": 0.39129547179832425}, "draw": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "dressed": {"him - man": -0.029000383389728823, "him": 0.35445419452464716, "man": 0.383454577914376}, "drew": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "drink": {"him - man": 0.024198256560379328, "him": 0.3416797725119788, "man": 0.31748151595159946}, "drinking": {"him - man": -0.02863940463088266, "him": 0.3626560671674416, "man": 0.39129547179832425}, "drivers": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "driving": {"him - man": -0.028353410648454036, "him": 0.2891281053031454, "man": 0.31748151595159946}, "drops": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "drummond": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "drunk": {"him - man": -0.029000383389728823, "him": 0.35445419452464716, "man": 0.383454577914376}, "dubious": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "due": {"him - man": 0.02383118859965966, "him": 0.28324210066171623, "man": 0.2594109120620566}, "during": {"him - man": 0.058208110223103515, "him": 0.39195449564859197, "man": 0.33374638542548846}, "dvd": {"him - man": -0.0289230513614539, "him": 0.27450570157661053, "man": 0.3034287529380644}, "dvo\u0159\u00e1k": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "dysfunctional": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "e": {"him - man": 0.0030381311725612425, "him": 0.3648380532830907, "man": 0.36179992211052947}, "each": {"him - man": 0.012910415790437446, "him": 0.3754477358850889, "man": 0.36253732009465145}, "earlier": {"him - man": -0.029996272427277704, "him": 0.33180364968325177, "man": 0.36179992211052947}, "early": {"him - man": -0.16723888851136123, "him": 0.23994537458284973, "man": 0.40718426309421096}, "earns": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "easily": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "east": {"him - man": -0.07714780248072028, "him": 0.3502209476396933, "man": 0.4273687501204136}, "eastern": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "easy": {"him - man": -0.029996272427277704, "him": 0.33180364968325177, "man": 0.36179992211052947}, "eating": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "eclectic": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "economics": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "ed": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "edge": {"him - man": 0.02414573857490515, "him": 0.3275744915129696, "man": 0.3034287529380644}, "edit": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "edited": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "edmund": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "educate": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "effect": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "either": {"him - man": 0.0028223631459258214, "him": 0.35345965285959846, "man": 0.35063728971367264}, "electrocute": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "electrode": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "elemental": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "elements": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "eleven": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "else": {"him - man": -0.029000383389728823, "him": 0.35445419452464716, "man": 0.383454577914376}, "elusively": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "email": {"him - man": 0.003121699656155441, "him": 0.36938188218596324, "man": 0.3662601825298078}, "emanates": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "embassy": {"him - man": -0.028752414921752678, "him": 0.2788873329423101, "man": 0.3076397478640628}, "embiid": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "emboldening": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "empathise": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "emphasizing": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "empty": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "enable": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "encephalitis": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "encountering": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "encourage": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "encyclopedia": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "end": {"him - man": -0.033162502595036836, "him": 0.3532931405189006, "man": 0.38645564311393743}, "ending": {"him - man": -0.11328771939662252, "him": 0.3109188704763041, "man": 0.42420658987292664}, "endless": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "endoscopic": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "endured": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "enforcement": {"him - man": 0.024035017054580277, "him": 0.3080375914720274, "man": 0.28400257441744714}, "engage": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "engaging": {"him - man": -0.02818706794635223, "him": 0.3729275265454912, "man": 0.40111459449184345}, "english": {"him - man": -0.06309372124708418, "him": 0.3416797725119788, "man": 0.40477349375906296}, "enlargement": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "enough": {"him - man": -0.028752414921752678, "him": 0.2788873329423101, "man": 0.3076397478640628}, "enter": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "entered": {"him - man": -0.031128486308694248, "him": 0.39373461137252663, "man": 0.4248630976812209}, "entering": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "entertain": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "entertainment": {"him - man": 0.05643587201994915, "him": 0.3948582400258689, "man": 0.33842236800591974}, "entire": {"him - man": -0.012023792048959092, "him": 0.4012776043722608, "man": 0.4133013964212199}, "entirely": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "entourage": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "entropy": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "environmental": {"him - man": -0.028353410648454036, "him": 0.2891281053031454, "man": 0.31748151595159946}, "episodes": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "equipment": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "era": {"him - man": -0.061550522705485056, "him": 0.3626560671674416, "man": 0.42420658987292664}, "eric": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "erode": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "error": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "escape": {"him - man": -0.02818706794635223, "him": 0.3729275265454912, "man": 0.40111459449184345}, "especially": {"him - man": -0.029599045964004145, "him": 0.25713496518615164, "man": 0.2867340111501558}, "essential": {"him - man": -0.08106252434491723, "him": 0.30239205356945875, "man": 0.383454577914376}, "establish": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "establishment": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "et": {"him - man": -0.08325084524984133, "him": 0.27450570157661053, "man": 0.35775654682645186}, "etiquette": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "even": {"him - man": -0.007391253407004861, "him": 0.38783979097472465, "man": 0.3952310443817295}, "evening": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "eventually": {"him - man": 0.027431332568612687, "him": 0.4043278883880783, "man": 0.37689655581946563}, "ever": {"him - man": -0.051336742814162506, "him": 0.3698336202506705, "man": 0.421170363064833}, "every": {"him - man": -0.01959020541152723, "him": 0.4015801576533058, "man": 0.421170363064833}, "everyone": {"him - man": -0.03018205531348228, "him": 0.3275744915129696, "man": 0.35775654682645186}, "everything": {"him - man": 0.02751190998977282, "him": 0.3594851049229266, "man": 0.3319731949331538}, "evidence": {"him - man": 0.056973735993136265, "him": 0.3744552519447357, "man": 0.31748151595159946}, "exactly": {"him - man": 0.003213255232126011, "him": 0.3744552519447357, "man": 0.3712419967126097}, "examination": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "examines": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "examining": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "example": {"him - man": -0.08325084524984133, "him": 0.27450570157661053, "man": 0.35775654682645186}, "examples": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "excellent": {"him - man": 0.003429736071125067, "him": 0.38688431398550105, "man": 0.383454577914376}, "except": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "exclusive": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "excoriated": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "executive": {"him - man": -0.028564026103533646, "him": 0.2837233462243989, "man": 0.3122873723279325}, "exist": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "exited": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "exits": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "expect": {"him - man": 0.056973735993136265, "him": 0.3744552519447357, "man": 0.31748151595159946}, "expectations": {"him - man": 0.05614227033426522, "him": 0.4048373973239823, "man": 0.34869512698971705}, "expected": {"him - man": -0.029481799771742145, "him": 0.26014921400092134, "man": 0.2896310137726635}, "experienced": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "experiences": {"him - man": -0.06266178072128448, "him": 0.3475944092848278, "man": 0.4102561900061123}, "explain": {"him - man": 0.08121657482506495, "him": 0.3986980907766644, "man": 0.31748151595159946}, "explained": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "expressing": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "extensive": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "extremely": {"him - man": -0.03031824181432724, "him": 0.3744552519447357, "man": 0.40477349375906296}, "exult": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "eye": {"him - man": -0.08106252434491723, "him": 0.30239205356945875, "man": 0.383454577914376}, "eyes": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "f": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "face": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "faces": {"him - man": -0.02818706794635223, "him": 0.3729275265454912, "man": 0.40111459449184345}, "facing": {"him - man": 0.003213255232126011, "him": 0.3744552519447357, "man": 0.3712419967126097}, "fact": {"him - man": 0.027517046189761862, "him": 0.36922331655267404, "man": 0.3417062703629122}, "factors": {"him - man": -0.030098145814874244, "him": 0.24429704540863129, "man": 0.27439519122350553}, "factual": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "fail": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "faint": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "fainted": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "faith": {"him - man": -0.029302146534637807, "him": 0.3475944092848278, "man": 0.37689655581946563}, "fallen": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "fallibility": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "fame": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "familiar": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "family": {"him - man": 0.02748922146833549, "him": 0.3477954150944106, "man": 0.3203061936260751}, "famous": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "fan": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "far": {"him - man": -0.03199466227981068, "him": 0.33912574533004225, "man": 0.37112040760985293}, "fascinate": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "fascinated": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "fascinating": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "fast": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "father": {"him - man": 0.024198256560379328, "him": 0.3416797725119788, "man": 0.31748151595159946}, "fatty": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "fault": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "favorite": {"him - man": 0.024163901819188982, "him": 0.33180364968325177, "man": 0.3076397478640628}, "favorites": {"him - man": 0.02423369916152185, "him": 0.3626560671674416, "man": 0.33842236800591974}, "favour": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "favourite": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "fear": {"him - man": 0.024198256560379328, "him": 0.3416797725119788, "man": 0.31748151595159946}, "fearful": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "feat": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "february": {"him - man": -0.08037660132202012, "him": 0.3109188704763041, "man": 0.39129547179832425}, "federal": {"him - man": 0.002961068228383823, "him": 0.3607176150548357, "man": 0.35775654682645186}, "feeling": {"him - man": 0.056973735993136265, "him": 0.3744552519447357, "man": 0.31748151595159946}, "feelings": {"him - man": -0.03004474055441858, "him": 0.3802114494516937, "man": 0.4102561900061123}, "felony": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "felt": {"him - man": 0.08164824919123614, "him": 0.38928799705529893, "man": 0.3076397478640628}, "female": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "feral": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "fever": {"him - man": -0.02757325826077356, "him": 0.3868546813352889, "man": 0.41442793959606244}, "few": {"him - man": -0.08517469090563623, "him": 0.24904996938961999, "man": 0.3342246602952562}, "fibrinolysins": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "fields": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "fiercely": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "fifth": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "fight": {"him - man": -0.029996272427277704, "him": 0.33180364968325177, "man": 0.36179992211052947}, "fighting": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "figure": {"him - man": -0.031039627500641542, "him": 0.3080375914720274, "man": 0.33907721897266896}, "figures": {"him - man": -0.11328771939662252, "him": 0.3109188704763041, "man": 0.42420658987292664}, "file": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "final": {"him - man": -0.08355856839156922, "him": 0.2704959095759807, "man": 0.3540544779675499}, "finally": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "find": {"him - man": -0.048895970294631774, "him": 0.3943805513904765, "man": 0.4432765216851083}, "finding": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "finds": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "fingers": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "finish": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "fire": {"him - man": -0.03146406155571718, "him": 0.29835905867507784, "man": 0.329823120230795}, "fired": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "fires": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "first": {"him - man": -0.01720139258808273, "him": 0.3925129337676526, "man": 0.40971432635573535}, "fit": {"him - man": 0.056830460506607894, "him": 0.3802114494516937, "man": 0.3233809889450858}, "five": {"him - man": -0.07833641887526477, "him": 0.3367125688645452, "man": 0.41504898773980997}, "flag": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "flames": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "flavour": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "flawlessly": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "flickered": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "flits": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "flower": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "focus": {"him - man": -0.08211389140946429, "him": 0.2891281053031454, "man": 0.3712419967126097}, "following": {"him - man": -0.029996272427277704, "him": 0.33180364968325177, "man": 0.36179992211052947}, "food": {"him - man": -0.0674440827150165, "him": 0.28006156823559913, "man": 0.34750565095061564}, "foolish": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "for": {"him - man": -0.040872657368954235, "him": 0.37488641397692707, "man": 0.4157590713458813}, "force": {"him - man": -0.029727556956686274, "him": 0.38688431398550105, "man": 0.4166118709421873}, "forces": {"him - man": 0.056973735993136265, "him": 0.3744552519447357, "man": 0.31748151595159946}, "foreign": {"him - man": -0.029599045964004145, "him": 0.25713496518615164, "man": 0.2867340111501558}, "foreigners": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "foresight": {"him - man": -0.029709569257542423, "him": 0.2542930051599047, "man": 0.28400257441744714}, "form": {"him - man": 0.057288862116771255, "him": 0.3607176150548357, "man": 0.3034287529380644}, "former": {"him - man": -0.02907916392816734, "him": 0.2704959095759807, "man": 0.299575073504148}, "formulae": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "forward": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "forwarded": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "found": {"him - man": 0.0023506519159173234, "him": 0.3301157387850733, "man": 0.32776508686915595}, "franchise": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "frederick": {"him - man": 0.024213420339741998, "him": 0.3475944092848278, "man": 0.3233809889450858}, "free": {"him - man": -0.01288631223846598, "him": 0.3754477358850889, "man": 0.3883340481235549}, "frenchman": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "frenchmen": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "frenzy": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "frequent": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "friends": {"him - man": -0.03097056289850708, "him": 0.3607176150548357, "man": 0.39168817795334276}, "fringe": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "frogs": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "from": {"him - man": -0.035873499111352625, "him": 0.38701202461364503, "man": 0.42288552372499766}, "front": {"him - man": 0.024181537656909335, "him": 0.33646890998484186, "man": 0.3122873723279325}, "frustration": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "ft": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "fulfill": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "full": {"him - man": -0.09128898259132495, "him": 0.3054346017740225, "man": 0.39672358436534744}, "fundamental": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "further": {"him - man": -0.11977162923023776, "him": 0.24904996938961999, "man": 0.36882159861985775}, "future": {"him - man": -0.008236548902260998, "him": 0.3223185170883703, "man": 0.3305550659906313}, "gained": {"him - man": -0.11421981737272857, "him": 0.30239205356945875, "man": 0.4166118709421873}, "game": {"him - man": -0.0674440827150165, "him": 0.28006156823559913, "man": 0.34750565095061564}, "games": {"him - man": -0.031149653195721716, "him": 0.3569438991618976, "man": 0.38809355235761933}, "gangsters": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "gantz": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "gas": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "gave": {"him - man": 0.06398645146391396, "him": 0.4114481487926873, "man": 0.34746169732877336}, "general": {"him - man": -0.02979127254496594, "him": 0.33646890998484186, "man": 0.3662601825298078}, "generalised": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "generally": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "genius": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "genuine": {"him - man": -0.02863940463088266, "him": 0.3626560671674416, "man": 0.39129547179832425}, "george": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "get": {"him - man": -0.02538726570412453, "him": 0.3839145923729067, "man": 0.40930185807703123}, "getting": {"him - man": -0.006946279867914962, "him": 0.36659411291731764, "man": 0.3735403927852326}, "girl": {"him - man": 0.024090163600664627, "him": 0.3168068616436382, "man": 0.29271669804297357}, "girls": {"him - man": -0.02979127254496594, "him": 0.33646890998484186, "man": 0.3662601825298078}, "give": {"him - man": -0.07714780248072028, "him": 0.3502209476396933, "man": 0.4273687501204136}, "given": {"him - man": -0.033874359975515245, "him": 0.3698336202506705, "man": 0.40370798022618576}, "glassy": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "glow": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "go": {"him - man": 0.010689867806206177, "him": 0.40006421743759857, "man": 0.3893743496313924}, "goal": {"him - man": -0.028752414921752678, "him": 0.2788873329423101, "man": 0.3076397478640628}, "gobert": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "going": {"him - man": 0.022523592638470424, "him": 0.4071744645310703, "man": 0.3846508718925999}, "gone": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "good": {"him - man": -0.051252888676705466, "him": 0.3604342388171598, "man": 0.41168712749386527}, "goofs": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "google": {"him - man": 0.05774918385826561, "him": 0.3367125688645452, "man": 0.2789633850062796}, "gordon": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "got": {"him - man": 0.027457668484739517, "him": 0.33833007736971626, "man": 0.31087240888497675}, "gotten": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "govern": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "governing": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "government": {"him - man": -0.03506684108540459, "him": 0.3153338740640334, "man": 0.350400715149438}, "grab": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "grabbed": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "grann": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "granted": {"him - man": 0.024213420339741998, "him": 0.3475944092848278, "man": 0.3233809889450858}, "graphic": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "gravel": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "graves": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "great": {"him - man": -0.03205351566917075, "him": 0.2849073441198735, "man": 0.31696085978904426}, "greater": {"him - man": -0.06347218670280225, "him": 0.33646890998484186, "man": 0.3999410966876441}, "grey": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "ground": {"him - man": -0.08552607482216373, "him": 0.24429704540863129, "man": 0.329823120230795}, "group": {"him - man": 0.0017090612764806279, "him": 0.3010584209186296, "man": 0.299349359642149}, "groups": {"him - man": 0.024127295437358753, "him": 0.3237023689415068, "man": 0.299575073504148}, "growing": {"him - man": -0.08253683630540892, "him": 0.2837233462243989, "man": 0.3662601825298078}, "grown": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "guarantees": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "guilt": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "gum": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "guy": {"him - man": -0.11328771939662252, "him": 0.3109188704763041, "man": 0.42420658987292664}, "hacks": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "had": {"him - man": -0.008419727377636466, "him": 0.3803986999410657, "man": 0.38881842731870214}, "hadn": {"him - man": 0.02423369916152185, "him": 0.3626560671674416, "man": 0.33842236800591974}, "hair": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "haired": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "half": {"him - man": -0.06510282885503793, "him": 0.3137026702107983, "man": 0.3788054990658362}, "hallucinations": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "handedly": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "handful": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "handicaps": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "handle": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "happen": {"him - man": 0.024181537656909335, "him": 0.33646890998484186, "man": 0.3122873723279325}, "happened": {"him - man": -0.028353410648454036, "him": 0.2891281053031454, "man": 0.31748151595159946}, "hard": {"him - man": -0.06530895356467176, "him": 0.3107872740400809, "man": 0.37609622760475264}, "harden": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "hardest": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "hardly": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "harry": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "has": {"him - man": -0.029504207988511888, "him": 0.4013948659059781, "man": 0.43089907389449}, "hassles": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "hats": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "have": {"him - man": -0.051627755585571866, "him": 0.38533439395965124, "man": 0.4369621495452231}, "having": {"him - man": -0.006476206865036693, "him": 0.41811036768164694, "man": 0.42458657454668364}, "hayward": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "he": {"him - man": -0.023812573019664607, "him": 0.41791697636468994, "man": 0.44172954938435455}, "head": {"him - man": -0.06633064716939252, "him": 0.29620667292525893, "man": 0.36253732009465145}, "health": {"him - man": -0.118961262418601, "him": 0.25713496518615164, "man": 0.37609622760475264}, "healthy": {"him - man": -0.11564538845591754, "him": 0.2891281053031454, "man": 0.40477349375906296}, "hear": {"him - man": -0.028353410648454036, "him": 0.2891281053031454, "man": 0.31748151595159946}, "heard": {"him - man": 0.057440134448746294, "him": 0.35345965285959846, "man": 0.29601951841085217}, "hearing": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "heart": {"him - man": -0.06266178072128448, "him": 0.3475944092848278, "man": 0.4102561900061123}, "heartening": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "heartfelt": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "heat": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "heavier": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "heavy": {"him - man": 0.056830460506607894, "him": 0.3802114494516937, "man": 0.3233809889450858}, "height": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "held": {"him - man": 0.012934322163356937, "him": 0.37747416959650304, "man": 0.3645398474331461}, "hell": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "help": {"him - man": 0.02985889274091974, "him": 0.38862849267396343, "man": 0.3587695999330437}, "helpadchoicespublisherslegaltermsprivacycopyrightsocial": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "helped": {"him - man": 0.003429736071125067, "him": 0.38688431398550105, "man": 0.383454577914376}, "helpless": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "her": {"him - man": -0.009532409347900506, "him": 0.2810381194623141, "man": 0.2905705288102146}, "here": {"him - man": -0.02289433607156849, "him": 0.38783979097472465, "man": 0.41073412704629314}, "herself": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "high": {"him - man": -0.09282808085896488, "him": 0.2884059363694688, "man": 0.3812340172284337}, "higher": {"him - man": 0.024090163600664627, "him": 0.3168068616436382, "man": 0.29271669804297357}, "highlight": {"him - man": -0.08037660132202012, "him": 0.3109188704763041, "man": 0.39129547179832425}, "highway": {"him - man": 0.024213420339741998, "him": 0.3475944092848278, "man": 0.3233809889450858}, "him": {"him - man": 0.06037872391779414, "him": 0.5074405442634362, "man": 0.44706182034564207}, "himself": {"him - man": -0.029302146534637807, "him": 0.3475944092848278, "man": 0.37689655581946563}, "hipper": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "hiroto": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "his": {"him - man": -0.03715562751797746, "him": 0.42941109205856226, "man": 0.4665667195765397}, "historic": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "historical": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "historically": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "history": {"him - man": -0.054605466257505675, "him": 0.3428427324427178, "man": 0.39744819870022347}, "hit": {"him - man": 0.057288862116771255, "him": 0.3607176150548357, "man": 0.3034287529380644}, "hive": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "hold": {"him - man": -0.029996272427277704, "him": 0.33180364968325177, "man": 0.36179992211052947}, "holds": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "holmes": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "homage": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "home": {"him - man": -0.03384043361418282, "him": 0.3397906045770389, "man": 0.37363103819122173}, "homeless": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "honest": {"him - man": -0.02757325826077356, "him": 0.3868546813352889, "man": 0.41442793959606244}, "hong": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "hordes": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "hornbleat": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "horns": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "hospital": {"him - man": -0.08037660132202012, "him": 0.3109188704763041, "man": 0.39129547179832425}, "hot": {"him - man": 0.05736882565774959, "him": 0.3569438991618976, "man": 0.299575073504148}, "hotels": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "hound": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "hour": {"him - man": -0.03174136980186121, "him": 0.38156002661935867, "man": 0.4133013964212199}, "hours": {"him - man": -0.006533525738260659, "him": 0.38156002661935867, "man": 0.38809355235761933}, "house": {"him - man": -0.06488268359818067, "him": 0.3168068616436382, "man": 0.38168954524181886}, "how": {"him - man": -0.04823360049097514, "him": 0.40443151683781664, "man": 0.4526651173287918}, "however": {"him - man": 0.06497648505252529, "him": 0.38034503627913957, "man": 0.3153685512266143}, "https": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "huge": {"him - man": 0.05719830541902793, "him": 0.3648380532830907, "man": 0.3076397478640628}, "human": {"him - man": 0.0028894211943477077, "him": 0.3569438991618976, "man": 0.3540544779675499}, "humanoid": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "humans": {"him - man": 0.024163901819188982, "him": 0.33180364968325177, "man": 0.3076397478640628}, "hundred": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "hundreds": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "hunkered": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "hypertrophy": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "i": {"him - man": -0.018193812523678243, "him": 0.34371581331069234, "man": 0.3619096258343706}, "ia": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "idea": {"him - man": 0.023863180131686812, "him": 0.2866272799610583, "man": 0.2627640998293715}, "identify": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "if": {"him - man": -0.026525583386668494, "him": 0.3605477736943879, "man": 0.3870733570810564}, "ignorance": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "ignore": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "illegally": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "imagine": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "immediately": {"him - man": 0.024090163600664627, "him": 0.3168068616436382, "man": 0.29271669804297357}, "immensely": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "immersive": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "impact": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "impeccably": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "importance": {"him - man": -0.14044846599525468, "him": 0.2891281053031454, "man": 0.4295765712984001}, "important": {"him - man": -0.0875296297320457, "him": 0.34129388658139287, "man": 0.42882351631343857}, "impossible": {"him - man": 0.056830460506607894, "him": 0.3802114494516937, "man": 0.3233809889450858}, "improved": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "impulse": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "in": {"him - man": -0.058791806986616846, "him": 0.3274313860765206, "man": 0.38622319306313746}, "incinerated": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "incision": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "include": {"him - man": 0.024108734371199758, "him": 0.3201282527820519, "man": 0.29601951841085217}, "included": {"him - man": 0.05719830541902793, "him": 0.3648380532830907, "man": 0.3076397478640628}, "includes": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "including": {"him - man": -0.03334993509312595, "him": 0.3495611764621815, "man": 0.38291111155530744}, "increase": {"him - man": 0.024163901819188982, "him": 0.33180364968325177, "man": 0.3076397478640628}, "increased": {"him - man": -0.028353410648454036, "him": 0.2891281053031454, "man": 0.31748151595159946}, "increasingly": {"him - man": 0.003429736071125067, "him": 0.38688431398550105, "man": 0.383454577914376}, "incredible": {"him - man": -0.029562224200630927, "him": 0.3416797725119788, "man": 0.3712419967126097}, "individual": {"him - man": -0.029302146534637807, "him": 0.3475944092848278, "man": 0.37689655581946563}, "individuals": {"him - man": 0.003121699656155441, "him": 0.36938188218596324, "man": 0.3662601825298078}, "industry": {"him - man": 0.02414573857490515, "him": 0.3275744915129696, "man": 0.3034287529380644}, "ineffective": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "infects": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "infiltrates": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "inflammatory": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "inflict": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "influenced": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "informal": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "information": {"him - man": 0.057504249596719736, "him": 0.3502209476396933, "man": 0.29271669804297357}, "inherently": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "injuries": {"him - man": -0.11328771939662252, "him": 0.3109188704763041, "man": 0.42420658987292664}, "injury": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "innumerably": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "inoculated": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "insect": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "inside": {"him - man": -0.05548121549525764, "him": 0.36938188218596324, "man": 0.4248630976812209}, "instability": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "instead": {"him - man": -0.032494112457641, "him": 0.36659411291731764, "man": 0.39908822537495864}, "instincts": {"him - man": 0.05643587201994915, "him": 0.3948582400258689, "man": 0.33842236800591974}, "institution": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "institutional": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "institutions": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "intelligence": {"him - man": 0.024163901819188982, "him": 0.33180364968325177, "man": 0.3076397478640628}, "intense": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "intensity": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "intentions": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "interaction": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "interactions": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "interest": {"him - man": -0.02979127254496594, "him": 0.33646890998484186, "man": 0.3662601825298078}, "interested": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "internet": {"him - man": -0.028564026103533646, "him": 0.2837233462243989, "man": 0.3122873723279325}, "intervene": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "interview": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "into": {"him - man": -0.014406929258597434, "him": 0.39286670635093446, "man": 0.4072736356095319}, "introduce": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "introduction": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "invades": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "invented": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "inventor": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "investigates": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "investigation": {"him - man": 0.024213420339741998, "him": 0.3475944092848278, "man": 0.3233809889450858}, "investigators": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "inviting": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "involvement": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "involves": {"him - man": -0.06078337732236244, "him": 0.3729275265454912, "man": 0.43371090386785366}, "irony": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "is": {"him - man": -0.06340931141139206, "him": 0.33433930080416846, "man": 0.3977486122155605}, "isn": {"him - man": -0.030509036931620714, "him": 0.3201282527820519, "man": 0.35063728971367264}, "israel": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "issue": {"him - man": -0.0332390252253123, "him": 0.31284907649033833, "man": 0.34608810171565063}, "it": {"him - man": -0.04099766696944013, "him": 0.37306001303098274, "man": 0.41405768000042287}, "items": {"him - man": -0.02818706794635223, "him": 0.3729275265454912, "man": 0.40111459449184345}, "its": {"him - man": -0.038831698346684984, "him": 0.32873480169264224, "man": 0.3675665000393272}, "itself": {"him - man": -0.03239289101696824, "him": 0.39792698832521645, "man": 0.4303198793421847}, "j": {"him - man": -0.1444502750877527, "him": 0.25713496518615164, "man": 0.40158524027390435}, "jack": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "james": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "japanese": {"him - man": -0.02907916392816734, "him": 0.2704959095759807, "man": 0.299575073504148}, "jayson": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "jazz": {"him - man": -0.028752414921752678, "him": 0.2788873329423101, "man": 0.3076397478640628}, "jelly": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "jerusalem": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "job": {"him - man": -0.031612186600792735, "him": 0.3471933124650435, "man": 0.3788054990658362}, "jobs": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "joe": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "joel": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "johannes": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "john": {"him - man": -0.08355856839156922, "him": 0.2704959095759807, "man": 0.3540544779675499}, "johnson": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "journalism": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "judging": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "july": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "jumping": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "june": {"him - man": -0.056601428365963435, "him": 0.35345965285959846, "man": 0.4100610812255619}, "just": {"him - man": -0.02895287883333758, "him": 0.38816920295502505, "man": 0.41712208178836263}, "kana": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "kang": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "karaoke": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "kato": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "katoare": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "keen": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "kei": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "kenzo": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "kept": {"him - man": 0.027474428842718834, "him": 0.39373461137252663, "man": 0.3662601825298078}, "key": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "khone": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "killed": {"him - man": 0.02423369916152185, "him": 0.3626560671674416, "man": 0.33842236800591974}, "killer": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "killers": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "kim": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "kind": {"him - man": -0.03004474055441858, "him": 0.3802114494516937, "man": 0.4102561900061123}, "kingdom": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "knew": {"him - man": 0.002961068228383823, "him": 0.3607176150548357, "man": 0.35775654682645186}, "knicks": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "knocks": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "know": {"him - man": 0.02247943408920461, "him": 0.39605425340001327, "man": 0.37357481931080866}, "knowing": {"him - man": -0.061550522705485056, "him": 0.3626560671674416, "man": 0.42420658987292664}, "knowledge": {"him - man": -0.029302146534637807, "him": 0.3475944092848278, "man": 0.37689655581946563}, "known": {"him - man": -0.058616794132169636, "him": 0.3242943174231378, "man": 0.38291111155530744}, "knows": {"him - man": -0.08037660132202012, "him": 0.3109188704763041, "man": 0.39129547179832425}, "kong": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "korean": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "krauts": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "kurono": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "l": {"him - man": -0.028564026103533646, "him": 0.2837233462243989, "man": 0.3122873723279325}, "laboratory": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "lack": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "lady": {"him - man": -0.11498930163171028, "him": 0.295266888374402, "man": 0.4102561900061123}, "laid": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "land": {"him - man": -0.1444502750877527, "him": 0.25713496518615164, "man": 0.40158524027390435}, "larger": {"him - man": -0.029302146534637807, "him": 0.3475944092848278, "man": 0.37689655581946563}, "lassitude": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "last": {"him - man": -0.06382090888719544, "him": 0.3553364710837987, "man": 0.4191573799709941}, "late": {"him - man": 0.057440134448746294, "him": 0.35345965285959846, "man": 0.29601951841085217}, "later": {"him - man": -0.05375536298806061, "him": 0.35527089366493597, "man": 0.4090262566529966}, "lateral": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "latitude": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "launched": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "law": {"him - man": 0.057886472043910175, "him": 0.3280990765035222, "man": 0.27021260445961204}, "layoff": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "lead": {"him - man": -0.09151459563588127, "him": 0.3029624378999102, "man": 0.39447703353579144}, "leaders": {"him - man": 0.002961068228383823, "him": 0.3607176150548357, "man": 0.35775654682645186}, "leadership": {"him - man": -0.06380937164735756, "him": 0.33180364968325177, "man": 0.3956130213306093}, "leading": {"him - man": -0.11421981737272857, "him": 0.30239205356945875, "man": 0.4166118709421873}, "leads": {"him - man": -0.02863940463088266, "him": 0.3626560671674416, "man": 0.39129547179832425}, "league": {"him - man": -0.02863940463088266, "him": 0.3626560671674416, "man": 0.39129547179832425}, "learn": {"him - man": -0.08253683630540892, "him": 0.2837233462243989, "man": 0.3662601825298078}, "least": {"him - man": -0.05742207845731839, "him": 0.34166614691764025, "man": 0.39908822537495864}, "leaving": {"him - man": -0.02818706794635223, "him": 0.3729275265454912, "man": 0.40111459449184345}, "lebron": {"him - man": -0.02863940463088266, "him": 0.3626560671674416, "man": 0.39129547179832425}, "led": {"him - man": -0.029996272427277704, "him": 0.33180364968325177, "man": 0.36179992211052947}, "leeratanakajornthe": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "left": {"him - man": -0.03357852076790768, "him": 0.3754477358850889, "man": 0.4090262566529966}, "legal": {"him - man": 0.0033148936322280886, "him": 0.3802114494516937, "man": 0.37689655581946563}, "legendary": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "length": {"him - man": 0.003429736071125067, "him": 0.38688431398550105, "man": 0.383454577914376}, "less": {"him - man": -0.12159600775046933, "him": 0.2304232098065578, "man": 0.35201921755702714}, "let": {"him - man": 0.02987110373473212, "him": 0.3834919366845559, "man": 0.35362083294982377}, "letter": {"him - man": -0.030509036931620714, "him": 0.3201282527820519, "man": 0.35063728971367264}, "li": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "librarians": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "libraries": {"him - man": 0.024181537656909335, "him": 0.33646890998484186, "man": 0.3122873723279325}, "library": {"him - man": -0.029599045964004145, "him": 0.25713496518615164, "man": 0.2867340111501558}, "license": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "life": {"him - man": -0.09407502491335212, "him": 0.34854184167993435, "man": 0.4426168665932865}, "lifelong": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "lifted": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "lights": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "like": {"him - man": -0.0020268779225372513, "him": 0.41867640221271846, "man": 0.4207032801352557}, "likely": {"him - man": -0.03199466227981068, "him": 0.33912574533004225, "man": 0.37112040760985293}, "limpopo": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "linked": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "listening": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "lit": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "literature": {"him - man": -0.08106252434491723, "him": 0.30239205356945875, "man": 0.383454577914376}, "little": {"him - man": -0.08013611693474543, "him": 0.3158686776863229, "man": 0.3960047946210683}, "live": {"him - man": -0.11621775046324523, "him": 0.2837233462243989, "man": 0.3999410966876441}, "lives": {"him - man": 0.024213420339741998, "him": 0.3475944092848278, "man": 0.3233809889450858}, "ll": {"him - man": -0.03334993509312595, "him": 0.3495611764621815, "man": 0.38291111155530744}, "lobes": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "local": {"him - man": -0.09212737519829595, "him": 0.29620667292525893, "man": 0.3883340481235549}, "logical": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "lone": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "long": {"him - man": 0.0037552895729174307, "him": 0.37738632776413916, "man": 0.37363103819122173}, "longer": {"him - man": -0.028564026103533646, "him": 0.2837233462243989, "man": 0.3122873723279325}, "look": {"him - man": -0.05939472867431739, "him": 0.31284907649033833, "man": 0.3722438051646557}, "lookalites": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "looked": {"him - man": -0.030509036931620714, "him": 0.3201282527820519, "man": 0.35063728971367264}, "looking": {"him - man": -0.07833641887526477, "him": 0.3367125688645452, "man": 0.41504898773980997}, "looks": {"him - man": -0.08211389140946429, "him": 0.2891281053031454, "man": 0.3712419967126097}, "loop": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "lore": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "lorentzian": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "los": {"him - man": -0.0289230513614539, "him": 0.27450570157661053, "man": 0.3034287529380644}, "lose": {"him - man": 0.003429736071125067, "him": 0.38688431398550105, "man": 0.383454577914376}, "losing": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "lost": {"him - man": -0.056601428365963435, "him": 0.35345965285959846, "man": 0.4100610812255619}, "lot": {"him - man": 0.029824133839719047, "him": 0.3986457324595768, "man": 0.36882159861985775}, "lots": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "lotus": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "lou": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "loudly": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "lounging": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "love": {"him - man": -0.0671213856703633, "him": 0.36170213064307527, "man": 0.42882351631343857}, "loved": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "lovely": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "lover": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "loves": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "low": {"him - man": 0.024035017054580277, "him": 0.3080375914720274, "man": 0.28400257441744714}, "lowest": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "lucrative": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "lunch": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "lung": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "lurked": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "m": {"him - man": -0.01678491065643084, "him": 0.38862849267396343, "man": 0.4054134033303943}, "machines": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "mackay": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "mad": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "made": {"him - man": -0.0029102280217658816, "him": 0.3715777344526095, "man": 0.3744879624743754}, "magic": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "magical": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "magistrate": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "mails": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "main": {"him - man": -0.02907916392816734, "him": 0.2704959095759807, "man": 0.299575073504148}, "mainstream": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "major": {"him - man": -0.08457130517676054, "him": 0.25713496518615164, "man": 0.3417062703629122}, "make": {"him - man": -0.03560489548977552, "him": 0.38561398603205393, "man": 0.42121888152182946}, "makes": {"him - man": 0.0027592503109199473, "him": 0.3502209476396933, "man": 0.34746169732877336}, "making": {"him - man": 0.024053262889925098, "him": 0.3107872740400809, "man": 0.2867340111501558}, "malaria": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "malformed": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "malignant": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "man": {"him - man": -0.12884068661781034, "him": 0.43068297055339566, "man": 0.559523657171206}, "manage": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "management": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "manager": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "manages": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "manipulate": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "many": {"him - man": -0.025011147090452768, "him": 0.3916933234772126, "man": 0.41670447056766535}, "marathon": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "march": {"him - man": -0.05776446467124624, "him": 0.3367125688645452, "man": 0.39447703353579144}, "mark": {"him - man": -0.06309372124708418, "him": 0.3416797725119788, "man": 0.40477349375906296}, "market": {"him - man": -0.030791071469429998, "him": 0.3137026702107983, "man": 0.3444937416802283}, "married": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "masaru": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "math": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "matter": {"him - man": -0.08211389140946429, "him": 0.2891281053031454, "man": 0.3712419967126097}, "maximum": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "may": {"him - man": -0.03629276059006209, "him": 0.37350632158195557, "man": 0.40979908217201766}, "mayhem": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "mayonnaise": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "mcdonalds": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "mcnamara": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "me": {"him - man": -0.01201452080149551, "him": 0.368785296807778, "man": 0.3807998176092735}, "mean": {"him - man": -0.11564538845591754, "him": 0.2891281053031454, "man": 0.40477349375906296}, "meaning": {"him - man": -0.11421981737272857, "him": 0.30239205356945875, "man": 0.4166118709421873}, "means": {"him - man": -0.14625841972527054, "him": 0.24207562839828434, "man": 0.3883340481235549}, "meanwhile": {"him - man": -0.08106252434491723, "him": 0.30239205356945875, "man": 0.383454577914376}, "measure": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "measures": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "media": {"him - man": -0.032109029755312546, "him": 0.3367125688645452, "man": 0.36882159861985775}, "median": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "megabox": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "memories": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "memory": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "men": {"him - man": -0.16723888851136123, "him": 0.23994537458284973, "man": 0.40718426309421096}, "menace": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "message": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "methods": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "miami": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "michelle": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "middle": {"him - man": -0.029562224200630927, "him": 0.3416797725119788, "man": 0.3712419967126097}, "midnight": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "might": {"him - man": -0.04929824076762768, "him": 0.38862849267396343, "man": 0.4379267334415911}, "mile": {"him - man": -0.08037660132202012, "him": 0.3109188704763041, "man": 0.39129547179832425}, "military": {"him - man": -0.03018205531348228, "him": 0.3275744915129696, "man": 0.35775654682645186}, "million": {"him - man": -0.03115380316090821, "him": 0.3054346017740225, "man": 0.3365884049349307}, "mind": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "mini": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "minimum": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "minister": {"him - man": 0.05774918385826561, "him": 0.3367125688645452, "man": 0.2789633850062796}, "ministry": {"him - man": -0.028353410648454036, "him": 0.2891281053031454, "man": 0.31748151595159946}, "minutes": {"him - man": 0.024108734371199758, "him": 0.3201282527820519, "man": 0.29601951841085217}, "mip": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "misdemeanors": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "misreading": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "miss": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "missing": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "missteps": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "misted": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "misunderstand": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "mitchell": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "mla": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "mobile": {"him - man": -0.02863940463088266, "him": 0.3626560671674416, "man": 0.39129547179832425}, "model": {"him - man": -0.08478421381276424, "him": 0.2542930051599047, "man": 0.33907721897266896}, "moderates": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "modern": {"him - man": -0.032851420313757984, "him": 0.3594851049229266, "man": 0.3923365252366846}, "modified": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "mom": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "moment": {"him - man": 0.003213255232126011, "him": 0.3744552519447357, "man": 0.3712419967126097}, "moments": {"him - man": -0.1121018775217188, "him": 0.32160902634613486, "man": 0.43371090386785366}, "mona": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "monday": {"him - man": 0.024181537656909335, "him": 0.33646890998484186, "man": 0.3122873723279325}, "money": {"him - man": -0.08355856839156922, "him": 0.2704959095759807, "man": 0.3540544779675499}, "monk": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "month": {"him - man": -0.08434452767930695, "him": 0.26014921400092134, "man": 0.3444937416802283}, "moon": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "more": {"him - man": -0.05144896962280293, "him": 0.35331849318961167, "man": 0.4047674628124146}, "morning": {"him - man": 0.027509084721427546, "him": 0.35733220495222257, "man": 0.329823120230795}, "most": {"him - man": -0.0496699752501627, "him": 0.3811035842285073, "man": 0.43077355947867}, "mother": {"him - man": -0.03018205531348228, "him": 0.3275744915129696, "man": 0.35775654682645186}, "motivational": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "mounded": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "mourning": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "mouth": {"him - man": 0.02423369916152185, "him": 0.3626560671674416, "man": 0.33842236800591974}, "move": {"him - man": 0.0030381311725612425, "him": 0.3648380532830907, "man": 0.36179992211052947}, "movements": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "movie": {"him - man": -0.08535476264737157, "him": 0.24661843228578223, "man": 0.3319731949331538}, "moving": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "mr": {"him - man": -0.08993282844350997, "him": 0.3201282527820519, "man": 0.4100610812255619}, "much": {"him - man": 0.0044801235153481556, "him": 0.3942663177056836, "man": 0.38978619419033544}, "multifaceted": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "multiplies": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "multitude": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "murdoch": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "music": {"him - man": 0.027502135175298537, "him": 0.3532931405189006, "man": 0.32579100534360206}, "must": {"him - man": -0.05723605971983814, "him": 0.3443491805540662, "man": 0.40158524027390435}, "mvp": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "my": {"him - man": -0.0012958939064241504, "him": 0.36219873391059954, "man": 0.3634946278170237}, "myself": {"him - man": 0.024181537656909335, "him": 0.33646890998484186, "man": 0.3122873723279325}, "myspace": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "mysterious": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "mystery": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "mystic": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "name": {"him - man": 0.024090163600664627, "him": 0.3168068616436382, "man": 0.29271669804297357}, "named": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "narrative": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "nation": {"him - man": -0.028564026103533646, "him": 0.2837233462243989, "man": 0.3122873723279325}, "nations": {"him - man": -0.029302146534637807, "him": 0.3475944092848278, "man": 0.37689655581946563}, "nature": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "nba": {"him - man": -0.02979127254496594, "him": 0.33646890998484186, "man": 0.3662601825298078}, "nearly": {"him - man": -0.0289230513614539, "him": 0.27450570157661053, "man": 0.3034287529380644}, "necessary": {"him - man": -0.11621775046324523, "him": 0.2837233462243989, "man": 0.3999410966876441}, "neck": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "need": {"him - man": -0.05835656661041522, "him": 0.3280990765035222, "man": 0.38645564311393743}, "needed": {"him - man": -0.08253683630540892, "him": 0.2837233462243989, "man": 0.3662601825298078}, "needs": {"him - man": -0.05512131935366438, "him": 0.3744552519447357, "man": 0.4295765712984001}, "negated": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "neighbourhood": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "nestings": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "nestled": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "netanyahu": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "never": {"him - man": -0.00714648588159017, "him": 0.3594851049229266, "man": 0.3666315908045168}, "new": {"him - man": -0.03810040389285929, "him": 0.3416436287089483, "man": 0.3797440326018076}, "newly": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "news": {"him - man": -0.0917288049232558, "him": 0.3006077203134288, "man": 0.3923365252366846}, "newspapers": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "next": {"him - man": -0.00757897264649926, "him": 0.3444402449105279, "man": 0.35201921755702714}, "nhai": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "nicely": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "nigerian": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "night": {"him - man": -0.03273816083094394, "him": 0.3617388727048475, "man": 0.39447703353579144}, "nightclubs": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "nihilist": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "nine": {"him - man": 0.024213420339741998, "him": 0.3475944092848278, "man": 0.3233809889450858}, "nishi": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "no": {"him - man": 0.015225000361600016, "him": 0.38698440412743734, "man": 0.3717594037658373}, "nobody": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "noise": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "noisy": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "non": {"him - man": -0.02991341561665961, "him": 0.24904996938961999, "man": 0.2789633850062796}, "none": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "normal": {"him - man": 0.05643587201994915, "him": 0.3948582400258689, "man": 0.33842236800591974}, "not": {"him - man": 0.0015583107493443715, "him": 0.3920609707478712, "man": 0.39050265999852685}, "nothing": {"him - man": -0.03174704705068643, "him": 0.3443491805540662, "man": 0.37609622760475264}, "noticeably": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "novemberat": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "now": {"him - man": -0.060654553148749235, "him": 0.38133754709219475, "man": 0.441992100240944}, "nuclear": {"him - man": -0.08434452767930695, "him": 0.26014921400092134, "man": 0.3444937416802283}, "nude": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "number": {"him - man": -0.03146406155571718, "him": 0.29835905867507784, "man": 0.329823120230795}, "obama": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "observed": {"him - man": -0.08037660132202012, "him": 0.3109188704763041, "man": 0.39129547179832425}, "observer": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "obstructing": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "obtained": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "occur": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "ode": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "odor": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "of": {"him - man": -0.04784584665123781, "him": 0.30343889023628784, "man": 0.35128473688752565}, "off": {"him - man": -0.017477821173364716, "him": 0.3706725002132681, "man": 0.3881503213866328}, "offender": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "offense": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "offensive": {"him - man": -0.08291258916821936, "him": 0.2788873329423101, "man": 0.36179992211052947}, "offered": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "office": {"him - man": -0.06347218670280225, "him": 0.33646890998484186, "man": 0.3999410966876441}, "officer": {"him - man": -0.029996272427277704, "him": 0.33180364968325177, "man": 0.36179992211052947}, "officers": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "offseason": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "often": {"him - man": 0.04771225981251842, "him": 0.3735032651561205, "man": 0.32579100534360206}, "oh": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "oladipo": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "old": {"him - man": -0.14542706414617146, "him": 0.24904996938961999, "man": 0.39447703353579144}, "older": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "omnipresent": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "on": {"him - man": -0.03335843404409411, "him": 0.37994580924105703, "man": 0.41330424328515114}, "once": {"him - man": 0.003815058667659743, "him": 0.38034503627913957, "man": 0.3765299776114798}, "one": {"him - man": -0.04222949360531253, "him": 0.41059367629118104, "man": 0.45282316989649357}, "oni": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "online": {"him - man": -0.006795547424900461, "him": 0.37200995164093575, "man": 0.3788054990658362}, "only": {"him - man": -0.051179662427006556, "him": 0.35676131084691726, "man": 0.4079409732739238}, "onto": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "open": {"him - man": -0.06550280131320518, "him": 0.3080375914720274, "man": 0.3735403927852326}, "operating": {"him - man": 0.02423369916152185, "him": 0.3626560671674416, "man": 0.33842236800591974}, "opinions": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "opportunity": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "opposing": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "opposite": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "or": {"him - man": -0.041448886733800205, "him": 0.3868378116524934, "man": 0.42828669838629363}, "order": {"him - man": 0.002487908569288988, "him": 0.3367125688645452, "man": 0.3342246602952562}, "orderly": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "organizations": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "organs": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "oriental": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "original": {"him - man": -0.08211389140946429, "him": 0.2891281053031454, "man": 0.3712419967126097}, "orlean": {"him - man": -0.029223161450357915, "him": 0.26679635696049425, "man": 0.29601951841085217}, "oscars": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "other": {"him - man": -0.03136988797777701, "him": 0.42204470393404764, "man": 0.45341459191182465}, "others": {"him - man": -0.06550280131320518, "him": 0.3080375914720274, "man": 0.3735403927852326}, "our": {"him - man": -0.008295645181614686, "him": 0.3839686122109606, "man": 0.3922642573925753}, "out": {"him - man": -0.04002006937528063, "him": 0.38128060115783735, "man": 0.421300670533118}, "outlets": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "outrage": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "outside": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "ovarian": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "over": {"him - man": 0.004391633060837841, "him": 0.390044819446557, "man": 0.38565318638571916}, "overall": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "overcame": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "oversight": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "overturned": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "owi": {"him - man": -0.08037660132202012, "him": 0.3109188704763041, "man": 0.39129547179832425}, "own": {"him - man": -0.017217418445325483, "him": 0.37738632776413916, "man": 0.39460374620946465}, "owner": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "p": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "pace": {"him - man": 0.02423369916152185, "him": 0.3626560671674416, "man": 0.33842236800591974}, "paced": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "pacers": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "pacing": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "pack": {"him - man": 0.057440134448746294, "him": 0.35345965285959846, "man": 0.29601951841085217}, "page": {"him - man": -0.03097056289850708, "him": 0.3607176150548357, "man": 0.39168817795334276}, "pages": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "paint": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "pair": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "pandemic": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "pandemonium": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "parents": {"him - man": -0.028564026103533646, "him": 0.2837233462243989, "man": 0.3122873723279325}, "part": {"him - man": -0.03368724516876204, "him": 0.3428427324427178, "man": 0.3765299776114798}, "particularly": {"him - man": -0.11672568838829922, "him": 0.2788873329423101, "man": 0.3956130213306093}, "parts": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "party": {"him - man": -0.006626586081593611, "him": 0.3781480339154742, "man": 0.3847746199970678}, "partying": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "passenger": {"him - man": 0.02423369916152185, "him": 0.3626560671674416, "man": 0.33842236800591974}, "passengers": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "passions": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "past": {"him - man": -0.0289230513614539, "him": 0.27450570157661053, "man": 0.3034287529380644}, "pastimes": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "pathological": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "patients": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "paul": {"him - man": -0.02757325826077356, "him": 0.3868546813352889, "man": 0.41442793959606244}, "payment": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "peace": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "peak": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "pelicans": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "people": {"him - man": -0.03021771282850111, "him": 0.3942126476415842, "man": 0.4244303604700853}, "per": {"him - man": 0.0028223631459258214, "him": 0.35345965285959846, "man": 0.35063728971367264}, "perceptions": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "perfect": {"him - man": -0.11621775046324523, "him": 0.2837233462243989, "man": 0.3999410966876441}, "perfecting": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "performance": {"him - man": -0.028752414921752678, "him": 0.2788873329423101, "man": 0.3076397478640628}, "perhaps": {"him - man": 0.0028894211943477077, "him": 0.3569438991618976, "man": 0.3540544779675499}, "perimeter": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "period": {"him - man": -0.028752414921752678, "him": 0.2788873329423101, "man": 0.3076397478640628}, "perplexing": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "person": {"him - man": -0.05609253932205471, "him": 0.3607176150548357, "man": 0.4168101543768904}, "personal": {"him - man": -0.05389112257531037, "him": 0.3532931405189006, "man": 0.40718426309421096}, "personality": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "personally": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "photo": {"him - man": -0.028564026103533646, "him": 0.2837233462243989, "man": 0.3122873723279325}, "physical": {"him - man": -0.08106252434491723, "him": 0.30239205356945875, "man": 0.383454577914376}, "pick": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "picked": {"him - man": -0.029302146534637807, "him": 0.3475944092848278, "man": 0.37689655581946563}, "piece": {"him - man": -0.08037660132202012, "him": 0.3109188704763041, "man": 0.39129547179832425}, "pierzchalski": {"him - man": -0.028564026103533646, "him": 0.2837233462243989, "man": 0.3122873723279325}, "pillars": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "pin": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "pistons": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "pits": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "place": {"him - man": 0.010707634252767328, "him": 0.4013374472273901, "man": 0.3906298129746228}, "placed": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "play": {"him - man": -0.085729357351569, "him": 0.3594851049229266, "man": 0.4452144622744956}, "played": {"him - man": -0.08291258916821936, "him": 0.2788873329423101, "man": 0.36179992211052947}, "player": {"him - man": -0.06530895356467176, "him": 0.3107872740400809, "man": 0.37609622760475264}, "players": {"him - man": -0.08457130517676054, "him": 0.25713496518615164, "man": 0.3417062703629122}, "playing": {"him - man": -0.08325084524984133, "him": 0.27450570157661053, "man": 0.35775654682645186}, "playmaking": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "playoff": {"him - man": -0.02863940463088266, "him": 0.3626560671674416, "man": 0.39129547179832425}, "playoffs": {"him - man": -0.02863940463088266, "him": 0.3626560671674416, "man": 0.39129547179832425}, "plays": {"him - man": -0.08666370790475098, "him": 0.35445419452464716, "man": 0.44111790242939813}, "plco": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "plot": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "plucked": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "plus": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "pocket": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "podcasts": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "poets": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "point": {"him - man": 0.02751689394464868, "him": 0.36659411291731764, "man": 0.33907721897266896}, "points": {"him - man": -0.031815384490530174, "him": 0.4088646095243613, "man": 0.4406799940148915}, "poison": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "polarization": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "pole": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "police": {"him - man": -0.032557318112695854, "him": 0.39481143200771773, "man": 0.4273687501204136}, "policemen": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "political": {"him - man": -0.031558413943897023, "him": 0.29620667292525893, "man": 0.32776508686915595}, "politicians": {"him - man": -0.08037660132202012, "him": 0.3109188704763041, "man": 0.39129547179832425}, "politics": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "pollination": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "polokwane": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "pong": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "poorer": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "popular": {"him - man": 0.024071656438134803, "him": 0.3137026702107983, "man": 0.2896310137726635}, "portal": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "portion": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "posing": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "position": {"him - man": -0.08923566286392082, "him": 0.3275744915129696, "man": 0.4168101543768904}, "possessing": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "possible": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "possibly": {"him - man": -0.08106252434491723, "him": 0.30239205356945875, "man": 0.383454577914376}, "post": {"him - man": 0.024181537656909335, "him": 0.33646890998484186, "man": 0.3122873723279325}, "potentially": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "pounds": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "power": {"him - man": -0.11198284338630676, "him": 0.3242943174231378, "man": 0.43627716080944456}, "powerful": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "practicing": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "predict": {"him - man": 0.02423369916152185, "him": 0.3626560671674416, "man": 0.33842236800591974}, "predictability": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "preliminary": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "prepare": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "prescription": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "presence": {"him - man": -0.03031824181432724, "him": 0.3744552519447357, "man": 0.40477349375906296}, "presented": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "presidency": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "president": {"him - man": -0.030918996322831294, "him": 0.3107872740400809, "man": 0.3417062703629122}, "press": {"him - man": -0.029000383389728823, "him": 0.35445419452464716, "man": 0.383454577914376}, "pretend": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "preventing": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "previous": {"him - man": -0.030509036931620714, "him": 0.3201282527820519, "man": 0.35063728971367264}, "previously": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "price": {"him - man": -0.030509036931620714, "him": 0.3201282527820519, "man": 0.35063728971367264}, "prime": {"him - man": 0.056830460506607894, "him": 0.3802114494516937, "man": 0.3233809889450858}, "probably": {"him - man": -0.08253683630540892, "him": 0.2837233462243989, "man": 0.3662601825298078}, "problem": {"him - man": 0.01306408984366142, "him": 0.38916031744841406, "man": 0.37609622760475264}, "problems": {"him - man": -0.06510282885503793, "him": 0.3137026702107983, "man": 0.3788054990658362}, "process": {"him - man": 0.012842019355336132, "him": 0.3698336202506705, "man": 0.3569916008953344}, "produced": {"him - man": 0.05736882565774959, "him": 0.3569438991618976, "man": 0.299575073504148}, "production": {"him - man": 0.002440429082253226, "him": 0.33441362401540703, "man": 0.3319731949331538}, "products": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "professional": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "professionals": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "progress": {"him - man": -0.029348349847057753, "him": 0.3948582400258689, "man": 0.42420658987292664}, "progression": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "project": {"him - man": -0.08478421381276424, "him": 0.2542930051599047, "man": 0.33907721897266896}, "projecting": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "prompt": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "properties": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "prose": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "prostate": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "prostatic": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "protect": {"him - man": -0.029000383389728823, "him": 0.35445419452464716, "man": 0.383454577914376}, "protecting": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "protections": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "protectors": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "proud": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "prove": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "provide": {"him - man": -0.012424922825490292, "him": 0.38916031744841406, "man": 0.40158524027390435}, "providing": {"him - man": -0.08106252434491723, "him": 0.30239205356945875, "man": 0.383454577914376}, "proxy": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "prudence": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "psychologically": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "public": {"him - man": -0.07267118487711038, "him": 0.33690975330574185, "man": 0.40958093818285224}, "published": {"him - man": -0.11718247637673224, "him": 0.27450570157661053, "man": 0.39168817795334276}, "publisher": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "pull": {"him - man": -0.029000383389728823, "him": 0.35445419452464716, "man": 0.383454577914376}, "pulled": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "punching": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "pupils": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "put": {"him - man": -0.06613610294860639, "him": 0.3735032651561205, "man": 0.43963936810472687}, "puts": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "putting": {"him - man": -0.11328771939662252, "him": 0.3109188704763041, "man": 0.42420658987292664}, "quality": {"him - man": -0.02907916392816734, "him": 0.2704959095759807, "man": 0.299575073504148}, "quest": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "question": {"him - man": 0.02751074420180155, "him": 0.3781480339154742, "man": 0.35063728971367264}, "questioned": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "questions": {"him - man": -0.030791071469429998, "him": 0.3137026702107983, "man": 0.3444937416802283}, "quick": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "quicker": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "quickly": {"him - man": -0.028353410648454036, "him": 0.2891281053031454, "man": 0.31748151595159946}, "quite": {"him - man": -0.028752414921752678, "him": 0.2788873329423101, "man": 0.3076397478640628}, "race": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "radios": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "radius": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "rage": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "raise": {"him - man": 0.024181537656909335, "him": 0.33646890998484186, "man": 0.3122873723279325}, "raising": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "rallied": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "range": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "ranked": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "rates": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "rather": {"him - man": -0.05703843444873097, "him": 0.3471933124650435, "man": 0.40423174691377445}, "re": {"him - man": -0.05994366742546353, "him": 0.30470744880521045, "man": 0.364651116230674}, "reached": {"him - man": 0.024181537656909335, "him": 0.33646890998484186, "man": 0.3122873723279325}, "read": {"him - man": -0.012237079568879206, "him": 0.39481143200771773, "man": 0.40704851157659694}, "reader": {"him - man": 0.05643587201994915, "him": 0.3948582400258689, "man": 0.33842236800591974}, "readers": {"him - man": -0.1121018775217188, "him": 0.32160902634613486, "man": 0.43371090386785366}, "reading": {"him - man": -0.052171845426710495, "him": 0.3781480339154742, "man": 0.4303198793421847}, "ready": {"him - man": -0.08211389140946429, "him": 0.2891281053031454, "man": 0.3712419967126097}, "real": {"him - man": -0.032557318112695854, "him": 0.39481143200771773, "man": 0.4273687501204136}, "reality": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "realizes": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "really": {"him - man": -0.035809127330277246, "him": 0.3820201187233105, "man": 0.41782924605358773}, "reason": {"him - man": -0.02979127254496594, "him": 0.33646890998484186, "man": 0.3662601825298078}, "reassuring": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "reawakens": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "rebounding": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "rebounds": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "rebuilding": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "received": {"him - man": -0.028564026103533646, "him": 0.2837233462243989, "man": 0.3122873723279325}, "recently": {"him - man": 0.0026429101911540354, "him": 0.3443491805540662, "man": 0.3417062703629122}, "recognizing": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "record": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "records": {"him - man": -0.03018205531348228, "him": 0.3275744915129696, "man": 0.35775654682645186}, "red": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "reduction": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "reeled": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "referee": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "reflection": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "reflects": {"him - man": -0.1121018775217188, "him": 0.32160902634613486, "man": 0.43371090386785366}, "refusal": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "refused": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "regard": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "reinventing": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "relations": {"him - man": -0.06464636721501588, "him": 0.3201282527820519, "man": 0.3847746199970678}, "relationships": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "reliable": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "relies": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "religious": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "rely": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "remaining": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "remember": {"him - man": -0.08211389140946429, "him": 0.2891281053031454, "man": 0.3712419967126097}, "removed": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "removing": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "renal": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "repeat": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "repeatedly": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "report": {"him - man": 0.02399905289363058, "him": 0.3029624378999102, "man": 0.2789633850062796}, "reporters": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "represents": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "republican": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "request": {"him - man": 0.08121657482506495, "him": 0.3986980907766644, "man": 0.31748151595159946}, "requirements": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "research": {"him - man": 0.002266869256773163, "him": 0.32616069670969583, "man": 0.32389382745292267}, "researched": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "resection": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "resolution": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "resolve": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "respect": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "respective": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "response": {"him - man": 0.024163901819188982, "him": 0.33180364968325177, "man": 0.3076397478640628}, "responsible": {"him - man": -0.02818706794635223, "him": 0.3729275265454912, "man": 0.40111459449184345}, "rest": {"him - man": 0.056830460506607894, "him": 0.3802114494516937, "man": 0.3233809889450858}, "restaurant": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "restrictions": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "result": {"him - man": -0.029996272427277704, "him": 0.33180364968325177, "man": 0.36179992211052947}, "resuscitated": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "retailers": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "retention": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "retrieved": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "return": {"him - man": 0.002961068228383823, "him": 0.3607176150548357, "man": 0.35775654682645186}, "returning": {"him - man": -0.029727556956686274, "him": 0.38688431398550105, "man": 0.4166118709421873}, "reveals": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "review": {"him - man": 0.02414573857490515, "him": 0.3275744915129696, "man": 0.3034287529380644}, "revoked": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "revolving": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "rich": {"him - man": -0.028353410648454036, "him": 0.2891281053031454, "man": 0.31748151595159946}, "ride": {"him - man": 0.02414573857490515, "him": 0.3275744915129696, "man": 0.3034287529380644}, "ridiculous": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "right": {"him - man": -0.02265822292274422, "him": 0.3930366720623754, "man": 0.41569489498511963}, "risk": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "road": {"him - man": -0.08535476264737157, "him": 0.24661843228578223, "man": 0.3319731949331538}, "robbery": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "rock": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "rockets": {"him - man": -0.08666370790475098, "him": 0.35445419452464716, "man": 0.44111790242939813}, "role": {"him - man": -0.05703843444873097, "him": 0.3471933124650435, "man": 0.40423174691377445}, "rolled": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "rookie": {"him - man": -0.02863940463088266, "him": 0.3626560671674416, "man": 0.39129547179832425}, "room": {"him - man": -0.11421981737272857, "him": 0.30239205356945875, "man": 0.4166118709421873}, "rooms": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "rothschild": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "rouhani": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "roy": {"him - man": -0.02818706794635223, "him": 0.3729275265454912, "man": 0.40111459449184345}, "rule": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "rules": {"him - man": -0.029302146534637807, "him": 0.3475944092848278, "man": 0.37689655581946563}, "run": {"him - man": -0.03097056289850708, "him": 0.3607176150548357, "man": 0.39168817795334276}, "rupert": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "rushing": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "russell": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "s": {"him - man": -0.08362048470365718, "him": 0.3394107235341469, "man": 0.4230312082378041}, "sabonis": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "safely": {"him - man": -0.02757325826077356, "him": 0.3868546813352889, "man": 0.41442793959606244}, "safety": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "saftar": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "said": {"him - man": -0.008471488095700253, "him": 0.354271424256767, "man": 0.36274291235246725}, "same": {"him - man": -0.07076705639726666, "him": 0.3594851049229266, "man": 0.4302521613201933}, "saturday": {"him - man": -0.08291258916821936, "him": 0.2788873329423101, "man": 0.36179992211052947}, "sauce": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "saudi": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "save": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "saved": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "saving": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "saw": {"him - man": -0.11234286610595118, "him": 0.3006077203134288, "man": 0.41295058641938}, "say": {"him - man": -0.01704349363412133, "him": 0.3818933461962038, "man": 0.39893683983032513}, "says": {"him - man": -0.028752414921752678, "him": 0.2788873329423101, "man": 0.3076397478640628}, "scared": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "scheduled": {"him - man": 0.02423369916152185, "him": 0.3626560671674416, "man": 0.33842236800591974}, "school": {"him - man": -0.05742207845731839, "him": 0.34166614691764025, "man": 0.39908822537495864}, "science": {"him - man": -0.03115380316090821, "him": 0.3054346017740225, "man": 0.3365884049349307}, "scientific": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "score": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "scorer": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "scoresby": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "scoring": {"him - man": -0.029000383389728823, "him": 0.35445419452464716, "man": 0.383454577914376}, "scrubs": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "scrutiny": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "sculpt": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "se": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "search": {"him - man": 0.002188204666009108, "him": 0.3224943982920842, "man": 0.3203061936260751}, "season": {"him - man": -0.060899415997451245, "him": 0.2903991461312287, "man": 0.35129856212867994}, "second": {"him - man": -0.03467113287204593, "him": 0.35470321675934646, "man": 0.3893743496313924}, "sectarian": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "sections": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "security": {"him - man": 0.024181537656909335, "him": 0.33646890998484186, "man": 0.3122873723279325}, "see": {"him - man": -0.05536920753962726, "him": 0.33158685890331807, "man": 0.38695606644294533}, "seed": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "seeing": {"him - man": -0.029562224200630927, "him": 0.3416797725119788, "man": 0.3712419967126097}, "seem": {"him - man": -0.03174136980186121, "him": 0.38156002661935867, "man": 0.4133013964212199}, "seemed": {"him - man": 0.08144723904459411, "him": 0.39373461137252663, "man": 0.3122873723279325}, "seemingly": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "seems": {"him - man": -0.031039627500641542, "him": 0.3080375914720274, "man": 0.33907721897266896}, "seen": {"him - man": -0.031365474619725, "him": 0.3006077203134288, "man": 0.3319731949331538}, "seinfeld": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "selecting": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "self": {"him - man": -0.02818706794635223, "him": 0.3729275265454912, "man": 0.40111459449184345}, "senior": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "sense": {"him - man": -0.06266178072128448, "him": 0.3475944092848278, "man": 0.4102561900061123}, "sensitive": {"him - man": -0.11498930163171028, "him": 0.295266888374402, "man": 0.4102561900061123}, "sent": {"him - man": 0.05709450985803072, "him": 0.36938188218596324, "man": 0.3122873723279325}, "separate": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "sept": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "series": {"him - man": -0.12001315851873456, "him": 0.24661843228578223, "man": 0.3666315908045168}, "server": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "service": {"him - man": -0.029709569257542423, "him": 0.2542930051599047, "man": 0.28400257441744714}, "serving": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "set": {"him - man": 0.04745404708550188, "him": 0.38916031744841406, "man": 0.3417062703629122}, "setting": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "several": {"him - man": -0.032109029755312546, "him": 0.3367125688645452, "man": 0.36882159861985775}, "severe": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "shade": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "shadows": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "share": {"him - man": 0.10061788616214606, "him": 0.4180994021137455, "man": 0.31748151595159946}, "shared": {"him - man": 0.08121657482506495, "him": 0.3986980907766644, "man": 0.31748151595159946}, "sharing": {"him - man": 0.024213420339741998, "him": 0.3475944092848278, "man": 0.3233809889450858}, "she": {"him - man": -0.009848236442914271, "him": 0.271387930283364, "man": 0.28123616672627827}, "sheath": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "sherlock": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "shintao": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "shinto": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "ship": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "shocked": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "shocking": {"him - man": -0.02818706794635223, "him": 0.3729275265454912, "man": 0.40111459449184345}, "short": {"him - man": 0.029717207530234546, "him": 0.4178107598878539, "man": 0.38809355235761933}, "shot": {"him - man": 0.002961068228383823, "him": 0.3607176150548357, "man": 0.35775654682645186}, "shots": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "should": {"him - man": -0.03460137739554192, "him": 0.35602843557908087, "man": 0.3906298129746228}, "shoved": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "show": {"him - man": -0.03336015005497778, "him": 0.3795904363644022, "man": 0.41295058641938}, "showcase": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "showed": {"him - man": -0.08211389140946429, "him": 0.2891281053031454, "man": 0.3712419967126097}, "showing": {"him - man": -0.02979127254496594, "him": 0.33646890998484186, "man": 0.3662601825298078}, "shown": {"him - man": -0.06266178072128448, "him": 0.3475944092848278, "man": 0.4102561900061123}, "shut": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "side": {"him - man": 0.0027592503109199473, "him": 0.3502209476396933, "man": 0.34746169732877336}, "sight": {"him - man": -0.06078337732236244, "him": 0.3729275265454912, "man": 0.43371090386785366}, "significant": {"him - man": -0.06464636721501588, "him": 0.3201282527820519, "man": 0.3847746199970678}, "significantly": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "silence": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "silent": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "similar": {"him - man": -0.08253683630540892, "him": 0.2837233462243989, "man": 0.3662601825298078}, "similarities": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "simmons": {"him - man": -0.02863940463088266, "him": 0.3626560671674416, "man": 0.39129547179832425}, "since": {"him - man": -0.022504512748500516, "him": 0.3964282691054199, "man": 0.4189327818539204}, "sing": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "singing": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "single": {"him - man": -0.056827563936903636, "him": 0.3502209476396933, "man": 0.40704851157659694}, "singleton": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "sitting": {"him - man": -0.02863940463088266, "him": 0.3626560671674416, "man": 0.39129547179832425}, "situation": {"him - man": -0.031874245867592355, "him": 0.34166614691764025, "man": 0.3735403927852326}, "six": {"him - man": 0.08212851550462202, "him": 0.3781480339154742, "man": 0.29601951841085217}, "sixers": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "sixth": {"him - man": -0.062157676417540164, "him": 0.35445419452464716, "man": 0.4166118709421873}, "size": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "sjoberg": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "skins": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "sky": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "slab": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "slammed": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "slideshare": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "slight": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "slightly": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "slow": {"him - man": 0.027431332568612687, "him": 0.4043278883880783, "man": 0.37689655581946563}, "slurring": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "small": {"him - man": 0.0030381311725612425, "him": 0.3648380532830907, "man": 0.36179992211052947}, "smell": {"him - man": -0.08253683630540892, "him": 0.2837233462243989, "man": 0.3662601825298078}, "smitten": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "smoke": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "smooth": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "so": {"him - man": 0.009269651762972786, "him": 0.40562321599396606, "man": 0.39635356423099327}, "social": {"him - man": -0.029996272427277704, "him": 0.33180364968325177, "man": 0.36179992211052947}, "society": {"him - man": -0.06411368644037319, "him": 0.3275744915129696, "man": 0.39168817795334276}, "solidarity": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "some": {"him - man": -0.028339263924515357, "him": 0.3997342094262379, "man": 0.42807347335075324}, "someone": {"him - man": -0.029000383389728823, "him": 0.35445419452464716, "man": 0.383454577914376}, "something": {"him - man": -0.032959595435242905, "him": 0.35733220495222257, "man": 0.39029180038746547}, "sometimes": {"him - man": 0.024163901819188982, "him": 0.33180364968325177, "man": 0.3076397478640628}, "soon": {"him - man": -0.06464636721501588, "him": 0.3201282527820519, "man": 0.3847746199970678}, "sorry": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "sort": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "sounds": {"him - man": -0.02818706794635223, "him": 0.3729275265454912, "man": 0.40111459449184345}, "south": {"him - man": -0.11832973789301043, "him": 0.26335980734880843, "man": 0.38168954524181886}, "southern": {"him - man": -0.028353410648454036, "him": 0.2891281053031454, "man": 0.31748151595159946}, "space": {"him - man": -0.031874245867592355, "him": 0.34166614691764025, "man": 0.3735403927852326}, "speak": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "speaker": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "speaking": {"him - man": 0.02423369916152185, "him": 0.3626560671674416, "man": 0.33842236800591974}, "spearmint": {"him - man": -0.08106252434491723, "him": 0.30239205356945875, "man": 0.383454577914376}, "spears": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "special": {"him - man": -0.030509036931620714, "him": 0.3201282527820519, "man": 0.35063728971367264}, "specific": {"him - man": -0.08037660132202012, "him": 0.3109188704763041, "man": 0.39129547179832425}, "speech": {"him - man": -0.11759764278163864, "him": 0.2704959095759807, "man": 0.38809355235761933}, "spellbound": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "spend": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "spending": {"him - man": -0.11328771939662252, "him": 0.3109188704763041, "man": 0.42420658987292664}, "spent": {"him - man": -0.06488268359818067, "him": 0.3168068616436382, "man": 0.38168954524181886}, "sphere": {"him - man": -0.02818706794635223, "him": 0.3729275265454912, "man": 0.40111459449184345}, "spirit": {"him - man": -0.030509036931620714, "him": 0.3201282527820519, "man": 0.35063728971367264}, "sports": {"him - man": -0.08037660132202012, "him": 0.3109188704763041, "man": 0.39129547179832425}, "spots": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "stability": {"him - man": -0.02863940463088266, "him": 0.3626560671674416, "man": 0.39129547179832425}, "stacks": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "stadler": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "standard": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "standing": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "standings": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "standoffs": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "staple": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "star": {"him - man": -0.056601428365963435, "him": 0.35345965285959846, "man": 0.4100610812255619}, "start": {"him - man": -0.18105267266437491, "him": 0.26335980734880843, "man": 0.44441248001318334}, "started": {"him - man": 0.06398645146391396, "him": 0.4114481487926873, "man": 0.34746169732877336}, "starting": {"him - man": -0.08923566286392082, "him": 0.3275744915129696, "man": 0.4168101543768904}, "starts": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "state": {"him - man": -0.008614624067876442, "him": 0.3099759637126704, "man": 0.31859058778054683}, "stated": {"him - man": -0.029000383389728823, "him": 0.35445419452464716, "man": 0.383454577914376}, "statement": {"him - man": 0.024213420339741998, "him": 0.3475944092848278, "man": 0.3233809889450858}, "states": {"him - man": 0.024035017054580277, "him": 0.3080375914720274, "man": 0.28400257441744714}, "station": {"him - man": -0.141753054240554, "him": 0.2788873329423101, "man": 0.4206403871828641}, "statistics": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "statue": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "stay": {"him - man": -0.06439118341611255, "him": 0.3237023689415068, "man": 0.38809355235761933}, "stayed": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "steadfast": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "steadiness": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "steal": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "step": {"him - man": -0.012952377957816952, "him": 0.3735032651561205, "man": 0.38645564311393743}, "stepped": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "steve": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "steven": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "stevens": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "still": {"him - man": -0.07289857266478955, "him": 0.33418061462020265, "man": 0.4070791872849922}, "sting": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "stings": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "stint": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "stomach": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "stoned": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "stools": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "stop": {"him - man": -0.09419153237349004, "him": 0.3502209476396933, "man": 0.44441248001318334}, "stopped": {"him - man": 0.056656043449358484, "him": 0.38688431398550105, "man": 0.33022827053614257}, "stories": {"him - man": 0.003213255232126011, "him": 0.3744552519447357, "man": 0.3712419967126097}, "stout": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "straight": {"him - man": -0.02818706794635223, "him": 0.3729275265454912, "man": 0.40111459449184345}, "streak": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "street": {"him - man": 0.0030381311725612425, "him": 0.3648380532830907, "man": 0.36179992211052947}, "streets": {"him - man": 0.024198256560379328, "him": 0.3416797725119788, "man": 0.31748151595159946}, "striking": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "stroke": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "strong": {"him - man": -0.006872911052078601, "him": 0.36922331655267404, "man": 0.37609622760475264}, "struggles": {"him - man": -0.08037660132202012, "him": 0.3109188704763041, "man": 0.39129547179832425}, "students": {"him - man": -0.030352109026043128, "him": 0.3237023689415068, "man": 0.3540544779675499}, "studied": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "studies": {"him - man": 0.002961068228383823, "him": 0.3607176150548357, "man": 0.35775654682645186}, "style": {"him - man": 0.0033148936322280886, "him": 0.3802114494516937, "man": 0.37689655581946563}, "subdued": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "subject": {"him - man": 0.02748807494476946, "him": 0.38928799705529893, "man": 0.36179992211052947}, "submission": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "submitting": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "subtrigonal": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "subversive": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "subway": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "success": {"him - man": -0.029562224200630927, "him": 0.3416797725119788, "man": 0.3712419967126097}, "succession": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "such": {"him - man": -0.02289433607156849, "him": 0.38783979097472465, "man": 0.41073412704629314}, "suffering": {"him - man": -0.02863940463088266, "him": 0.3626560671674416, "man": 0.39129547179832425}, "suggested": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "suicide": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "sullivan": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "sunday": {"him - man": 0.024213420339741998, "him": 0.3475944092848278, "man": 0.3233809889450858}, "superstar": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "support": {"him - man": -0.14479522021505392, "him": 0.2542930051599047, "man": 0.39908822537495864}, "supporters": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "supportive": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "supposed": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "sure": {"him - man": -0.007207642480923537, "him": 0.35733220495222257, "man": 0.3645398474331461}, "surgeon": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "surpassed": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "surrounds": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "susan": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "suspect": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "suspected": {"him - man": -0.08211389140946429, "him": 0.2891281053031454, "man": 0.3712419967126097}, "swamps": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "sweet": {"him - man": 0.003429736071125067, "him": 0.38688431398550105, "man": 0.383454577914376}, "syrian": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "system": {"him - man": -0.06916174956719412, "him": 0.3781480339154742, "man": 0.4473097834826683}, "t": {"him - man": -0.042136736414955245, "him": 0.3627725031365892, "man": 0.40490923955154445}, "tables": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "tackle": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "take": {"him - man": -0.008236548902260998, "him": 0.3223185170883703, "man": 0.3305550659906313}, "taken": {"him - man": -0.033779504886320866, "him": 0.3716338984440734, "man": 0.4054134033303943}, "takes": {"him - man": 0.0033148936322280886, "him": 0.3802114494516937, "man": 0.37689655581946563}, "takeshi": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "taking": {"him - man": -0.012817630790962431, "him": 0.37747416959650304, "man": 0.39029180038746547}, "talent": {"him - man": -0.02818706794635223, "him": 0.3729275265454912, "man": 0.40111459449184345}, "talented": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "tamsulosin": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "tatum": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "taxi": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "taxis": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "teach": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "teacher": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "team": {"him - man": -0.08640957309415509, "him": 0.23219588386211493, "man": 0.31860545695627}, "teammates": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "teams": {"him - man": -0.006795547424900461, "him": 0.37200995164093575, "man": 0.3788054990658362}, "tear": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "technique": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "techniques": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "technology": {"him - man": 0.024090163600664627, "him": 0.3168068616436382, "man": 0.29271669804297357}, "telekinesis": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "tell": {"him - man": 0.02414573857490515, "him": 0.3275744915129696, "man": 0.3034287529380644}, "temperament": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "tend": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "tends": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "term": {"him - man": -0.006533525738260659, "him": 0.38156002661935867, "man": 0.38809355235761933}, "terms": {"him - man": -0.028353410648454036, "him": 0.2891281053031454, "man": 0.31748151595159946}, "terrible": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "terrifying": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "test": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "than": {"him - man": -0.03918740750111266, "him": 0.3625010218357395, "man": 0.40168842933685217}, "thanapob": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "thank": {"him - man": 0.024198256560379328, "him": 0.3416797725119788, "man": 0.31748151595159946}, "thanks": {"him - man": 0.0028894211943477077, "him": 0.3569438991618976, "man": 0.3540544779675499}, "that": {"him - man": -0.049756197658249124, "him": 0.3582756463227733, "man": 0.40803184398102244}, "the": {"him - man": -0.05327805508006733, "him": 0.2563281507906438, "man": 0.30960620587071114}, "theatre": {"him - man": -0.08106252434491723, "him": 0.30239205356945875, "man": 0.383454577914376}, "their": {"him - man": -0.041282602952015246, "him": 0.375945413994322, "man": 0.41722801694633727}, "them": {"him - man": -0.004343552937156825, "him": 0.39909505455889493, "man": 0.40343860749605176}, "themselves": {"him - man": -0.031149653195721716, "him": 0.3569438991618976, "man": 0.38809355235761933}, "then": {"him - man": 0.029924209441355987, "him": 0.44353789329482274, "man": 0.41361368385346675}, "theories": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "theory": {"him - man": 0.02423369916152185, "him": 0.3626560671674416, "man": 0.33842236800591974}, "there": {"him - man": -0.030692011779428763, "him": 0.3856265237990586, "man": 0.41631853557848736}, "these": {"him - man": -0.02568622322620706, "him": 0.3777523842698447, "man": 0.40343860749605176}, "they": {"him - man": -0.02257941273975661, "him": 0.3758232292630589, "man": 0.3984026420028155}, "thing": {"him - man": -0.05375536298806061, "him": 0.35527089366493597, "man": 0.4090262566529966}, "things": {"him - man": 0.004808952023796054, "him": 0.4106844249330861, "man": 0.40587547290929005}, "think": {"him - man": -0.052550390674275915, "him": 0.35215058777235864, "man": 0.40470097844663455}, "thinking": {"him - man": -0.06266178072128448, "him": 0.3475944092848278, "man": 0.4102561900061123}, "third": {"him - man": -0.032217966789109764, "him": 0.33441362401540703, "man": 0.3666315908045168}, "thirty": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "this": {"him - man": -0.03875197438145761, "him": 0.3917695825083448, "man": 0.4305215568898024}, "those": {"him - man": -0.03628173535313173, "him": 0.35098520768931935, "man": 0.3872669430424511}, "though": {"him - man": 0.002188204666009108, "him": 0.3224943982920842, "man": 0.3203061936260751}, "thought": {"him - man": -0.09628079820562246, "him": 0.3301157387850733, "man": 0.42639653699069574}, "thoughts": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "three": {"him - man": -0.013356742553461587, "him": 0.36170213064307527, "man": 0.37505887319653686}, "thrilled": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "thrives": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "through": {"him - man": -0.02046215315623784, "him": 0.38087621668196087, "man": 0.4013383698381987}, "throughout": {"him - man": 0.013152368328148645, "him": 0.39792698832521645, "man": 0.3847746199970678}, "throw": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "throws": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "thunder": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "thursday": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "tien": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "tile": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "time": {"him - man": -0.039974091319749494, "him": 0.4322010380464142, "man": 0.4721751293661637}, "times": {"him - man": 0.002487908569288988, "him": 0.3367125688645452, "man": 0.3342246602952562}, "tired": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "titled": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "to": {"him - man": -0.04175097639915598, "him": 0.3229552216550599, "man": 0.3647061980542159}, "today": {"him - man": -0.031039627500641542, "him": 0.3080375914720274, "man": 0.33907721897266896}, "together": {"him - man": -0.031874245867592355, "him": 0.34166614691764025, "man": 0.3735403927852326}, "toiled": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "told": {"him - man": -0.03352423615149658, "him": 0.34608986338490916, "man": 0.37961409953640574}, "tone": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "tongue": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "tonkotsu": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "too": {"him - man": 0.012641861420016054, "him": 0.35470321675934646, "man": 0.3420613553393304}, "took": {"him - man": -0.0073776527242992995, "him": 0.3513919472087444, "man": 0.3587695999330437}, "top": {"him - man": 0.027493803043230958, "him": 0.3495611764621815, "man": 0.32206737341895053}, "torn": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "tortue": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "touch": {"him - man": -0.061550522705485056, "him": 0.3626560671674416, "man": 0.42420658987292664}, "tough": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "toward": {"him - man": 0.024108734371199758, "him": 0.3201282527820519, "man": 0.29601951841085217}, "towards": {"him - man": 0.0033148936322280886, "him": 0.3802114494516937, "man": 0.37689655581946563}, "town": {"him - man": -0.03034673998433493, "him": 0.23789861248630093, "man": 0.26824535247063586}, "toxic": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "toy": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "track": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "tracks": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "trade": {"him - man": -0.02863940463088266, "him": 0.3626560671674416, "man": 0.39129547179832425}, "traded": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "traditional": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "traffic": {"him - man": -0.06266178072128448, "him": 0.3475944092848278, "man": 0.4102561900061123}, "trail": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "train": {"him - man": -0.061550522705485056, "him": 0.3626560671674416, "man": 0.42420658987292664}, "transgressive": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "trauma": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "travel": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "treated": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "treatment": {"him - man": -0.029599045964004145, "him": 0.25713496518615164, "man": 0.2867340111501558}, "tremble": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "tried": {"him - man": 0.057504249596719736, "him": 0.3502209476396933, "man": 0.29271669804297357}, "tries": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "trigger": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "trips": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "trivia": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "troops": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "tropics": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "trucks": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "true": {"him - man": -0.006626586081593611, "him": 0.3781480339154742, "man": 0.3847746199970678}, "truly": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "trump": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "trust": {"him - man": 0.024198256560379328, "him": 0.3416797725119788, "man": 0.31748151595159946}, "truth": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "try": {"him - man": -0.06439118341611255, "him": 0.3237023689415068, "man": 0.38809355235761933}, "trying": {"him - man": -0.030918996322831294, "him": 0.3107872740400809, "man": 0.3417062703629122}, "tugged": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "tumultuous": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "turbulence": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "turn": {"him - man": -0.006325024275310398, "him": 0.38928799705529893, "man": 0.3956130213306093}, "turned": {"him - man": -0.08789679878642132, "him": 0.3416797725119788, "man": 0.4295765712984001}, "turns": {"him - man": -0.029348349847057753, "him": 0.3948582400258689, "man": 0.42420658987292664}, "turp": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "twenty": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "twitter": {"him - man": -0.08498488906401969, "him": 0.251603515870911, "man": 0.3365884049349307}, "two": {"him - man": -0.06370584661595302, "him": 0.35676131084691726, "man": 0.4204671574628703}, "tyler": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "type": {"him - man": -0.06266178072128448, "him": 0.3475944092848278, "man": 0.4102561900061123}, "typhoon": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "ultimately": {"him - man": 0.05643587201994915, "him": 0.3948582400258689, "man": 0.33842236800591974}, "unable": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "unanmed": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "unbearded": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "unbiased": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "uncalm": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "uncertainty": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "unclassified": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "uncredited": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "under": {"him - man": -0.07971788459214718, "him": 0.3207560272402486, "man": 0.4004739118323958}, "underarm": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "undercover": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "undergo": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "underground": {"him - man": -0.08037660132202012, "him": 0.3109188704763041, "man": 0.39129547179832425}, "undermined": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "underrated": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "understand": {"him - man": -0.0289230513614539, "him": 0.27450570157661053, "man": 0.3034287529380644}, "understanding": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "understood": {"him - man": 0.05614227033426522, "him": 0.4048373973239823, "man": 0.34869512698971705}, "undertake": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "undone": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "unending": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "unfortunate": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "uniform": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "unite": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "united": {"him - man": 0.024108734371199758, "him": 0.3201282527820519, "man": 0.29601951841085217}, "unlit": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "unrest": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "unruly": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "unsettled": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "unsolved": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "unstated": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "unto": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "unwanted": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "unwritten": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "up": {"him - man": -0.015129233070754255, "him": 0.4135618978716302, "man": 0.4286911309423845}, "upheaval": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "upon": {"him - man": 0.02423369916152185, "him": 0.3626560671674416, "man": 0.33842236800591974}, "urolithiasis": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "us": {"him - man": 0.012503831300753998, "him": 0.34516463576618117, "man": 0.3326608044654272}, "use": {"him - man": 0.08343182038066121, "him": 0.3428427324427178, "man": 0.2594109120620566}, "used": {"him - man": 0.02742800795486061, "him": 0.33158685890331807, "man": 0.30415885094845746}, "uses": {"him - man": -0.11621775046324523, "him": 0.2837233462243989, "man": 0.3999410966876441}, "using": {"him - man": -0.11951689173894192, "him": 0.251603515870911, "man": 0.37112040760985293}, "usually": {"him - man": 0.024198256560379328, "him": 0.3416797725119788, "man": 0.31748151595159946}, "utah": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "v": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "vale": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "valid": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "valuable": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "value": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "valued": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "various": {"him - man": -0.0289230513614539, "him": 0.27450570157661053, "man": 0.3034287529380644}, "vast": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "ve": {"him - man": -0.030891656709336024, "him": 0.22386383182161151, "man": 0.25475548853094754}, "vehicle": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "vehicles": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "venezuelans": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "venture": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "verumontanum": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "very": {"him - man": -0.007649487198236049, "him": 0.379617455844215, "man": 0.3872669430424511}, "via": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "vice": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "vicious": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "victims": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "victor": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "videos": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "view": {"him - man": -0.028752414921752678, "him": 0.2788873329423101, "man": 0.3076397478640628}, "vigorous": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "villagers": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "violence": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "violent": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "vision": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "vlogs": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "voters": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "wade": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "wafa": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "waiting": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "wake": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "walked": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "walking": {"him - man": 0.024232399555774164, "him": 0.3729275265454912, "man": 0.34869512698971705}, "wall": {"him - man": -0.02907916392816734, "him": 0.2704959095759807, "man": 0.299575073504148}, "want": {"him - man": -0.032217966789109764, "him": 0.33441362401540703, "man": 0.3666315908045168}, "wanted": {"him - man": 0.05736882565774959, "him": 0.3569438991618976, "man": 0.299575073504148}, "wanting": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "wants": {"him - man": 0.056973735993136265, "him": 0.3744552519447357, "man": 0.31748151595159946}, "war": {"him - man": -0.12067080404286054, "him": 0.23994537458284973, "man": 0.36061617862571027}, "warm": {"him - man": -0.02818706794635223, "him": 0.3729275265454912, "man": 0.40111459449184345}, "warning": {"him - man": -0.029599045964004145, "him": 0.25713496518615164, "man": 0.2867340111501558}, "warrant": {"him - man": 0.023963867451572307, "him": 0.29835905867507784, "man": 0.27439519122350553}, "wars": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "was": {"him - man": -0.026576847983766916, "him": 0.3937274501961415, "man": 0.42030429817990844}, "wasn": {"him - man": 0.024108734371199758, "him": 0.3201282527820519, "man": 0.29601951841085217}, "waste": {"him - man": -0.11865628506491488, "him": 0.26014921400092134, "man": 0.3788054990658362}, "watched": {"him - man": -0.1121018775217188, "him": 0.32160902634613486, "man": 0.43371090386785366}, "watchful": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "watching": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "water": {"him - man": 0.024035017054580277, "him": 0.3080375914720274, "man": 0.28400257441744714}, "waterstones": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "wausau": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "wave": {"him - man": -0.08434452767930695, "him": 0.26014921400092134, "man": 0.3444937416802283}, "waves": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "way": {"him - man": 0.003726427549352984, "him": 0.3759702327140087, "man": 0.3722438051646557}, "ways": {"him - man": -0.08106252434491723, "him": 0.30239205356945875, "man": 0.383454577914376}, "wcc10": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "we": {"him - man": -0.012151177856798312, "him": 0.3626112982352468, "man": 0.3747624760920451}, "weakest": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "weapons": {"him - man": -0.07950556814570858, "him": 0.32160902634613486, "man": 0.40111459449184345}, "wears": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "weaving": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "web": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "website": {"him - man": -0.08253683630540892, "him": 0.2837233462243989, "man": 0.3662601825298078}, "websites": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "week": {"him - man": -0.06618078875806827, "him": 0.29835905867507784, "man": 0.3645398474331461}, "weight": {"him - man": 0.08164824919123614, "him": 0.38928799705529893, "man": 0.3076397478640628}, "weirdly": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "well": {"him - man": -0.014008599543189615, "him": 0.3430267049227425, "man": 0.3570353044659321}, "went": {"him - man": 0.057440134448746294, "him": 0.35345965285959846, "man": 0.29601951841085217}, "were": {"him - man": 0.0005743760292223898, "him": 0.3872046125261142, "man": 0.3866302364968918}, "west": {"him - man": -0.08457130517676054, "him": 0.25713496518615164, "man": 0.3417062703629122}, "westbrook": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "western": {"him - man": -0.06266178072128448, "him": 0.3475944092848278, "man": 0.4102561900061123}, "what": {"him - man": -0.015215259151490301, "him": 0.37231676204406405, "man": 0.38753202119555435}, "whatever": {"him - man": -0.08162966744506361, "him": 0.295266888374402, "man": 0.37689655581946563}, "when": {"him - man": -0.008194357305989386, "him": 0.3869011691955603, "man": 0.39509552650154967}, "where": {"him - man": -0.0364866342212396, "him": 0.3898562151097112, "man": 0.4263428493309508}, "whether": {"him - man": 0.002487908569288988, "him": 0.3367125688645452, "man": 0.3342246602952562}, "which": {"him - man": -0.04982865440019757, "him": 0.3826893065501287, "man": 0.4325179609503263}, "while": {"him - man": -0.04779238224533233, "him": 0.4069918457201466, "man": 0.45478422796547896}, "whiled": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "whilst": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "whispers": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "white": {"him - man": -0.05723605971983814, "him": 0.3443491805540662, "man": 0.40158524027390435}, "who": {"him - man": -0.0344269243905484, "him": 0.4102394607422817, "man": 0.4446663851328301}, "whole": {"him - man": 0.02749818272710569, "him": 0.38525472955355755, "man": 0.35775654682645186}, "whom": {"him - man": -0.08037660132202012, "him": 0.3109188704763041, "man": 0.39129547179832425}, "why": {"him - man": -0.03506228898209607, "him": 0.39515821327668726, "man": 0.43022050225878333}, "wife": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "will": {"him - man": -0.051310144086307186, "him": 0.3623497370174371, "man": 0.4136598811037443}, "willing": {"him - man": -0.027503497529615617, "him": 0.3109188704763041, "man": 0.33842236800591974}, "win": {"him - man": -0.08839418769637902, "him": 0.33646890998484186, "man": 0.4248630976812209}, "window": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "wing": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "winked": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "winner": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "winning": {"him - man": -0.06380937164735756, "him": 0.33180364968325177, "man": 0.3956130213306093}, "wins": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "wisdom": {"him - man": -0.026518863065950915, "him": 0.3361248205082348, "man": 0.3626436835741857}, "wise": {"him - man": -0.08037660132202012, "him": 0.3109188704763041, "man": 0.39129547179832425}, "with": {"him - man": -0.04611032673072801, "him": 0.3773712888552096, "man": 0.4234816155859376}, "within": {"him - man": -0.006713656408058932, "him": 0.37497588883375993, "man": 0.38168954524181886}, "without": {"him - man": -0.033779504886320866, "him": 0.3716338984440734, "man": 0.4054134033303943}, "woke": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "won": {"him - man": -0.1287154133620244, "him": 0.3080375914720274, "man": 0.43675300483405183}, "wonder": {"him - man": 0.024225923988504594, "him": 0.35445419452464716, "man": 0.33022827053614257}, "wondered": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "word": {"him - man": -0.030098145814874244, "him": 0.24429704540863129, "man": 0.27439519122350553}, "words": {"him - man": -0.0289230513614539, "him": 0.27450570157661053, "man": 0.3034287529380644}, "work": {"him - man": -0.0348054786705867, "him": 0.35215058777235864, "man": 0.38695606644294533}, "works": {"him - man": -0.11865628506491488, "him": 0.26014921400092134, "man": 0.3788054990658362}, "world": {"him - man": -0.06280081255229575, "him": 0.36791824997831774, "man": 0.4307190625306135}, "worried": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "worries": {"him - man": 0.024210997761103192, "him": 0.3868546813352889, "man": 0.3626436835741857}, "worrisome": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "worry": {"him - man": 0.024181537656909335, "him": 0.33646890998484186, "man": 0.3122873723279325}, "worse": {"him - man": -0.030559214501680865, "him": 0.36938188218596324, "man": 0.3999410966876441}, "would": {"him - man": -0.05164148397254209, "him": 0.3491215605811266, "man": 0.4007630445536687}, "writers": {"him - man": -0.027836216966683813, "him": 0.30239205356945875, "man": 0.33022827053614257}, "writing": {"him - man": -0.08211389140946429, "him": 0.2891281053031454, "man": 0.3712419967126097}, "written": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "wrote": {"him - man": -0.03131496713746934, "him": 0.35345965285959846, "man": 0.3847746199970678}, "x": {"him - man": -0.028564026103533646, "him": 0.2837233462243989, "man": 0.3122873723279325}, "yacht": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "year": {"him - man": -0.05519189003650382, "him": 0.3130122338797727, "man": 0.36820412391627655}, "years": {"him - man": -0.03834461688987695, "him": 0.39286670635093446, "man": 0.4312113232408114}, "yelled": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "yes": {"him - man": -0.02811410057068381, "him": 0.295266888374402, "man": 0.3233809889450858}, "yet": {"him - man": -0.007082725915010246, "him": 0.3617388727048475, "man": 0.36882159861985775}, "york": {"him - man": 0.057822656276320106, "him": 0.33221784749982564, "man": 0.27439519122350553}, "you": {"him - man": -0.03372998715339193, "him": 0.3582746195224011, "man": 0.392004606675793}, "young": {"him - man": -0.06503305819648225, "him": 0.38657698512865313, "man": 0.4516100433251354}, "younger": {"him - man": -0.07830311908782767, "him": 0.3361248205082348, "man": 0.41442793959606244}, "your": {"him - man": -0.02152490401034146, "him": 0.3560443623329419, "man": 0.37756926634328336}, "youtube": {"him - man": -0.02708610064358219, "him": 0.32160902634613486, "man": 0.34869512698971705}, "yrs": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "\u03c0": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}, "\u7f57\u70bd\u6cfd": {"him - man": -0.025602261168646445, "him": 0.35955182217277387, "man": 0.3851540833414203}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-him-she.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-him-she.json new file mode 100644 index 0000000000000000000000000000000000000000..ad2ae79c6b820789bea8648bf65055523285dfc3 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-him-she.json @@ -0,0 +1 @@ +{"0": {"him - she": 0.11015738888734863, "him": 0.2756211058471189, "she": 0.16546371695977027}, "000": {"him - she": 0.10580391874705827, "him": 0.3080375914720274, "she": 0.20223367272496914}, "04": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "08": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "1": {"him - she": 0.14900422091533566, "him": 0.2814454948081398, "she": 0.13244127389280413}, "10": {"him - she": 0.1681478212965956, "him": 0.34608986338490916, "she": 0.17794204208831355}, "12": {"him - she": 0.05117003323400596, "him": 0.26335980734880843, "she": 0.21218977411480247}, "14": {"him - she": 0.10315447149294943, "him": 0.3275744915129696, "she": 0.22442002002002015}, "15": {"him - she": 0.1299252734273707, "him": 0.39481143200771773, "she": 0.26488615858034703}, "16": {"him - she": 0.10315447149294943, "him": 0.3275744915129696, "she": 0.22442002002002015}, "17": {"him - she": 0.052850763935475, "him": 0.3080375914720274, "she": 0.2551868275365524}, "18": {"him - she": 0.10122959596894401, "him": 0.3416797725119788, "she": 0.24045017654303477}, "18usd": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "19": {"him - she": 0.05083465854321956, "him": 0.26679635696049425, "she": 0.2159616984172747}, "1986": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "2": {"him - she": 0.11829856339791142, "him": 0.3223185170883703, "she": 0.20401995369045886}, "20": {"him - she": 0.052249145643435246, "him": 0.3137026702107983, "she": 0.26145352456736304}, "200": {"him - she": 0.04867792876011065, "him": 0.2891281053031454, "she": 0.24045017654303477}, "2012": {"him - she": 0.10122959596894401, "him": 0.3416797725119788, "she": 0.24045017654303477}, "2016": {"him - she": 0.1608347095335374, "him": 0.38525472955355755, "she": 0.22442002002002015}, "2019": {"him - she": -0.0036178165912111315, "him": 0.295266888374402, "she": 0.29888470496561315}, "21": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "22": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "24": {"him - she": 0.04867792876011065, "him": 0.2891281053031454, "she": 0.24045017654303477}, "25": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "29": {"him - she": 0.10122959596894401, "him": 0.3416797725119788, "she": 0.24045017654303477}, "3": {"him - she": 0.10311671052985244, "him": 0.35470321675934646, "she": 0.251586506229494}, "30": {"him - she": 0.13692264607926966, "him": 0.3569438991618976, "she": 0.22002125308262796}, "300": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "33": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "4": {"him - she": 0.10226561271258566, "him": 0.3602232081582061, "she": 0.2579575954456204}, "40": {"him - she": -0.0032316441462705847, "him": 0.2891281053031454, "she": 0.292359749449416}, "400": {"him - she": -0.005187698419777842, "him": 0.32160902634613486, "she": 0.3267967247659127}, "40th": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "45": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "5": {"him - she": 0.13953285498982512, "him": 0.33997142023886123, "she": 0.2004385652490361}, "58": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "6": {"him - she": 0.17279569065947858, "him": 0.32023054958207625, "she": 0.14743485892259767}, "60": {"him - she": -0.0032316441462705847, "him": 0.2891281053031454, "she": 0.292359749449416}, "69p": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "7": {"him - she": 0.054116429759159645, "him": 0.29620667292525893, "she": 0.24209024316609928}, "8": {"him - she": 0.1419458862043856, "him": 0.32616069670969583, "she": 0.18421481050531022}, "884": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "90": {"him - she": -0.005187698419777842, "him": 0.32160902634613486, "she": 0.3267967247659127}, "a": {"him - she": 0.14146747657142092, "him": 0.32444323242934936, "she": 0.18297575585792844}, "able": {"him - she": 0.05383976722810113, "him": 0.3367125688645452, "she": 0.28287280163644407}, "about": {"him - she": 0.09926538057150153, "him": 0.3770285398407376, "she": 0.27776315926923606}, "above": {"him - she": -0.002885263601384025, "him": 0.2837233462243989, "she": 0.2866086098257829}, "abs": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "absolutely": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "abundance": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "accept": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "accepting": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "according": {"him - she": 0.05708037659790907, "him": 0.26894683778837636, "she": 0.2118664611904673}, "accuracy": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "accused": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "acknowledging": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "acquaintances": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "act": {"him - she": 0.033263529482911725, "him": 0.37200995164093575, "she": 0.33874642215802403}, "acting": {"him - she": 0.044737269512346245, "him": 0.3868546813352889, "she": 0.34211741182294264}, "activities": {"him - she": 0.052850763935475, "him": 0.3080375914720274, "she": 0.2551868275365524}, "activity": {"him - she": 0.05083465854321956, "him": 0.26679635696049425, "she": 0.2159616984172747}, "actor": {"him - she": 0.04867792876011065, "him": 0.2891281053031454, "she": 0.24045017654303477}, "acts": {"him - she": -0.002885263601384025, "him": 0.2837233462243989, "she": 0.2866086098257829}, "actually": {"him - she": 0.1100897302534129, "him": 0.37497588883375993, "she": 0.26488615858034703}, "adapt": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "added": {"him - she": 0.05232437167721146, "him": 0.251603515870911, "she": 0.19927914419369955}, "address": {"him - she": 0.09947762668917681, "him": 0.35445419452464716, "she": 0.25497656783547035}, "admits": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "adoring": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "adult": {"him - she": 0.04966208203262207, "him": 0.2788873329423101, "she": 0.22922525090968804}, "affairs": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "affected": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "after": {"him - she": 0.10575653342086788, "him": 0.4091895439173967, "she": 0.3034330104965288}, "again": {"him - she": 0.07886607106840343, "him": 0.3617388727048475, "she": 0.28287280163644407}, "against": {"him - she": 0.07892874402556316, "him": 0.34739199752263766, "she": 0.2684632534970745}, "age": {"him - she": 0.05008568155659038, "him": 0.27450570157661053, "she": 0.22442002002002015}, "agenda": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "agent": {"him - she": 0.048005753662416106, "him": 0.35445419452464716, "she": 0.30644844086223105}, "ago": {"him - she": 0.05383976722810113, "him": 0.3367125688645452, "she": 0.28287280163644407}, "agree": {"him - she": 0.09834840012373436, "him": 0.3626560671674416, "she": 0.26430766704370723}, "aid": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "aladdin": {"him - she": 0.04919630703888189, "him": 0.2837233462243989, "she": 0.23452703918551698}, "albeit": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "alcohol": {"him - she": 0.10122959596894401, "him": 0.3416797725119788, "she": 0.24045017654303477}, "alien": {"him - she": 0.10257839877356373, "him": 0.33180364968325177, "she": 0.22922525090968804}, "aliens": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "all": {"him - she": 0.13845484564930605, "him": 0.39688691395063586, "she": 0.2584320683013298}, "almost": {"him - she": 0.16211633897042516, "him": 0.42034521702464195, "she": 0.2582288780542168}, "alone": {"him - she": 0.09834840012373436, "him": 0.3626560671674416, "she": 0.26430766704370723}, "along": {"him - she": 0.09362894133810673, "him": 0.3818933461962038, "she": 0.28826440485809707}, "aloof": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "already": {"him - she": 0.05434602759564805, "him": 0.33221784749982564, "she": 0.2778718199041776}, "also": {"him - she": 0.11020642714879458, "him": 0.35759356620179117, "she": 0.24738713905299659}, "although": {"him - she": 0.034742740524747295, "him": 0.35733220495222257, "she": 0.32258946442747527}, "always": {"him - she": 0.08802549561897399, "him": 0.3301157387850733, "she": 0.24209024316609928}, "am": {"him - she": 0.1313901575921007, "him": 0.38657698512865313, "she": 0.2551868275365524}, "amazon": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "american": {"him - she": 0.05232437167721146, "him": 0.251603515870911, "she": 0.19927914419369955}, "amongst": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "amount": {"him - she": 0.10122959596894401, "him": 0.3416797725119788, "she": 0.24045017654303477}, "an": {"him - she": 0.1251606538570167, "him": 0.39076090804824204, "she": 0.26560025419122535}, "and": {"him - she": 0.15785300131732036, "him": 0.3187018637878701, "she": 0.16084886247054972}, "angeles": {"him - she": 0.05008568155659038, "him": 0.27450570157661053, "she": 0.22442002002002015}, "angry": {"him - she": 0.04613080177957851, "him": 0.3729275265454912, "she": 0.3267967247659127}, "angst": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "animals": {"him - she": 0.05117003323400596, "him": 0.26335980734880843, "she": 0.21218977411480247}, "another": {"him - she": 0.14652057386371725, "him": 0.40975777144695963, "she": 0.2632371975832424}, "answer": {"him - she": 0.10712600154674373, "him": 0.39373461137252663, "she": 0.2866086098257829}, "anthony": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "any": {"him - she": 0.11690106825464291, "him": 0.4008125443810822, "she": 0.2839114761264393}, "anyone": {"him - she": 0.10846832320056887, "him": 0.38525472955355755, "she": 0.2767864063529887}, "anything": {"him - she": -0.0032316441462705847, "him": 0.2891281053031454, "she": 0.292359749449416}, "apartment": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "apparent": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "appreciates": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "appropriately": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "april": {"him - she": 0.13485484300044626, "him": 0.36938188218596324, "she": 0.23452703918551698}, "archived": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "are": {"him - she": 0.1515051601949162, "him": 0.3796714870555045, "she": 0.22816632686058833}, "aren": {"him - she": -0.03486273744048585, "him": 0.2704959095759807, "she": 0.30535864701646653}, "argue": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "around": {"him - she": 0.10542382185619587, "him": 0.38589855515827054, "she": 0.2804747333020747}, "arrival": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "arrive": {"him - she": 0.09834840012373436, "him": 0.3626560671674416, "she": 0.26430766704370723}, "arrived": {"him - she": 0.04932002306256278, "him": 0.3416797725119788, "she": 0.292359749449416}, "arson": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "article": {"him - she": -0.0032316441462705847, "him": 0.2891281053031454, "she": 0.292359749449416}, "artist": {"him - she": 0.05008568155659038, "him": 0.27450570157661053, "she": 0.22442002002002015}, "artists": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "as": {"him - she": 0.14957439405314119, "him": 0.38493140753408395, "she": 0.23535701348094276}, "ash": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "ask": {"him - she": -0.006522192230082935, "him": 0.33180364968325177, "she": 0.3383258419133347}, "asked": {"him - she": 0.05158525214543108, "him": 0.3569438991618976, "she": 0.30535864701646653}, "aspect": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "assembly": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "assume": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "at": {"him - she": 0.09758719178766667, "him": 0.3809868451694125, "she": 0.28339965338174583}, "atlantic": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "attack": {"him - she": 0.052249145643435246, "him": 0.3137026702107983, "she": 0.26145352456736304}, "attacked": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "attempt": {"him - she": 0.04986030015905896, "him": 0.33646890998484186, "she": 0.2866086098257829}, "attempts": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "attend": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "attending": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "attitude": {"him - she": -0.004056387292772301, "him": 0.30239205356945875, "she": 0.30644844086223105}, "attractions": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "audience": {"him - she": 0.09834840012373436, "him": 0.3626560671674416, "she": 0.26430766704370723}, "august": {"him - she": 0.05008568155659038, "him": 0.27450570157661053, "she": 0.22442002002002015}, "aussie": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "australian": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "author": {"him - she": 0.10041945285854487, "him": 0.3475944092848278, "she": 0.24717495642628295}, "authority": {"him - she": 0.09947762668917681, "him": 0.35445419452464716, "she": 0.25497656783547035}, "available": {"him - she": 0.16386823878568957, "him": 0.36922331655267404, "she": 0.20535507776698447}, "avatar": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "avoid": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "away": {"him - she": 0.1299252734273707, "him": 0.39481143200771773, "she": 0.26488615858034703}, "awkwardness": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "ba": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "baby": {"him - she": -0.004567631039125608, "him": 0.3109188704763041, "she": 0.31548650151542973}, "back": {"him - she": 0.07747751454658536, "him": 0.3536504187704697, "she": 0.27617290422388435}, "bad": {"him - she": 0.04919630703888189, "him": 0.2837233462243989, "she": 0.23452703918551698}, "ballerina": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "band": {"him - she": 0.04966208203262207, "him": 0.2788873329423101, "she": 0.22922525090968804}, "baring": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "bars": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "based": {"him - she": 0.14023914162508508, "him": 0.3367125688645452, "she": 0.19647342723946012}, "baskervilles": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "basketball": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "be": {"him - she": 0.10067418439208814, "him": 0.3636439782193068, "she": 0.26296979382721863}, "beat": {"him - she": -0.002570257851761626, "him": 0.2788873329423101, "she": 0.28145759079407173}, "beaten": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "beauty": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "became": {"him - she": 0.02610376921475771, "him": 0.36938188218596324, "she": 0.34327811297120553}, "because": {"him - she": 0.061099322498312736, "him": 0.34681241199977514, "she": 0.2857130895014624}, "become": {"him - she": 0.09927527517500168, "him": 0.3795904363644022, "she": 0.28031516118940053}, "becomes": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "been": {"him - she": 0.10886597303713264, "him": 0.38328689997293414, "she": 0.2744209269358015}, "beer": {"him - she": 0.048005753662416106, "him": 0.35445419452464716, "she": 0.30644844086223105}, "before": {"him - she": 0.07222630913404637, "him": 0.39697166374229625, "she": 0.3247453546082499}, "begin": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "begrudgingly": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "behalf": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "behavior": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "behind": {"him - she": 0.08443572279985495, "him": 0.3569438991618976, "she": 0.27250817636204266}, "being": {"him - she": 0.06119934354528406, "him": 0.3628564651880079, "she": 0.30165712164272385}, "belief": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "believed": {"him - she": 0.04867792876011065, "him": 0.2891281053031454, "she": 0.24045017654303477}, "bemoans": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "bench": {"him - she": 0.04966208203262207, "him": 0.2788873329423101, "she": 0.22922525090968804}, "beneath": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "besides": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "best": {"him - she": 0.13436104094526324, "him": 0.4157888954340425, "she": 0.28142785448877927}, "better": {"him - she": 0.0540984628260065, "him": 0.33441362401540703, "she": 0.28031516118940053}, "between": {"him - she": 0.08406074774545202, "him": 0.32339334575646017, "she": 0.23933259801100815}, "bewildered": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "big": {"him - she": 0.05465588349830569, "him": 0.35733220495222257, "she": 0.3026763214539169}, "bill": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "birthday": {"him - she": 0.048709704319214675, "him": 0.3475944092848278, "she": 0.29888470496561315}, "bit": {"him - she": 0.10580391874705827, "him": 0.3080375914720274, "she": 0.20223367272496914}, "bite": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "black": {"him - she": -0.001526351231538603, "him": 0.26335980734880843, "she": 0.26488615858034703}, "blends": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "blog": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "blogs": {"him - she": 0.08043587312327, "him": 0.38688431398550105, "she": 0.30644844086223105}, "blond": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "bluntly": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "boat": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "body": {"him - she": 0.017305880002978224, "him": 0.33646890998484186, "she": 0.31916302998186363}, "bond": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "book": {"him - she": 0.08904626078414418, "him": 0.3224943982920842, "she": 0.23344813750794002}, "booked": {"him - she": -0.0059925913147078624, "him": 0.3361248205082348, "she": 0.34211741182294264}, "books": {"him - she": 0.052330041231234914, "him": 0.3502209476396933, "she": 0.2978909064084584}, "bookshops": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "borgen": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "boring": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "both": {"him - she": 0.07298097056998654, "him": 0.38561398603205393, "she": 0.3126330154620674}, "bottle": {"him - she": 0.12883928558539692, "him": 0.4048373973239823, "she": 0.27599811173858535}, "bought": {"him - she": -0.005187698419777842, "him": 0.32160902634613486, "she": 0.3267967247659127}, "box": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "boy": {"him - she": -0.004567631039125608, "him": 0.3109188704763041, "she": 0.31548650151542973}, "branches": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "break": {"him - she": -0.0036178165912111315, "him": 0.295266888374402, "she": 0.29888470496561315}, "breakfast": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "breakup": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "breezily": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "brighter": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "brilliant": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "bring": {"him - she": 0.18323297539382838, "him": 0.39189799225665045, "she": 0.20866501686282207}, "bringing": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "brisbane": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "brisvegas": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "britain": {"him - she": 0.04867792876011065, "him": 0.2891281053031454, "she": 0.24045017654303477}, "broadway": {"him - she": 0.04867792876011065, "him": 0.2891281053031454, "she": 0.24045017654303477}, "broken": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "brother": {"him - she": 0.08132674448608057, "him": 0.3802114494516937, "she": 0.29888470496561315}, "brought": {"him - she": 0.04986030015905896, "him": 0.33646890998484186, "she": 0.2866086098257829}, "browsing": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "bubbling": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "building": {"him - she": 0.04867792876011065, "him": 0.2891281053031454, "she": 0.24045017654303477}, "buildings": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "burn": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "burns": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "burst": {"him - she": -0.0059925913147078624, "him": 0.3361248205082348, "she": 0.34211741182294264}, "bus": {"him - she": 0.10503765334797621, "him": 0.3137026702107983, "she": 0.20866501686282207}, "business": {"him - she": -0.03486273744048585, "him": 0.2704959095759807, "she": 0.30535864701646653}, "busy": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "but": {"him - she": 0.13538780695213826, "him": 0.3964102930257101, "she": 0.26102248607357187}, "buy": {"him - she": -0.0022807047763781507, "him": 0.27450570157661053, "she": 0.2767864063529887}, "buying": {"him - she": 0.04867792876011065, "him": 0.2891281053031454, "she": 0.24045017654303477}, "by": {"him - she": 0.09845882644825316, "him": 0.37591937850002116, "she": 0.277460552051768}, "cadaver": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "californication": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "call": {"him - she": -0.03486273744048585, "him": 0.2704959095759807, "she": 0.30535864701646653}, "called": {"him - she": 0.05642224193972639, "him": 0.3834919366845559, "she": 0.3270696947448295}, "calls": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "came": {"him - she": 0.07946038504804498, "him": 0.35733220495222257, "she": 0.2778718199041776}, "can": {"him - she": 0.12029335708671637, "him": 0.3582790394556447, "she": 0.23798568236892834}, "cannot": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "capable": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "captivating": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "captured": {"him - she": 0.09834840012373436, "him": 0.3626560671674416, "she": 0.26430766704370723}, "captures": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "car": {"him - she": 0.05364414593702968, "him": 0.3006077203134288, "she": 0.24696357437639913}, "card": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "care": {"him - she": 0.050474656493352726, "him": 0.2704959095759807, "she": 0.22002125308262796}, "career": {"him - she": 0.048005753662416106, "him": 0.35445419452464716, "she": 0.30644844086223105}, "carpet": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "carried": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "case": {"him - she": 0.1334484899770863, "him": 0.3966856875603287, "she": 0.2632371975832424}, "cats": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "cause": {"him - she": 0.1398466011363427, "him": 0.33912574533004225, "she": 0.19927914419369955}, "caused": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "center": {"him - she": 0.04919630703888189, "him": 0.2837233462243989, "she": 0.23452703918551698}, "centered": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "central": {"him - she": 0.04986030015905896, "him": 0.33646890998484186, "she": 0.2866086098257829}, "centre": {"him - she": 0.10580391874705827, "him": 0.3080375914720274, "she": 0.20223367272496914}, "certain": {"him - she": 0.04966208203262207, "him": 0.2788873329423101, "she": 0.22922525090968804}, "certainly": {"him - she": 0.11099443849845725, "him": 0.36922331655267404, "she": 0.2582288780542168}, "change": {"him - she": 0.020292559124028275, "him": 0.3006077203134288, "she": 0.28031516118940053}, "changes": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "chapter": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "character": {"him - she": 0.04986030015905896, "him": 0.33646890998484186, "she": 0.2866086098257829}, "charismatic": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "chatty": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "cheapest": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "child": {"him - she": -0.0352344289839473, "him": 0.2788873329423101, "she": 0.3141217619262574}, "childhood": {"him - she": 0.04613080177957851, "him": 0.3729275265454912, "she": 0.3267967247659127}, "children": {"him - she": 0.020089636263466104, "him": 0.3029624378999102, "she": 0.28287280163644407}, "chimpanzee": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "china": {"him - she": 0.056472437991480134, "him": 0.21024101323602126, "she": 0.15376857524454113}, "chinese": {"him - she": 0.10416655436477723, "him": 0.3201282527820519, "she": 0.2159616984172747}, "chocolate": {"him - she": -0.005187698419777842, "him": 0.32160902634613486, "she": 0.3267967247659127}, "chores": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "circle": {"him - she": 0.09834840012373436, "him": 0.3626560671674416, "she": 0.26430766704370723}, "circumstantial": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "citizens": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "city": {"him - she": 0.14359544117391282, "him": 0.3158686776863229, "she": 0.17227323651241006}, "claimed": {"him - she": 0.04867792876011065, "him": 0.2891281053031454, "she": 0.24045017654303477}, "class": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "clear": {"him - she": 0.018639301769296568, "him": 0.3201282527820519, "she": 0.30148895101275536}, "clearly": {"him - she": 0.09834840012373436, "him": 0.3626560671674416, "she": 0.26430766704370723}, "closed": {"him - she": 0.04919630703888189, "him": 0.2837233462243989, "she": 0.23452703918551698}, "clouded": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "club": {"him - she": 0.09947762668917681, "him": 0.35445419452464716, "she": 0.25497656783547035}, "coach": {"him - she": 0.10416655436477723, "him": 0.3201282527820519, "she": 0.2159616984172747}, "cold": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "coleman": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "colleagues": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "collection": {"him - she": 0.10315447149294943, "him": 0.3275744915129696, "she": 0.22442002002002015}, "college": {"him - she": -0.03566135075879284, "him": 0.2891281053031454, "she": 0.32478945606193826}, "com": {"him - she": -0.001304310566441702, "him": 0.26014921400092134, "she": 0.26145352456736304}, "come": {"him - she": 0.0901393004537866, "him": 0.31433703290330905, "she": 0.22419773244952246}, "comedians": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "comes": {"him - she": 0.1621863354981995, "him": 0.3781480339154742, "she": 0.2159616984172747}, "comical": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "coming": {"him - she": -0.001304310566441702, "him": 0.26014921400092134, "she": 0.26145352456736304}, "commences": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "comment": {"him - she": -0.002885263601384025, "him": 0.2837233462243989, "she": 0.2866086098257829}, "commentary": {"him - she": 0.09947762668917681, "him": 0.35445419452464716, "she": 0.25497656783547035}, "commits": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "common": {"him - she": 0.05192070306329116, "him": 0.3168068616436382, "she": 0.26488615858034703}, "communicated": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "community": {"him - she": -0.0007029291227226286, "him": 0.251603515870911, "she": 0.25230644499363364}, "company": {"him - she": 0.08000572751684826, "him": 0.3532931405189006, "she": 0.27328741300205234}, "comparing": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "compassionate": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "completely": {"him - she": 0.08043587312327, "him": 0.38688431398550105, "she": 0.30644844086223105}, "compulsion": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "conceived": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "concluded": {"him - she": 0.10041945285854487, "him": 0.3475944092848278, "she": 0.24717495642628295}, "conclusion": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "conference": {"him - she": 0.10461708752883572, "him": 0.3168068616436382, "she": 0.21218977411480247}, "confess": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "confidence": {"him - she": 0.09834840012373436, "him": 0.3626560671674416, "she": 0.26430766704370723}, "consequences": {"him - she": 0.09834840012373436, "him": 0.3626560671674416, "she": 0.26430766704370723}, "consolation": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "conspiracy": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "constantly": {"him - she": 0.12883928558539692, "him": 0.4048373973239823, "she": 0.27599811173858535}, "construction": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "consumption": {"him - she": 0.04919630703888189, "him": 0.2837233462243989, "she": 0.23452703918551698}, "contact": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "contest": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "continue": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "continued": {"him - she": 0.07665908290271883, "him": 0.3781480339154742, "she": 0.30148895101275536}, "continues": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "contouring": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "conversation": {"him - she": 0.08043587312327, "him": 0.38688431398550105, "she": 0.30644844086223105}, "convey": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "conveyed": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "convince": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "cookies": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "copy": {"him - she": 0.09834840012373436, "him": 0.3626560671674416, "she": 0.26430766704370723}, "cordial": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "corner": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "correctly": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "cost": {"him - she": 0.018639301769296568, "him": 0.3201282527820519, "she": 0.30148895101275536}, "costs": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "could": {"him - she": 0.060994423585834734, "him": 0.347622106601476, "she": 0.2866276830156413}, "couldn": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "count": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "counter": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "country": {"him - she": 0.05433857960901228, "him": 0.29414210090526105, "she": 0.23980352129624877}, "couple": {"him - she": 0.050474656493352726, "him": 0.2704959095759807, "she": 0.22002125308262796}, "course": {"him - she": 0.13749795444232377, "him": 0.35345965285959846, "she": 0.2159616984172747}, "covered": {"him - she": -0.0032316441462705847, "him": 0.2891281053031454, "she": 0.292359749449416}, "covers": {"him - she": -0.0059925913147078624, "him": 0.3361248205082348, "she": 0.34211741182294264}, "crack": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "crackerjack": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "create": {"him - she": 0.04966208203262207, "him": 0.2788873329423101, "she": 0.22922525090968804}, "credit": {"him - she": 0.04932002306256278, "him": 0.3416797725119788, "she": 0.292359749449416}, "cried": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "crime": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "crisis": {"him - she": 0.10315447149294943, "him": 0.3275744915129696, "she": 0.22442002002002015}, "cross": {"him - she": 0.10368111585887882, "him": 0.3237023689415068, "she": 0.22002125308262796}, "crucial": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "crying": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "cultured": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "cup": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "customer": {"him - she": -0.004056387292772301, "him": 0.30239205356945875, "she": 0.30644844086223105}, "cut": {"him - she": -0.0036178165912111315, "him": 0.295266888374402, "she": 0.29888470496561315}, "d": {"him - she": 0.05465588349830569, "him": 0.35733220495222257, "she": 0.3026763214539169}, "dad": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "dai": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "daily": {"him - she": 0.09947762668917681, "him": 0.35445419452464716, "she": 0.25497656783547035}, "daizaemon": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "daizemon": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "dance": {"him - she": -0.005187698419777842, "him": 0.32160902634613486, "she": 0.3267967247659127}, "dancers": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "dangerous": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "dark": {"him - she": 0.13400507540170095, "him": 0.3744552519447357, "she": 0.24045017654303477}, "data": {"him - she": 0.14359544117391282, "him": 0.3158686776863229, "she": 0.17227323651241006}, "daughter": {"him - she": -0.006257674776305011, "him": 0.3275744915129696, "she": 0.3338321662892746}, "david": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "day": {"him - she": 0.14988784374211575, "him": 0.3930366720623754, "she": 0.24314882832025966}, "days": {"him - she": 0.05383976722810113, "him": 0.3367125688645452, "she": 0.28287280163644407}, "death": {"him - she": 0.08209550249531972, "him": 0.3744552519447357, "she": 0.292359749449416}, "decades": {"him - she": 0.04919630703888189, "him": 0.2837233462243989, "she": 0.23452703918551698}, "december": {"him - she": -0.002885263601384025, "him": 0.2837233462243989, "she": 0.2866086098257829}, "decide": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "decided": {"him - she": 0.07620137960289214, "him": 0.38156002661935867, "she": 0.30535864701646653}, "decimated": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "decision": {"him - she": 0.13749795444232377, "him": 0.35345965285959846, "she": 0.2159616984172747}, "declined": {"him - she": 0.04613080177957851, "him": 0.3729275265454912, "she": 0.3267967247659127}, "defeat": {"him - she": 0.09834840012373436, "him": 0.3626560671674416, "she": 0.26430766704370723}, "defend": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "defense": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "definitely": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "delicate": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "demanding": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "denominator": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "dense": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "department": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "depend": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "depth": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "described": {"him - she": 0.04919630703888189, "him": 0.2837233462243989, "she": 0.23452703918551698}, "description": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "deserved": {"him - she": 0.09834840012373436, "him": 0.3626560671674416, "she": 0.26430766704370723}, "design": {"him - she": 0.05533691874018998, "him": 0.2849073441198735, "she": 0.22957042537968353}, "despite": {"him - she": 0.10416655436477723, "him": 0.3201282527820519, "she": 0.2159616984172747}, "destination": {"him - she": -0.004567631039125608, "him": 0.3109188704763041, "she": 0.31548650151542973}, "destiny": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "destroy": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "destroying": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "destroys": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "destruct": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "detective": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "deteriorate": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "devastating": {"him - she": 0.04613080177957851, "him": 0.3729275265454912, "she": 0.3267967247659127}, "developed": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "developing": {"him - she": -0.004056387292772301, "him": 0.30239205356945875, "she": 0.30644844086223105}, "development": {"him - she": 0.10891569456112846, "him": 0.2849073441198735, "she": 0.17599164955874505}, "did": {"him - she": 0.059730842963000186, "him": 0.35742117551025915, "she": 0.29769033254725896}, "didn": {"him - she": 0.010564579251630679, "him": 0.3207560272402486, "she": 0.3101914479886179}, "dies": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "different": {"him - she": 0.08714229955509803, "him": 0.3367125688645452, "she": 0.24957026930944717}, "difficult": {"him - she": 0.09834840012373436, "him": 0.3626560671674416, "she": 0.26430766704370723}, "digital": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "dinner": {"him - she": 0.09947762668917681, "him": 0.35445419452464716, "she": 0.25497656783547035}, "disappoint": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "discovery": {"him - she": 0.04867792876011065, "him": 0.2891281053031454, "she": 0.24045017654303477}, "discuss": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "discussion": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "disliked": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "dismissed": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "disneynature": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "disrespected": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "distant": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "distracted": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "ditched": {"him - she": 0.044737269512346245, "him": 0.3868546813352889, "she": 0.34211741182294264}, "divorce": {"him - she": 0.04919630703888189, "him": 0.2837233462243989, "she": 0.23452703918551698}, "divorced": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "divulge": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "do": {"him - she": 0.1213254894226089, "him": 0.3764712378015971, "she": 0.2551457483789882}, "does": {"him - she": 0.20719772825091692, "him": 0.3759702327140087, "she": 0.16877250446309178}, "doesn": {"him - she": 0.052249145643435246, "him": 0.3137026702107983, "she": 0.26145352456736304}, "doing": {"him - she": 0.05559287524193157, "him": 0.3716338984440734, "she": 0.31604102320214184}, "dollars": {"him - she": -0.03647268376714191, "him": 0.3109188704763041, "she": 0.34739155424344603}, "don": {"him - she": 0.0741216756884453, "him": 0.37758926885070665, "she": 0.30346759316226135}, "done": {"him - she": 0.13262686198800308, "him": 0.3795904363644022, "she": 0.24696357437639913}, "double": {"him - she": -0.004056387292772301, "him": 0.30239205356945875, "she": 0.30644844086223105}, "down": {"him - she": 0.1042166537077387, "him": 0.3930366720623754, "she": 0.2888200183546367}, "dozens": {"him - she": 0.09947762668917681, "him": 0.35445419452464716, "she": 0.25497656783547035}, "dressed": {"him - she": 0.015891252612182938, "him": 0.35445419452464716, "she": 0.3385629419124642}, "drew": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "drink": {"him - she": 0.04932002306256278, "him": 0.3416797725119788, "she": 0.292359749449416}, "drinks": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "driver": {"him - she": -0.004056387292772301, "him": 0.30239205356945875, "she": 0.30644844086223105}, "drivers": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "driving": {"him - she": 0.04867792876011065, "him": 0.2891281053031454, "she": 0.24045017654303477}, "drop": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "drops": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "drove": {"him - she": -0.0059925913147078624, "him": 0.3361248205082348, "she": 0.34211741182294264}, "drunk": {"him - she": 0.048005753662416106, "him": 0.35445419452464716, "she": 0.30644844086223105}, "during": {"him - she": 0.18413553996948026, "him": 0.39195449564859197, "she": 0.2078189556791117}, "dvd": {"him - she": 0.05008568155659038, "him": 0.27450570157661053, "she": 0.22442002002002015}, "e": {"him - she": 0.13561280237340267, "him": 0.3648380532830907, "she": 0.22922525090968804}, "each": {"him - she": 0.1333574927189896, "him": 0.3754477358850889, "she": 0.24209024316609928}, "earlier": {"him - she": 0.050346058889180034, "him": 0.33180364968325177, "she": 0.28145759079407173}, "early": {"him - she": -0.03334203841920261, "him": 0.23994537458284973, "she": 0.27328741300205234}, "earns": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "easier": {"him - she": 0.12883928558539692, "him": 0.4048373973239823, "she": 0.27599811173858535}, "east": {"him - she": 0.08533478905934627, "him": 0.3502209476396933, "she": 0.26488615858034703}, "easy": {"him - she": 0.10257839877356373, "him": 0.33180364968325177, "she": 0.22922525090968804}, "eat": {"him - she": 0.13303649302541076, "him": 0.3802114494516937, "she": 0.24717495642628295}, "eclectic": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "ecstatic": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "edited": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "educate": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "efforts": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "eggshells": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "either": {"him - she": 0.13749795444232377, "him": 0.35345965285959846, "she": 0.2159616984172747}, "electrocute": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "elemental": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "ellen": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "else": {"him - she": 0.09947762668917681, "him": 0.35445419452464716, "she": 0.25497656783547035}, "eludes": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "elusively": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "email": {"him - she": 0.13485484300044626, "him": 0.36938188218596324, "she": 0.23452703918551698}, "emergency": {"him - she": -0.0022807047763781507, "him": 0.27450570157661053, "she": 0.2767864063529887}, "emotional": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "emotionally": {"him - she": -0.005187698419777842, "him": 0.32160902634613486, "she": 0.3267967247659127}, "empathise": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "encourage": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "end": {"him - she": 0.1668276017695979, "him": 0.3532931405189006, "she": 0.1864655387493027}, "ended": {"him - she": -0.004056387292772301, "him": 0.30239205356945875, "she": 0.30644844086223105}, "ending": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "energy": {"him - she": 0.1419458862043856, "him": 0.32616069670969583, "she": 0.18421481050531022}, "engaging": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "enter": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "entered": {"him - she": 0.15920757218700965, "him": 0.39373461137252663, "she": 0.23452703918551698}, "entertain": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "entertainment": {"him - she": 0.07937173851043916, "him": 0.3948582400258689, "she": 0.31548650151542973}, "entire": {"him - she": 0.12876942801021812, "him": 0.4012776043722608, "she": 0.27250817636204266}, "entourage": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "epidemic": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "episodes": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "ers": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "escape": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "especially": {"him - she": -0.034230103925022515, "him": 0.25713496518615164, "she": 0.29136506911117416}, "estranged": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "estrangement": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "estrangements": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "even": {"him - she": 0.12552670533922083, "him": 0.38783979097472465, "she": 0.2623130856355038}, "evening": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "event": {"him - she": 0.04919630703888189, "him": 0.2837233462243989, "she": 0.23452703918551698}, "eventually": {"him - she": 0.15715293196179536, "him": 0.4043278883880783, "she": 0.24717495642628295}, "ever": {"him - she": 0.055811916922335, "him": 0.3698336202506705, "she": 0.3140217033283355}, "every": {"him - she": 0.1325291027224606, "him": 0.4015801576533058, "she": 0.2690510549308452}, "everything": {"him - she": 0.0791699437335261, "him": 0.3594851049229266, "she": 0.28031516118940053}, "everywhere": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "evidence": {"him - she": 0.08209550249531972, "him": 0.3744552519447357, "she": 0.292359749449416}, "ex": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "exactly": {"him - she": 0.13400507540170095, "him": 0.3744552519447357, "she": 0.24045017654303477}, "examination": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "examines": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "examining": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "exceedingly": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "excellent": {"him - she": 0.1319077461500307, "him": 0.38688431398550105, "she": 0.25497656783547035}, "excited": {"him - she": 0.10041945285854487, "him": 0.3475944092848278, "she": 0.24717495642628295}, "exclusive": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "exclusively": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "exiting": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "exits": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "expect": {"him - she": 0.08209550249531972, "him": 0.3744552519447357, "she": 0.292359749449416}, "expectations": {"him - she": 0.12883928558539692, "him": 0.4048373973239823, "she": 0.27599811173858535}, "expected": {"him - she": -0.001304310566441702, "him": 0.26014921400092134, "she": 0.26145352456736304}, "experiences": {"him - she": 0.10041945285854487, "him": 0.3475944092848278, "she": 0.24717495642628295}, "experiencetheride": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "experts": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "explain": {"him - she": 0.15824791423362963, "him": 0.3986980907766644, "she": 0.24045017654303477}, "explained": {"him - she": -0.004567631039125608, "him": 0.3109188704763041, "she": 0.31548650151542973}, "explains": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "exploring": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "extensive": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "extremely": {"him - she": 0.13400507540170095, "him": 0.3744552519447357, "she": 0.24045017654303477}, "face": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "faces": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "facet": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "facing": {"him - she": 0.08209550249531972, "him": 0.3744552519447357, "she": 0.292359749449416}, "fact": {"him - she": 0.07785824744149988, "him": 0.36922331655267404, "she": 0.29136506911117416}, "factual": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "failed": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "fallen": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "fallibility": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "fame": {"him - she": -0.005187698419777842, "him": 0.32160902634613486, "she": 0.3267967247659127}, "familial": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "family": {"him - she": 0.08074894572649244, "him": 0.3477954150944106, "she": 0.26704646936791815}, "famous": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "fan": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "fantastic": {"him - she": 0.09834840012373436, "him": 0.3626560671674416, "she": 0.26430766704370723}, "far": {"him - she": 0.05356876851738174, "him": 0.33912574533004225, "she": 0.2855569768126605}, "fascinate": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "fascinated": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "fascinating": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "father": {"him - she": 0.04932002306256278, "him": 0.3416797725119788, "she": 0.292359749449416}, "fathers": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "fatigued": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "fault": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "favorite": {"him - she": 0.050346058889180034, "him": 0.33180364968325177, "she": 0.28145759079407173}, "favorites": {"him - she": 0.04716956565201186, "him": 0.3626560671674416, "she": 0.31548650151542973}, "favour": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "favourite": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "fear": {"him - she": 0.10122959596894401, "him": 0.3416797725119788, "she": 0.24045017654303477}, "february": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "feel": {"him - she": 0.017681887756994363, "him": 0.33180364968325177, "she": 0.3141217619262574}, "feeling": {"him - she": 0.04966579588279746, "him": 0.3744552519447357, "she": 0.32478945606193826}, "feelings": {"him - she": 0.08132674448608057, "him": 0.3802114494516937, "she": 0.29888470496561315}, "feigned": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "fell": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "felt": {"him - she": 0.1600627461456109, "him": 0.38928799705529893, "she": 0.22922525090968804}, "few": {"him - she": -0.033822832246824086, "him": 0.24904996938961999, "she": 0.28287280163644407}, "fiercely": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "fight": {"him - she": 0.017681887756994363, "him": 0.33180364968325177, "she": 0.3141217619262574}, "fighting": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "figure": {"him - she": 0.052850763935475, "him": 0.3080375914720274, "she": 0.2551868275365524}, "figured": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "finally": {"him - she": 0.09947762668917681, "him": 0.35445419452464716, "she": 0.25497656783547035}, "find": {"him - she": 0.2031307835712359, "him": 0.3943805513904765, "she": 0.1912497678192406}, "finding": {"him - she": 0.048005753662416106, "him": 0.35445419452464716, "she": 0.30644844086223105}, "finds": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "fine": {"him - she": 0.13303649302541076, "him": 0.3802114494516937, "she": 0.24717495642628295}, "finest": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "fire": {"him - she": 0.05388523713703122, "him": 0.29835905867507784, "she": 0.24447382153804662}, "fires": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "first": {"him - she": 0.12624046967852176, "him": 0.3925129337676526, "she": 0.26627246408913086}, "flames": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "flash": {"him - she": 0.044737269512346245, "him": 0.3868546813352889, "she": 0.34211741182294264}, "flashmob": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "flat": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "flits": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "flower": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "focused": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "followed": {"him - she": 0.05157023182540976, "him": 0.3201282527820519, "she": 0.26855802095664216}, "food": {"him - she": 0.05586383578607668, "him": 0.28006156823559913, "she": 0.22419773244952246}, "for": {"him - she": 0.1236252796480975, "him": 0.37488641397692707, "she": 0.25126113432882957}, "force": {"him - she": 0.1319077461500307, "him": 0.38688431398550105, "she": 0.25497656783547035}, "forces": {"him - she": 0.13400507540170095, "him": 0.3744552519447357, "she": 0.24045017654303477}, "foreign": {"him - she": 0.05177988741916717, "him": 0.25713496518615164, "she": 0.20535507776698447}, "forgiveness": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "forgotten": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "form": {"him - she": 0.083931208701847, "him": 0.3607176150548357, "she": 0.2767864063529887}, "former": {"him - she": -0.03486273744048585, "him": 0.2704959095759807, "she": 0.30535864701646653}, "forward": {"him - she": -0.0036178165912111315, "him": 0.295266888374402, "she": 0.29888470496561315}, "found": {"him - she": 0.054583469854478595, "him": 0.3301157387850733, "she": 0.2755322689305947}, "foyer": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "francis": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "frantic": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "frantically": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "free": {"him - she": 0.1333574927189896, "him": 0.3754477358850889, "she": 0.24209024316609928}, "frequent": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "friend": {"him - she": -0.004567631039125608, "him": 0.3109188704763041, "she": 0.31548650151542973}, "friends": {"him - she": 0.05116910346002068, "him": 0.3607176150548357, "she": 0.309548511594815}, "from": {"him - she": 0.1259189034646062, "him": 0.38701202461364503, "she": 0.2610931211490388}, "front": {"him - she": 0.04986030015905896, "him": 0.33646890998484186, "she": 0.2866086098257829}, "fulfill": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "function": {"him - she": 0.04867792876011065, "him": 0.2891281053031454, "she": 0.24045017654303477}, "future": {"him - she": 0.11829856339791142, "him": 0.3223185170883703, "she": 0.20401995369045886}, "g": {"him - she": 0.10194187079932487, "him": 0.33646890998484186, "she": 0.23452703918551698}, "game": {"him - she": 0.10956418318705369, "him": 0.28006156823559913, "she": 0.17049738504854545}, "games": {"him - she": 0.13692264607926966, "him": 0.3569438991618976, "she": 0.22002125308262796}, "gangsters": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "gantz": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "gave": {"him - she": 0.06944094953805996, "him": 0.4114481487926873, "she": 0.34200719925462736}, "geez": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "general": {"him - she": 0.10194187079932487, "him": 0.33646890998484186, "she": 0.23452703918551698}, "generally": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "genie": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "geographically": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "gershshwin": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "get": {"him - she": 0.06214480963338037, "him": 0.3839145923729067, "she": 0.32176978273952633}, "getting": {"him - she": 0.11140728538076522, "him": 0.36659411291731764, "she": 0.2551868275365524}, "girl": {"him - she": -0.005565547322196995, "him": 0.3168068616436382, "she": 0.3223724089658352}, "girls": {"him - she": 0.04986030015905896, "him": 0.33646890998484186, "she": 0.2866086098257829}, "give": {"him - she": 0.027848538673858114, "him": 0.3502209476396933, "she": 0.3223724089658352}, "given": {"him - she": 0.13434445199180298, "him": 0.3698336202506705, "she": 0.23548916825886754}, "glad": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "go": {"him - she": 0.1030277666518804, "him": 0.40006421743759857, "she": 0.29703645078571816}, "goal": {"him - she": -0.002570257851761626, "him": 0.2788873329423101, "she": 0.28145759079407173}, "goals": {"him - she": 0.04966208203262207, "him": 0.2788873329423101, "she": 0.22922525090968804}, "going": {"him - she": 0.11574055509535519, "him": 0.4071744645310703, "she": 0.2914339094357151}, "gone": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "good": {"him - she": 0.04445777510067889, "him": 0.3604342388171598, "she": 0.3159764637164809}, "goofs": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "google": {"him - she": 0.14023914162508508, "him": 0.3367125688645452, "she": 0.19647342723946012}, "googled": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "got": {"him - she": 0.036707599472246055, "him": 0.33833007736971626, "she": 0.3016224778974702}, "government": {"him - she": 0.1736597172548298, "him": 0.3153338740640334, "she": 0.14167415680920362}, "graduated": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "grann": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "granted": {"him - she": 0.10041945285854487, "him": 0.3475944092848278, "she": 0.24717495642628295}, "graves": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "great": {"him - she": 0.05533691874018998, "him": 0.2849073441198735, "she": 0.22957042537968353}, "greet": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "ground": {"him - she": 0.05304727758939068, "him": 0.24429704540863129, "she": 0.1912497678192406}, "group": {"him - she": 0.05790959259836995, "him": 0.3010584209186296, "she": 0.24314882832025966}, "groupon": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "growing": {"him - she": -0.002885263601384025, "him": 0.2837233462243989, "she": 0.2866086098257829}, "grown": {"him - she": -0.03590325125427102, "him": 0.295266888374402, "she": 0.33117013962867303}, "guilt": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "guilty": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "guy": {"him - she": -0.004567631039125608, "him": 0.3109188704763041, "she": 0.31548650151542973}, "hacks": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "had": {"him - she": 0.0771194216538818, "him": 0.3803986999410657, "she": 0.3032792782871839}, "hadn": {"him - she": 0.04716956565201186, "him": 0.3626560671674416, "she": 0.31548650151542973}, "hair": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "haired": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "half": {"him - she": 0.052249145643435246, "him": 0.3137026702107983, "she": 0.26145352456736304}, "hallucinations": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "hand": {"him - she": 0.05255839598586409, "him": 0.3107872740400809, "she": 0.2582288780542168}, "handle": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "happen": {"him - she": 0.10194187079932487, "him": 0.33646890998484186, "she": 0.23452703918551698}, "happened": {"him - she": -0.0032316441462705847, "him": 0.2891281053031454, "she": 0.292359749449416}, "happening": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "happenings": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "happy": {"him - she": 0.04716956565201186, "him": 0.3626560671674416, "she": 0.31548650151542973}, "hard": {"him - she": 0.10543219627309641, "him": 0.3107872740400809, "she": 0.20535507776698447}, "harping": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "harry": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "has": {"him - she": 0.1403017447569393, "him": 0.4013948659059781, "she": 0.2610931211490388}, "hats": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "have": {"him - she": 0.12625817417342988, "him": 0.38533439395965124, "she": 0.25907621978622136}, "haven": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "having": {"him - she": 0.1448229546795946, "him": 0.41811036768164694, "she": 0.27328741300205234}, "he": {"him - she": 0.2241299480011736, "him": 0.41791697636468994, "she": 0.19378702836351633}, "head": {"him - she": 0.020674403994664248, "him": 0.29620667292525893, "she": 0.2755322689305947}, "healing": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "healthy": {"him - she": 0.04867792876011065, "him": 0.2891281053031454, "she": 0.24045017654303477}, "hear": {"him - she": 0.04867792876011065, "him": 0.2891281053031454, "she": 0.24045017654303477}, "heard": {"him - she": 0.0849016319029563, "him": 0.35345965285959846, "she": 0.26855802095664216}, "heart": {"him - she": 0.10041945285854487, "him": 0.3475944092848278, "she": 0.24717495642628295}, "heartening": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "height": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "held": {"him - she": 0.09960234969232545, "him": 0.37747416959650304, "she": 0.2778718199041776}, "help": {"him - she": 0.20441368216865322, "him": 0.38862849267396343, "she": 0.18421481050531022}, "helped": {"him - she": 0.1319077461500307, "him": 0.38688431398550105, "she": 0.25497656783547035}, "her": {"him - she": -0.046582860608800736, "him": 0.2810381194623141, "she": 0.32762098007111484}, "here": {"him - she": 0.12552670533922083, "him": 0.38783979097472465, "she": 0.2623130856355038}, "herself": {"him - she": 0.04613080177957851, "him": 0.3729275265454912, "she": 0.3267967247659127}, "hide": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "hiding": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "high": {"him - she": 0.10844675587169958, "him": 0.2884059363694688, "she": 0.17995918049776924}, "higher": {"him - she": 0.10461708752883572, "him": 0.3168068616436382, "she": 0.21218977411480247}, "highlight": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "highway": {"him - she": 0.10041945285854487, "him": 0.3475944092848278, "she": 0.24717495642628295}, "hilarious": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "him": {"him - she": 0.24628657786012698, "him": 0.5074405442634362, "she": 0.26115396640330923}, "hiroto": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "his": {"him - she": 0.18746238105011087, "him": 0.42941109205856226, "she": 0.2419487110084514}, "historical": {"him - she": 0.09947762668917681, "him": 0.35445419452464716, "she": 0.25497656783547035}, "history": {"him - she": 0.08141940143555676, "him": 0.3428427324427178, "she": 0.26142333100716103}, "hit": {"him - she": 0.026885448765561093, "him": 0.3607176150548357, "she": 0.3338321662892746}, "hits": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "hive": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "hold": {"him - she": 0.050346058889180034, "him": 0.33180364968325177, "she": 0.28145759079407173}, "holds": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "holmes": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "homage": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "home": {"him - she": 0.036554578211054845, "him": 0.3397906045770389, "she": 0.30323602636598407}, "homeless": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "homemade": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "honest": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "hosts": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "hot": {"him - she": 0.05158525214543108, "him": 0.3569438991618976, "she": 0.30535864701646653}, "hotel": {"him - she": 0.04867792876011065, "him": 0.2891281053031454, "she": 0.24045017654303477}, "hound": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "hours": {"him - she": 0.07620137960289214, "him": 0.38156002661935867, "she": 0.30535864701646653}, "house": {"him - she": 0.05192070306329116, "him": 0.3168068616436382, "she": 0.26488615858034703}, "how": {"him - she": 0.10885675038501158, "him": 0.40443151683781664, "she": 0.29557476645280506}, "however": {"him - she": 0.11892170527197854, "him": 0.38034503627913957, "she": 0.26142333100716103}, "https": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "hug": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "huge": {"him - she": 0.13561280237340267, "him": 0.3648380532830907, "she": 0.22922525090968804}, "human": {"him - she": 0.13692264607926966, "him": 0.3569438991618976, "she": 0.22002125308262796}, "humanoid": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "humans": {"him - she": 0.050346058889180034, "him": 0.33180364968325177, "she": 0.28145759079407173}, "hundred": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "hunger": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "hurt": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "husband": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "hustling": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "i": {"him - she": 0.1250606022648011, "him": 0.34371581331069234, "she": 0.21865521104589125}, "ice": {"him - she": -0.0059925913147078624, "him": 0.3361248205082348, "she": 0.34211741182294264}, "idea": {"him - she": 0.021517148201663006, "him": 0.2866272799610583, "she": 0.2651101317593953}, "identical": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "if": {"him - she": 0.10654992655749784, "him": 0.3605477736943879, "she": 0.25399784713689005}, "ignore": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "ill": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "illness": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "illusion": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "immediately": {"him - she": -0.005565547322196995, "him": 0.3168068616436382, "she": 0.3223724089658352}, "immensely": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "immersive": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "imparted": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "impatience": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "impeccably": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "importance": {"him - she": -0.0032316441462705847, "him": 0.2891281053031454, "she": 0.292359749449416}, "important": {"him - she": 0.11535923982730764, "him": 0.34129388658139287, "she": 0.22593464675408523}, "in": {"him - she": 0.14156732432633098, "him": 0.3274313860765206, "she": 0.18586406175018963}, "incident": {"him - she": 0.05008568155659038, "him": 0.27450570157661053, "she": 0.22442002002002015}, "incidents": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "incinerated": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "included": {"him - she": 0.13561280237340267, "him": 0.3648380532830907, "she": 0.22922525090968804}, "including": {"him - she": 0.055570030143764104, "him": 0.3495611764621815, "she": 0.2939911463184174}, "increased": {"him - she": 0.04867792876011065, "him": 0.2891281053031454, "she": 0.24045017654303477}, "increasingly": {"him - she": 0.1319077461500307, "him": 0.38688431398550105, "she": 0.25497656783547035}, "industry": {"him - she": 0.0507880851599809, "him": 0.3275744915129696, "she": 0.2767864063529887}, "information": {"him - she": 0.08533478905934627, "him": 0.3502209476396933, "she": 0.26488615858034703}, "informed": {"him - she": -0.005187698419777842, "him": 0.32160902634613486, "she": 0.3267967247659127}, "informs": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "instead": {"him - she": 0.11140728538076522, "him": 0.36659411291731764, "she": 0.2551868275365524}, "instincts": {"him - she": 0.13055057298216166, "him": 0.3948582400258689, "she": 0.26430766704370723}, "intelligence": {"him - she": 0.050346058889180034, "him": 0.33180364968325177, "she": 0.28145759079407173}, "intensity": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "interactive": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "interest": {"him - she": 0.04986030015905896, "him": 0.33646890998484186, "she": 0.2866086098257829}, "interested": {"him - she": 0.04613080177957851, "him": 0.3729275265454912, "she": 0.3267967247659127}, "international": {"him - she": 0.10368111585887882, "him": 0.3237023689415068, "she": 0.22002125308262796}, "interview": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "into": {"him - she": 0.08555291327713171, "him": 0.39286670635093446, "she": 0.30731379307380274}, "investigates": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "investigation": {"him - she": 0.048709704319214675, "him": 0.3475944092848278, "she": 0.29888470496561315}, "investigators": {"him - she": -0.0059925913147078624, "him": 0.3361248205082348, "she": 0.34211741182294264}, "involved": {"him - she": 0.07243902304188254, "him": 0.39481143200771773, "she": 0.3223724089658352}, "involvement": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "irony": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "is": {"him - she": 0.10642715074246267, "him": 0.33433930080416846, "she": 0.2279121500617058}, "isabelle": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "isay": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "islamic": {"him - she": 0.04919630703888189, "him": 0.2837233462243989, "she": 0.23452703918551698}, "isn": {"him - she": 0.018639301769296568, "him": 0.3201282527820519, "she": 0.30148895101275536}, "issue": {"him - she": 0.14407657202724655, "him": 0.31284907649033833, "she": 0.16877250446309178}, "it": {"him - she": 0.16305382286706482, "him": 0.37306001303098274, "she": 0.21000619016391792}, "item": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "items": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "its": {"him - she": 0.0811729417070062, "him": 0.32873480169264224, "she": 0.24756185998563604}, "itself": {"him - she": 0.18196528990794175, "him": 0.39792698832521645, "she": 0.2159616984172747}, "jane": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "jealous": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "job": {"him - she": 0.08573978789768044, "him": 0.3471933124650435, "she": 0.26145352456736304}, "join": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "joke": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "jokes": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "joshua": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "journalism": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "judy": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "july": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "june": {"him - she": 0.0849016319029563, "him": 0.35345965285959846, "she": 0.26855802095664216}, "just": {"him - she": 0.07503311078746627, "him": 0.38816920295502505, "she": 0.3131360921675588}, "kana": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "karen": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "kato": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "katoare": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "keen": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "keep": {"him - she": 0.10194187079932487, "him": 0.33646890998484186, "she": 0.23452703918551698}, "kei": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "kenzo": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "kept": {"him - she": 0.15920757218700965, "him": 0.39373461137252663, "she": 0.23452703918551698}, "key": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "khone": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "kid": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "kidding": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "kids": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "killed": {"him - she": 0.04716956565201186, "him": 0.3626560671674416, "she": 0.31548650151542973}, "killers": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "kim": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "kind": {"him - she": 0.08132674448608057, "him": 0.3802114494516937, "she": 0.29888470496561315}, "kindle": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "kingdom": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "knew": {"him - she": -0.008910663406060226, "him": 0.3607176150548357, "she": 0.3696282784608959}, "know": {"him - she": 0.10052878180763997, "him": 0.39605425340001327, "she": 0.2955254715923733}, "knowledge": {"him - she": 0.10041945285854487, "him": 0.3475944092848278, "she": 0.24717495642628295}, "known": {"him - she": 0.142246130794054, "him": 0.3242943174231378, "she": 0.1820481866290838}, "kurono": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "l": {"him - she": -0.002885263601384025, "him": 0.2837233462243989, "she": 0.2866086098257829}, "lady": {"him - she": -0.03590325125427102, "him": 0.295266888374402, "she": 0.33117013962867303}, "laid": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "land": {"him - she": 0.05177988741916717, "him": 0.25713496518615164, "she": 0.20535507776698447}, "landed": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "larger": {"him - she": 0.048709704319214675, "him": 0.3475944092848278, "she": 0.29888470496561315}, "last": {"him - she": 0.06219962347021324, "him": 0.3553364710837987, "she": 0.29313684761358544}, "late": {"him - she": 0.13749795444232377, "him": 0.35345965285959846, "she": 0.2159616984172747}, "later": {"him - she": 0.034953161634758645, "him": 0.35527089366493597, "she": 0.3203177320301773}, "latest": {"him - she": 0.04919630703888189, "him": 0.2837233462243989, "she": 0.23452703918551698}, "law": {"him - she": 0.08829555520727345, "him": 0.3280990765035222, "she": 0.23980352129624877}, "lax": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "lead": {"him - she": 0.10648901066045005, "him": 0.3029624378999102, "she": 0.19647342723946012}, "leaders": {"him - she": 0.083931208701847, "him": 0.3607176150548357, "she": 0.2767864063529887}, "leading": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "least": {"him - she": 0.053284092211731304, "him": 0.34166614691764025, "she": 0.28838205470590894}, "leeratanakajornthe": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "left": {"him - she": 0.09991546695449421, "him": 0.3754477358850889, "she": 0.2755322689305947}, "legal": {"him - she": 0.13303649302541076, "him": 0.3802114494516937, "she": 0.24717495642628295}, "legendary": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "length": {"him - she": 0.1319077461500307, "him": 0.38688431398550105, "she": 0.25497656783547035}, "less": {"him - she": -0.03281398777668457, "him": 0.2304232098065578, "she": 0.2632371975832424}, "let": {"him - she": 0.1183818049251606, "him": 0.3834919366845559, "she": 0.2651101317593953}, "letter": {"him - she": 0.10416655436477723, "him": 0.3201282527820519, "she": 0.2159616984172747}, "li": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "liberating": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "librarians": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "libraries": {"him - she": 0.10194187079932487, "him": 0.33646890998484186, "she": 0.23452703918551698}, "library": {"him - she": 0.05177988741916717, "him": 0.25713496518615164, "she": 0.20535507776698447}, "life": {"him - she": 0.058429229457919396, "him": 0.34854184167993435, "she": 0.29011261222201495}, "lifelong": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "lifted": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "like": {"him - she": 0.11222636634890149, "him": 0.41867640221271846, "she": 0.30645003586381697}, "liked": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "linked": {"him - she": 0.09947762668917681, "him": 0.35445419452464716, "she": 0.25497656783547035}, "listen": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "listening": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "little": {"him - she": -0.005968527948289171, "him": 0.3158686776863229, "she": 0.32183720563461204}, "live": {"him - she": 0.04919630703888189, "him": 0.2837233462243989, "she": 0.23452703918551698}, "lives": {"him - she": 0.048709704319214675, "him": 0.3475944092848278, "she": 0.29888470496561315}, "ll": {"him - she": 0.055570030143764104, "him": 0.3495611764621815, "she": 0.2939911463184174}, "local": {"him - she": 0.054116429759159645, "him": 0.29620667292525893, "she": 0.24209024316609928}, "lollipop": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "lollipops": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "long": {"him - she": 0.11942873231851875, "him": 0.37738632776413916, "she": 0.2579575954456204}, "longer": {"him - she": 0.04919630703888189, "him": 0.2837233462243989, "she": 0.23452703918551698}, "longest": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "look": {"him - she": 0.14407657202724655, "him": 0.31284907649033833, "she": 0.16877250446309178}, "looked": {"him - she": 0.05157023182540976, "him": 0.3201282527820519, "she": 0.26855802095664216}, "looking": {"him - she": 0.029113968290083836, "him": 0.3367125688645452, "she": 0.30759860057446137}, "looks": {"him - she": 0.04867792876011065, "him": 0.2891281053031454, "she": 0.24045017654303477}, "los": {"him - she": 0.05008568155659038, "him": 0.27450570157661053, "she": 0.22442002002002015}, "lose": {"him - she": 0.1319077461500307, "him": 0.38688431398550105, "she": 0.25497656783547035}, "losing": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "lost": {"him - she": 0.13749795444232377, "him": 0.35345965285959846, "she": 0.2159616984172747}, "lot": {"him - she": 0.07120198100794023, "him": 0.3986457324595768, "she": 0.32744375145163657}, "lots": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "lotus": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "love": {"him - she": 0.10203749523144784, "him": 0.36170213064307527, "she": 0.25966463541162743}, "loved": {"him - she": 0.048005753662416106, "him": 0.35445419452464716, "she": 0.30644844086223105}, "lover": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "loving": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "low": {"him - she": 0.052850763935475, "him": 0.3080375914720274, "she": 0.2551868275365524}, "lunch": {"him - she": -0.0036178165912111315, "him": 0.295266888374402, "she": 0.29888470496561315}, "m": {"him - she": 0.09259065127181099, "him": 0.38862849267396343, "she": 0.29603784140215245}, "machines": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "made": {"him - she": 0.17228912306939462, "him": 0.3715777344526095, "she": 0.19928861138321488}, "magic": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "magical": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "main": {"him - she": 0.050474656493352726, "him": 0.2704959095759807, "she": 0.22002125308262796}, "maintained": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "major": {"him - she": 0.05177988741916717, "him": 0.25713496518615164, "she": 0.20535507776698447}, "make": {"him - she": 0.16941333521692564, "him": 0.38561398603205393, "she": 0.2162006508151283}, "makes": {"him - she": 0.08533478905934627, "him": 0.3502209476396933, "she": 0.26488615858034703}, "makeup": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "making": {"him - she": 0.10543219627309641, "him": 0.3107872740400809, "she": 0.20535507776698447}, "man": {"him - she": 0.16925963954623463, "him": 0.43068297055339566, "she": 0.26142333100716103}, "manage": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "manages": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "manipulate": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "many": {"him - she": 0.13910697377305598, "him": 0.3916933234772126, "she": 0.2525863497041566}, "march": {"him - she": 0.05383976722810113, "him": 0.3367125688645452, "she": 0.28287280163644407}, "marked": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "marriage": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "married": {"him - she": -0.004567631039125608, "him": 0.3109188704763041, "she": 0.31548650151542973}, "mary": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "masaru": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "may": {"him - she": 0.0919073876910732, "him": 0.37350632158195557, "she": 0.28159893389088236}, "mcgregor": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "mcnamara": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "me": {"him - she": 0.08990955197228612, "him": 0.368785296807778, "she": 0.2788757448354919}, "meaning": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "means": {"him - she": -1.4614767814946639e-05, "him": 0.24207562839828434, "she": 0.24209024316609928}, "media": {"him - she": 0.14023914162508508, "him": 0.3367125688645452, "she": 0.19647342723946012}, "meh": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "melt": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "memories": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "memory": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "men": {"him - she": 0.05347983583354704, "him": 0.23994537458284973, "she": 0.1864655387493027}, "menu": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "message": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "mia": {"him - she": 0.05117003323400596, "him": 0.26335980734880843, "she": 0.21218977411480247}, "michelle": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "middle": {"him - she": 0.10122959596894401, "him": 0.3416797725119788, "she": 0.24045017654303477}, "might": {"him - she": 0.1174991671202279, "him": 0.38862849267396343, "she": 0.27112932555373553}, "military": {"him - she": 0.10315447149294943, "him": 0.3275744915129696, "she": 0.22442002002002015}, "million": {"him - she": 0.10615545758032294, "him": 0.3054346017740225, "she": 0.19927914419369955}, "mine": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "minister": {"him - she": 0.14023914162508508, "him": 0.3367125688645452, "she": 0.19647342723946012}, "minor": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "minutes": {"him - she": 0.018639301769296568, "him": 0.3201282527820519, "she": 0.30148895101275536}, "miss": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "missing": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "mixed": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "moaning": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "mob": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "model": {"him - she": -0.0008938223766477016, "him": 0.2542930051599047, "she": 0.2551868275365524}, "mom": {"him - she": -0.03617088834300547, "him": 0.30239205356945875, "she": 0.3385629419124642}, "moment": {"him - she": 0.08209550249531972, "him": 0.3744552519447357, "she": 0.292359749449416}, "moments": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "monday": {"him - she": 0.10194187079932487, "him": 0.33646890998484186, "she": 0.23452703918551698}, "money": {"him - she": 0.050474656493352726, "him": 0.2704959095759807, "she": 0.22002125308262796}, "monitor": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "monk": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "monosyllabic": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "month": {"him - she": 0.051484197138099264, "him": 0.26014921400092134, "she": 0.20866501686282207}, "months": {"him - she": -0.002885263601384025, "him": 0.2837233462243989, "she": 0.2866086098257829}, "mood": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "moon": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "more": {"him - she": 0.092379542291813, "him": 0.35331849318961167, "she": 0.26093895089779867}, "morning": {"him - she": 0.034742740524747295, "him": 0.35733220495222257, "she": 0.32258946442747527}, "most": {"him - she": 0.11616363853123152, "him": 0.3811035842285073, "she": 0.2649399456972758}, "mother": {"him - she": -0.006257674776305011, "him": 0.3275744915129696, "she": 0.3338321662892746}, "mothers": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "mourning": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "move": {"him - she": 0.13561280237340267, "him": 0.3648380532830907, "she": 0.22922525090968804}, "moved": {"him - she": 0.10194187079932487, "him": 0.33646890998484186, "she": 0.23452703918551698}, "movie": {"him - she": 0.05281714189691342, "him": 0.24661843228578223, "she": 0.1938012903888688}, "moving": {"him - she": 0.044737269512346245, "him": 0.3868546813352889, "she": 0.34211741182294264}, "mr": {"him - she": 0.10416655436477723, "him": 0.3201282527820519, "she": 0.2159616984172747}, "much": {"him - she": 0.07262425620755936, "him": 0.3942663177056836, "she": 0.32164206149812424}, "multifaceted": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "multitude": {"him - she": 0.04613080177957851, "him": 0.3729275265454912, "she": 0.3267967247659127}, "mums": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "murder": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "music": {"him - she": 0.1668276017695979, "him": 0.3532931405189006, "she": 0.1864655387493027}, "musical": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "musicians": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "musings": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "must": {"him - she": 0.13899410278708174, "him": 0.3443491805540662, "she": 0.20535507776698447}, "my": {"him - she": 0.10416294498112871, "him": 0.36219873391059954, "she": 0.2580357889294708}, "myself": {"him - she": 0.017305880002978224, "him": 0.33646890998484186, "she": 0.31916302998186363}, "mysterious": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "mystery": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "mystic": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "nab": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "name": {"him - she": 0.018915955235179804, "him": 0.3168068616436382, "she": 0.2978909064084584}, "naps": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "narrative": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "natural": {"him - she": 0.04986030015905896, "him": 0.33646890998484186, "she": 0.2866086098257829}, "nature": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "navigating": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "nearly": {"him - she": 0.05008568155659038, "him": 0.27450570157661053, "she": 0.22442002002002015}, "necessary": {"him - she": 0.04919630703888189, "him": 0.2837233462243989, "she": 0.23452703918551698}, "needed": {"him - she": -0.002885263601384025, "him": 0.2837233462243989, "she": 0.2866086098257829}, "neighbor": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "neighbourhood": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "neither": {"him - she": -0.036822685450597525, "him": 0.32160902634613486, "she": 0.3584317117967324}, "never": {"him - she": 0.1125215305465275, "him": 0.3594851049229266, "she": 0.24696357437639913}, "new": {"him - she": 0.14360935477513337, "him": 0.3416436287089483, "she": 0.19803427393381495}, "news": {"him - she": 0.10680642992455999, "him": 0.3006077203134288, "she": 0.1938012903888688}, "next": {"him - she": 0.0812030473272855, "him": 0.3444402449105279, "she": 0.2632371975832424}, "nhai": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "nice": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "night": {"him - she": 0.07886607106840343, "him": 0.3617388727048475, "she": 0.28287280163644407}, "nishi": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "no": {"him - she": 0.09992991892532599, "him": 0.38698440412743734, "she": 0.28705448520211135}, "nobeladventures": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "nobody": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "non": {"him - she": -0.0005202999198271885, "him": 0.24904996938961999, "she": 0.24957026930944717}, "normal": {"him - she": 0.13055057298216166, "him": 0.3948582400258689, "she": 0.26430766704370723}, "not": {"him - she": 0.16269206715884058, "him": 0.3920609707478712, "she": 0.22936890358903064}, "nothing": {"him - she": 0.08612030249984942, "him": 0.3443491805540662, "she": 0.2582288780542168}, "noticeably": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "november": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "novemberat": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "now": {"him - she": 0.08892225780199825, "him": 0.38133754709219475, "she": 0.2924152892901965}, "nowhere": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "number": {"him - she": 0.10710929085583723, "him": 0.29835905867507784, "she": 0.1912497678192406}, "ny": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "nyc": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "ode": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "of": {"him - she": 0.14602370258009797, "him": 0.30343889023628784, "she": 0.15741518765618986}, "off": {"him - she": 0.05803948475120069, "him": 0.3706725002132681, "she": 0.3126330154620674}, "offer": {"him - she": -0.0032316441462705847, "him": 0.2891281053031454, "she": 0.292359749449416}, "offered": {"him - she": 0.09947762668917681, "him": 0.35445419452464716, "she": 0.25497656783547035}, "office": {"him - she": 0.10194187079932487, "him": 0.33646890998484186, "she": 0.23452703918551698}, "officers": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "often": {"him - she": 0.10021585215406814, "him": 0.3735032651561205, "she": 0.27328741300205234}, "oh": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "old": {"him - she": -0.05854863118484138, "him": 0.24904996938961999, "she": 0.30759860057446137}, "older": {"him - she": 0.09947762668917681, "him": 0.35445419452464716, "she": 0.25497656783547035}, "on": {"him - she": 0.13135377220167796, "him": 0.37994580924105703, "she": 0.24859203703937907}, "once": {"him - she": 0.09386768518512667, "him": 0.38034503627913957, "she": 0.2864773510940129}, "one": {"him - she": 0.13240161118305915, "him": 0.41059367629118104, "she": 0.2781920651081219}, "oni": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "online": {"him - she": 0.16334493477811368, "him": 0.37200995164093575, "she": 0.20866501686282207}, "only": {"him - she": 0.09451174127775303, "him": 0.35676131084691726, "she": 0.26224956956916423}, "onto": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "opted": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "options": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "or": {"him - she": 0.09696249503990789, "him": 0.3868378116524934, "she": 0.28987531661258553}, "order": {"him - she": 0.08714229955509803, "him": 0.3367125688645452, "she": 0.24957026930944717}, "ordinary": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "original": {"him - she": 0.04867792876011065, "him": 0.2891281053031454, "she": 0.24045017654303477}, "orlean": {"him - she": 0.05083465854321956, "him": 0.26679635696049425, "she": 0.2159616984172747}, "oscars": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "other": {"him - she": 0.12367907362238334, "him": 0.42204470393404764, "she": 0.2983656303116643}, "others": {"him - she": 0.052850763935475, "him": 0.3080375914720274, "she": 0.2551868275365524}, "our": {"him - she": 0.09805931175505489, "him": 0.3839686122109606, "she": 0.28590930045590573}, "out": {"him - she": 0.11306145358186187, "him": 0.38128060115783735, "she": 0.2682191475759755}, "outfits": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "outside": {"him - she": 0.048005753662416106, "him": 0.35445419452464716, "she": 0.30644844086223105}, "over": {"him - she": 0.11886136545903242, "him": 0.390044819446557, "she": 0.2711834539875246}, "overflowing": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "own": {"him - she": 0.11942873231851875, "him": 0.37738632776413916, "she": 0.2579575954456204}, "p": {"him - she": 0.09947762668917681, "him": 0.35445419452464716, "she": 0.25497656783547035}, "pace": {"him - she": 0.09834840012373436, "him": 0.3626560671674416, "she": 0.26430766704370723}, "pacing": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "package": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "page": {"him - she": 0.05116910346002068, "him": 0.3607176150548357, "she": 0.309548511594815}, "pages": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "pains": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "painted": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "pair": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "palpable": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "parent": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "parents": {"him - she": 0.04919630703888189, "him": 0.2837233462243989, "she": 0.23452703918551698}, "parks": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "parliament": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "part": {"him - she": 0.03623587912060683, "him": 0.3428427324427178, "she": 0.30660685332211096}, "parts": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "partying": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "pass": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "passengers": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "past": {"him - she": 0.05008568155659038, "him": 0.27450570157661053, "she": 0.22442002002002015}, "patience": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "patronize": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "paying": {"him - she": -0.05955476674680665, "him": 0.2837233462243989, "she": 0.34327811297120553}, "peace": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "peak": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "people": {"him - she": 0.1549764253262212, "him": 0.3942126476415842, "she": 0.239236222315363}, "perfect": {"him - she": -0.002885263601384025, "him": 0.2837233462243989, "she": 0.2866086098257829}, "performance": {"him - she": 0.04966208203262207, "him": 0.2788873329423101, "she": 0.22922525090968804}, "performances": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "performed": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "performing": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "perhaps": {"him - she": 0.05158525214543108, "him": 0.3569438991618976, "she": 0.30535864701646653}, "perplexing": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "person": {"him - she": 0.05116910346002068, "him": 0.3607176150548357, "she": 0.309548511594815}, "personal": {"him - she": 0.11348961922265183, "him": 0.3532931405189006, "she": 0.23980352129624877}, "personnel": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "phone": {"him - she": -0.005187698419777842, "him": 0.32160902634613486, "she": 0.3267967247659127}, "piece": {"him - she": -0.004567631039125608, "him": 0.3109188704763041, "she": 0.31548650151542973}, "pin": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "place": {"him - she": 0.10281232321638967, "him": 0.4013374472273901, "she": 0.29852512401100045}, "plague": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "play": {"him - she": 0.0791699437335261, "him": 0.3594851049229266, "she": 0.28031516118940053}, "played": {"him - she": 0.04966208203262207, "him": 0.2788873329423101, "she": 0.22922525090968804}, "player": {"him - she": 0.05255839598586409, "him": 0.3107872740400809, "she": 0.2582288780542168}, "players": {"him - she": 0.05177988741916717, "him": 0.25713496518615164, "she": 0.20535507776698447}, "playing": {"him - she": -0.0022807047763781507, "him": 0.27450570157661053, "she": 0.2767864063529887}, "please": {"him - she": 0.10257839877356373, "him": 0.33180364968325177, "she": 0.22922525090968804}, "pleasure": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "point": {"him - she": 0.1643604401923485, "him": 0.36659411291731764, "she": 0.20223367272496914}, "points": {"him - she": 0.17963935861467328, "him": 0.4088646095243613, "she": 0.22922525090968804}, "police": {"him - she": 0.18262165789291526, "him": 0.39481143200771773, "she": 0.21218977411480247}, "political": {"him - she": 0.10739894529347094, "him": 0.29620667292525893, "she": 0.188807727631788}, "pong": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "popular": {"him - she": 0.052249145643435246, "him": 0.3137026702107983, "she": 0.26145352456736304}, "position": {"him - she": 0.10315447149294943, "him": 0.3275744915129696, "she": 0.22442002002002015}, "possibly": {"him - she": -0.004056387292772301, "him": 0.30239205356945875, "she": 0.30644844086223105}, "post": {"him - she": 0.04986030015905896, "him": 0.33646890998484186, "she": 0.2866086098257829}, "power": {"him - she": 0.05524326249229261, "him": 0.3242943174231378, "she": 0.2690510549308452}, "prepared": {"him - she": -0.0036178165912111315, "him": 0.295266888374402, "she": 0.29888470496561315}, "presence": {"him - she": 0.13400507540170095, "him": 0.3744552519447357, "she": 0.24045017654303477}, "pretended": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "previous": {"him - she": 0.018639301769296568, "him": 0.3201282527820519, "she": 0.30148895101275536}, "prickly": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "prime": {"him - she": 0.13303649302541076, "him": 0.3802114494516937, "she": 0.24717495642628295}, "probably": {"him - she": -0.03543968375746476, "him": 0.2837233462243989, "she": 0.31916302998186363}, "problem": {"him - she": 0.13093143939419727, "him": 0.38916031744841406, "she": 0.2582288780542168}, "process": {"him - she": 0.13434445199180298, "him": 0.3698336202506705, "she": 0.23548916825886754}, "produced": {"him - she": 0.08443572279985495, "him": 0.3569438991618976, "she": 0.27250817636204266}, "product": {"him - she": 0.05008568155659038, "him": 0.27450570157661053, "she": 0.22442002002002015}, "products": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "professionals": {"him - she": -0.004567631039125608, "him": 0.3109188704763041, "she": 0.31548650151542973}, "progressively": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "project": {"him - she": 0.052059332434935573, "him": 0.2542930051599047, "she": 0.20223367272496914}, "proper": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "property": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "prose": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "protectors": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "proud": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "proven": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "provide": {"him - she": 0.13093143939419727, "him": 0.38916031744841406, "she": 0.2582288780542168}, "provided": {"him - she": 0.04867792876011065, "him": 0.2891281053031454, "she": 0.24045017654303477}, "providing": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "proxy": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "psychologist": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "public": {"him - she": 0.1698142112038425, "him": 0.33690975330574185, "she": 0.16709554210189936}, "publications": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "published": {"him - she": -0.03504281001820447, "him": 0.27450570157661053, "she": 0.309548511594815}, "publisher": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "pull": {"him - she": 0.09947762668917681, "him": 0.35445419452464716, "she": 0.25497656783547035}, "purchased": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "pursue": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "put": {"him - she": 0.07534036656066484, "him": 0.3735032651561205, "she": 0.29816289859545564}, "pyjamas": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "quality": {"him - she": 0.050474656493352726, "him": 0.2704959095759807, "she": 0.22002125308262796}, "quest": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "question": {"him - she": 0.1621863354981995, "him": 0.3781480339154742, "she": 0.2159616984172747}, "questioned": {"him - she": -0.03647268376714191, "him": 0.3109188704763041, "she": 0.34739155424344603}, "quick": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "quickly": {"him - she": 0.04867792876011065, "him": 0.2891281053031454, "she": 0.24045017654303477}, "quite": {"him - she": 0.04966208203262207, "him": 0.2788873329423101, "she": 0.22922525090968804}, "raise": {"him - she": 0.10194187079932487, "him": 0.33646890998484186, "she": 0.23452703918551698}, "random": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "rapper": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "rather": {"him - she": 0.05266687998554764, "him": 0.3471933124650435, "she": 0.29452643247949584}, "re": {"him - she": 0.032229443599451124, "him": 0.30470744880521045, "she": 0.2724780052057593}, "reached": {"him - she": 0.017305880002978224, "him": 0.33646890998484186, "she": 0.31916302998186363}, "read": {"him - she": 0.052804232753090374, "him": 0.39481143200771773, "she": 0.34200719925462736}, "reader": {"him - she": 0.07937173851043916, "him": 0.3948582400258689, "she": 0.31548650151542973}, "readers": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "readily": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "reading": {"him - she": 0.07665908290271883, "him": 0.3781480339154742, "she": 0.30148895101275536}, "ready": {"him - she": -0.0032316441462705847, "him": 0.2891281053031454, "she": 0.292359749449416}, "real": {"him - she": 0.07243902304188254, "him": 0.39481143200771773, "she": 0.3223724089658352}, "realization": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "really": {"him - she": 0.058680536418897755, "him": 0.3820201187233105, "she": 0.32333958230441273}, "reason": {"him - she": 0.04986030015905896, "him": 0.33646890998484186, "she": 0.2866086098257829}, "reasons": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "reawakens": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "rebellious": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "recent": {"him - she": 0.10416655436477723, "him": 0.3201282527820519, "she": 0.2159616984172747}, "reconciliations": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "record": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "red": {"him - she": -0.03590325125427102, "him": 0.295266888374402, "she": 0.33117013962867303}, "referee": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "reference": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "reflection": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "reflects": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "regularly": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "relate": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "relationship": {"him - she": 0.16278611471895746, "him": 0.37497588883375993, "she": 0.21218977411480247}, "relay": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "released": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "remember": {"him - she": -0.0032316441462705847, "him": 0.2891281053031454, "she": 0.292359749449416}, "remind": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "remodel": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "remote": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "rented": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "repeat": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "report": {"him - she": 0.053392168590463, "him": 0.3029624378999102, "she": 0.24957026930944717}, "requirements": {"him - she": 0.09947762668917681, "him": 0.35445419452464716, "she": 0.25497656783547035}, "researched": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "resolution": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "respect": {"him - she": -0.005187698419777842, "him": 0.32160902634613486, "she": 0.3267967247659127}, "respond": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "responding": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "response": {"him - she": 0.10257839877356373, "him": 0.33180364968325177, "she": 0.22922525090968804}, "responsible": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "rest": {"him - she": 0.13303649302541076, "him": 0.3802114494516937, "she": 0.24717495642628295}, "retailers": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "retrieved": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "return": {"him - she": 0.05116910346002068, "him": 0.3607176150548357, "she": 0.309548511594815}, "returning": {"him - she": 0.1319077461500307, "him": 0.38688431398550105, "she": 0.25497656783547035}, "reveals": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "review": {"him - she": 0.10315447149294943, "him": 0.3275744915129696, "she": 0.22442002002002015}, "reviews": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "reyes": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "rich": {"him - she": 0.04867792876011065, "him": 0.2891281053031454, "she": 0.24045017654303477}, "ride": {"him - she": 0.10315447149294943, "him": 0.3275744915129696, "she": 0.22442002002002015}, "ridenyc": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "rifts": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "right": {"him - she": 0.1042166537077387, "him": 0.3930366720623754, "she": 0.2888200183546367}, "rights": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "road": {"him - she": 0.05281714189691342, "him": 0.24661843228578223, "she": 0.1938012903888688}, "rock": {"him - she": -0.0036178165912111315, "him": 0.295266888374402, "she": 0.29888470496561315}, "rohan": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "role": {"him - she": 0.08573978789768044, "him": 0.3471933124650435, "she": 0.26145352456736304}, "room": {"him - she": -0.004056387292772301, "him": 0.30239205356945875, "she": 0.30644844086223105}, "root": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "run": {"him - she": 0.05116910346002068, "him": 0.3607176150548357, "she": 0.309548511594815}, "running": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "s": {"him - she": 0.09637073811768421, "him": 0.3394107235341469, "she": 0.2430399854164627}, "sad": {"him - she": -0.036822685450597525, "him": 0.32160902634613486, "she": 0.3584317117967324}, "sadly": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "safely": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "saftar": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "said": {"him - she": 0.09317759465222225, "him": 0.354271424256767, "she": 0.26109382960454475}, "same": {"him - she": 0.0791699437335261, "him": 0.3594851049229266, "she": 0.28031516118940053}, "saturday": {"him - she": -0.002570257851761626, "him": 0.2788873329423101, "she": 0.28145759079407173}, "sauce": {"him - she": -0.004567631039125608, "him": 0.3109188704763041, "she": 0.31548650151542973}, "save": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "saved": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "saving": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "savings": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "saw": {"him - she": 0.020292559124028275, "him": 0.3006077203134288, "she": 0.28031516118940053}, "say": {"him - she": 0.09362894133810673, "him": 0.3818933461962038, "she": 0.28826440485809707}, "saying": {"him - she": 0.0507880851599809, "him": 0.3275744915129696, "she": 0.2767864063529887}, "says": {"him - she": 0.04966208203262207, "him": 0.2788873329423101, "she": 0.22922525090968804}, "scared": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "scenes": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "school": {"him - she": 0.053284092211731304, "him": 0.34166614691764025, "she": 0.28838205470590894}, "scorer": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "scoring": {"him - she": 0.09947762668917681, "him": 0.35445419452464716, "she": 0.25497656783547035}, "scripted": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "scrubs": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "se": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "searching": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "season": {"him - she": 0.09334971563212557, "him": 0.2903991461312287, "she": 0.19704943049910312}, "seating": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "second": {"him - she": 0.10311671052985244, "him": 0.35470321675934646, "she": 0.251586506229494}, "security": {"him - she": 0.10194187079932487, "him": 0.33646890998484186, "she": 0.23452703918551698}, "see": {"him - she": 0.0577083452946302, "him": 0.33158685890331807, "she": 0.27387851360868787}, "seedy": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "seeing": {"him - she": 0.04932002306256278, "him": 0.3416797725119788, "she": 0.292359749449416}, "seem": {"him - she": 0.1615387735367307, "him": 0.38156002661935867, "she": 0.22002125308262796}, "seemed": {"him - she": 0.10712600154674373, "him": 0.39373461137252663, "she": 0.2866086098257829}, "seemingly": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "seems": {"him - she": 0.052850763935475, "him": 0.3080375914720274, "she": 0.2551868275365524}, "seen": {"him - she": 0.05364414593702968, "him": 0.3006077203134288, "she": 0.24696357437639913}, "seinfeld": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "self": {"him - she": 0.04613080177957851, "him": 0.3729275265454912, "she": 0.3267967247659127}, "semi": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "senior": {"him - she": -0.004567631039125608, "him": 0.3109188704763041, "she": 0.31548650151542973}, "sensational": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "sense": {"him - she": 0.10041945285854487, "him": 0.3475944092848278, "she": 0.24717495642628295}, "sensitive": {"him - she": -0.0036178165912111315, "him": 0.295266888374402, "she": 0.29888470496561315}, "sent": {"him - she": 0.13485484300044626, "him": 0.36938188218596324, "she": 0.23452703918551698}, "sentences": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "separations": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "sept": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "series": {"him - she": 0.05281714189691342, "him": 0.24661843228578223, "she": 0.1938012903888688}, "serves": {"him - she": 0.09834840012373436, "him": 0.3626560671674416, "she": 0.26430766704370723}, "service": {"him - she": -0.0008938223766477016, "him": 0.2542930051599047, "she": 0.2551868275365524}, "serving": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "set": {"him - she": 0.0977952483372399, "him": 0.38916031744841406, "she": 0.29136506911117416}, "sets": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "setting": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "several": {"him - she": 0.08714229955509803, "him": 0.3367125688645452, "she": 0.24957026930944717}, "share": {"him - she": 0.12573965266432952, "him": 0.4180994021137455, "she": 0.292359749449416}, "shared": {"him - she": 0.15824791423362963, "him": 0.3986980907766644, "she": 0.24045017654303477}, "sharing": {"him - she": 0.10041945285854487, "him": 0.3475944092848278, "she": 0.24717495642628295}, "she": {"him - she": -0.07117215433226176, "him": 0.271387930283364, "she": 0.34256008461562576}, "sheri": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "sherlock": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "shinier": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "ship": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "short": {"him - she": 0.1453025835258112, "him": 0.4178107598878539, "she": 0.27250817636204266}, "shorten": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "shortly": {"him - she": -0.005187698419777842, "him": 0.32160902634613486, "she": 0.3267967247659127}, "shot": {"him - she": 0.13629759503481553, "him": 0.3607176150548357, "she": 0.22442002002002015}, "shots": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "should": {"him - she": 0.13675585820323363, "him": 0.35602843557908087, "she": 0.21927257737584724}, "shouldn": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "show": {"him - she": 0.09927527517500168, "him": 0.3795904363644022, "she": 0.28031516118940053}, "showcase": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "showed": {"him - she": 0.04867792876011065, "him": 0.2891281053031454, "she": 0.24045017654303477}, "shown": {"him - she": 0.10041945285854487, "him": 0.3475944092848278, "she": 0.24717495642628295}, "shows": {"him - she": 0.13400507540170095, "him": 0.3744552519447357, "she": 0.24045017654303477}, "side": {"him - she": 0.08533478905934627, "him": 0.3502209476396933, "she": 0.26488615858034703}, "sight": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "sightseeing": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "significant": {"him - she": 0.10416655436477723, "him": 0.3201282527820519, "she": 0.2159616984172747}, "silent": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "similar": {"him - she": 0.04919630703888189, "him": 0.2837233462243989, "she": 0.23452703918551698}, "similarities": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "simmons": {"him - she": 0.09834840012373436, "him": 0.3626560671674416, "she": 0.26430766704370723}, "simply": {"him - she": 0.05083465854321956, "him": 0.26679635696049425, "she": 0.2159616984172747}, "since": {"him - she": 0.12395026389966057, "him": 0.3964282691054199, "she": 0.2724780052057593}, "sing": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "single": {"him - she": 0.08533478905934627, "him": 0.3502209476396933, "she": 0.26488615858034703}, "singleton": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "sister": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "sit": {"him - she": -0.005187698419777842, "him": 0.32160902634613486, "she": 0.3267967247659127}, "sitting": {"him - she": 0.04716956565201186, "him": 0.3626560671674416, "she": 0.31548650151542973}, "situation": {"him - she": 0.08647931938108783, "him": 0.34166614691764025, "she": 0.2551868275365524}, "six": {"him - she": 0.10959001295883203, "him": 0.3781480339154742, "she": 0.26855802095664216}, "sixth": {"him - she": 0.09947762668917681, "him": 0.35445419452464716, "she": 0.25497656783547035}, "skins": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "slack": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "slang": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "sleep": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "sleepless": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "slightly": {"him - she": 0.047415485733988405, "him": 0.30239205356945875, "she": 0.25497656783547035}, "slow": {"him - she": 0.10544318342246517, "him": 0.4043278883880783, "she": 0.29888470496561315}, "small": {"him - she": 0.08338046248901898, "him": 0.3648380532830907, "she": 0.28145759079407173}, "smell": {"him - she": 0.04919630703888189, "him": 0.2837233462243989, "she": 0.23452703918551698}, "smidgen": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "smooth": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "so": {"him - she": 0.09331102469794661, "him": 0.40562321599396606, "she": 0.31231219129601945}, "society": {"him - she": 0.0507880851599809, "him": 0.3275744915129696, "she": 0.2767864063529887}, "some": {"him - she": 0.14230512170456766, "him": 0.3997342094262379, "she": 0.2574290877216702}, "someone": {"him - she": 0.048005753662416106, "him": 0.35445419452464716, "she": 0.30644844086223105}, "something": {"him - she": 0.07946038504804498, "him": 0.35733220495222257, "she": 0.2778718199041776}, "sometimes": {"him - she": -0.006522192230082935, "him": 0.33180364968325177, "she": 0.3383258419133347}, "somewhere": {"him - she": -0.004056387292772301, "him": 0.30239205356945875, "she": 0.30644844086223105}, "son": {"him - she": 0.05008568155659038, "him": 0.27450570157661053, "she": 0.22442002002002015}, "soon": {"him - she": 0.10416655436477723, "him": 0.3201282527820519, "she": 0.2159616984172747}, "sore": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "sorry": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "sort": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "soul": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "sounding": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "southbank": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "soy": {"him - she": 0.054070278918894654, "him": 0.2340294594166639, "she": 0.17995918049776924}, "special": {"him - she": 0.05157023182540976, "him": 0.3201282527820519, "she": 0.26855802095664216}, "spectators": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "speech": {"him - she": 0.050474656493352726, "him": 0.2704959095759807, "she": 0.22002125308262796}, "spellbound": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "spent": {"him - she": 0.05192070306329116, "him": 0.3168068616436382, "she": 0.26488615858034703}, "sphere": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "spirited": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "sports": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "square": {"him - she": 0.09834840012373436, "him": 0.3626560671674416, "she": 0.26430766704370723}, "stacks": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "stadium": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "stadler": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "stan": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "started": {"him - she": 0.11355724238422893, "him": 0.4114481487926873, "she": 0.2978909064084584}, "starting": {"him - she": 0.0507880851599809, "him": 0.3275744915129696, "she": 0.2767864063529887}, "starts": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "state": {"him - she": 0.06032356987432061, "him": 0.3099759637126704, "she": 0.24965239383834978}, "station": {"him - she": -0.002570257851761626, "him": 0.2788873329423101, "she": 0.28145759079407173}, "statue": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "stay": {"him - she": 0.10368111585887882, "him": 0.3237023689415068, "she": 0.22002125308262796}, "stayed": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "step": {"him - she": 0.1336997438598717, "him": 0.3735032651561205, "she": 0.23980352129624877}, "steven": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "still": {"him - she": 0.08259410839070863, "him": 0.33418061462020265, "she": 0.251586506229494}, "stitches": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "stole": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "stop": {"him - she": 0.08533478905934627, "him": 0.3502209476396933, "she": 0.26488615858034703}, "store": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "stories": {"him - she": 0.13400507540170095, "him": 0.3744552519447357, "she": 0.24045017654303477}, "strained": {"him - she": -0.005187698419777842, "him": 0.32160902634613486, "she": 0.3267967247659127}, "strategies": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "street": {"him - she": 0.007115162763281779, "him": 0.3648380532830907, "she": 0.35772289051980893}, "streets": {"him - she": 0.04932002306256278, "him": 0.3416797725119788, "she": 0.292359749449416}, "struggles": {"him - she": -0.004567631039125608, "him": 0.3109188704763041, "she": 0.31548650151542973}, "students": {"him - she": 0.10368111585887882, "him": 0.3237023689415068, "she": 0.22002125308262796}, "studies": {"him - she": 0.13629759503481553, "him": 0.3607176150548357, "she": 0.22442002002002015}, "stuff": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "style": {"him - she": 0.049041309823020685, "him": 0.3802114494516937, "she": 0.33117013962867303}, "subdued": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "subject": {"him - she": 0.1600627461456109, "him": 0.38928799705529893, "she": 0.22922525090968804}, "subversive": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "subway": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "such": {"him - she": 0.15092592284815612, "him": 0.38783979097472465, "she": 0.23691386812656853}, "sudden": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "suffering": {"him - she": 0.09834840012373436, "him": 0.3626560671674416, "she": 0.26430766704370723}, "suicide": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "sullen": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "support": {"him - she": -0.0008938223766477016, "him": 0.2542930051599047, "she": 0.2551868275365524}, "supportive": {"him - she": -0.0059925913147078624, "him": 0.3361248205082348, "she": 0.34211741182294264}, "supposed": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "sure": {"him - she": 0.07946038504804498, "him": 0.35733220495222257, "she": 0.2778718199041776}, "surprised": {"him - she": -0.004567631039125608, "him": 0.3109188704763041, "she": 0.31548650151542973}, "surprising": {"him - she": 0.10041945285854487, "him": 0.3475944092848278, "she": 0.24717495642628295}, "surrounds": {"him - she": -0.0059925913147078624, "him": 0.3361248205082348, "she": 0.34211741182294264}, "susan": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "suspected": {"him - she": -0.03566135075879284, "him": 0.2891281053031454, "she": 0.32478945606193826}, "sweet": {"him - she": 0.08043587312327, "him": 0.38688431398550105, "she": 0.30644844086223105}, "system": {"him - she": 0.1621863354981995, "him": 0.3781480339154742, "she": 0.2159616984172747}, "t": {"him - she": 0.10175001706301734, "him": 0.3627725031365892, "she": 0.26102248607357187}, "take": {"him - she": 0.058824016835369086, "him": 0.3223185170883703, "she": 0.2634945002530012}, "taken": {"him - she": 0.1340283621021059, "him": 0.3716338984440734, "she": 0.23760553634196752}, "takes": {"him - she": 0.13303649302541076, "him": 0.3802114494516937, "she": 0.24717495642628295}, "takeshi": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "taking": {"him - she": 0.18622440177726243, "him": 0.37747416959650304, "she": 0.1912497678192406}, "talent": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "talented": {"him - she": -0.005187698419777842, "him": 0.32160902634613486, "she": 0.3267967247659127}, "talks": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "team": {"him - she": 0.05425384177380138, "him": 0.23219588386211493, "she": 0.17794204208831355}, "teams": {"him - she": 0.16334493477811368, "him": 0.37200995164093575, "she": 0.20866501686282207}, "techniques": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "teens": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "telekinesis": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "tell": {"him - she": 0.018025979918154578, "him": 0.3275744915129696, "she": 0.309548511594815}, "telling": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "term": {"him - she": 0.1615387735367307, "him": 0.38156002661935867, "she": 0.22002125308262796}, "terms": {"him - she": 0.04867792876011065, "him": 0.2891281053031454, "she": 0.24045017654303477}, "terrible": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "terrifying": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "terrorism": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "terrorist": {"him - she": -0.001526351231538603, "him": 0.26335980734880843, "she": 0.26488615858034703}, "than": {"him - she": 0.07734748450902879, "him": 0.3625010218357395, "she": 0.2851535373267107}, "thanapob": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "thank": {"him - she": 0.10122959596894401, "him": 0.3416797725119788, "she": 0.24045017654303477}, "thanks": {"him - she": 0.08443572279985495, "him": 0.3569438991618976, "she": 0.27250817636204266}, "that": {"him - she": 0.14387601384668985, "him": 0.3582756463227733, "she": 0.21439963247608346}, "the": {"him - she": 0.1720272188515914, "him": 0.2563281507906438, "she": 0.08430093193905243}, "theatre": {"him - she": -0.004056387292772301, "him": 0.30239205356945875, "she": 0.30644844086223105}, "their": {"him - she": 0.11181756953066152, "him": 0.375945413994322, "she": 0.2641278444636605}, "them": {"him - she": 0.10982614399216772, "him": 0.39909505455889493, "she": 0.2892689105667272}, "themed": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "themselves": {"him - she": 0.08443572279985495, "him": 0.3569438991618976, "she": 0.27250817636204266}, "then": {"him - she": 0.1418807716520989, "him": 0.44353789329482274, "she": 0.30165712164272385}, "there": {"him - she": 0.13908224181062231, "him": 0.3856265237990586, "she": 0.24654428198843628}, "these": {"him - she": 0.1036308470316944, "him": 0.3777523842698447, "she": 0.2741215372381503}, "they": {"him - she": 0.09889664268776138, "him": 0.3758232292630589, "she": 0.2769265865752975}, "thing": {"him - she": 0.16646316603314798, "him": 0.35527089366493597, "she": 0.188807727631788}, "things": {"him - she": 0.13537155779888604, "him": 0.4106844249330861, "she": 0.27531286713420006}, "think": {"him - she": 0.05798214958238884, "him": 0.35215058777235864, "she": 0.2941684381899698}, "thinking": {"him - she": 0.10041945285854487, "him": 0.3475944092848278, "she": 0.24717495642628295}, "third": {"him - she": 0.0874500496390079, "him": 0.33441362401540703, "she": 0.24696357437639913}, "thirty": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "this": {"him - she": 0.12093004963687426, "him": 0.3917695825083448, "she": 0.27083953287147056}, "those": {"him - she": 0.09839885798516274, "him": 0.35098520768931935, "she": 0.2525863497041566}, "though": {"him - she": 0.14253521779431497, "him": 0.3224943982920842, "she": 0.17995918049776924}, "thought": {"him - she": 0.029742604168006392, "him": 0.3301157387850733, "she": 0.3003731346170669}, "thousands": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "three": {"him - she": 0.07695764435039731, "him": 0.36170213064307527, "she": 0.28474448629267796}, "thrilled": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "through": {"him - she": 0.09076360445994591, "him": 0.38087621668196087, "she": 0.29011261222201495}, "throughout": {"him - she": 0.12936896736857428, "him": 0.39792698832521645, "she": 0.26855802095664216}, "throw": {"him - she": -0.005187698419777842, "him": 0.32160902634613486, "she": 0.3267967247659127}, "tickets": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "tien": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "ties": {"him - she": 0.09947762668917681, "him": 0.35445419452464716, "she": 0.25497656783547035}, "tile": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "time": {"him - she": 0.11890937272732044, "him": 0.4322010380464142, "she": 0.31329166531909375}, "times": {"him - she": 0.08714229955509803, "him": 0.3367125688645452, "she": 0.24957026930944717}, "tiptoeing": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "titled": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "titles": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "to": {"him - she": 0.16554279956654536, "him": 0.3229552216550599, "she": 0.15741242208851455}, "today": {"him - she": -0.0413509865067187, "him": 0.3080375914720274, "she": 0.3493885779787461}, "together": {"him - she": 0.1394324741926711, "him": 0.34166614691764025, "she": 0.20223367272496914}, "told": {"him - she": 0.03589841539629124, "him": 0.34608986338490916, "she": 0.3101914479886179}, "toll": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "tomorrow": {"him - she": 0.04986030015905896, "him": 0.33646890998484186, "she": 0.2866086098257829}, "tone": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "tonkotsu": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "too": {"him - she": 0.04063515645475513, "him": 0.35470321675934646, "she": 0.31406806030459133}, "took": {"him - she": 0.03535092400660256, "him": 0.3513919472087444, "she": 0.31604102320214184}, "top": {"him - she": 0.16751298983309768, "him": 0.3495611764621815, "she": 0.1820481866290838}, "torn": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "tortured": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "tough": {"him - she": -0.0059925913147078624, "him": 0.3361248205082348, "she": 0.34211741182294264}, "tour": {"him - she": 0.04966208203262207, "him": 0.2788873329423101, "she": 0.22922525090968804}, "tours": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "toward": {"him - she": 0.05157023182540976, "him": 0.3201282527820519, "she": 0.26855802095664216}, "towards": {"him - she": 0.08132674448608057, "him": 0.3802114494516937, "she": 0.29888470496561315}, "town": {"him - she": 0.00029307614433340956, "him": 0.23789861248630093, "she": 0.23760553634196752}, "tracks": {"him - she": -0.0059925913147078624, "him": 0.3361248205082348, "she": 0.34211741182294264}, "train": {"him - she": 0.09834840012373436, "him": 0.3626560671674416, "she": 0.26430766704370723}, "travel": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "treated": {"him - she": -0.0059925913147078624, "him": 0.3361248205082348, "she": 0.34211741182294264}, "treatment": {"him - she": 0.05177988741916717, "him": 0.25713496518615164, "she": 0.20535507776698447}, "tried": {"him - she": 0.08533478905934627, "him": 0.3502209476396933, "she": 0.26488615858034703}, "tries": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "trips": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "trivia": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "trouble": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "true": {"him - she": 0.07665908290271883, "him": 0.3781480339154742, "she": 0.30148895101275536}, "trust": {"him - she": 0.04932002306256278, "him": 0.3416797725119788, "she": 0.292359749449416}, "truth": {"him - she": 0.044737269512346245, "him": 0.3868546813352889, "she": 0.34211741182294264}, "try": {"him - she": 0.10368111585887882, "him": 0.3237023689415068, "she": 0.22002125308262796}, "trying": {"him - she": 0.05255839598586409, "him": 0.3107872740400809, "she": 0.2582288780542168}, "turn": {"him - she": 0.1078304062612272, "him": 0.38928799705529893, "she": 0.28145759079407173}, "turned": {"him - she": -0.00712385645661423, "him": 0.3416797725119788, "she": 0.348803628968593}, "turns": {"him - she": 0.13055057298216166, "him": 0.3948582400258689, "she": 0.26430766704370723}, "twenty": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "two": {"him - she": 0.06200958220187208, "him": 0.35676131084691726, "she": 0.2947517286450452}, "ugly": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "ultimately": {"him - she": 0.13055057298216166, "him": 0.3948582400258689, "she": 0.26430766704370723}, "unbiased": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "uncommunicative": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "uncredited": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "under": {"him - she": 0.14281398515193505, "him": 0.3207560272402486, "she": 0.17794204208831355}, "underground": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "understand": {"him - she": -0.0022807047763781507, "him": 0.27450570157661053, "she": 0.2767864063529887}, "understood": {"him - she": 0.12883928558539692, "him": 0.4048373973239823, "she": 0.27599811173858535}, "undertake": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "unenticing": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "unfair": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "unite": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "united": {"him - she": 0.10416655436477723, "him": 0.3201282527820519, "she": 0.2159616984172747}, "unless": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "unpleasant": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "unsolved": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "until": {"him - she": 0.04932002306256278, "him": 0.3416797725119788, "she": 0.292359749449416}, "unwelcome": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "up": {"him - she": 0.14855622728627715, "him": 0.4135618978716302, "she": 0.26500567058535307}, "upon": {"him - she": 0.09834840012373436, "him": 0.3626560671674416, "she": 0.26430766704370723}, "uppity": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "us": {"him - she": 0.07923652853656582, "him": 0.34516463576618117, "she": 0.26592810722961535}, "usd": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "use": {"him - she": 0.11511838741974034, "him": 0.3428427324427178, "she": 0.22772434502297745}, "used": {"him - she": 0.08294637791753157, "him": 0.33158685890331807, "she": 0.2486404809857865}, "users": {"him - she": 0.05008568155659038, "him": 0.27450570157661053, "she": 0.22442002002002015}, "usual": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "usually": {"him - she": 0.04932002306256278, "him": 0.3416797725119788, "she": 0.292359749449416}, "valued": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "ve": {"him - she": -0.05756402266716776, "him": 0.22386383182161151, "she": 0.28142785448877927}, "verbally": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "version": {"him - she": -0.0022807047763781507, "him": 0.27450570157661053, "she": 0.2767864063529887}, "very": {"him - she": 0.08919176970555637, "him": 0.379617455844215, "she": 0.29042568613865866}, "villagers": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "violent": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "virginity": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "visit": {"him - she": 0.10194187079932487, "him": 0.33646890998484186, "she": 0.23452703918551698}, "vulnerable": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "waaay": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "waiting": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "walk": {"him - she": -0.004567631039125608, "him": 0.3109188704763041, "she": 0.31548650151542973}, "walked": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "walking": {"him - she": 0.04613080177957851, "him": 0.3729275265454912, "she": 0.3267967247659127}, "wall": {"him - she": 0.050474656493352726, "him": 0.2704959095759807, "she": 0.22002125308262796}, "wander": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "want": {"him - she": 0.0874500496390079, "him": 0.33441362401540703, "she": 0.24696357437639913}, "wanted": {"him - she": 0.02722966271218291, "him": 0.3569438991618976, "she": 0.3297142364497147}, "wants": {"him - she": 0.13400507540170095, "him": 0.3744552519447357, "she": 0.24045017654303477}, "war": {"him - she": -0.03334203841920261, "him": 0.23994537458284973, "she": 0.27328741300205234}, "warm": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "warning": {"him - she": 0.05177988741916717, "him": 0.25713496518615164, "she": 0.20535507776698447}, "was": {"him - she": 0.12735560024466586, "him": 0.3937274501961415, "she": 0.26637184995147567}, "wasn": {"him - she": -0.025364920120964418, "him": 0.3201282527820519, "she": 0.34549317290301634}, "waste": {"him - she": 0.051484197138099264, "him": 0.26014921400092134, "she": 0.20866501686282207}, "watched": {"him - she": -0.005187698419777842, "him": 0.32160902634613486, "she": 0.3267967247659127}, "watching": {"him - she": 0.04661120343259689, "him": 0.3109188704763041, "she": 0.26430766704370723}, "water": {"him - she": 0.052850763935475, "him": 0.3080375914720274, "she": 0.2551868275365524}, "waterstones": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "way": {"him - she": 0.05736888438366328, "him": 0.3759702327140087, "she": 0.3186013483303454}, "we": {"him - she": 0.13913550751012557, "him": 0.3626112982352468, "she": 0.22347579072512122}, "weakest": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "wean": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "weapons": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "wears": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "weaselled": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "weaving": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "website": {"him - she": 0.04919630703888189, "him": 0.2837233462243989, "she": 0.23452703918551698}, "websites": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "wee": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "week": {"him - she": -0.004317262778839037, "him": 0.29835905867507784, "she": 0.3026763214539169}, "weight": {"him - she": 0.1600627461456109, "him": 0.38928799705529893, "she": 0.22922525090968804}, "well": {"him - she": 0.07953220466974131, "him": 0.3430267049227425, "she": 0.2634945002530012}, "went": {"him - she": 0.0849016319029563, "him": 0.35345965285959846, "she": 0.26855802095664216}, "were": {"him - she": 0.12049204762061022, "him": 0.3872046125261142, "she": 0.266712564905504}, "weren": {"him - she": -0.0059925913147078624, "him": 0.3361248205082348, "she": 0.34211741182294264}, "west": {"him - she": 0.05177988741916717, "him": 0.25713496518615164, "she": 0.20535507776698447}, "westerberg": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "western": {"him - she": 0.10041945285854487, "him": 0.3475944092848278, "she": 0.24717495642628295}, "what": {"him - she": 0.13540588521626723, "him": 0.37231676204406405, "she": 0.23691087682779682}, "whatever": {"him - she": -0.0036178165912111315, "him": 0.295266888374402, "she": 0.29888470496561315}, "when": {"him - she": 0.12344828213497144, "him": 0.3869011691955603, "she": 0.26345288706058884}, "where": {"him - she": 0.08758935440255228, "him": 0.3898562151097112, "she": 0.3022668607071589}, "whether": {"him - she": 0.08714229955509803, "him": 0.3367125688645452, "she": 0.24957026930944717}, "which": {"him - she": 0.1457784297223319, "him": 0.3826893065501287, "she": 0.23691087682779682}, "while": {"him - she": 0.17465025891753194, "him": 0.4069918457201466, "she": 0.23234158680261469}, "whiled": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "whilst": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "whim": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "white": {"him - she": 0.05298411144289206, "him": 0.3443491805540662, "she": 0.29136506911117416}, "who": {"him - she": 0.11086246891856633, "him": 0.4102394607422817, "she": 0.29937699182371535}, "whole": {"him - she": 0.1608347095335374, "him": 0.38525472955355755, "she": 0.22442002002002015}, "whose": {"him - she": 0.08277327236018034, "him": 0.36938188218596324, "she": 0.2866086098257829}, "why": {"him - she": 0.0885513599545763, "him": 0.39515821327668726, "she": 0.30660685332211096}, "wicked": {"him - she": 0.04561091460754951, "him": 0.32160902634613486, "she": 0.27599811173858535}, "wife": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "will": {"him - she": 0.1320185156750188, "him": 0.3623497370174371, "she": 0.23033122134241832}, "win": {"him - she": 0.10194187079932487, "him": 0.33646890998484186, "she": 0.23452703918551698}, "window": {"him - she": -0.0036178165912111315, "him": 0.295266888374402, "she": 0.29888470496561315}, "wing": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "wisdom": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "wise": {"him - she": -0.004567631039125608, "him": 0.3109188704763041, "she": 0.31548650151542973}, "wish": {"him - she": 0.044266973373591645, "him": 0.3361248205082348, "she": 0.29185784713464313}, "wished": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "with": {"him - she": 0.12490442204103619, "him": 0.3773712888552096, "she": 0.2524668668141734}, "within": {"him - she": 0.1100897302534129, "him": 0.37497588883375993, "she": 0.26488615858034703}, "without": {"him - she": 0.10050457289033787, "him": 0.3716338984440734, "she": 0.27112932555373553}, "woman": {"him - she": -0.03647268376714191, "him": 0.3109188704763041, "she": 0.34739155424344603}, "won": {"him - she": 0.052850763935475, "him": 0.3080375914720274, "she": 0.2551868275365524}, "wonder": {"him - she": 0.048005753662416106, "him": 0.35445419452464716, "she": 0.30644844086223105}, "words": {"him - she": 0.05008568155659038, "him": 0.27450570157661053, "she": 0.22442002002002015}, "work": {"him - she": 0.05798214958238884, "him": 0.35215058777235864, "she": 0.2941684381899698}, "world": {"him - she": 0.09277563894437252, "him": 0.36791824997831774, "she": 0.2751426110339452}, "worries": {"him - she": 0.09499683420064575, "him": 0.3868546813352889, "she": 0.29185784713464313}, "worry": {"him - she": 0.017305880002978224, "him": 0.33646890998484186, "she": 0.31916302998186363}, "would": {"him - she": 0.052885046535907865, "him": 0.3491215605811266, "she": 0.2962365140452187}, "writes": {"him - she": -0.004056387292772301, "him": 0.30239205356945875, "she": 0.30644844086223105}, "writing": {"him - she": 0.04867792876011065, "him": 0.2891281053031454, "she": 0.24045017654303477}, "wrong": {"him - she": 0.09834840012373436, "him": 0.3626560671674416, "she": 0.26430766704370723}, "wrote": {"him - she": 0.0849016319029563, "him": 0.35345965285959846, "she": 0.26855802095664216}, "year": {"him - she": 0.0453801373970385, "him": 0.3130122338797727, "she": 0.2676320964827342}, "years": {"him - she": 0.09892752078091255, "him": 0.39286670635093446, "she": 0.2939391855700219}, "yes": {"him - she": 0.04809193194811906, "him": 0.295266888374402, "she": 0.24717495642628295}, "yet": {"him - she": 0.16526544546538738, "him": 0.3617388727048475, "she": 0.19647342723946012}, "yo": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "yoing": {"him - she": 0.042132710423123165, "him": 0.35955182217277387, "she": 0.3174191117496507}, "york": {"him - she": 0.14096807968058503, "him": 0.33221784749982564, "she": 0.1912497678192406}, "yorker": {"him - she": 0.09692941480690587, "him": 0.3729275265454912, "she": 0.27599811173858535}, "you": {"him - she": 0.10199239949939765, "him": 0.3582746195224011, "she": 0.25628222002300344}, "young": {"him - she": 0.07355736450109984, "him": 0.38657698512865313, "she": 0.3130196206275533}, "your": {"him - she": 0.07720869103830097, "him": 0.3560443623329419, "she": 0.27883567129464093}, "zone": {"him - she": -0.002570257851761626, "him": 0.2788873329423101, "she": 0.28145759079407173}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-him-their.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-him-their.json new file mode 100644 index 0000000000000000000000000000000000000000..46946d21c45e5efe418b68e8bb0ab01604e8e5e4 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-him-their.json @@ -0,0 +1 @@ +{"0": {"him - their": -0.0006360421120864546, "him": 0.2756211058471189, "their": 0.27625714795920536}, "000": {"him - their": -0.034947372548425115, "him": 0.3080375914720274, "their": 0.34298496402045253}, "04": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "08": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "1": {"him - their": -0.06049250359121272, "him": 0.2814454948081398, "their": 0.3419379983993525}, "10": {"him - their": -0.00874733317251053, "him": 0.34608986338490916, "their": 0.3548371965574197}, "12": {"him - their": -0.022324540767969525, "him": 0.26335980734880843, "their": 0.28568434811677795}, "14": {"him - their": -0.0011082032072234904, "him": 0.3275744915129696, "their": 0.32868269472019307}, "15": {"him - their": 0.10912708389093978, "him": 0.39481143200771773, "their": 0.28568434811677795}, "16": {"him - their": 0.030792697677481662, "him": 0.3275744915129696, "their": 0.2967817938354879}, "17": {"him - their": -0.0009401315477685634, "him": 0.3080375914720274, "their": 0.308977723019796}, "18": {"him - their": -0.001222449400501091, "him": 0.3416797725119788, "their": 0.3429022219124799}, "18usd": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "19": {"him - their": -0.022310576545590488, "him": 0.26679635696049425, "their": 0.28910693350608474}, "1904": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "1932": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "1953": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "1968": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "1986": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "19th": {"him - their": 0.07537589618259843, "him": 0.2891281053031454, "their": 0.213752209120547}, "2": {"him - their": -0.008662352000257612, "him": 0.3223185170883703, "their": 0.3309808690886279}, "20": {"him - their": -0.013662944823008227, "him": 0.3137026702107983, "their": 0.3273656150338065}, "200": {"him - their": 0.028473847984635536, "him": 0.2891281053031454, "their": 0.2606542573185099}, "2001": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "2003": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "2004": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "2006": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "2010": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "2012": {"him - their": 0.05187036096134057, "him": 0.3416797725119788, "their": 0.2898094115506382}, "2014": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "2016": {"him - their": 0.08847293571806963, "him": 0.38525472955355755, "their": 0.2967817938354879}, "2019": {"him - their": 0.028313029659660816, "him": 0.295266888374402, "their": 0.2669538587147412}, "2019t": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "20th": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "21": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "21st": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "235": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "24": {"him - their": -0.0006813062474927967, "him": 0.2891281053031454, "their": 0.2898094115506382}, "25": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "25th": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "29": {"him - their": 0.030352970664726642, "him": 0.3416797725119788, "their": 0.31132680184725214}, "2nd": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "3": {"him - their": 0.035704513783772596, "him": 0.35470321675934646, "their": 0.31899870297557387}, "30": {"him - their": 0.06415341630875765, "him": 0.3569438991618976, "their": 0.29279048285313997}, "300": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "33": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "335032the": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "37": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "4": {"him - their": 0.026949443371938275, "him": 0.3602232081582061, "their": 0.3332737647862678}, "40": {"him - their": 0.028473847984635536, "him": 0.2891281053031454, "their": 0.2606542573185099}, "400": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "40th": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "45": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "451": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "5": {"him - their": 0.01956960870854496, "him": 0.33997142023886123, "their": 0.32040181153031627}, "58": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "6": {"him - their": 0.0353306364338995, "him": 0.32023054958207625, "their": 0.28489991314817675}, "60": {"him - their": 0.028473847984635536, "him": 0.2891281053031454, "their": 0.2606542573185099}, "600": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "644": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "67": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "69p": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "7": {"him - their": -0.044337837011756365, "him": 0.29620667292525893, "their": 0.3405445099370153}, "76ers": {"him - their": 0.07963357048259062, "him": 0.3626560671674416, "their": 0.28302249668485097}, "7th": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "8": {"him - their": -0.001182982416540912, "him": 0.32616069670969583, "their": 0.32734367912623674}, "80s": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "884": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "9": {"him - their": 0.030911886088366813, "him": 0.3237023689415068, "their": 0.29279048285313997}, "90": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "93": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "950": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "a": {"him - their": 0.009226522809339166, "him": 0.32444323242934936, "their": 0.3152167096200102}, "aajohi": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "abducted": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "abel": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "abilities": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "ability": {"him - their": 0.08421212721510235, "him": 0.3802114494516937, "their": 0.29599932223659137}, "able": {"him - their": 0.008821398037441308, "him": 0.3367125688645452, "their": 0.3278911708271039}, "about": {"him - their": -0.014354542261210135, "him": 0.3770285398407376, "their": 0.3913830821019477}, "above": {"him - their": -0.0006354620915590692, "him": 0.2837233462243989, "their": 0.28435880831595794}, "abs": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "absolutely": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "absorbed": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "abul": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "abundance": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "accept": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "acceptance": {"him - their": 0.12356476796152949, "him": 0.3868546813352889, "their": 0.2632899133737594}, "accepting": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "accord": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "according": {"him - their": -0.01362195113155723, "him": 0.26894683778837636, "their": 0.2825687889199336}, "accordingly": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "accounts": {"him - their": 0.0750626449948679, "him": 0.295266888374402, "their": 0.22020424337953412}, "accuracy": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "accused": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "achieve": {"him - their": -0.022114928734236095, "him": 0.30239205356945875, "their": 0.32450698230369485}, "achieved": {"him - their": -0.053596105866646315, "him": 0.295266888374402, "their": 0.34886299424104833}, "acknowledging": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "acquaintances": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "acquiescence": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "across": {"him - their": -0.022229131641104682, "him": 0.2837233462243989, "their": 0.30595247786550356}, "act": {"him - their": 0.04464433660712924, "him": 0.37200995164093575, "their": 0.3273656150338065}, "acting": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "action": {"him - their": 0.05284504195204209, "him": 0.3201282527820519, "their": 0.26728321083000983}, "actionable": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "actions": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "activities": {"him - their": 0.03138737236177069, "him": 0.3080375914720274, "their": 0.2766502191102567}, "activity": {"him - their": -0.022310576545590488, "him": 0.26679635696049425, "their": 0.28910693350608474}, "actor": {"him - their": -0.0006813062474927967, "him": 0.2891281053031454, "their": 0.2898094115506382}, "acts": {"him - their": -0.0006354620915590692, "him": 0.2837233462243989, "their": 0.28435880831595794}, "actual": {"him - their": -0.022114928734236095, "him": 0.30239205356945875, "their": 0.32450698230369485}, "actually": {"him - their": 0.04450755496536818, "him": 0.37497588883375993, "their": 0.33046833386839175}, "acute": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "adamant": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "adani": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "adapt": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "added": {"him - their": -0.05474796196377962, "him": 0.251603515870911, "their": 0.30635147783469063}, "addition": {"him - their": -0.0005199849693611203, "him": 0.2704959095759807, "their": 0.2710158945453418}, "additional": {"him - their": 0.030661769554614804, "him": 0.33180364968325177, "their": 0.30114188012863696}, "address": {"him - their": 0.05127162116417322, "him": 0.35445419452464716, "their": 0.30318257336047394}, "addressing": {"him - their": 0.08370174062502711, "him": 0.38688431398550105, "their": 0.30318257336047394}, "adds": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "admins": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "admits": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "adoring": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "ads": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "adult": {"him - their": 0.07588603790593915, "him": 0.2788873329423101, "their": 0.20300129503637096}, "advanced": {"him - their": -0.0006354620915590692, "him": 0.2837233462243989, "their": 0.28435880831595794}, "adversaries": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "advocates": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "aerial": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "affairs": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "affectation": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "affected": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "afghanistan": {"him - their": 0.0750626449948679, "him": 0.295266888374402, "their": 0.22020424337953412}, "afraid": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "african": {"him - their": 0.03237733703333759, "him": 0.27421898127569744, "their": 0.24184164424235985}, "after": {"him - their": 0.04555197874052769, "him": 0.4091895439173967, "their": 0.363637565176869}, "aftermath": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "again": {"him - their": 0.05788183326642071, "him": 0.3617388727048475, "their": 0.3038570394384268}, "against": {"him - their": -0.001517939434202864, "him": 0.34739199752263766, "their": 0.3489099369568405}, "age": {"him - their": -0.02227609225887739, "him": 0.27450570157661053, "their": 0.2967817938354879}, "agencies": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "agenda": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "agent": {"him - their": 0.1267541883625775, "him": 0.35445419452464716, "their": 0.22770000616206965}, "aggressive": {"him - their": 0.05087893883597794, "him": 0.3626560671674416, "their": 0.31177712833146365}, "agitating": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "agitation": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "ago": {"him - their": -0.0012762653418189607, "him": 0.3367125688645452, "their": 0.33798883420636416}, "agree": {"him - their": 0.029682922365839026, "him": 0.3626560671674416, "their": 0.33297314480160256}, "agrees": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "ahead": {"him - their": 0.05127162116417322, "him": 0.35445419452464716, "their": 0.30318257336047394}, "aid": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "aides": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "aids": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "air": {"him - their": 0.03112251352686024, "him": 0.3168068616436382, "their": 0.28568434811677795}, "al": {"him - their": -0.022254547186326856, "him": 0.2788873329423101, "their": 0.30114188012863696}, "aladdin": {"him - their": 0.07564706779090835, "him": 0.2837233462243989, "their": 0.20807627843349052}, "alarmed": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "albeit": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "alcohol": {"him - their": 0.05187036096134057, "him": 0.3416797725119788, "their": 0.2898094115506382}, "aldous": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "alien": {"him - their": 0.1288023546468808, "him": 0.33180364968325177, "their": 0.20300129503637096}, "alienation": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "all": {"him - their": 0.03017242032886458, "him": 0.39688691395063586, "their": 0.3667144936217713}, "alliance": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "alliances": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "allies": {"him - their": 0.050378048835377554, "him": 0.3729275265454912, "their": 0.32254947771011366}, "allow": {"him - their": 0.0623773316818062, "him": 0.38688431398550105, "their": 0.32450698230369485}, "allowed": {"him - their": 0.05187036096134057, "him": 0.3416797725119788, "their": 0.2898094115506382}, "almost": {"him - their": 0.1085934657136412, "him": 0.42034521702464195, "their": 0.31175175131100075}, "alone": {"him - their": 0.05087893883597794, "him": 0.3626560671674416, "their": 0.31177712833146365}, "along": {"him - their": 0.02871073739722929, "him": 0.3818933461962038, "their": 0.3531826087989745}, "aloof": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "alpha": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "already": {"him - their": 0.00889487527719568, "him": 0.33221784749982564, "their": 0.32332297222262996}, "also": {"him - their": -0.021961205005253226, "him": 0.35759356620179117, "their": 0.3795547712070444}, "although": {"him - their": 0.03400923272959261, "him": 0.35733220495222257, "their": 0.32332297222262996}, "always": {"him - their": -0.010428771151942018, "him": 0.3301157387850733, "their": 0.3405445099370153}, "am": {"him - their": 0.06487520289832055, "him": 0.38657698512865313, "their": 0.3217017822303326}, "amaravati": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "amazon": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "america": {"him - their": -0.022161529924361878, "him": 0.295266888374402, "their": 0.3174284182987639}, "american": {"him - their": -0.00034697315063308976, "him": 0.251603515870911, "their": 0.2519504890215441}, "americans": {"him - their": 0.05127162116417322, "him": 0.35445419452464716, "their": 0.30318257336047394}, "among": {"him - their": -0.10747231809864238, "him": 0.23219588386211493, "their": 0.3396682019607573}, "amongst": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "amorphous": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "amount": {"him - their": 0.05187036096134057, "him": 0.3416797725119788, "their": 0.2898094115506382}, "an": {"him - their": 5.489815446280133e-05, "him": 0.39076090804824204, "their": 0.39070600989377924}, "analysis": {"him - their": 0.0810255151934689, "him": 0.3416797725119788, "their": 0.2606542573185099}, "analyzing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "anchor": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "and": {"him - their": 0.022089420182058617, "him": 0.3187018637878701, "their": 0.29661244360581146}, "andrew": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "angeles": {"him - their": -0.02227609225887739, "him": 0.27450570157661053, "their": 0.2967817938354879}, "anger": {"him - their": 0.078924833421888, "him": 0.3729275265454912, "their": 0.2940026931236032}, "angle": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "angry": {"him - their": 0.078924833421888, "him": 0.3729275265454912, "their": 0.2940026931236032}, "angst": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "animals": {"him - their": -0.03981557337776137, "him": 0.26335980734880843, "their": 0.3031753807265698}, "announce": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "annoying": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "another": {"him - their": 0.05657516264798512, "him": 0.40975777144695963, "their": 0.3531826087989745}, "answer": {"him - their": 0.05608476452929334, "him": 0.39373461137252663, "their": 0.3376498468432333}, "answered": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "answers": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "anti": {"him - their": 0.078924833421888, "him": 0.3729275265454912, "their": 0.2940026931236032}, "antidepressants": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "antigen": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "antoni": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "antonin": {"him - their": 0.08018667806943702, "him": 0.35445419452464716, "their": 0.27426751645521014}, "ants": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "any": {"him - their": 0.028273660496751174, "him": 0.4008125443810822, "their": 0.37253888388433104}, "anyone": {"him - their": 0.05657203483336448, "him": 0.38525472955355755, "their": 0.32868269472019307}, "anything": {"him - their": -0.022198696544106722, "him": 0.2891281053031454, "their": 0.31132680184725214}, "apartment": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "apparent": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "appear": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "appearance": {"him - their": 0.08018667806943702, "him": 0.35445419452464716, "their": 0.27426751645521014}, "applications": {"him - their": 0.12356476796152949, "him": 0.3868546813352889, "their": 0.2632899133737594}, "applied": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "apply": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "appreciate": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "appreciates": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "appropriately": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "april": {"him - their": 0.06342940432045968, "him": 0.36938188218596324, "their": 0.30595247786550356}, "are": {"him - their": -0.0024007705154523995, "him": 0.3796714870555045, "their": 0.3820722575709569}, "area": {"him - their": -0.07851723237656066, "him": 0.25713496518615164, "their": 0.3356521975627123}, "areas": {"him - their": -0.0006354620915590692, "him": 0.2837233462243989, "their": 0.28435880831595794}, "aren": {"him - their": -0.05428225913554208, "him": 0.2704959095759807, "their": 0.32477816871152276}, "arguably": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "argue": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "argued": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "argument": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "arise": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "armed": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "around": {"him - their": 0.011490031506326714, "him": 0.38589855515827054, "their": 0.3744085236519438}, "arrest": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "arrival": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "arrive": {"him - their": 0.05087893883597794, "him": 0.3626560671674416, "their": 0.31177712833146365}, "arrived": {"him - their": 0.1279275633914318, "him": 0.3416797725119788, "their": 0.213752209120547}, "arson": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "arsonist": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "arthur": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "article": {"him - their": -0.039389770157980564, "him": 0.2891281053031454, "their": 0.328517875461126}, "artificial": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "artist": {"him - their": 0.0760995682922222, "him": 0.27450570157661053, "their": 0.19840613328438833}, "artists": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "as": {"him - their": 0.026121516403789402, "him": 0.38493140753408395, "their": 0.35880989113029454}, "ash": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "ask": {"him - their": 0.030661769554614804, "him": 0.33180364968325177, "their": 0.30114188012863696}, "asked": {"him - their": 0.046743030468434976, "him": 0.3569438991618976, "their": 0.31020086869346264}, "aspect": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "aspects": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "aspirin": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "assailants": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "assembly": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "assessment": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "assign": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "assists": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "associated": {"him - their": 0.08018667806943702, "him": 0.35445419452464716, "their": 0.27426751645521014}, "associations": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "assume": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "assumptions": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "assurances": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "assured": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "at": {"him - their": 0.00018065973923242495, "him": 0.3809868451694125, "their": 0.3808061854301801}, "atlantic": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "atom": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "attack": {"him - their": -0.000990043001262375, "him": 0.3137026702107983, "their": 0.31469271321206066}, "attacked": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "attacking": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "attacks": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "attempt": {"him - their": 0.013260441497993547, "him": 0.33646890998484186, "their": 0.3232084684868483}, "attempts": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "attend": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "attending": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "attitude": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "attract": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "attractions": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "audience": {"him - their": 0.05087893883597794, "him": 0.3626560671674416, "their": 0.31177712833146365}, "audiences": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "aussie": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "australia": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "australian": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "author": {"him - their": 0.03016599098606393, "him": 0.3475944092848278, "their": 0.3174284182987639}, "authorities": {"him - their": 0.028851024930431207, "him": 0.27450570157661053, "their": 0.24565467664617932}, "authority": {"him - their": 0.08018667806943702, "him": 0.35445419452464716, "their": 0.27426751645521014}, "available": {"him - their": 0.057471565241673295, "him": 0.36922331655267404, "their": 0.31175175131100075}, "avails": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "averaging": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "avoid": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "awaiting": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "award": {"him - their": 0.0810255151934689, "him": 0.3416797725119788, "their": 0.2606542573185099}, "awards": {"him - their": 0.0750626449948679, "him": 0.295266888374402, "their": 0.22020424337953412}, "away": {"him - their": 0.04320004544087214, "him": 0.39481143200771773, "their": 0.3516113865668456}, "awful": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "awkwardness": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "baby": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "back": {"him - their": 0.029684629311385213, "him": 0.3536504187704697, "their": 0.3239657894590845}, "background": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "backing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "bad": {"him - their": -0.039485122262449435, "him": 0.2837233462243989, "their": 0.3232084684868483}, "bail": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "ballerina": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "baloch": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "balochistan": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "ban": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "band": {"him - their": -0.022254547186326856, "him": 0.2788873329423101, "their": 0.30114188012863696}, "bank": {"him - their": 0.029358755347789367, "him": 0.2542930051599047, "their": 0.22493424981211535}, "barack": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "barely": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "baring": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "barrel": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "barricaded": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "bars": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "base": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "based": {"him - their": 0.008821398037441308, "him": 0.3367125688645452, "their": 0.3278911708271039}, "bases": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "basic": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "basically": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "basis": {"him - their": -0.0005937831937817273, "him": 0.2788873329423101, "their": 0.27948111613609183}, "basketball": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "battle": {"him - their": -0.0006813062474927967, "him": 0.2891281053031454, "their": 0.2898094115506382}, "be": {"him - their": -0.002181146236369058, "him": 0.3636439782193068, "their": 0.36582512445567583}, "beak": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "beal": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "beat": {"him - their": 0.07588603790593915, "him": 0.2788873329423101, "their": 0.20300129503637096}, "beauty": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "became": {"him - their": 0.03173203534272995, "him": 0.36938188218596324, "their": 0.3376498468432333}, "because": {"him - their": -0.006953113025922053, "him": 0.34681241199977514, "their": 0.3537655250256972}, "become": {"him - their": 0.03474049389740963, "him": 0.3795904363644022, "their": 0.3448499424669926}, "becomes": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "bee": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "beefed": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "been": {"him - their": 0.006943756614607721, "him": 0.38328689997293414, "their": 0.3763431433583264}, "beer": {"him - their": 0.1267541883625775, "him": 0.35445419452464716, "their": 0.22770000616206965}, "beers": {"him - their": 0.12356476796152949, "him": 0.3868546813352889, "their": 0.2632899133737594}, "bees": {"him - their": 0.078924833421888, "him": 0.3729275265454912, "their": 0.2940026931236032}, "before": {"him - their": 0.018834241204710944, "him": 0.39697166374229625, "their": 0.3781374225375853}, "began": {"him - their": -0.022324540767969525, "him": 0.26335980734880843, "their": 0.28568434811677795}, "begin": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "beginning": {"him - their": 0.0305164321193383, "him": 0.33646890998484186, "their": 0.30595247786550356}, "begrudgingly": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "behalf": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "behavior": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "behind": {"him - their": 0.046743030468434976, "him": 0.3569438991618976, "their": 0.31020086869346264}, "being": {"him - their": 0.008276968981362931, "him": 0.3628564651880079, "their": 0.354579496206645}, "belief": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "believe": {"him - their": -0.013646486476288633, "him": 0.33180364968325177, "their": 0.3454501361595404}, "believed": {"him - their": -0.0006813062474927967, "him": 0.2891281053031454, "their": 0.2898094115506382}, "believes": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "believing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "bellota": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "belonging": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "bemoans": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "ben": {"him - their": 0.05127162116417322, "him": 0.35445419452464716, "their": 0.30318257336047394}, "bench": {"him - their": 0.028738873106209428, "him": 0.2788873329423101, "their": 0.2501484598361007}, "beneath": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "benign": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "benjamin": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "besides": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "best": {"him - their": 0.049271894984728004, "him": 0.4157888954340425, "their": 0.3665170004493145}, "bet": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "better": {"him - their": -0.010436318451585547, "him": 0.33441362401540703, "their": 0.3448499424669926}, "between": {"him - their": -0.028362837659460738, "him": 0.32339334575646017, "their": 0.3517561834159209}, "bewildered": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "biden": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "big": {"him - their": 0.04531113832977418, "him": 0.35733220495222257, "their": 0.3120210666224484}, "biggest": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "bill": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "birds": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "birth": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "birthday": {"him - their": 0.08064055057008662, "him": 0.3475944092848278, "their": 0.2669538587147412}, "bit": {"him - their": 0.03138737236177069, "him": 0.3080375914720274, "their": 0.2766502191102567}, "bite": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "bitter": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "black": {"him - their": -0.05446403894340385, "him": 0.26335980734880843, "their": 0.3178238462922123}, "bladder": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "blanchard": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "blast": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "blends": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "blessed": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "blessing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "blisters": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "blocking": {"him - their": 0.029682922365839026, "him": 0.3626560671674416, "their": 0.33297314480160256}, "blog": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "blogs": {"him - their": 0.04535006074673947, "him": 0.38688431398550105, "their": 0.3415342532387616}, "blond": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "blood": {"him - their": 0.08018667806943702, "him": 0.35445419452464716, "their": 0.27426751645521014}, "blooded": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "bluntly": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "boat": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "bodies": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "body": {"him - their": 0.0305164321193383, "him": 0.33646890998484186, "their": 0.30595247786550356}, "bomb": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "bond": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "book": {"him - their": 0.06605658753033622, "him": 0.3224943982920842, "their": 0.256437810761748}, "booked": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "books": {"him - their": 0.06453659952291535, "him": 0.3502209476396933, "their": 0.28568434811677795}, "bookshops": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "border": {"him - their": 0.0764683837708307, "him": 0.26679635696049425, "their": 0.19032797318966355}, "boring": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "born": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "botcha": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "both": {"him - their": 0.007875985768887206, "him": 0.38561398603205393, "their": 0.37773800026316673}, "bottle": {"him - their": 0.15688324509352014, "him": 0.4048373973239823, "their": 0.24795415223046213}, "bottom": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "bought": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "bounceback": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "box": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "boy": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "bph": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "bradbury": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "brahms": {"him - their": 0.08018667806943702, "him": 0.35445419452464716, "their": 0.27426751645521014}, "branch": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "branches": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "bras": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "brass": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "brave": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "break": {"him - their": -0.022161529924361878, "him": 0.295266888374402, "their": 0.3174284182987639}, "breakfast": {"him - their": 0.0750626449948679, "him": 0.295266888374402, "their": 0.22020424337953412}, "breakup": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "breezily": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "brett": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "bridges": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "briefly": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "bright": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "brighter": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "brilliant": {"him - their": 0.050378048835377554, "him": 0.3729275265454912, "their": 0.32254947771011366}, "brindisa": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "bring": {"him - their": 0.06453237722284394, "him": 0.39189799225665045, "their": 0.3273656150338065}, "bringing": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "brings": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "brisbane": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "brisvegas": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "britain": {"him - their": 0.028473847984635536, "him": 0.2891281053031454, "their": 0.2606542573185099}, "broadway": {"him - their": 0.07537589618259843, "him": 0.2891281053031454, "their": 0.213752209120547}, "broken": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "brother": {"him - their": 0.1600072060721596, "him": 0.3802114494516937, "their": 0.22020424337953412}, "brought": {"him - their": -0.013639166555884097, "him": 0.33646890998484186, "their": 0.35010807654072595}, "brown": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "browser": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "browsing": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "brutal": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "bubbling": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "build": {"him - their": -0.039567723909326113, "him": 0.2788873329423101, "their": 0.3184550568516362}, "building": {"him - their": 0.07537589618259843, "him": 0.2891281053031454, "their": 0.213752209120547}, "buildings": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "burke": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "burn": {"him - their": 0.050378048835377554, "him": 0.3729275265454912, "their": 0.32254947771011366}, "burns": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "burst": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "bus": {"him - their": 0.05312704614506902, "him": 0.3137026702107983, "their": 0.26057562406572926}, "buses": {"him - their": 0.08135979055429404, "him": 0.33646890998484186, "their": 0.2551091194305478}, "bush": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "business": {"him - their": -0.05428225913554208, "him": 0.2704959095759807, "their": 0.32477816871152276}, "busy": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "but": {"him - their": 0.022257115488988122, "him": 0.3964102930257101, "their": 0.374153177536722}, "butt": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "buuuuuuuzzzzzzzzz": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "buy": {"him - their": -0.0396403472978657, "him": 0.27450570157661053, "their": 0.3141460488744762}, "buying": {"him - their": -0.022198696544106722, "him": 0.2891281053031454, "their": 0.31132680184725214}, "buzi": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "by": {"him - their": 0.0004151593640930873, "him": 0.37591937850002116, "their": 0.3755042191359281}, "c": {"him - their": -0.022347623492527724, "him": 0.25713496518615164, "their": 0.27948258867867937}, "cadaver": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "call": {"him - their": -0.02229457327715928, "him": 0.2704959095759807, "their": 0.29279048285313997}, "called": {"him - their": 0.0359654831670313, "him": 0.3834919366845559, "their": 0.3475264535175246}, "came": {"him - their": 0.023877387741097322, "him": 0.35733220495222257, "their": 0.33345481721112524}, "camouflaged": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "campaigns": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "camps": {"him - their": 0.0821594664140455, "him": 0.3237023689415068, "their": 0.24154290252746127}, "campsite": {"him - their": 0.0750626449948679, "him": 0.295266888374402, "their": 0.22020424337953412}, "campus": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "can": {"him - their": -0.025568024258822708, "him": 0.3582790394556447, "their": 0.3838470637144674}, "cancel": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "cancer": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "candidate": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "candidates": {"him - their": 0.07963357048259062, "him": 0.3626560671674416, "their": 0.28302249668485097}, "cannot": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "canyon": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "capable": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "capacity": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "capital": {"him - their": -0.022114928734236095, "him": 0.30239205356945875, "their": 0.32450698230369485}, "captivating": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "captured": {"him - their": 0.1259758241815728, "him": 0.3626560671674416, "their": 0.2366802429858688}, "captures": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "car": {"him - their": 0.05368955253076532, "him": 0.3006077203134288, "their": 0.24691816778266348}, "card": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "cards": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "care": {"him - their": -0.02229457327715928, "him": 0.2704959095759807, "their": 0.29279048285313997}, "career": {"him - their": 0.012919941285885583, "him": 0.35445419452464716, "their": 0.3415342532387616}, "careers": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "carried": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "carry": {"him - their": -0.0005554828699743664, "him": 0.27450570157661053, "their": 0.2750611844465849}, "carrying": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "case": {"him - their": 0.05082351856062267, "him": 0.3966856875603287, "their": 0.345862168999706}, "cases": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "catering": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "cats": {"him - their": 0.0750626449948679, "him": 0.295266888374402, "their": 0.22020424337953412}, "cause": {"him - their": 0.008782025064924037, "him": 0.33912574533004225, "their": 0.3303437202651182}, "caused": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "causing": {"him - their": 0.05087893883597794, "him": 0.3626560671674416, "their": 0.31177712833146365}, "cavaliers": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "ceaseless": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "celtics": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "center": {"him - their": -0.039485122262449435, "him": 0.2837233462243989, "their": 0.3232084684868483}, "centered": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "centers": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "central": {"him - their": 0.013260441497993547, "him": 0.33646890998484186, "their": 0.3232084684868483}, "centre": {"him - their": 0.05337240309374475, "him": 0.3080375914720274, "their": 0.25466518837828267}, "century": {"him - their": -0.040020487072962574, "him": 0.24904996938961999, "their": 0.28907045646258256}, "certain": {"him - their": -0.05405939873028365, "him": 0.2788873329423101, "their": 0.33294673167259375}, "certainly": {"him - their": 0.02353260201990187, "him": 0.36922331655267404, "their": 0.34569071453277217}, "challenges": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "change": {"him - their": -0.013663000329204422, "him": 0.3006077203134288, "their": 0.31427072064263323}, "changes": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "chaos": {"him - their": 0.0750626449948679, "him": 0.295266888374402, "their": 0.22020424337953412}, "chaotic": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "chapter": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "character": {"him - their": -0.0011809368583914348, "him": 0.33646890998484186, "their": 0.3376498468432333}, "characterized": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "charismatic": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "charting": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "chatty": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "cheapest": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "checked": {"him - their": 0.08228791961386861, "him": 0.4048373973239823, "their": 0.32254947771011366}, "cheering": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "chief": {"him - their": 0.05211010166888391, "him": 0.33646890998484186, "their": 0.28435880831595794}, "child": {"him - their": 0.028738873106209428, "him": 0.2788873329423101, "their": 0.2501484598361007}, "childhood": {"him - their": 0.078924833421888, "him": 0.3729275265454912, "their": 0.2940026931236032}, "children": {"him - their": 0.013891981437327616, "him": 0.3029624378999102, "their": 0.28907045646258256}, "china": {"him - their": -0.022429722009086384, "him": 0.21024101323602126, "their": 0.23267073524510765}, "chinese": {"him - their": 0.08237844193506447, "him": 0.3201282527820519, "their": 0.23774981084698746}, "chintamaneni": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "chocolate": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "chopin": {"him - their": 0.08018667806943702, "him": 0.35445419452464716, "their": 0.27426751645521014}, "chores": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "church": {"him - their": -0.0001774965685650276, "him": 0.2340294594166639, "their": 0.23420695598522892}, "circle": {"him - their": 0.07963357048259062, "him": 0.3626560671674416, "their": 0.28302249668485097}, "circumstances": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "circumstantial": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "cities": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "citizens": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "city": {"him - their": -0.01893114093590581, "him": 0.3158686776863229, "their": 0.3347998186222287}, "civic": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "civilization": {"him - their": 0.050378048835377554, "him": 0.3729275265454912, "their": 0.32254947771011366}, "clad": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "claimed": {"him - their": -0.0006813062474927967, "him": 0.2891281053031454, "their": 0.2898094115506382}, "clarke": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "class": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "classic": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "clear": {"him - their": -0.013659277529701475, "him": 0.3201282527820519, "their": 0.3337875303117534}, "clearly": {"him - their": 0.07963357048259062, "him": 0.3626560671674416, "their": 0.28302249668485097}, "cleavage": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "clientele": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "climbing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "clippers": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "close": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "closed": {"him - their": -0.022229131641104682, "him": 0.2837233462243989, "their": 0.30595247786550356}, "closest": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "clouded": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "club": {"him - their": 0.08018667806943702, "him": 0.35445419452464716, "their": 0.27426751645521014}, "clutchest": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "cm": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "coach": {"him - their": 0.08237844193506447, "him": 0.3201282527820519, "their": 0.23774981084698746}, "coached": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "coast": {"him - their": 0.13007701684747225, "him": 0.3168068616436382, "their": 0.18672984479616594}, "coastal": {"him - their": 0.08135979055429404, "him": 0.33646890998484186, "their": 0.2551091194305478}, "coastguard": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "cold": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "coleman": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "coll": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "colleagues": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "collection": {"him - their": 0.08191981486679026, "him": 0.3275744915129696, "their": 0.24565467664617932}, "college": {"him - their": -0.022198696544106722, "him": 0.2891281053031454, "their": 0.31132680184725214}, "collide": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "colorectal": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "columbia": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "com": {"him - their": -0.07839331538734484, "him": 0.26014921400092134, "their": 0.3385425293882662}, "combine": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "come": {"him - their": -0.04751974728628572, "him": 0.31433703290330905, "their": 0.3618567801895948}, "comedians": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "comes": {"him - their": 0.04436050360372079, "him": 0.3781480339154742, "their": 0.3337875303117534}, "comfort": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "comical": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "coming": {"him - their": -0.06721640103288518, "him": 0.26014921400092134, "their": 0.3273656150338065}, "command": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "comment": {"him - their": -0.039485122262449435, "him": 0.2837233462243989, "their": 0.3232084684868483}, "commentary": {"him - their": 0.05127162116417322, "him": 0.35445419452464716, "their": 0.30318257336047394}, "commercials": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "common": {"him - their": -0.0010169846485740819, "him": 0.3168068616436382, "their": 0.3178238462922123}, "commonly": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "communicate": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "communicated": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "communist": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "community": {"him - their": -0.05474796196377962, "him": 0.251603515870911, "their": 0.30635147783469063}, "company": {"him - their": 0.034156433118760654, "him": 0.3532931405189006, "their": 0.31913670740013994}, "comparing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "compassionate": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "compete": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "complete": {"him - their": -0.0010454920227198627, "him": 0.3201282527820519, "their": 0.3211737448047718}, "completed": {"him - their": -0.022161529924361878, "him": 0.295266888374402, "their": 0.3174284182987639}, "completely": {"him - their": 0.08370174062502711, "him": 0.38688431398550105, "their": 0.30318257336047394}, "complex": {"him - their": 0.06369617315445375, "him": 0.3648380532830907, "their": 0.30114188012863696}, "complicated": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "comprised": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "compromise": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "compulsion": {"him - their": 0.12356476796152949, "him": 0.3868546813352889, "their": 0.2632899133737594}, "computer": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "computers": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "conceivable": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "conceived": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "concerns": {"him - their": 0.012919941285885583, "him": 0.35445419452464716, "their": 0.3415342532387616}, "concluded": {"him - their": 0.03016599098606393, "him": 0.3475944092848278, "their": 0.3174284182987639}, "conclusion": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "condemned": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "condemning": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "conduit": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "conference": {"him - their": -0.0010169846485740819, "him": 0.3168068616436382, "their": 0.3178238462922123}, "confidence": {"him - their": 0.05087893883597794, "him": 0.3626560671674416, "their": 0.31177712833146365}, "confirm": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "conflict": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "congress": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "connection": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "consequences": {"him - their": 0.05087893883597794, "him": 0.3626560671674416, "their": 0.31177712833146365}, "consequently": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "conservative": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "consider": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "consideration": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "considered": {"him - their": 0.013744823850907806, "him": 0.3107872740400809, "their": 0.2970424501891731}, "considering": {"him - their": 0.07963357048259062, "him": 0.3626560671674416, "their": 0.28302249668485097}, "consistent": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "consolation": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "conspiracy": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "constant": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "constantly": {"him - their": 0.08228791961386861, "him": 0.4048373973239823, "their": 0.32254947771011366}, "constitutional": {"him - their": 0.078924833421888, "him": 0.3729275265454912, "their": 0.2940026931236032}, "constraints": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "construction": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "consulted": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "consumer": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "consumption": {"him - their": -0.022229131641104682, "him": 0.2837233462243989, "their": 0.30595247786550356}, "contact": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "contemporary": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "content": {"him - their": 0.0131618970508528, "him": 0.3416797725119788, "their": 0.328517875461126}, "contention": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "continue": {"him - their": -0.022114928734236095, "him": 0.30239205356945875, "their": 0.32450698230369485}, "continued": {"him - their": 0.0569742891107024, "him": 0.3781480339154742, "their": 0.3211737448047718}, "continues": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "contouring": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "control": {"him - their": 0.030352970664726642, "him": 0.3416797725119788, "their": 0.31132680184725214}, "converging": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "conversation": {"him - their": 0.0623773316818062, "him": 0.38688431398550105, "their": 0.32450698230369485}, "conversations": {"him - their": 0.050378048835377554, "him": 0.3729275265454912, "their": 0.32254947771011366}, "convey": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "conveyed": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "convictions": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "cookies": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "copy": {"him - their": 0.07963357048259062, "him": 0.3626560671674416, "their": 0.28302249668485097}, "cordial": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "core": {"him - their": -0.03927758480004723, "him": 0.295266888374402, "their": 0.33454447317444924}, "corner": {"him - their": 0.0750626449948679, "him": 0.295266888374402, "their": 0.22020424337953412}, "cornerstone": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "corp": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "corporation": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "corps": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "correct": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "correctly": {"him - their": 0.050378048835377554, "him": 0.3729275265454912, "their": 0.32254947771011366}, "corrosive": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "cory": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "cost": {"him - their": -0.013659277529701475, "him": 0.3201282527820519, "their": 0.3337875303117534}, "costly": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "costs": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "could": {"him - their": -0.006957389605168951, "him": 0.347622106601476, "their": 0.354579496206645}, "couldn": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "count": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "counter": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "counterpart": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "country": {"him - their": -0.02499460649487889, "him": 0.29414210090526105, "their": 0.31913670740013994}, "county": {"him - their": 0.028473847984635536, "him": 0.2891281053031454, "their": 0.2606542573185099}, "couple": {"him - their": -0.05428225913554208, "him": 0.2704959095759807, "their": 0.32477816871152276}, "course": {"him - their": 0.01967212254784506, "him": 0.35345965285959846, "their": 0.3337875303117534}, "court": {"him - their": 0.08881466583016345, "him": 0.31433703290330905, "their": 0.2255223670731456}, "courtesy": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "cover": {"him - their": 0.028473847984635536, "him": 0.2891281053031454, "their": 0.2606542573185099}, "coverage": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "covered": {"him - their": -0.0006813062474927967, "him": 0.2891281053031454, "their": 0.2898094115506382}, "covering": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "covers": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "cpi": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "crack": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "cracked": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "crackerjack": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "crazy": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "create": {"him - their": -0.06656280321723029, "him": 0.2788873329423101, "their": 0.3454501361595404}, "creating": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "cred": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "credit": {"him - their": 0.05187036096134057, "him": 0.3416797725119788, "their": 0.2898094115506382}, "creepy": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "cried": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "crime": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "crippling": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "crisis": {"him - their": -0.0011082032072234904, "him": 0.3275744915129696, "their": 0.32868269472019307}, "criterion": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "critical": {"him - their": -0.022254547186326856, "him": 0.2788873329423101, "their": 0.30114188012863696}, "criticism": {"him - their": 0.078924833421888, "him": 0.3729275265454912, "their": 0.2940026931236032}, "crore": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "cross": {"him - their": 0.030911886088366813, "him": 0.3237023689415068, "their": 0.29279048285313997}, "crotchety": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "crucial": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "cruise": {"him - their": 0.1267541883625775, "him": 0.35445419452464716, "their": 0.22770000616206965}, "crying": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "ctd": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "cultivation": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "culture": {"him - their": -0.03970495911748195, "him": 0.2704959095759807, "their": 0.31020086869346264}, "cultured": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "cup": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "currently": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "customer": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "cut": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "cynicism": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "d": {"him - their": 0.014681772631632395, "him": 0.35733220495222257, "their": 0.34265043232059017}, "dad": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "daily": {"him - their": 0.029947212220952313, "him": 0.35445419452464716, "their": 0.32450698230369485}, "dance": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "dancers": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "dancing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "dangerous": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "dark": {"him - their": 0.06312845009748358, "him": 0.3744552519447357, "their": 0.31132680184725214}, "data": {"him - their": 0.04853294280698861, "him": 0.3158686776863229, "their": 0.26733573487933426}, "date": {"him - their": 0.1259758241815728, "him": 0.3626560671674416, "their": 0.2366802429858688}, "daughter": {"him - their": 0.052513307066384685, "him": 0.3275744915129696, "their": 0.2750611844465849}, "david": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "dawn": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "day": {"him - their": 0.06502542326340771, "him": 0.3930366720623754, "their": 0.3280112487989677}, "days": {"him - their": -0.0012762653418189607, "him": 0.3367125688645452, "their": 0.33798883420636416}, "de": {"him - their": 0.07629249196948121, "him": 0.2704959095759807, "their": 0.19420341760649948}, "dead": {"him - their": 0.11506293840865636, "him": 0.3607176150548357, "their": 0.24565467664617932}, "deal": {"him - their": -0.039485122262449435, "him": 0.2837233462243989, "their": 0.3232084684868483}, "death": {"him - their": 0.11380099462622584, "him": 0.3744552519447357, "their": 0.2606542573185099}, "deaths": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "decades": {"him - their": -0.0006354620915590692, "him": 0.2837233462243989, "their": 0.28435880831595794}, "decamp": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "december": {"him - their": 0.02861422679385106, "him": 0.2837233462243989, "their": 0.2551091194305478}, "decide": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "decided": {"him - their": 0.04420145651283791, "him": 0.38156002661935867, "their": 0.33735857010652076}, "decimated": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "decision": {"him - their": 0.04690029193197298, "him": 0.35345965285959846, "their": 0.3065593609276255}, "decisions": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "declined": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "dedicated": {"him - their": -0.022161529924361878, "him": 0.295266888374402, "their": 0.3174284182987639}, "deeper": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "deeply": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "defeat": {"him - their": 0.07963357048259062, "him": 0.3626560671674416, "their": 0.28302249668485097}, "defend": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "defended": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "defense": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "defensive": {"him - their": 0.078924833421888, "him": 0.3729275265454912, "their": 0.2940026931236032}, "defiant": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "definitely": {"him - their": -0.022161529924361878, "him": 0.295266888374402, "their": 0.3174284182987639}, "degrees": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "deliberation": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "delicacy": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "delicate": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "delight": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "delivered": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "demand": {"him - their": 0.1267541883625775, "him": 0.35445419452464716, "their": 0.22770000616206965}, "demanded": {"him - their": 0.08018667806943702, "him": 0.35445419452464716, "their": 0.27426751645521014}, "demanding": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "democratic": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "demographic": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "denied": {"him - their": 0.1288023546468808, "him": 0.33180364968325177, "their": 0.20300129503637096}, "denigrated": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "denominator": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "dense": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "department": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "depend": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "depicting": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "depth": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "derivative": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "described": {"him - their": -0.022229131641104682, "him": 0.2837233462243989, "their": 0.30595247786550356}, "describing": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "description": {"him - their": -0.02205427432529844, "him": 0.3109188704763041, "their": 0.33297314480160256}, "deserved": {"him - their": 0.05087893883597794, "him": 0.3626560671674416, "their": 0.31177712833146365}, "design": {"him - their": 0.05434243296682234, "him": 0.2849073441198735, "their": 0.23056491115305117}, "designated": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "despite": {"him - their": -0.03474833763518825, "him": 0.3201282527820519, "their": 0.3548765904172402}, "destabilized": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "destination": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "destroy": {"him - their": 0.12356476796152949, "him": 0.3868546813352889, "their": 0.2632899133737594}, "destroying": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "detail": {"him - their": 0.08370174062502711, "him": 0.38688431398550105, "their": 0.30318257336047394}, "detailed": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "details": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "detective": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "deteriorate": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "determine": {"him - their": 0.08064055057008662, "him": 0.3475944092848278, "their": 0.2669538587147412}, "detroit": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "devastating": {"him - their": 0.078924833421888, "him": 0.3729275265454912, "their": 0.2940026931236032}, "developed": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "developing": {"him - their": -0.022114928734236095, "him": 0.30239205356945875, "their": 0.32450698230369485}, "development": {"him - their": -0.0007263717943227221, "him": 0.2849073441198735, "their": 0.28563371591419623}, "devoid": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "did": {"him - their": 0.04503759876759733, "him": 0.35742117551025915, "their": 0.3123835767426618}, "didn": {"him - their": 0.009083084147580689, "him": 0.3207560272402486, "their": 0.3116729430926679}, "different": {"him - their": 0.02008640631753661, "him": 0.3367125688645452, "their": 0.3166261625470086}, "difficult": {"him - their": 0.029682922365839026, "him": 0.3626560671674416, "their": 0.33297314480160256}, "digital": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "dinner": {"him - their": 0.05127162116417322, "him": 0.35445419452464716, "their": 0.30318257336047394}, "direct": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "directed": {"him - their": 0.1259758241815728, "him": 0.3626560671674416, "their": 0.2366802429858688}, "directly": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "disappoint": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "disarray": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "disbelief": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "disciplined": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "discoveries": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "discovery": {"him - their": 0.028473847984635536, "him": 0.2891281053031454, "their": 0.2606542573185099}, "discrete": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "discuss": {"him - their": -0.022114928734236095, "him": 0.30239205356945875, "their": 0.32450698230369485}, "discussed": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "discussion": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "disguise": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "disliked": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "dismantle": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "dismissed": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "disorder": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "disordered": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "disorienting": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "dispatched": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "disrespected": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "disruption": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "disruptive": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "dissenting": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "distant": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "distrustful": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "ditched": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "division": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "divorce": {"him - their": -0.0006354620915590692, "him": 0.2837233462243989, "their": 0.28435880831595794}, "divorced": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "divulge": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "do": {"him - their": 0.014813120982286487, "him": 0.3764712378015971, "their": 0.3616581168193106}, "doctorow": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "does": {"him - their": 0.062060984512778083, "him": 0.3759702327140087, "their": 0.3139092482012306}, "doesn": {"him - their": -0.013662944823008227, "him": 0.3137026702107983, "their": 0.3273656150338065}, "doing": {"him - their": 0.02658399637622505, "him": 0.3716338984440734, "their": 0.34504990206784836}, "dollars": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "domantas": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "don": {"him - their": 0.030927367549215212, "him": 0.37758926885070665, "their": 0.34666190130149144}, "donald": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "done": {"him - their": 0.04392056431083091, "him": 0.3795904363644022, "their": 0.3356698720535713}, "donovan": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "door": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "double": {"him - their": -0.022114928734236095, "him": 0.30239205356945875, "their": 0.32450698230369485}, "down": {"him - their": 0.057603857396179514, "him": 0.3930366720623754, "their": 0.3354328146661959}, "download": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "dozens": {"him - their": 0.08018667806943702, "him": 0.35445419452464716, "their": 0.27426751645521014}, "drafted": {"him - their": 0.1259758241815728, "him": 0.3626560671674416, "their": 0.2366802429858688}, "draw": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "dressed": {"him - their": 0.05127162116417322, "him": 0.35445419452464716, "their": 0.30318257336047394}, "drew": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "drink": {"him - their": 0.05187036096134057, "him": 0.3416797725119788, "their": 0.2898094115506382}, "drinking": {"him - their": 0.05087893883597794, "him": 0.3626560671674416, "their": 0.31177712833146365}, "drinks": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "driver": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "drivers": {"him - their": 0.028313029659660816, "him": 0.295266888374402, "their": 0.2669538587147412}, "driving": {"him - their": -0.0006813062474927967, "him": 0.2891281053031454, "their": 0.2898094115506382}, "drop": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "drops": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "drove": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "drummond": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "drunk": {"him - their": 0.08018667806943702, "him": 0.35445419452464716, "their": 0.27426751645521014}, "dubious": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "due": {"him - their": -0.06100826436798423, "him": 0.28324210066171623, "their": 0.34425036502970047}, "during": {"him - their": 0.044180348542112835, "him": 0.39195449564859197, "their": 0.34777414710647914}, "duty": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "dvo\u0159\u00e1k": {"him - their": 0.08018667806943702, "him": 0.35445419452464716, "their": 0.27426751645521014}, "dysfunctional": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "e": {"him - their": 0.019387917123550313, "him": 0.3648380532830907, "their": 0.3454501361595404}, "each": {"him - their": 0.1109804390533422, "him": 0.3754477358850889, "their": 0.2644672968317467}, "earbuds": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "earlier": {"him - their": 0.05232253354715993, "him": 0.33180364968325177, "their": 0.27948111613609183}, "early": {"him - their": -0.1289140418934034, "him": 0.23994537458284973, "their": 0.36885941647625314}, "easier": {"him - their": 0.11083470420037905, "him": 0.4048373973239823, "their": 0.2940026931236032}, "easily": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "east": {"him - their": 0.019752613771301553, "him": 0.3502209476396933, "their": 0.33046833386839175}, "eastern": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "easy": {"him - their": 0.05232253354715993, "him": 0.33180364968325177, "their": 0.27948111613609183}, "eat": {"him - their": 0.11325759073695252, "him": 0.3802114494516937, "their": 0.2669538587147412}, "eating": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "eclectic": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "economics": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "ecstatic": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "ed": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "edge": {"him - their": 0.12916835822858125, "him": 0.3275744915129696, "their": 0.19840613328438833}, "edit": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "edmund": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "educate": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "effect": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "efficacy": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "efforts": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "eggshells": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "either": {"him - their": 0.03228590805482667, "him": 0.35345965285959846, "their": 0.3211737448047718}, "electrode": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "elements": {"him - their": 0.028313029659660816, "him": 0.295266888374402, "their": 0.2669538587147412}, "ellen": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "else": {"him - their": 0.029947212220952313, "him": 0.35445419452464716, "their": 0.32450698230369485}, "eludes": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "elusively": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "email": {"him - their": 0.0850230738700053, "him": 0.36938188218596324, "their": 0.28435880831595794}, "emanates": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "embarks": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "embassy": {"him - their": -0.0005937831937817273, "him": 0.2788873329423101, "their": 0.27948111613609183}, "embiid": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "emboldening": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "emerged": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "emergency": {"him - their": -0.0005554828699743664, "him": 0.27450570157661053, "their": 0.2750611844465849}, "emotional": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "emotionally": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "empathise": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "emphasizing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "employ": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "employed": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "empty": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "enable": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "enabling": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "encountering": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "encourage": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "encyclopedia": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "end": {"him - their": 0.0063136070173538394, "him": 0.3532931405189006, "their": 0.34697953350154676}, "endeavor": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "ended": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "ending": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "endless": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "endoscopic": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "endured": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "energy": {"him - their": 0.04809757458666275, "him": 0.32616069670969583, "their": 0.2780631221230331}, "enforcement": {"him - their": 0.13079249741253432, "him": 0.3080375914720274, "their": 0.1772450940594931}, "engage": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "engaging": {"him - their": 0.050378048835377554, "him": 0.3729275265454912, "their": 0.32254947771011366}, "english": {"him - their": 0.0810255151934689, "him": 0.3416797725119788, "their": 0.2606542573185099}, "engrained": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "enjoy": {"him - their": 0.05127162116417322, "him": 0.35445419452464716, "their": 0.30318257336047394}, "enlargement": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "enough": {"him - their": -0.022254547186326856, "him": 0.2788873329423101, "their": 0.30114188012863696}, "entered": {"him - their": 0.13862549194197882, "him": 0.39373461137252663, "their": 0.2551091194305478}, "entering": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "entertain": {"him - their": 0.12356476796152949, "him": 0.3868546813352889, "their": 0.2632899133737594}, "entertainment": {"him - their": 0.11183574334101792, "him": 0.3948582400258689, "their": 0.28302249668485097}, "entire": {"him - their": 0.07649943566073802, "him": 0.4012776043722608, "their": 0.32477816871152276}, "entirely": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "entropy": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "environmental": {"him - their": -0.039389770157980564, "him": 0.2891281053031454, "their": 0.328517875461126}, "epidemic": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "equipment": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "era": {"him - their": 0.05087893883597794, "him": 0.3626560671674416, "their": 0.31177712833146365}, "eric": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "erode": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "error": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "errordocument": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "ers": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "escape": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "especially": {"him - their": -0.054616786124849104, "him": 0.25713496518615164, "their": 0.31175175131100075}, "essential": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "establish": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "establishment": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "esteemed": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "estranged": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "estrangement": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "estrangements": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "et": {"him - their": -0.02227609225887739, "him": 0.27450570157661053, "their": 0.2967817938354879}, "etiquette": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "even": {"him - their": 0.04438340346411268, "him": 0.38783979097472465, "their": 0.34345638751061197}, "evening": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "event": {"him - their": -0.0006354620915590692, "him": 0.2837233462243989, "their": 0.28435880831595794}, "eventually": {"him - their": 0.08689947008931442, "him": 0.4043278883880783, "their": 0.3174284182987639}, "ever": {"him - their": 0.011515105430915107, "him": 0.3698336202506705, "their": 0.3583185148197554}, "every": {"him - their": 0.0505518330834544, "him": 0.4015801576533058, "their": 0.3510283245698514}, "everyone": {"him - their": -0.0011082032072234904, "him": 0.3275744915129696, "their": 0.32868269472019307}, "everything": {"him - their": 0.02381523286935533, "him": 0.3594851049229266, "their": 0.3356698720535713}, "everywhere": {"him - their": 0.028313029659660816, "him": 0.295266888374402, "their": 0.2669538587147412}, "evidence": {"him - their": 0.11380099462622584, "him": 0.3744552519447357, "their": 0.2606542573185099}, "ex": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "exactly": {"him - their": 0.0846458403940975, "him": 0.3744552519447357, "their": 0.2898094115506382}, "examination": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "examines": {"him - their": 0.12356476796152949, "him": 0.3868546813352889, "their": 0.2632899133737594}, "examining": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "example": {"him - their": -0.0667208223905249, "him": 0.27450570157661053, "their": 0.34122652396713543}, "examples": {"him - their": -0.03927758480004723, "him": 0.295266888374402, "their": 0.33454447317444924}, "exceedingly": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "excellent": {"him - their": 0.08370174062502711, "him": 0.38688431398550105, "their": 0.30318257336047394}, "except": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "exception": {"him - their": 0.1267541883625775, "him": 0.35445419452464716, "their": 0.22770000616206965}, "excited": {"him - their": 0.08064055057008662, "him": 0.3475944092848278, "their": 0.2669538587147412}, "exclusive": {"him - their": 0.028313029659660816, "him": 0.295266888374402, "their": 0.2669538587147412}, "exclusively": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "excoriated": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "executive": {"him - their": 0.02861422679385106, "him": 0.2837233462243989, "their": 0.2551091194305478}, "exercises": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "exhilarating": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "exist": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "exists": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "exiting": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "expect": {"him - their": 0.0846458403940975, "him": 0.3744552519447357, "their": 0.2898094115506382}, "expectations": {"him - their": 0.08228791961386861, "him": 0.4048373973239823, "their": 0.32254947771011366}, "expected": {"him - their": -0.022336802130084377, "him": 0.26014921400092134, "their": 0.2824860161310057}, "experienced": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "experiences": {"him - their": 0.01304993611037858, "him": 0.3475944092848278, "their": 0.33454447317444924}, "experiencetheride": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "experts": {"him - their": -0.022161529924361878, "him": 0.295266888374402, "their": 0.3174284182987639}, "explain": {"him - their": 0.10888867922602619, "him": 0.3986980907766644, "their": 0.2898094115506382}, "explained": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "explains": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "explored": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "exploring": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "explosive": {"him - their": 0.12356476796152949, "him": 0.3868546813352889, "their": 0.2632899133737594}, "expressing": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "extension": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "extensive": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "extremely": {"him - their": 0.0846458403940975, "him": 0.3744552519447357, "their": 0.2898094115506382}, "extremists": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "exult": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "eye": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "eyes": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "f": {"him - their": 0.028313029659660816, "him": 0.295266888374402, "their": 0.2669538587147412}, "face": {"him - their": -0.022114928734236095, "him": 0.30239205356945875, "their": 0.32450698230369485}, "faces": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "facet": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "facing": {"him - their": 0.06312845009748358, "him": 0.3744552519447357, "their": 0.31132680184725214}, "fact": {"him - their": 0.033571118989961735, "him": 0.36922331655267404, "their": 0.3356521975627123}, "factors": {"him - their": -0.022386221731854505, "him": 0.24429704540863129, "their": 0.2666832671404858}, "factual": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "fahrenheit": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "fail": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "failed": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "faith": {"him - their": 0.051595087048236454, "him": 0.3475944092848278, "their": 0.29599932223659137}, "fallen": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "fallibility": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "fame": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "familial": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "familiar": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "family": {"him - their": 0.05862974557049744, "him": 0.3477954150944106, "their": 0.28916566952391315}, "famous": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "fantastic": {"him - their": 0.05087893883597794, "him": 0.3626560671674416, "their": 0.31177712833146365}, "far": {"him - their": 0.03277426749535162, "him": 0.33912574533004225, "their": 0.30635147783469063}, "farmers": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "fascinate": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "fascinated": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "fascinating": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "fast": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "father": {"him - their": 0.05187036096134057, "him": 0.3416797725119788, "their": 0.2898094115506382}, "fathers": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "fatigued": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "fatty": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "fault": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "favorite": {"him - their": 0.013348592831615547, "him": 0.33180364968325177, "their": 0.3184550568516362}, "favorites": {"him - their": 0.07963357048259062, "him": 0.3626560671674416, "their": 0.28302249668485097}, "favour": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "favourite": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "fc": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "fear": {"him - their": 0.0810255151934689, "him": 0.3416797725119788, "their": 0.2606542573185099}, "fearful": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "feat": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "february": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "federal": {"him - their": 0.08565643060825079, "him": 0.3607176150548357, "their": 0.2750611844465849}, "feel": {"him - their": 0.013348592831615547, "him": 0.33180364968325177, "their": 0.3184550568516362}, "feeling": {"him - their": 0.0846458403940975, "him": 0.3744552519447357, "their": 0.2898094115506382}, "feelings": {"him - their": 0.11325759073695252, "him": 0.3802114494516937, "their": 0.2669538587147412}, "feet": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "feigned": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "fell": {"him - their": -0.022114928734236095, "him": 0.30239205356945875, "their": 0.32450698230369485}, "felt": {"him - their": 0.1098068809192071, "him": 0.38928799705529893, "their": 0.27948111613609183}, "female": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "fenced": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "fencing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "fever": {"him - their": 0.12356476796152949, "him": 0.3868546813352889, "their": 0.2632899133737594}, "few": {"him - their": -0.08893886481674418, "him": 0.24904996938961999, "their": 0.33798883420636416}, "fibrinolysins": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "fiction": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "fictions": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "fields": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "fiercely": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "fight": {"him - their": 0.013348592831615547, "him": 0.33180364968325177, "their": 0.3184550568516362}, "figure": {"him - their": 0.01379655841223415, "him": 0.3080375914720274, "their": 0.29424103305979327}, "figured": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "figures": {"him - their": -0.02205427432529844, "him": 0.3109188704763041, "their": 0.33297314480160256}, "file": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "filmmakers": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "final": {"him - their": -0.05428225913554208, "him": 0.2704959095759807, "their": 0.32477816871152276}, "finally": {"him - their": 0.05127162116417322, "him": 0.35445419452464716, "their": 0.30318257336047394}, "find": {"him - their": 0.03551428351391517, "him": 0.3943805513904765, "their": 0.35886626787656134}, "finding": {"him - their": 0.1267541883625775, "him": 0.35445419452464716, "their": 0.22770000616206965}, "finds": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "fine": {"him - their": 0.08421212721510235, "him": 0.3802114494516937, "their": 0.29599932223659137}, "finest": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "fingers": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "finish": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "fir": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "fire": {"him - their": 0.08366601406977639, "him": 0.29835905867507784, "their": 0.21469304460530145}, "fired": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "fires": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "first": {"him - their": 0.027668076315353396, "him": 0.3925129337676526, "their": 0.3648448574522992}, "fit": {"him - their": 0.08421212721510235, "him": 0.3802114494516937, "their": 0.29599932223659137}, "five": {"him - their": 0.008821398037441308, "him": 0.3367125688645452, "their": 0.3278911708271039}, "flag": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "flames": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "flash": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "flashmob": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "flat": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "flavour": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "flawlessly": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "flayed": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "flits": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "flower": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "focus": {"him - their": -0.039389770157980564, "him": 0.2891281053031454, "their": 0.328517875461126}, "focused": {"him - their": -0.02205427432529844, "him": 0.3109188704763041, "their": 0.33297314480160256}, "focuses": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "follow": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "followed": {"him - their": 0.013568891854426446, "him": 0.3201282527820519, "their": 0.3065593609276255}, "following": {"him - their": 0.030661769554614804, "him": 0.33180364968325177, "their": 0.30114188012863696}, "food": {"him - their": -0.025086451866220605, "him": 0.28006156823559913, "their": 0.30514802010181974}, "foolish": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "for": {"him - their": 0.011336581689695424, "him": 0.37488641397692707, "their": 0.36354983228723164}, "force": {"him - their": 0.0623773316818062, "him": 0.38688431398550105, "their": 0.32450698230369485}, "forces": {"him - their": 0.06312845009748358, "him": 0.3744552519447357, "their": 0.31132680184725214}, "forcibly": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "forecast": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "foreign": {"him - their": -0.0003986130691580603, "him": 0.25713496518615164, "their": 0.2575335782553097}, "foreigners": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "forensic": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "foresight": {"him - their": 0.029358755347789367, "him": 0.2542930051599047, "their": 0.22493424981211535}, "foretold": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "forgiveness": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "forgotten": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "form": {"him - their": 0.06393582121934777, "him": 0.3607176150548357, "their": 0.2967817938354879}, "former": {"him - their": -0.05428225913554208, "him": 0.2704959095759807, "their": 0.32477816871152276}, "forward": {"him - their": -0.022161529924361878, "him": 0.295266888374402, "their": 0.3174284182987639}, "forwarded": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "foucault": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "found": {"him - their": 0.008929302882512258, "him": 0.3301157387850733, "their": 0.321186435902561}, "foundation": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "founder": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "fourth": {"him - their": -0.03994802789988855, "him": 0.2542930051599047, "their": 0.29424103305979327}, "foyer": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "framework": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "franchise": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "frantic": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "frantically": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "fraternal": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "frederick": {"him - their": 0.08064055057008662, "him": 0.3475944092848278, "their": 0.2669538587147412}, "free": {"him - their": 0.01140437882935319, "him": 0.3754477358850889, "their": 0.3640433570557357}, "frenzy": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "frequent": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "friday": {"him - their": -0.0006354620915590692, "him": 0.2837233462243989, "their": 0.28435880831595794}, "friend": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "friends": {"him - their": 0.032034920334642614, "him": 0.3607176150548357, "their": 0.32868269472019307}, "fringe": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "from": {"him - their": 0.00010266242622758437, "him": 0.38701202461364503, "their": 0.38690936218741745}, "front": {"him - their": 0.013260441497993547, "him": 0.33646890998484186, "their": 0.3232084684868483}, "frontier": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "frontiers": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "frustration": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "ft": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "fuel": {"him - their": 0.078924833421888, "him": 0.3729275265454912, "their": 0.2940026931236032}, "fuels": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "fulfills": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "full": {"him - their": -0.024909118491095728, "him": 0.3054346017740225, "their": 0.3303437202651182}, "fun": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "function": {"him - their": -0.022198696544106722, "him": 0.2891281053031454, "their": 0.31132680184725214}, "fundamental": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "further": {"him - their": -0.040020487072962574, "him": 0.24904996938961999, "their": 0.28907045646258256}, "future": {"him - their": 0.024871556478320123, "him": 0.3223185170883703, "their": 0.29744696061005016}, "futurists": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "futurologist": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "g": {"him - their": 0.013260441497993547, "him": 0.33646890998484186, "their": 0.3232084684868483}, "gained": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "game": {"him - their": -0.0006795581873190182, "him": 0.28006156823559913, "their": 0.28074112642291815}, "games": {"him - their": 0.06415341630875765, "him": 0.3569438991618976, "their": 0.29279048285313997}, "gangavaram": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "gas": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "gave": {"him - their": 0.09362430250047504, "him": 0.4114481487926873, "their": 0.3178238462922123}, "geez": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "general": {"him - their": -0.0011809368583914348, "him": 0.33646890998484186, "their": 0.3376498468432333}, "generalised": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "generally": {"him - their": 0.050378048835377554, "him": 0.3729275265454912, "their": 0.32254947771011366}, "generations": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "genie": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "genius": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "genre": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "genuine": {"him - their": 0.05087893883597794, "him": 0.3626560671674416, "their": 0.31177712833146365}, "genuinely": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "geographically": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "george": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "gershshwin": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "get": {"him - their": 0.02889212218539078, "him": 0.3839145923729067, "their": 0.3550224701875159}, "getting": {"him - their": 0.023609148896865106, "him": 0.36659411291731764, "their": 0.34298496402045253}, "girl": {"him - their": 0.05299130273715835, "him": 0.3168068616436382, "their": 0.26381555890647984}, "girls": {"him - their": 0.08135979055429404, "him": 0.33646890998484186, "their": 0.2551091194305478}, "give": {"him - their": 0.008601683716668418, "him": 0.3502209476396933, "their": 0.3416192639230249}, "given": {"him - their": 0.044373194236954405, "him": 0.3698336202506705, "their": 0.3254604260137161}, "glad": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "go": {"him - their": 0.0571752511025827, "him": 0.40006421743759857, "their": 0.34288896633501587}, "goal": {"him - their": -0.039567723909326113, "him": 0.2788873329423101, "their": 0.3184550568516362}, "goals": {"him - their": -0.0005937831937817273, "him": 0.2788873329423101, "their": 0.27948111613609183}, "gobert": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "going": {"him - their": 0.03838137404425723, "him": 0.4071744645310703, "their": 0.3687930904868131}, "goldsmith": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "gone": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "good": {"him - their": 0.009741034730596232, "him": 0.3604342388171598, "their": 0.35069320408656357}, "google": {"him - their": 0.08733974049106838, "him": 0.3367125688645452, "their": 0.24937282837347682}, "googled": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "gordon": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "got": {"him - their": 0.024420829168485647, "him": 0.33833007736971626, "their": 0.3139092482012306}, "gotten": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "govern": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "governing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "government": {"him - their": -0.008631915395051093, "him": 0.3153338740640334, "their": 0.3239657894590845}, "governments": {"him - their": 0.02861422679385106, "him": 0.2837233462243989, "their": 0.2551091194305478}, "grabbed": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "graduated": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "grann": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "granted": {"him - their": 0.03016599098606393, "him": 0.3475944092848278, "their": 0.3174284182987639}, "graphic": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "grasp": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "great": {"him - their": -0.0352858060676105, "him": 0.2849073441198735, "their": 0.320193150187484}, "greater": {"him - their": 0.013260441497993547, "him": 0.33646890998484186, "their": 0.3232084684868483}, "greet": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "grey": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "ground": {"him - their": -0.04008355165443672, "him": 0.24429704540863129, "their": 0.284380597063068}, "group": {"him - their": -0.03437439374756629, "him": 0.3010584209186296, "their": 0.3354328146661959}, "groupon": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "groups": {"him - their": 0.05268647439616497, "him": 0.3237023689415068, "their": 0.2710158945453418}, "growing": {"him - their": -0.053926500618834416, "him": 0.2837233462243989, "their": 0.3376498468432333}, "grown": {"him - their": -0.022161529924361878, "him": 0.295266888374402, "their": 0.3174284182987639}, "guarantees": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "guilt": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "guilty": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "guy": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "gwadar": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "h": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "had": {"him - their": 0.02201398577152308, "him": 0.3803986999410657, "their": 0.3583847141695426}, "hadn": {"him - their": 0.029682922365839026, "him": 0.3626560671674416, "their": 0.33297314480160256}, "hair": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "haired": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "half": {"him - their": 0.031216654079792572, "him": 0.3137026702107983, "their": 0.2824860161310057}, "ham": {"him - their": -3.0291957858918916e-05, "him": 0.21941521109557127, "their": 0.2194455030534302}, "hand": {"him - their": -0.0009644772709198612, "him": 0.3107872740400809, "their": 0.31175175131100075}, "handed": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "handedly": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "handful": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "handicaps": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "handing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "handle": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "happen": {"him - their": 0.0305164321193383, "him": 0.33646890998484186, "their": 0.30595247786550356}, "happened": {"him - their": -0.022198696544106722, "him": 0.2891281053031454, "their": 0.31132680184725214}, "happening": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "happenings": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "happy": {"him - their": 0.029682922365839026, "him": 0.3626560671674416, "their": 0.33297314480160256}, "hard": {"him - their": -0.013663818666320826, "him": 0.3107872740400809, "their": 0.3244510927064017}, "hardest": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "hardly": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "harping": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "harry": {"him - their": 0.0750626449948679, "him": 0.295266888374402, "their": 0.22020424337953412}, "harvard": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "has": {"him - their": 0.025286084221480265, "him": 0.4013948659059781, "their": 0.37610878168449785}, "hassan": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "hassles": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "hats": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "have": {"him - their": 0.00012422727036104364, "him": 0.38533439395965124, "their": 0.3852101666892902}, "haven": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "having": {"him - their": 0.07113083418010019, "him": 0.41811036768164694, "their": 0.34697953350154676}, "hayward": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "he": {"him - their": 0.10043518009630892, "him": 0.41791697636468994, "their": 0.317481796268381}, "head": {"him - their": -0.013660782837143781, "him": 0.29620667292525893, "their": 0.3098674557624027}, "headache": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "headquarters": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "healing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "health": {"him - their": -0.054616786124849104, "him": 0.25713496518615164, "their": 0.31175175131100075}, "healthy": {"him - their": -0.053774116609334455, "him": 0.2891281053031454, "their": 0.3429022219124799}, "hear": {"him - their": -0.022198696544106722, "him": 0.2891281053031454, "their": 0.31132680184725214}, "heard": {"him - their": 0.06435271935351372, "him": 0.35345965285959846, "their": 0.28910693350608474}, "hearing": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "heart": {"him - their": -0.0012685849562205087, "him": 0.3475944092848278, "their": 0.34886299424104833}, "heartening": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "heartfelt": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "heat": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "heavy": {"him - their": 0.11325759073695252, "him": 0.3802114494516937, "their": 0.2669538587147412}, "height": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "held": {"him - their": 0.03482373727591287, "him": 0.37747416959650304, "their": 0.34265043232059017}, "helicopters": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "hell": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "help": {"him - their": 0.028474177005941848, "him": 0.38862849267396343, "their": 0.3601543156680216}, "helpadchoicespublisherslegaltermsprivacycopyrightsocial": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "helped": {"him - their": 0.0623773316818062, "him": 0.38688431398550105, "their": 0.32450698230369485}, "helpless": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "her": {"him - their": 0.026003314650768328, "him": 0.2810381194623141, "their": 0.2550348048115458}, "here": {"him - their": 0.03231809645084455, "him": 0.38783979097472465, "their": 0.3555216945238801}, "herself": {"him - their": 0.078924833421888, "him": 0.3729275265454912, "their": 0.2940026931236032}, "hide": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "hiding": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "high": {"him - their": -0.02503400009537704, "him": 0.2884059363694688, "their": 0.31343993646484586}, "higher": {"him - their": 0.013631480917068395, "him": 0.3168068616436382, "their": 0.3031753807265698}, "highest": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "highlight": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "highway": {"him - their": 0.08064055057008662, "him": 0.3475944092848278, "their": 0.2669538587147412}, "hike": {"him - their": 0.1310006463225207, "him": 0.3054346017740225, "their": 0.17443395545150178}, "hikers": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "hilarious": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "him": {"him - their": 0.18601401888526842, "him": 0.5074405442634362, "their": 0.3214265253781678}, "himself": {"him - their": 0.03016599098606393, "him": 0.3475944092848278, "their": 0.3174284182987639}, "hipper": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "his": {"him - their": 0.082930379685909, "him": 0.42941109205856226, "their": 0.34648071237265327}, "historic": {"him - their": 0.05127162116417322, "him": 0.35445419452464716, "their": 0.30318257336047394}, "historical": {"him - their": 0.029947212220952313, "him": 0.35445419452464716, "their": 0.32450698230369485}, "historically": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "history": {"him - their": 0.024292610279656457, "him": 0.3428427324427178, "their": 0.31855012216306133}, "hit": {"him - their": 0.08565643060825079, "him": 0.3607176150548357, "their": 0.2750611844465849}, "hits": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "hive": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "hold": {"him - their": -0.013646486476288633, "him": 0.33180364968325177, "their": 0.3454501361595404}, "holds": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "homage": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "home": {"him - their": 0.01506090357643941, "him": 0.3397906045770389, "their": 0.3247297010005995}, "homemade": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "honest": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "hoped": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "hospital": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "hosts": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "hot": {"him - their": 0.046743030468434976, "him": 0.3569438991618976, "their": 0.31020086869346264}, "hotel": {"him - their": 0.07537589618259843, "him": 0.2891281053031454, "their": 0.213752209120547}, "hour": {"him - their": 0.07135915792589603, "him": 0.38156002661935867, "their": 0.31020086869346264}, "hours": {"him - their": 0.05678185790783591, "him": 0.38156002661935867, "their": 0.32477816871152276}, "house": {"him - their": -0.013661472224753557, "him": 0.3168068616436382, "their": 0.33046833386839175}, "how": {"him - their": 0.023122850235799408, "him": 0.40443151683781664, "their": 0.38130866660201723}, "however": {"him - their": 0.0360946712494391, "him": 0.38034503627913957, "their": 0.34425036502970047}, "https": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "hubs": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "hug": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "huge": {"him - their": 0.019387917123550313, "him": 0.3648380532830907, "their": 0.3454501361595404}, "human": {"him - their": 0.03216573045037485, "him": 0.3569438991618976, "their": 0.32477816871152276}, "humans": {"him - their": 0.030661769554614804, "him": 0.33180364968325177, "their": 0.30114188012863696}, "hundred": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "hundreds": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "hunger": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "hurt": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "husband": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "hustling": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "huxley": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "hypertrophy": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "i": {"him - their": 0.05492841181232161, "him": 0.34371581331069234, "their": 0.28878740149837073}, "ia": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "ib\u00e9rico": {"him - their": 0.030129120184639174, "him": 0.22234057157152826, "their": 0.19221145138688908}, "ice": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "idea": {"him - their": -0.035262557518176973, "him": 0.2866272799610583, "their": 0.3218898374792353}, "ideas": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "identical": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "identification": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "identified": {"him - their": 0.051595087048236454, "him": 0.3475944092848278, "their": 0.29599932223659137}, "identify": {"him - their": 0.028313029659660816, "him": 0.295266888374402, "their": 0.2669538587147412}, "identity": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "if": {"him - their": -0.020442189438037384, "him": 0.3605477736943879, "their": 0.3809899631324253}, "ignorance": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "ignore": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "igp": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "iknow": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "ill": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "illness": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "illusion": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "imagine": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "imagined": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "immediately": {"him - their": -0.013661472224753557, "him": 0.3168068616436382, "their": 0.33046833386839175}, "immense": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "immensely": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "immersive": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "impact": {"him - their": -0.03927758480004723, "him": 0.295266888374402, "their": 0.33454447317444924}, "imparted": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "impatience": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "impeccably": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "impeding": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "importance": {"him - their": -0.022198696544106722, "him": 0.2891281053031454, "their": 0.31132680184725214}, "important": {"him - their": -0.008732502297319755, "him": 0.34129388658139287, "their": 0.3500263888787126}, "impossible": {"him - their": 0.08421212721510235, "him": 0.3802114494516937, "their": 0.29599932223659137}, "improved": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "impulse": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "imran": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "in": {"him - their": 0.009564569122308408, "him": 0.3274313860765206, "their": 0.3178668169542122}, "inaction": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "incident": {"him - their": 0.028851024930431207, "him": 0.27450570157661053, "their": 0.24565467664617932}, "incidents": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "incision": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "include": {"him - their": -0.024782145768888042, "him": 0.3201282527820519, "their": 0.34491039855093997}, "included": {"him - their": 0.04638299643145449, "him": 0.3648380532830907, "their": 0.3184550568516362}, "includes": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "including": {"him - their": -0.028040848947868513, "him": 0.3495611764621815, "their": 0.37760202541005}, "incontinence": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "increase": {"him - their": 0.030661769554614804, "him": 0.33180364968325177, "their": 0.30114188012863696}, "increased": {"him - their": 0.07537589618259843, "him": 0.2891281053031454, "their": 0.213752209120547}, "increasingly": {"him - their": 0.04535006074673947, "him": 0.38688431398550105, "their": 0.3415342532387616}, "incredible": {"him - their": 0.1279275633914318, "him": 0.3416797725119788, "their": 0.213752209120547}, "india": {"him - their": 0.029947212220952313, "him": 0.35445419452464716, "their": 0.32450698230369485}, "indian": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "indistinguishable": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "individual": {"him - their": 0.051595087048236454, "him": 0.3475944092848278, "their": 0.29599932223659137}, "individuals": {"him - their": 0.04617341369911493, "him": 0.36938188218596324, "their": 0.3232084684868483}, "industrial": {"him - their": -0.02205427432529844, "him": 0.3109188704763041, "their": 0.33297314480160256}, "industry": {"him - their": 0.030792697677481662, "him": 0.3275744915129696, "their": 0.2967817938354879}, "ineffective": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "ineligible": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "infects": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "infiltrates": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "inflammatory": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "inflict": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "influenced": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "informal": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "information": {"him - their": 0.03239710134748103, "him": 0.3502209476396933, "their": 0.3178238462922123}, "informed": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "informs": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "inhabit": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "inherently": {"him - their": 0.12356476796152949, "him": 0.3868546813352889, "their": 0.2632899133737594}, "injuries": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "injury": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "innocent": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "innovations": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "inoculated": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "insect": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "inside": {"him - their": 0.04617341369911493, "him": 0.36938188218596324, "their": 0.3232084684868483}, "insisted": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "inspector": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "inspired": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "instability": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "instead": {"him - their": 0.023609148896865106, "him": 0.36659411291731764, "their": 0.34298496402045253}, "instincts": {"him - their": 0.11183574334101792, "him": 0.3948582400258689, "their": 0.28302249668485097}, "institution": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "institutional": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "institutions": {"him - their": 0.078924833421888, "him": 0.3729275265454912, "their": 0.2940026931236032}, "insurgency": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "intelligence": {"him - their": 0.030661769554614804, "him": 0.33180364968325177, "their": 0.30114188012863696}, "intends": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "intense": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "intensity": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "intentions": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "intents": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "interaction": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "interactions": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "interactive": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "interest": {"him - their": 0.013260441497993547, "him": 0.33646890998484186, "their": 0.3232084684868483}, "interested": {"him - their": 0.050378048835377554, "him": 0.3729275265454912, "their": 0.32254947771011366}, "international": {"him - their": -0.013656201165013981, "him": 0.3237023689415068, "their": 0.33735857010652076}, "internet": {"him - their": -0.0006354620915590692, "him": 0.2837233462243989, "their": 0.28435880831595794}, "intervene": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "interview": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "into": {"him - their": 0.021359046211418264, "him": 0.39286670635093446, "their": 0.3715076601395162}, "introduction": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "invades": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "invented": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "invention": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "inventor": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "investigates": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "investigation": {"him - their": 0.03016599098606393, "him": 0.3475944092848278, "their": 0.3174284182987639}, "investigators": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "invited": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "inviting": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "involved": {"him - their": 0.05319216808469285, "him": 0.39481143200771773, "their": 0.3416192639230249}, "involvement": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "involves": {"him - their": 0.050378048835377554, "him": 0.3729275265454912, "their": 0.32254947771011366}, "iran": {"him - their": -0.00010784737937538647, "him": 0.2270442413700465, "their": 0.2271520887494219}, "iranian": {"him - their": 0.028953007048519414, "him": 0.2704959095759807, "their": 0.24154290252746127}, "irony": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "irrational": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "irritated": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "is": {"him - their": 0.0006879453563408133, "him": 0.33433930080416846, "their": 0.33365135544782765}, "isabelle": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "isay": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "islamic": {"him - their": -0.022229131641104682, "him": 0.2837233462243989, "their": 0.30595247786550356}, "isn": {"him - their": -0.013659277529701475, "him": 0.3201282527820519, "their": 0.3337875303117534}, "israel": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "issue": {"him - their": 0.06656264590987987, "him": 0.31284907649033833, "their": 0.24628643058045846}, "issued": {"him - their": 0.028313029659660816, "him": 0.295266888374402, "their": 0.2669538587147412}, "issues": {"him - their": 0.01350150024804414, "him": 0.3237023689415068, "their": 0.31020086869346264}, "it": {"him - their": 0.011380211608297164, "him": 0.37306001303098274, "their": 0.3616798014226856}, "italian": {"him - their": 0.02861422679385106, "him": 0.2837233462243989, "their": 0.2551091194305478}, "item": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "items": {"him - their": 0.050378048835377554, "him": 0.3729275265454912, "their": 0.32254947771011366}, "its": {"him - their": -0.0063045292561884625, "him": 0.32873480169264224, "their": 0.3350393309488307}, "itself": {"him - their": 0.06413945801346305, "him": 0.39792698832521645, "their": 0.3337875303117534}, "j": {"him - their": -0.0003986130691580603, "him": 0.25713496518615164, "their": 0.2575335782553097}, "jack": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "jagan": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "james": {"him - their": 0.028313029659660816, "him": 0.295266888374402, "their": 0.2669538587147412}, "jane": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "japanese": {"him - their": 0.028953007048519414, "him": 0.2704959095759807, "their": 0.24154290252746127}, "javad": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "jayson": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "jazz": {"him - their": 0.07588603790593915, "him": 0.2788873329423101, "their": 0.20300129503637096}, "jealous": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "jelly": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "jerusalem": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "job": {"him - their": 0.019827697431236968, "him": 0.3471933124650435, "their": 0.3273656150338065}, "jobs": {"him - their": -0.022161529924361878, "him": 0.295266888374402, "their": 0.3174284182987639}, "joe": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "joel": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "johannes": {"him - their": 0.08018667806943702, "him": 0.35445419452464716, "their": 0.27426751645521014}, "john": {"him - their": -0.02229457327715928, "him": 0.2704959095759807, "their": 0.29279048285313997}, "johnson": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "join": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "joint": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "joke": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "jokes": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "joshua": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "journalism": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "journalist": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "judging": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "judy": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "jules": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "july": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "june": {"him - their": 0.08617644202958863, "him": 0.35345965285959846, "their": 0.26728321083000983}, "just": {"him - their": 0.019620397723615568, "him": 0.38816920295502505, "their": 0.3685488052314095}, "k": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "kang": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "karen": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "kashmir": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "keen": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "keep": {"him - their": 0.05211010166888391, "him": 0.33646890998484186, "their": 0.28435880831595794}, "keeping": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "kept": {"him - their": 0.10937580305656869, "him": 0.39373461137252663, "their": 0.28435880831595794}, "key": {"him - their": -0.022114928734236095, "him": 0.30239205356945875, "their": 0.32450698230369485}, "khan": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "kid": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "kidding": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "kids": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "killed": {"him - their": 0.1259758241815728, "him": 0.3626560671674416, "their": 0.2366802429858688}, "killer": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "killers": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "killing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "kilometer": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "kind": {"him - their": 0.03134845521064539, "him": 0.3802114494516937, "their": 0.34886299424104833}, "kindle": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "kingdom": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "kiriakou": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "knew": {"him - their": 0.04657156618035946, "him": 0.3607176150548357, "their": 0.3141460488744762}, "knicks": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "knocks": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "know": {"him - their": 0.03889442695433559, "him": 0.39605425340001327, "their": 0.3571598264456777}, "knowing": {"him - their": 0.07963357048259062, "him": 0.3626560671674416, "their": 0.28302249668485097}, "knowledge": {"him - their": 0.051595087048236454, "him": 0.3475944092848278, "their": 0.29599932223659137}, "known": {"him - their": -0.034024197396617606, "him": 0.3242943174231378, "their": 0.3583185148197554}, "knows": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "korean": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "l": {"him - their": -0.0006354620915590692, "him": 0.2837233462243989, "their": 0.28435880831595794}, "laboratory": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "lack": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "lacked": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "lady": {"him - their": 0.028313029659660816, "him": 0.295266888374402, "their": 0.2669538587147412}, "laid": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "land": {"him - their": -0.022347623492527724, "him": 0.25713496518615164, "their": 0.27948258867867937}, "larger": {"him - their": 0.08064055057008662, "him": 0.3475944092848278, "their": 0.2669538587147412}, "last": {"him - their": -0.006473679721679115, "him": 0.3553364710837987, "their": 0.3618101508054778}, "late": {"him - their": 0.03228590805482667, "him": 0.35345965285959846, "their": 0.3211737448047718}, "later": {"him - their": 0.023936786983816738, "him": 0.35527089366493597, "their": 0.33133410668111923}, "lateral": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "latest": {"him - their": 0.07564706779090835, "him": 0.2837233462243989, "their": 0.20807627843349052}, "latter": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "launched": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "law": {"him - their": 0.04801459741396408, "him": 0.3280990765035222, "their": 0.28008447908955814}, "lax": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "lead": {"him - their": -0.02492873292719372, "him": 0.3029624378999102, "their": 0.3278911708271039}, "leader": {"him - their": 0.028738873106209428, "him": 0.2788873329423101, "their": 0.2501484598361007}, "leaders": {"him - their": 0.019491091087700252, "him": 0.3607176150548357, "their": 0.34122652396713543}, "leadership": {"him - their": 0.08165518984715109, "him": 0.33180364968325177, "their": 0.2501484598361007}, "leading": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "leads": {"him - their": 0.1259758241815728, "him": 0.3626560671674416, "their": 0.2366802429858688}, "league": {"him - their": 0.07963357048259062, "him": 0.3626560671674416, "their": 0.28302249668485097}, "learn": {"him - their": 0.02861422679385106, "him": 0.2837233462243989, "their": 0.2551091194305478}, "least": {"him - their": -0.010446835917886588, "him": 0.34166614691764025, "their": 0.35211298283552683}, "leaves": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "leaving": {"him - their": 0.078924833421888, "him": 0.3729275265454912, "their": 0.2940026931236032}, "lebron": {"him - their": 0.1259758241815728, "him": 0.3626560671674416, "their": 0.2366802429858688}, "led": {"him - their": 0.05232253354715993, "him": 0.33180364968325177, "their": 0.27948111613609183}, "left": {"him - their": 0.04411362920396966, "him": 0.3754477358850889, "their": 0.33133410668111923}, "legal": {"him - their": 0.08421212721510235, "him": 0.3802114494516937, "their": 0.29599932223659137}, "legendary": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "length": {"him - their": 0.08370174062502711, "him": 0.38688431398550105, "their": 0.30318257336047394}, "less": {"him - their": -0.1227593989924167, "him": 0.2304232098065578, "their": 0.3531826087989745}, "lessons": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "let": {"him - their": 0.05232696141125043, "him": 0.3834919366845559, "their": 0.33116497527330546}, "letter": {"him - their": 0.013568891854426446, "him": 0.3201282527820519, "their": 0.3065593609276255}, "levies": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "liberating": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "librarians": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "libraries": {"him - their": 0.08135979055429404, "him": 0.33646890998484186, "their": 0.2551091194305478}, "library": {"him - their": 0.02928832318335242, "him": 0.25713496518615164, "their": 0.22784664200279922}, "life": {"him - their": -0.019082008226621983, "him": 0.34854184167993435, "their": 0.36762384990655633}, "lifelong": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "lifted": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "like": {"him - their": 0.05441355455057695, "him": 0.41867640221271846, "their": 0.3642628476621415}, "liked": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "likely": {"him - their": 0.047536653852912614, "him": 0.33912574533004225, "their": 0.29158909147712964}, "limits": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "linked": {"him - their": 0.05127162116417322, "him": 0.35445419452464716, "their": 0.30318257336047394}, "links": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "listen": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "listening": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "literature": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "little": {"him - their": -0.03415771119238975, "him": 0.3158686776863229, "their": 0.3500263888787126}, "live": {"him - their": -0.053926500618834416, "him": 0.2837233462243989, "their": 0.3376498468432333}, "lives": {"him - their": 0.03016599098606393, "him": 0.3475944092848278, "their": 0.3174284182987639}, "ll": {"him - their": 0.006369484890501154, "him": 0.3495611764621815, "their": 0.34319169157168034}, "lobes": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "local": {"him - their": -0.02497976297730209, "him": 0.29620667292525893, "their": 0.321186435902561}, "located": {"him - their": 0.05187036096134057, "him": 0.3416797725119788, "their": 0.2898094115506382}, "location": {"him - their": 0.07629249196948121, "him": 0.2704959095759807, "their": 0.19420341760649948}, "locations": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "lodged": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "lodging": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "logical": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "logistic": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "logistics": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "lollipop": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "lollipops": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "lone": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "long": {"him - their": 0.036215637950504476, "him": 0.37738632776413916, "their": 0.3411706898136347}, "longer": {"him - their": -0.0006354620915590692, "him": 0.2837233462243989, "their": 0.28435880831595794}, "longest": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "look": {"him - their": -0.04755808866900052, "him": 0.31284907649033833, "their": 0.36040716515933885}, "looked": {"him - their": 0.031021319275967185, "him": 0.3201282527820519, "their": 0.28910693350608474}, "looking": {"him - their": -0.018838324899277226, "him": 0.3367125688645452, "their": 0.35555089376382243}, "looks": {"him - their": -0.0006813062474927967, "him": 0.2891281053031454, "their": 0.2898094115506382}, "loop": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "lore": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "lorentzian": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "los": {"him - their": -0.02227609225887739, "him": 0.27450570157661053, "their": 0.2967817938354879}, "lose": {"him - their": 0.08370174062502711, "him": 0.38688431398550105, "their": 0.30318257336047394}, "losing": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "lost": {"him - their": 0.04690029193197298, "him": 0.35345965285959846, "their": 0.3065593609276255}, "lot": {"him - their": 0.035335769036234976, "him": 0.3986457324595768, "their": 0.3633099634233418}, "lots": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "lou": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "love": {"him - their": 0.03543670176230729, "him": 0.36170213064307527, "their": 0.326265428880768}, "loved": {"him - their": 0.029947212220952313, "him": 0.35445419452464716, "their": 0.32450698230369485}, "lover": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "lovers": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "loves": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "loving": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "low": {"him - their": 0.01379655841223415, "him": 0.3080375914720274, "their": 0.29424103305979327}, "lowest": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "luca": {"him - their": 0.115709842012611, "him": 0.35345965285959846, "their": 0.23774981084698746}, "lucrative": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "lunch": {"him - their": -0.022161529924361878, "him": 0.295266888374402, "their": 0.3174284182987639}, "lung": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "m": {"him - their": 0.05204683478266331, "him": 0.38862849267396343, "their": 0.3365816578913001}, "mad": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "made": {"him - their": 0.024939487953246797, "him": 0.3715777344526095, "their": 0.3466382464993627}, "magic": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "magical": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "mails": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "main": {"him - their": -0.03970495911748195, "him": 0.2704959095759807, "their": 0.31020086869346264}, "mainstream": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "maintained": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "major": {"him - their": -0.06731612752025007, "him": 0.25713496518615164, "their": 0.3244510927064017}, "make": {"him - their": -0.011080378501795274, "him": 0.38561398603205393, "their": 0.3966943645338492}, "makes": {"him - their": -0.0013904389271522932, "him": 0.3502209476396933, "their": 0.3516113865668456}, "makeup": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "making": {"him - their": -0.02486492352263142, "him": 0.3107872740400809, "their": 0.3356521975627123}, "makran": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "malformed": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "malignant": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "man": {"him - their": 0.0864326055236952, "him": 0.43068297055339566, "their": 0.34425036502970047}, "manage": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "managed": {"him - their": -0.022254547186326856, "him": 0.2788873329423101, "their": 0.30114188012863696}, "management": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "manager": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "manages": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "many": {"him - their": 0.03909358378472999, "him": 0.3916933234772126, "their": 0.3525997396924826}, "march": {"him - their": 0.047642112401962644, "him": 0.3367125688645452, "their": 0.28907045646258256}, "mark": {"him - their": 0.0810255151934689, "him": 0.3416797725119788, "their": 0.2606542573185099}, "marked": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "market": {"him - their": 0.08276673562087963, "him": 0.3137026702107983, "their": 0.23093593458991865}, "marriage": {"him - their": 0.050378048835377554, "him": 0.3729275265454912, "their": 0.32254947771011366}, "married": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "mary": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "massacre": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "massive": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "material": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "math": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "matter": {"him - their": -0.039389770157980564, "him": 0.2891281053031454, "their": 0.328517875461126}, "maximum": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "may": {"him - their": 0.01900260455175512, "him": 0.37350632158195557, "their": 0.35450371703020045}, "mayhem": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "mcgregor": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "mcnamara": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "me": {"him - their": 0.03465998385556912, "him": 0.368785296807778, "their": 0.3341253129522089}, "mean": {"him - their": -0.039389770157980564, "him": 0.2891281053031454, "their": 0.328517875461126}, "meaning": {"him - their": -0.022114928734236095, "him": 0.30239205356945875, "their": 0.32450698230369485}, "means": {"him - their": -0.09846888153873096, "him": 0.24207562839828434, "their": 0.3405445099370153}, "meanwhile": {"him - their": -0.039142199669302824, "him": 0.30239205356945875, "their": 0.3415342532387616}, "measure": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "measures": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "meat": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "mechanics": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "media": {"him - their": -0.0012762653418189607, "him": 0.3367125688645452, "their": 0.33798883420636416}, "median": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "medication": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "meet": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "megabox": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "meh": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "mehmood": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "melt": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "memories": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "memory": {"him - their": 0.050378048835377554, "him": 0.3729275265454912, "their": 0.32254947771011366}, "men": {"him - their": -0.040139104506708406, "him": 0.23994537458284973, "their": 0.28008447908955814}, "menace": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "menu": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "message": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "methods": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "mia": {"him - their": 0.07662996255264248, "him": 0.26335980734880843, "their": 0.18672984479616594}, "miami": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "michel": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "michelle": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "middle": {"him - their": 0.05187036096134057, "him": 0.3416797725119788, "their": 0.2898094115506382}, "might": {"him - their": 0.028474177005941848, "him": 0.38862849267396343, "their": 0.3601543156680216}, "mile": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "militaries": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "military": {"him - their": 0.030792697677481662, "him": 0.3275744915129696, "their": 0.2967817938354879}, "millennium": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "million": {"him - their": -0.0009168760606681481, "him": 0.3054346017740225, "their": 0.30635147783469063}, "mind": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "minds": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "mine": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "minimum": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "minister": {"him - their": 0.02008640631753661, "him": 0.3367125688645452, "their": 0.3166261625470086}, "ministry": {"him - their": 0.028473847984635536, "him": 0.2891281053031454, "their": 0.2606542573185099}, "minor": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "minutes": {"him - their": 0.05284504195204209, "him": 0.3201282527820519, "their": 0.26728321083000983}, "misreading": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "miss": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "missing": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "missteps": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "misunderstand": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "mitchell": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "mixed": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "mla": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "moaning": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "mob": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "mobile": {"him - their": 0.1259758241815728, "him": 0.3626560671674416, "their": 0.2366802429858688}, "model": {"him - their": -0.022357213950352006, "him": 0.2542930051599047, "their": 0.2766502191102567}, "moderates": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "modern": {"him - their": 0.07281361095232453, "him": 0.3594851049229266, "their": 0.2866714939706021}, "modi": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "mohan": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "mohsin": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "mom": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "moment": {"him - their": 0.04593737648360974, "him": 0.3744552519447357, "their": 0.328517875461126}, "moments": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "monday": {"him - their": 0.05211010166888391, "him": 0.33646890998484186, "their": 0.28435880831595794}, "money": {"him - their": -0.05428225913554208, "him": 0.2704959095759807, "their": 0.32477816871152276}, "monitor": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "monosyllabic": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "month": {"him - their": -0.03986351167362279, "him": 0.26014921400092134, "their": 0.3000127256745441}, "months": {"him - their": 0.02861422679385106, "him": 0.2837233462243989, "their": 0.2551091194305478}, "mood": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "moon": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "more": {"him - their": -0.013326236706902306, "him": 0.35331849318961167, "their": 0.366644729896514}, "morning": {"him - their": 0.07295160788915456, "him": 0.35733220495222257, "their": 0.284380597063068}, "most": {"him - their": -0.0021276850384791546, "him": 0.3811035842285073, "their": 0.3832312692669865}, "mother": {"him - their": 0.013428442638493354, "him": 0.3275744915129696, "their": 0.3141460488744762}, "mothers": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "motivational": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "mourning": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "mouth": {"him - their": 0.05087893883597794, "him": 0.3626560671674416, "their": 0.31177712833146365}, "move": {"him - their": 0.03189132161049696, "him": 0.3648380532830907, "their": 0.33294673167259375}, "moved": {"him - their": 0.08135979055429404, "him": 0.33646890998484186, "their": 0.2551091194305478}, "movements": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "movie": {"him - their": -0.0002997354968812538, "him": 0.24661843228578223, "their": 0.24691816778266348}, "moving": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "mps": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "mr": {"him - their": 0.05284504195204209, "him": 0.3201282527820519, "their": 0.26728321083000983}, "much": {"him - their": 0.03362769187906428, "him": 0.3942663177056836, "their": 0.3606386258266193}, "multifaceted": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "multiplies": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "multitude": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "mums": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "murder": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "murders": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "murdoch": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "music": {"him - their": 0.07320866142934246, "him": 0.3532931405189006, "their": 0.28008447908955814}, "musical": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "musicians": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "musings": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "muslim": {"him - their": 0.028738873106209428, "him": 0.2788873329423101, "their": 0.2501484598361007}, "must": {"him - their": 0.019898087847664503, "him": 0.3443491805540662, "their": 0.3244510927064017}, "my": {"him - their": 0.0467522377230663, "him": 0.36219873391059954, "their": 0.31544649618753323}, "myself": {"him - their": 0.013260441497993547, "him": 0.33646890998484186, "their": 0.3232084684868483}, "myspace": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "mysterious": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "mystery": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "nab": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "name": {"him - their": -0.0010169846485740819, "him": 0.3168068616436382, "their": 0.3178238462922123}, "named": {"him - their": -0.022161529924361878, "him": 0.295266888374402, "their": 0.3174284182987639}, "naps": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "narendra": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "narrative": {"him - their": 0.028313029659660816, "him": 0.295266888374402, "their": 0.2669538587147412}, "nation": {"him - their": 0.02861422679385106, "him": 0.2837233462243989, "their": 0.2551091194305478}, "national": {"him - their": -0.07919133281729021, "him": 0.23994537458284973, "their": 0.31913670740013994}, "nations": {"him - their": 0.01304993611037858, "him": 0.3475944092848278, "their": 0.33454447317444924}, "natural": {"him - their": 0.0305164321193383, "him": 0.33646890998484186, "their": 0.30595247786550356}, "nature": {"him - their": -0.022161529924361878, "him": 0.295266888374402, "their": 0.3174284182987639}, "navigating": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "navy": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "nba": {"him - their": 0.08135979055429404, "him": 0.33646890998484186, "their": 0.2551091194305478}, "nearly": {"him - their": -0.0396403472978657, "him": 0.27450570157661053, "their": 0.3141460488744762}, "necessary": {"him - their": -0.053926500618834416, "him": 0.2837233462243989, "their": 0.3376498468432333}, "neck": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "need": {"him - their": -0.03396147582258685, "him": 0.3280990765035222, "their": 0.36206055232610906}, "needed": {"him - their": -0.022229131641104682, "him": 0.2837233462243989, "their": 0.30595247786550356}, "needs": {"him - their": 0.03155303003225585, "him": 0.3744552519447357, "their": 0.3429022219124799}, "negated": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "neighbor": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "neighbourhood": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "neighbouring": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "neither": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "netanyahu": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "never": {"him - their": 0.02381523286935533, "him": 0.3594851049229266, "their": 0.3356698720535713}, "new": {"him - their": -0.019793127597411475, "him": 0.3416436287089483, "their": 0.3614367563063598}, "news": {"him - their": -0.024946946884385757, "him": 0.3006077203134288, "their": 0.32555466719781456}, "newspapers": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "next": {"him - their": 0.03447620828354636, "him": 0.3444402449105279, "their": 0.3099640366269815}, "nice": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "nics": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "night": {"him - their": 0.05788183326642071, "him": 0.3617388727048475, "their": 0.3038570394384268}, "nihilist": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "nine": {"him - their": 0.08064055057008662, "him": 0.3475944092848278, "their": 0.2669538587147412}, "no": {"him - their": 0.01312349265641255, "him": 0.38698440412743734, "their": 0.3738609114710248}, "nobeladventures": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "nobody": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "noisy": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "non": {"him - their": -0.054807070048806805, "him": 0.24904996938961999, "their": 0.3038570394384268}, "none": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "normal": {"him - their": 0.08308111169440524, "him": 0.3948582400258689, "their": 0.31177712833146365}, "normalise": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "not": {"him - their": 0.008026464055136184, "him": 0.3920609707478712, "their": 0.38403450669273503}, "note": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "nothing": {"him - their": -0.0013415339787059555, "him": 0.3443491805540662, "their": 0.34569071453277217}, "noticeably": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "november": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "now": {"him - their": 0.011585933882796884, "him": 0.38133754709219475, "their": 0.36975161320939787}, "nowhere": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "nuclear": {"him - their": -0.022336802130084377, "him": 0.26014921400092134, "their": 0.2824860161310057}, "nude": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "number": {"him - their": -0.0605072092014835, "him": 0.29835905867507784, "their": 0.35886626787656134}, "numerous": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "ny": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "nyc": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "obama": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "observed": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "observer": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "obstructing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "obtained": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "obvious": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "occasions": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "occur": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "ode": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "odyssey": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "of": {"him - their": 0.014436171266277942, "him": 0.30343889023628784, "their": 0.2890027189700099}, "off": {"him - their": 0.029101159185038583, "him": 0.3706725002132681, "their": 0.3415713410282295}, "offense": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "offensive": {"him - their": 0.028738873106209428, "him": 0.2788873329423101, "their": 0.2501484598361007}, "offer": {"him - their": -0.0006813062474927967, "him": 0.2891281053031454, "their": 0.2898094115506382}, "offered": {"him - their": 0.05127162116417322, "him": 0.35445419452464716, "their": 0.30318257336047394}, "office": {"him - their": 0.013260441497993547, "him": 0.33646890998484186, "their": 0.3232084684868483}, "officer": {"him - their": 0.1288023546468808, "him": 0.33180364968325177, "their": 0.20300129503637096}, "officers": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "officials": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "offloaded": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "offseason": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "often": {"him - their": 0.026523731654573723, "him": 0.3735032651561205, "their": 0.34697953350154676}, "oh": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "oladipo": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "old": {"him - their": -0.02237334670327995, "him": 0.24904996938961999, "their": 0.27142331609289994}, "older": {"him - their": 0.05127162116417322, "him": 0.35445419452464716, "their": 0.30318257336047394}, "omara": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "omnipresent": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "on": {"him - their": 0.006488950853112019, "him": 0.37994580924105703, "their": 0.373456858387945}, "once": {"him - their": 0.01545948648576806, "him": 0.38034503627913957, "their": 0.3648855497933715}, "one": {"him - their": 0.013141565490275287, "him": 0.41059367629118104, "their": 0.39745211080090576}, "online": {"him - their": 0.07199722596639163, "him": 0.37200995164093575, "their": 0.3000127256745441}, "only": {"him - their": -0.0064817486236480315, "him": 0.35676131084691726, "their": 0.3632430594705653}, "onto": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "open": {"him - their": -0.024887921530724333, "him": 0.3080375914720274, "their": 0.33292551300275175}, "operating": {"him - their": 0.1259758241815728, "him": 0.3626560671674416, "their": 0.2366802429858688}, "opinion": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "opinions": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "opportunity": {"him - their": 0.029947212220952313, "him": 0.35445419452464716, "their": 0.32450698230369485}, "opposing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "opposite": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "opted": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "options": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "or": {"him - their": 0.016758815223296752, "him": 0.3868378116524934, "their": 0.37007899642919667}, "order": {"him - their": 0.02008640631753661, "him": 0.3367125688645452, "their": 0.3166261625470086}, "orderly": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "ordinary": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "organisations": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "organisdations": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "organizations": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "organs": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "original": {"him - their": 0.07537589618259843, "him": 0.2891281053031454, "their": 0.213752209120547}, "orlean": {"him - their": 0.0764683837708307, "him": 0.26679635696049425, "their": 0.19032797318966355}, "ormara": {"him - their": 0.07537589618259843, "him": 0.2891281053031454, "their": 0.213752209120547}, "other": {"him - their": 0.03838744681334927, "him": 0.42204470393404764, "their": 0.38365725712069837}, "others": {"him - their": -0.034947372548425115, "him": 0.3080375914720274, "their": 0.34298496402045253}, "otherwise": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "our": {"him - their": 0.04688685965771938, "him": 0.3839686122109606, "their": 0.33708175255324124}, "out": {"him - their": -0.008769394917540196, "him": 0.38128060115783735, "their": 0.39004999607537755}, "outfits": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "outlets": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "outrage": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "outside": {"him - their": 0.05127162116417322, "him": 0.35445419452464716, "their": 0.30318257336047394}, "ovarian": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "over": {"him - their": 0.005883620541518753, "him": 0.390044819446557, "their": 0.38416119890503825}, "overall": {"him - their": 0.0750626449948679, "him": 0.295266888374402, "their": 0.22020424337953412}, "overcame": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "overcome": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "overflowing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "oversight": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "overturned": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "own": {"him - their": 0.015529547574544389, "him": 0.37738632776413916, "their": 0.3618567801895948}, "owner": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "p": {"him - their": 0.05127162116417322, "him": 0.35445419452464716, "their": 0.30318257336047394}, "pace": {"him - their": 0.07963357048259062, "him": 0.3626560671674416, "their": 0.28302249668485097}, "paced": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "pacers": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "pacing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "pack": {"him - their": 0.16313167966993491, "him": 0.35345965285959846, "their": 0.19032797318966355}, "package": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "pad": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "page": {"him - their": 0.04657156618035946, "him": 0.3607176150548357, "their": 0.3141460488744762}, "pages": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "pain": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "pains": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "paint": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "painted": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "pak": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "pakistan": {"him - their": 0.07777294633381032, "him": 0.23789861248630093, "their": 0.1601256661524906}, "pakistani": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "pakistanis": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "palpable": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "pandemic": {"him - their": -0.022161529924361878, "him": 0.295266888374402, "their": 0.3174284182987639}, "pandemonium": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "parent": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "parents": {"him - their": 0.02861422679385106, "him": 0.2837233462243989, "their": 0.2551091194305478}, "parking": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "parks": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "parliament": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "part": {"him - their": -0.008737419721934925, "him": 0.3428427324427178, "their": 0.3515801521646527}, "particular": {"him - their": -0.022229131641104682, "him": 0.2837233462243989, "their": 0.30595247786550356}, "particularly": {"him - their": -0.039567723909326113, "him": 0.2788873329423101, "their": 0.3184550568516362}, "parties": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "parts": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "party": {"him - their": 0.0569742891107024, "him": 0.3781480339154742, "their": 0.3211737448047718}, "partying": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "pass": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "passenger": {"him - their": 0.07963357048259062, "him": 0.3626560671674416, "their": 0.28302249668485097}, "passengers": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "passions": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "past": {"him - their": -0.0667208223905249, "him": 0.27450570157661053, "their": 0.34122652396713543}, "pastimes": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "pathological": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "paths": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "patience": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "patients": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "patrolling": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "patronize": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "paul": {"him - their": 0.12356476796152949, "him": 0.3868546813352889, "their": 0.2632899133737594}, "paying": {"him - their": -0.022229131641104682, "him": 0.2837233462243989, "their": 0.30595247786550356}, "payment": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "peace": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "peak": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "people": {"him - their": 0.02158194270497621, "him": 0.3942126476415842, "their": 0.372630704936608}, "per": {"him - their": 0.03228590805482667, "him": 0.35345965285959846, "their": 0.3211737448047718}, "percent": {"him - their": -0.04005306168481987, "him": 0.24661843228578223, "their": 0.2866714939706021}, "perceptions": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "perfect": {"him - their": -0.039485122262449435, "him": 0.2837233462243989, "their": 0.3232084684868483}, "perfecting": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "perfectly": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "performance": {"him - their": -0.039567723909326113, "him": 0.2788873329423101, "their": 0.3184550568516362}, "performances": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "performed": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "performing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "perhaps": {"him - their": 0.008492957195352924, "him": 0.3569438991618976, "their": 0.3484509419665447}, "perimeter": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "period": {"him - their": -0.022254547186326856, "him": 0.2788873329423101, "their": 0.30114188012863696}, "perpetrators": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "perplexing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "person": {"him - their": 0.032034920334642614, "him": 0.3607176150548357, "their": 0.32868269472019307}, "personal": {"him - their": 0.034156433118760654, "him": 0.3532931405189006, "their": 0.31913670740013994}, "personality": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "personally": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "personnel": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "perturbation": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "philosopher": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "phone": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "phones": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "photo": {"him - their": -0.0006354620915590692, "him": 0.2837233462243989, "their": 0.28435880831595794}, "physical": {"him - their": -0.022114928734236095, "him": 0.30239205356945875, "their": 0.32450698230369485}, "physicist": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "physics": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "picked": {"him - their": 0.03016599098606393, "him": 0.3475944092848278, "their": 0.3174284182987639}, "piece": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "pillars": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "pills": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "pin": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "pistons": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "pits": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "pittance": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "place": {"him - their": 0.037588609527821615, "him": 0.4013374472273901, "their": 0.3637488376995685}, "placed": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "plague": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "plant": {"him - their": -0.0004557515576714133, "him": 0.26335980734880843, "their": 0.26381555890647984}, "play": {"him - their": 0.006221390812459926, "him": 0.3594851049229266, "their": 0.3532637141104667}, "played": {"him - their": -0.039567723909326113, "him": 0.2788873329423101, "their": 0.3184550568516362}, "player": {"him - their": 0.03130468536140152, "him": 0.3107872740400809, "their": 0.27948258867867937}, "players": {"him - their": -0.022347623492527724, "him": 0.25713496518615164, "their": 0.27948258867867937}, "playing": {"him - their": -0.0005554828699743664, "him": 0.27450570157661053, "their": 0.2750611844465849}, "playoff": {"him - their": 0.1259758241815728, "him": 0.3626560671674416, "their": 0.2366802429858688}, "playoffs": {"him - their": 0.07963357048259062, "him": 0.3626560671674416, "their": 0.28302249668485097}, "plays": {"him - their": 0.08018667806943702, "him": 0.35445419452464716, "their": 0.27426751645521014}, "plco": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "please": {"him - their": -0.0011430819893419875, "him": 0.33180364968325177, "their": 0.33294673167259375}, "pleasure": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "plus": {"him - their": 0.0750626449948679, "him": 0.295266888374402, "their": 0.22020424337953412}, "pm": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "pocket": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "podcasts": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "poets": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "point": {"him - their": 0.04489233068698506, "him": 0.36659411291731764, "their": 0.3217017822303326}, "points": {"him - their": 0.07591787785176757, "him": 0.4088646095243613, "their": 0.33294673167259375}, "polarization": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "pole": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "police": {"him - their": 0.09163605128114793, "him": 0.39481143200771773, "their": 0.3031753807265698}, "policymakers": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "political": {"him - their": -0.02497976297730209, "him": 0.29620667292525893, "their": 0.321186435902561}, "politicians": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "politics": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "pollination": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "poorer": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "popular": {"him - their": -0.013662944823008227, "him": 0.3137026702107983, "their": 0.3273656150338065}, "port": {"him - their": 0.0750626449948679, "him": 0.295266888374402, "their": 0.22020424337953412}, "portable": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "portal": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "portion": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "posing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "position": {"him - their": 0.052513307066384685, "him": 0.3275744915129696, "their": 0.2750611844465849}, "possibilities": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "possible": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "possibly": {"him - their": -0.022114928734236095, "him": 0.30239205356945875, "their": 0.32450698230369485}, "post": {"him - their": 0.013260441497993547, "him": 0.33646890998484186, "their": 0.3232084684868483}, "posts": {"him - their": 0.02861422679385106, "him": 0.2837233462243989, "their": 0.2551091194305478}, "potentially": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "power": {"him - their": -0.018897374148542534, "him": 0.3242943174231378, "their": 0.34319169157168034}, "powerful": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "prabhakar": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "practicing": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "predict": {"him - their": 0.07963357048259062, "him": 0.3626560671674416, "their": 0.28302249668485097}, "predictability": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "predicted": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "predictions": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "prepare": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "prepared": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "presence": {"him - their": 0.01914597907535992, "him": 0.3744552519447357, "their": 0.3553092728693758}, "present": {"him - their": 0.08135979055429404, "him": 0.33646890998484186, "their": 0.2551091194305478}, "presented": {"him - their": 0.078924833421888, "him": 0.3729275265454912, "their": 0.2940026931236032}, "presidency": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "president": {"him - their": 0.05325369578477118, "him": 0.3107872740400809, "their": 0.2575335782553097}, "press": {"him - their": 0.05127162116417322, "him": 0.35445419452464716, "their": 0.30318257336047394}, "pressure": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "pretend": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "pretended": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "prevailing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "preventing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "prevention": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "previous": {"him - their": 0.031021319275967185, "him": 0.3201282527820519, "their": 0.28910693350608474}, "previously": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "price": {"him - their": 0.031021319275967185, "him": 0.3201282527820519, "their": 0.28910693350608474}, "prices": {"him - their": 0.07588603790593915, "him": 0.2788873329423101, "their": 0.20300129503637096}, "prickly": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "prime": {"him - their": 0.045666976277244475, "him": 0.3802114494516937, "their": 0.33454447317444924}, "private": {"him - their": -0.053926500618834416, "him": 0.2837233462243989, "their": 0.3376498468432333}, "privatisation": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "privatise": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "probability": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "probable": {"him - their": 0.12916835822858125, "him": 0.3275744915129696, "their": 0.19840613328438833}, "probably": {"him - their": -0.053926500618834416, "him": 0.2837233462243989, "their": 0.3376498468432333}, "problem": {"him - their": 0.04346960291564189, "him": 0.38916031744841406, "their": 0.34569071453277217}, "problems": {"him - their": -0.013662944823008227, "him": 0.3137026702107983, "their": 0.3273656150338065}, "proceeded": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "process": {"him - their": 0.018805295680819123, "him": 0.3698336202506705, "their": 0.3510283245698514}, "produce": {"him - their": -0.039389770157980564, "him": 0.2891281053031454, "their": 0.328517875461126}, "produced": {"him - their": 0.03216573045037485, "him": 0.3569438991618976, "their": 0.32477816871152276}, "product": {"him - their": -0.0667208223905249, "him": 0.27450570157661053, "their": 0.34122652396713543}, "production": {"him - their": 0.0201429033727738, "him": 0.33441362401540703, "their": 0.31427072064263323}, "products": {"him - their": -0.022161529924361878, "him": 0.295266888374402, "their": 0.3174284182987639}, "professional": {"him - their": -0.022161529924361878, "him": 0.295266888374402, "their": 0.3174284182987639}, "professionals": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "progress": {"him - their": 0.08308111169440524, "him": 0.3948582400258689, "their": 0.31177712833146365}, "progression": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "progressively": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "prohibition": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "project": {"him - their": -0.08869195886054781, "him": 0.2542930051599047, "their": 0.34298496402045253}, "projecting": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "prolific": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "promising": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "prompt": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "proper": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "properties": {"him - their": -0.022161529924361878, "him": 0.295266888374402, "their": 0.3174284182987639}, "property": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "prophet": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "proposed": {"him - their": -0.02205427432529844, "him": 0.3109188704763041, "their": 0.33297314480160256}, "prose": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "prostate": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "prostatic": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "protect": {"him - their": 0.029947212220952313, "him": 0.35445419452464716, "their": 0.32450698230369485}, "protecting": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "protections": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "protest": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "protests": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "proud": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "prove": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "proven": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "provide": {"him - their": 0.06470922474201235, "him": 0.38916031744841406, "their": 0.3244510927064017}, "provided": {"him - their": -0.0006813062474927967, "him": 0.2891281053031454, "their": 0.2898094115506382}, "provider": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "providing": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "prudence": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "psychologically": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "psychologist": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "public": {"him - their": -0.034000979892004346, "him": 0.33690975330574185, "their": 0.3709107331977462}, "publications": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "published": {"him - their": -0.0396403472978657, "him": 0.27450570157661053, "their": 0.3141460488744762}, "publisher": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "pull": {"him - their": 0.05127162116417322, "him": 0.35445419452464716, "their": 0.30318257336047394}, "punching": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "purchased": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "purposes": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "pursue": {"him - their": 0.078924833421888, "him": 0.3729275265454912, "their": 0.2940026931236032}, "put": {"him - their": 0.018710583648620605, "him": 0.3735032651561205, "their": 0.3547926815074999}, "puts": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "putting": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "pyjamas": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "quality": {"him - their": -0.05428225913554208, "him": 0.2704959095759807, "their": 0.32477816871152276}, "quantum": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "question": {"him - their": 0.04436050360372079, "him": 0.3781480339154742, "their": 0.3337875303117534}, "questioned": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "questions": {"him - their": 0.08276673562087963, "him": 0.3137026702107983, "their": 0.23093593458991865}, "quick": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "quicker": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "quickly": {"him - their": -0.0006813062474927967, "him": 0.2891281053031454, "their": 0.2898094115506382}, "quietly": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "quite": {"him - their": -0.022254547186326856, "him": 0.2788873329423101, "their": 0.30114188012863696}, "qureshi": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "raaji": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "race": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "radical": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "radioactivity": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "radios": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "radius": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "rage": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "raise": {"him - their": 0.0305164321193383, "him": 0.33646890998484186, "their": 0.30595247786550356}, "raising": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "rallied": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "ramakrishna": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "rand": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "random": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "randomized": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "range": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "ranked": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "rapper": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "rarely": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "rates": {"him - their": 0.0750626449948679, "him": 0.295266888374402, "their": 0.22020424337953412}, "rather": {"him - their": -0.018779892475358273, "him": 0.3471933124650435, "their": 0.36597320494040175}, "rationality": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "ray": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "rays": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "re": {"him - their": -0.05974070176521712, "him": 0.30470744880521045, "their": 0.36444815057042756}, "reached": {"him - their": 0.0305164321193383, "him": 0.33646890998484186, "their": 0.30595247786550356}, "read": {"him - their": 0.06434309813932598, "him": 0.39481143200771773, "their": 0.33046833386839175}, "reader": {"him - their": 0.06188509522426633, "him": 0.3948582400258689, "their": 0.33297314480160256}, "readers": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "readily": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "reading": {"him - their": 0.0569742891107024, "him": 0.3781480339154742, "their": 0.3211737448047718}, "ready": {"him - their": -0.022198696544106722, "him": 0.2891281053031454, "their": 0.31132680184725214}, "real": {"him - their": 0.04320004544087214, "him": 0.39481143200771773, "their": 0.3516113865668456}, "reality": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "realization": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "realizes": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "really": {"him - their": 0.02460747579990047, "him": 0.3820201187233105, "their": 0.35741264292341}, "reason": {"him - their": 0.013260441497993547, "him": 0.33646890998484186, "their": 0.3232084684868483}, "reasons": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "reassuring": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "rebellious": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "rebounding": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "rebounds": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "rebuilding": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "recalled": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "received": {"him - their": -0.022229131641104682, "him": 0.2837233462243989, "their": 0.30595247786550356}, "recent": {"him - their": -0.013659277529701475, "him": 0.3201282527820519, "their": 0.3337875303117534}, "recently": {"him - their": 0.03259742924306547, "him": 0.3443491805540662, "their": 0.31175175131100075}, "recognize": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "recognizing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "reconciliations": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "record": {"him - their": -0.022161529924361878, "him": 0.295266888374402, "their": 0.3174284182987639}, "records": {"him - their": 0.12916835822858125, "him": 0.3275744915129696, "their": 0.19840613328438833}, "recurrence": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "red": {"him - their": -0.022161529924361878, "him": 0.295266888374402, "their": 0.3174284182987639}, "reddy": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "reduce": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "reduction": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "referee": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "reference": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "referred": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "reflection": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "reflects": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "refusal": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "regard": {"him - their": -0.022114928734236095, "him": 0.30239205356945875, "their": 0.32450698230369485}, "regarding": {"him - their": 0.07963357048259062, "him": 0.3626560671674416, "their": 0.28302249668485097}, "region": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "registered": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "regularly": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "reinventing": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "relate": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "relations": {"him - their": -0.0010454920227198627, "him": 0.3201282527820519, "their": 0.3211737448047718}, "relationship": {"him - their": 0.057152042541547654, "him": 0.37497588883375993, "their": 0.3178238462922123}, "relationships": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "relativity": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "relax": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "relay": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "released": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "relentless": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "relevant": {"him - their": 0.051595087048236454, "him": 0.3475944092848278, "their": 0.29599932223659137}, "reliable": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "relies": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "religious": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "rely": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "remaining": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "remains": {"him - their": -0.022198696544106722, "him": 0.2891281053031454, "their": 0.31132680184725214}, "remember": {"him - their": -0.039389770157980564, "him": 0.2891281053031454, "their": 0.328517875461126}, "remind": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "remodel": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "remote": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "removed": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "removing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "renal": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "renew": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "rented": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "repeat": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "repeatedly": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "report": {"him - their": -0.02492873292719372, "him": 0.3029624378999102, "their": 0.3278911708271039}, "reporters": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "represents": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "republic": {"him - their": -0.0005937831937817273, "him": 0.2788873329423101, "their": 0.27948111613609183}, "republican": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "request": {"him - their": 0.08737128892941226, "him": 0.3986980907766644, "their": 0.31132680184725214}, "required": {"him - their": 0.030792697677481662, "him": 0.3275744915129696, "their": 0.2967817938354879}, "requirements": {"him - their": 0.08018667806943702, "him": 0.35445419452464716, "their": 0.27426751645521014}, "rescued": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "research": {"him - their": 0.03320762332653604, "him": 0.32616069670969583, "their": 0.2929530733831598}, "researched": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "resection": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "resignations": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "resolution": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "resolve": {"him - their": 0.12356476796152949, "him": 0.3868546813352889, "their": 0.2632899133737594}, "respect": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "respond": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "responding": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "response": {"him - their": -0.0011430819893419875, "him": 0.33180364968325177, "their": 0.33294673167259375}, "responsibility": {"him - their": 0.078924833421888, "him": 0.3729275265454912, "their": 0.2940026931236032}, "responsible": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "rest": {"him - their": 0.08421212721510235, "him": 0.3802114494516937, "their": 0.29599932223659137}, "restaurant": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "result": {"him - their": 0.013348592831615547, "him": 0.33180364968325177, "their": 0.3184550568516362}, "retailers": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "retention": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "return": {"him - their": 0.08565643060825079, "him": 0.3607176150548357, "their": 0.2750611844465849}, "returned": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "returning": {"him - their": 0.0623773316818062, "him": 0.38688431398550105, "their": 0.32450698230369485}, "reveals": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "review": {"him - their": 0.013428442638493354, "him": 0.3275744915129696, "their": 0.3141460488744762}, "reviews": {"him - their": 0.078924833421888, "him": 0.3729275265454912, "their": 0.2940026931236032}, "revolt": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "revolting": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "revolution": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "reyes": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "rich": {"him - their": -0.0006813062474927967, "him": 0.2891281053031454, "their": 0.2898094115506382}, "ride": {"him - their": 0.12916835822858125, "him": 0.3275744915129696, "their": 0.19840613328438833}, "ridenyc": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "ridiculed": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "ridiculous": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "rifts": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "right": {"him - their": 0.021257909530656205, "him": 0.3930366720623754, "their": 0.3717787625317192}, "rightly": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "rights": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "risk": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "road": {"him - their": -0.07893623491203233, "him": 0.24661843228578223, "their": 0.32555466719781456}, "robbery": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "rock": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "rockets": {"him - their": 0.05127162116417322, "him": 0.35445419452464716, "their": 0.30318257336047394}, "rohan": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "role": {"him - their": 0.019827697431236968, "him": 0.3471933124650435, "their": 0.3273656150338065}, "rolled": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "rookie": {"him - their": 0.1259758241815728, "him": 0.3626560671674416, "their": 0.2366802429858688}, "room": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "root": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "rouhani": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "rounds": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "roy": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "rs": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "rule": {"him - their": 0.078924833421888, "him": 0.3729275265454912, "their": 0.2940026931236032}, "rules": {"him - their": 0.01304993611037858, "him": 0.3475944092848278, "their": 0.33454447317444924}, "run": {"him - their": 0.06393582121934777, "him": 0.3607176150548357, "their": 0.2967817938354879}, "running": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "rupert": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "russell": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "s": {"him - their": -0.014725480888659548, "him": 0.3394107235341469, "their": 0.35413620442280647}, "sabonis": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "sad": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "sadly": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "safely": {"him - their": 0.12356476796152949, "him": 0.3868546813352889, "their": 0.2632899133737594}, "safety": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "said": {"him - their": 0.027873862643590763, "him": 0.354271424256767, "their": 0.32639756161317623}, "saline": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "same": {"him - their": 0.006221390812459926, "him": 0.3594851049229266, "their": 0.3532637141104667}, "sanctions": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "sangar": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "saturday": {"him - their": -0.022254547186326856, "him": 0.2788873329423101, "their": 0.30114188012863696}, "satyanarayana": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "sauce": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "saudi": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "save": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "saved": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "saving": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "savings": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "saw": {"him - their": -0.024946946884385757, "him": 0.3006077203134288, "their": 0.32555466719781456}, "say": {"him - their": 0.03603117719649779, "him": 0.3818933461962038, "their": 0.345862168999706}, "saying": {"him - their": 0.052513307066384685, "him": 0.3275744915129696, "their": 0.2750611844465849}, "says": {"him - their": -0.0005937831937817273, "him": 0.2788873329423101, "their": 0.27948111613609183}, "scenarios": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "scenes": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "scheduled": {"him - their": 0.07963357048259062, "him": 0.3626560671674416, "their": 0.28302249668485097}, "school": {"him - their": 0.019964364687307667, "him": 0.34166614691764025, "their": 0.3217017822303326}, "science": {"him - their": 0.013845510296892849, "him": 0.3054346017740225, "their": 0.29158909147712964}, "scientific": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "scientists": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "scorching": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "score": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "scorer": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "scoring": {"him - their": 0.05127162116417322, "him": 0.35445419452464716, "their": 0.30318257336047394}, "screen": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "scripted": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "scrutiny": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "sculpt": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "search": {"him - their": 0.16640324435337198, "him": 0.3224943982920842, "their": 0.15609115393871223}, "searching": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "season": {"him - their": 0.034361819678701166, "him": 0.2903991461312287, "their": 0.2560373264525275}, "seating": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "second": {"him - their": 0.027124743879798352, "him": 0.35470321675934646, "their": 0.3275784728795481}, "secretary": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "sectarian": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "sections": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "security": {"him - their": 0.05211010166888391, "him": 0.33646890998484186, "their": 0.28435880831595794}, "see": {"him - their": 0.00664175213134649, "him": 0.33158685890331807, "their": 0.3249451067719716}, "seed": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "seedy": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "seeing": {"him - their": 0.05187036096134057, "him": 0.3416797725119788, "their": 0.2898094115506382}, "seem": {"him - their": 0.05678185790783591, "him": 0.38156002661935867, "their": 0.32477816871152276}, "seemed": {"him - their": 0.08778213350702307, "him": 0.39373461137252663, "their": 0.30595247786550356}, "seemingly": {"him - their": 0.078924833421888, "him": 0.3729275265454912, "their": 0.2940026931236032}, "seems": {"him - their": -0.024887921530724333, "him": 0.3080375914720274, "their": 0.33292551300275175}, "seen": {"him - their": -0.013663000329204422, "him": 0.3006077203134288, "their": 0.31427072064263323}, "selecting": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "self": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "sell": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "semi": {"him - their": -0.02205427432529844, "him": 0.3109188704763041, "their": 0.33297314480160256}, "sending": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "senior": {"him - their": -0.02205427432529844, "him": 0.3109188704763041, "their": 0.33297314480160256}, "sensational": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "sense": {"him - their": 0.03016599098606393, "him": 0.3475944092848278, "their": 0.3174284182987639}, "sensitive": {"him - their": -0.022161529924361878, "him": 0.295266888374402, "their": 0.3174284182987639}, "sensitivity": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "sent": {"him - their": 0.06342940432045968, "him": 0.36938188218596324, "their": 0.30595247786550356}, "sentences": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "separate": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "separations": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "sept": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "series": {"him - their": -0.07893623491203233, "him": 0.24661843228578223, "their": 0.32555466719781456}, "serious": {"him - their": 0.012919941285885583, "him": 0.35445419452464716, "their": 0.3415342532387616}, "server": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "serves": {"him - their": 0.05087893883597794, "him": 0.3626560671674416, "their": 0.31177712833146365}, "service": {"him - their": -0.07863250784284703, "him": 0.2542930051599047, "their": 0.33292551300275175}, "serving": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "session": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "set": {"him - their": 0.053508119885701755, "him": 0.38916031744841406, "their": 0.3356521975627123}, "sets": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "setting": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "several": {"him - their": -0.0012762653418189607, "him": 0.3367125688645452, "their": 0.33798883420636416}, "severe": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "shade": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "shah": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "share": {"him - their": 0.07519718020126565, "him": 0.4180994021137455, "their": 0.3429022219124799}, "shared": {"him - their": 0.13804383345815452, "him": 0.3986980907766644, "their": 0.2606542573185099}, "sharing": {"him - their": 0.03016599098606393, "him": 0.3475944092848278, "their": 0.3174284182987639}, "she": {"him - their": 0.03696523262912976, "him": 0.271387930283364, "their": 0.23442269765423424}, "sheath": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "sheri": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "shifted": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "shifts": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "shinier": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "shocked": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "shocking": {"him - their": 0.050378048835377554, "him": 0.3729275265454912, "their": 0.32254947771011366}, "short": {"him - their": 0.09303259117633111, "him": 0.4178107598878539, "their": 0.32477816871152276}, "shorten": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "shortly": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "shot": {"him - their": 0.032034920334642614, "him": 0.3607176150548357, "their": 0.32868269472019307}, "shots": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "should": {"him - their": 0.019160055422818956, "him": 0.35602843557908087, "their": 0.3368683801562619}, "shouldn": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "show": {"him - their": 0.054035769166587644, "him": 0.3795904363644022, "their": 0.32555466719781456}, "showcase": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "showed": {"him - their": 0.028473847984635536, "him": 0.2891281053031454, "their": 0.2606542573185099}, "showing": {"him - their": 0.013260441497993547, "him": 0.33646890998484186, "their": 0.3232084684868483}, "shown": {"him - their": 0.01304993611037858, "him": 0.3475944092848278, "their": 0.33454447317444924}, "shows": {"him - their": 0.03155303003225585, "him": 0.3744552519447357, "their": 0.3429022219124799}, "shut": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "side": {"him - their": 0.019752613771301553, "him": 0.3502209476396933, "their": 0.33046833386839175}, "sight": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "sightseeing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "significant": {"him - their": -0.013659277529701475, "him": 0.3201282527820519, "their": 0.3337875303117534}, "significantly": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "silence": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "silent": {"him - their": 0.12356476796152949, "him": 0.3868546813352889, "their": 0.2632899133737594}, "similar": {"him - their": -0.022229131641104682, "him": 0.2837233462243989, "their": 0.30595247786550356}, "similarities": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "simmons": {"him - their": 0.1259758241815728, "him": 0.3626560671674416, "their": 0.2366802429858688}, "simon": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "simply": {"him - their": -0.03976300396713123, "him": 0.26679635696049425, "their": 0.3065593609276255}, "since": {"him - their": 0.05047123247319285, "him": 0.3964282691054199, "their": 0.34595703663222704}, "sing": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "singing": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "single": {"him - their": 0.008601683716668418, "him": 0.3502209476396933, "their": 0.3416192639230249}, "sinhalese": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "sister": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "sit": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "sitting": {"him - their": 0.05087893883597794, "him": 0.3626560671674416, "their": 0.31177712833146365}, "situation": {"him - their": 0.019964364687307667, "him": 0.34166614691764025, "their": 0.3217017822303326}, "six": {"him - their": 0.0569742891107024, "him": 0.3781480339154742, "their": 0.3211737448047718}, "sixers": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "sixth": {"him - their": 0.08018667806943702, "him": 0.35445419452464716, "their": 0.27426751645521014}, "size": {"him - their": 0.028313029659660816, "him": 0.295266888374402, "their": 0.2669538587147412}, "sjoberg": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "sky": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "slack": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "slang": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "sleep": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "sleepless": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "slices": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "slideshare": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "slight": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "slightly": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "slow": {"him - their": 0.08689947008931442, "him": 0.4043278883880783, "their": 0.3174284182987639}, "small": {"him - their": 0.06369617315445375, "him": 0.3648380532830907, "their": 0.30114188012863696}, "smell": {"him - their": 0.07564706779090835, "him": 0.2837233462243989, "their": 0.20807627843349052}, "smidgen": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "smitten": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "smooth": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "so": {"him - their": 0.028335005094869192, "him": 0.40562321599396606, "their": 0.37728821089909687}, "social": {"him - their": -0.013646486476288633, "him": 0.33180364968325177, "their": 0.3454501361595404}, "society": {"him - their": -0.013652032454165852, "him": 0.3275744915129696, "their": 0.34122652396713543}, "soil": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "soldiers": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "solidarity": {"him - their": 0.028313029659660816, "him": 0.295266888374402, "their": 0.2669538587147412}, "somalia": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "some": {"him - their": 0.027404531688665912, "him": 0.3997342094262379, "their": 0.372329677737572}, "someone": {"him - their": 0.05127162116417322, "him": 0.35445419452464716, "their": 0.30318257336047394}, "something": {"him - their": -0.0015340629243387749, "him": 0.35733220495222257, "their": 0.35886626787656134}, "sometimes": {"him - their": 0.030661769554614804, "him": 0.33180364968325177, "their": 0.30114188012863696}, "somewhere": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "son": {"him - their": -0.0005554828699743664, "him": 0.27450570157661053, "their": 0.2750611844465849}, "soon": {"him - their": -0.03474833763518825, "him": 0.3201282527820519, "their": 0.3548765904172402}, "sore": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "sorry": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "sort": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "soul": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "sounding": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "sounds": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "south": {"him - their": -0.05446403894340385, "him": 0.26335980734880843, "their": 0.3178238462922123}, "southbank": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "southern": {"him - their": 0.07537589618259843, "him": 0.2891281053031454, "their": 0.213752209120547}, "soy": {"him - their": 0.07793830547795166, "him": 0.2340294594166639, "their": 0.15609115393871223}, "space": {"him - their": -0.0013188171028122864, "him": 0.34166614691764025, "their": 0.34298496402045253}, "speak": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "speaker": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "speaking": {"him - their": 0.05087893883597794, "him": 0.3626560671674416, "their": 0.31177712833146365}, "special": {"him - their": -0.0010454920227198627, "him": 0.3201282527820519, "their": 0.3211737448047718}, "specific": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "spectators": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "speech": {"him - their": -0.02229457327715928, "him": 0.2704959095759807, "their": 0.29279048285313997}, "spellbound": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "spend": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "spending": {"him - their": -0.02205427432529844, "him": 0.3109188704763041, "their": 0.33297314480160256}, "spent": {"him - their": -0.013661472224753557, "him": 0.3168068616436382, "their": 0.33046833386839175}, "sphere": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "spiralling": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "spirit": {"him - their": -0.0010454920227198627, "him": 0.3201282527820519, "their": 0.3211737448047718}, "spirited": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "spite": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "sponsors": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "sports": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "spots": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "square": {"him - their": 0.07963357048259062, "him": 0.3626560671674416, "their": 0.28302249668485097}, "stability": {"him - their": 0.07963357048259062, "him": 0.3626560671674416, "their": 0.28302249668485097}, "stacks": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "stadium": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "stakes": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "stan": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "standard": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "standing": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "standoffs": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "stands": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "staple": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "star": {"him - their": 0.04690029193197298, "him": 0.35345965285959846, "their": 0.3065593609276255}, "start": {"him - their": -0.06710852651958332, "him": 0.26335980734880843, "their": 0.33046833386839175}, "started": {"him - their": 0.10827276806611752, "him": 0.4114481487926873, "their": 0.3031753807265698}, "starting": {"him - their": -0.013652032454165852, "him": 0.3275744915129696, "their": 0.34122652396713543}, "starts": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "state": {"him - their": -0.008606883033460022, "him": 0.3099759637126704, "their": 0.3185828467461304}, "stated": {"him - their": 0.05127162116417322, "him": 0.35445419452464716, "their": 0.30318257336047394}, "statement": {"him - their": 0.08064055057008662, "him": 0.3475944092848278, "their": 0.2669538587147412}, "states": {"him - their": -0.024887921530724333, "him": 0.3080375914720274, "their": 0.33292551300275175}, "station": {"him - their": -0.0005937831937817273, "him": 0.2788873329423101, "their": 0.27948111613609183}, "statistics": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "stay": {"him - their": 0.030911886088366813, "him": 0.3237023689415068, "their": 0.29279048285313997}, "stayed": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "steadfast": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "steadiness": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "steal": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "steel": {"him - their": 0.07564706779090835, "him": 0.2837233462243989, "their": 0.20807627843349052}, "step": {"him - their": 0.11116134062380723, "him": 0.3735032651561205, "their": 0.26234192453231325}, "stepped": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "steps": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "steve": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "stevens": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "still": {"him - their": -0.028237896245617233, "him": 0.33418061462020265, "their": 0.3624185108658199}, "sting": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "stint": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "stitches": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "stole": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "stomach": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "stop": {"him - their": 0.047045566913123504, "him": 0.3502209476396933, "their": 0.3031753807265698}, "stopped": {"him - their": 0.11261679753029091, "him": 0.38688431398550105, "their": 0.27426751645521014}, "store": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "stories": {"him - their": 0.04593737648360974, "him": 0.3744552519447357, "their": 0.328517875461126}, "storytellers": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "stout": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "straight": {"him - their": 0.050378048835377554, "him": 0.3729275265454912, "their": 0.32254947771011366}, "strained": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "strange": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "strategies": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "streak": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "street": {"him - their": 0.03189132161049696, "him": 0.3648380532830907, "their": 0.33294673167259375}, "streets": {"him - their": 0.05187036096134057, "him": 0.3416797725119788, "their": 0.2898094115506382}, "strictly": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "striking": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "strong": {"him - their": 0.033571118989961735, "him": 0.36922331655267404, "their": 0.3356521975627123}, "strongly": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "struggles": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "students": {"him - their": 0.05268647439616497, "him": 0.3237023689415068, "their": 0.2710158945453418}, "studied": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "studies": {"him - their": 0.06393582121934777, "him": 0.3607176150548357, "their": 0.2967817938354879}, "stuff": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "style": {"him - their": 0.11325759073695252, "him": 0.3802114494516937, "their": 0.2669538587147412}, "subdued": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "subject": {"him - their": 0.08814611692666197, "him": 0.38928799705529893, "their": 0.30114188012863696}, "submission": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "submitted": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "submitting": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "subtrigonal": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "subversive": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "success": {"him - their": 0.0131618970508528, "him": 0.3416797725119788, "their": 0.328517875461126}, "such": {"him - their": 0.011449261330850502, "him": 0.38783979097472465, "their": 0.37639052964387415}, "sudden": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "suffering": {"him - their": 0.07963357048259062, "him": 0.3626560671674416, "their": 0.28302249668485097}, "sufficiently": {"him - their": 0.12356476796152949, "him": 0.3868546813352889, "their": 0.2632899133737594}, "suggested": {"him - their": 0.12356476796152949, "him": 0.3868546813352889, "their": 0.2632899133737594}, "suggests": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "suicide": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "sullen": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "sullivan": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "sunday": {"him - their": 0.03016599098606393, "him": 0.3475944092848278, "their": 0.3174284182987639}, "supplying": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "support": {"him - their": -0.07863250784284703, "him": 0.2542930051599047, "their": 0.33292551300275175}, "supporters": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "supportive": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "supposed": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "suppression": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "sure": {"him - their": 0.014681772631632395, "him": 0.35733220495222257, "their": 0.34265043232059017}, "surgeon": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "surprised": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "surprising": {"him - their": 0.08064055057008662, "him": 0.3475944092848278, "their": 0.2669538587147412}, "surrounds": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "surveillance": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "susan": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "suspect": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "suspected": {"him - their": -0.0006813062474927967, "him": 0.2891281053031454, "their": 0.2898094115506382}, "suspend": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "swamps": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "swarm": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "swarming": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "sweet": {"him - their": 0.0623773316818062, "him": 0.38688431398550105, "their": 0.32450698230369485}, "swim": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "swoop": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "syrian": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "system": {"him - their": 0.033237635364534224, "him": 0.3781480339154742, "their": 0.34491039855093997}, "t": {"him - their": 0.01147102484791157, "him": 0.3627725031365892, "their": 0.35130147828867764}, "tables": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "tackle": {"him - their": 0.028313029659660816, "him": 0.295266888374402, "their": 0.2669538587147412}, "take": {"him - their": -0.028374686998193288, "him": 0.3223185170883703, "their": 0.35069320408656357}, "taken": {"him - their": 0.035052240552773284, "him": 0.3716338984440734, "their": 0.3365816578913001}, "takes": {"him - their": 0.11325759073695252, "him": 0.3802114494516937, "their": 0.2669538587147412}, "taking": {"him - their": 0.011364447686089796, "him": 0.37747416959650304, "their": 0.36610972191041324}, "talent": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "talented": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "talks": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "tamsulosin": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "tank": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "tasman": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "tatum": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "taxes": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "taxi": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "taxis": {"him - their": 0.12356476796152949, "him": 0.3868546813352889, "their": 0.2632899133737594}, "tdp": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "teach": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "teacher": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "team": {"him - their": -0.08969395361712035, "him": 0.23219588386211493, "their": 0.3218898374792353}, "teammates": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "teams": {"him - their": 0.08952393550993004, "him": 0.37200995164093575, "their": 0.2824860161310057}, "tear": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "techniques": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "technological": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "technologies": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "technology": {"him - their": 0.013631480917068395, "him": 0.3168068616436382, "their": 0.3031753807265698}, "teens": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "tehran": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "telephonic": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "tell": {"him - their": 0.013428442638493354, "him": 0.3275744915129696, "their": 0.3141460488744762}, "telling": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "temperament": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "tend": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "tends": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "term": {"him - their": 0.04420145651283791, "him": 0.38156002661935867, "their": 0.33735857010652076}, "terms": {"him - their": -0.022198696544106722, "him": 0.2891281053031454, "their": 0.31132680184725214}, "terrible": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "terrified": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "terrifying": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "terror": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "terrorism": {"him - their": 0.028313029659660816, "him": 0.295266888374402, "their": 0.2669538587147412}, "terrorist": {"him - their": 0.07662996255264248, "him": 0.26335980734880843, "their": 0.18672984479616594}, "terrorists": {"him - their": 0.07537589618259843, "him": 0.2891281053031454, "their": 0.213752209120547}, "test": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "than": {"him - their": -0.030411474191336607, "him": 0.3625010218357395, "their": 0.3929124960270761}, "thank": {"him - their": 0.05187036096134057, "him": 0.3416797725119788, "their": 0.2898094115506382}, "thanks": {"him - their": 0.019585329055376854, "him": 0.3569438991618976, "their": 0.33735857010652076}, "that": {"him - their": 0.013574313545811956, "him": 0.3582756463227733, "their": 0.34470133277696136}, "the": {"him - their": 0.024101104144368835, "him": 0.2563281507906438, "their": 0.23222704664627497}, "theatre": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "their": {"him - their": -0.0653599712663624, "him": 0.375945413994322, "their": 0.4413053852606844}, "them": {"him - their": 0.01930149942199655, "him": 0.39909505455889493, "their": 0.3797935551368984}, "themed": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "themselves": {"him - their": -0.0014450673633645827, "him": 0.3569438991618976, "their": 0.3583889665252622}, "then": {"him - their": 0.06523319719313325, "him": 0.44353789329482274, "their": 0.3783046961016895}, "theories": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "theory": {"him - their": 0.05087893883597794, "him": 0.3626560671674416, "their": 0.31177712833146365}, "there": {"him - their": 0.014499325364940696, "him": 0.3856265237990586, "their": 0.3711271984341179}, "these": {"him - their": -0.0020411708670536877, "him": 0.3777523842698447, "their": 0.3797935551368984}, "they": {"him - their": -0.008105163060846188, "him": 0.3758232292630589, "their": 0.3839283923239051}, "thickness": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "thieves": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "thimble": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "thing": {"him - their": 0.04540343790253326, "him": 0.35527089366493597, "their": 0.3098674557624027}, "things": {"him - their": 0.05570032098400984, "him": 0.4106844249330861, "their": 0.35498410394907626}, "think": {"him - their": 0.0049451159611358375, "him": 0.35215058777235864, "their": 0.3472054718112228}, "thinkers": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "thinking": {"him - their": 0.03016599098606393, "him": 0.3475944092848278, "their": 0.3174284182987639}, "third": {"him - their": 0.0201429033727738, "him": 0.33441362401540703, "their": 0.31427072064263323}, "thirty": {"him - their": 0.12356476796152949, "him": 0.3868546813352889, "their": 0.2632899133737594}, "this": {"him - their": 0.019108782171239458, "him": 0.3917695825083448, "their": 0.37266080033710536}, "those": {"him - their": -0.00697480447021015, "him": 0.35098520768931935, "their": 0.3579600121595295}, "though": {"him - their": -0.0011497290430679263, "him": 0.3224943982920842, "their": 0.32364412733515213}, "thought": {"him - their": 0.020248283022670566, "him": 0.3301157387850733, "their": 0.3098674557624027}, "thoughts": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "thousands": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "three": {"him - their": 0.004809179401916774, "him": 0.36170213064307527, "their": 0.3568929512411585}, "thrilled": {"him - their": 0.078924833421888, "him": 0.3729275265454912, "their": 0.2940026931236032}, "thrives": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "through": {"him - their": 0.024643980576054103, "him": 0.38087621668196087, "their": 0.35623223610590676}, "throughout": {"him - their": 0.06413945801346305, "him": 0.39792698832521645, "their": 0.3337875303117534}, "throw": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "throws": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "thunder": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "thursday": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "tickets": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "ties": {"him - their": 0.05127162116417322, "him": 0.35445419452464716, "their": 0.30318257336047394}, "time": {"him - their": 0.06183625529960546, "him": 0.4322010380464142, "their": 0.37036478274680873}, "times": {"him - their": -0.0012762653418189607, "him": 0.3367125688645452, "their": 0.33798883420636416}, "timing": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "tiptoeing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "tired": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "titled": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "titles": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "to": {"him - their": 0.02428695427694838, "him": 0.3229552216550599, "their": 0.29866826737811153}, "today": {"him - their": -0.013664190758305161, "him": 0.3080375914720274, "their": 0.3217017822303326}, "together": {"him - their": -0.010446835917886588, "him": 0.34166614691764025, "their": 0.35211298283552683}, "told": {"him - their": 0.014924888111603696, "him": 0.34608986338490916, "their": 0.33116497527330546}, "toll": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "tom": {"him - their": 0.02861422679385106, "him": 0.2837233462243989, "their": 0.2551091194305478}, "tomorrow": {"him - their": 0.08135979055429404, "him": 0.33646890998484186, "their": 0.2551091194305478}, "tone": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "too": {"him - their": 0.00490860129327958, "him": 0.35470321675934646, "their": 0.3497946154660669}, "took": {"him - their": 0.045576228683188835, "him": 0.3513919472087444, "their": 0.30581571852555556}, "tool": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "top": {"him - their": 0.04565737490611649, "him": 0.3495611764621815, "their": 0.303903801556065}, "tortured": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "touch": {"him - their": 0.05087893883597794, "him": 0.3626560671674416, "their": 0.31177712833146365}, "tough": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "tour": {"him - their": 0.028738873106209428, "him": 0.2788873329423101, "their": 0.2501484598361007}, "tours": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "toward": {"him - their": -0.013659277529701475, "him": 0.3201282527820519, "their": 0.3337875303117534}, "towards": {"him - their": 0.06278303115292982, "him": 0.3802114494516937, "their": 0.3174284182987639}, "town": {"him - their": -0.040164509636732154, "him": 0.23789861248630093, "their": 0.2780631221230331}, "toxic": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "toy": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "track": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "trade": {"him - their": 0.05087893883597794, "him": 0.3626560671674416, "their": 0.31177712833146365}, "traded": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "traditional": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "traffic": {"him - their": 0.1273901659052937, "him": 0.3475944092848278, "their": 0.22020424337953412}, "trail": {"him - their": 0.0750626449948679, "him": 0.295266888374402, "their": 0.22020424337953412}, "train": {"him - their": 0.1259758241815728, "him": 0.3626560671674416, "their": 0.2366802429858688}, "training": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "transferred": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "transgressive": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "transporting": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "trauma": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "travel": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "travelling": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "treated": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "treatment": {"him - their": -0.0003986130691580603, "him": 0.25713496518615164, "their": 0.2575335782553097}, "tremble": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "trends": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "tried": {"him - their": 0.03239710134748103, "him": 0.3502209476396933, "their": 0.3178238462922123}, "tries": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "trigger": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "trips": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "troops": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "trouble": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "true": {"him - their": 0.033237635364534224, "him": 0.3781480339154742, "their": 0.34491039855093997}, "truly": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "trump": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "trust": {"him - their": 0.030352970664726642, "him": 0.3416797725119788, "their": 0.31132680184725214}, "truth": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "try": {"him - their": -0.03468659758375542, "him": 0.3237023689415068, "their": 0.3583889665252622}, "trying": {"him - their": -0.02486492352263142, "him": 0.3107872740400809, "their": 0.3356521975627123}, "tumultuous": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "turbat": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "turbulence": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "turn": {"him - their": 0.08814611692666197, "him": 0.38928799705529893, "their": 0.30114188012863696}, "turned": {"him - their": 0.0131618970508528, "him": 0.3416797725119788, "their": 0.328517875461126}, "turns": {"him - their": 0.11183574334101792, "him": 0.3948582400258689, "their": 0.28302249668485097}, "turp": {"him - their": 0.0750626449948679, "him": 0.295266888374402, "their": 0.22020424337953412}, "tweeted": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "twenty": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "twitter": {"him - their": -0.00034697315063308976, "him": 0.251603515870911, "their": 0.2519504890215441}, "two": {"him - their": -0.019715849009576125, "him": 0.35676131084691726, "their": 0.3764771598564934}, "tyler": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "type": {"him - their": 0.03016599098606393, "him": 0.3475944092848278, "their": 0.3174284182987639}, "u": {"him - their": -0.040020487072962574, "him": 0.24904996938961999, "their": 0.28907045646258256}, "ugly": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "ultimately": {"him - their": 0.08308111169440524, "him": 0.3948582400258689, "their": 0.31177712833146365}, "unable": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "unbiased": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "uncertainty": {"him - their": 0.078924833421888, "him": 0.3729275265454912, "their": 0.2940026931236032}, "unclassified": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "uncommunicative": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "uncredited": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "under": {"him - their": -0.010408948033056864, "him": 0.3207560272402486, "their": 0.33116497527330546}, "undercover": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "undergo": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "underground": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "undermined": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "underrated": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "understand": {"him - their": -0.02227609225887739, "him": 0.27450570157661053, "their": 0.2967817938354879}, "understood": {"him - their": 0.11083470420037905, "him": 0.4048373973239823, "their": 0.2940026931236032}, "undone": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "unenticing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "unfair": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "unfortunate": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "unfortunately": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "unidentified": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "uniform": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "uniforms": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "unimaginable": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "unite": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "united": {"him - their": 0.013568891854426446, "him": 0.3201282527820519, "their": 0.3065593609276255}, "unless": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "unpleasant": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "unpredictable": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "unrest": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "unruly": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "unsettled": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "unsolved": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "unstated": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "until": {"him - their": 0.0131618970508528, "him": 0.3416797725119788, "their": 0.328517875461126}, "unto": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "unwanted": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "unwelcome": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "unwritten": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "up": {"him - their": 0.04712807285116616, "him": 0.4135618978716302, "their": 0.36643382502046407}, "update": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "upheaval": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "upon": {"him - their": 0.1259758241815728, "him": 0.3626560671674416, "their": 0.2366802429858688}, "uppity": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "upset": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "uranium": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "urolithiasis": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "us": {"him - their": 0.005045741684134131, "him": 0.34516463576618117, "their": 0.34011889408204704}, "usd": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "use": {"him - their": 0.03453349358079483, "him": 0.3428427324427178, "their": 0.30830923886192296}, "used": {"him - their": -0.015618612907904728, "him": 0.33158685890331807, "their": 0.3472054718112228}, "useful": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "users": {"him - their": 0.028851024930431207, "him": 0.27450570157661053, "their": 0.24565467664617932}, "uses": {"him - their": -0.0006354620915590692, "him": 0.2837233462243989, "their": 0.28435880831595794}, "using": {"him - their": -0.06749522444282208, "him": 0.251603515870911, "their": 0.3190987403137331}, "usual": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "usually": {"him - their": 0.0131618970508528, "him": 0.3416797725119788, "their": 0.328517875461126}, "utah": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "v": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "valid": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "valuable": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "value": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "valued": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "various": {"him - their": -0.0667208223905249, "him": 0.27450570157661053, "their": 0.34122652396713543}, "varying": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "vast": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "ve": {"him - their": -0.10792724671717036, "him": 0.22386383182161151, "their": 0.33179107853878187}, "vehicle": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "vehicles": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "venezuelans": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "verbally": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "verne": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "version": {"him - their": -0.0396403472978657, "him": 0.27450570157661053, "their": 0.3141460488744762}, "verumontanum": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "very": {"him - their": 0.002370911169257639, "him": 0.379617455844215, "their": 0.3772465446749574}, "via": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "vice": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "vicious": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "victims": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "victor": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "videos": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "view": {"him - their": -0.039567723909326113, "him": 0.2788873329423101, "their": 0.3184550568516362}, "vijayawada": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "violence": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "violent": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "virginity": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "visible": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "vision": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "visions": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "visit": {"him - their": 0.08135979055429404, "him": 0.33646890998484186, "their": 0.2551091194305478}, "vizag": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "vlogs": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "voice": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "voters": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "vulnerable": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "waaay": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "wade": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "wafa": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "waiting": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "walk": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "walking": {"him - their": 0.050378048835377554, "him": 0.3729275265454912, "their": 0.32254947771011366}, "wall": {"him - their": -0.02229457327715928, "him": 0.2704959095759807, "their": 0.29279048285313997}, "walls": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "wander": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "want": {"him - their": -0.0012562480381642649, "him": 0.33441362401540703, "their": 0.3356698720535713}, "wanted": {"him - their": 0.046743030468434976, "him": 0.3569438991618976, "their": 0.31020086869346264}, "wanting": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "wants": {"him - their": 0.06312845009748358, "him": 0.3744552519447357, "their": 0.31132680184725214}, "war": {"him - their": -0.040139104506708406, "him": 0.23994537458284973, "their": 0.28008447908955814}, "warfarin": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "warm": {"him - their": 0.12497337431502908, "him": 0.3729275265454912, "their": 0.24795415223046213}, "warning": {"him - their": -0.0003986130691580603, "him": 0.25713496518615164, "their": 0.2575335782553097}, "wars": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "was": {"him - their": 0.04606194075269504, "him": 0.3937274501961415, "their": 0.3476655094434465}, "wasn": {"him - their": 0.031021319275967185, "him": 0.3201282527820519, "their": 0.28910693350608474}, "waste": {"him - their": -0.000426410064807925, "him": 0.26014921400092134, "their": 0.26057562406572926}, "watched": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "watching": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "water": {"him - their": -0.024887921530724333, "him": 0.3080375914720274, "their": 0.33292551300275175}, "waterstones": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "wave": {"him - their": 0.029213279411002685, "him": 0.26014921400092134, "their": 0.23093593458991865}, "way": {"him - their": 0.0289174028688004, "him": 0.3759702327140087, "their": 0.3470528298452083}, "ways": {"him - their": -0.039142199669302824, "him": 0.30239205356945875, "their": 0.3415342532387616}, "wcc10": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "we": {"him - their": 0.013971605296429712, "him": 0.3626112982352468, "their": 0.3486396929388171}, "weakest": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "wean": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "weapons": {"him - their": -0.0009404513639788004, "him": 0.32160902634613486, "their": 0.32254947771011366}, "wears": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "weaselled": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "weaving": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "web": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "website": {"him - their": -0.039485122262449435, "him": 0.2837233462243989, "their": 0.3232084684868483}, "websites": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "wee": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "week": {"him - their": -0.05271976257904959, "him": 0.29835905867507784, "their": 0.3510788212541274}, "weigh": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "weight": {"him - their": 0.1098068809192071, "him": 0.38928799705529893, "their": 0.27948111613609183}, "well": {"him - their": -0.019110029225186786, "him": 0.3430267049227425, "their": 0.3621367341479293}, "wells": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "went": {"him - their": 0.06435271935351372, "him": 0.35345965285959846, "their": 0.28910693350608474}, "were": {"him - their": 0.04310128203162095, "him": 0.3872046125261142, "their": 0.34410333049449326}, "weren": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "west": {"him - their": -0.07851723237656066, "him": 0.25713496518615164, "their": 0.3356521975627123}, "westerberg": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "western": {"him - their": 0.01304993611037858, "him": 0.3475944092848278, "their": 0.33454447317444924}, "what": {"him - their": -0.0020430925077308815, "him": 0.37231676204406405, "their": 0.37435985455179493}, "whatever": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "when": {"him - their": 0.02564332846823686, "him": 0.3869011691955603, "their": 0.3612578407273234}, "where": {"him - their": 0.03223903646396259, "him": 0.3898562151097112, "their": 0.3576171786457486}, "whether": {"him - their": 0.03285552942611841, "him": 0.3367125688645452, "their": 0.3038570394384268}, "which": {"him - their": 0.012034771496117258, "him": 0.3826893065501287, "their": 0.37065453505401147}, "while": {"him - their": 0.039386388105194736, "him": 0.4069918457201466, "their": 0.3676054576149519}, "whiled": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "whilst": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "whim": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "white": {"him - their": -0.0013415339787059555, "him": 0.3443491805540662, "their": 0.34569071453277217}, "who": {"him - their": 0.04090716139102135, "him": 0.4102394607422817, "their": 0.36933229935126033}, "whole": {"him - their": 0.05657203483336448, "him": 0.38525472955355755, "their": 0.32868269472019307}, "whom": {"him - their": 0.07423862749043533, "him": 0.3109188704763041, "their": 0.2366802429858688}, "whose": {"him - their": 0.06342940432045968, "him": 0.36938188218596324, "their": 0.30595247786550356}, "why": {"him - their": 0.024185827842241325, "him": 0.39515821327668726, "their": 0.37097238543444594}, "wicked": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "wife": {"him - their": -0.022161529924361878, "him": 0.295266888374402, "their": 0.3174284182987639}, "will": {"him - their": -0.005381803387101425, "him": 0.3623497370174371, "their": 0.36773154040453854}, "willing": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "win": {"him - their": 0.013260441497993547, "him": 0.33646890998484186, "their": 0.3232084684868483}, "window": {"him - their": 0.0750626449948679, "him": 0.295266888374402, "their": 0.22020424337953412}, "windows": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "wing": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "winning": {"him - their": 0.013348592831615547, "him": 0.33180364968325177, "their": 0.3184550568516362}, "wins": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "wisdom": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "wise": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "wish": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "wished": {"him - their": 0.07793524719147227, "him": 0.3868546813352889, "their": 0.3089194341438166}, "with": {"him - their": 0.004834541539698756, "him": 0.3773712888552096, "their": 0.37253674731551084}, "within": {"him - their": 0.033356624910735044, "him": 0.37497588883375993, "their": 0.3416192639230249}, "without": {"him - their": 0.035052240552773284, "him": 0.3716338984440734, "their": 0.3365816578913001}, "woman": {"him - their": 0.027896373791453155, "him": 0.3109188704763041, "their": 0.28302249668485097}, "won": {"him - their": -0.04407539136349942, "him": 0.3080375914720274, "their": 0.35211298283552683}, "wonder": {"him - their": 0.029947212220952313, "him": 0.35445419452464716, "their": 0.32450698230369485}, "wondered": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "wonderful": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "word": {"him - their": -0.00027751249790511356, "him": 0.24429704540863129, "their": 0.2445745579065364}, "words": {"him - their": -0.0005554828699743664, "him": 0.27450570157661053, "their": 0.2750611844465849}, "work": {"him - their": -0.007705208134924368, "him": 0.35215058777235864, "their": 0.359855795907283}, "works": {"him - their": -0.022336802130084377, "him": 0.26014921400092134, "their": 0.2824860161310057}, "world": {"him - their": 0.013539619028086924, "him": 0.36791824997831774, "their": 0.3543786309502308}, "worldcat": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "worried": {"him - their": 0.028124537114248616, "him": 0.30239205356945875, "their": 0.27426751645521014}, "worries": {"him - their": 0.12356476796152949, "him": 0.3868546813352889, "their": 0.2632899133737594}, "worrisome": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "worry": {"him - their": 0.05211010166888391, "him": 0.33646890998484186, "their": 0.28435880831595794}, "worse": {"him - their": 0.03173203534272995, "him": 0.36938188218596324, "their": 0.3376498468432333}, "worsening": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "worth": {"him - their": -0.053596105866646315, "him": 0.295266888374402, "their": 0.34886299424104833}, "would": {"him - their": -0.0017072930670329889, "him": 0.3491215605811266, "their": 0.3508288536481596}, "write": {"him - their": -0.0008582578551595277, "him": 0.3109188704763041, "their": 0.31177712833146365}, "writers": {"him - their": 0.0746920474073891, "him": 0.30239205356945875, "their": 0.22770000616206965}, "writes": {"him - their": -0.0007905197910151873, "him": 0.30239205356945875, "their": 0.30318257336047394}, "writing": {"him - their": -0.022198696544106722, "him": 0.2891281053031454, "their": 0.31132680184725214}, "written": {"him - their": -0.0007324338621893522, "him": 0.295266888374402, "their": 0.29599932223659137}, "wrong": {"him - their": 0.05087893883597794, "him": 0.3626560671674416, "their": 0.31177712833146365}, "wrote": {"him - their": 0.04690029193197298, "him": 0.35345965285959846, "their": 0.3065593609276255}, "x": {"him - their": 0.02861422679385106, "him": 0.2837233462243989, "their": 0.2551091194305478}, "year": {"him - their": -0.013512510668377276, "him": 0.3130122338797727, "their": 0.32652474454815}, "years": {"him - their": 0.030344642902902452, "him": 0.39286670635093446, "their": 0.362522063448032}, "yes": {"him - their": 0.028313029659660816, "him": 0.295266888374402, "their": 0.2669538587147412}, "yet": {"him - their": 0.02375003849848334, "him": 0.3617388727048475, "their": 0.33798883420636416}, "yo": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "yoing": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "york": {"him - their": 0.04783725043675763, "him": 0.33221784749982564, "their": 0.284380597063068}, "yorker": {"him - their": 0.078924833421888, "him": 0.3729275265454912, "their": 0.2940026931236032}, "you": {"him - their": 0.017532817635577458, "him": 0.3582746195224011, "their": 0.3407418018868236}, "young": {"him - their": 0.06487520289832055, "him": 0.38657698512865313, "their": 0.3217017822303326}, "younger": {"him - their": 0.02720538636441816, "him": 0.3361248205082348, "their": 0.3089194341438166}, "your": {"him - their": 0.008398521891797128, "him": 0.3560443623329419, "their": 0.34764584044114477}, "youtube": {"him - their": 0.027606333222531643, "him": 0.32160902634613486, "their": 0.2940026931236032}, "yrs": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "ys": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}, "ysrcp": {"him - their": 0.07283490713447538, "him": 0.3361248205082348, "their": 0.2632899133737594}, "zarif": {"him - their": 0.07365487411567273, "him": 0.32160902634613486, "their": 0.24795415223046213}, "zone": {"him - their": -0.0005937831937817273, "him": 0.2788873329423101, "their": 0.27948111613609183}, "\u03c0": {"him - their": 0.07144499238024976, "him": 0.35955182217277387, "their": 0.2881068297925241}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-him-them.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-him-them.json new file mode 100644 index 0000000000000000000000000000000000000000..43d523762707cc3b53fe684115fc1c26c256214c --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-him-them.json @@ -0,0 +1 @@ +{"0": {"him - them": -0.01793457586926217, "him": 0.2756211058471189, "them": 0.2935556817163811}, "000": {"him - them": -0.01743993053170928, "him": 0.3080375914720274, "them": 0.3254775220037367}, "04": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "08": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "1": {"him - them": -0.045973872913483316, "him": 0.2814454948081398, "them": 0.3274193677216231}, "10": {"him - them": 0.022683540082967746, "him": 0.34608986338490916, "them": 0.3234063233019414}, "12": {"him - them": -0.07074816801571138, "him": 0.26335980734880843, "them": 0.3341079753645198}, "14": {"him - them": 0.005928585622502591, "him": 0.3275744915129696, "them": 0.321645905890467}, "15": {"him - them": 0.08394151759043939, "him": 0.39481143200771773, "them": 0.31086991441727835}, "16": {"him - them": 0.03711386176244558, "him": 0.3275744915129696, "them": 0.290460629750524}, "17": {"him - them": -0.051857402503609595, "him": 0.3080375914720274, "them": 0.359894993975637}, "18": {"him - them": 0.0367910824801147, "him": 0.3416797725119788, "them": 0.3048886900318641}, "18usd": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "19": {"him - them": -0.016055264930027457, "him": 0.26679635696049425, "them": 0.2828516218905217}, "1904": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "1932": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "1953": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "1968": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "19th": {"him - them": 0.03384449674004758, "him": 0.2891281053031454, "them": 0.25528360856309784}, "2": {"him - them": -0.03080509420485472, "him": 0.3223185170883703, "them": 0.353123611293225}, "20": {"him - them": -0.03599435986065819, "him": 0.3137026702107983, "them": 0.34969703007145647}, "200": {"him - them": -0.015760584728718663, "him": 0.2891281053031454, "them": 0.3048886900318641}, "2001": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "2003": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "2006": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "2010": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "2012": {"him - them": 0.0367910824801147, "him": 0.3416797725119788, "them": 0.3048886900318641}, "2014": {"him - them": 0.03374007739123869, "him": 0.295266888374402, "them": 0.2615268109831633}, "2016": {"him - them": 0.040552488611509285, "him": 0.38525472955355755, "them": 0.34470224094204827}, "2019": {"him - them": 0.03374007739123869, "him": 0.295266888374402, "them": 0.2615268109831633}, "20th": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "21": {"him - them": -0.046166248180821545, "him": 0.30239205356945875, "them": 0.3485583017502803}, "21st": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "22": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "235": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "24": {"him - them": -0.015760584728718663, "him": 0.2891281053031454, "them": 0.3048886900318641}, "25": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "25th": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "29": {"him - them": 0.08639616394888094, "him": 0.3416797725119788, "them": 0.25528360856309784}, "2nd": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "3": {"him - them": 0.0010712551323356356, "him": 0.35470321675934646, "them": 0.3536319616270108}, "30": {"him - them": 0.039173434482979774, "him": 0.3569438991618976, "them": 0.31777046467891784}, "300": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "37": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "3rd": {"him - them": 0.03466193596893449, "him": 0.23219588386211493, "them": 0.19753394789318043}, "4": {"him - them": 0.04319976007998566, "him": 0.3602232081582061, "them": 0.3170234480782204}, "40": {"him - them": 0.03384449674004758, "him": 0.2891281053031454, "them": 0.25528360856309784}, "400": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "40th": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "45": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "451": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "5": {"him - them": -0.010133071844154407, "him": 0.33997142023886123, "them": 0.35010449208301564}, "58": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "6": {"him - them": 0.006765864787893927, "him": 0.32023054958207625, "them": 0.3134646847941823}, "60": {"him - them": -0.04663813218364232, "him": 0.2891281053031454, "them": 0.33576623748678774}, "67": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "69p": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "6moy": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "6th": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "7": {"him - them": -0.07811164855711739, "him": 0.29620667292525893, "them": 0.3743183214823763}, "76ers": {"him - them": 0.03627602440608946, "him": 0.3626560671674416, "them": 0.32638004276135213}, "7th": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "8": {"him - them": -0.03223285963819661, "him": 0.32616069670969583, "them": 0.35839355634789244}, "884": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "9": {"him - them": 0.0371991606566725, "him": 0.3237023689415068, "them": 0.2865032082848343}, "90": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "a": {"him - them": -0.020077607115650042, "him": 0.32444323242934936, "them": 0.3445208395449994}, "abel": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "abilities": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "ability": {"him - them": 0.015820153570610396, "him": 0.3802114494516937, "them": 0.3643912958810833}, "able": {"him - them": -0.03193124256762098, "him": 0.3367125688645452, "them": 0.3686438114321662}, "about": {"him - them": -0.02406046014748142, "him": 0.3770285398407376, "them": 0.401088999988219}, "above": {"him - them": -0.015833033549544018, "him": 0.2837233462243989, "them": 0.2995563797739429}, "abs": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "absolutely": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "absorbed": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "absurd": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "abundance": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "accept": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "acceptance": {"him - them": 0.03562963986215101, "him": 0.3868546813352889, "them": 0.3512250414731379}, "accepting": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "accord": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "according": {"him - them": 0.005941372873090933, "him": 0.26894683778837636, "them": 0.2630054649152854}, "accounts": {"him - them": -0.046421680220599226, "him": 0.295266888374402, "them": 0.34168856859500124}, "accuracy": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "achieve": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "achieved": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "acquaintances": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "acquiescence": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "across": {"him - them": -0.0468259272716296, "him": 0.2837233462243989, "them": 0.3305492734960285}, "act": {"him - them": 0.022312921569479283, "him": 0.37200995164093575, "them": 0.34969703007145647}, "acting": {"him - them": 0.03562963986215101, "him": 0.3868546813352889, "them": 0.3512250414731379}, "action": {"him - them": 0.08752948186250364, "him": 0.3201282527820519, "them": 0.23259877091954828}, "actions": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "activities": {"him - them": -0.01743993053170928, "him": 0.3080375914720274, "them": 0.3254775220037367}, "activity": {"him - them": -0.047397239072922426, "him": 0.26679635696049425, "them": 0.3141935960334167}, "actor": {"him - them": 0.03384449674004758, "him": 0.2891281053031454, "them": 0.25528360856309784}, "acts": {"him - them": -0.015833033549544018, "him": 0.2837233462243989, "them": 0.2995563797739429}, "actual": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "actually": {"him - them": 0.040867913469240125, "him": 0.37497588883375993, "them": 0.3341079753645198}, "adapt": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "added": {"him - them": 0.03441384176985804, "him": 0.251603515870911, "them": 0.21718967410105297}, "addition": {"him - them": -0.10439877852075213, "him": 0.2704959095759807, "them": 0.3748946880967328}, "additional": {"him - them": 0.0370190697761944, "him": 0.33180364968325177, "them": 0.29478457990705736}, "address": {"him - them": 0.03648241156561227, "him": 0.35445419452464716, "them": 0.3179717829590349}, "addressed": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "addressing": {"him - them": 0.11810715539952249, "him": 0.38688431398550105, "them": 0.26877715858597856}, "adds": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "adequacy": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "adoring": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "ads": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "adult": {"him - them": 0.0340116241928867, "him": 0.2788873329423101, "them": 0.2448757087494234}, "advanced": {"him - them": -0.015833033549544018, "him": 0.2837233462243989, "them": 0.2995563797739429}, "adversaries": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "advocates": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "affected": {"him - them": -0.046421680220599226, "him": 0.295266888374402, "them": 0.34168856859500124}, "afloat": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "afraid": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "african": {"him - them": 0.03816411249731885, "him": 0.27421898127569744, "them": 0.23605486877837858}, "after": {"him - them": 0.027824612056262077, "him": 0.4091895439173967, "them": 0.3813649318611346}, "afterthought": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "again": {"him - them": 0.0224648970539717, "him": 0.3617388727048475, "them": 0.3392739756508758}, "against": {"him - them": -0.010045060354567759, "him": 0.34739199752263766, "them": 0.3574370578772054}, "age": {"him - them": -0.04714020431385646, "him": 0.27450570157661053, "them": 0.321645905890467}, "agencies": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "agenda": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "agent": {"him - them": 0.005895892774366862, "him": 0.35445419452464716, "them": 0.3485583017502803}, "aggressive": {"him - them": 0.03627602440608946, "him": 0.3626560671674416, "them": 0.32638004276135213}, "agitation": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "ago": {"him - them": -0.0025614067863306, "him": 0.3367125688645452, "them": 0.3392739756508758}, "agree": {"him - them": 0.005882554626654046, "him": 0.3626560671674416, "them": 0.35677351254078754}, "ahead": {"him - them": 0.03648241156561227, "him": 0.35445419452464716, "them": 0.3179717829590349}, "aid": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "aides": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "air": {"him - them": 0.03734753611993413, "him": 0.3168068616436382, "them": 0.27945932552370406}, "al": {"him - them": 0.0340116241928867, "him": 0.2788873329423101, "them": 0.2448757087494234}, "aladdin": {"him - them": 0.033933801863909596, "him": 0.2837233462243989, "them": 0.24978954436048928}, "alarmed": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "albeit": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "alcohol": {"him - them": 0.005913535025191041, "him": 0.3416797725119788, "them": 0.33576623748678774}, "aldous": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "alien": {"him - them": 0.0370190697761944, "him": 0.33180364968325177, "them": 0.29478457990705736}, "alienation": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "aliens": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "all": {"him - them": 0.0015439110761236163, "him": 0.39688691395063586, "them": 0.39534300287451224}, "alliances": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "allies": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "allow": {"him - them": 0.015749153413157968, "him": 0.38688431398550105, "them": 0.3711351605723431}, "allowed": {"him - them": -0.016895790365417773, "him": 0.3416797725119788, "them": 0.35857556287739656}, "almost": {"him - them": 0.057815517546800144, "him": 0.42034521702464195, "them": 0.3625296994778418}, "alone": {"him - them": 0.005882554626654046, "him": 0.3626560671674416, "them": 0.35677351254078754}, "along": {"him - them": 0.018196493328268504, "him": 0.3818933461962038, "them": 0.3636968528679353}, "aloof": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "alpha": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "already": {"him - them": -0.03206052692230155, "him": 0.33221784749982564, "them": 0.3642783744221272}, "also": {"him - them": -0.05175660400861509, "him": 0.35759356620179117, "them": 0.40935017021040626}, "although": {"him - them": -0.006946169469904617, "him": 0.35733220495222257, "them": 0.3642783744221272}, "always": {"him - them": -0.018434447626603956, "him": 0.3301157387850733, "them": 0.34855018641167723}, "am": {"him - them": 0.06109946312491643, "him": 0.38657698512865313, "them": 0.3254775220037367}, "amendment": {"him - them": 0.034141991281181644, "him": 0.2704959095759807, "them": 0.23635391829479904}, "america": {"him - them": -0.046421680220599226, "him": 0.295266888374402, "them": 0.34168856859500124}, "american": {"him - them": -0.10579663767842029, "him": 0.251603515870911, "them": 0.3574001535493313}, "americans": {"him - them": 0.03648241156561227, "him": 0.35445419452464716, "them": 0.3179717829590349}, "among": {"him - them": -0.10715827756430657, "him": 0.23219588386211493, "them": 0.3393541614264215}, "amongst": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "amount": {"him - them": 0.005913535025191041, "him": 0.3416797725119788, "them": 0.33576623748678774}, "an": {"him - them": -0.02949857301835246, "him": 0.39076090804824204, "them": 0.4202594810665945}, "analysis": {"him - them": 0.005913535025191041, "him": 0.3416797725119788, "them": 0.33576623748678774}, "analytical": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "analyzing": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "anchor": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "and": {"him - them": -0.00801122875039223, "him": 0.3187018637878701, "them": 0.3267130925382623}, "andrew": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "angeles": {"him - them": -0.015954928173913474, "him": 0.27450570157661053, "them": 0.290460629750524}, "anger": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "angry": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "angst": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "animals": {"him - them": -0.08934829561973362, "him": 0.26335980734880843, "them": 0.35270810296854205}, "annoying": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "another": {"him - them": 0.03512429235457004, "him": 0.40975777144695963, "them": 0.3746334790923896}, "answer": {"him - them": 0.04028357778868824, "him": 0.39373461137252663, "them": 0.3534510335838384}, "answered": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "answers": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "anthony": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "anti": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "antidepressants": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "antoni": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "antonin": {"him - them": 0.0856770359386686, "him": 0.35445419452464716, "them": 0.26877715858597856}, "any": {"him - them": -0.0028112383310341382, "him": 0.4008125443810822, "them": 0.40362378271211635}, "anyone": {"him - them": 0.09479409980303355, "him": 0.38525472955355755, "them": 0.290460629750524}, "anything": {"him - them": 0.03384449674004758, "him": 0.2891281053031454, "them": 0.25528360856309784}, "apartment": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "appear": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "appearance": {"him - them": 0.0856770359386686, "him": 0.35445419452464716, "them": 0.26877715858597856}, "applications": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "applied": {"him - them": -0.04585464206448342, "him": 0.3109188704763041, "them": 0.35677351254078754}, "apply": {"him - them": -0.04545486793736664, "him": 0.32160902634613486, "them": 0.3670638942835015}, "appreciate": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "appreciated": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "appropriately": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "approval": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "april": {"him - them": 0.11959233782547396, "him": 0.36938188218596324, "them": 0.24978954436048928}, "archived": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "are": {"him - them": -0.029858753830153073, "him": 0.3796714870555045, "them": 0.4095302408856576}, "area": {"him - them": -0.10539473429169016, "him": 0.25713496518615164, "them": 0.3625296994778418}, "areas": {"him - them": -0.015833033549544018, "him": 0.2837233462243989, "them": 0.2995563797739429}, "aren": {"him - them": -0.10439877852075213, "him": 0.2704959095759807, "them": 0.3748946880967328}, "arguably": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "argue": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "argued": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "argument": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "arise": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "arising": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "armed": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "around": {"him - them": -0.000274773242300963, "him": 0.38589855515827054, "them": 0.3861733284005715}, "arrival": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "arrive": {"him - them": -0.016540657875862785, "him": 0.3626560671674416, "them": 0.3791967250433044}, "arrived": {"him - them": 0.08639616394888094, "him": 0.3416797725119788, "them": 0.25528360856309784}, "arsonist": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "arthur": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "article": {"him - them": -0.04663813218364232, "him": 0.2891281053031454, "them": 0.33576623748678774}, "artificial": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "artist": {"him - them": -0.015954928173913474, "him": 0.27450570157661053, "them": 0.290460629750524}, "artists": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "as": {"him - them": 0.0016365542812264433, "him": 0.38493140753408395, "them": 0.3832948532528575}, "ask": {"him - them": 0.00592456088490495, "him": 0.33180364968325177, "them": 0.3258790887983468}, "asked": {"him - them": 0.039173434482979774, "him": 0.3569438991618976, "them": 0.31777046467891784}, "aspect": {"him - them": -0.04545486793736664, "him": 0.32160902634613486, "them": 0.3670638942835015}, "aspects": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "assessment": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "assists": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "associated": {"him - them": 0.03648241156561227, "him": 0.35445419452464716, "them": 0.3179717829590349}, "assume": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "assumed": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "assumes": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "assumptions": {"him - them": 0.03562963986215101, "him": 0.3868546813352889, "them": 0.3512250414731379}, "at": {"him - them": -0.017888401109194818, "him": 0.3809868451694125, "them": 0.3988752462786073}, "atlantic": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "atom": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "attack": {"him - them": 0.037412858226409273, "him": 0.3137026702107983, "them": 0.276289811984389}, "attacked": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "attacking": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "attacks": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "attempt": {"him - them": 0.036912530210898964, "him": 0.33646890998484186, "them": 0.2995563797739429}, "attend": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "attending": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "attitude": {"him - them": -0.046166248180821545, "him": 0.30239205356945875, "them": 0.3485583017502803}, "attractions": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "august": {"him - them": 0.03408043502536237, "him": 0.27450570157661053, "them": 0.24042526655124816}, "aussie": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "australian": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "author": {"him - them": 0.03665009923439161, "him": 0.3475944092848278, "them": 0.3109443100504362}, "authorities": {"him - them": 0.03408043502536237, "him": 0.27450570157661053, "them": 0.24042526655124816}, "authority": {"him - them": 0.005895892774366862, "him": 0.35445419452464716, "them": 0.3485583017502803}, "available": {"him - them": 0.146425701183627, "him": 0.36922331655267404, "them": 0.22279761536904705}, "avatar": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "averaging": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "avoid": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "avoided": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "awaited": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "award": {"him - them": 0.0367910824801147, "him": 0.3416797725119788, "them": 0.3048886900318641}, "awards": {"him - them": 0.03374007739123869, "him": 0.295266888374402, "them": 0.2615268109831633}, "away": {"him - them": 0.026516479320875752, "him": 0.39481143200771773, "them": 0.368294952686842}, "awful": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "awkwardness": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "ba": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "baby": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "back": {"him - them": -0.02885872250584215, "him": 0.3536504187704697, "them": 0.38250914127631186}, "background": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "bacon": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "bad": {"him - them": -0.0468259272716296, "him": 0.2837233462243989, "them": 0.3305492734960285}, "bail": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "ballerina": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "ban": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "band": {"him - them": 0.0340116241928867, "him": 0.2788873329423101, "them": 0.2448757087494234}, "bank": {"him - them": -0.016214872361292598, "him": 0.2542930051599047, "them": 0.2705078775211973}, "barely": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "baring": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "barrel": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "bars": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "based": {"him - them": 0.01623083466641806, "him": 0.3367125688645452, "them": 0.32048173419812714}, "basic": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "basically": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "basis": {"him - them": -0.04699175585603671, "him": 0.2788873329423101, "them": 0.3258790887983468}, "baskervilles": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "basketball": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "battle": {"him - them": 0.03384449674004758, "him": 0.2891281053031454, "them": 0.25528360856309784}, "be": {"him - them": -0.021718578811923406, "him": 0.3636439782193068, "them": 0.3853625570312302}, "beal": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "beat": {"him - them": -0.04699175585603671, "him": 0.2788873329423101, "them": 0.3258790887983468}, "beaten": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "beauty": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "became": {"him - them": -0.002383406092731355, "him": 0.36938188218596324, "them": 0.3717652882786946}, "because": {"him - them": -0.0504826638102035, "him": 0.34681241199977514, "them": 0.39729507580997864}, "become": {"him - them": 0.04260267767319281, "him": 0.3795904363644022, "them": 0.3369877586912094}, "becomes": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "been": {"him - them": -0.015029634234730083, "him": 0.38328689997293414, "them": 0.3983165342076642}, "beer": {"him - them": 0.03648241156561227, "him": 0.35445419452464716, "them": 0.3179717829590349}, "bees": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "before": {"him - them": -0.027597331309896833, "him": 0.39697166374229625, "them": 0.4245689950521931}, "began": {"him - them": -0.04751010706846992, "him": 0.26335980734880843, "them": 0.31086991441727835}, "begin": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "beginning": {"him - them": -0.016982123598996535, "him": 0.33646890998484186, "them": 0.3534510335838384}, "begrudgingly": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "behalf": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "behavior": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "behind": {"him - them": 0.039173434482979774, "him": 0.3569438991618976, "them": 0.31777046467891784}, "being": {"him - them": -0.005711250599167883, "him": 0.3628564651880079, "them": 0.3685677157871758}, "belief": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "believe": {"him - them": -0.035442245943342665, "him": 0.33180364968325177, "them": 0.36724589562659443}, "believed": {"him - them": -0.015760584728718663, "him": 0.2891281053031454, "them": 0.3048886900318641}, "believes": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "believing": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "bellota": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "bemoans": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "ben": {"him - them": 0.03648241156561227, "him": 0.35445419452464716, "them": 0.3179717829590349}, "bench": {"him - them": -0.015897246964747258, "him": 0.2788873329423101, "them": 0.29478457990705736}, "beneath": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "best": {"him - them": 0.027950872919918546, "him": 0.4157888954340425, "them": 0.38783802251412397}, "bet": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "better": {"him - them": -0.054833135343116846, "him": 0.33441362401540703, "them": 0.3892467593585239}, "between": {"him - them": -0.030775991740571718, "him": 0.32339334575646017, "them": 0.3541693374970319}, "bewildered": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "bibendum": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "big": {"him - them": -0.006946169469904617, "him": 0.35733220495222257, "them": 0.3642783744221272}, "biggest": {"him - them": -0.046166248180821545, "him": 0.30239205356945875, "them": 0.3485583017502803}, "bill": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "birth": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "birthday": {"him - them": 0.03665009923439161, "him": 0.3475944092848278, "them": 0.3109443100504362}, "bit": {"him - them": 0.005941757044725271, "him": 0.3080375914720274, "them": 0.30209583442730215}, "bite": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "bitter": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "black": {"him - them": -0.07074816801571138, "him": 0.26335980734880843, "them": 0.3341079753645198}, "blast": {"him - them": -0.04545486793736664, "him": 0.32160902634613486, "them": 0.3670638942835015}, "blessed": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "blessing": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "blisters": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "blocking": {"him - them": 0.03627602440608946, "him": 0.3626560671674416, "them": 0.32638004276135213}, "blog": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "blogs": {"him - them": 0.03832601223522075, "him": 0.38688431398550105, "them": 0.3485583017502803}, "blood": {"him - them": 0.0856770359386686, "him": 0.35445419452464716, "them": 0.26877715858597856}, "bluntly": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "bodies": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "body": {"him - them": -0.016982123598996535, "him": 0.33646890998484186, "them": 0.3534510335838384}, "bomb": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "bond": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "boogie": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "book": {"him - them": 0.04003448096291323, "him": 0.3224943982920842, "them": 0.282459917329171}, "booked": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "books": {"him - them": 0.07076162211598924, "him": 0.3502209476396933, "them": 0.27945932552370406}, "borgen": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "boring": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "both": {"him - them": -0.027816812709975602, "him": 0.38561398603205393, "them": 0.41343079874202954}, "bottle": {"him - them": 0.11648426860325012, "him": 0.4048373973239823, "them": 0.28835312872073215}, "bottom": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "bought": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "bounceback": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "box": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "boy": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "bradbury": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "brahms": {"him - them": 0.0856770359386686, "him": 0.35445419452464716, "them": 0.26877715858597856}, "branch": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "branches": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "brave": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "break": {"him - them": -0.046421680220599226, "him": 0.295266888374402, "them": 0.34168856859500124}, "breakfast": {"him - them": 0.03374007739123869, "him": 0.295266888374402, "them": 0.2615268109831633}, "breakup": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "breezily": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "brett": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "briefly": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "bright": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "brighter": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "brilliant": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "brindisa": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "bring": {"him - them": 0.08413417712791821, "him": 0.39189799225665045, "them": 0.30776381512873224}, "bringing": {"him - them": -0.046421680220599226, "him": 0.295266888374402, "them": 0.34168856859500124}, "brings": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "brisbane": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "brisvegas": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "britain": {"him - them": 0.03384449674004758, "him": 0.2891281053031454, "them": 0.25528360856309784}, "broadway": {"him - them": 0.03384449674004758, "him": 0.2891281053031454, "them": 0.25528360856309784}, "broken": {"him - them": 0.03562963986215101, "him": 0.3868546813352889, "them": 0.3512250414731379}, "brother": {"him - them": 0.11868463846853039, "him": 0.3802114494516937, "them": 0.2615268109831633}, "brought": {"him - them": -0.016982123598996535, "him": 0.33646890998484186, "them": 0.3534510335838384}, "brow": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "brown": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "brutal": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "bubbling": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "build": {"him - them": -0.06997509644356897, "him": 0.2788873329423101, "them": 0.3488624293858791}, "building": {"him - them": -0.04663813218364232, "him": 0.2891281053031454, "them": 0.33576623748678774}, "buildings": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "burke": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "burn": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "burst": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "bus": {"him - them": 0.037412858226409273, "him": 0.3137026702107983, "them": 0.276289811984389}, "buses": {"him - them": 0.08667936562435258, "him": 0.33646890998484186, "them": 0.24978954436048928}, "bush": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "business": {"him - them": -0.07039692165071493, "him": 0.2704959095759807, "them": 0.3408928312266956}, "busy": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "but": {"him - them": -0.017561224579520696, "him": 0.3964102930257101, "them": 0.4139715176052308}, "buuuuuuuzzzzzzzzz": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "buy": {"him - them": -0.015954928173913474, "him": 0.27450570157661053, "them": 0.290460629750524}, "buying": {"him - them": -0.015760584728718663, "him": 0.2891281053031454, "them": 0.3048886900318641}, "by": {"him - them": -0.02968128146638177, "him": 0.37591937850002116, "them": 0.40560065996640293}, "c": {"him - them": -0.01617893363491435, "him": 0.25713496518615164, "them": 0.273313898821066}, "cadaver": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "californication": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "call": {"him - them": -0.07039692165071493, "him": 0.2704959095759807, "them": 0.3408928312266956}, "called": {"him - them": 0.0072555499658681355, "him": 0.3834919366845559, "them": 0.37623638671868775}, "calls": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "came": {"him - them": -0.006946169469904617, "him": 0.35733220495222257, "them": 0.3642783744221272}, "camps": {"him - them": 0.08734845064670774, "him": 0.3237023689415068, "them": 0.23635391829479904}, "campsite": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "can": {"him - them": -0.03932570156381687, "him": 0.3582790394556447, "them": 0.3976047410194616}, "candidate": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "candidates": {"him - them": 0.08519665108827862, "him": 0.3626560671674416, "them": 0.27745941607916297}, "cannot": {"him - them": -0.04585464206448342, "him": 0.3109188704763041, "them": 0.35677351254078754}, "canyon": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "capable": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "capacity": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "capital": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "captivating": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "captured": {"him - them": 0.08519665108827862, "him": 0.3626560671674416, "them": 0.27745941607916297}, "car": {"him - them": 0.037678362761064954, "him": 0.3006077203134288, "them": 0.26292935755236385}, "card": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "care": {"him - them": -0.07039692165071493, "him": 0.2704959095759807, "them": 0.3408928312266956}, "career": {"him - them": 0.005895892774366862, "him": 0.35445419452464716, "them": 0.3485583017502803}, "carpet": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "carried": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "carry": {"him - them": -0.015954928173913474, "him": 0.27450570157661053, "them": 0.290460629750524}, "carrying": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "case": {"him - them": 0.05898360071660835, "him": 0.3966856875603287, "them": 0.33770208684372033}, "cases": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "categorically": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "cats": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "cause": {"him - them": -0.031861337469619944, "him": 0.33912574533004225, "them": 0.3709870827996622}, "caused": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "causing": {"him - them": 0.08519665108827862, "him": 0.3626560671674416, "them": 0.27745941607916297}, "cavaliers": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "ceaseless": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "celtics": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "center": {"him - them": -0.0468259272716296, "him": 0.2837233462243989, "them": 0.3305492734960285}, "centered": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "central": {"him - them": 0.08667936562435258, "him": 0.33646890998484186, "them": 0.24978954436048928}, "centre": {"him - them": 0.0375297139508301, "him": 0.3080375914720274, "them": 0.2705078775211973}, "century": {"him - them": -0.07143176480850716, "him": 0.24904996938961999, "them": 0.32048173419812714}, "certain": {"him - them": -0.04699175585603671, "him": 0.2788873329423101, "them": 0.3258790887983468}, "certainly": {"him - them": -0.006834708199648043, "him": 0.36922331655267404, "them": 0.3760580247523221}, "challenges": {"him - them": -0.04545486793736664, "him": 0.32160902634613486, "them": 0.3670638942835015}, "change": {"him - them": -0.017555877158661748, "him": 0.3006077203134288, "them": 0.31816359747209055}, "changes": {"him - them": -0.046166248180821545, "him": 0.30239205356945875, "them": 0.3485583017502803}, "chaos": {"him - them": 0.03374007739123869, "him": 0.295266888374402, "them": 0.2615268109831633}, "chaotic": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "chapter": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "character": {"him - them": -0.03529637829385274, "him": 0.33646890998484186, "them": 0.3717652882786946}, "characteristic": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "characterized": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "charting": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "chatrie": {"him - them": 0.0340116241928867, "him": 0.2788873329423101, "them": 0.2448757087494234}, "chatty": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "cheapest": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "checked": {"him - them": 0.11648426860325012, "him": 0.4048373973239823, "them": 0.28835312872073215}, "cheering": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "chef": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "chief": {"him - them": 0.08667936562435258, "him": 0.33646890998484186, "them": 0.24978954436048928}, "child": {"him - them": -0.015897246964747258, "him": 0.2788873329423101, "them": 0.29478457990705736}, "childhood": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "children": {"him - them": -0.03631153775096563, "him": 0.3029624378999102, "them": 0.3392739756508758}, "chimpanzee": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "china": {"him - them": -0.0167463912946553, "him": 0.21024101323602126, "them": 0.22698740453067656}, "chinese": {"him - them": 0.037276630891530216, "him": 0.3201282527820519, "them": 0.2828516218905217}, "chocolate": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "chopin": {"him - them": 0.0856770359386686, "him": 0.35445419452464716, "them": 0.26877715858597856}, "chores": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "chris": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "church": {"him - them": -0.04843045791250708, "him": 0.2340294594166639, "them": 0.282459917329171}, "circle": {"him - them": 0.005882554626654046, "him": 0.3626560671674416, "them": 0.35677351254078754}, "circumstances": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "cities": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "citizens": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "city": {"him - them": -0.018682567285888796, "him": 0.3158686776863229, "them": 0.33455124497221167}, "civic": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "civilization": {"him - them": 0.005863632261989715, "him": 0.3729275265454912, "them": 0.3670638942835015}, "claimed": {"him - them": 0.03384449674004758, "him": 0.2891281053031454, "them": 0.25528360856309784}, "clarke": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "class": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "clear": {"him - them": -0.017247980125472295, "him": 0.3201282527820519, "them": 0.3373762329075242}, "clearly": {"him - them": 0.03627602440608946, "him": 0.3626560671674416, "them": 0.32638004276135213}, "climbing": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "clippers": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "close": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "closed": {"him - them": -0.0468259272716296, "him": 0.2837233462243989, "them": 0.3305492734960285}, "closest": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "clouded": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "club": {"him - them": 0.0856770359386686, "him": 0.35445419452464716, "them": 0.26877715858597856}, "clutchest": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "coach": {"him - them": 0.0059346567486352475, "him": 0.3201282527820519, "them": 0.3141935960334167}, "coached": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "coast": {"him - them": 0.08769525248512022, "him": 0.3168068616436382, "them": 0.22911160915851797}, "coastal": {"him - them": 0.08667936562435258, "him": 0.33646890998484186, "them": 0.24978954436048928}, "coleman": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "coll": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "colleagues": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "collection": {"him - them": 0.08714922496172142, "him": 0.3275744915129696, "them": 0.24042526655124816}, "college": {"him - them": -0.04663813218364232, "him": 0.2891281053031454, "them": 0.33576623748678774}, "collide": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "columbia": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "com": {"him - them": -0.08954781607053514, "him": 0.26014921400092134, "them": 0.34969703007145647}, "comb": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "combine": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "come": {"him - them": -0.044798846401970904, "him": 0.31433703290330905, "them": 0.35913587930527996}, "comedians": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "comes": {"him - them": 0.006673565836012418, "him": 0.3781480339154742, "them": 0.3714744680794618}, "comical": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "coming": {"him - them": -0.08954781607053514, "him": 0.26014921400092134, "them": 0.34969703007145647}, "commences": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "comment": {"him - them": -0.06972768735943952, "him": 0.2837233462243989, "them": 0.3534510335838384}, "commentary": {"him - them": 0.005895892774366862, "him": 0.35445419452464716, "them": 0.3485583017502803}, "commits": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "common": {"him - them": -0.035901241324903854, "him": 0.3168068616436382, "them": 0.35270810296854205}, "commonly": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "communicate": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "communicated": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "community": {"him - them": -0.07131181142331805, "him": 0.251603515870911, "them": 0.32291532729422906}, "company": {"him - them": -0.01908590164673618, "him": 0.3532931405189006, "them": 0.3723790421656368}, "comparing": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "compassionate": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "complete": {"him - them": 0.037276630891530216, "him": 0.3201282527820519, "them": 0.2828516218905217}, "completed": {"him - them": -0.0691244075066813, "him": 0.295266888374402, "them": 0.3643912958810833}, "completely": {"him - them": 0.03832601223522075, "him": 0.38688431398550105, "them": 0.3485583017502803}, "complex": {"him - them": 0.015975623897211633, "him": 0.3648380532830907, "them": 0.3488624293858791}, "compromise": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "compulsion": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "computers": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "conceivable": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "conceived": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "concerns": {"him - them": 0.03648241156561227, "him": 0.35445419452464716, "them": 0.3179717829590349}, "concluded": {"him - them": 0.03665009923439161, "him": 0.3475944092848278, "them": 0.3109443100504362}, "conduit": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "conference": {"him - them": -0.035901241324903854, "him": 0.3168068616436382, "them": 0.35270810296854205}, "confess": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "confidence": {"him - them": -0.016540657875862785, "him": 0.3626560671674416, "them": 0.3791967250433044}, "confirm": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "conflict": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "congress": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "connection": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "consequences": {"him - them": 0.005882554626654046, "him": 0.3626560671674416, "them": 0.35677351254078754}, "consequently": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "conservative": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "consider": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "considered": {"him - them": -0.01739663258965085, "him": 0.3107872740400809, "them": 0.32818390662973174}, "considering": {"him - them": 0.03627602440608946, "him": 0.3626560671674416, "them": 0.32638004276135213}, "consistent": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "consolation": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "conspiracy": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "constant": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "constantly": {"him - them": 0.06791836916056115, "him": 0.4048373973239823, "them": 0.3369190281634211}, "constituted": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "constitutes": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "constitutional": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "constitutionality": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "constraints": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "construction": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "consulted": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "consumer": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "consumption": {"him - them": -0.06972768735943952, "him": 0.2837233462243989, "them": 0.3534510335838384}, "contact": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "contemporary": {"him - them": -0.04545486793736664, "him": 0.32160902634613486, "them": 0.3670638942835015}, "content": {"him - them": 0.0367910824801147, "him": 0.3416797725119788, "them": 0.3048886900318641}, "contention": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "contest": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "continue": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "continued": {"him - them": -0.006750629218130744, "him": 0.3781480339154742, "them": 0.38489866313360493}, "continues": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "continuing": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "contouring": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "contrary": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "control": {"him - them": 0.005913535025191041, "him": 0.3416797725119788, "them": 0.33576623748678774}, "conversation": {"him - them": 0.06891253102646616, "him": 0.38688431398550105, "them": 0.3179717829590349}, "conversations": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "conveyed": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "convictions": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "convince": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "cookies": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "cordial": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "core": {"him - them": -0.046421680220599226, "him": 0.295266888374402, "them": 0.34168856859500124}, "corner": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "cornerstone": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "corporation": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "corps": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "correctly": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "corrosive": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "cost": {"him - them": 0.037276630891530216, "him": 0.3201282527820519, "them": 0.2828516218905217}, "costs": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "could": {"him - them": -0.0365958516546549, "him": 0.347622106601476, "them": 0.3842179582561309}, "couldn": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "count": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "counter": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "counterpart": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "country": {"him - them": 0.005945703518410894, "him": 0.29414210090526105, "them": 0.28819639738685016}, "couple": {"him - them": -0.07039692165071493, "him": 0.2704959095759807, "them": 0.3408928312266956}, "course": {"him - them": -0.031439010274006474, "him": 0.35345965285959846, "them": 0.38489866313360493}, "court": {"him - them": 0.07233770002160392, "him": 0.31433703290330905, "them": 0.24199933288170514}, "courtesy": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "courts": {"him - them": 0.03374007739123869, "him": 0.295266888374402, "them": 0.2615268109831633}, "cousins": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "coverage": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "covered": {"him - them": -0.04663813218364232, "him": 0.2891281053031454, "them": 0.33576623748678774}, "covering": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "covers": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "coy": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "crack": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "crackerjack": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "crazy": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "create": {"him - them": -0.04699175585603671, "him": 0.2788873329423101, "them": 0.3258790887983468}, "creating": {"him - them": -0.046166248180821545, "him": 0.30239205356945875, "them": 0.3485583017502803}, "credit": {"him - them": 0.08639616394888094, "him": 0.3416797725119788, "them": 0.25528360856309784}, "criminal": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "crippling": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "crisis": {"him - them": 0.08714922496172142, "him": 0.3275744915129696, "them": 0.24042526655124816}, "critical": {"him - them": 0.0340116241928867, "him": 0.2788873329423101, "them": 0.2448757087494234}, "criticism": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "cross": {"him - them": 0.0059319042625889384, "him": 0.3237023689415068, "them": 0.31777046467891784}, "cruise": {"him - them": 0.0856770359386686, "him": 0.35445419452464716, "them": 0.26877715858597856}, "crying": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "cultivation": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "culture": {"him - them": -0.08889853258213842, "him": 0.2704959095759807, "them": 0.3593944421581191}, "cultured": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "cup": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "currently": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "customer": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "customers": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "cut": {"him - them": -0.046421680220599226, "him": 0.295266888374402, "them": 0.34168856859500124}, "cynicism": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "d": {"him - them": 0.006717031788937511, "him": 0.35733220495222257, "them": 0.35061517316328505}, "dad": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "dai": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "daily": {"him - them": 0.0856770359386686, "him": 0.35445419452464716, "them": 0.26877715858597856}, "daizaemon": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "daizemon": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "dance": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "dancers": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "dancing": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "dangerous": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "dark": {"him - them": 0.11917164338163788, "him": 0.3744552519447357, "them": 0.25528360856309784}, "data": {"him - them": -0.018682567285888796, "him": 0.3158686776863229, "them": 0.33455124497221167}, "date": {"him - them": 0.08519665108827862, "him": 0.3626560671674416, "them": 0.27745941607916297}, "daughter": {"him - them": 0.08714922496172142, "him": 0.3275744915129696, "them": 0.24042526655124816}, "david": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "davis": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "day": {"him - them": 0.04669397277465259, "him": 0.3930366720623754, "them": 0.3463426992877228}, "days": {"him - them": 0.01623083466641806, "him": 0.3367125688645452, "them": 0.32048173419812714}, "de": {"him - them": -0.01600729870885359, "him": 0.2704959095759807, "them": 0.2865032082848343}, "deal": {"him - them": -0.0468259272716296, "him": 0.2837233462243989, "them": 0.3305492734960285}, "death": {"him - them": 0.03868901445794798, "him": 0.3744552519447357, "them": 0.33576623748678774}, "decades": {"him - them": -0.06972768735943952, "him": 0.2837233462243989, "them": 0.3534510335838384}, "decamp": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "december": {"him - them": 0.033933801863909596, "him": 0.2837233462243989, "them": 0.24978954436048928}, "decide": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "decided": {"him - them": 0.04066719539266306, "him": 0.38156002661935867, "them": 0.3408928312266956}, "deciding": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "decision": {"him - them": 0.01608341995207424, "him": 0.35345965285959846, "them": 0.3373762329075242}, "decisions": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "declined": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "dedicated": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "deeper": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "deeply": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "defeat": {"him - them": 0.03627602440608946, "him": 0.3626560671674416, "them": 0.32638004276135213}, "defect": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "defend": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "defendant": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "defended": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "defense": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "defensive": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "defensively": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "defiant": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "definitely": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "degrees": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "deliberation": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "delicacy": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "delicate": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "delight": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "delivered": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "demand": {"him - them": 0.03648241156561227, "him": 0.35445419452464716, "them": 0.3179717829590349}, "demanding": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "demarcus": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "democratic": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "denied": {"him - them": 0.0370190697761944, "him": 0.33180364968325177, "them": 0.29478457990705736}, "denigrated": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "denominator": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "department": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "depend": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "depicting": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "depth": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "described": {"him - them": -0.06972768735943952, "him": 0.2837233462243989, "them": 0.3534510335838384}, "description": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "deserved": {"him - them": 0.005882554626654046, "him": 0.3626560671674416, "them": 0.35677351254078754}, "deserves": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "design": {"him - them": -0.017795854975844627, "him": 0.2849073441198735, "them": 0.30270319909571813}, "designated": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "despite": {"him - them": 0.0059346567486352475, "him": 0.3201282527820519, "them": 0.3141935960334167}, "destabilized": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "destination": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "destiny": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "destroy": {"him - them": 0.03562963986215101, "him": 0.3868546813352889, "them": 0.3512250414731379}, "destroys": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "destruct": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "detail": {"him - them": 0.11810715539952249, "him": 0.38688431398550105, "them": 0.26877715858597856}, "detailed": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "deteriorate": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "determine": {"him - them": 0.00590584068982658, "him": 0.3475944092848278, "them": 0.34168856859500124}, "detroit": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "devastating": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "developing": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "development": {"him - them": -0.017795854975844627, "him": 0.2849073441198735, "them": 0.30270319909571813}, "device": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "devices": {"him - them": -0.04751010706846992, "him": 0.26335980734880843, "them": 0.31086991441727835}, "devoid": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "diameter": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "did": {"him - them": 0.007316683427243509, "him": 0.35742117551025915, "them": 0.35010449208301564}, "didn": {"him - them": -0.0185981341861729, "him": 0.3207560272402486, "them": 0.3393541614264215}, "dies": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "different": {"him - them": 0.01623083466641806, "him": 0.3367125688645452, "them": 0.32048173419812714}, "difficult": {"him - them": -0.016540657875862785, "him": 0.3626560671674416, "them": 0.3791967250433044}, "digital": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "diners": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "dinner": {"him - them": 0.03648241156561227, "him": 0.35445419452464716, "them": 0.3179717829590349}, "direct": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "directed": {"him - them": 0.08519665108827862, "him": 0.3626560671674416, "them": 0.27745941607916297}, "directly": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "disarray": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "disbelief": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "disciplined": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "disclosures": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "discoveries": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "discovery": {"him - them": -0.015760584728718663, "him": 0.2891281053031454, "them": 0.3048886900318641}, "discretion": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "discuss": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "discussed": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "discussion": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "disguise": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "disliked": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "dismissed": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "disneynature": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "disorder": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "disordered": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "dispatched": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "disrespected": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "disruption": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "disruptive": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "distant": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "distracted": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "district": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "distrustful": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "ditched": {"him - them": 0.03562963986215101, "him": 0.3868546813352889, "them": 0.3512250414731379}, "division": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "divorce": {"him - them": -0.015833033549544018, "him": 0.2837233462243989, "them": 0.2995563797739429}, "divorced": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "divulge": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "do": {"him - them": -0.03381730809640704, "him": 0.3764712378015971, "them": 0.4102885458980041}, "doctrine": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "does": {"him - them": 0.018267169720664722, "him": 0.3759702327140087, "them": 0.357703062993344}, "doesn": {"him - them": -0.051619696948530525, "him": 0.3137026702107983, "them": 0.3653223671593288}, "doing": {"him - them": 0.0011191813606164502, "him": 0.3716338984440734, "them": 0.37051471708345696}, "dollars": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "domantas": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "don": {"him - them": 0.012254383147692838, "him": 0.37758926885070665, "them": 0.3653348857030138}, "donald": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "done": {"him - them": 0.013179294407113518, "him": 0.3795904363644022, "them": 0.3664111419572887}, "donovan": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "door": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "double": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "doubted": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "down": {"him - them": 0.025519288145093633, "him": 0.3930366720623754, "them": 0.3675173839172818}, "dozens": {"him - them": 0.03648241156561227, "him": 0.35445419452464716, "them": 0.3179717829590349}, "dpoy": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "drafted": {"him - them": 0.03627602440608946, "him": 0.3626560671674416, "them": 0.32638004276135213}, "dragnet": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "dressed": {"him - them": -0.016680966047695922, "him": 0.35445419452464716, "them": 0.3711351605723431}, "drink": {"him - them": 0.0367910824801147, "him": 0.3416797725119788, "them": 0.3048886900318641}, "drinking": {"him - them": 0.08519665108827862, "him": 0.3626560671674416, "them": 0.27745941607916297}, "drinks": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "driver": {"him - them": -0.06874310700288433, "him": 0.30239205356945875, "them": 0.3711351605723431}, "drivers": {"him - them": 0.03374007739123869, "him": 0.295266888374402, "them": 0.2615268109831633}, "driving": {"him - them": -0.015760584728718663, "him": 0.2891281053031454, "them": 0.3048886900318641}, "drop": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "drops": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "drove": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "drummond": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "drunk": {"him - them": 0.03648241156561227, "him": 0.35445419452464716, "them": 0.3179717829590349}, "due": {"him - them": -0.05286016430256357, "him": 0.28324210066171623, "them": 0.3361022649642798}, "duly": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "during": {"him - them": 0.046733715832271094, "him": 0.39195449564859197, "them": 0.3452207798163209}, "duty": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "dvd": {"him - them": 0.03408043502536237, "him": 0.27450570157661053, "them": 0.24042526655124816}, "dvo\u0159\u00e1k": {"him - them": 0.0856770359386686, "him": 0.35445419452464716, "them": 0.26877715858597856}, "dysfunctional": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "e": {"him - them": 0.038958964484743897, "him": 0.3648380532830907, "them": 0.3258790887983468}, "each": {"him - them": 0.04273399637301767, "him": 0.3754477358850889, "them": 0.3327137395120712}, "earbuds": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "earlier": {"him - them": 0.0370190697761944, "him": 0.33180364968325177, "them": 0.29478457990705736}, "early": {"him - them": -0.13243366758278705, "him": 0.23994537458284973, "them": 0.3723790421656368}, "earns": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "easier": {"him - them": 0.06791836916056115, "him": 0.4048373973239823, "them": 0.3369190281634211}, "easily": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "east": {"him - them": 0.0161129722751735, "him": 0.3502209476396933, "them": 0.3341079753645198}, "eastern": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "easy": {"him - them": 0.0370190697761944, "him": 0.33180364968325177, "them": 0.29478457990705736}, "eat": {"him - them": 0.0692671394012575, "him": 0.3802114494516937, "them": 0.3109443100504362}, "economics": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "ecstatic": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "ed": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "edge": {"him - them": 0.08714922496172142, "him": 0.3275744915129696, "them": 0.24042526655124816}, "edit": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "edited": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "edmund": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "effect": {"him - them": -0.046421680220599226, "him": 0.295266888374402, "them": 0.34168856859500124}, "efficacy": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "efforts": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "eggshells": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "either": {"him - them": -0.0024694894055148353, "him": 0.35345965285959846, "them": 0.3559291422651133}, "electrocute": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "elemental": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "elements": {"him - them": 0.03374007739123869, "him": 0.295266888374402, "them": 0.2615268109831633}, "ellen": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "else": {"him - them": 0.005895892774366862, "him": 0.35445419452464716, "them": 0.3485583017502803}, "eludes": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "email": {"him - them": 0.03883260868993477, "him": 0.36938188218596324, "them": 0.3305492734960285}, "emanates": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "embiid": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "emboldening": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "emerged": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "emergency": {"him - them": 0.03408043502536237, "him": 0.27450570157661053, "them": 0.24042526655124816}, "emotional": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "emotionally": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "employ": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "employed": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "empowers": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "enable": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "enabled": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "enabling": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "encourage": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "end": {"him - them": 0.006724127245188338, "him": 0.3532931405189006, "them": 0.34656901327371226}, "endeavor": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "ended": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "endless": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "endured": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "energy": {"him - them": 0.0718437918767903, "him": 0.32616069670969583, "them": 0.25431690483290553}, "enforcement": {"him - them": 0.0375297139508301, "him": 0.3080375914720274, "them": 0.2705078775211973}, "engage": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "engaging": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "english": {"him - them": 0.08639616394888094, "him": 0.3416797725119788, "them": 0.25528360856309784}, "engrained": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "enjoy": {"him - them": 0.005895892774366862, "him": 0.35445419452464716, "them": 0.3485583017502803}, "enjoyed": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "enough": {"him - them": -0.04699175585603671, "him": 0.2788873329423101, "them": 0.3258790887983468}, "enter": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "entered": {"him - them": 0.06318533787649816, "him": 0.39373461137252663, "them": 0.3305492734960285}, "entertainment": {"him - them": 0.03808472748508135, "him": 0.3948582400258689, "them": 0.35677351254078754}, "entire": {"him - them": 0.060384773145565174, "him": 0.4012776043722608, "them": 0.3408928312266956}, "entirely": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "entourage": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "entropy": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "environmental": {"him - them": -0.04663813218364232, "him": 0.2891281053031454, "them": 0.33576623748678774}, "epidemic": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "episodes": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "era": {"him - them": 0.08519665108827862, "him": 0.3626560671674416, "them": 0.27745941607916297}, "erode": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "errordocument": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "ers": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "escape": {"him - them": 0.005863632261989715, "him": 0.3729275265454912, "them": 0.3670638942835015}, "eschewed": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "especially": {"him - them": -0.08973353337480316, "him": 0.25713496518615164, "them": 0.3468684985609548}, "essential": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "establishment": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "estranged": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "estrangement": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "estrangements": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "et": {"him - them": -0.015954928173913474, "him": 0.27450570157661053, "them": 0.290460629750524}, "etiquette": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "evaluated": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "even": {"him - them": 0.016326504455926816, "him": 0.38783979097472465, "them": 0.37151328651879784}, "evening": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "event": {"him - them": -0.0468259272716296, "him": 0.2837233462243989, "them": 0.3305492734960285}, "eventually": {"him - them": 0.06263931979307708, "him": 0.4043278883880783, "them": 0.34168856859500124}, "ever": {"him - them": -0.009775294109722, "him": 0.3698336202506705, "them": 0.3796089143603925}, "every": {"him - them": -0.005369162881929235, "him": 0.4015801576533058, "them": 0.406949320535235}, "everyone": {"him - them": 0.005928585622502591, "him": 0.3275744915129696, "them": 0.321645905890467}, "everything": {"him - them": -0.006926037034362065, "him": 0.3594851049229266, "them": 0.3664111419572887}, "everywhere": {"him - them": -0.046421680220599226, "him": 0.295266888374402, "them": 0.34168856859500124}, "evidence": {"him - them": 0.11917164338163788, "him": 0.3744552519447357, "them": 0.25528360856309784}, "ex": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "exactly": {"him - them": 0.015879689067339164, "him": 0.3744552519447357, "them": 0.35857556287739656}, "examines": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "examining": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "example": {"him - them": -0.08864200481793594, "him": 0.27450570157661053, "them": 0.36314770639454647}, "examples": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "exceedingly": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "excellent": {"him - them": 0.11810715539952249, "him": 0.38688431398550105, "them": 0.26877715858597856}, "exception": {"him - them": 0.0856770359386686, "him": 0.35445419452464716, "them": 0.26877715858597856}, "excited": {"him - them": 0.03665009923439161, "him": 0.3475944092848278, "them": 0.3109443100504362}, "exclusive": {"him - them": 0.03374007739123869, "him": 0.295266888374402, "them": 0.2615268109831633}, "exclusively": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "excoriated": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "executing": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "execution": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "executive": {"him - them": 0.033933801863909596, "him": 0.2837233462243989, "them": 0.24978954436048928}, "exercises": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "exhilarating": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "exist": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "existed": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "exists": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "exiting": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "exits": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "expect": {"him - them": 0.06956656191287164, "him": 0.3744552519447357, "them": 0.3048886900318641}, "expectation": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "expectations": {"him - them": 0.03777350304048077, "him": 0.4048373973239823, "them": 0.3670638942835015}, "expected": {"him - them": -0.07090395263087407, "him": 0.26014921400092134, "them": 0.3310531666317954}, "experienced": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "experiencetheride": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "experts": {"him - them": -0.0691244075066813, "him": 0.295266888374402, "them": 0.3643912958810833}, "explain": {"him - them": 0.06293185328987666, "him": 0.3986980907766644, "them": 0.33576623748678774}, "explained": {"him - them": -0.04585464206448342, "him": 0.3109188704763041, "them": 0.35677351254078754}, "explains": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "explicitly": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "explored": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "exploring": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "explosive": {"him - them": 0.03562963986215101, "him": 0.3868546813352889, "them": 0.3512250414731379}, "extension": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "extensive": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "extremely": {"him - them": 0.03868901445794798, "him": 0.3744552519447357, "them": 0.33576623748678774}, "exult": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "eye": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "f": {"him - them": 0.03374007739123869, "him": 0.295266888374402, "them": 0.2615268109831633}, "face": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "faces": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "facet": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "facing": {"him - them": 0.015879689067339164, "him": 0.3744552519447357, "them": 0.35857556287739656}, "fact": {"him - them": 0.0066936170748322366, "him": 0.36922331655267404, "them": 0.3625296994778418}, "factors": {"him - them": -0.0481170312563064, "him": 0.24429704540863129, "them": 0.2924140766649377}, "fahrenheit": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "fail": {"him - them": -0.046166248180821545, "him": 0.30239205356945875, "them": 0.3485583017502803}, "failed": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "faith": {"him - them": -0.0167968865962555, "him": 0.3475944092848278, "them": 0.3643912958810833}, "fallen": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "fame": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "familial": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "familiar": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "family": {"him - them": 0.04164650728324243, "him": 0.3477954150944106, "them": 0.30614890781116816}, "famous": {"him - them": -0.046166248180821545, "him": 0.30239205356945875, "them": 0.3485583017502803}, "fan": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "fantastic": {"him - them": 0.005882554626654046, "him": 0.3626560671674416, "them": 0.35677351254078754}, "far": {"him - them": 0.01621041803581319, "him": 0.33912574533004225, "them": 0.32291532729422906}, "farmers": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "fast": {"him - them": -0.04545486793736664, "him": 0.32160902634613486, "them": 0.3670638942835015}, "fat": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "father": {"him - them": 0.0367910824801147, "him": 0.3416797725119788, "them": 0.3048886900318641}, "fathers": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "fatigued": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "fault": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "favorite": {"him - them": 0.00592456088490495, "him": 0.33180364968325177, "them": 0.3258790887983468}, "favorites": {"him - them": 0.03627602440608946, "him": 0.3626560671674416, "them": 0.32638004276135213}, "favour": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "favourite": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "fear": {"him - them": 0.08639616394888094, "him": 0.3416797725119788, "them": 0.25528360856309784}, "fearful": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "feat": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "february": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "federal": {"him - them": 0.016015374112787417, "him": 0.3607176150548357, "them": 0.34470224094204827}, "feel": {"him - them": -0.017058779702627314, "him": 0.33180364968325177, "them": 0.3488624293858791}, "feeling": {"him - them": 0.06956656191287164, "him": 0.3744552519447357, "them": 0.3048886900318641}, "feelings": {"him - them": 0.038522880856692476, "him": 0.3802114494516937, "them": 0.34168856859500124}, "feet": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "feigned": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "fell": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "felt": {"him - them": 0.09450341714824156, "him": 0.38928799705529893, "them": 0.29478457990705736}, "female": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "fever": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "few": {"him - them": -0.1316096465438364, "him": 0.24904996938961999, "them": 0.3806596159334564}, "fiction": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "fictions": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "fields": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "fight": {"him - them": -0.017058779702627314, "him": 0.33180364968325177, "them": 0.3488624293858791}, "fighting": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "figure": {"him - them": 0.005941757044725271, "him": 0.3080375914720274, "them": 0.30209583442730215}, "figured": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "figures": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "filmmakers": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "final": {"him - them": -0.07039692165071493, "him": 0.2704959095759807, "them": 0.3408928312266956}, "finally": {"him - them": 0.005895892774366862, "him": 0.35445419452464716, "them": 0.3485583017502803}, "find": {"him - them": 0.0180411491736312, "him": 0.3943805513904765, "them": 0.3763394022168453}, "finding": {"him - them": 0.03648241156561227, "him": 0.35445419452464716, "them": 0.3179717829590349}, "finds": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "fine": {"him - them": 0.0692671394012575, "him": 0.3802114494516937, "them": 0.3109443100504362}, "finest": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "finish": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "fire": {"him - them": 0.08857295974637286, "him": 0.29835905867507784, "them": 0.20978609892870498}, "fired": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "first": {"him - them": 0.018460748033887642, "him": 0.3925129337676526, "them": 0.374052185733765}, "fit": {"him - them": 0.038522880856692476, "him": 0.3802114494516937, "them": 0.34168856859500124}, "five": {"him - them": 0.01623083466641806, "him": 0.3367125688645452, "them": 0.32048173419812714}, "flash": {"him - them": 0.03562963986215101, "him": 0.3868546813352889, "them": 0.3512250414731379}, "flashmob": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "flat": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "flawlessly": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "focus": {"him - them": -0.06944745757425114, "him": 0.2891281053031454, "them": 0.35857556287739656}, "focused": {"him - them": -0.06827785456700025, "him": 0.3109188704763041, "them": 0.3791967250433044}, "focuses": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "follow": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "followed": {"him - them": -0.03580088948306137, "him": 0.3201282527820519, "them": 0.3559291422651133}, "following": {"him - them": 0.0370190697761944, "him": 0.33180364968325177, "them": 0.29478457990705736}, "food": {"him - them": 0.005945107905113711, "him": 0.28006156823559913, "them": 0.2741164603304854}, "for": {"him - them": -0.01010161488542749, "him": 0.37488641397692707, "them": 0.38498802886235456}, "force": {"him - them": 0.11810715539952249, "him": 0.38688431398550105, "them": 0.26877715858597856}, "forces": {"him - them": 0.06956656191287164, "him": 0.3744552519447357, "them": 0.3048886900318641}, "forecast": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "foreign": {"him - them": 0.034337349817104595, "him": 0.25713496518615164, "them": 0.22279761536904705}, "foresight": {"him - them": -0.016214872361292598, "him": 0.2542930051599047, "them": 0.2705078775211973}, "foretold": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "forgiveness": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "forgotten": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "form": {"him - them": -0.0024300913397107826, "him": 0.3607176150548357, "them": 0.36314770639454647}, "former": {"him - them": -0.047274555102937155, "him": 0.2704959095759807, "them": 0.31777046467891784}, "forward": {"him - them": -0.046421680220599226, "him": 0.295266888374402, "them": 0.34168856859500124}, "foucault": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "found": {"him - them": -0.032120580521320774, "him": 0.3301157387850733, "them": 0.36223631930639405}, "foundation": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "founder": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "fourth": {"him - them": -0.04780282926739743, "him": 0.2542930051599047, "them": 0.30209583442730215}, "foyer": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "frame": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "framework": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "franchise": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "francis": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "frantic": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "frantically": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "frederick": {"him - them": 0.0860675983016645, "him": 0.3475944092848278, "them": 0.2615268109831633}, "free": {"him - them": -0.019546263421069687, "him": 0.3754477358850889, "them": 0.3949939993061586}, "frenzy": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "frequent": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "friday": {"him - them": -0.015833033549544018, "him": 0.2837233462243989, "them": 0.2995563797739429}, "friend": {"him - them": -0.04585464206448342, "him": 0.3109188704763041, "them": 0.35677351254078754}, "friends": {"him - them": 0.016015374112787417, "him": 0.3607176150548357, "them": 0.34470224094204827}, "fringe": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "from": {"him - them": -0.029621054325120744, "him": 0.38701202461364503, "them": 0.4166330789387658}, "front": {"him - them": 0.0059196364888133846, "him": 0.33646890998484186, "them": 0.3305492734960285}, "frontiers": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "fruits": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "fuel": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "fuels": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "fulfill": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "fulfills": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "full": {"him - them": 0.005942839278090251, "him": 0.3054346017740225, "them": 0.29949176249593223}, "fun": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "function": {"him - them": -0.015760584728718663, "him": 0.2891281053031454, "them": 0.3048886900318641}, "fundamental": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "further": {"him - them": -0.09022400626125582, "him": 0.24904996938961999, "them": 0.3392739756508758}, "future": {"him - them": 0.0067640902704715344, "him": 0.3223185170883703, "them": 0.31555442681789875}, "futurists": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "futurologist": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "g": {"him - them": -0.016982123598996535, "him": 0.33646890998484186, "them": 0.3534510335838384}, "gained": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "game": {"him - them": -0.03696187984262128, "him": 0.28006156823559913, "them": 0.3170234480782204}, "games": {"him - them": 0.016051067935202, "him": 0.3569438991618976, "them": 0.3408928312266956}, "gangsters": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "gantz": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "gas": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "gave": {"him - them": 0.029691704672711428, "him": 0.4114481487926873, "them": 0.3817564441199759}, "geez": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "general": {"him - them": 0.0059196364888133846, "him": 0.33646890998484186, "them": 0.3305492734960285}, "generally": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "generations": {"him - them": -0.0691244075066813, "him": 0.295266888374402, "them": 0.3643912958810833}, "genie": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "genuine": {"him - them": 0.03627602440608946, "him": 0.3626560671674416, "them": 0.32638004276135213}, "genuinely": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "geofence": {"him - them": 0.03441384176985804, "him": 0.251603515870911, "them": 0.21718967410105297}, "geofiltered": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "geographically": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "george": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "gershshwin": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "get": {"him - them": 0.011825272048730462, "him": 0.3839145923729067, "them": 0.37208932032417624}, "getting": {"him - them": 0.06449827849001549, "him": 0.36659411291731764, "them": 0.30209583442730215}, "girl": {"him - them": 0.0059369472263598455, "him": 0.3168068616436382, "them": 0.31086991441727835}, "girls": {"him - them": 0.036912530210898964, "him": 0.33646890998484186, "them": 0.2995563797739429}, "give": {"him - them": -0.0024871553288487447, "him": 0.3502209476396933, "them": 0.35270810296854205}, "given": {"him - them": -0.019664228045633225, "him": 0.3698336202506705, "them": 0.38949784829630374}, "glad": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "go": {"him - them": 0.0354032331236111, "him": 0.40006421743759857, "them": 0.36466098431398747}, "goal": {"him - them": -0.04699175585603671, "him": 0.2788873329423101, "them": 0.3258790887983468}, "goals": {"him - them": -0.015897246964747258, "him": 0.2788873329423101, "them": 0.29478457990705736}, "gobert": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "going": {"him - them": 0.01166608662304508, "him": 0.4071744645310703, "them": 0.39550837790802523}, "goldsmith": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "good": {"him - them": -0.04983929009205024, "him": 0.3604342388171598, "them": 0.41027352890921004}, "goofs": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "google": {"him - them": 0.0713819490445533, "him": 0.3367125688645452, "them": 0.2653306198199919}, "googled": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "gordon": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "got": {"him - them": -0.019372985623627714, "him": 0.33833007736971626, "them": 0.357703062993344}, "gotten": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "governing": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "government": {"him - them": -0.019800421699365522, "him": 0.3153338740640334, "them": 0.3351342957633989}, "governments": {"him - them": 0.033933801863909596, "him": 0.2837233462243989, "them": 0.24978954436048928}, "graduated": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "granted": {"him - them": 0.00590584068982658, "him": 0.3475944092848278, "them": 0.34168856859500124}, "grapples": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "grasp": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "graves": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "great": {"him - them": -0.036827219977169645, "him": 0.2849073441198735, "them": 0.32173456409704315}, "greater": {"him - them": -0.016982123598996535, "him": 0.33646890998484186, "them": 0.3534510335838384}, "greet": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "grey": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "ground": {"him - them": -0.0481170312563064, "him": 0.24429704540863129, "them": 0.2924140766649377}, "group": {"him - them": -0.01893407238417888, "him": 0.3010584209186296, "them": 0.3199924933028085}, "groupon": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "groups": {"him - them": 0.0371991606566725, "him": 0.3237023689415068, "them": 0.2865032082848343}, "growing": {"him - them": -0.0468259272716296, "him": 0.2837233462243989, "them": 0.3305492734960285}, "grown": {"him - them": -0.0691244075066813, "him": 0.295266888374402, "them": 0.3643912958810833}, "guarantees": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "guilt": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "guilty": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "gusto": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "guy": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "h": {"him - them": 0.03562963986215101, "him": 0.3868546813352889, "them": 0.3512250414731379}, "hacks": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "had": {"him - them": -0.03330351201398818, "him": 0.3803986999410657, "them": 0.41370221195505386}, "hadn": {"him - them": 0.005882554626654046, "him": 0.3626560671674416, "them": 0.35677351254078754}, "hair": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "half": {"him - them": -0.03599435986065819, "him": 0.3137026702107983, "them": 0.34969703007145647}, "hallucinations": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "ham": {"him - them": -0.016639657682807313, "him": 0.21941521109557127, "them": 0.23605486877837858}, "hand": {"him - them": -0.03608122452087392, "him": 0.3107872740400809, "them": 0.3468684985609548}, "handedly": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "handful": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "handle": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "happen": {"him - them": -0.016982123598996535, "him": 0.33646890998484186, "them": 0.3534510335838384}, "happened": {"him - them": -0.04663813218364232, "him": 0.2891281053031454, "them": 0.33576623748678774}, "happening": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "happenings": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "happy": {"him - them": -0.016540657875862785, "him": 0.3626560671674416, "them": 0.3791967250433044}, "hard": {"him - them": -0.01739663258965085, "him": 0.3107872740400809, "them": 0.32818390662973174}, "harden": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "hardest": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "hardly": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "harping": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "harvard": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "has": {"him - them": 0.0007922633712904026, "him": 0.4013948659059781, "them": 0.4006026025346877}, "have": {"him - them": -0.029675627134264304, "him": 0.38533439395965124, "them": 0.41501002109391555}, "haven": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "having": {"him - them": 0.057833344124334274, "him": 0.41811036768164694, "them": 0.36027702355731267}, "hayward": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "he": {"him - them": 0.05226496711079942, "him": 0.41791697636468994, "them": 0.3656520092538905}, "head": {"him - them": -0.0523435134864183, "him": 0.29620667292525893, "them": 0.34855018641167723}, "headache": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "healing": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "health": {"him - them": -0.0710489414435801, "him": 0.25713496518615164, "them": 0.32818390662973174}, "healthy": {"him - them": -0.06944745757425114, "him": 0.2891281053031454, "them": 0.35857556287739656}, "hear": {"him - them": -0.04663813218364232, "him": 0.2891281053031454, "them": 0.33576623748678774}, "heard": {"him - them": 0.03926605682618178, "him": 0.35345965285959846, "them": 0.3141935960334167}, "hearing": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "heart": {"him - them": -0.0167968865962555, "him": 0.3475944092848278, "them": 0.3643912958810833}, "heat": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "heavy": {"him - them": 0.0692671394012575, "him": 0.3802114494516937, "them": 0.3109443100504362}, "height": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "held": {"him - them": 0.04267000592197784, "him": 0.37747416959650304, "them": 0.3348041636745252}, "help": {"him - them": 0.007241175185342119, "him": 0.38862849267396343, "them": 0.3813873174886213}, "helped": {"him - them": 0.03832601223522075, "him": 0.38688431398550105, "them": 0.3485583017502803}, "her": {"him - them": 0.006777648302504824, "him": 0.2810381194623141, "them": 0.2742604711598093}, "here": {"him - them": -0.00026665523622892984, "him": 0.38783979097472465, "them": 0.3881064462109536}, "herself": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "hide": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "hiding": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "high": {"him - them": -0.05265639240432085, "him": 0.2884059363694688, "them": 0.34106232877378967}, "higher": {"him - them": 0.0059369472263598455, "him": 0.3168068616436382, "them": 0.31086991441727835}, "highest": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "highlight": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "highway": {"him - them": 0.0860675983016645, "him": 0.3475944092848278, "them": 0.2615268109831633}, "hike": {"him - them": 0.03758238683956516, "him": 0.3054346017740225, "them": 0.2678522149344573}, "hikers": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "hilarious": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "him": {"him - them": 0.13691725724832743, "him": 0.5074405442634362, "them": 0.3705232870151088}, "himself": {"him - them": 0.03665009923439161, "him": 0.3475944092848278, "them": 0.3109443100504362}, "hiroto": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "his": {"him - them": 0.041248229803767245, "him": 0.42941109205856226, "them": 0.388162862254795}, "historic": {"him - them": 0.03648241156561227, "him": 0.35445419452464716, "them": 0.3179717829590349}, "historical": {"him - them": 0.0856770359386686, "him": 0.35445419452464716, "them": 0.26877715858597856}, "historically": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "history": {"him - them": 0.006740467478437984, "him": 0.3428427324427178, "them": 0.3361022649642798}, "hit": {"him - them": -0.0024300913397107826, "him": 0.3607176150548357, "them": 0.36314770639454647}, "hits": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "hold": {"him - them": 0.00592456088490495, "him": 0.33180364968325177, "them": 0.3258790887983468}, "holds": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "holmes": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "home": {"him - them": 0.00674469065558142, "him": 0.3397906045770389, "them": 0.3330459139214575}, "homeless": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "homemade": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "hopkinson": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "hospital": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "hosts": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "hot": {"him - them": 0.039173434482979774, "him": 0.3569438991618976, "them": 0.31777046467891784}, "hotel": {"him - them": 0.03384449674004758, "him": 0.2891281053031454, "them": 0.25528360856309784}, "hound": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "hour": {"him - them": 0.04066719539266306, "him": 0.38156002661935867, "them": 0.3408928312266956}, "hours": {"him - them": 0.006665338522625852, "him": 0.38156002661935867, "them": 0.3748946880967328}, "house": {"him - them": -0.01730111372088161, "him": 0.3168068616436382, "them": 0.3341079753645198}, "how": {"him - them": -0.0009617434486556276, "him": 0.40443151683781664, "them": 0.40539326028647227}, "however": {"him - them": -0.011805095361626772, "him": 0.38034503627913957, "them": 0.39215013164076634}, "https": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "hug": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "huge": {"him - them": 0.015975623897211633, "him": 0.3648380532830907, "them": 0.3488624293858791}, "human": {"him - them": -0.03133451670991633, "him": 0.3569438991618976, "them": 0.38827841587181394}, "humanoid": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "humans": {"him - them": -0.050838792074261896, "him": 0.33180364968325177, "them": 0.38264244175751366}, "hundred": {"him - them": -0.046166248180821545, "him": 0.30239205356945875, "them": 0.3485583017502803}, "hundreds": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "hunger": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "hurt": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "husband": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "hustling": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "huxley": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "i": {"him - them": 0.023274405625747285, "him": 0.34371581331069234, "them": 0.32044140768494506}, "ib\u00e9rico": {"him - them": -0.016605185529204508, "him": 0.22234057157152826, "them": 0.23894575710073276}, "ice": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "idea": {"him - them": -0.052726881465363196, "him": 0.2866272799610583, "them": 0.3393541614264215}, "ideas": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "identical": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "identified": {"him - them": 0.00590584068982658, "him": 0.3475944092848278, "them": 0.34168856859500124}, "identify": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "identifying": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "identity": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "if": {"him - them": -0.03436696648688353, "him": 0.3605477736943879, "them": 0.39491474018127143}, "ignorance": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "ignore": {"him - them": 0.03562963986215101, "him": 0.3868546813352889, "them": 0.3512250414731379}, "iknow": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "ill": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "illness": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "illusion": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "imagine": {"him - them": 0.03374007739123869, "him": 0.295266888374402, "them": 0.2615268109831633}, "imagined": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "immediately": {"him - them": -0.035901241324903854, "him": 0.3168068616436382, "them": 0.35270810296854205}, "immense": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "immensely": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "impact": {"him - them": -0.0691244075066813, "him": 0.295266888374402, "them": 0.3643912958810833}, "imparted": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "impatience": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "impermissibly": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "importance": {"him - them": -0.04663813218364232, "him": 0.2891281053031454, "them": 0.33576623748678774}, "important": {"him - them": -0.019316682351885384, "him": 0.34129388658139287, "them": 0.36061056893327825}, "impossible": {"him - them": 0.015820153570610396, "him": 0.3802114494516937, "them": 0.3643912958810833}, "improved": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "impulse": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "in": {"him - them": -0.022806711862347617, "him": 0.3274313860765206, "them": 0.35023809793886823}, "incidents": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "incinerated": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "include": {"him - them": 0.037276630891530216, "him": 0.3201282527820519, "them": 0.2828516218905217}, "included": {"him - them": 0.015975623897211633, "him": 0.3648380532830907, "them": 0.3488624293858791}, "includes": {"him - them": -0.0691244075066813, "him": 0.295266888374402, "them": 0.3643912958810833}, "including": {"him - them": -0.03993667183412225, "him": 0.3495611764621815, "them": 0.38949784829630374}, "incontinence": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "increase": {"him - them": 0.08692794093382836, "him": 0.33180364968325177, "them": 0.2448757087494234}, "increased": {"him - them": 0.03384449674004758, "him": 0.2891281053031454, "them": 0.25528360856309784}, "increasingly": {"him - them": 0.03832601223522075, "him": 0.38688431398550105, "them": 0.3485583017502803}, "incredible": {"him - them": 0.0367910824801147, "him": 0.3416797725119788, "them": 0.3048886900318641}, "india": {"him - them": 0.0856770359386686, "him": 0.35445419452464716, "them": 0.26877715858597856}, "indistinguishable": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "individual": {"him - them": 0.03665009923439161, "him": 0.3475944092848278, "them": 0.3109443100504362}, "individualized": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "individuals": {"him - them": 0.015930848602124847, "him": 0.36938188218596324, "them": 0.3534510335838384}, "industrial": {"him - them": -0.04585464206448342, "him": 0.3109188704763041, "them": 0.35677351254078754}, "industry": {"him - them": -0.03557321488157689, "him": 0.3275744915129696, "them": 0.36314770639454647}, "ineffective": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "ineligible": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "infects": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "inflammatory": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "inflict": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "influenced": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "informal": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "information": {"him - them": -0.0024871553288487447, "him": 0.3502209476396933, "them": 0.35270810296854205}, "informed": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "informs": {"him - them": 0.03562963986215101, "him": 0.3868546813352889, "them": 0.3512250414731379}, "inhabit": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "inherently": {"him - them": 0.03562963986215101, "him": 0.3868546813352889, "them": 0.3512250414731379}, "initial": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "injuries": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "injury": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "innocent": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "innovations": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "inside": {"him - them": 0.11959233782547396, "him": 0.36938188218596324, "them": 0.24978954436048928}, "insisted": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "inspired": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "instability": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "instead": {"him - them": 0.006699118941680626, "him": 0.36659411291731764, "them": 0.359894993975637}, "instincts": {"him - them": 0.03808472748508135, "him": 0.3948582400258689, "them": 0.35677351254078754}, "institution": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "institutional": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "institutions": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "intelligence": {"him - them": 0.08692794093382836, "him": 0.33180364968325177, "them": 0.2448757087494234}, "intense": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "intensity": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "intentions": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "intents": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "interaction": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "interactive": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "interest": {"him - them": 0.036912530210898964, "him": 0.33646890998484186, "them": 0.2995563797739429}, "interested": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "interests": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "international": {"him - them": 0.0059319042625889384, "him": 0.3237023689415068, "them": 0.31777046467891784}, "internet": {"him - them": -0.015833033549544018, "him": 0.2837233462243989, "them": 0.2995563797739429}, "intersection": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "intervene": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "interview": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "into": {"him - them": 0.001376481317023337, "him": 0.39286670635093446, "them": 0.3914902250339111}, "invades": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "invention": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "investigation": {"him - them": 0.03665009923439161, "him": 0.3475944092848278, "them": 0.3109443100504362}, "investigative": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "invited": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "involved": {"him - them": 0.026516479320875752, "him": 0.39481143200771773, "them": 0.368294952686842}, "involvement": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "involves": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "iran": {"him - them": 0.03472249510533648, "him": 0.2270442413700465, "them": 0.19232174626471002}, "irony": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "irritated": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "is": {"him - them": -0.019688903386078926, "him": 0.33433930080416846, "them": 0.3540282041902474}, "isabelle": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "isay": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "islamic": {"him - them": -0.015833033549544018, "him": 0.2837233462243989, "them": 0.2995563797739429}, "isn": {"him - them": -0.05134621529740985, "him": 0.3201282527820519, "them": 0.3714744680794618}, "issue": {"him - them": 0.016417787449324872, "him": 0.31284907649033833, "them": 0.29643128904101346}, "issued": {"him - them": -0.046421680220599226, "him": 0.295266888374402, "them": 0.34168856859500124}, "issues": {"him - them": 0.0059319042625889384, "him": 0.3237023689415068, "them": 0.31777046467891784}, "it": {"him - them": -0.010127269983421394, "him": 0.37306001303098274, "them": 0.38318728301440413}, "item": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "items": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "its": {"him - them": -0.04293040113618074, "him": 0.32873480169264224, "them": 0.371665202828823}, "itself": {"him - them": 0.060550755417692226, "him": 0.39792698832521645, "them": 0.3373762329075242}, "j": {"him - them": 0.034337349817104595, "him": 0.25713496518615164, "them": 0.22279761536904705}, "jack": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "james": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "jane": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "jayson": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "jazz": {"him - them": 0.0340116241928867, "him": 0.2788873329423101, "them": 0.2448757087494234}, "jealous": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "jerusalem": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "job": {"him - them": -0.01812905469428533, "him": 0.3471933124650435, "them": 0.3653223671593288}, "jobs": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "joel": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "johannes": {"him - them": 0.0856770359386686, "him": 0.35445419452464716, "them": 0.26877715858597856}, "john": {"him - them": -0.07039692165071493, "him": 0.2704959095759807, "them": 0.3408928312266956}, "johnson": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "join": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "joke": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "jokes": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "joshua": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "journalism": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "journalist": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "judicial": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "judy": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "jules": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "july": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "june": {"him - them": 0.03926605682618178, "him": 0.35345965285959846, "them": 0.3141935960334167}, "just": {"him - them": -0.018022836170349388, "him": 0.38816920295502505, "them": 0.40619203912537444}, "kana": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "karen": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "kato": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "katoare": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "keep": {"him - them": -0.016982123598996535, "him": 0.33646890998484186, "them": 0.3534510335838384}, "keeping": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "kei": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "kenzo": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "kept": {"him - them": 0.09417823159858374, "him": 0.39373461137252663, "them": 0.2995563797739429}, "key": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "khone": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "kid": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "kidding": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "kids": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "killed": {"him - them": 0.03627602440608946, "him": 0.3626560671674416, "them": 0.32638004276135213}, "kim": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "kind": {"him - them": -0.002325584097784661, "him": 0.3802114494516937, "them": 0.3825370335494784}, "kindle": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "kingdom": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "kiriakou": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "knew": {"him - them": -0.0024300913397107826, "him": 0.3607176150548357, "them": 0.36314770639454647}, "knocks": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "know": {"him - them": 0.028394191360852694, "him": 0.39605425340001327, "them": 0.3676600620391606}, "knowing": {"him - them": 0.08519665108827862, "him": 0.3626560671674416, "them": 0.27745941607916297}, "knowledge": {"him - them": 0.00590584068982658, "him": 0.3475944092848278, "them": 0.34168856859500124}, "known": {"him - them": -0.018536562374871834, "him": 0.3242943174231378, "them": 0.34283087979800964}, "kurono": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "l": {"him - them": -0.0468259272716296, "him": 0.2837233462243989, "them": 0.3305492734960285}, "laboratory": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "lack": {"him - them": -0.046421680220599226, "him": 0.295266888374402, "them": 0.34168856859500124}, "lacked": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "lady": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "laid": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "land": {"him - them": -0.0710489414435801, "him": 0.25713496518615164, "them": 0.32818390662973174}, "larger": {"him - them": 0.03665009923439161, "him": 0.3475944092848278, "them": 0.3109443100504362}, "last": {"him - them": -0.028696759061194843, "him": 0.3553364710837987, "them": 0.3840332301449935}, "late": {"him - them": 0.01608341995207424, "him": 0.35345965285959846, "them": 0.3373762329075242}, "later": {"him - them": 0.00672070725325874, "him": 0.35527089366493597, "them": 0.34855018641167723}, "latest": {"him - them": 0.033933801863909596, "him": 0.2837233462243989, "them": 0.24978954436048928}, "latter": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "law": {"him - them": 0.016301444627200623, "him": 0.3280990765035222, "them": 0.3117976318763216}, "lax": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "lead": {"him - them": -0.03631153775096563, "him": 0.3029624378999102, "them": 0.3392739756508758}, "leaders": {"him - them": 0.016015374112787417, "him": 0.3607176150548357, "them": 0.34470224094204827}, "leadership": {"him - them": 0.0370190697761944, "him": 0.33180364968325177, "them": 0.29478457990705736}, "leading": {"him - them": -0.046166248180821545, "him": 0.30239205356945875, "them": 0.3485583017502803}, "leads": {"him - them": 0.03627602440608946, "him": 0.3626560671674416, "them": 0.32638004276135213}, "league": {"him - them": 0.005882554626654046, "him": 0.3626560671674416, "them": 0.35677351254078754}, "lean": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "learn": {"him - them": -0.015833033549544018, "him": 0.2837233462243989, "them": 0.2995563797739429}, "least": {"him - them": -0.031787374498815246, "him": 0.34166614691764025, "them": 0.3734535214164555}, "leaves": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "leaving": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "lebron": {"him - them": 0.03627602440608946, "him": 0.3626560671674416, "them": 0.32638004276135213}, "led": {"him - them": 0.00592456088490495, "him": 0.33180364968325177, "them": 0.3258790887983468}, "leeratanakajornthe": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "left": {"him - them": 0.026897549473411664, "him": 0.3754477358850889, "them": 0.34855018641167723}, "legal": {"him - them": 0.11868463846853039, "him": 0.3802114494516937, "them": 0.2615268109831633}, "legislatures": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "length": {"him - them": 0.06891253102646616, "him": 0.38688431398550105, "them": 0.3179717829590349}, "lengthy": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "less": {"him - them": -0.16325297352987403, "him": 0.2304232098065578, "them": 0.39367618333643184}, "lessons": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "let": {"him - them": 0.04413777525813439, "him": 0.3834919366845559, "them": 0.3393541614264215}, "li": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "liberating": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "libraries": {"him - them": 0.08667936562435258, "him": 0.33646890998484186, "them": 0.24978954436048928}, "library": {"him - them": 0.034337349817104595, "him": 0.25713496518615164, "them": 0.22279761536904705}, "life": {"him - them": -0.060291972830700535, "him": 0.34854184167993435, "them": 0.4088338145106349}, "lifted": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "like": {"him - them": 0.008781946385030104, "him": 0.41867640221271846, "them": 0.40989445582768835}, "liked": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "likely": {"him - them": -0.002548075028303176, "him": 0.33912574533004225, "them": 0.3416738203583454}, "limit": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "limits": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "linked": {"him - them": 0.005895892774366862, "him": 0.35445419452464716, "them": 0.3485583017502803}, "linton": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "listen": {"him - them": -0.04545486793736664, "him": 0.32160902634613486, "them": 0.3670638942835015}, "listening": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "literature": {"him - them": -0.046166248180821545, "him": 0.30239205356945875, "them": 0.3485583017502803}, "little": {"him - them": -0.07480165923860121, "him": 0.3158686776863229, "them": 0.3906703369249241}, "live": {"him - them": -0.1033778155324197, "him": 0.2837233462243989, "them": 0.3871011617568186}, "lives": {"him - them": 0.00590584068982658, "him": 0.3475944092848278, "them": 0.34168856859500124}, "ll": {"him - them": 0.022636384133841447, "him": 0.3495611764621815, "them": 0.32692479232834004}, "local": {"him - them": 0.005945402112354892, "him": 0.29620667292525893, "them": 0.29026127081290404}, "located": {"him - them": 0.005913535025191041, "him": 0.3416797725119788, "them": 0.33576623748678774}, "location": {"him - them": -0.01600729870885359, "him": 0.2704959095759807, "them": 0.2865032082848343}, "locations": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "lollipop": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "lollipops": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "lone": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "long": {"him - them": -0.002700630253261116, "him": 0.37738632776413916, "them": 0.3800869580174003}, "longer": {"him - them": 0.033933801863909596, "him": 0.2837233462243989, "them": 0.24978954436048928}, "longest": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "look": {"him - them": -0.098715196449706, "him": 0.31284907649033833, "them": 0.41156427294004433}, "looked": {"him - them": -0.03580088948306137, "him": 0.3201282527820519, "them": 0.3559291422651133}, "looking": {"him - them": 0.12211088722894878, "him": 0.3367125688645452, "them": 0.21460168163559643}, "looks": {"him - them": -0.015760584728718663, "him": 0.2891281053031454, "them": 0.3048886900318641}, "los": {"him - them": -0.015954928173913474, "him": 0.27450570157661053, "them": 0.290460629750524}, "lose": {"him - them": 0.06891253102646616, "him": 0.38688431398550105, "them": 0.3179717829590349}, "losing": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "lost": {"him - them": 0.03926605682618178, "him": 0.35345965285959846, "them": 0.3141935960334167}, "lot": {"him - them": 0.0072109338634067655, "him": 0.3986457324595768, "them": 0.39143479859617003}, "lots": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "lotus": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "lou": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "love": {"him - them": 0.062229083223295234, "him": 0.36170213064307527, "them": 0.29947304741978004}, "loved": {"him - them": 0.03648241156561227, "him": 0.35445419452464716, "them": 0.3179717829590349}, "lovers": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "loves": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "loving": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "low": {"him - them": -0.07738130150117795, "him": 0.3080375914720274, "them": 0.38541889297320536}, "luca": {"him - them": 0.07060803096907675, "him": 0.35345965285959846, "them": 0.2828516218905217}, "lunch": {"him - them": -0.0691244075066813, "him": 0.295266888374402, "them": 0.3643912958810833}, "m": {"him - them": 0.04396386201796093, "him": 0.38862849267396343, "them": 0.3446646306560025}, "machines": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "made": {"him - them": 0.01229377696574524, "him": 0.3715777344526095, "them": 0.35928395748686426}, "magic": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "magical": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "main": {"him - them": -0.07039692165071493, "him": 0.2704959095759807, "them": 0.3408928312266956}, "mainstream": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "maintained": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "major": {"him - them": -0.08973353337480316, "him": 0.25713496518615164, "them": 0.3468684985609548}, "make": {"him - them": -0.04658065222931129, "him": 0.38561398603205393, "them": 0.4321946382613652}, "makes": {"him - them": 0.0161129722751735, "him": 0.3502209476396933, "them": 0.3341079753645198}, "makeup": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "making": {"him - them": -0.0652707507122412, "him": 0.3107872740400809, "them": 0.3760580247523221}, "malignant": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "man": {"him - them": 0.06855308932613119, "him": 0.43068297055339566, "them": 0.36212988122726447}, "manage": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "managed": {"him - them": -0.04699175585603671, "him": 0.2788873329423101, "them": 0.3258790887983468}, "management": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "manager": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "manipulate": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "manner": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "many": {"him - them": -0.01593930376758429, "him": 0.3916933234772126, "them": 0.4076326272447969}, "march": {"him - them": 0.0713819490445533, "him": 0.3367125688645452, "them": 0.2653306198199919}, "mark": {"him - them": 0.005913535025191041, "him": 0.3416797725119788, "them": 0.33576623748678774}, "marked": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "marriage": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "married": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "mary": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "masaru": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "material": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "matter": {"him - them": -0.015760584728718663, "him": 0.2891281053031454, "them": 0.3048886900318641}, "may": {"him - them": -0.005617233891854756, "him": 0.37350632158195557, "them": 0.3791235554738103}, "mayhem": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "mcgregor": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "me": {"him - them": 0.0042192683962176125, "him": 0.368785296807778, "them": 0.3645660284115604}, "mean": {"him - them": -0.04663813218364232, "him": 0.2891281053031454, "them": 0.33576623748678774}, "meaning": {"him - them": -0.046166248180821545, "him": 0.30239205356945875, "them": 0.3485583017502803}, "means": {"him - them": -0.1430790699126842, "him": 0.24207562839828434, "them": 0.38515469831096855}, "meanwhile": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "measure": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "measures": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "meat": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "mechanics": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "media": {"him - them": -0.0025614067863306, "him": 0.3367125688645452, "them": 0.3392739756508758}, "medication": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "meh": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "melt": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "memory": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "men": {"him - them": -0.090762933110444, "him": 0.23994537458284973, "them": 0.33070830769329373}, "menace": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "menu": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "merely": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "message": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "meters": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "methods": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "mia": {"him - them": 0.03424819819029046, "him": 0.26335980734880843, "them": 0.22911160915851797}, "miami": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "michel": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "middle": {"him - them": 0.08639616394888094, "him": 0.3416797725119788, "them": 0.25528360856309784}, "might": {"him - them": -0.002631919343746625, "him": 0.38862849267396343, "them": 0.39126041201771006}, "mile": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "militaries": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "military": {"him - them": 0.08714922496172142, "him": 0.3275744915129696, "them": 0.24042526655124816}, "millennium": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "million": {"him - them": -0.017480725520206575, "him": 0.3054346017740225, "them": 0.32291532729422906}, "millions": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "mind": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "minds": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "mine": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "minimum": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "minister": {"him - them": 0.12211088722894878, "him": 0.3367125688645452, "them": 0.21460168163559643}, "ministry": {"him - them": 0.03384449674004758, "him": 0.2891281053031454, "them": 0.25528360856309784}, "minor": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "minutes": {"him - them": -0.017247980125472295, "him": 0.3201282527820519, "them": 0.3373762329075242}, "mip": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "misreading": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "miss": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "missing": {"him - them": -0.04545486793736664, "him": 0.32160902634613486, "them": 0.3670638942835015}, "misunderstanding": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "mitchell": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "mixed": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "moaning": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "mob": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "mobile": {"him - them": 0.08519665108827862, "him": 0.3626560671674416, "them": 0.27745941607916297}, "model": {"him - them": -0.07118451684383198, "him": 0.2542930051599047, "them": 0.3254775220037367}, "modern": {"him - them": 0.06482181227678563, "him": 0.3594851049229266, "them": 0.294663292646141}, "mom": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "moment": {"him - them": 0.06956656191287164, "him": 0.3744552519447357, "them": 0.3048886900318641}, "moments": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "money": {"him - them": -0.047274555102937155, "him": 0.2704959095759807, "them": 0.31777046467891784}, "monika": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "monitor": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "monk": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "monosyllabic": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "month": {"him - them": -0.07090395263087407, "him": 0.26014921400092134, "them": 0.3310531666317954}, "months": {"him - them": -0.015833033549544018, "him": 0.2837233462243989, "them": 0.2995563797739429}, "mood": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "moon": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "more": {"him - them": -0.034611242673384834, "him": 0.35331849318961167, "them": 0.3879297358629965}, "morning": {"him - them": 0.04138247932330297, "him": 0.35733220495222257, "them": 0.3159497256289196}, "most": {"him - them": -0.04324544173687023, "him": 0.3811035842285073, "them": 0.42434902596537755}, "mother": {"him - them": 0.005928585622502591, "him": 0.3275744915129696, "them": 0.321645905890467}, "mothers": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "motions": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "motivational": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "mouth": {"him - them": 0.08519665108827862, "him": 0.3626560671674416, "them": 0.27745941607916297}, "move": {"him - them": -0.002407842343503719, "him": 0.3648380532830907, "them": 0.36724589562659443}, "moved": {"him - them": 0.036912530210898964, "him": 0.33646890998484186, "them": 0.2995563797739429}, "movements": {"him - them": 0.03562963986215101, "him": 0.3868546813352889, "them": 0.3512250414731379}, "movie": {"him - them": 0.034480579742037804, "him": 0.24661843228578223, "them": 0.21213785254374443}, "moving": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "mps": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "mr": {"him - them": 0.0059346567486352475, "him": 0.3201282527820519, "them": 0.3141935960334167}, "much": {"him - them": -0.002854593193274635, "him": 0.3942663177056836, "them": 0.39712091089895823}, "multitude": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "mums": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "music": {"him - them": 0.06509674313205044, "him": 0.3532931405189006, "them": 0.28819639738685016}, "musical": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "musicians": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "musings": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "muslim": {"him - them": -0.015897246964747258, "him": 0.2788873329423101, "them": 0.29478457990705736}, "must": {"him - them": -0.0025193180068885934, "him": 0.3443491805540662, "them": 0.3468684985609548}, "muster": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "mvp": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "my": {"him - them": 0.02339601562858601, "him": 0.36219873391059954, "them": 0.3388027182820135}, "myself": {"him - them": 0.036912530210898964, "him": 0.33646890998484186, "them": 0.2995563797739429}, "mystic": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "nab": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "name": {"him - them": -0.01730111372088161, "him": 0.3168068616436382, "them": 0.3341079753645198}, "named": {"him - them": 0.03374007739123869, "him": 0.295266888374402, "them": 0.2615268109831633}, "naps": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "narrowed": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "narrowly": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "nascent": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "national": {"him - them": -0.090762933110444, "him": 0.23994537458284973, "them": 0.33070830769329373}, "nations": {"him - them": 0.0860675983016645, "him": 0.3475944092848278, "them": 0.2615268109831633}, "natural": {"him - them": -0.016982123598996535, "him": 0.33646890998484186, "them": 0.3534510335838384}, "nature": {"him - them": -0.046421680220599226, "him": 0.295266888374402, "them": 0.34168856859500124}, "navigating": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "nba": {"him - them": 0.036912530210898964, "him": 0.33646890998484186, "them": 0.2995563797739429}, "nearly": {"him - them": -0.07019653936543774, "him": 0.27450570157661053, "them": 0.34470224094204827}, "neatly": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "necessary": {"him - them": -0.0468259272716296, "him": 0.2837233462243989, "them": 0.3305492734960285}, "neck": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "need": {"him - them": -0.0026092311897715215, "him": 0.3280990765035222, "them": 0.33070830769329373}, "needed": {"him - them": -0.015833033549544018, "him": 0.2837233462243989, "them": 0.2995563797739429}, "needs": {"him - them": 0.015879689067339164, "him": 0.3744552519447357, "them": 0.35857556287739656}, "neighbor": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "neither": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "never": {"him - them": -0.02976165443559725, "him": 0.3594851049229266, "them": 0.3892467593585239}, "nevertheless": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "new": {"him - them": -0.02907930523318486, "him": 0.3416436287089483, "them": 0.3707229339421332}, "newly": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "news": {"him - them": -0.017555877158661748, "him": 0.3006077203134288, "them": 0.31816359747209055}, "newspapers": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "next": {"him - them": -0.030193234181861706, "him": 0.3444402449105279, "them": 0.3746334790923896}, "nhai": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "nice": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "night": {"him - them": 0.04125713850672036, "him": 0.3617388727048475, "them": 0.32048173419812714}, "nihilist": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "nine": {"him - them": 0.03665009923439161, "him": 0.3475944092848278, "them": 0.3109443100504362}, "nineteen": {"him - them": 0.033933801863909596, "him": 0.2837233462243989, "them": 0.24978954436048928}, "nishi": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "no": {"him - them": 0.001359567927073424, "him": 0.38698440412743734, "them": 0.3856248362003639}, "nobeladventures": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "nobody": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "non": {"him - them": -0.07143176480850716, "him": 0.24904996938961999, "them": 0.32048173419812714}, "normal": {"him - them": 0.06847819726451676, "him": 0.3948582400258689, "them": 0.32638004276135213}, "not": {"him - them": -0.009232572836619768, "him": 0.3920609707478712, "them": 0.401293543584491}, "nothing": {"him - them": -0.0025193180068885934, "him": 0.3443491805540662, "them": 0.3468684985609548}, "november": {"him - them": -0.046166248180821545, "him": 0.30239205356945875, "them": 0.3485583017502803}, "novemberat": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "now": {"him - them": -0.00029402704501890753, "him": 0.38133754709219475, "them": 0.38163157413721366}, "nowhere": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "nuclear": {"him - them": -0.016140597983467675, "him": 0.26014921400092134, "them": 0.276289811984389}, "number": {"him - them": -0.036445104999447364, "him": 0.29835905867507784, "them": 0.3348041636745252}, "ny": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "nyc": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "observed": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "obtained": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "obvious": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "occur": {"him - them": -0.04545486793736664, "him": 0.32160902634613486, "them": 0.3670638942835015}, "occurred": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "occurs": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "odyssey": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "of": {"him - them": -0.02051051230886647, "him": 0.30343889023628784, "them": 0.3239494025451543}, "off": {"him - them": -0.011943321060378376, "him": 0.3706725002132681, "them": 0.38261582127364646}, "offense": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "offensive": {"him - them": 0.0340116241928867, "him": 0.2788873329423101, "them": 0.2448757087494234}, "offer": {"him - them": -0.04663813218364232, "him": 0.2891281053031454, "them": 0.33576623748678774}, "offered": {"him - them": -0.016680966047695922, "him": 0.35445419452464716, "them": 0.3711351605723431}, "office": {"him - them": 0.08667936562435258, "him": 0.33646890998484186, "them": 0.24978954436048928}, "offloaded": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "offseason": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "often": {"him - them": -0.019587238606848467, "him": 0.3735032651561205, "them": 0.39309050376296895}, "oh": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "oladipo": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "old": {"him - them": -0.04796874779341259, "him": 0.24904996938961999, "them": 0.2970187171830326}, "older": {"him - them": 0.005895892774366862, "him": 0.35445419452464716, "them": 0.3485583017502803}, "omnipresent": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "on": {"him - them": -0.013733210556496789, "him": 0.37994580924105703, "them": 0.3936790197975538}, "once": {"him - them": 0.03042118817970635, "him": 0.38034503627913957, "them": 0.3499238480994332}, "one": {"him - them": -0.017254965362340446, "him": 0.41059367629118104, "them": 0.4278486416535215}, "oni": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "online": {"him - them": 0.09572013965654674, "him": 0.37200995164093575, "them": 0.276289811984389}, "only": {"him - them": -0.04183628724284877, "him": 0.35676131084691726, "them": 0.398597598089766}, "onto": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "open": {"him - them": -0.03616262746326904, "him": 0.3080375914720274, "them": 0.34420021893529645}, "opinion": {"him - them": -0.046421680220599226, "him": 0.295266888374402, "them": 0.34168856859500124}, "opportunity": {"him - them": 0.0856770359386686, "him": 0.35445419452464716, "them": 0.26877715858597856}, "opposing": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "opposite": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "opted": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "opting": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "options": {"him - them": -0.0691244075066813, "him": 0.295266888374402, "them": 0.3643912958810833}, "or": {"him - them": 0.000368362242741227, "him": 0.3868378116524934, "them": 0.3864694494097522}, "order": {"him - them": -0.01831750942530097, "him": 0.3367125688645452, "them": 0.3550300782898462}, "ordering": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "ordinary": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "organisations": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "organs": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "original": {"him - them": 0.03384449674004758, "him": 0.2891281053031454, "them": 0.25528360856309784}, "oscars": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "other": {"him - them": 0.02562876469727321, "him": 0.42204470393404764, "them": 0.39641593923677443}, "others": {"him - them": -0.051857402503609595, "him": 0.3080375914720274, "them": 0.359894993975637}, "otherwise": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "our": {"him - them": 0.008561779022714266, "him": 0.3839686122109606, "them": 0.37540683318824636}, "out": {"him - them": -0.028450088551119468, "him": 0.38128060115783735, "them": 0.4097306897089568}, "outfits": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "outside": {"him - them": 0.005895892774366862, "him": 0.35445419452464716, "them": 0.3485583017502803}, "over": {"him - them": 0.004228013967807531, "him": 0.390044819446557, "them": 0.38581680547874947}, "overall": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "overflowing": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "oversight": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "overturned": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "own": {"him - them": 0.0072716386428244295, "him": 0.37738632776413916, "them": 0.37011468912131473}, "owner": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "p": {"him - them": 0.03648241156561227, "him": 0.35445419452464716, "them": 0.3179717829590349}, "pace": {"him - them": 0.08519665108827862, "him": 0.3626560671674416, "them": 0.27745941607916297}, "paced": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "pacers": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "pack": {"him - them": 0.07060803096907675, "him": 0.35345965285959846, "them": 0.2828516218905217}, "package": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "pad": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "page": {"him - them": 0.039071709164368695, "him": 0.3607176150548357, "them": 0.321645905890467}, "pages": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "pain": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "pains": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "paint": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "painted": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "pair": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "palpable": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "pandemic": {"him - them": 0.03374007739123869, "him": 0.295266888374402, "them": 0.2615268109831633}, "pandemonium": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "parameters": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "parent": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "parents": {"him - them": 0.033933801863909596, "him": 0.2837233462243989, "them": 0.24978954436048928}, "parking": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "parks": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "part": {"him - them": -0.0401847797800397, "him": 0.3428427324427178, "them": 0.3830275122227575}, "particular": {"him - them": -0.0468259272716296, "him": 0.2837233462243989, "them": 0.3305492734960285}, "particularity": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "particularized": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "particularly": {"him - them": -0.06997509644356897, "him": 0.2788873329423101, "them": 0.3488624293858791}, "parts": {"him - them": -0.046421680220599226, "him": 0.295266888374402, "them": 0.34168856859500124}, "party": {"him - them": 0.09529641202495248, "him": 0.3781480339154742, "them": 0.2828516218905217}, "partying": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "pass": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "passenger": {"him - them": 0.03627602440608946, "him": 0.3626560671674416, "them": 0.32638004276135213}, "passengers": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "passions": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "past": {"him - them": 0.03408043502536237, "him": 0.27450570157661053, "them": 0.24042526655124816}, "pastimes": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "paths": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "patience": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "patronize": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "paul": {"him - them": 0.03562963986215101, "him": 0.3868546813352889, "them": 0.3512250414731379}, "paying": {"him - them": -0.06972768735943952, "him": 0.2837233462243989, "them": 0.3534510335838384}, "peace": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "pelicans": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "people": {"him - them": -0.003070347509228244, "him": 0.3942126476415842, "them": 0.39728299515081245}, "per": {"him - them": 0.01608341995207424, "him": 0.35345965285959846, "them": 0.3373762329075242}, "percent": {"him - them": -0.048044860360358765, "him": 0.24661843228578223, "them": 0.294663292646141}, "perceptions": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "perfect": {"him - them": -0.0468259272716296, "him": 0.2837233462243989, "them": 0.3305492734960285}, "perfecting": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "perfectly": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "performance": {"him - them": -0.06997509644356897, "him": 0.2788873329423101, "them": 0.3488624293858791}, "performances": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "performed": {"him - them": -0.046166248180821545, "him": 0.30239205356945875, "them": 0.3485583017502803}, "performing": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "perhaps": {"him - them": -0.017950788934835205, "him": 0.3569438991618976, "them": 0.3748946880967328}, "perimeter": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "period": {"him - them": -0.015897246964747258, "him": 0.2788873329423101, "them": 0.29478457990705736}, "person": {"him - them": -0.0024300913397107826, "him": 0.3607176150548357, "them": 0.36314770639454647}, "personal": {"him - them": 0.06509674313205044, "him": 0.3532931405189006, "them": 0.28819639738685016}, "personality": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "persons": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "perturbation": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "philosopher": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "phone": {"him - them": -0.04545486793736664, "him": 0.32160902634613486, "them": 0.3670638942835015}, "phones": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "photo": {"him - them": 0.033933801863909596, "him": 0.2837233462243989, "them": 0.24978954436048928}, "physical": {"him - them": -0.06874310700288433, "him": 0.30239205356945875, "them": 0.3711351605723431}, "physicist": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "physics": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "pick": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "picked": {"him - them": 0.03665009923439161, "him": 0.3475944092848278, "them": 0.3109443100504362}, "piece": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "pillars": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "pills": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "pistons": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "place": {"him - them": 0.035367128084831057, "him": 0.4013374472273901, "them": 0.36597031914255906}, "placed": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "plague": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "plainly": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "plates": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "play": {"him - them": -0.018965036175293437, "him": 0.3594851049229266, "them": 0.37845014109822006}, "played": {"him - them": 0.0340116241928867, "him": 0.2788873329423101, "them": 0.2448757087494234}, "player": {"him - them": -0.01739663258965085, "him": 0.3107872740400809, "them": 0.32818390662973174}, "players": {"him - them": -0.04771186678866052, "him": 0.25713496518615164, "them": 0.30484683197481216}, "playing": {"him - them": -0.07019653936543774, "him": 0.27450570157661053, "them": 0.34470224094204827}, "playmaking": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "playoff": {"him - them": 0.03627602440608946, "him": 0.3626560671674416, "them": 0.32638004276135213}, "playoffs": {"him - them": 0.03627602440608946, "him": 0.3626560671674416, "them": 0.32638004276135213}, "plays": {"him - them": 0.005895892774366862, "him": 0.35445419452464716, "them": 0.3485583017502803}, "please": {"him - them": -0.035442245943342665, "him": 0.33180364968325177, "them": 0.36724589562659443}, "pleasure": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "point": {"him - them": 0.022393893982021185, "him": 0.36659411291731764, "them": 0.34420021893529645}, "points": {"him - them": 0.0829855207260145, "him": 0.4088646095243613, "them": 0.3258790887983468}, "polarization": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "police": {"him - them": 0.11535210648401367, "him": 0.39481143200771773, "them": 0.27945932552370406}, "policymakers": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "political": {"him - them": 0.03776394905464331, "him": 0.29620667292525893, "them": 0.2584427238706156}, "politicians": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "politics": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "pong": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "popular": {"him - them": -0.01735049642099712, "him": 0.3137026702107983, "them": 0.3310531666317954}, "portable": {"him - them": 0.03562963986215101, "him": 0.3868546813352889, "them": 0.3512250414731379}, "portion": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "position": {"him - them": -0.017127749429078687, "him": 0.3275744915129696, "them": 0.34470224094204827}, "possibilities": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "possibility": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "possible": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "possibly": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "post": {"him - them": -0.016982123598996535, "him": 0.33646890998484186, "them": 0.3534510335838384}, "potentially": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "power": {"him - them": -0.018536562374871834, "him": 0.3242943174231378, "them": 0.34283087979800964}, "powerful": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "practicing": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "predicated": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "predict": {"him - them": 0.005882554626654046, "him": 0.3626560671674416, "them": 0.35677351254078754}, "predictability": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "predicted": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "predictions": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "prepare": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "prepared": {"him - them": -0.046421680220599226, "him": 0.295266888374402, "them": 0.34168856859500124}, "presence": {"him - them": -0.002356244617884584, "him": 0.3744552519447357, "them": 0.3768114965626203}, "present": {"him - them": 0.0059196364888133846, "him": 0.33646890998484186, "them": 0.3305492734960285}, "presented": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "presidency": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "president": {"him - them": 0.08798965867103384, "him": 0.3107872740400809, "them": 0.22279761536904705}, "press": {"him - them": 0.03648241156561227, "him": 0.35445419452464716, "them": 0.3179717829590349}, "pretended": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "preventing": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "prevention": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "previous": {"him - them": -0.05134621529740985, "him": 0.3201282527820519, "them": 0.3714744680794618}, "previously": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "price": {"him - them": 0.0059346567486352475, "him": 0.3201282527820519, "them": 0.3141935960334167}, "prickly": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "privacy": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "private": {"him - them": -0.0468259272716296, "him": 0.2837233462243989, "them": 0.3305492734960285}, "probability": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "probable": {"him - them": 0.03711386176244558, "him": 0.3275744915129696, "them": 0.290460629750524}, "probably": {"him - them": -0.015833033549544018, "him": 0.2837233462243989, "them": 0.2995563797739429}, "problem": {"him - them": 0.0011644967324588862, "him": 0.38916031744841406, "them": 0.3879958207159552}, "problems": {"him - them": -0.01735049642099712, "him": 0.3137026702107983, "them": 0.3310531666317954}, "proceeded": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "process": {"him - them": 0.013253780711183494, "him": 0.3698336202506705, "them": 0.356579839539487}, "produce": {"him - them": -0.04663813218364232, "him": 0.2891281053031454, "them": 0.33576623748678774}, "produced": {"him - them": -0.002450542996221494, "him": 0.3569438991618976, "them": 0.3593944421581191}, "product": {"him - them": -0.10409294883635367, "him": 0.27450570157661053, "them": 0.3785986504129642}, "production": {"him - them": 0.039750331369266034, "him": 0.33441362401540703, "them": 0.294663292646141}, "products": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "professional": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "professionals": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "progress": {"him - them": 0.06847819726451676, "him": 0.3948582400258689, "them": 0.32638004276135213}, "progressively": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "prohibition": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "project": {"him - them": -0.11916051625655077, "him": 0.2542930051599047, "them": 0.3734535214164555}, "projecting": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "prolific": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "promising": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "prompt": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "proper": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "properties": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "property": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "prophet": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "proposed": {"him - them": -0.04585464206448342, "him": 0.3109188704763041, "them": 0.35677351254078754}, "prosecute": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "protect": {"him - them": 0.0856770359386686, "him": 0.35445419452464716, "them": 0.26877715858597856}, "protectors": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "proud": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "proven": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "provide": {"him - them": 0.042291818887459254, "him": 0.38916031744841406, "them": 0.3468684985609548}, "provided": {"him - them": -0.015760584728718663, "him": 0.2891281053031454, "them": 0.3048886900318641}, "provider": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "providers": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "providing": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "proxy": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "prudence": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "psychologically": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "psychologist": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "public": {"him - them": -0.040401012463013364, "him": 0.33690975330574185, "them": 0.3773107657687552}, "publications": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "published": {"him - them": -0.015954928173913474, "him": 0.27450570157661053, "them": 0.290460629750524}, "pull": {"him - them": 0.03648241156561227, "him": 0.35445419452464716, "them": 0.3179717829590349}, "purchased": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "purposes": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "pursue": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "pushback": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "put": {"him - them": -0.019587238606848467, "him": 0.3735032651561205, "them": 0.39309050376296895}, "puts": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "putting": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "pyjamas": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "quality": {"him - them": -0.047274555102937155, "him": 0.2704959095759807, "them": 0.31777046467891784}, "quantum": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "quest": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "question": {"him - them": 0.022218891650360895, "him": 0.3781480339154742, "them": 0.3559291422651133}, "questioned": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "questions": {"him - them": 0.037412858226409273, "him": 0.3137026702107983, "them": 0.276289811984389}, "quick": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "quicker": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "quickly": {"him - them": -0.04663813218364232, "him": 0.2891281053031454, "them": 0.33576623748678774}, "quite": {"him - them": -0.04699175585603671, "him": 0.2788873329423101, "them": 0.3258790887983468}, "race": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "radical": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "radioactivity": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "radios": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "radius": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "rage": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "raise": {"him - them": 0.036912530210898964, "him": 0.33646890998484186, "them": 0.2995563797739429}, "rallied": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "rand": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "random": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "randomized": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "ranked": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "rapper": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "rather": {"him - them": 0.016140145833248076, "him": 0.3471933124650435, "them": 0.3310531666317954}, "ratio": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "ray": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "rays": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "re": {"him - them": -0.05621536973511598, "him": 0.30470744880521045, "them": 0.36092281854032643}, "reached": {"him - them": 0.0059196364888133846, "him": 0.33646890998484186, "them": 0.3305492734960285}, "read": {"him - them": 0.06070345664319793, "him": 0.39481143200771773, "them": 0.3341079753645198}, "reader": {"him - them": 0.03808472748508135, "him": 0.3948582400258689, "them": 0.35677351254078754}, "readily": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "reading": {"him - them": 0.06395443788205751, "him": 0.3781480339154742, "them": 0.3141935960334167}, "ready": {"him - them": -0.04663813218364232, "him": 0.2891281053031454, "them": 0.33576623748678774}, "real": {"him - them": 0.026516479320875752, "him": 0.39481143200771773, "them": 0.368294952686842}, "reality": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "realization": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "really": {"him - them": -0.005542038884769007, "him": 0.3820201187233105, "them": 0.3875621576080795}, "reason": {"him - them": 0.0059196364888133846, "him": 0.33646890998484186, "them": 0.3305492734960285}, "reasons": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "reassuring": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "reawakens": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "rebellious": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "rebounding": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "rebounds": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "recalled": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "received": {"him - them": -0.015833033549544018, "him": 0.2837233462243989, "them": 0.2995563797739429}, "recent": {"him - them": 0.0059346567486352475, "him": 0.3201282527820519, "them": 0.3141935960334167}, "recently": {"him - them": 0.016165273924334478, "him": 0.3443491805540662, "them": 0.32818390662973174}, "recognize": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "reconciliations": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "record": {"him - them": -0.046421680220599226, "him": 0.295266888374402, "them": 0.34168856859500124}, "records": {"him - them": 0.08714922496172142, "him": 0.3275744915129696, "them": 0.24042526655124816}, "red": {"him - them": -0.08727014517507636, "him": 0.295266888374402, "them": 0.3825370335494784}, "reduce": {"him - them": -0.046166248180821545, "him": 0.30239205356945875, "them": 0.3485583017502803}, "reduction": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "referee": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "reference": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "referred": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "reflects": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "refusal": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "regard": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "region": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "regularly": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "relate": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "relations": {"him - them": 0.08752948186250364, "him": 0.3201282527820519, "them": 0.23259877091954828}, "relationship": {"him - them": 0.040867913469240125, "him": 0.37497588883375993, "them": 0.3341079753645198}, "relationships": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "relativity": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "relax": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "relay": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "relentless": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "relevant": {"him - them": 0.00590584068982658, "him": 0.3475944092848278, "them": 0.34168856859500124}, "reliable": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "reliance": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "relies": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "rely": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "remaining": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "remains": {"him - them": -0.015760584728718663, "him": 0.2891281053031454, "them": 0.3048886900318641}, "remember": {"him - them": -0.04663813218364232, "him": 0.2891281053031454, "them": 0.33576623748678774}, "remind": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "remodel": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "remote": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "rented": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "report": {"him - them": -0.01751929629821697, "him": 0.3029624378999102, "them": 0.32048173419812714}, "republican": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "request": {"him - them": 0.09380940074480032, "him": 0.3986980907766644, "them": 0.3048886900318641}, "required": {"him - them": -0.017127749429078687, "him": 0.3275744915129696, "them": 0.34470224094204827}, "requirement": {"him - them": 0.03374007739123869, "him": 0.295266888374402, "them": 0.2615268109831633}, "requirements": {"him - them": 0.005895892774366862, "him": 0.35445419452464716, "them": 0.3485583017502803}, "requiring": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "research": {"him - them": -0.0026200449665068626, "him": 0.32616069670969583, "them": 0.3287807416762027}, "researched": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "resolve": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "respect": {"him - them": -0.04545486793736664, "him": 0.32160902634613486, "them": 0.3670638942835015}, "respective": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "respond": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "response": {"him - them": 0.00592456088490495, "him": 0.33180364968325177, "them": 0.3258790887983468}, "responsibility": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "responsible": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "responsive": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "rest": {"him - them": 0.038522880856692476, "him": 0.3802114494516937, "them": 0.34168856859500124}, "restaurant": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "result": {"him - them": -0.017058779702627314, "him": 0.33180364968325177, "them": 0.3488624293858791}, "retrieved": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "return": {"him - them": 0.07025698530431168, "him": 0.3607176150548357, "them": 0.290460629750524}, "returned": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "returning": {"him - them": 0.015749153413157968, "him": 0.38688431398550105, "them": 0.3711351605723431}, "reveals": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "review": {"him - them": 0.08714922496172142, "him": 0.3275744915129696, "them": 0.24042526655124816}, "reviews": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "revolution": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "reyes": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "richmond": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "ride": {"him - them": 0.08714922496172142, "him": 0.3275744915129696, "them": 0.24042526655124816}, "ridenyc": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "ridiculous": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "rifts": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "right": {"him - them": 0.016270679356442164, "him": 0.3930366720623754, "them": 0.37676599270593325}, "rightly": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "rights": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "risk": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "road": {"him - them": -0.07154516518630832, "him": 0.24661843228578223, "them": 0.31816359747209055}, "robbed": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "robbery": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "rock": {"him - them": -0.046421680220599226, "him": 0.295266888374402, "them": 0.34168856859500124}, "rockets": {"him - them": 0.005895892774366862, "him": 0.35445419452464716, "them": 0.3485583017502803}, "rohan": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "role": {"him - them": -0.01812905469428533, "him": 0.3471933124650435, "them": 0.3653223671593288}, "rolled": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "rookie": {"him - them": 0.03627602440608946, "him": 0.3626560671674416, "them": 0.32638004276135213}, "room": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "root": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "rounds": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "roy": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "rule": {"him - them": 0.005863632261989715, "him": 0.3729275265454912, "them": 0.3670638942835015}, "ruled": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "rules": {"him - them": 0.00590584068982658, "him": 0.3475944092848278, "them": 0.34168856859500124}, "ruling": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "rulings": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "run": {"him - them": -0.017881035358128516, "him": 0.3607176150548357, "them": 0.3785986504129642}, "running": {"him - them": -0.04585464206448342, "him": 0.3109188704763041, "them": 0.35677351254078754}, "russell": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "s": {"him - them": -0.03111234110233474, "him": 0.3394107235341469, "them": 0.37052306463648166}, "sabonis": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "sad": {"him - them": -0.04545486793736664, "him": 0.32160902634613486, "them": 0.3670638942835015}, "sadly": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "safely": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "saftar": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "said": {"him - them": -0.0004134850822901104, "him": 0.354271424256767, "them": 0.3546849093390571}, "sake": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "saline": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "same": {"him - them": 0.006713072066995895, "him": 0.3594851049229266, "them": 0.35277203285593073}, "saturday": {"him - them": -0.06997509644356897, "him": 0.2788873329423101, "them": 0.3488624293858791}, "sauce": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "saudi": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "save": {"him - them": 0.03374007739123869, "him": 0.295266888374402, "them": 0.2615268109831633}, "saved": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "saving": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "savings": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "saw": {"him - them": -0.03638003837778059, "him": 0.3006077203134288, "them": 0.3369877586912094}, "say": {"him - them": 0.00725986710381421, "him": 0.3818933461962038, "them": 0.3746334790923896}, "saying": {"him - them": 0.08714922496172142, "him": 0.3275744915129696, "them": 0.24042526655124816}, "says": {"him - them": -0.04699175585603671, "him": 0.2788873329423101, "them": 0.3258790887983468}, "scared": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "scenarios": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "scenes": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "school": {"him - them": -0.002534072017656208, "him": 0.34166614691764025, "them": 0.34420021893529645}, "science": {"him - them": 0.005942839278090251, "him": 0.3054346017740225, "them": 0.29949176249593223}, "scientific": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "scientists": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "scorching": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "score": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "scorer": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "scoring": {"him - them": 0.005895892774366862, "him": 0.35445419452464716, "them": 0.3485583017502803}, "screen": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "scripted": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "scrubs": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "scrutiny": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "se": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "search": {"him - them": 0.1231047848650535, "him": 0.3224943982920842, "them": 0.1993896134270307}, "searched": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "searching": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "season": {"him - them": -0.0028229365434060405, "him": 0.2903991461312287, "them": 0.29322208267463473}, "seating": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "second": {"him - them": -0.0291680313494328, "him": 0.35470321675934646, "them": 0.38387124810877926}, "see": {"him - them": -0.03055203893126429, "him": 0.33158685890331807, "them": 0.36213889783458236}, "seed": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "seedy": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "seeing": {"him - them": 0.0367910824801147, "him": 0.3416797725119788, "them": 0.3048886900318641}, "seem": {"him - them": 0.04066719539266306, "him": 0.38156002661935867, "them": 0.3408928312266956}, "seemed": {"him - them": 0.02196932309383204, "him": 0.39373461137252663, "them": 0.3717652882786946}, "seemingly": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "seems": {"him - them": -0.051857402503609595, "him": 0.3080375914720274, "them": 0.359894993975637}, "seen": {"him - them": -0.07784242078479126, "him": 0.3006077203134288, "them": 0.37845014109822006}, "seinfeld": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "selecting": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "selections": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "self": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "sell": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "semi": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "senior": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "sensational": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "sense": {"him - them": 0.00590584068982658, "him": 0.3475944092848278, "them": 0.34168856859500124}, "sensitive": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "sent": {"him - them": 0.03883260868993477, "him": 0.36938188218596324, "them": 0.3305492734960285}, "sentences": {"him - them": 0.03562963986215101, "him": 0.3868546813352889, "them": 0.3512250414731379}, "separations": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "sept": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "series": {"him - them": -0.1061536005701485, "him": 0.24661843228578223, "them": 0.35277203285593073}, "serious": {"him - them": 0.03648241156561227, "him": 0.35445419452464716, "them": 0.3179717829590349}, "serves": {"him - them": 0.03627602440608946, "him": 0.3626560671674416, "them": 0.32638004276135213}, "service": {"him - them": -0.1056019888157323, "him": 0.2542930051599047, "them": 0.359894993975637}, "serving": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "set": {"him - them": 0.0843134854736019, "him": 0.38916031744841406, "them": 0.30484683197481216}, "sets": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "several": {"him - them": -0.04394704706891117, "him": 0.3367125688645452, "them": 0.3806596159334564}, "severe": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "shade": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "share": {"him - them": 0.05952383923634896, "him": 0.4180994021137455, "them": 0.35857556287739656}, "shared": {"him - them": 0.14341448221356656, "him": 0.3986980907766644, "them": 0.25528360856309784}, "sharing": {"him - them": -0.0167968865962555, "him": 0.3475944092848278, "them": 0.3643912958810833}, "she": {"him - them": -0.007732608859221113, "him": 0.271387930283364, "them": 0.2791205391425851}, "sheri": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "sherlock": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "shifted": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "shifts": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "shinier": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "ship": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "shocked": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "shocking": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "short": {"him - them": 0.07691792866115826, "him": 0.4178107598878539, "them": 0.3408928312266956}, "shorten": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "shortly": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "shot": {"him - them": 0.039071709164368695, "him": 0.3607176150548357, "them": 0.321645905890467}, "shots": {"him - them": -0.04545486793736664, "him": 0.32160902634613486, "them": 0.3670638942835015}, "should": {"him - them": 0.001075153594307987, "him": 0.35602843557908087, "them": 0.3549532819847729}, "shouldn": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "show": {"him - them": 0.026818403508471478, "him": 0.3795904363644022, "them": 0.35277203285593073}, "showed": {"him - them": -0.04663813218364232, "him": 0.2891281053031454, "them": 0.33576623748678774}, "showing": {"him - them": 0.0059196364888133846, "him": 0.33646890998484186, "them": 0.3305492734960285}, "shown": {"him - them": -0.0167968865962555, "him": 0.3475944092848278, "them": 0.3643912958810833}, "shows": {"him - them": 0.015879689067339164, "him": 0.3744552519447357, "them": 0.35857556287739656}, "shut": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "side": {"him - them": -0.03153549648028259, "him": 0.3502209476396933, "them": 0.3817564441199759}, "sidestepping": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "sight": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "sightseeing": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "significant": {"him - them": -0.03580088948306137, "him": 0.3201282527820519, "them": 0.3559291422651133}, "significantly": {"him - them": -0.046166248180821545, "him": 0.30239205356945875, "them": 0.3485583017502803}, "silence": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "silent": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "similar": {"him - them": -0.015833033549544018, "him": 0.2837233462243989, "them": 0.2995563797739429}, "simmons": {"him - them": 0.005882554626654046, "him": 0.3626560671674416, "them": 0.35677351254078754}, "simon": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "simply": {"him - them": -0.047397239072922426, "him": 0.26679635696049425, "them": 0.3141935960334167}, "since": {"him - them": 0.04656844987134756, "him": 0.3964282691054199, "them": 0.34985981923407233}, "sing": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "single": {"him - them": -0.0024871553288487447, "him": 0.3502209476396933, "them": 0.35270810296854205}, "singleton": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "sinhalese": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "sister": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "sit": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "sitting": {"him - them": 0.08519665108827862, "him": 0.3626560671674416, "them": 0.27745941607916297}, "situation": {"him - them": -0.018228847057996767, "him": 0.34166614691764025, "them": 0.359894993975637}, "six": {"him - them": 0.04077180100794997, "him": 0.3781480339154742, "them": 0.3373762329075242}, "sixers": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "sixth": {"him - them": 0.03648241156561227, "him": 0.35445419452464716, "them": 0.3179717829590349}, "size": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "skins": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "slack": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "slang": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "sleep": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "sleepless": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "sliced": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "slices": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "slightly": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "slow": {"him - them": 0.021790854838599938, "him": 0.4043278883880783, "them": 0.3825370335494784}, "small": {"him - them": -0.002407842343503719, "him": 0.3648380532830907, "them": 0.36724589562659443}, "smell": {"him - them": 0.033933801863909596, "him": 0.2837233462243989, "them": 0.24978954436048928}, "smidgen": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "smooth": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "so": {"him - them": -0.0014706626852887261, "him": 0.40562321599396606, "them": 0.4070938786792548}, "social": {"him - them": -0.035442245943342665, "him": 0.33180364968325177, "them": 0.36724589562659443}, "society": {"him - them": -0.03557321488157689, "him": 0.3275744915129696, "them": 0.36314770639454647}, "somalia": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "some": {"him - them": -0.017777775736039725, "him": 0.3997342094262379, "them": 0.4175119851622776}, "someone": {"him - them": -0.016680966047695922, "him": 0.35445419452464716, "them": 0.3711351605723431}, "something": {"him - them": -0.02982417941989518, "him": 0.35733220495222257, "them": 0.38715638437211775}, "sometimes": {"him - them": -0.017058779702627314, "him": 0.33180364968325177, "them": 0.3488624293858791}, "somewhere": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "son": {"him - them": -0.015954928173913474, "him": 0.27450570157661053, "them": 0.290460629750524}, "soon": {"him - them": -0.03580088948306137, "him": 0.3201282527820519, "them": 0.3559291422651133}, "sore": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "sorry": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "sort": {"him - them": -0.04545486793736664, "him": 0.32160902634613486, "them": 0.3670638942835015}, "soul": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "sounding": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "south": {"him - them": -0.016099518174895633, "him": 0.26335980734880843, "them": 0.27945932552370406}, "southbank": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "southern": {"him - them": 0.03384449674004758, "him": 0.2891281053031454, "them": 0.25528360856309784}, "soy": {"him - them": 0.03463984598963318, "him": 0.2340294594166639, "them": 0.1993896134270307}, "space": {"him - them": -0.018228847057996767, "him": 0.34166614691764025, "them": 0.359894993975637}, "speak": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "speaker": {"him - them": -0.04545486793736664, "him": 0.32160902634613486, "them": 0.3670638942835015}, "speaking": {"him - them": 0.08519665108827862, "him": 0.3626560671674416, "them": 0.27745941607916297}, "special": {"him - them": 0.037276630891530216, "him": 0.3201282527820519, "them": 0.2828516218905217}, "specific": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "spectators": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "speech": {"him - them": 0.034141991281181644, "him": 0.2704959095759807, "them": 0.23635391829479904}, "spent": {"him - them": 0.0059369472263598455, "him": 0.3168068616436382, "them": 0.31086991441727835}, "sphere": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "spirit": {"him - them": -0.03580088948306137, "him": 0.3201282527820519, "them": 0.3559291422651133}, "spirited": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "sports": {"him - them": -0.04585464206448342, "him": 0.3109188704763041, "them": 0.35677351254078754}, "spots": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "square": {"him - them": 0.005882554626654046, "him": 0.3626560671674416, "them": 0.35677351254078754}, "squarely": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "stability": {"him - them": 0.08519665108827862, "him": 0.3626560671674416, "them": 0.27745941607916297}, "stadium": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "stadler": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "stakes": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "stan": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "standard": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "standing": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "standings": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "staple": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "star": {"him - them": 0.03926605682618178, "him": 0.35345965285959846, "them": 0.3141935960334167}, "start": {"him - them": -0.04751010706846992, "him": 0.26335980734880843, "them": 0.31086991441727835}, "started": {"him - them": 0.04315319610584534, "him": 0.4114481487926873, "them": 0.368294952686842}, "starting": {"him - them": -0.03557321488157689, "him": 0.3275744915129696, "them": 0.36314770639454647}, "starts": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "state": {"him - them": 0.02312874566257689, "him": 0.3099759637126704, "them": 0.2868472180500935}, "statement": {"him - them": 0.0860675983016645, "him": 0.3475944092848278, "them": 0.2615268109831633}, "states": {"him - them": -0.01743993053170928, "him": 0.3080375914720274, "them": 0.3254775220037367}, "station": {"him - them": -0.015897246964747258, "him": 0.2788873329423101, "them": 0.29478457990705736}, "statistics": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "statue": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "stay": {"him - them": 0.0371991606566725, "him": 0.3237023689415068, "them": 0.2865032082848343}, "stayed": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "steadfast": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "steadiness": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "steal": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "step": {"him - them": 0.026934251882408222, "him": 0.3735032651561205, "them": 0.34656901327371226}, "stepped": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "steps": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "steve": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "steven": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "stevens": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "still": {"him - them": -0.05818938824954867, "him": 0.33418061462020265, "them": 0.3923700028697513}, "stint": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "stitches": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "stole": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "stop": {"him - them": -0.0024871553288487447, "him": 0.3502209476396933, "them": 0.35270810296854205}, "stopped": {"him - them": 0.06891253102646616, "him": 0.38688431398550105, "them": 0.3179717829590349}, "store": {"him - them": -0.04545486793736664, "him": 0.32160902634613486, "them": 0.3670638942835015}, "stories": {"him - them": 0.06956656191287164, "him": 0.3744552519447357, "them": 0.3048886900318641}, "storytellers": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "stout": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "straight": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "strained": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "strange": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "strategies": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "streak": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "street": {"him - them": 0.015975623897211633, "him": 0.3648380532830907, "them": 0.3488624293858791}, "streets": {"him - them": 0.005913535025191041, "him": 0.3416797725119788, "them": 0.33576623748678774}, "strong": {"him - them": 0.06437648457786188, "him": 0.36922331655267404, "them": 0.30484683197481216}, "struggles": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "students": {"him - them": 0.0371991606566725, "him": 0.3237023689415068, "them": 0.2865032082848343}, "studies": {"him - them": 0.07025698530431168, "him": 0.3607176150548357, "them": 0.290460629750524}, "stuff": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "style": {"him - them": 0.038522880856692476, "him": 0.3802114494516937, "them": 0.34168856859500124}, "subject": {"him - them": 0.022042101428704497, "him": 0.38928799705529893, "them": 0.36724589562659443}, "subway": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "success": {"him - them": 0.005913535025191041, "him": 0.3416797725119788, "them": 0.33576623748678774}, "such": {"him - them": 0.025616952709327012, "him": 0.38783979097472465, "them": 0.36222283826539764}, "sudden": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "suffer": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "suffering": {"him - them": 0.08519665108827862, "him": 0.3626560671674416, "them": 0.27745941607916297}, "sufficiently": {"him - them": 0.03562963986215101, "him": 0.3868546813352889, "them": 0.3512250414731379}, "suggested": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "suggests": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "suicide": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "sullen": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "sullivan": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "superstar": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "support": {"him - them": -0.08990721377539174, "him": 0.2542930051599047, "them": 0.34420021893529645}, "supporters": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "supportive": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "supposed": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "suppress": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "suppression": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "sure": {"him - them": 0.006717031788937511, "him": 0.35733220495222257, "them": 0.35061517316328505}, "surpassed": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "surprised": {"him - them": -0.04585464206448342, "him": 0.3109188704763041, "them": 0.35677351254078754}, "surprising": {"him - them": 0.00590584068982658, "him": 0.3475944092848278, "them": 0.34168856859500124}, "suspect": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "suspected": {"him - them": 0.03384449674004758, "him": 0.2891281053031454, "them": 0.25528360856309784}, "suspend": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "swamps": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "swarm": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "swarming": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "sweet": {"him - them": 0.015749153413157968, "him": 0.38688431398550105, "them": 0.3711351605723431}, "swim": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "swoop": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "system": {"him - them": 0.04077180100794997, "him": 0.3781480339154742, "them": 0.3373762329075242}, "t": {"him - them": -0.00888983543550198, "him": 0.3627725031365892, "them": 0.3716623385720912}, "tables": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "tackle": {"him - them": 0.03374007739123869, "him": 0.295266888374402, "them": 0.2615268109831633}, "take": {"him - them": -0.07426556783746452, "him": 0.3223185170883703, "them": 0.3965840849258348}, "taken": {"him - them": 0.013240342096180968, "him": 0.3716338984440734, "them": 0.35839355634789244}, "takes": {"him - them": 0.11868463846853039, "him": 0.3802114494516937, "them": 0.2615268109831633}, "takeshi": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "taking": {"him - them": 0.04267000592197784, "him": 0.37747416959650304, "them": 0.3348041636745252}, "talent": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "talented": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "talks": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "tank": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "tasman": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "tatum": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "taxes": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "taxi": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "taxis": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "teach": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "team": {"him - them": -0.10715827756430657, "him": 0.23219588386211493, "them": 0.3393541614264215}, "teammates": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "teams": {"him - them": 0.022312921569479283, "him": 0.37200995164093575, "them": 0.34969703007145647}, "tear": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "technique": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "techniques": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "technological": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "technologies": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "technology": {"him - them": -0.035901241324903854, "him": 0.3168068616436382, "them": 0.35270810296854205}, "teens": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "telekinesis": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "tell": {"him - them": 0.005928585622502591, "him": 0.3275744915129696, "them": 0.321645905890467}, "telling": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "temperament": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "tend": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "tends": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "term": {"him - them": 0.04066719539266306, "him": 0.38156002661935867, "them": 0.3408928312266956}, "terms": {"him - them": -0.015760584728718663, "him": 0.2891281053031454, "them": 0.3048886900318641}, "terrible": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "terrorism": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "test": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "than": {"him - them": -0.03973943482810943, "him": 0.3625010218357395, "them": 0.40224045666384894}, "thanapob": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "thank": {"him - them": 0.0367910824801147, "him": 0.3416797725119788, "them": 0.3048886900318641}, "thanks": {"him - them": 0.039173434482979774, "him": 0.3569438991618976, "them": 0.31777046467891784}, "that": {"him - them": -0.015041278015060777, "him": 0.3582756463227733, "them": 0.3733169243378341}, "the": {"him - them": -0.008756282872419086, "him": 0.2563281507906438, "them": 0.2650844336630629}, "theatre": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "their": {"him - them": -0.03792173285011996, "him": 0.375945413994322, "them": 0.413867146844442}, "them": {"him - them": -0.09565006090854661, "him": 0.39909505455889493, "them": 0.49474511546744154}, "themed": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "themselves": {"him - them": -0.017950788934835205, "him": 0.3569438991618976, "them": 0.3748946880967328}, "then": {"him - them": 0.027234451970535756, "him": 0.44353789329482274, "them": 0.416303441324287}, "theories": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "theory": {"him - them": 0.005882554626654046, "him": 0.3626560671674416, "them": 0.35677351254078754}, "there": {"him - them": -0.03753900215416778, "him": 0.3856265237990586, "them": 0.4231655259532264}, "these": {"him - them": -0.02817920080943137, "him": 0.3777523842698447, "them": 0.40593158507927607}, "they": {"him - them": -0.029117718116264735, "him": 0.3758232292630589, "them": 0.4049409473793236}, "thickness": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "thieves": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "thimble": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "thing": {"him - them": 0.06500962285203193, "him": 0.35527089366493597, "them": 0.29026127081290404}, "things": {"him - them": 0.011640131305835633, "him": 0.4106844249330861, "them": 0.39904429362725047}, "think": {"him - them": -0.053109311584881524, "him": 0.35215058777235864, "them": 0.40525989935724016}, "thinkers": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "thinking": {"him - them": 0.03665009923439161, "him": 0.3475944092848278, "them": 0.3109443100504362}, "third": {"him - them": 0.016250026543316476, "him": 0.33441362401540703, "them": 0.31816359747209055}, "thirty": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "this": {"him - them": -0.0048371507709587536, "him": 0.3917695825083448, "them": 0.39660673327930357}, "thorny": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "those": {"him - them": -0.04357982426707241, "him": 0.35098520768931935, "them": 0.39456503195639175}, "though": {"him - them": -0.04449321941994644, "him": 0.3224943982920842, "them": 0.36698761771203064}, "thought": {"him - them": -0.018434447626603956, "him": 0.3301157387850733, "them": 0.34855018641167723}, "thoughts": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "thousands": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "three": {"him - them": -0.009873665813105281, "him": 0.36170213064307527, "them": 0.37157579645618055}, "thrilled": {"him - them": 0.08457439782475906, "him": 0.3729275265454912, "them": 0.28835312872073215}, "thrives": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "through": {"him - them": 0.0029925838290275064, "him": 0.38087621668196087, "them": 0.37788363285293336}, "throughout": {"him - them": 0.04199784606010315, "him": 0.39792698832521645, "them": 0.3559291422651133}, "throw": {"him - them": -0.04545486793736664, "him": 0.32160902634613486, "them": 0.3670638942835015}, "throws": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "thunder": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "tickets": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "tien": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "ties": {"him - them": 0.0856770359386686, "him": 0.35445419452464716, "them": 0.26877715858597856}, "tile": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "time": {"him - them": 0.039504149290085, "him": 0.4322010380464142, "them": 0.3926968887563292}, "times": {"him - them": -0.01831750942530097, "him": 0.3367125688645452, "them": 0.3550300782898462}, "tiptoeing": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "titled": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "titles": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "to": {"him - them": -0.007960493336755414, "him": 0.3229552216550599, "them": 0.3309157149918153}, "today": {"him - them": -0.051857402503609595, "him": 0.3080375914720274, "them": 0.359894993975637}, "together": {"him - them": -0.06422017970853017, "him": 0.34166614691764025, "them": 0.4058863266261704}, "told": {"him - them": -0.030146523333778596, "him": 0.34608986338490916, "them": 0.37623638671868775}, "toll": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "tomorrow": {"him - them": 0.0059196364888133846, "him": 0.33646890998484186, "them": 0.3305492734960285}, "tonkotsu": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "too": {"him - them": -0.0291680313494328, "him": 0.35470321675934646, "them": 0.38387124810877926}, "took": {"him - them": 0.006727316552741891, "him": 0.3513919472087444, "them": 0.3446646306560025}, "tool": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "top": {"him - them": -0.007018663077305531, "him": 0.3495611764621815, "them": 0.356579839539487}, "torn": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "tortured": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "touch": {"him - them": 0.08519665108827862, "him": 0.3626560671674416, "them": 0.27745941607916297}, "tough": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "tour": {"him - them": 0.0340116241928867, "him": 0.2788873329423101, "them": 0.2448757087494234}, "tours": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "toward": {"him - them": -0.017247980125472295, "him": 0.3201282527820519, "them": 0.3373762329075242}, "towards": {"him - them": 0.015820153570610396, "him": 0.3802114494516937, "them": 0.3643912958810833}, "town": {"him - them": -0.07194523700603264, "him": 0.23789861248630093, "them": 0.30984384949233357}, "toxic": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "track": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "tracks": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "trade": {"him - them": 0.005882554626654046, "him": 0.3626560671674416, "them": 0.35677351254078754}, "traded": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "traditional": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "traffic": {"him - them": 0.0860675983016645, "him": 0.3475944092848278, "them": 0.2615268109831633}, "trail": {"him - them": 0.03374007739123869, "him": 0.295266888374402, "them": 0.2615268109831633}, "train": {"him - them": 0.08519665108827862, "him": 0.3626560671674416, "them": 0.27745941607916297}, "transgressive": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "transporting": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "trauma": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "travel": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "treated": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "trends": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "tried": {"him - them": -0.0024871553288487447, "him": 0.3502209476396933, "them": 0.35270810296854205}, "tries": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "trigger": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "trimmed": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "trimmings": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "trivia": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "trouble": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "true": {"him - them": 0.006673565836012418, "him": 0.3781480339154742, "them": 0.3714744680794618}, "truly": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "trump": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "trust": {"him - them": -0.03513172405064152, "him": 0.3416797725119788, "them": 0.3768114965626203}, "truth": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "try": {"him - them": -0.05119231915522604, "him": 0.3237023689415068, "them": 0.3748946880967328}, "trying": {"him - them": -0.03608122452087392, "him": 0.3107872740400809, "them": 0.3468684985609548}, "tumultuous": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "turbulence": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "turn": {"him - them": 0.04042556766941985, "him": 0.38928799705529893, "them": 0.3488624293858791}, "turned": {"him - them": 0.005913535025191041, "him": 0.3416797725119788, "them": 0.33576623748678774}, "turns": {"him - them": 0.06847819726451676, "him": 0.3948582400258689, "them": 0.32638004276135213}, "twenty": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "twitter": {"him - them": -0.047888246625021225, "him": 0.251603515870911, "them": 0.29949176249593223}, "two": {"him - them": -0.04183628724284877, "him": 0.35676131084691726, "them": 0.398597598089766}, "tyler": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "type": {"him - them": 0.00590584068982658, "him": 0.3475944092848278, "them": 0.34168856859500124}, "u": {"him - them": -0.016280650430371912, "him": 0.24904996938961999, "them": 0.2653306198199919}, "ugly": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "ultimately": {"him - them": 0.06847819726451676, "him": 0.3948582400258689, "them": 0.32638004276135213}, "unbridled": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "uncertainty": {"him - them": 0.005863632261989715, "him": 0.3729275265454912, "them": 0.3670638942835015}, "unchecked": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "uncommunicative": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "unconstitutional": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "uncredited": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "under": {"him - them": 0.016358847844915703, "him": 0.3207560272402486, "them": 0.3043971793953329}, "underground": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "underlying": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "undermined": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "underrated": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "understand": {"him - them": -0.07019653936543774, "him": 0.27450570157661053, "them": 0.34470224094204827}, "understanding": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "understood": {"him - them": 0.06791836916056115, "him": 0.4048373973239823, "them": 0.3369190281634211}, "undertake": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "undone": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "unenticing": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "unfair": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "uniform": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "unimaginable": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "united": {"him - them": 0.0059346567486352475, "him": 0.3201282527820519, "them": 0.3141935960334167}, "unless": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "unpleasant": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "unpredictable": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "unrest": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "unruly": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "unsettled": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "unstated": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "until": {"him - them": 0.005913535025191041, "him": 0.3416797725119788, "them": 0.33576623748678774}, "unwelcome": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "unwritten": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "up": {"him - them": 0.022244477139947483, "him": 0.4135618978716302, "them": 0.39131742073168274}, "update": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "upheaval": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "upon": {"him - them": 0.03627602440608946, "him": 0.3626560671674416, "them": 0.32638004276135213}, "uppity": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "upset": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "uranium": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "us": {"him - them": -0.03800580975785972, "him": 0.34516463576618117, "them": 0.3831704455240409}, "usd": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "use": {"him - them": -0.04930739919804855, "him": 0.3428427324427178, "them": 0.39215013164076634}, "used": {"him - them": -0.019500053341707735, "him": 0.33158685890331807, "them": 0.3510869122450258}, "useful": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "users": {"him - them": -0.04714020431385646, "him": 0.27450570157661053, "them": 0.321645905890467}, "uses": {"him - them": -0.015833033549544018, "him": 0.2837233462243989, "them": 0.2995563797739429}, "using": {"him - them": -0.07131181142331805, "him": 0.251603515870911, "them": 0.32291532729422906}, "usual": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "usually": {"him - them": -0.016895790365417773, "him": 0.3416797725119788, "them": 0.35857556287739656}, "utah": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "v": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "valuable": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "value": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "valued": {"him - them": 0.03562963986215101, "him": 0.3868546813352889, "them": 0.3512250414731379}, "various": {"him - them": -0.04714020431385646, "him": 0.27450570157661053, "them": 0.321645905890467}, "varying": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "vast": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "ve": {"him - them": -0.15481573809535076, "him": 0.22386383182161151, "them": 0.3786795699169623}, "vehicle": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "verbally": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "verne": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "version": {"him - them": -0.04714020431385646, "him": 0.27450570157661053, "them": 0.321645905890467}, "very": {"him - them": -0.045352820247074266, "him": 0.379617455844215, "them": 0.4249702760912893}, "via": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "vicious": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "victims": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "victor": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "videos": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "view": {"him - them": -0.015897246964747258, "him": 0.2788873329423101, "them": 0.29478457990705736}, "villagers": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "violate": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "violated": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "violence": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "virginia": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "virginity": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "vision": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "visions": {"him - them": -0.015579729389576136, "him": 0.30239205356945875, "them": 0.3179717829590349}, "visit": {"him - them": 0.08667936562435258, "him": 0.33646890998484186, "them": 0.24978954436048928}, "voters": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "vulnerable": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "waaay": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "wade": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "waiting": {"him - them": -0.015310001817286256, "him": 0.32160902634613486, "them": 0.3369190281634211}, "waived": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "waives": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "walk": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "walking": {"him - them": 0.005863632261989715, "him": 0.3729275265454912, "them": 0.3670638942835015}, "wall": {"him - them": -0.07039692165071493, "him": 0.2704959095759807, "them": 0.3408928312266956}, "walls": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "wander": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "want": {"him - them": -0.03199751794188166, "him": 0.33441362401540703, "them": 0.3664111419572887}, "wanted": {"him - them": -0.002450542996221494, "him": 0.3569438991618976, "them": 0.3593944421581191}, "wanting": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "wants": {"him - them": 0.06956656191287164, "him": 0.3744552519447357, "them": 0.3048886900318641}, "war": {"him - them": -0.048251022804000426, "him": 0.23994537458284973, "them": 0.28819639738685016}, "warfarin": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "warning": {"him - them": 0.034337349817104595, "him": 0.25713496518615164, "them": 0.22279761536904705}, "warrant": {"him - them": 0.08857295974637286, "him": 0.29835905867507784, "them": 0.20978609892870498}, "warrants": {"him - them": 0.03384449674004758, "him": 0.2891281053031454, "them": 0.25528360856309784}, "was": {"him - them": 0.01202145759687906, "him": 0.3937274501961415, "them": 0.38170599259926247}, "wasn": {"him - them": -0.03580088948306137, "him": 0.3201282527820519, "them": 0.3559291422651133}, "waste": {"him - them": -0.016140597983467675, "him": 0.26014921400092134, "them": 0.276289811984389}, "watched": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "watching": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "water": {"him - them": -0.03616262746326904, "him": 0.3080375914720274, "them": 0.34420021893529645}, "way": {"him - them": 0.018267169720664722, "him": 0.3759702327140087, "them": 0.357703062993344}, "ways": {"him - them": -0.06874310700288433, "him": 0.30239205356945875, "them": 0.3711351605723431}, "we": {"him - them": -0.0051528578151440185, "him": 0.3626112982352468, "them": 0.3677641560503908}, "wean": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "weapons": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "weaselled": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "website": {"him - them": -0.0468259272716296, "him": 0.2837233462243989, "them": 0.3305492734960285}, "websites": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "wee": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "week": {"him - them": -0.01759066695384176, "him": 0.29835905867507784, "them": 0.3159497256289196}, "weigh": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "weight": {"him - them": 0.06340890825695211, "him": 0.38928799705529893, "them": 0.3258790887983468}, "well": {"him - them": -0.029495615527159902, "him": 0.3430267049227425, "them": 0.3725223204499024}, "wells": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "went": {"him - them": 0.01608341995207424, "him": 0.35345965285959846, "them": 0.3373762329075242}, "were": {"him - them": 0.005887233006673875, "him": 0.3872046125261142, "them": 0.38131737951944034}, "weren": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "west": {"him - them": -0.08973353337480316, "him": 0.25713496518615164, "them": 0.3468684985609548}, "westbrook": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "westerberg": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "western": {"him - them": 0.00590584068982658, "him": 0.3475944092848278, "them": 0.34168856859500124}, "what": {"him - them": -0.023063851951615755, "him": 0.37231676204406405, "them": 0.3953806139956798}, "whatever": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "when": {"him - them": -0.008596465474022652, "him": 0.3869011691955603, "them": 0.39549763466958293}, "where": {"him - them": -0.014767576932087578, "him": 0.3898562151097112, "them": 0.40462379204179877}, "whether": {"him - them": 0.039693851681512626, "him": 0.3367125688645452, "them": 0.2970187171830326}, "which": {"him - them": -0.042487594843528764, "him": 0.3826893065501287, "them": 0.4251769013936575}, "while": {"him - them": 0.030710199081857126, "him": 0.4069918457201466, "them": 0.3762816466382895}, "whilst": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "whim": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "white": {"him - them": -0.01818051892377559, "him": 0.3443491805540662, "them": 0.3625296994778418}, "who": {"him - them": 0.009150460754062673, "him": 0.4102394607422817, "them": 0.401088999988219}, "whole": {"him - them": 0.022107023159011086, "him": 0.38525472955355755, "them": 0.36314770639454647}, "whose": {"him - them": 0.03883260868993477, "him": 0.36938188218596324, "them": 0.3305492734960285}, "why": {"him - them": -0.005425939762651655, "him": 0.39515821327668726, "them": 0.4005841530393389}, "wicked": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "wife": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "will": {"him - them": -0.018556531457581293, "him": 0.3623497370174371, "them": 0.3809062684750184}, "willing": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "win": {"him - them": 0.0059196364888133846, "him": 0.33646890998484186, "them": 0.3305492734960285}, "window": {"him - them": 0.03374007739123869, "him": 0.295266888374402, "them": 0.2615268109831633}, "windows": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "wing": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "winner": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "winning": {"him - them": 0.08692794093382836, "him": 0.33180364968325177, "them": 0.2448757087494234}, "wins": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "wisdom": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "wise": {"him - them": -0.04585464206448342, "him": 0.3109188704763041, "them": 0.35677351254078754}, "wish": {"him - them": 0.03296401494089246, "him": 0.3361248205082348, "them": 0.3031608055673423}, "wished": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "with": {"him - them": -0.015700803456628276, "him": 0.3773712888552096, "them": 0.3930720923118379}, "within": {"him - them": 0.02226778586521788, "him": 0.37497588883375993, "them": 0.35270810296854205}, "without": {"him - them": -0.009753419044547906, "him": 0.3716338984440734, "them": 0.3813873174886213}, "woman": {"him - them": 0.03345945439714115, "him": 0.3109188704763041, "them": 0.27745941607916297}, "won": {"him - them": -0.051857402503609595, "him": 0.3080375914720274, "them": 0.359894993975637}, "wonder": {"him - them": 0.005895892774366862, "him": 0.35445419452464716, "them": 0.3485583017502803}, "wondered": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "wonderful": {"him - them": -0.0151002209649031, "him": 0.3361248205082348, "them": 0.3512250414731379}, "word": {"him - them": -0.0481170312563064, "him": 0.24429704540863129, "them": 0.2924140766649377}, "words": {"him - them": -0.015954928173913474, "him": 0.27450570157661053, "them": 0.290460629750524}, "work": {"him - them": -0.045687135997490635, "him": 0.35215058777235864, "them": 0.39783772376984927}, "works": {"him - them": -0.08954781607053514, "him": 0.26014921400092134, "them": 0.34969703007145647}, "world": {"him - them": -0.028336791215270274, "him": 0.36791824997831774, "them": 0.396255041193588}, "worldcat": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "worried": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "worries": {"him - them": 0.08369387576794657, "him": 0.3868546813352889, "them": 0.3031608055673423}, "worrisome": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "worry": {"him - them": 0.0059196364888133846, "him": 0.33646890998484186, "them": 0.3305492734960285}, "worse": {"him - them": 0.03883260868993477, "him": 0.36938188218596324, "them": 0.3305492734960285}, "worth": {"him - them": 0.03374007739123869, "him": 0.295266888374402, "them": 0.2615268109831633}, "would": {"him - them": -0.0521726785013123, "him": 0.3491215605811266, "them": 0.4012942390824389}, "write": {"him - them": -0.015461172285048008, "him": 0.3109188704763041, "them": 0.32638004276135213}, "writers": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "writes": {"him - them": 0.03361489498348019, "him": 0.30239205356945875, "them": 0.26877715858597856}, "writing": {"him - them": -0.015760584728718663, "him": 0.2891281053031454, "them": 0.3048886900318641}, "wrong": {"him - them": 0.005882554626654046, "him": 0.3626560671674416, "them": 0.35677351254078754}, "wrote": {"him - them": 0.07060803096907675, "him": 0.35345965285959846, "them": 0.2828516218905217}, "x": {"him - them": 0.033933801863909596, "him": 0.2837233462243989, "them": 0.24978954436048928}, "year": {"him - them": -0.010447842342627356, "him": 0.3130122338797727, "them": 0.3234600762224001}, "years": {"him - them": -0.005042710472186129, "him": 0.39286670635093446, "them": 0.3979094168231206}, "yes": {"him - them": -0.015677421676034198, "him": 0.295266888374402, "them": 0.3109443100504362}, "yet": {"him - them": 0.006708794415001329, "him": 0.3617388727048475, "them": 0.3550300782898462}, "yo": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "yoing": {"him - them": 0.032455262954583175, "him": 0.35955182217277387, "them": 0.3270965592181907}, "york": {"him - them": 0.016268121870906038, "him": 0.33221784749982564, "them": 0.3159497256289196}, "yorker": {"him - them": 0.0360084983820701, "him": 0.3729275265454912, "them": 0.3369190281634211}, "you": {"him - them": -0.010427706086114319, "him": 0.3582746195224011, "them": 0.3687023256085154}, "young": {"him - them": 0.06109946312491643, "him": 0.38657698512865313, "them": 0.3254775220037367}, "your": {"him - them": -0.02151284146070237, "him": 0.3560443623329419, "them": 0.37755720379364427}, "youtube": {"him - them": 0.03325589762540271, "him": 0.32160902634613486, "them": 0.28835312872073215}, "zone": {"him - them": -0.04699175585603671, "him": 0.2788873329423101, "them": 0.3258790887983468}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-him-they.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-him-they.json new file mode 100644 index 0000000000000000000000000000000000000000..9e538d9f6957a37cf2688de0dfc5c46ade8db947 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-him-they.json @@ -0,0 +1 @@ +{"0": {"him - they": 0.01128678509678166, "him": 0.2756211058471189, "they": 0.26433432075033725}, "000": {"him - they": -0.002131889569210177, "him": 0.3080375914720274, "they": 0.3101694810412376}, "04": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "08": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "1": {"him - they": -0.047076128271618334, "him": 0.2814454948081398, "they": 0.32852162307975813}, "10": {"him - they": 0.057688497412858364, "him": 0.34608986338490916, "they": 0.2884013659720508}, "12": {"him - they": -0.043191889962658936, "him": 0.26335980734880843, "they": 0.30655169731146736}, "14": {"him - they": 0.04160312846379077, "him": 0.3275744915129696, "they": 0.2859713630491788}, "15": {"him - they": 0.17107905374761143, "him": 0.39481143200771773, "they": 0.2237323782601063}, "15th": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "16": {"him - they": 0.0243971489078042, "him": 0.3275744915129696, "they": 0.3031773426051654}, "17": {"him - they": -0.013248431549930162, "him": 0.3080375914720274, "they": 0.3212860230219576}, "18": {"him - they": 0.02391198327611399, "him": 0.3416797725119788, "they": 0.3177677892358648}, "18usd": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "19": {"him - they": -0.02867908483372339, "him": 0.26679635696049425, "they": 0.29547544179421764}, "1932": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "1953": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "1968": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "1986": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "19th": {"him - they": 0.0851173632430931, "him": 0.2891281053031454, "they": 0.20401074206005232}, "2": {"him - they": 0.011566409170489622, "him": 0.3223185170883703, "they": 0.31075210791788066}, "20": {"him - they": 0.010331264765094772, "him": 0.3137026702107983, "they": 0.3033714054457035}, "200": {"him - they": 0.00972690157661088, "him": 0.2891281053031454, "they": 0.27940120372653454}, "2001": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "2006": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "2012": {"him - they": 0.13766903045192647, "him": 0.3416797725119788, "they": 0.20401074206005232}, "2016": {"him - they": 0.09928336650437874, "him": 0.38525472955355755, "they": 0.2859713630491788}, "2019": {"him - they": 0.009589704587695924, "him": 0.295266888374402, "they": 0.2856771837867061}, "20th": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "21": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "21st": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "235": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "24": {"him - they": -0.028639683932719373, "him": 0.2891281053031454, "they": 0.3177677892358648}, "25": {"him - they": 0.0842704463502792, "him": 0.30239205356945875, "they": 0.21812160721917956}, "25th": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "29": {"him - they": 0.062278568785444244, "him": 0.3416797725119788, "they": 0.27940120372653454}, "2nd": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "3": {"him - they": 0.04810198658489245, "him": 0.35470321675934646, "they": 0.306601230174454}, "30": {"him - they": 0.030864271609288063, "him": 0.3569438991618976, "they": 0.32607962755260955}, "300": {"him - they": 0.060330086803693395, "him": 0.3729275265454912, "they": 0.3125974397417978}, "33": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "37": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "3rd": {"him - they": 0.08844988909920073, "him": 0.23219588386211493, "they": 0.1437459947629142}, "4": {"him - they": 0.0785024768185531, "him": 0.3602232081582061, "they": 0.281720731339653}, "40": {"him - they": 0.00972690157661088, "him": 0.2891281053031454, "they": 0.27940120372653454}, "400": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "40th": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "45": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "451": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "5": {"him - they": 0.0403415588958832, "him": 0.33997142023886123, "they": 0.29962986134297803}, "51": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "6": {"him - they": 0.04776451947305088, "him": 0.32023054958207625, "they": 0.27246603010902537}, "60": {"him - they": 0.00972690157661088, "him": 0.2891281053031454, "they": 0.27940120372653454}, "644": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "69p": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "7": {"him - they": -0.013145556390745439, "him": 0.29620667292525893, "they": 0.30935222931600437}, "76ers": {"him - they": 0.1354490462314359, "him": 0.3626560671674416, "they": 0.2272070209360057}, "7th": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "8": {"him - they": 0.01081843125912546, "him": 0.32616069670969583, "they": 0.31534226545057037}, "80s": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "884": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "9": {"him - they": 0.06335550171645038, "him": 0.3237023689415068, "they": 0.2603468672250564}, "90": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "a": {"him - they": 0.01147663357401385, "him": 0.32444323242934936, "they": 0.3129665988553355}, "abel": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "abilities": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "ability": {"him - they": 0.07329183282793117, "him": 0.3802114494516937, "they": 0.30691961662376255}, "able": {"him - they": 0.0014693668534710436, "him": 0.3367125688645452, "they": 0.33524320201107416}, "about": {"him - they": -0.0018205228070780066, "him": 0.3770285398407376, "they": 0.3788490626478156}, "above": {"him - they": 0.009848467587649568, "him": 0.2837233462243989, "they": 0.2738748786367493}, "abs": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "absolutely": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "absorbed": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "absurd": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "abundance": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "accept": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "acceptance": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "accepting": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "accord": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "according": {"him - they": -0.02309735196674345, "him": 0.26894683778837636, "they": 0.2920441897551198}, "accounts": {"him - they": 0.009589704587695924, "him": 0.295266888374402, "they": 0.2856771837867061}, "accuracy": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "accused": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "achieve": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "achieved": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "acknowledging": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "acquaintances": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "acquiescence": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "across": {"him - they": 0.009848467587649568, "him": 0.2837233462243989, "they": 0.2738748786367493}, "act": {"him - they": 0.056085055438386544, "him": 0.37200995164093575, "they": 0.3159248962025492}, "acting": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "action": {"him - they": 0.0928273165050792, "him": 0.3201282527820519, "they": 0.22730093627697273}, "actions": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "activities": {"him - they": 0.06426773590436047, "him": 0.3080375914720274, "they": 0.24376985556766695}, "activity": {"him - they": -0.011388265767041383, "him": 0.26679635696049425, "they": 0.27818462272753564}, "actor": {"him - they": 0.03862568840089636, "him": 0.2891281053031454, "they": 0.25050241690224906}, "acts": {"him - they": 0.009848467587649568, "him": 0.2837233462243989, "they": 0.2738748786367493}, "actual": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "actually": {"him - they": 0.03495337285914979, "him": 0.37497588883375993, "they": 0.34002251597461014}, "adamant": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "adani": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "adapt": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "added": {"him - they": -0.02867470762016311, "him": 0.251603515870911, "they": 0.2802782234910741}, "addition": {"him - they": -0.043119377253749314, "him": 0.2704959095759807, "they": 0.31361528682973}, "additional": {"him - they": 0.0414085826833695, "him": 0.33180364968325177, "they": 0.29039506699988227}, "address": {"him - they": 0.09016147932752516, "him": 0.35445419452464716, "they": 0.264292715197122}, "addressed": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "addressing": {"him - they": 0.09392389515198463, "him": 0.38688431398550105, "they": 0.2929604188335164}, "adds": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "adequacy": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "admits": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "adoring": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "ads": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "adult": {"him - they": 0.039027087159527074, "him": 0.2788873329423101, "they": 0.23986024578278303}, "advanced": {"him - they": 0.009848467587649568, "him": 0.2837233462243989, "they": 0.2738748786367493}, "adversaries": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "advertisements": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "advocates": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "affairs": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "affectation": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "affected": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "afraid": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "african": {"him - they": 0.14393469857985686, "him": 0.27421898127569744, "they": 0.13028428269584058}, "after": {"him - they": 0.04680788495131577, "him": 0.4091895439173967, "they": 0.36238165896608093}, "again": {"him - they": 0.03557067621210097, "him": 0.3617388727048475, "they": 0.32616819649274653}, "against": {"him - they": 0.0320829657428347, "him": 0.34739199752263766, "they": 0.31530903177980296}, "age": {"him - they": 0.010057466827586903, "him": 0.27450570157661053, "they": 0.2644482347490236}, "agencies": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "agenda": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "agent": {"him - they": 0.09016147932752516, "him": 0.35445419452464716, "they": 0.264292715197122}, "aggressive": {"him - they": 0.08949431829391696, "him": 0.3626560671674416, "they": 0.2731617488735246}, "agitating": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "agitation": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "ago": {"him - they": -0.014531451956642849, "him": 0.3367125688645452, "they": 0.35124402082118805}, "agree": {"him - they": 0.03996400022662028, "him": 0.3626560671674416, "they": 0.3226920669408213}, "ahead": {"him - they": 0.04035238286237092, "him": 0.35445419452464716, "they": 0.31410181166227624}, "aid": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "aides": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "aids": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "air": {"him - they": 0.02476674666013995, "him": 0.3168068616436382, "they": 0.29204011498349824}, "al": {"him - they": 0.0857529573227574, "him": 0.2788873329423101, "they": 0.1931343756195527}, "aladdin": {"him - they": 0.08545479328853872, "him": 0.2837233462243989, "they": 0.19826855293586015}, "alarmed": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "albeit": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "alcohol": {"him - they": 0.062278568785444244, "him": 0.3416797725119788, "they": 0.27940120372653454}, "aldous": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "alien": {"him - they": 0.09194340390046873, "him": 0.33180364968325177, "they": 0.23986024578278303}, "alienation": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "all": {"him - they": 0.03282943356162438, "him": 0.39688691395063586, "they": 0.3640574803890115}, "alliance": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "alliances": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "allies": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "allow": {"him - they": 0.09392389515198463, "him": 0.38688431398550105, "they": 0.2929604188335164}, "allowed": {"him - they": 0.04095101083275976, "him": 0.3416797725119788, "they": 0.300728761679219}, "almost": {"him - they": 0.10738197994460197, "him": 0.42034521702464195, "they": 0.31296323708004}, "alone": {"him - they": 0.06098132095114456, "him": 0.3626560671674416, "they": 0.30167474621629703}, "along": {"him - they": 0.04116540361175647, "him": 0.3818933461962038, "they": 0.34072794258444733}, "aloof": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "already": {"him - they": -0.006791002042516148, "him": 0.33221784749982564, "they": 0.3390088495423418}, "also": {"him - they": -0.014734832889183203, "him": 0.35759356620179117, "they": 0.37232839909097437}, "although": {"him - they": 0.003439714630031565, "him": 0.35733220495222257, "they": 0.353892490322191}, "always": {"him - they": 0.010715314822689337, "him": 0.3301157387850733, "they": 0.31940042396238394}, "am": {"him - they": 0.06529096210669555, "him": 0.38657698512865313, "they": 0.3212860230219576}, "amaravati": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "amazon": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "amendment": {"him - they": 0.08626191833108429, "him": 0.2704959095759807, "they": 0.1842339912448964}, "america": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "american": {"him - they": -0.043295811751472346, "him": 0.251603515870911, "they": 0.29489932762238336}, "americans": {"him - they": 0.09016147932752516, "him": 0.35445419452464716, "they": 0.264292715197122}, "among": {"him - they": -0.09520030037075483, "him": 0.23219588386211493, "they": 0.32739618423286976}, "amongst": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "amount": {"him - they": 0.062278568785444244, "him": 0.3416797725119788, "they": 0.27940120372653454}, "an": {"him - they": 0.013626580822921341, "him": 0.39076090804824204, "they": 0.3771343272253207}, "analysis": {"him - they": 0.062278568785444244, "him": 0.3416797725119788, "they": 0.27940120372653454}, "analytical": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "analyzing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "anchor": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "and": {"him - they": 0.020519023879669696, "him": 0.3187018637878701, "they": 0.2981828399082004}, "andrew": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "angeles": {"him - they": 0.010057466827586903, "him": 0.27450570157661053, "they": 0.2644482347490236}, "anger": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "angry": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "angst": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "animals": {"him - they": -0.028680307634689817, "him": 0.26335980734880843, "they": 0.29204011498349824}, "announce": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "annoying": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "another": {"him - they": 0.049858825552703157, "him": 0.40975777144695963, "they": 0.3598989458942565}, "answer": {"him - they": 0.06704509861805924, "him": 0.39373461137252663, "they": 0.3266895127544674}, "answered": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "answers": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "anti": {"him - they": 0.1343143494997311, "him": 0.3729275265454912, "they": 0.23861317704576013}, "antidepressants": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "antoni": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "any": {"him - they": 0.02767884216593941, "him": 0.4008125443810822, "they": 0.3731337022151428}, "anyone": {"him - they": 0.05524446343361361, "him": 0.38525472955355755, "they": 0.33001026611994394}, "anything": {"him - they": -0.011600656376073604, "him": 0.2891281053031454, "they": 0.300728761679219}, "apartment": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "apparent": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "appear": {"him - they": 0.009589704587695924, "him": 0.295266888374402, "they": 0.2856771837867061}, "appearance": {"him - they": 0.1363325873054676, "him": 0.35445419452464716, "they": 0.21812160721917956}, "applications": {"him - they": 0.13272548049386323, "him": 0.3868546813352889, "they": 0.25412920084142565}, "applied": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "apply": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "appreciate": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "appreciated": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "appreciates": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "appropriately": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "approval": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "april": {"him - they": 0.17111332925010309, "him": 0.36938188218596324, "they": 0.19826855293586015}, "are": {"him - they": -0.0005005724741207196, "him": 0.3796714870555045, "they": 0.38017205952962524}, "area": {"him - they": -0.028679229460525257, "him": 0.25713496518615164, "they": 0.2858141946466769}, "areas": {"him - they": -0.01155255886462958, "him": 0.2837233462243989, "they": 0.29527590508902846}, "aren": {"him - they": -0.055583717976628866, "him": 0.2704959095759807, "they": 0.32607962755260955}, "arguably": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "argue": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "argued": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "arguing": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "argument": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "arise": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "arising": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "armed": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "around": {"him - they": 0.045585714315749815, "him": 0.38589855515827054, "they": 0.3403128408425207}, "arrest": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "arrival": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "arrive": {"him - they": 0.06098132095114456, "him": 0.3626560671674416, "they": 0.30167474621629703}, "arrived": {"him - they": 0.04095101083275976, "him": 0.3416797725119788, "they": 0.300728761679219}, "arse": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "arson": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "arsonist": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "arthur": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "article": {"him - they": 0.00972690157661088, "him": 0.2891281053031454, "they": 0.27940120372653454}, "artificial": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "artist": {"him - they": 0.010057466827586903, "him": 0.27450570157661053, "they": 0.2644482347490236}, "artists": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "as": {"him - they": 0.030695604064897464, "him": 0.38493140753408395, "they": 0.3542358034691865}, "ash": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "ask": {"him - they": -0.0024987194417647185, "him": 0.33180364968325177, "they": 0.3343023691250165}, "asked": {"him - they": 0.09659703193684122, "him": 0.3569438991618976, "they": 0.2603468672250564}, "asks": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "aspect": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "aspects": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "associated": {"him - they": 0.061493775691130736, "him": 0.35445419452464716, "they": 0.2929604188335164}, "associations": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "assume": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "assumed": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "assumes": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "assumptions": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "at": {"him - they": 0.01914888629937822, "him": 0.3809868451694125, "they": 0.3618379588700343}, "atlantic": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "atom": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "attack": {"him - they": 0.02487317456241145, "him": 0.3137026702107983, "they": 0.28882949564838684}, "attacked": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "attacks": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "attempt": {"him - they": 0.0411930048958134, "him": 0.33646890998484186, "they": 0.29527590508902846}, "attempts": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "attend": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "attending": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "attitude": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "attract": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "attractions": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "audience": {"him - they": 0.06098132095114456, "him": 0.3626560671674416, "they": 0.30167474621629703}, "audiences": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "august": {"him - they": 0.08602004489369619, "him": 0.27450570157661053, "they": 0.18848565668291434}, "aus": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "aussie": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "australia": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "australian": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "australians": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "author": {"him - they": 0.04067479266106527, "him": 0.3475944092848278, "they": 0.30691961662376255}, "authorities": {"him - they": -0.011465661472568278, "him": 0.27450570157661053, "they": 0.2859713630491788}, "authority": {"him - they": 0.061493775691130736, "him": 0.35445419452464716, "they": 0.2929604188335164}, "available": {"him - they": 0.15195365269941374, "him": 0.36922331655267404, "they": 0.2172696638532603}, "averaging": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "avoid": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "avoided": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "awaited": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "award": {"him - they": 0.13766903045192647, "him": 0.3416797725119788, "they": 0.20401074206005232}, "awards": {"him - they": 0.08472872298811929, "him": 0.295266888374402, "they": 0.21053816538628273}, "away": {"him - they": 0.045808904385699345, "him": 0.39481143200771773, "they": 0.3490025276220184}, "awful": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "awkwardness": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "baby": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "back": {"him - they": 0.017235094605048018, "him": 0.3536504187704697, "they": 0.3364153241654217}, "background": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "bacon": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "bad": {"him - they": -0.04296616653006852, "him": 0.2837233462243989, "they": 0.3266895127544674}, "baggage": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "bail": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "ballerina": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "ban": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "band": {"him - they": -0.011507734057572161, "him": 0.2788873329423101, "they": 0.29039506699988227}, "bank": {"him - they": 0.039973369778106754, "him": 0.2542930051599047, "they": 0.21431963538179796}, "barely": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "baring": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "barking": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "barrel": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "bars": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "base": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "based": {"him - they": 0.044346775481319545, "him": 0.3367125688645452, "they": 0.29236579338322566}, "bases": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "basic": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "basically": {"him - they": 0.1343143494997311, "him": 0.3729275265454912, "they": 0.23861317704576013}, "basis": {"him - they": -0.04302501061520053, "him": 0.2788873329423101, "they": 0.32191234355751064}, "basketball": {"him - they": 0.0842704463502792, "him": 0.30239205356945875, "they": 0.21812160721917956}, "battle": {"him - they": 0.03862568840089636, "him": 0.2891281053031454, "they": 0.25050241690224906}, "be": {"him - they": -0.0010283865195216957, "him": 0.3636439782193068, "they": 0.36467236473882847}, "beal": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "beans": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "beat": {"him - they": 0.009957855561268159, "him": 0.2788873329423101, "they": 0.26892947738104195}, "beauty": {"him - they": 0.1343143494997311, "him": 0.3729275265454912, "they": 0.23861317704576013}, "became": {"him - they": 0.04269236943149585, "him": 0.36938188218596324, "they": 0.3266895127544674}, "because": {"him - they": -0.012574257437691083, "him": 0.34681241199977514, "they": 0.3593866694374662}, "become": {"him - they": 0.07697205450721273, "him": 0.3795904363644022, "they": 0.3026183818571895}, "becomes": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "been": {"him - they": 0.02224456493349869, "him": 0.38328689997293414, "they": 0.36104233503943545}, "beer": {"him - they": 0.09016147932752516, "him": 0.35445419452464716, "they": 0.264292715197122}, "beers": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "bees": {"him - they": 0.1343143494997311, "him": 0.3729275265454912, "they": 0.23861317704576013}, "before": {"him - they": 0.023550265397072445, "him": 0.39697166374229625, "they": 0.3734213983452238}, "began": {"him - they": -0.028680307634689817, "him": 0.26335980734880843, "they": 0.29204011498349824}, "begin": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "beginning": {"him - they": 0.02409134880212227, "him": 0.33646890998484186, "they": 0.3123775611827196}, "begrudgingly": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "behavior": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "behind": {"him - they": 0.0577716656801705, "him": 0.3569438991618976, "they": 0.2991722334817271}, "being": {"him - they": 0.027098168600016403, "him": 0.3628564651880079, "they": 0.3357582965879915}, "belief": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "believe": {"him - they": 0.024251802123035904, "him": 0.33180364968325177, "they": 0.30755184756021586}, "believed": {"him - they": 0.03862568840089636, "him": 0.2891281053031454, "they": 0.25050241690224906}, "believes": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "believing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "bellota": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "bemoans": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "ben": {"him - they": 0.061493775691130736, "him": 0.35445419452464716, "they": 0.2929604188335164}, "bench": {"him - they": 0.039027087159527074, "him": 0.2788873329423101, "they": 0.23986024578278303}, "beneath": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "beset": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "besides": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "best": {"him - they": 0.0744905765436284, "him": 0.4157888954340425, "they": 0.3412983188904141}, "bet": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "better": {"him - they": -0.0068188460791402394, "him": 0.33441362401540703, "they": 0.34123247009454727}, "between": {"him - they": 0.01944654465019946, "him": 0.32339334575646017, "they": 0.3039468011062607}, "bewildered": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "bhatt": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "bibendum": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "biden": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "big": {"him - they": 0.03577505806195108, "him": 0.35733220495222257, "they": 0.3215571468902715}, "biggest": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "bill": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "birth": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "birthday": {"him - they": 0.09071051131385433, "him": 0.3475944092848278, "they": 0.2568838979709735}, "bit": {"him - they": 0.04249099009620444, "him": 0.3080375914720274, "they": 0.265546601375823}, "bite": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "bitter": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "black": {"him - they": -0.043191889962658936, "him": 0.26335980734880843, "they": 0.30655169731146736}, "blare": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "blast": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "blends": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "blessed": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "blessing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "blisters": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "blocking": {"him - they": 0.03996400022662028, "him": 0.3626560671674416, "they": 0.3226920669408213}, "blog": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "blogs": {"him - they": 0.05590173126055131, "him": 0.38688431398550105, "they": 0.33098258272494974}, "blond": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "blood": {"him - they": 0.1363325873054676, "him": 0.35445419452464716, "they": 0.21812160721917956}, "bluntly": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "boat": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "bodies": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "body": {"him - they": 0.09158363878088652, "him": 0.33646890998484186, "they": 0.24488527120395534}, "bomb": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "bond": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "book": {"him - they": 0.12919918177309397, "him": 0.3224943982920842, "they": 0.19329521651899023}, "booked": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "books": {"him - they": 0.0971741440586732, "him": 0.3502209476396933, "they": 0.2530468035810201}, "bookshops": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "boozer": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "boring": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "born": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "botcha": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "both": {"him - they": 0.026135031735032788, "him": 0.38561398603205393, "they": 0.35947895429702115}, "bottle": {"him - they": 0.09223995758218445, "him": 0.4048373973239823, "they": 0.3125974397417978}, "bottom": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "bought": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "bounceback": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "box": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "boy": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "bradbury": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "branch": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "branches": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "brass": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "brave": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "break": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "breakfast": {"him - they": 0.03838299040342852, "him": 0.295266888374402, "they": 0.2568838979709735}, "breakup": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "breezily": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "brett": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "briefly": {"him - they": 0.13272548049386323, "him": 0.3868546813352889, "they": 0.25412920084142565}, "bright": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "brighter": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "brilliant": {"him - they": 0.060330086803693395, "him": 0.3729275265454912, "they": 0.3125974397417978}, "brindisa": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "bring": {"him - they": 0.10306849660826362, "him": 0.39189799225665045, "they": 0.28882949564838684}, "bringing": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "brings": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "brisbane": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "brisvegas": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "britain": {"him - they": -0.011600656376073604, "him": 0.2891281053031454, "they": 0.300728761679219}, "britney": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "broadway": {"him - they": 0.0851173632430931, "him": 0.2891281053031454, "they": 0.20401074206005232}, "broccoli": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "broken": {"him - they": 0.13272548049386323, "him": 0.3868546813352889, "they": 0.25412920084142565}, "brothels": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "brother": {"him - they": 0.09453426566498763, "him": 0.3802114494516937, "they": 0.2856771837867061}, "brought": {"him - they": 0.02409134880212227, "him": 0.33646890998484186, "they": 0.3123775611827196}, "brown": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "browsing": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "brutal": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "bubbling": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "build": {"him - they": -0.028664514617905756, "him": 0.2788873329423101, "they": 0.30755184756021586}, "builder": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "building": {"him - they": 0.0851173632430931, "him": 0.2891281053031454, "they": 0.20401074206005232}, "buildings": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "burgers": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "burke": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "burn": {"him - they": 0.060330086803693395, "him": 0.3729275265454912, "they": 0.3125974397417978}, "burns": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "burst": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "bus": {"him - they": 0.09330377290943606, "him": 0.3137026702107983, "they": 0.22039889730136222}, "buses": {"him - they": 0.09158363878088652, "him": 0.33646890998484186, "they": 0.24488527120395534}, "bush": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "business": {"him - they": -0.01142594286708537, "him": 0.2704959095759807, "they": 0.28192185244306606}, "busy": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "but": {"him - they": 0.013424251059636072, "him": 0.3964102930257101, "they": 0.38298604196607405}, "buuuuuuuzzzzzzzzz": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "buy": {"him - they": -0.02867164102855485, "him": 0.27450570157661053, "they": 0.3031773426051654}, "buying": {"him - they": 0.03862568840089636, "him": 0.2891281053031454, "they": 0.25050241690224906}, "by": {"him - they": 0.016603076258773053, "him": 0.37591937850002116, "they": 0.3593163022412481}, "c": {"him - they": -0.028679229460525257, "him": 0.25713496518615164, "they": 0.2858141946466769}, "cadaver": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "call": {"him - they": -0.028676323905746426, "him": 0.2704959095759807, "they": 0.2991722334817271}, "called": {"him - they": 0.04107904233752818, "him": 0.3834919366845559, "they": 0.3424128943470277}, "calls": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "came": {"him - they": 0.026669295096202528, "him": 0.35733220495222257, "they": 0.33066290985602004}, "camps": {"him - they": 0.13946837769661038, "him": 0.3237023689415068, "they": 0.1842339912448964}, "campsite": {"him - they": 0.08472872298811929, "him": 0.295266888374402, "they": 0.21053816538628273}, "campus": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "can": {"him - they": -0.022075070805943453, "him": 0.3582790394556447, "they": 0.38035411026158816}, "cancel": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "candidate": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "candidates": {"him - they": 0.08949431829391696, "him": 0.3626560671674416, "they": 0.2731617488735246}, "canned": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "cannot": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "canyon": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "capable": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "capacity": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "capital": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "captivating": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "captures": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "car": {"him - they": 0.06469191075115574, "him": 0.3006077203134288, "they": 0.23591580956227307}, "card": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "care": {"him - they": -0.028676323905746426, "him": 0.2704959095759807, "they": 0.2991722334817271}, "career": {"him - they": 0.061493775691130736, "him": 0.35445419452464716, "they": 0.2929604188335164}, "carlsberg": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "carried": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "carry": {"him - they": 0.039197504504430575, "him": 0.27450570157661053, "they": 0.23530819707217995}, "carrying": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "cars": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "case": {"him - they": 0.07099360503687124, "him": 0.3966856875603287, "they": 0.32569208252345744}, "cases": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "categorically": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "catering": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "cats": {"him - they": 0.03838299040342852, "him": 0.295266888374402, "they": 0.2568838979709735}, "cause": {"him - they": 0.001423851572351753, "him": 0.33912574533004225, "they": 0.3377018937576905}, "caused": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "causing": {"him - they": 0.1354490462314359, "him": 0.3626560671674416, "they": 0.2272070209360057}, "cavaliers": {"him - they": 0.1343143494997311, "him": 0.3729275265454912, "they": 0.23861317704576013}, "ceaseless": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "celtics": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "center": {"him - they": 0.009848467587649568, "him": 0.2837233462243989, "they": 0.2738748786367493}, "centered": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "central": {"him - they": 0.0411930048958134, "him": 0.33646890998484186, "they": 0.29527590508902846}, "centre": {"him - they": 0.025067261006430253, "him": 0.3080375914720274, "they": 0.28297033046559716}, "century": {"him - they": -0.011193754938824962, "him": 0.24904996938961999, "they": 0.26024372432844495}, "certain": {"him - they": -0.011507734057572161, "him": 0.2788873329423101, "they": 0.29039506699988227}, "certainly": {"him - they": 0.035222263069033366, "him": 0.36922331655267404, "they": 0.3340010534836407}, "challenges": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "change": {"him - they": -0.02320210836831743, "him": 0.3006077203134288, "they": 0.32380982868174624}, "changes": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "chaos": {"him - they": 0.08472872298811929, "him": 0.295266888374402, "they": 0.21053816538628273}, "chaotic": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "chapter": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "character": {"him - they": 0.009779397230374465, "him": 0.33646890998484186, "they": 0.3266895127544674}, "characteristic": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "characterized": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "charismatic": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "charting": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "chatrie": {"him - they": 0.0857529573227574, "him": 0.2788873329423101, "they": 0.1931343756195527}, "chatty": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "cheapest": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "checked": {"him - they": 0.16622422027822215, "him": 0.4048373973239823, "they": 0.23861317704576013}, "cheering": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "chef": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "chief": {"him - they": 0.0411930048958134, "him": 0.33646890998484186, "they": 0.29527590508902846}, "child": {"him - they": -0.011507734057572161, "him": 0.2788873329423101, "they": 0.29039506699988227}, "childhood": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "children": {"him - they": -0.023205758592836356, "him": 0.3029624378999102, "they": 0.32616819649274653}, "china": {"him - they": -0.02853428698159291, "him": 0.21024101323602126, "they": 0.23877530021761417}, "chinaman": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "chinese": {"him - they": 0.06356578247326938, "him": 0.3201282527820519, "they": 0.25656247030878254}, "chintamaneni": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "chocolate": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "chores": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "church": {"him - they": -0.01101128098851148, "him": 0.2340294594166639, "they": 0.24504074040517537}, "cinema": {"him - they": 0.08545479328853872, "him": 0.2837233462243989, "they": 0.19826855293586015}, "circle": {"him - they": 0.06098132095114456, "him": 0.3626560671674416, "they": 0.30167474621629703}, "circumstances": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "circumstantial": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "cities": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "citizens": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "city": {"him - they": -0.006573026629117351, "him": 0.3158686776863229, "they": 0.3224417043154402}, "civic": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "civilization": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "claimed": {"him - they": 0.03862568840089636, "him": 0.2891281053031454, "they": 0.25050241690224906}, "clarke": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "class": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "classic": {"him - they": 0.009589704587695924, "him": 0.295266888374402, "they": 0.2856771837867061}, "clear": {"him - they": 0.024652810987834284, "him": 0.3201282527820519, "they": 0.29547544179421764}, "clearly": {"him - they": 0.03996400022662028, "him": 0.3626560671674416, "they": 0.3226920669408213}, "cleavage": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "clientele": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "climbing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "clippers": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "close": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "closed": {"him - they": 0.009848467587649568, "him": 0.2837233462243989, "they": 0.2738748786367493}, "closest": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "clouded": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "club": {"him - they": 0.061493775691130736, "him": 0.35445419452464716, "they": 0.2929604188335164}, "clutchest": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "cm": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "coach": {"him - they": 0.06356578247326938, "him": 0.3201282527820519, "they": 0.25656247030878254}, "coached": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "coast": {"him - they": 0.06376005806261809, "him": 0.3168068616436382, "they": 0.2530468035810201}, "coastal": {"him - they": 0.06259403134809255, "him": 0.33646890998484186, "they": 0.2738748786367493}, "cold": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "coleman": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "colleagues": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "collection": {"him - they": 0.09226629444078963, "him": 0.3275744915129696, "they": 0.23530819707217995}, "college": {"him - they": -0.011600656376073604, "him": 0.2891281053031454, "they": 0.300728761679219}, "columbia": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "com": {"him - they": -0.055775682201627874, "him": 0.26014921400092134, "they": 0.3159248962025492}, "comb": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "combine": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "come": {"him - they": -0.028445787449860538, "him": 0.31433703290330905, "they": 0.3427828203531696}, "comedians": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "comes": {"him - they": 0.05569728618652614, "him": 0.3781480339154742, "they": 0.32245074772894805}, "comfort": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "comical": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "coming": {"him - they": -0.055775682201627874, "him": 0.26014921400092134, "they": 0.3159248962025492}, "comment": {"him - they": -0.055312548375804016, "him": 0.2837233462243989, "they": 0.3390358946002029}, "commentary": {"him - they": 0.061493775691130736, "him": 0.35445419452464716, "they": 0.2929604188335164}, "commercials": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "commissionaires": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "common": {"him - they": 0.01025516433217083, "him": 0.3168068616436382, "they": 0.30655169731146736}, "commonly": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "communicate": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "communicated": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "communist": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "community": {"him - they": -0.067057860119425, "him": 0.251603515870911, "they": 0.318661375990336}, "company": {"him - they": 0.02682832391608786, "him": 0.3532931405189006, "they": 0.32646481660281274}, "comparing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "compassionate": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "compete": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "complete": {"him - they": 0.010174037477689413, "him": 0.3201282527820519, "they": 0.3099542153043625}, "completed": {"him - they": -0.028619316311574217, "him": 0.295266888374402, "they": 0.32388620468597623}, "completely": {"him - they": 0.07278250232322481, "him": 0.38688431398550105, "they": 0.31410181166227624}, "complex": {"him - they": 0.05728620572287485, "him": 0.3648380532830907, "they": 0.30755184756021586}, "comprised": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "compromise": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "compulsion": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "computers": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "conceivable": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "conceived": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "concerns": {"him - they": 0.061493775691130736, "him": 0.35445419452464716, "they": 0.2929604188335164}, "concluded": {"him - they": 0.09071051131385433, "him": 0.3475944092848278, "they": 0.2568838979709735}, "conclusion": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "conduit": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "conference": {"him - they": 0.02476674666013995, "him": 0.3168068616436382, "they": 0.29204011498349824}, "confidence": {"him - they": 0.03996400022662028, "him": 0.3626560671674416, "they": 0.3226920669408213}, "confirm": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "conflict": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "congress": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "connection": {"him - they": 0.1343143494997311, "him": 0.3729275265454912, "they": 0.23861317704576013}, "consequences": {"him - they": 0.06098132095114456, "him": 0.3626560671674416, "they": 0.30167474621629703}, "consequently": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "consider": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "consideration": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "considered": {"him - they": 0.024973079393403985, "him": 0.3107872740400809, "they": 0.2858141946466769}, "considering": {"him - they": 0.1354490462314359, "him": 0.3626560671674416, "they": 0.2272070209360057}, "consistent": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "consolation": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "conspiracy": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "constant": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "constantly": {"him - they": 0.09223995758218445, "him": 0.4048373973239823, "they": 0.3125974397417978}, "constituted": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "constitutes": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "constitutional": {"him - they": 0.060330086803693395, "him": 0.3729275265454912, "they": 0.3125974397417978}, "constitutionality": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "constraints": {"him - they": 0.13272548049386323, "him": 0.3868546813352889, "they": 0.25412920084142565}, "construction": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "consulted": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "consumer": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "consumption": {"him - they": -0.01155255886462958, "him": 0.2837233462243989, "they": 0.29527590508902846}, "contact": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "contemporary": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "content": {"him - they": 0.062278568785444244, "him": 0.3416797725119788, "they": 0.27940120372653454}, "contention": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "continue": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "continued": {"him - they": 0.044677970942654854, "him": 0.3781480339154742, "they": 0.33347006297281934}, "continues": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "continuing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "contouring": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "contrary": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "control": {"him - they": 0.04095101083275976, "him": 0.3416797725119788, "they": 0.300728761679219}, "conversation": {"him - they": 0.09392389515198463, "him": 0.38688431398550105, "they": 0.2929604188335164}, "conversations": {"him - they": 0.060330086803693395, "him": 0.3729275265454912, "they": 0.3125974397417978}, "convey": {"him - they": 0.13272548049386323, "him": 0.3868546813352889, "they": 0.25412920084142565}, "conveyed": {"him - they": 0.13272548049386323, "him": 0.3868546813352889, "they": 0.25412920084142565}, "convictions": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "cookies": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "copy": {"him - they": 0.1354490462314359, "him": 0.3626560671674416, "they": 0.2272070209360057}, "cordial": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "core": {"him - they": -0.028619316311574217, "him": 0.295266888374402, "they": 0.32388620468597623}, "corner": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "corners": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "cornerstone": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "corp": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "corporation": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "corps": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "correctly": {"him - they": 0.060330086803693395, "him": 0.3729275265454912, "they": 0.3125974397417978}, "corrosive": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "cory": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "cost": {"him - they": 0.010174037477689413, "him": 0.3201282527820519, "they": 0.3099542153043625}, "costing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "costs": {"him - they": 0.08472872298811929, "him": 0.295266888374402, "they": 0.21053816538628273}, "could": {"him - they": -0.008082815107577745, "him": 0.347622106601476, "they": 0.35570492170905377}, "couldn": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "count": {"him - they": 0.0842704463502792, "him": 0.30239205356945875, "they": 0.21812160721917956}, "counter": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "counterpart": {"him - they": 0.13272548049386323, "him": 0.3868546813352889, "they": 0.25412920084142565}, "country": {"him - they": 0.010816998597892924, "him": 0.29414210090526105, "they": 0.2833251023073681}, "county": {"him - they": 0.03862568840089636, "him": 0.2891281053031454, "they": 0.25050241690224906}, "couple": {"him - they": -0.06657360019162134, "him": 0.2704959095759807, "they": 0.337069509767602}, "course": {"him - they": 0.019989589886779124, "him": 0.35345965285959846, "they": 0.33347006297281934}, "court": {"him - they": 0.12995823171632967, "him": 0.31433703290330905, "they": 0.18437880118697939}, "courtesy": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "courts": {"him - they": 0.08472872298811929, "him": 0.295266888374402, "they": 0.21053816538628273}, "cover": {"him - they": 0.03862568840089636, "him": 0.2891281053031454, "they": 0.25050241690224906}, "coverage": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "covered": {"him - they": -0.028639683932719373, "him": 0.2891281053031454, "they": 0.3177677892358648}, "covering": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "covers": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "cpi": {"him - they": 0.0842704463502792, "him": 0.30239205356945875, "they": 0.21812160721917956}, "crack": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "crackerjack": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "crayfish": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "crazy": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "create": {"him - they": -0.06633703700809057, "him": 0.2788873329423101, "they": 0.3452243699504007}, "creating": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "cred": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "credit": {"him - they": 0.062278568785444244, "him": 0.3416797725119788, "they": 0.27940120372653454}, "creepy": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "cried": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "crime": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "criminal": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "crippling": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "crisis": {"him - they": 0.04160312846379077, "him": 0.3275744915129696, "they": 0.2859713630491788}, "critical": {"him - they": 0.009957855561268159, "him": 0.2788873329423101, "they": 0.26892947738104195}, "criticism": {"him - they": 0.1343143494997311, "him": 0.3729275265454912, "they": 0.23861317704576013}, "crore": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "cross": {"him - they": 0.06335550171645038, "him": 0.3237023689415068, "they": 0.2603468672250564}, "crotchety": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "crowded": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "crucial": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "cruise": {"him - they": 0.09016147932752516, "him": 0.35445419452464716, "they": 0.264292715197122}, "crying": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "cultivation": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "culture": {"him - they": -0.043119377253749314, "him": 0.2704959095759807, "they": 0.31361528682973}, "cultured": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "cup": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "currently": {"him - they": 0.0842704463502792, "him": 0.30239205356945875, "they": 0.21812160721917956}, "customer": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "customers": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "cut": {"him - they": 0.03838299040342852, "him": 0.295266888374402, "they": 0.2568838979709735}, "cynicism": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "d": {"him - they": 0.03577505806195108, "him": 0.35733220495222257, "they": 0.3215571468902715}, "dad": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "daily": {"him - they": 0.09016147932752516, "him": 0.35445419452464716, "they": 0.264292715197122}, "dance": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "dancers": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "dancing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "dangerous": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "dangerously": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "dark": {"him - they": 0.09505404821820118, "him": 0.3744552519447357, "they": 0.27940120372653454}, "data": {"him - they": 0.060210385412078515, "him": 0.3158686776863229, "they": 0.25565829227424436}, "daughter": {"him - they": 0.04160312846379077, "him": 0.3275744915129696, "they": 0.2859713630491788}, "david": {"him - they": 0.13272548049386323, "him": 0.3868546813352889, "they": 0.25412920084142565}, "day": {"him - they": 0.06351092607538622, "him": 0.3930366720623754, "they": 0.3295257459869892}, "days": {"him - they": 0.0014693668534710436, "him": 0.3367125688645452, "they": 0.33524320201107416}, "de": {"him - they": 0.010149042350924287, "him": 0.2704959095759807, "they": 0.2603468672250564}, "dead": {"him - they": 0.12540941798265573, "him": 0.3607176150548357, "they": 0.23530819707217995}, "deal": {"him - they": 0.009848467587649568, "him": 0.2837233462243989, "they": 0.2738748786367493}, "death": {"him - they": 0.12395283504248666, "him": 0.3744552519447357, "they": 0.25050241690224906}, "decades": {"him - they": 0.009848467587649568, "him": 0.2837233462243989, "they": 0.2738748786367493}, "decamp": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "december": {"him - they": 0.038838075020443535, "him": 0.2837233462243989, "they": 0.24488527120395534}, "decide": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "decided": {"him - they": 0.06794473978962867, "him": 0.38156002661935867, "they": 0.31361528682973}, "deciding": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "decimated": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "decision": {"him - they": 0.05798421106538082, "him": 0.35345965285959846, "they": 0.29547544179421764}, "decisions": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "declined": {"him - they": 0.060330086803693395, "him": 0.3729275265454912, "they": 0.3125974397417978}, "decreased": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "dedicated": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "deeper": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "deeply": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "defeat": {"him - they": 0.1354490462314359, "him": 0.3626560671674416, "they": 0.2272070209360057}, "defect": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "defend": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "defendant": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "defended": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "defense": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "defensive": {"him - they": 0.1343143494997311, "him": 0.3729275265454912, "they": 0.23861317704576013}, "defiant": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "definitely": {"him - they": -0.028619316311574217, "him": 0.295266888374402, "they": 0.32388620468597623}, "degrees": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "deliberation": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "delicacy": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "delicate": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "delight": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "delivered": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "demand": {"him - they": 0.09016147932752516, "him": 0.35445419452464716, "they": 0.264292715197122}, "demanded": {"him - they": 0.1363325873054676, "him": 0.35445419452464716, "they": 0.21812160721917956}, "demanding": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "democratic": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "demographic": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "dengue": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "denied": {"him - they": 0.09194340390046873, "him": 0.33180364968325177, "they": 0.23986024578278303}, "denigrated": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "denominator": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "dense": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "department": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "depend": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "depicting": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "depth": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "described": {"him - they": -0.028654214958320712, "him": 0.2837233462243989, "they": 0.3123775611827196}, "describing": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "description": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "deserved": {"him - they": 0.08949431829391696, "him": 0.3626560671674416, "they": 0.2731617488735246}, "design": {"him - they": 0.06557029220276281, "him": 0.2849073441198735, "they": 0.2193370519171107}, "designated": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "desjardins": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "despite": {"him - they": 0.024652810987834284, "him": 0.3201282527820519, "they": 0.29547544179421764}, "destabilized": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "destination": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "destroy": {"him - they": 0.13272548049386323, "him": 0.3868546813352889, "they": 0.25412920084142565}, "destroying": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "detail": {"him - they": 0.12259159878837905, "him": 0.38688431398550105, "they": 0.264292715197122}, "detailed": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "details": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "detective": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "deteriorate": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "determine": {"him - they": 0.06191722549812173, "him": 0.3475944092848278, "they": 0.2856771837867061}, "detroit": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "devastating": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "developed": {"him - they": 0.03838299040342852, "him": 0.295266888374402, "they": 0.2568838979709735}, "developing": {"him - they": -0.028590529155490985, "him": 0.30239205356945875, "they": 0.33098258272494974}, "development": {"him - they": 0.025857802351663683, "him": 0.2849073441198735, "they": 0.2590495417682098}, "device": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "devices": {"him - they": -0.011352379837721083, "him": 0.26335980734880843, "they": 0.2747121871865295}, "devoid": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "diameter": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "did": {"him - they": 0.022926049218368216, "him": 0.35742117551025915, "they": 0.33449512629189093}, "didn": {"him - they": 0.02107483508796365, "him": 0.3207560272402486, "they": 0.29968119215228495}, "different": {"him - they": 0.044346775481319545, "him": 0.3367125688645452, "they": 0.29236579338322566}, "difficult": {"him - they": 0.06098132095114456, "him": 0.3626560671674416, "they": 0.30167474621629703}, "digital": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "dimmed": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "diners": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "dinner": {"him - they": 0.04035238286237092, "him": 0.35445419452464716, "they": 0.31410181166227624}, "direct": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "directed": {"him - they": 0.1354490462314359, "him": 0.3626560671674416, "they": 0.2272070209360057}, "directly": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "disappoint": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "disappointing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "disarray": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "disbelief": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "disciplined": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "disclosures": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "discoveries": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "discovery": {"him - they": 0.03862568840089636, "him": 0.2891281053031454, "they": 0.25050241690224906}, "discretion": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "discuss": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "discussed": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "discussion": {"him - they": -0.01170975809281749, "him": 0.30239205356945875, "they": 0.31410181166227624}, "disguise": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "disliked": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "dismissed": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "disorder": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "disordered": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "disorienting": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "disrespected": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "disruption": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "disruptive": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "dissenting": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "distant": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "district": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "distrustful": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "ditched": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "division": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "divorce": {"him - they": 0.009848467587649568, "him": 0.2837233462243989, "they": 0.2738748786367493}, "divorced": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "divulge": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "do": {"him - they": 0.012133113543245977, "him": 0.3764712378015971, "they": 0.3643381242583511}, "doctorow": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "doctrine": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "does": {"him - they": 0.056590445538393264, "him": 0.3759702327140087, "they": 0.31937978717561544}, "doesn": {"him - they": -0.013293662529505923, "him": 0.3137026702107983, "they": 0.3269963327403042}, "doing": {"him - they": 0.01706419797736991, "him": 0.3716338984440734, "they": 0.3545697004667035}, "dollars": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "domantas": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "don": {"him - they": 0.02122210167808003, "him": 0.37758926885070665, "they": 0.3563671671726266}, "donald": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "done": {"him - they": 0.06579756053110702, "him": 0.3795904363644022, "they": 0.3137928758332952}, "dongguan": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "donovan": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "door": {"him - they": 0.0842704463502792, "him": 0.30239205356945875, "they": 0.21812160721917956}, "double": {"him - they": -0.01170975809281749, "him": 0.30239205356945875, "they": 0.31410181166227624}, "doubted": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "down": {"him - they": 0.039662412181933615, "him": 0.3930366720623754, "they": 0.3533742598804418}, "download": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "dozens": {"him - they": 0.061493775691130736, "him": 0.35445419452464716, "they": 0.2929604188335164}, "drafted": {"him - they": 0.1354490462314359, "him": 0.3626560671674416, "they": 0.2272070209360057}, "dragnet": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "draw": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "dressed": {"him - they": 0.09016147932752516, "him": 0.35445419452464716, "they": 0.264292715197122}, "drew": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "drink": {"him - they": 0.062278568785444244, "him": 0.3416797725119788, "they": 0.27940120372653454}, "drinking": {"him - they": 0.1354490462314359, "him": 0.3626560671674416, "they": 0.2272070209360057}, "drinks": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "driver": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "drivers": {"him - they": 0.03838299040342852, "him": 0.295266888374402, "they": 0.2568838979709735}, "driving": {"him - they": 0.03862568840089636, "him": 0.2891281053031454, "they": 0.25050241690224906}, "drop": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "drops": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "drove": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "drummond": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "drunk": {"him - they": 0.09016147932752516, "him": 0.35445419452464716, "they": 0.264292715197122}, "dubious": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "due": {"him - they": -0.03236134376204308, "him": 0.28324210066171623, "they": 0.3156034444237593}, "duly": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "during": {"him - they": 0.051014780149090944, "him": 0.39195449564859197, "they": 0.34093971549950103}, "duty": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "dysfunctional": {"him - they": 0.1343143494997311, "him": 0.3729275265454912, "they": 0.23861317704576013}, "e": {"him - they": 0.05728620572287485, "him": 0.3648380532830907, "they": 0.30755184756021586}, "each": {"him - they": 0.07730368260226056, "him": 0.3754477358850889, "they": 0.29814405328282834}, "earbuds": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "earlier": {"him - they": 0.0414085826833695, "him": 0.33180364968325177, "they": 0.29039506699988227}, "early": {"him - they": -0.11655509547412288, "him": 0.23994537458284973, "they": 0.3565004700569726}, "easier": {"him - they": 0.12055219347295654, "him": 0.4048373973239823, "they": 0.28428520385102574}, "easily": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "east": {"him - they": 0.04366925032822594, "him": 0.3502209476396933, "they": 0.30655169731146736}, "eastern": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "easy": {"him - they": 0.009891306125741128, "him": 0.33180364968325177, "they": 0.32191234355751064}, "eat": {"him - they": 0.07329183282793117, "him": 0.3802114494516937, "they": 0.30691961662376255}, "eating": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "eclectic": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "economics": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "ecstatic": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "ed": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "edge": {"him - they": 0.09226629444078963, "him": 0.3275744915129696, "they": 0.23530819707217995}, "edit": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "edmund": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "educate": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "effect": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "efforts": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "eggshells": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "either": {"him - they": 0.0011596421402245705, "him": 0.35345965285959846, "they": 0.3523000107193739}, "elements": {"him - they": 0.08472872298811929, "him": 0.295266888374402, "they": 0.21053816538628273}, "eleven": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "ellen": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "else": {"him - they": 0.023471611799697423, "him": 0.35445419452464716, "they": 0.33098258272494974}, "eludes": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "elusively": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "email": {"him - they": 0.09550700354921393, "him": 0.36938188218596324, "they": 0.2738748786367493}, "emanates": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "embiid": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "emboldening": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "emerged": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "emergency": {"him - they": -0.011465661472568278, "him": 0.27450570157661053, "they": 0.2859713630491788}, "emotional": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "emotionally": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "empathise": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "employ": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "employed": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "empowers": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "enable": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "enabled": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "enabling": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "encephalitis": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "encountering": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "encourage": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "encyclopedia": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "end": {"him - they": 0.01845620466999348, "him": 0.3532931405189006, "they": 0.3348369358489071}, "endeavor": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "ended": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "ending": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "endless": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "endured": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "energy": {"him - they": 0.09917039962425062, "him": 0.32616069670969583, "they": 0.22699029708544521}, "enforcement": {"him - they": 0.09371795609022945, "him": 0.3080375914720274, "they": 0.21431963538179796}, "engage": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "engaging": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "english": {"him - they": 0.09117735560972973, "him": 0.3416797725119788, "they": 0.25050241690224906}, "engrained": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "enjoy": {"him - they": 0.09016147932752516, "him": 0.35445419452464716, "they": 0.264292715197122}, "enjoyed": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "enough": {"him - they": -0.04302501061520053, "him": 0.2788873329423101, "they": 0.32191234355751064}, "entered": {"him - they": 0.09845870628349818, "him": 0.39373461137252663, "they": 0.29527590508902846}, "entering": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "entertain": {"him - they": 0.13272548049386323, "him": 0.3868546813352889, "they": 0.25412920084142565}, "entertainment": {"him - they": 0.12169649115234427, "him": 0.3948582400258689, "they": 0.2731617488735246}, "entire": {"him - they": 0.10210537089053368, "him": 0.4012776043722608, "they": 0.2991722334817271}, "entirely": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "entropy": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "environmental": {"him - they": 0.00972690157661088, "him": 0.2891281053031454, "they": 0.27940120372653454}, "epidemic": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "equipment": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "era": {"him - they": 0.06098132095114456, "him": 0.3626560671674416, "they": 0.30167474621629703}, "eric": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "erode": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "error": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "ers": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "escape": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "eschewed": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "especially": {"him - they": -0.06692302005486195, "him": 0.25713496518615164, "they": 0.3240579852410136}, "essential": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "establish": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "establishment": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "estranged": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "estrangement": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "estrangements": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "et": {"him - they": 0.08602004489369619, "him": 0.27450570157661053, "they": 0.18848565668291434}, "etiquette": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "evaluated": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "even": {"him - they": 0.03994766111912468, "him": 0.38783979097472465, "they": 0.3478921298556}, "evening": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "event": {"him - they": -0.01155255886462958, "him": 0.2837233462243989, "they": 0.29527590508902846}, "eventually": {"him - they": 0.08044168370210208, "him": 0.4043278883880783, "they": 0.32388620468597623}, "ever": {"him - they": 0.0238754955441689, "him": 0.3698336202506705, "they": 0.3459581247065016}, "every": {"him - they": 0.05562203294680418, "him": 0.4015801576533058, "they": 0.3459581247065016}, "everyone": {"him - they": 0.0243971489078042, "him": 0.3275744915129696, "they": 0.3031773426051654}, "everything": {"him - they": 0.02658448592277113, "him": 0.3594851049229266, "they": 0.3329006190001555}, "everywhere": {"him - they": 0.009589704587695924, "him": 0.295266888374402, "they": 0.2856771837867061}, "evidence": {"him - they": 0.09505404821820118, "him": 0.3744552519447357, "they": 0.27940120372653454}, "ex": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "exactly": {"him - they": 0.0737264902655167, "him": 0.3744552519447357, "they": 0.300728761679219}, "examination": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "examines": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "examining": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "example": {"him - they": -0.043075510542993356, "him": 0.27450570157661053, "they": 0.3175812121196039}, "examples": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "exceedingly": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "excellent": {"him - they": 0.09392389515198463, "him": 0.38688431398550105, "they": 0.2929604188335164}, "except": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "exception": {"him - they": 0.09016147932752516, "him": 0.35445419452464716, "they": 0.264292715197122}, "excited": {"him - they": 0.09071051131385433, "him": 0.3475944092848278, "they": 0.2568838979709735}, "exclusive": {"him - they": 0.009589704587695924, "him": 0.295266888374402, "they": 0.2856771837867061}, "exclusively": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "excoriated": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "executing": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "execution": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "executive": {"him - they": 0.08545479328853872, "him": 0.2837233462243989, "they": 0.19826855293586015}, "exercises": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "exhilarating": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "exist": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "existed": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "exists": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "exited": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "exiting": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "expect": {"him - they": 0.12395283504248666, "him": 0.3744552519447357, "they": 0.25050241690224906}, "expectation": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "expectations": {"him - they": 0.12055219347295654, "him": 0.4048373973239823, "they": 0.28428520385102574}, "expected": {"him - they": -0.0286802816474655, "him": 0.26014921400092134, "they": 0.28882949564838684}, "experienced": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "experiences": {"him - they": 0.06191722549812173, "him": 0.3475944092848278, "they": 0.2856771837867061}, "experiencetheride": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "experts": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "explain": {"him - they": 0.09796932909744538, "him": 0.3986980907766644, "they": 0.300728761679219}, "explained": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "explains": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "explicitly": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "explored": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "exploring": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "explosive": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "expressing": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "extension": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "extensive": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "extremely": {"him - they": 0.05668746270887093, "him": 0.3744552519447357, "they": 0.3177677892358648}, "exult": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "eye": {"him - they": 0.0842704463502792, "him": 0.30239205356945875, "they": 0.21812160721917956}, "eyes": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "f": {"him - they": 0.08472872298811929, "him": 0.295266888374402, "they": 0.21053816538628273}, "face": {"him - they": -0.028590529155490985, "him": 0.30239205356945875, "they": 0.33098258272494974}, "faces": {"him - they": 0.1343143494997311, "him": 0.3729275265454912, "they": 0.23861317704576013}, "facet": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "facing": {"him - they": 0.05668746270887093, "him": 0.3744552519447357, "they": 0.3177677892358648}, "fact": {"him - they": 0.05626007947263406, "him": 0.36922331655267404, "they": 0.31296323708004}, "factors": {"him - they": -0.011137785264493383, "him": 0.24429704540863129, "they": 0.25543483067312467}, "factual": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "fahrenheit": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "fail": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "failed": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "faith": {"him - they": 0.04067479266106527, "him": 0.3475944092848278, "they": 0.30691961662376255}, "fallen": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "fallibility": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "familial": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "familiar": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "family": {"him - they": 0.07035094922165974, "him": 0.3477954150944106, "they": 0.27744446587275085}, "famous": {"him - they": 0.0842704463502792, "him": 0.30239205356945875, "they": 0.21812160721917956}, "fan": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "fantastic": {"him - they": 0.06098132095114456, "him": 0.3626560671674416, "they": 0.30167474621629703}, "far": {"him - they": 0.03160136995759577, "him": 0.33912574533004225, "they": 0.3075243753724465}, "farmers": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "fascinate": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "fascinated": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "fascinating": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "fast": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "fat": {"him - they": 0.0842704463502792, "him": 0.30239205356945875, "they": 0.21812160721917956}, "father": {"him - they": 0.09117735560972973, "him": 0.3416797725119788, "they": 0.25050241690224906}, "fathers": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "fatigued": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "fault": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "favorite": {"him - they": 0.09194340390046873, "him": 0.33180364968325177, "they": 0.23986024578278303}, "favorites": {"him - they": 0.08949431829391696, "him": 0.3626560671674416, "they": 0.2731617488735246}, "favour": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "favourite": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "fear": {"him - they": 0.02391198327611399, "him": 0.3416797725119788, "they": 0.3177677892358648}, "fearful": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "feat": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "february": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "federal": {"him - they": 0.057540272449670304, "him": 0.3607176150548357, "they": 0.3031773426051654}, "feel": {"him - they": 0.0414085826833695, "him": 0.33180364968325177, "they": 0.29039506699988227}, "feeling": {"him - they": 0.09505404821820118, "him": 0.3744552519447357, "they": 0.27940120372653454}, "feelings": {"him - they": 0.12332755148072022, "him": 0.3802114494516937, "they": 0.2568838979709735}, "feet": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "feigned": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "fell": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "felt": {"him - they": 0.09889293005541666, "him": 0.38928799705529893, "they": 0.29039506699988227}, "female": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "feral": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "fever": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "few": {"him - they": -0.055961888206905064, "him": 0.24904996938961999, "they": 0.30501185759652505}, "fiction": {"him - they": 0.0842704463502792, "him": 0.30239205356945875, "they": 0.21812160721917956}, "fictions": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "fields": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "fiercely": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "fight": {"him - they": 0.024251802123035904, "him": 0.33180364968325177, "they": 0.30755184756021586}, "figure": {"him - they": 0.01047084083443034, "him": 0.3080375914720274, "they": 0.2975667506375971}, "figured": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "figures": {"him - they": -0.011773196464517188, "him": 0.3109188704763041, "they": 0.3226920669408213}, "filmmakers": {"him - they": 0.0842704463502792, "him": 0.30239205356945875, "they": 0.21812160721917956}, "final": {"him - they": -0.055583717976628866, "him": 0.2704959095759807, "they": 0.32607962755260955}, "finally": {"him - they": 0.04035238286237092, "him": 0.35445419452464716, "they": 0.31410181166227624}, "find": {"him - they": 0.055371701848134725, "him": 0.3943805513904765, "they": 0.3390088495423418}, "finding": {"him - they": 0.061493775691130736, "him": 0.35445419452464716, "they": 0.2929604188335164}, "finds": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "fine": {"him - they": 0.056325244765717486, "him": 0.3802114494516937, "they": 0.32388620468597623}, "finest": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "fingers": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "finish": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "fire": {"him - they": 0.06481921086031872, "him": 0.29835905867507784, "they": 0.23353984781475912}, "fired": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "fires": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "first": {"him - they": 0.033775238611819414, "him": 0.3925129337676526, "they": 0.3587376951558332}, "fit": {"him - they": 0.09453426566498763, "him": 0.3802114494516937, "they": 0.2856771837867061}, "five": {"him - they": 0.010544372371798671, "him": 0.3367125688645452, "they": 0.32616819649274653}, "flag": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "flames": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "flash": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "flashmob": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "flat": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "flavour": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "flawlessly": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "flayed": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "flickered": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "flits": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "flower": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "focus": {"him - they": -0.042896547862154466, "him": 0.2891281053031454, "they": 0.3320246531652999}, "focused": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "focuses": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "follow": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "followed": {"him - they": 0.010174037477689413, "him": 0.3201282527820519, "they": 0.3099542153043625}, "following": {"him - they": 0.09194340390046873, "him": 0.33180364968325177, "they": 0.23986024578278303}, "food": {"him - they": -0.0016591631040538402, "him": 0.28006156823559913, "they": 0.281720731339653}, "foolish": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "for": {"him - they": 0.015178909518759276, "him": 0.37488641397692707, "they": 0.3597075044581678}, "force": {"him - they": 0.09392389515198463, "him": 0.38688431398550105, "they": 0.2929604188335164}, "forces": {"him - they": 0.1704445098846834, "him": 0.3744552519447357, "they": 0.20401074206005232}, "forecast": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "foreign": {"him - they": 0.0104570603747276, "him": 0.25713496518615164, "they": 0.24667790481142404}, "foresight": {"him - they": 0.039973369778106754, "him": 0.2542930051599047, "they": 0.21431963538179796}, "foretold": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "forgiveness": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "forgotten": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "form": {"him - they": 0.07474625200565688, "him": 0.3607176150548357, "they": 0.2859713630491788}, "former": {"him - they": -0.055583717976628866, "him": 0.2704959095759807, "they": 0.32607962755260955}, "formulae": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "forward": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "forwarded": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "foucault": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "found": {"him - they": 0.0015953129497247587, "him": 0.3301157387850733, "they": 0.3285204258353485}, "foundation": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "founder": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "fourth": {"him - they": -0.01125359621591826, "him": 0.2542930051599047, "they": 0.265546601375823}, "foyer": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "frame": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "framework": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "franchise": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "francis": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "frantic": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "frantically": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "free": {"him - they": 0.02365959513055288, "him": 0.3754477358850889, "they": 0.351788140754536}, "frenchman": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "frenchmen": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "frenzy": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "frequent": {"him - they": 0.13272548049386323, "him": 0.3868546813352889, "they": 0.25412920084142565}, "friday": {"him - they": 0.038838075020443535, "him": 0.2837233462243989, "they": 0.24488527120395534}, "friend": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "friends": {"him - they": 0.07474625200565688, "him": 0.3607176150548357, "they": 0.2859713630491788}, "fringe": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "frogs": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "from": {"him - they": 0.0063707697882020575, "him": 0.38701202461364503, "they": 0.380641254825443}, "front": {"him - they": 0.02409134880212227, "him": 0.33646890998484186, "they": 0.3123775611827196}, "frontiers": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "fruits": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "fuel": {"him - they": 0.1343143494997311, "him": 0.3729275265454912, "they": 0.23861317704576013}, "fuels": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "fulfills": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "full": {"him - they": 0.04260793722004419, "him": 0.3054346017740225, "they": 0.2628266645539783}, "fun": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "function": {"him - they": -0.028639683932719373, "him": 0.2891281053031454, "they": 0.3177677892358648}, "fundamental": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "further": {"him - they": -0.07711822710312655, "him": 0.24904996938961999, "they": 0.32616819649274653}, "future": {"him - they": 0.05911072751158175, "him": 0.3223185170883703, "they": 0.26320778957678853}, "futurists": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "futurologist": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "g": {"him - they": 0.02409134880212227, "him": 0.33646890998484186, "they": 0.3123775611827196}, "gained": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "game": {"him - they": 0.011173277268095139, "him": 0.28006156823559913, "they": 0.268888290967504}, "games": {"him - they": 0.07502204671883156, "him": 0.3569438991618976, "they": 0.28192185244306606}, "gangavaram": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "gas": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "gave": {"him - they": 0.08132394594468362, "him": 0.4114481487926873, "they": 0.3301242028480037}, "geez": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "general": {"him - they": 0.0411930048958134, "him": 0.33646890998484186, "they": 0.29527590508902846}, "generally": {"him - they": 0.1343143494997311, "him": 0.3729275265454912, "they": 0.23861317704576013}, "generations": {"him - they": 0.009589704587695924, "him": 0.295266888374402, "they": 0.2856771837867061}, "genie": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "genius": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "genre": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "genuine": {"him - they": 0.08949431829391696, "him": 0.3626560671674416, "they": 0.2731617488735246}, "genuinely": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "geofence": {"him - they": 0.08736881684764283, "him": 0.251603515870911, "they": 0.16423469902326818}, "geofiltered": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "geographically": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "george": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "gershshwin": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "get": {"him - they": 0.019892977495035324, "him": 0.3839145923729067, "they": 0.3640216148778714}, "getting": {"him - they": 0.026304224886159633, "him": 0.36659411291731764, "they": 0.340289888031158}, "girl": {"him - they": 0.02476674666013995, "him": 0.3168068616436382, "they": 0.29204011498349824}, "girls": {"him - they": 0.06259403134809255, "him": 0.33646890998484186, "they": 0.2738748786367493}, "give": {"him - they": 0.03114312901252486, "him": 0.3502209476396933, "they": 0.31907781862716844}, "given": {"him - they": 0.01712339185250883, "him": 0.3698336202506705, "they": 0.3527102283981617}, "glad": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "glow": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "go": {"him - they": 0.050490703070150134, "him": 0.40006421743759857, "they": 0.34957351436744843}, "goal": {"him - they": -0.028664514617905756, "him": 0.2788873329423101, "they": 0.30755184756021586}, "goals": {"him - they": 0.039027087159527074, "him": 0.2788873329423101, "they": 0.23986024578278303}, "gobert": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "going": {"him - they": 0.027389308730216222, "him": 0.4071744645310703, "they": 0.3797851558008541}, "gone": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "good": {"him - they": 0.017007268397586484, "him": 0.3604342388171598, "they": 0.3434269704195733}, "google": {"him - they": 0.09830820131500104, "him": 0.3367125688645452, "they": 0.23840436754954417}, "googled": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "gordon": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "got": {"him - they": 0.02741652754868157, "him": 0.33833007736971626, "they": 0.3109135498210347}, "gotten": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "gourmet": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "governing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "government": {"him - they": 0.037694857862106856, "him": 0.3153338740640334, "they": 0.27763901620192655}, "governments": {"him - they": 0.038838075020443535, "him": 0.2837233462243989, "they": 0.24488527120395534}, "grab": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "grabbed": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "graduated": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "grann": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "granted": {"him - they": 0.09071051131385433, "him": 0.3475944092848278, "they": 0.2568838979709735}, "grapples": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "grasp": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "gravel": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "graves": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "great": {"him - they": -0.04078473840358393, "him": 0.2849073441198735, "they": 0.32569208252345744}, "greater": {"him - they": -0.0025669846153610343, "him": 0.33646890998484186, "they": 0.3390358946002029}, "greet": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "grey": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "ground": {"him - they": -0.028663588905484316, "him": 0.24429704540863129, "they": 0.2729606343141156}, "group": {"him - they": -0.03493030788551832, "him": 0.3010584209186296, "they": 0.33598872880414793}, "groupon": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "groups": {"him - they": 0.09255922308702716, "him": 0.3237023689415068, "they": 0.23114314585447962}, "growing": {"him - they": -0.04296616653006852, "him": 0.2837233462243989, "they": 0.3266895127544674}, "grown": {"him - they": 0.009589704587695924, "him": 0.295266888374402, "they": 0.2856771837867061}, "guarantees": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "guilt": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "guilty": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "gusto": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "guy": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "h": {"him - they": 0.13272548049386323, "him": 0.3868546813352889, "they": 0.25412920084142565}, "had": {"him - they": 0.022668176152799202, "him": 0.3803986999410657, "they": 0.3577305237882665}, "hadn": {"him - they": 0.06098132095114456, "him": 0.3626560671674416, "they": 0.30167474621629703}, "haired": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "half": {"him - they": -0.013293662529505923, "him": 0.3137026702107983, "they": 0.3269963327403042}, "ham": {"him - they": 0.01135057139690912, "him": 0.21941521109557127, "they": 0.20806463969866215}, "hand": {"him - they": 0.010402982144296191, "him": 0.3107872740400809, "they": 0.3003842918957847}, "handed": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "handedly": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "handful": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "handicaps": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "handing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "handle": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "happen": {"him - they": 0.02409134880212227, "him": 0.33646890998484186, "they": 0.3123775611827196}, "happened": {"him - they": 0.00972690157661088, "him": 0.2891281053031454, "they": 0.27940120372653454}, "happening": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "happenings": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "happy": {"him - they": 0.03996400022662028, "him": 0.3626560671674416, "they": 0.3226920669408213}, "hard": {"him - they": 0.024973079393403985, "him": 0.3107872740400809, "they": 0.2858141946466769}, "hardest": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "hardly": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "harping": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "harry": {"him - they": 0.08472872298811929, "him": 0.295266888374402, "they": 0.21053816538628273}, "has": {"him - they": 0.03328591383074292, "him": 0.4013948659059781, "they": 0.3681089520752352}, "hassles": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "hats": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "have": {"him - they": -0.011701916380723099, "him": 0.38533439395965124, "they": 0.39703631034037434}, "haven": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "having": {"him - they": 0.07553747034819075, "him": 0.41811036768164694, "they": 0.3425728973334562}, "hayward": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "he": {"him - they": 0.09194431228431765, "him": 0.41791697636468994, "they": 0.3259726640803723}, "head": {"him - they": -0.02319375103712501, "him": 0.29620667292525893, "they": 0.31940042396238394}, "headache": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "headquarters": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "healing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "health": {"him - they": -0.05582827189388834, "him": 0.25713496518615164, "they": 0.31296323708004}, "healthy": {"him - they": -0.042896547862154466, "him": 0.2891281053031454, "they": 0.3320246531652999}, "hear": {"him - they": -0.028639683932719373, "him": 0.2891281053031454, "they": 0.3177677892358648}, "heard": {"him - they": 0.04350543755523595, "him": 0.35345965285959846, "they": 0.3099542153043625}, "hearing": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "heart": {"him - they": 0.02370820459885159, "him": 0.3475944092848278, "they": 0.32388620468597623}, "heartening": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "heartfelt": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "heat": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "heavier": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "heavy": {"him - they": 0.09453426566498763, "him": 0.3802114494516937, "they": 0.2856771837867061}, "held": {"him - they": 0.06594999115142858, "him": 0.37747416959650304, "they": 0.31152417844507446}, "hell": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "help": {"him - they": 0.04800784056230872, "him": 0.38862849267396343, "they": 0.3406206521116547}, "helped": {"him - they": 0.07278250232322481, "him": 0.38688431398550105, "they": 0.31410181166227624}, "helpless": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "her": {"him - they": 0.029655124593489235, "him": 0.2810381194623141, "they": 0.25138299486882487}, "here": {"him - they": 0.034681474306467897, "him": 0.38783979097472465, "they": 0.35315831666825676}, "herself": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "hide": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "hiding": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "high": {"him - they": -0.023174020389929884, "him": 0.2884059363694688, "they": 0.3115799567593987}, "higher": {"him - they": -0.013317341204365507, "him": 0.3168068616436382, "they": 0.3301242028480037}, "highlight": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "highway": {"him - they": 0.1370562438985451, "him": 0.3475944092848278, "they": 0.21053816538628273}, "hike": {"him - they": 0.06441696380219769, "him": 0.3054346017740225, "they": 0.2410176379718248}, "hikers": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "hiking": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "hilarious": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "him": {"him - they": 0.19145617680128946, "him": 0.5074405442634362, "they": 0.31598436746214675}, "himself": {"him - they": 0.02370820459885159, "him": 0.3475944092848278, "they": 0.32388620468597623}, "hipper": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "his": {"him - they": 0.10585754550755905, "him": 0.42941109205856226, "they": 0.3235535465510032}, "historic": {"him - they": 0.09016147932752516, "him": 0.35445419452464716, "they": 0.264292715197122}, "historical": {"him - they": 0.061493775691130736, "him": 0.35445419452464716, "they": 0.2929604188335164}, "historically": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "history": {"him - they": 0.01880095996334602, "him": 0.3428427324427178, "they": 0.32404177247937177}, "hit": {"him - they": 0.057540272449670304, "him": 0.3607176150548357, "they": 0.3031773426051654}, "hits": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "hive": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "hold": {"him - they": -0.0024987194417647185, "him": 0.33180364968325177, "they": 0.3343023691250165}, "holds": {"him - they": 0.0842704463502792, "him": 0.30239205356945875, "they": 0.21812160721917956}, "homage": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "home": {"him - they": 0.003812610187119758, "him": 0.3397906045770389, "they": 0.33597799438991915}, "homemade": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "honest": {"him - they": 0.13272548049386323, "him": 0.3868546813352889, "they": 0.25412920084142565}, "hong": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "hopkinson": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "hordes": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "hornbleat": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "horns": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "hospital": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "hosts": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "hot": {"him - they": 0.010028313521827592, "him": 0.3569438991618976, "they": 0.34691558564007}, "hotel": {"him - they": 0.03862568840089636, "him": 0.2891281053031454, "they": 0.25050241690224906}, "hotels": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "hour": {"him - they": 0.06794473978962867, "him": 0.38156002661935867, "they": 0.31361528682973}, "hours": {"him - they": 0.03464444097928865, "him": 0.38156002661935867, "they": 0.34691558564007}, "house": {"him - they": 0.01025516433217083, "him": 0.3168068616436382, "they": 0.30655169731146736}, "how": {"him - they": 0.03315991662882478, "him": 0.40443151683781664, "they": 0.37127160020899186}, "however": {"him - they": 0.06474159185538025, "him": 0.38034503627913957, "they": 0.3156034444237593}, "https": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "hug": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "huge": {"him - they": 0.05728620572287485, "him": 0.3648380532830907, "they": 0.30755184756021586}, "human": {"him - they": 0.0577716656801705, "him": 0.3569438991618976, "they": 0.2991722334817271}, "humans": {"him - they": 0.0414085826833695, "him": 0.33180364968325177, "they": 0.29039506699988227}, "hundred": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "hundreds": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "hunger": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "hunkered": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "hurt": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "husband": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "hustling": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "huxley": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "i": {"him - they": 0.03881544483085625, "him": 0.34371581331069234, "they": 0.3049003684798361}, "ib\u00e9rico": {"him - they": 0.04116543962009389, "him": 0.22234057157152826, "they": 0.18117513195143436}, "ice": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "idea": {"him - they": -0.013053912191226646, "him": 0.2866272799610583, "they": 0.29968119215228495}, "ideas": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "identical": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "identified": {"him - they": 0.06191722549812173, "him": 0.3475944092848278, "they": 0.2856771837867061}, "identify": {"him - they": 0.03838299040342852, "him": 0.295266888374402, "they": 0.2568838979709735}, "identifying": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "identity": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "if": {"him - they": -0.01238305501092024, "him": 0.3605477736943879, "they": 0.37293082870530814}, "ignorance": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "ignore": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "iknow": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "ill": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "illness": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "illusion": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "imagine": {"him - they": 0.03838299040342852, "him": 0.295266888374402, "they": 0.2568838979709735}, "imagined": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "immediately": {"him - they": 0.01025516433217083, "him": 0.3168068616436382, "they": 0.30655169731146736}, "immense": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "immensely": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "immersive": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "impact": {"him - they": -0.028619316311574217, "him": 0.295266888374402, "they": 0.32388620468597623}, "imparted": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "impatience": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "impeccably": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "impermissibly": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "importance": {"him - they": -0.011600656376073604, "him": 0.2891281053031454, "they": 0.300728761679219}, "important": {"him - they": 0.0037800637214737143, "him": 0.34129388658139287, "they": 0.33751382285991915}, "impossible": {"him - they": 0.07329183282793117, "him": 0.3802114494516937, "they": 0.30691961662376255}, "improved": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "impulse": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "in": {"him - they": 0.008810153059400916, "him": 0.3274313860765206, "they": 0.3186212330171197}, "incident": {"him - they": 0.08602004489369619, "him": 0.27450570157661053, "they": 0.18848565668291434}, "incidents": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "include": {"him - they": 0.010174037477689413, "him": 0.3201282527820519, "they": 0.3099542153043625}, "included": {"him - they": 0.05728620572287485, "him": 0.3648380532830907, "they": 0.30755184756021586}, "includes": {"him - they": 0.08472872298811929, "him": 0.295266888374402, "they": 0.21053816538628273}, "including": {"him - they": 0.003603051755679876, "him": 0.3495611764621815, "they": 0.3459581247065016}, "increase": {"him - they": 0.06287417230220982, "him": 0.33180364968325177, "they": 0.26892947738104195}, "increased": {"him - they": 0.00972690157661088, "him": 0.2891281053031454, "they": 0.27940120372653454}, "increasingly": {"him - they": 0.07278250232322481, "him": 0.38688431398550105, "they": 0.31410181166227624}, "incredible": {"him - they": 0.13766903045192647, "him": 0.3416797725119788, "they": 0.20401074206005232}, "india": {"him - they": 0.061493775691130736, "him": 0.35445419452464716, "they": 0.2929604188335164}, "indian": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "indistinguishable": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "individual": {"him - they": 0.06191722549812173, "him": 0.3475944092848278, "they": 0.2856771837867061}, "individualized": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "individuals": {"him - they": 0.05700432100324365, "him": 0.36938188218596324, "they": 0.3123775611827196}, "industrial": {"him - they": -0.011773196464517188, "him": 0.3109188704763041, "they": 0.3226920669408213}, "industry": {"him - they": 0.0243971489078042, "him": 0.3275744915129696, "they": 0.3031773426051654}, "ineffective": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "infects": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "infiltrates": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "inflammatory": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "inflict": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "influenced": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "informal": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "information": {"him - they": 0.04366925032822594, "him": 0.3502209476396933, "they": 0.30655169731146736}, "informed": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "informs": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "inhabit": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "inherently": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "initial": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "injuries": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "injury": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "innocent": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "innovations": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "innumerably": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "inside": {"him - they": 0.05700432100324365, "him": 0.36938188218596324, "they": 0.3123775611827196}, "insisted": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "inspired": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "instability": {"him - they": 0.13272548049386323, "him": 0.3868546813352889, "they": 0.25412920084142565}, "instead": {"him - they": 0.018019558873293928, "him": 0.36659411291731764, "they": 0.3485745540440237}, "instincts": {"him - they": 0.09318349380957186, "him": 0.3948582400258689, "they": 0.30167474621629703}, "institution": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "institutional": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "institutions": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "intelligence": {"him - they": 0.0414085826833695, "him": 0.33180364968325177, "they": 0.29039506699988227}, "intense": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "intensity": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "intentions": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "intents": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "interaction": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "interactive": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "interest": {"him - they": 0.02409134880212227, "him": 0.33646890998484186, "they": 0.3123775611827196}, "interested": {"him - they": 0.060330086803693395, "him": 0.3729275265454912, "they": 0.3125974397417978}, "interests": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "international": {"him - they": 0.01008708211177678, "him": 0.3237023689415068, "they": 0.31361528682973}, "internet": {"him - they": -0.01155255886462958, "him": 0.2837233462243989, "they": 0.29527590508902846}, "intersection": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "intervene": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "interview": {"him - they": -0.01170975809281749, "him": 0.30239205356945875, "they": 0.31410181166227624}, "into": {"him - they": 0.023050797777850573, "him": 0.39286670635093446, "they": 0.3698159085730839}, "introduce": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "invades": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "invented": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "invention": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "inventor": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "investigates": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "investigation": {"him - they": 0.04067479266106527, "him": 0.3475944092848278, "they": 0.30691961662376255}, "investigative": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "investigators": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "invited": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "involved": {"him - they": 0.06468722915971403, "him": 0.39481143200771773, "they": 0.3301242028480037}, "involvement": {"him - they": 0.009589704587695924, "him": 0.295266888374402, "they": 0.2856771837867061}, "involves": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "irony": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "irrational": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "irritated": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "is": {"him - they": -0.009640948550075912, "him": 0.33433930080416846, "they": 0.34398024935424437}, "isabelle": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "isay": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "islamic": {"him - they": 0.009848467587649568, "him": 0.2837233462243989, "they": 0.2738748786367493}, "isn": {"him - they": -0.0023224949468961253, "him": 0.3201282527820519, "they": 0.32245074772894805}, "issue": {"him - they": 0.045521124995257733, "him": 0.31284907649033833, "they": 0.2673279514950806}, "issued": {"him - they": 0.009589704587695924, "him": 0.295266888374402, "they": 0.2856771837867061}, "issues": {"him - they": 0.01008708211177678, "him": 0.3237023689415068, "they": 0.31361528682973}, "it": {"him - they": 0.017450303158994263, "him": 0.37306001303098274, "they": 0.3556097098719885}, "italian": {"him - they": 0.009848467587649568, "him": 0.2837233462243989, "they": 0.2738748786367493}, "item": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "items": {"him - they": 0.1343143494997311, "him": 0.3729275265454912, "they": 0.23861317704576013}, "its": {"him - they": -0.021189850582396252, "him": 0.32873480169264224, "they": 0.3499246522750385}, "itself": {"him - they": 0.08797277302085393, "him": 0.39792698832521645, "they": 0.3099542153043625}, "j": {"him - they": 0.039865301332891345, "him": 0.25713496518615164, "they": 0.2172696638532603}, "jack": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "jagan": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "james": {"him - they": 0.08472872298811929, "him": 0.295266888374402, "they": 0.21053816538628273}, "jane": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "japanese": {"him - they": 0.010149042350924287, "him": 0.2704959095759807, "they": 0.2603468672250564}, "jayson": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "jazz": {"him - they": 0.0857529573227574, "him": 0.2788873329423101, "they": 0.1931343756195527}, "jealous": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "jerusalem": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "job": {"him - they": 0.04382190701933997, "him": 0.3471933124650435, "they": 0.3033714054457035}, "jobs": {"him - they": 0.03838299040342852, "him": 0.295266888374402, "they": 0.2568838979709735}, "joe": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "joel": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "john": {"him - they": -0.043119377253749314, "him": 0.2704959095759807, "they": 0.31361528682973}, "johnson": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "join": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "joke": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "jokes": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "joshua": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "journalism": {"him - they": 0.13272548049386323, "him": 0.3868546813352889, "they": 0.25412920084142565}, "journalist": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "judging": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "judicial": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "judy": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "jules": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "july": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "june": {"him - they": 0.07527503013206283, "him": 0.35345965285959846, "they": 0.27818462272753564}, "just": {"him - they": 0.022735188799024197, "him": 0.38816920295502505, "they": 0.36543401415600085}, "k": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "karaoke": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "karen": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "keen": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "keep": {"him - they": -0.013449160815369732, "him": 0.33646890998484186, "they": 0.3499180708002116}, "keeping": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "kept": {"him - they": 0.08135705018980705, "him": 0.39373461137252663, "they": 0.3123775611827196}, "key": {"him - they": -0.028590529155490985, "him": 0.30239205356945875, "they": 0.33098258272494974}, "kid": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "kidding": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "kids": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "killed": {"him - they": 0.06098132095114456, "him": 0.3626560671674416, "they": 0.30167474621629703}, "killer": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "killers": {"him - they": 0.13272548049386323, "him": 0.3868546813352889, "they": 0.25412920084142565}, "kind": {"him - they": 0.056325244765717486, "him": 0.3802114494516937, "they": 0.32388620468597623}, "kindle": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "kingdom": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "knew": {"him - they": 0.030707348934891743, "him": 0.3607176150548357, "they": 0.33001026611994394}, "knicks": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "knocks": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "know": {"him - they": 0.05772421477083506, "him": 0.39605425340001327, "they": 0.3383300386291782}, "knowing": {"him - they": 0.06098132095114456, "him": 0.3626560671674416, "they": 0.30167474621629703}, "knowledge": {"him - they": 0.06191722549812173, "him": 0.3475944092848278, "they": 0.2856771837867061}, "known": {"him - they": 0.01086725586059939, "him": 0.3242943174231378, "they": 0.3134270615625384}, "knows": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "kong": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "korean": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "krauts": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "l": {"him - they": 0.08545479328853872, "him": 0.2837233462243989, "they": 0.19826855293586015}, "laboratory": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "lack": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "lacked": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "lady": {"him - they": 0.03838299040342852, "him": 0.295266888374402, "they": 0.2568838979709735}, "laid": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "land": {"him - they": 0.0104570603747276, "him": 0.25713496518615164, "they": 0.24667790481142404}, "landed": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "larger": {"him - they": 0.09071051131385433, "him": 0.3475944092848278, "they": 0.2568838979709735}, "lassitude": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "last": {"him - they": 0.01205506674719814, "him": 0.3553364710837987, "they": 0.34328140433660054}, "late": {"him - they": 0.03100890513065041, "him": 0.35345965285959846, "they": 0.32245074772894805}, "later": {"him - they": 0.026750467829587454, "him": 0.35527089366493597, "they": 0.3285204258353485}, "latest": {"him - they": 0.038838075020443535, "him": 0.2837233462243989, "they": 0.24488527120395534}, "latitude": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "latter": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "launched": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "law": {"him - they": 0.09901356634068129, "him": 0.3280990765035222, "they": 0.22908551016284093}, "lax": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "layoff": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "lead": {"him - they": -0.0020494196966148737, "him": 0.3029624378999102, "they": 0.30501185759652505}, "leader": {"him - they": 0.009957855561268159, "him": 0.2788873329423101, "they": 0.26892947738104195}, "leaders": {"him - they": 0.030707348934891743, "him": 0.3607176150548357, "they": 0.33001026611994394}, "leadership": {"him - they": 0.13866927406369906, "him": 0.33180364968325177, "they": 0.1931343756195527}, "leading": {"him - they": -0.01170975809281749, "him": 0.30239205356945875, "they": 0.31410181166227624}, "leads": {"him - they": 0.08949431829391696, "him": 0.3626560671674416, "they": 0.2731617488735246}, "league": {"him - they": 0.08949431829391696, "him": 0.3626560671674416, "they": 0.2731617488735246}, "lean": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "learn": {"him - they": 0.009848467587649568, "him": 0.2837233462243989, "they": 0.2738748786367493}, "least": {"him - they": 0.020380123895682667, "him": 0.34166614691764025, "they": 0.3212860230219576}, "leaves": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "leaving": {"him - they": 0.060330086803693395, "him": 0.3729275265454912, "they": 0.3125974397417978}, "lebron": {"him - they": 0.1354490462314359, "him": 0.3626560671674416, "they": 0.2272070209360057}, "led": {"him - they": 0.0414085826833695, "him": 0.33180364968325177, "they": 0.29039506699988227}, "left": {"him - they": 0.02365959513055288, "him": 0.3754477358850889, "they": 0.351788140754536}, "legal": {"him - they": 0.169673284065411, "him": 0.3802114494516937, "they": 0.21053816538628273}, "legendary": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "legislatures": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "length": {"him - they": 0.1687627067663215, "him": 0.38688431398550105, "they": 0.21812160721917956}, "lengthy": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "less": {"him - they": -0.1234585390486693, "him": 0.2304232098065578, "they": 0.3538817488552271}, "let": {"him - they": 0.06451374403176396, "him": 0.3834919366845559, "they": 0.3189781926527919}, "letter": {"him - they": 0.06356578247326938, "him": 0.3201282527820519, "they": 0.25656247030878254}, "liberating": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "librarians": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "libraries": {"him - they": 0.09158363878088652, "him": 0.33646890998484186, "they": 0.24488527120395534}, "library": {"him - they": 0.08705031043202735, "him": 0.25713496518615164, "they": 0.1700846547541243}, "life": {"him - they": 0.005273394356067607, "him": 0.34854184167993435, "they": 0.34326844732386674}, "lifelong": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "lifted": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "lights": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "like": {"him - they": 0.03898550845748133, "him": 0.41867640221271846, "they": 0.3796908937552371}, "liked": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "likely": {"him - they": 0.044226417707658894, "him": 0.33912574533004225, "they": 0.29489932762238336}, "limit": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "limits": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "linked": {"him - they": 0.04035238286237092, "him": 0.35445419452464716, "they": 0.31410181166227624}, "linton": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "listen": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "listening": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "lit": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "literature": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "little": {"him - they": -0.04086476924228549, "him": 0.3158686776863229, "they": 0.35673344692860837}, "live": {"him - they": -0.06619472457581271, "him": 0.2837233462243989, "they": 0.3499180708002116}, "lives": {"him - they": 0.06191722549812173, "him": 0.3475944092848278, "they": 0.2856771837867061}, "ll": {"him - they": -0.015487890034104723, "him": 0.3495611764621815, "they": 0.3650490664962862}, "load": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "local": {"him - they": -0.013145556390745439, "him": 0.29620667292525893, "they": 0.30935222931600437}, "located": {"him - they": 0.09117735560972973, "him": 0.3416797725119788, "they": 0.25050241690224906}, "location": {"him - they": 0.039352763721501066, "him": 0.2704959095759807, "they": 0.23114314585447962}, "locations": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "logical": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "lollipop": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "lollipops": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "lone": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "long": {"him - they": 0.04868105136579959, "him": 0.37738632776413916, "they": 0.3287052763983396}, "longer": {"him - they": 0.009848467587649568, "him": 0.2837233462243989, "they": 0.2738748786367493}, "longest": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "look": {"him - they": -0.021636663899167408, "him": 0.31284907649033833, "they": 0.33448574038950574}, "lookalites": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "looked": {"him - they": -0.0023224949468961253, "him": 0.3201282527820519, "they": 0.32245074772894805}, "looking": {"him - they": 0.044346775481319545, "him": 0.3367125688645452, "they": 0.29236579338322566}, "looks": {"him - they": 0.00972690157661088, "him": 0.2891281053031454, "they": 0.27940120372653454}, "lore": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "los": {"him - they": 0.010057466827586903, "him": 0.27450570157661053, "they": 0.2644482347490236}, "lose": {"him - they": 0.09392389515198463, "him": 0.38688431398550105, "they": 0.2929604188335164}, "losing": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "lost": {"him - they": 0.05798421106538082, "him": 0.35345965285959846, "they": 0.29547544179421764}, "lot": {"him - they": 0.033570962777780544, "him": 0.3986457324595768, "they": 0.36507476968179625}, "lots": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "lou": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "loudly": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "lounging": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "love": {"him - they": 0.056922433998715605, "him": 0.36170213064307527, "they": 0.30477969664435967}, "loved": {"him - they": 0.061493775691130736, "him": 0.35445419452464716, "they": 0.2929604188335164}, "lovely": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "lover": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "lovers": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "loves": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "loving": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "low": {"him - they": -0.023211680494013343, "him": 0.3080375914720274, "they": 0.33124927196604076}, "luca": {"him - they": 0.07527503013206283, "him": 0.35345965285959846, "they": 0.27818462272753564}, "lucrative": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "lunch": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "lurked": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "m": {"him - they": 0.05575535927912462, "him": 0.38862849267396343, "they": 0.3328731333948388}, "mackay": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "mad": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "made": {"him - they": 0.03226513502022493, "him": 0.3715777344526095, "they": 0.33931259943238457}, "magic": {"him - they": 0.1343143494997311, "him": 0.3729275265454912, "they": 0.23861317704576013}, "magical": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "mahesh": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "mails": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "main": {"him - they": 0.010149042350924287, "him": 0.2704959095759807, "they": 0.2603468672250564}, "mainstream": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "maintained": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "major": {"him - they": -0.04324932670963305, "him": 0.25713496518615164, "they": 0.3003842918957847}, "make": {"him - they": 0.026135031735032788, "him": 0.38561398603205393, "they": 0.35947895429702115}, "makes": {"him - they": 0.03114312901252486, "him": 0.3502209476396933, "they": 0.31907781862716844}, "makeup": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "making": {"him - they": -0.03223555365989372, "him": 0.3107872740400809, "they": 0.3430228276999746}, "malaria": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "malignant": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "man": {"him - they": 0.10664119807402389, "him": 0.43068297055339566, "they": 0.32404177247937177}, "managed": {"him - they": 0.009957855561268159, "him": 0.2788873329423101, "they": 0.26892947738104195}, "management": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "manager": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "manages": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "manner": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "many": {"him - they": 0.032580431163143186, "him": 0.3916933234772126, "they": 0.3591128923140694}, "march": {"him - they": 0.09830820131500104, "him": 0.3367125688645452, "they": 0.23840436754954417}, "mark": {"him - they": 0.09117735560972973, "him": 0.3416797725119788, "they": 0.25050241690224906}, "marked": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "market": {"him - they": 0.02487317456241145, "him": 0.3137026702107983, "they": 0.28882949564838684}, "marriage": {"him - they": 0.060330086803693395, "him": 0.3729275265454912, "they": 0.3125974397417978}, "married": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "mary": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "massive": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "material": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "matter": {"him - they": -0.011600656376073604, "him": 0.2891281053031454, "they": 0.300728761679219}, "may": {"him - they": 0.02664749248051146, "him": 0.37350632158195557, "they": 0.3468588291014441}, "mayhem": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "mayonnaise": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "mcdonalds": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "mcgregor": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "mcnamara": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "me": {"him - they": 0.04340937649236215, "him": 0.368785296807778, "they": 0.32537592031541585}, "meal": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "mean": {"him - they": -0.042896547862154466, "him": 0.2891281053031454, "they": 0.3320246531652999}, "meaning": {"him - they": -0.01170975809281749, "him": 0.30239205356945875, "they": 0.31410181166227624}, "means": {"him - they": -0.08644479743706418, "him": 0.24207562839828434, "they": 0.3285204258353485}, "meanwhile": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "measures": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "meat": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "mechanics": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "media": {"him - they": 0.020544435683725104, "him": 0.3367125688645452, "they": 0.3161681331808201}, "medication": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "meet": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "meh": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "melt": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "memories": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "memory": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "men": {"him - they": -0.0433797277245184, "him": 0.23994537458284973, "they": 0.2833251023073681}, "menace": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "menu": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "merely": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "message": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "meters": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "methods": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "mia": {"him - they": 0.08668635605190159, "him": 0.26335980734880843, "they": 0.17667345129690684}, "miami": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "michel": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "michelle": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "middle": {"him - they": 0.02391198327611399, "him": 0.3416797725119788, "they": 0.3177677892358648}, "midnight": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "might": {"him - they": 0.021738810193275726, "him": 0.38862849267396343, "they": 0.3668896824806877}, "mile": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "militaries": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "military": {"him - they": 0.06312625676394595, "him": 0.3275744915129696, "they": 0.2644482347490236}, "millennium": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "million": {"him - they": 0.010535274151639129, "him": 0.3054346017740225, "they": 0.29489932762238336}, "millions": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "mind": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "minds": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "mine": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "mini": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "minimum": {"him - they": 0.03838299040342852, "him": 0.295266888374402, "they": 0.2568838979709735}, "minister": {"him - they": 0.044346775481319545, "him": 0.3367125688645452, "they": 0.29236579338322566}, "ministry": {"him - they": 0.0851173632430931, "him": 0.2891281053031454, "they": 0.20401074206005232}, "minor": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "minutes": {"him - they": 0.010174037477689413, "him": 0.3201282527820519, "they": 0.3099542153043625}, "misreading": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "miss": {"him - they": 0.1343143494997311, "him": 0.3729275265454912, "they": 0.23861317704576013}, "missing": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "misted": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "misunderstanding": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "mitchell": {"him - they": 0.0842704463502792, "him": 0.30239205356945875, "they": 0.21812160721917956}, "mixed": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "mla": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "moaning": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "mob": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "mobile": {"him - they": 0.06098132095114456, "him": 0.3626560671674416, "they": 0.30167474621629703}, "model": {"him - they": -0.01125359621591826, "him": 0.2542930051599047, "they": 0.265546601375823}, "modern": {"him - they": 0.10170134641581868, "him": 0.3594851049229266, "they": 0.25778375850710794}, "modi": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "modified": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "mohan": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "mom": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "moment": {"him - they": 0.0737264902655167, "him": 0.3744552519447357, "they": 0.300728761679219}, "moments": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "mona": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "monday": {"him - they": 0.0411930048958134, "him": 0.33646890998484186, "they": 0.29527590508902846}, "money": {"him - they": -0.043119377253749314, "him": 0.2704959095759807, "they": 0.31361528682973}, "monika": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "monitor": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "monosyllabic": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "month": {"him - they": -0.0286802816474655, "him": 0.26014921400092134, "they": 0.28882949564838684}, "months": {"him - they": 0.009848467587649568, "him": 0.2837233462243989, "they": 0.2738748786367493}, "mood": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "moon": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "more": {"him - they": 0.0014806156259716818, "him": 0.35331849318961167, "they": 0.35183787756364}, "morning": {"him - they": 0.05699978996459609, "him": 0.35733220495222257, "they": 0.3003324149876265}, "most": {"him - they": 0.019684923596055393, "him": 0.3811035842285073, "they": 0.3614186606324519}, "mother": {"him - they": 0.009993279393365695, "him": 0.3275744915129696, "they": 0.3175812121196039}, "mothers": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "motions": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "mounded": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "mourning": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "mouth": {"him - they": 0.08949431829391696, "him": 0.3626560671674416, "they": 0.2731617488735246}, "move": {"him - they": 0.030535684158074228, "him": 0.3648380532830907, "they": 0.3343023691250165}, "moved": {"him - they": 0.02409134880212227, "him": 0.33646890998484186, "they": 0.3123775611827196}, "movements": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "movie": {"him - they": 0.04026353609088981, "him": 0.24661843228578223, "they": 0.20635489619489242}, "moving": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "mps": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "mr": {"him - they": 0.06356578247326938, "him": 0.3201282527820519, "they": 0.25656247030878254}, "msi": {"him - they": 0.0857529573227574, "him": 0.2788873329423101, "they": 0.1931343756195527}, "much": {"him - they": 0.04701174304412076, "him": 0.3942663177056836, "they": 0.34725457466156284}, "multifaceted": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "multitude": {"him - they": 0.1343143494997311, "him": 0.3729275265454912, "they": 0.23861317704576013}, "mums": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "murder": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "murdoch": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "music": {"him - they": 0.0846935850278393, "him": 0.3532931405189006, "they": 0.2685995554910613}, "musical": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "musicians": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "musings": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "muslim": {"him - they": 0.039027087159527074, "him": 0.2788873329423101, "they": 0.23986024578278303}, "must": {"him - they": 0.04396488865828152, "him": 0.3443491805540662, "they": 0.3003842918957847}, "muster": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "my": {"him - they": 0.032546951367349974, "him": 0.36219873391059954, "they": 0.32965178254324956}, "myself": {"him - they": 0.02409134880212227, "him": 0.33646890998484186, "they": 0.3123775611827196}, "myspace": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "mysterious": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "mystery": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "nab": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "name": {"him - they": 0.01025516433217083, "him": 0.3168068616436382, "they": 0.30655169731146736}, "named": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "naps": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "narendra": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "narrative": {"him - they": 0.08472872298811929, "him": 0.295266888374402, "they": 0.21053816538628273}, "narrowed": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "narrowly": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "nascent": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "nation": {"him - they": 0.009848467587649568, "him": 0.2837233462243989, "they": 0.2738748786367493}, "national": {"him - they": -0.0433797277245184, "him": 0.23994537458284973, "they": 0.2833251023073681}, "nations": {"him - they": 0.06191722549812173, "him": 0.3475944092848278, "they": 0.2856771837867061}, "natural": {"him - they": 0.02409134880212227, "him": 0.33646890998484186, "they": 0.3123775611827196}, "nature": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "navigating": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "nba": {"him - they": 0.1382003570489817, "him": 0.33646890998484186, "they": 0.19826855293586015}, "nearly": {"him - they": -0.02867164102855485, "him": 0.27450570157661053, "they": 0.3031773426051654}, "neatly": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "necessary": {"him - they": -0.01155255886462958, "him": 0.2837233462243989, "they": 0.29527590508902846}, "neck": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "need": {"him - they": -0.0067378593453849, "him": 0.3280990765035222, "they": 0.3348369358489071}, "needed": {"him - they": 0.009848467587649568, "him": 0.2837233462243989, "they": 0.2738748786367493}, "needs": {"him - they": 0.09505404821820118, "him": 0.3744552519447357, "they": 0.27940120372653454}, "neighbor": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "neighbourhood": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "neither": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "nestings": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "nestled": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "never": {"him - they": 0.03567527624118039, "him": 0.3594851049229266, "they": 0.32380982868174624}, "nevertheless": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "new": {"him - they": 0.003138880125168775, "him": 0.3416436287089483, "they": 0.33850474858377955}, "newly": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "news": {"him - they": -0.0020106615437606723, "him": 0.3006077203134288, "they": 0.3026183818571895}, "newspapers": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "next": {"him - they": 0.027176511940169956, "him": 0.3444402449105279, "they": 0.3172637329703579}, "nice": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "nicely": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "night": {"him - they": 0.045570739524027404, "him": 0.3617388727048475, "they": 0.3161681331808201}, "nightclubs": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "nihilist": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "nine": {"him - they": 0.09071051131385433, "him": 0.3475944092848278, "they": 0.2568838979709735}, "nineteen": {"him - they": 0.08545479328853872, "him": 0.2837233462243989, "they": 0.19826855293586015}, "no": {"him - they": 0.01945923315175796, "him": 0.38698440412743734, "they": 0.3675251709756794}, "nobeladventures": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "nobody": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "noise": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "noisy": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "non": {"him - they": -0.04331582399360567, "him": 0.24904996938961999, "they": 0.29236579338322566}, "none": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "noodles": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "nope": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "normal": {"him - they": 0.09318349380957186, "him": 0.3948582400258689, "they": 0.30167474621629703}, "normally": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "not": {"him - they": 0.011086530383438542, "him": 0.3920609707478712, "they": 0.3809744403644327}, "note": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "nothing": {"him - they": 0.020291195313052623, "him": 0.3443491805540662, "they": 0.3240579852410136}, "noticeably": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "november": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "now": {"him - they": 0.007475543207027591, "him": 0.38133754709219475, "they": 0.37386200388516716}, "nowhere": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "nuclear": {"him - they": -0.011318080983948375, "him": 0.26014921400092134, "they": 0.2714672949848697}, "nude": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "number": {"him - they": -0.013165119769996625, "him": 0.29835905867507784, "they": 0.31152417844507446}, "ny": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "nyc": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "obama": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "observed": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "obvious": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "occur": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "occurred": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "occurs": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "ode": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "odyssey": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "of": {"him - they": 0.012298668622358677, "him": 0.30343889023628784, "they": 0.29114022161392916}, "off": {"him - they": 0.022420998213555143, "him": 0.3706725002132681, "they": 0.34825150199971294}, "offense": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "offensive": {"him - they": 0.039027087159527074, "him": 0.2788873329423101, "they": 0.23986024578278303}, "offer": {"him - they": 0.03862568840089636, "him": 0.2891281053031454, "they": 0.25050241690224906}, "offered": {"him - they": 0.04035238286237092, "him": 0.35445419452464716, "they": 0.31410181166227624}, "office": {"him - they": 0.02409134880212227, "him": 0.33646890998484186, "they": 0.3123775611827196}, "officers": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "offloaded": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "offseason": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "often": {"him - they": 0.038666329307213365, "him": 0.3735032651561205, "they": 0.3348369358489071}, "oh": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "oladipo": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "old": {"him - they": -0.04331582399360567, "him": 0.24904996938961999, "they": 0.29236579338322566}, "older": {"him - they": 0.04035238286237092, "him": 0.35445419452464716, "they": 0.31410181166227624}, "omnipresent": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "on": {"him - they": 0.012823775772056123, "him": 0.37994580924105703, "they": 0.3671220334690009}, "once": {"him - they": 0.028078315088954253, "him": 0.38034503627913957, "they": 0.3522667211901853}, "one": {"him - they": 0.017952331479066885, "him": 0.41059367629118104, "they": 0.39264134481211416}, "online": {"him - they": 0.1222479214675295, "him": 0.37200995164093575, "they": 0.24976203017340626}, "only": {"him - they": -0.001568873577017349, "him": 0.35676131084691726, "they": 0.3583301844239346}, "onto": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "open": {"him - they": -0.013248431549930162, "him": 0.3080375914720274, "they": 0.3212860230219576}, "opinion": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "opinions": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "opportunity": {"him - they": 0.1363325873054676, "him": 0.35445419452464716, "they": 0.21812160721917956}, "opposing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "opposite": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "opted": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "opting": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "options": {"him - they": 0.08472872298811929, "him": 0.295266888374402, "they": 0.21053816538628273}, "or": {"him - they": 0.025270263513891666, "him": 0.3868378116524934, "they": 0.36156754813860176}, "order": {"him - they": 0.07646884453610026, "him": 0.3367125688645452, "they": 0.26024372432844495}, "ordering": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "ordinary": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "organisations": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "organs": {"him - they": 0.13272548049386323, "him": 0.3868546813352889, "they": 0.25412920084142565}, "oriental": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "orlean": {"him - they": 0.08648291981411085, "him": 0.26679635696049425, "they": 0.1803134371463834}, "other": {"him - they": 0.04554864042676654, "him": 0.42204470393404764, "they": 0.3764960635072811}, "others": {"him - they": -0.013248431549930162, "him": 0.3080375914720274, "they": 0.3212860230219576}, "otherwise": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "our": {"him - they": 0.04842776448016256, "him": 0.3839686122109606, "they": 0.33554084773079806}, "out": {"him - they": 0.002959570449358351, "him": 0.38128060115783735, "they": 0.378321030708479}, "outfits": {"him - they": 0.13272548049386323, "him": 0.3868546813352889, "they": 0.25412920084142565}, "outlets": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "outside": {"him - they": 0.023471611799697423, "him": 0.35445419452464716, "they": 0.33098258272494974}, "over": {"him - they": 0.023838810687402956, "him": 0.390044819446557, "they": 0.36620600875915404}, "overall": {"him - they": 0.08472872298811929, "him": 0.295266888374402, "they": 0.21053816538628273}, "overcame": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "overflowing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "oversight": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "overturned": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "own": {"him - they": 0.03460350741096957, "him": 0.37738632776413916, "they": 0.3427828203531696}, "owner": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "p": {"him - they": 0.09016147932752516, "him": 0.35445419452464716, "they": 0.264292715197122}, "pace": {"him - they": 0.08949431829391696, "him": 0.3626560671674416, "they": 0.2731617488735246}, "paced": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "pacers": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "pacing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "pack": {"him - they": 0.09689718255081592, "him": 0.35345965285959846, "they": 0.25656247030878254}, "package": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "pad": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "page": {"him - they": 0.07474625200565688, "him": 0.3607176150548357, "they": 0.2859713630491788}, "pages": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "pain": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "pains": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "paint": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "painted": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "palpable": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "pandemic": {"him - they": 0.03838299040342852, "him": 0.295266888374402, "they": 0.2568838979709735}, "pandemonium": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "parameters": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "parent": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "parents": {"him - they": 0.08545479328853872, "him": 0.2837233462243989, "they": 0.19826855293586015}, "parking": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "parks": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "parliament": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "part": {"him - they": 0.0037466465116118286, "him": 0.3428427324427178, "they": 0.33909608593110596}, "particular": {"him - they": -0.055312548375804016, "him": 0.2837233462243989, "they": 0.3390358946002029}, "particularity": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "particularized": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "particularly": {"him - they": -0.011507734057572161, "him": 0.2788873329423101, "they": 0.29039506699988227}, "parties": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "parts": {"him - they": 0.08472872298811929, "him": 0.295266888374402, "they": 0.21053816538628273}, "party": {"him - they": 0.044677970942654854, "him": 0.3781480339154742, "they": 0.33347006297281934}, "partying": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "pass": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "passengers": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "passions": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "past": {"him - they": -0.02867164102855485, "him": 0.27450570157661053, "they": 0.3031773426051654}, "pastimes": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "paths": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "patience": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "patronize": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "paul": {"him - they": 0.13272548049386323, "him": 0.3868546813352889, "they": 0.25412920084142565}, "paying": {"him - they": -0.01155255886462958, "him": 0.2837233462243989, "they": 0.29527590508902846}, "peace": {"him - they": 0.1343143494997311, "him": 0.3729275265454912, "they": 0.23861317704576013}, "peak": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "people": {"him - they": 0.015598663368282417, "him": 0.3942126476415842, "they": 0.3786139842733018}, "per": {"him - they": 0.07527503013206283, "him": 0.35345965285959846, "they": 0.27818462272753564}, "percent": {"him - they": -0.011165326221325711, "him": 0.24661843228578223, "they": 0.25778375850710794}, "perfect": {"him - they": -0.028654214958320712, "him": 0.2837233462243989, "they": 0.3123775611827196}, "perfecting": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "perfectly": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "performance": {"him - they": -0.028664514617905756, "him": 0.2788873329423101, "they": 0.30755184756021586}, "performances": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "performed": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "performing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "perhaps": {"him - they": 0.030864271609288063, "him": 0.3569438991618976, "they": 0.32607962755260955}, "perimeter": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "period": {"him - they": 0.009957855561268159, "him": 0.2788873329423101, "they": 0.26892947738104195}, "perplexing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "person": {"him - they": 0.057540272449670304, "him": 0.3607176150548357, "they": 0.3031773426051654}, "personal": {"him - they": 0.06996803821153247, "him": 0.3532931405189006, "they": 0.2833251023073681}, "personality": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "personally": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "personnel": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "persons": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "philosopher": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "phone": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "phones": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "photo": {"him - they": 0.009848467587649568, "him": 0.2837233462243989, "they": 0.2738748786367493}, "physical": {"him - they": -0.01170975809281749, "him": 0.30239205356945875, "they": 0.31410181166227624}, "physicist": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "physics": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "picked": {"him - they": 0.09071051131385433, "him": 0.3475944092848278, "they": 0.2568838979709735}, "piece": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "pile": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "pillars": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "pills": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "pin": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "pistons": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "pits": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "pittance": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "place": {"him - they": 0.05040804570371832, "him": 0.4013374472273901, "they": 0.3509294015236718}, "placed": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "plague": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "plainly": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "plant": {"him - they": -0.011352379837721083, "him": 0.26335980734880843, "they": 0.2747121871865295}, "plates": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "play": {"him - they": 0.018252634828379355, "him": 0.3594851049229266, "they": 0.34123247009454727}, "played": {"him - they": -0.011507734057572161, "him": 0.2788873329423101, "they": 0.29039506699988227}, "player": {"him - they": 0.04236710854825676, "him": 0.3107872740400809, "they": 0.2684201654918241}, "players": {"him - they": -0.011285200305672483, "him": 0.25713496518615164, "they": 0.2684201654918241}, "playing": {"him - they": -0.02867164102855485, "him": 0.27450570157661053, "they": 0.3031773426051654}, "playoff": {"him - they": 0.1354490462314359, "him": 0.3626560671674416, "they": 0.2272070209360057}, "playoffs": {"him - they": 0.1354490462314359, "him": 0.3626560671674416, "they": 0.2272070209360057}, "plays": {"him - they": 0.061493775691130736, "him": 0.35445419452464716, "they": 0.2929604188335164}, "please": {"him - they": 0.024251802123035904, "him": 0.33180364968325177, "they": 0.30755184756021586}, "pleasure": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "plot": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "plucked": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "plus": {"him - they": 0.03838299040342852, "him": 0.295266888374402, "they": 0.2568838979709735}, "pocket": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "podcasts": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "point": {"him - they": 0.04530808989536006, "him": 0.36659411291731764, "they": 0.3212860230219576}, "points": {"him - they": 0.1690043637415783, "him": 0.4088646095243613, "they": 0.23986024578278303}, "poison": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "polarization": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "pole": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "police": {"him - they": 0.10277131702421949, "him": 0.39481143200771773, "they": 0.29204011498349824}, "policymakers": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "political": {"him - they": -0.001937380357569407, "him": 0.29620667292525893, "they": 0.29814405328282834}, "politicians": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "politics": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "popular": {"him - they": 0.04223537522592857, "him": 0.3137026702107983, "they": 0.2714672949848697}, "port": {"him - they": 0.009589704587695924, "him": 0.295266888374402, "they": 0.2856771837867061}, "portable": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "portal": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "portion": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "posing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "position": {"him - they": 0.06312625676394595, "him": 0.3275744915129696, "they": 0.2644482347490236}, "possibilities": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "possibility": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "possible": {"him - they": -0.028619316311574217, "him": 0.295266888374402, "they": 0.32388620468597623}, "possibly": {"him - they": -0.01170975809281749, "him": 0.30239205356945875, "they": 0.31410181166227624}, "post": {"him - they": 0.0411930048958134, "him": 0.33646890998484186, "they": 0.29527590508902846}, "posts": {"him - they": 0.038838075020443535, "him": 0.2837233462243989, "they": 0.24488527120395534}, "potentially": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "pounds": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "power": {"him - they": -0.021663807283363812, "him": 0.3242943174231378, "they": 0.3459581247065016}, "powerful": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "prabhakar": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "practicing": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "predicated": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "predict": {"him - they": 0.06098132095114456, "him": 0.3626560671674416, "they": 0.30167474621629703}, "predictability": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "predicted": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "predictions": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "prepare": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "prepared": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "presence": {"him - they": 0.042430598779435835, "him": 0.3744552519447357, "they": 0.3320246531652999}, "present": {"him - they": 0.06259403134809255, "him": 0.33646890998484186, "they": 0.2738748786367493}, "presented": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "presidency": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "president": {"him - they": 0.1407026192859566, "him": 0.3107872740400809, "they": 0.1700846547541243}, "press": {"him - they": 0.1363325873054676, "him": 0.35445419452464716, "they": 0.21812160721917956}, "pressure": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "pretend": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "pretended": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "preventing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "previous": {"him - they": 0.024652810987834284, "him": 0.3201282527820519, "they": 0.29547544179421764}, "previously": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "price": {"him - they": 0.010174037477689413, "him": 0.3201282527820519, "they": 0.3099542153043625}, "prices": {"him - they": 0.009957855561268159, "him": 0.2788873329423101, "they": 0.26892947738104195}, "prickly": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "prime": {"him - they": 0.09453426566498763, "him": 0.3802114494516937, "they": 0.2856771837867061}, "privacy": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "private": {"him - they": -0.04296616653006852, "him": 0.2837233462243989, "they": 0.3266895127544674}, "privatisation": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "privatise": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "probability": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "probable": {"him - they": 0.09226629444078963, "him": 0.3275744915129696, "they": 0.23530819707217995}, "probably": {"him - they": -0.028654214958320712, "him": 0.2837233462243989, "they": 0.3123775611827196}, "problem": {"him - they": 0.06510233220740047, "him": 0.38916031744841406, "they": 0.3240579852410136}, "problems": {"him - they": 0.02487317456241145, "him": 0.3137026702107983, "they": 0.28882949564838684}, "proceeded": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "process": {"him - they": 0.06649637732799762, "him": 0.3698336202506705, "they": 0.3033372429226729}, "produce": {"him - they": 0.00972690157661088, "him": 0.2891281053031454, "they": 0.27940120372653454}, "produced": {"him - they": 0.0577716656801705, "him": 0.3569438991618976, "they": 0.2991722334817271}, "product": {"him - they": -0.02867164102855485, "him": 0.27450570157661053, "they": 0.3031773426051654}, "production": {"him - they": 0.09849781445313396, "him": 0.33441362401540703, "they": 0.23591580956227307}, "products": {"him - they": 0.009589704587695924, "him": 0.295266888374402, "they": 0.2856771837867061}, "professional": {"him - they": 0.009589704587695924, "him": 0.295266888374402, "they": 0.2856771837867061}, "professionals": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "progress": {"him - they": 0.12169649115234427, "him": 0.3948582400258689, "they": 0.2731617488735246}, "progressively": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "project": {"him - they": -0.06699301786205286, "him": 0.2542930051599047, "they": 0.3212860230219576}, "projecting": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "prolific": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "promising": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "prompt": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "proper": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "properties": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "property": {"him - they": 0.03838299040342852, "him": 0.295266888374402, "they": 0.2568838979709735}, "prophet": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "proposed": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "prose": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "prosecute": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "protect": {"him - they": 0.09016147932752516, "him": 0.35445419452464716, "they": 0.264292715197122}, "proud": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "prove": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "proven": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "provide": {"him - they": 0.07619708036837408, "him": 0.38916031744841406, "they": 0.31296323708004}, "provided": {"him - they": 0.03862568840089636, "him": 0.2891281053031454, "they": 0.25050241690224906}, "provider": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "providers": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "providing": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "prudence": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "psychologically": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "psychologist": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "public": {"him - they": -0.03677009395952968, "him": 0.33690975330574185, "they": 0.37367984726527154}, "publications": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "published": {"him - they": 0.010057466827586903, "him": 0.27450570157661053, "they": 0.2644482347490236}, "publisher": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "pull": {"him - they": 0.061493775691130736, "him": 0.35445419452464716, "they": 0.2929604188335164}, "punching": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "purchased": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "purposes": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "pursue": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "pushback": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "put": {"him - they": 0.030930367822664284, "him": 0.3735032651561205, "they": 0.3425728973334562}, "puts": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "putting": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "pyjamas": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "quality": {"him - they": -0.043119377253749314, "him": 0.2704959095759807, "they": 0.31361528682973}, "quantum": {"him - they": 0.0842704463502792, "him": 0.30239205356945875, "they": 0.21812160721917956}, "question": {"him - they": 0.08267259212125655, "him": 0.3781480339154742, "they": 0.29547544179421764}, "questioned": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "questions": {"him - they": 0.04223537522592857, "him": 0.3137026702107983, "they": 0.2714672949848697}, "quick": {"him - they": 0.13272548049386323, "him": 0.3868546813352889, "they": 0.25412920084142565}, "quicker": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "quickly": {"him - they": 0.0851173632430931, "him": 0.2891281053031454, "they": 0.20401074206005232}, "quietly": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "quite": {"him - they": -0.028664514617905756, "him": 0.2788873329423101, "they": 0.30755184756021586}, "race": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "radical": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "radioactivity": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "radios": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "radius": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "rage": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "raise": {"him - they": 0.009779397230374465, "him": 0.33646890998484186, "they": 0.3266895127544674}, "rallied": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "ramakrishna": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "ramen": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "rand": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "random": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "range": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "ranked": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "rapper": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "rarely": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "rates": {"him - they": 0.08472872298811929, "him": 0.295266888374402, "they": 0.21053816538628273}, "rather": {"him - they": -0.006974182769718451, "him": 0.3471933124650435, "they": 0.35416749523476193}, "ratio": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "rationality": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "ray": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "rays": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "re": {"him - they": -0.062469507410688685, "him": 0.30470744880521045, "they": 0.36717695621589913}, "reached": {"him - they": 0.09158363878088652, "him": 0.33646890998484186, "they": 0.24488527120395534}, "read": {"him - they": 0.05478891603310759, "him": 0.39481143200771773, "they": 0.34002251597461014}, "reader": {"him - they": 0.09318349380957186, "him": 0.3948582400258689, "they": 0.30167474621629703}, "readers": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "readily": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "reading": {"him - they": 0.06819381861111168, "him": 0.3781480339154742, "they": 0.3099542153043625}, "ready": {"him - they": -0.011600656376073604, "him": 0.2891281053031454, "they": 0.300728761679219}, "real": {"him - they": 0.05478891603310759, "him": 0.39481143200771773, "they": 0.34002251597461014}, "reality": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "realization": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "realizes": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "really": {"him - they": 0.04364027006084681, "him": 0.3820201187233105, "they": 0.3383798486624637}, "reason": {"him - they": -0.0025669846153610343, "him": 0.33646890998484186, "they": 0.3390358946002029}, "reasons": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "reassuring": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "rebellious": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "rebounding": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "rebounds": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "rebuilding": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "recalled": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "received": {"him - they": 0.038838075020443535, "him": 0.2837233462243989, "they": 0.24488527120395534}, "recent": {"him - they": 0.024652810987834284, "him": 0.3201282527820519, "they": 0.29547544179421764}, "recently": {"him - they": 0.07592901506224209, "him": 0.3443491805540662, "they": 0.2684201654918241}, "recognize": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "reconciliations": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "record": {"him - they": 0.03838299040342852, "him": 0.295266888374402, "they": 0.2568838979709735}, "records": {"him - they": 0.09226629444078963, "him": 0.3275744915129696, "they": 0.23530819707217995}, "red": {"him - they": 0.009589704587695924, "him": 0.295266888374402, "they": 0.2856771837867061}, "reddy": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "reduce": {"him - they": -0.01170975809281749, "him": 0.30239205356945875, "they": 0.31410181166227624}, "reeled": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "referee": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "reference": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "referred": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "reflection": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "reflects": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "refusal": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "regard": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "regarding": {"him - they": 0.06098132095114456, "him": 0.3626560671674416, "they": 0.30167474621629703}, "region": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "registered": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "regularly": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "reinventing": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "relate": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "relations": {"him - they": 0.0928273165050792, "him": 0.3201282527820519, "they": 0.22730093627697273}, "relationship": {"him - they": 0.12192908525273982, "him": 0.37497588883375993, "they": 0.2530468035810201}, "relationships": {"him - they": 0.0842704463502792, "him": 0.30239205356945875, "they": 0.21812160721917956}, "relativity": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "relax": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "relay": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "release": {"him - they": 0.08472872298811929, "him": 0.295266888374402, "they": 0.21053816538628273}, "released": {"him - they": 0.0842704463502792, "him": 0.30239205356945875, "they": 0.21812160721917956}, "relentless": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "relevant": {"him - they": 0.02370820459885159, "him": 0.3475944092848278, "they": 0.32388620468597623}, "reliable": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "reliance": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "relies": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "rely": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "remaining": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "remains": {"him - they": 0.00972690157661088, "him": 0.2891281053031454, "they": 0.27940120372653454}, "remember": {"him - they": -0.011600656376073604, "him": 0.2891281053031454, "they": 0.300728761679219}, "remind": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "remodel": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "remote": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "removed": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "rented": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "repeat": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "report": {"him - they": -0.0020494196966148737, "him": 0.3029624378999102, "they": 0.30501185759652505}, "reporters": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "republic": {"him - they": 0.0857529573227574, "him": 0.2788873329423101, "they": 0.1931343756195527}, "republican": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "request": {"him - they": 0.19468734871661209, "him": 0.3986980907766644, "they": 0.20401074206005232}, "required": {"him - they": 0.0243971489078042, "him": 0.3275744915129696, "they": 0.3031773426051654}, "requirement": {"him - they": 0.03838299040342852, "him": 0.295266888374402, "they": 0.2568838979709735}, "requirements": {"him - they": 0.061493775691130736, "him": 0.35445419452464716, "they": 0.2929604188335164}, "requiring": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "rescued": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "research": {"him - they": 0.05961304793058725, "him": 0.32616069670969583, "they": 0.2665476487791086}, "researched": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "resignations": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "resolution": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "resolve": {"him - they": 0.13272548049386323, "him": 0.3868546813352889, "they": 0.25412920084142565}, "respect": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "respond": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "responding": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "response": {"him - they": 0.0414085826833695, "him": 0.33180364968325177, "they": 0.29039506699988227}, "responsibility": {"him - they": 0.1343143494997311, "him": 0.3729275265454912, "they": 0.23861317704576013}, "responsible": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "responsive": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "rest": {"him - they": 0.07329183282793117, "him": 0.3802114494516937, "they": 0.30691961662376255}, "restaurant": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "restrictions": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "result": {"him - they": 0.0414085826833695, "him": 0.33180364968325177, "they": 0.29039506699988227}, "retailers": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "return": {"him - they": 0.057540272449670304, "him": 0.3607176150548357, "they": 0.3031773426051654}, "returned": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "returning": {"him - they": 0.09392389515198463, "him": 0.38688431398550105, "they": 0.2929604188335164}, "reveals": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "review": {"him - they": 0.04160312846379077, "him": 0.3275744915129696, "they": 0.2859713630491788}, "reviews": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "revolt": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "revolting": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "revolution": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "revolving": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "reyes": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "rich": {"him - they": -0.011600656376073604, "him": 0.2891281053031454, "they": 0.300728761679219}, "richmond": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "rid": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "ride": {"him - they": 0.09226629444078963, "him": 0.3275744915129696, "they": 0.23530819707217995}, "ridenyc": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "ridiculed": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "ridiculous": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "rifts": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "right": {"him - they": 0.05094508628438216, "him": 0.3930366720623754, "they": 0.34209158577799326}, "rightly": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "rights": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "risk": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "road": {"him - they": -0.043334029736793234, "him": 0.24661843228578223, "they": 0.28995246202257546}, "robbed": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "robbery": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "rock": {"him - they": 0.009589704587695924, "him": 0.295266888374402, "they": 0.2856771837867061}, "rockets": {"him - they": 0.061493775691130736, "him": 0.35445419452464716, "they": 0.2929604188335164}, "rohan": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "role": {"him - they": 0.03126841626249427, "him": 0.3471933124650435, "they": 0.3159248962025492}, "rolled": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "rookie": {"him - they": 0.1354490462314359, "him": 0.3626560671674416, "they": 0.2272070209360057}, "room": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "rooms": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "root": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "rounds": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "roy": {"him - they": 0.1343143494997311, "him": 0.3729275265454912, "they": 0.23861317704576013}, "rs": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "rule": {"him - they": 0.060330086803693395, "him": 0.3729275265454912, "they": 0.3125974397417978}, "ruled": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "rules": {"him - they": 0.06191722549812173, "him": 0.3475944092848278, "they": 0.2856771837867061}, "ruling": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "rulings": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "rumoured": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "run": {"him - they": 0.057540272449670304, "him": 0.3607176150548357, "they": 0.3031773426051654}, "running": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "rupert": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "rushing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "russell": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "s": {"him - they": -0.006500636313320596, "him": 0.3394107235341469, "they": 0.3459113598474675}, "sabonis": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "sad": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "sadly": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "safety": {"him - they": -0.01170975809281749, "him": 0.30239205356945875, "they": 0.31410181166227624}, "said": {"him - they": 0.03118954913588029, "him": 0.354271424256767, "they": 0.3230818751208867}, "sake": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "same": {"him - they": 0.02658448592277113, "him": 0.3594851049229266, "they": 0.3329006190001555}, "saturday": {"him - they": -0.011507734057572161, "him": 0.2788873329423101, "they": 0.29039506699988227}, "satyanarayana": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "sauce": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "save": {"him - they": 0.03838299040342852, "him": 0.295266888374402, "they": 0.2568838979709735}, "saved": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "savings": {"him - they": 0.0842704463502792, "him": 0.30239205356945875, "they": 0.21812160721917956}, "saw": {"him - they": -0.03229289868672669, "him": 0.3006077203134288, "they": 0.3329006190001555}, "say": {"him - they": 0.05620126367274636, "him": 0.3818933461962038, "they": 0.32569208252345744}, "saying": {"him - they": 0.04160312846379077, "him": 0.3275744915129696, "they": 0.2859713630491788}, "says": {"him - they": -0.011507734057572161, "him": 0.2788873329423101, "they": 0.29039506699988227}, "scenarios": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "scenes": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "scheduled": {"him - they": 0.1354490462314359, "him": 0.3626560671674416, "they": 0.2272070209360057}, "school": {"him - they": 0.04409939628004317, "him": 0.34166614691764025, "they": 0.2975667506375971}, "science": {"him - they": 0.06441696380219769, "him": 0.3054346017740225, "they": 0.2410176379718248}, "scientific": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "scientists": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "scorching": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "score": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "scorer": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "scoresby": {"him - they": 0.08472872298811929, "him": 0.295266888374402, "they": 0.21053816538628273}, "scoring": {"him - they": 0.061493775691130736, "him": 0.35445419452464716, "they": 0.2929604188335164}, "screen": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "scripted": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "scrutiny": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "search": {"him - they": 0.12919918177309397, "him": 0.3224943982920842, "they": 0.19329521651899023}, "searched": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "searching": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "season": {"him - they": 0.06164927056503583, "him": 0.2903991461312287, "they": 0.22874987556619286}, "seating": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "second": {"him - they": 0.03176133129518449, "him": 0.35470321675934646, "they": 0.32294188546416197}, "secretary": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "sections": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "security": {"him - they": 0.09158363878088652, "him": 0.33646890998484186, "they": 0.24488527120395534}, "see": {"him - they": 0.0039921735196579156, "him": 0.33158685890331807, "they": 0.32759468538366016}, "seed": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "seedy": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "seeing": {"him - they": 0.04095101083275976, "him": 0.3416797725119788, "they": 0.300728761679219}, "seem": {"him - they": 0.06794473978962867, "him": 0.38156002661935867, "they": 0.31361528682973}, "seemed": {"him - they": 0.08135705018980705, "him": 0.39373461137252663, "they": 0.3123775611827196}, "seemingly": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "seems": {"him - they": -0.023211680494013343, "him": 0.3080375914720274, "they": 0.33124927196604076}, "seen": {"him - they": -0.0020106615437606723, "him": 0.3006077203134288, "they": 0.3026183818571895}, "selecting": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "selections": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "self": {"him - they": 0.1343143494997311, "him": 0.3729275265454912, "they": 0.23861317704576013}, "sell": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "semi": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "sending": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "senior": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "sensational": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "sense": {"him - they": 0.06191722549812173, "him": 0.3475944092848278, "they": 0.2856771837867061}, "sensitive": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "sent": {"him - they": 0.07410597709693478, "him": 0.36938188218596324, "they": 0.29527590508902846}, "sentences": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "separations": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "sept": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "sequel": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "series": {"him - they": -0.028667756724776783, "him": 0.24661843228578223, "they": 0.275286189010559}, "serious": {"him - they": 0.061493775691130736, "him": 0.35445419452464716, "they": 0.2929604188335164}, "serves": {"him - they": 0.06098132095114456, "him": 0.3626560671674416, "they": 0.30167474621629703}, "service": {"him - they": -0.04327374547769236, "him": 0.2542930051599047, "they": 0.2975667506375971}, "serving": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "session": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "set": {"him - they": 0.08877602555262937, "him": 0.38916031744841406, "they": 0.3003842918957847}, "sets": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "setting": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "several": {"him - they": -0.006847635458910761, "him": 0.3367125688645452, "they": 0.34356020432345596}, "severe": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "shade": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "shadows": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "share": {"him - they": 0.08607474894844563, "him": 0.4180994021137455, "they": 0.3320246531652999}, "shared": {"him - they": 0.14819567387441535, "him": 0.3986980907766644, "they": 0.25050241690224906}, "sharing": {"him - they": 0.06191722549812173, "him": 0.3475944092848278, "they": 0.2856771837867061}, "she": {"him - they": 0.030030073905330967, "him": 0.271387930283364, "they": 0.24135785637803303}, "sheri": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "shifts": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "shinier": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "shintao": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "shinto": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "shocked": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "shocking": {"him - they": 0.060330086803693395, "him": 0.3729275265454912, "they": 0.3125974397417978}, "short": {"him - they": 0.09173113233524433, "him": 0.4178107598878539, "they": 0.32607962755260955}, "shorten": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "shortly": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "shot": {"him - they": 0.09626938030581206, "him": 0.3607176150548357, "they": 0.2644482347490236}, "shots": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "should": {"him - they": 0.03170294116476824, "him": 0.35602843557908087, "they": 0.32432549441431263}, "shouldn": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "shoved": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "show": {"him - they": 0.07697205450721273, "him": 0.3795904363644022, "they": 0.3026183818571895}, "showcase": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "showed": {"him - they": 0.00972690157661088, "him": 0.2891281053031454, "they": 0.27940120372653454}, "showing": {"him - they": 0.06259403134809255, "him": 0.33646890998484186, "they": 0.2738748786367493}, "shown": {"him - they": 0.009514975448927432, "him": 0.3475944092848278, "they": 0.3380794338359004}, "shows": {"him - they": 0.0737264902655167, "him": 0.3744552519447357, "they": 0.300728761679219}, "shut": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "side": {"him - they": 0.010198431665083163, "him": 0.3502209476396933, "they": 0.34002251597461014}, "sidestepping": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "sight": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "sightseeing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "significant": {"him - they": 0.024652810987834284, "him": 0.3201282527820519, "they": 0.29547544179421764}, "significantly": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "silence": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "silent": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "similar": {"him - they": -0.028654214958320712, "him": 0.2837233462243989, "they": 0.3123775611827196}, "similarities": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "simmons": {"him - they": 0.08949431829391696, "him": 0.3626560671674416, "they": 0.2731617488735246}, "simon": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "simply": {"him - they": -0.04315785834386826, "him": 0.26679635696049425, "they": 0.3099542153043625}, "since": {"him - they": 0.039475759782705844, "him": 0.3964282691054199, "they": 0.35695250932271405}, "sing": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "singing": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "single": {"him - they": 0.010198431665083163, "him": 0.3502209476396933, "they": 0.34002251597461014}, "sister": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "sit": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "sitting": {"him - they": 0.06098132095114456, "him": 0.3626560671674416, "they": 0.30167474621629703}, "situation": {"him - they": -0.0069084071263834645, "him": 0.34166614691764025, "they": 0.3485745540440237}, "six": {"him - they": 0.08267259212125655, "him": 0.3781480339154742, "they": 0.29547544179421764}, "sixers": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "sixth": {"him - they": 0.09016147932752516, "him": 0.35445419452464716, "they": 0.264292715197122}, "size": {"him - they": -0.028619316311574217, "him": 0.295266888374402, "they": 0.32388620468597623}, "sjoberg": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "sky": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "slab": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "slack": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "slammed": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "slang": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "sleep": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "sleepless": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "sliced": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "slices": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "slightly": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "slow": {"him - they": 0.09740827176431577, "him": 0.4043278883880783, "they": 0.30691961662376255}, "small": {"him - they": 0.042925709725580075, "him": 0.3648380532830907, "they": 0.32191234355751064}, "smell": {"him - they": 0.08545479328853872, "him": 0.2837233462243989, "they": 0.19826855293586015}, "smidgen": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "smoke": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "smooth": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "so": {"him - they": 0.03645677180239887, "him": 0.40562321599396606, "they": 0.3691664441915672}, "social": {"him - they": 0.0414085826833695, "him": 0.33180364968325177, "they": 0.29039506699988227}, "society": {"him - they": 0.009993279393365695, "him": 0.3275744915129696, "they": 0.3175812121196039}, "solidarity": {"him - they": 0.08472872298811929, "him": 0.295266888374402, "they": 0.21053816538628273}, "some": {"him - they": 0.0456546948529678, "him": 0.3997342094262379, "they": 0.3540795145732701}, "someone": {"him - they": 0.061493775691130736, "him": 0.35445419452464716, "they": 0.2929604188335164}, "something": {"him - they": 0.026669295096202528, "him": 0.35733220495222257, "they": 0.33066290985602004}, "sometimes": {"him - they": 0.009891306125741128, "him": 0.33180364968325177, "they": 0.32191234355751064}, "somewhere": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "son": {"him - they": 0.039197504504430575, "him": 0.27450570157661053, "they": 0.23530819707217995}, "soon": {"him - they": -0.032171757937321965, "him": 0.3201282527820519, "they": 0.3523000107193739}, "sore": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "sorry": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "sort": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "soul": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "sounding": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "sounds": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "south": {"him - they": -0.028680307634689817, "him": 0.26335980734880843, "they": 0.29204011498349824}, "southbank": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "southern": {"him - they": 0.00972690157661088, "him": 0.2891281053031454, "they": 0.27940120372653454}, "soy": {"him - they": -0.01101128098851148, "him": 0.2340294594166639, "they": 0.24504074040517537}, "space": {"him - they": 0.03149666587640265, "him": 0.34166614691764025, "they": 0.3101694810412376}, "speak": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "speaker": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "speaking": {"him - they": 0.1354490462314359, "him": 0.3626560671674416, "they": 0.2272070209360057}, "spears": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "special": {"him - they": 0.06356578247326938, "him": 0.3201282527820519, "they": 0.25656247030878254}, "specific": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "spectators": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "speech": {"him - they": 0.010149042350924287, "him": 0.2704959095759807, "they": 0.2603468672250564}, "spellbound": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "spend": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "spending": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "spent": {"him - they": 0.02476674666013995, "him": 0.3168068616436382, "they": 0.29204011498349824}, "sphere": {"him - they": 0.1343143494997311, "him": 0.3729275265454912, "they": 0.23861317704576013}, "spiralling": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "spirit": {"him - they": 0.024652810987834284, "him": 0.3201282527820519, "they": 0.29547544179421764}, "spirited": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "spite": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "sports": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "spots": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "square": {"him - they": 0.06098132095114456, "him": 0.3626560671674416, "they": 0.30167474621629703}, "squarely": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "stability": {"him - they": 0.1354490462314359, "him": 0.3626560671674416, "they": 0.2272070209360057}, "stacks": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "stadium": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "stakes": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "stan": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "standard": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "standing": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "standoffs": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "staple": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "star": {"him - they": 0.07527503013206283, "him": 0.35345965285959846, "they": 0.27818462272753564}, "start": {"him - they": -0.028680307634689817, "him": 0.26335980734880843, "they": 0.29204011498349824}, "started": {"him - they": 0.08132394594468362, "him": 0.4114481487926873, "they": 0.3301242028480037}, "starting": {"him - they": -0.0024357746069743613, "him": 0.3275744915129696, "they": 0.33001026611994394}, "starts": {"him - they": 0.08472872298811929, "him": 0.295266888374402, "they": 0.21053816538628273}, "state": {"him - they": -0.002475464247707282, "him": 0.3099759637126704, "they": 0.31245142796037767}, "stated": {"him - they": 0.1363325873054676, "him": 0.35445419452464716, "they": 0.21812160721917956}, "statement": {"him - they": 0.04067479266106527, "him": 0.3475944092848278, "they": 0.30691961662376255}, "states": {"him - they": 0.01047084083443034, "him": 0.3080375914720274, "they": 0.2975667506375971}, "station": {"him - they": -0.04302501061520053, "him": 0.2788873329423101, "they": 0.32191234355751064}, "stay": {"him - they": 0.04178051649844072, "him": 0.3237023689415068, "they": 0.28192185244306606}, "stayed": {"him - they": -0.011773196464517188, "him": 0.3109188704763041, "they": 0.3226920669408213}, "steadfast": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "steadiness": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "steal": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "steel": {"him - they": 0.08545479328853872, "him": 0.2837233462243989, "they": 0.19826855293586015}, "step": {"him - they": 0.09017816284875235, "him": 0.3735032651561205, "they": 0.2833251023073681}, "stepped": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "steps": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "steve": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "stevens": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "still": {"him - they": -0.021142478749794802, "him": 0.33418061462020265, "they": 0.35532309336999746}, "sting": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "stings": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "stint": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "stitches": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "stole": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "stoned": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "stools": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "stop": {"him - they": 0.07550876045316379, "him": 0.3502209476396933, "they": 0.2747121871865295}, "stopped": {"him - they": 0.09392389515198463, "him": 0.38688431398550105, "they": 0.2929604188335164}, "store": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "stories": {"him - they": 0.0737264902655167, "him": 0.3744552519447357, "they": 0.300728761679219}, "storytellers": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "stout": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "straight": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "strained": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "strange": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "strategies": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "streak": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "street": {"him - they": 0.030535684158074228, "him": 0.3648380532830907, "they": 0.3343023691250165}, "streets": {"him - they": 0.062278568785444244, "him": 0.3416797725119788, "they": 0.27940120372653454}, "stroke": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "strong": {"him - they": 0.06883902465688935, "him": 0.36922331655267404, "they": 0.3003842918957847}, "strongly": {"him - they": 0.0842704463502792, "him": 0.30239205356945875, "they": 0.21812160721917956}, "struggles": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "students": {"him - they": 0.13946837769661038, "him": 0.3237023689415068, "they": 0.1842339912448964}, "studies": {"him - they": 0.17223195837192135, "him": 0.3607176150548357, "they": 0.18848565668291434}, "stuff": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "style": {"him - they": 0.07329183282793117, "him": 0.3802114494516937, "they": 0.30691961662376255}, "subdued": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "subject": {"him - they": 0.09889293005541666, "him": 0.38928799705529893, "they": 0.29039506699988227}, "submitted": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "subversive": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "success": {"him - they": 0.062278568785444244, "him": 0.3416797725119788, "they": 0.27940120372653454}, "succession": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "such": {"him - they": 0.029647291354250316, "him": 0.38783979097472465, "they": 0.35819249962047434}, "sudden": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "suffer": {"him - they": 0.13272548049386323, "him": 0.3868546813352889, "they": 0.25412920084142565}, "suffering": {"him - they": 0.1354490462314359, "him": 0.3626560671674416, "they": 0.2272070209360057}, "sufficiently": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "suggested": {"him - they": 0.13272548049386323, "him": 0.3868546813352889, "they": 0.25412920084142565}, "suggests": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "suicide": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "sullen": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "sullivan": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "sunday": {"him - they": 0.09071051131385433, "him": 0.3475944092848278, "they": 0.2568838979709735}, "support": {"him - they": -0.06699301786205286, "him": 0.2542930051599047, "they": 0.3212860230219576}, "supporters": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "supportive": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "supposed": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "suppress": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "suppression": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "sure": {"him - they": 0.003439714630031565, "him": 0.35733220495222257, "they": 0.353892490322191}, "surprised": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "surprising": {"him - they": 0.04067479266106527, "him": 0.3475944092848278, "they": 0.30691961662376255}, "surrounds": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "susan": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "suspect": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "suspected": {"him - they": 0.00972690157661088, "him": 0.2891281053031454, "they": 0.27940120372653454}, "suspend": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "swamps": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "swarm": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "swarming": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "sweet": {"him - they": 0.05590173126055131, "him": 0.38688431398550105, "they": 0.33098258272494974}, "swim": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "swoop": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "system": {"him - they": 0.044677970942654854, "him": 0.3781480339154742, "they": 0.33347006297281934}, "t": {"him - they": 0.016744230709503594, "him": 0.3627725031365892, "they": 0.3460282724270856}, "tables": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "tackle": {"him - they": 0.03838299040342852, "him": 0.295266888374402, "they": 0.2568838979709735}, "take": {"him - they": -0.021108453331203036, "him": 0.3223185170883703, "they": 0.3434269704195733}, "taken": {"him - they": 0.05629163299350304, "him": 0.3716338984440734, "they": 0.31534226545057037}, "taking": {"him - they": 0.02358167927431204, "him": 0.37747416959650304, "they": 0.353892490322191}, "talent": {"him - they": 0.1343143494997311, "him": 0.3729275265454912, "they": 0.23861317704576013}, "talented": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "talks": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "tank": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "tasman": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "tatum": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "taxes": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "taxi": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "taxis": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "tdp": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "teach": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "team": {"him - they": -0.07760003677276717, "him": 0.23219588386211493, "they": 0.3097959206348821}, "teammates": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "teams": {"him - they": 0.10054265665606604, "him": 0.37200995164093575, "they": 0.2714672949848697}, "tear": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "technique": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "techniques": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "technological": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "technologies": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "technology": {"him - they": 0.01025516433217083, "him": 0.3168068616436382, "they": 0.30655169731146736}, "teens": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "tell": {"him - they": -0.0024357746069743613, "him": 0.3275744915129696, "they": 0.33001026611994394}, "telling": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "temperament": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "tend": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "tends": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "term": {"him - they": 0.05548039906674912, "him": 0.38156002661935867, "they": 0.32607962755260955}, "terms": {"him - they": 0.0851173632430931, "him": 0.2891281053031454, "they": 0.20401074206005232}, "terrible": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "terrifying": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "terrorism": {"him - they": 0.03838299040342852, "him": 0.295266888374402, "they": 0.2568838979709735}, "terrorist": {"him - they": 0.08668635605190159, "him": 0.26335980734880843, "they": 0.17667345129690684}, "than": {"him - they": -0.005745714233714561, "him": 0.3625010218357395, "they": 0.3682467360694541}, "thanks": {"him - they": 0.010028313521827592, "him": 0.3569438991618976, "they": 0.34691558564007}, "that": {"him - they": 0.01395360795589301, "him": 0.3582756463227733, "they": 0.3443220383668803}, "the": {"him - they": 0.021371208331097402, "him": 0.2563281507906438, "they": 0.2349569424595464}, "theatre": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "their": {"him - they": -0.0017981815816352498, "him": 0.375945413994322, "they": 0.37774359557595727}, "them": {"him - they": 0.0334356560683543, "him": 0.39909505455889493, "they": 0.36565939849054063}, "themed": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "themselves": {"him - they": 0.01987438939429559, "him": 0.3569438991618976, "they": 0.337069509767602}, "then": {"him - they": 0.08783297158576897, "him": 0.44353789329482274, "they": 0.35570492170905377}, "theories": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "theory": {"him - they": 0.08949431829391696, "him": 0.3626560671674416, "they": 0.2731617488735246}, "there": {"him - they": 0.012754569016095285, "him": 0.3856265237990586, "they": 0.3728719547829633}, "these": {"him - they": 0.008262834056418755, "him": 0.3777523842698447, "they": 0.36948955021342594}, "they": {"him - they": -0.06318188126514196, "him": 0.3758232292630589, "they": 0.43900511052820085}, "thimble": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "thing": {"him - they": 0.06982944605302349, "him": 0.35527089366493597, "they": 0.2854414476119125}, "things": {"him - they": 0.06243292293337316, "him": 0.4106844249330861, "they": 0.34825150199971294}, "think": {"him - they": -0.0005725813935092972, "him": 0.35215058777235864, "they": 0.35272316916586793}, "thinkers": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "thinking": {"him - they": 0.04067479266106527, "him": 0.3475944092848278, "they": 0.30691961662376255}, "third": {"him - they": 0.03179524215821755, "him": 0.33441362401540703, "they": 0.3026183818571895}, "thirty": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "this": {"him - they": 0.018818097095348985, "him": 0.3917695825083448, "they": 0.37295148541299583}, "thorny": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "those": {"him - they": -0.008127684624750053, "him": 0.35098520768931935, "they": 0.3591128923140694}, "though": {"him - they": 0.010914441532685504, "him": 0.3224943982920842, "they": 0.3115799567593987}, "thought": {"him - they": 0.0015953129497247587, "him": 0.3301157387850733, "they": 0.3285204258353485}, "thoughts": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "thousands": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "three": {"him - they": 0.017391496222800895, "him": 0.36170213064307527, "they": 0.3443106344202744}, "thrilled": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "thrives": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "through": {"him - they": 0.05016234083861931, "him": 0.38087621668196087, "they": 0.33071387584334155}, "throughout": {"him - they": 0.06445692535239711, "him": 0.39792698832521645, "they": 0.33347006297281934}, "throw": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "throwing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "throws": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "thunder": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "tickets": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "ties": {"him - they": 0.09016147932752516, "him": 0.35445419452464716, "they": 0.264292715197122}, "time": {"him - they": 0.06786291378806308, "him": 0.4322010380464142, "they": 0.3643381242583511}, "times": {"him - they": 0.010544372371798671, "him": 0.3367125688645452, "they": 0.32616819649274653}, "timing": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "tiptoeing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "titled": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "titles": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "to": {"him - they": 0.024421889105809447, "him": 0.3229552216550599, "they": 0.29853333254925046}, "today": {"him - they": -0.002131889569210177, "him": 0.3080375914720274, "they": 0.3101694810412376}, "together": {"him - they": 0.00137625888648224, "him": 0.34166614691764025, "they": 0.340289888031158}, "toiled": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "told": {"him - they": 0.0186936791520394, "him": 0.34608986338490916, "they": 0.32739618423286976}, "toll": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "tom": {"him - they": -0.01155255886462958, "him": 0.2837233462243989, "they": 0.29527590508902846}, "tomorrow": {"him - they": 0.06259403134809255, "him": 0.33646890998484186, "they": 0.2738748786367493}, "tone": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "tongue": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "too": {"him - they": 0.005129702391898028, "him": 0.35470321675934646, "they": 0.34957351436744843}, "took": {"him - they": 0.018518813813905577, "him": 0.3513919472087444, "they": 0.3328731333948388}, "tool": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "top": {"him - they": 0.03613411489964308, "him": 0.3495611764621815, "they": 0.3134270615625384}, "tortured": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "touch": {"him - they": 0.06098132095114456, "him": 0.3626560671674416, "they": 0.30167474621629703}, "tough": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "tour": {"him - they": 0.039027087159527074, "him": 0.2788873329423101, "they": 0.23986024578278303}, "tours": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "toward": {"him - they": 0.04194363005451629, "him": 0.3201282527820519, "they": 0.27818462272753564}, "towards": {"him - they": 0.056325244765717486, "him": 0.3802114494516937, "they": 0.32388620468597623}, "town": {"him - they": -0.028649036292807656, "him": 0.23789861248630093, "they": 0.2665476487791086}, "toxic": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "toy": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "track": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "trade": {"him - they": 0.08949431829391696, "him": 0.3626560671674416, "they": 0.2731617488735246}, "traded": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "traditional": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "traffic": {"him - they": 0.09071051131385433, "him": 0.3475944092848278, "they": 0.2568838979709735}, "trail": {"him - they": 0.03838299040342852, "him": 0.295266888374402, "they": 0.2568838979709735}, "train": {"him - they": 0.08949431829391696, "him": 0.3626560671674416, "they": 0.2731617488735246}, "transgressive": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "transporting": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "trauma": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "travel": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "treated": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "treatment": {"him - they": 0.08705031043202735, "him": 0.25713496518615164, "they": 0.1700846547541243}, "tremble": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "trends": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "tried": {"him - they": 0.03114312901252486, "him": 0.3502209476396933, "they": 0.31907781862716844}, "tries": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "trigger": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "trimmed": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "trimmings": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "trips": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "tropics": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "trouble": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "trucks": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "true": {"him - they": 0.034804690024075435, "him": 0.3781480339154742, "they": 0.34334334389139876}, "truly": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "trump": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "trust": {"him - they": 0.02391198327611399, "him": 0.3416797725119788, "they": 0.3177677892358648}, "truth": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "try": {"him - they": -0.0023772586111027727, "him": 0.3237023689415068, "they": 0.32607962755260955}, "trying": {"him - they": 0.010402982144296191, "him": 0.3107872740400809, "they": 0.3003842918957847}, "tugged": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "tumultuous": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "turbulence": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "turn": {"him - they": 0.06737565349778829, "him": 0.38928799705529893, "they": 0.32191234355751064}, "turned": {"him - they": 0.02391198327611399, "him": 0.3416797725119788, "they": 0.3177677892358648}, "turns": {"him - they": 0.07216617308504758, "him": 0.3948582400258689, "they": 0.3226920669408213}, "twenty": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "twitter": {"him - they": -0.011223148683067286, "him": 0.251603515870911, "they": 0.2628266645539783}, "two": {"him - they": -0.005775604871506301, "him": 0.35676131084691726, "they": 0.36253691571842356}, "tyler": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "type": {"him - they": 0.04067479266106527, "him": 0.3475944092848278, "they": 0.30691961662376255}, "typhoon": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "u": {"him - they": -0.011193754938824962, "him": 0.24904996938961999, "they": 0.26024372432844495}, "ugly": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "ultimately": {"him - they": 0.07216617308504758, "him": 0.3948582400258689, "they": 0.3226920669408213}, "unable": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "unanmed": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "unbearded": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "unbiased": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "unbridled": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "uncalm": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "uncertainty": {"him - they": 0.060330086803693395, "him": 0.3729275265454912, "they": 0.3125974397417978}, "unchecked": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "uncommunicative": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "unconstitutional": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "under": {"him - they": 0.010960106605366504, "him": 0.3207560272402486, "they": 0.3097959206348821}, "underarm": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "undercover": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "underground": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "underlying": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "undermined": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "underrated": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "understand": {"him - they": -0.043075510542993356, "him": 0.27450570157661053, "they": 0.3175812121196039}, "understanding": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "understood": {"him - they": 0.12055219347295654, "him": 0.4048373973239823, "they": 0.28428520385102574}, "undone": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "unending": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "unenticing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "unfair": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "unfortunate": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "unfortunately": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "uniform": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "unimaginable": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "unite": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "united": {"him - they": 0.04194363005451629, "him": 0.3201282527820519, "they": 0.27818462272753564}, "unless": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "unlit": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "unpleasant": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "unpredictable": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "unrest": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "unruly": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "unsettled": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "unsolved": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "unstated": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "until": {"him - they": 0.02391198327611399, "him": 0.3416797725119788, "they": 0.3177677892358648}, "unto": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "unwanted": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "unwelcome": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "unwritten": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "up": {"him - they": 0.0411728852741699, "him": 0.4135618978716302, "they": 0.3723890125974603}, "update": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "upheaval": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "upon": {"him - they": 0.1354490462314359, "him": 0.3626560671674416, "they": 0.2272070209360057}, "uppity": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "upset": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "uranium": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "us": {"him - they": 0.017940483467820956, "him": 0.34516463576618117, "they": 0.3272241522983602}, "usd": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "use": {"him - they": -0.003041870690377202, "him": 0.3428427324427178, "they": 0.345884603133095}, "used": {"him - they": 0.011309994256546663, "him": 0.33158685890331807, "they": 0.3202768646467714}, "useful": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "users": {"him - they": 0.039197504504430575, "him": 0.27450570157661053, "they": 0.23530819707217995}, "uses": {"him - they": 0.009848467587649568, "him": 0.2837233462243989, "they": 0.2738748786367493}, "using": {"him - they": -0.05592085950153547, "him": 0.251603515870911, "they": 0.3075243753724465}, "usual": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "usually": {"him - they": 0.009655119346678898, "him": 0.3416797725119788, "they": 0.3320246531652999}, "utah": {"him - they": 0.0842704463502792, "him": 0.30239205356945875, "they": 0.21812160721917956}, "v": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "vale": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "valuable": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "value": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "valued": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "various": {"him - they": -0.043075510542993356, "him": 0.27450570157661053, "they": 0.3175812121196039}, "varying": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "vast": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "ve": {"him - they": -0.11062190856789422, "him": 0.22386383182161151, "they": 0.33448574038950574}, "vegetables": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "vehicle": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "venture": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "verbally": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "verne": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "version": {"him - they": -0.02867164102855485, "him": 0.27450570157661053, "they": 0.3031773426051654}, "very": {"him - they": 0.020504563530145625, "him": 0.379617455844215, "they": 0.3591128923140694}, "vice": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "vicious": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "victims": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "victor": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "videos": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "view": {"him - they": 0.009957855561268159, "him": 0.2788873329423101, "they": 0.26892947738104195}, "vigorous": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "vijayawada": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "violate": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "violated": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "violence": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "violent": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "virginia": {"him - they": 0.08371184954029842, "him": 0.3109188704763041, "they": 0.2272070209360057}, "virginity": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "vision": {"him - they": 0.009589704587695924, "him": 0.295266888374402, "they": 0.2856771837867061}, "visions": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "visit": {"him - they": 0.09158363878088652, "him": 0.33646890998484186, "they": 0.24488527120395534}, "vizag": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "vlogs": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "voice": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "voters": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "vulnerable": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "waaay": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "wade": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "waiting": {"him - they": 0.00901158660433704, "him": 0.32160902634613486, "they": 0.3125974397417978}, "waived": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "waives": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "walk": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "walked": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "walking": {"him - they": 0.060330086803693395, "him": 0.3729275265454912, "they": 0.3125974397417978}, "wall": {"him - they": -0.01142594286708537, "him": 0.2704959095759807, "they": 0.28192185244306606}, "walls": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "wander": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "want": {"him - they": -0.014516705974266686, "him": 0.33441362401540703, "they": 0.3489303299896737}, "wanted": {"him - they": 0.043328612332167615, "him": 0.3569438991618976, "they": 0.31361528682973}, "wanting": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "wants": {"him - they": 0.09505404821820118, "him": 0.3744552519447357, "they": 0.27940120372653454}, "war": {"him - they": -0.028654180908211563, "him": 0.23994537458284973, "they": 0.2685995554910613}, "warm": {"him - they": 0.08864232269446548, "him": 0.3729275265454912, "they": 0.28428520385102574}, "warning": {"him - they": -0.011285200305672483, "him": 0.25713496518615164, "they": 0.2684201654918241}, "warrant": {"him - they": 0.14184447619299426, "him": 0.29835905867507784, "they": 0.15651458248208358}, "warrants": {"him - they": 0.0851173632430931, "him": 0.2891281053031454, "they": 0.20401074206005232}, "wars": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "was": {"him - they": 0.05191561937236627, "him": 0.3937274501961415, "they": 0.34181183082377525}, "wasn": {"him - they": 0.010174037477689413, "him": 0.3201282527820519, "they": 0.3099542153043625}, "waste": {"him - they": 0.08687480382334639, "him": 0.26014921400092134, "they": 0.17327441017757494}, "watched": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "watchful": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "watching": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "water": {"him - they": -0.002131889569210177, "him": 0.3080375914720274, "they": 0.3101694810412376}, "waterstones": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "wave": {"him - they": 0.010387183827515079, "him": 0.26014921400092134, "they": 0.24976203017340626}, "waves": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "way": {"him - they": 0.041484492324502964, "him": 0.3759702327140087, "they": 0.33448574038950574}, "ways": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "we": {"him - they": 0.01685848879496793, "him": 0.3626112982352468, "they": 0.34575280944027886}, "weakest": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "wean": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "weapons": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "wears": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "weaselled": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "weaving": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "web": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "website": {"him - they": -0.04296616653006852, "him": 0.2837233462243989, "they": 0.3266895127544674}, "websites": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "wee": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "week": {"him - they": -0.023198088215193646, "him": 0.29835905867507784, "they": 0.3215571468902715}, "weigh": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "weight": {"him - they": 0.06737565349778829, "him": 0.38928799705529893, "they": 0.32191234355751064}, "weirdly": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "well": {"him - they": -0.01118032957054338, "him": 0.3430267049227425, "they": 0.3542070344932859}, "wells": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "went": {"him - they": 0.04350543755523595, "him": 0.35345965285959846, "they": 0.3099542153043625}, "were": {"him - they": 0.0387623518110769, "him": 0.3872046125261142, "they": 0.3484422607150373}, "weren": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "west": {"him - they": -0.05582827189388834, "him": 0.25713496518615164, "they": 0.31296323708004}, "westerberg": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "western": {"him - they": 0.06191722549812173, "him": 0.3475944092848278, "they": 0.2856771837867061}, "what": {"him - they": -0.0011015446297821252, "him": 0.37231676204406405, "they": 0.3734183066738462}, "whatever": {"him - they": 0.03838299040342852, "him": 0.295266888374402, "they": 0.2568838979709735}, "when": {"him - they": 0.019088386226354115, "him": 0.3869011691955603, "they": 0.36781278296920616}, "where": {"him - they": 0.03983709113043371, "him": 0.3898562151097112, "they": 0.3500191239792775}, "whether": {"him - they": 0.020544435683725104, "him": 0.3367125688645452, "they": 0.3161681331808201}, "which": {"him - they": 0.026626223067602983, "him": 0.3826893065501287, "they": 0.35606308348252574}, "while": {"him - they": 0.04330251337273683, "him": 0.4069918457201466, "they": 0.3636893323474098}, "whiled": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "whilst": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "whim": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "whispers": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "white": {"him - they": 0.010348127070425539, "him": 0.3443491805540662, "they": 0.3340010534836407}, "who": {"him - they": 0.046254061996354734, "him": 0.4102394607422817, "they": 0.36398539874592695}, "whole": {"him - they": 0.06767351743395367, "him": 0.38525472955355755, "they": 0.3175812121196039}, "whose": {"him - they": 0.07410597709693478, "him": 0.36938188218596324, "they": 0.29527590508902846}, "why": {"him - they": 0.04927361014359227, "him": 0.39515821327668726, "they": 0.345884603133095}, "wicked": {"him - they": 0.08299584930037474, "him": 0.32160902634613486, "they": 0.23861317704576013}, "wife": {"him - they": 0.009589704587695924, "him": 0.295266888374402, "they": 0.2856771837867061}, "will": {"him - they": -0.005719903773857948, "him": 0.3623497370174371, "they": 0.36806964079129506}, "willing": {"him - they": 0.009244124260007092, "him": 0.3109188704763041, "they": 0.30167474621629703}, "win": {"him - they": 0.009779397230374465, "him": 0.33646890998484186, "they": 0.3266895127544674}, "window": {"him - they": 0.03838299040342852, "him": 0.295266888374402, "they": 0.2568838979709735}, "windows": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "wing": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "winked": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "winning": {"him - they": 0.06287417230220982, "him": 0.33180364968325177, "they": 0.26892947738104195}, "wins": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "wisdom": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "wise": {"him - they": -0.011773196464517188, "him": 0.3109188704763041, "they": 0.3226920669408213}, "wish": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "wished": {"him - they": 0.13272548049386323, "him": 0.3868546813352889, "they": 0.25412920084142565}, "with": {"him - they": 0.007731117467467907, "him": 0.3773712888552096, "they": 0.3696401713877417}, "within": {"him - they": 0.02597336121174154, "him": 0.37497588883375993, "they": 0.3490025276220184}, "without": {"him - they": 0.04714509320540089, "him": 0.3716338984440734, "they": 0.3244888052386725}, "woman": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "won": {"him - they": -0.023211680494013343, "him": 0.3080375914720274, "they": 0.33124927196604076}, "wonder": {"him - they": 0.061493775691130736, "him": 0.35445419452464716, "they": 0.2929604188335164}, "wondered": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "wonderful": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "word": {"him - they": 0.01075719759387217, "him": 0.24429704540863129, "they": 0.23353984781475912}, "words": {"him - they": -0.011465661472568278, "him": 0.27450570157661053, "they": 0.2859713630491788}, "work": {"him - they": 0.011268880761460875, "him": 0.35215058777235864, "they": 0.34088170701089776}, "works": {"him - they": 0.010387183827515079, "him": 0.26014921400092134, "they": 0.24976203017340626}, "world": {"him - they": 0.032436304529621984, "him": 0.36791824997831774, "they": 0.33548194544869575}, "worried": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "worries": {"him - they": 0.0874577316990548, "him": 0.3868546813352889, "they": 0.2993969496362341}, "worrisome": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "worry": {"him - they": 0.0411930048958134, "him": 0.33646890998484186, "they": 0.29527590508902846}, "worse": {"him - they": 0.09550700354921393, "him": 0.36938188218596324, "they": 0.2738748786367493}, "worth": {"him - they": -0.011652728249360533, "him": 0.295266888374402, "they": 0.30691961662376255}, "would": {"him - they": -0.014660131026373424, "him": 0.3491215605811266, "they": 0.3637816916075}, "write": {"him - they": 0.0377571216027795, "him": 0.3109188704763041, "they": 0.2731617488735246}, "writers": {"him - they": 0.038099338372336755, "him": 0.30239205356945875, "they": 0.264292715197122}, "writes": {"him - they": 0.00943163473594233, "him": 0.30239205356945875, "they": 0.2929604188335164}, "writing": {"him - they": 0.00972690157661088, "him": 0.2891281053031454, "they": 0.27940120372653454}, "written": {"him - they": 0.03838299040342852, "him": 0.295266888374402, "they": 0.2568838979709735}, "wrong": {"him - they": 0.03996400022662028, "him": 0.3626560671674416, "they": 0.3226920669408213}, "wrote": {"him - they": 0.04350543755523595, "him": 0.35345965285959846, "they": 0.3099542153043625}, "x": {"him - they": 0.009848467587649568, "him": 0.2837233462243989, "they": 0.2738748786367493}, "yacht": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "year": {"him - they": -0.01082707112309711, "him": 0.3130122338797727, "they": 0.32383930500286984}, "years": {"him - they": 0.03526714712069434, "him": 0.39286670635093446, "they": 0.3575995592302401}, "yelled": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "yes": {"him - they": 0.03838299040342852, "him": 0.295266888374402, "they": 0.2568838979709735}, "yet": {"him - they": 0.01817866838139154, "him": 0.3617388727048475, "they": 0.34356020432345596}, "yo": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "yoing": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "york": {"him - they": 0.07678301682670097, "him": 0.33221784749982564, "they": 0.25543483067312467}, "yorker": {"him - they": 0.1343143494997311, "him": 0.3729275265454912, "they": 0.23861317704576013}, "you": {"him - they": 0.02012920579629901, "him": 0.3582746195224011, "they": 0.3381454137261021}, "young": {"him - they": 0.05532771316261237, "him": 0.38657698512865313, "they": 0.33124927196604076}, "younger": {"him - they": 0.03672787087200069, "him": 0.3361248205082348, "they": 0.2993969496362341}, "your": {"him - they": 0.038882745418898634, "him": 0.3560443623329419, "they": 0.31716161691404327}, "youtube": {"him - they": 0.03732382249510913, "him": 0.32160902634613486, "they": 0.28428520385102574}, "ys": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}, "ysrcp": {"him - they": 0.08199561966680913, "him": 0.3361248205082348, "they": 0.25412920084142565}, "zone": {"him - they": 0.009957855561268159, "him": 0.2788873329423101, "they": 0.26892947738104195}, "\u7f57\u70bd\u6cfd": {"him - they": 0.0803130962511634, "him": 0.35955182217277387, "they": 0.2792387259216105}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-his-man.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-his-man.json new file mode 100644 index 0000000000000000000000000000000000000000..f7354655b13cb38afd6d325340d7960b72594f78 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-his-man.json @@ -0,0 +1 @@ +{"0": {"his - man": 0.030332480459962896, "his": 0.2821992296752414, "man": 0.2518667492152785}, "000": {"his - man": -0.0710976367267539, "his": 0.3024427560584787, "man": 0.3735403927852326}, "1": {"his - man": -0.048801922254564256, "his": 0.31566017611950514, "man": 0.3644620983740694}, "10": {"his - man": -0.048797698869208705, "his": 0.30482313408061507, "man": 0.35362083294982377}, "100": {"his - man": 0.0036794750471195736, "his": 0.2876820494645667, "man": 0.28400257441744714}, "10bn": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "12": {"his - man": -0.06499385871345045, "his": 0.2277228393295231, "man": 0.29271669804297357}, "13": {"his - man": -0.06724659831687507, "his": 0.2905099485095768, "man": 0.35775654682645186}, "14": {"his - man": -0.01291880442848764, "his": 0.2905099485095768, "man": 0.3034287529380644}, "15": {"his - man": -0.05070301946028338, "his": 0.29675867786849, "man": 0.34746169732877336}, "15th": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "16": {"his - man": -0.10117822944376598, "his": 0.2905099485095768, "man": 0.39168817795334276}, "160": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "17": {"his - man": -0.11140617591039192, "his": 0.2876820494645667, "man": 0.39908822537495864}, "18": {"his - man": -0.01220515302152364, "his": 0.3052763629300758, "man": 0.31748151595159946}, "1885": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "1888": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "19": {"his - man": -0.0647217939974436, "his": 0.23129772441340857, "man": 0.29601951841085217}, "1904": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "1909": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "1910": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "1915": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "1917": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "1935": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "1965": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "1972": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "1986": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "1987": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "1990s": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "19th": {"his - man": -0.06294676926486337, "his": 0.2545347466867361, "man": 0.31748151595159946}, "2": {"his - man": -0.07000362883938727, "his": 0.3083085671779966, "man": 0.37831219601738386}, "20": {"his - man": -0.012349167113126058, "his": 0.3321445745671022, "man": 0.3444937416802283}, "2002": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "2003": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "2004": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "2006": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "2008": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "2010": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "2012": {"his - man": -0.01220515302152364, "his": 0.3052763629300758, "man": 0.31748151595159946}, "2016": {"his - man": -0.10890819059511997, "his": 0.3079019637817704, "man": 0.4168101543768904}, "2017": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "2018": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "2019t": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "21": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "21st": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "22": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "24": {"his - man": -0.11670725002587362, "his": 0.2545347466867361, "man": 0.3712419967126097}, "25th": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "26": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "27": {"his - man": -0.10925052651212919, "his": 0.21413046243295664, "man": 0.3233809889450858}, "28": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "29": {"his - man": -0.09949713082898715, "his": 0.3052763629300758, "man": 0.40477349375906296}, "290": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "292": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "296": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "2nd": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "3": {"his - man": -0.02149191291772906, "his": 0.32056944242160135, "man": 0.3420613553393304}, "30": {"his - man": -0.12344095319656045, "his": 0.2646525991610589, "man": 0.38809355235761933}, "300": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "303": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "305": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "309": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "31": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "310": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "311": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "316": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "317": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "33": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "330": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "335032the": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "337": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "36": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "37": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "3rd": {"his - man": -0.11558607846435326, "his": 0.14717802136501823, "man": 0.2627640998293715}, "4": {"his - man": -0.031987512479573765, "his": 0.34164352571164797, "man": 0.37363103819122173}, "400": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "48": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "49ers": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "5": {"his - man": -0.05480433883643682, "his": 0.32061324950389486, "man": 0.3754175883403317}, "51": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "58": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "5m": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "6": {"his - man": -0.0726306999544521, "his": 0.3216512617671031, "man": 0.3942819617215552}, "60": {"his - man": -0.10989092609611503, "his": 0.20759058985548443, "man": 0.31748151595159946}, "600": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "67": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "6moy": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "6th": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "7": {"his - man": -0.045978994849205146, "his": 0.34235505327434973, "man": 0.3883340481235549}, "76ers": {"his - man": -0.08528105156277987, "his": 0.30601442023554437, "man": 0.39129547179832425}, "7th": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "8": {"his - man": -0.0755499474751658, "his": 0.32986345585522847, "man": 0.4054134033303943}, "80s": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "9": {"his - man": -0.08940187880649103, "his": 0.2646525991610589, "man": 0.3540544779675499}, "93": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "96": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "98": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "a": {"his - man": -0.07136836586455525, "his": 0.29941666781917853, "man": 0.3707850336837338}, "abilities": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "ability": {"his - man": -0.08688895572431338, "his": 0.29000760009515225, "man": 0.37689655581946563}, "able": {"his - man": -0.08444712845723845, "his": 0.310029905078553, "man": 0.39447703353579144}, "about": {"his - man": -0.06530520473215656, "his": 0.34289158226244276, "man": 0.4081967869945993}, "absolutely": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "absorbed": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "abul": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "acceptance": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "accommodation": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "accompany": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "accomplish": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "accord": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "according": {"his - man": -0.03937443537618546, "his": 0.26232463479285395, "man": 0.3016990701690394}, "accumulated": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "accused": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "achieve": {"his - man": -0.011574461549159976, "his": 0.3186538089869826, "man": 0.33022827053614257}, "achieved": {"his - man": -0.03337338884993357, "his": 0.29000760009515225, "man": 0.3233809889450858}, "acknowledge": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "acknowledging": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "acquiescence": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "across": {"his - man": -0.03409204920521114, "his": 0.2781953231227214, "man": 0.3122873723279325}, "act": {"his - man": -0.08328564006878092, "his": 0.32094610684499353, "man": 0.40423174691377445}, "action": {"his - man": -0.11933956530026407, "his": 0.23129772441340857, "man": 0.35063728971367264}, "actions": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "actor": {"his - man": -0.03375486632758362, "his": 0.28372664962401584, "man": 0.31748151595159946}, "acts": {"his - man": -0.08806485940708642, "his": 0.2781953231227214, "man": 0.3662601825298078}, "actual": {"his - man": -0.11511300134512958, "his": 0.2683415765692464, "man": 0.383454577914376}, "actually": {"his - man": -0.057590092647736235, "his": 0.3240994525940826, "man": 0.38168954524181886}, "acute": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "addicts": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "addition": {"his - man": -0.03492247434308915, "his": 0.2646525991610589, "man": 0.299575073504148}, "additional": {"his - man": -0.08855497200255963, "his": 0.27324495010796984, "man": 0.36179992211052947}, "address": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "adds": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "administrative": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "admins": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "admits": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "adolescence": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "ads": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "advanced": {"his - man": -0.06337748652934899, "his": 0.24890988579858353, "man": 0.3122873723279325}, "advantage": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "adversaries": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "advert": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "advertisement": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "advertisements": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "affectation": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "afloat": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "afraid": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "africa": {"his - man": -0.08977383104430803, "his": 0.2608634586693646, "man": 0.35063728971367264}, "african": {"his - man": -0.12978082935114257, "his": 0.21228052598818783, "man": 0.3420613553393304}, "africans": {"his - man": -0.10989092609611503, "his": 0.20759058985548443, "man": 0.31748151595159946}, "after": {"his - man": -0.07194794673841332, "his": 0.3561255266123399, "man": 0.42807347335075324}, "aftermath": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "afterthought": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "again": {"his - man": -0.04750569660139675, "his": 0.321315902018461, "man": 0.36882159861985775}, "against": {"his - man": 0.0854843594167839, "his": 0.3283204455014834, "man": 0.24283608608469953}, "age": {"his - man": -0.0889977492027842, "his": 0.26875879762366767, "man": 0.35775654682645186}, "aged": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "agencies": {"his - man": -0.08688895572431338, "his": 0.29000760009515225, "man": 0.37689655581946563}, "agent": {"his - man": -0.011574461549159976, "his": 0.3186538089869826, "man": 0.33022827053614257}, "aggressive": {"his - man": -0.08528105156277987, "his": 0.30601442023554437, "man": 0.39129547179832425}, "ago": {"his - man": -0.04750569660139675, "his": 0.321315902018461, "man": 0.36882159861985775}, "agree": {"his - man": -0.08528105156277987, "his": 0.30601442023554437, "man": 0.39129547179832425}, "agrees": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "ahead": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "aid": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "aides": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "aids": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "air": {"his - man": -0.03537355881236365, "his": 0.2573431392306099, "man": 0.29271669804297357}, "al": {"his - man": -0.08855497200255963, "his": 0.27324495010796984, "man": 0.36179992211052947}, "alan": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "alarmed": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "alarms": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "alcohol": {"his - man": -0.0659656337825339, "his": 0.3052763629300758, "man": 0.3712419967126097}, "alfred": {"his - man": -0.04952178085312525, "his": 0.3122781412574042, "man": 0.36179992211052947}, "alien": {"his - man": -0.03439479775609294, "his": 0.27324495010796984, "man": 0.3076397478640628}, "alienation": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "aliens": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "alighieri": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "alive": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "all": {"his - man": -0.05082156070496702, "his": 0.3713218872234405, "man": 0.4221434479284075}, "alleviated": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "alliances": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "allied": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "allies": {"his - man": -0.08417397450112069, "his": 0.31694061999072276, "man": 0.40111459449184345}, "allow": {"his - man": -0.06480076892739339, "his": 0.3186538089869826, "man": 0.383454577914376}, "allowed": {"his - man": -0.06294676926486337, "his": 0.2545347466867361, "man": 0.31748151595159946}, "almost": {"his - man": -0.08275064004009569, "his": 0.33926515555167014, "man": 0.42201579559176583}, "alone": {"his - man": -0.03240794777037537, "his": 0.30601442023554437, "man": 0.33842236800591974}, "along": {"his - man": -0.06471417659960932, "his": 0.31333312113746126, "man": 0.3780472977370706}, "alpha": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "already": {"his - man": -0.03771734954074307, "his": 0.32682249789240303, "man": 0.3645398474331461}, "also": {"his - man": -0.048453064308795035, "his": 0.3601906895339208, "man": 0.40864375384271584}, "alternative": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "although": {"his - man": -0.08494350150401425, "his": 0.3053482988834512, "man": 0.39029180038746547}, "always": {"his - man": -0.08517528906498523, "his": 0.30315875905856965, "man": 0.3883340481235549}, "am": {"his - man": -0.11140617591039192, "his": 0.2876820494645667, "man": 0.39908822537495864}, "amazon": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "ambassador": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "amber": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "america": {"his - man": -0.03337338884993357, "his": 0.29000760009515225, "man": 0.3233809889450858}, "american": {"his - man": -0.024045020329494515, "his": 0.3125433846054362, "man": 0.3365884049349307}, "americans": {"his - man": -0.11511300134512958, "his": 0.2683415765692464, "man": 0.383454577914376}, "among": {"his - man": -0.10706437165221361, "his": 0.29340954018018217, "man": 0.4004739118323958}, "amorphous": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "amount": {"his - man": -0.03375486632758362, "his": 0.28372664962401584, "man": 0.31748151595159946}, "an": {"his - man": -0.07380741800055929, "his": 0.3822794764418103, "man": 0.4560868944423696}, "ananias": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "anchor": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "and": {"his - man": -0.07579080937476951, "his": 0.2849547796823935, "man": 0.36074558905716303}, "andrew": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "angeles": {"his - man": -0.01291880442848764, "his": 0.2905099485095768, "man": 0.3034287529380644}, "anger": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "angle": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "anguish": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "annihilation": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "another": {"his - man": -0.03165561392013028, "his": 0.3463916838169403, "man": 0.3780472977370706}, "answer": {"his - man": -0.03468745188341471, "his": 0.3315727306463931, "man": 0.3662601825298078}, "answered": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "antenna": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "anthony": {"his - man": -0.08417397450112069, "his": 0.31694061999072276, "man": 0.40111459449184345}, "anti": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "anticipation": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "antigen": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "antoni": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "antonin": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "ants": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "anxiety": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "any": {"his - man": -0.05452546020632332, "his": 0.32378673581106054, "man": 0.37831219601738386}, "anymore": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "anyone": {"his - man": -0.08378621417157234, "his": 0.3079019637817704, "man": 0.39168817795334276}, "anyway": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "apart": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "apollinax": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "apollo": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "apostles": {"his - man": -0.11252309805058094, "his": 0.18019359999239262, "man": 0.29271669804297357}, "app": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "apparent": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "appear": {"his - man": -0.011911290000837571, "his": 0.31146969894424825, "man": 0.3233809889450858}, "appearance": {"his - man": -0.09795806195520473, "his": 0.3186538089869826, "man": 0.4166118709421873}, "applications": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "apply": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "appointing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "appreciate": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "appreciates": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "april": {"his - man": -0.03409204920521114, "his": 0.2781953231227214, "man": 0.3122873723279325}, "arcane": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "architects": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "archived": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "are": {"his - man": -0.07597364069851315, "his": 0.3481003590539266, "man": 0.42407399975243976}, "area": {"his - man": -0.035768802877287564, "his": 0.2509652082728682, "man": 0.2867340111501558}, "areas": {"his - man": -0.08806485940708642, "his": 0.2781953231227214, "man": 0.3662601825298078}, "aren": {"his - man": -0.06442858378571839, "his": 0.23514648971842964, "man": 0.299575073504148}, "arguably": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "argued": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "ariane": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "ariel": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "armed": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "around": {"his - man": -0.06257037077684557, "his": 0.34631089970715034, "man": 0.4088812704839959}, "array": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "arrival": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "arrived": {"his - man": -0.01220515302152364, "his": 0.3052763629300758, "man": 0.31748151595159946}, "arse": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "arson": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "arsonist": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "article": {"his - man": -0.03375486632758362, "his": 0.28372664962401584, "man": 0.31748151595159946}, "articles": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "artists": {"his - man": -0.011177371959131543, "his": 0.3272449960467882, "man": 0.33842236800591974}, "as": {"his - man": -0.05834055181645209, "his": 0.35217755849146826, "man": 0.41051811030792035}, "ascent": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "ash": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "ashes": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "asia": {"his - man": -0.10989092609611503, "his": 0.20759058985548443, "man": 0.31748151595159946}, "ask": {"his - man": -0.012702934106365027, "his": 0.29493681375769776, "man": 0.3076397478640628}, "asked": {"his - man": -0.05015950428350191, "his": 0.303894973684048, "man": 0.3540544779675499}, "aspect": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "aspirin": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "aspirus": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "assembly": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "assertiveness": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "assessment": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "assign": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "assignments": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "assists": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "associated": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "assume": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "assumptions": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "assurance": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "astronomy": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "at": {"his - man": -0.07506755091779743, "his": 0.3721460477249538, "man": 0.44721359864275123}, "atlantic": {"his - man": -0.11597225244302378, "his": 0.26092430337644185, "man": 0.37689655581946563}, "atmospheres": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "atoms": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "attack": {"his - man": 0.018619290721293424, "his": 0.3082503044939569, "man": 0.2896310137726635}, "attacked": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "attacks": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "attempts": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "attract": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "au": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "audience": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "audiences": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "august": {"his - man": -0.11139565411308228, "his": 0.19203309882498215, "man": 0.3034287529380644}, "aus": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "australia": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "australians": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "author": {"his - man": -0.06542685687521738, "his": 0.31146969894424825, "man": 0.37689655581946563}, "available": {"his - man": -0.05811237782115769, "his": 0.31798384978359495, "man": 0.37609622760475264}, "avatar": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "averaging": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "award": {"his - man": -0.08751534708859388, "his": 0.28372664962401584, "man": 0.3712419967126097}, "awards": {"his - man": -0.10925052651212919, "his": 0.21413046243295664, "man": 0.3233809889450858}, "awareness": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "away": {"his - man": -0.08294905898251431, "his": 0.3240994525940826, "man": 0.40704851157659694}, "awefull": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "awful": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "awkward": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "axel": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "b": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "ba": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "back": {"his - man": -0.06575424843732847, "his": 0.35339911699262927, "man": 0.41915336542995774}, "backs": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "bad": {"his - man": -0.12174577356492272, "his": 0.2781953231227214, "man": 0.3999410966876441}, "baggage": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "bail": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "bailey": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "ball": {"his - man": -0.06245668556864398, "his": 0.26092430337644185, "man": 0.3233809889450858}, "bang": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "bank": {"his - man": -0.0359497981286821, "his": 0.24805277628876504, "man": 0.28400257441744714}, "barack": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "barely": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "barking": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "barrel": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "bars": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "base": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "based": {"his - man": 0.031066520072273396, "his": 0.310029905078553, "man": 0.2789633850062796}, "bases": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "basic": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "basically": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "baskervilles": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "basketball": {"his - man": -0.11511300134512958, "his": 0.2683415765692464, "man": 0.383454577914376}, "battle": {"his - man": -0.0659656337825339, "his": 0.3052763629300758, "man": 0.3712419967126097}, "battles": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "bbc": {"his - man": -0.08417397450112069, "his": 0.31694061999072276, "man": 0.40111459449184345}, "be": {"his - man": -0.076599456563475, "his": 0.3231588854570355, "man": 0.3997583420205105}, "beak": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "beal": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "beat": {"his - man": -0.16510798808145102, "his": 0.19669193402907845, "man": 0.36179992211052947}, "beaten": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "beating": {"his - man": -0.08528105156277987, "his": 0.30601442023554437, "man": 0.39129547179832425}, "beautifully": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "beauty": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "became": {"his - man": -0.01246668823363728, "his": 0.29982068409429524, "man": 0.3122873723279325}, "because": {"his - man": -0.02988030254144436, "his": 0.3353481200159261, "man": 0.3652284225573705}, "become": {"his - man": -0.054062310556900195, "his": 0.3382742146797844, "man": 0.3923365252366846}, "becomes": {"his - man": -0.03240794777037537, "his": 0.30601442023554437, "man": 0.33842236800591974}, "becoming": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "bed": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "bee": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "been": {"his - man": -0.05731235783473987, "his": 0.35826634784312494, "man": 0.4155787056778648}, "beer": {"his - man": -0.14827029437294093, "his": 0.2683415765692464, "man": 0.4166118709421873}, "beers": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "bees": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "before": {"his - man": -0.06034403973499153, "his": 0.3613843553425744, "man": 0.42172839507756593}, "began": {"his - man": -0.06822074310385756, "his": 0.2792409542249158, "man": 0.34746169732877336}, "begin": {"his - man": -0.11931621336906856, "his": 0.29729565757311877, "man": 0.4166118709421873}, "beginning": {"his - man": -0.01246668823363728, "his": 0.29982068409429524, "man": 0.3122873723279325}, "begins": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "behalf": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "behind": {"his - man": -0.05015950428350191, "his": 0.303894973684048, "man": 0.3540544779675499}, "being": {"his - man": -0.08963507971723267, "his": 0.3239786041362341, "man": 0.41361368385346675}, "belief": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "believe": {"his - man": -0.0688173921070786, "his": 0.3267956292235307, "man": 0.3956130213306093}, "believed": {"his - man": -0.01220515302152364, "his": 0.3052763629300758, "man": 0.31748151595159946}, "believers": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "believes": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "believing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "ben": {"his - man": -0.11511300134512958, "his": 0.2683415765692464, "man": 0.383454577914376}, "bench": {"his - man": -0.03439479775609294, "his": 0.27324495010796984, "man": 0.3076397478640628}, "benefit": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "benevolence": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "benign": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "benjamin": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "bentley": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "beset": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "best": {"his - man": -0.07998239031258475, "his": 0.35966153498762593, "man": 0.4396439253002107}, "bet": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "better": {"his - man": -0.09401040107580733, "his": 0.31894018534357266, "man": 0.41295058641938}, "between": {"his - man": -0.014167273112977052, "his": 0.31743007665984263, "man": 0.3315973497728197}, "bible": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "biblically": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "biden": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "big": {"his - man": -0.07362087062635708, "his": 0.3166709297611084, "man": 0.39029180038746547}, "biggest": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "billion": {"his - man": -0.06631509387361201, "his": 0.21031126694610414, "man": 0.27662636081971614}, "birds": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "birthday": {"his - man": -0.06245668556864398, "his": 0.26092430337644185, "man": 0.3233809889450858}, "bit": {"his - man": -0.013937078198300645, "his": 0.2700654962191465, "man": 0.28400257441744714}, "bits": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "black": {"his - man": -0.17002561088980367, "his": 0.2573431392306099, "man": 0.4273687501204136}, "bladder": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "blake": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "blameless": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "blanchard": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "blare": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "blast": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "blazing": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "blends": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "blessed": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "blessing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "blocking": {"his - man": -0.14250337040662403, "his": 0.30601442023554437, "man": 0.4485177906421684}, "blogs": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "blond": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "blonde": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "blood": {"his - man": -0.11931621336906856, "his": 0.29729565757311877, "man": 0.4166118709421873}, "bloodshot": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "boast": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "boasts": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "boat": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "bodies": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "body": {"his - man": -0.06337748652934899, "his": 0.24890988579858353, "man": 0.3122873723279325}, "boldly": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "bombers": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "bonds": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "bones": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "bongo": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "boogie": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "book": {"his - man": -0.0746137113984815, "his": 0.3066203058299522, "man": 0.3812340172284337}, "books": {"his - man": -0.10244859101690307, "his": 0.2792409542249158, "man": 0.38168954524181886}, "bookshops": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "booze": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "boozer": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "boozy": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "borgen": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "born": {"his - man": -0.08528105156277987, "his": 0.30601442023554437, "man": 0.39129547179832425}, "boston": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "both": {"his - man": -0.0747867177291826, "his": 0.3599965212269165, "man": 0.4347832389560991}, "bottle": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "bottom": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "bounceback": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "boy": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "boys": {"his - man": -0.08615892034125722, "his": 0.29729565757311877, "man": 0.383454577914376}, "bph": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "brahms": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "branch": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "branches": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "brass": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "break": {"his - man": -0.06542685687521738, "his": 0.31146969894424825, "man": 0.37689655581946563}, "breaking": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "breath": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "brett": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "bridges": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "brief": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "briefly": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "bright": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "brilliant": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "bring": {"his - man": -0.11635873622073362, "his": 0.3082503044939569, "man": 0.4246090407146905}, "brings": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "britain": {"his - man": -0.01220515302152364, "his": 0.3052763629300758, "man": 0.31748151595159946}, "british": {"his - man": -0.06686310835283171, "his": 0.29493681375769776, "man": 0.36179992211052947}, "britney": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "broadcast": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "broadcasting": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "broadchurch": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "broadly": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "broadmoor": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "brothels": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "brother": {"his - man": -0.03337338884993357, "his": 0.29000760009515225, "man": 0.3233809889450858}, "brothers": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "brought": {"his - man": -0.06643949843551256, "his": 0.29982068409429524, "man": 0.3662601825298078}, "brow": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "brown": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "browser": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "browsing": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "brutal": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "buck": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "build": {"his - man": -0.10067620757291157, "his": 0.29493681375769776, "man": 0.3956130213306093}, "builder": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "building": {"his - man": -0.06294676926486337, "his": 0.2545347466867361, "man": 0.31748151595159946}, "buildings": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "built": {"his - man": -0.03375486632758362, "his": 0.28372664962401584, "man": 0.31748151595159946}, "bunker": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "burgandy": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "burgers": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "burke": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "burn": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "burns": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "burnt": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "bus": {"his - man": -0.06524777297786508, "his": 0.2243832407947984, "man": 0.2896310137726635}, "buses": {"his - man": -0.11735029673122427, "his": 0.24890988579858353, "man": 0.3662601825298078}, "bush": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "business": {"his - man": -0.06759727832455242, "his": 0.2864571996429975, "man": 0.3540544779675499}, "but": {"his - man": -0.05509872078868672, "his": 0.34981051876285774, "man": 0.40490923955154445}, "buy": {"his - man": -0.0889977492027842, "his": 0.26875879762366767, "man": 0.35775654682645186}, "by": {"his - man": -0.09037104432334997, "his": 0.35235657658677805, "man": 0.442727620910128}, "c": {"his - man": -0.06876393337668796, "his": 0.2729423369862242, "man": 0.3417062703629122}, "cage": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "calcium": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "californication": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "call": {"his - man": -0.03492247434308915, "his": 0.2646525991610589, "man": 0.299575073504148}, "called": {"his - man": 0.02947040840046994, "his": 0.34807586535673996, "man": 0.31860545695627}, "calm": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "came": {"his - man": 0.006213829406342186, "his": 0.3360369496371372, "man": 0.329823120230795}, "cameron": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "camp": {"his - man": -0.1128447312187418, "his": 0.17678628255392168, "man": 0.2896310137726635}, "campaign": {"his - man": -0.04952178085312525, "his": 0.3122781412574042, "man": 0.36179992211052947}, "campaigns": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "camper": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "camps": {"his - man": -0.06442858378571839, "his": 0.23514648971842964, "man": 0.299575073504148}, "campus": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "can": {"his - man": -0.04195780218982759, "his": 0.3321005428521811, "man": 0.3740583450420087}, "canada": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "cancelling": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "cancer": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "candidate": {"his - man": -0.11511300134512958, "his": 0.2683415765692464, "man": 0.383454577914376}, "candidates": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "cannot": {"his - man": -0.03240794777037537, "his": 0.30601442023554437, "man": 0.33842236800591974}, "canyon": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "capabilities": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "capability": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "capable": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "capacity": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "capitalize": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "captured": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "captures": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "car": {"his - man": -0.0866408233149143, "his": 0.2799907674896025, "man": 0.3666315908045168}, "care": {"his - man": -0.11890798824912027, "his": 0.23514648971842964, "man": 0.3540544779675499}, "cared": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "careers": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "carefully": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "caring": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "carlay": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "carlsberg": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "carnal": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "carolina": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "carpet": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "carried": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "cars": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "carty": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "case": {"his - man": -0.08531135134874912, "his": 0.3311695114700051, "man": 0.41648086281875424}, "casualties": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "cat": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "catch": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "catering": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "cats": {"his - man": -0.06542685687521738, "his": 0.31146969894424825, "man": 0.37689655581946563}, "cause": {"his - man": -0.014075354663472261, "his": 0.26734230513624613, "man": 0.2814176597997184}, "caused": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "causing": {"his - man": -0.11819216963738227, "his": 0.30601442023554437, "man": 0.42420658987292664}, "cavaliers": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "ccp": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "cdc": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "ceaseless": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "celebrating": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "celtics": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "cement": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "center": {"his - man": -0.06643949843551256, "his": 0.29982068409429524, "man": 0.3662601825298078}, "central": {"his - man": -0.06337748652934899, "his": 0.24890988579858353, "man": 0.3122873723279325}, "centre": {"his - man": 0.0036794750471195736, "his": 0.2876820494645667, "man": 0.28400257441744714}, "century": {"his - man": -0.05179622831171471, "his": 0.2824284319835415, "man": 0.3342246602952562}, "certain": {"his - man": -0.06686310835283171, "his": 0.29493681375769776, "man": 0.36179992211052947}, "certainly": {"his - man": -0.10403194580817088, "his": 0.31798384978359495, "man": 0.42201579559176583}, "challenges": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "champ": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "chance": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "chances": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "chandler": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "change": {"his - man": 0.01819721130601054, "his": 0.2948235721257267, "man": 0.27662636081971614}, "changed": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "changes": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "channel": {"his - man": -0.08528105156277987, "his": 0.30601442023554437, "man": 0.39129547179832425}, "chaos": {"his - man": -0.11597225244302378, "his": 0.26092430337644185, "man": 0.37689655581946563}, "chaotic": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "chapbook": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "chapter": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "character": {"his - man": -0.08283585930503129, "his": 0.3171052373826128, "man": 0.3999410966876441}, "characterized": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "charged": {"his - man": -0.11511300134512958, "his": 0.2683415765692464, "man": 0.383454577914376}, "charges": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "charismatic": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "charles": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "charting": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "chatham": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "checked": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "cheeky": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "cheer": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "cheery": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "chemical": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "chief": {"his - man": -0.11045049853385724, "his": 0.20183687379407528, "man": 0.3122873723279325}, "childhood": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "children": {"his - man": -0.014207248011808171, "his": 0.2647561369944714, "man": 0.2789633850062796}, "chimpanzee": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "china": {"his - man": -0.09535060880539314, "his": 0.20286195157514636, "man": 0.2982125603805395}, "chinaman": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "chinese": {"his - man": -0.12391116132770319, "his": 0.2608634586693646, "man": 0.3847746199970678}, "choice": {"his - man": -0.06294676926486337, "his": 0.2545347466867361, "man": 0.31748151595159946}, "chopin": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "chris": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "christ": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "christian": {"his - man": -0.08417397450112069, "his": 0.31694061999072276, "man": 0.40111459449184345}, "church": {"his - man": -0.03725024634365676, "his": 0.22727622784398854, "man": 0.2645264741876453}, "circumstantial": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "citations": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "cities": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "citizens": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "city": {"his - man": -0.03892376728754188, "his": 0.31004104690147327, "man": 0.34896481418901515}, "civic": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "civilization": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "clarks": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "class": {"his - man": -0.08688895572431338, "his": 0.29000760009515225, "man": 0.37689655581946563}, "classic": {"his - man": -0.09878649106186405, "his": 0.31146969894424825, "man": 0.4102561900061123}, "clear": {"his - man": -0.05044114059211807, "his": 0.30019614912155457, "man": 0.35063728971367264}, "clearly": {"his - man": -0.03240794777037537, "his": 0.30601442023554437, "man": 0.33842236800591974}, "cleavage": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "clientele": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "clippers": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "closest": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "clouds": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "club": {"his - man": -0.14827029437294093, "his": 0.2683415765692464, "man": 0.4166118709421873}, "clutchest": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "cnd": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "coach": {"his - man": -0.10205793071182961, "his": 0.2827166892852382, "man": 0.3847746199970678}, "coached": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "coaching": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "coast": {"his - man": -0.11973885799925024, "his": 0.2277228393295231, "man": 0.34746169732877336}, "coastal": {"his - man": -0.06337748652934899, "his": 0.24890988579858353, "man": 0.3122873723279325}, "code": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "coker": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "cold": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "collapse": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "colleagues": {"his - man": -0.03240794777037537, "his": 0.30601442023554437, "man": 0.33842236800591974}, "collected": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "collection": {"his - man": -0.10117822944376598, "his": 0.2905099485095768, "man": 0.39168817795334276}, "college": {"his - man": -0.0659656337825339, "his": 0.3052763629300758, "man": 0.3712419967126097}, "colorectal": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "columbia": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "com": {"his - man": -0.012349167113126058, "his": 0.3321445745671022, "man": 0.3444937416802283}, "combination": {"his - man": -0.08615892034125722, "his": 0.29729565757311877, "man": 0.383454577914376}, "combined": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "combines": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "come": {"his - man": -0.02509691972137945, "his": 0.3485341184698423, "man": 0.37363103819122173}, "comes": {"his - man": -0.0714437632922641, "his": 0.3386173179332978, "man": 0.4100610812255619}, "comfort": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "comforting": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "coming": {"his - man": -0.07055519457187931, "his": 0.3082503044939569, "man": 0.3788054990658362}, "commences": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "comment": {"his - man": -0.06337748652934899, "his": 0.24890988579858353, "man": 0.3122873723279325}, "comments": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "commercials": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "commissionaires": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "commits": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "common": {"his - man": -0.0956166372959924, "his": 0.31143187428060454, "man": 0.40704851157659694}, "commonly": {"his - man": -0.03240794777037537, "his": 0.30601442023554437, "man": 0.33842236800591974}, "communication": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "communications": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "community": {"his - man": -0.05160082396577548, "his": 0.2849875809691552, "man": 0.3365884049349307}, "company": {"his - man": -0.07026071995070199, "his": 0.25553028539290007, "man": 0.32579100534360206}, "compensated": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "compete": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "competent": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "complete": {"his - man": -0.04615730206377, "his": 0.3386173179332978, "man": 0.3847746199970678}, "completed": {"his - man": -0.03337338884993357, "his": 0.29000760009515225, "man": 0.3233809889450858}, "completely": {"his - man": -0.06480076892739339, "his": 0.3186538089869826, "man": 0.383454577914376}, "complex": {"his - man": -0.06686310835283171, "his": 0.29493681375769776, "man": 0.36179992211052947}, "complicated": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "composed": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "compromise": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "compulsion": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "computer": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "computers": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "conceivable": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "concept": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "concerns": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "conclusion": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "condemned": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "conditioning": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "conduit": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "conference": {"his - man": -0.012189610861673028, "his": 0.3352720864671003, "man": 0.34746169732877336}, "conferences": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "confess": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "confidence": {"his - man": -0.09696159382613845, "his": 0.3272449960467882, "man": 0.42420658987292664}, "confirming": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "conflict": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "confucius": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "congregation": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "congress": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "connections": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "consciousness": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "consent": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "consequence": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "consequences": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "considered": {"his - man": -0.06876393337668796, "his": 0.2729423369862242, "man": 0.3417062703629122}, "consisted": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "consistent": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "conspiracy": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "constant": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "constantly": {"his - man": -0.08417397450112069, "his": 0.31694061999072276, "man": 0.40111459449184345}, "constitutional": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "constraints": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "constricted": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "construction": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "contained": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "content": {"his - man": -0.0659656337825339, "his": 0.3052763629300758, "man": 0.3712419967126097}, "contention": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "contest": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "continent": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "continue": {"his - man": -0.08615892034125722, "his": 0.29729565757311877, "man": 0.383454577914376}, "continued": {"his - man": 0.0041766307107024, "his": 0.30019614912155457, "man": 0.29601951841085217}, "contributed": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "controlled": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "converging": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "conversations": {"his - man": -0.1167702838771309, "his": 0.31694061999072276, "man": 0.43371090386785366}, "convey": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "convictions": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "convince": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "cop": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "copy": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "core": {"his - man": -0.0482813358613271, "his": 0.3286152199581385, "man": 0.37689655581946563}, "corner": {"his - man": -0.03337338884993357, "his": 0.29000760009515225, "man": 0.3233809889450858}, "corners": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "cornerstone": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "coronavirus": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "corp": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "corporate": {"his - man": -0.10925052651212919, "his": 0.21413046243295664, "man": 0.3233809889450858}, "correct": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "corrosive": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "cory": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "cosmos": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "cost": {"his - man": -0.035156059741487555, "his": 0.2608634586693646, "man": 0.29601951841085217}, "costing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "could": {"his - man": -0.042027349410101056, "his": 0.3239786041362341, "man": 0.36600595354633514}, "council": {"his - man": -0.06376227095050449, "his": 0.2438774769135583, "man": 0.3076397478640628}, "counselling": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "count": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "countach": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "countless": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "countries": {"his - man": -0.06337748652934899, "his": 0.24890988579858353, "man": 0.3122873723279325}, "country": {"his - man": 0.017978331183331364, "his": 0.2881909356429434, "man": 0.27021260445961204}, "county": {"his - man": -0.06294676926486337, "his": 0.2545347466867361, "man": 0.31748151595159946}, "couple": {"his - man": -0.03492247434308915, "his": 0.2646525991610589, "man": 0.299575073504148}, "course": {"his - man": -0.08258849009137281, "his": 0.3274725911341891, "man": 0.4100610812255619}, "court": {"his - man": -0.10669924739233258, "his": 0.24080640355828306, "man": 0.34750565095061564}, "courtesy": {"his - man": -0.03240794777037537, "his": 0.30601442023554437, "man": 0.33842236800591974}, "courthouse": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "cousin": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "cousins": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "cover": {"his - man": -0.0659656337825339, "his": 0.3052763629300758, "man": 0.3712419967126097}, "coverage": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "covers": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "covid19": {"his - man": -0.10925052651212919, "his": 0.21413046243295664, "man": 0.3233809889450858}, "coy": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "cracked": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "crayfish": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "crazy": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "create": {"his - man": -0.012702934106365027, "his": 0.29493681375769776, "man": 0.3076397478640628}, "creating": {"his - man": -0.011574461549159976, "his": 0.3186538089869826, "man": 0.33022827053614257}, "cred": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "credit": {"his - man": -0.06294676926486337, "his": 0.2545347466867361, "man": 0.31748151595159946}, "creepy": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "cried": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "crime": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "crippling": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "crisis": {"his - man": -0.10117822944376598, "his": 0.2905099485095768, "man": 0.39168817795334276}, "criterion": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "critic": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "critical": {"his - man": -0.04952178085312525, "his": 0.3122781412574042, "man": 0.36179992211052947}, "criticism": {"his - man": -0.08417397450112069, "his": 0.31694061999072276, "man": 0.40111459449184345}, "cross": {"his - man": -0.03492247434308915, "his": 0.2646525991610589, "man": 0.299575073504148}, "crotchety": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "crowded": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "crucial": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "cruise": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "cultivation": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "cultural": {"his - man": -0.06792060042843445, "his": 0.2827166892852382, "man": 0.35063728971367264}, "culture": {"his - man": -0.08940187880649103, "his": 0.2646525991610589, "man": 0.3540544779675499}, "curiosity": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "currently": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "cursing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "cutting": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "cynicism": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "d": {"his - man": -0.07362087062635708, "his": 0.3166709297611084, "man": 0.39029180038746547}, "dai": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "daily": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "daizaemon": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "daizemon": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "daley": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "damage": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "dammit": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "dance": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "danced": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "dancers": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "dances": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "danger": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "dangerous": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "dangerously": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "daniel": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "dante": {"his - man": -0.08417397450112069, "his": 0.31694061999072276, "man": 0.40111459449184345}, "dark": {"his - man": -0.08227705768253901, "his": 0.32249643607652395, "man": 0.40477349375906296}, "data": {"his - man": -0.015368368778013647, "his": 0.24244409043378043, "man": 0.2578124592117941}, "daughter": {"his - man": -0.04985458304468143, "his": 0.3079019637817704, "man": 0.35775654682645186}, "david": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "davis": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "day": {"his - man": -0.04835473086061942, "his": 0.3128921873825674, "man": 0.36124691824318683}, "days": {"his - man": -0.024194755216703223, "his": 0.310029905078553, "man": 0.3342246602952562}, "deacon": {"his - man": -0.10989092609611503, "his": 0.20759058985548443, "man": 0.31748151595159946}, "deacons": {"his - man": -0.11252309805058094, "his": 0.18019359999239262, "man": 0.29271669804297357}, "dead": {"his - man": -0.04985458304468143, "his": 0.3079019637817704, "man": 0.35775654682645186}, "death": {"his - man": -0.08751534708859388, "his": 0.28372664962401584, "man": 0.3712419967126097}, "decamp": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "decay": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "decimated": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "decisive": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "decreased": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "dedicated": {"his - man": -0.06542685687521738, "his": 0.31146969894424825, "man": 0.37689655581946563}, "deep": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "deepen": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "deeper": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "deering": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "defeat": {"his - man": -0.08528105156277987, "his": 0.30601442023554437, "man": 0.39129547179832425}, "defence": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "defend": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "defended": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "defense": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "defensive": {"his - man": -0.08417397450112069, "his": 0.31694061999072276, "man": 0.40111459449184345}, "defensively": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "defiant": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "definitely": {"his - man": -0.10925052651212919, "his": 0.21413046243295664, "man": 0.3233809889450858}, "degree": {"his - man": -0.06245668556864398, "his": 0.26092430337644185, "man": 0.3233809889450858}, "delays": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "deliberation": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "delight": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "delivered": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "delve": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "demarcus": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "democratic": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "demographic": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "dengue": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "denied": {"his - man": -0.06376227095050449, "his": 0.2438774769135583, "man": 0.3076397478640628}, "denigrated": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "dennis": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "dense": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "depend": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "dependable": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "deployments": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "depressing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "depressingly": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "depth": {"his - man": -0.06405047575153605, "his": 0.3272449960467882, "man": 0.39129547179832425}, "deputy": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "derivative": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "derogatory": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "derouen": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "descent": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "describe": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "described": {"his - man": -0.06337748652934899, "his": 0.24890988579858353, "man": 0.3122873723279325}, "describing": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "description": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "deserved": {"his - man": -0.03240794777037537, "his": 0.30601442023554437, "man": 0.33842236800591974}, "deserves": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "design": {"his - man": -0.08828423598772589, "his": 0.26373498156930125, "man": 0.35201921755702714}, "designed": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "desires": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "desjardins": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "despairing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "despite": {"his - man": 0.01881600011243051, "his": 0.3148355185232827, "man": 0.29601951841085217}, "destabilized": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "destination": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "destiny": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "destroy": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "destroying": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "destroys": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "destruct": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "detailed": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "detect": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "detected": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "detective": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "detroit": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "devastated": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "devastating": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "developed": {"his - man": -0.08688895572431338, "his": 0.29000760009515225, "man": 0.37689655581946563}, "developing": {"his - man": 0.0054827783244637, "his": 0.33571104886060626, "man": 0.33022827053614257}, "devoid": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "devote": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "dictated": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "did": {"his - man": -0.014411872924581737, "his": 0.31313471106705637, "man": 0.3275465839916381}, "didn": {"his - man": -0.025195916776087846, "his": 0.29340954018018217, "man": 0.31860545695627}, "die": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "dies": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "different": {"his - man": -0.08639316663631624, "his": 0.2824284319835415, "man": 0.36882159861985775}, "difficult": {"his - man": -0.011177371959131543, "his": 0.3272449960467882, "man": 0.33842236800591974}, "difficulty": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "digital": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "dillman": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "dimmed": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "dingy": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "diplomats": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "dire": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "directed": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "direction": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "directly": {"his - man": -0.08528105156277987, "his": 0.30601442023554437, "man": 0.39129547179832425}, "disagrees": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "disappoint": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "disappointing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "disarray": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "disciple": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "disciplined": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "discoveries": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "discrete": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "discuss": {"his - man": -0.011574461549159976, "his": 0.3186538089869826, "man": 0.33022827053614257}, "discusses": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "disguise": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "disillusionment": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "dismantled": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "disneynature": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "disobedience": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "disorder": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "disordered": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "disorienting": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "display": {"his - man": -0.03409204920521114, "his": 0.2781953231227214, "man": 0.3122873723279325}, "disrupted": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "disruption": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "disruptive": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "dissenting": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "distance": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "distant": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "distracted": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "distributing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "distrustful": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "dive": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "diverse": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "divide": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "dividends": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "division": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "dna": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "do": {"his - man": -0.062498378446350644, "his": 0.3397213481157497, "man": 0.40221972656210037}, "doctorow": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "documented": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "does": {"his - man": -0.10394267617503683, "his": 0.30694000737060945, "man": 0.4108826835456463}, "doesn": {"his - man": -0.05785939222084269, "his": 0.32094610684499353, "man": 0.3788054990658362}, "dog": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "doing": {"his - man": -0.024854657488782017, "his": 0.29903916996414065, "man": 0.32389382745292267}, "domantas": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "don": {"his - man": -0.05433045604235165, "his": 0.32600721847497255, "man": 0.3803376745173242}, "donald": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "done": {"his - man": -0.03755637107435328, "his": 0.3290752197301635, "man": 0.3666315908045168}, "donell": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "dongguan": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "donovan": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "doofer": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "door": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "double": {"his - man": -0.11511300134512958, "his": 0.2683415765692464, "man": 0.383454577914376}, "douglas": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "down": {"his - man": -0.12440944989861497, "his": 0.3283204455014834, "man": 0.4527298954000984}, "downer": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "download": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "dpoy": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "dr": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "drafted": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "drama": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "dramatic": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "dramatizing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "draw": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "drawbridge": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "dream": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "dressed": {"his - man": -0.11511300134512958, "his": 0.2683415765692464, "man": 0.383454577914376}, "drew": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "drilled": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "drink": {"his - man": -0.06294676926486337, "his": 0.2545347466867361, "man": 0.31748151595159946}, "drinking": {"his - man": -0.08528105156277987, "his": 0.30601442023554437, "man": 0.39129547179832425}, "drivers": {"his - man": -0.11597225244302378, "his": 0.26092430337644185, "man": 0.37689655581946563}, "driving": {"his - man": -0.06294676926486337, "his": 0.2545347466867361, "man": 0.31748151595159946}, "drops": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "drummond": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "drunk": {"his - man": -0.11511300134512958, "his": 0.2683415765692464, "man": 0.383454577914376}, "drunkard": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "dry": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "dubious": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "duck": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "due": {"his - man": 0.05225070744402255, "his": 0.3116616195060791, "man": 0.2594109120620566}, "during": {"his - man": -0.022035865060728577, "his": 0.3117105203647599, "man": 0.33374638542548846}, "dvd": {"his - man": -0.11139565411308228, "his": 0.19203309882498215, "man": 0.3034287529380644}, "dvo\u0159\u00e1k": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "dysfunctional": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "e": {"his - man": -0.04952178085312525, "his": 0.3122781412574042, "man": 0.36179992211052947}, "each": {"his - man": -0.03787169373277688, "his": 0.32466562636187457, "man": 0.36253732009465145}, "earlier": {"his - man": -0.035004292886998745, "his": 0.3267956292235307, "man": 0.36179992211052947}, "early": {"his - man": -0.07534489321312843, "his": 0.33183936988108254, "man": 0.40718426309421096}, "earned": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "earns": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "earth": {"his - man": -0.06245668556864398, "his": 0.26092430337644185, "man": 0.3233809889450858}, "easily": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "east": {"his - man": -0.11593687583980905, "his": 0.31143187428060454, "man": 0.4273687501204136}, "eastern": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "easy": {"his - man": -0.08855497200255963, "his": 0.27324495010796984, "man": 0.36179992211052947}, "eating": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "ecclesial": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "eclectic": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "economic": {"his - man": -0.06499385871345045, "his": 0.2277228393295231, "man": 0.29271669804297357}, "economics": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "economies": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "ed": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "edge": {"his - man": -0.06411040586005187, "his": 0.23931834707801256, "man": 0.3034287529380644}, "edit": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "edited": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "edition": {"his - man": 0.0050149201249244935, "his": 0.32249643607652395, "man": 0.31748151595159946}, "edmund": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "educate": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "education": {"his - man": -0.06376227095050449, "his": 0.2438774769135583, "man": 0.3076397478640628}, "effect": {"his - man": -0.08688895572431338, "his": 0.29000760009515225, "man": 0.37689655581946563}, "effects": {"his - man": -0.06411040586005187, "his": 0.23931834707801256, "man": 0.3034287529380644}, "effort": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "eight": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "either": {"his - man": -0.035801771190389964, "his": 0.3148355185232827, "man": 0.35063728971367264}, "elder": {"his - man": -0.10925052651212919, "his": 0.21413046243295664, "man": 0.3233809889450858}, "elders": {"his - man": -0.11217727893340271, "his": 0.18384223947744946, "man": 0.29601951841085217}, "electrocute": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "electrode": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "electromagnetic": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "electronic": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "elemental": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "elements": {"his - man": -0.08688895572431338, "his": 0.29000760009515225, "man": 0.37689655581946563}, "eleven": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "eliot": {"his - man": -0.0736173239014461, "his": 0.27534749028756905, "man": 0.34896481418901515}, "ellicott": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "elliot": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "elliott": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "else": {"his - man": -0.08615892034125722, "his": 0.29729565757311877, "man": 0.383454577914376}, "elusively": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "email": {"his - man": -0.049154945147194984, "his": 0.3171052373826128, "man": 0.3662601825298078}, "emanates": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "emasculation": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "embarrassment": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "embassy": {"his - man": -0.06376227095050449, "his": 0.2438774769135583, "man": 0.3076397478640628}, "embiid": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "emboldening": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "empathise": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "emphasis": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "emphasised": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "emphasize": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "emphasizing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "empty": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "enable": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "encephalitis": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "encountering": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "encourage": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "encouraged": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "encyclopedia": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "end": {"his - man": -0.054616273232854895, "his": 0.33183936988108254, "man": 0.38645564311393743}, "endeavour": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "endeavours": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "ending": {"his - man": -0.14698715639255566, "his": 0.277219433480371, "man": 0.42420658987292664}, "endless": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "endoscopic": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "endured": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "enduring": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "enemy": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "enforcement": {"his - man": -0.06571026778996664, "his": 0.2182923066274805, "man": 0.28400257441744714}, "engage": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "engaging": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "engineers": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "england": {"his - man": -0.08688895572431338, "his": 0.29000760009515225, "man": 0.37689655581946563}, "english": {"his - man": -0.09949713082898715, "his": 0.3052763629300758, "man": 0.40477349375906296}, "enlargement": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "enough": {"his - man": -0.03439479775609294, "his": 0.27324495010796984, "man": 0.3076397478640628}, "ensuring": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "enter": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "entered": {"his - man": -0.09329036703482779, "his": 0.3315727306463931, "man": 0.4248630976812209}, "entering": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "entertain": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "entertainment": {"his - man": -0.03240794777037537, "his": 0.30601442023554437, "man": 0.33842236800591974}, "entire": {"his - man": -0.09480387272415036, "his": 0.3184975236970695, "man": 0.4133013964212199}, "entirely": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "entourage": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "entropy": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "environmental": {"his - man": -0.03375486632758362, "his": 0.28372664962401584, "man": 0.31748151595159946}, "episode": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "episodes": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "epitomize": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "equal": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "equipment": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "equipping": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "era": {"his - man": -0.09696159382613845, "his": 0.3272449960467882, "man": 0.42420658987292664}, "eric": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "erm": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "erode": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "error": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "escape": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "especially": {"his - man": 0.031249838633439164, "his": 0.31798384978359495, "man": 0.2867340111501558}, "essays": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "essential": {"his - man": -0.11511300134512958, "his": 0.2683415765692464, "man": 0.383454577914376}, "establish": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "established": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "establishing": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "establishment": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "et": {"his - man": -0.0889977492027842, "his": 0.26875879762366767, "man": 0.35775654682645186}, "etc": {"his - man": -0.06245668556864398, "his": 0.26092430337644185, "man": 0.3233809889450858}, "etiquette": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "europe": {"his - man": -0.08615892034125722, "his": 0.29729565757311877, "man": 0.383454577914376}, "even": {"his - man": -0.0655324688875148, "his": 0.3296985754942147, "man": 0.3952310443817295}, "evening": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "events": {"his - man": -0.03375486632758362, "his": 0.28372664962401584, "man": 0.31748151595159946}, "eventually": {"his - man": -0.06542685687521738, "his": 0.31146969894424825, "man": 0.37689655581946563}, "ever": {"his - man": -0.07685781024150395, "his": 0.34431255282332907, "man": 0.421170363064833}, "every": {"his - man": -0.1024790738227685, "his": 0.3186912892420645, "man": 0.421170363064833}, "everyday": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "everyone": {"his - man": -0.03529241179260634, "his": 0.3224641350338455, "man": 0.35775654682645186}, "everything": {"his - man": -0.051982427443551305, "his": 0.2799907674896025, "man": 0.3319731949331538}, "evidence": {"his - man": -0.03375486632758362, "his": 0.28372664962401584, "man": 0.31748151595159946}, "evidenced": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "exactly": {"his - man": -0.0659656337825339, "his": 0.3052763629300758, "man": 0.3712419967126097}, "examination": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "examines": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "examining": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "example": {"his - man": -0.04985458304468143, "his": 0.3079019637817704, "man": 0.35775654682645186}, "examples": {"his - man": -0.03337338884993357, "his": 0.29000760009515225, "man": 0.3233809889450858}, "excellent": {"his - man": -0.08615892034125722, "his": 0.29729565757311877, "man": 0.383454577914376}, "except": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "exclusionary": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "exclusive": {"his - man": -0.06245668556864398, "his": 0.26092430337644185, "man": 0.3233809889450858}, "excoriated": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "executive": {"his - man": -0.11045049853385724, "his": 0.20183687379407528, "man": 0.3122873723279325}, "exercise": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "exist": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "existence": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "existential": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "exited": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "exits": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "exoplanets": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "expect": {"his - man": 0.0050149201249244935, "his": 0.32249643607652395, "man": 0.31748151595159946}, "expectations": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "expected": {"his - man": 0.003914818186664559, "his": 0.29354583195932804, "man": 0.2896310137726635}, "expenses": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "experience": {"his - man": -0.10890819059511997, "his": 0.3079019637817704, "man": 0.4168101543768904}, "experienced": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "experiences": {"his - man": -0.12024858991096005, "his": 0.29000760009515225, "man": 0.4102561900061123}, "explain": {"his - man": 0.0050149201249244935, "his": 0.32249643607652395, "man": 0.31748151595159946}, "explained": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "explaining": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "explosion": {"his - man": -0.08417397450112069, "his": 0.31694061999072276, "man": 0.40111459449184345}, "explosions": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "exposed": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "exposing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "expressed": {"his - man": -0.03240794777037537, "his": 0.30601442023554437, "man": 0.33842236800591974}, "expressing": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "extensive": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "extent": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "extra": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "extreme": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "extremely": {"his - man": -0.12104684413504713, "his": 0.28372664962401584, "man": 0.40477349375906296}, "exult": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "eye": {"his - man": -0.11511300134512958, "his": 0.2683415765692464, "man": 0.383454577914376}, "eyes": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "ezra": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "f": {"his - man": -0.08688895572431338, "his": 0.29000760009515225, "man": 0.37689655581946563}, "face": {"his - man": -0.011574461549159976, "his": 0.3186538089869826, "man": 0.33022827053614257}, "faced": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "faces": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "facility": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "facing": {"his - man": -0.0659656337825339, "his": 0.3052763629300758, "man": 0.3712419967126097}, "fact": {"his - man": -0.03644447793473582, "his": 0.30526179242817636, "man": 0.3417062703629122}, "factories": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "factors": {"his - man": -0.036589129120095126, "his": 0.2378060621034104, "man": 0.27439519122350553}, "facts": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "factual": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "fail": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "failure": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "fair": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "faith": {"his - man": -0.08688895572431338, "his": 0.29000760009515225, "man": 0.37689655581946563}, "faithful": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "fall": {"his - man": -0.08855497200255963, "his": 0.27324495010796984, "man": 0.36179992211052947}, "fallen": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "fallibility": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "falling": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "falls": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "fame": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "familiar": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "family": {"his - man": 0.01432892176376227, "his": 0.33463511538983737, "man": 0.3203061936260751}, "famous": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "fan": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "fanny": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "fans": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "far": {"his - man": -0.08613282664069771, "his": 0.2849875809691552, "man": 0.37112040760985293}, "farrell": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "fascinate": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "fascinated": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "fascinating": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "fast": {"his - man": -0.08417397450112069, "his": 0.31694061999072276, "man": 0.40111459449184345}, "father": {"his - man": -0.03375486632758362, "his": 0.28372664962401584, "man": 0.31748151595159946}, "fatty": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "fault": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "favor": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "favorite": {"his - man": -0.03439479775609294, "his": 0.27324495010796984, "man": 0.3076397478640628}, "favorites": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "favour": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "favourite": {"his - man": -0.03240794777037537, "his": 0.30601442023554437, "man": 0.33842236800591974}, "fear": {"his - man": -0.03375486632758362, "his": 0.28372664962401584, "man": 0.31748151595159946}, "fearful": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "feat": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "features": {"his - man": -0.03375486632758362, "his": 0.28372664962401584, "man": 0.31748151595159946}, "february": {"his - man": -0.08528105156277987, "his": 0.30601442023554437, "man": 0.39129547179832425}, "federal": {"his - man": -0.06724659831687507, "his": 0.2905099485095768, "man": 0.35775654682645186}, "feed": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "feeling": {"his - man": -0.03375486632758362, "his": 0.28372664962401584, "man": 0.31748151595159946}, "feelings": {"his - man": -0.09878649106186405, "his": 0.31146969894424825, "man": 0.4102561900061123}, "feels": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "fellow": {"his - man": -0.06480076892739339, "his": 0.3186538089869826, "man": 0.383454577914376}, "felony": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "felt": {"his - man": -0.012702934106365027, "his": 0.29493681375769776, "man": 0.3076397478640628}, "female": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "feral": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "fever": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "few": {"his - man": -0.05179622831171471, "his": 0.2824284319835415, "man": 0.3342246602952562}, "fibrinolysins": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "fictitious": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "fields": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "fiercely": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "fifth": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "fifty": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "fight": {"his - man": -0.022476968722672408, "his": 0.33932295338785706, "man": 0.36179992211052947}, "fighting": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "figure": {"his - man": -0.051395169508102245, "his": 0.2876820494645667, "man": 0.33907721897266896}, "figures": {"his - man": -0.11819216963738227, "his": 0.30601442023554437, "man": 0.42420658987292664}, "file": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "film": {"his - man": -0.10484771724276198, "his": 0.25768960285188947, "man": 0.36253732009465145}, "final": {"his - man": -0.08940187880649103, "his": 0.2646525991610589, "man": 0.3540544779675499}, "finally": {"his - man": 0.0054827783244637, "his": 0.33571104886060626, "man": 0.33022827053614257}, "financial": {"his - man": -0.06294676926486337, "his": 0.2545347466867361, "man": 0.31748151595159946}, "find": {"his - man": -0.09879313568366893, "his": 0.34448338600143935, "man": 0.4432765216851083}, "finding": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "finds": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "fingers": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "finish": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "fire": {"his - man": -0.1219256845630729, "his": 0.20789743566772212, "man": 0.329823120230795}, "fired": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "fires": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "first": {"his - man": -0.036613756871223146, "his": 0.3731005694845122, "man": 0.40971432635573535}, "fit": {"his - man": -0.011911290000837571, "his": 0.31146969894424825, "man": 0.3233809889450858}, "five": {"his - man": -0.10501908266125698, "his": 0.310029905078553, "man": 0.41504898773980997}, "flag": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "flagship": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "flames": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "flavour": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "flawlessly": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "flesh": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "flickered": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "flight": {"his - man": -0.10925052651212919, "his": 0.21413046243295664, "man": 0.3233809889450858}, "flits": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "flock": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "flower": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "fly": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "focus": {"his - man": -0.08751534708859388, "his": 0.28372664962401584, "man": 0.3712419967126097}, "following": {"his - man": -0.08855497200255963, "his": 0.27324495010796984, "man": 0.36179992211052947}, "follows": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "food": {"his - man": -0.10669924739233258, "his": 0.24080640355828306, "man": 0.34750565095061564}, "foolish": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "foot": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "for": {"his - man": -0.06410125339246586, "his": 0.35165781795341544, "man": 0.4157590713458813}, "force": {"his - man": -0.09795806195520473, "his": 0.3186538089869826, "man": 0.4166118709421873}, "forces": {"his - man": -0.01220515302152364, "his": 0.3052763629300758, "man": 0.31748151595159946}, "foreign": {"his - man": 0.0037942329967268207, "his": 0.2905282441468826, "man": 0.2867340111501558}, "foreigners": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "foremost": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "foresight": {"his - man": -0.11342779886706822, "his": 0.17057477555037892, "man": 0.28400257441744714}, "form": {"his - man": -0.01291880442848764, "his": 0.2905099485095768, "man": 0.3034287529380644}, "format": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "formative": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "former": {"his - man": -0.013117873861150542, "his": 0.2864571996429975, "man": 0.299575073504148}, "formidable": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "forms": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "formulae": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "forty": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "forums": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "forward": {"his - man": -0.011911290000837571, "his": 0.31146969894424825, "man": 0.3233809889450858}, "forwarded": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "found": {"his - man": -0.03745601809099325, "his": 0.2903090687781627, "man": 0.32776508686915595}, "four": {"his - man": -0.11461873141730122, "his": 0.2936950197646869, "man": 0.40831375118198815}, "fracturing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "franchise": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "francisco": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "frank": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "frederick": {"his - man": -0.06245668556864398, "his": 0.26092430337644185, "man": 0.3233809889450858}, "free": {"his - man": -0.0636684217616803, "his": 0.32466562636187457, "man": 0.3883340481235549}, "freeing": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "french": {"his - man": -0.08615892034125722, "his": 0.29729565757311877, "man": 0.383454577914376}, "frenchman": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "frenchmen": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "frenzy": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "frequent": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "freshman": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "freshmen": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "friendly": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "friends": {"his - man": -0.06922404291949724, "his": 0.3224641350338455, "man": 0.39168817795334276}, "friendship": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "fringe": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "frogs": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "from": {"his - man": -0.05532775425832015, "his": 0.3675577694666775, "man": 0.42288552372499766}, "front": {"his - man": -0.01246668823363728, "his": 0.29982068409429524, "man": 0.3122873723279325}, "fruit": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "frustration": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "ft": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "fulfill": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "full": {"his - man": -0.07291409502979385, "his": 0.3238094893355536, "man": 0.39672358436534744}, "fully": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "fundamental": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "funeral": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "furnished": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "further": {"his - man": -0.07158300848064691, "his": 0.29723859013921083, "man": 0.36882159861985775}, "future": {"his - man": -0.05077160595175734, "his": 0.27978346003887394, "man": 0.3305550659906313}, "gain": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "gained": {"his - man": -0.11931621336906856, "his": 0.29729565757311877, "man": 0.4166118709421873}, "galaxies": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "game": {"his - man": -0.06078243873403172, "his": 0.2867232122165839, "man": 0.34750565095061564}, "gamecock": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "gamecocks": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "games": {"his - man": -0.06959602866054981, "his": 0.3184975236970695, "man": 0.38809355235761933}, "gangsters": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "gantz": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "garnet": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "gas": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "gases": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "gathered": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "gauntlet": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "gave": {"his - man": -0.012189610861673028, "his": 0.3352720864671003, "man": 0.34746169732877336}, "general": {"his - man": -0.08806485940708642, "his": 0.2781953231227214, "man": 0.3662601825298078}, "generalised": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "generally": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "generating": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "generation": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "genius": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "gentle": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "gently": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "genuine": {"his - man": -0.06405047575153605, "his": 0.3272449960467882, "man": 0.39129547179832425}, "george": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "georgia": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "georgian": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "gerontion": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "get": {"his - man": -0.07796536261120585, "his": 0.3313364954658254, "man": 0.40930185807703123}, "gets": {"his - man": -0.06245668556864398, "his": 0.26092430337644185, "man": 0.3233809889450858}, "getting": {"his - man": -0.03702643341459716, "his": 0.33651395937063544, "man": 0.3735403927852326}, "gidding": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "girl": {"his - man": -0.03537355881236365, "his": 0.2573431392306099, "man": 0.29271669804297357}, "girls": {"his - man": -0.11735029673122427, "his": 0.24890988579858353, "man": 0.3662601825298078}, "give": {"his - man": -0.11593687583980905, "his": 0.31143187428060454, "man": 0.4273687501204136}, "given": {"his - man": -0.09522697114204515, "his": 0.3084810090841406, "man": 0.40370798022618576}, "giving": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "glassy": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "glazing": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "global": {"his - man": -0.06480076892739339, "his": 0.3186538089869826, "man": 0.383454577914376}, "glorious": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "gloves": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "glow": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "go": {"his - man": -0.06880490720979104, "his": 0.32056944242160135, "man": 0.3893743496313924}, "goal": {"his - man": 0.01915588135946794, "his": 0.3267956292235307, "man": 0.3076397478640628}, "gobert": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "god": {"his - man": -0.12011050088542988, "his": 0.2243832407947984, "man": 0.3444937416802283}, "godliness": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "going": {"his - man": -0.034262304524023846, "his": 0.35038856736857604, "man": 0.3846508718925999}, "golden": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "gone": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "good": {"his - man": -0.08790039168280472, "his": 0.32378673581106054, "man": 0.41168712749386527}, "goofs": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "google": {"his - man": -0.03628460872769068, "his": 0.24267877627858891, "man": 0.2789633850062796}, "gordon": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "gosh": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "gospel": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "got": {"his - man": -0.02569914624500602, "his": 0.2851732626399707, "man": 0.31087240888497675}, "gotten": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "govern": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "governance": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "governing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "government": {"his - man": -0.08961564158669239, "his": 0.2607850735627456, "man": 0.350400715149438}, "grab": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "grabbed": {"his - man": -0.08417397450112069, "his": 0.31694061999072276, "man": 0.40111459449184345}, "grace": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "graduates": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "grand": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "grann": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "grant": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "granted": {"his - man": -0.03337338884993357, "his": 0.29000760009515225, "man": 0.3233809889450858}, "graphic": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "grasped": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "gravel": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "graves": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "great": {"his - man": 0.0362956769453292, "his": 0.35325653673437346, "man": 0.31696085978904426}, "greater": {"his - man": -0.10012041259334886, "his": 0.29982068409429524, "man": 0.3999410966876441}, "green": {"his - man": -0.014790152413858948, "his": 0.2534552000567769, "man": 0.26824535247063586}, "grey": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "gridlock": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "ground": {"his - man": -0.1219256845630729, "his": 0.20789743566772212, "man": 0.329823120230795}, "group": {"his - man": -0.014896636144185516, "his": 0.28445272349796347, "man": 0.299349359642149}, "groups": {"his - man": -0.03492247434308915, "his": 0.2646525991610589, "man": 0.299575073504148}, "grow": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "growing": {"his - man": -0.06643949843551256, "his": 0.29982068409429524, "man": 0.3662601825298078}, "growltiger": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "grown": {"his - man": -0.11597225244302378, "his": 0.26092430337644185, "man": 0.37689655581946563}, "growth": {"his - man": -0.0647217939974436, "his": 0.23129772441340857, "man": 0.29601951841085217}, "guarantees": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "guard": {"his - man": -0.11670725002587362, "his": 0.2545347466867361, "man": 0.3712419967126097}, "guiana": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "guilt": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "gum": {"his - man": -0.11597225244302378, "his": 0.26092430337644185, "man": 0.37689655581946563}, "gus": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "guy": {"his - man": -0.11819216963738227, "his": 0.30601442023554437, "man": 0.42420658987292664}, "hacks": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "had": {"his - man": -0.05469631701435285, "his": 0.3341221103043493, "man": 0.38881842731870214}, "hadn": {"his - man": -0.011177371959131543, "his": 0.3272449960467882, "man": 0.33842236800591974}, "hair": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "haired": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "half": {"his - man": -0.10281273918672235, "his": 0.27599275987911387, "man": 0.3788054990658362}, "hallucinations": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "hamlet": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "handedly": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "handful": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "handicaps": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "handle": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "handling": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "hands": {"his - man": -0.08615892034125722, "his": 0.29729565757311877, "man": 0.383454577914376}, "happen": {"his - man": -0.01246668823363728, "his": 0.29982068409429524, "man": 0.3122873723279325}, "happened": {"his - man": -0.03375486632758362, "his": 0.28372664962401584, "man": 0.31748151595159946}, "happens": {"his - man": -0.06245668556864398, "his": 0.26092430337644185, "man": 0.3233809889450858}, "hard": {"his - man": -0.07083443517657628, "his": 0.30526179242817636, "man": 0.37609622760475264}, "harden": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "harder": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "hardest": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "hardly": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "harry": {"his - man": -0.10925052651212919, "his": 0.21413046243295664, "man": 0.3233809889450858}, "has": {"his - man": -0.06617942072846039, "his": 0.3647196531660296, "man": 0.43089907389449}, "hassles": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "hats": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "haunted": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "haunting": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "have": {"his - man": -0.07985833667993514, "his": 0.357103812865288, "man": 0.4369621495452231}, "having": {"his - man": -0.062343994442178086, "his": 0.36224258010450555, "man": 0.42458657454668364}, "hayward": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "hazards": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "he": {"his - man": -0.0677422429671618, "his": 0.37398730641719274, "man": 0.44172954938435455}, "head": {"his - man": -0.08710287713145837, "his": 0.2754344429631931, "man": 0.36253732009465145}, "headed": {"his - man": -0.08615892034125722, "his": 0.29729565757311877, "man": 0.383454577914376}, "health": {"his - man": -0.12513101933188442, "his": 0.2509652082728682, "man": 0.37609622760475264}, "healthy": {"his - man": -0.12104684413504713, "his": 0.28372664962401584, "man": 0.40477349375906296}, "hear": {"his - man": -0.03375486632758362, "his": 0.28372664962401584, "man": 0.31748151595159946}, "heard": {"his - man": -0.035156059741487555, "his": 0.2608634586693646, "man": 0.29601951841085217}, "hearing": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "heart": {"his - man": -0.08164097004797377, "his": 0.3286152199581385, "man": 0.4102561900061123}, "heartening": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "heartfelt": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "heat": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "heavier": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "heavily": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "heavy": {"his - man": -0.03337338884993357, "his": 0.29000760009515225, "man": 0.3233809889450858}, "height": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "held": {"his - man": -0.03771734954074307, "his": 0.32682249789240303, "man": 0.3645398474331461}, "hell": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "helms": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "help": {"his - man": -0.012577762180520202, "his": 0.3461918377525235, "man": 0.3587695999330437}, "helpadchoicespublisherslegaltermsprivacycopyrightsocial": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "helped": {"his - man": -0.06480076892739339, "his": 0.3186538089869826, "man": 0.383454577914376}, "helpless": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "helps": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "henry": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "her": {"his - man": -0.04356925156404792, "his": 0.2470012772461667, "man": 0.2905705288102146}, "heralding": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "here": {"his - man": -0.08103555155207842, "his": 0.3296985754942147, "man": 0.41073412704629314}, "herself": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "high": {"his - man": -0.0860137363029263, "his": 0.2952202809255074, "man": 0.3812340172284337}, "higher": {"his - man": -0.013475743818057773, "his": 0.2792409542249158, "man": 0.29271669804297357}, "highlight": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "highway": {"his - man": -0.06245668556864398, "his": 0.26092430337644185, "man": 0.3233809889450858}, "him": {"his - man": -0.0836856100920938, "his": 0.36337621025354827, "man": 0.44706182034564207}, "himself": {"his - man": -0.0482813358613271, "his": 0.3286152199581385, "man": 0.37689655581946563}, "hint": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "hipper": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "hippopotamus": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "hiroto": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "his": {"his - man": -0.03392523177498241, "his": 0.4326414878015573, "man": 0.4665667195765397}, "historic": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "historical": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "historically": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "history": {"his - man": -0.09604639779973234, "his": 0.3014018009004911, "man": 0.39744819870022347}, "hit": {"his - man": 0.019035382095781095, "his": 0.3224641350338455, "man": 0.3034287529380644}, "hive": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "hold": {"his - man": -0.04952178085312525, "his": 0.3122781412574042, "man": 0.36179992211052947}, "holding": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "holds": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "holes": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "hollow": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "holmes": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "holy": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "homage": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "home": {"his - man": -0.039351251585729274, "his": 0.33427978660549246, "man": 0.37363103819122173}, "homeless": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "homes": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "honest": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "hong": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "honourable": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "hoofer": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "hope": {"his - man": -0.10067620757291157, "his": 0.29493681375769776, "man": 0.3956130213306093}, "hordes": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "hornbleat": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "horns": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "horror": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "hospital": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "hospitals": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "hot": {"his - man": 0.0043199001798999714, "his": 0.303894973684048, "man": 0.299575073504148}, "hotels": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "hound": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "hour": {"his - man": -0.08219998109894183, "his": 0.33110141532227805, "man": 0.4133013964212199}, "hours": {"his - man": -0.06959602866054981, "his": 0.3184975236970695, "man": 0.38809355235761933}, "house": {"his - man": -0.046417458774718534, "his": 0.3352720864671003, "man": 0.38168954524181886}, "how": {"his - man": -0.10088008722774927, "his": 0.3517850301010425, "man": 0.4526651173287918}, "however": {"his - man": -0.013966750326123156, "his": 0.3014018009004911, "man": 0.3153685512266143}, "https": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "hubble": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "huge": {"his - man": -0.03439479775609294, "his": 0.27324495010796984, "man": 0.3076397478640628}, "hugh": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "human": {"his - man": -0.02295306264527186, "his": 0.33110141532227805, "man": 0.3540544779675499}, "humanoid": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "humans": {"his - man": -0.012702934106365027, "his": 0.29493681375769776, "man": 0.3076397478640628}, "humble": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "humbly": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "humorous": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "hundred": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "hundreds": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "hungry": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "hunkered": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "hutcherson": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "hypertrophy": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "hypocrisy": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "i": {"his - man": -0.07467742837489943, "his": 0.28723219745947115, "man": 0.3619096258343706}, "ia": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "idea": {"his - man": 0.0027518607184543464, "his": 0.26551596054782584, "man": 0.2627640998293715}, "identify": {"his - man": -0.08688895572431338, "his": 0.29000760009515225, "man": 0.37689655581946563}, "if": {"his - man": -0.045105398102536776, "his": 0.3419679589785196, "man": 0.3870733570810564}, "igbinidu": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "ignited": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "ignorance": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "ignore": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "ii": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "illegally": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "imagine": {"his - man": -0.08688895572431338, "his": 0.29000760009515225, "man": 0.37689655581946563}, "imagining": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "immediately": {"his - man": -0.013475743818057773, "his": 0.2792409542249158, "man": 0.29271669804297357}, "immensely": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "immersive": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "imminent": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "immortality": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "impact": {"his - man": -0.08688895572431338, "his": 0.29000760009515225, "man": 0.37689655581946563}, "impeccably": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "importance": {"his - man": -0.14584992167438426, "his": 0.28372664962401584, "man": 0.4295765712984001}, "important": {"his - man": -0.07876237128063635, "his": 0.3500611450328022, "man": 0.42882351631343857}, "impossible": {"his - man": -0.03337338884993357, "his": 0.29000760009515225, "man": 0.3233809889450858}, "impotence": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "improved": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "impulse": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "in": {"his - man": -0.07223740826070474, "his": 0.3139857848024327, "man": 0.38622319306313746}, "incapability": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "incinerated": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "incision": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "include": {"his - man": 0.0041766307107024, "his": 0.30019614912155457, "man": 0.29601951841085217}, "included": {"his - man": 0.01915588135946794, "his": 0.3267956292235307, "man": 0.3076397478640628}, "includes": {"his - man": -0.03337338884993357, "his": 0.29000760009515225, "man": 0.3233809889450858}, "including": {"his - man": -0.03129186765219499, "his": 0.35161924390311244, "man": 0.38291111155530744}, "incomplete": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "incomprehensibly": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "increase": {"his - man": -0.06376227095050449, "his": 0.2438774769135583, "man": 0.3076397478640628}, "increased": {"his - man": -0.06294676926486337, "his": 0.2545347466867361, "man": 0.31748151595159946}, "increasingly": {"his - man": -0.08615892034125722, "his": 0.29729565757311877, "man": 0.383454577914376}, "incredible": {"his - man": -0.11670725002587362, "his": 0.2545347466867361, "man": 0.3712419967126097}, "individual": {"his - man": -0.06542685687521738, "his": 0.31146969894424825, "man": 0.37689655581946563}, "individuals": {"his - man": -0.06643949843551256, "his": 0.29982068409429524, "man": 0.3662601825298078}, "indoors": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "industry": {"his - man": -0.03466995531439676, "his": 0.26875879762366767, "man": 0.3034287529380644}, "ineffective": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "inertia": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "inevitably": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "infects": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "infiltrates": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "infinitely": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "inflammatory": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "inflict": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "influenced": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "informal": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "information": {"his - man": -0.013475743818057773, "his": 0.2792409542249158, "man": 0.29271669804297357}, "inherently": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "injured": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "injuries": {"his - man": -0.14698715639255566, "his": 0.277219433480371, "man": 0.42420658987292664}, "injury": {"his - man": -0.15886350506982977, "his": 0.24225108942201368, "man": 0.40111459449184345}, "ink": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "inmates": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "innovator": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "innumerably": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "inoculated": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "insect": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "inside": {"his - man": -0.09329036703482779, "his": 0.3315727306463931, "man": 0.4248630976812209}, "inspiring": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "instability": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "instead": {"his - man": -0.09664546931647994, "his": 0.3024427560584787, "man": 0.39908822537495864}, "instigation": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "instincts": {"his - man": -0.03240794777037537, "his": 0.30601442023554437, "man": 0.33842236800591974}, "institutes": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "institution": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "institutional": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "institutions": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "instruments": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "insular": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "intellectual": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "intelligence": {"his - man": -0.03439479775609294, "his": 0.27324495010796984, "man": 0.3076397478640628}, "intense": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "intensely": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "intensity": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "intentions": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "interaction": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "interactions": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "interest": {"his - man": -0.08806485940708642, "his": 0.2781953231227214, "man": 0.3662601825298078}, "interested": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "interesting": {"his - man": -0.08615892034125722, "his": 0.29729565757311877, "man": 0.383454577914376}, "interior": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "internet": {"his - man": -0.03409204920521114, "his": 0.2781953231227214, "man": 0.3122873723279325}, "interrogating": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "interrupted": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "intervene": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "interview": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "into": {"his - man": -0.056974525744730276, "his": 0.3502991098648016, "man": 0.4072736356095319}, "introduce": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "introducing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "introduction": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "invades": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "invented": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "inventor": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "investigates": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "investigation": {"his - man": -0.011911290000837571, "his": 0.31146969894424825, "man": 0.3233809889450858}, "investigators": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "inviting": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "invocation": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "involvement": {"his - man": -0.06245668556864398, "his": 0.26092430337644185, "man": 0.3233809889450858}, "involves": {"his - man": -0.1167702838771309, "his": 0.31694061999072276, "man": 0.43371090386785366}, "ionigeria": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "iron": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "irony": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "is": {"his - man": -0.0740928518968228, "his": 0.3236557603187377, "man": 0.3977486122155605}, "isn": {"his - man": -0.08977383104430803, "his": 0.2608634586693646, "man": 0.35063728971367264}, "isolation": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "israel": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "issue": {"his - man": -0.0889468163890395, "his": 0.2571412853266111, "man": 0.34608810171565063}, "it": {"his - man": -0.07979217654271742, "his": 0.33426550345770545, "man": 0.41405768000042287}, "items": {"his - man": -0.08417397450112069, "his": 0.31694061999072276, "man": 0.40111459449184345}, "its": {"his - man": -0.04053906912656002, "his": 0.3270274309127672, "man": 0.3675665000393272}, "itself": {"his - man": -0.08171572995464371, "his": 0.348604149387541, "man": 0.4303198793421847}, "iv": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "j": {"his - man": -0.0836013904903094, "his": 0.31798384978359495, "man": 0.40158524027390435}, "jabroni": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "jack": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "jaded": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "james": {"his - man": -0.11597225244302378, "his": 0.26092430337644185, "man": 0.37689655581946563}, "japanese": {"his - man": -0.03492247434308915, "his": 0.2646525991610589, "man": 0.299575073504148}, "jayson": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "jazz": {"his - man": -0.11094781383498434, "his": 0.19669193402907845, "man": 0.3076397478640628}, "jeff": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "jelly": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "jerusalem": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "jesus": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "job": {"his - man": -0.04666092449873399, "his": 0.3321445745671022, "man": 0.3788054990658362}, "jobs": {"his - man": -0.08688895572431338, "his": 0.29000760009515225, "man": 0.37689655581946563}, "jodrell": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "joe": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "joel": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "johannes": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "john": {"his - man": -0.03555695427048039, "his": 0.3184975236970695, "man": 0.3540544779675499}, "johnson": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "joined": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "joking": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "jordan": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "jordon": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "journal": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "journalism": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "journey": {"his - man": -0.09949713082898715, "his": 0.3052763629300758, "man": 0.40477349375906296}, "joyfully": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "judging": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "july": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "jumping": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "june": {"his - man": -0.09522556270227922, "his": 0.3148355185232827, "man": 0.4100610812255619}, "junior": {"his - man": -0.10925052651212919, "his": 0.21413046243295664, "man": 0.3233809889450858}, "just": {"his - man": -0.06883634464861138, "his": 0.34828573713975125, "man": 0.41712208178836263}, "justify": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "kana": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "kang": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "karaoke": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "kato": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "katoare": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "keen": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "kei": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "kenya": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "kenzo": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "kept": {"his - man": -0.08806485940708642, "his": 0.2781953231227214, "man": 0.3662601825298078}, "key": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "keynote": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "khone": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "killed": {"his - man": -0.03240794777037537, "his": 0.30601442023554437, "man": 0.33842236800591974}, "killer": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "killers": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "kim": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "kind": {"his - man": -0.08164097004797377, "his": 0.3286152199581385, "man": 0.4102561900061123}, "kingdom": {"his - man": -0.08417397450112069, "his": 0.31694061999072276, "man": 0.40111459449184345}, "klaxons": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "km": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "knew": {"his - man": -0.04985458304468143, "his": 0.3079019637817704, "man": 0.35775654682645186}, "knicks": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "knocking": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "knocks": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "knott": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "know": {"his - man": -0.047971422262235386, "his": 0.3256033970485733, "man": 0.37357481931080866}, "knowing": {"his - man": -0.11819216963738227, "his": 0.30601442023554437, "man": 0.42420658987292664}, "knowledge": {"his - man": -0.06542685687521738, "his": 0.31146969894424825, "man": 0.37689655581946563}, "known": {"his - man": -0.03859855873197837, "his": 0.34431255282332907, "man": 0.38291111155530744}, "knows": {"his - man": -0.08528105156277987, "his": 0.30601442023554437, "man": 0.39129547179832425}, "kong": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "korean": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "kourou": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "krauts": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "kurono": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "l": {"his - man": -0.03409204920521114, "his": 0.2781953231227214, "man": 0.3122873723279325}, "laboratory": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "lack": {"his - man": -0.011911290000837571, "his": 0.31146969894424825, "man": 0.3233809889450858}, "ladder": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "lady": {"his - man": -0.12024858991096005, "his": 0.29000760009515225, "man": 0.4102561900061123}, "lagos": {"his - man": -0.1566411352784996, "his": 0.25778680431756285, "man": 0.41442793959606244}, "laid": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "lamborghini": {"his - man": -0.10989092609611503, "his": 0.20759058985548443, "man": 0.31748151595159946}, "laments": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "lamppost": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "land": {"his - man": -0.096323447845728, "his": 0.30526179242817636, "man": 0.40158524027390435}, "large": {"his - man": -0.11045049853385724, "his": 0.20183687379407528, "man": 0.3122873723279325}, "larger": {"his - man": -0.11597225244302378, "his": 0.26092430337644185, "man": 0.37689655581946563}, "lassitude": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "last": {"his - man": -0.09084227172378767, "his": 0.32831510824720644, "man": 0.4191573799709941}, "late": {"his - man": 0.03145307272333692, "his": 0.3274725911341891, "man": 0.29601951841085217}, "later": {"his - man": -0.05885332374896035, "his": 0.3501729329040362, "man": 0.4090262566529966}, "lateral": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "latitude": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "launch": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "launched": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "law": {"his - man": -0.03686878158398563, "his": 0.2333438228756264, "man": 0.27021260445961204}, "layoff": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "lead": {"his - man": -0.06304353014475872, "his": 0.3314335033910327, "man": 0.39447703353579144}, "leaders": {"his - man": -0.1184381997484393, "his": 0.23931834707801256, "man": 0.35775654682645186}, "leadership": {"his - man": -0.12236807122263949, "his": 0.27324495010796984, "man": 0.3956130213306093}, "leading": {"his - man": -0.09795806195520473, "his": 0.3186538089869826, "man": 0.4166118709421873}, "leads": {"his - man": -0.08528105156277987, "his": 0.30601442023554437, "man": 0.39129547179832425}, "league": {"his - man": -0.08528105156277987, "his": 0.30601442023554437, "man": 0.39129547179832425}, "leaky": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "leaning": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "learn": {"his - man": -0.11735029673122427, "his": 0.24890988579858353, "man": 0.3662601825298078}, "least": {"his - man": -0.08389887352902503, "his": 0.3151893518459336, "man": 0.39908822537495864}, "leave": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "leaving": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "lebron": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "led": {"his - man": -0.04952178085312525, "his": 0.3122781412574042, "man": 0.36179992211052947}, "leeratanakajornthe": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "left": {"his - man": -0.07513147686448973, "his": 0.33389477978850685, "man": 0.4090262566529966}, "legal": {"his - man": -0.08688895572431338, "his": 0.29000760009515225, "man": 0.37689655581946563}, "legend": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "legendary": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "legs": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "lemony": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "length": {"his - man": -0.06480076892739339, "his": 0.3186538089869826, "man": 0.383454577914376}, "less": {"his - man": -0.07330525783629549, "his": 0.27871395972073165, "man": 0.35201921755702714}, "let": {"his - man": -0.03856168162286283, "his": 0.31505915132696094, "man": 0.35362083294982377}, "letter": {"his - man": -0.06792060042843445, "his": 0.2827166892852382, "man": 0.35063728971367264}, "level": {"his - man": 0.003914818186664559, "his": 0.29354583195932804, "man": 0.2896310137726635}, "li": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "librarians": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "libraries": {"his - man": -0.06337748652934899, "his": 0.24890988579858353, "man": 0.3122873723279325}, "library": {"his - man": -0.0654859287758314, "his": 0.2212480823743244, "man": 0.2867340111501558}, "license": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "life": {"his - man": -0.09343071338104891, "his": 0.34918615321223756, "man": 0.4426168665932865}, "lifelong": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "lifted": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "light": {"his - man": -0.03337338884993357, "his": 0.29000760009515225, "man": 0.3233809889450858}, "lights": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "like": {"his - man": -0.06840357346860254, "his": 0.35229970666665317, "man": 0.4207032801352557}, "likely": {"his - man": -0.08613282664069771, "his": 0.2849875809691552, "man": 0.37112040760985293}, "likes": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "line": {"his - man": -0.1184381997484393, "his": 0.23931834707801256, "man": 0.35775654682645186}, "lineman": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "linemen": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "lingering": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "linked": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "lipgloss": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "listening": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "lit": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "literary": {"his - man": -0.09949713082898715, "his": 0.3052763629300758, "man": 0.40477349375906296}, "literature": {"his - man": -0.06480076892739339, "his": 0.3186538089869826, "man": 0.383454577914376}, "little": {"his - man": -0.0766374251777523, "his": 0.319367369443316, "man": 0.3960047946210683}, "liu": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "live": {"his - man": -0.12174577356492272, "his": 0.2781953231227214, "man": 0.3999410966876441}, "lived": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "liverpool": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "lives": {"his - man": -0.03337338884993357, "his": 0.29000760009515225, "man": 0.3233809889450858}, "living": {"his - man": -0.10989092609611503, "his": 0.20759058985548443, "man": 0.31748151595159946}, "ll": {"his - man": -0.07443010247116683, "his": 0.3084810090841406, "man": 0.38291111155530744}, "loads": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "lobes": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "local": {"his - man": -0.09802497934539217, "his": 0.2903090687781627, "man": 0.3883340481235549}, "logged": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "logical": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "logistical": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "lone": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "long": {"his - man": -0.039351251585729274, "his": 0.33427978660549246, "man": 0.37363103819122173}, "longer": {"his - man": -0.03409204920521114, "his": 0.2781953231227214, "man": 0.3122873723279325}, "longing": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "look": {"his - man": -0.039464214115024765, "his": 0.33277959104963095, "man": 0.3722438051646557}, "lookalites": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "looked": {"his - man": -0.06792060042843445, "his": 0.2827166892852382, "man": 0.35063728971367264}, "looking": {"his - man": -0.10501908266125698, "his": 0.310029905078553, "man": 0.41504898773980997}, "looks": {"his - man": -0.0659656337825339, "his": 0.3052763629300758, "man": 0.3712419967126097}, "loop": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "loose": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "looting": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "lore": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "lorentzian": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "los": {"his - man": -0.01291880442848764, "his": 0.2905099485095768, "man": 0.3034287529380644}, "lose": {"his - man": -0.08615892034125722, "his": 0.29729565757311877, "man": 0.383454577914376}, "losing": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "lost": {"his - man": -0.08258849009137281, "his": 0.3274725911341891, "man": 0.4100610812255619}, "lot": {"his - man": -0.028205392780624616, "his": 0.34061620583923313, "man": 0.36882159861985775}, "lots": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "lotus": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "lou": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "loudly": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "lounging": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "love": {"his - man": -0.10090432638236702, "his": 0.32791918993107155, "man": 0.42882351631343857}, "loved": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "lovely": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "lover": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "loves": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "low": {"his - man": 0.0036794750471195736, "his": 0.2876820494645667, "man": 0.28400257441744714}, "lower": {"his - man": -0.0647217939974436, "his": 0.23129772441340857, "man": 0.29601951841085217}, "lowest": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "lucky": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "lucrative": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "lunch": {"his - man": -0.10925052651212919, "his": 0.21413046243295664, "man": 0.3233809889450858}, "lung": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "lurked": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "lyric": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "lyrics": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "m": {"his - man": -0.06706386952628912, "his": 0.33834953380410515, "man": 0.4054134033303943}, "machines": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "mackay": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "mad": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "made": {"his - man": -0.02917686199677111, "his": 0.34531110047760427, "man": 0.3744879624743754}, "magazine": {"his - man": -0.04874556063608576, "his": 0.32249643607652395, "man": 0.3712419967126097}, "magi": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "magic": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "magical": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "mails": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "main": {"his - man": 0.01892245019292149, "his": 0.3184975236970695, "man": 0.299575073504148}, "mainstream": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "maivia": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "major": {"his - man": -0.023722420579317227, "his": 0.31798384978359495, "man": 0.3417062703629122}, "make": {"his - man": -0.06122236029491296, "his": 0.3599965212269165, "man": 0.42121888152182946}, "makes": {"his - man": -0.05070301946028338, "his": 0.29675867786849, "man": 0.34746169732877336}, "making": {"his - man": 0.018527781278020572, "his": 0.30526179242817636, "man": 0.2867340111501558}, "malaise": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "malaria": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "malformed": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "malignant": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "malik": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "malindi": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "man": {"his - man": -0.1788070054440436, "his": 0.3807166517271624, "man": 0.559523657171206}, "manage": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "management": {"his - man": -0.06245668556864398, "his": 0.26092430337644185, "man": 0.3233809889450858}, "manager": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "manages": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "manipulate": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "manufactured": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "manufacturing": {"his - man": -0.11045049853385724, "his": 0.20183687379407528, "man": 0.3122873723279325}, "manuscript": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "many": {"his - man": -0.05597476591260164, "his": 0.3607297046550637, "man": 0.41670447056766535}, "marathon": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "march": {"his - man": -0.09723844339658061, "his": 0.29723859013921083, "man": 0.39447703353579144}, "mark": {"his - man": -0.08227705768253901, "his": 0.32249643607652395, "man": 0.40477349375906296}, "markers": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "market": {"his - man": -0.09043993711371845, "his": 0.25405380456650983, "man": 0.3444937416802283}, "marketing": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "married": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "marvell": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "masaru": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "masks": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "master": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "masterpiece": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "math": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "matter": {"his - man": -0.0659656337825339, "his": 0.3052763629300758, "man": 0.3712419967126097}, "matters": {"his - man": -0.06245668556864398, "his": 0.26092430337644185, "man": 0.3233809889450858}, "maximum": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "may": {"his - man": -0.0745734883650126, "his": 0.33522559380700506, "man": 0.40979908217201766}, "maybe": {"his - man": -0.03466995531439676, "his": 0.26875879762366767, "man": 0.3034287529380644}, "mayhem": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "mayonnaise": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "mcavennie": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "mcdonalds": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "mckenzie": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "mcnamara": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "me": {"his - man": -0.05990774553412653, "his": 0.320892072075147, "man": 0.3807998176092735}, "mean": {"his - man": -0.09949713082898715, "his": 0.3052763629300758, "man": 0.40477349375906296}, "meaning": {"his - man": -0.11931621336906856, "his": 0.29729565757311877, "man": 0.4166118709421873}, "means": {"his - man": -0.09802497934539217, "his": 0.2903090687781627, "man": 0.3883340481235549}, "meant": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "meanwhile": {"his - man": -0.08615892034125722, "his": 0.29729565757311877, "man": 0.383454577914376}, "measure": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "measures": {"his - man": -0.06245668556864398, "his": 0.26092430337644185, "man": 0.3233809889450858}, "mechanism": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "media": {"his - man": -0.10406546162538632, "his": 0.2647561369944714, "man": 0.36882159861985775}, "median": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "meditates": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "megabox": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "meltdown": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "members": {"his - man": -0.12109313362881607, "his": 0.21549527130611462, "man": 0.3365884049349307}, "memories": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "memory": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "men": {"his - man": -0.10612606035535732, "his": 0.30105820273885364, "man": 0.40718426309421096}, "menace": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "mercy": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "mere": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "message": {"his - man": -0.08417397450112069, "his": 0.31694061999072276, "man": 0.40111459449184345}, "met": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "metaphysical": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "methods": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "miami": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "michael": {"his - man": -0.08806485940708642, "his": 0.2781953231227214, "man": 0.3662601825298078}, "michelle": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "mid": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "middle": {"his - man": -0.0659656337825339, "his": 0.3052763629300758, "man": 0.3712419967126097}, "midnight": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "might": {"his - man": -0.08443907505496795, "his": 0.35348765838662316, "man": 0.4379267334415911}, "mighty": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "mile": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "miles": {"his - man": -0.10989092609611503, "his": 0.20759058985548443, "man": 0.31748151595159946}, "military": {"his - man": -0.0889977492027842, "his": 0.26875879762366767, "man": 0.35775654682645186}, "million": {"his - man": -0.06924609979868457, "his": 0.26734230513624613, "man": 0.3365884049349307}, "mind": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "mini": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "minimize": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "minimum": {"his - man": -0.10925052651212919, "his": 0.21413046243295664, "man": 0.3233809889450858}, "minister": {"his - man": -0.014207248011808171, "his": 0.2647561369944714, "man": 0.2789633850062796}, "ministers": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "ministry": {"his - man": -0.06294676926486337, "his": 0.2545347466867361, "man": 0.31748151595159946}, "minute": {"his - man": -0.06850098180111441, "his": 0.27599275987911387, "man": 0.3444937416802283}, "minutes": {"his - man": 0.01881600011243051, "his": 0.3148355185232827, "man": 0.29601951841085217}, "mip": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "mirror": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "mirrors": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "misconduct": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "misdemeanors": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "misery": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "misreading": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "miss": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "missiles": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "missing": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "mission": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "missionary": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "missions": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "missteps": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "misted": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "misunderstand": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "mitchell": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "mla": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "mobile": {"his - man": -0.08528105156277987, "his": 0.30601442023554437, "man": 0.39129547179832425}, "model": {"his - man": -0.09102444268390392, "his": 0.24805277628876504, "man": 0.33907721897266896}, "moderates": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "modern": {"his - man": -0.08470114200232698, "his": 0.30763538323435763, "man": 0.3923365252366846}, "modernism": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "modernist": {"his - man": -0.08528105156277987, "his": 0.30601442023554437, "man": 0.39129547179832425}, "modified": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "mom": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "moment": {"his - man": -0.0659656337825339, "his": 0.3052763629300758, "man": 0.3712419967126097}, "moments": {"his - man": -0.14535895039347146, "his": 0.2883519534743822, "man": 0.43371090386785366}, "mona": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "monday": {"his - man": -0.03409204920521114, "his": 0.2781953231227214, "man": 0.3122873723279325}, "money": {"his - man": -0.11890798824912027, "his": 0.23514648971842964, "man": 0.3540544779675499}, "monitoring": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "monk": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "monologue": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "month": {"his - man": -0.09043993711371845, "his": 0.25405380456650983, "man": 0.3444937416802283}, "moon": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "more": {"his - man": -0.0795520217141053, "his": 0.3252154410983093, "man": 0.4047674628124146}, "morning": {"his - man": -0.06988224363938, "his": 0.259940876591415, "man": 0.329823120230795}, "mortality": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "most": {"his - man": -0.08353055276157145, "his": 0.34724300671709857, "man": 0.43077355947867}, "mother": {"his - man": -0.0889977492027842, "his": 0.26875879762366767, "man": 0.35775654682645186}, "motivational": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "mounded": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "mourning": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "mouth": {"his - man": -0.03240794777037537, "his": 0.30601442023554437, "man": 0.33842236800591974}, "move": {"his - man": -0.04952178085312525, "his": 0.3122781412574042, "man": 0.36179992211052947}, "movement": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "movements": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "moves": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "movie": {"his - man": -0.06968022259607176, "his": 0.26229297233708204, "man": 0.3319731949331538}, "moving": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "mr": {"his - man": -0.1273443919403237, "his": 0.2827166892852382, "man": 0.4100610812255619}, "mrs": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "much": {"his - man": -0.04737123731182735, "his": 0.3424149568785081, "man": 0.38978619419033544}, "multifaceted": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "multiplies": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "multitude": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "murdoch": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "muschamp": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "mushroom": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "music": {"his - man": -0.052494087037582016, "his": 0.27329691830602004, "man": 0.32579100534360206}, "must": {"his - man": -0.096323447845728, "his": 0.30526179242817636, "man": 0.40158524027390435}, "mustard": {"his - man": -0.1566411352784996, "his": 0.25778680431756285, "man": 0.41442793959606244}, "mutants": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "mvp": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "my": {"his - man": -0.07365385160063043, "his": 0.28984077621639326, "man": 0.3634946278170237}, "myself": {"his - man": -0.03409204920521114, "his": 0.2781953231227214, "man": 0.3122873723279325}, "myspace": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "mysterious": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "mystery": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "mystic": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "nailed": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "name": {"his - man": 0.03138275455110906, "his": 0.3240994525940826, "man": 0.29271669804297357}, "named": {"his - man": -0.06542685687521738, "his": 0.31146969894424825, "man": 0.37689655581946563}, "naming": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "nancy": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "narrates": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "narrative": {"his - man": -0.06245668556864398, "his": 0.26092430337644185, "man": 0.3233809889450858}, "nasa": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "nation": {"his - man": -0.06337748652934899, "his": 0.24890988579858353, "man": 0.3122873723279325}, "nations": {"his - man": -0.08688895572431338, "his": 0.29000760009515225, "man": 0.37689655581946563}, "naturally": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "nature": {"his - man": -0.08688895572431338, "his": 0.29000760009515225, "man": 0.37689655581946563}, "nba": {"his - man": -0.08806485940708642, "his": 0.2781953231227214, "man": 0.3662601825298078}, "nearer": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "nearing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "nearly": {"his - man": -0.01291880442848764, "his": 0.2905099485095768, "man": 0.3034287529380644}, "necessarily": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "necessary": {"his - man": -0.06836836604125102, "his": 0.3315727306463931, "man": 0.3999410966876441}, "neck": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "need": {"his - man": -0.09826470747099403, "his": 0.2881909356429434, "man": 0.38645564311393743}, "needed": {"his - man": -0.08806485940708642, "his": 0.2781953231227214, "man": 0.3662601825298078}, "needs": {"his - man": -0.10708013522187615, "his": 0.32249643607652395, "man": 0.4295765712984001}, "negated": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "neglect": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "neighbourhood": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "nervous": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "nestings": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "nestled": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "netanyahu": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "never": {"his - man": -0.047691405460944136, "his": 0.31894018534357266, "man": 0.3666315908045168}, "new": {"his - man": -0.03481326568076659, "his": 0.344930766921041, "man": 0.3797440326018076}, "newly": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "news": {"his - man": -0.11234575774708211, "his": 0.2799907674896025, "man": 0.3923365252366846}, "newspapers": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "next": {"his - man": -0.038686096419565885, "his": 0.31333312113746126, "man": 0.35201921755702714}, "nfl": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "nhai": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "nicely": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "nigeria": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "night": {"his - man": -0.06304353014475872, "his": 0.3314335033910327, "man": 0.39447703353579144}, "nightclubs": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "nightingales": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "nihilist": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "nike": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "nine": {"his - man": -0.03337338884993357, "his": 0.29000760009515225, "man": 0.3233809889450858}, "nineteenth": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "ninjas": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "nishi": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "no": {"his - man": -0.01831107533586851, "his": 0.3534483284299688, "man": 0.3717594037658373}, "nobel": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "nobody": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "noise": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "noisy": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "non": {"his - man": 0.0034650469772619097, "his": 0.2824284319835415, "man": 0.2789633850062796}, "none": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "normal": {"his - man": -0.03240794777037537, "his": 0.30601442023554437, "man": 0.33842236800591974}, "norton": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "not": {"his - man": -0.03550867128421781, "his": 0.35499398871430904, "man": 0.39050265999852685}, "notable": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "nothing": {"his - man": -0.08556798345787003, "his": 0.2905282441468826, "man": 0.37609622760475264}, "noticeably": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "novemberat": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "now": {"his - man": -0.09488375348054767, "his": 0.3471083467603963, "man": 0.441992100240944}, "nuclear": {"his - man": -0.06850098180111441, "his": 0.27599275987911387, "man": 0.3444937416802283}, "nude": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "nukes": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "number": {"his - man": -0.0244748213473438, "his": 0.3053482988834512, "man": 0.329823120230795}, "numerically": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "obama": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "objects": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "observations": {"his - man": -0.11597225244302378, "his": 0.26092430337644185, "man": 0.37689655581946563}, "observatory": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "observed": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "observer": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "observing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "obstructing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "obtained": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "occur": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "occurrence": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "oddly": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "ode": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "odor": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "of": {"his - man": -0.06468421728715029, "his": 0.28660051960037536, "man": 0.35128473688752565}, "off": {"his - man": -0.07754272030519771, "his": 0.3106076010814351, "man": 0.3881503213866328}, "offender": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "offense": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "offensive": {"his - man": -0.11792244519697118, "his": 0.2438774769135583, "man": 0.36179992211052947}, "offered": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "office": {"his - man": -0.08283585930503129, "his": 0.3171052373826128, "man": 0.3999410966876441}, "officer": {"his - man": -0.08855497200255963, "his": 0.27324495010796984, "man": 0.36179992211052947}, "officers": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "offices": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "offseason": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "often": {"his - man": -0.024732802604748416, "his": 0.30105820273885364, "man": 0.32579100534360206}, "oh": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "oladipo": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "old": {"his - man": -0.07316113151733045, "his": 0.321315902018461, "man": 0.39447703353579144}, "older": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "omnipresent": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "on": {"his - man": -0.07170803453665009, "his": 0.34159620874850105, "man": 0.41330424328515114}, "once": {"his - man": -0.05555258702982829, "his": 0.32097739058165153, "man": 0.3765299776114798}, "one": {"his - man": -0.07506671256523567, "his": 0.3777564573312579, "man": 0.45282316989649357}, "ones": {"his - man": -0.08751534708859388, "his": 0.28372664962401584, "man": 0.3712419967126097}, "oni": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "onions": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "online": {"his - man": -0.08525966710650817, "his": 0.29354583195932804, "man": 0.3788054990658362}, "only": {"his - man": -0.09039847394083184, "his": 0.317542499333092, "man": 0.4079409732739238}, "onto": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "open": {"his - man": -0.05835104093929899, "his": 0.3151893518459336, "man": 0.3735403927852326}, "opening": {"his - man": -0.06480076892739339, "his": 0.3186538089869826, "man": 0.383454577914376}, "operating": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "operations": {"his - man": -0.162766093386509, "his": 0.21413046243295664, "man": 0.37689655581946563}, "opinions": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "opportunities": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "opportunity": {"his - man": -0.011574461549159976, "his": 0.3186538089869826, "man": 0.33022827053614257}, "opposing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "opposite": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "or": {"his - man": -0.09272680433783065, "his": 0.335559894048463, "man": 0.42828669838629363}, "orbit": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "order": {"his - man": -0.024194755216703223, "his": 0.310029905078553, "man": 0.3342246602952562}, "ordered": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "orderly": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "organisation": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "organization": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "organizations": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "organs": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "oriental": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "original": {"his - man": -0.0659656337825339, "his": 0.3052763629300758, "man": 0.3712419967126097}, "origins": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "orlean": {"his - man": -0.11217727893340271, "his": 0.18384223947744946, "man": 0.29601951841085217}, "oscars": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "other": {"his - man": -0.08107466014147041, "his": 0.37233993177035424, "man": 0.45341459191182465}, "others": {"his - man": -0.0710976367267539, "his": 0.3024427560584787, "man": 0.3735403927852326}, "our": {"his - man": -0.05433432312893144, "his": 0.33792993426364387, "man": 0.3922642573925753}, "out": {"his - man": -0.05620341743049129, "his": 0.3650972531026267, "man": 0.421300670533118}, "outbreak": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "outcome": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "outlandish": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "outlets": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "outrage": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "outright": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "outside": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "ovarian": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "over": {"his - man": -0.036733703139317786, "his": 0.3489194832464014, "man": 0.38565318638571916}, "overall": {"his - man": -0.011911290000837571, "his": 0.31146969894424825, "man": 0.3233809889450858}, "overcame": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "overestimate": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "overlap": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "oversee": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "overseeing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "oversight": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "overturned": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "owi": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "own": {"his - man": -0.039590713856697324, "his": 0.3550130323527673, "man": 0.39460374620946465}, "owner": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "p": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "pace": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "paced": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "pacers": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "pacing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "pack": {"his - man": -0.01330282912561398, "his": 0.2827166892852382, "man": 0.29601951841085217}, "page": {"his - man": -0.08378621417157234, "his": 0.3079019637817704, "man": 0.39168817795334276}, "pages": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "paint": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "pair": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "pamphlet": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "pandemic": {"his - man": -0.06542685687521738, "his": 0.31146969894424825, "man": 0.37689655581946563}, "pandemonium": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "panic": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "paper": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "paradigmatic": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "parents": {"his - man": -0.06337748652934899, "his": 0.24890988579858353, "man": 0.3122873723279325}, "park": {"his - man": -0.06376227095050449, "his": 0.2438774769135583, "man": 0.3076397478640628}, "part": {"his - man": -0.039115565318011525, "his": 0.3374144122934683, "man": 0.3765299776114798}, "particularly": {"his - man": -0.10067620757291157, "his": 0.29493681375769776, "man": 0.3956130213306093}, "partners": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "parts": {"his - man": -0.06245668556864398, "his": 0.26092430337644185, "man": 0.3233809889450858}, "party": {"his - man": -0.08457847087551323, "his": 0.30019614912155457, "man": 0.3847746199970678}, "partying": {"his - man": -0.1566411352784996, "his": 0.25778680431756285, "man": 0.41442793959606244}, "passenger": {"his - man": -0.03240794777037537, "his": 0.30601442023554437, "man": 0.33842236800591974}, "passengers": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "passions": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "past": {"his - man": 0.0316029121581044, "his": 0.33503166509616883, "man": 0.3034287529380644}, "pastimes": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "pastor": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "pastors": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "pathological": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "patients": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "pattern": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "paul": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "pay": {"his - man": -0.06643949843551256, "his": 0.29982068409429524, "man": 0.3662601825298078}, "payment": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "peace": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "peaches": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "peak": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "peer": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "pekes": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "pelicans": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "pellage": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "pensioners": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "people": {"his - man": -0.0939022953921334, "his": 0.3305280650779519, "man": 0.4244303604700853}, "per": {"his - man": -0.06792060042843445, "his": 0.2827166892852382, "man": 0.35063728971367264}, "perceptions": {"his - man": -0.08417397450112069, "his": 0.31694061999072276, "man": 0.40111459449184345}, "perfect": {"his - man": -0.12174577356492272, "his": 0.2781953231227214, "man": 0.3999410966876441}, "perfecting": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "performance": {"his - man": 0.004638393393341433, "his": 0.3122781412574042, "man": 0.3076397478640628}, "performer": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "perhaps": {"his - man": -0.02295306264527186, "his": 0.33110141532227805, "man": 0.3540544779675499}, "perimeter": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "period": {"his - man": -0.06376227095050449, "his": 0.2438774769135583, "man": 0.3076397478640628}, "perm": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "perplexing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "persecution": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "person": {"his - man": -0.10890819059511997, "his": 0.3079019637817704, "man": 0.4168101543768904}, "persona": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "personal": {"his - man": -0.0947703360149153, "his": 0.31241392707929566, "man": 0.40718426309421096}, "personality": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "personally": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "perspective": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "pet": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "petrol": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "phosphorus": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "photo": {"his - man": -0.01246668823363728, "his": 0.29982068409429524, "man": 0.3122873723279325}, "physical": {"his - man": -0.08615892034125722, "his": 0.29729565757311877, "man": 0.383454577914376}, "physically": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "pick": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "picked": {"his - man": -0.06542685687521738, "his": 0.31146969894424825, "man": 0.37689655581946563}, "picture": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "pie": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "piece": {"his - man": -0.16046751912108, "his": 0.23082795267724424, "man": 0.39129547179832425}, "pieces": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "pierzchalski": {"his - man": -0.11045049853385724, "his": 0.20183687379407528, "man": 0.3122873723279325}, "pillars": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "pimply": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "pin": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "pioneer": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "pioneering": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "pistons": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "pithy": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "pits": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "place": {"his - man": -0.033787494618400415, "his": 0.3568423183562224, "man": 0.3906298129746228}, "placed": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "planets": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "planned": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "plans": {"his - man": -0.10925052651212919, "his": 0.21413046243295664, "man": 0.3233809889450858}, "platform": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "play": {"his - man": -0.11613924254433211, "his": 0.3290752197301635, "man": 0.4452144622744956}, "played": {"his - man": -0.022476968722672408, "his": 0.33932295338785706, "man": 0.36179992211052947}, "player": {"his - man": -0.08556798345787003, "his": 0.2905282441468826, "man": 0.37609622760475264}, "players": {"his - man": -0.05117802621602957, "his": 0.2905282441468826, "man": 0.3417062703629122}, "playing": {"his - man": -0.0889977492027842, "his": 0.26875879762366767, "man": 0.35775654682645186}, "playmakers": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "playmaking": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "playoff": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "playoffs": {"his - man": -0.08528105156277987, "his": 0.30601442023554437, "man": 0.39129547179832425}, "plays": {"his - man": -0.10540685356879187, "his": 0.33571104886060626, "man": 0.44111790242939813}, "playwright": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "plco": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "plot": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "plucked": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "plus": {"his - man": -0.08688895572431338, "his": 0.29000760009515225, "man": 0.37689655581946563}, "pocket": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "podcasts": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "poem": {"his - man": -0.06643949843551256, "his": 0.29982068409429524, "man": 0.3662601825298078}, "poems": {"his - man": -0.07242524298276687, "his": 0.2881909356429434, "man": 0.36061617862571027}, "poet": {"his - man": -0.10012041259334886, "his": 0.29982068409429524, "man": 0.3999410966876441}, "poetic": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "poetry": {"his - man": -0.08378621417157234, "his": 0.3079019637817704, "man": 0.39168817795334276}, "poets": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "point": {"his - man": -0.0025632596020335185, "his": 0.33651395937063544, "man": 0.33907721897266896}, "points": {"his - man": -0.10135704062703443, "his": 0.33932295338785706, "man": 0.4406799940148915}, "poised": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "poison": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "polarization": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "pole": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "police": {"his - man": -0.11593687583980905, "his": 0.31143187428060454, "man": 0.4273687501204136}, "policy": {"his - man": -0.03337338884993357, "his": 0.29000760009515225, "man": 0.3233809889450858}, "political": {"his - man": -0.07007548401726649, "his": 0.25768960285188947, "man": 0.32776508686915595}, "politicians": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "politics": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "pollicles": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "pollination": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "polyphonic": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "pong": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "poor": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "poorer": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "pops": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "popular": {"his - man": -0.013638253893549612, "his": 0.27599275987911387, "man": 0.2896310137726635}, "portal": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "portion": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "portrait": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "posing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "position": {"his - man": -0.10890819059511997, "his": 0.3079019637817704, "man": 0.4168101543768904}, "positions": {"his - man": -0.06294676926486337, "his": 0.2545347466867361, "man": 0.31748151595159946}, "possessing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "possible": {"his - man": -0.06245668556864398, "his": 0.26092430337644185, "man": 0.3233809889450858}, "possibly": {"his - man": -0.08615892034125722, "his": 0.29729565757311877, "man": 0.383454577914376}, "possum": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "post": {"his - man": 0.004817865054680293, "his": 0.3171052373826128, "man": 0.3122873723279325}, "potential": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "potentially": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "pound": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "pounds": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "power": {"his - man": -0.10831649360541734, "his": 0.3279606672040272, "man": 0.43627716080944456}, "powerful": {"his - man": -0.08688895572431338, "his": 0.29000760009515225, "man": 0.37689655581946563}, "practical": {"his - man": -0.06405047575153605, "his": 0.3272449960467882, "man": 0.39129547179832425}, "practice": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "practicing": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "practitioner": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "pray": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "prayer": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "praying": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "preach": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "preaching": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "precepts": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "precious": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "predict": {"his - man": -0.03240794777037537, "his": 0.30601442023554437, "man": 0.33842236800591974}, "predictability": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "preference": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "preliminary": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "preludes": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "prepare": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "prescription": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "presence": {"his - man": -0.08227705768253901, "his": 0.32249643607652395, "man": 0.40477349375906296}, "presented": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "presidency": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "president": {"his - man": -0.09074106209004396, "his": 0.2509652082728682, "man": 0.3417062703629122}, "press": {"his - man": -0.08615892034125722, "his": 0.29729565757311877, "man": 0.383454577914376}, "pretend": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "prevalence": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "prevent": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "prevented": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "preventing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "previous": {"his - man": -0.035801771190389964, "his": 0.3148355185232827, "man": 0.35063728971367264}, "previously": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "price": {"his - man": -0.08977383104430803, "his": 0.2608634586693646, "man": 0.35063728971367264}, "prime": {"his - man": -0.03337338884993357, "his": 0.29000760009515225, "man": 0.3233809889450858}, "printed": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "prioritize": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "prize": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "probably": {"his - man": -0.049154945147194984, "his": 0.3171052373826128, "man": 0.3662601825298078}, "probe": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "problem": {"his - man": -0.05811237782115769, "his": 0.31798384978359495, "man": 0.37609622760475264}, "problems": {"his - man": -0.10281273918672235, "his": 0.27599275987911387, "man": 0.3788054990658362}, "process": {"his - man": -0.04851059181119377, "his": 0.3084810090841406, "man": 0.3569916008953344}, "produced": {"his - man": -0.03492247434308915, "his": 0.2646525991610589, "man": 0.299575073504148}, "production": {"his - man": -0.03714962280742712, "his": 0.2948235721257267, "man": 0.3319731949331538}, "products": {"his - man": -0.11597225244302378, "his": 0.26092430337644185, "man": 0.37689655581946563}, "professional": {"his - man": -0.03337338884993357, "his": 0.29000760009515225, "man": 0.3233809889450858}, "professionally": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "professionals": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "program": {"his - man": -0.04874556063608576, "his": 0.32249643607652395, "man": 0.3712419967126097}, "programme": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "progress": {"his - man": -0.09696159382613845, "his": 0.3272449960467882, "man": 0.42420658987292664}, "progresses": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "progression": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "project": {"his - man": -0.03663446291419026, "his": 0.3024427560584787, "man": 0.33907721897266896}, "projecting": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "prompt": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "properly": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "properties": {"his - man": -0.10925052651212919, "his": 0.21413046243295664, "man": 0.3233809889450858}, "props": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "prose": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "prostate": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "prostatic": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "protect": {"his - man": -0.11511300134512958, "his": 0.2683415765692464, "man": 0.383454577914376}, "protecting": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "protection": {"his - man": -0.11511300134512958, "his": 0.2683415765692464, "man": 0.383454577914376}, "protections": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "protective": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "protectors": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "proud": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "prove": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "provide": {"his - man": -0.062320084722234215, "his": 0.33926515555167014, "man": 0.40158524027390435}, "providing": {"his - man": -0.11511300134512958, "his": 0.2683415765692464, "man": 0.383454577914376}, "provocative": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "proxy": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "prudence": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "prufrock": {"his - man": -0.07026071995070199, "his": 0.25553028539290007, "man": 0.32579100534360206}, "psychologically": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "public": {"his - man": -0.10412700798072927, "his": 0.30545393020212297, "man": 0.40958093818285224}, "publication": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "published": {"his - man": -0.06922404291949724, "his": 0.3224641350338455, "man": 0.39168817795334276}, "publisher": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "pull": {"his - man": -0.08615892034125722, "his": 0.29729565757311877, "man": 0.383454577914376}, "pulled": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "pulse": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "punching": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "pupils": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "put": {"his - man": -0.09932652965580963, "his": 0.34031283844891724, "man": 0.43963936810472687}, "putnam": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "puts": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "putting": {"his - man": -0.11819216963738227, "his": 0.30601442023554437, "man": 0.42420658987292664}, "qaeda": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "qualified": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "quality": {"his - man": -0.06442858378571839, "his": 0.23514648971842964, "man": 0.299575073504148}, "quarantine": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "quarantined": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "quarterback": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "quartet": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "quartets": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "quest": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "question": {"his - man": -0.023164698579483556, "his": 0.3274725911341891, "man": 0.35063728971367264}, "questions": {"his - man": -0.09043993711371845, "his": 0.25405380456650983, "man": 0.3444937416802283}, "quick": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "quicker": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "quickly": {"his - man": -0.03375486632758362, "his": 0.28372664962401584, "man": 0.31748151595159946}, "quite": {"his - man": -0.012702934106365027, "his": 0.29493681375769776, "man": 0.3076397478640628}, "quotes": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "race": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "racist": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "radio": {"his - man": -0.06294676926486337, "his": 0.2545347466867361, "man": 0.31748151595159946}, "radioactive": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "radios": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "radius": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "raf": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "rage": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "raging": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "raise": {"his - man": -0.01246668823363728, "his": 0.29982068409429524, "man": 0.3122873723279325}, "raising": {"his - man": -0.08417397450112069, "his": 0.31694061999072276, "man": 0.40111459449184345}, "rallied": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "range": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "ranked": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "rate": {"his - man": -0.03409204920521114, "his": 0.2781953231227214, "man": 0.3122873723279325}, "rates": {"his - man": -0.10925052651212919, "his": 0.21413046243295664, "man": 0.3233809889450858}, "rather": {"his - man": -0.09598144241981754, "his": 0.3082503044939569, "man": 0.40423174691377445}, "re": {"his - man": -0.02572527765637944, "his": 0.33892583857429454, "man": 0.364651116230674}, "reached": {"his - man": -0.06337748652934899, "his": 0.24890988579858353, "man": 0.3122873723279325}, "reaches": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "reaction": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "reactions": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "read": {"his - man": -0.08294905898251431, "his": 0.3240994525940826, "man": 0.40704851157659694}, "reader": {"his - man": -0.011177371959131543, "his": 0.3272449960467882, "man": 0.33842236800591974}, "readers": {"his - man": -0.1167702838771309, "his": 0.31694061999072276, "man": 0.43371090386785366}, "reading": {"his - man": -0.09170256140888688, "his": 0.3386173179332978, "man": 0.4303198793421847}, "ready": {"his - man": -0.0659656337825339, "his": 0.3052763629300758, "man": 0.3712419967126097}, "real": {"his - man": -0.11593687583980905, "his": 0.31143187428060454, "man": 0.4273687501204136}, "realisation": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "realise": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "reality": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "realize": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "realizes": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "really": {"his - man": -0.08014555432392817, "his": 0.33768369172965956, "man": 0.41782924605358773}, "reason": {"his - man": -0.06643949843551256, "his": 0.29982068409429524, "man": 0.3662601825298078}, "reassuring": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "reawakens": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "rebounding": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "rebounds": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "rebuilding": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "rebuilt": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "recall": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "receive": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "received": {"his - man": -0.06337748652934899, "his": 0.24890988579858353, "man": 0.3122873723279325}, "recently": {"his - man": -0.06876393337668796, "his": 0.2729423369862242, "man": 0.3417062703629122}, "recognised": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "recognizing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "record": {"his - man": -0.06542685687521738, "his": 0.31146969894424825, "man": 0.37689655581946563}, "records": {"his - man": -0.06724659831687507, "his": 0.2905099485095768, "man": 0.35775654682645186}, "recreate": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "red": {"his - man": -0.06245668556864398, "his": 0.26092430337644185, "man": 0.3233809889450858}, "redshirt": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "reduction": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "reeled": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "references": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "referential": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "reflecting": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "reflection": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "reflects": {"his - man": -0.1167702838771309, "his": 0.31694061999072276, "man": 0.43371090386785366}, "refusal": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "refused": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "regard": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "regarded": {"his - man": -0.08417397450112069, "his": 0.31694061999072276, "man": 0.40111459449184345}, "regret": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "regrets": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "reimagined": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "reinventing": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "relations": {"his - man": -0.08457847087551323, "his": 0.30019614912155457, "man": 0.3847746199970678}, "relationships": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "reliable": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "relies": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "religious": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "rely": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "rem": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "remain": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "remaining": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "remarkable": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "remember": {"his - man": -0.04874556063608576, "his": 0.32249643607652395, "man": 0.3712419967126097}, "remembered": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "reminded": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "reminders": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "remiss": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "removed": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "removing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "renal": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "repeat": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "repeatedly": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "report": {"his - man": -0.03628460872769068, "his": 0.24267877627858891, "man": 0.2789633850062796}, "reporters": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "represent": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "representation": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "represents": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "repressed": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "republican": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "reputation": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "request": {"his - man": -0.01220515302152364, "his": 0.3052763629300758, "man": 0.31748151595159946}, "requests": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "requirements": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "requires": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "research": {"his - man": -0.07043862739614576, "his": 0.2534552000567769, "man": 0.32389382745292267}, "researched": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "resection": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "resolution": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "resolve": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "resources": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "respect": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "respectful": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "respective": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "respectively": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "response": {"his - man": -0.03439479775609294, "his": 0.27324495010796984, "man": 0.3076397478640628}, "responsible": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "rest": {"his - man": -0.011911290000837571, "his": 0.31146969894424825, "man": 0.3233809889450858}, "restaurant": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "restrict": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "restrictions": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "result": {"his - man": -0.06686310835283171, "his": 0.29493681375769776, "man": 0.36179992211052947}, "retailers": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "retention": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "retrieved": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "return": {"his - man": -0.03529241179260634, "his": 0.3224641350338455, "man": 0.35775654682645186}, "returnees": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "returning": {"his - man": -0.09795806195520473, "his": 0.3186538089869826, "man": 0.4166118709421873}, "returns": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "reveals": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "reverie": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "review": {"his - man": 0.004473210843705999, "his": 0.3079019637817704, "man": 0.3034287529380644}, "reviewed": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "revoked": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "revolving": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "reward": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "rhapsody": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "rhetoric": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "rhodes": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "rich": {"his - man": -0.10989092609611503, "his": 0.20759058985548443, "man": 0.31748151595159946}, "ride": {"his - man": -0.06411040586005187, "his": 0.23931834707801256, "man": 0.3034287529380644}, "ridiculous": {"his - man": -0.1566411352784996, "his": 0.25778680431756285, "man": 0.41442793959606244}, "right": {"his - man": -0.056254539266850145, "his": 0.3594403557182695, "man": 0.41569489498511963}, "ring": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "rippling": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "risk": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "risky": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "road": {"his - man": -0.051982427443551305, "his": 0.2799907674896025, "man": 0.3319731949331538}, "roads": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "robbery": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "rock": {"his - man": -0.11597225244302378, "his": 0.26092430337644185, "man": 0.37689655581946563}, "rocket": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "rockets": {"his - man": -0.12246409344241554, "his": 0.3186538089869826, "man": 0.44111790242939813}, "rocky": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "rogers": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "role": {"his - man": -0.08328564006878092, "his": 0.32094610684499353, "man": 0.40423174691377445}, "roles": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "rolled": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "romantic": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "roof": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "rookie": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "room": {"his - man": -0.09795806195520473, "his": 0.3186538089869826, "man": 0.4166118709421873}, "rooms": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "roots": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "rothschild": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "rouhani": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "roy": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "rss": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "rule": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "rules": {"his - man": -0.06542685687521738, "his": 0.31146969894424825, "man": 0.37689655581946563}, "run": {"his - man": -0.06922404291949724, "his": 0.3224641350338455, "man": 0.39168817795334276}, "rupert": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "rushing": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "russell": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "russians": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "ryan": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "s": {"his - man": -0.08102378105021807, "his": 0.34200742718758603, "man": 0.4230312082378041}, "sabonis": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "sadarius": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "safe": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "safely": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "safestyle": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "safety": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "saftar": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "said": {"his - man": -0.05595054552723028, "his": 0.306792366825237, "man": 0.36274291235246725}, "salt": {"his - man": -0.1566411352784996, "his": 0.25778680431756285, "man": 0.41442793959606244}, "salvages": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "same": {"his - man": -0.09197794664040887, "his": 0.3382742146797844, "man": 0.4302521613201933}, "san": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "sanctify": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "satan": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "satellites": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "satirical": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "saturday": {"his - man": -0.06686310835283171, "his": 0.29493681375769776, "man": 0.36179992211052947}, "saudi": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "save": {"his - man": -0.03337338884993357, "his": 0.29000760009515225, "man": 0.3233809889450858}, "saved": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "saving": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "saw": {"his - man": -0.06624447944216344, "his": 0.34670610697721654, "man": 0.41295058641938}, "say": {"his - man": -0.08560371869286387, "his": 0.31333312113746126, "man": 0.39893683983032513}, "says": {"his - man": -0.012702934106365027, "his": 0.29493681375769776, "man": 0.3076397478640628}, "scandal": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "scared": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "scheduled": {"his - man": -0.03240794777037537, "his": 0.30601442023554437, "man": 0.33842236800591974}, "scholarly": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "scholarship": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "school": {"his - man": -0.08389887352902503, "his": 0.3151893518459336, "man": 0.39908822537495864}, "science": {"his - man": -0.06924609979868457, "his": 0.26734230513624613, "man": 0.3365884049349307}, "scientific": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "scientist": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "scope": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "score": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "scorer": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "scoresby": {"his - man": -0.10925052651212919, "his": 0.21413046243295664, "man": 0.3233809889450858}, "scoring": {"his - man": -0.08615892034125722, "his": 0.29729565757311877, "man": 0.383454577914376}, "scripture": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "scrubs": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "scrutiny": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "sculpt": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "se": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "sea": {"his - man": -0.06411040586005187, "his": 0.23931834707801256, "man": 0.3034287529380644}, "search": {"his - man": -0.09302996578208655, "his": 0.22727622784398854, "man": 0.3203061936260751}, "season": {"his - man": -0.08951165655062476, "his": 0.2617869055780552, "man": 0.35129856212867994}, "seasons": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "sec": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "second": {"his - man": -0.06085759626235582, "his": 0.3285167533690366, "man": 0.3893743496313924}, "secondary": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "secret": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "sectarian": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "sections": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "security": {"his - man": -0.03409204920521114, "his": 0.2781953231227214, "man": 0.3122873723279325}, "see": {"his - man": -0.06110444420774136, "his": 0.325851622235204, "man": 0.38695606644294533}, "seed": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "seeding": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "seeing": {"his - man": -0.0659656337825339, "his": 0.3052763629300758, "man": 0.3712419967126097}, "seeking": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "seem": {"his - man": -0.09480387272415036, "his": 0.3184975236970695, "man": 0.4133013964212199}, "seemed": {"his - man": -0.01246668823363728, "his": 0.29982068409429524, "man": 0.3122873723279325}, "seemingly": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "seems": {"his - man": -0.09102444268390392, "his": 0.24805277628876504, "man": 0.33907721897266896}, "seen": {"his - man": -0.024337811698796175, "his": 0.30763538323435763, "man": 0.3319731949331538}, "seinfeld": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "selecting": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "self": {"his - man": -0.08417397450112069, "his": 0.31694061999072276, "man": 0.40111459449184345}, "senior": {"his - man": -0.011177371959131543, "his": 0.3272449960467882, "man": 0.33842236800591974}, "seniors": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "sense": {"his - man": -0.08164097004797377, "his": 0.3286152199581385, "man": 0.4102561900061123}, "sensitive": {"his - man": -0.14933188662967045, "his": 0.26092430337644185, "man": 0.4102561900061123}, "sent": {"his - man": -0.03409204920521114, "his": 0.2781953231227214, "man": 0.3122873723279325}, "separate": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "sept": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "series": {"his - man": -0.02835737612473238, "his": 0.3382742146797844, "man": 0.3666315908045168}, "seriously": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "sermon": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "servants": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "serve": {"his - man": -0.08751534708859388, "his": 0.28372664962401584, "man": 0.3712419967126097}, "served": {"his - man": -0.14827029437294093, "his": 0.2683415765692464, "man": 0.4166118709421873}, "server": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "service": {"his - man": 0.0036794750471195736, "his": 0.2876820494645667, "man": 0.28400257441744714}, "serving": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "set": {"his - man": -0.012499908829542938, "his": 0.32920636153336924, "man": 0.3417062703629122}, "setting": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "seven": {"his - man": 0.005234231013052704, "his": 0.3286152199581385, "man": 0.3233809889450858}, "seventeenth": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "several": {"his - man": -0.037388095228825025, "his": 0.3314335033910327, "man": 0.36882159861985775}, "severe": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "severely": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "sex": {"his - man": -0.1566411352784996, "his": 0.25778680431756285, "man": 0.41442793959606244}, "sexual": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "shade": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "shades": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "shadow": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "shadows": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "shakespeare": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "shall": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "share": {"his - man": 0.0050149201249244935, "his": 0.32249643607652395, "man": 0.31748151595159946}, "shared": {"his - man": -0.03375486632758362, "his": 0.28372664962401584, "man": 0.31748151595159946}, "sharing": {"his - man": -0.03337338884993357, "his": 0.29000760009515225, "man": 0.3233809889450858}, "shawn": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "she": {"his - man": -0.06697368982666527, "his": 0.214262476899613, "man": 0.28123616672627827}, "sheath": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "shelves": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "shepherd": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "sherlock": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "shift": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "shine": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "shining": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "shintao": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "shinto": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "ship": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "shock": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "shocked": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "shocking": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "shoes": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "shopping": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "short": {"his - man": -0.056992137035341284, "his": 0.33110141532227805, "man": 0.38809355235761933}, "shot": {"his - man": -0.03529241179260634, "his": 0.3224641350338455, "man": 0.35775654682645186}, "shots": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "should": {"his - man": -0.08662232162803613, "his": 0.30400749134658667, "man": 0.3906298129746228}, "shoved": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "show": {"his - man": -0.07467637173959557, "his": 0.3382742146797844, "man": 0.41295058641938}, "showcase": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "showed": {"his - man": -0.0659656337825339, "his": 0.3052763629300758, "man": 0.3712419967126097}, "showing": {"his - man": -0.049154945147194984, "his": 0.3171052373826128, "man": 0.3662601825298078}, "shown": {"his - man": -0.09878649106186405, "his": 0.31146969894424825, "man": 0.4102561900061123}, "shut": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "sick": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "side": {"his - man": -0.02336224473469073, "his": 0.3240994525940826, "man": 0.34746169732877336}, "sight": {"his - man": -0.1167702838771309, "his": 0.31694061999072276, "man": 0.43371090386785366}, "signal": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "signals": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "signed": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "significant": {"his - man": -0.06993910147378513, "his": 0.3148355185232827, "man": 0.3847746199970678}, "significantly": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "silence": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "silent": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "simeon": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "similar": {"his - man": -0.08806485940708642, "his": 0.2781953231227214, "man": 0.3662601825298078}, "similarities": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "simmons": {"his - man": -0.08528105156277987, "his": 0.30601442023554437, "man": 0.39129547179832425}, "since": {"his - man": -0.06731434582355672, "his": 0.3516184360303637, "man": 0.4189327818539204}, "sinful": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "sing": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "singing": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "single": {"his - man": -0.12780755735168114, "his": 0.2792409542249158, "man": 0.40704851157659694}, "singleton": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "sirens": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "sitting": {"his - man": -0.08528105156277987, "his": 0.30601442023554437, "man": 0.39129547179832425}, "situation": {"his - man": -0.05835104093929899, "his": 0.3151893518459336, "man": 0.3735403927852326}, "six": {"his - man": 0.01881600011243051, "his": 0.3148355185232827, "man": 0.29601951841085217}, "sixers": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "sixth": {"his - man": -0.14827029437294093, "his": 0.2683415765692464, "man": 0.4166118709421873}, "size": {"his - man": -0.11597225244302378, "his": 0.26092430337644185, "man": 0.37689655581946563}, "sjoberg": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "skins": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "sky": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "skyplussed": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "skyward": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "slab": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "slammed": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "slideshare": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "slight": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "slightly": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "slow": {"his - man": -0.06542685687521738, "his": 0.31146969894424825, "man": 0.37689655581946563}, "slurring": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "small": {"his - man": -0.06686310835283171, "his": 0.29493681375769776, "man": 0.36179992211052947}, "smell": {"his - man": -0.11735029673122427, "his": 0.24890988579858353, "man": 0.3662601825298078}, "smitten": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "smoke": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "smoked": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "smooth": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "snicket": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "so": {"his - man": -0.05826418504206837, "his": 0.3380893791889249, "man": 0.39635356423099327}, "soccer": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "social": {"his - man": -0.06686310835283171, "his": 0.29493681375769776, "man": 0.36179992211052947}, "society": {"his - man": -0.1229293803296751, "his": 0.26875879762366767, "man": 0.39168817795334276}, "soft": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "solar": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "solidarity": {"his - man": -0.10925052651212919, "his": 0.21413046243295664, "man": 0.3233809889450858}, "some": {"his - man": -0.0590939292284966, "his": 0.36897954412225664, "man": 0.42807347335075324}, "someone": {"his - man": -0.06480076892739339, "his": 0.3186538089869826, "man": 0.383454577914376}, "something": {"his - man": -0.08494350150401425, "his": 0.3053482988834512, "man": 0.39029180038746547}, "sometimes": {"his - man": 0.004638393393341433, "his": 0.3122781412574042, "man": 0.3076397478640628}, "song": {"his - man": -0.08525966710650817, "his": 0.29354583195932804, "man": 0.3788054990658362}, "soon": {"his - man": -0.08457847087551323, "his": 0.30019614912155457, "man": 0.3847746199970678}, "sophomores": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "sorry": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "sort": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "sounds": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "source": {"his - man": -0.01246668823363728, "his": 0.29982068409429524, "man": 0.3122873723279325}, "sources": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "south": {"his - man": -0.12434640601120894, "his": 0.2573431392306099, "man": 0.38168954524181886}, "southern": {"his - man": -0.06294676926486337, "his": 0.2545347466867361, "man": 0.31748151595159946}, "soviet": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "space": {"his - man": -0.0710976367267539, "his": 0.3024427560584787, "man": 0.3735403927852326}, "spaceport": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "sparks": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "speak": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "speaker": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "speaking": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "spearmint": {"his - man": -0.11511300134512958, "his": 0.2683415765692464, "man": 0.383454577914376}, "spears": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "special": {"his - man": -0.05044114059211807, "his": 0.30019614912155457, "man": 0.35063728971367264}, "specific": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "speech": {"his - man": -0.08419857867357133, "his": 0.303894973684048, "man": 0.38809355235761933}, "speed": {"his - man": -0.11511300134512958, "his": 0.2683415765692464, "man": 0.383454577914376}, "spellbound": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "spend": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "spending": {"his - man": -0.11819216963738227, "his": 0.30601442023554437, "man": 0.42420658987292664}, "spent": {"his - man": -0.07025767096121432, "his": 0.31143187428060454, "man": 0.38168954524181886}, "sphere": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "spirit": {"his - man": -0.05044114059211807, "his": 0.30019614912155457, "man": 0.35063728971367264}, "spiritual": {"his - man": -0.08615892034125722, "his": 0.29729565757311877, "man": 0.383454577914376}, "spiritually": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "sports": {"his - man": -0.16046751912108, "his": 0.23082795267724424, "man": 0.39129547179832425}, "spot": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "spots": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "spring": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "spurrier": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "squad": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "squid": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "stability": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "stacking": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "stacks": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "stadler": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "staff": {"his - man": -0.08528105156277987, "his": 0.30601442023554437, "man": 0.39129547179832425}, "stage": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "stand": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "standard": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "standing": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "standings": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "standoffs": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "stanley": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "staple": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "star": {"his - man": -0.09522556270227922, "his": 0.3148355185232827, "man": 0.4100610812255619}, "stars": {"his - man": -0.06294676926486337, "his": 0.2545347466867361, "man": 0.31748151595159946}, "start": {"his - man": -0.1329806057325788, "his": 0.31143187428060454, "man": 0.44441248001318334}, "started": {"his - man": -0.02336224473469073, "his": 0.3240994525940826, "man": 0.34746169732877336}, "starter": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "starting": {"his - man": -0.08177848928072157, "his": 0.33503166509616883, "man": 0.4168101543768904}, "starts": {"his - man": -0.06542685687521738, "his": 0.31146969894424825, "man": 0.37689655581946563}, "state": {"his - man": -0.05180186739531961, "his": 0.2667887203852272, "man": 0.31859058778054683}, "stated": {"his - man": -0.08615892034125722, "his": 0.29729565757311877, "man": 0.383454577914376}, "statement": {"his - man": -0.06245668556864398, "his": 0.26092430337644185, "man": 0.3233809889450858}, "states": {"his - man": 0.031186777428486467, "his": 0.3151893518459336, "man": 0.28400257441744714}, "station": {"his - man": -0.14739543707489428, "his": 0.27324495010796984, "man": 0.4206403871828641}, "statistics": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "statue": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "stay": {"his - man": -0.10163635271462185, "his": 0.2864571996429975, "man": 0.38809355235761933}, "stayed": {"his - man": -0.03240794777037537, "his": 0.30601442023554437, "man": 0.33842236800591974}, "steadfast": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "steadiness": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "steal": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "step": {"his - man": -0.08539744037508379, "his": 0.30105820273885364, "man": 0.38645564311393743}, "stephen": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "stepped": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "stepping": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "steve": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "steven": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "stevens": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "still": {"his - man": -0.08650974486339086, "his": 0.32056944242160135, "man": 0.4070791872849922}, "sting": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "stings": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "stint": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "stipe": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "stockpiling": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "stomach": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "stone": {"his - man": -0.10989092609611503, "his": 0.20759058985548443, "man": 0.31748151595159946}, "stoned": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "stools": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "stop": {"his - man": -0.1329806057325788, "his": 0.31143187428060454, "man": 0.44441248001318334}, "stopped": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "stories": {"his - man": -0.04874556063608576, "his": 0.32249643607652395, "man": 0.3712419967126097}, "story": {"his - man": -0.035156059741487555, "his": 0.2608634586693646, "man": 0.29601951841085217}, "stout": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "straight": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "straughn": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "streak": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "stream": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "street": {"his - man": -0.06686310835283171, "his": 0.29493681375769776, "man": 0.36179992211052947}, "streets": {"his - man": -0.03375486632758362, "his": 0.28372664962401584, "man": 0.31748151595159946}, "strength": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "strengthened": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "strengths": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "stricken": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "strike": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "striker": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "striking": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "stroke": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "strong": {"his - man": -0.10315389061852842, "his": 0.2729423369862242, "man": 0.37609622760475264}, "struck": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "structure": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "struggles": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "stuck": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "student": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "students": {"his - man": -0.06759727832455242, "his": 0.2864571996429975, "man": 0.3540544779675499}, "studied": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "studies": {"his - man": -0.06724659831687507, "his": 0.2905099485095768, "man": 0.35775654682645186}, "study": {"his - man": -0.09043993711371845, "his": 0.25405380456650983, "man": 0.3444937416802283}, "sturridge": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "style": {"his - man": -0.03393604532336747, "his": 0.34296051049609816, "man": 0.37689655581946563}, "subdued": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "subject": {"his - man": -0.04952178085312525, "his": 0.3122781412574042, "man": 0.36179992211052947}, "subjected": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "submission": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "submitting": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "subtrigonal": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "subversive": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "subway": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "success": {"his - man": -0.04874556063608576, "his": 0.32249643607652395, "man": 0.3712419967126097}, "successful": {"his - man": -0.06480076892739339, "his": 0.3186538089869826, "man": 0.383454577914376}, "succession": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "such": {"his - man": -0.05143561646338657, "his": 0.35929851058290657, "man": 0.41073412704629314}, "suddenly": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "suffering": {"his - man": -0.06405047575153605, "his": 0.3272449960467882, "man": 0.39129547179832425}, "suggest": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "suggested": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "suicide": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "suited": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "sullivan": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "summerville": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "summie": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "sunday": {"his - man": -0.011911290000837571, "his": 0.31146969894424825, "man": 0.3233809889450858}, "super": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "superb": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "superstar": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "supply": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "support": {"his - man": -0.05342704967598372, "his": 0.3456611756989749, "man": 0.39908822537495864}, "supporters": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "supportive": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "supposed": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "sure": {"his - man": -0.028502897796008897, "his": 0.3360369496371372, "man": 0.3645398474331461}, "surface": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "surgeon": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "surpassed": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "surrounds": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "survive": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "survivors": {"his - man": -0.10925052651212919, "his": 0.21413046243295664, "man": 0.3233809889450858}, "susan": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "suspect": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "suspected": {"his - man": -0.11670725002587362, "his": 0.2545347466867361, "man": 0.3712419967126097}, "suspects": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "swamps": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "sweeney": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "sweet": {"his - man": -0.08615892034125722, "his": 0.29729565757311877, "man": 0.383454577914376}, "symbolists": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "syrian": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "system": {"his - man": -0.10869246554937051, "his": 0.3386173179332978, "man": 0.4473097834826683}, "t": {"his - man": -0.05852578632561489, "his": 0.34638345322592956, "man": 0.40490923955154445}, "table": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "tables": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "tackle": {"his - man": -0.06245668556864398, "his": 0.26092430337644185, "man": 0.3233809889450858}, "take": {"his - man": -0.014230020242310626, "his": 0.31632504574832065, "man": 0.3305550659906313}, "taken": {"his - man": -0.0755499474751658, "his": 0.32986345585522847, "man": 0.4054134033303943}, "takes": {"his - man": -0.08688895572431338, "his": 0.29000760009515225, "man": 0.37689655581946563}, "takeshi": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "taking": {"his - man": -0.06346930249506244, "his": 0.32682249789240303, "man": 0.39029180038746547}, "talent": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "talented": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "talk": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "talking": {"his - man": -0.06686310835283171, "his": 0.29493681375769776, "man": 0.36179992211052947}, "tamsulosin": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "targets": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "task": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "tasked": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "tasks": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "taste": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "tatum": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "taxi": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "taxis": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "teach": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "teacher": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "teachers": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "teaching": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "team": {"his - man": -0.013782322875654951, "his": 0.30482313408061507, "man": 0.31860545695627}, "teammates": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "teams": {"his - man": -0.07055519457187931, "his": 0.3082503044939569, "man": 0.3788054990658362}, "tear": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "technical": {"his - man": -0.03337338884993357, "his": 0.29000760009515225, "man": 0.3233809889450858}, "technique": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "techniques": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "technology": {"his - man": 0.004041979825516406, "his": 0.29675867786849, "man": 0.29271669804297357}, "teenaged": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "telekinesis": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "telescope": {"his - man": -0.11792244519697118, "his": 0.2438774769135583, "man": 0.36179992211052947}, "television": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "tell": {"his - man": 0.004473210843705999, "his": 0.3079019637817704, "man": 0.3034287529380644}, "telly": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "temperament": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "tempted": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "tend": {"his - man": -0.03240794777037537, "his": 0.30601442023554437, "man": 0.33842236800591974}, "tends": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "term": {"his - man": -0.08419857867357133, "his": 0.303894973684048, "man": 0.38809355235761933}, "terms": {"his - man": -0.06294676926486337, "his": 0.2545347466867361, "man": 0.31748151595159946}, "terrible": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "terrifying": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "test": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "testing": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "text": {"his - man": -0.03337338884993357, "his": 0.29000760009515225, "man": 0.3233809889450858}, "texts": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "than": {"his - man": -0.07168520718335164, "his": 0.33000322215350053, "man": 0.40168842933685217}, "thanapob": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "thank": {"his - man": -0.03375486632758362, "his": 0.28372664962401584, "man": 0.31748151595159946}, "thanks": {"his - man": -0.06759727832455242, "his": 0.2864571996429975, "man": 0.3540544779675499}, "that": {"his - man": -0.08839479454973426, "his": 0.3196370494312882, "man": 0.40803184398102244}, "thatch": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "the": {"his - man": -0.08383039182360719, "his": 0.22577581404710395, "man": 0.30960620587071114}, "theatre": {"his - man": -0.11511300134512958, "his": 0.2683415765692464, "man": 0.383454577914376}, "their": {"his - man": -0.07160222791274279, "his": 0.3456257890335945, "man": 0.41722801694633727}, "them": {"his - man": -0.047993963636258685, "his": 0.3554446438597931, "man": 0.40343860749605176}, "themselves": {"his - man": -0.06959602866054981, "his": 0.3184975236970695, "man": 0.38809355235761933}, "then": {"his - man": -0.038360650397913865, "his": 0.3752530334555529, "man": 0.41361368385346675}, "theories": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "theorised": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "theory": {"his - man": -0.011177371959131543, "his": 0.3272449960467882, "man": 0.33842236800591974}, "there": {"his - man": -0.056758138310287365, "his": 0.3595603972682, "man": 0.41631853557848736}, "therefore": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "these": {"his - man": -0.05259754144004186, "his": 0.3508410660560099, "man": 0.40343860749605176}, "they": {"his - man": -0.07049380989278592, "his": 0.3279088321100296, "man": 0.3984026420028155}, "thing": {"his - man": -0.10586749759442693, "his": 0.30315875905856965, "man": 0.4090262566529966}, "things": {"his - man": -0.04587895168237355, "his": 0.3599965212269165, "man": 0.40587547290929005}, "think": {"his - man": -0.07884935621143058, "his": 0.325851622235204, "man": 0.40470097844663455}, "thinking": {"his - man": -0.08164097004797377, "his": 0.3286152199581385, "man": 0.4102561900061123}, "thinks": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "third": {"his - man": -0.0866408233149143, "his": 0.2799907674896025, "man": 0.3666315908045168}, "thirty": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "this": {"his - man": -0.05668252719571426, "his": 0.37383902969408817, "man": 0.4305215568898024}, "those": {"his - man": -0.07343194575671097, "his": 0.3138349972857401, "man": 0.3872669430424511}, "though": {"his - man": 0.005819191249147371, "his": 0.32612538487522247, "man": 0.3203061936260751}, "thought": {"his - man": -0.11189820012837515, "his": 0.3144983368623206, "man": 0.42639653699069574}, "thoughts": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "thousand": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "threads": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "three": {"his - man": -0.05569150375322085, "his": 0.319367369443316, "man": 0.37505887319653686}, "thrilled": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "thrives": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "through": {"his - man": -0.04629841669204243, "his": 0.3550399531461563, "man": 0.4013383698381987}, "throughout": {"his - man": -0.05730202886287872, "his": 0.3274725911341891, "man": 0.3847746199970678}, "throw": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "throws": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "thunder": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "thursday": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "thwarted": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "tien": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "tight": {"his - man": -0.15886350506982977, "his": 0.24225108942201368, "man": 0.40111459449184345}, "tile": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "tim": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "time": {"his - man": -0.08985198391478988, "his": 0.3823231454513738, "man": 0.4721751293661637}, "times": {"his - man": -0.024194755216703223, "his": 0.310029905078553, "man": 0.3342246602952562}, "timothy": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "tinned": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "tired": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "titled": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "to": {"his - man": -0.07292390382042796, "his": 0.29178229423378793, "man": 0.3647061980542159}, "today": {"his - man": -0.051395169508102245, "his": 0.2876820494645667, "man": 0.33907721897266896}, "together": {"his - man": -0.019496018590459407, "his": 0.3540443741947732, "man": 0.3735403927852326}, "toiled": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "told": {"his - man": -0.0645549482094448, "his": 0.31505915132696094, "man": 0.37961409953640574}, "tone": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "tongue": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "tonkotsu": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "too": {"his - man": -0.03946288821045402, "his": 0.3025984671288764, "man": 0.3420613553393304}, "took": {"his - man": -0.07261447304300117, "his": 0.2861551268900425, "man": 0.3587695999330437}, "top": {"his - man": -0.024972254276538375, "his": 0.29709511914241216, "man": 0.32206737341895053}, "torn": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "totaled": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "touch": {"his - man": -0.11819216963738227, "his": 0.30601442023554437, "man": 0.42420658987292664}, "touchstone": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "tough": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "toward": {"his - man": 0.0041766307107024, "his": 0.30019614912155457, "man": 0.29601951841085217}, "towards": {"his - man": -0.06542685687521738, "his": 0.31146969894424825, "man": 0.37689655581946563}, "town": {"his - man": -0.03700059100692854, "his": 0.23124476146370732, "man": 0.26824535247063586}, "toxic": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "toy": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "track": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "tracks": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "trade": {"his - man": -0.08528105156277987, "his": 0.30601442023554437, "man": 0.39129547179832425}, "traded": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "traditional": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "traffic": {"his - man": -0.12024858991096005, "his": 0.29000760009515225, "man": 0.4102561900061123}, "trail": {"his - man": -0.03337338884993357, "his": 0.29000760009515225, "man": 0.3233809889450858}, "train": {"his - man": -0.11819216963738227, "his": 0.30601442023554437, "man": 0.42420658987292664}, "trainers": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "transcript": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "transfer": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "transgressive": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "transitioned": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "trauma": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "travel": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "treasury": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "treat": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "treated": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "treatment": {"his - man": -0.0654859287758314, "his": 0.2212480823743244, "man": 0.2867340111501558}, "tremble": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "trey": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "tried": {"his - man": 0.03138275455110906, "his": 0.3240994525940826, "man": 0.29271669804297357}, "tries": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "trigger": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "trips": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "trivia": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "troops": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "tropics": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "truck": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "trucks": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "true": {"his - man": -0.05730202886287872, "his": 0.3274725911341891, "man": 0.3847746199970678}, "truly": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "trump": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "trust": {"his - man": -0.01220515302152364, "his": 0.3052763629300758, "man": 0.31748151595159946}, "truth": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "try": {"his - man": -0.056992137035341284, "his": 0.33110141532227805, "man": 0.38809355235761933}, "trying": {"his - man": -0.023722420579317227, "his": 0.31798384978359495, "man": 0.3417062703629122}, "tugged": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "tumultuous": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "tuned": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "turbulence": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "turn": {"his - man": -0.0688173921070786, "his": 0.3267956292235307, "man": 0.3956130213306093}, "turned": {"his - man": -0.12430020836832428, "his": 0.3052763629300758, "man": 0.4295765712984001}, "turns": {"his - man": -0.11819216963738227, "his": 0.30601442023554437, "man": 0.42420658987292664}, "turp": {"his - man": -0.10925052651212919, "his": 0.21413046243295664, "man": 0.3233809889450858}, "tv": {"his - man": -0.03375486632758362, "his": 0.28372664962401584, "man": 0.31748151595159946}, "tweet": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "twelfth": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "twelve": {"his - man": -0.06294676926486337, "his": 0.2545347466867361, "man": 0.31748151595159946}, "twenty": {"his - man": -0.15886350506982977, "his": 0.24225108942201368, "man": 0.40111459449184345}, "twitter": {"his - man": -0.05160082396577548, "his": 0.2849875809691552, "man": 0.3365884049349307}, "two": {"his - man": -0.09066084369770044, "his": 0.32980631376516983, "man": 0.4204671574628703}, "tyler": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "type": {"his - man": -0.12024858991096005, "his": 0.29000760009515225, "man": 0.4102561900061123}, "typeset": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "typhoon": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "uk": {"his - man": -0.06245668556864398, "his": 0.26092430337644185, "man": 0.3233809889450858}, "ultimately": {"his - man": -0.03240794777037537, "his": 0.30601442023554437, "man": 0.33842236800591974}, "um": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "unabashedly": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "unable": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "unanmed": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "unappreciated": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "unattained": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "unbearded": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "unbiased": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "uncalm": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "uncertainty": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "unclassified": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "uncredited": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "under": {"his - man": -0.10706437165221361, "his": 0.29340954018018217, "man": 0.4004739118323958}, "underarm": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "undercover": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "undergo": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "underground": {"his - man": -0.16046751912108, "his": 0.23082795267724424, "man": 0.39129547179832425}, "undermined": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "underneath": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "underrated": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "understand": {"his - man": -0.03466995531439676, "his": 0.26875879762366767, "man": 0.3034287529380644}, "understanding": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "understood": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "undertake": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "undone": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "unending": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "unfathomable": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "unfold": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "unfortunate": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "uniform": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "union": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "unit": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "unite": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "united": {"his - man": 0.01881600011243051, "his": 0.3148355185232827, "man": 0.29601951841085217}, "unity": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "universal": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "universe": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "unlit": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "unnoticed": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "unproven": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "unrest": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "unruly": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "unsettled": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "unsolved": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "unstated": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "unto": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "unwanted": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "unwritten": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "up": {"his - man": -0.07399254538130184, "his": 0.35469858556108264, "man": 0.4286911309423845}, "upheaval": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "upon": {"his - man": -0.011177371959131543, "his": 0.3272449960467882, "man": 0.33842236800591974}, "urban": {"his - man": -0.08751534708859388, "his": 0.28372664962401584, "man": 0.3712419967126097}, "urolithiasis": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "us": {"his - man": -0.006653585990454625, "his": 0.32600721847497255, "man": 0.3326608044654272}, "use": {"his - man": 0.01759366664654738, "his": 0.27700457870860395, "man": 0.2594109120620566}, "used": {"his - man": -0.00427417357620119, "his": 0.29988467737225627, "man": 0.30415885094845746}, "uses": {"his - man": -0.10012041259334886, "his": 0.29982068409429524, "man": 0.3999410966876441}, "ushering": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "using": {"his - man": -0.07134664746704805, "his": 0.2997737601428049, "man": 0.37112040760985293}, "usually": {"his - man": -0.06294676926486337, "his": 0.2545347466867361, "man": 0.31748151595159946}, "utah": {"his - man": -0.108500776606923, "his": 0.22172749392921956, "man": 0.33022827053614257}, "utter": {"his - man": -0.15886350506982977, "his": 0.24225108942201368, "man": 0.40111459449184345}, "v": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "vale": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "valid": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "valuable": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "value": {"his - man": -0.06245668556864398, "his": 0.26092430337644185, "man": 0.3233809889450858}, "valued": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "vapourised": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "various": {"his - man": -0.06411040586005187, "his": 0.23931834707801256, "man": 0.3034287529380644}, "vast": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "ve": {"his - man": 0.05218451883966191, "his": 0.30694000737060945, "man": 0.25475548853094754}, "vehicle": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "vehicles": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "venezuelans": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "venture": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "versatile": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "verse": {"his - man": -0.10067620757291157, "his": 0.29493681375769776, "man": 0.3956130213306093}, "verumontanum": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "very": {"his - man": -0.031460559479210226, "his": 0.35580638356324085, "man": 0.3872669430424511}, "via": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "vice": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "vicious": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "victims": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "victor": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "video": {"his - man": -0.06294676926486337, "his": 0.2545347466867361, "man": 0.31748151595159946}, "videos": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "view": {"his - man": -0.012702934106365027, "his": 0.29493681375769776, "man": 0.3076397478640628}, "views": {"his - man": -0.03375486632758362, "his": 0.28372664962401584, "man": 0.31748151595159946}, "vigorous": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "villagers": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "violence": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "violent": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "virus": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "visceral": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "vision": {"his - man": -0.08688895572431338, "his": 0.29000760009515225, "man": 0.37689655581946563}, "vlogs": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "voices": {"his - man": -0.03240794777037537, "his": 0.30601442023554437, "man": 0.33842236800591974}, "vote": {"his - man": -0.10925052651212919, "his": 0.21413046243295664, "man": 0.3233809889450858}, "voters": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "vs": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "wade": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "wafa": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "waiter": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "waiting": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "waitress": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "walked": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "walking": {"his - man": -0.03175450699899429, "his": 0.31694061999072276, "man": 0.34869512698971705}, "wall": {"his - man": -0.06442858378571839, "his": 0.23514648971842964, "man": 0.299575073504148}, "want": {"his - man": -0.03755637107435328, "his": 0.3290752197301635, "man": 0.3666315908045168}, "wanted": {"his - man": -0.013117873861150542, "his": 0.2864571996429975, "man": 0.299575073504148}, "wanting": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "wants": {"his - man": -0.01220515302152364, "his": 0.3052763629300758, "man": 0.31748151595159946}, "war": {"his - man": -0.12727235575008386, "his": 0.2333438228756264, "man": 0.36061617862571027}, "warm": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "warmed": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "warning": {"his - man": -0.11314542249281145, "his": 0.17358858865734433, "man": 0.2867340111501558}, "warrant": {"his - man": -0.06649775555578341, "his": 0.20789743566772212, "man": 0.27439519122350553}, "wars": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "wartime": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "was": {"his - man": -0.07901430844969992, "his": 0.3412899897302085, "man": 0.42030429817990844}, "wasn": {"his - man": 0.01881600011243051, "his": 0.3148355185232827, "man": 0.29601951841085217}, "waste": {"his - man": -0.07055519457187931, "his": 0.3082503044939569, "man": 0.3788054990658362}, "watch": {"his - man": -0.16046751912108, "his": 0.23082795267724424, "man": 0.39129547179832425}, "watched": {"his - man": -0.19145981444583998, "his": 0.24225108942201368, "man": 0.43371090386785366}, "watchful": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "watching": {"his - man": -0.06120293452554876, "his": 0.277219433480371, "man": 0.33842236800591974}, "water": {"his - man": 0.01844018164103156, "his": 0.3024427560584787, "man": 0.28400257441744714}, "waterstones": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "wausau": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "wave": {"his - man": -0.12011050088542988, "his": 0.2243832407947984, "man": 0.3444937416802283}, "wavelength": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "waves": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "way": {"his - man": -0.018706883224098136, "his": 0.3535369219405576, "man": 0.3722438051646557}, "ways": {"his - man": -0.08615892034125722, "his": 0.29729565757311877, "man": 0.383454577914376}, "wcc10": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "we": {"his - man": -0.04537936400066028, "his": 0.3293831120913848, "man": 0.3747624760920451}, "weakest": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "wealth": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "weapons": {"his - man": -0.11276264101746125, "his": 0.2883519534743822, "man": 0.40111459449184345}, "weariness": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "wears": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "weaving": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "web": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "webb": {"his - man": -0.1118032014567141, "his": 0.18777187204743392, "man": 0.299575073504148}, "website": {"his - man": -0.08806485940708642, "his": 0.2781953231227214, "man": 0.3662601825298078}, "websites": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "weddings": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "wednesday": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "week": {"his - man": -0.047868917672037714, "his": 0.3166709297611084, "man": 0.3645398474331461}, "weekend": {"his - man": -0.03240794777037537, "his": 0.30601442023554437, "man": 0.33842236800591974}, "weight": {"his - man": -0.012702934106365027, "his": 0.29493681375769776, "man": 0.3076397478640628}, "weirdly": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "well": {"his - man": -0.0020205994695686735, "his": 0.35501470499636345, "man": 0.3570353044659321}, "went": {"his - man": -0.01330282912561398, "his": 0.2827166892852382, "man": 0.29601951841085217}, "were": {"his - man": -0.06387115750435468, "his": 0.32275907899253714, "man": 0.3866302364968918}, "west": {"his - man": -0.03644447793473582, "his": 0.30526179242817636, "man": 0.3417062703629122}, "westbrook": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "western": {"his - man": -0.09878649106186405, "his": 0.31146969894424825, "man": 0.4102561900061123}, "whale": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "what": {"his - man": -0.054227782136162084, "his": 0.33330423905939227, "man": 0.38753202119555435}, "whatever": {"his - man": -0.162766093386509, "his": 0.21413046243295664, "man": 0.37689655581946563}, "when": {"his - man": -0.04573330897669603, "his": 0.34936221752485364, "man": 0.39509552650154967}, "where": {"his - man": -0.07584143580751634, "his": 0.35050141352343445, "man": 0.4263428493309508}, "whether": {"his - man": -0.06946852330078479, "his": 0.2647561369944714, "man": 0.3342246602952562}, "which": {"his - man": -0.07743739681498862, "his": 0.3550805641353377, "man": 0.4325179609503263}, "while": {"his - man": -0.10484136624062612, "his": 0.34994286172485284, "man": 0.45478422796547896}, "whiled": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "whilst": {"his - man": -0.06034317351533486, "his": 0.2883519534743822, "man": 0.34869512698971705}, "whispers": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "white": {"his - man": -0.096323447845728, "his": 0.30526179242817636, "man": 0.40158524027390435}, "who": {"his - man": -0.0672850683541622, "his": 0.3773813167786679, "man": 0.4446663851328301}, "whole": {"his - man": -0.04985458304468143, "his": 0.3079019637817704, "man": 0.35775654682645186}, "whom": {"his - man": -0.11407603831795327, "his": 0.277219433480371, "man": 0.39129547179832425}, "whoop": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "why": {"his - man": -0.09280608996531503, "his": 0.3374144122934683, "man": 0.43022050225878333}, "wide": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "widows": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "wife": {"his - man": 0.005234231013052704, "his": 0.3286152199581385, "man": 0.3233809889450858}, "will": {"his - man": -0.06827309506930629, "his": 0.345386786034438, "man": 0.4136598811037443}, "william": {"his - man": -0.03240794777037537, "his": 0.30601442023554437, "man": 0.33842236800591974}, "willing": {"his - man": -0.1075944153286755, "his": 0.23082795267724424, "man": 0.33842236800591974}, "wilma": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "win": {"his - man": -0.1466677745584995, "his": 0.2781953231227214, "man": 0.4248630976812209}, "window": {"his - man": -0.03337338884993357, "his": 0.29000760009515225, "man": 0.3233809889450858}, "windy": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "wing": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "winked": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "winner": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "winning": {"his - man": -0.0688173921070786, "his": 0.3267956292235307, "man": 0.3956130213306093}, "wins": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "wipe": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "wipes": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "wisdom": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "wise": {"his - man": -0.06405047575153605, "his": 0.3272449960467882, "man": 0.39129547179832425}, "with": {"his - man": -0.06509391597686254, "his": 0.35838769960907507, "man": 0.4234816155859376}, "within": {"his - man": -0.046417458774718534, "his": 0.3352720864671003, "man": 0.38168954524181886}, "without": {"his - man": -0.0755499474751658, "his": 0.32986345585522847, "man": 0.4054134033303943}, "withstood": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "wolford": {"his - man": -0.10925052651212919, "his": 0.21413046243295664, "man": 0.3233809889450858}, "women": {"his - man": -0.07134664746704805, "his": 0.2997737601428049, "man": 0.37112040760985293}, "won": {"his - man": -0.13431024877557313, "his": 0.3024427560584787, "man": 0.43675300483405183}, "wonder": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "wondered": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "word": {"his - man": -0.06649775555578341, "his": 0.20789743566772212, "man": 0.27439519122350553}, "words": {"his - man": -0.06411040586005187, "his": 0.23931834707801256, "man": 0.3034287529380644}, "work": {"his - man": -0.01740275277257719, "his": 0.36955331367036814, "man": 0.38695606644294533}, "worker": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "working": {"his - man": -0.11890798824912027, "his": 0.23514648971842964, "man": 0.3540544779675499}, "works": {"his - man": -0.05785939222084269, "his": 0.32094610684499353, "man": 0.3788054990658362}, "world": {"his - man": -0.08923716701953383, "his": 0.34148189551107966, "man": 0.4307190625306135}, "worried": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "worries": {"his - man": -0.05917123522604195, "his": 0.30347244834814374, "man": 0.3626436835741857}, "worrisome": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "worry": {"his - man": -0.03409204920521114, "his": 0.2781953231227214, "man": 0.3122873723279325}, "worse": {"his - man": -0.08283585930503129, "his": 0.3171052373826128, "man": 0.3999410966876441}, "worst": {"his - man": -0.08528105156277987, "his": 0.30601442023554437, "man": 0.39129547179832425}, "would": {"his - man": -0.07684275817540026, "his": 0.3239202863782684, "man": 0.4007630445536687}, "wouldn": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "writer": {"his - man": -0.06245668556864398, "his": 0.26092430337644185, "man": 0.3233809889450858}, "writers": {"his - man": -0.0329326129630238, "his": 0.29729565757311877, "man": 0.33022827053614257}, "writing": {"his - man": -0.04874556063608576, "his": 0.32249643607652395, "man": 0.3712419967126097}, "written": {"his - man": -0.011911290000837571, "his": 0.31146969894424825, "man": 0.3233809889450858}, "wrote": {"his - man": -0.06993910147378513, "his": 0.3148355185232827, "man": 0.3847746199970678}, "wuhan": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "wwi": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "x": {"his - man": -0.03409204920521114, "his": 0.2781953231227214, "man": 0.3122873723279325}, "xiaoming": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "yacht": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "year": {"his - man": -0.05540984494334478, "his": 0.31279427897293177, "man": 0.36820412391627655}, "years": {"his - man": -0.08587721706747564, "his": 0.34533410617333576, "man": 0.4312113232408114}, "yelled": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "yellow": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "yes": {"his - man": -0.03337338884993357, "his": 0.29000760009515225, "man": 0.3233809889450858}, "yet": {"his - man": -0.028205392780624616, "his": 0.34061620583923313, "man": 0.36882159861985775}, "york": {"his - man": 0.018121872815529072, "his": 0.2925170640390346, "man": 0.27439519122350553}, "you": {"his - man": -0.08283612463539636, "his": 0.30916848204039665, "man": 0.392004606675793}, "young": {"his - man": -0.11509608395449994, "his": 0.33651395937063544, "man": 0.4516100433251354}, "younger": {"his - man": -0.1109554912479187, "his": 0.30347244834814374, "man": 0.41442793959606244}, "your": {"his - man": -0.06745118702764907, "his": 0.3101180793156343, "man": 0.37756926634328336}, "yourself": {"his - man": -0.06188669396689617, "his": 0.2683415765692464, "man": 0.33022827053614257}, "yourselves": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "youtube": {"his - man": -0.10644403756770338, "his": 0.24225108942201368, "man": 0.34869512698971705}, "yrs": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "zack": {"his - man": -0.10485687925662285, "his": 0.25778680431756285, "man": 0.3626436835741857}, "\u03c0": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}, "\u7f57\u70bd\u6cfd": {"his - man": -0.10223420674397138, "his": 0.28291987659744894, "man": 0.3851540833414203}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-his-she.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-his-she.json new file mode 100644 index 0000000000000000000000000000000000000000..d1d3aa01b223fe01f81478cd258b6bbc1dfde853 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-his-she.json @@ -0,0 +1 @@ +{"0": {"his - she": 0.11673551271547114, "his": 0.2821992296752414, "she": 0.16546371695977027}, "000": {"his - she": 0.10020908333350956, "his": 0.3024427560584787, "she": 0.20223367272496914}, "04": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "08": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "1": {"his - she": 0.183218902226701, "his": 0.31566017611950514, "she": 0.13244127389280413}, "10": {"his - she": 0.12688109199230152, "his": 0.30482313408061507, "she": 0.17794204208831355}, "100": {"his - she": 0.08544837673959757, "his": 0.2876820494645667, "she": 0.20223367272496914}, "12": {"his - she": 0.015533065214720643, "his": 0.2277228393295231, "she": 0.21218977411480247}, "13": {"his - she": 0.06608992848955664, "his": 0.2905099485095768, "she": 0.22442002002002015}, "14": {"his - she": 0.06608992848955664, "his": 0.2905099485095768, "she": 0.22442002002002015}, "15": {"his - she": 0.03187251928814294, "his": 0.29675867786849, "she": 0.26488615858034703}, "16": {"his - she": 0.06608992848955664, "his": 0.2905099485095768, "she": 0.22442002002002015}, "17": {"his - she": 0.032495221928014295, "his": 0.2876820494645667, "she": 0.2551868275365524}, "18": {"his - she": 0.06482618638704105, "his": 0.3052763629300758, "she": 0.24045017654303477}, "18usd": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "19": {"his - she": 0.015336025996133873, "his": 0.23129772441340857, "she": 0.2159616984172747}, "1983": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "1986": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "1987": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "2": {"his - she": 0.10428861348753773, "his": 0.3083085671779966, "she": 0.20401995369045886}, "20": {"his - she": 0.07069104999973919, "his": 0.3321445745671022, "she": 0.26145352456736304}, "200": {"his - she": -0.032859586687550346, "his": 0.20759058985548443, "she": 0.24045017654303477}, "2012": {"his - she": 0.06482618638704105, "his": 0.3052763629300758, "she": 0.24045017654303477}, "2015": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "2016": {"his - she": 0.08348194376175028, "his": 0.3079019637817704, "she": 0.22442002002002015}, "2019": {"his - she": -0.08475424253265651, "his": 0.21413046243295664, "she": 0.29888470496561315}, "21": {"his - she": -0.03324907390625079, "his": 0.22172749392921956, "she": 0.25497656783547035}, "22": {"his - she": 0.013365008733776051, "his": 0.2683415765692464, "she": 0.25497656783547035}, "24": {"his - she": 0.01408457014370132, "his": 0.2545347466867361, "she": 0.24045017654303477}, "25": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "26": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "29": {"his - she": 0.06482618638704105, "his": 0.3052763629300758, "she": 0.24045017654303477}, "3": {"his - she": 0.06898293619210732, "his": 0.32056944242160135, "she": 0.251586506229494}, "30": {"his - she": 0.04463134607843092, "his": 0.2646525991610589, "she": 0.22002125308262796}, "300": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "33": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "38": {"his - she": -0.08454563534389903, "his": 0.24225108942201368, "she": 0.3267967247659127}, "39": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "4": {"his - she": 0.08368593026602755, "his": 0.34164352571164797, "she": 0.2579575954456204}, "40": {"his - she": -0.037825002762679916, "his": 0.2545347466867361, "she": 0.292359749449416}, "400": {"his - she": -0.08454563534389903, "his": 0.24225108942201368, "she": 0.3267967247659127}, "40th": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "42": {"his - she": -0.03324907390625079, "his": 0.22172749392921956, "she": 0.25497656783547035}, "45": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "48": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "5": {"his - she": 0.12017468425485875, "his": 0.32061324950389486, "she": 0.2004385652490361}, "50": {"his - she": 0.04433877760364752, "his": 0.26875879762366767, "she": 0.22442002002002015}, "58": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "6": {"his - she": 0.17421640284450546, "his": 0.3216512617671031, "she": 0.14743485892259767}, "60": {"his - she": -0.08476915959393158, "his": 0.20759058985548443, "she": 0.292359749449416}, "66": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "69p": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "7": {"his - she": 0.10026481010825045, "his": 0.34235505327434973, "she": 0.24209024316609928}, "8": {"his - she": 0.14564864534991825, "his": 0.32986345585522847, "she": 0.18421481050531022}, "81st": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "884": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "90": {"his - she": -0.03844477129153051, "his": 0.2883519534743822, "she": 0.3267967247659127}, "a": {"his - she": 0.11644091196125009, "his": 0.29941666781917853, "she": 0.18297575585792844}, "able": {"his - she": 0.02715710344210892, "his": 0.310029905078553, "she": 0.28287280163644407}, "about": {"his - she": 0.0651284229932067, "his": 0.34289158226244276, "she": 0.27776315926923606}, "above": {"his - she": -0.03769872402719937, "his": 0.24890988579858353, "she": 0.2866086098257829}, "abs": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "absolutely": {"his - she": 0.013365008733776051, "his": 0.2683415765692464, "she": 0.25497656783547035}, "abundance": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "accelerated": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "accept": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "accepting": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "access": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "accompanied": {"his - she": -0.038106864292984655, "his": 0.2683415765692464, "she": 0.30644844086223105}, "according": {"his - she": 0.05045817360238666, "his": 0.26232463479285395, "she": 0.2118664611904673}, "accounted": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "accuracy": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "accusations": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "accuse": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "accused": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "acknowledging": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "acquaintances": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "act": {"his - she": -0.0178003153130305, "his": 0.32094610684499353, "she": 0.33874642215802403}, "acting": {"his - she": -0.0386449634747989, "his": 0.30347244834814374, "she": 0.34211741182294264}, "activities": {"his - she": -0.007134051247787376, "his": 0.24805277628876504, "she": 0.2551868275365524}, "activity": {"his - she": 0.015336025996133873, "his": 0.23129772441340857, "she": 0.2159616984172747}, "actor": {"his - she": 0.043276473080981065, "his": 0.28372664962401584, "she": 0.24045017654303477}, "acts": {"his - she": -0.008413286703061518, "his": 0.2781953231227214, "she": 0.2866086098257829}, "actually": {"his - she": 0.059213294013735596, "his": 0.3240994525940826, "she": 0.26488615858034703}, "adapt": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "added": {"his - she": 0.08570843677545567, "his": 0.2849875809691552, "she": 0.19927914419369955}, "address": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "admits": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "adoring": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "adult": {"his - she": -0.03253331688060959, "his": 0.19669193402907845, "she": 0.22922525090968804}, "advantage": {"his - she": 0.04094250825213741, "his": 0.31694061999072276, "she": 0.27599811173858535}, "affairs": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "affected": {"his - she": 0.013749346950158892, "his": 0.26092430337644185, "she": 0.24717495642628295}, "africa": {"his - she": 0.04490176025208992, "his": 0.2608634586693646, "she": 0.2159616984172747}, "after": {"his - she": 0.052692516115811106, "his": 0.3561255266123399, "she": 0.3034330104965288}, "again": {"his - she": 0.038443100382016926, "his": 0.321315902018461, "she": 0.28287280163644407}, "against": {"his - she": 0.05985719200440892, "his": 0.3283204455014834, "she": 0.2684632534970745}, "age": {"his - she": 0.04433877760364752, "his": 0.26875879762366767, "she": 0.22442002002002015}, "agenda": {"his - she": 0.013365008733776051, "his": 0.2683415765692464, "she": 0.25497656783547035}, "agent": {"his - she": 0.012205368124751537, "his": 0.3186538089869826, "she": 0.30644844086223105}, "agents": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "ago": {"his - she": 0.038443100382016926, "his": 0.321315902018461, "she": 0.28287280163644407}, "agree": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "agreed": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "aid": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "aimed": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "airport": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "aladdin": {"his - she": -0.032690165391441706, "his": 0.20183687379407528, "she": 0.23452703918551698}, "alana": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "albeit": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "alcohol": {"his - she": 0.06482618638704105, "his": 0.3052763629300758, "she": 0.24045017654303477}, "alexander": {"his - she": -0.1165636015662018, "his": 0.23082795267724424, "she": 0.34739155424344603}, "alien": {"his - she": 0.0440196991982818, "his": 0.27324495010796984, "she": 0.22922525090968804}, "aliens": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "all": {"his - she": 0.1128898189221107, "his": 0.3713218872234405, "she": 0.2584320683013298}, "allegations": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "almost": {"his - she": 0.08103627749745335, "his": 0.33926515555167014, "she": 0.2582288780542168}, "alone": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "along": {"his - she": 0.02506871627936419, "his": 0.31333312113746126, "she": 0.28826440485809707}, "alongside": {"his - she": -0.03324907390625079, "his": 0.22172749392921956, "she": 0.25497656783547035}, "aloof": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "already": {"his - she": 0.048950677988225444, "his": 0.32682249789240303, "she": 0.2778718199041776}, "also": {"his - she": 0.11280355048092422, "his": 0.3601906895339208, "she": 0.24738713905299659}, "although": {"his - she": -0.01724116554402405, "his": 0.3053482988834512, "she": 0.32258946442747527}, "always": {"his - she": 0.061068515892470365, "his": 0.30315875905856965, "she": 0.24209024316609928}, "am": {"his - she": 0.032495221928014295, "his": 0.2876820494645667, "she": 0.2551868275365524}, "amazon": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "amber": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "american": {"his - she": 0.11326424041173663, "his": 0.3125433846054362, "she": 0.19927914419369955}, "amnews": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "amongst": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "amount": {"his - she": 0.043276473080981065, "his": 0.28372664962401584, "she": 0.24045017654303477}, "an": {"his - she": 0.11667922225058497, "his": 0.3822794764418103, "she": 0.26560025419122535}, "anatoly": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "and": {"his - she": 0.1241059172118438, "his": 0.2849547796823935, "she": 0.16084886247054972}, "angeles": {"his - she": 0.06608992848955664, "his": 0.2905099485095768, "she": 0.22442002002002015}, "angry": {"his - she": -0.009856104775189944, "his": 0.31694061999072276, "she": 0.3267967247659127}, "angst": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "animals": {"his - she": 0.015533065214720643, "his": 0.2277228393295231, "she": 0.21218977411480247}, "another": {"his - she": 0.08315448623369792, "his": 0.3463916838169403, "she": 0.2632371975832424}, "answer": {"his - she": 0.04496412082061019, "his": 0.3315727306463931, "she": 0.2866086098257829}, "anthony": {"his - she": 0.04094250825213741, "his": 0.31694061999072276, "she": 0.27599811173858535}, "anticipated": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "anxious": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "any": {"his - she": 0.039875259684621245, "his": 0.32378673581106054, "she": 0.2839114761264393}, "anyone": {"his - she": 0.031115557428781748, "his": 0.3079019637817704, "she": 0.2767864063529887}, "anything": {"his - she": 0.012916613480659811, "his": 0.3052763629300758, "she": 0.292359749449416}, "anyway": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "apartment": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "apparent": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "appreciates": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "approached": {"his - she": -0.1165636015662018, "his": 0.23082795267724424, "she": 0.34739155424344603}, "appropriately": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "approved": {"his - she": -0.03304449399332632, "his": 0.21413046243295664, "she": 0.24717495642628295}, "april": {"his - she": 0.0436682839372044, "his": 0.2781953231227214, "she": 0.23452703918551698}, "archived": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "are": {"his - she": 0.11993403219333829, "his": 0.3481003590539266, "she": 0.22816632686058833}, "aren": {"his - she": -0.0702121572980369, "his": 0.23514648971842964, "she": 0.30535864701646653}, "argue": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "army": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "around": {"his - she": 0.06583616640507567, "his": 0.34631089970715034, "she": 0.2804747333020747}, "arrival": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "arrive": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "arrived": {"his - she": 0.012916613480659811, "his": 0.3052763629300758, "she": 0.292359749449416}, "arson": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "article": {"his - she": -0.00863309982540017, "his": 0.28372664962401584, "she": 0.292359749449416}, "artist": {"his - she": 0.06608992848955664, "his": 0.2905099485095768, "she": 0.22442002002002015}, "artists": {"his - she": 0.06293732900308097, "his": 0.3272449960467882, "she": 0.26430766704370723}, "as": {"his - she": 0.1168205450105255, "his": 0.35217755849146826, "she": 0.23535701348094276}, "ash": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "asia": {"his - she": -0.08476915959393158, "his": 0.20759058985548443, "she": 0.292359749449416}, "asian": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "ask": {"his - she": -0.043389028155636944, "his": 0.29493681375769776, "she": 0.3383258419133347}, "asked": {"his - she": -0.0014636733324185358, "his": 0.303894973684048, "she": 0.30535864701646653}, "aspect": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "assassination": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "assembly": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "assume": {"his - she": -0.03324907390625079, "his": 0.22172749392921956, "she": 0.25497656783547035}, "at": {"his - she": 0.08874639434320797, "his": 0.3721460477249538, "she": 0.28339965338174583}, "atlantic": {"his - she": 0.013749346950158892, "his": 0.26092430337644185, "she": 0.24717495642628295}, "attack": {"his - she": 0.04679677992659387, "his": 0.3082503044939569, "she": 0.26145352456736304}, "attacked": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "attempt": {"his - she": 0.013212074268512342, "his": 0.29982068409429524, "she": 0.2866086098257829}, "attempts": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "attend": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "attitude": {"his - she": -0.009152783289112287, "his": 0.29729565757311877, "she": 0.30644844086223105}, "attractions": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "audience": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "august": {"his - she": -0.032386921195038, "his": 0.19203309882498215, "she": 0.22442002002002015}, "aussie": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "australian": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "author": {"his - she": 0.0642947425179653, "his": 0.31146969894424825, "she": 0.24717495642628295}, "authority": {"his - she": 0.013365008733776051, "his": 0.2683415765692464, "she": 0.25497656783547035}, "available": {"his - she": 0.11262877201661048, "his": 0.31798384978359495, "she": 0.20535507776698447}, "avatar": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "avoid": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "away": {"his - she": 0.059213294013735596, "his": 0.3240994525940826, "she": 0.26488615858034703}, "awkwardness": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "ba": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "baby": {"his - she": -0.03826706803505875, "his": 0.277219433480371, "she": 0.31548650151542973}, "back": {"his - she": 0.07722621276874492, "his": 0.35339911699262927, "she": 0.27617290422388435}, "bad": {"his - she": 0.0436682839372044, "his": 0.2781953231227214, "she": 0.23452703918551698}, "balance": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "ball": {"his - she": 0.013749346950158892, "his": 0.26092430337644185, "she": 0.24717495642628295}, "ballerina": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "band": {"his - she": 0.014652226003870256, "his": 0.2438774769135583, "she": 0.22922525090968804}, "baring": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "bars": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "based": {"his - she": 0.11355647783909287, "his": 0.310029905078553, "she": 0.19647342723946012}, "baskervilles": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "basketball": {"his - she": 0.013365008733776051, "his": 0.2683415765692464, "she": 0.25497656783547035}, "battles": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "be": {"his - she": 0.06018909162981689, "his": 0.3231588854570355, "she": 0.26296979382721863}, "beat": {"his - she": -0.08476565676499329, "his": 0.19669193402907845, "she": 0.28145759079407173}, "beaten": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "beating": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "beauty": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "became": {"his - she": -0.04345742887691029, "his": 0.29982068409429524, "she": 0.34327811297120553}, "because": {"his - she": 0.04963503051446372, "his": 0.3353481200159261, "she": 0.2857130895014624}, "become": {"his - she": 0.05795905349038388, "his": 0.3382742146797844, "she": 0.28031516118940053}, "becomes": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "becoming": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "been": {"his - she": 0.08384542090732344, "his": 0.35826634784312494, "she": 0.2744209269358015}, "beer": {"his - she": -0.038106864292984655, "his": 0.2683415765692464, "she": 0.30644844086223105}, "before": {"his - she": 0.03663900073432452, "his": 0.3613843553425744, "she": 0.3247453546082499}, "begin": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "begrudgingly": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "behalf": {"his - she": 0.04094250825213741, "his": 0.31694061999072276, "she": 0.27599811173858535}, "behavior": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "behind": {"his - she": 0.03138679732200533, "his": 0.303894973684048, "she": 0.27250817636204266}, "being": {"his - she": 0.022321482493510236, "his": 0.3239786041362341, "she": 0.30165712164272385}, "belief": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "believed": {"his - she": 0.06482618638704105, "his": 0.3052763629300758, "she": 0.24045017654303477}, "bemoans": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "bench": {"his - she": 0.0440196991982818, "his": 0.27324495010796984, "she": 0.22922525090968804}, "beneath": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "besides": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "bessemer": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "best": {"his - she": 0.07823368049884666, "his": 0.35966153498762593, "she": 0.28142785448877927}, "better": {"his - she": 0.03862502415417213, "his": 0.31894018534357266, "she": 0.28031516118940053}, "between": {"his - she": 0.07809747864883448, "his": 0.31743007665984263, "she": 0.23933259801100815}, "bewildered": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "big": {"his - she": 0.013994608307191514, "his": 0.3166709297611084, "she": 0.3026763214539169}, "biggie": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "bill": {"his - she": 0.0428326436688693, "his": 0.29000760009515225, "she": 0.24717495642628295}, "billion": {"his - she": 0.016509976557235323, "his": 0.21031126694610414, "she": 0.1938012903888688}, "birthday": {"his - she": -0.0379604015891713, "his": 0.26092430337644185, "she": 0.29888470496561315}, "bit": {"his - she": 0.06783182349417735, "his": 0.2700654962191465, "she": 0.20223367272496914}, "bite": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "black": {"his - she": -0.007543019349737112, "his": 0.2573431392306099, "she": 0.26488615858034703}, "blasting": {"his - she": -0.0843306075053798, "his": 0.25778680431756285, "she": 0.34211741182294264}, "blends": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "bling": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "blog": {"his - she": -0.03324907390625079, "his": 0.22172749392921956, "she": 0.25497656783547035}, "blogs": {"his - she": -0.009152783289112287, "his": 0.29729565757311877, "she": 0.30644844086223105}, "blond": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "bluntly": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "board": {"his - she": 0.013365008733776051, "his": 0.2683415765692464, "she": 0.25497656783547035}, "boat": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "body": {"his - she": -0.0702531441832801, "his": 0.24890988579858353, "she": 0.31916302998186363}, "bond": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "book": {"his - she": 0.07317216832201218, "his": 0.3066203058299522, "she": 0.23344813750794002}, "booked": {"his - she": -0.0843306075053798, "his": 0.25778680431756285, "she": 0.34211741182294264}, "books": {"his - she": -0.018649952183542595, "his": 0.2792409542249158, "she": 0.2978909064084584}, "bookshops": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "borgen": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "boring": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "boshirov": {"his - she": -0.03304449399332632, "his": 0.21413046243295664, "she": 0.24717495642628295}, "both": {"his - she": 0.0473635057648491, "his": 0.3599965212269165, "she": 0.3126330154620674}, "bottle": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "bought": {"his - she": -0.08454563534389903, "his": 0.24225108942201368, "she": 0.3267967247659127}, "box": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "boy": {"his - she": -0.03826706803505875, "his": 0.277219433480371, "she": 0.31548650151542973}, "boys": {"his - she": -0.009152783289112287, "his": 0.29729565757311877, "she": 0.30644844086223105}, "bracelet": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "branches": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "break": {"his - she": 0.012584993978635106, "his": 0.31146969894424825, "she": 0.29888470496561315}, "breakfast": {"his - she": -0.03304449399332632, "his": 0.21413046243295664, "she": 0.24717495642628295}, "breakup": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "breezily": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "brighter": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "brilliant": {"his - she": 0.04094250825213741, "his": 0.31694061999072276, "she": 0.27599811173858535}, "bring": {"his - she": 0.09958528763113483, "his": 0.3082503044939569, "she": 0.20866501686282207}, "bringing": {"his - she": 0.0642947425179653, "his": 0.31146969894424825, "she": 0.24717495642628295}, "brisbane": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "brisvegas": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "britain": {"his - she": 0.06482618638704105, "his": 0.3052763629300758, "she": 0.24045017654303477}, "british": {"his - she": 0.06571156284800972, "his": 0.29493681375769776, "she": 0.22922525090968804}, "broadway": {"his - she": -0.032859586687550346, "his": 0.20759058985548443, "she": 0.24045017654303477}, "broken": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "brother": {"his - she": -0.008877104870460895, "his": 0.29000760009515225, "she": 0.29888470496561315}, "brothers": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "brought": {"his - she": 0.013212074268512342, "his": 0.29982068409429524, "she": 0.2866086098257829}, "browsing": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "bubbling": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "building": {"his - she": 0.01408457014370132, "his": 0.2545347466867361, "she": 0.24045017654303477}, "buildings": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "bullet": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "burn": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "burns": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "burst": {"his - she": -0.0386449634747989, "his": 0.30347244834814374, "she": 0.34211741182294264}, "bus": {"his - she": 0.015718223931976333, "his": 0.2243832407947984, "she": 0.20866501686282207}, "business": {"his - she": -0.01890144737346905, "his": 0.2864571996429975, "she": 0.30535864701646653}, "busy": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "but": {"his - she": 0.08878803268928587, "his": 0.34981051876285774, "she": 0.26102248607357187}, "buy": {"his - she": -0.008027608729321012, "his": 0.26875879762366767, "she": 0.2767864063529887}, "buying": {"his - she": -0.032859586687550346, "his": 0.20759058985548443, "she": 0.24045017654303477}, "by": {"his - she": 0.07489602453501004, "his": 0.35235657658677805, "she": 0.277460552051768}, "cadaver": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "californication": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "call": {"his - she": -0.04070604785540766, "his": 0.2646525991610589, "she": 0.30535864701646653}, "called": {"his - she": 0.021006170611910457, "his": 0.34807586535673996, "she": 0.3270696947448295}, "calling": {"his - she": 0.0428326436688693, "his": 0.29000760009515225, "she": 0.24717495642628295}, "calls": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "calming": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "came": {"his - she": 0.05816512973295962, "his": 0.3360369496371372, "she": 0.2778718199041776}, "campaign": {"his - she": 0.08305289034771618, "his": 0.3122781412574042, "she": 0.22922525090968804}, "can": {"his - she": 0.09411486048325277, "his": 0.3321005428521811, "she": 0.23798568236892834}, "cannot": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "capable": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "captivating": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "captured": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "captures": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "car": {"his - she": 0.033027193113203374, "his": 0.2799907674896025, "she": 0.24696357437639913}, "card": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "care": {"his - she": 0.015125236635801675, "his": 0.23514648971842964, "she": 0.22002125308262796}, "cared": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "career": {"his - she": 0.012205368124751537, "his": 0.3186538089869826, "she": 0.30644844086223105}, "carpet": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "carried": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "case": {"his - she": 0.06793231388676274, "his": 0.3311695114700051, "she": 0.2632371975832424}, "cassidy": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "cats": {"his - she": 0.0642947425179653, "his": 0.31146969894424825, "she": 0.24717495642628295}, "cause": {"his - she": 0.06806316094254658, "his": 0.26734230513624613, "she": 0.19927914419369955}, "caused": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "center": {"his - she": 0.06529364490877826, "his": 0.29982068409429524, "she": 0.23452703918551698}, "centered": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "central": {"his - she": -0.03769872402719937, "his": 0.24890988579858353, "she": 0.2866086098257829}, "centre": {"his - she": 0.08544837673959757, "his": 0.2876820494645667, "she": 0.20223367272496914}, "certain": {"his - she": 0.06571156284800972, "his": 0.29493681375769776, "she": 0.22922525090968804}, "certainly": {"his - she": 0.05975497172937816, "his": 0.31798384978359495, "she": 0.2582288780542168}, "challenging": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "chance": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "chances": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "change": {"his - she": 0.014508410936326155, "his": 0.2948235721257267, "she": 0.28031516118940053}, "changes": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "channel": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "chapter": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "character": {"his - she": 0.030496627556829914, "his": 0.3171052373826128, "she": 0.2866086098257829}, "charge": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "charismatic": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "chatty": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "cheapest": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "check": {"his - she": -0.08477173603170762, "his": 0.20183687379407528, "she": 0.2866086098257829}, "chepiga": {"his - she": -0.03304449399332632, "his": 0.21413046243295664, "she": 0.24717495642628295}, "child": {"his - she": -0.11742982789717896, "his": 0.19669193402907845, "she": 0.3141217619262574}, "childhood": {"his - she": -0.03844477129153051, "his": 0.2883519534743822, "she": 0.3267967247659127}, "children": {"his - she": -0.018116664641972646, "his": 0.2647561369944714, "she": 0.28287280163644407}, "chimpanzee": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "china": {"his - she": 0.04909337633060523, "his": 0.20286195157514636, "she": 0.15376857524454113}, "chinese": {"his - she": 0.04490176025208992, "his": 0.2608634586693646, "she": 0.2159616984172747}, "chocolate": {"his - she": -0.08454563534389903, "his": 0.24225108942201368, "she": 0.3267967247659127}, "choice": {"his - she": 0.01408457014370132, "his": 0.2545347466867361, "she": 0.24045017654303477}, "chores": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "circle": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "circumstantial": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "citizens": {"his - she": -0.03324907390625079, "his": 0.22172749392921956, "she": 0.25497656783547035}, "city": {"his - she": 0.13776781038906322, "his": 0.31004104690147327, "she": 0.17227323651241006}, "claimed": {"his - she": 0.043276473080981065, "his": 0.28372664962401584, "she": 0.24045017654303477}, "claiming": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "class": {"his - she": 0.0428326436688693, "his": 0.29000760009515225, "she": 0.24717495642628295}, "clear": {"his - she": -0.00129280189120079, "his": 0.30019614912155457, "she": 0.30148895101275536}, "clearly": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "climate": {"his - she": -0.03176648910964014, "his": 0.17358858865734433, "she": 0.20535507776698447}, "closed": {"his - she": 0.014382846613066547, "his": 0.24890988579858353, "she": 0.23452703918551698}, "clouded": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "club": {"his - she": 0.013365008733776051, "his": 0.2683415765692464, "she": 0.25497656783547035}, "clue": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "co": {"his - she": 0.013749346950158892, "his": 0.26092430337644185, "she": 0.24717495642628295}, "coach": {"his - she": 0.06675499086796349, "his": 0.2827166892852382, "she": 0.2159616984172747}, "cold": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "coleman": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "colleagues": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "collection": {"his - she": 0.06608992848955664, "his": 0.2905099485095768, "she": 0.22442002002002015}, "college": {"his - she": -0.019513093131862447, "his": 0.3052763629300758, "she": 0.32478945606193826}, "colonel": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "colonels": {"his - she": -0.03324907390625079, "his": 0.22172749392921956, "she": 0.25497656783547035}, "com": {"his - she": 0.07069104999973919, "his": 0.3321445745671022, "she": 0.26145352456736304}, "come": {"his - she": 0.12433638602031982, "his": 0.3485341184698423, "she": 0.22419773244952246}, "comedians": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "comes": {"his - she": 0.1226556195160231, "his": 0.3386173179332978, "she": 0.2159616984172747}, "comical": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "coming": {"his - she": 0.04679677992659387, "his": 0.3082503044939569, "she": 0.26145352456736304}, "commences": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "comment": {"his - she": -0.03769872402719937, "his": 0.24890988579858353, "she": 0.2866086098257829}, "commentary": {"his - she": 0.06367724115151224, "his": 0.3186538089869826, "she": 0.25497656783547035}, "commenting": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "comments": {"his - she": -0.08472094693301149, "his": 0.22172749392921956, "she": 0.30644844086223105}, "commits": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "common": {"his - she": 0.046545715700257506, "his": 0.31143187428060454, "she": 0.26488615858034703}, "communicated": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "community": {"his - she": 0.03268113597552158, "his": 0.2849875809691552, "she": 0.25230644499363364}, "company": {"his - she": -0.017757127609152268, "his": 0.25553028539290007, "she": 0.27328741300205234}, "comparing": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "compassionate": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "completely": {"his - she": 0.012205368124751537, "his": 0.3186538089869826, "she": 0.30644844086223105}, "compulsion": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "conceived": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "concerning": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "concluded": {"his - she": 0.0642947425179653, "his": 0.31146969894424825, "she": 0.24717495642628295}, "conclusion": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "conclusions": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "conditions": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "conference": {"his - she": 0.12308231235229786, "his": 0.3352720864671003, "she": 0.21218977411480247}, "confess": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "confidence": {"his - she": 0.06293732900308097, "his": 0.3272449960467882, "she": 0.26430766704370723}, "consequences": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "consolation": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "conspiracy": {"his - she": 0.04094250825213741, "his": 0.31694061999072276, "she": 0.27599811173858535}, "constantly": {"his - she": 0.04094250825213741, "his": 0.31694061999072276, "she": 0.27599811173858535}, "construction": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "consumption": {"his - she": 0.014382846613066547, "his": 0.24890988579858353, "she": 0.23452703918551698}, "contact": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "contains": {"his - she": -0.032386921195038, "his": 0.19203309882498215, "she": 0.22442002002002015}, "contest": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "continue": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "continued": {"his - she": -0.00129280189120079, "his": 0.30019614912155457, "she": 0.30148895101275536}, "continues": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "contouring": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "convention": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "conversation": {"his - she": 0.012205368124751537, "his": 0.3186538089869826, "she": 0.30644844086223105}, "convey": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "conveyed": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "convicted": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "convince": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "cookies": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "cops": {"his - she": -0.0843306075053798, "his": 0.25778680431756285, "she": 0.34211741182294264}, "copy": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "cordial": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "corner": {"his - she": 0.0428326436688693, "his": 0.29000760009515225, "she": 0.24717495642628295}, "correctly": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "cost": {"his - she": -0.040625492343390746, "his": 0.2608634586693646, "she": 0.30148895101275536}, "costs": {"his - she": 0.013749346950158892, "his": 0.26092430337644185, "she": 0.24717495642628295}, "could": {"his - she": 0.037350921120592795, "his": 0.3239786041362341, "she": 0.2866276830156413}, "couldn": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "council": {"his - she": -0.03758011388051344, "his": 0.2438774769135583, "she": 0.28145759079407173}, "count": {"his - she": -0.03324907390625079, "his": 0.22172749392921956, "she": 0.25497656783547035}, "counter": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "countries": {"his - she": 0.014382846613066547, "his": 0.24890988579858353, "she": 0.23452703918551698}, "country": {"his - she": 0.048387414346694635, "his": 0.2881909356429434, "she": 0.23980352129624877}, "couple": {"his - she": 0.04463134607843092, "his": 0.2646525991610589, "she": 0.22002125308262796}, "course": {"his - she": 0.11151089271691439, "his": 0.3274725911341891, "she": 0.2159616984172747}, "covered": {"his - she": -0.08476915959393158, "his": 0.20759058985548443, "she": 0.292359749449416}, "covers": {"his - she": -0.0843306075053798, "his": 0.25778680431756285, "she": 0.34211741182294264}, "cowell": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "crack": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "crackerjack": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "create": {"his - she": 0.06571156284800972, "his": 0.29493681375769776, "she": 0.22922525090968804}, "created": {"his - she": 0.013749346950158892, "his": 0.26092430337644185, "she": 0.24717495642628295}, "credit": {"his - she": -0.037825002762679916, "his": 0.2545347466867361, "she": 0.292359749449416}, "cried": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "crime": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "crisis": {"his - she": 0.06608992848955664, "his": 0.2905099485095768, "she": 0.22442002002002015}, "cross": {"his - she": 0.04463134607843092, "his": 0.2646525991610589, "she": 0.22002125308262796}, "crowd": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "crucial": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "crying": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "cultured": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "cup": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "customer": {"his - she": -0.038106864292984655, "his": 0.2683415765692464, "she": 0.30644844086223105}, "cut": {"his - she": -0.08475424253265651, "his": 0.21413046243295664, "she": 0.29888470496561315}, "cutting": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "d": {"his - she": 0.013994608307191514, "his": 0.3166709297611084, "she": 0.3026763214539169}, "dad": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "dai": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "daily": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "daizaemon": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "daizemon": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "dance": {"his - she": -0.08454563534389903, "his": 0.24225108942201368, "she": 0.3267967247659127}, "dancers": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "dangerous": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "danville": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "dark": {"his - she": 0.08204625953348918, "his": 0.32249643607652395, "she": 0.24045017654303477}, "data": {"his - she": 0.07017085392137037, "his": 0.24244409043378043, "she": 0.17227323651241006}, "daughter": {"his - she": -0.025930202507504163, "his": 0.3079019637817704, "she": 0.3338321662892746}, "david": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "day": {"his - she": 0.06974335906230775, "his": 0.3128921873825674, "she": 0.24314882832025966}, "days": {"his - she": 0.02715710344210892, "his": 0.310029905078553, "she": 0.28287280163644407}, "death": {"his - she": -0.00863309982540017, "his": 0.28372664962401584, "she": 0.292359749449416}, "decades": {"his - she": 0.0436682839372044, "his": 0.2781953231227214, "she": 0.23452703918551698}, "december": {"his - she": -0.08477173603170762, "his": 0.20183687379407528, "she": 0.2866086098257829}, "decide": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "decided": {"his - she": -0.0014636733324185358, "his": 0.303894973684048, "she": 0.30535864701646653}, "decimated": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "decision": {"his - she": 0.06675499086796349, "his": 0.2827166892852382, "she": 0.2159616984172747}, "declined": {"his - she": -0.03844477129153051, "his": 0.2883519534743822, "she": 0.3267967247659127}, "defeat": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "defence": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "defend": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "defense": {"his - she": 0.013365008733776051, "his": 0.2683415765692464, "she": 0.25497656783547035}, "definitely": {"his - she": -0.03304449399332632, "his": 0.21413046243295664, "she": 0.24717495642628295}, "delicate": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "deliver": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "demanding": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "denominator": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "dense": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "department": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "depend": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "depending": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "depth": {"his - she": 0.06293732900308097, "his": 0.3272449960467882, "she": 0.26430766704370723}, "described": {"his - she": 0.014382846613066547, "his": 0.24890988579858353, "she": 0.23452703918551698}, "description": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "deserved": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "design": {"his - she": 0.03416455618961772, "his": 0.26373498156930125, "she": 0.22957042537968353}, "designed": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "despite": {"his - she": 0.09887382010600798, "his": 0.3148355185232827, "she": 0.2159616984172747}, "destination": {"his - she": -0.0846585488381855, "his": 0.23082795267724424, "she": 0.31548650151542973}, "destinie": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "destiny": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "destroy": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "destroying": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "destroys": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "destruct": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "detective": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "deteriorate": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "devastating": {"his - she": -0.03844477129153051, "his": 0.2883519534743822, "she": 0.3267967247659127}, "developed": {"his - she": 0.0428326436688693, "his": 0.29000760009515225, "she": 0.24717495642628295}, "developing": {"his - she": 0.029262607998375212, "his": 0.33571104886060626, "she": 0.30644844086223105}, "development": {"his - she": 0.0877433320105562, "his": 0.26373498156930125, "she": 0.17599164955874505}, "did": {"his - she": 0.015444378519797408, "his": 0.31313471106705637, "she": 0.29769033254725896}, "didn": {"his - she": -0.016781907808435748, "his": 0.29340954018018217, "she": 0.3101914479886179}, "dies": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "difference": {"his - she": 0.014382846613066547, "his": 0.24890988579858353, "she": 0.23452703918551698}, "different": {"his - she": 0.03285816267409433, "his": 0.2824284319835415, "she": 0.24957026930944717}, "difficult": {"his - she": 0.06293732900308097, "his": 0.3272449960467882, "she": 0.26430766704370723}, "difficulty": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "digital": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "dinner": {"his - she": -0.03324907390625079, "his": 0.22172749392921956, "she": 0.25497656783547035}, "diplomat": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "disappeared": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "disappoint": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "discovery": {"his - she": -0.032859586687550346, "his": 0.20759058985548443, "she": 0.24045017654303477}, "discuss": {"his - she": 0.06367724115151224, "his": 0.3186538089869826, "she": 0.25497656783547035}, "discussion": {"his - she": 0.013365008733776051, "his": 0.2683415765692464, "she": 0.25497656783547035}, "disliked": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "dismissed": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "disneynature": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "display": {"his - she": 0.0436682839372044, "his": 0.2781953231227214, "she": 0.23452703918551698}, "disrespected": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "distant": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "distracted": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "ditched": {"his - she": -0.0386449634747989, "his": 0.30347244834814374, "she": 0.34211741182294264}, "divorce": {"his - she": 0.014382846613066547, "his": 0.24890988579858353, "she": 0.23452703918551698}, "divorced": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "divulge": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "do": {"his - she": 0.08457559973676154, "his": 0.3397213481157497, "she": 0.2551457483789882}, "does": {"his - she": 0.13816750290751767, "his": 0.30694000737060945, "she": 0.16877250446309178}, "doesn": {"his - she": 0.05949258227763049, "his": 0.32094610684499353, "she": 0.26145352456736304}, "doing": {"his - she": -0.017001853238001186, "his": 0.29903916996414065, "she": 0.31604102320214184}, "dollars": {"his - she": -0.07017212076307505, "his": 0.277219433480371, "she": 0.34739155424344603}, "dominating": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "don": {"his - she": 0.022539625312711198, "his": 0.32600721847497255, "she": 0.30346759316226135}, "done": {"his - she": 0.08211164535376439, "his": 0.3290752197301635, "she": 0.24696357437639913}, "double": {"his - she": -0.038106864292984655, "his": 0.2683415765692464, "she": 0.30644844086223105}, "doubt": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "down": {"his - she": 0.039500427146846706, "his": 0.3283204455014834, "she": 0.2888200183546367}, "dozens": {"his - she": 0.013365008733776051, "his": 0.2683415765692464, "she": 0.25497656783547035}, "drama": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "dressed": {"his - she": -0.07022136534321782, "his": 0.2683415765692464, "she": 0.3385629419124642}, "drew": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "drink": {"his - she": -0.037825002762679916, "his": 0.2545347466867361, "she": 0.292359749449416}, "drinks": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "driver": {"his - she": -0.08472094693301149, "his": 0.22172749392921956, "she": 0.30644844086223105}, "drivers": {"his - she": 0.013749346950158892, "his": 0.26092430337644185, "she": 0.24717495642628295}, "driving": {"his - she": 0.01408457014370132, "his": 0.2545347466867361, "she": 0.24045017654303477}, "drop": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "drops": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "drove": {"his - she": -0.0386449634747989, "his": 0.30347244834814374, "she": 0.34211741182294264}, "drunk": {"his - she": -0.038106864292984655, "his": 0.2683415765692464, "she": 0.30644844086223105}, "dude": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "dug": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "during": {"his - she": 0.10389156468564817, "his": 0.3117105203647599, "she": 0.2078189556791117}, "dvd": {"his - she": -0.032386921195038, "his": 0.19203309882498215, "she": 0.22442002002002015}, "e": {"his - she": 0.08305289034771618, "his": 0.3122781412574042, "she": 0.22922525090968804}, "each": {"his - she": 0.08257538319577529, "his": 0.32466562636187457, "she": 0.24209024316609928}, "ear": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "earlier": {"his - she": 0.04533803842945899, "his": 0.3267956292235307, "she": 0.28145759079407173}, "early": {"his - she": 0.0585519568790302, "his": 0.33183936988108254, "she": 0.27328741300205234}, "earns": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "earth": {"his - she": 0.013749346950158892, "his": 0.26092430337644185, "she": 0.24717495642628295}, "easier": {"his - she": 0.04094250825213741, "his": 0.31694061999072276, "she": 0.27599811173858535}, "east": {"his - she": 0.046545715700257506, "his": 0.31143187428060454, "she": 0.26488615858034703}, "easy": {"his - she": 0.0440196991982818, "his": 0.27324495010796984, "she": 0.22922525090968804}, "eat": {"his - she": 0.013749346950158892, "his": 0.26092430337644185, "she": 0.24717495642628295}, "eclectic": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "economy": {"his - she": -0.03304449399332632, "his": 0.21413046243295664, "she": 0.24717495642628295}, "ecstatic": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "edited": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "educate": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "education": {"his - she": 0.014652226003870256, "his": 0.2438774769135583, "she": 0.22922525090968804}, "effects": {"his - she": 0.014898327057992405, "his": 0.23931834707801256, "she": 0.22442002002002015}, "effort": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "efforts": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "eggshells": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "eight": {"his - she": 0.013365008733776051, "his": 0.2683415765692464, "she": 0.25497656783547035}, "either": {"his - she": 0.09887382010600798, "his": 0.3148355185232827, "she": 0.2159616984172747}, "electrocute": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "elemental": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "ellen": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "else": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "eludes": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "elusively": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "email": {"his - she": 0.08257819819709583, "his": 0.3171052373826128, "she": 0.23452703918551698}, "emergency": {"his - she": -0.03746805927497612, "his": 0.23931834707801256, "she": 0.2767864063529887}, "emotional": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "emotionally": {"his - she": -0.08454563534389903, "his": 0.24225108942201368, "she": 0.3267967247659127}, "empathise": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "encourage": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "encouraged": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "end": {"his - she": 0.14537383113177985, "his": 0.33183936988108254, "she": 0.1864655387493027}, "ended": {"his - she": -0.009152783289112287, "his": 0.29729565757311877, "she": 0.30644844086223105}, "ending": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "energy": {"his - she": 0.0470299509583971, "his": 0.23124476146370732, "she": 0.18421481050531022}, "engaging": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "england": {"his - she": 0.0428326436688693, "his": 0.29000760009515225, "she": 0.24717495642628295}, "enter": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "entered": {"his - she": 0.0970456914608761, "his": 0.3315727306463931, "she": 0.23452703918551698}, "entertain": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "entertainment": {"his - she": -0.009472081279885358, "his": 0.30601442023554437, "she": 0.31548650151542973}, "entire": {"his - she": 0.04598934733502685, "his": 0.3184975236970695, "she": 0.27250817636204266}, "entourage": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "epidemic": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "episode": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "episodes": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "ers": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "escape": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "especially": {"his - she": 0.026618780672420794, "his": 0.31798384978359495, "she": 0.29136506911117416}, "estimate": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "estranged": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "estrangement": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "estrangements": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "europe": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "even": {"his - she": 0.0673854898587109, "his": 0.3296985754942147, "she": 0.2623130856355038}, "evening": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "event": {"his - she": 0.014382846613066547, "his": 0.24890988579858353, "she": 0.23452703918551698}, "eventually": {"his - she": 0.0642947425179653, "his": 0.31146969894424825, "she": 0.24717495642628295}, "ever": {"his - she": 0.030290849494993555, "his": 0.34431255282332907, "she": 0.3140217033283355}, "every": {"his - she": 0.04964023431121933, "his": 0.3186912892420645, "she": 0.2690510549308452}, "everybody": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "everything": {"his - she": -0.00032439369979803123, "his": 0.2799907674896025, "she": 0.28031516118940053}, "evidence": {"his - she": -0.00863309982540017, "his": 0.28372664962401584, "she": 0.292359749449416}, "ex": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "exactly": {"his - she": 0.06482618638704105, "his": 0.3052763629300758, "she": 0.24045017654303477}, "examination": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "examines": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "examining": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "exceedingly": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "excellent": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "excited": {"his - she": 0.0428326436688693, "his": 0.29000760009515225, "she": 0.24717495642628295}, "exclusive": {"his - she": 0.013749346950158892, "his": 0.26092430337644185, "she": 0.24717495642628295}, "exclusively": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "exiting": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "exits": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "expect": {"his - she": 0.030136686627107945, "his": 0.32249643607652395, "she": 0.292359749449416}, "expectations": {"his - she": 0.04094250825213741, "his": 0.31694061999072276, "she": 0.27599811173858535}, "expected": {"his - she": 0.032092307391965, "his": 0.29354583195932804, "she": 0.26145352456736304}, "experience": {"his - she": 0.08348194376175028, "his": 0.3079019637817704, "she": 0.22442002002002015}, "experiences": {"his - she": 0.0428326436688693, "his": 0.29000760009515225, "she": 0.24717495642628295}, "experiencetheride": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "expert": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "experts": {"his - she": 0.013749346950158892, "his": 0.26092430337644185, "she": 0.24717495642628295}, "explain": {"his - she": 0.08204625953348918, "his": 0.32249643607652395, "she": 0.24045017654303477}, "explained": {"his - she": -0.03826706803505875, "his": 0.277219433480371, "she": 0.31548650151542973}, "explains": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "exploring": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "extensive": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "extremely": {"his - she": 0.043276473080981065, "his": 0.28372664962401584, "she": 0.24045017654303477}, "face": {"his - she": 0.06367724115151224, "his": 0.3186538089869826, "she": 0.25497656783547035}, "facebook": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "faces": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "facet": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "facing": {"his - she": 0.012916613480659811, "his": 0.3052763629300758, "she": 0.292359749449416}, "fact": {"his - she": 0.013896723317002202, "his": 0.30526179242817636, "she": 0.29136506911117416}, "factual": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "failed": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "fake": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "fall": {"his - she": 0.0440196991982818, "his": 0.27324495010796984, "she": 0.22922525090968804}, "fallen": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "fallibility": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "falling": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "falls": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "fame": {"his - she": -0.03844477129153051, "his": 0.2883519534743822, "she": 0.3267967247659127}, "familial": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "family": {"his - she": 0.06758864602191922, "his": 0.33463511538983737, "she": 0.26704646936791815}, "famous": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "fan": {"his - she": 0.013365008733776051, "his": 0.2683415765692464, "she": 0.25497656783547035}, "fantastic": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "far": {"his - she": -0.0005693958435052937, "his": 0.2849875809691552, "she": 0.2855569768126605}, "fare": {"his - she": -0.08454563534389903, "his": 0.24225108942201368, "she": 0.3267967247659127}, "fascinate": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "fascinated": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "fascinating": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "father": {"his - she": -0.00863309982540017, "his": 0.28372664962401584, "she": 0.292359749449416}, "fathers": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "fatigued": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "fault": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "favorite": {"his - she": -0.00821264068610189, "his": 0.27324495010796984, "she": 0.28145759079407173}, "favorites": {"his - she": -0.03826706803505875, "his": 0.277219433480371, "she": 0.31548650151542973}, "favour": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "favourite": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "fear": {"his - she": 0.043276473080981065, "his": 0.28372664962401584, "she": 0.24045017654303477}, "february": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "feel": {"his - she": -0.0018436206688531853, "his": 0.3122781412574042, "she": 0.3141217619262574}, "feeling": {"his - she": -0.04106280643792243, "his": 0.28372664962401584, "she": 0.32478945606193826}, "feelings": {"his - she": 0.012584993978635106, "his": 0.31146969894424825, "she": 0.29888470496561315}, "feigned": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "fell": {"his - she": 0.013365008733776051, "his": 0.2683415765692464, "she": 0.25497656783547035}, "felt": {"his - she": 0.06571156284800972, "his": 0.29493681375769776, "she": 0.22922525090968804}, "few": {"his - she": -0.00044436965290256536, "his": 0.2824284319835415, "she": 0.28287280163644407}, "fiercely": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "fifty": {"his - she": -0.08454563534389903, "his": 0.24225108942201368, "she": 0.3267967247659127}, "fight": {"his - she": 0.02520119146159966, "his": 0.33932295338785706, "she": 0.3141217619262574}, "fighting": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "figure": {"his - she": 0.032495221928014295, "his": 0.2876820494645667, "she": 0.2551868275365524}, "figured": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "filled": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "film": {"his - she": 0.06888187522010147, "his": 0.25768960285188947, "she": 0.188807727631788}, "finally": {"his - she": 0.08073448102513592, "his": 0.33571104886060626, "she": 0.25497656783547035}, "find": {"his - she": 0.15323361818219874, "his": 0.34448338600143935, "she": 0.1912497678192406}, "finding": {"his - she": -0.009152783289112287, "his": 0.29729565757311877, "she": 0.30644844086223105}, "finds": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "fine": {"his - she": 0.013749346950158892, "his": 0.26092430337644185, "she": 0.24717495642628295}, "finest": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "fire": {"his - she": -0.036576385870324496, "his": 0.20789743566772212, "she": 0.24447382153804662}, "fires": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "first": {"his - she": 0.10682810539538135, "his": 0.3731005694845122, "she": 0.26627246408913086}, "flames": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "flash": {"his - she": -0.0386449634747989, "his": 0.30347244834814374, "she": 0.34211741182294264}, "flashmob": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "flat": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "flight": {"his - she": -0.08475424253265651, "his": 0.21413046243295664, "she": 0.29888470496561315}, "flits": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "flower": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "focused": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "followed": {"his - she": -0.007694562287277551, "his": 0.2608634586693646, "she": 0.26855802095664216}, "food": {"his - she": 0.016608671108760603, "his": 0.24080640355828306, "she": 0.22419773244952246}, "foot": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "for": {"his - she": 0.10039668362458587, "his": 0.35165781795341544, "she": 0.25126113432882957}, "force": {"his - she": 0.06367724115151224, "his": 0.3186538089869826, "she": 0.25497656783547035}, "forces": {"his - she": 0.06482618638704105, "his": 0.3052763629300758, "she": 0.24045017654303477}, "foreign": {"his - she": 0.08517316637989814, "his": 0.2905282441468826, "she": 0.20535507776698447}, "forgiveness": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "forgotten": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "form": {"his - she": 0.013723542156588109, "his": 0.2905099485095768, "she": 0.2767864063529887}, "former": {"his - she": -0.01890144737346905, "his": 0.2864571996429975, "she": 0.30535864701646653}, "forum": {"his - she": -0.032859586687550346, "his": 0.20759058985548443, "she": 0.24045017654303477}, "forward": {"his - she": 0.012584993978635106, "his": 0.31146969894424825, "she": 0.29888470496561315}, "found": {"his - she": 0.014776799847568023, "his": 0.2903090687781627, "she": 0.2755322689305947}, "four": {"his - she": 0.12823130280491665, "his": 0.2936950197646869, "she": 0.16546371695977027}, "foyer": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "francis": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "frank": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "frantic": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "frantically": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "free": {"his - she": 0.08257538319577529, "his": 0.32466562636187457, "she": 0.24209024316609928}, "frequent": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "fresh": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "friend": {"his - she": -0.03826706803505875, "his": 0.277219433480371, "she": 0.31548650151542973}, "friendly": {"his - she": -0.03324907390625079, "his": 0.22172749392921956, "she": 0.25497656783547035}, "friends": {"his - she": 0.012915623439030521, "his": 0.3224641350338455, "she": 0.309548511594815}, "from": {"his - she": 0.10646464831763869, "his": 0.3675577694666775, "she": 0.2610931211490388}, "front": {"his - she": 0.013212074268512342, "his": 0.29982068409429524, "she": 0.2866086098257829}, "fulfill": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "function": {"his - she": -0.032859586687550346, "his": 0.20759058985548443, "she": 0.24045017654303477}, "future": {"his - she": 0.07576350634841508, "his": 0.27978346003887394, "she": 0.20401995369045886}, "g": {"his - she": 0.0436682839372044, "his": 0.2781953231227214, "she": 0.23452703918551698}, "game": {"his - she": 0.11622582716803848, "his": 0.2867232122165839, "she": 0.17049738504854545}, "games": {"his - she": 0.09847627061444156, "his": 0.3184975236970695, "she": 0.22002125308262796}, "gangsters": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "gantz": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "gate": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "gathered": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "gave": {"his - she": -0.006735112787527031, "his": 0.3352720864671003, "she": 0.34200719925462736}, "geez": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "general": {"his - she": 0.0436682839372044, "his": 0.2781953231227214, "she": 0.23452703918551698}, "generally": {"his - she": 0.04094250825213741, "his": 0.31694061999072276, "she": 0.27599811173858535}, "genie": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "geographically": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "gershshwin": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "get": {"his - she": 0.009566712726299054, "his": 0.3313364954658254, "she": 0.32176978273952633}, "gets": {"his - she": 0.013749346950158892, "his": 0.26092430337644185, "she": 0.24717495642628295}, "getting": {"his - she": 0.08132713183408302, "his": 0.33651395937063544, "she": 0.2551868275365524}, "girl": {"his - she": -0.06502926973522527, "his": 0.2573431392306099, "she": 0.3223724089658352}, "girls": {"his - she": -0.03769872402719937, "his": 0.24890988579858353, "she": 0.2866086098257829}, "give": {"his - she": -0.010940534685230652, "his": 0.31143187428060454, "she": 0.3223724089658352}, "given": {"his - she": 0.07299184082527307, "his": 0.3084810090841406, "she": 0.23548916825886754}, "gives": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "glad": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "go": {"his - she": 0.023532991635883183, "his": 0.32056944242160135, "she": 0.29703645078571816}, "goal": {"his - she": 0.04533803842945899, "his": 0.3267956292235307, "she": 0.28145759079407173}, "goals": {"his - she": 0.06571156284800972, "his": 0.29493681375769776, "she": 0.22922525090968804}, "god": {"his - she": 0.015718223931976333, "his": 0.2243832407947984, "she": 0.20866501686282207}, "going": {"his - she": 0.05895465793286092, "his": 0.35038856736857604, "she": 0.2914339094357151}, "gold": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "gone": {"his - she": -0.03324907390625079, "his": 0.22172749392921956, "she": 0.25497656783547035}, "good": {"his - she": 0.007810272094579629, "his": 0.32378673581106054, "she": 0.3159764637164809}, "goofs": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "google": {"his - she": 0.04620534903912879, "his": 0.24267877627858891, "she": 0.19647342723946012}, "googled": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "got": {"his - she": -0.016449215257499483, "his": 0.2851732626399707, "she": 0.3016224778974702}, "government": {"his - she": 0.11911091675354199, "his": 0.2607850735627456, "she": 0.14167415680920362}, "graduated": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "graduates": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "grand": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "grann": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "granted": {"his - she": 0.0428326436688693, "his": 0.29000760009515225, "she": 0.24717495642628295}, "graves": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "gray": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "great": {"his - she": 0.12368611135468993, "his": 0.35325653673437346, "she": 0.22957042537968353}, "green": {"his - she": 0.06924038955146669, "his": 0.2534552000567769, "she": 0.18421481050531022}, "greet": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "ground": {"his - she": 0.016647667848481512, "his": 0.20789743566772212, "she": 0.1912497678192406}, "group": {"his - she": 0.0413038951777038, "his": 0.28445272349796347, "she": 0.24314882832025966}, "groupon": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "growing": {"his - she": 0.013212074268512342, "his": 0.29982068409429524, "she": 0.2866086098257829}, "grown": {"his - she": -0.07024583625223119, "his": 0.26092430337644185, "she": 0.33117013962867303}, "growth": {"his - she": -0.037260296543233595, "his": 0.23129772441340857, "she": 0.26855802095664216}, "gru": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "guilt": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "guilty": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "guy": {"his - she": -0.009472081279885358, "his": 0.30601442023554437, "she": 0.31548650151542973}, "hacks": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "had": {"his - she": 0.030842832017165422, "his": 0.3341221103043493, "she": 0.3032792782871839}, "hadn": {"his - she": 0.011758494531358465, "his": 0.3272449960467882, "she": 0.31548650151542973}, "hair": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "haired": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "half": {"his - she": 0.014539235311750831, "his": 0.27599275987911387, "she": 0.26145352456736304}, "halftime": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "hall": {"his - she": 0.0428326436688693, "his": 0.29000760009515225, "she": 0.24717495642628295}, "hallucinations": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "hand": {"his - she": 0.04703291437395957, "his": 0.30526179242817636, "she": 0.2582288780542168}, "handle": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "hannah": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "happen": {"his - she": 0.06529364490877826, "his": 0.29982068409429524, "she": 0.23452703918551698}, "happened": {"his - she": -0.00863309982540017, "his": 0.28372664962401584, "she": 0.292359749449416}, "happening": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "happenings": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "happy": {"his - she": -0.009472081279885358, "his": 0.30601442023554437, "she": 0.31548650151542973}, "hard": {"his - she": 0.09990671466119189, "his": 0.30526179242817636, "she": 0.20535507776698447}, "hardin": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "harping": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "harry": {"his - she": -0.03304449399332632, "his": 0.21413046243295664, "she": 0.24717495642628295}, "has": {"his - she": 0.10362653201699079, "his": 0.3647196531660296, "she": 0.2610931211490388}, "hats": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "have": {"his - she": 0.09802759307906661, "his": 0.357103812865288, "she": 0.25907621978622136}, "having": {"his - she": 0.08895516710245321, "his": 0.36224258010450555, "she": 0.27328741300205234}, "he": {"his - she": 0.18020027805367642, "his": 0.37398730641719274, "she": 0.19378702836351633}, "head": {"his - she": -9.78259674015991e-05, "his": 0.2754344429631931, "she": 0.2755322689305947}, "headed": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "heads": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "healing": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "healthy": {"his - she": 0.043276473080981065, "his": 0.28372664962401584, "she": 0.24045017654303477}, "hear": {"his - she": 0.043276473080981065, "his": 0.28372664962401584, "she": 0.24045017654303477}, "heard": {"his - she": -0.007694562287277551, "his": 0.2608634586693646, "she": 0.26855802095664216}, "heart": {"his - she": 0.08144026353185557, "his": 0.3286152199581385, "she": 0.24717495642628295}, "heartening": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "heavyweight": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "height": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "held": {"his - she": 0.048950677988225444, "his": 0.32682249789240303, "she": 0.2778718199041776}, "help": {"his - she": 0.16197702724721327, "his": 0.3461918377525235, "she": 0.18421481050531022}, "helped": {"his - she": 0.06367724115151224, "his": 0.3186538089869826, "she": 0.25497656783547035}, "her": {"his - she": -0.08061970282494815, "his": 0.2470012772461667, "she": 0.32762098007111484}, "here": {"his - she": 0.0673854898587109, "his": 0.3296985754942147, "she": 0.2623130856355038}, "heroes": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "herself": {"his - she": -0.03844477129153051, "his": 0.2883519534743822, "she": 0.3267967247659127}, "hide": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "hiding": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "high": {"his - she": 0.11526110042773816, "his": 0.2952202809255074, "she": 0.17995918049776924}, "higher": {"his - she": 0.06705118011011332, "his": 0.2792409542249158, "she": 0.21218977411480247}, "highlight": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "highway": {"his - she": 0.013749346950158892, "his": 0.26092430337644185, "she": 0.24717495642628295}, "hilarious": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "him": {"his - she": 0.10222224385023904, "his": 0.36337621025354827, "she": 0.26115396640330923}, "hiroto": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "his": {"his - she": 0.19069277679310592, "his": 0.4326414878015573, "she": 0.2419487110084514}, "historical": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "history": {"his - she": 0.03997846989333009, "his": 0.3014018009004911, "she": 0.26142333100716103}, "hit": {"his - she": -0.011368031255429067, "his": 0.3224641350338455, "she": 0.3338321662892746}, "hits": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "hive": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "hoffman": {"his - she": -0.032249381035194036, "his": 0.18777187204743392, "she": 0.22002125308262796}, "hold": {"his - she": 0.030820550463332486, "his": 0.3122781412574042, "she": 0.28145759079407173}, "holds": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "holmes": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "homage": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "home": {"his - she": 0.03104376023950839, "his": 0.33427978660549246, "she": 0.30323602636598407}, "homeless": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "homemade": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "honest": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "host": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "hosted": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "hosts": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "hot": {"his - she": -0.0014636733324185358, "his": 0.303894973684048, "she": 0.30535864701646653}, "hotel": {"his - she": -0.032859586687550346, "his": 0.20759058985548443, "she": 0.24045017654303477}, "hound": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "hours": {"his - she": 0.013138876680602984, "his": 0.3184975236970695, "she": 0.30535864701646653}, "house": {"his - she": 0.0703859278867533, "his": 0.3352720864671003, "she": 0.26488615858034703}, "how": {"his - she": 0.056210263648237446, "his": 0.3517850301010425, "she": 0.29557476645280506}, "however": {"his - she": 0.03997846989333009, "his": 0.3014018009004911, "she": 0.26142333100716103}, "https": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "hug": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "huge": {"his - she": 0.0440196991982818, "his": 0.27324495010796984, "she": 0.22922525090968804}, "hughes": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "human": {"his - she": 0.11108016223965009, "his": 0.33110141532227805, "she": 0.22002125308262796}, "humanoid": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "humans": {"his - she": 0.013479222963626025, "his": 0.29493681375769776, "she": 0.28145759079407173}, "hundred": {"his - she": -0.03324907390625079, "his": 0.22172749392921956, "she": 0.25497656783547035}, "hunger": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "hurt": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "husband": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "hustling": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "hysterical": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "i": {"his - she": 0.0685769864135799, "his": 0.28723219745947115, "she": 0.21865521104589125}, "ice": {"his - she": -0.0386449634747989, "his": 0.30347244834814374, "she": 0.34211741182294264}, "idea": {"his - she": 0.00040582878843054004, "his": 0.26551596054782584, "she": 0.2651101317593953}, "identical": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "if": {"his - she": 0.08797011184162956, "his": 0.3419679589785196, "she": 0.25399784713689005}, "ignore": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "ill": {"his - she": 0.013365008733776051, "his": 0.2683415765692464, "she": 0.25497656783547035}, "illness": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "illusion": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "immediately": {"his - she": -0.043131454740919395, "his": 0.2792409542249158, "she": 0.3223724089658352}, "immensely": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "immersive": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "imparted": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "impatience": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "impeccably": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "importance": {"his - she": -0.00863309982540017, "his": 0.28372664962401584, "she": 0.292359749449416}, "important": {"his - she": 0.124126498278717, "his": 0.3500611450328022, "she": 0.22593464675408523}, "in": {"his - she": 0.1281217230522431, "his": 0.3139857848024327, "she": 0.18586406175018963}, "incident": {"his - she": 0.014898327057992405, "his": 0.23931834707801256, "she": 0.22442002002002015}, "incidents": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "incinerated": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "included": {"his - she": 0.09757037831384269, "his": 0.3267956292235307, "she": 0.22922525090968804}, "including": {"his - she": 0.05762809758469506, "his": 0.35161924390311244, "she": 0.2939911463184174}, "increased": {"his - she": 0.01408457014370132, "his": 0.2545347466867361, "she": 0.24045017654303477}, "increasingly": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "indeed": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "industry": {"his - she": -0.008027608729321012, "his": 0.26875879762366767, "she": 0.2767864063529887}, "information": {"his - she": 0.014354795644568763, "his": 0.2792409542249158, "she": 0.26488615858034703}, "informed": {"his - she": -0.009856104775189944, "his": 0.31694061999072276, "she": 0.3267967247659127}, "informs": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "ink": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "instead": {"his - she": 0.04725592852192628, "his": 0.3024427560584787, "she": 0.2551868275365524}, "instinctively": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "instincts": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "intelligence": {"his - she": -0.00821264068610189, "his": 0.27324495010796984, "she": 0.28145759079407173}, "intend": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "intended": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "intensity": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "interactive": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "interest": {"his - she": -0.008413286703061518, "his": 0.2781953231227214, "she": 0.2866086098257829}, "interested": {"his - she": -0.009856104775189944, "his": 0.31694061999072276, "she": 0.3267967247659127}, "interesting": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "international": {"his - she": 0.08387372060142004, "his": 0.303894973684048, "she": 0.22002125308262796}, "interview": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "into": {"his - she": 0.04298531679099887, "his": 0.3502991098648016, "she": 0.30731379307380274}, "investigates": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "investigation": {"his - she": 0.012584993978635106, "his": 0.31146969894424825, "she": 0.29888470496561315}, "investigators": {"his - she": -0.0386449634747989, "his": 0.30347244834814374, "she": 0.34211741182294264}, "involved": {"his - she": 0.0017270436282474377, "his": 0.3240994525940826, "she": 0.3223724089658352}, "involvement": {"his - she": 0.013749346950158892, "his": 0.26092430337644185, "she": 0.24717495642628295}, "irony": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "is": {"his - she": 0.09574361025703193, "his": 0.3236557603187377, "she": 0.2279121500617058}, "isabelle": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "isay": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "islamic": {"his - she": 0.0436682839372044, "his": 0.2781953231227214, "she": 0.23452703918551698}, "isn": {"his - she": -0.040625492343390746, "his": 0.2608634586693646, "she": 0.30148895101275536}, "issue": {"his - she": 0.08836878086351935, "his": 0.2571412853266111, "she": 0.16877250446309178}, "it": {"his - she": 0.12425931329378753, "his": 0.33426550345770545, "she": 0.21000619016391792}, "itching": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "item": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "items": {"his - she": 0.04094250825213741, "his": 0.31694061999072276, "she": 0.27599811173858535}, "its": {"his - she": 0.07946557092713116, "his": 0.3270274309127672, "she": 0.24756185998563604}, "itself": {"his - she": 0.13264245097026628, "his": 0.348604149387541, "she": 0.2159616984172747}, "jane": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "japan": {"his - she": -0.03155550247121308, "his": 0.16772364172248647, "she": 0.19927914419369955}, "jay": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "jealous": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "job": {"his - she": 0.07069104999973919, "his": 0.3321445745671022, "she": 0.26145352456736304}, "join": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "joining": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "joke": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "jokes": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "joshua": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "journal": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "journalism": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "journey": {"his - she": 0.06482618638704105, "his": 0.3052763629300758, "she": 0.24045017654303477}, "judy": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "july": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "jumped": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "june": {"his - she": 0.04627749756664051, "his": 0.3148355185232827, "she": 0.26855802095664216}, "just": {"his - she": 0.03514964497219247, "his": 0.34828573713975125, "she": 0.3131360921675588}, "kana": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "karen": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "kato": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "katoare": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "keeghan": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "keen": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "keep": {"his - she": 0.06529364490877826, "his": 0.29982068409429524, "she": 0.23452703918551698}, "kei": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "kenzo": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "kept": {"his - she": 0.0436682839372044, "his": 0.2781953231227214, "she": 0.23452703918551698}, "key": {"his - she": -0.03324907390625079, "his": 0.22172749392921956, "she": 0.25497656783547035}, "khone": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "kid": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "kidding": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "kids": {"his - she": -0.03324907390625079, "his": 0.22172749392921956, "she": 0.25497656783547035}, "killed": {"his - she": -0.009472081279885358, "his": 0.30601442023554437, "she": 0.31548650151542973}, "killers": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "kim": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "kind": {"his - she": 0.02973051499252538, "his": 0.3286152199581385, "she": 0.29888470496561315}, "kindle": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "kingdom": {"his - she": 0.04094250825213741, "his": 0.31694061999072276, "she": 0.27599811173858535}, "knew": {"his - she": -0.06172631467912548, "his": 0.3079019637817704, "she": 0.3696282784608959}, "knocked": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "knotted": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "know": {"his - she": 0.030077925456199972, "his": 0.3256033970485733, "she": 0.2955254715923733}, "knowledge": {"his - she": 0.0642947425179653, "his": 0.31146969894424825, "she": 0.24717495642628295}, "known": {"his - she": 0.16226436619424525, "his": 0.34431255282332907, "she": 0.1820481866290838}, "korea": {"his - she": -0.032859586687550346, "his": 0.20759058985548443, "she": 0.24045017654303477}, "kurono": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "l": {"his - she": -0.008413286703061518, "his": 0.2781953231227214, "she": 0.2866086098257829}, "lady": {"his - she": -0.04116253953352078, "his": 0.29000760009515225, "she": 0.33117013962867303}, "laid": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "land": {"his - she": 0.09990671466119189, "his": 0.30526179242817636, "she": 0.20535507776698447}, "large": {"his - she": -0.032690165391441706, "his": 0.20183687379407528, "she": 0.23452703918551698}, "larger": {"his - she": -0.0379604015891713, "his": 0.26092430337644185, "she": 0.29888470496561315}, "last": {"his - she": 0.035178260633621006, "his": 0.32831510824720644, "she": 0.29313684761358544}, "late": {"his - she": 0.11151089271691439, "his": 0.3274725911341891, "she": 0.2159616984172747}, "later": {"his - she": 0.0298552008738589, "his": 0.3501729329040362, "she": 0.3203177320301773}, "latest": {"his - she": 0.014382846613066547, "his": 0.24890988579858353, "she": 0.23452703918551698}, "launch": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "law": {"his - she": -0.006459698420622356, "his": 0.2333438228756264, "she": 0.23980352129624877}, "lax": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "lead": {"his - she": 0.1349600761515726, "his": 0.3314335033910327, "she": 0.19647342723946012}, "leaders": {"his - she": -0.03746805927497612, "his": 0.23931834707801256, "she": 0.2767864063529887}, "leading": {"his - she": 0.06367724115151224, "his": 0.3186538089869826, "she": 0.25497656783547035}, "leaks": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "leaky": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "learned": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "least": {"his - she": 0.026807297140024666, "his": 0.3151893518459336, "she": 0.28838205470590894}, "lee": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "leeratanakajornthe": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "left": {"his - she": 0.058362510857912164, "his": 0.33389477978850685, "she": 0.2755322689305947}, "legal": {"his - she": 0.0428326436688693, "his": 0.29000760009515225, "she": 0.24717495642628295}, "legendary": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "legs": {"his - she": 0.013365008733776051, "his": 0.2683415765692464, "she": 0.25497656783547035}, "length": {"his - she": 0.06367724115151224, "his": 0.3186538089869826, "she": 0.25497656783547035}, "less": {"his - she": 0.015476762137489275, "his": 0.27871395972073165, "she": 0.2632371975832424}, "let": {"his - she": 0.049949019567565645, "his": 0.31505915132696094, "she": 0.2651101317593953}, "letter": {"his - she": 0.06675499086796349, "his": 0.2827166892852382, "she": 0.2159616984172747}, "level": {"his - she": -0.0009806005201677959, "his": 0.29354583195932804, "she": 0.29452643247949584}, "levels": {"his - she": -0.03304449399332632, "his": 0.21413046243295664, "she": 0.24717495642628295}, "li": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "liberating": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "librarians": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "libraries": {"his - she": 0.014382846613066547, "his": 0.24890988579858353, "she": 0.23452703918551698}, "library": {"his - she": 0.015893004607339917, "his": 0.2212480823743244, "she": 0.20535507776698447}, "life": {"his - she": 0.059073540990222606, "his": 0.34918615321223756, "she": 0.29011261222201495}, "lifelong": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "lifted": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "like": {"his - she": 0.045849670802836195, "his": 0.35229970666665317, "she": 0.30645003586381697}, "liked": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "line": {"his - she": 0.014898327057992405, "his": 0.23931834707801256, "she": 0.22442002002002015}, "linked": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "liquid": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "lisa": {"his - she": -0.08475424253265651, "his": 0.21413046243295664, "she": 0.29888470496561315}, "listen": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "listening": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "little": {"his - she": -0.0024698361912960376, "his": 0.319367369443316, "she": 0.32183720563461204}, "live": {"his - she": 0.0436682839372044, "his": 0.2781953231227214, "she": 0.23452703918551698}, "lived": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "lives": {"his - she": -0.008877104870460895, "his": 0.29000760009515225, "she": 0.29888470496561315}, "ll": {"his - she": 0.014489862765723227, "his": 0.3084810090841406, "she": 0.2939911463184174}, "loan": {"his - she": -0.08472094693301149, "his": 0.22172749392921956, "she": 0.30644844086223105}, "local": {"his - she": 0.04821882561206342, "his": 0.2903090687781627, "she": 0.24209024316609928}, "lollipop": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "lollipops": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "london": {"his - she": 0.0428326436688693, "his": 0.29000760009515225, "she": 0.24717495642628295}, "long": {"his - she": 0.07632219115987204, "his": 0.33427978660549246, "she": 0.2579575954456204}, "longer": {"his - she": 0.0436682839372044, "his": 0.2781953231227214, "she": 0.23452703918551698}, "longest": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "look": {"his - she": 0.16400708658653917, "his": 0.33277959104963095, "she": 0.16877250446309178}, "looked": {"his - she": 0.014158668328596025, "his": 0.2827166892852382, "she": 0.26855802095664216}, "looking": {"his - she": 0.002431304504091625, "his": 0.310029905078553, "she": 0.30759860057446137}, "looks": {"his - she": 0.06482618638704105, "his": 0.3052763629300758, "she": 0.24045017654303477}, "los": {"his - she": 0.06608992848955664, "his": 0.2905099485095768, "she": 0.22442002002002015}, "lose": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "losing": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "lost": {"his - she": 0.11151089271691439, "his": 0.3274725911341891, "she": 0.2159616984172747}, "lot": {"his - she": 0.013172454387596566, "his": 0.34061620583923313, "she": 0.32744375145163657}, "lots": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "lotus": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "love": {"his - she": 0.06825455451944412, "his": 0.32791918993107155, "she": 0.25966463541162743}, "loved": {"his - she": -0.009152783289112287, "his": 0.29729565757311877, "she": 0.30644844086223105}, "lover": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "loving": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "low": {"his - she": 0.032495221928014295, "his": 0.2876820494645667, "she": 0.2551868275365524}, "lower": {"his - she": 0.015336025996133873, "his": 0.23129772441340857, "she": 0.2159616984172747}, "lunch": {"his - she": -0.08475424253265651, "his": 0.21413046243295664, "she": 0.29888470496561315}, "m": {"his - she": 0.042311692401952705, "his": 0.33834953380410515, "she": 0.29603784140215245}, "machines": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "made": {"his - she": 0.1460224890943894, "his": 0.34531110047760427, "she": 0.19928861138321488}, "magic": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "magical": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "main": {"his - she": 0.09847627061444156, "his": 0.3184975236970695, "she": 0.22002125308262796}, "maintained": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "major": {"his - she": 0.11262877201661048, "his": 0.31798384978359495, "she": 0.20535507776698447}, "majority": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "make": {"his - she": 0.1437958704117882, "his": 0.3599965212269165, "she": 0.2162006508151283}, "makes": {"his - she": 0.03187251928814294, "his": 0.29675867786849, "she": 0.26488615858034703}, "makeup": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "making": {"his - she": 0.09990671466119189, "his": 0.30526179242817636, "she": 0.20535507776698447}, "man": {"his - she": 0.11929332072000137, "his": 0.3807166517271624, "she": 0.26142333100716103}, "manage": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "manages": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "manipulate": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "many": {"his - she": 0.1081433549509071, "his": 0.3607297046550637, "she": 0.2525863497041566}, "march": {"his - she": 0.014365788502766763, "his": 0.29723859013921083, "she": 0.28287280163644407}, "marked": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "marketing": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "marriage": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "married": {"his - she": -0.0846585488381855, "his": 0.23082795267724424, "she": 0.31548650151542973}, "mary": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "masaru": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "matchup": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "matt": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "matthew": {"his - she": -0.0843306075053798, "his": 0.25778680431756285, "she": 0.34211741182294264}, "may": {"his - she": 0.0536266599161227, "his": 0.33522559380700506, "she": 0.28159893389088236}, "maybe": {"his - she": 0.04433877760364752, "his": 0.26875879762366767, "she": 0.22442002002002015}, "mcgregor": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "mcnamara": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "me": {"his - she": 0.042016327239655094, "his": 0.320892072075147, "she": 0.2788757448354919}, "meaning": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "means": {"his - she": 0.04821882561206342, "his": 0.2903090687781627, "she": 0.24209024316609928}, "meant": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "media": {"his - she": 0.0682827097550113, "his": 0.2647561369944714, "she": 0.19647342723946012}, "medical": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "meeting": {"his - she": 0.014382846613066547, "his": 0.24890988579858353, "she": 0.23452703918551698}, "meh": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "melt": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "member": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "members": {"his - she": 0.016216127112415074, "his": 0.21549527130611462, "she": 0.19927914419369955}, "memories": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "memory": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "men": {"his - she": 0.11459266398955095, "his": 0.30105820273885364, "she": 0.1864655387493027}, "menu": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "mess": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "message": {"his - she": 0.04094250825213741, "his": 0.31694061999072276, "she": 0.27599811173858535}, "met": {"his - she": -0.03324907390625079, "his": 0.22172749392921956, "she": 0.25497656783547035}, "meter": {"his - she": -0.0846585488381855, "his": 0.23082795267724424, "she": 0.31548650151542973}, "metropolitan": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "mia": {"his - she": -0.03199617412240985, "his": 0.18019359999239262, "she": 0.21218977411480247}, "michael": {"his - she": 0.0436682839372044, "his": 0.2781953231227214, "she": 0.23452703918551698}, "michelle": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "middle": {"his - she": 0.06482618638704105, "his": 0.3052763629300758, "she": 0.24045017654303477}, "might": {"his - she": 0.08235833283288763, "his": 0.35348765838662316, "she": 0.27112932555373553}, "military": {"his - she": 0.04433877760364752, "his": 0.26875879762366767, "she": 0.22442002002002015}, "million": {"his - she": 0.06806316094254658, "his": 0.26734230513624613, "she": 0.19927914419369955}, "mine": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "minister": {"his - she": 0.0682827097550113, "his": 0.2647561369944714, "she": 0.19647342723946012}, "minor": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "minute": {"his - she": 0.0673277430162918, "his": 0.27599275987911387, "she": 0.20866501686282207}, "minutes": {"his - she": 0.013346567510527318, "his": 0.3148355185232827, "she": 0.30148895101275536}, "miss": {"his - she": 0.04094250825213741, "his": 0.31694061999072276, "she": 0.27599811173858535}, "missing": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "mixed": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "moaning": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "mob": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "model": {"his - she": -0.007134051247787376, "his": 0.24805277628876504, "she": 0.2551868275365524}, "mom": {"his - she": -0.07022136534321782, "his": 0.2683415765692464, "she": 0.3385629419124642}, "moment": {"his - she": 0.012916613480659811, "his": 0.3052763629300758, "she": 0.292359749449416}, "moments": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "monday": {"his - she": 0.0436682839372044, "his": 0.2781953231227214, "she": 0.23452703918551698}, "money": {"his - she": 0.015125236635801675, "his": 0.23514648971842964, "she": 0.22002125308262796}, "monitor": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "monk": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "monosyllabic": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "month": {"his - she": 0.04538878770368776, "his": 0.25405380456650983, "she": 0.20866501686282207}, "months": {"his - she": -0.08477173603170762, "his": 0.20183687379407528, "she": 0.2866086098257829}, "mood": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "moon": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "more": {"his - she": 0.06427649020051063, "his": 0.3252154410983093, "she": 0.26093895089779867}, "morning": {"his - she": -0.06264858783606025, "his": 0.259940876591415, "she": 0.32258946442747527}, "moscow": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "most": {"his - she": 0.08230306101982277, "his": 0.34724300671709857, "she": 0.2649399456972758}, "mother": {"his - she": -0.06507336866560692, "his": 0.26875879762366767, "she": 0.3338321662892746}, "mothers": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "mourning": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "move": {"his - she": 0.08305289034771618, "his": 0.3122781412574042, "she": 0.22922525090968804}, "moved": {"his - she": 0.0436682839372044, "his": 0.2781953231227214, "she": 0.23452703918551698}, "movement": {"his - she": -0.0846585488381855, "his": 0.23082795267724424, "she": 0.31548650151542973}, "movie": {"his - she": 0.06849168194821323, "his": 0.26229297233708204, "she": 0.1938012903888688}, "moving": {"his - she": -0.0386449634747989, "his": 0.30347244834814374, "she": 0.34211741182294264}, "mr": {"his - she": 0.06675499086796349, "his": 0.2827166892852382, "she": 0.2159616984172747}, "much": {"his - she": 0.02077289538038385, "his": 0.3424149568785081, "she": 0.32164206149812424}, "multifaceted": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "multitude": {"his - she": -0.03844477129153051, "his": 0.2883519534743822, "she": 0.3267967247659127}, "mums": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "murder": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "murray": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "music": {"his - she": 0.08683137955671735, "his": 0.27329691830602004, "she": 0.1864655387493027}, "musical": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "musicians": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "musings": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "must": {"his - she": 0.09990671466119189, "his": 0.30526179242817636, "she": 0.20535507776698447}, "mustard": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "my": {"his - she": 0.03180498728692244, "his": 0.28984077621639326, "she": 0.2580357889294708}, "myself": {"his - she": -0.04096770685914225, "his": 0.2781953231227214, "she": 0.31916302998186363}, "mysterious": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "mystery": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "mystic": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "nab": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "name": {"his - she": 0.026208546185624237, "his": 0.3240994525940826, "she": 0.2978909064084584}, "names": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "naps": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "narrative": {"his - she": 0.013749346950158892, "his": 0.26092430337644185, "she": 0.24717495642628295}, "natural": {"his - she": -0.008413286703061518, "his": 0.2781953231227214, "she": 0.2866086098257829}, "nature": {"his - she": 0.0428326436688693, "his": 0.29000760009515225, "she": 0.24717495642628295}, "navigating": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "ncaa": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "nearly": {"his - she": 0.06608992848955664, "his": 0.2905099485095768, "she": 0.22442002002002015}, "necessary": {"his - she": 0.0970456914608761, "his": 0.3315727306463931, "she": 0.23452703918551698}, "needed": {"his - she": -0.008413286703061518, "his": 0.2781953231227214, "she": 0.2866086098257829}, "neighbor": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "neighbourhood": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "neither": {"his - she": -0.0700797583223502, "his": 0.2883519534743822, "she": 0.3584317117967324}, "nerve": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "net": {"his - she": 0.013723542156588109, "his": 0.2905099485095768, "she": 0.2767864063529887}, "never": {"his - she": 0.07197661096717353, "his": 0.31894018534357266, "she": 0.24696357437639913}, "new": {"his - she": 0.14689649298722607, "his": 0.344930766921041, "she": 0.19803427393381495}, "news": {"his - she": 0.08618947710073369, "his": 0.2799907674896025, "she": 0.1938012903888688}, "next": {"his - she": 0.05009592355421888, "his": 0.31333312113746126, "she": 0.2632371975832424}, "nhai": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "nice": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "night": {"his - she": 0.04856070175458865, "his": 0.3314335033910327, "she": 0.28287280163644407}, "nishi": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "no": {"his - she": 0.06639384322785746, "his": 0.3534483284299688, "she": 0.28705448520211135}, "nobeladventures": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "nobody": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "non": {"his - she": 0.03285816267409433, "his": 0.2824284319835415, "she": 0.24957026930944717}, "nor": {"his - she": -0.009472081279885358, "his": 0.30601442023554437, "she": 0.31548650151542973}, "normal": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "north": {"his - she": -0.032859586687550346, "his": 0.20759058985548443, "she": 0.24045017654303477}, "not": {"his - she": 0.1256250851252784, "his": 0.35499398871430904, "she": 0.22936890358903064}, "noted": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "nothing": {"his - she": 0.032299366092665815, "his": 0.2905282441468826, "she": 0.2582288780542168}, "noticeably": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "november": {"his - she": 0.06367724115151224, "his": 0.3186538089869826, "she": 0.25497656783547035}, "novemberat": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "novichok": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "now": {"his - she": 0.05469305747019981, "his": 0.3471083467603963, "she": 0.2924152892901965}, "nowhere": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "number": {"his - she": 0.11409853106421061, "his": 0.3053482988834512, "she": 0.1912497678192406}, "ny": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "nyc": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "ode": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "of": {"his - she": 0.1291853319441855, "his": 0.28660051960037536, "she": 0.15741518765618986}, "off": {"his - she": -0.0020254143806323066, "his": 0.3106076010814351, "she": 0.3126330154620674}, "offer": {"his - she": -0.08476915959393158, "his": 0.20759058985548443, "she": 0.292359749449416}, "offered": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "office": {"his - she": 0.08257819819709583, "his": 0.3171052373826128, "she": 0.23452703918551698}, "officers": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "often": {"his - she": 0.027770789736801305, "his": 0.30105820273885364, "she": 0.27328741300205234}, "oh": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "oil": {"his - she": 0.015125236635801675, "his": 0.23514648971842964, "she": 0.22002125308262796}, "old": {"his - she": 0.01371730144399963, "his": 0.321315902018461, "she": 0.30759860057446137}, "older": {"his - she": 0.013365008733776051, "his": 0.2683415765692464, "she": 0.25497656783547035}, "on": {"his - she": 0.09300417170912198, "his": 0.34159620874850105, "she": 0.24859203703937907}, "once": {"his - she": 0.034500039487638634, "his": 0.32097739058165153, "she": 0.2864773510940129}, "one": {"his - she": 0.09956439222313601, "his": 0.3777564573312579, "she": 0.2781920651081219}, "oni": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "online": {"his - she": 0.08488081509650597, "his": 0.29354583195932804, "she": 0.20866501686282207}, "only": {"his - she": 0.055292929763927745, "his": 0.317542499333092, "she": 0.26224956956916423}, "onto": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "opened": {"his - she": 0.013749346950158892, "his": 0.26092430337644185, "she": 0.24717495642628295}, "opted": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "option": {"his - she": -0.032690165391441706, "his": 0.20183687379407528, "she": 0.23452703918551698}, "options": {"his - she": 0.013749346950158892, "his": 0.26092430337644185, "she": 0.24717495642628295}, "or": {"his - she": 0.04568457743587745, "his": 0.335559894048463, "she": 0.28987531661258553}, "order": {"his - she": 0.06045963576910582, "his": 0.310029905078553, "she": 0.24957026930944717}, "ordinary": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "original": {"his - she": 0.06482618638704105, "his": 0.3052763629300758, "she": 0.24045017654303477}, "orlean": {"his - she": -0.032119458939825235, "his": 0.18384223947744946, "she": 0.2159616984172747}, "oscars": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "other": {"his - she": 0.07397430145868994, "his": 0.37233993177035424, "she": 0.2983656303116643}, "others": {"his - she": 0.04725592852192628, "his": 0.3024427560584787, "she": 0.2551868275365524}, "our": {"his - she": 0.05202063380773814, "his": 0.33792993426364387, "she": 0.28590930045590573}, "out": {"his - she": 0.09687810552665121, "his": 0.3650972531026267, "she": 0.2682191475759755}, "outfits": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "outside": {"his - she": -0.009152783289112287, "his": 0.29729565757311877, "she": 0.30644844086223105}, "over": {"his - she": 0.0777360292588768, "his": 0.3489194832464014, "she": 0.2711834539875246}, "overflowing": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "overing": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "own": {"his - she": 0.09705543690714691, "his": 0.3550130323527673, "she": 0.2579575954456204}, "p": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "pace": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "pacing": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "package": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "page": {"his - she": -0.0016465478130445743, "his": 0.3079019637817704, "she": 0.309548511594815}, "pages": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "paid": {"his - she": -0.03844477129153051, "his": 0.2883519534743822, "she": 0.3267967247659127}, "pains": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "painted": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "pair": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "palpable": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "panic": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "parent": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "parents": {"his - she": 0.014382846613066547, "his": 0.24890988579858353, "she": 0.23452703918551698}, "parks": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "parliament": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "part": {"his - she": 0.03080755897135734, "his": 0.3374144122934683, "she": 0.30660685332211096}, "participants": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "parts": {"his - she": 0.013749346950158892, "his": 0.26092430337644185, "she": 0.24717495642628295}, "partying": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "pass": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "passengers": {"his - she": 0.013365008733776051, "his": 0.2683415765692464, "she": 0.25497656783547035}, "passes": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "past": {"his - she": 0.11061164507614868, "his": 0.33503166509616883, "she": 0.22442002002002015}, "patience": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "patronize": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "pawn": {"his - she": -0.0846585488381855, "his": 0.23082795267724424, "she": 0.31548650151542973}, "pay": {"his - she": 0.06529364490877826, "his": 0.29982068409429524, "she": 0.23452703918551698}, "payday": {"his - she": -0.0846585488381855, "his": 0.23082795267724424, "she": 0.31548650151542973}, "paying": {"his - she": -0.094368227172622, "his": 0.24890988579858353, "she": 0.34327811297120553}, "peace": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "peak": {"his - she": -0.03324907390625079, "his": 0.22172749392921956, "she": 0.25497656783547035}, "people": {"his - she": 0.09129184276258889, "his": 0.3305280650779519, "she": 0.239236222315363}, "percentage": {"his - she": -0.032859586687550346, "his": 0.20759058985548443, "she": 0.24045017654303477}, "perfect": {"his - she": -0.008413286703061518, "his": 0.2781953231227214, "she": 0.2866086098257829}, "performance": {"his - she": 0.08305289034771618, "his": 0.3122781412574042, "she": 0.22922525090968804}, "performances": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "performed": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "performing": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "perhaps": {"his - she": 0.025742768305811514, "his": 0.33110141532227805, "she": 0.30535864701646653}, "perplexing": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "person": {"his - she": -0.0016465478130445743, "his": 0.3079019637817704, "she": 0.309548511594815}, "personal": {"his - she": 0.0726104057830469, "his": 0.31241392707929566, "she": 0.23980352129624877}, "personnel": {"his - she": 0.013365008733776051, "his": 0.2683415765692464, "she": 0.25497656783547035}, "petrov": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "phenomenon": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "phone": {"his - she": -0.03844477129153051, "his": 0.2883519534743822, "she": 0.3267967247659127}, "photos": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "piece": {"his - she": -0.0846585488381855, "his": 0.23082795267724424, "she": 0.31548650151542973}, "piedmont": {"his - she": -0.03324907390625079, "his": 0.22172749392921956, "she": 0.25497656783547035}, "pin": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "place": {"his - she": 0.05831719434522192, "his": 0.3568423183562224, "she": 0.29852512401100045}, "plague": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "plain": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "planning": {"his - she": 0.046720581568736735, "his": 0.23552830920052473, "she": 0.188807727631788}, "platform": {"his - she": -0.038106864292984655, "his": 0.2683415765692464, "she": 0.30644844086223105}, "play": {"his - she": 0.048760058540762985, "his": 0.3290752197301635, "she": 0.28031516118940053}, "played": {"his - she": 0.11009770247816902, "his": 0.33932295338785706, "she": 0.22922525090968804}, "player": {"his - she": 0.032299366092665815, "his": 0.2905282441468826, "she": 0.2582288780542168}, "players": {"his - she": 0.08517316637989814, "his": 0.2905282441468826, "she": 0.20535507776698447}, "playing": {"his - she": -0.008027608729321012, "his": 0.26875879762366767, "she": 0.2767864063529887}, "please": {"his - she": 0.06571156284800972, "his": 0.29493681375769776, "she": 0.22922525090968804}, "pleasure": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "pockets": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "podcast": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "point": {"his - she": 0.1342802866456663, "his": 0.33651395937063544, "she": 0.20223367272496914}, "points": {"his - she": 0.11009770247816902, "his": 0.33932295338785706, "she": 0.22922525090968804}, "police": {"his - she": 0.09924210016580207, "his": 0.31143187428060454, "she": 0.21218977411480247}, "political": {"his - she": 0.06888187522010147, "his": 0.25768960285188947, "she": 0.188807727631788}, "pong": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "popular": {"his - she": 0.014539235311750831, "his": 0.27599275987911387, "she": 0.26145352456736304}, "porch": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "position": {"his - she": 0.08348194376175028, "his": 0.3079019637817704, "she": 0.22442002002002015}, "possibly": {"his - she": -0.009152783289112287, "his": 0.29729565757311877, "she": 0.30644844086223105}, "post": {"his - she": 0.030496627556829914, "his": 0.3171052373826128, "she": 0.2866086098257829}, "power": {"his - she": 0.05890961227318203, "his": 0.3279606672040272, "she": 0.2690510549308452}, "practice": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "praised": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "prepared": {"his - she": -0.008877104870460895, "his": 0.29000760009515225, "she": 0.29888470496561315}, "presence": {"his - she": 0.08204625953348918, "his": 0.32249643607652395, "she": 0.24045017654303477}, "pressuring": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "pretended": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "pretty": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "previous": {"his - she": 0.013346567510527318, "his": 0.3148355185232827, "she": 0.30148895101275536}, "prickly": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "prime": {"his - she": 0.0428326436688693, "his": 0.29000760009515225, "she": 0.24717495642628295}, "principle": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "principles": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "probably": {"his - she": -0.0020577925992508184, "his": 0.3171052373826128, "she": 0.31916302998186363}, "problem": {"his - she": 0.05975497172937816, "his": 0.31798384978359495, "she": 0.2582288780542168}, "process": {"his - she": 0.07299184082527307, "his": 0.3084810090841406, "she": 0.23548916825886754}, "produced": {"his - she": -0.007855577200983788, "his": 0.2646525991610589, "she": 0.27250817636204266}, "producer": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "product": {"his - she": 0.06608992848955664, "his": 0.2905099485095768, "she": 0.22442002002002015}, "products": {"his - she": 0.013749346950158892, "his": 0.26092430337644185, "she": 0.24717495642628295}, "professionals": {"his - she": -0.03826706803505875, "his": 0.277219433480371, "she": 0.31548650151542973}, "program": {"his - she": 0.030136686627107945, "his": 0.32249643607652395, "she": 0.292359749449416}, "progressively": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "project": {"his - she": 0.10020908333350956, "his": 0.3024427560584787, "she": 0.20223367272496914}, "proper": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "prose": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "protectors": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "proud": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "proven": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "provide": {"his - she": 0.08103627749745335, "his": 0.33926515555167014, "she": 0.2582288780542168}, "provided": {"his - she": 0.043276473080981065, "his": 0.28372664962401584, "she": 0.24045017654303477}, "providing": {"his - she": 0.013365008733776051, "his": 0.2683415765692464, "she": 0.25497656783547035}, "proxy": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "psychologist": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "public": {"his - she": 0.1383583881002236, "his": 0.30545393020212297, "she": 0.16709554210189936}, "publications": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "published": {"his - she": 0.012915623439030521, "his": 0.3224641350338455, "she": 0.309548511594815}, "publisher": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "pull": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "purchased": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "purpose": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "pursue": {"his - she": 0.04094250825213741, "his": 0.31694061999072276, "she": 0.27599811173858535}, "put": {"his - she": 0.042149939853461604, "his": 0.34031283844891724, "she": 0.29816289859545564}, "pyjamas": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "quality": {"his - she": 0.015125236635801675, "his": 0.23514648971842964, "she": 0.22002125308262796}, "quest": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "question": {"his - she": 0.11151089271691439, "his": 0.3274725911341891, "she": 0.2159616984172747}, "quick": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "quickly": {"his - she": 0.043276473080981065, "his": 0.28372664962401584, "she": 0.24045017654303477}, "quite": {"his - she": 0.06571156284800972, "his": 0.29493681375769776, "she": 0.22922525090968804}, "radio": {"his - she": 0.01408457014370132, "his": 0.2545347466867361, "she": 0.24045017654303477}, "rain": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "raise": {"his - she": 0.06529364490877826, "his": 0.29982068409429524, "she": 0.23452703918551698}, "random": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "rapper": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "rate": {"his - she": 0.0436682839372044, "his": 0.2781953231227214, "she": 0.23452703918551698}, "rather": {"his - she": 0.01372387201446107, "his": 0.3082503044939569, "she": 0.29452643247949584}, "re": {"his - she": 0.06644783336853521, "his": 0.33892583857429454, "she": 0.2724780052057593}, "reached": {"his - she": -0.0702531441832801, "his": 0.24890988579858353, "she": 0.31916302998186363}, "read": {"his - she": -0.017907746660544732, "his": 0.3240994525940826, "she": 0.34200719925462736}, "reader": {"his - she": 0.011758494531358465, "his": 0.3272449960467882, "she": 0.31548650151542973}, "readers": {"his - she": 0.04094250825213741, "his": 0.31694061999072276, "she": 0.27599811173858535}, "readily": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "reading": {"his - she": 0.037128366920542444, "his": 0.3386173179332978, "she": 0.30148895101275536}, "ready": {"his - she": 0.012916613480659811, "his": 0.3052763629300758, "she": 0.292359749449416}, "real": {"his - she": -0.010940534685230652, "his": 0.31143187428060454, "she": 0.3223724089658352}, "realisation": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "realization": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "really": {"his - she": 0.014344109425246832, "his": 0.33768369172965956, "she": 0.32333958230441273}, "reason": {"his - she": 0.013212074268512342, "his": 0.29982068409429524, "she": 0.2866086098257829}, "reasons": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "reawakens": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "rebellious": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "recent": {"his - she": 0.06675499086796349, "his": 0.2827166892852382, "she": 0.2159616984172747}, "reconciliations": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "record": {"his - she": 0.0642947425179653, "his": 0.31146969894424825, "she": 0.24717495642628295}, "red": {"his - she": -0.07024583625223119, "his": 0.26092430337644185, "she": 0.33117013962867303}, "reference": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "reflection": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "reflects": {"his - she": 0.04094250825213741, "his": 0.31694061999072276, "she": 0.27599811173858535}, "refuse": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "refuted": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "regularly": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "reich": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "rejected": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "relate": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "relationship": {"his - she": 0.0845689037536875, "his": 0.29675867786849, "she": 0.21218977411480247}, "relay": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "released": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "remember": {"his - she": 0.030136686627107945, "his": 0.32249643607652395, "she": 0.292359749449416}, "remind": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "reminded": {"his - she": -0.0843306075053798, "his": 0.25778680431756285, "she": 0.34211741182294264}, "remodel": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "remote": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "rented": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "repeat": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "report": {"his - she": -0.006891493030858259, "his": 0.24267877627858891, "she": 0.24957026930944717}, "reports": {"his - she": -0.032690165391441706, "his": 0.20183687379407528, "she": 0.23452703918551698}, "requirements": {"his - she": 0.013365008733776051, "his": 0.2683415765692464, "she": 0.25497656783547035}, "researched": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "residents": {"his - she": -0.03304449399332632, "his": 0.21413046243295664, "she": 0.24717495642628295}, "resolution": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "respect": {"his - she": -0.08454563534389903, "his": 0.24225108942201368, "she": 0.3267967247659127}, "respectful": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "respond": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "responding": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "response": {"his - she": 0.0440196991982818, "his": 0.27324495010796984, "she": 0.22922525090968804}, "responsible": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "rest": {"his - she": 0.0642947425179653, "his": 0.31146969894424825, "she": 0.24717495642628295}, "retailers": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "retrieved": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "return": {"his - she": 0.012915623439030521, "his": 0.3224641350338455, "she": 0.309548511594815}, "returning": {"his - she": 0.06367724115151224, "his": 0.3186538089869826, "she": 0.25497656783547035}, "reveals": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "review": {"his - she": 0.08348194376175028, "his": 0.3079019637817704, "she": 0.22442002002002015}, "reviews": {"his - she": 0.04094250825213741, "his": 0.31694061999072276, "she": 0.27599811173858535}, "reyes": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "rich": {"his - she": -0.032859586687550346, "his": 0.20759058985548443, "she": 0.24045017654303477}, "ride": {"his - she": 0.014898327057992405, "his": 0.23931834707801256, "she": 0.22442002002002015}, "ridenyc": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "rifts": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "right": {"his - she": 0.07062033736363277, "his": 0.3594403557182695, "she": 0.2888200183546367}, "rights": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "road": {"his - she": 0.08618947710073369, "his": 0.2799907674896025, "she": 0.1938012903888688}, "rock": {"his - she": -0.0379604015891713, "his": 0.26092430337644185, "she": 0.29888470496561315}, "rohan": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "role": {"his - she": 0.05949258227763049, "his": 0.32094610684499353, "she": 0.26145352456736304}, "roof": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "room": {"his - she": 0.012205368124751537, "his": 0.3186538089869826, "she": 0.30644844086223105}, "root": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "roots": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "rotations": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "round": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "rt": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "run": {"his - she": 0.012915623439030521, "his": 0.3224641350338455, "she": 0.309548511594815}, "running": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "rushed": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "ruslan": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "russia": {"his - she": -0.03324907390625079, "his": 0.22172749392921956, "she": 0.25497656783547035}, "russian": {"his - she": -0.03304449399332632, "his": 0.21413046243295664, "she": 0.24717495642628295}, "russians": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "s": {"his - she": 0.09896744177112332, "his": 0.34200742718758603, "she": 0.2430399854164627}, "sad": {"his - she": -0.11618062237471871, "his": 0.24225108942201368, "she": 0.3584317117967324}, "sadly": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "safe": {"his - she": -0.03324907390625079, "his": 0.22172749392921956, "she": 0.25497656783547035}, "safely": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "saftar": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "said": {"his - she": 0.045698537220692226, "his": 0.306792366825237, "she": 0.26109382960454475}, "salisbury": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "salt": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "same": {"his - she": 0.05795905349038388, "his": 0.3382742146797844, "she": 0.28031516118940053}, "sarah": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "saturday": {"his - she": 0.013479222963626025, "his": 0.29493681375769776, "she": 0.28145759079407173}, "save": {"his - she": 0.0428326436688693, "his": 0.29000760009515225, "she": 0.24717495642628295}, "saved": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "saving": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "savings": {"his - she": -0.03324907390625079, "his": 0.22172749392921956, "she": 0.25497656783547035}, "saw": {"his - she": 0.06639094578781601, "his": 0.34670610697721654, "she": 0.28031516118940053}, "say": {"his - she": 0.02506871627936419, "his": 0.31333312113746126, "she": 0.28826440485809707}, "saying": {"his - she": 0.013723542156588109, "his": 0.2905099485095768, "she": 0.2767864063529887}, "says": {"his - she": 0.06571156284800972, "his": 0.29493681375769776, "she": 0.22922525090968804}, "scared": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "scenes": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "schedule": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "school": {"his - she": 0.026807297140024666, "his": 0.3151893518459336, "she": 0.28838205470590894}, "scored": {"his - she": 0.0428326436688693, "his": 0.29000760009515225, "she": 0.24717495642628295}, "scorer": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "scoring": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "scripted": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "scrubs": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "se": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "searching": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "season": {"his - she": 0.06473747507895206, "his": 0.2617869055780552, "she": 0.19704943049910312}, "seat": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "seating": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "second": {"his - she": 0.07693024713954255, "his": 0.3285167533690366, "she": 0.251586506229494}, "seconds": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "security": {"his - she": 0.0436682839372044, "his": 0.2781953231227214, "she": 0.23452703918551698}, "see": {"his - she": 0.05197310862651611, "his": 0.325851622235204, "she": 0.27387851360868787}, "seedy": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "seeing": {"his - she": 0.012916613480659811, "his": 0.3052763629300758, "she": 0.292359749449416}, "seem": {"his - she": 0.09847627061444156, "his": 0.3184975236970695, "she": 0.22002125308262796}, "seemed": {"his - she": 0.013212074268512342, "his": 0.29982068409429524, "she": 0.2866086098257829}, "seemingly": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "seems": {"his - she": -0.007134051247787376, "his": 0.24805277628876504, "she": 0.2551868275365524}, "seen": {"his - she": 0.060671808857958504, "his": 0.30763538323435763, "she": 0.24696357437639913}, "sees": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "seinfeld": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "self": {"his - she": -0.009856104775189944, "his": 0.31694061999072276, "she": 0.3267967247659127}, "semi": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "senior": {"his - she": 0.011758494531358465, "his": 0.3272449960467882, "she": 0.31548650151542973}, "sensational": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "sense": {"his - she": 0.08144026353185557, "his": 0.3286152199581385, "she": 0.24717495642628295}, "sensitive": {"his - she": -0.0379604015891713, "his": 0.26092430337644185, "she": 0.29888470496561315}, "sent": {"his - she": 0.0436682839372044, "his": 0.2781953231227214, "she": 0.23452703918551698}, "sentences": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "separations": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "sept": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "september": {"his - she": 0.04620534903912879, "his": 0.24267877627858891, "she": 0.19647342723946012}, "sergei": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "series": {"his - she": 0.1444729242909156, "his": 0.3382742146797844, "she": 0.1938012903888688}, "seriously": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "served": {"his - she": 0.013365008733776051, "his": 0.2683415765692464, "she": 0.25497656783547035}, "serves": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "service": {"his - she": 0.032495221928014295, "his": 0.2876820494645667, "she": 0.2551868275365524}, "serving": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "set": {"his - she": 0.03784129242219508, "his": 0.32920636153336924, "she": 0.29136506911117416}, "sets": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "setting": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "settle": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "several": {"his - she": 0.08186323408158555, "his": 0.3314335033910327, "she": 0.24957026930944717}, "sex": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "shadow": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "shannon": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "share": {"his - she": 0.030136686627107945, "his": 0.32249643607652395, "she": 0.292359749449416}, "shared": {"his - she": 0.043276473080981065, "his": 0.28372664962401584, "she": 0.24045017654303477}, "shares": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "sharing": {"his - she": 0.0428326436688693, "his": 0.29000760009515225, "she": 0.24717495642628295}, "sharper": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "she": {"his - she": -0.12829760771601276, "his": 0.214262476899613, "she": 0.34256008461562576}, "sheri": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "sherlock": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "shinier": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "ship": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "shop": {"his - she": -0.08454563534389903, "his": 0.24225108942201368, "she": 0.3267967247659127}, "short": {"his - she": 0.05859323896023538, "his": 0.33110141532227805, "she": 0.27250817636204266}, "shorten": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "shortly": {"his - she": -0.03844477129153051, "his": 0.2883519534743822, "she": 0.3267967247659127}, "shot": {"his - she": 0.09804411501382537, "his": 0.3224641350338455, "she": 0.22442002002002015}, "shots": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "should": {"his - she": 0.08473491397073943, "his": 0.30400749134658667, "she": 0.21927257737584724}, "shouldn": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "show": {"his - she": 0.05795905349038388, "his": 0.3382742146797844, "she": 0.28031516118940053}, "showcase": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "showed": {"his - she": 0.06482618638704105, "his": 0.3052763629300758, "she": 0.24045017654303477}, "shown": {"his - she": 0.0642947425179653, "his": 0.31146969894424825, "she": 0.24717495642628295}, "shows": {"his - she": 0.06482618638704105, "his": 0.3052763629300758, "she": 0.24045017654303477}, "side": {"his - she": 0.059213294013735596, "his": 0.3240994525940826, "she": 0.26488615858034703}, "sight": {"his - she": 0.04094250825213741, "his": 0.31694061999072276, "she": 0.27599811173858535}, "sightseeing": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "sign": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "significant": {"his - she": 0.09887382010600798, "his": 0.3148355185232827, "she": 0.2159616984172747}, "silent": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "silver": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "similar": {"his - she": 0.0436682839372044, "his": 0.2781953231227214, "she": 0.23452703918551698}, "similarities": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "simmons": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "simple": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "simply": {"his - she": 0.04490176025208992, "his": 0.2608634586693646, "she": 0.2159616984172747}, "since": {"his - she": 0.07914043082460437, "his": 0.3516184360303637, "she": 0.2724780052057593}, "sing": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "single": {"his - she": 0.014354795644568763, "his": 0.2792409542249158, "she": 0.26488615858034703}, "singleton": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "sirkin": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "sister": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "sit": {"his - she": -0.08454563534389903, "his": 0.24225108942201368, "she": 0.3267967247659127}, "site": {"his - she": -0.032119458939825235, "his": 0.18384223947744946, "she": 0.2159616984172747}, "sitting": {"his - she": -0.009472081279885358, "his": 0.30601442023554437, "she": 0.31548650151542973}, "situation": {"his - she": 0.06000252430938119, "his": 0.3151893518459336, "she": 0.2551868275365524}, "six": {"his - she": 0.04627749756664051, "his": 0.3148355185232827, "she": 0.26855802095664216}, "sixth": {"his - she": 0.013365008733776051, "his": 0.2683415765692464, "she": 0.25497656783547035}, "skins": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "skripal": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "skripals": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "slack": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "slang": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "sleep": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "sleepless": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "slightly": {"his - she": 0.013365008733776051, "his": 0.2683415765692464, "she": 0.25497656783547035}, "slow": {"his - she": 0.012584993978635106, "his": 0.31146969894424825, "she": 0.29888470496561315}, "small": {"his - she": 0.013479222963626025, "his": 0.29493681375769776, "she": 0.28145759079407173}, "smalls": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "smell": {"his - she": 0.014382846613066547, "his": 0.24890988579858353, "she": 0.23452703918551698}, "smidgen": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "smooth": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "so": {"his - she": 0.02577718789290545, "his": 0.3380893791889249, "she": 0.31231219129601945}, "soccer": {"his - she": -0.03826706803505875, "his": 0.277219433480371, "she": 0.31548650151542973}, "society": {"his - she": -0.008027608729321012, "his": 0.26875879762366767, "she": 0.2767864063529887}, "soft": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "some": {"his - she": 0.11155045640058642, "his": 0.36897954412225664, "she": 0.2574290877216702}, "someone": {"his - she": 0.012205368124751537, "his": 0.3186538089869826, "she": 0.30644844086223105}, "something": {"his - she": 0.027476478979273633, "his": 0.3053482988834512, "she": 0.2778718199041776}, "sometimes": {"his - she": -0.026047700655930484, "his": 0.3122781412574042, "she": 0.3383258419133347}, "somewhere": {"his - she": -0.08472094693301149, "his": 0.22172749392921956, "she": 0.30644844086223105}, "son": {"his - she": 0.06608992848955664, "his": 0.2905099485095768, "she": 0.22442002002002015}, "song": {"his - she": 0.08488081509650597, "his": 0.29354583195932804, "she": 0.20866501686282207}, "soon": {"his - she": 0.08423445070427987, "his": 0.30019614912155457, "she": 0.2159616984172747}, "sore": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "sorry": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "sort": {"his - she": 0.04094250825213741, "his": 0.31694061999072276, "she": 0.27599811173858535}, "soul": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "sounding": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "southbank": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "southeast": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "soviet": {"his - she": -0.0846585488381855, "his": 0.23082795267724424, "she": 0.31548650151542973}, "special": {"his - she": 0.031638128164912405, "his": 0.30019614912155457, "she": 0.26855802095664216}, "spectators": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "speech": {"his - she": 0.08387372060142004, "his": 0.303894973684048, "she": 0.22002125308262796}, "spellbound": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "spent": {"his - she": 0.046545715700257506, "his": 0.31143187428060454, "she": 0.26488615858034703}, "sphere": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "spirited": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "sports": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "spying": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "square": {"his - she": 0.06293732900308097, "his": 0.3272449960467882, "she": 0.26430766704370723}, "stacks": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "stadium": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "stadler": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "staff": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "stan": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "standards": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "started": {"his - she": 0.026208546185624237, "his": 0.3240994525940826, "she": 0.2978909064084584}, "starters": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "starting": {"his - she": 0.05824525874318015, "his": 0.33503166509616883, "she": 0.2767864063529887}, "starts": {"his - she": 0.0642947425179653, "his": 0.31146969894424825, "she": 0.24717495642628295}, "state": {"his - she": 0.01713632654687744, "his": 0.2667887203852272, "she": 0.24965239383834978}, "statements": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "station": {"his - she": -0.00821264068610189, "his": 0.27324495010796984, "she": 0.28145759079407173}, "statue": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "stay": {"his - she": 0.06643594656036952, "his": 0.2864571996429975, "she": 0.22002125308262796}, "stayed": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "steadily": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "steady": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "step": {"his - she": 0.061254681442604875, "his": 0.30105820273885364, "she": 0.23980352129624877}, "steven": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "stiff": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "stiffed": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "still": {"his - she": 0.06898293619210732, "his": 0.32056944242160135, "she": 0.251586506229494}, "stitches": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "stole": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "stop": {"his - she": 0.046545715700257506, "his": 0.31143187428060454, "she": 0.26488615858034703}, "store": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "stories": {"his - she": 0.08204625953348918, "his": 0.32249643607652395, "she": 0.24045017654303477}, "story": {"his - she": -0.10106485605269266, "his": 0.2608634586693646, "she": 0.3619283147220573}, "strained": {"his - she": -0.03844477129153051, "his": 0.2883519534743822, "she": 0.3267967247659127}, "strategies": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "street": {"his - she": -0.06278607676211118, "his": 0.29493681375769776, "she": 0.35772289051980893}, "streets": {"his - she": -0.00863309982540017, "his": 0.28372664962401584, "she": 0.292359749449416}, "strength": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "struck": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "struggled": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "struggles": {"his - she": -0.03826706803505875, "his": 0.277219433480371, "she": 0.31548650151542973}, "student": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "students": {"his - she": 0.06643594656036952, "his": 0.2864571996429975, "she": 0.22002125308262796}, "studies": {"his - she": 0.06608992848955664, "his": 0.2905099485095768, "she": 0.22442002002002015}, "stuff": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "style": {"his - she": 0.011790370867425126, "his": 0.34296051049609816, "she": 0.33117013962867303}, "subdued": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "subject": {"his - she": 0.08305289034771618, "his": 0.3122781412574042, "she": 0.22922525090968804}, "substance": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "subversive": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "subway": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "successfully": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "such": {"his - she": 0.12238464245633804, "his": 0.35929851058290657, "she": 0.23691386812656853}, "sudden": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "suffered": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "suffering": {"his - she": 0.06293732900308097, "his": 0.3272449960467882, "she": 0.26430766704370723}, "suicide": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "sullen": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "support": {"his - she": 0.0904743481624225, "his": 0.3456611756989749, "she": 0.2551868275365524}, "supportive": {"his - she": -0.0843306075053798, "his": 0.25778680431756285, "she": 0.34211741182294264}, "supposed": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "sure": {"his - she": 0.05816512973295962, "his": 0.3360369496371372, "she": 0.2778718199041776}, "surprised": {"his - she": -0.03826706803505875, "his": 0.277219433480371, "she": 0.31548650151542973}, "surprising": {"his - she": 0.013749346950158892, "his": 0.26092430337644185, "she": 0.24717495642628295}, "surrounds": {"his - she": -0.0843306075053798, "his": 0.25778680431756285, "she": 0.34211741182294264}, "susan": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "suspected": {"his - she": -0.07025470937520217, "his": 0.2545347466867361, "she": 0.32478945606193826}, "suspects": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "swapped": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "sweet": {"his - she": -0.009152783289112287, "his": 0.29729565757311877, "she": 0.30644844086223105}, "switching": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "system": {"his - she": 0.1226556195160231, "his": 0.3386173179332978, "she": 0.2159616984172747}, "t": {"his - she": 0.08536096715235769, "his": 0.34638345322592956, "she": 0.26102248607357187}, "take": {"his - she": 0.05283054549531946, "his": 0.31632504574832065, "she": 0.2634945002530012}, "taken": {"his - she": 0.09225791951326096, "his": 0.32986345585522847, "she": 0.23760553634196752}, "takes": {"his - she": 0.0428326436688693, "his": 0.29000760009515225, "she": 0.24717495642628295}, "takeshi": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "taking": {"his - she": 0.13557273007316242, "his": 0.32682249789240303, "she": 0.1912497678192406}, "talent": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "talented": {"his - she": -0.009856104775189944, "his": 0.31694061999072276, "she": 0.3267967247659127}, "talk": {"his - she": -0.08454563534389903, "his": 0.24225108942201368, "she": 0.3267967247659127}, "talking": {"his - she": 0.06571156284800972, "his": 0.29493681375769776, "she": 0.22922525090968804}, "talks": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "team": {"his - she": 0.12688109199230152, "his": 0.30482313408061507, "she": 0.17794204208831355}, "teams": {"his - she": 0.09958528763113483, "his": 0.3082503044939569, "she": 0.20866501686282207}, "techniques": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "teenager": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "teens": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "telegraph": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "telekinesis": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "tell": {"his - she": -0.0016465478130445743, "his": 0.3079019637817704, "she": 0.309548511594815}, "telling": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "ten": {"his - she": -0.08472094693301149, "his": 0.22172749392921956, "she": 0.30644844086223105}, "term": {"his - she": 0.08387372060142004, "his": 0.303894973684048, "she": 0.22002125308262796}, "terms": {"his - she": 0.01408457014370132, "his": 0.2545347466867361, "she": 0.24045017654303477}, "terrible": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "terrifying": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "terrorism": {"his - she": 0.013749346950158892, "his": 0.26092430337644185, "she": 0.24717495642628295}, "terrorist": {"his - she": -0.08469255858795441, "his": 0.18019359999239262, "she": 0.26488615858034703}, "than": {"his - she": 0.044849684826789804, "his": 0.33000322215350053, "she": 0.2851535373267107}, "thanapob": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "thank": {"his - she": 0.043276473080981065, "his": 0.28372664962401584, "she": 0.24045017654303477}, "thanks": {"his - she": 0.01394902328095482, "his": 0.2864571996429975, "she": 0.27250817636204266}, "that": {"his - she": 0.10523741695520472, "his": 0.3196370494312882, "she": 0.21439963247608346}, "the": {"his - she": 0.14147488210805154, "his": 0.22577581404710395, "she": 0.08430093193905243}, "theatre": {"his - she": -0.038106864292984655, "his": 0.2683415765692464, "she": 0.30644844086223105}, "their": {"his - she": 0.08149794456993398, "his": 0.3456257890335945, "she": 0.2641278444636605}, "them": {"his - she": 0.06617573329306586, "his": 0.3554446438597931, "she": 0.2892689105667272}, "themed": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "themselves": {"his - she": 0.04598934733502685, "his": 0.3184975236970695, "she": 0.27250817636204266}, "then": {"his - she": 0.07359591181282904, "his": 0.3752530334555529, "she": 0.30165712164272385}, "there": {"his - she": 0.11301611527976371, "his": 0.3595603972682, "she": 0.24654428198843628}, "therefore": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "theresa": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "these": {"his - she": 0.0767195288178596, "his": 0.3508410660560099, "she": 0.2741215372381503}, "they": {"his - she": 0.050982245534732074, "his": 0.3279088321100296, "she": 0.2769265865752975}, "thing": {"his - she": 0.11435103142678166, "his": 0.30315875905856965, "she": 0.188807727631788}, "things": {"his - she": 0.08468365409271644, "his": 0.3599965212269165, "she": 0.27531286713420006}, "think": {"his - she": 0.03168318404523418, "his": 0.325851622235204, "she": 0.2941684381899698}, "thinking": {"his - she": 0.08144026353185557, "his": 0.3286152199581385, "she": 0.24717495642628295}, "third": {"his - she": 0.033027193113203374, "his": 0.2799907674896025, "she": 0.24696357437639913}, "thirty": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "this": {"his - she": 0.10299949682261761, "his": 0.37383902969408817, "she": 0.27083953287147056}, "those": {"his - she": 0.06124864758158349, "his": 0.3138349972857401, "she": 0.2525863497041566}, "though": {"his - she": 0.14616620437745323, "his": 0.32612538487522247, "she": 0.17995918049776924}, "thought": {"his - she": 0.01412520224525371, "his": 0.3144983368623206, "she": 0.3003731346170669}, "thousands": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "three": {"his - she": 0.03462288315063805, "his": 0.319367369443316, "she": 0.28474448629267796}, "thrilled": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "through": {"his - she": 0.06492734092414132, "his": 0.3550399531461563, "she": 0.29011261222201495}, "throughout": {"his - she": 0.05891457017754692, "his": 0.3274725911341891, "she": 0.26855802095664216}, "throw": {"his - she": -0.08454563534389903, "his": 0.24225108942201368, "she": 0.3267967247659127}, "tickets": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "tie": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "tien": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "ties": {"his - she": 0.04231908973764842, "his": 0.29729565757311877, "she": 0.25497656783547035}, "tight": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "tile": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "time": {"his - she": 0.06903148013228005, "his": 0.3823231454513738, "she": 0.31329166531909375}, "times": {"his - she": 0.06045963576910582, "his": 0.310029905078553, "she": 0.24957026930944717}, "tiptoeing": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "titled": {"his - she": 0.04094250825213741, "his": 0.31694061999072276, "she": 0.27599811173858535}, "titles": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "to": {"his - she": 0.13436987214527338, "his": 0.29178229423378793, "she": 0.15741242208851455}, "today": {"his - she": -0.061706528514179404, "his": 0.2876820494645667, "she": 0.3493885779787461}, "together": {"his - she": 0.15181070146980405, "his": 0.3540443741947732, "she": 0.20223367272496914}, "told": {"his - she": 0.004867703338343021, "his": 0.31505915132696094, "she": 0.3101914479886179}, "toll": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "tomorrow": {"his - she": -0.008413286703061518, "his": 0.2781953231227214, "she": 0.2866086098257829}, "tone": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "tonkotsu": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "too": {"his - she": -0.011469593175714943, "his": 0.3025984671288764, "she": 0.31406806030459133}, "took": {"his - she": -0.029885896312099314, "his": 0.2861551268900425, "she": 0.31604102320214184}, "top": {"his - she": 0.11504693251332834, "his": 0.29709511914241216, "she": 0.1820481866290838}, "torn": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "tortured": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "tough": {"his - she": -0.0843306075053798, "his": 0.25778680431756285, "she": 0.34211741182294264}, "tour": {"his - she": -0.03253331688060959, "his": 0.19669193402907845, "she": 0.22922525090968804}, "tournament": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "tours": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "toward": {"his - she": 0.031638128164912405, "his": 0.30019614912155457, "she": 0.26855802095664216}, "towards": {"his - she": 0.012584993978635106, "his": 0.31146969894424825, "she": 0.29888470496561315}, "town": {"his - she": -0.0063607748782602, "his": 0.23124476146370732, "she": 0.23760553634196752}, "tracks": {"his - she": -0.0843306075053798, "his": 0.25778680431756285, "she": 0.34211741182294264}, "train": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "transaction": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "travel": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "treated": {"his - she": -0.0843306075053798, "his": 0.25778680431756285, "she": 0.34211741182294264}, "treatment": {"his - she": 0.015893004607339917, "his": 0.2212480823743244, "she": 0.20535507776698447}, "tried": {"his - she": 0.059213294013735596, "his": 0.3240994525940826, "she": 0.26488615858034703}, "tries": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "trips": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "trivia": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "trouble": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "true": {"his - she": 0.025983640121433726, "his": 0.3274725911341891, "she": 0.30148895101275536}, "trust": {"his - she": 0.012916613480659811, "his": 0.3052763629300758, "she": 0.292359749449416}, "truth": {"his - she": -0.0386449634747989, "his": 0.30347244834814374, "she": 0.34211741182294264}, "try": {"his - she": 0.11108016223965009, "his": 0.33110141532227805, "she": 0.22002125308262796}, "trying": {"his - she": 0.05975497172937816, "his": 0.31798384978359495, "she": 0.2582288780542168}, "turn": {"his - she": 0.04533803842945899, "his": 0.3267956292235307, "she": 0.28145759079407173}, "turned": {"his - she": -0.0435272660385172, "his": 0.3052763629300758, "she": 0.348803628968593}, "turns": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "tv": {"his - she": 0.043276473080981065, "his": 0.28372664962401584, "she": 0.24045017654303477}, "twelve": {"his - she": 0.01408457014370132, "his": 0.2545347466867361, "she": 0.24045017654303477}, "twenty": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "two": {"his - she": 0.03505458512012466, "his": 0.32980631376516983, "she": 0.2947517286450452}, "ugly": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "uk": {"his - she": -0.0379604015891713, "his": 0.26092430337644185, "she": 0.29888470496561315}, "ultimately": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "unbiased": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "uncertain": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "uncommunicative": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "uncredited": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "under": {"his - she": 0.11546749809186863, "his": 0.29340954018018217, "she": 0.17794204208831355}, "underground": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "understand": {"his - she": -0.008027608729321012, "his": 0.26875879762366767, "she": 0.2767864063529887}, "understood": {"his - she": 0.04094250825213741, "his": 0.31694061999072276, "she": 0.27599811173858535}, "undertake": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "unenticing": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "unfair": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "union": {"his - she": -0.11683544798324466, "his": 0.22172749392921956, "she": 0.3385629419124642}, "unit": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "unite": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "united": {"his - she": 0.09887382010600798, "his": 0.3148355185232827, "she": 0.2159616984172747}, "unless": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "unpleasant": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "unsolved": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "until": {"his - she": -0.00863309982540017, "his": 0.28372664962401584, "she": 0.292359749449416}, "unwelcome": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "up": {"his - she": 0.08969291497572957, "his": 0.35469858556108264, "she": 0.26500567058535307}, "upon": {"his - she": 0.06293732900308097, "his": 0.3272449960467882, "she": 0.26430766704370723}, "uppity": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "us": {"his - she": 0.0600791112453572, "his": 0.32600721847497255, "she": 0.26592810722961535}, "usd": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "use": {"his - she": 0.04928023368562651, "his": 0.27700457870860395, "she": 0.22772434502297745}, "used": {"his - she": 0.051244196386469765, "his": 0.29988467737225627, "she": 0.2486404809857865}, "users": {"his - she": 0.04433877760364752, "his": 0.26875879762366767, "she": 0.22442002002002015}, "usual": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "usually": {"his - she": -0.037825002762679916, "his": 0.2545347466867361, "she": 0.292359749449416}, "valued": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "van": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "ve": {"his - she": 0.025512152881830175, "his": 0.30694000737060945, "she": 0.28142785448877927}, "verbally": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "version": {"his - she": -0.008027608729321012, "his": 0.26875879762366767, "she": 0.2767864063529887}, "very": {"his - she": 0.06538069742458219, "his": 0.35580638356324085, "she": 0.29042568613865866}, "villagers": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "violent": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "virginity": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "virtual": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "visit": {"his - she": 0.0436682839372044, "his": 0.2781953231227214, "she": 0.23452703918551698}, "vote": {"his - she": -0.08475424253265651, "his": 0.21413046243295664, "she": 0.29888470496561315}, "vs": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "vulnerable": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "waaay": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "waiting": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "waldo": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "walk": {"his - she": -0.0846585488381855, "his": 0.23082795267724424, "she": 0.31548650151542973}, "walked": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "walking": {"his - she": -0.009856104775189944, "his": 0.31694061999072276, "she": 0.3267967247659127}, "wall": {"his - she": 0.015125236635801675, "his": 0.23514648971842964, "she": 0.22002125308262796}, "wander": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "want": {"his - she": 0.08211164535376439, "his": 0.3290752197301635, "she": 0.24696357437639913}, "wanted": {"his - she": -0.04325703680671722, "his": 0.2864571996429975, "she": 0.3297142364497147}, "wants": {"his - she": 0.06482618638704105, "his": 0.3052763629300758, "she": 0.24045017654303477}, "war": {"his - she": -0.039943590126425926, "his": 0.2333438228756264, "she": 0.27328741300205234}, "warm": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "warning": {"his - she": -0.03176648910964014, "his": 0.17358858865734433, "she": 0.20535507776698447}, "was": {"his - she": 0.07491813977873285, "his": 0.3412899897302085, "she": 0.26637184995147567}, "washington": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "wasn": {"his - she": -0.030657654379733668, "his": 0.3148355185232827, "she": 0.34549317290301634}, "waste": {"his - she": 0.09958528763113483, "his": 0.3082503044939569, "she": 0.20866501686282207}, "watched": {"his - she": -0.08454563534389903, "his": 0.24225108942201368, "she": 0.3267967247659127}, "watching": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "water": {"his - she": 0.04725592852192628, "his": 0.3024427560584787, "she": 0.2551868275365524}, "waterstones": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "way": {"his - she": 0.034935573610212156, "his": 0.3535369219405576, "she": 0.3186013483303454}, "we": {"his - she": 0.1059073213662636, "his": 0.3293831120913848, "she": 0.22347579072512122}, "weakest": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "weapons": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "weariness": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "wearing": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "wears": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "weaselled": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "weaving": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "website": {"his - she": 0.0436682839372044, "his": 0.2781953231227214, "she": 0.23452703918551698}, "websites": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "wee": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "week": {"his - she": 0.013994608307191514, "his": 0.3166709297611084, "she": 0.3026763214539169}, "weekend": {"his - she": 0.04170675319183714, "his": 0.30601442023554437, "she": 0.26430766704370723}, "weeks": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "weight": {"his - she": 0.06571156284800972, "his": 0.29493681375769776, "she": 0.22922525090968804}, "well": {"his - she": 0.09152020474336225, "his": 0.35501470499636345, "she": 0.2634945002530012}, "went": {"his - she": 0.014158668328596025, "his": 0.2827166892852382, "she": 0.26855802095664216}, "were": {"his - she": 0.05604651408703315, "his": 0.32275907899253714, "she": 0.266712564905504}, "weren": {"his - she": -0.0386449634747989, "his": 0.30347244834814374, "she": 0.34211741182294264}, "west": {"his - she": 0.09990671466119189, "his": 0.30526179242817636, "she": 0.20535507776698447}, "westerberg": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "western": {"his - she": 0.0642947425179653, "his": 0.31146969894424825, "she": 0.24717495642628295}, "what": {"his - she": 0.09639336223159545, "his": 0.33330423905939227, "she": 0.23691087682779682}, "whatever": {"his - she": -0.08475424253265651, "his": 0.21413046243295664, "she": 0.29888470496561315}, "when": {"his - she": 0.0859093304642648, "his": 0.34936221752485364, "she": 0.26345288706058884}, "where": {"his - she": 0.04823455281627553, "his": 0.35050141352343445, "she": 0.3022668607071589}, "whether": {"his - she": 0.015185867685024251, "his": 0.2647561369944714, "she": 0.24957026930944717}, "which": {"his - she": 0.11816968730754085, "his": 0.3550805641353377, "she": 0.23691087682779682}, "while": {"his - she": 0.11760127492223815, "his": 0.34994286172485284, "she": 0.23234158680261469}, "whiled": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "whilst": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "whim": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "white": {"his - she": 0.013896723317002202, "his": 0.30526179242817636, "she": 0.29136506911117416}, "who": {"his - she": 0.07800432495495252, "his": 0.3773813167786679, "she": 0.29937699182371535}, "whole": {"his - she": 0.08348194376175028, "his": 0.3079019637817704, "she": 0.22442002002002015}, "whose": {"his - she": 0.013212074268512342, "his": 0.29982068409429524, "she": 0.2866086098257829}, "why": {"his - she": 0.03080755897135734, "his": 0.3374144122934683, "she": 0.30660685332211096}, "wicked": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "wife": {"his - she": 0.08144026353185557, "his": 0.3286152199581385, "she": 0.24717495642628295}, "will": {"his - she": 0.11505556469201969, "his": 0.345386786034438, "she": 0.23033122134241832}, "win": {"his - she": 0.0436682839372044, "his": 0.2781953231227214, "she": 0.23452703918551698}, "window": {"his - she": -0.008877104870460895, "his": 0.29000760009515225, "she": 0.29888470496561315}, "wing": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "wisdom": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "wise": {"his - she": 0.011758494531358465, "his": 0.3272449960467882, "she": 0.31548650151542973}, "wish": {"his - she": -0.03407104281708029, "his": 0.25778680431756285, "she": 0.29185784713464313}, "wished": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "with": {"his - she": 0.10592083279490166, "his": 0.35838769960907507, "she": 0.2524668668141734}, "within": {"his - she": 0.0703859278867533, "his": 0.3352720864671003, "she": 0.26488615858034703}, "without": {"his - she": 0.05873413030149294, "his": 0.32986345585522847, "she": 0.27112932555373553}, "woman": {"his - she": -0.1165636015662018, "his": 0.23082795267724424, "she": 0.34739155424344603}, "women": {"his - she": 0.04746731514917124, "his": 0.2997737601428049, "she": 0.25230644499363364}, "won": {"his - she": 0.04725592852192628, "his": 0.3024427560584787, "she": 0.2551868275365524}, "wonder": {"his - she": -0.009152783289112287, "his": 0.29729565757311877, "she": 0.30644844086223105}, "words": {"his - she": 0.014898327057992405, "his": 0.23931834707801256, "she": 0.22442002002002015}, "work": {"his - she": 0.07538487548039835, "his": 0.36955331367036814, "she": 0.2941684381899698}, "working": {"his - she": 0.015125236635801675, "his": 0.23514648971842964, "she": 0.22002125308262796}, "world": {"his - she": 0.06633928447713444, "his": 0.34148189551107966, "she": 0.2751426110339452}, "worries": {"his - she": 0.011614601213500608, "his": 0.30347244834814374, "she": 0.29185784713464313}, "worry": {"his - she": -0.04096770685914225, "his": 0.2781953231227214, "she": 0.31916302998186363}, "would": {"his - she": 0.027683772333049694, "his": 0.3239202863782684, "she": 0.2962365140452187}, "wouldn": {"his - she": -0.03374702231657167, "his": 0.24225108942201368, "she": 0.27599811173858535}, "writes": {"his - she": -0.038106864292984655, "his": 0.2683415765692464, "she": 0.30644844086223105}, "writing": {"his - she": 0.08204625953348918, "his": 0.32249643607652395, "she": 0.24045017654303477}, "wrong": {"his - she": -0.03347971436646299, "his": 0.23082795267724424, "she": 0.26430766704370723}, "wrote": {"his - she": 0.04627749756664051, "his": 0.3148355185232827, "she": 0.26855802095664216}, "www": {"his - she": 0.012911766436663752, "his": 0.277219433480371, "she": 0.26430766704370723}, "year": {"his - she": 0.045162182490197544, "his": 0.31279427897293177, "she": 0.2676320964827342}, "years": {"his - she": 0.051394920603313854, "his": 0.34533410617333576, "she": 0.2939391855700219}, "yes": {"his - she": 0.0428326436688693, "his": 0.29000760009515225, "she": 0.24717495642628295}, "yet": {"his - she": 0.144142778599773, "his": 0.34061620583923313, "she": 0.19647342723946012}, "yo": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "yoing": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "york": {"his - she": 0.101267296219794, "his": 0.2925170640390346, "she": 0.1912497678192406}, "yorker": {"his - she": 0.012353841735796844, "his": 0.2883519534743822, "she": 0.27599811173858535}, "you": {"his - she": 0.052886262017393215, "his": 0.30916848204039665, "she": 0.25628222002300344}, "young": {"his - she": 0.023494338743082155, "his": 0.33651395937063544, "she": 0.3130196206275533}, "your": {"his - she": 0.03128240802099336, "his": 0.3101180793156343, "she": 0.27883567129464093}, "yourself": {"his - she": 0.013365008733776051, "his": 0.2683415765692464, "she": 0.25497656783547035}, "yulia": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "zakharova": {"his - she": -0.03449923515220177, "his": 0.28291987659744894, "she": 0.3174191117496507}, "zone": {"his - she": -0.08476565676499329, "his": 0.19669193402907845, "she": 0.28145759079407173}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-his-their.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-his-their.json new file mode 100644 index 0000000000000000000000000000000000000000..fbca4f6abd294a08628e4e90c732d9bebe5e7838 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-his-their.json @@ -0,0 +1 @@ +{"0": {"his - their": 0.005942081716036052, "his": 0.2821992296752414, "their": 0.27625714795920536}, "00": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "000": {"his - their": -0.04054220796197383, "his": 0.3024427560584787, "their": 0.34298496402045253}, "02": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "04": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "08": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "1": {"his - their": -0.026277822279847374, "his": 0.31566017611950514, "their": 0.3419379983993525}, "10": {"his - their": -0.05001406247680462, "his": 0.30482313408061507, "their": 0.3548371965574197}, "100": {"his - their": -0.021295673555229266, "his": 0.2876820494645667, "their": 0.308977723019796}, "104": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "10bn": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "11": {"his - their": -0.10329795586580726, "his": 0.21413046243295664, "their": 0.3174284182987639}, "12": {"his - their": -0.05796150878725484, "his": 0.2277228393295231, "their": 0.28568434811677795}, "13": {"his - their": -0.023636100364899437, "his": 0.2905099485095768, "their": 0.3141460488744762}, "1300": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "14": {"his - their": -0.03817274621061628, "his": 0.2905099485095768, "their": 0.32868269472019307}, "15": {"his - their": 0.01107432975171202, "his": 0.29675867786849, "their": 0.28568434811677795}, "16": {"his - their": -0.0062718453259111295, "his": 0.2905099485095768, "their": 0.2967817938354879}, "160": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "17": {"his - their": -0.021295673555229266, "his": 0.2876820494645667, "their": 0.308977723019796}, "170": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "18": {"his - their": -0.03762585898240406, "his": 0.3052763629300758, "their": 0.3429022219124799}, "18usd": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "19": {"his - their": -0.05780920909267617, "his": 0.23129772441340857, "their": 0.28910693350608474}, "1904": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "1910": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "1932": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "1953": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "1957": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "1965": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "1968": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "1983": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "1986": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "1987": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "1990s": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "1992": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "1996": {"his - their": 0.02302814111790863, "his": 0.29729565757311877, "their": 0.27426751645521014}, "19th": {"his - their": 0.0407825375661891, "his": 0.2545347466867361, "their": 0.213752209120547}, "2": {"his - their": -0.0226723019106313, "his": 0.3083085671779966, "their": 0.3309808690886279}, "20": {"his - their": 0.0047789595332957124, "his": 0.3321445745671022, "their": 0.3273656150338065}, "200": {"his - their": -0.05306366746302546, "his": 0.20759058985548443, "their": 0.2606542573185099}, "2001": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "2002": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "2003": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "2004": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "2006": {"his - their": 0.04064157040717675, "his": 0.2683415765692464, "their": 0.22770000616206965}, "2007": {"his - their": -0.05679205516051605, "his": 0.2545347466867361, "their": 0.31132680184725214}, "2008": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "2009": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "2010": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "2011": {"his - their": 0.06253183086930905, "his": 0.29675867786849, "their": 0.23422684699918092}, "2012": {"his - their": 0.015466951379437599, "his": 0.3052763629300758, "their": 0.2898094115506382}, "2014": {"his - their": -0.005991722141439115, "his": 0.29000760009515225, "their": 0.29599932223659137}, "2016": {"his - their": 0.01112016994628251, "his": 0.3079019637817704, "their": 0.2967817938354879}, "2017": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "2018": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "2019": {"his - their": -0.05282339628178456, "his": 0.21413046243295664, "their": 0.2669538587147412}, "2019t": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "20th": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "21": {"his - their": -0.052540022525990576, "his": 0.22172749392921956, "their": 0.27426751645521014}, "21st": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "23": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "235": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "24": {"his - their": -0.03527466486390213, "his": 0.2545347466867361, "their": 0.2898094115506382}, "25": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "25th": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "26": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "27": {"his - their": -0.08186885980363473, "his": 0.21413046243295664, "their": 0.29599932223659137}, "28": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "29": {"his - their": -0.006050438917176326, "his": 0.3052763629300758, "their": 0.31132680184725214}, "290": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "292": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "296": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "2nd": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "3": {"his - their": 0.0015707394460274804, "his": 0.32056944242160135, "their": 0.31899870297557387}, "30": {"his - their": -0.02813788369208109, "his": 0.2646525991610589, "their": 0.29279048285313997}, "300": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "303": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "305": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "309": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "31": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "310": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "311": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "316": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "317": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "33": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "330": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "335032the": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "337": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "35": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "36": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "37": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "38": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "39": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "4": {"his - their": 0.008369760925380165, "his": 0.34164352571164797, "their": 0.3332737647862678}, "40": {"his - their": -0.006119510631773795, "his": 0.2545347466867361, "their": 0.2606542573185099}, "400": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "40th": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "41": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "42": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "43": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "44": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "45": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "451": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "47": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "48": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "49ers": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "5": {"his - their": 0.00021143797357858762, "his": 0.32061324950389486, "their": 0.32040181153031627}, "50": {"his - their": 0.023104120977488346, "his": 0.26875879762366767, "their": 0.24565467664617932}, "58": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "5m": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "6": {"his - their": 0.03675134861892637, "his": 0.3216512617671031, "their": 0.28489991314817675}, "60": {"his - their": -0.05306366746302546, "his": 0.20759058985548443, "their": 0.2606542573185099}, "600": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "66": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "67": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "69": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "69p": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "7": {"his - their": 0.001810543337334436, "his": 0.34235505327434973, "their": 0.3405445099370153}, "74": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "75": {"his - their": -0.08145507943125438, "his": 0.22172749392921956, "their": 0.30318257336047394}, "76ers": {"his - their": 0.022991923550693405, "his": 0.30601442023554437, "their": 0.28302249668485097}, "7th": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "8": {"his - their": 0.0025197767289917294, "his": 0.32986345585522847, "their": 0.32734367912623674}, "80s": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "884": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "89": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "9": {"his - their": -0.02813788369208109, "his": 0.2646525991610589, "their": 0.29279048285313997}, "90": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "914": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "93": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "94": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "950": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "96": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "972": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "98": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "a": {"his - their": -0.015800041800831666, "his": 0.29941666781917853, "their": 0.3152167096200102}, "aajohi": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "abducted": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "abel": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "abilities": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "ability": {"his - their": -0.005991722141439115, "his": 0.29000760009515225, "their": 0.29599932223659137}, "able": {"his - their": -0.017861265748550903, "his": 0.310029905078553, "their": 0.3278911708271039}, "about": {"his - their": -0.04849149983950496, "his": 0.34289158226244276, "their": 0.3913830821019477}, "above": {"his - their": -0.035448922517374415, "his": 0.24890988579858353, "their": 0.28435880831595794}, "abs": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "absolutely": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "absorbed": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "abul": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "abundance": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "abuse": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "accelerated": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "accept": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "acceptance": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "accepting": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "access": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "accommodation": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "accompanied": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "accompany": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "accomplish": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "accord": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "according": {"his - their": -0.02024415412707964, "his": 0.26232463479285395, "their": 0.2825687889199336}, "accordingly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "account": {"his - their": -0.08186885980363473, "his": 0.21413046243295664, "their": 0.29599932223659137}, "accounted": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "accounts": {"his - their": -0.006073780946577484, "his": 0.21413046243295664, "their": 0.22020424337953412}, "accuracy": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "accusations": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "accuse": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "accused": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "achieve": {"his - their": -0.005853173316712257, "his": 0.3186538089869826, "their": 0.32450698230369485}, "achieved": {"his - their": -0.05885539414589608, "his": 0.29000760009515225, "their": 0.34886299424104833}, "acknowledge": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "acknowledging": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "acoustic": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "acquaintances": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "acquiescence": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "across": {"his - their": -0.027757154742782175, "his": 0.2781953231227214, "their": 0.30595247786550356}, "act": {"his - their": -0.0064195081888129835, "his": 0.32094610684499353, "their": 0.3273656150338065}, "acted": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "acting": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "action": {"his - their": -0.035985486416601264, "his": 0.23129772441340857, "their": 0.26728321083000983}, "actionable": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "actions": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "activates": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "active": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "activities": {"his - their": -0.02859744282149168, "his": 0.24805277628876504, "their": 0.2766502191102567}, "activity": {"his - their": -0.05780920909267617, "his": 0.23129772441340857, "their": 0.28910693350608474}, "actor": {"his - their": -0.006082761926622382, "his": 0.28372664962401584, "their": 0.2898094115506382}, "actors": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "acts": {"his - their": -0.006163485193236562, "his": 0.2781953231227214, "their": 0.28435880831595794}, "actual": {"his - their": -0.05616540573444845, "his": 0.2683415765692464, "their": 0.32450698230369485}, "actually": {"his - their": -0.006368881274309124, "his": 0.3240994525940826, "their": 0.33046833386839175}, "acute": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "adapt": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "adcock": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "added": {"his - their": -0.021363896865535414, "his": 0.2849875809691552, "their": 0.30635147783469063}, "addicts": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "adding": {"his - their": -0.10214519212435832, "his": 0.23082795267724424, "their": 0.33297314480160256}, "addition": {"his - their": -0.00636329538428293, "his": 0.2646525991610589, "their": 0.2710158945453418}, "additional": {"his - their": -0.02789693002066712, "his": 0.27324495010796984, "their": 0.30114188012863696}, "address": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "addressing": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "adds": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "adjustment": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "administration": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "administrative": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "admins": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "admired": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "admission": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "admits": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "admitted": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "adolescence": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "adopted": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "adoring": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ads": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "adult": {"his - their": -0.006309361007292513, "his": 0.19669193402907845, "their": 0.20300129503637096}, "advance": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "advanced": {"his - their": -0.035448922517374415, "his": 0.24890988579858353, "their": 0.28435880831595794}, "advantage": {"his - their": 0.06898646776026063, "his": 0.31694061999072276, "their": 0.24795415223046213}, "advantages": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "adversaries": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "advert": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "advertisers": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "advisability": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "advisable": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "advised": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "advocacy": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "advocated": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "advocates": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "advocating": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "aerial": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "affairs": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "affectation": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "affected": {"his - their": -0.03507501886014952, "his": 0.26092430337644185, "their": 0.29599932223659137}, "affecting": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "afford": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "afghanistan": {"his - their": -0.006073780946577484, "his": 0.21413046243295664, "their": 0.22020424337953412}, "afraid": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "africa": {"his - their": -0.028243474836720128, "his": 0.2608634586693646, "their": 0.28910693350608474}, "african": {"his - their": -0.029561118254172014, "his": 0.21228052598818783, "their": 0.24184164424235985}, "africans": {"his - their": -0.05306366746302546, "his": 0.20759058985548443, "their": 0.2606542573185099}, "after": {"his - their": -0.007512038564529089, "his": 0.3561255266123399, "their": 0.363637565176869}, "aftermath": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "again": {"his - their": 0.017458862580034207, "his": 0.321315902018461, "their": 0.3038570394384268}, "against": {"his - their": -0.0205894914553571, "his": 0.3283204455014834, "their": 0.3489099369568405}, "agape": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "age": {"his - their": -0.02802299621182025, "his": 0.26875879762366767, "their": 0.2967817938354879}, "agencies": {"his - their": -0.005991722141439115, "his": 0.29000760009515225, "their": 0.29599932223659137}, "agenda": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "agent": {"his - their": 0.09095380282491294, "his": 0.3186538089869826, "their": 0.22770000616206965}, "agents": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "ages": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "aggressive": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "ago": {"his - their": -0.016672932187903167, "his": 0.321315902018461, "their": 0.33798883420636416}, "agree": {"his - their": -0.02695872456605819, "his": 0.30601442023554437, "their": 0.33297314480160256}, "agrees": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "agriculture": {"his - their": -0.006485733712214087, "his": 0.18384223947744946, "their": 0.19032797318966355}, "ahead": {"his - their": -0.03484099679122754, "his": 0.2683415765692464, "their": 0.30318257336047394}, "aid": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "aides": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "aids": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "ailing": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "aim": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "aimed": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "air": {"his - their": -0.028341208886168034, "his": 0.2573431392306099, "their": 0.28568434811677795}, "airport": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "al": {"his - their": -0.02789693002066712, "his": 0.27324495010796984, "their": 0.30114188012863696}, "aladdin": {"his - their": -0.006239404639415247, "his": 0.20183687379407528, "their": 0.20807627843349052}, "alan": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "alarmed": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "alarms": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "albeit": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "alborz": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "album": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "alchemy": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "alcohol": {"his - their": 0.015466951379437599, "his": 0.3052763629300758, "their": 0.2898094115506382}, "aldous": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "alex": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "alexander": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "alfred": {"his - their": 0.10927684622103326, "his": 0.3122781412574042, "their": 0.20300129503637096}, "algorithm": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "algorithms": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "alien": {"his - their": 0.07024365507159888, "his": 0.27324495010796984, "their": 0.20300129503637096}, "alienation": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "alive": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "all": {"his - their": 0.00460739360166923, "his": 0.3713218872234405, "their": 0.3667144936217713}, "allegations": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "allen": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "alleviate": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "alleviated": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "alliance": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "alliances": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "allied": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "allies": {"his - their": -0.005608857719390903, "his": 0.31694061999072276, "their": 0.32254947771011366}, "allow": {"his - their": -0.005853173316712257, "his": 0.3186538089869826, "their": 0.32450698230369485}, "allowed": {"his - their": -0.03527466486390213, "his": 0.2545347466867361, "their": 0.2898094115506382}, "allowing": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "almost": {"his - their": 0.027513404240669392, "his": 0.33926515555167014, "their": 0.31175175131100075}, "alone": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "along": {"his - their": -0.03984948766151325, "his": 0.31333312113746126, "their": 0.3531826087989745}, "alongside": {"his - their": -0.11980675930954202, "his": 0.22172749392921956, "their": 0.3415342532387616}, "aloof": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "alpha": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "already": {"his - their": 0.0034995256697730737, "his": 0.32682249789240303, "their": 0.32332297222262996}, "also": {"his - their": -0.01936408167312359, "his": 0.3601906895339208, "their": 0.3795547712070444}, "alternative": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "although": {"his - their": -0.017974673339178737, "his": 0.3053482988834512, "their": 0.32332297222262996}, "always": {"his - their": -0.037385750878445645, "his": 0.30315875905856965, "their": 0.3405445099370153}, "alwin": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "am": {"his - their": -0.034019732765765864, "his": 0.2876820494645667, "their": 0.3217017822303326}, "amazingly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "amazon": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "ambassador": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "amber": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "america": {"his - their": -0.02742081820361164, "his": 0.29000760009515225, "their": 0.3174284182987639}, "american": {"his - their": 0.06059289558389208, "his": 0.3125433846054362, "their": 0.2519504890215441}, "americans": {"his - their": -0.03484099679122754, "his": 0.2683415765692464, "their": 0.30318257336047394}, "amid": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "among": {"his - their": -0.04625866178057514, "his": 0.29340954018018217, "their": 0.3396682019607573}, "amongst": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "amorphous": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "amount": {"his - their": -0.006082761926622382, "his": 0.28372664962401584, "their": 0.2898094115506382}, "amounted": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "amour": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "an": {"his - their": -0.00842653345196892, "his": 0.3822794764418103, "their": 0.39070600989377924}, "analysis": {"his - their": 0.02307239230550595, "his": 0.28372664962401584, "their": 0.2606542573185099}, "analyzing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ananias": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "anatoly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "anchor": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ancient": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "and": {"his - their": -0.011657663923417938, "his": 0.2849547796823935, "their": 0.29661244360581146}, "anders": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "andrew": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "angeles": {"his - their": -0.0062718453259111295, "his": 0.2905099485095768, "their": 0.2967817938354879}, "anger": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "angle": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "angry": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "angst": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "animals": {"his - their": -0.07545254139704669, "his": 0.2277228393295231, "their": 0.3031753807265698}, "annihilation": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "announce": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "announcing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "annoying": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "anonymity": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "another": {"his - their": -0.006790924982034208, "his": 0.3463916838169403, "their": 0.3531826087989745}, "answer": {"his - their": -0.006077116196840204, "his": 0.3315727306463931, "their": 0.3376498468432333}, "answered": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "answers": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "antenna": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "anti": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "anticipation": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "antidepressants": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "antigen": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "antigua": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "antoni": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "antonin": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "antony": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ants": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "anxiety": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "any": {"his - their": -0.048752148073270496, "his": 0.32378673581106054, "their": 0.37253888388433104}, "anymore": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "anyone": {"his - their": -0.020780730938422642, "his": 0.3079019637817704, "their": 0.32868269472019307}, "anything": {"his - their": -0.006050438917176326, "his": 0.3052763629300758, "their": 0.31132680184725214}, "anyway": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "anywhere": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "apart": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "apartment": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "apollo": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "apostles": {"his - their": -0.0540332470067883, "his": 0.18019359999239262, "their": 0.23422684699918092}, "apparent": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "apparently": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "appear": {"his - their": 0.015470376707656885, "his": 0.31146969894424825, "their": 0.29599932223659137}, "appearance": {"his - their": 0.04438629253177245, "his": 0.3186538089869826, "their": 0.27426751645521014}, "appeared": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "applications": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "applied": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "apply": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "appointing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "appointments": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "appreciate": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "appreciates": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "appreciative": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "approach": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "approached": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "approaches": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "appropriately": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "approved": {"his - their": -0.08186885980363473, "his": 0.21413046243295664, "their": 0.29599932223659137}, "april": {"his - their": -0.027757154742782175, "his": 0.2781953231227214, "their": 0.30595247786550356}, "arcane": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "archi": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "architects": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "are": {"his - their": -0.03397189851703031, "his": 0.3481003590539266, "their": 0.3820722575709569}, "area": {"his - their": -0.08468698928984408, "his": 0.2509652082728682, "their": 0.3356521975627123}, "areas": {"his - their": -0.006163485193236562, "his": 0.2781953231227214, "their": 0.28435880831595794}, "aren": {"his - their": -0.08963167899309313, "his": 0.23514648971842964, "their": 0.32477816871152276}, "arenas": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "arguably": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "argue": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "argued": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "argument": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "ariane": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "arise": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "arkansas": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "arlington": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "arm": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "armed": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "army": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "arnold": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "around": {"his - their": -0.02809762394479348, "his": 0.34631089970715034, "their": 0.3744085236519438}, "arranged": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "arrangements": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "array": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "arrival": {"his - their": 0.02302814111790863, "his": 0.29729565757311877, "their": 0.27426751645521014}, "arrive": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "arrived": {"his - their": 0.09152415380952883, "his": 0.3052763629300758, "their": 0.213752209120547}, "arrives": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "arson": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "arsonist": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "arthur": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "article": {"his - their": -0.04479122583711015, "his": 0.28372664962401584, "their": 0.328517875461126}, "artificial": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "artist": {"his - their": 0.09210381522518846, "his": 0.2905099485095768, "their": 0.19840613328438833}, "artists": {"his - their": 0.0905647530609194, "his": 0.3272449960467882, "their": 0.2366802429858688}, "as": {"his - their": -0.006632332638826288, "his": 0.35217755849146826, "their": 0.35880989113029454}, "ascent": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ash": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "ashes": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "asia": {"his - their": -0.05306366746302546, "his": 0.20759058985548443, "their": 0.2606542573185099}, "asian": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "ask": {"his - their": -0.006205066370939205, "his": 0.29493681375769776, "their": 0.30114188012863696}, "asked": {"his - their": -0.0063058950094146415, "his": 0.303894973684048, "their": 0.31020086869346264}, "aspect": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "aspects": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "aspirin": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "assailants": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "assassination": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "assembly": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "assertiveness": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "assessment": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "assets": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "assign": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "assignments": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "assists": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "associated": {"his - their": 0.02302814111790863, "his": 0.29729565757311877, "their": 0.27426751645521014}, "association": {"his - their": -0.027757154742782175, "his": 0.2781953231227214, "their": 0.30595247786550356}, "assume": {"his - their": -0.08145507943125438, "his": 0.22172749392921956, "their": 0.30318257336047394}, "assumptions": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "assurance": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "assurances": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "assured": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "astronomy": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "at": {"his - their": -0.008660137705226278, "his": 0.3721460477249538, "their": 0.3808061854301801}, "athletic": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "atkins": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "atlanta": {"his - their": -0.006119510631773795, "his": 0.2545347466867361, "their": 0.2606542573185099}, "atlantic": {"his - their": -0.03507501886014952, "his": 0.26092430337644185, "their": 0.29599932223659137}, "atmospheres": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "atom": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "atoms": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "attack": {"his - their": -0.006442408718103754, "his": 0.3082503044939569, "their": 0.31469271321206066}, "attacked": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "attacking": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "attacks": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "attempt": {"his - their": -0.023387784392553068, "his": 0.29982068409429524, "their": 0.3232084684868483}, "attempts": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "attend": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "attention": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "attitude": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "attract": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "attracted": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "attractions": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "attributes": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "au": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "audience": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "audiences": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "audition": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "auditioning": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "auditions": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "aug": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "aussie": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "austin": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "austinites": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "australia": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "australian": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "authenticate": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "authentication": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "author": {"his - their": -0.00595871935451564, "his": 0.31146969894424825, "their": 0.3174284182987639}, "authorities": {"his - their": -0.05362157782119717, "his": 0.19203309882498215, "their": 0.24565467664617932}, "authority": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "autry": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "available": {"his - their": 0.006232098472594205, "his": 0.31798384978359495, "their": 0.31175175131100075}, "avails": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "average": {"his - their": -0.052540022525990576, "his": 0.22172749392921956, "their": 0.27426751645521014}, "averaging": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "avoid": {"his - their": -0.08094917565421941, "his": 0.23082795267724424, "their": 0.31177712833146365}, "avoidance": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "avoiding": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "awaiting": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "award": {"his - their": 0.02307239230550595, "his": 0.28372664962401584, "their": 0.2606542573185099}, "awards": {"his - their": -0.006073780946577484, "his": 0.21413046243295664, "their": 0.22020424337953412}, "away": {"his - their": -0.02751193397276297, "his": 0.3240994525940826, "their": 0.3516113865668456}, "awe": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "awful": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "awkward": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "awkwardness": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "axel": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "azad": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "azira": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "b": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "baby": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "bachelor": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "back": {"his - their": 0.029433327533544773, "his": 0.35339911699262927, "their": 0.3239657894590845}, "background": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "backhand": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "backing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "backs": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "bad": {"his - their": -0.04501314536412693, "his": 0.2781953231227214, "their": 0.3232084684868483}, "badboys": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "bail": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "bailey": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "balance": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "balanced": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "ball": {"his - their": 0.040720059996907726, "his": 0.26092430337644185, "their": 0.22020424337953412}, "ballad": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ballerina": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "baloch": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "balochistan": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "ban": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "band": {"his - their": -0.05726440321507867, "his": 0.2438774769135583, "their": 0.30114188012863696}, "bands": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "bang": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "banjo": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "bank": {"his - their": 0.023118526476649692, "his": 0.24805277628876504, "their": 0.22493424981211535}, "banned": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "bans": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "barack": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "barbados": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "barcelona": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "barco": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "barely": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "baring": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "barkley": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "barnette": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "barrel": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "barricaded": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "barring": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "bars": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "base": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "based": {"his - their": -0.017861265748550903, "his": 0.310029905078553, "their": 0.3278911708271039}, "bases": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "basic": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "basically": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "basis": {"his - their": -0.08278918210701339, "his": 0.19669193402907845, "their": 0.27948111613609183}, "basketball": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "bass": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "battle": {"his - their": 0.015466951379437599, "his": 0.3052763629300758, "their": 0.2898094115506382}, "battled": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "battles": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "bayiha": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "bbc": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "bc": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "be": {"his - their": -0.042666238998640305, "his": 0.3231588854570355, "their": 0.36582512445567583}, "beak": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "beal": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "bearded": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "beasts": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "beat": {"his - their": -0.006309361007292513, "his": 0.19669193402907845, "their": 0.20300129503637096}, "beating": {"his - their": 0.06933417724967558, "his": 0.30601442023554437, "their": 0.2366802429858688}, "beautiful": {"his - their": 0.040720059996907726, "his": 0.26092430337644185, "their": 0.22020424337953412}, "beauty": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "became": {"his - their": -0.03782916274893805, "his": 0.29982068409429524, "their": 0.3376498468432333}, "because": {"his - their": -0.01841740500977107, "his": 0.3353481200159261, "their": 0.3537655250256972}, "become": {"his - their": -0.006575727787208163, "his": 0.3382742146797844, "their": 0.3448499424669926}, "becomes": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "becoming": {"his - their": -0.02721132473057608, "his": 0.29729565757311877, "their": 0.32450698230369485}, "bed": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "bedrock": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "bee": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "beefed": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "been": {"his - their": -0.01807679551520147, "his": 0.35826634784312494, "their": 0.3763431433583264}, "beer": {"his - their": 0.04064157040717675, "his": 0.2683415765692464, "their": 0.22770000616206965}, "beers": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "bees": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "before": {"his - their": -0.016753067195010907, "his": 0.3613843553425744, "their": 0.3781374225375853}, "began": {"his - their": -0.006443393891862159, "his": 0.2792409542249158, "their": 0.28568434811677795}, "begin": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "beginners": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "beginning": {"his - their": -0.006131793771208316, "his": 0.29982068409429524, "their": 0.30595247786550356}, "begrudgingly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "begun": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "behalf": {"his - their": 0.06898646776026063, "his": 0.31694061999072276, "their": 0.24795415223046213}, "behavior": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "behind": {"his - their": -0.0063058950094146415, "his": 0.303894973684048, "their": 0.31020086869346264}, "being": {"his - their": -0.03060089207041089, "his": 0.3239786041362341, "their": 0.354579496206645}, "belief": {"his - their": -0.08094917565421941, "his": 0.23082795267724424, "their": 0.31177712833146365}, "beliefs": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "believe": {"his - their": -0.018654506936009674, "his": 0.3267956292235307, "their": 0.3454501361595404}, "believed": {"his - their": 0.015466951379437599, "his": 0.3052763629300758, "their": 0.2898094115506382}, "believers": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "believes": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "believing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "bell": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "bello": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "bellota": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "belmont": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "belonging": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "below": {"his - their": -0.05362157782119717, "his": 0.19203309882498215, "their": 0.24565467664617932}, "bemoans": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ben": {"his - their": -0.03484099679122754, "his": 0.2683415765692464, "their": 0.30318257336047394}, "bench": {"his - their": 0.023096490271869163, "his": 0.27324495010796984, "their": 0.2501484598361007}, "beneath": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "beneficiaries": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "benefit": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "benevolence": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "benign": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "benjamin": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "bentley": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "benz": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "berger": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "besides": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "best": {"his - their": -0.006855465461688581, "his": 0.35966153498762593, "their": 0.3665170004493145}, "bet": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "better": {"his - their": -0.02590975712341992, "his": 0.31894018534357266, "their": 0.3448499424669926}, "between": {"his - their": -0.03432610675607828, "his": 0.31743007665984263, "their": 0.3517561834159209}, "bewildered": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "bible": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "biblically": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "biden": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "big": {"his - their": 0.004649863138660004, "his": 0.3166709297611084, "their": 0.3120210666224484}, "biggest": {"his - their": -0.03484099679122754, "his": 0.2683415765692464, "their": 0.30318257336047394}, "bilaterally": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "bill": {"his - their": -0.005991722141439115, "his": 0.29000760009515225, "their": 0.29599932223659137}, "billboard": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "billion": {"his - their": -0.07636022702449796, "his": 0.21031126694610414, "their": 0.2866714939706021}, "billions": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "bird": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "birds": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "birth": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "birthday": {"his - their": -0.006029555338299353, "his": 0.26092430337644185, "their": 0.2669538587147412}, "bit": {"his - their": -0.0065847228911102285, "his": 0.2700654962191465, "their": 0.2766502191102567}, "bite": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "bitter": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "black": {"his - their": -0.06048070706160236, "his": 0.2573431392306099, "their": 0.3178238462922123}, "bladder": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "blake": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "blameless": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "blanchard": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "blast": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "blasting": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "blends": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "blessed": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "blessing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "blighting": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "blinken": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "blisters": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "blocking": {"his - their": -0.02695872456605819, "his": 0.30601442023554437, "their": 0.33297314480160256}, "blog": {"his - their": -0.052540022525990576, "his": 0.22172749392921956, "their": 0.27426751645521014}, "blogs": {"his - their": -0.04423859566564281, "his": 0.29729565757311877, "their": 0.3415342532387616}, "blond": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "blonde": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "blood": {"his - their": 0.02302814111790863, "his": 0.29729565757311877, "their": 0.27426751645521014}, "blooded": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "bluegrass": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "bluntly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "board": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "boast": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "boasts": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "boat": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "bodies": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "body": {"his - their": -0.05704259206692003, "his": 0.24890988579858353, "their": 0.30595247786550356}, "boldly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "bomb": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "bombers": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "bond": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "bonds": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "bones": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "bongo": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "book": {"his - their": 0.050182495068204214, "his": 0.3066203058299522, "their": 0.256437810761748}, "booked": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "books": {"his - their": -0.006443393891862159, "his": 0.2792409542249158, "their": 0.28568434811677795}, "bookshops": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "border": {"his - their": -0.006485733712214087, "his": 0.18384223947744946, "their": 0.19032797318966355}, "boring": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "born": {"his - their": 0.06933417724967558, "his": 0.30601442023554437, "their": 0.2366802429858688}, "boshirov": {"his - their": -0.006073780946577484, "his": 0.21413046243295664, "their": 0.22020424337953412}, "bot": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "both": {"his - their": -0.01774147903625023, "his": 0.3599965212269165, "their": 0.37773800026316673}, "bots": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "bottle": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "bottom": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "bought": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "bounceback": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "bourne": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "box": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "boy": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "boys": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "bph": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "bradbury": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "brahms": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "branch": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "branches": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "bras": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "brass": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "brault": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "brave": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "break": {"his - their": -0.00595871935451564, "his": 0.31146969894424825, "their": 0.3174284182987639}, "breakfast": {"his - their": -0.006073780946577484, "his": 0.21413046243295664, "their": 0.22020424337953412}, "breaking": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "breakup": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "breezily": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "brett": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "bridges": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "bridgetown": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "briefly": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "bright": {"his - their": -0.08094917565421941, "his": 0.23082795267724424, "their": 0.31177712833146365}, "brighter": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "brightest": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "brilliant": {"his - their": -0.005608857719390903, "his": 0.31694061999072276, "their": 0.32254947771011366}, "brindisa": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "bring": {"his - their": -0.019115310539849606, "his": 0.3082503044939569, "their": 0.3273656150338065}, "bringing": {"his - their": 0.015470376707656885, "his": 0.31146969894424825, "their": 0.29599932223659137}, "brings": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "brisbane": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "brisvegas": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "britain": {"his - their": 0.04462210561156593, "his": 0.3052763629300758, "their": 0.2606542573185099}, "british": {"his - their": -0.023518243093938462, "his": 0.29493681375769776, "their": 0.3184550568516362}, "broad": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "broadcast": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "broadcasting": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "broadchurch": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "broadly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "broadmoor": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "broadway": {"his - their": -0.006161619265062562, "his": 0.20759058985548443, "their": 0.213752209120547}, "brock": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "broken": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "brother": {"his - their": 0.06980335671561813, "his": 0.29000760009515225, "their": 0.22020424337953412}, "brotherly": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "brothers": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "brought": {"his - their": -0.05028739244643071, "his": 0.29982068409429524, "their": 0.35010807654072595}, "brown": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "browne": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "browser": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "browsing": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "brunei": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "brutal": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "bubbling": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "buck": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "budget": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "buffalo": {"his - their": -0.05306366746302546, "his": 0.20759058985548443, "their": 0.2606542573185099}, "build": {"his - their": -0.023518243093938462, "his": 0.29493681375769776, "their": 0.3184550568516362}, "builders": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "building": {"his - their": 0.0407825375661891, "his": 0.2545347466867361, "their": 0.213752209120547}, "buildings": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "built": {"his - their": 0.02307239230550595, "his": 0.28372664962401584, "their": 0.2606542573185099}, "bulls": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "bully": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "bunch": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "bunker": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "burgandy": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "burke": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "burn": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "burns": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "burrow": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "burst": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "bus": {"his - their": -0.036192383270930856, "his": 0.2243832407947984, "their": 0.26057562406572926}, "buses": {"his - their": -0.006199233631964285, "his": 0.24890988579858353, "their": 0.2551091194305478}, "bush": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "business": {"his - their": -0.03832096906852528, "his": 0.2864571996429975, "their": 0.32477816871152276}, "busy": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "but": {"his - their": -0.024342658773864267, "his": 0.34981051876285774, "their": 0.374153177536722}, "butt": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "button": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "buuuuuuuzzzzzzzzz": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "buy": {"his - their": -0.04538725125080856, "his": 0.26875879762366767, "their": 0.3141460488744762}, "buying": {"his - their": -0.10373621199176772, "his": 0.20759058985548443, "their": 0.31132680184725214}, "buzi": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "by": {"his - their": -0.023147642549150027, "his": 0.35235657658677805, "their": 0.3755042191359281}, "c": {"his - their": -0.006540251692455146, "his": 0.2729423369862242, "their": 0.27948258867867937}, "cadaver": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "cal": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "calcium": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "calculation": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "calibrated": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "call": {"his - their": -0.02813788369208109, "his": 0.2646525991610589, "their": 0.29279048285313997}, "called": {"his - their": 0.0005494118392153635, "his": 0.34807586535673996, "their": 0.3475264535175246}, "calling": {"his - their": -0.02742081820361164, "his": 0.29000760009515225, "their": 0.3174284182987639}, "calm": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "came": {"his - their": 0.0025821324260119627, "his": 0.3360369496371372, "their": 0.33345481721112524}, "cameron": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "camouflaged": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "camp": {"his - their": -0.054149652035996976, "his": 0.17678628255392168, "their": 0.23093593458991865}, "campaign": {"his - their": -0.006176915594232002, "his": 0.3122781412574042, "their": 0.3184550568516362}, "campaigns": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "camper": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "camps": {"his - their": -0.0063964128090316374, "his": 0.23514648971842964, "their": 0.24154290252746127}, "campsite": {"his - their": 0.040720059996907726, "his": 0.26092430337644185, "their": 0.22020424337953412}, "campus": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "can": {"his - their": -0.051746520862286316, "his": 0.3321005428521811, "their": 0.3838470637144674}, "canada": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "cancelling": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "cancer": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "candidate": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "candidates": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "cannabis": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "cannot": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "canyon": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "capabilities": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "capability": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "capable": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "capacity": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "capital": {"his - their": -0.05616540573444845, "his": 0.2683415765692464, "their": 0.32450698230369485}, "capitalize": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "captivating": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "captured": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "captures": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "car": {"his - their": 0.033072599706939015, "his": 0.2799907674896025, "their": 0.24691816778266348}, "card": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "cards": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "care": {"his - their": -0.05764399313471033, "his": 0.23514648971842964, "their": 0.29279048285313997}, "cared": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "career": {"his - their": -0.022880444251778986, "his": 0.3186538089869826, "their": 0.3415342532387616}, "careers": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "careful": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "carefully": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "caribbean": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "caribbeantales": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "caring": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "carlay": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "carolina": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "carried": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "carry": {"his - their": -0.08302808562160274, "his": 0.19203309882498215, "their": 0.2750611844465849}, "carty": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "case": {"his - their": -0.014692657529700892, "his": 0.3311695114700051, "their": 0.345862168999706}, "cases": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "casey": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "cast": {"his - their": 0.06933417724967558, "his": 0.30601442023554437, "their": 0.2366802429858688}, "casualties": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "catch": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "catering": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "catholic": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "cats": {"his - their": 0.09126545556471413, "his": 0.31146969894424825, "their": 0.22020424337953412}, "cause": {"his - their": -0.06300141512887208, "his": 0.26734230513624613, "their": 0.3303437202651182}, "caused": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "causing": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "cavaliers": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "cbd": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "ccp": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "cdc": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ceaseless": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ceiling": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "celebrate": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "celebrated": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "celebrating": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "celtics": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "cement": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "census": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "center": {"his - their": -0.023387784392553068, "his": 0.29982068409429524, "their": 0.3232084684868483}, "centered": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "centers": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "central": {"his - their": -0.07429858268826478, "his": 0.24890988579858353, "their": 0.3232084684868483}, "centre": {"his - their": 0.033016861086284044, "his": 0.2876820494645667, "their": 0.25466518837828267}, "century": {"his - their": -0.006642024479041053, "his": 0.2824284319835415, "their": 0.28907045646258256}, "certain": {"his - their": -0.038009917914895996, "his": 0.29493681375769776, "their": 0.33294673167259375}, "certainly": {"his - their": -0.027706864749177218, "his": 0.31798384978359495, "their": 0.34569071453277217}, "chair": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "chairman": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "challenges": {"his - their": -0.005608857719390903, "his": 0.31694061999072276, "their": 0.32254947771011366}, "challenging": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "championing": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "chance": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "chances": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "chandler": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "change": {"his - their": -0.019447148516906543, "his": 0.2948235721257267, "their": 0.31427072064263323}, "changed": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "changes": {"his - their": 0.02302814111790863, "his": 0.29729565757311877, "their": 0.27426751645521014}, "channel": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "channels": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "chaos": {"his - their": 0.040720059996907726, "his": 0.26092430337644185, "their": 0.22020424337953412}, "chaotic": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "chapel": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "chapter": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "character": {"his - their": -0.020544609460620478, "his": 0.3171052373826128, "their": 0.3376498468432333}, "characteristics": {"his - their": -0.052540022525990576, "his": 0.22172749392921956, "their": 0.27426751645521014}, "characterized": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "charge": {"his - their": 0.06933417724967558, "his": 0.30601442023554437, "their": 0.2366802429858688}, "charges": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "charismatic": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "charity": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "charles": {"his - their": 0.02302814111790863, "his": 0.29729565757311877, "their": 0.27426751645521014}, "charlie": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "charrettes": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "chart": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "charting": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "chatham": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "chatty": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "cheapest": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "check": {"his - their": -0.10411560407142828, "his": 0.20183687379407528, "their": 0.30595247786550356}, "checked": {"his - their": -0.005608857719390903, "his": 0.31694061999072276, "their": 0.32254947771011366}, "cheeky": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "cheer": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "cheering": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "cheery": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "chemical": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "chepiga": {"his - their": -0.006073780946577484, "his": 0.21413046243295664, "their": 0.22020424337953412}, "chicago": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "chief": {"his - their": -0.08252193452188267, "his": 0.20183687379407528, "their": 0.28435880831595794}, "child": {"his - their": -0.05345652580702223, "his": 0.19669193402907845, "their": 0.2501484598361007}, "childhood": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "children": {"his - their": -0.024314319468111134, "his": 0.2647561369944714, "their": 0.28907045646258256}, "china": {"his - their": -0.029808783669961286, "his": 0.20286195157514636, "their": 0.23267073524510765}, "chinese": {"his - their": 0.023113647822377154, "his": 0.2608634586693646, "their": 0.23774981084698746}, "chocolate": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "choice": {"his - their": -0.0739831287743899, "his": 0.2545347466867361, "their": 0.328517875461126}, "chopin": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "chores": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "christ": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "christian": {"his - their": -0.005608857719390903, "his": 0.31694061999072276, "their": 0.32254947771011366}, "christianity": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "chung": {"his - their": -0.006073780946577484, "his": 0.21413046243295664, "their": 0.22020424337953412}, "church": {"his - their": -0.006930728141240378, "his": 0.22727622784398854, "their": 0.23420695598522892}, "circle": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "circumstances": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "circumstantial": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "cited": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "cities": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "citizens": {"his - their": -0.052540022525990576, "his": 0.22172749392921956, "their": 0.27426751645521014}, "city": {"his - their": -0.024758771720755413, "his": 0.31004104690147327, "their": 0.3347998186222287}, "citypaper": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "civic": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "civilization": {"his - their": -0.005608857719390903, "his": 0.31694061999072276, "their": 0.32254947771011366}, "cizikas": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "clad": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "claim": {"his - their": -0.05306366746302546, "his": 0.20759058985548443, "their": 0.2606542573185099}, "claimed": {"his - their": -0.006082761926622382, "his": 0.28372664962401584, "their": 0.2898094115506382}, "claiming": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "claims": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "clarke": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "clarks": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "class": {"his - their": -0.005991722141439115, "his": 0.29000760009515225, "their": 0.29599932223659137}, "classic": {"his - their": 0.015470376707656885, "his": 0.31146969894424825, "their": 0.29599932223659137}, "classifier": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "clear": {"his - their": -0.03359138119019883, "his": 0.30019614912155457, "their": 0.3337875303117534}, "clearly": {"his - their": 0.022991923550693405, "his": 0.30601442023554437, "their": 0.28302249668485097}, "cleavage": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "clientele": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "climate": {"his - their": -0.08394498959796537, "his": 0.17358858865734433, "their": 0.2575335782553097}, "climbing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "clinical": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "clippers": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "close": {"his - their": -0.08145507943125438, "his": 0.22172749392921956, "their": 0.30318257336047394}, "closed": {"his - their": -0.05704259206692003, "his": 0.24890988579858353, "their": 0.30595247786550356}, "closer": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "closest": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "clouded": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "clouds": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "club": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "clue": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "clutchest": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "clutterbuck": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "cnd": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "co": {"his - their": -0.056504114922322046, "his": 0.26092430337644185, "their": 0.3174284182987639}, "coach": {"his - their": 0.04496687843825073, "his": 0.2827166892852382, "their": 0.23774981084698746}, "coached": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "coaching": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "coalition": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "coast": {"his - their": 0.04099299453335717, "his": 0.2277228393295231, "their": 0.18672984479616594}, "coastal": {"his - their": -0.006199233631964285, "his": 0.24890988579858353, "their": 0.2551091194305478}, "coastguard": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "code": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "cold": {"his - their": 0.02302814111790863, "his": 0.29729565757311877, "their": 0.27426751645521014}, "coleman": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "colin": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "coliseum": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "coll": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "collapse": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "colleagues": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "collected": {"his - their": 0.04064157040717675, "his": 0.2683415765692464, "their": 0.22770000616206965}, "collecting": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "collection": {"his - their": 0.04485527186339747, "his": 0.2905099485095768, "their": 0.24565467664617932}, "collective": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "college": {"his - their": -0.006050438917176326, "his": 0.3052763629300758, "their": 0.31132680184725214}, "collide": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "collymore": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "colonel": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "colonization": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "colorectal": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "colour": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "columbia": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "columns": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "com": {"his - their": -0.006397954821163954, "his": 0.3321445745671022, "their": 0.3385425293882662}, "combat": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "combination": {"his - their": -0.02721132473057608, "his": 0.29729565757311877, "their": 0.32450698230369485}, "combine": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "combined": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "come": {"his - their": -0.013322661719752493, "his": 0.3485341184698423, "their": 0.3618567801895948}, "comedians": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "comedy": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "comes": {"his - their": 0.004829787621544401, "his": 0.3386173179332978, "their": 0.3337875303117534}, "comfort": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "comforting": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "comical": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "coming": {"his - their": -0.019115310539849606, "his": 0.3082503044939569, "their": 0.3273656150338065}, "command": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "comment": {"his - their": -0.07429858268826478, "his": 0.24890988579858353, "their": 0.3232084684868483}, "commentary": {"his - their": 0.01547123562650865, "his": 0.3186538089869826, "their": 0.30318257336047394}, "commenting": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "comments": {"his - their": -0.10277948837447529, "his": 0.22172749392921956, "their": 0.32450698230369485}, "commercializing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "commercials": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "commission": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "commissioner": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "commissions": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "commitments": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "committee": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "common": {"his - their": -0.006391972011607738, "his": 0.31143187428060454, "their": 0.3178238462922123}, "commonly": {"his - their": 0.06933417724967558, "his": 0.30601442023554437, "their": 0.2366802429858688}, "communicate": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "communicated": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "communication": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "communications": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "communicative": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "community": {"his - their": -0.021363896865535414, "his": 0.2849875809691552, "their": 0.30635147783469063}, "company": {"his - their": -0.06360642200723987, "his": 0.25553028539290007, "their": 0.31913670740013994}, "comparing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "compassionate": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "compensated": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "compete": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "competent": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "competition": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "complementing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "complete": {"his - their": 0.017443573128526013, "his": 0.3386173179332978, "their": 0.3211737448047718}, "completed": {"his - their": -0.02742081820361164, "his": 0.29000760009515225, "their": 0.3174284182987639}, "completely": {"his - their": 0.01547123562650865, "his": 0.3186538089869826, "their": 0.30318257336047394}, "completing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "complex": {"his - their": -0.006205066370939205, "his": 0.29493681375769776, "their": 0.30114188012863696}, "complicated": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "comprehensive": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "comprised": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "compromise": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "compromises": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "compulsion": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "computer": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "computers": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "conceded": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "conceivable": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "conceived": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "concept": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "concern": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "concerning": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "concerns": {"his - their": -0.04423859566564281, "his": 0.29729565757311877, "their": 0.3415342532387616}, "concert": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "concerts": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "concluded": {"his - their": -0.00595871935451564, "his": 0.31146969894424825, "their": 0.3174284182987639}, "conclusion": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "conclusions": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "condemned": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "condemning": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "conditioning": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "conditions": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "conducted": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "conduit": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "conference": {"his - their": 0.017448240174888052, "his": 0.3352720864671003, "their": 0.3178238462922123}, "conferences": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "confidence": {"his - their": 0.015467867715324546, "his": 0.3272449960467882, "their": 0.31177712833146365}, "confirm": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "confirming": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "conflict": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "confucius": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "congregation": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "congress": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "connection": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "connections": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "consensus": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "consequence": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "consequences": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "consequently": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "conservative": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "consider": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "consideration": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "considered": {"his - their": -0.02410011320294886, "his": 0.2729423369862242, "their": 0.2970424501891731}, "considering": {"his - their": 0.022991923550693405, "his": 0.30601442023554437, "their": 0.28302249668485097}, "consisted": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "consistent": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "consolation": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "conspiracy": {"his - their": -0.005608857719390903, "his": 0.31694061999072276, "their": 0.32254947771011366}, "constant": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "constantly": {"his - their": -0.005608857719390903, "his": 0.31694061999072276, "their": 0.32254947771011366}, "constitutional": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "constraints": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "construction": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "constructive": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "consulted": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "consumer": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "consumption": {"his - their": -0.05704259206692003, "his": 0.24890988579858353, "their": 0.30595247786550356}, "contact": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "contain": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "contained": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "contains": {"his - their": -0.10474869501050577, "his": 0.19203309882498215, "their": 0.2967817938354879}, "contemporary": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "content": {"his - their": -0.023241512531050168, "his": 0.3052763629300758, "their": 0.328517875461126}, "contention": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "continent": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "continue": {"his - their": -0.02721132473057608, "his": 0.29729565757311877, "their": 0.32450698230369485}, "continued": {"his - their": -0.02097759568321722, "his": 0.30019614912155457, "their": 0.3211737448047718}, "continues": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "contouring": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "contributed": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "contribution": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "control": {"his - their": -0.027600152223236307, "his": 0.28372664962401584, "their": 0.31132680184725214}, "controlled": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "controversies": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "convention": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "converging": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "conversation": {"his - their": -0.005853173316712257, "his": 0.3186538089869826, "their": 0.32450698230369485}, "conversations": {"his - their": -0.005608857719390903, "his": 0.31694061999072276, "their": 0.32254947771011366}, "convey": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "conveyed": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "convicted": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "convictions": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "cookies": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "coordinated": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "cop": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "copa": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "copping": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "cops": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "copy": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "cordial": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "core": {"his - their": -0.005929253216310715, "his": 0.3286152199581385, "their": 0.33454447317444924}, "corner": {"his - their": 0.06980335671561813, "his": 0.29000760009515225, "their": 0.22020424337953412}, "cornerstone": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "coronavirus": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "corp": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "corporate": {"his - their": -0.05282339628178456, "his": 0.21413046243295664, "their": 0.2669538587147412}, "corporation": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "corps": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "correct": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "correctly": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "correlation": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "corrosive": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "cory": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "cosby": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "cosmos": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "cost": {"his - their": -0.07292407164238879, "his": 0.2608634586693646, "their": 0.3337875303117534}, "costly": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "costs": {"his - their": -0.03507501886014952, "his": 0.26092430337644185, "their": 0.29599932223659137}, "could": {"his - their": -0.03060089207041089, "his": 0.3239786041362341, "their": 0.354579496206645}, "couldn": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "council": {"his - their": -0.05726440321507867, "his": 0.2438774769135583, "their": 0.30114188012863696}, "counselling": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "count": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "countach": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "counter": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "counterpart": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "counterparts": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "countries": {"his - their": -0.07429858268826478, "his": 0.24890988579858353, "their": 0.3232084684868483}, "country": {"his - their": -0.03094577175719654, "his": 0.2881909356429434, "their": 0.31913670740013994}, "county": {"his - their": -0.006119510631773795, "his": 0.2545347466867361, "their": 0.2606542573185099}, "couple": {"his - their": -0.060125569550463887, "his": 0.2646525991610589, "their": 0.32477816871152276}, "couples": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "courageous": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "course": {"his - their": -0.006314939177564316, "his": 0.3274725911341891, "their": 0.3337875303117534}, "court": {"his - their": 0.015284036485137459, "his": 0.24080640355828306, "their": 0.2255223670731456}, "courtesy": {"his - their": 0.022991923550693405, "his": 0.30601442023554437, "their": 0.28302249668485097}, "cover": {"his - their": 0.04462210561156593, "his": 0.3052763629300758, "their": 0.2606542573185099}, "coverage": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "covered": {"his - their": -0.0822188216951538, "his": 0.20759058985548443, "their": 0.2898094115506382}, "covering": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "covers": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "covid": {"his - their": -0.006199233631964285, "his": 0.24890988579858353, "their": 0.2551091194305478}, "covid19": {"his - their": -0.006073780946577484, "his": 0.21413046243295664, "their": 0.22020424337953412}, "crack": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "cracked": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "crackerjack": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "crazy": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "create": {"his - their": -0.05051332240184264, "his": 0.29493681375769776, "their": 0.3454501361595404}, "created": {"his - their": -0.056504114922322046, "his": 0.26092430337644185, "their": 0.3174284182987639}, "creating": {"his - their": 0.01547123562650865, "his": 0.3186538089869826, "their": 0.30318257336047394}, "creativity": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "cred": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "credentials": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "credit": {"his - their": -0.03527466486390213, "his": 0.2545347466867361, "their": 0.2898094115506382}, "creepy": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "crew": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "cried": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "crime": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "crippled": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "crippling": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "crisis": {"his - their": -0.03817274621061628, "his": 0.2905099485095768, "their": 0.32868269472019307}, "criterion": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "critical": {"his - their": 0.011136261128767255, "his": 0.3122781412574042, "their": 0.30114188012863696}, "criticism": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "cronbach": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "cross": {"his - their": -0.02813788369208109, "his": 0.2646525991610589, "their": 0.29279048285313997}, "crotchety": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "crowd": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "crucial": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "cruise": {"his - their": 0.06959565141104912, "his": 0.29729565757311877, "their": 0.22770000616206965}, "crying": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ct2011": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ctd": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "culpa": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "cultivation": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "cultural": {"his - their": -0.006390244220846553, "his": 0.2827166892852382, "their": 0.28910693350608474}, "culture": {"his - their": -0.04554826953240376, "his": 0.2646525991610589, "their": 0.31020086869346264}, "cultured": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "cup": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "curbs": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "curiosity": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "current": {"his - their": -0.021065168423722302, "his": 0.29675867786849, "their": 0.3178238462922123}, "currently": {"his - their": 0.06959565141104912, "his": 0.29729565757311877, "their": 0.22770000616206965}, "cursing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "customer": {"his - their": 0.04064157040717675, "his": 0.2683415765692464, "their": 0.22770000616206965}, "cut": {"his - their": -0.08186885980363473, "his": 0.21413046243295664, "their": 0.29599932223659137}, "cuts": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "cutting": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "cynicism": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "cynthia": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "d": {"his - their": -0.025979502559481782, "his": 0.3166709297611084, "their": 0.34265043232059017}, "dad": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "dag": {"his - their": -0.006485733712214087, "his": 0.18384223947744946, "their": 0.19032797318966355}, "daily": {"his - their": -0.02721132473057608, "his": 0.29729565757311877, "their": 0.32450698230369485}, "dailymail": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "daley": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "damage": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "dance": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "dancers": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "dancing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "danger": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "dangerous": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "daniel": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "dante": {"his - their": 0.06898646776026063, "his": 0.31694061999072276, "their": 0.24795415223046213}, "dante\u00e2": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "dare": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "dark": {"his - their": 0.011169634229271808, "his": 0.32249643607652395, "their": 0.31132680184725214}, "data": {"his - their": -0.024891644445553834, "his": 0.24244409043378043, "their": 0.26733573487933426}, "date": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "daughter": {"his - their": 0.03284077933518553, "his": 0.3079019637817704, "their": 0.2750611844465849}, "david": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "dawah": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "dawn": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "day": {"his - their": -0.015119061416400292, "his": 0.3128921873825674, "their": 0.3280112487989677}, "days": {"his - their": -0.027958929127811172, "his": 0.310029905078553, "their": 0.33798883420636416}, "de": {"his - their": -0.006431545559065555, "his": 0.18777187204743392, "their": 0.19420341760649948}, "deacon": {"his - their": -0.006161619265062562, "his": 0.20759058985548443, "their": 0.213752209120547}, "deacons": {"his - their": -0.006536244803773322, "his": 0.18019359999239262, "their": 0.18672984479616594}, "dead": {"his - their": 0.062247287135591106, "his": 0.3079019637817704, "their": 0.24565467664617932}, "deaf": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "deal": {"his - their": -0.023387784392553068, "his": 0.29982068409429524, "their": 0.3232084684868483}, "death": {"his - their": 0.02307239230550595, "his": 0.28372664962401584, "their": 0.2606542573185099}, "deaths": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "debate": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "decades": {"his - their": -0.006163485193236562, "his": 0.2781953231227214, "their": 0.28435880831595794}, "decamp": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "december": {"his - their": -0.05327224563647254, "his": 0.20183687379407528, "their": 0.2551091194305478}, "decide": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "decided": {"his - their": -0.03346359642247276, "his": 0.303894973684048, "their": 0.33735857010652076}, "decimated": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "decision": {"his - their": -0.023842671642387292, "his": 0.2827166892852382, "their": 0.3065593609276255}, "decisions": {"his - their": 0.02302814111790863, "his": 0.29729565757311877, "their": 0.27426751645521014}, "declined": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "dedicated": {"his - their": -0.00595871935451564, "his": 0.31146969894424825, "their": 0.3174284182987639}, "deep": {"his - their": -0.08094917565421941, "his": 0.23082795267724424, "their": 0.31177712833146365}, "deepen": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "deeper": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "deeply": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "deering": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "defeat": {"his - their": 0.022991923550693405, "his": 0.30601442023554437, "their": 0.28302249668485097}, "defeats": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "defence": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "defend": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "defended": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "defense": {"his - their": 0.04064157040717675, "his": 0.2683415765692464, "their": 0.22770000616206965}, "defensive": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "defiant": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "definitely": {"his - their": -0.10329795586580726, "his": 0.21413046243295664, "their": 0.3174284182987639}, "degree": {"his - their": -0.03507501886014952, "his": 0.26092430337644185, "their": 0.29599932223659137}, "degrees": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "delays": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "delete": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "deliberation": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "delicacy": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "delicate": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "delight": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "delivered": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "demand": {"his - their": 0.04064157040717675, "his": 0.2683415765692464, "their": 0.22770000616206965}, "demanded": {"his - their": -0.052540022525990576, "his": 0.22172749392921956, "their": 0.27426751645521014}, "demanding": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "demands": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "democracy": {"his - their": -0.08094917565421941, "his": 0.23082795267724424, "their": 0.31177712833146365}, "democratic": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "demographic": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "demolished": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "denied": {"his - their": 0.040876181877187334, "his": 0.2438774769135583, "their": 0.20300129503637096}, "denigrated": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "dennis": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "denominator": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "dense": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "denuclearization": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "depart": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "department": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "depend": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "dependable": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "dependent": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "depicting": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "deployments": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "depressing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "depressingly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "depth": {"his - their": 0.015467867715324546, "his": 0.3272449960467882, "their": 0.31177712833146365}, "deputy": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "derivative": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "derived": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "derogatory": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "derouen": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "describe": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "described": {"his - their": -0.05704259206692003, "his": 0.24890988579858353, "their": 0.30595247786550356}, "describing": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "description": {"his - their": -0.10214519212435832, "his": 0.23082795267724424, "their": 0.33297314480160256}, "descriptive": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "deserved": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "design": {"his - their": 0.033170070416250086, "his": 0.26373498156930125, "their": 0.23056491115305117}, "designadvocacy": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "designated": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "designed": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "desires": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "desperately": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "despite": {"his - their": -0.0400410718939575, "his": 0.3148355185232827, "their": 0.3548765904172402}, "destabilized": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "destination": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "destroy": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "destroying": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "detail": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "detailed": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "details": {"his - their": 0.06959565141104912, "his": 0.29729565757311877, "their": 0.22770000616206965}, "detect": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "detective": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "deteriorate": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "determination": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "determine": {"his - their": 0.023053741380411052, "his": 0.29000760009515225, "their": 0.2669538587147412}, "detroit": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "devastated": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "devastating": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "develop": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "developed": {"his - their": -0.005991722141439115, "his": 0.29000760009515225, "their": 0.29599932223659137}, "developer": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "developers": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "developing": {"his - their": 0.011204066556911418, "his": 0.33571104886060626, "their": 0.32450698230369485}, "development": {"his - their": -0.021898734344894977, "his": 0.26373498156930125, "their": 0.28563371591419623}, "developments": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "devoid": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "devote": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "devoted": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "dialogue": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "diaspora": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "dictated": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "did": {"his - their": 0.0007511343243945534, "his": 0.31313471106705637, "their": 0.3123835767426618}, "didn": {"his - their": -0.018263402912485738, "his": 0.29340954018018217, "their": 0.3116729430926679}, "die": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "died": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "difference": {"his - their": -0.07429858268826478, "his": 0.24890988579858353, "their": 0.3232084684868483}, "different": {"his - their": -0.03419773056346709, "his": 0.2824284319835415, "their": 0.3166261625470086}, "difficult": {"his - their": -0.005728148754814366, "his": 0.3272449960467882, "their": 0.33297314480160256}, "difficulty": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "digital": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "dillman": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "dinner": {"his - their": -0.08145507943125438, "his": 0.22172749392921956, "their": 0.30318257336047394}, "diplomat": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "diplomats": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "direct": {"his - their": 0.06933417724967558, "his": 0.30601442023554437, "their": 0.2366802429858688}, "directed": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "directing": {"his - their": -0.005608857719390903, "his": 0.31694061999072276, "their": 0.32254947771011366}, "direction": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "directly": {"his - their": 0.022991923550693405, "his": 0.30601442023554437, "their": 0.28302249668485097}, "director": {"his - their": -0.006336329568166765, "his": 0.23931834707801256, "their": 0.24565467664617932}, "dirt": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "disagrees": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "disappeared": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "disappoint": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "disarray": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "disbelief": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "discharge": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "disciple": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "disciplined": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "disciplines": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "discoveries": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "discovery": {"his - their": -0.05306366746302546, "his": 0.20759058985548443, "their": 0.2606542573185099}, "discrete": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "discuss": {"his - their": -0.005853173316712257, "his": 0.3186538089869826, "their": 0.32450698230369485}, "discussed": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "discussion": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "disguise": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "disliked": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "dismantle": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "dismantled": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "dismissed": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "disobedience": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "disorder": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "disordered": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "disorganized": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "disorienting": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "dispatched": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "dispel": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "display": {"his - their": 0.07011904468923086, "his": 0.2781953231227214, "their": 0.20807627843349052}, "disrespected": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "disrupted": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "disruption": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "disruptive": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "dissenting": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "distance": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "distant": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "distributing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "distribution": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "distrustful": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "disturb": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "disturbing": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "ditched": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "dive": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "diversity": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "divide": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "dividends": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "divine": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "division": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "divorce": {"his - their": -0.035448922517374415, "his": 0.24890988579858353, "their": 0.28435880831595794}, "divorced": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "divulge": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "dixie": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "dna": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "do": {"his - their": -0.02193676870356087, "his": 0.3397213481157497, "their": 0.3616581168193106}, "doctorow": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "documented": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "does": {"his - their": -0.006969240830621171, "his": 0.30694000737060945, "their": 0.3139092482012306}, "doesn": {"his - their": -0.0064195081888129835, "his": 0.32094610684499353, "their": 0.3273656150338065}, "dog": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "doing": {"his - their": -0.04601073210370771, "his": 0.29903916996414065, "their": 0.34504990206784836}, "dollars": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "domantas": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "dominated": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "dominica": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "don": {"his - their": -0.02065468282651889, "his": 0.32600721847497255, "their": 0.34666190130149144}, "donald": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "done": {"his - their": -0.006594652323407779, "his": 0.3290752197301635, "their": 0.3356698720535713}, "donell": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "donovan": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "doofer": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "door": {"his - their": 0.04064157040717675, "his": 0.2683415765692464, "their": 0.22770000616206965}, "dornan": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "double": {"his - their": -0.05616540573444845, "his": 0.2683415765692464, "their": 0.32450698230369485}, "doubt": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "doubts": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "douglas": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "down": {"his - their": -0.007112369164712473, "his": 0.3283204455014834, "their": 0.3354328146661959}, "downer": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "download": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "doyle": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "dozens": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "dr": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "drafted": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "drama": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "dramatic": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "dramatically": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "draw": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "drawbridge": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "drawn": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "dream": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "dreams": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "dressed": {"his - their": -0.03484099679122754, "his": 0.2683415765692464, "their": 0.30318257336047394}, "drew": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "drilled": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "drink": {"his - their": -0.03527466486390213, "his": 0.2545347466867361, "their": 0.2898094115506382}, "drinking": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "drinks": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "driver": {"his - their": -0.052540022525990576, "his": 0.22172749392921956, "their": 0.27426751645521014}, "drivers": {"his - their": -0.006029555338299353, "his": 0.26092430337644185, "their": 0.2669538587147412}, "drives": {"his - their": -0.08278918210701339, "his": 0.19669193402907845, "their": 0.27948111613609183}, "driving": {"his - their": -0.03527466486390213, "his": 0.2545347466867361, "their": 0.2898094115506382}, "drop": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "drops": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "drove": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "drummond": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "drunk": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "drunkard": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "drunkennesss": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "dubious": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "duck": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "due": {"his - their": -0.03258874552362134, "his": 0.3116616195060791, "their": 0.34425036502970047}, "dues": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "duffey": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "dumped": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "duration": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "during": {"his - their": -0.03606362674171926, "his": 0.3117105203647599, "their": 0.34777414710647914}, "duty": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "dvo\u0159\u00e1k": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "dynamic": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "dysfunctional": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "e": {"his - their": -0.03317199490213618, "his": 0.3122781412574042, "their": 0.3454501361595404}, "each": {"his - their": 0.06019832953012788, "his": 0.32466562636187457, "their": 0.2644672968317467}, "ear": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "earbuds": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "earlier": {"his - their": 0.04731451308743889, "his": 0.3267956292235307, "their": 0.27948111613609183}, "early": {"his - their": -0.03702004659517061, "his": 0.33183936988108254, "their": 0.36885941647625314}, "earned": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ears": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "earth": {"his - their": -0.006029555338299353, "his": 0.26092430337644185, "their": 0.2669538587147412}, "easier": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "easily": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "east": {"his - their": -0.019036459587787213, "his": 0.31143187428060454, "their": 0.33046833386839175}, "eastern": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "easy": {"his - their": -0.006236166028121992, "his": 0.27324495010796984, "their": 0.27948111613609183}, "eat": {"his - their": -0.006029555338299353, "his": 0.26092430337644185, "their": 0.2669538587147412}, "eating": {"his - their": -0.08145507943125438, "his": 0.22172749392921956, "their": 0.30318257336047394}, "ecclesial": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "eclectic": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "economic": {"his - their": -0.05796150878725484, "his": 0.2277228393295231, "their": 0.28568434811677795}, "economical": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "economics": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "economies": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "economists": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "economy": {"his - their": -0.1204140107414926, "his": 0.21413046243295664, "their": 0.33454447317444924}, "ecstatic": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ed": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "eddie": {"his - their": 0.02302814111790863, "his": 0.29729565757311877, "their": 0.27426751645521014}, "eddy": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "edge": {"his - their": 0.040912213793624225, "his": 0.23931834707801256, "their": 0.19840613328438833}, "edit": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "editor": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "edmund": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "eds": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "educate": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "education": {"his - their": -0.07457757993807793, "his": 0.2438774769135583, "their": 0.3184550568516362}, "educational": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "effect": {"his - their": -0.005991722141439115, "his": 0.29000760009515225, "their": 0.29599932223659137}, "effective": {"his - their": -0.05282339628178456, "his": 0.21413046243295664, "their": 0.2669538587147412}, "effectively": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "effects": {"his - their": -0.03574283736857234, "his": 0.23931834707801256, "their": 0.2750611844465849}, "efficacy": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "effort": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "efforts": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "eggshells": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "egypt": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "eight": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "either": {"his - their": -0.006338226281489112, "his": 0.3148355185232827, "their": 0.3211737448047718}, "elder": {"his - their": -0.006073780946577484, "his": 0.21413046243295664, "their": 0.22020424337953412}, "elders": {"his - their": -0.006485733712214087, "his": 0.18384223947744946, "their": 0.19032797318966355}, "elect": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "election": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "electricity": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "electrode": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "electromagnetic": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "electronic": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "elements": {"his - their": 0.023053741380411052, "his": 0.29000760009515225, "their": 0.2669538587147412}, "eliminate": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "eliot": {"his - their": 0.12653453493197322, "his": 0.27534749028756905, "their": 0.14881295535559583}, "eliot\u00e2": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "ellen": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "elliott": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "elon": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "else": {"his - their": -0.02721132473057608, "his": 0.29729565757311877, "their": 0.32450698230369485}, "eludes": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "elusively": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "email": {"his - their": 0.03274642906665487, "his": 0.3171052373826128, "their": 0.28435880831595794}, "emailing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "emanates": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "embarks": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "embarrassing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "embarrassment": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "embassy": {"his - their": -0.03560363922253354, "his": 0.2438774769135583, "their": 0.27948111613609183}, "embedded": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "embiid": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "emboldening": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "embraced": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "emerged": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "emergency": {"his - their": -0.03574283736857234, "his": 0.23931834707801256, "their": 0.2750611844465849}, "emerson": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "emotional": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "emotionally": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "empathise": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "emphasis": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "emphasised": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "emphasize": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "emphasizing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "employ": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "employed": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "empty": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "en": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "enable": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "enabling": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "encountering": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "encourage": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "encouraged": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "encyclopedia": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "end": {"his - their": -0.01514016362046422, "his": 0.33183936988108254, "their": 0.34697953350154676}, "endeavor": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "endeavour": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "endeavours": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ended": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "ending": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "endless": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "endlessly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "endoscopic": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "endured": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "enduring": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "enemy": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "energetic": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "energy": {"his - their": -0.046818360659325764, "his": 0.23124476146370732, "their": 0.2780631221230331}, "enforcement": {"his - their": 0.04104721256798741, "his": 0.2182923066274805, "their": 0.1772450940594931}, "engage": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "engaged": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "engagement": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "engaging": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "engineering": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "engineers": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "england": {"his - their": -0.02742081820361164, "his": 0.29000760009515225, "their": 0.3174284182987639}, "english": {"his - their": 0.04462210561156593, "his": 0.3052763629300758, "their": 0.2606542573185099}, "engrained": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "enhancement": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "enjoy": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "enjoys": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "enlargement": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "enough": {"his - their": -0.02789693002066712, "his": 0.27324495010796984, "their": 0.30114188012863696}, "enrolled": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ensemble": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ensnare": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ensuring": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "entered": {"his - their": 0.07646361121584527, "his": 0.3315727306463931, "their": 0.2551091194305478}, "entering": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "entertain": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "entertainment": {"his - their": 0.022991923550693405, "his": 0.30601442023554437, "their": 0.28302249668485097}, "enthusiast": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "enthusiasts": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "entire": {"his - their": -0.0062806450144532455, "his": 0.3184975236970695, "their": 0.32477816871152276}, "entirely": {"his - their": -0.08094917565421941, "his": 0.23082795267724424, "their": 0.31177712833146365}, "entrepreneur": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "entrepreneurial": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "entrepreneurship": {"his - their": -0.0066281676150097835, "his": 0.17358858865734433, "their": 0.18021675627235412}, "entropy": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "environment": {"his - their": -0.04583224149595988, "his": 0.2573431392306099, "their": 0.3031753807265698}, "environmental": {"his - their": -0.04479122583711015, "his": 0.28372664962401584, "their": 0.328517875461126}, "epidemic": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "episode": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "equal": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "equipment": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "equipping": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "er": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "era": {"his - their": 0.015467867715324546, "his": 0.3272449960467882, "their": 0.31177712833146365}, "eric": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "erm": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "erode": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "eros": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "error": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "errordocument": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ers": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "escape": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "esoteric": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "especially": {"his - their": 0.006232098472594205, "his": 0.31798384978359495, "their": 0.31175175131100075}, "essential": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "essentially": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "establish": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "established": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "establishing": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "establishment": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "esteemed": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "estranged": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "estrangement": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "estrangements": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "et": {"his - their": -0.02802299621182025, "his": 0.26875879762366767, "their": 0.2967817938354879}, "etc": {"his - their": -0.03507501886014952, "his": 0.26092430337644185, "their": 0.29599932223659137}, "etiquette": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "eu": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "eui": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "euractiv": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "euromesco": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "europe": {"his - their": 0.02302814111790863, "his": 0.29729565757311877, "their": 0.27426751645521014}, "european": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "evaluate": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "evaluating": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "even": {"his - their": -0.013757812016397253, "his": 0.3296985754942147, "their": 0.34345638751061197}, "evening": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "event": {"his - their": -0.035448922517374415, "his": 0.24890988579858353, "their": 0.28435880831595794}, "events": {"his - their": -0.027600152223236307, "his": 0.28372664962401584, "their": 0.31132680184725214}, "eventually": {"his - their": -0.00595871935451564, "his": 0.31146969894424825, "their": 0.3174284182987639}, "ever": {"his - their": -0.014005961996426342, "his": 0.34431255282332907, "their": 0.3583185148197554}, "every": {"his - their": -0.03233703532778687, "his": 0.3186912892420645, "their": 0.3510283245698514}, "everybody": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "everyday": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "everyone": {"his - their": -0.006218559686347547, "his": 0.3224641350338455, "their": 0.32868269472019307}, "everything": {"his - their": -0.055679104563968795, "his": 0.2799907674896025, "their": 0.3356698720535713}, "evidence": {"his - their": 0.02307239230550595, "his": 0.28372664962401584, "their": 0.2606542573185099}, "evidenced": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "evident": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "ex": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "exactly": {"his - their": 0.015466951379437599, "his": 0.3052763629300758, "their": 0.2898094115506382}, "examination": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "examine": {"his - their": -0.05282339628178456, "his": 0.21413046243295664, "their": 0.2669538587147412}, "examines": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "examining": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "example": {"his - their": -0.033324560185365004, "his": 0.3079019637817704, "their": 0.34122652396713543}, "examples": {"his - their": -0.04453687307929699, "his": 0.29000760009515225, "their": 0.33454447317444924}, "exceedingly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "excellent": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "except": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "exception": {"his - their": 0.04064157040717675, "his": 0.2683415765692464, "their": 0.22770000616206965}, "exchange": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "excited": {"his - their": 0.023053741380411052, "his": 0.29000760009515225, "their": 0.2669538587147412}, "exclusionary": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "exclusive": {"his - their": -0.006029555338299353, "his": 0.26092430337644185, "their": 0.2669538587147412}, "exclusively": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "excoriated": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "executive": {"his - their": -0.05327224563647254, "his": 0.20183687379407528, "their": 0.2551091194305478}, "exercise": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "exercises": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "exerts": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "exhilarating": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "exist": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "existence": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "existential": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "exists": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "exiting": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "exodus": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "exoplanets": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "expand": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "expanded": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "expect": {"his - their": 0.03268702452588573, "his": 0.32249643607652395, "their": 0.2898094115506382}, "expectations": {"his - their": -0.005608857719390903, "his": 0.31694061999072276, "their": 0.32254947771011366}, "expected": {"his - their": 0.011059815828322328, "his": 0.29354583195932804, "their": 0.2824860161310057}, "expense": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "expenses": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "experience": {"his - their": -0.006244085092705798, "his": 0.3079019637817704, "their": 0.3141460488744762}, "experienced": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "experiences": {"his - their": -0.04453687307929699, "his": 0.29000760009515225, "their": 0.33454447317444924}, "experiencetheride": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "expert": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "expertise": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "experts": {"his - their": -0.056504114922322046, "his": 0.26092430337644185, "their": 0.3174284182987639}, "explain": {"his - their": 0.03268702452588573, "his": 0.32249643607652395, "their": 0.2898094115506382}, "explained": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "explains": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "exploiters": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "explore": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "explored": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "explores": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "exploring": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "explosion": {"his - their": -0.005608857719390903, "his": 0.31694061999072276, "their": 0.32254947771011366}, "explosions": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "explosive": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "export": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "exposed": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "exposing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "express": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "expressed": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "expresses": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "expressing": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "extended": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "extension": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "extensive": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "extent": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "extra": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "extracting": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "extraordinary": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "extreme": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "extremely": {"his - their": -0.006082761926622382, "his": 0.28372664962401584, "their": 0.2898094115506382}, "extremists": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "exult": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "eye": {"his - their": 0.04064157040717675, "his": 0.2683415765692464, "their": 0.22770000616206965}, "eyes": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "f": {"his - their": 0.023053741380411052, "his": 0.29000760009515225, "their": 0.2669538587147412}, "face": {"his - their": -0.005853173316712257, "his": 0.3186538089869826, "their": 0.32450698230369485}, "facebook": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "faced": {"his - their": -0.02721132473057608, "his": 0.29729565757311877, "their": 0.32450698230369485}, "faces": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "facet": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "facility": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "facing": {"his - their": -0.006050438917176326, "his": 0.3052763629300758, "their": 0.31132680184725214}, "fact": {"his - their": -0.030390405134535947, "his": 0.30526179242817636, "their": 0.3356521975627123}, "factor": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "factories": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "factors": {"his - their": -0.028877205037075387, "his": 0.2378060621034104, "their": 0.2666832671404858}, "facts": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "factual": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "faculty": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "fahrenheit": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fail": {"his - their": 0.02302814111790863, "his": 0.29729565757311877, "their": 0.27426751645521014}, "failed": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "failure": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "fair": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "faith": {"his - their": -0.005991722141439115, "his": 0.29000760009515225, "their": 0.29599932223659137}, "faithful": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fake": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fall": {"his - their": -0.006236166028121992, "his": 0.27324495010796984, "their": 0.27948111613609183}, "fallen": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "fallibility": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "falling": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "falls": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "false": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "fame": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "familial": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "familiar": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "family": {"his - their": 0.04546944586592422, "his": 0.33463511538983737, "their": 0.28916566952391315}, "famous": {"his - their": 0.02302814111790863, "his": 0.29729565757311877, "their": 0.27426751645521014}, "fans": {"his - their": 0.06898646776026063, "his": 0.31694061999072276, "their": 0.24795415223046213}, "fantastic": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "far": {"his - their": -0.021363896865535414, "his": 0.2849875809691552, "their": 0.30635147783469063}, "farajolah": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fare": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "farmers": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "farrell": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fascinate": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fascinated": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "fascinating": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "fast": {"his - their": -0.005608857719390903, "his": 0.31694061999072276, "their": 0.32254947771011366}, "father": {"his - their": -0.006082761926622382, "his": 0.28372664962401584, "their": 0.2898094115506382}, "fathers": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fatigued": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fatty": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fault": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "favor": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "favorite": {"his - their": -0.04521010674366638, "his": 0.27324495010796984, "their": 0.3184550568516362}, "favorites": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "favour": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "favourite": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "fc": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "fear": {"his - their": 0.02307239230550595, "his": 0.28372664962401584, "their": 0.2606542573185099}, "fearful": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "feasibility": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "feasible": {"his - their": -0.006073780946577484, "his": 0.21413046243295664, "their": 0.22020424337953412}, "feat": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "feature": {"his - their": 0.015441305097655678, "his": 0.2864571996429975, "their": 0.2710158945453418}, "featured": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "features": {"his - their": 0.02307239230550595, "his": 0.28372664962401584, "their": 0.2606542573185099}, "february": {"his - their": 0.06933417724967558, "his": 0.30601442023554437, "their": 0.2366802429858688}, "federal": {"his - their": 0.015448764062991893, "his": 0.2905099485095768, "their": 0.2750611844465849}, "feed": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "feel": {"his - their": -0.006176915594232002, "his": 0.3122781412574042, "their": 0.3184550568516362}, "feeling": {"his - their": -0.006082761926622382, "his": 0.28372664962401584, "their": 0.2898094115506382}, "feelings": {"his - their": 0.04451584022950705, "his": 0.31146969894424825, "their": 0.2669538587147412}, "feels": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fees": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "feet": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "feigned": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fell": {"his - their": -0.05616540573444845, "his": 0.2683415765692464, "their": 0.32450698230369485}, "fellow": {"his - their": 0.01547123562650865, "his": 0.3186538089869826, "their": 0.30318257336047394}, "felt": {"his - their": 0.015455697621605924, "his": 0.29493681375769776, "their": 0.27948111613609183}, "female": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "fenced": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fencing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "festival": {"his - their": -0.006073780946577484, "his": 0.21413046243295664, "their": 0.22020424337953412}, "fever": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "few": {"his - their": -0.05556040222282266, "his": 0.2824284319835415, "their": 0.33798883420636416}, "fewer": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fibrinolysins": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fiction": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "fictions": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fictitious": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "field": {"his - their": 0.023117869976591182, "his": 0.25405380456650983, "their": 0.23093593458991865}, "fields": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "fiercely": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fifty": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "fight": {"his - their": 0.020867896536220842, "his": 0.33932295338785706, "their": 0.3184550568516362}, "figure": {"his - their": -0.006558983595226553, "his": 0.2876820494645667, "their": 0.29424103305979327}, "figured": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "figures": {"his - their": -0.02695872456605819, "his": 0.30601442023554437, "their": 0.33297314480160256}, "file": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "filled": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "film": {"his - their": -0.0067776939798572244, "his": 0.25768960285188947, "their": 0.2644672968317467}, "filmmakers": {"his - their": 0.04438629253177245, "his": 0.3186538089869826, "their": 0.27426751645521014}, "filmmaking": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "final": {"his - their": -0.060125569550463887, "his": 0.2646525991610589, "their": 0.32477816871152276}, "finally": {"his - their": 0.032528475500132326, "his": 0.33571104886060626, "their": 0.30318257336047394}, "financial": {"his - their": -0.08836747522574379, "his": 0.2545347466867361, "their": 0.3429022219124799}, "financing": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "find": {"his - their": -0.014382881875121989, "his": 0.34448338600143935, "their": 0.35886626787656134}, "finding": {"his - their": 0.06959565141104912, "his": 0.29729565757311877, "their": 0.22770000616206965}, "findings": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "finds": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "fine": {"his - their": -0.03507501886014952, "his": 0.26092430337644185, "their": 0.29599932223659137}, "finest": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fingers": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "finish": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fir": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fire": {"his - their": -0.006795608937579328, "his": 0.20789743566772212, "their": 0.21469304460530145}, "fired": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fires": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "first": {"his - their": 0.00825571203221298, "his": 0.3731005694845122, "their": 0.3648448574522992}, "fit": {"his - their": 0.015470376707656885, "his": 0.31146969894424825, "their": 0.29599932223659137}, "five": {"his - their": -0.017861265748550903, "his": 0.310029905078553, "their": 0.3278911708271039}, "flag": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "flagship": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "flames": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "flash": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "flashmob": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "flat": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "flavour": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "flawlessly": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "flesh": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "flight": {"his - their": -0.08186885980363473, "his": 0.21413046243295664, "their": 0.29599932223659137}, "flits": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "flock": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "flower": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "flurry": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fly": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "focus": {"his - their": -0.04479122583711015, "his": 0.28372664962401584, "their": 0.328517875461126}, "focused": {"his - their": -0.02695872456605819, "his": 0.30601442023554437, "their": 0.33297314480160256}, "focuses": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "folk": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "follow": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "followed": {"his - their": -0.04569590225826087, "his": 0.2608634586693646, "their": 0.3065593609276255}, "following": {"his - their": -0.02789693002066712, "his": 0.27324495010796984, "their": 0.30114188012863696}, "follows": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "food": {"his - their": -0.06434161654353668, "his": 0.24080640355828306, "their": 0.30514802010181974}, "foolish": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "foot": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "for": {"his - their": -0.011892014333816203, "his": 0.35165781795341544, "their": 0.36354983228723164}, "forage": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "force": {"his - their": -0.005853173316712257, "his": 0.3186538089869826, "their": 0.32450698230369485}, "forced": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "forces": {"his - their": -0.006050438917176326, "his": 0.3052763629300758, "their": 0.31132680184725214}, "forcibly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "forecast": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "foreign": {"his - their": 0.032994665891572905, "his": 0.2905282441468826, "their": 0.2575335782553097}, "foreigners": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "forensic": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "foresight": {"his - their": -0.05435947426173643, "his": 0.17057477555037892, "their": 0.22493424981211535}, "foretold": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "forge": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "forgiveness": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "forgotten": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "form": {"his - their": -0.0062718453259111295, "his": 0.2905099485095768, "their": 0.2967817938354879}, "formal": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "formative": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "formed": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "former": {"his - their": -0.03832096906852528, "his": 0.2864571996429975, "their": 0.32477816871152276}, "formidable": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "forms": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "fortune": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "forty": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "forum": {"his - their": -0.0822188216951538, "his": 0.20759058985548443, "their": 0.2898094115506382}, "forums": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "forward": {"his - their": -0.00595871935451564, "his": 0.31146969894424825, "their": 0.3174284182987639}, "forwarded": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fosters": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "foucault": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "found": {"his - their": -0.030877367124398314, "his": 0.2903090687781627, "their": 0.321186435902561}, "foundation": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "founder": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "four": {"his - their": -0.017332085612804138, "his": 0.2936950197646869, "their": 0.31102710537749106}, "fourth": {"his - their": -0.024175536840646772, "his": 0.2700654962191465, "their": 0.29424103305979327}, "foyer": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fracturing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "framework": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "franchise": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "francisco": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "frank": {"his - their": -0.02721132473057608, "his": 0.29729565757311877, "their": 0.32450698230369485}, "frantic": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "frantically": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fraternal": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "frederick": {"his - their": -0.006029555338299353, "his": 0.26092430337644185, "their": 0.2669538587147412}, "free": {"his - their": -0.039377730693861135, "his": 0.32466562636187457, "their": 0.3640433570557357}, "freedom": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "freeing": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "french": {"his - their": 0.06959565141104912, "his": 0.29729565757311877, "their": 0.22770000616206965}, "frenzy": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "frequent": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "fresh": {"his - their": 0.06959565141104912, "his": 0.29729565757311877, "their": 0.22770000616206965}, "freshman": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "freshmen": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "friday": {"his - their": -0.006163485193236562, "his": 0.2781953231227214, "their": 0.28435880831595794}, "friend": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "friendly": {"his - their": -0.08145507943125438, "his": 0.22172749392921956, "their": 0.30318257336047394}, "friends": {"his - their": -0.006218559686347547, "his": 0.3224641350338455, "their": 0.32868269472019307}, "friendship": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "fringe": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "from": {"his - their": -0.01935159272073994, "his": 0.3675577694666775, "their": 0.38690936218741745}, "front": {"his - their": -0.023387784392553068, "his": 0.29982068409429524, "their": 0.3232084684868483}, "frontier": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "frontiers": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "fruit": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "frustration": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "ft": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fuel": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "fukushima": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fulfilled": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fulfills": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "full": {"his - their": -0.006534230929564622, "his": 0.3238094893355536, "their": 0.3303437202651182}, "fully": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "fun": {"his - their": -0.08145507943125438, "his": 0.22172749392921956, "their": 0.30318257336047394}, "function": {"his - their": -0.10373621199176772, "his": 0.20759058985548443, "their": 0.31132680184725214}, "functioning": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "fundamental": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "funds": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "funeral": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "further": {"his - their": 0.008168133676628275, "his": 0.29723859013921083, "their": 0.28907045646258256}, "future": {"his - their": -0.017663500571176216, "his": 0.27978346003887394, "their": 0.29744696061005016}, "futurists": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "futurologist": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "g": {"his - their": -0.04501314536412693, "his": 0.2781953231227214, "their": 0.3232084684868483}, "gain": {"his - their": -0.052540022525990576, "his": 0.22172749392921956, "their": 0.27426751645521014}, "gained": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "gala": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "galaxies": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "game": {"his - their": 0.00598208579366577, "his": 0.2867232122165839, "their": 0.28074112642291815}, "gamecock": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "gamecocks": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "games": {"his - their": 0.02570704084392955, "his": 0.3184975236970695, "their": 0.29279048285313997}, "garage": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "garden": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "garnet": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "gas": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "gases": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "gather": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "gathered": {"his - their": -0.08094917565421941, "his": 0.23082795267724424, "their": 0.31177712833146365}, "gathering": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "gauntlet": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "gave": {"his - their": 0.017448240174888052, "his": 0.3352720864671003, "their": 0.3178238462922123}, "geez": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "gene": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "general": {"his - their": -0.05945452372051191, "his": 0.2781953231227214, "their": 0.3376498468432333}, "generalised": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "generally": {"his - their": -0.005608857719390903, "his": 0.31694061999072276, "their": 0.32254947771011366}, "generating": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "generations": {"his - their": 0.015470376707656885, "his": 0.31146969894424825, "their": 0.29599932223659137}, "generosity": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "genie": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "genius": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "genre": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "gentlemen": {"his - their": -0.006073780946577484, "his": 0.21413046243295664, "their": 0.22020424337953412}, "gently": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "genuine": {"his - their": 0.015467867715324546, "his": 0.3272449960467882, "their": 0.31177712833146365}, "genuinely": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "geographically": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "george": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "georgia": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "germany": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "gershshwin": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "get": {"his - their": -0.02368597472169054, "his": 0.3313364954658254, "their": 0.3550224701875159}, "gets": {"his - their": -0.006029555338299353, "his": 0.26092430337644185, "their": 0.2669538587147412}, "getting": {"his - their": -0.0064710046498170914, "his": 0.33651395937063544, "their": 0.34298496402045253}, "ghonchi": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ghost": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "girl": {"his - their": -0.006472419675869923, "his": 0.2573431392306099, "their": 0.26381555890647984}, "girls": {"his - their": -0.006199233631964285, "his": 0.24890988579858353, "their": 0.2551091194305478}, "give": {"his - their": -0.030187389642420348, "his": 0.31143187428060454, "their": 0.3416192639230249}, "given": {"his - their": -0.016979416929575497, "his": 0.3084810090841406, "their": 0.3254604260137161}, "giving": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "glad": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "glazing": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "global": {"his - their": 0.01547123562650865, "his": 0.3186538089869826, "their": 0.30318257336047394}, "glorious": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "gloves": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "gnp": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "go": {"his - their": -0.02231952391341452, "his": 0.32056944242160135, "their": 0.34288896633501587}, "goal": {"his - their": 0.008340572371894506, "his": 0.3267956292235307, "their": 0.3184550568516362}, "goals": {"his - their": 0.015455697621605924, "his": 0.29493681375769776, "their": 0.27948111613609183}, "gobert": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "god": {"his - their": -0.036192383270930856, "his": 0.2243832407947984, "their": 0.26057562406572926}, "godliness": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "going": {"his - their": -0.018404523118237037, "his": 0.35038856736857604, "their": 0.3687930904868131}, "gold": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "golden": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "goldsmith": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "gone": {"his - their": -0.052540022525990576, "his": 0.22172749392921956, "their": 0.27426751645521014}, "good": {"his - their": -0.026906468275503026, "his": 0.32378673581106054, "their": 0.35069320408656357}, "google": {"his - their": -0.006694052094887909, "his": 0.24267877627858891, "their": 0.24937282837347682}, "googled": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "gordon": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "gordonsville": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "gosh": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "gospel": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "got": {"his - their": -0.02873598556125989, "his": 0.2851732626399707, "their": 0.3139092482012306}, "gotten": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "govern": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "governance": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "governing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "government": {"his - their": -0.06318071589633889, "his": 0.2607850735627456, "their": 0.3239657894590845}, "governments": {"his - their": -0.05327224563647254, "his": 0.20183687379407528, "their": 0.2551091194305478}, "grabbed": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "grace": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "graduated": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "graduates": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "grand": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "grandfather": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "grann": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "grant": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "granted": {"his - their": -0.02742081820361164, "his": 0.29000760009515225, "their": 0.3174284182987639}, "graphic": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "grasp": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "grasped": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "gray": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "great": {"his - their": 0.03306338654688945, "his": 0.35325653673437346, "their": 0.320193150187484}, "greater": {"his - their": -0.023387784392553068, "his": 0.29982068409429524, "their": 0.3232084684868483}, "greatest": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "greatly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "green": {"his - their": -0.02460792206625617, "his": 0.2534552000567769, "their": 0.2780631221230331}, "greenberger": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "greenhouse": {"his - their": -0.006710313729015316, "his": 0.16772364172248647, "their": 0.17443395545150178}, "greenhouses": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "greet": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "grey": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "gridlock": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "grip": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "grit": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "ground": {"his - their": -0.07648316139534589, "his": 0.20789743566772212, "their": 0.284380597063068}, "group": {"his - their": -0.05098009116823243, "his": 0.28445272349796347, "their": 0.3354328146661959}, "grouping": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "groupon": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "groups": {"his - their": -0.00636329538428293, "his": 0.2646525991610589, "their": 0.2710158945453418}, "grow": {"his - their": -0.052540022525990576, "his": 0.22172749392921956, "their": 0.27426751645521014}, "growing": {"his - their": -0.03782916274893805, "his": 0.29982068409429524, "their": 0.3376498468432333}, "grown": {"his - their": -0.056504114922322046, "his": 0.26092430337644185, "their": 0.3174284182987639}, "growth": {"his - their": -0.07526163651421691, "his": 0.23129772441340857, "their": 0.3065593609276255}, "gru": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "grumbling": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "guarantees": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "guard": {"his - their": -0.03527466486390213, "his": 0.2545347466867361, "their": 0.2898094115506382}, "guests": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "guiana": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "guillard": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "guilt": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "guilty": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "guitarist": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "guns": {"his - their": 0.02307239230550595, "his": 0.28372664962401584, "their": 0.2606542573185099}, "guy": {"his - their": 0.022991923550693405, "his": 0.30601442023554437, "their": 0.28302249668485097}, "gwadar": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "h": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "had": {"his - their": -0.0242626038651933, "his": 0.3341221103043493, "their": 0.3583847141695426}, "hadn": {"his - their": -0.005728148754814366, "his": 0.3272449960467882, "their": 0.33297314480160256}, "haggard": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hair": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "haired": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "half": {"his - their": -0.0064932562518918435, "his": 0.27599275987911387, "their": 0.2824860161310057}, "halftime": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "hall": {"his - their": -0.005991722141439115, "his": 0.29000760009515225, "their": 0.29599932223659137}, "ham": {"his - their": -0.08577032663408368, "his": 0.1336751764193465, "their": 0.2194455030534302}, "hamburg": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hand": {"his - their": -0.006489958882824387, "his": 0.30526179242817636, "their": 0.31175175131100075}, "handedly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "handful": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "handicaps": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "handle": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "handling": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "hands": {"his - their": -0.02721132473057608, "his": 0.29729565757311877, "their": 0.32450698230369485}, "hank": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "happen": {"his - their": -0.006131793771208316, "his": 0.29982068409429524, "their": 0.30595247786550356}, "happened": {"his - their": -0.027600152223236307, "his": 0.28372664962401584, "their": 0.31132680184725214}, "happening": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "happenings": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "happens": {"his - their": 0.040720059996907726, "his": 0.26092430337644185, "their": 0.22020424337953412}, "happy": {"his - their": -0.02695872456605819, "his": 0.30601442023554437, "their": 0.33297314480160256}, "haram": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "harassment": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hard": {"his - their": -0.019189300278225352, "his": 0.30526179242817636, "their": 0.3244510927064017}, "harder": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hardest": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "hardly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "harewood": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "harping": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "harry": {"his - their": -0.006073780946577484, "his": 0.21413046243295664, "their": 0.22020424337953412}, "harvard": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "has": {"his - their": -0.011389128518468239, "his": 0.3647196531660296, "their": 0.37610878168449785}, "hashtgerd": {"his - their": -0.006239404639415247, "his": 0.20183687379407528, "their": 0.20807627843349052}, "hasn": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hassan": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hassles": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hastgerd": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hates": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hats": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "haunting": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "have": {"his - their": -0.028106353824002228, "his": 0.357103812865288, "their": 0.3852101666892902}, "having": {"his - their": 0.015263046602958796, "his": 0.36224258010450555, "their": 0.34697953350154676}, "hayward": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hazards": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "he": {"his - their": 0.05650551014881172, "his": 0.37398730641719274, "their": 0.317481796268381}, "head": {"his - their": -0.03443301279920963, "his": 0.2754344429631931, "their": 0.3098674557624027}, "headache": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "headed": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "healing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "health": {"his - their": -0.06078654303813252, "his": 0.2509652082728682, "their": 0.31175175131100075}, "healthy": {"his - their": -0.05917557228846404, "his": 0.28372664962401584, "their": 0.3429022219124799}, "hear": {"his - their": -0.027600152223236307, "his": 0.28372664962401584, "their": 0.31132680184725214}, "heard": {"his - their": -0.028243474836720128, "his": 0.2608634586693646, "their": 0.28910693350608474}, "hearing": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "heart": {"his - their": -0.020247774282909803, "his": 0.3286152199581385, "their": 0.34886299424104833}, "heartening": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "heartfelt": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "heat": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "heavy": {"his - their": 0.023053741380411052, "his": 0.29000760009515225, "their": 0.2669538587147412}, "hectares": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "height": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "held": {"his - their": -0.01582793442818714, "his": 0.32682249789240303, "their": 0.34265043232059017}, "helicopters": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hell": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "helms": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "help": {"his - their": -0.013962477915498095, "his": 0.3461918377525235, "their": 0.3601543156680216}, "helpadchoicespublisherslegaltermsprivacycopyrightsocial": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "helped": {"his - their": -0.005853173316712257, "his": 0.3186538089869826, "their": 0.32450698230369485}, "helping": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "helpless": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "helps": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "her": {"his - their": -0.00803352756537909, "his": 0.2470012772461667, "their": 0.2550348048115458}, "here": {"his - their": -0.025823119029665387, "his": 0.3296985754942147, "their": 0.3555216945238801}, "heroes": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "herself": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "hide": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "hiding": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "high": {"his - their": -0.018219655539338464, "his": 0.2952202809255074, "their": 0.31343993646484586}, "higher": {"his - their": -0.023934426501654005, "his": 0.2792409542249158, "their": 0.3031753807265698}, "highest": {"his - their": -0.005608857719390903, "his": 0.31694061999072276, "their": 0.32254947771011366}, "highlight": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "highly": {"his - their": -0.052540022525990576, "his": 0.22172749392921956, "their": 0.27426751645521014}, "highway": {"his - their": -0.006029555338299353, "his": 0.26092430337644185, "their": 0.2669538587147412}, "hike": {"his - their": 0.04106131585461284, "his": 0.21549527130611462, "their": 0.17443395545150178}, "hikers": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "hilarious": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "him": {"his - their": 0.04194968487538048, "his": 0.36337621025354827, "their": 0.3214265253781678}, "himself": {"his - their": 0.011186801659374634, "his": 0.3286152199581385, "their": 0.3174284182987639}, "hindle": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hint": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hipper": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "his": {"his - their": 0.08616077542890405, "his": 0.4326414878015573, "their": 0.34648071237265327}, "historic": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "historical": {"his - their": -0.02721132473057608, "his": 0.29729565757311877, "their": 0.32450698230369485}, "historically": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "history": {"his - their": -0.01714832126257021, "his": 0.3014018009004911, "their": 0.31855012216306133}, "hit": {"his - their": 0.04740295058726063, "his": 0.3224641350338455, "their": 0.2750611844465849}, "hits": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hive": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hold": {"his - their": -0.03317199490213618, "his": 0.3122781412574042, "their": 0.3454501361595404}, "holders": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "holding": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "holds": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "holes": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "hollywood": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "holy": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "homage": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "home": {"his - their": 0.009550085604892955, "his": 0.33427978660549246, "their": 0.3247297010005995}, "homemade": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "homes": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "honed": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "honest": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "honor": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "honors": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "honourable": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "honoured": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "hoofer": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hope": {"his - their": -0.006205066370939205, "his": 0.29493681375769776, "their": 0.30114188012863696}, "hoped": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "horror": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hospital": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "hospitals": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "hosseini": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "host": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "hosts": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "hot": {"his - their": -0.0063058950094146415, "his": 0.303894973684048, "their": 0.31020086869346264}, "hotel": {"his - their": -0.006161619265062562, "his": 0.20759058985548443, "their": 0.213752209120547}, "hour": {"his - their": 0.02090054662881541, "his": 0.33110141532227805, "their": 0.31020086869346264}, "hours": {"his - their": -0.0062806450144532455, "his": 0.3184975236970695, "their": 0.32477816871152276}, "house": {"his - their": 0.004803752598708577, "his": 0.3352720864671003, "their": 0.33046833386839175}, "how": {"his - their": -0.029523636500974726, "his": 0.3517850301010425, "their": 0.38130866660201723}, "howard": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "however": {"his - their": -0.04284856412920934, "his": 0.3014018009004911, "their": 0.34425036502970047}, "http": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "https": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "hubble": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hubs": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hug": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "huge": {"his - their": -0.07220518605157056, "his": 0.27324495010796984, "their": 0.3454501361595404}, "hugely": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "hugh": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "hugo": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "human": {"his - their": 0.006323246610755284, "his": 0.33110141532227805, "their": 0.32477816871152276}, "humans": {"his - their": -0.006205066370939205, "his": 0.29493681375769776, "their": 0.30114188012863696}, "humbly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hundred": {"his - their": -0.08145507943125438, "his": 0.22172749392921956, "their": 0.30318257336047394}, "hundreds": {"his - their": 0.06898646776026063, "his": 0.31694061999072276, "their": 0.24795415223046213}, "hunger": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hurt": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "husband": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "hustling": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hutcherson": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "huxley": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hydroponic": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hylton": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hypertrophy": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "hypocrisy": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "i": {"his - their": -0.0015552040388995825, "his": 0.28723219745947115, "their": 0.28878740149837073}, "ia": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ib\u00e9rico": {"his - their": -0.05544752222622329, "his": 0.1367639291606658, "their": 0.19221145138688908}, "ice": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "iced": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "idc": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "idea": {"his - their": -0.05637387693140944, "his": 0.26551596054782584, "their": 0.3218898374792353}, "ideas": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "identical": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "identification": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "identified": {"his - their": -0.03507501886014952, "his": 0.26092430337644185, "their": 0.29599932223659137}, "identify": {"his - their": 0.023053741380411052, "his": 0.29000760009515225, "their": 0.2669538587147412}, "identity": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "if": {"his - their": -0.039022004153905665, "his": 0.3419679589785196, "their": 0.3809899631324253}, "igbinidu": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ignited": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ignorance": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "ignore": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "igp": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ii": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "iknow": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ill": {"his - their": -0.03484099679122754, "his": 0.2683415765692464, "their": 0.30318257336047394}, "illegal": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "illness": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "illusion": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "images": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "imagine": {"his - their": -0.005991722141439115, "his": 0.29000760009515225, "their": 0.29599932223659137}, "imagined": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "imagining": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "immediately": {"his - their": -0.051227379643475957, "his": 0.2792409542249158, "their": 0.33046833386839175}, "immense": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "immensely": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "immersive": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "imminent": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "impact": {"his - their": -0.04453687307929699, "his": 0.29000760009515225, "their": 0.33454447317444924}, "imparted": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "impatience": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "impeccably": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "impeding": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "implementation": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "implemented": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "importance": {"his - their": -0.027600152223236307, "his": 0.28372664962401584, "their": 0.31132680184725214}, "important": {"his - their": 3.475615408959909e-05, "his": 0.3500611450328022, "their": 0.3500263888787126}, "impose": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "impossible": {"his - their": -0.005991722141439115, "his": 0.29000760009515225, "their": 0.29599932223659137}, "impressed": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "impressive": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "improved": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "improvement": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "impulse": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "imran": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "in": {"his - their": -0.0038810321517794844, "his": 0.3139857848024327, "their": 0.3178668169542122}, "inaction": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "incheon": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "incident": {"his - their": -0.006336329568166765, "his": 0.23931834707801256, "their": 0.24565467664617932}, "incidents": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "incision": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "include": {"his - their": -0.0447142494293854, "his": 0.30019614912155457, "their": 0.34491039855093997}, "included": {"his - their": 0.008340572371894506, "his": 0.3267956292235307, "their": 0.3184550568516362}, "includes": {"his - their": -0.005991722141439115, "his": 0.29000760009515225, "their": 0.29599932223659137}, "including": {"his - their": -0.025982781506937558, "his": 0.35161924390311244, "their": 0.37760202541005}, "inclusion": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "income": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "incomes": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "incomplete": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "incomprehensibly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "inconsistency": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "incontinence": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "incorporated": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "increase": {"his - their": -0.05726440321507867, "his": 0.2438774769135583, "their": 0.30114188012863696}, "increased": {"his - their": 0.0407825375661891, "his": 0.2545347466867361, "their": 0.213752209120547}, "increasing": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "increasingly": {"his - their": -0.04423859566564281, "his": 0.29729565757311877, "their": 0.3415342532387616}, "incredible": {"his - their": 0.0407825375661891, "his": 0.2545347466867361, "their": 0.213752209120547}, "incredibly": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "incubators": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "indeed": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "independent": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "india": {"his - their": -0.05616540573444845, "his": 0.2683415765692464, "their": 0.32450698230369485}, "indian": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "indicate": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "indistinguishable": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "individual": {"his - their": 0.015470376707656885, "his": 0.31146969894424825, "their": 0.29599932223659137}, "individuals": {"his - their": -0.023387784392553068, "his": 0.29982068409429524, "their": 0.3232084684868483}, "indoors": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "inducted": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "industrial": {"his - their": -0.10214519212435832, "his": 0.23082795267724424, "their": 0.33297314480160256}, "industry": {"his - their": -0.02802299621182025, "his": 0.26875879762366767, "their": 0.2967817938354879}, "ineffective": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "inefficiency": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "ineligible": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "inescapable": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "inevitably": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "inextricably": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "infects": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "inferential": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "infiltrates": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "inflammatory": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "inflict": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "influence": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "influenced": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "influencing": {"his - their": -0.006431545559065555, "his": 0.18777187204743392, "their": 0.19420341760649948}, "informal": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "information": {"his - their": -0.03858289206729648, "his": 0.2792409542249158, "their": 0.3178238462922123}, "informed": {"his - their": -0.005608857719390903, "his": 0.31694061999072276, "their": 0.32254947771011366}, "informs": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "infrastructure": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "inhabit": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "inherently": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "initiative": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "injection": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "injured": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "injuries": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "injury": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "ink": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "inmates": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "inn": {"his - their": -0.05282339628178456, "his": 0.21413046243295664, "their": 0.2669538587147412}, "innocent": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "innovations": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "innovative": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "inoculated": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "input": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "insect": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "inside": {"his - their": 0.008364262159544777, "his": 0.3315727306463931, "their": 0.3232084684868483}, "insisted": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "insisting": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "inspector": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "inspired": {"his - their": 0.06898646776026063, "his": 0.31694061999072276, "their": 0.24795415223046213}, "inspiring": {"his - their": 0.02302814111790863, "his": 0.29729565757311877, "their": 0.27426751645521014}, "instability": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "instead": {"his - their": -0.04054220796197383, "his": 0.3024427560584787, "their": 0.34298496402045253}, "instincts": {"his - their": 0.022991923550693405, "his": 0.30601442023554437, "their": 0.28302249668485097}, "institutes": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "institution": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "institutional": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "institutions": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "instrument": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "instruments": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "insurgency": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "intelligence": {"his - their": -0.02789693002066712, "his": 0.27324495010796984, "their": 0.30114188012863696}, "intended": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "intends": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "intense": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "intensity": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "intentions": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "intents": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "interaction": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "interactions": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "interactive": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "interest": {"his - their": -0.04501314536412693, "his": 0.2781953231227214, "their": 0.3232084684868483}, "interested": {"his - their": -0.005608857719390903, "his": 0.31694061999072276, "their": 0.32254947771011366}, "interesting": {"his - their": -0.02721132473057608, "his": 0.29729565757311877, "their": 0.32450698230369485}, "intermediate": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "internally": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "international": {"his - their": -0.03346359642247276, "his": 0.303894973684048, "their": 0.33735857010652076}, "internet": {"his - their": -0.006163485193236562, "his": 0.2781953231227214, "their": 0.28435880831595794}, "interrupted": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "intervene": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "interview": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "into": {"his - their": -0.021208550274714577, "his": 0.3502991098648016, "their": 0.3715076601395162}, "introduction": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "invades": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "invented": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "invention": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "inventor": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "investigates": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "investigation": {"his - their": -0.00595871935451564, "his": 0.31146969894424825, "their": 0.3174284182987639}, "investigators": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "investment": {"his - their": -0.05282339628178456, "his": 0.21413046243295664, "their": 0.2669538587147412}, "invitation": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "invite": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "invited": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "inviting": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "involved": {"his - their": -0.01751981132894226, "his": 0.3240994525940826, "their": 0.3416192639230249}, "involvement": {"his - their": -0.03507501886014952, "his": 0.26092430337644185, "their": 0.29599932223659137}, "involves": {"his - their": -0.005608857719390903, "his": 0.31694061999072276, "their": 0.32254947771011366}, "ionigeria": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "iran": {"his - their": -0.03719080456799001, "his": 0.18996128418143188, "their": 0.2271520887494219}, "iranian": {"his - their": -0.05377103048002735, "his": 0.18777187204743392, "their": 0.24154290252746127}, "iron": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "irony": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "irritated": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "is": {"his - their": -0.00999559512908993, "his": 0.3236557603187377, "their": 0.33365135544782765}, "isabelle": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "isay": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "islam": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "islamic": {"his - their": -0.027757154742782175, "his": 0.2781953231227214, "their": 0.30595247786550356}, "island": {"his - their": -0.052540022525990576, "his": 0.22172749392921956, "their": 0.27426751645521014}, "islanders": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "isn": {"his - their": -0.07292407164238879, "his": 0.2608634586693646, "their": 0.3337875303117534}, "israel": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "issue": {"his - their": 0.010854854746152665, "his": 0.2571412853266111, "their": 0.24628643058045846}, "issued": {"his - their": -0.006029555338299353, "his": 0.26092430337644185, "their": 0.2669538587147412}, "issues": {"his - their": -0.023743669050465155, "his": 0.2864571996429975, "their": 0.31020086869346264}, "it": {"his - their": -0.027414297964980128, "his": 0.33426550345770545, "their": 0.3616798014226856}, "italy": {"his - their": -0.053907571369538, "his": 0.18384223947744946, "their": 0.23774981084698746}, "item": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "items": {"his - their": -0.005608857719390903, "his": 0.31694061999072276, "their": 0.32254947771011366}, "its": {"his - their": -0.008011900036063502, "his": 0.3270274309127672, "their": 0.3350393309488307}, "itself": {"his - their": 0.014816619075787574, "his": 0.348604149387541, "their": 0.3337875303117534}, "j": {"his - their": 0.06045027152828525, "his": 0.31798384978359495, "their": 0.2575335782553097}, "jack": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "jaded": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "jam": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "james": {"his - their": -0.006029555338299353, "his": 0.26092430337644185, "their": 0.2669538587147412}, "jamie": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "jane": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "japan": {"his - their": -0.08422684729905763, "his": 0.16772364172248647, "their": 0.2519504890215441}, "japanese": {"his - their": 0.023109696633597604, "his": 0.2646525991610589, "their": 0.24154290252746127}, "jargon": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "javad": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "jayson": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "jazz": {"his - their": -0.006309361007292513, "his": 0.19669193402907845, "their": 0.20300129503637096}, "jealous": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "jeff": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "jefferson": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "jelly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "jerry": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "jerusalem": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "jesus": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "job": {"his - their": 0.0047789595332957124, "his": 0.3321445745671022, "their": 0.3273656150338065}, "jobs": {"his - their": -0.02742081820361164, "his": 0.29000760009515225, "their": 0.3174284182987639}, "jodrell": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "joe": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "joel": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "johannes": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "johansson": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "john": {"his - their": 0.02570704084392955, "his": 0.3184975236970695, "their": 0.29279048285313997}, "johnson": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "join": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "joined": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "joint": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "joke": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "jokes": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "jonas": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "jordan": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "jordon": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "josef": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "joshua": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "journal": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "journalism": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "journalist": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "journey": {"his - their": 0.04462210561156593, "his": 0.3052763629300758, "their": 0.2606542573185099}, "joy": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "joyfully": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "judging": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "judy": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "jules": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "july": {"his - their": 0.02302814111790863, "his": 0.29729565757311877, "their": 0.27426751645521014}, "jumped": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "june": {"his - their": 0.047552307693272844, "his": 0.3148355185232827, "their": 0.26728321083000983}, "junior": {"his - their": -0.006073780946577484, "his": 0.21413046243295664, "their": 0.22020424337953412}, "just": {"his - their": -0.020263068091658232, "his": 0.34828573713975125, "their": 0.3685488052314095}, "justice": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "justify": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "kang": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "karen": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "kashmir": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "kc": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "keen": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "keep": {"his - their": 0.015461875778337297, "his": 0.29982068409429524, "their": 0.28435880831595794}, "kenya": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "kept": {"his - their": -0.006163485193236562, "his": 0.2781953231227214, "their": 0.28435880831595794}, "key": {"his - their": -0.10277948837447529, "his": 0.22172749392921956, "their": 0.32450698230369485}, "keynote": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "khan": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "kid": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "kidding": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "kids": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "killed": {"his - their": 0.06933417724967558, "his": 0.30601442023554437, "their": 0.2366802429858688}, "killer": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "killers": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "killing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "kilometer": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "kind": {"his - their": -0.020247774282909803, "his": 0.3286152199581385, "their": 0.34886299424104833}, "kindle": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "kindly": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "kingdom": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "kiriakou": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "klaxons": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "km": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "knew": {"his - their": -0.006244085092705798, "his": 0.3079019637817704, "their": 0.3141460488744762}, "knicks": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "knocking": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "knocks": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "knott": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "know": {"his - their": -0.0315564293971044, "his": 0.3256033970485733, "their": 0.3571598264456777}, "knowing": {"his - their": 0.022991923550693405, "his": 0.30601442023554437, "their": 0.28302249668485097}, "knowledge": {"his - their": 0.015470376707656885, "his": 0.31146969894424825, "their": 0.29599932223659137}, "known": {"his - their": -0.014005961996426342, "his": 0.34431255282332907, "their": 0.3583185148197554}, "knows": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "korea": {"his - their": -0.05306366746302546, "his": 0.20759058985548443, "their": 0.2606542573185099}, "korean": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "kourou": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "kratz": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "l": {"his - their": -0.006163485193236562, "his": 0.2781953231227214, "their": 0.28435880831595794}, "labor": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "laboratory": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "lack": {"his - their": 0.015470376707656885, "his": 0.31146969894424825, "their": 0.29599932223659137}, "lacked": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "ladder": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "lady": {"his - their": 0.023053741380411052, "his": 0.29000760009515225, "their": 0.2669538587147412}, "lagos": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "laid": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "lamborghini": {"his - their": -0.006161619265062562, "his": 0.20759058985548443, "their": 0.213752209120547}, "lamppost": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "land": {"his - their": 0.025779203749496993, "his": 0.30526179242817636, "their": 0.27948258867867937}, "landing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "lands": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "large": {"his - their": -0.10411560407142828, "his": 0.20183687379407528, "their": 0.30595247786550356}, "larger": {"his - their": -0.006029555338299353, "his": 0.26092430337644185, "their": 0.2669538587147412}, "lashgarara": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "last": {"his - their": -0.03349504255827135, "his": 0.32831510824720644, "their": 0.3618101508054778}, "late": {"his - their": 0.006298846329417296, "his": 0.3274725911341891, "their": 0.3211737448047718}, "later": {"his - their": 0.018838826222916993, "his": 0.3501729329040362, "their": 0.33133410668111923}, "lateral": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "latest": {"his - their": 0.040833607365093005, "his": 0.24890988579858353, "their": 0.20807627843349052}, "latter": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "launch": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "launched": {"his - their": -0.08094917565421941, "his": 0.23082795267724424, "their": 0.31177712833146365}, "law": {"his - their": -0.046740656213931725, "his": 0.2333438228756264, "their": 0.28008447908955814}, "lawson": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "lawyers": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "lax": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "lay": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "lead": {"his - their": 0.0035423325639288294, "his": 0.3314335033910327, "their": 0.3278911708271039}, "leader": {"his - their": -0.05345652580702223, "his": 0.19669193402907845, "their": 0.2501484598361007}, "leaders": {"his - their": -0.10190817688912288, "his": 0.23931834707801256, "their": 0.34122652396713543}, "leadership": {"his - their": 0.023096490271869163, "his": 0.27324495010796984, "their": 0.2501484598361007}, "leading": {"his - their": 0.01547123562650865, "his": 0.3186538089869826, "their": 0.30318257336047394}, "leads": {"his - their": 0.06933417724967558, "his": 0.30601442023554437, "their": 0.2366802429858688}, "league": {"his - their": 0.022991923550693405, "his": 0.30601442023554437, "their": 0.28302249668485097}, "leaks": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "leaky": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "leaning": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "learn": {"his - their": -0.006199233631964285, "his": 0.24890988579858353, "their": 0.2551091194305478}, "learning": {"his - their": -0.08094917565421941, "his": 0.23082795267724424, "their": 0.31177712833146365}, "least": {"his - their": -0.036923630989593226, "his": 0.3151893518459336, "their": 0.35211298283552683}, "leave": {"his - their": -0.052540022525990576, "his": 0.22172749392921956, "their": 0.27426751645521014}, "leaves": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "leaving": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "lebron": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "led": {"his - their": 0.032797025121312384, "his": 0.3122781412574042, "their": 0.27948111613609183}, "lee": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "left": {"his - their": 0.002560673107387612, "his": 0.33389477978850685, "their": 0.33133410668111923}, "legal": {"his - their": -0.005991722141439115, "his": 0.29000760009515225, "their": 0.29599932223659137}, "legend": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "legendary": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "legs": {"his - their": -0.03484099679122754, "his": 0.2683415765692464, "their": 0.30318257336047394}, "lending": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "length": {"his - their": 0.01547123562650865, "his": 0.3186538089869826, "their": 0.30318257336047394}, "lengthening": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "lengthier": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "less": {"his - their": -0.07446864907824285, "his": 0.27871395972073165, "their": 0.3531826087989745}, "lessons": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "let": {"his - their": -0.016105823946344522, "his": 0.31505915132696094, "their": 0.33116497527330546}, "letter": {"his - their": -0.023842671642387292, "his": 0.2827166892852382, "their": 0.3065593609276255}, "letters": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "level": {"his - their": -0.006466893715216082, "his": 0.29354583195932804, "their": 0.3000127256745441}, "levels": {"his - their": -0.08186885980363473, "his": 0.21413046243295664, "their": 0.29599932223659137}, "levies": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "liberating": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "librarians": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "libraries": {"his - their": -0.006199233631964285, "his": 0.24890988579858353, "their": 0.2551091194305478}, "library": {"his - their": -0.006598559628474832, "his": 0.2212480823743244, "their": 0.22784664200279922}, "licks": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "lies": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "life": {"his - their": -0.018437696694318773, "his": 0.34918615321223756, "their": 0.36762384990655633}, "lifelong": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "lifted": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "light": {"his - their": -0.005991722141439115, "his": 0.29000760009515225, "their": 0.29599932223659137}, "like": {"his - their": -0.011963140995488342, "his": 0.35229970666665317, "their": 0.3642628476621415}, "liked": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "likely": {"his - their": -0.006601510507974417, "his": 0.2849875809691552, "their": 0.29158909147712964}, "likert": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "likes": {"his - their": -0.005608857719390903, "his": 0.31694061999072276, "their": 0.32254947771011366}, "limits": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "line": {"his - their": -0.03574283736857234, "his": 0.23931834707801256, "their": 0.2750611844465849}, "lineman": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "linemen": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "lines": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "lingering": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "link": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "linked": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "links": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "lipgloss": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "liquid": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "lisa": {"his - their": -0.006073780946577484, "his": 0.21413046243295664, "their": 0.22020424337953412}, "listen": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "listening": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "literature": {"his - their": 0.01547123562650865, "his": 0.3186538089869826, "their": 0.30318257336047394}, "little": {"his - their": -0.030659019435396617, "his": 0.319367369443316, "their": 0.3500263888787126}, "liu": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "live": {"his - their": -0.05945452372051191, "his": 0.2781953231227214, "their": 0.3376498468432333}, "lived": {"his - their": -0.08094917565421941, "his": 0.23082795267724424, "their": 0.31177712833146365}, "liverpool": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "lives": {"his - their": -0.02742081820361164, "his": 0.29000760009515225, "their": 0.3174284182987639}, "living": {"his - their": -0.13531163205699545, "his": 0.20759058985548443, "their": 0.3429022219124799}, "ll": {"his - their": -0.034710682487539724, "his": 0.3084810090841406, "their": 0.34319169157168034}, "loads": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "loan": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "lobes": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "local": {"his - their": -0.030877367124398314, "his": 0.2903090687781627, "their": 0.321186435902561}, "located": {"his - their": 0.015466951379437599, "his": 0.3052763629300758, "their": 0.2898094115506382}, "location": {"his - their": 0.04094307211193016, "his": 0.23514648971842964, "their": 0.19420341760649948}, "locations": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "lodged": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "lodging": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "logged": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "logical": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "logistic": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "logistical": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "logistics": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "lollipop": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "lollipops": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "london": {"his - their": -0.005991722141439115, "his": 0.29000760009515225, "their": 0.29599932223659137}, "lone": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "long": {"his - their": -0.0068909032081422295, "his": 0.33427978660549246, "their": 0.3411706898136347}, "longer": {"his - their": -0.006163485193236562, "his": 0.2781953231227214, "their": 0.28435880831595794}, "longest": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "look": {"his - their": -0.027627574109707898, "his": 0.33277959104963095, "their": 0.36040716515933885}, "looked": {"his - their": -0.006390244220846553, "his": 0.2827166892852382, "their": 0.28910693350608474}, "looking": {"his - their": -0.04552098868526944, "his": 0.310029905078553, "their": 0.35555089376382243}, "looks": {"his - their": 0.015466951379437599, "his": 0.3052763629300758, "their": 0.2898094115506382}, "loop": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "loose": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "looting": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "lore": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "lorentzian": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "los": {"his - their": -0.0062718453259111295, "his": 0.2905099485095768, "their": 0.2967817938354879}, "lose": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "losing": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "loss": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "losses": {"his - their": -0.08094917565421941, "his": 0.23082795267724424, "their": 0.31177712833146365}, "lost": {"his - their": 0.020913230206563604, "his": 0.3274725911341891, "their": 0.3065593609276255}, "lot": {"his - their": -0.022693757584108687, "his": 0.34061620583923313, "their": 0.3633099634233418}, "lots": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "lou": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "love": {"his - their": 0.0016537610503035705, "his": 0.32791918993107155, "their": 0.326265428880768}, "loved": {"his - their": -0.02721132473057608, "his": 0.29729565757311877, "their": 0.32450698230369485}, "lover": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "lovers": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "loves": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "loving": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "lovitz": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "low": {"his - their": -0.006558983595226553, "his": 0.2876820494645667, "their": 0.29424103305979327}, "lower": {"his - their": -0.05780920909267617, "his": 0.23129772441340857, "their": 0.28910693350608474}, "lowest": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "luca": {"his - their": 0.023113647822377154, "his": 0.2608634586693646, "their": 0.23774981084698746}, "lucky": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "lucrative": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "luminaries": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "lunch": {"his - their": -0.10329795586580726, "his": 0.21413046243295664, "their": 0.3174284182987639}, "lung": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "luther": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "luxury": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "m": {"his - their": 0.001767875912805028, "his": 0.33834953380410515, "their": 0.3365816578913001}, "mad": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "made": {"his - their": -0.0013271460217584297, "his": 0.34531110047760427, "their": 0.3466382464993627}, "magazine": {"his - their": 0.10874422695597696, "his": 0.32249643607652395, "their": 0.213752209120547}, "magic": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "magical": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "mail": {"his - their": -0.05282339628178456, "his": 0.21413046243295664, "their": 0.2669538587147412}, "mails": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "main": {"his - their": 0.008296655003606879, "his": 0.3184975236970695, "their": 0.31020086869346264}, "mainstream": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "maintained": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "major": {"his - their": -0.00646724292280676, "his": 0.31798384978359495, "their": 0.3244510927064017}, "majority": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "make": {"his - their": -0.03669784330693271, "his": 0.3599965212269165, "their": 0.3966943645338492}, "makers": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "makes": {"his - their": -0.05485270869835562, "his": 0.29675867786849, "their": 0.3516113865668456}, "makeup": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "making": {"his - their": -0.030390405134535947, "his": 0.30526179242817636, "their": 0.3356521975627123}, "makran": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "malformed": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "malignant": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "malik": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "malindi": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "malone": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "man": {"his - their": 0.036466286697461936, "his": 0.3807166517271624, "their": 0.34425036502970047}, "manage": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "managed": {"his - their": 0.011136261128767255, "his": 0.3122781412574042, "their": 0.30114188012863696}, "management": {"his - their": -0.03507501886014952, "his": 0.26092430337644185, "their": 0.29599932223659137}, "manager": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "manages": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mandolin": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "manufactured": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "manufacturing": {"his - their": -0.006239404639415247, "his": 0.20183687379407528, "their": 0.20807627843349052}, "many": {"his - their": 0.008129964962581115, "his": 0.3607297046550637, "their": 0.3525997396924826}, "map": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "march": {"his - their": 0.008168133676628275, "his": 0.29723859013921083, "their": 0.28907045646258256}, "marcia": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "margins": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mark": {"his - their": 0.061842178758014066, "his": 0.32249643607652395, "their": 0.2606542573185099}, "marked": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "markers": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "market": {"his - their": 0.023117869976591182, "his": 0.25405380456650983, "their": 0.23093593458991865}, "marketing": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "marketplace": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "markets": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "marriage": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "married": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "martinez": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "marveled": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mary": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "masks": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "massacre": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "masterclass": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "match": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "matches": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "matchup": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "material": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "math": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "matter": {"his - their": -0.023241512531050168, "his": 0.3052763629300758, "their": 0.328517875461126}, "matterhorn": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "matters": {"his - their": -0.03507501886014952, "his": 0.26092430337644185, "their": 0.29599932223659137}, "maximum": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "may": {"his - their": -0.019278123223195387, "his": 0.33522559380700506, "their": 0.35450371703020045}, "maybe": {"his - their": 0.023104120977488346, "his": 0.26875879762366767, "their": 0.24565467664617932}, "mayhem": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mayor": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "mayoral": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mcavennie": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mcelwee": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mcgregor": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mckenzie": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "mcnamara": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "me": {"his - their": -0.013233240877061903, "his": 0.320892072075147, "their": 0.3341253129522089}, "mea": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mean": {"his - their": -0.023241512531050168, "his": 0.3052763629300758, "their": 0.328517875461126}, "meaning": {"his - their": -0.02721132473057608, "his": 0.29729565757311877, "their": 0.32450698230369485}, "meanings": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "means": {"his - their": -0.05023544115885259, "his": 0.2903090687781627, "their": 0.3405445099370153}, "meant": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "meanwhile": {"his - their": -0.04423859566564281, "his": 0.29729565757311877, "their": 0.3415342532387616}, "measure": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "measures": {"his - their": -0.03507501886014952, "his": 0.26092430337644185, "their": 0.29599932223659137}, "meat": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "mechanics": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mechanism": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "medals": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "media": {"his - their": -0.07323269721189274, "his": 0.2647561369944714, "their": 0.33798883420636416}, "median": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "medical": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "medication": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "meditation": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "meet": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "meeting": {"his - their": -0.035448922517374415, "his": 0.24890988579858353, "their": 0.28435880831595794}, "meetings": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "megabox": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "meh": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mehmood": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mellow": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "melt": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "meltdown": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "member": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "members": {"his - their": -0.11484844895900359, "his": 0.21549527130611462, "their": 0.3303437202651182}, "memorable": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "memories": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "memory": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "men": {"his - their": 0.020973723649295506, "his": 0.30105820273885364, "their": 0.28008447908955814}, "mena": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "menace": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mentality": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "menu": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mercedes": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mercurial": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mercy": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mere": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "merle": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "message": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "messy": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "met": {"his - their": -0.08145507943125438, "his": 0.22172749392921956, "their": 0.30318257336047394}, "meter": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "method": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "methods": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "metropolitan": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mia": {"his - their": -0.006536244803773322, "his": 0.18019359999239262, "their": 0.18672984479616594}, "miami": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "michael": {"his - their": -0.05945452372051191, "his": 0.2781953231227214, "their": 0.3376498468432333}, "michel": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "michelangelo": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "michelle": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mid": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "middle": {"his - their": 0.015466951379437599, "his": 0.3052763629300758, "their": 0.2898094115506382}, "midway": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "midweek": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "might": {"his - their": -0.006666657281398425, "his": 0.35348765838662316, "their": 0.3601543156680216}, "mighty": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "mile": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "miles": {"his - their": -0.05306366746302546, "his": 0.20759058985548443, "their": 0.2606542573185099}, "militaries": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "military": {"his - their": -0.02802299621182025, "his": 0.26875879762366767, "their": 0.2967817938354879}, "millennium": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "miller": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "million": {"his - their": -0.039009172698444505, "his": 0.26734230513624613, "their": 0.30635147783469063}, "mind": {"his - their": 0.04064157040717675, "his": 0.2683415765692464, "their": 0.22770000616206965}, "minds": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "mine": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "minimalist": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "minimize": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "minimum": {"his - their": -0.08186885980363473, "his": 0.21413046243295664, "their": 0.29599932223659137}, "minister": {"his - their": -0.05187002555253717, "his": 0.2647561369944714, "their": 0.3166261625470086}, "ministerial": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ministers": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "ministry": {"his - their": -0.006119510631773795, "his": 0.2545347466867361, "their": 0.2606542573185099}, "minor": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "minute": {"his - their": -0.0064932562518918435, "his": 0.27599275987911387, "their": 0.2824860161310057}, "minutes": {"his - their": 0.047552307693272844, "his": 0.3148355185232827, "their": 0.26728321083000983}, "mirror": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mirrors": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "misconduct": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "misery": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "misreading": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "miss": {"his - their": 0.06898646776026063, "his": 0.31694061999072276, "their": 0.24795415223046213}, "missiles": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "missing": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "mission": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "missionary": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "missions": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "missteps": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mistaken": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "misunderstand": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "misunderstood": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mitchell": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "mitzi": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mixed": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mla": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "mls": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "moaning": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mob": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mobile": {"his - their": 0.06933417724967558, "his": 0.30601442023554437, "their": 0.2366802429858688}, "model": {"his - their": -0.02859744282149168, "his": 0.24805277628876504, "their": 0.2766502191102567}, "models": {"his - their": -0.05306366746302546, "his": 0.20759058985548443, "their": 0.2606542573185099}, "moderates": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "moderation": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "modern": {"his - their": 0.02096388926375553, "his": 0.30763538323435763, "their": 0.2866714939706021}, "modernist": {"his - their": 0.06933417724967558, "his": 0.30601442023554437, "their": 0.2366802429858688}, "mohsin": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "moley": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mom": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "moment": {"his - their": -0.023241512531050168, "his": 0.3052763629300758, "their": 0.328517875461126}, "moments": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "monday": {"his - their": -0.006163485193236562, "his": 0.2781953231227214, "their": 0.28435880831595794}, "money": {"his - their": -0.08963167899309313, "his": 0.23514648971842964, "their": 0.32477816871152276}, "monitor": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "monitoring": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "monosyllabic": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "month": {"his - their": -0.04595892110803429, "his": 0.25405380456650983, "their": 0.3000127256745441}, "monthly": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "months": {"his - their": -0.05327224563647254, "his": 0.20183687379407528, "their": 0.2551091194305478}, "montreal": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "monty": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mood": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "moon": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "morad": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "more": {"his - their": -0.04142928879820468, "his": 0.3252154410983093, "their": 0.366644729896514}, "morning": {"his - their": -0.024439720471652993, "his": 0.259940876591415, "their": 0.284380597063068}, "moscow": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "mosque": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "most": {"his - their": -0.035988262549887906, "his": 0.34724300671709857, "their": 0.3832312692669865}, "motegi": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "mother": {"his - their": -0.04538725125080856, "his": 0.26875879762366767, "their": 0.3141460488744762}, "mothers": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "motivated": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "motivation": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "motivational": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "mourning": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mouth": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "move": {"his - their": -0.020668590415189536, "his": 0.3122781412574042, "their": 0.33294673167259375}, "moved": {"his - their": 0.023086203692173568, "his": 0.2781953231227214, "their": 0.2551091194305478}, "movement": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "movements": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "moves": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "movie": {"his - their": 0.015374804554418559, "his": 0.26229297233708204, "their": 0.24691816778266348}, "moving": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "mr": {"his - their": 0.015433478455228355, "his": 0.2827166892852382, "their": 0.26728321083000983}, "mrs": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "much": {"his - their": -0.018223668948111227, "his": 0.3424149568785081, "their": 0.3606386258266193}, "multidimensional": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "multifaceted": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "multiple": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "multiplies": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "multitude": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "mums": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "murder": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "murders": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "murdoch": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "muschamp": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mused": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mushroom": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "music": {"his - their": -0.0067875607835380936, "his": 0.27329691830602004, "their": 0.28008447908955814}, "musical": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "musicians": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "musings": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "musk": {"his - their": -0.006583586986712464, "his": 0.17678628255392168, "their": 0.18336986954063414}, "muslim": {"his - their": -0.006270982922542384, "his": 0.2438774769135583, "their": 0.2501484598361007}, "muslims": {"his - their": -0.006431545559065555, "his": 0.18777187204743392, "their": 0.19420341760649948}, "must": {"his - their": -0.019189300278225352, "his": 0.30526179242817636, "their": 0.3244510927064017}, "mustard": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "mutants": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "my": {"his - their": -0.025605719971139973, "his": 0.28984077621639326, "their": 0.31544649618753323}, "myself": {"his - their": -0.04501314536412693, "his": 0.2781953231227214, "their": 0.3232084684868483}, "myspace": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mysterious": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mysterium": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "mystery": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "mystical": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "n": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "nab": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "nailed": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "name": {"his - their": 0.006275606301870351, "his": 0.3240994525940826, "their": 0.3178238462922123}, "named": {"his - their": -0.00595871935451564, "his": 0.31146969894424825, "their": 0.3174284182987639}, "names": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "nancy": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "naps": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "narrative": {"his - their": -0.006029555338299353, "his": 0.26092430337644185, "their": 0.2669538587147412}, "nasa": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "nashville": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "nassau": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "nation": {"his - their": -0.006199233631964285, "his": 0.24890988579858353, "their": 0.2551091194305478}, "national": {"his - their": -0.0458397890941199, "his": 0.27329691830602004, "their": 0.31913670740013994}, "nations": {"his - their": -0.04453687307929699, "his": 0.29000760009515225, "their": 0.33454447317444924}, "natural": {"his - their": -0.027757154742782175, "his": 0.2781953231227214, "their": 0.30595247786550356}, "naturally": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "nature": {"his - their": -0.02742081820361164, "his": 0.29000760009515225, "their": 0.3174284182987639}, "navigating": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "navy": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "nba": {"his - their": 0.023086203692173568, "his": 0.2781953231227214, "their": 0.2551091194305478}, "near": {"his - their": 0.04064157040717675, "his": 0.2683415765692464, "their": 0.22770000616206965}, "nearer": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "nearing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "nearly": {"his - their": -0.023636100364899437, "his": 0.2905099485095768, "their": 0.3141460488744762}, "necessarily": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "necessary": {"his - their": -0.006077116196840204, "his": 0.3315727306463931, "their": 0.3376498468432333}, "neck": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "need": {"his - their": -0.07386961668316566, "his": 0.2881909356429434, "their": 0.36206055232610906}, "needed": {"his - their": -0.027757154742782175, "his": 0.2781953231227214, "their": 0.30595247786550356}, "needs": {"his - their": -0.020405785835955925, "his": 0.32249643607652395, "their": 0.3429022219124799}, "neema": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "negated": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "neglect": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "neighbor": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "neighborhood": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "neighbourhood": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "neighbouring": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "neighbours": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "neither": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "nejadi": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "nelson": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "nerve": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "nerves": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "nervous": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "net": {"his - their": 0.015448764062991893, "his": 0.2905099485095768, "their": 0.2750611844465849}, "netanyahu": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "network": {"his - their": 0.02307239230550595, "his": 0.28372664962401584, "their": 0.2606542573185099}, "networking": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "never": {"his - their": -0.016729686709998637, "his": 0.31894018534357266, "their": 0.3356698720535713}, "new": {"his - their": -0.016505989385318776, "his": 0.344930766921041, "their": 0.3614367563063598}, "newcastle": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "news": {"his - their": -0.04556389970821206, "his": 0.2799907674896025, "their": 0.32555466719781456}, "newspapers": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "newsweek": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "next": {"his - their": 0.0033690845104797362, "his": 0.31333312113746126, "their": 0.3099640366269815}, "nfl": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "nice": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "nics": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "nigeria": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "night": {"his - their": 0.027576463952605934, "his": 0.3314335033910327, "their": 0.3038570394384268}, "nihilist": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "nike": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "nine": {"his - their": 0.023053741380411052, "his": 0.29000760009515225, "their": 0.2669538587147412}, "no": {"his - their": -0.020412583041055976, "his": 0.3534483284299688, "their": 0.3738609114710248}, "nobeladventures": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "nobody": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "noisy": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "nomination": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "non": {"his - their": -0.021428607454885285, "his": 0.2824284319835415, "their": 0.3038570394384268}, "none": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "nor": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "normal": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "normalise": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "normalized": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "north": {"his - their": -0.0822188216951538, "his": 0.20759058985548443, "their": 0.2898094115506382}, "not": {"his - their": -0.029040517978425995, "his": 0.35499398871430904, "their": 0.38403450669273503}, "notable": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "noted": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "nothing": {"his - their": -0.05516247038588956, "his": 0.2905282441468826, "their": 0.34569071453277217}, "noticeably": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "novel": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "november": {"his - their": 0.01547123562650865, "his": 0.3186538089869826, "their": 0.30318257336047394}, "novichok": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "now": {"his - their": -0.022643266449001553, "his": 0.3471083467603963, "their": 0.36975161320939787}, "nowadays": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "nowhere": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "nuclear": {"his - their": -0.0064932562518918435, "his": 0.27599275987911387, "their": 0.2824860161310057}, "nude": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "nukes": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "number": {"his - their": -0.05351796899311012, "his": 0.3053482988834512, "their": 0.35886626787656134}, "numbers": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "numerically": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "numerous": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "nutter": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "ny": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "nyc": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "obama": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "objective": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "objectives": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "objects": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "obscuring": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "observatory": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "observed": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "observer": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "observing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "obstacles": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "obstructing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "obtained": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "obvious": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "occasions": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "occupies": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "occur": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "occurrence": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "oct": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "october": {"his - their": -0.052540022525990576, "his": 0.22172749392921956, "their": 0.27426751645521014}, "oddly": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "odds": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ode": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "odyssey": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "of": {"his - their": -0.002402199369634539, "his": 0.28660051960037536, "their": 0.2890027189700099}, "off": {"his - their": -0.03096373994679441, "his": 0.3106076010814351, "their": 0.3415713410282295}, "offense": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "offensive": {"his - their": -0.006270982922542384, "his": 0.2438774769135583, "their": 0.2501484598361007}, "offer": {"his - their": -0.0822188216951538, "his": 0.20759058985548443, "their": 0.2898094115506382}, "offered": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "offers": {"his - their": -0.03484099679122754, "his": 0.2683415765692464, "their": 0.30318257336047394}, "office": {"his - their": -0.006103231104235496, "his": 0.3171052373826128, "their": 0.3232084684868483}, "officer": {"his - their": 0.07024365507159888, "his": 0.27324495010796984, "their": 0.20300129503637096}, "officers": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "offices": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "official": {"his - their": -0.08145507943125438, "his": 0.22172749392921956, "their": 0.30318257336047394}, "officials": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "offloaded": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "offseason": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "often": {"his - their": -0.04592133076269311, "his": 0.30105820273885364, "their": 0.34697953350154676}, "oh": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "oil": {"his - their": -0.05764399313471033, "his": 0.23514648971842964, "their": 0.29279048285313997}, "oladipo": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "old": {"his - their": 0.04989258592556106, "his": 0.321315902018461, "their": 0.27142331609289994}, "older": {"his - their": -0.03484099679122754, "his": 0.2683415765692464, "their": 0.30318257336047394}, "olympic": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "omara": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "omnipresent": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "on": {"his - their": -0.03186064963944396, "his": 0.34159620874850105, "their": 0.373456858387945}, "once": {"his - their": -0.04390815921171998, "his": 0.32097739058165153, "their": 0.3648855497933715}, "one": {"his - their": -0.019695653469647856, "his": 0.3777564573312579, "their": 0.39745211080090576}, "ones": {"his - their": -0.027600152223236307, "his": 0.28372664962401584, "their": 0.31132680184725214}, "online": {"his - their": -0.006466893715216082, "his": 0.29354583195932804, "their": 0.3000127256745441}, "only": {"his - their": -0.04570056013747331, "his": 0.317542499333092, "their": 0.3632430594705653}, "onto": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "op": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "open": {"his - their": -0.017736161156818142, "his": 0.3151893518459336, "their": 0.33292551300275175}, "opened": {"his - their": -0.03507501886014952, "his": 0.26092430337644185, "their": 0.29599932223659137}, "opening": {"his - their": 0.04438629253177245, "his": 0.3186538089869826, "their": 0.27426751645521014}, "operating": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "operation": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "operations": {"his - their": -0.08186885980363473, "his": 0.21413046243295664, "their": 0.29599932223659137}, "opinion": {"his - their": -0.03507501886014952, "his": 0.26092430337644185, "their": 0.29599932223659137}, "opinions": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "opportunity": {"his - their": -0.005853173316712257, "his": 0.3186538089869826, "their": 0.32450698230369485}, "opposing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "opposite": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "opted": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "optimization": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "optimize": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "option": {"his - their": -0.08252193452188267, "his": 0.20183687379407528, "their": 0.28435880831595794}, "options": {"his - their": -0.03507501886014952, "his": 0.26092430337644185, "their": 0.29599932223659137}, "or": {"his - their": -0.03451910238073369, "his": 0.335559894048463, "their": 0.37007899642919667}, "orbit": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "order": {"his - their": -0.006596257468455602, "his": 0.310029905078553, "their": 0.3166261625470086}, "ordered": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "orderly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ordinary": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "org": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "organisation": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "organisations": {"his - their": -0.08145507943125438, "his": 0.22172749392921956, "their": 0.30318257336047394}, "organisdations": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "organised": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "organization": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "organizations": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "organized": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "organs": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "original": {"his - their": 0.09152415380952883, "his": 0.3052763629300758, "their": 0.213752209120547}, "origins": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "orlando": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "orlean": {"his - their": -0.006485733712214087, "his": 0.18384223947744946, "their": 0.19032797318966355}, "ormara": {"his - their": -0.006161619265062562, "his": 0.20759058985548443, "their": 0.213752209120547}, "other": {"his - their": -0.011317325350344132, "his": 0.37233993177035424, "their": 0.38365725712069837}, "others": {"his - their": -0.04054220796197383, "his": 0.3024427560584787, "their": 0.34298496402045253}, "otherwise": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "otto": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "our": {"his - their": 0.000848181710402629, "his": 0.33792993426364387, "their": 0.33708175255324124}, "out": {"his - their": -0.024952742972750852, "his": 0.3650972531026267, "their": 0.39004999607537755}, "outbreak": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "outcome": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "outfits": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "outlets": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "outrage": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "outright": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "outside": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "outspoken": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ovarian": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "over": {"his - their": -0.035241715658636874, "his": 0.3489194832464014, "their": 0.38416119890503825}, "overall": {"his - their": 0.09126545556471413, "his": 0.31146969894424825, "their": 0.22020424337953412}, "overcame": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "overcome": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "overestimate": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "overflowing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "overlap": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "overnight": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "overscaled": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "oversee": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "overseeing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "oversight": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "overtures": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "overturned": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "own": {"his - their": -0.006843747836827452, "his": 0.3550130323527673, "their": 0.3618567801895948}, "owner": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "ownership": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "p": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "pace": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "paced": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pacers": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "pacing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pack": {"his - their": 0.09238871609557464, "his": 0.2827166892852382, "their": 0.19032797318966355}, "package": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "pad": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "page": {"his - their": -0.006244085092705798, "his": 0.3079019637817704, "their": 0.3141460488744762}, "pages": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "pain": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "painfully": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pains": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "paint": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "painted": {"his - their": 0.06933417724967558, "his": 0.30601442023554437, "their": 0.2366802429858688}, "painter": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pak": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pakistan": {"his - their": -0.006915710704153755, "his": 0.15320995544833685, "their": 0.1601256661524906}, "pakistani": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pakistanis": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pallid": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "palpable": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pan": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pandemic": {"his - their": -0.00595871935451564, "his": 0.31146969894424825, "their": 0.3174284182987639}, "pandemonium": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "panic": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "paper": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "papers": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "paranoid": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "parent": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "parents": {"his - their": -0.006199233631964285, "his": 0.24890988579858353, "their": 0.2551091194305478}, "park": {"his - their": -0.006270982922542384, "his": 0.2438774769135583, "their": 0.2501484598361007}, "parking": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "parks": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "parliament": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "part": {"his - their": -0.014165739871184413, "his": 0.3374144122934683, "their": 0.3515801521646527}, "participants": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "particular": {"his - their": -0.027757154742782175, "his": 0.2781953231227214, "their": 0.30595247786550356}, "particularly": {"his - their": -0.023518243093938462, "his": 0.29493681375769776, "their": 0.3184550568516362}, "partners": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "parts": {"his - their": -0.03507501886014952, "his": 0.26092430337644185, "their": 0.29599932223659137}, "party": {"his - their": -0.02097759568321722, "his": 0.30019614912155457, "their": 0.3211737448047718}, "partying": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "pass": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "passenger": {"his - their": 0.022991923550693405, "his": 0.30601442023554437, "their": 0.28302249668485097}, "passengers": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "passions": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "passive": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "past": {"his - their": -0.006194858870966602, "his": 0.33503166509616883, "their": 0.34122652396713543}, "pastimes": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pastor": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pastors": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "path": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "pathological": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "paths": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "patience": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "patients": {"his - their": -0.052540022525990576, "his": 0.22172749392921956, "their": 0.27426751645521014}, "patrol": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "patrolling": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "patronize": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pattern": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "paul": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "pause": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "pawn": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "pay": {"his - their": -0.006131793771208316, "his": 0.29982068409429524, "their": 0.30595247786550356}, "payday": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "paying": {"his - their": -0.05704259206692003, "his": 0.24890988579858353, "their": 0.30595247786550356}, "payment": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "peace": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "peaches": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "peak": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "pellage": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pending": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "peninsula": {"his - their": -0.08094917565421941, "his": 0.23082795267724424, "their": 0.31177712833146365}, "penn": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "pennpraxis": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pennsylvania": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pensioners": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "people": {"his - their": -0.04210263985865609, "his": 0.3305280650779519, "their": 0.372630704936608}, "per": {"his - their": -0.0384570555195336, "his": 0.2827166892852382, "their": 0.3211737448047718}, "percent": {"his - their": -0.1242300100888197, "his": 0.1624414838817824, "their": 0.2866714939706021}, "percentage": {"his - their": -0.05306366746302546, "his": 0.20759058985548443, "their": 0.2606542573185099}, "perceptions": {"his - their": -0.005608857719390903, "his": 0.31694061999072276, "their": 0.32254947771011366}, "perfect": {"his - their": -0.04501314536412693, "his": 0.2781953231227214, "their": 0.3232084684868483}, "perfecting": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "perfectly": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "performance": {"his - their": -0.006176915594232002, "his": 0.3122781412574042, "their": 0.3184550568516362}, "performances": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "performed": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "performer": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "performing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "perhaps": {"his - their": -0.017349526644266644, "his": 0.33110141532227805, "their": 0.3484509419665447}, "perimeter": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "period": {"his - their": -0.05726440321507867, "his": 0.2438774769135583, "their": 0.30114188012863696}, "periods": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "perm": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "permissible": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "perpetrators": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "perplexing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "persecution": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "person": {"his - their": -0.020780730938422642, "his": 0.3079019637817704, "their": 0.32868269472019307}, "personal": {"his - their": -0.006722780320844279, "his": 0.31241392707929566, "their": 0.31913670740013994}, "personality": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "personally": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "personnel": {"his - their": 0.04064157040717675, "his": 0.2683415765692464, "their": 0.22770000616206965}, "perturbation": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pet": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "petrol": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "petrov": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "phenomenon": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "philadelphia": {"his - their": -0.006163485193236562, "his": 0.2781953231227214, "their": 0.28435880831595794}, "philly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "philosopher": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "phone": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "phones": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "phosphorus": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "photo": {"his - their": 0.015461875778337297, "his": 0.29982068409429524, "their": 0.28435880831595794}, "photos": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "physical": {"his - their": -0.02721132473057608, "his": 0.29729565757311877, "their": 0.32450698230369485}, "physically": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "physicist": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "physics": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "piatti": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "picked": {"his - their": -0.00595871935451564, "his": 0.31146969894424825, "their": 0.3174284182987639}, "picture": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "piece": {"his - their": -0.08094917565421941, "his": 0.23082795267724424, "their": 0.31177712833146365}, "pieces": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "piette": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pill": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "pillars": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "pills": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pimply": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pin": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pinecastle": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pioneer": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "pippen": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "pistons": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "pitch": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pithy": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pits": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "place": {"his - their": -0.006906519343346129, "his": 0.3568423183562224, "their": 0.3637488376995685}, "placed": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "plague": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "plain": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "plan": {"his - their": -0.08094917565421941, "his": 0.23082795267724424, "their": 0.31177712833146365}, "planaustin": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "planets": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "planned": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "planners": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "planning": {"his - their": 0.02311065768709561, "his": 0.23552830920052473, "their": 0.21241765151342912}, "planphilly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "plans": {"his - their": -0.08186885980363473, "his": 0.21413046243295664, "their": 0.29599932223659137}, "plant": {"his - their": -0.08362195891408722, "his": 0.18019359999239262, "their": 0.26381555890647984}, "plantation": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "platform": {"his - their": 0.04064157040717675, "his": 0.2683415765692464, "their": 0.22770000616206965}, "play": {"his - their": -0.024188494380303183, "his": 0.3290752197301635, "their": 0.3532637141104667}, "played": {"his - their": 0.020867896536220842, "his": 0.33932295338785706, "their": 0.3184550568516362}, "player": {"his - their": 0.011045655468203242, "his": 0.2905282441468826, "their": 0.27948258867867937}, "players": {"his - their": 0.011045655468203242, "his": 0.2905282441468826, "their": 0.27948258867867937}, "playing": {"his - their": -0.0063023868229172275, "his": 0.26875879762366767, "their": 0.2750611844465849}, "playmakers": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "playoff": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "playoffs": {"his - their": 0.022991923550693405, "his": 0.30601442023554437, "their": 0.28302249668485097}, "plays": {"his - their": 0.06144353240539613, "his": 0.33571104886060626, "their": 0.27426751645521014}, "plco": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "please": {"his - their": -0.038009917914895996, "his": 0.29493681375769776, "their": 0.33294673167259375}, "pleases": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pleasure": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "plus": {"his - their": 0.06980335671561813, "his": 0.29000760009515225, "their": 0.22020424337953412}, "pm": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "pocket": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "podcast": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "podcasts": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "poem": {"his - their": 0.09174440566080472, "his": 0.29982068409429524, "their": 0.20807627843349052}, "poems": {"his - their": 0.12593014573217964, "his": 0.2881909356429434, "their": 0.16226078991076376}, "poetry": {"his - their": 0.1094958304973821, "his": 0.3079019637817704, "their": 0.19840613328438833}, "poets": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "point": {"his - their": 0.014812177140302862, "his": 0.33651395937063544, "their": 0.3217017822303326}, "points": {"his - their": 0.006376221715263308, "his": 0.33932295338785706, "their": 0.33294673167259375}, "poised": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "polarization": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pole": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "police": {"his - their": 0.008256493554034738, "his": 0.31143187428060454, "their": 0.3031753807265698}, "policy": {"his - their": -0.04453687307929699, "his": 0.29000760009515225, "their": 0.33454447317444924}, "policymakers": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "polite": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "political": {"his - their": -0.06349683305067155, "his": 0.25768960285188947, "their": 0.321186435902561}, "politicians": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "politics": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "pollination": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "poorer": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "pop": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pops": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "popular": {"his - their": -0.05137285515469264, "his": 0.27599275987911387, "their": 0.3273656150338065}, "population": {"his - their": -0.05282339628178456, "his": 0.21413046243295664, "their": 0.2669538587147412}, "port": {"his - their": -0.006073780946577484, "his": 0.21413046243295664, "their": 0.22020424337953412}, "portable": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "portal": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "portion": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "portrays": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "posing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "posit": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "position": {"his - their": 0.03284077933518553, "his": 0.3079019637817704, "their": 0.2750611844465849}, "positioning": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "positions": {"his - their": -0.03527466486390213, "his": 0.2545347466867361, "their": 0.2898094115506382}, "positive": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "positives": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "possession": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "possibilities": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "possible": {"his - their": -0.03507501886014952, "his": 0.26092430337644185, "their": 0.29599932223659137}, "possibly": {"his - their": -0.02721132473057608, "his": 0.29729565757311877, "their": 0.32450698230369485}, "post": {"his - their": -0.006103231104235496, "his": 0.3171052373826128, "their": 0.3232084684868483}, "potential": {"his - their": -0.05616540573444845, "his": 0.2683415765692464, "their": 0.32450698230369485}, "potentially": {"his - their": 0.06898646776026063, "his": 0.31694061999072276, "their": 0.24795415223046213}, "power": {"his - their": -0.015231024367653112, "his": 0.3279606672040272, "their": 0.34319169157168034}, "powerful": {"his - their": -0.005991722141439115, "his": 0.29000760009515225, "their": 0.29599932223659137}, "pr": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "practical": {"his - their": 0.04422249936193723, "his": 0.3272449960467882, "their": 0.28302249668485097}, "practice": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "practicing": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "practitioner": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pray": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "prayer": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "praying": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "pre": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "preach": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "preaching": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "precepts": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "precious": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "preclude": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "preconceptions": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "predict": {"his - their": 0.022991923550693405, "his": 0.30601442023554437, "their": 0.28302249668485097}, "predictability": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "predicted": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "predictions": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "preference": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "premium": {"his - their": -0.08094917565421941, "his": 0.23082795267724424, "their": 0.31177712833146365}, "prepare": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "prepared": {"his - their": -0.005991722141439115, "his": 0.29000760009515225, "their": 0.29599932223659137}, "preparing": {"his - their": -0.03484099679122754, "his": 0.2683415765692464, "their": 0.30318257336047394}, "presence": {"his - their": -0.03281283679285185, "his": 0.32249643607652395, "their": 0.3553092728693758}, "present": {"his - their": -0.006199233631964285, "his": 0.24890988579858353, "their": 0.2551091194305478}, "presentations": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "presented": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "preservationists": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "preserve": {"his - their": -0.08094917565421941, "his": 0.23082795267724424, "their": 0.31177712833146365}, "presidency": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "president": {"his - their": -0.00656836998244148, "his": 0.2509652082728682, "their": 0.2575335782553097}, "press": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "pretend": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pretended": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pretty": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "prevailing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "prevalence": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "prevent": {"his - their": -0.03484099679122754, "his": 0.2683415765692464, "their": 0.30318257336047394}, "prevented": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "preventing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "prevention": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "preview": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "previous": {"his - their": 0.025728585017197936, "his": 0.3148355185232827, "their": 0.28910693350608474}, "previously": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "price": {"his - their": -0.028243474836720128, "his": 0.2608634586693646, "their": 0.28910693350608474}, "prickly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pride": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "prime": {"his - their": -0.04453687307929699, "his": 0.29000760009515225, "their": 0.33454447317444924}, "principle": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "principles": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "prioritize": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "private": {"his - their": -0.03782916274893805, "his": 0.29982068409429524, "their": 0.3376498468432333}, "proactive": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "probability": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "probable": {"his - their": 0.040912213793624225, "his": 0.23931834707801256, "their": 0.19840613328438833}, "probably": {"his - their": -0.020544609460620478, "his": 0.3171052373826128, "their": 0.3376498468432333}, "probe": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "problem": {"his - their": -0.027706864749177218, "his": 0.31798384978359495, "their": 0.34569071453277217}, "problems": {"his - their": -0.05137285515469264, "his": 0.27599275987911387, "their": 0.3273656150338065}, "proceeded": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "process": {"his - their": -0.04254731548571078, "his": 0.3084810090841406, "their": 0.3510283245698514}, "processing": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "produce": {"his - their": -0.0739831287743899, "his": 0.2545347466867361, "their": 0.328517875461126}, "produced": {"his - their": -0.060125569550463887, "his": 0.2646525991610589, "their": 0.32477816871152276}, "producer": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "product": {"his - their": -0.050716575457558644, "his": 0.2905099485095768, "their": 0.34122652396713543}, "production": {"his - their": -0.019447148516906543, "his": 0.2948235721257267, "their": 0.31427072064263323}, "productive": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "productivity": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "products": {"his - their": -0.056504114922322046, "his": 0.26092430337644185, "their": 0.3174284182987639}, "professional": {"his - their": -0.02742081820361164, "his": 0.29000760009515225, "their": 0.3174284182987639}, "professionals": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "professors": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "program": {"his - their": -0.006021439384602034, "his": 0.32249643607652395, "their": 0.328517875461126}, "programme": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "progress": {"his - their": 0.015467867715324546, "his": 0.3272449960467882, "their": 0.31177712833146365}, "progresses": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "progression": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "progressively": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "prohibition": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "project": {"his - their": -0.04054220796197383, "his": 0.3024427560584787, "their": 0.34298496402045253}, "projecting": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "projects": {"his - their": -0.006073780946577484, "his": 0.21413046243295664, "their": 0.22020424337953412}, "prolific": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "prolonged": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "promising": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "prompt": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "proper": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "properly": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "properties": {"his - their": -0.10329795586580726, "his": 0.21413046243295664, "their": 0.3174284182987639}, "prophet": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "proposals": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "proposed": {"his - their": -0.05575371132123158, "his": 0.277219433480371, "their": 0.33297314480160256}, "prose": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "prostate": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "prostatic": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "protagonist": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "protect": {"his - their": -0.05616540573444845, "his": 0.2683415765692464, "their": 0.32450698230369485}, "protecting": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "protection": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "protections": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "protective": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "protest": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "protestant": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "protests": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "proud": {"his - their": 0.06959565141104912, "his": 0.29729565757311877, "their": 0.22770000616206965}, "prove": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "proven": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "provide": {"his - their": 0.014814062845268428, "his": 0.33926515555167014, "their": 0.3244510927064017}, "provided": {"his - their": -0.006082761926622382, "his": 0.28372664962401584, "their": 0.2898094115506382}, "provider": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "providing": {"his - their": -0.03484099679122754, "his": 0.2683415765692464, "their": 0.30318257336047394}, "province": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "provocative": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "prudence": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "prufrock": {"his - their": 0.09326949548213631, "his": 0.25553028539290007, "their": 0.16226078991076376}, "psychological": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "psychologically": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "psychologist": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "public": {"his - their": -0.06545680299562323, "his": 0.30545393020212297, "their": 0.3709107331977462}, "publication": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "publications": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "publicity": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "publish": {"his - their": -0.08145507943125438, "his": 0.22172749392921956, "their": 0.30318257336047394}, "published": {"his - their": 0.008318086159369298, "his": 0.3224641350338455, "their": 0.3141460488744762}, "publisher": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "puck": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pull": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "pulse": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "punching": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "purchased": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pure": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "purpose": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "purposes": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pursue": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "pursuing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "put": {"his - their": -0.014479843058582631, "his": 0.34031283844891724, "their": 0.3547926815074999}, "putnam": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "puts": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "putting": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "pyjamas": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "pyongyang": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "qaeda": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "qualified": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "qualitative": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "quality": {"his - their": -0.08963167899309313, "his": 0.23514648971842964, "their": 0.32477816871152276}, "quantitative": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "quantum": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "quarantine": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "quarantined": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "quarterback": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "quartet": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "question": {"his - their": -0.006314939177564316, "his": 0.3274725911341891, "their": 0.3337875303117534}, "questionnaire": {"his - their": -0.006073780946577484, "his": 0.21413046243295664, "their": 0.22020424337953412}, "questionnaires": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "questions": {"his - their": 0.023117869976591182, "his": 0.25405380456650983, "their": 0.23093593458991865}, "quick": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "quicker": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "quickly": {"his - their": -0.006082761926622382, "his": 0.28372664962401584, "their": 0.2898094115506382}, "quite": {"his - their": -0.006205066370939205, "his": 0.29493681375769776, "their": 0.30114188012863696}, "quote": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "qureshi": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "raaji": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "race": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "racist": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "radical": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "radio": {"his - their": -0.03527466486390213, "his": 0.2545347466867361, "their": 0.2898094115506382}, "radioactive": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "radioactivity": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "radios": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "radius": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "raf": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "rage": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "raging": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "rain": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "raise": {"his - their": -0.006131793771208316, "his": 0.29982068409429524, "their": 0.30595247786550356}, "raised": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "raising": {"his - their": 0.06898646776026063, "his": 0.31694061999072276, "their": 0.24795415223046213}, "rallied": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "raman": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "rand": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "randall": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "random": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "randomized": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "randy": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "range": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "ranging": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "ranked": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "ranking": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "rapid": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "rapper": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "rare": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "rarely": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "rate": {"his - their": -0.006163485193236562, "his": 0.2781953231227214, "their": 0.28435880831595794}, "rates": {"his - their": -0.006073780946577484, "his": 0.21413046243295664, "their": 0.22020424337953412}, "rather": {"his - their": -0.05772290044644485, "his": 0.3082503044939569, "their": 0.36597320494040175}, "ray": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "rays": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "re": {"his - their": -0.02552231199613303, "his": 0.33892583857429454, "their": 0.36444815057042756}, "reached": {"his - their": -0.05704259206692003, "his": 0.24890988579858353, "their": 0.30595247786550356}, "react": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "reaction": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "reactions": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "reactive": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "read": {"his - their": -0.006368881274309124, "his": 0.3240994525940826, "their": 0.33046833386839175}, "reader": {"his - their": -0.005728148754814366, "his": 0.3272449960467882, "their": 0.33297314480160256}, "readers": {"his - their": 0.06898646776026063, "his": 0.31694061999072276, "their": 0.24795415223046213}, "readily": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "reading": {"his - their": 0.017443573128526013, "his": 0.3386173179332978, "their": 0.3211737448047718}, "ready": {"his - their": -0.006050438917176326, "his": 0.3052763629300758, "their": 0.31132680184725214}, "real": {"his - their": -0.04017951228624106, "his": 0.31143187428060454, "their": 0.3516113865668456}, "realisation": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "realise": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "reality": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "realization": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "realize": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "realizes": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "really": {"his - their": -0.019728951193750455, "his": 0.33768369172965956, "their": 0.35741264292341}, "reason": {"his - their": -0.023387784392553068, "his": 0.29982068409429524, "their": 0.3232084684868483}, "reasons": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "reassuring": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "rebel": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "rebellious": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "rebound": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "rebounding": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "rebounds": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "rebuilding": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "rebuilt": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "recall": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "recalled": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "receive": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "received": {"his - their": -0.05704259206692003, "his": 0.24890988579858353, "their": 0.30595247786550356}, "recent": {"his - their": -0.05107084102651521, "his": 0.2827166892852382, "their": 0.3337875303117534}, "recently": {"his - their": -0.038809414324776526, "his": 0.2729423369862242, "their": 0.31175175131100075}, "recession": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "recognition": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "recognize": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "recognized": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "recognizing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "reconciliations": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "record": {"his - their": -0.00595871935451564, "his": 0.31146969894424825, "their": 0.3174284182987639}, "records": {"his - their": 0.09210381522518846, "his": 0.2905099485095768, "their": 0.19840613328438833}, "rectifying": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "recurrence": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "red": {"his - their": -0.056504114922322046, "his": 0.26092430337644185, "their": 0.3174284182987639}, "redesign": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "redman": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "redshirt": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "reduce": {"his - their": -0.08145507943125438, "his": 0.22172749392921956, "their": 0.30318257336047394}, "reduction": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "reference": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "references": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "referred": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "reflecting": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "reflection": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "reflects": {"his - their": -0.005608857719390903, "his": 0.31694061999072276, "their": 0.32254947771011366}, "reform": {"his - their": -0.03527466486390213, "his": 0.2545347466867361, "their": 0.2898094115506382}, "refusal": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "refuse": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "refuted": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "regard": {"his - their": -0.05616540573444845, "his": 0.2683415765692464, "their": 0.32450698230369485}, "regarded": {"his - their": 0.06898646776026063, "his": 0.31694061999072276, "their": 0.24795415223046213}, "regarding": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "regime": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "region": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "regional": {"his - their": -0.04538725125080856, "his": 0.26875879762366767, "their": 0.3141460488744762}, "registered": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "registration": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "regularly": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "reinforce": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "reinforcement": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "reinventing": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "reject": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "rejected": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "rejecting": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "relate": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "related": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "relations": {"his - their": -0.02097759568321722, "his": 0.30019614912155457, "their": 0.3211737448047718}, "relationship": {"his - their": -0.021065168423722302, "his": 0.29675867786849, "their": 0.3178238462922123}, "relationships": {"his - their": 0.06959565141104912, "his": 0.29729565757311877, "their": 0.22770000616206965}, "relativity": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "relax": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "relay": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "released": {"his - their": 0.06959565141104912, "his": 0.29729565757311877, "their": 0.22770000616206965}, "relentless": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "relevant": {"his - their": -0.005991722141439115, "his": 0.29000760009515225, "their": 0.29599932223659137}, "reliability": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "reliable": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "relies": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "religious": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "rely": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "rem": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "remaining": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "remains": {"his - their": -0.05679205516051605, "his": 0.2545347466867361, "their": 0.31132680184725214}, "remarkable": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "remember": {"his - their": -0.006021439384602034, "his": 0.32249643607652395, "their": 0.328517875461126}, "remembers": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "remind": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "reminded": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "remiss": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "remodel": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "remote": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "remove": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "removed": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "removing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "renal": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "renew": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "rental": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "rented": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "repeat": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "repeatedly": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "repertoire": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "report": {"his - their": -0.08521239454851498, "his": 0.24267877627858891, "their": 0.3278911708271039}, "reporters": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "reports": {"his - their": -0.08252193452188267, "his": 0.20183687379407528, "their": 0.28435880831595794}, "represents": {"his - their": -0.052540022525990576, "his": 0.22172749392921956, "their": 0.27426751645521014}, "republic": {"his - their": -0.08278918210701339, "his": 0.19669193402907845, "their": 0.27948111613609183}, "republican": {"his - their": -0.03484099679122754, "his": 0.2683415765692464, "their": 0.30318257336047394}, "request": {"his - their": -0.006050438917176326, "his": 0.3052763629300758, "their": 0.31132680184725214}, "requests": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "require": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "required": {"his - their": -0.02802299621182025, "his": 0.26875879762366767, "their": 0.2967817938354879}, "requirements": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "requires": {"his - their": -0.08145507943125438, "his": 0.22172749392921956, "their": 0.30318257336047394}, "rescued": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "research": {"his - their": -0.03949787332638288, "his": 0.2534552000567769, "their": 0.2929530733831598}, "researched": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "resection": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "resend": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "residential": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "residents": {"his - their": -0.10329795586580726, "his": 0.21413046243295664, "their": 0.3174284182987639}, "resolution": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "resolve": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "resource": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "resources": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "respect": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "respected": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "respectful": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "respectively": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "respond": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "responding": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "response": {"his - their": -0.05970178156462391, "his": 0.27324495010796984, "their": 0.33294673167259375}, "responsibility": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "responsible": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "rest": {"his - their": 0.015470376707656885, "his": 0.31146969894424825, "their": 0.29599932223659137}, "restaurant": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "restrict": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "result": {"his - their": -0.023518243093938462, "his": 0.29493681375769776, "their": 0.3184550568516362}, "results": {"his - their": -0.08094917565421941, "his": 0.23082795267724424, "their": 0.31177712833146365}, "retailers": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "retention": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "return": {"his - their": 0.04740295058726063, "his": 0.3224641350338455, "their": 0.2750611844465849}, "returned": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "returnees": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "returning": {"his - their": -0.005853173316712257, "his": 0.3186538089869826, "their": 0.32450698230369485}, "returns": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "reveals": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "revenue": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "review": {"his - their": -0.006244085092705798, "his": 0.3079019637817704, "their": 0.3141460488744762}, "reviewed": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "reviews": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "revision": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "revitalize": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "revolution": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "reward": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "reyes": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "rhetoric": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "rhodes": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "rich": {"his - their": -0.0822188216951538, "his": 0.20759058985548443, "their": 0.2898094115506382}, "richard": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "ricky": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ride": {"his - their": 0.040912213793624225, "his": 0.23931834707801256, "their": 0.19840613328438833}, "ridenyc": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ridiculous": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "rifts": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "right": {"his - their": -0.01233840681344972, "his": 0.3594403557182695, "their": 0.3717787625317192}, "rightly": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "rights": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "ring": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "rippling": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "risk": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "risky": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "rival": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "road": {"his - their": -0.04556389970821206, "his": 0.2799907674896025, "their": 0.32555466719781456}, "roads": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "robbery": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "rock": {"his - their": -0.03507501886014952, "his": 0.26092430337644185, "their": 0.29599932223659137}, "rocket": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "rockets": {"his - their": 0.01547123562650865, "his": 0.3186538089869826, "their": 0.30318257336047394}, "roetter": {"his - their": -0.006309361007292513, "his": 0.19669193402907845, "their": 0.20300129503637096}, "rogers": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "rohan": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "role": {"his - their": -0.0064195081888129835, "his": 0.32094610684499353, "their": 0.3273656150338065}, "roles": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "rolled": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "roman": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "roof": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "roofing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "rookie": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "room": {"his - their": 0.09095380282491294, "his": 0.3186538089869826, "their": 0.22770000616206965}, "root": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "roots": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "rouhani": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "rounds": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "routinely": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "row": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "roy": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "royer": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "rss": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "rt": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "rudolph": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "rule": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "rules": {"his - their": -0.02307477423020099, "his": 0.31146969894424825, "their": 0.33454447317444924}, "run": {"his - their": 0.025682341198357606, "his": 0.3224641350338455, "their": 0.2967817938354879}, "running": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "runs": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "rupert": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "rural": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "rush": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "rushed": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ruslan": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "russell": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "russia": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "russian": {"his - their": -0.05282339628178456, "his": 0.21413046243295664, "their": 0.2669538587147412}, "russians": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "ryan": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "s": {"his - their": -0.012128777235220434, "his": 0.34200742718758603, "their": 0.35413620442280647}, "sabonis": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sabres": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "sachiko": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sad": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "sadarius": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sadly": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "safe": {"his - their": -0.10277948837447529, "his": 0.22172749392921956, "their": 0.32450698230369485}, "safely": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "safestyle": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "safety": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "said": {"his - their": -0.019605194787939262, "his": 0.306792366825237, "their": 0.32639756161317623}, "saline": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "salisbury": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "salt": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "salvation": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "same": {"his - their": -0.014989499430682285, "his": 0.3382742146797844, "their": 0.3532637141104667}, "san": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sanctify": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sanctions": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sangar": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "saphir": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "satan": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "satellites": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "satisfaction": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "saturday": {"his - their": -0.006205066370939205, "his": 0.29493681375769776, "their": 0.30114188012863696}, "saudi": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "save": {"his - their": -0.005991722141439115, "his": 0.29000760009515225, "their": 0.29599932223659137}, "saved": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "savejbolagh": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "saves": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "saving": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "savings": {"his - their": -0.052540022525990576, "his": 0.22172749392921956, "their": 0.27426751645521014}, "saw": {"his - their": 0.02115143977940198, "his": 0.34670610697721654, "their": 0.32555466719781456}, "say": {"his - their": -0.03252904786224475, "his": 0.31333312113746126, "their": 0.345862168999706}, "saying": {"his - their": 0.015448764062991893, "his": 0.2905099485095768, "their": 0.2750611844465849}, "says": {"his - their": 0.015455697621605924, "his": 0.29493681375769776, "their": 0.27948111613609183}, "scaled": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "scandal": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "scenarios": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "scenes": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "schedule": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "scheduled": {"his - their": 0.022991923550693405, "his": 0.30601442023554437, "their": 0.28302249668485097}, "scholar": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "scholarship": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "school": {"his - their": -0.006512430384398971, "his": 0.3151893518459336, "their": 0.3217017822303326}, "science": {"his - their": -0.024246786340883508, "his": 0.26734230513624613, "their": 0.29158909147712964}, "scientific": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "scientist": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "scientists": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "scorching": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "score": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "scored": {"his - their": 0.023053741380411052, "his": 0.29000760009515225, "their": 0.2669538587147412}, "scorer": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "scores": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "scoring": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "scottie": {"his - their": -0.006373034459406179, "his": 0.19203309882498215, "their": 0.19840613328438833}, "scratcher": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "screen": {"his - their": 0.022991923550693405, "his": 0.30601442023554437, "their": 0.28302249668485097}, "screenings": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "scripted": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "scripture": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "scrutiny": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "sculpt": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sea": {"his - their": -0.03574283736857234, "his": 0.23931834707801256, "their": 0.2750611844465849}, "search": {"his - their": 0.07118507390527631, "his": 0.22727622784398854, "their": 0.15609115393871223}, "searching": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "season": {"his - their": 0.0057495791255276485, "his": 0.2617869055780552, "their": 0.2560373264525275}, "seasons": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "seat": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "seating": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "seats": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sec": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "second": {"his - their": 0.0009382804894884633, "his": 0.3285167533690366, "their": 0.3275784728795481}, "secret": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "sectarian": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sections": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "sector": {"his - their": -0.10526469402863528, "his": 0.18384223947744946, "their": 0.28910693350608474}, "secure": {"his - their": 0.04064157040717675, "his": 0.2683415765692464, "their": 0.22770000616206965}, "security": {"his - their": -0.006163485193236562, "his": 0.2781953231227214, "their": 0.28435880831595794}, "see": {"his - their": 0.0009065154632323935, "his": 0.325851622235204, "their": 0.3249451067719716}, "seed": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "seeding": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "seedy": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "seeing": {"his - their": 0.015466951379437599, "his": 0.3052763629300758, "their": 0.2898094115506382}, "seek": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "seeking": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "seem": {"his - their": -0.0062806450144532455, "his": 0.3184975236970695, "their": 0.32477816871152276}, "seemed": {"his - their": -0.006131793771208316, "his": 0.29982068409429524, "their": 0.30595247786550356}, "seemingly": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "seems": {"his - their": -0.08487273671398671, "his": 0.24805277628876504, "their": 0.33292551300275175}, "seen": {"his - their": -0.006635337408275599, "his": 0.30763538323435763, "their": 0.31427072064263323}, "seldom": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "selecting": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "self": {"his - their": 0.06898646776026063, "his": 0.31694061999072276, "their": 0.24795415223046213}, "semi": {"his - their": -0.05575371132123158, "his": 0.277219433480371, "their": 0.33297314480160256}, "sending": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "sends": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "senior": {"his - their": -0.005728148754814366, "his": 0.3272449960467882, "their": 0.33297314480160256}, "seniors": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sensational": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sense": {"his - their": 0.011186801659374634, "his": 0.3286152199581385, "their": 0.3174284182987639}, "sensitive": {"his - their": -0.056504114922322046, "his": 0.26092430337644185, "their": 0.3174284182987639}, "sensitivity": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sent": {"his - their": -0.027757154742782175, "his": 0.2781953231227214, "their": 0.30595247786550356}, "sentences": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "seoul": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "separate": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "separations": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sept": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "september": {"his - their": -0.006694052094887909, "his": 0.24267877627858891, "their": 0.24937282837347682}, "sergei": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "series": {"his - their": 0.01271954748196985, "his": 0.3382742146797844, "their": 0.32555466719781456}, "serious": {"his - their": -0.04423859566564281, "his": 0.29729565757311877, "their": 0.3415342532387616}, "seriously": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "sermon": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "servants": {"his - their": -0.052540022525990576, "his": 0.22172749392921956, "their": 0.27426751645521014}, "serve": {"his - their": 0.02307239230550595, "his": 0.28372664962401584, "their": 0.2606542573185099}, "served": {"his - their": -0.05616540573444845, "his": 0.2683415765692464, "their": 0.32450698230369485}, "server": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "serves": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "service": {"his - their": -0.045243463538185036, "his": 0.2876820494645667, "their": 0.33292551300275175}, "serving": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "session": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "sessions": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "set": {"his - their": -0.006445836029343066, "his": 0.32920636153336924, "their": 0.3356521975627123}, "sets": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "setting": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "settle": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "seven": {"his - their": 0.011186801659374634, "his": 0.3286152199581385, "their": 0.3174284182987639}, "seventeenth": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "several": {"his - their": -0.006555330815331439, "his": 0.3314335033910327, "their": 0.33798883420636416}, "severe": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "severely": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sex": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "sexual": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "sg": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "shade": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "shadow": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "shah": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "shakespeare": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "shall": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "shaped": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "share": {"his - their": -0.020405785835955925, "his": 0.32249643607652395, "their": 0.3429022219124799}, "shared": {"his - their": 0.02307239230550595, "his": 0.28372664962401584, "their": 0.2606542573185099}, "shares": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "sharifi": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sharing": {"his - their": -0.02742081820361164, "his": 0.29000760009515225, "their": 0.3174284182987639}, "sharons26": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "shawn": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "she": {"his - their": -0.020160220754621233, "his": 0.214262476899613, "their": 0.23442269765423424}, "sheath": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "shelves": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "shepherd": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sheri": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "shifted": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "shifts": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "shine": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "shines": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "shinier": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "shining": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "shock": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "shocked": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "shocking": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "shoes": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "shop": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "shopping": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "short": {"his - their": 0.006323246610755284, "his": 0.33110141532227805, "their": 0.32477816871152276}, "shorten": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "shortly": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "shot": {"his - their": -0.006218559686347547, "his": 0.3224641350338455, "their": 0.32868269472019307}, "shots": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "should": {"his - their": -0.03286088880967525, "his": 0.30400749134658667, "their": 0.3368683801562619}, "shouldn": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "shouting": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "shovels": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "show": {"his - their": 0.01271954748196985, "his": 0.3382742146797844, "their": 0.32555466719781456}, "showcase": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "showed": {"his - their": 0.04462210561156593, "his": 0.3052763629300758, "their": 0.2606542573185099}, "shower": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "showing": {"his - their": -0.006103231104235496, "his": 0.3171052373826128, "their": 0.3232084684868483}, "shown": {"his - their": -0.02307477423020099, "his": 0.31146969894424825, "their": 0.33454447317444924}, "shows": {"his - their": -0.03762585898240406, "his": 0.3052763629300758, "their": 0.3429022219124799}, "shucking": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "shut": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "sick": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "side": {"his - their": -0.006368881274309124, "his": 0.3240994525940826, "their": 0.33046833386839175}, "sidelines": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sides": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "sight": {"his - their": 0.06898646776026063, "his": 0.31694061999072276, "their": 0.24795415223046213}, "sightseeing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "signal": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "signals": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "signed": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "significant": {"his - their": -0.018952011788470724, "his": 0.3148355185232827, "their": 0.3337875303117534}, "significantly": {"his - their": -0.08145507943125438, "his": 0.22172749392921956, "their": 0.30318257336047394}, "signs": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "silence": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "silent": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "similar": {"his - their": -0.027757154742782175, "his": 0.2781953231227214, "their": 0.30595247786550356}, "similarities": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "simmons": {"his - their": 0.06933417724967558, "his": 0.30601442023554437, "their": 0.2366802429858688}, "simon": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "simple": {"his - their": -0.05575371132123158, "his": 0.277219433480371, "their": 0.33297314480160256}, "simply": {"his - their": -0.04569590225826087, "his": 0.2608634586693646, "their": 0.3065593609276255}, "since": {"his - their": 0.005661399398136646, "his": 0.3516184360303637, "their": 0.34595703663222704}, "sincere": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sinful": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sing": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "singing": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "single": {"his - their": -0.06237830969810909, "his": 0.2792409542249158, "their": 0.3416192639230249}, "singles": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sinhalese": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sirens": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "sister": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "sistine": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sit": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "site": {"his - their": -0.006485733712214087, "his": 0.18384223947744946, "their": 0.19032797318966355}, "sitting": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "situation": {"his - their": -0.006512430384398971, "his": 0.3151893518459336, "their": 0.3217017822303326}, "six": {"his - their": -0.006338226281489112, "his": 0.3148355185232827, "their": 0.3211737448047718}, "sixers": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sixth": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "size": {"his - their": -0.006029555338299353, "his": 0.26092430337644185, "their": 0.2669538587147412}, "sjoberg": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "skaggs": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "skeletal": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "skilled": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "skills": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "skin": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "skinner": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "skripal": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "skripals": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sky": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "skyplussed": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "skyward": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "slack": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "slang": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "slavery": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "sleep": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sleepless": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "slices": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "slide": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "slideshare": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "slight": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "slightly": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "slow": {"his - their": -0.00595871935451564, "his": 0.31146969894424825, "their": 0.3174284182987639}, "small": {"his - their": -0.006205066370939205, "his": 0.29493681375769776, "their": 0.30114188012863696}, "smallness": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "smell": {"his - their": 0.040833607365093005, "his": 0.24890988579858353, "their": 0.20807627843349052}, "smidgen": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "smitten": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "smoked": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "smooth": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "sneakily": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "snow": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "so": {"his - their": -0.039198831710171966, "his": 0.3380893791889249, "their": 0.37728821089909687}, "soccer": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "social": {"his - their": -0.05051332240184264, "his": 0.29493681375769776, "their": 0.3454501361595404}, "society": {"his - their": -0.07246772634346776, "his": 0.26875879762366767, "their": 0.34122652396713543}, "soft": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "software": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "soil": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "solar": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sold": {"his - their": 0.040720059996907726, "his": 0.26092430337644185, "their": 0.22020424337953412}, "soldier": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "soldiers": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "solid": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "solidarity": {"his - their": -0.05282339628178456, "his": 0.21413046243295664, "their": 0.2669538587147412}, "somalia": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "some": {"his - their": -0.0033501336153153316, "his": 0.36897954412225664, "their": 0.372329677737572}, "someone": {"his - their": 0.01547123562650865, "his": 0.3186538089869826, "their": 0.30318257336047394}, "something": {"his - their": -0.05351796899311012, "his": 0.3053482988834512, "their": 0.35886626787656134}, "sometimes": {"his - their": 0.011136261128767255, "his": 0.3122781412574042, "their": 0.30114188012863696}, "somewhat": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "somewhere": {"his - their": -0.052540022525990576, "his": 0.22172749392921956, "their": 0.27426751645521014}, "son": {"his - their": 0.015448764062991893, "his": 0.2905099485095768, "their": 0.2750611844465849}, "song": {"his - their": 0.03297020789359878, "his": 0.29354583195932804, "their": 0.26057562406572926}, "songs": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "soon": {"his - their": -0.05468044129568561, "his": 0.30019614912155457, "their": 0.3548765904172402}, "sophomores": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sore": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "sorry": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "sort": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "sorting": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sought": {"his - their": -0.08094917565421941, "his": 0.23082795267724424, "their": 0.31177712833146365}, "soul": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "sounding": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sounds": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "source": {"his - their": -0.03782916274893805, "his": 0.29982068409429524, "their": 0.3376498468432333}, "sourcing": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "south": {"his - their": -0.06048070706160236, "his": 0.2573431392306099, "their": 0.3178238462922123}, "southbank": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "southeast": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "southern": {"his - their": 0.0407825375661891, "his": 0.2545347466867361, "their": 0.213752209120547}, "soviet": {"his - their": -0.08094917565421941, "his": 0.23082795267724424, "their": 0.31177712833146365}, "space": {"his - their": -0.04054220796197383, "his": 0.3024427560584787, "their": 0.34298496402045253}, "spaceport": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "spam": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "spambots": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "span": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "sparkling": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sparks": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "spats": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "speak": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "speaker": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "speaking": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "special": {"his - their": -0.02097759568321722, "his": 0.30019614912155457, "their": 0.3211737448047718}, "species": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "specific": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "specifications": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "spectators": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "spectrum": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "speech": {"his - their": 0.011104490830908031, "his": 0.303894973684048, "their": 0.29279048285313997}, "speed": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "spellbound": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "spend": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "spending": {"his - their": -0.02695872456605819, "his": 0.30601442023554437, "their": 0.33297314480160256}, "spent": {"his - their": -0.019036459587787213, "his": 0.31143187428060454, "their": 0.33046833386839175}, "sphere": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "spin": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "spirit": {"his - their": -0.02097759568321722, "his": 0.30019614912155457, "their": 0.3211737448047718}, "spirited": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "spiritual": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "spiritually": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sponsors": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sporting": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sports": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "spot": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "spots": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "spread": {"his - their": -0.08145507943125438, "his": 0.22172749392921956, "their": 0.30318257336047394}, "spring": {"his - their": -0.08145507943125438, "his": 0.22172749392921956, "their": 0.30318257336047394}, "spss18": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "spurrier": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "spying": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "squad": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "square": {"his - their": 0.04422249936193723, "his": 0.3272449960467882, "their": 0.28302249668485097}, "stability": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "stacking": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "stacks": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "stadium": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "staff": {"his - their": -0.02695872456605819, "his": 0.30601442023554437, "their": 0.33297314480160256}, "stage": {"his - their": -0.08094917565421941, "his": 0.23082795267724424, "their": 0.31177712833146365}, "stages": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "stakes": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "stan": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "stand": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "standard": {"his - their": -0.03484099679122754, "his": 0.2683415765692464, "their": 0.30318257336047394}, "standards": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "standing": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "standoffs": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "stands": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "stanley": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "staple": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "star": {"his - their": 0.008276157595657196, "his": 0.3148355185232827, "their": 0.3065593609276255}, "stars": {"his - their": -0.006119510631773795, "his": 0.2545347466867361, "their": 0.2606542573185099}, "start": {"his - their": -0.019036459587787213, "his": 0.31143187428060454, "their": 0.33046833386839175}, "started": {"his - their": 0.020924071867512828, "his": 0.3240994525940826, "their": 0.3031753807265698}, "starter": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "starting": {"his - their": -0.006194858870966602, "his": 0.33503166509616883, "their": 0.34122652396713543}, "starts": {"his - their": 0.015470376707656885, "his": 0.31146969894424825, "their": 0.29599932223659137}, "state": {"his - their": -0.05179412636090319, "his": 0.2667887203852272, "their": 0.3185828467461304}, "stated": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "statement": {"his - their": -0.006029555338299353, "his": 0.26092430337644185, "their": 0.2669538587147412}, "statements": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "states": {"his - their": -0.017736161156818142, "his": 0.3151893518459336, "their": 0.33292551300275175}, "station": {"his - their": -0.006236166028121992, "his": 0.27324495010796984, "their": 0.27948111613609183}, "statistical": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "statistics": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "stature": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "stay": {"his - their": -0.006333283210142482, "his": 0.2864571996429975, "their": 0.29279048285313997}, "stayed": {"his - their": 0.022991923550693405, "his": 0.30601442023554437, "their": 0.28302249668485097}, "steadfast": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "steadfastly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "steadiness": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "steady": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "steal": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "steals": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "steel": {"his - their": -0.006239404639415247, "his": 0.20183687379407528, "their": 0.20807627843349052}, "steering": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "stemming": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "step": {"his - their": 0.03871627820654039, "his": 0.30105820273885364, "their": 0.26234192453231325}, "stephen": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "stepped": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "stepping": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "steps": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "steve": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "stevens": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "still": {"his - their": -0.04184906844421854, "his": 0.32056944242160135, "their": 0.3624185108658199}, "sting": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "stint": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "stipe": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "stirring": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "stitches": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "stock": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "stockpiling": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "stole": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "stomach": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "stone": {"his - their": -0.05306366746302546, "his": 0.20759058985548443, "their": 0.2606542573185099}, "stop": {"his - their": 0.008256493554034738, "his": 0.31143187428060454, "their": 0.3031753807265698}, "stopped": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "store": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "stories": {"his - their": -0.006021439384602034, "his": 0.32249643607652395, "their": 0.328517875461126}, "story": {"his - their": -0.060310286135407176, "his": 0.2608634586693646, "their": 0.3211737448047718}, "storytellers": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "stout": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "straight": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "straightforward": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "strained": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "strange": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "strategies": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "strategy": {"his - their": -0.03484099679122754, "his": 0.2683415765692464, "their": 0.30318257336047394}, "straughn": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "strawberries": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "streak": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "stream": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "street": {"his - their": -0.038009917914895996, "his": 0.29493681375769776, "their": 0.33294673167259375}, "streets": {"his - their": -0.006082761926622382, "his": 0.28372664962401584, "their": 0.2898094115506382}, "strength": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "strengthened": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "strengths": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "strictly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "strike": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "striker": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "striking": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "strong": {"his - their": -0.06270986057648809, "his": 0.2729423369862242, "their": 0.3356521975627123}, "strongly": {"his - their": -0.052540022525990576, "his": 0.22172749392921956, "their": 0.27426751645521014}, "struck": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "struggle": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "struggled": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "struggles": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "struggling": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "stuck": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "student": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "students": {"his - their": 0.015441305097655678, "his": 0.2864571996429975, "their": 0.2710158945453418}, "studied": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "studies": {"his - their": -0.0062718453259111295, "his": 0.2905099485095768, "their": 0.2967817938354879}, "study": {"his - their": -0.04595892110803429, "his": 0.25405380456650983, "their": 0.3000127256745441}, "stuff": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "sturridge": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "style": {"his - their": 0.07600665178135696, "his": 0.34296051049609816, "their": 0.2669538587147412}, "stylistic": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "subdued": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "subject": {"his - their": 0.011136261128767255, "his": 0.3122781412574042, "their": 0.30114188012863696}, "subjected": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "subjects": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "submission": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "submitting": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "subscription": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "substance": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "substantially": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "subtrigonal": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "subversive": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "success": {"his - their": -0.006021439384602034, "his": 0.32249643607652395, "their": 0.328517875461126}, "successful": {"his - their": 0.04438629253177245, "his": 0.3186538089869826, "their": 0.27426751645521014}, "successfully": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "such": {"his - their": -0.017092019060967578, "his": 0.35929851058290657, "their": 0.37639052964387415}, "sudden": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "suddenly": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "suffered": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "suffering": {"his - their": 0.04422249936193723, "his": 0.3272449960467882, "their": 0.28302249668485097}, "sufficiently": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "suggest": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "suggested": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "suggests": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "suicide": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "suitable": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "suited": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "sullen": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sullivan": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "summer": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "summerville": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "summie": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "sun": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "sunday": {"his - their": -0.00595871935451564, "his": 0.31146969894424825, "their": 0.3174284182987639}, "super": {"his - their": -0.08094917565421941, "his": 0.23082795267724424, "their": 0.31177712833146365}, "supply": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "supplying": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "support": {"his - their": 0.012735662696223171, "his": 0.3456611756989749, "their": 0.33292551300275175}, "supporters": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "supportive": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "supposed": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "suppression": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "sure": {"his - their": -0.006613482683452965, "his": 0.3360369496371372, "their": 0.34265043232059017}, "surface": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "surgeon": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "surprised": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "surprising": {"his - their": -0.006029555338299353, "his": 0.26092430337644185, "their": 0.2669538587147412}, "surrounds": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "surveillance": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "survival": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "survive": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "survived": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "survivors": {"his - their": -0.05282339628178456, "his": 0.21413046243295664, "their": 0.2669538587147412}, "susan": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "suspect": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "suspected": {"his - their": -0.03527466486390213, "his": 0.2545347466867361, "their": 0.2898094115506382}, "suspects": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "suspend": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "swamps": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "swapped": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "swarm": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "swarming": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "sweet": {"his - their": -0.02721132473057608, "his": 0.29729565757311877, "their": 0.32450698230369485}, "swim": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "swoop": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "syrian": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "system": {"his - their": -0.006293080617642166, "his": 0.3386173179332978, "their": 0.34491039855093997}, "t": {"his - their": -0.004918025062748077, "his": 0.34638345322592956, "their": 0.35130147828867764}, "table": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "tables": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "tackle": {"his - their": -0.006029555338299353, "his": 0.26092430337644185, "their": 0.2669538587147412}, "taider": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "take": {"his - their": -0.034368158338242916, "his": 0.31632504574832065, "their": 0.35069320408656357}, "taken": {"his - their": -0.006718202036071652, "his": 0.32986345585522847, "their": 0.3365816578913001}, "takeover": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "takes": {"his - their": 0.023053741380411052, "his": 0.29000760009515225, "their": 0.2669538587147412}, "taking": {"his - their": -0.039287224018010214, "his": 0.32682249789240303, "their": 0.36610972191041324}, "talent": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "talented": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "talk": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "talking": {"his - their": -0.023518243093938462, "his": 0.29493681375769776, "their": 0.3184550568516362}, "talks": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "tamsulosin": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "tank": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "target": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "targets": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "task": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "tasked": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "tasks": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "tasman": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "taste": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "tatum": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "taxes": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "taxi": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "taxis": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "tbd": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "teach": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "teacher": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "teachers": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "teaching": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "teachings": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "team": {"his - their": -0.01706670339862021, "his": 0.30482313408061507, "their": 0.3218898374792353}, "teammate": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "teammates": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "teams": {"his - their": 0.025764288362951193, "his": 0.3082503044939569, "their": 0.2824860161310057}, "tear": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "tec": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "technical": {"his - their": -0.005991722141439115, "his": 0.29000760009515225, "their": 0.29599932223659137}, "technically": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "techniques": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "technological": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "technologies": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "technology": {"his - their": -0.006416702858079826, "his": 0.29675867786849, "their": 0.3031753807265698}, "teenaged": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "teens": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "tehran": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "telegraph": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "telephonic": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "telescope": {"his - their": -0.006270982922542384, "his": 0.2438774769135583, "their": 0.2501484598361007}, "television": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "tell": {"his - their": -0.006244085092705798, "his": 0.3079019637817704, "their": 0.3141460488744762}, "telling": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "tells": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "telly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "temperament": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "tempted": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "tend": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "tends": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "tensions": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "term": {"his - their": -0.03346359642247276, "his": 0.303894973684048, "their": 0.33735857010652076}, "terms": {"his - their": -0.05679205516051605, "his": 0.2545347466867361, "their": 0.31132680184725214}, "terrible": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "terrified": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "terrifying": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "terror": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "terrorism": {"his - their": -0.006029555338299353, "his": 0.26092430337644185, "their": 0.2669538587147412}, "terrorist": {"his - their": -0.006536244803773322, "his": 0.18019359999239262, "their": 0.18672984479616594}, "terrorists": {"his - their": -0.006161619265062562, "his": 0.20759058985548443, "their": 0.213752209120547}, "tesla": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "test": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "testimony": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "testing": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "texas": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "text": {"his - their": 0.023053741380411052, "his": 0.29000760009515225, "their": 0.2669538587147412}, "than": {"his - their": -0.06290927387357559, "his": 0.33000322215350053, "their": 0.3929124960270761}, "thank": {"his - their": -0.006082761926622382, "his": 0.28372664962401584, "their": 0.2898094115506382}, "thanks": {"his - their": -0.05090137046352328, "his": 0.2864571996429975, "their": 0.33735857010652076}, "that": {"his - their": -0.025064283345673177, "his": 0.3196370494312882, "their": 0.34470133277696136}, "thatch": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "thaw": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "the": {"his - their": -0.0064512325991710195, "his": 0.22577581404710395, "their": 0.23222704664627497}, "theatre": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "their": {"his - their": -0.09567959622708994, "his": 0.3456257890335945, "their": 0.4413053852606844}, "them": {"his - their": -0.024348911277105312, "his": 0.3554446438597931, "their": 0.3797935551368984}, "theme": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "themed": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "themselves": {"his - their": -0.03989144282819268, "his": 0.3184975236970695, "their": 0.3583889665252622}, "then": {"his - their": -0.003051662646136599, "his": 0.3752530334555529, "their": 0.3783046961016895}, "theories": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "theorised": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "theory": {"his - their": 0.015467867715324546, "his": 0.3272449960467882, "their": 0.31177712833146365}, "there": {"his - their": -0.011566801165917906, "his": 0.3595603972682, "their": 0.3711271984341179}, "therefore": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "theresa": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "these": {"his - their": -0.02895248908088849, "his": 0.3508410660560099, "their": 0.3797935551368984}, "they": {"his - their": -0.0560195602138755, "his": 0.3279088321100296, "their": 0.3839283923239051}, "thickness": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "thieves": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "thimble": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "thing": {"his - their": -0.006708696703833061, "his": 0.30315875905856965, "their": 0.3098674557624027}, "things": {"his - their": 0.005012417277840242, "his": 0.3599965212269165, "their": 0.35498410394907626}, "think": {"his - their": -0.021353849576018824, "his": 0.325851622235204, "their": 0.3472054718112228}, "thinkers": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "thinking": {"his - their": 0.011186801659374634, "his": 0.3286152199581385, "their": 0.3174284182987639}, "thinks": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "third": {"his - their": -0.03427995315303073, "his": 0.2799907674896025, "their": 0.31427072064263323}, "thirty": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "this": {"his - their": 0.0011782293569828073, "his": 0.37383902969408817, "their": 0.37266080033710536}, "thomas": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "those": {"his - their": -0.04412501487378939, "his": 0.3138349972857401, "their": 0.3579600121595295}, "though": {"his - their": 0.0024812575400703363, "his": 0.32612538487522247, "their": 0.32364412733515213}, "thought": {"his - their": 0.004630881099917883, "his": 0.3144983368623206, "their": 0.3098674557624027}, "thoughtful": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "thoughts": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "thousands": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "thread": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "threads": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "threats": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "three": {"his - their": -0.03752558179784249, "his": 0.319367369443316, "their": 0.3568929512411585}, "thrilled": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "thrilling": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "thrives": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "through": {"his - their": -0.0011922829597504903, "his": 0.3550399531461563, "their": 0.35623223610590676}, "throughout": {"his - their": -0.006314939177564316, "his": 0.3274725911341891, "their": 0.3337875303117534}, "throw": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "throws": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "thunder": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "thursday": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "thus": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "ticket": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "tickets": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "tide": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "ties": {"his - their": -0.005886915787355174, "his": 0.29729565757311877, "their": 0.30318257336047394}, "tight": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "tim": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "time": {"his - their": 0.011958362704565073, "his": 0.3823231454513738, "their": 0.37036478274680873}, "times": {"his - their": -0.027958929127811172, "his": 0.310029905078553, "their": 0.33798883420636416}, "timing": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "timothy": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "tinned": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "tiptoeing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "tired": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "titled": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "titles": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "to": {"his - their": -0.006885973144323598, "his": 0.29178229423378793, "their": 0.29866826737811153}, "today": {"his - their": -0.034019732765765864, "his": 0.2876820494645667, "their": 0.3217017822303326}, "together": {"his - their": 0.0019313913592463594, "his": 0.3540443741947732, "their": 0.35211298283552683}, "tokyo": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "told": {"his - their": -0.016105823946344522, "his": 0.31505915132696094, "their": 0.33116497527330546}, "toll": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "tom": {"his - their": 0.023086203692173568, "his": 0.2781953231227214, "their": 0.2551091194305478}, "tomorrow": {"his - their": 0.023086203692173568, "his": 0.2781953231227214, "their": 0.2551091194305478}, "tone": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "too": {"his - their": -0.04719614833719049, "his": 0.3025984671288764, "their": 0.3497946154660669}, "took": {"his - their": -0.019660591635513036, "his": 0.2861551268900425, "their": 0.30581571852555556}, "tool": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "top": {"his - their": -0.0068086824136528445, "his": 0.29709511914241216, "their": 0.303903801556065}, "topical": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "topless": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "toronto": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "tortured": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "toshimitsu": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "total": {"his - their": -0.006199233631964285, "his": 0.24890988579858353, "their": 0.2551091194305478}, "totaled": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "touch": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "touchstone": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "tough": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "tour": {"his - their": -0.05345652580702223, "his": 0.19669193402907845, "their": 0.2501484598361007}, "tourist": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "tours": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "toward": {"his - their": -0.03359138119019883, "his": 0.30019614912155457, "their": 0.3337875303117534}, "towards": {"his - their": -0.00595871935451564, "his": 0.31146969894424825, "their": 0.3174284182987639}, "town": {"his - their": -0.046818360659325764, "his": 0.23124476146370732, "their": 0.2780631221230331}, "toxic": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "toy": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "track": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "tracy": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "trade": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "traded": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "tradeoffs": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "tradition": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "traditional": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "traffic": {"his - their": 0.06980335671561813, "his": 0.29000760009515225, "their": 0.22020424337953412}, "trail": {"his - their": 0.06980335671561813, "his": 0.29000760009515225, "their": 0.22020424337953412}, "trailing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "train": {"his - their": 0.06933417724967558, "his": 0.30601442023554437, "their": 0.2366802429858688}, "trained": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "trainers": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "training": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "transfer": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "transferred": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "transgressive": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "transitioned": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "transporting": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "trauma": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "travel": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "travelling": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "treat": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "treated": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "treatment": {"his - their": -0.03628549588098531, "his": 0.2212480823743244, "their": 0.2575335782553097}, "tremble": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "tremendous": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "tremendum": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "trends": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "trey": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "trial": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "tried": {"his - their": 0.006275606301870351, "his": 0.3240994525940826, "their": 0.3178238462922123}, "tries": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "trigger": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "trilateral": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "trip": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "trips": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "troops": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "trouble": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "truck": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "true": {"his - their": -0.017437807416750883, "his": 0.3274725911341891, "their": 0.34491039855093997}, "truly": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "trump": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "trust": {"his - their": -0.006050438917176326, "his": 0.3052763629300758, "their": 0.31132680184725214}, "truth": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "try": {"his - their": -0.02728755120298415, "his": 0.33110141532227805, "their": 0.3583889665252622}, "trying": {"his - their": -0.017668347779117355, "his": 0.31798384978359495, "their": 0.3356521975627123}, "tuesday": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "tumultuous": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "tune": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "tuned": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "turbat": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "turbulence": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "ture": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "turn": {"his - their": 0.025653749094893763, "his": 0.3267956292235307, "their": 0.30114188012863696}, "turned": {"his - their": -0.023241512531050168, "his": 0.3052763629300758, "their": 0.328517875461126}, "turns": {"his - their": 0.022991923550693405, "his": 0.30601442023554437, "their": 0.28302249668485097}, "turp": {"his - their": -0.006073780946577484, "his": 0.21413046243295664, "their": 0.22020424337953412}, "tv": {"his - their": -0.04479122583711015, "his": 0.28372664962401584, "their": 0.328517875461126}, "tweet": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "tweeted": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "tweets": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "twelve": {"his - their": 0.0407825375661891, "his": 0.2545347466867361, "their": 0.213752209120547}, "twenty": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "twitter": {"his - their": 0.03303709194761112, "his": 0.2849875809691552, "their": 0.2519504890215441}, "two": {"his - their": -0.04667084609132355, "his": 0.32980631376516983, "their": 0.3764771598564934}, "tyler": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "type": {"his - their": -0.02742081820361164, "his": 0.29000760009515225, "their": 0.3174284182987639}, "typed": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "types": {"his - their": -0.08186885980363473, "his": 0.21413046243295664, "their": 0.29599932223659137}, "typos": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "u": {"his - their": -0.1240529459993927, "his": 0.16501751046318985, "their": 0.28907045646258256}, "ugly": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "uk": {"his - their": -0.056504114922322046, "his": 0.26092430337644185, "their": 0.3174284182987639}, "ultimately": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "um": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "unable": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "unappreciated": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "unavoidable": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "unbiased": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "uncertain": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "uncertainty": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "unclassified": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "uncommunicative": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "uncredited": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "undeniable": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "under": {"his - their": -0.03775543509312329, "his": 0.29340954018018217, "their": 0.33116497527330546}, "undercover": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "undercut": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "undergo": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "underground": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "undermined": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "underneath": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "underrated": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "understand": {"his - their": -0.02802299621182025, "his": 0.26875879762366767, "their": 0.2967817938354879}, "understood": {"his - their": 0.02293792686711954, "his": 0.31694061999072276, "their": 0.2940026931236032}, "undone": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "unemployed": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "unenticing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "uneven": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "unfair": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "unfathomable": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "unfold": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "unfortunate": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "unfortunately": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "unidentified": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "uniform": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "uniforms": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "unimaginable": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "union": {"his - their": -0.08145507943125438, "his": 0.22172749392921956, "their": 0.30318257336047394}, "unique": {"his - their": -0.052540022525990576, "his": 0.22172749392921956, "their": 0.27426751645521014}, "unit": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "unite": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "united": {"his - their": 0.008276157595657196, "his": 0.3148355185232827, "their": 0.3065593609276255}, "units": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "unity": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "universal": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "universe": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "university": {"his - their": -0.020780730938422642, "his": 0.3079019637817704, "their": 0.32868269472019307}, "unless": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "unnoticed": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "unparalleled": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "unpleasant": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "unpredictable": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "unproven": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "unrest": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "unruly": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "unsettled": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "unsolved": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "unstated": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "until": {"his - their": -0.04479122583711015, "his": 0.28372664962401584, "their": 0.328517875461126}, "unto": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "unwanted": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "unwelcome": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "unwritten": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "up": {"his - their": -0.01173523945938143, "his": 0.35469858556108264, "their": 0.36643382502046407}, "update": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "upheaval": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "upon": {"his - their": 0.0905647530609194, "his": 0.3272449960467882, "their": 0.2366802429858688}, "uppity": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "upset": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "uranium": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "urban": {"his - their": 0.02307239230550595, "his": 0.28372664962401584, "their": 0.2606542573185099}, "urbanism": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "urolithiasis": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "us": {"his - their": -0.014111675607074492, "his": 0.32600721847497255, "their": 0.34011889408204704}, "usa": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "usage": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "usd": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "use": {"his - their": -0.03130466015331901, "his": 0.27700457870860395, "their": 0.30830923886192296}, "used": {"his - their": -0.04732079443896653, "his": 0.29988467737225627, "their": 0.3472054718112228}, "useful": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "user": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "users": {"his - their": 0.023104120977488346, "his": 0.26875879762366767, "their": 0.24565467664617932}, "uses": {"his - their": 0.015461875778337297, "his": 0.29982068409429524, "their": 0.28435880831595794}, "using": {"his - their": -0.019324980170928208, "his": 0.2997737601428049, "their": 0.3190987403137331}, "usual": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "usually": {"his - their": -0.0739831287743899, "his": 0.2545347466867361, "their": 0.328517875461126}, "utah": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "utter": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "v": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "va": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "vaccines": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "valid": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "validity": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "valuable": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "value": {"his - their": -0.03507501886014952, "his": 0.26092430337644185, "their": 0.29599932223659137}, "valued": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "vapourised": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "variable": {"his - their": -0.006161619265062562, "his": 0.20759058985548443, "their": 0.213752209120547}, "variables": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "variance": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "variances": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "variety": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "various": {"his - their": -0.10190817688912288, "his": 0.23931834707801256, "their": 0.34122652396713543}, "varying": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "vast": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "ve": {"his - their": -0.024851071168172423, "his": 0.30694000737060945, "their": 0.33179107853878187}, "vehicle": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "vehicles": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "veneer": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "venezuelan": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "venezuelans": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "verbally": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "verne": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "versatile": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "verse": {"his - their": 0.04478835392159708, "his": 0.29493681375769776, "their": 0.2501484598361007}, "version": {"his - their": -0.04538725125080856, "his": 0.26875879762366767, "their": 0.3141460488744762}, "verumontanum": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "very": {"his - their": -0.021440161111716538, "his": 0.35580638356324085, "their": 0.3772465446749574}, "via": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "vice": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "vicious": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "victims": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "victor": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "victory": {"his - their": 0.015467867715324546, "his": 0.3272449960467882, "their": 0.31177712833146365}, "videos": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "view": {"his - their": -0.023518243093938462, "his": 0.29493681375769776, "their": 0.3184550568516362}, "views": {"his - their": -0.04479122583711015, "his": 0.28372664962401584, "their": 0.328517875461126}, "villalba": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "violence": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "violent": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "virginity": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "virtual": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "virus": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "visibility": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "visible": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "vision": {"his - their": -0.005991722141439115, "his": 0.29000760009515225, "their": 0.29599932223659137}, "visions": {"his - their": -0.052540022525990576, "his": 0.22172749392921956, "their": 0.27426751645521014}, "visit": {"his - their": 0.023086203692173568, "his": 0.2781953231227214, "their": 0.2551091194305478}, "visited": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "vlogs": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "vocal": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "vocalist": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "vociferous": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "vogue": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "voice": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "voices": {"his - their": 0.022991923550693405, "his": 0.30601442023554437, "their": 0.28302249668485097}, "vol": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "volunteer": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "vote": {"his - their": -0.10329795586580726, "his": 0.21413046243295664, "their": 0.3174284182987639}, "voters": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "vs": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "vulnerable": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "w": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "waaay": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "wade": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "wafa": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "wait": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "waiter": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "waiting": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "waitress": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "walk": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "walking": {"his - their": -0.005608857719390903, "his": 0.31694061999072276, "their": 0.32254947771011366}, "wall": {"his - their": -0.05764399313471033, "his": 0.23514648971842964, "their": 0.29279048285313997}, "waller": {"his - their": -0.006073780946577484, "his": 0.21413046243295664, "their": 0.22020424337953412}, "walls": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "wander": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "want": {"his - their": -0.006594652323407779, "his": 0.3290752197301635, "their": 0.3356698720535713}, "wanted": {"his - their": -0.023743669050465155, "his": 0.2864571996429975, "their": 0.31020086869346264}, "wanting": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "wants": {"his - their": -0.006050438917176326, "his": 0.3052763629300758, "their": 0.31132680184725214}, "war": {"his - their": -0.046740656213931725, "his": 0.2333438228756264, "their": 0.28008447908955814}, "warfarin": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "warm": {"his - their": 0.04039780124392006, "his": 0.2883519534743822, "their": 0.24795415223046213}, "warmed": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "warning": {"his - their": -0.08394498959796537, "his": 0.17358858865734433, "their": 0.2575335782553097}, "wars": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "wartime": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "was": {"his - their": -0.006375519713237965, "his": 0.3412899897302085, "their": 0.3476655094434465}, "washington": {"his - their": 0.06933417724967558, "his": 0.30601442023554437, "their": 0.2366802429858688}, "wasn": {"his - their": 0.025728585017197936, "his": 0.3148355185232827, "their": 0.28910693350608474}, "waste": {"his - their": 0.047674680428227645, "his": 0.3082503044939569, "their": 0.26057562406572926}, "watch": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "watchdogs": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "watched": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "watching": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "water": {"his - their": -0.03048275694427305, "his": 0.3024427560584787, "their": 0.33292551300275175}, "waterfront": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "waterstones": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "watson": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "wave": {"his - their": -0.006552693795120246, "his": 0.2243832407947984, "their": 0.23093593458991865}, "wavelength": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "way": {"his - their": 0.006484092095349281, "his": 0.3535369219405576, "their": 0.3470528298452083}, "ways": {"his - their": -0.04423859566564281, "his": 0.29729565757311877, "their": 0.3415342532387616}, "wcc10": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "we": {"his - their": -0.01925658084743226, "his": 0.3293831120913848, "their": 0.3486396929388171}, "weakest": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "weaknesses": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "wealth": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "weapons": {"his - their": -0.03419752423573147, "his": 0.2883519534743822, "their": 0.32254947771011366}, "wears": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "weaselled": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "weaving": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "web": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "webb": {"his - their": -0.006431545559065555, "his": 0.18777187204743392, "their": 0.19420341760649948}, "website": {"his - their": -0.04501314536412693, "his": 0.2781953231227214, "their": 0.3232084684868483}, "websites": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "weddings": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "wednesday": {"his - their": 0.02302814111790863, "his": 0.29729565757311877, "their": 0.27426751645521014}, "wee": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "week": {"his - their": -0.03440789149301904, "his": 0.3166709297611084, "their": 0.3510788212541274}, "weekend": {"his - their": 0.022991923550693405, "his": 0.30601442023554437, "their": 0.28302249668485097}, "weeks": {"his - their": -0.005803063204479986, "his": 0.277219433480371, "their": 0.28302249668485097}, "weep": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "weigh": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "weighed": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "weight": {"his - their": 0.015455697621605924, "his": 0.29493681375769776, "their": 0.27948111613609183}, "well": {"his - their": -0.007122029151565845, "his": 0.35501470499636345, "their": 0.3621367341479293}, "wells": {"his - their": -0.005852290308624553, "his": 0.23082795267724424, "their": 0.2366802429858688}, "went": {"his - their": -0.006390244220846553, "his": 0.2827166892852382, "their": 0.28910693350608474}, "were": {"his - their": -0.021344251501956124, "his": 0.32275907899253714, "their": 0.34410333049449326}, "weren": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "west": {"his - their": -0.030390405134535947, "his": 0.30526179242817636, "their": 0.3356521975627123}, "westerberg": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "western": {"his - their": -0.02307477423020099, "his": 0.31146969894424825, "their": 0.33454447317444924}, "whale": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "what": {"his - their": -0.041055615492402664, "his": 0.33330423905939227, "their": 0.37435985455179493}, "whatever": {"his - their": -0.08186885980363473, "his": 0.21413046243295664, "their": 0.29599932223659137}, "when": {"his - their": -0.011895623202469785, "his": 0.34936221752485364, "their": 0.3612578407273234}, "where": {"his - their": -0.007115765122314155, "his": 0.35050141352343445, "their": 0.3576171786457486}, "whether": {"his - their": -0.039100902443955365, "his": 0.2647561369944714, "their": 0.3038570394384268}, "which": {"his - their": -0.015573970918673796, "his": 0.3550805641353377, "their": 0.37065453505401147}, "while": {"his - their": -0.017662595890099053, "his": 0.34994286172485284, "their": 0.3676054576149519}, "whiled": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "whilst": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "whim": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "white": {"his - their": -0.04042892210459581, "his": 0.30526179242817636, "their": 0.34569071453277217}, "who": {"his - their": 0.008049017427407545, "his": 0.3773813167786679, "their": 0.36933229935126033}, "whole": {"his - their": -0.020780730938422642, "his": 0.3079019637817704, "their": 0.32868269472019307}, "whom": {"his - their": 0.04053919049450219, "his": 0.277219433480371, "their": 0.2366802429858688}, "whose": {"his - their": -0.006131793771208316, "his": 0.29982068409429524, "their": 0.30595247786550356}, "why": {"his - their": -0.03355797314097764, "his": 0.3374144122934683, "their": 0.37097238543444594}, "wicked": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "wide": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "wider": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "widows": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "wife": {"his - their": 0.011186801659374634, "his": 0.3286152199581385, "their": 0.3174284182987639}, "wild": {"his - their": -0.005972512232850086, "his": 0.22172749392921956, "their": 0.22770000616206965}, "will": {"his - their": -0.022344754370100528, "his": 0.345386786034438, "their": 0.36773154040453854}, "william": {"his - their": 0.022991923550693405, "his": 0.30601442023554437, "their": 0.28302249668485097}, "willing": {"his - their": -0.08094917565421941, "his": 0.23082795267724424, "their": 0.31177712833146365}, "wilma": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "wilson": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "win": {"his - their": -0.04501314536412693, "his": 0.2781953231227214, "their": 0.3232084684868483}, "window": {"his - their": 0.06980335671561813, "his": 0.29000760009515225, "their": 0.22020424337953412}, "windows": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "wing": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "winning": {"his - their": 0.008340572371894506, "his": 0.3267956292235307, "their": 0.3184550568516362}, "wins": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "wipe": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "wipes": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "wisdom": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "wise": {"his - their": 0.015467867715324546, "his": 0.3272449960467882, "their": 0.31177712833146365}, "wish": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "wished": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "with": {"his - their": -0.014149047706435769, "his": 0.35838769960907507, "their": 0.37253674731551084}, "within": {"his - their": -0.0063471774559245575, "his": 0.3352720864671003, "their": 0.3416192639230249}, "without": {"his - their": -0.006718202036071652, "his": 0.32986345585522847, "their": 0.3365816578913001}, "withstood": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "witnessing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "wolford": {"his - their": -0.006073780946577484, "his": 0.21413046243295664, "their": 0.22020424337953412}, "woman": {"his - their": -0.05219454400760673, "his": 0.23082795267724424, "their": 0.28302249668485097}, "women": {"his - their": 0.008184668665675243, "his": 0.2997737601428049, "their": 0.29158909147712964}, "won": {"his - their": -0.04967022677704813, "his": 0.3024427560584787, "their": 0.35211298283552683}, "wonder": {"his - their": -0.02721132473057608, "his": 0.29729565757311877, "their": 0.32450698230369485}, "wondered": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "wonderful": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "wondering": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "word": {"his - their": -0.03667712223881428, "his": 0.20789743566772212, "their": 0.2445745579065364}, "words": {"his - their": -0.03574283736857234, "his": 0.23931834707801256, "their": 0.2750611844465849}, "work": {"his - their": 0.00969751776308514, "his": 0.36955331367036814, "their": 0.359855795907283}, "worked": {"his - their": 0.022991923550693405, "his": 0.30601442023554437, "their": 0.28302249668485097}, "worker": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "working": {"his - their": -0.075054378975033, "his": 0.23514648971842964, "their": 0.31020086869346264}, "workout": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "works": {"his - their": 0.038460090713987816, "his": 0.32094610684499353, "their": 0.2824860161310057}, "workshops": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "world": {"his - their": -0.012896735439151152, "his": 0.34148189551107966, "their": 0.3543786309502308}, "worldcat": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "worried": {"his - their": -0.005925939885963738, "his": 0.2683415765692464, "their": 0.27426751645521014}, "worries": {"his - their": 0.04018253497438434, "his": 0.30347244834814374, "their": 0.2632899133737594}, "worrisome": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "worry": {"his - their": -0.006163485193236562, "his": 0.2781953231227214, "their": 0.28435880831595794}, "worse": {"his - their": -0.020544609460620478, "his": 0.3171052373826128, "their": 0.3376498468432333}, "worsening": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "worst": {"his - their": -0.005762708095919278, "his": 0.30601442023554437, "their": 0.31177712833146365}, "worth": {"his - their": -0.1347325318080917, "his": 0.21413046243295664, "their": 0.34886299424104833}, "would": {"his - their": -0.02690856726989116, "his": 0.3239202863782684, "their": 0.3508288536481596}, "wouldn": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "wraparound": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "write": {"his - their": -0.03455769485109267, "his": 0.277219433480371, "their": 0.31177712833146365}, "writer": {"his - their": 0.040720059996907726, "his": 0.26092430337644185, "their": 0.22020424337953412}, "writers": {"his - their": 0.06959565141104912, "his": 0.29729565757311877, "their": 0.22770000616206965}, "writes": {"his - their": -0.03484099679122754, "his": 0.2683415765692464, "their": 0.30318257336047394}, "writing": {"his - their": 0.011169634229271808, "his": 0.32249643607652395, "their": 0.31132680184725214}, "written": {"his - their": 0.015470376707656885, "his": 0.31146969894424825, "their": 0.29599932223659137}, "wrong": {"his - their": -0.08094917565421941, "his": 0.23082795267724424, "their": 0.31177712833146365}, "wrote": {"his - their": 0.008276157595657196, "his": 0.3148355185232827, "their": 0.3065593609276255}, "wuhan": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "www": {"his - their": -0.05575371132123158, "his": 0.277219433480371, "their": 0.33297314480160256}, "x": {"his - their": 0.023086203692173568, "his": 0.2781953231227214, "their": 0.2551091194305478}, "xi": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "xiaoming": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "yahoo": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "yeah": {"his - their": -0.08029838828809999, "his": 0.24225108942201368, "their": 0.32254947771011366}, "year": {"his - their": -0.013730465575218231, "his": 0.31279427897293177, "their": 0.32652474454815}, "years": {"his - their": -0.01718795727469624, "his": 0.34533410617333576, "their": 0.362522063448032}, "yellow": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "yes": {"his - their": 0.023053741380411052, "his": 0.29000760009515225, "their": 0.2669538587147412}, "yet": {"his - their": 0.002627371632868969, "his": 0.34061620583923313, "their": 0.33798883420636416}, "yielded": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "yo": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "yoing": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "yong": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "yonhap": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "york": {"his - their": 0.008136466975966594, "his": 0.2925170640390346, "their": 0.284380597063068}, "yorker": {"his - their": -0.005650739649221026, "his": 0.2883519534743822, "their": 0.2940026931236032}, "you": {"his - their": -0.03157331984642697, "his": 0.30916848204039665, "their": 0.3407418018868236}, "young": {"his - their": 0.014812177140302862, "his": 0.33651395937063544, "their": 0.3217017822303326}, "younger": {"his - their": -0.005446985795672876, "his": 0.30347244834814374, "their": 0.3089194341438166}, "your": {"his - their": -0.037527761125510484, "his": 0.3101180793156343, "their": 0.34764584044114477}, "yourself": {"his - their": -0.03484099679122754, "his": 0.2683415765692464, "their": 0.30318257336047394}, "yourselves": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "youtube": {"his - their": -0.051751603701589544, "his": 0.24225108942201368, "their": 0.2940026931236032}, "yrs": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "yulia": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "zack": {"his - their": -0.0055031090561965534, "his": 0.25778680431756285, "their": 0.2632899133737594}, "zakharova": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}, "zarif": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "zealand": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "zero": {"his - their": -0.05113262982625377, "his": 0.25778680431756285, "their": 0.3089194341438166}, "zone": {"his - their": -0.08278918210701339, "his": 0.19669193402907845, "their": 0.27948111613609183}, "zoning": {"his - their": -0.005703062808448456, "his": 0.24225108942201368, "their": 0.24795415223046213}, "\u03c0": {"his - their": -0.005186953195075172, "his": 0.28291987659744894, "their": 0.2881068297925241}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-his-them.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-his-them.json new file mode 100644 index 0000000000000000000000000000000000000000..6f105032ae06575a50ca60415f7aaadf53e09178 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-his-them.json @@ -0,0 +1 @@ +{"0": {"his - them": -0.011356452041139664, "his": 0.2821992296752414, "them": 0.2935556817163811}, "000": {"his - them": -0.023034765945257996, "his": 0.3024427560584787, "them": 0.3254775220037367}, "04": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "08": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "1": {"his - them": -0.011759191602117969, "his": 0.31566017611950514, "them": 0.3274193677216231}, "10": {"his - them": -0.018583189221326346, "his": 0.30482313408061507, "them": 0.3234063233019414}, "100": {"his - them": -0.0722129445110703, "his": 0.2876820494645667, "them": 0.359894993975637}, "10bn": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "11": {"his - them": -0.09681384761747958, "his": 0.21413046243295664, "them": 0.3109443100504362}, "12": {"his - them": -0.10638513603499669, "his": 0.2277228393295231, "them": 0.3341079753645198}, "13": {"his - them": -0.0311359573808902, "his": 0.2905099485095768, "them": 0.321645905890467}, "1300": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "14": {"his - them": -0.0311359573808902, "his": 0.2905099485095768, "them": 0.321645905890467}, "15": {"his - them": -0.014111236548788375, "his": 0.29675867786849, "them": 0.31086991441727835}, "16": {"his - them": 4.931875905278549e-05, "his": 0.2905099485095768, "them": 0.290460629750524}, "17": {"his - them": -0.0722129445110703, "his": 0.2876820494645667, "them": 0.359894993975637}, "170": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "18": {"his - them": 0.0003876728982117328, "his": 0.3052763629300758, "them": 0.3048886900318641}, "1874": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "18usd": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "19": {"his - them": -0.05155389747711314, "his": 0.23129772441340857, "them": 0.2828516218905217}, "1904": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "1928": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "1932": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "1953": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "1968": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "1983": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "1987": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "1995": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "19th": {"his - them": -0.0007488618763617505, "his": 0.2545347466867361, "them": 0.25528360856309784}, "2": {"his - them": -0.04481504411522841, "his": 0.3083085671779966, "them": 0.353123611293225}, "20": {"his - them": -0.017552455504354247, "his": 0.3321445745671022, "them": 0.34969703007145647}, "200": {"his - them": -0.09729810017637966, "his": 0.20759058985548443, "them": 0.3048886900318641}, "2001": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "2002": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "2003": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "2006": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "2007": {"his - them": -0.08123149080005165, "his": 0.2545347466867361, "them": 0.33576623748678774}, "2008": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "2009": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "2010": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "2011": {"his - them": 0.017299352344785912, "his": 0.29675867786849, "them": 0.27945932552370406}, "2012": {"his - them": 0.0003876728982117328, "his": 0.3052763629300758, "them": 0.3048886900318641}, "2014": {"his - them": 0.028480789111988924, "his": 0.29000760009515225, "them": 0.2615268109831633}, "2016": {"his - them": -0.03680027716027784, "his": 0.3079019637817704, "them": 0.34470224094204827}, "2017": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "2019": {"his - them": -0.04739634855020669, "his": 0.21413046243295664, "them": 0.2615268109831633}, "20th": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "21": {"his - them": -0.12683080782106074, "his": 0.22172749392921956, "them": 0.3485583017502803}, "21st": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "22": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "23": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "235": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "24": {"his - them": -0.050353943345127994, "his": 0.2545347466867361, "them": 0.3048886900318641}, "25": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "25th": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "27": {"his - them": -0.04739634855020669, "his": 0.21413046243295664, "them": 0.2615268109831633}, "28": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "29": {"his - them": 0.049992754366977976, "his": 0.3052763629300758, "them": 0.25528360856309784}, "2nd": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "3": {"his - them": -0.03306251920540948, "his": 0.32056944242160135, "them": 0.3536319616270108}, "30": {"his - them": -0.053117865517858964, "his": 0.2646525991610589, "them": 0.31777046467891784}, "300": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "31": {"his - them": -0.05126264417716153, "his": 0.29729565757311877, "them": 0.3485583017502803}, "37": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "38": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "39": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "3rd": {"his - them": -0.050355926528162204, "his": 0.14717802136501823, "them": 0.19753394789318043}, "4": {"his - them": 0.02462007763342755, "his": 0.34164352571164797, "them": 0.3170234480782204}, "40": {"his - them": -0.0007488618763617505, "his": 0.2545347466867361, "them": 0.25528360856309784}, "400": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "40th": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "41": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "42": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "43": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "44": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "45": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "451": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "48": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "5": {"his - them": -0.02949124257912078, "his": 0.32061324950389486, "them": 0.35010449208301564}, "50": {"his - them": 0.02833353107241951, "his": 0.26875879762366767, "them": 0.24042526655124816}, "58": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "5m": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "6": {"his - them": 0.0081865769729208, "his": 0.3216512617671031, "them": 0.3134646847941823}, "60": {"his - them": -0.12817564763130332, "his": 0.20759058985548443, "them": 0.33576623748678774}, "67": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "69p": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "6moy": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "6th": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "7": {"his - them": -0.031963268208026585, "his": 0.34235505327434973, "them": 0.3743183214823763}, "74": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "75": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "76ers": {"his - them": -0.02036562252580776, "his": 0.30601442023554437, "them": 0.32638004276135213}, "7th": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "8": {"his - them": -0.028530100492663968, "his": 0.32986345585522847, "them": 0.35839355634789244}, "81st": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "884": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "89": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "9": {"his - them": -0.0218506091237754, "his": 0.2646525991610589, "them": 0.2865032082848343}, "90": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "914": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "972": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "98": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "a": {"his - them": -0.045104171725820874, "his": 0.29941666781917853, "them": 0.3445208395449994}, "abel": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "abilities": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "ability": {"his - them": -0.07438369578593107, "his": 0.29000760009515225, "them": 0.3643912958810833}, "able": {"his - them": -0.05861390635361319, "his": 0.310029905078553, "them": 0.3686438114321662}, "about": {"his - them": -0.058197417725776246, "his": 0.34289158226244276, "them": 0.401088999988219}, "above": {"his - them": -0.050646493975359363, "his": 0.24890988579858353, "them": 0.2995563797739429}, "abrams": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "abs": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "absolutely": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "absorbed": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "absurd": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "abundance": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "abuse": {"his - them": -0.07871194080911931, "his": 0.2883519534743822, "them": 0.3670638942835015}, "accelerated": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "accept": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "acceptance": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "accepting": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "access": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "accomplish": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "accord": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "according": {"his - them": -0.000680830122431475, "his": 0.26232463479285395, "them": 0.2630054649152854}, "account": {"his - them": -0.15026083344812668, "his": 0.21413046243295664, "them": 0.3643912958810833}, "accounted": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "accounts": {"his - them": -0.1275581061620446, "his": 0.21413046243295664, "them": 0.34168856859500124}, "accuracy": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "accurate": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "accusations": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "achieve": {"his - them": 0.000682026027947702, "his": 0.3186538089869826, "them": 0.3179717829590349}, "achieved": {"his - them": -0.02093670995528396, "his": 0.29000760009515225, "them": 0.3109443100504362}, "acknowledge": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "acquaintances": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "acquiescence": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "across": {"his - them": -0.05235395037330709, "his": 0.2781953231227214, "them": 0.3305492734960285}, "act": {"his - them": -0.028750923226462943, "his": 0.32094610684499353, "them": 0.34969703007145647}, "acted": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "acting": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "action": {"his - them": -0.0013010465061397136, "his": 0.23129772441340857, "them": 0.23259877091954828}, "actions": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "activates": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "active": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "activities": {"his - them": -0.07742474571497165, "his": 0.24805277628876504, "them": 0.3254775220037367}, "activity": {"his - them": -0.08289587162000811, "his": 0.23129772441340857, "them": 0.3141935960334167}, "actor": {"his - them": 0.028443041060917995, "his": 0.28372664962401584, "them": 0.25528360856309784}, "actors": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "acts": {"his - them": -0.02136105665122151, "his": 0.2781953231227214, "them": 0.2995563797739429}, "actual": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "actually": {"his - them": -0.010008522770437178, "his": 0.3240994525940826, "them": 0.3341079753645198}, "adapt": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "added": {"his - them": 0.06779790686810225, "his": 0.2849875809691552, "them": 0.21718967410105297}, "adding": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "addition": {"his - them": -0.11024208893567394, "his": 0.2646525991610589, "them": 0.3748946880967328}, "additional": {"his - them": -0.021539629799087523, "his": 0.27324495010796984, "them": 0.29478457990705736}, "address": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "addressed": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "addressing": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "adds": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "adequacy": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "administration": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "administrative": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "admired": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "admission": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "admitted": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "adoring": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "ads": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "adult": {"his - them": -0.04818377472034496, "his": 0.19669193402907845, "them": 0.2448757087494234}, "advanced": {"his - them": -0.050646493975359363, "his": 0.24890988579858353, "them": 0.2995563797739429}, "advantage": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "advantages": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "adversaries": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "advertisers": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "advisability": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "advisable": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "advocates": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "affected": {"his - them": -0.0807642652185594, "his": 0.26092430337644185, "them": 0.34168856859500124}, "affecting": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "afford": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "afloat": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "afraid": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "africa": {"his - them": -0.053330137364052066, "his": 0.2608634586693646, "them": 0.3141935960334167}, "african": {"his - them": -0.02377434279019075, "his": 0.21228052598818783, "them": 0.23605486877837858}, "africans": {"his - them": -0.047693018707613416, "his": 0.20759058985548443, "them": 0.25528360856309784}, "after": {"his - them": -0.0252394052487947, "his": 0.3561255266123399, "them": 0.3813649318611346}, "afterthought": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "again": {"his - them": -0.017958073632414806, "his": 0.321315902018461, "them": 0.3392739756508758}, "against": {"his - them": -0.029116612375721995, "his": 0.3283204455014834, "them": 0.3574370578772054}, "agape": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "age": {"his - them": -0.05288710826679932, "his": 0.26875879762366767, "them": 0.321645905890467}, "agencies": {"his - them": -0.02093670995528396, "his": 0.29000760009515225, "them": 0.3109443100504362}, "agenda": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "agent": {"his - them": -0.029904492763297708, "his": 0.3186538089869826, "them": 0.3485583017502803}, "agents": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "aggressive": {"his - them": -0.02036562252580776, "his": 0.30601442023554437, "them": 0.32638004276135213}, "ago": {"his - them": -0.017958073632414806, "his": 0.321315902018461, "them": 0.3392739756508758}, "agree": {"his - them": -0.05075909230524317, "his": 0.30601442023554437, "them": 0.35677351254078754}, "agriculture": {"his - them": -0.04875653144209882, "his": 0.18384223947744946, "them": 0.23259877091954828}, "ahead": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "aid": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "aides": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "aim": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "aimed": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "air": {"his - them": -0.022116186293094142, "his": 0.2573431392306099, "them": 0.27945932552370406}, "al": {"his - them": 0.028369241358546432, "his": 0.27324495010796984, "them": 0.2448757087494234}, "aladdin": {"his - them": -0.047952670566414, "his": 0.20183687379407528, "them": 0.24978954436048928}, "alana": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "alarmed": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "albeit": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "alborz": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "alchemy": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "alcohol": {"his - them": -0.030489874556711927, "his": 0.3052763629300758, "them": 0.33576623748678774}, "aldous": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "alex": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "alfred": {"his - them": 0.017493561350346853, "his": 0.3122781412574042, "them": 0.29478457990705736}, "algorithm": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "algorithms": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "alien": {"his - them": -0.021539629799087523, "his": 0.27324495010796984, "them": 0.29478457990705736}, "alienation": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "aliens": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "all": {"his - them": -0.024021115651071734, "his": 0.3713218872234405, "them": 0.39534300287451224}, "alleged": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "alleviate": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "alliances": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "allied": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "allies": {"his - them": 0.028587491269990606, "his": 0.31694061999072276, "them": 0.28835312872073215}, "allow": {"his - them": -0.05248135158536049, "his": 0.3186538089869826, "them": 0.3711351605723431}, "allowed": {"his - them": -0.10404081619066047, "his": 0.2545347466867361, "them": 0.35857556287739656}, "allowing": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "almost": {"his - them": -0.023264543926171666, "his": 0.33926515555167014, "them": 0.3625296994778418}, "alone": {"his - them": -0.05075909230524317, "his": 0.30601442023554437, "them": 0.35677351254078754}, "along": {"his - them": -0.05036373173047404, "his": 0.31333312113746126, "them": 0.3636968528679353}, "alongside": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "aloof": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "alpha": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "already": {"his - them": -0.03745587652972415, "his": 0.32682249789240303, "them": 0.3642783744221272}, "also": {"his - them": -0.049159480676485456, "his": 0.3601906895339208, "them": 0.40935017021040626}, "although": {"his - them": -0.05893007553867596, "his": 0.3053482988834512, "them": 0.3642783744221272}, "always": {"his - them": -0.04539142735310758, "his": 0.30315875905856965, "them": 0.34855018641167723}, "am": {"his - them": -0.03779547253916998, "his": 0.2876820494645667, "them": 0.3254775220037367}, "amber": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "amendment": {"his - them": -0.04858204624736512, "his": 0.18777187204743392, "them": 0.23635391829479904}, "america": {"his - them": -0.05168096849984899, "his": 0.29000760009515225, "them": 0.34168856859500124}, "american": {"his - them": -0.04485676894389512, "his": 0.3125433846054362, "them": 0.3574001535493313}, "americans": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "amnews": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "among": {"his - them": -0.045944621246239326, "his": 0.29340954018018217, "them": 0.3393541614264215}, "amongst": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "amount": {"his - them": -0.05203958786277191, "his": 0.28372664962401584, "them": 0.33576623748678774}, "amounted": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "amour": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "an": {"his - them": -0.03798000462478418, "his": 0.3822794764418103, "them": 0.4202594810665945}, "analysis": {"his - them": -0.05203958786277191, "his": 0.28372664962401584, "them": 0.33576623748678774}, "analytical": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "analyzing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "ananias": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "anchor": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "ancient": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "and": {"his - them": -0.041758312855868784, "his": 0.2849547796823935, "them": 0.3267130925382623}, "andrew": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "angeles": {"his - them": 4.931875905278549e-05, "his": 0.2905099485095768, "them": 0.290460629750524}, "anger": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "angry": {"his - them": 0.028587491269990606, "his": 0.31694061999072276, "them": 0.28835312872073215}, "angst": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "animals": {"his - them": -0.12498526363901893, "his": 0.2277228393295231, "them": 0.35270810296854205}, "announcing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "annoying": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "anonymity": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "another": {"his - them": -0.02824179527544929, "his": 0.3463916838169403, "them": 0.3746334790923896}, "answer": {"his - them": -0.021878302937445304, "his": 0.3315727306463931, "them": 0.3534510335838384}, "answered": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "answers": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "antenna": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "anthony": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "anti": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "anticipated": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "anticipation": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "antidepressants": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "antoni": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "antonin": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "anxiety": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "any": {"his - them": -0.07983704690105581, "his": 0.32378673581106054, "them": 0.40362378271211635}, "anymore": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "anyone": {"his - them": 0.017441334031246425, "his": 0.3079019637817704, "them": 0.290460629750524}, "anything": {"his - them": 0.049992754366977976, "his": 0.3052763629300758, "them": 0.25528360856309784}, "anywhere": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "apart": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "apartment": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "apollo": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "apostles": {"his - them": -0.09926572553131144, "his": 0.18019359999239262, "them": 0.27945932552370406}, "apparently": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "appear": {"his - them": 0.0005253888938120399, "his": 0.31146969894424825, "them": 0.3109443100504362}, "appearance": {"his - them": 0.04987665040100403, "his": 0.3186538089869826, "them": 0.26877715858597856}, "applications": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "applied": {"his - them": -0.07955407906041656, "his": 0.277219433480371, "them": 0.35677351254078754}, "apply": {"his - them": -0.05012327429277874, "his": 0.31694061999072276, "them": 0.3670638942835015}, "appointing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "appointments": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "appreciate": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "appreciated": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "appreciative": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "approached": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "approaches": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "appropriately": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "approval": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "april": {"his - them": 0.028405778762232103, "his": 0.2781953231227214, "them": 0.24978954436048928}, "arabian": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "arcane": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "architects": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "archived": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "are": {"his - them": -0.06142988183173098, "his": 0.3481003590539266, "them": 0.4095302408856576}, "area": {"his - them": -0.11156449120497358, "his": 0.2509652082728682, "them": 0.3625296994778418}, "areas": {"his - them": -0.02136105665122151, "his": 0.2781953231227214, "them": 0.2995563797739429}, "aren": {"his - them": -0.13974819837830318, "his": 0.23514648971842964, "them": 0.3748946880967328}, "arguably": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "argue": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "argued": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "argument": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "ariane": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "arise": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "arising": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "arm": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "armed": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "army": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "around": {"his - them": -0.03986242869342116, "his": 0.34631089970715034, "them": 0.3861733284005715}, "arranged": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "array": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "arrival": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "arrive": {"his - them": -0.07318230480776, "his": 0.30601442023554437, "them": 0.3791967250433044}, "arrived": {"his - them": 0.049992754366977976, "his": 0.3052763629300758, "them": 0.25528360856309784}, "arrives": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "arsonist": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "art": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "arthur": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "article": {"his - them": -0.05203958786277191, "his": 0.28372664962401584, "them": 0.33576623748678774}, "artificial": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "artist": {"his - them": 4.931875905278549e-05, "his": 0.2905099485095768, "them": 0.290460629750524}, "artists": {"his - them": 0.0008649532854360653, "his": 0.3272449960467882, "them": 0.32638004276135213}, "as": {"his - them": -0.031117294761389247, "his": 0.35217755849146826, "them": 0.3832948532528575}, "ascent": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "asia": {"his - them": -0.047693018707613416, "his": 0.20759058985548443, "them": 0.25528360856309784}, "asian": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "ask": {"his - them": -0.03094227504064906, "his": 0.29493681375769776, "them": 0.3258790887983468}, "asked": {"his - them": -0.013875490994869843, "his": 0.303894973684048, "them": 0.31777046467891784}, "aspect": {"his - them": -0.07871194080911931, "his": 0.2883519534743822, "them": 0.3670638942835015}, "aspects": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "assessment": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "assists": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "associated": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "association": {"his - them": 0.028405778762232103, "his": 0.2781953231227214, "them": 0.24978954436048928}, "assume": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "assumed": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "assumes": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "assumptions": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "assurance": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "astronomy": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "at": {"his - them": -0.02672919855365352, "his": 0.3721460477249538, "them": 0.3988752462786073}, "atlanta": {"his - them": -0.0007488618763617505, "his": 0.2545347466867361, "them": 0.25528360856309784}, "atlantic": {"his - them": -0.050020006673994366, "his": 0.26092430337644185, "them": 0.3109443100504362}, "atmospheres": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "atom": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "atoms": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "attack": {"his - them": 0.031960492509567895, "his": 0.3082503044939569, "them": 0.276289811984389}, "attacked": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "attacking": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "attacks": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "attempt": {"his - them": 0.00026430432035234874, "his": 0.29982068409429524, "them": 0.2995563797739429}, "attend": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "attitude": {"his - them": -0.05126264417716153, "his": 0.29729565757311877, "them": 0.3485583017502803}, "attractions": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "attributes": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "auction": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "audition": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "auditioning": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "auditions": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "august": {"his - them": -0.048392167726266005, "his": 0.19203309882498215, "them": 0.24042526655124816}, "aussie": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "australian": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "authenticate": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "authentication": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "author": {"his - them": 0.0005253888938120399, "his": 0.31146969894424825, "them": 0.3109443100504362}, "authorities": {"his - them": -0.048392167726266005, "his": 0.19203309882498215, "them": 0.24042526655124816}, "authority": {"his - them": -0.0802167251810339, "his": 0.2683415765692464, "them": 0.3485583017502803}, "available": {"his - them": 0.0951862344145479, "his": 0.31798384978359495, "them": 0.22279761536904705}, "avatar": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "average": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "averaging": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "avoid": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "avoidance": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "avoided": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "avoiding": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "awaited": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "award": {"his - them": -0.021162040407848248, "his": 0.28372664962401584, "them": 0.3048886900318641}, "awards": {"his - them": -0.04739634855020669, "his": 0.21413046243295664, "them": 0.2615268109831633}, "away": {"his - them": -0.044195500092759354, "his": 0.3240994525940826, "them": 0.368294952686842}, "awe": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "awful": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "awkwardness": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "azad": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "azira": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "ba": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "baby": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "bachelor": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "back": {"his - them": -0.02911002428368259, "his": 0.35339911699262927, "them": 0.38250914127631186}, "background": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "bacon": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "bad": {"his - them": -0.05235395037330709, "his": 0.2781953231227214, "them": 0.3305492734960285}, "badboys": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "bail": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "balance": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "balanced": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "ball": {"his - them": -0.0006025076067214807, "his": 0.26092430337644185, "them": 0.2615268109831633}, "ballerina": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "ban": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "band": {"his - them": -0.0009982318358651154, "his": 0.2438774769135583, "them": 0.2448757087494234}, "bang": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "bank": {"his - them": -0.022455101232432273, "his": 0.24805277628876504, "them": 0.2705078775211973}, "banned": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "bans": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "barco": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "barely": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "baring": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "barrel": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "barring": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "bars": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "based": {"his - them": -0.010451829119574152, "his": 0.310029905078553, "them": 0.32048173419812714}, "basic": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "basically": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "basis": {"his - them": -0.12918715476926837, "his": 0.19669193402907845, "them": 0.3258790887983468}, "baskervilles": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "basketball": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "battery": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "battle": {"his - them": 0.049992754366977976, "his": 0.3052763629300758, "them": 0.25528360856309784}, "battles": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "bay": {"his - them": -0.04739634855020669, "his": 0.21413046243295664, "them": 0.2615268109831633}, "bayiha": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "bbc": {"his - them": 0.028587491269990606, "his": 0.31694061999072276, "them": 0.28835312872073215}, "bc": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "be": {"his - them": -0.06220367157419465, "his": 0.3231588854570355, "them": 0.3853625570312302}, "beal": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "bearded": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "beasts": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "beat": {"his - them": -0.12918715476926837, "his": 0.19669193402907845, "them": 0.3258790887983468}, "beaten": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "beating": {"his - them": -0.02036562252580776, "his": 0.30601442023554437, "them": 0.32638004276135213}, "beautiful": {"his - them": -0.050020006673994366, "his": 0.26092430337644185, "them": 0.3109443100504362}, "beauty": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "became": {"his - them": -0.07194460418439935, "his": 0.29982068409429524, "them": 0.3717652882786946}, "because": {"his - them": -0.061946955794052516, "his": 0.3353481200159261, "them": 0.39729507580997864}, "become": {"his - them": 0.0012864559885750193, "his": 0.3382742146797844, "them": 0.3369877586912094}, "becomes": {"his - them": -0.02036562252580776, "his": 0.30601442023554437, "them": 0.32638004276135213}, "becoming": {"his - them": -0.05126264417716153, "his": 0.29729565757311877, "them": 0.3485583017502803}, "bedrock": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "been": {"his - them": -0.040050186364539275, "his": 0.35826634784312494, "them": 0.3983165342076642}, "beer": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "bees": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "before": {"his - them": -0.06318463970961868, "his": 0.3613843553425744, "them": 0.4245689950521931}, "began": {"his - them": -0.031628960192362554, "his": 0.2792409542249158, "them": 0.31086991441727835}, "begin": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "beginning": {"his - them": -0.05363034948954315, "his": 0.29982068409429524, "them": 0.3534510335838384}, "begrudgingly": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "behalf": {"his - them": 0.028587491269990606, "his": 0.31694061999072276, "them": 0.28835312872073215}, "behavior": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "behind": {"his - them": -0.013875490994869843, "his": 0.303894973684048, "them": 0.31777046467891784}, "being": {"his - them": -0.044589111650941704, "his": 0.3239786041362341, "them": 0.3685677157871758}, "belief": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "believe": {"his - them": -0.040450266403063706, "his": 0.3267956292235307, "them": 0.36724589562659443}, "believed": {"his - them": 0.0003876728982117328, "his": 0.3052763629300758, "them": 0.3048886900318641}, "believers": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "believes": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "believing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "bello": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "bellota": {"his - them": -0.09624428902981533, "his": 0.22172749392921956, "them": 0.3179717829590349}, "bemoans": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "ben": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "bench": {"his - them": -0.021539629799087523, "his": 0.27324495010796984, "them": 0.29478457990705736}, "beneath": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "beneficiaries": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "benefit": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "benevolence": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "benz": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "best": {"his - them": -0.02817648752649804, "his": 0.35966153498762593, "them": 0.38783802251412397}, "bet": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "better": {"his - them": -0.07030657401495122, "his": 0.31894018534357266, "them": 0.3892467593585239}, "between": {"his - them": -0.03673926083718926, "his": 0.31743007665984263, "them": 0.3541693374970319}, "bewildered": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "bibendum": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "bible": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "biblically": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "big": {"his - them": -0.047607444661018794, "his": 0.3166709297611084, "them": 0.3642783744221272}, "biggest": {"his - them": -0.0802167251810339, "his": 0.2683415765692464, "them": 0.3485583017502803}, "bill": {"his - them": -0.02093670995528396, "his": 0.29000760009515225, "them": 0.3109443100504362}, "billion": {"his - them": -0.052618090606259715, "his": 0.21031126694610414, "them": 0.26292935755236385}, "billions": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "bird": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "birth": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "birthday": {"his - them": -0.050020006673994366, "his": 0.26092430337644185, "them": 0.3109443100504362}, "bit": {"his - them": -0.03203033820815565, "his": 0.2700654962191465, "them": 0.30209583442730215}, "bite": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "bitter": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "black": {"his - them": -0.07676483613390989, "his": 0.2573431392306099, "them": 0.3341079753645198}, "blameless": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "blast": {"his - them": -0.07871194080911931, "his": 0.2883519534743822, "them": 0.3670638942835015}, "blasting": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "blessed": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "blessing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "blisters": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "blocking": {"his - them": -0.02036562252580776, "his": 0.30601442023554437, "them": 0.32638004276135213}, "blog": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "blogs": {"his - them": -0.05126264417716153, "his": 0.29729565757311877, "them": 0.3485583017502803}, "blood": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "bluntly": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "board": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "boasts": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "bodies": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "body": {"his - them": -0.10454114778525486, "his": 0.24890988579858353, "them": 0.3534510335838384}, "boldly": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "bomb": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "bombing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "bond": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "bones": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "boogie": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "book": {"his - them": 0.024160388500781227, "his": 0.3066203058299522, "them": 0.282459917329171}, "booked": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "books": {"his - them": -0.0002183712987882669, "his": 0.2792409542249158, "them": 0.27945932552370406}, "borgen": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "boring": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "bot": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "both": {"his - them": -0.05343427751511304, "his": 0.3599965212269165, "them": 0.41343079874202954}, "bots": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "bottle": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "bottom": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "bought": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "bounceback": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "box": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "boy": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "boys": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "bradbury": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "brahms": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "branch": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "branches": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "brault": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "brave": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "break": {"his - them": -0.03021886965075299, "his": 0.31146969894424825, "them": 0.34168856859500124}, "breakfast": {"his - them": -0.04739634855020669, "his": 0.21413046243295664, "them": 0.2615268109831633}, "breaking": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "breakup": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "breezily": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "brett": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "briefly": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "bright": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "brighter": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "brilliant": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "brindisa": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "bring": {"his - them": 0.0004864893652246627, "his": 0.3082503044939569, "them": 0.30776381512873224}, "bringing": {"his - them": -0.03021886965075299, "his": 0.31146969894424825, "them": 0.34168856859500124}, "brings": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "brisbane": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "brisvegas": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "britain": {"his - them": 0.049992754366977976, "his": 0.3052763629300758, "them": 0.25528360856309784}, "british": {"his - them": 0.05006110500827435, "his": 0.29493681375769776, "them": 0.2448757087494234}, "broad": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "broadcast": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "broadway": {"his - them": -0.047693018707613416, "his": 0.20759058985548443, "them": 0.25528360856309784}, "broken": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "bronx": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "brother": {"his - them": 0.028480789111988924, "his": 0.29000760009515225, "them": 0.2615268109831633}, "brothers": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "brought": {"his - them": -0.05363034948954315, "his": 0.29982068409429524, "them": 0.3534510335838384}, "brow": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "brown": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "browne": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "brutal": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "bubbling": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "bug": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "build": {"his - them": -0.05392561562818132, "his": 0.29493681375769776, "them": 0.3488624293858791}, "building": {"his - them": -0.08123149080005165, "his": 0.2545347466867361, "them": 0.33576623748678774}, "buildings": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "built": {"his - them": 0.028443041060917995, "his": 0.28372664962401584, "them": 0.25528360856309784}, "bunch": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "bureau": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "burke": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "burn": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "burst": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "bus": {"his - them": -0.051906571189590606, "his": 0.2243832407947984, "them": 0.276289811984389}, "buses": {"his - them": -0.0008796585619057495, "his": 0.24890988579858353, "them": 0.24978954436048928}, "bush": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "business": {"his - them": -0.05443563158369813, "his": 0.2864571996429975, "them": 0.3408928312266956}, "busy": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "but": {"his - them": -0.06416099884237308, "his": 0.34981051876285774, "them": 0.4139715176052308}, "button": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "buuuuuuuzzzzzzzzz": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "buy": {"his - them": -0.021701832126856335, "his": 0.26875879762366767, "them": 0.290460629750524}, "buying": {"his - them": -0.09729810017637966, "his": 0.20759058985548443, "them": 0.3048886900318641}, "by": {"his - them": -0.053244083379624885, "his": 0.35235657658677805, "them": 0.40560065996640293}, "c": {"his - them": -0.0003715618348417715, "his": 0.2729423369862242, "them": 0.273313898821066}, "cadaver": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "calcium": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "calculation": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "californication": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "call": {"his - them": -0.07624023206563674, "his": 0.2646525991610589, "them": 0.3408928312266956}, "called": {"his - them": -0.0281605213619478, "his": 0.34807586535673996, "them": 0.37623638671868775}, "calling": {"his - them": 0.028480789111988924, "his": 0.29000760009515225, "them": 0.2615268109831633}, "calls": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "calming": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "came": {"his - them": -0.028241424784989977, "his": 0.3360369496371372, "them": 0.3642783744221272}, "camp": {"his - them": -0.04906834516663991, "his": 0.17678628255392168, "them": 0.22585462772056158}, "camps": {"his - them": -0.001207428576369407, "his": 0.23514648971842964, "them": 0.23635391829479904}, "campsite": {"his - them": -0.050020006673994366, "his": 0.26092430337644185, "them": 0.3109443100504362}, "can": {"his - them": -0.06550419816728048, "his": 0.3321005428521811, "them": 0.3976047410194616}, "canada": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "candidate": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "candidates": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "cannabis": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "cannot": {"his - them": -0.05075909230524317, "his": 0.30601442023554437, "them": 0.35677351254078754}, "canyon": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "capabilities": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "capable": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "capacity": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "capital": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "captivating": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "captured": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "car": {"his - them": 0.017061409937238647, "his": 0.2799907674896025, "them": 0.26292935755236385}, "card": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "care": {"his - them": -0.10574634150826598, "his": 0.23514648971842964, "them": 0.3408928312266956}, "cared": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "career": {"his - them": -0.029904492763297708, "his": 0.3186538089869826, "them": 0.3485583017502803}, "careful": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "caring": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "carpet": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "carried": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "carry": {"his - them": -0.09842753092554185, "his": 0.19203309882498215, "them": 0.290460629750524}, "case": {"his - them": -0.00653257537371521, "his": 0.3311695114700051, "them": 0.33770208684372033}, "cases": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "cassidy": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "categorically": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "catholic": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "catholicism": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "cats": {"his - them": 0.0005253888938120399, "his": 0.31146969894424825, "them": 0.3109443100504362}, "cause": {"his - them": -0.10364477766341607, "his": 0.26734230513624613, "them": 0.3709870827996622}, "caused": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "causing": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "cavaliers": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "cbd": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "ceaseless": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "ceiling": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "celebrating": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "celtics": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "census": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "center": {"his - them": -0.03072858940173323, "his": 0.29982068409429524, "them": 0.3305492734960285}, "centered": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "central": {"his - them": -0.0008796585619057495, "his": 0.24890988579858353, "them": 0.24978954436048928}, "centre": {"his - them": 0.0171741719433694, "his": 0.2876820494645667, "them": 0.2705078775211973}, "century": {"his - them": -0.03805330221458564, "his": 0.2824284319835415, "them": 0.32048173419812714}, "certain": {"his - them": -0.03094227504064906, "his": 0.29493681375769776, "them": 0.3258790887983468}, "certainly": {"his - them": -0.05807417496872713, "his": 0.31798384978359495, "them": 0.3760580247523221}, "challenges": {"his - them": -0.05012327429277874, "his": 0.31694061999072276, "them": 0.3670638942835015}, "challenging": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "chance": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "chances": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "change": {"his - them": -0.02334002534636387, "his": 0.2948235721257267, "them": 0.31816359747209055}, "changed": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "changes": {"his - them": -0.05126264417716153, "his": 0.29729565757311877, "them": 0.3485583017502803}, "channel": {"his - them": -0.02036562252580776, "his": 0.30601442023554437, "them": 0.32638004276135213}, "channels": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "chaos": {"his - them": -0.0006025076067214807, "his": 0.26092430337644185, "them": 0.2615268109831633}, "chaotic": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "chapel": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "chapter": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "character": {"his - them": -0.05466005089608178, "his": 0.3171052373826128, "them": 0.3717652882786946}, "characteristic": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "characteristics": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "characterized": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "charge": {"his - them": -0.02036562252580776, "his": 0.30601442023554437, "them": 0.32638004276135213}, "charges": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "charity": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "charles": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "charting": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "chatrie": {"his - them": -0.04818377472034496, "his": 0.19669193402907845, "them": 0.2448757087494234}, "chatty": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "cheapest": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "check": {"his - them": -0.1287123997019532, "his": 0.20183687379407528, "them": 0.3305492734960285}, "checked": {"his - them": 0.028587491269990606, "his": 0.31694061999072276, "them": 0.28835312872073215}, "cheering": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "chef": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "chemical": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "chicago": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "chief": {"his - them": -0.047952670566414, "his": 0.20183687379407528, "them": 0.24978954436048928}, "child": {"his - them": -0.09809264587797892, "his": 0.19669193402907845, "them": 0.29478457990705736}, "childhood": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "children": {"his - them": -0.07451783865640438, "his": 0.2647561369944714, "them": 0.3392739756508758}, "chimpanzee": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "china": {"his - them": -0.024125452955530202, "his": 0.20286195157514636, "them": 0.22698740453067656}, "chinese": {"his - them": -0.021988163221157098, "his": 0.2608634586693646, "them": 0.2828516218905217}, "chocolate": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "choice": {"his - them": -0.08123149080005165, "his": 0.2545347466867361, "them": 0.33576623748678774}, "chopin": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "chores": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "chris": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "christ": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "christian": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "christianity": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "church": {"his - them": -0.05518368948518243, "his": 0.22727622784398854, "them": 0.282459917329171}, "circle": {"his - them": -0.07955407906041656, "his": 0.277219433480371, "them": 0.35677351254078754}, "circumstances": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "cited": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "cities": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "citizens": {"his - them": -0.09624428902981533, "his": 0.22172749392921956, "them": 0.3179717829590349}, "city": {"his - them": -0.024510198070738398, "his": 0.31004104690147327, "them": 0.33455124497221167}, "civic": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "civilization": {"his - them": -0.05012327429277874, "his": 0.31694061999072276, "them": 0.3670638942835015}, "claim": {"his - them": -0.047693018707613416, "his": 0.20759058985548443, "them": 0.25528360856309784}, "claimed": {"his - them": 0.028443041060917995, "his": 0.28372664962401584, "them": 0.25528360856309784}, "claims": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "clarke": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "class": {"his - them": -0.02093670995528396, "his": 0.29000760009515225, "them": 0.3109443100504362}, "classifier": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "clear": {"his - them": -0.03718008378596965, "his": 0.30019614912155457, "them": 0.3373762329075242}, "clearly": {"his - them": -0.02036562252580776, "his": 0.30601442023554437, "them": 0.32638004276135213}, "climbing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "clippers": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "close": {"his - them": -0.09624428902981533, "his": 0.22172749392921956, "them": 0.3179717829590349}, "closed": {"his - them": -0.08163938769744494, "his": 0.24890988579858353, "them": 0.3305492734960285}, "closer": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "closest": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "clouded": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "club": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "clue": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "clutchest": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "co": {"his - them": -0.050020006673994366, "his": 0.26092430337644185, "them": 0.3109443100504362}, "coach": {"his - them": -0.03147690674817849, "his": 0.2827166892852382, "them": 0.3141935960334167}, "coached": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "coast": {"his - them": -0.001388769828994857, "his": 0.2277228393295231, "them": 0.22911160915851797}, "coastal": {"his - them": -0.0008796585619057495, "his": 0.24890988579858353, "them": 0.24978954436048928}, "coleman": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "coll": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "colleagues": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "collected": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "collecting": {"his - them": -0.12481280486148782, "his": 0.24225108942201368, "them": 0.3670638942835015}, "collection": {"his - them": 0.05008468195832863, "his": 0.2905099485095768, "them": 0.24042526655124816}, "collective": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "college": {"his - them": -0.030489874556711927, "his": 0.3052763629300758, "them": 0.33576623748678774}, "collide": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "colonels": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "colonial": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "colonialism": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "columbia": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "com": {"his - them": -0.017552455504354247, "his": 0.3321445745671022, "them": 0.34969703007145647}, "comb": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "combination": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "combine": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "come": {"his - them": -0.010601760835437679, "his": 0.3485341184698423, "them": 0.35913587930527996}, "comedians": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "comedy": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "comes": {"his - them": -0.03285715014616397, "his": 0.3386173179332978, "them": 0.3714744680794618}, "comical": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "coming": {"his - them": -0.041446725577499566, "his": 0.3082503044939569, "them": 0.34969703007145647}, "commences": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "comment": {"his - them": -0.10454114778525486, "his": 0.24890988579858353, "them": 0.3534510335838384}, "commentary": {"his - them": -0.029904492763297708, "his": 0.3186538089869826, "them": 0.3485583017502803}, "comments": {"his - them": -0.14940766664312352, "his": 0.22172749392921956, "them": 0.3711351605723431}, "commercializing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "commitments": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "commits": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "common": {"his - them": -0.04127622868793751, "his": 0.31143187428060454, "them": 0.35270810296854205}, "commonly": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "communicate": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "communicated": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "communications": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "communicative": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "community": {"his - them": -0.03792774632507384, "his": 0.2849875809691552, "them": 0.32291532729422906}, "company": {"his - them": -0.1168487567727367, "his": 0.25553028539290007, "them": 0.3723790421656368}, "comparing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "compassionate": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "compelling": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "competent": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "competition": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "complementing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "complete": {"his - them": 0.05576569604277609, "his": 0.3386173179332978, "them": 0.2828516218905217}, "completed": {"his - them": -0.07438369578593107, "his": 0.29000760009515225, "them": 0.3643912958810833}, "completely": {"his - them": -0.029904492763297708, "his": 0.3186538089869826, "them": 0.3485583017502803}, "completing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "complex": {"his - them": -0.05392561562818132, "his": 0.29493681375769776, "them": 0.3488624293858791}, "comprehensive": {"his - them": 0.028587491269990606, "his": 0.31694061999072276, "them": 0.28835312872073215}, "compromise": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "compulsion": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "computers": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "conceded": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "conceivable": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "conceived": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "concern": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "concerns": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "concluded": {"his - them": 0.0005253888938120399, "his": 0.31146969894424825, "them": 0.3109443100504362}, "conditions": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "conducted": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "conduit": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "conference": {"his - them": -0.01743601650144172, "his": 0.3352720864671003, "them": 0.35270810296854205}, "confess": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "confidence": {"his - them": -0.05195172899651618, "his": 0.3272449960467882, "them": 0.3791967250433044}, "confirm": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "confirming": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "conflict": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "congregation": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "congress": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "connection": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "connections": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "consequence": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "consequences": {"his - them": -0.07955407906041656, "his": 0.277219433480371, "them": 0.35677351254078754}, "consequently": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "conservative": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "consider": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "considered": {"his - them": -0.055241569643507515, "his": 0.2729423369862242, "them": 0.32818390662973174}, "considering": {"his - them": -0.02036562252580776, "his": 0.30601442023554437, "them": 0.32638004276135213}, "consistent": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "consolation": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "conspiracy": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "constant": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "constantly": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "constituted": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "constitutes": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "constitutional": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "constitutionality": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "constraints": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "construction": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "consulted": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "consumer": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "consumption": {"his - them": -0.10454114778525486, "his": 0.24890988579858353, "them": 0.3534510335838384}, "contact": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "contain": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "contains": {"his - them": -0.12961280706548484, "his": 0.19203309882498215, "them": 0.321645905890467}, "contemporary": {"his - them": -0.07871194080911931, "his": 0.2883519534743822, "them": 0.3670638942835015}, "content": {"his - them": 0.0003876728982117328, "his": 0.3052763629300758, "them": 0.3048886900318641}, "contention": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "contest": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "continue": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "continued": {"his - them": -0.08470251401205037, "his": 0.30019614912155457, "them": 0.38489866313360493}, "continues": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "continuing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "contouring": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "contrary": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "contributed": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "contribution": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "control": {"his - them": -0.05203958786277191, "his": 0.28372664962401584, "them": 0.33576623748678774}, "controlled": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "controlling": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "conversation": {"his - them": 0.000682026027947702, "his": 0.3186538089869826, "them": 0.3179717829590349}, "conversations": {"his - them": 0.028587491269990606, "his": 0.31694061999072276, "them": 0.28835312872073215}, "conveyed": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "convictions": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "convince": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "cookies": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "coordinated": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "copa": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "cops": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "cordial": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "core": {"his - them": -0.013073348636862714, "his": 0.3286152199581385, "them": 0.34168856859500124}, "corner": {"his - them": -0.02093670995528396, "his": 0.29000760009515225, "them": 0.3109443100504362}, "cornerstone": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "corporate": {"his - them": -0.1275581061620446, "his": 0.21413046243295664, "them": 0.34168856859500124}, "corporation": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "corps": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "correctly": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "correlation": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "corrosive": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "cosmos": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "cost": {"his - them": -0.021988163221157098, "his": 0.2608634586693646, "them": 0.2828516218905217}, "costs": {"his - them": -0.050020006673994366, "his": 0.26092430337644185, "them": 0.3109443100504362}, "could": {"his - them": -0.06023935411989684, "his": 0.3239786041362341, "them": 0.3842179582561309}, "couldn": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "council": {"his - them": -0.05090710299349907, "his": 0.2438774769135583, "them": 0.29478457990705736}, "counselling": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "count": {"his - them": -0.09624428902981533, "his": 0.22172749392921956, "them": 0.3179717829590349}, "counter": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "counterpart": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "countries": {"his - them": -0.050646493975359363, "his": 0.24890988579858353, "them": 0.2995563797739429}, "country": {"his - them": -5.461743906753913e-06, "his": 0.2881909356429434, "them": 0.28819639738685016}, "couple": {"his - them": -0.07624023206563674, "his": 0.2646525991610589, "them": 0.3408928312266956}, "couples": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "course": {"his - them": -0.05742607199941585, "his": 0.3274725911341891, "them": 0.38489866313360493}, "court": {"his - them": -0.0011929293234220761, "his": 0.24080640355828306, "them": 0.24199933288170514}, "courtesy": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "courts": {"his - them": -0.04739634855020669, "his": 0.21413046243295664, "them": 0.2615268109831633}, "cousins": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "coverage": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "covered": {"his - them": -0.12817564763130332, "his": 0.20759058985548443, "them": 0.33576623748678774}, "covering": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "covers": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "cowell": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "coy": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "crack": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "crackerjack": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "crazy": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "create": {"his - them": -0.03094227504064906, "his": 0.29493681375769776, "them": 0.3258790887983468}, "created": {"his - them": -0.050020006673994366, "his": 0.26092430337644185, "them": 0.3109443100504362}, "creating": {"his - them": -0.029904492763297708, "his": 0.3186538089869826, "them": 0.3485583017502803}, "credit": {"his - them": -0.0007488618763617505, "his": 0.2545347466867361, "them": 0.25528360856309784}, "criminal": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "crippling": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "crisis": {"his - them": 0.05008468195832863, "his": 0.2905099485095768, "them": 0.24042526655124816}, "critical": {"his - them": 0.06740243250798081, "his": 0.3122781412574042, "them": 0.2448757087494234}, "criticism": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "cronbach": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "cross": {"his - them": -0.053117865517858964, "his": 0.2646525991610589, "them": 0.31777046467891784}, "crowd": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "cruise": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "crying": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "culpa": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "cultivation": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "cultural": {"his - them": -0.03147690674817849, "his": 0.2827166892852382, "them": 0.3141935960334167}, "culturally": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "culture": {"his - them": -0.09474184299706023, "his": 0.2646525991610589, "them": 0.3593944421581191}, "cultured": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "cup": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "curiosity": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "current": {"his - them": 0.017299352344785912, "his": 0.29675867786849, "them": 0.27945932552370406}, "currently": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "customer": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "customers": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "cut": {"his - them": -0.1275581061620446, "his": 0.21413046243295664, "them": 0.34168856859500124}, "cutting": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "cynicism": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "d": {"his - them": -0.033944243402176666, "his": 0.3166709297611084, "them": 0.35061517316328505}, "dad": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "dai": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "daily": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "dailymail": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "daizaemon": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "daizemon": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "dallas": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "dance": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "dancers": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "dancing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "danger": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "dangerous": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "daniel": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "dante": {"his - them": 0.028587491269990606, "his": 0.31694061999072276, "them": 0.28835312872073215}, "dante\u00e2": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "danville": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "dare": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "dark": {"his - them": 0.06721282751342611, "his": 0.32249643607652395, "them": 0.25528360856309784}, "data": {"his - them": -0.09210715453843124, "his": 0.24244409043378043, "them": 0.33455124497221167}, "date": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "daughter": {"his - them": 0.06747669723052227, "his": 0.3079019637817704, "them": 0.24042526655124816}, "david": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "davis": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "dawah": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "day": {"his - them": -0.03345051190515541, "his": 0.3128921873825674, "them": 0.3463426992877228}, "days": {"his - them": -0.010451829119574152, "his": 0.310029905078553, "them": 0.32048173419812714}, "de": {"his - them": -0.09873133623740035, "his": 0.18777187204743392, "them": 0.2865032082848343}, "deacon": {"his - them": -0.047693018707613416, "his": 0.20759058985548443, "them": 0.25528360856309784}, "deacons": {"his - them": -0.04891800916612535, "his": 0.18019359999239262, "them": 0.22911160915851797}, "deal": {"his - them": -0.03072858940173323, "his": 0.29982068409429524, "them": 0.3305492734960285}, "death": {"his - them": -0.05203958786277191, "his": 0.28372664962401584, "them": 0.33576623748678774}, "debate": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "decades": {"his - them": -0.07525571046111701, "his": 0.2781953231227214, "them": 0.3534510335838384}, "decamp": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "december": {"his - them": -0.047952670566414, "his": 0.20183687379407528, "them": 0.24978954436048928}, "decide": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "decided": {"his - them": -0.036997857542647616, "his": 0.303894973684048, "them": 0.3408928312266956}, "deciding": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "decision": {"his - them": -0.05465954362228603, "his": 0.2827166892852382, "them": 0.3373762329075242}, "decisions": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "declined": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "dedicated": {"his - them": 0.0005253888938120399, "his": 0.31146969894424825, "them": 0.3109443100504362}, "deep": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "deeper": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "deeply": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "defeat": {"his - them": -0.02036562252580776, "his": 0.30601442023554437, "them": 0.32638004276135213}, "defeats": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "defect": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "defend": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "defendant": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "defended": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "defense": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "defensive": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "defensively": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "defiant": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "definitely": {"his - them": -0.09681384761747958, "his": 0.21413046243295664, "them": 0.3109443100504362}, "degree": {"his - them": -0.0006025076067214807, "his": 0.26092430337644185, "them": 0.2615268109831633}, "degrees": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "delays": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "delete": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "deliberation": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "delicacy": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "delicate": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "delight": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "deliver": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "delivered": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "delmarvastudios": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "demand": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "demanding": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "demands": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "demarcus": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "democracy": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "democratic": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "denied": {"his - them": -0.05090710299349907, "his": 0.2438774769135583, "them": 0.29478457990705736}, "denigrated": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "denominator": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "department": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "depend": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "dependable": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "dependent": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "depicting": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "deployments": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "depth": {"his - them": 0.0008649532854360653, "his": 0.3272449960467882, "them": 0.32638004276135213}, "deputy": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "derived": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "derogatory": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "describe": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "described": {"his - them": -0.10454114778525486, "his": 0.24890988579858353, "them": 0.3534510335838384}, "description": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "descriptive": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "deserved": {"his - them": -0.05075909230524317, "his": 0.30601442023554437, "them": 0.35677351254078754}, "deserves": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "design": {"his - them": -0.03896821752641688, "his": 0.26373498156930125, "them": 0.30270319909571813}, "designated": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "designed": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "desires": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "despite": {"his - them": 0.0006419224898659981, "his": 0.3148355185232827, "them": 0.3141935960334167}, "destabilized": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "destination": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "destinie": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "destiny": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "destroy": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "destroys": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "destruct": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "destructive": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "detail": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "detailed": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "detect": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "deteriorate": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "determine": {"his - them": -0.05168096849984899, "his": 0.29000760009515225, "them": 0.34168856859500124}, "detroit": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "devastating": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "develop": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "developing": {"his - them": 0.017739265901571377, "his": 0.33571104886060626, "them": 0.3179717829590349}, "development": {"his - them": -0.03896821752641688, "his": 0.26373498156930125, "them": 0.30270319909571813}, "developments": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "device": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "devices": {"his - them": -0.08314707508775523, "his": 0.2277228393295231, "them": 0.31086991441727835}, "devoid": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "devote": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "devoted": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "diameter": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "diaspora": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "did": {"his - them": -0.03696978101595927, "his": 0.31313471106705637, "them": 0.35010449208301564}, "didn": {"his - them": -0.045944621246239326, "his": 0.29340954018018217, "them": 0.3393541614264215}, "die": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "dies": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "difference": {"his - them": -0.050646493975359363, "his": 0.24890988579858353, "them": 0.2995563797739429}, "different": {"his - them": -0.03805330221458564, "his": 0.2824284319835415, "them": 0.32048173419812714}, "difficult": {"his - them": -0.05195172899651618, "his": 0.3272449960467882, "them": 0.3791967250433044}, "difficulty": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "digital": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "diners": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "dinner": {"his - them": -0.09624428902981533, "his": 0.22172749392921956, "them": 0.3179717829590349}, "dinosaurs": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "direct": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "directed": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "directing": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "direction": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "directly": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "director": {"his - them": -0.0011069194732356014, "his": 0.23931834707801256, "them": 0.24042526655124816}, "disagrees": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "disappeared": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "disarray": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "disbelief": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "disciple": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "disciplined": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "disclosures": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "discoveries": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "discovery": {"his - them": -0.09729810017637966, "his": 0.20759058985548443, "them": 0.3048886900318641}, "discretion": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "discuss": {"his - them": 0.000682026027947702, "his": 0.3186538089869826, "them": 0.3179717829590349}, "discussed": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "discussion": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "disguise": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "disliked": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "dismissed": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "disneynature": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "disobedience": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "disorder": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "disordered": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "dispatched": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "dispel": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "display": {"his - them": -0.02136105665122151, "his": 0.2781953231227214, "them": 0.2995563797739429}, "disrespected": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "disruption": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "disruptive": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "distant": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "distracted": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "district": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "distrustful": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "disturb": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "disturbing": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "ditched": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "diversity": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "divine": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "division": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "divorce": {"his - them": -0.050646493975359363, "his": 0.24890988579858353, "them": 0.2995563797739429}, "divorced": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "divulge": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "dna": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "do": {"his - them": -0.0705671977822544, "his": 0.3397213481157497, "them": 0.4102885458980041}, "doctrine": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "documented": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "does": {"his - them": -0.05076305562273453, "his": 0.30694000737060945, "them": 0.357703062993344}, "doesn": {"his - them": -0.04437626031433528, "his": 0.32094610684499353, "them": 0.3653223671593288}, "dog": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "doing": {"his - them": -0.07147554711931631, "his": 0.29903916996414065, "them": 0.37051471708345696}, "dollars": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "domantas": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "dominated": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "dominating": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "don": {"his - them": -0.03932766722804126, "his": 0.32600721847497255, "them": 0.3653348857030138}, "donald": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "done": {"his - them": -0.03733592222712517, "his": 0.3290752197301635, "them": 0.3664111419572887}, "donovan": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "door": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "dornan": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "double": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "doubted": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "doubts": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "down": {"his - them": -0.039196938415798355, "his": 0.3283204455014834, "them": 0.3675173839172818}, "dozens": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "dpoy": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "dr": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "drafted": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "dragnet": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "dramatic": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "dramatically": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "dream": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "dressed": {"his - them": -0.10279358400309668, "his": 0.2683415765692464, "them": 0.3711351605723431}, "drink": {"his - them": -0.050353943345127994, "his": 0.2545347466867361, "them": 0.3048886900318641}, "drinking": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "drinks": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "driver": {"his - them": -0.14940766664312352, "his": 0.22172749392921956, "them": 0.3711351605723431}, "drivers": {"his - them": -0.0006025076067214807, "his": 0.26092430337644185, "them": 0.2615268109831633}, "drives": {"his - them": -0.09809264587797892, "his": 0.19669193402907845, "them": 0.29478457990705736}, "driving": {"his - them": -0.050353943345127994, "his": 0.2545347466867361, "them": 0.3048886900318641}, "drop": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "drops": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "drove": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "drummond": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "drunk": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "drunkennesss": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "due": {"his - them": -0.024440645458200683, "his": 0.3116616195060791, "them": 0.3361022649642798}, "duly": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "duration": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "during": {"his - them": -0.033510259451561, "his": 0.3117105203647599, "them": 0.3452207798163209}, "duty": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "dvd": {"his - them": -0.048392167726266005, "his": 0.19203309882498215, "them": 0.24042526655124816}, "dvo\u0159\u00e1k": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "dynamic": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "dysfunctional": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "e": {"his - them": -0.013600947540942598, "his": 0.3122781412574042, "them": 0.3258790887983468}, "each": {"his - them": -0.008048113150196656, "his": 0.32466562636187457, "them": 0.3327137395120712}, "ear": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "earbuds": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "earlier": {"his - them": 0.03201104931647336, "his": 0.3267956292235307, "them": 0.29478457990705736}, "early": {"his - them": -0.04053967228455424, "his": 0.33183936988108254, "them": 0.3723790421656368}, "earns": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "earth": {"his - them": -0.0807642652185594, "his": 0.26092430337644185, "them": 0.34168856859500124}, "easier": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "easily": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "east": {"his - them": -0.022676101083915268, "his": 0.31143187428060454, "them": 0.3341079753645198}, "eastern": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "easy": {"his - them": -0.021539629799087523, "his": 0.27324495010796984, "them": 0.29478457990705736}, "eat": {"his - them": -0.050020006673994366, "his": 0.26092430337644185, "them": 0.3109443100504362}, "ecclesial": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "economic": {"his - them": -0.05173648619418095, "his": 0.2277228393295231, "them": 0.27945932552370406}, "economical": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "economics": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "economy": {"his - them": -0.1275581061620446, "his": 0.21413046243295664, "them": 0.34168856859500124}, "ecstatic": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "ed": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "eddie": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "edge": {"his - them": -0.0011069194732356014, "his": 0.23931834707801256, "them": 0.24042526655124816}, "edit": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "edited": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "edmund": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "education": {"his - them": -0.05090710299349907, "his": 0.2438774769135583, "them": 0.29478457990705736}, "educational": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "effect": {"his - them": -0.05168096849984899, "his": 0.29000760009515225, "them": 0.34168856859500124}, "effective": {"his - them": -0.04739634855020669, "his": 0.21413046243295664, "them": 0.2615268109831633}, "effectively": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "effects": {"his - them": -0.0011069194732356014, "his": 0.23931834707801256, "them": 0.24042526655124816}, "efficacy": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "effort": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "efforts": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "eggshells": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "egypt": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "eight": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "either": {"his - them": -0.04109362374183062, "his": 0.3148355185232827, "them": 0.3559291422651133}, "elder": {"his - them": -0.04739634855020669, "his": 0.21413046243295664, "them": 0.2615268109831633}, "elders": {"his - them": -0.04875653144209882, "his": 0.18384223947744946, "them": 0.23259877091954828}, "electricity": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "electrocute": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "elemental": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "elements": {"his - them": 0.028480789111988924, "his": 0.29000760009515225, "them": 0.2615268109831633}, "eliminate": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "eliot": {"his - them": 0.08302574402285903, "his": 0.27534749028756905, "them": 0.19232174626471002}, "eliot\u00e2": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "ellen": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "elon": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "else": {"his - them": -0.05126264417716153, "his": 0.29729565757311877, "them": 0.3485583017502803}, "eludes": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "email": {"his - them": -0.013444036113415658, "his": 0.3171052373826128, "them": 0.3305492734960285}, "emanates": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "embarrassing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "embiid": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "emboldening": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "emerged": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "emergency": {"his - them": -0.0011069194732356014, "his": 0.23931834707801256, "them": 0.24042526655124816}, "emotional": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "emotionally": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "emphasis": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "emphasize": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "employ": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "employed": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "empowers": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "en": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "enable": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "enabled": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "enabling": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "encourage": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "encouraged": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "end": {"his - them": -0.014729643392629721, "his": 0.33183936988108254, "them": 0.34656901327371226}, "endeavor": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "endeavour": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "endeavours": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "ended": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "endless": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "endlessly": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "endured": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "enduring": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "energy": {"his - them": -0.023072143369198217, "his": 0.23124476146370732, "them": 0.25431690483290553}, "enforcement": {"his - them": -0.05221557089371681, "his": 0.2182923066274805, "them": 0.2705078775211973}, "engage": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "engaged": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "engaging": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "engineering": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "engineers": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "england": {"his - them": -0.02093670995528396, "his": 0.29000760009515225, "them": 0.3109443100504362}, "english": {"his - them": 0.049992754366977976, "his": 0.3052763629300758, "them": 0.25528360856309784}, "engrained": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "enhancement": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "enjoy": {"his - them": -0.05126264417716153, "his": 0.29729565757311877, "them": 0.3485583017502803}, "enjoyed": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "enough": {"his - them": -0.052634138690376975, "his": 0.27324495010796984, "them": 0.3258790887983468}, "ensnare": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "ensuring": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "enter": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "entered": {"his - them": 0.001023457150364615, "his": 0.3315727306463931, "them": 0.3305492734960285}, "entertainment": {"his - them": -0.05075909230524317, "his": 0.30601442023554437, "them": 0.35677351254078754}, "entire": {"his - them": -0.022395307529626096, "his": 0.3184975236970695, "them": 0.3408928312266956}, "entirely": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "entourage": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "entrepreneur": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "entrepreneurial": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "entrepreneurship": {"his - them": -0.049209026711702714, "his": 0.17358858865734433, "them": 0.22279761536904705}, "entropy": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "environment": {"his - them": -0.07676483613390989, "his": 0.2573431392306099, "them": 0.3341079753645198}, "environmental": {"his - them": -0.05203958786277191, "his": 0.28372664962401584, "them": 0.33576623748678774}, "envisioned": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "epidemic": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "episodes": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "equipping": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "era": {"his - them": 0.049785579967625226, "his": 0.3272449960467882, "them": 0.27745941607916297}, "erode": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "eros": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "errordocument": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "ers": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "escape": {"his - them": -0.07871194080911931, "his": 0.2883519534743822, "them": 0.3670638942835015}, "eschewed": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "esoteric": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "especially": {"his - them": -0.028884648777359856, "his": 0.31798384978359495, "them": 0.3468684985609548}, "essential": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "essentially": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "established": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "establishment": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "estranged": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "estrangement": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "estrangements": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "et": {"his - them": -0.021701832126856335, "his": 0.26875879762366767, "them": 0.290460629750524}, "etc": {"his - them": -0.050020006673994366, "his": 0.26092430337644185, "them": 0.3109443100504362}, "etiquette": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "eu": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "euractiv": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "euromesco": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "europe": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "european": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "evaluate": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "evaluated": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "evaluating": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "even": {"his - them": -0.04181471102458312, "his": 0.3296985754942147, "them": 0.37151328651879784}, "evening": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "event": {"his - them": -0.08163938769744494, "his": 0.24890988579858353, "them": 0.3305492734960285}, "events": {"his - them": -0.05203958786277191, "his": 0.28372664962401584, "them": 0.33576623748678774}, "eventually": {"his - them": -0.03021886965075299, "his": 0.31146969894424825, "them": 0.34168856859500124}, "ever": {"his - them": -0.03529636153706345, "his": 0.34431255282332907, "them": 0.3796089143603925}, "every": {"his - them": -0.0882580312931705, "his": 0.3186912892420645, "them": 0.406949320535235}, "everybody": {"his - them": -0.07955407906041656, "his": 0.277219433480371, "them": 0.35677351254078754}, "everyday": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "everyone": {"his - them": 0.0008182291433785349, "his": 0.3224641350338455, "them": 0.321645905890467}, "everything": {"his - them": -0.08642037446768619, "his": 0.2799907674896025, "them": 0.3664111419572887}, "evidence": {"his - them": 0.028443041060917995, "his": 0.28372664962401584, "them": 0.25528360856309784}, "evident": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "ex": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "exactly": {"his - them": -0.05329919994732074, "his": 0.3052763629300758, "them": 0.35857556287739656}, "examine": {"his - them": -0.1275581061620446, "his": 0.21413046243295664, "them": 0.34168856859500124}, "examines": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "examining": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "example": {"his - them": -0.05524574261277604, "his": 0.3079019637817704, "them": 0.36314770639454647}, "examples": {"his - them": -0.02093670995528396, "his": 0.29000760009515225, "them": 0.3109443100504362}, "exceedingly": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "excellent": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "exception": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "excited": {"his - them": -0.02093670995528396, "his": 0.29000760009515225, "them": 0.3109443100504362}, "exclusive": {"his - them": -0.0006025076067214807, "his": 0.26092430337644185, "them": 0.2615268109831633}, "exclusively": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "excoriated": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "executing": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "execution": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "executive": {"his - them": -0.047952670566414, "his": 0.20183687379407528, "them": 0.24978954436048928}, "exercise": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "exercises": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "exhibition": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "exhilarating": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "exist": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "existed": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "existence": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "exists": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "exiting": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "exits": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "exoplanets": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "exoticization": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "expand": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "expanded": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "expect": {"his - them": 0.017607746044659867, "his": 0.32249643607652395, "them": 0.3048886900318641}, "expectation": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "expectations": {"his - them": -0.05012327429277874, "his": 0.31694061999072276, "them": 0.3670638942835015}, "expected": {"his - them": -0.03750733467246736, "his": 0.29354583195932804, "them": 0.3310531666317954}, "experience": {"his - them": 0.017441334031246425, "his": 0.3079019637817704, "them": 0.290460629750524}, "experienced": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "experiencetheride": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "expert": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "expertise": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "experts": {"his - them": -0.10346699250464148, "his": 0.26092430337644185, "them": 0.3643912958810833}, "explain": {"his - them": -0.013269801410263793, "his": 0.32249643607652395, "them": 0.33576623748678774}, "explained": {"his - them": -0.07955407906041656, "his": 0.277219433480371, "them": 0.35677351254078754}, "explains": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "explicitly": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "exploiters": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "explore": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "explored": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "explores": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "exploring": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "explosion": {"his - them": 0.028587491269990606, "his": 0.31694061999072276, "them": 0.28835312872073215}, "explosions": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "explosive": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "export": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "exposed": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "express": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "expressed": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "expresses": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "expression": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "extension": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "extensive": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "extracting": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "extraordinary": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "extreme": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "extremely": {"his - them": -0.05203958786277191, "his": 0.28372664962401584, "them": 0.33576623748678774}, "exult": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "eye": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "f": {"his - them": 0.028480789111988924, "his": 0.29000760009515225, "them": 0.2615268109831633}, "face": {"his - them": 0.000682026027947702, "his": 0.3186538089869826, "them": 0.3179717829590349}, "faced": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "faces": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "facet": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "facility": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "facing": {"his - them": -0.05329919994732074, "his": 0.3052763629300758, "them": 0.35857556287739656}, "fact": {"his - them": -0.057267907049665445, "his": 0.30526179242817636, "them": 0.3625296994778418}, "factor": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "factors": {"his - them": -0.05460801456152728, "his": 0.2378060621034104, "them": 0.2924140766649377}, "fahrenheit": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "fail": {"his - them": -0.05126264417716153, "his": 0.29729565757311877, "them": 0.3485583017502803}, "failed": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "failure": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "fair": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "faith": {"his - them": -0.07438369578593107, "his": 0.29000760009515225, "them": 0.3643912958810833}, "faithful": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "fall": {"his - them": 0.028369241358546432, "his": 0.27324495010796984, "them": 0.2448757087494234}, "fallen": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "falling": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "falls": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "false": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "fame": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "familial": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "familiar": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "family": {"his - them": 0.02848620757866921, "his": 0.33463511538983737, "them": 0.30614890781116816}, "famous": {"his - them": -0.05126264417716153, "his": 0.29729565757311877, "them": 0.3485583017502803}, "fan": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "fantastic": {"his - them": -0.05075909230524317, "his": 0.30601442023554437, "them": 0.35677351254078754}, "far": {"his - them": -0.03792774632507384, "his": 0.2849875809691552, "them": 0.32291532729422906}, "farajolah": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "fare": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "farmers": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "fast": {"his - them": -0.05012327429277874, "his": 0.31694061999072276, "them": 0.3670638942835015}, "fat": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "father": {"his - them": -0.021162040407848248, "his": 0.28372664962401584, "them": 0.3048886900318641}, "fathers": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "fatigued": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "fault": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "favor": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "favorite": {"his - them": -0.052634138690376975, "his": 0.27324495010796984, "them": 0.3258790887983468}, "favorites": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "favour": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "favourite": {"his - them": -0.02036562252580776, "his": 0.30601442023554437, "them": 0.32638004276135213}, "fbi": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "fear": {"his - them": 0.028443041060917995, "his": 0.28372664962401584, "them": 0.25528360856309784}, "fearful": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "feasibility": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "feasible": {"his - them": -0.04739634855020669, "his": 0.21413046243295664, "them": 0.2615268109831633}, "feat": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "feature": {"his - them": -4.600864183679221e-05, "his": 0.2864571996429975, "them": 0.2865032082848343}, "featured": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "features": {"his - them": 0.028443041060917995, "his": 0.28372664962401584, "them": 0.25528360856309784}, "february": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "federal": {"his - them": -0.05419229243247148, "his": 0.2905099485095768, "them": 0.34470224094204827}, "feed": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "feel": {"his - them": -0.03658428812847486, "his": 0.3122781412574042, "them": 0.3488624293858791}, "feeling": {"his - them": -0.021162040407848248, "his": 0.28372664962401584, "them": 0.3048886900318641}, "feelings": {"his - them": -0.03021886965075299, "his": 0.31146969894424825, "them": 0.34168856859500124}, "fees": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "feet": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "feigned": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "fell": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "fellow": {"his - them": 0.04987665040100403, "his": 0.3186538089869826, "them": 0.26877715858597856}, "felt": {"his - them": 0.00015223385064039308, "his": 0.29493681375769776, "them": 0.29478457990705736}, "female": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "fever": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "few": {"his - them": -0.09823118394991487, "his": 0.2824284319835415, "them": 0.3806596159334564}, "fewer": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "fiction": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "fictions": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "field": {"his - them": -0.05371001056222241, "his": 0.25405380456650983, "them": 0.30776381512873224}, "fields": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "fifty": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "fight": {"his - them": -0.009539475998022018, "his": 0.33932295338785706, "them": 0.3488624293858791}, "fighting": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "figure": {"his - them": -0.014413784962735432, "his": 0.2876820494645667, "them": 0.30209583442730215}, "figured": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "figures": {"his - them": -0.02036562252580776, "his": 0.30601442023554437, "them": 0.32638004276135213}, "filled": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "film": {"his - them": -0.000753121018726155, "his": 0.25768960285188947, "them": 0.2584427238706156}, "filmmakers": {"his - them": 0.000682026027947702, "his": 0.3186538089869826, "them": 0.3179717829590349}, "filmmaking": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "final": {"his - them": -0.07624023206563674, "his": 0.2646525991610589, "them": 0.3408928312266956}, "finally": {"his - them": -0.012847252889674032, "his": 0.33571104886060626, "them": 0.3485583017502803}, "financing": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "find": {"his - them": -0.03185601621540596, "his": 0.34448338600143935, "them": 0.3763394022168453}, "finding": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "findings": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "finds": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "fine": {"his - them": -0.050020006673994366, "his": 0.26092430337644185, "them": 0.3109443100504362}, "finest": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "finish": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "fire": {"his - them": -0.001888663260982859, "his": 0.20789743566772212, "them": 0.20978609892870498}, "fired": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "first": {"his - them": -0.0009516162492527735, "his": 0.3731005694845122, "them": 0.374052185733765}, "fit": {"his - them": -0.03021886965075299, "his": 0.31146969894424825, "them": 0.34168856859500124}, "five": {"his - them": -0.010451829119574152, "his": 0.310029905078553, "them": 0.32048173419812714}, "flagship": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "flash": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "flashmob": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "flat": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "flawlessly": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "flesh": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "flex": {"his - them": 0.028231530072091948, "his": 0.2573431392306099, "them": 0.22911160915851797}, "flight": {"his - them": -0.09681384761747958, "his": 0.21413046243295664, "them": 0.3109443100504362}, "flock": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "fly": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "focus": {"his - them": -0.07484891325338072, "his": 0.28372664962401584, "them": 0.35857556287739656}, "focused": {"his - them": -0.07318230480776, "his": 0.30601442023554437, "them": 0.3791967250433044}, "focuses": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "follow": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "followed": {"his - them": -0.09506568359574868, "his": 0.2608634586693646, "them": 0.3559291422651133}, "following": {"his - them": -0.021539629799087523, "his": 0.27324495010796984, "them": 0.29478457990705736}, "food": {"his - them": -0.03331005677220236, "his": 0.24080640355828306, "them": 0.2741164603304854}, "foot": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "for": {"his - them": -0.03333021090893912, "his": 0.35165781795341544, "them": 0.38498802886235456}, "forage": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "force": {"his - them": 0.04987665040100403, "his": 0.3186538089869826, "them": 0.26877715858597856}, "forces": {"his - them": 0.0003876728982117328, "his": 0.3052763629300758, "them": 0.3048886900318641}, "forecast": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "foreign": {"his - them": 0.06773062877783556, "his": 0.2905282441468826, "them": 0.22279761536904705}, "foresight": {"his - them": -0.0999331019708184, "his": 0.17057477555037892, "them": 0.2705078775211973}, "foretold": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "forgiveness": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "forgotten": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "form": {"his - them": -0.07263775788496968, "his": 0.2905099485095768, "them": 0.36314770639454647}, "formed": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "former": {"his - them": -0.03131326503592036, "his": 0.2864571996429975, "them": 0.31777046467891784}, "forms": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "forum": {"his - them": -0.047693018707613416, "his": 0.20759058985548443, "them": 0.25528360856309784}, "forward": {"his - them": -0.03021886965075299, "his": 0.31146969894424825, "them": 0.34168856859500124}, "fosters": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "foucault": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "found": {"his - them": -0.07192725052823135, "his": 0.2903090687781627, "them": 0.36223631930639405}, "foundation": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "founder": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "four": {"his - them": -0.03508211331250477, "his": 0.2936950197646869, "them": 0.3287771330771917}, "fourth": {"his - them": -0.03203033820815565, "his": 0.2700654962191465, "them": 0.30209583442730215}, "foyer": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "fracturing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "frame": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "framework": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "franchise": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "francis": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "frantic": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "frantically": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "frederick": {"his - them": -0.0006025076067214807, "his": 0.26092430337644185, "them": 0.2615268109831633}, "free": {"his - them": -0.07032837294428401, "his": 0.32466562636187457, "them": 0.3949939993061586}, "freeing": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "french": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "frenzy": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "frequent": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "fresh": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "friday": {"his - them": -0.02136105665122151, "his": 0.2781953231227214, "them": 0.2995563797739429}, "friend": {"his - them": -0.07955407906041656, "his": 0.277219433480371, "them": 0.35677351254078754}, "friendly": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "friends": {"his - them": -0.022238105908202743, "his": 0.3224641350338455, "them": 0.34470224094204827}, "fringe": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "from": {"his - them": -0.04907530947208827, "his": 0.3675577694666775, "them": 0.4166330789387658}, "front": {"his - them": -0.03072858940173323, "his": 0.29982068409429524, "them": 0.3305492734960285}, "frontiers": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "fruits": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "fuel": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "fulfill": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "fulfilled": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "fulfills": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "full": {"his - them": 0.024317726839621356, "his": 0.3238094893355536, "them": 0.29949176249593223}, "fun": {"his - them": -0.09624428902981533, "his": 0.22172749392921956, "them": 0.3179717829590349}, "function": {"his - them": -0.09729810017637966, "his": 0.20759058985548443, "them": 0.3048886900318641}, "functioning": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "fundamental": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "funds": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "funeral": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "further": {"his - them": -0.04203538551166497, "his": 0.29723859013921083, "them": 0.3392739756508758}, "future": {"his - them": -0.035770966779024804, "his": 0.27978346003887394, "them": 0.31555442681789875}, "futurists": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "futurologist": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "g": {"his - them": -0.07525571046111701, "his": 0.2781953231227214, "them": 0.3534510335838384}, "gained": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "galaxies": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "game": {"his - them": -0.030300235861636493, "his": 0.2867232122165839, "them": 0.3170234480782204}, "games": {"his - them": -0.022395307529626096, "his": 0.3184975236970695, "them": 0.3408928312266956}, "gangsters": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "gantz": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "gas": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "gases": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "gate": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "gather": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "gathered": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "gathering": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "gathers": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "gauguin": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "gauntlet": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "gave": {"his - them": -0.04648435765287556, "his": 0.3352720864671003, "them": 0.3817564441199759}, "geez": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "general": {"his - them": -0.05235395037330709, "his": 0.2781953231227214, "them": 0.3305492734960285}, "generally": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "generation": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "generations": {"his - them": -0.05292159693683507, "his": 0.31146969894424825, "them": 0.3643912958810833}, "generosity": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "genie": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "genuine": {"his - them": 0.0008649532854360653, "his": 0.3272449960467882, "them": 0.32638004276135213}, "genuinely": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "geofence": {"his - them": -0.049466032378566505, "his": 0.16772364172248647, "them": 0.21718967410105297}, "geofiltered": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "geographically": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "george": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "georgia": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "gershshwin": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "get": {"his - them": -0.040752824858350856, "his": 0.3313364954658254, "them": 0.37208932032417624}, "gets": {"his - them": -0.0807642652185594, "his": 0.26092430337644185, "them": 0.34168856859500124}, "getting": {"his - them": 0.034418124943333295, "his": 0.33651395937063544, "them": 0.30209583442730215}, "ghonchi": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "girl": {"his - them": -0.05352677518666843, "his": 0.2573431392306099, "them": 0.31086991441727835}, "girls": {"his - them": -0.050646493975359363, "his": 0.24890988579858353, "them": 0.2995563797739429}, "give": {"his - them": -0.04127622868793751, "his": 0.31143187428060454, "them": 0.35270810296854205}, "given": {"his - them": -0.08101683921216313, "his": 0.3084810090841406, "them": 0.38949784829630374}, "glad": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "global": {"his - them": 0.04987665040100403, "his": 0.3186538089869826, "them": 0.26877715858597856}, "gloves": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "gnp": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "go": {"his - them": -0.04409154189238612, "his": 0.32056944242160135, "them": 0.36466098431398747}, "goal": {"his - them": 0.0009165404251839093, "his": 0.3267956292235307, "them": 0.3258790887983468}, "goals": {"his - them": 0.00015223385064039308, "his": 0.29493681375769776, "them": 0.29478457990705736}, "gobert": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "god": {"his - them": -0.08338057433393384, "his": 0.2243832407947984, "them": 0.30776381512873224}, "godliness": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "going": {"his - them": -0.04511981053944919, "his": 0.35038856736857604, "them": 0.39550837790802523}, "golden": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "goldsmith": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "good": {"his - them": -0.0864867930981495, "his": 0.32378673581106054, "them": 0.41027352890921004}, "goofs": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "google": {"his - them": -0.022651843541402983, "his": 0.24267877627858891, "them": 0.2653306198199919}, "googled": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "gordon": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "gospel": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "got": {"his - them": -0.07252980035337325, "his": 0.2851732626399707, "them": 0.357703062993344}, "gotten": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "governance": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "governing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "government": {"his - them": -0.07434922220065332, "his": 0.2607850735627456, "them": 0.3351342957633989}, "governments": {"his - them": -0.047952670566414, "his": 0.20183687379407528, "them": 0.24978954436048928}, "grace": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "graduated": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "graduates": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "grand": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "granted": {"his - them": -0.05168096849984899, "his": 0.29000760009515225, "them": 0.34168856859500124}, "grapples": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "grasp": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "graves": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "gray": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "great": {"his - them": 0.03152197263733031, "his": 0.35325653673437346, "them": 0.32173456409704315}, "greater": {"his - them": -0.05363034948954315, "his": 0.29982068409429524, "them": 0.3534510335838384}, "greatest": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "greatly": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "green": {"his - them": -0.0008617047761286245, "his": 0.2534552000567769, "them": 0.25431690483290553}, "greenhouse": {"his - them": -0.049466032378566505, "his": 0.16772364172248647, "them": 0.21718967410105297}, "greenhouses": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "greet": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "grey": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "grit": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "ground": {"his - them": -0.08451664099721556, "his": 0.20789743566772212, "them": 0.2924140766649377}, "groundbreaking": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "group": {"his - them": -0.03553976980484502, "his": 0.28445272349796347, "them": 0.3199924933028085}, "groupon": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "groups": {"his - them": -0.0218506091237754, "his": 0.2646525991610589, "them": 0.2865032082848343}, "grow": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "growing": {"his - them": -0.03072858940173323, "his": 0.29982068409429524, "them": 0.3305492734960285}, "grown": {"his - them": -0.10346699250464148, "his": 0.26092430337644185, "them": 0.3643912958810833}, "growth": {"his - them": -0.05155389747711314, "his": 0.23129772441340857, "them": 0.2828516218905217}, "guarantees": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "guard": {"his - them": -0.0007488618763617505, "his": 0.2545347466867361, "them": 0.25528360856309784}, "guardian": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "guiana": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "guillard": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "guilt": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "guilty": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "gunderson": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "guns": {"his - them": 0.028443041060917995, "his": 0.28372664962401584, "them": 0.25528360856309784}, "gusto": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "guy": {"his - them": -0.02036562252580776, "his": 0.30601442023554437, "them": 0.32638004276135213}, "h": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "hacks": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "had": {"his - them": -0.07958010165070456, "his": 0.3341221103043493, "them": 0.41370221195505386}, "hadn": {"his - them": -0.029528516493999346, "his": 0.3272449960467882, "them": 0.35677351254078754}, "hair": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "half": {"his - them": -0.0737042701923426, "his": 0.27599275987911387, "them": 0.34969703007145647}, "halftime": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "hallucinations": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "ham": {"his - them": -0.10237969235903208, "his": 0.1336751764193465, "them": 0.23605486877837858}, "hand": {"his - them": -0.04160670613277845, "his": 0.30526179242817636, "them": 0.3468684985609548}, "handedly": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "handful": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "handle": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "handling": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "hands": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "hannah": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "happen": {"his - them": -0.05363034948954315, "his": 0.29982068409429524, "them": 0.3534510335838384}, "happened": {"his - them": -0.05203958786277191, "his": 0.28372664962401584, "them": 0.33576623748678774}, "happening": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "happenings": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "happens": {"his - them": -0.050020006673994366, "his": 0.26092430337644185, "them": 0.3109443100504362}, "happy": {"his - them": -0.07318230480776, "his": 0.30601442023554437, "them": 0.3791967250433044}, "haram": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "harassment": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "hard": {"his - them": -0.022922114201555377, "his": 0.30526179242817636, "them": 0.32818390662973174}, "harden": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "hardest": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "hardin": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "hardly": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "harping": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "harvard": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "has": {"his - them": -0.0358829493686581, "his": 0.3647196531660296, "them": 0.4006026025346877}, "hashtgerd": {"his - them": -0.047952670566414, "his": 0.20183687379407528, "them": 0.24978954436048928}, "hasn": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "hastgerd": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "hates": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "have": {"his - them": -0.057906208228627576, "his": 0.357103812865288, "them": 0.41501002109391555}, "having": {"his - them": 0.0019655565471928815, "his": 0.36224258010450555, "them": 0.36027702355731267}, "hayward": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "hazards": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "he": {"his - them": 0.008335297163302224, "his": 0.37398730641719274, "them": 0.3656520092538905}, "head": {"his - them": -0.07311574344848415, "his": 0.2754344429631931, "them": 0.34855018641167723}, "headache": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "headed": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "heads": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "healing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "health": {"his - them": -0.07721869835686351, "his": 0.2509652082728682, "them": 0.32818390662973174}, "healthy": {"his - them": -0.07484891325338072, "his": 0.28372664962401584, "them": 0.35857556287739656}, "hear": {"his - them": -0.05203958786277191, "his": 0.28372664962401584, "them": 0.33576623748678774}, "heard": {"his - them": -0.053330137364052066, "his": 0.2608634586693646, "them": 0.3141935960334167}, "hearing": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "heart": {"his - them": -0.035776075922944794, "his": 0.3286152199581385, "them": 0.3643912958810833}, "heat": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "heavy": {"his - them": -0.02093670995528396, "his": 0.29000760009515225, "them": 0.3109443100504362}, "hectares": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "height": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "held": {"his - them": -0.007981665782122171, "his": 0.32682249789240303, "them": 0.3348041636745252}, "help": {"his - them": -0.03519547973609782, "his": 0.3461918377525235, "them": 0.3813873174886213}, "helped": {"his - them": -0.029904492763297708, "his": 0.3186538089869826, "them": 0.3485583017502803}, "helping": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "helps": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "her": {"his - them": -0.027259193913642593, "his": 0.2470012772461667, "them": 0.2742604711598093}, "here": {"his - them": -0.05840787071673886, "his": 0.3296985754942147, "them": 0.3881064462109536}, "herself": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "hide": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "hiding": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "high": {"his - them": -0.045842047848282275, "his": 0.2952202809255074, "them": 0.34106232877378967}, "higher": {"his - them": -0.031628960192362554, "his": 0.2792409542249158, "them": 0.31086991441727835}, "highest": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "highlight": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "highway": {"his - them": -0.0006025076067214807, "his": 0.26092430337644185, "them": 0.2615268109831633}, "hike": {"his - them": -0.0523569436283427, "his": 0.21549527130611462, "them": 0.2678522149344573}, "hikers": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "hilarious": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "him": {"his - them": -0.007147076761560511, "his": 0.36337621025354827, "them": 0.3705232870151088}, "himself": {"his - them": 0.017670909907702315, "his": 0.3286152199581385, "them": 0.3109443100504362}, "hindle": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "hint": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "hiroto": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "his": {"his - them": 0.044478625546762296, "his": 0.4326414878015573, "them": 0.388162862254795}, "historic": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "historical": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "historically": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "history": {"his - them": -0.03470046406378868, "his": 0.3014018009004911, "them": 0.3361022649642798}, "hit": {"his - them": -0.04068357136070094, "his": 0.3224641350338455, "them": 0.36314770639454647}, "hits": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "hoffman": {"his - them": -0.04858204624736512, "his": 0.18777187204743392, "them": 0.23635391829479904}, "hold": {"his - them": -0.013600947540942598, "his": 0.3122781412574042, "them": 0.3258790887983468}, "holders": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "holds": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "holes": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "holmes": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "holy": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "home": {"his - them": 0.0012338726840349645, "his": 0.33427978660549246, "them": 0.3330459139214575}, "homeless": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "homemade": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "honourable": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "hope": {"his - them": 0.00015223385064039308, "his": 0.29493681375769776, "them": 0.29478457990705736}, "hopkinson": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "hospital": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "hosseini": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "hosted": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "hosts": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "hot": {"his - them": -0.013875490994869843, "his": 0.303894973684048, "them": 0.31777046467891784}, "hotel": {"his - them": -0.047693018707613416, "his": 0.20759058985548443, "them": 0.25528360856309784}, "hound": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "hour": {"his - them": -0.009791415904417566, "his": 0.33110141532227805, "them": 0.3408928312266956}, "hours": {"his - them": -0.0563971643996633, "his": 0.3184975236970695, "them": 0.3748946880967328}, "house": {"his - them": 0.0011641111025805229, "his": 0.3352720864671003, "them": 0.3341079753645198}, "how": {"his - them": -0.05360823018542976, "his": 0.3517850301010425, "them": 0.40539326028647227}, "howard": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "however": {"his - them": -0.09074833074027522, "his": 0.3014018009004911, "them": 0.39215013164076634}, "http": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "https": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "hubble": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "hug": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "huge": {"his - them": -0.07561747927790924, "his": 0.27324495010796984, "them": 0.3488624293858791}, "hughes": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "human": {"his - them": -0.057177000549535895, "his": 0.33110141532227805, "them": 0.38827841587181394}, "humanoid": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "humans": {"his - them": -0.0877056279998159, "his": 0.29493681375769776, "them": 0.38264244175751366}, "humbly": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "hundred": {"his - them": -0.12683080782106074, "his": 0.22172749392921956, "them": 0.3485583017502803}, "hundreds": {"his - them": 0.028587491269990606, "his": 0.31694061999072276, "them": 0.28835312872073215}, "hunger": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "hurt": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "husband": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "hustling": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "huxley": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "hydroponic": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "hypocrisy": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "i": {"his - them": -0.033209210225473906, "his": 0.28723219745947115, "them": 0.32044140768494506}, "ib\u00e9rico": {"his - them": -0.10218182794006697, "his": 0.1367639291606658, "them": 0.23894575710073276}, "ice": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "iconic": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "idc": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "idea": {"his - them": -0.07383820087859566, "his": 0.26551596054782584, "them": 0.3393541614264215}, "ideas": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "identical": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "identified": {"his - them": -0.0807642652185594, "his": 0.26092430337644185, "them": 0.34168856859500124}, "identify": {"his - them": -0.02093670995528396, "his": 0.29000760009515225, "them": 0.3109443100504362}, "identifying": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "identity": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "if": {"his - them": -0.052946781202751814, "his": 0.3419679589785196, "them": 0.39491474018127143}, "igbinidu": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "ignited": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "ignorance": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "ignore": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "iknow": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "ill": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "illegal": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "illness": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "illusion": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "images": {"his - them": -0.1259455598635433, "his": 0.23082795267724424, "them": 0.35677351254078754}, "imaginative": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "imagine": {"his - them": 0.028480789111988924, "his": 0.29000760009515225, "them": 0.2615268109831633}, "imagined": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "imagining": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "immediately": {"his - them": -0.07346714874362625, "his": 0.2792409542249158, "them": 0.35270810296854205}, "immense": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "immensely": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "impact": {"his - them": -0.07438369578593107, "his": 0.29000760009515225, "them": 0.3643912958810833}, "imparted": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "impatience": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "impermissibly": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "implementation": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "implemented": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "importance": {"his - them": -0.05203958786277191, "his": 0.28372664962401584, "them": 0.33576623748678774}, "important": {"his - them": -0.01054942390047603, "his": 0.3500611450328022, "them": 0.36061056893327825}, "impose": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "impossible": {"his - them": -0.07438369578593107, "his": 0.29000760009515225, "them": 0.3643912958810833}, "impressive": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "improved": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "impulse": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "in": {"his - them": -0.03625231313643551, "his": 0.3139857848024327, "them": 0.35023809793886823}, "incidents": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "incinerated": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "include": {"his - them": 0.017344527231032858, "his": 0.30019614912155457, "them": 0.2828516218905217}, "included": {"his - them": -0.022066800162348355, "his": 0.3267956292235307, "them": 0.3488624293858791}, "includes": {"his - them": -0.07438369578593107, "his": 0.29000760009515225, "them": 0.3643912958810833}, "including": {"his - them": -0.037878604393191295, "his": 0.35161924390311244, "them": 0.38949784829630374}, "inclusion": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "income": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "incomes": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "inconsistency": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "incontinence": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "incorporated": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "increase": {"his - them": -0.0009982318358651154, "his": 0.2438774769135583, "them": 0.2448757087494234}, "increased": {"his - them": -0.0007488618763617505, "his": 0.2545347466867361, "them": 0.25528360856309784}, "increasing": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "increasingly": {"his - them": -0.05126264417716153, "his": 0.29729565757311877, "them": 0.3485583017502803}, "incredible": {"his - them": -0.050353943345127994, "his": 0.2545347466867361, "them": 0.3048886900318641}, "incredibly": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "indeed": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "independent": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "india": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "indicate": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "indistinguishable": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "individual": {"his - them": 0.0005253888938120399, "his": 0.31146969894424825, "them": 0.3109443100504362}, "individualized": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "individuals": {"his - them": -0.05363034948954315, "his": 0.29982068409429524, "them": 0.3534510335838384}, "industrial": {"his - them": -0.1259455598635433, "his": 0.23082795267724424, "them": 0.35677351254078754}, "industry": {"his - them": -0.0943889087708788, "his": 0.26875879762366767, "them": 0.36314770639454647}, "ineffective": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "inefficiency": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "ineligible": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "inevitably": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "infants": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "infects": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "inferential": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "inflammatory": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "inflict": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "influence": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "influenced": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "influencing": {"his - them": -0.04858204624736512, "his": 0.18777187204743392, "them": 0.23635391829479904}, "informal": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "information": {"his - them": -0.07346714874362625, "his": 0.2792409542249158, "them": 0.35270810296854205}, "informed": {"his - them": 0.028587491269990606, "his": 0.31694061999072276, "them": 0.28835312872073215}, "informs": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "infrastructure": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "inhabit": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "inherently": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "initial": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "injection": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "injured": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "injuries": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "injury": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "ink": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "innocent": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "innovations": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "input": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "inside": {"his - them": 0.08178318628590381, "his": 0.3315727306463931, "them": 0.24978954436048928}, "insisted": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "inspired": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "inspiring": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "instability": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "instead": {"his - them": -0.05745223791715831, "his": 0.3024427560584787, "them": 0.359894993975637}, "instincts": {"his - them": -0.05075909230524317, "his": 0.30601442023554437, "them": 0.35677351254078754}, "institution": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "institutional": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "institutions": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "instrument": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "instruments": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "intelligence": {"his - them": 0.028369241358546432, "his": 0.27324495010796984, "them": 0.2448757087494234}, "intended": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "intense": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "intensity": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "intentions": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "intents": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "interaction": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "interactive": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "interest": {"his - them": -0.02136105665122151, "his": 0.2781953231227214, "them": 0.2995563797739429}, "interested": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "interesting": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "interests": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "intermediate": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "internally": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "international": {"his - them": -0.013875490994869843, "his": 0.303894973684048, "them": 0.31777046467891784}, "internet": {"his - them": -0.02136105665122151, "his": 0.2781953231227214, "them": 0.2995563797739429}, "intersection": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "intervene": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "interview": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "into": {"his - them": -0.041191115169109505, "his": 0.3502991098648016, "them": 0.3914902250339111}, "invades": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "invention": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "investigation": {"his - them": 0.0005253888938120399, "his": 0.31146969894424825, "them": 0.3109443100504362}, "investigative": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "investment": {"his - them": -0.04739634855020669, "his": 0.21413046243295664, "them": 0.2615268109831633}, "invite": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "invited": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "invocations": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "involved": {"his - them": -0.044195500092759354, "his": 0.3240994525940826, "them": 0.368294952686842}, "involvement": {"his - them": -0.050020006673994366, "his": 0.26092430337644185, "them": 0.3109443100504362}, "involves": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "ionigeria": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "iran": {"his - them": -0.002360462083278142, "his": 0.18996128418143188, "them": 0.19232174626471002}, "iron": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "irony": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "irritated": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "is": {"his - them": -0.03037244387150967, "his": 0.3236557603187377, "them": 0.3540282041902474}, "isabelle": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "isay": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "islam": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "islamic": {"his - them": -0.02136105665122151, "his": 0.2781953231227214, "them": 0.2995563797739429}, "isn": {"his - them": -0.11061100941009716, "his": 0.2608634586693646, "them": 0.3714744680794618}, "issue": {"his - them": -0.03929000371440233, "his": 0.2571412853266111, "them": 0.29643128904101346}, "issued": {"his - them": -0.0807642652185594, "his": 0.26092430337644185, "them": 0.34168856859500124}, "issues": {"his - them": -0.03131326503592036, "his": 0.2864571996429975, "them": 0.31777046467891784}, "it": {"his - them": -0.048921779556698686, "his": 0.33426550345770545, "them": 0.38318728301440413}, "italy": {"his - them": -0.04875653144209882, "his": 0.18384223947744946, "them": 0.23259877091954828}, "itching": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "item": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "items": {"his - them": 0.028587491269990606, "his": 0.31694061999072276, "them": 0.28835312872073215}, "its": {"his - them": -0.04463777191605578, "his": 0.3270274309127672, "them": 0.371665202828823}, "itself": {"his - them": 0.011227916480016753, "his": 0.348604149387541, "them": 0.3373762329075242}, "j": {"his - them": 0.0951862344145479, "his": 0.31798384978359495, "them": 0.22279761536904705}, "jack": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "james": {"his - them": -0.050020006673994366, "his": 0.26092430337644185, "them": 0.3109443100504362}, "jamie": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "jane": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "japan": {"his - them": -0.049466032378566505, "his": 0.16772364172248647, "them": 0.21718967410105297}, "jay": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "jayson": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "jazz": {"his - them": -0.04818377472034496, "his": 0.19669193402907845, "them": 0.2448757087494234}, "jealous": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "jerusalem": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "jesus": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "job": {"his - them": -0.033177792592226585, "his": 0.3321445745671022, "them": 0.3653223671593288}, "jobs": {"his - them": -0.02093670995528396, "his": 0.29000760009515225, "them": 0.3109443100504362}, "joel": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "johannes": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "john": {"his - them": -0.022395307529626096, "his": 0.3184975236970695, "them": 0.3408928312266956}, "johnson": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "join": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "joined": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "joke": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "jokes": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "josef": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "joshua": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "journal": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "journalism": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "journalist": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "journey": {"his - them": 0.0003876728982117328, "his": 0.3052763629300758, "them": 0.3048886900318641}, "joyfully": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "judicial": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "judy": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "jules": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "july": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "june": {"his - them": 0.0006419224898659981, "his": 0.3148355185232827, "them": 0.3141935960334167}, "just": {"his - them": -0.05790630198562319, "his": 0.34828573713975125, "them": 0.40619203912537444}, "justice": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "justify": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "kana": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "karen": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "kato": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "katoare": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "kc": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "keeghan": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "keep": {"his - them": -0.05363034948954315, "his": 0.29982068409429524, "them": 0.3534510335838384}, "kei": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "kennedy": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "kenya": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "kenzo": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "kept": {"his - them": -0.02136105665122151, "his": 0.2781953231227214, "them": 0.2995563797739429}, "key": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "khone": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "kid": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "kidding": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "kidnap": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "kids": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "killed": {"his - them": -0.02036562252580776, "his": 0.30601442023554437, "them": 0.32638004276135213}, "kim": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "kind": {"his - them": -0.05392181359133985, "his": 0.3286152199581385, "them": 0.3825370335494784}, "kindle": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "kindly": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "kingdom": {"his - them": 0.028587491269990606, "his": 0.31694061999072276, "them": 0.28835312872073215}, "kiriakou": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "km": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "knew": {"his - them": -0.05524574261277604, "his": 0.3079019637817704, "them": 0.36314770639454647}, "knight": {"his - them": -0.048392167726266005, "his": 0.19203309882498215, "them": 0.24042526655124816}, "knocking": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "knocks": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "knotted": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "know": {"his - them": -0.0420566649905873, "his": 0.3256033970485733, "them": 0.3676600620391606}, "knowing": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "knowledge": {"his - them": -0.03021886965075299, "his": 0.31146969894424825, "them": 0.34168856859500124}, "known": {"his - them": 0.00148167302531943, "his": 0.34431255282332907, "them": 0.34283087979800964}, "korea": {"his - them": -0.047693018707613416, "his": 0.20759058985548443, "them": 0.25528360856309784}, "kourou": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "kratz": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "kurono": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "l": {"his - them": -0.05235395037330709, "his": 0.2781953231227214, "them": 0.3305492734960285}, "labor": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "laboratory": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "lack": {"his - them": -0.03021886965075299, "his": 0.31146969894424825, "them": 0.34168856859500124}, "lacked": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "ladder": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "lady": {"his - them": -0.02093670995528396, "his": 0.29000760009515225, "them": 0.3109443100504362}, "lagos": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "laid": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "land": {"his - them": -0.022922114201555377, "his": 0.30526179242817636, "them": 0.32818390662973174}, "lands": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "languorous": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "large": {"his - them": -0.15161415978976311, "his": 0.20183687379407528, "them": 0.3534510335838384}, "larger": {"his - them": -0.050020006673994366, "his": 0.26092430337644185, "them": 0.3109443100504362}, "las": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "lashgarara": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "last": {"his - them": -0.055718121897787076, "his": 0.32831510824720644, "them": 0.3840332301449935}, "late": {"his - them": -0.009903641773335137, "his": 0.3274725911341891, "them": 0.3373762329075242}, "later": {"his - them": 0.0016227464923589952, "his": 0.3501729329040362, "them": 0.34855018641167723}, "latest": {"his - them": -0.0008796585619057495, "his": 0.24890988579858353, "them": 0.24978954436048928}, "latter": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "launch": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "law": {"his - them": -0.07845380900069518, "his": 0.2333438228756264, "them": 0.3117976318763216}, "lax": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "lay": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "lead": {"his - them": -0.007840472259843079, "his": 0.3314335033910327, "them": 0.3392739756508758}, "leaders": {"his - them": -0.10538389386403571, "his": 0.23931834707801256, "them": 0.34470224094204827}, "leadership": {"his - them": -0.021539629799087523, "his": 0.27324495010796984, "them": 0.29478457990705736}, "leading": {"his - them": -0.029904492763297708, "his": 0.3186538089869826, "them": 0.3485583017502803}, "leads": {"his - them": -0.02036562252580776, "his": 0.30601442023554437, "them": 0.32638004276135213}, "league": {"his - them": -0.05075909230524317, "his": 0.30601442023554437, "them": 0.35677351254078754}, "leaky": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "lean": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "learn": {"his - them": -0.050646493975359363, "his": 0.24890988579858353, "them": 0.2995563797739429}, "learned": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "learning": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "least": {"his - them": -0.058264169570521884, "his": 0.3151893518459336, "them": 0.3734535214164555}, "leave": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "leaves": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "leaving": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "lebron": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "led": {"his - them": -0.013600947540942598, "his": 0.3122781412574042, "them": 0.3258790887983468}, "lee": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "leeratanakajornthe": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "left": {"his - them": -0.014655406623170386, "his": 0.33389477978850685, "them": 0.34855018641167723}, "legal": {"his - them": 0.028480789111988924, "his": 0.29000760009515225, "them": 0.2615268109831633}, "legislatures": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "legs": {"his - them": -0.0802167251810339, "his": 0.2683415765692464, "them": 0.3485583017502803}, "lending": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "length": {"his - them": 0.000682026027947702, "his": 0.3186538089869826, "them": 0.3179717829590349}, "lengthening": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "lengthier": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "lengthy": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "less": {"his - them": -0.11496222361570019, "his": 0.27871395972073165, "them": 0.39367618333643184}, "lessons": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "let": {"his - them": -0.024295010099460557, "his": 0.31505915132696094, "them": 0.3393541614264215}, "level": {"his - them": -0.03750733467246736, "his": 0.29354583195932804, "them": 0.3310531666317954}, "levels": {"his - them": -0.1275581061620446, "his": 0.21413046243295664, "them": 0.34168856859500124}, "li": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "liberating": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "libraries": {"his - them": -0.0008796585619057495, "his": 0.24890988579858353, "them": 0.24978954436048928}, "library": {"his - them": -0.0015495329947226577, "his": 0.2212480823743244, "them": 0.22279761536904705}, "life": {"his - them": -0.059647661298397325, "his": 0.34918615321223756, "them": 0.4088338145106349}, "lifetime": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "lifted": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "light": {"his - them": -0.05168096849984899, "his": 0.29000760009515225, "them": 0.34168856859500124}, "like": {"his - them": -0.057594749161035186, "his": 0.35229970666665317, "them": 0.40989445582768835}, "liked": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "likely": {"his - them": -0.05668623938919021, "his": 0.2849875809691552, "them": 0.3416738203583454}, "likert": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "likes": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "limit": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "limits": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "line": {"his - them": -0.0011069194732356014, "his": 0.23931834707801256, "them": 0.24042526655124816}, "lines": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "link": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "linked": {"his - them": -0.05126264417716153, "his": 0.29729565757311877, "them": 0.3485583017502803}, "linton": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "liquid": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "listen": {"his - them": -0.12481280486148782, "his": 0.24225108942201368, "them": 0.3670638942835015}, "listening": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "literature": {"his - them": -0.029904492763297708, "his": 0.3186538089869826, "them": 0.3485583017502803}, "little": {"his - them": -0.07130296748160808, "his": 0.319367369443316, "them": 0.3906703369249241}, "live": {"his - them": -0.1089058386340972, "his": 0.2781953231227214, "them": 0.3871011617568186}, "lived": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "liverpool": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "lives": {"his - them": -0.05168096849984899, "his": 0.29000760009515225, "them": 0.34168856859500124}, "living": {"his - them": -0.09729810017637966, "his": 0.20759058985548443, "them": 0.3048886900318641}, "ll": {"his - them": -0.01844378324419943, "his": 0.3084810090841406, "them": 0.32692479232834004}, "loads": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "loan": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "local": {"his - them": 4.7797965258666864e-05, "his": 0.2903090687781627, "them": 0.29026127081290404}, "located": {"his - them": -0.030489874556711927, "his": 0.3052763629300758, "them": 0.33576623748678774}, "location": {"his - them": -0.05135671856640464, "his": 0.23514648971842964, "them": 0.2865032082848343}, "locations": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "logistical": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "lollipop": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "lollipops": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "london": {"his - them": 0.028480789111988924, "his": 0.29000760009515225, "them": 0.2615268109831633}, "lone": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "long": {"his - them": -0.04580717141190782, "his": 0.33427978660549246, "them": 0.3800869580174003}, "longer": {"his - them": 0.028405778762232103, "his": 0.2781953231227214, "them": 0.24978954436048928}, "longest": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "longing": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "look": {"his - them": -0.07878468189041338, "his": 0.33277959104963095, "them": 0.41156427294004433}, "looked": {"his - them": -0.07321245297987511, "his": 0.2827166892852382, "them": 0.3559291422651133}, "looking": {"his - them": 0.09542822344295657, "his": 0.310029905078553, "them": 0.21460168163559643}, "looks": {"his - them": 0.0003876728982117328, "his": 0.3052763629300758, "them": 0.3048886900318641}, "los": {"his - them": 4.931875905278549e-05, "his": 0.2905099485095768, "them": 0.290460629750524}, "lose": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "losing": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "loss": {"his - them": -0.02036562252580776, "his": 0.30601442023554437, "them": 0.32638004276135213}, "losses": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "lost": {"his - them": 0.013278995100772406, "his": 0.3274725911341891, "them": 0.3141935960334167}, "lot": {"his - them": -0.0508185927569369, "his": 0.34061620583923313, "them": 0.39143479859617003}, "lots": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "lotus": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "lou": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "love": {"his - them": 0.028446142511291517, "his": 0.32791918993107155, "them": 0.29947304741978004}, "loved": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "lovers": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "loves": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "loving": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "lovitz": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "low": {"his - them": -0.09773684350863865, "his": 0.2876820494645667, "them": 0.38541889297320536}, "lower": {"his - them": -0.08289587162000811, "his": 0.23129772441340857, "them": 0.3141935960334167}, "luca": {"his - them": -0.021988163221157098, "his": 0.2608634586693646, "them": 0.2828516218905217}, "lucky": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "lunch": {"his - them": -0.15026083344812668, "his": 0.21413046243295664, "them": 0.3643912958810833}, "m": {"his - them": -0.0063150968518973505, "his": 0.33834953380410515, "them": 0.3446646306560025}, "machines": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "made": {"his - them": -0.013972857009259987, "his": 0.34531110047760427, "them": 0.35928395748686426}, "magazine": {"his - them": 0.06721282751342611, "his": 0.32249643607652395, "them": 0.25528360856309784}, "magic": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "magical": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "mail": {"his - them": -0.04739634855020669, "his": 0.21413046243295664, "them": 0.2615268109831633}, "main": {"his - them": -0.022395307529626096, "his": 0.3184975236970695, "them": 0.3408928312266956}, "mainstream": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "maintained": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "major": {"his - them": -0.028884648777359856, "his": 0.31798384978359495, "them": 0.3468684985609548}, "majority": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "make": {"his - them": -0.07219811703444873, "his": 0.3599965212269165, "them": 0.4321946382613652}, "makers": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "makes": {"his - them": -0.03734929749602983, "his": 0.29675867786849, "them": 0.3341079753645198}, "makeup": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "making": {"his - them": -0.07079623232414572, "his": 0.30526179242817636, "them": 0.3760580247523221}, "malignant": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "malindi": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "mammoths": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "man": {"his - them": 0.01858677049989793, "his": 0.3807166517271624, "them": 0.36212988122726447}, "manage": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "managed": {"his - them": -0.013600947540942598, "his": 0.3122781412574042, "them": 0.3258790887983468}, "management": {"his - them": -0.050020006673994366, "his": 0.26092430337644185, "them": 0.3109443100504362}, "manager": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "manipulate": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "manner": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "manufactured": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "manufacturing": {"his - them": -0.047952670566414, "his": 0.20183687379407528, "them": 0.24978954436048928}, "many": {"his - them": -0.046902922589733165, "his": 0.3607297046550637, "them": 0.4076326272447969}, "march": {"his - them": 0.03190797031921894, "his": 0.29723859013921083, "them": 0.2653306198199919}, "marilyn": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "mark": {"his - them": -0.013269801410263793, "his": 0.32249643607652395, "them": 0.33576623748678774}, "marked": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "marketing": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "markets": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "marriage": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "married": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "martinez": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "mary": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "masaru": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "match": {"his - them": 0.028587491269990606, "his": 0.31694061999072276, "them": 0.28835312872073215}, "matches": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "matchup": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "material": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "matt": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "matter": {"his - them": 0.0003876728982117328, "his": 0.3052763629300758, "them": 0.3048886900318641}, "matters": {"his - them": -0.0006025076067214807, "his": 0.26092430337644185, "them": 0.2615268109831633}, "matthew": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "may": {"his - them": -0.04389796166680526, "his": 0.33522559380700506, "them": 0.3791235554738103}, "maybe": {"his - them": -0.021701832126856335, "his": 0.26875879762366767, "them": 0.290460629750524}, "mayhem": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "mcelwee": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "mcgregor": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "me": {"his - them": -0.04367395633641341, "his": 0.320892072075147, "them": 0.3645660284115604}, "mea": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "mean": {"his - them": -0.030489874556711927, "his": 0.3052763629300758, "them": 0.33576623748678774}, "meaning": {"his - them": -0.05126264417716153, "his": 0.29729565757311877, "them": 0.3485583017502803}, "meanings": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "means": {"his - them": -0.09484562953280584, "his": 0.2903090687781627, "them": 0.38515469831096855}, "meant": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "meanwhile": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "measure": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "measures": {"his - them": -0.050020006673994366, "his": 0.26092430337644185, "them": 0.3109443100504362}, "meat": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "mechanics": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "mechanism": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "media": {"his - them": -0.07451783865640438, "his": 0.2647561369944714, "them": 0.3392739756508758}, "medication": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "meditation": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "meh": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "melt": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "members": {"his - them": -0.08399649118981761, "his": 0.21549527130611462, "them": 0.29949176249593223}, "memory": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "men": {"his - them": -0.029650104954440093, "his": 0.30105820273885364, "them": 0.33070830769329373}, "menace": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "menu": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "mercedes": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "mercurial": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "mercy": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "mere": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "merely": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "message": {"his - them": 0.028587491269990606, "his": 0.31694061999072276, "them": 0.28835312872073215}, "messy": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "met": {"his - them": -0.09624428902981533, "his": 0.22172749392921956, "them": 0.3179717829590349}, "meter": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "meters": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "method": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "methods": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "mia": {"his - them": -0.04891800916612535, "his": 0.18019359999239262, "them": 0.22911160915851797}, "miami": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "michael": {"his - them": -0.02136105665122151, "his": 0.2781953231227214, "them": 0.2995563797739429}, "michel": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "michelangelo": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "mid": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "middle": {"his - them": 0.049992754366977976, "his": 0.3052763629300758, "them": 0.25528360856309784}, "midweek": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "might": {"his - them": -0.0377727536310869, "his": 0.35348765838662316, "them": 0.39126041201771006}, "mighty": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "mile": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "miles": {"his - them": -0.047693018707613416, "his": 0.20759058985548443, "them": 0.25528360856309784}, "militaries": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "military": {"his - them": 0.02833353107241951, "his": 0.26875879762366767, "them": 0.24042526655124816}, "millennium": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "million": {"his - them": -0.05557302215798293, "his": 0.26734230513624613, "them": 0.32291532729422906}, "millions": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "milner": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "mind": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "minds": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "mine": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "minimize": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "minimum": {"his - them": -0.09681384761747958, "his": 0.21413046243295664, "them": 0.3109443100504362}, "minister": {"his - them": 0.050154455358875, "his": 0.2647561369944714, "them": 0.21460168163559643}, "ministers": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "ministry": {"his - them": -0.0007488618763617505, "his": 0.2545347466867361, "them": 0.25528360856309784}, "minor": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "minute": {"his - them": -0.055060406752681534, "his": 0.27599275987911387, "them": 0.3310531666317954}, "minutes": {"his - them": -0.022540714384241545, "his": 0.3148355185232827, "them": 0.3373762329075242}, "mip": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "mirror": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "misconduct": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "misreading": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "miss": {"his - them": 0.028587491269990606, "his": 0.31694061999072276, "them": 0.28835312872073215}, "missing": {"his - them": -0.07871194080911931, "his": 0.2883519534743822, "them": 0.3670638942835015}, "mission": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "missionary": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "missions": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "mistaken": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "misunderstanding": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "misunderstood": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "mitchell": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "mixed": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "mls": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "moaning": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "mob": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "mobile": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "model": {"his - them": -0.07742474571497165, "his": 0.24805277628876504, "them": 0.3254775220037367}, "models": {"his - them": -0.047693018707613416, "his": 0.20759058985548443, "them": 0.25528360856309784}, "moderation": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "modern": {"his - them": 0.012972090588216634, "his": 0.30763538323435763, "them": 0.294663292646141}, "modernist": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "moley": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "mom": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "moment": {"his - them": 0.0003876728982117328, "his": 0.3052763629300758, "them": 0.3048886900318641}, "moments": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "money": {"his - them": -0.0826239749604882, "his": 0.23514648971842964, "them": 0.31777046467891784}, "monika": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "monitor": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "monk": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "monosyllabic": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "monroe": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "month": {"his - them": -0.07699936206528557, "his": 0.25405380456650983, "them": 0.3310531666317954}, "months": {"his - them": -0.09771950597986762, "his": 0.20183687379407528, "them": 0.2995563797739429}, "montreal": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "mood": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "moon": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "morad": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "more": {"his - them": -0.0627142947646872, "his": 0.3252154410983093, "them": 0.3879297358629965}, "morning": {"his - them": -0.05600884903750458, "his": 0.259940876591415, "them": 0.3159497256289196}, "mosque": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "most": {"his - them": -0.07710601924827898, "his": 0.34724300671709857, "them": 0.42434902596537755}, "mother": {"his - them": -0.05288710826679932, "his": 0.26875879762366767, "them": 0.321645905890467}, "mothers": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "motions": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "motivation": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "motivational": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "mouth": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "move": {"his - them": -0.054967754369190214, "his": 0.3122781412574042, "them": 0.36724589562659443}, "moved": {"his - them": -0.02136105665122151, "his": 0.2781953231227214, "them": 0.2995563797739429}, "movement": {"his - them": -0.1259455598635433, "his": 0.23082795267724424, "them": 0.35677351254078754}, "movements": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "moves": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "movie": {"his - them": 0.050155119793337616, "his": 0.26229297233708204, "them": 0.21213785254374443}, "moving": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "mr": {"his - them": -0.03147690674817849, "his": 0.2827166892852382, "them": 0.3141935960334167}, "much": {"his - them": -0.05470595402045014, "his": 0.3424149568785081, "them": 0.39712091089895823}, "multidimensional": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "multiple": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "multitude": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "mums": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "murals": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "murrah": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "murray": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "mused": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "museum": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "music": {"his - them": -0.014899479080830114, "his": 0.27329691830602004, "them": 0.28819639738685016}, "musical": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "musicians": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "musings": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "musk": {"his - them": -0.04906834516663991, "his": 0.17678628255392168, "them": 0.22585462772056158}, "muslim": {"his - them": -0.05090710299349907, "his": 0.2438774769135583, "them": 0.29478457990705736}, "muslims": {"his - them": -0.09873133623740035, "his": 0.18777187204743392, "them": 0.2865032082848343}, "must": {"his - them": -0.04160670613277845, "his": 0.30526179242817636, "them": 0.3468684985609548}, "mustard": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "muster": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "mvp": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "my": {"his - them": -0.04896194206562027, "his": 0.28984077621639326, "them": 0.3388027182820135}, "myself": {"his - them": -0.02136105665122151, "his": 0.2781953231227214, "them": 0.2995563797739429}, "mysterium": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "mystic": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "mystical": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "n": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "nab": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "name": {"his - them": -0.010008522770437178, "his": 0.3240994525940826, "them": 0.3341079753645198}, "named": {"his - them": 0.049942887961084925, "his": 0.31146969894424825, "them": 0.2615268109831633}, "nancy": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "naps": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "narrowed": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "narrowly": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "nasa": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "nascent": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "national": {"his - them": -0.05741138938727369, "his": 0.27329691830602004, "them": 0.33070830769329373}, "nations": {"his - them": 0.028480789111988924, "his": 0.29000760009515225, "them": 0.2615268109831633}, "natural": {"his - them": -0.07525571046111701, "his": 0.2781953231227214, "them": 0.3534510335838384}, "naturally": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "nature": {"his - them": -0.05168096849984899, "his": 0.29000760009515225, "them": 0.34168856859500124}, "navigating": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "nba": {"his - them": -0.02136105665122151, "his": 0.2781953231227214, "them": 0.2995563797739429}, "ncaa": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "nearing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "nearly": {"his - them": -0.05419229243247148, "his": 0.2905099485095768, "them": 0.34470224094204827}, "neatly": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "necessary": {"his - them": 0.001023457150364615, "his": 0.3315727306463931, "them": 0.3305492734960285}, "neck": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "need": {"his - them": -0.04251737205035033, "his": 0.2881909356429434, "them": 0.33070830769329373}, "needed": {"his - them": -0.02136105665122151, "his": 0.2781953231227214, "them": 0.2995563797739429}, "needs": {"his - them": -0.03607912680087261, "his": 0.32249643607652395, "them": 0.35857556287739656}, "neglect": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "neighbor": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "neighbours": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "neither": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "nejadi": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "nerves": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "net": {"his - them": -0.0311359573808902, "his": 0.2905099485095768, "them": 0.321645905890467}, "network": {"his - them": -0.021162040407848248, "his": 0.28372664962401584, "them": 0.3048886900318641}, "never": {"his - them": -0.07030657401495122, "his": 0.31894018534357266, "them": 0.3892467593585239}, "nevertheless": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "new": {"his - them": -0.02579216702109216, "his": 0.344930766921041, "them": 0.3707229339421332}, "newcastle": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "newly": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "news": {"his - them": -0.038172829982488055, "his": 0.2799907674896025, "them": 0.31816359747209055}, "newspapers": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "next": {"his - them": -0.06130035795492833, "his": 0.31333312113746126, "them": 0.3746334790923896}, "nhai": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "nice": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "nigeria": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "night": {"his - them": 0.01095176919290558, "his": 0.3314335033910327, "them": 0.32048173419812714}, "nihilist": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "nine": {"his - them": -0.02093670995528396, "his": 0.29000760009515225, "them": 0.3109443100504362}, "nineteen": {"his - them": -0.047952670566414, "his": 0.20183687379407528, "them": 0.24978954436048928}, "nishi": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "no": {"his - them": -0.0321765077703951, "his": 0.3534483284299688, "them": 0.3856248362003639}, "nobeladventures": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "nobody": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "non": {"his - them": -0.03805330221458564, "his": 0.2824284319835415, "them": 0.32048173419812714}, "nor": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "normal": {"his - them": -0.02036562252580776, "his": 0.30601442023554437, "them": 0.32638004276135213}, "normalized": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "north": {"his - them": -0.09729810017637966, "his": 0.20759058985548443, "them": 0.3048886900318641}, "not": {"his - them": -0.04629955487018195, "his": 0.35499398871430904, "them": 0.401293543584491}, "nothing": {"his - them": -0.0563402544140722, "his": 0.2905282441468826, "them": 0.3468684985609548}, "novel": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "november": {"his - them": -0.029904492763297708, "his": 0.3186538089869826, "them": 0.3485583017502803}, "novemberat": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "now": {"his - them": -0.034523227376817345, "his": 0.3471083467603963, "them": 0.38163157413721366}, "nowadays": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "nowhere": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "nuclear": {"his - them": -0.0002970521052751418, "his": 0.27599275987911387, "them": 0.276289811984389}, "number": {"his - them": -0.029455864791073982, "his": 0.3053482988834512, "them": 0.3348041636745252}, "numbers": {"his - them": -0.02036562252580776, "his": 0.30601442023554437, "them": 0.32638004276135213}, "numerically": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "ny": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "nyc": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "objectification": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "objectionable": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "objectives": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "objects": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "observatory": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "observed": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "observing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "obtained": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "obvious": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "occultist": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "occupies": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "occur": {"his - them": -0.07871194080911931, "his": 0.2883519534743822, "them": 0.3670638942835015}, "occurred": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "occurs": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "oct": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "october": {"his - them": -0.09624428902981533, "his": 0.22172749392921956, "them": 0.3179717829590349}, "odyssey": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "of": {"his - them": -0.03734888294477895, "his": 0.28660051960037536, "them": 0.3239494025451543}, "off": {"his - them": -0.07200822019221137, "his": 0.3106076010814351, "them": 0.38261582127364646}, "offense": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "offensive": {"his - them": -0.0009982318358651154, "his": 0.2438774769135583, "them": 0.2448757087494234}, "offer": {"his - them": -0.12817564763130332, "his": 0.20759058985548443, "them": 0.33576623748678774}, "offered": {"his - them": -0.07383950299922432, "his": 0.29729565757311877, "them": 0.3711351605723431}, "offers": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "office": {"his - them": 0.06731569302212354, "his": 0.3171052373826128, "them": 0.24978954436048928}, "offices": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "official": {"his - them": -0.09624428902981533, "his": 0.22172749392921956, "them": 0.3179717829590349}, "offloaded": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "offseason": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "often": {"his - them": -0.0920323010241153, "his": 0.30105820273885364, "them": 0.39309050376296895}, "oh": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "oil": {"his - them": -0.0826239749604882, "his": 0.23514648971842964, "them": 0.31777046467891784}, "oklahoma": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "oladipo": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "old": {"his - them": 0.02429718483542842, "his": 0.321315902018461, "them": 0.2970187171830326}, "older": {"his - them": -0.0802167251810339, "his": 0.2683415765692464, "them": 0.3485583017502803}, "omnipresent": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "on": {"his - them": -0.05208281104905277, "his": 0.34159620874850105, "them": 0.3936790197975538}, "once": {"his - them": -0.028946457517781687, "his": 0.32097739058165153, "them": 0.3499238480994332}, "one": {"his - them": -0.05009218432226359, "his": 0.3777564573312579, "them": 0.4278486416535215}, "ones": {"his - them": 0.028443041060917995, "his": 0.28372664962401584, "them": 0.25528360856309784}, "oni": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "online": {"his - them": 0.01725601997493903, "his": 0.29354583195932804, "them": 0.276289811984389}, "only": {"his - them": -0.08105509875667405, "his": 0.317542499333092, "them": 0.398597598089766}, "onto": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "open": {"his - them": -0.029010867089362846, "his": 0.3151893518459336, "them": 0.34420021893529645}, "opened": {"his - them": -0.0807642652185594, "his": 0.26092430337644185, "them": 0.34168856859500124}, "operations": {"his - them": -0.1275581061620446, "his": 0.21413046243295664, "them": 0.34168856859500124}, "opinion": {"his - them": -0.0807642652185594, "his": 0.26092430337644185, "them": 0.34168856859500124}, "opportunity": {"his - them": 0.04987665040100403, "his": 0.3186538089869826, "them": 0.26877715858597856}, "opposing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "opposite": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "opted": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "optimization": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "optimize": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "opting": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "option": {"his - them": -0.047952670566414, "his": 0.20183687379407528, "them": 0.24978954436048928}, "options": {"his - them": -0.10346699250464148, "his": 0.26092430337644185, "them": 0.3643912958810833}, "or": {"his - them": -0.050909555361289216, "his": 0.335559894048463, "them": 0.3864694494097522}, "orbit": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "order": {"his - them": -0.04500017321129318, "his": 0.310029905078553, "them": 0.3550300782898462}, "ordered": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "ordering": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "ordinary": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "organisations": {"his - them": -0.09624428902981533, "his": 0.22172749392921956, "them": 0.3179717829590349}, "organised": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "organs": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "original": {"his - them": 0.049992754366977976, "his": 0.3052763629300758, "them": 0.25528360856309784}, "origins": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "orlando": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "oscars": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "other": {"his - them": -0.02407600746642019, "his": 0.37233993177035424, "them": 0.39641593923677443}, "others": {"his - them": -0.05745223791715831, "his": 0.3024427560584787, "them": 0.359894993975637}, "otherwise": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "otto": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "our": {"his - them": -0.037476898924602486, "his": 0.33792993426364387, "them": 0.37540683318824636}, "out": {"his - them": -0.044633436606330124, "his": 0.3650972531026267, "them": 0.4097306897089568}, "outcome": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "outfits": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "outright": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "outside": {"his - them": -0.05126264417716153, "his": 0.29729565757311877, "them": 0.3485583017502803}, "over": {"his - them": -0.036897322232348095, "his": 0.3489194832464014, "them": 0.38581680547874947}, "overall": {"his - them": 0.0005253888938120399, "his": 0.31146969894424825, "them": 0.3109443100504362}, "overestimate": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "overflowing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "overing": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "overlap": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "overnight": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "oversee": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "overseeing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "oversight": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "overturned": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "oviri": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "own": {"his - them": -0.015101656768547411, "his": 0.3550130323527673, "them": 0.37011468912131473}, "owner": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "ownership": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "p": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "pace": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "paced": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "pacers": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "pack": {"his - them": -0.00013493260528352202, "his": 0.2827166892852382, "them": 0.2828516218905217}, "package": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "pad": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "pagan": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "page": {"his - them": -0.01374394210869656, "his": 0.3079019637817704, "them": 0.321645905890467}, "pages": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "paid": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "pain": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "pains": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "paint": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "painted": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "painter": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "pair": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "pallid": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "palpable": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "pandemic": {"his - them": 0.049942887961084925, "his": 0.31146969894424825, "them": 0.2615268109831633}, "pandemonium": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "paper": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "parameters": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "paranoid": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "parent": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "parents": {"his - them": -0.0008796585619057495, "his": 0.24890988579858353, "them": 0.24978954436048928}, "parking": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "parks": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "part": {"his - them": -0.04561309992928919, "his": 0.3374144122934683, "them": 0.3830275122227575}, "participants": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "particular": {"his - them": -0.05235395037330709, "his": 0.2781953231227214, "them": 0.3305492734960285}, "particularity": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "particularized": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "particularly": {"his - them": -0.05392561562818132, "his": 0.29493681375769776, "them": 0.3488624293858791}, "partners": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "parts": {"his - them": -0.0807642652185594, "his": 0.26092430337644185, "them": 0.34168856859500124}, "party": {"his - them": 0.017344527231032858, "his": 0.30019614912155457, "them": 0.2828516218905217}, "partying": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "pass": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "passenger": {"his - them": -0.02036562252580776, "his": 0.30601442023554437, "them": 0.32638004276135213}, "passengers": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "passes": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "passions": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "past": {"his - them": 0.09460639854492067, "his": 0.33503166509616883, "them": 0.24042526655124816}, "pastimes": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "pastor": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "pastors": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "path": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "paths": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "patience": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "patrol": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "patronize": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "paul": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "pause": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "pawn": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "pay": {"his - them": 0.00026430432035234874, "his": 0.29982068409429524, "them": 0.2995563797739429}, "payday": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "paying": {"his - them": -0.10454114778525486, "his": 0.24890988579858353, "them": 0.3534510335838384}, "peace": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "pelicans": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "peninsula": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "people": {"his - them": -0.06675493007286054, "his": 0.3305280650779519, "them": 0.39728299515081245}, "per": {"his - them": -0.05465954362228603, "his": 0.2827166892852382, "them": 0.3373762329075242}, "percent": {"his - them": -0.1322218087643586, "his": 0.1624414838817824, "them": 0.294663292646141}, "percentage": {"his - them": -0.09729810017637966, "his": 0.20759058985548443, "them": 0.3048886900318641}, "perceptions": {"his - them": 0.028587491269990606, "his": 0.31694061999072276, "them": 0.28835312872073215}, "perfect": {"his - them": -0.05235395037330709, "his": 0.2781953231227214, "them": 0.3305492734960285}, "perfecting": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "perfectly": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "performance": {"his - them": -0.03658428812847486, "his": 0.3122781412574042, "them": 0.3488624293858791}, "performances": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "performed": {"his - them": -0.05126264417716153, "his": 0.29729565757311877, "them": 0.3485583017502803}, "performing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "perhaps": {"his - them": -0.04379327277445477, "his": 0.33110141532227805, "them": 0.3748946880967328}, "perimeter": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "period": {"his - them": -0.05090710299349907, "his": 0.2438774769135583, "them": 0.29478457990705736}, "periods": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "permissible": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "permission": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "persecution": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "person": {"his - them": -0.05524574261277604, "his": 0.3079019637817704, "them": 0.36314770639454647}, "personal": {"his - them": 0.024217529692445505, "his": 0.31241392707929566, "them": 0.28819639738685016}, "personality": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "persons": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "perturbation": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "pet": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "phenomenon": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "philadelphia": {"his - them": 0.028405778762232103, "his": 0.2781953231227214, "them": 0.24978954436048928}, "philosopher": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "phone": {"his - them": -0.07871194080911931, "his": 0.2883519534743822, "them": 0.3670638942835015}, "phones": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "phosphorus": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "photo": {"his - them": 0.05003113973380596, "his": 0.29982068409429524, "them": 0.24978954436048928}, "physical": {"his - them": -0.07383950299922432, "his": 0.29729565757311877, "them": 0.3711351605723431}, "physically": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "physicist": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "physics": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "piatti": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "pick": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "picked": {"his - them": 0.0005253888938120399, "his": 0.31146969894424825, "them": 0.3109443100504362}, "piece": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "pieces": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "piedmont": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "piette": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "pill": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "pillars": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "pills": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "pioneer": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "pistons": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "place": {"his - them": -0.009128000786336687, "his": 0.3568423183562224, "them": 0.36597031914255906}, "placed": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "plague": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "plainly": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "plan": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "planets": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "planned": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "planning": {"his - them": 0.02799226348022879, "his": 0.23552830920052473, "them": 0.20753604572029594}, "plans": {"his - them": -0.09681384761747958, "his": 0.21413046243295664, "them": 0.3109443100504362}, "plates": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "platform": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "play": {"his - them": -0.049374921368056546, "his": 0.3290752197301635, "them": 0.37845014109822006}, "played": {"his - them": 0.09444724463843365, "his": 0.33932295338785706, "them": 0.2448757087494234}, "player": {"his - them": -0.03765566248284913, "his": 0.2905282441468826, "them": 0.32818390662973174}, "players": {"his - them": -0.014318587827929552, "his": 0.2905282441468826, "them": 0.30484683197481216}, "playing": {"his - them": -0.0759434433183806, "his": 0.26875879762366767, "them": 0.34470224094204827}, "playmaking": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "playoff": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "playoffs": {"his - them": -0.02036562252580776, "his": 0.30601442023554437, "them": 0.32638004276135213}, "plays": {"his - them": -0.012847252889674032, "his": 0.33571104886060626, "them": 0.3485583017502803}, "please": {"his - them": -0.07230908186889667, "his": 0.29493681375769776, "them": 0.36724589562659443}, "pleases": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "pleasure": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "podcast": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "poem": {"his - them": 0.05003113973380596, "his": 0.29982068409429524, "them": 0.24978954436048928}, "poems": {"his - them": 0.08281221646750916, "his": 0.2881909356429434, "them": 0.20537871917543424}, "poetry": {"his - them": 0.06747669723052227, "his": 0.3079019637817704, "them": 0.24042526655124816}, "point": {"his - them": -0.007686259564661013, "his": 0.33651395937063544, "them": 0.34420021893529645}, "points": {"his - them": 0.013443864589510246, "his": 0.33932295338785706, "them": 0.3258790887983468}, "polarization": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "police": {"his - them": 0.031972548756900476, "his": 0.31143187428060454, "them": 0.27945932552370406}, "policy": {"his - them": -0.02093670995528396, "his": 0.29000760009515225, "them": 0.3109443100504362}, "policymakers": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "political": {"his - them": -0.000753121018726155, "his": 0.25768960285188947, "them": 0.2584427238706156}, "politicians": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "politics": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "pong": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "popular": {"his - them": -0.055060406752681534, "his": 0.27599275987911387, "them": 0.3310531666317954}, "population": {"his - them": -0.09681384761747958, "his": 0.21413046243295664, "them": 0.3109443100504362}, "portable": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "portion": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "portrays": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "posed": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "posit": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "position": {"his - them": -0.03680027716027784, "his": 0.3079019637817704, "them": 0.34470224094204827}, "positioning": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "positive": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "positives": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "possession": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "possibilities": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "possibility": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "possible": {"his - them": -0.050020006673994366, "his": 0.26092430337644185, "them": 0.3109443100504362}, "possibly": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "post": {"his - them": -0.03634579620122558, "his": 0.3171052373826128, "them": 0.3534510335838384}, "potential": {"his - them": -0.10279358400309668, "his": 0.2683415765692464, "them": 0.3711351605723431}, "potentially": {"his - them": 0.028587491269990606, "his": 0.31694061999072276, "them": 0.28835312872073215}, "power": {"his - them": -0.014870212593982413, "his": 0.3279606672040272, "them": 0.34283087979800964}, "powerful": {"his - them": -0.02093670995528396, "his": 0.29000760009515225, "them": 0.3109443100504362}, "practical": {"his - them": 0.049785579967625226, "his": 0.3272449960467882, "them": 0.27745941607916297}, "practice": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "practicing": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "practitioner": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "praised": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "pray": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "prayer": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "praying": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "pre": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "preach": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "preaching": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "precepts": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "precious": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "preclude": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "preconceptions": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "predicated": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "predict": {"his - them": -0.05075909230524317, "his": 0.30601442023554437, "them": 0.35677351254078754}, "predictability": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "predicted": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "predictions": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "prehistoric": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "premium": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "prepare": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "prepared": {"his - them": -0.05168096849984899, "his": 0.29000760009515225, "them": 0.34168856859500124}, "presence": {"his - them": -0.054315060486096356, "his": 0.32249643607652395, "them": 0.3768114965626203}, "present": {"his - them": -0.08163938769744494, "his": 0.24890988579858353, "them": 0.3305492734960285}, "presented": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "preserve": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "presidency": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "president": {"his - them": 0.028167592903821176, "his": 0.2509652082728682, "them": 0.22279761536904705}, "press": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "pressuring": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "pretended": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "pretty": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "prevent": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "prevented": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "preventing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "prevention": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "preview": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "previous": {"his - them": -0.0566389495561791, "his": 0.3148355185232827, "them": 0.3714744680794618}, "previously": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "price": {"his - them": -0.053330137364052066, "his": 0.2608634586693646, "them": 0.3141935960334167}, "prickly": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "primitivism": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "privacy": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "private": {"his - them": -0.03072858940173323, "his": 0.29982068409429524, "them": 0.3305492734960285}, "probability": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "probable": {"his - them": -0.05114228267251145, "his": 0.23931834707801256, "them": 0.290460629750524}, "probably": {"his - them": 0.01754885760866992, "his": 0.3171052373826128, "them": 0.2995563797739429}, "probe": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "problem": {"his - them": -0.07001197093236022, "his": 0.31798384978359495, "them": 0.3879958207159552}, "problems": {"his - them": -0.055060406752681534, "his": 0.27599275987911387, "them": 0.3310531666317954}, "proceeded": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "process": {"his - them": -0.04809883045534641, "his": 0.3084810090841406, "them": 0.356579839539487}, "processing": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "produce": {"his - them": -0.08123149080005165, "his": 0.2545347466867361, "them": 0.33576623748678774}, "produced": {"his - them": -0.09474184299706023, "his": 0.2646525991610589, "them": 0.3593944421581191}, "product": {"his - them": -0.08808870190338741, "his": 0.2905099485095768, "them": 0.3785986504129642}, "production": {"his - them": 0.0001602794795856899, "his": 0.2948235721257267, "them": 0.294663292646141}, "productive": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "productivity": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "products": {"his - them": -0.050020006673994366, "his": 0.26092430337644185, "them": 0.3109443100504362}, "professional": {"his - them": -0.02093670995528396, "his": 0.29000760009515225, "them": 0.3109443100504362}, "professionals": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "professors": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "program": {"his - them": 0.017607746044659867, "his": 0.32249643607652395, "them": 0.3048886900318641}, "programme": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "progress": {"his - them": 0.0008649532854360653, "his": 0.3272449960467882, "them": 0.32638004276135213}, "progressively": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "prohibition": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "project": {"his - them": -0.07101076535797679, "his": 0.3024427560584787, "them": 0.3734535214164555}, "projecting": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "proliferation": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "prolific": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "promising": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "prompt": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "proper": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "properly": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "properties": {"his - them": -0.09681384761747958, "his": 0.21413046243295664, "them": 0.3109443100504362}, "prophet": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "proposals": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "proposed": {"his - them": -0.07955407906041656, "his": 0.277219433480371, "them": 0.35677351254078754}, "prosecute": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "protagonist": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "protect": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "protected": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "protectors": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "protestant": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "proud": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "proven": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "provide": {"his - them": -0.007603343009284669, "his": 0.33926515555167014, "them": 0.3468684985609548}, "provided": {"his - them": -0.021162040407848248, "his": 0.28372664962401584, "them": 0.3048886900318641}, "provider": {"his - them": -0.09624428902981533, "his": 0.22172749392921956, "them": 0.3179717829590349}, "providers": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "providing": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "province": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "proxy": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "prudence": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "prufrock": {"his - them": 0.05015156621746583, "his": 0.25553028539290007, "them": 0.20537871917543424}, "psychological": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "psychologically": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "psychologist": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "public": {"his - them": -0.07185683556663225, "his": 0.30545393020212297, "them": 0.3773107657687552}, "publication": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "publications": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "published": {"his - them": 0.03200350528332152, "his": 0.3224641350338455, "them": 0.290460629750524}, "pull": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "purchased": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "pure": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "purpose": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "purposes": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "pursue": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "pushback": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "put": {"his - them": -0.0527776653140517, "his": 0.34031283844891724, "them": 0.39309050376296895}, "puts": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "putting": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "pyjamas": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "qualified": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "qualitative": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "quality": {"his - them": -0.0826239749604882, "his": 0.23514648971842964, "them": 0.31777046467891784}, "quantitative": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "quantum": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "quest": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "question": {"his - them": -0.028456551130924213, "his": 0.3274725911341891, "them": 0.3559291422651133}, "questionnaire": {"his - them": -0.04739634855020669, "his": 0.21413046243295664, "them": 0.2615268109831633}, "questionnaires": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "questions": {"his - them": -0.022236007417879178, "his": 0.25405380456650983, "them": 0.276289811984389}, "quick": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "quicker": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "quickly": {"his - them": -0.05203958786277191, "his": 0.28372664962401584, "them": 0.33576623748678774}, "quite": {"his - them": -0.03094227504064906, "his": 0.29493681375769776, "them": 0.3258790887983468}, "quote": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "r": {"his - them": -0.0007488618763617505, "his": 0.2545347466867361, "them": 0.25528360856309784}, "race": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "radical": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "radio": {"his - them": -0.08123149080005165, "his": 0.2545347466867361, "them": 0.33576623748678774}, "radioactivity": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "radios": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "radius": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "rage": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "raging": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "rain": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "raise": {"his - them": 0.00026430432035234874, "his": 0.29982068409429524, "them": 0.2995563797739429}, "rallied": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "raman": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "rand": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "random": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "randomized": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "ranging": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "ranked": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "ranking": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "rapper": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "rate": {"his - them": -0.05235395037330709, "his": 0.2781953231227214, "them": 0.3305492734960285}, "rather": {"his - them": -0.022802862137838498, "his": 0.3082503044939569, "them": 0.3310531666317954}, "ratio": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "ray": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "rays": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "re": {"his - them": -0.021996979966031893, "his": 0.33892583857429454, "them": 0.36092281854032643}, "reached": {"his - them": -0.08163938769744494, "his": 0.24890988579858353, "them": 0.3305492734960285}, "react": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "reactions": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "read": {"his - them": -0.010008522770437178, "his": 0.3240994525940826, "them": 0.3341079753645198}, "reader": {"his - them": -0.029528516493999346, "his": 0.3272449960467882, "them": 0.35677351254078754}, "readily": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "reading": {"his - them": 0.024423721899881123, "his": 0.3386173179332978, "them": 0.3141935960334167}, "ready": {"his - them": -0.030489874556711927, "his": 0.3052763629300758, "them": 0.33576623748678774}, "real": {"his - them": -0.056863078406237444, "his": 0.31143187428060454, "them": 0.368294952686842}, "reality": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "realization": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "realize": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "really": {"his - them": -0.04987846587841993, "his": 0.33768369172965956, "them": 0.3875621576080795}, "reason": {"his - them": -0.03072858940173323, "his": 0.29982068409429524, "them": 0.3305492734960285}, "reasons": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "reassuring": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "reawakens": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "rebellious": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "rebounding": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "rebounds": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "recalled": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "receive": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "received": {"his - them": -0.050646493975359363, "his": 0.24890988579858353, "them": 0.2995563797739429}, "recent": {"his - them": -0.03147690674817849, "his": 0.2827166892852382, "them": 0.3141935960334167}, "recently": {"his - them": -0.055241569643507515, "his": 0.2729423369862242, "them": 0.32818390662973174}, "recession": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "recognize": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "recognized": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "reconciliations": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "reconstruction": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "record": {"his - them": -0.03021886965075299, "his": 0.31146969894424825, "them": 0.34168856859500124}, "records": {"his - them": 0.05008468195832863, "his": 0.2905099485095768, "them": 0.24042526655124816}, "rectifying": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "red": {"his - them": -0.12161273017303653, "his": 0.26092430337644185, "them": 0.3825370335494784}, "reduce": {"his - them": -0.12683080782106074, "his": 0.22172749392921956, "them": 0.3485583017502803}, "reduction": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "reference": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "references": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "referred": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "reflecting": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "reflects": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "reform": {"his - them": -0.050353943345127994, "his": 0.2545347466867361, "them": 0.3048886900318641}, "refusal": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "regard": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "regarded": {"his - them": 0.028587491269990606, "his": 0.31694061999072276, "them": 0.28835312872073215}, "region": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "regional": {"his - them": -0.021701832126856335, "his": 0.26875879762366767, "them": 0.290460629750524}, "regularly": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "reich": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "reinforce": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "reinforcement": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "rejecting": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "rejection": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "relate": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "relation": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "relations": {"his - them": 0.06759737820200629, "his": 0.30019614912155457, "them": 0.23259877091954828}, "relationship": {"his - them": -0.03734929749602983, "his": 0.29675867786849, "them": 0.3341079753645198}, "relationships": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "relativity": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "relax": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "relay": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "relentless": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "relevant": {"his - them": -0.05168096849984899, "his": 0.29000760009515225, "them": 0.34168856859500124}, "reliability": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "reliable": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "reliance": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "relies": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "rely": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "remaining": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "remains": {"his - them": -0.050353943345127994, "his": 0.2545347466867361, "them": 0.3048886900318641}, "remarkable": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "remember": {"his - them": -0.013269801410263793, "his": 0.32249643607652395, "them": 0.33576623748678774}, "remind": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "reminded": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "remodel": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "remote": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "remove": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "rental": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "rented": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "replay": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "report": {"his - them": -0.07780295791953823, "his": 0.24267877627858891, "them": 0.32048173419812714}, "republican": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "request": {"his - them": 0.0003876728982117328, "his": 0.3052763629300758, "them": 0.3048886900318641}, "requests": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "required": {"his - them": -0.0759434433183806, "his": 0.26875879762366767, "them": 0.34470224094204827}, "requirement": {"his - them": -0.04739634855020669, "his": 0.21413046243295664, "them": 0.2615268109831633}, "requirements": {"his - them": -0.0802167251810339, "his": 0.2683415765692464, "them": 0.3485583017502803}, "requires": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "requiring": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "research": {"his - them": -0.07532554161942578, "his": 0.2534552000567769, "them": 0.3287807416762027}, "researched": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "resend": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "residential": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "residents": {"his - them": -0.09681384761747958, "his": 0.21413046243295664, "them": 0.3109443100504362}, "resolve": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "resource": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "resources": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "respect": {"his - them": -0.12481280486148782, "his": 0.24225108942201368, "them": 0.3670638942835015}, "respectful": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "respective": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "respond": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "response": {"his - them": -0.052634138690376975, "his": 0.27324495010796984, "them": 0.3258790887983468}, "responsibility": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "responsible": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "responsive": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "rest": {"his - them": -0.03021886965075299, "his": 0.31146969894424825, "them": 0.34168856859500124}, "restaurant": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "result": {"his - them": -0.05392561562818132, "his": 0.29493681375769776, "them": 0.3488624293858791}, "results": {"his - them": -0.1259455598635433, "his": 0.23082795267724424, "them": 0.35677351254078754}, "retrieved": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "return": {"his - them": 0.03200350528332152, "his": 0.3224641350338455, "them": 0.290460629750524}, "returned": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "returning": {"his - them": -0.05248135158536049, "his": 0.3186538089869826, "them": 0.3711351605723431}, "reveals": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "revenue": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "review": {"his - them": 0.06747669723052227, "his": 0.3079019637817704, "them": 0.24042526655124816}, "reviewed": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "reviews": {"his - them": 0.028587491269990606, "his": 0.31694061999072276, "them": 0.28835312872073215}, "revision": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "revolution": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "reward": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "reyes": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "richard": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "richmond": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "ride": {"his - them": -0.0011069194732356014, "his": 0.23931834707801256, "them": 0.24042526655124816}, "ridenyc": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "ridiculous": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "rifts": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "right": {"his - them": -0.01732563698766376, "his": 0.3594403557182695, "them": 0.37676599270593325}, "rightly": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "rights": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "ring": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "risk": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "risky": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "ritual": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "rival": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "road": {"his - them": -0.038172829982488055, "his": 0.2799907674896025, "them": 0.31816359747209055}, "roads": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "robbed": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "robbery": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "rock": {"his - them": -0.0807642652185594, "his": 0.26092430337644185, "them": 0.34168856859500124}, "rocket": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "rockets": {"his - them": -0.029904492763297708, "his": 0.3186538089869826, "them": 0.3485583017502803}, "roetter": {"his - them": -0.04818377472034496, "his": 0.19669193402907845, "them": 0.2448757087494234}, "rohan": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "role": {"his - them": -0.04437626031433528, "his": 0.32094610684499353, "them": 0.3653223671593288}, "roles": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "rolled": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "roman": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "roof": {"his - them": -0.10197729156293339, "his": 0.277219433480371, "them": 0.3791967250433044}, "rookie": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "room": {"his - them": 0.000682026027947702, "his": 0.3186538089869826, "them": 0.3179717829590349}, "root": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "roots": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "rotations": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "round": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "rounds": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "roy": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "royer": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "rudolph": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "rule": {"his - them": -0.07871194080911931, "his": 0.2883519534743822, "them": 0.3670638942835015}, "ruled": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "rules": {"his - them": -0.03021886965075299, "his": 0.31146969894424825, "them": 0.34168856859500124}, "ruling": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "rulings": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "run": {"his - them": -0.05613451537911868, "his": 0.3224641350338455, "them": 0.3785986504129642}, "running": {"his - them": -0.07955407906041656, "his": 0.277219433480371, "them": 0.35677351254078754}, "rural": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "russell": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "s": {"his - them": -0.028515637448895625, "his": 0.34200742718758603, "them": 0.37052306463648166}, "saber": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "sabonis": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sacrifice": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sacrifices": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sad": {"his - them": -0.12481280486148782, "his": 0.24225108942201368, "them": 0.3670638942835015}, "sadly": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "safe": {"his - them": -0.09624428902981533, "his": 0.22172749392921956, "them": 0.3179717829590349}, "safely": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "saftar": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "said": {"his - them": -0.047892542513820135, "his": 0.306792366825237, "them": 0.3546849093390571}, "sake": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "saline": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "salt": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "salvation": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "same": {"his - them": -0.014497818176146315, "his": 0.3382742146797844, "them": 0.35277203285593073}, "sanctify": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "saphir": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sarah": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "satan": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "satisfaction": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "saturday": {"his - them": -0.05392561562818132, "his": 0.29493681375769776, "them": 0.3488624293858791}, "saudi": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "save": {"his - them": 0.028480789111988924, "his": 0.29000760009515225, "them": 0.2615268109831633}, "saved": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "savejbolagh": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "saving": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "savings": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "saw": {"his - them": 0.00971834828600715, "his": 0.34670610697721654, "them": 0.3369877586912094}, "say": {"his - them": -0.06130035795492833, "his": 0.31333312113746126, "them": 0.3746334790923896}, "saying": {"his - them": 0.05008468195832863, "his": 0.2905099485095768, "them": 0.24042526655124816}, "says": {"his - them": -0.03094227504064906, "his": 0.29493681375769776, "them": 0.3258790887983468}, "scaled": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "scandal": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "scared": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "scenarios": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "scenes": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "schedule": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "school": {"his - them": -0.029010867089362846, "his": 0.3151893518459336, "them": 0.34420021893529645}, "science": {"his - them": -0.03214945735968611, "his": 0.26734230513624613, "them": 0.29949176249593223}, "scientific": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "scientifically": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "scientist": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "scientists": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "scorching": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "score": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "scored": {"his - them": -0.02093670995528396, "his": 0.29000760009515225, "them": 0.3109443100504362}, "scorer": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "scores": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "scoring": {"his - them": -0.05126264417716153, "his": 0.29729565757311877, "them": 0.3485583017502803}, "scratcher": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "screen": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "scripted": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "scripture": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "scrubs": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "scrutiny": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "se": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sea": {"his - them": -0.08232755881245443, "his": 0.23931834707801256, "them": 0.321645905890467}, "search": {"his - them": 0.027886614416957833, "his": 0.22727622784398854, "them": 0.1993896134270307}, "searched": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "searching": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "season": {"his - them": -0.03143517709657956, "his": 0.2617869055780552, "them": 0.29322208267463473}, "seat": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "seating": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "second": {"his - them": -0.05535449473974269, "his": 0.3285167533690366, "them": 0.38387124810877926}, "seconds": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "secret": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "sector": {"his - them": -0.09900938241307225, "his": 0.18384223947744946, "them": 0.2828516218905217}, "secure": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "see": {"his - them": -0.03628727559937839, "his": 0.325851622235204, "them": 0.36213889783458236}, "seed": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "seeding": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "seedy": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "seeing": {"his - them": 0.0003876728982117328, "his": 0.3052763629300758, "them": 0.3048886900318641}, "seeking": {"his - them": -0.07871194080911931, "his": 0.2883519534743822, "them": 0.3670638942835015}, "seem": {"his - them": -0.022395307529626096, "his": 0.3184975236970695, "them": 0.3408928312266956}, "seemed": {"his - them": -0.07194460418439935, "his": 0.29982068409429524, "them": 0.3717652882786946}, "seemingly": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "seems": {"his - them": -0.11184221768687197, "his": 0.24805277628876504, "them": 0.359894993975637}, "seen": {"his - them": -0.07081475786386243, "his": 0.30763538323435763, "them": 0.37845014109822006}, "sees": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "seinfeld": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "selecting": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "selection": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "selections": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "self": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "semi": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "sends": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "senior": {"his - them": 0.049785579967625226, "his": 0.3272449960467882, "them": 0.27745941607916297}, "sensational": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sense": {"his - them": -0.013073348636862714, "his": 0.3286152199581385, "them": 0.34168856859500124}, "sensitive": {"his - them": -0.050020006673994366, "his": 0.26092430337644185, "them": 0.3109443100504362}, "sent": {"his - them": -0.05235395037330709, "his": 0.2781953231227214, "them": 0.3305492734960285}, "sentences": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "separations": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sept": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "september": {"his - them": 0.02807709464299249, "his": 0.24267877627858891, "them": 0.21460168163559643}, "series": {"his - them": -0.014497818176146315, "his": 0.3382742146797844, "them": 0.35277203285593073}, "serious": {"his - them": -0.020676125385916122, "his": 0.29729565757311877, "them": 0.3179717829590349}, "seriously": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "sermon": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "servants": {"his - them": -0.09624428902981533, "his": 0.22172749392921956, "them": 0.3179717829590349}, "serve": {"his - them": 0.028443041060917995, "his": 0.28372664962401584, "them": 0.25528360856309784}, "served": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "serves": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "service": {"his - them": -0.0722129445110703, "his": 0.2876820494645667, "them": 0.359894993975637}, "serving": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "set": {"his - them": 0.02435952955855708, "his": 0.32920636153336924, "them": 0.30484683197481216}, "sets": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "settle": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "seven": {"his - them": 0.0670884089749752, "his": 0.3286152199581385, "them": 0.2615268109831633}, "seventeenth": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "several": {"his - them": -0.04922611254242365, "his": 0.3314335033910327, "them": 0.3806596159334564}, "severe": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "sex": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "sexual": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "shade": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "shadow": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "shakespeare": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "shall": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "shannon": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "shaped": {"his - them": -0.1259455598635433, "his": 0.23082795267724424, "them": 0.35677351254078754}, "share": {"his - them": -0.03607912680087261, "his": 0.32249643607652395, "them": 0.35857556287739656}, "shared": {"his - them": 0.028443041060917995, "his": 0.28372664962401584, "them": 0.25528360856309784}, "sharifi": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sharing": {"his - them": -0.07438369578593107, "his": 0.29000760009515225, "them": 0.3643912958810833}, "sharper": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "she": {"his - them": -0.06485806224297211, "his": 0.214262476899613, "them": 0.2791205391425851}, "shepherd": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sheri": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sherlock": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "shifted": {"his - them": 0.028587491269990606, "his": 0.31694061999072276, "them": 0.28835312872073215}, "shifts": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "shine": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "shinier": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "shining": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "ship": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "shocked": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "shocking": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "shoes": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "shop": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "short": {"his - them": -0.009791415904417566, "his": 0.33110141532227805, "them": 0.3408928312266956}, "shorten": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "shortly": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "shot": {"his - them": 0.0008182291433785349, "his": 0.3224641350338455, "them": 0.321645905890467}, "shots": {"his - them": -0.07871194080911931, "his": 0.2883519534743822, "them": 0.3670638942835015}, "should": {"his - them": -0.05094579063818622, "his": 0.30400749134658667, "them": 0.3549532819847729}, "shouldn": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "shouting": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "shovels": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "show": {"his - them": -0.014497818176146315, "his": 0.3382742146797844, "them": 0.35277203285593073}, "showed": {"his - them": -0.030489874556711927, "his": 0.3052763629300758, "them": 0.33576623748678774}, "showing": {"his - them": -0.013444036113415658, "his": 0.3171052373826128, "them": 0.3305492734960285}, "shown": {"his - them": -0.05292159693683507, "his": 0.31146969894424825, "them": 0.3643912958810833}, "shows": {"his - them": -0.05329919994732074, "his": 0.3052763629300758, "them": 0.35857556287739656}, "shucking": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "shut": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "sick": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "side": {"his - them": -0.057656991525893264, "his": 0.3240994525940826, "them": 0.3817564441199759}, "sides": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "sidestepping": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sight": {"his - them": 0.028587491269990606, "his": 0.31694061999072276, "them": 0.28835312872073215}, "sightseeing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "signal": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "signals": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "significant": {"his - them": -0.04109362374183062, "his": 0.3148355185232827, "them": 0.3559291422651133}, "significantly": {"his - them": -0.12683080782106074, "his": 0.22172749392921956, "them": 0.3485583017502803}, "signs": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "silence": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "silent": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "similar": {"his - them": -0.02136105665122151, "his": 0.2781953231227214, "them": 0.2995563797739429}, "simmons": {"his - them": -0.05075909230524317, "his": 0.30601442023554437, "them": 0.35677351254078754}, "simon": {"his - them": -0.09624428902981533, "his": 0.22172749392921956, "them": 0.3179717829590349}, "simple": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "simply": {"his - them": -0.053330137364052066, "his": 0.2608634586693646, "them": 0.3141935960334167}, "since": {"his - them": 0.0017586167962913568, "his": 0.3516184360303637, "them": 0.34985981923407233}, "sincere": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sinful": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sing": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "single": {"his - them": -0.07346714874362625, "his": 0.2792409542249158, "them": 0.35270810296854205}, "singleton": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sinhalese": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sirkin": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "sister": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "sistine": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sit": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "site": {"his - them": -0.04875653144209882, "his": 0.18384223947744946, "them": 0.23259877091954828}, "sitting": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "situation": {"his - them": -0.044705642129703405, "his": 0.3151893518459336, "them": 0.359894993975637}, "six": {"his - them": -0.022540714384241545, "his": 0.3148355185232827, "them": 0.3373762329075242}, "sixers": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sixth": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "size": {"his - them": -0.050020006673994366, "his": 0.26092430337644185, "them": 0.3109443100504362}, "skeletal": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "sketching": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "skilled": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "skills": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "skins": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "skyward": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "slack": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "slang": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "slave": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "slavery": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "sleep": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sleepless": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sliced": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "slices": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "slide": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "slightly": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "slow": {"his - them": -0.07106733460523013, "his": 0.31146969894424825, "them": 0.3825370335494784}, "small": {"his - them": -0.07230908186889667, "his": 0.29493681375769776, "them": 0.36724589562659443}, "smallness": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "smell": {"his - them": -0.0008796585619057495, "his": 0.24890988579858353, "them": 0.24978954436048928}, "smidgen": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "smooth": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "snow": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "so": {"his - them": -0.06900449949032988, "his": 0.3380893791889249, "them": 0.4070938786792548}, "soccer": {"his - them": -0.07955407906041656, "his": 0.277219433480371, "them": 0.35677351254078754}, "social": {"his - them": -0.07230908186889667, "his": 0.29493681375769776, "them": 0.36724589562659443}, "society": {"his - them": -0.0943889087708788, "his": 0.26875879762366767, "them": 0.36314770639454647}, "soft": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "software": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "solar": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sold": {"his - them": -0.0006025076067214807, "his": 0.26092430337644185, "them": 0.2615268109831633}, "somalia": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "some": {"his - them": -0.04853244104002097, "his": 0.36897954412225664, "them": 0.4175119851622776}, "someone": {"his - them": -0.05248135158536049, "his": 0.3186538089869826, "them": 0.3711351605723431}, "something": {"his - them": -0.08180808548866653, "his": 0.3053482988834512, "them": 0.38715638437211775}, "sometimes": {"his - them": -0.03658428812847486, "his": 0.3122781412574042, "them": 0.3488624293858791}, "somewhat": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "somewhere": {"his - them": -0.09624428902981533, "his": 0.22172749392921956, "them": 0.3179717829590349}, "son": {"his - them": 4.931875905278549e-05, "his": 0.2905099485095768, "them": 0.290460629750524}, "song": {"his - them": 0.06769120423876646, "his": 0.29354583195932804, "them": 0.22585462772056158}, "soon": {"his - them": -0.05573299314355873, "his": 0.30019614912155457, "them": 0.3559291422651133}, "sore": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "sorry": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "sort": {"his - them": -0.05012327429277874, "his": 0.31694061999072276, "them": 0.3670638942835015}, "sorting": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "soul": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "sound": {"his - them": -0.047693018707613416, "his": 0.20759058985548443, "them": 0.25528360856309784}, "sounding": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "source": {"his - them": -0.05363034948954315, "his": 0.29982068409429524, "them": 0.3534510335838384}, "sourcing": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "south": {"his - them": -0.022116186293094142, "his": 0.2573431392306099, "them": 0.27945932552370406}, "southbank": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "southeast": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "southern": {"his - them": -0.0007488618763617505, "his": 0.2545347466867361, "them": 0.25528360856309784}, "soviet": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "space": {"his - them": -0.05745223791715831, "his": 0.3024427560584787, "them": 0.359894993975637}, "spaceport": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "spam": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "spambots": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "speak": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "speaker": {"his - them": -0.07871194080911931, "his": 0.2883519534743822, "them": 0.3670638942835015}, "speaking": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "special": {"his - them": 0.017344527231032858, "his": 0.30019614912155457, "them": 0.2828516218905217}, "species": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "specific": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "spectacularly": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "spectators": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "speech": {"his - them": 0.06754105538924896, "his": 0.303894973684048, "them": 0.23635391829479904}, "spent": {"his - them": 0.0005619598633261891, "his": 0.31143187428060454, "them": 0.31086991441727835}, "sphere": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "spin": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "spirit": {"his - them": -0.05573299314355873, "his": 0.30019614912155457, "them": 0.3559291422651133}, "spirited": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "spiritual": {"his - them": -0.05126264417716153, "his": 0.29729565757311877, "them": 0.3485583017502803}, "spiritually": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sporting": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sports": {"his - them": -0.1259455598635433, "his": 0.23082795267724424, "them": 0.35677351254078754}, "spots": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "spread": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "spring": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "spss18": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "square": {"his - them": -0.029528516493999346, "his": 0.3272449960467882, "them": 0.35677351254078754}, "squarely": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "stability": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "stadium": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "stadler": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "staff": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "stage": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "stages": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "stakes": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "stan": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "standard": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "standards": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "standing": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "standings": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "staple": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "star": {"his - them": 0.0006419224898659981, "his": 0.3148355185232827, "them": 0.3141935960334167}, "stars": {"his - them": -0.050353943345127994, "his": 0.2545347466867361, "them": 0.3048886900318641}, "start": {"his - them": 0.0005619598633261891, "his": 0.31143187428060454, "them": 0.31086991441727835}, "started": {"his - them": -0.044195500092759354, "his": 0.3240994525940826, "them": 0.368294952686842}, "starters": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "starting": {"his - them": -0.028116041298377636, "his": 0.33503166509616883, "them": 0.36314770639454647}, "starts": {"his - them": 0.0005253888938120399, "his": 0.31146969894424825, "them": 0.3109443100504362}, "state": {"his - them": -0.02005849766486628, "his": 0.2667887203852272, "them": 0.2868472180500935}, "statement": {"his - them": -0.0006025076067214807, "his": 0.26092430337644185, "them": 0.2615268109831633}, "states": {"his - them": -0.01028817015780309, "his": 0.3151893518459336, "them": 0.3254775220037367}, "station": {"his - them": -0.021539629799087523, "his": 0.27324495010796984, "them": 0.29478457990705736}, "statistical": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "statistics": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "statue": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "stay": {"his - them": -4.600864183679221e-05, "his": 0.2864571996429975, "them": 0.2865032082848343}, "stayed": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "steadfast": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "steadiness": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "steady": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "steal": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "step": {"his - them": -0.045510810534858614, "his": 0.30105820273885364, "them": 0.34656901327371226}, "stephen": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "stepped": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "stepping": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "steps": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "steve": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "steven": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "stevens": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "still": {"his - them": -0.07180056044814997, "his": 0.32056944242160135, "them": 0.3923700028697513}, "stint": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "stitches": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "stock": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "stole": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "stone": {"his - them": -0.047693018707613416, "his": 0.20759058985548443, "them": 0.25528360856309784}, "stop": {"his - them": -0.04127622868793751, "his": 0.31143187428060454, "them": 0.35270810296854205}, "stopped": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "store": {"his - them": -0.12481280486148782, "his": 0.24225108942201368, "them": 0.3670638942835015}, "stories": {"his - them": 0.017607746044659867, "his": 0.32249643607652395, "them": 0.3048886900318641}, "story": {"his - them": -0.053330137364052066, "his": 0.2608634586693646, "them": 0.3141935960334167}, "storytellers": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "stout": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "straight": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "straightforward": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "strained": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "strange": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "strategies": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "strategy": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "straughn": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "strawberries": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "streak": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "stream": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "street": {"his - them": -0.05392561562818132, "his": 0.29493681375769776, "them": 0.3488624293858791}, "streets": {"his - them": -0.05203958786277191, "his": 0.28372664962401584, "them": 0.33576623748678774}, "strength": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "strengthened": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "striker": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "strong": {"his - them": -0.03190449498858794, "his": 0.2729423369862242, "them": 0.30484683197481216}, "struck": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "struggle": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "struggled": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "struggles": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "struggling": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "student": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "students": {"his - them": -4.600864183679221e-05, "his": 0.2864571996429975, "them": 0.2865032082848343}, "studies": {"his - them": 4.931875905278549e-05, "his": 0.2905099485095768, "them": 0.290460629750524}, "study": {"his - them": -0.05371001056222241, "his": 0.25405380456650983, "them": 0.30776381512873224}, "stuff": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "stunning": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sturridge": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "style": {"his - them": 0.001271941901096918, "his": 0.34296051049609816, "them": 0.34168856859500124}, "subject": {"his - them": -0.054967754369190214, "his": 0.3122781412574042, "them": 0.36724589562659443}, "subjected": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "subjects": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "subscription": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "subsequent": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "substantially": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "subway": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "success": {"his - them": -0.013269801410263793, "his": 0.32249643607652395, "them": 0.33576623748678774}, "successful": {"his - them": 0.04987665040100403, "his": 0.3186538089869826, "them": 0.26877715858597856}, "such": {"his - them": -0.002924327682491068, "his": 0.35929851058290657, "them": 0.36222283826539764}, "sudden": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "suffer": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "suffered": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "suffering": {"his - them": 0.049785579967625226, "his": 0.3272449960467882, "them": 0.27745941607916297}, "sufficiently": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "suggested": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "suggests": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "suicide": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "suitable": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "suited": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "sullen": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sullivan": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "sun": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "super": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "superstar": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "support": {"his - them": 0.001460956763678467, "his": 0.3456611756989749, "them": 0.34420021893529645}, "supporters": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "supportive": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "supports": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "supposed": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "suppress": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "suppression": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "sure": {"his - them": -0.014578223526147849, "his": 0.3360369496371372, "them": 0.35061517316328505}, "surface": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "surpassed": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "surprised": {"his - them": -0.07955407906041656, "his": 0.277219433480371, "them": 0.35677351254078754}, "surprising": {"his - them": -0.0807642652185594, "his": 0.26092430337644185, "them": 0.34168856859500124}, "survival": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "survive": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "suspect": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "suspected": {"his - them": -0.0007488618763617505, "his": 0.2545347466867361, "them": 0.25528360856309784}, "suspects": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "suspend": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "swamps": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "swarm": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "swarming": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "sweet": {"his - them": -0.07383950299922432, "his": 0.29729565757311877, "them": 0.3711351605723431}, "swim": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "switching": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "swoop": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "system": {"his - them": 0.0012410850257735806, "his": 0.3386173179332978, "them": 0.3373762329075242}, "t": {"his - them": -0.025278885346161628, "his": 0.34638345322592956, "them": 0.3716623385720912}, "table": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "tables": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "tackle": {"his - them": -0.0006025076067214807, "his": 0.26092430337644185, "them": 0.2615268109831633}, "tahiti": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "tahitian": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "taider": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "take": {"his - them": -0.08025903917751415, "his": 0.31632504574832065, "them": 0.3965840849258348}, "taken": {"his - them": -0.028530100492663968, "his": 0.32986345585522847, "them": 0.35839355634789244}, "takeover": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "takes": {"his - them": 0.028480789111988924, "his": 0.29000760009515225, "them": 0.2615268109831633}, "takeshi": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "taking": {"his - them": -0.007981665782122171, "his": 0.32682249789240303, "them": 0.3348041636745252}, "talent": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "talented": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "talk": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "talking": {"his - them": 0.00015223385064039308, "his": 0.29493681375769776, "them": 0.29478457990705736}, "talks": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "tank": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "target": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "task": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "tasks": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "tasman": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "tatum": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "taxes": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "taxi": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "taxis": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "tbd": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "teach": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "teaching": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "teachings": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "team": {"his - them": -0.03453102734580643, "his": 0.30482313408061507, "them": 0.3393541614264215}, "teammates": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "teams": {"his - them": -0.041446725577499566, "his": 0.3082503044939569, "them": 0.34969703007145647}, "tear": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "technical": {"his - them": -0.07438369578593107, "his": 0.29000760009515225, "them": 0.3643912958810833}, "technically": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "technique": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "techniques": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "technological": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "technologies": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "technology": {"his - them": -0.055949425100052075, "his": 0.29675867786849, "them": 0.35270810296854205}, "teens": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "telekinesis": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "telescope": {"his - them": -0.0009982318358651154, "his": 0.2438774769135583, "them": 0.2448757087494234}, "tell": {"his - them": -0.01374394210869656, "his": 0.3079019637817704, "them": 0.321645905890467}, "telling": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "temperament": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "tempted": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "tend": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "tends": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "term": {"his - them": -0.036997857542647616, "his": 0.303894973684048, "them": 0.3408928312266956}, "terms": {"his - them": -0.050353943345127994, "his": 0.2545347466867361, "them": 0.3048886900318641}, "terrible": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "terrorism": {"his - them": -0.050020006673994366, "his": 0.26092430337644185, "them": 0.3109443100504362}, "tesla": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "test": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "testing": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "text": {"his - them": 0.028480789111988924, "his": 0.29000760009515225, "them": 0.2615268109831633}, "than": {"his - them": -0.07223723451034841, "his": 0.33000322215350053, "them": 0.40224045666384894}, "thanapob": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "thank": {"his - them": -0.021162040407848248, "his": 0.28372664962401584, "them": 0.3048886900318641}, "thanks": {"his - them": -0.03131326503592036, "his": 0.2864571996429975, "them": 0.31777046467891784}, "that": {"his - them": -0.05367987490654591, "his": 0.3196370494312882, "them": 0.3733169243378341}, "the": {"his - them": -0.03930861961595894, "his": 0.22577581404710395, "them": 0.2650844336630629}, "theatre": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "their": {"his - them": -0.0682413578108475, "his": 0.3456257890335945, "them": 0.413867146844442}, "them": {"his - them": -0.13930047160764847, "his": 0.3554446438597931, "them": 0.49474511546744154}, "themed": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "themselves": {"his - them": -0.0563971643996633, "his": 0.3184975236970695, "them": 0.3748946880967328}, "then": {"his - them": -0.041050407868734096, "his": 0.3752530334555529, "them": 0.416303441324287}, "theodore": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "theories": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "theorised": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "theory": {"his - them": -0.029528516493999346, "his": 0.3272449960467882, "them": 0.35677351254078754}, "there": {"his - them": -0.06360512868502638, "his": 0.3595603972682, "them": 0.4231655259532264}, "therefore": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "these": {"his - them": -0.05509051902326617, "his": 0.3508410660560099, "them": 0.40593158507927607}, "they": {"his - them": -0.07703211526929404, "his": 0.3279088321100296, "them": 0.4049409473793236}, "thickness": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "thieves": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "thimble": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "thing": {"his - them": 0.012897488245665611, "his": 0.30315875905856965, "them": 0.29026127081290404}, "things": {"his - them": -0.03904777240033397, "his": 0.3599965212269165, "them": 0.39904429362725047}, "think": {"his - them": -0.07940827712203619, "his": 0.325851622235204, "them": 0.40525989935724016}, "thinkers": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "thinking": {"his - them": 0.017670909907702315, "his": 0.3286152199581385, "them": 0.3109443100504362}, "thinks": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "third": {"his - them": -0.038172829982488055, "his": 0.2799907674896025, "them": 0.31816359747209055}, "thirty": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "this": {"his - them": -0.022767703585215404, "his": 0.37383902969408817, "them": 0.39660673327930357}, "thorny": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "those": {"his - them": -0.08073003467065165, "his": 0.3138349972857401, "them": 0.39456503195639175}, "though": {"his - them": -0.04086223283680818, "his": 0.32612538487522247, "them": 0.36698761771203064}, "thought": {"his - them": -0.03405184954935664, "his": 0.3144983368623206, "them": 0.34855018641167723}, "thoughts": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "thousand": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "thousands": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "thread": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "three": {"his - them": -0.052208427012864544, "his": 0.319367369443316, "them": 0.37157579645618055}, "thrilled": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "thrives": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "through": {"his - them": -0.022843679706777087, "his": 0.3550399531461563, "them": 0.37788363285293336}, "throughout": {"his - them": -0.028456551130924213, "his": 0.3274725911341891, "them": 0.3559291422651133}, "throw": {"his - them": -0.12481280486148782, "his": 0.24225108942201368, "them": 0.3670638942835015}, "throws": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "thunder": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "thus": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "tickets": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "tide": {"his - them": -0.09624428902981533, "his": 0.22172749392921956, "them": 0.3179717829590349}, "tie": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "tien": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "ties": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "tight": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "tile": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "tim": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "time": {"his - them": -0.010373743304955385, "his": 0.3823231454513738, "them": 0.3926968887563292}, "times": {"his - them": -0.04500017321129318, "his": 0.310029905078553, "them": 0.3550300782898462}, "timothy": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "tiptoeing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "titled": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "titles": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "to": {"his - them": -0.03913342075802739, "his": 0.29178229423378793, "them": 0.3309157149918153}, "today": {"his - them": -0.0722129445110703, "his": 0.2876820494645667, "them": 0.359894993975637}, "together": {"his - them": -0.05184195243139722, "his": 0.3540443741947732, "them": 0.4058863266261704}, "told": {"his - them": -0.061177235391726814, "his": 0.31505915132696094, "them": 0.37623638671868775}, "toll": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "tomorrow": {"his - them": -0.05235395037330709, "his": 0.2781953231227214, "them": 0.3305492734960285}, "tonkotsu": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "too": {"his - them": -0.08127278097990287, "his": 0.3025984671288764, "them": 0.38387124810877926}, "took": {"his - them": -0.05850950376595998, "his": 0.2861551268900425, "them": 0.3446646306560025}, "tool": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "toothed": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "top": {"his - them": -0.059484720397074864, "his": 0.29709511914241216, "them": 0.356579839539487}, "topical": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "topless": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "torn": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "toronto": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "tortured": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "touch": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "tough": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "tour": {"his - them": -0.04818377472034496, "his": 0.19669193402907845, "them": 0.2448757087494234}, "tourist": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "tournament": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "tours": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "toward": {"his - them": -0.03718008378596965, "his": 0.30019614912155457, "them": 0.3373762329075242}, "towards": {"his - them": -0.05292159693683507, "his": 0.31146969894424825, "them": 0.3643912958810833}, "town": {"his - them": -0.07859908802862625, "his": 0.23124476146370732, "them": 0.30984384949233357}, "toxic": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "track": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "tracks": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "trade": {"his - them": -0.05075909230524317, "his": 0.30601442023554437, "them": 0.35677351254078754}, "traded": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "tradeoffs": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "traditional": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "traffic": {"his - them": 0.028480789111988924, "his": 0.29000760009515225, "them": 0.2615268109831633}, "trail": {"his - them": 0.028480789111988924, "his": 0.29000760009515225, "them": 0.2615268109831633}, "train": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "transgressive": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "transporting": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "trauma": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "travel": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "treated": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "tremendous": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "tremendum": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "trends": {"his - them": -0.09466793874140744, "his": 0.24225108942201368, "them": 0.3369190281634211}, "trial": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "tried": {"his - them": -0.02860865037445942, "his": 0.3240994525940826, "them": 0.35270810296854205}, "tries": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "trigger": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "trimmed": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "trimmings": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "trivia": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "trouble": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "true": {"his - them": -0.04400187694527269, "his": 0.3274725911341891, "them": 0.3714744680794618}, "truly": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "trump": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "trust": {"his - them": -0.07153513363254449, "his": 0.3052763629300758, "them": 0.3768114965626203}, "truth": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "try": {"his - them": -0.04379327277445477, "his": 0.33110141532227805, "them": 0.3748946880967328}, "trying": {"his - them": -0.028884648777359856, "his": 0.31798384978359495, "them": 0.3468684985609548}, "tumultuous": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "tune": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "turbulence": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "turn": {"his - them": -0.022066800162348355, "his": 0.3267956292235307, "them": 0.3488624293858791}, "turned": {"his - them": -0.030489874556711927, "his": 0.3052763629300758, "them": 0.33576623748678774}, "turns": {"his - them": -0.02036562252580776, "his": 0.30601442023554437, "them": 0.32638004276135213}, "tv": {"his - them": -0.021162040407848248, "his": 0.28372664962401584, "them": 0.3048886900318641}, "tweets": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "twelve": {"his - them": -0.050353943345127994, "his": 0.2545347466867361, "them": 0.3048886900318641}, "twenty": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "twitter": {"his - them": -0.014504181526777016, "his": 0.2849875809691552, "them": 0.29949176249593223}, "two": {"his - them": -0.06879128432459619, "his": 0.32980631376516983, "them": 0.398597598089766}, "tyler": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "type": {"his - them": -0.05168096849984899, "his": 0.29000760009515225, "them": 0.34168856859500124}, "typed": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "typos": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "u": {"his - them": -0.10031310935680204, "his": 0.16501751046318985, "them": 0.2653306198199919}, "ugly": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "uk": {"his - them": -0.0006025076067214807, "his": 0.26092430337644185, "them": 0.2615268109831633}, "ultimately": {"his - them": -0.02036562252580776, "his": 0.30601442023554437, "them": 0.32638004276135213}, "unappreciated": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "unavoidable": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "unbridled": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "uncertain": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "uncertainty": {"his - them": -0.07871194080911931, "his": 0.2883519534743822, "them": 0.3670638942835015}, "unchecked": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "uncommunicative": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "unconstitutional": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "uncredited": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "undeniable": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "under": {"his - them": -0.010987639215150724, "his": 0.29340954018018217, "them": 0.3043971793953329}, "underground": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "underlying": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "undermined": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "underneath": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "underrated": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "understand": {"his - them": -0.0759434433183806, "his": 0.26875879762366767, "them": 0.34470224094204827}, "understanding": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "understood": {"his - them": -0.01997840817269836, "his": 0.31694061999072276, "them": 0.3369190281634211}, "undertake": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "undone": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "unemployed": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "unenticing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "uneven": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "unfair": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "unfold": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "uniform": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "unimaginable": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "union": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "unique": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "united": {"his - them": 0.0006419224898659981, "his": 0.3148355185232827, "them": 0.3141935960334167}, "units": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "unity": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "universal": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "universe": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "university": {"his - them": 0.017441334031246425, "his": 0.3079019637817704, "them": 0.290460629750524}, "unless": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "unlike": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "unnoticed": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "unpleasant": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "unpredictable": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "unproven": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "unrest": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "unruly": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "unsettled": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "unstated": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "until": {"his - them": -0.05203958786277191, "his": 0.28372664962401584, "them": 0.33576623748678774}, "unwelcome": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "unwritten": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "up": {"his - them": -0.036618835170600106, "his": 0.35469858556108264, "them": 0.39131742073168274}, "update": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "upheaval": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "upon": {"his - them": 0.0008649532854360653, "his": 0.3272449960467882, "them": 0.32638004276135213}, "uppity": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "upset": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "uranium": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "urban": {"his - them": 0.028443041060917995, "his": 0.28372664962401584, "them": 0.25528360856309784}, "us": {"his - them": -0.057163227049068344, "his": 0.32600721847497255, "them": 0.3831704455240409}, "usage": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "usd": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "use": {"his - them": -0.11514555293216239, "his": 0.27700457870860395, "them": 0.39215013164076634}, "used": {"his - them": -0.051202234872769536, "his": 0.29988467737225627, "them": 0.3510869122450258}, "useful": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "user": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "users": {"his - them": -0.05288710826679932, "his": 0.26875879762366767, "them": 0.321645905890467}, "uses": {"his - them": 0.00026430432035234874, "his": 0.29982068409429524, "them": 0.2995563797739429}, "using": {"his - them": -0.02314156715142418, "his": 0.2997737601428049, "them": 0.32291532729422906}, "usual": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "usually": {"his - them": -0.10404081619066047, "his": 0.2545347466867361, "them": 0.35857556287739656}, "utah": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "v": {"his - them": -0.04963020638978849, "his": 0.2683415765692464, "them": 0.3179717829590349}, "validity": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "valuable": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "value": {"his - them": -0.050020006673994366, "his": 0.26092430337644185, "them": 0.3109443100504362}, "valued": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "variable": {"his - them": -0.047693018707613416, "his": 0.20759058985548443, "them": 0.25528360856309784}, "variables": {"his - them": -0.047049664656759, "his": 0.22172749392921956, "them": 0.26877715858597856}, "variance": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "variety": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "various": {"his - them": -0.08232755881245443, "his": 0.23931834707801256, "them": 0.321645905890467}, "varying": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "vast": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "ve": {"his - them": -0.07173956254635283, "his": 0.30694000737060945, "them": 0.3786795699169623}, "vegas": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "vehicle": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "venezuelan": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "verbally": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "verne": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "verse": {"his - them": 0.05006110500827435, "his": 0.29493681375769776, "them": 0.2448757087494234}, "version": {"his - them": -0.05288710826679932, "his": 0.26875879762366767, "them": 0.321645905890467}, "very": {"his - them": -0.06916389252804844, "his": 0.35580638356324085, "them": 0.4249702760912893}, "via": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "vicious": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "victims": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "victor": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "victory": {"his - them": 0.0008649532854360653, "his": 0.3272449960467882, "them": 0.32638004276135213}, "video": {"his - them": -0.0007488618763617505, "his": 0.2545347466867361, "them": 0.25528360856309784}, "videos": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "view": {"his - them": 0.00015223385064039308, "his": 0.29493681375769776, "them": 0.29478457990705736}, "views": {"his - them": -0.07484891325338072, "his": 0.28372664962401584, "them": 0.35857556287739656}, "villagers": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "villalba": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "violate": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "violated": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "violence": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "virginia": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "virginity": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "vision": {"his - them": -0.02093670995528396, "his": 0.29000760009515225, "them": 0.3109443100504362}, "visions": {"his - them": -0.09624428902981533, "his": 0.22172749392921956, "them": 0.3179717829590349}, "visit": {"his - them": 0.028405778762232103, "his": 0.2781953231227214, "them": 0.24978954436048928}, "vogue": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "voices": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "vol": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "volume": {"his - them": -0.0006025076067214807, "his": 0.26092430337644185, "them": 0.2615268109831633}, "vote": {"his - them": -0.09681384761747958, "his": 0.21413046243295664, "them": 0.3109443100504362}, "voters": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "vs": {"his - them": -0.07955407906041656, "his": 0.277219433480371, "them": 0.35677351254078754}, "vulnerable": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "w": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "waaay": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "wade": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "waiter": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "waiting": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "waitress": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "waived": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "waives": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "waldo": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "walk": {"his - them": -0.0955520900841079, "his": 0.23082795267724424, "them": 0.32638004276135213}, "walking": {"his - them": -0.05012327429277874, "his": 0.31694061999072276, "them": 0.3670638942835015}, "wall": {"his - them": -0.10574634150826598, "his": 0.23514648971842964, "them": 0.3408928312266956}, "walls": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "wander": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "want": {"his - them": -0.03733592222712517, "his": 0.3290752197301635, "them": 0.3664111419572887}, "wanted": {"his - them": -0.07293724251512163, "his": 0.2864571996429975, "them": 0.3593944421581191}, "wanting": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "wants": {"his - them": 0.0003876728982117328, "his": 0.3052763629300758, "them": 0.3048886900318641}, "war": {"his - them": -0.054852574511223745, "his": 0.2333438228756264, "them": 0.28819639738685016}, "warfarin": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "warned": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "warning": {"his - them": -0.049209026711702714, "his": 0.17358858865734433, "them": 0.22279761536904705}, "warrant": {"his - them": -0.001888663260982859, "his": 0.20789743566772212, "them": 0.20978609892870498}, "warrants": {"his - them": -0.047693018707613416, "his": 0.20759058985548443, "them": 0.25528360856309784}, "was": {"his - them": -0.040416002869053946, "his": 0.3412899897302085, "them": 0.38170599259926247}, "washington": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "wasn": {"his - them": -0.04109362374183062, "his": 0.3148355185232827, "them": 0.3559291422651133}, "waste": {"his - them": 0.031960492509567895, "his": 0.3082503044939569, "them": 0.276289811984389}, "watch": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "watched": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "watching": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "water": {"his - them": -0.04175746287681775, "his": 0.3024427560584787, "them": 0.34420021893529645}, "way": {"his - them": -0.0041661410527863985, "his": 0.3535369219405576, "them": 0.357703062993344}, "ways": {"his - them": -0.07383950299922432, "his": 0.29729565757311877, "them": 0.3711351605723431}, "we": {"his - them": -0.03838104395900599, "his": 0.3293831120913848, "them": 0.3677641560503908}, "weapons": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "wearing": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "weaselled": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "webb": {"his - them": -0.04858204624736512, "his": 0.18777187204743392, "them": 0.23635391829479904}, "website": {"his - them": -0.05235395037330709, "his": 0.2781953231227214, "them": 0.3305492734960285}, "websites": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "wee": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "week": {"his - them": 0.0007212041321887908, "his": 0.3166709297611084, "them": 0.3159497256289196}, "weekend": {"his - them": 0.028555004156381403, "his": 0.30601442023554437, "them": 0.27745941607916297}, "weeks": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "weigh": {"his - them": -0.09343823715557503, "his": 0.25778680431756285, "them": 0.3512250414731379}, "weighed": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "weight": {"his - them": -0.03094227504064906, "his": 0.29493681375769776, "them": 0.3258790887983468}, "well": {"his - them": -0.01750761545353896, "his": 0.35501470499636345, "them": 0.3725223204499024}, "wells": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "went": {"his - them": -0.05465954362228603, "his": 0.2827166892852382, "them": 0.3373762329075242}, "were": {"his - them": -0.058558300526903195, "his": 0.32275907899253714, "them": 0.38131737951944034}, "weren": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "west": {"his - them": -0.04160670613277845, "his": 0.30526179242817636, "them": 0.3468684985609548}, "westbrook": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "westerberg": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "western": {"his - them": -0.03021886965075299, "his": 0.31146969894424825, "them": 0.34168856859500124}, "what": {"his - them": -0.06207637493628754, "his": 0.33330423905939227, "them": 0.3953806139956798}, "whatever": {"his - them": -0.09681384761747958, "his": 0.21413046243295664, "them": 0.3109443100504362}, "when": {"his - them": -0.046135417144729296, "his": 0.34936221752485364, "them": 0.39549763466958293}, "where": {"his - them": -0.05412237851836432, "his": 0.35050141352343445, "them": 0.40462379204179877}, "whether": {"his - them": -0.03226258018856115, "his": 0.2647561369944714, "them": 0.2970187171830326}, "which": {"his - them": -0.07009633725831982, "his": 0.3550805641353377, "them": 0.4251769013936575}, "while": {"his - them": -0.026338784913436664, "his": 0.34994286172485284, "them": 0.3762816466382895}, "whilst": {"his - them": -1.1752463499603572e-06, "his": 0.2883519534743822, "them": 0.28835312872073215}, "whim": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "white": {"his - them": -0.057267907049665445, "his": 0.30526179242817636, "them": 0.3625296994778418}, "who": {"his - them": -0.023707683209551134, "his": 0.3773813167786679, "them": 0.401088999988219}, "whole": {"his - them": -0.05524574261277604, "his": 0.3079019637817704, "them": 0.36314770639454647}, "whose": {"his - them": -0.03072858940173323, "his": 0.29982068409429524, "them": 0.3305492734960285}, "why": {"his - them": -0.06316974074587062, "his": 0.3374144122934683, "them": 0.4005841530393389}, "wicked": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "wide": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "widespread": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "widows": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "wife": {"his - them": 0.017670909907702315, "his": 0.3286152199581385, "them": 0.3109443100504362}, "wildlife": {"his - them": -0.0006025076067214807, "his": 0.26092430337644185, "them": 0.2615268109831633}, "will": {"his - them": -0.0355194824405804, "his": 0.345386786034438, "them": 0.3809062684750184}, "willing": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "win": {"his - them": -0.05235395037330709, "his": 0.2781953231227214, "them": 0.3305492734960285}, "window": {"his - them": 0.028480789111988924, "his": 0.29000760009515225, "them": 0.2615268109831633}, "windows": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "wing": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "winner": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "winning": {"his - them": 0.08191992047410732, "his": 0.3267956292235307, "them": 0.2448757087494234}, "wins": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "wisdom": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "wise": {"his - them": -0.029528516493999346, "his": 0.3272449960467882, "them": 0.35677351254078754}, "wish": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "wished": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "with": {"his - them": -0.0346843927027628, "his": 0.35838769960907507, "them": 0.3930720923118379}, "within": {"his - them": -0.01743601650144172, "his": 0.3352720864671003, "them": 0.35270810296854205}, "without": {"his - them": -0.05152386163339284, "his": 0.32986345585522847, "them": 0.3813873174886213}, "withstood": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "woman": {"his - them": -0.04663146340191873, "his": 0.23082795267724424, "them": 0.27745941607916297}, "women": {"his - them": -0.07121332265685731, "his": 0.2997737601428049, "them": 0.3709870827996622}, "won": {"his - them": -0.05745223791715831, "his": 0.3024427560584787, "them": 0.359894993975637}, "wonder": {"his - them": -0.05126264417716153, "his": 0.29729565757311877, "them": 0.3485583017502803}, "wondered": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "wonderful": {"his - them": -0.047752593124994136, "his": 0.30347244834814374, "them": 0.3512250414731379}, "wondering": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "word": {"his - them": -0.08451664099721556, "his": 0.20789743566772212, "them": 0.2924140766649377}, "words": {"his - them": -0.05114228267251145, "his": 0.23931834707801256, "them": 0.290460629750524}, "work": {"his - them": -0.028284410099481128, "his": 0.36955331367036814, "them": 0.39783772376984927}, "worked": {"his - them": -0.02036562252580776, "his": 0.30601442023554437, "them": 0.32638004276135213}, "worker": {"his - them": -0.04537400124977947, "his": 0.25778680431756285, "them": 0.3031608055673423}, "working": {"his - them": -0.05135671856640464, "his": 0.23514648971842964, "them": 0.2865032082848343}, "works": {"his - them": -0.028750923226462943, "his": 0.32094610684499353, "them": 0.34969703007145647}, "world": {"his - them": -0.05477314568250835, "his": 0.34148189551107966, "them": 0.396255041193588}, "worldcat": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "worried": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "worries": {"his - them": 0.0003116427808014244, "his": 0.30347244834814374, "them": 0.3031608055673423}, "worrisome": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "worry": {"his - them": -0.05235395037330709, "his": 0.2781953231227214, "them": 0.3305492734960285}, "worse": {"his - them": -0.013444036113415658, "his": 0.3171052373826128, "them": 0.3305492734960285}, "worst": {"his - them": -0.02036562252580776, "his": 0.30601442023554437, "them": 0.32638004276135213}, "worth": {"his - them": -0.04739634855020669, "his": 0.21413046243295664, "them": 0.2615268109831633}, "would": {"his - them": -0.07737395270417047, "his": 0.3239202863782684, "them": 0.4012942390824389}, "wouldn": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "write": {"his - them": -0.04916060928098115, "his": 0.277219433480371, "them": 0.32638004276135213}, "writer": {"his - them": -0.0006025076067214807, "his": 0.26092430337644185, "them": 0.2615268109831633}, "writers": {"his - them": 0.028518498987140206, "his": 0.29729565757311877, "them": 0.26877715858597856}, "writes": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "writing": {"his - them": 0.017607746044659867, "his": 0.32249643607652395, "them": 0.3048886900318641}, "wrong": {"his - them": -0.1259455598635433, "his": 0.23082795267724424, "them": 0.35677351254078754}, "wrote": {"his - them": 0.031983896632760966, "his": 0.3148355185232827, "them": 0.2828516218905217}, "www": {"his - them": -0.0002399825987919879, "his": 0.277219433480371, "them": 0.27745941607916297}, "x": {"his - them": 0.028405778762232103, "his": 0.2781953231227214, "them": 0.24978954436048928}, "xi": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "yeah": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "year": {"his - them": -0.010665797249468312, "his": 0.31279427897293177, "them": 0.3234600762224001}, "years": {"his - them": -0.05257531064978482, "his": 0.34533410617333576, "them": 0.3979094168231206}, "yes": {"his - them": -0.02093670995528396, "his": 0.29000760009515225, "them": 0.3109443100504362}, "yet": {"his - them": -0.014413872450613041, "his": 0.34061620583923313, "them": 0.3550300782898462}, "yo": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "yoing": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}, "york": {"his - them": -0.023432661589884995, "his": 0.2925170640390346, "them": 0.3159497256289196}, "yorker": {"his - them": -0.048567074689038925, "his": 0.2883519534743822, "them": 0.3369190281634211}, "you": {"his - them": -0.05953384356811875, "his": 0.30916848204039665, "them": 0.3687023256085154}, "young": {"his - them": 0.011036437366898744, "his": 0.33651395937063544, "them": 0.3254775220037367}, "your": {"his - them": -0.06743912447800998, "his": 0.3101180793156343, "them": 0.37755720379364427}, "yourself": {"his - them": -0.0004355820167321611, "his": 0.2683415765692464, "them": 0.26877715858597856}, "youtube": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "zealand": {"his - them": -0.04610203929871848, "his": 0.24225108942201368, "them": 0.28835312872073215}, "zone": {"his - them": -0.12918715476926837, "his": 0.19669193402907845, "them": 0.3258790887983468}, "zoo": {"his - them": -0.04417668262074176, "his": 0.28291987659744894, "them": 0.3270965592181907}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-his-they.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-his-they.json new file mode 100644 index 0000000000000000000000000000000000000000..8905a18967e273412f996a5690aff236647d211e --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-his-they.json @@ -0,0 +1 @@ +{"0": {"his - they": 0.017864908924904166, "his": 0.2821992296752414, "they": 0.26433432075033725}, "000": {"his - they": -0.007726724982758892, "his": 0.3024427560584787, "they": 0.3101694810412376}, "04": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "08": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "1": {"his - they": -0.012861446960252987, "his": 0.31566017611950514, "they": 0.32852162307975813}, "10": {"his - they": 0.016421768108564272, "his": 0.30482313408061507, "they": 0.2884013659720508}, "100": {"his - they": -0.033603973557390865, "his": 0.2876820494645667, "they": 0.3212860230219576}, "10bn": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "11": {"his - they": -0.07154672135374945, "his": 0.21413046243295664, "they": 0.2856771837867061}, "12": {"his - they": -0.07882885798194425, "his": 0.2277228393295231, "they": 0.30655169731146736}, "13": {"his - they": 0.004538585460397981, "his": 0.2905099485095768, "they": 0.2859713630491788}, "14": {"his - they": 0.004538585460397981, "his": 0.2905099485095768, "they": 0.2859713630491788}, "15": {"his - they": 0.07302629960838367, "his": 0.29675867786849, "they": 0.2237323782601063}, "15th": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "16": {"his - they": -0.012667394095588591, "his": 0.2905099485095768, "they": 0.3031773426051654}, "160": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "17": {"his - they": -0.033603973557390865, "his": 0.2876820494645667, "they": 0.3212860230219576}, "170": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "18": {"his - they": -0.012491426305788977, "his": 0.3052763629300758, "they": 0.3177677892358648}, "18usd": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "19": {"his - they": -0.06417771738080907, "his": 0.23129772441340857, "they": 0.29547544179421764}, "1910": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "1930s": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "1932": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "1953": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "1957": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "1965": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "1968": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "1983": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "1986": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "1987": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "1990s": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "1994": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "1996": {"his - they": 0.07917405035393921, "his": 0.29729565757311877, "they": 0.21812160721917956}, "1999": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "19th": {"his - they": 0.05052400462668377, "his": 0.2545347466867361, "they": 0.20401074206005232}, "2": {"his - they": -0.0024435407398840647, "his": 0.3083085671779966, "they": 0.31075210791788066}, "20": {"his - they": 0.028773169121398712, "his": 0.3321445745671022, "they": 0.3033714054457035}, "200": {"his - they": -0.07181061387105012, "his": 0.20759058985548443, "they": 0.27940120372653454}, "2001": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "2002": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "2006": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "2007": {"his - they": 0.004032329784487032, "his": 0.2545347466867361, "they": 0.25050241690224906}, "2008": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "2011": {"his - they": 0.12008522657158313, "his": 0.29675867786849, "they": 0.17667345129690684}, "2012": {"his - they": 0.1012656208700235, "his": 0.3052763629300758, "they": 0.20401074206005232}, "2015": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "2016": {"his - they": 0.02193060073259162, "his": 0.3079019637817704, "they": 0.2859713630491788}, "2017": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "2018": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "2019": {"his - they": -0.07154672135374945, "his": 0.21413046243295664, "they": 0.2856771837867061}, "20th": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "21": {"his - they": -0.04256522126790244, "his": 0.22172749392921956, "they": 0.264292715197122}, "21st": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "23": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "235": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "24": {"his - they": -0.0632330425491287, "his": 0.2545347466867361, "they": 0.3177677892358648}, "25": {"his - they": 0.07917405035393921, "his": 0.29729565757311877, "they": 0.21812160721917956}, "25th": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "26": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "27": {"his - they": -0.04275343553801686, "his": 0.21413046243295664, "they": 0.2568838979709735}, "28": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "29": {"his - they": 0.025875159203541276, "his": 0.3052763629300758, "they": 0.27940120372653454}, "290": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "292": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "296": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "2nd": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "3": {"his - they": 0.013968212247147338, "his": 0.32056944242160135, "they": 0.306601230174454}, "30": {"his - they": -0.061427028391550675, "his": 0.2646525991610589, "they": 0.32607962755260955}, "300": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "303": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "305": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "309": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "31": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "310": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "311": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "316": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "317": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "33": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "330": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "337": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "35": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "36": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "37": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "38": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "39": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "3rd": {"his - they": 0.003432026602104038, "his": 0.14717802136501823, "they": 0.1437459947629142}, "4": {"his - they": 0.05992279437199499, "his": 0.34164352571164797, "they": 0.281720731339653}, "40": {"his - they": -0.02486645703979845, "his": 0.2545347466867361, "they": 0.27940120372653454}, "400": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "40th": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "41": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "42": {"his - they": -0.04256522126790244, "his": 0.22172749392921956, "they": 0.264292715197122}, "44": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "45": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "451": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "47": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "48": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "49ers": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "5": {"his - they": 0.020983388160916827, "his": 0.32061324950389486, "they": 0.29962986134297803}, "50": {"his - they": 0.004310562874644042, "his": 0.26875879762366767, "they": 0.2644482347490236}, "51": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "5m": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "6": {"his - they": 0.049185231658077755, "his": 0.3216512617671031, "they": 0.27246603010902537}, "60": {"his - they": -0.07181061387105012, "his": 0.20759058985548443, "they": 0.27940120372653454}, "66": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "69": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "69p": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "7": {"his - they": 0.03300282395834536, "his": 0.34235505327434973, "they": 0.30935222931600437}, "75": {"his - they": -0.07123292490429686, "his": 0.22172749392921956, "they": 0.2929604188335164}, "76ers": {"his - they": 0.07880739929953867, "his": 0.30601442023554437, "they": 0.2272070209360057}, "7th": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "8": {"his - they": 0.014521190404658102, "his": 0.32986345585522847, "they": 0.31534226545057037}, "80s": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "81st": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "884": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "9": {"his - they": 0.004305731936002477, "his": 0.2646525991610589, "they": 0.2603468672250564}, "90": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "96": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "98": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "a": {"his - they": -0.013549931036156981, "his": 0.29941666781917853, "they": 0.3129665988553355}, "abel": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "abilities": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "ability": {"his - they": -0.016912016528610296, "his": 0.29000760009515225, "they": 0.30691961662376255}, "able": {"his - they": -0.025213296932521168, "his": 0.310029905078553, "they": 0.33524320201107416}, "about": {"his - they": -0.03595748038537283, "his": 0.34289158226244276, "they": 0.3788490626478156}, "above": {"his - they": -0.024964992838165778, "his": 0.24890988579858353, "they": 0.2738748786367493}, "abs": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "absolutely": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "absorbed": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "absurd": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "abundance": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "abuse": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "accept": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "acceptance": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "accepting": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "access": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "accommodation": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "accompanied": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "accompany": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "accomplish": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "accord": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "accordance": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "according": {"his - they": -0.02971955496226586, "his": 0.26232463479285395, "they": 0.2920441897551198}, "account": {"his - they": -0.07154672135374945, "his": 0.21413046243295664, "they": 0.2856771837867061}, "accounted": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "accounts": {"his - they": -0.07154672135374945, "his": 0.21413046243295664, "they": 0.2856771837867061}, "accuracy": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "accusations": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "accuse": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "accused": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "achieve": {"his - they": 0.05436109378986059, "his": 0.3186538089869826, "they": 0.264292715197122}, "achieved": {"his - they": -0.016912016528610296, "his": 0.29000760009515225, "they": 0.30691961662376255}, "acknowledge": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "acknowledging": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "acoustic": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "acquaintances": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "acquiescence": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "across": {"his - they": 0.004320444485972075, "his": 0.2781953231227214, "they": 0.2738748786367493}, "act": {"his - they": 0.005021210642444318, "his": 0.32094610684499353, "they": 0.3159248962025492}, "acted": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "acting": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "action": {"his - they": 0.003996788136435836, "his": 0.23129772441340857, "they": 0.22730093627697273}, "actions": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "activities": {"his - they": 0.0042829207210980935, "his": 0.24805277628876504, "they": 0.24376985556766695}, "activity": {"his - they": -0.04688689831412707, "his": 0.23129772441340857, "they": 0.27818462272753564}, "actor": {"his - they": 0.03322423272176678, "his": 0.28372664962401584, "they": 0.25050241690224906}, "acts": {"his - they": 0.004320444485972075, "his": 0.2781953231227214, "they": 0.2738748786367493}, "actual": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "actually": {"his - they": -0.015923063380527513, "his": 0.3240994525940826, "they": 0.34002251597461014}, "adapt": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "adcock": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "added": {"his - they": 0.0047093574780811, "his": 0.2849875809691552, "they": 0.2802782234910741}, "addicts": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "adding": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "addition": {"his - they": -0.04896268766867112, "his": 0.2646525991610589, "they": 0.31361528682973}, "additional": {"his - they": -0.017150116891912426, "his": 0.27324495010796984, "they": 0.29039506699988227}, "address": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "addressed": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "addressing": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "adds": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "adequacy": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "adjustment": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "administration": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "administrative": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "admission": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "admits": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "adolescence": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "adopted": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "adoring": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ads": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "adult": {"his - they": -0.043168311753704586, "his": 0.19669193402907845, "they": 0.23986024578278303}, "advance": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "advanced": {"his - they": -0.024964992838165778, "his": 0.24890988579858353, "they": 0.2738748786367493}, "advantage": {"his - they": 0.004343180248924938, "his": 0.31694061999072276, "they": 0.3125974397417978}, "adversaries": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "advert": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "advertisements": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "advertisers": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "advisability": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "advisable": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "advocacy": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "advocated": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "advocates": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "advocating": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "affairs": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "affectation": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "affected": {"his - they": -0.0459953132473207, "his": 0.26092430337644185, "they": 0.30691961662376255}, "afford": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "afraid": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "africa": {"his - they": -0.017321164058171024, "his": 0.2608634586693646, "they": 0.27818462272753564}, "african": {"his - they": 0.08199624329234725, "his": 0.21228052598818783, "they": 0.13028428269584058}, "africans": {"his - they": 0.003579847795432106, "his": 0.20759058985548443, "they": 0.20401074206005232}, "after": {"his - they": -0.006256132353741006, "his": 0.3561255266123399, "they": 0.36238165896608093}, "again": {"his - they": -0.0048522944742855345, "his": 0.321315902018461, "they": 0.32616819649274653}, "against": {"his - they": 0.013011413721680465, "his": 0.3283204455014834, "they": 0.31530903177980296}, "age": {"his - they": 0.004310562874644042, "his": 0.26875879762366767, "they": 0.2644482347490236}, "agencies": {"his - they": -0.016912016528610296, "his": 0.29000760009515225, "they": 0.30691961662376255}, "agenda": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "agent": {"his - they": 0.05436109378986059, "his": 0.3186538089869826, "they": 0.264292715197122}, "agents": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "ages": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "aggressive": {"his - they": 0.03285267136201975, "his": 0.30601442023554437, "they": 0.2731617488735246}, "ago": {"his - they": -0.029928118802727055, "his": 0.321315902018461, "they": 0.35124402082118805}, "agree": {"his - they": -0.01667764670527694, "his": 0.30601442023554437, "they": 0.3226920669408213}, "agreed": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "ahead": {"his - they": -0.045760235093029844, "his": 0.2683415765692464, "they": 0.31410181166227624}, "aid": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "aides": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "aids": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "ailing": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "aimed": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "air": {"his - they": -0.034696975752888326, "his": 0.2573431392306099, "they": 0.29204011498349824}, "airport": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "al": {"his - they": 0.08011057448841713, "his": 0.27324495010796984, "they": 0.1931343756195527}, "aladdin": {"his - they": 0.003568320858215124, "his": 0.20183687379407528, "they": 0.19826855293586015}, "alan": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "alana": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "alarmed": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "alarms": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "albeit": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "album": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "alcohol": {"his - they": 0.025875159203541276, "his": 0.3052763629300758, "they": 0.27940120372653454}, "aldous": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "alex": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "alexander": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "algorithm": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "algorithms": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "alien": {"his - they": 0.03338470432518681, "his": 0.27324495010796984, "they": 0.23986024578278303}, "alienation": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "alive": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "all": {"his - they": 0.007264406834429027, "his": 0.3713218872234405, "they": 0.3640574803890115}, "allegations": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "alleviated": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "alliance": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "alliances": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "allied": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "allies": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "allow": {"his - they": 0.025693390153466167, "his": 0.3186538089869826, "they": 0.2929604188335164}, "allowed": {"his - they": -0.046194014992482935, "his": 0.2545347466867361, "they": 0.300728761679219}, "allowing": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "almost": {"his - they": 0.02630191847163016, "his": 0.33926515555167014, "they": 0.31296323708004}, "alone": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "along": {"his - they": -0.027394821446986073, "his": 0.31333312113746126, "they": 0.34072794258444733}, "alongside": {"his - they": -0.09237431773305668, "his": 0.22172749392921956, "they": 0.31410181166227624}, "aloof": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "already": {"his - they": -0.012186351649938754, "his": 0.32682249789240303, "they": 0.3390088495423418}, "also": {"his - they": -0.012137709557053566, "his": 0.3601906895339208, "they": 0.37232839909097437}, "alternative": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "although": {"his - they": -0.04854419143873978, "his": 0.3053482988834512, "they": 0.353892490322191}, "always": {"his - they": -0.01624166490381429, "his": 0.30315875905856965, "they": 0.31940042396238394}, "am": {"his - they": -0.033603973557390865, "his": 0.2876820494645667, "they": 0.3212860230219576}, "amazingly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "amazon": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "amber": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "amendment": {"his - they": 0.0035378808025375297, "his": 0.18777187204743392, "they": 0.1842339912448964}, "america": {"his - they": -0.016912016528610296, "his": 0.29000760009515225, "they": 0.30691961662376255}, "american": {"his - they": 0.017644056983052825, "his": 0.3125433846054362, "they": 0.29489932762238336}, "americans": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "amid": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "amnews": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "among": {"his - they": -0.03398664405268759, "his": 0.29340954018018217, "they": 0.32739618423286976}, "amongst": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "amount": {"his - they": 0.004325445897481295, "his": 0.28372664962401584, "they": 0.27940120372653454}, "an": {"his - they": 0.0051451492164896195, "his": 0.3822794764418103, "they": 0.3771343272253207}, "analysis": {"his - they": 0.004325445897481295, "his": 0.28372664962401584, "they": 0.27940120372653454}, "analytical": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "analyzing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ananias": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "anatoly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "anchor": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ancient": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "and": {"his - they": -0.01322806022580686, "his": 0.2849547796823935, "they": 0.2981828399082004}, "andrew": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "angeles": {"his - they": 0.026061713760553162, "his": 0.2905099485095768, "they": 0.2644482347490236}, "anger": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "angry": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "angst": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "animals": {"his - they": -0.06431727565397513, "his": 0.2277228393295231, "they": 0.29204011498349824}, "annihilation": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "announce": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "announcement": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "announcing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "annoying": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "anonymity": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "another": {"his - they": -0.013507262077316173, "his": 0.3463916838169403, "they": 0.3598989458942565}, "answer": {"his - they": 0.004883217891925695, "his": 0.3315727306463931, "they": 0.3266895127544674}, "answered": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "answers": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "antenna": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "anti": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "anticipated": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "anticipation": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "antidepressants": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "antoni": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "antony": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "anxiety": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "anxious": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "any": {"his - they": -0.04934696640408226, "his": 0.32378673581106054, "they": 0.3731337022151428}, "anymore": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "anyone": {"his - they": -0.022108302338173513, "his": 0.3079019637817704, "they": 0.33001026611994394}, "anything": {"his - they": 0.004547601250856792, "his": 0.3052763629300758, "they": 0.300728761679219}, "anyway": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "anywhere": {"his - they": -0.09186411426357707, "his": 0.23082795267724424, "they": 0.3226920669408213}, "apart": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "apartment": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "apollo": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "apostles": {"his - they": -0.043538778267713685, "his": 0.18019359999239262, "they": 0.2237323782601063}, "apparent": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "apparently": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "appear": {"his - they": 0.025792515157542162, "his": 0.31146969894424825, "they": 0.2856771837867061}, "appearance": {"his - they": 0.10053220176780303, "his": 0.3186538089869826, "they": 0.21812160721917956}, "appeared": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "applications": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "applied": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "apply": {"his - they": 0.004343180248924938, "his": 0.31694061999072276, "they": 0.3125974397417978}, "appointing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "appointments": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "appreciate": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "appreciated": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "appreciates": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "appreciative": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "approach": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "approached": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "approaches": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "appropriately": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "approval": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "approved": {"his - they": -0.07154672135374945, "his": 0.21413046243295664, "they": 0.2856771837867061}, "april": {"his - they": 0.07992677018686123, "his": 0.2781953231227214, "they": 0.19826855293586015}, "arcane": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "archi": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "architects": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "are": {"his - they": -0.03207170047569863, "his": 0.3481003590539266, "they": 0.38017205952962524}, "area": {"his - they": -0.03484898637380868, "his": 0.2509652082728682, "they": 0.2858141946466769}, "areas": {"his - they": -0.017080581966307073, "his": 0.2781953231227214, "they": 0.29527590508902846}, "aren": {"his - they": -0.09093313783417992, "his": 0.23514648971842964, "they": 0.32607962755260955}, "arenas": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "arguably": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "argue": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "argued": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "argument": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "ariane": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "arise": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "arising": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "arlington": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "arm": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "armed": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "army": {"his - they": -0.07034635031978415, "his": 0.24225108942201368, "they": 0.3125974397417978}, "arnold": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "around": {"his - they": 0.0059980588646296185, "his": 0.34631089970715034, "they": 0.3403128408425207}, "arranged": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "arrangements": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "array": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "arrival": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "arrive": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "arrived": {"his - they": 0.004547601250856792, "his": 0.3052763629300758, "they": 0.300728761679219}, "arrives": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "arrogance": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "arse": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "arson": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "arsonist": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "arthur": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "article": {"his - they": 0.004325445897481295, "his": 0.28372664962401584, "they": 0.27940120372653454}, "artificial": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "artist": {"his - they": 0.026061713760553162, "his": 0.2905099485095768, "they": 0.2644482347490236}, "artists": {"his - they": 0.05408324717326357, "his": 0.3272449960467882, "they": 0.2731617488735246}, "as": {"his - they": -0.0020582449777182266, "his": 0.35217755849146826, "they": 0.3542358034691865}, "ascent": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ash": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "ashes": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "asia": {"his - they": 0.003579847795432106, "his": 0.20759058985548443, "they": 0.20401074206005232}, "asian": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "ask": {"his - they": -0.03936555536731873, "his": 0.29493681375769776, "they": 0.3343023691250165}, "asked": {"his - they": 0.0435481064589916, "his": 0.303894973684048, "they": 0.2603468672250564}, "aspect": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "aspects": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "assassination": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "assertiveness": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "assets": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "assignments": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "associated": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "association": {"his - they": -0.034182238059998205, "his": 0.2781953231227214, "they": 0.3123775611827196}, "assume": {"his - they": -0.07123292490429686, "his": 0.22172749392921956, "they": 0.2929604188335164}, "assumed": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "assumes": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "assumptions": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "assurance": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "astronomy": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "at": {"his - they": 0.010308088854919517, "his": 0.3721460477249538, "they": 0.3618379588700343}, "atkins": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "atlanta": {"his - they": 0.05052400462668377, "his": 0.2545347466867361, "they": 0.20401074206005232}, "atlantic": {"his - they": -0.0459953132473207, "his": 0.26092430337644185, "they": 0.30691961662376255}, "atleast": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "atmospheres": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "atom": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "atoms": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "attack": {"his - they": 0.01942080884557007, "his": 0.3082503044939569, "they": 0.28882949564838684}, "attacked": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "attacks": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "attempt": {"his - they": 0.004544779005266786, "his": 0.29982068409429524, "they": 0.29527590508902846}, "attempts": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "attend": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "attitude": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "attract": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "attractions": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "auction": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "audience": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "audiences": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "aug": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "august": {"his - they": 0.0035474421420678137, "his": 0.19203309882498215, "they": 0.18848565668291434}, "aus": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "aussie": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "austin": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "austinites": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "australia": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "australian": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "australians": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "authenticate": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "authentication": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "author": {"his - they": 0.004550082320485704, "his": 0.31146969894424825, "they": 0.30691961662376255}, "authorities": {"his - they": -0.09393826422419665, "his": 0.19203309882498215, "they": 0.2859713630491788}, "authority": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "automated": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "autry": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "available": {"his - they": 0.10071418593033465, "his": 0.31798384978359495, "they": 0.2172696638532603}, "average": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "averaging": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "avoid": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "avoided": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "awaited": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "award": {"his - they": 0.07971590756396352, "his": 0.28372664962401584, "they": 0.20401074206005232}, "awards": {"his - they": 0.003592297046673909, "his": 0.21413046243295664, "they": 0.21053816538628273}, "away": {"his - they": -0.02490307502793576, "his": 0.3240994525940826, "they": 0.3490025276220184}, "awful": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "awkward": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "awkwardness": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "axel": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "azira": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "b": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "baby": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "back": {"his - they": 0.016983792827207578, "his": 0.35339911699262927, "they": 0.3364153241654217}, "background": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "backs": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "bacon": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "bad": {"his - they": -0.04849418963174601, "his": 0.2781953231227214, "they": 0.3266895127544674}, "badboys": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "baggage": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "bail": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "bailey": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "balance": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "balanced": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "ball": {"his - they": 0.00404040540546835, "his": 0.26092430337644185, "they": 0.2568838979709735}, "ballad": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ballerina": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ban": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "band": {"his - they": -0.04651759008632397, "his": 0.2438774769135583, "they": 0.29039506699988227}, "bands": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "bang": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "banjo": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "bank": {"his - they": 0.03373314090696708, "his": 0.24805277628876504, "they": 0.21431963538179796}, "banned": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "bans": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "barco": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "barely": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "baring": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "barking": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "barrel": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "barring": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "bars": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "base": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "based": {"his - they": 0.017664111695327334, "his": 0.310029905078553, "they": 0.29236579338322566}, "bases": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "basic": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "basically": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "basis": {"his - they": -0.1252204095284322, "his": 0.19669193402907845, "they": 0.32191234355751064}, "basketball": {"his - they": 0.05021996935006684, "his": 0.2683415765692464, "they": 0.21812160721917956}, "bass": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "battery": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "battle": {"his - they": 0.05477394602782676, "his": 0.3052763629300758, "they": 0.25050241690224906}, "battled": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "battles": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "bay": {"his - they": 0.003592297046673909, "his": 0.21413046243295664, "they": 0.21053816538628273}, "bayiha": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "bbc": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "be": {"his - they": -0.04151347928179294, "his": 0.3231588854570355, "they": 0.36467236473882847}, "beach": {"his - they": 0.003557558409525735, "his": 0.19669193402907845, "they": 0.1931343756195527}, "beal": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "bearded": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "beat": {"his - they": -0.0722375433519635, "his": 0.19669193402907845, "they": 0.26892947738104195}, "beating": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "beautiful": {"his - they": 0.05038613799015912, "his": 0.26092430337644185, "they": 0.21053816538628273}, "beauty": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "became": {"his - they": -0.02686882866017215, "his": 0.29982068409429524, "they": 0.3266895127544674}, "because": {"his - they": -0.0240385494215401, "his": 0.3353481200159261, "they": 0.3593866694374662}, "become": {"his - they": 0.035655832822594935, "his": 0.3382742146797844, "they": 0.3026183818571895}, "becomes": {"his - they": 0.03285267136201975, "his": 0.30601442023554437, "they": 0.2731617488735246}, "becoming": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "bed": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "bedrock": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "been": {"his - they": -0.002775987196310503, "his": 0.35826634784312494, "they": 0.36104233503943545}, "beer": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "beers": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "bees": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "before": {"his - they": -0.012037043002649406, "his": 0.3613843553425744, "they": 0.3734213983452238}, "began": {"his - they": -0.01279916075858245, "his": 0.2792409542249158, "they": 0.29204011498349824}, "begin": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "beginners": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "beginning": {"his - they": -0.012556877088424345, "his": 0.29982068409429524, "they": 0.3123775611827196}, "begrudgingly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "begun": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "behavior": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "behind": {"his - they": 0.004722740202320885, "his": 0.303894973684048, "they": 0.2991722334817271}, "being": {"his - they": -0.011779692451757418, "his": 0.3239786041362341, "they": 0.3357582965879915}, "belief": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "beliefs": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "believe": {"his - they": 0.019243781663314863, "his": 0.3267956292235307, "they": 0.30755184756021586}, "believed": {"his - they": 0.05477394602782676, "his": 0.3052763629300758, "they": 0.25050241690224906}, "believers": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "believes": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "believing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "bell": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "bello": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "bellota": {"his - they": -0.04256522126790244, "his": 0.22172749392921956, "they": 0.264292715197122}, "belmont": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "below": {"his - they": -0.0432750982471978, "his": 0.19203309882498215, "they": 0.23530819707217995}, "bemoans": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ben": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "bench": {"his - they": 0.03338470432518681, "his": 0.27324495010796984, "they": 0.23986024578278303}, "beneath": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "benefit": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "benevolence": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "bentley": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "benz": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "berger": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "beset": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "besides": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "bessemer": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "best": {"his - they": 0.01836321609721181, "his": 0.35966153498762593, "they": 0.3412983188904141}, "bet": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "better": {"his - they": -0.02229228475097461, "his": 0.31894018534357266, "they": 0.34123247009454727}, "between": {"his - they": 0.01348327555358192, "his": 0.31743007665984263, "they": 0.3039468011062607}, "bewildered": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "bhatt": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "bibendum": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "bible": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "biblically": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "biden": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "big": {"his - they": -0.004886217129163095, "his": 0.3166709297611084, "they": 0.3215571468902715}, "bigger": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "biggest": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "biggie": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "bilaterally": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "bill": {"his - they": -0.016912016528610296, "his": 0.29000760009515225, "they": 0.30691961662376255}, "billboard": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "billion": {"his - they": -0.02560454261616893, "his": 0.21031126694610414, "they": 0.23591580956227307}, "billions": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "bird": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "birth": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "birthday": {"his - they": 0.00404040540546835, "his": 0.26092430337644185, "they": 0.2568838979709735}, "bit": {"his - they": 0.004518894843323518, "his": 0.2700654962191465, "they": 0.265546601375823}, "bite": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "bitter": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "black": {"his - they": -0.049208558080857445, "his": 0.2573431392306099, "they": 0.30655169731146736}, "blake": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "blameless": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "blare": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "blast": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "blasting": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "blazing": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "blends": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "blessed": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "blessing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "blighting": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "bling": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "blinken": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "blisters": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "blocking": {"his - they": -0.01667764670527694, "his": 0.30601442023554437, "they": 0.3226920669408213}, "blog": {"his - they": -0.04256522126790244, "his": 0.22172749392921956, "they": 0.264292715197122}, "blogs": {"his - they": -0.03368692515183097, "his": 0.29729565757311877, "they": 0.33098258272494974}, "blond": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "blonde": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "blood": {"his - they": 0.07917405035393921, "his": 0.29729565757311877, "they": 0.21812160721917956}, "bloom": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "bluegrass": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "blunt": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "bluntly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "board": {"his - they": -0.045760235093029844, "his": 0.2683415765692464, "they": 0.31410181166227624}, "boasts": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "boat": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "bodies": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "body": {"his - they": 0.00402461459462819, "his": 0.24890988579858353, "they": 0.24488527120395534}, "boldly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "bomb": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "bombers": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "bond": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "bones": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "bongo": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "book": {"his - they": 0.11332508931096197, "his": 0.3066203058299522, "they": 0.19329521651899023}, "booked": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "books": {"his - they": 0.026194150643895686, "his": 0.2792409542249158, "they": 0.2530468035810201}, "bookshops": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "boost": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "boot": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "boozer": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "boring": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "born": {"his - they": 0.03285267136201975, "his": 0.30601442023554437, "they": 0.2731617488735246}, "boshirov": {"his - they": 0.003592297046673909, "his": 0.21413046243295664, "they": 0.21053816538628273}, "bot": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "both": {"his - they": 0.0005175669298953522, "his": 0.3599965212269165, "they": 0.35947895429702115}, "bots": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "bottle": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "bottom": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "bought": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "bounceback": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "box": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "boy": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "boys": {"his - they": -0.016806154089157477, "his": 0.29729565757311877, "they": 0.31410181166227624}, "bracelet": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "bradbury": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "branch": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "branches": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "brass": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "brault": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "brave": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "break": {"his - they": 0.004550082320485704, "his": 0.31146969894424825, "they": 0.30691961662376255}, "breakfast": {"his - they": -0.04275343553801686, "his": 0.21413046243295664, "they": 0.2568838979709735}, "breaking": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "breakup": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "breezily": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "brett": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "briefly": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "bright": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "brighter": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "brightest": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "brilliant": {"his - they": 0.004343180248924938, "his": 0.31694061999072276, "they": 0.3125974397417978}, "brindisa": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "bring": {"his - they": 0.01942080884557007, "his": 0.3082503044939569, "they": 0.28882949564838684}, "bringing": {"his - they": 0.004550082320485704, "his": 0.31146969894424825, "they": 0.30691961662376255}, "brings": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "brisbane": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "brisvegas": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "britain": {"his - they": 0.004547601250856792, "his": 0.3052763629300758, "they": 0.300728761679219}, "british": {"his - they": -0.012615033802518105, "his": 0.29493681375769776, "they": 0.30755184756021586}, "britney": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "broad": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "broadcast": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "broadcasting": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "broadchurch": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "broadmoor": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "broadway": {"his - they": 0.003579847795432106, "his": 0.20759058985548443, "they": 0.20401074206005232}, "broken": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "brothels": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "brother": {"his - they": 0.004330416308446161, "his": 0.29000760009515225, "they": 0.2856771837867061}, "brotherly": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "brothers": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "brought": {"his - they": -0.012556877088424345, "his": 0.29982068409429524, "they": 0.3123775611827196}, "brown": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "browne": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "browsing": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "brunei": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "brutal": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "bubbling": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "buck": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "buffalo": {"his - they": 0.003579847795432106, "his": 0.20759058985548443, "they": 0.20401074206005232}, "build": {"his - they": -0.012615033802518105, "his": 0.29493681375769776, "they": 0.30755184756021586}, "builder": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "builders": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "building": {"his - they": 0.05052400462668377, "his": 0.2545347466867361, "they": 0.20401074206005232}, "buildings": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "built": {"his - they": 0.03322423272176678, "his": 0.28372664962401584, "they": 0.25050241690224906}, "bullet": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "bunch": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "bunker": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "burgandy": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "burgers": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "burke": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "burn": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "burns": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "burst": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "bus": {"his - they": 0.003984343493436182, "his": 0.2243832407947984, "they": 0.22039889730136222}, "buses": {"his - they": 0.00402461459462819, "his": 0.24890988579858353, "they": 0.24488527120395534}, "bush": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "business": {"his - they": 0.004535347199931428, "his": 0.2864571996429975, "they": 0.28192185244306606}, "busy": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "but": {"his - they": -0.03317552320321632, "his": 0.34981051876285774, "they": 0.38298604196607405}, "button": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "buuuuuuuzzzzzzzzz": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "buy": {"his - they": -0.03441854498149771, "his": 0.26875879762366767, "they": 0.3031773426051654}, "buying": {"his - they": -0.04291182704676463, "his": 0.20759058985548443, "they": 0.25050241690224906}, "by": {"his - they": -0.006959725654470061, "his": 0.35235657658677805, "they": 0.3593163022412481}, "c": {"his - they": -0.012871857660452679, "his": 0.2729423369862242, "they": 0.2858141946466769}, "cadaver": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "cage": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "calcium": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "calibrated": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "call": {"his - they": -0.034519634320668235, "his": 0.2646525991610589, "they": 0.2991722334817271}, "called": {"his - they": 0.005662971009712248, "his": 0.34807586535673996, "they": 0.3424128943470277}, "calling": {"his - they": -0.016912016528610296, "his": 0.29000760009515225, "they": 0.30691961662376255}, "calls": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "calm": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "calming": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "came": {"his - they": 0.005374039781117168, "his": 0.3360369496371372, "they": 0.33066290985602004}, "cameron": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "camp": {"his - they": -0.09468101243094804, "his": 0.17678628255392168, "they": 0.2714672949848697}, "campaign": {"his - they": 0.02188307425752195, "his": 0.3122781412574042, "they": 0.29039506699988227}, "camper": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "camps": {"his - they": 0.05091249847353324, "his": 0.23514648971842964, "they": 0.1842339912448964}, "campsite": {"his - they": 0.05038613799015912, "his": 0.26092430337644185, "they": 0.21053816538628273}, "campus": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "can": {"his - they": -0.04825356740940706, "his": 0.3321005428521811, "they": 0.38035411026158816}, "canada": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "cancelling": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "candidate": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "candidates": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "cannot": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "canyon": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "capabilities": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "capable": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "capacity": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "capital": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "captivating": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "captures": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "car": {"his - they": 0.04407495792732943, "his": 0.2799907674896025, "they": 0.23591580956227307}, "card": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "care": {"his - they": -0.06402574376329748, "his": 0.23514648971842964, "they": 0.2991722334817271}, "cared": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "career": {"his - they": 0.025693390153466167, "his": 0.3186538089869826, "they": 0.2929604188335164}, "careful": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "carefully": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "caring": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "carlay": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "carlsberg": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "carolina": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "carried": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "carry": {"his - they": -0.0432750982471978, "his": 0.19203309882498215, "they": 0.23530819707217995}, "cars": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "carty": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "case": {"his - they": 0.00547742894654768, "his": 0.3311695114700051, "they": 0.32569208252345744}, "cases": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "cassidy": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "cast": {"his - they": 0.03285267136201975, "his": 0.30601442023554437, "they": 0.2731617488735246}, "casualties": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "cat": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "catch": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "categorically": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "catering": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "cats": {"his - they": 0.054585800973274756, "his": 0.31146969894424825, "they": 0.2568838979709735}, "cause": {"his - they": -0.07035958862144437, "his": 0.26734230513624613, "they": 0.3377018937576905}, "caused": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "causing": {"his - they": 0.07880739929953867, "his": 0.30601442023554437, "they": 0.2272070209360057}, "cavaliers": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "ceaseless": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "celebrating": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "celtics": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "center": {"his - they": 0.025945805457545934, "his": 0.29982068409429524, "they": 0.2738748786367493}, "centered": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "central": {"his - they": -0.046366019290444926, "his": 0.24890988579858353, "they": 0.29527590508902846}, "centre": {"his - they": 0.00471171899896955, "his": 0.2876820494645667, "they": 0.28297033046559716}, "century": {"his - they": 0.02218470765509656, "his": 0.2824284319835415, "they": 0.26024372432844495}, "ceramic": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "certain": {"his - they": 0.00454174675781549, "his": 0.29493681375769776, "they": 0.29039506699988227}, "certainly": {"his - they": -0.016017203700045723, "his": 0.31798384978359495, "they": 0.3340010534836407}, "chair": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "chairman": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "challenges": {"his - they": 0.004343180248924938, "his": 0.31694061999072276, "they": 0.3125974397417978}, "challenging": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "championing": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "chance": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "chances": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "chandler": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "change": {"his - they": -0.028986256556019552, "his": 0.2948235721257267, "they": 0.32380982868174624}, "changes": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "channel": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "chaos": {"his - they": 0.05038613799015912, "his": 0.26092430337644185, "they": 0.21053816538628273}, "chaotic": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "chapter": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "character": {"his - they": -0.009584275371854578, "his": 0.3171052373826128, "they": 0.3266895127544674}, "characteristic": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "characteristics": {"his - they": -0.04256522126790244, "his": 0.22172749392921956, "they": 0.264292715197122}, "characterized": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "charge": {"his - they": 0.03285267136201975, "his": 0.30601442023554437, "they": 0.2731617488735246}, "charges": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "charismatic": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "charity": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "charles": {"his - they": 0.07917405035393921, "his": 0.29729565757311877, "they": 0.21812160721917956}, "charlie": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "charrettes": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "chart": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "charting": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "chatrie": {"his - they": 0.003557558409525735, "his": 0.19669193402907845, "they": 0.1931343756195527}, "chatty": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "cheapest": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "check": {"his - they": -0.09343903129495318, "his": 0.20183687379407528, "they": 0.29527590508902846}, "checked": {"his - they": 0.07832744294496263, "his": 0.31694061999072276, "they": 0.23861317704576013}, "cheeky": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "cheer": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "cheering": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "cheery": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "chef": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "chemical": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "chepiga": {"his - they": 0.003592297046673909, "his": 0.21413046243295664, "they": 0.21053816538628273}, "chief": {"his - they": -0.09343903129495318, "his": 0.20183687379407528, "they": 0.29527590508902846}, "child": {"his - they": -0.09370313297080382, "his": 0.19669193402907845, "they": 0.29039506699988227}, "childhood": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "children": {"his - they": -0.06141205949827511, "his": 0.2647561369944714, "they": 0.32616819649274653}, "china": {"his - they": -0.03591334864246781, "his": 0.20286195157514636, "they": 0.23877530021761417}, "chinaman": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "chinese": {"his - they": 0.00430098836058207, "his": 0.2608634586693646, "they": 0.25656247030878254}, "chocolate": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "choice": {"his - they": -0.02486645703979845, "his": 0.2545347466867361, "they": 0.27940120372653454}, "chores": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "christ": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "christian": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "chung": {"his - they": 0.003592297046673909, "his": 0.21413046243295664, "they": 0.21053816538628273}, "church": {"his - they": -0.01776451256118683, "his": 0.22727622784398854, "they": 0.24504074040517537}, "cinema": {"his - they": 0.050641332862723376, "his": 0.24890988579858353, "they": 0.19826855293586015}, "circle": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "circumstances": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "circumstantial": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "cities": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "citizens": {"his - they": -0.04256522126790244, "his": 0.22172749392921956, "they": 0.264292715197122}, "city": {"his - they": -0.012400657413966953, "his": 0.31004104690147327, "they": 0.3224417043154402}, "citypaper": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "civic": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "civilization": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "claimed": {"his - they": 0.03322423272176678, "his": 0.28372664962401584, "they": 0.25050241690224906}, "claiming": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "claims": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "clarke": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "clarks": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "class": {"his - they": -0.016912016528610296, "his": 0.29000760009515225, "they": 0.30691961662376255}, "classic": {"his - they": 0.025792515157542162, "his": 0.31146969894424825, "they": 0.2856771837867061}, "classifier": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "clear": {"his - they": 0.004720707327336926, "his": 0.30019614912155457, "they": 0.29547544179421764}, "clearly": {"his - they": -0.01667764670527694, "his": 0.30601442023554437, "they": 0.3226920669408213}, "cleavage": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "clientele": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "climate": {"his - they": -0.07308931615407971, "his": 0.17358858865734433, "they": 0.24667790481142404}, "climbing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "clinical": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "clippers": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "close": {"his - they": -0.04256522126790244, "his": 0.22172749392921956, "they": 0.264292715197122}, "closed": {"his - they": -0.024964992838165778, "his": 0.24890988579858353, "they": 0.2738748786367493}, "closer": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "closest": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "clouded": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "clouds": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "club": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "clutchest": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "cnd": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "co": {"his - they": -0.0459953132473207, "his": 0.26092430337644185, "they": 0.30691961662376255}, "coach": {"his - they": 0.026154218976455645, "his": 0.2827166892852382, "they": 0.25656247030878254}, "coached": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "coaching": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "coalition": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "coast": {"his - they": -0.025323964251496994, "his": 0.2277228393295231, "they": 0.2530468035810201}, "coastal": {"his - they": -0.024964992838165778, "his": 0.24890988579858353, "they": 0.2738748786367493}, "code": {"his - they": -0.04256522126790244, "his": 0.22172749392921956, "they": 0.264292715197122}, "cold": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "coleman": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "collapse": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "colleagues": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "collecting": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "collection": {"his - they": 0.055201751437396834, "his": 0.2905099485095768, "they": 0.23530819707217995}, "collective": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "college": {"his - they": 0.004547601250856792, "his": 0.3052763629300758, "they": 0.300728761679219}, "colonel": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "colonels": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "colonization": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "colour": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "columbia": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "columns": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "com": {"his - they": 0.016219678364553014, "his": 0.3321445745671022, "they": 0.3159248962025492}, "comb": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "combat": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "combination": {"his - they": -0.016806154089157477, "his": 0.29729565757311877, "they": 0.31410181166227624}, "combine": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "combined": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "come": {"his - they": 0.005751298116672687, "his": 0.3485341184698423, "they": 0.3427828203531696}, "comedians": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "comes": {"his - they": 0.01616657020434975, "his": 0.3386173179332978, "they": 0.32245074772894805}, "comfort": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "comforting": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "comical": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "coming": {"his - they": -0.007674591708592304, "his": 0.3082503044939569, "they": 0.3159248962025492}, "comment": {"his - they": -0.09012600880161936, "his": 0.24890988579858353, "they": 0.3390358946002029}, "commentary": {"his - they": 0.025693390153466167, "his": 0.3186538089869826, "they": 0.2929604188335164}, "commenting": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "comments": {"his - they": -0.07123292490429686, "his": 0.22172749392921956, "they": 0.2929604188335164}, "commercials": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "commission": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "commissionaires": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "commissioner": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "commissions": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "commitments": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "committee": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "common": {"his - they": 0.004880176969137173, "his": 0.31143187428060454, "they": 0.30655169731146736}, "commonly": {"his - they": 0.03285267136201975, "his": 0.30601442023554437, "they": 0.2731617488735246}, "communicate": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "communicated": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "communication": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "communications": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "community": {"his - they": -0.033673795021180786, "his": 0.2849875809691552, "they": 0.318661375990336}, "company": {"his - they": -0.07093453120991267, "his": 0.25553028539290007, "they": 0.32646481660281274}, "comparing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "compassionate": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "compatible": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "compelling": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "compete": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "competent": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "competition": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "complete": {"his - they": 0.02866310262893529, "his": 0.3386173179332978, "they": 0.3099542153043625}, "completed": {"his - they": -0.03387860459082398, "his": 0.29000760009515225, "they": 0.32388620468597623}, "completely": {"his - they": 0.004551997324706347, "his": 0.3186538089869826, "they": 0.31410181166227624}, "complex": {"his - they": -0.012615033802518105, "his": 0.29493681375769776, "they": 0.30755184756021586}, "component": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "components": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "comprehensive": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "comprised": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "compromise": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "compromises": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "compulsion": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "computers": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "conceded": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "conceivable": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "conceived": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "concept": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "concern": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "concerning": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "concerns": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "concert": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "concerts": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "concluded": {"his - they": 0.054585800973274756, "his": 0.31146969894424825, "they": 0.2568838979709735}, "conclusion": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "conclusions": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "conditioning": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "conditions": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "conduit": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "conference": {"his - they": 0.04323197148360208, "his": 0.3352720864671003, "they": 0.29204011498349824}, "confidence": {"his - they": 0.004552929105966885, "his": 0.3272449960467882, "they": 0.3226920669408213}, "confirm": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "confirming": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "conflict": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "congregation": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "congress": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "connection": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "connections": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "consensus": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "consequence": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "consequences": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "consequently": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "consider": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "consideration": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "considered": {"his - they": -0.012871857660452679, "his": 0.2729423369862242, "they": 0.2858141946466769}, "considering": {"his - they": 0.07880739929953867, "his": 0.30601442023554437, "they": 0.2272070209360057}, "consisted": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "consistent": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "consolation": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "conspiracy": {"his - they": 0.004343180248924938, "his": 0.31694061999072276, "they": 0.3125974397417978}, "constant": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "constantly": {"his - they": 0.004343180248924938, "his": 0.31694061999072276, "they": 0.3125974397417978}, "constituted": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "constitutes": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "constitutional": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "constitutionality": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "constraints": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "construction": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "constructive": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "consulted": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "consumer": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "consumption": {"his - they": -0.046366019290444926, "his": 0.24890988579858353, "they": 0.29527590508902846}, "contact": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "contain": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "contains": {"his - they": -0.11114424378018323, "his": 0.19203309882498215, "they": 0.3031773426051654}, "contemporary": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "content": {"his - they": 0.025875159203541276, "his": 0.3052763629300758, "they": 0.27940120372653454}, "contention": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "continue": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "continued": {"his - they": -0.03327391385126477, "his": 0.30019614912155457, "they": 0.33347006297281934}, "continues": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "continuing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "contouring": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "contrary": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "contributed": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "contribution": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "control": {"his - they": -0.01700211205520319, "his": 0.28372664962401584, "they": 0.300728761679219}, "controlled": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "controversies": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "convention": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "conversation": {"his - they": 0.025693390153466167, "his": 0.3186538089869826, "they": 0.2929604188335164}, "conversations": {"his - they": 0.004343180248924938, "his": 0.31694061999072276, "they": 0.3125974397417978}, "convey": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "conveyed": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "convicted": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "convictions": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "cookies": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "coolers": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "cooling": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "coordinated": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "cop": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "copa": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "cops": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "copy": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "cordial": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "core": {"his - they": 0.004729015272162296, "his": 0.3286152199581385, "they": 0.32388620468597623}, "corner": {"his - they": -0.016912016528610296, "his": 0.29000760009515225, "they": 0.30691961662376255}, "corners": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "cornerstone": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "corp": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "corporate": {"his - they": -0.07154672135374945, "his": 0.21413046243295664, "they": 0.2856771837867061}, "corporation": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "corps": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "correctly": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "corrosive": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "cory": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "cosmos": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "cost": {"his - they": -0.0490907566349979, "his": 0.2608634586693646, "they": 0.3099542153043625}, "costing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "costs": {"his - they": 0.05038613799015912, "his": 0.26092430337644185, "they": 0.21053816538628273}, "could": {"his - they": -0.031726317572819684, "his": 0.3239786041362341, "they": 0.35570492170905377}, "couldn": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "council": {"his - they": -0.04651759008632397, "his": 0.2438774769135583, "they": 0.29039506699988227}, "counselling": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "count": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "countach": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "counter": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "counterpart": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "counterparts": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "countries": {"his - they": 0.00402461459462819, "his": 0.24890988579858353, "they": 0.24488527120395534}, "country": {"his - they": 0.004865833335575276, "his": 0.2881909356429434, "they": 0.2833251023073681}, "county": {"his - they": 0.004032329784487032, "his": 0.2545347466867361, "they": 0.25050241690224906}, "couple": {"his - they": -0.07241691060654315, "his": 0.2646525991610589, "they": 0.337069509767602}, "couples": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "courageous": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "course": {"his - they": -0.005997471838630253, "his": 0.3274725911341891, "they": 0.33347006297281934}, "court": {"his - they": 0.056427602371303676, "his": 0.24080640355828306, "they": 0.18437880118697939}, "courtesy": {"his - they": 0.03285267136201975, "his": 0.30601442023554437, "they": 0.2731617488735246}, "courts": {"his - they": 0.003592297046673909, "his": 0.21413046243295664, "they": 0.21053816538628273}, "cover": {"his - they": 0.05477394602782676, "his": 0.3052763629300758, "they": 0.25050241690224906}, "coverage": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "covered": {"his - they": -0.11017719938038037, "his": 0.20759058985548443, "they": 0.3177677892358648}, "covering": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "covers": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "covid": {"his - they": -0.024964992838165778, "his": 0.24890988579858353, "they": 0.2738748786367493}, "cowell": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "cpu": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "crack": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "crackerjack": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "crammed": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "crayfish": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "crazy": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "create": {"his - they": -0.05028755619270292, "his": 0.29493681375769776, "they": 0.3452243699504007}, "created": {"his - they": -0.024752880410264244, "his": 0.26092430337644185, "they": 0.2856771837867061}, "creating": {"his - they": 0.05436109378986059, "his": 0.3186538089869826, "they": 0.264292715197122}, "cred": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "credentials": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "credit": {"his - they": -0.02486645703979845, "his": 0.2545347466867361, "they": 0.27940120372653454}, "creepy": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "cried": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "crime": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "criminal": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "crippled": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "crippling": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "crisis": {"his - they": 0.004538585460397981, "his": 0.2905099485095768, "they": 0.2859713630491788}, "critical": {"his - they": 0.04334866387636227, "his": 0.3122781412574042, "they": 0.26892947738104195}, "criticism": {"his - they": 0.07832744294496263, "his": 0.31694061999072276, "they": 0.23861317704576013}, "cross": {"his - they": 0.004305731936002477, "his": 0.2646525991610589, "they": 0.2603468672250564}, "crotchety": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "crowd": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "crowded": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "crucial": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "cruise": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "crying": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "culpa": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "cultivation": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "cultural": {"his - they": 0.026154218976455645, "his": 0.2827166892852382, "they": 0.25656247030878254}, "culture": {"his - they": -0.04896268766867112, "his": 0.2646525991610589, "they": 0.31361528682973}, "cultured": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "cup": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "curbs": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "curiosity": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "current": {"his - they": 0.004718562884991728, "his": 0.29675867786849, "they": 0.29204011498349824}, "currently": {"his - they": 0.07917405035393921, "his": 0.29729565757311877, "they": 0.21812160721917956}, "cursing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "customer": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "customers": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "cut": {"his - they": -0.04275343553801686, "his": 0.21413046243295664, "they": 0.2568838979709735}, "cuts": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "cutting": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "cynicism": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "d": {"his - they": -0.004886217129163095, "his": 0.3166709297611084, "they": 0.3215571468902715}, "dad": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "dag": {"his - they": 0.003528802331066061, "his": 0.18384223947744946, "they": 0.1803134371463834}, "daily": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "dailymail": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "daley": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "damage": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "dance": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "dancers": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "dancing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "danger": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "dangerous": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "dangerously": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "daniel": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "danville": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "dark": {"his - they": 0.04309523234998941, "his": 0.32249643607652395, "they": 0.27940120372653454}, "data": {"his - they": -0.01321420184046393, "his": 0.24244409043378043, "they": 0.25565829227424436}, "daughter": {"his - they": 0.02193060073259162, "his": 0.3079019637817704, "they": 0.2859713630491788}, "david": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "davies": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "dawah": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "day": {"his - they": -0.016633558604421783, "his": 0.3128921873825674, "they": 0.3295257459869892}, "days": {"his - they": -0.025213296932521168, "his": 0.310029905078553, "they": 0.33524320201107416}, "de": {"his - they": -0.07257499517762248, "his": 0.18777187204743392, "they": 0.2603468672250564}, "deacon": {"his - they": 0.003579847795432106, "his": 0.20759058985548443, "they": 0.20401074206005232}, "deacons": {"his - they": 0.003520148695485781, "his": 0.18019359999239262, "they": 0.17667345129690684}, "dead": {"his - they": 0.07259376670959047, "his": 0.3079019637817704, "they": 0.23530819707217995}, "deaf": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "deal": {"his - they": 0.025945805457545934, "his": 0.29982068409429524, "they": 0.2738748786367493}, "death": {"his - they": 0.03322423272176678, "his": 0.28372664962401584, "they": 0.25050241690224906}, "debate": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "debug": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "decades": {"his - they": 0.004320444485972075, "his": 0.2781953231227214, "they": 0.2738748786367493}, "decamp": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "december": {"his - they": -0.04304839740988006, "his": 0.20183687379407528, "they": 0.24488527120395534}, "decide": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "decided": {"his - they": -0.009720313145682002, "his": 0.303894973684048, "they": 0.31361528682973}, "deciding": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "decimated": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "decision": {"his - they": -0.012758752508979454, "his": 0.2827166892852382, "they": 0.29547544179421764}, "decisions": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "declined": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "decreased": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "dedicated": {"his - they": 0.004550082320485704, "his": 0.31146969894424825, "they": 0.30691961662376255}, "deep": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "deeper": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "deeply": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "deering": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "defeat": {"his - they": 0.07880739929953867, "his": 0.30601442023554437, "they": 0.2272070209360057}, "defeats": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "defect": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "defence": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "defend": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "defendant": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "defended": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "defense": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "defensive": {"his - they": 0.07832744294496263, "his": 0.31694061999072276, "they": 0.23861317704576013}, "defiant": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "definitely": {"his - they": -0.1097557422530196, "his": 0.21413046243295664, "they": 0.32388620468597623}, "degree": {"his - they": 0.00404040540546835, "his": 0.26092430337644185, "they": 0.2568838979709735}, "degrees": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "delays": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "delete": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "deliberation": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "delicacy": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "delicate": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "delight": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "deliver": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "delivered": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "delivers": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "delivery": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "demand": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "demanded": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "demanding": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "democracy": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "democratic": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "demographic": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "demolished": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "dengue": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "denied": {"his - they": 0.004017231130775262, "his": 0.2438774769135583, "they": 0.23986024578278303}, "denigrated": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "dennis": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "denominator": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "dense": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "denuclearization": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "depart": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "department": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "depend": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "dependable": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "dependent": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "depending": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "depicting": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "deployments": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "depressing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "depressingly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "depth": {"his - they": 0.025570249830491165, "his": 0.3272449960467882, "they": 0.30167474621629703}, "deputy": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "derogatory": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "derouen": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "describe": {"his - they": -0.07034635031978415, "his": 0.24225108942201368, "they": 0.3125974397417978}, "described": {"his - they": -0.06346767538413606, "his": 0.24890988579858353, "they": 0.3123775611827196}, "describing": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "description": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "deserved": {"his - they": 0.03285267136201975, "his": 0.30601442023554437, "they": 0.2731617488735246}, "design": {"his - they": 0.044397929652190554, "his": 0.26373498156930125, "they": 0.2193370519171107}, "designadvocacy": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "designated": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "designed": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "desjardins": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "despite": {"his - they": 0.019360076729065034, "his": 0.3148355185232827, "they": 0.29547544179421764}, "destabilized": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "destination": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "destinie": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "destroy": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "destroying": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "destructive": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "detail": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "detailed": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "details": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "detect": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "detective": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "deteriorate": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "determine": {"his - they": 0.004330416308446161, "his": 0.29000760009515225, "they": 0.2856771837867061}, "detroit": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "devastated": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "devastating": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "developed": {"his - they": 0.033123702124178755, "his": 0.29000760009515225, "they": 0.2568838979709735}, "developer": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "developers": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "developing": {"his - they": 0.004728466135656528, "his": 0.33571104886060626, "they": 0.33098258272494974}, "development": {"his - they": 0.004685439801091429, "his": 0.26373498156930125, "they": 0.2590495417682098}, "developments": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "device": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "devices": {"his - they": -0.0469893478570064, "his": 0.2277228393295231, "they": 0.2747121871865295}, "devoid": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "devote": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "devoted": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "dialogue": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "diameter": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "diaspora": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "dictated": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "did": {"his - they": -0.02136041522483456, "his": 0.31313471106705637, "they": 0.33449512629189093}, "didn": {"his - they": -0.006271651972102776, "his": 0.29340954018018217, "they": 0.29968119215228495}, "die": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "died": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "difference": {"his - they": -0.06346767538413606, "his": 0.24890988579858353, "they": 0.3123775611827196}, "different": {"his - they": -0.009937361399684153, "his": 0.2824284319835415, "they": 0.29236579338322566}, "difficult": {"his - they": 0.025570249830491165, "his": 0.3272449960467882, "they": 0.30167474621629703}, "difficulty": {"his - they": -0.04547263346045033, "his": 0.277219433480371, "they": 0.3226920669408213}, "digital": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "dillman": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "dimmed": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "diners": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "dinner": {"his - they": -0.09237431773305668, "his": 0.22172749392921956, "they": 0.31410181166227624}, "diplomat": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "diplomats": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "direct": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "directed": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "directing": {"his - they": 0.07832744294496263, "his": 0.31694061999072276, "they": 0.23861317704576013}, "direction": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "directly": {"his - they": 0.07880739929953867, "his": 0.30601442023554437, "they": 0.2272070209360057}, "director": {"his - they": 0.004010150005832602, "his": 0.23931834707801256, "they": 0.23530819707217995}, "disagrees": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "disappeared": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "disappoint": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "disappointing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "disarray": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "disbelief": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "discharge": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "disciple": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "disciplined": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "disciplines": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "disclosures": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "discoveries": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "discovery": {"his - they": -0.04291182704676463, "his": 0.20759058985548443, "they": 0.25050241690224906}, "discretion": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "discuss": {"his - they": 0.025693390153466167, "his": 0.3186538089869826, "they": 0.2929604188335164}, "discussed": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "discussion": {"his - they": -0.045760235093029844, "his": 0.2683415765692464, "they": 0.31410181166227624}, "disease": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "disguise": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "disliked": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "dismantled": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "dismissed": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "disobedience": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "disorder": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "disordered": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "disorganized": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "disorienting": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "dispel": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "display": {"his - they": 0.03331005191876604, "his": 0.2781953231227214, "they": 0.24488527120395534}, "displays": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "disrespected": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "disrupted": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "disruption": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "disruptive": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "dissenting": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "distant": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "distribution": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "district": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "distrustful": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "disturbing": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "ditched": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "dive": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "diversity": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "divide": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "dividends": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "divine": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "division": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "divorce": {"his - they": -0.024964992838165778, "his": 0.24890988579858353, "they": 0.2738748786367493}, "divorced": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "divulge": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "dixie": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "dna": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "do": {"his - they": -0.024616776142601382, "his": 0.3397213481157497, "they": 0.3643381242583511}, "doctorow": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "doctrine": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "documented": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "does": {"his - they": -0.01243977980500599, "his": 0.30694000737060945, "they": 0.31937978717561544}, "doesn": {"his - they": -0.006050225895310679, "his": 0.32094610684499353, "they": 0.3269963327403042}, "dog": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "doing": {"his - they": -0.05553053050256285, "his": 0.29903916996414065, "they": 0.3545697004667035}, "dollars": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "domantas": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "dominated": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "dominating": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "don": {"his - they": -0.03035994869765407, "his": 0.32600721847497255, "they": 0.3563671671726266}, "donald": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "done": {"his - they": 0.015282343896868333, "his": 0.3290752197301635, "they": 0.3137928758332952}, "donell": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "dongguan": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "donovan": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "doofer": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "door": {"his - they": 0.05021996935006684, "his": 0.2683415765692464, "they": 0.21812160721917956}, "double": {"his - they": -0.045760235093029844, "his": 0.2683415765692464, "they": 0.31410181166227624}, "doubt": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "doubted": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "douglas": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "down": {"his - they": -0.025053814378958372, "his": 0.3283204455014834, "they": 0.3533742598804418}, "downer": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "download": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "doyle": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "dozens": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "dr": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "drafted": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "dragnet": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "dram": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "drama": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "draw": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "drawbridge": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "drawn": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "dream": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "dressed": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "drew": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "drilled": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "drink": {"his - they": -0.02486645703979845, "his": 0.2545347466867361, "they": 0.27940120372653454}, "drinking": {"his - they": 0.07880739929953867, "his": 0.30601442023554437, "they": 0.2272070209360057}, "drinks": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "driver": {"his - they": -0.07123292490429686, "his": 0.22172749392921956, "they": 0.2929604188335164}, "drivers": {"his - they": 0.00404040540546835, "his": 0.26092430337644185, "they": 0.2568838979709735}, "drives": {"his - they": -0.09370313297080382, "his": 0.19669193402907845, "they": 0.29039506699988227}, "driving": {"his - they": 0.004032329784487032, "his": 0.2545347466867361, "they": 0.25050241690224906}, "drop": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "drops": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "drove": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "drummond": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "drunk": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "drunkard": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "dubious": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "duck": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "dude": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "due": {"his - they": -0.003941824917680192, "his": 0.3116616195060791, "they": 0.3156034444237593}, "dues": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "duffey": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "dug": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "duly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "during": {"his - they": -0.02922919513474115, "his": 0.3117105203647599, "they": 0.34093971549950103}, "duty": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "dysfunctional": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "e": {"his - they": 0.004726293697188355, "his": 0.3122781412574042, "they": 0.30755184756021586}, "each": {"his - they": 0.026521573079046235, "his": 0.32466562636187457, "they": 0.29814405328282834}, "ear": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "earbuds": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "earlier": {"his - they": 0.03640056222364846, "his": 0.3267956292235307, "they": 0.29039506699988227}, "early": {"his - they": -0.02466110017589007, "his": 0.33183936988108254, "they": 0.3565004700569726}, "earned": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ears": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "earth": {"his - they": 0.00404040540546835, "his": 0.26092430337644185, "they": 0.2568838979709735}, "easier": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "easily": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "east": {"his - they": 0.004880176969137173, "his": 0.31143187428060454, "they": 0.30655169731146736}, "eastern": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "easy": {"his - they": -0.0486673934495408, "his": 0.27324495010796984, "they": 0.32191234355751064}, "eat": {"his - they": -0.0459953132473207, "his": 0.26092430337644185, "they": 0.30691961662376255}, "eating": {"his - they": -0.04256522126790244, "his": 0.22172749392921956, "they": 0.264292715197122}, "ecclesial": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "eclectic": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "economic": {"his - they": 0.003990461069416806, "his": 0.2277228393295231, "they": 0.2237323782601063}, "economical": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "economics": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "economists": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "economy": {"his - they": -0.07154672135374945, "his": 0.21413046243295664, "they": 0.2856771837867061}, "ecstatic": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ed": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "eddie": {"his - they": 0.07917405035393921, "his": 0.29729565757311877, "they": 0.21812160721917956}, "eddy": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "edge": {"his - they": 0.004010150005832602, "his": 0.23931834707801256, "they": 0.23530819707217995}, "edit": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "editor": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "edmund": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "eds": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "educate": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "education": {"his - they": -0.025052000467483654, "his": 0.2438774769135583, "they": 0.26892947738104195}, "effect": {"his - they": -0.016912016528610296, "his": 0.29000760009515225, "they": 0.30691961662376255}, "effective": {"his - they": -0.04275343553801686, "his": 0.21413046243295664, "they": 0.2568838979709735}, "effectively": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "effects": {"his - they": 0.004010150005832602, "his": 0.23931834707801256, "they": 0.23530819707217995}, "efforts": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "eggshells": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "eight": {"his - they": -0.045760235093029844, "his": 0.2683415765692464, "they": 0.31410181166227624}, "either": {"his - they": -0.037464492196091215, "his": 0.3148355185232827, "they": 0.3523000107193739}, "elder": {"his - they": 0.003592297046673909, "his": 0.21413046243295664, "they": 0.21053816538628273}, "elders": {"his - they": 0.003528802331066061, "his": 0.18384223947744946, "they": 0.1803134371463834}, "elect": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "election": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "electricity": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "electromagnetic": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "electronic": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "elements": {"his - they": 0.07946943470886952, "his": 0.29000760009515225, "they": 0.21053816538628273}, "eleven": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "eliminate": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ellen": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "elliott": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "elon": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "else": {"his - they": -0.03368692515183097, "his": 0.29729565757311877, "they": 0.33098258272494974}, "eludes": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "elusively": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "email": {"his - they": 0.043230358745863506, "his": 0.3171052373826128, "they": 0.2738748786367493}, "emanates": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "embarrassing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "embarrassment": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "embedded": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "embiid": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "emboldening": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "embraced": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "emerged": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "emergency": {"his - they": -0.04665301597116625, "his": 0.23931834707801256, "they": 0.2859713630491788}, "emerson": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "emily": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "emotional": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "emotionally": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "empathise": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "emphasis": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "emphasised": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "emphasize": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "employ": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "employed": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "empowers": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "enable": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "enabled": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "enabling": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "encephalitis": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "encountering": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "encourage": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "encouraged": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "encyclopedia": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "end": {"his - they": -0.002997565967824578, "his": 0.33183936988108254, "they": 0.3348369358489071}, "endeavor": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "endeavour": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "endeavours": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ended": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "ending": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "endless": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "endured": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "enduring": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "energetic": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "energy": {"his - they": 0.004254464378262102, "his": 0.23124476146370732, "they": 0.22699029708544521}, "enforcement": {"his - they": 0.003972671245682541, "his": 0.2182923066274805, "they": 0.21431963538179796}, "engage": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "engaged": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "engagement": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "engaging": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "engine": {"his - they": -0.07034635031978415, "his": 0.24225108942201368, "they": 0.3125974397417978}, "engineering": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "engineers": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "england": {"his - they": -0.03387860459082398, "his": 0.29000760009515225, "they": 0.32388620468597623}, "english": {"his - they": 0.05477394602782676, "his": 0.3052763629300758, "they": 0.25050241690224906}, "engrained": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "enjoy": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "enjoyed": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "enjoys": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "enough": {"his - they": -0.0486673934495408, "his": 0.27324495010796984, "they": 0.32191234355751064}, "ensemble": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ensnare": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ensuring": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "entered": {"his - they": 0.03629682555736463, "his": 0.3315727306463931, "they": 0.29527590508902846}, "entering": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "entertain": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "entertainment": {"his - they": 0.03285267136201975, "his": 0.30601442023554437, "they": 0.2731617488735246}, "enthusiast": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "entire": {"his - they": 0.019325290215342406, "his": 0.3184975236970695, "they": 0.2991722334817271}, "entirely": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "entrepreneur": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "entropy": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "environment": {"his - they": -0.034696975752888326, "his": 0.2573431392306099, "they": 0.29204011498349824}, "environmental": {"his - they": 0.004325445897481295, "his": 0.28372664962401584, "they": 0.27940120372653454}, "epidemic": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "episode": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "equal": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "equipment": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "equipping": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "era": {"his - they": 0.025570249830491165, "his": 0.3272449960467882, "they": 0.30167474621629703}, "eric": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "erm": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "erode": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "error": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "ers": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "escape": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "eschewed": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "especially": {"his - they": -0.006074135457418639, "his": 0.31798384978359495, "they": 0.3240579852410136}, "essential": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "essentially": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "establish": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "established": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "establishment": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "estimate": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "estranged": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "estrangement": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "estrangements": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "et": {"his - they": 0.08027314094075333, "his": 0.26875879762366767, "they": 0.18848565668291434}, "etc": {"his - they": -0.0459953132473207, "his": 0.26092430337644185, "they": 0.30691961662376255}, "etiquette": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "eui": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "europe": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "european": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "evaluate": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "evaluated": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "evaluating": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "even": {"his - they": -0.018193554361385256, "his": 0.3296985754942147, "they": 0.3478921298556}, "evening": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "event": {"his - they": -0.046366019290444926, "his": 0.24890988579858353, "they": 0.29527590508902846}, "events": {"his - they": 0.03322423272176678, "his": 0.28372664962401584, "they": 0.25050241690224906}, "eventually": {"his - they": -0.012416505741727979, "his": 0.31146969894424825, "they": 0.32388620468597623}, "ever": {"his - they": -0.0016455718831725474, "his": 0.34431255282332907, "they": 0.3459581247065016}, "every": {"his - they": -0.02726683546443709, "his": 0.3186912892420645, "they": 0.3459581247065016}, "everybody": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "everyday": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "everyone": {"his - they": 0.019286792428680144, "his": 0.3224641350338455, "they": 0.3031773426051654}, "everything": {"his - they": -0.052909851510552997, "his": 0.2799907674896025, "they": 0.3329006190001555}, "evidence": {"his - they": 0.004325445897481295, "his": 0.28372664962401584, "they": 0.27940120372653454}, "evident": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "ex": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "exactly": {"his - they": 0.004547601250856792, "his": 0.3052763629300758, "they": 0.300728761679219}, "examination": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "examine": {"his - they": 0.003592297046673909, "his": 0.21413046243295664, "they": 0.21053816538628273}, "examines": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "examining": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "example": {"his - they": -0.009679248337833457, "his": 0.3079019637817704, "they": 0.3175812121196039}, "examples": {"his - they": -0.016912016528610296, "his": 0.29000760009515225, "they": 0.30691961662376255}, "exceedingly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "excellent": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "except": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "exception": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "exchange": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "excited": {"his - they": 0.033123702124178755, "his": 0.29000760009515225, "they": 0.2568838979709735}, "exclusive": {"his - they": -0.024752880410264244, "his": 0.26092430337644185, "they": 0.2856771837867061}, "exclusively": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "excoriated": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "executing": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "execution": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "executive": {"his - they": 0.003568320858215124, "his": 0.20183687379407528, "they": 0.19826855293586015}, "exercise": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "exercises": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "exhilarating": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "exist": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "existed": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "existence": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "existential": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "exists": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "exited": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "exiting": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "exodus": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "exoplanets": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "expand": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "expect": {"his - they": 0.07199401917427489, "his": 0.32249643607652395, "they": 0.25050241690224906}, "expectation": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "expectations": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "expected": {"his - they": 0.004716336310941205, "his": 0.29354583195932804, "they": 0.28882949564838684}, "expense": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "expenses": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "experience": {"his - they": 0.02193060073259162, "his": 0.3079019637817704, "they": 0.2859713630491788}, "experienced": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "experiences": {"his - they": 0.004330416308446161, "his": 0.29000760009515225, "they": 0.2856771837867061}, "experiencetheride": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "expert": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "expertise": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "experts": {"his - they": -0.0459953132473207, "his": 0.26092430337644185, "they": 0.30691961662376255}, "explain": {"his - they": 0.021767674397304926, "his": 0.32249643607652395, "they": 0.300728761679219}, "explained": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "explains": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "explicitly": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "explored": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "exploring": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "explosion": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "explosions": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "explosive": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "export": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "exposed": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "exposing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "express": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "expressed": {"his - they": 0.07880739929953867, "his": 0.30601442023554437, "they": 0.2272070209360057}, "expressing": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "extended": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "extension": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "extensive": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "extent": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "extra": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "extracting": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "extraordinary": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "extreme": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "extremely": {"his - they": -0.03404113961184896, "his": 0.28372664962401584, "they": 0.3177677892358648}, "exult": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "eye": {"his - they": 0.05021996935006684, "his": 0.2683415765692464, "they": 0.21812160721917956}, "eyes": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "f": {"his - they": 0.07946943470886952, "his": 0.29000760009515225, "they": 0.21053816538628273}, "face": {"his - they": -0.012328773737967147, "his": 0.3186538089869826, "they": 0.33098258272494974}, "facebook": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "faced": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "faces": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "facet": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "facility": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "facing": {"his - they": -0.012491426305788977, "his": 0.3052763629300758, "they": 0.3177677892358648}, "fact": {"his - they": -0.00770144465186362, "his": 0.30526179242817636, "they": 0.31296323708004}, "factor": {"his - they": -0.04256522126790244, "his": 0.22172749392921956, "they": 0.264292715197122}, "factors": {"his - they": -0.017628768569714265, "his": 0.2378060621034104, "they": 0.25543483067312467}, "facts": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "factual": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "faculty": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "fahrenheit": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fail": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "failed": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "failure": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "failures": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fair": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "faith": {"his - they": -0.016912016528610296, "his": 0.29000760009515225, "they": 0.30691961662376255}, "faithful": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fake": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fall": {"his - they": -0.03430689745224602, "his": 0.27324495010796984, "they": 0.30755184756021586}, "fallen": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "fallibility": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "falling": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "falls": {"his - they": -0.07034635031978415, "his": 0.24225108942201368, "they": 0.3125974397417978}, "false": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "familial": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "familiar": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "family": {"his - they": 0.05719064951708652, "his": 0.33463511538983737, "they": 0.27744446587275085}, "famous": {"his - they": 0.07917405035393921, "his": 0.29729565757311877, "they": 0.21812160721917956}, "fan": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "fans": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "fantastic": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "far": {"his - they": -0.02253679440329126, "his": 0.2849875809691552, "they": 0.3075243753724465}, "fare": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "farmers": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "farrell": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fascinate": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fascinated": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "fascinating": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "fast": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "fat": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "father": {"his - they": 0.03322423272176678, "his": 0.28372664962401584, "they": 0.25050241690224906}, "fathers": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fatigued": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fault": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "favor": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "favorite": {"his - they": 0.03338470432518681, "his": 0.27324495010796984, "they": 0.23986024578278303}, "favorites": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "favour": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "favourite": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "fear": {"his - they": -0.03404113961184896, "his": 0.28372664962401584, "they": 0.3177677892358648}, "fearful": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "feasibility": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "feasible": {"his - they": 0.003592297046673909, "his": 0.21413046243295664, "they": 0.21053816538628273}, "feat": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "feature": {"his - they": 0.004535347199931428, "his": 0.2864571996429975, "they": 0.28192185244306606}, "featured": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "features": {"his - they": 0.004325445897481295, "his": 0.28372664962401584, "they": 0.27940120372653454}, "february": {"his - they": 0.07880739929953867, "his": 0.30601442023554437, "they": 0.2272070209360057}, "federal": {"his - they": -0.012667394095588591, "his": 0.2905099485095768, "they": 0.3031773426051654}, "feed": {"his - they": -0.07034635031978415, "his": 0.24225108942201368, "they": 0.3125974397417978}, "feel": {"his - they": 0.02188307425752195, "his": 0.3122781412574042, "they": 0.29039506699988227}, "feeling": {"his - they": 0.004325445897481295, "his": 0.28372664962401584, "they": 0.27940120372653454}, "feelings": {"his - they": 0.054585800973274756, "his": 0.31146969894424825, "they": 0.2568838979709735}, "feels": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fees": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "feet": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "feigned": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fell": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "fellow": {"his - they": 0.10053220176780303, "his": 0.3186538089869826, "they": 0.21812160721917956}, "fellowship": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "felt": {"his - they": 0.00454174675781549, "his": 0.29493681375769776, "they": 0.29039506699988227}, "female": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "feral": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fever": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "few": {"his - they": -0.022583425612983543, "his": 0.2824284319835415, "they": 0.30501185759652505}, "fewer": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fiction": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "fictions": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fictitious": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "field": {"his - they": 0.08077939438893489, "his": 0.25405380456650983, "they": 0.17327441017757494}, "fields": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "fiercely": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fifty": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "fight": {"his - they": 0.0317711058276412, "his": 0.33932295338785706, "they": 0.30755184756021586}, "figure": {"his - they": -0.009884701173030364, "his": 0.2876820494645667, "they": 0.2975667506375971}, "figured": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "figures": {"his - they": -0.01667764670527694, "his": 0.30601442023554437, "they": 0.3226920669408213}, "filled": {"his - they": -0.07034635031978415, "his": 0.24225108942201368, "they": 0.3125974397417978}, "film": {"his - they": 0.026423522045903036, "his": 0.25768960285188947, "they": 0.23126608080598643}, "filmmakers": {"his - they": 0.10053220176780303, "his": 0.3186538089869826, "they": 0.21812160721917956}, "final": {"his - they": -0.061427028391550675, "his": 0.2646525991610589, "they": 0.32607962755260955}, "finally": {"his - they": 0.021609237198330022, "his": 0.33571104886060626, "they": 0.31410181166227624}, "financial": {"his - they": -0.046194014992482935, "his": 0.2545347466867361, "they": 0.300728761679219}, "find": {"his - they": 0.005474536459097568, "his": 0.34448338600143935, "they": 0.3390088495423418}, "finding": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "findings": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "finds": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "fine": {"his - they": -0.06296190130953438, "his": 0.26092430337644185, "they": 0.32388620468597623}, "finest": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fingers": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "finish": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fire": {"his - they": -0.025642412147036997, "his": 0.20789743566772212, "they": 0.23353984781475912}, "fired": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fires": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "first": {"his - they": 0.014362874328678998, "his": 0.3731005694845122, "they": 0.3587376951558332}, "fit": {"his - they": 0.025792515157542162, "his": 0.31146969894424825, "they": 0.2856771837867061}, "fitness": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "five": {"his - they": -0.01613829141419354, "his": 0.310029905078553, "they": 0.32616819649274653}, "flag": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "flagship": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "flames": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "flash": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "flashmob": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "flat": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "flavour": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "flawlessly": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "flesh": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "flex": {"his - they": 0.08066968793370308, "his": 0.2573431392306099, "they": 0.17667345129690684}, "flexibility": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "flickered": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "flight": {"his - they": -0.04275343553801686, "his": 0.21413046243295664, "they": 0.2568838979709735}, "flits": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "flock": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "flower": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "flurry": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fly": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "flying": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "focus": {"his - they": -0.04829800354128405, "his": 0.28372664962401584, "they": 0.3320246531652999}, "focused": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "focuses": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "folk": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "follow": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "followed": {"his - they": -0.0490907566349979, "his": 0.2608634586693646, "they": 0.3099542153043625}, "following": {"his - they": 0.03338470432518681, "his": 0.27324495010796984, "they": 0.23986024578278303}, "follows": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "folly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "food": {"his - they": -0.040914327781369914, "his": 0.24080640355828306, "they": 0.281720731339653}, "foolish": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "for": {"his - they": -0.008049686504752351, "his": 0.35165781795341544, "they": 0.3597075044581678}, "forage": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "force": {"his - they": 0.025693390153466167, "his": 0.3186538089869826, "they": 0.2929604188335164}, "forced": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "forces": {"his - they": 0.1012656208700235, "his": 0.3052763629300758, "they": 0.20401074206005232}, "forecast": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "foreign": {"his - they": 0.043850339335458566, "his": 0.2905282441468826, "they": 0.24667790481142404}, "foresee": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "foresight": {"his - they": -0.04374485983141904, "his": 0.17057477555037892, "they": 0.21431963538179796}, "foretold": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "forge": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "forgiveness": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "forgotten": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "form": {"his - they": 0.004538585460397981, "his": 0.2905099485095768, "they": 0.2859713630491788}, "formal": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "formative": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "formed": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "former": {"his - they": -0.03962242790961207, "his": 0.2864571996429975, "they": 0.32607962755260955}, "formidable": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "forms": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "formulae": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fortune": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "forty": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "forum": {"his - they": -0.07181061387105012, "his": 0.20759058985548443, "they": 0.27940120372653454}, "forums": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "forward": {"his - they": 0.004550082320485704, "his": 0.31146969894424825, "they": 0.30691961662376255}, "forwarded": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fosters": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "foucault": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "found": {"his - they": -0.03821135705718581, "his": 0.2903090687781627, "they": 0.3285204258353485}, "foundation": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "founder": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "four": {"his - they": -0.014305745333934472, "his": 0.2936950197646869, "they": 0.3080007650986214}, "fourth": {"his - they": 0.004518894843323518, "his": 0.2700654962191465, "they": 0.265546601375823}, "foyer": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fracturing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "frame": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "framework": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "franchise": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "francis": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "francisco": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "frank": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "frantic": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "frantically": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "free": {"his - they": -0.027122514392661445, "his": 0.32466562636187457, "they": 0.351788140754536}, "freedom": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "freeing": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "freeman": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "french": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "frenchman": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "frenchmen": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "frenzy": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "frequent": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "fresh": {"his - they": -0.016806154089157477, "his": 0.29729565757311877, "they": 0.31410181166227624}, "freshman": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "freshmen": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "friday": {"his - they": 0.03331005191876604, "his": 0.2781953231227214, "they": 0.24488527120395534}, "friend": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "friendly": {"his - they": -0.04256522126790244, "his": 0.22172749392921956, "they": 0.264292715197122}, "friends": {"his - they": 0.036492771984666716, "his": 0.3224641350338455, "they": 0.2859713630491788}, "fringe": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "frogs": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "from": {"his - they": -0.013083485358765468, "his": 0.3675577694666775, "they": 0.380641254825443}, "front": {"his - they": -0.012556877088424345, "his": 0.29982068409429524, "they": 0.3123775611827196}, "frontiers": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "fruit": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "fruits": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fuel": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "fukushima": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fulfills": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "full": {"his - they": 0.060982824781575296, "his": 0.3238094893355536, "they": 0.2628266645539783}, "fun": {"his - they": -0.07123292490429686, "his": 0.22172749392921956, "they": 0.2929604188335164}, "function": {"his - they": -0.11017719938038037, "his": 0.20759058985548443, "they": 0.3177677892358648}, "functioning": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fundamental": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "funders": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "fundraising": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "funds": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "funeral": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "further": {"his - they": -0.028929606353535697, "his": 0.29723859013921083, "they": 0.32616819649274653}, "future": {"his - they": 0.016575670462085412, "his": 0.27978346003887394, "they": 0.26320778957678853}, "futurists": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "futurologist": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "g": {"his - they": -0.034182238059998205, "his": 0.2781953231227214, "they": 0.3123775611827196}, "gained": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "galaxies": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "game": {"his - they": 0.017834921249079927, "his": 0.2867232122165839, "they": 0.268888290967504}, "gamecock": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "gamecocks": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "games": {"his - they": 0.03657567125400346, "his": 0.3184975236970695, "they": 0.28192185244306606}, "garage": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "garden": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "garnet": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "gas": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "gases": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "gate": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "gathered": {"his - they": -0.09186411426357707, "his": 0.23082795267724424, "they": 0.3226920669408213}, "gathering": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "gauntlet": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "gave": {"his - they": 0.005147883619096627, "his": 0.3352720864671003, "they": 0.3301242028480037}, "geez": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "gene": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "general": {"his - they": -0.017080581966307073, "his": 0.2781953231227214, "they": 0.29527590508902846}, "generally": {"his - they": 0.07832744294496263, "his": 0.31694061999072276, "they": 0.23861317704576013}, "generations": {"his - they": 0.025792515157542162, "his": 0.31146969894424825, "they": 0.2856771837867061}, "generosity": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "genie": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "genius": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "genre": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "gentlemen": {"his - they": 0.003592297046673909, "his": 0.21413046243295664, "they": 0.21053816538628273}, "gently": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "genuine": {"his - they": 0.05408324717326357, "his": 0.3272449960467882, "they": 0.2731617488735246}, "genuinely": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "geofence": {"his - they": 0.0034889426992182893, "his": 0.16772364172248647, "they": 0.16423469902326818}, "geofiltered": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "geographically": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "george": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "georgia": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "germany": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "gershshwin": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "get": {"his - they": -0.03268511941204599, "his": 0.3313364954658254, "they": 0.3640216148778714}, "gets": {"his - they": -0.024752880410264244, "his": 0.26092430337644185, "they": 0.2856771837867061}, "getting": {"his - they": -0.003775928660522565, "his": 0.33651395937063544, "they": 0.340289888031158}, "ghost": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "gimli": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "girl": {"his - they": -0.034696975752888326, "his": 0.2573431392306099, "they": 0.29204011498349824}, "girls": {"his - they": -0.024964992838165778, "his": 0.24890988579858353, "they": 0.2738748786367493}, "give": {"his - they": -0.007645944346563904, "his": 0.31143187428060454, "they": 0.31907781862716844}, "given": {"his - they": -0.04422921931402107, "his": 0.3084810090841406, "they": 0.3527102283981617}, "gives": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "giving": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "glad": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "glazing": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "global": {"his - they": 0.10053220176780303, "his": 0.3186538089869826, "they": 0.21812160721917956}, "glorious": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "gloves": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "glow": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "go": {"his - they": -0.029004071945847087, "his": 0.32056944242160135, "they": 0.34957351436744843}, "goal": {"his - they": 0.019243781663314863, "his": 0.3267956292235307, "they": 0.30755184756021586}, "goals": {"his - they": 0.055076567974914725, "his": 0.29493681375769776, "they": 0.23986024578278303}, "gobert": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "god": {"his - they": 0.003984343493436182, "his": 0.2243832407947984, "they": 0.22039889730136222}, "godliness": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "going": {"his - they": -0.029396588432278048, "his": 0.35038856736857604, "they": 0.3797851558008541}, "gold": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "golden": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "gone": {"his - they": -0.07123292490429686, "his": 0.22172749392921956, "they": 0.2929604188335164}, "good": {"his - they": -0.019640234608512774, "his": 0.32378673581106054, "they": 0.3434269704195733}, "google": {"his - they": 0.0042744087290447486, "his": 0.24267877627858891, "they": 0.23840436754954417}, "googled": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "gordon": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "gordonsville": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "gosh": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "gospel": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "got": {"his - they": -0.02574028718106397, "his": 0.2851732626399707, "they": 0.3109135498210347}, "gotten": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "governance": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "governing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "government": {"his - they": -0.01685394263918094, "his": 0.2607850735627456, "they": 0.27763901620192655}, "governments": {"his - they": -0.04304839740988006, "his": 0.20183687379407528, "they": 0.24488527120395534}, "grab": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "grabbed": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "grace": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "graduated": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "graduates": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "grand": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "grann": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "grant": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "granted": {"his - they": 0.033123702124178755, "his": 0.29000760009515225, "they": 0.2568838979709735}, "grapples": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "grasp": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "gravel": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "graves": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "gray": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "great": {"his - they": 0.027564454210916023, "his": 0.35325653673437346, "they": 0.32569208252345744}, "greater": {"his - they": -0.03921521050590765, "his": 0.29982068409429524, "they": 0.3390358946002029}, "greatly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "green": {"his - they": 0.00449673729093672, "his": 0.2534552000567769, "they": 0.2489584627658402}, "greenberger": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "greet": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "grey": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "gridlock": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "grit": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "ground": {"his - they": -0.06506319864639348, "his": 0.20789743566772212, "they": 0.2729606343141156}, "group": {"his - they": -0.05153600530618446, "his": 0.28445272349796347, "they": 0.33598872880414793}, "grouping": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "groupon": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "groups": {"his - they": 0.03350945330657926, "his": 0.2646525991610589, "they": 0.23114314585447962}, "grow": {"his - they": -0.04256522126790244, "his": 0.22172749392921956, "they": 0.264292715197122}, "growing": {"his - they": -0.02686882866017215, "his": 0.29982068409429524, "they": 0.3266895127544674}, "grown": {"his - they": -0.024752880410264244, "his": 0.26092430337644185, "they": 0.2856771837867061}, "growth": {"his - they": -0.04688689831412707, "his": 0.23129772441340857, "they": 0.27818462272753564}, "gru": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "grumbling": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "guarantees": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "guard": {"his - they": 0.004032329784487032, "his": 0.2545347466867361, "they": 0.25050241690224906}, "guests": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "guiana": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "guillard": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "guilt": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "guilty": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "guitarist": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "guns": {"his - they": 0.07971590756396352, "his": 0.28372664962401584, "they": 0.20401074206005232}, "guru": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "gusto": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "guy": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "h": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "had": {"his - they": -0.02360841348391718, "his": 0.3341221103043493, "they": 0.3577305237882665}, "hadn": {"his - they": 0.025570249830491165, "his": 0.3272449960467882, "they": 0.30167474621629703}, "haggard": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "haired": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "half": {"his - they": -0.05100357286119034, "his": 0.27599275987911387, "they": 0.3269963327403042}, "halftime": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "hall": {"his - they": 0.033123702124178755, "his": 0.29000760009515225, "they": 0.2568838979709735}, "ham": {"his - they": -0.07438946327931564, "his": 0.1336751764193465, "they": 0.20806463969866215}, "hand": {"his - they": 0.004877500532391665, "his": 0.30526179242817636, "they": 0.3003842918957847}, "handedly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "handful": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "handicaps": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "handle": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "handling": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "hands": {"his - they": -0.016806154089157477, "his": 0.29729565757311877, "they": 0.31410181166227624}, "handy": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hank": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hannah": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "happen": {"his - they": -0.012556877088424345, "his": 0.29982068409429524, "they": 0.3123775611827196}, "happened": {"his - they": 0.004325445897481295, "his": 0.28372664962401584, "they": 0.27940120372653454}, "happening": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "happenings": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "happens": {"his - they": 0.00404040540546835, "his": 0.26092430337644185, "they": 0.2568838979709735}, "happy": {"his - they": -0.01667764670527694, "his": 0.30601442023554437, "they": 0.3226920669408213}, "haram": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "harassment": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hard": {"his - they": 0.01944759778149946, "his": 0.30526179242817636, "they": 0.2858141946466769}, "harder": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hardest": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "hardin": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hardly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "harping": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "harry": {"his - they": 0.003592297046673909, "his": 0.21413046243295664, "they": 0.21053816538628273}, "has": {"his - they": -0.0033892989092055847, "his": 0.3647196531660296, "they": 0.3681089520752352}, "hasn": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hassles": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hates": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hats": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "haunting": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "have": {"his - they": -0.03993249747508637, "his": 0.357103812865288, "they": 0.39703631034037434}, "having": {"his - they": 0.019669682771049357, "his": 0.36224258010450555, "they": 0.3425728973334562}, "hayward": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hazards": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "he": {"his - they": 0.04801464233682046, "his": 0.37398730641719274, "they": 0.3259726640803723}, "head": {"his - they": -0.04396598099919086, "his": 0.2754344429631931, "they": 0.31940042396238394}, "headache": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "headed": {"his - they": -0.016806154089157477, "his": 0.29729565757311877, "they": 0.31410181166227624}, "heads": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "healing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "health": {"his - they": -0.06199802880717176, "his": 0.2509652082728682, "they": 0.31296323708004}, "healthy": {"his - they": -0.04829800354128405, "his": 0.28372664962401584, "they": 0.3320246531652999}, "hear": {"his - they": -0.03404113961184896, "his": 0.28372664962401584, "they": 0.3177677892358648}, "heard": {"his - they": -0.0490907566349979, "his": 0.2608634586693646, "they": 0.3099542153043625}, "hearing": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "heart": {"his - they": 0.004729015272162296, "his": 0.3286152199581385, "they": 0.32388620468597623}, "heartening": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "heartfelt": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "heat": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "heatsink": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "heavier": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "heavy": {"his - they": 0.004330416308446161, "his": 0.29000760009515225, "they": 0.2856771837867061}, "heavyweight": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hectares": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "held": {"his - they": 0.015298319447328568, "his": 0.32682249789240303, "they": 0.31152417844507446}, "hell": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "helms": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "help": {"his - they": 0.005571185640868781, "his": 0.3461918377525235, "they": 0.3406206521116547}, "helped": {"his - they": 0.004551997324706347, "his": 0.3186538089869826, "they": 0.31410181166227624}, "helping": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "helpless": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "helps": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "her": {"his - they": -0.004381717622658182, "his": 0.2470012772461667, "they": 0.25138299486882487}, "here": {"his - they": -0.023459741174042037, "his": 0.3296985754942147, "they": 0.35315831666825676}, "heroes": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "herself": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "hide": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "hiding": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "high": {"his - they": -0.016359675833891307, "his": 0.2952202809255074, "they": 0.3115799567593987}, "higher": {"his - they": -0.05088324862308791, "his": 0.2792409542249158, "they": 0.3301242028480037}, "highlight": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "highway": {"his - they": 0.05038613799015912, "his": 0.26092430337644185, "they": 0.21053816538628273}, "hike": {"his - they": -0.025522366665710172, "his": 0.21549527130611462, "they": 0.2410176379718248}, "hikers": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "hiking": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "hilarious": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "him": {"his - they": 0.04739184279140152, "his": 0.36337621025354827, "they": 0.31598436746214675}, "himself": {"his - they": 0.004729015272162296, "his": 0.3286152199581385, "they": 0.32388620468597623}, "hint": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hipper": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "his": {"his - they": 0.1090879412505541, "his": 0.4326414878015573, "they": 0.3235535465510032}, "historic": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "historical": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "historically": {"his - they": -0.07034635031978415, "his": 0.24225108942201368, "they": 0.3125974397417978}, "history": {"his - they": -0.022639971578880647, "his": 0.3014018009004911, "they": 0.32404177247937177}, "hit": {"his - they": 0.019286792428680144, "his": 0.3224641350338455, "they": 0.3031773426051654}, "hits": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hive": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hobbit": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hoffman": {"his - they": 0.0035378808025375297, "his": 0.18777187204743392, "they": 0.1842339912448964}, "hold": {"his - they": -0.022024227867612267, "his": 0.3122781412574042, "they": 0.3343023691250165}, "holds": {"his - they": 0.07917405035393921, "his": 0.29729565757311877, "they": 0.21812160721917956}, "holes": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "holy": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "homage": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "home": {"his - they": -0.0016982077844266974, "his": 0.33427978660549246, "they": 0.33597799438991915}, "homemade": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "homes": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "honed": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "honest": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "hong": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "honor": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "honourable": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "honoured": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "hoofer": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hope": {"his - they": -0.03936555536731873, "his": 0.29493681375769776, "they": 0.3343023691250165}, "hopkinson": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hordes": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hornbleat": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "horns": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "horror": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hospital": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "hosted": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "hosts": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "hot": {"his - they": -0.043020611956022026, "his": 0.303894973684048, "they": 0.34691558564007}, "hotel": {"his - they": -0.04291182704676463, "his": 0.20759058985548443, "they": 0.25050241690224906}, "hotels": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "hour": {"his - they": 0.017486128492548048, "his": 0.33110141532227805, "they": 0.31361528682973}, "hours": {"his - they": -0.028418061943000505, "his": 0.3184975236970695, "they": 0.34691558564007}, "house": {"his - they": 0.028720389155632964, "his": 0.3352720864671003, "they": 0.30655169731146736}, "how": {"his - they": -0.019486570107949353, "his": 0.3517850301010425, "they": 0.37127160020899186}, "howard": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "however": {"his - they": -0.014201643523268193, "his": 0.3014018009004911, "they": 0.3156034444237593}, "https": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "hub": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hubble": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hug": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "huge": {"his - they": -0.03430689745224602, "his": 0.27324495010796984, "they": 0.30755184756021586}, "hugh": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "hughes": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "hugo": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "human": {"his - they": 0.031929181840550935, "his": 0.33110141532227805, "they": 0.2991722334817271}, "humans": {"his - they": 0.00454174675781549, "his": 0.29493681375769776, "they": 0.29039506699988227}, "humbly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hundred": {"his - they": -0.04256522126790244, "his": 0.22172749392921956, "they": 0.264292715197122}, "hundreds": {"his - they": 0.07832744294496263, "his": 0.31694061999072276, "they": 0.23861317704576013}, "hunger": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hunkered": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hurt": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "husband": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "hustling": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hutcherson": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "huxley": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hylton": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "hypocrisy": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "hysterical": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "i": {"his - they": -0.017668171020364942, "his": 0.28723219745947115, "they": 0.3049003684798361}, "ian": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ib\u00e9rico": {"his - they": -0.04441120279076857, "his": 0.1367639291606658, "they": 0.18117513195143436}, "ice": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "iconic": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "idc": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "idea": {"his - they": -0.03416523160445911, "his": 0.26551596054782584, "they": 0.29968119215228495}, "ideas": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "identical": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "identified": {"his - they": -0.024752880410264244, "his": 0.26092430337644185, "they": 0.2856771837867061}, "identify": {"his - they": 0.033123702124178755, "his": 0.29000760009515225, "they": 0.2568838979709735}, "identifying": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "identity": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "if": {"his - they": -0.030962869726788522, "his": 0.3419679589785196, "they": 0.37293082870530814}, "igbinidu": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ignited": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ignorance": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "ignore": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "ii": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "iknow": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ill": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "illness": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "illusion": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "images": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "imagine": {"his - they": 0.033123702124178755, "his": 0.29000760009515225, "they": 0.2568838979709735}, "imagined": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "imagining": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "immediately": {"his - they": -0.02731074308655157, "his": 0.2792409542249158, "they": 0.30655169731146736}, "immense": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "immensely": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "immersive": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "imminent": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "impact": {"his - they": -0.03387860459082398, "his": 0.29000760009515225, "they": 0.32388620468597623}, "imparted": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "impatience": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "impeccably": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "impermissibly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "implementation": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "implemented": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "importance": {"his - they": -0.01700211205520319, "his": 0.28372664962401584, "they": 0.300728761679219}, "important": {"his - they": 0.012547322172883069, "his": 0.3500611450328022, "they": 0.33751382285991915}, "impose": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "impossible": {"his - they": -0.016912016528610296, "his": 0.29000760009515225, "they": 0.30691961662376255}, "impressed": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "impressive": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "improved": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "improvement": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "impulse": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "in": {"his - they": -0.004635448214686977, "his": 0.3139857848024327, "they": 0.3186212330171197}, "incheon": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "inches": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "incident": {"his - they": 0.05083269039509822, "his": 0.23931834707801256, "they": 0.18848565668291434}, "incidents": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "include": {"his - they": -0.009758066182807945, "his": 0.30019614912155457, "they": 0.3099542153043625}, "included": {"his - they": 0.019243781663314863, "his": 0.3267956292235307, "they": 0.30755184756021586}, "includes": {"his - they": 0.07946943470886952, "his": 0.29000760009515225, "they": 0.21053816538628273}, "including": {"his - they": 0.005661119196610831, "his": 0.35161924390311244, "they": 0.3459581247065016}, "incomprehensibly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "inconsistency": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "increase": {"his - they": -0.025052000467483654, "his": 0.2438774769135583, "they": 0.26892947738104195}, "increased": {"his - they": -0.02486645703979845, "his": 0.2545347466867361, "they": 0.27940120372653454}, "increasingly": {"his - they": -0.016806154089157477, "his": 0.29729565757311877, "they": 0.31410181166227624}, "incredible": {"his - they": 0.05052400462668377, "his": 0.2545347466867361, "they": 0.20401074206005232}, "incredibly": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "indeed": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "independent": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "india": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "indian": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "indistinguishable": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "individual": {"his - they": 0.025792515157542162, "his": 0.31146969894424825, "they": 0.2856771837867061}, "individualized": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "individuals": {"his - they": -0.012556877088424345, "his": 0.29982068409429524, "they": 0.3123775611827196}, "indoors": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "inducted": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "industrial": {"his - they": -0.09186411426357707, "his": 0.23082795267724424, "they": 0.3226920669408213}, "industry": {"his - they": -0.03441854498149771, "his": 0.26875879762366767, "they": 0.3031773426051654}, "ineffective": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "inefficiency": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "inevitably": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "infects": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "infiltrates": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "inflammatory": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "inflict": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "influenced": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "influencing": {"his - they": 0.0035378808025375297, "his": 0.18777187204743392, "they": 0.1842339912448964}, "informal": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "information": {"his - they": -0.02731074308655157, "his": 0.2792409542249158, "they": 0.30655169731146736}, "informed": {"his - they": 0.004343180248924938, "his": 0.31694061999072276, "they": 0.3125974397417978}, "informs": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "inhabit": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "inherently": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "initial": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "initiative": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "injured": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "injuries": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "injury": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "ink": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "inmates": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "inn": {"his - they": 0.003592297046673909, "his": 0.21413046243295664, "they": 0.21053816538628273}, "innocent": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "innovations": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "innovative": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "innumerably": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "input": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "inside": {"his - they": 0.0191951694636735, "his": 0.3315727306463931, "they": 0.3123775611827196}, "insisted": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "insisting": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "inspire": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "inspired": {"his - they": 0.07832744294496263, "his": 0.31694061999072276, "they": 0.23861317704576013}, "inspiring": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "instability": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "installed": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "instead": {"his - they": -0.04613179798554501, "his": 0.3024427560584787, "they": 0.3485745540440237}, "instinctively": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "instincts": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "institution": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "institutional": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "institutions": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "instrument": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "instruments": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "intelligence": {"his - they": -0.017150116891912426, "his": 0.27324495010796984, "they": 0.29039506699988227}, "intend": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "intended": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "intense": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "intensity": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "intentions": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "intents": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "interaction": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "interactive": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "interest": {"his - they": -0.034182238059998205, "his": 0.2781953231227214, "they": 0.3123775611827196}, "interested": {"his - they": 0.004343180248924938, "his": 0.31694061999072276, "they": 0.3125974397417978}, "interesting": {"his - they": -0.016806154089157477, "his": 0.29729565757311877, "they": 0.31410181166227624}, "interests": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "intermediate": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "internally": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "international": {"his - they": -0.009720313145682002, "his": 0.303894973684048, "they": 0.31361528682973}, "internet": {"his - they": -0.017080581966307073, "his": 0.2781953231227214, "they": 0.29527590508902846}, "interrupted": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "intersection": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "intervene": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "interview": {"his - they": -0.016806154089157477, "his": 0.29729565757311877, "they": 0.31410181166227624}, "into": {"his - they": -0.019516798708282268, "his": 0.3502991098648016, "they": 0.3698159085730839}, "intranet": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "introduce": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "invades": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "invented": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "invention": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "inventor": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "investigates": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "investigation": {"his - they": 0.004550082320485704, "his": 0.31146969894424825, "they": 0.30691961662376255}, "investigative": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "investigators": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "invitation": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "invite": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "invited": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "involved": {"his - they": -0.006024750253921074, "his": 0.3240994525940826, "they": 0.3301242028480037}, "involvement": {"his - they": -0.024752880410264244, "his": 0.26092430337644185, "they": 0.2856771837867061}, "involves": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "ionigeria": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "iron": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "irony": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "irritated": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "is": {"his - they": -0.020324489035506654, "his": 0.3236557603187377, "they": 0.34398024935424437}, "isabelle": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "isay": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "islam": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "islamic": {"his - they": 0.004320444485972075, "his": 0.2781953231227214, "they": 0.2738748786367493}, "island": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "isn": {"his - they": -0.06158728905958344, "his": 0.2608634586693646, "they": 0.32245074772894805}, "issue": {"his - they": -0.010186666168469471, "his": 0.2571412853266111, "they": 0.2673279514950806}, "issued": {"his - they": -0.024752880410264244, "his": 0.26092430337644185, "they": 0.2856771837867061}, "issues": {"his - they": -0.027158087186732516, "his": 0.2864571996429975, "they": 0.31361528682973}, "it": {"his - they": -0.02134420641428303, "his": 0.33426550345770545, "they": 0.3556097098719885}, "italy": {"his - they": 0.003528802331066061, "his": 0.18384223947744946, "they": 0.1803134371463834}, "itching": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "item": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "items": {"his - they": 0.07832744294496263, "his": 0.31694061999072276, "they": 0.23861317704576013}, "its": {"his - they": -0.02289722136227129, "his": 0.3270274309127672, "they": 0.3499246522750385}, "itself": {"his - they": 0.03864993408317846, "his": 0.348604149387541, "they": 0.3099542153043625}, "j": {"his - they": 0.10071418593033465, "his": 0.31798384978359495, "they": 0.2172696638532603}, "jack": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "jaded": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "james": {"his - they": 0.05038613799015912, "his": 0.26092430337644185, "they": 0.21053816538628273}, "jane": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "japan": {"his - they": -0.07329399624933833, "his": 0.16772364172248647, "they": 0.2410176379718248}, "japanese": {"his - they": 0.004305731936002477, "his": 0.2646525991610589, "they": 0.2603468672250564}, "jargon": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "jay": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "jayson": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "jazz": {"his - they": 0.003557558409525735, "his": 0.19669193402907845, "they": 0.1931343756195527}, "jealous": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "jeff": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "jefferson": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "jerry": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "jerusalem": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "jesus": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "job": {"his - they": 0.028773169121398712, "his": 0.3321445745671022, "they": 0.3033714054457035}, "jobs": {"his - they": 0.033123702124178755, "his": 0.29000760009515225, "they": 0.2568838979709735}, "jodrell": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "joe": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "joel": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "john": {"his - they": 0.004882236867339518, "his": 0.3184975236970695, "they": 0.31361528682973}, "johnson": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "join": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "joined": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "joke": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "jokes": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "jordan": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "jordon": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "josef": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "joshua": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "journal": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "journalism": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "journalist": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "journey": {"his - they": 0.05477394602782676, "his": 0.3052763629300758, "they": 0.25050241690224906}, "joy": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "joyfully": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "judging": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "judicial": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "judy": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "jules": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "july": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "jumped": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "june": {"his - they": 0.03665089579574704, "his": 0.3148355185232827, "they": 0.27818462272753564}, "junior": {"his - they": -0.04275343553801686, "his": 0.21413046243295664, "they": 0.2568838979709735}, "just": {"his - they": -0.017148277016249602, "his": 0.34828573713975125, "they": 0.36543401415600085}, "justice": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "justify": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "jx2r5mvbcw": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "karaoke": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "karen": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "kc": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "keeghan": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "keen": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "keep": {"his - they": -0.05009738670591635, "his": 0.29982068409429524, "they": 0.3499180708002116}, "kenya": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "kept": {"his - they": -0.034182238059998205, "his": 0.2781953231227214, "they": 0.3123775611827196}, "key": {"his - they": -0.10925508879573018, "his": 0.22172749392921956, "they": 0.33098258272494974}, "kickstarting": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "kid": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "kidding": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "kids": {"his - they": -0.04256522126790244, "his": 0.22172749392921956, "they": 0.264292715197122}, "killed": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "killer": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "killers": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "kind": {"his - they": 0.004729015272162296, "his": 0.3286152199581385, "they": 0.32388620468597623}, "kindle": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "kinds": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "kingdom": {"his - they": 0.004343180248924938, "his": 0.31694061999072276, "they": 0.3125974397417978}, "klaxons": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "km": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "knew": {"his - they": -0.022108302338173513, "his": 0.3079019637817704, "they": 0.33001026611994394}, "knicks": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "knight": {"his - they": 0.0035474421420678137, "his": 0.19203309882498215, "they": 0.18848565668291434}, "knob": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "knocked": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "knocking": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "knocks": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "knott": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "knotted": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "know": {"his - they": -0.012726641580604936, "his": 0.3256033970485733, "they": 0.3383300386291782}, "knowing": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "knowledge": {"his - they": 0.025792515157542162, "his": 0.31146969894424825, "they": 0.2856771837867061}, "known": {"his - they": 0.030885491260790654, "his": 0.34431255282332907, "they": 0.3134270615625384}, "knows": {"his - they": 0.03285267136201975, "his": 0.30601442023554437, "they": 0.2731617488735246}, "kong": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "korea": {"his - they": -0.04291182704676463, "his": 0.20759058985548443, "they": 0.25050241690224906}, "korean": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "kourou": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "kratz": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "krauts": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "l": {"his - they": 0.07992677018686123, "his": 0.2781953231227214, "they": 0.19826855293586015}, "labor": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "laboratory": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "lack": {"his - they": 0.004550082320485704, "his": 0.31146969894424825, "they": 0.30691961662376255}, "lacked": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "ladder": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "lady": {"his - they": 0.033123702124178755, "his": 0.29000760009515225, "they": 0.2568838979709735}, "lagos": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "laid": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "lamborghini": {"his - they": 0.003579847795432106, "his": 0.20759058985548443, "they": 0.20401074206005232}, "lamppost": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "lan": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "land": {"his - they": 0.05858388761675232, "his": 0.30526179242817636, "they": 0.24667790481142404}, "landing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "large": {"his - they": -0.09343903129495318, "his": 0.20183687379407528, "they": 0.29527590508902846}, "larger": {"his - they": 0.00404040540546835, "his": 0.26092430337644185, "they": 0.2568838979709735}, "lassitude": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "last": {"his - they": -0.014966296089394093, "his": 0.32831510824720644, "they": 0.34328140433660054}, "late": {"his - they": 0.005021843405241033, "his": 0.3274725911341891, "they": 0.32245074772894805}, "later": {"his - they": 0.02165250706868771, "his": 0.3501729329040362, "they": 0.3285204258353485}, "latest": {"his - they": 0.00402461459462819, "his": 0.24890988579858353, "they": 0.24488527120395534}, "latitude": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "latter": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "launch": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "launched": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "law": {"his - they": 0.004258312712785484, "his": 0.2333438228756264, "they": 0.22908551016284093}, "lawson": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "lawyers": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "lax": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "lay": {"his - they": -0.07034635031978415, "his": 0.24225108942201368, "they": 0.3125974397417978}, "layoff": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "lead": {"his - they": 0.026421645794507675, "his": 0.3314335033910327, "they": 0.30501185759652505}, "leader": {"his - they": -0.0722375433519635, "his": 0.19669193402907845, "they": 0.26892947738104195}, "leaders": {"his - they": -0.09069191904193138, "his": 0.23931834707801256, "they": 0.33001026611994394}, "leadership": {"his - they": 0.08011057448841713, "his": 0.27324495010796984, "they": 0.1931343756195527}, "leading": {"his - they": 0.004551997324706347, "his": 0.3186538089869826, "they": 0.31410181166227624}, "leads": {"his - they": 0.03285267136201975, "his": 0.30601442023554437, "they": 0.2731617488735246}, "league": {"his - they": 0.03285267136201975, "his": 0.30601442023554437, "they": 0.2731617488735246}, "leaks": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "leaky": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "lean": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "leaning": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "learn": {"his - they": -0.024964992838165778, "his": 0.24890988579858353, "they": 0.2738748786367493}, "learned": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "learning": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "least": {"his - they": -0.006096671176023971, "his": 0.3151893518459336, "they": 0.3212860230219576}, "leave": {"his - they": -0.09237431773305668, "his": 0.22172749392921956, "they": 0.31410181166227624}, "leaves": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "leaving": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "lebron": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "led": {"his - they": 0.02188307425752195, "his": 0.3122781412574042, "they": 0.29039506699988227}, "leds": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "lee": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "left": {"his - they": -0.01789336096602917, "his": 0.33389477978850685, "they": 0.351788140754536}, "legal": {"his - they": 0.07946943470886952, "his": 0.29000760009515225, "they": 0.21053816538628273}, "legend": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "legendary": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "legislatures": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "legs": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "length": {"his - they": 0.10053220176780303, "his": 0.3186538089869826, "they": 0.21812160721917956}, "lengthening": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "lengthier": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "lengthy": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "less": {"his - they": -0.07516778913449546, "his": 0.27871395972073165, "they": 0.3538817488552271}, "let": {"his - they": -0.003919041325830985, "his": 0.31505915132696094, "they": 0.3189781926527919}, "letter": {"his - they": 0.026154218976455645, "his": 0.2827166892852382, "they": 0.25656247030878254}, "letters": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "level": {"his - they": -0.02237906424322117, "his": 0.29354583195932804, "they": 0.3159248962025492}, "levels": {"his - they": -0.09278915419080591, "his": 0.21413046243295664, "they": 0.30691961662376255}, "lewis": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "lgav3": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "liberating": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "librarians": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "libraries": {"his - they": 0.00402461459462819, "his": 0.24890988579858353, "they": 0.24488527120395534}, "library": {"his - they": 0.0511634276202001, "his": 0.2212480823743244, "they": 0.1700846547541243}, "licks": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "lies": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "life": {"his - they": 0.005917705888370817, "his": 0.34918615321223756, "they": 0.34326844732386674}, "lifelong": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "lifted": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "light": {"his - they": -0.03387860459082398, "his": 0.29000760009515225, "they": 0.32388620468597623}, "lights": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "like": {"his - they": -0.027391187088583957, "his": 0.35229970666665317, "they": 0.3796908937552371}, "liked": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "likely": {"his - they": -0.009911746653228137, "his": 0.2849875809691552, "they": 0.29489932762238336}, "likes": {"his - they": 0.004343180248924938, "his": 0.31694061999072276, "they": 0.3125974397417978}, "limit": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "limits": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "line": {"his - they": 0.004010150005832602, "his": 0.23931834707801256, "they": 0.23530819707217995}, "lineman": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "linemen": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "lines": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "link": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "linked": {"his - they": -0.016806154089157477, "his": 0.29729565757311877, "they": 0.31410181166227624}, "linton": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "lipgloss": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "liquid": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "lisa": {"his - they": -0.04275343553801686, "his": 0.21413046243295664, "they": 0.2568838979709735}, "listen": {"his - they": -0.07034635031978415, "his": 0.24225108942201368, "they": 0.3125974397417978}, "listening": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "lit": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "literary": {"his - they": 0.1012656208700235, "his": 0.3052763629300758, "they": 0.20401074206005232}, "literature": {"his - they": 0.05436109378986059, "his": 0.3186538089869826, "they": 0.264292715197122}, "little": {"his - they": -0.03736607748529236, "his": 0.319367369443316, "they": 0.35673344692860837}, "live": {"his - they": -0.0717227476774902, "his": 0.2781953231227214, "they": 0.3499180708002116}, "lived": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "liverpool": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "lives": {"his - they": 0.004330416308446161, "his": 0.29000760009515225, "they": 0.2856771837867061}, "living": {"his - they": -0.11017719938038037, "his": 0.20759058985548443, "they": 0.3177677892358648}, "ll": {"his - they": -0.0565680574121456, "his": 0.3084810090841406, "they": 0.3650490664962862}, "load": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "loads": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "loan": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "local": {"his - they": -0.019043160537841664, "his": 0.2903090687781627, "they": 0.30935222931600437}, "located": {"his - they": 0.05477394602782676, "his": 0.3052763629300758, "they": 0.25050241690224906}, "location": {"his - they": 0.004003343863950015, "his": 0.23514648971842964, "they": 0.23114314585447962}, "locations": {"his - they": 0.07880739929953867, "his": 0.30601442023554437, "they": 0.2272070209360057}, "logged": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "logical": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "logistical": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "lollipop": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "lollipops": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "london": {"his - they": 0.004330416308446161, "his": 0.29000760009515225, "they": 0.2856771837867061}, "lone": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "long": {"his - they": 0.005574510207152883, "his": 0.33427978660549246, "they": 0.3287052763983396}, "longer": {"his - they": 0.004320444485972075, "his": 0.2781953231227214, "they": 0.2738748786367493}, "longest": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "look": {"his - they": -0.0017061493398747851, "his": 0.33277959104963095, "they": 0.33448574038950574}, "lookalites": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "looked": {"his - they": -0.03973405844370986, "his": 0.2827166892852382, "they": 0.32245074772894805}, "looking": {"his - they": 0.017664111695327334, "his": 0.310029905078553, "they": 0.29236579338322566}, "looks": {"his - they": 0.025875159203541276, "his": 0.3052763629300758, "they": 0.27940120372653454}, "loose": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "looting": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "lord": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "lore": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "los": {"his - they": 0.026061713760553162, "his": 0.2905099485095768, "they": 0.2644482347490236}, "lose": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "losing": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "loss": {"his - they": 0.03285267136201975, "his": 0.30601442023554437, "they": 0.2731617488735246}, "losses": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "lost": {"his - they": 0.03199714933997144, "his": 0.3274725911341891, "they": 0.29547544179421764}, "lot": {"his - they": -0.02445856384256312, "his": 0.34061620583923313, "they": 0.36507476968179625}, "lots": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "lou": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "loudly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "lounging": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "love": {"his - they": 0.023139493286711887, "his": 0.32791918993107155, "they": 0.30477969664435967}, "loved": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "lovely": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "lover": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "lovers": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "loves": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "loving": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "lovitz": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "low": {"his - they": -0.043567222501474046, "his": 0.2876820494645667, "they": 0.33124927196604076}, "lower": {"his - they": -0.07865649089095395, "his": 0.23129772441340857, "they": 0.3099542153043625}, "luca": {"his - they": -0.017321164058171024, "his": 0.2608634586693646, "they": 0.27818462272753564}, "lucky": {"his - they": 0.07832744294496263, "his": 0.31694061999072276, "they": 0.23861317704576013}, "lucrative": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "lunch": {"his - they": -0.09278915419080591, "his": 0.21413046243295664, "they": 0.30691961662376255}, "lurked": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "luxury": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "m": {"his - they": 0.005476400409266335, "his": 0.33834953380410515, "they": 0.3328731333948388}, "mackay": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mad": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "made": {"his - they": 0.005998501045219706, "his": 0.34531110047760427, "they": 0.33931259943238457}, "magazine": {"his - they": 0.07199401917427489, "his": 0.32249643607652395, "they": 0.25050241690224906}, "magic": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "magical": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "mahesh": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "mail": {"his - they": -0.04275343553801686, "his": 0.21413046243295664, "they": 0.2568838979709735}, "mails": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "main": {"his - they": 0.05815065647201312, "his": 0.3184975236970695, "they": 0.2603468672250564}, "mainstream": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "maintained": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "major": {"his - they": 0.017599557887810258, "his": 0.31798384978359495, "they": 0.3003842918957847}, "majority": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "make": {"his - they": 0.0005175669298953522, "his": 0.3599965212269165, "they": 0.35947895429702115}, "makers": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "makes": {"his - they": -0.02231914075867847, "his": 0.29675867786849, "they": 0.31907781862716844}, "makeup": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "making": {"his - they": -0.03776103527179825, "his": 0.30526179242817636, "they": 0.3430228276999746}, "malaria": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "malfunctioning": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "malignant": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "malik": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "malindi": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "malone": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mammoths": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "man": {"his - they": 0.05667487924779063, "his": 0.3807166517271624, "they": 0.32404177247937177}, "managed": {"his - they": 0.04334866387636227, "his": 0.3122781412574042, "they": 0.26892947738104195}, "management": {"his - they": -0.0459953132473207, "his": 0.26092430337644185, "they": 0.30691961662376255}, "manager": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "manages": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mandolin": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "manner": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "manufactured": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "many": {"his - they": 0.0016168123409943114, "his": 0.3607297046550637, "they": 0.3591128923140694}, "map": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "march": {"his - they": 0.05883422258966667, "his": 0.29723859013921083, "they": 0.23840436754954417}, "margins": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mark": {"his - they": 0.07199401917427489, "his": 0.32249643607652395, "they": 0.25050241690224906}, "marked": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "markers": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "market": {"his - they": -0.034775691081877, "his": 0.25405380456650983, "they": 0.28882949564838684}, "marketing": {"his - they": 0.07917405035393921, "his": 0.29729565757311877, "they": 0.21812160721917956}, "marketplace": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "marriage": {"his - they": -0.07034635031978415, "his": 0.24225108942201368, "they": 0.3125974397417978}, "married": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "martin": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "martinez": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "marveled": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mary": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "match": {"his - they": 0.07832744294496263, "his": 0.31694061999072276, "they": 0.23861317704576013}, "matches": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "matchup": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "material": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "matrix": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "matt": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "matter": {"his - they": 0.004547601250856792, "his": 0.3052763629300758, "they": 0.300728761679219}, "matterhorn": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "matters": {"his - they": -0.0459953132473207, "his": 0.26092430337644185, "they": 0.30691961662376255}, "matthew": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "may": {"his - they": -0.011633235294439048, "his": 0.33522559380700506, "they": 0.3468588291014441}, "maybe": {"his - they": -0.01721256542551114, "his": 0.26875879762366767, "they": 0.2859713630491788}, "mayhem": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mayonnaise": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mayor": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "mayoral": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mcavennie": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mcdonalds": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mcgregor": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mckellen": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mckenzie": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "mcnamara": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "me": {"his - they": -0.004483848240268873, "his": 0.320892072075147, "they": 0.32537592031541585}, "mea": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mean": {"his - they": -0.02674829023522407, "his": 0.3052763629300758, "they": 0.3320246531652999}, "meaning": {"his - they": -0.016806154089157477, "his": 0.29729565757311877, "they": 0.31410181166227624}, "means": {"his - they": -0.03821135705718581, "his": 0.2903090687781627, "they": 0.3285204258353485}, "meant": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "meanwhile": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "measures": {"his - they": -0.0459953132473207, "his": 0.26092430337644185, "they": 0.30691961662376255}, "meat": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "mechanics": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mechanism": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "media": {"his - they": -0.051411996186348674, "his": 0.2647561369944714, "they": 0.3161681331808201}, "medical": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "medication": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "meet": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "meeting": {"his - they": 0.00402461459462819, "his": 0.24890988579858353, "they": 0.24488527120395534}, "meetings": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "meh": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mellow": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "melt": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "meltdown": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "member": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "members": {"his - they": -0.10316610468422138, "his": 0.21549527130611462, "they": 0.318661375990336}, "memorable": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "memories": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "memory": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "men": {"his - they": 0.017733100431485516, "his": 0.30105820273885364, "they": 0.2833251023073681}, "mena": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "menace": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mentality": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "menu": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mercedes": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mercurial": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mercy": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mere": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "merely": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "merle": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mess": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "message": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "messy": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "met": {"his - they": -0.10925508879573018, "his": 0.22172749392921956, "they": 0.33098258272494974}, "meter": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "meters": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "method": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "methods": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "metropolitan": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mia": {"his - they": 0.003520148695485781, "his": 0.18019359999239262, "they": 0.17667345129690684}, "miami": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "michael": {"his - they": -0.017080581966307073, "his": 0.2781953231227214, "they": 0.29527590508902846}, "michel": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "michelle": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mid": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "middle": {"his - they": -0.012491426305788977, "his": 0.3052763629300758, "they": 0.3177677892358648}, "midnight": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "midweek": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "might": {"his - they": -0.013402024094064546, "his": 0.35348765838662316, "they": 0.3668896824806877}, "mighty": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "mile": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "miles": {"his - they": -0.07181061387105012, "his": 0.20759058985548443, "they": 0.27940120372653454}, "militaries": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "military": {"his - they": 0.004310562874644042, "his": 0.26875879762366767, "they": 0.2644482347490236}, "millennium": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "million": {"his - they": -0.027557022486137228, "his": 0.26734230513624613, "they": 0.29489932762238336}, "millions": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "mind": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "minds": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "mine": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mini": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "minimize": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "minimum": {"his - they": -0.04275343553801686, "his": 0.21413046243295664, "they": 0.2568838979709735}, "minister": {"his - they": -0.027609656388754233, "his": 0.2647561369944714, "they": 0.29236579338322566}, "ministerial": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ministers": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "ministry": {"his - they": 0.05052400462668377, "his": 0.2545347466867361, "they": 0.20401074206005232}, "minor": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "minute": {"his - they": -0.012836735769272967, "his": 0.27599275987911387, "they": 0.28882949564838684}, "minutes": {"his - they": 0.004881303218920163, "his": 0.3148355185232827, "they": 0.3099542153043625}, "mirror": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mirrors": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "misconduct": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "misery": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "misreading": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "miss": {"his - they": 0.07832744294496263, "his": 0.31694061999072276, "they": 0.23861317704576013}, "missiles": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "missing": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "mission": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "missionary": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "missions": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mistaken": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "misted": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "misunderstanding": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "misunderstood": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mitchell": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "mixed": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mla": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "mls": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "moaning": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mob": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mobile": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "model": {"his - they": -0.017493825087057935, "his": 0.24805277628876504, "they": 0.265546601375823}, "models": {"his - they": -0.04291182704676463, "his": 0.20759058985548443, "they": 0.25050241690224906}, "moderation": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "modern": {"his - they": 0.04985162472724969, "his": 0.30763538323435763, "they": 0.25778375850710794}, "modified": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mom": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "moment": {"his - they": 0.004547601250856792, "his": 0.3052763629300758, "they": 0.300728761679219}, "moments": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "mona": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "monday": {"his - they": -0.017080581966307073, "his": 0.2781953231227214, "they": 0.29527590508902846}, "money": {"his - they": -0.07846879711130036, "his": 0.23514648971842964, "they": 0.31361528682973}, "monika": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "monitor": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "monitoring": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "monosyllabic": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "month": {"his - they": -0.034775691081877, "his": 0.25405380456650983, "they": 0.28882949564838684}, "monthly": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "months": {"his - they": -0.07203800484267403, "his": 0.20183687379407528, "they": 0.2738748786367493}, "montreal": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "monty": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mood": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "moon": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "more": {"his - they": -0.02662243646533069, "his": 0.3252154410983093, "they": 0.35183787756364}, "morning": {"his - they": -0.04039153839621146, "his": 0.259940876591415, "they": 0.3003324149876265}, "moscow": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "mosque": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "most": {"his - they": -0.014175653915353359, "his": 0.34724300671709857, "they": 0.3614186606324519}, "motegi": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "mother": {"his - they": -0.04882241449593622, "his": 0.26875879762366767, "they": 0.3175812121196039}, "motherboard": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "motherboards": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mothers": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "motions": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "motivated": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mounded": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mourning": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mouth": {"his - they": 0.03285267136201975, "his": 0.30601442023554437, "they": 0.2731617488735246}, "move": {"his - they": -0.022024227867612267, "his": 0.3122781412574042, "they": 0.3343023691250165}, "moved": {"his - they": -0.034182238059998205, "his": 0.2781953231227214, "they": 0.3123775611827196}, "movement": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "movements": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "moves": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "movie": {"his - they": 0.055938076142189624, "his": 0.26229297233708204, "they": 0.20635489619489242}, "moving": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "mr": {"his - they": 0.026154218976455645, "his": 0.2827166892852382, "they": 0.25656247030878254}, "mrs": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "msi": {"his - they": 0.05074310129400558, "his": 0.2438774769135583, "they": 0.1931343756195527}, "much": {"his - they": -0.00483961778305475, "his": 0.3424149568785081, "they": 0.34725457466156284}, "muffled": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "multifaceted": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "multiple": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "multitude": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "mums": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "murder": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "murdoch": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "murray": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "muschamp": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mused": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "museum": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "mushroom": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "music": {"his - they": 0.00469736281495875, "his": 0.27329691830602004, "they": 0.2685995554910613}, "musical": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "musicians": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "musings": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "musk": {"his - they": 0.0035118723763467308, "his": 0.17678628255392168, "they": 0.17327441017757494}, "muslim": {"his - they": 0.004017231130775262, "his": 0.2438774769135583, "they": 0.23986024578278303}, "muslims": {"his - they": -0.043371273807045696, "his": 0.18777187204743392, "they": 0.23114314585447962}, "must": {"his - they": 0.004877500532391665, "his": 0.30526179242817636, "they": 0.3003842918957847}, "mustard": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "muster": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "mutants": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "my": {"his - they": -0.0398110063268563, "his": 0.28984077621639326, "they": 0.32965178254324956}, "myself": {"his - they": -0.034182238059998205, "his": 0.2781953231227214, "they": 0.3123775611827196}, "myspace": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mysterious": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "mystery": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "myth": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "nab": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "nailed": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "name": {"his - they": 0.017547755282615263, "his": 0.3240994525940826, "they": 0.30655169731146736}, "named": {"his - they": 0.004550082320485704, "his": 0.31146969894424825, "they": 0.30691961662376255}, "names": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "nancy": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "naps": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "narrative": {"his - they": 0.05038613799015912, "his": 0.26092430337644185, "they": 0.21053816538628273}, "narrowed": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "narrowly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "nasa": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "nascent": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "nashville": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "nation": {"his - they": -0.024964992838165778, "his": 0.24890988579858353, "they": 0.2738748786367493}, "national": {"his - they": -0.010028184001348084, "his": 0.27329691830602004, "they": 0.2833251023073681}, "nations": {"his - they": 0.004330416308446161, "his": 0.29000760009515225, "they": 0.2856771837867061}, "natural": {"his - they": -0.034182238059998205, "his": 0.2781953231227214, "they": 0.3123775611827196}, "naturally": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "nature": {"his - they": -0.016912016528610296, "his": 0.29000760009515225, "they": 0.30691961662376255}, "navigating": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "nba": {"his - they": 0.07992677018686123, "his": 0.2781953231227214, "they": 0.19826855293586015}, "ncaa": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "near": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "nearer": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "nearing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "nearly": {"his - they": -0.012667394095588591, "his": 0.2905099485095768, "they": 0.3031773426051654}, "neatly": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "necessarily": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "necessary": {"his - they": 0.03629682555736463, "his": 0.3315727306463931, "they": 0.29527590508902846}, "neck": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "need": {"his - they": -0.04664600020596371, "his": 0.2881909356429434, "they": 0.3348369358489071}, "needed": {"his - they": 0.004320444485972075, "his": 0.2781953231227214, "they": 0.2738748786367493}, "needs": {"his - they": 0.04309523234998941, "his": 0.32249643607652395, "they": 0.27940120372653454}, "neglect": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "neighbor": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "neighborhood": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "neighbourhood": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "neighbours": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "neither": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "nerve": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "nervous": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "nestings": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "nestled": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "net": {"his - they": 0.055201751437396834, "his": 0.2905099485095768, "they": 0.23530819707217995}, "network": {"his - they": -0.03404113961184896, "his": 0.28372664962401584, "they": 0.3177677892358648}, "never": {"his - they": -0.004869643338173579, "his": 0.31894018534357266, "they": 0.32380982868174624}, "nevertheless": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "new": {"his - they": 0.006426018337261474, "his": 0.344930766921041, "they": 0.33850474858377955}, "newcastle": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "newly": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "news": {"his - they": -0.02262761436758698, "his": 0.2799907674896025, "they": 0.3026183818571895}, "newspapers": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "newsweek": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "next": {"his - they": -0.003930611832896669, "his": 0.31333312113746126, "they": 0.3172637329703579}, "nfl": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "nice": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "nicely": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "nigeria": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "night": {"his - they": 0.015265370210212625, "his": 0.3314335033910327, "they": 0.3161681331808201}, "nightclubs": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "nihilist": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "nike": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "nine": {"his - they": 0.033123702124178755, "his": 0.29000760009515225, "they": 0.2568838979709735}, "nineteen": {"his - they": 0.003568320858215124, "his": 0.20183687379407528, "they": 0.19826855293586015}, "no": {"his - they": -0.014076842545710566, "his": 0.3534483284299688, "they": 0.3675251709756794}, "nobeladventures": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "nobody": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "noise": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "noisy": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "non": {"his - they": -0.009937361399684153, "his": 0.2824284319835415, "they": 0.29236579338322566}, "none": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "nor": {"his - they": -0.01667764670527694, "his": 0.30601442023554437, "they": 0.3226920669408213}, "normal": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "normalized": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "north": {"his - they": -0.0931381718237346, "his": 0.20759058985548443, "they": 0.300728761679219}, "northmoor": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "not": {"his - they": -0.025980451650123637, "his": 0.35499398871430904, "they": 0.3809744403644327}, "notable": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "noted": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "nothing": {"his - they": -0.03352974109413098, "his": 0.2905282441468826, "they": 0.3240579852410136}, "noticeably": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "novel": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "november": {"his - they": 0.05436109378986059, "his": 0.3186538089869826, "they": 0.264292715197122}, "novichok": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "now": {"his - they": -0.026753657124770847, "his": 0.3471083467603963, "they": 0.37386200388516716}, "nowhere": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "nuclear": {"his - they": 0.004525464894244158, "his": 0.27599275987911387, "they": 0.2714672949848697}, "nude": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "nukes": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "number": {"his - they": -0.006175879561623243, "his": 0.3053482988834512, "they": 0.31152417844507446}, "numbers": {"his - they": 0.07880739929953867, "his": 0.30601442023554437, "they": 0.2272070209360057}, "numerically": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "nutter": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "ny": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "nyc": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "obama": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "objective": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "objects": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "obscuring": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "observatory": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "observed": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "observing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "obvious": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "occluded": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "occluding": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "occlusion": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "occupies": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "occur": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "occurred": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "occurrence": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "occurs": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "october": {"his - they": -0.04256522126790244, "his": 0.22172749392921956, "they": 0.264292715197122}, "oddly": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "ode": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "odyssey": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "of": {"his - they": -0.0045397020135538035, "his": 0.28660051960037536, "they": 0.29114022161392916}, "off": {"his - they": -0.03764390091827785, "his": 0.3106076010814351, "they": 0.34825150199971294}, "offense": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "offensive": {"his - they": 0.004017231130775262, "his": 0.2438774769135583, "they": 0.23986024578278303}, "offer": {"his - they": -0.04291182704676463, "his": 0.20759058985548443, "they": 0.25050241690224906}, "offered": {"his - they": -0.016806154089157477, "his": 0.29729565757311877, "they": 0.31410181166227624}, "offers": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "office": {"his - they": 0.004727676199893227, "his": 0.3171052373826128, "they": 0.3123775611827196}, "officers": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "offices": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "official": {"his - they": -0.07123292490429686, "his": 0.22172749392921956, "they": 0.2929604188335164}, "offloaded": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "offseason": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "often": {"his - they": -0.03377873311005347, "his": 0.30105820273885364, "they": 0.3348369358489071}, "oh": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "oil": {"his - they": 0.004003343863950015, "his": 0.23514648971842964, "they": 0.23114314585447962}, "oladipo": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "old": {"his - they": 0.02895010863523534, "his": 0.321315902018461, "they": 0.29236579338322566}, "older": {"his - they": -0.045760235093029844, "his": 0.2683415765692464, "they": 0.31410181166227624}, "omnipresent": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "on": {"his - they": -0.025525824720499857, "his": 0.34159620874850105, "they": 0.3671220334690009}, "onboard": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "once": {"his - they": -0.03128933060853378, "his": 0.32097739058165153, "they": 0.3522667211901853}, "one": {"his - they": -0.014884887480856257, "his": 0.3777564573312579, "they": 0.39264134481211416}, "ones": {"his - they": -0.01700211205520319, "his": 0.28372664962401584, "they": 0.300728761679219}, "online": {"his - they": 0.04378380178592178, "his": 0.29354583195932804, "they": 0.24976203017340626}, "only": {"his - they": -0.04078768509084263, "his": 0.317542499333092, "they": 0.3583301844239346}, "onto": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "op": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "open": {"his - they": -0.006096671176023971, "his": 0.3151893518459336, "they": 0.3212860230219576}, "opened": {"his - they": -0.0459953132473207, "his": 0.26092430337644185, "they": 0.30691961662376255}, "opening": {"his - they": 0.10053220176780303, "his": 0.3186538089869826, "they": 0.21812160721917956}, "operation": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "operations": {"his - they": -0.07154672135374945, "his": 0.21413046243295664, "they": 0.2856771837867061}, "opinion": {"his - they": -0.0459953132473207, "his": 0.26092430337644185, "they": 0.30691961662376255}, "opinions": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "opportunity": {"his - they": 0.10053220176780303, "his": 0.3186538089869826, "they": 0.21812160721917956}, "opposing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "opposite": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "opted": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "optimize": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "opting": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "option": {"his - they": -0.04304839740988006, "his": 0.20183687379407528, "they": 0.24488527120395534}, "options": {"his - they": 0.05038613799015912, "his": 0.26092430337644185, "they": 0.21053816538628273}, "or": {"his - they": -0.026007654090138776, "his": 0.335559894048463, "they": 0.36156754813860176}, "orbit": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "order": {"his - they": 0.049786180750108044, "his": 0.310029905078553, "they": 0.26024372432844495}, "ordered": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ordering": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "ordinary": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "org": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "organisation": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "organisations": {"his - they": -0.04256522126790244, "his": 0.22172749392921956, "they": 0.264292715197122}, "organised": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "organization": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "organized": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "organs": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "oriental": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "origins": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "orlando": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "orlean": {"his - they": 0.003528802331066061, "his": 0.18384223947744946, "they": 0.1803134371463834}, "other": {"his - they": -0.00415613173692686, "his": 0.37233993177035424, "they": 0.3764960635072811}, "others": {"his - they": -0.018843266963478877, "his": 0.3024427560584787, "they": 0.3212860230219576}, "otherwise": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "our": {"his - they": 0.0023890865328458077, "his": 0.33792993426364387, "they": 0.33554084773079806}, "out": {"his - they": -0.013223777605852305, "his": 0.3650972531026267, "they": 0.378321030708479}, "outcome": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "outfits": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "outlets": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "outright": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "outside": {"his - they": -0.03368692515183097, "his": 0.29729565757311877, "they": 0.33098258272494974}, "outspoken": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "over": {"his - they": -0.01728652551275267, "his": 0.3489194832464014, "they": 0.36620600875915404}, "overall": {"his - they": 0.10093153355796552, "his": 0.31146969894424825, "they": 0.21053816538628273}, "overcame": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "overclocking": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "overestimate": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "overflowing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "overing": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "overlap": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "overnight": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "overscaled": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "oversee": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "overseeing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "oversight": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "overtures": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "overturned": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "own": {"his - they": 0.012230211999597729, "his": 0.3550130323527673, "they": 0.3427828203531696}, "owner": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "ownership": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "oxford": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "p": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "pace": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "paced": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pacers": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "pacing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pack": {"his - they": 0.026154218976455645, "his": 0.2827166892852382, "they": 0.25656247030878254}, "package": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "pad": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "page": {"his - they": 0.02193060073259162, "his": 0.3079019637817704, "they": 0.2859713630491788}, "pages": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "paid": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "pain": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pains": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "paint": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "painted": {"his - they": 0.03285267136201975, "his": 0.30601442023554437, "they": 0.2731617488735246}, "painting": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "palpable": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pandemic": {"his - they": 0.054585800973274756, "his": 0.31146969894424825, "they": 0.2568838979709735}, "pandemonium": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "panic": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "papers": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "parameters": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "parent": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "parents": {"his - they": 0.050641332862723376, "his": 0.24890988579858353, "they": 0.19826855293586015}, "park": {"his - they": 0.05074310129400558, "his": 0.2438774769135583, "they": 0.1931343756195527}, "parking": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "parks": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "parliament": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "part": {"his - they": -0.0016816736376376595, "his": 0.3374144122934683, "they": 0.33909608593110596}, "participants": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "particular": {"his - they": -0.06084057147748151, "his": 0.2781953231227214, "they": 0.3390358946002029}, "particularity": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "particularized": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "particularly": {"his - they": 0.00454174675781549, "his": 0.29493681375769776, "they": 0.29039506699988227}, "partners": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "parts": {"his - they": 0.05038613799015912, "his": 0.26092430337644185, "they": 0.21053816538628273}, "party": {"his - they": -0.03327391385126477, "his": 0.30019614912155457, "they": 0.33347006297281934}, "partying": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "pass": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "passengers": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "passes": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "passions": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "passive": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "past": {"his - they": 0.03185432249100345, "his": 0.33503166509616883, "they": 0.3031773426051654}, "pastimes": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pastor": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pastors": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "paths": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "patience": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "patrol": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "patronize": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pattern": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "paul": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "pause": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "pawn": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "pay": {"his - they": 0.004544779005266786, "his": 0.29982068409429524, "they": 0.29527590508902846}, "payday": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "paying": {"his - they": -0.046366019290444926, "his": 0.24890988579858353, "they": 0.29527590508902846}, "pch": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "peace": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "peaches": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "peak": {"his - they": -0.04256522126790244, "his": 0.22172749392921956, "they": 0.264292715197122}, "pellage": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pending": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "peninsula": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "penn": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "pennpraxis": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pennsylvania": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pensioners": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "people": {"his - they": -0.04808591919534988, "his": 0.3305280650779519, "they": 0.3786139842733018}, "per": {"his - they": 0.004532066557702552, "his": 0.2827166892852382, "they": 0.27818462272753564}, "percent": {"his - they": -0.09534227462532555, "his": 0.1624414838817824, "they": 0.25778375850710794}, "percentage": {"his - they": -0.07181061387105012, "his": 0.20759058985548443, "they": 0.27940120372653454}, "perfect": {"his - they": -0.034182238059998205, "his": 0.2781953231227214, "they": 0.3123775611827196}, "perfecting": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "perfectly": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "performance": {"his - they": 0.004726293697188355, "his": 0.3122781412574042, "they": 0.30755184756021586}, "performances": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "performed": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "performer": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "performing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "performs": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "perhaps": {"his - they": 0.005021787769668495, "his": 0.33110141532227805, "they": 0.32607962755260955}, "perimeter": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "period": {"his - they": -0.025052000467483654, "his": 0.2438774769135583, "they": 0.26892947738104195}, "periods": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "perm": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "permissible": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "perplexing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "persecution": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "person": {"his - they": 0.004724621176605048, "his": 0.3079019637817704, "they": 0.3031773426051654}, "personal": {"his - they": 0.029088824771927535, "his": 0.31241392707929566, "they": 0.2833251023073681}, "personality": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "personally": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "personnel": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "persons": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "perspective": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "pet": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "petrol": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "petrov": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "phenomenon": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "philadelphia": {"his - they": 0.03331005191876604, "his": 0.2781953231227214, "they": 0.24488527120395534}, "philly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "philosopher": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "phone": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "phones": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "phosphorus": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "photo": {"his - they": 0.025945805457545934, "his": 0.29982068409429524, "they": 0.2738748786367493}, "photos": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "physical": {"his - they": -0.016806154089157477, "his": 0.29729565757311877, "they": 0.31410181166227624}, "physically": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "physicist": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "physics": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "piatti": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pic": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "picked": {"his - they": 0.054585800973274756, "his": 0.31146969894424825, "they": 0.2568838979709735}, "picture": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "piece": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "pieces": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "piedmont": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "piette": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pillars": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "pills": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pimply": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pin": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pinecastle": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pioneer": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "pistons": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "pitched": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pithy": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pits": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "place": {"his - they": 0.005912916832550574, "his": 0.3568423183562224, "they": 0.3509294015236718}, "placed": {"his - they": -0.07034635031978415, "his": 0.24225108942201368, "they": 0.3125974397417978}, "plague": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "plain": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "plainly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "plan": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "planaustin": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "planets": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "planned": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "planners": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "planning": {"his - they": 0.004262228394538298, "his": 0.23552830920052473, "they": 0.23126608080598643}, "planphilly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "plans": {"his - they": -0.04275343553801686, "his": 0.21413046243295664, "they": 0.2568838979709735}, "plant": {"his - they": -0.09451858719413689, "his": 0.18019359999239262, "they": 0.2747121871865295}, "plates": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "platform": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "play": {"his - they": -0.012157250364383754, "his": 0.3290752197301635, "they": 0.34123247009454727}, "played": {"his - they": 0.048927886387974795, "his": 0.33932295338785706, "they": 0.29039506699988227}, "player": {"his - they": 0.022108078655058483, "his": 0.2905282441468826, "they": 0.2684201654918241}, "players": {"his - they": 0.022108078655058483, "his": 0.2905282441468826, "they": 0.2684201654918241}, "playing": {"his - they": -0.03441854498149771, "his": 0.26875879762366767, "they": 0.3031773426051654}, "playmakers": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "playoff": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "playoffs": {"his - they": 0.07880739929953867, "his": 0.30601442023554437, "they": 0.2272070209360057}, "plays": {"his - they": 0.04275063002708984, "his": 0.33571104886060626, "they": 0.2929604188335164}, "please": {"his - they": -0.012615033802518105, "his": 0.29493681375769776, "they": 0.30755184756021586}, "pleases": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pleasure": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "plot": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "plucked": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "plus": {"his - they": 0.033123702124178755, "his": 0.29000760009515225, "they": 0.2568838979709735}, "pocket": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pockets": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "podcast": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "podcasts": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "point": {"his - they": 0.015227936348677862, "his": 0.33651395937063544, "they": 0.3212860230219576}, "points": {"his - they": 0.09946270760507403, "his": 0.33932295338785706, "they": 0.23986024578278303}, "poised": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "poison": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "polarization": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pole": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "police": {"his - they": 0.019391759297106292, "his": 0.31143187428060454, "they": 0.29204011498349824}, "policy": {"his - they": 0.033123702124178755, "his": 0.29000760009515225, "they": 0.2568838979709735}, "policymakers": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "polite": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "political": {"his - they": -0.04045445043093887, "his": 0.25768960285188947, "they": 0.29814405328282834}, "politicians": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "politics": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "pool": {"his - they": 0.003592297046673909, "his": 0.21413046243295664, "they": 0.21053816538628273}, "poor": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "pop": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pops": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "popular": {"his - they": 0.004525464894244158, "his": 0.27599275987911387, "they": 0.2714672949848697}, "populate": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "population": {"his - they": 0.003592297046673909, "his": 0.21413046243295664, "they": 0.21053816538628273}, "porch": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "port": {"his - they": -0.07154672135374945, "his": 0.21413046243295664, "they": 0.2856771837867061}, "portable": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "portal": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "portion": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "portrays": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "posing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "position": {"his - they": 0.0434537290327468, "his": 0.3079019637817704, "they": 0.2644482347490236}, "positions": {"his - they": 0.004032329784487032, "his": 0.2545347466867361, "they": 0.25050241690224906}, "positive": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "positives": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "possession": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "possibilities": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "possibility": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "possible": {"his - they": -0.06296190130953438, "his": 0.26092430337644185, "they": 0.32388620468597623}, "possibly": {"his - they": -0.016806154089157477, "his": 0.29729565757311877, "they": 0.31410181166227624}, "post": {"his - they": 0.021829332293584358, "his": 0.3171052373826128, "they": 0.29527590508902846}, "potential": {"his - they": -0.045760235093029844, "his": 0.2683415765692464, "they": 0.31410181166227624}, "potentially": {"his - they": 0.07832744294496263, "his": 0.31694061999072276, "they": 0.23861317704576013}, "pounds": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "power": {"his - they": -0.01799745750247439, "his": 0.3279606672040272, "they": 0.3459581247065016}, "powerful": {"his - they": -0.016912016528610296, "his": 0.29000760009515225, "they": 0.30691961662376255}, "pr": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "practical": {"his - they": 0.05408324717326357, "his": 0.3272449960467882, "they": 0.2731617488735246}, "practice": {"his - they": -0.04547263346045033, "his": 0.277219433480371, "they": 0.3226920669408213}, "practicing": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "practitioner": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "praised": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pray": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "prayer": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "praying": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "pre": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "preach": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "preaching": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "precepts": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "precious": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "preconceptions": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "predecessor": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "predicated": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "predict": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "predictability": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "predicted": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "predictions": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "preference": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "preferred": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "premium": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "prepare": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "prepared": {"his - they": -0.016912016528610296, "his": 0.29000760009515225, "they": 0.30691961662376255}, "preparing": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "presence": {"his - they": -0.009528217088775937, "his": 0.32249643607652395, "they": 0.3320246531652999}, "present": {"his - they": -0.024964992838165778, "his": 0.24890988579858353, "they": 0.2738748786367493}, "presentations": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "presented": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "preservationists": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "preserve": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "presidency": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "president": {"his - they": 0.08088055351874393, "his": 0.2509652082728682, "they": 0.1700846547541243}, "press": {"his - they": 0.07917405035393921, "his": 0.29729565757311877, "they": 0.21812160721917956}, "pressuring": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pretend": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pretended": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pretty": {"his - they": -0.07034635031978415, "his": 0.24225108942201368, "they": 0.3125974397417978}, "prevalence": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "prevent": {"his - they": -0.045760235093029844, "his": 0.2683415765692464, "they": 0.31410181166227624}, "prevented": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "preventing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "previous": {"his - they": 0.019360076729065034, "his": 0.3148355185232827, "they": 0.29547544179421764}, "previously": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "price": {"his - they": -0.0490907566349979, "his": 0.2608634586693646, "they": 0.3099542153043625}, "prickly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pride": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "prime": {"his - they": 0.004330416308446161, "his": 0.29000760009515225, "they": 0.2856771837867061}, "principle": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "principles": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "privacy": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "private": {"his - they": -0.02686882866017215, "his": 0.29982068409429524, "they": 0.3266895127544674}, "proactive": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "probability": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "probable": {"his - they": 0.004010150005832602, "his": 0.23931834707801256, "they": 0.23530819707217995}, "probably": {"his - they": 0.004727676199893227, "his": 0.3171052373826128, "they": 0.3123775611827196}, "probe": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "problem": {"his - they": -0.006074135457418639, "his": 0.31798384978359495, "they": 0.3240579852410136}, "problems": {"his - they": -0.012836735769272967, "his": 0.27599275987911387, "they": 0.28882949564838684}, "proceeded": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "process": {"his - they": 0.005143766161467722, "his": 0.3084810090841406, "they": 0.3033372429226729}, "processing": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "produce": {"his - they": -0.02486645703979845, "his": 0.2545347466867361, "they": 0.27940120372653454}, "produced": {"his - they": -0.034519634320668235, "his": 0.2646525991610589, "they": 0.2991722334817271}, "producer": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "product": {"his - they": -0.012667394095588591, "his": 0.2905099485095768, "they": 0.3031773426051654}, "production": {"his - they": 0.05890776256345362, "his": 0.2948235721257267, "they": 0.23591580956227307}, "products": {"his - they": -0.024752880410264244, "his": 0.26092430337644185, "they": 0.2856771837867061}, "professional": {"his - they": 0.004330416308446161, "his": 0.29000760009515225, "they": 0.2856771837867061}, "professionals": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "program": {"his - they": 0.004728646840659156, "his": 0.32249643607652395, "they": 0.3177677892358648}, "programme": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "progress": {"his - they": 0.05408324717326357, "his": 0.3272449960467882, "they": 0.2731617488735246}, "progresses": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "progressively": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "project": {"his - they": -0.018843266963478877, "his": 0.3024427560584787, "they": 0.3212860230219576}, "projecting": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "projects": {"his - they": 0.003592297046673909, "his": 0.21413046243295664, "they": 0.21053816538628273}, "projnorthmoor": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "prolific": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "prolonged": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "promising": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "promote": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "prompt": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "proper": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "properly": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "properties": {"his - they": -0.09278915419080591, "his": 0.21413046243295664, "they": 0.30691961662376255}, "prophet": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "proposals": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "proposed": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "prose": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "prosecute": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "protagonist": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "protect": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "protection": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "protective": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "proud": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "prove": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "proven": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "provide": {"his - they": 0.02630191847163016, "his": 0.33926515555167014, "they": 0.31296323708004}, "provided": {"his - they": 0.03322423272176678, "his": 0.28372664962401584, "they": 0.25050241690224906}, "provider": {"his - they": -0.04256522126790244, "his": 0.22172749392921956, "they": 0.264292715197122}, "providers": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "providing": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "provocative": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "prudence": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "psychologically": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "psychologist": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "public": {"his - they": -0.06822591706314857, "his": 0.30545393020212297, "they": 0.37367984726527154}, "publication": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "publications": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "publicity": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "publish": {"his - they": -0.04256522126790244, "his": 0.22172749392921956, "they": 0.264292715197122}, "published": {"his - they": 0.0580159002848219, "his": 0.3224641350338455, "they": 0.2644482347490236}, "publisher": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pull": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "pulse": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "punching": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "purchase": {"his - they": 0.05021996935006684, "his": 0.2683415765692464, "they": 0.21812160721917956}, "purchased": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pure": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "purpose": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "purposes": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pursue": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "pursuing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pushback": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "put": {"his - they": -0.0022600588845389513, "his": 0.34031283844891724, "they": 0.3425728973334562}, "putnam": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "puts": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "putting": {"his - they": 0.07880739929953867, "his": 0.30601442023554437, "they": 0.2272070209360057}, "pyjamas": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pyongyang": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "pzmg8yk2t2": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "qaeda": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "qualified": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "quality": {"his - they": -0.07846879711130036, "his": 0.23514648971842964, "they": 0.31361528682973}, "quantum": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "quarterback": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "quartet": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "question": {"his - they": 0.03199714933997144, "his": 0.3274725911341891, "they": 0.29547544179421764}, "questions": {"his - they": -0.017413490418359878, "his": 0.25405380456650983, "they": 0.2714672949848697}, "quick": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "quicker": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "quickly": {"his - they": 0.07971590756396352, "his": 0.28372664962401584, "they": 0.20401074206005232}, "quite": {"his - they": -0.012615033802518105, "his": 0.29493681375769776, "they": 0.30755184756021586}, "r": {"his - they": 0.05052400462668377, "his": 0.2545347466867361, "they": 0.20401074206005232}, "race": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "radical": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "radio": {"his - they": -0.02486645703979845, "his": 0.2545347466867361, "they": 0.27940120372653454}, "radioactive": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "radioactivity": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "radios": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "radius": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "raf": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "rage": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "raging": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "rain": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "raise": {"his - they": -0.02686882866017215, "his": 0.29982068409429524, "they": 0.3266895127544674}, "rallied": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "rand": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "randall": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "random": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "randy": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "range": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "ranging": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "ranked": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "ranking": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "rapid": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "rapper": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "rare": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "rarely": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "rate": {"his - they": -0.017080581966307073, "his": 0.2781953231227214, "they": 0.29527590508902846}, "rates": {"his - they": 0.003592297046673909, "his": 0.21413046243295664, "they": 0.21053816538628273}, "rather": {"his - they": -0.045917190740805025, "his": 0.3082503044939569, "they": 0.35416749523476193}, "ratio": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ray": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "rays": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "re": {"his - they": -0.028251117641604595, "his": 0.33892583857429454, "they": 0.36717695621589913}, "reached": {"his - they": 0.00402461459462819, "his": 0.24890988579858353, "they": 0.24488527120395534}, "react": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "reactions": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "reactive": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "read": {"his - they": -0.015923063380527513, "his": 0.3240994525940826, "they": 0.34002251597461014}, "reader": {"his - they": 0.025570249830491165, "his": 0.3272449960467882, "they": 0.30167474621629703}, "readers": {"his - they": 0.07832744294496263, "his": 0.31694061999072276, "they": 0.23861317704576013}, "readily": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "reading": {"his - they": 0.02866310262893529, "his": 0.3386173179332978, "they": 0.3099542153043625}, "ready": {"his - they": 0.004547601250856792, "his": 0.3052763629300758, "they": 0.300728761679219}, "real": {"his - they": -0.028590641694005603, "his": 0.31143187428060454, "they": 0.34002251597461014}, "realisation": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "realise": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "realism": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "reality": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "realization": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "realize": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "realizes": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "really": {"his - they": -0.0006961569328041151, "his": 0.33768369172965956, "they": 0.3383798486624637}, "reason": {"his - they": -0.03921521050590765, "his": 0.29982068409429524, "they": 0.3390358946002029}, "reasons": {"his - they": -0.07034635031978415, "his": 0.24225108942201368, "they": 0.3125974397417978}, "reassuring": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "rebel": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "rebellious": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "rebounding": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "rebounds": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "rebuilding": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "rebuilt": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "recalled": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "receive": {"his - they": -0.09186411426357707, "his": 0.23082795267724424, "they": 0.3226920669408213}, "received": {"his - they": 0.00402461459462819, "his": 0.24890988579858353, "they": 0.24488527120395534}, "recent": {"his - they": -0.012758752508979454, "his": 0.2827166892852382, "they": 0.29547544179421764}, "recently": {"his - they": 0.004522171494400096, "his": 0.2729423369862242, "they": 0.2684201654918241}, "recognize": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "recognized": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "reconciliations": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "record": {"his - they": 0.054585800973274756, "his": 0.31146969894424825, "they": 0.2568838979709735}, "records": {"his - they": 0.055201751437396834, "his": 0.2905099485095768, "they": 0.23530819707217995}, "rectifying": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "red": {"his - they": -0.024752880410264244, "his": 0.26092430337644185, "they": 0.2856771837867061}, "redesign": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "redshirt": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "reduce": {"his - they": -0.09237431773305668, "his": 0.22172749392921956, "they": 0.31410181166227624}, "reeled": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "reference": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "referred": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "reflecting": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "reflection": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "reflects": {"his - they": 0.004343180248924938, "his": 0.31694061999072276, "they": 0.3125974397417978}, "reform": {"his - they": 0.004032329784487032, "his": 0.2545347466867361, "they": 0.25050241690224906}, "refusal": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "refuse": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "refuted": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "regard": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "regarded": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "regarding": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "region": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "regional": {"his - they": -0.01721256542551114, "his": 0.26875879762366767, "they": 0.2859713630491788}, "registered": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "regularly": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "reich": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "reinventing": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "reject": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "rejected": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "relate": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "related": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "relation": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "relations": {"his - they": 0.07289521284458184, "his": 0.30019614912155457, "they": 0.22730093627697273}, "relationship": {"his - they": 0.043711874287469865, "his": 0.29675867786849, "they": 0.2530468035810201}, "relationships": {"his - they": 0.07917405035393921, "his": 0.29729565757311877, "they": 0.21812160721917956}, "relativity": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "relax": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "relay": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "release": {"his - they": 0.003592297046673909, "his": 0.21413046243295664, "they": 0.21053816538628273}, "released": {"his - they": 0.07917405035393921, "his": 0.29729565757311877, "they": 0.21812160721917956}, "relentless": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "relevant": {"his - they": -0.03387860459082398, "his": 0.29000760009515225, "they": 0.32388620468597623}, "reliability": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "reliable": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "reliance": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "relies": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "rely": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "rem": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "remaining": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "remains": {"his - they": -0.02486645703979845, "his": 0.2545347466867361, "they": 0.27940120372653454}, "remake": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "remarkable": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "remember": {"his - they": 0.021767674397304926, "his": 0.32249643607652395, "they": 0.300728761679219}, "remembers": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "remind": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "reminded": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "remodel": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "remote": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "remove": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "removed": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "rental": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "rented": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "repeat": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "repertoire": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "report": {"his - they": -0.062333081317936134, "his": 0.24267877627858891, "they": 0.30501185759652505}, "reporters": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "reports": {"his - they": -0.04304839740988006, "his": 0.20183687379407528, "they": 0.24488527120395534}, "reprise": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "republic": {"his - they": 0.003557558409525735, "his": 0.19669193402907845, "they": 0.1931343756195527}, "republican": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "request": {"his - they": 0.1012656208700235, "his": 0.3052763629300758, "they": 0.20401074206005232}, "requests": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "require": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "required": {"his - they": -0.03441854498149771, "his": 0.26875879762366767, "they": 0.3031773426051654}, "requirement": {"his - they": -0.04275343553801686, "his": 0.21413046243295664, "they": 0.2568838979709735}, "requirements": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "requires": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "requiring": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "rescued": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "research": {"his - they": -0.013092448722331673, "his": 0.2534552000567769, "they": 0.2665476487791086}, "researched": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "resend": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "residence": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "residential": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "residents": {"his - they": -0.07154672135374945, "his": 0.21413046243295664, "they": 0.2856771837867061}, "resolution": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "resolve": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "resource": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "resources": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "respect": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "respectful": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "respectively": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "respond": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "responding": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "response": {"his - they": -0.017150116891912426, "his": 0.27324495010796984, "they": 0.29039506699988227}, "responsibility": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "responsible": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "responsive": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "rest": {"his - they": 0.004550082320485704, "his": 0.31146969894424825, "they": 0.30691961662376255}, "restaurant": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "restrictions": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "result": {"his - they": 0.00454174675781549, "his": 0.29493681375769776, "they": 0.29039506699988227}, "results": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "retailers": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "return": {"his - they": 0.019286792428680144, "his": 0.3224641350338455, "they": 0.3031773426051654}, "returned": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "returnees": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "returning": {"his - they": 0.025693390153466167, "his": 0.3186538089869826, "they": 0.2929604188335164}, "returns": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "reveals": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "revenue": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "reverb": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "review": {"his - they": 0.02193060073259162, "his": 0.3079019637817704, "they": 0.2859713630491788}, "reviewed": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "reviews": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "revitalize": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "revolution": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "revolving": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "reward": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "reyes": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "rhodes": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "rhys": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "rich": {"his - they": -0.0931381718237346, "his": 0.20759058985548443, "they": 0.300728761679219}, "richard": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "richmond": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ricky": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ride": {"his - they": 0.004010150005832602, "his": 0.23931834707801256, "they": 0.23530819707217995}, "ridenyc": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ridiculous": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "rifts": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "right": {"his - they": 0.017348769940276232, "his": 0.3594403557182695, "they": 0.34209158577799326}, "rightly": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "rights": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "ring": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "rings": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "risk": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "risky": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "rita": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "rival": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "river": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "road": {"his - they": -0.009961694532972964, "his": 0.2799907674896025, "they": 0.28995246202257546}, "roads": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "robbed": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "robbery": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "rock": {"his - they": -0.024752880410264244, "his": 0.26092430337644185, "they": 0.2856771837867061}, "rocket": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "rockets": {"his - they": 0.025693390153466167, "his": 0.3186538089869826, "they": 0.2929604188335164}, "roetter": {"his - they": 0.003557558409525735, "his": 0.19669193402907845, "they": 0.1931343756195527}, "rogers": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "rohan": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "role": {"his - they": 0.005021210642444318, "his": 0.32094610684499353, "they": 0.3159248962025492}, "roles": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "rolled": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "roof": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "rookie": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "room": {"his - they": 0.05436109378986059, "his": 0.3186538089869826, "they": 0.264292715197122}, "rooms": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "root": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "roots": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "rotations": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "round": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "rounds": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "routinely": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "row": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "roy": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "rss": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "rt": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "rule": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "ruled": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "rules": {"his - they": 0.025792515157542162, "his": 0.31146969894424825, "they": 0.2856771837867061}, "ruling": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "rulings": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "rumoured": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "run": {"his - they": 0.019286792428680144, "his": 0.3224641350338455, "they": 0.3031773426051654}, "running": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "rupert": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "rush": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "rushed": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "rushing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ruslan": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "russell": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "russia": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "russian": {"his - they": -0.04275343553801686, "his": 0.21413046243295664, "they": 0.2568838979709735}, "russians": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "ryan": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "s": {"his - they": -0.0039039326598814816, "his": 0.34200742718758603, "they": 0.3459113598474675}, "saber": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "sabonis": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sachiko": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sad": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "sadarius": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sadly": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "safe": {"his - they": -0.09237431773305668, "his": 0.22172749392921956, "they": 0.31410181166227624}, "safestyle": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "safety": {"his - they": -0.09237431773305668, "his": 0.22172749392921956, "they": 0.31410181166227624}, "said": {"his - they": -0.016289508295649735, "his": 0.306792366825237, "they": 0.3230818751208867}, "sake": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "salisbury": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "salt": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "same": {"his - they": 0.0053735956796289175, "his": 0.3382742146797844, "they": 0.3329006190001555}, "san": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sanctify": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "saphir": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sarah": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "satan": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "satellites": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "saturday": {"his - they": 0.00454174675781549, "his": 0.29493681375769776, "they": 0.29039506699988227}, "save": {"his - they": 0.033123702124178755, "his": 0.29000760009515225, "they": 0.2568838979709735}, "saved": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "savings": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "saw": {"his - they": 0.013805487977061048, "his": 0.34670610697721654, "they": 0.3329006190001555}, "say": {"his - they": -0.012358961385996181, "his": 0.31333312113746126, "they": 0.32569208252345744}, "saying": {"his - they": 0.004538585460397981, "his": 0.2905099485095768, "they": 0.2859713630491788}, "says": {"his - they": 0.00454174675781549, "his": 0.29493681375769776, "they": 0.29039506699988227}, "scaled": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "scandal": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "scenarios": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "scenes": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "schedule": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "scheduled": {"his - they": 0.07880739929953867, "his": 0.30601442023554437, "they": 0.2272070209360057}, "scholar": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "scholarship": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "school": {"his - they": 0.01762260120833653, "his": 0.3151893518459336, "they": 0.2975667506375971}, "science": {"his - they": 0.026324667164421334, "his": 0.26734230513624613, "they": 0.2410176379718248}, "scientific": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "scientist": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "scientists": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "scope": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "scorching": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "score": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "scored": {"his - they": 0.033123702124178755, "his": 0.29000760009515225, "they": 0.2568838979709735}, "scorer": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "scores": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "scoresby": {"his - they": 0.003592297046673909, "his": 0.21413046243295664, "they": 0.21053816538628273}, "scoring": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "scratcher": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "screen": {"his - they": 0.03285267136201975, "his": 0.30601442023554437, "they": 0.2731617488735246}, "script": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "scripted": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "scripture": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "scrutiny": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "sea": {"his - they": -0.02512988767101107, "his": 0.23931834707801256, "they": 0.2644482347490236}, "search": {"his - they": 0.03398101132499831, "his": 0.22727622784398854, "they": 0.19329521651899023}, "searched": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "searching": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "season": {"his - they": 0.03303703001186231, "his": 0.2617869055780552, "they": 0.22874987556619286}, "seasons": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "seat": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "seating": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "sec": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "second": {"his - they": 0.005574867904874603, "his": 0.3285167533690366, "they": 0.32294188546416197}, "seconds": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "secret": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "sections": {"his - they": 0.07832744294496263, "his": 0.31694061999072276, "they": 0.23861317704576013}, "sector": {"his - they": -0.09434238325008618, "his": 0.18384223947744946, "they": 0.27818462272753564}, "secure": {"his - they": -0.045760235093029844, "his": 0.2683415765692464, "they": 0.31410181166227624}, "security": {"his - they": 0.03331005191876604, "his": 0.2781953231227214, "they": 0.24488527120395534}, "see": {"his - they": -0.001743063148456181, "his": 0.325851622235204, "they": 0.32759468538366016}, "seed": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "seeding": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "seedy": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "seeing": {"his - they": 0.004547601250856792, "his": 0.3052763629300758, "they": 0.300728761679219}, "seek": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "seeking": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "seem": {"his - they": 0.004882236867339518, "his": 0.3184975236970695, "they": 0.31361528682973}, "seemed": {"his - they": -0.012556877088424345, "his": 0.29982068409429524, "they": 0.3123775611827196}, "seemingly": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "seems": {"his - they": -0.08319649567727572, "his": 0.24805277628876504, "they": 0.33124927196604076}, "seen": {"his - they": 0.005017001377168151, "his": 0.30763538323435763, "they": 0.3026183818571895}, "sees": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "segment": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "seldom": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "selected": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "selecting": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "selections": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "self": {"his - they": 0.07832744294496263, "his": 0.31694061999072276, "they": 0.23861317704576013}, "semi": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "sending": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "senior": {"his - they": 0.025570249830491165, "his": 0.3272449960467882, "they": 0.30167474621629703}, "seniors": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sensational": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sense": {"his - they": 0.04293803617143244, "his": 0.3286152199581385, "they": 0.2856771837867061}, "sensitive": {"his - they": -0.0459953132473207, "his": 0.26092430337644185, "they": 0.30691961662376255}, "sent": {"his - they": -0.017080581966307073, "his": 0.2781953231227214, "they": 0.29527590508902846}, "sentences": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "seoul": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "separations": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sept": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "september": {"his - they": -0.03504268095606272, "his": 0.24267877627858891, "they": 0.27772145723465164}, "sequel": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "sergeant": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sergei": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "series": {"his - they": 0.0629880256692254, "his": 0.3382742146797844, "they": 0.275286189010559}, "serious": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "seriously": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "sermon": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "servants": {"his - they": -0.04256522126790244, "his": 0.22172749392921956, "they": 0.264292715197122}, "serve": {"his - they": 0.03322423272176678, "his": 0.28372664962401584, "they": 0.25050241690224906}, "served": {"his - they": -0.045760235093029844, "his": 0.2683415765692464, "they": 0.31410181166227624}, "serves": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "service": {"his - they": -0.009884701173030364, "his": 0.2876820494645667, "they": 0.2975667506375971}, "serving": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "session": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "set": {"his - they": 0.028822069637584546, "his": 0.32920636153336924, "they": 0.3003842918957847}, "sets": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "setting": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "settle": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "seven": {"his - they": 0.02169560333437598, "his": 0.3286152199581385, "they": 0.30691961662376255}, "seventeenth": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "several": {"his - they": -0.01212670093242324, "his": 0.3314335033910327, "they": 0.34356020432345596}, "severe": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "severely": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sex": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "sexual": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "shade": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "shadow": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "shadows": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "shakespeare": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "shall": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "shannon": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "shaped": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "share": {"his - they": -0.009528217088775937, "his": 0.32249643607652395, "they": 0.3320246531652999}, "shared": {"his - they": 0.03322423272176678, "his": 0.28372664962401584, "they": 0.25050241690224906}, "shares": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "sharing": {"his - they": 0.004330416308446161, "his": 0.29000760009515225, "they": 0.2856771837867061}, "sharper": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "shawn": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "she": {"his - they": -0.02709537947842003, "his": 0.214262476899613, "they": 0.24135785637803303}, "shelves": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "shepherd": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sheri": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "shifts": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "shine": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "shines": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "shinier": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "shining": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "shintao": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "shinto": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "shock": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "shocked": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "shocking": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "shoes": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "shop": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "shopping": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "shore": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "short": {"his - they": 0.005021787769668495, "his": 0.33110141532227805, "they": 0.32607962755260955}, "shorten": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "shortly": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "shot": {"his - they": 0.0580159002848219, "his": 0.3224641350338455, "they": 0.2644482347490236}, "shots": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "should": {"his - they": -0.020318003067725965, "his": 0.30400749134658667, "they": 0.32432549441431263}, "shouldn": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "shouting": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "shoved": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "shovels": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "show": {"his - they": 0.035655832822594935, "his": 0.3382742146797844, "they": 0.3026183818571895}, "showcase": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "showed": {"his - they": 0.025875159203541276, "his": 0.3052763629300758, "they": 0.27940120372653454}, "showing": {"his - they": 0.043230358745863506, "his": 0.3171052373826128, "they": 0.2738748786367493}, "shown": {"his - they": -0.026609734891652137, "his": 0.31146969894424825, "they": 0.3380794338359004}, "shows": {"his - they": 0.004547601250856792, "his": 0.3052763629300758, "they": 0.300728761679219}, "shut": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "side": {"his - they": -0.015923063380527513, "his": 0.3240994525940826, "they": 0.34002251597461014}, "sidelines": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sides": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "sidestepping": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sight": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "sightseeing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sign": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "signal": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "signals": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "signed": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "significant": {"his - they": 0.019360076729065034, "his": 0.3148355185232827, "they": 0.29547544179421764}, "significantly": {"his - they": -0.07123292490429686, "his": 0.22172749392921956, "they": 0.2929604188335164}, "signs": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "silence": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "silent": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "silver": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "similar": {"his - they": -0.034182238059998205, "his": 0.2781953231227214, "they": 0.3123775611827196}, "similarities": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "simmons": {"his - they": 0.03285267136201975, "his": 0.30601442023554437, "they": 0.2731617488735246}, "simon": {"his - they": -0.07123292490429686, "his": 0.22172749392921956, "they": 0.2929604188335164}, "simple": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "simply": {"his - they": -0.0490907566349979, "his": 0.2608634586693646, "they": 0.3099542153043625}, "simultaneous": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "since": {"his - they": -0.005334073292350361, "his": 0.3516184360303637, "they": 0.35695250932271405}, "sinful": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sing": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "singing": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "single": {"his - they": -0.060781561749694346, "his": 0.2792409542249158, "they": 0.34002251597461014}, "singles": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sir": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sirens": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "sirkin": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "sister": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "sit": {"his - they": -0.07034635031978415, "his": 0.24225108942201368, "they": 0.3125974397417978}, "site": {"his - they": -0.07272023083133308, "his": 0.18384223947744946, "they": 0.25656247030878254}, "sitting": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "situation": {"his - they": -0.0333852021980901, "his": 0.3151893518459336, "they": 0.3485745540440237}, "six": {"his - they": 0.019360076729065034, "his": 0.3148355185232827, "they": 0.29547544179421764}, "sixers": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sixth": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "size": {"his - they": -0.06296190130953438, "his": 0.26092430337644185, "they": 0.32388620468597623}, "sjoberg": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "skaggs": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "skeletal": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "skills": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "skripal": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "skripals": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sky": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "skyplussed": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "skyward": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "slab": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "slack": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "slammed": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "slang": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "slavery": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "sleep": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sleepless": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sli": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sliced": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "slices": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "slide": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "slightly": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "slow": {"his - they": 0.004550082320485704, "his": 0.31146969894424825, "they": 0.30691961662376255}, "small": {"his - they": -0.02697552979981288, "his": 0.29493681375769776, "they": 0.32191234355751064}, "smalls": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "smell": {"his - they": 0.050641332862723376, "his": 0.24890988579858353, "they": 0.19826855293586015}, "smidgen": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "smile": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "smoke": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "smoked": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "smooth": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "sneakily": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "snow": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "so": {"his - they": -0.03107706500264229, "his": 0.3380893791889249, "they": 0.3691664441915672}, "soccer": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "social": {"his - they": 0.00454174675781549, "his": 0.29493681375769776, "they": 0.29039506699988227}, "society": {"his - they": -0.04882241449593622, "his": 0.26875879762366767, "they": 0.3175812121196039}, "socket": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "soft": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "software": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "solar": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sold": {"his - they": -0.024752880410264244, "his": 0.26092430337644185, "they": 0.2856771837867061}, "soldier": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "solid": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "solidarity": {"his - they": 0.003592297046673909, "his": 0.21413046243295664, "they": 0.21053816538628273}, "some": {"his - they": 0.01490002954898656, "his": 0.36897954412225664, "they": 0.3540795145732701}, "someone": {"his - they": 0.025693390153466167, "his": 0.3186538089869826, "they": 0.2929604188335164}, "something": {"his - they": -0.02531461097256882, "his": 0.3053482988834512, "they": 0.33066290985602004}, "sometimes": {"his - they": -0.00963420230010642, "his": 0.3122781412574042, "they": 0.32191234355751064}, "somewhat": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "somewhere": {"his - they": -0.04256522126790244, "his": 0.22172749392921956, "they": 0.264292715197122}, "son": {"his - they": 0.055201751437396834, "his": 0.2905099485095768, "they": 0.23530819707217995}, "song": {"his - they": 0.07314693465796582, "his": 0.29354583195932804, "they": 0.22039889730136222}, "songs": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "soon": {"his - they": -0.05210386159781932, "his": 0.30019614912155457, "they": 0.3523000107193739}, "sophomores": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sore": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "sorry": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "sort": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "sought": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "soul": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "sound": {"his - they": -0.04291182704676463, "his": 0.20759058985548443, "they": 0.25050241690224906}, "sounding": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sounds": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "source": {"his - they": -0.02686882866017215, "his": 0.29982068409429524, "they": 0.3266895127544674}, "sources": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "sourcing": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "south": {"his - they": -0.034696975752888326, "his": 0.2573431392306099, "they": 0.29204011498349824}, "southbank": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "southeast": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "southern": {"his - they": -0.02486645703979845, "his": 0.2545347466867361, "they": 0.27940120372653454}, "soviet": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "space": {"his - they": -0.007726724982758892, "his": 0.3024427560584787, "they": 0.3101694810412376}, "spaceport": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "spam": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "spambots": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "sparkling": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "spats": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "speak": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "speaker": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "speaking": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "spears": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "special": {"his - they": 0.043633678812772025, "his": 0.30019614912155457, "they": 0.25656247030878254}, "species": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "specific": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "spectators": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "spectrum": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "speech": {"his - they": 0.0435481064589916, "his": 0.303894973684048, "they": 0.2603468672250564}, "speed": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "speeds": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "spellbound": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "spend": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "spending": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "spent": {"his - they": 0.019391759297106292, "his": 0.31143187428060454, "they": 0.29204011498349824}, "sphere": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "spirit": {"his - they": 0.004720707327336926, "his": 0.30019614912155457, "they": 0.29547544179421764}, "spirited": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "spiritual": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "spiritually": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sporting": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sports": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "spot": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "spots": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "spread": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "spring": {"his - they": -0.07123292490429686, "his": 0.22172749392921956, "they": 0.2929604188335164}, "spurrier": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "spying": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "squad": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "square": {"his - they": 0.025570249830491165, "his": 0.3272449960467882, "they": 0.30167474621629703}, "squarely": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "stability": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "stacking": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "stacks": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "stadium": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "staff": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "stage": {"his - they": -0.09186411426357707, "his": 0.23082795267724424, "they": 0.3226920669408213}, "stages": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "stakes": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "stan": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "standard": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "standards": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "standing": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "standoffs": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "stanley": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "staple": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "star": {"his - they": 0.03665089579574704, "his": 0.3148355185232827, "they": 0.27818462272753564}, "starred": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "stars": {"his - they": 0.05052400462668377, "his": 0.2545347466867361, "they": 0.20401074206005232}, "start": {"his - they": 0.019391759297106292, "his": 0.31143187428060454, "they": 0.29204011498349824}, "started": {"his - they": -0.006024750253921074, "his": 0.3240994525940826, "they": 0.3301242028480037}, "starter": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "starters": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "starting": {"his - they": 0.005021398976224889, "his": 0.33503166509616883, "they": 0.33001026611994394}, "starts": {"his - they": 0.10093153355796552, "his": 0.31146969894424825, "they": 0.21053816538628273}, "state": {"his - they": -0.04566270757515045, "his": 0.2667887203852272, "they": 0.31245142796037767}, "stated": {"his - they": 0.07917405035393921, "his": 0.29729565757311877, "they": 0.21812160721917956}, "statement": {"his - they": -0.0459953132473207, "his": 0.26092430337644185, "they": 0.30691961662376255}, "statements": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "states": {"his - they": 0.01762260120833653, "his": 0.3151893518459336, "they": 0.2975667506375971}, "station": {"his - they": -0.0486673934495408, "his": 0.27324495010796984, "they": 0.32191234355751064}, "stature": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "stay": {"his - they": 0.004535347199931428, "his": 0.2864571996429975, "they": 0.28192185244306606}, "stayed": {"his - they": -0.01667764670527694, "his": 0.30601442023554437, "they": 0.3226920669408213}, "steadfast": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "steadfastly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "steadily": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "steadiness": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "steady": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "steal": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "steel": {"his - they": 0.003568320858215124, "his": 0.20183687379407528, "they": 0.19826855293586015}, "steering": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "stemming": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "step": {"his - they": 0.017733100431485516, "his": 0.30105820273885364, "they": 0.2833251023073681}, "stephen": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "stepped": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "stepping": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "steps": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "steve": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "stevens": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "stick": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "stiff": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "stiffed": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "still": {"his - they": -0.03475365094839611, "his": 0.32056944242160135, "they": 0.35532309336999746}, "sting": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "stings": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "stint": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "stipe": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "stirring": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "stitches": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "stock": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "stockpiling": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "stole": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "stone": {"his - they": -0.04291182704676463, "his": 0.20759058985548443, "they": 0.25050241690224906}, "stoned": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "stools": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "stop": {"his - they": 0.036719687094075026, "his": 0.31143187428060454, "they": 0.2747121871865295}, "stopped": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "store": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "stories": {"his - they": 0.021767674397304926, "his": 0.32249643607652395, "they": 0.300728761679219}, "story": {"his - they": -0.0490907566349979, "his": 0.2608634586693646, "they": 0.3099542153043625}, "storytellers": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "stout": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "straight": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "straightforward": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "strained": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "strange": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "strategies": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "strategy": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "straughn": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "streak": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "stream": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "street": {"his - they": -0.03936555536731873, "his": 0.29493681375769776, "they": 0.3343023691250165}, "streets": {"his - they": 0.004325445897481295, "his": 0.28372664962401584, "they": 0.27940120372653454}, "strength": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "strengthened": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "strike": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "striker": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "stroke": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "strong": {"his - they": -0.027441954909560473, "his": 0.2729423369862242, "they": 0.3003842918957847}, "strongly": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "struck": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "struggled": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "struggles": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "student": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "students": {"his - they": 0.10222320839810109, "his": 0.2864571996429975, "they": 0.1842339912448964}, "studies": {"his - they": 0.10202429182666245, "his": 0.2905099485095768, "they": 0.18848565668291434}, "study": {"his - they": 0.004291774393103576, "his": 0.25405380456650983, "they": 0.24976203017340626}, "stuff": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "sturridge": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "style": {"his - they": 0.03604089387233561, "his": 0.34296051049609816, "they": 0.30691961662376255}, "stylistic": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "subdued": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "subject": {"his - they": 0.02188307425752195, "his": 0.3122781412574042, "they": 0.29039506699988227}, "subjected": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "subscription": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "substance": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "subversive": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "success": {"his - they": 0.04309523234998941, "his": 0.32249643607652395, "they": 0.27940120372653454}, "successful": {"his - they": 0.05436109378986059, "his": 0.3186538089869826, "they": 0.264292715197122}, "successfully": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "succession": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "such": {"his - they": 0.0011060109624322356, "his": 0.35929851058290657, "they": 0.35819249962047434}, "sudden": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "suddenly": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "suffer": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "suffered": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "suffering": {"his - they": 0.1000379751107825, "his": 0.3272449960467882, "they": 0.2272070209360057}, "sufficiently": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "suggest": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "suggested": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "suggests": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "suicide": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "suited": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "sullen": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sullivan": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "summerville": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "summie": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "sun": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "sunday": {"his - they": 0.054585800973274756, "his": 0.31146969894424825, "they": 0.2568838979709735}, "super": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "supply": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "support": {"his - they": 0.024375152677017342, "his": 0.3456611756989749, "they": 0.3212860230219576}, "supporters": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "supportive": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "supports": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "supposed": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "suppress": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "suppression": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "sure": {"his - they": -0.017855540685053795, "his": 0.3360369496371372, "they": 0.353892490322191}, "surface": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "surprised": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "surprising": {"his - they": -0.0459953132473207, "his": 0.26092430337644185, "they": 0.30691961662376255}, "surrounds": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "survive": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "survived": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "survivors": {"his - they": 0.003592297046673909, "his": 0.21413046243295664, "they": 0.21053816538628273}, "susan": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "suspect": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "suspected": {"his - they": -0.02486645703979845, "his": 0.2545347466867361, "they": 0.27940120372653454}, "suspects": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "suspend": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "swamps": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "swapped": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "swarm": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "swarming": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "sweet": {"his - they": -0.03368692515183097, "his": 0.29729565757311877, "they": 0.33098258272494974}, "swim": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "switching": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "swoop": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "system": {"his - they": 0.0051472549604784645, "his": 0.3386173179332978, "they": 0.33347006297281934}, "t": {"his - they": 0.00035518079884394593, "his": 0.34638345322592956, "they": 0.3460282724270856}, "table": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "tables": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "tabs": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "tackle": {"his - they": 0.00404040540546835, "his": 0.26092430337644185, "they": 0.2568838979709735}, "taider": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "take": {"his - they": -0.027101924671252664, "his": 0.31632504574832065, "they": 0.3434269704195733}, "taken": {"his - they": 0.014521190404658102, "his": 0.32986345585522847, "they": 0.31534226545057037}, "takeover": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "taking": {"his - they": -0.02706999242978797, "his": 0.32682249789240303, "they": 0.353892490322191}, "talent": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "talented": {"his - they": 0.004343180248924938, "his": 0.31694061999072276, "they": 0.3125974397417978}, "talk": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "talking": {"his - they": 0.02600733637665581, "his": 0.29493681375769776, "they": 0.26892947738104195}, "talks": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "tank": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "targets": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "task": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "tasked": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "tasks": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "tasman": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "taste": {"his - they": -0.07034635031978415, "his": 0.24225108942201368, "they": 0.3125974397417978}, "tatum": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "taxes": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "taxi": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "taxis": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "tbd": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "teach": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "teachers": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "teaching": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "teachings": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "team": {"his - they": -0.004972786554267028, "his": 0.30482313408061507, "they": 0.3097959206348821}, "teaming": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "teammates": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "teams": {"his - they": 0.036783009509087194, "his": 0.3082503044939569, "they": 0.2714672949848697}, "tear": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "tec": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "technical": {"his - they": 0.004330416308446161, "his": 0.29000760009515225, "they": 0.2856771837867061}, "technically": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "technique": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "techniques": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "technological": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "technologies": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "technology": {"his - they": -0.009793019442977391, "his": 0.29675867786849, "they": 0.30655169731146736}, "teenaged": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "teenager": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "teens": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "telegraph": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "telescope": {"his - they": 0.004017231130775262, "his": 0.2438774769135583, "they": 0.23986024578278303}, "television": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "tell": {"his - they": -0.022108302338173513, "his": 0.3079019637817704, "they": 0.33001026611994394}, "telling": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "telly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "temperament": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "temperatures": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "tempted": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ten": {"his - they": -0.07123292490429686, "his": 0.22172749392921956, "they": 0.2929604188335164}, "tend": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "tends": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "tensions": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "term": {"his - they": -0.022184653868561555, "his": 0.303894973684048, "they": 0.32607962755260955}, "terms": {"his - they": 0.05052400462668377, "his": 0.2545347466867361, "they": 0.20401074206005232}, "terrible": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "terrifying": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "terrorism": {"his - they": 0.00404040540546835, "his": 0.26092430337644185, "they": 0.2568838979709735}, "terrorist": {"his - they": 0.003520148695485781, "his": 0.18019359999239262, "they": 0.17667345129690684}, "tesla": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "testimony": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "testing": {"his - they": -0.07034635031978415, "his": 0.24225108942201368, "they": 0.3125974397417978}, "tests": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "texas": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "text": {"his - they": 0.033123702124178755, "his": 0.29000760009515225, "they": 0.2568838979709735}, "than": {"his - they": -0.03824351391595354, "his": 0.33000322215350053, "they": 0.3682467360694541}, "thanks": {"his - they": -0.06045838599707254, "his": 0.2864571996429975, "they": 0.34691558564007}, "that": {"his - they": -0.024684988935592123, "his": 0.3196370494312882, "they": 0.3443220383668803}, "thatch": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "thaw": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "the": {"his - they": -0.009181128412442452, "his": 0.22577581404710395, "they": 0.2349569424595464}, "theatre": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "their": {"his - they": -0.03211780654236279, "his": 0.3456257890335945, "they": 0.37774359557595727}, "them": {"his - they": -0.010214754630747558, "his": 0.3554446438597931, "they": 0.36565939849054063}, "theme": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "themed": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "themselves": {"his - they": -0.01857198607053251, "his": 0.3184975236970695, "they": 0.337069509767602}, "then": {"his - they": 0.01954811174649912, "his": 0.3752530334555529, "they": 0.35570492170905377}, "theories": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "theorised": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "theory": {"his - they": 0.05408324717326357, "his": 0.3272449960467882, "they": 0.2731617488735246}, "there": {"his - they": -0.013311557514763317, "his": 0.3595603972682, "they": 0.3728719547829633}, "therefore": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "theresa": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "these": {"his - they": -0.018648484157416045, "his": 0.3508410660560099, "they": 0.36948955021342594}, "they": {"his - they": -0.11109627841817127, "his": 0.3279088321100296, "they": 0.43900511052820085}, "thimble": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "thing": {"his - they": 0.01771731144665717, "his": 0.30315875905856965, "they": 0.2854414476119125}, "things": {"his - they": 0.011745019227203557, "his": 0.3599965212269165, "they": 0.34825150199971294}, "think": {"his - they": -0.02687154693066396, "his": 0.325851622235204, "they": 0.35272316916586793}, "thinkers": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "thinking": {"his - they": 0.02169560333437598, "his": 0.3286152199581385, "they": 0.30691961662376255}, "thinks": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "third": {"his - they": -0.02262761436758698, "his": 0.2799907674896025, "they": 0.3026183818571895}, "thirty": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "this": {"his - they": 0.000887544281092334, "his": 0.37383902969408817, "they": 0.37295148541299583}, "thomas": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "thorny": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "those": {"his - they": -0.045277895028329296, "his": 0.3138349972857401, "they": 0.3591128923140694}, "though": {"his - they": 0.014545428115823766, "his": 0.32612538487522247, "they": 0.3115799567593987}, "thought": {"his - they": -0.014022088973027924, "his": 0.3144983368623206, "they": 0.3285204258353485}, "thoughtful": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "thoughts": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "thousand": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "thousands": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "thread": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "threads": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "threats": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "three": {"his - they": -0.024943264976958368, "his": 0.319367369443316, "they": 0.3443106344202744}, "thrilled": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "thrilling": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "thrives": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "through": {"his - they": 0.02432607730281472, "his": 0.3550399531461563, "they": 0.33071387584334155}, "throughout": {"his - they": -0.005997471838630253, "his": 0.3274725911341891, "they": 0.33347006297281934}, "throw": {"his - they": -0.07034635031978415, "his": 0.24225108942201368, "they": 0.3125974397417978}, "throws": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "thunder": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "thus": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "ticket": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "tickets": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "tide": {"his - they": -0.04256522126790244, "his": 0.22172749392921956, "they": 0.264292715197122}, "tie": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ties": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "tight": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "tim": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "time": {"his - they": 0.0179850211930227, "his": 0.3823231454513738, "they": 0.3643381242583511}, "times": {"his - they": -0.01613829141419354, "his": 0.310029905078553, "they": 0.32616819649274653}, "timing": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "timothy": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "tinned": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "tiptoeing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "titled": {"his - they": 0.07832744294496263, "his": 0.31694061999072276, "they": 0.23861317704576013}, "titles": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "to": {"his - they": -0.006751038315462532, "his": 0.29178229423378793, "they": 0.29853333254925046}, "today": {"his - they": -0.02248743157667088, "his": 0.2876820494645667, "they": 0.3101694810412376}, "together": {"his - they": 0.013754486163615187, "his": 0.3540443741947732, "they": 0.340289888031158}, "toiled": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "tokyo": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "told": {"his - they": -0.012337032905908818, "his": 0.31505915132696094, "they": 0.32739618423286976}, "tolkien": {"his - they": 0.003568320858215124, "his": 0.20183687379407528, "they": 0.19826855293586015}, "toll": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "tom": {"his - they": -0.017080581966307073, "his": 0.2781953231227214, "they": 0.29527590508902846}, "tomorrow": {"his - they": 0.004320444485972075, "his": 0.2781953231227214, "they": 0.2738748786367493}, "tone": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "tongue": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "too": {"his - they": -0.04697504723857204, "his": 0.3025984671288764, "they": 0.34957351436744843}, "took": {"his - they": -0.046718006504796294, "his": 0.2861551268900425, "they": 0.3328731333948388}, "tool": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "toothed": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "top": {"his - they": -0.016331942420126255, "his": 0.29709511914241216, "they": 0.3134270615625384}, "topical": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "toronto": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "tortured": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "toshimitsu": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "total": {"his - they": -0.024964992838165778, "his": 0.24890988579858353, "they": 0.2738748786367493}, "totaled": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "touch": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "touchstone": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "tough": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "tour": {"his - they": -0.043168311753704586, "his": 0.19669193402907845, "they": 0.23986024578278303}, "tourist": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "tournament": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "tours": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "toward": {"his - they": 0.022011526394018932, "his": 0.30019614912155457, "they": 0.27818462272753564}, "towards": {"his - they": -0.012416505741727979, "his": 0.31146969894424825, "they": 0.32388620468597623}, "town": {"his - they": -0.035302887315401266, "his": 0.23124476146370732, "they": 0.2665476487791086}, "toxic": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "toy": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "track": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "tracy": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "trade": {"his - they": 0.03285267136201975, "his": 0.30601442023554437, "they": 0.2731617488735246}, "traded": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "tradeoffs": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "tradition": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "traditional": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "traffic": {"his - they": 0.033123702124178755, "his": 0.29000760009515225, "they": 0.2568838979709735}, "trail": {"his - they": 0.033123702124178755, "his": 0.29000760009515225, "they": 0.2568838979709735}, "trailer": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "train": {"his - they": 0.03285267136201975, "his": 0.30601442023554437, "they": 0.2731617488735246}, "trained": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "trainers": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "trains": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "transaction": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "transfer": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "transgressive": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "transitioned": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "transporting": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "trauma": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "travel": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "treated": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "treatment": {"his - they": 0.0511634276202001, "his": 0.2212480823743244, "they": 0.1700846547541243}, "tremble": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "tremendous": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "trends": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "trey": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "tried": {"his - they": 0.005021633966914185, "his": 0.3240994525940826, "they": 0.31907781862716844}, "tries": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "trigger": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "trilateral": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "trimmed": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "trimmings": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "trip": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "trips": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "tropics": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "trouble": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "truck": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "trucks": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "true": {"his - they": -0.015870752757209672, "his": 0.3274725911341891, "they": 0.34334334389139876}, "truly": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "trump": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "trust": {"his - they": -0.012491426305788977, "his": 0.3052763629300758, "they": 0.3177677892358648}, "truth": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "try": {"his - they": 0.005021787769668495, "his": 0.33110141532227805, "they": 0.32607962755260955}, "trying": {"his - they": 0.017599557887810258, "his": 0.31798384978359495, "they": 0.3003842918957847}, "tuesday": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "tugged": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "tumultuous": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "tune": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "tuned": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "turbulence": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "ture": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "turn": {"his - they": 0.004883285666020087, "his": 0.3267956292235307, "they": 0.32191234355751064}, "turned": {"his - they": -0.012491426305788977, "his": 0.3052763629300758, "they": 0.3177677892358648}, "turns": {"his - they": -0.01667764670527694, "his": 0.30601442023554437, "they": 0.3226920669408213}, "tv": {"his - they": -0.01700211205520319, "his": 0.28372664962401584, "they": 0.300728761679219}, "tweet": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "tweets": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "twelve": {"his - they": 0.004032329784487032, "his": 0.2545347466867361, "they": 0.25050241690224906}, "twenty": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "twitter": {"his - they": 0.022160916415176923, "his": 0.2849875809691552, "they": 0.2628266645539783}, "two": {"his - they": -0.032730601953253724, "his": 0.32980631376516983, "they": 0.36253691571842356}, "tyler": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "type": {"his - they": -0.016912016528610296, "his": 0.29000760009515225, "they": 0.30691961662376255}, "types": {"his - they": -0.09278915419080591, "his": 0.21413046243295664, "they": 0.30691961662376255}, "typhoon": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "typos": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "u": {"his - they": -0.0952262138652551, "his": 0.16501751046318985, "they": 0.26024372432844495}, "ugly": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "uk": {"his - they": -0.0459953132473207, "his": 0.26092430337644185, "they": 0.30691961662376255}, "ultimately": {"his - they": -0.01667764670527694, "his": 0.30601442023554437, "they": 0.3226920669408213}, "um": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "unable": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "unanmed": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "unappreciated": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "unbearded": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "unbiased": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "unbridled": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "uncalm": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "uncertain": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "uncertainty": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "unchecked": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "uncommunicative": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "unconstitutional": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "under": {"his - they": -0.016386380454699923, "his": 0.29340954018018217, "they": 0.3097959206348821}, "underarm": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "undercover": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "undercut": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "underground": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "underlying": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "undermined": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "underneath": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "underrated": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "understand": {"his - they": -0.04882241449593622, "his": 0.26875879762366767, "they": 0.3175812121196039}, "understanding": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "understood": {"his - they": 0.032655416139697024, "his": 0.31694061999072276, "they": 0.28428520385102574}, "undone": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "unending": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "unenticing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "uneven": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "unfair": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "unfathomable": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "unfold": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "unfortunate": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "unfortunately": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "uniform": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "unimaginable": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "union": {"his - they": -0.07123292490429686, "his": 0.22172749392921956, "they": 0.2929604188335164}, "unique": {"his - they": -0.04256522126790244, "his": 0.22172749392921956, "they": 0.264292715197122}, "unit": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "unite": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "united": {"his - they": 0.03665089579574704, "his": 0.3148355185232827, "they": 0.27818462272753564}, "unity": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "universal": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "universe": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "university": {"his - they": 0.02193060073259162, "his": 0.3079019637817704, "they": 0.2859713630491788}, "unless": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "unlike": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "unlit": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "unnoticed": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "unparalleled": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "unpleasant": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "unpredictable": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "unproven": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "unrest": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "unruly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "unsettled": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "unsolved": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "unstated": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "until": {"his - they": -0.03404113961184896, "his": 0.28372664962401584, "they": 0.3177677892358648}, "unto": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "unwanted": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "unwelcome": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "unwritten": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "up": {"his - they": -0.017690427036377687, "his": 0.35469858556108264, "they": 0.3723890125974603}, "update": {"his - they": 0.0036209317412385367, "his": 0.23082795267724424, "they": 0.2272070209360057}, "upheaval": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "upon": {"his - they": 0.1000379751107825, "his": 0.3272449960467882, "they": 0.2272070209360057}, "uppity": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "upset": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "uranium": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "urban": {"his - they": 0.03322423272176678, "his": 0.28372664962401584, "they": 0.25050241690224906}, "urbanism": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "us": {"his - they": -0.001216933823387667, "his": 0.32600721847497255, "they": 0.3272241522983602}, "usd": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "use": {"his - they": -0.06888002442449104, "his": 0.27700457870860395, "they": 0.345884603133095}, "used": {"his - they": -0.02039218727451514, "his": 0.29988467737225627, "they": 0.3202768646467714}, "useful": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "useless": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "user": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "users": {"his - they": 0.033450600551487714, "his": 0.26875879762366767, "they": 0.23530819707217995}, "uses": {"his - they": 0.025945805457545934, "his": 0.29982068409429524, "they": 0.2738748786367493}, "using": {"his - they": -0.0077506152296416, "his": 0.2997737601428049, "they": 0.3075243753724465}, "usual": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "usually": {"his - they": -0.0774899064785638, "his": 0.2545347466867361, "they": 0.3320246531652999}, "utah": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "utter": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "v": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "va": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "vaccines": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "vale": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "valuable": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "value": {"his - they": -0.0459953132473207, "his": 0.26092430337644185, "they": 0.30691961662376255}, "valued": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "vapourised": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "variable": {"his - they": 0.003579847795432106, "his": 0.20759058985548443, "they": 0.20401074206005232}, "variables": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "variances": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "variety": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "various": {"his - they": -0.07826286504159133, "his": 0.23931834707801256, "they": 0.3175812121196039}, "varying": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "vast": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "ve": {"his - they": -0.02754573301889629, "his": 0.30694000737060945, "they": 0.33448574038950574}, "vehicle": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "veneer": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "venezuelan": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "venture": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "verbally": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "verne": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "versatile": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "verse": {"his - they": 0.10180243813814505, "his": 0.29493681375769776, "they": 0.1931343756195527}, "version": {"his - they": -0.03441854498149771, "his": 0.26875879762366767, "they": 0.3031773426051654}, "very": {"his - they": -0.0033065087508285518, "his": 0.35580638356324085, "they": 0.3591128923140694}, "vga": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "vice": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "vicious": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "victims": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "victor": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "victory": {"his - they": 0.025570249830491165, "his": 0.3272449960467882, "they": 0.30167474621629703}, "videos": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "view": {"his - they": 0.02600733637665581, "his": 0.29493681375769776, "they": 0.26892947738104195}, "views": {"his - they": 0.004325445897481295, "his": 0.28372664962401584, "they": 0.27940120372653454}, "vigorous": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "villalba": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "violate": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "violated": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "violence": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "violent": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "virginia": {"his - they": 0.05001241254436528, "his": 0.277219433480371, "they": 0.2272070209360057}, "virginity": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "virtual": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "visibility": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "vision": {"his - they": 0.004330416308446161, "his": 0.29000760009515225, "they": 0.2856771837867061}, "visions": {"his - they": -0.04256522126790244, "his": 0.22172749392921956, "they": 0.264292715197122}, "visit": {"his - they": 0.03331005191876604, "his": 0.2781953231227214, "they": 0.24488527120395534}, "visited": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "vlogs": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "vocal": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "vocalist": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "vociferous": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "voice": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "voices": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "volunteer": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "vote": {"his - they": -0.09278915419080591, "his": 0.21413046243295664, "they": 0.30691961662376255}, "voters": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "vrataski": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "vrm": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "vs": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "vulnerable": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "waaay": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "wade": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "wait": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "waiter": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "waiting": {"his - they": -0.024245486267415628, "his": 0.2883519534743822, "they": 0.3125974397417978}, "waitress": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "waived": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "waives": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "waldo": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "walk": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "walked": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "walking": {"his - they": 0.004343180248924938, "his": 0.31694061999072276, "they": 0.3125974397417978}, "wall": {"his - they": -0.04677536272463642, "his": 0.23514648971842964, "they": 0.28192185244306606}, "waller": {"his - they": 0.003592297046673909, "his": 0.21413046243295664, "they": 0.21053816538628273}, "walls": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "wander": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "want": {"his - they": -0.0198551102595102, "his": 0.3290752197301635, "they": 0.3489303299896737}, "wanted": {"his - they": -0.027158087186732516, "his": 0.2864571996429975, "they": 0.31361528682973}, "wanting": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "wants": {"his - they": 0.025875159203541276, "his": 0.3052763629300758, "they": 0.27940120372653454}, "war": {"his - they": -0.03525573261543488, "his": 0.2333438228756264, "they": 0.2685995554910613}, "warm": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "warmed": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "warning": {"his - they": -0.09483157683447979, "his": 0.17358858865734433, "they": 0.2684201654918241}, "warrant": {"his - they": 0.05138285318563854, "his": 0.20789743566772212, "they": 0.15651458248208358}, "warrants": {"his - they": 0.003579847795432106, "his": 0.20759058985548443, "they": 0.20401074206005232}, "wars": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "wartime": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "was": {"his - they": -0.0005218410935667328, "his": 0.3412899897302085, "they": 0.34181183082377525}, "washington": {"his - they": 0.03285267136201975, "his": 0.30601442023554437, "they": 0.2731617488735246}, "wasn": {"his - they": 0.004881303218920163, "his": 0.3148355185232827, "they": 0.3099542153043625}, "waste": {"his - they": 0.13497589431638196, "his": 0.3082503044939569, "they": 0.17327441017757494}, "watch": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "watchdogs": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "watched": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "watchful": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "watching": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "water": {"his - they": -0.007726724982758892, "his": 0.3024427560584787, "they": 0.3101694810412376}, "waterfront": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "waterstones": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "wave": {"his - they": -0.025378789378607852, "his": 0.2243832407947984, "they": 0.24976203017340626}, "wavelength": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "waves": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "way": {"his - they": 0.019051181551051843, "his": 0.3535369219405576, "they": 0.33448574038950574}, "ways": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "we": {"his - they": -0.01636969734889404, "his": 0.3293831120913848, "they": 0.34575280944027886}, "weakest": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "wealth": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "weapons": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "wearing": {"his - they": 0.004066749623356458, "his": 0.2883519534743822, "they": 0.28428520385102574}, "wears": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "weaselled": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "weaving": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "web": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "webb": {"his - they": 0.0035378808025375297, "his": 0.18777187204743392, "they": 0.1842339912448964}, "website": {"his - they": -0.04849418963174601, "his": 0.2781953231227214, "they": 0.3266895127544674}, "websites": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "weddings": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "wednesday": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "wee": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "week": {"his - they": -0.004886217129163095, "his": 0.3166709297611084, "they": 0.3215571468902715}, "weekend": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "weeks": {"his - they": -0.02445531273592605, "his": 0.277219433480371, "they": 0.30167474621629703}, "weep": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "weigh": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "weighed": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "weight": {"his - they": -0.02697552979981288, "his": 0.29493681375769776, "they": 0.32191234355751064}, "weirdly": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "well": {"his - they": 0.0008076705030775622, "his": 0.35501470499636345, "they": 0.3542070344932859}, "wells": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "went": {"his - they": -0.027237526019124325, "his": 0.2827166892852382, "they": 0.3099542153043625}, "were": {"his - they": -0.02568318172250017, "his": 0.32275907899253714, "they": 0.3484422607150373}, "weren": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "west": {"his - they": -0.00770144465186362, "his": 0.30526179242817636, "they": 0.31296323708004}, "westerberg": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "western": {"his - they": 0.025792515157542162, "his": 0.31146969894424825, "they": 0.2856771837867061}, "whale": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "what": {"his - they": -0.04011406761445391, "his": 0.33330423905939227, "they": 0.3734183066738462}, "whatever": {"his - they": -0.04275343553801686, "his": 0.21413046243295664, "they": 0.2568838979709735}, "when": {"his - they": -0.01845056544435253, "his": 0.34936221752485364, "they": 0.36781278296920616}, "where": {"his - they": 0.00048228954415696634, "his": 0.35050141352343445, "they": 0.3500191239792775}, "whether": {"his - they": -0.051411996186348674, "his": 0.2647561369944714, "they": 0.3161681331808201}, "which": {"his - they": -0.000982519347188071, "his": 0.3550805641353377, "they": 0.35606308348252574}, "while": {"his - they": -0.013746470622556961, "his": 0.34994286172485284, "they": 0.3636893323474098}, "whiled": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "whilst": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "whim": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "whispering": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "whispers": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "white": {"his - they": -0.028739261055464316, "his": 0.30526179242817636, "they": 0.3340010534836407}, "who": {"his - they": 0.013395918032740928, "his": 0.3773813167786679, "they": 0.36398539874592695}, "whole": {"his - they": -0.009679248337833457, "his": 0.3079019637817704, "they": 0.3175812121196039}, "whose": {"his - they": 0.004544779005266786, "his": 0.29982068409429524, "they": 0.29527590508902846}, "why": {"his - they": -0.00847019083962669, "his": 0.3374144122934683, "they": 0.345884603133095}, "wicked": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "wide": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "wider": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "widows": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "wife": {"his - they": 0.04293803617143244, "his": 0.3286152199581385, "they": 0.2856771837867061}, "wild": {"his - they": 0.0036058867100400016, "his": 0.22172749392921956, "they": 0.21812160721917956}, "will": {"his - they": -0.02268285475685705, "his": 0.345386786034438, "they": 0.36806964079129506}, "william": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "willing": {"his - they": -0.0708467935390528, "his": 0.23082795267724424, "they": 0.30167474621629703}, "wilma": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "wilson": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "win": {"his - they": -0.04849418963174601, "his": 0.2781953231227214, "they": 0.3266895127544674}, "window": {"his - they": 0.033123702124178755, "his": 0.29000760009515225, "they": 0.2568838979709735}, "windows": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "wing": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "winked": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "winning": {"his - they": 0.05786615184248878, "his": 0.3267956292235307, "they": 0.26892947738104195}, "wins": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "wipe": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "wisdom": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "wise": {"his - they": 0.004552929105966885, "his": 0.3272449960467882, "they": 0.3226920669408213}, "wish": {"his - they": -0.04161014531867124, "his": 0.25778680431756285, "they": 0.2993969496362341}, "wished": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "with": {"his - they": -0.011252471778666617, "his": 0.35838769960907507, "they": 0.3696401713877417}, "within": {"his - they": -0.01373044115491806, "his": 0.3352720864671003, "they": 0.3490025276220184}, "without": {"his - they": 0.005374650616555954, "his": 0.32986345585522847, "they": 0.3244888052386725}, "withstood": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "witnessing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "wolford": {"his - they": 0.003592297046673909, "his": 0.21413046243295664, "they": 0.21053816538628273}, "woman": {"his - they": -0.04233379619628039, "his": 0.23082795267724424, "they": 0.2731617488735246}, "women": {"his - they": 0.004874432520421523, "his": 0.2997737601428049, "they": 0.29489932762238336}, "won": {"his - they": -0.028806515907562058, "his": 0.3024427560584787, "they": 0.33124927196604076}, "wonder": {"his - they": 0.004335238739602343, "his": 0.29729565757311877, "they": 0.2929604188335164}, "wondered": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "wonderful": {"his - they": 0.04934324750671809, "his": 0.30347244834814374, "they": 0.25412920084142565}, "wondering": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "word": {"his - they": -0.025642412147036997, "his": 0.20789743566772212, "they": 0.23353984781475912}, "words": {"his - they": -0.04665301597116625, "his": 0.23931834707801256, "they": 0.2859713630491788}, "work": {"his - they": 0.028671606659470383, "his": 0.36955331367036814, "they": 0.34088170701089776}, "worker": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "working": {"his - they": -0.06402574376329748, "his": 0.23514648971842964, "they": 0.2991722334817271}, "works": {"his - they": 0.07118407667158727, "his": 0.32094610684499353, "they": 0.24976203017340626}, "world": {"his - they": 0.0059999500623839075, "his": 0.34148189551107966, "they": 0.33548194544869575}, "worldwide": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "worried": {"his - they": 0.0040488613721244016, "his": 0.2683415765692464, "they": 0.264292715197122}, "worries": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "worrisome": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "worry": {"his - they": -0.017080581966307073, "his": 0.2781953231227214, "they": 0.29527590508902846}, "worse": {"his - they": 0.043230358745863506, "his": 0.3171052373826128, "they": 0.2738748786367493}, "worst": {"his - they": 0.0043396740192473415, "his": 0.30601442023554437, "they": 0.30167474621629703}, "worth": {"his - they": -0.09278915419080591, "his": 0.21413046243295664, "they": 0.30691961662376255}, "would": {"his - they": -0.039861405229231595, "his": 0.3239202863782684, "they": 0.3637816916075}, "wouldn": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "write": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "writer": {"his - they": 0.00404040540546835, "his": 0.26092430337644185, "they": 0.2568838979709735}, "writers": {"his - they": 0.03300294237599677, "his": 0.29729565757311877, "they": 0.264292715197122}, "writes": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "writing": {"his - they": 0.04309523234998941, "his": 0.32249643607652395, "they": 0.27940120372653454}, "written": {"his - they": 0.054585800973274756, "his": 0.31146969894424825, "they": 0.2568838979709735}, "wrong": {"his - they": -0.09186411426357707, "his": 0.23082795267724424, "they": 0.3226920669408213}, "wrote": {"his - they": 0.004881303218920163, "his": 0.3148355185232827, "they": 0.3099542153043625}, "www": {"his - they": 0.004057684606846357, "his": 0.277219433480371, "they": 0.2731617488735246}, "x": {"his - they": 0.004320444485972075, "his": 0.2781953231227214, "they": 0.2738748786367493}, "xi": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "xmp": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "yacht": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "yahoo": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "yeah": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "year": {"his - they": -0.011045026029938065, "his": 0.31279427897293177, "they": 0.32383930500286984}, "years": {"his - they": -0.012265453056904352, "his": 0.34533410617333576, "they": 0.3575995592302401}, "yelled": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "yellow": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "yes": {"his - they": 0.033123702124178755, "his": 0.29000760009515225, "they": 0.2568838979709735}, "yet": {"his - they": -0.0029439984842228317, "his": 0.34061620583923313, "they": 0.34356020432345596}, "yielded": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "yo": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "yoing": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "yong": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "yonhap": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "york": {"his - they": 0.03708223336590993, "his": 0.2925170640390346, "they": 0.25543483067312467}, "yorker": {"his - they": 0.04973877642862207, "his": 0.2883519534743822, "they": 0.23861317704576013}, "you": {"his - they": -0.02897693168570542, "his": 0.30916848204039665, "they": 0.3381454137261021}, "young": {"his - they": 0.005264687404594681, "his": 0.33651395937063544, "they": 0.33124927196604076}, "younger": {"his - they": 0.004075498711909653, "his": 0.30347244834814374, "they": 0.2993969496362341}, "your": {"his - they": -0.007043537598408978, "his": 0.3101180793156343, "they": 0.31716161691404327}, "yourself": {"his - they": -0.024618842264270024, "his": 0.2683415765692464, "they": 0.2929604188335164}, "yourselves": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "youtube": {"his - they": -0.04203411442901206, "his": 0.24225108942201368, "they": 0.28428520385102574}, "yulia": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "zack": {"his - they": 0.0036576034761371945, "his": 0.25778680431756285, "they": 0.25412920084142565}, "zakharova": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}, "zealand": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "zone": {"his - they": -0.0722375433519635, "his": 0.19669193402907845, "they": 0.26892947738104195}, "zoning": {"his - they": 0.0036379123762535492, "his": 0.24225108942201368, "they": 0.23861317704576013}, "\u7f57\u70bd\u6cfd": {"his - they": 0.0036811506758384627, "his": 0.28291987659744894, "they": 0.2792387259216105}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-man-she.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-man-she.json new file mode 100644 index 0000000000000000000000000000000000000000..e6ef373f9bff6c271f9a44b4a1bf44cbf5c359e0 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-man-she.json @@ -0,0 +1 @@ +{"0": {"man - she": 0.08640303225550824, "man": 0.2518667492152785, "she": 0.16546371695977027}, "000": {"man - she": 0.17130672006026346, "man": 0.3735403927852326, "she": 0.20223367272496914}, "1": {"man - she": 0.23202082448126526, "man": 0.3644620983740694, "she": 0.13244127389280413}, "10": {"man - she": 0.17567879086151023, "man": 0.35362083294982377, "she": 0.17794204208831355}, "100": {"man - she": 0.081768901692478, "man": 0.28400257441744714, "she": 0.20223367272496914}, "12": {"man - she": 0.0805269239281711, "man": 0.29271669804297357, "she": 0.21218977411480247}, "13": {"man - she": 0.1333365268064317, "man": 0.35775654682645186, "she": 0.22442002002002015}, "14": {"man - she": 0.07900873291804428, "man": 0.3034287529380644, "she": 0.22442002002002015}, "15": {"man - she": 0.08257553874842632, "man": 0.34746169732877336, "she": 0.26488615858034703}, "16": {"man - she": 0.16726815793332261, "man": 0.39168817795334276, "she": 0.22442002002002015}, "17": {"man - she": 0.14390139783840622, "man": 0.39908822537495864, "she": 0.2551868275365524}, "18": {"man - she": 0.07703133940856469, "man": 0.31748151595159946, "she": 0.24045017654303477}, "19": {"man - she": 0.08005781999357747, "man": 0.29601951841085217, "she": 0.2159616984172747}, "1986": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "1987": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "1991": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "2": {"man - she": 0.174292242326925, "man": 0.37831219601738386, "she": 0.20401995369045886}, "20": {"man - she": 0.08304021711286524, "man": 0.3444937416802283, "she": 0.26145352456736304}, "2012": {"man - she": 0.07703133940856469, "man": 0.31748151595159946, "she": 0.24045017654303477}, "2016": {"man - she": 0.19239013435687025, "man": 0.4168101543768904, "she": 0.22442002002002015}, "21": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "22": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "24": {"man - she": 0.13079182016957494, "man": 0.3712419967126097, "she": 0.24045017654303477}, "26": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "29": {"man - she": 0.1643233172160282, "man": 0.40477349375906296, "she": 0.24045017654303477}, "3": {"man - she": 0.09047484910983639, "man": 0.3420613553393304, "she": 0.251586506229494}, "30": {"man - she": 0.16807229927499137, "man": 0.38809355235761933, "she": 0.22002125308262796}, "300": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "33": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "4": {"man - she": 0.11567344274560132, "man": 0.37363103819122173, "she": 0.2579575954456204}, "400": {"man - she": 0.021898402223804347, "man": 0.34869512698971705, "she": 0.3267967247659127}, "48": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "5": {"man - she": 0.17497902309129557, "man": 0.3754175883403317, "she": 0.2004385652490361}, "501s": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "58": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "6": {"man - she": 0.24684710279895755, "man": 0.3942819617215552, "she": 0.14743485892259767}, "60": {"man - she": 0.02512176650218345, "man": 0.31748151595159946, "she": 0.292359749449416}, "7": {"man - she": 0.1462438049574556, "man": 0.3883340481235549, "she": 0.24209024316609928}, "8": {"man - she": 0.22119859282508406, "man": 0.4054134033303943, "she": 0.18421481050531022}, "a": {"man - she": 0.18780927782580534, "man": 0.3707850336837338, "she": 0.18297575585792844}, "able": {"man - she": 0.11160423189934737, "man": 0.39447703353579144, "she": 0.28287280163644407}, "about": {"man - she": 0.13043362772536327, "man": 0.4081967869945993, "she": 0.27776315926923606}, "absolutely": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "according": {"man - she": 0.08983260897857212, "man": 0.3016990701690394, "she": 0.2118664611904673}, "accused": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "acknowledging": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "act": {"man - she": 0.06548532475575042, "man": 0.40423174691377445, "she": 0.33874642215802403}, "actor": {"man - she": 0.07703133940856469, "man": 0.31748151595159946, "she": 0.24045017654303477}, "acts": {"man - she": 0.0796515727040249, "man": 0.3662601825298078, "she": 0.2866086098257829}, "actually": {"man - she": 0.11680338666147183, "man": 0.38168954524181886, "she": 0.26488615858034703}, "address": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "admits": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "advancement": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "advantage": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "africa": {"man - she": 0.13467559129639795, "man": 0.35063728971367264, "she": 0.2159616984172747}, "after": {"man - she": 0.12464046285422442, "man": 0.42807347335075324, "she": 0.3034330104965288}, "again": {"man - she": 0.08594879698341368, "man": 0.36882159861985775, "she": 0.28287280163644407}, "against": {"man - she": -0.025627167412374974, "man": 0.24283608608469953, "she": 0.2684632534970745}, "age": {"man - she": 0.1333365268064317, "man": 0.35775654682645186, "she": 0.22442002002002015}, "agent": {"man - she": 0.023779829673911512, "man": 0.33022827053614257, "she": 0.30644844086223105}, "ago": {"man - she": 0.08594879698341368, "man": 0.36882159861985775, "she": 0.28287280163644407}, "agree": {"man - she": 0.12698780475461702, "man": 0.39129547179832425, "she": 0.26430766704370723}, "agreeing": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "aid": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "alcohol": {"man - she": 0.13079182016957494, "man": 0.3712419967126097, "she": 0.24045017654303477}, "alien": {"man - she": 0.07841449695437475, "man": 0.3076397478640628, "she": 0.22922525090968804}, "aliens": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "all": {"man - she": 0.1637113796270777, "man": 0.4221434479284075, "she": 0.2584320683013298}, "almost": {"man - she": 0.16378691753754904, "man": 0.42201579559176583, "she": 0.2582288780542168}, "alone": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "along": {"man - she": 0.08978289287897351, "man": 0.3780472977370706, "she": 0.28826440485809707}, "already": {"man - she": 0.08666802752896852, "man": 0.3645398474331461, "she": 0.2778718199041776}, "also": {"man - she": 0.16125661478971925, "man": 0.40864375384271584, "she": 0.24738713905299659}, "although": {"man - she": 0.0677023359599902, "man": 0.39029180038746547, "she": 0.32258946442747527}, "always": {"man - she": 0.1462438049574556, "man": 0.3883340481235549, "she": 0.24209024316609928}, "am": {"man - she": 0.14390139783840622, "man": 0.39908822537495864, "she": 0.2551868275365524}, "amazon": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "amber": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "american": {"man - she": 0.13730926074123115, "man": 0.3365884049349307, "she": 0.19927914419369955}, "amount": {"man - she": 0.07703133940856469, "man": 0.31748151595159946, "she": 0.24045017654303477}, "an": {"man - she": 0.19048664025114426, "man": 0.4560868944423696, "she": 0.26560025419122535}, "analyzed": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "and": {"man - she": 0.1998967265866133, "man": 0.36074558905716303, "she": 0.16084886247054972}, "angeles": {"man - she": 0.07900873291804428, "man": 0.3034287529380644, "she": 0.22442002002002015}, "another": {"man - she": 0.1148101001538282, "man": 0.3780472977370706, "she": 0.2632371975832424}, "answer": {"man - she": 0.0796515727040249, "man": 0.3662601825298078, "she": 0.2866086098257829}, "anthony": {"man - she": 0.1251164827532581, "man": 0.40111459449184345, "she": 0.27599811173858535}, "any": {"man - she": 0.09440071989094456, "man": 0.37831219601738386, "she": 0.2839114761264393}, "anyone": {"man - she": 0.11490177160035409, "man": 0.39168817795334276, "she": 0.2767864063529887}, "anyway": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "apparent": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "appreciates": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "april": {"man - she": 0.07776033314241554, "man": 0.3122873723279325, "she": 0.23452703918551698}, "archived": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "are": {"man - she": 0.19590767289185143, "man": 0.42407399975243976, "she": 0.22816632686058833}, "aren": {"man - she": -0.005783573512318507, "man": 0.299575073504148, "she": 0.30535864701646653}, "around": {"man - she": 0.12840653718192124, "man": 0.4088812704839959, "she": 0.2804747333020747}, "arrested": {"man - she": 0.021898402223804347, "man": 0.34869512698971705, "she": 0.3267967247659127}, "arrival": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "arrived": {"man - she": 0.02512176650218345, "man": 0.31748151595159946, "she": 0.292359749449416}, "arson": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "article": {"man - she": 0.02512176650218345, "man": 0.31748151595159946, "she": 0.292359749449416}, "artists": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "as": {"man - she": 0.17516109682697759, "man": 0.41051811030792035, "she": 0.23535701348094276}, "ash": {"man - she": 0.12257009246141931, "man": 0.41442793959606244, "she": 0.29185784713464313}, "asia": {"man - she": 0.02512176650218345, "man": 0.31748151595159946, "she": 0.292359749449416}, "ask": {"man - she": -0.030686094049271917, "man": 0.3076397478640628, "she": 0.3383258419133347}, "asked": {"man - she": 0.048695830951083374, "man": 0.3540544779675499, "she": 0.30535864701646653}, "aspect": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "assembly": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "assume": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "at": {"man - she": 0.1638139452610054, "man": 0.44721359864275123, "she": 0.28339965338174583}, "atlantic": {"man - she": 0.12972159939318267, "man": 0.37689655581946563, "she": 0.24717495642628295}, "attack": {"man - she": 0.028177489205300443, "man": 0.2896310137726635, "she": 0.26145352456736304}, "attacked": {"man - she": 0.12698780475461702, "man": 0.39129547179832425, "she": 0.26430766704370723}, "attempts": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "attending": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "audience": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "august": {"man - she": 0.07900873291804428, "man": 0.3034287529380644, "she": 0.22442002002002015}, "author": {"man - she": 0.12972159939318267, "man": 0.37689655581946563, "she": 0.24717495642628295}, "available": {"man - she": 0.17074114983776817, "man": 0.37609622760475264, "she": 0.20535507776698447}, "avatar": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "aviator": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "away": {"man - she": 0.1421623529962499, "man": 0.40704851157659694, "she": 0.26488615858034703}, "ba": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "babies": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "back": {"man - she": 0.14298046120607338, "man": 0.41915336542995774, "she": 0.27617290422388435}, "bad": {"man - she": 0.16541405750212712, "man": 0.3999410966876441, "she": 0.23452703918551698}, "ball": {"man - she": 0.07620603251880287, "man": 0.3233809889450858, "she": 0.24717495642628295}, "bamba": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "barriers": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "bars": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "based": {"man - she": 0.08248995776681947, "man": 0.2789633850062796, "she": 0.19647342723946012}, "baskervilles": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "basketball": {"man - she": 0.12847801007890564, "man": 0.383454577914376, "she": 0.25497656783547035}, "battles": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "be": {"man - she": 0.1367885481932919, "man": 0.3997583420205105, "she": 0.26296979382721863}, "bean": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "beat": {"man - she": 0.08034233131645774, "man": 0.36179992211052947, "she": 0.28145759079407173}, "beaten": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "beating": {"man - she": 0.12698780475461702, "man": 0.39129547179832425, "she": 0.26430766704370723}, "beauty": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "became": {"man - she": -0.030990740643273007, "man": 0.3122873723279325, "she": 0.34327811297120553}, "because": {"man - she": 0.07951533305590808, "man": 0.3652284225573705, "she": 0.2857130895014624}, "become": {"man - she": 0.11202136404728408, "man": 0.3923365252366846, "she": 0.28031516118940053}, "becomes": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "becoming": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "been": {"man - she": 0.1411577787420633, "man": 0.4155787056778648, "she": 0.2744209269358015}, "beer": {"man - she": 0.11016343007995627, "man": 0.4166118709421873, "she": 0.30644844086223105}, "before": {"man - she": 0.09698304046931605, "man": 0.42172839507756593, "she": 0.3247453546082499}, "begin": {"man - she": 0.16163530310671698, "man": 0.4166118709421873, "she": 0.25497656783547035}, "behalf": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "behind": {"man - she": 0.08154630160550724, "man": 0.3540544779675499, "she": 0.27250817636204266}, "being": {"man - she": 0.1119565622107429, "man": 0.41361368385346675, "she": 0.30165712164272385}, "belief": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "believed": {"man - she": 0.07703133940856469, "man": 0.31748151595159946, "she": 0.24045017654303477}, "bench": {"man - she": 0.07841449695437475, "man": 0.3076397478640628, "she": 0.22922525090968804}, "best": {"man - she": 0.1582160708114314, "man": 0.4396439253002107, "she": 0.28142785448877927}, "better": {"man - she": 0.13263542522997945, "man": 0.41295058641938, "she": 0.28031516118940053}, "between": {"man - she": 0.09226475176181154, "man": 0.3315973497728197, "she": 0.23933259801100815}, "big": {"man - she": 0.0876154789335486, "man": 0.39029180038746547, "she": 0.3026763214539169}, "billion": {"man - she": 0.08282507043084733, "man": 0.27662636081971614, "she": 0.1938012903888688}, "birthday": {"man - she": 0.024496283979472677, "man": 0.3233809889450858, "she": 0.29888470496561315}, "bit": {"man - she": 0.081768901692478, "man": 0.28400257441744714, "she": 0.20223367272496914}, "black": {"man - she": 0.16248259154006656, "man": 0.4273687501204136, "she": 0.26488615858034703}, "blends": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "blogs": {"man - she": 0.023779829673911512, "man": 0.33022827053614257, "she": 0.30644844086223105}, "blond": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "boat": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "body": {"man - she": -0.006875657653931111, "man": 0.3122873723279325, "she": 0.31916302998186363}, "book": {"man - she": 0.14778587972049367, "man": 0.3812340172284337, "she": 0.23344813750794002}, "books": {"man - she": 0.08379863883336047, "man": 0.38168954524181886, "she": 0.2978909064084584}, "bookshops": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "borgen": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "both": {"man - she": 0.1221502234940317, "man": 0.4347832389560991, "she": 0.3126330154620674}, "bottle": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "boy": {"man - she": 0.07580897028289452, "man": 0.39129547179832425, "she": 0.31548650151542973}, "boys": {"man - she": 0.07700613705214493, "man": 0.383454577914376, "she": 0.30644844086223105}, "branches": {"man - she": 0.12257009246141931, "man": 0.41442793959606244, "she": 0.29185784713464313}, "break": {"man - she": 0.07801185085385248, "man": 0.37689655581946563, "she": 0.29888470496561315}, "brilliant": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "bring": {"man - she": 0.21594402385186845, "man": 0.4246090407146905, "she": 0.20866501686282207}, "britain": {"man - she": 0.07703133940856469, "man": 0.31748151595159946, "she": 0.24045017654303477}, "british": {"man - she": 0.13257467120084143, "man": 0.36179992211052947, "she": 0.22922525090968804}, "bros": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "brother": {"man - she": 0.024496283979472677, "man": 0.3233809889450858, "she": 0.29888470496561315}, "brothers": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "brought": {"man - she": 0.0796515727040249, "man": 0.3662601825298078, "she": 0.2866086098257829}, "browsing": {"man - she": 0.12257009246141931, "man": 0.41442793959606244, "she": 0.29185784713464313}, "brunch": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "bubble": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "building": {"man - she": 0.07703133940856469, "man": 0.31748151595159946, "she": 0.24045017654303477}, "buildings": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "burn": {"man - she": 0.1251164827532581, "man": 0.40111459449184345, "she": 0.27599811173858535}, "burns": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "bus": {"man - she": 0.08096599690984141, "man": 0.2896310137726635, "she": 0.20866501686282207}, "business": {"man - she": 0.048695830951083374, "man": 0.3540544779675499, "she": 0.30535864701646653}, "but": {"man - she": 0.14388675347797258, "man": 0.40490923955154445, "she": 0.26102248607357187}, "buy": {"man - she": 0.08097014047346318, "man": 0.35775654682645186, "she": 0.2767864063529887}, "by": {"man - she": 0.16526706885836, "man": 0.442727620910128, "she": 0.277460552051768}, "cafeteria": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "californication": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "call": {"man - she": -0.005783573512318507, "man": 0.299575073504148, "she": 0.30535864701646653}, "called": {"man - she": -0.008464237788559481, "man": 0.31860545695627, "she": 0.3270696947448295}, "came": {"man - she": 0.05195130032661743, "man": 0.329823120230795, "she": 0.2778718199041776}, "campaign": {"man - she": 0.13257467120084143, "man": 0.36179992211052947, "she": 0.22922525090968804}, "can": {"man - she": 0.13607266267308035, "man": 0.3740583450420087, "she": 0.23798568236892834}, "cannot": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "capable": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "captured": {"man - she": 0.12698780475461702, "man": 0.39129547179832425, "she": 0.26430766704370723}, "captures": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "car": {"man - she": 0.11966801642811767, "man": 0.3666315908045168, "she": 0.24696357437639913}, "care": {"man - she": 0.13403322488492195, "man": 0.3540544779675499, "she": 0.22002125308262796}, "cared": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "carmona": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "carpet": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "carried": {"man - she": 0.12698780475461702, "man": 0.39129547179832425, "she": 0.26430766704370723}, "cartoons": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "case": {"man - she": 0.15324366523551186, "man": 0.41648086281875424, "she": 0.2632371975832424}, "cassette": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "cats": {"man - she": 0.12972159939318267, "man": 0.37689655581946563, "she": 0.24717495642628295}, "cause": {"man - she": 0.08213851560601884, "man": 0.2814176597997184, "she": 0.19927914419369955}, "caused": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "center": {"man - she": 0.13173314334429082, "man": 0.3662601825298078, "she": 0.23452703918551698}, "central": {"man - she": 0.02567876250214962, "man": 0.3122873723279325, "she": 0.2866086098257829}, "centre": {"man - she": 0.081768901692478, "man": 0.28400257441744714, "she": 0.20223367272496914}, "certain": {"man - she": 0.13257467120084143, "man": 0.36179992211052947, "she": 0.22922525090968804}, "certainly": {"man - she": 0.16378691753754904, "man": 0.42201579559176583, "she": 0.2582288780542168}, "chance": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "chances": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "change": {"man - she": -0.0036888003696843863, "man": 0.27662636081971614, "she": 0.28031516118940053}, "changes": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "channel": {"man - she": 0.12698780475461702, "man": 0.39129547179832425, "she": 0.26430766704370723}, "chapter": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "character": {"man - she": 0.1133324868618612, "man": 0.3999410966876441, "she": 0.2866086098257829}, "charismatic": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "chasing": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "childhood": {"man - she": 0.021898402223804347, "man": 0.34869512698971705, "she": 0.3267967247659127}, "children": {"man - she": -0.003909416630164475, "man": 0.2789633850062796, "she": 0.28287280163644407}, "chimpanzee": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "china": {"man - she": 0.14444398513599838, "man": 0.2982125603805395, "she": 0.15376857524454113}, "chinese": {"man - she": 0.1688129215797931, "man": 0.3847746199970678, "she": 0.2159616984172747}, "choice": {"man - she": 0.07703133940856469, "man": 0.31748151595159946, "she": 0.24045017654303477}, "circumstantial": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "citizens": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "city": {"man - she": 0.1766915776766051, "man": 0.34896481418901515, "she": 0.17227323651241006}, "class": {"man - she": 0.12972159939318267, "man": 0.37689655581946563, "she": 0.24717495642628295}, "clear": {"man - she": 0.04914833870091728, "man": 0.35063728971367264, "she": 0.30148895101275536}, "clearly": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "club": {"man - she": 0.16163530310671698, "man": 0.4166118709421873, "she": 0.25497656783547035}, "clubs": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "coach": {"man - she": 0.1688129215797931, "man": 0.3847746199970678, "she": 0.2159616984172747}, "cold": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "colleagues": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "collection": {"man - she": 0.16726815793332261, "man": 0.39168817795334276, "she": 0.22442002002002015}, "college": {"man - she": 0.04645254065067145, "man": 0.3712419967126097, "she": 0.32478945606193826}, "com": {"man - she": 0.08304021711286524, "man": 0.3444937416802283, "she": 0.26145352456736304}, "come": {"man - she": 0.14943330574169927, "man": 0.37363103819122173, "she": 0.22419773244952246}, "comes": {"man - she": 0.1940993828082872, "man": 0.4100610812255619, "she": 0.2159616984172747}, "coming": {"man - she": 0.11735197449847318, "man": 0.3788054990658362, "she": 0.26145352456736304}, "commences": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "comment": {"man - she": 0.02567876250214962, "man": 0.3122873723279325, "she": 0.2866086098257829}, "comments": {"man - she": 0.023779829673911512, "man": 0.33022827053614257, "she": 0.30644844086223105}, "commits": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "common": {"man - she": 0.1421623529962499, "man": 0.40704851157659694, "she": 0.26488615858034703}, "community": {"man - she": 0.08428195994129706, "man": 0.3365884049349307, "she": 0.25230644499363364}, "company": {"man - she": 0.05250359234154972, "man": 0.32579100534360206, "she": 0.27328741300205234}, "completely": {"man - she": 0.07700613705214493, "man": 0.383454577914376, "she": 0.30644844086223105}, "compulsion": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "conclusion": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "conference": {"man - she": 0.13527192321397088, "man": 0.34746169732877336, "she": 0.21218977411480247}, "confess": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "confidence": {"man - she": 0.15989892282921941, "man": 0.42420658987292664, "she": 0.26430766704370723}, "consequences": {"man - she": 0.12698780475461702, "man": 0.39129547179832425, "she": 0.26430766704370723}, "conspiracy": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "constantly": {"man - she": 0.1251164827532581, "man": 0.40111459449184345, "she": 0.27599811173858535}, "construction": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "contest": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "context": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "continue": {"man - she": 0.12847801007890564, "man": 0.383454577914376, "she": 0.25497656783547035}, "continued": {"man - she": -0.00546943260190319, "man": 0.29601951841085217, "she": 0.30148895101275536}, "convey": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "convince": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "copy": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "corner": {"man - she": 0.07620603251880287, "man": 0.3233809889450858, "she": 0.24717495642628295}, "cost": {"man - she": -0.00546943260190319, "man": 0.29601951841085217, "she": 0.30148895101275536}, "could": {"man - she": 0.07937827053069385, "man": 0.36600595354633514, "she": 0.2866276830156413}, "council": {"man - she": 0.026182157069991052, "man": 0.3076397478640628, "she": 0.28145759079407173}, "count": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "countries": {"man - she": 0.07776033314241554, "man": 0.3122873723279325, "she": 0.23452703918551698}, "country": {"man - she": 0.03040908316336327, "man": 0.27021260445961204, "she": 0.23980352129624877}, "couple": {"man - she": 0.07955382042152007, "man": 0.299575073504148, "she": 0.22002125308262796}, "course": {"man - she": 0.1940993828082872, "man": 0.4100610812255619, "she": 0.2159616984172747}, "covers": {"man - she": 0.020526271751243053, "man": 0.3626436835741857, "she": 0.34211741182294264}, "create": {"man - she": 0.07841449695437475, "man": 0.3076397478640628, "she": 0.22922525090968804}, "credit": {"man - she": 0.02512176650218345, "man": 0.31748151595159946, "she": 0.292359749449416}, "cried": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "crime": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "crisis": {"man - she": 0.16726815793332261, "man": 0.39168817795334276, "she": 0.22442002002002015}, "cross": {"man - she": 0.07955382042152007, "man": 0.299575073504148, "she": 0.22002125308262796}, "crucial": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "cute": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "cutting": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "d": {"man - she": 0.0876154789335486, "man": 0.39029180038746547, "she": 0.3026763214539169}, "dads": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "dai": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "daily": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "daizaemon": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "daizemon": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "dance": {"man - she": 0.021898402223804347, "man": 0.34869512698971705, "she": 0.3267967247659127}, "dancers": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "dangerous": {"man - she": 0.1251164827532581, "man": 0.40111459449184345, "she": 0.27599811173858535}, "dark": {"man - she": 0.1643233172160282, "man": 0.40477349375906296, "she": 0.24045017654303477}, "data": {"man - she": 0.08553922269938402, "man": 0.2578124592117941, "she": 0.17227323651241006}, "daughter": {"man - she": 0.02392438053717727, "man": 0.35775654682645186, "she": 0.3338321662892746}, "daughters": {"man - she": 0.024496283979472677, "man": 0.3233809889450858, "she": 0.29888470496561315}, "david": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "day": {"man - she": 0.11809808992292717, "man": 0.36124691824318683, "she": 0.24314882832025966}, "days": {"man - she": 0.051351858658812144, "man": 0.3342246602952562, "she": 0.28287280163644407}, "death": {"man - she": 0.0788822472631937, "man": 0.3712419967126097, "she": 0.292359749449416}, "decimated": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "defeat": {"man - she": 0.12698780475461702, "man": 0.39129547179832425, "she": 0.26430766704370723}, "defence": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "defend": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "defense": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "definitely": {"man - she": 0.07620603251880287, "man": 0.3233809889450858, "she": 0.24717495642628295}, "dense": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "depend": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "depth": {"man - she": 0.12698780475461702, "man": 0.39129547179832425, "she": 0.26430766704370723}, "described": {"man - she": 0.07776033314241554, "man": 0.3122873723279325, "she": 0.23452703918551698}, "description": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "deserved": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "design": {"man - she": 0.12244879217734361, "man": 0.35201921755702714, "she": 0.22957042537968353}, "designed": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "despite": {"man - she": 0.08005781999357747, "man": 0.29601951841085217, "she": 0.2159616984172747}, "destination": {"man - she": 0.02293586649049001, "man": 0.33842236800591974, "she": 0.31548650151542973}, "destiny": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "destroy": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "destroying": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "destroys": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "destruct": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "detective": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "devastating": {"man - she": 0.021898402223804347, "man": 0.34869512698971705, "she": 0.3267967247659127}, "developed": {"man - she": 0.12972159939318267, "man": 0.37689655581946563, "she": 0.24717495642628295}, "developing": {"man - she": 0.023779829673911512, "man": 0.33022827053614257, "she": 0.30644844086223105}, "did": {"man - she": 0.029856251444379145, "man": 0.3275465839916381, "she": 0.29769033254725896}, "didn": {"man - she": 0.008414008967652098, "man": 0.31860545695627, "she": 0.3101914479886179}, "dies": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "different": {"man - she": 0.11925132931041058, "man": 0.36882159861985775, "she": 0.24957026930944717}, "difficult": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "difficulty": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "digital": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "disappoint": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "discuss": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "discussions": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "disneynature": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "display": {"man - she": 0.07776033314241554, "man": 0.3122873723279325, "she": 0.23452703918551698}, "distant": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "distracted": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "do": {"man - she": 0.1470739781831122, "man": 0.40221972656210037, "she": 0.2551457483789882}, "does": {"man - she": 0.2421101790825545, "man": 0.4108826835456463, "she": 0.16877250446309178}, "doesn": {"man - she": 0.11735197449847318, "man": 0.3788054990658362, "she": 0.26145352456736304}, "doing": {"man - she": 0.007852804250780832, "man": 0.32389382745292267, "she": 0.31604102320214184}, "dolores": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "don": {"man - she": 0.07687008135506285, "man": 0.3803376745173242, "she": 0.30346759316226135}, "done": {"man - she": 0.11966801642811767, "man": 0.3666315908045168, "she": 0.24696357437639913}, "double": {"man - she": 0.07700613705214493, "man": 0.383454577914376, "she": 0.30644844086223105}, "down": {"man - she": 0.16390987704546167, "man": 0.4527298954000984, "she": 0.2888200183546367}, "drama": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "dressed": {"man - she": 0.04489163600191176, "man": 0.383454577914376, "she": 0.3385629419124642}, "drew": {"man - she": 0.12257009246141931, "man": 0.41442793959606244, "she": 0.29185784713464313}, "drink": {"man - she": 0.02512176650218345, "man": 0.31748151595159946, "she": 0.292359749449416}, "drivers": {"man - she": 0.12972159939318267, "man": 0.37689655581946563, "she": 0.24717495642628295}, "driving": {"man - she": 0.07703133940856469, "man": 0.31748151595159946, "she": 0.24045017654303477}, "drops": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "drunk": {"man - she": 0.07700613705214493, "man": 0.383454577914376, "she": 0.30644844086223105}, "during": {"man - she": 0.12592742974637675, "man": 0.33374638542548846, "she": 0.2078189556791117}, "dvd": {"man - she": 0.07900873291804428, "man": 0.3034287529380644, "she": 0.22442002002002015}, "e": {"man - she": 0.13257467120084143, "man": 0.36179992211052947, "she": 0.22922525090968804}, "each": {"man - she": 0.12044707692855217, "man": 0.36253732009465145, "she": 0.24209024316609928}, "earlier": {"man - she": 0.08034233131645774, "man": 0.36179992211052947, "she": 0.28145759079407173}, "early": {"man - she": 0.13389685009215863, "man": 0.40718426309421096, "she": 0.27328741300205234}, "earns": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "earth": {"man - she": 0.07620603251880287, "man": 0.3233809889450858, "she": 0.24717495642628295}, "east": {"man - she": 0.16248259154006656, "man": 0.4273687501204136, "she": 0.26488615858034703}, "easy": {"man - she": 0.13257467120084143, "man": 0.36179992211052947, "she": 0.22922525090968804}, "eclectic": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "edited": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "educate": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "education": {"man - she": 0.07841449695437475, "man": 0.3076397478640628, "she": 0.22922525090968804}, "effects": {"man - she": 0.07900873291804428, "man": 0.3034287529380644, "she": 0.22442002002002015}, "effort": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "eight": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "either": {"man - she": 0.13467559129639795, "man": 0.35063728971367264, "she": 0.2159616984172747}, "elbow": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "electrocute": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "elemental": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "elementary": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "else": {"man - she": 0.12847801007890564, "man": 0.383454577914376, "she": 0.25497656783547035}, "elusively": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "email": {"man - she": 0.13173314334429082, "man": 0.3662601825298078, "she": 0.23452703918551698}, "empathise": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "encourage": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "encouraged": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "end": {"man - she": 0.19999010436463474, "man": 0.38645564311393743, "she": 0.1864655387493027}, "ending": {"man - she": 0.15989892282921941, "man": 0.42420658987292664, "she": 0.26430766704370723}, "engaging": {"man - she": 0.1251164827532581, "man": 0.40111459449184345, "she": 0.27599811173858535}, "england": {"man - she": 0.12972159939318267, "man": 0.37689655581946563, "she": 0.24717495642628295}, "enjoying": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "enter": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "entered": {"man - she": 0.1903360584957039, "man": 0.4248630976812209, "she": 0.23452703918551698}, "entertain": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "entertainment": {"man - she": 0.02293586649049001, "man": 0.33842236800591974, "she": 0.31548650151542973}, "entire": {"man - she": 0.14079322005917722, "man": 0.4133013964212199, "she": 0.27250817636204266}, "entourage": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "episode": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "episodes": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "escape": {"man - she": 0.1251164827532581, "man": 0.40111459449184345, "she": 0.27599811173858535}, "escort": {"man - she": 0.021898402223804347, "man": 0.34869512698971705, "she": 0.3267967247659127}, "especially": {"man - she": -0.00463105796101837, "man": 0.2867340111501558, "she": 0.29136506911117416}, "europe": {"man - she": 0.12847801007890564, "man": 0.383454577914376, "she": 0.25497656783547035}, "even": {"man - she": 0.1329179587462257, "man": 0.3952310443817295, "she": 0.2623130856355038}, "evening": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "eventually": {"man - she": 0.12972159939318267, "man": 0.37689655581946563, "she": 0.24717495642628295}, "ever": {"man - she": 0.10714865973649751, "man": 0.421170363064833, "she": 0.3140217033283355}, "every": {"man - she": 0.15211930813398783, "man": 0.421170363064833, "she": 0.2690510549308452}, "everything": {"man - she": 0.05165803374375327, "man": 0.3319731949331538, "she": 0.28031516118940053}, "evidence": {"man - she": 0.02512176650218345, "man": 0.31748151595159946, "she": 0.292359749449416}, "exactly": {"man - she": 0.13079182016957494, "man": 0.3712419967126097, "she": 0.24045017654303477}, "examination": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "examines": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "examining": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "excellent": {"man - she": 0.12847801007890564, "man": 0.383454577914376, "she": 0.25497656783547035}, "exclusive": {"man - she": 0.07620603251880287, "man": 0.3233809889450858, "she": 0.24717495642628295}, "exits": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "expect": {"man - she": 0.02512176650218345, "man": 0.31748151595159946, "she": 0.292359749449416}, "expectations": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "expected": {"man - she": 0.028177489205300443, "man": 0.2896310137726635, "she": 0.26145352456736304}, "experience": {"man - she": 0.19239013435687025, "man": 0.4168101543768904, "she": 0.22442002002002015}, "experiences": {"man - she": 0.16308123357982934, "man": 0.4102561900061123, "she": 0.24717495642628295}, "explain": {"man - she": 0.07703133940856469, "man": 0.31748151595159946, "she": 0.24045017654303477}, "explained": {"man - she": 0.02293586649049001, "man": 0.33842236800591974, "she": 0.31548650151542973}, "extensive": {"man - she": 0.1251164827532581, "man": 0.40111459449184345, "she": 0.27599811173858535}, "extremely": {"man - she": 0.1643233172160282, "man": 0.40477349375906296, "she": 0.24045017654303477}, "face": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "faces": {"man - she": 0.1251164827532581, "man": 0.40111459449184345, "she": 0.27599811173858535}, "facing": {"man - she": 0.0788822472631937, "man": 0.3712419967126097, "she": 0.292359749449416}, "fact": {"man - she": 0.05034120125173802, "man": 0.3417062703629122, "she": 0.29136506911117416}, "factual": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "faded": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "fall": {"man - she": 0.13257467120084143, "man": 0.36179992211052947, "she": 0.22922525090968804}, "fallen": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "fallibility": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "falling": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "falls": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "fame": {"man - she": 0.021898402223804347, "man": 0.34869512698971705, "she": 0.3267967247659127}, "family": {"man - she": 0.05325972425815695, "man": 0.3203061936260751, "she": 0.26704646936791815}, "famous": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "fan": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "far": {"man - she": 0.08556343079719242, "man": 0.37112040760985293, "she": 0.2855569768126605}, "fascinate": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "fascinated": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "fascinating": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "father": {"man - she": 0.02512176650218345, "man": 0.31748151595159946, "she": 0.292359749449416}, "fault": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "favorite": {"man - she": 0.026182157069991052, "man": 0.3076397478640628, "she": 0.28145759079407173}, "favorites": {"man - she": 0.02293586649049001, "man": 0.33842236800591974, "she": 0.31548650151542973}, "favour": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "favourite": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "fear": {"man - she": 0.07703133940856469, "man": 0.31748151595159946, "she": 0.24045017654303477}, "february": {"man - she": 0.12698780475461702, "man": 0.39129547179832425, "she": 0.26430766704370723}, "feeling": {"man - she": -0.007307940110338806, "man": 0.31748151595159946, "she": 0.32478945606193826}, "feelings": {"man - she": 0.11137148504049915, "man": 0.4102561900061123, "she": 0.29888470496561315}, "felt": {"man - she": 0.07841449695437475, "man": 0.3076397478640628, "she": 0.22922525090968804}, "few": {"man - she": 0.051351858658812144, "man": 0.3342246602952562, "she": 0.28287280163644407}, "fiercely": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "fifty": {"man - she": 0.021898402223804347, "man": 0.34869512698971705, "she": 0.3267967247659127}, "fight": {"man - she": 0.04767816018427207, "man": 0.36179992211052947, "she": 0.3141217619262574}, "fighting": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "figure": {"man - she": 0.08389039143611654, "man": 0.33907721897266896, "she": 0.2551868275365524}, "film": {"man - she": 0.17372959246286346, "man": 0.36253732009465145, "she": 0.188807727631788}, "films": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "finally": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "find": {"man - she": 0.2520267538658677, "man": 0.4432765216851083, "she": 0.1912497678192406}, "finding": {"man - she": 0.023779829673911512, "man": 0.33022827053614257, "she": 0.30644844086223105}, "finds": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "finishing": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "fire": {"man - she": 0.0853492986927484, "man": 0.329823120230795, "she": 0.24447382153804662}, "fires": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "first": {"man - she": 0.1434418622666045, "man": 0.40971432635573535, "she": 0.26627246408913086}, "flames": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "flight": {"man - she": 0.024496283979472677, "man": 0.3233809889450858, "she": 0.29888470496561315}, "flits": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "flower": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "food": {"man - she": 0.12330791850109318, "man": 0.34750565095061564, "she": 0.22419773244952246}, "foot": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "for": {"man - she": 0.16449793701705173, "man": 0.4157590713458813, "she": 0.25126113432882957}, "force": {"man - she": 0.16163530310671698, "man": 0.4166118709421873, "she": 0.25497656783547035}, "forces": {"man - she": 0.07703133940856469, "man": 0.31748151595159946, "she": 0.24045017654303477}, "ford": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "foreign": {"man - she": 0.08137893338317131, "man": 0.2867340111501558, "she": 0.20535507776698447}, "form": {"man - she": 0.02664234658507575, "man": 0.3034287529380644, "she": 0.2767864063529887}, "former": {"man - she": -0.005783573512318507, "man": 0.299575073504148, "she": 0.30535864701646653}, "forward": {"man - she": 0.024496283979472677, "man": 0.3233809889450858, "she": 0.29888470496561315}, "found": {"man - she": 0.05223281793856127, "man": 0.32776508686915595, "she": 0.2755322689305947}, "four": {"man - she": 0.24285003422221788, "man": 0.40831375118198815, "she": 0.16546371695977027}, "frank": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "free": {"man - she": 0.1462438049574556, "man": 0.3883340481235549, "she": 0.24209024316609928}, "frequent": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "friendly": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "friends": {"man - she": 0.08213966635852776, "man": 0.39168817795334276, "she": 0.309548511594815}, "from": {"man - she": 0.16179240257595884, "man": 0.42288552372499766, "she": 0.2610931211490388}, "front": {"man - she": 0.02567876250214962, "man": 0.3122873723279325, "she": 0.2866086098257829}, "fulfill": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "future": {"man - she": 0.12653511230017242, "man": 0.3305550659906313, "she": 0.20401995369045886}, "game": {"man - she": 0.1770082659020702, "man": 0.34750565095061564, "she": 0.17049738504854545}, "games": {"man - she": 0.16807229927499137, "man": 0.38809355235761933, "she": 0.22002125308262796}, "gangsters": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "gantz": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "gathered": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "gave": {"man - she": 0.005454498074145997, "man": 0.34746169732877336, "she": 0.34200719925462736}, "general": {"man - she": 0.13173314334429082, "man": 0.3662601825298078, "she": 0.23452703918551698}, "generally": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "get": {"man - she": 0.0875320753375049, "man": 0.40930185807703123, "she": 0.32176978273952633}, "gets": {"man - she": 0.07620603251880287, "man": 0.3233809889450858, "she": 0.24717495642628295}, "getting": {"man - she": 0.11835356524868018, "man": 0.3735403927852326, "she": 0.2551868275365524}, "girl": {"man - she": -0.029655710922861622, "man": 0.29271669804297357, "she": 0.3223724089658352}, "girls": {"man - she": 0.0796515727040249, "man": 0.3662601825298078, "she": 0.2866086098257829}, "give": {"man - she": 0.1049963411545784, "man": 0.4273687501204136, "she": 0.3223724089658352}, "given": {"man - she": 0.16821881196731822, "man": 0.40370798022618576, "she": 0.23548916825886754}, "glasses": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "go": {"man - she": 0.09233789884567423, "man": 0.3893743496313924, "she": 0.29703645078571816}, "goal": {"man - she": 0.026182157069991052, "man": 0.3076397478640628, "she": 0.28145759079407173}, "god": {"man - she": 0.1358287248174062, "man": 0.3444937416802283, "she": 0.20866501686282207}, "godfather": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "going": {"man - she": 0.09321696245688477, "man": 0.3846508718925999, "she": 0.2914339094357151}, "gone": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "good": {"man - she": 0.09571066377738435, "man": 0.41168712749386527, "she": 0.3159764637164809}, "goofs": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "google": {"man - she": 0.08248995776681947, "man": 0.2789633850062796, "she": 0.19647342723946012}, "got": {"man - she": 0.009249930987506538, "man": 0.31087240888497675, "she": 0.3016224778974702}, "government": {"man - she": 0.20872655834023437, "man": 0.350400715149438, "she": 0.14167415680920362}, "grade": {"man - she": 0.08005781999357747, "man": 0.29601951841085217, "she": 0.2159616984172747}, "graders": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "graduates": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "grand": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "grann": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "granted": {"man - she": 0.07620603251880287, "man": 0.3233809889450858, "she": 0.24717495642628295}, "graves": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "great": {"man - she": 0.08739043440936073, "man": 0.31696085978904426, "she": 0.22957042537968353}, "green": {"man - she": 0.08403054196532564, "man": 0.26824535247063586, "she": 0.18421481050531022}, "ground": {"man - she": 0.1385733524115544, "man": 0.329823120230795, "she": 0.1912497678192406}, "group": {"man - she": 0.05620053132188932, "man": 0.299349359642149, "she": 0.24314882832025966}, "growing": {"man - she": 0.0796515727040249, "man": 0.3662601825298078, "she": 0.2866086098257829}, "grown": {"man - she": 0.045726416190792596, "man": 0.37689655581946563, "she": 0.33117013962867303}, "growth": {"man - she": 0.027461497454210004, "man": 0.29601951841085217, "she": 0.26855802095664216}, "guilt": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "gulf": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "guy": {"man - she": 0.10872008835749691, "man": 0.42420658987292664, "she": 0.31548650151542973}, "guys": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "hacks": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "had": {"man - she": 0.08553914903151827, "man": 0.38881842731870214, "she": 0.3032792782871839}, "hadn": {"man - she": 0.02293586649049001, "man": 0.33842236800591974, "she": 0.31548650151542973}, "hair": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "haired": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "hairstyle": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "half": {"man - she": 0.11735197449847318, "man": 0.3788054990658362, "she": 0.26145352456736304}, "hallucinations": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "handle": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "happen": {"man - she": 0.07776033314241554, "man": 0.3122873723279325, "she": 0.23452703918551698}, "happened": {"man - she": 0.02512176650218345, "man": 0.31748151595159946, "she": 0.292359749449416}, "hard": {"man - she": 0.17074114983776817, "man": 0.37609622760475264, "she": 0.20535507776698447}, "harry": {"man - she": 0.07620603251880287, "man": 0.3233809889450858, "she": 0.24717495642628295}, "has": {"man - she": 0.16980595274545118, "man": 0.43089907389449, "she": 0.2610931211490388}, "hats": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "have": {"man - she": 0.17788592975900175, "man": 0.4369621495452231, "she": 0.25907621978622136}, "having": {"man - she": 0.1512991615446313, "man": 0.42458657454668364, "she": 0.27328741300205234}, "he": {"man - she": 0.24794252102083822, "man": 0.44172954938435455, "she": 0.19378702836351633}, "head": {"man - she": 0.08700505116405677, "man": 0.36253732009465145, "she": 0.2755322689305947}, "headed": {"man - she": 0.12847801007890564, "man": 0.383454577914376, "she": 0.25497656783547035}, "heading": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "healthy": {"man - she": 0.1643233172160282, "man": 0.40477349375906296, "she": 0.24045017654303477}, "hear": {"man - she": 0.07703133940856469, "man": 0.31748151595159946, "she": 0.24045017654303477}, "heard": {"man - she": 0.027461497454210004, "man": 0.29601951841085217, "she": 0.26855802095664216}, "heart": {"man - she": 0.16308123357982934, "man": 0.4102561900061123, "she": 0.24717495642628295}, "heartening": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "height": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "held": {"man - she": 0.08666802752896852, "man": 0.3645398474331461, "she": 0.2778718199041776}, "help": {"man - she": 0.17455478942773348, "man": 0.3587695999330437, "she": 0.18421481050531022}, "helped": {"man - she": 0.12847801007890564, "man": 0.383454577914376, "she": 0.25497656783547035}, "her": {"man - she": -0.03705045126090023, "man": 0.2905705288102146, "she": 0.32762098007111484}, "here": {"man - she": 0.14842104141078932, "man": 0.41073412704629314, "she": 0.2623130856355038}, "herself": {"man - she": 0.021898402223804347, "man": 0.34869512698971705, "she": 0.3267967247659127}, "high": {"man - she": 0.20127483673066446, "man": 0.3812340172284337, "she": 0.17995918049776924}, "higher": {"man - she": 0.0805269239281711, "man": 0.29271669804297357, "she": 0.21218977411480247}, "highlight": {"man - she": 0.12698780475461702, "man": 0.39129547179832425, "she": 0.26430766704370723}, "highway": {"man - she": 0.07620603251880287, "man": 0.3233809889450858, "she": 0.24717495642628295}, "him": {"man - she": 0.18590785394233283, "man": 0.44706182034564207, "she": 0.26115396640330923}, "hiroto": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "his": {"man - she": 0.22461800856808833, "man": 0.4665667195765397, "she": 0.2419487110084514}, "historical": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "history": {"man - she": 0.13602486769306243, "man": 0.39744819870022347, "she": 0.26142333100716103}, "hit": {"man - she": -0.030403413351210162, "man": 0.3034287529380644, "she": 0.3338321662892746}, "hive": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "hold": {"man - she": 0.08034233131645774, "man": 0.36179992211052947, "she": 0.28145759079407173}, "holds": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "holmes": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "homage": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "home": {"man - she": 0.07039501182523766, "man": 0.37363103819122173, "she": 0.30323602636598407}, "homeless": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "honest": {"man - she": 0.12257009246141931, "man": 0.41442793959606244, "she": 0.29185784713464313}, "hot": {"man - she": -0.005783573512318507, "man": 0.299575073504148, "she": 0.30535864701646653}, "hound": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "hours": {"man - she": 0.0827349053411528, "man": 0.38809355235761933, "she": 0.30535864701646653}, "house": {"man - she": 0.11680338666147183, "man": 0.38168954524181886, "she": 0.26488615858034703}, "how": {"man - she": 0.15709035087598672, "man": 0.4526651173287918, "she": 0.29557476645280506}, "however": {"man - she": 0.05394522021945325, "man": 0.3153685512266143, "she": 0.26142333100716103}, "https": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "huerta": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "huge": {"man - she": 0.07841449695437475, "man": 0.3076397478640628, "she": 0.22922525090968804}, "human": {"man - she": 0.13403322488492195, "man": 0.3540544779675499, "she": 0.22002125308262796}, "humanoid": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "humans": {"man - she": 0.026182157069991052, "man": 0.3076397478640628, "she": 0.28145759079407173}, "hundred": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "i": {"man - she": 0.14325441478847933, "man": 0.3619096258343706, "she": 0.21865521104589125}, "idea": {"man - she": -0.0023460319300238064, "man": 0.2627640998293715, "she": 0.2651101317593953}, "if": {"man - she": 0.13307550994416634, "man": 0.3870733570810564, "she": 0.25399784713689005}, "ignorant": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "ignore": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "immediately": {"man - she": -0.029655710922861622, "man": 0.29271669804297357, "she": 0.3223724089658352}, "immensely": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "immersive": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "impeccably": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "importance": {"man - she": 0.1372168218489841, "man": 0.4295765712984001, "she": 0.292359749449416}, "important": {"man - she": 0.20288886955935334, "man": 0.42882351631343857, "she": 0.22593464675408523}, "in": {"man - she": 0.20035913131294783, "man": 0.38622319306313746, "she": 0.18586406175018963}, "incinerated": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "included": {"man - she": 0.07841449695437475, "man": 0.3076397478640628, "she": 0.22922525090968804}, "including": {"man - she": 0.08891996523689005, "man": 0.38291111155530744, "she": 0.2939911463184174}, "increased": {"man - she": 0.07703133940856469, "man": 0.31748151595159946, "she": 0.24045017654303477}, "increasingly": {"man - she": 0.12847801007890564, "man": 0.383454577914376, "she": 0.25497656783547035}, "industry": {"man - she": 0.02664234658507575, "man": 0.3034287529380644, "she": 0.2767864063529887}, "information": {"man - she": 0.027830539462626536, "man": 0.29271669804297357, "she": 0.26488615858034703}, "ink": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "instead": {"man - she": 0.14390139783840622, "man": 0.39908822537495864, "she": 0.2551868275365524}, "instincts": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "intelligence": {"man - she": 0.026182157069991052, "man": 0.3076397478640628, "she": 0.28145759079407173}, "intelligent": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "intensity": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "interest": {"man - she": 0.0796515727040249, "man": 0.3662601825298078, "she": 0.2866086098257829}, "interested": {"man - she": 0.021898402223804347, "man": 0.34869512698971705, "she": 0.3267967247659127}, "interesting": {"man - she": 0.12847801007890564, "man": 0.383454577914376, "she": 0.25497656783547035}, "interview": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "into": {"man - she": 0.09995984253572915, "man": 0.4072736356095319, "she": 0.30731379307380274}, "investigates": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "investigation": {"man - she": 0.024496283979472677, "man": 0.3233809889450858, "she": 0.29888470496561315}, "investigators": {"man - she": 0.020526271751243053, "man": 0.3626436835741857, "she": 0.34211741182294264}, "involvement": {"man - she": 0.07620603251880287, "man": 0.3233809889450858, "she": 0.24717495642628295}, "irony": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "is": {"man - she": 0.16983646215385473, "man": 0.3977486122155605, "she": 0.2279121500617058}, "isn": {"man - she": 0.04914833870091728, "man": 0.35063728971367264, "she": 0.30148895101275536}, "issue": {"man - she": 0.17731559725255885, "man": 0.34608810171565063, "she": 0.16877250446309178}, "it": {"man - she": 0.20405148983650495, "man": 0.41405768000042287, "she": 0.21000619016391792}, "items": {"man - she": 0.1251164827532581, "man": 0.40111459449184345, "she": 0.27599811173858535}, "its": {"man - she": 0.12000464005369119, "man": 0.3675665000393272, "she": 0.24756185998563604}, "itself": {"man - she": 0.21435818092491, "man": 0.4303198793421847, "she": 0.2159616984172747}, "jacket": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "jackson": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "jfk": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "job": {"man - she": 0.11735197449847318, "man": 0.3788054990658362, "she": 0.26145352456736304}, "journal": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "journalism": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "journey": {"man - she": 0.1643233172160282, "man": 0.40477349375906296, "she": 0.24045017654303477}, "journeys": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "july": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "june": {"man - she": 0.14150306026891973, "man": 0.4100610812255619, "she": 0.26855802095664216}, "just": {"man - she": 0.10398598962080385, "man": 0.41712208178836263, "she": 0.3131360921675588}, "kana": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "kato": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "katoare": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "keen": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "kei": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "kenzo": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "kept": {"man - she": 0.13173314334429082, "man": 0.3662601825298078, "she": 0.23452703918551698}, "key": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "khone": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "killed": {"man - she": 0.02293586649049001, "man": 0.33842236800591974, "she": 0.31548650151542973}, "killers": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "kim": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "kind": {"man - she": 0.11137148504049915, "man": 0.4102561900061123, "she": 0.29888470496561315}, "kingdom": {"man - she": 0.1251164827532581, "man": 0.40111459449184345, "she": 0.27599811173858535}, "knew": {"man - she": -0.01187173163444405, "man": 0.35775654682645186, "she": 0.3696282784608959}, "know": {"man - she": 0.07804934771843536, "man": 0.37357481931080866, "she": 0.2955254715923733}, "knowledge": {"man - she": 0.12972159939318267, "man": 0.37689655581946563, "she": 0.24717495642628295}, "known": {"man - she": 0.20086292492622362, "man": 0.38291111155530744, "she": 0.1820481866290838}, "kurono": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "l": {"man - she": 0.02567876250214962, "man": 0.3122873723279325, "she": 0.2866086098257829}, "la": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "lady": {"man - she": 0.07908605037743927, "man": 0.4102561900061123, "she": 0.33117013962867303}, "laid": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "land": {"man - she": 0.19623016250691988, "man": 0.40158524027390435, "she": 0.20535507776698447}, "large": {"man - she": 0.07776033314241554, "man": 0.3122873723279325, "she": 0.23452703918551698}, "larger": {"man - she": 0.07801185085385248, "man": 0.37689655581946563, "she": 0.29888470496561315}, "last": {"man - she": 0.12602053235740868, "man": 0.4191573799709941, "she": 0.29313684761358544}, "late": {"man - she": 0.08005781999357747, "man": 0.29601951841085217, "she": 0.2159616984172747}, "later": {"man - she": 0.08870852462281925, "man": 0.4090262566529966, "she": 0.3203177320301773}, "launch": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "law": {"man - she": 0.03040908316336327, "man": 0.27021260445961204, "she": 0.23980352129624877}, "laws": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "lead": {"man - she": 0.19800360629633132, "man": 0.39447703353579144, "she": 0.19647342723946012}, "leaders": {"man - she": 0.08097014047346318, "man": 0.35775654682645186, "she": 0.2767864063529887}, "leading": {"man - she": 0.16163530310671698, "man": 0.4166118709421873, "she": 0.25497656783547035}, "leaky": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "least": {"man - she": 0.1107061706690497, "man": 0.39908822537495864, "she": 0.28838205470590894}, "leeratanakajornthe": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "left": {"man - she": 0.1334939877224019, "man": 0.4090262566529966, "she": 0.2755322689305947}, "legal": {"man - she": 0.12972159939318267, "man": 0.37689655581946563, "she": 0.24717495642628295}, "legendary": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "legs": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "length": {"man - she": 0.12847801007890564, "man": 0.383454577914376, "she": 0.25497656783547035}, "less": {"man - she": 0.08878201997378476, "man": 0.35201921755702714, "she": 0.2632371975832424}, "let": {"man - she": 0.08851070119042848, "man": 0.35362083294982377, "she": 0.2651101317593953}, "letter": {"man - she": 0.13467559129639795, "man": 0.35063728971367264, "she": 0.2159616984172747}, "level": {"man - she": -0.004895418706832355, "man": 0.2896310137726635, "she": 0.29452643247949584}, "levi": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "li": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "librarians": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "libraries": {"man - she": 0.07776033314241554, "man": 0.3122873723279325, "she": 0.23452703918551698}, "library": {"man - she": 0.08137893338317131, "man": 0.2867340111501558, "she": 0.20535507776698447}, "life": {"man - she": 0.15250425437127152, "man": 0.4426168665932865, "she": 0.29011261222201495}, "lifelong": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "lifted": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "like": {"man - she": 0.11425324427143874, "man": 0.4207032801352557, "she": 0.30645003586381697}, "line": {"man - she": 0.1333365268064317, "man": 0.35775654682645186, "she": 0.22442002002002015}, "linked": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "listening": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "little": {"man - she": 0.07416758898645626, "man": 0.3960047946210683, "she": 0.32183720563461204}, "live": {"man - she": 0.16541405750212712, "man": 0.3999410966876441, "she": 0.23452703918551698}, "lived": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "lives": {"man - she": 0.024496283979472677, "man": 0.3233809889450858, "she": 0.29888470496561315}, "ll": {"man - she": 0.08891996523689005, "man": 0.38291111155530744, "she": 0.2939911463184174}, "local": {"man - she": 0.1462438049574556, "man": 0.3883340481235549, "she": 0.24209024316609928}, "long": {"man - she": 0.11567344274560132, "man": 0.37363103819122173, "she": 0.2579575954456204}, "longer": {"man - she": 0.07776033314241554, "man": 0.3122873723279325, "she": 0.23452703918551698}, "look": {"man - she": 0.20347130070156394, "man": 0.3722438051646557, "she": 0.16877250446309178}, "looked": {"man - she": 0.08207926875703048, "man": 0.35063728971367264, "she": 0.26855802095664216}, "looking": {"man - she": 0.1074503871653486, "man": 0.41504898773980997, "she": 0.30759860057446137}, "looks": {"man - she": 0.13079182016957494, "man": 0.3712419967126097, "she": 0.24045017654303477}, "los": {"man - she": 0.07900873291804428, "man": 0.3034287529380644, "she": 0.22442002002002015}, "lose": {"man - she": 0.12847801007890564, "man": 0.383454577914376, "she": 0.25497656783547035}, "losing": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "lost": {"man - she": 0.1940993828082872, "man": 0.4100610812255619, "she": 0.2159616984172747}, "lot": {"man - she": 0.04137784716822118, "man": 0.36882159861985775, "she": 0.32744375145163657}, "lots": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "lotus": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "love": {"man - she": 0.16915888090181114, "man": 0.42882351631343857, "she": 0.25966463541162743}, "loved": {"man - she": 0.023779829673911512, "man": 0.33022827053614257, "she": 0.30644844086223105}, "lover": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "low": {"man - she": 0.02881574688089472, "man": 0.28400257441744714, "she": 0.2551868275365524}, "lower": {"man - she": 0.08005781999357747, "man": 0.29601951841085217, "she": 0.2159616984172747}, "lunch": {"man - she": 0.024496283979472677, "man": 0.3233809889450858, "she": 0.29888470496561315}, "m": {"man - she": 0.10937556192824183, "man": 0.4054134033303943, "she": 0.29603784140215245}, "machines": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "made": {"man - she": 0.1751993510911605, "man": 0.3744879624743754, "she": 0.19928861138321488}, "magic": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "magical": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "main": {"man - she": 0.07955382042152007, "man": 0.299575073504148, "she": 0.22002125308262796}, "major": {"man - she": 0.1363511925959277, "man": 0.3417062703629122, "she": 0.20535507776698447}, "make": {"man - she": 0.20501823070670117, "man": 0.42121888152182946, "she": 0.2162006508151283}, "makes": {"man - she": 0.08257553874842632, "man": 0.34746169732877336, "she": 0.26488615858034703}, "making": {"man - she": 0.08137893338317131, "man": 0.2867340111501558, "she": 0.20535507776698447}, "male": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "man": {"man - she": 0.29810032616404497, "man": 0.559523657171206, "she": 0.26142333100716103}, "manage": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "manages": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "manipulate": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "many": {"man - she": 0.16411812086350874, "man": 0.41670447056766535, "she": 0.2525863497041566}, "march": {"man - she": 0.11160423189934737, "man": 0.39447703353579144, "she": 0.28287280163644407}, "marketing": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "married": {"man - she": 0.02293586649049001, "man": 0.33842236800591974, "she": 0.31548650151542973}, "masaru": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "mattered": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "may": {"man - she": 0.1282001482811353, "man": 0.40979908217201766, "she": 0.28159893389088236}, "maybe": {"man - she": 0.07900873291804428, "man": 0.3034287529380644, "she": 0.22442002002002015}, "mcnamara": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "me": {"man - she": 0.10192407277378163, "man": 0.3807998176092735, "she": 0.2788757448354919}, "meaning": {"man - she": 0.16163530310671698, "man": 0.4166118709421873, "she": 0.25497656783547035}, "means": {"man - she": 0.1462438049574556, "man": 0.3883340481235549, "she": 0.24209024316609928}, "meant": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "media": {"man - she": 0.17234817138039762, "man": 0.36882159861985775, "she": 0.19647342723946012}, "members": {"man - she": 0.13730926074123115, "man": 0.3365884049349307, "she": 0.19927914419369955}, "memories": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "memory": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "men": {"man - she": 0.22071872434490827, "man": 0.40718426309421096, "she": 0.1864655387493027}, "mental": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "message": {"man - she": 0.1251164827532581, "man": 0.40111459449184345, "she": 0.27599811173858535}, "met": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "michael": {"man - she": 0.13173314334429082, "man": 0.3662601825298078, "she": 0.23452703918551698}, "michelle": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "micro": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "middle": {"man - she": 0.13079182016957494, "man": 0.3712419967126097, "she": 0.24045017654303477}, "midwestern": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "might": {"man - she": 0.16679740788785558, "man": 0.4379267334415911, "she": 0.27112932555373553}, "military": {"man - she": 0.1333365268064317, "man": 0.35775654682645186, "she": 0.22442002002002015}, "million": {"man - she": 0.13730926074123115, "man": 0.3365884049349307, "she": 0.19927914419369955}, "minister": {"man - she": 0.08248995776681947, "man": 0.2789633850062796, "she": 0.19647342723946012}, "minute": {"man - she": 0.1358287248174062, "man": 0.3444937416802283, "she": 0.20866501686282207}, "minutes": {"man - she": -0.00546943260190319, "man": 0.29601951841085217, "she": 0.30148895101275536}, "miss": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "missing": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "model": {"man - she": 0.08389039143611654, "man": 0.33907721897266896, "she": 0.2551868275365524}, "mom": {"man - she": -0.008334671376321656, "man": 0.33022827053614257, "she": 0.3385629419124642}, "moment": {"man - she": 0.0788822472631937, "man": 0.3712419967126097, "she": 0.292359749449416}, "moments": {"man - she": 0.1577127921292683, "man": 0.43371090386785366, "she": 0.27599811173858535}, "momentum": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "monday": {"man - she": 0.07776033314241554, "man": 0.3122873723279325, "she": 0.23452703918551698}, "money": {"man - she": 0.13403322488492195, "man": 0.3540544779675499, "she": 0.22002125308262796}, "monk": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "month": {"man - she": 0.1358287248174062, "man": 0.3444937416802283, "she": 0.20866501686282207}, "moon": {"man - she": 0.12257009246141931, "man": 0.41442793959606244, "she": 0.29185784713464313}, "more": {"man - she": 0.14382851191461593, "man": 0.4047674628124146, "she": 0.26093895089779867}, "morning": {"man - she": 0.0072336558033197496, "man": 0.329823120230795, "she": 0.32258946442747527}, "most": {"man - she": 0.16583361378139422, "man": 0.43077355947867, "she": 0.2649399456972758}, "mother": {"man - she": 0.02392438053717727, "man": 0.35775654682645186, "she": 0.3338321662892746}, "motto": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "mourning": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "move": {"man - she": 0.13257467120084143, "man": 0.36179992211052947, "she": 0.22922525090968804}, "movement": {"man - she": 0.02293586649049001, "man": 0.33842236800591974, "she": 0.31548650151542973}, "movie": {"man - she": 0.138171904544285, "man": 0.3319731949331538, "she": 0.1938012903888688}, "moving": {"man - she": 0.020526271751243053, "man": 0.3626436835741857, "she": 0.34211741182294264}, "mr": {"man - she": 0.1940993828082872, "man": 0.4100610812255619, "she": 0.2159616984172747}, "much": {"man - she": 0.0681441326922112, "man": 0.38978619419033544, "she": 0.32164206149812424}, "mullet": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "multifaceted": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "multitude": {"man - she": 0.021898402223804347, "man": 0.34869512698971705, "she": 0.3267967247659127}, "music": {"man - she": 0.13932546659429937, "man": 0.32579100534360206, "she": 0.1864655387493027}, "must": {"man - she": 0.19623016250691988, "man": 0.40158524027390435, "she": 0.20535507776698447}, "mustache": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "mustard": {"man - she": 0.12257009246141931, "man": 0.41442793959606244, "she": 0.29185784713464313}, "my": {"man - she": 0.10545883888755286, "man": 0.3634946278170237, "she": 0.2580357889294708}, "myself": {"man - she": -0.006875657653931111, "man": 0.3122873723279325, "she": 0.31916302998186363}, "mysterious": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "mystery": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "mystic": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "name": {"man - she": -0.0051742083654848225, "man": 0.29271669804297357, "she": 0.2978909064084584}, "narrative": {"man - she": 0.07620603251880287, "man": 0.3233809889450858, "she": 0.24717495642628295}, "nature": {"man - she": 0.12972159939318267, "man": 0.37689655581946563, "she": 0.24717495642628295}, "navigate": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "nearly": {"man - she": 0.07900873291804428, "man": 0.3034287529380644, "she": 0.22442002002002015}, "necessary": {"man - she": 0.16541405750212712, "man": 0.3999410966876441, "she": 0.23452703918551698}, "needed": {"man - she": 0.0796515727040249, "man": 0.3662601825298078, "she": 0.2866086098257829}, "neighbourhood": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "never": {"man - she": 0.11966801642811767, "man": 0.3666315908045168, "she": 0.24696357437639913}, "new": {"man - she": 0.18170975866799266, "man": 0.3797440326018076, "she": 0.19803427393381495}, "news": {"man - she": 0.1985352348478158, "man": 0.3923365252366846, "she": 0.1938012903888688}, "next": {"man - she": 0.08878201997378476, "man": 0.35201921755702714, "she": 0.2632371975832424}, "nhai": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "night": {"man - she": 0.11160423189934737, "man": 0.39447703353579144, "she": 0.28287280163644407}, "nishi": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "no": {"man - she": 0.08470491856372597, "man": 0.3717594037658373, "she": 0.28705448520211135}, "nobody": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "non": {"man - she": 0.029393115696832423, "man": 0.2789633850062796, "she": 0.24957026930944717}, "normal": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "not": {"man - she": 0.1611337564094962, "man": 0.39050265999852685, "she": 0.22936890358903064}, "nothing": {"man - she": 0.11786734955053585, "man": 0.37609622760475264, "she": 0.2582288780542168}, "noticeably": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "novemberat": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "now": {"man - she": 0.14957681095074749, "man": 0.441992100240944, "she": 0.2924152892901965}, "number": {"man - she": 0.1385733524115544, "man": 0.329823120230795, "she": 0.1912497678192406}, "ode": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "of": {"man - she": 0.19386954923133579, "man": 0.35128473688752565, "she": 0.15741518765618986}, "off": {"man - she": 0.0755173059245654, "man": 0.3881503213866328, "she": 0.3126330154620674}, "offered": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "office": {"man - she": 0.16541405750212712, "man": 0.3999410966876441, "she": 0.23452703918551698}, "officers": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "often": {"man - she": 0.05250359234154972, "man": 0.32579100534360206, "she": 0.27328741300205234}, "oh": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "okay": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "old": {"man - she": 0.08687843296133008, "man": 0.39447703353579144, "she": 0.30759860057446137}, "older": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "on": {"man - she": 0.16471220624577207, "man": 0.41330424328515114, "she": 0.24859203703937907}, "once": {"man - she": 0.09005262651746693, "man": 0.3765299776114798, "she": 0.2864773510940129}, "one": {"man - she": 0.17463110478837168, "man": 0.45282316989649357, "she": 0.2781920651081219}, "oni": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "online": {"man - she": 0.17014048220301414, "man": 0.3788054990658362, "she": 0.20866501686282207}, "only": {"man - she": 0.14569140370475958, "man": 0.4079409732739238, "she": 0.26224956956916423}, "onto": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "opponent": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "or": {"man - she": 0.1384113817737081, "man": 0.42828669838629363, "she": 0.28987531661258553}, "order": {"man - she": 0.08465439098580904, "man": 0.3342246602952562, "she": 0.24957026930944717}, "original": {"man - she": 0.13079182016957494, "man": 0.3712419967126097, "she": 0.24045017654303477}, "orlean": {"man - she": 0.08005781999357747, "man": 0.29601951841085217, "she": 0.2159616984172747}, "oscars": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "other": {"man - she": 0.15504896160016035, "man": 0.45341459191182465, "she": 0.2983656303116643}, "others": {"man - she": 0.11835356524868018, "man": 0.3735403927852326, "she": 0.2551868275365524}, "our": {"man - she": 0.10635495693666958, "man": 0.3922642573925753, "she": 0.28590930045590573}, "out": {"man - she": 0.1530815229571425, "man": 0.421300670533118, "she": 0.2682191475759755}, "outnumbered": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "outside": {"man - she": 0.023779829673911512, "man": 0.33022827053614257, "she": 0.30644844086223105}, "over": {"man - she": 0.11446973239819458, "man": 0.38565318638571916, "she": 0.2711834539875246}, "own": {"man - she": 0.13664615076384423, "man": 0.39460374620946465, "she": 0.2579575954456204}, "p": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "pace": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "pacing": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "page": {"man - she": 0.08213966635852776, "man": 0.39168817795334276, "she": 0.309548511594815}, "pages": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "pair": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "panic": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "parents": {"man - she": 0.07776033314241554, "man": 0.3122873723279325, "she": 0.23452703918551698}, "part": {"man - she": 0.06992312428936887, "man": 0.3765299776114798, "she": 0.30660685332211096}, "parts": {"man - she": 0.07620603251880287, "man": 0.3233809889450858, "she": 0.24717495642628295}, "partying": {"man - she": 0.12257009246141931, "man": 0.41442793959606244, "she": 0.29185784713464313}, "passengers": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "past": {"man - she": 0.07900873291804428, "man": 0.3034287529380644, "she": 0.22442002002002015}, "pay": {"man - she": 0.13173314334429082, "man": 0.3662601825298078, "she": 0.23452703918551698}, "peace": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "peak": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "people": {"man - she": 0.1851941381547223, "man": 0.4244303604700853, "she": 0.239236222315363}, "peppa": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "perfect": {"man - she": 0.1133324868618612, "man": 0.3999410966876441, "she": 0.2866086098257829}, "performance": {"man - she": 0.07841449695437475, "man": 0.3076397478640628, "she": 0.22922525090968804}, "perhaps": {"man - she": 0.048695830951083374, "man": 0.3540544779675499, "she": 0.30535864701646653}, "perplexing": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "person": {"man - she": 0.1072616427820754, "man": 0.4168101543768904, "she": 0.309548511594815}, "personal": {"man - she": 0.1673807417979622, "man": 0.40718426309421096, "she": 0.23980352129624877}, "piece": {"man - she": 0.07580897028289452, "man": 0.39129547179832425, "she": 0.31548650151542973}, "pin": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "place": {"man - she": 0.09210468896362234, "man": 0.3906298129746228, "she": 0.29852512401100045}, "platform": {"man - she": 0.023779829673911512, "man": 0.33022827053614257, "she": 0.30644844086223105}, "play": {"man - she": 0.1648993010850951, "man": 0.4452144622744956, "she": 0.28031516118940053}, "played": {"man - she": 0.13257467120084143, "man": 0.36179992211052947, "she": 0.22922525090968804}, "player": {"man - she": 0.11786734955053585, "man": 0.37609622760475264, "she": 0.2582288780542168}, "players": {"man - she": 0.1363511925959277, "man": 0.3417062703629122, "she": 0.20535507776698447}, "playing": {"man - she": 0.08097014047346318, "man": 0.35775654682645186, "she": 0.2767864063529887}, "point": {"man - she": 0.13684354624769982, "man": 0.33907721897266896, "she": 0.20223367272496914}, "points": {"man - she": 0.21145474310520346, "man": 0.4406799940148915, "she": 0.22922525090968804}, "police": {"man - she": 0.21517897600561112, "man": 0.4273687501204136, "she": 0.21218977411480247}, "political": {"man - she": 0.13895735923736796, "man": 0.32776508686915595, "she": 0.188807727631788}, "pong": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "popular": {"man - she": 0.028177489205300443, "man": 0.2896310137726635, "she": 0.26145352456736304}, "position": {"man - she": 0.19239013435687025, "man": 0.4168101543768904, "she": 0.22442002002002015}, "possibly": {"man - she": 0.07700613705214493, "man": 0.383454577914376, "she": 0.30644844086223105}, "post": {"man - she": 0.02567876250214962, "man": 0.3122873723279325, "she": 0.2866086098257829}, "pow": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "power": {"man - she": 0.16722610587859937, "man": 0.43627716080944456, "she": 0.2690510549308452}, "practice": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "presence": {"man - she": 0.1643233172160282, "man": 0.40477349375906296, "she": 0.24045017654303477}, "previous": {"man - she": 0.04914833870091728, "man": 0.35063728971367264, "she": 0.30148895101275536}, "prime": {"man - she": 0.07620603251880287, "man": 0.3233809889450858, "she": 0.24717495642628295}, "primos": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "probably": {"man - she": 0.047097152547944166, "man": 0.3662601825298078, "she": 0.31916302998186363}, "problem": {"man - she": 0.11786734955053585, "man": 0.37609622760475264, "she": 0.2582288780542168}, "process": {"man - she": 0.12150243263646684, "man": 0.3569916008953344, "she": 0.23548916825886754}, "produced": {"man - she": 0.02706689714210536, "man": 0.299575073504148, "she": 0.27250817636204266}, "products": {"man - she": 0.12972159939318267, "man": 0.37689655581946563, "she": 0.24717495642628295}, "professionals": {"man - she": 0.02293586649049001, "man": 0.33842236800591974, "she": 0.31548650151542973}, "program": {"man - she": 0.0788822472631937, "man": 0.3712419967126097, "she": 0.292359749449416}, "project": {"man - she": 0.13684354624769982, "man": 0.33907721897266896, "she": 0.20223367272496914}, "prose": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "protector": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "protectors": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "proud": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "provide": {"man - she": 0.14335636221968756, "man": 0.40158524027390435, "she": 0.2582288780542168}, "providing": {"man - she": 0.12847801007890564, "man": 0.383454577914376, "she": 0.25497656783547035}, "proxy": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "public": {"man - she": 0.24248539608095288, "man": 0.40958093818285224, "she": 0.16709554210189936}, "published": {"man - she": 0.08213966635852776, "man": 0.39168817795334276, "she": 0.309548511594815}, "publisher": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "pull": {"man - she": 0.12847801007890564, "man": 0.383454577914376, "she": 0.25497656783547035}, "push": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "put": {"man - she": 0.14147646950927123, "man": 0.43963936810472687, "she": 0.29816289859545564}, "quality": {"man - she": 0.07955382042152007, "man": 0.299575073504148, "she": 0.22002125308262796}, "quest": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "question": {"man - she": 0.13467559129639795, "man": 0.35063728971367264, "she": 0.2159616984172747}, "questioned": {"man - she": -0.008969186237526294, "man": 0.33842236800591974, "she": 0.34739155424344603}, "quick": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "quickly": {"man - she": 0.07703133940856469, "man": 0.31748151595159946, "she": 0.24045017654303477}, "quit": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "quite": {"man - she": 0.07841449695437475, "man": 0.3076397478640628, "she": 0.22922525090968804}, "radio": {"man - she": 0.07703133940856469, "man": 0.31748151595159946, "she": 0.24045017654303477}, "raise": {"man - she": 0.07776033314241554, "man": 0.3122873723279325, "she": 0.23452703918551698}, "rap": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "rate": {"man - she": 0.07776033314241554, "man": 0.3122873723279325, "she": 0.23452703918551698}, "rather": {"man - she": 0.10970531443427861, "man": 0.40423174691377445, "she": 0.29452643247949584}, "re": {"man - she": 0.09217311102491466, "man": 0.364651116230674, "she": 0.2724780052057593}, "reached": {"man - she": -0.006875657653931111, "man": 0.3122873723279325, "she": 0.31916302998186363}, "read": {"man - she": 0.06504131232196958, "man": 0.40704851157659694, "she": 0.34200719925462736}, "reader": {"man - she": 0.02293586649049001, "man": 0.33842236800591974, "she": 0.31548650151542973}, "readers": {"man - she": 0.1577127921292683, "man": 0.43371090386785366, "she": 0.27599811173858535}, "reading": {"man - she": 0.12883092832942933, "man": 0.4303198793421847, "she": 0.30148895101275536}, "ready": {"man - she": 0.0788822472631937, "man": 0.3712419967126097, "she": 0.292359749449416}, "real": {"man - she": 0.1049963411545784, "man": 0.4273687501204136, "she": 0.3223724089658352}, "realisation": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "really": {"man - she": 0.094489663749175, "man": 0.41782924605358773, "she": 0.32333958230441273}, "reason": {"man - she": 0.0796515727040249, "man": 0.3662601825298078, "she": 0.2866086098257829}, "reawakens": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "reciprocated": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "record": {"man - she": 0.12972159939318267, "man": 0.37689655581946563, "she": 0.24717495642628295}, "red": {"man - she": -0.007789150683587209, "man": 0.3233809889450858, "she": 0.33117013962867303}, "referee": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "reflect": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "reflection": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "reflects": {"man - she": 0.1577127921292683, "man": 0.43371090386785366, "she": 0.27599811173858535}, "remember": {"man - she": 0.0788822472631937, "man": 0.3712419967126097, "she": 0.292359749449416}, "reminded": {"man - she": 0.020526271751243053, "man": 0.3626436835741857, "she": 0.34211741182294264}, "repeat": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "report": {"man - she": 0.029393115696832423, "man": 0.2789633850062796, "she": 0.24957026930944717}, "requirements": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "researched": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "resolution": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "respect": {"man - she": 0.021898402223804347, "man": 0.34869512698971705, "she": 0.3267967247659127}, "respectful": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "response": {"man - she": 0.07841449695437475, "man": 0.3076397478640628, "she": 0.22922525090968804}, "responsible": {"man - she": 0.1251164827532581, "man": 0.40111459449184345, "she": 0.27599811173858535}, "rest": {"man - she": 0.07620603251880287, "man": 0.3233809889450858, "she": 0.24717495642628295}, "retailers": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "retrieved": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "return": {"man - she": 0.04820803523163686, "man": 0.35775654682645186, "she": 0.309548511594815}, "returning": {"man - she": 0.16163530310671698, "man": 0.4166118709421873, "she": 0.25497656783547035}, "reveals": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "review": {"man - she": 0.07900873291804428, "man": 0.3034287529380644, "she": 0.22442002002002015}, "ribs": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "rich": {"man - she": 0.07703133940856469, "man": 0.31748151595159946, "she": 0.24045017654303477}, "ride": {"man - she": 0.07900873291804428, "man": 0.3034287529380644, "she": 0.22442002002002015}, "right": {"man - she": 0.1268748766304829, "man": 0.41569489498511963, "she": 0.2888200183546367}, "ripped": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "road": {"man - she": 0.138171904544285, "man": 0.3319731949331538, "she": 0.1938012903888688}, "roberto": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "rock": {"man - she": 0.07801185085385248, "man": 0.37689655581946563, "she": 0.29888470496561315}, "role": {"man - she": 0.1427782223464114, "man": 0.40423174691377445, "she": 0.26145352456736304}, "roof": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "room": {"man - she": 0.11016343007995627, "man": 0.4166118709421873, "she": 0.30644844086223105}, "roots": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "run": {"man - she": 0.08213966635852776, "man": 0.39168817795334276, "she": 0.309548511594815}, "russians": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "s": {"man - she": 0.1799912228213414, "man": 0.4230312082378041, "she": 0.2430399854164627}, "safe": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "safely": {"man - she": 0.12257009246141931, "man": 0.41442793959606244, "she": 0.29185784713464313}, "saftar": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "said": {"man - she": 0.1016490827479225, "man": 0.36274291235246725, "she": 0.26109382960454475}, "salt": {"man - she": 0.12257009246141931, "man": 0.41442793959606244, "she": 0.29185784713464313}, "same": {"man - she": 0.14993700013079275, "man": 0.4302521613201933, "she": 0.28031516118940053}, "santana": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "saturday": {"man - she": 0.08034233131645774, "man": 0.36179992211052947, "she": 0.28145759079407173}, "sauce": {"man - she": 0.02293586649049001, "man": 0.33842236800591974, "she": 0.31548650151542973}, "save": {"man - she": 0.07620603251880287, "man": 0.3233809889450858, "she": 0.24717495642628295}, "saved": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "saving": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "saw": {"man - she": 0.13263542522997945, "man": 0.41295058641938, "she": 0.28031516118940053}, "say": {"man - she": 0.11067243497222806, "man": 0.39893683983032513, "she": 0.28826440485809707}, "says": {"man - she": 0.07841449695437475, "man": 0.3076397478640628, "she": 0.22922525090968804}, "scared": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "school": {"man - she": 0.1107061706690497, "man": 0.39908822537495864, "she": 0.28838205470590894}, "scoping": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "scorer": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "scoring": {"man - she": 0.12847801007890564, "man": 0.383454577914376, "she": 0.25497656783547035}, "scrubs": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "se": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "season": {"man - she": 0.15424913162957682, "man": 0.35129856212867994, "she": 0.19704943049910312}, "second": {"man - she": 0.13778784340189837, "man": 0.3893743496313924, "she": 0.251586506229494}, "security": {"man - she": 0.07776033314241554, "man": 0.3122873723279325, "she": 0.23452703918551698}, "seductive": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "see": {"man - she": 0.11307755283425747, "man": 0.38695606644294533, "she": 0.27387851360868787}, "seeing": {"man - she": 0.0788822472631937, "man": 0.3712419967126097, "she": 0.292359749449416}, "seem": {"man - she": 0.19328014333859192, "man": 0.4133013964212199, "she": 0.22002125308262796}, "seemed": {"man - she": 0.02567876250214962, "man": 0.3122873723279325, "she": 0.2866086098257829}, "seemingly": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "seems": {"man - she": 0.08389039143611654, "man": 0.33907721897266896, "she": 0.2551868275365524}, "seen": {"man - she": 0.08500962055675468, "man": 0.3319731949331538, "she": 0.24696357437639913}, "seinfeld": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "self": {"man - she": 0.07431786972593074, "man": 0.40111459449184345, "she": 0.3267967247659127}, "senior": {"man - she": 0.02293586649049001, "man": 0.33842236800591974, "she": 0.31548650151542973}, "sense": {"man - she": 0.16308123357982934, "man": 0.4102561900061123, "she": 0.24717495642628295}, "sensitive": {"man - she": 0.11137148504049915, "man": 0.4102561900061123, "she": 0.29888470496561315}, "sent": {"man - she": 0.07776033314241554, "man": 0.3122873723279325, "she": 0.23452703918551698}, "sept": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "series": {"man - she": 0.17283030041564798, "man": 0.3666315908045168, "she": 0.1938012903888688}, "seriously": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "served": {"man - she": 0.16163530310671698, "man": 0.4166118709421873, "she": 0.25497656783547035}, "service": {"man - she": 0.02881574688089472, "man": 0.28400257441744714, "she": 0.2551868275365524}, "serving": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "set": {"man - she": 0.05034120125173802, "man": 0.3417062703629122, "she": 0.29136506911117416}, "setting": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "several": {"man - she": 0.11925132931041058, "man": 0.36882159861985775, "she": 0.24957026930944717}, "sex": {"man - she": 0.12257009246141931, "man": 0.41442793959606244, "she": 0.29185784713464313}, "shadow": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "share": {"man - she": 0.02512176650218345, "man": 0.31748151595159946, "she": 0.292359749449416}, "shared": {"man - she": 0.07703133940856469, "man": 0.31748151595159946, "she": 0.24045017654303477}, "sharing": {"man - she": 0.07620603251880287, "man": 0.3233809889450858, "she": 0.24717495642628295}, "she": {"man - she": -0.06132391788934749, "man": 0.28123616672627827, "she": 0.34256008461562576}, "sherlock": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "ship": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "short": {"man - she": 0.11558537599557667, "man": 0.38809355235761933, "she": 0.27250817636204266}, "shot": {"man - she": 0.1333365268064317, "man": 0.35775654682645186, "she": 0.22442002002002015}, "shots": {"man - she": 0.1251164827532581, "man": 0.40111459449184345, "she": 0.27599811173858535}, "should": {"man - she": 0.17135723559877555, "man": 0.3906298129746228, "she": 0.21927257737584724}, "show": {"man - she": 0.13263542522997945, "man": 0.41295058641938, "she": 0.28031516118940053}, "showcase": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "showed": {"man - she": 0.13079182016957494, "man": 0.3712419967126097, "she": 0.24045017654303477}, "shown": {"man - she": 0.16308123357982934, "man": 0.4102561900061123, "she": 0.24717495642628295}, "side": {"man - she": 0.08257553874842632, "man": 0.34746169732877336, "she": 0.26488615858034703}, "sight": {"man - she": 0.1577127921292683, "man": 0.43371090386785366, "she": 0.27599811173858535}, "significant": {"man - she": 0.1688129215797931, "man": 0.3847746199970678, "she": 0.2159616984172747}, "silent": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "similar": {"man - she": 0.13173314334429082, "man": 0.3662601825298078, "she": 0.23452703918551698}, "similarities": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "simmons": {"man - she": 0.12698780475461702, "man": 0.39129547179832425, "she": 0.26430766704370723}, "since": {"man - she": 0.1464547766481611, "man": 0.4189327818539204, "she": 0.2724780052057593}, "sing": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "single": {"man - she": 0.1421623529962499, "man": 0.40704851157659694, "she": 0.26488615858034703}, "singleton": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "sitting": {"man - she": 0.07580897028289452, "man": 0.39129547179832425, "she": 0.31548650151542973}, "situation": {"man - she": 0.11835356524868018, "man": 0.3735403927852326, "she": 0.2551868275365524}, "six": {"man - she": 0.027461497454210004, "man": 0.29601951841085217, "she": 0.26855802095664216}, "sixth": {"man - she": 0.16163530310671698, "man": 0.4166118709421873, "she": 0.25497656783547035}, "skins": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "sleeves": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "slightly": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}, "slow": {"man - she": 0.07801185085385248, "man": 0.37689655581946563, "she": 0.29888470496561315}, "small": {"man - she": 0.08034233131645774, "man": 0.36179992211052947, "she": 0.28145759079407173}, "smart": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "smell": {"man - she": 0.13173314334429082, "man": 0.3662601825298078, "she": 0.23452703918551698}, "smooth": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "so": {"man - she": 0.08404137293497382, "man": 0.39635356423099327, "she": 0.31231219129601945}, "soccer": {"man - she": 0.02293586649049001, "man": 0.33842236800591974, "she": 0.31548650151542973}, "society": {"man - she": 0.11490177160035409, "man": 0.39168817795334276, "she": 0.2767864063529887}, "soft": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "some": {"man - she": 0.17064438562908302, "man": 0.42807347335075324, "she": 0.2574290877216702}, "someone": {"man - she": 0.07700613705214493, "man": 0.383454577914376, "she": 0.30644844086223105}, "something": {"man - she": 0.11241998048328788, "man": 0.39029180038746547, "she": 0.2778718199041776}, "sometimes": {"man - she": -0.030686094049271917, "man": 0.3076397478640628, "she": 0.3383258419133347}, "song": {"man - she": 0.17014048220301414, "man": 0.3788054990658362, "she": 0.20866501686282207}, "soon": {"man - she": 0.1688129215797931, "man": 0.3847746199970678, "she": 0.2159616984172747}, "sorry": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "sort": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "soviet": {"man - she": 0.02293586649049001, "man": 0.33842236800591974, "she": 0.31548650151542973}, "special": {"man - she": 0.08207926875703048, "man": 0.35063728971367264, "she": 0.26855802095664216}, "speech": {"man - she": 0.16807229927499137, "man": 0.38809355235761933, "she": 0.22002125308262796}, "spellbound": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "spent": {"man - she": 0.11680338666147183, "man": 0.38168954524181886, "she": 0.26488615858034703}, "sphere": {"man - she": 0.1251164827532581, "man": 0.40111459449184345, "she": 0.27599811173858535}, "sports": {"man - she": 0.12698780475461702, "man": 0.39129547179832425, "she": 0.26430766704370723}, "stacks": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "stadler": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "staff": {"man - she": 0.12698780475461702, "man": 0.39129547179832425, "she": 0.26430766704370723}, "stained": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "started": {"man - she": 0.04957079092031497, "man": 0.34746169732877336, "she": 0.2978909064084584}, "starting": {"man - she": 0.14002374802390172, "man": 0.4168101543768904, "she": 0.2767864063529887}, "starts": {"man - she": 0.12972159939318267, "man": 0.37689655581946563, "she": 0.24717495642628295}, "state": {"man - she": 0.06893819394219705, "man": 0.31859058778054683, "she": 0.24965239383834978}, "station": {"man - she": 0.13918279638879238, "man": 0.4206403871828641, "she": 0.28145759079407173}, "statue": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "stay": {"man - she": 0.16807229927499137, "man": 0.38809355235761933, "she": 0.22002125308262796}, "stayed": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "step": {"man - she": 0.14665212181768866, "man": 0.38645564311393743, "she": 0.23980352129624877}, "steven": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "still": {"man - she": 0.15549268105549818, "man": 0.4070791872849922, "she": 0.251586506229494}, "stop": {"man - she": 0.1795263214328363, "man": 0.44441248001318334, "she": 0.26488615858034703}, "stories": {"man - she": 0.13079182016957494, "man": 0.3712419967126097, "she": 0.24045017654303477}, "story": {"man - she": -0.06590879631120511, "man": 0.29601951841085217, "she": 0.3619283147220573}, "street": {"man - she": 0.004077031590720537, "man": 0.36179992211052947, "she": 0.35772289051980893}, "streets": {"man - she": 0.02512176650218345, "man": 0.31748151595159946, "she": 0.292359749449416}, "strength": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "stressed": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "struck": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "struggles": {"man - she": 0.07580897028289452, "man": 0.39129547179832425, "she": 0.31548650151542973}, "student": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "students": {"man - she": 0.13403322488492195, "man": 0.3540544779675499, "she": 0.22002125308262796}, "studies": {"man - she": 0.1333365268064317, "man": 0.35775654682645186, "she": 0.22442002002002015}, "style": {"man - she": 0.045726416190792596, "man": 0.37689655581946563, "she": 0.33117013962867303}, "subdued": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "subject": {"man - she": 0.13257467120084143, "man": 0.36179992211052947, "she": 0.22922525090968804}, "subversive": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "subway": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "such": {"man - she": 0.1738202589197246, "man": 0.41073412704629314, "she": 0.23691386812656853}, "suffering": {"man - she": 0.12698780475461702, "man": 0.39129547179832425, "she": 0.26430766704370723}, "suicide": {"man - she": 0.12257009246141931, "man": 0.41442793959606244, "she": 0.29185784713464313}, "support": {"man - she": 0.14390139783840622, "man": 0.39908822537495864, "she": 0.2551868275365524}, "supported": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "supportive": {"man - she": 0.020526271751243053, "man": 0.3626436835741857, "she": 0.34211741182294264}, "supposed": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "sure": {"man - she": 0.08666802752896852, "man": 0.3645398474331461, "she": 0.2778718199041776}, "surrounds": {"man - she": 0.020526271751243053, "man": 0.3626436835741857, "she": 0.34211741182294264}, "susan": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "suspected": {"man - she": 0.04645254065067145, "man": 0.3712419967126097, "she": 0.32478945606193826}, "suspects": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "swear": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "sweet": {"man - she": 0.07700613705214493, "man": 0.383454577914376, "she": 0.30644844086223105}, "system": {"man - she": 0.23134808506539362, "man": 0.4473097834826683, "she": 0.2159616984172747}, "t": {"man - she": 0.14388675347797258, "man": 0.40490923955154445, "she": 0.26102248607357187}, "taco": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "take": {"man - she": 0.06706056573763008, "man": 0.3305550659906313, "she": 0.2634945002530012}, "taken": {"man - she": 0.16780786698842676, "man": 0.4054134033303943, "she": 0.23760553634196752}, "takes": {"man - she": 0.12972159939318267, "man": 0.37689655581946563, "she": 0.24717495642628295}, "takeshi": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "taking": {"man - she": 0.19904203256822486, "man": 0.39029180038746547, "she": 0.1912497678192406}, "talent": {"man - she": 0.1251164827532581, "man": 0.40111459449184345, "she": 0.27599811173858535}, "talented": {"man - she": 0.021898402223804347, "man": 0.34869512698971705, "she": 0.3267967247659127}, "talk": {"man - she": 0.021898402223804347, "man": 0.34869512698971705, "she": 0.3267967247659127}, "talking": {"man - she": 0.13257467120084143, "man": 0.36179992211052947, "she": 0.22922525090968804}, "team": {"man - she": 0.14066341486795647, "man": 0.31860545695627, "she": 0.17794204208831355}, "teams": {"man - she": 0.17014048220301414, "man": 0.3788054990658362, "she": 0.20866501686282207}, "techniques": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "teenagers": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "telekinesis": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "tell": {"man - she": -0.0061197586567505735, "man": 0.3034287529380644, "she": 0.309548511594815}, "term": {"man - she": 0.16807229927499137, "man": 0.38809355235761933, "she": 0.22002125308262796}, "terms": {"man - she": 0.07703133940856469, "man": 0.31748151595159946, "she": 0.24045017654303477}, "terrible": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "terrifying": {"man - she": 0.12257009246141931, "man": 0.41442793959606244, "she": 0.29185784713464313}, "than": {"man - she": 0.11653489201014144, "man": 0.40168842933685217, "she": 0.2851535373267107}, "thanapob": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "thank": {"man - she": 0.07703133940856469, "man": 0.31748151595159946, "she": 0.24045017654303477}, "thanks": {"man - she": 0.08154630160550724, "man": 0.3540544779675499, "she": 0.27250817636204266}, "that": {"man - she": 0.19363221150493898, "man": 0.40803184398102244, "she": 0.21439963247608346}, "the": {"man - she": 0.22530527393165872, "man": 0.30960620587071114, "she": 0.08430093193905243}, "theatre": {"man - she": 0.07700613705214493, "man": 0.383454577914376, "she": 0.30644844086223105}, "theatres": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "their": {"man - she": 0.15310017248267677, "man": 0.41722801694633727, "she": 0.2641278444636605}, "them": {"man - she": 0.11416969692932455, "man": 0.40343860749605176, "she": 0.2892689105667272}, "themselves": {"man - she": 0.11558537599557667, "man": 0.38809355235761933, "she": 0.27250817636204266}, "then": {"man - she": 0.1119565622107429, "man": 0.41361368385346675, "she": 0.30165712164272385}, "there": {"man - she": 0.16977425359005108, "man": 0.41631853557848736, "she": 0.24654428198843628}, "therefore": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "these": {"man - she": 0.12931707025790146, "man": 0.40343860749605176, "she": 0.2741215372381503}, "they": {"man - she": 0.12147605542751799, "man": 0.3984026420028155, "she": 0.2769265865752975}, "thing": {"man - she": 0.2202185290212086, "man": 0.4090262566529966, "she": 0.188807727631788}, "things": {"man - she": 0.13056260577509, "man": 0.40587547290929005, "she": 0.27531286713420006}, "think": {"man - she": 0.11053254025666476, "man": 0.40470097844663455, "she": 0.2941684381899698}, "thinking": {"man - she": 0.16308123357982934, "man": 0.4102561900061123, "she": 0.24717495642628295}, "third": {"man - she": 0.11966801642811767, "man": 0.3666315908045168, "she": 0.24696357437639913}, "thirty": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "this": {"man - she": 0.15968202401833187, "man": 0.4305215568898024, "she": 0.27083953287147056}, "those": {"man - she": 0.13468059333829446, "man": 0.3872669430424511, "she": 0.2525863497041566}, "though": {"man - she": 0.14034701312830586, "man": 0.3203061936260751, "she": 0.17995918049776924}, "thought": {"man - she": 0.12602340237362886, "man": 0.42639653699069574, "she": 0.3003731346170669}, "three": {"man - she": 0.0903143869038589, "man": 0.37505887319653686, "she": 0.28474448629267796}, "thrilled": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "through": {"man - she": 0.11122575761618375, "man": 0.4013383698381987, "she": 0.29011261222201495}, "throughout": {"man - she": 0.11621659904042564, "man": 0.3847746199970678, "she": 0.26855802095664216}, "throw": {"man - she": 0.021898402223804347, "man": 0.34869512698971705, "she": 0.3267967247659127}, "tien": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "tight": {"man - she": 0.1251164827532581, "man": 0.40111459449184345, "she": 0.27599811173858535}, "tile": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "time": {"man - she": 0.15888346404706993, "man": 0.4721751293661637, "she": 0.31329166531909375}, "times": {"man - she": 0.08465439098580904, "man": 0.3342246602952562, "she": 0.24957026930944717}, "tios": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "titled": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "to": {"man - she": 0.20729377596570134, "man": 0.3647061980542159, "she": 0.15741242208851455}, "today": {"man - she": -0.010311359006077159, "man": 0.33907721897266896, "she": 0.3493885779787461}, "together": {"man - she": 0.17130672006026346, "man": 0.3735403927852326, "she": 0.20223367272496914}, "told": {"man - she": 0.06942265154778782, "man": 0.37961409953640574, "she": 0.3101914479886179}, "tonantzin": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "tone": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "tonkotsu": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "too": {"man - she": 0.027993295034739074, "man": 0.3420613553393304, "she": 0.31406806030459133}, "took": {"man - she": 0.04272857673090186, "man": 0.3587695999330437, "she": 0.31604102320214184}, "top": {"man - she": 0.14001918678986672, "man": 0.32206737341895053, "she": 0.1820481866290838}, "torn": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "touched": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "tough": {"man - she": 0.020526271751243053, "man": 0.3626436835741857, "she": 0.34211741182294264}, "toward": {"man - she": 0.027461497454210004, "man": 0.29601951841085217, "she": 0.26855802095664216}, "towards": {"man - she": 0.07801185085385248, "man": 0.37689655581946563, "she": 0.29888470496561315}, "town": {"man - she": 0.03063981612866834, "man": 0.26824535247063586, "she": 0.23760553634196752}, "tracks": {"man - she": 0.020526271751243053, "man": 0.3626436835741857, "she": 0.34211741182294264}, "train": {"man - she": 0.15989892282921941, "man": 0.42420658987292664, "she": 0.26430766704370723}, "transmission": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "travel": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "treated": {"man - she": 0.020526271751243053, "man": 0.3626436835741857, "she": 0.34211741182294264}, "treatment": {"man - she": 0.08137893338317131, "man": 0.2867340111501558, "she": 0.20535507776698447}, "tried": {"man - she": 0.027830539462626536, "man": 0.29271669804297357, "she": 0.26488615858034703}, "tries": {"man - she": 0.12257009246141931, "man": 0.41442793959606244, "she": 0.29185784713464313}, "trips": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "trivia": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "true": {"man - she": 0.08328566898431244, "man": 0.3847746199970678, "she": 0.30148895101275536}, "trust": {"man - she": 0.02512176650218345, "man": 0.31748151595159946, "she": 0.292359749449416}, "truth": {"man - she": 0.020526271751243053, "man": 0.3626436835741857, "she": 0.34211741182294264}, "try": {"man - she": 0.16807229927499137, "man": 0.38809355235761933, "she": 0.22002125308262796}, "trying": {"man - she": 0.08347739230869539, "man": 0.3417062703629122, "she": 0.2582288780542168}, "turn": {"man - she": 0.1141554305365376, "man": 0.3956130213306093, "she": 0.28145759079407173}, "turned": {"man - she": 0.08077294232980708, "man": 0.4295765712984001, "she": 0.348803628968593}, "turns": {"man - she": 0.15989892282921941, "man": 0.42420658987292664, "she": 0.26430766704370723}, "tv": {"man - she": 0.07703133940856469, "man": 0.31748151595159946, "she": 0.24045017654303477}, "twelve": {"man - she": 0.07703133940856469, "man": 0.31748151595159946, "she": 0.24045017654303477}, "twenty": {"man - she": 0.1251164827532581, "man": 0.40111459449184345, "she": 0.27599811173858535}, "two": {"man - she": 0.1257154288178251, "man": 0.4204671574628703, "she": 0.2947517286450452}, "uk": {"man - she": 0.024496283979472677, "man": 0.3233809889450858, "she": 0.29888470496561315}, "ultimately": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "unbiased": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "uncredited": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "under": {"man - she": 0.22253186974408223, "man": 0.4004739118323958, "she": 0.17794204208831355}, "underground": {"man - she": 0.12698780475461702, "man": 0.39129547179832425, "she": 0.26430766704370723}, "understand": {"man - she": 0.02664234658507575, "man": 0.3034287529380644, "she": 0.2767864063529887}, "understood": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "undertake": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "union": {"man - she": -0.008334671376321656, "man": 0.33022827053614257, "she": 0.3385629419124642}, "unit": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "unite": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "united": {"man - she": 0.08005781999357747, "man": 0.29601951841085217, "she": 0.2159616984172747}, "unsolved": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "up": {"man - she": 0.1636854603570314, "man": 0.4286911309423845, "she": 0.26500567058535307}, "upon": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "us": {"man - she": 0.06673269723581182, "man": 0.3326608044654272, "she": 0.26592810722961535}, "use": {"man - she": 0.03168656703907913, "man": 0.2594109120620566, "she": 0.22772434502297745}, "used": {"man - she": 0.055518369962670955, "man": 0.30415885094845746, "she": 0.2486404809857865}, "usually": {"man - she": 0.02512176650218345, "man": 0.31748151595159946, "she": 0.292359749449416}, "valued": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "ve": {"man - she": -0.026672365957831734, "man": 0.25475548853094754, "she": 0.28142785448877927}, "very": {"man - she": 0.09684125690379242, "man": 0.3872669430424511, "she": 0.29042568613865866}, "villagers": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "violent": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "vote": {"man - she": 0.024496283979472677, "man": 0.3233809889450858, "she": 0.29888470496561315}, "vs": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "waged": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "waiting": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "walked": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "walking": {"man - she": 0.021898402223804347, "man": 0.34869512698971705, "she": 0.3267967247659127}, "wall": {"man - she": 0.07955382042152007, "man": 0.299575073504148, "she": 0.22002125308262796}, "want": {"man - she": 0.11966801642811767, "man": 0.3666315908045168, "she": 0.24696357437639913}, "wanted": {"man - she": -0.030139162945566678, "man": 0.299575073504148, "she": 0.3297142364497147}, "wants": {"man - she": 0.07703133940856469, "man": 0.31748151595159946, "she": 0.24045017654303477}, "war": {"man - she": 0.08732876562365793, "man": 0.36061617862571027, "she": 0.27328741300205234}, "warm": {"man - she": 0.1251164827532581, "man": 0.40111459449184345, "she": 0.27599811173858535}, "warning": {"man - she": 0.08137893338317131, "man": 0.2867340111501558, "she": 0.20535507776698447}, "was": {"man - she": 0.15393244822843277, "man": 0.42030429817990844, "she": 0.26637184995147567}, "wasn": {"man - she": -0.049473654492164176, "man": 0.29601951841085217, "she": 0.34549317290301634}, "waste": {"man - she": 0.17014048220301414, "man": 0.3788054990658362, "she": 0.20866501686282207}, "watched": {"man - she": 0.10691417910194095, "man": 0.43371090386785366, "she": 0.3267967247659127}, "watching": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "water": {"man - she": 0.02881574688089472, "man": 0.28400257441744714, "she": 0.2551868275365524}, "waterstones": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "way": {"man - she": 0.05364245683431029, "man": 0.3722438051646557, "she": 0.3186013483303454}, "we": {"man - she": 0.15128668536692388, "man": 0.3747624760920451, "she": 0.22347579072512122}, "weakest": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "weapons": {"man - she": 0.1251164827532581, "man": 0.40111459449184345, "she": 0.27599811173858535}, "weariness": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "wears": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "weaving": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "website": {"man - she": 0.13173314334429082, "man": 0.3662601825298078, "she": 0.23452703918551698}, "websites": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "week": {"man - she": 0.06186352597922923, "man": 0.3645398474331461, "she": 0.3026763214539169}, "weekend": {"man - she": 0.07411470096221251, "man": 0.33842236800591974, "she": 0.26430766704370723}, "weight": {"man - she": 0.07841449695437475, "man": 0.3076397478640628, "she": 0.22922525090968804}, "well": {"man - she": 0.09354080421293093, "man": 0.3570353044659321, "she": 0.2634945002530012}, "went": {"man - she": 0.027461497454210004, "man": 0.29601951841085217, "she": 0.26855802095664216}, "were": {"man - she": 0.11991767159138783, "man": 0.3866302364968918, "she": 0.266712564905504}, "west": {"man - she": 0.1363511925959277, "man": 0.3417062703629122, "she": 0.20535507776698447}, "western": {"man - she": 0.16308123357982934, "man": 0.4102561900061123, "she": 0.24717495642628295}, "what": {"man - she": 0.15062114436775753, "man": 0.38753202119555435, "she": 0.23691087682779682}, "whatever": {"man - she": 0.07801185085385248, "man": 0.37689655581946563, "she": 0.29888470496561315}, "when": {"man - she": 0.13164263944096083, "man": 0.39509552650154967, "she": 0.26345288706058884}, "where": {"man - she": 0.12407598862379188, "man": 0.4263428493309508, "she": 0.3022668607071589}, "whether": {"man - she": 0.08465439098580904, "man": 0.3342246602952562, "she": 0.24957026930944717}, "which": {"man - she": 0.19560708412252947, "man": 0.4325179609503263, "she": 0.23691087682779682}, "while": {"man - she": 0.22244264116286427, "man": 0.45478422796547896, "she": 0.23234158680261469}, "whiled": {"man - she": 0.06773497159176961, "man": 0.3851540833414203, "she": 0.3174191117496507}, "whilst": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "white": {"man - she": 0.1102201711627302, "man": 0.40158524027390435, "she": 0.29136506911117416}, "who": {"man - she": 0.14528939330911472, "man": 0.4446663851328301, "she": 0.29937699182371535}, "whole": {"man - she": 0.1333365268064317, "man": 0.35775654682645186, "she": 0.22442002002002015}, "why": {"man - she": 0.12361364893667237, "man": 0.43022050225878333, "she": 0.30660685332211096}, "wife": {"man - she": 0.07620603251880287, "man": 0.3233809889450858, "she": 0.24717495642628295}, "will": {"man - she": 0.18332865976132598, "man": 0.4136598811037443, "she": 0.23033122134241832}, "win": {"man - she": 0.1903360584957039, "man": 0.4248630976812209, "she": 0.23452703918551698}, "window": {"man - she": 0.024496283979472677, "man": 0.3233809889450858, "she": 0.29888470496561315}, "wing": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "wisdom": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "wise": {"man - she": 0.07580897028289452, "man": 0.39129547179832425, "she": 0.31548650151542973}, "with": {"man - she": 0.1710147487717642, "man": 0.4234816155859376, "she": 0.2524668668141734}, "within": {"man - she": 0.11680338666147183, "man": 0.38168954524181886, "she": 0.26488615858034703}, "without": {"man - she": 0.13428407777665874, "man": 0.4054134033303943, "she": 0.27112932555373553}, "women": {"man - she": 0.11881396261621929, "man": 0.37112040760985293, "she": 0.25230644499363364}, "won": {"man - she": 0.1815661772974994, "man": 0.43675300483405183, "she": 0.2551868275365524}, "wonder": {"man - she": 0.023779829673911512, "man": 0.33022827053614257, "she": 0.30644844086223105}, "words": {"man - she": 0.07900873291804428, "man": 0.3034287529380644, "she": 0.22442002002002015}, "work": {"man - she": 0.09278762825297554, "man": 0.38695606644294533, "she": 0.2941684381899698}, "working": {"man - she": 0.13403322488492195, "man": 0.3540544779675499, "she": 0.22002125308262796}, "world": {"man - she": 0.15557645149666827, "man": 0.4307190625306135, "she": 0.2751426110339452}, "worries": {"man - she": 0.07078583643954256, "man": 0.3626436835741857, "she": 0.29185784713464313}, "worry": {"man - she": -0.006875657653931111, "man": 0.3122873723279325, "she": 0.31916302998186363}, "would": {"man - she": 0.10452653050844996, "man": 0.4007630445536687, "she": 0.2962365140452187}, "wouldn": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "writing": {"man - she": 0.13079182016957494, "man": 0.3712419967126097, "she": 0.24045017654303477}, "wrote": {"man - she": 0.11621659904042564, "man": 0.3847746199970678, "she": 0.26855802095664216}, "xochitl": {"man - she": 0.0726970152511317, "man": 0.34869512698971705, "she": 0.27599811173858535}, "year": {"man - she": 0.10057202743354232, "man": 0.36820412391627655, "she": 0.2676320964827342}, "years": {"man - she": 0.1372721376707895, "man": 0.4312113232408114, "she": 0.2939391855700219}, "yes": {"man - she": 0.07620603251880287, "man": 0.3233809889450858, "she": 0.24717495642628295}, "yet": {"man - she": 0.17234817138039762, "man": 0.36882159861985775, "she": 0.19647342723946012}, "york": {"man - she": 0.08314542340426492, "man": 0.27439519122350553, "she": 0.1912497678192406}, "you": {"man - she": 0.13572238665278957, "man": 0.392004606675793, "she": 0.25628222002300344}, "young": {"man - she": 0.1385904226975821, "man": 0.4516100433251354, "she": 0.3130196206275533}, "your": {"man - she": 0.09873359504864243, "man": 0.37756926634328336, "she": 0.27883567129464093}, "yourself": {"man - she": 0.07525170270067222, "man": 0.33022827053614257, "she": 0.25497656783547035}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-man-their.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-man-their.json new file mode 100644 index 0000000000000000000000000000000000000000..547ec176fbf060e87ec3162b7236822e9ceee9a5 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-man-their.json @@ -0,0 +1 @@ +{"0": {"man - their": -0.024390398743926844, "man": 0.2518667492152785, "their": 0.27625714795920536}, "000": {"man - their": 0.030555428764780068, "man": 0.3735403927852326, "their": 0.34298496402045253}, "1": {"man - their": 0.022524099974716882, "man": 0.3644620983740694, "their": 0.3419379983993525}, "10": {"man - their": -0.001216363607595916, "man": 0.35362083294982377, "their": 0.3548371965574197}, "100": {"man - their": -0.02497514860234884, "man": 0.28400257441744714, "their": 0.308977723019796}, "10bn": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "12": {"man - their": 0.0070323499261956135, "man": 0.29271669804297357, "their": 0.28568434811677795}, "13": {"man - their": 0.043610497951975635, "man": 0.35775654682645186, "their": 0.3141460488744762}, "14": {"man - their": -0.02525394178212864, "man": 0.3034287529380644, "their": 0.32868269472019307}, "15": {"man - their": 0.0617773492119954, "man": 0.34746169732877336, "their": 0.28568434811677795}, "16": {"man - their": 0.09490638411785485, "man": 0.39168817795334276, "their": 0.2967817938354879}, "160": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "17": {"man - their": 0.09011050235516266, "man": 0.39908822537495864, "their": 0.308977723019796}, "18": {"man - their": -0.02542070596088042, "man": 0.31748151595159946, "their": 0.3429022219124799}, "19": {"man - their": 0.006912584904767427, "man": 0.29601951841085217, "their": 0.28910693350608474}, "1904": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "1910": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "1965": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "1986": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "1987": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "1990s": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "1991": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "19th": {"man - their": 0.10372930683105247, "man": 0.31748151595159946, "their": 0.213752209120547}, "2": {"man - their": 0.04733132692875597, "man": 0.37831219601738386, "their": 0.3309808690886279}, "20": {"man - their": 0.01712812664642177, "man": 0.3444937416802283, "their": 0.3273656150338065}, "2002": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "2003": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "2004": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "2006": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "2008": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "2010": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "2012": {"man - their": 0.02767210440096124, "man": 0.31748151595159946, "their": 0.2898094115506382}, "2016": {"man - their": 0.12002836054140248, "man": 0.4168101543768904, "their": 0.2967817938354879}, "2017": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "2018": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "2019t": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "21": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "21st": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "24": {"man - their": 0.0814325851619715, "man": 0.3712419967126097, "their": 0.2898094115506382}, "25th": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "26": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "27": {"man - their": 0.027381666708494456, "man": 0.3233809889450858, "their": 0.29599932223659137}, "28": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "29": {"man - their": 0.09344669191181082, "man": 0.40477349375906296, "their": 0.31132680184725214}, "290": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "292": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "296": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "2nd": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "3": {"man - their": 0.02306265236375654, "man": 0.3420613553393304, "their": 0.31899870297557387}, "30": {"man - their": 0.09530306950447937, "man": 0.38809355235761933, "their": 0.29279048285313997}, "300": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "303": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "305": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "309": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "31": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "310": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "311": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "316": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "317": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "33": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "330": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "335032the": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "337": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "36": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "37": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "4": {"man - their": 0.04035727340495393, "man": 0.37363103819122173, "their": 0.3332737647862678}, "400": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "48": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "49ers": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "5": {"man - their": 0.055015776810015404, "man": 0.3754175883403317, "their": 0.32040181153031627}, "501s": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "58": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "5m": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "6": {"man - their": 0.10938204857337847, "man": 0.3942819617215552, "their": 0.28489991314817675}, "60": {"man - their": 0.05682725863308957, "man": 0.31748151595159946, "their": 0.2606542573185099}, "600": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "67": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "7": {"man - their": 0.04778953818653958, "man": 0.3883340481235549, "their": 0.3405445099370153}, "76ers": {"man - their": 0.10827297511347328, "man": 0.39129547179832425, "their": 0.28302249668485097}, "7th": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "8": {"man - their": 0.07806972420415753, "man": 0.4054134033303943, "their": 0.32734367912623674}, "80s": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "9": {"man - their": 0.06126399511440994, "man": 0.3540544779675499, "their": 0.29279048285313997}, "93": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "96": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "98": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "9thmile": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "a": {"man - their": 0.055568324063723584, "man": 0.3707850336837338, "their": 0.3152167096200102}, "abilities": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "ability": {"man - their": 0.08089723358287426, "man": 0.37689655581946563, "their": 0.29599932223659137}, "able": {"man - their": 0.06658586270868755, "man": 0.39447703353579144, "their": 0.3278911708271039}, "about": {"man - their": 0.016813704892651604, "man": 0.4081967869945993, "their": 0.3913830821019477}, "absolutely": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "absorbed": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "abul": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "acceptance": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "accommodation": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "accompany": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "accomplish": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "accord": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "according": {"man - their": 0.01913028124910582, "man": 0.3016990701690394, "their": 0.2825687889199336}, "accused": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "achieve": {"man - their": 0.005721288232447719, "man": 0.33022827053614257, "their": 0.32450698230369485}, "achieved": {"man - their": -0.025482005295962507, "man": 0.3233809889450858, "their": 0.34886299424104833}, "acknowledge": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "acknowledging": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "acquiescence": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "across": {"man - their": 0.006334894462428964, "man": 0.3122873723279325, "their": 0.30595247786550356}, "act": {"man - their": 0.07686613187996794, "man": 0.40423174691377445, "their": 0.3273656150338065}, "action": {"man - their": 0.08335407888366281, "man": 0.35063728971367264, "their": 0.26728321083000983}, "actions": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "actor": {"man - their": 0.02767210440096124, "man": 0.31748151595159946, "their": 0.2898094115506382}, "acts": {"man - their": 0.08190137421384985, "man": 0.3662601825298078, "their": 0.28435880831595794}, "actual": {"man - their": 0.058947595610681136, "man": 0.383454577914376, "their": 0.32450698230369485}, "actually": {"man - their": 0.05122121137342711, "man": 0.38168954524181886, "their": 0.33046833386839175}, "acute": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "addicts": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "addition": {"man - their": 0.02855917895880622, "man": 0.299575073504148, "their": 0.2710158945453418}, "additional": {"man - their": 0.06065804198189251, "man": 0.36179992211052947, "their": 0.30114188012863696}, "address": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "adds": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "administrative": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "admins": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "admits": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "adolescence": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "ads": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "advanced": {"man - their": 0.027928564011974577, "man": 0.3122873723279325, "their": 0.28435880831595794}, "advancement": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "advantage": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "adversaries": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "advert": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "affectation": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "afraid": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "africa": {"man - their": 0.0615303562075879, "man": 0.35063728971367264, "their": 0.28910693350608474}, "african": {"man - their": 0.10021971109697056, "man": 0.3420613553393304, "their": 0.24184164424235985}, "africans": {"man - their": 0.05682725863308957, "man": 0.31748151595159946, "their": 0.2606542573185099}, "after": {"man - their": 0.06443590817388423, "man": 0.42807347335075324, "their": 0.363637565176869}, "aftermath": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "again": {"man - their": 0.06496455918143096, "man": 0.36882159861985775, "their": 0.3038570394384268}, "against": {"man - their": -0.106073850872141, "man": 0.24283608608469953, "their": 0.3489099369568405}, "age": {"man - their": 0.06097475299096394, "man": 0.35775654682645186, "their": 0.2967817938354879}, "agencies": {"man - their": 0.08089723358287426, "man": 0.37689655581946563, "their": 0.29599932223659137}, "agent": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "aggressive": {"man - their": 0.0795183434668606, "man": 0.39129547179832425, "their": 0.31177712833146365}, "ago": {"man - their": 0.030832764413493585, "man": 0.36882159861985775, "their": 0.33798883420636416}, "agree": {"man - their": 0.058322326996721685, "man": 0.39129547179832425, "their": 0.33297314480160256}, "agreeing": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "agrees": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "ahead": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "aid": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "aides": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "aids": {"man - their": 0.15113802622230305, "man": 0.41442793959606244, "their": 0.2632899133737594}, "air": {"man - their": 0.0070323499261956135, "man": 0.29271669804297357, "their": 0.28568434811677795}, "al": {"man - their": 0.06065804198189251, "man": 0.36179992211052947, "their": 0.30114188012863696}, "alan": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "alarmed": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "alarms": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "alcohol": {"man - their": 0.0814325851619715, "man": 0.3712419967126097, "their": 0.2898094115506382}, "alfred": {"man - their": 0.1587986270741585, "man": 0.36179992211052947, "their": 0.20300129503637096}, "alien": {"man - their": 0.10463845282769182, "man": 0.3076397478640628, "their": 0.20300129503637096}, "alienation": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "alive": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "all": {"man - their": 0.05542895430663625, "man": 0.4221434479284075, "their": 0.3667144936217713}, "allegedly": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "alleviated": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "alliances": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "allied": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "allies": {"man - their": 0.07856511678172978, "man": 0.40111459449184345, "their": 0.32254947771011366}, "allow": {"man - their": 0.058947595610681136, "man": 0.383454577914376, "their": 0.32450698230369485}, "allowed": {"man - their": 0.02767210440096124, "man": 0.31748151595159946, "their": 0.2898094115506382}, "almost": {"man - their": 0.11026404428076508, "man": 0.42201579559176583, "their": 0.31175175131100075}, "alone": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "along": {"man - their": 0.02486468893809607, "man": 0.3780472977370706, "their": 0.3531826087989745}, "alpha": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "already": {"man - their": 0.041216875210516146, "man": 0.3645398474331461, "their": 0.32332297222262996}, "also": {"man - their": 0.029088982635671445, "man": 0.40864375384271584, "their": 0.3795547712070444}, "alternative": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "although": {"man - their": 0.06696882816483551, "man": 0.39029180038746547, "their": 0.32332297222262996}, "always": {"man - their": 0.04778953818653958, "man": 0.3883340481235549, "their": 0.3405445099370153}, "am": {"man - their": 0.07738644314462606, "man": 0.39908822537495864, "their": 0.3217017822303326}, "amazon": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "ambassador": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "amber": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "america": {"man - their": 0.005952570646321931, "man": 0.3233809889450858, "their": 0.3174284182987639}, "american": {"man - their": 0.0846379159133866, "man": 0.3365884049349307, "their": 0.2519504890215441}, "americans": {"man - their": 0.08027200455390204, "man": 0.383454577914376, "their": 0.30318257336047394}, "among": {"man - their": 0.06080570987163847, "man": 0.4004739118323958, "their": 0.3396682019607573}, "amorphous": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "amount": {"man - their": 0.02767210440096124, "man": 0.31748151595159946, "their": 0.2898094115506382}, "an": {"man - their": 0.06538088454859037, "man": 0.4560868944423696, "their": 0.39070600989377924}, "analyzed": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "ananias": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "anchor": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "and": {"man - their": 0.06413314545135157, "man": 0.36074558905716303, "their": 0.29661244360581146}, "andrew": {"man - their": 0.1531604422613813, "man": 0.40111459449184345, "their": 0.24795415223046213}, "angeles": {"man - their": 0.006646959102576511, "man": 0.3034287529380644, "their": 0.2967817938354879}, "anger": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "angle": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "annihilation": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "another": {"man - their": 0.02486468893809607, "man": 0.3780472977370706, "their": 0.3531826087989745}, "answer": {"man - their": 0.028610335686574506, "man": 0.3662601825298078, "their": 0.3376498468432333}, "answered": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "antenna": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "anti": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "anticipation": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "antigen": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "antoni": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "antonin": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "ants": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "anxiety": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "any": {"man - their": 0.005773312133052821, "man": 0.37831219601738386, "their": 0.37253888388433104}, "anymore": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "anyone": {"man - their": 0.0630054832331497, "man": 0.39168817795334276, "their": 0.32868269472019307}, "anyway": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "apart": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "apollo": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "apostles": {"man - their": 0.058489851043792646, "man": 0.29271669804297357, "their": 0.23422684699918092}, "apparent": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "appear": {"man - their": 0.027381666708494456, "man": 0.3233809889450858, "their": 0.29599932223659137}, "appearance": {"man - their": 0.1423443544869772, "man": 0.4166118709421873, "their": 0.27426751645521014}, "applications": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "apply": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "appointing": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "appreciate": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "appreciates": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "april": {"man - their": 0.006334894462428964, "man": 0.3122873723279325, "their": 0.30595247786550356}, "arcane": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "architects": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "are": {"man - their": 0.04200174218148284, "man": 0.42407399975243976, "their": 0.3820722575709569}, "area": {"man - their": -0.04891818641255652, "man": 0.2867340111501558, "their": 0.3356521975627123}, "areas": {"man - their": 0.08190137421384985, "man": 0.3662601825298078, "their": 0.28435880831595794}, "aren": {"man - their": -0.025203095207374737, "man": 0.299575073504148, "their": 0.32477816871152276}, "arguably": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "argued": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "ariane": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "armed": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "around": {"man - their": 0.03447274683205209, "man": 0.4088812704839959, "their": 0.3744085236519438}, "array": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "arrested": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "arrival": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "arrived": {"man - their": 0.10372930683105247, "man": 0.31748151595159946, "their": 0.213752209120547}, "arson": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "arsonist": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "article": {"man - their": -0.011036359509526528, "man": 0.31748151595159946, "their": 0.328517875461126}, "artists": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "as": {"man - their": 0.0517082191776258, "man": 0.41051811030792035, "their": 0.35880989113029454}, "ascent": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "ash": {"man - their": 0.15113802622230305, "man": 0.41442793959606244, "their": 0.2632899133737594}, "ashes": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "asia": {"man - their": 0.05682725863308957, "man": 0.31748151595159946, "their": 0.2606542573185099}, "ask": {"man - their": 0.006497867735425822, "man": 0.3076397478640628, "their": 0.30114188012863696}, "asked": {"man - their": 0.04385360927408727, "man": 0.3540544779675499, "their": 0.31020086869346264}, "aspect": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "aspirin": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "assembly": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "assertiveness": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "assessment": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "assign": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "assignments": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "assists": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "associated": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "assume": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "assumptions": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "assurance": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "astronomy": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "at": {"man - their": 0.06640741321257115, "man": 0.44721359864275123, "their": 0.3808061854301801}, "atlantic": {"man - their": 0.08089723358287426, "man": 0.37689655581946563, "their": 0.29599932223659137}, "atmospheres": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "atoms": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "attack": {"man - their": -0.025061699439397178, "man": 0.2896310137726635, "their": 0.31469271321206066}, "attacked": {"man - their": 0.15461522881245546, "man": 0.39129547179832425, "their": 0.2366802429858688}, "attacks": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "attempts": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "attending": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "attract": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "au": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "audience": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "audiences": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "australia": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "author": {"man - their": 0.059468137520701736, "man": 0.37689655581946563, "their": 0.3174284182987639}, "available": {"man - their": 0.0643444762937519, "man": 0.37609622760475264, "their": 0.31175175131100075}, "averaging": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "aviator": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "award": {"man - their": 0.11058773939409983, "man": 0.3712419967126097, "their": 0.2606542573185099}, "awards": {"man - their": 0.1031767455655517, "man": 0.3233809889450858, "their": 0.22020424337953412}, "away": {"man - their": 0.05543712500975134, "man": 0.40704851157659694, "their": 0.3516113865668456}, "awful": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "awkward": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "axel": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "b": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "babies": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "back": {"man - their": 0.09518757597087324, "man": 0.41915336542995774, "their": 0.3239657894590845}, "backs": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "bad": {"man - their": 0.0767326282007958, "man": 0.3999410966876441, "their": 0.3232084684868483}, "bail": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "bailey": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "ball": {"man - their": 0.1031767455655517, "man": 0.3233809889450858, "their": 0.22020424337953412}, "bamba": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "bang": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "bank": {"man - their": 0.05906832460533179, "man": 0.28400257441744714, "their": 0.22493424981211535}, "barack": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "barely": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "barrel": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "barriers": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "bars": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "base": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "based": {"man - their": -0.0489277858208243, "man": 0.2789633850062796, "their": 0.3278911708271039}, "bases": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "basic": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "basically": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "basketball": {"man - their": 0.10918706145916585, "man": 0.383454577914376, "their": 0.27426751645521014}, "battle": {"man - their": 0.0814325851619715, "man": 0.3712419967126097, "their": 0.2898094115506382}, "battles": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "bbc": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "be": {"man - their": 0.033933217564834695, "man": 0.3997583420205105, "their": 0.36582512445567583}, "beak": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "beal": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "bean": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "beat": {"man - their": 0.1587986270741585, "man": 0.36179992211052947, "their": 0.20300129503637096}, "beating": {"man - their": 0.15461522881245546, "man": 0.39129547179832425, "their": 0.2366802429858688}, "beauty": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "became": {"man - their": -0.02536247451530077, "man": 0.3122873723279325, "their": 0.3376498468432333}, "because": {"man - their": 0.011462897531673288, "man": 0.3652284225573705, "their": 0.3537655250256972}, "become": {"man - their": 0.04748658276969203, "man": 0.3923365252366846, "their": 0.3448499424669926}, "becomes": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "becoming": {"man - their": 0.005721288232447719, "man": 0.33022827053614257, "their": 0.32450698230369485}, "bed": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "bee": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "been": {"man - their": 0.0392355623195384, "man": 0.4155787056778648, "their": 0.3763431433583264}, "beer": {"man - their": 0.18891186478011768, "man": 0.4166118709421873, "their": 0.22770000616206965}, "beers": {"man - their": 0.15113802622230305, "man": 0.41442793959606244, "their": 0.2632899133737594}, "bees": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "before": {"man - their": 0.04359097253998062, "man": 0.42172839507756593, "their": 0.3781374225375853}, "began": {"man - their": 0.0617773492119954, "man": 0.34746169732877336, "their": 0.28568434811677795}, "begin": {"man - their": 0.11342929758171338, "man": 0.4166118709421873, "their": 0.30318257336047394}, "beginning": {"man - their": 0.006334894462428964, "man": 0.3122873723279325, "their": 0.30595247786550356}, "behalf": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "behind": {"man - their": 0.04385360927408727, "man": 0.3540544779675499, "their": 0.31020086869346264}, "being": {"man - their": 0.05903418764682178, "man": 0.41361368385346675, "their": 0.354579496206645}, "belief": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "believe": {"man - their": 0.05016288517106893, "man": 0.3956130213306093, "their": 0.3454501361595404}, "believed": {"man - their": 0.02767210440096124, "man": 0.31748151595159946, "their": 0.2898094115506382}, "believers": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "believes": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "believing": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "belongings": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "ben": {"man - their": 0.08027200455390204, "man": 0.383454577914376, "their": 0.30318257336047394}, "bench": {"man - their": 0.057491288027962106, "man": 0.3076397478640628, "their": 0.2501484598361007}, "benefit": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "benevolence": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "benign": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "benjamin": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "bentley": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "benue": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "best": {"man - their": 0.07312692485089617, "man": 0.4396439253002107, "their": 0.3665170004493145}, "bet": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "better": {"man - their": 0.06810064395238741, "man": 0.41295058641938, "their": 0.3448499424669926}, "between": {"man - their": -0.020158833643101226, "man": 0.3315973497728197, "their": 0.3517561834159209}, "bible": {"man - their": 0.15113802622230305, "man": 0.41442793959606244, "their": 0.2632899133737594}, "biblically": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "biden": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "big": {"man - their": 0.07827073376501709, "man": 0.39029180038746547, "their": 0.3120210666224484}, "biggest": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "billion": {"man - their": -0.010045133150885954, "man": 0.27662636081971614, "their": 0.2866714939706021}, "birds": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "birthday": {"man - their": 0.056427130230344624, "man": 0.3233809889450858, "their": 0.2669538587147412}, "bit": {"man - their": 0.007352355307190417, "man": 0.28400257441744714, "their": 0.2766502191102567}, "black": {"man - their": 0.10954490382820131, "man": 0.4273687501204136, "their": 0.3178238462922123}, "bladder": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "blake": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "blameless": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "blanchard": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "blast": {"man - their": 0.07856511678172978, "man": 0.40111459449184345, "their": 0.32254947771011366}, "blends": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "blessed": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "blessing": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "blocking": {"man - their": 0.11554464584056584, "man": 0.4485177906421684, "their": 0.33297314480160256}, "blogs": {"man - their": -0.01130598270261901, "man": 0.33022827053614257, "their": 0.3415342532387616}, "blond": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "blonde": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "blood": {"man - their": 0.1423443544869772, "man": 0.4166118709421873, "their": 0.27426751645521014}, "boast": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "boasts": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "boat": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "bodies": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "body": {"man - their": 0.006334894462428964, "man": 0.3122873723279325, "their": 0.30595247786550356}, "boldly": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "bombers": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "bonds": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "bones": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "bongo": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "book": {"man - their": 0.12479620646668571, "man": 0.3812340172284337, "their": 0.256437810761748}, "books": {"man - their": 0.09600519712504091, "man": 0.38168954524181886, "their": 0.28568434811677795}, "bookshops": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "born": {"man - their": 0.15461522881245546, "man": 0.39129547179832425, "their": 0.2366802429858688}, "both": {"man - their": 0.057045238692932376, "man": 0.4347832389560991, "their": 0.37773800026316673}, "bottle": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "bottom": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "bounceback": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "boy": {"man - their": 0.15461522881245546, "man": 0.39129547179832425, "their": 0.2366802429858688}, "boys": {"man - their": 0.08027200455390204, "man": 0.383454577914376, "their": 0.30318257336047394}, "bph": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "brahms": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "branch": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "branches": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "brass": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "break": {"man - their": 0.059468137520701736, "man": 0.37689655581946563, "their": 0.3174284182987639}, "breaking": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "brett": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "bridges": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "briefly": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "bright": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "brilliant": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "bring": {"man - their": 0.09724342568088401, "man": 0.4246090407146905, "their": 0.3273656150338065}, "brings": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "britain": {"man - their": 0.05682725863308957, "man": 0.31748151595159946, "their": 0.2606542573185099}, "british": {"man - their": 0.04334486525889325, "man": 0.36179992211052947, "their": 0.3184550568516362}, "broadcast": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "broadcasting": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "broadchurch": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "broadly": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "broadmoor": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "bros": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "brother": {"man - their": 0.1031767455655517, "man": 0.3233809889450858, "their": 0.22020424337953412}, "brothers": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "brought": {"man - their": 0.016152105989081844, "man": 0.3662601825298078, "their": 0.35010807654072595}, "brown": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "browser": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "browsing": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "brunch": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "brutal": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "bubble": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "buck": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "build": {"man - their": 0.0771579644789731, "man": 0.3956130213306093, "their": 0.3184550568516362}, "building": {"man - their": 0.10372930683105247, "man": 0.31748151595159946, "their": 0.213752209120547}, "buildings": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "built": {"man - their": 0.05682725863308957, "man": 0.31748151595159946, "their": 0.2606542573185099}, "bullets": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "bunker": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "burgandy": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "burke": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "burn": {"man - their": 0.07856511678172978, "man": 0.40111459449184345, "their": 0.32254947771011366}, "burns": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "bus": {"man - their": 0.02905538970693422, "man": 0.2896310137726635, "their": 0.26057562406572926}, "buses": {"man - their": 0.11115106309925998, "man": 0.3662601825298078, "their": 0.2551091194305478}, "bush": {"man - their": 0.07856511678172978, "man": 0.40111459449184345, "their": 0.32254947771011366}, "bushes": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "business": {"man - their": 0.029276309256027144, "man": 0.3540544779675499, "their": 0.32477816871152276}, "but": {"man - their": 0.03075606201482245, "man": 0.40490923955154445, "their": 0.374153177536722}, "buy": {"man - their": 0.043610497951975635, "man": 0.35775654682645186, "their": 0.3141460488744762}, "by": {"man - their": 0.06722340177419994, "man": 0.442727620910128, "their": 0.3755042191359281}, "c": {"man - their": 0.06222368168423281, "man": 0.3417062703629122, "their": 0.27948258867867937}, "cafeteria": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "calcium": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "call": {"man - their": 0.00678459065100806, "man": 0.299575073504148, "their": 0.29279048285313997}, "called": {"man - their": -0.028920996561254575, "man": 0.31860545695627, "their": 0.3475264535175246}, "calm": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "came": {"man - their": -0.0036316969803302235, "man": 0.329823120230795, "their": 0.33345481721112524}, "cameron": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "camp": {"man - their": 0.05869507918274483, "man": 0.2896310137726635, "their": 0.23093593458991865}, "campaign": {"man - their": 0.04334486525889325, "man": 0.36179992211052947, "their": 0.3184550568516362}, "campaigns": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "camper": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "camps": {"man - their": 0.05803217097668675, "man": 0.299575073504148, "their": 0.24154290252746127}, "campus": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "can": {"man - their": -0.00978871867245873, "man": 0.3740583450420087, "their": 0.3838470637144674}, "canada": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "cancelling": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "cancer": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "candidate": {"man - their": 0.10918706145916585, "man": 0.383454577914376, "their": 0.27426751645521014}, "candidates": {"man - their": 0.10827297511347328, "man": 0.39129547179832425, "their": 0.28302249668485097}, "cannot": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "canyon": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "capabilities": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "capability": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "capable": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "capacity": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "capitalize": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "captured": {"man - their": 0.15461522881245546, "man": 0.39129547179832425, "their": 0.2366802429858688}, "captures": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "car": {"man - their": 0.11971342302185331, "man": 0.3666315908045168, "their": 0.24691816778266348}, "care": {"man - their": 0.06126399511440994, "man": 0.3540544779675499, "their": 0.29279048285313997}, "cared": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "careers": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "carefully": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "caring": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "carlay": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "carmona": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "carolina": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "carried": {"man - their": 0.0795183434668606, "man": 0.39129547179832425, "their": 0.31177712833146365}, "cartoons": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "carty": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "case": {"man - their": 0.07061869381904823, "man": 0.41648086281875424, "their": 0.345862168999706}, "cassette": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "casualties": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "catch": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "catering": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "cats": {"man - their": 0.1566923124399315, "man": 0.37689655581946563, "their": 0.22020424337953412}, "cause": {"man - their": -0.04892606046539982, "man": 0.2814176597997184, "their": 0.3303437202651182}, "caused": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "causing": {"man - their": 0.112429461541463, "man": 0.42420658987292664, "their": 0.31177712833146365}, "cavaliers": {"man - their": 0.1531604422613813, "man": 0.40111459449184345, "their": 0.24795415223046213}, "ccp": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "cdc": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "ceaseless": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "celebrating": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "celtics": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "cement": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "center": {"man - their": 0.04305171404295949, "man": 0.3662601825298078, "their": 0.3232084684868483}, "central": {"man - their": -0.010921096158915788, "man": 0.3122873723279325, "their": 0.3232084684868483}, "centre": {"man - their": 0.02933738603916447, "man": 0.28400257441744714, "their": 0.25466518837828267}, "century": {"man - their": 0.045154203832673656, "man": 0.3342246602952562, "their": 0.28907045646258256}, "certain": {"man - their": 0.028853190437935716, "man": 0.36179992211052947, "their": 0.33294673167259375}, "certainly": {"man - their": 0.07632508105899366, "man": 0.42201579559176583, "their": 0.34569071453277217}, "challenges": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "chance": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "chances": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "chandler": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "change": {"man - their": -0.037644359822917084, "man": 0.27662636081971614, "their": 0.31427072064263323}, "changed": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "changes": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "channel": {"man - their": 0.0795183434668606, "man": 0.39129547179832425, "their": 0.31177712833146365}, "chaos": {"man - their": 0.1566923124399315, "man": 0.37689655581946563, "their": 0.22020424337953412}, "chaotic": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "chapter": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "character": {"man - their": 0.06229124984441081, "man": 0.3999410966876441, "their": 0.3376498468432333}, "characterized": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "charges": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "charismatic": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "charles": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "charting": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "chasing": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "chatham": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "checked": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "cheeky": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "cheer": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "cheery": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "chemical": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "chief": {"man - their": 0.027928564011974577, "man": 0.3122873723279325, "their": 0.28435880831595794}, "childhood": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "children": {"man - their": -0.010107071456302963, "man": 0.2789633850062796, "their": 0.28907045646258256}, "china": {"man - their": 0.06554182513543186, "man": 0.2982125603805395, "their": 0.23267073524510765}, "chinese": {"man - their": 0.14702480915008034, "man": 0.3847746199970678, "their": 0.23774981084698746}, "choice": {"man - their": -0.011036359509526528, "man": 0.31748151595159946, "their": 0.328517875461126}, "chopin": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "christ": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "christian": {"man - their": 0.07856511678172978, "man": 0.40111459449184345, "their": 0.32254947771011366}, "church": {"man - their": 0.03031951820241638, "man": 0.2645264741876453, "their": 0.23420695598522892}, "circumstantial": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "cities": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "citizens": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "city": {"man - their": 0.014164995566786465, "man": 0.34896481418901515, "their": 0.3347998186222287}, "civic": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "civilization": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "clarks": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "class": {"man - their": 0.08089723358287426, "man": 0.37689655581946563, "their": 0.29599932223659137}, "classic": {"man - their": 0.11425686776952093, "man": 0.4102561900061123, "their": 0.29599932223659137}, "clear": {"man - their": 0.01684975940191924, "man": 0.35063728971367264, "their": 0.3337875303117534}, "clearly": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "cleavage": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "clientele": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "clippers": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "closest": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "clouds": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "club": {"man - their": 0.1423443544869772, "man": 0.4166118709421873, "their": 0.27426751645521014}, "clubs": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "clutchest": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "cnd": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "coach": {"man - their": 0.14702480915008034, "man": 0.3847746199970678, "their": 0.23774981084698746}, "coached": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "coaching": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "coast": {"man - their": 0.1607318525326074, "man": 0.34746169732877336, "their": 0.18672984479616594}, "coastal": {"man - their": 0.05717825289738471, "man": 0.3122873723279325, "their": 0.2551091194305478}, "code": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "cold": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "collapse": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "colleagues": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "collected": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "collection": {"man - their": 0.14603350130716344, "man": 0.39168817795334276, "their": 0.24565467664617932}, "college": {"man - their": 0.05991519486535757, "man": 0.3712419967126097, "their": 0.31132680184725214}, "colorectal": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "columbia": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "com": {"man - their": 0.005951212291962105, "man": 0.3444937416802283, "their": 0.3385425293882662}, "combination": {"man - their": 0.058947595610681136, "man": 0.383454577914376, "their": 0.32450698230369485}, "combined": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "come": {"man - their": 0.011774258001626958, "man": 0.37363103819122173, "their": 0.3618567801895948}, "comes": {"man - their": 0.0762735509138085, "man": 0.4100610812255619, "their": 0.3337875303117534}, "comfort": {"man - their": 0.15461522881245546, "man": 0.39129547179832425, "their": 0.2366802429858688}, "comforting": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "coming": {"man - their": 0.051439884032029703, "man": 0.3788054990658362, "their": 0.3273656150338065}, "comment": {"man - their": -0.010921096158915788, "man": 0.3122873723279325, "their": 0.3232084684868483}, "comments": {"man - their": 0.005721288232447719, "man": 0.33022827053614257, "their": 0.32450698230369485}, "commercial": {"man - their": 0.006154714104347314, "man": 0.31748151595159946, "their": 0.31132680184725214}, "commercials": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "common": {"man - their": 0.08922466528438466, "man": 0.40704851157659694, "their": 0.3178238462922123}, "commonly": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "communication": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "communications": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "community": {"man - their": 0.030236927100240063, "man": 0.3365884049349307, "their": 0.30635147783469063}, "commuter": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "company": {"man - their": 0.0066542979434621174, "man": 0.32579100534360206, "their": 0.31913670740013994}, "compensated": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "compete": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "competent": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "complete": {"man - their": 0.06360087519229601, "man": 0.3847746199970678, "their": 0.3211737448047718}, "completed": {"man - their": 0.005952570646321931, "man": 0.3233809889450858, "their": 0.3174284182987639}, "completely": {"man - their": 0.08027200455390204, "man": 0.383454577914376, "their": 0.30318257336047394}, "complex": {"man - their": 0.06065804198189251, "man": 0.36179992211052947, "their": 0.30114188012863696}, "complicated": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "compromise": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "compulsion": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "computer": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "computers": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "conceivable": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "concept": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "concerns": {"man - their": -0.01130598270261901, "man": 0.33022827053614257, "their": 0.3415342532387616}, "conclusion": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "condemned": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "conditioning": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "conduit": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "conference": {"man - their": 0.02963785103656108, "man": 0.34746169732877336, "their": 0.3178238462922123}, "conferences": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "confidence": {"man - their": 0.112429461541463, "man": 0.42420658987292664, "their": 0.31177712833146365}, "confirming": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "conflict": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "confucius": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "congregation": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "congress": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "connections": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "consequence": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "consequences": {"man - their": 0.0795183434668606, "man": 0.39129547179832425, "their": 0.31177712833146365}, "considered": {"man - their": 0.0446638201737391, "man": 0.3417062703629122, "their": 0.2970424501891731}, "consisted": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "consistent": {"man - their": 0.10827297511347328, "man": 0.39129547179832425, "their": 0.28302249668485097}, "conspiracy": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "constant": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "constantly": {"man - their": 0.07856511678172978, "man": 0.40111459449184345, "their": 0.32254947771011366}, "constitutional": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "constraints": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "construction": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "contained": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "content": {"man - their": 0.042724121251483727, "man": 0.3712419967126097, "their": 0.328517875461126}, "contention": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "context": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "continent": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "continue": {"man - their": 0.058947595610681136, "man": 0.383454577914376, "their": 0.32450698230369485}, "continued": {"man - their": -0.02515422639391962, "man": 0.29601951841085217, "their": 0.3211737448047718}, "contributed": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "controlled": {"man - their": 0.0795183434668606, "man": 0.39129547179832425, "their": 0.31177712833146365}, "converging": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "conversations": {"man - their": 0.11116142615774, "man": 0.43371090386785366, "their": 0.32254947771011366}, "convey": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "convictions": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "cop": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "copy": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "core": {"man - their": 0.04235208264501639, "man": 0.37689655581946563, "their": 0.33454447317444924}, "corner": {"man - their": 0.1031767455655517, "man": 0.3233809889450858, "their": 0.22020424337953412}, "cornerstone": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "coronavirus": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "corp": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "corporate": {"man - their": 0.056427130230344624, "man": 0.3233809889450858, "their": 0.2669538587147412}, "correct": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "corrosive": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "cory": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "cosmos": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "cost": {"man - their": -0.03776801190090123, "man": 0.29601951841085217, "their": 0.3337875303117534}, "could": {"man - their": 0.011426457339690166, "man": 0.36600595354633514, "their": 0.354579496206645}, "council": {"man - their": 0.006497867735425822, "man": 0.3076397478640628, "their": 0.30114188012863696}, "counselling": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "count": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "countach": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "countries": {"man - their": -0.010921096158915788, "man": 0.3122873723279325, "their": 0.3232084684868483}, "country": {"man - their": -0.0489241029405279, "man": 0.27021260445961204, "their": 0.31913670740013994}, "county": {"man - their": 0.05682725863308957, "man": 0.31748151595159946, "their": 0.2606542573185099}, "couple": {"man - their": -0.025203095207374737, "man": 0.299575073504148, "their": 0.32477816871152276}, "course": {"man - their": 0.0762735509138085, "man": 0.4100610812255619, "their": 0.3337875303117534}, "court": {"man - their": 0.12198328387747004, "man": 0.34750565095061564, "their": 0.2255223670731456}, "courtesy": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "cover": {"man - their": 0.11058773939409983, "man": 0.3712419967126097, "their": 0.2606542573185099}, "coverage": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "covers": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "covid19": {"man - their": 0.1031767455655517, "man": 0.3233809889450858, "their": 0.22020424337953412}, "cracked": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "crazy": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "create": {"man - their": -0.037810388295477615, "man": 0.3076397478640628, "their": 0.3454501361595404}, "creating": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "cred": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "credit": {"man - their": 0.02767210440096124, "man": 0.31748151595159946, "their": 0.2898094115506382}, "creepy": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "cried": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "crime": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "crippling": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "crisis": {"man - their": 0.0630054832331497, "man": 0.39168817795334276, "their": 0.32868269472019307}, "criterion": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "critical": {"man - their": 0.06065804198189251, "man": 0.36179992211052947, "their": 0.30114188012863696}, "criticism": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "cross": {"man - their": 0.00678459065100806, "man": 0.299575073504148, "their": 0.29279048285313997}, "crotchety": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "crucial": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "cruise": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "cultivation": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "cultural": {"man - their": 0.0615303562075879, "man": 0.35063728971367264, "their": 0.28910693350608474}, "culture": {"man - their": 0.04385360927408727, "man": 0.3540544779675499, "their": 0.31020086869346264}, "curiosity": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "currently": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "cursing": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "cute": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "cutting": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "cynicism": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "d": {"man - their": 0.0476413680668753, "man": 0.39029180038746547, "their": 0.34265043232059017}, "dads": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "daily": {"man - their": 0.005721288232447719, "man": 0.33022827053614257, "their": 0.32450698230369485}, "daley": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "damage": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "dance": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "dancers": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "danger": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "dangerous": {"man - their": 0.1531604422613813, "man": 0.40111459449184345, "their": 0.24795415223046213}, "daniel": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "dante": {"man - their": 0.1531604422613813, "man": 0.40111459449184345, "their": 0.24795415223046213}, "dark": {"man - their": 0.09344669191181082, "man": 0.40477349375906296, "their": 0.31132680184725214}, "data": {"man - their": -0.009523275667540188, "man": 0.2578124592117941, "their": 0.26733573487933426}, "daughter": {"man - their": 0.08269536237986697, "man": 0.35775654682645186, "their": 0.2750611844465849}, "daughters": {"man - their": 0.056427130230344624, "man": 0.3233809889450858, "their": 0.2669538587147412}, "david": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "day": {"man - their": 0.03323566944421913, "man": 0.36124691824318683, "their": 0.3280112487989677}, "days": {"man - their": -0.0037641739111079486, "man": 0.3342246602952562, "their": 0.33798883420636416}, "deacon": {"man - their": 0.10372930683105247, "man": 0.31748151595159946, "their": 0.213752209120547}, "deacons": {"man - their": 0.10598685324680762, "man": 0.29271669804297357, "their": 0.18672984479616594}, "dead": {"man - their": 0.11210187018027254, "man": 0.35775654682645186, "their": 0.24565467664617932}, "death": {"man - their": 0.11058773939409983, "man": 0.3712419967126097, "their": 0.2606542573185099}, "decamp": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "decimated": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "dedicated": {"man - their": 0.059468137520701736, "man": 0.37689655581946563, "their": 0.3174284182987639}, "deep": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "deepen": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "deeper": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "deering": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "defeat": {"man - their": 0.10827297511347328, "man": 0.39129547179832425, "their": 0.28302249668485097}, "defence": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "defend": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "defended": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "defense": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "defensive": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "defiant": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "definitely": {"man - their": 0.005952570646321931, "man": 0.3233809889450858, "their": 0.3174284182987639}, "degree": {"man - their": 0.027381666708494456, "man": 0.3233809889450858, "their": 0.29599932223659137}, "delays": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "deliberation": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "delight": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "delivered": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "democratic": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "demographic": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "denied": {"man - their": 0.10463845282769182, "man": 0.3076397478640628, "their": 0.20300129503637096}, "denigrated": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "dennis": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "dense": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "depend": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "dependable": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "deployments": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "depressing": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "depressingly": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "depth": {"man - their": 0.0795183434668606, "man": 0.39129547179832425, "their": 0.31177712833146365}, "deputy": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "derivative": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "derogatory": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "derouen": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "describe": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "described": {"man - their": 0.006334894462428964, "man": 0.3122873723279325, "their": 0.30595247786550356}, "describing": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "description": {"man - their": 0.005449223204317177, "man": 0.33842236800591974, "their": 0.33297314480160256}, "deserved": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "design": {"man - their": 0.12145430640397598, "man": 0.35201921755702714, "their": 0.23056491115305117}, "designed": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "desires": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "despite": {"man - their": -0.05885707200638801, "man": 0.29601951841085217, "their": 0.3548765904172402}, "destabilized": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "destination": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "destroy": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "destroying": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "detailed": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "detect": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "detective": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "detroit": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "devastated": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "devastating": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "developed": {"man - their": 0.08089723358287426, "man": 0.37689655581946563, "their": 0.29599932223659137}, "developing": {"man - their": 0.005721288232447719, "man": 0.33022827053614257, "their": 0.32450698230369485}, "devoid": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "devote": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "dictated": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "did": {"man - their": 0.01516300724897629, "man": 0.3275465839916381, "their": 0.3123835767426618}, "didn": {"man - their": 0.006932513863602108, "man": 0.31860545695627, "their": 0.3116729430926679}, "die": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "different": {"man - their": 0.052195436072849155, "man": 0.36882159861985775, "their": 0.3166261625470086}, "difficult": {"man - their": 0.005449223204317177, "man": 0.33842236800591974, "their": 0.33297314480160256}, "difficulty": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "digital": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "dillman": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "diplomats": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "directed": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "direction": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "directly": {"man - their": 0.10827297511347328, "man": 0.39129547179832425, "their": 0.28302249668485097}, "disagrees": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "disappoint": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "disarray": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "disciple": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "disciplined": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "discoveries": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "discrete": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "discuss": {"man - their": 0.005721288232447719, "man": 0.33022827053614257, "their": 0.32450698230369485}, "discussions": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "disguise": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "dismantled": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "disobedience": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "disorder": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "disordered": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "disorienting": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "display": {"man - their": 0.104211093894442, "man": 0.3122873723279325, "their": 0.20807627843349052}, "disrupted": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "disruption": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "disruptive": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "dissenting": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "distance": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "distant": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "distributing": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "distrustful": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "dive": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "diverted": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "divide": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "dividends": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "division": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "dna": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "do": {"man - their": 0.04056160974278977, "man": 0.40221972656210037, "their": 0.3616581168193106}, "doctorow": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "documented": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "does": {"man - their": 0.09697343534441566, "man": 0.4108826835456463, "their": 0.3139092482012306}, "doesn": {"man - their": 0.051439884032029703, "man": 0.3788054990658362, "their": 0.3273656150338065}, "dog": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "doing": {"man - their": -0.02115607461492569, "man": 0.32389382745292267, "their": 0.34504990206784836}, "dolores": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "domantas": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "don": {"man - their": 0.03367577321583276, "man": 0.3803376745173242, "their": 0.34666190130149144}, "donald": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "done": {"man - their": 0.0309617187509455, "man": 0.3666315908045168, "their": 0.3356698720535713}, "donell": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "donovan": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "doofer": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "door": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "double": {"man - their": 0.058947595610681136, "man": 0.383454577914376, "their": 0.32450698230369485}, "douglas": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "down": {"man - their": 0.11729708073390249, "man": 0.4527298954000984, "their": 0.3354328146661959}, "downer": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "download": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "dr": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "drafted": {"man - their": 0.15461522881245546, "man": 0.39129547179832425, "their": 0.2366802429858688}, "dragged": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "drama": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "dramatic": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "draw": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "drawbridge": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "dream": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "dressed": {"man - their": 0.08027200455390204, "man": 0.383454577914376, "their": 0.30318257336047394}, "drew": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "drilled": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "drink": {"man - their": 0.02767210440096124, "man": 0.31748151595159946, "their": 0.2898094115506382}, "drinking": {"man - their": 0.0795183434668606, "man": 0.39129547179832425, "their": 0.31177712833146365}, "drivers": {"man - their": 0.10994269710472443, "man": 0.37689655581946563, "their": 0.2669538587147412}, "driving": {"man - their": 0.02767210440096124, "man": 0.31748151595159946, "their": 0.2898094115506382}, "drops": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "drummond": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "drunk": {"man - their": 0.10918706145916585, "man": 0.383454577914376, "their": 0.27426751645521014}, "drunkard": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "dubious": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "duck": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "due": {"man - their": -0.08483945296764389, "man": 0.2594109120620566, "their": 0.34425036502970047}, "duel": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "during": {"man - their": -0.01402776168099068, "man": 0.33374638542548846, "their": 0.34777414710647914}, "dvo\u0159\u00e1k": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "dysfunctional": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "e": {"man - their": 0.01634978595098907, "man": 0.36179992211052947, "their": 0.3454501361595404}, "each": {"man - their": 0.09807002326290476, "man": 0.36253732009465145, "their": 0.2644672968317467}, "earlier": {"man - their": 0.08231880597443764, "man": 0.36179992211052947, "their": 0.27948111613609183}, "early": {"man - their": 0.03832484661795782, "man": 0.40718426309421096, "their": 0.36885941647625314}, "earned": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "earth": {"man - their": 0.056427130230344624, "man": 0.3233809889450858, "their": 0.2669538587147412}, "easily": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "east": {"man - their": 0.09690041625202184, "man": 0.4273687501204136, "their": 0.33046833386839175}, "eastern": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "easy": {"man - their": 0.08231880597443764, "man": 0.36179992211052947, "their": 0.27948111613609183}, "eating": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "ecclesial": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "eclectic": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "economic": {"man - their": 0.0070323499261956135, "man": 0.29271669804297357, "their": 0.28568434811677795}, "economics": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "economies": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "ed": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "edge": {"man - their": 0.1050226196536761, "man": 0.3034287529380644, "their": 0.19840613328438833}, "edit": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "edmund": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "educate": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "education": {"man - their": -0.010815308987573435, "man": 0.3076397478640628, "their": 0.3184550568516362}, "effect": {"man - their": 0.08089723358287426, "man": 0.37689655581946563, "their": 0.29599932223659137}, "effects": {"man - their": 0.028367568491479533, "man": 0.3034287529380644, "their": 0.2750611844465849}, "effort": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "egede": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "eight": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "either": {"man - their": 0.02946354490890085, "man": 0.35063728971367264, "their": 0.3211737448047718}, "elbow": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "elder": {"man - their": 0.1031767455655517, "man": 0.3233809889450858, "their": 0.22020424337953412}, "elders": {"man - their": 0.10569154522118862, "man": 0.29601951841085217, "their": 0.19032797318966355}, "electrode": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "electromagnetic": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "electronic": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "elementary": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "elements": {"man - their": 0.10994269710472443, "man": 0.37689655581946563, "their": 0.2669538587147412}, "eliot": {"man - their": 0.20015185883341932, "man": 0.34896481418901515, "their": 0.14881295535559583}, "elliott": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "else": {"man - their": 0.058947595610681136, "man": 0.383454577914376, "their": 0.32450698230369485}, "elusively": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "email": {"man - their": 0.08190137421384985, "man": 0.3662601825298078, "their": 0.28435880831595794}, "emanates": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "embarrassment": {"man - their": 0.15113802622230305, "man": 0.41442793959606244, "their": 0.2632899133737594}, "embassy": {"man - their": 0.02815863172797095, "man": 0.3076397478640628, "their": 0.27948111613609183}, "embiid": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "emboldening": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "empathise": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "emphasis": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "emphasised": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "emphasize": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "emphasizing": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "empty": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "enable": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "encountering": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "encourage": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "encouraged": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "encyclopedia": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "end": {"man - their": 0.039476109612390675, "man": 0.38645564311393743, "their": 0.34697953350154676}, "endeavour": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "endeavours": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "ending": {"man - their": 0.112429461541463, "man": 0.42420658987292664, "their": 0.31177712833146365}, "endless": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "endoscopic": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "endured": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "enduring": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "enemy": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "enforcement": {"man - their": 0.10675748035795404, "man": 0.28400257441744714, "their": 0.1772450940594931}, "engage": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "engaging": {"man - their": 0.07856511678172978, "man": 0.40111459449184345, "their": 0.32254947771011366}, "engineers": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "england": {"man - their": 0.059468137520701736, "man": 0.37689655581946563, "their": 0.3174284182987639}, "english": {"man - their": 0.14411923644055308, "man": 0.40477349375906296, "their": 0.2606542573185099}, "enjoying": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "enlargement": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "enough": {"man - their": 0.006497867735425822, "man": 0.3076397478640628, "their": 0.30114188012863696}, "ensuring": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "entered": {"man - their": 0.16975397825067307, "man": 0.4248630976812209, "their": 0.2551091194305478}, "entering": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "entertain": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "entertainment": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "entire": {"man - their": 0.08852322770969712, "man": 0.4133013964212199, "their": 0.32477816871152276}, "entirely": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "entropy": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "enugu": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "environmental": {"man - their": -0.011036359509526528, "man": 0.31748151595159946, "their": 0.328517875461126}, "episode": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "equal": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "equipment": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "equipping": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "era": {"man - their": 0.112429461541463, "man": 0.42420658987292664, "their": 0.31177712833146365}, "eric": {"man - their": 0.1531604422613813, "man": 0.40111459449184345, "their": 0.24795415223046213}, "erm": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "erode": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "error": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "escape": {"man - their": 0.1531604422613813, "man": 0.40111459449184345, "their": 0.24795415223046213}, "escaped": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "escort": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "especially": {"man - their": -0.02501774016084496, "man": 0.2867340111501558, "their": 0.31175175131100075}, "essential": {"man - their": 0.10918706145916585, "man": 0.383454577914376, "their": 0.27426751645521014}, "establish": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "established": {"man - their": 0.10827297511347328, "man": 0.39129547179832425, "their": 0.28302249668485097}, "establishing": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "establishment": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "et": {"man - their": 0.06097475299096394, "man": 0.35775654682645186, "their": 0.2967817938354879}, "etc": {"man - their": 0.027381666708494456, "man": 0.3233809889450858, "their": 0.29599932223659137}, "etiquette": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "europe": {"man - their": 0.10918706145916585, "man": 0.383454577914376, "their": 0.27426751645521014}, "even": {"man - their": 0.05177465687111754, "man": 0.3952310443817295, "their": 0.34345638751061197}, "evening": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "events": {"man - their": 0.006154714104347314, "man": 0.31748151595159946, "their": 0.31132680184725214}, "eventually": {"man - their": 0.059468137520701736, "man": 0.37689655581946563, "their": 0.3174284182987639}, "ever": {"man - their": 0.06285184824507761, "man": 0.421170363064833, "their": 0.3583185148197554}, "every": {"man - their": 0.07014203849498163, "man": 0.421170363064833, "their": 0.3510283245698514}, "everyday": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "everyone": {"man - their": 0.02907385210625879, "man": 0.35775654682645186, "their": 0.32868269472019307}, "everything": {"man - their": -0.003696677120417491, "man": 0.3319731949331538, "their": 0.3356698720535713}, "evidence": {"man - their": 0.05682725863308957, "man": 0.31748151595159946, "their": 0.2606542573185099}, "evidenced": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "exactly": {"man - their": 0.0814325851619715, "man": 0.3712419967126097, "their": 0.2898094115506382}, "examination": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "examines": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "examining": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "example": {"man - their": 0.01653002285931643, "man": 0.35775654682645186, "their": 0.34122652396713543}, "examples": {"man - their": -0.011163484229363418, "man": 0.3233809889450858, "their": 0.33454447317444924}, "excellent": {"man - their": 0.08027200455390204, "man": 0.383454577914376, "their": 0.30318257336047394}, "except": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "exclusionary": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "exclusive": {"man - their": 0.056427130230344624, "man": 0.3233809889450858, "their": 0.2669538587147412}, "excoriated": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "executive": {"man - their": 0.05717825289738471, "man": 0.3122873723279325, "their": 0.2551091194305478}, "exercise": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "exist": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "existence": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "existential": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "exoplanets": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "expect": {"man - their": 0.02767210440096124, "man": 0.31748151595159946, "their": 0.2898094115506382}, "expectations": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "expected": {"man - their": 0.007144997641657769, "man": 0.2896310137726635, "their": 0.2824860161310057}, "expenses": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "experience": {"man - their": 0.10266410550241417, "man": 0.4168101543768904, "their": 0.3141460488744762}, "experienced": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "experiences": {"man - their": 0.07571171683166306, "man": 0.4102561900061123, "their": 0.33454447317444924}, "explain": {"man - their": 0.02767210440096124, "man": 0.31748151595159946, "their": 0.2898094115506382}, "explained": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "explosion": {"man - their": 0.07856511678172978, "man": 0.40111459449184345, "their": 0.32254947771011366}, "explosions": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "exposed": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "exposing": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "expressed": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "expressing": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "expressway": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "extensive": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "extent": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "extra": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "extreme": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "extremely": {"man - their": 0.11496408220842474, "man": 0.40477349375906296, "their": 0.2898094115506382}, "exult": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "eye": {"man - their": 0.15575457175230634, "man": 0.383454577914376, "their": 0.22770000616206965}, "eyes": {"man - their": 0.1531604422613813, "man": 0.40111459449184345, "their": 0.24795415223046213}, "f": {"man - their": 0.10994269710472443, "man": 0.37689655581946563, "their": 0.2669538587147412}, "face": {"man - their": 0.005721288232447719, "man": 0.33022827053614257, "their": 0.32450698230369485}, "faced": {"man - their": 0.005721288232447719, "man": 0.33022827053614257, "their": 0.32450698230369485}, "faces": {"man - their": 0.1531604422613813, "man": 0.40111459449184345, "their": 0.24795415223046213}, "facility": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "facing": {"man - their": 0.05991519486535757, "man": 0.3712419967126097, "their": 0.31132680184725214}, "fact": {"man - their": 0.006054072800199872, "man": 0.3417062703629122, "their": 0.3356521975627123}, "factories": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "factors": {"man - their": 0.007711924083019739, "man": 0.27439519122350553, "their": 0.2666832671404858}, "facts": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "factual": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "faded": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "fail": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "failure": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "fair": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "faith": {"man - their": 0.08089723358287426, "man": 0.37689655581946563, "their": 0.29599932223659137}, "faithful": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "fall": {"man - their": 0.08231880597443764, "man": 0.36179992211052947, "their": 0.27948111613609183}, "fallen": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "fallibility": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "falling": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "falls": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "fame": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "familiar": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "family": {"man - their": 0.03114052410216195, "man": 0.3203061936260751, "their": 0.28916566952391315}, "famous": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "fans": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "far": {"man - their": 0.0647689297751623, "man": 0.37112040760985293, "their": 0.30635147783469063}, "farrell": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "fascinate": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "fascinated": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "fascinating": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "fast": {"man - their": 0.07856511678172978, "man": 0.40111459449184345, "their": 0.32254947771011366}, "fatally": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "father": {"man - their": 0.02767210440096124, "man": 0.31748151595159946, "their": 0.2898094115506382}, "fatty": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "fault": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "favor": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "favorite": {"man - their": -0.010815308987573435, "man": 0.3076397478640628, "their": 0.3184550568516362}, "favorites": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "favour": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "favourite": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "fear": {"man - their": 0.05682725863308957, "man": 0.31748151595159946, "their": 0.2606542573185099}, "fearful": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "feat": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "features": {"man - their": 0.05682725863308957, "man": 0.31748151595159946, "their": 0.2606542573185099}, "february": {"man - their": 0.15461522881245546, "man": 0.39129547179832425, "their": 0.2366802429858688}, "federal": {"man - their": 0.08269536237986697, "man": 0.35775654682645186, "their": 0.2750611844465849}, "feed": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "feeling": {"man - their": 0.02767210440096124, "man": 0.31748151595159946, "their": 0.2898094115506382}, "feelings": {"man - their": 0.1433023312913711, "man": 0.4102561900061123, "their": 0.2669538587147412}, "feels": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "fellow": {"man - their": 0.08027200455390204, "man": 0.383454577914376, "their": 0.30318257336047394}, "felt": {"man - their": 0.02815863172797095, "man": 0.3076397478640628, "their": 0.27948111613609183}, "female": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "fever": {"man - their": 0.15113802622230305, "man": 0.41442793959606244, "their": 0.2632899133737594}, "few": {"man - their": -0.0037641739111079486, "man": 0.3342246602952562, "their": 0.33798883420636416}, "fibrinolysins": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "fictitious": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "fields": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "fiercely": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "fifty": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "fight": {"man - their": 0.04334486525889325, "man": 0.36179992211052947, "their": 0.3184550568516362}, "figure": {"man - their": 0.04483618591287569, "man": 0.33907721897266896, "their": 0.29424103305979327}, "figures": {"man - their": 0.09123344507132408, "man": 0.42420658987292664, "their": 0.33297314480160256}, "file": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "film": {"man - their": 0.09807002326290476, "man": 0.36253732009465145, "their": 0.2644672968317467}, "films": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "final": {"man - their": 0.029276309256027144, "man": 0.3540544779675499, "their": 0.32477816871152276}, "finally": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "financial": {"man - their": -0.02542070596088042, "man": 0.31748151595159946, "their": 0.3429022219124799}, "find": {"man - their": 0.08441025380854694, "man": 0.4432765216851083, "their": 0.35886626787656134}, "finding": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "finds": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "fingers": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "finish": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "finishing": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "fire": {"man - their": 0.11513007562549357, "man": 0.329823120230795, "their": 0.21469304460530145}, "fired": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "fires": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "first": {"man - their": 0.04486946890343613, "man": 0.40971432635573535, "their": 0.3648448574522992}, "fit": {"man - their": 0.027381666708494456, "man": 0.3233809889450858, "their": 0.29599932223659137}, "five": {"man - their": 0.08715781691270608, "man": 0.41504898773980997, "their": 0.3278911708271039}, "flag": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "flagship": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "flames": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "flavour": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "flawlessly": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "fleeing": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "flesh": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "flight": {"man - their": 0.027381666708494456, "man": 0.3233809889450858, "their": 0.29599932223659137}, "flits": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "flock": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "flower": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "fly": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "focus": {"man - their": 0.042724121251483727, "man": 0.3712419967126097, "their": 0.328517875461126}, "following": {"man - their": 0.06065804198189251, "man": 0.36179992211052947, "their": 0.30114188012863696}, "follows": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "food": {"man - their": 0.0423576308487959, "man": 0.34750565095061564, "their": 0.30514802010181974}, "foolish": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "foot": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "for": {"man - their": 0.05220923905864966, "man": 0.4157590713458813, "their": 0.36354983228723164}, "force": {"man - their": 0.09210488863849248, "man": 0.4166118709421873, "their": 0.32450698230369485}, "forces": {"man - their": 0.006154714104347314, "man": 0.31748151595159946, "their": 0.31132680184725214}, "ford": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "foreign": {"man - their": 0.029200432894846085, "man": 0.2867340111501558, "their": 0.2575335782553097}, "foreigners": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "foresight": {"man - their": 0.05906832460533179, "man": 0.28400257441744714, "their": 0.22493424981211535}, "form": {"man - their": 0.006646959102576511, "man": 0.3034287529380644, "their": 0.2967817938354879}, "formative": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "former": {"man - their": -0.025203095207374737, "man": 0.299575073504148, "their": 0.32477816871152276}, "formidable": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "forms": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "forty": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "forums": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "forward": {"man - their": 0.005952570646321931, "man": 0.3233809889450858, "their": 0.3174284182987639}, "forwarded": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "found": {"man - their": 0.006578650966594934, "man": 0.32776508686915595, "their": 0.321186435902561}, "four": {"man - their": 0.09728664580449708, "man": 0.40831375118198815, "their": 0.31102710537749106}, "fracturing": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "franchise": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "francisco": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "frank": {"man - their": 0.005721288232447719, "man": 0.33022827053614257, "their": 0.32450698230369485}, "frederick": {"man - their": 0.056427130230344624, "man": 0.3233809889450858, "their": 0.2669538587147412}, "free": {"man - their": 0.02429069106781917, "man": 0.3883340481235549, "their": 0.3640433570557357}, "freeing": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "french": {"man - their": 0.15575457175230634, "man": 0.383454577914376, "their": 0.22770000616206965}, "frenzy": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "frequent": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "freshman": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "freshmen": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "friendly": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "friends": {"man - their": 0.0630054832331497, "man": 0.39168817795334276, "their": 0.32868269472019307}, "friendship": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "fringe": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "from": {"man - their": 0.03597616153758021, "man": 0.42288552372499766, "their": 0.38690936218741745}, "front": {"man - their": -0.010921096158915788, "man": 0.3122873723279325, "their": 0.3232084684868483}, "fruit": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "frustration": {"man - their": 0.1531604422613813, "man": 0.40111459449184345, "their": 0.24795415223046213}, "ft": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "full": {"man - their": 0.06637986410022922, "man": 0.39672358436534744, "their": 0.3303437202651182}, "fully": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "fundamental": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "funeral": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "further": {"man - their": 0.07975114215727519, "man": 0.36882159861985775, "their": 0.28907045646258256}, "future": {"man - their": 0.03310810538058112, "man": 0.3305550659906313, "their": 0.29744696061005016}, "gain": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "gained": {"man - their": 0.11342929758171338, "man": 0.4166118709421873, "their": 0.30318257336047394}, "galaxies": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "game": {"man - their": 0.06676452452769749, "man": 0.34750565095061564, "their": 0.28074112642291815}, "gamecock": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "gamecocks": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "games": {"man - their": 0.09530306950447937, "man": 0.38809355235761933, "their": 0.29279048285313997}, "gang": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "garnet": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "gas": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "gases": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "gathered": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "gauntlet": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "gave": {"man - their": 0.02963785103656108, "man": 0.34746169732877336, "their": 0.3178238462922123}, "general": {"man - their": 0.028610335686574506, "man": 0.3662601825298078, "their": 0.3376498468432333}, "generalised": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "generally": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "generating": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "genius": {"man - their": 0.15113802622230305, "man": 0.41442793959606244, "their": 0.2632899133737594}, "gently": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "genuine": {"man - their": 0.0795183434668606, "man": 0.39129547179832425, "their": 0.31177712833146365}, "george": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "georgia": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "get": {"man - their": 0.05427938788951531, "man": 0.40930185807703123, "their": 0.3550224701875159}, "gets": {"man - their": 0.056427130230344624, "man": 0.3233809889450858, "their": 0.2669538587147412}, "getting": {"man - their": 0.030555428764780068, "man": 0.3735403927852326, "their": 0.34298496402045253}, "girl": {"man - their": 0.028901139136493725, "man": 0.29271669804297357, "their": 0.26381555890647984}, "girls": {"man - their": 0.11115106309925998, "man": 0.3662601825298078, "their": 0.2551091194305478}, "give": {"man - their": 0.0857494861973887, "man": 0.4273687501204136, "their": 0.3416192639230249}, "given": {"man - their": 0.07824755421246965, "man": 0.40370798022618576, "their": 0.3254604260137161}, "giving": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "glasses": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "glazing": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "global": {"man - their": 0.08027200455390204, "man": 0.383454577914376, "their": 0.30318257336047394}, "glorious": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "gloves": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "go": {"man - their": 0.046485383296376526, "man": 0.3893743496313924, "their": 0.34288896633501587}, "goal": {"man - their": -0.010815308987573435, "man": 0.3076397478640628, "their": 0.3184550568516362}, "gobert": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "god": {"man - their": 0.08391811761449902, "man": 0.3444937416802283, "their": 0.26057562406572926}, "godfather": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "godliness": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "going": {"man - their": 0.01585778140578681, "man": 0.3846508718925999, "their": 0.3687930904868131}, "golden": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "gone": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "good": {"man - their": 0.0609939234073017, "man": 0.41168712749386527, "their": 0.35069320408656357}, "google": {"man - their": 0.029590556632802772, "man": 0.2789633850062796, "their": 0.24937282837347682}, "gordon": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "gosh": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "gospel": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "got": {"man - their": -0.00303683931625387, "man": 0.31087240888497675, "their": 0.3139092482012306}, "gotten": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "govern": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "governance": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "governing": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "government": {"man - their": 0.026434925690353495, "man": 0.350400715149438, "their": 0.3239657894590845}, "grabbed": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "grace": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "grade": {"man - their": 0.028736307580842335, "man": 0.29601951841085217, "their": 0.26728321083000983}, "graders": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "graduates": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "grand": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "grann": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "grant": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "granted": {"man - their": 0.005952570646321931, "man": 0.3233809889450858, "their": 0.3174284182987639}, "graphic": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "grasped": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "great": {"man - their": -0.003232290398439752, "man": 0.31696085978904426, "their": 0.320193150187484}, "greater": {"man - their": 0.0767326282007958, "man": 0.3999410966876441, "their": 0.3232084684868483}, "green": {"man - their": -0.009817769652397224, "man": 0.26824535247063586, "their": 0.2780631221230331}, "grey": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "gridlock": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "ground": {"man - their": 0.04544252316772701, "man": 0.329823120230795, "their": 0.284380597063068}, "group": {"man - their": -0.03608345502404692, "man": 0.299349359642149, "their": 0.3354328146661959}, "groups": {"man - their": 0.02855917895880622, "man": 0.299575073504148, "their": 0.2710158945453418}, "grow": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "growing": {"man - their": 0.028610335686574506, "man": 0.3662601825298078, "their": 0.3376498468432333}, "grown": {"man - their": 0.059468137520701736, "man": 0.37689655581946563, "their": 0.3174284182987639}, "growth": {"man - their": -0.010539842516773312, "man": 0.29601951841085217, "their": 0.3065593609276255}, "guarantees": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "guard": {"man - their": 0.0814325851619715, "man": 0.3712419967126097, "their": 0.2898094115506382}, "guiana": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "guilt": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "gulf": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "gun": {"man - their": 0.057491288027962106, "man": 0.3076397478640628, "their": 0.2501484598361007}, "guy": {"man - their": 0.14118409318807568, "man": 0.42420658987292664, "their": 0.28302249668485097}, "guys": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "had": {"man - their": 0.030433713149159547, "man": 0.38881842731870214, "their": 0.3583847141695426}, "hadn": {"man - their": 0.005449223204317177, "man": 0.33842236800591974, "their": 0.33297314480160256}, "hair": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "haired": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "hairstyle": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "half": {"man - their": 0.0963194829348305, "man": 0.3788054990658362, "their": 0.2824860161310057}, "handedly": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "handful": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "handicaps": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "handle": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "handling": {"man - their": 0.0795183434668606, "man": 0.39129547179832425, "their": 0.31177712833146365}, "hands": {"man - their": 0.058947595610681136, "man": 0.383454577914376, "their": 0.32450698230369485}, "happen": {"man - their": 0.006334894462428964, "man": 0.3122873723279325, "their": 0.30595247786550356}, "happened": {"man - their": 0.006154714104347314, "man": 0.31748151595159946, "their": 0.31132680184725214}, "happens": {"man - their": 0.1031767455655517, "man": 0.3233809889450858, "their": 0.22020424337953412}, "hard": {"man - their": 0.05164513489835093, "man": 0.37609622760475264, "their": 0.3244510927064017}, "harder": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "hardest": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "hardly": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "harry": {"man - their": 0.1031767455655517, "man": 0.3233809889450858, "their": 0.22020424337953412}, "has": {"man - their": 0.05479029220999215, "man": 0.43089907389449, "their": 0.37610878168449785}, "hassles": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "hats": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "haunting": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "have": {"man - their": 0.05175198285593291, "man": 0.4369621495452231, "their": 0.3852101666892902}, "having": {"man - their": 0.07760704104513688, "man": 0.42458657454668364, "their": 0.34697953350154676}, "hayward": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "hazards": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "he": {"man - their": 0.12424775311597352, "man": 0.44172954938435455, "their": 0.317481796268381}, "head": {"man - their": 0.05266986433224874, "man": 0.36253732009465145, "their": 0.3098674557624027}, "headed": {"man - their": 0.08027200455390204, "man": 0.383454577914376, "their": 0.30318257336047394}, "heading": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "health": {"man - their": 0.0643444762937519, "man": 0.37609622760475264, "their": 0.31175175131100075}, "healthy": {"man - their": 0.06187127184658309, "man": 0.40477349375906296, "their": 0.3429022219124799}, "hear": {"man - their": 0.006154714104347314, "man": 0.31748151595159946, "their": 0.31132680184725214}, "heard": {"man - their": 0.006912584904767427, "man": 0.29601951841085217, "their": 0.28910693350608474}, "hearing": {"man - their": 0.1531604422613813, "man": 0.40111459449184345, "their": 0.24795415223046213}, "heart": {"man - their": 0.06139319576506397, "man": 0.4102561900061123, "their": 0.34886299424104833}, "heartening": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "heartfelt": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "heat": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "heavy": {"man - their": 0.056427130230344624, "man": 0.3233809889450858, "their": 0.2669538587147412}, "height": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "held": {"man - their": 0.021889415112555932, "man": 0.3645398474331461, "their": 0.34265043232059017}, "hell": {"man - their": 0.07856511678172978, "man": 0.40111459449184345, "their": 0.32254947771011366}, "helms": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "help": {"man - their": -0.0013847157349778927, "man": 0.3587695999330437, "their": 0.3601543156680216}, "helpadchoicespublisherslegaltermsprivacycopyrightsocial": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "helped": {"man - their": 0.058947595610681136, "man": 0.383454577914376, "their": 0.32450698230369485}, "helpless": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "helps": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "her": {"man - their": 0.03553572399866883, "man": 0.2905705288102146, "their": 0.2550348048115458}, "here": {"man - their": 0.055212432522413035, "man": 0.41073412704629314, "their": 0.3555216945238801}, "herself": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "hiace": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "high": {"man - their": 0.06779408076358784, "man": 0.3812340172284337, "their": 0.31343993646484586}, "higher": {"man - their": -0.010458682683596232, "man": 0.29271669804297357, "their": 0.3031753807265698}, "highlight": {"man - their": 0.0795183434668606, "man": 0.39129547179832425, "their": 0.31177712833146365}, "highway": {"man - their": 0.056427130230344624, "man": 0.3233809889450858, "their": 0.2669538587147412}, "highways": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "hijacking": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "him": {"man - their": 0.12563529496747428, "man": 0.44706182034564207, "their": 0.3214265253781678}, "himself": {"man - their": 0.059468137520701736, "man": 0.37689655581946563, "their": 0.3174284182987639}, "hint": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "hipper": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "his": {"man - their": 0.12008600720388646, "man": 0.4665667195765397, "their": 0.34648071237265327}, "historic": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "historical": {"man - their": 0.005721288232447719, "man": 0.33022827053614257, "their": 0.32450698230369485}, "historically": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "history": {"man - their": 0.07889807653716213, "man": 0.39744819870022347, "their": 0.31855012216306133}, "hit": {"man - their": 0.028367568491479533, "man": 0.3034287529380644, "their": 0.2750611844465849}, "hive": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "hold": {"man - their": 0.01634978595098907, "man": 0.36179992211052947, "their": 0.3454501361595404}, "holding": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "holds": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "holes": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "holy": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "homage": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "home": {"man - their": 0.04890133719062223, "man": 0.37363103819122173, "their": 0.3247297010005995}, "homes": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "honest": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "honourable": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "hoofer": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "hope": {"man - their": 0.09447114120197236, "man": 0.3956130213306093, "their": 0.30114188012863696}, "horror": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "hospital": {"man - their": 0.10827297511347328, "man": 0.39129547179832425, "their": 0.28302249668485097}, "hospitals": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "hot": {"man - their": -0.010625795189314613, "man": 0.299575073504148, "their": 0.31020086869346264}, "hour": {"man - their": 0.10310052772775724, "man": 0.4133013964212199, "their": 0.31020086869346264}, "hours": {"man - their": 0.06331538364609657, "man": 0.38809355235761933, "their": 0.32477816871152276}, "house": {"man - their": 0.05122121137342711, "man": 0.38168954524181886, "their": 0.33046833386839175}, "how": {"man - their": 0.07135645072677455, "man": 0.4526651173287918, "their": 0.38130866660201723}, "however": {"man - their": -0.028881813803086187, "man": 0.3153685512266143, "their": 0.34425036502970047}, "https": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "hubble": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "huerta": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "huge": {"man - their": -0.037810388295477615, "man": 0.3076397478640628, "their": 0.3454501361595404}, "hugh": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "human": {"man - their": 0.029276309256027144, "man": 0.3540544779675499, "their": 0.32477816871152276}, "humans": {"man - their": 0.006497867735425822, "man": 0.3076397478640628, "their": 0.30114188012863696}, "humbly": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "hundred": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "hundreds": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "hutcherson": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "hypertrophy": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "hypocrisy": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "i": {"man - their": 0.07312222433599985, "man": 0.3619096258343706, "their": 0.28878740149837073}, "ia": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "idea": {"man - their": -0.059125737649863785, "man": 0.2627640998293715, "their": 0.3218898374792353}, "identify": {"man - their": 0.10994269710472443, "man": 0.37689655581946563, "their": 0.2669538587147412}, "if": {"man - their": 0.006083393948631111, "man": 0.3870733570810564, "their": 0.3809899631324253}, "igbinidu": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "ignited": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "ignorance": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "ignorant": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "ignore": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "ii": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "imagine": {"man - their": 0.08089723358287426, "man": 0.37689655581946563, "their": 0.29599932223659137}, "imagining": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "immediately": {"man - their": -0.037751635825418184, "man": 0.29271669804297357, "their": 0.33046833386839175}, "immensely": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "immersive": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "imminent": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "impact": {"man - their": 0.04235208264501639, "man": 0.37689655581946563, "their": 0.33454447317444924}, "impeccably": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "importance": {"man - their": 0.11824976945114796, "man": 0.4295765712984001, "their": 0.31132680184725214}, "important": {"man - their": 0.07879712743472594, "man": 0.42882351631343857, "their": 0.3500263888787126}, "impossible": {"man - their": 0.027381666708494456, "man": 0.3233809889450858, "their": 0.29599932223659137}, "improved": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "impulse": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "in": {"man - their": 0.06835637610892525, "man": 0.38622319306313746, "their": 0.3178668169542122}, "incision": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "include": {"man - their": -0.0488908801400878, "man": 0.29601951841085217, "their": 0.34491039855093997}, "included": {"man - their": -0.010815308987573435, "man": 0.3076397478640628, "their": 0.3184550568516362}, "includes": {"man - their": 0.027381666708494456, "man": 0.3233809889450858, "their": 0.29599932223659137}, "including": {"man - their": 0.005309086145257436, "man": 0.38291111155530744, "their": 0.37760202541005}, "incomplete": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "incomprehensibly": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "increase": {"man - their": 0.006497867735425822, "man": 0.3076397478640628, "their": 0.30114188012863696}, "increased": {"man - their": 0.10372930683105247, "man": 0.31748151595159946, "their": 0.213752209120547}, "increasingly": {"man - their": 0.04192032467561441, "man": 0.383454577914376, "their": 0.3415342532387616}, "incredible": {"man - their": 0.15748978759206272, "man": 0.3712419967126097, "their": 0.213752209120547}, "individual": {"man - their": 0.08089723358287426, "man": 0.37689655581946563, "their": 0.29599932223659137}, "individuals": {"man - their": 0.04305171404295949, "man": 0.3662601825298078, "their": 0.3232084684868483}, "indoors": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "industry": {"man - their": 0.006646959102576511, "man": 0.3034287529380644, "their": 0.2967817938354879}, "ineffective": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "inevitably": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "infects": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "infiltrates": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "inflammatory": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "inflict": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "influenced": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "informal": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "information": {"man - their": -0.02510714824923871, "man": 0.29271669804297357, "their": 0.3178238462922123}, "inherently": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "injured": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "injuries": {"man - their": 0.112429461541463, "man": 0.42420658987292664, "their": 0.31177712833146365}, "injury": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "ink": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "inmates": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "inoculated": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "insect": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "inside": {"man - their": 0.10165462919437257, "man": 0.4248630976812209, "their": 0.3232084684868483}, "inspiring": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "instability": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "instead": {"man - their": 0.056103261354506107, "man": 0.39908822537495864, "their": 0.34298496402045253}, "instincts": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "institutes": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "institution": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "institutional": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "institutions": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "instruments": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "intelligence": {"man - their": 0.006497867735425822, "man": 0.3076397478640628, "their": 0.30114188012863696}, "intelligent": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "intense": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "intensified": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "intensity": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "intentions": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "interaction": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "interactions": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "interest": {"man - their": 0.04305171404295949, "man": 0.3662601825298078, "their": 0.3232084684868483}, "interested": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "interesting": {"man - their": 0.058947595610681136, "man": 0.383454577914376, "their": 0.32450698230369485}, "internet": {"man - their": 0.027928564011974577, "man": 0.3122873723279325, "their": 0.28435880831595794}, "interrupted": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "intervene": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "interview": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "into": {"man - their": 0.0357659754700157, "man": 0.4072736356095319, "their": 0.3715076601395162}, "introduction": {"man - their": 0.15113802622230305, "man": 0.41442793959606244, "their": 0.2632899133737594}, "invades": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "invented": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "inventor": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "investigates": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "investigation": {"man - their": 0.005952570646321931, "man": 0.3233809889450858, "their": 0.3174284182987639}, "investigators": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "inviting": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "involvement": {"man - their": 0.027381666708494456, "man": 0.3233809889450858, "their": 0.29599932223659137}, "involves": {"man - their": 0.11116142615774, "man": 0.43371090386785366, "their": 0.32254947771011366}, "ionigeria": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "iron": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "irony": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "is": {"man - their": 0.06409725676773287, "man": 0.3977486122155605, "their": 0.33365135544782765}, "isn": {"man - their": 0.01684975940191924, "man": 0.35063728971367264, "their": 0.3337875303117534}, "israel": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "issue": {"man - their": 0.09980167113519217, "man": 0.34608810171565063, "their": 0.24628643058045846}, "it": {"man - their": 0.05237787857773729, "man": 0.41405768000042287, "their": 0.3616798014226856}, "items": {"man - their": 0.07856511678172978, "man": 0.40111459449184345, "their": 0.32254947771011366}, "its": {"man - their": 0.03252716909049652, "man": 0.3675665000393272, "their": 0.3350393309488307}, "itself": {"man - their": 0.09653234903043129, "man": 0.4303198793421847, "their": 0.3337875303117534}, "j": {"man - their": 0.14405166201859465, "man": 0.40158524027390435, "their": 0.2575335782553097}, "jack": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "jacket": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "jackson": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "jaded": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "james": {"man - their": 0.10994269710472443, "man": 0.37689655581946563, "their": 0.2669538587147412}, "japanese": {"man - their": 0.05803217097668675, "man": 0.299575073504148, "their": 0.24154290252746127}, "jayson": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "jazz": {"man - their": 0.10463845282769182, "man": 0.3076397478640628, "their": 0.20300129503637096}, "jeff": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "jelly": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "jerusalem": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "jesus": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "jfk": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "job": {"man - their": 0.051439884032029703, "man": 0.3788054990658362, "their": 0.3273656150338065}, "jobs": {"man - their": 0.059468137520701736, "man": 0.37689655581946563, "their": 0.3174284182987639}, "jodrell": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "joe": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "joel": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "johannes": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "john": {"man - their": 0.06126399511440994, "man": 0.3540544779675499, "their": 0.29279048285313997}, "johnson": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "joined": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "jordan": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "jordon": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "journal": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "journalism": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "journey": {"man - their": 0.14411923644055308, "man": 0.40477349375906296, "their": 0.2606542573185099}, "journeys": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "joyfully": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "judging": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "july": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "june": {"man - their": 0.14277787039555206, "man": 0.4100610812255619, "their": 0.26728321083000983}, "junior": {"man - their": 0.1031767455655517, "man": 0.3233809889450858, "their": 0.22020424337953412}, "just": {"man - their": 0.04857327655695315, "man": 0.41712208178836263, "their": 0.3685488052314095}, "justify": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "kang": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "keen": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "kenya": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "kept": {"man - their": 0.08190137421384985, "man": 0.3662601825298078, "their": 0.28435880831595794}, "key": {"man - their": 0.005721288232447719, "man": 0.33022827053614257, "their": 0.32450698230369485}, "keynote": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "killed": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "killer": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "killers": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "kind": {"man - their": 0.06139319576506397, "man": 0.4102561900061123, "their": 0.34886299424104833}, "kingdom": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "klaxons": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "km": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "knew": {"man - their": 0.043610497951975635, "man": 0.35775654682645186, "their": 0.3141460488744762}, "knicks": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "knocking": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "knocks": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "knott": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "know": {"man - their": 0.016414992865130984, "man": 0.37357481931080866, "their": 0.3571598264456777}, "knowing": {"man - their": 0.14118409318807568, "man": 0.42420658987292664, "their": 0.28302249668485097}, "knowledge": {"man - their": 0.08089723358287426, "man": 0.37689655581946563, "their": 0.29599932223659137}, "known": {"man - their": 0.02459259673555203, "man": 0.38291111155530744, "their": 0.3583185148197554}, "knows": {"man - their": 0.0795183434668606, "man": 0.39129547179832425, "their": 0.31177712833146365}, "korean": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "kourou": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "l": {"man - their": 0.027928564011974577, "man": 0.3122873723279325, "their": 0.28435880831595794}, "la": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "laboratory": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "lack": {"man - their": 0.027381666708494456, "man": 0.3233809889450858, "their": 0.29599932223659137}, "ladder": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "lady": {"man - their": 0.1433023312913711, "man": 0.4102561900061123, "their": 0.2669538587147412}, "lagos": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "laid": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "lamborghini": {"man - their": 0.10372930683105247, "man": 0.31748151595159946, "their": 0.213752209120547}, "lamppost": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "land": {"man - their": 0.12210265159522499, "man": 0.40158524027390435, "their": 0.27948258867867937}, "large": {"man - their": 0.006334894462428964, "man": 0.3122873723279325, "their": 0.30595247786550356}, "larger": {"man - their": 0.10994269710472443, "man": 0.37689655581946563, "their": 0.2669538587147412}, "last": {"man - their": 0.05734722916551632, "man": 0.4191573799709941, "their": 0.3618101508054778}, "late": {"man - their": -0.02515422639391962, "man": 0.29601951841085217, "their": 0.3211737448047718}, "later": {"man - their": 0.07769214997187734, "man": 0.4090262566529966, "their": 0.33133410668111923}, "lateral": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "launch": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "launched": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "law": {"man - their": -0.009871874629946098, "man": 0.27021260445961204, "their": 0.28008447908955814}, "laws": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "lead": {"man - their": 0.06658586270868755, "man": 0.39447703353579144, "their": 0.3278911708271039}, "leaders": {"man - their": 0.01653002285931643, "man": 0.35775654682645186, "their": 0.34122652396713543}, "leadership": {"man - their": 0.14546456149450865, "man": 0.3956130213306093, "their": 0.2501484598361007}, "leading": {"man - their": 0.11342929758171338, "man": 0.4166118709421873, "their": 0.30318257336047394}, "leads": {"man - their": 0.15461522881245546, "man": 0.39129547179832425, "their": 0.2366802429858688}, "league": {"man - their": 0.10827297511347328, "man": 0.39129547179832425, "their": 0.28302249668485097}, "leaky": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "leaning": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "learn": {"man - their": 0.11115106309925998, "man": 0.3662601825298078, "their": 0.2551091194305478}, "least": {"man - their": 0.046975242539431805, "man": 0.39908822537495864, "their": 0.35211298283552683}, "leave": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "leaving": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "lebron": {"man - their": 0.15461522881245546, "man": 0.39129547179832425, "their": 0.2366802429858688}, "led": {"man - their": 0.08231880597443764, "man": 0.36179992211052947, "their": 0.27948111613609183}, "left": {"man - their": 0.07769214997187734, "man": 0.4090262566529966, "their": 0.33133410668111923}, "legal": {"man - their": 0.08089723358287426, "man": 0.37689655581946563, "their": 0.29599932223659137}, "legend": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "legendary": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "legs": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "length": {"man - their": 0.08027200455390204, "man": 0.383454577914376, "their": 0.30318257336047394}, "less": {"man - their": -0.0011633912419473647, "man": 0.35201921755702714, "their": 0.3531826087989745}, "let": {"man - their": 0.02245585767651831, "man": 0.35362083294982377, "their": 0.33116497527330546}, "letter": {"man - their": 0.04407792878604716, "man": 0.35063728971367264, "their": 0.3065593609276255}, "level": {"man - their": -0.010381711901880641, "man": 0.2896310137726635, "their": 0.3000127256745441}, "levi": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "librarians": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "libraries": {"man - their": 0.05717825289738471, "man": 0.3122873723279325, "their": 0.2551091194305478}, "library": {"man - their": 0.058887369147356566, "man": 0.2867340111501558, "their": 0.22784664200279922}, "life": {"man - their": 0.07499301668673014, "man": 0.4426168665932865, "their": 0.36762384990655633}, "lifelong": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "lifted": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "light": {"man - their": 0.027381666708494456, "man": 0.3233809889450858, "their": 0.29599932223659137}, "like": {"man - their": 0.0564404324731142, "man": 0.4207032801352557, "their": 0.3642628476621415}, "likely": {"man - their": 0.0795313161327233, "man": 0.37112040760985293, "their": 0.29158909147712964}, "likes": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "line": {"man - their": 0.08269536237986697, "man": 0.35775654682645186, "their": 0.2750611844465849}, "lineman": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "linemen": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "lingering": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "linked": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "lipgloss": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "listening": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "literature": {"man - their": 0.08027200455390204, "man": 0.383454577914376, "their": 0.30318257336047394}, "little": {"man - their": 0.04597840574235568, "man": 0.3960047946210683, "their": 0.3500263888787126}, "liu": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "live": {"man - their": 0.06229124984441081, "man": 0.3999410966876441, "their": 0.3376498468432333}, "lived": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "liverpool": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "lives": {"man - their": 0.005952570646321931, "man": 0.3233809889450858, "their": 0.3174284182987639}, "living": {"man - their": -0.02542070596088042, "man": 0.31748151595159946, "their": 0.3429022219124799}, "ll": {"man - their": 0.0397194199836271, "man": 0.38291111155530744, "their": 0.34319169157168034}, "loads": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "lobes": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "local": {"man - their": 0.06714761222099386, "man": 0.3883340481235549, "their": 0.321186435902561}, "logged": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "logical": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "logistical": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "lone": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "long": {"man - their": 0.032460348377587045, "man": 0.37363103819122173, "their": 0.3411706898136347}, "longer": {"man - their": 0.027928564011974577, "man": 0.3122873723279325, "their": 0.28435880831595794}, "look": {"man - their": 0.011836640005316867, "man": 0.3722438051646557, "their": 0.36040716515933885}, "looked": {"man - their": 0.0615303562075879, "man": 0.35063728971367264, "their": 0.28910693350608474}, "looking": {"man - their": 0.05949809397598754, "man": 0.41504898773980997, "their": 0.35555089376382243}, "looks": {"man - their": 0.0814325851619715, "man": 0.3712419967126097, "their": 0.2898094115506382}, "loop": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "loose": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "looting": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "lore": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "lorentzian": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "los": {"man - their": 0.006646959102576511, "man": 0.3034287529380644, "their": 0.2967817938354879}, "lose": {"man - their": 0.08027200455390204, "man": 0.383454577914376, "their": 0.30318257336047394}, "losing": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "lost": {"man - their": 0.10350172029793642, "man": 0.4100610812255619, "their": 0.3065593609276255}, "lot": {"man - their": 0.005511635196515929, "man": 0.36882159861985775, "their": 0.3633099634233418}, "lots": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "lou": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "love": {"man - their": 0.10255808743267059, "man": 0.42882351631343857, "their": 0.326265428880768}, "loved": {"man - their": 0.005721288232447719, "man": 0.33022827053614257, "their": 0.32450698230369485}, "lover": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "loves": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "low": {"man - their": -0.010238458642346127, "man": 0.28400257441744714, "their": 0.29424103305979327}, "lower": {"man - their": 0.006912584904767427, "man": 0.29601951841085217, "their": 0.28910693350608474}, "lowest": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "lucky": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "lucrative": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "lunch": {"man - their": 0.005952570646321931, "man": 0.3233809889450858, "their": 0.3174284182987639}, "lung": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "m": {"man - their": 0.06883174543909415, "man": 0.4054134033303943, "their": 0.3365816578913001}, "mad": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "made": {"man - their": 0.02784971597501268, "man": 0.3744879624743754, "their": 0.3466382464993627}, "magazine": {"man - their": 0.15748978759206272, "man": 0.3712419967126097, "their": 0.213752209120547}, "magic": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "magical": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "mails": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "main": {"man - their": -0.010625795189314613, "man": 0.299575073504148, "their": 0.31020086869346264}, "mainstream": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "major": {"man - their": 0.017255177656510468, "man": 0.3417062703629122, "their": 0.3244510927064017}, "make": {"man - their": 0.02452451698798025, "man": 0.42121888152182946, "their": 0.3966943645338492}, "makes": {"man - their": -0.0041496892380722405, "man": 0.34746169732877336, "their": 0.3516113865668456}, "making": {"man - their": -0.04891818641255652, "man": 0.2867340111501558, "their": 0.3356521975627123}, "male": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "malformed": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "malignant": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "malik": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "malindi": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "man": {"man - their": 0.21527329214150553, "man": 0.559523657171206, "their": 0.34425036502970047}, "manage": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "management": {"man - their": 0.027381666708494456, "man": 0.3233809889450858, "their": 0.29599932223659137}, "manager": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "manages": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "manhunt": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "manufactured": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "manufacturing": {"man - their": 0.104211093894442, "man": 0.3122873723279325, "their": 0.20807627843349052}, "many": {"man - their": 0.06410473087518276, "man": 0.41670447056766535, "their": 0.3525997396924826}, "march": {"man - their": 0.10540657707320888, "man": 0.39447703353579144, "their": 0.28907045646258256}, "mark": {"man - their": 0.14411923644055308, "man": 0.40477349375906296, "their": 0.2606542573185099}, "markers": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "market": {"man - their": 0.11355780709030963, "man": 0.3444937416802283, "their": 0.23093593458991865}, "marketing": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "married": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "masks": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "math": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "matter": {"man - their": 0.042724121251483727, "man": 0.3712419967126097, "their": 0.328517875461126}, "mattered": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "matters": {"man - their": 0.027381666708494456, "man": 0.3233809889450858, "their": 0.29599932223659137}, "maximum": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "may": {"man - their": 0.05529536514181721, "man": 0.40979908217201766, "their": 0.35450371703020045}, "maybe": {"man - their": 0.05777407629188511, "man": 0.3034287529380644, "their": 0.24565467664617932}, "mayhem": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "mcavennie": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "mckenzie": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "mcnamara": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "me": {"man - their": 0.04667450465706463, "man": 0.3807998176092735, "their": 0.3341253129522089}, "mean": {"man - their": 0.07625561829793698, "man": 0.40477349375906296, "their": 0.328517875461126}, "meaning": {"man - their": 0.09210488863849248, "man": 0.4166118709421873, "their": 0.32450698230369485}, "means": {"man - their": 0.04778953818653958, "man": 0.3883340481235549, "their": 0.3405445099370153}, "meant": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "meanwhile": {"man - their": 0.04192032467561441, "man": 0.383454577914376, "their": 0.3415342532387616}, "measure": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "measures": {"man - their": 0.027381666708494456, "man": 0.3233809889450858, "their": 0.29599932223659137}, "mechanism": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "media": {"man - their": 0.030832764413493585, "man": 0.36882159861985775, "their": 0.33798883420636416}, "median": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "megabox": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "meltdown": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "members": {"man - their": 0.006244684669812484, "man": 0.3365884049349307, "their": 0.3303437202651182}, "memories": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "memory": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "men": {"man - their": 0.12709978400465283, "man": 0.40718426309421096, "their": 0.28008447908955814}, "menace": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "mental": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "mercy": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "mere": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "message": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "met": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "methods": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "miami": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "michael": {"man - their": 0.028610335686574506, "man": 0.3662601825298078, "their": 0.3376498468432333}, "michelle": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "micro": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "mid": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "middle": {"man - their": 0.0814325851619715, "man": 0.3712419967126097, "their": 0.2898094115506382}, "midwestern": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "might": {"man - their": 0.07777241777356952, "man": 0.4379267334415911, "their": 0.3601543156680216}, "mighty": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "mile": {"man - their": 0.10827297511347328, "man": 0.39129547179832425, "their": 0.28302249668485097}, "miles": {"man - their": 0.05682725863308957, "man": 0.31748151595159946, "their": 0.2606542573185099}, "military": {"man - their": 0.06097475299096394, "man": 0.35775654682645186, "their": 0.2967817938354879}, "million": {"man - their": 0.030236927100240063, "man": 0.3365884049349307, "their": 0.30635147783469063}, "mind": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "minimize": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "minimum": {"man - their": 0.027381666708494456, "man": 0.3233809889450858, "their": 0.29599932223659137}, "minister": {"man - their": -0.037662777540729, "man": 0.2789633850062796, "their": 0.3166261625470086}, "ministers": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "ministry": {"man - their": 0.05682725863308957, "man": 0.31748151595159946, "their": 0.2606542573185099}, "minute": {"man - their": 0.06200772554922257, "man": 0.3444937416802283, "their": 0.2824860161310057}, "minutes": {"man - their": 0.028736307580842335, "man": 0.29601951841085217, "their": 0.26728321083000983}, "mirror": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "mirrors": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "misconduct": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "misery": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "misreading": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "miss": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "missiles": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "missing": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "mission": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "missionary": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "missions": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "missteps": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "misunderstand": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "mitchell": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "mla": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "mobile": {"man - their": 0.15461522881245546, "man": 0.39129547179832425, "their": 0.2366802429858688}, "model": {"man - their": 0.062426999862412236, "man": 0.33907721897266896, "their": 0.2766502191102567}, "moderates": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "modern": {"man - their": 0.10566503126608251, "man": 0.3923365252366846, "their": 0.2866714939706021}, "modernist": {"man - their": 0.15461522881245546, "man": 0.39129547179832425, "their": 0.2366802429858688}, "mom": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "moment": {"man - their": 0.042724121251483727, "man": 0.3712419967126097, "their": 0.328517875461126}, "moments": {"man - their": 0.11116142615774, "man": 0.43371090386785366, "their": 0.32254947771011366}, "momentum": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "monday": {"man - their": 0.027928564011974577, "man": 0.3122873723279325, "their": 0.28435880831595794}, "money": {"man - their": 0.029276309256027144, "man": 0.3540544779675499, "their": 0.32477816871152276}, "monitoring": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "month": {"man - their": 0.04448101600568416, "man": 0.3444937416802283, "their": 0.3000127256745441}, "moon": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "more": {"man - their": 0.038122732915900626, "man": 0.4047674628124146, "their": 0.366644729896514}, "morning": {"man - their": 0.04544252316772701, "man": 0.329823120230795, "their": 0.284380597063068}, "most": {"man - their": 0.04754229021168355, "man": 0.43077355947867, "their": 0.3832312692669865}, "mother": {"man - their": 0.043610497951975635, "man": 0.35775654682645186, "their": 0.3141460488744762}, "motivational": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "motto": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "mourning": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "mouth": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "move": {"man - their": 0.028853190437935716, "man": 0.36179992211052947, "their": 0.33294673167259375}, "movement": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "movements": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "moves": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "movie": {"man - their": 0.08505502715049032, "man": 0.3319731949331538, "their": 0.24691816778266348}, "moving": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "mr": {"man - their": 0.14277787039555206, "man": 0.4100610812255619, "their": 0.26728321083000983}, "mrs": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "much": {"man - their": 0.029147568363716125, "man": 0.38978619419033544, "their": 0.3606386258266193}, "mullet": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "multifaceted": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "multiplies": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "multitude": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "murdoch": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "muschamp": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "mushroom": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "music": {"man - their": 0.04570652625404392, "man": 0.32579100534360206, "their": 0.28008447908955814}, "must": {"man - their": 0.07713414756750264, "man": 0.40158524027390435, "their": 0.3244510927064017}, "mustache": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "mustard": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "mutants": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "my": {"man - their": 0.048048131629490454, "man": 0.3634946278170237, "their": 0.31544649618753323}, "myself": {"man - their": -0.010921096158915788, "man": 0.3122873723279325, "their": 0.3232084684868483}, "myspace": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "mysterious": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "mystery": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "nailed": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "name": {"man - their": -0.02510714824923871, "man": 0.29271669804297357, "their": 0.3178238462922123}, "named": {"man - their": 0.059468137520701736, "man": 0.37689655581946563, "their": 0.3174284182987639}, "nancy": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "narrative": {"man - their": 0.056427130230344624, "man": 0.3233809889450858, "their": 0.2669538587147412}, "nasa": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "nation": {"man - their": 0.05717825289738471, "man": 0.3122873723279325, "their": 0.2551091194305478}, "nations": {"man - their": 0.04235208264501639, "man": 0.37689655581946563, "their": 0.33454447317444924}, "naturally": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "nature": {"man - their": 0.059468137520701736, "man": 0.37689655581946563, "their": 0.3174284182987639}, "navigate": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "nba": {"man - their": 0.11115106309925998, "man": 0.3662601825298078, "their": 0.2551091194305478}, "nearby": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "nearer": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "nearing": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "nearly": {"man - their": -0.010717295936411797, "man": 0.3034287529380644, "their": 0.3141460488744762}, "necessarily": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "necessary": {"man - their": 0.06229124984441081, "man": 0.3999410966876441, "their": 0.3376498468432333}, "neck": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "need": {"man - their": 0.024395090787828366, "man": 0.38645564311393743, "their": 0.36206055232610906}, "needed": {"man - their": 0.06030770466430424, "man": 0.3662601825298078, "their": 0.30595247786550356}, "needs": {"man - their": 0.08667434938592022, "man": 0.4295765712984001, "their": 0.3429022219124799}, "negated": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "neglect": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "neighbourhood": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "nervous": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "netanyahu": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "never": {"man - their": 0.0309617187509455, "man": 0.3666315908045168, "their": 0.3356698720535713}, "new": {"man - their": 0.018307276295447816, "man": 0.3797440326018076, "their": 0.3614367563063598}, "news": {"man - their": 0.06678185803887005, "man": 0.3923365252366846, "their": 0.32555466719781456}, "newspapers": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "next": {"man - their": 0.04205518093004562, "man": 0.35201921755702714, "their": 0.3099640366269815}, "nfl": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "ng": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "nigeria": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "night": {"man - their": 0.09061999409736465, "man": 0.39447703353579144, "their": 0.3038570394384268}, "nihilist": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "nike": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "nine": {"man - their": 0.056427130230344624, "man": 0.3233809889450858, "their": 0.2669538587147412}, "no": {"man - their": -0.0021015077051874664, "man": 0.3717594037658373, "their": 0.3738609114710248}, "nobody": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "noisy": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "non": {"man - their": -0.024893654432147194, "man": 0.2789633850062796, "their": 0.3038570394384268}, "none": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "normal": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "not": {"man - their": 0.006468153305791813, "man": 0.39050265999852685, "their": 0.38403450669273503}, "notable": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "nothing": {"man - their": 0.030405513071980472, "man": 0.37609622760475264, "their": 0.34569071453277217}, "noticeably": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "now": {"man - their": 0.07224048703154612, "man": 0.441992100240944, "their": 0.36975161320939787}, "nsukka": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "nuclear": {"man - their": 0.06200772554922257, "man": 0.3444937416802283, "their": 0.2824860161310057}, "nude": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "nukes": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "number": {"man - their": -0.02904314764576632, "man": 0.329823120230795, "their": 0.35886626787656134}, "numerically": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "obama": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "objects": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "observatory": {"man - their": 0.10827297511347328, "man": 0.39129547179832425, "their": 0.28302249668485097}, "observed": {"man - their": 0.0795183434668606, "man": 0.39129547179832425, "their": 0.31177712833146365}, "observer": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "observing": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "obstructing": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "obtained": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "occur": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "occurrence": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "oddly": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "ode": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "of": {"man - their": 0.06228201791751575, "man": 0.35128473688752565, "their": 0.2890027189700099}, "off": {"man - their": 0.0465789803584033, "man": 0.3881503213866328, "their": 0.3415713410282295}, "offense": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "offensive": {"man - their": 0.11165146227442879, "man": 0.36179992211052947, "their": 0.2501484598361007}, "offered": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "office": {"man - their": 0.0767326282007958, "man": 0.3999410966876441, "their": 0.3232084684868483}, "officer": {"man - their": 0.1587986270741585, "man": 0.36179992211052947, "their": 0.20300129503637096}, "officers": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "offices": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "offseason": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "often": {"man - their": -0.021188528157944697, "man": 0.32579100534360206, "their": 0.34697953350154676}, "oh": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "okay": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "oladipo": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "old": {"man - their": 0.12305371744289151, "man": 0.39447703353579144, "their": 0.27142331609289994}, "older": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "omnipresent": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "on": {"man - their": 0.03984738489720613, "man": 0.41330424328515114, "their": 0.373456858387945}, "once": {"man - their": 0.011644427818108316, "man": 0.3765299776114798, "their": 0.3648855497933715}, "one": {"man - their": 0.055371059095587816, "man": 0.45282316989649357, "their": 0.39745211080090576}, "ones": {"man - their": 0.05991519486535757, "man": 0.3712419967126097, "their": 0.31132680184725214}, "online": {"man - their": 0.07879277339129209, "man": 0.3788054990658362, "their": 0.3000127256745441}, "only": {"man - their": 0.044697913803358524, "man": 0.4079409732739238, "their": 0.3632430594705653}, "onto": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "open": {"man - their": 0.04061487978248085, "man": 0.3735403927852326, "their": 0.33292551300275175}, "opening": {"man - their": 0.10918706145916585, "man": 0.383454577914376, "their": 0.27426751645521014}, "operating": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "operations": {"man - their": 0.08089723358287426, "man": 0.37689655581946563, "their": 0.29599932223659137}, "operatives": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "operators": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "opinions": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "opponent": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "opportunity": {"man - their": 0.005721288232447719, "man": 0.33022827053614257, "their": 0.32450698230369485}, "opposing": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "opposite": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "or": {"man - their": 0.05820770195709696, "man": 0.42828669838629363, "their": 0.37007899642919667}, "orbit": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "order": {"man - their": 0.01759849774824762, "man": 0.3342246602952562, "their": 0.3166261625470086}, "ordered": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "orderly": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "organisation": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "organization": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "organizations": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "organs": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "original": {"man - their": 0.15748978759206272, "man": 0.3712419967126097, "their": 0.213752209120547}, "origins": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "orlean": {"man - their": 0.10569154522118862, "man": 0.29601951841085217, "their": 0.19032797318966355}, "other": {"man - their": 0.06975733479112628, "man": 0.45341459191182465, "their": 0.38365725712069837}, "others": {"man - their": 0.030555428764780068, "man": 0.3735403927852326, "their": 0.34298496402045253}, "otukpo": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "our": {"man - their": 0.05518250483933407, "man": 0.3922642573925753, "their": 0.33708175255324124}, "out": {"man - their": 0.031250674457740435, "man": 0.421300670533118, "their": 0.39004999607537755}, "outbreak": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "outcome": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "outlets": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "outnumbered": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "outrage": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "outright": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "outside": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "ovarian": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "over": {"man - their": 0.001491987480680912, "man": 0.38565318638571916, "their": 0.38416119890503825}, "overall": {"man - their": 0.1031767455655517, "man": 0.3233809889450858, "their": 0.22020424337953412}, "overcame": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "overestimate": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "overlap": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "oversee": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "overseeing": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "oversight": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "overturned": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "own": {"man - their": 0.03274696601986987, "man": 0.39460374620946465, "their": 0.3618567801895948}, "owner": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "p": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "pace": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "paced": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "pacers": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "pacing": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "pack": {"man - their": 0.10569154522118862, "man": 0.29601951841085217, "their": 0.19032797318966355}, "page": {"man - their": 0.07754212907886654, "man": 0.39168817795334276, "their": 0.3141460488744762}, "pages": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "paint": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "pandemic": {"man - their": 0.059468137520701736, "man": 0.37689655581946563, "their": 0.3174284182987639}, "pandemonium": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "panic": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "paper": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "parents": {"man - their": 0.05717825289738471, "man": 0.3122873723279325, "their": 0.2551091194305478}, "park": {"man - their": 0.057491288027962106, "man": 0.3076397478640628, "their": 0.2501484598361007}, "part": {"man - their": 0.024949825446827112, "man": 0.3765299776114798, "their": 0.3515801521646527}, "particularly": {"man - their": 0.0771579644789731, "man": 0.3956130213306093, "their": 0.3184550568516362}, "partners": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "parts": {"man - their": 0.027381666708494456, "man": 0.3233809889450858, "their": 0.29599932223659137}, "party": {"man - their": 0.06360087519229601, "man": 0.3847746199970678, "their": 0.3211737448047718}, "partying": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "passenger": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "passengers": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "passions": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "past": {"man - their": -0.037797771029071, "man": 0.3034287529380644, "their": 0.34122652396713543}, "pastimes": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "pastor": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "pastors": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "pathological": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "patients": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "pattern": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "paul": {"man - their": 0.15113802622230305, "man": 0.41442793959606244, "their": 0.2632899133737594}, "pay": {"man - their": 0.06030770466430424, "man": 0.3662601825298078, "their": 0.30595247786550356}, "payment": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "peace": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "peaches": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "peak": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "pellage": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "pensioners": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "people": {"man - their": 0.05179965553347732, "man": 0.4244303604700853, "their": 0.372630704936608}, "peppa": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "per": {"man - their": 0.02946354490890085, "man": 0.35063728971367264, "their": 0.3211737448047718}, "perceptions": {"man - their": 0.07856511678172978, "man": 0.40111459449184345, "their": 0.32254947771011366}, "perfect": {"man - their": 0.0767326282007958, "man": 0.3999410966876441, "their": 0.3232084684868483}, "perfecting": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "performance": {"man - their": -0.010815308987573435, "man": 0.3076397478640628, "their": 0.3184550568516362}, "performer": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "perhaps": {"man - their": 0.005603536001005216, "man": 0.3540544779675499, "their": 0.3484509419665447}, "perimeter": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "period": {"man - their": 0.006497867735425822, "man": 0.3076397478640628, "their": 0.30114188012863696}, "perm": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "perplexing": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "persecution": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "person": {"man - their": 0.08812745965669733, "man": 0.4168101543768904, "their": 0.32868269472019307}, "personal": {"man - their": 0.08804755569407102, "man": 0.40718426309421096, "their": 0.31913670740013994}, "personality": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "personally": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "pet": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "petrol": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "phosphorus": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "photo": {"man - their": 0.027928564011974577, "man": 0.3122873723279325, "their": 0.28435880831595794}, "physical": {"man - their": 0.058947595610681136, "man": 0.383454577914376, "their": 0.32450698230369485}, "physically": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "picked": {"man - their": 0.059468137520701736, "man": 0.37689655581946563, "their": 0.3174284182987639}, "picture": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "piece": {"man - their": 0.0795183434668606, "man": 0.39129547179832425, "their": 0.31177712833146365}, "pieces": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "pillars": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "pimply": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "pin": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "pioneer": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "pistons": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "pithy": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "pits": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "place": {"man - their": 0.026880975275054286, "man": 0.3906298129746228, "their": 0.3637488376995685}, "placed": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "planets": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "planned": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "plans": {"man - their": 0.027381666708494456, "man": 0.3233809889450858, "their": 0.29599932223659137}, "platform": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "play": {"man - their": 0.09195074816402893, "man": 0.4452144622744956, "their": 0.3532637141104667}, "played": {"man - their": 0.04334486525889325, "man": 0.36179992211052947, "their": 0.3184550568516362}, "player": {"man - their": 0.09661363892607328, "man": 0.37609622760475264, "their": 0.27948258867867937}, "players": {"man - their": 0.06222368168423281, "man": 0.3417062703629122, "their": 0.27948258867867937}, "playing": {"man - their": 0.08269536237986697, "man": 0.35775654682645186, "their": 0.2750611844465849}, "playmakers": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "playoff": {"man - their": 0.15461522881245546, "man": 0.39129547179832425, "their": 0.2366802429858688}, "playoffs": {"man - their": 0.10827297511347328, "man": 0.39129547179832425, "their": 0.28302249668485097}, "plays": {"man - their": 0.166850385974188, "man": 0.44111790242939813, "their": 0.27426751645521014}, "plco": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "plus": {"man - their": 0.1566923124399315, "man": 0.37689655581946563, "their": 0.22020424337953412}, "pocket": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "podcasts": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "poem": {"man - their": 0.15818390409631727, "man": 0.3662601825298078, "their": 0.20807627843349052}, "poems": {"man - their": 0.1983553887149465, "man": 0.36061617862571027, "their": 0.16226078991076376}, "poetry": {"man - their": 0.19328204466895443, "man": 0.39168817795334276, "their": 0.19840613328438833}, "poets": {"man - their": 0.15113802622230305, "man": 0.41442793959606244, "their": 0.2632899133737594}, "point": {"man - their": 0.01737543674233638, "man": 0.33907721897266896, "their": 0.3217017822303326}, "points": {"man - their": 0.10773326234229774, "man": 0.4406799940148915, "their": 0.33294673167259375}, "poised": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "polarization": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "pole": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "police": {"man - their": 0.12419336939384379, "man": 0.4273687501204136, "their": 0.3031753807265698}, "policy": {"man - their": -0.011163484229363418, "man": 0.3233809889450858, "their": 0.33454447317444924}, "political": {"man - their": 0.006578650966594934, "man": 0.32776508686915595, "their": 0.321186435902561}, "politicians": {"man - their": 0.0795183434668606, "man": 0.39129547179832425, "their": 0.31177712833146365}, "politics": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "pollination": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "poorer": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "pops": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "popular": {"man - their": -0.03773460126114303, "man": 0.2896310137726635, "their": 0.3273656150338065}, "portal": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "portion": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "posing": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "position": {"man - their": 0.1417489699303055, "man": 0.4168101543768904, "their": 0.2750611844465849}, "positions": {"man - their": 0.02767210440096124, "man": 0.31748151595159946, "their": 0.2898094115506382}, "possible": {"man - their": 0.027381666708494456, "man": 0.3233809889450858, "their": 0.29599932223659137}, "possibly": {"man - their": 0.058947595610681136, "man": 0.383454577914376, "their": 0.32450698230369485}, "post": {"man - their": -0.010921096158915788, "man": 0.3122873723279325, "their": 0.3232084684868483}, "potential": {"man - their": 0.005721288232447719, "man": 0.33022827053614257, "their": 0.32450698230369485}, "potentially": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "pow": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "power": {"man - their": 0.09308546923776423, "man": 0.43627716080944456, "their": 0.34319169157168034}, "powerful": {"man - their": 0.08089723358287426, "man": 0.37689655581946563, "their": 0.29599932223659137}, "practical": {"man - their": 0.10827297511347328, "man": 0.39129547179832425, "their": 0.28302249668485097}, "practice": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "practicing": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "practitioner": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "pray": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "prayer": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "praying": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "preach": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "preaching": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "precepts": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "precious": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "predict": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "predictability": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "preference": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "prepare": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "presence": {"man - their": 0.04946422088968716, "man": 0.40477349375906296, "their": 0.3553092728693758}, "presented": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "presidency": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "president": {"man - their": 0.08417269210760248, "man": 0.3417062703629122, "their": 0.2575335782553097}, "press": {"man - their": 0.08027200455390204, "man": 0.383454577914376, "their": 0.30318257336047394}, "pretend": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "prevalence": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "prevent": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "prevented": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "preventing": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "previous": {"man - their": 0.0615303562075879, "man": 0.35063728971367264, "their": 0.28910693350608474}, "previously": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "price": {"man - their": 0.0615303562075879, "man": 0.35063728971367264, "their": 0.28910693350608474}, "prime": {"man - their": -0.011163484229363418, "man": 0.3233809889450858, "their": 0.33454447317444924}, "primos": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "prioritize": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "probably": {"man - their": 0.028610335686574506, "man": 0.3662601825298078, "their": 0.3376498468432333}, "probe": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "problem": {"man - their": 0.030405513071980472, "man": 0.37609622760475264, "their": 0.34569071453277217}, "problems": {"man - their": 0.051439884032029703, "man": 0.3788054990658362, "their": 0.3273656150338065}, "process": {"man - their": 0.005963276325482991, "man": 0.3569916008953344, "their": 0.3510283245698514}, "produced": {"man - their": -0.025203095207374737, "man": 0.299575073504148, "their": 0.32477816871152276}, "production": {"man - their": 0.017702474290520576, "man": 0.3319731949331538, "their": 0.31427072064263323}, "products": {"man - their": 0.059468137520701736, "man": 0.37689655581946563, "their": 0.3174284182987639}, "professional": {"man - their": 0.005952570646321931, "man": 0.3233809889450858, "their": 0.3174284182987639}, "professionals": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "program": {"man - their": 0.042724121251483727, "man": 0.3712419967126097, "their": 0.328517875461126}, "programme": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "progress": {"man - their": 0.112429461541463, "man": 0.42420658987292664, "their": 0.31177712833146365}, "progresses": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "progression": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "project": {"man - their": -0.003907745047783573, "man": 0.33907721897266896, "their": 0.34298496402045253}, "projecting": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "prompt": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "promptly": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "properly": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "properties": {"man - their": 0.005952570646321931, "man": 0.3233809889450858, "their": 0.3174284182987639}, "prose": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "prostate": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "prostatic": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "protect": {"man - their": 0.058947595610681136, "man": 0.383454577914376, "their": 0.32450698230369485}, "protecting": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "protection": {"man - their": 0.10918706145916585, "man": 0.383454577914376, "their": 0.27426751645521014}, "protections": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "protective": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "protector": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "proud": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "prove": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "provide": {"man - their": 0.07713414756750264, "man": 0.40158524027390435, "their": 0.3244510927064017}, "providing": {"man - their": 0.08027200455390204, "man": 0.383454577914376, "their": 0.30318257336047394}, "provocative": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "prudence": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "prufrock": {"man - their": 0.1635302154328383, "man": 0.32579100534360206, "their": 0.16226078991076376}, "psychologically": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "public": {"man - their": 0.03867020498510604, "man": 0.40958093818285224, "their": 0.3709107331977462}, "publication": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "published": {"man - their": 0.07754212907886654, "man": 0.39168817795334276, "their": 0.3141460488744762}, "publisher": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "pull": {"man - their": 0.08027200455390204, "man": 0.383454577914376, "their": 0.30318257336047394}, "pulse": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "punching": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "push": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "put": {"man - their": 0.084846686597227, "man": 0.43963936810472687, "their": 0.3547926815074999}, "putnam": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "puts": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "putting": {"man - their": 0.112429461541463, "man": 0.42420658987292664, "their": 0.31177712833146365}, "qaeda": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "qualified": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "quality": {"man - their": -0.025203095207374737, "man": 0.299575073504148, "their": 0.32477816871152276}, "quarantine": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "quarantined": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "quarterback": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "quartet": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "question": {"man - their": 0.01684975940191924, "man": 0.35063728971367264, "their": 0.3337875303117534}, "questioned": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "questions": {"man - their": 0.11355780709030963, "man": 0.3444937416802283, "their": 0.23093593458991865}, "quick": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "quicker": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "quickly": {"man - their": 0.02767210440096124, "man": 0.31748151595159946, "their": 0.2898094115506382}, "quit": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "quite": {"man - their": 0.006497867735425822, "man": 0.3076397478640628, "their": 0.30114188012863696}, "race": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "racist": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "radio": {"man - their": 0.02767210440096124, "man": 0.31748151595159946, "their": 0.2898094115506382}, "radioactive": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "radios": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "radius": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "raf": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "rage": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "raging": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "raise": {"man - their": 0.006334894462428964, "man": 0.3122873723279325, "their": 0.30595247786550356}, "raising": {"man - their": 0.1531604422613813, "man": 0.40111459449184345, "their": 0.24795415223046213}, "rallied": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "range": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "ranked": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "rap": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "rate": {"man - their": 0.027928564011974577, "man": 0.3122873723279325, "their": 0.28435880831595794}, "rates": {"man - their": 0.1031767455655517, "man": 0.3233809889450858, "their": 0.22020424337953412}, "rather": {"man - their": 0.038258541973372695, "man": 0.40423174691377445, "their": 0.36597320494040175}, "re": {"man - their": 0.0002029656602464125, "man": 0.364651116230674, "their": 0.36444815057042756}, "reached": {"man - their": 0.006334894462428964, "man": 0.3122873723279325, "their": 0.30595247786550356}, "reaction": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "reactions": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "read": {"man - their": 0.07658017770820519, "man": 0.40704851157659694, "their": 0.33046833386839175}, "reader": {"man - their": 0.005449223204317177, "man": 0.33842236800591974, "their": 0.33297314480160256}, "readers": {"man - their": 0.18575675163739153, "man": 0.43371090386785366, "their": 0.24795415223046213}, "reading": {"man - their": 0.1091461345374129, "man": 0.4303198793421847, "their": 0.3211737448047718}, "ready": {"man - their": 0.05991519486535757, "man": 0.3712419967126097, "their": 0.31132680184725214}, "real": {"man - their": 0.07575736355356799, "man": 0.4273687501204136, "their": 0.3516113865668456}, "realisation": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "realise": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "reality": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "realize": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "realizes": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "really": {"man - their": 0.060416603130177715, "man": 0.41782924605358773, "their": 0.35741264292341}, "reason": {"man - their": 0.04305171404295949, "man": 0.3662601825298078, "their": 0.3232084684868483}, "reassuring": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "rebounding": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "rebounds": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "rebuilding": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "rebuilt": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "recall": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "receive": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "received": {"man - their": 0.006334894462428964, "man": 0.3122873723279325, "their": 0.30595247786550356}, "recently": {"man - their": 0.029954519051911432, "man": 0.3417062703629122, "their": 0.31175175131100075}, "reciprocated": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "recognizing": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "record": {"man - their": 0.059468137520701736, "man": 0.37689655581946563, "their": 0.3174284182987639}, "records": {"man - their": 0.15935041354206353, "man": 0.35775654682645186, "their": 0.19840613328438833}, "red": {"man - their": 0.005952570646321931, "man": 0.3233809889450858, "their": 0.3174284182987639}, "redshirt": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "reduction": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "referee": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "references": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "reflect": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "reflecting": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "reflection": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "reflects": {"man - their": 0.11116142615774, "man": 0.43371090386785366, "their": 0.32254947771011366}, "refusal": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "regard": {"man - their": 0.005721288232447719, "man": 0.33022827053614257, "their": 0.32450698230369485}, "regarded": {"man - their": 0.1531604422613813, "man": 0.40111459449184345, "their": 0.24795415223046213}, "reinventing": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "relations": {"man - their": 0.06360087519229601, "man": 0.3847746199970678, "their": 0.3211737448047718}, "relationships": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "reliable": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "relies": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "religious": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "rely": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "rem": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "remaining": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "remarkable": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "remember": {"man - their": 0.042724121251483727, "man": 0.3712419967126097, "their": 0.328517875461126}, "reminded": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "remiss": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "removed": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "removing": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "renal": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "repeat": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "repeatedly": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "report": {"man - their": -0.0489277858208243, "man": 0.2789633850062796, "their": 0.3278911708271039}, "reporters": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "represents": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "republican": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "request": {"man - their": 0.006154714104347314, "man": 0.31748151595159946, "their": 0.31132680184725214}, "requests": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "requirements": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "requires": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "research": {"man - their": 0.030940754069762877, "man": 0.32389382745292267, "their": 0.2929530733831598}, "researched": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "resection": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "resolution": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "resolve": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "resources": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "respect": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "respectful": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "respectively": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "response": {"man - their": -0.02530698380853097, "man": 0.3076397478640628, "their": 0.33294673167259375}, "responsible": {"man - their": 0.1531604422613813, "man": 0.40111459449184345, "their": 0.24795415223046213}, "rest": {"man - their": 0.027381666708494456, "man": 0.3233809889450858, "their": 0.29599932223659137}, "restaurant": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "restrict": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "result": {"man - their": 0.04334486525889325, "man": 0.36179992211052947, "their": 0.3184550568516362}, "retailers": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "retention": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "return": {"man - their": 0.08269536237986697, "man": 0.35775654682645186, "their": 0.2750611844465849}, "returnees": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "returning": {"man - their": 0.09210488863849248, "man": 0.4166118709421873, "their": 0.32450698230369485}, "returns": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "reveals": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "review": {"man - their": -0.010717295936411797, "man": 0.3034287529380644, "their": 0.3141460488744762}, "reviewed": {"man - their": 0.15113802622230305, "man": 0.41442793959606244, "their": 0.2632899133737594}, "reward": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "rhetoric": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "rhodes": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "ribs": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "rich": {"man - their": 0.02767210440096124, "man": 0.31748151595159946, "their": 0.2898094115506382}, "ride": {"man - their": 0.1050226196536761, "man": 0.3034287529380644, "their": 0.19840613328438833}, "ridiculous": {"man - their": 0.15113802622230305, "man": 0.41442793959606244, "their": 0.2632899133737594}, "right": {"man - their": 0.043916132453400425, "man": 0.41569489498511963, "their": 0.3717787625317192}, "ring": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "ripped": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "rippling": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "risk": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "risky": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "road": {"man - their": 0.006418527735339241, "man": 0.3319731949331538, "their": 0.32555466719781456}, "roads": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "robbery": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "robbing": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "roberto": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "rock": {"man - their": 0.08089723358287426, "man": 0.37689655581946563, "their": 0.29599932223659137}, "rocket": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "rockets": {"man - their": 0.1379353290689242, "man": 0.44111790242939813, "their": 0.30318257336047394}, "rogers": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "role": {"man - their": 0.07686613187996794, "man": 0.40423174691377445, "their": 0.3273656150338065}, "roles": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "rolled": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "roof": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "rookie": {"man - their": 0.15461522881245546, "man": 0.39129547179832425, "their": 0.2366802429858688}, "room": {"man - their": 0.18891186478011768, "man": 0.4166118709421873, "their": 0.22770000616206965}, "roots": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "rouhani": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "roy": {"man - their": 0.1531604422613813, "man": 0.40111459449184345, "their": 0.24795415223046213}, "rss": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "rule": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "rules": {"man - their": 0.04235208264501639, "man": 0.37689655581946563, "their": 0.33454447317444924}, "run": {"man - their": 0.09490638411785485, "man": 0.39168817795334276, "their": 0.2967817938354879}, "rupert": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "russell": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "russians": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "ryan": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "s": {"man - their": 0.06889500381499764, "man": 0.4230312082378041, "their": 0.35413620442280647}, "sabonis": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "sadarius": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "safe": {"man - their": 0.005721288232447719, "man": 0.33022827053614257, "their": 0.32450698230369485}, "safely": {"man - their": 0.15113802622230305, "man": 0.41442793959606244, "their": 0.2632899133737594}, "safestyle": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "safety": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "said": {"man - their": 0.036345350739291016, "man": 0.36274291235246725, "their": 0.32639756161317623}, "salt": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "same": {"man - their": 0.07698844720972658, "man": 0.4302521613201933, "their": 0.3532637141104667}, "san": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "sanctify": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "santana": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "satan": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "satellites": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "saturday": {"man - their": 0.06065804198189251, "man": 0.36179992211052947, "their": 0.30114188012863696}, "sauce": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "saudi": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "save": {"man - their": 0.027381666708494456, "man": 0.3233809889450858, "their": 0.29599932223659137}, "saved": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "saving": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "saw": {"man - their": 0.08739591922156542, "man": 0.41295058641938, "their": 0.32555466719781456}, "say": {"man - their": 0.05307467083061912, "man": 0.39893683983032513, "their": 0.345862168999706}, "says": {"man - their": 0.02815863172797095, "man": 0.3076397478640628, "their": 0.27948111613609183}, "scandal": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "scheduled": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "scholarship": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "school": {"man - their": 0.07738644314462606, "man": 0.39908822537495864, "their": 0.3217017822303326}, "science": {"man - their": 0.04499931345780106, "man": 0.3365884049349307, "their": 0.29158909147712964}, "scientific": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "scientist": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "scoping": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "score": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "scorer": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "scoring": {"man - their": 0.08027200455390204, "man": 0.383454577914376, "their": 0.30318257336047394}, "scripture": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "scrutiny": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "sculpt": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "sea": {"man - their": 0.028367568491479533, "man": 0.3034287529380644, "their": 0.2750611844465849}, "search": {"man - their": 0.16421503968736287, "man": 0.3203061936260751, "their": 0.15609115393871223}, "season": {"man - their": 0.09526123567615241, "man": 0.35129856212867994, "their": 0.2560373264525275}, "seasons": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "sec": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "secluded": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "second": {"man - their": 0.06179587675184428, "man": 0.3893743496313924, "their": 0.3275784728795481}, "secret": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "sectarian": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "sections": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "security": {"man - their": 0.027928564011974577, "man": 0.3122873723279325, "their": 0.28435880831595794}, "seductive": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "see": {"man - their": 0.06201095967097375, "man": 0.38695606644294533, "their": 0.3249451067719716}, "seed": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "seeding": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "seeing": {"man - their": 0.0814325851619715, "man": 0.3712419967126097, "their": 0.2898094115506382}, "seeking": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "seem": {"man - their": 0.08852322770969712, "man": 0.4133013964212199, "their": 0.32477816871152276}, "seemed": {"man - their": 0.006334894462428964, "man": 0.3122873723279325, "their": 0.30595247786550356}, "seemingly": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "seems": {"man - their": 0.006151705969917209, "man": 0.33907721897266896, "their": 0.33292551300275175}, "seen": {"man - their": 0.017702474290520576, "man": 0.3319731949331538, "their": 0.31427072064263323}, "selecting": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "self": {"man - their": 0.1531604422613813, "man": 0.40111459449184345, "their": 0.24795415223046213}, "senior": {"man - their": 0.005449223204317177, "man": 0.33842236800591974, "their": 0.33297314480160256}, "seniors": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "sense": {"man - their": 0.0928277717073484, "man": 0.4102561900061123, "their": 0.3174284182987639}, "sensitive": {"man - their": 0.0928277717073484, "man": 0.4102561900061123, "their": 0.3174284182987639}, "sent": {"man - their": 0.006334894462428964, "man": 0.3122873723279325, "their": 0.30595247786550356}, "separate": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "sept": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "series": {"man - their": 0.04107692360670223, "man": 0.3666315908045168, "their": 0.32555466719781456}, "seriously": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "sermon": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "servants": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "serve": {"man - their": 0.11058773939409983, "man": 0.3712419967126097, "their": 0.2606542573185099}, "served": {"man - their": 0.09210488863849248, "man": 0.4166118709421873, "their": 0.32450698230369485}, "server": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "service": {"man - their": -0.04892293858530461, "man": 0.28400257441744714, "their": 0.33292551300275175}, "serving": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "set": {"man - their": 0.006054072800199872, "man": 0.3417062703629122, "their": 0.3356521975627123}, "setting": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "seven": {"man - their": 0.005952570646321931, "man": 0.3233809889450858, "their": 0.3174284182987639}, "seventeenth": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "several": {"man - their": 0.030832764413493585, "man": 0.36882159861985775, "their": 0.33798883420636416}, "severe": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "severely": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "sex": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "sexual": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "shade": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "shadow": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "shakespeare": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "shall": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "share": {"man - their": -0.02542070596088042, "man": 0.31748151595159946, "their": 0.3429022219124799}, "shared": {"man - their": 0.05682725863308957, "man": 0.31748151595159946, "their": 0.2606542573185099}, "sharing": {"man - their": 0.005952570646321931, "man": 0.3233809889450858, "their": 0.3174284182987639}, "shawn": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "she": {"man - their": 0.046813469072044034, "man": 0.28123616672627827, "their": 0.23442269765423424}, "sheath": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "shelves": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "shepherd": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "shine": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "shining": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "shock": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "shocked": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "shocking": {"man - their": 0.07856511678172978, "man": 0.40111459449184345, "their": 0.32254947771011366}, "shoes": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "shopping": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "short": {"man - their": 0.06331538364609657, "man": 0.38809355235761933, "their": 0.32477816871152276}, "shot": {"man - their": 0.02907385210625879, "man": 0.35775654682645186, "their": 0.32868269472019307}, "shots": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "should": {"man - their": 0.05376143281836088, "man": 0.3906298129746228, "their": 0.3368683801562619}, "show": {"man - their": 0.08739591922156542, "man": 0.41295058641938, "their": 0.32555466719781456}, "showcase": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "showed": {"man - their": 0.11058773939409983, "man": 0.3712419967126097, "their": 0.2606542573185099}, "showing": {"man - their": 0.04305171404295949, "man": 0.3662601825298078, "their": 0.3232084684868483}, "shown": {"man - their": 0.07571171683166306, "man": 0.4102561900061123, "their": 0.33454447317444924}, "shut": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "sick": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "side": {"man - their": 0.016993363460381605, "man": 0.34746169732877336, "their": 0.33046833386839175}, "sight": {"man - their": 0.18575675163739153, "man": 0.43371090386785366, "their": 0.24795415223046213}, "signal": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "signals": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "signed": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "significant": {"man - their": 0.0509870896853144, "man": 0.3847746199970678, "their": 0.3337875303117534}, "significantly": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "silence": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "silent": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "similar": {"man - their": 0.06030770466430424, "man": 0.3662601825298078, "their": 0.30595247786550356}, "similarities": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "simmons": {"man - their": 0.15461522881245546, "man": 0.39129547179832425, "their": 0.2366802429858688}, "since": {"man - their": 0.07297574522169337, "man": 0.4189327818539204, "their": 0.34595703663222704}, "sinful": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "sing": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "singing": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "single": {"man - their": 0.06542924765357205, "man": 0.40704851157659694, "their": 0.3416192639230249}, "sirens": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "sitting": {"man - their": 0.0795183434668606, "man": 0.39129547179832425, "their": 0.31177712833146365}, "situation": {"man - their": 0.05183861055490002, "man": 0.3735403927852326, "their": 0.3217017822303326}, "six": {"man - their": -0.02515422639391962, "man": 0.29601951841085217, "their": 0.3211737448047718}, "sixers": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "sixth": {"man - their": 0.1423443544869772, "man": 0.4166118709421873, "their": 0.27426751645521014}, "size": {"man - their": 0.10994269710472443, "man": 0.37689655581946563, "their": 0.2669538587147412}, "sjoberg": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "sky": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "skyplussed": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "skyward": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "sleeves": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "slideshare": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "slight": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "slightly": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "slow": {"man - their": 0.059468137520701736, "man": 0.37689655581946563, "their": 0.3174284182987639}, "small": {"man - their": 0.06065804198189251, "man": 0.36179992211052947, "their": 0.30114188012863696}, "smart": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "smashed": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "smell": {"man - their": 0.15818390409631727, "man": 0.3662601825298078, "their": 0.20807627843349052}, "smitten": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "smoked": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "smooth": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "so": {"man - their": 0.019065353331896406, "man": 0.39635356423099327, "their": 0.37728821089909687}, "soccer": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "social": {"man - their": 0.01634978595098907, "man": 0.36179992211052947, "their": 0.3454501361595404}, "society": {"man - their": 0.05046165398620733, "man": 0.39168817795334276, "their": 0.34122652396713543}, "soft": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "solar": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "solidarity": {"man - their": 0.056427130230344624, "man": 0.3233809889450858, "their": 0.2669538587147412}, "some": {"man - their": 0.05574379561318127, "man": 0.42807347335075324, "their": 0.372329677737572}, "somehow": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "someone": {"man - their": 0.08027200455390204, "man": 0.383454577914376, "their": 0.30318257336047394}, "something": {"man - their": 0.03142553251090413, "man": 0.39029180038746547, "their": 0.35886626787656134}, "sometimes": {"man - their": 0.006497867735425822, "man": 0.3076397478640628, "their": 0.30114188012863696}, "song": {"man - their": 0.11822987500010695, "man": 0.3788054990658362, "their": 0.26057562406572926}, "soon": {"man - their": 0.029898029579827623, "man": 0.3847746199970678, "their": 0.3548765904172402}, "sophomores": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "sorry": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "sort": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "sounds": {"man - their": 0.1531604422613813, "man": 0.40111459449184345, "their": 0.24795415223046213}, "source": {"man - their": -0.02536247451530077, "man": 0.3122873723279325, "their": 0.3376498468432333}, "south": {"man - their": 0.06386569894960659, "man": 0.38168954524181886, "their": 0.3178238462922123}, "southern": {"man - their": 0.10372930683105247, "man": 0.31748151595159946, "their": 0.213752209120547}, "soviet": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "space": {"man - their": 0.030555428764780068, "man": 0.3735403927852326, "their": 0.34298496402045253}, "spaceport": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "sparks": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "speak": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "speaker": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "speaking": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "special": {"man - their": 0.02946354490890085, "man": 0.35063728971367264, "their": 0.3211737448047718}, "specialized": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "specific": {"man - their": 0.0795183434668606, "man": 0.39129547179832425, "their": 0.31177712833146365}, "speech": {"man - their": 0.09530306950447937, "man": 0.38809355235761933, "their": 0.29279048285313997}, "speed": {"man - their": 0.10918706145916585, "man": 0.383454577914376, "their": 0.27426751645521014}, "spellbound": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "spend": {"man - their": 0.07856511678172978, "man": 0.40111459449184345, "their": 0.32254947771011366}, "spending": {"man - their": 0.09123344507132408, "man": 0.42420658987292664, "their": 0.33297314480160256}, "spent": {"man - their": 0.05122121137342711, "man": 0.38168954524181886, "their": 0.33046833386839175}, "sphere": {"man - their": 0.1531604422613813, "man": 0.40111459449184345, "their": 0.24795415223046213}, "spirit": {"man - their": 0.02946354490890085, "man": 0.35063728971367264, "their": 0.3211737448047718}, "spiritual": {"man - their": 0.08027200455390204, "man": 0.383454577914376, "their": 0.30318257336047394}, "spiritually": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "sports": {"man - their": 0.10827297511347328, "man": 0.39129547179832425, "their": 0.28302249668485097}, "spot": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "spots": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "spring": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "spurrier": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "squad": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "stability": {"man - their": 0.10827297511347328, "man": 0.39129547179832425, "their": 0.28302249668485097}, "stacking": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "stacks": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "staff": {"man - their": 0.058322326996721685, "man": 0.39129547179832425, "their": 0.33297314480160256}, "stage": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "stained": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "stand": {"man - their": 0.1531604422613813, "man": 0.40111459449184345, "their": 0.24795415223046213}, "standard": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "standing": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "standoffs": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "stanley": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "staple": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "star": {"man - their": 0.10350172029793642, "man": 0.4100610812255619, "their": 0.3065593609276255}, "stars": {"man - their": 0.05682725863308957, "man": 0.31748151595159946, "their": 0.2606542573185099}, "start": {"man - their": 0.11394414614479159, "man": 0.44441248001318334, "their": 0.33046833386839175}, "started": {"man - their": 0.04428631660220356, "man": 0.34746169732877336, "their": 0.3031753807265698}, "starter": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "starting": {"man - their": 0.07558363040975496, "man": 0.4168101543768904, "their": 0.34122652396713543}, "starts": {"man - their": 0.08089723358287426, "man": 0.37689655581946563, "their": 0.29599932223659137}, "state": {"man - their": 7.741034416419712e-06, "man": 0.31859058778054683, "their": 0.3185828467461304}, "stated": {"man - their": 0.08027200455390204, "man": 0.383454577914376, "their": 0.30318257336047394}, "statement": {"man - their": 0.056427130230344624, "man": 0.3233809889450858, "their": 0.2669538587147412}, "states": {"man - their": -0.04892293858530461, "man": 0.28400257441744714, "their": 0.33292551300275175}, "station": {"man - their": 0.14115927104677228, "man": 0.4206403871828641, "their": 0.27948111613609183}, "statistics": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "stay": {"man - their": 0.09530306950447937, "man": 0.38809355235761933, "their": 0.29279048285313997}, "stayed": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "steadfast": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "steadiness": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "steal": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "step": {"man - their": 0.12411371858162418, "man": 0.38645564311393743, "their": 0.26234192453231325}, "stephen": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "stepped": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "stepping": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "steve": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "stevens": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "still": {"man - their": 0.04466067641917232, "man": 0.4070791872849922, "their": 0.3624185108658199}, "sting": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "stint": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "stipe": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "stockpiling": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "stomach": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "stone": {"man - their": 0.05682725863308957, "man": 0.31748151595159946, "their": 0.2606542573185099}, "stop": {"man - their": 0.14123709928661354, "man": 0.44441248001318334, "their": 0.3031753807265698}, "stopped": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "stories": {"man - their": 0.042724121251483727, "man": 0.3712419967126097, "their": 0.328517875461126}, "story": {"man - their": -0.02515422639391962, "man": 0.29601951841085217, "their": 0.3211737448047718}, "stout": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "straight": {"man - their": 0.07856511678172978, "man": 0.40111459449184345, "their": 0.32254947771011366}, "straughn": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "streak": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "stream": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "street": {"man - their": 0.028853190437935716, "man": 0.36179992211052947, "their": 0.33294673167259375}, "streets": {"man - their": 0.02767210440096124, "man": 0.31748151595159946, "their": 0.2898094115506382}, "strength": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "strengthened": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "strengths": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "stressed": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "strike": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "striker": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "striking": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "strong": {"man - their": 0.040444030042040335, "man": 0.37609622760475264, "their": 0.3356521975627123}, "struck": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "struggles": {"man - their": 0.10827297511347328, "man": 0.39129547179832425, "their": 0.28302249668485097}, "stuck": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "student": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "students": {"man - their": 0.0830385834222081, "man": 0.3540544779675499, "their": 0.2710158945453418}, "studied": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "studies": {"man - their": 0.06097475299096394, "man": 0.35775654682645186, "their": 0.2967817938354879}, "study": {"man - their": 0.04448101600568416, "man": 0.3444937416802283, "their": 0.3000127256745441}, "sturridge": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "style": {"man - their": 0.10994269710472443, "man": 0.37689655581946563, "their": 0.2669538587147412}, "subdued": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "subject": {"man - their": 0.06065804198189251, "man": 0.36179992211052947, "their": 0.30114188012863696}, "subjected": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "submission": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "submitting": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "subtrigonal": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "subversive": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "success": {"man - their": 0.042724121251483727, "man": 0.3712419967126097, "their": 0.328517875461126}, "successful": {"man - their": 0.10918706145916585, "man": 0.383454577914376, "their": 0.27426751645521014}, "such": {"man - their": 0.03434359740241899, "man": 0.41073412704629314, "their": 0.37639052964387415}, "suddenly": {"man - their": 0.15461522881245546, "man": 0.39129547179832425, "their": 0.2366802429858688}, "suffering": {"man - their": 0.10827297511347328, "man": 0.39129547179832425, "their": 0.28302249668485097}, "suggest": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "suggested": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "suicide": {"man - their": 0.15113802622230305, "man": 0.41442793959606244, "their": 0.2632899133737594}, "suited": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "sullivan": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "summerville": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "summie": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "sunday": {"man - their": 0.005952570646321931, "man": 0.3233809889450858, "their": 0.3174284182987639}, "super": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "supply": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "support": {"man - their": 0.06616271237220689, "man": 0.39908822537495864, "their": 0.33292551300275175}, "supported": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "supporters": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "supportive": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "supposed": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "sure": {"man - their": 0.021889415112555932, "man": 0.3645398474331461, "their": 0.34265043232059017}, "surface": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "surgeon": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "surrounds": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "survive": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "survivors": {"man - their": 0.056427130230344624, "man": 0.3233809889450858, "their": 0.2669538587147412}, "susan": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "suspect": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "suspected": {"man - their": 0.0814325851619715, "man": 0.3712419967126097, "their": 0.2898094115506382}, "suspects": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "swamps": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "swear": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "sweet": {"man - their": 0.058947595610681136, "man": 0.383454577914376, "their": 0.32450698230369485}, "swooped": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "syrian": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "system": {"man - their": 0.10239938493172834, "man": 0.4473097834826683, "their": 0.34491039855093997}, "t": {"man - their": 0.053607761262866815, "man": 0.40490923955154445, "their": 0.35130147828867764}, "table": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "tables": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "tackle": {"man - their": 0.056427130230344624, "man": 0.3233809889450858, "their": 0.2669538587147412}, "taco": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "take": {"man - their": -0.02013813809593229, "man": 0.3305550659906313, "their": 0.35069320408656357}, "taken": {"man - their": 0.06883174543909415, "man": 0.4054134033303943, "their": 0.3365816578913001}, "takes": {"man - their": 0.10994269710472443, "man": 0.37689655581946563, "their": 0.2669538587147412}, "taking": {"man - their": 0.024182078477052227, "man": 0.39029180038746547, "their": 0.36610972191041324}, "talent": {"man - their": 0.1531604422613813, "man": 0.40111459449184345, "their": 0.24795415223046213}, "talented": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "talk": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "talking": {"man - their": 0.04334486525889325, "man": 0.36179992211052947, "their": 0.3184550568516362}, "tamsulosin": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "targets": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "task": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "tasked": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "tasks": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "taste": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "tatum": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "taxi": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "taxis": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "teach": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "teacher": {"man - their": 0.15113802622230305, "man": 0.41442793959606244, "their": 0.2632899133737594}, "teachers": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "teaching": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "team": {"man - their": -0.003284380522965258, "man": 0.31860545695627, "their": 0.3218898374792353}, "teammates": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "teams": {"man - their": 0.0963194829348305, "man": 0.3788054990658362, "their": 0.2824860161310057}, "tear": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "technical": {"man - their": 0.027381666708494456, "man": 0.3233809889450858, "their": 0.29599932223659137}, "techniques": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "technology": {"man - their": -0.010458682683596232, "man": 0.29271669804297357, "their": 0.3031753807265698}, "teenaged": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "teenagers": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "telescope": {"man - their": 0.11165146227442879, "man": 0.36179992211052947, "their": 0.2501484598361007}, "television": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "tell": {"man - their": -0.010717295936411797, "man": 0.3034287529380644, "their": 0.3141460488744762}, "telly": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "temperament": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "tempted": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "tend": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "tends": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "term": {"man - their": 0.05073498225109857, "man": 0.38809355235761933, "their": 0.33735857010652076}, "terms": {"man - their": 0.006154714104347314, "man": 0.31748151595159946, "their": 0.31132680184725214}, "terrible": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "terrifying": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "test": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "testing": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "text": {"man - their": 0.056427130230344624, "man": 0.3233809889450858, "their": 0.2669538587147412}, "than": {"man - their": 0.008775933309776052, "man": 0.40168842933685217, "their": 0.3929124960270761}, "thank": {"man - their": 0.02767210440096124, "man": 0.31748151595159946, "their": 0.2898094115506382}, "thanks": {"man - their": 0.016695907861029147, "man": 0.3540544779675499, "their": 0.33735857010652076}, "that": {"man - their": 0.06333051120406108, "man": 0.40803184398102244, "their": 0.34470133277696136}, "thatch": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "the": {"man - their": 0.07737915922443617, "man": 0.30960620587071114, "their": 0.23222704664627497}, "theatre": {"man - their": 0.10918706145916585, "man": 0.383454577914376, "their": 0.27426751645521014}, "theatres": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "their": {"man - their": -0.024077368314347147, "man": 0.41722801694633727, "their": 0.4413053852606844}, "them": {"man - their": 0.023645052359153373, "man": 0.40343860749605176, "their": 0.3797935551368984}, "themselves": {"man - their": 0.029704585832357133, "man": 0.38809355235761933, "their": 0.3583889665252622}, "then": {"man - their": 0.035308987751777265, "man": 0.41361368385346675, "their": 0.3783046961016895}, "theories": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "theorised": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "theory": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "there": {"man - their": 0.04519133714436946, "man": 0.41631853557848736, "their": 0.3711271984341179}, "therefore": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "these": {"man - their": 0.023645052359153373, "man": 0.40343860749605176, "their": 0.3797935551368984}, "they": {"man - their": 0.014474249678910422, "man": 0.3984026420028155, "their": 0.3839283923239051}, "thing": {"man - their": 0.09915880089059387, "man": 0.4090262566529966, "their": 0.3098674557624027}, "things": {"man - their": 0.05089136896021379, "man": 0.40587547290929005, "their": 0.35498410394907626}, "think": {"man - their": 0.05749550663541175, "man": 0.40470097844663455, "their": 0.3472054718112228}, "thinking": {"man - their": 0.0928277717073484, "man": 0.4102561900061123, "their": 0.3174284182987639}, "thinks": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "third": {"man - their": 0.052360870161883566, "man": 0.3666315908045168, "their": 0.31427072064263323}, "thirty": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "this": {"man - their": 0.05786075655269707, "man": 0.4305215568898024, "their": 0.37266080033710536}, "those": {"man - their": 0.029306930882921578, "man": 0.3872669430424511, "their": 0.3579600121595295}, "though": {"man - their": -0.0033379337090770345, "man": 0.3203061936260751, "their": 0.32364412733515213}, "thought": {"man - their": 0.11652908122829303, "man": 0.42639653699069574, "their": 0.3098674557624027}, "thoughts": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "threads": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "three": {"man - their": 0.01816592195537836, "man": 0.37505887319653686, "their": 0.3568929512411585}, "thrilled": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "thrives": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "through": {"man - their": 0.04510613373229194, "man": 0.4013383698381987, "their": 0.35623223610590676}, "throughout": {"man - their": 0.0509870896853144, "man": 0.3847746199970678, "their": 0.3337875303117534}, "throw": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "throws": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "thunder": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "thursday": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "tight": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "tim": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "time": {"man - their": 0.10181034661935495, "man": 0.4721751293661637, "their": 0.37036478274680873}, "times": {"man - their": -0.0037641739111079486, "man": 0.3342246602952562, "their": 0.33798883420636416}, "timothy": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "tinned": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "tios": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "tired": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "titled": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "to": {"man - their": 0.06603793067610436, "man": 0.3647061980542159, "their": 0.29866826737811153}, "today": {"man - their": 0.01737543674233638, "man": 0.33907721897266896, "their": 0.3217017822303326}, "together": {"man - their": 0.021427409949705767, "man": 0.3735403927852326, "their": 0.35211298283552683}, "told": {"man - their": 0.048449124263100274, "man": 0.37961409953640574, "their": 0.33116497527330546}, "tonantzin": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "tone": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "too": {"man - their": -0.007733260126736474, "man": 0.3420613553393304, "their": 0.3497946154660669}, "took": {"man - their": 0.052953881407488135, "man": 0.3587695999330437, "their": 0.30581571852555556}, "top": {"man - their": 0.01816357186288553, "man": 0.32206737341895053, "their": 0.303903801556065}, "toptipz": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "totaled": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "touch": {"man - their": 0.112429461541463, "man": 0.42420658987292664, "their": 0.31177712833146365}, "touched": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "touchstone": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "tough": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "toward": {"man - their": -0.03776801190090123, "man": 0.29601951841085217, "their": 0.3337875303117534}, "towards": {"man - their": 0.059468137520701736, "man": 0.37689655581946563, "their": 0.3174284182987639}, "town": {"man - their": -0.009817769652397224, "man": 0.26824535247063586, "their": 0.2780631221230331}, "toxic": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "toy": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "track": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "trade": {"man - their": 0.0795183434668606, "man": 0.39129547179832425, "their": 0.31177712833146365}, "traded": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "traditional": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "traffic": {"man - their": 0.19005194662657818, "man": 0.4102561900061123, "their": 0.22020424337953412}, "trail": {"man - their": 0.1031767455655517, "man": 0.3233809889450858, "their": 0.22020424337953412}, "train": {"man - their": 0.18752634688705785, "man": 0.42420658987292664, "their": 0.2366802429858688}, "trainers": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "transfer": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "transgressive": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "transitioned": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "transmission": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "trauma": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "travel": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "treat": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "treated": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "treatment": {"man - their": 0.029200432894846085, "man": 0.2867340111501558, "their": 0.2575335782553097}, "tremble": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "trey": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "tried": {"man - their": -0.02510714824923871, "man": 0.29271669804297357, "their": 0.3178238462922123}, "tries": {"man - their": 0.15113802622230305, "man": 0.41442793959606244, "their": 0.2632899133737594}, "trigger": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "trips": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "troops": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "truck": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "true": {"man - their": 0.039864221446127834, "man": 0.3847746199970678, "their": 0.34491039855093997}, "truly": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "trump": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "trust": {"man - their": 0.006154714104347314, "man": 0.31748151595159946, "their": 0.31132680184725214}, "truth": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "try": {"man - their": 0.029704585832357133, "man": 0.38809355235761933, "their": 0.3583889665252622}, "trying": {"man - their": 0.006054072800199872, "man": 0.3417062703629122, "their": 0.3356521975627123}, "tumultuous": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "tuned": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "turbulence": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "turn": {"man - their": 0.09447114120197236, "man": 0.3956130213306093, "their": 0.30114188012863696}, "turned": {"man - their": 0.10105869583727412, "man": 0.4295765712984001, "their": 0.328517875461126}, "turns": {"man - their": 0.14118409318807568, "man": 0.42420658987292664, "their": 0.28302249668485097}, "turp": {"man - their": 0.1031767455655517, "man": 0.3233809889450858, "their": 0.22020424337953412}, "tv": {"man - their": -0.011036359509526528, "man": 0.31748151595159946, "their": 0.328517875461126}, "tweet": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "twelve": {"man - their": 0.10372930683105247, "man": 0.31748151595159946, "their": 0.213752209120547}, "twenty": {"man - their": 0.1531604422613813, "man": 0.40111459449184345, "their": 0.24795415223046213}, "twitter": {"man - their": 0.0846379159133866, "man": 0.3365884049349307, "their": 0.2519504890215441}, "two": {"man - their": 0.043989997606376896, "man": 0.4204671574628703, "their": 0.3764771598564934}, "tyler": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "type": {"man - their": 0.0928277717073484, "man": 0.4102561900061123, "their": 0.3174284182987639}, "udi": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "uk": {"man - their": 0.005952570646321931, "man": 0.3233809889450858, "their": 0.3174284182987639}, "ultimately": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "um": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "unable": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "unappreciated": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "unbiased": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "uncertainty": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "unclassified": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "uncredited": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "under": {"man - their": 0.06930893655909032, "man": 0.4004739118323958, "their": 0.33116497527330546}, "undercover": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "undergo": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "underground": {"man - their": 0.10827297511347328, "man": 0.39129547179832425, "their": 0.28302249668485097}, "undermined": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "underneath": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "underrated": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "understand": {"man - their": 0.006646959102576511, "man": 0.3034287529380644, "their": 0.2967817938354879}, "understood": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "undone": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "unfathomable": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "unfold": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "unfortunate": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "uniform": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "union": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "unit": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "unite": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "united": {"man - their": -0.010539842516773312, "man": 0.29601951841085217, "their": 0.3065593609276255}, "unity": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "universal": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "universe": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "unnoticed": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "unproven": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "unrest": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "unruly": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "unsettled": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "unsolved": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "unstated": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "unto": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "unwanted": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "unwritten": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "up": {"man - their": 0.062257305921920414, "man": 0.4286911309423845, "their": 0.36643382502046407}, "upheaval": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "upon": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "urban": {"man - their": 0.11058773939409983, "man": 0.3712419967126097, "their": 0.2606542573185099}, "urolithiasis": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "us": {"man - their": -0.007458089616619867, "man": 0.3326608044654272, "their": 0.34011889408204704}, "use": {"man - their": -0.04889832679986639, "man": 0.2594109120620566, "their": 0.30830923886192296}, "used": {"man - their": -0.04304662086276534, "man": 0.30415885094845746, "their": 0.3472054718112228}, "uses": {"man - their": 0.11558228837168616, "man": 0.3999410966876441, "their": 0.28435880831595794}, "using": {"man - their": 0.052021667296119845, "man": 0.37112040760985293, "their": 0.3190987403137331}, "usually": {"man - their": -0.011036359509526528, "man": 0.31748151595159946, "their": 0.328517875461126}, "utah": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "utter": {"man - their": 0.10711190136824023, "man": 0.40111459449184345, "their": 0.2940026931236032}, "v": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "valid": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "valuable": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "valuables": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "value": {"man - their": 0.027381666708494456, "man": 0.3233809889450858, "their": 0.29599932223659137}, "valued": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "vapourised": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "various": {"man - their": -0.037797771029071, "man": 0.3034287529380644, "their": 0.34122652396713543}, "vast": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "ve": {"man - their": -0.07703559000783433, "man": 0.25475548853094754, "their": 0.33179107853878187}, "vehicle": {"man - their": 0.1531604422613813, "man": 0.40111459449184345, "their": 0.24795415223046213}, "vehicles": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "venezuelans": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "versatile": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "verse": {"man - their": 0.14546456149450865, "man": 0.3956130213306093, "their": 0.2501484598361007}, "verumontanum": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "very": {"man - their": 0.010020398367493688, "man": 0.3872669430424511, "their": 0.3772465446749574}, "via": {"man - their": 0.10174212502005095, "man": 0.33842236800591974, "their": 0.2366802429858688}, "vice": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "vicious": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "victims": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "victor": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "videos": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "view": {"man - their": -0.010815308987573435, "man": 0.3076397478640628, "their": 0.3184550568516362}, "views": {"man - their": -0.011036359509526528, "man": 0.31748151595159946, "their": 0.328517875461126}, "violence": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "violent": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "virus": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "vision": {"man - their": 0.08089723358287426, "man": 0.37689655581946563, "their": 0.29599932223659137}, "vlogs": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "voices": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "vote": {"man - their": 0.005952570646321931, "man": 0.3233809889450858, "their": 0.3174284182987639}, "voters": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "vs": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "wade": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "wafa": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "waged": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "waiter": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "waiting": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "waitress": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "walking": {"man - their": 0.02614564927960339, "man": 0.34869512698971705, "their": 0.32254947771011366}, "wall": {"man - their": 0.00678459065100806, "man": 0.299575073504148, "their": 0.29279048285313997}, "want": {"man - their": 0.0309617187509455, "man": 0.3666315908045168, "their": 0.3356698720535713}, "wanted": {"man - their": -0.010625795189314613, "man": 0.299575073504148, "their": 0.31020086869346264}, "wanting": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "wants": {"man - their": 0.006154714104347314, "man": 0.31748151595159946, "their": 0.31132680184725214}, "war": {"man - their": 0.08053169953615213, "man": 0.36061617862571027, "their": 0.28008447908955814}, "warm": {"man - their": 0.1531604422613813, "man": 0.40111459449184345, "their": 0.24795415223046213}, "warmed": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "warning": {"man - their": 0.029200432894846085, "man": 0.2867340111501558, "their": 0.2575335782553097}, "wars": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "wartime": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "was": {"man - their": 0.07263878873646196, "man": 0.42030429817990844, "their": 0.3476655094434465}, "wasn": {"man - their": 0.006912584904767427, "man": 0.29601951841085217, "their": 0.28910693350608474}, "waste": {"man - their": 0.11822987500010695, "man": 0.3788054990658362, "their": 0.26057562406572926}, "watch": {"man - their": 0.10827297511347328, "man": 0.39129547179832425, "their": 0.28302249668485097}, "watched": {"man - their": 0.13970821074425044, "man": 0.43371090386785366, "their": 0.2940026931236032}, "watching": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "water": {"man - their": -0.04892293858530461, "man": 0.28400257441744714, "their": 0.33292551300275175}, "waterstones": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "wave": {"man - their": 0.11355780709030963, "man": 0.3444937416802283, "their": 0.23093593458991865}, "wavelength": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "way": {"man - their": 0.025190975319447417, "man": 0.3722438051646557, "their": 0.3470528298452083}, "ways": {"man - their": 0.04192032467561441, "man": 0.383454577914376, "their": 0.3415342532387616}, "wcc10": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "we": {"man - their": 0.026122783153228024, "man": 0.3747624760920451, "their": 0.3486396929388171}, "weakest": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "wealth": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "weapons": {"man - their": 0.07856511678172978, "man": 0.40111459449184345, "their": 0.32254947771011366}, "wears": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "weaving": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "web": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "webb": {"man - their": 0.10537165589764855, "man": 0.299575073504148, "their": 0.19420341760649948}, "website": {"man - their": 0.04305171404295949, "man": 0.3662601825298078, "their": 0.3232084684868483}, "websites": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "weddings": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "wednesday": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "week": {"man - their": 0.013461026179018676, "man": 0.3645398474331461, "their": 0.3510788212541274}, "weekend": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "weight": {"man - their": 0.02815863172797095, "man": 0.3076397478640628, "their": 0.27948111613609183}, "well": {"man - their": -0.005101429681997172, "man": 0.3570353044659321, "their": 0.3621367341479293}, "went": {"man - their": 0.006912584904767427, "man": 0.29601951841085217, "their": 0.28910693350608474}, "were": {"man - their": 0.04252690600239856, "man": 0.3866302364968918, "their": 0.34410333049449326}, "west": {"man - their": 0.006054072800199872, "man": 0.3417062703629122, "their": 0.3356521975627123}, "western": {"man - their": 0.07571171683166306, "man": 0.4102561900061123, "their": 0.33454447317444924}, "whale": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "what": {"man - their": 0.01317216664375942, "man": 0.38753202119555435, "their": 0.37435985455179493}, "whatever": {"man - their": 0.08089723358287426, "man": 0.37689655581946563, "their": 0.29599932223659137}, "when": {"man - their": 0.033837685774226245, "man": 0.39509552650154967, "their": 0.3612578407273234}, "where": {"man - their": 0.06872567068520219, "man": 0.4263428493309508, "their": 0.3576171786457486}, "whether": {"man - their": 0.030367620856829425, "man": 0.3342246602952562, "their": 0.3038570394384268}, "which": {"man - their": 0.06186342589631483, "man": 0.4325179609503263, "their": 0.37065453505401147}, "while": {"man - their": 0.08717877035052707, "man": 0.45478422796547896, "their": 0.3676054576149519}, "whiled": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "whilst": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "white": {"man - their": 0.055894525741132184, "man": 0.40158524027390435, "their": 0.34569071453277217}, "who": {"man - their": 0.07533408578156975, "man": 0.4446663851328301, "their": 0.36933229935126033}, "whole": {"man - their": 0.02907385210625879, "man": 0.35775654682645186, "their": 0.32868269472019307}, "whom": {"man - their": 0.15461522881245546, "man": 0.39129547179832425, "their": 0.2366802429858688}, "why": {"man - their": 0.05924811682433739, "man": 0.43022050225878333, "their": 0.37097238543444594}, "wide": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "widows": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "wife": {"man - their": 0.005952570646321931, "man": 0.3233809889450858, "their": 0.3174284182987639}, "will": {"man - their": 0.04592834069920576, "man": 0.4136598811037443, "their": 0.36773154040453854}, "william": {"man - their": 0.05539987132106877, "man": 0.33842236800591974, "their": 0.28302249668485097}, "willing": {"man - their": 0.02664523967445609, "man": 0.33842236800591974, "their": 0.31177712833146365}, "wilma": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "win": {"man - their": 0.10165462919437257, "man": 0.4248630976812209, "their": 0.3232084684868483}, "window": {"man - their": 0.1031767455655517, "man": 0.3233809889450858, "their": 0.22020424337953412}, "wing": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "winning": {"man - their": 0.0771579644789731, "man": 0.3956130213306093, "their": 0.3184550568516362}, "wins": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "wipe": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "wipes": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "wisdom": {"man - their": 0.053724249430369075, "man": 0.3626436835741857, "their": 0.3089194341438166}, "wise": {"man - their": 0.0795183434668606, "man": 0.39129547179832425, "their": 0.31177712833146365}, "with": {"man - their": 0.05094486827042677, "man": 0.4234816155859376, "their": 0.37253674731551084}, "within": {"man - their": 0.04007028131879398, "man": 0.38168954524181886, "their": 0.3416192639230249}, "without": {"man - their": 0.06883174543909415, "man": 0.4054134033303943, "their": 0.3365816578913001}, "withstood": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "wolford": {"man - their": 0.1031767455655517, "man": 0.3233809889450858, "their": 0.22020424337953412}, "women": {"man - their": 0.0795313161327233, "man": 0.37112040760985293, "their": 0.29158909147712964}, "won": {"man - their": 0.084640021998525, "man": 0.43675300483405183, "their": 0.35211298283552683}, "wonder": {"man - their": 0.005721288232447719, "man": 0.33022827053614257, "their": 0.32450698230369485}, "wondered": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "word": {"man - their": 0.02982063331696913, "man": 0.27439519122350553, "their": 0.2445745579065364}, "words": {"man - their": 0.028367568491479533, "man": 0.3034287529380644, "their": 0.2750611844465849}, "work": {"man - their": 0.02710027053566233, "man": 0.38695606644294533, "their": 0.359855795907283}, "worker": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "working": {"man - their": 0.04385360927408727, "man": 0.3540544779675499, "their": 0.31020086869346264}, "works": {"man - their": 0.0963194829348305, "man": 0.3788054990658362, "their": 0.2824860161310057}, "world": {"man - their": 0.07634043158038267, "man": 0.4307190625306135, "their": 0.3543786309502308}, "worried": {"man - their": 0.05596075408093243, "man": 0.33022827053614257, "their": 0.27426751645521014}, "worries": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "worrisome": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "worry": {"man - their": 0.027928564011974577, "man": 0.3122873723279325, "their": 0.28435880831595794}, "worse": {"man - their": 0.06229124984441081, "man": 0.3999410966876441, "their": 0.3376498468432333}, "worst": {"man - their": 0.0795183434668606, "man": 0.39129547179832425, "their": 0.31177712833146365}, "would": {"man - their": 0.0499341909055091, "man": 0.4007630445536687, "their": 0.3508288536481596}, "wouldn": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "writer": {"man - their": 0.1031767455655517, "man": 0.3233809889450858, "their": 0.22020424337953412}, "writers": {"man - their": 0.10252826437407292, "man": 0.33022827053614257, "their": 0.22770000616206965}, "writing": {"man - their": 0.05991519486535757, "man": 0.3712419967126097, "their": 0.31132680184725214}, "written": {"man - their": 0.027381666708494456, "man": 0.3233809889450858, "their": 0.29599932223659137}, "wrote": {"man - their": 0.07821525906944232, "man": 0.3847746199970678, "their": 0.3065593609276255}, "wuhan": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "x": {"man - their": 0.05717825289738471, "man": 0.3122873723279325, "their": 0.2551091194305478}, "xiaoming": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "xochitl": {"man - their": 0.10074097475925492, "man": 0.34869512698971705, "their": 0.24795415223046213}, "year": {"man - their": 0.041679379368126546, "man": 0.36820412391627655, "their": 0.32652474454815}, "years": {"man - their": 0.0686892597927794, "man": 0.4312113232408114, "their": 0.362522063448032}, "yellow": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "yes": {"man - their": 0.056427130230344624, "man": 0.3233809889450858, "their": 0.2669538587147412}, "yet": {"man - their": 0.030832764413493585, "man": 0.36882159861985775, "their": 0.33798883420636416}, "york": {"man - their": -0.009985405839562478, "man": 0.27439519122350553, "their": 0.284380597063068}, "you": {"man - their": 0.051262804788969385, "man": 0.392004606675793, "their": 0.3407418018868236}, "young": {"man - their": 0.1299082610948028, "man": 0.4516100433251354, "their": 0.3217017822303326}, "younger": {"man - their": 0.10550850545224583, "man": 0.41442793959606244, "their": 0.3089194341438166}, "your": {"man - their": 0.02992342590213859, "man": 0.37756926634328336, "their": 0.34764584044114477}, "yourself": {"man - their": 0.027045697175668626, "man": 0.33022827053614257, "their": 0.30318257336047394}, "yourselves": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "youtube": {"man - their": 0.05469243386611383, "man": 0.34869512698971705, "their": 0.2940026931236032}, "yrs": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}, "zack": {"man - their": 0.0993537702004263, "man": 0.3626436835741857, "their": 0.2632899133737594}, "\u03c0": {"man - their": 0.0970472535488962, "man": 0.3851540833414203, "their": 0.2881068297925241}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-man-them.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-man-them.json new file mode 100644 index 0000000000000000000000000000000000000000..01ba74201c1f4fe7bac9a7334f6da1a45830950f --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-man-them.json @@ -0,0 +1 @@ +{"0": {"man - them": -0.04168893250110256, "man": 0.2518667492152785, "them": 0.2935556817163811}, "000": {"man - them": 0.0480628707814959, "man": 0.3735403927852326, "them": 0.3254775220037367}, "1": {"man - them": 0.03704273065244629, "man": 0.3644620983740694, "them": 0.3274193677216231}, "10": {"man - them": 0.03021450964788236, "man": 0.35362083294982377, "them": 0.3234063233019414}, "100": {"man - them": -0.07589241955818987, "man": 0.28400257441744714, "them": 0.359894993975637}, "10bn": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "12": {"man - them": -0.04139127732154624, "man": 0.29271669804297357, "them": 0.3341079753645198}, "13": {"man - them": 0.03611064093598487, "man": 0.35775654682645186, "them": 0.321645905890467}, "14": {"man - them": -0.01821715295240256, "man": 0.3034287529380644, "them": 0.321645905890467}, "15": {"man - them": 0.03659178291149501, "man": 0.34746169732877336, "them": 0.31086991441727835}, "16": {"man - them": 0.10122754820281876, "man": 0.39168817795334276, "them": 0.290460629750524}, "17": {"man - them": 0.039193231399321626, "man": 0.39908822537495864, "them": 0.359894993975637}, "18": {"man - them": 0.012592825919735373, "man": 0.31748151595159946, "them": 0.3048886900318641}, "19": {"man - them": 0.013167896520330458, "man": 0.29601951841085217, "them": 0.2828516218905217}, "1904": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "1987": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "1991": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "19th": {"man - them": 0.062197907388501616, "man": 0.31748151595159946, "them": 0.25528360856309784}, "2": {"man - them": 0.025188584724158858, "man": 0.37831219601738386, "them": 0.353123611293225}, "20": {"man - them": -0.005203288391228189, "man": 0.3444937416802283, "them": 0.34969703007145647}, "2002": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "2003": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "2006": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "2008": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "2010": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "2012": {"man - them": 0.012592825919735373, "man": 0.31748151595159946, "them": 0.3048886900318641}, "2016": {"man - them": 0.07210791343484213, "man": 0.4168101543768904, "them": 0.34470224094204827}, "2017": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "21": {"man - them": -0.018330031214137732, "man": 0.33022827053614257, "them": 0.3485583017502803}, "21st": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "22": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "24": {"man - them": 0.06635330668074563, "man": 0.3712419967126097, "them": 0.3048886900318641}, "25th": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "27": {"man - them": 0.061854177961922496, "man": 0.3233809889450858, "them": 0.2615268109831633}, "28": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "29": {"man - them": 0.14948988519596512, "man": 0.40477349375906296, "them": 0.25528360856309784}, "2nd": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "3": {"man - them": -0.011570606287680418, "man": 0.3420613553393304, "them": 0.3536319616270108}, "30": {"man - them": 0.07032308767870149, "man": 0.38809355235761933, "them": 0.31777046467891784}, "300": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "31": {"man - them": -0.018330031214137732, "man": 0.33022827053614257, "them": 0.3485583017502803}, "37": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "3rd": {"man - them": 0.06523015193619106, "man": 0.2627640998293715, "them": 0.19753394789318043}, "4": {"man - them": 0.056607590113001316, "man": 0.37363103819122173, "them": 0.3170234480782204}, "400": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "48": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "5": {"man - them": 0.025313096257316037, "man": 0.3754175883403317, "them": 0.35010449208301564}, "501s": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "58": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "5m": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "6": {"man - them": 0.0808172769273729, "man": 0.3942819617215552, "them": 0.3134646847941823}, "60": {"man - them": -0.018284721535188286, "man": 0.31748151595159946, "them": 0.33576623748678774}, "67": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "6moy": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "6th": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "7": {"man - them": 0.01401572664117856, "man": 0.3883340481235549, "them": 0.3743183214823763}, "76ers": {"man - them": 0.06491542903697212, "man": 0.39129547179832425, "them": 0.32638004276135213}, "7th": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "8": {"man - them": 0.047019846982501834, "man": 0.4054134033303943, "them": 0.35839355634789244}, "9": {"man - them": 0.06755126968271563, "man": 0.3540544779675499, "them": 0.2865032082848343}, "98": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "9thmile": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "a": {"man - them": 0.026264194138734376, "man": 0.3707850336837338, "them": 0.3445208395449994}, "abilities": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "ability": {"man - them": 0.012505259938382307, "man": 0.37689655581946563, "them": 0.3643912958810833}, "able": {"man - them": 0.025833222103625264, "man": 0.39447703353579144, "them": 0.3686438114321662}, "about": {"man - them": 0.007107787006380317, "man": 0.4081967869945993, "them": 0.401088999988219}, "absolutely": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "absorbed": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "acceptance": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "accomplish": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "accord": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "according": {"man - them": 0.03869360525375398, "man": 0.3016990701690394, "them": 0.2630054649152854}, "achieve": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "achieved": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "acknowledge": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "acquiescence": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "across": {"man - them": -0.01826190116809595, "man": 0.3122873723279325, "them": 0.3305492734960285}, "act": {"man - them": 0.054534716842317976, "man": 0.40423174691377445, "them": 0.34969703007145647}, "action": {"man - them": 0.11803851879412436, "man": 0.35063728971367264, "them": 0.23259877091954828}, "actions": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "actor": {"man - them": 0.062197907388501616, "man": 0.31748151595159946, "them": 0.25528360856309784}, "acts": {"man - them": 0.0667038027558649, "man": 0.3662601825298078, "them": 0.2995563797739429}, "actual": {"man - them": 0.11467741932839742, "man": 0.383454577914376, "them": 0.26877715858597856}, "actually": {"man - them": 0.04758156987729906, "man": 0.38168954524181886, "them": 0.3341079753645198}, "addition": {"man - them": -0.0753196145925848, "man": 0.299575073504148, "them": 0.3748946880967328}, "additional": {"man - them": 0.0670153422034721, "man": 0.36179992211052947, "them": 0.29478457990705736}, "address": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "adds": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "administrative": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "ads": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "advanced": {"man - them": 0.012730992553989628, "man": 0.3122873723279325, "them": 0.2995563797739429}, "advancement": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "advantage": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "adversaries": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "afloat": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "afraid": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "africa": {"man - them": 0.03644369368025596, "man": 0.35063728971367264, "them": 0.3141935960334167}, "african": {"man - them": 0.10600648656095182, "man": 0.3420613553393304, "them": 0.23605486877837858}, "africans": {"man - them": 0.062197907388501616, "man": 0.31748151595159946, "them": 0.25528360856309784}, "after": {"man - them": 0.046708541489618616, "man": 0.42807347335075324, "them": 0.3813649318611346}, "afterthought": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "again": {"man - them": 0.029547622968981946, "man": 0.36882159861985775, "them": 0.3392739756508758}, "against": {"man - them": -0.11460097179250589, "man": 0.24283608608469953, "them": 0.3574370578772054}, "age": {"man - them": 0.03611064093598487, "man": 0.35775654682645186, "them": 0.321645905890467}, "agencies": {"man - them": 0.06595224576902942, "man": 0.37689655581946563, "them": 0.3109443100504362}, "agent": {"man - them": -0.018330031214137732, "man": 0.33022827053614257, "them": 0.3485583017502803}, "aggressive": {"man - them": 0.06491542903697212, "man": 0.39129547179832425, "them": 0.32638004276135213}, "ago": {"man - them": 0.029547622968981946, "man": 0.36882159861985775, "them": 0.3392739756508758}, "agree": {"man - them": 0.034521959257536705, "man": 0.39129547179832425, "them": 0.35677351254078754}, "agreeing": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "ahead": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "aid": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "aides": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "air": {"man - them": 0.013257372519269506, "man": 0.29271669804297357, "them": 0.27945932552370406}, "al": {"man - them": 0.11692421336110606, "man": 0.36179992211052947, "them": 0.2448757087494234}, "alarmed": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "alcohol": {"man - them": 0.03547575922582197, "man": 0.3712419967126097, "them": 0.33576623748678774}, "alfred": {"man - them": 0.0670153422034721, "man": 0.36179992211052947, "them": 0.29478457990705736}, "alien": {"man - them": 0.01285516795700542, "man": 0.3076397478640628, "them": 0.29478457990705736}, "alienation": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "aliens": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "all": {"man - them": 0.026800445053895283, "man": 0.4221434479284075, "them": 0.39534300287451224}, "allegedly": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "alliances": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "allied": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "allies": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "allow": {"man - them": 0.012319417342032901, "man": 0.383454577914376, "them": 0.3711351605723431}, "allowed": {"man - them": -0.0410940469257971, "man": 0.31748151595159946, "them": 0.35857556287739656}, "almost": {"man - them": 0.059486096113924025, "man": 0.42201579559176583, "them": 0.3625296994778418}, "alone": {"man - them": -0.018351144534867803, "man": 0.33842236800591974, "them": 0.35677351254078754}, "along": {"man - them": 0.014350444869135282, "man": 0.3780472977370706, "them": 0.3636968528679353}, "alpha": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "already": {"man - them": 0.00026147301101892007, "man": 0.3645398474331461, "them": 0.3642783744221272}, "also": {"man - them": -0.0007064163676904212, "man": 0.40864375384271584, "them": 0.40935017021040626}, "although": {"man - them": 0.026013425965338288, "man": 0.39029180038746547, "them": 0.3642783744221272}, "always": {"man - them": 0.039783861711877644, "man": 0.3883340481235549, "them": 0.34855018641167723}, "am": {"man - them": 0.07361070337122194, "man": 0.39908822537495864, "them": 0.3254775220037367}, "amber": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "america": {"man - them": -0.018307579649915418, "man": 0.3233809889450858, "them": 0.34168856859500124}, "american": {"man - them": -0.020811748614400605, "man": 0.3365884049349307, "them": 0.3574001535493313}, "americans": {"man - them": 0.0654827949553411, "man": 0.383454577914376, "them": 0.3179717829590349}, "among": {"man - them": 0.06111975040597428, "man": 0.4004739118323958, "them": 0.3393541614264215}, "amount": {"man - them": -0.018284721535188286, "man": 0.31748151595159946, "them": 0.33576623748678774}, "an": {"man - them": 0.03582741337577511, "man": 0.4560868944423696, "them": 0.4202594810665945}, "analyzed": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "ananias": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "anchor": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "and": {"man - them": 0.03403249651890072, "man": 0.36074558905716303, "them": 0.3267130925382623}, "andrew": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "angeles": {"man - them": 0.012968123187540426, "man": 0.3034287529380644, "them": 0.290460629750524}, "anger": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "another": {"man - them": 0.003413818644680988, "man": 0.3780472977370706, "them": 0.3746334790923896}, "answer": {"man - them": 0.012809148945969406, "man": 0.3662601825298078, "them": 0.3534510335838384}, "answered": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "antenna": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "anthony": {"man - them": 0.06419556632842233, "man": 0.40111459449184345, "them": 0.3369190281634211}, "anti": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "anticipation": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "antoni": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "antonin": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "anxiety": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "any": {"man - them": -0.02531158669473249, "man": 0.37831219601738386, "them": 0.40362378271211635}, "anymore": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "anyone": {"man - them": 0.10122754820281876, "man": 0.39168817795334276, "them": 0.290460629750524}, "apart": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "apollo": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "apostles": {"man - them": 0.013257372519269506, "man": 0.29271669804297357, "them": 0.27945932552370406}, "appear": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "appearance": {"man - them": 0.14783471235620876, "man": 0.4166118709421873, "them": 0.26877715858597856}, "applications": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "apply": {"man - them": -0.01836876729378445, "man": 0.34869512698971705, "them": 0.3670638942835015}, "appointing": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "appreciate": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "april": {"man - them": 0.06249782796744324, "man": 0.3122873723279325, "them": 0.24978954436048928}, "arcane": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "architects": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "archived": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "are": {"man - them": 0.014543758866782164, "man": 0.42407399975243976, "them": 0.4095302408856576}, "area": {"man - them": -0.07579568832768602, "man": 0.2867340111501558, "them": 0.3625296994778418}, "areas": {"man - them": 0.0667038027558649, "man": 0.3662601825298078, "them": 0.2995563797739429}, "aren": {"man - them": -0.0753196145925848, "man": 0.299575073504148, "them": 0.3748946880967328}, "arguably": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "argued": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "ariane": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "armed": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "around": {"man - them": 0.022707942083424415, "man": 0.4088812704839959, "them": 0.3861733284005715}, "array": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "arrested": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "arrival": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "arrived": {"man - them": 0.062197907388501616, "man": 0.31748151595159946, "them": 0.25528360856309784}, "arsonist": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "article": {"man - them": -0.018284721535188286, "man": 0.31748151595159946, "them": 0.33576623748678774}, "artists": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "as": {"man - them": 0.027223257055062844, "man": 0.41051811030792035, "them": 0.3832948532528575}, "ascent": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "asia": {"man - them": 0.062197907388501616, "man": 0.31748151595159946, "them": 0.25528360856309784}, "ask": {"man - them": -0.018239340934284032, "man": 0.3076397478640628, "them": 0.3258790887983468}, "asked": {"man - them": 0.03628401328863207, "man": 0.3540544779675499, "them": 0.31777046467891784}, "aspect": {"man - them": -0.01836876729378445, "man": 0.34869512698971705, "them": 0.3670638942835015}, "assessment": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "assists": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "associated": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "assume": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "assumptions": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "assurance": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "astronomy": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "at": {"man - them": 0.04833835236414391, "man": 0.44721359864275123, "them": 0.3988752462786073}, "atlantic": {"man - them": 0.06595224576902942, "man": 0.37689655581946563, "them": 0.3109443100504362}, "atmospheres": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "atoms": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "attack": {"man - them": 0.01334120178827447, "man": 0.2896310137726635, "them": 0.276289811984389}, "attacked": {"man - them": 0.11383605571916128, "man": 0.39129547179832425, "them": 0.27745941607916297}, "attacks": {"man - them": 0.06320289812292457, "man": 0.41442793959606244, "them": 0.3512250414731379}, "attending": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "august": {"man - them": 0.06300348638681627, "man": 0.3034287529380644, "them": 0.24042526655124816}, "author": {"man - them": 0.06595224576902942, "man": 0.37689655581946563, "them": 0.3109443100504362}, "available": {"man - them": 0.1532986122357056, "man": 0.37609622760475264, "them": 0.22279761536904705}, "avatar": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "averaging": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "aviator": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "award": {"man - them": 0.06635330668074563, "man": 0.3712419967126097, "them": 0.3048886900318641}, "awards": {"man - them": 0.061854177961922496, "man": 0.3233809889450858, "them": 0.2615268109831633}, "away": {"man - them": 0.03875355888975496, "man": 0.40704851157659694, "them": 0.368294952686842}, "awful": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "ba": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "babies": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "back": {"man - them": 0.03664422415364588, "man": 0.41915336542995774, "them": 0.38250914127631186}, "bad": {"man - them": 0.06939182319161563, "man": 0.3999410966876441, "them": 0.3305492734960285}, "bail": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "ball": {"man - them": 0.061854177961922496, "man": 0.3233809889450858, "them": 0.2615268109831633}, "bamba": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "bang": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "bank": {"man - them": 0.013494696896249825, "man": 0.28400257441744714, "them": 0.2705078775211973}, "barely": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "barrel": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "barriers": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "bars": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "based": {"man - them": -0.04151834919184755, "man": 0.2789633850062796, "them": 0.32048173419812714}, "basic": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "basically": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "baskervilles": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "basketball": {"man - them": 0.0654827949553411, "man": 0.383454577914376, "them": 0.3179717829590349}, "battle": {"man - them": 0.11595838814951187, "man": 0.3712419967126097, "them": 0.25528360856309784}, "battles": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "bbc": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "be": {"man - them": 0.014395784989280347, "man": 0.3997583420205105, "them": 0.3853625570312302}, "beal": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "bean": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "beat": {"man - them": 0.035920833312182654, "man": 0.36179992211052947, "them": 0.3258790887983468}, "beaten": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "beating": {"man - them": 0.06491542903697212, "man": 0.39129547179832425, "them": 0.32638004276135213}, "beauty": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "became": {"man - them": -0.05947791595076207, "man": 0.3122873723279325, "them": 0.3717652882786946}, "because": {"man - them": -0.03206665325260816, "man": 0.3652284225573705, "them": 0.39729507580997864}, "become": {"man - them": 0.055348766545475214, "man": 0.3923365252366846, "them": 0.3369877586912094}, "becomes": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "becoming": {"man - them": -0.018330031214137732, "man": 0.33022827053614257, "them": 0.3485583017502803}, "been": {"man - them": 0.017262171470200594, "man": 0.4155787056778648, "them": 0.3983165342076642}, "beer": {"man - them": 0.09864008798315244, "man": 0.4166118709421873, "them": 0.3179717829590349}, "bees": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "before": {"man - them": -0.002840599974627156, "man": 0.42172839507756593, "them": 0.4245689950521931}, "began": {"man - them": 0.03659178291149501, "man": 0.34746169732877336, "them": 0.31086991441727835}, "begin": {"man - them": 0.09864008798315244, "man": 0.4166118709421873, "them": 0.3179717829590349}, "beginning": {"man - them": -0.04116366125590587, "man": 0.3122873723279325, "them": 0.3534510335838384}, "behalf": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "behind": {"man - them": 0.03628401328863207, "man": 0.3540544779675499, "them": 0.31777046467891784}, "being": {"man - them": 0.045045968066290965, "man": 0.41361368385346675, "them": 0.3685677157871758}, "belief": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "believe": {"man - them": 0.028367125704014895, "man": 0.3956130213306093, "them": 0.36724589562659443}, "believed": {"man - them": 0.012592825919735373, "man": 0.31748151595159946, "them": 0.3048886900318641}, "believers": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "believes": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "believing": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "belongings": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "ben": {"man - them": 0.0654827949553411, "man": 0.383454577914376, "them": 0.3179717829590349}, "bench": {"man - them": 0.01285516795700542, "man": 0.3076397478640628, "them": 0.29478457990705736}, "benefit": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "benevolence": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "benue": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "best": {"man - them": 0.05180590278608671, "man": 0.4396439253002107, "them": 0.38783802251412397}, "bet": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "better": {"man - them": 0.02370382706085611, "man": 0.41295058641938, "them": 0.3892467593585239}, "between": {"man - them": -0.022571987724212206, "man": 0.3315973497728197, "them": 0.3541693374970319}, "bible": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "biblically": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "big": {"man - them": 0.026013425965338288, "man": 0.39029180038746547, "them": 0.3642783744221272}, "biggest": {"man - them": -0.018330031214137732, "man": 0.33022827053614257, "them": 0.3485583017502803}, "billion": {"man - them": 0.013697003267352292, "man": 0.27662636081971614, "them": 0.26292935755236385}, "birthday": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "bit": {"man - them": -0.018093260009855006, "man": 0.28400257441744714, "them": 0.30209583442730215}, "black": {"man - them": 0.09326077475589378, "man": 0.4273687501204136, "them": 0.3341079753645198}, "blameless": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "blast": {"man - them": 0.034050700208341944, "man": 0.40111459449184345, "them": 0.3670638942835015}, "blessed": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "blessing": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "blocking": {"man - them": 0.12213774788081627, "man": 0.4485177906421684, "them": 0.32638004276135213}, "blogs": {"man - them": -0.018330031214137732, "man": 0.33022827053614257, "them": 0.3485583017502803}, "blood": {"man - them": 0.14783471235620876, "man": 0.4166118709421873, "them": 0.26877715858597856}, "boasts": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "bodies": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "body": {"man - them": -0.04116366125590587, "man": 0.3122873723279325, "them": 0.3534510335838384}, "boldly": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "bones": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "boogie": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "book": {"man - them": 0.09877409989926272, "man": 0.3812340172284337, "them": 0.282459917329171}, "books": {"man - them": 0.1022302197181148, "man": 0.38168954524181886, "them": 0.27945932552370406}, "borgen": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "both": {"man - them": 0.021352440214069568, "man": 0.4347832389560991, "them": 0.41343079874202954}, "bottle": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "bottom": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "bounceback": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "boy": {"man - them": 0.06491542903697212, "man": 0.39129547179832425, "them": 0.32638004276135213}, "boys": {"man - them": 0.11467741932839742, "man": 0.383454577914376, "them": 0.26877715858597856}, "brahms": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "branch": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "branches": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "break": {"man - them": 0.03520798722446439, "man": 0.37689655581946563, "them": 0.34168856859500124}, "breaking": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "brett": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "briefly": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "bright": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "brilliant": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "bring": {"man - them": 0.11684522558595828, "man": 0.4246090407146905, "them": 0.30776381512873224}, "brings": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "britain": {"man - them": 0.062197907388501616, "man": 0.31748151595159946, "them": 0.25528360856309784}, "british": {"man - them": 0.11692421336110606, "man": 0.36179992211052947, "them": 0.2448757087494234}, "broadcast": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "bros": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "brother": {"man - them": 0.061854177961922496, "man": 0.3233809889450858, "them": 0.2615268109831633}, "brothers": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "brought": {"man - them": 0.012809148945969406, "man": 0.3662601825298078, "them": 0.3534510335838384}, "brow": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "brown": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "brunch": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "brutal": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "bubble": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "build": {"man - them": 0.046750591944730246, "man": 0.3956130213306093, "them": 0.3488624293858791}, "building": {"man - them": -0.018284721535188286, "man": 0.31748151595159946, "them": 0.33576623748678774}, "buildings": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "built": {"man - them": 0.062197907388501616, "man": 0.31748151595159946, "them": 0.25528360856309784}, "bullets": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "burke": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "burn": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "bus": {"man - them": 0.01334120178827447, "man": 0.2896310137726635, "them": 0.276289811984389}, "buses": {"man - them": 0.11647063816931852, "man": 0.3662601825298078, "them": 0.24978954436048928}, "bush": {"man - them": 0.06419556632842233, "man": 0.40111459449184345, "them": 0.3369190281634211}, "bushes": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "business": {"man - them": 0.013161646740854294, "man": 0.3540544779675499, "them": 0.3408928312266956}, "but": {"man - them": -0.009062278053686368, "man": 0.40490923955154445, "them": 0.4139715176052308}, "buy": {"man - them": 0.06729591707592786, "man": 0.35775654682645186, "them": 0.290460629750524}, "by": {"man - them": 0.037126960943725085, "man": 0.442727620910128, "them": 0.40560065996640293}, "c": {"man - them": 0.06839237154184619, "man": 0.3417062703629122, "them": 0.273313898821066}, "cafeteria": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "calcium": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "californication": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "call": {"man - them": -0.04131775772254759, "man": 0.299575073504148, "them": 0.3408928312266956}, "called": {"man - them": -0.05763092976241774, "man": 0.31860545695627, "them": 0.37623638671868775}, "came": {"man - them": -0.03445525419133216, "man": 0.329823120230795, "them": 0.3642783744221272}, "camp": {"man - them": 0.0637763860521019, "man": 0.2896310137726635, "them": 0.22585462772056158}, "camps": {"man - them": 0.06322115520934898, "man": 0.299575073504148, "them": 0.23635391829479904}, "can": {"man - them": -0.023546395977452894, "man": 0.3740583450420087, "them": 0.3976047410194616}, "canada": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "candidate": {"man - them": 0.11467741932839742, "man": 0.383454577914376, "them": 0.26877715858597856}, "candidates": {"man - them": 0.11383605571916128, "man": 0.39129547179832425, "them": 0.27745941607916297}, "cannot": {"man - them": -0.018351144534867803, "man": 0.33842236800591974, "them": 0.35677351254078754}, "canyon": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "capabilities": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "capable": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "capacity": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "captured": {"man - them": 0.11383605571916128, "man": 0.39129547179832425, "them": 0.27745941607916297}, "car": {"man - them": 0.10370223325215294, "man": 0.3666315908045168, "them": 0.26292935755236385}, "care": {"man - them": 0.013161646740854294, "man": 0.3540544779675499, "them": 0.3408928312266956}, "cared": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "caring": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "carmona": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "carpet": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "carried": {"man - them": 0.06491542903697212, "man": 0.39129547179832425, "them": 0.32638004276135213}, "cartoons": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "case": {"man - them": 0.07877877597503391, "man": 0.41648086281875424, "them": 0.33770208684372033}, "cassette": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "cats": {"man - them": 0.06595224576902942, "man": 0.37689655581946563, "them": 0.3109443100504362}, "cause": {"man - them": -0.0895694229999438, "man": 0.2814176597997184, "them": 0.3709870827996622}, "caused": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "causing": {"man - them": 0.14674717379376367, "man": 0.42420658987292664, "them": 0.27745941607916297}, "cavaliers": {"man - them": 0.06419556632842233, "man": 0.40111459449184345, "them": 0.3369190281634211}, "ceaseless": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "celebrating": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "celtics": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "center": {"man - them": 0.035710909033779326, "man": 0.3662601825298078, "them": 0.3305492734960285}, "central": {"man - them": 0.06249782796744324, "man": 0.3122873723279325, "them": 0.24978954436048928}, "centre": {"man - them": 0.013494696896249825, "man": 0.28400257441744714, "them": 0.2705078775211973}, "century": {"man - them": 0.013742926097129071, "man": 0.3342246602952562, "them": 0.32048173419812714}, "certain": {"man - them": 0.035920833312182654, "man": 0.36179992211052947, "them": 0.3258790887983468}, "certainly": {"man - them": 0.045957770839443746, "man": 0.42201579559176583, "them": 0.3760580247523221}, "challenges": {"man - them": -0.01836876729378445, "man": 0.34869512698971705, "them": 0.3670638942835015}, "chance": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "chances": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "change": {"man - them": -0.04153723665237441, "man": 0.27662636081971614, "them": 0.31816359747209055}, "changed": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "changes": {"man - them": -0.018330031214137732, "man": 0.33022827053614257, "them": 0.3485583017502803}, "channel": {"man - them": 0.06491542903697212, "man": 0.39129547179832425, "them": 0.32638004276135213}, "chaos": {"man - them": 0.1153697448363023, "man": 0.37689655581946563, "them": 0.2615268109831633}, "chaotic": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "chapter": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "character": {"man - them": 0.02817580840894951, "man": 0.3999410966876441, "them": 0.3717652882786946}, "characterized": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "charges": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "charles": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "charting": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "chasing": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "checked": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "chemical": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "chief": {"man - them": 0.06249782796744324, "man": 0.3122873723279325, "them": 0.24978954436048928}, "childhood": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "children": {"man - them": -0.06031059064459621, "man": 0.2789633850062796, "them": 0.3392739756508758}, "chimpanzee": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "china": {"man - them": 0.07122515584986294, "man": 0.2982125603805395, "them": 0.22698740453067656}, "chinese": {"man - them": 0.10192299810654609, "man": 0.3847746199970678, "them": 0.2828516218905217}, "choice": {"man - them": -0.018284721535188286, "man": 0.31748151595159946, "them": 0.33576623748678774}, "chopin": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "chris": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "christ": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "christian": {"man - them": 0.06419556632842233, "man": 0.40111459449184345, "them": 0.3369190281634211}, "church": {"man - them": -0.017933443141525673, "man": 0.2645264741876453, "them": 0.282459917329171}, "cities": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "citizens": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "city": {"man - them": 0.014413569216803479, "man": 0.34896481418901515, "them": 0.33455124497221167}, "civic": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "civilization": {"man - them": -0.01836876729378445, "man": 0.34869512698971705, "them": 0.3670638942835015}, "class": {"man - them": 0.06595224576902942, "man": 0.37689655581946563, "them": 0.3109443100504362}, "clear": {"man - them": 0.013261056806148419, "man": 0.35063728971367264, "them": 0.3373762329075242}, "clearly": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "clippers": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "closest": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "club": {"man - them": 0.14783471235620876, "man": 0.4166118709421873, "them": 0.26877715858597856}, "clubs": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "clutchest": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "coach": {"man - them": 0.07058102396365112, "man": 0.3847746199970678, "them": 0.3141935960334167}, "coached": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "coast": {"man - them": 0.11835008817025539, "man": 0.34746169732877336, "them": 0.22911160915851797}, "coastal": {"man - them": 0.06249782796744324, "man": 0.3122873723279325, "them": 0.24978954436048928}, "colleagues": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "collected": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "collection": {"man - them": 0.1512629114020946, "man": 0.39168817795334276, "them": 0.24042526655124816}, "college": {"man - them": 0.03547575922582197, "man": 0.3712419967126097, "them": 0.33576623748678774}, "columbia": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "com": {"man - them": -0.005203288391228189, "man": 0.3444937416802283, "them": 0.34969703007145647}, "combination": {"man - them": 0.11467741932839742, "man": 0.383454577914376, "them": 0.26877715858597856}, "come": {"man - them": 0.014495158885941772, "man": 0.37363103819122173, "them": 0.35913587930527996}, "comes": {"man - them": 0.038586613146100124, "man": 0.4100610812255619, "them": 0.3714744680794618}, "coming": {"man - them": 0.029108468994379744, "man": 0.3788054990658362, "them": 0.34969703007145647}, "commences": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "comment": {"man - them": -0.04116366125590587, "man": 0.3122873723279325, "them": 0.3534510335838384}, "comments": {"man - them": -0.040906890036200516, "man": 0.33022827053614257, "them": 0.3711351605723431}, "commercial": {"man - them": -0.018284721535188286, "man": 0.31748151595159946, "them": 0.33576623748678774}, "commits": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "common": {"man - them": 0.05434040860805489, "man": 0.40704851157659694, "them": 0.35270810296854205}, "commonly": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "communications": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "community": {"man - them": 0.013673077640701636, "man": 0.3365884049349307, "them": 0.32291532729422906}, "commuter": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "company": {"man - them": -0.04658803682203472, "man": 0.32579100534360206, "them": 0.3723790421656368}, "competent": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "complete": {"man - them": 0.10192299810654609, "man": 0.3847746199970678, "them": 0.2828516218905217}, "completed": {"man - them": -0.0410103069359975, "man": 0.3233809889450858, "them": 0.3643912958810833}, "completely": {"man - them": 0.034896276164095685, "man": 0.383454577914376, "them": 0.3485583017502803}, "complex": {"man - them": 0.01293749272465039, "man": 0.36179992211052947, "them": 0.3488624293858791}, "compromise": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "compulsion": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "computers": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "conceivable": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "concerns": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "conduit": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "conference": {"man - them": -0.005246405639768692, "man": 0.34746169732877336, "them": 0.35270810296854205}, "confess": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "confidence": {"man - them": 0.04500986482962227, "man": 0.42420658987292664, "them": 0.3791967250433044}, "confirming": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "conflict": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "congregation": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "congress": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "connections": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "consequence": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "consequences": {"man - them": 0.034521959257536705, "man": 0.39129547179832425, "them": 0.35677351254078754}, "considered": {"man - them": 0.013522363733180442, "man": 0.3417062703629122, "them": 0.32818390662973174}, "consistent": {"man - them": 0.11383605571916128, "man": 0.39129547179832425, "them": 0.27745941607916297}, "conspiracy": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "constant": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "constantly": {"man - them": 0.06419556632842233, "man": 0.40111459449184345, "them": 0.3369190281634211}, "constitutional": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "constraints": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "construction": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "content": {"man - them": 0.06635330668074563, "man": 0.3712419967126097, "them": 0.3048886900318641}, "contention": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "contest": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "context": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "continue": {"man - them": 0.0654827949553411, "man": 0.383454577914376, "them": 0.3179717829590349}, "continued": {"man - them": -0.08887914472275277, "man": 0.29601951841085217, "them": 0.38489866313360493}, "contributed": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "controlled": {"man - them": 0.06491542903697212, "man": 0.39129547179832425, "them": 0.32638004276135213}, "conversations": {"man - them": 0.1453577751471215, "man": 0.43371090386785366, "them": 0.28835312872073215}, "convictions": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "convince": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "core": {"man - them": 0.03520798722446439, "man": 0.37689655581946563, "them": 0.34168856859500124}, "corner": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "cornerstone": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "corporate": {"man - them": -0.018307579649915418, "man": 0.3233809889450858, "them": 0.34168856859500124}, "corrosive": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "cosmos": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "cost": {"man - them": 0.013167896520330458, "man": 0.29601951841085217, "them": 0.2828516218905217}, "could": {"man - them": -0.01821200470979578, "man": 0.36600595354633514, "them": 0.3842179582561309}, "council": {"man - them": 0.01285516795700542, "man": 0.3076397478640628, "them": 0.29478457990705736}, "counselling": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "count": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "countries": {"man - them": 0.012730992553989628, "man": 0.3122873723279325, "them": 0.2995563797739429}, "country": {"man - them": -0.017983792927238118, "man": 0.27021260445961204, "them": 0.28819639738685016}, "couple": {"man - them": -0.04131775772254759, "man": 0.299575073504148, "them": 0.3408928312266956}, "course": {"man - them": 0.025162418091956962, "man": 0.4100610812255619, "them": 0.38489866313360493}, "court": {"man - them": 0.1055063180689105, "man": 0.34750565095061564, "them": 0.24199933288170514}, "courtesy": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "cousins": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "coverage": {"man - them": 0.06320289812292457, "man": 0.41442793959606244, "them": 0.3512250414731379}, "covers": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "coy": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "crazy": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "create": {"man - them": -0.018239340934284032, "man": 0.3076397478640628, "them": 0.3258790887983468}, "creating": {"man - them": -0.018330031214137732, "man": 0.33022827053614257, "them": 0.3485583017502803}, "credit": {"man - them": 0.062197907388501616, "man": 0.31748151595159946, "them": 0.25528360856309784}, "crippling": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "crisis": {"man - them": 0.1512629114020946, "man": 0.39168817795334276, "them": 0.24042526655124816}, "critical": {"man - them": 0.11692421336110606, "man": 0.36179992211052947, "them": 0.2448757087494234}, "criticism": {"man - them": 0.06419556632842233, "man": 0.40111459449184345, "them": 0.3369190281634211}, "cross": {"man - them": -0.018195391174769815, "man": 0.299575073504148, "them": 0.31777046467891784}, "cruise": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "cultivation": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "cultural": {"man - them": 0.03644369368025596, "man": 0.35063728971367264, "them": 0.3141935960334167}, "culture": {"man - them": -0.005339964190569202, "man": 0.3540544779675499, "them": 0.3593944421581191}, "curiosity": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "currently": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "cute": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "cutting": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "cynicism": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "d": {"man - them": 0.039676627224180416, "man": 0.39029180038746547, "them": 0.35061517316328505}, "dads": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "dai": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "daily": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "daizaemon": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "daizemon": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "dance": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "dancers": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "danger": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "dangerous": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "daniel": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "dante": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "dark": {"man - them": 0.14948988519596512, "man": 0.40477349375906296, "them": 0.25528360856309784}, "data": {"man - them": -0.0767387857604176, "man": 0.2578124592117941, "them": 0.33455124497221167}, "daughter": {"man - them": 0.1173312802752037, "man": 0.35775654682645186, "them": 0.24042526655124816}, "daughters": {"man - them": 0.061854177961922496, "man": 0.3233809889450858, "them": 0.2615268109831633}, "david": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "davis": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "day": {"man - them": 0.01490421895546401, "man": 0.36124691824318683, "them": 0.3463426992877228}, "days": {"man - them": 0.013742926097129071, "man": 0.3342246602952562, "them": 0.32048173419812714}, "deacon": {"man - them": 0.062197907388501616, "man": 0.31748151595159946, "them": 0.25528360856309784}, "deacons": {"man - them": 0.0636050888844556, "man": 0.29271669804297357, "them": 0.22911160915851797}, "death": {"man - them": 0.03547575922582197, "man": 0.3712419967126097, "them": 0.33576623748678774}, "decamp": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "dedicated": {"man - them": 0.06595224576902942, "man": 0.37689655581946563, "them": 0.3109443100504362}, "deep": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "deeper": {"man - them": 0.06419556632842233, "man": 0.40111459449184345, "them": 0.3369190281634211}, "defeat": {"man - them": 0.06491542903697212, "man": 0.39129547179832425, "them": 0.32638004276135213}, "defend": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "defended": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "defense": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "defensive": {"man - them": 0.06419556632842233, "man": 0.40111459449184345, "them": 0.3369190281634211}, "defensively": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "defiant": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "definitely": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "degree": {"man - them": 0.061854177961922496, "man": 0.3233809889450858, "them": 0.2615268109831633}, "delays": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "deliberation": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "delight": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "delivered": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "demarcus": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "democratic": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "denied": {"man - them": 0.01285516795700542, "man": 0.3076397478640628, "them": 0.29478457990705736}, "denigrated": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "depend": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "dependable": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "deployments": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "depth": {"man - them": 0.06491542903697212, "man": 0.39129547179832425, "them": 0.32638004276135213}, "deputy": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "derogatory": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "describe": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "described": {"man - them": -0.04116366125590587, "man": 0.3122873723279325, "them": 0.3534510335838384}, "description": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "deserved": {"man - them": -0.018351144534867803, "man": 0.33842236800591974, "them": 0.35677351254078754}, "deserves": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "design": {"man - them": 0.04931601846130901, "man": 0.35201921755702714, "them": 0.30270319909571813}, "designed": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "desires": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "despite": {"man - them": -0.01817407762256451, "man": 0.29601951841085217, "them": 0.3141935960334167}, "destabilized": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "destination": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "destiny": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "destroy": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "destroys": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "destruct": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "detailed": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "detect": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "detroit": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "devastating": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "developing": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "devoid": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "devote": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "did": {"man - them": -0.022557908091377532, "man": 0.3275465839916381, "them": 0.35010449208301564}, "didn": {"man - them": -0.02074870447015148, "man": 0.31860545695627, "them": 0.3393541614264215}, "die": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "dies": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "different": {"man - them": 0.048339864421730605, "man": 0.36882159861985775, "them": 0.32048173419812714}, "difficult": {"man - them": -0.040774357037384634, "man": 0.33842236800591974, "them": 0.3791967250433044}, "difficulty": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "digital": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "directed": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "direction": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "directly": {"man - them": 0.11383605571916128, "man": 0.39129547179832425, "them": 0.27745941607916297}, "disagrees": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "disarray": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "disciple": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "disciplined": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "discoveries": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "discuss": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "discussions": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "disguise": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "disneynature": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "disobedience": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "disorder": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "disordered": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "display": {"man - them": 0.012730992553989628, "man": 0.3122873723279325, "them": 0.2995563797739429}, "disruption": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "disruptive": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "distant": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "distracted": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "distrustful": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "diverted": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "division": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "dna": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "do": {"man - them": -0.008068819335903754, "man": 0.40221972656210037, "them": 0.4102885458980041}, "documented": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "does": {"man - them": 0.0531796205523023, "man": 0.4108826835456463, "them": 0.357703062993344}, "doesn": {"man - them": 0.013483131906507406, "man": 0.3788054990658362, "them": 0.3653223671593288}, "dog": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "doing": {"man - them": -0.04662088963053429, "man": 0.32389382745292267, "them": 0.37051471708345696}, "dolores": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "domantas": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "don": {"man - them": 0.015002788814310386, "man": 0.3803376745173242, "them": 0.3653348857030138}, "donald": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "done": {"man - them": 0.0002204488472281052, "man": 0.3666315908045168, "them": 0.3664111419572887}, "donovan": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "door": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "double": {"man - them": 0.0654827949553411, "man": 0.383454577914376, "them": 0.3179717829590349}, "down": {"man - them": 0.08521251148281661, "man": 0.4527298954000984, "them": 0.3675173839172818}, "dpoy": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "dr": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "drafted": {"man - them": 0.06491542903697212, "man": 0.39129547179832425, "them": 0.32638004276135213}, "dramatic": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "dream": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "dressed": {"man - them": 0.012319417342032901, "man": 0.383454577914376, "them": 0.3711351605723431}, "drink": {"man - them": 0.012592825919735373, "man": 0.31748151595159946, "them": 0.3048886900318641}, "drinking": {"man - them": 0.11383605571916128, "man": 0.39129547179832425, "them": 0.27745941607916297}, "drivers": {"man - them": 0.1153697448363023, "man": 0.37689655581946563, "them": 0.2615268109831633}, "driving": {"man - them": 0.012592825919735373, "man": 0.31748151595159946, "them": 0.3048886900318641}, "drops": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "drummond": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "drunk": {"man - them": 0.0654827949553411, "man": 0.383454577914376, "them": 0.3179717829590349}, "due": {"man - them": -0.07669135290222323, "man": 0.2594109120620566, "them": 0.3361022649642798}, "duel": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "during": {"man - them": -0.01147439439083242, "man": 0.33374638542548846, "them": 0.3452207798163209}, "dvd": {"man - them": 0.06300348638681627, "man": 0.3034287529380644, "them": 0.24042526655124816}, "dvo\u0159\u00e1k": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "dysfunctional": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "e": {"man - them": 0.035920833312182654, "man": 0.36179992211052947, "them": 0.3258790887983468}, "each": {"man - them": 0.029823580582580222, "man": 0.36253732009465145, "them": 0.3327137395120712}, "earlier": {"man - them": 0.0670153422034721, "man": 0.36179992211052947, "them": 0.29478457990705736}, "early": {"man - them": 0.03480522092857419, "man": 0.40718426309421096, "them": 0.3723790421656368}, "earns": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "earth": {"man - them": -0.018307579649915418, "man": 0.3233809889450858, "them": 0.34168856859500124}, "easily": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "east": {"man - them": 0.09326077475589378, "man": 0.4273687501204136, "them": 0.3341079753645198}, "eastern": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "easy": {"man - them": 0.0670153422034721, "man": 0.36179992211052947, "them": 0.29478457990705736}, "ecclesial": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "economic": {"man - them": 0.013257372519269506, "man": 0.29271669804297357, "them": 0.27945932552370406}, "economics": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "ed": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "edge": {"man - them": 0.06300348638681627, "man": 0.3034287529380644, "them": 0.24042526655124816}, "edit": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "edited": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "edmund": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "education": {"man - them": 0.01285516795700542, "man": 0.3076397478640628, "them": 0.29478457990705736}, "effect": {"man - them": 0.03520798722446439, "man": 0.37689655581946563, "them": 0.34168856859500124}, "effects": {"man - them": 0.06300348638681627, "man": 0.3034287529380644, "them": 0.24042526655124816}, "effort": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "egede": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "eight": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "either": {"man - them": -0.005291852551440657, "man": 0.35063728971367264, "them": 0.3559291422651133}, "elbow": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "elder": {"man - them": 0.061854177961922496, "man": 0.3233809889450858, "them": 0.2615268109831633}, "elders": {"man - them": 0.06342074749130389, "man": 0.29601951841085217, "them": 0.23259877091954828}, "electrocute": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "elemental": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "elementary": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "elements": {"man - them": 0.1153697448363023, "man": 0.37689655581946563, "them": 0.2615268109831633}, "eliot": {"man - them": 0.15664306792430513, "man": 0.34896481418901515, "them": 0.19232174626471002}, "else": {"man - them": 0.034896276164095685, "man": 0.383454577914376, "them": 0.3485583017502803}, "email": {"man - them": 0.035710909033779326, "man": 0.3662601825298078, "them": 0.3305492734960285}, "emanates": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "embiid": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "emboldening": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "emphasis": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "emphasize": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "enable": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "encourage": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "encouraged": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "end": {"man - them": 0.039886629840225174, "man": 0.38645564311393743, "them": 0.34656901327371226}, "endeavour": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "endeavours": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "endless": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "endured": {"man - them": 0.06320289812292457, "man": 0.41442793959606244, "them": 0.3512250414731379}, "enduring": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "enforcement": {"man - them": 0.013494696896249825, "man": 0.28400257441744714, "them": 0.2705078775211973}, "engage": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "engaging": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "engineers": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "england": {"man - them": 0.06595224576902942, "man": 0.37689655581946563, "them": 0.3109443100504362}, "english": {"man - them": 0.14948988519596512, "man": 0.40477349375906296, "them": 0.25528360856309784}, "enjoying": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "enough": {"man - them": -0.018239340934284032, "man": 0.3076397478640628, "them": 0.3258790887983468}, "ensuring": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "enter": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "entered": {"man - them": 0.09431382418519241, "man": 0.4248630976812209, "them": 0.3305492734960285}, "entertainment": {"man - them": -0.018351144534867803, "man": 0.33842236800591974, "them": 0.35677351254078754}, "entire": {"man - them": 0.07240856519452427, "man": 0.4133013964212199, "them": 0.3408928312266956}, "entirely": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "entourage": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "entropy": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "enugu": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "environmental": {"man - them": -0.018284721535188286, "man": 0.31748151595159946, "them": 0.33576623748678774}, "episodes": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "equipping": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "era": {"man - them": 0.14674717379376367, "man": 0.42420658987292664, "them": 0.27745941607916297}, "erode": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "escape": {"man - them": 0.034050700208341944, "man": 0.40111459449184345, "them": 0.3670638942835015}, "escaped": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "escort": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "especially": {"man - them": -0.06013448741079902, "man": 0.2867340111501558, "them": 0.3468684985609548}, "essential": {"man - them": 0.0654827949553411, "man": 0.383454577914376, "them": 0.3179717829590349}, "established": {"man - them": 0.06491542903697212, "man": 0.39129547179832425, "them": 0.32638004276135213}, "establishment": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "et": {"man - them": 0.06729591707592786, "man": 0.35775654682645186, "them": 0.290460629750524}, "etc": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "etiquette": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "europe": {"man - them": 0.0654827949553411, "man": 0.383454577914376, "them": 0.3179717829590349}, "even": {"man - them": 0.023717757862931677, "man": 0.3952310443817295, "them": 0.37151328651879784}, "evening": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "events": {"man - them": -0.018284721535188286, "man": 0.31748151595159946, "them": 0.33576623748678774}, "eventually": {"man - them": 0.03520798722446439, "man": 0.37689655581946563, "them": 0.34168856859500124}, "ever": {"man - them": 0.04156144870444051, "man": 0.421170363064833, "them": 0.3796089143603925}, "every": {"man - them": 0.014221042529597994, "man": 0.421170363064833, "them": 0.406949320535235}, "everyday": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "everyone": {"man - them": 0.03611064093598487, "man": 0.35775654682645186, "them": 0.321645905890467}, "everything": {"man - them": -0.034437947024134885, "man": 0.3319731949331538, "them": 0.3664111419572887}, "evidence": {"man - them": 0.062197907388501616, "man": 0.31748151595159946, "them": 0.25528360856309784}, "exactly": {"man - them": 0.012666433835213153, "man": 0.3712419967126097, "them": 0.35857556287739656}, "examines": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "examining": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "example": {"man - them": -0.005391159568094606, "man": 0.35775654682645186, "them": 0.36314770639454647}, "examples": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "excellent": {"man - them": 0.11467741932839742, "man": 0.383454577914376, "them": 0.26877715858597856}, "exclusive": {"man - them": 0.061854177961922496, "man": 0.3233809889450858, "them": 0.2615268109831633}, "excoriated": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "executive": {"man - them": 0.06249782796744324, "man": 0.3122873723279325, "them": 0.24978954436048928}, "exercise": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "exist": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "existence": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "exits": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "exoplanets": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "expect": {"man - them": 0.012592825919735373, "man": 0.31748151595159946, "them": 0.3048886900318641}, "expectations": {"man - them": -0.01836876729378445, "man": 0.34869512698971705, "them": 0.3670638942835015}, "expected": {"man - them": -0.04142215285913192, "man": 0.2896310137726635, "them": 0.3310531666317954}, "experience": {"man - them": 0.1263495246263664, "man": 0.4168101543768904, "them": 0.290460629750524}, "experienced": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "explain": {"man - them": -0.018284721535188286, "man": 0.31748151595159946, "them": 0.33576623748678774}, "explained": {"man - them": -0.018351144534867803, "man": 0.33842236800591974, "them": 0.35677351254078754}, "explosion": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "explosions": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "exposed": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "expressed": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "expressway": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "extensive": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "extreme": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "extremely": {"man - them": 0.06900725627227522, "man": 0.40477349375906296, "them": 0.33576623748678774}, "exult": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "eye": {"man - them": 0.11467741932839742, "man": 0.383454577914376, "them": 0.26877715858597856}, "f": {"man - them": 0.1153697448363023, "man": 0.37689655581946563, "them": 0.2615268109831633}, "face": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "faced": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "faces": {"man - them": 0.06419556632842233, "man": 0.40111459449184345, "them": 0.3369190281634211}, "facility": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "facing": {"man - them": 0.012666433835213153, "man": 0.3712419967126097, "them": 0.35857556287739656}, "fact": {"man - them": -0.020823429114929626, "man": 0.3417062703629122, "them": 0.3625296994778418}, "factors": {"man - them": -0.018018885441432153, "man": 0.27439519122350553, "them": 0.2924140766649377}, "faded": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "fail": {"man - them": -0.018330031214137732, "man": 0.33022827053614257, "them": 0.3485583017502803}, "failure": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "fair": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "faith": {"man - them": 0.012505259938382307, "man": 0.37689655581946563, "them": 0.3643912958810833}, "faithful": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "fall": {"man - them": 0.11692421336110606, "man": 0.36179992211052947, "them": 0.2448757087494234}, "fallen": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "falling": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "falls": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "fame": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "familiar": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "family": {"man - them": 0.01415728581490694, "man": 0.3203061936260751, "them": 0.30614890781116816}, "famous": {"man - them": -0.018330031214137732, "man": 0.33022827053614257, "them": 0.3485583017502803}, "fan": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "far": {"man - them": 0.04820508031562387, "man": 0.37112040760985293, "them": 0.32291532729422906}, "fast": {"man - them": 0.034050700208341944, "man": 0.40111459449184345, "them": 0.3670638942835015}, "fatally": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "father": {"man - them": 0.012592825919735373, "man": 0.31748151595159946, "them": 0.3048886900318641}, "fault": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "favor": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "favorite": {"man - them": -0.018239340934284032, "man": 0.3076397478640628, "them": 0.3258790887983468}, "favorites": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "favour": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "favourite": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "fear": {"man - them": 0.062197907388501616, "man": 0.31748151595159946, "them": 0.25528360856309784}, "fearful": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "feat": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "features": {"man - them": 0.062197907388501616, "man": 0.31748151595159946, "them": 0.25528360856309784}, "february": {"man - them": 0.11383605571916128, "man": 0.39129547179832425, "them": 0.27745941607916297}, "federal": {"man - them": 0.013054305884403594, "man": 0.35775654682645186, "them": 0.34470224094204827}, "feed": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "feeling": {"man - them": 0.012592825919735373, "man": 0.31748151595159946, "them": 0.3048886900318641}, "feelings": {"man - them": 0.06856762141111106, "man": 0.4102561900061123, "them": 0.34168856859500124}, "fellow": {"man - them": 0.11467741932839742, "man": 0.383454577914376, "them": 0.26877715858597856}, "felt": {"man - them": 0.01285516795700542, "man": 0.3076397478640628, "them": 0.29478457990705736}, "female": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "fever": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "few": {"man - them": -0.04643495563820016, "man": 0.3342246602952562, "them": 0.3806596159334564}, "fields": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "fifty": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "fight": {"man - them": 0.01293749272465039, "man": 0.36179992211052947, "them": 0.3488624293858791}, "fighting": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "figure": {"man - them": 0.03698138454536681, "man": 0.33907721897266896, "them": 0.30209583442730215}, "figures": {"man - them": 0.09782654711157451, "man": 0.42420658987292664, "them": 0.32638004276135213}, "film": {"man - them": 0.10409459622403583, "man": 0.36253732009465145, "them": 0.2584427238706156}, "films": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "final": {"man - them": 0.013161646740854294, "man": 0.3540544779675499, "them": 0.3408928312266956}, "finally": {"man - them": -0.018330031214137732, "man": 0.33022827053614257, "them": 0.3485583017502803}, "find": {"man - them": 0.06693711946826297, "man": 0.4432765216851083, "them": 0.3763394022168453}, "finding": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "finds": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "finish": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "finishing": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "fire": {"man - them": 0.12003702130209004, "man": 0.329823120230795, "them": 0.20978609892870498}, "fired": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "first": {"man - them": 0.03566214062197037, "man": 0.40971432635573535, "them": 0.374052185733765}, "fit": {"man - them": -0.018307579649915418, "man": 0.3233809889450858, "them": 0.34168856859500124}, "five": {"man - them": 0.09456725354168283, "man": 0.41504898773980997, "them": 0.32048173419812714}, "flagship": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "flawlessly": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "fleeing": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "flesh": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "flight": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "flock": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "fly": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "focus": {"man - them": 0.012666433835213153, "man": 0.3712419967126097, "them": 0.35857556287739656}, "following": {"man - them": 0.0670153422034721, "man": 0.36179992211052947, "them": 0.29478457990705736}, "food": {"man - them": 0.07338919062013022, "man": 0.34750565095061564, "them": 0.2741164603304854}, "foot": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "for": {"man - them": 0.030771042483526745, "man": 0.4157590713458813, "them": 0.38498802886235456}, "force": {"man - them": 0.14783471235620876, "man": 0.4166118709421873, "them": 0.26877715858597856}, "forces": {"man - them": 0.012592825919735373, "man": 0.31748151595159946, "them": 0.3048886900318641}, "ford": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "foreign": {"man - them": 0.06393639578110874, "man": 0.2867340111501558, "them": 0.22279761536904705}, "foresight": {"man - them": 0.013494696896249825, "man": 0.28400257441744714, "them": 0.2705078775211973}, "form": {"man - them": -0.05971895345648204, "man": 0.3034287529380644, "them": 0.36314770639454647}, "former": {"man - them": -0.018195391174769815, "man": 0.299575073504148, "them": 0.31777046467891784}, "forms": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "forward": {"man - them": -0.018307579649915418, "man": 0.3233809889450858, "them": 0.34168856859500124}, "found": {"man - them": -0.0344712324372381, "man": 0.32776508686915595, "them": 0.36223631930639405}, "four": {"man - them": 0.07953661810479645, "man": 0.40831375118198815, "them": 0.3287771330771917}, "fracturing": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "franchise": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "frederick": {"man - them": 0.061854177961922496, "man": 0.3233809889450858, "them": 0.2615268109831633}, "free": {"man - them": -0.006659951182603707, "man": 0.3883340481235549, "them": 0.3949939993061586}, "freeing": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "french": {"man - them": 0.0654827949553411, "man": 0.383454577914376, "them": 0.3179717829590349}, "frenzy": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "frequent": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "friendly": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "friends": {"man - them": 0.0469859370112945, "man": 0.39168817795334276, "them": 0.34470224094204827}, "fringe": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "from": {"man - them": 0.006252444786231881, "man": 0.42288552372499766, "them": 0.4166330789387658}, "front": {"man - them": -0.01826190116809595, "man": 0.3122873723279325, "them": 0.3305492734960285}, "fulfill": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "full": {"man - them": 0.0972318218694152, "man": 0.39672358436534744, "them": 0.29949176249593223}, "fundamental": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "funeral": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "further": {"man - them": 0.029547622968981946, "man": 0.36882159861985775, "them": 0.3392739756508758}, "future": {"man - them": 0.015000639172732533, "man": 0.3305550659906313, "them": 0.31555442681789875}, "gained": {"man - them": 0.14783471235620876, "man": 0.4166118709421873, "them": 0.26877715858597856}, "galaxies": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "game": {"man - them": 0.030482202872395225, "man": 0.34750565095061564, "them": 0.3170234480782204}, "games": {"man - them": 0.04720072113092372, "man": 0.38809355235761933, "them": 0.3408928312266956}, "gang": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "gangsters": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "gantz": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "gas": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "gases": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "gathered": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "gauntlet": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "gave": {"man - them": -0.034294746791202535, "man": 0.34746169732877336, "them": 0.3817564441199759}, "general": {"man - them": 0.035710909033779326, "man": 0.3662601825298078, "them": 0.3305492734960285}, "generally": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "generation": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "genuine": {"man - them": 0.06491542903697212, "man": 0.39129547179832425, "them": 0.32638004276135213}, "george": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "georgia": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "get": {"man - them": 0.03721253775285499, "man": 0.40930185807703123, "them": 0.37208932032417624}, "gets": {"man - them": -0.018307579649915418, "man": 0.3233809889450858, "them": 0.34168856859500124}, "getting": {"man - them": 0.07144455835793045, "man": 0.3735403927852326, "them": 0.30209583442730215}, "girl": {"man - them": -0.01815321637430478, "man": 0.29271669804297357, "them": 0.31086991441727835}, "girls": {"man - them": 0.0667038027558649, "man": 0.3662601825298078, "them": 0.2995563797739429}, "give": {"man - them": 0.07466064715187154, "man": 0.4273687501204136, "them": 0.35270810296854205}, "given": {"man - them": 0.01421013192988202, "man": 0.40370798022618576, "them": 0.38949784829630374}, "glasses": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "global": {"man - them": 0.11467741932839742, "man": 0.383454577914376, "them": 0.26877715858597856}, "gloves": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "go": {"man - them": 0.024713365317404923, "man": 0.3893743496313924, "them": 0.36466098431398747}, "goal": {"man - them": -0.018239340934284032, "man": 0.3076397478640628, "them": 0.3258790887983468}, "gobert": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "god": {"man - them": 0.03672992655149604, "man": 0.3444937416802283, "them": 0.30776381512873224}, "godfather": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "godliness": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "going": {"man - them": -0.010857506015425344, "man": 0.3846508718925999, "them": 0.39550837790802523}, "golden": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "good": {"man - them": 0.001413598584655229, "man": 0.41168712749386527, "them": 0.41027352890921004}, "goofs": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "google": {"man - them": 0.013632765186287699, "man": 0.2789633850062796, "them": 0.2653306198199919}, "gordon": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "gospel": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "got": {"man - them": -0.04683065410836723, "man": 0.31087240888497675, "them": 0.357703062993344}, "gotten": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "governance": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "governing": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "government": {"man - them": 0.015266419386039065, "man": 0.350400715149438, "them": 0.3351342957633989}, "grace": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "grade": {"man - them": 0.013167896520330458, "man": 0.29601951841085217, "them": 0.2828516218905217}, "graders": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "graduates": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "grand": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "granted": {"man - them": -0.018307579649915418, "man": 0.3233809889450858, "them": 0.34168856859500124}, "graves": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "great": {"man - them": -0.004773704307998894, "man": 0.31696085978904426, "them": 0.32173456409704315}, "greater": {"man - them": 0.04649006310380571, "man": 0.3999410966876441, "them": 0.3534510335838384}, "green": {"man - them": 0.013928447637730323, "man": 0.26824535247063586, "them": 0.25431690483290553}, "grey": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "ground": {"man - them": 0.037409043565857336, "man": 0.329823120230795, "them": 0.2924140766649377}, "group": {"man - them": -0.020643133660659507, "man": 0.299349359642149, "them": 0.3199924933028085}, "groups": {"man - them": 0.01307186521931375, "man": 0.299575073504148, "them": 0.2865032082848343}, "grow": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "growing": {"man - them": 0.035710909033779326, "man": 0.3662601825298078, "them": 0.3305492734960285}, "grown": {"man - them": 0.012505259938382307, "man": 0.37689655581946563, "them": 0.3643912958810833}, "growth": {"man - them": 0.013167896520330458, "man": 0.29601951841085217, "them": 0.2828516218905217}, "guarantees": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "guard": {"man - them": 0.11595838814951187, "man": 0.3712419967126097, "them": 0.25528360856309784}, "guiana": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "guilt": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "gulf": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "gun": {"man - them": 0.01285516795700542, "man": 0.3076397478640628, "them": 0.29478457990705736}, "guy": {"man - them": 0.09782654711157451, "man": 0.42420658987292664, "them": 0.32638004276135213}, "guys": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "hacks": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "had": {"man - them": -0.024883784636351713, "man": 0.38881842731870214, "them": 0.41370221195505386}, "hadn": {"man - them": -0.018351144534867803, "man": 0.33842236800591974, "them": 0.35677351254078754}, "hair": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "hairstyle": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "half": {"man - them": 0.029108468994379744, "man": 0.3788054990658362, "them": 0.34969703007145647}, "hallucinations": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "handedly": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "handful": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "handle": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "handling": {"man - them": 0.06491542903697212, "man": 0.39129547179832425, "them": 0.32638004276135213}, "hands": {"man - them": 0.11467741932839742, "man": 0.383454577914376, "them": 0.26877715858597856}, "happen": {"man - them": -0.04116366125590587, "man": 0.3122873723279325, "them": 0.3534510335838384}, "happened": {"man - them": -0.018284721535188286, "man": 0.31748151595159946, "them": 0.33576623748678774}, "happens": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "hard": {"man - them": 0.047912320975020906, "man": 0.37609622760475264, "them": 0.32818390662973174}, "harden": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "hardest": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "hardly": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "has": {"man - them": 0.03029647135980229, "man": 0.43089907389449, "them": 0.4006026025346877}, "have": {"man - them": 0.021952128451307562, "man": 0.4369621495452231, "them": 0.41501002109391555}, "having": {"man - them": 0.06430955098937097, "man": 0.42458657454668364, "them": 0.36027702355731267}, "hayward": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "hazards": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "he": {"man - them": 0.07607754013046403, "man": 0.44172954938435455, "them": 0.3656520092538905}, "head": {"man - them": 0.013987133682974218, "man": 0.36253732009465145, "them": 0.34855018641167723}, "headed": {"man - them": 0.11467741932839742, "man": 0.383454577914376, "them": 0.26877715858597856}, "heading": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "health": {"man - them": 0.047912320975020906, "man": 0.37609622760475264, "them": 0.32818390662973174}, "healthy": {"man - them": 0.046197930881666405, "man": 0.40477349375906296, "them": 0.35857556287739656}, "hear": {"man - them": -0.018284721535188286, "man": 0.31748151595159946, "them": 0.33576623748678774}, "heard": {"man - them": -0.01817407762256451, "man": 0.29601951841085217, "them": 0.3141935960334167}, "hearing": {"man - them": 0.06419556632842233, "man": 0.40111459449184345, "them": 0.3369190281634211}, "heart": {"man - them": 0.04586489412502898, "man": 0.4102561900061123, "them": 0.3643912958810833}, "heat": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "heavy": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "height": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "held": {"man - them": 0.0297356837586209, "man": 0.3645398474331461, "them": 0.3348041636745252}, "help": {"man - them": -0.02261771755557762, "man": 0.3587695999330437, "them": 0.3813873174886213}, "helped": {"man - them": 0.034896276164095685, "man": 0.383454577914376, "them": 0.3485583017502803}, "helps": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "her": {"man - them": 0.01631005765040533, "man": 0.2905705288102146, "them": 0.2742604711598093}, "here": {"man - them": 0.02262768083533956, "man": 0.41073412704629314, "them": 0.3881064462109536}, "herself": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "hiace": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "high": {"man - them": 0.04017168845464403, "man": 0.3812340172284337, "them": 0.34106232877378967}, "higher": {"man - them": -0.01815321637430478, "man": 0.29271669804297357, "them": 0.31086991441727835}, "highlight": {"man - them": 0.06491542903697212, "man": 0.39129547179832425, "them": 0.32638004276135213}, "highway": {"man - them": 0.061854177961922496, "man": 0.3233809889450858, "them": 0.2615268109831633}, "highways": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "hijacking": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "him": {"man - them": 0.07653853333053329, "man": 0.44706182034564207, "them": 0.3705232870151088}, "himself": {"man - them": 0.06595224576902942, "man": 0.37689655581946563, "them": 0.3109443100504362}, "hint": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "hiroto": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "his": {"man - them": 0.07840385732174471, "man": 0.4665667195765397, "them": 0.388162862254795}, "historic": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "historical": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "historically": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "history": {"man - them": 0.06134593373594366, "man": 0.39744819870022347, "them": 0.3361022649642798}, "hit": {"man - them": -0.05971895345648204, "man": 0.3034287529380644, "them": 0.36314770639454647}, "hold": {"man - them": 0.035920833312182654, "man": 0.36179992211052947, "them": 0.3258790887983468}, "holds": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "holes": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "holmes": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "holy": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "home": {"man - them": 0.04058512426976424, "man": 0.37363103819122173, "them": 0.3330459139214575}, "homeless": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "honourable": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "hope": {"man - them": 0.10082844142355196, "man": 0.3956130213306093, "them": 0.29478457990705736}, "hospital": {"man - them": 0.11383605571916128, "man": 0.39129547179832425, "them": 0.27745941607916297}, "hot": {"man - them": -0.018195391174769815, "man": 0.299575073504148, "them": 0.31777046467891784}, "hound": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "hour": {"man - them": 0.07240856519452427, "man": 0.4133013964212199, "them": 0.3408928312266956}, "hours": {"man - them": 0.013198864260886511, "man": 0.38809355235761933, "them": 0.3748946880967328}, "house": {"man - them": 0.04758156987729906, "man": 0.38168954524181886, "them": 0.3341079753645198}, "how": {"man - them": 0.04727185704231951, "man": 0.4526651173287918, "them": 0.40539326028647227}, "however": {"man - them": -0.07678158041415206, "man": 0.3153685512266143, "them": 0.39215013164076634}, "https": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "hubble": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "huerta": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "huge": {"man - them": -0.041222681521816296, "man": 0.3076397478640628, "them": 0.3488624293858791}, "human": {"man - them": -0.034223937904264035, "man": 0.3540544779675499, "them": 0.38827841587181394}, "humanoid": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "humans": {"man - them": -0.07500269389345088, "man": 0.3076397478640628, "them": 0.38264244175751366}, "humbly": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "hundred": {"man - them": -0.018330031214137732, "man": 0.33022827053614257, "them": 0.3485583017502803}, "hundreds": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "hypocrisy": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "i": {"man - them": 0.04146821814942553, "man": 0.3619096258343706, "them": 0.32044140768494506}, "idea": {"man - them": -0.07659006159705001, "man": 0.2627640998293715, "them": 0.3393541614264215}, "identify": {"man - them": 0.06595224576902942, "man": 0.37689655581946563, "them": 0.3109443100504362}, "if": {"man - them": -0.007841383100215038, "man": 0.3870733570810564, "them": 0.39491474018127143}, "igbinidu": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "ignited": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "ignorance": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "ignorant": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "ignore": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "imagine": {"man - them": 0.1153697448363023, "man": 0.37689655581946563, "them": 0.2615268109831633}, "imagining": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "immediately": {"man - them": -0.05999140492556848, "man": 0.29271669804297357, "them": 0.35270810296854205}, "immensely": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "impact": {"man - them": 0.012505259938382307, "man": 0.37689655581946563, "them": 0.3643912958810833}, "importance": {"man - them": 0.09381033381161236, "man": 0.4295765712984001, "them": 0.33576623748678774}, "important": {"man - them": 0.06821294738016032, "man": 0.42882351631343857, "them": 0.36061056893327825}, "impossible": {"man - them": -0.0410103069359975, "man": 0.3233809889450858, "them": 0.3643912958810833}, "improved": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "impulse": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "in": {"man - them": 0.03598509512426923, "man": 0.38622319306313746, "them": 0.35023809793886823}, "incinerated": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "include": {"man - them": 0.013167896520330458, "man": 0.29601951841085217, "them": 0.2828516218905217}, "included": {"man - them": -0.041222681521816296, "man": 0.3076397478640628, "them": 0.3488624293858791}, "includes": {"man - them": -0.0410103069359975, "man": 0.3233809889450858, "them": 0.3643912958810833}, "including": {"man - them": -0.006586736740996302, "man": 0.38291111155530744, "them": 0.38949784829630374}, "increase": {"man - them": 0.06276403911463938, "man": 0.3076397478640628, "them": 0.2448757087494234}, "increased": {"man - them": 0.062197907388501616, "man": 0.31748151595159946, "them": 0.25528360856309784}, "increasingly": {"man - them": 0.034896276164095685, "man": 0.383454577914376, "them": 0.3485583017502803}, "incredible": {"man - them": 0.06635330668074563, "man": 0.3712419967126097, "them": 0.3048886900318641}, "individual": {"man - them": 0.06595224576902942, "man": 0.37689655581946563, "them": 0.3109443100504362}, "individuals": {"man - them": 0.012809148945969406, "man": 0.3662601825298078, "them": 0.3534510335838384}, "industry": {"man - them": -0.05971895345648204, "man": 0.3034287529380644, "them": 0.36314770639454647}, "ineffective": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "inevitably": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "infects": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "inflammatory": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "inflict": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "influenced": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "informal": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "information": {"man - them": -0.05999140492556848, "man": 0.29271669804297357, "them": 0.35270810296854205}, "inherently": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "injured": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "injuries": {"man - them": 0.09782654711157451, "man": 0.42420658987292664, "them": 0.32638004276135213}, "injury": {"man - them": 0.06419556632842233, "man": 0.40111459449184345, "them": 0.3369190281634211}, "ink": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "inside": {"man - them": 0.1750735533207316, "man": 0.4248630976812209, "them": 0.24978954436048928}, "inspiring": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "instability": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "instead": {"man - them": 0.039193231399321626, "man": 0.39908822537495864, "them": 0.359894993975637}, "instincts": {"man - them": -0.018351144534867803, "man": 0.33842236800591974, "them": 0.35677351254078754}, "institution": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "institutional": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "institutions": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "instruments": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "intelligence": {"man - them": 0.06276403911463938, "man": 0.3076397478640628, "them": 0.2448757087494234}, "intelligent": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "intense": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "intensified": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "intensity": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "intentions": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "interaction": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "interest": {"man - them": 0.0667038027558649, "man": 0.3662601825298078, "them": 0.2995563797739429}, "interested": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "interesting": {"man - them": 0.0654827949553411, "man": 0.383454577914376, "them": 0.3179717829590349}, "internet": {"man - them": 0.012730992553989628, "man": 0.3122873723279325, "them": 0.2995563797739429}, "intervene": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "interview": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "into": {"man - them": 0.01578341057562077, "man": 0.4072736356095319, "them": 0.3914902250339111}, "invades": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "investigation": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "involvement": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "involves": {"man - them": 0.09679187570443254, "man": 0.43371090386785366, "them": 0.3369190281634211}, "ionigeria": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "iron": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "irony": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "is": {"man - them": 0.04372040802531313, "man": 0.3977486122155605, "them": 0.3540282041902474}, "isn": {"man - them": -0.020837178365789133, "man": 0.35063728971367264, "them": 0.3714744680794618}, "issue": {"man - them": 0.049656812674637174, "man": 0.34608810171565063, "them": 0.29643128904101346}, "it": {"man - them": 0.030870396986018733, "man": 0.41405768000042287, "them": 0.38318728301440413}, "items": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "its": {"man - them": -0.004098702789495756, "man": 0.3675665000393272, "them": 0.371665202828823}, "itself": {"man - them": 0.09294364643466047, "man": 0.4303198793421847, "them": 0.3373762329075242}, "j": {"man - them": 0.1787876249048573, "man": 0.40158524027390435, "them": 0.22279761536904705}, "jack": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "jacket": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "jackson": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "james": {"man - them": 0.06595224576902942, "man": 0.37689655581946563, "them": 0.3109443100504362}, "jayson": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "jazz": {"man - them": 0.06276403911463938, "man": 0.3076397478640628, "them": 0.2448757087494234}, "jerusalem": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "jesus": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "jfk": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "job": {"man - them": 0.013483131906507406, "man": 0.3788054990658362, "them": 0.3653223671593288}, "jobs": {"man - them": 0.06595224576902942, "man": 0.37689655581946563, "them": 0.3109443100504362}, "joel": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "johannes": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "john": {"man - them": 0.013161646740854294, "man": 0.3540544779675499, "them": 0.3408928312266956}, "johnson": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "joined": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "journal": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "journalism": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "journey": {"man - them": 0.09988480372719888, "man": 0.40477349375906296, "them": 0.3048886900318641}, "journeys": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "joyfully": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "july": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "june": {"man - them": 0.09586748519214522, "man": 0.4100610812255619, "them": 0.3141935960334167}, "just": {"man - them": 0.010930042662988193, "man": 0.41712208178836263, "them": 0.40619203912537444}, "justify": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "kana": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "kato": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "katoare": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "kei": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "kenya": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "kenzo": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "kept": {"man - them": 0.0667038027558649, "man": 0.3662601825298078, "them": 0.2995563797739429}, "key": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "khone": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "killed": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "kim": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "kind": {"man - them": 0.02771915645663392, "man": 0.4102561900061123, "them": 0.3825370335494784}, "kingdom": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "km": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "knew": {"man - them": -0.005391159568094606, "man": 0.35775654682645186, "them": 0.36314770639454647}, "knocking": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "knocks": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "know": {"man - them": 0.005914757271648086, "man": 0.37357481931080866, "them": 0.3676600620391606}, "knowing": {"man - them": 0.14674717379376367, "man": 0.42420658987292664, "them": 0.27745941607916297}, "knowledge": {"man - them": 0.03520798722446439, "man": 0.37689655581946563, "them": 0.34168856859500124}, "known": {"man - them": 0.0400802317572978, "man": 0.38291111155530744, "them": 0.34283087979800964}, "kourou": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "kurono": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "l": {"man - them": -0.01826190116809595, "man": 0.3122873723279325, "them": 0.3305492734960285}, "la": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "laboratory": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "lack": {"man - them": -0.018307579649915418, "man": 0.3233809889450858, "them": 0.34168856859500124}, "ladder": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "lady": {"man - them": 0.09931187995567609, "man": 0.4102561900061123, "them": 0.3109443100504362}, "lagos": {"man - them": 0.06320289812292457, "man": 0.41442793959606244, "them": 0.3512250414731379}, "laid": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "land": {"man - them": 0.07340133364417262, "man": 0.40158524027390435, "them": 0.32818390662973174}, "large": {"man - them": -0.04116366125590587, "man": 0.3122873723279325, "them": 0.3534510335838384}, "larger": {"man - them": 0.06595224576902942, "man": 0.37689655581946563, "them": 0.3109443100504362}, "last": {"man - them": 0.035124149826000595, "man": 0.4191573799709941, "them": 0.3840332301449935}, "late": {"man - them": -0.04135671449667205, "man": 0.29601951841085217, "them": 0.3373762329075242}, "later": {"man - them": 0.060476070241319346, "man": 0.4090262566529966, "them": 0.34855018641167723}, "launch": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "law": {"man - them": -0.04158502741670955, "man": 0.27021260445961204, "them": 0.3117976318763216}, "laws": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "lead": {"man - them": 0.05520305788491564, "man": 0.39447703353579144, "them": 0.3392739756508758}, "leaders": {"man - them": 0.013054305884403594, "man": 0.35775654682645186, "them": 0.34470224094204827}, "leadership": {"man - them": 0.10082844142355196, "man": 0.3956130213306093, "them": 0.29478457990705736}, "leading": {"man - them": 0.06805356919190703, "man": 0.4166118709421873, "them": 0.3485583017502803}, "leads": {"man - them": 0.06491542903697212, "man": 0.39129547179832425, "them": 0.32638004276135213}, "league": {"man - them": 0.034521959257536705, "man": 0.39129547179832425, "them": 0.35677351254078754}, "leaky": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "learn": {"man - them": 0.0667038027558649, "man": 0.3662601825298078, "them": 0.2995563797739429}, "least": {"man - them": 0.025634703958503147, "man": 0.39908822537495864, "them": 0.3734535214164555}, "leave": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "leaving": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "lebron": {"man - them": 0.06491542903697212, "man": 0.39129547179832425, "them": 0.32638004276135213}, "led": {"man - them": 0.035920833312182654, "man": 0.36179992211052947, "them": 0.3258790887983468}, "leeratanakajornthe": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "left": {"man - them": 0.060476070241319346, "man": 0.4090262566529966, "them": 0.34855018641167723}, "legal": {"man - them": 0.1153697448363023, "man": 0.37689655581946563, "them": 0.2615268109831633}, "legs": {"man - them": -0.018330031214137732, "man": 0.33022827053614257, "them": 0.3485583017502803}, "length": {"man - them": 0.0654827949553411, "man": 0.383454577914376, "them": 0.3179717829590349}, "less": {"man - them": -0.0416569657794047, "man": 0.35201921755702714, "them": 0.39367618333643184}, "let": {"man - them": 0.014266671523402275, "man": 0.35362083294982377, "them": 0.3393541614264215}, "level": {"man - them": -0.04142215285913192, "man": 0.2896310137726635, "them": 0.3310531666317954}, "levi": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "li": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "libraries": {"man - them": 0.06249782796744324, "man": 0.3122873723279325, "them": 0.24978954436048928}, "library": {"man - them": 0.06393639578110874, "man": 0.2867340111501558, "them": 0.22279761536904705}, "life": {"man - them": 0.03378305208265159, "man": 0.4426168665932865, "them": 0.4088338145106349}, "lifted": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "light": {"man - them": -0.018307579649915418, "man": 0.3233809889450858, "them": 0.34168856859500124}, "like": {"man - them": 0.010808824307567355, "man": 0.4207032801352557, "them": 0.40989445582768835}, "likely": {"man - them": 0.029446587251507506, "man": 0.37112040760985293, "them": 0.3416738203583454}, "likes": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "line": {"man - them": 0.1173312802752037, "man": 0.35775654682645186, "them": 0.24042526655124816}, "linked": {"man - them": -0.018330031214137732, "man": 0.33022827053614257, "them": 0.3485583017502803}, "listening": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "literature": {"man - them": 0.034896276164095685, "man": 0.383454577914376, "them": 0.3485583017502803}, "little": {"man - them": 0.0053344576961442125, "man": 0.3960047946210683, "them": 0.3906703369249241}, "live": {"man - them": 0.012839934930825525, "man": 0.3999410966876441, "them": 0.3871011617568186}, "lived": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "liverpool": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "lives": {"man - them": -0.018307579649915418, "man": 0.3233809889450858, "them": 0.34168856859500124}, "living": {"man - them": 0.012592825919735373, "man": 0.31748151595159946, "them": 0.3048886900318641}, "ll": {"man - them": 0.055986319226967396, "man": 0.38291111155530744, "them": 0.32692479232834004}, "loads": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "local": {"man - them": 0.09807277731065084, "man": 0.3883340481235549, "them": 0.29026127081290404}, "logistical": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "lone": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "long": {"man - them": -0.006455919826178547, "man": 0.37363103819122173, "them": 0.3800869580174003}, "longer": {"man - them": 0.06249782796744324, "man": 0.3122873723279325, "them": 0.24978954436048928}, "longing": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "look": {"man - them": -0.03932046777538861, "man": 0.3722438051646557, "them": 0.41156427294004433}, "looked": {"man - them": -0.005291852551440657, "man": 0.35063728971367264, "them": 0.3559291422651133}, "looking": {"man - them": 0.20044730610421355, "man": 0.41504898773980997, "them": 0.21460168163559643}, "looks": {"man - them": 0.06635330668074563, "man": 0.3712419967126097, "them": 0.3048886900318641}, "los": {"man - them": 0.012968123187540426, "man": 0.3034287529380644, "them": 0.290460629750524}, "lose": {"man - them": 0.0654827949553411, "man": 0.383454577914376, "them": 0.3179717829590349}, "losing": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "lost": {"man - them": 0.09586748519214522, "man": 0.4100610812255619, "them": 0.3141935960334167}, "lot": {"man - them": -0.02261319997631228, "man": 0.36882159861985775, "them": 0.39143479859617003}, "lots": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "lotus": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "lou": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "love": {"man - them": 0.12935046889365853, "man": 0.42882351631343857, "them": 0.29947304741978004}, "loved": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "loves": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "low": {"man - them": -0.10141631855575822, "man": 0.28400257441744714, "them": 0.38541889297320536}, "lower": {"man - them": -0.01817407762256451, "man": 0.29601951841085217, "them": 0.3141935960334167}, "lucky": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "lunch": {"man - them": -0.0410103069359975, "man": 0.3233809889450858, "them": 0.3643912958810833}, "m": {"man - them": 0.06074877267439177, "man": 0.4054134033303943, "them": 0.3446646306560025}, "machines": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "made": {"man - them": 0.015204004987511122, "man": 0.3744879624743754, "them": 0.35928395748686426}, "magazine": {"man - them": 0.11595838814951187, "man": 0.3712419967126097, "them": 0.25528360856309784}, "magic": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "magical": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "main": {"man - them": -0.04131775772254759, "man": 0.299575073504148, "them": 0.3408928312266956}, "mainstream": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "major": {"man - them": -0.005162228198042629, "man": 0.3417062703629122, "them": 0.3468684985609548}, "make": {"man - them": -0.01097575673953577, "man": 0.42121888152182946, "them": 0.4321946382613652}, "makes": {"man - them": 0.013353721964253551, "man": 0.34746169732877336, "them": 0.3341079753645198}, "making": {"man - them": -0.0893240136021663, "man": 0.2867340111501558, "them": 0.3760580247523221}, "male": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "malignant": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "malindi": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "man": {"man - them": 0.19739377594394153, "man": 0.559523657171206, "them": 0.36212988122726447}, "manage": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "management": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "manager": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "manhunt": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "manipulate": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "manufactured": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "manufacturing": {"man - them": 0.06249782796744324, "man": 0.3122873723279325, "them": 0.24978954436048928}, "many": {"man - them": 0.009071843322868478, "man": 0.41670447056766535, "them": 0.4076326272447969}, "march": {"man - them": 0.12914641371579955, "man": 0.39447703353579144, "them": 0.2653306198199919}, "mark": {"man - them": 0.06900725627227522, "man": 0.40477349375906296, "them": 0.33576623748678774}, "marketing": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "married": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "masaru": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "matter": {"man - them": 0.06635330668074563, "man": 0.3712419967126097, "them": 0.3048886900318641}, "mattered": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "matters": {"man - them": 0.061854177961922496, "man": 0.3233809889450858, "them": 0.2615268109831633}, "may": {"man - them": 0.030675526698207334, "man": 0.40979908217201766, "them": 0.3791235554738103}, "maybe": {"man - them": 0.012968123187540426, "man": 0.3034287529380644, "them": 0.290460629750524}, "mayhem": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "me": {"man - them": 0.016233789197713122, "man": 0.3807998176092735, "them": 0.3645660284115604}, "mean": {"man - them": 0.06900725627227522, "man": 0.40477349375906296, "them": 0.33576623748678774}, "meaning": {"man - them": 0.06805356919190703, "man": 0.4166118709421873, "them": 0.3485583017502803}, "means": {"man - them": 0.0031793498125863295, "man": 0.3883340481235549, "them": 0.38515469831096855}, "meant": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "meanwhile": {"man - them": 0.0654827949553411, "man": 0.383454577914376, "them": 0.3179717829590349}, "measure": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "measures": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "mechanism": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "media": {"man - them": 0.029547622968981946, "man": 0.36882159861985775, "them": 0.3392739756508758}, "members": {"man - them": 0.03709664243899846, "man": 0.3365884049349307, "them": 0.29949176249593223}, "memory": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "men": {"man - them": 0.07647595540091723, "man": 0.40718426309421096, "them": 0.33070830769329373}, "menace": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "mental": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "mercy": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "mere": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "message": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "met": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "methods": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "miami": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "michael": {"man - them": 0.0667038027558649, "man": 0.3662601825298078, "them": 0.2995563797739429}, "micro": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "mid": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "middle": {"man - them": 0.11595838814951187, "man": 0.3712419967126097, "them": 0.25528360856309784}, "midwestern": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "might": {"man - them": 0.04666632142388105, "man": 0.4379267334415911, "them": 0.39126041201771006}, "mighty": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "mile": {"man - them": 0.11383605571916128, "man": 0.39129547179832425, "them": 0.27745941607916297}, "miles": {"man - them": 0.062197907388501616, "man": 0.31748151595159946, "them": 0.25528360856309784}, "military": {"man - them": 0.1173312802752037, "man": 0.35775654682645186, "them": 0.24042526655124816}, "million": {"man - them": 0.013673077640701636, "man": 0.3365884049349307, "them": 0.32291532729422906}, "mind": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "minimize": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "minimum": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "minister": {"man - them": 0.06436170337068317, "man": 0.2789633850062796, "them": 0.21460168163559643}, "ministers": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "ministry": {"man - them": 0.062197907388501616, "man": 0.31748151595159946, "them": 0.25528360856309784}, "minute": {"man - them": 0.013440575048432879, "man": 0.3444937416802283, "them": 0.3310531666317954}, "minutes": {"man - them": -0.04135671449667205, "man": 0.29601951841085217, "them": 0.3373762329075242}, "mip": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "mirror": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "misconduct": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "misreading": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "miss": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "missing": {"man - them": -0.01836876729378445, "man": 0.34869512698971705, "them": 0.3670638942835015}, "mission": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "missionary": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "missions": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "mitchell": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "mobile": {"man - them": 0.11383605571916128, "man": 0.39129547179832425, "them": 0.27745941607916297}, "model": {"man - them": 0.013599696968932262, "man": 0.33907721897266896, "them": 0.3254775220037367}, "modern": {"man - them": 0.09767323259054361, "man": 0.3923365252366846, "them": 0.294663292646141}, "modernist": {"man - them": 0.11383605571916128, "man": 0.39129547179832425, "them": 0.27745941607916297}, "mom": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "moment": {"man - them": 0.06635330668074563, "man": 0.3712419967126097, "them": 0.3048886900318641}, "moments": {"man - them": 0.09679187570443254, "man": 0.43371090386785366, "them": 0.3369190281634211}, "momentum": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "money": {"man - them": 0.03628401328863207, "man": 0.3540544779675499, "them": 0.31777046467891784}, "monk": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "month": {"man - them": 0.013440575048432879, "man": 0.3444937416802283, "them": 0.3310531666317954}, "moon": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "more": {"man - them": 0.016837726949418097, "man": 0.4047674628124146, "them": 0.3879297358629965}, "morning": {"man - them": 0.013873394601875422, "man": 0.329823120230795, "them": 0.3159497256289196}, "most": {"man - them": 0.006424533513292474, "man": 0.43077355947867, "them": 0.42434902596537755}, "mother": {"man - them": 0.03611064093598487, "man": 0.35775654682645186, "them": 0.321645905890467}, "motivational": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "motto": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "mouth": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "move": {"man - them": -0.005445973516064961, "man": 0.36179992211052947, "them": 0.36724589562659443}, "movement": {"man - them": -0.018351144534867803, "man": 0.33842236800591974, "them": 0.35677351254078754}, "movements": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "moves": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "movie": {"man - them": 0.11983534238940938, "man": 0.3319731949331538, "them": 0.21213785254374443}, "moving": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "mr": {"man - them": 0.09586748519214522, "man": 0.4100610812255619, "them": 0.3141935960334167}, "much": {"man - them": -0.0073347167086227905, "man": 0.38978619419033544, "them": 0.39712091089895823}, "mullet": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "multitude": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "music": {"man - them": 0.0375946079567519, "man": 0.32579100534360206, "them": 0.28819639738685016}, "must": {"man - them": 0.054716741712949546, "man": 0.40158524027390435, "them": 0.3468684985609548}, "mustache": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "mustard": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "mvp": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "my": {"man - them": 0.02469190953501016, "man": 0.3634946278170237, "them": 0.3388027182820135}, "myself": {"man - them": 0.012730992553989628, "man": 0.3122873723279325, "them": 0.2995563797739429}, "mystic": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "name": {"man - them": -0.04139127732154624, "man": 0.29271669804297357, "them": 0.3341079753645198}, "named": {"man - them": 0.1153697448363023, "man": 0.37689655581946563, "them": 0.2615268109831633}, "nancy": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "nasa": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "nations": {"man - them": 0.1153697448363023, "man": 0.37689655581946563, "them": 0.2615268109831633}, "naturally": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "nature": {"man - them": 0.03520798722446439, "man": 0.37689655581946563, "them": 0.34168856859500124}, "navigate": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "nba": {"man - them": 0.0667038027558649, "man": 0.3662601825298078, "them": 0.2995563797739429}, "nearby": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "nearing": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "nearly": {"man - them": -0.04127348800398384, "man": 0.3034287529380644, "them": 0.34470224094204827}, "necessary": {"man - them": 0.06939182319161563, "man": 0.3999410966876441, "them": 0.3305492734960285}, "neck": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "need": {"man - them": 0.055747335420643696, "man": 0.38645564311393743, "them": 0.33070830769329373}, "needed": {"man - them": 0.0667038027558649, "man": 0.3662601825298078, "them": 0.2995563797739429}, "needs": {"man - them": 0.07100100842100354, "man": 0.4295765712984001, "them": 0.35857556287739656}, "neglect": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "never": {"man - them": -0.02261516855400708, "man": 0.3666315908045168, "them": 0.3892467593585239}, "new": {"man - them": 0.009021098659674431, "man": 0.3797440326018076, "them": 0.3707229339421332}, "newly": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "news": {"man - them": 0.07417292776459405, "man": 0.3923365252366846, "them": 0.31816359747209055}, "newspapers": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "next": {"man - them": -0.022614261535362445, "man": 0.35201921755702714, "them": 0.3746334790923896}, "ng": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "nhai": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "nigeria": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "night": {"man - them": 0.0739952993376643, "man": 0.39447703353579144, "them": 0.32048173419812714}, "nihilist": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "nine": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "nishi": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "no": {"man - them": -0.013865432434526592, "man": 0.3717594037658373, "them": 0.3856248362003639}, "nobody": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "non": {"man - them": -0.04151834919184755, "man": 0.2789633850062796, "them": 0.32048173419812714}, "normal": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "not": {"man - them": -0.01079088358596414, "man": 0.39050265999852685, "them": 0.401293543584491}, "nothing": {"man - them": 0.029227729043797834, "man": 0.37609622760475264, "them": 0.3468684985609548}, "novemberat": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "now": {"man - them": 0.06036052610373033, "man": 0.441992100240944, "them": 0.38163157413721366}, "nsukka": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "nuclear": {"man - them": 0.06820392969583927, "man": 0.3444937416802283, "them": 0.276289811984389}, "number": {"man - them": -0.004981043443730182, "man": 0.329823120230795, "them": 0.3348041636745252}, "numerically": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "objects": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "observatory": {"man - them": 0.11383605571916128, "man": 0.39129547179832425, "them": 0.27745941607916297}, "observed": {"man - them": 0.11383605571916128, "man": 0.39129547179832425, "them": 0.27745941607916297}, "observing": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "obtained": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "occur": {"man - them": -0.01836876729378445, "man": 0.34869512698971705, "them": 0.3670638942835015}, "of": {"man - them": 0.027335334342371342, "man": 0.35128473688752565, "them": 0.3239494025451543}, "off": {"man - them": 0.00553450011298634, "man": 0.3881503213866328, "them": 0.38261582127364646}, "offense": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "offensive": {"man - them": 0.11692421336110606, "man": 0.36179992211052947, "them": 0.2448757087494234}, "offered": {"man - them": -0.040906890036200516, "man": 0.33022827053614257, "them": 0.3711351605723431}, "office": {"man - them": 0.15015155232715482, "man": 0.3999410966876441, "them": 0.24978954436048928}, "offices": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "offseason": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "often": {"man - them": -0.06729949841936689, "man": 0.32579100534360206, "them": 0.39309050376296895}, "oh": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "okay": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "oladipo": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "old": {"man - them": 0.09745831635275887, "man": 0.39447703353579144, "them": 0.2970187171830326}, "older": {"man - them": -0.018330031214137732, "man": 0.33022827053614257, "them": 0.3485583017502803}, "omnipresent": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "on": {"man - them": 0.01962522348759732, "man": 0.41330424328515114, "them": 0.3936790197975538}, "once": {"man - them": 0.026606129512046606, "man": 0.3765299776114798, "them": 0.3499238480994332}, "one": {"man - them": 0.024974528242972083, "man": 0.45282316989649357, "them": 0.4278486416535215}, "ones": {"man - them": 0.11595838814951187, "man": 0.3712419967126097, "them": 0.25528360856309784}, "oni": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "online": {"man - them": 0.1025156870814472, "man": 0.3788054990658362, "them": 0.276289811984389}, "only": {"man - them": 0.009343375184157787, "man": 0.4079409732739238, "them": 0.398597598089766}, "onto": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "open": {"man - them": 0.029340173849936146, "man": 0.3735403927852326, "them": 0.34420021893529645}, "operations": {"man - them": 0.03520798722446439, "man": 0.37689655581946563, "them": 0.34168856859500124}, "operatives": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "operators": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "opponent": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "opportunity": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "opposing": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "opposite": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "or": {"man - them": 0.04181724897654143, "man": 0.42828669838629363, "them": 0.3864694494097522}, "orbit": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "order": {"man - them": -0.02080541799458996, "man": 0.3342246602952562, "them": 0.3550300782898462}, "ordered": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "organs": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "original": {"man - them": 0.11595838814951187, "man": 0.3712419967126097, "them": 0.25528360856309784}, "origins": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "oscars": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "other": {"man - them": 0.05699865267505022, "man": 0.45341459191182465, "them": 0.39641593923677443}, "others": {"man - them": 0.013645398809595588, "man": 0.3735403927852326, "them": 0.359894993975637}, "otukpo": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "our": {"man - them": 0.016857424204328952, "man": 0.3922642573925753, "them": 0.37540683318824636}, "out": {"man - them": 0.011569980824161163, "man": 0.421300670533118, "them": 0.4097306897089568}, "outcome": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "outnumbered": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "outright": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "outside": {"man - them": -0.018330031214137732, "man": 0.33022827053614257, "them": 0.3485583017502803}, "over": {"man - them": -0.00016361909303030941, "man": 0.38565318638571916, "them": 0.38581680547874947}, "overall": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "overestimate": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "overlap": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "oversee": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "overseeing": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "oversight": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "overturned": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "own": {"man - them": 0.024489057088149913, "man": 0.39460374620946465, "them": 0.37011468912131473}, "owner": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "p": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "pace": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "paced": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "pacers": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "pack": {"man - them": 0.013167896520330458, "man": 0.29601951841085217, "them": 0.2828516218905217}, "page": {"man - them": 0.07004227206287578, "man": 0.39168817795334276, "them": 0.321645905890467}, "pages": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "paint": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "pair": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "pandemic": {"man - them": 0.1153697448363023, "man": 0.37689655581946563, "them": 0.2615268109831633}, "pandemonium": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "paper": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "parents": {"man - them": 0.06249782796744324, "man": 0.3122873723279325, "them": 0.24978954436048928}, "part": {"man - them": -0.006497534611277667, "man": 0.3765299776114798, "them": 0.3830275122227575}, "particularly": {"man - them": 0.046750591944730246, "man": 0.3956130213306093, "them": 0.3488624293858791}, "partners": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "parts": {"man - them": -0.018307579649915418, "man": 0.3233809889450858, "them": 0.34168856859500124}, "party": {"man - them": 0.10192299810654609, "man": 0.3847746199970678, "them": 0.2828516218905217}, "partying": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "passenger": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "passengers": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "passions": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "past": {"man - them": 0.06300348638681627, "man": 0.3034287529380644, "them": 0.24042526655124816}, "pastimes": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "pastor": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "pastors": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "paul": {"man - them": 0.06320289812292457, "man": 0.41442793959606244, "them": 0.3512250414731379}, "pay": {"man - them": 0.0667038027558649, "man": 0.3662601825298078, "them": 0.2995563797739429}, "peace": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "pelicans": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "people": {"man - them": 0.027147365319272865, "man": 0.4244303604700853, "them": 0.39728299515081245}, "peppa": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "per": {"man - them": 0.013261056806148419, "man": 0.35063728971367264, "them": 0.3373762329075242}, "perceptions": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "perfect": {"man - them": 0.06939182319161563, "man": 0.3999410966876441, "them": 0.3305492734960285}, "perfecting": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "performance": {"man - them": -0.041222681521816296, "man": 0.3076397478640628, "them": 0.3488624293858791}, "perhaps": {"man - them": -0.020840210129182912, "man": 0.3540544779675499, "them": 0.3748946880967328}, "perimeter": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "period": {"man - them": 0.01285516795700542, "man": 0.3076397478640628, "them": 0.29478457990705736}, "persecution": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "person": {"man - them": 0.05366244798234393, "man": 0.4168101543768904, "them": 0.36314770639454647}, "personal": {"man - them": 0.11898786570736081, "man": 0.40718426309421096, "them": 0.28819639738685016}, "personality": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "pet": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "phosphorus": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "photo": {"man - them": 0.06249782796744324, "man": 0.3122873723279325, "them": 0.24978954436048928}, "physical": {"man - them": 0.012319417342032901, "man": 0.383454577914376, "them": 0.3711351605723431}, "physically": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "pick": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "picked": {"man - them": 0.06595224576902942, "man": 0.37689655581946563, "them": 0.3109443100504362}, "piece": {"man - them": 0.11383605571916128, "man": 0.39129547179832425, "them": 0.27745941607916297}, "pieces": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "pillars": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "pioneer": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "pistons": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "place": {"man - them": 0.024659493832063728, "man": 0.3906298129746228, "them": 0.36597031914255906}, "placed": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "planets": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "planned": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "plans": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "platform": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "play": {"man - them": 0.06676432117627557, "man": 0.4452144622744956, "them": 0.37845014109822006}, "played": {"man - them": 0.11692421336110606, "man": 0.36179992211052947, "them": 0.2448757087494234}, "player": {"man - them": 0.047912320975020906, "man": 0.37609622760475264, "them": 0.32818390662973174}, "players": {"man - them": 0.03685943838810002, "man": 0.3417062703629122, "them": 0.30484683197481216}, "playing": {"man - them": 0.013054305884403594, "man": 0.35775654682645186, "them": 0.34470224094204827}, "playmaking": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "playoff": {"man - them": 0.06491542903697212, "man": 0.39129547179832425, "them": 0.32638004276135213}, "playoffs": {"man - them": 0.06491542903697212, "man": 0.39129547179832425, "them": 0.32638004276135213}, "plays": {"man - them": 0.09255960067911784, "man": 0.44111790242939813, "them": 0.3485583017502803}, "poem": {"man - them": 0.11647063816931852, "man": 0.3662601825298078, "them": 0.24978954436048928}, "poems": {"man - them": 0.15523745945027603, "man": 0.36061617862571027, "them": 0.20537871917543424}, "poetry": {"man - them": 0.1512629114020946, "man": 0.39168817795334276, "them": 0.24042526655124816}, "point": {"man - them": -0.005122999962627495, "man": 0.33907721897266896, "them": 0.34420021893529645}, "points": {"man - them": 0.11480090521654468, "man": 0.4406799940148915, "them": 0.3258790887983468}, "polarization": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "police": {"man - them": 0.14790942459670953, "man": 0.4273687501204136, "them": 0.27945932552370406}, "policy": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "political": {"man - them": 0.06932236299854033, "man": 0.32776508686915595, "them": 0.2584427238706156}, "politicians": {"man - them": 0.06491542903697212, "man": 0.39129547179832425, "them": 0.32638004276135213}, "politics": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "pong": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "popular": {"man - them": -0.04142215285913192, "man": 0.2896310137726635, "them": 0.3310531666317954}, "portion": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "position": {"man - them": 0.07210791343484213, "man": 0.4168101543768904, "them": 0.34470224094204827}, "possible": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "possibly": {"man - them": 0.0654827949553411, "man": 0.383454577914376, "them": 0.3179717829590349}, "post": {"man - them": -0.04116366125590587, "man": 0.3122873723279325, "them": 0.3534510335838384}, "potential": {"man - them": -0.040906890036200516, "man": 0.33022827053614257, "them": 0.3711351605723431}, "potentially": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "pow": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "power": {"man - them": 0.09344628101143493, "man": 0.43627716080944456, "them": 0.34283087979800964}, "powerful": {"man - them": 0.06595224576902942, "man": 0.37689655581946563, "them": 0.3109443100504362}, "practical": {"man - them": 0.11383605571916128, "man": 0.39129547179832425, "them": 0.27745941607916297}, "practice": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "practicing": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "practitioner": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "pray": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "prayer": {"man - them": 0.06419556632842233, "man": 0.40111459449184345, "them": 0.3369190281634211}, "praying": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "preach": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "preaching": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "precepts": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "precious": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "predict": {"man - them": -0.018351144534867803, "man": 0.33842236800591974, "them": 0.35677351254078754}, "predictability": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "prepare": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "presence": {"man - them": 0.027961997196442656, "man": 0.40477349375906296, "them": 0.3768114965626203}, "presented": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "presidency": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "president": {"man - them": 0.11890865499386513, "man": 0.3417062703629122, "them": 0.22279761536904705}, "press": {"man - them": 0.0654827949553411, "man": 0.383454577914376, "them": 0.3179717829590349}, "prevent": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "prevented": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "preventing": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "previous": {"man - them": -0.020837178365789133, "man": 0.35063728971367264, "them": 0.3714744680794618}, "previously": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "price": {"man - them": 0.03644369368025596, "man": 0.35063728971367264, "them": 0.3141935960334167}, "primos": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "probably": {"man - them": 0.0667038027558649, "man": 0.3662601825298078, "them": 0.2995563797739429}, "probe": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "problem": {"man - them": -0.011899593111202533, "man": 0.37609622760475264, "them": 0.3879958207159552}, "problems": {"man - them": 0.04775233243404081, "man": 0.3788054990658362, "them": 0.3310531666317954}, "process": {"man - them": 0.00041176135584736206, "man": 0.3569916008953344, "them": 0.356579839539487}, "produced": {"man - them": -0.05981936865397108, "man": 0.299575073504148, "them": 0.3593944421581191}, "production": {"man - them": 0.03730990228701281, "man": 0.3319731949331538, "them": 0.294663292646141}, "products": {"man - them": 0.06595224576902942, "man": 0.37689655581946563, "them": 0.3109443100504362}, "professional": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "professionals": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "program": {"man - them": 0.06635330668074563, "man": 0.3712419967126097, "them": 0.3048886900318641}, "programme": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "progress": {"man - them": 0.09782654711157451, "man": 0.42420658987292664, "them": 0.32638004276135213}, "project": {"man - them": -0.03437630244378653, "man": 0.33907721897266896, "them": 0.3734535214164555}, "projecting": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "prompt": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "promptly": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "properly": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "properties": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "protect": {"man - them": 0.11467741932839742, "man": 0.383454577914376, "them": 0.26877715858597856}, "protector": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "protectors": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "proud": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "provide": {"man - them": 0.054716741712949546, "man": 0.40158524027390435, "them": 0.3468684985609548}, "providing": {"man - them": 0.11467741932839742, "man": 0.383454577914376, "them": 0.26877715858597856}, "proxy": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "prudence": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "prufrock": {"man - them": 0.12041228616816782, "man": 0.32579100534360206, "them": 0.20537871917543424}, "psychologically": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "public": {"man - them": 0.03227017241409702, "man": 0.40958093818285224, "them": 0.3773107657687552}, "publication": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "published": {"man - them": 0.10122754820281876, "man": 0.39168817795334276, "them": 0.290460629750524}, "pull": {"man - them": 0.0654827949553411, "man": 0.383454577914376, "them": 0.3179717829590349}, "push": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "put": {"man - them": 0.04654886434175792, "man": 0.43963936810472687, "them": 0.39309050376296895}, "puts": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "putting": {"man - them": 0.14674717379376367, "man": 0.42420658987292664, "them": 0.27745941607916297}, "qualified": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "quality": {"man - them": -0.018195391174769815, "man": 0.299575073504148, "them": 0.31777046467891784}, "quest": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "question": {"man - them": -0.005291852551440657, "man": 0.35063728971367264, "them": 0.3559291422651133}, "questioned": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "questions": {"man - them": 0.06820392969583927, "man": 0.3444937416802283, "them": 0.276289811984389}, "quick": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "quicker": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "quickly": {"man - them": -0.018284721535188286, "man": 0.31748151595159946, "them": 0.33576623748678774}, "quit": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "quite": {"man - them": -0.018239340934284032, "man": 0.3076397478640628, "them": 0.3258790887983468}, "race": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "radio": {"man - them": -0.018284721535188286, "man": 0.31748151595159946, "them": 0.33576623748678774}, "radios": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "radius": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "rage": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "raging": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "raise": {"man - them": 0.012730992553989628, "man": 0.3122873723279325, "them": 0.2995563797739429}, "rallied": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "ranked": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "rap": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "rate": {"man - them": -0.01826190116809595, "man": 0.3122873723279325, "them": 0.3305492734960285}, "rather": {"man - them": 0.07317858028197904, "man": 0.40423174691377445, "them": 0.3310531666317954}, "re": {"man - them": 0.0037282976903475484, "man": 0.364651116230674, "them": 0.36092281854032643}, "reached": {"man - them": -0.01826190116809595, "man": 0.3122873723279325, "them": 0.3305492734960285}, "reactions": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "read": {"man - them": 0.07294053621207713, "man": 0.40704851157659694, "them": 0.3341079753645198}, "reader": {"man - them": -0.018351144534867803, "man": 0.33842236800591974, "them": 0.35677351254078754}, "reading": {"man - them": 0.11612628330876801, "man": 0.4303198793421847, "them": 0.3141935960334167}, "ready": {"man - them": 0.03547575922582197, "man": 0.3712419967126097, "them": 0.33576623748678774}, "real": {"man - them": 0.059073797433571607, "man": 0.4273687501204136, "them": 0.368294952686842}, "reality": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "realize": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "really": {"man - them": 0.03026708844550824, "man": 0.41782924605358773, "them": 0.3875621576080795}, "reason": {"man - them": 0.035710909033779326, "man": 0.3662601825298078, "them": 0.3305492734960285}, "reassuring": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "reawakens": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "rebounding": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "rebounds": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "receive": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "received": {"man - them": 0.012730992553989628, "man": 0.3122873723279325, "them": 0.2995563797739429}, "recently": {"man - them": 0.013522363733180442, "man": 0.3417062703629122, "them": 0.32818390662973174}, "reciprocated": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "record": {"man - them": 0.03520798722446439, "man": 0.37689655581946563, "them": 0.34168856859500124}, "records": {"man - them": 0.1173312802752037, "man": 0.35775654682645186, "them": 0.24042526655124816}, "red": {"man - them": -0.059156044604392555, "man": 0.3233809889450858, "them": 0.3825370335494784}, "reduction": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "referee": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "references": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "reflect": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "reflecting": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "reflects": {"man - them": 0.09679187570443254, "man": 0.43371090386785366, "them": 0.3369190281634211}, "refusal": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "regard": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "regarded": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "relations": {"man - them": 0.15217584907751952, "man": 0.3847746199970678, "them": 0.23259877091954828}, "relationships": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "reliable": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "relies": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "rely": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "remaining": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "remarkable": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "remember": {"man - them": 0.03547575922582197, "man": 0.3712419967126097, "them": 0.33576623748678774}, "reminded": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "report": {"man - them": -0.04151834919184755, "man": 0.2789633850062796, "them": 0.32048173419812714}, "republican": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "request": {"man - them": 0.012592825919735373, "man": 0.31748151595159946, "them": 0.3048886900318641}, "requests": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "requirements": {"man - them": -0.018330031214137732, "man": 0.33022827053614257, "them": 0.3485583017502803}, "requires": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "research": {"man - them": -0.0048869142232800256, "man": 0.32389382745292267, "them": 0.3287807416762027}, "researched": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "resolve": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "resources": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "respect": {"man - them": -0.01836876729378445, "man": 0.34869512698971705, "them": 0.3670638942835015}, "respectful": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "respective": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "response": {"man - them": -0.018239340934284032, "man": 0.3076397478640628, "them": 0.3258790887983468}, "responsible": {"man - them": 0.06419556632842233, "man": 0.40111459449184345, "them": 0.3369190281634211}, "rest": {"man - them": -0.018307579649915418, "man": 0.3233809889450858, "them": 0.34168856859500124}, "restaurant": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "result": {"man - them": 0.01293749272465039, "man": 0.36179992211052947, "them": 0.3488624293858791}, "retrieved": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "return": {"man - them": 0.06729591707592786, "man": 0.35775654682645186, "them": 0.290460629750524}, "returning": {"man - them": 0.04547671036984424, "man": 0.4166118709421873, "them": 0.3711351605723431}, "reveals": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "review": {"man - them": 0.06300348638681627, "man": 0.3034287529380644, "them": 0.24042526655124816}, "reviewed": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "reward": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "ribs": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "ride": {"man - them": 0.06300348638681627, "man": 0.3034287529380644, "them": 0.24042526655124816}, "ridiculous": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "right": {"man - them": 0.038928902279186384, "man": 0.41569489498511963, "them": 0.37676599270593325}, "ring": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "ripped": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "risk": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "risky": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "road": {"man - them": 0.01380959746106325, "man": 0.3319731949331538, "them": 0.31816359747209055}, "roads": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "robbery": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "robbing": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "roberto": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "rock": {"man - them": 0.03520798722446439, "man": 0.37689655581946563, "them": 0.34168856859500124}, "rocket": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "rockets": {"man - them": 0.09255960067911784, "man": 0.44111790242939813, "them": 0.3485583017502803}, "role": {"man - them": 0.03890937975444564, "man": 0.40423174691377445, "them": 0.3653223671593288}, "roles": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "rolled": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "roof": {"man - them": -0.040774357037384634, "man": 0.33842236800591974, "them": 0.3791967250433044}, "rookie": {"man - them": 0.06491542903697212, "man": 0.39129547179832425, "them": 0.32638004276135213}, "room": {"man - them": 0.09864008798315244, "man": 0.4166118709421873, "them": 0.3179717829590349}, "roots": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "roy": {"man - them": 0.06419556632842233, "man": 0.40111459449184345, "them": 0.3369190281634211}, "rule": {"man - them": -0.01836876729378445, "man": 0.34869512698971705, "them": 0.3670638942835015}, "rules": {"man - them": 0.03520798722446439, "man": 0.37689655581946563, "them": 0.34168856859500124}, "run": {"man - them": 0.013089527540378565, "man": 0.39168817795334276, "them": 0.3785986504129642}, "russell": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "s": {"man - them": 0.05250814360132244, "man": 0.4230312082378041, "them": 0.37052306463648166}, "sabonis": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "safe": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "safely": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "saftar": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "said": {"man - them": 0.008058003013410142, "man": 0.36274291235246725, "them": 0.3546849093390571}, "salt": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "same": {"man - them": 0.07748012846426255, "man": 0.4302521613201933, "them": 0.35277203285593073}, "sanctify": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "santana": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "satan": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "saturday": {"man - them": 0.01293749272465039, "man": 0.36179992211052947, "them": 0.3488624293858791}, "sauce": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "saudi": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "save": {"man - them": 0.061854177961922496, "man": 0.3233809889450858, "them": 0.2615268109831633}, "saved": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "saving": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "saw": {"man - them": 0.07596282772817059, "man": 0.41295058641938, "them": 0.3369877586912094}, "say": {"man - them": 0.024303360737935542, "man": 0.39893683983032513, "them": 0.3746334790923896}, "says": {"man - them": -0.018239340934284032, "man": 0.3076397478640628, "them": 0.3258790887983468}, "scandal": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "scared": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "school": {"man - them": 0.054888006439662185, "man": 0.39908822537495864, "them": 0.34420021893529645}, "science": {"man - them": 0.03709664243899846, "man": 0.3365884049349307, "them": 0.29949176249593223}, "scientific": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "scientist": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "scoping": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "score": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "scorer": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "scoring": {"man - them": 0.034896276164095685, "man": 0.383454577914376, "them": 0.3485583017502803}, "scripture": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "scrubs": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "scrutiny": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "se": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "sea": {"man - them": -0.01821715295240256, "man": 0.3034287529380644, "them": 0.321645905890467}, "search": {"man - them": 0.12091658019904439, "man": 0.3203061936260751, "them": 0.1993896134270307}, "season": {"man - them": 0.058076479454045205, "man": 0.35129856212867994, "them": 0.29322208267463473}, "secluded": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "second": {"man - them": 0.00550310152261313, "man": 0.3893743496313924, "them": 0.38387124810877926}, "secret": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "seductive": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "see": {"man - them": 0.02481716860836297, "man": 0.38695606644294533, "them": 0.36213889783458236}, "seed": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "seeding": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "seeing": {"man - them": 0.06635330668074563, "man": 0.3712419967126097, "them": 0.3048886900318641}, "seeking": {"man - them": -0.01836876729378445, "man": 0.34869512698971705, "them": 0.3670638942835015}, "seem": {"man - them": 0.07240856519452427, "man": 0.4133013964212199, "them": 0.3408928312266956}, "seemed": {"man - them": -0.05947791595076207, "man": 0.3122873723279325, "them": 0.3717652882786946}, "seemingly": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "seems": {"man - them": -0.020817775002968053, "man": 0.33907721897266896, "them": 0.359894993975637}, "seen": {"man - them": -0.04647694616506626, "man": 0.3319731949331538, "them": 0.37845014109822006}, "seinfeld": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "selecting": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "self": {"man - them": 0.06419556632842233, "man": 0.40111459449184345, "them": 0.3369190281634211}, "senior": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "sense": {"man - them": 0.06856762141111106, "man": 0.4102561900061123, "them": 0.34168856859500124}, "sensitive": {"man - them": 0.09931187995567609, "man": 0.4102561900061123, "them": 0.3109443100504362}, "sent": {"man - them": -0.01826190116809595, "man": 0.3122873723279325, "them": 0.3305492734960285}, "sept": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "series": {"man - them": 0.013859557948586065, "man": 0.3666315908045168, "them": 0.35277203285593073}, "seriously": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "sermon": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "servants": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "serve": {"man - them": 0.11595838814951187, "man": 0.3712419967126097, "them": 0.25528360856309784}, "served": {"man - them": 0.09864008798315244, "man": 0.4166118709421873, "them": 0.3179717829590349}, "service": {"man - them": -0.07589241955818987, "man": 0.28400257441744714, "them": 0.359894993975637}, "serving": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "set": {"man - them": 0.03685943838810002, "man": 0.3417062703629122, "them": 0.30484683197481216}, "seven": {"man - them": 0.061854177961922496, "man": 0.3233809889450858, "them": 0.2615268109831633}, "seventeenth": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "several": {"man - them": -0.011838017313598626, "man": 0.36882159861985775, "them": 0.3806596159334564}, "severe": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "sex": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "sexual": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "shade": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "shadow": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "shakespeare": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "shall": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "share": {"man - them": -0.0410940469257971, "man": 0.31748151595159946, "them": 0.35857556287739656}, "shared": {"man - them": 0.062197907388501616, "man": 0.31748151595159946, "them": 0.25528360856309784}, "sharing": {"man - them": -0.0410103069359975, "man": 0.3233809889450858, "them": 0.3643912958810833}, "she": {"man - them": 0.002115627583693158, "man": 0.28123616672627827, "them": 0.2791205391425851}, "shepherd": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "sherlock": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "shine": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "shining": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "ship": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "shocked": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "shocking": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "shoes": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "short": {"man - them": 0.04720072113092372, "man": 0.38809355235761933, "them": 0.3408928312266956}, "shot": {"man - them": 0.03611064093598487, "man": 0.35775654682645186, "them": 0.321645905890467}, "shots": {"man - them": 0.034050700208341944, "man": 0.40111459449184345, "them": 0.3670638942835015}, "should": {"man - them": 0.03567653098984991, "man": 0.3906298129746228, "them": 0.3549532819847729}, "show": {"man - them": 0.060178553563449255, "man": 0.41295058641938, "them": 0.35277203285593073}, "showed": {"man - them": 0.03547575922582197, "man": 0.3712419967126097, "them": 0.33576623748678774}, "showing": {"man - them": 0.035710909033779326, "man": 0.3662601825298078, "them": 0.3305492734960285}, "shown": {"man - them": 0.04586489412502898, "man": 0.4102561900061123, "them": 0.3643912958810833}, "shut": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "sick": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "side": {"man - them": -0.034294746791202535, "man": 0.34746169732877336, "them": 0.3817564441199759}, "sight": {"man - them": 0.1453577751471215, "man": 0.43371090386785366, "them": 0.28835312872073215}, "signal": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "signals": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "significant": {"man - them": 0.028845477731954505, "man": 0.3847746199970678, "them": 0.3559291422651133}, "significantly": {"man - them": -0.018330031214137732, "man": 0.33022827053614257, "them": 0.3485583017502803}, "silence": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "silent": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "similar": {"man - them": 0.0667038027558649, "man": 0.3662601825298078, "them": 0.2995563797739429}, "simmons": {"man - them": 0.034521959257536705, "man": 0.39129547179832425, "them": 0.35677351254078754}, "since": {"man - them": 0.06907296261984808, "man": 0.4189327818539204, "them": 0.34985981923407233}, "sinful": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "sing": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "single": {"man - them": 0.05434040860805489, "man": 0.40704851157659694, "them": 0.35270810296854205}, "singleton": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "sitting": {"man - them": 0.11383605571916128, "man": 0.39129547179832425, "them": 0.27745941607916297}, "situation": {"man - them": 0.013645398809595588, "man": 0.3735403927852326, "them": 0.359894993975637}, "six": {"man - them": -0.04135671449667205, "man": 0.29601951841085217, "them": 0.3373762329075242}, "sixers": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "sixth": {"man - them": 0.09864008798315244, "man": 0.4166118709421873, "them": 0.3179717829590349}, "size": {"man - them": 0.06595224576902942, "man": 0.37689655581946563, "them": 0.3109443100504362}, "skins": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "skyward": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "sleeves": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "slightly": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "slow": {"man - them": -0.0056404777300127495, "man": 0.37689655581946563, "them": 0.3825370335494784}, "small": {"man - them": -0.005445973516064961, "man": 0.36179992211052947, "them": 0.36724589562659443}, "smart": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "smashed": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "smell": {"man - them": 0.11647063816931852, "man": 0.3662601825298078, "them": 0.24978954436048928}, "smooth": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "so": {"man - them": -0.010740314448261512, "man": 0.39635356423099327, "them": 0.4070938786792548}, "soccer": {"man - them": -0.018351144534867803, "man": 0.33842236800591974, "them": 0.35677351254078754}, "social": {"man - them": -0.005445973516064961, "man": 0.36179992211052947, "them": 0.36724589562659443}, "society": {"man - them": 0.0285404715587963, "man": 0.39168817795334276, "them": 0.36314770639454647}, "soft": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "solar": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "some": {"man - them": 0.010561488188475632, "man": 0.42807347335075324, "them": 0.4175119851622776}, "somehow": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "someone": {"man - them": 0.012319417342032901, "man": 0.383454577914376, "them": 0.3711351605723431}, "something": {"man - them": 0.003135416015347725, "man": 0.39029180038746547, "them": 0.38715638437211775}, "sometimes": {"man - them": -0.041222681521816296, "man": 0.3076397478640628, "them": 0.3488624293858791}, "song": {"man - them": 0.15295087134527463, "man": 0.3788054990658362, "them": 0.22585462772056158}, "soon": {"man - them": 0.028845477731954505, "man": 0.3847746199970678, "them": 0.3559291422651133}, "sorry": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "sort": {"man - them": -0.01836876729378445, "man": 0.34869512698971705, "them": 0.3670638942835015}, "source": {"man - them": -0.04116366125590587, "man": 0.3122873723279325, "them": 0.3534510335838384}, "south": {"man - them": 0.1022302197181148, "man": 0.38168954524181886, "them": 0.27945932552370406}, "southern": {"man - them": 0.062197907388501616, "man": 0.31748151595159946, "them": 0.25528360856309784}, "soviet": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "space": {"man - them": 0.013645398809595588, "man": 0.3735403927852326, "them": 0.359894993975637}, "spaceport": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "speak": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "speaker": {"man - them": -0.01836876729378445, "man": 0.34869512698971705, "them": 0.3670638942835015}, "speaking": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "special": {"man - them": 0.06778566782315093, "man": 0.35063728971367264, "them": 0.2828516218905217}, "specialized": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "specific": {"man - them": 0.06491542903697212, "man": 0.39129547179832425, "them": 0.32638004276135213}, "speech": {"man - them": 0.1517396340628203, "man": 0.38809355235761933, "them": 0.23635391829479904}, "spent": {"man - them": 0.07081963082454051, "man": 0.38168954524181886, "them": 0.31086991441727835}, "sphere": {"man - them": 0.06419556632842233, "man": 0.40111459449184345, "them": 0.3369190281634211}, "spirit": {"man - them": -0.005291852551440657, "man": 0.35063728971367264, "them": 0.3559291422651133}, "spiritual": {"man - them": 0.034896276164095685, "man": 0.383454577914376, "them": 0.3485583017502803}, "spiritually": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "sports": {"man - them": 0.034521959257536705, "man": 0.39129547179832425, "them": 0.35677351254078754}, "spots": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "spring": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "stability": {"man - them": 0.11383605571916128, "man": 0.39129547179832425, "them": 0.27745941607916297}, "stadler": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "staff": {"man - them": 0.11383605571916128, "man": 0.39129547179832425, "them": 0.27745941607916297}, "stage": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "stained": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "standard": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "standing": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "standings": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "staple": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "star": {"man - them": 0.09586748519214522, "man": 0.4100610812255619, "them": 0.3141935960334167}, "stars": {"man - them": 0.012592825919735373, "man": 0.31748151595159946, "them": 0.3048886900318641}, "start": {"man - them": 0.133542565595905, "man": 0.44441248001318334, "them": 0.31086991441727835}, "started": {"man - them": -0.020833255358068625, "man": 0.34746169732877336, "them": 0.368294952686842}, "starting": {"man - them": 0.05366244798234393, "man": 0.4168101543768904, "them": 0.36314770639454647}, "starts": {"man - them": 0.06595224576902942, "man": 0.37689655581946563, "them": 0.3109443100504362}, "state": {"man - them": 0.03174336973045333, "man": 0.31859058778054683, "them": 0.2868472180500935}, "statement": {"man - them": 0.061854177961922496, "man": 0.3233809889450858, "them": 0.2615268109831633}, "states": {"man - them": -0.04147494758628956, "man": 0.28400257441744714, "them": 0.3254775220037367}, "station": {"man - them": 0.12585580727580675, "man": 0.4206403871828641, "them": 0.29478457990705736}, "statistics": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "statue": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "stay": {"man - them": 0.10159034407278505, "man": 0.38809355235761933, "them": 0.2865032082848343}, "stayed": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "steadfast": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "steadiness": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "steal": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "step": {"man - them": 0.039886629840225174, "man": 0.38645564311393743, "them": 0.34656901327371226}, "stephen": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "stepped": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "stepping": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "steve": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "steven": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "stevens": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "still": {"man - them": 0.014709184415240883, "man": 0.4070791872849922, "them": 0.3923700028697513}, "stint": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "stone": {"man - them": 0.062197907388501616, "man": 0.31748151595159946, "them": 0.25528360856309784}, "stop": {"man - them": 0.0917043770446413, "man": 0.44441248001318334, "them": 0.35270810296854205}, "stopped": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "stories": {"man - them": 0.06635330668074563, "man": 0.3712419967126097, "them": 0.3048886900318641}, "story": {"man - them": -0.01817407762256451, "man": 0.29601951841085217, "them": 0.3141935960334167}, "stout": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "straight": {"man - them": 0.06419556632842233, "man": 0.40111459449184345, "them": 0.3369190281634211}, "straughn": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "streak": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "stream": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "street": {"man - them": 0.01293749272465039, "man": 0.36179992211052947, "them": 0.3488624293858791}, "streets": {"man - them": -0.018284721535188286, "man": 0.31748151595159946, "them": 0.33576623748678774}, "strength": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "strengthened": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "stressed": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "striker": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "strong": {"man - them": 0.07124939562994048, "man": 0.37609622760475264, "them": 0.30484683197481216}, "struck": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "struggles": {"man - them": 0.11383605571916128, "man": 0.39129547179832425, "them": 0.27745941607916297}, "student": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "students": {"man - them": 0.06755126968271563, "man": 0.3540544779675499, "them": 0.2865032082848343}, "studies": {"man - them": 0.06729591707592786, "man": 0.35775654682645186, "them": 0.290460629750524}, "study": {"man - them": 0.03672992655149604, "man": 0.3444937416802283, "them": 0.30776381512873224}, "sturridge": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "style": {"man - them": 0.03520798722446439, "man": 0.37689655581946563, "them": 0.34168856859500124}, "subject": {"man - them": -0.005445973516064961, "man": 0.36179992211052947, "them": 0.36724589562659443}, "subjected": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "subway": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "success": {"man - them": 0.03547575922582197, "man": 0.3712419967126097, "them": 0.33576623748678774}, "successful": {"man - them": 0.11467741932839742, "man": 0.383454577914376, "them": 0.26877715858597856}, "such": {"man - them": 0.0485112887808955, "man": 0.41073412704629314, "them": 0.36222283826539764}, "suffering": {"man - them": 0.11383605571916128, "man": 0.39129547179832425, "them": 0.27745941607916297}, "suggested": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "suicide": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "suited": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "sullivan": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "super": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "superstar": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "support": {"man - them": 0.054888006439662185, "man": 0.39908822537495864, "them": 0.34420021893529645}, "supported": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "supporters": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "supportive": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "supposed": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "sure": {"man - them": 0.013924674269861048, "man": 0.3645398474331461, "them": 0.35061517316328505}, "surface": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "surpassed": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "survive": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "suspect": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "suspected": {"man - them": 0.11595838814951187, "man": 0.3712419967126097, "them": 0.25528360856309784}, "suspects": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "swamps": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "swear": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "sweet": {"man - them": 0.012319417342032901, "man": 0.383454577914376, "them": 0.3711351605723431}, "swooped": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "system": {"man - them": 0.10993355057514409, "man": 0.4473097834826683, "them": 0.3373762329075242}, "t": {"man - them": 0.033246900979453264, "man": 0.40490923955154445, "them": 0.3716623385720912}, "table": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "tables": {"man - them": 0.06419556632842233, "man": 0.40111459449184345, "them": 0.3369190281634211}, "tackle": {"man - them": 0.061854177961922496, "man": 0.3233809889450858, "them": 0.2615268109831633}, "taco": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "take": {"man - them": -0.06602901893520352, "man": 0.3305550659906313, "them": 0.3965840849258348}, "taken": {"man - them": 0.047019846982501834, "man": 0.4054134033303943, "them": 0.35839355634789244}, "takes": {"man - them": 0.1153697448363023, "man": 0.37689655581946563, "them": 0.2615268109831633}, "takeshi": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "taking": {"man - them": 0.05548763671294027, "man": 0.39029180038746547, "them": 0.3348041636745252}, "talent": {"man - them": 0.06419556632842233, "man": 0.40111459449184345, "them": 0.3369190281634211}, "talented": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "talk": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "talking": {"man - them": 0.0670153422034721, "man": 0.36179992211052947, "them": 0.29478457990705736}, "task": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "tasks": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "tatum": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "taxi": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "taxis": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "teach": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "teaching": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "team": {"man - them": -0.02074870447015148, "man": 0.31860545695627, "them": 0.3393541614264215}, "teammates": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "teams": {"man - them": 0.029108468994379744, "man": 0.3788054990658362, "them": 0.34969703007145647}, "tear": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "technical": {"man - them": -0.0410103069359975, "man": 0.3233809889450858, "them": 0.3643912958810833}, "technique": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "techniques": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "technology": {"man - them": -0.05999140492556848, "man": 0.29271669804297357, "them": 0.35270810296854205}, "teenagers": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "telekinesis": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "telescope": {"man - them": 0.11692421336110606, "man": 0.36179992211052947, "them": 0.2448757087494234}, "tell": {"man - them": -0.01821715295240256, "man": 0.3034287529380644, "them": 0.321645905890467}, "temperament": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "tempted": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "tend": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "tends": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "term": {"man - them": 0.04720072113092372, "man": 0.38809355235761933, "them": 0.3408928312266956}, "terms": {"man - them": 0.012592825919735373, "man": 0.31748151595159946, "them": 0.3048886900318641}, "terrible": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "test": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "testing": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "text": {"man - them": 0.061854177961922496, "man": 0.3233809889450858, "them": 0.2615268109831633}, "than": {"man - them": -0.0005520273269967735, "man": 0.40168842933685217, "them": 0.40224045666384894}, "thanapob": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "thank": {"man - them": 0.012592825919735373, "man": 0.31748151595159946, "them": 0.3048886900318641}, "thanks": {"man - them": 0.03628401328863207, "man": 0.3540544779675499, "them": 0.31777046467891784}, "that": {"man - them": 0.03471491964318835, "man": 0.40803184398102244, "them": 0.3733169243378341}, "the": {"man - them": 0.04452177220764825, "man": 0.30960620587071114, "them": 0.2650844336630629}, "theatre": {"man - them": 0.0654827949553411, "man": 0.383454577914376, "them": 0.3179717829590349}, "theatres": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "their": {"man - them": 0.003360870101895286, "man": 0.41722801694633727, "them": 0.413867146844442}, "them": {"man - them": -0.09130650797138978, "man": 0.40343860749605176, "them": 0.49474511546744154}, "themselves": {"man - them": 0.013198864260886511, "man": 0.38809355235761933, "them": 0.3748946880967328}, "then": {"man - them": -0.002689757470820231, "man": 0.41361368385346675, "them": 0.416303441324287}, "theories": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "theorised": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "theory": {"man - them": -0.018351144534867803, "man": 0.33842236800591974, "them": 0.35677351254078754}, "there": {"man - them": -0.006846990374739015, "man": 0.41631853557848736, "them": 0.4231655259532264}, "therefore": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "these": {"man - them": -0.0024929775832243095, "man": 0.40343860749605176, "them": 0.40593158507927607}, "they": {"man - them": -0.0065383053765081245, "man": 0.3984026420028155, "them": 0.4049409473793236}, "thing": {"man - them": 0.11876498584009254, "man": 0.4090262566529966, "them": 0.29026127081290404}, "things": {"man - them": 0.006831179282039579, "man": 0.40587547290929005, "them": 0.39904429362725047}, "think": {"man - them": -0.0005589209106056092, "man": 0.40470097844663455, "them": 0.40525989935724016}, "thinking": {"man - them": 0.09931187995567609, "man": 0.4102561900061123, "them": 0.3109443100504362}, "thinks": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "third": {"man - them": 0.04846799333242624, "man": 0.3666315908045168, "them": 0.31816359747209055}, "thirty": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "this": {"man - them": 0.033914823610498857, "man": 0.4305215568898024, "them": 0.39660673327930357}, "those": {"man - them": -0.007298088913940681, "man": 0.3872669430424511, "them": 0.39456503195639175}, "though": {"man - them": -0.04668142408595555, "man": 0.3203061936260751, "them": 0.36698761771203064}, "thought": {"man - them": 0.07784635057901851, "man": 0.42639653699069574, "them": 0.34855018641167723}, "thoughts": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "thousand": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "three": {"man - them": 0.0034830767403563057, "man": 0.37505887319653686, "them": 0.37157579645618055}, "thrilled": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "thrives": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "through": {"man - them": 0.023454736985265345, "man": 0.4013383698381987, "them": 0.37788363285293336}, "throughout": {"man - them": 0.028845477731954505, "man": 0.3847746199970678, "them": 0.3559291422651133}, "throw": {"man - them": -0.01836876729378445, "man": 0.34869512698971705, "them": 0.3670638942835015}, "throws": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "thunder": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "tien": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "tight": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "tile": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "tim": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "time": {"man - them": 0.0794782406098345, "man": 0.4721751293661637, "them": 0.3926968887563292}, "times": {"man - them": -0.02080541799458996, "man": 0.3342246602952562, "them": 0.3550300782898462}, "timothy": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "tios": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "titled": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "to": {"man - them": 0.03379048306240057, "man": 0.3647061980542159, "them": 0.3309157149918153}, "today": {"man - them": -0.020817775002968053, "man": 0.33907721897266896, "them": 0.359894993975637}, "together": {"man - them": -0.03234593384093781, "man": 0.3735403927852326, "them": 0.4058863266261704}, "told": {"man - them": 0.0033777128177179816, "man": 0.37961409953640574, "them": 0.37623638671868775}, "tonantzin": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "tonkotsu": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "too": {"man - them": -0.04180989276944885, "man": 0.3420613553393304, "them": 0.38387124810877926}, "took": {"man - them": 0.01410496927704119, "man": 0.3587695999330437, "them": 0.3446646306560025}, "top": {"man - them": -0.03451246612053649, "man": 0.32206737341895053, "them": 0.356579839539487}, "toptipz": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "torn": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "touch": {"man - them": 0.14674717379376367, "man": 0.42420658987292664, "them": 0.27745941607916297}, "touched": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "tough": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "toward": {"man - them": -0.04135671449667205, "man": 0.29601951841085217, "them": 0.3373762329075242}, "towards": {"man - them": 0.012505259938382307, "man": 0.37689655581946563, "them": 0.3643912958810833}, "town": {"man - them": -0.04159849702169771, "man": 0.26824535247063586, "them": 0.30984384949233357}, "toxic": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "track": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "tracks": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "trade": {"man - them": 0.034521959257536705, "man": 0.39129547179832425, "them": 0.35677351254078754}, "traded": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "traditional": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "traffic": {"man - them": 0.14872937902294897, "man": 0.4102561900061123, "them": 0.2615268109831633}, "trail": {"man - them": 0.061854177961922496, "man": 0.3233809889450858, "them": 0.2615268109831633}, "train": {"man - them": 0.14674717379376367, "man": 0.42420658987292664, "them": 0.27745941607916297}, "transgressive": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "transmission": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "trauma": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "travel": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "treated": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "tried": {"man - them": -0.05999140492556848, "man": 0.29271669804297357, "them": 0.35270810296854205}, "tries": {"man - them": 0.06320289812292457, "man": 0.41442793959606244, "them": 0.3512250414731379}, "trigger": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "trivia": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "true": {"man - them": 0.013300151917606029, "man": 0.3847746199970678, "them": 0.3714744680794618}, "truly": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "trump": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "trust": {"man - them": -0.05932998061102085, "man": 0.31748151595159946, "them": 0.3768114965626203}, "truth": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "try": {"man - them": 0.013198864260886511, "man": 0.38809355235761933, "them": 0.3748946880967328}, "trying": {"man - them": -0.005162228198042629, "man": 0.3417062703629122, "them": 0.3468684985609548}, "tumultuous": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "turbulence": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "turn": {"man - them": 0.046750591944730246, "man": 0.3956130213306093, "them": 0.3488624293858791}, "turned": {"man - them": 0.09381033381161236, "man": 0.4295765712984001, "them": 0.33576623748678774}, "turns": {"man - them": 0.09782654711157451, "man": 0.42420658987292664, "them": 0.32638004276135213}, "tv": {"man - them": 0.012592825919735373, "man": 0.31748151595159946, "them": 0.3048886900318641}, "twelve": {"man - them": 0.012592825919735373, "man": 0.31748151595159946, "them": 0.3048886900318641}, "twenty": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "twitter": {"man - them": 0.03709664243899846, "man": 0.3365884049349307, "them": 0.29949176249593223}, "two": {"man - them": 0.021869559373104253, "man": 0.4204671574628703, "them": 0.398597598089766}, "tyler": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "type": {"man - them": 0.06856762141111106, "man": 0.4102561900061123, "them": 0.34168856859500124}, "udi": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "uk": {"man - them": 0.061854177961922496, "man": 0.3233809889450858, "them": 0.2615268109831633}, "ultimately": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "unappreciated": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "uncertainty": {"man - them": -0.01836876729378445, "man": 0.34869512698971705, "them": 0.3670638942835015}, "uncredited": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "under": {"man - them": 0.09607673243706288, "man": 0.4004739118323958, "them": 0.3043971793953329}, "underground": {"man - them": 0.11383605571916128, "man": 0.39129547179832425, "them": 0.27745941607916297}, "undermined": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "underneath": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "underrated": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "understand": {"man - them": -0.04127348800398384, "man": 0.3034287529380644, "them": 0.34470224094204827}, "understanding": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "understood": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "undertake": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "undone": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "unfold": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "uniform": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "union": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "united": {"man - them": -0.01817407762256451, "man": 0.29601951841085217, "them": 0.3141935960334167}, "unity": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "universal": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "universe": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "unnoticed": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "unproven": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "unrest": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "unruly": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "unsettled": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "unstated": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "unwritten": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "up": {"man - them": 0.03737371021070174, "man": 0.4286911309423845, "them": 0.39131742073168274}, "upheaval": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "upon": {"man - them": 0.012042325244567609, "man": 0.33842236800591974, "them": 0.32638004276135213}, "urban": {"man - them": 0.11595838814951187, "man": 0.3712419967126097, "them": 0.25528360856309784}, "us": {"man - them": -0.05050964105861372, "man": 0.3326608044654272, "them": 0.3831704455240409}, "use": {"man - them": -0.13273921957870977, "man": 0.2594109120620566, "them": 0.39215013164076634}, "used": {"man - them": -0.046928061296568346, "man": 0.30415885094845746, "them": 0.3510869122450258}, "uses": {"man - them": 0.10038471691370121, "man": 0.3999410966876441, "them": 0.2995563797739429}, "using": {"man - them": 0.04820508031562387, "man": 0.37112040760985293, "them": 0.32291532729422906}, "usually": {"man - them": -0.0410940469257971, "man": 0.31748151595159946, "them": 0.35857556287739656}, "utah": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "v": {"man - them": 0.012256487577107678, "man": 0.33022827053614257, "them": 0.3179717829590349}, "valuable": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "valuables": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "value": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "valued": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "various": {"man - them": -0.01821715295240256, "man": 0.3034287529380644, "them": 0.321645905890467}, "vast": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "ve": {"man - them": -0.12392408138601474, "man": 0.25475548853094754, "them": 0.3786795699169623}, "vehicle": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "verse": {"man - them": 0.15073731258118592, "man": 0.3956130213306093, "them": 0.2448757087494234}, "very": {"man - them": -0.03770333304883822, "man": 0.3872669430424511, "them": 0.4249702760912893}, "via": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "vicious": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "victims": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "victor": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "video": {"man - them": 0.062197907388501616, "man": 0.31748151595159946, "them": 0.25528360856309784}, "videos": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "view": {"man - them": 0.01285516795700542, "man": 0.3076397478640628, "them": 0.29478457990705736}, "views": {"man - them": -0.0410940469257971, "man": 0.31748151595159946, "them": 0.35857556287739656}, "villagers": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "violence": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "vision": {"man - them": 0.06595224576902942, "man": 0.37689655581946563, "them": 0.3109443100504362}, "voices": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "vote": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "voters": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "vs": {"man - them": -0.018351144534867803, "man": 0.33842236800591974, "them": 0.35677351254078754}, "wade": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "waged": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "waiter": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "waiting": {"man - them": 0.011776098826295933, "man": 0.34869512698971705, "them": 0.3369190281634211}, "waitress": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "walking": {"man - them": -0.01836876729378445, "man": 0.34869512698971705, "them": 0.3670638942835015}, "wall": {"man - them": -0.04131775772254759, "man": 0.299575073504148, "them": 0.3408928312266956}, "want": {"man - them": 0.0002204488472281052, "man": 0.3666315908045168, "them": 0.3664111419572887}, "wanted": {"man - them": -0.05981936865397108, "man": 0.299575073504148, "them": 0.3593944421581191}, "wanting": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "wants": {"man - them": 0.012592825919735373, "man": 0.31748151595159946, "them": 0.3048886900318641}, "war": {"man - them": 0.07241978123886011, "man": 0.36061617862571027, "them": 0.28819639738685016}, "warning": {"man - them": 0.06393639578110874, "man": 0.2867340111501558, "them": 0.22279761536904705}, "warrant": {"man - them": 0.06460909229480055, "man": 0.27439519122350553, "them": 0.20978609892870498}, "was": {"man - them": 0.038598305580645975, "man": 0.42030429817990844, "them": 0.38170599259926247}, "wasn": {"man - them": -0.05990962385426113, "man": 0.29601951841085217, "them": 0.3559291422651133}, "waste": {"man - them": 0.1025156870814472, "man": 0.3788054990658362, "them": 0.276289811984389}, "watch": {"man - them": 0.11383605571916128, "man": 0.39129547179832425, "them": 0.27745941607916297}, "watched": {"man - them": 0.1453577751471215, "man": 0.43371090386785366, "them": 0.28835312872073215}, "watching": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "water": {"man - them": -0.060197644517849314, "man": 0.28400257441744714, "them": 0.34420021893529645}, "way": {"man - them": 0.014540742171311738, "man": 0.3722438051646557, "them": 0.357703062993344}, "ways": {"man - them": 0.012319417342032901, "man": 0.383454577914376, "them": 0.3711351605723431}, "we": {"man - them": 0.0069983200416542934, "man": 0.3747624760920451, "them": 0.3677641560503908}, "weapons": {"man - them": 0.11276146577111129, "man": 0.40111459449184345, "them": 0.28835312872073215}, "webb": {"man - them": 0.06322115520934898, "man": 0.299575073504148, "them": 0.23635391829479904}, "website": {"man - them": 0.035710909033779326, "man": 0.3662601825298078, "them": 0.3305492734960285}, "websites": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "week": {"man - them": 0.048590121804226505, "man": 0.3645398474331461, "them": 0.3159497256289196}, "weekend": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "weight": {"man - them": -0.018239340934284032, "man": 0.3076397478640628, "them": 0.3258790887983468}, "well": {"man - them": -0.015487015983970287, "man": 0.3570353044659321, "them": 0.3725223204499024}, "went": {"man - them": -0.04135671449667205, "man": 0.29601951841085217, "them": 0.3373762329075242}, "were": {"man - them": 0.0053128569774514856, "man": 0.3866302364968918, "them": 0.38131737951944034}, "west": {"man - them": -0.005162228198042629, "man": 0.3417062703629122, "them": 0.3468684985609548}, "westbrook": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "western": {"man - them": 0.06856762141111106, "man": 0.4102561900061123, "them": 0.34168856859500124}, "what": {"man - them": -0.007848592800125453, "man": 0.38753202119555435, "them": 0.3953806139956798}, "whatever": {"man - them": 0.06595224576902942, "man": 0.37689655581946563, "them": 0.3109443100504362}, "when": {"man - them": -0.0004021081680332661, "man": 0.39509552650154967, "them": 0.39549763466958293}, "where": {"man - them": 0.02171905728915202, "man": 0.4263428493309508, "them": 0.40462379204179877}, "whether": {"man - them": 0.03720594311222364, "man": 0.3342246602952562, "them": 0.2970187171830326}, "which": {"man - them": 0.007341059556668805, "man": 0.4325179609503263, "them": 0.4251769013936575}, "while": {"man - them": 0.07850258132718946, "man": 0.45478422796547896, "them": 0.3762816466382895}, "whilst": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "white": {"man - them": 0.03905554079606255, "man": 0.40158524027390435, "them": 0.3625296994778418}, "who": {"man - them": 0.04357738514461107, "man": 0.4446663851328301, "them": 0.401088999988219}, "whole": {"man - them": -0.005391159568094606, "man": 0.35775654682645186, "them": 0.36314770639454647}, "why": {"man - them": 0.029636349219444413, "man": 0.43022050225878333, "them": 0.4005841530393389}, "wide": {"man - them": 0.11126713402872013, "man": 0.41442793959606244, "them": 0.3031608055673423}, "widows": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "wife": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "will": {"man - them": 0.03275361262872589, "man": 0.4136598811037443, "them": 0.3809062684750184}, "willing": {"man - them": 0.06096295192675677, "man": 0.33842236800591974, "them": 0.27745941607916297}, "win": {"man - them": 0.09431382418519241, "man": 0.4248630976812209, "them": 0.3305492734960285}, "window": {"man - them": 0.061854177961922496, "man": 0.3233809889450858, "them": 0.2615268109831633}, "wing": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "winner": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "winning": {"man - them": 0.15073731258118592, "man": 0.3956130213306093, "them": 0.2448757087494234}, "wins": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "wisdom": {"man - them": 0.011418642101047816, "man": 0.3626436835741857, "them": 0.3512250414731379}, "wise": {"man - them": 0.034521959257536705, "man": 0.39129547179832425, "them": 0.35677351254078754}, "with": {"man - them": 0.030409523274099737, "man": 0.4234816155859376, "them": 0.3930720923118379}, "within": {"man - them": 0.028981442273276814, "man": 0.38168954524181886, "them": 0.35270810296854205}, "without": {"man - them": 0.02402608584177296, "man": 0.4054134033303943, "them": 0.3813873174886213}, "withstood": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "women": {"man - them": 0.00013332481019073805, "man": 0.37112040760985293, "them": 0.3709870827996622}, "won": {"man - them": 0.07685801085841482, "man": 0.43675300483405183, "them": 0.359894993975637}, "wonder": {"man - them": -0.018330031214137732, "man": 0.33022827053614257, "them": 0.3485583017502803}, "wondered": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "word": {"man - them": -0.018018885441432153, "man": 0.27439519122350553, "them": 0.2924140766649377}, "words": {"man - them": 0.012968123187540426, "man": 0.3034287529380644, "them": 0.290460629750524}, "work": {"man - them": -0.010881657326903937, "man": 0.38695606644294533, "them": 0.39783772376984927}, "worker": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "working": {"man - them": 0.06755126968271563, "man": 0.3540544779675499, "them": 0.2865032082848343}, "works": {"man - them": 0.029108468994379744, "man": 0.3788054990658362, "them": 0.34969703007145647}, "world": {"man - them": 0.034464021337025474, "man": 0.4307190625306135, "them": 0.396255041193588}, "worried": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "worries": {"man - them": 0.059482878006843376, "man": 0.3626436835741857, "them": 0.3031608055673423}, "worrisome": {"man - them": 0.05805752412322962, "man": 0.3851540833414203, "them": 0.3270965592181907}, "worry": {"man - them": -0.01826190116809595, "man": 0.3122873723279325, "them": 0.3305492734960285}, "worse": {"man - them": 0.06939182319161563, "man": 0.3999410966876441, "them": 0.3305492734960285}, "worst": {"man - them": 0.06491542903697212, "man": 0.39129547179832425, "them": 0.32638004276135213}, "would": {"man - them": -0.0005311945287702069, "man": 0.4007630445536687, "them": 0.4012942390824389}, "wouldn": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "writer": {"man - them": 0.061854177961922496, "man": 0.3233809889450858, "them": 0.2615268109831633}, "writers": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "writing": {"man - them": 0.06635330668074563, "man": 0.3712419967126097, "them": 0.3048886900318641}, "wrote": {"man - them": 0.10192299810654609, "man": 0.3847746199970678, "them": 0.2828516218905217}, "x": {"man - them": 0.06249782796744324, "man": 0.3122873723279325, "them": 0.24978954436048928}, "xochitl": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}, "year": {"man - them": 0.044744047693876465, "man": 0.36820412391627655, "them": 0.3234600762224001}, "years": {"man - them": 0.03330190641769082, "man": 0.4312113232408114, "them": 0.3979094168231206}, "yes": {"man - them": 0.012436678894649611, "man": 0.3233809889450858, "them": 0.3109443100504362}, "yet": {"man - them": 0.013791520330011575, "man": 0.36882159861985775, "them": 0.3550300782898462}, "york": {"man - them": -0.04155453440541407, "man": 0.27439519122350553, "them": 0.3159497256289196}, "you": {"man - them": 0.023302281067277608, "man": 0.392004606675793, "them": 0.3687023256085154}, "young": {"man - them": 0.12613252132139868, "man": 0.4516100433251354, "them": 0.3254775220037367}, "your": {"man - them": 1.2062549639091369e-05, "man": 0.37756926634328336, "them": 0.37755720379364427}, "yourself": {"man - them": 0.061451111950164006, "man": 0.33022827053614257, "them": 0.26877715858597856}, "youtube": {"man - them": 0.0603419982689849, "man": 0.34869512698971705, "them": 0.28835312872073215}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-man-they.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-man-they.json new file mode 100644 index 0000000000000000000000000000000000000000..73a5eda86f5e90c505b351aef70485affcca266e --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-man-they.json @@ -0,0 +1 @@ +{"0": {"man - they": -0.01246757153505873, "man": 0.2518667492152785, "they": 0.26433432075033725}, "000": {"man - they": 0.063370911743995, "man": 0.3735403927852326, "they": 0.3101694810412376}, "1": {"man - they": 0.03594047529431127, "man": 0.3644620983740694, "they": 0.32852162307975813}, "10": {"man - they": 0.06521946697777298, "man": 0.35362083294982377, "they": 0.2884013659720508}, "100": {"man - they": -0.03728344860451044, "man": 0.28400257441744714, "they": 0.3212860230219576}, "10bn": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "12": {"man - they": -0.013834999268493797, "man": 0.29271669804297357, "they": 0.30655169731146736}, "13": {"man - they": 0.07178518377727305, "man": 0.35775654682645186, "they": 0.2859713630491788}, "14": {"man - they": 0.01745738988888562, "man": 0.3034287529380644, "they": 0.2859713630491788}, "15": {"man - they": 0.12372931906866705, "man": 0.34746169732877336, "they": 0.2237323782601063}, "15th": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "16": {"man - they": 0.08851083534817739, "man": 0.39168817795334276, "they": 0.3031773426051654}, "160": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "17": {"man - they": 0.07780220235300106, "man": 0.39908822537495864, "they": 0.3212860230219576}, "18": {"man - they": -0.00028627328426533705, "man": 0.31748151595159946, "they": 0.3177677892358648}, "19": {"man - they": 0.0005440766166345257, "man": 0.29601951841085217, "they": 0.29547544179421764}, "1910": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "1965": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "1986": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "1987": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "1990s": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "1991": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "19th": {"man - they": 0.11347077389154714, "man": 0.31748151595159946, "they": 0.20401074206005232}, "2": {"man - they": 0.0675600880995032, "man": 0.37831219601738386, "they": 0.31075210791788066}, "20": {"man - they": 0.04112233623452477, "man": 0.3444937416802283, "they": 0.3033714054457035}, "2002": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "2006": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "2008": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "2012": {"man - they": 0.11347077389154714, "man": 0.31748151595159946, "they": 0.20401074206005232}, "2016": {"man - they": 0.1308387913277116, "man": 0.4168101543768904, "they": 0.2859713630491788}, "2017": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "2018": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "21": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "21st": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "24": {"man - they": 0.05347420747674492, "man": 0.3712419967126097, "they": 0.3177677892358648}, "25th": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "26": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "27": {"man - they": 0.06649709097411233, "man": 0.3233809889450858, "they": 0.2568838979709735}, "28": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "29": {"man - they": 0.12537229003252842, "man": 0.40477349375906296, "they": 0.27940120372653454}, "290": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "292": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "296": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "2nd": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "3": {"man - they": 0.0354601251648764, "man": 0.3420613553393304, "they": 0.306601230174454}, "30": {"man - they": 0.06201392480500978, "man": 0.38809355235761933, "they": 0.32607962755260955}, "300": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "303": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "305": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "309": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "31": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "310": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "311": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "316": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "317": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "33": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "330": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "337": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "36": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "37": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "3rd": {"man - they": 0.1190181050664573, "man": 0.2627640998293715, "they": 0.1437459947629142}, "4": {"man - they": 0.09191030685156876, "man": 0.37363103819122173, "they": 0.281720731339653}, "400": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "48": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "49ers": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "5": {"man - they": 0.07578772699735364, "man": 0.3754175883403317, "they": 0.29962986134297803}, "501s": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "51": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "5m": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "6": {"man - they": 0.12181593161252985, "man": 0.3942819617215552, "they": 0.27246603010902537}, "60": {"man - they": 0.038080312225064916, "man": 0.31748151595159946, "they": 0.27940120372653454}, "7": {"man - they": 0.07898181880755051, "man": 0.3883340481235549, "they": 0.30935222931600437}, "76ers": {"man - they": 0.16408845086231855, "man": 0.39129547179832425, "they": 0.2272070209360057}, "7th": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "8": {"man - they": 0.0900711378798239, "man": 0.4054134033303943, "they": 0.31534226545057037}, "80s": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "9": {"man - they": 0.09370761074249351, "man": 0.3540544779675499, "they": 0.2603468672250564}, "96": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "98": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "9thmile": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "a": {"man - they": 0.05781843482839827, "man": 0.3707850336837338, "they": 0.3129665988553355}, "abilities": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "ability": {"man - they": 0.06997693919570308, "man": 0.37689655581946563, "they": 0.30691961662376255}, "able": {"man - they": 0.059233831524717284, "man": 0.39447703353579144, "they": 0.33524320201107416}, "about": {"man - they": 0.029347724346783732, "man": 0.4081967869945993, "they": 0.3788490626478156}, "absolutely": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "absorbed": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "acceptance": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "accommodation": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "accompany": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "accomplish": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "accord": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "according": {"man - they": 0.009654880413919598, "man": 0.3016990701690394, "they": 0.2920441897551198}, "accused": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "achieve": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "achieved": {"man - they": 0.016461372321323275, "man": 0.3233809889450858, "they": 0.30691961662376255}, "acknowledge": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "acknowledging": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "acquiescence": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "across": {"man - they": 0.038412493691183214, "man": 0.3122873723279325, "they": 0.2738748786367493}, "act": {"man - they": 0.08830685071122524, "man": 0.40423174691377445, "they": 0.3159248962025492}, "action": {"man - they": 0.12333635343669991, "man": 0.35063728971367264, "they": 0.22730093627697273}, "actions": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "actor": {"man - they": 0.0669790990493504, "man": 0.31748151595159946, "they": 0.25050241690224906}, "acts": {"man - they": 0.09238530389305849, "man": 0.3662601825298078, "they": 0.2738748786367493}, "actual": {"man - they": 0.09049415908085956, "man": 0.383454577914376, "they": 0.2929604188335164}, "actually": {"man - they": 0.04166702926720872, "man": 0.38168954524181886, "they": 0.34002251597461014}, "addicts": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "addition": {"man - they": -0.014040213325581974, "man": 0.299575073504148, "they": 0.31361528682973}, "additional": {"man - they": 0.0714048551106472, "man": 0.36179992211052947, "they": 0.29039506699988227}, "address": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "adds": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "administrative": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "admits": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "adolescence": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "ads": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "advanced": {"man - they": 0.038412493691183214, "man": 0.3122873723279325, "they": 0.2738748786367493}, "advancement": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "advantage": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "adversaries": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "advert": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "advertisements": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "affectation": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "afraid": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "africa": {"man - they": 0.072452666986137, "man": 0.35063728971367264, "they": 0.27818462272753564}, "african": {"man - they": 0.21177707264348983, "man": 0.3420613553393304, "they": 0.13028428269584058}, "africans": {"man - they": 0.11347077389154714, "man": 0.31748151595159946, "they": 0.20401074206005232}, "after": {"man - they": 0.06569181438467231, "man": 0.42807347335075324, "they": 0.36238165896608093}, "again": {"man - they": 0.04265340212711122, "man": 0.36882159861985775, "they": 0.32616819649274653}, "against": {"man - they": -0.07247294569510343, "man": 0.24283608608469953, "they": 0.31530903177980296}, "age": {"man - they": 0.09330831207742823, "man": 0.35775654682645186, "they": 0.2644482347490236}, "agencies": {"man - they": 0.06997693919570308, "man": 0.37689655581946563, "they": 0.30691961662376255}, "agent": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "aggressive": {"man - they": 0.11813372292479962, "man": 0.39129547179832425, "they": 0.2731617488735246}, "ago": {"man - they": 0.017577577798669697, "man": 0.36882159861985775, "they": 0.35124402082118805}, "agree": {"man - they": 0.06860340485750294, "man": 0.39129547179832425, "they": 0.3226920669408213}, "agreeing": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "ahead": {"man - they": 0.016126458873866323, "man": 0.33022827053614257, "they": 0.31410181166227624}, "aid": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "aides": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "aids": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "air": {"man - they": 0.0006765830594753219, "man": 0.29271669804297357, "they": 0.29204011498349824}, "al": {"man - they": 0.16866554649097676, "man": 0.36179992211052947, "they": 0.1931343756195527}, "alan": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "alarmed": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "alarms": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "alcohol": {"man - they": 0.09184079298607517, "man": 0.3712419967126097, "they": 0.27940120372653454}, "alien": {"man - they": 0.06777950208127975, "man": 0.3076397478640628, "they": 0.23986024578278303}, "alienation": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "alive": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "all": {"man - they": 0.058085967539396044, "man": 0.4221434479284075, "they": 0.3640574803890115}, "allegedly": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "alleviated": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "alliances": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "allied": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "allies": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "allow": {"man - they": 0.09049415908085956, "man": 0.383454577914376, "they": 0.2929604188335164}, "allowed": {"man - they": 0.016752754272380432, "man": 0.31748151595159946, "they": 0.300728761679219}, "almost": {"man - they": 0.10905255851172585, "man": 0.42201579559176583, "they": 0.31296323708004}, "alone": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "along": {"man - they": 0.037319355152623246, "man": 0.3780472977370706, "they": 0.34072794258444733}, "already": {"man - they": 0.02553099789080432, "man": 0.3645398474331461, "they": 0.3390088495423418}, "also": {"man - they": 0.03631535475174147, "man": 0.40864375384271584, "they": 0.37232839909097437}, "alternative": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "although": {"man - they": 0.03639931006527447, "man": 0.39029180038746547, "they": 0.353892490322191}, "always": {"man - they": 0.06893362416117094, "man": 0.3883340481235549, "they": 0.31940042396238394}, "am": {"man - they": 0.07780220235300106, "man": 0.39908822537495864, "they": 0.3212860230219576}, "amazon": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "amber": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "america": {"man - they": 0.016461372321323275, "man": 0.3233809889450858, "they": 0.30691961662376255}, "american": {"man - they": 0.04168907731254734, "man": 0.3365884049349307, "they": 0.29489932762238336}, "americans": {"man - they": 0.11916186271725399, "man": 0.383454577914376, "they": 0.264292715197122}, "among": {"man - they": 0.07307772759952602, "man": 0.4004739118323958, "they": 0.32739618423286976}, "amount": {"man - they": 0.038080312225064916, "man": 0.31748151595159946, "they": 0.27940120372653454}, "an": {"man - they": 0.07895256721704891, "man": 0.4560868944423696, "they": 0.3771343272253207}, "analyzed": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "ananias": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "anchor": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "and": {"man - they": 0.06256274914896265, "man": 0.36074558905716303, "they": 0.2981828399082004}, "andrew": {"man - they": 0.16250141744608332, "man": 0.40111459449184345, "they": 0.23861317704576013}, "angeles": {"man - they": 0.0389805181890408, "man": 0.3034287529380644, "they": 0.2644482347490236}, "anger": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "annihilation": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "another": {"man - they": 0.018148351842814103, "man": 0.3780472977370706, "they": 0.3598989458942565}, "answer": {"man - they": 0.039570669775340406, "man": 0.3662601825298078, "they": 0.3266895127544674}, "answered": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "antenna": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "anti": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "anticipation": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "antoni": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "anxiety": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "any": {"man - they": 0.005178493802241058, "man": 0.37831219601738386, "they": 0.3731337022151428}, "anymore": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "anyone": {"man - they": 0.061677911833398824, "man": 0.39168817795334276, "they": 0.33001026611994394}, "anyway": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "apart": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "apollo": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "apostles": {"man - they": 0.06898431978286726, "man": 0.29271669804297357, "they": 0.2237323782601063}, "apparent": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "appear": {"man - they": 0.03770380515837973, "man": 0.3233809889450858, "they": 0.2856771837867061}, "appearance": {"man - they": 0.19849026372300776, "man": 0.4166118709421873, "they": 0.21812160721917956}, "applications": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "apply": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "appointing": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "appreciate": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "appreciates": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "april": {"man - they": 0.11401881939207237, "man": 0.3122873723279325, "they": 0.19826855293586015}, "arcane": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "architects": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "are": {"man - they": 0.04390194022281452, "man": 0.42407399975243976, "they": 0.38017205952962524}, "area": {"man - they": 0.0009198165034788874, "man": 0.2867340111501558, "they": 0.2858141946466769}, "areas": {"man - they": 0.07098427744077934, "man": 0.3662601825298078, "they": 0.29527590508902846}, "aren": {"man - they": -0.026504554048461526, "man": 0.299575073504148, "they": 0.32607962755260955}, "arguably": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "argued": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "ariane": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "armed": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "around": {"man - they": 0.06856842964147519, "man": 0.4088812704839959, "they": 0.3403128408425207}, "array": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "arrested": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "arrival": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "arrived": {"man - they": 0.016752754272380432, "man": 0.31748151595159946, "they": 0.300728761679219}, "arse": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "arson": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "arsonist": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "article": {"man - they": 0.038080312225064916, "man": 0.31748151595159946, "they": 0.27940120372653454}, "artists": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "as": {"man - they": 0.056282306838733864, "man": 0.41051811030792035, "they": 0.3542358034691865}, "ascent": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "ash": {"man - they": 0.1602987387546368, "man": 0.41442793959606244, "they": 0.25412920084142565}, "ashes": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "asia": {"man - they": 0.11347077389154714, "man": 0.31748151595159946, "they": 0.20401074206005232}, "ask": {"man - they": -0.0266626212609537, "man": 0.3076397478640628, "they": 0.3343023691250165}, "asked": {"man - they": 0.09370761074249351, "man": 0.3540544779675499, "they": 0.2603468672250564}, "aspect": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "assertiveness": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "assignments": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "associated": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "assume": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "assumptions": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "assurance": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "astronomy": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "at": {"man - they": 0.08537563977271695, "man": 0.44721359864275123, "they": 0.3618379588700343}, "atlantic": {"man - they": 0.06997693919570308, "man": 0.37689655581946563, "they": 0.30691961662376255}, "atmospheres": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "atoms": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "attack": {"man - they": 0.0008015181242766456, "man": 0.2896310137726635, "they": 0.28882949564838684}, "attacked": {"man - they": 0.16408845086231855, "man": 0.39129547179832425, "they": 0.2272070209360057}, "attacks": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "attempts": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "attending": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "attract": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "audience": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "audiences": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "august": {"man - they": 0.11494309625515009, "man": 0.3034287529380644, "they": 0.18848565668291434}, "aus": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "australia": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "australians": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "author": {"man - they": 0.06997693919570308, "man": 0.37689655581946563, "they": 0.30691961662376255}, "available": {"man - they": 0.15882656375149234, "man": 0.37609622760475264, "they": 0.2172696638532603}, "averaging": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "aviator": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "award": {"man - they": 0.1672312546525574, "man": 0.3712419967126097, "they": 0.20401074206005232}, "awards": {"man - they": 0.1128428235588031, "man": 0.3233809889450858, "they": 0.21053816538628273}, "away": {"man - they": 0.05804598395457855, "man": 0.40704851157659694, "they": 0.3490025276220184}, "awful": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "awkward": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "axel": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "b": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "babies": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "back": {"man - they": 0.08273804126453604, "man": 0.41915336542995774, "they": 0.3364153241654217}, "backs": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "bad": {"man - they": 0.07325158393317671, "man": 0.3999410966876441, "they": 0.3266895127544674}, "baggage": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "bail": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "bailey": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "ball": {"man - they": 0.06649709097411233, "man": 0.3233809889450858, "they": 0.2568838979709735}, "bamba": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "bang": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "bank": {"man - they": 0.06968293903564918, "man": 0.28400257441744714, "they": 0.21431963538179796}, "barely": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "barking": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "barrel": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "barriers": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "bars": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "base": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "based": {"man - they": -0.013402408376946062, "man": 0.2789633850062796, "they": 0.29236579338322566}, "bases": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "basic": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "basically": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "basketball": {"man - they": 0.16533297069519642, "man": 0.383454577914376, "they": 0.21812160721917956}, "battle": {"man - they": 0.12073957981036065, "man": 0.3712419967126097, "they": 0.25050241690224906}, "battles": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "bbc": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "be": {"man - they": 0.03508597728168206, "man": 0.3997583420205105, "they": 0.36467236473882847}, "beal": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "bean": {"man - they": 0.112106663316963, "man": 0.33022827053614257, "they": 0.21812160721917956}, "beat": {"man - they": 0.09287044472948752, "man": 0.36179992211052947, "they": 0.26892947738104195}, "beating": {"man - they": 0.08962072558202722, "man": 0.39129547179832425, "they": 0.30167474621629703}, "beauty": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "became": {"man - they": -0.01440214042653487, "man": 0.3122873723279325, "they": 0.3266895127544674}, "because": {"man - they": 0.005841753119904258, "man": 0.3652284225573705, "they": 0.3593866694374662}, "become": {"man - they": 0.08971814337949513, "man": 0.3923365252366846, "they": 0.3026183818571895}, "becomes": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "becoming": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "bed": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "been": {"man - they": 0.054536370638429366, "man": 0.4155787056778648, "they": 0.36104233503943545}, "beer": {"man - they": 0.15231915574506533, "man": 0.4166118709421873, "they": 0.264292715197122}, "beers": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "bees": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "before": {"man - they": 0.04830699673234212, "man": 0.42172839507756593, "they": 0.3734213983452238}, "began": {"man - they": 0.05542158234527511, "man": 0.34746169732877336, "they": 0.29204011498349824}, "begin": {"man - they": 0.1236514521086709, "man": 0.4166118709421873, "they": 0.2929604188335164}, "beginning": {"man - they": -9.018885478706551e-05, "man": 0.3122873723279325, "they": 0.3123775611827196}, "behind": {"man - they": 0.054882244485822795, "man": 0.3540544779675499, "they": 0.2991722334817271}, "being": {"man - they": 0.07785538726547525, "man": 0.41361368385346675, "they": 0.3357582965879915}, "belief": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "believe": {"man - they": 0.08806117377039346, "man": 0.3956130213306093, "they": 0.30755184756021586}, "believed": {"man - they": 0.0669790990493504, "man": 0.31748151595159946, "they": 0.25050241690224906}, "believers": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "believes": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "believing": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "belongings": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "ben": {"man - they": 0.09049415908085956, "man": 0.383454577914376, "they": 0.2929604188335164}, "bench": {"man - they": 0.06777950208127975, "man": 0.3076397478640628, "they": 0.23986024578278303}, "benefit": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "benevolence": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "bentley": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "benue": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "beset": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "best": {"man - they": 0.09834560640979656, "man": 0.4396439253002107, "they": 0.3412983188904141}, "bet": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "better": {"man - they": 0.07171811632483271, "man": 0.41295058641938, "they": 0.34123247009454727}, "between": {"man - they": 0.02765054866655897, "man": 0.3315973497728197, "they": 0.3039468011062607}, "bible": {"man - they": 0.1602987387546368, "man": 0.41442793959606244, "they": 0.25412920084142565}, "biblically": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "biden": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "big": {"man - they": 0.06873465349719399, "man": 0.39029180038746547, "they": 0.3215571468902715}, "biggest": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "billion": {"man - they": 0.04071055125744308, "man": 0.27662636081971614, "they": 0.23591580956227307}, "birthday": {"man - they": 0.06649709097411233, "man": 0.3233809889450858, "they": 0.2568838979709735}, "bit": {"man - they": 0.018455973041624163, "man": 0.28400257441744714, "they": 0.265546601375823}, "black": {"man - they": 0.12081705280894622, "man": 0.4273687501204136, "they": 0.30655169731146736}, "blake": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "blameless": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "blare": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "blast": {"man - they": 0.08851715475004562, "man": 0.40111459449184345, "they": 0.3125974397417978}, "blazing": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "blends": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "blessed": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "blessing": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "blocking": {"man - they": 0.1258257237013471, "man": 0.4485177906421684, "they": 0.3226920669408213}, "blogs": {"man - they": -0.0007543121888071713, "man": 0.33022827053614257, "they": 0.33098258272494974}, "blond": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "blonde": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "blood": {"man - they": 0.19849026372300776, "man": 0.4166118709421873, "they": 0.21812160721917956}, "boasts": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "boat": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "bodies": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "body": {"man - they": 0.06740210112397718, "man": 0.3122873723279325, "they": 0.24488527120395534}, "boldly": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "bombers": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "bones": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "bongo": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "book": {"man - they": 0.18793880070944347, "man": 0.3812340172284337, "they": 0.19329521651899023}, "books": {"man - they": 0.12864274166079875, "man": 0.38168954524181886, "they": 0.2530468035810201}, "bookshops": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "boozer": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "born": {"man - they": 0.11813372292479962, "man": 0.39129547179832425, "they": 0.2731617488735246}, "both": {"man - they": 0.07530428465907796, "man": 0.4347832389560991, "they": 0.35947895429702115}, "bottle": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "bottom": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "bounceback": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "boy": {"man - they": 0.16408845086231855, "man": 0.39129547179832425, "they": 0.2272070209360057}, "boys": {"man - they": 0.06935276625209974, "man": 0.383454577914376, "they": 0.31410181166227624}, "branch": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "branches": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "brass": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "break": {"man - they": 0.06997693919570308, "man": 0.37689655581946563, "they": 0.30691961662376255}, "breaking": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "brett": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "briefly": {"man - they": 0.1602987387546368, "man": 0.41442793959606244, "they": 0.25412920084142565}, "bright": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "brilliant": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "bring": {"man - they": 0.1357795450663037, "man": 0.4246090407146905, "they": 0.28882949564838684}, "brings": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "britain": {"man - they": 0.016752754272380432, "man": 0.31748151595159946, "they": 0.300728761679219}, "british": {"man - they": 0.05424807455031361, "man": 0.36179992211052947, "they": 0.30755184756021586}, "britney": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "broadcast": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "broadcasting": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "broadchurch": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "broadmoor": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "bros": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "brothels": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "brother": {"man - they": 0.03770380515837973, "man": 0.3233809889450858, "they": 0.2856771837867061}, "brothers": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "brought": {"man - they": 0.05388262134708821, "man": 0.3662601825298078, "they": 0.3123775611827196}, "brown": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "browsing": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "brunch": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "brutal": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "bubble": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "buck": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "build": {"man - they": 0.08806117377039346, "man": 0.3956130213306093, "they": 0.30755184756021586}, "builder": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "building": {"man - they": 0.11347077389154714, "man": 0.31748151595159946, "they": 0.20401074206005232}, "buildings": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "built": {"man - they": 0.0669790990493504, "man": 0.31748151595159946, "they": 0.25050241690224906}, "bullets": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "bunker": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "burgandy": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "burgers": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "burke": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "burn": {"man - they": 0.08851715475004562, "man": 0.40111459449184345, "they": 0.3125974397417978}, "burns": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "bus": {"man - they": 0.06923211647130126, "man": 0.2896310137726635, "they": 0.22039889730136222}, "buses": {"man - they": 0.12137491132585246, "man": 0.3662601825298078, "they": 0.24488527120395534}, "bush": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "bushes": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "business": {"man - they": 0.07213262552448385, "man": 0.3540544779675499, "they": 0.28192185244306606}, "but": {"man - they": 0.0219231975854704, "man": 0.40490923955154445, "they": 0.38298604196607405}, "buy": {"man - they": 0.05457920422128648, "man": 0.35775654682645186, "they": 0.3031773426051654}, "by": {"man - they": 0.08341131866887991, "man": 0.442727620910128, "they": 0.3593163022412481}, "c": {"man - they": 0.05589207571623528, "man": 0.3417062703629122, "they": 0.2858141946466769}, "cafeteria": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "cage": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "calcium": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "call": {"man - they": 0.0004028400224209139, "man": 0.299575073504148, "they": 0.2991722334817271}, "called": {"man - they": -0.02380743739075769, "man": 0.31860545695627, "they": 0.3424128943470277}, "calm": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "came": {"man - they": -0.0008397896252250181, "man": 0.329823120230795, "they": 0.33066290985602004}, "cameron": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "camp": {"man - they": 0.01816371878779377, "man": 0.2896310137726635, "they": 0.2714672949848697}, "campaign": {"man - they": 0.0714048551106472, "man": 0.36179992211052947, "they": 0.29039506699988227}, "camper": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "camps": {"man - they": 0.11534108225925163, "man": 0.299575073504148, "they": 0.1842339912448964}, "campus": {"man - they": 0.16250141744608332, "man": 0.40111459449184345, "they": 0.23861317704576013}, "can": {"man - they": -0.0062957652195794744, "man": 0.3740583450420087, "they": 0.38035411026158816}, "canada": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "cancelling": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "candidate": {"man - they": 0.11916186271725399, "man": 0.383454577914376, "they": 0.264292715197122}, "candidates": {"man - they": 0.11813372292479962, "man": 0.39129547179832425, "they": 0.2731617488735246}, "cannot": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "canyon": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "capabilities": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "capable": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "capacity": {"man - they": 0.1602987387546368, "man": 0.41442793959606244, "they": 0.25412920084142565}, "captures": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "car": {"man - they": 0.13071578124224373, "man": 0.3666315908045168, "they": 0.23591580956227307}, "care": {"man - they": 0.054882244485822795, "man": 0.3540544779675499, "they": 0.2991722334817271}, "cared": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "carefully": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "caring": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "carlay": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "carlsberg": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "carmona": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "carolina": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "carried": {"man - they": 0.08962072558202722, "man": 0.39129547179832425, "they": 0.30167474621629703}, "cars": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "cartoons": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "carty": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "case": {"man - they": 0.0907887802952968, "man": 0.41648086281875424, "they": 0.32569208252345744}, "cassette": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "casualties": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "cat": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "catch": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "catering": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "cats": {"man - they": 0.12001265784849213, "man": 0.37689655581946563, "they": 0.2568838979709735}, "cause": {"man - they": -0.05628423395797211, "man": 0.2814176597997184, "they": 0.3377018937576905}, "caused": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "causing": {"man - they": 0.19699956893692094, "man": 0.42420658987292664, "they": 0.2272070209360057}, "cavaliers": {"man - they": 0.16250141744608332, "man": 0.40111459449184345, "they": 0.23861317704576013}, "ceaseless": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "celebrating": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "celtics": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "center": {"man - they": 0.09238530389305849, "man": 0.3662601825298078, "they": 0.2738748786367493}, "central": {"man - they": 0.017011467238904066, "man": 0.3122873723279325, "they": 0.29527590508902846}, "centre": {"man - they": 0.001032243951849976, "man": 0.28400257441744714, "they": 0.28297033046559716}, "century": {"man - they": 0.07398093596681127, "man": 0.3342246602952562, "they": 0.26024372432844495}, "certain": {"man - they": 0.0714048551106472, "man": 0.36179992211052947, "they": 0.29039506699988227}, "certainly": {"man - they": 0.08801474210812515, "man": 0.42201579559176583, "they": 0.3340010534836407}, "challenges": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "chance": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "chances": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "chandler": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "change": {"man - they": -0.04718346786203009, "man": 0.27662636081971614, "they": 0.32380982868174624}, "changes": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "channel": {"man - they": 0.08962072558202722, "man": 0.39129547179832425, "they": 0.30167474621629703}, "chaos": {"man - they": 0.1663583904331829, "man": 0.37689655581946563, "they": 0.21053816538628273}, "chaotic": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "chapter": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "character": {"man - they": 0.07325158393317671, "man": 0.3999410966876441, "they": 0.3266895127544674}, "characterized": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "charges": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "charismatic": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "charles": {"man - they": 0.112106663316963, "man": 0.33022827053614257, "they": 0.21812160721917956}, "charting": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "chasing": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "checked": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "cheeky": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "cheer": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "cheery": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "chemical": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "chief": {"man - they": 0.017011467238904066, "man": 0.3122873723279325, "they": 0.29527590508902846}, "childhood": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "children": {"man - they": -0.047204811486466935, "man": 0.2789633850062796, "they": 0.32616819649274653}, "china": {"man - they": 0.05943726016292533, "man": 0.2982125603805395, "they": 0.23877530021761417}, "chinaman": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "chinese": {"man - they": 0.12821214968828526, "man": 0.3847746199970678, "they": 0.25656247030878254}, "choice": {"man - they": 0.038080312225064916, "man": 0.31748151595159946, "they": 0.27940120372653454}, "christ": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "christian": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "church": {"man - they": 0.019485733782469927, "man": 0.2645264741876453, "they": 0.24504074040517537}, "circumstantial": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "cities": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "citizens": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "city": {"man - they": 0.026523109873574924, "man": 0.34896481418901515, "they": 0.3224417043154402}, "civic": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "civilization": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "clarks": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "class": {"man - they": 0.06997693919570308, "man": 0.37689655581946563, "they": 0.30691961662376255}, "classic": {"man - they": 0.12457900621940621, "man": 0.4102561900061123, "they": 0.2856771837867061}, "clear": {"man - they": 0.055161847919455, "man": 0.35063728971367264, "they": 0.29547544179421764}, "clearly": {"man - they": 0.01573030106509843, "man": 0.33842236800591974, "they": 0.3226920669408213}, "cleavage": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "clientele": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "clippers": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "closest": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "clouds": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "club": {"man - they": 0.1236514521086709, "man": 0.4166118709421873, "they": 0.2929604188335164}, "clubs": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "clutchest": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "cnd": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "coach": {"man - they": 0.12821214968828526, "man": 0.3847746199970678, "they": 0.25656247030878254}, "coached": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "coaching": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "coast": {"man - they": 0.09441489374775325, "man": 0.34746169732877336, "they": 0.2530468035810201}, "coastal": {"man - they": 0.038412493691183214, "man": 0.3122873723279325, "they": 0.2738748786367493}, "code": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "cold": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "collapse": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "colleagues": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "collection": {"man - they": 0.1563799808811628, "man": 0.39168817795334276, "they": 0.23530819707217995}, "college": {"man - they": 0.07051323503339069, "man": 0.3712419967126097, "they": 0.300728761679219}, "columbia": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "com": {"man - they": 0.028568845477679072, "man": 0.3444937416802283, "they": 0.3159248962025492}, "combination": {"man - they": 0.06935276625209974, "man": 0.383454577914376, "they": 0.31410181166227624}, "combined": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "come": {"man - they": 0.03084821783805214, "man": 0.37363103819122173, "they": 0.3427828203531696}, "comes": {"man - they": 0.08761033349661385, "man": 0.4100610812255619, "they": 0.32245074772894805}, "comfort": {"man - they": 0.08962072558202722, "man": 0.39129547179832425, "they": 0.30167474621629703}, "comforting": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "coming": {"man - they": 0.062880602863287, "man": 0.3788054990658362, "they": 0.3159248962025492}, "comment": {"man - they": -0.02674852227227037, "man": 0.3122873723279325, "they": 0.3390358946002029}, "comments": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "commercial": {"man - they": 0.038080312225064916, "man": 0.31748151595159946, "they": 0.27940120372653454}, "commercials": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "commissionaires": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "common": {"man - they": 0.10049681426512957, "man": 0.40704851157659694, "they": 0.30655169731146736}, "commonly": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "communication": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "communications": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "community": {"man - they": 0.017927028944594692, "man": 0.3365884049349307, "they": 0.318661375990336}, "commuter": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "company": {"man - they": -0.0006738112592106771, "man": 0.32579100534360206, "they": 0.32646481660281274}, "compete": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "competent": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "complete": {"man - they": 0.07482040469270529, "man": 0.3847746199970678, "they": 0.3099542153043625}, "completed": {"man - they": -0.0005052157408904079, "man": 0.3233809889450858, "they": 0.32388620468597623}, "completely": {"man - they": 0.06935276625209974, "man": 0.383454577914376, "they": 0.31410181166227624}, "complex": {"man - they": 0.05424807455031361, "man": 0.36179992211052947, "they": 0.30755184756021586}, "compromise": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "compulsion": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "computers": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "conceivable": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "concept": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "concerns": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "conclusion": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "conditioning": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "conduit": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "conference": {"man - they": 0.05542158234527511, "man": 0.34746169732877336, "they": 0.29204011498349824}, "confidence": {"man - they": 0.10151452293210533, "man": 0.42420658987292664, "they": 0.3226920669408213}, "confirming": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "conflict": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "congregation": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "congress": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "connections": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "consequence": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "consequences": {"man - they": 0.08962072558202722, "man": 0.39129547179832425, "they": 0.30167474621629703}, "considered": {"man - they": 0.05589207571623528, "man": 0.3417062703629122, "they": 0.2858141946466769}, "consisted": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "consistent": {"man - they": 0.08962072558202722, "man": 0.39129547179832425, "they": 0.30167474621629703}, "conspiracy": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "constant": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "constantly": {"man - they": 0.08851715475004562, "man": 0.40111459449184345, "they": 0.3125974397417978}, "constitutional": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "constraints": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "construction": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "content": {"man - they": 0.09184079298607517, "man": 0.3712419967126097, "they": 0.27940120372653454}, "contention": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "context": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "continue": {"man - they": 0.09049415908085956, "man": 0.383454577914376, "they": 0.2929604188335164}, "continued": {"man - they": -0.03745054456196717, "man": 0.29601951841085217, "they": 0.33347006297281934}, "contributed": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "controlled": {"man - they": 0.08962072558202722, "man": 0.39129547179832425, "they": 0.30167474621629703}, "conversations": {"man - they": 0.12111346412605584, "man": 0.43371090386785366, "they": 0.3125974397417978}, "convey": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "convictions": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "cop": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "copy": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "core": {"man - they": 0.0530103511334894, "man": 0.37689655581946563, "they": 0.32388620468597623}, "corner": {"man - they": 0.016461372321323275, "man": 0.3233809889450858, "they": 0.30691961662376255}, "corners": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "cornerstone": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "corp": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "corporate": {"man - they": 0.03770380515837973, "man": 0.3233809889450858, "they": 0.2856771837867061}, "corrosive": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "cory": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "cosmos": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "cost": {"man - they": -0.013934696893510345, "man": 0.29601951841085217, "they": 0.3099542153043625}, "costing": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "could": {"man - they": 0.010301031837281371, "man": 0.36600595354633514, "they": 0.35570492170905377}, "council": {"man - they": 0.017244680864180517, "man": 0.3076397478640628, "they": 0.29039506699988227}, "counselling": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "count": {"man - they": 0.112106663316963, "man": 0.33022827053614257, "they": 0.21812160721917956}, "countach": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "countries": {"man - they": 0.06740210112397718, "man": 0.3122873723279325, "they": 0.24488527120395534}, "country": {"man - they": -0.013112497847756088, "man": 0.27021260445961204, "they": 0.2833251023073681}, "county": {"man - they": 0.0669790990493504, "man": 0.31748151595159946, "they": 0.25050241690224906}, "couple": {"man - they": -0.037494436263454, "man": 0.299575073504148, "they": 0.337069509767602}, "course": {"man - they": 0.07659101825274256, "man": 0.4100610812255619, "they": 0.33347006297281934}, "court": {"man - they": 0.16312684976363626, "man": 0.34750565095061564, "they": 0.18437880118697939}, "courtesy": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "cover": {"man - they": 0.12073957981036065, "man": 0.3712419967126097, "they": 0.25050241690224906}, "coverage": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "covers": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "crayfish": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "crazy": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "create": {"man - they": -0.03758462208633789, "man": 0.3076397478640628, "they": 0.3452243699504007}, "creating": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "cred": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "credit": {"man - they": 0.038080312225064916, "man": 0.31748151595159946, "they": 0.27940120372653454}, "creepy": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "cried": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "crime": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "crippling": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "crisis": {"man - they": 0.10571681490416396, "man": 0.39168817795334276, "they": 0.2859713630491788}, "critical": {"man - they": 0.09287044472948752, "man": 0.36179992211052947, "they": 0.26892947738104195}, "criticism": {"man - they": 0.16250141744608332, "man": 0.40111459449184345, "they": 0.23861317704576013}, "cross": {"man - they": 0.039228206279091626, "man": 0.299575073504148, "they": 0.2603468672250564}, "crotchety": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "crowded": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "crucial": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "cruise": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "cultivation": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "cultural": {"man - they": 0.0940748194048901, "man": 0.35063728971367264, "they": 0.25656247030878254}, "culture": {"man - they": 0.04043919113781991, "man": 0.3540544779675499, "they": 0.31361528682973}, "curiosity": {"man - they": 0.1602987387546368, "man": 0.41442793959606244, "they": 0.25412920084142565}, "currently": {"man - they": 0.112106663316963, "man": 0.33022827053614257, "they": 0.21812160721917956}, "cursing": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "cute": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "cutting": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "cynicism": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "d": {"man - they": 0.06873465349719399, "man": 0.39029180038746547, "they": 0.3215571468902715}, "dads": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "daily": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "daley": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "damage": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "dance": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "dancers": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "danger": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "dangerous": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "dangerously": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "daniel": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "dark": {"man - they": 0.12537229003252842, "man": 0.40477349375906296, "they": 0.27940120372653454}, "data": {"man - they": 0.0021541669375497174, "man": 0.2578124592117941, "they": 0.25565829227424436}, "daughter": {"man - they": 0.07178518377727305, "man": 0.35775654682645186, "they": 0.2859713630491788}, "daughters": {"man - they": 0.06649709097411233, "man": 0.3233809889450858, "they": 0.2568838979709735}, "david": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "day": {"man - they": 0.03172117225619764, "man": 0.36124691824318683, "they": 0.3295257459869892}, "days": {"man - they": -0.0010185417158179444, "man": 0.3342246602952562, "they": 0.33524320201107416}, "deacon": {"man - they": 0.11347077389154714, "man": 0.31748151595159946, "they": 0.20401074206005232}, "deacons": {"man - they": 0.11604324674606672, "man": 0.29271669804297357, "they": 0.17667345129690684}, "dead": {"man - they": 0.1224483497542719, "man": 0.35775654682645186, "they": 0.23530819707217995}, "death": {"man - they": 0.12073957981036065, "man": 0.3712419967126097, "they": 0.25050241690224906}, "decamp": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "decimated": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "decreased": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "dedicated": {"man - they": 0.06997693919570308, "man": 0.37689655581946563, "they": 0.30691961662376255}, "deep": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "deeper": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "deering": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "defeat": {"man - they": 0.16408845086231855, "man": 0.39129547179832425, "they": 0.2272070209360057}, "defence": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "defend": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "defended": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "defense": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "defensive": {"man - they": 0.16250141744608332, "man": 0.40111459449184345, "they": 0.23861317704576013}, "defiant": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "definitely": {"man - they": -0.0005052157408904079, "man": 0.3233809889450858, "they": 0.32388620468597623}, "degree": {"man - they": 0.06649709097411233, "man": 0.3233809889450858, "they": 0.2568838979709735}, "delays": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "deliberation": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "delight": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "delivered": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "democratic": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "demographic": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "dengue": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "denied": {"man - they": 0.06777950208127975, "man": 0.3076397478640628, "they": 0.23986024578278303}, "denigrated": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "dennis": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "dense": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "depend": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "dependable": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "deployments": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "depressing": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "depressingly": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "depth": {"man - they": 0.08962072558202722, "man": 0.39129547179832425, "they": 0.30167474621629703}, "deputy": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "derogatory": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "derouen": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "describe": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "described": {"man - they": -9.018885478706551e-05, "man": 0.3122873723279325, "they": 0.3123775611827196}, "describing": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "description": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "deserved": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "design": {"man - they": 0.13268216563991644, "man": 0.35201921755702714, "they": 0.2193370519171107}, "designed": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "desjardins": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "despite": {"man - they": 0.0005440766166345257, "man": 0.29601951841085217, "they": 0.29547544179421764}, "destabilized": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "destination": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "destroy": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "destroying": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "detailed": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "detect": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "detective": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "detroit": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "devastated": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "devastating": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "developed": {"man - they": 0.12001265784849213, "man": 0.37689655581946563, "they": 0.2568838979709735}, "developing": {"man - they": -0.0007543121888071713, "man": 0.33022827053614257, "they": 0.33098258272494974}, "devoid": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "devote": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "dictated": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "did": {"man - they": -0.006948542300252825, "man": 0.3275465839916381, "they": 0.33449512629189093}, "didn": {"man - they": 0.01892426480398507, "man": 0.31860545695627, "they": 0.29968119215228495}, "die": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "different": {"man - they": 0.07645580523663209, "man": 0.36882159861985775, "they": 0.29236579338322566}, "difficult": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "difficulty": {"man - they": 0.01573030106509843, "man": 0.33842236800591974, "they": 0.3226920669408213}, "digital": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "dillman": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "dimmed": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "diplomats": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "directed": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "direction": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "directly": {"man - they": 0.16408845086231855, "man": 0.39129547179832425, "they": 0.2272070209360057}, "disagrees": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "disappoint": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "disappointing": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "disarray": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "disciple": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "disciplined": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "discoveries": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "discuss": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "discussions": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "disguise": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "dismantled": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "disobedience": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "disorder": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "disordered": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "disorienting": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "display": {"man - they": 0.06740210112397718, "man": 0.3122873723279325, "they": 0.24488527120395534}, "disrupted": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "disruption": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "disruptive": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "dissenting": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "distant": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "distrustful": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "dive": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "diverted": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "divide": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "dividends": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "division": {"man - they": 0.16250141744608332, "man": 0.40111459449184345, "they": 0.23861317704576013}, "dna": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "do": {"man - they": 0.03788160230374926, "man": 0.40221972656210037, "they": 0.3643381242583511}, "doctorow": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "documented": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "does": {"man - they": 0.09150289637003084, "man": 0.4108826835456463, "they": 0.31937978717561544}, "doesn": {"man - they": 0.05180916632553201, "man": 0.3788054990658362, "they": 0.3269963327403042}, "dog": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "doing": {"man - they": -0.03067587301378083, "man": 0.32389382745292267, "they": 0.3545697004667035}, "dolores": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "domantas": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "don": {"man - they": 0.023970507344697578, "man": 0.3803376745173242, "they": 0.3563671671726266}, "donald": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "done": {"man - they": 0.05283871497122161, "man": 0.3666315908045168, "they": 0.3137928758332952}, "donell": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "dongguan": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "donovan": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "doofer": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "door": {"man - they": 0.112106663316963, "man": 0.33022827053614257, "they": 0.21812160721917956}, "double": {"man - they": 0.06935276625209974, "man": 0.383454577914376, "they": 0.31410181166227624}, "douglas": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "down": {"man - they": 0.0993556355196566, "man": 0.4527298954000984, "they": 0.3533742598804418}, "downer": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "download": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "dr": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "drafted": {"man - they": 0.16408845086231855, "man": 0.39129547179832425, "they": 0.2272070209360057}, "dragged": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "drama": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "draw": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "drawbridge": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "dream": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "dressed": {"man - they": 0.11916186271725399, "man": 0.383454577914376, "they": 0.264292715197122}, "drew": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "drilled": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "drink": {"man - they": 0.038080312225064916, "man": 0.31748151595159946, "they": 0.27940120372653454}, "drinking": {"man - they": 0.16408845086231855, "man": 0.39129547179832425, "they": 0.2272070209360057}, "drivers": {"man - they": 0.12001265784849213, "man": 0.37689655581946563, "they": 0.2568838979709735}, "driving": {"man - they": 0.0669790990493504, "man": 0.31748151595159946, "they": 0.25050241690224906}, "drops": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "drummond": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "drunk": {"man - they": 0.11916186271725399, "man": 0.383454577914376, "they": 0.264292715197122}, "drunkard": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "dubious": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "duck": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "due": {"man - they": -0.05619253236170274, "man": 0.2594109120620566, "they": 0.3156034444237593}, "duel": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "during": {"man - they": -0.007193330074012572, "man": 0.33374638542548846, "they": 0.34093971549950103}, "dysfunctional": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "e": {"man - they": 0.05424807455031361, "man": 0.36179992211052947, "they": 0.30755184756021586}, "each": {"man - they": 0.06439326681182311, "man": 0.36253732009465145, "they": 0.29814405328282834}, "earlier": {"man - they": 0.0714048551106472, "man": 0.36179992211052947, "they": 0.29039506699988227}, "early": {"man - they": 0.050683793037238356, "man": 0.40718426309421096, "they": 0.3565004700569726}, "earned": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "earth": {"man - they": 0.06649709097411233, "man": 0.3233809889450858, "they": 0.2568838979709735}, "easily": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "east": {"man - they": 0.12081705280894622, "man": 0.4273687501204136, "they": 0.30655169731146736}, "eastern": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "easy": {"man - they": 0.03988757855301883, "man": 0.36179992211052947, "they": 0.32191234355751064}, "eating": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "ecclesial": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "eclectic": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "economic": {"man - they": 0.06898431978286726, "man": 0.29271669804297357, "they": 0.2237323782601063}, "economics": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "ed": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "edge": {"man - they": 0.06812055586588447, "man": 0.3034287529380644, "they": 0.23530819707217995}, "edit": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "edmund": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "educate": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "education": {"man - they": 0.03871027048302084, "man": 0.3076397478640628, "they": 0.26892947738104195}, "effect": {"man - they": 0.06997693919570308, "man": 0.37689655581946563, "they": 0.30691961662376255}, "effects": {"man - they": 0.06812055586588447, "man": 0.3034287529380644, "they": 0.23530819707217995}, "egede": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "eight": {"man - they": 0.016126458873866323, "man": 0.33022827053614257, "they": 0.31410181166227624}, "either": {"man - they": -0.001662721005701251, "man": 0.35063728971367264, "they": 0.3523000107193739}, "elbow": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "elder": {"man - they": 0.1128428235588031, "man": 0.3233809889450858, "they": 0.21053816538628273}, "elders": {"man - they": 0.11570608126446877, "man": 0.29601951841085217, "they": 0.1803134371463834}, "electromagnetic": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "electronic": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "elementary": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "elements": {"man - they": 0.1663583904331829, "man": 0.37689655581946563, "they": 0.21053816538628273}, "eleven": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "elliott": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "else": {"man - they": 0.052471995189426246, "man": 0.383454577914376, "they": 0.33098258272494974}, "elusively": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "email": {"man - they": 0.09238530389305849, "man": 0.3662601825298078, "they": 0.2738748786367493}, "emanates": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "embarrassment": {"man - they": 0.1602987387546368, "man": 0.41442793959606244, "they": 0.25412920084142565}, "embiid": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "emboldening": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "empathise": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "emphasis": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "emphasised": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "emphasize": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "enable": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "encephalitis": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "encountering": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "encourage": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "encouraged": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "encyclopedia": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "end": {"man - they": 0.05161870726503032, "man": 0.38645564311393743, "they": 0.3348369358489071}, "endeavour": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "endeavours": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "ending": {"man - they": 0.12253184365662961, "man": 0.42420658987292664, "they": 0.30167474621629703}, "endless": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "endured": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "enduring": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "enforcement": {"man - they": 0.06968293903564918, "man": 0.28400257441744714, "they": 0.21431963538179796}, "engage": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "engaging": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "engineers": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "england": {"man - they": 0.0530103511334894, "man": 0.37689655581946563, "they": 0.32388620468597623}, "english": {"man - they": 0.1542710768568139, "man": 0.40477349375906296, "they": 0.25050241690224906}, "enjoying": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "enough": {"man - they": -0.014272595693447854, "man": 0.3076397478640628, "they": 0.32191234355751064}, "ensuring": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "entered": {"man - they": 0.12958719259219242, "man": 0.4248630976812209, "they": 0.29527590508902846}, "entering": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "entertain": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "entertainment": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "entire": {"man - they": 0.11412916293949277, "man": 0.4133013964212199, "they": 0.2991722334817271}, "entirely": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "entropy": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "enugu": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "environmental": {"man - they": 0.038080312225064916, "man": 0.31748151595159946, "they": 0.27940120372653454}, "episode": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "equal": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "equipment": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "equipping": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "era": {"man - they": 0.12253184365662961, "man": 0.42420658987292664, "they": 0.30167474621629703}, "eric": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "erm": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "erode": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "error": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "escape": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "escaped": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "escort": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "especially": {"man - they": -0.0373239740908578, "man": 0.2867340111501558, "they": 0.3240579852410136}, "essential": {"man - they": 0.09049415908085956, "man": 0.383454577914376, "they": 0.2929604188335164}, "establish": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "established": {"man - they": 0.08962072558202722, "man": 0.39129547179832425, "they": 0.30167474621629703}, "establishment": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "et": {"man - they": 0.16927089014353752, "man": 0.35775654682645186, "they": 0.18848565668291434}, "etc": {"man - they": 0.016461372321323275, "man": 0.3233809889450858, "they": 0.30691961662376255}, "etiquette": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "europe": {"man - they": 0.09049415908085956, "man": 0.383454577914376, "they": 0.2929604188335164}, "even": {"man - they": 0.04733891452612954, "man": 0.3952310443817295, "they": 0.3478921298556}, "evening": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "events": {"man - they": 0.0669790990493504, "man": 0.31748151595159946, "they": 0.25050241690224906}, "eventually": {"man - they": 0.0530103511334894, "man": 0.37689655581946563, "they": 0.32388620468597623}, "ever": {"man - they": 0.0752122383583314, "man": 0.421170363064833, "they": 0.3459581247065016}, "every": {"man - they": 0.0752122383583314, "man": 0.421170363064833, "they": 0.3459581247065016}, "everyday": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "everyone": {"man - they": 0.05457920422128648, "man": 0.35775654682645186, "they": 0.3031773426051654}, "everything": {"man - they": -0.000927424067001692, "man": 0.3319731949331538, "they": 0.3329006190001555}, "evidence": {"man - they": 0.038080312225064916, "man": 0.31748151595159946, "they": 0.27940120372653454}, "exactly": {"man - they": 0.07051323503339069, "man": 0.3712419967126097, "they": 0.300728761679219}, "examination": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "examines": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "examining": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "example": {"man - they": 0.040175334706847976, "man": 0.35775654682645186, "they": 0.3175812121196039}, "examples": {"man - they": 0.016461372321323275, "man": 0.3233809889450858, "they": 0.30691961662376255}, "excellent": {"man - they": 0.09049415908085956, "man": 0.383454577914376, "they": 0.2929604188335164}, "except": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "exclusive": {"man - they": 0.03770380515837973, "man": 0.3233809889450858, "they": 0.2856771837867061}, "excoriated": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "executive": {"man - they": 0.11401881939207237, "man": 0.3122873723279325, "they": 0.19826855293586015}, "exercise": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "exist": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "existence": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "existential": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "exited": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "exoplanets": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "expect": {"man - they": 0.0669790990493504, "man": 0.31748151595159946, "they": 0.25050241690224906}, "expectations": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "expected": {"man - they": 0.0008015181242766456, "man": 0.2896310137726635, "they": 0.28882949564838684}, "expenses": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "experience": {"man - they": 0.1308387913277116, "man": 0.4168101543768904, "they": 0.2859713630491788}, "experienced": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "experiences": {"man - they": 0.12457900621940621, "man": 0.4102561900061123, "they": 0.2856771837867061}, "explain": {"man - they": 0.016752754272380432, "man": 0.31748151595159946, "they": 0.300728761679219}, "explained": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "explosion": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "explosions": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "exposed": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "exposing": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "expressed": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "expressing": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "expressway": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "extensive": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "extent": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "extra": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "extreme": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "extremely": {"man - they": 0.08700570452319817, "man": 0.40477349375906296, "they": 0.3177677892358648}, "exult": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "eye": {"man - they": 0.16533297069519642, "man": 0.383454577914376, "they": 0.21812160721917956}, "eyes": {"man - they": 0.16250141744608332, "man": 0.40111459449184345, "they": 0.23861317704576013}, "f": {"man - they": 0.1663583904331829, "man": 0.37689655581946563, "they": 0.21053816538628273}, "face": {"man - they": -0.0007543121888071713, "man": 0.33022827053614257, "they": 0.33098258272494974}, "faced": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "faces": {"man - they": 0.16250141744608332, "man": 0.40111459449184345, "they": 0.23861317704576013}, "facility": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "facing": {"man - they": 0.05347420747674492, "man": 0.3712419967126097, "they": 0.3177677892358648}, "fact": {"man - they": 0.0287430332828722, "man": 0.3417062703629122, "they": 0.31296323708004}, "factors": {"man - they": 0.01896036055038086, "man": 0.27439519122350553, "they": 0.25543483067312467}, "facts": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "factual": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "faded": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "fail": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "failure": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "fair": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "faith": {"man - they": 0.06997693919570308, "man": 0.37689655581946563, "they": 0.30691961662376255}, "faithful": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "fall": {"man - they": 0.05424807455031361, "man": 0.36179992211052947, "they": 0.30755184756021586}, "fallen": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "fallibility": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "falling": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "falls": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "familiar": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "family": {"man - they": 0.04286172775332425, "man": 0.3203061936260751, "they": 0.27744446587275085}, "famous": {"man - they": 0.112106663316963, "man": 0.33022827053614257, "they": 0.21812160721917956}, "fan": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "fans": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "far": {"man - they": 0.06359603223740645, "man": 0.37112040760985293, "they": 0.3075243753724465}, "farrell": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "fascinate": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "fascinated": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "fascinating": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "fast": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "fatally": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "father": {"man - they": 0.0669790990493504, "man": 0.31748151595159946, "they": 0.25050241690224906}, "fault": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "favor": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "favorite": {"man - they": 0.06777950208127975, "man": 0.3076397478640628, "they": 0.23986024578278303}, "favorites": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "favour": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "favourite": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "fear": {"man - they": -0.00028627328426533705, "man": 0.31748151595159946, "they": 0.3177677892358648}, "fearful": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "feat": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "features": {"man - they": 0.038080312225064916, "man": 0.31748151595159946, "they": 0.27940120372653454}, "february": {"man - they": 0.16408845086231855, "man": 0.39129547179832425, "they": 0.2272070209360057}, "federal": {"man - they": 0.05457920422128648, "man": 0.35775654682645186, "they": 0.3031773426051654}, "feed": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "feeling": {"man - they": 0.038080312225064916, "man": 0.31748151595159946, "they": 0.27940120372653454}, "feelings": {"man - they": 0.1533722920351388, "man": 0.4102561900061123, "they": 0.2568838979709735}, "feels": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "fellow": {"man - they": 0.16533297069519642, "man": 0.383454577914376, "they": 0.21812160721917956}, "felt": {"man - they": 0.017244680864180517, "man": 0.3076397478640628, "they": 0.29039506699988227}, "female": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "feral": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "fever": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "few": {"man - they": 0.029212802698731166, "man": 0.3342246602952562, "they": 0.30501185759652505}, "fictitious": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "fields": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "fiercely": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "fifty": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "fight": {"man - they": 0.05424807455031361, "man": 0.36179992211052947, "they": 0.30755184756021586}, "figure": {"man - they": 0.04151046833507188, "man": 0.33907721897266896, "they": 0.2975667506375971}, "figures": {"man - they": 0.10151452293210533, "man": 0.42420658987292664, "they": 0.3226920669408213}, "film": {"man - they": 0.13127123928866502, "man": 0.36253732009465145, "they": 0.23126608080598643}, "films": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "final": {"man - they": 0.027974850414940355, "man": 0.3540544779675499, "they": 0.32607962755260955}, "finally": {"man - they": 0.016126458873866323, "man": 0.33022827053614257, "they": 0.31410181166227624}, "financial": {"man - they": 0.016752754272380432, "man": 0.31748151595159946, "they": 0.300728761679219}, "find": {"man - they": 0.1042676721427665, "man": 0.4432765216851083, "they": 0.3390088495423418}, "finding": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "finds": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "fingers": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "finish": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "finishing": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "fire": {"man - they": 0.0962832724160359, "man": 0.329823120230795, "they": 0.23353984781475912}, "fired": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "fires": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "first": {"man - they": 0.050976631199902145, "man": 0.40971432635573535, "they": 0.3587376951558332}, "fit": {"man - they": 0.03770380515837973, "man": 0.3233809889450858, "they": 0.2856771837867061}, "five": {"man - they": 0.08888079124706344, "man": 0.41504898773980997, "they": 0.32616819649274653}, "flag": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "flagship": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "flames": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "flavour": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "flawlessly": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "fleeing": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "flesh": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "flickered": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "flight": {"man - they": 0.06649709097411233, "man": 0.3233809889450858, "they": 0.2568838979709735}, "flits": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "flock": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "flower": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "fly": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "focus": {"man - they": 0.039217343547309824, "man": 0.3712419967126097, "they": 0.3320246531652999}, "following": {"man - they": 0.12193967632774644, "man": 0.36179992211052947, "they": 0.23986024578278303}, "follows": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "food": {"man - they": 0.06578491961096267, "man": 0.34750565095061564, "they": 0.281720731339653}, "foolish": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "for": {"man - they": 0.05605156688771351, "man": 0.4157590713458813, "they": 0.3597075044581678}, "force": {"man - they": 0.1236514521086709, "man": 0.4166118709421873, "they": 0.2929604188335164}, "forces": {"man - they": 0.11347077389154714, "man": 0.31748151595159946, "they": 0.20401074206005232}, "ford": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "foreign": {"man - they": 0.040056106338731745, "man": 0.2867340111501558, "they": 0.24667790481142404}, "foresight": {"man - they": 0.06968293903564918, "man": 0.28400257441744714, "they": 0.21431963538179796}, "form": {"man - they": 0.01745738988888562, "man": 0.3034287529380644, "they": 0.2859713630491788}, "formative": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "former": {"man - they": -0.026504554048461526, "man": 0.299575073504148, "they": 0.32607962755260955}, "formidable": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "forms": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "formulae": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "forty": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "forums": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "forward": {"man - they": 0.016461372321323275, "man": 0.3233809889450858, "they": 0.30691961662376255}, "forwarded": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "found": {"man - they": -0.0007553389661925647, "man": 0.32776508686915595, "they": 0.3285204258353485}, "four": {"man - they": 0.10031298608336675, "man": 0.40831375118198815, "they": 0.3080007650986214}, "fracturing": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "franchise": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "francisco": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "frank": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "free": {"man - they": 0.03654590736901886, "man": 0.3883340481235549, "they": 0.351788140754536}, "freeing": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "french": {"man - they": 0.11916186271725399, "man": 0.383454577914376, "they": 0.264292715197122}, "frenchman": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "frenchmen": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "frenzy": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "frequent": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "freshman": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "freshmen": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "friendly": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "friends": {"man - they": 0.10571681490416396, "man": 0.39168817795334276, "they": 0.2859713630491788}, "fringe": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "frogs": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "from": {"man - they": 0.04224426889955468, "man": 0.42288552372499766, "they": 0.380641254825443}, "front": {"man - they": -9.018885478706551e-05, "man": 0.3122873723279325, "they": 0.3123775611827196}, "fruit": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "full": {"man - they": 0.13389691981136914, "man": 0.39672358436534744, "they": 0.2628266645539783}, "fundamental": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "funeral": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "further": {"man - they": 0.04265340212711122, "man": 0.36882159861985775, "they": 0.32616819649274653}, "future": {"man - they": 0.06734727641384275, "man": 0.3305550659906313, "they": 0.26320778957678853}, "gained": {"man - they": 0.1236514521086709, "man": 0.4166118709421873, "they": 0.2929604188335164}, "galaxies": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "game": {"man - they": 0.07861735998311165, "man": 0.34750565095061564, "they": 0.268888290967504}, "gamecock": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "gamecocks": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "games": {"man - they": 0.10617169991455327, "man": 0.38809355235761933, "they": 0.28192185244306606}, "gang": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "garnet": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "gas": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "gases": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "gathered": {"man - they": 0.01573030106509843, "man": 0.33842236800591974, "they": 0.3226920669408213}, "gauntlet": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "gave": {"man - they": 0.017337494480769655, "man": 0.34746169732877336, "they": 0.3301242028480037}, "general": {"man - they": 0.07098427744077934, "man": 0.3662601825298078, "they": 0.29527590508902846}, "generally": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "genius": {"man - they": 0.1602987387546368, "man": 0.41442793959606244, "they": 0.25412920084142565}, "gently": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "genuine": {"man - they": 0.11813372292479962, "man": 0.39129547179832425, "they": 0.2731617488735246}, "george": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "georgia": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "get": {"man - they": 0.04528024319915985, "man": 0.40930185807703123, "they": 0.3640216148778714}, "gets": {"man - they": 0.03770380515837973, "man": 0.3233809889450858, "they": 0.2856771837867061}, "getting": {"man - they": 0.033250504754074595, "man": 0.3735403927852326, "they": 0.340289888031158}, "girl": {"man - they": 0.0006765830594753219, "man": 0.29271669804297357, "they": 0.29204011498349824}, "girls": {"man - they": 0.09238530389305849, "man": 0.3662601825298078, "they": 0.2738748786367493}, "give": {"man - they": 0.10829093149324515, "man": 0.4273687501204136, "they": 0.31907781862716844}, "given": {"man - they": 0.050997751828024074, "man": 0.40370798022618576, "they": 0.3527102283981617}, "giving": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "glasses": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "glazing": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "global": {"man - they": 0.16533297069519642, "man": 0.383454577914376, "they": 0.21812160721917956}, "glorious": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "gloves": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "glow": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "go": {"man - they": 0.03980083526394396, "man": 0.3893743496313924, "they": 0.34957351436744843}, "goal": {"man - they": 8.790030384692171e-05, "man": 0.3076397478640628, "they": 0.30755184756021586}, "gobert": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "god": {"man - they": 0.12409484437886606, "man": 0.3444937416802283, "they": 0.22039889730136222}, "godfather": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "godliness": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "going": {"man - they": 0.0048657160917457976, "man": 0.3846508718925999, "they": 0.3797851558008541}, "golden": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "gone": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "good": {"man - they": 0.06826015707429195, "man": 0.41168712749386527, "they": 0.3434269704195733}, "google": {"man - they": 0.04055901745673543, "man": 0.2789633850062796, "they": 0.23840436754954417}, "gordon": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "gosh": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "gospel": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "got": {"man - they": -4.114093605794844e-05, "man": 0.31087240888497675, "they": 0.3109135498210347}, "gotten": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "governance": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "governing": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "government": {"man - they": 0.07276169894751144, "man": 0.350400715149438, "they": 0.27763901620192655}, "grab": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "grabbed": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "grace": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "grade": {"man - they": 0.039457048102069625, "man": 0.29601951841085217, "they": 0.25656247030878254}, "graders": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "graduates": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "grand": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "grann": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "grant": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "granted": {"man - they": 0.06649709097411233, "man": 0.3233809889450858, "they": 0.2568838979709735}, "gravel": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "graves": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "great": {"man - they": -0.00873122273441318, "man": 0.31696085978904426, "they": 0.32569208252345744}, "greater": {"man - they": 0.06090520208744121, "man": 0.3999410966876441, "they": 0.3390358946002029}, "green": {"man - they": 0.019286889704795668, "man": 0.26824535247063586, "they": 0.2489584627658402}, "grey": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "gridlock": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "ground": {"man - they": 0.05686248591667942, "man": 0.329823120230795, "they": 0.2729606343141156}, "group": {"man - they": -0.03663936916199895, "man": 0.299349359642149, "they": 0.33598872880414793}, "groups": {"man - they": 0.0684319276496684, "man": 0.299575073504148, "they": 0.23114314585447962}, "grow": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "growing": {"man - they": 0.039570669775340406, "man": 0.3662601825298078, "they": 0.3266895127544674}, "grown": {"man - they": 0.09121937203275954, "man": 0.37689655581946563, "they": 0.2856771837867061}, "growth": {"man - they": 0.017834895683316532, "man": 0.29601951841085217, "they": 0.27818462272753564}, "guarantees": {"man - they": 0.1602987387546368, "man": 0.41442793959606244, "they": 0.25412920084142565}, "guard": {"man - they": 0.12073957981036065, "man": 0.3712419967126097, "they": 0.25050241690224906}, "guiana": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "guilt": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "gulf": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "gun": {"man - they": 0.11450537224451007, "man": 0.3076397478640628, "they": 0.1931343756195527}, "guy": {"man - they": 0.12253184365662961, "man": 0.42420658987292664, "they": 0.30167474621629703}, "guys": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "had": {"man - they": 0.031087903530435668, "man": 0.38881842731870214, "they": 0.3577305237882665}, "hadn": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "haired": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "hairstyle": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "half": {"man - they": 0.05180916632553201, "man": 0.3788054990658362, "they": 0.3269963327403042}, "handedly": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "handful": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "handicaps": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "handle": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "handling": {"man - they": 0.11813372292479962, "man": 0.39129547179832425, "they": 0.2731617488735246}, "hands": {"man - they": 0.06935276625209974, "man": 0.383454577914376, "they": 0.31410181166227624}, "happen": {"man - they": -9.018885478706551e-05, "man": 0.3122873723279325, "they": 0.3123775611827196}, "happened": {"man - they": 0.038080312225064916, "man": 0.31748151595159946, "they": 0.27940120372653454}, "happens": {"man - they": 0.06649709097411233, "man": 0.3233809889450858, "they": 0.2568838979709735}, "hard": {"man - they": 0.09028203295807574, "man": 0.37609622760475264, "they": 0.2858141946466769}, "harder": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "hardest": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "hardly": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "harry": {"man - they": 0.1128428235588031, "man": 0.3233809889450858, "they": 0.21053816538628273}, "has": {"man - they": 0.06279012181925481, "man": 0.43089907389449, "they": 0.3681089520752352}, "hassles": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "hats": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "haunting": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "have": {"man - they": 0.03992583920484877, "man": 0.4369621495452231, "they": 0.39703631034037434}, "having": {"man - they": 0.08201367721322744, "man": 0.42458657454668364, "they": 0.3425728973334562}, "hayward": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "hazards": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "he": {"man - they": 0.11575688530398226, "man": 0.44172954938435455, "they": 0.3259726640803723}, "head": {"man - they": 0.04313689613226751, "man": 0.36253732009465145, "they": 0.31940042396238394}, "headed": {"man - they": 0.06935276625209974, "man": 0.383454577914376, "they": 0.31410181166227624}, "heading": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "health": {"man - they": 0.06313299052471266, "man": 0.37609622760475264, "they": 0.31296323708004}, "healthy": {"man - they": 0.07274884059376308, "man": 0.40477349375906296, "they": 0.3320246531652999}, "hear": {"man - they": -0.00028627328426533705, "man": 0.31748151595159946, "they": 0.3177677892358648}, "heard": {"man - they": -0.013934696893510345, "man": 0.29601951841085217, "they": 0.3099542153043625}, "hearing": {"man - they": 0.16250141744608332, "man": 0.40111459449184345, "they": 0.23861317704576013}, "heart": {"man - they": 0.08636998532013607, "man": 0.4102561900061123, "they": 0.32388620468597623}, "heartening": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "heartfelt": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "heat": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "heavier": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "heavy": {"man - they": 0.03770380515837973, "man": 0.3233809889450858, "they": 0.2856771837867061}, "held": {"man - they": 0.05301566898807164, "man": 0.3645398474331461, "they": 0.31152417844507446}, "hell": {"man - they": 0.08851715475004562, "man": 0.40111459449184345, "they": 0.3125974397417978}, "helms": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "help": {"man - they": 0.018148947821388983, "man": 0.3587695999330437, "they": 0.3406206521116547}, "helped": {"man - they": 0.06935276625209974, "man": 0.383454577914376, "they": 0.31410181166227624}, "helpless": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "helps": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "her": {"man - they": 0.03918753394138974, "man": 0.2905705288102146, "they": 0.25138299486882487}, "here": {"man - they": 0.057575810378036385, "man": 0.41073412704629314, "they": 0.35315831666825676}, "herself": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "hiace": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "high": {"man - they": 0.069654060469035, "man": 0.3812340172284337, "they": 0.3115799567593987}, "higher": {"man - they": -0.037407504805030134, "man": 0.29271669804297357, "they": 0.3301242028480037}, "highlight": {"man - they": 0.11813372292479962, "man": 0.39129547179832425, "they": 0.2731617488735246}, "highway": {"man - they": 0.1128428235588031, "man": 0.3233809889450858, "they": 0.21053816538628273}, "highways": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "hijacking": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "him": {"man - they": 0.13107745288349532, "man": 0.44706182034564207, "they": 0.31598436746214675}, "himself": {"man - they": 0.0530103511334894, "man": 0.37689655581946563, "they": 0.32388620468597623}, "hint": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "hipper": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "his": {"man - they": 0.1430131730255365, "man": 0.4665667195765397, "they": 0.3235535465510032}, "historic": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "historical": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "historically": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "history": {"man - they": 0.0734064262208517, "man": 0.39744819870022347, "they": 0.32404177247937177}, "hit": {"man - they": 0.0002514103328990491, "man": 0.3034287529380644, "they": 0.3031773426051654}, "hive": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "hold": {"man - they": 0.027497552985512985, "man": 0.36179992211052947, "they": 0.3343023691250165}, "holds": {"man - they": 0.112106663316963, "man": 0.33022827053614257, "they": 0.21812160721917956}, "hole": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "holes": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "holy": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "homage": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "home": {"man - they": 0.03765304380130258, "man": 0.37363103819122173, "they": 0.33597799438991915}, "homes": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "honest": {"man - they": 0.1602987387546368, "man": 0.41442793959606244, "they": 0.25412920084142565}, "hong": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "honourable": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "hoofer": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "hope": {"man - they": 0.06131065220559284, "man": 0.3956130213306093, "they": 0.3343023691250165}, "hordes": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "hornbleat": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "horns": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "horror": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "hospital": {"man - they": 0.11813372292479962, "man": 0.39129547179832425, "they": 0.2731617488735246}, "hot": {"man - they": -0.047340512135922, "man": 0.299575073504148, "they": 0.34691558564007}, "hotels": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "hour": {"man - they": 0.09968610959148988, "man": 0.4133013964212199, "they": 0.31361528682973}, "hours": {"man - they": 0.04117796671754931, "man": 0.38809355235761933, "they": 0.34691558564007}, "house": {"man - they": 0.0751378479303515, "man": 0.38168954524181886, "they": 0.30655169731146736}, "how": {"man - they": 0.08139351711979992, "man": 0.4526651173287918, "they": 0.37127160020899186}, "however": {"man - they": -0.00023489319714503631, "man": 0.3153685512266143, "they": 0.3156034444237593}, "https": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "hubble": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "huerta": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "huge": {"man - they": 8.790030384692171e-05, "man": 0.3076397478640628, "they": 0.30755184756021586}, "hugh": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "human": {"man - they": 0.054882244485822795, "man": 0.3540544779675499, "they": 0.2991722334817271}, "humans": {"man - they": 0.017244680864180517, "man": 0.3076397478640628, "they": 0.29039506699988227}, "humbly": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "hundred": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "hundreds": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "hunkered": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "hutcherson": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "hypocrisy": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "i": {"man - they": 0.05700925735453449, "man": 0.3619096258343706, "they": 0.3049003684798361}, "idea": {"man - they": -0.03691709232291346, "man": 0.2627640998293715, "they": 0.29968119215228495}, "identify": {"man - they": 0.12001265784849213, "man": 0.37689655581946563, "they": 0.2568838979709735}, "if": {"man - they": 0.014142528375748253, "man": 0.3870733570810564, "they": 0.37293082870530814}, "igbinidu": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "ignited": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "ignorance": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "ignorant": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "ignore": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "ii": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "imagine": {"man - they": 0.12001265784849213, "man": 0.37689655581946563, "they": 0.2568838979709735}, "imagining": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "immediately": {"man - they": -0.013834999268493797, "man": 0.29271669804297357, "they": 0.30655169731146736}, "immensely": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "immersive": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "imminent": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "impact": {"man - they": 0.0530103511334894, "man": 0.37689655581946563, "they": 0.32388620468597623}, "impeccably": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "importance": {"man - they": 0.12884780961918108, "man": 0.4295765712984001, "they": 0.300728761679219}, "important": {"man - they": 0.09130969345351941, "man": 0.42882351631343857, "they": 0.33751382285991915}, "impossible": {"man - they": 0.016461372321323275, "man": 0.3233809889450858, "they": 0.30691961662376255}, "improved": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "impulse": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "in": {"man - they": 0.06760196004601776, "man": 0.38622319306313746, "they": 0.3186212330171197}, "include": {"man - they": -0.013934696893510345, "man": 0.29601951841085217, "they": 0.3099542153043625}, "included": {"man - they": 8.790030384692171e-05, "man": 0.3076397478640628, "they": 0.30755184756021586}, "includes": {"man - they": 0.1128428235588031, "man": 0.3233809889450858, "they": 0.21053816538628273}, "including": {"man - they": 0.036952986848805824, "man": 0.38291111155530744, "they": 0.3459581247065016}, "incomprehensibly": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "increase": {"man - they": 0.03871027048302084, "man": 0.3076397478640628, "they": 0.26892947738104195}, "increased": {"man - they": 0.038080312225064916, "man": 0.31748151595159946, "they": 0.27940120372653454}, "increasingly": {"man - they": 0.06935276625209974, "man": 0.383454577914376, "they": 0.31410181166227624}, "incredible": {"man - they": 0.1672312546525574, "man": 0.3712419967126097, "they": 0.20401074206005232}, "individual": {"man - they": 0.09121937203275954, "man": 0.37689655581946563, "they": 0.2856771837867061}, "individuals": {"man - they": 0.05388262134708821, "man": 0.3662601825298078, "they": 0.3123775611827196}, "indoors": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "industry": {"man - they": 0.0002514103328990491, "man": 0.3034287529380644, "they": 0.3031773426051654}, "ineffective": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "inevitably": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "infects": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "infiltrates": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "inflammatory": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "inflict": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "influenced": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "informal": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "information": {"man - they": -0.013834999268493797, "man": 0.29271669804297357, "they": 0.30655169731146736}, "inherently": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "injured": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "injuries": {"man - they": 0.12253184365662961, "man": 0.42420658987292664, "they": 0.30167474621629703}, "injury": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "ink": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "inmates": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "innumerably": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "inside": {"man - they": 0.11248553649850129, "man": 0.4248630976812209, "they": 0.3123775611827196}, "inspiring": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "instability": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "instead": {"man - they": 0.05051367133093493, "man": 0.39908822537495864, "they": 0.3485745540440237}, "instincts": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "institution": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "institutional": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "institutions": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "instruments": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "intelligence": {"man - they": 0.017244680864180517, "man": 0.3076397478640628, "they": 0.29039506699988227}, "intelligent": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "intense": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "intensified": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "intensity": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "intentions": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "interaction": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "interest": {"man - they": 0.05388262134708821, "man": 0.3662601825298078, "they": 0.3123775611827196}, "interested": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "interesting": {"man - they": 0.06935276625209974, "man": 0.383454577914376, "they": 0.31410181166227624}, "internet": {"man - they": 0.017011467238904066, "man": 0.3122873723279325, "they": 0.29527590508902846}, "interrupted": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "intervene": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "interview": {"man - they": 0.016126458873866323, "man": 0.33022827053614257, "they": 0.31410181166227624}, "into": {"man - they": 0.03745772703644801, "man": 0.4072736356095319, "they": 0.3698159085730839}, "introduce": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "invades": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "invented": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "inventor": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "investigates": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "investigation": {"man - they": 0.016461372321323275, "man": 0.3233809889450858, "they": 0.30691961662376255}, "investigators": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "involvement": {"man - they": 0.03770380515837973, "man": 0.3233809889450858, "they": 0.2856771837867061}, "involves": {"man - they": 0.14942570001682792, "man": 0.43371090386785366, "they": 0.28428520385102574}, "ionigeria": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "iron": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "irony": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "is": {"man - they": 0.053768362861316144, "man": 0.3977486122155605, "they": 0.34398024935424437}, "isn": {"man - they": 0.02818654198472459, "man": 0.35063728971367264, "they": 0.32245074772894805}, "issue": {"man - they": 0.07876015022057004, "man": 0.34608810171565063, "they": 0.2673279514950806}, "it": {"man - they": 0.05844797012843439, "man": 0.41405768000042287, "they": 0.3556097098719885}, "items": {"man - they": 0.16250141744608332, "man": 0.40111459449184345, "they": 0.23861317704576013}, "its": {"man - they": 0.01764184776428873, "man": 0.3675665000393272, "they": 0.3499246522750385}, "itself": {"man - they": 0.12036566403782217, "man": 0.4303198793421847, "they": 0.3099542153043625}, "j": {"man - they": 0.18431557642064406, "man": 0.40158524027390435, "they": 0.2172696638532603}, "jack": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "jacket": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "jackson": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "jaded": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "james": {"man - they": 0.1663583904331829, "man": 0.37689655581946563, "they": 0.21053816538628273}, "japanese": {"man - they": 0.039228206279091626, "man": 0.299575073504148, "they": 0.2603468672250564}, "jayson": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "jazz": {"man - they": 0.11450537224451007, "man": 0.3076397478640628, "they": 0.1931343756195527}, "jeff": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "jerusalem": {"man - they": 0.16250141744608332, "man": 0.40111459449184345, "they": 0.23861317704576013}, "jesus": {"man - they": 0.112106663316963, "man": 0.33022827053614257, "they": 0.21812160721917956}, "jfk": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "job": {"man - they": 0.0754340936201327, "man": 0.3788054990658362, "they": 0.3033714054457035}, "jobs": {"man - they": 0.12001265784849213, "man": 0.37689655581946563, "they": 0.2568838979709735}, "jodrell": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "joe": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "joel": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "john": {"man - they": 0.04043919113781991, "man": 0.3540544779675499, "they": 0.31361528682973}, "johnson": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "joined": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "jordan": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "jordon": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "journal": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "journalism": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "journey": {"man - they": 0.1542710768568139, "man": 0.40477349375906296, "they": 0.25050241690224906}, "journeys": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "joyfully": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "judging": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "july": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "june": {"man - they": 0.13187645849802626, "man": 0.4100610812255619, "they": 0.27818462272753564}, "junior": {"man - they": 0.06649709097411233, "man": 0.3233809889450858, "they": 0.2568838979709735}, "just": {"man - they": 0.05168806763236178, "man": 0.41712208178836263, "they": 0.36543401415600085}, "justify": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "karaoke": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "keen": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "kenya": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "kept": {"man - they": 0.05388262134708821, "man": 0.3662601825298078, "they": 0.3123775611827196}, "key": {"man - they": -0.0007543121888071713, "man": 0.33022827053614257, "they": 0.33098258272494974}, "killed": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "killer": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "killers": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "kind": {"man - they": 0.08636998532013607, "man": 0.4102561900061123, "they": 0.32388620468597623}, "kingdom": {"man - they": 0.08851715475004562, "man": 0.40111459449184345, "they": 0.3125974397417978}, "klaxons": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "km": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "knew": {"man - they": 0.02774628070650792, "man": 0.35775654682645186, "they": 0.33001026611994394}, "knicks": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "knocking": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "knocks": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "knott": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "know": {"man - they": 0.03524478068163045, "man": 0.37357481931080866, "they": 0.3383300386291782}, "knowing": {"man - they": 0.12253184365662961, "man": 0.42420658987292664, "they": 0.30167474621629703}, "knowledge": {"man - they": 0.09121937203275954, "man": 0.37689655581946563, "they": 0.2856771837867061}, "known": {"man - they": 0.06948404999276903, "man": 0.38291111155530744, "they": 0.3134270615625384}, "knows": {"man - they": 0.11813372292479962, "man": 0.39129547179832425, "they": 0.2731617488735246}, "kong": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "korean": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "kourou": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "krauts": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "l": {"man - they": 0.11401881939207237, "man": 0.3122873723279325, "they": 0.19826855293586015}, "la": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "laboratory": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "lack": {"man - they": 0.016461372321323275, "man": 0.3233809889450858, "they": 0.30691961662376255}, "ladder": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "lady": {"man - they": 0.1533722920351388, "man": 0.4102561900061123, "they": 0.2568838979709735}, "lagos": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "laid": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "lamborghini": {"man - they": 0.11347077389154714, "man": 0.31748151595159946, "they": 0.20401074206005232}, "lamppost": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "land": {"man - they": 0.1549073354624803, "man": 0.40158524027390435, "they": 0.24667790481142404}, "large": {"man - they": 0.017011467238904066, "man": 0.3122873723279325, "they": 0.29527590508902846}, "larger": {"man - they": 0.12001265784849213, "man": 0.37689655581946563, "they": 0.2568838979709735}, "lassitude": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "last": {"man - they": 0.07587597563439358, "man": 0.4191573799709941, "they": 0.34328140433660054}, "late": {"man - they": -0.026431229318095883, "man": 0.29601951841085217, "they": 0.32245074772894805}, "later": {"man - they": 0.08050583081764806, "man": 0.4090262566529966, "they": 0.3285204258353485}, "latitude": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "launch": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "launched": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "law": {"man - they": 0.04112709429677111, "man": 0.27021260445961204, "they": 0.22908551016284093}, "laws": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "layoff": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "lead": {"man - they": 0.0894651759392664, "man": 0.39447703353579144, "they": 0.30501185759652505}, "leaders": {"man - they": 0.02774628070650792, "man": 0.35775654682645186, "they": 0.33001026611994394}, "leadership": {"man - they": 0.20247864571105662, "man": 0.3956130213306093, "they": 0.1931343756195527}, "leading": {"man - they": 0.10251005927991108, "man": 0.4166118709421873, "they": 0.31410181166227624}, "leads": {"man - they": 0.11813372292479962, "man": 0.39129547179832425, "they": 0.2731617488735246}, "league": {"man - they": 0.11813372292479962, "man": 0.39129547179832425, "they": 0.2731617488735246}, "leaky": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "leaning": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "learn": {"man - they": 0.09238530389305849, "man": 0.3662601825298078, "they": 0.2738748786367493}, "least": {"man - they": 0.07780220235300106, "man": 0.39908822537495864, "they": 0.3212860230219576}, "leave": {"man - they": 0.016126458873866323, "man": 0.33022827053614257, "they": 0.31410181166227624}, "leaving": {"man - they": 0.08851715475004562, "man": 0.40111459449184345, "they": 0.3125974397417978}, "lebron": {"man - they": 0.16408845086231855, "man": 0.39129547179832425, "they": 0.2272070209360057}, "led": {"man - they": 0.0714048551106472, "man": 0.36179992211052947, "they": 0.29039506699988227}, "left": {"man - they": 0.05723811589846056, "man": 0.4090262566529966, "they": 0.351788140754536}, "legal": {"man - they": 0.1663583904331829, "man": 0.37689655581946563, "they": 0.21053816538628273}, "legend": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "legendary": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "legs": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "length": {"man - they": 0.16533297069519642, "man": 0.383454577914376, "they": 0.21812160721917956}, "less": {"man - they": -0.0018625312981999653, "man": 0.35201921755702714, "they": 0.3538817488552271}, "let": {"man - they": 0.034642640297031846, "man": 0.35362083294982377, "they": 0.3189781926527919}, "letter": {"man - they": 0.0940748194048901, "man": 0.35063728971367264, "they": 0.25656247030878254}, "level": {"man - they": -0.02629388242988573, "man": 0.2896310137726635, "they": 0.3159248962025492}, "levi": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "librarians": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "libraries": {"man - they": 0.06740210112397718, "man": 0.3122873723279325, "they": 0.24488527120395534}, "library": {"man - they": 0.1166493563960315, "man": 0.2867340111501558, "they": 0.1700846547541243}, "life": {"man - they": 0.09934841926941973, "man": 0.4426168665932865, "they": 0.34326844732386674}, "lifelong": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "lifted": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "light": {"man - they": -0.0005052157408904079, "man": 0.3233809889450858, "they": 0.32388620468597623}, "lights": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "like": {"man - they": 0.041012386380018584, "man": 0.4207032801352557, "they": 0.3796908937552371}, "likely": {"man - they": 0.07622107998746958, "man": 0.37112040760985293, "they": 0.29489932762238336}, "likes": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "line": {"man - they": 0.1224483497542719, "man": 0.35775654682645186, "they": 0.23530819707217995}, "lineman": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "linemen": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "linked": {"man - they": 0.016126458873866323, "man": 0.33022827053614257, "they": 0.31410181166227624}, "lipgloss": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "listening": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "lit": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "literary": {"man - they": 0.20076275169901064, "man": 0.40477349375906296, "they": 0.20401074206005232}, "literature": {"man - they": 0.11916186271725399, "man": 0.383454577914376, "they": 0.264292715197122}, "little": {"man - they": 0.039271347692459935, "man": 0.3960047946210683, "they": 0.35673344692860837}, "live": {"man - they": 0.050023025887432515, "man": 0.3999410966876441, "they": 0.3499180708002116}, "lived": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "liverpool": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "lives": {"man - they": 0.03770380515837973, "man": 0.3233809889450858, "they": 0.2856771837867061}, "living": {"man - they": -0.00028627328426533705, "man": 0.31748151595159946, "they": 0.3177677892358648}, "ll": {"man - they": 0.017862045059021225, "man": 0.38291111155530744, "they": 0.3650490664962862}, "loads": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "local": {"man - they": 0.07898181880755051, "man": 0.3883340481235549, "they": 0.30935222931600437}, "logged": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "logical": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "logistical": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "lone": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "long": {"man - they": 0.04492576179288216, "man": 0.37363103819122173, "they": 0.3287052763983396}, "longer": {"man - they": 0.038412493691183214, "man": 0.3122873723279325, "they": 0.2738748786367493}, "look": {"man - they": 0.03775806477514998, "man": 0.3722438051646557, "they": 0.33448574038950574}, "lookalites": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "looked": {"man - they": 0.02818654198472459, "man": 0.35063728971367264, "they": 0.32245074772894805}, "looking": {"man - they": 0.12268319435658431, "man": 0.41504898773980997, "they": 0.29236579338322566}, "looks": {"man - they": 0.09184079298607517, "man": 0.3712419967126097, "they": 0.27940120372653454}, "loose": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "looting": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "lore": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "los": {"man - they": 0.0389805181890408, "man": 0.3034287529380644, "they": 0.2644482347490236}, "lose": {"man - they": 0.09049415908085956, "man": 0.383454577914376, "they": 0.2929604188335164}, "losing": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "lost": {"man - they": 0.11458563943134426, "man": 0.4100610812255619, "they": 0.29547544179421764}, "lot": {"man - they": 0.003746828938061497, "man": 0.36882159861985775, "they": 0.36507476968179625}, "lots": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "lou": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "loudly": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "lounging": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "love": {"man - they": 0.1240438196690789, "man": 0.42882351631343857, "they": 0.30477969664435967}, "loved": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "lovely": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "lover": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "loves": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "low": {"man - they": -0.04724669754859362, "man": 0.28400257441744714, "they": 0.33124927196604076}, "lower": {"man - they": -0.013934696893510345, "man": 0.29601951841085217, "they": 0.3099542153043625}, "lucky": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "lucrative": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "lunch": {"man - they": 0.016461372321323275, "man": 0.3233809889450858, "they": 0.30691961662376255}, "lurked": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "m": {"man - they": 0.07254026993555546, "man": 0.4054134033303943, "they": 0.3328731333948388}, "mackay": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "mad": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "made": {"man - they": 0.035175363041990815, "man": 0.3744879624743754, "they": 0.33931259943238457}, "magazine": {"man - they": 0.12073957981036065, "man": 0.3712419967126097, "they": 0.25050241690224906}, "magic": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "magical": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "mails": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "main": {"man - they": 0.039228206279091626, "man": 0.299575073504148, "they": 0.2603468672250564}, "mainstream": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "major": {"man - they": 0.041321978467127485, "man": 0.3417062703629122, "they": 0.3003842918957847}, "make": {"man - they": 0.06173992722480831, "man": 0.42121888152182946, "they": 0.35947895429702115}, "makes": {"man - they": 0.028383878701604914, "man": 0.34746169732877336, "they": 0.31907781862716844}, "making": {"man - they": -0.05628881654981882, "man": 0.2867340111501558, "they": 0.3430228276999746}, "malaria": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "male": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "malignant": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "malik": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "malindi": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "man": {"man - they": 0.23548188469183423, "man": 0.559523657171206, "they": 0.32404177247937177}, "management": {"man - they": 0.016461372321323275, "man": 0.3233809889450858, "they": 0.30691961662376255}, "manager": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "manages": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "manhunt": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "manufactured": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "many": {"man - they": 0.057591578253595954, "man": 0.41670447056766535, "they": 0.3591128923140694}, "march": {"man - they": 0.15607266598624728, "man": 0.39447703353579144, "they": 0.23840436754954417}, "mark": {"man - they": 0.1542710768568139, "man": 0.40477349375906296, "they": 0.25050241690224906}, "markers": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "market": {"man - they": 0.05566424603184145, "man": 0.3444937416802283, "they": 0.28882949564838684}, "marketing": {"man - they": 0.112106663316963, "man": 0.33022827053614257, "they": 0.21812160721917956}, "married": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "matter": {"man - they": 0.07051323503339069, "man": 0.3712419967126097, "they": 0.300728761679219}, "mattered": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "matters": {"man - they": 0.016461372321323275, "man": 0.3233809889450858, "they": 0.30691961662376255}, "may": {"man - they": 0.06294025307057355, "man": 0.40979908217201766, "they": 0.3468588291014441}, "maybe": {"man - they": 0.01745738988888562, "man": 0.3034287529380644, "they": 0.2859713630491788}, "mayhem": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "mayonnaise": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "mcavennie": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "mcdonalds": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "mckenzie": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "mcnamara": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "me": {"man - they": 0.05542389729385766, "man": 0.3807998176092735, "they": 0.32537592031541585}, "mean": {"man - they": 0.07274884059376308, "man": 0.40477349375906296, "they": 0.3320246531652999}, "meaning": {"man - they": 0.10251005927991108, "man": 0.4166118709421873, "they": 0.31410181166227624}, "means": {"man - they": 0.05981362228820636, "man": 0.3883340481235549, "they": 0.3285204258353485}, "meant": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "meanwhile": {"man - they": 0.11916186271725399, "man": 0.383454577914376, "they": 0.264292715197122}, "measures": {"man - they": 0.016461372321323275, "man": 0.3233809889450858, "they": 0.30691961662376255}, "mechanism": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "media": {"man - they": 0.05265346543903765, "man": 0.36882159861985775, "they": 0.3161681331808201}, "meltdown": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "members": {"man - they": 0.017927028944594692, "man": 0.3365884049349307, "they": 0.318661375990336}, "memories": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "memory": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "men": {"man - they": 0.12385916078684284, "man": 0.40718426309421096, "they": 0.2833251023073681}, "menace": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "mental": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "mercy": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "mere": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "message": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "met": {"man - they": -0.0007543121888071713, "man": 0.33022827053614257, "they": 0.33098258272494974}, "methods": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "miami": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "michael": {"man - they": 0.07098427744077934, "man": 0.3662601825298078, "they": 0.29527590508902846}, "michelle": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "micro": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "mid": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "middle": {"man - they": 0.05347420747674492, "man": 0.3712419967126097, "they": 0.3177677892358648}, "midnight": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "midwestern": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "might": {"man - they": 0.0710370509609034, "man": 0.4379267334415911, "they": 0.3668896824806877}, "mighty": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "mile": {"man - they": 0.08962072558202722, "man": 0.39129547179832425, "they": 0.30167474621629703}, "miles": {"man - they": 0.038080312225064916, "man": 0.31748151595159946, "they": 0.27940120372653454}, "military": {"man - they": 0.09330831207742823, "man": 0.35775654682645186, "they": 0.2644482347490236}, "million": {"man - they": 0.04168907731254734, "man": 0.3365884049349307, "they": 0.29489932762238336}, "mind": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "mini": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "minimize": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "minimum": {"man - they": 0.06649709097411233, "man": 0.3233809889450858, "they": 0.2568838979709735}, "minister": {"man - they": -0.013402408376946062, "man": 0.2789633850062796, "they": 0.29236579338322566}, "ministers": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "ministry": {"man - they": 0.11347077389154714, "man": 0.31748151595159946, "they": 0.20401074206005232}, "minute": {"man - they": 0.05566424603184145, "man": 0.3444937416802283, "they": 0.28882949564838684}, "minutes": {"man - they": -0.013934696893510345, "man": 0.29601951841085217, "they": 0.3099542153043625}, "mirror": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "mirrors": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "misconduct": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "misery": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "misreading": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "miss": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "missiles": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "missing": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "mission": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "missionary": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "missions": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "misted": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "mitchell": {"man - they": 0.112106663316963, "man": 0.33022827053614257, "they": 0.21812160721917956}, "mla": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "mobile": {"man - they": 0.08962072558202722, "man": 0.39129547179832425, "they": 0.30167474621629703}, "model": {"man - they": 0.07353061759684598, "man": 0.33907721897266896, "they": 0.265546601375823}, "modern": {"man - they": 0.13455276672957667, "man": 0.3923365252366846, "they": 0.25778375850710794}, "modified": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "mom": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "moment": {"man - they": 0.07051323503339069, "man": 0.3712419967126097, "they": 0.300728761679219}, "moments": {"man - they": 0.12111346412605584, "man": 0.43371090386785366, "they": 0.3125974397417978}, "momentum": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "mona": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "monday": {"man - they": 0.017011467238904066, "man": 0.3122873723279325, "they": 0.29527590508902846}, "money": {"man - they": 0.04043919113781991, "man": 0.3540544779675499, "they": 0.31361528682973}, "monitoring": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "month": {"man - they": 0.05566424603184145, "man": 0.3444937416802283, "they": 0.28882949564838684}, "moon": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "more": {"man - they": 0.05292958524877461, "man": 0.4047674628124146, "they": 0.35183787756364}, "morning": {"man - they": 0.029490705243168547, "man": 0.329823120230795, "they": 0.3003324149876265}, "most": {"man - they": 0.0693548988462181, "man": 0.43077355947867, "they": 0.3614186606324519}, "mother": {"man - they": 0.040175334706847976, "man": 0.35775654682645186, "they": 0.3175812121196039}, "motto": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "mounded": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "mourning": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "mouth": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "move": {"man - they": 0.027497552985512985, "man": 0.36179992211052947, "they": 0.3343023691250165}, "movement": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "movements": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "moves": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "movie": {"man - they": 0.12561829873826139, "man": 0.3319731949331538, "they": 0.20635489619489242}, "moving": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "mr": {"man - they": 0.15349861091677935, "man": 0.4100610812255619, "they": 0.25656247030878254}, "mrs": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "much": {"man - they": 0.0425316195287726, "man": 0.38978619419033544, "they": 0.34725457466156284}, "mullet": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "multifaceted": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "multitude": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "murdoch": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "muschamp": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "mushroom": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "music": {"man - they": 0.057191449852540766, "man": 0.32579100534360206, "they": 0.2685995554910613}, "must": {"man - they": 0.10120094837811966, "man": 0.40158524027390435, "they": 0.3003842918957847}, "mustache": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "mustard": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "mutants": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "my": {"man - they": 0.033842845273774125, "man": 0.3634946278170237, "they": 0.32965178254324956}, "myself": {"man - they": -9.018885478706551e-05, "man": 0.3122873723279325, "they": 0.3123775611827196}, "myspace": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "mysterious": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "mystery": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "nailed": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "name": {"man - they": -0.013834999268493797, "man": 0.29271669804297357, "they": 0.30655169731146736}, "named": {"man - they": 0.06997693919570308, "man": 0.37689655581946563, "they": 0.30691961662376255}, "nancy": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "narrative": {"man - they": 0.1128428235588031, "man": 0.3233809889450858, "they": 0.21053816538628273}, "nasa": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "nation": {"man - they": 0.038412493691183214, "man": 0.3122873723279325, "they": 0.2738748786367493}, "nations": {"man - they": 0.09121937203275954, "man": 0.37689655581946563, "they": 0.2856771837867061}, "naturally": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "nature": {"man - they": 0.06997693919570308, "man": 0.37689655581946563, "they": 0.30691961662376255}, "navigate": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "nba": {"man - they": 0.16799162959394764, "man": 0.3662601825298078, "they": 0.19826855293586015}, "nearby": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "nearer": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "nearing": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "nearly": {"man - they": 0.0002514103328990491, "man": 0.3034287529380644, "they": 0.3031773426051654}, "necessarily": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "necessary": {"man - they": 0.10466519159861565, "man": 0.3999410966876441, "they": 0.29527590508902846}, "neck": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "need": {"man - they": 0.05161870726503032, "man": 0.38645564311393743, "they": 0.3348369358489071}, "needed": {"man - they": 0.09238530389305849, "man": 0.3662601825298078, "they": 0.2738748786367493}, "needs": {"man - they": 0.15017536757186556, "man": 0.4295765712984001, "they": 0.27940120372653454}, "neglect": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "neighbourhood": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "nervous": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "nestings": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "nestled": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "never": {"man - they": 0.04282176212277056, "man": 0.3666315908045168, "they": 0.32380982868174624}, "new": {"man - they": 0.041239284018028066, "man": 0.3797440326018076, "they": 0.33850474858377955}, "newly": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "news": {"man - they": 0.08971814337949513, "man": 0.3923365252366846, "they": 0.3026183818571895}, "newspapers": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "next": {"man - they": 0.034755484586669216, "man": 0.35201921755702714, "they": 0.3172637329703579}, "nfl": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "ng": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "nicely": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "nigeria": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "night": {"man - they": 0.07830890035497134, "man": 0.39447703353579144, "they": 0.3161681331808201}, "nightclubs": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "nihilist": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "nike": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "nine": {"man - they": 0.06649709097411233, "man": 0.3233809889450858, "they": 0.2568838979709735}, "no": {"man - they": 0.0042342327901579435, "man": 0.3717594037658373, "they": 0.3675251709756794}, "nobody": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "noise": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "noisy": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "non": {"man - they": -0.013402408376946062, "man": 0.2789633850062796, "they": 0.29236579338322566}, "none": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "normal": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "not": {"man - they": 0.00952821963409417, "man": 0.39050265999852685, "they": 0.3809744403644327}, "notable": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "nothing": {"man - they": 0.05203824236373905, "man": 0.37609622760475264, "they": 0.3240579852410136}, "noticeably": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "now": {"man - they": 0.06813009635577683, "man": 0.441992100240944, "they": 0.37386200388516716}, "nsukka": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "nuclear": {"man - they": 0.07302644669535857, "man": 0.3444937416802283, "they": 0.2714672949848697}, "nude": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "nukes": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "number": {"man - they": 0.018298941785720557, "man": 0.329823120230795, "they": 0.31152417844507446}, "numerically": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "obama": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "objects": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "observatory": {"man - they": 0.11813372292479962, "man": 0.39129547179832425, "they": 0.2731617488735246}, "observed": {"man - they": 0.08962072558202722, "man": 0.39129547179832425, "they": 0.30167474621629703}, "observing": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "occur": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "occurrence": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "oddly": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "ode": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "of": {"man - they": 0.06014451527359649, "man": 0.35128473688752565, "they": 0.29114022161392916}, "off": {"man - they": 0.03989881938691986, "man": 0.3881503213866328, "they": 0.34825150199971294}, "offense": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "offensive": {"man - they": 0.12193967632774644, "man": 0.36179992211052947, "they": 0.23986024578278303}, "offered": {"man - they": 0.016126458873866323, "man": 0.33022827053614257, "they": 0.31410181166227624}, "office": {"man - they": 0.08756353550492452, "man": 0.3999410966876441, "they": 0.3123775611827196}, "officers": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "offices": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "offseason": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "often": {"man - they": -0.009045930505305055, "man": 0.32579100534360206, "they": 0.3348369358489071}, "oh": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "okay": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "oladipo": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "old": {"man - they": 0.10211124015256579, "man": 0.39447703353579144, "they": 0.29236579338322566}, "older": {"man - they": 0.016126458873866323, "man": 0.33022827053614257, "they": 0.31410181166227624}, "omnipresent": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "on": {"man - they": 0.04618220981615023, "man": 0.41330424328515114, "they": 0.3671220334690009}, "once": {"man - they": 0.02426325642129451, "man": 0.3765299776114798, "they": 0.3522667211901853}, "one": {"man - they": 0.060181825084379414, "man": 0.45282316989649357, "they": 0.39264134481211416}, "ones": {"man - they": 0.07051323503339069, "man": 0.3712419967126097, "they": 0.300728761679219}, "online": {"man - they": 0.12904346889242996, "man": 0.3788054990658362, "they": 0.24976203017340626}, "only": {"man - they": 0.04961078884998921, "man": 0.4079409732739238, "they": 0.3583301844239346}, "onto": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "open": {"man - they": 0.05225436976327502, "man": 0.3735403927852326, "they": 0.3212860230219576}, "opening": {"man - they": 0.16533297069519642, "man": 0.383454577914376, "they": 0.21812160721917956}, "operations": {"man - they": 0.09121937203275954, "man": 0.37689655581946563, "they": 0.2856771837867061}, "operatives": {"man - they": 0.112106663316963, "man": 0.33022827053614257, "they": 0.21812160721917956}, "operators": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "opinions": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "opponent": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "opportunity": {"man - they": 0.112106663316963, "man": 0.33022827053614257, "they": 0.21812160721917956}, "opposing": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "opposite": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "or": {"man - they": 0.06671915024769187, "man": 0.42828669838629363, "they": 0.36156754813860176}, "orbit": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "order": {"man - they": 0.07398093596681127, "man": 0.3342246602952562, "they": 0.26024372432844495}, "ordered": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "organisation": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "organization": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "organs": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "oriental": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "origins": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "orlean": {"man - they": 0.11570608126446877, "man": 0.29601951841085217, "they": 0.1803134371463834}, "other": {"man - they": 0.07691852840454355, "man": 0.45341459191182465, "they": 0.3764960635072811}, "others": {"man - they": 0.05225436976327502, "man": 0.3735403927852326, "they": 0.3212860230219576}, "otukpo": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "our": {"man - they": 0.056723409661777247, "man": 0.3922642573925753, "they": 0.33554084773079806}, "out": {"man - they": 0.04297963982463898, "man": 0.421300670533118, "they": 0.378321030708479}, "outcome": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "outlets": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "outnumbered": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "outright": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "outside": {"man - they": -0.0007543121888071713, "man": 0.33022827053614257, "they": 0.33098258272494974}, "over": {"man - they": 0.019447177626565115, "man": 0.38565318638571916, "they": 0.36620600875915404}, "overall": {"man - they": 0.1128428235588031, "man": 0.3233809889450858, "they": 0.21053816538628273}, "overcame": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "overestimate": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "overlap": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "oversee": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "overseeing": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "oversight": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "overturned": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "own": {"man - they": 0.05182092585629505, "man": 0.39460374620946465, "they": 0.3427828203531696}, "owner": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "p": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "pace": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "paced": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "pacers": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "pacing": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "pack": {"man - they": 0.039457048102069625, "man": 0.29601951841085217, "they": 0.25656247030878254}, "page": {"man - they": 0.10571681490416396, "man": 0.39168817795334276, "they": 0.2859713630491788}, "pages": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "paint": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "pandemic": {"man - they": 0.12001265784849213, "man": 0.37689655581946563, "they": 0.2568838979709735}, "pandemonium": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "panic": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "parents": {"man - they": 0.11401881939207237, "man": 0.3122873723279325, "they": 0.19826855293586015}, "park": {"man - they": 0.11450537224451007, "man": 0.3076397478640628, "they": 0.1931343756195527}, "part": {"man - they": 0.037433891680373865, "man": 0.3765299776114798, "they": 0.33909608593110596}, "particularly": {"man - they": 0.10521795433072706, "man": 0.3956130213306093, "they": 0.29039506699988227}, "partners": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "parts": {"man - they": 0.1128428235588031, "man": 0.3233809889450858, "they": 0.21053816538628273}, "party": {"man - they": 0.051304557024248465, "man": 0.3847746199970678, "they": 0.33347006297281934}, "partying": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "passengers": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "passions": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "past": {"man - they": 0.0002514103328990491, "man": 0.3034287529380644, "they": 0.3031773426051654}, "pastimes": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "pastor": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "pastors": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "pattern": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "paul": {"man - they": 0.1602987387546368, "man": 0.41442793959606244, "they": 0.25412920084142565}, "pay": {"man - they": 0.07098427744077934, "man": 0.3662601825298078, "they": 0.29527590508902846}, "peace": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "peaches": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "peak": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "pellage": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "pensioners": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "people": {"man - they": 0.045816376196783526, "man": 0.4244303604700853, "they": 0.3786139842733018}, "peppa": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "per": {"man - they": 0.072452666986137, "man": 0.35063728971367264, "they": 0.27818462272753564}, "perfect": {"man - they": 0.08756353550492452, "man": 0.3999410966876441, "they": 0.3123775611827196}, "perfecting": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "performance": {"man - they": 8.790030384692171e-05, "man": 0.3076397478640628, "they": 0.30755184756021586}, "performer": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "perhaps": {"man - they": 0.027974850414940355, "man": 0.3540544779675499, "they": 0.32607962755260955}, "perimeter": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "period": {"man - they": 0.03871027048302084, "man": 0.3076397478640628, "they": 0.26892947738104195}, "perm": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "perplexing": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "persecution": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "person": {"man - they": 0.11363281177172502, "man": 0.4168101543768904, "they": 0.3031773426051654}, "personal": {"man - they": 0.12385916078684284, "man": 0.40718426309421096, "they": 0.2833251023073681}, "personality": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "personally": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "perspective": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "pet": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "petrol": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "phosphorus": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "photo": {"man - they": 0.038412493691183214, "man": 0.3122873723279325, "they": 0.2738748786367493}, "physical": {"man - they": 0.06935276625209974, "man": 0.383454577914376, "they": 0.31410181166227624}, "physically": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "picked": {"man - they": 0.12001265784849213, "man": 0.37689655581946563, "they": 0.2568838979709735}, "picture": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "piece": {"man - they": 0.11813372292479962, "man": 0.39129547179832425, "they": 0.2731617488735246}, "pieces": {"man - they": 0.112106663316963, "man": 0.33022827053614257, "they": 0.21812160721917956}, "pillars": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "pimply": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "pin": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "pioneer": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "pistons": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "pithy": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "pits": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "place": {"man - they": 0.03970041145095099, "man": 0.3906298129746228, "they": 0.3509294015236718}, "placed": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "planets": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "planned": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "plans": {"man - they": 0.06649709097411233, "man": 0.3233809889450858, "they": 0.2568838979709735}, "platform": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "play": {"man - they": 0.10398199217994836, "man": 0.4452144622744956, "they": 0.34123247009454727}, "played": {"man - they": 0.0714048551106472, "man": 0.36179992211052947, "they": 0.29039506699988227}, "player": {"man - they": 0.10767606211292852, "man": 0.37609622760475264, "they": 0.2684201654918241}, "players": {"man - they": 0.07328610487108805, "man": 0.3417062703629122, "they": 0.2684201654918241}, "playing": {"man - they": 0.05457920422128648, "man": 0.35775654682645186, "they": 0.3031773426051654}, "playmakers": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "playoff": {"man - they": 0.16408845086231855, "man": 0.39129547179832425, "they": 0.2272070209360057}, "playoffs": {"man - they": 0.16408845086231855, "man": 0.39129547179832425, "they": 0.2272070209360057}, "plays": {"man - they": 0.1481574835958817, "man": 0.44111790242939813, "they": 0.2929604188335164}, "plot": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "plucked": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "plus": {"man - they": 0.12001265784849213, "man": 0.37689655581946563, "they": 0.2568838979709735}, "pocket": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "podcasts": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "point": {"man - they": 0.01779119595071138, "man": 0.33907721897266896, "they": 0.3212860230219576}, "points": {"man - they": 0.20081974823210846, "man": 0.4406799940148915, "they": 0.23986024578278303}, "poised": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "poison": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "polarization": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "pole": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "police": {"man - they": 0.13532863513691534, "man": 0.4273687501204136, "they": 0.29204011498349824}, "policy": {"man - they": 0.06649709097411233, "man": 0.3233809889450858, "they": 0.2568838979709735}, "political": {"man - they": 0.029621033586327616, "man": 0.32776508686915595, "they": 0.29814405328282834}, "politicians": {"man - they": 0.08962072558202722, "man": 0.39129547179832425, "they": 0.30167474621629703}, "politics": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "poor": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "pops": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "popular": {"man - they": 0.01816371878779377, "man": 0.2896310137726635, "they": 0.2714672949848697}, "portal": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "portion": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "posing": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "position": {"man - they": 0.15236191962786677, "man": 0.4168101543768904, "they": 0.2644482347490236}, "positions": {"man - they": 0.0669790990493504, "man": 0.31748151595159946, "they": 0.25050241690224906}, "possible": {"man - they": -0.0005052157408904079, "man": 0.3233809889450858, "they": 0.32388620468597623}, "possibly": {"man - they": 0.06935276625209974, "man": 0.383454577914376, "they": 0.31410181166227624}, "post": {"man - they": 0.017011467238904066, "man": 0.3122873723279325, "they": 0.29527590508902846}, "potential": {"man - they": 0.016126458873866323, "man": 0.33022827053614257, "they": 0.31410181166227624}, "potentially": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "pounds": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "pow": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "power": {"man - they": 0.09031903610294295, "man": 0.43627716080944456, "they": 0.3459581247065016}, "powerful": {"man - they": 0.06997693919570308, "man": 0.37689655581946563, "they": 0.30691961662376255}, "practical": {"man - they": 0.11813372292479962, "man": 0.39129547179832425, "they": 0.2731617488735246}, "practice": {"man - they": 0.01573030106509843, "man": 0.33842236800591974, "they": 0.3226920669408213}, "practicing": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "practitioner": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "pray": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "prayer": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "praying": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "preach": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "preaching": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "precepts": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "precious": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "predict": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "predictability": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "preference": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "prepare": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "presence": {"man - they": 0.07274884059376308, "man": 0.40477349375906296, "they": 0.3320246531652999}, "presented": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "presidency": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "president": {"man - they": 0.1716216156087879, "man": 0.3417062703629122, "they": 0.1700846547541243}, "press": {"man - they": 0.16533297069519642, "man": 0.383454577914376, "they": 0.21812160721917956}, "pretend": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "prevalence": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "prevent": {"man - they": 0.016126458873866323, "man": 0.33022827053614257, "they": 0.31410181166227624}, "prevented": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "preventing": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "previous": {"man - they": 0.055161847919455, "man": 0.35063728971367264, "they": 0.29547544179421764}, "previously": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "price": {"man - they": 0.04068307440931013, "man": 0.35063728971367264, "they": 0.3099542153043625}, "prime": {"man - they": 0.03770380515837973, "man": 0.3233809889450858, "they": 0.2856771837867061}, "primos": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "probably": {"man - they": 0.05388262134708821, "man": 0.3662601825298078, "they": 0.3123775611827196}, "probe": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "problem": {"man - they": 0.05203824236373905, "man": 0.37609622760475264, "they": 0.3240579852410136}, "problems": {"man - they": 0.08997600341744938, "man": 0.3788054990658362, "they": 0.28882949564838684}, "process": {"man - they": 0.05365435797266149, "man": 0.3569916008953344, "they": 0.3033372429226729}, "produced": {"man - they": 0.0004028400224209139, "man": 0.299575073504148, "they": 0.2991722334817271}, "production": {"man - they": 0.09605738537088074, "man": 0.3319731949331538, "they": 0.23591580956227307}, "products": {"man - they": 0.09121937203275954, "man": 0.37689655581946563, "they": 0.2856771837867061}, "professional": {"man - they": 0.03770380515837973, "man": 0.3233809889450858, "they": 0.2856771837867061}, "professionals": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "program": {"man - they": 0.05347420747674492, "man": 0.3712419967126097, "they": 0.3177677892358648}, "programme": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "progress": {"man - they": 0.15104484099940202, "man": 0.42420658987292664, "they": 0.2731617488735246}, "progresses": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "project": {"man - they": 0.01779119595071138, "man": 0.33907721897266896, "they": 0.3212860230219576}, "projecting": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "prompt": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "promptly": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "properly": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "properties": {"man - they": 0.016461372321323275, "man": 0.3233809889450858, "they": 0.30691961662376255}, "prose": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "protect": {"man - they": 0.11916186271725399, "man": 0.383454577914376, "they": 0.264292715197122}, "protection": {"man - they": 0.09049415908085956, "man": 0.383454577914376, "they": 0.2929604188335164}, "protective": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "protector": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "proud": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "prove": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "provide": {"man - they": 0.08862200319386437, "man": 0.40158524027390435, "they": 0.31296323708004}, "providing": {"man - they": 0.11916186271725399, "man": 0.383454577914376, "they": 0.264292715197122}, "provocative": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "prudence": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "psychologically": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "public": {"man - they": 0.0359010909175807, "man": 0.40958093818285224, "they": 0.37367984726527154}, "publication": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "published": {"man - they": 0.12723994320431914, "man": 0.39168817795334276, "they": 0.2644482347490236}, "publisher": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "pull": {"man - they": 0.09049415908085956, "man": 0.383454577914376, "they": 0.2929604188335164}, "pulse": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "punching": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "push": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "put": {"man - they": 0.09706647077127067, "man": 0.43963936810472687, "they": 0.3425728973334562}, "putnam": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "puts": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "putting": {"man - they": 0.19699956893692094, "man": 0.42420658987292664, "they": 0.2272070209360057}, "qaeda": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "qualified": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "quality": {"man - they": -0.014040213325581974, "man": 0.299575073504148, "they": 0.31361528682973}, "quarterback": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "quartet": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "question": {"man - they": 0.055161847919455, "man": 0.35063728971367264, "they": 0.29547544179421764}, "questioned": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "questions": {"man - they": 0.07302644669535857, "man": 0.3444937416802283, "they": 0.2714672949848697}, "quick": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "quicker": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "quickly": {"man - they": 0.11347077389154714, "man": 0.31748151595159946, "they": 0.20401074206005232}, "quit": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "quite": {"man - they": 8.790030384692171e-05, "man": 0.3076397478640628, "they": 0.30755184756021586}, "race": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "radio": {"man - they": 0.038080312225064916, "man": 0.31748151595159946, "they": 0.27940120372653454}, "radioactive": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "radios": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "radius": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "raf": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "rage": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "raging": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "raise": {"man - they": -0.01440214042653487, "man": 0.3122873723279325, "they": 0.3266895127544674}, "rallied": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "range": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "ranked": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "rap": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "rate": {"man - they": 0.017011467238904066, "man": 0.3122873723279325, "they": 0.29527590508902846}, "rates": {"man - they": 0.1128428235588031, "man": 0.3233809889450858, "they": 0.21053816538628273}, "rather": {"man - they": 0.05006425167901252, "man": 0.40423174691377445, "they": 0.35416749523476193}, "re": {"man - they": -0.0025258399852251534, "man": 0.364651116230674, "they": 0.36717695621589913}, "reached": {"man - they": 0.06740210112397718, "man": 0.3122873723279325, "they": 0.24488527120395534}, "reactions": {"man - they": 0.16250141744608332, "man": 0.40111459449184345, "they": 0.23861317704576013}, "read": {"man - they": 0.0670259956019868, "man": 0.40704851157659694, "they": 0.34002251597461014}, "reader": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "readers": {"man - they": 0.19509772682209353, "man": 0.43371090386785366, "they": 0.23861317704576013}, "reading": {"man - they": 0.12036566403782217, "man": 0.4303198793421847, "they": 0.3099542153043625}, "ready": {"man - they": 0.07051323503339069, "man": 0.3712419967126097, "they": 0.300728761679219}, "real": {"man - they": 0.08734623414580345, "man": 0.4273687501204136, "they": 0.34002251597461014}, "realisation": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "realise": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "reality": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "realize": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "realizes": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "really": {"man - they": 0.07944939739112405, "man": 0.41782924605358773, "they": 0.3383798486624637}, "reason": {"man - they": 0.027224287929604907, "man": 0.3662601825298078, "they": 0.3390358946002029}, "reassuring": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "rebounding": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "rebounds": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "rebuilding": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "rebuilt": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "receive": {"man - they": 0.01573030106509843, "man": 0.33842236800591974, "they": 0.3226920669408213}, "received": {"man - they": 0.06740210112397718, "man": 0.3122873723279325, "they": 0.24488527120395534}, "recently": {"man - they": 0.07328610487108805, "man": 0.3417062703629122, "they": 0.2684201654918241}, "reciprocated": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "record": {"man - they": 0.12001265784849213, "man": 0.37689655581946563, "they": 0.2568838979709735}, "records": {"man - they": 0.1224483497542719, "man": 0.35775654682645186, "they": 0.23530819707217995}, "red": {"man - they": 0.03770380515837973, "man": 0.3233809889450858, "they": 0.2856771837867061}, "redshirt": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "reeled": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "referee": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "reflect": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "reflecting": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "reflection": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "reflects": {"man - they": 0.12111346412605584, "man": 0.43371090386785366, "they": 0.3125974397417978}, "refusal": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "regard": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "regarded": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "reinventing": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "relations": {"man - they": 0.15747368372009507, "man": 0.3847746199970678, "they": 0.22730093627697273}, "relationships": {"man - they": 0.112106663316963, "man": 0.33022827053614257, "they": 0.21812160721917956}, "reliable": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "relies": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "rely": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "rem": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "remaining": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "remarkable": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "remember": {"man - they": 0.07051323503339069, "man": 0.3712419967126097, "they": 0.300728761679219}, "reminded": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "removed": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "repeat": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "report": {"man - they": -0.026048472590245453, "man": 0.2789633850062796, "they": 0.30501185759652505}, "reporters": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "republican": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "request": {"man - they": 0.11347077389154714, "man": 0.31748151595159946, "they": 0.20401074206005232}, "requests": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "requirements": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "requires": {"man - they": 0.112106663316963, "man": 0.33022827053614257, "they": 0.21812160721917956}, "research": {"man - they": 0.057346178673814086, "man": 0.32389382745292267, "they": 0.2665476487791086}, "researched": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "resolution": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "resolve": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "resources": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "respect": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "respectful": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "respectively": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "response": {"man - they": 0.017244680864180517, "man": 0.3076397478640628, "they": 0.29039506699988227}, "responsible": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "rest": {"man - they": 0.016461372321323275, "man": 0.3233809889450858, "they": 0.30691961662376255}, "restaurant": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "restrictions": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "result": {"man - they": 0.0714048551106472, "man": 0.36179992211052947, "they": 0.29039506699988227}, "retailers": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "return": {"man - they": 0.05457920422128648, "man": 0.35775654682645186, "they": 0.3031773426051654}, "returnees": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "returning": {"man - they": 0.1236514521086709, "man": 0.4166118709421873, "they": 0.2929604188335164}, "returns": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "reveals": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "review": {"man - they": 0.01745738988888562, "man": 0.3034287529380644, "they": 0.2859713630491788}, "reviewed": {"man - they": 0.1602987387546368, "man": 0.41442793959606244, "they": 0.25412920084142565}, "revolving": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "reward": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "rhodes": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "ribs": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "rich": {"man - they": 0.016752754272380432, "man": 0.31748151595159946, "they": 0.300728761679219}, "ride": {"man - they": 0.06812055586588447, "man": 0.3034287529380644, "they": 0.23530819707217995}, "ridiculous": {"man - they": 0.1602987387546368, "man": 0.41442793959606244, "they": 0.25412920084142565}, "right": {"man - they": 0.07360330920712638, "man": 0.41569489498511963, "they": 0.34209158577799326}, "ring": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "ripped": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "risk": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "risky": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "road": {"man - they": 0.04202073291057834, "man": 0.3319731949331538, "they": 0.28995246202257546}, "roads": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "robbery": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "robbing": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "roberto": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "rock": {"man - they": 0.09121937203275954, "man": 0.37689655581946563, "they": 0.2856771837867061}, "rocket": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "rockets": {"man - they": 0.1481574835958817, "man": 0.44111790242939813, "they": 0.2929604188335164}, "rogers": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "role": {"man - they": 0.08830685071122524, "man": 0.40423174691377445, "they": 0.3159248962025492}, "roles": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "rolled": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "roof": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "rookie": {"man - they": 0.16408845086231855, "man": 0.39129547179832425, "they": 0.2272070209360057}, "room": {"man - they": 0.15231915574506533, "man": 0.4166118709421873, "they": 0.264292715197122}, "rooms": {"man - they": 0.16250141744608332, "man": 0.40111459449184345, "they": 0.23861317704576013}, "roots": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "roy": {"man - they": 0.16250141744608332, "man": 0.40111459449184345, "they": 0.23861317704576013}, "rss": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "rule": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "rules": {"man - they": 0.09121937203275954, "man": 0.37689655581946563, "they": 0.2856771837867061}, "run": {"man - they": 0.08851083534817739, "man": 0.39168817795334276, "they": 0.3031773426051654}, "rupert": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "rushing": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "russell": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "russians": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "ryan": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "s": {"man - they": 0.07711984839033659, "man": 0.4230312082378041, "they": 0.3459113598474675}, "sabonis": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "sadarius": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "safe": {"man - they": 0.016126458873866323, "man": 0.33022827053614257, "they": 0.31410181166227624}, "safestyle": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "safety": {"man - they": 0.016126458873866323, "man": 0.33022827053614257, "they": 0.31410181166227624}, "said": {"man - they": 0.03966103723158054, "man": 0.36274291235246725, "they": 0.3230818751208867}, "salt": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "same": {"man - they": 0.09735154232003779, "man": 0.4302521613201933, "they": 0.3329006190001555}, "san": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "sanctify": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "santana": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "satan": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "satellites": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "saturday": {"man - they": 0.0714048551106472, "man": 0.36179992211052947, "they": 0.29039506699988227}, "sauce": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "save": {"man - they": 0.06649709097411233, "man": 0.3233809889450858, "they": 0.2568838979709735}, "saved": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "saw": {"man - they": 0.08004996741922449, "man": 0.41295058641938, "they": 0.3329006190001555}, "say": {"man - they": 0.07324475730686769, "man": 0.39893683983032513, "they": 0.32569208252345744}, "says": {"man - they": 0.017244680864180517, "man": 0.3076397478640628, "they": 0.29039506699988227}, "scandal": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "scheduled": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "scholarship": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "school": {"man - they": 0.10152147473736156, "man": 0.39908822537495864, "they": 0.2975667506375971}, "science": {"man - they": 0.0955707669631059, "man": 0.3365884049349307, "they": 0.2410176379718248}, "scientific": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "scientist": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "scope": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "scoping": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "score": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "scorer": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "scoresby": {"man - they": 0.1128428235588031, "man": 0.3233809889450858, "they": 0.21053816538628273}, "scoring": {"man - they": 0.09049415908085956, "man": 0.383454577914376, "they": 0.2929604188335164}, "scripture": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "scrutiny": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "sea": {"man - they": 0.0389805181890408, "man": 0.3034287529380644, "they": 0.2644482347490236}, "search": {"man - they": 0.12701097710708487, "man": 0.3203061936260751, "they": 0.19329521651899023}, "season": {"man - they": 0.12254868656248707, "man": 0.35129856212867994, "they": 0.22874987556619286}, "seasons": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "sec": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "secluded": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "second": {"man - they": 0.06643246416723042, "man": 0.3893743496313924, "they": 0.32294188546416197}, "secret": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "sections": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "security": {"man - they": 0.06740210112397718, "man": 0.3122873723279325, "they": 0.24488527120395534}, "seductive": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "see": {"man - they": 0.05936138105928518, "man": 0.38695606644294533, "they": 0.32759468538366016}, "seed": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "seeding": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "seeing": {"man - they": 0.07051323503339069, "man": 0.3712419967126097, "they": 0.300728761679219}, "seeking": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "seem": {"man - they": 0.09968610959148988, "man": 0.4133013964212199, "they": 0.31361528682973}, "seemed": {"man - they": -9.018885478706551e-05, "man": 0.3122873723279325, "they": 0.3123775611827196}, "seemingly": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "seems": {"man - they": 0.0078279470066282, "man": 0.33907721897266896, "they": 0.33124927196604076}, "seen": {"man - they": 0.029354813075964326, "man": 0.3319731949331538, "they": 0.3026183818571895}, "selecting": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "self": {"man - they": 0.16250141744608332, "man": 0.40111459449184345, "they": 0.23861317704576013}, "senior": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "seniors": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "sense": {"man - they": 0.12457900621940621, "man": 0.4102561900061123, "they": 0.2856771837867061}, "sensitive": {"man - they": 0.10333657338234975, "man": 0.4102561900061123, "they": 0.30691961662376255}, "sent": {"man - they": 0.017011467238904066, "man": 0.3122873723279325, "they": 0.29527590508902846}, "sept": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "series": {"man - they": 0.09134540179395778, "man": 0.3666315908045168, "they": 0.275286189010559}, "seriously": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "sermon": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "servants": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "serve": {"man - they": 0.12073957981036065, "man": 0.3712419967126097, "they": 0.25050241690224906}, "served": {"man - they": 0.10251005927991108, "man": 0.4166118709421873, "they": 0.31410181166227624}, "service": {"man - they": -0.013564176220149937, "man": 0.28400257441744714, "they": 0.2975667506375971}, "serving": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "set": {"man - they": 0.041321978467127485, "man": 0.3417062703629122, "they": 0.3003842918957847}, "setting": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "seven": {"man - they": 0.016461372321323275, "man": 0.3233809889450858, "they": 0.30691961662376255}, "seventeenth": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "several": {"man - they": 0.025261394296401785, "man": 0.36882159861985775, "they": 0.34356020432345596}, "severe": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "severely": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "sex": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "sexual": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "shade": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "shadow": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "shadows": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "shakespeare": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "shall": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "share": {"man - they": -0.01454313721370043, "man": 0.31748151595159946, "they": 0.3320246531652999}, "shared": {"man - they": 0.0669790990493504, "man": 0.31748151595159946, "they": 0.25050241690224906}, "sharing": {"man - they": 0.03770380515837973, "man": 0.3233809889450858, "they": 0.2856771837867061}, "shawn": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "she": {"man - they": 0.03987831034824524, "man": 0.28123616672627827, "they": 0.24135785637803303}, "shelves": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "shepherd": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "shine": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "shining": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "shintao": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "shinto": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "shock": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "shocked": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "shocking": {"man - they": 0.08851715475004562, "man": 0.40111459449184345, "they": 0.3125974397417978}, "shoes": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "shopping": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "short": {"man - they": 0.06201392480500978, "man": 0.38809355235761933, "they": 0.32607962755260955}, "shot": {"man - they": 0.09330831207742823, "man": 0.35775654682645186, "they": 0.2644482347490236}, "shots": {"man - they": 0.08851715475004562, "man": 0.40111459449184345, "they": 0.3125974397417978}, "should": {"man - they": 0.06630431856031016, "man": 0.3906298129746228, "they": 0.32432549441431263}, "shoved": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "show": {"man - they": 0.1103322045621905, "man": 0.41295058641938, "they": 0.3026183818571895}, "showcase": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "showed": {"man - they": 0.09184079298607517, "man": 0.3712419967126097, "they": 0.27940120372653454}, "showing": {"man - they": 0.09238530389305849, "man": 0.3662601825298078, "they": 0.2738748786367493}, "shown": {"man - they": 0.07217675617021191, "man": 0.4102561900061123, "they": 0.3380794338359004}, "shut": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "side": {"man - they": 0.007439181354163216, "man": 0.34746169732877336, "they": 0.34002251597461014}, "sight": {"man - they": 0.14942570001682792, "man": 0.43371090386785366, "they": 0.28428520385102574}, "signal": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "signals": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "signed": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "significant": {"man - they": 0.08929917820285016, "man": 0.3847746199970678, "they": 0.29547544179421764}, "significantly": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "silence": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "silent": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "similar": {"man - they": 0.05388262134708821, "man": 0.3662601825298078, "they": 0.3123775611827196}, "similarities": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "simmons": {"man - they": 0.11813372292479962, "man": 0.39129547179832425, "they": 0.2731617488735246}, "since": {"man - they": 0.06198027253120636, "man": 0.4189327818539204, "they": 0.35695250932271405}, "sinful": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "sing": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "singing": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "single": {"man - they": 0.0670259956019868, "man": 0.40704851157659694, "they": 0.34002251597461014}, "sirens": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "sitting": {"man - they": 0.08962072558202722, "man": 0.39129547179832425, "they": 0.30167474621629703}, "situation": {"man - they": 0.02496583874120889, "man": 0.3735403927852326, "they": 0.3485745540440237}, "six": {"man - they": 0.0005440766166345257, "man": 0.29601951841085217, "they": 0.29547544179421764}, "sixers": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "sixth": {"man - they": 0.15231915574506533, "man": 0.4166118709421873, "they": 0.264292715197122}, "size": {"man - they": 0.0530103511334894, "man": 0.37689655581946563, "they": 0.32388620468597623}, "sjoberg": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "sky": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "skyplussed": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "skyward": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "slab": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "slammed": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "sleeves": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "slightly": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "slow": {"man - they": 0.06997693919570308, "man": 0.37689655581946563, "they": 0.30691961662376255}, "small": {"man - they": 0.03988757855301883, "man": 0.36179992211052947, "they": 0.32191234355751064}, "smart": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "smashed": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "smell": {"man - they": 0.16799162959394764, "man": 0.3662601825298078, "they": 0.19826855293586015}, "smoke": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "smoked": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "smooth": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "so": {"man - they": 0.027187120039426083, "man": 0.39635356423099327, "they": 0.3691664441915672}, "soccer": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "social": {"man - they": 0.0714048551106472, "man": 0.36179992211052947, "they": 0.29039506699988227}, "society": {"man - they": 0.07410696583373888, "man": 0.39168817795334276, "they": 0.3175812121196039}, "soft": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "solar": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "solidarity": {"man - they": 0.1128428235588031, "man": 0.3233809889450858, "they": 0.21053816538628273}, "some": {"man - they": 0.07399395877748316, "man": 0.42807347335075324, "they": 0.3540795145732701}, "somehow": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "someone": {"man - they": 0.09049415908085956, "man": 0.383454577914376, "they": 0.2929604188335164}, "something": {"man - they": 0.05962889053144543, "man": 0.39029180038746547, "they": 0.33066290985602004}, "sometimes": {"man - they": -0.014272595693447854, "man": 0.3076397478640628, "they": 0.32191234355751064}, "song": {"man - they": 0.158406601764474, "man": 0.3788054990658362, "they": 0.22039889730136222}, "soon": {"man - they": 0.03247460927769391, "man": 0.3847746199970678, "they": 0.3523000107193739}, "sophomores": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "sorry": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "sort": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "sounds": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "source": {"man - they": -0.01440214042653487, "man": 0.3122873723279325, "they": 0.3266895127544674}, "sources": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "south": {"man - they": 0.08964943025832062, "man": 0.38168954524181886, "they": 0.29204011498349824}, "southern": {"man - they": 0.038080312225064916, "man": 0.31748151595159946, "they": 0.27940120372653454}, "soviet": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "space": {"man - they": 0.063370911743995, "man": 0.3735403927852326, "they": 0.3101694810412376}, "spaceport": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "speak": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "speaker": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "speaking": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "spears": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "special": {"man - they": 0.0940748194048901, "man": 0.35063728971367264, "they": 0.25656247030878254}, "specialized": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "specific": {"man - they": 0.11813372292479962, "man": 0.39129547179832425, "they": 0.2731617488735246}, "speech": {"man - they": 0.12774668513256293, "man": 0.38809355235761933, "they": 0.2603468672250564}, "speed": {"man - they": 0.09049415908085956, "man": 0.383454577914376, "they": 0.2929604188335164}, "spellbound": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "spend": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "spending": {"man - they": 0.12253184365662961, "man": 0.42420658987292664, "they": 0.30167474621629703}, "spent": {"man - they": 0.08964943025832062, "man": 0.38168954524181886, "they": 0.29204011498349824}, "sphere": {"man - they": 0.16250141744608332, "man": 0.40111459449184345, "they": 0.23861317704576013}, "spirit": {"man - they": 0.055161847919455, "man": 0.35063728971367264, "they": 0.29547544179421764}, "spiritual": {"man - they": 0.11916186271725399, "man": 0.383454577914376, "they": 0.264292715197122}, "spiritually": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "sports": {"man - they": 0.11813372292479962, "man": 0.39129547179832425, "they": 0.2731617488735246}, "spot": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "spots": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "spring": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "spurrier": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "squad": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "stability": {"man - they": 0.16408845086231855, "man": 0.39129547179832425, "they": 0.2272070209360057}, "stacking": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "stacks": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "staff": {"man - they": 0.08962072558202722, "man": 0.39129547179832425, "they": 0.30167474621629703}, "stage": {"man - they": 0.01573030106509843, "man": 0.33842236800591974, "they": 0.3226920669408213}, "stained": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "standard": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "standing": {"man - they": 0.16250141744608332, "man": 0.40111459449184345, "they": 0.23861317704576013}, "standoffs": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "stanley": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "staple": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "star": {"man - they": 0.13187645849802626, "man": 0.4100610812255619, "they": 0.27818462272753564}, "stars": {"man - they": 0.11347077389154714, "man": 0.31748151595159946, "they": 0.20401074206005232}, "start": {"man - they": 0.1523723650296851, "man": 0.44441248001318334, "they": 0.29204011498349824}, "started": {"man - they": 0.017337494480769655, "man": 0.34746169732877336, "they": 0.3301242028480037}, "starter": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "starting": {"man - they": 0.08679988825694646, "man": 0.4168101543768904, "they": 0.33001026611994394}, "starts": {"man - they": 0.1663583904331829, "man": 0.37689655581946563, "they": 0.21053816538628273}, "state": {"man - they": 0.00613915982016916, "man": 0.31859058778054683, "they": 0.31245142796037767}, "stated": {"man - they": 0.16533297069519642, "man": 0.383454577914376, "they": 0.21812160721917956}, "statement": {"man - they": 0.016461372321323275, "man": 0.3233809889450858, "they": 0.30691961662376255}, "states": {"man - they": -0.013564176220149937, "man": 0.28400257441744714, "they": 0.2975667506375971}, "station": {"man - they": 0.09872804362535348, "man": 0.4206403871828641, "they": 0.32191234355751064}, "stay": {"man - they": 0.10617169991455327, "man": 0.38809355235761933, "they": 0.28192185244306606}, "stayed": {"man - they": 0.01573030106509843, "man": 0.33842236800591974, "they": 0.3226920669408213}, "steadfast": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "steadiness": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "steal": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "step": {"man - they": 0.1031305408065693, "man": 0.38645564311393743, "they": 0.2833251023073681}, "stephen": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "stepped": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "stepping": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "steve": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "stevens": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "still": {"man - they": 0.05175609391499475, "man": 0.4070791872849922, "they": 0.35532309336999746}, "sting": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "stings": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "stint": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "stipe": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "stockpiling": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "stone": {"man - they": 0.0669790990493504, "man": 0.31748151595159946, "they": 0.25050241690224906}, "stoned": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "stools": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "stop": {"man - they": 0.16970029282665383, "man": 0.44441248001318334, "they": 0.2747121871865295}, "stopped": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "stories": {"man - they": 0.07051323503339069, "man": 0.3712419967126097, "they": 0.300728761679219}, "story": {"man - they": -0.013934696893510345, "man": 0.29601951841085217, "they": 0.3099542153043625}, "stout": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "straight": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "straughn": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "streak": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "stream": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "street": {"man - they": 0.027497552985512985, "man": 0.36179992211052947, "they": 0.3343023691250165}, "streets": {"man - they": 0.038080312225064916, "man": 0.31748151595159946, "they": 0.27940120372653454}, "strength": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "strengthened": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "stressed": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "strike": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "striker": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "stroke": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "strong": {"man - they": 0.07571193570896795, "man": 0.37609622760475264, "they": 0.3003842918957847}, "struck": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "struggles": {"man - they": 0.16408845086231855, "man": 0.39129547179832425, "they": 0.2272070209360057}, "student": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "students": {"man - they": 0.1698204867226535, "man": 0.3540544779675499, "they": 0.1842339912448964}, "studies": {"man - they": 0.16927089014353752, "man": 0.35775654682645186, "they": 0.18848565668291434}, "study": {"man - they": 0.09473171150682203, "man": 0.3444937416802283, "they": 0.24976203017340626}, "sturridge": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "style": {"man - they": 0.06997693919570308, "man": 0.37689655581946563, "they": 0.30691961662376255}, "subdued": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "subject": {"man - they": 0.0714048551106472, "man": 0.36179992211052947, "they": 0.29039506699988227}, "subjected": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "subversive": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "success": {"man - they": 0.09184079298607517, "man": 0.3712419967126097, "they": 0.27940120372653454}, "successful": {"man - they": 0.11916186271725399, "man": 0.383454577914376, "they": 0.264292715197122}, "succession": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "such": {"man - they": 0.052541627425818804, "man": 0.41073412704629314, "they": 0.35819249962047434}, "suddenly": {"man - they": 0.11813372292479962, "man": 0.39129547179832425, "they": 0.2731617488735246}, "suffering": {"man - they": 0.16408845086231855, "man": 0.39129547179832425, "they": 0.2272070209360057}, "suggest": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "suggested": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "suicide": {"man - they": 0.1602987387546368, "man": 0.41442793959606244, "they": 0.25412920084142565}, "suited": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "sullivan": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "summerville": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "summie": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "sunday": {"man - they": 0.06649709097411233, "man": 0.3233809889450858, "they": 0.2568838979709735}, "super": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "supply": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "support": {"man - they": 0.07780220235300106, "man": 0.39908822537495864, "they": 0.3212860230219576}, "supported": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "supporters": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "supportive": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "supposed": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "sure": {"man - they": 0.010647357110955102, "man": 0.3645398474331461, "they": 0.353892490322191}, "surface": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "surrounds": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "survive": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "survivors": {"man - they": 0.1128428235588031, "man": 0.3233809889450858, "they": 0.21053816538628273}, "susan": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "suspect": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "suspected": {"man - they": 0.09184079298607517, "man": 0.3712419967126097, "they": 0.27940120372653454}, "suspects": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "swamps": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "swear": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "sweet": {"man - they": 0.052471995189426246, "man": 0.383454577914376, "they": 0.33098258272494974}, "swooped": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "system": {"man - they": 0.11383972050984897, "man": 0.4473097834826683, "they": 0.33347006297281934}, "t": {"man - they": 0.05888096712445884, "man": 0.40490923955154445, "they": 0.3460282724270856}, "table": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "tables": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "tackle": {"man - they": 0.06649709097411233, "man": 0.3233809889450858, "they": 0.2568838979709735}, "taco": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "take": {"man - they": -0.012871904428942038, "man": 0.3305550659906313, "they": 0.3434269704195733}, "taken": {"man - they": 0.0900711378798239, "man": 0.4054134033303943, "they": 0.31534226545057037}, "taking": {"man - they": 0.03639931006527447, "man": 0.39029180038746547, "they": 0.353892490322191}, "talent": {"man - they": 0.16250141744608332, "man": 0.40111459449184345, "they": 0.23861317704576013}, "talented": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "talk": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "talking": {"man - they": 0.09287044472948752, "man": 0.36179992211052947, "they": 0.26892947738104195}, "targets": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "task": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "tasked": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "tasks": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "taste": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "tatum": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "taxi": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "taxis": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "teach": {"man - they": 0.16250141744608332, "man": 0.40111459449184345, "they": 0.23861317704576013}, "teachers": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "teaching": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "team": {"man - they": 0.008809536321387923, "man": 0.31860545695627, "they": 0.3097959206348821}, "teammates": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "teams": {"man - they": 0.1073382040809665, "man": 0.3788054990658362, "they": 0.2714672949848697}, "tear": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "technical": {"man - they": 0.03770380515837973, "man": 0.3233809889450858, "they": 0.2856771837867061}, "technique": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "techniques": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "technology": {"man - they": -0.013834999268493797, "man": 0.29271669804297357, "they": 0.30655169731146736}, "teenaged": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "teenagers": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "telescope": {"man - they": 0.12193967632774644, "man": 0.36179992211052947, "they": 0.23986024578278303}, "television": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "tell": {"man - they": -0.026581513181879513, "man": 0.3034287529380644, "they": 0.33001026611994394}, "telly": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "temperament": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "tempted": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "tend": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "tends": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "term": {"man - they": 0.06201392480500978, "man": 0.38809355235761933, "they": 0.32607962755260955}, "terms": {"man - they": 0.11347077389154714, "man": 0.31748151595159946, "they": 0.20401074206005232}, "terrible": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "terrifying": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "testing": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "text": {"man - they": 0.06649709097411233, "man": 0.3233809889450858, "they": 0.2568838979709735}, "than": {"man - they": 0.0334416932673981, "man": 0.40168842933685217, "they": 0.3682467360694541}, "thanks": {"man - they": 0.007138892327479884, "man": 0.3540544779675499, "they": 0.34691558564007}, "that": {"man - they": 0.06370980561414213, "man": 0.40803184398102244, "they": 0.3443220383668803}, "thatch": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "the": {"man - they": 0.07464926341116473, "man": 0.30960620587071114, "they": 0.2349569424595464}, "theatre": {"man - they": 0.11916186271725399, "man": 0.383454577914376, "they": 0.264292715197122}, "theatres": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "their": {"man - they": 0.039484421370379996, "man": 0.41722801694633727, "they": 0.37774359557595727}, "them": {"man - they": 0.03777920900551113, "man": 0.40343860749605176, "they": 0.36565939849054063}, "themselves": {"man - they": 0.051024042590017304, "man": 0.38809355235761933, "they": 0.337069509767602}, "then": {"man - they": 0.057908762144412984, "man": 0.41361368385346675, "they": 0.35570492170905377}, "theories": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "theorised": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "theory": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "there": {"man - they": 0.04344658079552405, "man": 0.41631853557848736, "they": 0.3728719547829633}, "therefore": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "these": {"man - they": 0.033949057282625816, "man": 0.40343860749605176, "they": 0.36948955021342594}, "they": {"man - they": -0.04060246852538535, "man": 0.3984026420028155, "they": 0.43900511052820085}, "thing": {"man - they": 0.1235848090410841, "man": 0.4090262566529966, "they": 0.2854414476119125}, "things": {"man - they": 0.057623970909577105, "man": 0.40587547290929005, "they": 0.34825150199971294}, "think": {"man - they": 0.05197780928076662, "man": 0.40470097844663455, "they": 0.35272316916586793}, "thinking": {"man - they": 0.10333657338234975, "man": 0.4102561900061123, "they": 0.30691961662376255}, "thinks": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "third": {"man - they": 0.06401320894732732, "man": 0.3666315908045168, "they": 0.3026183818571895}, "thirty": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "this": {"man - they": 0.057570071476806595, "man": 0.4305215568898024, "they": 0.37295148541299583}, "those": {"man - they": 0.028154050728381674, "man": 0.3872669430424511, "they": 0.3591128923140694}, "though": {"man - they": 0.008726236866676396, "man": 0.3203061936260751, "they": 0.3115799567593987}, "thought": {"man - they": 0.09787611115534722, "man": 0.42639653699069574, "they": 0.3285204258353485}, "thoughts": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "thousand": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "threads": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "three": {"man - they": 0.030748238776262482, "man": 0.37505887319653686, "they": 0.3443106344202744}, "thrilled": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "thrives": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "through": {"man - they": 0.07062449399485715, "man": 0.4013383698381987, "they": 0.33071387584334155}, "throughout": {"man - they": 0.051304557024248465, "man": 0.3847746199970678, "they": 0.33347006297281934}, "throw": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "throws": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "thunder": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "tight": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "tim": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "time": {"man - they": 0.10783700510781258, "man": 0.4721751293661637, "they": 0.3643381242583511}, "times": {"man - they": 0.008056463802509684, "man": 0.3342246602952562, "they": 0.32616819649274653}, "timothy": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "tinned": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "tios": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "titled": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "to": {"man - they": 0.06617286550496543, "man": 0.3647061980542159, "they": 0.29853333254925046}, "today": {"man - they": 0.028907737931431365, "man": 0.33907721897266896, "they": 0.3101694810412376}, "together": {"man - they": 0.033250504754074595, "man": 0.3735403927852326, "they": 0.340289888031158}, "toiled": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "told": {"man - they": 0.05221791530353598, "man": 0.37961409953640574, "they": 0.32739618423286976}, "tonantzin": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "tone": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "tongue": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "too": {"man - they": -0.007512159028118026, "man": 0.3420613553393304, "they": 0.34957351436744843}, "took": {"man - they": 0.025896466538204876, "man": 0.3587695999330437, "they": 0.3328731333948388}, "top": {"man - they": 0.00864031185641212, "man": 0.32206737341895053, "they": 0.3134270615625384}, "toptipz": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "totaled": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "touch": {"man - they": 0.12253184365662961, "man": 0.42420658987292664, "they": 0.30167474621629703}, "touched": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "touchstone": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "tough": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "toward": {"man - they": 0.017834895683316532, "man": 0.29601951841085217, "they": 0.27818462272753564}, "towards": {"man - they": 0.0530103511334894, "man": 0.37689655581946563, "they": 0.32388620468597623}, "town": {"man - they": 0.0016977036915272747, "man": 0.26824535247063586, "they": 0.2665476487791086}, "toxic": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "toy": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "track": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "trade": {"man - they": 0.11813372292479962, "man": 0.39129547179832425, "they": 0.2731617488735246}, "traded": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "traditional": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "traffic": {"man - they": 0.1533722920351388, "man": 0.4102561900061123, "they": 0.2568838979709735}, "trail": {"man - they": 0.06649709097411233, "man": 0.3233809889450858, "they": 0.2568838979709735}, "train": {"man - they": 0.15104484099940202, "man": 0.42420658987292664, "they": 0.2731617488735246}, "trainers": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "transfer": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "transgressive": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "transitioned": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "transmission": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "trauma": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "travel": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "treated": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "treatment": {"man - they": 0.1166493563960315, "man": 0.2867340111501558, "they": 0.1700846547541243}, "tremble": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "trey": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "tried": {"man - they": -0.026361120584194875, "man": 0.29271669804297357, "they": 0.31907781862716844}, "tries": {"man - they": 0.1602987387546368, "man": 0.41442793959606244, "they": 0.25412920084142565}, "trigger": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "trips": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "tropics": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "truck": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "trucks": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "true": {"man - they": 0.041431276105669046, "man": 0.3847746199970678, "they": 0.34334334389139876}, "truly": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "trump": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "trust": {"man - they": -0.00028627328426533705, "man": 0.31748151595159946, "they": 0.3177677892358648}, "truth": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "try": {"man - they": 0.06201392480500978, "man": 0.38809355235761933, "they": 0.32607962755260955}, "trying": {"man - they": 0.041321978467127485, "man": 0.3417062703629122, "they": 0.3003842918957847}, "tugged": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "tumultuous": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "tuned": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "turbulence": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "turn": {"man - they": 0.07370067777309869, "man": 0.3956130213306093, "they": 0.32191234355751064}, "turned": {"man - they": 0.1118087820625353, "man": 0.4295765712984001, "they": 0.3177677892358648}, "turns": {"man - they": 0.10151452293210533, "man": 0.42420658987292664, "they": 0.3226920669408213}, "tv": {"man - they": 0.016752754272380432, "man": 0.31748151595159946, "they": 0.300728761679219}, "tweet": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "twelve": {"man - they": 0.0669790990493504, "man": 0.31748151595159946, "they": 0.25050241690224906}, "twenty": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "twitter": {"man - they": 0.0737617403809524, "man": 0.3365884049349307, "they": 0.2628266645539783}, "two": {"man - they": 0.05793024174444672, "man": 0.4204671574628703, "they": 0.36253691571842356}, "tyler": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "type": {"man - they": 0.10333657338234975, "man": 0.4102561900061123, "they": 0.30691961662376255}, "typhoon": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "udi": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "uk": {"man - they": 0.016461372321323275, "man": 0.3233809889450858, "they": 0.30691961662376255}, "ultimately": {"man - they": 0.01573030106509843, "man": 0.33842236800591974, "they": 0.3226920669408213}, "um": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "unable": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "unanmed": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "unappreciated": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "unbearded": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "unbiased": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "uncalm": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "uncertainty": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "under": {"man - they": 0.09067799119751369, "man": 0.4004739118323958, "they": 0.3097959206348821}, "underarm": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "undercover": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "underground": {"man - they": 0.08962072558202722, "man": 0.39129547179832425, "they": 0.30167474621629703}, "undermined": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "underneath": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "underrated": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "understand": {"man - they": -0.014152459181539456, "man": 0.3034287529380644, "they": 0.3175812121196039}, "understanding": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "understood": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "undone": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "unending": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "unfathomable": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "unfold": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "unfortunate": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "uniform": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "union": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "unit": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "unite": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "united": {"man - they": 0.017834895683316532, "man": 0.29601951841085217, "they": 0.27818462272753564}, "unity": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "universal": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "universe": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "unlit": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "unnoticed": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "unproven": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "unrest": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "unruly": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "unsettled": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "unsolved": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "unstated": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "unto": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "unwanted": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "unwritten": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "up": {"man - they": 0.05630211834492416, "man": 0.4286911309423845, "they": 0.3723890125974603}, "upheaval": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "upon": {"man - they": 0.11121534706991404, "man": 0.33842236800591974, "they": 0.2272070209360057}, "urban": {"man - they": 0.12073957981036065, "man": 0.3712419967126097, "they": 0.25050241690224906}, "us": {"man - they": 0.005436652167066958, "man": 0.3326608044654272, "they": 0.3272241522983602}, "use": {"man - they": -0.08647369107103842, "man": 0.2594109120620566, "they": 0.345884603133095}, "used": {"man - they": -0.01611801369831395, "man": 0.30415885094845746, "they": 0.3202768646467714}, "uses": {"man - they": 0.1260662180508948, "man": 0.3999410966876441, "they": 0.2738748786367493}, "using": {"man - they": 0.06359603223740645, "man": 0.37112040760985293, "they": 0.3075243753724465}, "usually": {"man - they": -0.01454313721370043, "man": 0.31748151595159946, "they": 0.3320246531652999}, "utah": {"man - they": 0.112106663316963, "man": 0.33022827053614257, "they": 0.21812160721917956}, "utter": {"man - they": 0.16250141744608332, "man": 0.40111459449184345, "they": 0.23861317704576013}, "v": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "vale": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "valuable": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "valuables": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "value": {"man - they": 0.016461372321323275, "man": 0.3233809889450858, "they": 0.30691961662376255}, "valued": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "vapourised": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "various": {"man - they": -0.014152459181539456, "man": 0.3034287529380644, "they": 0.3175812121196039}, "vast": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "ve": {"man - they": -0.0797302518585582, "man": 0.25475548853094754, "they": 0.33448574038950574}, "vehicle": {"man - they": 0.16250141744608332, "man": 0.40111459449184345, "they": 0.23861317704576013}, "venture": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "versatile": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "verse": {"man - they": 0.20247864571105662, "man": 0.3956130213306093, "they": 0.1931343756195527}, "very": {"man - they": 0.028154050728381674, "man": 0.3872669430424511, "they": 0.3591128923140694}, "vice": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "vicious": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "victims": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "victor": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "videos": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "view": {"man - they": 0.03871027048302084, "man": 0.3076397478640628, "they": 0.26892947738104195}, "views": {"man - they": 0.038080312225064916, "man": 0.31748151595159946, "they": 0.27940120372653454}, "vigorous": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "violence": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "violent": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "vision": {"man - they": 0.09121937203275954, "man": 0.37689655581946563, "they": 0.2856771837867061}, "vlogs": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "voices": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "vote": {"man - they": 0.016461372321323275, "man": 0.3233809889450858, "they": 0.30691961662376255}, "voters": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "vs": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "wade": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "waged": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "waiter": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "waiting": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "waitress": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "walked": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "walking": {"man - they": 0.03609768724791923, "man": 0.34869512698971705, "they": 0.3125974397417978}, "wall": {"man - they": 0.01765322106108197, "man": 0.299575073504148, "they": 0.28192185244306606}, "want": {"man - they": 0.01770126081484308, "man": 0.3666315908045168, "they": 0.3489303299896737}, "wanted": {"man - they": -0.014040213325581974, "man": 0.299575073504148, "they": 0.31361528682973}, "wanting": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "wants": {"man - they": 0.038080312225064916, "man": 0.31748151595159946, "they": 0.27940120372653454}, "war": {"man - they": 0.09201662313464898, "man": 0.36061617862571027, "they": 0.2685995554910613}, "warm": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "warmed": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "warning": {"man - they": 0.018313845658331662, "man": 0.2867340111501558, "they": 0.2684201654918241}, "warrant": {"man - they": 0.11788060874142195, "man": 0.27439519122350553, "they": 0.15651458248208358}, "wars": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "wartime": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "was": {"man - they": 0.07849246735613319, "man": 0.42030429817990844, "they": 0.34181183082377525}, "wasn": {"man - they": -0.013934696893510345, "man": 0.29601951841085217, "they": 0.3099542153043625}, "waste": {"man - they": 0.20553108888826127, "man": 0.3788054990658362, "they": 0.17327441017757494}, "watch": {"man - they": 0.11813372292479962, "man": 0.39129547179832425, "they": 0.2731617488735246}, "watched": {"man - they": 0.14942570001682792, "man": 0.43371090386785366, "they": 0.28428520385102574}, "watchful": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "watching": {"man - they": 0.06526061913239511, "man": 0.33842236800591974, "they": 0.2731617488735246}, "water": {"man - they": -0.026166906623790454, "man": 0.28400257441744714, "they": 0.3101694810412376}, "waterstones": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "wave": {"man - they": 0.09473171150682203, "man": 0.3444937416802283, "they": 0.24976203017340626}, "wavelength": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "waves": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "way": {"man - they": 0.03775806477514998, "man": 0.3722438051646557, "they": 0.33448574038950574}, "ways": {"man - they": 0.09049415908085956, "man": 0.383454577914376, "they": 0.2929604188335164}, "we": {"man - they": 0.02900966665176624, "man": 0.3747624760920451, "they": 0.34575280944027886}, "weakest": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "wealth": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "weapons": {"man - they": 0.11682939064081771, "man": 0.40111459449184345, "they": 0.28428520385102574}, "wears": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "weaving": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "web": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "webb": {"man - they": 0.11534108225925163, "man": 0.299575073504148, "they": 0.1842339912448964}, "website": {"man - they": 0.039570669775340406, "man": 0.3662601825298078, "they": 0.3266895127544674}, "websites": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "weddings": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "wednesday": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "week": {"man - they": 0.04298270054287462, "man": 0.3645398474331461, "they": 0.3215571468902715}, "weekend": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "weight": {"man - they": -0.014272595693447854, "man": 0.3076397478640628, "they": 0.32191234355751064}, "weirdly": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "well": {"man - they": 0.0028282699726462357, "man": 0.3570353044659321, "they": 0.3542070344932859}, "went": {"man - they": -0.013934696893510345, "man": 0.29601951841085217, "they": 0.3099542153043625}, "were": {"man - they": 0.03818797578185451, "man": 0.3866302364968918, "they": 0.3484422607150373}, "west": {"man - they": 0.0287430332828722, "man": 0.3417062703629122, "they": 0.31296323708004}, "western": {"man - they": 0.12457900621940621, "man": 0.4102561900061123, "they": 0.2856771837867061}, "whale": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "what": {"man - they": 0.014113714521708176, "man": 0.38753202119555435, "they": 0.3734183066738462}, "whatever": {"man - they": 0.12001265784849213, "man": 0.37689655581946563, "they": 0.2568838979709735}, "when": {"man - they": 0.0272827435323435, "man": 0.39509552650154967, "they": 0.36781278296920616}, "where": {"man - they": 0.07632372535167331, "man": 0.4263428493309508, "they": 0.3500191239792775}, "whether": {"man - they": 0.018056527114436116, "man": 0.3342246602952562, "they": 0.3161681331808201}, "which": {"man - they": 0.07645487746780055, "man": 0.4325179609503263, "they": 0.35606308348252574}, "while": {"man - they": 0.09109489561806916, "man": 0.45478422796547896, "they": 0.3636893323474098}, "whiled": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "whilst": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "whispers": {"man - they": 0.1602987387546368, "man": 0.41442793959606244, "they": 0.25412920084142565}, "white": {"man - they": 0.06758418679026368, "man": 0.40158524027390435, "they": 0.3340010534836407}, "who": {"man - they": 0.08068098638690313, "man": 0.4446663851328301, "they": 0.36398539874592695}, "whole": {"man - they": 0.040175334706847976, "man": 0.35775654682645186, "they": 0.3175812121196039}, "why": {"man - they": 0.08433589912568834, "man": 0.43022050225878333, "they": 0.345884603133095}, "wide": {"man - they": 0.1602987387546368, "man": 0.41442793959606244, "they": 0.25412920084142565}, "widows": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "wife": {"man - they": 0.03770380515837973, "man": 0.3233809889450858, "they": 0.2856771837867061}, "will": {"man - they": 0.04559024031244924, "man": 0.4136598811037443, "they": 0.36806964079129506}, "william": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "willing": {"man - they": 0.03674762178962271, "man": 0.33842236800591974, "they": 0.30167474621629703}, "wilma": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "win": {"man - they": 0.09817358492675349, "man": 0.4248630976812209, "they": 0.3266895127544674}, "window": {"man - they": 0.06649709097411233, "man": 0.3233809889450858, "they": 0.2568838979709735}, "wing": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "winked": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "winning": {"man - they": 0.12668354394956738, "man": 0.3956130213306093, "they": 0.26892947738104195}, "wins": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "wipe": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "wisdom": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "wise": {"man - they": 0.06860340485750294, "man": 0.39129547179832425, "they": 0.3226920669408213}, "with": {"man - they": 0.05384144419819592, "man": 0.4234816155859376, "they": 0.3696401713877417}, "within": {"man - they": 0.032687017619800474, "man": 0.38168954524181886, "they": 0.3490025276220184}, "without": {"man - they": 0.08092459809172176, "man": 0.4054134033303943, "they": 0.3244888052386725}, "withstood": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "wolford": {"man - they": 0.1128428235588031, "man": 0.3233809889450858, "they": 0.21053816538628273}, "women": {"man - they": 0.07622107998746958, "man": 0.37112040760985293, "they": 0.29489932762238336}, "won": {"man - they": 0.10550373286801107, "man": 0.43675300483405183, "they": 0.33124927196604076}, "wonder": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "wondered": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "word": {"man - they": 0.040855343408746414, "man": 0.27439519122350553, "they": 0.23353984781475912}, "words": {"man - they": 0.01745738988888562, "man": 0.3034287529380644, "they": 0.2859713630491788}, "work": {"man - they": 0.046074359432047574, "man": 0.38695606644294533, "they": 0.34088170701089776}, "worker": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "working": {"man - they": 0.054882244485822795, "man": 0.3540544779675499, "they": 0.2991722334817271}, "works": {"man - they": 0.12904346889242996, "man": 0.3788054990658362, "they": 0.24976203017340626}, "world": {"man - they": 0.09523711708191773, "man": 0.4307190625306135, "they": 0.33548194544869575}, "worried": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "worries": {"man - they": 0.0632467339379516, "man": 0.3626436835741857, "they": 0.2993969496362341}, "worrisome": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "worry": {"man - they": 0.017011467238904066, "man": 0.3122873723279325, "they": 0.29527590508902846}, "worse": {"man - they": 0.1260662180508948, "man": 0.3999410966876441, "they": 0.2738748786367493}, "worst": {"man - they": 0.08962072558202722, "man": 0.39129547179832425, "they": 0.30167474621629703}, "would": {"man - they": 0.036981352946168666, "man": 0.4007630445536687, "they": 0.3637816916075}, "wouldn": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "writer": {"man - they": 0.06649709097411233, "man": 0.3233809889450858, "they": 0.2568838979709735}, "writers": {"man - they": 0.06593555533902057, "man": 0.33022827053614257, "they": 0.264292715197122}, "writing": {"man - they": 0.09184079298607517, "man": 0.3712419967126097, "they": 0.27940120372653454}, "written": {"man - they": 0.06649709097411233, "man": 0.3233809889450858, "they": 0.2568838979709735}, "wrote": {"man - they": 0.07482040469270529, "man": 0.3847746199970678, "they": 0.3099542153043625}, "x": {"man - they": 0.038412493691183214, "man": 0.3122873723279325, "they": 0.2738748786367493}, "xochitl": {"man - they": 0.11008194994395692, "man": 0.34869512698971705, "they": 0.23861317704576013}, "yacht": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "year": {"man - they": 0.04436481891340671, "man": 0.36820412391627655, "they": 0.32383930500286984}, "years": {"man - they": 0.07361176401057129, "man": 0.4312113232408114, "they": 0.3575995592302401}, "yelled": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "yellow": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "yes": {"man - they": 0.06649709097411233, "man": 0.3233809889450858, "they": 0.2568838979709735}, "yet": {"man - they": 0.025261394296401785, "man": 0.36882159861985775, "they": 0.34356020432345596}, "york": {"man - they": 0.01896036055038086, "man": 0.27439519122350553, "they": 0.25543483067312467}, "you": {"man - they": 0.05385919294969094, "man": 0.392004606675793, "they": 0.3381454137261021}, "young": {"man - they": 0.12036077135909462, "man": 0.4516100433251354, "they": 0.33124927196604076}, "younger": {"man - they": 0.11503098995982836, "man": 0.41442793959606244, "they": 0.2993969496362341}, "your": {"man - they": 0.060407649429240096, "man": 0.37756926634328336, "they": 0.31716161691404327}, "yourself": {"man - they": 0.03726785170262614, "man": 0.33022827053614257, "they": 0.2929604188335164}, "yourselves": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}, "youtube": {"man - they": 0.06440992313869132, "man": 0.34869512698971705, "they": 0.28428520385102574}, "zack": {"man - they": 0.10851448273276004, "man": 0.3626436835741857, "they": 0.25412920084142565}, "\u7f57\u70bd\u6cfd": {"man - they": 0.10591535741980984, "man": 0.3851540833414203, "they": 0.2792387259216105}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-she-their.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-she-their.json new file mode 100644 index 0000000000000000000000000000000000000000..4969d8e64cf7a4a6dcb5f79d3be1e69dd1f00711 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-she-their.json @@ -0,0 +1 @@ +{"0": {"she - their": -0.11079343099943509, "she": 0.16546371695977027, "their": 0.27625714795920536}, "000": {"she - their": -0.1407512912954834, "she": 0.20223367272496914, "their": 0.34298496402045253}, "04": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "08": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "1": {"she - their": -0.20949672450654838, "she": 0.13244127389280413, "their": 0.3419379983993525}, "10": {"she - their": -0.17689515446910614, "she": 0.17794204208831355, "their": 0.3548371965574197}, "100": {"she - their": -0.10674405029482684, "she": 0.20223367272496914, "their": 0.308977723019796}, "11s": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "12": {"she - their": -0.07349457400197548, "she": 0.21218977411480247, "their": 0.28568434811677795}, "13": {"she - their": -0.08972602885445607, "she": 0.22442002002002015, "their": 0.3141460488744762}, "14": {"she - their": -0.10426267470017292, "she": 0.22442002002002015, "their": 0.32868269472019307}, "140": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "15": {"she - their": -0.020798189536430922, "she": 0.26488615858034703, "their": 0.28568434811677795}, "16": {"she - their": -0.07236177381546777, "she": 0.22442002002002015, "their": 0.2967817938354879}, "17": {"she - their": -0.05379089548324356, "she": 0.2551868275365524, "their": 0.308977723019796}, "18": {"she - their": -0.1024520453694451, "she": 0.24045017654303477, "their": 0.3429022219124799}, "18usd": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "19": {"she - their": -0.07314523508881005, "she": 0.2159616984172747, "their": 0.28910693350608474}, "1960s": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "1970s": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "1983": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "1986": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "1987": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "1991": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "2": {"she - their": -0.12696091539816903, "she": 0.20401995369045886, "their": 0.3309808690886279}, "20": {"she - their": -0.06591209046644347, "she": 0.26145352456736304, "their": 0.3273656150338065}, "200": {"she - their": -0.020204080775475114, "she": 0.24045017654303477, "their": 0.2606542573185099}, "2012": {"she - their": -0.04935923500760345, "she": 0.24045017654303477, "their": 0.2898094115506382}, "2016": {"she - their": -0.07236177381546777, "she": 0.22442002002002015, "their": 0.2967817938354879}, "2019": {"she - their": 0.03193084625087195, "she": 0.29888470496561315, "their": 0.2669538587147412}, "21": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "24": {"she - their": -0.04935923500760345, "she": 0.24045017654303477, "their": 0.2898094115506382}, "25": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "26": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "29": {"she - their": -0.07087662530421737, "she": 0.24045017654303477, "their": 0.31132680184725214}, "3": {"she - their": -0.06741219674607984, "she": 0.251586506229494, "their": 0.31899870297557387}, "30": {"she - their": -0.072769229770512, "she": 0.22002125308262796, "their": 0.29279048285313997}, "300": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "33": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "38": {"she - their": 0.07884257253545057, "she": 0.3267967247659127, "their": 0.24795415223046213}, "39": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "4": {"she - their": -0.07531616934064739, "she": 0.2579575954456204, "their": 0.3332737647862678}, "40": {"she - their": 0.03170549213090612, "she": 0.292359749449416, "their": 0.2606542573185099}, "400": {"she - their": 0.032794031642309485, "she": 0.3267967247659127, "their": 0.2940026931236032}, "40th": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "42": {"she - their": 0.0272765616734007, "she": 0.25497656783547035, "their": 0.22770000616206965}, "45": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "48": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "5": {"she - their": -0.11996324628128016, "she": 0.2004385652490361, "their": 0.32040181153031627}, "50": {"she - their": -0.02123465662615917, "she": 0.22442002002002015, "their": 0.24565467664617932}, "500": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "501s": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "58": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "6": {"she - their": -0.1374650542255791, "she": 0.14743485892259767, "their": 0.28489991314817675}, "60": {"she - their": 0.03170549213090612, "she": 0.292359749449416, "their": 0.2606542573185099}, "66": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "69p": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "7": {"she - their": -0.09845426677091601, "she": 0.24209024316609928, "their": 0.3405445099370153}, "8": {"she - their": -0.14312886862092652, "she": 0.18421481050531022, "their": 0.32734367912623674}, "82": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "85": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "884": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "8am": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "90": {"she - their": 0.032794031642309485, "she": 0.3267967247659127, "their": 0.2940026931236032}, "a": {"she - their": -0.13224095376208175, "she": 0.18297575585792844, "their": 0.3152167096200102}, "able": {"she - their": -0.045018369190659824, "she": 0.28287280163644407, "their": 0.3278911708271039}, "about": {"she - their": -0.11361992283271166, "she": 0.27776315926923606, "their": 0.3913830821019477}, "above": {"she - their": 0.0022498015098249557, "she": 0.2866086098257829, "their": 0.28435880831595794}, "abs": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "absolutely": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "abstract": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "abundance": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "accelerated": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "accept": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "accepting": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "access": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "accompanied": {"she - their": 0.03218092440702092, "she": 0.30644844086223105, "their": 0.27426751645521014}, "according": {"she - their": -0.0707023277294663, "she": 0.2118664611904673, "their": 0.2825687889199336}, "accounted": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "accuracy": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "accusations": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "accuse": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "accused": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "acid": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "acknowledging": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "acquaintances": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "act": {"she - their": 0.011380807124217518, "she": 0.33874642215802403, "their": 0.3273656150338065}, "acting": {"she - their": 0.03319797767912602, "she": 0.34211741182294264, "their": 0.3089194341438166}, "activities": {"she - their": -0.021463391573704305, "she": 0.2551868275365524, "their": 0.2766502191102567}, "activity": {"she - their": -0.07314523508881005, "she": 0.2159616984172747, "their": 0.28910693350608474}, "actor": {"she - their": -0.04935923500760345, "she": 0.24045017654303477, "their": 0.2898094115506382}, "acts": {"she - their": 0.0022498015098249557, "she": 0.2866086098257829, "their": 0.28435880831595794}, "actually": {"she - their": -0.06558217528804472, "she": 0.26488615858034703, "their": 0.33046833386839175}, "adapt": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "added": {"she - their": -0.10707233364099109, "she": 0.19927914419369955, "their": 0.30635147783469063}, "address": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "admits": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "adoring": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "adult": {"she - their": 0.02622395587331708, "she": 0.22922525090968804, "their": 0.20300129503637096}, "adulthood": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "advancement": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "advantage": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "affairs": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "affected": {"she - their": -0.04882436581030841, "she": 0.24717495642628295, "their": 0.29599932223659137}, "africa": {"she - their": -0.07314523508881005, "she": 0.2159616984172747, "their": 0.28910693350608474}, "after": {"she - their": -0.060204554680340194, "she": 0.3034330104965288, "their": 0.363637565176869}, "again": {"she - their": -0.02098423780198272, "she": 0.28287280163644407, "their": 0.3038570394384268}, "against": {"she - their": -0.08044668345976602, "she": 0.2684632534970745, "their": 0.3489099369568405}, "age": {"she - their": -0.07236177381546777, "she": 0.22442002002002015, "their": 0.2967817938354879}, "agenda": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "agent": {"she - their": 0.07874843470016141, "she": 0.30644844086223105, "their": 0.22770000616206965}, "agents": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "ago": {"she - their": -0.05511603256992009, "she": 0.28287280163644407, "their": 0.33798883420636416}, "agree": {"she - their": -0.06866547775789533, "she": 0.26430766704370723, "their": 0.33297314480160256}, "agreeing": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "aid": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "aimed": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "ain": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "airport": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "aladdin": {"she - their": 0.02645076075202646, "she": 0.23452703918551698, "their": 0.20807627843349052}, "albeit": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "alcohol": {"she - their": -0.04935923500760345, "she": 0.24045017654303477, "their": 0.2898094115506382}, "alexander": {"she - their": 0.06436905755859507, "she": 0.34739155424344603, "their": 0.28302249668485097}, "alien": {"she - their": 0.02622395587331708, "she": 0.22922525090968804, "their": 0.20300129503637096}, "all": {"she - their": -0.10828242532044147, "she": 0.2584320683013298, "their": 0.3667144936217713}, "allegations": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "almond": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "almost": {"she - their": -0.053522873256783954, "she": 0.2582288780542168, "their": 0.31175175131100075}, "alone": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "along": {"she - their": -0.06491820394087744, "she": 0.28826440485809707, "their": 0.3531826087989745}, "alongside": {"she - their": -0.08655768540329123, "she": 0.25497656783547035, "their": 0.3415342532387616}, "aloof": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "already": {"she - their": -0.04545115231845237, "she": 0.2778718199041776, "their": 0.32332297222262996}, "also": {"she - their": -0.1321676321540478, "she": 0.24738713905299659, "their": 0.3795547712070444}, "although": {"she - their": -0.0007335077951546864, "she": 0.32258946442747527, "their": 0.32332297222262996}, "always": {"she - their": -0.09845426677091601, "she": 0.24209024316609928, "their": 0.3405445099370153}, "am": {"she - their": -0.06651495469378016, "she": 0.2551868275365524, "their": 0.3217017822303326}, "amazon": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "amber": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "american": {"she - their": -0.05267134482784455, "she": 0.19927914419369955, "their": 0.2519504890215441}, "amongst": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "amount": {"she - their": -0.04935923500760345, "she": 0.24045017654303477, "their": 0.2898094115506382}, "an": {"she - their": -0.1251057557025539, "she": 0.26560025419122535, "their": 0.39070600989377924}, "analyzed": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "anatoly": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "and": {"she - their": -0.13576358113526174, "she": 0.16084886247054972, "their": 0.29661244360581146}, "angeles": {"she - their": -0.07236177381546777, "she": 0.22442002002002015, "their": 0.2967817938354879}, "angry": {"she - their": 0.032794031642309485, "she": 0.3267967247659127, "their": 0.2940026931236032}, "angst": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "animal": {"she - their": -0.02123465662615917, "she": 0.22442002002002015, "their": 0.24565467664617932}, "animals": {"she - their": -0.09098560661176733, "she": 0.21218977411480247, "their": 0.3031753807265698}, "announced": {"she - their": 0.026697967422487784, "she": 0.24045017654303477, "their": 0.213752209120547}, "another": {"she - their": -0.08994541121573213, "she": 0.2632371975832424, "their": 0.3531826087989745}, "answer": {"she - their": -0.05104123701745039, "she": 0.2866086098257829, "their": 0.3376498468432333}, "any": {"she - their": -0.08862740775789174, "she": 0.2839114761264393, "their": 0.37253888388433104}, "anyone": {"she - their": -0.05189628836720439, "she": 0.2767864063529887, "their": 0.32868269472019307}, "anything": {"she - their": -0.018967052397836137, "she": 0.292359749449416, "their": 0.31132680184725214}, "anyway": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "apartment": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "apparent": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "appreciates": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "approached": {"she - their": 0.06436905755859507, "she": 0.34739155424344603, "their": 0.28302249668485097}, "appropriately": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "approved": {"she - their": -0.04882436581030841, "she": 0.24717495642628295, "their": 0.29599932223659137}, "april": {"she - their": -0.07142543867998657, "she": 0.23452703918551698, "their": 0.30595247786550356}, "are": {"she - their": -0.1539059307103686, "she": 0.22816632686058833, "their": 0.3820722575709569}, "aren": {"she - their": -0.01941952169505623, "she": 0.30535864701646653, "their": 0.32477816871152276}, "argue": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "arkadelphia": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "army": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "around": {"she - their": -0.09393379034986915, "she": 0.2804747333020747, "their": 0.3744085236519438}, "arrested": {"she - their": 0.07884257253545057, "she": 0.3267967247659127, "their": 0.24795415223046213}, "arrival": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "arrive": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "arrived": {"she - their": 0.07860754032886902, "she": 0.292359749449416, "their": 0.213752209120547}, "arson": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "article": {"she - their": -0.03615812601170998, "she": 0.292359749449416, "their": 0.328517875461126}, "artist": {"she - their": 0.02601388673563182, "she": 0.22442002002002015, "their": 0.19840613328438833}, "artists": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "as": {"she - their": -0.12345287764935178, "she": 0.23535701348094276, "their": 0.35880989113029454}, "ash": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "asia": {"she - their": 0.03170549213090612, "she": 0.292359749449416, "their": 0.2606542573185099}, "asian": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "asians": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "ask": {"she - their": 0.03718396178469774, "she": 0.3383258419133347, "their": 0.30114188012863696}, "asked": {"she - their": -0.004842221676996106, "she": 0.30535864701646653, "their": 0.31020086869346264}, "aspect": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "ass": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "assassination": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "assembly": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "assist": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "assume": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "at": {"she - their": -0.09740653204843425, "she": 0.28339965338174583, "their": 0.3808061854301801}, "atlantic": {"she - their": -0.04882436581030841, "she": 0.24717495642628295, "their": 0.29599932223659137}, "attachment": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "attack": {"she - their": -0.05323918864469762, "she": 0.26145352456736304, "their": 0.31469271321206066}, "attacked": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "attempt": {"she - their": -0.03659985866106541, "she": 0.2866086098257829, "their": 0.3232084684868483}, "attempts": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "attend": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "attending": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "attitude": {"she - their": 0.0032658675017571137, "she": 0.30644844086223105, "their": 0.30318257336047394}, "attractions": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "audience": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "aussie": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "australian": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "author": {"she - their": -0.07025346187248094, "she": 0.24717495642628295, "their": 0.3174284182987639}, "authority": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "available": {"she - their": -0.10639667354401627, "she": 0.20535507776698447, "their": 0.31175175131100075}, "aviator": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "avoid": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "away": {"she - their": -0.08672522798649857, "she": 0.26488615858034703, "their": 0.3516113865668456}, "awkwardness": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "babies": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "baby": {"she - their": 0.0037093731839660804, "she": 0.31548650151542973, "their": 0.31177712833146365}, "back": {"she - their": -0.047792885235200144, "she": 0.27617290422388435, "their": 0.3239657894590845}, "bad": {"she - their": -0.08868142930133133, "she": 0.23452703918551698, "their": 0.3232084684868483}, "balance": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "ball": {"she - their": 0.026970713046748834, "she": 0.24717495642628295, "their": 0.22020424337953412}, "ballerina": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "bamba": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "band": {"she - their": -0.07191662921894892, "she": 0.22922525090968804, "their": 0.30114188012863696}, "bandana": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "baring": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "barriers": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "bars": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "based": {"she - their": -0.13141774358764377, "she": 0.19647342723946012, "their": 0.3278911708271039}, "basketball": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "battles": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "be": {"she - their": -0.1028553306284572, "she": 0.26296979382721863, "their": 0.36582512445567583}, "bean": {"she - their": 0.0272765616734007, "she": 0.25497656783547035, "their": 0.22770000616206965}, "beat": {"she - their": 0.07845629575770077, "she": 0.28145759079407173, "their": 0.20300129503637096}, "beating": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "beauty": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "became": {"she - their": 0.005628266127972237, "she": 0.34327811297120553, "their": 0.3376498468432333}, "because": {"she - their": -0.06805243552423479, "she": 0.2857130895014624, "their": 0.3537655250256972}, "become": {"she - their": -0.06453478127759205, "she": 0.28031516118940053, "their": 0.3448499424669926}, "becomes": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "becoming": {"she - their": -0.0695304144682245, "she": 0.25497656783547035, "their": 0.32450698230369485}, "been": {"she - their": -0.10192221642252491, "she": 0.2744209269358015, "their": 0.3763431433583264}, "beer": {"she - their": 0.07874843470016141, "she": 0.30644844086223105, "their": 0.22770000616206965}, "before": {"she - their": -0.05339206792933543, "she": 0.3247453546082499, "their": 0.3781374225375853}, "begin": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "begrudgingly": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "behalf": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "behavior": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "behind": {"she - their": -0.037692692331419975, "she": 0.27250817636204266, "their": 0.31020086869346264}, "being": {"she - their": -0.052922374563921126, "she": 0.30165712164272385, "their": 0.354579496206645}, "belief": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "believed": {"she - their": -0.04935923500760345, "she": 0.24045017654303477, "their": 0.2898094115506382}, "bemoans": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "bench": {"she - their": -0.02092320892641264, "she": 0.22922525090968804, "their": 0.2501484598361007}, "beneath": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "besides": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "best": {"she - their": -0.08508914596053524, "she": 0.28142785448877927, "their": 0.3665170004493145}, "better": {"she - their": -0.06453478127759205, "she": 0.28031516118940053, "their": 0.3448499424669926}, "between": {"she - their": -0.11242358540491276, "she": 0.23933259801100815, "their": 0.3517561834159209}, "beware": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "bewildered": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "beyond": {"she - their": 0.03319797767912602, "she": 0.34211741182294264, "their": 0.3089194341438166}, "big": {"she - their": -0.00934474516853151, "she": 0.3026763214539169, "their": 0.3120210666224484}, "bill": {"she - their": -0.04882436581030841, "she": 0.24717495642628295, "their": 0.29599932223659137}, "billion": {"she - their": -0.09287020358173328, "she": 0.1938012903888688, "their": 0.2866714939706021}, "birmingham": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "birthday": {"she - their": 0.03193084625087195, "she": 0.29888470496561315, "their": 0.2669538587147412}, "bit": {"she - their": -0.07441654638528758, "she": 0.20223367272496914, "their": 0.2766502191102567}, "bite": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "black": {"she - their": -0.052937687711865244, "she": 0.26488615858034703, "their": 0.3178238462922123}, "blasting": {"she - their": 0.07882749844918324, "she": 0.34211741182294264, "their": 0.2632899133737594}, "blends": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "blog": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "blogs": {"she - their": -0.03508581237653052, "she": 0.30644844086223105, "their": 0.3415342532387616}, "blond": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "bluntly": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "board": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "boat": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "body": {"she - their": 0.013210552116360075, "she": 0.31916302998186363, "their": 0.30595247786550356}, "bond": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "book": {"she - their": -0.022989673253807963, "she": 0.23344813750794002, "their": 0.256437810761748}, "booked": {"she - their": 0.03319797767912602, "she": 0.34211741182294264, "their": 0.3089194341438166}, "books": {"she - their": 0.012206558291680436, "she": 0.2978909064084584, "their": 0.28568434811677795}, "bookshops": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "boosted": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "boring": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "boshirov": {"she - their": 0.026970713046748834, "she": 0.24717495642628295, "their": 0.22020424337953412}, "both": {"she - their": -0.06510498480109933, "she": 0.3126330154620674, "their": 0.37773800026316673}, "bottle": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "bottles": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "bought": {"she - their": 0.032794031642309485, "she": 0.3267967247659127, "their": 0.2940026931236032}, "box": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "boy": {"she - their": 0.07880625852956094, "she": 0.31548650151542973, "their": 0.2366802429858688}, "boys": {"she - their": 0.0032658675017571137, "she": 0.30644844086223105, "their": 0.30318257336047394}, "branches": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "break": {"she - their": -0.018543713333150746, "she": 0.29888470496561315, "their": 0.3174284182987639}, "breakfast": {"she - their": 0.026970713046748834, "she": 0.24717495642628295, "their": 0.22020424337953412}, "breaks": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "breakup": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "breezily": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "brettle": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "brighter": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "brilliant": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "bring": {"she - their": -0.11870059817098444, "she": 0.20866501686282207, "their": 0.3273656150338065}, "bringing": {"she - their": -0.04882436581030841, "she": 0.24717495642628295, "their": 0.29599932223659137}, "brisbane": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "brisvegas": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "britain": {"she - their": -0.020204080775475114, "she": 0.24045017654303477, "their": 0.2606542573185099}, "british": {"she - their": -0.08922980594194818, "she": 0.22922525090968804, "their": 0.3184550568516362}, "broadway": {"she - their": 0.026697967422487784, "she": 0.24045017654303477, "their": 0.213752209120547}, "broken": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "bros": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "brother": {"she - their": 0.07868046158607903, "she": 0.29888470496561315, "their": 0.22020424337953412}, "brothers": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "brought": {"she - their": -0.06349946671494305, "she": 0.2866086098257829, "their": 0.35010807654072595}, "browsing": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "brunch": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "bubble": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "bubbling": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "buffaloes": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "building": {"she - their": 0.026697967422487784, "she": 0.24045017654303477, "their": 0.213752209120547}, "buildings": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "burma": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "burn": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "burned": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "burns": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "burst": {"she - their": 0.07882749844918324, "she": 0.34211741182294264, "their": 0.2632899133737594}, "bus": {"she - their": -0.05191060720290719, "she": 0.20866501686282207, "their": 0.26057562406572926}, "business": {"she - their": -0.01941952169505623, "she": 0.30535864701646653, "their": 0.32477816871152276}, "busy": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "but": {"she - their": -0.11313069146315013, "she": 0.26102248607357187, "their": 0.374153177536722}, "buy": {"she - their": -0.037359642521487546, "she": 0.2767864063529887, "their": 0.3141460488744762}, "buying": {"she - their": -0.07087662530421737, "she": 0.24045017654303477, "their": 0.31132680184725214}, "by": {"she - their": -0.09804366708416007, "she": 0.277460552051768, "their": 0.3755042191359281}, "cab": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "cadaver": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "cafeteria": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "caffeine": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "call": {"she - their": 0.012568164163326567, "she": 0.30535864701646653, "their": 0.29279048285313997}, "called": {"she - their": -0.020456758772695094, "she": 0.3270696947448295, "their": 0.3475264535175246}, "calling": {"she - their": -0.07025346187248094, "she": 0.24717495642628295, "their": 0.3174284182987639}, "came": {"she - their": -0.05558299730694766, "she": 0.2778718199041776, "their": 0.33345481721112524}, "campaign": {"she - their": -0.08922980594194818, "she": 0.22922525090968804, "their": 0.3184550568516362}, "can": {"she - their": -0.14586138134553908, "she": 0.23798568236892834, "their": 0.3838470637144674}, "cannot": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "capable": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "captivating": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "captured": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "captures": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "car": {"she - their": 4.540659373564182e-05, "she": 0.24696357437639913, "their": 0.24691816778266348}, "caramel": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "card": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "care": {"she - their": -0.072769229770512, "she": 0.22002125308262796, "their": 0.29279048285313997}, "cared": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "career": {"she - their": -0.03508581237653052, "she": 0.30644844086223105, "their": 0.3415342532387616}, "carmona": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "carried": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "cartoons": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "case": {"she - their": -0.08262497141646363, "she": 0.2632371975832424, "their": 0.345862168999706}, "cassette": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "cats": {"she - their": 0.026970713046748834, "she": 0.24717495642628295, "their": 0.22020424337953412}, "cause": {"she - their": -0.13106457607141866, "she": 0.19927914419369955, "their": 0.3303437202651182}, "caused": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "ceased": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "cell": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "center": {"she - their": -0.08868142930133133, "she": 0.23452703918551698, "their": 0.3232084684868483}, "centered": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "central": {"she - their": -0.03659985866106541, "she": 0.2866086098257829, "their": 0.3232084684868483}, "centre": {"she - their": -0.052431515653313526, "she": 0.20223367272496914, "their": 0.25466518837828267}, "certain": {"she - their": -0.10372148076290572, "she": 0.22922525090968804, "their": 0.33294673167259375}, "certainly": {"she - their": -0.08746183647855538, "she": 0.2582288780542168, "their": 0.34569071453277217}, "ch": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "chai": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "challenging": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "chance": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "chances": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "change": {"she - their": -0.0339555594532327, "she": 0.28031516118940053, "their": 0.31427072064263323}, "changes": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "channel": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "chapter": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "character": {"she - their": -0.05104123701745039, "she": 0.2866086098257829, "their": 0.3376498468432333}, "charge": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "charismatic": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "chasing": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "chatty": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "cheapest": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "cheaply": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "check": {"she - their": -0.019343868039720657, "she": 0.2866086098257829, "their": 0.30595247786550356}, "chepiga": {"she - their": 0.026970713046748834, "she": 0.24717495642628295, "their": 0.22020424337953412}, "child": {"she - their": 0.06397330209015673, "she": 0.3141217619262574, "their": 0.2501484598361007}, "childhood": {"she - their": 0.032794031642309485, "she": 0.3267967247659127, "their": 0.2940026931236032}, "children": {"she - their": -0.006197654826138488, "she": 0.28287280163644407, "their": 0.28907045646258256}, "china": {"she - their": -0.07890216000056652, "she": 0.15376857524454113, "their": 0.23267073524510765}, "chinese": {"she - their": -0.021788112429712764, "she": 0.2159616984172747, "their": 0.23774981084698746}, "chocolate": {"she - their": 0.032794031642309485, "she": 0.3267967247659127, "their": 0.2940026931236032}, "choice": {"she - their": -0.08806769891809121, "she": 0.24045017654303477, "their": 0.328517875461126}, "chores": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "circle": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "circumstantial": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "citizens": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "city": {"she - their": -0.16252658210981863, "she": 0.17227323651241006, "their": 0.3347998186222287}, "claimed": {"she - their": -0.04935923500760345, "she": 0.24045017654303477, "their": 0.2898094115506382}, "claiming": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "class": {"she - their": -0.04882436581030841, "she": 0.24717495642628295, "their": 0.29599932223659137}, "claws": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "clear": {"she - their": -0.03229857929899804, "she": 0.30148895101275536, "their": 0.3337875303117534}, "clearly": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "climate": {"she - their": -0.05217850048832523, "she": 0.20535507776698447, "their": 0.2575335782553097}, "closed": {"she - their": -0.07142543867998657, "she": 0.23452703918551698, "their": 0.30595247786550356}, "clouded": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "club": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "clubs": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "clue": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "co": {"she - their": -0.07025346187248094, "she": 0.24717495642628295, "their": 0.3174284182987639}, "coach": {"she - their": -0.021788112429712764, "she": 0.2159616984172747, "their": 0.23774981084698746}, "coca": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "coffee": {"she - their": -0.021788112429712764, "she": 0.2159616984172747, "their": 0.23774981084698746}, "coffees": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "cola": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "cold": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "coleman": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "colleagues": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "collection": {"she - their": -0.02123465662615917, "she": 0.22442002002002015, "their": 0.24565467664617932}, "college": {"she - their": 0.01346265421468612, "she": 0.32478945606193826, "their": 0.31132680184725214}, "colonel": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "com": {"she - their": -0.07708900482090314, "she": 0.26145352456736304, "their": 0.3385425293882662}, "come": {"she - their": -0.13765904774007232, "she": 0.22419773244952246, "their": 0.3618567801895948}, "comedians": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "comes": {"she - their": -0.1178258318944787, "she": 0.2159616984172747, "their": 0.3337875303117534}, "comical": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "coming": {"she - their": -0.06591209046644347, "she": 0.26145352456736304, "their": 0.3273656150338065}, "comment": {"she - their": -0.03659985866106541, "she": 0.2866086098257829, "their": 0.3232084684868483}, "commentary": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "commenting": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "comments": {"she - their": -0.018058541441463793, "she": 0.30644844086223105, "their": 0.32450698230369485}, "common": {"she - their": -0.052937687711865244, "she": 0.26488615858034703, "their": 0.3178238462922123}, "communicated": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "communities": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "community": {"she - their": -0.054045032841056995, "she": 0.25230644499363364, "their": 0.30635147783469063}, "company": {"she - their": -0.0458492943980876, "she": 0.27328741300205234, "their": 0.31913670740013994}, "comparing": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "compassionate": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "completely": {"she - their": 0.0032658675017571137, "she": 0.30644844086223105, "their": 0.30318257336047394}, "compulsion": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "conceived": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "concerning": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "concluded": {"she - their": -0.07025346187248094, "she": 0.24717495642628295, "their": 0.3174284182987639}, "conclusion": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "conclusions": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "condition": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "conditions": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "conference": {"she - their": -0.1056340721774098, "she": 0.21218977411480247, "their": 0.3178238462922123}, "confidence": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "consequences": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "consistency": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "consolation": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "conspiracy": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "constantly": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "construction": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "consume": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "consuming": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "consumption": {"she - their": -0.07142543867998657, "she": 0.23452703918551698, "their": 0.30595247786550356}, "contact": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "contains": {"she - their": -0.07236177381546777, "she": 0.22442002002002015, "their": 0.2967817938354879}, "context": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "continue": {"she - their": -0.0695304144682245, "she": 0.25497656783547035, "their": 0.32450698230369485}, "continued": {"she - their": -0.01968479379201643, "she": 0.30148895101275536, "their": 0.3211737448047718}, "continues": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "contouring": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "convention": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "conversation": {"she - their": -0.018058541441463793, "she": 0.30644844086223105, "their": 0.32450698230369485}, "convey": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "conveyed": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "convicted": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "cookies": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "cooking": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "cops": {"she - their": 0.07882749844918324, "she": 0.34211741182294264, "their": 0.2632899133737594}, "copy": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "cordial": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "corner": {"she - their": 0.026970713046748834, "she": 0.24717495642628295, "their": 0.22020424337953412}, "correctly": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "cost": {"she - their": -0.03229857929899804, "she": 0.30148895101275536, "their": 0.3337875303117534}, "costs": {"she - their": -0.04882436581030841, "she": 0.24717495642628295, "their": 0.29599932223659137}, "could": {"she - their": -0.06795181319100368, "she": 0.2866276830156413, "their": 0.354579496206645}, "couldn": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "council": {"she - their": -0.01968428933456523, "she": 0.28145759079407173, "their": 0.30114188012863696}, "councils": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "count": {"she - their": 0.0272765616734007, "she": 0.25497656783547035, "their": 0.22770000616206965}, "counter": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "countries": {"she - their": -0.08868142930133133, "she": 0.23452703918551698, "their": 0.3232084684868483}, "country": {"she - their": -0.07933318610389117, "she": 0.23980352129624877, "their": 0.31913670740013994}, "couple": {"she - their": -0.1047569156288948, "she": 0.22002125308262796, "their": 0.32477816871152276}, "course": {"she - their": -0.1178258318944787, "she": 0.2159616984172747, "their": 0.3337875303117534}, "covered": {"she - their": 0.002550337898777788, "she": 0.292359749449416, "their": 0.2898094115506382}, "covers": {"she - their": 0.03319797767912602, "she": 0.34211741182294264, "their": 0.3089194341438166}, "cow": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "cows": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "crack": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "crackerjack": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "cracking": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "creamier": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "creamy": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "create": {"she - their": -0.11622488524985236, "she": 0.22922525090968804, "their": 0.3454501361595404}, "created": {"she - their": -0.07025346187248094, "she": 0.24717495642628295, "their": 0.3174284182987639}, "credit": {"she - their": 0.002550337898777788, "she": 0.292359749449416, "their": 0.2898094115506382}, "cried": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "crime": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "crisis": {"she - their": -0.10426267470017292, "she": 0.22442002002002015, "their": 0.32868269472019307}, "cross": {"she - their": -0.072769229770512, "she": 0.22002125308262796, "their": 0.29279048285313997}, "crowd": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "crucial": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "cry": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "crying": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "cultured": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "cup": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "customer": {"she - their": 0.07874843470016141, "she": 0.30644844086223105, "their": 0.22770000616206965}, "cut": {"she - their": 0.0028853827290217793, "she": 0.29888470496561315, "their": 0.29599932223659137}, "cute": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "cutting": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "d": {"she - their": -0.039974110866673296, "she": 0.3026763214539169, "their": 0.34265043232059017}, "dad": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "dads": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "daily": {"she - their": -0.0695304144682245, "she": 0.25497656783547035, "their": 0.32450698230369485}, "dairy": {"she - their": 0.0272765616734007, "she": 0.25497656783547035, "their": 0.22770000616206965}, "dance": {"she - their": 0.032794031642309485, "she": 0.3267967247659127, "their": 0.2940026931236032}, "dancers": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "dangerous": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "dark": {"she - their": -0.07087662530421737, "she": 0.24045017654303477, "their": 0.31132680184725214}, "data": {"she - their": -0.09506249836692421, "she": 0.17227323651241006, "their": 0.26733573487933426}, "dates": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "daughter": {"she - their": 0.058770981842689696, "she": 0.3338321662892746, "their": 0.2750611844465849}, "daughters": {"she - their": 0.03193084625087195, "she": 0.29888470496561315, "their": 0.2669538587147412}, "david": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "day": {"she - their": -0.08486242047870804, "she": 0.24314882832025966, "their": 0.3280112487989677}, "days": {"she - their": -0.05511603256992009, "she": 0.28287280163644407, "their": 0.33798883420636416}, "dear": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "death": {"she - their": 0.03170549213090612, "she": 0.292359749449416, "their": 0.2606542573185099}, "decades": {"she - their": -0.04983176913044096, "she": 0.23452703918551698, "their": 0.28435880831595794}, "december": {"she - their": 0.031499490395235086, "she": 0.2866086098257829, "their": 0.2551091194305478}, "decent": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "decide": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "decided": {"she - their": -0.03199992309005423, "she": 0.30535864701646653, "their": 0.33735857010652076}, "decimated": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "decision": {"she - their": -0.09059766251035078, "she": 0.2159616984172747, "their": 0.3065593609276255}, "declaration": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "declare": {"she - their": -0.02058208024503083, "she": 0.23452703918551698, "their": 0.2551091194305478}, "decline": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "declined": {"she - their": 0.07884257253545057, "she": 0.3267967247659127, "their": 0.24795415223046213}, "defeat": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "defence": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "defend": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "defense": {"she - their": 0.0272765616734007, "she": 0.25497656783547035, "their": 0.22770000616206965}, "definitely": {"she - their": -0.07025346187248094, "she": 0.24717495642628295, "their": 0.3174284182987639}, "delicate": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "delicious": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "demanding": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "denominator": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "dense": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "department": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "depend": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "depth": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "depths": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "described": {"she - their": -0.07142543867998657, "she": 0.23452703918551698, "their": 0.30595247786550356}, "description": {"she - their": -0.06866547775789533, "she": 0.26430766704370723, "their": 0.33297314480160256}, "deserved": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "design": {"she - their": -0.000994485773367637, "she": 0.22957042537968353, "their": 0.23056491115305117}, "designed": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "despite": {"she - their": -0.13891489199996548, "she": 0.2159616984172747, "their": 0.3548765904172402}, "desserts": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "destination": {"she - their": 0.03246400483057876, "she": 0.31548650151542973, "their": 0.28302249668485097}, "destroy": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "destroying": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "detective": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "deteriorate": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "devastating": {"she - their": 0.032794031642309485, "she": 0.3267967247659127, "their": 0.2940026931236032}, "developed": {"she - their": -0.04882436581030841, "she": 0.24717495642628295, "their": 0.29599932223659137}, "developing": {"she - their": -0.018058541441463793, "she": 0.30644844086223105, "their": 0.32450698230369485}, "development": {"she - their": -0.10964206635545118, "she": 0.17599164955874505, "their": 0.28563371591419623}, "did": {"she - their": -0.014693244195402855, "she": 0.29769033254725896, "their": 0.3123835767426618}, "didn": {"she - their": -0.0014814951040499902, "she": 0.3101914479886179, "their": 0.3116729430926679}, "difference": {"she - their": -0.08868142930133133, "she": 0.23452703918551698, "their": 0.3232084684868483}, "different": {"she - their": -0.06705589323756142, "she": 0.24957026930944717, "their": 0.3166261625470086}, "difficult": {"she - their": -0.06866547775789533, "she": 0.26430766704370723, "their": 0.33297314480160256}, "difficulty": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "digest": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "digital": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "dinner": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "diplomat": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "disappear": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "disappeared": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "disappoint": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "discovered": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "discovery": {"she - their": -0.020204080775475114, "she": 0.24045017654303477, "their": 0.2606542573185099}, "discuss": {"she - their": -0.0695304144682245, "she": 0.25497656783547035, "their": 0.32450698230369485}, "discussion": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "discussions": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "disliked": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "dismissed": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "display": {"she - their": 0.02645076075202646, "she": 0.23452703918551698, "their": 0.20807627843349052}, "disrepair": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "disrespected": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "distant": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "ditched": {"she - their": 0.03319797767912602, "she": 0.34211741182294264, "their": 0.3089194341438166}, "divorce": {"she - their": -0.04983176913044096, "she": 0.23452703918551698, "their": 0.28435880831595794}, "divorced": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "divulge": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "do": {"she - their": -0.10651236844032241, "she": 0.2551457483789882, "their": 0.3616581168193106}, "does": {"she - their": -0.14513674373813884, "she": 0.16877250446309178, "their": 0.3139092482012306}, "doesn": {"she - their": -0.06591209046644347, "she": 0.26145352456736304, "their": 0.3273656150338065}, "doing": {"she - their": -0.029008878865706522, "she": 0.31604102320214184, "their": 0.34504990206784836}, "dollars": {"she - their": 0.06436905755859507, "she": 0.34739155424344603, "their": 0.28302249668485097}, "dolores": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "don": {"she - their": -0.043194308139230086, "she": 0.30346759316226135, "their": 0.34666190130149144}, "done": {"she - their": -0.08870629767717217, "she": 0.24696357437639913, "their": 0.3356698720535713}, "dou4": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "dou4jiang1": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "double": {"she - their": -0.018058541441463793, "she": 0.30644844086223105, "their": 0.32450698230369485}, "doubt": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "doujiang": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "down": {"she - their": -0.04661279631155918, "she": 0.2888200183546367, "their": 0.3354328146661959}, "downtown": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "dozens": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "drama": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "dressed": {"she - their": 0.03538036855199028, "she": 0.3385629419124642, "their": 0.30318257336047394}, "drew": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "drink": {"she - their": 0.002550337898777788, "she": 0.292359749449416, "their": 0.2898094115506382}, "drinks": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "driver": {"she - their": 0.03218092440702092, "she": 0.30644844086223105, "their": 0.27426751645521014}, "drivers": {"she - their": -0.019778902288458244, "she": 0.24717495642628295, "their": 0.2669538587147412}, "driving": {"she - their": -0.04935923500760345, "she": 0.24045017654303477, "their": 0.2898094115506382}, "drizzle": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "drop": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "dropped": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "drops": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "drove": {"she - their": 0.07882749844918324, "she": 0.34211741182294264, "their": 0.2632899133737594}, "drunk": {"she - their": 0.03218092440702092, "she": 0.30644844086223105, "their": 0.27426751645521014}, "during": {"she - their": -0.13995519142736743, "she": 0.2078189556791117, "their": 0.34777414710647914}, "dweller": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "e": {"she - their": -0.11622488524985236, "she": 0.22922525090968804, "their": 0.3454501361595404}, "each": {"she - their": -0.022377053665647406, "she": 0.24209024316609928, "their": 0.2644672968317467}, "ear": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "earlier": {"she - their": 0.0019764746579798986, "she": 0.28145759079407173, "their": 0.27948111613609183}, "early": {"she - their": -0.0955720034742008, "she": 0.27328741300205234, "their": 0.36885941647625314}, "earth": {"she - their": -0.019778902288458244, "she": 0.24717495642628295, "their": 0.2669538587147412}, "easier": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "east": {"she - their": -0.06558217528804472, "she": 0.26488615858034703, "their": 0.33046833386839175}, "eastwards": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "easy": {"she - their": -0.050255865226403795, "she": 0.22922525090968804, "their": 0.27948111613609183}, "eat": {"she - their": -0.019778902288458244, "she": 0.24717495642628295, "their": 0.2669538587147412}, "eclectic": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "economy": {"she - their": -0.08736951674816629, "she": 0.24717495642628295, "their": 0.33454447317444924}, "ecstatic": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "ect": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "educate": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "education": {"she - their": -0.08922980594194818, "she": 0.22922525090968804, "their": 0.3184550568516362}, "effects": {"she - their": -0.050641164426564744, "she": 0.22442002002002015, "their": 0.2750611844465849}, "effort": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "efforts": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "eggshells": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "eight": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "either": {"she - their": -0.1052120463874971, "she": 0.2159616984172747, "their": 0.3211737448047718}, "elbow": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "elegant": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "elementary": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "ellen": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "else": {"she - their": -0.0695304144682245, "she": 0.25497656783547035, "their": 0.32450698230369485}, "eludes": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "elusively": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "elyton": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "email": {"she - their": -0.04983176913044096, "she": 0.23452703918551698, "their": 0.28435880831595794}, "emergency": {"she - their": 0.0017252219064037844, "she": 0.2767864063529887, "their": 0.2750611844465849}, "emotional": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "emotionally": {"she - their": 0.032794031642309485, "she": 0.3267967247659127, "their": 0.2940026931236032}, "empathise": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "encourage": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "encouraged": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "end": {"she - their": -0.16051399475224407, "she": 0.1864655387493027, "their": 0.34697953350154676}, "ended": {"she - their": 0.0032658675017571137, "she": 0.30644844086223105, "their": 0.30318257336047394}, "endgamepodcast": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "ending": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "ends": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "energy": {"she - their": -0.09384831161772286, "she": 0.18421481050531022, "their": 0.2780631221230331}, "engaging": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "england": {"she - their": -0.07025346187248094, "she": 0.24717495642628295, "their": 0.3174284182987639}, "enjoying": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "entered": {"she - their": -0.02058208024503083, "she": 0.23452703918551698, "their": 0.2551091194305478}, "entertain": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "entertainment": {"she - their": 0.03246400483057876, "she": 0.31548650151542973, "their": 0.28302249668485097}, "entire": {"she - their": -0.0522699923494801, "she": 0.27250817636204266, "their": 0.32477816871152276}, "enzyme": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "epidemic": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "episode": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "ers": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "escape": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "escort": {"she - their": 0.07884257253545057, "she": 0.3267967247659127, "their": 0.24795415223046213}, "especially": {"she - their": -0.02038668219982659, "she": 0.29136506911117416, "their": 0.31175175131100075}, "estranged": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "estrangement": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "estrangements": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "europe": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "even": {"she - their": -0.08114330187510815, "she": 0.2623130856355038, "their": 0.34345638751061197}, "evening": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "event": {"she - their": -0.04983176913044096, "she": 0.23452703918551698, "their": 0.28435880831595794}, "eventually": {"she - their": -0.07025346187248094, "she": 0.24717495642628295, "their": 0.3174284182987639}, "ever": {"she - their": -0.044296811491419896, "she": 0.3140217033283355, "their": 0.3583185148197554}, "every": {"she - their": -0.0819772696390062, "she": 0.2690510549308452, "their": 0.3510283245698514}, "everybody": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "everything": {"she - their": -0.055354710864170764, "she": 0.28031516118940053, "their": 0.3356698720535713}, "everywhere": {"she - their": -0.019778902288458244, "she": 0.24717495642628295, "their": 0.2669538587147412}, "evidence": {"she - their": 0.03170549213090612, "she": 0.292359749449416, "their": 0.2606542573185099}, "ex": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "exactly": {"she - their": -0.04935923500760345, "she": 0.24045017654303477, "their": 0.2898094115506382}, "examination": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "examines": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "examining": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "exceedingly": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "excellent": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "excerpts": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "excited": {"she - their": -0.019778902288458244, "she": 0.24717495642628295, "their": 0.2669538587147412}, "exclusive": {"she - their": -0.019778902288458244, "she": 0.24717495642628295, "their": 0.2669538587147412}, "exclusively": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "exit": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "exiting": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "expect": {"she - their": 0.002550337898777788, "she": 0.292359749449416, "their": 0.2898094115506382}, "expectations": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "expected": {"she - their": -0.021032491563642675, "she": 0.26145352456736304, "their": 0.2824860161310057}, "expensive": {"she - their": -0.04983176913044096, "she": 0.23452703918551698, "their": 0.28435880831595794}, "experience": {"she - their": -0.08972602885445607, "she": 0.22442002002002015, "their": 0.3141460488744762}, "experiences": {"she - their": -0.08736951674816629, "she": 0.24717495642628295, "their": 0.33454447317444924}, "experiencetheride": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "expert": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "experts": {"she - their": -0.07025346187248094, "she": 0.24717495642628295, "their": 0.3174284182987639}, "explain": {"she - their": -0.04935923500760345, "she": 0.24045017654303477, "their": 0.2898094115506382}, "explained": {"she - their": 0.0037093731839660804, "she": 0.31548650151542973, "their": 0.31177712833146365}, "explains": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "exploring": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "extensive": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "extremely": {"she - their": -0.04935923500760345, "she": 0.24045017654303477, "their": 0.2898094115506382}, "face": {"she - their": -0.0695304144682245, "she": 0.25497656783547035, "their": 0.32450698230369485}, "facebook": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "faces": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "facet": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "facing": {"she - their": -0.018967052397836137, "she": 0.292359749449416, "their": 0.31132680184725214}, "fact": {"she - their": -0.04428712845153815, "she": 0.29136506911117416, "their": 0.3356521975627123}, "factual": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "faded": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "failed": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "fairfield": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "fairly": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "fake": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "fall": {"she - their": -0.050255865226403795, "she": 0.22922525090968804, "their": 0.27948111613609183}, "fallen": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "fallibility": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "falling": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "falls": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "fame": {"she - their": 0.07884257253545057, "she": 0.3267967247659127, "their": 0.24795415223046213}, "familial": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "family": {"she - their": -0.022119200155995, "she": 0.26704646936791815, "their": 0.28916566952391315}, "famous": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "fantastic": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "far": {"she - their": -0.02079450102203012, "she": 0.2855569768126605, "their": 0.30635147783469063}, "fare": {"she - their": 0.07884257253545057, "she": 0.3267967247659127, "their": 0.24795415223046213}, "fascinate": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "fascinated": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "fascinating": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "father": {"she - their": 0.002550337898777788, "she": 0.292359749449416, "their": 0.2898094115506382}, "fathers": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "fatigued": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "fault": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "favorite": {"she - their": -0.03699746605756449, "she": 0.28145759079407173, "their": 0.3184550568516362}, "favorites": {"she - their": 0.03246400483057876, "she": 0.31548650151542973, "their": 0.28302249668485097}, "favour": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "favourite": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "fear": {"she - their": -0.020204080775475114, "she": 0.24045017654303477, "their": 0.2606542573185099}, "february": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "feel": {"she - their": -0.004333294925378817, "she": 0.3141217619262574, "their": 0.3184550568516362}, "feeling": {"she - their": 0.034980044511300046, "she": 0.32478945606193826, "their": 0.2898094115506382}, "feelings": {"she - their": 0.03193084625087195, "she": 0.29888470496561315, "their": 0.2669538587147412}, "feigned": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "fell": {"she - their": -0.0695304144682245, "she": 0.25497656783547035, "their": 0.32450698230369485}, "felt": {"she - their": -0.050255865226403795, "she": 0.22922525090968804, "their": 0.27948111613609183}, "few": {"she - their": -0.05511603256992009, "she": 0.28287280163644407, "their": 0.33798883420636416}, "fiercely": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "fifty": {"she - their": 0.07884257253545057, "she": 0.3267967247659127, "their": 0.24795415223046213}, "fight": {"she - their": -0.004333294925378817, "she": 0.3141217619262574, "their": 0.3184550568516362}, "figure": {"she - their": -0.03905420552324085, "she": 0.2551868275365524, "their": 0.29424103305979327}, "figured": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "filled": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "film": {"she - their": -0.0756595691999587, "she": 0.188807727631788, "their": 0.2644672968317467}, "films": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "finally": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "find": {"she - their": -0.16761650005732073, "she": 0.1912497678192406, "their": 0.35886626787656134}, "finding": {"she - their": 0.07874843470016141, "she": 0.30644844086223105, "their": 0.22770000616206965}, "finds": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "fine": {"she - their": -0.04882436581030841, "she": 0.24717495642628295, "their": 0.29599932223659137}, "finest": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "finishing": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "fire": {"she - their": 0.029780776932745168, "she": 0.24447382153804662, "their": 0.21469304460530145}, "fires": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "first": {"she - their": -0.09857239336316836, "she": 0.26627246408913086, "their": 0.3648448574522992}, "flames": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "flash": {"she - their": 0.03319797767912602, "she": 0.34211741182294264, "their": 0.3089194341438166}, "flashmob": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "flat": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "flavours": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "flight": {"she - their": 0.0028853827290217793, "she": 0.29888470496561315, "their": 0.29599932223659137}, "flits": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "flower": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "fo": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "focused": {"she - their": -0.06866547775789533, "she": 0.26430766704370723, "their": 0.33297314480160256}, "followed": {"she - their": -0.03800133997098332, "she": 0.26855802095664216, "their": 0.3065593609276255}, "food": {"she - their": -0.08095028765229728, "she": 0.22419773244952246, "their": 0.30514802010181974}, "foot": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "for": {"she - their": -0.11228869795840207, "she": 0.25126113432882957, "their": 0.36354983228723164}, "force": {"she - their": -0.0695304144682245, "she": 0.25497656783547035, "their": 0.32450698230369485}, "forces": {"she - their": -0.07087662530421737, "she": 0.24045017654303477, "their": 0.31132680184725214}, "ford": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "foreign": {"she - their": -0.05217850048832523, "she": 0.20535507776698447, "their": 0.2575335782553097}, "forgiveness": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "forgotten": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "form": {"she - their": -0.01999538748249924, "she": 0.2767864063529887, "their": 0.2967817938354879}, "former": {"she - their": -0.01941952169505623, "she": 0.30535864701646653, "their": 0.32477816871152276}, "forum": {"she - their": -0.04935923500760345, "she": 0.24045017654303477, "their": 0.2898094115506382}, "forward": {"she - their": -0.018543713333150746, "she": 0.29888470496561315, "their": 0.3174284182987639}, "found": {"she - their": -0.04565416697196634, "she": 0.2755322689305947, "their": 0.321186435902561}, "four": {"she - their": -0.1455633884177208, "she": 0.16546371695977027, "their": 0.31102710537749106}, "foyer": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "frank": {"she - their": -0.0695304144682245, "she": 0.25497656783547035, "their": 0.32450698230369485}, "frantic": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "frantically": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "free": {"she - their": -0.12195311388963642, "she": 0.24209024316609928, "their": 0.3640433570557357}, "frequent": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "fresh": {"she - their": 0.0272765616734007, "she": 0.25497656783547035, "their": 0.22770000616206965}, "fridges": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "friend": {"she - their": 0.0037093731839660804, "she": 0.31548650151542973, "their": 0.31177712833146365}, "friendly": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "friends": {"she - their": -0.019134183125378068, "she": 0.309548511594815, "their": 0.32868269472019307}, "from": {"she - their": -0.12581624103837863, "she": 0.2610931211490388, "their": 0.38690936218741745}, "front": {"she - their": -0.03659985866106541, "she": 0.2866086098257829, "their": 0.3232084684868483}, "function": {"she - their": -0.07087662530421737, "she": 0.24045017654303477, "their": 0.31132680184725214}, "future": {"she - their": -0.0934270069195913, "she": 0.20401995369045886, "their": 0.29744696061005016}, "g": {"she - their": -0.08868142930133133, "she": 0.23452703918551698, "their": 0.3232084684868483}, "game": {"she - their": -0.1102437413743727, "she": 0.17049738504854545, "their": 0.28074112642291815}, "games": {"she - their": -0.072769229770512, "she": 0.22002125308262796, "their": 0.29279048285313997}, "gathered": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "gave": {"she - their": 0.024183352962415083, "she": 0.34200719925462736, "their": 0.3178238462922123}, "geez": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "general": {"she - their": -0.10312280765771631, "she": 0.23452703918551698, "their": 0.3376498468432333}, "generally": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "genie": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "geographically": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "gershshwin": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "get": {"she - their": -0.03325268744798959, "she": 0.32176978273952633, "their": 0.3550224701875159}, "gets": {"she - their": -0.019778902288458244, "she": 0.24717495642628295, "their": 0.2669538587147412}, "getting": {"she - their": -0.08779813648390011, "she": 0.2551868275365524, "their": 0.34298496402045253}, "girl": {"she - their": 0.05855685005935535, "she": 0.3223724089658352, "their": 0.26381555890647984}, "girls": {"she - their": 0.031499490395235086, "she": 0.2866086098257829, "their": 0.2551091194305478}, "give": {"she - their": -0.019246854957189696, "she": 0.3223724089658352, "their": 0.3416192639230249}, "given": {"she - their": -0.08997125775484857, "she": 0.23548916825886754, "their": 0.3254604260137161}, "glad": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "glasses": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "glory": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "go": {"she - their": -0.0458525155492977, "she": 0.29703645078571816, "their": 0.34288896633501587}, "goal": {"she - their": -0.03699746605756449, "she": 0.28145759079407173, "their": 0.3184550568516362}, "goals": {"she - their": -0.050255865226403795, "she": 0.22922525090968804, "their": 0.27948111613609183}, "goats": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "god": {"she - their": -0.05191060720290719, "she": 0.20866501686282207, "their": 0.26057562406572926}, "godfather": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "going": {"she - their": -0.07735918105109796, "she": 0.2914339094357151, "their": 0.3687930904868131}, "gold": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "gone": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "good": {"she - their": -0.034716740370082655, "she": 0.3159764637164809, "their": 0.35069320408656357}, "google": {"she - their": -0.0528994011340167, "she": 0.19647342723946012, "their": 0.24937282837347682}, "googled": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "got": {"she - their": -0.012286770303760408, "she": 0.3016224778974702, "their": 0.3139092482012306}, "government": {"she - their": -0.18229163264988088, "she": 0.14167415680920362, "their": 0.3239657894590845}, "grade": {"she - their": -0.05132151241273514, "she": 0.2159616984172747, "their": 0.26728321083000983}, "graders": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "graduated": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "graduates": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "grand": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "grann": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "granted": {"she - their": -0.07025346187248094, "she": 0.24717495642628295, "their": 0.3174284182987639}, "gray": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "great": {"she - their": -0.09062272480780048, "she": 0.22957042537968353, "their": 0.320193150187484}, "green": {"she - their": -0.09384831161772286, "she": 0.18421481050531022, "their": 0.2780631221230331}, "greensprings": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "greet": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "grew": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "grips": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "ground": {"she - their": -0.0931308292438274, "she": 0.1912497678192406, "their": 0.284380597063068}, "group": {"she - their": -0.09228398634593624, "she": 0.24314882832025966, "their": 0.3354328146661959}, "groupon": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "growing": {"she - their": -0.05104123701745039, "she": 0.2866086098257829, "their": 0.3376498468432333}, "grown": {"she - their": 0.01374172132990914, "she": 0.33117013962867303, "their": 0.3174284182987639}, "growth": {"she - their": -0.03800133997098332, "she": 0.26855802095664216, "their": 0.3065593609276255}, "gru": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "guess": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "guilt": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "guilty": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "gulf": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "guy": {"she - their": 0.03246400483057876, "she": 0.31548650151542973, "their": 0.28302249668485097}, "guys": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "had": {"she - their": -0.05510543588235872, "she": 0.3032792782871839, "their": 0.3583847141695426}, "hadn": {"she - their": -0.01748664328617283, "she": 0.31548650151542973, "their": 0.33297314480160256}, "hair": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "haired": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "hairstyle": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "half": {"she - their": -0.021032491563642675, "she": 0.26145352456736304, "their": 0.2824860161310057}, "halftime": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "hall": {"she - their": -0.04882436581030841, "she": 0.24717495642628295, "their": 0.29599932223659137}, "hand": {"she - their": -0.053522873256783954, "she": 0.2582288780542168, "their": 0.31175175131100075}, "handle": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "happen": {"she - their": -0.07142543867998657, "she": 0.23452703918551698, "their": 0.30595247786550356}, "happened": {"she - their": -0.018967052397836137, "she": 0.292359749449416, "their": 0.31132680184725214}, "happening": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "happenings": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "happy": {"she - their": -0.01748664328617283, "she": 0.31548650151542973, "their": 0.33297314480160256}, "hard": {"she - their": -0.11909601493941724, "she": 0.20535507776698447, "their": 0.3244510927064017}, "harping": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "harry": {"she - their": 0.026970713046748834, "she": 0.24717495642628295, "their": 0.22020424337953412}, "has": {"she - their": -0.11501566053545903, "she": 0.2610931211490388, "their": 0.37610878168449785}, "hats": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "have": {"she - their": -0.12613394690306884, "she": 0.25907621978622136, "their": 0.3852101666892902}, "haven": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "having": {"she - their": -0.07369212049949442, "she": 0.27328741300205234, "their": 0.34697953350154676}, "he": {"she - their": -0.1236947679048647, "she": 0.19378702836351633, "their": 0.317481796268381}, "head": {"she - their": -0.03433518683180803, "she": 0.2755322689305947, "their": 0.3098674557624027}, "headed": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "heading": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "healing": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "healthy": {"she - their": -0.1024520453694451, "she": 0.24045017654303477, "their": 0.3429022219124799}, "hear": {"she - their": -0.07087662530421737, "she": 0.24045017654303477, "their": 0.31132680184725214}, "heard": {"she - their": -0.020548912549442577, "she": 0.26855802095664216, "their": 0.28910693350608474}, "heart": {"she - their": -0.10168803781476538, "she": 0.24717495642628295, "their": 0.34886299424104833}, "heartening": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "height": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "held": {"she - their": -0.06477861241641258, "she": 0.2778718199041776, "their": 0.34265043232059017}, "help": {"she - their": -0.17593950516271137, "she": 0.18421481050531022, "their": 0.3601543156680216}, "helped": {"she - their": -0.0695304144682245, "she": 0.25497656783547035, "their": 0.32450698230369485}, "heng": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "her": {"she - their": 0.07258617525956906, "she": 0.32762098007111484, "their": 0.2550348048115458}, "here": {"she - their": -0.09320860888837629, "she": 0.2623130856355038, "their": 0.3555216945238801}, "heroes": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "herself": {"she - their": 0.032794031642309485, "she": 0.3267967247659127, "their": 0.2940026931236032}, "hide": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "hiding": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "high": {"she - their": -0.13348075596707662, "she": 0.17995918049776924, "their": 0.31343993646484586}, "higher": {"she - their": -0.09098560661176733, "she": 0.21218977411480247, "their": 0.3031753807265698}, "highlight": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "highway": {"she - their": -0.019778902288458244, "she": 0.24717495642628295, "their": 0.2669538587147412}, "hilarious": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "him": {"she - their": -0.06027255897485856, "she": 0.26115396640330923, "their": 0.3214265253781678}, "his": {"she - their": -0.10453200136420188, "she": 0.2419487110084514, "their": 0.34648071237265327}, "historical": {"she - their": -0.0695304144682245, "she": 0.25497656783547035, "their": 0.32450698230369485}, "history": {"she - their": -0.0571267911559003, "she": 0.26142333100716103, "their": 0.31855012216306133}, "hit": {"she - their": 0.058770981842689696, "she": 0.3338321662892746, "their": 0.2750611844465849}, "hits": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "hive": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "hold": {"she - their": -0.06399254536546867, "she": 0.28145759079407173, "their": 0.3454501361595404}, "holds": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "homage": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "home": {"she - their": -0.021493674634615434, "she": 0.30323602636598407, "their": 0.3247297010005995}, "homemade": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "honest": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "honey": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "host": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "hosts": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "hot": {"she - their": -0.004842221676996106, "she": 0.30535864701646653, "their": 0.31020086869346264}, "hotel": {"she - their": 0.026697967422487784, "she": 0.24045017654303477, "their": 0.213752209120547}, "hours": {"she - their": -0.01941952169505623, "she": 0.30535864701646653, "their": 0.32477816871152276}, "house": {"she - their": -0.06558217528804472, "she": 0.26488615858034703, "their": 0.33046833386839175}, "houses": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "how": {"she - their": -0.08573390014921217, "she": 0.29557476645280506, "their": 0.38130866660201723}, "however": {"she - their": -0.08282703402253944, "she": 0.26142333100716103, "their": 0.34425036502970047}, "https": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "huerta": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "hug": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "huge": {"she - their": -0.11622488524985236, "she": 0.22922525090968804, "their": 0.3454501361595404}, "human": {"she - their": -0.1047569156288948, "she": 0.22002125308262796, "their": 0.32477816871152276}, "humans": {"she - their": -0.01968428933456523, "she": 0.28145759079407173, "their": 0.30114188012863696}, "hundred": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "hunger": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "hurt": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "husband": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "hustling": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "i": {"she - their": -0.07013219045247948, "she": 0.21865521104589125, "their": 0.28878740149837073}, "ice": {"she - their": 0.07882749844918324, "she": 0.34211741182294264, "their": 0.2632899133737594}, "idea": {"she - their": -0.05677970571983998, "she": 0.2651101317593953, "their": 0.3218898374792353}, "identical": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "if": {"she - their": -0.12699211599553523, "she": 0.25399784713689005, "their": 0.3809899631324253}, "ignorant": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "ignore": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "ill": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "illness": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "illusion": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "illustrates": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "immediately": {"she - their": -0.008095924902556562, "she": 0.3223724089658352, "their": 0.33046833386839175}, "immensely": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "immersive": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "impacts": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "imparted": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "impatience": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "impeccably": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "importance": {"she - their": -0.018967052397836137, "she": 0.292359749449416, "their": 0.31132680184725214}, "important": {"she - their": -0.1240917421246274, "she": 0.22593464675408523, "their": 0.3500263888787126}, "imported": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "in": {"she - their": -0.13200275520402258, "she": 0.18586406175018963, "their": 0.3178668169542122}, "inability": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "incident": {"she - their": -0.02123465662615917, "she": 0.22442002002002015, "their": 0.24565467664617932}, "incidents": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "included": {"she - their": -0.08922980594194818, "she": 0.22922525090968804, "their": 0.3184550568516362}, "including": {"she - their": -0.08361087909163262, "she": 0.2939911463184174, "their": 0.37760202541005}, "incompatible": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "increased": {"she - their": 0.026697967422487784, "she": 0.24045017654303477, "their": 0.213752209120547}, "increasingly": {"she - their": -0.08655768540329123, "she": 0.25497656783547035, "their": 0.3415342532387616}, "indeed": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "indians": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "industry": {"she - their": -0.01999538748249924, "she": 0.2767864063529887, "their": 0.2967817938354879}, "information": {"she - their": -0.052937687711865244, "she": 0.26488615858034703, "their": 0.3178238462922123}, "informed": {"she - their": 0.004247247055799042, "she": 0.3267967247659127, "their": 0.32254947771011366}, "informs": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "ink": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "instance": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "instead": {"she - their": -0.08779813648390011, "she": 0.2551868275365524, "their": 0.34298496402045253}, "instincts": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "intelligence": {"she - their": -0.01968428933456523, "she": 0.28145759079407173, "their": 0.30114188012863696}, "intelligent": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "intended": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "intensify": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "intensity": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "interactive": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "interest": {"she - their": -0.03659985866106541, "she": 0.2866086098257829, "their": 0.3232084684868483}, "interested": {"she - their": 0.004247247055799042, "she": 0.3267967247659127, "their": 0.32254947771011366}, "interesting": {"she - their": -0.0695304144682245, "she": 0.25497656783547035, "their": 0.32450698230369485}, "international": {"she - their": -0.1173373170238928, "she": 0.22002125308262796, "their": 0.33735857010652076}, "interview": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "intestinal": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "into": {"she - their": -0.06419386706571345, "she": 0.30731379307380274, "their": 0.3715076601395162}, "intolerant": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "investigates": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "investigation": {"she - their": -0.018543713333150746, "she": 0.29888470496561315, "their": 0.3174284182987639}, "investigators": {"she - their": 0.03319797767912602, "she": 0.34211741182294264, "their": 0.3089194341438166}, "involved": {"she - their": -0.019246854957189696, "she": 0.3223724089658352, "their": 0.3416192639230249}, "involvement": {"she - their": -0.04882436581030841, "she": 0.24717495642628295, "their": 0.29599932223659137}, "ireland": {"she - their": 0.07874843470016141, "she": 0.30644844086223105, "their": 0.22770000616206965}, "irish": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "irony": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "is": {"she - their": -0.10573920538612186, "she": 0.2279121500617058, "their": 0.33365135544782765}, "isabelle": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "isay": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "islamic": {"she - their": -0.07142543867998657, "she": 0.23452703918551698, "their": 0.30595247786550356}, "isn": {"she - their": -0.03229857929899804, "she": 0.30148895101275536, "their": 0.3337875303117534}, "issue": {"she - their": -0.07751392611736668, "she": 0.16877250446309178, "their": 0.24628643058045846}, "it": {"she - their": -0.15167361125876766, "she": 0.21000619016391792, "their": 0.3616798014226856}, "item": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "items": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "its": {"she - their": -0.08747747096319466, "she": 0.24756185998563604, "their": 0.3350393309488307}, "itself": {"she - their": -0.1178258318944787, "she": 0.2159616984172747, "their": 0.3337875303117534}, "jacket": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "jackson": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "jane": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "japan": {"she - their": -0.05267134482784455, "she": 0.19927914419369955, "their": 0.2519504890215441}, "jealous": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "jfk": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "jiang1": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "job": {"she - their": -0.06591209046644347, "she": 0.26145352456736304, "their": 0.3273656150338065}, "join": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "joke": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "jokes": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "joshua": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "journal": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "journalism": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "journey": {"she - their": -0.020204080775475114, "she": 0.24045017654303477, "their": 0.2606542573185099}, "journeys": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "judy": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "juice": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "july": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "jumped": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "june": {"she - their": 0.0012748101266323308, "she": 0.26855802095664216, "their": 0.26728321083000983}, "just": {"she - their": -0.055412713063850705, "she": 0.3131360921675588, "their": 0.3685488052314095}, "karen": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "keen": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "keep": {"she - their": -0.04983176913044096, "she": 0.23452703918551698, "their": 0.28435880831595794}, "kept": {"she - their": -0.04983176913044096, "she": 0.23452703918551698, "their": 0.28435880831595794}, "key": {"she - their": -0.0695304144682245, "she": 0.25497656783547035, "their": 0.32450698230369485}, "kid": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "kidding": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "kids": {"she - their": 0.0272765616734007, "she": 0.25497656783547035, "their": 0.22770000616206965}, "killed": {"she - their": 0.07880625852956094, "she": 0.31548650151542973, "their": 0.2366802429858688}, "killers": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "kind": {"she - their": -0.049978289275435184, "she": 0.29888470496561315, "their": 0.34886299424104833}, "kindle": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "kingdom": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "knew": {"she - their": 0.055482229586419685, "she": 0.3696282784608959, "their": 0.3141460488744762}, "know": {"she - their": -0.061634354853304374, "she": 0.2955254715923733, "their": 0.3571598264456777}, "knowledge": {"she - their": -0.04882436581030841, "she": 0.24717495642628295, "their": 0.29599932223659137}, "known": {"she - their": -0.1762703281906716, "she": 0.1820481866290838, "their": 0.3583185148197554}, "korea": {"she - their": -0.020204080775475114, "she": 0.24045017654303477, "their": 0.2606542573185099}, "kyla": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "l": {"she - their": 0.0022498015098249557, "she": 0.2866086098257829, "their": 0.28435880831595794}, "la": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "lactase": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "lactose": {"she - their": 0.0272765616734007, "she": 0.25497656783547035, "their": 0.22770000616206965}, "lady": {"she - their": 0.06421628091393183, "she": 0.33117013962867303, "their": 0.2669538587147412}, "laid": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "land": {"she - their": -0.0741275109116949, "she": 0.20535507776698447, "their": 0.27948258867867937}, "language": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "large": {"she - their": -0.07142543867998657, "she": 0.23452703918551698, "their": 0.30595247786550356}, "larger": {"she - their": 0.03193084625087195, "she": 0.29888470496561315, "their": 0.2669538587147412}, "last": {"she - their": -0.06867330319189235, "she": 0.29313684761358544, "their": 0.3618101508054778}, "late": {"she - their": -0.1052120463874971, "she": 0.2159616984172747, "their": 0.3211737448047718}, "later": {"she - their": -0.011016374650941907, "she": 0.3203177320301773, "their": 0.33133410668111923}, "latest": {"she - their": 0.02645076075202646, "she": 0.23452703918551698, "their": 0.20807627843349052}, "latte": {"she - their": -0.020204080775475114, "she": 0.24045017654303477, "their": 0.2606542573185099}, "launch": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "law": {"she - their": -0.04028095779330937, "she": 0.23980352129624877, "their": 0.28008447908955814}, "laws": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "lax": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "lead": {"she - their": -0.13141774358764377, "she": 0.19647342723946012, "their": 0.3278911708271039}, "leaders": {"she - their": -0.06444011761414675, "she": 0.2767864063529887, "their": 0.34122652396713543}, "leading": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "leaks": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "leaky": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "least": {"she - their": -0.06373092812961789, "she": 0.28838205470590894, "their": 0.35211298283552683}, "lecture": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "lee": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "left": {"she - their": -0.05580183775052455, "she": 0.2755322689305947, "their": 0.33133410668111923}, "legal": {"she - their": -0.04882436581030841, "she": 0.24717495642628295, "their": 0.29599932223659137}, "legendary": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "legs": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "length": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "less": {"she - their": -0.08994541121573213, "she": 0.2632371975832424, "their": 0.3531826087989745}, "let": {"she - their": -0.06605484351391017, "she": 0.2651101317593953, "their": 0.33116497527330546}, "letter": {"she - their": -0.09059766251035078, "she": 0.2159616984172747, "their": 0.3065593609276255}, "letting": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "level": {"she - their": -0.005486293195048286, "she": 0.29452643247949584, "their": 0.3000127256745441}, "levels": {"she - their": -0.04882436581030841, "she": 0.24717495642628295, "their": 0.29599932223659137}, "levi": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "liberating": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "librarians": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "libraries": {"she - their": -0.02058208024503083, "she": 0.23452703918551698, "their": 0.2551091194305478}, "library": {"she - their": -0.02249156423581475, "she": 0.20535507776698447, "their": 0.22784664200279922}, "life": {"she - their": -0.07751123768454138, "she": 0.29011261222201495, "their": 0.36762384990655633}, "lifelong": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "lifted": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "like": {"she - their": -0.05781281179832454, "she": 0.30645003586381697, "their": 0.3642628476621415}, "liked": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "line": {"she - their": -0.050641164426564744, "she": 0.22442002002002015, "their": 0.2750611844465849}, "linked": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "liquid": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "lisa": {"she - their": 0.07868046158607903, "she": 0.29888470496561315, "their": 0.22020424337953412}, "listen": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "listening": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "literally": {"she - their": 0.03319797767912602, "she": 0.34211741182294264, "their": 0.3089194341438166}, "little": {"she - their": -0.02818918324410058, "she": 0.32183720563461204, "their": 0.3500263888787126}, "live": {"she - their": -0.10312280765771631, "she": 0.23452703918551698, "their": 0.3376498468432333}, "lived": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "lives": {"she - their": -0.018543713333150746, "she": 0.29888470496561315, "their": 0.3174284182987639}, "ll": {"she - their": -0.04920054525326295, "she": 0.2939911463184174, "their": 0.34319169157168034}, "loan": {"she - their": 0.07874843470016141, "she": 0.30644844086223105, "their": 0.22770000616206965}, "local": {"she - their": -0.07909619273646173, "she": 0.24209024316609928, "their": 0.321186435902561}, "locally": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "lollipop": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "lollipops": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "london": {"she - their": -0.04882436581030841, "she": 0.24717495642628295, "their": 0.29599932223659137}, "long": {"she - their": -0.08321309436801427, "she": 0.2579575954456204, "their": 0.3411706898136347}, "longer": {"she - their": -0.04983176913044096, "she": 0.23452703918551698, "their": 0.28435880831595794}, "longest": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "look": {"she - their": -0.19163466069624707, "she": 0.16877250446309178, "their": 0.36040716515933885}, "looked": {"she - their": -0.020548912549442577, "she": 0.26855802095664216, "their": 0.28910693350608474}, "looking": {"she - their": -0.04795229318936106, "she": 0.30759860057446137, "their": 0.35555089376382243}, "looks": {"she - their": -0.04935923500760345, "she": 0.24045017654303477, "their": 0.2898094115506382}, "los": {"she - their": -0.07236177381546777, "she": 0.22442002002002015, "their": 0.2967817938354879}, "lose": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "losing": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "lost": {"she - their": -0.09059766251035078, "she": 0.2159616984172747, "their": 0.3065593609276255}, "lot": {"she - their": -0.03586621197170525, "she": 0.32744375145163657, "their": 0.3633099634233418}, "lots": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "love": {"she - their": -0.06660079346914055, "she": 0.25966463541162743, "their": 0.326265428880768}, "loved": {"she - their": -0.018058541441463793, "she": 0.30644844086223105, "their": 0.32450698230369485}, "lover": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "loving": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "low": {"she - their": -0.03905420552324085, "she": 0.2551868275365524, "their": 0.29424103305979327}, "lower": {"she - their": -0.07314523508881005, "she": 0.2159616984172747, "their": 0.28910693350608474}, "lun": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "lunch": {"she - their": -0.018543713333150746, "she": 0.29888470496561315, "their": 0.3174284182987639}, "lurking": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "m": {"she - their": -0.04054381648914768, "she": 0.29603784140215245, "their": 0.3365816578913001}, "ma": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "macchiato": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "made": {"she - their": -0.14734963511614782, "she": 0.19928861138321488, "their": 0.3466382464993627}, "magic": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "magical": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "main": {"she - their": -0.09017961561083468, "she": 0.22002125308262796, "their": 0.31020086869346264}, "maintained": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "major": {"she - their": -0.11909601493941724, "she": 0.20535507776698447, "their": 0.3244510927064017}, "majority": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "make": {"she - their": -0.18049371371872092, "she": 0.2162006508151283, "their": 0.3966943645338492}, "makes": {"she - their": -0.08672522798649857, "she": 0.26488615858034703, "their": 0.3516113865668456}, "makeup": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "making": {"she - their": -0.13029711979572783, "she": 0.20535507776698447, "their": 0.3356521975627123}, "male": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "mammals": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "man": {"she - their": -0.08282703402253944, "she": 0.26142333100716103, "their": 0.34425036502970047}, "manage": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "manages": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "managing": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "mansion": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "mansions": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "many": {"she - their": -0.10001338998832598, "she": 0.2525863497041566, "their": 0.3525997396924826}, "march": {"she - their": -0.006197654826138488, "she": 0.28287280163644407, "their": 0.28907045646258256}, "marked": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "marketing": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "marriage": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "married": {"she - their": 0.03246400483057876, "she": 0.31548650151542973, "their": 0.28302249668485097}, "mary": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "matcha": {"she - their": -0.02123465662615917, "she": 0.22442002002002015, "their": 0.24565467664617932}, "matchup": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "mattered": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "may": {"she - their": -0.07290478313931809, "she": 0.28159893389088236, "their": 0.35450371703020045}, "maybe": {"she - their": -0.02123465662615917, "she": 0.22442002002002015, "their": 0.24565467664617932}, "mcgregor": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "mcnamara": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "me": {"she - their": -0.055249568116716996, "she": 0.2788757448354919, "their": 0.3341253129522089}, "meaning": {"she - their": -0.0695304144682245, "she": 0.25497656783547035, "their": 0.32450698230369485}, "means": {"she - their": -0.09845426677091601, "she": 0.24209024316609928, "their": 0.3405445099370153}, "meant": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "media": {"she - their": -0.14151540696690404, "she": 0.19647342723946012, "their": 0.33798883420636416}, "medical": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "meeting": {"she - their": -0.04983176913044096, "she": 0.23452703918551698, "their": 0.28435880831595794}, "meh": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "mei3": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "melanie": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "melt": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "member": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "members": {"she - their": -0.13106457607141866, "she": 0.19927914419369955, "their": 0.3303437202651182}, "memories": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "memory": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "men": {"she - their": -0.09361894034025545, "she": 0.1864655387493027, "their": 0.28008447908955814}, "mental": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "menu": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "message": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "met": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "meter": {"she - their": 0.07880625852956094, "she": 0.31548650151542973, "their": 0.2366802429858688}, "metropolitan": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "mia": {"she - their": 0.025459929318636526, "she": 0.21218977411480247, "their": 0.18672984479616594}, "michael": {"she - their": -0.10312280765771631, "she": 0.23452703918551698, "their": 0.3376498468432333}, "michelle": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "micro": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "middle": {"she - their": -0.04935923500760345, "she": 0.24045017654303477, "their": 0.2898094115506382}, "midwestern": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "might": {"she - their": -0.08902499011428605, "she": 0.27112932555373553, "their": 0.3601543156680216}, "military": {"she - their": -0.07236177381546777, "she": 0.22442002002002015, "their": 0.2967817938354879}, "milk": {"she - their": -0.05543983753423673, "she": 0.16546371695977027, "their": 0.220903554494007}, "milking": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "milks": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "milky": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "million": {"she - their": -0.10707233364099109, "she": 0.19927914419369955, "their": 0.30635147783469063}, "mine": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "minister": {"she - their": -0.12015273530754847, "she": 0.19647342723946012, "their": 0.3166261625470086}, "minor": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "minute": {"she - their": -0.07382099926818364, "she": 0.20866501686282207, "their": 0.2824860161310057}, "minutes": {"she - their": 0.034205740182745525, "she": 0.30148895101275536, "their": 0.26728321083000983}, "miss": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "missing": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "mix": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "mixed": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "moaning": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "mob": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "mobilisation": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "model": {"she - their": -0.021463391573704305, "she": 0.2551868275365524, "their": 0.2766502191102567}, "mom": {"she - their": 0.06429542545725409, "she": 0.3385629419124642, "their": 0.27426751645521014}, "moment": {"she - their": -0.03615812601170998, "she": 0.292359749449416, "their": 0.328517875461126}, "moments": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "momentum": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "monday": {"she - their": -0.04983176913044096, "she": 0.23452703918551698, "their": 0.28435880831595794}, "money": {"she - their": -0.1047569156288948, "she": 0.22002125308262796, "their": 0.32477816871152276}, "mongols": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "monitor": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "monosyllabic": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "month": {"she - their": -0.09134770881172205, "she": 0.20866501686282207, "their": 0.3000127256745441}, "months": {"she - their": 0.031499490395235086, "she": 0.2866086098257829, "their": 0.2551091194305478}, "mood": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "moon": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "moral": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "more": {"she - their": -0.1057057789987153, "she": 0.26093895089779867, "their": 0.366644729896514}, "morning": {"she - their": 0.03820886736440726, "she": 0.32258946442747527, "their": 0.284380597063068}, "moscow": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "most": {"she - their": -0.11829132356971067, "she": 0.2649399456972758, "their": 0.3832312692669865}, "mother": {"she - their": 0.019686117414798365, "she": 0.3338321662892746, "their": 0.3141460488744762}, "mothers": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "motto": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "mount": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "mourning": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "move": {"she - their": -0.10372148076290572, "she": 0.22922525090968804, "their": 0.33294673167259375}, "moved": {"she - their": -0.02058208024503083, "she": 0.23452703918551698, "their": 0.2551091194305478}, "movement": {"she - their": 0.03246400483057876, "she": 0.31548650151542973, "their": 0.28302249668485097}, "movie": {"she - their": -0.05311687739379467, "she": 0.1938012903888688, "their": 0.24691816778266348}, "moving": {"she - their": 0.03319797767912602, "she": 0.34211741182294264, "their": 0.3089194341438166}, "mr": {"she - their": -0.05132151241273514, "she": 0.2159616984172747, "their": 0.26728321083000983}, "much": {"she - their": -0.038996564328495076, "she": 0.32164206149812424, "their": 0.3606386258266193}, "mullet": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "multifaceted": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "multitude": {"she - their": 0.07884257253545057, "she": 0.3267967247659127, "their": 0.24795415223046213}, "mums": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "murder": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "music": {"she - their": -0.09361894034025545, "she": 0.1864655387493027, "their": 0.28008447908955814}, "musical": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "musicians": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "musings": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "must": {"she - their": -0.11909601493941724, "she": 0.20535507776698447, "their": 0.3244510927064017}, "mustache": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "mustard": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "my": {"she - their": -0.05741070725806241, "she": 0.2580357889294708, "their": 0.31544649618753323}, "myself": {"she - their": -0.0040454385049846775, "she": 0.31916302998186363, "their": 0.3232084684868483}, "mysterious": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "mystery": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "nab": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "nail": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "name": {"she - their": -0.019932939883753886, "she": 0.2978909064084584, "their": 0.3178238462922123}, "names": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "naps": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "narrative": {"she - their": -0.019778902288458244, "she": 0.24717495642628295, "their": 0.2669538587147412}, "natural": {"she - their": -0.019343868039720657, "she": 0.2866086098257829, "their": 0.30595247786550356}, "nature": {"she - their": -0.07025346187248094, "she": 0.24717495642628295, "their": 0.3174284182987639}, "navigate": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "navigating": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "naw": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "nearly": {"she - their": -0.08972602885445607, "she": 0.22442002002002015, "their": 0.3141460488744762}, "necessary": {"she - their": -0.10312280765771631, "she": 0.23452703918551698, "their": 0.3376498468432333}, "needed": {"she - their": -0.019343868039720657, "she": 0.2866086098257829, "their": 0.30595247786550356}, "neighbor": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "neighborhoods": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "neighbourhood": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "neither": {"she - their": 0.035882234086618725, "she": 0.3584317117967324, "their": 0.32254947771011366}, "nerve": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "net": {"she - their": 0.0017252219064037844, "she": 0.2767864063529887, "their": 0.2750611844465849}, "never": {"she - their": -0.08870629767717217, "she": 0.24696357437639913, "their": 0.3356698720535713}, "new": {"she - their": -0.16340248237254484, "she": 0.19803427393381495, "their": 0.3614367563063598}, "news": {"she - their": -0.13175337680894575, "she": 0.1938012903888688, "their": 0.32555466719781456}, "next": {"she - their": -0.04672683904373914, "she": 0.2632371975832424, "their": 0.3099640366269815}, "nice": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "night": {"she - their": -0.02098423780198272, "she": 0.28287280163644407, "their": 0.3038570394384268}, "nightmarket": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "niu2nai3": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "no": {"she - their": -0.08680642626891344, "she": 0.28705448520211135, "their": 0.3738609114710248}, "nobeladventures": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "nobody": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "non": {"she - their": -0.05428677012897962, "she": 0.24957026930944717, "their": 0.3038570394384268}, "nor": {"she - their": 0.0037093731839660804, "she": 0.31548650151542973, "their": 0.31177712833146365}, "normal": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "north": {"she - their": -0.04935923500760345, "she": 0.24045017654303477, "their": 0.2898094115506382}, "norwood": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "nose": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "not": {"she - their": -0.1546656031037044, "she": 0.22936890358903064, "their": 0.38403450669273503}, "noted": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "notes": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "nothing": {"she - their": -0.08746183647855538, "she": 0.2582288780542168, "their": 0.34569071453277217}, "noticeably": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "november": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "novichok": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "now": {"she - their": -0.07733632391920137, "she": 0.2924152892901965, "their": 0.36975161320939787}, "nowhere": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "number": {"she - their": -0.16761650005732073, "she": 0.1912497678192406, "their": 0.35886626787656134}, "ny": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "nyc": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "o": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "obviously": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "odd": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "ode": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "of": {"she - their": -0.13158753131382003, "she": 0.15741518765618986, "their": 0.2890027189700099}, "off": {"she - their": -0.028938325566162104, "she": 0.3126330154620674, "their": 0.3415713410282295}, "offer": {"she - their": 0.002550337898777788, "she": 0.292359749449416, "their": 0.2898094115506382}, "offered": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "office": {"she - their": -0.08868142930133133, "she": 0.23452703918551698, "their": 0.3232084684868483}, "officers": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "often": {"she - their": -0.07369212049949442, "she": 0.27328741300205234, "their": 0.34697953350154676}, "oh": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "oil": {"she - their": -0.072769229770512, "she": 0.22002125308262796, "their": 0.29279048285313997}, "okay": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "old": {"she - their": 0.03617528448156143, "she": 0.30759860057446137, "their": 0.27142331609289994}, "older": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "on": {"she - their": -0.12486482134856594, "she": 0.24859203703937907, "their": 0.373456858387945}, "once": {"she - their": -0.07840819869935861, "she": 0.2864773510940129, "their": 0.3648855497933715}, "one": {"she - their": -0.11926004569278387, "she": 0.2781920651081219, "their": 0.39745211080090576}, "online": {"she - their": -0.09134770881172205, "she": 0.20866501686282207, "their": 0.3000127256745441}, "only": {"she - their": -0.10099348990140106, "she": 0.26224956956916423, "their": 0.3632430594705653}, "onto": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "opened": {"she - their": -0.04882436581030841, "she": 0.24717495642628295, "their": 0.29599932223659137}, "opponent": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "opted": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "option": {"she - their": -0.04983176913044096, "she": 0.23452703918551698, "their": 0.28435880831595794}, "options": {"she - their": -0.04882436581030841, "she": 0.24717495642628295, "their": 0.29599932223659137}, "or": {"she - their": -0.08020367981661114, "she": 0.28987531661258553, "their": 0.37007899642919667}, "orange": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "order": {"she - their": -0.06705589323756142, "she": 0.24957026930944717, "their": 0.3166261625470086}, "ordinary": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "original": {"she - their": 0.026697967422487784, "she": 0.24045017654303477, "their": 0.213752209120547}, "orlean": {"she - their": 0.025633725227611148, "she": 0.2159616984172747, "their": 0.19032797318966355}, "other": {"she - their": -0.08529162680903407, "she": 0.2983656303116643, "their": 0.38365725712069837}, "others": {"she - their": -0.08779813648390011, "she": 0.2551868275365524, "their": 0.34298496402045253}, "our": {"she - their": -0.05117245209733551, "she": 0.28590930045590573, "their": 0.33708175255324124}, "out": {"she - their": -0.12183084849940207, "she": 0.2682191475759755, "their": 0.39004999607537755}, "outfits": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "outnumbered": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "outside": {"she - their": 0.0032658675017571137, "she": 0.30644844086223105, "their": 0.30318257336047394}, "over": {"she - their": -0.11297774491751367, "she": 0.2711834539875246, "their": 0.38416119890503825}, "overflowing": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "overheard": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "owed": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "own": {"she - their": -0.10389918474397436, "she": 0.2579575954456204, "their": 0.3618567801895948}, "owners": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "p": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "pace": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "pacing": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "package": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "packaging": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "page": {"she - their": -0.0045975372796612235, "she": 0.309548511594815, "their": 0.3141460488744762}, "pages": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "pains": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "painted": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "palpable": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "panic": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "parent": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "parents": {"she - their": -0.02058208024503083, "she": 0.23452703918551698, "their": 0.2551091194305478}, "parks": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "parliament": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "part": {"she - their": -0.044973298842541753, "she": 0.30660685332211096, "their": 0.3515801521646527}, "participants": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "parts": {"she - their": -0.04882436581030841, "she": 0.24717495642628295, "their": 0.29599932223659137}, "partying": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "pass": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "passengers": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "past": {"she - their": -0.11680650394711528, "she": 0.22442002002002015, "their": 0.34122652396713543}, "patience": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "patronize": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "pawn": {"she - their": 0.07880625852956094, "she": 0.31548650151542973, "their": 0.2366802429858688}, "pay": {"she - their": -0.07142543867998657, "she": 0.23452703918551698, "their": 0.30595247786550356}, "payday": {"she - their": 0.07880625852956094, "she": 0.31548650151542973, "their": 0.2366802429858688}, "paying": {"she - their": 0.03732563510570197, "she": 0.34327811297120553, "their": 0.30595247786550356}, "peace": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "peak": {"she - their": 0.0272765616734007, "she": 0.25497656783547035, "their": 0.22770000616206965}, "people": {"she - their": -0.13339448262124498, "she": 0.239236222315363, "their": 0.372630704936608}, "peppa": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "percentage": {"she - their": -0.020204080775475114, "she": 0.24045017654303477, "their": 0.2606542573185099}, "perfect": {"she - their": -0.03659985866106541, "she": 0.2866086098257829, "their": 0.3232084684868483}, "performance": {"she - their": -0.08922980594194818, "she": 0.22922525090968804, "their": 0.3184550568516362}, "performances": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "performed": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "performing": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "perhaps": {"she - their": -0.04309229495007816, "she": 0.30535864701646653, "their": 0.3484509419665447}, "permanant": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "perplexing": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "person": {"she - their": -0.019134183125378068, "she": 0.309548511594815, "their": 0.32868269472019307}, "personal": {"she - their": -0.07933318610389117, "she": 0.23980352129624877, "their": 0.31913670740013994}, "personnel": {"she - their": 0.0272765616734007, "she": 0.25497656783547035, "their": 0.22770000616206965}, "petrov": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "phenomenon": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "phone": {"she - their": 0.004247247055799042, "she": 0.3267967247659127, "their": 0.32254947771011366}, "phosphoric": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "photos": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "piece": {"she - their": 0.0037093731839660804, "she": 0.31548650151542973, "their": 0.31177712833146365}, "pin": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "pitiful": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "place": {"she - their": -0.06522371368856805, "she": 0.29852512401100045, "their": 0.3637488376995685}, "plague": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "plain": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "planning": {"she - their": -0.023609923881641126, "she": 0.188807727631788, "their": 0.21241765151342912}, "platform": {"she - their": 0.07874843470016141, "she": 0.30644844086223105, "their": 0.22770000616206965}, "play": {"she - their": -0.07294855292106617, "she": 0.28031516118940053, "their": 0.3532637141104667}, "played": {"she - their": -0.08922980594194818, "she": 0.22922525090968804, "their": 0.3184550568516362}, "player": {"she - their": -0.021253710624462574, "she": 0.2582288780542168, "their": 0.27948258867867937}, "players": {"she - their": -0.0741275109116949, "she": 0.20535507776698447, "their": 0.27948258867867937}, "playing": {"she - their": 0.0017252219064037844, "she": 0.2767864063529887, "their": 0.2750611844465849}, "please": {"she - their": -0.10372148076290572, "she": 0.22922525090968804, "their": 0.33294673167259375}, "pleasure": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "plenty": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "podcast": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "point": {"she - their": -0.11946810950536343, "she": 0.20223367272496914, "their": 0.3217017822303326}, "points": {"she - their": -0.10372148076290572, "she": 0.22922525090968804, "their": 0.33294673167259375}, "police": {"she - their": -0.09098560661176733, "she": 0.21218977411480247, "their": 0.3031753807265698}, "political": {"she - their": -0.13237870827077303, "she": 0.188807727631788, "their": 0.321186435902561}, "popular": {"she - their": -0.06591209046644347, "she": 0.26145352456736304, "their": 0.3273656150338065}, "popularity": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "position": {"she - their": -0.050641164426564744, "she": 0.22442002002002015, "their": 0.2750611844465849}, "possibly": {"she - their": -0.018058541441463793, "she": 0.30644844086223105, "their": 0.32450698230369485}, "post": {"she - their": -0.03659985866106541, "she": 0.2866086098257829, "their": 0.3232084684868483}, "pots": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "pow": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "powder": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "powdered": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "power": {"she - their": -0.07414063664083514, "she": 0.2690510549308452, "their": 0.34319169157168034}, "powerfully": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "practice": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "precipitate": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "prepared": {"she - their": 0.0028853827290217793, "she": 0.29888470496561315, "their": 0.29599932223659137}, "presence": {"she - their": -0.11485909632634103, "she": 0.24045017654303477, "their": 0.3553092728693758}, "pretended": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "pretty": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "prevalent": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "previous": {"she - their": 0.012382017506670617, "she": 0.30148895101275536, "their": 0.28910693350608474}, "prickly": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "prime": {"she - their": -0.08736951674816629, "she": 0.24717495642628295, "their": 0.33454447317444924}, "primos": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "principle": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "principles": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "probably": {"she - their": -0.01848681686136966, "she": 0.31916302998186363, "their": 0.3376498468432333}, "problem": {"she - their": -0.08746183647855538, "she": 0.2582288780542168, "their": 0.34569071453277217}, "process": {"she - their": -0.11553915631098385, "she": 0.23548916825886754, "their": 0.3510283245698514}, "produced": {"she - their": -0.0522699923494801, "she": 0.27250817636204266, "their": 0.32477816871152276}, "producer": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "product": {"she - their": -0.11680650394711528, "she": 0.22442002002002015, "their": 0.34122652396713543}, "products": {"she - their": -0.07025346187248094, "she": 0.24717495642628295, "their": 0.3174284182987639}, "professionals": {"she - their": 0.0037093731839660804, "she": 0.31548650151542973, "their": 0.31177712833146365}, "program": {"she - their": -0.03615812601170998, "she": 0.292359749449416, "their": 0.328517875461126}, "progressively": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "project": {"she - their": -0.1407512912954834, "she": 0.20223367272496914, "their": 0.34298496402045253}, "proper": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "property": {"she - their": -0.04882436581030841, "she": 0.24717495642628295, "their": 0.29599932223659137}, "prose": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "protector": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "proud": {"she - their": 0.0272765616734007, "she": 0.25497656783547035, "their": 0.22770000616206965}, "proven": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "provide": {"she - their": -0.06622221465218492, "she": 0.2582288780542168, "their": 0.3244510927064017}, "provided": {"she - their": -0.04935923500760345, "she": 0.24045017654303477, "their": 0.2898094115506382}, "providing": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "psychologist": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "public": {"she - their": -0.20381519109584684, "she": 0.16709554210189936, "their": 0.3709107331977462}, "publications": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "published": {"she - their": -0.0045975372796612235, "she": 0.309548511594815, "their": 0.3141460488744762}, "publisher": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "pull": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "purchased": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "purpose": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "pursue": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "push": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "put": {"she - their": -0.056629782912044235, "she": 0.29816289859545564, "their": 0.3547926815074999}, "pyjamas": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "quality": {"she - their": -0.1047569156288948, "she": 0.22002125308262796, "their": 0.32477816871152276}, "question": {"she - their": -0.1178258318944787, "she": 0.2159616984172747, "their": 0.3337875303117534}, "questioned": {"she - their": 0.06436905755859507, "she": 0.34739155424344603, "their": 0.28302249668485097}, "quick": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "quickly": {"she - their": -0.04935923500760345, "she": 0.24045017654303477, "their": 0.2898094115506382}, "quit": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "quite": {"she - their": -0.07191662921894892, "she": 0.22922525090968804, "their": 0.30114188012863696}, "radio": {"she - their": -0.04935923500760345, "she": 0.24045017654303477, "their": 0.2898094115506382}, "rain": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "raining": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "raise": {"she - their": -0.07142543867998657, "she": 0.23452703918551698, "their": 0.30595247786550356}, "random": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "rap": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "rapper": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "rate": {"she - their": -0.04983176913044096, "she": 0.23452703918551698, "their": 0.28435880831595794}, "rather": {"she - their": -0.07144677246090592, "she": 0.29452643247949584, "their": 0.36597320494040175}, "re": {"she - their": -0.09197014536466824, "she": 0.2724780052057593, "their": 0.36444815057042756}, "reached": {"she - their": 0.013210552116360075, "she": 0.31916302998186363, "their": 0.30595247786550356}, "read": {"she - their": 0.011538865386235608, "she": 0.34200719925462736, "their": 0.33046833386839175}, "reader": {"she - their": -0.01748664328617283, "she": 0.31548650151542973, "their": 0.33297314480160256}, "readers": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "readily": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "reading": {"she - their": -0.01968479379201643, "she": 0.30148895101275536, "their": 0.3211737448047718}, "reads": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "ready": {"she - their": -0.018967052397836137, "she": 0.292359749449416, "their": 0.31132680184725214}, "real": {"she - their": -0.029238977601010407, "she": 0.3223724089658352, "their": 0.3516113865668456}, "realisation": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "realization": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "really": {"she - their": -0.034073060618997286, "she": 0.32333958230441273, "their": 0.35741264292341}, "reason": {"she - their": -0.03659985866106541, "she": 0.2866086098257829, "their": 0.3232084684868483}, "reasons": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "rebellious": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "recent": {"she - their": -0.1178258318944787, "she": 0.2159616984172747, "their": 0.3337875303117534}, "recieved": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "reciprocated": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "reconciliations": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "record": {"she - their": -0.07025346187248094, "she": 0.24717495642628295, "their": 0.3174284182987639}, "red": {"she - their": 0.01374172132990914, "she": 0.33117013962867303, "their": 0.3174284182987639}, "referee": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "reference": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "referenced": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "reflect": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "reflection": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "reflects": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "refuse": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "refuted": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "regular": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "regularly": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "rejected": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "rejoice": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "relate": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "relationship": {"she - their": -0.1056340721774098, "she": 0.21218977411480247, "their": 0.3178238462922123}, "relay": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "released": {"she - their": 0.0272765616734007, "she": 0.25497656783547035, "their": 0.22770000616206965}, "remember": {"she - their": -0.03615812601170998, "she": 0.292359749449416, "their": 0.328517875461126}, "remind": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "reminded": {"she - their": 0.07882749844918324, "she": 0.34211741182294264, "their": 0.2632899133737594}, "remodel": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "remote": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "renovated": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "rented": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "repair": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "repairable": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "repeat": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "reply": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "report": {"she - their": -0.07832090151765672, "she": 0.24957026930944717, "their": 0.3278911708271039}, "reports": {"she - their": -0.04983176913044096, "she": 0.23452703918551698, "their": 0.28435880831595794}, "requirements": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "researched": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "residents": {"she - their": -0.07025346187248094, "she": 0.24717495642628295, "their": 0.3174284182987639}, "resolution": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "respect": {"she - their": 0.032794031642309485, "she": 0.3267967247659127, "their": 0.2940026931236032}, "respectful": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "respond": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "responding": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "response": {"she - their": -0.10372148076290572, "she": 0.22922525090968804, "their": 0.33294673167259375}, "responsible": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "rest": {"she - their": -0.04882436581030841, "she": 0.24717495642628295, "their": 0.29599932223659137}, "restaurants": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "retailers": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "return": {"she - their": 0.03448732714823011, "she": 0.309548511594815, "their": 0.2750611844465849}, "returning": {"she - their": -0.0695304144682245, "she": 0.25497656783547035, "their": 0.32450698230369485}, "reveals": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "review": {"she - their": -0.08972602885445607, "she": 0.22442002002002015, "their": 0.3141460488744762}, "reviews": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "reyes": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "ribs": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "rich": {"she - their": -0.04935923500760345, "she": 0.24045017654303477, "their": 0.2898094115506382}, "ride": {"she - their": 0.02601388673563182, "she": 0.22442002002002015, "their": 0.19840613328438833}, "ridenyc": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "rifts": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "right": {"she - their": -0.08295874417708249, "she": 0.2888200183546367, "their": 0.3717787625317192}, "rights": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "ripped": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "rises": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "road": {"she - their": -0.13175337680894575, "she": 0.1938012903888688, "their": 0.32555466719781456}, "rob": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "roberto": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "rock": {"she - their": 0.0028853827290217793, "she": 0.29888470496561315, "their": 0.29599932223659137}, "rohan": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "role": {"she - their": -0.06591209046644347, "she": 0.26145352456736304, "their": 0.3273656150338065}, "roof": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "room": {"she - their": 0.07874843470016141, "she": 0.30644844086223105, "their": 0.22770000616206965}, "root": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "roots": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "rt": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "run": {"she - their": 0.012766717759327084, "she": 0.309548511594815, "their": 0.2967817938354879}, "running": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "rushed": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "ruslan": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "russia": {"she - their": 0.0272765616734007, "she": 0.25497656783547035, "their": 0.22770000616206965}, "russian": {"she - their": -0.019778902288458244, "she": 0.24717495642628295, "their": 0.2669538587147412}, "russians": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "s": {"she - their": -0.11109621900634375, "she": 0.2430399854164627, "their": 0.35413620442280647}, "sad": {"she - their": 0.035882234086618725, "she": 0.3584317117967324, "their": 0.32254947771011366}, "sadly": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "safe": {"she - their": -0.0695304144682245, "she": 0.25497656783547035, "their": 0.32450698230369485}, "safely": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "said": {"she - their": -0.06530373200863149, "she": 0.26109382960454475, "their": 0.32639756161317623}, "salisbury": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "salt": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "same": {"she - their": -0.07294855292106617, "she": 0.28031516118940053, "their": 0.3532637141104667}, "santana": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "saturday": {"she - their": -0.01968428933456523, "she": 0.28145759079407173, "their": 0.30114188012863696}, "sauce": {"she - their": 0.03246400483057876, "she": 0.31548650151542973, "their": 0.28302249668485097}, "save": {"she - their": -0.04882436581030841, "she": 0.24717495642628295, "their": 0.29599932223659137}, "saved": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "saving": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "savings": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "saw": {"she - their": -0.04523950600841403, "she": 0.28031516118940053, "their": 0.32555466719781456}, "say": {"she - their": -0.05759776414160894, "she": 0.28826440485809707, "their": 0.345862168999706}, "saying": {"she - their": 0.0017252219064037844, "she": 0.2767864063529887, "their": 0.2750611844465849}, "says": {"she - their": -0.050255865226403795, "she": 0.22922525090968804, "their": 0.27948111613609183}, "scaife": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "scenes": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "schedule": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "school": {"she - their": -0.03331972752442364, "she": 0.28838205470590894, "their": 0.3217017822303326}, "scoping": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "scored": {"she - their": -0.019778902288458244, "she": 0.24717495642628295, "their": 0.2669538587147412}, "scorer": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "scoring": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "scripted": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "searching": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "season": {"she - their": -0.05898789595342441, "she": 0.19704943049910312, "their": 0.2560373264525275}, "seat": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "seating": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "second": {"she - their": -0.07599196665005409, "she": 0.251586506229494, "their": 0.3275784728795481}, "section": {"she - their": 0.07868046158607903, "she": 0.29888470496561315, "their": 0.22020424337953412}, "security": {"she - their": -0.04983176913044096, "she": 0.23452703918551698, "their": 0.28435880831595794}, "seductive": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "see": {"she - their": -0.05106659316328371, "she": 0.27387851360868787, "their": 0.3249451067719716}, "seedy": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "seeing": {"she - their": 0.002550337898777788, "she": 0.292359749449416, "their": 0.2898094115506382}, "seem": {"she - their": -0.1047569156288948, "she": 0.22002125308262796, "their": 0.32477816871152276}, "seemed": {"she - their": -0.019343868039720657, "she": 0.2866086098257829, "their": 0.30595247786550356}, "seemingly": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "seems": {"she - their": -0.07773868546619933, "she": 0.2551868275365524, "their": 0.33292551300275175}, "seen": {"she - their": -0.0673071462662341, "she": 0.24696357437639913, "their": 0.31427072064263323}, "self": {"she - their": 0.07884257253545057, "she": 0.3267967247659127, "their": 0.24795415223046213}, "selling": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "semi": {"she - their": -0.06866547775789533, "she": 0.26430766704370723, "their": 0.33297314480160256}, "senior": {"she - their": -0.01748664328617283, "she": 0.31548650151542973, "their": 0.33297314480160256}, "sensational": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "sense": {"she - their": -0.07025346187248094, "she": 0.24717495642628295, "their": 0.3174284182987639}, "sensitive": {"she - their": -0.018543713333150746, "she": 0.29888470496561315, "their": 0.3174284182987639}, "sent": {"she - their": -0.07142543867998657, "she": 0.23452703918551698, "their": 0.30595247786550356}, "sentences": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "separations": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "sept": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "september": {"she - their": -0.0528994011340167, "she": 0.19647342723946012, "their": 0.24937282837347682}, "sergei": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "series": {"she - their": -0.13175337680894575, "she": 0.1938012903888688, "their": 0.32555466719781456}, "seriously": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "served": {"she - their": -0.0695304144682245, "she": 0.25497656783547035, "their": 0.32450698230369485}, "serves": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "service": {"she - their": -0.07773868546619933, "she": 0.2551868275365524, "their": 0.33292551300275175}, "serving": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "set": {"she - their": -0.04428712845153815, "she": 0.29136506911117416, "their": 0.3356521975627123}, "sets": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "setting": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "settle": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "several": {"she - their": -0.08841856489691699, "she": 0.24957026930944717, "their": 0.33798883420636416}, "sex": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "shadow": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "shape": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "share": {"she - their": -0.05054247246306387, "she": 0.292359749449416, "their": 0.3429022219124799}, "shared": {"she - their": -0.020204080775475114, "she": 0.24045017654303477, "their": 0.2606542573185099}, "shares": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "sharing": {"she - their": -0.07025346187248094, "she": 0.24717495642628295, "their": 0.3174284182987639}, "she": {"she - their": 0.10813738696139152, "she": 0.34256008461562576, "their": 0.23442269765423424}, "sheri": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "shinier": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "shipping": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "shire": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "shop": {"she - their": 0.07884257253545057, "she": 0.3267967247659127, "their": 0.24795415223046213}, "shoplifting": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "shops": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "short": {"she - their": -0.0522699923494801, "she": 0.27250817636204266, "their": 0.32477816871152276}, "shorten": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "shortly": {"she - their": 0.032794031642309485, "she": 0.3267967247659127, "their": 0.2940026931236032}, "shot": {"she - their": -0.10426267470017292, "she": 0.22442002002002015, "their": 0.32868269472019307}, "shots": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "should": {"she - their": -0.11759580278041468, "she": 0.21927257737584724, "their": 0.3368683801562619}, "shouldn": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "show": {"she - their": -0.04523950600841403, "she": 0.28031516118940053, "their": 0.32555466719781456}, "showcase": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "showed": {"she - their": -0.020204080775475114, "she": 0.24045017654303477, "their": 0.2606542573185099}, "shown": {"she - their": -0.08736951674816629, "she": 0.24717495642628295, "their": 0.33454447317444924}, "shows": {"she - their": -0.1024520453694451, "she": 0.24045017654303477, "their": 0.3429022219124799}, "sickly": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "side": {"she - their": -0.06558217528804472, "she": 0.26488615858034703, "their": 0.33046833386839175}, "sight": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "sightseeing": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "significant": {"she - their": -0.1178258318944787, "she": 0.2159616984172747, "their": 0.3337875303117534}, "silent": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "similar": {"she - their": -0.07142543867998657, "she": 0.23452703918551698, "their": 0.30595247786550356}, "similarities": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "simmons": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "simple": {"she - their": -0.06866547775789533, "she": 0.26430766704370723, "their": 0.33297314480160256}, "simply": {"she - their": -0.09059766251035078, "she": 0.2159616984172747, "their": 0.3065593609276255}, "since": {"she - their": -0.07347903142646772, "she": 0.2724780052057593, "their": 0.34595703663222704}, "sing": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "single": {"she - their": -0.07673310534267785, "she": 0.26488615858034703, "their": 0.3416192639230249}, "sister": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "sit": {"she - their": 0.032794031642309485, "she": 0.3267967247659127, "their": 0.2940026931236032}, "site": {"she - their": 0.025633725227611148, "she": 0.2159616984172747, "their": 0.19032797318966355}, "sitting": {"she - their": 0.0037093731839660804, "she": 0.31548650151542973, "their": 0.31177712833146365}, "situation": {"she - their": -0.06651495469378016, "she": 0.2551868275365524, "their": 0.3217017822303326}, "six": {"she - their": -0.052615723848129625, "she": 0.26855802095664216, "their": 0.3211737448047718}, "sixth": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "skripal": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "skripals": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "slack": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "slang": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "sleep": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "sleepless": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "sleeves": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "slightly": {"she - their": -0.01929094861973979, "she": 0.25497656783547035, "their": 0.27426751645521014}, "slow": {"she - their": -0.018543713333150746, "she": 0.29888470496561315, "their": 0.3174284182987639}, "small": {"she - their": -0.01968428933456523, "she": 0.28145759079407173, "their": 0.30114188012863696}, "smart": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "smell": {"she - their": 0.02645076075202646, "she": 0.23452703918551698, "their": 0.20807627843349052}, "smidgen": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "smith": {"she - their": 0.0003559559720895389, "she": 0.25230644499363364, "their": 0.2519504890215441}, "smooth": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "so": {"she - their": -0.06497601960307742, "she": 0.31231219129601945, "their": 0.37728821089909687}, "sob": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "soccer": {"she - their": 0.03246400483057876, "she": 0.31548650151542973, "their": 0.28302249668485097}, "socialist": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "society": {"she - their": -0.06444011761414675, "she": 0.2767864063529887, "their": 0.34122652396713543}, "soft": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "some": {"she - their": -0.11490059001590175, "she": 0.2574290877216702, "their": 0.372329677737572}, "someone": {"she - their": 0.0032658675017571137, "she": 0.30644844086223105, "their": 0.30318257336047394}, "something": {"she - their": -0.08099444797238375, "she": 0.2778718199041776, "their": 0.35886626787656134}, "sometimes": {"she - their": 0.03718396178469774, "she": 0.3383258419133347, "their": 0.30114188012863696}, "somewhere": {"she - their": 0.03218092440702092, "she": 0.30644844086223105, "their": 0.27426751645521014}, "son": {"she - their": -0.050641164426564744, "she": 0.22442002002002015, "their": 0.2750611844465849}, "song": {"she - their": -0.05191060720290719, "she": 0.20866501686282207, "their": 0.26057562406572926}, "soon": {"she - their": -0.13891489199996548, "she": 0.2159616984172747, "their": 0.3548765904172402}, "sore": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "sorry": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "sort": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "soul": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "sounding": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "southbank": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "southeast": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "soviet": {"she - their": 0.0037093731839660804, "she": 0.31548650151542973, "their": 0.31177712833146365}, "soy": {"she - their": 0.02386802655905701, "she": 0.17995918049776924, "their": 0.15609115393871223}, "sparked": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "special": {"she - their": -0.052615723848129625, "she": 0.26855802095664216, "their": 0.3211737448047718}, "specifically": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "spectators": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "speech": {"she - their": -0.072769229770512, "she": 0.22002125308262796, "their": 0.29279048285313997}, "speeches": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "spellbound": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "spent": {"she - their": -0.06558217528804472, "she": 0.26488615858034703, "their": 0.33046833386839175}, "sphere": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "spirited": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "spoke": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "sports": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "spying": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "square": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "stacks": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "stadium": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "staff": {"she - their": -0.06866547775789533, "she": 0.26430766704370723, "their": 0.33297314480160256}, "stained": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "stan": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "standards": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "starbucks": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "started": {"she - their": -0.0052844743181114096, "she": 0.2978909064084584, "their": 0.3031753807265698}, "starting": {"she - their": -0.06444011761414675, "she": 0.2767864063529887, "their": 0.34122652396713543}, "starts": {"she - their": -0.04882436581030841, "she": 0.24717495642628295, "their": 0.29599932223659137}, "state": {"she - their": -0.06893045290778063, "she": 0.24965239383834978, "their": 0.3185828467461304}, "statements": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "station": {"she - their": 0.0019764746579798986, "she": 0.28145759079407173, "their": 0.27948111613609183}, "stay": {"she - their": -0.072769229770512, "she": 0.22002125308262796, "their": 0.29279048285313997}, "stayed": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "steady": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "step": {"she - their": -0.022538403236064486, "she": 0.23980352129624877, "their": 0.26234192453231325}, "stiffing": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "still": {"she - their": -0.11083200463632586, "she": 0.251586506229494, "their": 0.3624185108658199}, "stinky": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "stitches": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "stole": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "stop": {"she - their": -0.03828922214622277, "she": 0.26488615858034703, "their": 0.3031753807265698}, "store": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "stories": {"she - their": -0.08806769891809121, "she": 0.24045017654303477, "their": 0.328517875461126}, "story": {"she - their": 0.04075456991728549, "she": 0.3619283147220573, "their": 0.3211737448047718}, "strained": {"she - their": 0.004247247055799042, "she": 0.3267967247659127, "their": 0.32254947771011366}, "stranded": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "strategies": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "street": {"she - their": 0.02477615884721518, "she": 0.35772289051980893, "their": 0.33294673167259375}, "streets": {"she - their": 0.002550337898777788, "she": 0.292359749449416, "their": 0.2898094115506382}, "strength": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "stressed": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "struck": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "struggled": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "struggles": {"she - their": 0.03246400483057876, "she": 0.31548650151542973, "their": 0.28302249668485097}, "student": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "students": {"she - their": -0.05099464146271385, "she": 0.22002125308262796, "their": 0.2710158945453418}, "studies": {"she - their": -0.07236177381546777, "she": 0.22442002002002015, "their": 0.2967817938354879}, "stuff": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "style": {"she - their": 0.06421628091393183, "she": 0.33117013962867303, "their": 0.2669538587147412}, "subdued": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "subject": {"she - their": -0.07191662921894892, "she": 0.22922525090968804, "their": 0.30114188012863696}, "substance": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "substantial": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "subversive": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "successfully": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "such": {"she - their": -0.13947666151730562, "she": 0.23691386812656853, "their": 0.37639052964387415}, "sudden": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "suffered": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "suffering": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "sugar": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "suicide": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "sullen": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "sunrise": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "support": {"she - their": -0.07773868546619933, "she": 0.2551868275365524, "their": 0.33292551300275175}, "supported": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "supportive": {"she - their": 0.03319797767912602, "she": 0.34211741182294264, "their": 0.3089194341438166}, "supposed": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "sure": {"she - their": -0.06477861241641258, "she": 0.2778718199041776, "their": 0.34265043232059017}, "surprised": {"she - their": 0.0037093731839660804, "she": 0.31548650151542973, "their": 0.31177712833146365}, "surprising": {"she - their": -0.019778902288458244, "she": 0.24717495642628295, "their": 0.2669538587147412}, "surrounds": {"she - their": 0.03319797767912602, "she": 0.34211741182294264, "their": 0.3089194341438166}, "susan": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "suspected": {"she - their": 0.034980044511300046, "she": 0.32478945606193826, "their": 0.2898094115506382}, "suspects": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "swapped": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "swear": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "sweet": {"she - their": -0.018058541441463793, "she": 0.30644844086223105, "their": 0.32450698230369485}, "sweetened": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "syrup": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "system": {"she - their": -0.12894870013366527, "she": 0.2159616984172747, "their": 0.34491039855093997}, "t": {"she - their": -0.09027899221510577, "she": 0.26102248607357187, "their": 0.35130147828867764}, "taco": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "taiwan": {"she - their": 0.026697967422487784, "she": 0.24045017654303477, "their": 0.213752209120547}, "take": {"she - their": -0.08719870383356237, "she": 0.2634945002530012, "their": 0.35069320408656357}, "taken": {"she - their": -0.09897612154933261, "she": 0.23760553634196752, "their": 0.3365816578913001}, "takes": {"she - their": -0.019778902288458244, "she": 0.24717495642628295, "their": 0.2669538587147412}, "taking": {"she - their": -0.17485995409117264, "she": 0.1912497678192406, "their": 0.36610972191041324}, "talent": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "talented": {"she - their": 0.032794031642309485, "she": 0.3267967247659127, "their": 0.2940026931236032}, "talk": {"she - their": 0.004247247055799042, "she": 0.3267967247659127, "their": 0.32254947771011366}, "talking": {"she - their": -0.08922980594194818, "she": 0.22922525090968804, "their": 0.3184550568516362}, "talks": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "tea": {"she - their": -0.02534304585826125, "she": 0.1638744880857438, "their": 0.18921753394400506}, "team": {"she - their": -0.14394779539092173, "she": 0.17794204208831355, "their": 0.3218898374792353}, "teams": {"she - their": -0.07382099926818364, "she": 0.20866501686282207, "their": 0.2824860161310057}, "techniques": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "teenagers": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "teens": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "telegraph": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "tell": {"she - their": -0.0045975372796612235, "she": 0.309548511594815, "their": 0.3141460488744762}, "telling": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "term": {"she - their": -0.1173373170238928, "she": 0.22002125308262796, "their": 0.33735857010652076}, "terms": {"she - their": -0.07087662530421737, "she": 0.24045017654303477, "their": 0.31132680184725214}, "terrible": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "terrifying": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "terrorism": {"she - their": -0.019778902288458244, "she": 0.24717495642628295, "their": 0.2669538587147412}, "terrorist": {"she - their": 0.07815631378418109, "she": 0.26488615858034703, "their": 0.18672984479616594}, "than": {"she - their": -0.10775895870036539, "she": 0.2851535373267107, "their": 0.3929124960270761}, "thank": {"she - their": -0.04935923500760345, "she": 0.24045017654303477, "their": 0.2898094115506382}, "thanks": {"she - their": -0.0648503937444781, "she": 0.27250817636204266, "their": 0.33735857010652076}, "that": {"she - their": -0.1303017003008779, "she": 0.21439963247608346, "their": 0.34470133277696136}, "the": {"she - their": -0.14792611470722256, "she": 0.08430093193905243, "their": 0.23222704664627497}, "theatre": {"she - their": 0.03218092440702092, "she": 0.30644844086223105, "their": 0.27426751645521014}, "theatres": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "theft": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "their": {"she - their": -0.1771775407970239, "she": 0.2641278444636605, "their": 0.4413053852606844}, "them": {"she - their": -0.09052464457017118, "she": 0.2892689105667272, "their": 0.3797935551368984}, "themed": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "themselves": {"she - their": -0.08588079016321953, "she": 0.27250817636204266, "their": 0.3583889665252622}, "then": {"she - their": -0.07664757445896564, "she": 0.30165712164272385, "their": 0.3783046961016895}, "there": {"she - their": -0.12458291644568162, "she": 0.24654428198843628, "their": 0.3711271984341179}, "therefore": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "theresa": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "these": {"she - their": -0.10567201789874808, "she": 0.2741215372381503, "their": 0.3797935551368984}, "they": {"she - their": -0.10700180574860757, "she": 0.2769265865752975, "their": 0.3839283923239051}, "thick": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "thicker": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "thin": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "thing": {"she - their": -0.12105972813061472, "she": 0.188807727631788, "their": 0.3098674557624027}, "things": {"she - their": -0.0796712368148762, "she": 0.27531286713420006, "their": 0.35498410394907626}, "think": {"she - their": -0.053037033621253005, "she": 0.2941684381899698, "their": 0.3472054718112228}, "thinking": {"she - their": -0.07025346187248094, "she": 0.24717495642628295, "their": 0.3174284182987639}, "third": {"she - their": -0.0673071462662341, "she": 0.24696357437639913, "their": 0.31427072064263323}, "thirty": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "this": {"she - their": -0.1018212674656348, "she": 0.27083953287147056, "their": 0.37266080033710536}, "those": {"she - their": -0.10537366245537289, "she": 0.2525863497041566, "their": 0.3579600121595295}, "though": {"she - their": -0.1436849468373829, "she": 0.17995918049776924, "their": 0.32364412733515213}, "thought": {"she - their": -0.009494321145335827, "she": 0.3003731346170669, "their": 0.3098674557624027}, "thousands": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "three": {"she - their": -0.07214846494848054, "she": 0.28474448629267796, "their": 0.3568929512411585}, "thrilled": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "through": {"she - their": -0.06611962388389181, "she": 0.29011261222201495, "their": 0.35623223610590676}, "throughout": {"she - their": -0.06522950935511124, "she": 0.26855802095664216, "their": 0.3337875303117534}, "throw": {"she - their": 0.004247247055799042, "she": 0.3267967247659127, "their": 0.32254947771011366}, "tibetans": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "tickets": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "ties": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "tight": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "time": {"she - their": -0.05707311742771498, "she": 0.31329166531909375, "their": 0.37036478274680873}, "times": {"she - their": -0.08841856489691699, "she": 0.24957026930944717, "their": 0.33798883420636416}, "tios": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "tiptoeing": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "title": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "titled": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "titles": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "to": {"she - their": -0.14125584528959698, "she": 0.15741242208851455, "their": 0.29866826737811153}, "today": {"she - their": 0.02768679574841354, "she": 0.3493885779787461, "their": 0.3217017822303326}, "tofu": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "together": {"she - their": -0.1498793101105577, "she": 0.20223367272496914, "their": 0.35211298283552683}, "told": {"she - their": -0.020973527284687543, "she": 0.3101914479886179, "their": 0.33116497527330546}, "toll": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "tomorrow": {"she - their": 0.031499490395235086, "she": 0.2866086098257829, "their": 0.2551091194305478}, "tonantzin": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "tone": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "too": {"she - their": -0.03572655516147555, "she": 0.31406806030459133, "their": 0.3497946154660669}, "took": {"she - their": 0.010225304676586278, "she": 0.31604102320214184, "their": 0.30581571852555556}, "top": {"she - their": -0.12185561492698119, "she": 0.1820481866290838, "their": 0.303903801556065}, "tortured": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "touched": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "tough": {"she - their": 0.03319797767912602, "she": 0.34211741182294264, "their": 0.3089194341438166}, "tour": {"she - their": -0.02092320892641264, "she": 0.22922525090968804, "their": 0.2501484598361007}, "tours": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "toward": {"she - their": -0.06522950935511124, "she": 0.26855802095664216, "their": 0.3337875303117534}, "towards": {"she - their": -0.018543713333150746, "she": 0.29888470496561315, "their": 0.3174284182987639}, "town": {"she - their": -0.040457585781065564, "she": 0.23760553634196752, "their": 0.2780631221230331}, "traditionally": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "train": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "transmission": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "travel": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "travelled": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "treated": {"she - their": 0.03319797767912602, "she": 0.34211741182294264, "their": 0.3089194341438166}, "treatment": {"she - their": -0.05217850048832523, "she": 0.20535507776698447, "their": 0.2575335782553097}, "tried": {"she - their": -0.052937687711865244, "she": 0.26488615858034703, "their": 0.3178238462922123}, "tries": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "trips": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "trouble": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "true": {"she - their": -0.04342144753818461, "she": 0.30148895101275536, "their": 0.34491039855093997}, "trust": {"she - their": -0.018967052397836137, "she": 0.292359749449416, "their": 0.31132680184725214}, "truth": {"she - their": 0.03319797767912602, "she": 0.34211741182294264, "their": 0.3089194341438166}, "try": {"she - their": -0.13836771344263424, "she": 0.22002125308262796, "their": 0.3583889665252622}, "trying": {"she - their": -0.07742331950849551, "she": 0.2582288780542168, "their": 0.3356521975627123}, "turn": {"she - their": -0.01968428933456523, "she": 0.28145759079407173, "their": 0.30114188012863696}, "turned": {"she - their": 0.02028575350746703, "she": 0.348803628968593, "their": 0.328517875461126}, "turns": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "tv": {"she - their": -0.08806769891809121, "she": 0.24045017654303477, "their": 0.328517875461126}, "twelve": {"she - their": 0.026697967422487784, "she": 0.24045017654303477, "their": 0.213752209120547}, "twenty": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "two": {"she - their": -0.08172543121144821, "she": 0.2947517286450452, "their": 0.3764771598564934}, "ugly": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "uk": {"she - their": -0.018543713333150746, "she": 0.29888470496561315, "their": 0.3174284182987639}, "ultimately": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "unbiased": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "uncertain": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "uncommunicative": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "uncredited": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "under": {"she - their": -0.15322293318499192, "she": 0.17794204208831355, "their": 0.33116497527330546}, "underground": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "understand": {"she - their": -0.01999538748249924, "she": 0.2767864063529887, "their": 0.2967817938354879}, "understood": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "unenticing": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "unfair": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "ung": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "unhealthy": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "union": {"she - their": 0.03538036855199028, "she": 0.3385629419124642, "their": 0.30318257336047394}, "unit": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "unite": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "united": {"she - their": -0.09059766251035078, "she": 0.2159616984172747, "their": 0.3065593609276255}, "unless": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "unpleasant": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "unsolved": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "until": {"she - their": -0.03615812601170998, "she": 0.292359749449416, "their": 0.328517875461126}, "unwelcome": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "up": {"she - their": -0.101428154435111, "she": 0.26500567058535307, "their": 0.36643382502046407}, "upon": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "uppity": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "urging": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "us": {"she - their": -0.07419078685243169, "she": 0.26592810722961535, "their": 0.34011889408204704}, "usd": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "use": {"she - their": -0.08058489383894551, "she": 0.22772434502297745, "their": 0.30830923886192296}, "used": {"she - their": -0.0985649908254363, "she": 0.2486404809857865, "their": 0.3472054718112228}, "users": {"she - their": -0.02123465662615917, "she": 0.22442002002002015, "their": 0.24565467664617932}, "usual": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "usually": {"she - their": -0.03615812601170998, "she": 0.292359749449416, "their": 0.328517875461126}, "valued": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "ve": {"she - their": -0.0503632240500026, "she": 0.28142785448877927, "their": 0.33179107853878187}, "vegan": {"she - their": 0.02645076075202646, "she": 0.23452703918551698, "their": 0.20807627843349052}, "verbally": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "version": {"she - their": -0.037359642521487546, "she": 0.2767864063529887, "their": 0.3141460488744762}, "very": {"she - their": -0.08682085853629873, "she": 0.29042568613865866, "their": 0.3772465446749574}, "violent": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "virginity": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "virtual": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "visit": {"she - their": -0.02058208024503083, "she": 0.23452703918551698, "their": 0.2551091194305478}, "vote": {"she - their": -0.018543713333150746, "she": 0.29888470496561315, "their": 0.3174284182987639}, "vs": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "vulnerable": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "waaay": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "waged": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "waiting": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "walk": {"she - their": 0.03246400483057876, "she": 0.31548650151542973, "their": 0.28302249668485097}, "walking": {"she - their": 0.004247247055799042, "she": 0.3267967247659127, "their": 0.32254947771011366}, "wall": {"she - their": -0.072769229770512, "she": 0.22002125308262796, "their": 0.29279048285313997}, "wander": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "wang": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "want": {"she - their": -0.08870629767717217, "she": 0.24696357437639913, "their": 0.3356698720535713}, "wanted": {"she - their": 0.019513367756252065, "she": 0.3297142364497147, "their": 0.31020086869346264}, "wants": {"she - their": -0.07087662530421737, "she": 0.24045017654303477, "their": 0.31132680184725214}, "war": {"she - their": -0.006797066087505799, "she": 0.27328741300205234, "their": 0.28008447908955814}, "warm": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "warning": {"she - their": -0.05217850048832523, "she": 0.20535507776698447, "their": 0.2575335782553097}, "was": {"she - their": -0.08129365949197082, "she": 0.26637184995147567, "their": 0.3476655094434465}, "washington": {"she - their": 0.02762742405783844, "she": 0.26430766704370723, "their": 0.2366802429858688}, "wasn": {"she - their": 0.0563862393969316, "she": 0.34549317290301634, "their": 0.28910693350608474}, "waste": {"she - their": -0.05191060720290719, "she": 0.20866501686282207, "their": 0.26057562406572926}, "watched": {"she - their": 0.032794031642309485, "she": 0.3267967247659127, "their": 0.2940026931236032}, "watching": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "water": {"she - their": -0.07773868546619933, "she": 0.2551868275365524, "their": 0.33292551300275175}, "waterstones": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "way": {"she - their": -0.028451481514862875, "she": 0.3186013483303454, "their": 0.3470528298452083}, "we": {"she - their": -0.12516390221369586, "she": 0.22347579072512122, "their": 0.3486396929388171}, "weakest": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "wean": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "weapons": {"she - their": -0.04655136597152831, "she": 0.27599811173858535, "their": 0.32254947771011366}, "wears": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "weaselled": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "weaving": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "website": {"she - their": -0.08868142930133133, "she": 0.23452703918551698, "their": 0.3232084684868483}, "websites": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "wee": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "week": {"she - their": -0.04840249980021055, "she": 0.3026763214539169, "their": 0.3510788212541274}, "weekend": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "weeks": {"she - their": -0.018714829641143738, "she": 0.26430766704370723, "their": 0.28302249668485097}, "weight": {"she - their": -0.050255865226403795, "she": 0.22922525090968804, "their": 0.27948111613609183}, "well": {"she - their": -0.0986422338949281, "she": 0.2634945002530012, "their": 0.3621367341479293}, "went": {"she - their": -0.020548912549442577, "she": 0.26855802095664216, "their": 0.28910693350608474}, "were": {"she - their": -0.07739076558898927, "she": 0.266712564905504, "their": 0.34410333049449326}, "weren": {"she - their": 0.07882749844918324, "she": 0.34211741182294264, "their": 0.2632899133737594}, "west": {"she - their": -0.13029711979572783, "she": 0.20535507776698447, "their": 0.3356521975627123}, "westerberg": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "western": {"she - their": -0.08736951674816629, "she": 0.24717495642628295, "their": 0.33454447317444924}, "westerners": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "what": {"she - their": -0.1374489777239981, "she": 0.23691087682779682, "their": 0.37435985455179493}, "whatever": {"she - their": 0.0028853827290217793, "she": 0.29888470496561315, "their": 0.29599932223659137}, "when": {"she - their": -0.09780495366673458, "she": 0.26345288706058884, "their": 0.3612578407273234}, "where": {"she - their": -0.05535031793858969, "she": 0.3022668607071589, "their": 0.3576171786457486}, "whether": {"she - their": -0.05428677012897962, "she": 0.24957026930944717, "their": 0.3038570394384268}, "which": {"she - their": -0.13374365822621465, "she": 0.23691087682779682, "their": 0.37065453505401147}, "while": {"she - their": -0.1352638708123372, "she": 0.23234158680261469, "their": 0.3676054576149519}, "whiled": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "whilst": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "whim": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "white": {"she - their": -0.05432564542159801, "she": 0.29136506911117416, "their": 0.34569071453277217}, "who": {"she - their": -0.06995530752754497, "she": 0.29937699182371535, "their": 0.36933229935126033}, "whole": {"she - their": -0.10426267470017292, "she": 0.22442002002002015, "their": 0.32868269472019307}, "whose": {"she - their": -0.019343868039720657, "she": 0.2866086098257829, "their": 0.30595247786550356}, "why": {"she - their": -0.06436553211233498, "she": 0.30660685332211096, "their": 0.37097238543444594}, "wicked": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "wife": {"she - their": -0.07025346187248094, "she": 0.24717495642628295, "their": 0.3174284182987639}, "will": {"she - their": -0.13740031906212022, "she": 0.23033122134241832, "their": 0.36773154040453854}, "win": {"she - their": -0.08868142930133133, "she": 0.23452703918551698, "their": 0.3232084684868483}, "window": {"she - their": 0.07868046158607903, "she": 0.29888470496561315, "their": 0.22020424337953412}, "wing": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "wisdom": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "wise": {"she - their": 0.0037093731839660804, "she": 0.31548650151542973, "their": 0.31177712833146365}, "wish": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "wished": {"she - their": -0.017061587009173484, "she": 0.29185784713464313, "their": 0.3089194341438166}, "with": {"she - their": -0.12006988050133743, "she": 0.2524668668141734, "their": 0.37253674731551084}, "within": {"she - their": -0.07673310534267785, "she": 0.26488615858034703, "their": 0.3416192639230249}, "without": {"she - their": -0.06545233233756459, "she": 0.27112932555373553, "their": 0.3365816578913001}, "woman": {"she - their": 0.06436905755859507, "she": 0.34739155424344603, "their": 0.28302249668485097}, "women": {"she - their": -0.039282646483496, "she": 0.25230644499363364, "their": 0.29158909147712964}, "won": {"she - their": -0.09692615529897441, "she": 0.2551868275365524, "their": 0.35211298283552683}, "wonder": {"she - their": -0.018058541441463793, "she": 0.30644844086223105, "their": 0.32450698230369485}, "words": {"she - their": -0.050641164426564744, "she": 0.22442002002002015, "their": 0.2750611844465849}, "work": {"she - their": -0.06568735771731321, "she": 0.2941684381899698, "their": 0.359855795907283}, "working": {"she - their": -0.09017961561083468, "she": 0.22002125308262796, "their": 0.31020086869346264}, "world": {"she - their": -0.0792360199162856, "she": 0.2751426110339452, "their": 0.3543786309502308}, "worries": {"she - their": 0.028567933760883735, "she": 0.29185784713464313, "their": 0.2632899133737594}, "worry": {"she - their": 0.03480422166590569, "she": 0.31916302998186363, "their": 0.28435880831595794}, "would": {"she - their": -0.054592339602940854, "she": 0.2962365140452187, "their": 0.3508288536481596}, "wouldn": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "writes": {"she - their": 0.0032658675017571137, "she": 0.30644844086223105, "their": 0.30318257336047394}, "writing": {"she - their": -0.07087662530421737, "she": 0.24045017654303477, "their": 0.31132680184725214}, "wrong": {"she - their": -0.04746946128775642, "she": 0.26430766704370723, "their": 0.31177712833146365}, "wrote": {"she - their": -0.03800133997098332, "she": 0.26855802095664216, "their": 0.3065593609276255}, "www": {"she - their": -0.06866547775789533, "she": 0.26430766704370723, "their": 0.33297314480160256}, "xochitl": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "year": {"she - their": -0.058892648065415776, "she": 0.2676320964827342, "their": 0.32652474454815}, "years": {"she - their": -0.0685828778780101, "she": 0.2939391855700219, "their": 0.362522063448032}, "yes": {"she - their": -0.019778902288458244, "she": 0.24717495642628295, "their": 0.2669538587147412}, "yet": {"she - their": -0.14151540696690404, "she": 0.19647342723946012, "their": 0.33798883420636416}, "yo": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "yoing": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "york": {"she - their": -0.0931308292438274, "she": 0.1912497678192406, "their": 0.284380597063068}, "yorker": {"she - their": -0.01800458138501787, "she": 0.27599811173858535, "their": 0.2940026931236032}, "you": {"she - their": -0.08445958186382019, "she": 0.25628222002300344, "their": 0.3407418018868236}, "you3": {"she - their": 0.028043959508123217, "she": 0.27599811173858535, "their": 0.24795415223046213}, "young": {"she - their": -0.008682161602779292, "she": 0.3130196206275533, "their": 0.3217017822303326}, "your": {"she - their": -0.06881016914650384, "she": 0.27883567129464093, "their": 0.34764584044114477}, "yourself": {"she - their": -0.04820600552500359, "she": 0.25497656783547035, "their": 0.30318257336047394}, "yulia": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "zakharova": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "zone": {"she - their": 0.0019764746579798986, "she": 0.28145759079407173, "their": 0.27948111613609183}, "zones": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "\u725b\u5976": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}, "\u8c46\u6f3f": {"she - their": 0.029312281957126596, "she": 0.3174191117496507, "their": 0.2881068297925241}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-she-them.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-she-them.json new file mode 100644 index 0000000000000000000000000000000000000000..d6b36e50a01418ae8009d0f326149332cf0b8df9 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-she-them.json @@ -0,0 +1 @@ +{"0": {"she - them": -0.1280919647566108, "she": 0.16546371695977027, "them": 0.2935556817163811}, "000": {"she - them": -0.12324384927876755, "she": 0.20223367272496914, "them": 0.3254775220037367}, "04": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "08": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "1": {"she - them": -0.19497809382881898, "she": 0.13244127389280413, "them": 0.3274193677216231}, "10": {"she - them": -0.14546428121362787, "she": 0.17794204208831355, "them": 0.3234063233019414}, "100": {"she - them": -0.15766132125066787, "she": 0.20223367272496914, "them": 0.359894993975637}, "11s": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "12": {"she - them": -0.12191820124971733, "she": 0.21218977411480247, "them": 0.3341079753645198}, "13": {"she - them": -0.09722588587044684, "she": 0.22442002002002015, "them": 0.321645905890467}, "14": {"she - them": -0.09722588587044684, "she": 0.22442002002002015, "them": 0.321645905890467}, "15": {"she - them": -0.04598375583693132, "she": 0.26488615858034703, "them": 0.31086991441727835}, "16": {"she - them": -0.06604060973050385, "she": 0.22442002002002015, "them": 0.290460629750524}, "17": {"she - them": -0.1047081664390846, "she": 0.2551868275365524, "them": 0.359894993975637}, "18": {"she - them": -0.06443851348882931, "she": 0.24045017654303477, "them": 0.3048886900318641}, "18usd": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "19": {"she - them": -0.06688992347324701, "she": 0.2159616984172747, "them": 0.2828516218905217}, "1960s": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "1970s": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "1983": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "1987": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "1991": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "2": {"she - them": -0.14910365760276614, "she": 0.20401995369045886, "them": 0.353123611293225}, "20": {"she - them": -0.08824350550409343, "she": 0.26145352456736304, "them": 0.34969703007145647}, "200": {"she - them": -0.06443851348882931, "she": 0.24045017654303477, "them": 0.3048886900318641}, "2012": {"she - them": -0.06443851348882931, "she": 0.24045017654303477, "them": 0.3048886900318641}, "2016": {"she - them": -0.12028222092202812, "she": 0.22442002002002015, "them": 0.34470224094204827}, "2019": {"she - them": 0.03735789398244982, "she": 0.29888470496561315, "them": 0.2615268109831633}, "21": {"she - them": -0.09358173391480995, "she": 0.25497656783547035, "them": 0.3485583017502803}, "22": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "24": {"she - them": -0.06443851348882931, "she": 0.24045017654303477, "them": 0.3048886900318641}, "25": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "29": {"she - them": -0.01483343202006307, "she": 0.24045017654303477, "them": 0.25528360856309784}, "3": {"she - them": -0.1020454553975168, "she": 0.251586506229494, "them": 0.3536319616270108}, "30": {"she - them": -0.09774921159628988, "she": 0.22002125308262796, "them": 0.31777046467891784}, "300": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "38": {"she - them": 0.03844359604518055, "she": 0.3267967247659127, "them": 0.28835312872073215}, "39": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "4": {"she - them": -0.0590658526326, "she": 0.2579575954456204, "them": 0.3170234480782204}, "40": {"she - them": 0.037076140886318165, "she": 0.292359749449416, "them": 0.25528360856309784}, "400": {"she - them": 0.03844359604518055, "she": 0.3267967247659127, "them": 0.28835312872073215}, "40th": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "42": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "45": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "48": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "5": {"she - them": -0.14966592683397953, "she": 0.2004385652490361, "them": 0.35010449208301564}, "50": {"she - them": -0.016005246531228007, "she": 0.22442002002002015, "them": 0.24042526655124816}, "500": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "501s": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "58": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "6": {"she - them": -0.16602982587158466, "she": 0.14743485892259767, "them": 0.3134646847941823}, "60": {"she - them": -0.04340648803737174, "she": 0.292359749449416, "them": 0.33576623748678774}, "69p": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "7": {"she - them": -0.13222807831627703, "she": 0.24209024316609928, "them": 0.3743183214823763}, "8": {"she - them": -0.17417874584258222, "she": 0.18421481050531022, "them": 0.35839355634789244}, "81st": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "82": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "85": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "884": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "8am": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "90": {"she - them": -0.010122303397508414, "she": 0.3267967247659127, "them": 0.3369190281634211}, "a": {"she - them": -0.16154508368707096, "she": 0.18297575585792844, "them": 0.3445208395449994}, "able": {"she - them": -0.08577100979572211, "she": 0.28287280163644407, "them": 0.3686438114321662}, "about": {"she - them": -0.12332584071898295, "she": 0.27776315926923606, "them": 0.401088999988219}, "above": {"she - them": -0.012947769948159993, "she": 0.2866086098257829, "them": 0.2995563797739429}, "abs": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "absolutely": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "abundance": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "accelerated": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "accept": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "accepting": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "access": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "according": {"she - them": -0.05113900372481814, "she": 0.2118664611904673, "them": 0.2630054649152854}, "accounted": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "accuracy": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "accusations": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "acid": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "acquaintances": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "act": {"she - them": -0.010950607913432442, "she": 0.33874642215802403, "them": 0.34969703007145647}, "acting": {"she - them": -0.009107629650195237, "she": 0.34211741182294264, "them": 0.3512250414731379}, "activities": {"she - them": -0.07029069446718428, "she": 0.2551868275365524, "them": 0.3254775220037367}, "activity": {"she - them": -0.09823189761614198, "she": 0.2159616984172747, "them": 0.3141935960334167}, "actor": {"she - them": -0.01483343202006307, "she": 0.24045017654303477, "them": 0.25528360856309784}, "acts": {"she - them": -0.012947769948159993, "she": 0.2866086098257829, "them": 0.2995563797739429}, "actually": {"she - them": -0.06922181678417277, "she": 0.26488615858034703, "them": 0.3341079753645198}, "adapt": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "added": {"she - them": -0.017910529907353423, "she": 0.19927914419369955, "them": 0.21718967410105297}, "address": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "adoring": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "adult": {"she - them": -0.01565045783973537, "she": 0.22922525090968804, "them": 0.2448757087494234}, "adulthood": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "advancement": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "advantage": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "affected": {"she - them": -0.09451361216871829, "she": 0.24717495642628295, "them": 0.34168856859500124}, "africa": {"she - them": -0.09823189761614198, "she": 0.2159616984172747, "them": 0.3141935960334167}, "after": {"she - them": -0.0779319213646058, "she": 0.3034330104965288, "them": 0.3813649318611346}, "again": {"she - them": -0.05640117401443173, "she": 0.28287280163644407, "them": 0.3392739756508758}, "against": {"she - them": -0.08897380438013092, "she": 0.2684632534970745, "them": 0.3574370578772054}, "age": {"she - them": -0.09722588587044684, "she": 0.22442002002002015, "them": 0.321645905890467}, "agenda": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "agent": {"she - them": -0.042109860888049244, "she": 0.30644844086223105, "them": 0.3485583017502803}, "agents": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "ago": {"she - them": -0.05640117401443173, "she": 0.28287280163644407, "them": 0.3392739756508758}, "agree": {"she - them": -0.09246584549708031, "she": 0.26430766704370723, "them": 0.35677351254078754}, "agreeing": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "aid": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "aimed": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "ain": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "aladdin": {"she - them": -0.015262505174972296, "she": 0.23452703918551698, "them": 0.24978954436048928}, "alana": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "albeit": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "alcohol": {"she - them": -0.09531606094375297, "she": 0.24045017654303477, "them": 0.33576623748678774}, "alien": {"she - them": -0.06555932899736933, "she": 0.22922525090968804, "them": 0.29478457990705736}, "aliens": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "all": {"she - them": -0.13691093457318243, "she": 0.2584320683013298, "them": 0.39534300287451224}, "almond": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "almost": {"she - them": -0.10430082142362501, "she": 0.2582288780542168, "them": 0.3625296994778418}, "alone": {"she - them": -0.09246584549708031, "she": 0.26430766704370723, "them": 0.35677351254078754}, "along": {"she - them": -0.07543244800983823, "she": 0.28826440485809707, "them": 0.3636968528679353}, "alongside": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "aloof": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "already": {"she - them": -0.0864065545179496, "she": 0.2778718199041776, "them": 0.3642783744221272}, "also": {"she - them": -0.16196303115740968, "she": 0.24738713905299659, "them": 0.40935017021040626}, "although": {"she - them": -0.04168890999465191, "she": 0.32258946442747527, "them": 0.3642783744221272}, "always": {"she - them": -0.10645994324557795, "she": 0.24209024316609928, "them": 0.34855018641167723}, "am": {"she - them": -0.07029069446718428, "she": 0.2551868275365524, "them": 0.3254775220037367}, "amber": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "american": {"she - them": -0.15812100935563175, "she": 0.19927914419369955, "them": 0.3574001535493313}, "amnews": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "amongst": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "amount": {"she - them": -0.09531606094375297, "she": 0.24045017654303477, "them": 0.33576623748678774}, "an": {"she - them": -0.15465922687536915, "she": 0.26560025419122535, "them": 0.4202594810665945}, "analyzed": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "and": {"she - them": -0.1658642300677126, "she": 0.16084886247054972, "them": 0.3267130925382623}, "angeles": {"she - them": -0.06604060973050385, "she": 0.22442002002002015, "them": 0.290460629750524}, "angry": {"she - them": 0.03844359604518055, "she": 0.3267967247659127, "them": 0.28835312872073215}, "angst": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "animal": {"she - them": -0.06604060973050385, "she": 0.22442002002002015, "them": 0.290460629750524}, "animals": {"she - them": -0.14051832885373958, "she": 0.21218977411480247, "them": 0.35270810296854205}, "announced": {"she - them": -0.01483343202006307, "she": 0.24045017654303477, "them": 0.25528360856309784}, "another": {"she - them": -0.11139628150914721, "she": 0.2632371975832424, "them": 0.3746334790923896}, "answer": {"she - them": -0.06684242375805549, "she": 0.2866086098257829, "them": 0.3534510335838384}, "anthony": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "anticipated": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "any": {"she - them": -0.11971230658567705, "she": 0.2839114761264393, "them": 0.40362378271211635}, "anyone": {"she - them": -0.013674223397535323, "she": 0.2767864063529887, "them": 0.290460629750524}, "anything": {"she - them": 0.037076140886318165, "she": 0.292359749449416, "them": 0.25528360856309784}, "apartment": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "approached": {"she - them": 0.021011511482093903, "she": 0.34739155424344603, "them": 0.32638004276135213}, "appropriately": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "april": {"she - them": -0.015262505174972296, "she": 0.23452703918551698, "them": 0.24978954436048928}, "archived": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "are": {"she - them": -0.18136391402506927, "she": 0.22816632686058833, "them": 0.4095302408856576}, "aren": {"she - them": -0.06953604108026629, "she": 0.30535864701646653, "them": 0.3748946880967328}, "argue": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "arkadelphia": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "army": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "around": {"she - them": -0.10569859509849683, "she": 0.2804747333020747, "them": 0.3861733284005715}, "arrested": {"she - them": 0.03844359604518055, "she": 0.3267967247659127, "them": 0.28835312872073215}, "arrival": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "arrive": {"she - them": -0.11488905799959714, "she": 0.26430766704370723, "them": 0.3791967250433044}, "arrived": {"she - them": 0.037076140886318165, "she": 0.292359749449416, "them": 0.25528360856309784}, "article": {"she - them": -0.04340648803737174, "she": 0.292359749449416, "them": 0.33576623748678774}, "artist": {"she - them": -0.06604060973050385, "she": 0.22442002002002015, "them": 0.290460629750524}, "artists": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "as": {"she - them": -0.14793783977191474, "she": 0.23535701348094276, "them": 0.3832948532528575}, "asia": {"she - them": 0.037076140886318165, "she": 0.292359749449416, "them": 0.25528360856309784}, "asian": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "asians": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "ask": {"she - them": 0.012446753114987885, "she": 0.3383258419133347, "them": 0.3258790887983468}, "asked": {"she - them": -0.012411817662451308, "she": 0.30535864701646653, "them": 0.31777046467891784}, "aspect": {"she - them": -0.09106578254491615, "she": 0.27599811173858535, "them": 0.3670638942835015}, "ass": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "assist": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "assume": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "at": {"she - them": -0.11547559289686149, "she": 0.28339965338174583, "them": 0.3988752462786073}, "atlantic": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "attachment": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "attack": {"she - them": -0.014836287417025973, "she": 0.26145352456736304, "them": 0.276289811984389}, "attacked": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "attempt": {"she - them": -0.012947769948159993, "she": 0.2866086098257829, "them": 0.2995563797739429}, "attend": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "attending": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "attitude": {"she - them": -0.042109860888049244, "she": 0.30644844086223105, "them": 0.3485583017502803}, "attractions": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "august": {"she - them": -0.016005246531228007, "she": 0.22442002002002015, "them": 0.24042526655124816}, "aussie": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "australian": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "author": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "authority": {"she - them": -0.09358173391480995, "she": 0.25497656783547035, "them": 0.3485583017502803}, "available": {"she - them": -0.017442537602062574, "she": 0.20535507776698447, "them": 0.22279761536904705}, "avatar": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "aviator": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "avoid": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "away": {"she - them": -0.10340879410649495, "she": 0.26488615858034703, "them": 0.368294952686842}, "awkwardness": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "ba": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "babies": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "baby": {"she - them": -0.0108935412459224, "she": 0.31548650151542973, "them": 0.32638004276135213}, "back": {"she - them": -0.1063362370524275, "she": 0.27617290422388435, "them": 0.38250914127631186}, "bad": {"she - them": -0.09602223431051149, "she": 0.23452703918551698, "them": 0.3305492734960285}, "balance": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "ball": {"she - them": -0.014351854556880372, "she": 0.24717495642628295, "them": 0.2615268109831633}, "ballerina": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "bamba": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "band": {"she - them": -0.01565045783973537, "she": 0.22922525090968804, "them": 0.2448757087494234}, "bandana": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "baring": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "barriers": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "bars": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "based": {"she - them": -0.12400830695866702, "she": 0.19647342723946012, "them": 0.32048173419812714}, "baskervilles": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "basketball": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "battles": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "be": {"she - them": -0.12239276320401155, "she": 0.26296979382721863, "them": 0.3853625570312302}, "bean": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "beat": {"she - them": -0.044421498004275084, "she": 0.28145759079407173, "them": 0.3258790887983468}, "beaten": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "beating": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "beauty": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "became": {"she - them": -0.028487175307489065, "she": 0.34327811297120553, "them": 0.3717652882786946}, "because": {"she - them": -0.11158198630851623, "she": 0.2857130895014624, "them": 0.39729507580997864}, "become": {"she - them": -0.05667259750180886, "she": 0.28031516118940053, "them": 0.3369877586912094}, "becomes": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "becoming": {"she - them": -0.09358173391480995, "she": 0.25497656783547035, "them": 0.3485583017502803}, "been": {"she - them": -0.12389560727186272, "she": 0.2744209269358015, "them": 0.3983165342076642}, "beer": {"she - them": -0.011523342096803835, "she": 0.30644844086223105, "them": 0.3179717829590349}, "before": {"she - them": -0.0998236404439432, "she": 0.3247453546082499, "them": 0.4245689950521931}, "begin": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "begrudgingly": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "behalf": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "behavior": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "behind": {"she - them": -0.04526228831687518, "she": 0.27250817636204266, "them": 0.31777046467891784}, "being": {"she - them": -0.06691059414445194, "she": 0.30165712164272385, "them": 0.3685677157871758}, "belief": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "believed": {"she - them": -0.06443851348882931, "she": 0.24045017654303477, "them": 0.3048886900318641}, "bemoans": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "bench": {"she - them": -0.06555932899736933, "she": 0.22922525090968804, "them": 0.29478457990705736}, "beneath": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "best": {"she - them": -0.1064101680253447, "she": 0.28142785448877927, "them": 0.38783802251412397}, "better": {"she - them": -0.10893159816912334, "she": 0.28031516118940053, "them": 0.3892467593585239}, "between": {"she - them": -0.11483673948602374, "she": 0.23933259801100815, "them": 0.3541693374970319}, "beware": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "bewildered": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "beyond": {"she - them": -0.009107629650195237, "she": 0.34211741182294264, "them": 0.3512250414731379}, "big": {"she - them": -0.06160205296821031, "she": 0.3026763214539169, "them": 0.3642783744221272}, "bill": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "billion": {"she - them": -0.06912806716349504, "she": 0.1938012903888688, "them": 0.26292935755236385}, "birmingham": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "birthday": {"she - them": -0.012059605084823066, "she": 0.29888470496561315, "them": 0.3109443100504362}, "bit": {"she - them": -0.099862161702333, "she": 0.20223367272496914, "them": 0.30209583442730215}, "bite": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "black": {"she - them": -0.06922181678417277, "she": 0.26488615858034703, "them": 0.3341079753645198}, "blasting": {"she - them": -0.009107629650195237, "she": 0.34211741182294264, "them": 0.3512250414731379}, "blog": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "blogs": {"she - them": -0.042109860888049244, "she": 0.30644844086223105, "them": 0.3485583017502803}, "bluntly": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "board": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "body": {"she - them": -0.03428800360197476, "she": 0.31916302998186363, "them": 0.3534510335838384}, "bond": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "book": {"she - them": -0.04901177982123095, "she": 0.23344813750794002, "them": 0.282459917329171}, "booked": {"she - them": -0.009107629650195237, "she": 0.34211741182294264, "them": 0.3512250414731379}, "books": {"she - them": 0.01843158088475433, "she": 0.2978909064084584, "them": 0.27945932552370406}, "boosted": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "borgen": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "boring": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "both": {"she - them": -0.10079778327996214, "she": 0.3126330154620674, "them": 0.41343079874202954}, "bottle": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "bottles": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "bought": {"she - them": -0.010122303397508414, "she": 0.3267967247659127, "them": 0.3369190281634211}, "box": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "boy": {"she - them": -0.0108935412459224, "she": 0.31548650151542973, "them": 0.32638004276135213}, "boys": {"she - them": 0.037671282276252493, "she": 0.30644844086223105, "them": 0.26877715858597856}, "branches": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "break": {"she - them": -0.042803863629388095, "she": 0.29888470496561315, "them": 0.34168856859500124}, "breakfast": {"she - them": -0.014351854556880372, "she": 0.24717495642628295, "them": 0.2615268109831633}, "breaks": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "breakup": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "breezily": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "brighter": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "brilliant": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "bring": {"she - them": -0.09909879826591017, "she": 0.20866501686282207, "them": 0.30776381512873224}, "bringing": {"she - them": -0.09451361216871829, "she": 0.24717495642628295, "them": 0.34168856859500124}, "brisbane": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "brisvegas": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "britain": {"she - them": -0.01483343202006307, "she": 0.24045017654303477, "them": 0.25528360856309784}, "british": {"she - them": -0.01565045783973537, "she": 0.22922525090968804, "them": 0.2448757087494234}, "broadway": {"she - them": -0.01483343202006307, "she": 0.24045017654303477, "them": 0.25528360856309784}, "broken": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "bros": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "brother": {"she - them": 0.03735789398244982, "she": 0.29888470496561315, "them": 0.2615268109831633}, "brothers": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "brought": {"she - them": -0.06684242375805549, "she": 0.2866086098257829, "them": 0.3534510335838384}, "brunch": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "bubble": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "bubbling": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "buffaloes": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "building": {"she - them": -0.09531606094375297, "she": 0.24045017654303477, "them": 0.33576623748678774}, "buildings": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "burma": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "burn": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "burned": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "burst": {"she - them": -0.009107629650195237, "she": 0.34211741182294264, "them": 0.3512250414731379}, "bus": {"she - them": -0.06762479512156694, "she": 0.20866501686282207, "them": 0.276289811984389}, "business": {"she - them": -0.03553418421022908, "she": 0.30535864701646653, "them": 0.3408928312266956}, "busy": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "but": {"she - them": -0.15294903153165895, "she": 0.26102248607357187, "them": 0.4139715176052308}, "buy": {"she - them": -0.013674223397535323, "she": 0.2767864063529887, "them": 0.290460629750524}, "buying": {"she - them": -0.06443851348882931, "she": 0.24045017654303477, "them": 0.3048886900318641}, "by": {"she - them": -0.12814010791463493, "she": 0.277460552051768, "them": 0.40560065996640293}, "cab": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "cadaver": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "cafeteria": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "caffeine": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "californication": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "call": {"she - them": -0.03553418421022908, "she": 0.30535864701646653, "them": 0.3408928312266956}, "called": {"she - them": -0.049166691973858256, "she": 0.3270696947448295, "them": 0.37623638671868775}, "calling": {"she - them": -0.014351854556880372, "she": 0.24717495642628295, "them": 0.2615268109831633}, "calls": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "calming": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "came": {"she - them": -0.0864065545179496, "she": 0.2778718199041776, "them": 0.3642783744221272}, "can": {"she - them": -0.15961905865053325, "she": 0.23798568236892834, "them": 0.3976047410194616}, "cannot": {"she - them": -0.09246584549708031, "she": 0.26430766704370723, "them": 0.35677351254078754}, "capable": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "captivating": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "captured": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "car": {"she - them": -0.015965783175964726, "she": 0.24696357437639913, "them": 0.26292935755236385}, "caramel": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "card": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "care": {"she - them": -0.12087157814406765, "she": 0.22002125308262796, "them": 0.3408928312266956}, "cared": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "career": {"she - them": -0.042109860888049244, "she": 0.30644844086223105, "them": 0.3485583017502803}, "carmona": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "carpet": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "carried": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "cartoons": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "case": {"she - them": -0.07446488926047795, "she": 0.2632371975832424, "them": 0.33770208684372033}, "cassette": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "cassidy": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "cats": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "cause": {"she - them": -0.17170793860596265, "she": 0.19927914419369955, "them": 0.3709870827996622}, "caused": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "cell": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "center": {"she - them": -0.09602223431051149, "she": 0.23452703918551698, "them": 0.3305492734960285}, "centered": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "central": {"she - them": 0.03681906546529362, "she": 0.2866086098257829, "them": 0.24978954436048928}, "centre": {"she - them": -0.06827420479622817, "she": 0.20223367272496914, "them": 0.2705078775211973}, "certain": {"she - them": -0.09665383788865878, "she": 0.22922525090968804, "them": 0.3258790887983468}, "certainly": {"she - them": -0.11782914669810529, "she": 0.2582288780542168, "them": 0.3760580247523221}, "ch": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "chai": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "challenging": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "chance": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "chances": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "change": {"she - them": -0.03784843628269002, "she": 0.28031516118940053, "them": 0.31816359747209055}, "changes": {"she - them": -0.09358173391480995, "she": 0.25497656783547035, "them": 0.3485583017502803}, "channel": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "chapter": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "character": {"she - them": -0.0851566784529117, "she": 0.2866086098257829, "them": 0.3717652882786946}, "charge": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "chasing": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "chatty": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "cheapest": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "cheaply": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "check": {"she - them": -0.04394066367024557, "she": 0.2866086098257829, "them": 0.3305492734960285}, "child": {"she - them": 0.01933718201920004, "she": 0.3141217619262574, "them": 0.29478457990705736}, "childhood": {"she - them": 0.03844359604518055, "she": 0.3267967247659127, "them": 0.28835312872073215}, "children": {"she - them": -0.05640117401443173, "she": 0.28287280163644407, "them": 0.3392739756508758}, "chimpanzee": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "china": {"she - them": -0.07321882928613543, "she": 0.15376857524454113, "them": 0.22698740453067656}, "chinese": {"she - them": -0.06688992347324701, "she": 0.2159616984172747, "them": 0.2828516218905217}, "chocolate": {"she - them": -0.010122303397508414, "she": 0.3267967247659127, "them": 0.3369190281634211}, "choice": {"she - them": -0.09531606094375297, "she": 0.24045017654303477, "them": 0.33576623748678774}, "chores": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "circle": {"she - them": -0.09246584549708031, "she": 0.26430766704370723, "them": 0.35677351254078754}, "citizens": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "city": {"she - them": -0.16227800845980161, "she": 0.17227323651241006, "them": 0.33455124497221167}, "claimed": {"she - them": -0.01483343202006307, "she": 0.24045017654303477, "them": 0.25528360856309784}, "class": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "claws": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "clear": {"she - them": -0.03588728189476886, "she": 0.30148895101275536, "them": 0.3373762329075242}, "clearly": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "closed": {"she - them": -0.09602223431051149, "she": 0.23452703918551698, "them": 0.3305492734960285}, "clouded": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "club": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "clubs": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "clue": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "co": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "coach": {"she - them": -0.09823189761614198, "she": 0.2159616984172747, "them": 0.3141935960334167}, "coca": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "coffee": {"she - them": -0.016637072502273587, "she": 0.2159616984172747, "them": 0.23259877091954828}, "coffees": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "cola": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "coleman": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "colleagues": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "collection": {"she - them": -0.016005246531228007, "she": 0.22442002002002015, "them": 0.24042526655124816}, "college": {"she - them": -0.01097678142484948, "she": 0.32478945606193826, "them": 0.33576623748678774}, "colonels": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "com": {"she - them": -0.08824350550409343, "she": 0.26145352456736304, "them": 0.34969703007145647}, "come": {"she - them": -0.1349381468557575, "she": 0.22419773244952246, "them": 0.35913587930527996}, "comedians": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "comes": {"she - them": -0.15551276966218708, "she": 0.2159616984172747, "them": 0.3714744680794618}, "comical": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "coming": {"she - them": -0.08824350550409343, "she": 0.26145352456736304, "them": 0.34969703007145647}, "commences": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "comment": {"she - them": -0.06684242375805549, "she": 0.2866086098257829, "them": 0.3534510335838384}, "commentary": {"she - them": -0.09358173391480995, "she": 0.25497656783547035, "them": 0.3485583017502803}, "comments": {"she - them": -0.06468671971011203, "she": 0.30644844086223105, "them": 0.3711351605723431}, "commits": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "common": {"she - them": -0.08782194438819502, "she": 0.26488615858034703, "them": 0.35270810296854205}, "communicated": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "communities": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "community": {"she - them": -0.07060888230059542, "she": 0.25230644499363364, "them": 0.32291532729422906}, "company": {"she - them": -0.09909162916358444, "she": 0.27328741300205234, "them": 0.3723790421656368}, "comparing": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "compassionate": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "completely": {"she - them": -0.042109860888049244, "she": 0.30644844086223105, "them": 0.3485583017502803}, "compulsion": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "conceived": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "concluded": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "condition": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "conditions": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "conference": {"she - them": -0.14051832885373958, "she": 0.21218977411480247, "them": 0.35270810296854205}, "confess": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "confidence": {"she - them": -0.11488905799959714, "she": 0.26430766704370723, "them": 0.3791967250433044}, "consequences": {"she - them": -0.09246584549708031, "she": 0.26430766704370723, "them": 0.35677351254078754}, "consistency": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "consolation": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "conspiracy": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "constantly": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "construction": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "consume": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "consuming": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "consumption": {"she - them": -0.11892399439832141, "she": 0.23452703918551698, "them": 0.3534510335838384}, "contact": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "contains": {"she - them": -0.09722588587044684, "she": 0.22442002002002015, "them": 0.321645905890467}, "contest": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "context": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "continue": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "continued": {"she - them": -0.08340971212084958, "she": 0.30148895101275536, "them": 0.38489866313360493}, "continues": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "contouring": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "conversation": {"she - them": -0.011523342096803835, "she": 0.30644844086223105, "them": 0.3179717829590349}, "conveyed": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "convince": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "cookies": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "cooking": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "cops": {"she - them": 0.03895660625560032, "she": 0.34211741182294264, "them": 0.3031608055673423}, "cordial": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "corner": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "correctly": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "cost": {"she - them": 0.018637329122233648, "she": 0.30148895101275536, "them": 0.2828516218905217}, "costs": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "could": {"she - them": -0.09759027524048963, "she": 0.2866276830156413, "them": 0.3842179582561309}, "couldn": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "council": {"she - them": -0.013326989112985632, "she": 0.28145759079407173, "them": 0.29478457990705736}, "count": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "counter": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "countries": {"she - them": -0.06502934058842591, "she": 0.23452703918551698, "them": 0.2995563797739429}, "country": {"she - them": -0.04839287609060139, "she": 0.23980352129624877, "them": 0.28819639738685016}, "couple": {"she - them": -0.12087157814406765, "she": 0.22002125308262796, "them": 0.3408928312266956}, "course": {"she - them": -0.16893696471633024, "she": 0.2159616984172747, "them": 0.38489866313360493}, "covered": {"she - them": -0.04340648803737174, "she": 0.292359749449416, "them": 0.33576623748678774}, "covers": {"she - them": 0.03895660625560032, "she": 0.34211741182294264, "them": 0.3031608055673423}, "cow": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "cowell": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "cows": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "crack": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "crackerjack": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "creamier": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "creamy": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "create": {"she - them": -0.09665383788865878, "she": 0.22922525090968804, "them": 0.3258790887983468}, "created": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "credit": {"she - them": 0.037076140886318165, "she": 0.292359749449416, "them": 0.25528360856309784}, "crisis": {"she - them": -0.016005246531228007, "she": 0.22442002002002015, "them": 0.24042526655124816}, "cross": {"she - them": -0.09774921159628988, "she": 0.22002125308262796, "them": 0.31777046467891784}, "crowd": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "cry": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "crying": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "cultured": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "cup": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "customer": {"she - them": -0.011523342096803835, "she": 0.30644844086223105, "them": 0.3179717829590349}, "cut": {"she - them": -0.042803863629388095, "she": 0.29888470496561315, "them": 0.34168856859500124}, "cute": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "cutting": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "d": {"she - them": -0.04793885170936818, "she": 0.3026763214539169, "them": 0.35061517316328505}, "dad": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "dads": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "dai": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "daily": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "dairy": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "daizaemon": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "daizemon": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "dance": {"she - them": -0.010122303397508414, "she": 0.3267967247659127, "them": 0.3369190281634211}, "dancers": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "dangerous": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "danville": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "dark": {"she - them": -0.01483343202006307, "she": 0.24045017654303477, "them": 0.25528360856309784}, "data": {"she - them": -0.16227800845980161, "she": 0.17227323651241006, "them": 0.33455124497221167}, "dates": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "daughter": {"she - them": 0.09340689973802643, "she": 0.3338321662892746, "them": 0.24042526655124816}, "daughters": {"she - them": 0.03735789398244982, "she": 0.29888470496561315, "them": 0.2615268109831633}, "david": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "day": {"she - them": -0.10319387096746316, "she": 0.24314882832025966, "them": 0.3463426992877228}, "days": {"she - them": -0.03760893256168307, "she": 0.28287280163644407, "them": 0.32048173419812714}, "death": {"she - them": -0.04340648803737174, "she": 0.292359749449416, "them": 0.33576623748678774}, "decades": {"she - them": -0.11892399439832141, "she": 0.23452703918551698, "them": 0.3534510335838384}, "december": {"she - them": 0.03681906546529362, "she": 0.2866086098257829, "them": 0.24978954436048928}, "decent": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "decide": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "decided": {"she - them": -0.03553418421022908, "she": 0.30535864701646653, "them": 0.3408928312266956}, "decision": {"she - them": -0.12141453449024953, "she": 0.2159616984172747, "them": 0.3373762329075242}, "decline": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "declined": {"she - them": -0.010122303397508414, "she": 0.3267967247659127, "them": 0.3369190281634211}, "defeat": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "defend": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "defense": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "definitely": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "delicate": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "delicious": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "deliver": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "demanding": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "denominator": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "department": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "depend": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "depth": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "depths": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "described": {"she - them": -0.11892399439832141, "she": 0.23452703918551698, "them": 0.3534510335838384}, "description": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "deserved": {"she - them": -0.09246584549708031, "she": 0.26430766704370723, "them": 0.35677351254078754}, "design": {"she - them": -0.0731327737160346, "she": 0.22957042537968353, "them": 0.30270319909571813}, "designed": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "despite": {"she - them": -0.09823189761614198, "she": 0.2159616984172747, "them": 0.3141935960334167}, "desserts": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "destination": {"she - them": 0.03802708543626676, "she": 0.31548650151542973, "them": 0.27745941607916297}, "destinie": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "destiny": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "destroy": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "destroys": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "destruct": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "deteriorate": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "devastating": {"she - them": 0.03844359604518055, "she": 0.3267967247659127, "them": 0.28835312872073215}, "developing": {"she - them": -0.011523342096803835, "she": 0.30644844086223105, "them": 0.3179717829590349}, "development": {"she - them": -0.12671154953697308, "she": 0.17599164955874505, "them": 0.30270319909571813}, "did": {"she - them": -0.05241415953575668, "she": 0.29769033254725896, "them": 0.35010449208301564}, "didn": {"she - them": -0.029162713437803578, "she": 0.3101914479886179, "them": 0.3393541614264215}, "dies": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "difference": {"she - them": -0.06502934058842591, "she": 0.23452703918551698, "them": 0.2995563797739429}, "different": {"she - them": -0.07091146488867997, "she": 0.24957026930944717, "them": 0.32048173419812714}, "difficult": {"she - them": -0.11488905799959714, "she": 0.26430766704370723, "them": 0.3791967250433044}, "difficulty": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "digest": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "digital": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "dinner": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "disappear": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "disappeared": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "discovered": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "discovery": {"she - them": -0.06443851348882931, "she": 0.24045017654303477, "them": 0.3048886900318641}, "discuss": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "discussion": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "discussions": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "disliked": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "dismissed": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "disneynature": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "display": {"she - them": -0.06502934058842591, "she": 0.23452703918551698, "them": 0.2995563797739429}, "disrepair": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "disrespected": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "distant": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "distracted": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "ditched": {"she - them": -0.009107629650195237, "she": 0.34211741182294264, "them": 0.3512250414731379}, "divorce": {"she - them": -0.06502934058842591, "she": 0.23452703918551698, "them": 0.2995563797739429}, "divorced": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "divulge": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "do": {"she - them": -0.15514279751901594, "she": 0.2551457483789882, "them": 0.4102885458980041}, "does": {"she - them": -0.1889305585302522, "she": 0.16877250446309178, "them": 0.357703062993344}, "doesn": {"she - them": -0.10386884259196577, "she": 0.26145352456736304, "them": 0.3653223671593288}, "doing": {"she - them": -0.05447369388131512, "she": 0.31604102320214184, "them": 0.37051471708345696}, "dollars": {"she - them": 0.021011511482093903, "she": 0.34739155424344603, "them": 0.32638004276135213}, "dolores": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "dominating": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "don": {"she - them": -0.06186729254075246, "she": 0.30346759316226135, "them": 0.3653348857030138}, "done": {"she - them": -0.11944756758088956, "she": 0.24696357437639913, "them": 0.3664111419572887}, "dou4": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "dou4jiang1": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "double": {"she - them": -0.011523342096803835, "she": 0.30644844086223105, "them": 0.3179717829590349}, "doujiang": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "down": {"she - them": -0.07869736556264506, "she": 0.2888200183546367, "them": 0.3675173839172818}, "downtown": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "dozens": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "dressed": {"she - them": -0.03257221865987886, "she": 0.3385629419124642, "them": 0.3711351605723431}, "drink": {"she - them": -0.012528940582448078, "she": 0.292359749449416, "them": 0.3048886900318641}, "drinks": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "driver": {"she - them": -0.06468671971011203, "she": 0.30644844086223105, "them": 0.3711351605723431}, "drivers": {"she - them": -0.014351854556880372, "she": 0.24717495642628295, "them": 0.2615268109831633}, "driving": {"she - them": -0.06443851348882931, "she": 0.24045017654303477, "them": 0.3048886900318641}, "drizzle": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "drop": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "dropped": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "drops": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "drove": {"she - them": 0.03895660625560032, "she": 0.34211741182294264, "them": 0.3031608055673423}, "drunk": {"she - them": -0.011523342096803835, "she": 0.30644844086223105, "them": 0.3179717829590349}, "during": {"she - them": -0.13740182413720917, "she": 0.2078189556791117, "them": 0.3452207798163209}, "dvd": {"she - them": -0.016005246531228007, "she": 0.22442002002002015, "them": 0.24042526655124816}, "dweller": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "e": {"she - them": -0.09665383788865878, "she": 0.22922525090968804, "them": 0.3258790887983468}, "each": {"she - them": -0.09062349634597194, "she": 0.24209024316609928, "them": 0.3327137395120712}, "ear": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "earlier": {"she - them": -0.013326989112985632, "she": 0.28145759079407173, "them": 0.29478457990705736}, "early": {"she - them": -0.09909162916358444, "she": 0.27328741300205234, "them": 0.3723790421656368}, "earns": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "earth": {"she - them": -0.09451361216871829, "she": 0.24717495642628295, "them": 0.34168856859500124}, "easier": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "east": {"she - them": -0.06922181678417277, "she": 0.26488615858034703, "them": 0.3341079753645198}, "eastwards": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "easy": {"she - them": -0.06555932899736933, "she": 0.22922525090968804, "them": 0.29478457990705736}, "eat": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "economy": {"she - them": -0.09451361216871829, "she": 0.24717495642628295, "them": 0.34168856859500124}, "ecstatic": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "ect": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "edited": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "education": {"she - them": -0.06555932899736933, "she": 0.22922525090968804, "them": 0.29478457990705736}, "effects": {"she - them": -0.016005246531228007, "she": 0.22442002002002015, "them": 0.24042526655124816}, "effort": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "efforts": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "eggshells": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "eight": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "either": {"she - them": -0.1399674438478386, "she": 0.2159616984172747, "them": 0.3559291422651133}, "elbow": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "electrocute": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "elegant": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "elemental": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "elementary": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "ellen": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "else": {"she - them": -0.09358173391480995, "she": 0.25497656783547035, "them": 0.3485583017502803}, "eludes": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "elyton": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "email": {"she - them": -0.09602223431051149, "she": 0.23452703918551698, "them": 0.3305492734960285}, "emergency": {"she - them": 0.03636113980174052, "she": 0.2767864063529887, "them": 0.24042526655124816}, "emotional": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "emotionally": {"she - them": 0.03844359604518055, "she": 0.3267967247659127, "them": 0.28835312872073215}, "encourage": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "encouraged": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "end": {"she - them": -0.16010347452440957, "she": 0.1864655387493027, "them": 0.34656901327371226}, "ended": {"she - them": 0.037671282276252493, "she": 0.30644844086223105, "them": 0.26877715858597856}, "ends": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "energy": {"she - them": -0.07010209432759532, "she": 0.18421481050531022, "them": 0.25431690483290553}, "engaging": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "england": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "enjoying": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "enter": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "entered": {"she - them": -0.09602223431051149, "she": 0.23452703918551698, "them": 0.3305492734960285}, "entertainment": {"she - them": -0.04128701102535781, "she": 0.31548650151542973, "them": 0.35677351254078754}, "entire": {"she - them": -0.06838465486465295, "she": 0.27250817636204266, "them": 0.3408928312266956}, "entourage": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "enzyme": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "epidemic": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "episodes": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "ers": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "escape": {"she - them": -0.09106578254491615, "she": 0.27599811173858535, "them": 0.3670638942835015}, "escort": {"she - them": 0.03844359604518055, "she": 0.3267967247659127, "them": 0.28835312872073215}, "especially": {"she - them": -0.05550342944978065, "she": 0.29136506911117416, "them": 0.3468684985609548}, "estranged": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "estrangement": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "estrangements": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "europe": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "even": {"she - them": -0.10920020088329402, "she": 0.2623130856355038, "them": 0.37151328651879784}, "evening": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "event": {"she - them": -0.09602223431051149, "she": 0.23452703918551698, "them": 0.3305492734960285}, "eventually": {"she - them": -0.09451361216871829, "she": 0.24717495642628295, "them": 0.34168856859500124}, "ever": {"she - them": -0.065587211032057, "she": 0.3140217033283355, "them": 0.3796089143603925}, "every": {"she - them": -0.13789826560438984, "she": 0.2690510549308452, "them": 0.406949320535235}, "everybody": {"she - them": -0.09246584549708031, "she": 0.26430766704370723, "them": 0.35677351254078754}, "everything": {"she - them": -0.08609598076788816, "she": 0.28031516118940053, "them": 0.3664111419572887}, "everywhere": {"she - them": -0.09451361216871829, "she": 0.24717495642628295, "them": 0.34168856859500124}, "evidence": {"she - them": 0.037076140886318165, "she": 0.292359749449416, "them": 0.25528360856309784}, "ex": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "exactly": {"she - them": -0.11812538633436179, "she": 0.24045017654303477, "them": 0.35857556287739656}, "examines": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "examining": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "exceedingly": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "excellent": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "excited": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "exclusive": {"she - them": -0.014351854556880372, "she": 0.24717495642628295, "them": 0.2615268109831633}, "exclusively": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "exit": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "exiting": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "exits": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "expect": {"she - them": -0.012528940582448078, "she": 0.292359749449416, "them": 0.3048886900318641}, "expectations": {"she - them": -0.09106578254491615, "she": 0.27599811173858535, "them": 0.3670638942835015}, "expected": {"she - them": -0.06959964206443237, "she": 0.26145352456736304, "them": 0.3310531666317954}, "expensive": {"she - them": -0.06502934058842591, "she": 0.23452703918551698, "them": 0.2995563797739429}, "experience": {"she - them": -0.06604060973050385, "she": 0.22442002002002015, "them": 0.290460629750524}, "experiencetheride": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "expert": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "experts": {"she - them": -0.11721633945480037, "she": 0.24717495642628295, "them": 0.3643912958810833}, "explain": {"she - them": -0.09531606094375297, "she": 0.24045017654303477, "them": 0.33576623748678774}, "explained": {"she - them": -0.04128701102535781, "she": 0.31548650151542973, "them": 0.35677351254078754}, "explains": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "exploring": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "extensive": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "extremely": {"she - them": -0.09531606094375297, "she": 0.24045017654303477, "them": 0.33576623748678774}, "face": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "faces": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "facet": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "facing": {"she - them": -0.06621581342798055, "she": 0.292359749449416, "them": 0.35857556287739656}, "fact": {"she - them": -0.07116463036666765, "she": 0.29136506911117416, "them": 0.3625296994778418}, "faded": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "failed": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "fairfield": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "fairly": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "fall": {"she - them": -0.01565045783973537, "she": 0.22922525090968804, "them": 0.2448757087494234}, "fallen": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "falling": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "falls": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "fame": {"she - them": -0.010122303397508414, "she": 0.3267967247659127, "them": 0.3369190281634211}, "familial": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "family": {"she - them": -0.03910243844325001, "she": 0.26704646936791815, "them": 0.30614890781116816}, "famous": {"she - them": -0.09358173391480995, "she": 0.25497656783547035, "them": 0.3485583017502803}, "fan": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "fantastic": {"she - them": -0.09246584549708031, "she": 0.26430766704370723, "them": 0.35677351254078754}, "far": {"she - them": -0.03735835048156855, "she": 0.2855569768126605, "them": 0.32291532729422906}, "fare": {"she - them": 0.03844359604518055, "she": 0.3267967247659127, "them": 0.28835312872073215}, "father": {"she - them": -0.012528940582448078, "she": 0.292359749449416, "them": 0.3048886900318641}, "fathers": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "fatigued": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "fault": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "favorite": {"she - them": -0.044421498004275084, "she": 0.28145759079407173, "them": 0.3258790887983468}, "favorites": {"she - them": -0.0108935412459224, "she": 0.31548650151542973, "them": 0.32638004276135213}, "favour": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "favourite": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "fear": {"she - them": -0.01483343202006307, "she": 0.24045017654303477, "them": 0.25528360856309784}, "february": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "feel": {"she - them": -0.03474066745962168, "she": 0.3141217619262574, "them": 0.3488624293858791}, "feeling": {"she - them": 0.01990076603007418, "she": 0.32478945606193826, "them": 0.3048886900318641}, "feelings": {"she - them": -0.042803863629388095, "she": 0.29888470496561315, "them": 0.34168856859500124}, "feigned": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "fell": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "felt": {"she - them": -0.06555932899736933, "she": 0.22922525090968804, "them": 0.29478457990705736}, "few": {"she - them": -0.0977868142970123, "she": 0.28287280163644407, "them": 0.3806596159334564}, "fifty": {"she - them": 0.03844359604518055, "she": 0.3267967247659127, "them": 0.28835312872073215}, "fight": {"she - them": -0.03474066745962168, "she": 0.3141217619262574, "them": 0.3488624293858791}, "fighting": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "figure": {"she - them": -0.04690900689074973, "she": 0.2551868275365524, "them": 0.30209583442730215}, "figured": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "filled": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "film": {"she - them": -0.06963499623882763, "she": 0.188807727631788, "them": 0.2584427238706156}, "films": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "finally": {"she - them": -0.09358173391480995, "she": 0.25497656783547035, "them": 0.3485583017502803}, "find": {"she - them": -0.1850896343976047, "she": 0.1912497678192406, "them": 0.3763394022168453}, "finding": {"she - them": -0.011523342096803835, "she": 0.30644844086223105, "them": 0.3179717829590349}, "finds": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "fine": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "finest": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "finishing": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "fire": {"she - them": 0.03468772260934164, "she": 0.24447382153804662, "them": 0.20978609892870498}, "first": {"she - them": -0.10777972164463412, "she": 0.26627246408913086, "them": 0.374052185733765}, "flash": {"she - them": -0.009107629650195237, "she": 0.34211741182294264, "them": 0.3512250414731379}, "flashmob": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "flat": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "flavours": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "flight": {"she - them": -0.012059605084823066, "she": 0.29888470496561315, "them": 0.3109443100504362}, "fo": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "focused": {"she - them": -0.11488905799959714, "she": 0.26430766704370723, "them": 0.3791967250433044}, "followed": {"she - them": -0.08737112130847113, "she": 0.26855802095664216, "them": 0.3559291422651133}, "food": {"she - them": -0.049918727880962965, "she": 0.22419773244952246, "them": 0.2741164603304854}, "foot": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "for": {"she - them": -0.133726894533525, "she": 0.25126113432882957, "them": 0.38498802886235456}, "force": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "forces": {"she - them": -0.06443851348882931, "she": 0.24045017654303477, "them": 0.3048886900318641}, "ford": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "foreign": {"she - them": -0.017442537602062574, "she": 0.20535507776698447, "them": 0.22279761536904705}, "forgiveness": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "forgotten": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "form": {"she - them": -0.08636130004155779, "she": 0.2767864063529887, "them": 0.36314770639454647}, "former": {"she - them": -0.012411817662451308, "she": 0.30535864701646653, "them": 0.31777046467891784}, "forum": {"she - them": -0.01483343202006307, "she": 0.24045017654303477, "them": 0.25528360856309784}, "forward": {"she - them": -0.042803863629388095, "she": 0.29888470496561315, "them": 0.34168856859500124}, "found": {"she - them": -0.08670405037579937, "she": 0.2755322689305947, "them": 0.36223631930639405}, "four": {"she - them": -0.16331341611742142, "she": 0.16546371695977027, "them": 0.3287771330771917}, "foyer": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "francis": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "frantic": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "frantically": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "free": {"she - them": -0.1529037561400593, "she": 0.24209024316609928, "them": 0.3949939993061586}, "frequent": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "fresh": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "fridges": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "friend": {"she - them": -0.04128701102535781, "she": 0.31548650151542973, "them": 0.35677351254078754}, "friendly": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "friends": {"she - them": -0.035153729347233265, "she": 0.309548511594815, "them": 0.34470224094204827}, "from": {"she - them": -0.15553995778972696, "she": 0.2610931211490388, "them": 0.4166330789387658}, "front": {"she - them": -0.04394066367024557, "she": 0.2866086098257829, "them": 0.3305492734960285}, "fulfill": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "function": {"she - them": -0.06443851348882931, "she": 0.24045017654303477, "them": 0.3048886900318641}, "future": {"she - them": -0.11153447312743989, "she": 0.20401995369045886, "them": 0.31555442681789875}, "g": {"she - them": -0.11892399439832141, "she": 0.23452703918551698, "them": 0.3534510335838384}, "game": {"she - them": -0.14652606302967497, "she": 0.17049738504854545, "them": 0.3170234480782204}, "games": {"she - them": -0.12087157814406765, "she": 0.22002125308262796, "them": 0.3408928312266956}, "gangsters": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "gantz": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "gate": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "gathered": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "gave": {"she - them": -0.03974924486534853, "she": 0.34200719925462736, "them": 0.3817564441199759}, "geez": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "general": {"she - them": -0.09602223431051149, "she": 0.23452703918551698, "them": 0.3305492734960285}, "generally": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "genie": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "geographically": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "gershshwin": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "get": {"she - them": -0.05031953758464991, "she": 0.32176978273952633, "them": 0.37208932032417624}, "gets": {"she - them": -0.09451361216871829, "she": 0.24717495642628295, "them": 0.34168856859500124}, "getting": {"she - them": -0.04690900689074973, "she": 0.2551868275365524, "them": 0.30209583442730215}, "girl": {"she - them": 0.01150249454855684, "she": 0.3223724089658352, "them": 0.31086991441727835}, "girls": {"she - them": -0.012947769948159993, "she": 0.2866086098257829, "them": 0.2995563797739429}, "give": {"she - them": -0.03033569400270686, "she": 0.3223724089658352, "them": 0.35270810296854205}, "given": {"she - them": -0.1540086800374362, "she": 0.23548916825886754, "them": 0.38949784829630374}, "glad": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "glasses": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "glory": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "go": {"she - them": -0.0676245335282693, "she": 0.29703645078571816, "them": 0.36466098431398747}, "goal": {"she - them": -0.044421498004275084, "she": 0.28145759079407173, "them": 0.3258790887983468}, "goals": {"she - them": -0.06555932899736933, "she": 0.22922525090968804, "them": 0.29478457990705736}, "goats": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "god": {"she - them": -0.09909879826591017, "she": 0.20866501686282207, "them": 0.30776381512873224}, "godfather": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "going": {"she - them": -0.10407446847231011, "she": 0.2914339094357151, "them": 0.39550837790802523}, "good": {"she - them": -0.09429706519272912, "she": 0.3159764637164809, "them": 0.41027352890921004}, "goofs": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "google": {"she - them": -0.06885719258053177, "she": 0.19647342723946012, "them": 0.2653306198199919}, "googled": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "got": {"she - them": -0.05608058509587377, "she": 0.3016224778974702, "them": 0.357703062993344}, "government": {"she - them": -0.1934601389541953, "she": 0.14167415680920362, "them": 0.3351342957633989}, "grade": {"she - them": -0.06688992347324701, "she": 0.2159616984172747, "them": 0.2828516218905217}, "graders": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "graduated": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "graduates": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "grand": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "granted": {"she - them": -0.09451361216871829, "she": 0.24717495642628295, "them": 0.34168856859500124}, "graves": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "gray": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "great": {"she - them": -0.09216413871735962, "she": 0.22957042537968353, "them": 0.32173456409704315}, "green": {"she - them": -0.07010209432759532, "she": 0.18421481050531022, "them": 0.25431690483290553}, "greensprings": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "greet": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "grew": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "ground": {"she - them": -0.10116430884569708, "she": 0.1912497678192406, "them": 0.2924140766649377}, "group": {"she - them": -0.07684366498254883, "she": 0.24314882832025966, "them": 0.3199924933028085}, "groupon": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "growing": {"she - them": -0.04394066367024557, "she": 0.2866086098257829, "them": 0.3305492734960285}, "grown": {"she - them": -0.03322115625241029, "she": 0.33117013962867303, "them": 0.3643912958810833}, "growth": {"she - them": -0.014293600933879547, "she": 0.26855802095664216, "them": 0.2828516218905217}, "guess": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "guilt": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "guilty": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "gulf": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "guy": {"she - them": -0.0108935412459224, "she": 0.31548650151542973, "them": 0.32638004276135213}, "guys": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "hacks": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "had": {"she - them": -0.11042293366786998, "she": 0.3032792782871839, "them": 0.41370221195505386}, "hadn": {"she - them": -0.04128701102535781, "she": 0.31548650151542973, "them": 0.35677351254078754}, "hair": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "hairstyle": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "half": {"she - them": -0.08824350550409343, "she": 0.26145352456736304, "them": 0.34969703007145647}, "halftime": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "hallucinations": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "hand": {"she - them": -0.08863962050673801, "she": 0.2582288780542168, "them": 0.3468684985609548}, "handle": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "hannah": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "happen": {"she - them": -0.11892399439832141, "she": 0.23452703918551698, "them": 0.3534510335838384}, "happened": {"she - them": -0.04340648803737174, "she": 0.292359749449416, "them": 0.33576623748678774}, "happening": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "happenings": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "happy": {"she - them": -0.06371022352787464, "she": 0.31548650151542973, "them": 0.3791967250433044}, "hard": {"she - them": -0.12282882886274726, "she": 0.20535507776698447, "them": 0.32818390662973174}, "hardin": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "harping": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "has": {"she - them": -0.1395094813856489, "she": 0.2610931211490388, "them": 0.4006026025346877}, "have": {"she - them": -0.1559338013076942, "she": 0.25907621978622136, "them": 0.41501002109391555}, "haven": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "having": {"she - them": -0.08698961055526033, "she": 0.27328741300205234, "them": 0.36027702355731267}, "he": {"she - them": -0.1718649808903742, "she": 0.19378702836351633, "them": 0.3656520092538905}, "head": {"she - them": -0.07301791748108255, "she": 0.2755322689305947, "them": 0.34855018641167723}, "headed": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "heading": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "heads": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "healing": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "healthy": {"she - them": -0.11812538633436179, "she": 0.24045017654303477, "them": 0.35857556287739656}, "hear": {"she - them": -0.09531606094375297, "she": 0.24045017654303477, "them": 0.33576623748678774}, "heard": {"she - them": -0.045635575076774515, "she": 0.26855802095664216, "them": 0.3141935960334167}, "heart": {"she - them": -0.11721633945480037, "she": 0.24717495642628295, "them": 0.3643912958810833}, "height": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "held": {"she - them": -0.056932343770347615, "she": 0.2778718199041776, "them": 0.3348041636745252}, "help": {"she - them": -0.1971725069833111, "she": 0.18421481050531022, "them": 0.3813873174886213}, "helped": {"she - them": -0.09358173391480995, "she": 0.25497656783547035, "them": 0.3485583017502803}, "heng": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "her": {"she - them": 0.05336050891130556, "she": 0.32762098007111484, "them": 0.2742604711598093}, "here": {"she - them": -0.12579336057544976, "she": 0.2623130856355038, "them": 0.3881064462109536}, "herself": {"she - them": 0.03844359604518055, "she": 0.3267967247659127, "them": 0.28835312872073215}, "hide": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "hiding": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "high": {"she - them": -0.16110314827602043, "she": 0.17995918049776924, "them": 0.34106232877378967}, "higher": {"she - them": -0.09868014030247588, "she": 0.21218977411480247, "them": 0.31086991441727835}, "highlight": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "highway": {"she - them": -0.014351854556880372, "she": 0.24717495642628295, "them": 0.2615268109831633}, "hilarious": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "him": {"she - them": -0.10936932061179955, "she": 0.26115396640330923, "them": 0.3705232870151088}, "hiroto": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "his": {"she - them": -0.14621415124634363, "she": 0.2419487110084514, "them": 0.388162862254795}, "historical": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "history": {"she - them": -0.07467893395711878, "she": 0.26142333100716103, "them": 0.3361022649642798}, "hit": {"she - them": -0.029315540105271876, "she": 0.3338321662892746, "them": 0.36314770639454647}, "hits": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "hoffman": {"she - them": -0.016332665212171082, "she": 0.22002125308262796, "them": 0.23635391829479904}, "hold": {"she - them": -0.044421498004275084, "she": 0.28145759079407173, "them": 0.3258790887983468}, "holds": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "holmes": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "home": {"she - them": -0.029809887555473424, "she": 0.30323602636598407, "them": 0.3330459139214575}, "homeless": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "homemade": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "honey": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "hosted": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "hosts": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "hot": {"she - them": -0.012411817662451308, "she": 0.30535864701646653, "them": 0.31777046467891784}, "hotel": {"she - them": -0.01483343202006307, "she": 0.24045017654303477, "them": 0.25528360856309784}, "hound": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "hours": {"she - them": -0.06953604108026629, "she": 0.30535864701646653, "them": 0.3748946880967328}, "house": {"she - them": -0.06922181678417277, "she": 0.26488615858034703, "them": 0.3341079753645198}, "houses": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "how": {"she - them": -0.10981849383366721, "she": 0.29557476645280506, "them": 0.40539326028647227}, "however": {"she - them": -0.1307268006336053, "she": 0.26142333100716103, "them": 0.39215013164076634}, "https": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "huerta": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "hug": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "huge": {"she - them": -0.11963717847619104, "she": 0.22922525090968804, "them": 0.3488624293858791}, "hughes": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "human": {"she - them": -0.16825716278918598, "she": 0.22002125308262796, "them": 0.38827841587181394}, "humanoid": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "humans": {"she - them": -0.10118485096344193, "she": 0.28145759079407173, "them": 0.38264244175751366}, "hundred": {"she - them": -0.09358173391480995, "she": 0.25497656783547035, "them": 0.3485583017502803}, "hunger": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "hurt": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "husband": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "hustling": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "i": {"she - them": -0.1017861966390538, "she": 0.21865521104589125, "them": 0.32044140768494506}, "ice": {"she - them": -0.009107629650195237, "she": 0.34211741182294264, "them": 0.3512250414731379}, "idea": {"she - them": -0.0742440296670262, "she": 0.2651101317593953, "them": 0.3393541614264215}, "identical": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "if": {"she - them": -0.14091689304438137, "she": 0.25399784713689005, "them": 0.39491474018127143}, "ignorant": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "ignore": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "ill": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "illness": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "illusion": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "immediately": {"she - them": -0.03033569400270686, "she": 0.3223724089658352, "them": 0.35270810296854205}, "immensely": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "imparted": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "impatience": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "importance": {"she - them": -0.04340648803737174, "she": 0.292359749449416, "them": 0.33576623748678774}, "important": {"she - them": -0.13467592217919302, "she": 0.22593464675408523, "them": 0.36061056893327825}, "imported": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "in": {"she - them": -0.1643740361886786, "she": 0.18586406175018963, "them": 0.35023809793886823}, "inability": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "incidents": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "incinerated": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "included": {"she - them": -0.11963717847619104, "she": 0.22922525090968804, "them": 0.3488624293858791}, "including": {"she - them": -0.09550670197788635, "she": 0.2939911463184174, "them": 0.38949784829630374}, "increased": {"she - them": -0.01483343202006307, "she": 0.24045017654303477, "them": 0.25528360856309784}, "increasingly": {"she - them": -0.09358173391480995, "she": 0.25497656783547035, "them": 0.3485583017502803}, "indeed": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "indians": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "industry": {"she - them": -0.08636130004155779, "she": 0.2767864063529887, "them": 0.36314770639454647}, "information": {"she - them": -0.08782194438819502, "she": 0.26488615858034703, "them": 0.35270810296854205}, "informed": {"she - them": 0.03844359604518055, "she": 0.3267967247659127, "them": 0.28835312872073215}, "informs": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "ink": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "instance": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "instead": {"she - them": -0.1047081664390846, "she": 0.2551868275365524, "them": 0.359894993975637}, "instincts": {"she - them": -0.09246584549708031, "she": 0.26430766704370723, "them": 0.35677351254078754}, "intelligence": {"she - them": 0.03658188204464832, "she": 0.28145759079407173, "them": 0.2448757087494234}, "intelligent": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "intended": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "intensity": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "interactive": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "interest": {"she - them": -0.012947769948159993, "she": 0.2866086098257829, "them": 0.2995563797739429}, "interested": {"she - them": -0.010122303397508414, "she": 0.3267967247659127, "them": 0.3369190281634211}, "interesting": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "international": {"she - them": -0.09774921159628988, "she": 0.22002125308262796, "them": 0.31777046467891784}, "interview": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "interviewed": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "intestinal": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "into": {"she - them": -0.08417643196010838, "she": 0.30731379307380274, "them": 0.3914902250339111}, "intolerant": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "investigation": {"she - them": -0.012059605084823066, "she": 0.29888470496561315, "them": 0.3109443100504362}, "involved": {"she - them": -0.04592254372100679, "she": 0.3223724089658352, "them": 0.368294952686842}, "involvement": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "ireland": {"she - them": 0.037671282276252493, "she": 0.30644844086223105, "them": 0.26877715858597856}, "irish": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "irony": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "is": {"she - them": -0.1261160541285416, "she": 0.2279121500617058, "them": 0.3540282041902474}, "isabelle": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "isay": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "islamic": {"she - them": -0.06502934058842591, "she": 0.23452703918551698, "them": 0.2995563797739429}, "isn": {"she - them": -0.06998551706670642, "she": 0.30148895101275536, "them": 0.3714744680794618}, "issue": {"she - them": -0.12765878457792168, "she": 0.16877250446309178, "them": 0.29643128904101346}, "it": {"she - them": -0.17318109285048622, "she": 0.21000619016391792, "them": 0.38318728301440413}, "itching": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "item": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "items": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "its": {"she - them": -0.12410334284318694, "she": 0.24756185998563604, "them": 0.371665202828823}, "itself": {"she - them": -0.12141453449024953, "she": 0.2159616984172747, "them": 0.3373762329075242}, "jacket": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "jackson": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "jane": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "japan": {"she - them": -0.017910529907353423, "she": 0.19927914419369955, "them": 0.21718967410105297}, "jay": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "jealous": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "jfk": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "jiang1": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "job": {"she - them": -0.10386884259196577, "she": 0.26145352456736304, "them": 0.3653223671593288}, "join": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "joke": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "jokes": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "joshua": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "journal": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "journalism": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "journey": {"she - them": -0.06443851348882931, "she": 0.24045017654303477, "them": 0.3048886900318641}, "journeys": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "judy": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "juice": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "july": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "june": {"she - them": -0.045635575076774515, "she": 0.26855802095664216, "them": 0.3141935960334167}, "just": {"she - them": -0.09305594695781566, "she": 0.3131360921675588, "them": 0.40619203912537444}, "kana": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "karen": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "kato": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "katoare": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "keeghan": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "keep": {"she - them": -0.11892399439832141, "she": 0.23452703918551698, "them": 0.3534510335838384}, "kei": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "kenzo": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "kept": {"she - them": -0.06502934058842591, "she": 0.23452703918551698, "them": 0.2995563797739429}, "key": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "khone": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "kid": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "kidding": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "kids": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "killed": {"she - them": -0.0108935412459224, "she": 0.31548650151542973, "them": 0.32638004276135213}, "kim": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "kind": {"she - them": -0.08365232858386523, "she": 0.29888470496561315, "them": 0.3825370335494784}, "kindle": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "kingdom": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "knew": {"she - them": 0.006480572066349444, "she": 0.3696282784608959, "them": 0.36314770639454647}, "knotted": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "know": {"she - them": -0.07213459044678727, "she": 0.2955254715923733, "them": 0.3676600620391606}, "knowledge": {"she - them": -0.09451361216871829, "she": 0.24717495642628295, "them": 0.34168856859500124}, "known": {"she - them": -0.16078269316892582, "she": 0.1820481866290838, "them": 0.34283087979800964}, "korea": {"she - them": -0.01483343202006307, "she": 0.24045017654303477, "them": 0.25528360856309784}, "kurono": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "l": {"she - them": -0.04394066367024557, "she": 0.2866086098257829, "them": 0.3305492734960285}, "la": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "lactase": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "lactose": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "lady": {"she - them": 0.02022582957823682, "she": 0.33117013962867303, "them": 0.3109443100504362}, "laid": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "land": {"she - them": -0.12282882886274726, "she": 0.20535507776698447, "them": 0.32818390662973174}, "language": {"she - them": -0.09106578254491615, "she": 0.27599811173858535, "them": 0.3670638942835015}, "large": {"she - them": -0.11892399439832141, "she": 0.23452703918551698, "them": 0.3534510335838384}, "larger": {"she - them": -0.012059605084823066, "she": 0.29888470496561315, "them": 0.3109443100504362}, "last": {"she - them": -0.09089638253140808, "she": 0.29313684761358544, "them": 0.3840332301449935}, "late": {"she - them": -0.12141453449024953, "she": 0.2159616984172747, "them": 0.3373762329075242}, "later": {"she - them": -0.028232454381499905, "she": 0.3203177320301773, "them": 0.34855018641167723}, "latest": {"she - them": -0.015262505174972296, "she": 0.23452703918551698, "them": 0.24978954436048928}, "latte": {"she - them": -0.01483343202006307, "she": 0.24045017654303477, "them": 0.25528360856309784}, "launch": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "law": {"she - them": -0.07199411058007282, "she": 0.23980352129624877, "them": 0.3117976318763216}, "laws": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "lax": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "lead": {"she - them": -0.14280054841141568, "she": 0.19647342723946012, "them": 0.3392739756508758}, "leaders": {"she - them": -0.06791583458905959, "she": 0.2767864063529887, "them": 0.34470224094204827}, "leading": {"she - them": -0.09358173391480995, "she": 0.25497656783547035, "them": 0.3485583017502803}, "leaky": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "learned": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "least": {"she - them": -0.08507146671054655, "she": 0.28838205470590894, "them": 0.3734535214164555}, "lecture": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "lee": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "leeratanakajornthe": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "left": {"she - them": -0.07301791748108255, "she": 0.2755322689305947, "them": 0.34855018641167723}, "legal": {"she - them": -0.014351854556880372, "she": 0.24717495642628295, "them": 0.2615268109831633}, "legs": {"she - them": -0.09358173391480995, "she": 0.25497656783547035, "them": 0.3485583017502803}, "length": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "less": {"she - them": -0.13043898575318946, "she": 0.2632371975832424, "them": 0.39367618333643184}, "let": {"she - them": -0.0742440296670262, "she": 0.2651101317593953, "them": 0.3393541614264215}, "letting": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "level": {"she - them": -0.03652673415229957, "she": 0.29452643247949584, "them": 0.3310531666317954}, "levels": {"she - them": -0.09451361216871829, "she": 0.24717495642628295, "them": 0.34168856859500124}, "levi": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "li": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "liberating": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "libraries": {"she - them": -0.015262505174972296, "she": 0.23452703918551698, "them": 0.24978954436048928}, "library": {"she - them": -0.017442537602062574, "she": 0.20535507776698447, "them": 0.22279761536904705}, "life": {"she - them": -0.11872120228861993, "she": 0.29011261222201495, "them": 0.4088338145106349}, "lifted": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "like": {"she - them": -0.10344441996387138, "she": 0.30645003586381697, "them": 0.40989445582768835}, "liked": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "line": {"she - them": -0.016005246531228007, "she": 0.22442002002002015, "them": 0.24042526655124816}, "linked": {"she - them": -0.09358173391480995, "she": 0.25497656783547035, "them": 0.3485583017502803}, "liquid": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "listen": {"she - them": -0.09106578254491615, "she": 0.27599811173858535, "them": 0.3670638942835015}, "listening": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "literally": {"she - them": -0.009107629650195237, "she": 0.34211741182294264, "them": 0.3512250414731379}, "little": {"she - them": -0.06883313129031204, "she": 0.32183720563461204, "them": 0.3906703369249241}, "live": {"she - them": -0.1525741225713016, "she": 0.23452703918551698, "them": 0.3871011617568186}, "lived": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "lives": {"she - them": -0.042803863629388095, "she": 0.29888470496561315, "them": 0.34168856859500124}, "ll": {"she - them": -0.03293364600992266, "she": 0.2939911463184174, "them": 0.32692479232834004}, "loan": {"she - them": 0.037671282276252493, "she": 0.30644844086223105, "them": 0.26877715858597856}, "local": {"she - them": -0.048171027646804754, "she": 0.24209024316609928, "them": 0.29026127081290404}, "locally": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "lollipop": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "lollipops": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "london": {"she - them": -0.014351854556880372, "she": 0.24717495642628295, "them": 0.2615268109831633}, "long": {"she - them": -0.12212936257177986, "she": 0.2579575954456204, "them": 0.3800869580174003}, "longer": {"she - them": -0.015262505174972296, "she": 0.23452703918551698, "them": 0.24978954436048928}, "longest": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "look": {"she - them": -0.24279176847695255, "she": 0.16877250446309178, "them": 0.41156427294004433}, "looked": {"she - them": -0.08737112130847113, "she": 0.26855802095664216, "them": 0.3559291422651133}, "looking": {"she - them": 0.09299691893886494, "she": 0.30759860057446137, "them": 0.21460168163559643}, "looks": {"she - them": -0.06443851348882931, "she": 0.24045017654303477, "them": 0.3048886900318641}, "los": {"she - them": -0.06604060973050385, "she": 0.22442002002002015, "them": 0.290460629750524}, "lose": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "losing": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "lost": {"she - them": -0.09823189761614198, "she": 0.2159616984172747, "them": 0.3141935960334167}, "lot": {"she - them": -0.06399104714453346, "she": 0.32744375145163657, "them": 0.39143479859617003}, "lots": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "lotus": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "love": {"she - them": -0.039808412008152605, "she": 0.25966463541162743, "them": 0.29947304741978004}, "loved": {"she - them": -0.011523342096803835, "she": 0.30644844086223105, "them": 0.3179717829590349}, "loving": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "low": {"she - them": -0.13023206543665294, "she": 0.2551868275365524, "them": 0.38541889297320536}, "lower": {"she - them": -0.09823189761614198, "she": 0.2159616984172747, "them": 0.3141935960334167}, "lun": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "lunch": {"she - them": -0.06550659091547018, "she": 0.29888470496561315, "them": 0.3643912958810833}, "lurking": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "m": {"she - them": -0.048626789253850056, "she": 0.29603784140215245, "them": 0.3446646306560025}, "ma": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "macchiato": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "machines": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "made": {"she - them": -0.15999534610364938, "she": 0.19928861138321488, "them": 0.35928395748686426}, "magic": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "magical": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "main": {"she - them": -0.12087157814406765, "she": 0.22002125308262796, "them": 0.3408928312266956}, "maintained": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "major": {"she - them": -0.14151342079397033, "she": 0.20535507776698447, "them": 0.3468684985609548}, "majority": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "make": {"she - them": -0.21599398744623693, "she": 0.2162006508151283, "them": 0.4321946382613652}, "makes": {"she - them": -0.06922181678417277, "she": 0.26488615858034703, "them": 0.3341079753645198}, "makeup": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "making": {"she - them": -0.1707029469853376, "she": 0.20535507776698447, "them": 0.3760580247523221}, "male": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "mammals": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "man": {"she - them": -0.10070655022010344, "she": 0.26142333100716103, "them": 0.36212988122726447}, "manage": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "manipulate": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "mansion": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "mansions": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "many": {"she - them": -0.15504627754064026, "she": 0.2525863497041566, "them": 0.4076326272447969}, "march": {"she - them": 0.017542181816452174, "she": 0.28287280163644407, "them": 0.2653306198199919}, "marked": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "marketing": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "marriage": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "married": {"she - them": -0.0108935412459224, "she": 0.31548650151542973, "them": 0.32638004276135213}, "mary": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "masaru": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "matcha": {"she - them": -0.016005246531228007, "she": 0.22442002002002015, "them": 0.24042526655124816}, "matchup": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "matt": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "mattered": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "matthew": {"she - them": 0.03895660625560032, "she": 0.34211741182294264, "them": 0.3031608055673423}, "may": {"she - them": -0.09752462158292796, "she": 0.28159893389088236, "them": 0.3791235554738103}, "maybe": {"she - them": -0.06604060973050385, "she": 0.22442002002002015, "them": 0.290460629750524}, "mcgregor": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "me": {"she - them": -0.0856902835760685, "she": 0.2788757448354919, "them": 0.3645660284115604}, "meaning": {"she - them": -0.09358173391480995, "she": 0.25497656783547035, "them": 0.3485583017502803}, "means": {"she - them": -0.14306445514486926, "she": 0.24209024316609928, "them": 0.38515469831096855}, "meant": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "media": {"she - them": -0.14280054841141568, "she": 0.19647342723946012, "them": 0.3392739756508758}, "meh": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "mei3": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "melt": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "members": {"she - them": -0.10021261830223269, "she": 0.19927914419369955, "them": 0.29949176249593223}, "memory": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "men": {"she - them": -0.14424276894399105, "she": 0.1864655387493027, "them": 0.33070830769329373}, "mental": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "menu": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "message": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "met": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "meter": {"she - them": 0.03802708543626676, "she": 0.31548650151542973, "them": 0.27745941607916297}, "mia": {"she - them": -0.0169218350437155, "she": 0.21218977411480247, "them": 0.22911160915851797}, "michael": {"she - them": -0.06502934058842591, "she": 0.23452703918551698, "them": 0.2995563797739429}, "micro": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "middle": {"she - them": -0.01483343202006307, "she": 0.24045017654303477, "them": 0.25528360856309784}, "midwestern": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "might": {"she - them": -0.12013108646397452, "she": 0.27112932555373553, "them": 0.39126041201771006}, "military": {"she - them": -0.016005246531228007, "she": 0.22442002002002015, "them": 0.24042526655124816}, "milk": {"she - them": -0.020602475699028983, "she": 0.16546371695977027, "them": 0.18606619265879926}, "milking": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "milks": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "milky": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "million": {"she - them": -0.12363618310052951, "she": 0.19927914419369955, "them": 0.32291532729422906}, "mine": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "minister": {"she - them": -0.0181282543961363, "she": 0.19647342723946012, "them": 0.21460168163559643}, "minor": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "minute": {"she - them": -0.12238814976897333, "she": 0.20866501686282207, "them": 0.3310531666317954}, "minutes": {"she - them": -0.03588728189476886, "she": 0.30148895101275536, "them": 0.3373762329075242}, "miss": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "missing": {"she - them": -0.09106578254491615, "she": 0.27599811173858535, "them": 0.3670638942835015}, "mix": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "mixed": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "moaning": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "mob": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "model": {"she - them": -0.07029069446718428, "she": 0.2551868275365524, "them": 0.3254775220037367}, "mom": {"she - them": 0.020591158953429334, "she": 0.3385629419124642, "them": 0.3179717829590349}, "moment": {"she - them": -0.012528940582448078, "she": 0.292359749449416, "them": 0.3048886900318641}, "moments": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "momentum": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "money": {"she - them": -0.09774921159628988, "she": 0.22002125308262796, "them": 0.31777046467891784}, "mongols": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "monitor": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "monk": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "monosyllabic": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "month": {"she - them": -0.12238814976897333, "she": 0.20866501686282207, "them": 0.3310531666317954}, "months": {"she - them": -0.012947769948159993, "she": 0.2866086098257829, "them": 0.2995563797739429}, "mood": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "moon": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "moral": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "more": {"she - them": -0.12699078496519783, "she": 0.26093895089779867, "them": 0.3879297358629965}, "morning": {"she - them": 0.006639738798555672, "she": 0.32258946442747527, "them": 0.3159497256289196}, "most": {"she - them": -0.15940908026810174, "she": 0.2649399456972758, "them": 0.42434902596537755}, "mother": {"she - them": 0.012186260398807602, "she": 0.3338321662892746, "them": 0.321645905890467}, "mothers": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "motto": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "move": {"she - them": -0.1380206447169064, "she": 0.22922525090968804, "them": 0.36724589562659443}, "moved": {"she - them": -0.06502934058842591, "she": 0.23452703918551698, "them": 0.2995563797739429}, "movement": {"she - them": -0.04128701102535781, "she": 0.31548650151542973, "them": 0.35677351254078754}, "movie": {"she - them": -0.018336562154875613, "she": 0.1938012903888688, "them": 0.21213785254374443}, "moving": {"she - them": 0.03895660625560032, "she": 0.34211741182294264, "them": 0.3031608055673423}, "mr": {"she - them": -0.09823189761614198, "she": 0.2159616984172747, "them": 0.3141935960334167}, "much": {"she - them": -0.07547884940083399, "she": 0.32164206149812424, "them": 0.39712091089895823}, "mullet": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "multitude": {"she - them": -0.010122303397508414, "she": 0.3267967247659127, "them": 0.3369190281634211}, "mums": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "murray": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "music": {"she - them": -0.10173085863754747, "she": 0.1864655387493027, "them": 0.28819639738685016}, "musical": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "musicians": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "musings": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "must": {"she - them": -0.14151342079397033, "she": 0.20535507776698447, "them": 0.3468684985609548}, "mustache": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "mustard": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "my": {"she - them": -0.0807669293525427, "she": 0.2580357889294708, "them": 0.3388027182820135}, "myself": {"she - them": 0.01960665020792074, "she": 0.31916302998186363, "them": 0.2995563797739429}, "mystic": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "nab": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "nail": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "name": {"she - them": -0.036217068956061416, "she": 0.2978909064084584, "them": 0.3341079753645198}, "naps": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "natural": {"she - them": -0.06684242375805549, "she": 0.2866086098257829, "them": 0.3534510335838384}, "nature": {"she - them": -0.09451361216871829, "she": 0.24717495642628295, "them": 0.34168856859500124}, "navigate": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "navigating": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "naw": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "ncaa": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "nearly": {"she - them": -0.12028222092202812, "she": 0.22442002002002015, "them": 0.34470224094204827}, "necessary": {"she - them": -0.09602223431051149, "she": 0.23452703918551698, "them": 0.3305492734960285}, "needed": {"she - them": -0.012947769948159993, "she": 0.2866086098257829, "them": 0.2995563797739429}, "neighbor": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "neighborhoods": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "neither": {"she - them": 0.02151268363331127, "she": 0.3584317117967324, "them": 0.3369190281634211}, "net": {"she - them": -0.04485949953747831, "she": 0.2767864063529887, "them": 0.321645905890467}, "never": {"she - them": -0.14228318498212475, "she": 0.24696357437639913, "them": 0.3892467593585239}, "new": {"she - them": -0.17268866000831823, "she": 0.19803427393381495, "them": 0.3707229339421332}, "news": {"she - them": -0.12436230708322174, "she": 0.1938012903888688, "them": 0.31816359747209055}, "next": {"she - them": -0.11139628150914721, "she": 0.2632371975832424, "them": 0.3746334790923896}, "nhai": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "nice": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "night": {"she - them": -0.03760893256168307, "she": 0.28287280163644407, "them": 0.32048173419812714}, "nightmarket": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "nishi": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "niu2nai3": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "no": {"she - them": -0.09857035099825256, "she": 0.28705448520211135, "them": 0.3856248362003639}, "nobeladventures": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "nobody": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "non": {"she - them": -0.07091146488867997, "she": 0.24957026930944717, "them": 0.32048173419812714}, "nor": {"she - them": 0.03802708543626676, "she": 0.31548650151542973, "them": 0.27745941607916297}, "normal": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "north": {"she - them": -0.06443851348882931, "she": 0.24045017654303477, "them": 0.3048886900318641}, "norwood": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "nose": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "not": {"she - them": -0.17192463999546034, "she": 0.22936890358903064, "them": 0.401293543584491}, "notes": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "nothing": {"she - them": -0.08863962050673801, "she": 0.2582288780542168, "them": 0.3468684985609548}, "november": {"she - them": -0.09358173391480995, "she": 0.25497656783547035, "them": 0.3485583017502803}, "novemberat": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "now": {"she - them": -0.08921628484701716, "she": 0.2924152892901965, "them": 0.38163157413721366}, "nowhere": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "number": {"she - them": -0.1435543958552846, "she": 0.1912497678192406, "them": 0.3348041636745252}, "ny": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "nyc": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "o": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "obviously": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "of": {"she - them": -0.16653421488896444, "she": 0.15741518765618986, "them": 0.3239494025451543}, "off": {"she - them": -0.06998280581157906, "she": 0.3126330154620674, "them": 0.38261582127364646}, "offer": {"she - them": -0.04340648803737174, "she": 0.292359749449416, "them": 0.33576623748678774}, "offered": {"she - them": -0.11615859273687273, "she": 0.25497656783547035, "them": 0.3711351605723431}, "office": {"she - them": -0.015262505174972296, "she": 0.23452703918551698, "them": 0.24978954436048928}, "often": {"she - them": -0.11980309076091661, "she": 0.27328741300205234, "them": 0.39309050376296895}, "oh": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "oil": {"she - them": -0.09774921159628988, "she": 0.22002125308262796, "them": 0.31777046467891784}, "okay": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "old": {"she - them": 0.01057988339142879, "she": 0.30759860057446137, "them": 0.2970187171830326}, "older": {"she - them": -0.09358173391480995, "she": 0.25497656783547035, "them": 0.3485583017502803}, "on": {"she - them": -0.14508698275817475, "she": 0.24859203703937907, "them": 0.3936790197975538}, "once": {"she - them": -0.06344649700542032, "she": 0.2864773510940129, "them": 0.3499238480994332}, "one": {"she - them": -0.1496565765453996, "she": 0.2781920651081219, "them": 0.4278486416535215}, "oni": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "online": {"she - them": -0.06762479512156694, "she": 0.20866501686282207, "them": 0.276289811984389}, "only": {"she - them": -0.1363480285206018, "she": 0.26224956956916423, "them": 0.398597598089766}, "onto": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "opened": {"she - them": -0.09451361216871829, "she": 0.24717495642628295, "them": 0.34168856859500124}, "opponent": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "opted": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "option": {"she - them": -0.015262505174972296, "she": 0.23452703918551698, "them": 0.24978954436048928}, "options": {"she - them": -0.11721633945480037, "she": 0.24717495642628295, "them": 0.3643912958810833}, "or": {"she - them": -0.09659413279716667, "she": 0.28987531661258553, "them": 0.3864694494097522}, "orange": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "order": {"she - them": -0.105459808980399, "she": 0.24957026930944717, "them": 0.3550300782898462}, "ordinary": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "original": {"she - them": -0.01483343202006307, "she": 0.24045017654303477, "them": 0.25528360856309784}, "oscars": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "other": {"she - them": -0.09805030892511013, "she": 0.2983656303116643, "them": 0.39641593923677443}, "others": {"she - them": -0.1047081664390846, "she": 0.2551868275365524, "them": 0.359894993975637}, "our": {"she - them": -0.08949753273234062, "she": 0.28590930045590573, "them": 0.37540683318824636}, "out": {"she - them": -0.14151154213298134, "she": 0.2682191475759755, "them": 0.4097306897089568}, "outfits": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "outnumbered": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "outside": {"she - them": -0.042109860888049244, "she": 0.30644844086223105, "them": 0.3485583017502803}, "over": {"she - them": -0.11463335149122489, "she": 0.2711834539875246, "them": 0.38581680547874947}, "overflowing": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "overheard": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "overing": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "owed": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "own": {"she - them": -0.11215709367569432, "she": 0.2579575954456204, "them": 0.37011468912131473}, "owners": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "p": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "pace": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "package": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "packaging": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "page": {"she - them": -0.012097394295651986, "she": 0.309548511594815, "them": 0.321645905890467}, "pages": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "paid": {"she - them": 0.03844359604518055, "she": 0.3267967247659127, "them": 0.28835312872073215}, "pains": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "painted": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "pair": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "palpable": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "parent": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "parents": {"she - them": -0.015262505174972296, "she": 0.23452703918551698, "them": 0.24978954436048928}, "parks": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "part": {"she - them": -0.07642065890064653, "she": 0.30660685332211096, "them": 0.3830275122227575}, "participants": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "parts": {"she - them": -0.09451361216871829, "she": 0.24717495642628295, "them": 0.34168856859500124}, "partying": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "pass": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "passengers": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "passes": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "past": {"she - them": -0.016005246531228007, "she": 0.22442002002002015, "them": 0.24042526655124816}, "patience": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "patronize": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "pawn": {"she - them": 0.03802708543626676, "she": 0.31548650151542973, "them": 0.27745941607916297}, "pay": {"she - them": -0.06502934058842591, "she": 0.23452703918551698, "them": 0.2995563797739429}, "payday": {"she - them": 0.03802708543626676, "she": 0.31548650151542973, "them": 0.27745941607916297}, "paying": {"she - them": -0.010172920612632863, "she": 0.34327811297120553, "them": 0.3534510335838384}, "peace": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "people": {"she - them": -0.15804677283544943, "she": 0.239236222315363, "them": 0.39728299515081245}, "peppa": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "percentage": {"she - them": -0.06443851348882931, "she": 0.24045017654303477, "them": 0.3048886900318641}, "perfect": {"she - them": -0.04394066367024557, "she": 0.2866086098257829, "them": 0.3305492734960285}, "performance": {"she - them": -0.11963717847619104, "she": 0.22922525090968804, "them": 0.3488624293858791}, "performances": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "performed": {"she - them": -0.09358173391480995, "she": 0.25497656783547035, "them": 0.3485583017502803}, "performing": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "perhaps": {"she - them": -0.06953604108026629, "she": 0.30535864701646653, "them": 0.3748946880967328}, "permanant": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "person": {"she - them": -0.053599194799731464, "she": 0.309548511594815, "them": 0.36314770639454647}, "personal": {"she - them": -0.04839287609060139, "she": 0.23980352129624877, "them": 0.28819639738685016}, "phenomenon": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "phone": {"she - them": -0.0402671695175888, "she": 0.3267967247659127, "them": 0.3670638942835015}, "phosphoric": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "piece": {"she - them": 0.03802708543626676, "she": 0.31548650151542973, "them": 0.27745941607916297}, "piedmont": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "pitiful": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "place": {"she - them": -0.06744519513155861, "she": 0.29852512401100045, "them": 0.36597031914255906}, "plague": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "planning": {"she - them": -0.018728318088507945, "she": 0.188807727631788, "them": 0.20753604572029594}, "platform": {"she - them": 0.037671282276252493, "she": 0.30644844086223105, "them": 0.26877715858597856}, "play": {"she - them": -0.09813497990881953, "she": 0.28031516118940053, "them": 0.37845014109822006}, "played": {"she - them": -0.01565045783973537, "she": 0.22922525090968804, "them": 0.2448757087494234}, "player": {"she - them": -0.06995502857551494, "she": 0.2582288780542168, "them": 0.32818390662973174}, "players": {"she - them": -0.09949175420782769, "she": 0.20535507776698447, "them": 0.30484683197481216}, "playing": {"she - them": -0.06791583458905959, "she": 0.2767864063529887, "them": 0.34470224094204827}, "please": {"she - them": -0.1380206447169064, "she": 0.22922525090968804, "them": 0.36724589562659443}, "pleasure": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "plenty": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "podcast": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "point": {"she - them": -0.1419665462103273, "she": 0.20223367272496914, "them": 0.34420021893529645}, "points": {"she - them": -0.09665383788865878, "she": 0.22922525090968804, "them": 0.3258790887983468}, "police": {"she - them": -0.06726955140890159, "she": 0.21218977411480247, "them": 0.27945932552370406}, "political": {"she - them": -0.06963499623882763, "she": 0.188807727631788, "them": 0.2584427238706156}, "pong": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "popular": {"she - them": -0.06959964206443237, "she": 0.26145352456736304, "them": 0.3310531666317954}, "popularity": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "position": {"she - them": -0.12028222092202812, "she": 0.22442002002002015, "them": 0.34470224094204827}, "possibly": {"she - them": -0.011523342096803835, "she": 0.30644844086223105, "them": 0.3179717829590349}, "post": {"she - them": -0.06684242375805549, "she": 0.2866086098257829, "them": 0.3534510335838384}, "pots": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "pow": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "powder": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "powdered": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "power": {"she - them": -0.07377982486716445, "she": 0.2690510549308452, "them": 0.34283087979800964}, "practice": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "praised": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "prepared": {"she - them": -0.042803863629388095, "she": 0.29888470496561315, "them": 0.34168856859500124}, "presence": {"she - them": -0.13636132001958554, "she": 0.24045017654303477, "them": 0.3768114965626203}, "pressuring": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "pretended": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "pretty": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "prevalent": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "previous": {"she - them": -0.06998551706670642, "she": 0.30148895101275536, "them": 0.3714744680794618}, "prickly": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "primos": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "probably": {"she - them": 0.01960665020792074, "she": 0.31916302998186363, "them": 0.2995563797739429}, "problem": {"she - them": -0.12976694266173838, "she": 0.2582288780542168, "them": 0.3879958207159552}, "process": {"she - them": -0.12109067128061948, "she": 0.23548916825886754, "them": 0.356579839539487}, "produced": {"she - them": -0.08688626579607645, "she": 0.27250817636204266, "them": 0.3593944421581191}, "product": {"she - them": -0.15417863039294405, "she": 0.22442002002002015, "them": 0.3785986504129642}, "products": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "professionals": {"she - them": -0.0108935412459224, "she": 0.31548650151542973, "them": 0.32638004276135213}, "program": {"she - them": -0.012528940582448078, "she": 0.292359749449416, "them": 0.3048886900318641}, "progressively": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "project": {"she - them": -0.17121984869148635, "she": 0.20223367272496914, "them": 0.3734535214164555}, "proper": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "property": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "protector": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "protectors": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "proud": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "proven": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "provide": {"she - them": -0.08863962050673801, "she": 0.2582288780542168, "them": 0.3468684985609548}, "provided": {"she - them": -0.06443851348882931, "she": 0.24045017654303477, "them": 0.3048886900318641}, "providing": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "proxy": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "psychologist": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "public": {"she - them": -0.21021522366685585, "she": 0.16709554210189936, "them": 0.3773107657687552}, "publications": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "published": {"she - them": 0.019087881844291, "she": 0.309548511594815, "them": 0.290460629750524}, "pull": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "purchased": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "purpose": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "pursue": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "push": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "put": {"she - them": -0.09492760516751331, "she": 0.29816289859545564, "them": 0.39309050376296895}, "pyjamas": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "quality": {"she - them": -0.09774921159628988, "she": 0.22002125308262796, "them": 0.31777046467891784}, "quest": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "question": {"she - them": -0.1399674438478386, "she": 0.2159616984172747, "them": 0.3559291422651133}, "questioned": {"she - them": 0.06993213816428306, "she": 0.34739155424344603, "them": 0.27745941607916297}, "quick": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "quickly": {"she - them": -0.09531606094375297, "she": 0.24045017654303477, "them": 0.33576623748678774}, "quit": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "quite": {"she - them": -0.09665383788865878, "she": 0.22922525090968804, "them": 0.3258790887983468}, "radio": {"she - them": -0.09531606094375297, "she": 0.24045017654303477, "them": 0.33576623748678774}, "rain": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "raining": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "raise": {"she - them": -0.06502934058842591, "she": 0.23452703918551698, "them": 0.2995563797739429}, "random": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "rap": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "rapper": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "rate": {"she - them": -0.09602223431051149, "she": 0.23452703918551698, "them": 0.3305492734960285}, "rather": {"she - them": -0.03652673415229957, "she": 0.29452643247949584, "them": 0.3310531666317954}, "re": {"she - them": -0.08844481333456711, "she": 0.2724780052057593, "them": 0.36092281854032643}, "reached": {"she - them": -0.01138624351416484, "she": 0.31916302998186363, "them": 0.3305492734960285}, "read": {"she - them": 0.007899223890107554, "she": 0.34200719925462736, "them": 0.3341079753645198}, "reader": {"she - them": -0.04128701102535781, "she": 0.31548650151542973, "them": 0.35677351254078754}, "readily": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "reading": {"she - them": -0.01270464502066132, "she": 0.30148895101275536, "them": 0.3141935960334167}, "ready": {"she - them": -0.04340648803737174, "she": 0.292359749449416, "them": 0.33576623748678774}, "real": {"she - them": -0.04592254372100679, "she": 0.3223724089658352, "them": 0.368294952686842}, "realization": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "really": {"she - them": -0.06422257530366676, "she": 0.32333958230441273, "them": 0.3875621576080795}, "reason": {"she - them": -0.04394066367024557, "she": 0.2866086098257829, "them": 0.3305492734960285}, "reasons": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "reawakens": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "rebellious": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "recent": {"she - them": -0.09823189761614198, "she": 0.2159616984172747, "them": 0.3141935960334167}, "recieved": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "reciprocated": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "reconciliations": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "record": {"she - them": -0.09451361216871829, "she": 0.24717495642628295, "them": 0.34168856859500124}, "red": {"she - them": -0.051366893920805345, "she": 0.33117013962867303, "them": 0.3825370335494784}, "referee": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "reference": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "referenced": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "reflect": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "reflects": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "regular": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "regularly": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "reich": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "rejoice": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "relate": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "relationship": {"she - them": -0.12191820124971733, "she": 0.21218977411480247, "them": 0.3341079753645198}, "relay": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "remember": {"she - them": -0.04340648803737174, "she": 0.292359749449416, "them": 0.33576623748678774}, "remind": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "reminded": {"she - them": 0.03895660625560032, "she": 0.34211741182294264, "them": 0.3031608055673423}, "remodel": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "remote": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "renovated": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "rented": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "repair": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "repairable": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "reply": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "report": {"she - them": -0.07091146488867997, "she": 0.24957026930944717, "them": 0.32048173419812714}, "requirements": {"she - them": -0.09358173391480995, "she": 0.25497656783547035, "them": 0.3485583017502803}, "researched": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "residents": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "respect": {"she - them": -0.0402671695175888, "she": 0.3267967247659127, "them": 0.3670638942835015}, "respectful": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "respond": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "response": {"she - them": -0.09665383788865878, "she": 0.22922525090968804, "them": 0.3258790887983468}, "responsible": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "rest": {"she - them": -0.09451361216871829, "she": 0.24717495642628295, "them": 0.34168856859500124}, "restaurants": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "retrieved": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "return": {"she - them": 0.019087881844291, "she": 0.309548511594815, "them": 0.290460629750524}, "returning": {"she - them": -0.11615859273687273, "she": 0.25497656783547035, "them": 0.3711351605723431}, "reveals": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "review": {"she - them": -0.016005246531228007, "she": 0.22442002002002015, "them": 0.24042526655124816}, "reviews": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "reyes": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "ribs": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "ride": {"she - them": -0.016005246531228007, "she": 0.22442002002002015, "them": 0.24042526655124816}, "ridenyc": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "rifts": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "right": {"she - them": -0.08794597435129653, "she": 0.2888200183546367, "them": 0.37676599270593325}, "rights": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "ripped": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "rises": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "road": {"she - them": -0.12436230708322174, "she": 0.1938012903888688, "them": 0.31816359747209055}, "roberto": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "rock": {"she - them": -0.042803863629388095, "she": 0.29888470496561315, "them": 0.34168856859500124}, "rohan": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "role": {"she - them": -0.10386884259196577, "she": 0.26145352456736304, "them": 0.3653223671593288}, "roof": {"she - them": -0.11488905799959714, "she": 0.26430766704370723, "them": 0.3791967250433044}, "room": {"she - them": -0.011523342096803835, "she": 0.30644844086223105, "them": 0.3179717829590349}, "root": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "roots": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "rotations": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "round": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "run": {"she - them": -0.0690501388181492, "she": 0.309548511594815, "them": 0.3785986504129642}, "running": {"she - them": -0.09246584549708031, "she": 0.26430766704370723, "them": 0.35677351254078754}, "s": {"she - them": -0.12748307922001895, "she": 0.2430399854164627, "them": 0.37052306463648166}, "sad": {"she - them": -0.008632182486769113, "she": 0.3584317117967324, "them": 0.3670638942835015}, "sadly": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "safe": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "safely": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "saftar": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "said": {"she - them": -0.09359107973451236, "she": 0.26109382960454475, "them": 0.3546849093390571}, "salt": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "same": {"she - them": -0.0724568716665302, "she": 0.28031516118940053, "them": 0.35277203285593073}, "santana": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "sarah": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "saturday": {"she - them": -0.06740483859180735, "she": 0.28145759079407173, "them": 0.3488624293858791}, "sauce": {"she - them": -0.0108935412459224, "she": 0.31548650151542973, "them": 0.32638004276135213}, "save": {"she - them": -0.014351854556880372, "she": 0.24717495642628295, "them": 0.2615268109831633}, "saved": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "saving": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "savings": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "saw": {"she - them": -0.05667259750180886, "she": 0.28031516118940053, "them": 0.3369877586912094}, "say": {"she - them": -0.08636907423429252, "she": 0.28826440485809707, "them": 0.3746334790923896}, "saying": {"she - them": 0.03636113980174052, "she": 0.2767864063529887, "them": 0.24042526655124816}, "says": {"she - them": -0.09665383788865878, "she": 0.22922525090968804, "them": 0.3258790887983468}, "scared": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "scenes": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "schedule": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "school": {"she - them": -0.05581816422938751, "she": 0.28838205470590894, "them": 0.34420021893529645}, "scoping": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "scored": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "scorer": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "scoring": {"she - them": -0.09358173391480995, "she": 0.25497656783547035, "them": 0.3485583017502803}, "scripted": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "scrubs": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "se": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "searching": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "season": {"she - them": -0.09617265217553161, "she": 0.19704943049910312, "them": 0.29322208267463473}, "seat": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "seating": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "second": {"she - them": -0.13228474187928524, "she": 0.251586506229494, "them": 0.38387124810877926}, "seconds": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "section": {"she - them": 0.03735789398244982, "she": 0.29888470496561315, "them": 0.2615268109831633}, "seductive": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "see": {"she - them": -0.0882603842258945, "she": 0.27387851360868787, "them": 0.36213889783458236}, "seedy": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "seeing": {"she - them": -0.012528940582448078, "she": 0.292359749449416, "them": 0.3048886900318641}, "seem": {"she - them": -0.12087157814406765, "she": 0.22002125308262796, "them": 0.3408928312266956}, "seemed": {"she - them": -0.0851566784529117, "she": 0.2866086098257829, "them": 0.3717652882786946}, "seemingly": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "seems": {"she - them": -0.1047081664390846, "she": 0.2551868275365524, "them": 0.359894993975637}, "seen": {"she - them": -0.13148656672182094, "she": 0.24696357437639913, "them": 0.37845014109822006}, "sees": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "seinfeld": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "self": {"she - them": -0.010122303397508414, "she": 0.3267967247659127, "them": 0.3369190281634211}, "selling": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "semi": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "senior": {"she - them": 0.03802708543626676, "she": 0.31548650151542973, "them": 0.27745941607916297}, "sensational": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "sense": {"she - them": -0.09451361216871829, "she": 0.24717495642628295, "them": 0.34168856859500124}, "sensitive": {"she - them": -0.012059605084823066, "she": 0.29888470496561315, "them": 0.3109443100504362}, "sent": {"she - them": -0.09602223431051149, "she": 0.23452703918551698, "them": 0.3305492734960285}, "sentences": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "separations": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "sept": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "september": {"she - them": -0.0181282543961363, "she": 0.19647342723946012, "them": 0.21460168163559643}, "series": {"she - them": -0.15897074246706192, "she": 0.1938012903888688, "them": 0.35277203285593073}, "seriously": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "served": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "serves": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "service": {"she - them": -0.1047081664390846, "she": 0.2551868275365524, "them": 0.359894993975637}, "serving": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "set": {"she - them": -0.013481762863638003, "she": 0.29136506911117416, "them": 0.30484683197481216}, "sets": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "settle": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "several": {"she - them": -0.1310893466240092, "she": 0.24957026930944717, "them": 0.3806596159334564}, "sex": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "shadow": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "shannon": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "shape": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "share": {"she - them": -0.06621581342798055, "she": 0.292359749449416, "them": 0.35857556287739656}, "shared": {"she - them": -0.01483343202006307, "she": 0.24045017654303477, "them": 0.25528360856309784}, "sharing": {"she - them": -0.11721633945480037, "she": 0.24717495642628295, "them": 0.3643912958810833}, "sharper": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "she": {"she - them": 0.06343954547304065, "she": 0.34256008461562576, "them": 0.2791205391425851}, "sheri": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "sherlock": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "shinier": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "ship": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "shipping": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "shop": {"she - them": 0.03844359604518055, "she": 0.3267967247659127, "them": 0.28835312872073215}, "shoplifting": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "shops": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "short": {"she - them": -0.06838465486465295, "she": 0.27250817636204266, "them": 0.3408928312266956}, "shorten": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "shortly": {"she - them": 0.03844359604518055, "she": 0.3267967247659127, "them": 0.28835312872073215}, "shot": {"she - them": -0.09722588587044684, "she": 0.22442002002002015, "them": 0.321645905890467}, "shots": {"she - them": -0.09106578254491615, "she": 0.27599811173858535, "them": 0.3670638942835015}, "should": {"she - them": -0.13568070460892565, "she": 0.21927257737584724, "them": 0.3549532819847729}, "shouldn": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "show": {"she - them": -0.0724568716665302, "she": 0.28031516118940053, "them": 0.35277203285593073}, "showed": {"she - them": -0.09531606094375297, "she": 0.24045017654303477, "them": 0.33576623748678774}, "shown": {"she - them": -0.11721633945480037, "she": 0.24717495642628295, "them": 0.3643912958810833}, "shows": {"she - them": -0.11812538633436179, "she": 0.24045017654303477, "them": 0.35857556287739656}, "sickly": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "side": {"she - them": -0.11687028553962886, "she": 0.26488615858034703, "them": 0.3817564441199759}, "sight": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "sightseeing": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "significant": {"she - them": -0.1399674438478386, "she": 0.2159616984172747, "them": 0.3559291422651133}, "silent": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "similar": {"she - them": -0.06502934058842591, "she": 0.23452703918551698, "them": 0.2995563797739429}, "simmons": {"she - them": -0.09246584549708031, "she": 0.26430766704370723, "them": 0.35677351254078754}, "simple": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "simply": {"she - them": -0.09823189761614198, "she": 0.2159616984172747, "them": 0.3141935960334167}, "since": {"she - them": -0.07738181402831301, "she": 0.2724780052057593, "them": 0.34985981923407233}, "sing": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "single": {"she - them": -0.08782194438819502, "she": 0.26488615858034703, "them": 0.35270810296854205}, "singleton": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "sirkin": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "sister": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "sit": {"she - them": -0.010122303397508414, "she": 0.3267967247659127, "them": 0.3369190281634211}, "site": {"she - them": -0.016637072502273587, "she": 0.2159616984172747, "them": 0.23259877091954828}, "sitting": {"she - them": 0.03802708543626676, "she": 0.31548650151542973, "them": 0.27745941607916297}, "situation": {"she - them": -0.1047081664390846, "she": 0.2551868275365524, "them": 0.359894993975637}, "six": {"she - them": -0.06881821195088206, "she": 0.26855802095664216, "them": 0.3373762329075242}, "sixth": {"she - them": -0.06299521512356454, "she": 0.25497656783547035, "them": 0.3179717829590349}, "skins": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "slack": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "slang": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "sleep": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "sleepless": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "sleeves": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "slightly": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "slow": {"she - them": -0.08365232858386523, "she": 0.29888470496561315, "them": 0.3825370335494784}, "small": {"she - them": -0.0857883048325227, "she": 0.28145759079407173, "them": 0.36724589562659443}, "smart": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "smell": {"she - them": -0.015262505174972296, "she": 0.23452703918551698, "them": 0.24978954436048928}, "smidgen": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "smith": {"she - them": -0.015545769940823684, "she": 0.25230644499363364, "them": 0.2678522149344573}, "smooth": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "so": {"she - them": -0.09478168738323534, "she": 0.31231219129601945, "them": 0.4070938786792548}, "sob": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "soccer": {"she - them": -0.04128701102535781, "she": 0.31548650151542973, "them": 0.35677351254078754}, "socialist": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "society": {"she - them": -0.08636130004155779, "she": 0.2767864063529887, "them": 0.36314770639454647}, "soft": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "some": {"she - them": -0.16008289744060739, "she": 0.2574290877216702, "them": 0.4175119851622776}, "someone": {"she - them": -0.06468671971011203, "she": 0.30644844086223105, "them": 0.3711351605723431}, "something": {"she - them": -0.10928456446794016, "she": 0.2778718199041776, "them": 0.38715638437211775}, "sometimes": {"she - them": -0.010536587472544379, "she": 0.3383258419133347, "them": 0.3488624293858791}, "somewhere": {"she - them": -0.011523342096803835, "she": 0.30644844086223105, "them": 0.3179717829590349}, "son": {"she - them": -0.06604060973050385, "she": 0.22442002002002015, "them": 0.290460629750524}, "song": {"she - them": -0.017189610857739512, "she": 0.20866501686282207, "them": 0.22585462772056158}, "soon": {"she - them": -0.1399674438478386, "she": 0.2159616984172747, "them": 0.3559291422651133}, "sore": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "sorry": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "sort": {"she - them": -0.09106578254491615, "she": 0.27599811173858535, "them": 0.3670638942835015}, "soul": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "sounding": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "southbank": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "southeast": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "soviet": {"she - them": 0.03802708543626676, "she": 0.31548650151542973, "them": 0.27745941607916297}, "soy": {"she - them": -0.01943043292926147, "she": 0.17995918049776924, "them": 0.1993896134270307}, "special": {"she - them": -0.014293600933879547, "she": 0.26855802095664216, "them": 0.2828516218905217}, "specifically": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "spectators": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "speech": {"she - them": -0.016332665212171082, "she": 0.22002125308262796, "them": 0.23635391829479904}, "spent": {"she - them": -0.04598375583693132, "she": 0.26488615858034703, "them": 0.31086991441727835}, "sphere": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "spirited": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "sports": {"she - them": -0.09246584549708031, "she": 0.26430766704370723, "them": 0.35677351254078754}, "square": {"she - them": -0.09246584549708031, "she": 0.26430766704370723, "them": 0.35677351254078754}, "stadium": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "stadler": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "staff": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "stained": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "stan": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "standards": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "starbucks": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "started": {"she - them": -0.07040404627838359, "she": 0.2978909064084584, "them": 0.368294952686842}, "starters": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "starting": {"she - them": -0.08636130004155779, "she": 0.2767864063529887, "them": 0.36314770639454647}, "starts": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "state": {"she - them": -0.03719482421174372, "she": 0.24965239383834978, "them": 0.2868472180500935}, "station": {"she - them": -0.013326989112985632, "she": 0.28145759079407173, "them": 0.29478457990705736}, "statue": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "stay": {"she - them": -0.06648195520220632, "she": 0.22002125308262796, "them": 0.2865032082848343}, "stayed": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "steady": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "step": {"she - them": -0.10676549197746349, "she": 0.23980352129624877, "them": 0.34656901327371226}, "steven": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "stiffing": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "still": {"she - them": -0.1407834966402573, "she": 0.251586506229494, "them": 0.3923700028697513}, "stinky": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "stitches": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "stole": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "stop": {"she - them": -0.08782194438819502, "she": 0.26488615858034703, "them": 0.35270810296854205}, "store": {"she - them": -0.09106578254491615, "she": 0.27599811173858535, "them": 0.3670638942835015}, "stories": {"she - them": -0.06443851348882931, "she": 0.24045017654303477, "them": 0.3048886900318641}, "story": {"she - them": 0.0477347186886406, "she": 0.3619283147220573, "them": 0.3141935960334167}, "strained": {"she - them": -0.010122303397508414, "she": 0.3267967247659127, "them": 0.3369190281634211}, "stranded": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "strategies": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "street": {"she - them": 0.008860461133929853, "she": 0.35772289051980893, "them": 0.3488624293858791}, "streets": {"she - them": -0.04340648803737174, "she": 0.292359749449416, "them": 0.33576623748678774}, "strength": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "stressed": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "struck": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "struggled": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "struggles": {"she - them": 0.03802708543626676, "she": 0.31548650151542973, "them": 0.27745941607916297}, "student": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "students": {"she - them": -0.06648195520220632, "she": 0.22002125308262796, "them": 0.2865032082848343}, "studies": {"she - them": -0.06604060973050385, "she": 0.22442002002002015, "them": 0.290460629750524}, "stuff": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "style": {"she - them": -0.010518428966328208, "she": 0.33117013962867303, "them": 0.34168856859500124}, "subject": {"she - them": -0.1380206447169064, "she": 0.22922525090968804, "them": 0.36724589562659443}, "subway": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "such": {"she - them": -0.1253089701388291, "she": 0.23691386812656853, "them": 0.36222283826539764}, "sudden": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "suffered": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "suffering": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "sugar": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "suicide": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "sullen": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "sunrise": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "support": {"she - them": -0.08901339139874404, "she": 0.2551868275365524, "them": 0.34420021893529645}, "supported": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "supportive": {"she - them": -0.009107629650195237, "she": 0.34211741182294264, "them": 0.3512250414731379}, "supposed": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "sure": {"she - them": -0.07274335325910747, "she": 0.2778718199041776, "them": 0.35061517316328505}, "surprised": {"she - them": -0.04128701102535781, "she": 0.31548650151542973, "them": 0.35677351254078754}, "surprising": {"she - them": -0.09451361216871829, "she": 0.24717495642628295, "them": 0.34168856859500124}, "suspected": {"she - them": 0.06950584749884042, "she": 0.32478945606193826, "them": 0.25528360856309784}, "suspects": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "swear": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "sweet": {"she - them": -0.06468671971011203, "she": 0.30644844086223105, "them": 0.3711351605723431}, "sweetened": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "switching": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "syrup": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "system": {"she - them": -0.12141453449024953, "she": 0.2159616984172747, "them": 0.3373762329075242}, "t": {"she - them": -0.11063985249851932, "she": 0.26102248607357187, "them": 0.3716623385720912}, "taco": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "taiwan": {"she - them": -0.01483343202006307, "she": 0.24045017654303477, "them": 0.25528360856309784}, "take": {"she - them": -0.1330895846728336, "she": 0.2634945002530012, "them": 0.3965840849258348}, "taken": {"she - them": -0.12078802000592492, "she": 0.23760553634196752, "them": 0.35839355634789244}, "takes": {"she - them": -0.014351854556880372, "she": 0.24717495642628295, "them": 0.2615268109831633}, "takeshi": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "taking": {"she - them": -0.1435543958552846, "she": 0.1912497678192406, "them": 0.3348041636745252}, "talent": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "talented": {"she - them": -0.010122303397508414, "she": 0.3267967247659127, "them": 0.3369190281634211}, "talk": {"she - them": -0.010122303397508414, "she": 0.3267967247659127, "them": 0.3369190281634211}, "talking": {"she - them": -0.06555932899736933, "she": 0.22922525090968804, "them": 0.29478457990705736}, "talks": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "tea": {"she - them": -0.02073262230768, "she": 0.1638744880857438, "them": 0.1846071103934238}, "team": {"she - them": -0.16141211933810795, "she": 0.17794204208831355, "them": 0.3393541614264215}, "teams": {"she - them": -0.1410320132086344, "she": 0.20866501686282207, "them": 0.34969703007145647}, "techniques": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "teenagers": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "teens": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "telekinesis": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "tell": {"she - them": -0.012097394295651986, "she": 0.309548511594815, "them": 0.321645905890467}, "telling": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "term": {"she - them": -0.12087157814406765, "she": 0.22002125308262796, "them": 0.3408928312266956}, "terms": {"she - them": -0.06443851348882931, "she": 0.24045017654303477, "them": 0.3048886900318641}, "terrible": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "terrorism": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "than": {"she - them": -0.11708691933713822, "she": 0.2851535373267107, "them": 0.40224045666384894}, "thanapob": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "thank": {"she - them": -0.06443851348882931, "she": 0.24045017654303477, "them": 0.3048886900318641}, "thanks": {"she - them": -0.04526228831687518, "she": 0.27250817636204266, "them": 0.31777046467891784}, "that": {"she - them": -0.15891729186175063, "she": 0.21439963247608346, "them": 0.3733169243378341}, "the": {"she - them": -0.18078350172401048, "she": 0.08430093193905243, "them": 0.2650844336630629}, "theatre": {"she - them": -0.011523342096803835, "she": 0.30644844086223105, "them": 0.3179717829590349}, "theatres": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "theft": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "their": {"she - them": -0.14973930238078148, "she": 0.2641278444636605, "them": 0.413867146844442}, "them": {"she - them": -0.20547620490071433, "she": 0.2892689105667272, "them": 0.49474511546744154}, "themed": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "themselves": {"she - them": -0.10238651173469016, "she": 0.27250817636204266, "them": 0.3748946880967328}, "then": {"she - them": -0.11464631968156314, "she": 0.30165712164272385, "them": 0.416303441324287}, "there": {"she - them": -0.1766212439647901, "she": 0.24654428198843628, "them": 0.4231655259532264}, "therefore": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "these": {"she - them": -0.13181004784112577, "she": 0.2741215372381503, "them": 0.40593158507927607}, "they": {"she - them": -0.12801436080402612, "she": 0.2769265865752975, "them": 0.4049409473793236}, "thick": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "thicker": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "thin": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "thing": {"she - them": -0.10145354318111605, "she": 0.188807727631788, "them": 0.29026127081290404}, "things": {"she - them": -0.12373142649305041, "she": 0.27531286713420006, "them": 0.39904429362725047}, "think": {"she - them": -0.11109146116727037, "she": 0.2941684381899698, "them": 0.40525989935724016}, "thinking": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "third": {"she - them": -0.07120002309569143, "she": 0.24696357437639913, "them": 0.31816359747209055}, "thirty": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "this": {"she - them": -0.125767200407833, "she": 0.27083953287147056, "them": 0.39660673327930357}, "those": {"she - them": -0.14197868225223514, "she": 0.2525863497041566, "them": 0.39456503195639175}, "though": {"she - them": -0.1870284372142614, "she": 0.17995918049776924, "them": 0.36698761771203064}, "thought": {"she - them": -0.04817705179461035, "she": 0.3003731346170669, "them": 0.34855018641167723}, "thousands": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "three": {"she - them": -0.0868313101635026, "she": 0.28474448629267796, "them": 0.37157579645618055}, "thrilled": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "through": {"she - them": -0.0877710206309184, "she": 0.29011261222201495, "them": 0.37788363285293336}, "throughout": {"she - them": -0.08737112130847113, "she": 0.26855802095664216, "them": 0.3559291422651133}, "throw": {"she - them": -0.0402671695175888, "she": 0.3267967247659127, "them": 0.3670638942835015}, "tibetans": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "tickets": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "tie": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "tien": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "ties": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "tight": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "tile": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "time": {"she - them": -0.07940522343723544, "she": 0.31329166531909375, "them": 0.3926968887563292}, "times": {"she - them": -0.105459808980399, "she": 0.24957026930944717, "them": 0.3550300782898462}, "tios": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "tiptoeing": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "title": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "titled": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "titles": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "to": {"she - them": -0.17350329290330077, "she": 0.15741242208851455, "them": 0.3309157149918153}, "today": {"she - them": -0.010506415996890894, "she": 0.3493885779787461, "them": 0.359894993975637}, "tofu": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "together": {"she - them": -0.20365265390120127, "she": 0.20223367272496914, "them": 0.4058863266261704}, "told": {"she - them": -0.06604493873006984, "she": 0.3101914479886179, "them": 0.37623638671868775}, "toll": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "tomorrow": {"she - them": -0.04394066367024557, "she": 0.2866086098257829, "them": 0.3305492734960285}, "tonantzin": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "tonkotsu": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "too": {"she - them": -0.06980318780418793, "she": 0.31406806030459133, "them": 0.38387124810877926}, "took": {"she - them": -0.028623607453860667, "she": 0.31604102320214184, "them": 0.3446646306560025}, "top": {"she - them": -0.1745316529104032, "she": 0.1820481866290838, "them": 0.356579839539487}, "torn": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "tortured": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "touched": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "tough": {"she - them": -0.009107629650195237, "she": 0.34211741182294264, "them": 0.3512250414731379}, "tour": {"she - them": -0.01565045783973537, "she": 0.22922525090968804, "them": 0.2448757087494234}, "tournament": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "tours": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "toward": {"she - them": -0.06881821195088206, "she": 0.26855802095664216, "them": 0.3373762329075242}, "towards": {"she - them": -0.06550659091547018, "she": 0.29888470496561315, "them": 0.3643912958810833}, "town": {"she - them": -0.07223831315036605, "she": 0.23760553634196752, "them": 0.30984384949233357}, "tracks": {"she - them": 0.03895660625560032, "she": 0.34211741182294264, "them": 0.3031608055673423}, "traditionally": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "train": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "transmission": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "travel": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "travelled": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "treated": {"she - them": -0.009107629650195237, "she": 0.34211741182294264, "them": 0.3512250414731379}, "tried": {"she - them": -0.08782194438819502, "she": 0.26488615858034703, "them": 0.35270810296854205}, "tries": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "trivia": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "trouble": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "true": {"she - them": -0.06998551706670642, "she": 0.30148895101275536, "them": 0.3714744680794618}, "trust": {"she - them": -0.0844517471132043, "she": 0.292359749449416, "them": 0.3768114965626203}, "truth": {"she - them": 0.03895660625560032, "she": 0.34211741182294264, "them": 0.3031608055673423}, "try": {"she - them": -0.15487343501410486, "she": 0.22002125308262796, "them": 0.3748946880967328}, "trying": {"she - them": -0.08863962050673801, "she": 0.2582288780542168, "them": 0.3468684985609548}, "turn": {"she - them": -0.06740483859180735, "she": 0.28145759079407173, "them": 0.3488624293858791}, "turned": {"she - them": 0.013037391481805272, "she": 0.348803628968593, "them": 0.33576623748678774}, "turns": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "tv": {"she - them": -0.06443851348882931, "she": 0.24045017654303477, "them": 0.3048886900318641}, "twelve": {"she - them": -0.06443851348882931, "she": 0.24045017654303477, "them": 0.3048886900318641}, "twenty": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "two": {"she - them": -0.10384586944472085, "she": 0.2947517286450452, "them": 0.398597598089766}, "ugly": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "uk": {"she - them": 0.03735789398244982, "she": 0.29888470496561315, "them": 0.2615268109831633}, "ultimately": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "uncertain": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "uncommunicative": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "uncredited": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "under": {"she - them": -0.12645513730701935, "she": 0.17794204208831355, "them": 0.3043971793953329}, "underground": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "understand": {"she - them": -0.06791583458905959, "she": 0.2767864063529887, "them": 0.34470224094204827}, "understood": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "undertake": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "unenticing": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "unfair": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "ung": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "unhealthy": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "union": {"she - them": 0.06978578332648566, "she": 0.3385629419124642, "them": 0.26877715858597856}, "united": {"she - them": -0.09823189761614198, "she": 0.2159616984172747, "them": 0.3141935960334167}, "unless": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "unpleasant": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "until": {"she - them": -0.04340648803737174, "she": 0.292359749449416, "them": 0.33576623748678774}, "unwelcome": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "up": {"she - them": -0.12631175014632967, "she": 0.26500567058535307, "them": 0.39131742073168274}, "upon": {"she - them": -0.0620723757176449, "she": 0.26430766704370723, "them": 0.32638004276135213}, "uppity": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "us": {"she - them": -0.11724233829442554, "she": 0.26592810722961535, "them": 0.3831704455240409}, "usd": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "use": {"she - them": -0.1644257866177889, "she": 0.22772434502297745, "them": 0.39215013164076634}, "used": {"she - them": -0.1024464312592393, "she": 0.2486404809857865, "them": 0.3510869122450258}, "users": {"she - them": -0.09722588587044684, "she": 0.22442002002002015, "them": 0.321645905890467}, "usual": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "usually": {"she - them": -0.06621581342798055, "she": 0.292359749449416, "them": 0.35857556287739656}, "valued": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "ve": {"she - them": -0.097251715428183, "she": 0.28142785448877927, "them": 0.3786795699169623}, "vegan": {"she - them": -0.015262505174972296, "she": 0.23452703918551698, "them": 0.24978954436048928}, "verbally": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "version": {"she - them": -0.04485949953747831, "she": 0.2767864063529887, "them": 0.321645905890467}, "very": {"she - them": -0.13454458995263063, "she": 0.29042568613865866, "them": 0.4249702760912893}, "villagers": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "virginity": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "visit": {"she - them": -0.015262505174972296, "she": 0.23452703918551698, "them": 0.24978954436048928}, "vote": {"she - them": -0.012059605084823066, "she": 0.29888470496561315, "them": 0.3109443100504362}, "vs": {"she - them": -0.09246584549708031, "she": 0.26430766704370723, "them": 0.35677351254078754}, "vulnerable": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "waaay": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "waged": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "waiting": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "waldo": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "walk": {"she - them": -0.0108935412459224, "she": 0.31548650151542973, "them": 0.32638004276135213}, "walking": {"she - them": -0.0402671695175888, "she": 0.3267967247659127, "them": 0.3670638942835015}, "wall": {"she - them": -0.12087157814406765, "she": 0.22002125308262796, "them": 0.3408928312266956}, "wander": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "wang": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "want": {"she - them": -0.11944756758088956, "she": 0.24696357437639913, "them": 0.3664111419572887}, "wanted": {"she - them": -0.029680205708404406, "she": 0.3297142364497147, "them": 0.3593944421581191}, "wants": {"she - them": -0.06443851348882931, "she": 0.24045017654303477, "them": 0.3048886900318641}, "war": {"she - them": -0.014908984384797819, "she": 0.27328741300205234, "them": 0.28819639738685016}, "warning": {"she - them": -0.017442537602062574, "she": 0.20535507776698447, "them": 0.22279761536904705}, "was": {"she - them": -0.1153341426477868, "she": 0.26637184995147567, "them": 0.38170599259926247}, "washington": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "wasn": {"she - them": -0.010435969362096953, "she": 0.34549317290301634, "them": 0.3559291422651133}, "waste": {"she - them": -0.06762479512156694, "she": 0.20866501686282207, "them": 0.276289811984389}, "watched": {"she - them": 0.03844359604518055, "she": 0.3267967247659127, "them": 0.28835312872073215}, "watching": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "water": {"she - them": -0.08901339139874404, "she": 0.2551868275365524, "them": 0.34420021893529645}, "way": {"she - them": -0.039101714662998555, "she": 0.3186013483303454, "them": 0.357703062993344}, "we": {"she - them": -0.1442883653252696, "she": 0.22347579072512122, "them": 0.3677641560503908}, "wean": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "weapons": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "wearing": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "weaselled": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "website": {"she - them": -0.09602223431051149, "she": 0.23452703918551698, "them": 0.3305492734960285}, "websites": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "wee": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "week": {"she - them": -0.013273404175002723, "she": 0.3026763214539169, "them": 0.3159497256289196}, "weekend": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "weeks": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "weight": {"she - them": -0.09665383788865878, "she": 0.22922525090968804, "them": 0.3258790887983468}, "well": {"she - them": -0.10902782019690122, "she": 0.2634945002530012, "them": 0.3725223204499024}, "went": {"she - them": -0.06881821195088206, "she": 0.26855802095664216, "them": 0.3373762329075242}, "were": {"she - them": -0.11460481461393635, "she": 0.266712564905504, "them": 0.38131737951944034}, "weren": {"she - them": -0.009107629650195237, "she": 0.34211741182294264, "them": 0.3512250414731379}, "west": {"she - them": -0.14151342079397033, "she": 0.20535507776698447, "them": 0.3468684985609548}, "westerberg": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "western": {"she - them": -0.09451361216871829, "she": 0.24717495642628295, "them": 0.34168856859500124}, "westerners": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "what": {"she - them": -0.15846973716788298, "she": 0.23691087682779682, "them": 0.3953806139956798}, "whatever": {"she - them": -0.012059605084823066, "she": 0.29888470496561315, "them": 0.3109443100504362}, "when": {"she - them": -0.1320447476089941, "she": 0.26345288706058884, "them": 0.39549763466958293}, "where": {"she - them": -0.10235693133463986, "she": 0.3022668607071589, "them": 0.40462379204179877}, "whether": {"she - them": -0.0474484478735854, "she": 0.24957026930944717, "them": 0.2970187171830326}, "which": {"she - them": -0.18826602456586067, "she": 0.23691087682779682, "them": 0.4251769013936575}, "while": {"she - them": -0.14394005983567482, "she": 0.23234158680261469, "them": 0.3762816466382895}, "whilst": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "whim": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "white": {"she - them": -0.07116463036666765, "she": 0.29136506911117416, "them": 0.3625296994778418}, "who": {"she - them": -0.10171200816450365, "she": 0.29937699182371535, "them": 0.401088999988219}, "whole": {"she - them": -0.13872768637452632, "she": 0.22442002002002015, "them": 0.36314770639454647}, "whose": {"she - them": -0.04394066367024557, "she": 0.2866086098257829, "them": 0.3305492734960285}, "why": {"she - them": -0.09397729971722796, "she": 0.30660685332211096, "them": 0.4005841530393389}, "wicked": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "wife": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "will": {"she - them": -0.1505750471326001, "she": 0.23033122134241832, "them": 0.3809062684750184}, "win": {"she - them": -0.09602223431051149, "she": 0.23452703918551698, "them": 0.3305492734960285}, "window": {"she - them": 0.03735789398244982, "she": 0.29888470496561315, "them": 0.2615268109831633}, "wing": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "wisdom": {"she - them": -0.059367194338494744, "she": 0.29185784713464313, "them": 0.3512250414731379}, "wise": {"she - them": -0.04128701102535781, "she": 0.31548650151542973, "them": 0.35677351254078754}, "wish": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "wished": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "with": {"she - them": -0.14060522549766447, "she": 0.2524668668141734, "them": 0.3930720923118379}, "within": {"she - them": -0.08782194438819502, "she": 0.26488615858034703, "them": 0.35270810296854205}, "without": {"she - them": -0.11025799193488578, "she": 0.27112932555373553, "them": 0.3813873174886213}, "woman": {"she - them": 0.06993213816428306, "she": 0.34739155424344603, "them": 0.27745941607916297}, "women": {"she - them": -0.11868063780602855, "she": 0.25230644499363364, "them": 0.3709870827996622}, "won": {"she - them": -0.1047081664390846, "she": 0.2551868275365524, "them": 0.359894993975637}, "wonder": {"she - them": -0.042109860888049244, "she": 0.30644844086223105, "them": 0.3485583017502803}, "words": {"she - them": -0.06604060973050385, "she": 0.22442002002002015, "them": 0.290460629750524}, "work": {"she - them": -0.10366928557987948, "she": 0.2941684381899698, "them": 0.39783772376984927}, "working": {"she - them": -0.06648195520220632, "she": 0.22002125308262796, "them": 0.2865032082848343}, "world": {"she - them": -0.12111243015964279, "she": 0.2751426110339452, "them": 0.396255041193588}, "worries": {"she - them": -0.011302958432699184, "she": 0.29185784713464313, "them": 0.3031608055673423}, "worry": {"she - them": -0.01138624351416484, "she": 0.31916302998186363, "them": 0.3305492734960285}, "would": {"she - them": -0.10505772503722016, "she": 0.2962365140452187, "them": 0.4012942390824389}, "wouldn": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "writes": {"she - them": 0.037671282276252493, "she": 0.30644844086223105, "them": 0.26877715858597856}, "writing": {"she - them": -0.06443851348882931, "she": 0.24045017654303477, "them": 0.3048886900318641}, "wrong": {"she - them": -0.09246584549708031, "she": 0.26430766704370723, "them": 0.35677351254078754}, "wrote": {"she - them": -0.014293600933879547, "she": 0.26855802095664216, "them": 0.2828516218905217}, "www": {"she - them": -0.01315174903545574, "she": 0.26430766704370723, "them": 0.27745941607916297}, "xochitl": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "year": {"she - them": -0.055827979739665856, "she": 0.2676320964827342, "them": 0.3234600762224001}, "years": {"she - them": -0.10397023125309868, "she": 0.2939391855700219, "them": 0.3979094168231206}, "yes": {"she - them": -0.06376935362415326, "she": 0.24717495642628295, "them": 0.3109443100504362}, "yet": {"she - them": -0.15855665105038605, "she": 0.19647342723946012, "them": 0.3550300782898462}, "yo": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "yoing": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "york": {"she - them": -0.12469995780967899, "she": 0.1912497678192406, "them": 0.3159497256289196}, "yorker": {"she - them": -0.06092091642483577, "she": 0.27599811173858535, "them": 0.3369190281634211}, "you": {"she - them": -0.11242010558551196, "she": 0.25628222002300344, "them": 0.3687023256085154}, "you3": {"she - them": -0.012355016982146805, "she": 0.27599811173858535, "them": 0.28835312872073215}, "young": {"she - them": -0.012457901376183411, "she": 0.3130196206275533, "them": 0.3254775220037367}, "your": {"she - them": -0.09872153249900334, "she": 0.27883567129464093, "them": 0.37755720379364427}, "yourself": {"she - them": -0.013800590750508213, "she": 0.25497656783547035, "them": 0.26877715858597856}, "zone": {"she - them": -0.044421498004275084, "she": 0.28145759079407173, "them": 0.3258790887983468}, "zones": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "\u725b\u5976": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}, "\u8c46\u6f3f": {"she - them": -0.00967744746853999, "she": 0.3174191117496507, "them": 0.3270965592181907}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-she-they.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-she-they.json new file mode 100644 index 0000000000000000000000000000000000000000..d2bcc00ad03fcaa5c921c14086922aa93d2dbc57 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-she-they.json @@ -0,0 +1 @@ +{"0": {"she - they": -0.09887060379056697, "she": 0.16546371695977027, "they": 0.26433432075033725}, "000": {"she - they": -0.10793580831626845, "she": 0.20223367272496914, "they": 0.3101694810412376}, "04": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "08": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "1": {"she - they": -0.196080349186954, "she": 0.13244127389280413, "they": 0.32852162307975813}, "10": {"she - they": -0.11045932388373725, "she": 0.17794204208831355, "they": 0.2884013659720508}, "100": {"she - they": -0.11905235029698844, "she": 0.20223367272496914, "they": 0.3212860230219576}, "10am": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "11s": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "12": {"she - they": -0.09436192319666489, "she": 0.21218977411480247, "they": 0.30655169731146736}, "13": {"she - they": -0.061551343029158656, "she": 0.22442002002002015, "they": 0.2859713630491788}, "14": {"she - they": -0.061551343029158656, "she": 0.22442002002002015, "they": 0.2859713630491788}, "140": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "15": {"she - they": 0.041153780320240724, "she": 0.26488615858034703, "they": 0.2237323782601063}, "16": {"she - they": -0.07875732258514523, "she": 0.22442002002002015, "they": 0.3031773426051654}, "17": {"she - they": -0.06609919548540516, "she": 0.2551868275365524, "they": 0.3212860230219576}, "18": {"she - they": -0.07731761269283002, "she": 0.24045017654303477, "they": 0.3177677892358648}, "18usd": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "19": {"she - they": -0.07951374337694295, "she": 0.2159616984172747, "they": 0.29547544179421764}, "1960s": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "1970s": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "1975": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "1983": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "1986": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "1987": {"she - they": 0.03710064610770153, "she": 0.26430766704370723, "they": 0.2272070209360057}, "1991": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "2": {"she - they": -0.1067321542274218, "she": 0.20401995369045886, "they": 0.31075210791788066}, "20": {"she - they": -0.041917880878340474, "she": 0.26145352456736304, "they": 0.3033714054457035}, "200": {"she - they": -0.03895102718349977, "she": 0.24045017654303477, "they": 0.27940120372653454}, "2012": {"she - they": 0.03643943448298245, "she": 0.24045017654303477, "they": 0.20401074206005232}, "2015": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "2016": {"she - they": -0.061551343029158656, "she": 0.22442002002002015, "they": 0.2859713630491788}, "2019": {"she - they": 0.013207521178907056, "she": 0.29888470496561315, "they": 0.2856771837867061}, "21": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "24": {"she - they": -0.07731761269283002, "she": 0.24045017654303477, "they": 0.3177677892358648}, "25": {"she - they": 0.03685496061629079, "she": 0.25497656783547035, "they": 0.21812160721917956}, "26": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "29": {"she - they": -0.03895102718349977, "she": 0.24045017654303477, "they": 0.27940120372653454}, "3": {"she - they": -0.05501472394495999, "she": 0.251586506229494, "they": 0.306601230174454}, "30": {"she - they": -0.10605837446998159, "she": 0.22002125308262796, "they": 0.32607962755260955}, "300": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "33": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "38": {"she - they": 0.08818354772015258, "she": 0.3267967247659127, "they": 0.23861317704576013}, "39": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "4": {"she - they": -0.02376313589403256, "she": 0.2579575954456204, "they": 0.281720731339653}, "40": {"she - they": 0.012958545722881465, "she": 0.292359749449416, "they": 0.27940120372653454}, "400": {"she - they": 0.08818354772015258, "she": 0.3267967247659127, "they": 0.23861317704576013}, "40th": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "42": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "45": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "48": {"she - they": 0.03710064610770153, "she": 0.26430766704370723, "they": 0.2272070209360057}, "5": {"she - they": -0.09919129609394192, "she": 0.2004385652490361, "they": 0.29962986134297803}, "50": {"she - they": -0.040028214729003475, "she": 0.22442002002002015, "they": 0.2644482347490236}, "501s": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "6": {"she - they": -0.1250311711864277, "she": 0.14743485892259767, "they": 0.27246603010902537}, "60": {"she - they": 0.012958545722881465, "she": 0.292359749449416, "they": 0.27940120372653454}, "66": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "69p": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "7": {"she - they": -0.06726198614990508, "she": 0.24209024316609928, "they": 0.30935222931600437}, "8": {"she - they": -0.13112745494526015, "she": 0.18421481050531022, "they": 0.31534226545057037}, "81st": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "82": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "85": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "884": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "90": {"she - they": 0.04251152091488697, "she": 0.3267967247659127, "they": 0.28428520385102574}, "a": {"she - they": -0.12999084299740707, "she": 0.18297575585792844, "they": 0.3129665988553355}, "able": {"she - they": -0.05237040037463009, "she": 0.28287280163644407, "they": 0.33524320201107416}, "about": {"she - they": -0.10108590337857953, "she": 0.27776315926923606, "they": 0.3788490626478156}, "above": {"she - they": 0.012733731189033592, "she": 0.2866086098257829, "they": 0.2738748786367493}, "abs": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "absolutely": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "abstract": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "abundance": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "accept": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "accepting": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "access": {"she - they": 0.03710064610770153, "she": 0.26430766704370723, "they": 0.2272070209360057}, "accompanied": {"she - they": 0.01348802202871463, "she": 0.30644844086223105, "they": 0.2929604188335164}, "according": {"she - they": -0.08017772856465252, "she": 0.2118664611904673, "they": 0.2920441897551198}, "accounted": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "accuracy": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "accusations": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "accuse": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "accused": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "acid": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "acknowledging": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "acquaintances": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "act": {"she - they": 0.02282152595547482, "she": 0.33874642215802403, "they": 0.3159248962025492}, "acting": {"she - they": 0.04272046218670855, "she": 0.34211741182294264, "they": 0.2993969496362341}, "activities": {"she - they": 0.01141697196888547, "she": 0.2551868275365524, "they": 0.24376985556766695}, "activity": {"she - they": -0.06222292431026094, "she": 0.2159616984172747, "they": 0.27818462272753564}, "actor": {"she - they": -0.010052240359214287, "she": 0.24045017654303477, "they": 0.25050241690224906}, "acts": {"she - they": 0.012733731189033592, "she": 0.2866086098257829, "they": 0.2738748786367493}, "actually": {"she - they": -0.07513635739426311, "she": 0.26488615858034703, "they": 0.34002251597461014}, "adapt": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "added": {"she - they": -0.08099907929737457, "she": 0.19927914419369955, "they": 0.2802782234910741}, "address": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "admits": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "adoring": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "adult": {"she - they": -0.010634994873094994, "she": 0.22922525090968804, "they": 0.23986024578278303}, "advancement": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "advantage": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "affairs": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "affected": {"she - they": -0.05974466019747959, "she": 0.24717495642628295, "they": 0.30691961662376255}, "africa": {"she - they": -0.06222292431026094, "she": 0.2159616984172747, "they": 0.27818462272753564}, "after": {"she - they": -0.05894864846955211, "she": 0.3034330104965288, "they": 0.36238165896608093}, "again": {"she - they": -0.04329539485630246, "she": 0.28287280163644407, "they": 0.32616819649274653}, "against": {"she - they": -0.046845778282728456, "she": 0.2684632534970745, "they": 0.31530903177980296}, "age": {"she - they": -0.040028214729003475, "she": 0.22442002002002015, "they": 0.2644482347490236}, "agenda": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "agent": {"she - they": 0.042155725665109056, "she": 0.30644844086223105, "they": 0.264292715197122}, "agents": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "ago": {"she - they": -0.06837121918474398, "she": 0.28287280163644407, "they": 0.35124402082118805}, "agree": {"she - they": -0.05838439989711408, "she": 0.26430766704370723, "they": 0.3226920669408213}, "agreed": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "agreeing": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "aid": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "aimed": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "airlines": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "airport": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "aladdin": {"she - they": 0.03625848624965683, "she": 0.23452703918551698, "they": 0.19826855293586015}, "alana": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "albeit": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "alcohol": {"she - they": -0.03895102718349977, "she": 0.24045017654303477, "they": 0.27940120372653454}, "alexander": {"she - they": 0.07422980536992141, "she": 0.34739155424344603, "they": 0.2731617488735246}, "alien": {"she - they": -0.010634994873094994, "she": 0.22922525090968804, "they": 0.23986024578278303}, "all": {"she - they": -0.10562541208768167, "she": 0.2584320683013298, "they": 0.3640574803890115}, "allegations": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "almond": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "almost": {"she - they": -0.05473435902582319, "she": 0.2582288780542168, "they": 0.31296323708004}, "alone": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "along": {"she - they": -0.05246353772635026, "she": 0.28826440485809707, "they": 0.34072794258444733}, "alongside": {"she - they": -0.059125243826805896, "she": 0.25497656783547035, "they": 0.31410181166227624}, "aloof": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "already": {"she - they": -0.0611370296381642, "she": 0.2778718199041776, "they": 0.3390088495423418}, "also": {"she - they": -0.12494126003797779, "she": 0.24738713905299659, "they": 0.37232839909097437}, "although": {"she - they": -0.03130302589471573, "she": 0.32258946442747527, "they": 0.353892490322191}, "always": {"she - they": -0.07731018079628466, "she": 0.24209024316609928, "they": 0.31940042396238394}, "am": {"she - they": -0.06609919548540516, "she": 0.2551868275365524, "they": 0.3212860230219576}, "amazon": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "amber": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "american": {"she - they": -0.09562018342868381, "she": 0.19927914419369955, "they": 0.29489932762238336}, "amnews": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "amongst": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "amount": {"she - they": -0.03895102718349977, "she": 0.24045017654303477, "they": 0.27940120372653454}, "an": {"she - they": -0.11153407303409535, "she": 0.26560025419122535, "they": 0.3771343272253207}, "analyzed": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "anatoly": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "and": {"she - they": -0.13733397743765066, "she": 0.16084886247054972, "they": 0.2981828399082004}, "angeles": {"she - they": -0.040028214729003475, "she": 0.22442002002002015, "they": 0.2644482347490236}, "angry": {"she - they": 0.04251152091488697, "she": 0.3267967247659127, "they": 0.28428520385102574}, "angst": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "animal": {"she - they": -0.010888177052159803, "she": 0.22442002002002015, "they": 0.23530819707217995}, "animals": {"she - they": -0.07985034086869577, "she": 0.21218977411480247, "they": 0.29204011498349824}, "announced": {"she - they": -0.03895102718349977, "she": 0.24045017654303477, "they": 0.27940120372653454}, "another": {"she - they": -0.0966617483110141, "she": 0.2632371975832424, "they": 0.3598989458942565}, "answer": {"she - they": -0.04008090292868449, "she": 0.2866086098257829, "they": 0.3266895127544674}, "anticipated": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "anxious": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "any": {"she - they": -0.0892222260887035, "she": 0.2839114761264393, "they": 0.3731337022151428}, "anyone": {"she - they": -0.05322385976695526, "she": 0.2767864063529887, "they": 0.33001026611994394}, "anything": {"she - they": -0.008369012229803019, "she": 0.292359749449416, "they": 0.300728761679219}, "anyway": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "apartment": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "apparent": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "appreciates": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "approached": {"she - they": 0.045716808027149, "she": 0.34739155424344603, "they": 0.30167474621629703}, "appropriately": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "approved": {"she - they": -0.038502227360423136, "she": 0.24717495642628295, "they": 0.2856771837867061}, "april": {"she - they": 0.03625848624965683, "she": 0.23452703918551698, "they": 0.19826855293586015}, "are": {"she - they": -0.1520057326690369, "she": 0.22816632686058833, "they": 0.38017205952962524}, "aren": {"she - they": -0.02072098053614302, "she": 0.30535864701646653, "they": 0.32607962755260955}, "argue": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "army": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "around": {"she - they": -0.05983810754044605, "she": 0.2804747333020747, "they": 0.3403128408425207}, "arrested": {"she - they": 0.04251152091488697, "she": 0.3267967247659127, "they": 0.28428520385102574}, "arrival": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "arrive": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "arrived": {"she - they": -0.008369012229803019, "she": 0.292359749449416, "they": 0.300728761679219}, "arson": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "article": {"she - they": 0.012958545722881465, "she": 0.292359749449416, "they": 0.27940120372653454}, "artist": {"she - they": -0.040028214729003475, "she": 0.22442002002002015, "they": 0.2644482347490236}, "artists": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "as": {"she - they": -0.11887878998824372, "she": 0.23535701348094276, "they": 0.3542358034691865}, "ash": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "asia": {"she - they": 0.08834900738936369, "she": 0.292359749449416, "they": 0.20401074206005232}, "asian": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "asians": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "ask": {"she - they": 0.004023472788318216, "she": 0.3383258419133347, "they": 0.3343023691250165}, "asked": {"she - they": 0.045011779791410134, "she": 0.30535864701646653, "they": 0.2603468672250564}, "aspect": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "assassination": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "assist": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "assume": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "at": {"she - they": -0.07843830548828845, "she": 0.28339965338174583, "they": 0.3618379588700343}, "atlantic": {"she - they": -0.05974466019747959, "she": 0.24717495642628295, "they": 0.30691961662376255}, "attack": {"she - they": -0.027375971081023798, "she": 0.26145352456736304, "they": 0.28882949564838684}, "attacked": {"she - they": 0.03710064610770153, "she": 0.26430766704370723, "they": 0.2272070209360057}, "attempt": {"she - they": -0.008667295263245556, "she": 0.2866086098257829, "they": 0.29527590508902846}, "attempts": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "attend": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "attending": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "attitude": {"she - they": 0.042155725665109056, "she": 0.30644844086223105, "they": 0.264292715197122}, "attractions": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "audience": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "august": {"she - they": 0.03593436333710581, "she": 0.22442002002002015, "they": 0.18848565668291434}, "aussie": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "australian": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "author": {"she - they": -0.05974466019747959, "she": 0.24717495642628295, "they": 0.30691961662376255}, "authority": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "available": {"she - they": -0.011914586086275825, "she": 0.20535507776698447, "they": 0.2172696638532603}, "aviator": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "avoid": {"she - they": 0.03710064610770153, "she": 0.26430766704370723, "they": 0.2272070209360057}, "away": {"she - they": -0.08411636904167136, "she": 0.26488615858034703, "they": 0.3490025276220184}, "awkwardness": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "babies": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "baby": {"she - they": 0.042324752641905106, "she": 0.31548650151542973, "they": 0.2731617488735246}, "back": {"she - they": -0.06024241994153734, "she": 0.27617290422388435, "they": 0.3364153241654217}, "bad": {"she - they": -0.09216247356895041, "she": 0.23452703918551698, "they": 0.3266895127544674}, "balance": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "ball": {"she - they": -0.009708941544690541, "she": 0.24717495642628295, "they": 0.2568838979709735}, "ballerina": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "bamba": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "band": {"she - they": -0.06116981609019423, "she": 0.22922525090968804, "they": 0.29039506699988227}, "baring": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "barriers": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "bars": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "based": {"she - they": -0.09589236614376553, "she": 0.19647342723946012, "they": 0.29236579338322566}, "basketball": {"she - they": 0.03685496061629079, "she": 0.25497656783547035, "they": 0.21812160721917956}, "battles": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "be": {"she - they": -0.10170257091160984, "she": 0.26296979382721863, "they": 0.36467236473882847}, "bean": {"she - they": 0.03685496061629079, "she": 0.25497656783547035, "they": 0.21812160721917956}, "beat": {"she - they": 0.012528113413029784, "she": 0.28145759079407173, "they": 0.26892947738104195}, "beating": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "beauty": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "became": {"she - they": 0.016588600216738136, "she": 0.34327811297120553, "they": 0.3266895127544674}, "because": {"she - they": -0.07367357993600382, "she": 0.2857130895014624, "they": 0.3593866694374662}, "become": {"she - they": -0.022303220667788948, "she": 0.28031516118940053, "they": 0.3026183818571895}, "becomes": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "becoming": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "been": {"she - they": -0.08662140810363395, "she": 0.2744209269358015, "they": 0.36104233503943545}, "beer": {"she - they": 0.042155725665109056, "she": 0.30644844086223105, "they": 0.264292715197122}, "before": {"she - they": -0.04867604373697393, "she": 0.3247453546082499, "they": 0.3734213983452238}, "begin": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "begrudgingly": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "behavior": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "behind": {"she - they": -0.026664057119684448, "she": 0.27250817636204266, "they": 0.2991722334817271}, "being": {"she - they": -0.034101174945267654, "she": 0.30165712164272385, "they": 0.3357582965879915}, "belief": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "believed": {"she - they": -0.010052240359214287, "she": 0.24045017654303477, "they": 0.25050241690224906}, "bemoans": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "bench": {"she - they": -0.010634994873094994, "she": 0.22922525090968804, "they": 0.23986024578278303}, "beneath": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "besides": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "bessemer": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "best": {"she - they": -0.05987046440163485, "she": 0.28142785448877927, "they": 0.3412983188904141}, "better": {"she - they": -0.06091730890514674, "she": 0.28031516118940053, "they": 0.34123247009454727}, "between": {"she - they": -0.06461420309525256, "she": 0.23933259801100815, "they": 0.3039468011062607}, "beware": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "bewildered": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "beyond": {"she - they": 0.08798821098151699, "she": 0.34211741182294264, "they": 0.25412920084142565}, "big": {"she - they": -0.01888082543635461, "she": 0.3026763214539169, "they": 0.3215571468902715}, "biggie": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "bill": {"she - they": -0.05974466019747959, "she": 0.24717495642628295, "they": 0.30691961662376255}, "billion": {"she - they": -0.04211451917340425, "she": 0.1938012903888688, "they": 0.23591580956227307}, "birthday": {"she - they": 0.04200080699463965, "she": 0.29888470496561315, "they": 0.2568838979709735}, "bit": {"she - they": -0.06331292865085383, "she": 0.20223367272496914, "they": 0.265546601375823}, "bite": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "black": {"she - they": -0.04166553873112033, "she": 0.26488615858034703, "they": 0.30655169731146736}, "blanket": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "blasting": {"she - they": 0.04272046218670855, "she": 0.34211741182294264, "they": 0.2993969496362341}, "blends": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "bling": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "blog": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "blogs": {"she - they": -0.024534141862718684, "she": 0.30644844086223105, "they": 0.33098258272494974}, "blond": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "bluntly": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "board": {"she - they": -0.059125243826805896, "she": 0.25497656783547035, "they": 0.31410181166227624}, "boat": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "body": {"she - they": 0.07427775877790829, "she": 0.31916302998186363, "they": 0.24488527120395534}, "bond": {"she - they": 0.03710064610770153, "she": 0.26430766704370723, "they": 0.2272070209360057}, "book": {"she - they": 0.04015292098894979, "she": 0.23344813750794002, "they": 0.19329521651899023}, "booked": {"she - they": 0.08798821098151699, "she": 0.34211741182294264, "they": 0.25412920084142565}, "books": {"she - they": 0.04484410282743828, "she": 0.2978909064084584, "they": 0.2530468035810201}, "bookshops": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "boosted": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "boring": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "boshirov": {"she - they": 0.03663679104000023, "she": 0.24717495642628295, "they": 0.21053816538628273}, "both": {"she - they": -0.04684593883495375, "she": 0.3126330154620674, "they": 0.35947895429702115}, "bottle": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "bottles": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "bought": {"she - they": 0.08818354772015258, "she": 0.3267967247659127, "they": 0.23861317704576013}, "box": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "boy": {"she - they": 0.08827948057942403, "she": 0.31548650151542973, "they": 0.2272070209360057}, "boys": {"she - they": -0.0076533708000451894, "she": 0.30644844086223105, "they": 0.31410181166227624}, "bracelet": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "branches": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "break": {"she - they": -0.008034911658149402, "she": 0.29888470496561315, "they": 0.30691961662376255}, "breakfast": {"she - they": -0.009708941544690541, "she": 0.24717495642628295, "they": 0.2568838979709735}, "breaks": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "breakup": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "breezily": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "brettle": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "brighter": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "brilliant": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "bring": {"she - they": -0.08016447878556476, "she": 0.20866501686282207, "they": 0.28882949564838684}, "bringing": {"she - they": -0.05974466019747959, "she": 0.24717495642628295, "they": 0.30691961662376255}, "brisbane": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "brisvegas": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "britain": {"she - they": -0.060278585136184254, "she": 0.24045017654303477, "they": 0.300728761679219}, "british": {"she - they": -0.07832659665052782, "she": 0.22922525090968804, "they": 0.30755184756021586}, "broadway": {"she - they": 0.03643943448298245, "she": 0.24045017654303477, "they": 0.20401074206005232}, "broken": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "bros": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "brother": {"she - they": 0.013207521178907056, "she": 0.29888470496561315, "they": 0.2856771837867061}, "brothers": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "brought": {"she - they": -0.025768951356936687, "she": 0.2866086098257829, "they": 0.3123775611827196}, "browsing": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "brunch": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "bubble": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "bubbling": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "buffaloes": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "building": {"she - they": 0.03643943448298245, "she": 0.24045017654303477, "they": 0.20401074206005232}, "buildings": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "bullet": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "burma": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "burn": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "burns": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "burst": {"she - they": 0.04272046218670855, "she": 0.34211741182294264, "they": 0.2993969496362341}, "bus": {"she - they": -0.01173388043854015, "she": 0.20866501686282207, "they": 0.22039889730136222}, "business": {"she - they": 0.023436794573400477, "she": 0.30535864701646653, "they": 0.28192185244306606}, "busy": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "but": {"she - they": -0.12196355589250218, "she": 0.26102248607357187, "they": 0.38298604196607405}, "buy": {"she - they": -0.0263909362521767, "she": 0.2767864063529887, "they": 0.3031773426051654}, "buying": {"she - they": -0.010052240359214287, "she": 0.24045017654303477, "they": 0.25050241690224906}, "by": {"she - they": -0.0818557501894801, "she": 0.277460552051768, "they": 0.3593163022412481}, "cadaver": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "cafeteria": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "caffeine": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "call": {"she - they": 0.006186413534739421, "she": 0.30535864701646653, "they": 0.2991722334817271}, "called": {"she - they": -0.01534319960219821, "she": 0.3270696947448295, "they": 0.3424128943470277}, "calling": {"she - they": -0.05974466019747959, "she": 0.24717495642628295, "they": 0.30691961662376255}, "calls": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "calming": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "came": {"she - they": -0.05279108995184245, "she": 0.2778718199041776, "they": 0.33066290985602004}, "campaign": {"she - they": -0.06116981609019423, "she": 0.22922525090968804, "they": 0.29039506699988227}, "can": {"she - they": -0.14236842789265983, "she": 0.23798568236892834, "they": 0.38035411026158816}, "cannot": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "capable": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "captivating": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "captures": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "car": {"she - they": 0.01104776481412606, "she": 0.24696357437639913, "they": 0.23591580956227307}, "caramel": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "card": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "care": {"she - they": -0.07915098039909915, "she": 0.22002125308262796, "they": 0.2991722334817271}, "cared": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "career": {"she - they": 0.01348802202871463, "she": 0.30644844086223105, "they": 0.2929604188335164}, "carmona": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "carried": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "cartoons": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "case": {"she - they": -0.06245488494021506, "she": 0.2632371975832424, "they": 0.32569208252345744}, "cassette": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "cassidy": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "cats": {"she - they": -0.009708941544690541, "she": 0.24717495642628295, "they": 0.2568838979709735}, "cause": {"she - they": -0.13842274956399095, "she": 0.19927914419369955, "they": 0.3377018937576905}, "caused": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "ceased": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "center": {"she - they": -0.039347839451232325, "she": 0.23452703918551698, "they": 0.2738748786367493}, "centered": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "central": {"she - they": -0.008667295263245556, "she": 0.2866086098257829, "they": 0.29527590508902846}, "centre": {"she - they": -0.08073665774062802, "she": 0.20223367272496914, "they": 0.28297033046559716}, "certain": {"she - they": -0.06116981609019423, "she": 0.22922525090968804, "they": 0.29039506699988227}, "certainly": {"she - they": -0.07577217542942388, "she": 0.2582288780542168, "they": 0.3340010534836407}, "ch": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "chai": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "challenging": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "chance": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "chances": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "change": {"she - they": -0.04349466749234571, "she": 0.28031516118940053, "they": 0.32380982868174624}, "changes": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "channel": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "chapter": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "character": {"she - they": -0.04008090292868449, "she": 0.2866086098257829, "they": 0.3266895127544674}, "charge": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "charismatic": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "chasing": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "chatty": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "cheapest": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "cheaply": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "check": {"she - they": -0.008667295263245556, "she": 0.2866086098257829, "they": 0.29527590508902846}, "chepiga": {"she - they": 0.03663679104000023, "she": 0.24717495642628295, "they": 0.21053816538628273}, "child": {"she - they": 0.023726694926375136, "she": 0.3141217619262574, "they": 0.29039506699988227}, "childhood": {"she - they": 0.04251152091488697, "she": 0.3267967247659127, "they": 0.28428520385102574}, "children": {"she - they": -0.04329539485630246, "she": 0.28287280163644407, "they": 0.32616819649274653}, "china": {"she - they": -0.08500672497307304, "she": 0.15376857524454113, "they": 0.23877530021761417}, "chinese": {"she - they": -0.04060077189150785, "she": 0.2159616984172747, "they": 0.25656247030878254}, "chocolate": {"she - they": 0.04251152091488697, "she": 0.3267967247659127, "they": 0.28428520385102574}, "choice": {"she - they": -0.03895102718349977, "she": 0.24045017654303477, "they": 0.27940120372653454}, "chores": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "circle": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "circumstantial": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "citizens": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "city": {"she - they": -0.15016846780303017, "she": 0.17227323651241006, "they": 0.3224417043154402}, "claimed": {"she - they": -0.010052240359214287, "she": 0.24045017654303477, "they": 0.25050241690224906}, "claiming": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "class": {"she - they": -0.05974466019747959, "she": 0.24717495642628295, "they": 0.30691961662376255}, "claws": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "clear": {"she - they": 0.006013509218537716, "she": 0.30148895101275536, "they": 0.29547544179421764}, "clearly": {"she - they": -0.05838439989711408, "she": 0.26430766704370723, "they": 0.3226920669408213}, "climate": {"she - they": -0.04132282704443957, "she": 0.20535507776698447, "they": 0.24667790481142404}, "closed": {"she - they": -0.039347839451232325, "she": 0.23452703918551698, "they": 0.2738748786367493}, "clouded": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "club": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "clubs": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "co": {"she - they": -0.05974466019747959, "she": 0.24717495642628295, "they": 0.30691961662376255}, "coach": {"she - they": -0.04060077189150785, "she": 0.2159616984172747, "they": 0.25656247030878254}, "coca": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "coffee": {"she - they": -0.07951374337694295, "she": 0.2159616984172747, "they": 0.29547544179421764}, "coffees": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "cola": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "cold": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "coleman": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "colleagues": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "collection": {"she - they": -0.010888177052159803, "she": 0.22442002002002015, "they": 0.23530819707217995}, "college": {"she - they": 0.02406069438271924, "she": 0.32478945606193826, "they": 0.300728761679219}, "colonel": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "colonels": {"she - they": 0.03685496061629079, "she": 0.25497656783547035, "they": 0.21812160721917956}, "com": {"she - they": -0.05447137163518617, "she": 0.26145352456736304, "they": 0.3159248962025492}, "come": {"she - they": -0.11858508790364714, "she": 0.22419773244952246, "they": 0.3427828203531696}, "comedians": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "comes": {"she - they": -0.10648904931167336, "she": 0.2159616984172747, "they": 0.32245074772894805}, "comical": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "coming": {"she - they": -0.05447137163518617, "she": 0.26145352456736304, "they": 0.3159248962025492}, "comment": {"she - they": -0.05242728477441999, "she": 0.2866086098257829, "they": 0.3390358946002029}, "commentary": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "commenting": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "comments": {"she - they": 0.01348802202871463, "she": 0.30644844086223105, "they": 0.2929604188335164}, "common": {"she - they": -0.04166553873112033, "she": 0.26488615858034703, "they": 0.30655169731146736}, "communicated": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "communities": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "community": {"she - they": -0.06635493099670237, "she": 0.25230644499363364, "they": 0.318661375990336}, "company": {"she - they": -0.0531774036007604, "she": 0.27328741300205234, "they": 0.32646481660281274}, "comparing": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "compassionate": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "completely": {"she - they": -0.0076533708000451894, "she": 0.30644844086223105, "they": 0.31410181166227624}, "compulsion": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "conceived": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "concerning": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "concluded": {"she - they": -0.009708941544690541, "she": 0.24717495642628295, "they": 0.2568838979709735}, "conclusion": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "conclusions": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "condition": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "conditions": {"she - they": 0.03710064610770153, "she": 0.26430766704370723, "they": 0.2272070209360057}, "conference": {"she - they": -0.07985034086869577, "she": 0.21218977411480247, "they": 0.29204011498349824}, "confidence": {"she - they": -0.05838439989711408, "she": 0.26430766704370723, "they": 0.3226920669408213}, "consequences": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "consistency": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "consolation": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "conspiracy": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "constantly": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "construction": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "consume": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "consuming": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "consumption": {"she - they": -0.06074886590351147, "she": 0.23452703918551698, "they": 0.29527590508902846}, "contact": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "contains": {"she - they": -0.07875732258514523, "she": 0.22442002002002015, "they": 0.3031773426051654}, "context": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "continue": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "continued": {"she - they": -0.03198111196006398, "she": 0.30148895101275536, "they": 0.33347006297281934}, "continues": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "contouring": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "convention": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "conversation": {"she - they": 0.01348802202871463, "she": 0.30644844086223105, "they": 0.2929604188335164}, "convey": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "conveyed": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "convicted": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "cookies": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "cooking": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "cops": {"she - they": 0.08798821098151699, "she": 0.34211741182294264, "they": 0.25412920084142565}, "copy": {"she - they": 0.03710064610770153, "she": 0.26430766704370723, "they": 0.2272070209360057}, "cordial": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "corner": {"she - they": -0.05974466019747959, "she": 0.24717495642628295, "they": 0.30691961662376255}, "correctly": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "cost": {"she - they": -0.008465264291607155, "she": 0.30148895101275536, "they": 0.3099542153043625}, "costs": {"she - they": 0.03663679104000023, "she": 0.24717495642628295, "they": 0.21053816538628273}, "could": {"she - they": -0.06907723869341248, "she": 0.2866276830156413, "they": 0.35570492170905377}, "couldn": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "council": {"she - they": -0.008937476205810535, "she": 0.28145759079407173, "they": 0.29039506699988227}, "councils": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "count": {"she - they": 0.03685496061629079, "she": 0.25497656783547035, "they": 0.21812160721917956}, "counter": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "countries": {"she - they": -0.010358232018438357, "she": 0.23452703918551698, "they": 0.24488527120395534}, "country": {"she - they": -0.04352158101111936, "she": 0.23980352129624877, "they": 0.2833251023073681}, "couple": {"she - they": -0.11704825668497407, "she": 0.22002125308262796, "they": 0.337069509767602}, "course": {"she - they": -0.11750836455554464, "she": 0.2159616984172747, "they": 0.33347006297281934}, "covered": {"she - they": -0.02540803978644879, "she": 0.292359749449416, "they": 0.3177677892358648}, "covers": {"she - they": 0.04272046218670855, "she": 0.34211741182294264, "they": 0.2993969496362341}, "cow": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "cowell": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "cows": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "crack": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "crackerjack": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "cracking": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "creamier": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "creamy": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "create": {"she - they": -0.11599911904071264, "she": 0.22922525090968804, "they": 0.3452243699504007}, "created": {"she - they": -0.038502227360423136, "she": 0.24717495642628295, "they": 0.2856771837867061}, "credit": {"she - they": 0.012958545722881465, "she": 0.292359749449416, "they": 0.27940120372653454}, "cried": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "crime": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "crisis": {"she - they": -0.061551343029158656, "she": 0.22442002002002015, "they": 0.2859713630491788}, "cross": {"she - they": -0.04032561414242844, "she": 0.22002125308262796, "they": 0.2603468672250564}, "crowd": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "crucial": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "cry": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "crying": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "cultured": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "cup": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "customer": {"she - they": 0.042155725665109056, "she": 0.30644844086223105, "they": 0.264292715197122}, "cut": {"she - they": 0.04200080699463965, "she": 0.29888470496561315, "they": 0.2568838979709735}, "cute": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "cutting": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "d": {"she - they": -0.01888082543635461, "she": 0.3026763214539169, "they": 0.3215571468902715}, "dad": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "dads": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "daily": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "dairy": {"she - they": 0.03685496061629079, "she": 0.25497656783547035, "they": 0.21812160721917956}, "dance": {"she - they": 0.04251152091488697, "she": 0.3267967247659127, "they": 0.28428520385102574}, "dancers": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "dangerous": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "danville": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "dark": {"she - they": -0.03895102718349977, "she": 0.24045017654303477, "they": 0.27940120372653454}, "data": {"she - they": -0.0833850557618343, "she": 0.17227323651241006, "they": 0.25565829227424436}, "daughter": {"she - they": 0.047860803240095784, "she": 0.3338321662892746, "they": 0.2859713630491788}, "daughters": {"she - they": 0.04200080699463965, "she": 0.29888470496561315, "they": 0.2568838979709735}, "david": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "day": {"she - they": -0.08637691766672953, "she": 0.24314882832025966, "they": 0.3295257459869892}, "days": {"she - they": -0.05237040037463009, "she": 0.28287280163644407, "they": 0.33524320201107416}, "dear": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "death": {"she - they": 0.04185733254716695, "she": 0.292359749449416, "they": 0.25050241690224906}, "decades": {"she - they": -0.039347839451232325, "she": 0.23452703918551698, "they": 0.2738748786367493}, "december": {"she - they": 0.04172333862182756, "she": 0.2866086098257829, "they": 0.24488527120395534}, "decent": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "decide": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "decided": {"she - they": -0.008256639813263467, "she": 0.30535864701646653, "they": 0.31361528682973}, "decimated": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "decision": {"she - they": -0.07951374337694295, "she": 0.2159616984172747, "they": 0.29547544179421764}, "declaration": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "declare": {"she - they": -0.010358232018438357, "she": 0.23452703918551698, "they": 0.24488527120395534}, "decline": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "declined": {"she - they": 0.014199285024114883, "she": 0.3267967247659127, "they": 0.3125974397417978}, "defeat": {"she - they": 0.03710064610770153, "she": 0.26430766704370723, "they": 0.2272070209360057}, "defence": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "defend": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "defense": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "definitely": {"she - they": -0.07671124825969328, "she": 0.24717495642628295, "they": 0.32388620468597623}, "delicate": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "delicious": {"she - they": -0.059125243826805896, "she": 0.25497656783547035, "they": 0.31410181166227624}, "deliver": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "demanding": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "denominator": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "dense": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "department": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "depend": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "depending": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "deported": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "depth": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "depths": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "described": {"she - they": -0.0778505219972026, "she": 0.23452703918551698, "they": 0.3123775611827196}, "description": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "deserved": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "design": {"she - they": 0.010233373462572831, "she": 0.22957042537968353, "they": 0.2193370519171107}, "designed": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "despite": {"she - they": -0.07951374337694295, "she": 0.2159616984172747, "they": 0.29547544179421764}, "desserts": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "destination": {"she - they": 0.042324752641905106, "she": 0.31548650151542973, "they": 0.2731617488735246}, "destinie": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "destroy": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "destroying": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "detective": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "deteriorate": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "devastating": {"she - they": 0.04251152091488697, "she": 0.3267967247659127, "they": 0.28428520385102574}, "developed": {"she - they": -0.009708941544690541, "she": 0.24717495642628295, "they": 0.2568838979709735}, "developing": {"she - they": -0.024534141862718684, "she": 0.30644844086223105, "they": 0.33098258272494974}, "development": {"she - they": -0.08305789220946477, "she": 0.17599164955874505, "they": 0.2590495417682098}, "did": {"she - they": -0.03680479374463197, "she": 0.29769033254725896, "they": 0.33449512629189093}, "didn": {"she - they": 0.010510255836332971, "she": 0.3101914479886179, "they": 0.29968119215228495}, "difference": {"she - they": -0.0778505219972026, "she": 0.23452703918551698, "they": 0.3123775611827196}, "different": {"she - they": -0.042795524073778485, "she": 0.24957026930944717, "they": 0.29236579338322566}, "difficult": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "difficulty": {"she - they": -0.05838439989711408, "she": 0.26430766704370723, "they": 0.3226920669408213}, "digest": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "digital": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "dinner": {"she - they": -0.059125243826805896, "she": 0.25497656783547035, "they": 0.31410181166227624}, "diplomat": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "disappear": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "disappeared": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "disappoint": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "discovered": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "discovery": {"she - they": -0.010052240359214287, "she": 0.24045017654303477, "they": 0.25050241690224906}, "discuss": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "discussion": {"she - they": -0.059125243826805896, "she": 0.25497656783547035, "they": 0.31410181166227624}, "discussions": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "disliked": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "dismissed": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "display": {"she - they": -0.010358232018438357, "she": 0.23452703918551698, "they": 0.24488527120395534}, "disrespected": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "distant": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "ditched": {"she - they": 0.04272046218670855, "she": 0.34211741182294264, "they": 0.2993969496362341}, "divorce": {"she - they": -0.039347839451232325, "she": 0.23452703918551698, "they": 0.2738748786367493}, "divorced": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "divulge": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "do": {"she - they": -0.10919237587936292, "she": 0.2551457483789882, "they": 0.3643381242583511}, "does": {"she - they": -0.15060728271252366, "she": 0.16877250446309178, "they": 0.31937978717561544}, "doesn": {"she - they": -0.06554280817294117, "she": 0.26145352456736304, "they": 0.3269963327403042}, "doing": {"she - they": -0.03852867726456166, "she": 0.31604102320214184, "they": 0.3545697004667035}, "dollars": {"she - they": 0.07422980536992141, "she": 0.34739155424344603, "they": 0.2731617488735246}, "dolores": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "dominating": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "don": {"she - they": -0.05289957401036527, "she": 0.30346759316226135, "they": 0.3563671671726266}, "done": {"she - they": -0.06682930145689606, "she": 0.24696357437639913, "they": 0.3137928758332952}, "dou4": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "dou4jiang1": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "double": {"she - they": -0.0076533708000451894, "she": 0.30644844086223105, "they": 0.31410181166227624}, "doubt": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "doujiang": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "down": {"she - they": -0.06455424152580508, "she": 0.2888200183546367, "they": 0.3533742598804418}, "dozens": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "drama": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "dressed": {"she - they": 0.07427022671534222, "she": 0.3385629419124642, "they": 0.264292715197122}, "drew": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "drink": {"she - they": 0.012958545722881465, "she": 0.292359749449416, "they": 0.27940120372653454}, "drinks": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "driver": {"she - they": 0.01348802202871463, "she": 0.30644844086223105, "they": 0.2929604188335164}, "drivers": {"she - they": -0.009708941544690541, "she": 0.24717495642628295, "they": 0.2568838979709735}, "driving": {"she - they": -0.010052240359214287, "she": 0.24045017654303477, "they": 0.25050241690224906}, "drizzle": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "drop": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "drops": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "drove": {"she - they": 0.04272046218670855, "she": 0.34211741182294264, "they": 0.2993969496362341}, "drunk": {"she - they": 0.042155725665109056, "she": 0.30644844086223105, "they": 0.264292715197122}, "dublin": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "dude": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "dug": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "dundalk": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "during": {"she - they": -0.13312075982038932, "she": 0.2078189556791117, "they": 0.34093971549950103}, "dweller": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "e": {"she - they": -0.07832659665052782, "she": 0.22922525090968804, "they": 0.30755184756021586}, "each": {"she - they": -0.05605381011672905, "she": 0.24209024316609928, "they": 0.29814405328282834}, "ear": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "earlier": {"she - they": -0.008937476205810535, "she": 0.28145759079407173, "they": 0.29039506699988227}, "early": {"she - they": -0.08321305705492027, "she": 0.27328741300205234, "they": 0.3565004700569726}, "earth": {"she - they": -0.009708941544690541, "she": 0.24717495642628295, "they": 0.2568838979709735}, "easier": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "east": {"she - they": -0.04166553873112033, "she": 0.26488615858034703, "they": 0.30655169731146736}, "eastwards": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "easy": {"she - they": -0.0926870926478226, "she": 0.22922525090968804, "they": 0.32191234355751064}, "eat": {"she - they": -0.05974466019747959, "she": 0.24717495642628295, "they": 0.30691961662376255}, "eclectic": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "economy": {"she - they": -0.038502227360423136, "she": 0.24717495642628295, "they": 0.2856771837867061}, "ecstatic": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "educate": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "education": {"she - they": -0.03970422647135391, "she": 0.22922525090968804, "they": 0.26892947738104195}, "effects": {"she - they": -0.010888177052159803, "she": 0.22442002002002015, "they": 0.23530819707217995}, "efforts": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "eggshells": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "eight": {"she - they": -0.059125243826805896, "she": 0.25497656783547035, "they": 0.31410181166227624}, "either": {"she - they": -0.1363383123020992, "she": 0.2159616984172747, "they": 0.3523000107193739}, "elbow": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "elementary": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "ellen": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "else": {"she - they": -0.07600601488947939, "she": 0.25497656783547035, "they": 0.33098258272494974}, "eludes": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "elusively": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "email": {"she - they": -0.039347839451232325, "she": 0.23452703918551698, "they": 0.2738748786367493}, "emergency": {"she - they": -0.009184956696190127, "she": 0.2767864063529887, "they": 0.2859713630491788}, "emotional": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "emotionally": {"she - they": 0.04251152091488697, "she": 0.3267967247659127, "they": 0.28428520385102574}, "empathise": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "encourage": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "encouraged": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "end": {"she - they": -0.14837139709960442, "she": 0.1864655387493027, "they": 0.3348369358489071}, "ended": {"she - they": 0.01348802202871463, "she": 0.30644844086223105, "they": 0.2929604188335164}, "endgamepodcast": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "ending": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "ends": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "energy": {"she - they": -0.042775486580135, "she": 0.18421481050531022, "they": 0.22699029708544521}, "engaging": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "england": {"she - they": -0.07671124825969328, "she": 0.24717495642628295, "they": 0.32388620468597623}, "enjoying": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "entered": {"she - they": -0.06074886590351147, "she": 0.23452703918551698, "they": 0.29527590508902846}, "entertain": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "entertainment": {"she - they": 0.042324752641905106, "she": 0.31548650151542973, "they": 0.2731617488735246}, "entire": {"she - they": -0.026664057119684448, "she": 0.27250817636204266, "they": 0.2991722334817271}, "enzyme": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "epidemic": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "episode": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "ers": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "escape": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "escort": {"she - they": 0.04251152091488697, "she": 0.3267967247659127, "they": 0.28428520385102574}, "especially": {"she - they": -0.03269291612983943, "she": 0.29136506911117416, "they": 0.3240579852410136}, "estimate": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "estranged": {"she - they": 0.03710064610770153, "she": 0.26430766704370723, "they": 0.2272070209360057}, "estrangement": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "estrangements": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "europe": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "even": {"she - they": -0.08557904422009616, "she": 0.2623130856355038, "they": 0.3478921298556}, "evening": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "event": {"she - they": -0.06074886590351147, "she": 0.23452703918551698, "they": 0.29527590508902846}, "eventually": {"she - they": -0.07671124825969328, "she": 0.24717495642628295, "they": 0.32388620468597623}, "ever": {"she - they": -0.0319364213781661, "she": 0.3140217033283355, "they": 0.3459581247065016}, "every": {"she - they": -0.07690706977565642, "she": 0.2690510549308452, "they": 0.3459581247065016}, "everybody": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "everything": {"she - they": -0.052585457810754965, "she": 0.28031516118940053, "they": 0.3329006190001555}, "everywhere": {"she - they": -0.038502227360423136, "she": 0.24717495642628295, "they": 0.2856771837867061}, "evidence": {"she - they": 0.012958545722881465, "she": 0.292359749449416, "they": 0.27940120372653454}, "ex": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "exactly": {"she - they": -0.060278585136184254, "she": 0.24045017654303477, "they": 0.300728761679219}, "examination": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "examines": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "examining": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "exceedingly": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "excellent": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "excerpts": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "excited": {"she - they": -0.009708941544690541, "she": 0.24717495642628295, "they": 0.2568838979709735}, "exclusive": {"she - they": -0.038502227360423136, "she": 0.24717495642628295, "they": 0.2856771837867061}, "exclusively": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "exiting": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "expect": {"she - they": 0.04185733254716695, "she": 0.292359749449416, "they": 0.25050241690224906}, "expectations": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "expected": {"she - they": -0.027375971081023798, "she": 0.26145352456736304, "they": 0.28882949564838684}, "expensive": {"she - they": -0.010358232018438357, "she": 0.23452703918551698, "they": 0.24488527120395534}, "experience": {"she - they": -0.061551343029158656, "she": 0.22442002002002015, "they": 0.2859713630491788}, "experiences": {"she - they": -0.038502227360423136, "she": 0.24717495642628295, "they": 0.2856771837867061}, "experiencetheride": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "expert": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "experts": {"she - they": -0.05974466019747959, "she": 0.24717495642628295, "they": 0.30691961662376255}, "explain": {"she - they": -0.060278585136184254, "she": 0.24045017654303477, "they": 0.300728761679219}, "explained": {"she - they": 0.042324752641905106, "she": 0.31548650151542973, "they": 0.2731617488735246}, "explains": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "exploring": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "extensive": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "extremely": {"she - they": -0.07731761269283002, "she": 0.24045017654303477, "they": 0.3177677892358648}, "face": {"she - they": -0.07600601488947939, "she": 0.25497656783547035, "they": 0.33098258272494974}, "facebook": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "faces": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "facet": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "facing": {"she - they": -0.02540803978644879, "she": 0.292359749449416, "they": 0.3177677892358648}, "fact": {"she - they": -0.021598167968865822, "she": 0.29136506911117416, "they": 0.31296323708004}, "factual": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "faded": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "failed": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "fake": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "fall": {"she - they": -0.07832659665052782, "she": 0.22922525090968804, "they": 0.30755184756021586}, "fallen": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "fallibility": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "falling": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "falls": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "familial": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "family": {"she - they": -0.010397996504832696, "she": 0.26704646936791815, "they": 0.27744446587275085}, "famous": {"she - they": 0.03685496061629079, "she": 0.25497656783547035, "they": 0.21812160721917956}, "fan": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "fantastic": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "far": {"she - they": -0.021967398559785967, "she": 0.2855569768126605, "they": 0.3075243753724465}, "fare": {"she - they": 0.08818354772015258, "she": 0.3267967247659127, "they": 0.23861317704576013}, "fascinate": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "fascinated": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "fascinating": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "father": {"she - they": 0.04185733254716695, "she": 0.292359749449416, "they": 0.25050241690224906}, "fathers": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "fatigued": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "fault": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "favorite": {"she - they": 0.0415973450112887, "she": 0.28145759079407173, "they": 0.23986024578278303}, "favorites": {"she - they": 0.042324752641905106, "she": 0.31548650151542973, "they": 0.2731617488735246}, "favour": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "favourite": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "fear": {"she - they": -0.07731761269283002, "she": 0.24045017654303477, "they": 0.3177677892358648}, "february": {"she - they": 0.03710064610770153, "she": 0.26430766704370723, "they": 0.2272070209360057}, "feel": {"she - they": 0.023726694926375136, "she": 0.3141217619262574, "they": 0.29039506699988227}, "feeling": {"she - they": 0.04538825233540372, "she": 0.32478945606193826, "they": 0.27940120372653454}, "feelings": {"she - they": 0.04200080699463965, "she": 0.29888470496561315, "they": 0.2568838979709735}, "feigned": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "fell": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "felt": {"she - they": -0.06116981609019423, "she": 0.22922525090968804, "they": 0.29039506699988227}, "few": {"she - they": -0.022139055960080978, "she": 0.28287280163644407, "they": 0.30501185759652505}, "fiercely": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "fifty": {"she - they": 0.04251152091488697, "she": 0.3267967247659127, "they": 0.28428520385102574}, "fight": {"she - they": 0.0065699143660415404, "she": 0.3141217619262574, "they": 0.30755184756021586}, "figure": {"she - they": -0.04237992310104466, "she": 0.2551868275365524, "they": 0.2975667506375971}, "figured": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "filled": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "film": {"she - they": -0.04245835317419844, "she": 0.188807727631788, "they": 0.23126608080598643}, "films": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "finally": {"she - they": -0.059125243826805896, "she": 0.25497656783547035, "they": 0.31410181166227624}, "find": {"she - they": -0.14775908172310118, "she": 0.1912497678192406, "they": 0.3390088495423418}, "finding": {"she - they": 0.01348802202871463, "she": 0.30644844086223105, "they": 0.2929604188335164}, "finds": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "fine": {"she - they": -0.07671124825969328, "she": 0.24717495642628295, "they": 0.32388620468597623}, "finest": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "finishing": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "fire": {"she - they": 0.010933973723287499, "she": 0.24447382153804662, "they": 0.23353984781475912}, "fires": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "first": {"she - they": -0.09246523106670235, "she": 0.26627246408913086, "they": 0.3587376951558332}, "flames": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "flash": {"she - they": 0.04272046218670855, "she": 0.34211741182294264, "they": 0.2993969496362341}, "flashmob": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "flat": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "flavours": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "flight": {"she - they": 0.04200080699463965, "she": 0.29888470496561315, "they": 0.2568838979709735}, "flits": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "flower": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "focused": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "followed": {"she - they": -0.04139619434772035, "she": 0.26855802095664216, "they": 0.3099542153043625}, "food": {"she - they": -0.05752299889013052, "she": 0.22419773244952246, "they": 0.281720731339653}, "for": {"she - they": -0.10844637012933822, "she": 0.25126113432882957, "they": 0.3597075044581678}, "force": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "forces": {"she - they": 0.03643943448298245, "she": 0.24045017654303477, "they": 0.20401074206005232}, "ford": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "foreign": {"she - they": -0.04132282704443957, "she": 0.20535507776698447, "they": 0.24667790481142404}, "forgiveness": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "forgotten": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "form": {"she - they": -0.009184956696190127, "she": 0.2767864063529887, "they": 0.2859713630491788}, "former": {"she - they": -0.02072098053614302, "she": 0.30535864701646653, "they": 0.32607962755260955}, "forum": {"she - they": -0.03895102718349977, "she": 0.24045017654303477, "they": 0.27940120372653454}, "forward": {"she - they": -0.008034911658149402, "she": 0.29888470496561315, "they": 0.30691961662376255}, "found": {"she - they": -0.052988156904753836, "she": 0.2755322689305947, "they": 0.3285204258353485}, "four": {"she - they": -0.14253704813885112, "she": 0.16546371695977027, "they": 0.3080007650986214}, "foyer": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "francis": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "frank": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "frantic": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "frantically": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "free": {"she - they": -0.10969789758843673, "she": 0.24209024316609928, "they": 0.351788140754536}, "frequent": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "fresh": {"she - they": -0.059125243826805896, "she": 0.25497656783547035, "they": 0.31410181166227624}, "fridges": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "friend": {"she - they": 0.042324752641905106, "she": 0.31548650151542973, "they": 0.2731617488735246}, "friendly": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "friends": {"she - they": 0.023577148545636195, "she": 0.309548511594815, "they": 0.2859713630491788}, "from": {"she - they": -0.11954813367640416, "she": 0.2610931211490388, "they": 0.380641254825443}, "front": {"she - they": -0.025768951356936687, "she": 0.2866086098257829, "they": 0.3123775611827196}, "function": {"she - they": -0.07731761269283002, "she": 0.24045017654303477, "they": 0.3177677892358648}, "future": {"she - they": -0.05918783588632967, "she": 0.20401995369045886, "they": 0.26320778957678853}, "g": {"she - they": -0.0778505219972026, "she": 0.23452703918551698, "they": 0.3123775611827196}, "game": {"she - they": -0.09839090591895855, "she": 0.17049738504854545, "they": 0.268888290967504}, "games": {"she - they": -0.0619005993604381, "she": 0.22002125308262796, "they": 0.28192185244306606}, "garda": {"she - they": 0.04185733254716695, "she": 0.292359749449416, "they": 0.25050241690224906}, "garda\u00ed": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "gate": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "gathered": {"she - they": -0.05838439989711408, "she": 0.26430766704370723, "they": 0.3226920669408213}, "gave": {"she - they": 0.011882996406623658, "she": 0.34200719925462736, "they": 0.3301242028480037}, "geez": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "general": {"she - they": -0.06074886590351147, "she": 0.23452703918551698, "they": 0.29527590508902846}, "generally": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "genie": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "geographically": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "gershshwin": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "get": {"she - they": -0.04225183213834505, "she": 0.32176978273952633, "they": 0.3640216148778714}, "gets": {"she - they": -0.038502227360423136, "she": 0.24717495642628295, "they": 0.2856771837867061}, "getting": {"she - they": -0.08510306049460559, "she": 0.2551868275365524, "they": 0.340289888031158}, "girl": {"she - they": 0.030332293982336944, "she": 0.3223724089658352, "they": 0.29204011498349824}, "girls": {"she - they": 0.012733731189033592, "she": 0.2866086098257829, "they": 0.2738748786367493}, "give": {"she - they": 0.0032945903386667474, "she": 0.3223724089658352, "they": 0.31907781862716844}, "given": {"she - they": -0.11722106013929415, "she": 0.23548916825886754, "they": 0.3527102283981617}, "gives": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "glad": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "glasses": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "go": {"she - they": -0.05253706358173027, "she": 0.29703645078571816, "they": 0.34957351436744843}, "goal": {"she - they": -0.02609425676614413, "she": 0.28145759079407173, "they": 0.30755184756021586}, "goals": {"she - they": -0.010634994873094994, "she": 0.22922525090968804, "they": 0.23986024578278303}, "goats": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "god": {"she - they": -0.01173388043854015, "she": 0.20866501686282207, "they": 0.22039889730136222}, "godfather": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "going": {"she - they": -0.08835124636513897, "she": 0.2914339094357151, "they": 0.3797851558008541}, "gold": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "gone": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "good": {"she - they": -0.027450506703092403, "she": 0.3159764637164809, "they": 0.3434269704195733}, "google": {"she - they": -0.04193094031008404, "she": 0.19647342723946012, "they": 0.23840436754954417}, "googled": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "got": {"she - they": -0.009291071923564487, "she": 0.3016224778974702, "they": 0.3109135498210347}, "government": {"she - they": -0.13596485939272293, "she": 0.14167415680920362, "they": 0.27763901620192655}, "grade": {"she - they": -0.04060077189150785, "she": 0.2159616984172747, "they": 0.25656247030878254}, "graders": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "graduated": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "graduates": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "grand": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "grann": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "granted": {"she - they": -0.009708941544690541, "she": 0.24717495642628295, "they": 0.2568838979709735}, "graves": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "gray": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "great": {"she - they": -0.09612165714377391, "she": 0.22957042537968353, "they": 0.32569208252345744}, "green": {"she - they": -0.06474365226052997, "she": 0.18421481050531022, "they": 0.2489584627658402}, "greet": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "grew": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "grips": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "ground": {"she - they": -0.081710866494875, "she": 0.1912497678192406, "they": 0.2729606343141156}, "group": {"she - they": -0.09283990048388827, "she": 0.24314882832025966, "they": 0.33598872880414793}, "groupon": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "growing": {"she - they": -0.04008090292868449, "she": 0.2866086098257829, "they": 0.3266895127544674}, "grown": {"she - they": 0.04549295584196694, "she": 0.33117013962867303, "they": 0.2856771837867061}, "growth": {"she - they": -0.009626601770893473, "she": 0.26855802095664216, "they": 0.27818462272753564}, "gru": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "guess": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "guilt": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "guilty": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "gulf": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "guy": {"she - they": 0.0138117552991327, "she": 0.31548650151542973, "they": 0.30167474621629703}, "guys": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "had": {"she - they": -0.0544512455010826, "she": 0.3032792782871839, "they": 0.3577305237882665}, "hadn": {"she - they": 0.0138117552991327, "she": 0.31548650151542973, "they": 0.30167474621629703}, "haired": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "hairstyle": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "half": {"she - they": -0.06554280817294117, "she": 0.26145352456736304, "they": 0.3269963327403042}, "halftime": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "hall": {"she - they": -0.009708941544690541, "she": 0.24717495642628295, "they": 0.2568838979709735}, "hand": {"she - they": -0.0421554138415679, "she": 0.2582288780542168, "they": 0.3003842918957847}, "handle": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "hannah": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "happen": {"she - they": -0.0778505219972026, "she": 0.23452703918551698, "they": 0.3123775611827196}, "happened": {"she - they": 0.012958545722881465, "she": 0.292359749449416, "they": 0.27940120372653454}, "happening": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "happenings": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "happy": {"she - they": -0.00720556542539158, "she": 0.31548650151542973, "they": 0.3226920669408213}, "hard": {"she - they": -0.08045911687969243, "she": 0.20535507776698447, "they": 0.2858141946466769}, "hardin": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "harping": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "harry": {"she - they": 0.03663679104000023, "she": 0.24717495642628295, "they": 0.21053816538628273}, "has": {"she - they": -0.10701583092619638, "she": 0.2610931211490388, "they": 0.3681089520752352}, "hats": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "have": {"she - they": -0.13796009055415298, "she": 0.25907621978622136, "they": 0.39703631034037434}, "haven": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "having": {"she - they": -0.06928548433140386, "she": 0.27328741300205234, "they": 0.3425728973334562}, "he": {"she - they": -0.13218563571685596, "she": 0.19378702836351633, "they": 0.3259726640803723}, "head": {"she - they": -0.04386815503178926, "she": 0.2755322689305947, "they": 0.31940042396238394}, "headed": {"she - they": -0.059125243826805896, "she": 0.25497656783547035, "they": 0.31410181166227624}, "heading": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "heads": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "healing": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "healthy": {"she - they": -0.09157447662226512, "she": 0.24045017654303477, "they": 0.3320246531652999}, "hear": {"she - they": -0.07731761269283002, "she": 0.24045017654303477, "they": 0.3177677892358648}, "heard": {"she - they": -0.04139619434772035, "she": 0.26855802095664216, "they": 0.3099542153043625}, "heart": {"she - they": -0.07671124825969328, "she": 0.24717495642628295, "they": 0.32388620468597623}, "heartening": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "heavyweight": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "held": {"she - they": -0.033652358540896876, "she": 0.2778718199041776, "they": 0.31152417844507446}, "help": {"she - they": -0.1564058416063445, "she": 0.18421481050531022, "they": 0.3406206521116547}, "helped": {"she - they": -0.059125243826805896, "she": 0.25497656783547035, "they": 0.31410181166227624}, "heng": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "her": {"she - they": 0.07623798520228997, "she": 0.32762098007111484, "they": 0.25138299486882487}, "here": {"she - they": -0.09084523103275294, "she": 0.2623130856355038, "they": 0.35315831666825676}, "heroes": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "herself": {"she - they": 0.04251152091488697, "she": 0.3267967247659127, "they": 0.28428520385102574}, "hide": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "hiding": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "high": {"she - they": -0.13162077626162946, "she": 0.17995918049776924, "they": 0.3115799567593987}, "higher": {"she - they": -0.11793442873320123, "she": 0.21218977411480247, "they": 0.3301242028480037}, "highlight": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "highway": {"she - they": 0.03663679104000023, "she": 0.24717495642628295, "they": 0.21053816538628273}, "hilarious": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "him": {"she - they": -0.05483040105883752, "she": 0.26115396640330923, "they": 0.31598436746214675}, "his": {"she - they": -0.08160483554255182, "she": 0.2419487110084514, "they": 0.3235535465510032}, "historical": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "history": {"she - they": -0.06261844147221074, "she": 0.26142333100716103, "they": 0.32404177247937177}, "hit": {"she - they": 0.03065482368410921, "she": 0.3338321662892746, "they": 0.3031773426051654}, "hits": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "hive": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "hoffman": {"she - they": 0.035787261837731565, "she": 0.22002125308262796, "they": 0.1842339912448964}, "hold": {"she - they": -0.05284477833094475, "she": 0.28145759079407173, "they": 0.3343023691250165}, "holds": {"she - they": 0.03685496061629079, "she": 0.25497656783547035, "they": 0.21812160721917956}, "homage": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "home": {"she - they": -0.032741968023935086, "she": 0.30323602636598407, "they": 0.33597799438991915}, "homemade": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "honest": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "honey": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "hosted": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "hosts": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "hot": {"she - they": -0.04155693862360349, "she": 0.30535864701646653, "they": 0.34691558564007}, "hotel": {"she - they": -0.010052240359214287, "she": 0.24045017654303477, "they": 0.25050241690224906}, "hours": {"she - they": -0.04155693862360349, "she": 0.30535864701646653, "they": 0.34691558564007}, "house": {"she - they": -0.04166553873112033, "she": 0.26488615858034703, "they": 0.30655169731146736}, "houses": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "how": {"she - they": -0.0756968337561868, "she": 0.29557476645280506, "they": 0.37127160020899186}, "however": {"she - they": -0.054180113416598286, "she": 0.26142333100716103, "they": 0.3156034444237593}, "https": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "huerta": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "hug": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "huge": {"she - they": -0.07832659665052782, "she": 0.22922525090968804, "they": 0.30755184756021586}, "hughes": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "human": {"she - they": -0.07915098039909915, "she": 0.22002125308262796, "they": 0.2991722334817271}, "humans": {"she - they": -0.008937476205810535, "she": 0.28145759079407173, "they": 0.29039506699988227}, "hundred": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "hunger": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "hurt": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "husband": {"she - they": 0.03710064610770153, "she": 0.26430766704370723, "they": 0.2272070209360057}, "hustling": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "hysterical": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "i": {"she - they": -0.08624515743394484, "she": 0.21865521104589125, "they": 0.3049003684798361}, "ice": {"she - they": 0.04272046218670855, "she": 0.34211741182294264, "they": 0.2993969496362341}, "idea": {"she - they": -0.03457106039288965, "she": 0.2651101317593953, "they": 0.29968119215228495}, "identical": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "if": {"she - they": -0.11893298156841808, "she": 0.25399784713689005, "they": 0.37293082870530814}, "ignorant": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "ignore": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "ill": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "illness": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "illusion": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "illustrates": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "immediately": {"she - they": 0.015820711654367825, "she": 0.3223724089658352, "they": 0.30655169731146736}, "immensely": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "immersive": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "impacts": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "imparted": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "impatience": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "impeccably": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "importance": {"she - they": -0.008369012229803019, "she": 0.292359749449416, "they": 0.300728761679219}, "important": {"she - they": -0.11157917610583393, "she": 0.22593464675408523, "they": 0.33751382285991915}, "imported": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "in": {"she - they": -0.13275717126693007, "she": 0.18586406175018963, "they": 0.3186212330171197}, "inability": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "incident": {"she - they": 0.03593436333710581, "she": 0.22442002002002015, "they": 0.18848565668291434}, "incidents": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "included": {"she - they": -0.07832659665052782, "she": 0.22922525090968804, "they": 0.30755184756021586}, "including": {"she - they": -0.05196697838808423, "she": 0.2939911463184174, "they": 0.3459581247065016}, "incompatible": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "increased": {"she - they": -0.03895102718349977, "she": 0.24045017654303477, "they": 0.27940120372653454}, "increasingly": {"she - they": -0.059125243826805896, "she": 0.25497656783547035, "they": 0.31410181166227624}, "indeed": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "indians": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "industry": {"she - they": -0.0263909362521767, "she": 0.2767864063529887, "they": 0.3031773426051654}, "information": {"she - they": -0.04166553873112033, "she": 0.26488615858034703, "they": 0.30655169731146736}, "informed": {"she - they": 0.014199285024114883, "she": 0.3267967247659127, "they": 0.3125974397417978}, "informs": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "ink": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "instance": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "instead": {"she - they": -0.09338772650747129, "she": 0.2551868275365524, "they": 0.3485745540440237}, "instinctively": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "instincts": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "intelligence": {"she - they": -0.008937476205810535, "she": 0.28145759079407173, "they": 0.29039506699988227}, "intelligent": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "intend": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "intended": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "intensify": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "intensity": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "interactive": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "interest": {"she - they": -0.025768951356936687, "she": 0.2866086098257829, "they": 0.3123775611827196}, "interested": {"she - they": 0.014199285024114883, "she": 0.3267967247659127, "they": 0.3125974397417978}, "interesting": {"she - they": -0.059125243826805896, "she": 0.25497656783547035, "they": 0.31410181166227624}, "international": {"she - they": -0.09359403374710204, "she": 0.22002125308262796, "they": 0.31361528682973}, "interview": {"she - they": -0.059125243826805896, "she": 0.25497656783547035, "they": 0.31410181166227624}, "interviewed": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "intestinal": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "into": {"she - they": -0.06250211549928114, "she": 0.30731379307380274, "they": 0.3698159085730839}, "intolerant": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "investigates": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "investigating": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "investigation": {"she - they": -0.008034911658149402, "she": 0.29888470496561315, "they": 0.30691961662376255}, "investigators": {"she - they": 0.04272046218670855, "she": 0.34211741182294264, "they": 0.2993969496362341}, "involved": {"she - they": -0.007751793882168512, "she": 0.3223724089658352, "they": 0.3301242028480037}, "involvement": {"she - they": -0.038502227360423136, "she": 0.24717495642628295, "they": 0.2856771837867061}, "ireland": {"she - they": 0.01348802202871463, "she": 0.30644844086223105, "they": 0.2929604188335164}, "irish": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "irony": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "is": {"she - they": -0.11606809929253858, "she": 0.2279121500617058, "they": 0.34398024935424437}, "isabelle": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "isay": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "islamic": {"she - they": -0.039347839451232325, "she": 0.23452703918551698, "they": 0.2738748786367493}, "isn": {"she - they": -0.020961796716192693, "she": 0.30148895101275536, "they": 0.32245074772894805}, "issue": {"she - they": -0.09855544703198882, "she": 0.16877250446309178, "they": 0.2673279514950806}, "it": {"she - they": -0.14560351970807056, "she": 0.21000619016391792, "they": 0.3556097098719885}, "itching": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "item": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "items": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "its": {"she - they": -0.10236279228940245, "she": 0.24756185998563604, "they": 0.3499246522750385}, "itself": {"she - they": -0.09399251688708782, "she": 0.2159616984172747, "they": 0.3099542153043625}, "jacket": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "jackson": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "jane": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "japan": {"she - they": -0.041738493778125246, "she": 0.19927914419369955, "they": 0.2410176379718248}, "jay": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "jealous": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "jfk": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "jiang1": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "job": {"she - they": -0.041917880878340474, "she": 0.26145352456736304, "they": 0.3033714054457035}, "join": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "joke": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "jokes": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "joshua": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "journal": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "journalism": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "journey": {"she - they": -0.010052240359214287, "she": 0.24045017654303477, "they": 0.25050241690224906}, "journeys": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "judy": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "juice": {"she - they": 0.03710064610770153, "she": 0.26430766704370723, "they": 0.2272070209360057}, "july": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "jumped": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "june": {"she - they": -0.009626601770893473, "she": 0.26855802095664216, "they": 0.27818462272753564}, "just": {"she - they": -0.052297921988442075, "she": 0.3131360921675588, "they": 0.36543401415600085}, "karen": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "keeghan": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "keen": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "keep": {"she - they": -0.1153910316146946, "she": 0.23452703918551698, "they": 0.3499180708002116}, "kept": {"she - they": -0.0778505219972026, "she": 0.23452703918551698, "they": 0.3123775611827196}, "kevin": {"she - they": 0.08798821098151699, "she": 0.34211741182294264, "they": 0.25412920084142565}, "key": {"she - they": -0.07600601488947939, "she": 0.25497656783547035, "they": 0.33098258272494974}, "kid": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "kidding": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "kids": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "killed": {"she - they": 0.0138117552991327, "she": 0.31548650151542973, "they": 0.30167474621629703}, "killers": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "kind": {"she - they": -0.025001499720363085, "she": 0.29888470496561315, "they": 0.32388620468597623}, "kindle": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "kingdom": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "knew": {"she - they": 0.03961801234095197, "she": 0.3696282784608959, "they": 0.33001026611994394}, "knocked": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "knotted": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "know": {"she - they": -0.04280456703680491, "she": 0.2955254715923733, "they": 0.3383300386291782}, "knowledge": {"she - they": -0.038502227360423136, "she": 0.24717495642628295, "they": 0.2856771837867061}, "known": {"she - they": -0.1313788749334546, "she": 0.1820481866290838, "they": 0.3134270615625384}, "korea": {"she - they": -0.010052240359214287, "she": 0.24045017654303477, "they": 0.25050241690224906}, "kyla": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "l": {"she - they": 0.08834005688992275, "she": 0.2866086098257829, "they": 0.19826855293586015}, "la": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "lactase": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "lactose": {"she - they": 0.03685496061629079, "she": 0.25497656783547035, "they": 0.21812160721917956}, "lady": {"she - they": 0.07428624165769954, "she": 0.33117013962867303, "they": 0.2568838979709735}, "laid": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "land": {"she - they": -0.04132282704443957, "she": 0.20535507776698447, "they": 0.24667790481142404}, "landed": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "language": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "large": {"she - they": -0.06074886590351147, "she": 0.23452703918551698, "they": 0.29527590508902846}, "larger": {"she - they": 0.04200080699463965, "she": 0.29888470496561315, "they": 0.2568838979709735}, "last": {"she - they": -0.0501445567230151, "she": 0.29313684761358544, "they": 0.34328140433660054}, "late": {"she - they": -0.10648904931167336, "she": 0.2159616984172747, "they": 0.32245074772894805}, "later": {"she - they": -0.00820269380517119, "she": 0.3203177320301773, "they": 0.3285204258353485}, "latest": {"she - they": -0.010358232018438357, "she": 0.23452703918551698, "they": 0.24488527120395534}, "latte": {"she - they": -0.03895102718349977, "she": 0.24045017654303477, "they": 0.27940120372653454}, "launch": {"she - they": 0.03710064610770153, "she": 0.26430766704370723, "they": 0.2272070209360057}, "law": {"she - they": 0.01071801113340784, "she": 0.23980352129624877, "they": 0.22908551016284093}, "laws": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "lax": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "lead": {"she - they": -0.10853843035706492, "she": 0.19647342723946012, "they": 0.30501185759652505}, "leaders": {"she - they": -0.05322385976695526, "she": 0.2767864063529887, "they": 0.33001026611994394}, "leading": {"she - they": -0.059125243826805896, "she": 0.25497656783547035, "they": 0.31410181166227624}, "leaks": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "leaky": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "learned": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "least": {"she - they": -0.03290396831604864, "she": 0.28838205470590894, "they": 0.3212860230219576}, "lee": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "left": {"she - they": -0.07625587182394133, "she": 0.2755322689305947, "they": 0.351788140754536}, "legal": {"she - they": 0.03663679104000023, "she": 0.24717495642628295, "they": 0.21053816538628273}, "legendary": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "legs": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "length": {"she - they": 0.03685496061629079, "she": 0.25497656783547035, "they": 0.21812160721917956}, "less": {"she - they": -0.09064455127198473, "she": 0.2632371975832424, "they": 0.3538817488552271}, "let": {"she - they": -0.05386806089339663, "she": 0.2651101317593953, "they": 0.3189781926527919}, "letter": {"she - they": -0.04060077189150785, "she": 0.2159616984172747, "they": 0.25656247030878254}, "letting": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "level": {"she - they": -0.021398463723053374, "she": 0.29452643247949584, "they": 0.3159248962025492}, "levels": {"she - they": -0.05974466019747959, "she": 0.24717495642628295, "they": 0.30691961662376255}, "levi": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "liberating": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "librarians": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "libraries": {"she - they": -0.010358232018438357, "she": 0.23452703918551698, "they": 0.24488527120395534}, "library": {"she - they": 0.03527042301286018, "she": 0.20535507776698447, "they": 0.1700846547541243}, "life": {"she - they": -0.05315583510185179, "she": 0.29011261222201495, "they": 0.34326844732386674}, "lifelong": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "lifted": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "like": {"she - they": -0.07324085789142015, "she": 0.30645003586381697, "they": 0.3796908937552371}, "liked": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "line": {"she - they": -0.010888177052159803, "she": 0.22442002002002015, "they": 0.23530819707217995}, "linked": {"she - they": -0.059125243826805896, "she": 0.25497656783547035, "they": 0.31410181166227624}, "liquid": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "lisa": {"she - they": 0.04200080699463965, "she": 0.29888470496561315, "they": 0.2568838979709735}, "listen": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "listening": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "literally": {"she - they": 0.08798821098151699, "she": 0.34211741182294264, "they": 0.25412920084142565}, "little": {"she - they": -0.03489624129399632, "she": 0.32183720563461204, "they": 0.35673344692860837}, "live": {"she - they": -0.1153910316146946, "she": 0.23452703918551698, "they": 0.3499180708002116}, "lived": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "lives": {"she - they": 0.013207521178907056, "she": 0.29888470496561315, "they": 0.2856771837867061}, "ll": {"she - they": -0.07105792017786883, "she": 0.2939911463184174, "they": 0.3650490664962862}, "loan": {"she - they": 0.0883268336430515, "she": 0.30644844086223105, "they": 0.21812160721917956}, "local": {"she - they": -0.06726198614990508, "she": 0.24209024316609928, "they": 0.30935222931600437}, "locally": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "lollipop": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "lollipops": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "london": {"she - they": -0.038502227360423136, "she": 0.24717495642628295, "they": 0.2856771837867061}, "long": {"she - they": -0.07074768095271916, "she": 0.2579575954456204, "they": 0.3287052763983396}, "longer": {"she - they": -0.039347839451232325, "she": 0.23452703918551698, "they": 0.2738748786367493}, "longest": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "look": {"she - they": -0.16571323592641396, "she": 0.16877250446309178, "they": 0.33448574038950574}, "looked": {"she - they": -0.05389272677230589, "she": 0.26855802095664216, "they": 0.32245074772894805}, "looking": {"she - they": 0.015232807191235709, "she": 0.30759860057446137, "they": 0.29236579338322566}, "looks": {"she - they": -0.03895102718349977, "she": 0.24045017654303477, "they": 0.27940120372653454}, "los": {"she - they": -0.040028214729003475, "she": 0.22442002002002015, "they": 0.2644482347490236}, "lose": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "losing": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "lost": {"she - they": -0.07951374337694295, "she": 0.2159616984172747, "they": 0.29547544179421764}, "lot": {"she - they": -0.037631018230159685, "she": 0.32744375145163657, "they": 0.36507476968179625}, "lots": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "love": {"she - they": -0.045115061232732234, "she": 0.25966463541162743, "they": 0.30477969664435967}, "loved": {"she - they": 0.01348802202871463, "she": 0.30644844086223105, "they": 0.2929604188335164}, "lover": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "loving": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "low": {"she - they": -0.07606244442948834, "she": 0.2551868275365524, "they": 0.33124927196604076}, "lower": {"she - they": -0.09399251688708782, "she": 0.2159616984172747, "they": 0.3099542153043625}, "lun": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "lunch": {"she - they": -0.008034911658149402, "she": 0.29888470496561315, "they": 0.30691961662376255}, "lurking": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "m": {"she - they": -0.03683529199268637, "she": 0.29603784140215245, "they": 0.3328731333948388}, "ma": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "macchiato": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "made": {"she - they": -0.14002398804916968, "she": 0.19928861138321488, "they": 0.33931259943238457}, "magic": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "magical": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "main": {"she - they": -0.04032561414242844, "she": 0.22002125308262796, "they": 0.2603468672250564}, "maintained": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "major": {"she - they": -0.09502921412880022, "she": 0.20535507776698447, "they": 0.3003842918957847}, "majority": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "make": {"she - they": -0.14327830348189285, "she": 0.2162006508151283, "they": 0.35947895429702115}, "makes": {"she - they": -0.05419166004682141, "she": 0.26488615858034703, "they": 0.31907781862716844}, "makeup": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "making": {"she - they": -0.13766774993299014, "she": 0.20535507776698447, "they": 0.3430228276999746}, "male": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "mammals": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "man": {"she - they": -0.06261844147221074, "she": 0.26142333100716103, "they": 0.32404177247937177}, "manages": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "managing": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "many": {"she - they": -0.10652654260991279, "she": 0.2525863497041566, "they": 0.3591128923140694}, "march": {"she - they": 0.044468434086899905, "she": 0.28287280163644407, "they": 0.23840436754954417}, "marked": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "marketing": {"she - they": 0.03685496061629079, "she": 0.25497656783547035, "they": 0.21812160721917956}, "marriage": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "married": {"she - they": 0.042324752641905106, "she": 0.31548650151542973, "they": 0.2731617488735246}, "mary": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "matcha": {"she - they": -0.010888177052159803, "she": 0.22442002002002015, "they": 0.23530819707217995}, "matchup": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "matt": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "mattered": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "matthew": {"she - they": 0.08798821098151699, "she": 0.34211741182294264, "they": 0.25412920084142565}, "may": {"she - they": -0.06525989521056175, "she": 0.28159893389088236, "they": 0.3468588291014441}, "maybe": {"she - they": -0.061551343029158656, "she": 0.22442002002002015, "they": 0.2859713630491788}, "mcgregor": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "mcnamara": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "me": {"she - they": -0.046500175479923966, "she": 0.2788757448354919, "they": 0.32537592031541585}, "meaning": {"she - they": -0.059125243826805896, "she": 0.25497656783547035, "they": 0.31410181166227624}, "means": {"she - they": -0.08643018266924923, "she": 0.24209024316609928, "they": 0.3285204258353485}, "meant": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "media": {"she - they": -0.11969470594135997, "she": 0.19647342723946012, "they": 0.3161681331808201}, "medical": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "meeting": {"she - they": -0.010358232018438357, "she": 0.23452703918551698, "they": 0.24488527120395534}, "meh": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "mei3": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "melanie": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "melt": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "member": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "members": {"she - they": -0.11938223179663646, "she": 0.19927914419369955, "they": 0.318661375990336}, "memories": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "memory": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "men": {"she - they": -0.09685956355806544, "she": 0.1864655387493027, "they": 0.2833251023073681}, "mental": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "menu": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "mess": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "message": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "met": {"she - they": -0.07600601488947939, "she": 0.25497656783547035, "they": 0.33098258272494974}, "meter": {"she - they": 0.08827948057942403, "she": 0.31548650151542973, "they": 0.2272070209360057}, "metropolitan": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "mia": {"she - they": 0.03551632281789563, "she": 0.21218977411480247, "they": 0.17667345129690684}, "michael": {"she - they": -0.06074886590351147, "she": 0.23452703918551698, "they": 0.29527590508902846}, "michelle": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "micro": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "middle": {"she - they": -0.07731761269283002, "she": 0.24045017654303477, "they": 0.3177677892358648}, "midwestern": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "might": {"she - they": -0.09576035692695217, "she": 0.27112932555373553, "they": 0.3668896824806877}, "military": {"she - they": -0.040028214729003475, "she": 0.22442002002002015, "they": 0.2644482347490236}, "milk": {"she - they": -0.0839830638118867, "she": 0.16546371695977027, "they": 0.24944678077165697}, "milking": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "milks": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "milky": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "million": {"she - they": -0.09562018342868381, "she": 0.19927914419369955, "they": 0.29489932762238336}, "mine": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "minister": {"she - they": -0.09589236614376553, "she": 0.19647342723946012, "they": 0.29236579338322566}, "minor": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "minute": {"she - they": -0.08016447878556476, "she": 0.20866501686282207, "they": 0.28882949564838684}, "minutes": {"she - they": -0.008465264291607155, "she": 0.30148895101275536, "they": 0.3099542153043625}, "miss": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "missing": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "mix": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "mixed": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "moaning": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "mob": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "mobilisation": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "model": {"she - they": -0.010359773839270559, "she": 0.2551868275365524, "they": 0.265546601375823}, "mom": {"she - they": 0.0456025230789478, "she": 0.3385629419124642, "they": 0.2929604188335164}, "moment": {"she - they": -0.008369012229803019, "she": 0.292359749449416, "they": 0.300728761679219}, "moments": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "momentum": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "monday": {"she - they": -0.06074886590351147, "she": 0.23452703918551698, "they": 0.29527590508902846}, "money": {"she - they": -0.09359403374710204, "she": 0.22002125308262796, "they": 0.31361528682973}, "mongols": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "monitor": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "monosyllabic": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "month": {"she - they": -0.08016447878556476, "she": 0.20866501686282207, "they": 0.28882949564838684}, "months": {"she - they": 0.012733731189033592, "she": 0.2866086098257829, "they": 0.2738748786367493}, "mood": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "moon": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "moral": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "more": {"she - they": -0.09089892666584132, "she": 0.26093895089779867, "they": 0.35183787756364}, "morning": {"she - they": 0.022257049439848797, "she": 0.32258946442747527, "they": 0.3003324149876265}, "moscow": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "most": {"she - they": -0.09647871493517612, "she": 0.2649399456972758, "they": 0.3614186606324519}, "mother": {"she - they": 0.016250954169670706, "she": 0.3338321662892746, "they": 0.3175812121196039}, "mothers": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "motto": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "mount": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "mourning": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "move": {"she - they": -0.10507711821532845, "she": 0.22922525090968804, "they": 0.3343023691250165}, "moved": {"she - they": -0.0778505219972026, "she": 0.23452703918551698, "they": 0.3123775611827196}, "movement": {"she - they": 0.0138117552991327, "she": 0.31548650151542973, "they": 0.30167474621629703}, "movie": {"she - they": -0.012553605806023604, "she": 0.1938012903888688, "they": 0.20635489619489242}, "moving": {"she - they": 0.04272046218670855, "she": 0.34211741182294264, "they": 0.2993969496362341}, "mr": {"she - they": -0.04060077189150785, "she": 0.2159616984172747, "they": 0.25656247030878254}, "ms": {"she - they": 0.042155725665109056, "she": 0.30644844086223105, "they": 0.264292715197122}, "much": {"she - they": -0.0256125131634386, "she": 0.32164206149812424, "they": 0.34725457466156284}, "mullet": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "multifaceted": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "multitude": {"she - they": 0.08818354772015258, "she": 0.3267967247659127, "they": 0.23861317704576013}, "mums": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "murder": {"she - they": 0.03710064610770153, "she": 0.26430766704370723, "they": 0.2272070209360057}, "murray": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "music": {"she - they": -0.0821340167417586, "she": 0.1864655387493027, "they": 0.2685995554910613}, "musical": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "musicians": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "musings": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "must": {"she - they": -0.09502921412880022, "she": 0.20535507776698447, "they": 0.3003842918957847}, "mustache": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "mustard": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "my": {"she - they": -0.07161599361377874, "she": 0.2580357889294708, "they": 0.32965178254324956}, "myself": {"she - they": 0.0067854687991440454, "she": 0.31916302998186363, "they": 0.3123775611827196}, "mysterious": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "mystery": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "nab": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "nail": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "name": {"she - they": -0.008660790903008975, "she": 0.2978909064084584, "they": 0.30655169731146736}, "names": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "naps": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "narrative": {"she - they": 0.03663679104000023, "she": 0.24717495642628295, "they": 0.21053816538628273}, "natural": {"she - they": -0.025768951356936687, "she": 0.2866086098257829, "they": 0.3123775611827196}, "nature": {"she - they": -0.05974466019747959, "she": 0.24717495642628295, "they": 0.30691961662376255}, "navigate": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "navigating": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "ncaa": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "nearly": {"she - they": -0.07875732258514523, "she": 0.22442002002002015, "they": 0.3031773426051654}, "necessary": {"she - they": -0.06074886590351147, "she": 0.23452703918551698, "they": 0.29527590508902846}, "needed": {"she - they": 0.012733731189033592, "she": 0.2866086098257829, "they": 0.2738748786367493}, "neighbor": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "neighbourhood": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "neither": {"she - they": 0.045834272054934566, "she": 0.3584317117967324, "they": 0.3125974397417978}, "nerve": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "net": {"she - they": 0.041478209280808725, "she": 0.2767864063529887, "they": 0.23530819707217995}, "never": {"she - they": -0.07684625430534711, "she": 0.24696357437639913, "they": 0.32380982868174624}, "new": {"she - they": -0.1404704746499646, "she": 0.19803427393381495, "they": 0.33850474858377955}, "news": {"she - they": -0.10881709146832066, "she": 0.1938012903888688, "they": 0.3026183818571895}, "next": {"she - they": -0.05402653538711555, "she": 0.2632371975832424, "they": 0.3172637329703579}, "nice": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "night": {"she - they": -0.03329533154437603, "she": 0.28287280163644407, "they": 0.3161681331808201}, "nightmarket": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "niu2nai3": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "no": {"she - they": -0.08047068577356803, "she": 0.28705448520211135, "they": 0.3675251709756794}, "nobeladventures": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "nobody": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "non": {"she - they": -0.042795524073778485, "she": 0.24957026930944717, "they": 0.29236579338322566}, "nor": {"she - they": -0.00720556542539158, "she": 0.31548650151542973, "they": 0.3226920669408213}, "normal": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "north": {"she - they": -0.060278585136184254, "she": 0.24045017654303477, "they": 0.300728761679219}, "nose": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "not": {"she - they": -0.15160553677540203, "she": 0.22936890358903064, "they": 0.3809744403644327}, "noted": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "notes": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "nothing": {"she - they": -0.0658291071867968, "she": 0.2582288780542168, "they": 0.3240579852410136}, "noticeably": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "november": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "novichok": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "now": {"she - they": -0.08144671459497066, "she": 0.2924152892901965, "they": 0.37386200388516716}, "nowhere": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "number": {"she - they": -0.12027441062583386, "she": 0.1912497678192406, "they": 0.31152417844507446}, "ny": {"she - they": 0.03710064610770153, "she": 0.26430766704370723, "they": 0.2272070209360057}, "nyc": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "odd": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "ode": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "of": {"she - they": -0.1337250339577393, "she": 0.15741518765618986, "they": 0.29114022161392916}, "off": {"she - they": -0.035618486537645544, "she": 0.3126330154620674, "they": 0.34825150199971294}, "offences": {"she - they": 0.08818354772015258, "she": 0.3267967247659127, "they": 0.23861317704576013}, "offer": {"she - they": 0.04185733254716695, "she": 0.292359749449416, "they": 0.25050241690224906}, "offered": {"she - they": -0.059125243826805896, "she": 0.25497656783547035, "they": 0.31410181166227624}, "office": {"she - they": -0.0778505219972026, "she": 0.23452703918551698, "they": 0.3123775611827196}, "officers": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "often": {"she - they": -0.061549522846854776, "she": 0.27328741300205234, "they": 0.3348369358489071}, "oh": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "oil": {"she - they": -0.01112189277185166, "she": 0.22002125308262796, "they": 0.23114314585447962}, "okay": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "old": {"she - they": 0.015232807191235709, "she": 0.30759860057446137, "they": 0.29236579338322566}, "older": {"she - they": -0.059125243826805896, "she": 0.25497656783547035, "they": 0.31410181166227624}, "on": {"she - they": -0.11852999642962184, "she": 0.24859203703937907, "they": 0.3671220334690009}, "once": {"she - they": -0.06578937009617242, "she": 0.2864773510940129, "they": 0.3522667211901853}, "one": {"she - they": -0.11444927970399227, "she": 0.2781920651081219, "they": 0.39264134481211416}, "online": {"she - they": -0.041097013310584185, "she": 0.20866501686282207, "they": 0.24976203017340626}, "only": {"she - they": -0.09608061485477037, "she": 0.26224956956916423, "they": 0.3583301844239346}, "onto": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "opened": {"she - they": -0.05974466019747959, "she": 0.24717495642628295, "they": 0.30691961662376255}, "opponent": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "opted": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "option": {"she - they": -0.010358232018438357, "she": 0.23452703918551698, "they": 0.24488527120395534}, "options": {"she - they": 0.03663679104000023, "she": 0.24717495642628295, "they": 0.21053816538628273}, "or": {"she - they": -0.07169223152601623, "she": 0.28987531661258553, "they": 0.36156754813860176}, "orange": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "order": {"she - they": -0.010673455018997774, "she": 0.24957026930944717, "they": 0.26024372432844495}, "ordinary": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "orlean": {"she - they": 0.035648261270891296, "she": 0.2159616984172747, "they": 0.1803134371463834}, "other": {"she - they": -0.0781304331956168, "she": 0.2983656303116643, "they": 0.3764960635072811}, "others": {"she - they": -0.06609919548540516, "she": 0.2551868275365524, "they": 0.3212860230219576}, "our": {"she - they": -0.04963154727489233, "she": 0.28590930045590573, "they": 0.33554084773079806}, "out": {"she - they": -0.11010188313250352, "she": 0.2682191475759755, "they": 0.378321030708479}, "outfits": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "outnumbered": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "outside": {"she - they": -0.024534141862718684, "she": 0.30644844086223105, "they": 0.33098258272494974}, "over": {"she - they": -0.09502255477162946, "she": 0.2711834539875246, "they": 0.36620600875915404}, "overflowing": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "overing": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "own": {"she - they": -0.08482522490754918, "she": 0.2579575954456204, "they": 0.3427828203531696}, "owners": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "p": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "pace": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "pacing": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "package": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "packaging": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "page": {"she - they": 0.023577148545636195, "she": 0.309548511594815, "they": 0.2859713630491788}, "pages": {"she - they": 0.03710064610770153, "she": 0.26430766704370723, "they": 0.2272070209360057}, "paid": {"she - they": 0.04251152091488697, "she": 0.3267967247659127, "they": 0.28428520385102574}, "pains": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "painted": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "palpable": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "panic": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "parent": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "parents": {"she - they": 0.03625848624965683, "she": 0.23452703918551698, "they": 0.19826855293586015}, "parks": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "parliament": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "part": {"she - they": -0.032489232608995, "she": 0.30660685332211096, "they": 0.33909608593110596}, "participants": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "parts": {"she - they": 0.03663679104000023, "she": 0.24717495642628295, "they": 0.21053816538628273}, "partying": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "pass": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "passengers": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "passes": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "past": {"she - they": -0.07875732258514523, "she": 0.22442002002002015, "they": 0.3031773426051654}, "patience": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "patronize": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "pawn": {"she - they": 0.08827948057942403, "she": 0.31548650151542973, "they": 0.2272070209360057}, "pay": {"she - they": -0.06074886590351147, "she": 0.23452703918551698, "they": 0.29527590508902846}, "payday": {"she - they": 0.08827948057942403, "she": 0.31548650151542973, "they": 0.2272070209360057}, "paying": {"she - they": 0.04800220788217707, "she": 0.34327811297120553, "they": 0.29527590508902846}, "peace": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "peak": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "people": {"she - they": -0.13937776195793877, "she": 0.239236222315363, "they": 0.3786139842733018}, "peppa": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "percentage": {"she - they": -0.03895102718349977, "she": 0.24045017654303477, "they": 0.27940120372653454}, "perfect": {"she - they": -0.025768951356936687, "she": 0.2866086098257829, "they": 0.3123775611827196}, "performance": {"she - they": -0.07832659665052782, "she": 0.22922525090968804, "they": 0.30755184756021586}, "performances": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "performed": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "performing": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "perhaps": {"she - they": -0.02072098053614302, "she": 0.30535864701646653, "they": 0.32607962755260955}, "perplexing": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "person": {"she - they": 0.006371168989649623, "she": 0.309548511594815, "they": 0.3031773426051654}, "personal": {"she - they": -0.04352158101111936, "she": 0.23980352129624877, "they": 0.2833251023073681}, "personnel": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "petrov": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "phenomenon": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "phone": {"she - they": 0.04251152091488697, "she": 0.3267967247659127, "they": 0.28428520385102574}, "phosphoric": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "photos": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "piece": {"she - they": 0.042324752641905106, "she": 0.31548650151542973, "they": 0.2731617488735246}, "piedmont": {"she - they": 0.03685496061629079, "she": 0.25497656783547035, "they": 0.21812160721917956}, "pin": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "pink": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "place": {"she - they": -0.05240427751267135, "she": 0.29852512401100045, "they": 0.3509294015236718}, "plague": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "plain": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "planning": {"she - they": -0.04245835317419844, "she": 0.188807727631788, "they": 0.23126608080598643}, "platform": {"she - they": 0.042155725665109056, "she": 0.30644844086223105, "they": 0.264292715197122}, "play": {"she - they": -0.06091730890514674, "she": 0.28031516118940053, "they": 0.34123247009454727}, "played": {"she - they": -0.06116981609019423, "she": 0.22922525090968804, "they": 0.29039506699988227}, "player": {"she - they": -0.010191287437607333, "she": 0.2582288780542168, "they": 0.2684201654918241}, "players": {"she - they": -0.06306508772483965, "she": 0.20535507776698447, "they": 0.2684201654918241}, "playing": {"she - they": -0.0263909362521767, "she": 0.2767864063529887, "they": 0.3031773426051654}, "please": {"she - they": -0.07832659665052782, "she": 0.22922525090968804, "they": 0.30755184756021586}, "pleasure": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "plenty": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "pockets": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "podcast": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "point": {"she - they": -0.11905235029698844, "she": 0.20223367272496914, "they": 0.3212860230219576}, "points": {"she - they": -0.010634994873094994, "she": 0.22922525090968804, "they": 0.23986024578278303}, "police": {"she - they": -0.07985034086869577, "she": 0.21218977411480247, "they": 0.29204011498349824}, "political": {"she - they": -0.10933632565104034, "she": 0.188807727631788, "they": 0.29814405328282834}, "popular": {"she - they": -0.010013770417506673, "she": 0.26145352456736304, "they": 0.2714672949848697}, "popularity": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "porch": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "position": {"she - they": -0.040028214729003475, "she": 0.22442002002002015, "they": 0.2644482347490236}, "possibly": {"she - they": -0.0076533708000451894, "she": 0.30644844086223105, "they": 0.31410181166227624}, "post": {"she - they": -0.008667295263245556, "she": 0.2866086098257829, "they": 0.29527590508902846}, "pots": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "pow": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "powder": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "powdered": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "power": {"she - they": -0.07690706977565642, "she": 0.2690510549308452, "they": 0.3459581247065016}, "powerfully": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "practice": {"she - they": -0.05838439989711408, "she": 0.26430766704370723, "they": 0.3226920669408213}, "praised": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "precipitate": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "prepared": {"she - they": -0.008034911658149402, "she": 0.29888470496561315, "they": 0.30691961662376255}, "presence": {"she - they": -0.09157447662226512, "she": 0.24045017654303477, "they": 0.3320246531652999}, "pressuring": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "pretended": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "pretty": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "prevalent": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "previous": {"she - they": 0.006013509218537716, "she": 0.30148895101275536, "they": 0.29547544179421764}, "prickly": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "prime": {"she - they": -0.038502227360423136, "she": 0.24717495642628295, "they": 0.2856771837867061}, "primos": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "principle": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "principles": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "probably": {"she - they": 0.0067854687991440454, "she": 0.31916302998186363, "they": 0.3123775611827196}, "problem": {"she - they": -0.0658291071867968, "she": 0.2582288780542168, "they": 0.3240579852410136}, "process": {"she - they": -0.06784807466380535, "she": 0.23548916825886754, "they": 0.3033372429226729}, "produced": {"she - they": -0.026664057119684448, "she": 0.27250817636204266, "they": 0.2991722334817271}, "producer": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "product": {"she - they": -0.07875732258514523, "she": 0.22442002002002015, "they": 0.3031773426051654}, "products": {"she - they": -0.038502227360423136, "she": 0.24717495642628295, "they": 0.2856771837867061}, "professionals": {"she - they": 0.0138117552991327, "she": 0.31548650151542973, "they": 0.30167474621629703}, "program": {"she - they": -0.02540803978644879, "she": 0.292359749449416, "they": 0.3177677892358648}, "progressively": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "project": {"she - they": -0.11905235029698844, "she": 0.20223367272496914, "they": 0.3212860230219576}, "proper": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "property": {"she - they": -0.009708941544690541, "she": 0.24717495642628295, "they": 0.2568838979709735}, "prose": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "protector": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "proud": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "proven": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "provide": {"she - they": -0.05473435902582319, "she": 0.2582288780542168, "they": 0.31296323708004}, "provided": {"she - they": -0.010052240359214287, "she": 0.24045017654303477, "they": 0.25050241690224906}, "providing": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "psychologist": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "public": {"she - they": -0.20658430516337217, "she": 0.16709554210189936, "they": 0.37367984726527154}, "publications": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "published": {"she - they": 0.045100276845791376, "she": 0.309548511594815, "they": 0.2644482347490236}, "publisher": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "pull": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "purchased": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "purpose": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "pursue": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "push": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "put": {"she - they": -0.044409998738000556, "she": 0.29816289859545564, "they": 0.3425728973334562}, "pyjamas": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "quality": {"she - they": -0.09359403374710204, "she": 0.22002125308262796, "they": 0.31361528682973}, "question": {"she - they": -0.07951374337694295, "she": 0.2159616984172747, "they": 0.29547544179421764}, "questioned": {"she - they": 0.045716808027149, "she": 0.34739155424344603, "they": 0.30167474621629703}, "quick": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "quickly": {"she - they": 0.03643943448298245, "she": 0.24045017654303477, "they": 0.20401074206005232}, "quit": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "quite": {"she - they": -0.07832659665052782, "she": 0.22922525090968804, "they": 0.30755184756021586}, "radio": {"she - they": -0.03895102718349977, "she": 0.24045017654303477, "they": 0.27940120372653454}, "rain": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "raise": {"she - they": -0.09216247356895041, "she": 0.23452703918551698, "they": 0.3266895127544674}, "random": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "ranger": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "rap": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "rapper": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "rate": {"she - they": -0.06074886590351147, "she": 0.23452703918551698, "they": 0.29527590508902846}, "rather": {"she - they": -0.059641062755266094, "she": 0.29452643247949584, "they": 0.35416749523476193}, "re": {"she - they": -0.09469895101013981, "she": 0.2724780052057593, "they": 0.36717695621589913}, "reached": {"she - they": 0.07427775877790829, "she": 0.31916302998186363, "they": 0.24488527120395534}, "read": {"she - they": 0.0019846832800172187, "she": 0.34200719925462736, "they": 0.34002251597461014}, "reader": {"she - they": 0.0138117552991327, "she": 0.31548650151542973, "they": 0.30167474621629703}, "readers": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "readily": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "reading": {"she - they": -0.008465264291607155, "she": 0.30148895101275536, "they": 0.3099542153043625}, "reads": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "ready": {"she - they": -0.008369012229803019, "she": 0.292359749449416, "they": 0.300728761679219}, "real": {"she - they": -0.01765010700877495, "she": 0.3223724089658352, "they": 0.34002251597461014}, "realisation": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "realization": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "really": {"she - they": -0.015040266358050947, "she": 0.32333958230441273, "they": 0.3383798486624637}, "reason": {"she - they": -0.05242728477441999, "she": 0.2866086098257829, "they": 0.3390358946002029}, "reasons": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "rebellious": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "recent": {"she - they": -0.07951374337694295, "she": 0.2159616984172747, "they": 0.29547544179421764}, "reciprocated": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "reconciliations": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "record": {"she - they": -0.009708941544690541, "she": 0.24717495642628295, "they": 0.2568838979709735}, "red": {"she - they": 0.04549295584196694, "she": 0.33117013962867303, "they": 0.2856771837867061}, "referee": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "reference": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "referenced": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "reflect": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "reflection": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "reflects": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "refuse": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "refuted": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "regular": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "regularly": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "reich": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "rejected": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "rejoice": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "relate": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "relationship": {"she - they": -0.04085702946621764, "she": 0.21218977411480247, "they": 0.2530468035810201}, "relay": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "released": {"she - they": 0.03685496061629079, "she": 0.25497656783547035, "they": 0.21812160721917956}, "remember": {"she - they": -0.008369012229803019, "she": 0.292359749449416, "they": 0.300728761679219}, "remind": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "reminded": {"she - they": 0.04272046218670855, "she": 0.34211741182294264, "they": 0.2993969496362341}, "remodel": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "remote": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "rented": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "repeat": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "reply": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "report": {"she - they": -0.055441588287077875, "she": 0.24957026930944717, "they": 0.30501185759652505}, "reports": {"she - they": -0.010358232018438357, "she": 0.23452703918551698, "they": 0.24488527120395534}, "requirements": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "researched": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "residents": {"she - they": -0.038502227360423136, "she": 0.24717495642628295, "they": 0.2856771837867061}, "resolution": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "respect": {"she - they": 0.04251152091488697, "she": 0.3267967247659127, "they": 0.28428520385102574}, "respectful": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "respond": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "responding": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "response": {"she - they": -0.06116981609019423, "she": 0.22922525090968804, "they": 0.29039506699988227}, "responsible": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "rest": {"she - they": -0.05974466019747959, "she": 0.24717495642628295, "they": 0.30691961662376255}, "restaurants": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "retailers": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "return": {"she - they": 0.006371168989649623, "she": 0.309548511594815, "they": 0.3031773426051654}, "returning": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "reveals": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "review": {"she - they": -0.061551343029158656, "she": 0.22442002002002015, "they": 0.2859713630491788}, "reviews": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "reyes": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "ribs": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "rich": {"she - they": -0.060278585136184254, "she": 0.24045017654303477, "they": 0.300728761679219}, "ride": {"she - they": -0.010888177052159803, "she": 0.22442002002002015, "they": 0.23530819707217995}, "ridenyc": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "rifts": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "right": {"she - they": -0.053271567423356536, "she": 0.2888200183546367, "they": 0.34209158577799326}, "rights": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "ripped": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "rises": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "road": {"she - they": -0.09615117163370665, "she": 0.1938012903888688, "they": 0.28995246202257546}, "rob": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "roberto": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "rock": {"she - they": 0.013207521178907056, "she": 0.29888470496561315, "they": 0.2856771837867061}, "rohan": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "role": {"she - they": -0.05447137163518617, "she": 0.26145352456736304, "they": 0.3159248962025492}, "roof": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "room": {"she - they": 0.042155725665109056, "she": 0.30644844086223105, "they": 0.264292715197122}, "root": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "roots": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "rotations": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "round": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "rt": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "rt\u00e9": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "run": {"she - they": 0.006371168989649623, "she": 0.309548511594815, "they": 0.3031773426051654}, "running": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "rushed": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "ruslan": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "russia": {"she - they": 0.03685496061629079, "she": 0.25497656783547035, "they": 0.21812160721917956}, "russian": {"she - they": -0.009708941544690541, "she": 0.24717495642628295, "they": 0.2568838979709735}, "russians": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "s": {"she - they": -0.1028713744310048, "she": 0.2430399854164627, "they": 0.3459113598474675}, "sad": {"she - they": 0.07414650794570665, "she": 0.3584317117967324, "they": 0.28428520385102574}, "sadly": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "safe": {"she - they": -0.059125243826805896, "she": 0.25497656783547035, "they": 0.31410181166227624}, "said": {"she - they": -0.06198804551634196, "she": 0.26109382960454475, "they": 0.3230818751208867}, "salisbury": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "salt": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "same": {"she - they": -0.052585457810754965, "she": 0.28031516118940053, "they": 0.3329006190001555}, "santana": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "sarah": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "saturday": {"she - they": -0.008937476205810535, "she": 0.28145759079407173, "they": 0.29039506699988227}, "sauce": {"she - they": 0.0138117552991327, "she": 0.31548650151542973, "they": 0.30167474621629703}, "save": {"she - they": -0.009708941544690541, "she": 0.24717495642628295, "they": 0.2568838979709735}, "saved": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "savings": {"she - they": 0.03685496061629079, "she": 0.25497656783547035, "they": 0.21812160721917956}, "saw": {"she - they": -0.052585457810754965, "she": 0.28031516118940053, "they": 0.3329006190001555}, "say": {"she - they": -0.03742767766536037, "she": 0.28826440485809707, "they": 0.32569208252345744}, "saying": {"she - they": -0.009184956696190127, "she": 0.2767864063529887, "they": 0.2859713630491788}, "says": {"she - they": -0.06116981609019423, "she": 0.22922525090968804, "they": 0.29039506699988227}, "scaife": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "scenes": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "schedule": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "school": {"she - they": -0.009184695931688136, "she": 0.28838205470590894, "they": 0.2975667506375971}, "scoping": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "scored": {"she - they": -0.009708941544690541, "she": 0.24717495642628295, "they": 0.2568838979709735}, "scorer": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "scoring": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "scripted": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "searching": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "season": {"she - they": -0.031700445067089744, "she": 0.19704943049910312, "they": 0.22874987556619286}, "seat": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "seating": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "second": {"she - they": -0.07135537923466795, "she": 0.251586506229494, "they": 0.32294188546416197}, "seconds": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "section": {"she - they": 0.04200080699463965, "she": 0.29888470496561315, "they": 0.2568838979709735}, "security": {"she - they": -0.010358232018438357, "she": 0.23452703918551698, "they": 0.24488527120395534}, "seductive": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "see": {"she - they": -0.05371617177497229, "she": 0.27387851360868787, "they": 0.32759468538366016}, "seedy": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "seeing": {"she - they": -0.008369012229803019, "she": 0.292359749449416, "they": 0.300728761679219}, "seem": {"she - they": -0.09359403374710204, "she": 0.22002125308262796, "they": 0.31361528682973}, "seemed": {"she - they": -0.025768951356936687, "she": 0.2866086098257829, "they": 0.3123775611827196}, "seemingly": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "seems": {"she - they": -0.07606244442948834, "she": 0.2551868275365524, "they": 0.33124927196604076}, "seen": {"she - they": -0.05565480748079035, "she": 0.24696357437639913, "they": 0.3026183818571895}, "sees": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "self": {"she - they": 0.08818354772015258, "she": 0.3267967247659127, "they": 0.23861317704576013}, "semi": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "senior": {"she - they": 0.0138117552991327, "she": 0.31548650151542973, "they": 0.30167474621629703}, "sensational": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "sense": {"she - they": -0.038502227360423136, "she": 0.24717495642628295, "they": 0.2856771837867061}, "sensitive": {"she - they": -0.008034911658149402, "she": 0.29888470496561315, "they": 0.30691961662376255}, "sent": {"she - they": -0.06074886590351147, "she": 0.23452703918551698, "they": 0.29527590508902846}, "sentences": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "separations": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "sept": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "september": {"she - they": -0.08124802999519151, "she": 0.19647342723946012, "they": 0.27772145723465164}, "sergei": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "series": {"she - they": -0.0814848986216902, "she": 0.1938012903888688, "they": 0.275286189010559}, "seriously": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "served": {"she - they": -0.059125243826805896, "she": 0.25497656783547035, "they": 0.31410181166227624}, "serves": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "service": {"she - they": -0.04237992310104466, "she": 0.2551868275365524, "they": 0.2975667506375971}, "serving": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "set": {"she - they": -0.009019222784610537, "she": 0.29136506911117416, "they": 0.3003842918957847}, "sets": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "setting": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "settle": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "several": {"she - they": -0.09398993501400879, "she": 0.24957026930944717, "they": 0.34356020432345596}, "sex": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "shadow": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "shannon": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "share": {"she - they": -0.03966490371588388, "she": 0.292359749449416, "they": 0.3320246531652999}, "shared": {"she - they": -0.010052240359214287, "she": 0.24045017654303477, "they": 0.25050241690224906}, "shares": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "sharing": {"she - they": -0.038502227360423136, "she": 0.24717495642628295, "they": 0.2856771837867061}, "sharper": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "she": {"she - they": 0.10120222823759273, "she": 0.34256008461562576, "they": 0.24135785637803303}, "sheri": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "shinier": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "shipping": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "shire": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "shop": {"she - they": 0.04251152091488697, "she": 0.3267967247659127, "they": 0.28428520385102574}, "shops": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "short": {"she - they": -0.05357145119056689, "she": 0.27250817636204266, "they": 0.32607962755260955}, "shorten": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "shortly": {"she - they": 0.04251152091488697, "she": 0.3267967247659127, "they": 0.28428520385102574}, "shot": {"she - they": -0.040028214729003475, "she": 0.22442002002002015, "they": 0.2644482347490236}, "shots": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "should": {"she - they": -0.1050529170384654, "she": 0.21927257737584724, "they": 0.32432549441431263}, "shouldn": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "show": {"she - they": -0.022303220667788948, "she": 0.28031516118940053, "they": 0.3026183818571895}, "showcase": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "showed": {"she - they": -0.03895102718349977, "she": 0.24045017654303477, "they": 0.27940120372653454}, "shown": {"she - they": -0.09090447740961743, "she": 0.24717495642628295, "they": 0.3380794338359004}, "shows": {"she - they": -0.060278585136184254, "she": 0.24045017654303477, "they": 0.300728761679219}, "sickly": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "side": {"she - they": -0.07513635739426311, "she": 0.26488615858034703, "they": 0.34002251597461014}, "sight": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "sightseeing": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "sign": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "significant": {"she - they": -0.07951374337694295, "she": 0.2159616984172747, "they": 0.29547544179421764}, "silent": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "silver": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "similar": {"she - they": -0.0778505219972026, "she": 0.23452703918551698, "they": 0.3123775611827196}, "similarities": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "simmons": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "simple": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "simply": {"she - they": -0.09399251688708782, "she": 0.2159616984172747, "they": 0.3099542153043625}, "since": {"she - they": -0.08447450411695473, "she": 0.2724780052057593, "they": 0.35695250932271405}, "sing": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "single": {"she - they": -0.07513635739426311, "she": 0.26488615858034703, "they": 0.34002251597461014}, "sirkin": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "sister": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "sit": {"she - they": 0.014199285024114883, "she": 0.3267967247659127, "they": 0.3125974397417978}, "site": {"she - they": -0.04060077189150785, "she": 0.2159616984172747, "they": 0.25656247030878254}, "sitting": {"she - they": 0.0138117552991327, "she": 0.31548650151542973, "they": 0.30167474621629703}, "situation": {"she - they": -0.09338772650747129, "she": 0.2551868275365524, "they": 0.3485745540440237}, "six": {"she - they": -0.02691742083757548, "she": 0.26855802095664216, "they": 0.29547544179421764}, "sixth": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "skripal": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "skripals": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "slack": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "slang": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "sleep": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "sleepless": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "sleeves": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "slightly": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "slow": {"she - they": -0.008034911658149402, "she": 0.29888470496561315, "they": 0.30691961662376255}, "small": {"she - they": -0.040454752763438906, "she": 0.28145759079407173, "they": 0.32191234355751064}, "smalls": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "smart": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "smell": {"she - they": 0.03625848624965683, "she": 0.23452703918551698, "they": 0.19826855293586015}, "smidgen": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "smith": {"she - they": -0.010520219560344657, "she": 0.25230644499363364, "they": 0.2628266645539783}, "smooth": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "so": {"she - they": -0.05685425289554774, "she": 0.31231219129601945, "they": 0.3691664441915672}, "sob": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "soccer": {"she - they": 0.0138117552991327, "she": 0.31548650151542973, "they": 0.30167474621629703}, "socialist": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "society": {"she - they": -0.040794805766615205, "she": 0.2767864063529887, "they": 0.3175812121196039}, "soft": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "some": {"she - they": -0.09665042685159986, "she": 0.2574290877216702, "they": 0.3540795145732701}, "someone": {"she - they": 0.01348802202871463, "she": 0.30644844086223105, "they": 0.2929604188335164}, "something": {"she - they": -0.05279108995184245, "she": 0.2778718199041776, "they": 0.33066290985602004}, "sometimes": {"she - they": 0.016413498355824063, "she": 0.3383258419133347, "they": 0.32191234355751064}, "somewhere": {"she - they": 0.042155725665109056, "she": 0.30644844086223105, "they": 0.264292715197122}, "son": {"she - they": -0.010888177052159803, "she": 0.22442002002002015, "they": 0.23530819707217995}, "song": {"she - they": -0.01173388043854015, "she": 0.20866501686282207, "they": 0.22039889730136222}, "soon": {"she - they": -0.1363383123020992, "she": 0.2159616984172747, "they": 0.3523000107193739}, "sore": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "sorry": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "sort": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "soul": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "sounding": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "southbank": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "southeast": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "soviet": {"she - they": 0.0138117552991327, "she": 0.31548650151542973, "they": 0.30167474621629703}, "soy": {"she - they": -0.06508155990740613, "she": 0.17995918049776924, "they": 0.24504074040517537}, "sparked": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "special": {"she - they": 0.01199555064785962, "she": 0.26855802095664216, "they": 0.25656247030878254}, "specifically": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "spectators": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "speech": {"she - they": -0.04032561414242844, "she": 0.22002125308262796, "they": 0.2603468672250564}, "speeches": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "spellbound": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "spent": {"she - they": -0.027153956403151214, "she": 0.26488615858034703, "they": 0.29204011498349824}, "sphere": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "spirited": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "spoke": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "sports": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "spying": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "square": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "stacks": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "stadium": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "staff": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "stained": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "stan": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "standards": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "starbucks": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "started": {"she - they": -0.03223329643954531, "she": 0.2978909064084584, "they": 0.3301242028480037}, "starters": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "starting": {"she - they": -0.05322385976695526, "she": 0.2767864063529887, "they": 0.33001026611994394}, "starts": {"she - they": 0.03663679104000023, "she": 0.24717495642628295, "they": 0.21053816538628273}, "state": {"she - they": -0.06279903412202789, "she": 0.24965239383834978, "they": 0.31245142796037767}, "statements": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "station": {"she - they": -0.040454752763438906, "she": 0.28145759079407173, "they": 0.32191234355751064}, "stay": {"she - they": -0.0619005993604381, "she": 0.22002125308262796, "they": 0.28192185244306606}, "stayed": {"she - they": -0.05838439989711408, "she": 0.26430766704370723, "they": 0.3226920669408213}, "steadily": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "steady": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "step": {"she - they": -0.04352158101111936, "she": 0.23980352129624877, "they": 0.2833251023073681}, "stiff": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "stiffed": {"she - they": 0.03710064610770153, "she": 0.26430766704370723, "they": 0.2272070209360057}, "still": {"she - they": -0.10373658714050343, "she": 0.251586506229494, "they": 0.35532309336999746}, "stinky": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "stitches": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "stole": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "stop": {"she - they": -0.00982602860618248, "she": 0.26488615858034703, "they": 0.2747121871865295}, "store": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "stories": {"she - they": -0.060278585136184254, "she": 0.24045017654303477, "they": 0.300728761679219}, "story": {"she - they": 0.051974099417694763, "she": 0.3619283147220573, "they": 0.3099542153043625}, "strained": {"she - they": 0.014199285024114883, "she": 0.3267967247659127, "they": 0.3125974397417978}, "strategies": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "street": {"she - they": 0.02342052139479245, "she": 0.35772289051980893, "they": 0.3343023691250165}, "streets": {"she - they": 0.012958545722881465, "she": 0.292359749449416, "they": 0.27940120372653454}, "strength": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "stressed": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "struck": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "struggled": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "struggles": {"she - they": 0.08827948057942403, "she": 0.31548650151542973, "they": 0.2272070209360057}, "student": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "students": {"she - they": 0.035787261837731565, "she": 0.22002125308262796, "they": 0.1842339912448964}, "studies": {"she - they": 0.03593436333710581, "she": 0.22442002002002015, "they": 0.18848565668291434}, "stuff": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "style": {"she - they": 0.024250523004910485, "she": 0.33117013962867303, "they": 0.30691961662376255}, "subdued": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "subject": {"she - they": -0.06116981609019423, "she": 0.22922525090968804, "they": 0.29039506699988227}, "substance": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "substantial": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "subversive": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "successfully": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "such": {"she - they": -0.1212786314939058, "she": 0.23691386812656853, "they": 0.35819249962047434}, "sudden": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "suffered": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "suffering": {"she - they": 0.03710064610770153, "she": 0.26430766704370723, "they": 0.2272070209360057}, "sugar": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "suicide": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "sullen": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "support": {"she - they": -0.06609919548540516, "she": 0.2551868275365524, "they": 0.3212860230219576}, "supported": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "supportive": {"she - they": 0.04272046218670855, "she": 0.34211741182294264, "they": 0.2993969496362341}, "supposed": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "sure": {"she - they": -0.07602067041801341, "she": 0.2778718199041776, "they": 0.353892490322191}, "surprised": {"she - they": 0.0138117552991327, "she": 0.31548650151542973, "they": 0.30167474621629703}, "surprising": {"she - they": -0.05974466019747959, "she": 0.24717495642628295, "they": 0.30691961662376255}, "surrounds": {"she - they": 0.04272046218670855, "she": 0.34211741182294264, "they": 0.2993969496362341}, "susan": {"she - they": 0.03710064610770153, "she": 0.26430766704370723, "they": 0.2272070209360057}, "suspected": {"she - they": 0.04538825233540372, "she": 0.32478945606193826, "they": 0.27940120372653454}, "suspects": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "suspicion": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "swapped": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "swear": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "sweet": {"she - they": -0.024534141862718684, "she": 0.30644844086223105, "they": 0.33098258272494974}, "sweetened": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "switching": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "syria": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "syrup": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "system": {"she - they": -0.11750836455554464, "she": 0.2159616984172747, "they": 0.33347006297281934}, "t": {"she - they": -0.08500578635351375, "she": 0.26102248607357187, "they": 0.3460282724270856}, "taco": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "taiwan": {"she - they": 0.03643943448298245, "she": 0.24045017654303477, "they": 0.20401074206005232}, "take": {"she - they": -0.07993247016657212, "she": 0.2634945002530012, "they": 0.3434269704195733}, "taken": {"she - they": -0.07773672910860285, "she": 0.23760553634196752, "they": 0.31534226545057037}, "taking": {"she - they": -0.1626427225029504, "she": 0.1912497678192406, "they": 0.353892490322191}, "talent": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "talented": {"she - they": 0.014199285024114883, "she": 0.3267967247659127, "they": 0.3125974397417978}, "talk": {"she - they": 0.08818354772015258, "she": 0.3267967247659127, "they": 0.23861317704576013}, "talking": {"she - they": -0.03970422647135391, "she": 0.22922525090968804, "they": 0.26892947738104195}, "talks": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "tea": {"she - they": -0.04419015161291834, "she": 0.1638744880857438, "they": 0.20806463969866215}, "team": {"she - they": -0.13185387854656855, "she": 0.17794204208831355, "they": 0.3097959206348821}, "teams": {"she - they": -0.06280227812204764, "she": 0.20866501686282207, "they": 0.2714672949848697}, "techniques": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "teenager": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "teenagers": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "teens": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "telegraph": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "tell": {"she - they": -0.02046175452512894, "she": 0.309548511594815, "they": 0.33001026611994394}, "telling": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "ten": {"she - they": 0.01348802202871463, "she": 0.30644844086223105, "they": 0.2929604188335164}, "term": {"she - they": -0.10605837446998159, "she": 0.22002125308262796, "they": 0.32607962755260955}, "terms": {"she - they": 0.03643943448298245, "she": 0.24045017654303477, "they": 0.20401074206005232}, "terrible": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "terrifying": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "terrorism": {"she - they": -0.009708941544690541, "she": 0.24717495642628295, "they": 0.2568838979709735}, "terrorist": {"she - they": 0.08821270728344019, "she": 0.26488615858034703, "they": 0.17667345129690684}, "than": {"she - they": -0.08309319874274335, "she": 0.2851535373267107, "they": 0.3682467360694541}, "thanks": {"she - they": -0.07440740927802736, "she": 0.27250817636204266, "they": 0.34691558564007}, "that": {"she - they": -0.12992240589079684, "she": 0.21439963247608346, "they": 0.3443220383668803}, "the": {"she - they": -0.150656010520494, "she": 0.08430093193905243, "they": 0.2349569424595464}, "theatre": {"she - they": 0.042155725665109056, "she": 0.30644844086223105, "they": 0.264292715197122}, "theatres": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "their": {"she - they": -0.11361575111229677, "she": 0.2641278444636605, "they": 0.37774359557595727}, "them": {"she - they": -0.07639048792381342, "she": 0.2892689105667272, "they": 0.36565939849054063}, "themed": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "themselves": {"she - they": -0.06456133340555936, "she": 0.27250817636204266, "they": 0.337069509767602}, "then": {"she - they": -0.05404780006632992, "she": 0.30165712164272385, "they": 0.35570492170905377}, "there": {"she - they": -0.12632767279452703, "she": 0.24654428198843628, "they": 0.3728719547829633}, "therefore": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "theresa": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "these": {"she - they": -0.09536801297527564, "she": 0.2741215372381503, "they": 0.36948955021342594}, "they": {"she - they": -0.16207852395290334, "she": 0.2769265865752975, "they": 0.43900511052820085}, "thick": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "thicker": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "thing": {"she - they": -0.09663371998012449, "she": 0.188807727631788, "they": 0.2854414476119125}, "things": {"she - they": -0.07293863486551289, "she": 0.27531286713420006, "they": 0.34825150199971294}, "think": {"she - they": -0.05855473097589814, "she": 0.2941684381899698, "they": 0.35272316916586793}, "thinking": {"she - they": -0.05974466019747959, "she": 0.24717495642628295, "they": 0.30691961662376255}, "third": {"she - they": -0.05565480748079035, "she": 0.24696357437639913, "they": 0.3026183818571895}, "thirty": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "this": {"she - they": -0.10211195254152527, "she": 0.27083953287147056, "they": 0.37295148541299583}, "those": {"she - they": -0.10652654260991279, "she": 0.2525863497041566, "they": 0.3591128923140694}, "though": {"she - they": -0.13162077626162946, "she": 0.17995918049776924, "they": 0.3115799567593987}, "thought": {"she - they": -0.028147291218281634, "she": 0.3003731346170669, "they": 0.3285204258353485}, "thousands": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "three": {"she - they": -0.05956614812759642, "she": 0.28474448629267796, "they": 0.3443106344202744}, "thrilled": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "through": {"she - they": -0.0406012636213266, "she": 0.29011261222201495, "they": 0.33071387584334155}, "throughout": {"she - they": -0.06491204201617717, "she": 0.26855802095664216, "they": 0.33347006297281934}, "throw": {"she - they": 0.014199285024114883, "she": 0.3267967247659127, "they": 0.3125974397417978}, "tibetans": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "tickets": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "tie": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "ties": {"she - they": -0.00931614736165165, "she": 0.25497656783547035, "they": 0.264292715197122}, "tight": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "time": {"she - they": -0.051046458939257355, "she": 0.31329166531909375, "they": 0.3643381242583511}, "times": {"she - they": -0.07659792718329936, "she": 0.24957026930944717, "they": 0.32616819649274653}, "tios": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "tiptoeing": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "title": {"she - they": 0.03710064610770153, "she": 0.26430766704370723, "they": 0.2272070209360057}, "titled": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "titles": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "to": {"she - they": -0.1411209104607359, "she": 0.15741242208851455, "they": 0.29853333254925046}, "today": {"she - they": 0.039219096937508524, "she": 0.3493885779787461, "they": 0.3101694810412376}, "tofu": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "together": {"she - they": -0.13805621530618886, "she": 0.20223367272496914, "they": 0.340289888031158}, "told": {"she - they": -0.01720473624425184, "she": 0.3101914479886179, "they": 0.32739618423286976}, "toll": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "tomorrow": {"she - they": 0.012733731189033592, "she": 0.2866086098257829, "they": 0.2738748786367493}, "tonantzin": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "tone": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "too": {"she - they": -0.0355054540628571, "she": 0.31406806030459133, "they": 0.34957351436744843}, "took": {"she - they": -0.01683211019269698, "she": 0.31604102320214184, "they": 0.3328731333948388}, "top": {"she - they": -0.1313788749334546, "she": 0.1820481866290838, "they": 0.3134270615625384}, "tortured": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "touched": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "tough": {"she - they": 0.04272046218670855, "she": 0.34211741182294264, "they": 0.2993969496362341}, "tour": {"she - they": -0.010634994873094994, "she": 0.22922525090968804, "they": 0.23986024578278303}, "tournament": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "tours": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "toward": {"she - they": -0.009626601770893473, "she": 0.26855802095664216, "they": 0.27818462272753564}, "towards": {"she - they": -0.025001499720363085, "she": 0.29888470496561315, "they": 0.32388620468597623}, "town": {"she - they": -0.028942112437141065, "she": 0.23760553634196752, "they": 0.2665476487791086}, "traditionally": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "train": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "transaction": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "transmission": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "travel": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "travelled": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "treated": {"she - they": 0.04272046218670855, "she": 0.34211741182294264, "they": 0.2993969496362341}, "treatment": {"she - they": 0.03527042301286018, "she": 0.20535507776698447, "they": 0.1700846547541243}, "tried": {"she - they": -0.05419166004682141, "she": 0.26488615858034703, "they": 0.31907781862716844}, "tries": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "trips": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "trouble": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "true": {"she - they": -0.0418543928786434, "she": 0.30148895101275536, "they": 0.34334334389139876}, "trust": {"she - they": -0.02540803978644879, "she": 0.292359749449416, "they": 0.3177677892358648}, "truth": {"she - they": 0.04272046218670855, "she": 0.34211741182294264, "they": 0.2993969496362341}, "try": {"she - they": -0.10605837446998159, "she": 0.22002125308262796, "they": 0.32607962755260955}, "trying": {"she - they": -0.0421554138415679, "she": 0.2582288780542168, "they": 0.3003842918957847}, "turkey": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "turkish": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "turn": {"she - they": -0.040454752763438906, "she": 0.28145759079407173, "they": 0.32191234355751064}, "turned": {"she - they": 0.03103583973272822, "she": 0.348803628968593, "they": 0.3177677892358648}, "turns": {"she - they": -0.05838439989711408, "she": 0.26430766704370723, "they": 0.3226920669408213}, "tv": {"she - they": -0.060278585136184254, "she": 0.24045017654303477, "they": 0.300728761679219}, "twelve": {"she - they": -0.010052240359214287, "she": 0.24045017654303477, "they": 0.25050241690224906}, "twenty": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "two": {"she - they": -0.06778518707337838, "she": 0.2947517286450452, "they": 0.36253691571842356}, "ugly": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "uk": {"she - they": -0.008034911658149402, "she": 0.29888470496561315, "they": 0.30691961662376255}, "ultimately": {"she - they": -0.05838439989711408, "she": 0.26430766704370723, "they": 0.3226920669408213}, "unbiased": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "uncertain": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "uncommunicative": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "under": {"she - they": -0.13185387854656855, "she": 0.17794204208831355, "they": 0.3097959206348821}, "underground": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "understand": {"she - they": -0.040794805766615205, "she": 0.2767864063529887, "they": 0.3175812121196039}, "understood": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "unenticing": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "unfair": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "ung": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "unhealthy": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "union": {"she - they": 0.0456025230789478, "she": 0.3385629419124642, "they": 0.2929604188335164}, "unit": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "unite": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "united": {"she - they": -0.06222292431026094, "she": 0.2159616984172747, "they": 0.27818462272753564}, "unless": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "unpleasant": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "unsolved": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "until": {"she - they": -0.02540803978644879, "she": 0.292359749449416, "they": 0.3177677892358648}, "unwelcome": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "up": {"she - they": -0.10738334201210725, "she": 0.26500567058535307, "they": 0.3723890125974603}, "upon": {"she - they": 0.03710064610770153, "she": 0.26430766704370723, "they": 0.2272070209360057}, "uppity": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "urging": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "us": {"she - they": -0.061296045068744864, "she": 0.26592810722961535, "they": 0.3272241522983602}, "usd": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "use": {"she - they": -0.11816025811011754, "she": 0.22772434502297745, "they": 0.345884603133095}, "used": {"she - they": -0.0716363836609849, "she": 0.2486404809857865, "they": 0.3202768646467714}, "users": {"she - they": -0.010888177052159803, "she": 0.22442002002002015, "they": 0.23530819707217995}, "usual": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "usually": {"she - they": -0.03966490371588388, "she": 0.292359749449416, "they": 0.3320246531652999}, "valued": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "ve": {"she - they": -0.053057885900726465, "she": 0.28142785448877927, "they": 0.33448574038950574}, "vegan": {"she - they": -0.039347839451232325, "she": 0.23452703918551698, "they": 0.2738748786367493}, "verbally": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "version": {"she - they": -0.0263909362521767, "she": 0.2767864063529887, "they": 0.3031773426051654}, "very": {"she - they": -0.06868720617541074, "she": 0.29042568613865866, "they": 0.3591128923140694}, "violent": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "virginity": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "virtual": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "visit": {"she - they": -0.010358232018438357, "she": 0.23452703918551698, "they": 0.24488527120395534}, "vote": {"she - they": -0.008034911658149402, "she": 0.29888470496561315, "they": 0.30691961662376255}, "vs": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "vulnerable": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "waaay": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "waged": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "waiting": {"she - they": -0.03659932800321247, "she": 0.27599811173858535, "they": 0.3125974397417978}, "waldo": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "walk": {"she - they": 0.042324752641905106, "she": 0.31548650151542973, "they": 0.2731617488735246}, "walked": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "walking": {"she - they": 0.014199285024114883, "she": 0.3267967247659127, "they": 0.3125974397417978}, "wall": {"she - they": -0.0619005993604381, "she": 0.22002125308262796, "they": 0.28192185244306606}, "wander": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "wang": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "want": {"she - they": -0.10196675561327459, "she": 0.24696357437639913, "they": 0.3489303299896737}, "wanted": {"she - they": 0.016098949619984704, "she": 0.3297142364497147, "they": 0.31361528682973}, "wants": {"she - they": -0.03895102718349977, "she": 0.24045017654303477, "they": 0.27940120372653454}, "war": {"she - they": 0.004687857510991045, "she": 0.27328741300205234, "they": 0.2685995554910613}, "warm": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "warning": {"she - they": -0.06306508772483965, "she": 0.20535507776698447, "they": 0.2684201654918241}, "was": {"she - they": -0.07543998087229958, "she": 0.26637184995147567, "they": 0.34181183082377525}, "washington": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "wasn": {"she - they": 0.03553895759865383, "she": 0.34549317290301634, "they": 0.3099542153043625}, "waste": {"she - they": 0.03539060668524713, "she": 0.20866501686282207, "they": 0.17327441017757494}, "watched": {"she - they": 0.04251152091488697, "she": 0.3267967247659127, "they": 0.28428520385102574}, "watching": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "water": {"she - they": -0.054982653504685175, "she": 0.2551868275365524, "they": 0.3101694810412376}, "waterstones": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "way": {"she - they": -0.015884392059160313, "she": 0.3186013483303454, "they": 0.33448574038950574}, "we": {"she - they": -0.12227701871515764, "she": 0.22347579072512122, "they": 0.34575280944027886}, "weakest": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "wean": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "weapons": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "wearing": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "wears": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "weaselled": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "weaving": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "website": {"she - they": -0.09216247356895041, "she": 0.23452703918551698, "they": 0.3266895127544674}, "websites": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "wee": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "week": {"she - they": -0.01888082543635461, "she": 0.3026763214539169, "they": 0.3215571468902715}, "weekend": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "weeks": {"she - they": -0.0373670791725898, "she": 0.26430766704370723, "they": 0.30167474621629703}, "weight": {"she - they": -0.0926870926478226, "she": 0.22922525090968804, "they": 0.32191234355751064}, "well": {"she - they": -0.09071253424028469, "she": 0.2634945002530012, "they": 0.3542070344932859}, "went": {"she - they": -0.04139619434772035, "she": 0.26855802095664216, "they": 0.3099542153043625}, "were": {"she - they": -0.08172969580953332, "she": 0.266712564905504, "they": 0.3484422607150373}, "weren": {"she - they": 0.04272046218670855, "she": 0.34211741182294264, "they": 0.2993969496362341}, "west": {"she - they": -0.10760815931305551, "she": 0.20535507776698447, "they": 0.31296323708004}, "westerberg": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "western": {"she - they": -0.038502227360423136, "she": 0.24717495642628295, "they": 0.2856771837867061}, "westerners": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "what": {"she - they": -0.13650742984604936, "she": 0.23691087682779682, "they": 0.3734183066738462}, "whatever": {"she - they": 0.04200080699463965, "she": 0.29888470496561315, "they": 0.2568838979709735}, "when": {"she - they": -0.10435989590861733, "she": 0.26345288706058884, "they": 0.36781278296920616}, "where": {"she - they": -0.04775226327211857, "she": 0.3022668607071589, "they": 0.3500191239792775}, "whether": {"she - they": -0.06659786387137293, "she": 0.24957026930944717, "they": 0.3161681331808201}, "which": {"she - they": -0.11915220665472892, "she": 0.23691087682779682, "they": 0.35606308348252574}, "while": {"she - they": -0.1313477455447951, "she": 0.23234158680261469, "they": 0.3636893323474098}, "whiled": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "whilst": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "whim": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "white": {"she - they": -0.04263598437246652, "she": 0.29136506911117416, "they": 0.3340010534836407}, "who": {"she - they": -0.06460840692221159, "she": 0.29937699182371535, "they": 0.36398539874592695}, "whole": {"she - they": -0.09316119209958373, "she": 0.22442002002002015, "they": 0.3175812121196039}, "whose": {"she - they": -0.008667295263245556, "she": 0.2866086098257829, "they": 0.29527590508902846}, "why": {"she - they": -0.03927774981098403, "she": 0.30660685332211096, "they": 0.345884603133095}, "wicked": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "wife": {"she - they": -0.038502227360423136, "she": 0.24717495642628295, "they": 0.2856771837867061}, "will": {"she - they": -0.13773841944887674, "she": 0.23033122134241832, "they": 0.36806964079129506}, "win": {"she - they": -0.09216247356895041, "she": 0.23452703918551698, "they": 0.3266895127544674}, "window": {"she - they": 0.04200080699463965, "she": 0.29888470496561315, "they": 0.2568838979709735}, "wing": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "wisdom": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "wise": {"she - they": -0.00720556542539158, "she": 0.31548650151542973, "they": 0.3226920669408213}, "wish": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "wished": {"she - they": 0.03772864629321748, "she": 0.29185784713464313, "they": 0.25412920084142565}, "with": {"she - they": -0.11717330457356828, "she": 0.2524668668141734, "they": 0.3696401713877417}, "within": {"she - they": -0.08411636904167136, "she": 0.26488615858034703, "they": 0.3490025276220184}, "without": {"she - they": -0.05335947968493698, "she": 0.27112932555373553, "they": 0.3244888052386725}, "woman": {"she - they": 0.07422980536992141, "she": 0.34739155424344603, "they": 0.2731617488735246}, "women": {"she - they": -0.04259288262874972, "she": 0.25230644499363364, "they": 0.29489932762238336}, "won": {"she - they": -0.07606244442948834, "she": 0.2551868275365524, "they": 0.33124927196604076}, "wonder": {"she - they": 0.01348802202871463, "she": 0.30644844086223105, "they": 0.2929604188335164}, "words": {"she - they": -0.061551343029158656, "she": 0.22442002002002015, "they": 0.2859713630491788}, "work": {"she - they": -0.04671326882092797, "she": 0.2941684381899698, "they": 0.34088170701089776}, "working": {"she - they": -0.07915098039909915, "she": 0.22002125308262796, "they": 0.2991722334817271}, "world": {"she - they": -0.060339334414750534, "she": 0.2751426110339452, "they": 0.33548194544869575}, "worries": {"she - they": -0.007539102501590955, "she": 0.29185784713464313, "they": 0.2993969496362341}, "worry": {"she - they": 0.023887124892835176, "she": 0.31916302998186363, "they": 0.29527590508902846}, "would": {"she - they": -0.06754517756228129, "she": 0.2962365140452187, "they": 0.3637816916075}, "wouldn": {"she - they": -0.008287092112440386, "she": 0.27599811173858535, "they": 0.28428520385102574}, "writes": {"she - they": 0.01348802202871463, "she": 0.30644844086223105, "they": 0.2929604188335164}, "writing": {"she - they": -0.03895102718349977, "she": 0.24045017654303477, "they": 0.27940120372653454}, "wrong": {"she - they": -0.05838439989711408, "she": 0.26430766704370723, "they": 0.3226920669408213}, "wrote": {"she - they": -0.04139619434772035, "she": 0.26855802095664216, "they": 0.3099542153043625}, "www": {"she - they": -0.008854081829817395, "she": 0.26430766704370723, "they": 0.2731617488735246}, "xochitl": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "year": {"she - they": -0.05620720852013561, "she": 0.2676320964827342, "they": 0.32383930500286984}, "years": {"she - they": -0.0636603736602182, "she": 0.2939391855700219, "they": 0.3575995592302401}, "yes": {"she - they": -0.009708941544690541, "she": 0.24717495642628295, "they": 0.2568838979709735}, "yet": {"she - they": -0.14708677708399584, "she": 0.19647342723946012, "they": 0.34356020432345596}, "yo": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "yoing": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "york": {"she - they": -0.06418506285388406, "she": 0.1912497678192406, "they": 0.25543483067312467}, "yorker": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "you": {"she - they": -0.08186319370309864, "she": 0.25628222002300344, "they": 0.3381454137261021}, "you3": {"she - they": 0.03738493469282522, "she": 0.27599811173858535, "they": 0.23861317704576013}, "young": {"she - they": -0.018229651338487474, "she": 0.3130196206275533, "they": 0.33124927196604076}, "your": {"she - they": -0.038325945619402335, "she": 0.27883567129464093, "they": 0.31716161691404327}, "yourself": {"she - they": -0.037983850998046076, "she": 0.25497656783547035, "they": 0.2929604188335164}, "yulia": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "zakharova": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "zone": {"she - they": 0.012528113413029784, "she": 0.28145759079407173, "they": 0.26892947738104195}, "\u725b\u5976": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}, "\u8c46\u6f3f": {"she - they": 0.03818038582804023, "she": 0.3174191117496507, "they": 0.2792387259216105}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-their-them.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-their-them.json new file mode 100644 index 0000000000000000000000000000000000000000..96bc912f2299b2f979e2d0c4c83833e2cd9b5ca6 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-their-them.json @@ -0,0 +1 @@ +{"0": {"their - them": -0.017298533757175716, "their": 0.27625714795920536, "them": 0.2935556817163811}, "000": {"their - them": 0.017507442016715835, "their": 0.34298496402045253, "them": 0.3254775220037367}, "04": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "06": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "07": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "08": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "09": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "1": {"their - them": 0.014518630677729405, "their": 0.3419379983993525, "them": 0.3274193677216231}, "10": {"their - them": 0.031430873255478275, "their": 0.3548371965574197, "them": 0.3234063233019414}, "100": {"their - them": -0.05091727095584103, "their": 0.308977723019796, "them": 0.359894993975637}, "100m\u00b2": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "10bn": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "11": {"their - them": 0.00648410824832768, "their": 0.3174284182987639, "them": 0.3109443100504362}, "11s": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "12": {"their - them": -0.04842362724774185, "their": 0.28568434811677795, "them": 0.3341079753645198}, "13": {"their - them": -0.007499857015990763, "their": 0.3141460488744762, "them": 0.321645905890467}, "1300": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "14": {"their - them": 0.007036788829726082, "their": 0.32868269472019307, "them": 0.321645905890467}, "15": {"their - them": -0.025185566300500395, "their": 0.28568434811677795, "them": 0.31086991441727835}, "150": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "1500": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "16": {"their - them": 0.006321164084963915, "their": 0.2967817938354879, "them": 0.290460629750524}, "1600s": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "1640s": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "1664": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "17": {"their - them": -0.05091727095584103, "their": 0.308977723019796, "them": 0.359894993975637}, "170": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "1790s": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "1794": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "1795": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "18": {"their - them": 0.03801353188061579, "their": 0.3429022219124799, "them": 0.3048886900318641}, "1827": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "18usd": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "19": {"their - them": 0.006255311615563031, "their": 0.28910693350608474, "them": 0.2828516218905217}, "1900": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "1904": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "1911": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "1932": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "1953": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "1960s": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "1966": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "1968": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "1969": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "1970s": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "1983": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "1987": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "1991": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "19th": {"their - them": -0.041531399442550854, "their": 0.213752209120547, "them": 0.25528360856309784}, "2": {"their - them": -0.02214274220459711, "their": 0.3309808690886279, "them": 0.353123611293225}, "20": {"their - them": -0.02233141503764996, "their": 0.3273656150338065, "them": 0.34969703007145647}, "200": {"their - them": -0.0442344327133542, "their": 0.2606542573185099, "them": 0.3048886900318641}, "2001": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "2002": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "2003": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "2006": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "2007": {"their - them": -0.0244394356395356, "their": 0.31132680184725214, "them": 0.33576623748678774}, "2008": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "2009": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "2010": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "2011": {"their - them": -0.04523247852452314, "their": 0.23422684699918092, "them": 0.27945932552370406}, "2012": {"their - them": -0.015079278481225866, "their": 0.2898094115506382, "them": 0.3048886900318641}, "2014": {"their - them": 0.03447251125342804, "their": 0.29599932223659137, "them": 0.2615268109831633}, "2016": {"their - them": -0.04792044710656035, "their": 0.2967817938354879, "them": 0.34470224094204827}, "2017": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "2019": {"their - them": 0.005427047731577872, "their": 0.2669538587147412, "them": 0.2615268109831633}, "2030": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "20th": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "21": {"their - them": -0.07429078529507016, "their": 0.27426751645521014, "them": 0.3485583017502803}, "21st": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "23": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "235": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "24": {"their - them": -0.015079278481225866, "their": 0.2898094115506382, "them": 0.3048886900318641}, "25": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "25th": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "27": {"their - them": 0.03447251125342804, "their": 0.29599932223659137, "them": 0.2615268109831633}, "276": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "28": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "29": {"their - them": 0.0560431932841543, "their": 0.31132680184725214, "them": 0.25528360856309784}, "2m\u00b2": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "2nd": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "3": {"their - them": -0.03463325865143696, "their": 0.31899870297557387, "them": 0.3536319616270108}, "30": {"their - them": -0.024979981825777875, "their": 0.29279048285313997, "them": 0.31777046467891784}, "300": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "31": {"their - them": -0.04537572838980636, "their": 0.30318257336047394, "them": 0.3485583017502803}, "34": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "37": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "38": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "380": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "39": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "4": {"their - them": 0.016250316708047385, "their": 0.3332737647862678, "them": 0.3170234480782204}, "40": {"their - them": 0.005370648755412044, "their": 0.2606542573185099, "them": 0.25528360856309784}, "400": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "40th": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "41": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "42": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "43": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "43x": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "44": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "45": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "451": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "48": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "5": {"their - them": -0.029702680552699368, "their": 0.32040181153031627, "them": 0.35010449208301564}, "50": {"their - them": 0.005229410094931164, "their": 0.24565467664617932, "them": 0.24042526655124816}, "500": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "501s": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "58": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "5m": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "6": {"their - them": -0.02856477164600557, "their": 0.28489991314817675, "them": 0.3134646847941823}, "60": {"their - them": -0.07511198016827786, "their": 0.2606542573185099, "them": 0.33576623748678774}, "67": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "69p": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "7": {"their - them": -0.03377381154536102, "their": 0.3405445099370153, "them": 0.3743183214823763}, "74": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "75": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "76ers": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "7th": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "8": {"their - them": -0.031049877221655697, "their": 0.32734367912623674, "them": 0.35839355634789244}, "82": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "85": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "884": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "89": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "8am": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "9": {"their - them": 0.00628727456830569, "their": 0.29279048285313997, "them": 0.2865032082848343}, "90": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "914": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "972": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "98": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "9mm": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "9thmile": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "a": {"their - them": -0.02930412992498921, "their": 0.3152167096200102, "them": 0.3445208395449994}, "abel": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "abilities": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "ability": {"their - them": -0.06839197364449195, "their": 0.29599932223659137, "them": 0.3643912958810833}, "able": {"their - them": -0.040752640605062285, "their": 0.3278911708271039, "them": 0.3686438114321662}, "about": {"their - them": -0.009705917886271287, "their": 0.3913830821019477, "them": 0.401088999988219}, "above": {"their - them": -0.015197571457984949, "their": 0.28435880831595794, "them": 0.2995563797739429}, "abs": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "absolutely": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "absorbed": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "abundance": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "abuse": {"their - them": -0.11910974205303937, "their": 0.24795415223046213, "them": 0.3670638942835015}, "academic": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "accelerated": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "accept": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "acceptance": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "accepting": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "access": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "accomplish": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "accord": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "according": {"their - them": 0.019563324004648164, "their": 0.2825687889199336, "them": 0.2630054649152854}, "account": {"their - them": -0.06839197364449195, "their": 0.29599932223659137, "them": 0.3643912958810833}, "accounted": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "accounts": {"their - them": -0.12148432521546712, "their": 0.22020424337953412, "them": 0.34168856859500124}, "accumulate": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "accuracy": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "accusations": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "achieve": {"their - them": 0.006535199344659959, "their": 0.32450698230369485, "them": 0.3179717829590349}, "achieved": {"their - them": 0.03791868419061212, "their": 0.34886299424104833, "them": 0.3109443100504362}, "acid": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "acknowledge": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "acknowledged": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "acorn": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "acorns": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "acquaintances": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "acquiescence": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "across": {"their - them": -0.024596795630524915, "their": 0.30595247786550356, "them": 0.3305492734960285}, "act": {"their - them": -0.02233141503764996, "their": 0.3273656150338065, "them": 0.34969703007145647}, "acted": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "acting": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "action": {"their - them": 0.03468443991046155, "their": 0.26728321083000983, "them": 0.23259877091954828}, "actions": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "activates": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "active": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "activities": {"their - them": -0.048827302893479974, "their": 0.2766502191102567, "them": 0.3254775220037367}, "activity": {"their - them": -0.025086662527331938, "their": 0.28910693350608474, "them": 0.3141935960334167}, "actor": {"their - them": 0.03452580298754038, "their": 0.2898094115506382, "them": 0.25528360856309784}, "actors": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "acts": {"their - them": -0.015197571457984949, "their": 0.28435880831595794, "them": 0.2995563797739429}, "actual": {"their - them": 0.05572982371771629, "their": 0.32450698230369485, "them": 0.26877715858597856}, "actually": {"their - them": -0.0036396414961280543, "their": 0.33046833386839175, "them": 0.3341079753645198}, "adapt": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "added": {"their - them": 0.08916180373363766, "their": 0.30635147783469063, "them": 0.21718967410105297}, "adding": {"their - them": 0.0065931020402504315, "their": 0.33297314480160256, "them": 0.32638004276135213}, "addition": {"their - them": -0.10387879355139101, "their": 0.2710158945453418, "them": 0.3748946880967328}, "additional": {"their - them": 0.006357300221579598, "their": 0.30114188012863696, "them": 0.29478457990705736}, "additives": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "address": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "addressing": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "adds": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "administration": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "administrative": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "admired": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "admission": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "admitted": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "admitting": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "adopting": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "adoring": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ads": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "adult": {"their - them": -0.04187441371305245, "their": 0.20300129503637096, "them": 0.2448757087494234}, "adulthood": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "advanced": {"their - them": -0.015197571457984949, "their": 0.28435880831595794, "them": 0.2995563797739429}, "advancement": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "advantage": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "advantages": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "adversaries": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "advertisers": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "advice": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "advisability": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "advisable": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "advocates": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "affect": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "affected": {"their - them": -0.045689246358409874, "their": 0.29599932223659137, "them": 0.34168856859500124}, "affecting": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "afford": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "afraid": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "africa": {"their - them": -0.025086662527331938, "their": 0.28910693350608474, "them": 0.3141935960334167}, "african": {"their - them": 0.005786775463981264, "their": 0.24184164424235985, "them": 0.23605486877837858}, "africans": {"their - them": 0.005370648755412044, "their": 0.2606542573185099, "them": 0.25528360856309784}, "after": {"their - them": -0.01772736668426561, "their": 0.363637565176869, "them": 0.3813649318611346}, "again": {"their - them": -0.03541693621244901, "their": 0.3038570394384268, "them": 0.3392739756508758}, "against": {"their - them": -0.008527120920364895, "their": 0.3489099369568405, "them": 0.3574370578772054}, "agape": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "age": {"their - them": -0.02486411205497907, "their": 0.2967817938354879, "them": 0.321645905890467}, "agencies": {"their - them": -0.014944987813844846, "their": 0.29599932223659137, "them": 0.3109443100504362}, "agenda": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "agent": {"their - them": -0.12085829558821065, "their": 0.22770000616206965, "them": 0.3485583017502803}, "agents": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "aggressive": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "agitation": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "ago": {"their - them": -0.0012851414445116394, "their": 0.33798883420636416, "them": 0.3392739756508758}, "agree": {"their - them": -0.02380036773918498, "their": 0.33297314480160256, "them": 0.35677351254078754}, "agreeing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "agriculture": {"their - them": -0.042270797729884735, "their": 0.19032797318966355, "them": 0.23259877091954828}, "ahead": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "aid": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "aides": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "aim": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "aimed": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "ain": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "air": {"their - them": 0.006225022593073892, "their": 0.28568434811677795, "them": 0.27945932552370406}, "al": {"their - them": 0.05626617137921355, "their": 0.30114188012863696, "them": 0.2448757087494234}, "aladdin": {"their - them": -0.041713265926998755, "their": 0.20807627843349052, "them": 0.24978954436048928}, "alarmed": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "albeit": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "alborz": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "alchemy": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "alcohol": {"their - them": -0.045956825936149526, "their": 0.2898094115506382, "them": 0.33576623748678774}, "aldous": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "alex": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "alfred": {"their - them": -0.0917832848706864, "their": 0.20300129503637096, "them": 0.29478457990705736}, "algorithm": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "algorithms": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "alien": {"their - them": -0.0917832848706864, "their": 0.20300129503637096, "them": 0.29478457990705736}, "alienation": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "all": {"their - them": -0.028628509252740963, "their": 0.3667144936217713, "them": 0.39534300287451224}, "allegedly": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "alleviate": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "alliances": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "allied": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "allies": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "allow": {"their - them": -0.046628178268648235, "their": 0.32450698230369485, "them": 0.3711351605723431}, "allowed": {"their - them": -0.06876615132675834, "their": 0.2898094115506382, "them": 0.35857556287739656}, "allowing": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "allows": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "almond": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "almost": {"their - them": -0.05077794816684106, "their": 0.31175175131100075, "them": 0.3625296994778418}, "alone": {"their - them": -0.04499638420932389, "their": 0.31177712833146365, "them": 0.35677351254078754}, "along": {"their - them": -0.010514244068960787, "their": 0.3531826087989745, "them": 0.3636968528679353}, "alongside": {"their - them": 0.07275709465278302, "their": 0.3415342532387616, "them": 0.26877715858597856}, "aloof": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "alpha": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "already": {"their - them": -0.040955402199497226, "their": 0.32332297222262996, "them": 0.3642783744221272}, "also": {"their - them": -0.029795399003361867, "their": 0.3795547712070444, "them": 0.40935017021040626}, "alternatives": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "although": {"their - them": -0.040955402199497226, "their": 0.32332297222262996, "them": 0.3642783744221272}, "always": {"their - them": -0.008005676474661938, "their": 0.3405445099370153, "them": 0.34855018641167723}, "am": {"their - them": -0.0037757397734041187, "their": 0.3217017822303326, "them": 0.3254775220037367}, "amber": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "amercan": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "america": {"their - them": -0.02426015029623735, "their": 0.3174284182987639, "them": 0.34168856859500124}, "american": {"their - them": -0.1054496645277872, "their": 0.2519504890215441, "them": 0.3574001535493313}, "americans": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "among": {"their - them": 0.00031404053433581325, "their": 0.3396682019607573, "them": 0.3393541614264215}, "amongst": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "amount": {"their - them": -0.045956825936149526, "their": 0.2898094115506382, "them": 0.33576623748678774}, "amounted": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "amour": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "amsterdam": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "an": {"their - them": -0.02955347117281526, "their": 0.39070600989377924, "them": 0.4202594810665945}, "analysis": {"their - them": -0.07511198016827786, "their": 0.2606542573185099, "them": 0.33576623748678774}, "analyzed": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "analyzing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ananias": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ancestors": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "ancestral": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "anchor": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ancient": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "and": {"their - them": -0.030100648932450846, "their": 0.29661244360581146, "them": 0.3267130925382623}, "andrew": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "anew": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "angeles": {"their - them": 0.006321164084963915, "their": 0.2967817938354879, "them": 0.290460629750524}, "anger": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "angry": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "angst": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "animal": {"their - them": -0.04480595310434468, "their": 0.24565467664617932, "them": 0.290460629750524}, "animals": {"their - them": -0.04953272224197225, "their": 0.3031753807265698, "them": 0.35270810296854205}, "ankle": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "announced": {"their - them": -0.041531399442550854, "their": 0.213752209120547, "them": 0.25528360856309784}, "announcing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "annoying": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "anonymity": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "another": {"their - them": -0.02145087029341508, "their": 0.3531826087989745, "them": 0.3746334790923896}, "answer": {"their - them": -0.0158011867406051, "their": 0.3376498468432333, "them": 0.3534510335838384}, "answered": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "answers": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "antenna": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "anthropological": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "anti": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "anticipation": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "antidepressants": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "antique": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "antoni": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "antonin": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "anxiety": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "any": {"their - them": -0.031084898827785312, "their": 0.37253888388433104, "them": 0.40362378271211635}, "anymore": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "anyone": {"their - them": 0.03822206496966907, "their": 0.32868269472019307, "them": 0.290460629750524}, "anything": {"their - them": 0.0560431932841543, "their": 0.31132680184725214, "them": 0.25528360856309784}, "anywhere": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "apart": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "apartment": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "apollo": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "apostles": {"their - them": -0.04523247852452314, "their": 0.23422684699918092, "them": 0.27945932552370406}, "apparently": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "appear": {"their - them": -0.014944987813844846, "their": 0.29599932223659137, "them": 0.3109443100504362}, "appearance": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "appears": {"their - them": 0.005370648755412044, "their": 0.2606542573185099, "them": 0.25528360856309784}, "applications": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "applied": {"their - them": -0.04499638420932389, "their": 0.31177712833146365, "them": 0.35677351254078754}, "apply": {"their - them": -0.07306120115989828, "their": 0.2940026931236032, "them": 0.3670638942835015}, "applying": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "appointing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "appointments": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "appreciate": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "appreciative": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "approached": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "approaches": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "appropriately": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "april": {"their - them": 0.05616293350501428, "their": 0.30595247786550356, "them": 0.24978954436048928}, "aquatic": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "arcane": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "archaeological": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "archeological": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "architects": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "are": {"their - them": -0.027457983314700674, "their": 0.3820722575709569, "them": 0.4095302408856576}, "area": {"their - them": -0.026877501915129498, "their": 0.3356521975627123, "them": 0.3625296994778418}, "areas": {"their - them": -0.015197571457984949, "their": 0.28435880831595794, "them": 0.2995563797739429}, "aren": {"their - them": -0.05011651938521006, "their": 0.32477816871152276, "them": 0.3748946880967328}, "arguably": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "argue": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "argued": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "argument": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "ariane": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "arise": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "arkadelphia": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "arm": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "armed": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "armory": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "army": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "around": {"their - them": -0.011764804748627677, "their": 0.3744085236519438, "them": 0.3861733284005715}, "arranged": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "array": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "arrested": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "arrival": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "arrive": {"their - them": -0.06741959671184072, "their": 0.31177712833146365, "them": 0.3791967250433044}, "arrived": {"their - them": -0.041531399442550854, "their": 0.213752209120547, "them": 0.25528360856309784}, "arrives": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "arsonist": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "arthur": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "article": {"their - them": -0.007248362025661759, "their": 0.328517875461126, "them": 0.33576623748678774}, "artificial": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "artist": {"their - them": -0.09205449646613567, "their": 0.19840613328438833, "them": 0.290460629750524}, "artists": {"their - them": -0.08969979977548334, "their": 0.2366802429858688, "them": 0.32638004276135213}, "as": {"their - them": -0.02448496212256296, "their": 0.35880989113029454, "them": 0.3832948532528575}, "ascent": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "asia": {"their - them": 0.005370648755412044, "their": 0.2606542573185099, "them": 0.25528360856309784}, "asian": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "asians": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ask": {"their - them": -0.024737208669709854, "their": 0.30114188012863696, "them": 0.3258790887983468}, "asked": {"their - them": -0.007569595985455202, "their": 0.31020086869346264, "them": 0.31777046467891784}, "aspect": {"their - them": -0.04451441657338784, "their": 0.32254947771011366, "them": 0.3670638942835015}, "aspects": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "aspired": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ass": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "assessment": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "assist": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "assists": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "associate": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "associated": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "association": {"their - them": 0.05616293350501428, "their": 0.30595247786550356, "them": 0.24978954436048928}, "assume": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "assumptions": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "assurance": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "astronomy": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "at": {"their - them": -0.018069060848427243, "their": 0.3808061854301801, "them": 0.3988752462786073}, "atlanta": {"their - them": 0.005370648755412044, "their": 0.2606542573185099, "them": 0.25528360856309784}, "atlantic": {"their - them": -0.014944987813844846, "their": 0.29599932223659137, "them": 0.3109443100504362}, "atmospheres": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "atom": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "atoms": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "attachment": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "attack": {"their - them": 0.03840290122767165, "their": 0.31469271321206066, "them": 0.276289811984389}, "attacked": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "attacking": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "attacks": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "attain": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "attempt": {"their - them": 0.023652088712905417, "their": 0.3232084684868483, "them": 0.2995563797739429}, "attend": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "attending": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "attitude": {"their - them": -0.04537572838980636, "their": 0.30318257336047394, "them": 0.3485583017502803}, "attractions": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "attributes": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "audition": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "auditioning": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "auditions": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "aussie": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "austerity": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "australian": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "authenticate": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "authentication": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "author": {"their - them": 0.00648410824832768, "their": 0.3174284182987639, "them": 0.3109443100504362}, "authorities": {"their - them": 0.005229410094931164, "their": 0.24565467664617932, "them": 0.24042526655124816}, "authority": {"their - them": -0.07429078529507016, "their": 0.27426751645521014, "them": 0.3485583017502803}, "autumn": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "available": {"their - them": 0.0889541359419537, "their": 0.31175175131100075, "them": 0.22279761536904705}, "average": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "averaging": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "aviator": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "avoid": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "avoidance": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "avoiding": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "award": {"their - them": -0.0442344327133542, "their": 0.2606542573185099, "them": 0.3048886900318641}, "awards": {"their - them": -0.04132256760362921, "their": 0.22020424337953412, "them": 0.2615268109831633}, "away": {"their - them": -0.016683566119996385, "their": 0.3516113865668456, "them": 0.368294952686842}, "awe": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "awful": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "awkwardness": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "azad": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "azira": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "babies": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "baby": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "bachelor": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "back": {"their - them": -0.05854335181722736, "their": 0.3239657894590845, "them": 0.38250914127631186}, "backbreaking": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "background": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "bad": {"their - them": -0.007340805009180162, "their": 0.3232084684868483, "them": 0.3305492734960285}, "badboys": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bail": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "balance": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "balanced": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "ball": {"their - them": -0.04132256760362921, "their": 0.22020424337953412, "them": 0.2615268109831633}, "ballerina": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bamba": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ban": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "band": {"their - them": 0.05626617137921355, "their": 0.30114188012863696, "them": 0.2448757087494234}, "bandana": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bang": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "bank": {"their - them": -0.045573627709081965, "their": 0.22493424981211535, "them": 0.2705078775211973}, "banned": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bans": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "barco": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "barely": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "baring": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "barrel": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "barriers": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "barring": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bars": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "based": {"their - them": 0.007409436628976751, "their": 0.3278911708271039, "them": 0.32048173419812714}, "basic": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "basically": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "basis": {"their - them": -0.04639797266225498, "their": 0.27948111613609183, "them": 0.3258790887983468}, "basketball": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "battle": {"their - them": 0.03452580298754038, "their": 0.2898094115506382, "them": 0.25528360856309784}, "battles": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "bayiha": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bbc": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "bc": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "be": {"their - them": -0.019537432575554348, "their": 0.36582512445567583, "them": 0.3853625570312302}, "beaches": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "bead": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "beal": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "bean": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "beara": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bearded": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "beasts": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "beat": {"their - them": -0.12287779376197586, "their": 0.20300129503637096, "them": 0.3258790887983468}, "beating": {"their - them": -0.08969979977548334, "their": 0.2366802429858688, "them": 0.32638004276135213}, "beautiful": {"their - them": -0.09074006667090209, "their": 0.22020424337953412, "them": 0.3109443100504362}, "beauty": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "became": {"their - them": -0.0341154414354613, "their": 0.3376498468432333, "them": 0.3717652882786946}, "because": {"their - them": -0.043529550784281446, "their": 0.3537655250256972, "them": 0.39729507580997864}, "become": {"their - them": 0.007862183775783183, "their": 0.3448499424669926, "them": 0.3369877586912094}, "becomes": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "becoming": {"their - them": -0.02405131944658545, "their": 0.32450698230369485, "them": 0.3485583017502803}, "bedrock": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "been": {"their - them": -0.021973390849337804, "their": 0.3763431433583264, "them": 0.3983165342076642}, "beer": {"their - them": -0.09027177679696524, "their": 0.22770000616206965, "them": 0.3179717829590349}, "bees": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "before": {"their - them": -0.04643157251460778, "their": 0.3781374225375853, "them": 0.4245689950521931}, "began": {"their - them": -0.025185566300500395, "their": 0.28568434811677795, "them": 0.31086991441727835}, "begin": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "beginning": {"their - them": -0.047498555718334834, "their": 0.30595247786550356, "them": 0.3534510335838384}, "begrudgingly": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "behalf": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "behavior": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "behind": {"their - them": -0.007569595985455202, "their": 0.31020086869346264, "them": 0.31777046467891784}, "being": {"their - them": -0.013988219580530814, "their": 0.354579496206645, "them": 0.3685677157871758}, "belief": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "believe": {"their - them": -0.021795759467054032, "their": 0.3454501361595404, "them": 0.36724589562659443}, "believed": {"their - them": -0.015079278481225866, "their": 0.2898094115506382, "them": 0.3048886900318641}, "believers": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "believes": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "believing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bello": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bellota": {"their - them": -0.09027177679696524, "their": 0.22770000616206965, "them": 0.3179717829590349}, "bellotas": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "belongings": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bemoans": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ben": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "bench": {"their - them": -0.044636120070956686, "their": 0.2501484598361007, "them": 0.29478457990705736}, "beneath": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "beneficiaries": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "benefit": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "benevolence": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "benue": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "benz": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "best": {"their - them": -0.02132102206480946, "their": 0.3665170004493145, "them": 0.38783802251412397}, "bet": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "better": {"their - them": -0.0443968168915313, "their": 0.3448499424669926, "them": 0.3892467593585239}, "between": {"their - them": -0.0024131540811109797, "their": 0.3517561834159209, "them": 0.3541693374970319}, "beware": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bewildered": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "beyond": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "bible": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "biblically": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "big": {"their - them": -0.0522573077996788, "their": 0.3120210666224484, "them": 0.3642783744221272}, "biggest": {"their - them": -0.04537572838980636, "their": 0.30318257336047394, "them": 0.3485583017502803}, "biking": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bill": {"their - them": -0.014944987813844846, "their": 0.29599932223659137, "them": 0.3109443100504362}, "billion": {"their - them": 0.023742136418238247, "their": 0.2866714939706021, "them": 0.26292935755236385}, "billions": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "binding": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bio": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bioaccumulative": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "biocides": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "biofilm": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bird": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "birmingham": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "birth": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "birthday": {"their - them": -0.04399045133569501, "their": 0.2669538587147412, "them": 0.3109443100504362}, "bit": {"their - them": -0.025445615317045422, "their": 0.2766502191102567, "them": 0.30209583442730215}, "bite": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bitter": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "black": {"their - them": -0.01628412907230753, "their": 0.3178238462922123, "them": 0.3341079753645198}, "blameless": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "blast": {"their - them": -0.04451441657338784, "their": 0.32254947771011366, "them": 0.3670638942835015}, "blasting": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "blessed": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "blessing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "blisters": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "blocking": {"their - them": 0.0065931020402504315, "their": 0.33297314480160256, "them": 0.32638004276135213}, "blog": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "blogs": {"their - them": -0.007024048511518721, "their": 0.3415342532387616, "them": 0.3485583017502803}, "blood": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "bluntly": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "boar": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "board": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "boasts": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "bodies": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "body": {"their - them": -0.047498555718334834, "their": 0.30595247786550356, "them": 0.3534510335838384}, "bold": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "boldly": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bomb": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bond": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "bone": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "bones": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "book": {"their - them": -0.026022106567422987, "their": 0.256437810761748, "them": 0.282459917329171}, "booked": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "books": {"their - them": 0.006225022593073892, "their": 0.28568434811677795, "them": 0.27945932552370406}, "boosted": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "boring": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bot": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "both": {"their - them": -0.03569279847886281, "their": 0.37773800026316673, "them": 0.41343079874202954}, "bots": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "bottle": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "bottles": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bottom": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "bought": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "bounceback": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "boundaries": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "box": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "boy": {"their - them": -0.08969979977548334, "their": 0.2366802429858688, "them": 0.32638004276135213}, "boys": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "bradbury": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "brahms": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "branch": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "branches": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "brault": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "brave": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bread": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "break": {"their - them": -0.02426015029623735, "their": 0.3174284182987639, "them": 0.34168856859500124}, "breakfast": {"their - them": -0.04132256760362921, "their": 0.22020424337953412, "them": 0.2615268109831633}, "breaking": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "breaks": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "breakup": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "breathing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bred": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "breed": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "breeding": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "breezily": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "brett": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "briefly": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "bright": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "brighter": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "brilliant": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "brindisa": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "bring": {"their - them": 0.01960179990507427, "their": 0.3273656150338065, "them": 0.30776381512873224}, "bringing": {"their - them": -0.045689246358409874, "their": 0.29599932223659137, "them": 0.34168856859500124}, "brings": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "brisbane": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "brisvegas": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "britain": {"their - them": 0.005370648755412044, "their": 0.2606542573185099, "them": 0.25528360856309784}, "british": {"their - them": 0.07357934810221281, "their": 0.3184550568516362, "them": 0.2448757087494234}, "broad": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "broadcast": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "broadway": {"their - them": -0.041531399442550854, "their": 0.213752209120547, "them": 0.25528360856309784}, "broken": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "bros": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "brother": {"their - them": -0.04132256760362921, "their": 0.22020424337953412, "them": 0.2615268109831633}, "brothers": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "brought": {"their - them": -0.003342957043112438, "their": 0.35010807654072595, "them": 0.3534510335838384}, "brown": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "browne": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "brunch": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "brutal": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bubble": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bubbling": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "buffaloes": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "build": {"their - them": -0.03040737253424286, "their": 0.3184550568516362, "them": 0.3488624293858791}, "building": {"their - them": -0.12201402836624076, "their": 0.213752209120547, "them": 0.33576623748678774}, "buildings": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "built": {"their - them": 0.005370648755412044, "their": 0.2606542573185099, "them": 0.25528360856309784}, "bullets": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "bunch": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "burial": {"their - them": -0.04258085909669293, "their": 0.18021675627235412, "them": 0.22279761536904705}, "burials": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "buried": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "buriel": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "burke": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "burma": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "burn": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "burned": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "burst": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "bus": {"their - them": -0.01571418791865975, "their": 0.26057562406572926, "them": 0.276289811984389}, "buses": {"their - them": 0.005319575070058535, "their": 0.2551091194305478, "them": 0.24978954436048928}, "bush": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "bushes": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "business": {"their - them": -0.01611466251517285, "their": 0.32477816871152276, "them": 0.3408928312266956}, "busy": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "but": {"their - them": -0.03981834006850882, "their": 0.374153177536722, "them": 0.4139715176052308}, "button": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "buuuuuuuzzzzzzzzz": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "buy": {"their - them": 0.023685419123952223, "their": 0.3141460488744762, "them": 0.290460629750524}, "buying": {"their - them": 0.006438111815388059, "their": 0.31132680184725214, "them": 0.3048886900318641}, "by": {"their - them": -0.030096440830474858, "their": 0.3755042191359281, "them": 0.40560065996640293}, "c": {"their - them": 0.006168689857613374, "their": 0.27948258867867937, "them": 0.273313898821066}, "cab": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "cable": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "cadaver": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "cafeteria": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "caffeine": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "calcium": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "calculation": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "call": {"their - them": -0.04810234837355565, "their": 0.29279048285313997, "them": 0.3408928312266956}, "called": {"their - them": -0.028709933201163162, "their": 0.3475264535175246, "them": 0.37623638671868775}, "calling": {"their - them": 0.055901607315600566, "their": 0.3174284182987639, "them": 0.2615268109831633}, "came": {"their - them": -0.03082355721100194, "their": 0.33345481721112524, "them": 0.3642783744221272}, "camp": {"their - them": 0.005081306869357066, "their": 0.23093593458991865, "them": 0.22585462772056158}, "campo": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "camps": {"their - them": 0.00518898423266223, "their": 0.24154290252746127, "them": 0.23635391829479904}, "campsite": {"their - them": -0.09074006667090209, "their": 0.22020424337953412, "them": 0.3109443100504362}, "can": {"their - them": -0.013757677304994165, "their": 0.3838470637144674, "them": 0.3976047410194616}, "canada": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "candidate": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "candidates": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "cannabis": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "cannot": {"their - them": -0.04499638420932389, "their": 0.31177712833146365, "them": 0.35677351254078754}, "canyon": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "capabilities": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "capable": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "capacity": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "cape": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "capital": {"their - them": 0.05572982371771629, "their": 0.32450698230369485, "them": 0.26877715858597856}, "captivating": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "captured": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "car": {"their - them": -0.016011189769700368, "their": 0.24691816778266348, "them": 0.26292935755236385}, "caramel": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "carcinogenic": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "card": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "care": {"their - them": -0.04810234837355565, "their": 0.29279048285313997, "them": 0.3408928312266956}, "cared": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "career": {"their - them": -0.007024048511518721, "their": 0.3415342532387616, "them": 0.3485583017502803}, "carefree": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "careful": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "caring": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "carmona": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "carried": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "carriers": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "carry": {"their - them": -0.015399445303939108, "their": 0.2750611844465849, "them": 0.290460629750524}, "carrying": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "cartoons": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "case": {"their - them": 0.008160082155985682, "their": 0.345862168999706, "them": 0.33770208684372033}, "cases": {"their - them": -0.08969979977548334, "their": 0.2366802429858688, "them": 0.32638004276135213}, "cassette": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "category": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "catholic": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "cats": {"their - them": -0.09074006667090209, "their": 0.22020424337953412, "them": 0.3109443100504362}, "cause": {"their - them": -0.04064336253454398, "their": 0.3303437202651182, "them": 0.3709870827996622}, "caused": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "causing": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "cautious": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "cavaliers": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "cbd": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "ceaseless": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "cebo": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "ceiling": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "celebrating": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "cell": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "celtics": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "cemetery": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "census": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "center": {"their - them": -0.007340805009180162, "their": 0.3232084684868483, "them": 0.3305492734960285}, "centered": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "central": {"their - them": 0.07341892412635903, "their": 0.3232084684868483, "them": 0.24978954436048928}, "centre": {"their - them": -0.015842689142914645, "their": 0.25466518837828267, "them": 0.2705078775211973}, "centred": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "century": {"their - them": -0.031411277735544585, "their": 0.28907045646258256, "them": 0.32048173419812714}, "cereals": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ceremonial": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "ceremonies": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "certain": {"their - them": 0.007067642874246938, "their": 0.33294673167259375, "them": 0.3258790887983468}, "certainly": {"their - them": -0.030367310219549914, "their": 0.34569071453277217, "them": 0.3760580247523221}, "ch": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "chai": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "challenge": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "challenges": {"their - them": -0.04451441657338784, "their": 0.32254947771011366, "them": 0.3670638942835015}, "challenging": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "chamber": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "chance": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "chances": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "change": {"their - them": -0.0038928768294573257, "their": 0.31427072064263323, "them": 0.31816359747209055}, "changed": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "changes": {"their - them": -0.07429078529507016, "their": 0.27426751645521014, "them": 0.3485583017502803}, "channel": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "channels": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "chaos": {"their - them": -0.04132256760362921, "their": 0.22020424337953412, "them": 0.2615268109831633}, "chaotic": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "chapel": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "chapter": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "character": {"their - them": -0.0341154414354613, "their": 0.3376498468432333, "them": 0.3717652882786946}, "characteristics": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "characterized": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "charge": {"their - them": -0.08969979977548334, "their": 0.2366802429858688, "them": 0.32638004276135213}, "charges": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "charity": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "charles": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "charting": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "chasing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "chatty": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "cheaper": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "cheapest": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "cheaply": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "check": {"their - them": -0.024596795630524915, "their": 0.30595247786550356, "them": 0.3305492734960285}, "checked": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "cheering": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "cheers": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "chemical": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "chemicals": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "chicago": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "chief": {"their - them": 0.034569263955468665, "their": 0.28435880831595794, "them": 0.24978954436048928}, "child": {"their - them": -0.044636120070956686, "their": 0.2501484598361007, "them": 0.29478457990705736}, "childhood": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "children": {"their - them": -0.050203519188293244, "their": 0.28907045646258256, "them": 0.3392739756508758}, "china": {"their - them": 0.005683330714431084, "their": 0.23267073524510765, "them": 0.22698740453067656}, "chinese": {"their - them": -0.04510181104353425, "their": 0.23774981084698746, "them": 0.2828516218905217}, "chocolate": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "choice": {"their - them": -0.007248362025661759, "their": 0.328517875461126, "them": 0.33576623748678774}, "choose": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "choosing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "chopin": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "chores": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "christ": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "christian": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "christianity": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "church": {"their - them": -0.04825296134394205, "their": 0.23420695598522892, "them": 0.282459917329171}, "circle": {"their - them": -0.07375101585593657, "their": 0.28302249668485097, "them": 0.35677351254078754}, "circumstances": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "cited": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "cities": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "citizens": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "city": {"their - them": 0.00024857365001701437, "their": 0.3347998186222287, "them": 0.33455124497221167}, "civic": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "civil": {"their - them": -0.0442344327133542, "their": 0.2606542573185099, "them": 0.3048886900318641}, "civilization": {"their - them": -0.04451441657338784, "their": 0.32254947771011366, "them": 0.3670638942835015}, "claim": {"their - them": 0.005370648755412044, "their": 0.2606542573185099, "them": 0.25528360856309784}, "claimed": {"their - them": 0.03452580298754038, "their": 0.2898094115506382, "them": 0.25528360856309784}, "claims": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "clarity": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "clarke": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "class": {"their - them": -0.014944987813844846, "their": 0.29599932223659137, "them": 0.3109443100504362}, "classifier": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "claws": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "clean": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "clear": {"their - them": -0.0035887025957708207, "their": 0.3337875303117534, "them": 0.3373762329075242}, "clearly": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "climbing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "clippers": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "cloak": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "close": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "closed": {"their - them": -0.024596795630524915, "their": 0.30595247786550356, "them": 0.3305492734960285}, "closer": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "closest": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "clouded": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "club": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "clubs": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "clue": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "clutchest": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "cmr": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "co": {"their - them": 0.00648410824832768, "their": 0.3174284182987639, "them": 0.3109443100504362}, "coach": {"their - them": -0.07644378518642922, "their": 0.23774981084698746, "them": 0.3141935960334167}, "coached": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "coast": {"their - them": -0.042381764362352026, "their": 0.18672984479616594, "them": 0.22911160915851797}, "coastal": {"their - them": 0.005319575070058535, "their": 0.2551091194305478, "them": 0.24978954436048928}, "cobb": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "coca": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "coffee": {"their - them": 0.005151039927439177, "their": 0.23774981084698746, "them": 0.23259877091954828}, "coffees": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "cola": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "coleman": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "coll": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "collapsed": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "colleagues": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "collected": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "collecting": {"their - them": -0.04451441657338784, "their": 0.32254947771011366, "them": 0.3670638942835015}, "collection": {"their - them": 0.005229410094931164, "their": 0.24565467664617932, "them": 0.24042526655124816}, "collections": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "collective": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "college": {"their - them": -0.0244394356395356, "their": 0.31132680184725214, "them": 0.33576623748678774}, "collide": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "colony": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "colours": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "columbia": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "com": {"their - them": -0.011154500683190294, "their": 0.3385425293882662, "them": 0.34969703007145647}, "combination": {"their - them": 0.05572982371771629, "their": 0.32450698230369485, "them": 0.26877715858597856}, "combine": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "come": {"their - them": 0.002720900884314814, "their": 0.3618567801895948, "them": 0.35913587930527996}, "comedians": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "comedy": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "comes": {"their - them": -0.03768693776770837, "their": 0.3337875303117534, "them": 0.3714744680794618}, "comical": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "coming": {"their - them": -0.02233141503764996, "their": 0.3273656150338065, "them": 0.34969703007145647}, "comment": {"their - them": -0.03024256509699008, "their": 0.3232084684868483, "them": 0.3534510335838384}, "commentary": {"their - them": -0.04537572838980636, "their": 0.30318257336047394, "them": 0.3485583017502803}, "comments": {"their - them": -0.046628178268648235, "their": 0.32450698230369485, "them": 0.3711351605723431}, "commercial": {"their - them": -0.0244394356395356, "their": 0.31132680184725214, "them": 0.33576623748678774}, "commercializing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "commissioned": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "commissioning": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "commitment": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "commitments": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "common": {"their - them": -0.03488425667632977, "their": 0.3178238462922123, "them": 0.35270810296854205}, "commonly": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "communicate": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "communicated": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "communications": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "communicative": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "communities": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "community": {"their - them": -0.016563849459538427, "their": 0.30635147783469063, "them": 0.32291532729422906}, "commuter": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "company": {"their - them": -0.053242334765496835, "their": 0.31913670740013994, "them": 0.3723790421656368}, "compared": {"their - them": -0.041531399442550854, "their": 0.213752209120547, "them": 0.25528360856309784}, "comparing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "compassionate": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "competencies": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "competent": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "competition": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "complain": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "complaint": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "complementing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "complete": {"their - them": 0.03832212291425008, "their": 0.3211737448047718, "them": 0.2828516218905217}, "completed": {"their - them": -0.04696287758231943, "their": 0.3174284182987639, "them": 0.3643912958810833}, "completely": {"their - them": -0.04537572838980636, "their": 0.30318257336047394, "them": 0.3485583017502803}, "completing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "complex": {"their - them": -0.04772054925724212, "their": 0.30114188012863696, "them": 0.3488624293858791}, "comprehensive": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "compromise": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "compulsion": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "computers": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "concealed": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "conceded": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "conceivable": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "conceived": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "concern": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "concerns": {"their - them": 0.02356247027972669, "their": 0.3415342532387616, "them": 0.3179717829590349}, "concluded": {"their - them": 0.00648410824832768, "their": 0.3174284182987639, "them": 0.3109443100504362}, "concrete": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "condition": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "conditions": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "conducted": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "conduit": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "conference": {"their - them": -0.03488425667632977, "their": 0.3178238462922123, "them": 0.35270810296854205}, "confidence": {"their - them": -0.06741959671184072, "their": 0.31177712833146365, "them": 0.3791967250433044}, "confirm": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "confirming": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "conflict": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "confusion": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "congratulate": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "congregation": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "congress": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "connect": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "connection": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "connections": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "consequence": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "consequences": {"their - them": -0.04499638420932389, "their": 0.31177712833146365, "them": 0.35677351254078754}, "consequently": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "conservative": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "consider": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "considered": {"their - them": -0.031141456440558657, "their": 0.2970424501891731, "them": 0.32818390662973174}, "considering": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "consistency": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "consistent": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "consists": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "consolation": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "conspiracy": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "constant": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "constantly": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "constitutional": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "constraints": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "construct": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "construction": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "consultants": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "consulted": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "consume": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "consumer": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "consuming": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "consumption": {"their - them": -0.047498555718334834, "their": 0.30595247786550356, "them": 0.3534510335838384}, "contact": {"their - them": -0.08969979977548334, "their": 0.2366802429858688, "them": 0.32638004276135213}, "contacted": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "contacting": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "contain": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "contains": {"their - them": -0.02486411205497907, "their": 0.2967817938354879, "them": 0.321645905890467}, "contemplation": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "contemporary": {"their - them": -0.04451441657338784, "their": 0.32254947771011366, "them": 0.3670638942835015}, "content": {"their - them": 0.0236291854292619, "their": 0.328517875461126, "them": 0.3048886900318641}, "contented": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "contention": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "context": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "continual": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "continue": {"their - them": 0.006535199344659959, "their": 0.32450698230369485, "them": 0.3179717829590349}, "continued": {"their - them": -0.06372491832883315, "their": 0.3211737448047718, "them": 0.38489866313360493}, "continues": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "continuity": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "continuum": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "contouring": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "contribute": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "contributed": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "contribution": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "contributions": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "control": {"their - them": -0.0244394356395356, "their": 0.31132680184725214, "them": 0.33576623748678774}, "controlled": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "controls": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "controversy": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "convened": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "conversation": {"their - them": 0.006535199344659959, "their": 0.32450698230369485, "them": 0.3179717829590349}, "conversations": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "conveyed": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "convictions": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "cook": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "cookies": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "cooking": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "coordinated": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "copa": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "cops": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "cordial": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "core": {"their - them": -0.007144095420551999, "their": 0.33454447317444924, "them": 0.34168856859500124}, "corner": {"their - them": -0.09074006667090209, "their": 0.22020424337953412, "them": 0.3109443100504362}, "cornerstone": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "corporate": {"their - them": -0.07473470988026004, "their": 0.2669538587147412, "them": 0.34168856859500124}, "corporation": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "corps": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "corral": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "correctly": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "correlation": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "corrosive": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "cosmos": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "cost": {"their - them": 0.05093590842123169, "their": 0.3337875303117534, "them": 0.2828516218905217}, "costs": {"their - them": -0.014944987813844846, "their": 0.29599932223659137, "them": 0.3109443100504362}, "could": {"their - them": -0.029638462049485947, "their": 0.354579496206645, "them": 0.3842179582561309}, "couldn": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "council": {"their - them": 0.006357300221579598, "their": 0.30114188012863696, "them": 0.29478457990705736}, "councillors": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "counselling": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "count": {"their - them": -0.09027177679696524, "their": 0.22770000616206965, "them": 0.3179717829590349}, "counter": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "counterpart": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "countries": {"their - them": 0.023652088712905417, "their": 0.3232084684868483, "them": 0.2995563797739429}, "country": {"their - them": 0.030940310013289785, "their": 0.31913670740013994, "them": 0.28819639738685016}, "couple": {"their - them": -0.01611466251517285, "their": 0.32477816871152276, "them": 0.3408928312266956}, "couples": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "course": {"their - them": -0.051111132821851535, "their": 0.3337875303117534, "them": 0.38489866313360493}, "court": {"their - them": -0.016476965808559535, "their": 0.2255223670731456, "them": 0.24199933288170514}, "courtesy": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "cove": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "coverage": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "covered": {"their - them": -0.045956825936149526, "their": 0.2898094115506382, "them": 0.33576623748678774}, "covering": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "covers": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "cow": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "cows": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "crack": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "crackerjack": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "crazy": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "creamier": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "creamy": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "create": {"their - them": 0.019571047361193583, "their": 0.3454501361595404, "them": 0.3258790887983468}, "created": {"their - them": 0.00648410824832768, "their": 0.3174284182987639, "them": 0.3109443100504362}, "creating": {"their - them": -0.04537572838980636, "their": 0.30318257336047394, "them": 0.3485583017502803}, "creation": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "credit": {"their - them": 0.03452580298754038, "their": 0.2898094115506382, "them": 0.25528360856309784}, "crippling": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "crisis": {"their - them": 0.08825742816894491, "their": 0.32868269472019307, "them": 0.24042526655124816}, "critical": {"their - them": 0.05626617137921355, "their": 0.30114188012863696, "them": 0.2448757087494234}, "criticism": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "cronbach": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "cross": {"their - them": -0.024979981825777875, "their": 0.29279048285313997, "them": 0.31777046467891784}, "crowd": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "cruise": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "cry": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "crying": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "culminated": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "culpa": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "cultivation": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "cultural": {"their - them": -0.025086662527331938, "their": 0.28910693350608474, "them": 0.3141935960334167}, "culture": {"their - them": -0.04919357346465647, "their": 0.31020086869346264, "them": 0.3593944421581191}, "cultured": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "cup": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "curation": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "curiosity": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "current": {"their - them": 0.038364520768508215, "their": 0.3178238462922123, "them": 0.27945932552370406}, "currently": {"their - them": -0.09027177679696524, "their": 0.22770000616206965, "them": 0.3179717829590349}, "customer": {"their - them": -0.09027177679696524, "their": 0.22770000616206965, "them": 0.3179717829590349}, "cut": {"their - them": -0.045689246358409874, "their": 0.29599932223659137, "them": 0.34168856859500124}, "cute": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "cutting": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "cynicism": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "d": {"their - them": -0.007964740842694884, "their": 0.34265043232059017, "them": 0.35061517316328505}, "dad": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "dads": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "daily": {"their - them": 0.05572982371771629, "their": 0.32450698230369485, "them": 0.26877715858597856}, "dailymail": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "dairy": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "damaging": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "dance": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "dancers": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "dancing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "danger": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "dangerous": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "daniel": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "dante": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "dante\u00e2": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "dare": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "dares": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "dark": {"their - them": 0.0560431932841543, "their": 0.31132680184725214, "them": 0.25528360856309784}, "data": {"their - them": -0.0672155100928774, "their": 0.26733573487933426, "them": 0.33455124497221167}, "date": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "dates": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "daughter": {"their - them": 0.03463591789533674, "their": 0.2750611844465849, "them": 0.24042526655124816}, "daughters": {"their - them": 0.005427047731577872, "their": 0.2669538587147412, "them": 0.2615268109831633}, "david": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "dawah": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "day": {"their - them": -0.01833145048875512, "their": 0.3280112487989677, "them": 0.3463426992877228}, "days": {"their - them": 0.01750710000823702, "their": 0.33798883420636416, "them": 0.32048173419812714}, "de": {"their - them": -0.0922997906783348, "their": 0.19420341760649948, "them": 0.2865032082848343}, "deacon": {"their - them": -0.041531399442550854, "their": 0.213752209120547, "them": 0.25528360856309784}, "deacons": {"their - them": -0.042381764362352026, "their": 0.18672984479616594, "them": 0.22911160915851797}, "deal": {"their - them": -0.007340805009180162, "their": 0.3232084684868483, "them": 0.3305492734960285}, "death": {"their - them": -0.07511198016827786, "their": 0.2606542573185099, "them": 0.33576623748678774}, "debate": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "decade": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "decades": {"their - them": -0.06909222526788045, "their": 0.28435880831595794, "them": 0.3534510335838384}, "decamp": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "december": {"their - them": 0.005319575070058535, "their": 0.2551091194305478, "them": 0.24978954436048928}, "decent": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "decide": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "decided": {"their - them": -0.003534261120174853, "their": 0.33735857010652076, "them": 0.3408928312266956}, "decision": {"their - them": -0.03081687197989874, "their": 0.3065593609276255, "them": 0.3373762329075242}, "decisions": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "decline": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "declined": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "dedicated": {"their - them": 0.00648410824832768, "their": 0.3174284182987639, "them": 0.3109443100504362}, "deep": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "deeper": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "deeply": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "defeat": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "defeats": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "defend": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "defended": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "defense": {"their - them": -0.09027177679696524, "their": 0.22770000616206965, "them": 0.3179717829590349}, "defensive": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "defiant": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "definitely": {"their - them": 0.00648410824832768, "their": 0.3174284182987639, "them": 0.3109443100504362}, "degradable": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "degrading": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "degree": {"their - them": 0.03447251125342804, "their": 0.29599932223659137, "them": 0.2615268109831633}, "degrees": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "dehesa": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "delayed": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "delays": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "delete": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "deliberation": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "delicacy": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "delicate": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "delicious": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "delight": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "delivered": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "delving": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "demand": {"their - them": -0.09027177679696524, "their": 0.22770000616206965, "them": 0.3179717829590349}, "demanding": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "demands": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "democracy": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "democratic": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "demonstrate": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "denied": {"their - them": -0.0917832848706864, "their": 0.20300129503637096, "them": 0.29478457990705736}, "denigrated": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "denominator": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "department": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "depend": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "dependable": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "dependent": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "depicting": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "deployments": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "depth": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "depths": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "deputy": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "derived": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "derogatory": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "describe": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "described": {"their - them": -0.047498555718334834, "their": 0.30595247786550356, "them": 0.3534510335838384}, "describes": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "description": {"their - them": 0.05551372872243959, "their": 0.33297314480160256, "them": 0.27745941607916297}, "descriptive": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "deserved": {"their - them": -0.04499638420932389, "their": 0.31177712833146365, "them": 0.35677351254078754}, "design": {"their - them": -0.07213828794266697, "their": 0.23056491115305117, "them": 0.30270319909571813}, "designated": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "designed": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "desires": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "despair": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "despite": {"their - them": 0.0406829943838235, "their": 0.3548765904172402, "them": 0.3141935960334167}, "desserts": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "destabilized": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "destination": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "destroy": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "detail": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "detailed": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "detect": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "deteriorate": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "determine": {"their - them": -0.07473470988026004, "their": 0.2669538587147412, "them": 0.34168856859500124}, "detroit": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "devastating": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "develop": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "developing": {"their - them": 0.006535199344659959, "their": 0.32450698230369485, "them": 0.3179717829590349}, "development": {"their - them": -0.017069483181521905, "their": 0.28563371591419623, "them": 0.30270319909571813}, "developments": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "devoid": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "devote": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "devoted": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "diaspora": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "did": {"their - them": -0.03772091534035382, "their": 0.3123835767426618, "them": 0.35010449208301564}, "didn": {"their - them": -0.027681218333753588, "their": 0.3116729430926679, "them": 0.3393541614264215}, "die": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "diet": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "difference": {"their - them": 0.023652088712905417, "their": 0.3232084684868483, "them": 0.2995563797739429}, "different": {"their - them": -0.00385557165111855, "their": 0.3166261625470086, "them": 0.32048173419812714}, "difficult": {"their - them": -0.04622358024170181, "their": 0.33297314480160256, "them": 0.3791967250433044}, "difficulty": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "digest": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "digital": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "dinner": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "direct": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "directed": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "directing": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "direction": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "directly": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "director": {"their - them": 0.005229410094931164, "their": 0.24565467664617932, "them": 0.24042526655124816}, "disagrees": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "disappear": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "disappeared": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "disarray": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "disbelief": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "disciple": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "disciplined": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "discovered": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "discoveries": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "discovery": {"their - them": -0.0442344327133542, "their": 0.2606542573185099, "them": 0.3048886900318641}, "discuss": {"their - them": 0.006535199344659959, "their": 0.32450698230369485, "them": 0.3179717829590349}, "discussed": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "discussion": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "discussions": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "disguise": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "disliked": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "dismissed": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "disobedience": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "disorder": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "disordered": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "dispatched": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "dispel": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "display": {"their - them": -0.09148010134045237, "their": 0.20807627843349052, "them": 0.2995563797739429}, "disproportionately": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "disrepair": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "disrespected": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "disrupting": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "disruption": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "disruptive": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "distant": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "distracting": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "distrustful": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "disturb": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "disturbing": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "ditched": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "diversity": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "diverted": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "divine": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "division": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "divorce": {"their - them": -0.015197571457984949, "their": 0.28435880831595794, "them": 0.2995563797739429}, "divorced": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "divulge": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "dna": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "do": {"their - them": -0.04863042907869353, "their": 0.3616581168193106, "them": 0.4102885458980041}, "documentation": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "documented": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "documenting": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "does": {"their - them": -0.04379381479211336, "their": 0.3139092482012306, "them": 0.357703062993344}, "doesn": {"their - them": -0.0379567521255223, "their": 0.3273656150338065, "them": 0.3653223671593288}, "dog": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "doing": {"their - them": -0.0254648150156086, "their": 0.34504990206784836, "them": 0.37051471708345696}, "dollars": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "dolores": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "domantas": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "dominated": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "don": {"their - them": -0.018672984401522374, "their": 0.34666190130149144, "them": 0.3653348857030138}, "donald": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "done": {"their - them": -0.030741269903717394, "their": 0.3356698720535713, "them": 0.3664111419572887}, "donovan": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "door": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "dornan": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "dou4": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "dou4jiang1": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "double": {"their - them": 0.006535199344659959, "their": 0.32450698230369485, "them": 0.3179717829590349}, "doubts": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "doujiang": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "down": {"their - them": -0.03208456925108588, "their": 0.3354328146661959, "them": 0.3675173839172818}, "downtown": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "dozens": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "dr": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "drafted": {"their - them": -0.08969979977548334, "their": 0.2366802429858688, "them": 0.32638004276135213}, "dramatic": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "dramatically": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "dream": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "dressed": {"their - them": -0.06795258721186914, "their": 0.30318257336047394, "them": 0.3711351605723431}, "drink": {"their - them": -0.015079278481225866, "their": 0.2898094115506382, "them": 0.3048886900318641}, "drinking": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "drinks": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "drive": {"their - them": -0.042019133266859826, "their": 0.19840613328438833, "them": 0.24042526655124816}, "driver": {"their - them": -0.09686764411713294, "their": 0.27426751645521014, "them": 0.3711351605723431}, "drivers": {"their - them": 0.005427047731577872, "their": 0.2669538587147412, "them": 0.2615268109831633}, "drives": {"their - them": -0.01530346377096553, "their": 0.27948111613609183, "them": 0.29478457990705736}, "driving": {"their - them": -0.015079278481225866, "their": 0.2898094115506382, "them": 0.3048886900318641}, "drizzle": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "drop": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "dropped": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "drops": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "drove": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "drummond": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "drunk": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "drunkennesss": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "due": {"their - them": 0.00814810006542066, "their": 0.34425036502970047, "them": 0.3361022649642798}, "duel": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "duration": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "during": {"their - them": 0.0025533672901582594, "their": 0.34777414710647914, "them": 0.3452207798163209}, "duroc": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "dutch": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "duty": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "dvo\u0159\u00e1k": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "dweller": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "dyes": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "dynamic": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "dynamism": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "dysfunctional": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "e": {"their - them": 0.019571047361193583, "their": 0.3454501361595404, "them": 0.3258790887983468}, "each": {"their - them": -0.06824644268032454, "their": 0.2644672968317467, "them": 0.3327137395120712}, "ear": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "earbuds": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "earlier": {"their - them": -0.01530346377096553, "their": 0.27948111613609183, "them": 0.29478457990705736}, "early": {"their - them": -0.003519625689383632, "their": 0.36885941647625314, "them": 0.3723790421656368}, "earth": {"their - them": -0.07473470988026004, "their": 0.2669538587147412, "them": 0.34168856859500124}, "easier": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "easily": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "east": {"their - them": -0.0036396414961280543, "their": 0.33046833386839175, "them": 0.3341079753645198}, "eastern": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "eastwards": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "easy": {"their - them": -0.01530346377096553, "their": 0.27948111613609183, "them": 0.29478457990705736}, "eat": {"their - them": -0.04399045133569501, "their": 0.2669538587147412, "them": 0.3109443100504362}, "ecclesial": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "eco": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "economic": {"their - them": 0.006225022593073892, "their": 0.28568434811677795, "them": 0.27945932552370406}, "economical": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "economics": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "economy": {"their - them": -0.007144095420551999, "their": 0.33454447317444924, "them": 0.34168856859500124}, "ecosystem": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ecstatic": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ect": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ed": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "eddie": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "edge": {"their - them": -0.042019133266859826, "their": 0.19840613328438833, "them": 0.24042526655124816}, "edit": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "edl": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "edmund": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "education": {"their - them": 0.023670476944578855, "their": 0.3184550568516362, "them": 0.29478457990705736}, "educational": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "effect": {"their - them": -0.045689246358409874, "their": 0.29599932223659137, "them": 0.34168856859500124}, "effective": {"their - them": 0.005427047731577872, "their": 0.2669538587147412, "them": 0.2615268109831633}, "effectively": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "effects": {"their - them": 0.03463591789533674, "their": 0.2750611844465849, "them": 0.24042526655124816}, "efficacy": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "effort": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "efforts": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "egede": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "eggshells": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "egypt": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "eight": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "eighteenth": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "either": {"their - them": -0.03475539746034151, "their": 0.3211737448047718, "them": 0.3559291422651133}, "elbow": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "elder": {"their - them": -0.04132256760362921, "their": 0.22020424337953412, "them": 0.2615268109831633}, "elders": {"their - them": -0.042270797729884735, "their": 0.19032797318966355, "them": 0.23259877091954828}, "elections": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "electricity": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "elegant": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "elementary": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "elements": {"their - them": 0.005427047731577872, "their": 0.2669538587147412, "them": 0.2615268109831633}, "eliminate": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "elina": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "eliot": {"their - them": -0.04350879090911419, "their": 0.14881295535559583, "them": 0.19232174626471002}, "eliot\u00e2": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "ellen": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "elon": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "else": {"their - them": -0.02405131944658545, "their": 0.32450698230369485, "them": 0.3485583017502803}, "eludes": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "elyton": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "email": {"their - them": -0.04619046518007053, "their": 0.28435880831595794, "them": 0.3305492734960285}, "emanates": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "emancipation": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "embarrassing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "embiid": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "emboldening": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "emerged": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "emergency": {"their - them": 0.03463591789533674, "their": 0.2750611844465849, "them": 0.24042526655124816}, "emeritus": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "emotional": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "emotionally": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "emp": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "emphasis": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "emphasise": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "emphasize": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "employ": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "employed": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "en": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "enable": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "enabling": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "enclose": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "encounter": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "encourage": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "encouraged": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "end": {"their - them": 0.0004105202278344988, "their": 0.34697953350154676, "them": 0.34656901327371226}, "endangered": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "endeavor": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "endeavors": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "endeavour": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "endeavours": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ended": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "endless": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "endlessly": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "endocrine": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ends": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "endured": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "enduring": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "energy": {"their - them": 0.023746217290127547, "their": 0.2780631221230331, "them": 0.25431690483290553}, "enforcement": {"their - them": -0.09326278346170422, "their": 0.1772450940594931, "them": 0.2705078775211973}, "engage": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "engaged": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "engaging": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "engineering": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "engineers": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "england": {"their - them": 0.00648410824832768, "their": 0.3174284182987639, "them": 0.3109443100504362}, "english": {"their - them": 0.005370648755412044, "their": 0.2606542573185099, "them": 0.25528360856309784}, "engrained": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "enhancement": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "enjoy": {"their - them": -0.04537572838980636, "their": 0.30318257336047394, "them": 0.3485583017502803}, "enjoying": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "enough": {"their - them": -0.024737208669709854, "their": 0.30114188012863696, "them": 0.3258790887983468}, "enquiry": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "enslaved": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ensnare": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ensuring": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "entered": {"their - them": -0.07544015406548066, "their": 0.2551091194305478, "them": 0.3305492734960285}, "entertainment": {"their - them": -0.07375101585593657, "their": 0.28302249668485097, "them": 0.35677351254078754}, "entire": {"their - them": -0.01611466251517285, "their": 0.32477816871152276, "them": 0.3408928312266956}, "entirely": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "entrepreneur": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "entrepreneurial": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "entrepreneurship": {"their - them": -0.04258085909669293, "their": 0.18021675627235412, "them": 0.22279761536904705}, "entropy": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "enugu": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "environment": {"their - them": -0.030932594637950006, "their": 0.3031753807265698, "them": 0.3341079753645198}, "environmental": {"their - them": -0.007248362025661759, "their": 0.328517875461126, "them": 0.33576623748678774}, "enzyme": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "epidemic": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "episcopal": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "equipping": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "era": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "erased": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "erect": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "erode": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "eroded": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "eros": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "errordocument": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ers": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "escape": {"their - them": -0.11910974205303937, "their": 0.24795415223046213, "them": 0.3670638942835015}, "escaped": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "escort": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "esoteric": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "especially": {"their - them": -0.03511674724995406, "their": 0.31175175131100075, "them": 0.3468684985609548}, "essence": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "essential": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "essentially": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "established": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "establishment": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "estate": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "estranged": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "estrangement": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "estrangements": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "et": {"their - them": 0.006321164084963915, "their": 0.2967817938354879, "them": 0.290460629750524}, "etc": {"their - them": -0.014944987813844846, "their": 0.29599932223659137, "them": 0.3109443100504362}, "ethical": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "etiquette": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "eu": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "euractiv": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "euromesco": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "europe": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "european": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "evaluate": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "evaluating": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "even": {"their - them": -0.028056899008185865, "their": 0.34345638751061197, "them": 0.37151328651879784}, "evening": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "event": {"their - them": -0.04619046518007053, "their": 0.28435880831595794, "them": 0.3305492734960285}, "events": {"their - them": -0.0244394356395356, "their": 0.31132680184725214, "them": 0.33576623748678774}, "eventually": {"their - them": -0.02426015029623735, "their": 0.3174284182987639, "them": 0.34168856859500124}, "ever": {"their - them": -0.021290399540637106, "their": 0.3583185148197554, "them": 0.3796089143603925}, "every": {"their - them": -0.055920995965383635, "their": 0.3510283245698514, "them": 0.406949320535235}, "everybody": {"their - them": -0.07375101585593657, "their": 0.28302249668485097, "them": 0.35677351254078754}, "everyday": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "everyone": {"their - them": 0.007036788829726082, "their": 0.32868269472019307, "them": 0.321645905890467}, "everything": {"their - them": -0.030741269903717394, "their": 0.3356698720535713, "them": 0.3664111419572887}, "everywhere": {"their - them": -0.07473470988026004, "their": 0.2669538587147412, "them": 0.34168856859500124}, "evidence": {"their - them": 0.005370648755412044, "their": 0.2606542573185099, "them": 0.25528360856309784}, "evident": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "evolution": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "evolved": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ex": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "exactly": {"their - them": -0.06876615132675834, "their": 0.2898094115506382, "them": 0.35857556287739656}, "examine": {"their - them": -0.07473470988026004, "their": 0.2669538587147412, "them": 0.34168856859500124}, "examines": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "examining": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "example": {"their - them": -0.021921182427411035, "their": 0.34122652396713543, "them": 0.36314770639454647}, "examples": {"their - them": 0.02360016312401303, "their": 0.33454447317444924, "them": 0.3109443100504362}, "excavation": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "exceedingly": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "excellent": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "exception": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "excited": {"their - them": -0.04399045133569501, "their": 0.2669538587147412, "them": 0.3109443100504362}, "exclusive": {"their - them": 0.005427047731577872, "their": 0.2669538587147412, "them": 0.2615268109831633}, "exclusively": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "excoriated": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "executive": {"their - them": 0.005319575070058535, "their": 0.2551091194305478, "them": 0.24978954436048928}, "exercise": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "exercises": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "exhilarating": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "exist": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "existence": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "existing": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "exists": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "exit": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "exiting": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "exoplanets": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "expand": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "expanded": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "expanding": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "expect": {"their - them": -0.015079278481225866, "their": 0.2898094115506382, "them": 0.3048886900318641}, "expectations": {"their - them": -0.04451441657338784, "their": 0.32254947771011366, "them": 0.3670638942835015}, "expected": {"their - them": -0.04856715050078969, "their": 0.2824860161310057, "them": 0.3310531666317954}, "expensive": {"their - them": -0.015197571457984949, "their": 0.28435880831595794, "them": 0.2995563797739429}, "experience": {"their - them": 0.023685419123952223, "their": 0.3141460488744762, "them": 0.290460629750524}, "experienced": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "experiencetheride": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "expert": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "expertise": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "experts": {"their - them": -0.04696287758231943, "their": 0.3174284182987639, "them": 0.3643912958810833}, "explain": {"their - them": -0.045956825936149526, "their": 0.2898094115506382, "them": 0.33576623748678774}, "explained": {"their - them": -0.04499638420932389, "their": 0.31177712833146365, "them": 0.35677351254078754}, "explains": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "exploiters": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "explore": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "explored": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "explores": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "exploring": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "explosion": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "explosions": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "explosive": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "export": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "exposed": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "express": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "expressed": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "expresses": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "expressway": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "extends": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "extension": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "extensive": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "external": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "extracting": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "extraordinary": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "extreme": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "extremely": {"their - them": -0.045956825936149526, "their": 0.2898094115506382, "them": 0.33576623748678774}, "exult": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "eye": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "ez": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "f": {"their - them": 0.005427047731577872, "their": 0.2669538587147412, "them": 0.2615268109831633}, "face": {"their - them": 0.006535199344659959, "their": 0.32450698230369485, "them": 0.3179717829590349}, "faced": {"their - them": 0.006535199344659959, "their": 0.32450698230369485, "them": 0.3179717829590349}, "faces": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "facet": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "facilitating": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "facilitation": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "facility": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "facing": {"their - them": -0.047248761030144415, "their": 0.31132680184725214, "them": 0.35857556287739656}, "fact": {"their - them": -0.026877501915129498, "their": 0.3356521975627123, "them": 0.3625296994778418}, "factor": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "factors": {"their - them": -0.025730809524451892, "their": 0.2666832671404858, "them": 0.2924140766649377}, "factsheet": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "faded": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "fahrenheit": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "fail": {"their - them": -0.07429078529507016, "their": 0.27426751645521014, "them": 0.3485583017502803}, "failed": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "failure": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "fair": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "fairfield": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "fairly": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "faith": {"their - them": -0.06839197364449195, "their": 0.29599932223659137, "them": 0.3643912958810833}, "faithful": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "fall": {"their - them": 0.034605407386668424, "their": 0.27948111613609183, "them": 0.2448757087494234}, "fallen": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "falling": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "falls": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "false": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "fame": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "familial": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "familiar": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "family": {"their - them": -0.01698323828725501, "their": 0.28916566952391315, "them": 0.30614890781116816}, "famous": {"their - them": -0.07429078529507016, "their": 0.27426751645521014, "them": 0.3485583017502803}, "fantastic": {"their - them": -0.04499638420932389, "their": 0.31177712833146365, "them": 0.35677351254078754}, "far": {"their - them": -0.016563849459538427, "their": 0.30635147783469063, "them": 0.32291532729422906}, "farajolah": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "fare": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "farmers": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "fast": {"their - them": -0.04451441657338784, "their": 0.32254947771011366, "them": 0.3670638942835015}, "fastdoc": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "fatally": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "father": {"their - them": -0.015079278481225866, "their": 0.2898094115506382, "them": 0.3048886900318641}, "fathers": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "fatigued": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "fattened": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "fattening": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "fault": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "favor": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "favorite": {"their - them": -0.007424031946710596, "their": 0.3184550568516362, "them": 0.3258790887983468}, "favorites": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "favour": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "favourite": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "fear": {"their - them": 0.005370648755412044, "their": 0.2606542573185099, "them": 0.25528360856309784}, "fearful": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "feasibility": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "feasible": {"their - them": -0.04132256760362921, "their": 0.22020424337953412, "them": 0.2615268109831633}, "feat": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "feature": {"their - them": -0.01548731373949247, "their": 0.2710158945453418, "them": 0.2865032082848343}, "featured": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "features": {"their - them": 0.005370648755412044, "their": 0.2606542573185099, "them": 0.25528360856309784}, "february": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "fed": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "federal": {"their - them": -0.06964105649546337, "their": 0.2750611844465849, "them": 0.34470224094204827}, "feed": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "feeding": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "feel": {"their - them": -0.03040737253424286, "their": 0.3184550568516362, "them": 0.3488624293858791}, "feeling": {"their - them": -0.015079278481225866, "their": 0.2898094115506382, "them": 0.3048886900318641}, "feelings": {"their - them": -0.07473470988026004, "their": 0.2669538587147412, "them": 0.34168856859500124}, "fees": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "feet": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "feigned": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "fell": {"their - them": 0.006535199344659959, "their": 0.32450698230369485, "them": 0.3179717829590349}, "fellow": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "felt": {"their - them": -0.01530346377096553, "their": 0.27948111613609183, "them": 0.29478457990705736}, "female": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "fever": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "few": {"their - them": -0.04267078172709221, "their": 0.33798883420636416, "them": 0.3806596159334564}, "fewer": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "fiction": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "fictions": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "field": {"their - them": -0.07682788053881359, "their": 0.23093593458991865, "them": 0.30776381512873224}, "fields": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "fifty": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "fight": {"their - them": -0.03040737253424286, "their": 0.3184550568516362, "them": 0.3488624293858791}, "figure": {"their - them": -0.007854801367508879, "their": 0.29424103305979327, "them": 0.30209583442730215}, "figured": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "figures": {"their - them": 0.0065931020402504315, "their": 0.33297314480160256, "them": 0.32638004276135213}, "fill": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "filled": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "film": {"their - them": 0.0060245729611310694, "their": 0.2644672968317467, "them": 0.2584427238706156}, "filmmakers": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "filmmaking": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "films": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "final": {"their - them": -0.01611466251517285, "their": 0.32477816871152276, "them": 0.3408928312266956}, "finally": {"their - them": -0.04537572838980636, "their": 0.30318257336047394, "them": 0.3485583017502803}, "financing": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "find": {"their - them": -0.01747313434028397, "their": 0.35886626787656134, "them": 0.3763394022168453}, "finding": {"their - them": -0.09027177679696524, "their": 0.22770000616206965, "them": 0.3179717829590349}, "findings": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "finds": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "fine": {"their - them": -0.014944987813844846, "their": 0.29599932223659137, "them": 0.3109443100504362}, "finest": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "finish": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "finishing": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "finland": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "finnish": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "fire": {"their - them": 0.004906945676596469, "their": 0.21469304460530145, "them": 0.20978609892870498}, "fired": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "first": {"their - them": -0.009207328281465754, "their": 0.3648448574522992, "them": 0.374052185733765}, "firstly": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "fit": {"their - them": -0.045689246358409874, "their": 0.29599932223659137, "them": 0.34168856859500124}, "five": {"their - them": 0.007409436628976751, "their": 0.3278911708271039, "them": 0.32048173419812714}, "flagship": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "flame": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "flapping": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "flash": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "flashmob": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "flat": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "flavours": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "flawlessly": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "fleeing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "flesh": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "flight": {"their - them": -0.014944987813844846, "their": 0.29599932223659137, "them": 0.3109443100504362}, "flock": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "fly": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "fo": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "focus": {"their - them": -0.030057687416270573, "their": 0.328517875461126, "them": 0.35857556287739656}, "focused": {"their - them": -0.04622358024170181, "their": 0.33297314480160256, "them": 0.3791967250433044}, "focuses": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "follow": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "followed": {"their - them": -0.04936978133748782, "their": 0.3065593609276255, "them": 0.3559291422651133}, "following": {"their - them": 0.006357300221579598, "their": 0.30114188012863696, "them": 0.29478457990705736}, "food": {"their - them": 0.031031559771334316, "their": 0.30514802010181974, "them": 0.2741164603304854}, "foods": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "foot": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "for": {"their - them": -0.021438196575122914, "their": 0.36354983228723164, "them": 0.38498802886235456}, "forage": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "forages": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "force": {"their - them": 0.05572982371771629, "their": 0.32450698230369485, "them": 0.26877715858597856}, "forces": {"their - them": 0.006438111815388059, "their": 0.31132680184725214, "them": 0.3048886900318641}, "ford": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "forecast": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "foreign": {"their - them": 0.034735962886262656, "their": 0.2575335782553097, "them": 0.22279761536904705}, "foresight": {"their - them": -0.045573627709081965, "their": 0.22493424981211535, "them": 0.2705078775211973}, "forests": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "foretold": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "forgiveness": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "forgotten": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "form": {"their - them": -0.06636591255905855, "their": 0.2967817938354879, "them": 0.36314770639454647}, "formations": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "formed": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "former": {"their - them": 0.007007704032604922, "their": 0.32477816871152276, "them": 0.31777046467891784}, "forming": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "forms": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "forum": {"their - them": 0.03452580298754038, "their": 0.2898094115506382, "them": 0.25528360856309784}, "forward": {"their - them": -0.02426015029623735, "their": 0.3174284182987639, "them": 0.34168856859500124}, "fosters": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "foucault": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "found": {"their - them": -0.04104988340383303, "their": 0.321186435902561, "them": 0.36223631930639405}, "foundation": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "founder": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "four": {"their - them": -0.017750027699700632, "their": 0.31102710537749106, "them": 0.3287771330771917}, "fourth": {"their - them": -0.007854801367508879, "their": 0.29424103305979327, "them": 0.30209583442730215}, "foyer": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "fracturing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "framework": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "franchise": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "frantic": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "frantically": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "frederick": {"their - them": 0.005427047731577872, "their": 0.2669538587147412, "them": 0.2615268109831633}, "free": {"their - them": -0.030950642250422877, "their": 0.3640433570557357, "them": 0.3949939993061586}, "freeing": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "french": {"their - them": -0.09027177679696524, "their": 0.22770000616206965, "them": 0.3179717829590349}, "frenzy": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "frequent": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "frequently": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "fresh": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "friday": {"their - them": -0.015197571457984949, "their": 0.28435880831595794, "them": 0.2995563797739429}, "fridges": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "friend": {"their - them": -0.04499638420932389, "their": 0.31177712833146365, "them": 0.35677351254078754}, "friendly": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "friends": {"their - them": -0.016019546221855196, "their": 0.32868269472019307, "them": 0.34470224094204827}, "fringe": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "from": {"their - them": -0.029723716751348328, "their": 0.38690936218741745, "them": 0.4166330789387658}, "front": {"their - them": -0.007340805009180162, "their": 0.3232084684868483, "them": 0.3305492734960285}, "frontiers": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "fuel": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "fuels": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "fulfilled": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "fulfills": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "full": {"their - them": 0.030851957769185978, "their": 0.3303437202651182, "them": 0.29949176249593223}, "fun": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "function": {"their - them": 0.006438111815388059, "their": 0.31132680184725214, "them": 0.3048886900318641}, "functioning": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "functions": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "fund": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "fundamental": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "funds": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "funeral": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "funnily": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "funny": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "further": {"their - them": -0.050203519188293244, "their": 0.28907045646258256, "them": 0.3392739756508758}, "future": {"their - them": -0.018107466207848588, "their": 0.29744696061005016, "them": 0.31555442681789875}, "futurists": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "futurologist": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "g": {"their - them": -0.03024256509699008, "their": 0.3232084684868483, "them": 0.3534510335838384}, "g2": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "gained": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "gaining": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "galaxies": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "game": {"their - them": -0.03628232165530226, "their": 0.28074112642291815, "them": 0.3170234480782204}, "games": {"their - them": -0.04810234837355565, "their": 0.29279048285313997, "them": 0.3408928312266956}, "gang": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "gas": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "gases": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "gather": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "gathered": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "gathering": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "gauntlet": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "gave": {"their - them": -0.06393259782776362, "their": 0.3178238462922123, "them": 0.3817564441199759}, "geez": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "gender": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "general": {"their - them": 0.007100573347204819, "their": 0.3376498468432333, "them": 0.3305492734960285}, "generally": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "generations": {"their - them": -0.06839197364449195, "their": 0.29599932223659137, "them": 0.3643912958810833}, "generically": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "generosity": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "genie": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "genocide": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "genuine": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "genuinely": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "geographically": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "george": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "georgia": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "gershshwin": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "gestures": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "get": {"their - them": -0.017066850136660316, "their": 0.3550224701875159, "them": 0.37208932032417624}, "gets": {"their - them": -0.07473470988026004, "their": 0.2669538587147412, "them": 0.34168856859500124}, "getting": {"their - them": 0.040889129593150386, "their": 0.34298496402045253, "them": 0.30209583442730215}, "ghastly": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ghonchi": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "girl": {"their - them": -0.04705435551079851, "their": 0.26381555890647984, "them": 0.31086991441727835}, "girls": {"their - them": -0.04444726034339508, "their": 0.2551091194305478, "them": 0.2995563797739429}, "give": {"their - them": -0.011088839045517163, "their": 0.3416192639230249, "them": 0.35270810296854205}, "given": {"their - them": -0.06403742228258763, "their": 0.3254604260137161, "them": 0.38949784829630374}, "glad": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "glasses": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "global": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "glock": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "glory": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "gloves": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "gnp": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "go": {"their - them": -0.021772017978971603, "their": 0.34288896633501587, "them": 0.36466098431398747}, "goal": {"their - them": -0.007424031946710596, "their": 0.3184550568516362, "them": 0.3258790887983468}, "goals": {"their - them": -0.01530346377096553, "their": 0.27948111613609183, "them": 0.29478457990705736}, "goats": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "gobert": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "god": {"their - them": -0.04718819106300298, "their": 0.26057562406572926, "them": 0.30776381512873224}, "godfather": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "godliness": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "goes": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "going": {"their - them": -0.026715287421212153, "their": 0.3687930904868131, "them": 0.39550837790802523}, "golden": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "goldsmith": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "good": {"their - them": -0.05958032482264647, "their": 0.35069320408656357, "them": 0.41027352890921004}, "google": {"their - them": -0.015957791446515074, "their": 0.24937282837347682, "them": 0.2653306198199919}, "googled": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "gordon": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "gospel": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "got": {"their - them": -0.04379381479211336, "their": 0.3139092482012306, "them": 0.357703062993344}, "gotten": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "governance": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "governing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "government": {"their - them": -0.01116850630431443, "their": 0.3239657894590845, "them": 0.3351342957633989}, "governments": {"their - them": 0.005319575070058535, "their": 0.2551091194305478, "them": 0.24978954436048928}, "grace": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "grade": {"their - them": -0.015568411060511878, "their": 0.26728321083000983, "them": 0.2828516218905217}, "graders": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "grades": {"their - them": 0.005229410094931164, "their": 0.24565467664617932, "them": 0.24042526655124816}, "graduated": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "graduates": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "grand": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "grandparent": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "granted": {"their - them": -0.02426015029623735, "their": 0.3174284182987639, "them": 0.34168856859500124}, "grasp": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "grave": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "gray": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "great": {"their - them": -0.0015414139095591417, "their": 0.320193150187484, "them": 0.32173456409704315}, "greater": {"their - them": -0.03024256509699008, "their": 0.3232084684868483, "them": 0.3534510335838384}, "greatest": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "greatly": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "green": {"their - them": 0.023746217290127547, "their": 0.2780631221230331, "them": 0.25431690483290553}, "greenery": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "greenhouse": {"their - them": -0.04275571864955119, "their": 0.17443395545150178, "them": 0.21718967410105297}, "greenhouses": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "greensprings": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "greet": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "grew": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "grey": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "grid": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "grit": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "ground": {"their - them": -0.008033479601869675, "their": 0.284380597063068, "them": 0.2924140766649377}, "group": {"their - them": 0.01544032136338741, "their": 0.3354328146661959, "them": 0.3199924933028085}, "groupon": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "groups": {"their - them": -0.01548731373949247, "their": 0.2710158945453418, "them": 0.2865032082848343}, "grow": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "growing": {"their - them": 0.007100573347204819, "their": 0.3376498468432333, "them": 0.3305492734960285}, "grown": {"their - them": -0.04696287758231943, "their": 0.3174284182987639, "them": 0.3643912958810833}, "growth": {"their - them": 0.02370773903710377, "their": 0.3065593609276255, "them": 0.2828516218905217}, "gsa": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "guarantee": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "guaranteed": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "guarantees": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "guard": {"their - them": 0.03452580298754038, "their": 0.2898094115506382, "them": 0.25528360856309784}, "guess": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "guiana": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "guillard": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "guilt": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "guilty": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "gulf": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "gun": {"their - them": -0.044636120070956686, "their": 0.2501484598361007, "them": 0.29478457990705736}, "guns": {"their - them": 0.005370648755412044, "their": 0.2606542573185099, "them": 0.25528360856309784}, "guy": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "guys": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "h": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "had": {"their - them": -0.05531749778551126, "their": 0.3583847141695426, "them": 0.41370221195505386}, "hadn": {"their - them": -0.02380036773918498, "their": 0.33297314480160256, "them": 0.35677351254078754}, "hair": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "hairstyle": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "half": {"their - them": -0.06721101394045076, "their": 0.2824860161310057, "them": 0.34969703007145647}, "halftime": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "ham": {"their - them": -0.016609365724948394, "their": 0.2194455030534302, "them": 0.23605486877837858}, "hams": {"their - them": 0.034605407386668424, "their": 0.27948111613609183, "them": 0.2448757087494234}, "hand": {"their - them": -0.03511674724995406, "their": 0.31175175131100075, "them": 0.3468684985609548}, "handedly": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "handful": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "handle": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "handling": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "hands": {"their - them": 0.05572982371771629, "their": 0.32450698230369485, "them": 0.26877715858597856}, "happen": {"their - them": -0.047498555718334834, "their": 0.30595247786550356, "them": 0.3534510335838384}, "happened": {"their - them": -0.0244394356395356, "their": 0.31132680184725214, "them": 0.33576623748678774}, "happening": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "happenings": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "happens": {"their - them": -0.09074006667090209, "their": 0.22020424337953412, "them": 0.3109443100504362}, "happiness": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "happy": {"their - them": -0.04622358024170181, "their": 0.33297314480160256, "them": 0.3791967250433044}, "haram": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "harassment": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "hard": {"their - them": -0.003732813923330025, "their": 0.3244510927064017, "them": 0.32818390662973174}, "hardest": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "hardly": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "harping": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "harvard": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "has": {"their - them": -0.024493820850189862, "their": 0.37610878168449785, "them": 0.4006026025346877}, "hashtgerd": {"their - them": -0.041713265926998755, "their": 0.20807627843349052, "them": 0.24978954436048928}, "hasn": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "hastgerd": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "hate": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "hates": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "have": {"their - them": -0.029799854404625348, "their": 0.3852101666892902, "them": 0.41501002109391555}, "haven": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "having": {"their - them": -0.013297490055765915, "their": 0.34697953350154676, "them": 0.36027702355731267}, "hayward": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "hazards": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "he": {"their - them": -0.0481702129855095, "their": 0.317481796268381, "them": 0.3656520092538905}, "head": {"their - them": -0.03868273064927452, "their": 0.3098674557624027, "them": 0.34855018641167723}, "headache": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "headed": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "heading": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "healing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "health": {"their - them": -0.01643215531873099, "their": 0.31175175131100075, "them": 0.32818390662973174}, "healthcare": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "healthy": {"their - them": -0.015673340964916682, "their": 0.3429022219124799, "them": 0.35857556287739656}, "hear": {"their - them": -0.0244394356395356, "their": 0.31132680184725214, "them": 0.33576623748678774}, "heard": {"their - them": -0.025086662527331938, "their": 0.28910693350608474, "them": 0.3141935960334167}, "hearing": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "heart": {"their - them": -0.015528301640034992, "their": 0.34886299424104833, "them": 0.3643912958810833}, "heat": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "heavy": {"their - them": -0.04399045133569501, "their": 0.2669538587147412, "them": 0.3109443100504362}, "hectare": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "hectares": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "height": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "held": {"their - them": 0.007846268646064969, "their": 0.34265043232059017, "them": 0.3348041636745252}, "hellcat": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "help": {"their - them": -0.02123300182059973, "their": 0.3601543156680216, "them": 0.3813873174886213}, "helped": {"their - them": -0.02405131944658545, "their": 0.32450698230369485, "them": 0.3485583017502803}, "helping": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "helps": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "heng": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "her": {"their - them": -0.019225666348263504, "their": 0.2550348048115458, "them": 0.2742604711598093}, "here": {"their - them": -0.03258475168707348, "their": 0.3555216945238801, "them": 0.3881064462109536}, "heritage": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "herself": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "hiace": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "hide": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "hiding": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "high": {"their - them": -0.02762239230894381, "their": 0.31343993646484586, "them": 0.34106232877378967}, "higher": {"their - them": -0.007694533690708549, "their": 0.3031753807265698, "them": 0.31086991441727835}, "highest": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "highlight": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "highway": {"their - them": 0.005427047731577872, "their": 0.2669538587147412, "them": 0.2615268109831633}, "highways": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "hijacking": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "hike": {"their - them": -0.09341825948295554, "their": 0.17443395545150178, "them": 0.2678522149344573}, "hikers": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "hilarious": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "him": {"their - them": -0.04909676163694099, "their": 0.3214265253781678, "them": 0.3705232870151088}, "himself": {"their - them": 0.00648410824832768, "their": 0.3174284182987639, "them": 0.3109443100504362}, "hindle": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "hint": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "hire": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "his": {"their - them": -0.04168214988214175, "their": 0.34648071237265327, "them": 0.388162862254795}, "historians": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "historic": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "historical": {"their - them": 0.05572982371771629, "their": 0.32450698230369485, "them": 0.26877715858597856}, "historically": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "history": {"their - them": -0.017552142801218473, "their": 0.31855012216306133, "them": 0.3361022649642798}, "hit": {"their - them": -0.08808652194796157, "their": 0.2750611844465849, "them": 0.36314770639454647}, "hits": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "hold": {"their - them": 0.019571047361193583, "their": 0.3454501361595404, "them": 0.3258790887983468}, "holders": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "holds": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "holes": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "holy": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "home": {"their - them": -0.00831621292085799, "their": 0.3247297010005995, "them": 0.3330459139214575}, "homemade": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "honey": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "honoring": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "honourable": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "hope": {"their - them": 0.006357300221579598, "their": 0.30114188012863696, "them": 0.29478457990705736}, "hospital": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "hosseini": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "hosts": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "hot": {"their - them": -0.007569595985455202, "their": 0.31020086869346264, "them": 0.31777046467891784}, "hotel": {"their - them": -0.041531399442550854, "their": 0.213752209120547, "them": 0.25528360856309784}, "hour": {"their - them": -0.030691962533232975, "their": 0.31020086869346264, "them": 0.3408928312266956}, "hours": {"their - them": -0.05011651938521006, "their": 0.32477816871152276, "them": 0.3748946880967328}, "house": {"their - them": -0.0036396414961280543, "their": 0.33046833386839175, "them": 0.3341079753645198}, "houses": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "how": {"their - them": -0.024084593684455036, "their": 0.38130866660201723, "them": 0.40539326028647227}, "howard": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "however": {"their - them": -0.047899766611065875, "their": 0.34425036502970047, "them": 0.39215013164076634}, "http": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "https": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "hubble": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "huerta": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "hug": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "huge": {"their - them": -0.0034122932263386807, "their": 0.3454501361595404, "them": 0.3488624293858791}, "human": {"their - them": -0.06350024716029118, "their": 0.32477816871152276, "them": 0.38827841587181394}, "humans": {"their - them": -0.0815005616288767, "their": 0.30114188012863696, "them": 0.38264244175751366}, "humbly": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "hundred": {"their - them": -0.04537572838980636, "their": 0.30318257336047394, "them": 0.3485583017502803}, "hundreds": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "hunger": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "hurt": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "husband": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "hustling": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "hutton": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "huxley": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "hydrophobic": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "hydroponic": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "hypocrisy": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "i": {"their - them": -0.031654006186574324, "their": 0.28878740149837073, "them": 0.32044140768494506}, "iberian": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "iberico": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "ib\u00e9rico": {"their - them": -0.04673430571384368, "their": 0.19221145138688908, "them": 0.23894575710073276}, "ice": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "idc": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "idea": {"their - them": -0.017464323947186222, "their": 0.3218898374792353, "them": 0.3393541614264215}, "ideas": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "identical": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "identified": {"their - them": -0.045689246358409874, "their": 0.29599932223659137, "them": 0.34168856859500124}, "identify": {"their - them": -0.04399045133569501, "their": 0.2669538587147412, "them": 0.3109443100504362}, "identities": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "identity": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "if": {"their - them": -0.013924777048846149, "their": 0.3809899631324253, "them": 0.39491474018127143}, "igbinidu": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ignited": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ignorance": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "ignorant": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ignore": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "iknow": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ill": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "illegal": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "illness": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "illnesses": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "illusion": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "images": {"their - them": -0.07375101585593657, "their": 0.28302249668485097, "them": 0.35677351254078754}, "imagine": {"their - them": 0.03447251125342804, "their": 0.29599932223659137, "them": 0.2615268109831633}, "imagined": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "imagining": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "immediately": {"their - them": -0.022239769100150297, "their": 0.33046833386839175, "them": 0.35270810296854205}, "immense": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "immensely": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "immigrant": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "immortal": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "impact": {"their - them": -0.02984682270663408, "their": 0.33454447317444924, "them": 0.3643912958810833}, "imparted": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "impatience": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "implementation": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "implemented": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "importance": {"their - them": -0.0244394356395356, "their": 0.31132680184725214, "them": 0.33576623748678774}, "important": {"their - them": -0.010584180054565628, "their": 0.3500263888787126, "them": 0.36061056893327825}, "imported": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "impose": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "impossible": {"their - them": -0.06839197364449195, "their": 0.29599932223659137, "them": 0.3643912958810833}, "impressive": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "improved": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "improving": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "impulse": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "in": {"their - them": -0.032371280984656026, "their": 0.3178668169542122, "them": 0.35023809793886823}, "inability": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "inbreeding": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "incidents": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "include": {"their - them": 0.06205877666041826, "their": 0.34491039855093997, "them": 0.2828516218905217}, "included": {"their - them": -0.03040737253424286, "their": 0.3184550568516362, "them": 0.3488624293858791}, "includes": {"their - them": -0.06839197364449195, "their": 0.29599932223659137, "them": 0.3643912958810833}, "including": {"their - them": -0.011895822886253737, "their": 0.37760202541005, "them": 0.38949784829630374}, "inclusion": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "income": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "incomes": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "incompetence": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "inconsistency": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "incontinence": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "incorporated": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "increase": {"their - them": 0.05626617137921355, "their": 0.30114188012863696, "them": 0.2448757087494234}, "increased": {"their - them": -0.041531399442550854, "their": 0.213752209120547, "them": 0.25528360856309784}, "increasing": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "increasingly": {"their - them": -0.007024048511518721, "their": 0.3415342532387616, "them": 0.3485583017502803}, "incredible": {"their - them": -0.0911364809113171, "their": 0.213752209120547, "them": 0.3048886900318641}, "incredibly": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "indeed": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "independent": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "india": {"their - them": 0.05572982371771629, "their": 0.32450698230369485, "them": 0.26877715858597856}, "indians": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "indicate": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "indicates": {"their - them": -0.04132256760362921, "their": 0.22020424337953412, "them": 0.2615268109831633}, "indigenous": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "indistinguishable": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "individual": {"their - them": -0.014944987813844846, "their": 0.29599932223659137, "them": 0.3109443100504362}, "individuals": {"their - them": -0.03024256509699008, "their": 0.3232084684868483, "them": 0.3534510335838384}, "industrial": {"their - them": -0.02380036773918498, "their": 0.33297314480160256, "them": 0.35677351254078754}, "industry": {"their - them": -0.06636591255905855, "their": 0.2967817938354879, "them": 0.36314770639454647}, "ineffective": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "inefficiency": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "ineligible": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "inevitably": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "infects": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "inferential": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "inflammatory": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "inflict": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "influence": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "influenced": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "influencing": {"their - them": -0.042150500688299564, "their": 0.19420341760649948, "them": 0.23635391829479904}, "informal": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "information": {"their - them": -0.03488425667632977, "their": 0.3178238462922123, "them": 0.35270810296854205}, "informed": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "informs": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "infrastructure": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "inhabit": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "inherently": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "injection": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "injured": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "injuries": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "injury": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "ink": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "innocent": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "innovations": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "innumerable": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "input": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "inscribed": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "inside": {"their - them": 0.07341892412635903, "their": 0.3232084684868483, "them": 0.24978954436048928}, "insights": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "insisted": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "inspiration": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "inspired": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "inspiring": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "instability": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "instance": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "instead": {"their - them": -0.01691002995518448, "their": 0.34298496402045253, "them": 0.359894993975637}, "instincts": {"their - them": -0.07375101585593657, "their": 0.28302249668485097, "them": 0.35677351254078754}, "institute": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "institution": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "institutional": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "institutions": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "instrument": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "instruments": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "intake": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "intelligence": {"their - them": 0.05626617137921355, "their": 0.30114188012863696, "them": 0.2448757087494234}, "intelligent": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "intended": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "intense": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "intensified": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "intensity": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "intensively": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "intention": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "intentions": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "intents": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "interaction": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "interactive": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "interdisciplinary": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "interest": {"their - them": 0.023652088712905417, "their": 0.3232084684868483, "them": 0.2995563797739429}, "interested": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "interesting": {"their - them": 0.006535199344659959, "their": 0.32450698230369485, "them": 0.3179717829590349}, "intermediate": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "internal": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "internally": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "international": {"their - them": 0.01958810542760292, "their": 0.33735857010652076, "them": 0.31777046467891784}, "internet": {"their - them": -0.015197571457984949, "their": 0.28435880831595794, "them": 0.2995563797739429}, "interpretation": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "interpretations": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "intervene": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "interview": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "interviews": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "intestinal": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "into": {"their - them": -0.019982564894394927, "their": 0.3715076601395162, "them": 0.3914902250339111}, "intolerant": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "invades": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "invention": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "invest": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "investigation": {"their - them": 0.00648410824832768, "their": 0.3174284182987639, "them": 0.3109443100504362}, "investigations": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "investment": {"their - them": 0.005427047731577872, "their": 0.2669538587147412, "them": 0.2615268109831633}, "invite": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "invited": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "involved": {"their - them": -0.026675688763817096, "their": 0.3416192639230249, "them": 0.368294952686842}, "involvement": {"their - them": -0.014944987813844846, "their": 0.29599932223659137, "them": 0.3109443100504362}, "involves": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "ionigeria": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "iran": {"their - them": 0.03483034248471187, "their": 0.2271520887494219, "them": 0.19232174626471002}, "ireland": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "irish": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "iron": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "irony": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "irritated": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "is": {"their - them": -0.02037684874241974, "their": 0.33365135544782765, "them": 0.3540282041902474}, "isabelle": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "isay": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "islam": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "islamic": {"their - them": 0.006396098091560665, "their": 0.30595247786550356, "them": 0.2995563797739429}, "isn": {"their - them": -0.03768693776770837, "their": 0.3337875303117534, "them": 0.3714744680794618}, "issue": {"their - them": -0.050144858460555, "their": 0.24628643058045846, "them": 0.29643128904101346}, "issued": {"their - them": -0.07473470988026004, "their": 0.2669538587147412, "them": 0.34168856859500124}, "issues": {"their - them": -0.007569595985455202, "their": 0.31020086869346264, "them": 0.31777046467891784}, "it": {"their - them": -0.021507481591718558, "their": 0.3616798014226856, "them": 0.38318728301440413}, "italy": {"their - them": 0.005151039927439177, "their": 0.23774981084698746, "them": 0.23259877091954828}, "item": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "items": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "its": {"their - them": -0.03662587187999228, "their": 0.3350393309488307, "them": 0.371665202828823}, "itself": {"their - them": -0.0035887025957708207, "their": 0.3337875303117534, "them": 0.3373762329075242}, "j": {"their - them": 0.034735962886262656, "their": 0.2575335782553097, "them": 0.22279761536904705}, "jack": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "jacket": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "jackson": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "james": {"their - them": -0.04399045133569501, "their": 0.2669538587147412, "them": 0.3109443100504362}, "jamie": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "jamon": {"their - them": -0.041531399442550854, "their": 0.213752209120547, "them": 0.25528360856309784}, "jane": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "japan": {"their - them": 0.03476081492049113, "their": 0.2519504890215441, "them": 0.21718967410105297}, "jayson": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "jazz": {"their - them": -0.04187441371305245, "their": 0.20300129503637096, "them": 0.2448757087494234}, "jealous": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "jerusalem": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "jesus": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "jfk": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "jiang1": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "job": {"their - them": -0.0379567521255223, "their": 0.3273656150338065, "them": 0.3653223671593288}, "jobs": {"their - them": 0.00648410824832768, "their": 0.3174284182987639, "them": 0.3109443100504362}, "joel": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "johannes": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "john": {"their - them": -0.04810234837355565, "their": 0.29279048285313997, "them": 0.3408928312266956}, "johnson": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "join": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "joined": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "joke": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "jokes": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "jones": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "josef": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "joshua": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "journal": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "journalism": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "journalist": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "journey": {"their - them": -0.0442344327133542, "their": 0.2606542573185099, "them": 0.3048886900318641}, "journeys": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "joyfully": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "judy": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "juice": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "jules": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "july": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "june": {"their - them": -0.046910385203406846, "their": 0.26728321083000983, "them": 0.3141935960334167}, "just": {"their - them": -0.037643233893964956, "their": 0.3685488052314095, "them": 0.40619203912537444}, "justice": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "justify": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "karen": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "kataja": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "kc": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "keep": {"their - them": -0.06909222526788045, "their": 0.28435880831595794, "them": 0.3534510335838384}, "keeping": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "kenya": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "kept": {"their - them": -0.015197571457984949, "their": 0.28435880831595794, "them": 0.2995563797739429}, "kerry": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "key": {"their - them": 0.05572982371771629, "their": 0.32450698230369485, "them": 0.26877715858597856}, "kid": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "kidding": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "kids": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "kiiski": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "killed": {"their - them": -0.08969979977548334, "their": 0.2366802429858688, "them": 0.32638004276135213}, "kimber": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "kind": {"their - them": -0.03367403930843005, "their": 0.34886299424104833, "them": 0.3825370335494784}, "kindle": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "kindly": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "kingdom": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "kiriakou": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "km": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "knew": {"their - them": -0.04900165752007024, "their": 0.3141460488744762, "them": 0.36314770639454647}, "knocking": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "knocks": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "know": {"their - them": -0.010500235593482898, "their": 0.3571598264456777, "them": 0.3676600620391606}, "knowing": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "knowledge": {"their - them": -0.045689246358409874, "their": 0.29599932223659137, "them": 0.34168856859500124}, "known": {"their - them": 0.015487635021745771, "their": 0.3583185148197554, "them": 0.34283087979800964}, "korea": {"their - them": 0.005370648755412044, "their": 0.2606542573185099, "them": 0.25528360856309784}, "kourou": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "kratz": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "l": {"their - them": -0.04619046518007053, "their": 0.28435880831595794, "them": 0.3305492734960285}, "la": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "label": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "labor": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "laboratory": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "lack": {"their - them": -0.045689246358409874, "their": 0.29599932223659137, "them": 0.34168856859500124}, "lacked": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "lacking": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "lactase": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "lactose": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "ladder": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "lady": {"their - them": -0.04399045133569501, "their": 0.2669538587147412, "them": 0.3109443100504362}, "lagos": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "laid": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "land": {"their - them": -0.04870131795105237, "their": 0.27948258867867937, "them": 0.32818390662973174}, "landholds": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "lands": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "landslides": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "language": {"their - them": -0.07306120115989828, "their": 0.2940026931236032, "them": 0.3670638942835015}, "large": {"their - them": -0.047498555718334834, "their": 0.30595247786550356, "them": 0.3534510335838384}, "larger": {"their - them": -0.04399045133569501, "their": 0.2669538587147412, "them": 0.3109443100504362}, "largest": {"their - them": 0.03452580298754038, "their": 0.2898094115506382, "them": 0.25528360856309784}, "lashgarara": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "last": {"their - them": -0.022223079339515728, "their": 0.3618101508054778, "them": 0.3840332301449935}, "late": {"their - them": -0.016202488102752433, "their": 0.3211737448047718, "them": 0.3373762329075242}, "later": {"their - them": -0.017216079730557998, "their": 0.33133410668111923, "them": 0.34855018641167723}, "latest": {"their - them": -0.041713265926998755, "their": 0.20807627843349052, "them": 0.24978954436048928}, "latte": {"their - them": 0.005370648755412044, "their": 0.2606542573185099, "them": 0.25528360856309784}, "latter": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "launch": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "law": {"their - them": -0.031713152786763454, "their": 0.28008447908955814, "them": 0.3117976318763216}, "laws": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "lax": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "lay": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "lcp": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "lcr": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "lead": {"their - them": -0.011382804823771908, "their": 0.3278911708271039, "them": 0.3392739756508758}, "leaders": {"their - them": -0.0034757169749128347, "their": 0.34122652396713543, "them": 0.34470224094204827}, "leadership": {"their - them": -0.044636120070956686, "their": 0.2501484598361007, "them": 0.29478457990705736}, "leading": {"their - them": -0.04537572838980636, "their": 0.30318257336047394, "them": 0.3485583017502803}, "leads": {"their - them": -0.08969979977548334, "their": 0.2366802429858688, "them": 0.32638004276135213}, "league": {"their - them": -0.07375101585593657, "their": 0.28302249668485097, "them": 0.35677351254078754}, "leaky": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "learn": {"their - them": -0.04444726034339508, "their": 0.2551091194305478, "them": 0.2995563797739429}, "learning": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "least": {"their - them": -0.02134053858092866, "their": 0.35211298283552683, "them": 0.3734535214164555}, "leave": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "leaves": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "leaving": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "lebron": {"their - them": -0.08969979977548334, "their": 0.2366802429858688, "them": 0.32638004276135213}, "lecture": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "led": {"their - them": -0.04639797266225498, "their": 0.27948111613609183, "them": 0.3258790887983468}, "lee": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "left": {"their - them": -0.017216079730557998, "their": 0.33133410668111923, "them": 0.34855018641167723}, "leg": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "legal": {"their - them": 0.03447251125342804, "their": 0.29599932223659137, "them": 0.2615268109831633}, "legs": {"their - them": -0.04537572838980636, "their": 0.30318257336047394, "them": 0.3485583017502803}, "lending": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "length": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "lengthening": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "lengthier": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "less": {"their - them": -0.04049357453745733, "their": 0.3531826087989745, "them": 0.39367618333643184}, "lessons": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "let": {"their - them": -0.008189186153116035, "their": 0.33116497527330546, "them": 0.3393541614264215}, "letting": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "level": {"their - them": -0.03104044095725128, "their": 0.3000127256745441, "them": 0.3310531666317954}, "leveled": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "levels": {"their - them": -0.045689246358409874, "their": 0.29599932223659137, "them": 0.34168856859500124}, "levi": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "libation": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "liberating": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "libraries": {"their - them": 0.005319575070058535, "their": 0.2551091194305478, "them": 0.24978954436048928}, "library": {"their - them": 0.005049026633752174, "their": 0.22784664200279922, "them": 0.22279761536904705}, "life": {"their - them": -0.04120996460407855, "their": 0.36762384990655633, "them": 0.4088338145106349}, "lifted": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "light": {"their - them": -0.045689246358409874, "their": 0.29599932223659137, "them": 0.34168856859500124}, "like": {"their - them": -0.045631608165546844, "their": 0.3642628476621415, "them": 0.40989445582768835}, "liked": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "likely": {"their - them": -0.05008472888121579, "their": 0.29158909147712964, "them": 0.3416738203583454}, "likert": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "likes": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "limits": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "line": {"their - them": 0.03463591789533674, "their": 0.2750611844465849, "them": 0.24042526655124816}, "lines": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "link": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "linked": {"their - them": -0.04537572838980636, "their": 0.30318257336047394, "them": 0.3485583017502803}, "lip": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "liquid": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "list": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "listen": {"their - them": -0.07306120115989828, "their": 0.2940026931236032, "them": 0.3670638942835015}, "listening": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "literally": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "literature": {"their - them": -0.04537572838980636, "their": 0.30318257336047394, "them": 0.3485583017502803}, "little": {"their - them": -0.040643948046211464, "their": 0.3500263888787126, "them": 0.3906703369249241}, "live": {"their - them": -0.04945131491358529, "their": 0.3376498468432333, "them": 0.3871011617568186}, "lived": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "lively": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "liverpool": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "lives": {"their - them": -0.02426015029623735, "their": 0.3174284182987639, "them": 0.34168856859500124}, "living": {"their - them": 0.03801353188061579, "their": 0.3429022219124799, "them": 0.3048886900318641}, "ll": {"their - them": 0.016266899243340294, "their": 0.34319169157168034, "them": 0.32692479232834004}, "loads": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "loan": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "local": {"their - them": 0.03092516508965698, "their": 0.321186435902561, "them": 0.29026127081290404}, "locally": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "located": {"their - them": -0.045956825936149526, "their": 0.2898094115506382, "them": 0.33576623748678774}, "location": {"their - them": -0.0922997906783348, "their": 0.19420341760649948, "them": 0.2865032082848343}, "locations": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "logistical": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "lollipop": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "lollipops": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "london": {"their - them": 0.03447251125342804, "their": 0.29599932223659137, "them": 0.2615268109831633}, "lone": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "long": {"their - them": -0.03891626820376559, "their": 0.3411706898136347, "them": 0.3800869580174003}, "longer": {"their - them": 0.034569263955468665, "their": 0.28435880831595794, "them": 0.24978954436048928}, "longest": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "look": {"their - them": -0.05115710778070548, "their": 0.36040716515933885, "them": 0.41156427294004433}, "looked": {"their - them": -0.06682220875902856, "their": 0.28910693350608474, "them": 0.3559291422651133}, "looking": {"their - them": 0.140949212128226, "their": 0.35555089376382243, "them": 0.21460168163559643}, "looks": {"their - them": -0.015079278481225866, "their": 0.2898094115506382, "them": 0.3048886900318641}, "los": {"their - them": 0.006321164084963915, "their": 0.2967817938354879, "them": 0.290460629750524}, "lose": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "losing": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "loss": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "losses": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "lost": {"their - them": -0.007634235105791198, "their": 0.3065593609276255, "them": 0.3141935960334167}, "lot": {"their - them": -0.02812483517282821, "their": 0.3633099634233418, "them": 0.39143479859617003}, "lots": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "lou": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "love": {"their - them": 0.026792381460987946, "their": 0.326265428880768, "them": 0.29947304741978004}, "loved": {"their - them": 0.006535199344659959, "their": 0.32450698230369485, "them": 0.3179717829590349}, "lovers": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "loves": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "loving": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "lovitz": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "low": {"their - them": -0.0911778599134121, "their": 0.29424103305979327, "them": 0.38541889297320536}, "lower": {"their - them": -0.025086662527331938, "their": 0.28910693350608474, "them": 0.3141935960334167}, "luca": {"their - them": -0.04510181104353425, "their": 0.23774981084698746, "them": 0.2828516218905217}, "lucky": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "lun": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "lunch": {"their - them": -0.04696287758231943, "their": 0.3174284182987639, "them": 0.3643912958810833}, "lurking": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "m": {"their - them": -0.008082972764702379, "their": 0.3365816578913001, "them": 0.3446646306560025}, "ma": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "macchiato": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "made": {"their - them": -0.012645710987501557, "their": 0.3466382464993627, "them": 0.35928395748686426}, "magazine": {"their - them": -0.041531399442550854, "their": 0.213752209120547, "them": 0.25528360856309784}, "magic": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "magical": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "magnificent": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mail": {"their - them": 0.005427047731577872, "their": 0.2669538587147412, "them": 0.2615268109831633}, "main": {"their - them": -0.030691962533232975, "their": 0.31020086869346264, "them": 0.3408928312266956}, "mainstream": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "maintain": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "maintained": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "major": {"their - them": -0.022417405854553096, "their": 0.3244510927064017, "them": 0.3468684985609548}, "majority": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "make": {"their - them": -0.03550027372751602, "their": 0.3966943645338492, "them": 0.4321946382613652}, "makers": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "makes": {"their - them": 0.01750341120232579, "their": 0.3516113865668456, "them": 0.3341079753645198}, "makeup": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "making": {"their - them": -0.04040582718960978, "their": 0.3356521975627123, "them": 0.3760580247523221}, "male": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "malignant": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "malindi": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "malnutrition": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mammals": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "man": {"their - them": -0.017879516197564005, "their": 0.34425036502970047, "them": 0.36212988122726447}, "manage": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "managed": {"their - them": -0.024737208669709854, "their": 0.30114188012863696, "them": 0.3258790887983468}, "management": {"their - them": -0.014944987813844846, "their": 0.29599932223659137, "them": 0.3109443100504362}, "manager": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "manhattan": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "manhunt": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mansion": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mansions": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "manufactured": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "manufacturers": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "manufacturing": {"their - them": -0.041713265926998755, "their": 0.20807627843349052, "them": 0.24978954436048928}, "many": {"their - them": -0.05503288755231428, "their": 0.3525997396924826, "them": 0.4076326272447969}, "mapped": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "march": {"their - them": 0.02373983664259066, "their": 0.28907045646258256, "them": 0.2653306198199919}, "mark": {"their - them": -0.07511198016827786, "their": 0.2606542573185099, "them": 0.33576623748678774}, "marked": {"their - them": -0.08969979977548334, "their": 0.2366802429858688, "them": 0.32638004276135213}, "marketing": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "markets": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "marriage": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "married": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "martinez": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "marvel": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mary": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "match": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "matcha": {"their - them": 0.005229410094931164, "their": 0.24565467664617932, "them": 0.24042526655124816}, "matches": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "matchup": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "material": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "matter": {"their - them": 0.0236291854292619, "their": 0.328517875461126, "them": 0.3048886900318641}, "mattered": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "matters": {"their - them": 0.03447251125342804, "their": 0.29599932223659137, "them": 0.2615268109831633}, "may": {"their - them": -0.024619838443609876, "their": 0.35450371703020045, "them": 0.3791235554738103}, "maybe": {"their - them": -0.04480595310434468, "their": 0.24565467664617932, "them": 0.290460629750524}, "mayhem": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mcelwee": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mcgregor": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "me": {"their - them": -0.03044071545935151, "their": 0.3341253129522089, "them": 0.3645660284115604}, "mea": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mean": {"their - them": -0.007248362025661759, "their": 0.328517875461126, "them": 0.33576623748678774}, "meaning": {"their - them": -0.02405131944658545, "their": 0.32450698230369485, "them": 0.3485583017502803}, "meanings": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "means": {"their - them": -0.04461018837395325, "their": 0.3405445099370153, "them": 0.38515469831096855}, "meant": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "meanwhile": {"their - them": 0.02356247027972669, "their": 0.3415342532387616, "them": 0.3179717829590349}, "measure": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "measures": {"their - them": -0.014944987813844846, "their": 0.29599932223659137, "them": 0.3109443100504362}, "meat": {"their - them": -0.08969979977548334, "their": 0.2366802429858688, "them": 0.32638004276135213}, "mechanics": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mechanism": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "media": {"their - them": -0.0012851414445116394, "their": 0.33798883420636416, "them": 0.3392739756508758}, "medication": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "meditation": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "meh": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mei3": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "melt": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "members": {"their - them": 0.030851957769185978, "their": 0.3303437202651182, "them": 0.29949176249593223}, "memorial": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "memory": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "men": {"their - them": -0.0506238286037356, "their": 0.28008447908955814, "them": 0.33070830769329373}, "menace": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mental": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mentioned": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "menu": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mercedes": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mercurial": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mercy": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mere": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "message": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "messy": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "met": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "meter": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "method": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "methodist": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "methods": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "mexico": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "mia": {"their - them": -0.042381764362352026, "their": 0.18672984479616594, "them": 0.22911160915851797}, "miami": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "michael": {"their - them": 0.0380934670692904, "their": 0.3376498468432333, "them": 0.2995563797739429}, "micheal": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "michel": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "michelangelo": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "micro": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "microplastic": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "microplastics": {"their - them": -0.042270797729884735, "their": 0.19032797318966355, "them": 0.23259877091954828}, "microsoft": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "mid": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "middle": {"their - them": 0.03452580298754038, "their": 0.2898094115506382, "them": 0.25528360856309784}, "midweek": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "midwestern": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "might": {"their - them": -0.031106096349688472, "their": 0.3601543156680216, "them": 0.39126041201771006}, "mighty": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "mile": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "miles": {"their - them": 0.005370648755412044, "their": 0.2606542573185099, "them": 0.25528360856309784}, "militaries": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "military": {"their - them": 0.05635652728423976, "their": 0.2967817938354879, "them": 0.24042526655124816}, "milk": {"their - them": 0.03483736183520775, "their": 0.220903554494007, "them": 0.18606619265879926}, "milking": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "milks": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "milky": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "millennium": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "millimeters": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "million": {"their - them": -0.016563849459538427, "their": 0.30635147783469063, "them": 0.32291532729422906}, "mind": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "minds": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "mine": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "minimize": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "minimum": {"their - them": -0.014944987813844846, "their": 0.29599932223659137, "them": 0.3109443100504362}, "minister": {"their - them": 0.10202448091141217, "their": 0.3166261625470086, "them": 0.21460168163559643}, "ministers": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "ministry": {"their - them": 0.005370648755412044, "their": 0.2606542573185099, "them": 0.25528360856309784}, "minor": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "minute": {"their - them": -0.04856715050078969, "their": 0.2824860161310057, "them": 0.3310531666317954}, "minutes": {"their - them": -0.07009302207751439, "their": 0.26728321083000983, "them": 0.3373762329075242}, "mirror": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "misconduct": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "misreading": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "miss": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "missing": {"their - them": -0.04451441657338784, "their": 0.32254947771011366, "them": 0.3670638942835015}, "mission": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "missionary": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "missions": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mistaken": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "misunderstood": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mitchell": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "mix": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "mixed": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mls": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "moaning": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mob": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mobile": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "model": {"their - them": -0.048827302893479974, "their": 0.2766502191102567, "them": 0.3254775220037367}, "models": {"their - them": 0.005370648755412044, "their": 0.2606542573185099, "them": 0.25528360856309784}, "moderation": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "modern": {"their - them": -0.007991798675538897, "their": 0.2866714939706021, "them": 0.294663292646141}, "modernist": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "moley": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mom": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "moment": {"their - them": 0.0236291854292619, "their": 0.328517875461126, "them": 0.3048886900318641}, "moments": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "momentum": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "money": {"their - them": 0.007007704032604922, "their": 0.32477816871152276, "them": 0.31777046467891784}, "mongols": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "monitor": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "monosyllabic": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "montanera": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "month": {"their - them": -0.03104044095725128, "their": 0.3000127256745441, "them": 0.3310531666317954}, "months": {"their - them": -0.04444726034339508, "their": 0.2551091194305478, "them": 0.2995563797739429}, "montreal": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "monument": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "monuments": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mood": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "moon": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "morad": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "moral": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "more": {"their - them": -0.02128500596648253, "their": 0.366644729896514, "them": 0.3879297358629965}, "morning": {"their - them": -0.03156912856585159, "their": 0.284380597063068, "them": 0.3159497256289196}, "mosque": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "most": {"their - them": -0.04111775669839107, "their": 0.3832312692669865, "them": 0.42434902596537755}, "mostly": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "mother": {"their - them": -0.007499857015990763, "their": 0.3141460488744762, "them": 0.321645905890467}, "mothers": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "motivation": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "motivational": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "motorway": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "motto": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mouth": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "move": {"their - them": -0.03429916395400068, "their": 0.33294673167259375, "them": 0.36724589562659443}, "moved": {"their - them": -0.04444726034339508, "their": 0.2551091194305478, "them": 0.2995563797739429}, "movement": {"their - them": -0.07375101585593657, "their": 0.28302249668485097, "them": 0.35677351254078754}, "movements": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "moves": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "movie": {"their - them": 0.03478031523891906, "their": 0.24691816778266348, "them": 0.21213785254374443}, "moving": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "mps": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "mr": {"their - them": -0.046910385203406846, "their": 0.26728321083000983, "them": 0.3141935960334167}, "much": {"their - them": -0.036482285072338916, "their": 0.3606386258266193, "them": 0.39712091089895823}, "mullet": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "multidimensional": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "multiple": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "multitude": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "multivolume": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mums": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "municipal": {"their - them": -0.041713265926998755, "their": 0.20807627843349052, "them": 0.24978954436048928}, "municipalities": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "municipality": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "muscles": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "mused": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "music": {"their - them": -0.00811191829729202, "their": 0.28008447908955814, "them": 0.28819639738685016}, "musical": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "musicians": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "musings": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "musk": {"their - them": -0.042484758179927445, "their": 0.18336986954063414, "them": 0.22585462772056158}, "muslim": {"their - them": -0.044636120070956686, "their": 0.2501484598361007, "them": 0.29478457990705736}, "muslims": {"their - them": -0.0922997906783348, "their": 0.19420341760649948, "them": 0.2865032082848343}, "must": {"their - them": -0.022417405854553096, "their": 0.3244510927064017, "them": 0.3468684985609548}, "mustache": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mustard": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "mutagenic": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mutton": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "my": {"their - them": -0.023356222094480295, "their": 0.31544649618753323, "them": 0.3388027182820135}, "myself": {"their - them": 0.023652088712905417, "their": 0.3232084684868483, "them": 0.2995563797739429}, "mysterium": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "mystical": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "n": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "nab": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "nail": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "name": {"their - them": -0.01628412907230753, "their": 0.3178238462922123, "them": 0.3341079753645198}, "named": {"their - them": 0.055901607315600566, "their": 0.3174284182987639, "them": 0.2615268109831633}, "nancy": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "nanoplastic": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "naps": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "nasa": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "national": {"their - them": -0.011571600293153794, "their": 0.31913670740013994, "them": 0.33070830769329373}, "nations": {"their - them": 0.07301766219128591, "their": 0.33454447317444924, "them": 0.2615268109831633}, "natural": {"their - them": -0.047498555718334834, "their": 0.30595247786550356, "them": 0.3534510335838384}, "naturally": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "nature": {"their - them": -0.02426015029623735, "their": 0.3174284182987639, "them": 0.34168856859500124}, "navigate": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "navigating": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "naw": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "nba": {"their - them": -0.04444726034339508, "their": 0.2551091194305478, "them": 0.2995563797739429}, "nearby": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "nearing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "nearly": {"their - them": -0.03055619206757204, "their": 0.3141460488744762, "them": 0.34470224094204827}, "necessary": {"their - them": 0.007100573347204819, "their": 0.3376498468432333, "them": 0.3305492734960285}, "neck": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "need": {"their - them": 0.03135224463281533, "their": 0.36206055232610906, "them": 0.33070830769329373}, "needed": {"their - them": 0.006396098091560665, "their": 0.30595247786550356, "them": 0.2995563797739429}, "needs": {"their - them": -0.015673340964916682, "their": 0.3429022219124799, "them": 0.35857556287739656}, "negative": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "neglect": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "negra": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "negroes": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "neighbor": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "neighborhoods": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "neighbours": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "neither": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "nejadi": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "nell": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "neologism": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "nerves": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "net": {"their - them": -0.04658472144388209, "their": 0.2750611844465849, "them": 0.321645905890467}, "netherlands": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "network": {"their - them": -0.0442344327133542, "their": 0.2606542573185099, "them": 0.3048886900318641}, "neutralise": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "never": {"their - them": -0.05357688730495258, "their": 0.3356698720535713, "them": 0.3892467593585239}, "new": {"their - them": -0.009286177635773385, "their": 0.3614367563063598, "them": 0.3707229339421332}, "newcastle": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "news": {"their - them": 0.007391069725724009, "their": 0.32555466719781456, "them": 0.31816359747209055}, "newspapers": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "next": {"their - them": -0.06466944246540807, "their": 0.3099640366269815, "them": 0.3746334790923896}, "ng": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "nice": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "nigeria": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "night": {"their - them": -0.016624694759700354, "their": 0.3038570394384268, "them": 0.32048173419812714}, "nightmarket": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "nihilist": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "nine": {"their - them": -0.04399045133569501, "their": 0.2669538587147412, "them": 0.3109443100504362}, "nit": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "niu2nai3": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "no": {"their - them": -0.011763924729339126, "their": 0.3738609114710248, "them": 0.3856248362003639}, "nobeladventures": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "nobody": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "non": {"their - them": -0.016624694759700354, "their": 0.3038570394384268, "them": 0.32048173419812714}, "nor": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "normal": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "normalized": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "north": {"their - them": -0.015079278481225866, "their": 0.2898094115506382, "them": 0.3048886900318641}, "norwood": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "nose": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "not": {"their - them": -0.017259036891755952, "their": 0.38403450669273503, "them": 0.401293543584491}, "notes": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "nothing": {"their - them": -0.001177784028182638, "their": 0.34569071453277217, "them": 0.3468684985609548}, "notice": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "noticed": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "novel": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "november": {"their - them": -0.04537572838980636, "their": 0.30318257336047394, "them": 0.3485583017502803}, "now": {"their - them": -0.011879960927815791, "their": 0.36975161320939787, "them": 0.38163157413721366}, "nowadays": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "nowhere": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "nsukka": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "nuclear": {"their - them": 0.006196204146616702, "their": 0.2824860161310057, "them": 0.276289811984389}, "number": {"their - them": 0.02406210420203614, "their": 0.35886626787656134, "them": 0.3348041636745252}, "numbers": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "numerically": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ny": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "nyc": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "o": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "oak": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "objectives": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "objects": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "oblivious": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "observationi": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "observatory": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "observed": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "observing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "obtained": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "obvious": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "obviously": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "occupied": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "occupies": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "occur": {"their - them": -0.07306120115989828, "their": 0.2940026931236032, "them": 0.3670638942835015}, "ocean": {"their - them": -0.041531399442550854, "their": 0.213752209120547, "them": 0.25528360856309784}, "oct": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "october": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "odyssey": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "of": {"their - them": -0.03494668357514441, "their": 0.2890027189700099, "them": 0.3239494025451543}, "off": {"their - them": -0.04104448024541696, "their": 0.3415713410282295, "them": 0.38261582127364646}, "offense": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "offensive": {"their - them": 0.005272751086677269, "their": 0.2501484598361007, "them": 0.2448757087494234}, "offer": {"their - them": -0.045956825936149526, "their": 0.2898094115506382, "them": 0.33576623748678774}, "offered": {"their - them": -0.06795258721186914, "their": 0.30318257336047394, "them": 0.3711351605723431}, "offering": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "offers": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "office": {"their - them": 0.07341892412635903, "their": 0.3232084684868483, "them": 0.24978954436048928}, "offices": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "official": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "offloaded": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "offseason": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "often": {"their - them": -0.04611097026142219, "their": 0.34697953350154676, "them": 0.39309050376296895}, "oh": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "oil": {"their - them": -0.024979981825777875, "their": 0.29279048285313997, "them": 0.31777046467891784}, "okay": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "oladipo": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "old": {"their - them": -0.02559540109013264, "their": 0.27142331609289994, "them": 0.2970187171830326}, "older": {"their - them": -0.04537572838980636, "their": 0.30318257336047394, "them": 0.3485583017502803}, "omnipresent": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "on": {"their - them": -0.020222161409608808, "their": 0.373456858387945, "them": 0.3936790197975538}, "once": {"their - them": 0.01496170169393829, "their": 0.3648855497933715, "them": 0.3499238480994332}, "one": {"their - them": -0.030396530852615733, "their": 0.39745211080090576, "them": 0.4278486416535215}, "ones": {"their - them": 0.0560431932841543, "their": 0.31132680184725214, "them": 0.25528360856309784}, "online": {"their - them": 0.023722913690155112, "their": 0.3000127256745441, "them": 0.276289811984389}, "only": {"their - them": -0.03535453861920074, "their": 0.3632430594705653, "them": 0.398597598089766}, "onto": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "open": {"their - them": -0.011274705932544704, "their": 0.33292551300275175, "them": 0.34420021893529645}, "opened": {"their - them": -0.045689246358409874, "their": 0.29599932223659137, "them": 0.34168856859500124}, "operate": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "operations": {"their - them": -0.045689246358409874, "their": 0.29599932223659137, "them": 0.34168856859500124}, "operatives": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "operators": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "opinion": {"their - them": -0.045689246358409874, "their": 0.29599932223659137, "them": 0.34168856859500124}, "opponent": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "opportunity": {"their - them": 0.05572982371771629, "their": 0.32450698230369485, "them": 0.26877715858597856}, "opposing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "opposite": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "opted": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "optimism": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "optimization": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "optimize": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "option": {"their - them": 0.034569263955468665, "their": 0.28435880831595794, "them": 0.24978954436048928}, "options": {"their - them": -0.06839197364449195, "their": 0.29599932223659137, "them": 0.3643912958810833}, "or": {"their - them": -0.016390452980555525, "their": 0.37007899642919667, "them": 0.3864694494097522}, "orange": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "orbit": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "order": {"their - them": -0.03840391574283758, "their": 0.3166261625470086, "them": 0.3550300782898462}, "ordered": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ordinary": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "organisations": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "organised": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "organising": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "organisms": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "organs": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "oriented": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "origin": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "original": {"their - them": -0.041531399442550854, "their": 0.213752209120547, "them": 0.25528360856309784}, "origins": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "orlando": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "ornaments": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "other": {"their - them": -0.012758682116076059, "their": 0.38365725712069837, "them": 0.39641593923677443}, "others": {"their - them": -0.01691002995518448, "their": 0.34298496402045253, "them": 0.359894993975637}, "otherwise": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "otto": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "otukpo": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "our": {"their - them": -0.038325080635005115, "their": 0.33708175255324124, "them": 0.37540683318824636}, "out": {"their - them": -0.01968069363357927, "their": 0.39004999607537755, "them": 0.4097306897089568}, "outcome": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "outdoors": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "outfits": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "outlook": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "outnumbered": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "outright": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "outside": {"their - them": -0.04537572838980636, "their": 0.30318257336047394, "them": 0.3485583017502803}, "over": {"their - them": -0.0016556065737112213, "their": 0.38416119890503825, "them": 0.38581680547874947}, "overall": {"their - them": -0.09074006667090209, "their": 0.22020424337953412, "them": 0.3109443100504362}, "overestimate": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "overflowing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "overheard": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "overlap": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "overlooked": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "overly": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "overnight": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "overrated": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "oversee": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "overseeing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "oversight": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "overturned": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "overuse": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "overwhelming": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "overwhelmingly": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "owed": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "own": {"their - them": -0.00825790893171996, "their": 0.3618567801895948, "them": 0.37011468912131473}, "owner": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "owners": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "ownership": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "p": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "p19t11": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "p238": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "p320": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "p365": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "p938": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "pace": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "paced": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "pacers": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "pack": {"their - them": -0.09252364870085816, "their": 0.19032797318966355, "them": 0.2828516218905217}, "package": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "packaging": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "pad": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "page": {"their - them": -0.007499857015990763, "their": 0.3141460488744762, "them": 0.321645905890467}, "pages": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "pain": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "pains": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "paint": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "painted": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "painter": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "paletas": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "pallid": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "palpable": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "pandemic": {"their - them": 0.055901607315600566, "their": 0.3174284182987639, "them": 0.2615268109831633}, "pandemonium": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "paper": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "paranoid": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "parent": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "parents": {"their - them": 0.005319575070058535, "their": 0.2551091194305478, "them": 0.24978954436048928}, "parking": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "parks": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "part": {"their - them": -0.03144736005810478, "their": 0.3515801521646527, "them": 0.3830275122227575}, "participants": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "participatory": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "particles": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "particular": {"their - them": -0.024596795630524915, "their": 0.30595247786550356, "them": 0.3305492734960285}, "particularly": {"their - them": -0.03040737253424286, "their": 0.3184550568516362, "them": 0.3488624293858791}, "partner": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "partners": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "parts": {"their - them": -0.045689246358409874, "their": 0.29599932223659137, "them": 0.34168856859500124}, "party": {"their - them": 0.03832212291425008, "their": 0.3211737448047718, "them": 0.2828516218905217}, "partying": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "pass": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "passenger": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "passengers": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "passions": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "past": {"their - them": 0.10080125741588727, "their": 0.34122652396713543, "them": 0.24042526655124816}, "pastimes": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "pastor": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "pastors": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "pata": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "path": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "pathetic": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "paths": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "patience": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "patrol": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "patronize": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "paul": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "pause": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "pawn": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "pay": {"their - them": 0.006396098091560665, "their": 0.30595247786550356, "them": 0.2995563797739429}, "payday": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "paying": {"their - them": -0.047498555718334834, "their": 0.30595247786550356, "them": 0.3534510335838384}, "pbt": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "peace": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "pee": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "peninsula": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "penned": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "pensions": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "people": {"their - them": -0.024652290214204453, "their": 0.372630704936608, "them": 0.39728299515081245}, "peppa": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "per": {"their - them": -0.016202488102752433, "their": 0.3211737448047718, "them": 0.3373762329075242}, "percent": {"their - them": -0.007991798675538897, "their": 0.2866714939706021, "them": 0.294663292646141}, "percentage": {"their - them": -0.0442344327133542, "their": 0.2606542573185099, "them": 0.3048886900318641}, "perceptions": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "perfect": {"their - them": -0.007340805009180162, "their": 0.3232084684868483, "them": 0.3305492734960285}, "perfecting": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "perfectly": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "performance": {"their - them": -0.03040737253424286, "their": 0.3184550568516362, "them": 0.3488624293858791}, "performances": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "performed": {"their - them": -0.04537572838980636, "their": 0.30318257336047394, "them": 0.3485583017502803}, "performing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "perhaps": {"their - them": -0.026443746130188128, "their": 0.3484509419665447, "them": 0.3748946880967328}, "perilous": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "perimeter": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "period": {"their - them": 0.006357300221579598, "their": 0.30114188012863696, "them": 0.29478457990705736}, "periods": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "permanant": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "permanent": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "permissible": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "perpetuity": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "persecution": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "persistent": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "person": {"their - them": -0.034465011674353396, "their": 0.32868269472019307, "them": 0.36314770639454647}, "personal": {"their - them": 0.030940310013289785, "their": 0.31913670740013994, "them": 0.28819639738685016}, "personality": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "perturbation": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "pet": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "phenomenon": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "philadelphia": {"their - them": 0.034569263955468665, "their": 0.28435880831595794, "them": 0.24978954436048928}, "philosopher": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "phone": {"their - them": -0.04451441657338784, "their": 0.32254947771011366, "them": 0.3670638942835015}, "phones": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "phosphoric": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "phosphorus": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "photo": {"their - them": 0.034569263955468665, "their": 0.28435880831595794, "them": 0.24978954436048928}, "physical": {"their - them": -0.046628178268648235, "their": 0.32450698230369485, "them": 0.3711351605723431}, "physically": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "physicist": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "physics": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "piatti": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "picked": {"their - them": 0.00648410824832768, "their": 0.3174284182987639, "them": 0.3109443100504362}, "picking": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "piece": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "pieces": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "piette": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "pig": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "pill": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "pillars": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "pills": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "pinterest": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "pioneer": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "pirkanmaa": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "pirkkala": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "pistons": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "pitiful": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "place": {"their - them": -0.0022214814429905583, "their": 0.3637488376995685, "them": 0.36597031914255906}, "placed": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "places": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "plague": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "plains": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "plan": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "planets": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "planned": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "planning": {"their - them": 0.004881605793133181, "their": 0.21241765151342912, "them": 0.20753604572029594}, "plans": {"their - them": -0.014944987813844846, "their": 0.29599932223659137, "them": 0.3109443100504362}, "planted": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "plastic": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "platform": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "play": {"their - them": -0.025186426987753363, "their": 0.3532637141104667, "them": 0.37845014109822006}, "played": {"their - them": 0.07357934810221281, "their": 0.3184550568516362, "them": 0.2448757087494234}, "player": {"their - them": -0.04870131795105237, "their": 0.27948258867867937, "them": 0.32818390662973174}, "players": {"their - them": -0.025364243296132793, "their": 0.27948258867867937, "them": 0.30484683197481216}, "playing": {"their - them": -0.06964105649546337, "their": 0.2750611844465849, "them": 0.34470224094204827}, "playoff": {"their - them": -0.08969979977548334, "their": 0.2366802429858688, "them": 0.32638004276135213}, "playoffs": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "plays": {"their - them": -0.07429078529507016, "their": 0.27426751645521014, "them": 0.3485583017502803}, "please": {"their - them": -0.03429916395400068, "their": 0.33294673167259375, "them": 0.36724589562659443}, "pleases": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "pleasure": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "plenty": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "podcast": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "poem": {"their - them": -0.041713265926998755, "their": 0.20807627843349052, "them": 0.24978954436048928}, "poems": {"their - them": -0.04311792926467048, "their": 0.16226078991076376, "them": 0.20537871917543424}, "poetry": {"their - them": -0.042019133266859826, "their": 0.19840613328438833, "them": 0.24042526655124816}, "point": {"their - them": -0.022498436704963876, "their": 0.3217017822303326, "them": 0.34420021893529645}, "points": {"their - them": 0.007067642874246938, "their": 0.33294673167259375, "them": 0.3258790887983468}, "polarization": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "police": {"their - them": 0.023716055202865738, "their": 0.3031753807265698, "them": 0.27945932552370406}, "policy": {"their - them": 0.02360016312401303, "their": 0.33454447317444924, "them": 0.3109443100504362}, "policymakers": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "political": {"their - them": 0.0627437120319454, "their": 0.321186435902561, "them": 0.2584427238706156}, "politicians": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "politicospeak": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "politics": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "ponder": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "popular": {"their - them": -0.0036875515979888918, "their": 0.3273656150338065, "them": 0.3310531666317954}, "popularity": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "population": {"their - them": -0.04399045133569501, "their": 0.2669538587147412, "them": 0.3109443100504362}, "portable": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "portion": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "portrays": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "posit": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "position": {"their - them": -0.06964105649546337, "their": 0.2750611844465849, "them": 0.34470224094204827}, "positioning": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "positive": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "positives": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "possession": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "possibilities": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "possible": {"their - them": -0.014944987813844846, "their": 0.29599932223659137, "them": 0.3109443100504362}, "possibly": {"their - them": 0.006535199344659959, "their": 0.32450698230369485, "them": 0.3179717829590349}, "post": {"their - them": -0.03024256509699008, "their": 0.3232084684868483, "them": 0.3534510335838384}, "potential": {"their - them": -0.046628178268648235, "their": 0.32450698230369485, "them": 0.3711351605723431}, "potentially": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "pots": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "poverty": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "pow": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "powder": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "powdered": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "power": {"their - them": 0.0003608117736706995, "their": 0.34319169157168034, "them": 0.34283087979800964}, "powerful": {"their - them": -0.014944987813844846, "their": 0.29599932223659137, "them": 0.3109443100504362}, "practical": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "practice": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "practices": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "practicing": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "practitioner": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "pray": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "prayer": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "praying": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "pre": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "preach": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "preaching": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "precepts": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "precious": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "preclude": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "preconceptions": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "preconstruction": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "predict": {"their - them": -0.07375101585593657, "their": 0.28302249668485097, "them": 0.35677351254078754}, "predictability": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "predicted": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "predictions": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "premium": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "prepare": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "prepared": {"their - them": -0.045689246358409874, "their": 0.29599932223659137, "them": 0.34168856859500124}, "preposition": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "presence": {"their - them": -0.021502223693244504, "their": 0.3553092728693758, "them": 0.3768114965626203}, "present": {"their - them": -0.07544015406548066, "their": 0.2551091194305478, "them": 0.3305492734960285}, "presented": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "presenter": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "presenters": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "preservation": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "preserve": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "preserved": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "presidency": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "president": {"their - them": 0.034735962886262656, "their": 0.2575335782553097, "them": 0.22279761536904705}, "presidential": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "press": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "pressures": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "presumably": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "pretended": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "pretty": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "prevalent": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "prevent": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "prevented": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "preventing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "prevention": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "preview": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "previous": {"their - them": -0.08236753457337703, "their": 0.28910693350608474, "them": 0.3714744680794618}, "previously": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "price": {"their - them": -0.025086662527331938, "their": 0.28910693350608474, "them": 0.3141935960334167}, "priced": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "pricing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "prickly": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "primary": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "primos": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "prior": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "priority": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "private": {"their - them": 0.007100573347204819, "their": 0.3376498468432333, "them": 0.3305492734960285}, "probability": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "probable": {"their - them": -0.09205449646613567, "their": 0.19840613328438833, "them": 0.290460629750524}, "probably": {"their - them": 0.0380934670692904, "their": 0.3376498468432333, "them": 0.2995563797739429}, "probe": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "problem": {"their - them": -0.042305106183183006, "their": 0.34569071453277217, "them": 0.3879958207159552}, "problems": {"their - them": -0.0036875515979888918, "their": 0.3273656150338065, "them": 0.3310531666317954}, "proceeded": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "process": {"their - them": -0.005551514969635629, "their": 0.3510283245698514, "them": 0.356579839539487}, "processed": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "processing": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "proclaiming": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "produce": {"their - them": -0.007248362025661759, "their": 0.328517875461126, "them": 0.33576623748678774}, "produced": {"their - them": -0.034616273446596346, "their": 0.32477816871152276, "them": 0.3593944421581191}, "producers": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "product": {"their - them": -0.03737212644582877, "their": 0.34122652396713543, "them": 0.3785986504129642}, "production": {"their - them": 0.019607427996492233, "their": 0.31427072064263323, "them": 0.294663292646141}, "productive": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "productivity": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "products": {"their - them": 0.00648410824832768, "their": 0.3174284182987639, "them": 0.3109443100504362}, "professional": {"their - them": 0.00648410824832768, "their": 0.3174284182987639, "them": 0.3109443100504362}, "professionals": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "professors": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "profits": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "progeny": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "program": {"their - them": 0.0236291854292619, "their": 0.328517875461126, "them": 0.3048886900318641}, "programme": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "progress": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "progressively": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "prohibition": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "project": {"their - them": -0.03046855739600296, "their": 0.34298496402045253, "them": 0.3734535214164555}, "projecting": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "prolific": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "promising": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "promoting": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "prompt": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "promptly": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "proper": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "properly": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "properties": {"their - them": 0.00648410824832768, "their": 0.3174284182987639, "them": 0.3109443100504362}, "property": {"their - them": -0.014944987813844846, "their": 0.29599932223659137, "them": 0.3109443100504362}, "prophet": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "proposals": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "proposed": {"their - them": -0.02380036773918498, "their": 0.33297314480160256, "them": 0.35677351254078754}, "protagonist": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "protect": {"their - them": 0.05572982371771629, "their": 0.32450698230369485, "them": 0.26877715858597856}, "protector": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "protestant": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "prototypes": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "proud": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "proven": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "provenance": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "provide": {"their - them": -0.022417405854553096, "their": 0.3244510927064017, "them": 0.3468684985609548}, "provided": {"their - them": -0.015079278481225866, "their": 0.2898094115506382, "them": 0.3048886900318641}, "provider": {"their - them": -0.09027177679696524, "their": 0.22770000616206965, "them": 0.3179717829590349}, "provides": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "providing": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "province": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "provision": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "prudence": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "prufrock": {"their - them": -0.04311792926467048, "their": 0.16226078991076376, "them": 0.20537871917543424}, "psychological": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "psychologically": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "psychologist": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "psychology": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "public": {"their - them": -0.006400032571009018, "their": 0.3709107331977462, "them": 0.3773107657687552}, "publication": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "publications": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "published": {"their - them": 0.023685419123952223, "their": 0.3141460488744762, "them": 0.290460629750524}, "pull": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "purchased": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "pure": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "purpose": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "purposes": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "pursue": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "push": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "put": {"their - them": -0.03829782225546907, "their": 0.3547926815074999, "them": 0.39309050376296895}, "puts": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "putting": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "pyjamas": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "quagmire": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "qualified": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "qualitative": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "quality": {"their - them": 0.007007704032604922, "their": 0.32477816871152276, "them": 0.31777046467891784}, "quantitative": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "quantum": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "question": {"their - them": -0.022141611953359897, "their": 0.3337875303117534, "them": 0.3559291422651133}, "questioned": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "questionnaire": {"their - them": -0.04132256760362921, "their": 0.22020424337953412, "them": 0.2615268109831633}, "questionnaires": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "questions": {"their - them": -0.04535387739447036, "their": 0.23093593458991865, "them": 0.276289811984389}, "quick": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "quicker": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "quickly": {"their - them": -0.045956825936149526, "their": 0.2898094115506382, "them": 0.33576623748678774}, "quit": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "quite": {"their - them": -0.024737208669709854, "their": 0.30114188012863696, "them": 0.3258790887983468}, "quote": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "race": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "radical": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "radio": {"their - them": -0.045956825936149526, "their": 0.2898094115506382, "them": 0.33576623748678774}, "radioactivity": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "radios": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "radius": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "rage": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "raging": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "rain": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "raining": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "rains": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "raise": {"their - them": 0.006396098091560665, "their": 0.30595247786550356, "them": 0.2995563797739429}, "rallied": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "raman": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "rand": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "random": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "randomized": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ranging": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "ranked": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "ranking": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "rap": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "rapidly": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "rapper": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "rate": {"their - them": -0.04619046518007053, "their": 0.28435880831595794, "them": 0.3305492734960285}, "rather": {"their - them": 0.03492003830860635, "their": 0.36597320494040175, "them": 0.3310531666317954}, "ray": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "rays": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "re": {"their - them": 0.003525332030101136, "their": 0.36444815057042756, "them": 0.36092281854032643}, "reach": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "reached": {"their - them": -0.024596795630524915, "their": 0.30595247786550356, "them": 0.3305492734960285}, "react": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "reactions": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "read": {"their - them": -0.0036396414961280543, "their": 0.33046833386839175, "them": 0.3341079753645198}, "reader": {"their - them": -0.02380036773918498, "their": 0.33297314480160256, "them": 0.35677351254078754}, "readily": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "reading": {"their - them": 0.00698014877135511, "their": 0.3211737448047718, "them": 0.3141935960334167}, "ready": {"their - them": -0.0244394356395356, "their": 0.31132680184725214, "them": 0.33576623748678774}, "real": {"their - them": -0.016683566119996385, "their": 0.3516113865668456, "them": 0.368294952686842}, "reality": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "realization": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "realize": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "really": {"their - them": -0.030149514684669476, "their": 0.35741264292341, "them": 0.3875621576080795}, "reared": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "rearing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "reason": {"their - them": -0.007340805009180162, "their": 0.3232084684868483, "them": 0.3305492734960285}, "reasons": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "reassuring": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "rebellious": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "rebounding": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "rebounds": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "recalled": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "receive": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "received": {"their - them": 0.006396098091560665, "their": 0.30595247786550356, "them": 0.2995563797739429}, "recent": {"their - them": 0.019593934278336722, "their": 0.3337875303117534, "them": 0.3141935960334167}, "recently": {"their - them": -0.01643215531873099, "their": 0.31175175131100075, "them": 0.32818390662973174}, "recession": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "recieved": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "reciprocated": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "recognize": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "recognized": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "reconciliations": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "record": {"their - them": -0.02426015029623735, "their": 0.3174284182987639, "them": 0.34168856859500124}, "recorded": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "records": {"their - them": -0.042019133266859826, "their": 0.19840613328438833, "them": 0.24042526655124816}, "rectifying": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "recurrent": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "red": {"their - them": -0.06510861525071449, "their": 0.3174284182987639, "them": 0.3825370335494784}, "redefined": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "reduce": {"their - them": -0.04537572838980636, "their": 0.30318257336047394, "them": 0.3485583017502803}, "reduced": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "reduction": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "referee": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "reference": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "referenced": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "references": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "referred": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "reflect": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "reflecting": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "reflects": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "reform": {"their - them": -0.015079278481225866, "their": 0.2898094115506382, "them": 0.3048886900318641}, "refusal": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "regard": {"their - them": 0.006535199344659959, "their": 0.32450698230369485, "them": 0.3179717829590349}, "regarded": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "region": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "regional": {"their - them": 0.023685419123952223, "their": 0.3141460488744762, "them": 0.290460629750524}, "regions": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "regular": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "regularly": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "reinforce": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "reinforcement": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "reinterment": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "rejecting": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "rejoice": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "relate": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "relations": {"their - them": 0.0885749738852235, "their": 0.3211737448047718, "them": 0.23259877091954828}, "relationship": {"their - them": -0.01628412907230753, "their": 0.3178238462922123, "them": 0.3341079753645198}, "relationships": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "relative": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "relativity": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "relax": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "relay": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "relentless": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "relevant": {"their - them": -0.045689246358409874, "their": 0.29599932223659137, "them": 0.34168856859500124}, "reliability": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "reliable": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "relies": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "rely": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "remaining": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "remains": {"their - them": 0.006438111815388059, "their": 0.31132680184725214, "them": 0.3048886900318641}, "remarkable": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "remember": {"their - them": -0.007248362025661759, "their": 0.328517875461126, "them": 0.33576623748678774}, "remembrance": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "remind": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "reminded": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "remodel": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "remote": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "remove": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "renamed": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "renovated": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "rental": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "rented": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "repair": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "repairable": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "reply": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "report": {"their - them": 0.007409436628976751, "their": 0.3278911708271039, "them": 0.32048173419812714}, "reprotoxic": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "republican": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "request": {"their - them": 0.006438111815388059, "their": 0.31132680184725214, "them": 0.3048886900318641}, "requests": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "required": {"their - them": -0.04792044710656035, "their": 0.2967817938354879, "them": 0.34470224094204827}, "requirements": {"their - them": -0.07429078529507016, "their": 0.27426751645521014, "them": 0.3485583017502803}, "requires": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "research": {"their - them": -0.0358276682930429, "their": 0.2929530733831598, "them": 0.3287807416762027}, "researched": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "resend": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "residential": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "residents": {"their - them": 0.00648410824832768, "their": 0.3174284182987639, "them": 0.3109443100504362}, "resolve": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "resource": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "resources": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "respect": {"their - them": -0.07306120115989828, "their": 0.2940026931236032, "them": 0.3670638942835015}, "respectability": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "respectful": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "respond": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "responded": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "response": {"their - them": 0.007067642874246938, "their": 0.33294673167259375, "them": 0.3258790887983468}, "responses": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "responsibility": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "responsible": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "rest": {"their - them": -0.045689246358409874, "their": 0.29599932223659137, "them": 0.34168856859500124}, "restaurant": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "restaurants": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "resting": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "result": {"their - them": -0.03040737253424286, "their": 0.3184550568516362, "them": 0.3488624293858791}, "resulted": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "results": {"their - them": -0.04499638420932389, "their": 0.31177712833146365, "them": 0.35677351254078754}, "retardants": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "return": {"their - them": -0.015399445303939108, "their": 0.2750611844465849, "them": 0.290460629750524}, "returned": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "returning": {"their - them": -0.046628178268648235, "their": 0.32450698230369485, "them": 0.3711351605723431}, "revealed": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "reveals": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "revenue": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "reverence": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "review": {"their - them": 0.07372078232322807, "their": 0.3141460488744762, "them": 0.24042526655124816}, "reviewed": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "reviews": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "revision": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "revolution": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "revolutionary": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "revolver": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "revolvers": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "reward": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "reyes": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ribs": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "richard": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "richness": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ride": {"their - them": -0.042019133266859826, "their": 0.19840613328438833, "them": 0.24042526655124816}, "ridenyc": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ridiculous": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "rifts": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "right": {"their - them": -0.004987230174214041, "their": 0.3717787625317192, "them": 0.37676599270593325}, "rightful": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "rightly": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "rights": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "ring": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "ripped": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "rise": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "rises": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "rising": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "risk": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "risky": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "rival": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "rivm": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "road": {"their - them": 0.007391069725724009, "their": 0.32555466719781456, "them": 0.31816359747209055}, "roads": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "robbery": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "robbing": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "roberto": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "rock": {"their - them": -0.045689246358409874, "their": 0.29599932223659137, "them": 0.34168856859500124}, "rocket": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "rockets": {"their - them": -0.04537572838980636, "their": 0.30318257336047394, "them": 0.3485583017502803}, "rocks": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "rodney": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "roetter": {"their - them": -0.04187441371305245, "their": 0.20300129503637096, "them": 0.2448757087494234}, "rohan": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "role": {"their - them": -0.0379567521255223, "their": 0.3273656150338065, "them": 0.3653223671593288}, "roles": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "rolled": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "roman": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "roof": {"their - them": -0.14251648205743558, "their": 0.2366802429858688, "them": 0.3791967250433044}, "rookie": {"their - them": -0.08969979977548334, "their": 0.2366802429858688, "them": 0.32638004276135213}, "room": {"their - them": -0.09027177679696524, "their": 0.22770000616206965, "them": 0.3179717829590349}, "root": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "roots": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "rounds": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "roy": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "royer": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "rudolph": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "rule": {"their - them": -0.07306120115989828, "their": 0.2940026931236032, "them": 0.3670638942835015}, "rules": {"their - them": -0.007144095420551999, "their": 0.33454447317444924, "them": 0.34168856859500124}, "rumors": {"their - them": 0.005427047731577872, "their": 0.2669538587147412, "them": 0.2615268109831633}, "run": {"their - them": -0.08181685657747628, "their": 0.2967817938354879, "them": 0.3785986504129642}, "running": {"their - them": -0.07375101585593657, "their": 0.28302249668485097, "them": 0.35677351254078754}, "rural": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "russell": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "s": {"their - them": -0.016386860213675192, "their": 0.35413620442280647, "them": 0.37052306463648166}, "sabonis": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "sacred": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "sad": {"their - them": -0.04451441657338784, "their": 0.32254947771011366, "them": 0.3670638942835015}, "sadly": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "safe": {"their - them": 0.006535199344659959, "their": 0.32450698230369485, "them": 0.3179717829590349}, "safely": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "said": {"their - them": -0.028287347725880874, "their": 0.32639756161317623, "them": 0.3546849093390571}, "sales": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "saline": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "salt": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "salvation": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "same": {"their - them": 0.0004916812545359694, "their": 0.3532637141104667, "them": 0.35277203285593073}, "sanctify": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "santana": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "saphir": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "satan": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "satisfaction": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "saturday": {"their - them": -0.04772054925724212, "their": 0.30114188012863696, "them": 0.3488624293858791}, "sauce": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "saudi": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "savannah": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "save": {"their - them": 0.03447251125342804, "their": 0.29599932223659137, "them": 0.2615268109831633}, "saved": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "savejbolagh": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "saving": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "savings": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "saw": {"their - them": -0.011433091493394831, "their": 0.32555466719781456, "them": 0.3369877586912094}, "say": {"their - them": -0.028771310092683577, "their": 0.345862168999706, "them": 0.3746334790923896}, "saying": {"their - them": 0.03463591789533674, "their": 0.2750611844465849, "them": 0.24042526655124816}, "says": {"their - them": -0.04639797266225498, "their": 0.27948111613609183, "them": 0.3258790887983468}, "scaled": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "scandal": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "scenarios": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "scenes": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "schedule": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "school": {"their - them": -0.022498436704963876, "their": 0.3217017822303326, "them": 0.34420021893529645}, "science": {"their - them": -0.007902671018802598, "their": 0.29158909147712964, "them": 0.29949176249593223}, "scientific": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "scientist": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "scientists": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "scoping": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "scorching": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "score": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "scored": {"their - them": -0.04399045133569501, "their": 0.2669538587147412, "them": 0.3109443100504362}, "scorer": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "scores": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "scoring": {"their - them": -0.04537572838980636, "their": 0.30318257336047394, "them": 0.3485583017502803}, "scratcher": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "screen": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "scripted": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "scripture": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "scrutiny": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "sea": {"their - them": -0.04658472144388209, "their": 0.2750611844465849, "them": 0.321645905890467}, "sealed": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "search": {"their - them": -0.04329845948831848, "their": 0.15609115393871223, "them": 0.1993896134270307}, "searching": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "season": {"their - them": -0.03718475622210721, "their": 0.2560373264525275, "them": 0.29322208267463473}, "seasoned": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "seat": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "seating": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "secluded": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "second": {"their - them": -0.05629277522923115, "their": 0.3275784728795481, "them": 0.38387124810877926}, "secret": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "section": {"their - them": -0.04132256760362921, "their": 0.22020424337953412, "them": 0.2615268109831633}, "sector": {"their - them": 0.006255311615563031, "their": 0.28910693350608474, "them": 0.2828516218905217}, "secure": {"their - them": -0.09027177679696524, "their": 0.22770000616206965, "them": 0.3179717829590349}, "seductive": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "see": {"their - them": -0.03719379106261078, "their": 0.3249451067719716, "them": 0.36213889783458236}, "seed": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "seeding": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "seedy": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "seeing": {"their - them": -0.015079278481225866, "their": 0.2898094115506382, "them": 0.3048886900318641}, "seeking": {"their - them": -0.04451441657338784, "their": 0.32254947771011366, "them": 0.3670638942835015}, "seem": {"their - them": -0.01611466251517285, "their": 0.32477816871152276, "them": 0.3408928312266956}, "seemed": {"their - them": -0.06581281041319104, "their": 0.30595247786550356, "them": 0.3717652882786946}, "seemingly": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "seems": {"their - them": -0.026969480972885262, "their": 0.33292551300275175, "them": 0.359894993975637}, "seen": {"their - them": -0.06417942045558683, "their": 0.31427072064263323, "them": 0.37845014109822006}, "seized": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "selecting": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "self": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "sell": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "selling": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "semi": {"their - them": 0.0065931020402504315, "their": 0.33297314480160256, "them": 0.32638004276135213}, "sends": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "senior": {"their - them": 0.05551372872243959, "their": 0.33297314480160256, "them": 0.27745941607916297}, "sensational": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "sense": {"their - them": -0.02426015029623735, "their": 0.3174284182987639, "them": 0.34168856859500124}, "sensitive": {"their - them": 0.00648410824832768, "their": 0.3174284182987639, "them": 0.3109443100504362}, "sent": {"their - them": -0.024596795630524915, "their": 0.30595247786550356, "them": 0.3305492734960285}, "sentences": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "sentinels": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "separating": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "separations": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "sept": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "september": {"their - them": 0.0347711467378804, "their": 0.24937282837347682, "them": 0.21460168163559643}, "series": {"their - them": -0.027217365658116166, "their": 0.32555466719781456, "them": 0.35277203285593073}, "serious": {"their - them": 0.02356247027972669, "their": 0.3415342532387616, "them": 0.3179717829590349}, "seriously": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "sermon": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "servants": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "serve": {"their - them": 0.005370648755412044, "their": 0.2606542573185099, "them": 0.25528360856309784}, "served": {"their - them": 0.006535199344659959, "their": 0.32450698230369485, "them": 0.3179717829590349}, "serves": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "service": {"their - them": -0.026969480972885262, "their": 0.33292551300275175, "them": 0.359894993975637}, "services": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "serving": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "set": {"their - them": 0.030805365587900146, "their": 0.3356521975627123, "them": 0.30484683197481216}, "sets": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "settle": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "seven": {"their - them": 0.055901607315600566, "their": 0.3174284182987639, "them": 0.2615268109831633}, "seventeenth": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "several": {"their - them": -0.04267078172709221, "their": 0.33798883420636416, "them": 0.3806596159334564}, "severe": {"their - them": -0.08969979977548334, "their": 0.2366802429858688, "them": 0.32638004276135213}, "sex": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "sexual": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "shade": {"their - them": -0.08969979977548334, "their": 0.2366802429858688, "them": 0.32638004276135213}, "shadow": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "shakespeare": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "shall": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "shape": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "shaped": {"their - them": -0.12009326955491875, "their": 0.2366802429858688, "them": 0.35677351254078754}, "share": {"their - them": -0.015673340964916682, "their": 0.3429022219124799, "them": 0.35857556287739656}, "shared": {"their - them": 0.005370648755412044, "their": 0.2606542573185099, "them": 0.25528360856309784}, "sharifi": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "sharing": {"their - them": -0.04696287758231943, "their": 0.3174284182987639, "them": 0.3643912958810833}, "shattered": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "she": {"their - them": -0.044697841488350876, "their": 0.23442269765423424, "them": 0.2791205391425851}, "shells": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "shepherd": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "sheri": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "shield": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "shifted": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "shifts": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "shine": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "shinier": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "shining": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "shipping": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "shocked": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "shocking": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "shoes": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "shop": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "shoplifting": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "shops": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "short": {"their - them": -0.01611466251517285, "their": 0.32477816871152276, "them": 0.3408928312266956}, "shortcomings": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "shorten": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "shortly": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "shot": {"their - them": 0.007036788829726082, "their": 0.32868269472019307, "them": 0.321645905890467}, "shots": {"their - them": -0.07306120115989828, "their": 0.2940026931236032, "them": 0.3670638942835015}, "should": {"their - them": -0.01808490182851097, "their": 0.3368683801562619, "them": 0.3549532819847729}, "shouldn": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "shouting": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "shovels": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "show": {"their - them": -0.027217365658116166, "their": 0.32555466719781456, "them": 0.35277203285593073}, "showed": {"their - them": -0.07511198016827786, "their": 0.2606542573185099, "them": 0.33576623748678774}, "showing": {"their - them": -0.007340805009180162, "their": 0.3232084684868483, "them": 0.3305492734960285}, "shown": {"their - them": -0.02984682270663408, "their": 0.33454447317444924, "them": 0.3643912958810833}, "shows": {"their - them": -0.015673340964916682, "their": 0.3429022219124799, "them": 0.35857556287739656}, "shucking": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "shut": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "sick": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "sickly": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "side": {"their - them": -0.05128811025158414, "their": 0.33046833386839175, "them": 0.3817564441199759}, "sides": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "sidewalk": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "sig": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "sight": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "sights": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "sightseeing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "signal": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "signals": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "significance": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "significant": {"their - them": -0.022141611953359897, "their": 0.3337875303117534, "them": 0.3559291422651133}, "significantly": {"their - them": -0.04537572838980636, "their": 0.30318257336047394, "them": 0.3485583017502803}, "signifies": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "signs": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "silence": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "silent": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "similar": {"their - them": 0.006396098091560665, "their": 0.30595247786550356, "them": 0.2995563797739429}, "simmons": {"their - them": -0.12009326955491875, "their": 0.2366802429858688, "them": 0.35677351254078754}, "simon": {"their - them": -0.09027177679696524, "their": 0.22770000616206965, "them": 0.3179717829590349}, "simple": {"their - them": 0.05551372872243959, "their": 0.33297314480160256, "them": 0.27745941607916297}, "simply": {"their - them": -0.007634235105791198, "their": 0.3065593609276255, "them": 0.3141935960334167}, "since": {"their - them": -0.0039027826018452894, "their": 0.34595703663222704, "them": 0.34985981923407233}, "sincere": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "sinful": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "sing": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "single": {"their - them": -0.011088839045517163, "their": 0.3416192639230249, "them": 0.35270810296854205}, "sinhalese": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "sister": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "sistine": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "sit": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "site": {"their - them": -0.042270797729884735, "their": 0.19032797318966355, "them": 0.23259877091954828}, "sitra": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "sitting": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "situation": {"their - them": -0.038193211745304434, "their": 0.3217017822303326, "them": 0.359894993975637}, "sity": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "six": {"their - them": -0.016202488102752433, "their": 0.3211737448047718, "them": 0.3373762329075242}, "sixers": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "sixth": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "size": {"their - them": -0.04399045133569501, "their": 0.2669538587147412, "them": 0.3109443100504362}, "skeletal": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "skilled": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "skills": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "skyward": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "slack": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "slang": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "slate": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "slaughter": {"their - them": -0.041531399442550854, "their": 0.213752209120547, "them": 0.25528360856309784}, "slavery": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "slaves": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "sleep": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "sleepless": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "sleeves": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "slices": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "slide": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "slightly": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "slim": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "slogs": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "slow": {"their - them": -0.06510861525071449, "their": 0.3174284182987639, "them": 0.3825370335494784}, "slowness": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "small": {"their - them": -0.06610401549795747, "their": 0.30114188012863696, "them": 0.36724589562659443}, "smaller": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "smallness": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "smart": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "smashed": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "smell": {"their - them": -0.041713265926998755, "their": 0.20807627843349052, "them": 0.24978954436048928}, "smidgen": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "smith": {"their - them": -0.015901725912913223, "their": 0.2519504890215441, "them": 0.2678522149344573}, "smooth": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "snow": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "so": {"their - them": -0.02980566778015792, "their": 0.37728821089909687, "them": 0.4070938786792548}, "sob": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "soccer": {"their - them": -0.07375101585593657, "their": 0.28302249668485097, "them": 0.35677351254078754}, "social": {"their - them": -0.021795759467054032, "their": 0.3454501361595404, "them": 0.36724589562659443}, "socialist": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "society": {"their - them": -0.021921182427411035, "their": 0.34122652396713543, "them": 0.36314770639454647}, "soft": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "softeners": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "software": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "solar": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "sold": {"their - them": -0.04132256760362921, "their": 0.22020424337953412, "them": 0.2615268109831633}, "solve": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "somalia": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "some": {"their - them": -0.04518230742470564, "their": 0.372329677737572, "them": 0.4175119851622776}, "somebody": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "somehow": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "someone": {"their - them": -0.06795258721186914, "their": 0.30318257336047394, "them": 0.3711351605723431}, "something": {"their - them": -0.028290116495556406, "their": 0.35886626787656134, "them": 0.38715638437211775}, "sometimes": {"their - them": -0.04772054925724212, "their": 0.30114188012863696, "them": 0.3488624293858791}, "somewhat": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "somewhere": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "son": {"their - them": -0.015399445303939108, "their": 0.2750611844465849, "them": 0.290460629750524}, "song": {"their - them": 0.034720996345167676, "their": 0.26057562406572926, "them": 0.22585462772056158}, "soon": {"their - them": -0.0010525518478731177, "their": 0.3548765904172402, "them": 0.3559291422651133}, "sore": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "sorry": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "sort": {"their - them": -0.07306120115989828, "their": 0.2940026931236032, "them": 0.3670638942835015}, "sorting": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "soul": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "sounding": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "source": {"their - them": -0.0158011867406051, "their": 0.3376498468432333, "them": 0.3534510335838384}, "sourcing": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "south": {"their - them": 0.038364520768508215, "their": 0.3178238462922123, "them": 0.27945932552370406}, "southbank": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "southeast": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "southern": {"their - them": -0.041531399442550854, "their": 0.213752209120547, "them": 0.25528360856309784}, "soviet": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "soy": {"their - them": -0.04329845948831848, "their": 0.15609115393871223, "them": 0.1993896134270307}, "space": {"their - them": -0.01691002995518448, "their": 0.34298496402045253, "them": 0.359894993975637}, "spaceport": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "spam": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "spambots": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "speak": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "speaker": {"their - them": -0.07306120115989828, "their": 0.2940026931236032, "them": 0.3670638942835015}, "speaking": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "special": {"their - them": 0.03832212291425008, "their": 0.3211737448047718, "them": 0.2828516218905217}, "specialist": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "specialized": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "species": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "specific": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "specifically": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "spectacle": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "spectacular": {"their - them": 0.034661976250542764, "their": 0.2710158945453418, "them": 0.23635391829479904}, "spectators": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "speech": {"their - them": 0.056436564558340924, "their": 0.29279048285313997, "them": 0.23635391829479904}, "spent": {"their - them": 0.019598419451113402, "their": 0.33046833386839175, "them": 0.31086991441727835}, "sphere": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "spin": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "spirit": {"their - them": -0.03475539746034151, "their": 0.3211737448047718, "them": 0.3559291422651133}, "spirited": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "spiritual": {"their - them": -0.04537572838980636, "their": 0.30318257336047394, "them": 0.3485583017502803}, "spiritually": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "sporting": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "sports": {"their - them": -0.07375101585593657, "their": 0.28302249668485097, "them": 0.35677351254078754}, "spots": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "spread": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "spreading": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "spring": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "springfield": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "spss18": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "square": {"their - them": -0.07375101585593657, "their": 0.28302249668485097, "them": 0.35677351254078754}, "stability": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "stadium": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "staff": {"their - them": 0.05551372872243959, "their": 0.33297314480160256, "them": 0.27745941607916297}, "stage": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "stages": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "stained": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "stakeholders": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "stakes": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "stan": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "standard": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "standards": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "standing": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "staple": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "star": {"their - them": -0.007634235105791198, "their": 0.3065593609276255, "them": 0.3141935960334167}, "starbucks": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "starfish": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "stars": {"their - them": -0.0442344327133542, "their": 0.2606542573185099, "them": 0.3048886900318641}, "start": {"their - them": 0.019598419451113402, "their": 0.33046833386839175, "them": 0.31086991441727835}, "started": {"their - them": -0.06511957196027218, "their": 0.3031753807265698, "them": 0.368294952686842}, "starting": {"their - them": -0.021921182427411035, "their": 0.34122652396713543, "them": 0.36314770639454647}, "starts": {"their - them": -0.014944987813844846, "their": 0.29599932223659137, "them": 0.3109443100504362}, "state": {"their - them": 0.03173562869603691, "their": 0.3185828467461304, "them": 0.2868472180500935}, "statement": {"their - them": 0.005427047731577872, "their": 0.2669538587147412, "them": 0.2615268109831633}, "states": {"their - them": 0.007447990999015053, "their": 0.33292551300275175, "them": 0.3254775220037367}, "station": {"their - them": -0.01530346377096553, "their": 0.27948111613609183, "them": 0.29478457990705736}, "statistical": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "statistics": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "stay": {"their - them": 0.00628727456830569, "their": 0.29279048285313997, "them": 0.2865032082848343}, "stayed": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "steadfast": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "steadiness": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "steady": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "steal": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "step": {"their - them": -0.084227088741399, "their": 0.26234192453231325, "them": 0.34656901327371226}, "stephen": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "stepped": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "stepping": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "steps": {"their - them": -0.08969979977548334, "their": 0.2366802429858688, "them": 0.32638004276135213}, "steve": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "stevens": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "stiffing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "still": {"their - them": -0.029951492003931435, "their": 0.3624185108658199, "them": 0.3923700028697513}, "stinky": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "stint": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "stitches": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "stock": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "stole": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "stone": {"their - them": 0.005370648755412044, "their": 0.2606542573185099, "them": 0.25528360856309784}, "stop": {"their - them": -0.04953272224197225, "their": 0.3031753807265698, "them": 0.35270810296854205}, "stopped": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "store": {"their - them": -0.07306120115989828, "their": 0.2940026931236032, "them": 0.3670638942835015}, "stories": {"their - them": 0.0236291854292619, "their": 0.328517875461126, "them": 0.3048886900318641}, "story": {"their - them": 0.00698014877135511, "their": 0.3211737448047718, "them": 0.3141935960334167}, "storytellers": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "stout": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "straight": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "straightforward": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "strained": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "stranded": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "strange": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "strategies": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "strategy": {"their - them": -0.014789209598560948, "their": 0.30318257336047394, "them": 0.3179717829590349}, "straughn": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "strawberries": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "streak": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "stream": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "street": {"their - them": -0.015915697713285326, "their": 0.33294673167259375, "them": 0.3488624293858791}, "streets": {"their - them": -0.045956825936149526, "their": 0.2898094115506382, "them": 0.33576623748678774}, "strength": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "strengthened": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "stressed": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "striker": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "strong": {"their - them": 0.030805365587900146, "their": 0.3356521975627123, "them": 0.30484683197481216}, "stronger": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "struck": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "struggle": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "struggled": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "struggles": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "struggling": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "student": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "students": {"their - them": -0.01548731373949247, "their": 0.2710158945453418, "them": 0.2865032082848343}, "studies": {"their - them": 0.006321164084963915, "their": 0.2967817938354879, "them": 0.290460629750524}, "study": {"their - them": -0.00775108945418812, "their": 0.3000127256745441, "them": 0.30776381512873224}, "studying": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "stuff": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "sturridge": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "style": {"their - them": -0.07473470988026004, "their": 0.2669538587147412, "them": 0.34168856859500124}, "subdividing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "subject": {"their - them": -0.06610401549795747, "their": 0.30114188012863696, "them": 0.36724589562659443}, "subjected": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "subjects": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "subscription": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "subsequently": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "substantially": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "subtle": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "succeeded": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "success": {"their - them": -0.007248362025661759, "their": 0.328517875461126, "them": 0.33576623748678774}, "successful": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "such": {"their - them": 0.01416769137847651, "their": 0.37639052964387415, "them": 0.36222283826539764}, "sudden": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "suffered": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "suffering": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "sufficiently": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "sugar": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "suggested": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "suggests": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "suicide": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "suitable": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "suited": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "sullen": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "sullivan": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "sun": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "sunken": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "sunrise": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "sunset": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "super": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "support": {"their - them": -0.011274705932544704, "their": 0.33292551300275175, "them": 0.34420021893529645}, "supported": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "supporters": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "supportive": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "suppose": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "supposed": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "suppression": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "sure": {"their - them": -0.007964740842694884, "their": 0.34265043232059017, "them": 0.35061517316328505}, "surface": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "surprised": {"their - them": -0.04499638420932389, "their": 0.31177712833146365, "them": 0.35677351254078754}, "surprising": {"their - them": -0.07473470988026004, "their": 0.2669538587147412, "them": 0.34168856859500124}, "surprisingly": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "surrounded": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "survey": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "survival": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "survive": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "suspect": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "suspected": {"their - them": 0.03452580298754038, "their": 0.2898094115506382, "them": 0.25528360856309784}, "suspects": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "suspend": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "suspended": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "swamps": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "swarm": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "swarming": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "swear": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "sweet": {"their - them": -0.046628178268648235, "their": 0.32450698230369485, "them": 0.3711351605723431}, "sweetened": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "swim": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "swoop": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "swooped": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "symbolic": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "symbols": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "syrup": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "system": {"their - them": 0.007534165643415747, "their": 0.34491039855093997, "them": 0.3373762329075242}, "systems": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "t": {"their - them": -0.02036086028341355, "their": 0.35130147828867764, "them": 0.3716623385720912}, "table": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "tables": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "tackle": {"their - them": 0.005427047731577872, "their": 0.2669538587147412, "them": 0.2615268109831633}, "taco": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "tag": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "taider": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "taiwan": {"their - them": -0.041531399442550854, "their": 0.213752209120547, "them": 0.25528360856309784}, "take": {"their - them": -0.04589088083927123, "their": 0.35069320408656357, "them": 0.3965840849258348}, "taken": {"their - them": -0.021811898456592316, "their": 0.3365816578913001, "them": 0.35839355634789244}, "takeover": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "takes": {"their - them": 0.005427047731577872, "their": 0.2669538587147412, "them": 0.2615268109831633}, "taking": {"their - them": 0.03130555823588804, "their": 0.36610972191041324, "them": 0.3348041636745252}, "talent": {"their - them": -0.08896487593295899, "their": 0.24795415223046213, "them": 0.3369190281634211}, "talented": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "talk": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "talking": {"their - them": 0.023670476944578855, "their": 0.3184550568516362, "them": 0.29478457990705736}, "talks": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "tampere": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "tank": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "target": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "task": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "tasks": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "tasman": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "tatum": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "taurus": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "taxes": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "taxi": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "taxis": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "tbd": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "tea": {"their - them": 0.00461042355058125, "their": 0.18921753394400506, "them": 0.1846071103934238}, "teach": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "teaching": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "teachings": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "team": {"their - them": -0.017464323947186222, "their": 0.3218898374792353, "them": 0.3393541614264215}, "teammates": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "teams": {"their - them": -0.06721101394045076, "their": 0.2824860161310057, "them": 0.34969703007145647}, "tear": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "tearing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "technical": {"their - them": -0.06839197364449195, "their": 0.29599932223659137, "them": 0.3643912958810833}, "technically": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "techniques": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "technological": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "technologies": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "technology": {"their - them": -0.04953272224197225, "their": 0.3031753807265698, "them": 0.35270810296854205}, "teenagers": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "teens": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "telescope": {"their - them": 0.005272751086677269, "their": 0.2501484598361007, "them": 0.2448757087494234}, "tell": {"their - them": -0.007499857015990763, "their": 0.3141460488744762, "them": 0.321645905890467}, "telling": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "temperament": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "tempted": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "tend": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "tends": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "term": {"their - them": -0.003534261120174853, "their": 0.33735857010652076, "them": 0.3408928312266956}, "terms": {"their - them": 0.006438111815388059, "their": 0.31132680184725214, "them": 0.3048886900318641}, "terrible": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "terrorism": {"their - them": -0.04399045133569501, "their": 0.2669538587147412, "them": 0.3109443100504362}, "tesla": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "test": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "testing": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "text": {"their - them": 0.005427047731577872, "their": 0.2669538587147412, "them": 0.2615268109831633}, "than": {"their - them": -0.009327960636772825, "their": 0.3929124960270761, "them": 0.40224045666384894}, "thank": {"their - them": -0.015079278481225866, "their": 0.2898094115506382, "them": 0.3048886900318641}, "thanks": {"their - them": 0.01958810542760292, "their": 0.33735857010652076, "them": 0.31777046467891784}, "that": {"their - them": -0.028615591560872733, "their": 0.34470133277696136, "them": 0.3733169243378341}, "the": {"their - them": -0.03285738701678792, "their": 0.23222704664627497, "them": 0.2650844336630629}, "theatre": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "theatres": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "theft": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "their": {"their - them": 0.027438238416242433, "their": 0.4413053852606844, "them": 0.413867146844442}, "them": {"their - them": -0.11495156033054316, "their": 0.3797935551368984, "them": 0.49474511546744154}, "themed": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "themselves": {"their - them": -0.016505721571470622, "their": 0.3583889665252622, "them": 0.3748946880967328}, "then": {"their - them": -0.037998745222597496, "their": 0.3783046961016895, "them": 0.416303441324287}, "theories": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "theorised": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "theory": {"their - them": -0.04499638420932389, "their": 0.31177712833146365, "them": 0.35677351254078754}, "there": {"their - them": -0.052038327519108474, "their": 0.3711271984341179, "them": 0.4231655259532264}, "therefore": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "these": {"their - them": -0.026138029942377683, "their": 0.3797935551368984, "them": 0.40593158507927607}, "they": {"their - them": -0.021012555055418547, "their": 0.3839283923239051, "them": 0.4049409473793236}, "thick": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "thicker": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "thickness": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "thieves": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "thig": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "thimble": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "thin": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "thing": {"their - them": 0.019606184949498673, "their": 0.3098674557624027, "them": 0.29026127081290404}, "things": {"their - them": -0.04406018967817421, "their": 0.35498410394907626, "them": 0.39904429362725047}, "think": {"their - them": -0.05805442754601736, "their": 0.3472054718112228, "them": 0.40525989935724016}, "thinkers": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "thinking": {"their - them": 0.00648410824832768, "their": 0.3174284182987639, "them": 0.3109443100504362}, "thinks": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "third": {"their - them": -0.0038928768294573257, "their": 0.31427072064263323, "them": 0.31816359747209055}, "thirty": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "this": {"their - them": -0.02394593294219821, "their": 0.37266080033710536, "them": 0.39660673327930357}, "those": {"their - them": -0.03660501979686226, "their": 0.3579600121595295, "them": 0.39456503195639175}, "though": {"their - them": -0.04334349037687851, "their": 0.32364412733515213, "them": 0.36698761771203064}, "thought": {"their - them": -0.03868273064927452, "their": 0.3098674557624027, "them": 0.34855018641167723}, "thoughts": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "thousands": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "thread": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "three": {"their - them": -0.014682845215022056, "their": 0.3568929512411585, "them": 0.37157579645618055}, "thrilled": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "thrives": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "through": {"their - them": -0.021651396747026597, "their": 0.35623223610590676, "them": 0.37788363285293336}, "throughout": {"their - them": -0.022141611953359897, "their": 0.3337875303117534, "them": 0.3559291422651133}, "throw": {"their - them": -0.04451441657338784, "their": 0.32254947771011366, "them": 0.3670638942835015}, "throws": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "thunder": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "thus": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "tibetans": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "tickets": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "tide": {"their - them": -0.09027177679696524, "their": 0.22770000616206965, "them": 0.3179717829590349}, "ties": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "tight": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "tim": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "time": {"their - them": -0.022332106009520458, "their": 0.37036478274680873, "them": 0.3926968887563292}, "times": {"their - them": -0.01704124408348201, "their": 0.33798883420636416, "them": 0.3550300782898462}, "timothy": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "tiny": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "tios": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "tip": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "tips": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "tiptoeing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "title": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "titled": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "titles": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "to": {"their - them": -0.032247447613703795, "their": 0.29866826737811153, "them": 0.3309157149918153}, "today": {"their - them": -0.038193211745304434, "their": 0.3217017822303326, "them": 0.359894993975637}, "tofu": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "together": {"their - them": -0.05377334379064358, "their": 0.35211298283552683, "them": 0.4058863266261704}, "told": {"their - them": -0.04507141144538229, "their": 0.33116497527330546, "them": 0.37623638671868775}, "toll": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "tomorrow": {"their - them": -0.07544015406548066, "their": 0.2551091194305478, "them": 0.3305492734960285}, "tonantzin": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "too": {"their - them": -0.03407663264271238, "their": 0.3497946154660669, "them": 0.38387124810877926}, "took": {"their - them": -0.038848912130446944, "their": 0.30581571852555556, "them": 0.3446646306560025}, "tool": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "tools": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "top": {"their - them": -0.05267603798342202, "their": 0.303903801556065, "them": 0.356579839539487}, "topical": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "topless": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "toptipz": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "toronto": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "tortured": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "tosh": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "totally": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "touch": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "touched": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "tough": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "tour": {"their - them": 0.005272751086677269, "their": 0.2501484598361007, "them": 0.2448757087494234}, "tourist": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "touristed": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "tours": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "toward": {"their - them": -0.0035887025957708207, "their": 0.3337875303117534, "them": 0.3373762329075242}, "towards": {"their - them": -0.04696287758231943, "their": 0.3174284182987639, "them": 0.3643912958810833}, "town": {"their - them": -0.03178072736930049, "their": 0.2780631221230331, "them": 0.30984384949233357}, "toxic": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "track": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "traction": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "trade": {"their - them": -0.04499638420932389, "their": 0.31177712833146365, "them": 0.35677351254078754}, "traded": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "tradeoffs": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "traditional": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "traditionally": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "traffic": {"their - them": -0.04132256760362921, "their": 0.22020424337953412, "them": 0.2615268109831633}, "trail": {"their - them": -0.04132256760362921, "their": 0.22020424337953412, "them": 0.2615268109831633}, "train": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "transgressive": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "transmission": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "transport": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "transporting": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "trauma": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "travel": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "travelled": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "travels": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "treated": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "tremendous": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "tremendum": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "trend": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "trends": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "trial": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "tricks": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "tried": {"their - them": -0.03488425667632977, "their": 0.3178238462922123, "them": 0.35270810296854205}, "tries": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "trigger": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "trouble": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "true": {"their - them": -0.026564069528521805, "their": 0.34491039855093997, "them": 0.3714744680794618}, "truly": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "trump": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "trust": {"their - them": -0.06548469471536816, "their": 0.31132680184725214, "them": 0.3768114965626203}, "truth": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "try": {"their - them": -0.016505721571470622, "their": 0.3583889665252622, "them": 0.3748946880967328}, "trying": {"their - them": -0.011216300998242501, "their": 0.3356521975627123, "them": 0.3468684985609548}, "tumultuous": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "tune": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "turbulence": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "turn": {"their - them": -0.04772054925724212, "their": 0.30114188012863696, "them": 0.3488624293858791}, "turned": {"their - them": -0.007248362025661759, "their": 0.328517875461126, "them": 0.33576623748678774}, "turning": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "turns": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "tv": {"their - them": 0.0236291854292619, "their": 0.328517875461126, "them": 0.3048886900318641}, "tweets": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "twelve": {"their - them": -0.0911364809113171, "their": 0.213752209120547, "them": 0.3048886900318641}, "twentieth": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "twenty": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "twitter": {"their - them": -0.047541273474388135, "their": 0.2519504890215441, "them": 0.29949176249593223}, "two": {"their - them": -0.022120438233272643, "their": 0.3764771598564934, "them": 0.398597598089766}, "twots": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "tyler": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "type": {"their - them": -0.02426015029623735, "their": 0.3174284182987639, "them": 0.34168856859500124}, "typed": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "typos": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "u": {"their - them": 0.02373983664259066, "their": 0.28907045646258256, "them": 0.2653306198199919}, "udi": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ugly": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "uk": {"their - them": 0.055901607315600566, "their": 0.3174284182987639, "them": 0.2615268109831633}, "ultimately": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "unappreciated": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "unavoidable": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "uncertain": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "uncertainty": {"their - them": -0.07306120115989828, "their": 0.2940026931236032, "them": 0.3670638942835015}, "uncommunicative": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "uncredited": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "undeniable": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "under": {"their - them": 0.026767795877972567, "their": 0.33116497527330546, "them": 0.3043971793953329}, "undergone": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "underground": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "undermined": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "underneath": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "underrated": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "understand": {"their - them": -0.04792044710656035, "their": 0.2967817938354879, "them": 0.34470224094204827}, "understood": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "undone": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "unearth": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "unearthed": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "unemployed": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "unenticing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "uneven": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "unfair": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "unfold": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "ung": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "unhealthy": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "uniform": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "unimaginable": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "union": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "unique": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "united": {"their - them": -0.007634235105791198, "their": 0.3065593609276255, "them": 0.3141935960334167}, "units": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "unity": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "univer": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "universal": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "universe": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "university": {"their - them": 0.03822206496966907, "their": 0.32868269472019307, "them": 0.290460629750524}, "unless": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "unlikely": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "unnoticed": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "unpleasant": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "unprecedented": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "unpredictable": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "unproven": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "unrest": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "unruly": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "unsettled": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "unstated": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "until": {"their - them": -0.007248362025661759, "their": 0.328517875461126, "them": 0.33576623748678774}, "unveiling": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "unwelcome": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "unwritten": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "up": {"their - them": -0.024883595711218676, "their": 0.36643382502046407, "them": 0.39131742073168274}, "update": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "upheaval": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "upon": {"their - them": -0.08969979977548334, "their": 0.2366802429858688, "them": 0.32638004276135213}, "upped": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "uppity": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "upset": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "uranium": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "urban": {"their - them": 0.005370648755412044, "their": 0.2606542573185099, "them": 0.25528360856309784}, "urchins": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "us": {"their - them": -0.04305155144199385, "their": 0.34011889408204704, "them": 0.3831704455240409}, "usage": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "usd": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "use": {"their - them": -0.08384089277884338, "their": 0.30830923886192296, "them": 0.39215013164076634}, "used": {"their - them": -0.0038814404338030073, "their": 0.3472054718112228, "them": 0.3510869122450258}, "useful": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "user": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "users": {"their - them": -0.07599122924428767, "their": 0.24565467664617932, "them": 0.321645905890467}, "uses": {"their - them": -0.015197571457984949, "their": 0.28435880831595794, "them": 0.2995563797739429}, "using": {"their - them": -0.003816586980495973, "their": 0.3190987403137331, "them": 0.32291532729422906}, "usual": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "usually": {"their - them": -0.030057687416270573, "their": 0.328517875461126, "them": 0.35857556287739656}, "utah": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "v": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "validity": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "valuable": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "valuables": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "value": {"their - them": -0.014944987813844846, "their": 0.29599932223659137, "them": 0.3109443100504362}, "valued": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "variable": {"their - them": -0.041531399442550854, "their": 0.213752209120547, "them": 0.25528360856309784}, "variables": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "variance": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "variating": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "variety": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "various": {"their - them": 0.019580618076668443, "their": 0.34122652396713543, "them": 0.321645905890467}, "varying": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "vast": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "ve": {"their - them": -0.04688849137818041, "their": 0.33179107853878187, "them": 0.3786795699169623}, "vegan": {"their - them": -0.041713265926998755, "their": 0.20807627843349052, "them": 0.24978954436048928}, "vehicle": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "venezuelan": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "verbally": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "verne": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "verse": {"their - them": 0.005272751086677269, "their": 0.2501484598361007, "them": 0.2448757087494234}, "version": {"their - them": -0.007499857015990763, "their": 0.3141460488744762, "them": 0.321645905890467}, "very": {"their - them": -0.047723731416331905, "their": 0.3772465446749574, "them": 0.4249702760912893}, "via": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "vicious": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "victims": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "victor": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "victory": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "videos": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "view": {"their - them": 0.023670476944578855, "their": 0.3184550568516362, "them": 0.29478457990705736}, "views": {"their - them": -0.030057687416270573, "their": 0.328517875461126, "them": 0.35857556287739656}, "villalba": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "violence": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "virginity": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "vision": {"their - them": -0.014944987813844846, "their": 0.29599932223659137, "them": 0.3109443100504362}, "visions": {"their - them": -0.04370426650382475, "their": 0.27426751645521014, "them": 0.3179717829590349}, "visit": {"their - them": 0.005319575070058535, "their": 0.2551091194305478, "them": 0.24978954436048928}, "vital": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "vocabulary": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "vogue": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "voices": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "voicing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "vol": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "volcanic": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "vote": {"their - them": 0.00648410824832768, "their": 0.3174284182987639, "them": 0.3109443100504362}, "voters": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "votes": {"their - them": -0.041531399442550854, "their": 0.213752209120547, "them": 0.25528360856309784}, "vpvb": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "vs": {"their - them": -0.04499638420932389, "their": 0.31177712833146365, "them": 0.35677351254078754}, "vulnerable": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "w": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "waaay": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "wade": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "waged": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "waiter": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "waiting": {"their - them": -0.014369550453307456, "their": 0.32254947771011366, "them": 0.3369190281634211}, "waitress": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "walk": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "walking": {"their - them": -0.04451441657338784, "their": 0.32254947771011366, "them": 0.3670638942835015}, "wall": {"their - them": -0.04810234837355565, "their": 0.29279048285313997, "them": 0.3408928312266956}, "walls": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "wander": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "wang": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "want": {"their - them": -0.030741269903717394, "their": 0.3356698720535713, "them": 0.3664111419572887}, "wanted": {"their - them": -0.04919357346465647, "their": 0.31020086869346264, "them": 0.3593944421581191}, "wanting": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "wants": {"their - them": 0.006438111815388059, "their": 0.31132680184725214, "them": 0.3048886900318641}, "war": {"their - them": -0.00811191829729202, "their": 0.28008447908955814, "them": 0.28819639738685016}, "warfarin": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "warning": {"their - them": 0.034735962886262656, "their": 0.2575335782553097, "them": 0.22279761536904705}, "was": {"their - them": -0.03404048315581598, "their": 0.3476655094434465, "them": 0.38170599259926247}, "washington": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "wasn": {"their - them": -0.06682220875902856, "their": 0.28910693350608474, "them": 0.3559291422651133}, "waste": {"their - them": -0.01571418791865975, "their": 0.26057562406572926, "them": 0.276289811984389}, "watch": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "watched": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "watching": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "water": {"their - them": -0.011274705932544704, "their": 0.33292551300275175, "them": 0.34420021893529645}, "waterfalls": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "waterways": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "waving": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "way": {"their - them": -0.01065023314813568, "their": 0.3470528298452083, "them": 0.357703062993344}, "ways": {"their - them": -0.029600907333581505, "their": 0.3415342532387616, "them": 0.3711351605723431}, "we": {"their - them": -0.01912446311157373, "their": 0.3486396929388171, "them": 0.3677641560503908}, "wean": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "weapons": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "weaselled": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "weather": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "weathering": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "webb": {"their - them": -0.042150500688299564, "their": 0.19420341760649948, "them": 0.23635391829479904}, "website": {"their - them": -0.007340805009180162, "their": 0.3232084684868483, "them": 0.3305492734960285}, "websites": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "wee": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "week": {"their - them": 0.03512909562520783, "their": 0.3510788212541274, "them": 0.3159497256289196}, "weekend": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "weekly": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "weeks": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "weigh": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "weighed": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "weight": {"their - them": -0.04639797266225498, "their": 0.27948111613609183, "them": 0.3258790887983468}, "welfare": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "well": {"their - them": -0.010385586301973115, "their": 0.3621367341479293, "them": 0.3725223204499024}, "wells": {"their - them": -0.04077917309329418, "their": 0.2366802429858688, "them": 0.27745941607916297}, "went": {"their - them": -0.04826929940143948, "their": 0.28910693350608474, "them": 0.3373762329075242}, "were": {"their - them": -0.03721404902494707, "their": 0.34410333049449326, "them": 0.38131737951944034}, "weren": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "wesson": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "west": {"their - them": -0.011216300998242501, "their": 0.3356521975627123, "them": 0.3468684985609548}, "westerberg": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "western": {"their - them": -0.007144095420551999, "their": 0.33454447317444924, "them": 0.34168856859500124}, "westerners": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "what": {"their - them": -0.021020759443884873, "their": 0.37435985455179493, "them": 0.3953806139956798}, "whatever": {"their - them": -0.014944987813844846, "their": 0.29599932223659137, "them": 0.3109443100504362}, "when": {"their - them": -0.03423979394225951, "their": 0.3612578407273234, "them": 0.39549763466958293}, "where": {"their - them": -0.04700661339605017, "their": 0.3576171786457486, "them": 0.40462379204179877}, "whereas": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "whether": {"their - them": 0.006838322255394214, "their": 0.3038570394384268, "them": 0.2970187171830326}, "which": {"their - them": -0.05452236633964602, "their": 0.37065453505401147, "them": 0.4251769013936575}, "while": {"their - them": -0.00867618902333761, "their": 0.3676054576149519, "them": 0.3762816466382895}, "whilst": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "whim": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "white": {"their - them": -0.016838984945069635, "their": 0.34569071453277217, "them": 0.3625296994778418}, "who": {"their - them": -0.03175670063695868, "their": 0.36933229935126033, "them": 0.401088999988219}, "whole": {"their - them": -0.034465011674353396, "their": 0.32868269472019307, "them": 0.36314770639454647}, "whose": {"their - them": -0.024596795630524915, "their": 0.30595247786550356, "them": 0.3305492734960285}, "why": {"their - them": -0.02961176760489298, "their": 0.37097238543444594, "them": 0.4005841530393389}, "wicked": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "wide": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "widely": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "widows": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "wife": {"their - them": 0.00648410824832768, "their": 0.3174284182987639, "them": 0.3109443100504362}, "will": {"their - them": -0.013174728070479869, "their": 0.36773154040453854, "them": 0.3809062684750184}, "willing": {"their - them": 0.03431771225230068, "their": 0.31177712833146365, "them": 0.27745941607916297}, "willingness": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "win": {"their - them": -0.007340805009180162, "their": 0.3232084684868483, "them": 0.3305492734960285}, "window": {"their - them": -0.04132256760362921, "their": 0.22020424337953412, "them": 0.2615268109831633}, "windows": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "wing": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "winning": {"their - them": 0.07357934810221281, "their": 0.3184550568516362, "them": 0.2448757087494234}, "wins": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "wisdom": {"their - them": -0.04230560732932126, "their": 0.3089194341438166, "them": 0.3512250414731379}, "wise": {"their - them": -0.04499638420932389, "their": 0.31177712833146365, "them": 0.35677351254078754}, "wish": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "wished": {"their - them": 0.005758628576474301, "their": 0.3089194341438166, "them": 0.3031608055673423}, "with": {"their - them": -0.020535344996327032, "their": 0.37253674731551084, "them": 0.3930720923118379}, "within": {"their - them": -0.011088839045517163, "their": 0.3416192639230249, "them": 0.35270810296854205}, "without": {"their - them": -0.04480565959732119, "their": 0.3365816578913001, "them": 0.3813873174886213}, "withstood": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "woman": {"their - them": 0.005563080605687998, "their": 0.28302249668485097, "them": 0.27745941607916297}, "women": {"their - them": -0.07939799132253256, "their": 0.29158909147712964, "them": 0.3709870827996622}, "won": {"their - them": -0.007782011140110179, "their": 0.35211298283552683, "them": 0.359894993975637}, "wonder": {"their - them": -0.02405131944658545, "their": 0.32450698230369485, "them": 0.3485583017502803}, "wondered": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "wonderful": {"their - them": -0.08793512809937848, "their": 0.2632899133737594, "them": 0.3512250414731379}, "wondering": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "wonders": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "word": {"their - them": -0.047839518758401284, "their": 0.2445745579065364, "them": 0.2924140766649377}, "words": {"their - them": -0.015399445303939108, "their": 0.2750611844465849, "them": 0.290460629750524}, "work": {"their - them": -0.03798192786256627, "their": 0.359855795907283, "them": 0.39783772376984927}, "worked": {"their - them": -0.04335754607650116, "their": 0.28302249668485097, "them": 0.32638004276135213}, "worker": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "working": {"their - them": 0.023697660408628363, "their": 0.31020086869346264, "them": 0.2865032082848343}, "workplace": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "works": {"their - them": -0.06721101394045076, "their": 0.2824860161310057, "them": 0.34969703007145647}, "world": {"their - them": -0.0418764102433572, "their": 0.3543786309502308, "them": 0.396255041193588}, "worldcat": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "worried": {"their - them": 0.005490357869231577, "their": 0.27426751645521014, "them": 0.26877715858597856}, "worries": {"their - them": -0.03987089219358292, "their": 0.2632899133737594, "them": 0.3031608055673423}, "worrisome": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "worry": {"their - them": -0.04619046518007053, "their": 0.28435880831595794, "them": 0.3305492734960285}, "worse": {"their - them": 0.007100573347204819, "their": 0.3376498468432333, "them": 0.3305492734960285}, "worst": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "worth": {"their - them": 0.087336183257885, "their": 0.34886299424104833, "them": 0.2615268109831633}, "would": {"their - them": -0.05046538543427931, "their": 0.3508288536481596, "them": 0.4012942390824389}, "wouldn": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "write": {"their - them": -0.01460291442988848, "their": 0.31177712833146365, "them": 0.32638004276135213}, "writer": {"their - them": -0.04132256760362921, "their": 0.22020424337953412, "them": 0.2615268109831633}, "writers": {"their - them": -0.041077152423908914, "their": 0.22770000616206965, "them": 0.26877715858597856}, "writes": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "writing": {"their - them": 0.006438111815388059, "their": 0.31132680184725214, "them": 0.3048886900318641}, "wrong": {"their - them": -0.04499638420932389, "their": 0.31177712833146365, "them": 0.35677351254078754}, "wrote": {"their - them": 0.02370773903710377, "their": 0.3065593609276255, "them": 0.2828516218905217}, "wwf": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "www": {"their - them": 0.05551372872243959, "their": 0.33297314480160256, "them": 0.27745941607916297}, "x": {"their - them": 0.005319575070058535, "their": 0.2551091194305478, "them": 0.24978954436048928}, "xd": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "xi": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "xochitl": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "yeah": {"their - them": 0.03419634898938151, "their": 0.32254947771011366, "them": 0.28835312872073215}, "year": {"their - them": 0.0030646683257499197, "their": 0.32652474454815, "them": 0.3234600762224001}, "years": {"their - them": -0.03538735337508858, "their": 0.362522063448032, "them": 0.3979094168231206}, "yes": {"their - them": -0.04399045133569501, "their": 0.2669538587147412, "them": 0.3109443100504362}, "yet": {"their - them": -0.01704124408348201, "their": 0.33798883420636416, "them": 0.3550300782898462}, "yo": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "yoing": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "york": {"their - them": -0.03156912856585159, "their": 0.284380597063068, "them": 0.3159497256289196}, "yorker": {"their - them": -0.0429163350398179, "their": 0.2940026931236032, "them": 0.3369190281634211}, "you": {"their - them": -0.027960523721691777, "their": 0.3407418018868236, "them": 0.3687023256085154}, "you3": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "young": {"their - them": -0.0037757397734041187, "their": 0.3217017822303326, "them": 0.3254775220037367}, "your": {"their - them": -0.029911363352499498, "their": 0.34764584044114477, "them": 0.37755720379364427}, "yourself": {"their - them": 0.03440541477449538, "their": 0.30318257336047394, "them": 0.26877715858597856}, "youtube": {"their - them": 0.005649564402871066, "their": 0.2940026931236032, "them": 0.28835312872073215}, "zealand": {"their - them": -0.04039897649027002, "their": 0.24795415223046213, "them": 0.28835312872073215}, "zion": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "zone": {"their - them": -0.04639797266225498, "their": 0.27948111613609183, "them": 0.3258790887983468}, "zones": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "\u725b\u5976": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}, "\u8c46\u6f3f": {"their - them": -0.038989729425666586, "their": 0.2881068297925241, "them": 0.3270965592181907}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-their-they.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-their-they.json new file mode 100644 index 0000000000000000000000000000000000000000..5278150b0a3af734733c49e044bc6195e5afa73c --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-their-they.json @@ -0,0 +1 @@ +{"0": {"their - they": 0.011922827208868114, "their": 0.27625714795920536, "they": 0.26433432075033725}, "000": {"their - they": 0.03281548297921494, "their": 0.34298496402045253, "they": 0.3101694810412376}, "04": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "06": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "07": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "08": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "09": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "1": {"their - they": 0.013416375319594387, "their": 0.3419379983993525, "they": 0.32852162307975813}, "10": {"their - they": 0.0664358305853689, "their": 0.3548371965574197, "they": 0.2884013659720508}, "100": {"their - they": -0.012308300002161598, "their": 0.308977723019796, "they": 0.3212860230219576}, "100m\u00b2": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "10bn": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "11": {"their - they": 0.0317512345120578, "their": 0.3174284182987639, "they": 0.2856771837867061}, "11s": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "12": {"their - they": -0.02086734919468941, "their": 0.28568434811677795, "they": 0.30655169731146736}, "13": {"their - they": 0.02817468582529742, "their": 0.3141460488744762, "they": 0.2859713630491788}, "14": {"their - they": 0.04271133167101426, "their": 0.32868269472019307, "they": 0.2859713630491788}, "140": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "15": {"their - they": 0.061951969856671646, "their": 0.28568434811677795, "they": 0.2237323782601063}, "150": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "1500": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "16": {"their - they": -0.0063955487696774616, "their": 0.2967817938354879, "they": 0.3031773426051654}, "160": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "1600s": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "1640s": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "1664": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "17": {"their - they": -0.012308300002161598, "their": 0.308977723019796, "they": 0.3212860230219576}, "170": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "1790s": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "1794": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "1795": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "18": {"their - they": 0.02513443267661508, "their": 0.3429022219124799, "they": 0.3177677892358648}, "1827": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "18usd": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "19": {"their - they": -0.006368508288132901, "their": 0.28910693350608474, "they": 0.29547544179421764}, "1900": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "1910": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "1932": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "1945": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "1953": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "1957": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "1960s": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "1964": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "1965": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "1966": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "1968": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "1969": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "1970s": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "1983": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "1986": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "1987": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "1990s": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "1991": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "1996": {"their - they": 0.05614590923603058, "their": 0.27426751645521014, "they": 0.21812160721917956}, "19th": {"their - they": 0.009741467060494668, "their": 0.213752209120547, "they": 0.20401074206005232}, "2": {"their - they": 0.020228761170747234, "their": 0.3309808690886279, "they": 0.31075210791788066}, "20": {"their - they": 0.023994209588103, "their": 0.3273656150338065, "they": 0.3033714054457035}, "200": {"their - they": -0.018746946408024656, "their": 0.2606542573185099, "they": 0.27940120372653454}, "2001": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "2002": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "2006": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "2007": {"their - they": 0.060824384945003085, "their": 0.31132680184725214, "they": 0.25050241690224906}, "2008": {"their - they": 0.08393630066435354, "their": 0.32254947771011366, "they": 0.23861317704576013}, "2011": {"their - they": 0.05755339570227408, "their": 0.23422684699918092, "they": 0.17667345129690684}, "2012": {"their - they": 0.0857986694905859, "their": 0.2898094115506382, "they": 0.20401074206005232}, "2016": {"their - they": 0.010810430786309111, "their": 0.2967817938354879, "they": 0.2859713630491788}, "2017": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "2018": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "2019": {"their - they": -0.01872332507196489, "their": 0.2669538587147412, "they": 0.2856771837867061}, "20th": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "21": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "21st": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "23": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "235": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "24": {"their - they": -0.027958377685226576, "their": 0.2898094115506382, "they": 0.3177677892358648}, "25": {"their - they": 0.08506096614129438, "their": 0.30318257336047394, "they": 0.21812160721917956}, "25th": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "26": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "27": {"their - they": 0.03911542426561787, "their": 0.29599932223659137, "they": 0.2568838979709735}, "276": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "28": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "29": {"their - they": 0.0319255981207176, "their": 0.31132680184725214, "they": 0.27940120372653454}, "290": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "292": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "296": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "2m\u00b2": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "2nd": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "3": {"their - they": 0.012397472801119858, "their": 0.31899870297557387, "they": 0.306601230174454}, "30": {"their - they": -0.033289144699469586, "their": 0.29279048285313997, "they": 0.32607962755260955}, "300": {"their - they": -0.06464328751133569, "their": 0.24795415223046213, "they": 0.3125974397417978}, "303": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "305": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "309": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "31": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "310": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "311": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "316": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "317": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "33": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "330": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "337": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "34": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "35": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "36": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "37": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "38": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "39": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "4": {"their - they": 0.05155303344661483, "their": 0.3332737647862678, "they": 0.281720731339653}, "40": {"their - they": -0.018746946408024656, "their": 0.2606542573185099, "they": 0.27940120372653454}, "400": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "406": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "40th": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "41": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "42": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "43bn": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "44": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "45": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "451": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "454": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "47": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "48": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "49ers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "5": {"their - they": 0.02077195018733824, "their": 0.32040181153031627, "they": 0.29962986134297803}, "50": {"their - they": -0.018793558102844304, "their": 0.24565467664617932, "they": 0.2644482347490236}, "501s": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "5m": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "6": {"their - they": 0.012433883039151383, "their": 0.28489991314817675, "they": 0.27246603010902537}, "60": {"their - they": -0.018746946408024656, "their": 0.2606542573185099, "they": 0.27940120372653454}, "644": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "66": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "6803": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "69": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "69p": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "7": {"their - they": 0.031192280621010926, "their": 0.3405445099370153, "they": 0.30935222931600437}, "75": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "76ers": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "7th": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "8": {"their - they": 0.012001413675666373, "their": 0.32734367912623674, "they": 0.31534226545057037}, "80s": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "82": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "85": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "884": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "8th": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "9": {"their - they": 0.032443615628083566, "their": 0.29279048285313997, "they": 0.2603468672250564}, "90": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "96": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "98": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "9thmile": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "a": {"their - they": 0.0022501107646746843, "their": 0.3152167096200102, "they": 0.3129665988553355}, "abel": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "abilities": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "ability": {"their - they": -0.010920294387171181, "their": 0.29599932223659137, "they": 0.30691961662376255}, "able": {"their - they": -0.0073520311839702646, "their": 0.3278911708271039, "they": 0.33524320201107416}, "about": {"their - they": 0.012534019454132128, "their": 0.3913830821019477, "they": 0.3788490626478156}, "above": {"their - they": 0.010483929679208637, "their": 0.28435880831595794, "they": 0.2738748786367493}, "abs": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "absentee": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "absolutely": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "absorbed": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "abstract": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "abundance": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "abuse": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "academic": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "accept": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "acceptance": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "accepting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "access": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "accessible": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "accommodation": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "accompanied": {"their - they": -0.018692902378306286, "their": 0.27426751645521014, "they": 0.2929604188335164}, "accompany": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "accomplish": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "accord": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "according": {"their - they": -0.00947540083518622, "their": 0.2825687889199336, "they": 0.2920441897551198}, "account": {"their - they": 0.010322138449885276, "their": 0.29599932223659137, "they": 0.2856771837867061}, "accountability": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "accounted": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "accounts": {"their - they": -0.06547294040717197, "their": 0.22020424337953412, "they": 0.2856771837867061}, "accumulate": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "accuracy": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "accurately": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "accusations": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "accuse": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "accused": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "accustomed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "achieve": {"their - they": 0.06021426710657285, "their": 0.32450698230369485, "they": 0.264292715197122}, "achieved": {"their - they": 0.04194337761728578, "their": 0.34886299424104833, "they": 0.30691961662376255}, "acid": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "acknowledge": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "acknowledged": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "acknowledging": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "acorn": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "acorns": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "acoustic": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "acquaintances": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "acquiescence": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "across": {"their - they": 0.03207759922875425, "their": 0.30595247786550356, "they": 0.2738748786367493}, "act": {"their - they": 0.011440718831257302, "their": 0.3273656150338065, "they": 0.3159248962025492}, "acted": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "acting": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "action": {"their - they": 0.0399822745530371, "their": 0.26728321083000983, "they": 0.22730093627697273}, "actions": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "activities": {"their - they": 0.032880363542589774, "their": 0.2766502191102567, "they": 0.24376985556766695}, "activity": {"their - they": 0.010922310778549105, "their": 0.28910693350608474, "they": 0.27818462272753564}, "actor": {"their - they": 0.03930699464838916, "their": 0.2898094115506382, "they": 0.25050241690224906}, "acts": {"their - they": 0.010483929679208637, "their": 0.28435880831595794, "they": 0.2738748786367493}, "actual": {"their - they": 0.031546563470178424, "their": 0.32450698230369485, "they": 0.2929604188335164}, "actually": {"their - they": -0.00955418210621839, "their": 0.33046833386839175, "they": 0.34002251597461014}, "ad": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "adamant": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "adani": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "adapt": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "adcock": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "add": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "added": {"their - they": 0.026073254343616514, "their": 0.30635147783469063, "they": 0.2802782234910741}, "addicts": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "adding": {"their - they": 0.03129839858530553, "their": 0.33297314480160256, "they": 0.30167474621629703}, "addition": {"their - they": -0.04259939228438819, "their": 0.2710158945453418, "they": 0.31361528682973}, "additional": {"their - they": 0.010746813128754695, "their": 0.30114188012863696, "they": 0.29039506699988227}, "additives": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "address": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "addressing": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "adds": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "adjustment": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "administration": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "administrative": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "admission": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "admits": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "admitting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "adolescence": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "adopted": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "adopting": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "adoring": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ads": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "adult": {"their - they": -0.03685895074641207, "their": 0.20300129503637096, "they": 0.23986024578278303}, "advance": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "advanced": {"their - they": 0.010483929679208637, "their": 0.28435880831595794, "they": 0.2738748786367493}, "advancement": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "advantage": {"their - they": -0.06464328751133569, "their": 0.24795415223046213, "they": 0.3125974397417978}, "adversaries": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "advert": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "advertisers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "advice": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "advisability": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "advisable": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "advocacy": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "advocated": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "advocates": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "advocating": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "afc": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "affairs": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "affect": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "affectation": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "affected": {"their - they": -0.010920294387171181, "their": 0.29599932223659137, "they": 0.30691961662376255}, "affleck": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "afford": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "afraid": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "africa": {"their - they": 0.010922310778549105, "their": 0.28910693350608474, "they": 0.27818462272753564}, "african": {"their - they": 0.11155736154651927, "their": 0.24184164424235985, "they": 0.13028428269584058}, "africans": {"their - they": 0.056643515258457566, "their": 0.2606542573185099, "they": 0.20401074206005232}, "after": {"their - they": 0.0012559062107880825, "their": 0.363637565176869, "they": 0.36238165896608093}, "afternoon": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "again": {"their - they": -0.02231115705431974, "their": 0.3038570394384268, "they": 0.32616819649274653}, "against": {"their - they": 0.033600905177037566, "their": 0.3489099369568405, "they": 0.31530903177980296}, "age": {"their - they": 0.03233355908646429, "their": 0.2967817938354879, "they": 0.2644482347490236}, "agencies": {"their - they": -0.010920294387171181, "their": 0.29599932223659137, "they": 0.30691961662376255}, "agency": {"their - they": 0.010551638755049886, "their": 0.27948111613609183, "they": 0.26892947738104195}, "agenda": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "agent": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "agents": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "ages": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "aggressive": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "agitating": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "agitation": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "ago": {"their - they": -0.013255186614823888, "their": 0.33798883420636416, "they": 0.35124402082118805}, "agree": {"their - they": 0.010281077860781251, "their": 0.33297314480160256, "they": 0.3226920669408213}, "agreeing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ahead": {"their - they": -0.010919238301802303, "their": 0.30318257336047394, "they": 0.31410181166227624}, "aid": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "aides": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "aids": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "ailing": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "aimed": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "air": {"their - they": -0.0063557668667202916, "their": 0.28568434811677795, "they": 0.29204011498349824}, "airport": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "al": {"their - they": 0.10800750450908425, "their": 0.30114188012863696, "they": 0.1931343756195527}, "aladdin": {"their - they": 0.00980772549763037, "their": 0.20807627843349052, "they": 0.19826855293586015}, "alan": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "alarmed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "alarms": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "albeit": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "album": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "alcohol": {"their - they": 0.010408207824103677, "their": 0.2898094115506382, "they": 0.27940120372653454}, "aldous": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "alex": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "alexander": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "algorithm": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "algorithms": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "alien": {"their - they": -0.03685895074641207, "their": 0.20300129503637096, "they": 0.23986024578278303}, "alienation": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "alive": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "all": {"their - they": 0.0026570132327597973, "their": 0.3667144936217713, "they": 0.3640574803890115}, "allay": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "allegations": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "allegedly": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "alleviated": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "alliance": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "alliances": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "allied": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "allies": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "allow": {"their - they": 0.031546563470178424, "their": 0.32450698230369485, "they": 0.2929604188335164}, "allowed": {"their - they": -0.010919350128580807, "their": 0.2898094115506382, "they": 0.300728761679219}, "allowing": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "allows": {"their - they": -0.06464328751133569, "their": 0.24795415223046213, "they": 0.3125974397417978}, "almond": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "almost": {"their - they": -0.0012114857690392333, "their": 0.31175175131100075, "they": 0.31296323708004}, "alone": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "along": {"their - they": 0.012454666214527177, "their": 0.3531826087989745, "they": 0.34072794258444733}, "alongside": {"their - they": 0.027432441576485334, "their": 0.3415342532387616, "they": 0.31410181166227624}, "aloof": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "already": {"their - they": -0.015685877319711827, "their": 0.32332297222262996, "they": 0.3390088495423418}, "also": {"their - they": 0.007226372116070023, "their": 0.3795547712070444, "they": 0.37232839909097437}, "alternative": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "alternatives": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "although": {"their - they": -0.030569518099561044, "their": 0.32332297222262996, "they": 0.353892490322191}, "always": {"their - they": 0.021144085974631355, "their": 0.3405445099370153, "they": 0.31940042396238394}, "am": {"their - they": 0.00041575920837499947, "their": 0.3217017822303326, "they": 0.3212860230219576}, "amaravati": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "amazingly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "amazon": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "amber": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "amercan": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "america": {"their - they": 0.010508801675001345, "their": 0.3174284182987639, "they": 0.30691961662376255}, "american": {"their - they": -0.042948838600839256, "their": 0.2519504890215441, "they": 0.29489932762238336}, "americana": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "americans": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "amid": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "amidst": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "among": {"their - they": 0.012272017727887552, "their": 0.3396682019607573, "they": 0.32739618423286976}, "amongst": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "amount": {"their - they": 0.010408207824103677, "their": 0.2898094115506382, "they": 0.27940120372653454}, "amsterdam": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "an": {"their - they": 0.01357168266845854, "their": 0.39070600989377924, "they": 0.3771343272253207}, "analysis": {"their - they": -0.018746946408024656, "their": 0.2606542573185099, "they": 0.27940120372653454}, "analyzed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "analyzing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ananias": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "anarchism": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "anatoly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ancestors": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "ancestral": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "anchor": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ancient": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "and": {"their - they": -0.0015703963023889211, "their": 0.29661244360581146, "they": 0.2981828399082004}, "andrew": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "anew": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "angeles": {"their - they": 0.03233355908646429, "their": 0.2967817938354879, "they": 0.2644482347490236}, "anger": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "angry": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "angst": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "animal": {"their - they": 0.010346479573999368, "their": 0.24565467664617932, "they": 0.23530819707217995}, "animals": {"their - they": 0.011135265743071554, "their": 0.3031753807265698, "they": 0.29204011498349824}, "ankle": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "annihilation": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "announce": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "announced": {"their - they": -0.06564899460598755, "their": 0.213752209120547, "they": 0.27940120372653454}, "announcing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "annoying": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "anonymity": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "another": {"their - they": -0.006716337095281966, "their": 0.3531826087989745, "they": 0.3598989458942565}, "answer": {"their - they": 0.0109603340887659, "their": 0.3376498468432333, "they": 0.3266895127544674}, "answered": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "answers": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "antenna": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "anthropological": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "anti": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "anticipation": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "antidepressants": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "antique": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "antoni": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "antony": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "anxiety": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "any": {"their - they": -0.0005948183308117638, "their": 0.37253888388433104, "they": 0.3731337022151428}, "anymore": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "anyone": {"their - they": -0.001327571399750871, "their": 0.32868269472019307, "they": 0.33001026611994394}, "anything": {"their - they": 0.010598040168033118, "their": 0.31132680184725214, "they": 0.300728761679219}, "anyway": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "anywhere": {"their - they": -0.08601182395495252, "their": 0.2366802429858688, "they": 0.3226920669408213}, "apart": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "apartment": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "apollo": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "apostles": {"their - they": 0.010494468739074614, "their": 0.23422684699918092, "they": 0.2237323782601063}, "apparent": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "apparently": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "appear": {"their - they": 0.010322138449885276, "their": 0.29599932223659137, "they": 0.2856771837867061}, "appearance": {"their - they": 0.05614590923603058, "their": 0.27426751645521014, "they": 0.21812160721917956}, "appeared": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "applications": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "applied": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "apply": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "applying": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "appointing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "appointments": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "appreciate": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "appreciates": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "appreciative": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "approach": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "approached": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "approaches": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "appropriately": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "approved": {"their - they": 0.010322138449885276, "their": 0.29599932223659137, "they": 0.2856771837867061}, "april": {"their - they": 0.1076839249296434, "their": 0.30595247786550356, "they": 0.19826855293586015}, "aquatic": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "arcane": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "archaeological": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "archeological": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "archi": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "archipelago": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "architects": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "architecture": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "are": {"their - they": 0.00190019804133168, "their": 0.3820722575709569, "they": 0.38017205952962524}, "area": {"their - they": 0.04983800291603541, "their": 0.3356521975627123, "they": 0.2858141946466769}, "areas": {"their - they": -0.010917096773070512, "their": 0.28435880831595794, "they": 0.29527590508902846}, "aren": {"their - they": -0.0013014588410867889, "their": 0.32477816871152276, "they": 0.32607962755260955}, "arenas": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "arguably": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "argue": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "argued": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "argument": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "ariane": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "arise": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "arlington": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "arm": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "armed": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "army": {"their - they": -0.06464328751133569, "their": 0.24795415223046213, "they": 0.3125974397417978}, "arnold": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "around": {"their - they": 0.0340956828094231, "their": 0.3744085236519438, "they": 0.3403128408425207}, "arranged": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "arrangements": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "array": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "arrest": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "arrested": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "arrival": {"their - they": -0.018692902378306286, "their": 0.27426751645521014, "they": 0.2929604188335164}, "arrive": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "arrived": {"their - they": -0.08697655255867204, "their": 0.213752209120547, "they": 0.300728761679219}, "arrives": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "arson": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "arsonist": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "arthur": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "article": {"their - they": 0.049116671734591444, "their": 0.328517875461126, "they": 0.27940120372653454}, "artificial": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "artisan": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "artist": {"their - they": -0.0660421014646353, "their": 0.19840613328438833, "they": 0.2644482347490236}, "artists": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "arts": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "as": {"their - they": 0.004574087661108062, "their": 0.35880989113029454, "they": 0.3542358034691865}, "ascent": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ash": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "ashes": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "asia": {"their - they": 0.056643515258457566, "their": 0.2606542573185099, "they": 0.20401074206005232}, "asian": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "asians": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ask": {"their - they": -0.03316048899637952, "their": 0.30114188012863696, "they": 0.3343023691250165}, "asked": {"their - they": 0.04985400146840624, "their": 0.31020086869346264, "they": 0.2603468672250564}, "asking": {"their - they": -0.0864018055002066, "their": 0.22770000616206965, "they": 0.31410181166227624}, "aspect": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "aspects": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "aspired": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "assassination": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "assertiveness": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "assets": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "assignments": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "assist": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "associate": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "associated": {"their - they": -0.018692902378306286, "their": 0.27426751645521014, "they": 0.2929604188335164}, "association": {"their - they": -0.006425083317216029, "their": 0.30595247786550356, "they": 0.3123775611827196}, "associations": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "assume": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "assumptions": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "assurance": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "astronomy": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "at": {"their - they": 0.018968226560145796, "their": 0.3808061854301801, "they": 0.3618379588700343}, "atkins": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "atlanta": {"their - they": 0.056643515258457566, "their": 0.2606542573185099, "they": 0.20401074206005232}, "atlantic": {"their - they": -0.010920294387171181, "their": 0.29599932223659137, "they": 0.30691961662376255}, "atmospheres": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "atom": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "atoms": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "attack": {"their - they": 0.025863217563673824, "their": 0.31469271321206066, "they": 0.28882949564838684}, "attacked": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "attacks": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "attain": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "attempt": {"their - they": 0.027932563397819854, "their": 0.3232084684868483, "they": 0.29527590508902846}, "attempts": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "attend": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "attending": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "attitude": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "attitudes": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "attract": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "attractions": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "audience": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "audiences": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "aug": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "aussie": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "austerity": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "austin": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "austinites": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "australia": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "australian": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "authenticate": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "authentication": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "author": {"their - they": 0.010508801675001345, "their": 0.3174284182987639, "they": 0.30691961662376255}, "authoritarian": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "authoritarianism": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "authorities": {"their - they": -0.040316686402999485, "their": 0.24565467664617932, "they": 0.2859713630491788}, "authority": {"their - they": -0.018692902378306286, "their": 0.27426751645521014, "they": 0.2929604188335164}, "autry": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "autumn": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "available": {"their - they": 0.09448208745774045, "their": 0.31175175131100075, "they": 0.2172696638532603}, "average": {"their - they": 0.05614590923603058, "their": 0.27426751645521014, "they": 0.21812160721917956}, "averaging": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "aviator": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "avoid": {"their - they": 0.08457010739545795, "their": 0.31177712833146365, "they": 0.2272070209360057}, "award": {"their - they": 0.056643515258457566, "their": 0.2606542573185099, "they": 0.20401074206005232}, "awards": {"their - they": 0.009666077993251393, "their": 0.22020424337953412, "they": 0.21053816538628273}, "away": {"their - they": 0.002608858944827208, "their": 0.3516113865668456, "they": 0.3490025276220184}, "awful": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "awkward": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "awkwardness": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "axel": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "azira": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "b": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "babcock": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "babies": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "baby": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "back": {"their - they": -0.012449534706337195, "their": 0.3239657894590845, "they": 0.3364153241654217}, "backbreaking": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "background": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "backs": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bad": {"their - they": -0.0034810442676190823, "their": 0.3232084684868483, "they": 0.3266895127544674}, "badboys": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "badly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bail": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "bailey": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "balance": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "balanced": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "ball": {"their - they": -0.036679654591439376, "their": 0.22020424337953412, "they": 0.2568838979709735}, "ballad": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ballerina": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ballots": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bamba": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ban": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "band": {"their - they": 0.010746813128754695, "their": 0.30114188012863696, "they": 0.29039506699988227}, "bandmates": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bands": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bang": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "banjo": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "bank": {"their - they": 0.010614614430317387, "their": 0.22493424981211535, "they": 0.21431963538179796}, "banks": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "banned": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bans": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "barco": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bare": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "barely": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "baring": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "barrel": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "barriers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "barring": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bars": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "base": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "based": {"their - they": 0.03552537744387824, "their": 0.3278911708271039, "they": 0.29236579338322566}, "bases": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "basic": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "basically": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "basis": {"their - they": -0.042431227421418805, "their": 0.27948111613609183, "they": 0.32191234355751064}, "basketball": {"their - they": 0.05614590923603058, "their": 0.27426751645521014, "they": 0.21812160721917956}, "bass": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "battle": {"their - they": 0.03930699464838916, "their": 0.2898094115506382, "they": 0.25050241690224906}, "battled": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "battles": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "bayiha": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bbc": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "be": {"their - they": 0.0011527597168473624, "their": 0.36582512445567583, "they": 0.36467236473882847}, "beaches": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "bead": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "beal": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "bean": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "beara": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bearded": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "beat": {"their - they": -0.06592818234467099, "their": 0.20300129503637096, "they": 0.26892947738104195}, "beating": {"their - they": -0.06499450323042824, "their": 0.2366802429858688, "they": 0.30167474621629703}, "beautiful": {"their - they": 0.009666077993251393, "their": 0.22020424337953412, "they": 0.21053816538628273}, "beauty": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "became": {"their - they": 0.0109603340887659, "their": 0.3376498468432333, "they": 0.3266895127544674}, "because": {"their - they": -0.00562114441176903, "their": 0.3537655250256972, "they": 0.3593866694374662}, "become": {"their - they": 0.0422315606098031, "their": 0.3448499424669926, "they": 0.3026183818571895}, "becomes": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "becoming": {"their - they": 0.031546563470178424, "their": 0.32450698230369485, "they": 0.2929604188335164}, "bed": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "bedrock": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "been": {"their - they": 0.015300808318890968, "their": 0.3763431433583264, "they": 0.36104233503943545}, "beer": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "beers": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "bees": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "before": {"their - they": 0.004716024192361501, "their": 0.3781374225375853, "they": 0.3734213983452238}, "began": {"their - they": -0.0063557668667202916, "their": 0.28568434811677795, "they": 0.29204011498349824}, "begin": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "beginners": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "beginning": {"their - they": -0.006425083317216029, "their": 0.30595247786550356, "they": 0.3123775611827196}, "begrudgingly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "begun": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "behavior": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "behind": {"their - they": 0.011028635211735527, "their": 0.31020086869346264, "they": 0.2991722334817271}, "being": {"their - they": 0.018821199618653472, "their": 0.354579496206645, "they": 0.3357582965879915}, "belief": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "beliefs": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "believe": {"their - they": 0.03789828859932454, "their": 0.3454501361595404, "they": 0.30755184756021586}, "believed": {"their - they": 0.03930699464838916, "their": 0.2898094115506382, "they": 0.25050241690224906}, "believers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "believes": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "believing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bell": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bello": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bellota": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "bellotas": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "belmont": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "belongings": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "below": {"their - they": 0.010346479573999368, "their": 0.24565467664617932, "they": 0.23530819707217995}, "belted": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bemoans": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ben": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "bench": {"their - they": 0.010288214053317646, "their": 0.2501484598361007, "they": 0.23986024578278303}, "beneath": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "benefit": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "benefits": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "benevolence": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "benito": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bentley": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "benue": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "benz": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "berger": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "besides": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "best": {"their - they": 0.02521868155890039, "their": 0.3665170004493145, "they": 0.3412983188904141}, "bet": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "better": {"their - they": 0.0036174723724453073, "their": 0.3448499424669926, "they": 0.34123247009454727}, "betting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "between": {"their - they": 0.0478093823096602, "their": 0.3517561834159209, "they": 0.3039468011062607}, "beware": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bewildered": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "beyond": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "bible": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "biblically": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "biden": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "biennium": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "big": {"their - they": -0.0095360802678231, "their": 0.3120210666224484, "they": 0.3215571468902715}, "biggest": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "biking": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bilaterally": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bill": {"their - they": -0.010920294387171181, "their": 0.29599932223659137, "they": 0.30691961662376255}, "billboard": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "billion": {"their - they": 0.05075568440832903, "their": 0.2866714939706021, "they": 0.23591580956227307}, "billions": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bills": {"their - they": 0.08457010739545795, "their": 0.31177712833146365, "they": 0.2272070209360057}, "binding": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bio": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bioaccumulative": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "biocides": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "biofilm": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bird": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "birth": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "birthday": {"their - they": 0.010069960743767703, "their": 0.2669538587147412, "they": 0.2568838979709735}, "bit": {"their - they": 0.011103617734433746, "their": 0.2766502191102567, "they": 0.265546601375823}, "bite": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bitter": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bitterness": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "black": {"their - they": 0.011272148980744912, "their": 0.3178238462922123, "they": 0.30655169731146736}, "blake": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "blameless": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "blast": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "blasting": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "blend": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "blends": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "blessed": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "blessing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "blighting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "blinken": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "blisters": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "blocking": {"their - they": 0.010281077860781251, "their": 0.33297314480160256, "they": 0.3226920669408213}, "blog": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "blogger": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "blogs": {"their - they": 0.01055167051381184, "their": 0.3415342532387616, "they": 0.33098258272494974}, "blond": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "blonde": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "blood": {"their - they": 0.05614590923603058, "their": 0.27426751645521014, "they": 0.21812160721917956}, "bluegrass": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "bluntly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "blurred": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "boar": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "board": {"their - they": -0.039834295207066106, "their": 0.27426751645521014, "they": 0.31410181166227624}, "boasts": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "boat": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "bodies": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "body": {"their - they": 0.06106720666154822, "their": 0.30595247786550356, "they": 0.24488527120395534}, "boiling": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bold": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "boldly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bomb": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bombers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bond": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "bone": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "bones": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bongo": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bonnie": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "book": {"their - they": 0.06314259424275775, "their": 0.256437810761748, "they": 0.19329521651899023}, "booked": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "books": {"their - they": 0.032637544535757845, "their": 0.28568434811677795, "they": 0.2530468035810201}, "bookshops": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "boosted": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "boring": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "born": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "borough": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "boshirov": {"their - they": 0.009666077993251393, "their": 0.22020424337953412, "they": 0.21053816538628273}, "bot": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "botcha": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "both": {"their - they": 0.01825904596614558, "their": 0.37773800026316673, "they": 0.35947895429702115}, "bots": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "bottle": {"their - they": -0.06464328751133569, "their": 0.24795415223046213, "they": 0.3125974397417978}, "bottles": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bottom": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "bought": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "bounceback": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "boundaries": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "box": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "boy": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "boys": {"their - they": -0.010919238301802303, "their": 0.30318257336047394, "they": 0.31410181166227624}, "bradbury": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "brady": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "branch": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "branches": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "brass": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "brault": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "brave": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bread": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "break": {"their - they": 0.010508801675001345, "their": 0.3174284182987639, "they": 0.30691961662376255}, "breakfast": {"their - they": -0.036679654591439376, "their": 0.22020424337953412, "they": 0.2568838979709735}, "breaking": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "breaks": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "breakup": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "breakups": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "breathing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bred": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "breed": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "breeding": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "breezily": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "brett": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "brettle": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "brew": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "briefly": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "bright": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "brighter": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "brightest": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "brightly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "brilliant": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "brindisa": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "bring": {"their - they": 0.038536119385419676, "their": 0.3273656150338065, "they": 0.28882949564838684}, "bringing": {"their - they": -0.010920294387171181, "their": 0.29599932223659137, "they": 0.30691961662376255}, "brings": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "brisbane": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "brisvegas": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "britain": {"their - they": -0.04007450436070914, "their": 0.2606542573185099, "they": 0.300728761679219}, "british": {"their - they": 0.010903209291420357, "their": 0.3184550568516362, "they": 0.30755184756021586}, "broad": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "broadcast": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "broadcasting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "broadchurch": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "broadmoor": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "broadway": {"their - they": 0.009741467060494668, "their": 0.213752209120547, "they": 0.20401074206005232}, "broken": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "broncos": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "bros": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "brother": {"their - they": -0.06547294040717197, "their": 0.22020424337953412, "they": 0.2856771837867061}, "brotherly": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "brothers": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "brought": {"their - they": 0.03773051535800637, "their": 0.35010807654072595, "they": 0.3123775611827196}, "brown": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "browne": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "browsing": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "brunch": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "brunei": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "brutal": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bryce": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bubble": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bubbling": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "buck": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "buddhism": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "buffalo": {"their - they": 0.056643515258457566, "their": 0.2606542573185099, "they": 0.20401074206005232}, "buffaloes": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "build": {"their - they": 0.010903209291420357, "their": 0.3184550568516362, "they": 0.30755184756021586}, "builders": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "building": {"their - they": 0.009741467060494668, "their": 0.213752209120547, "they": 0.20401074206005232}, "buildings": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "built": {"their - they": 0.010151840416260827, "their": 0.2606542573185099, "they": 0.25050241690224906}, "bullets": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "bunch": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "bunker": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "burgandy": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "burial": {"their - they": 0.010132101518229825, "their": 0.18021675627235412, "they": 0.1700846547541243}, "burials": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "buried": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "buriel": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "burke": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "burma": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "burn": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "burns": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "burst": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "bus": {"their - they": 0.04017672676436704, "their": 0.26057562406572926, "they": 0.22039889730136222}, "buses": {"their - they": 0.010223848226592475, "their": 0.2551091194305478, "they": 0.24488527120395534}, "bush": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "bushes": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "business": {"their - they": 0.04285631626845671, "their": 0.32477816871152276, "they": 0.28192185244306606}, "businesses": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "busy": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "but": {"their - they": -0.00883286442935205, "their": 0.374153177536722, "they": 0.38298604196607405}, "button": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "buuuuuuuzzzzzzzzz": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "buy": {"their - they": 0.010968706269310846, "their": 0.3141460488744762, "they": 0.3031773426051654}, "buying": {"their - they": 0.060824384945003085, "their": 0.31132680184725214, "they": 0.25050241690224906}, "by": {"their - they": 0.016187916894679966, "their": 0.3755042191359281, "they": 0.3593163022412481}, "c": {"their - they": -0.006331605967997533, "their": 0.27948258867867937, "they": 0.2858141946466769}, "cable": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "cadaver": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cafeteria": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "caffeine": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "calcium": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "calibrated": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "california": {"their - they": -0.036808992770464816, "their": 0.20807627843349052, "they": 0.24488527120395534}, "call": {"their - they": -0.006381750628587146, "their": 0.29279048285313997, "they": 0.2991722334817271}, "called": {"their - they": 0.005113559170496884, "their": 0.3475264535175246, "they": 0.3424128943470277}, "calling": {"their - they": 0.010508801675001345, "their": 0.3174284182987639, "they": 0.30691961662376255}, "calm": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "came": {"their - they": 0.0027919073551052054, "their": 0.33345481721112524, "they": 0.33066290985602004}, "cameron": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "camp": {"their - they": -0.04053136039495106, "their": 0.23093593458991865, "they": 0.2714672949848697}, "campaign": {"their - they": 0.028059989851753953, "their": 0.3184550568516362, "they": 0.29039506699988227}, "camper": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "campo": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "camps": {"their - they": 0.05730891128256488, "their": 0.24154290252746127, "they": 0.1842339912448964}, "campsite": {"their - they": 0.009666077993251393, "their": 0.22020424337953412, "they": 0.21053816538628273}, "campus": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "can": {"their - they": 0.003492953452879255, "their": 0.3838470637144674, "they": 0.38035411026158816}, "canada": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "cancel": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cancelling": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "candidate": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "candidates": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "cannot": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "canyon": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "capabilities": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "capable": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "capacity": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "cape": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "capital": {"their - they": 0.06021426710657285, "their": 0.32450698230369485, "they": 0.264292715197122}, "captivating": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "captures": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "car": {"their - they": 0.011002358220390418, "their": 0.24691816778266348, "they": 0.23591580956227307}, "caramel": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "carcinogenic": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "card": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "care": {"their - they": -0.006381750628587146, "their": 0.29279048285313997, "they": 0.2991722334817271}, "cared": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "career": {"their - they": 0.04857383440524515, "their": 0.3415342532387616, "they": 0.2929604188335164}, "carefree": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "careful": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "carefully": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "caring": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "carlay": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "carmona": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "carolina": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "carried": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "carry": {"their - they": 0.03975298737440494, "their": 0.2750611844465849, "they": 0.23530819707217995}, "carrying": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "cartoons": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "carty": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "case": {"their - they": 0.020170086476248572, "their": 0.345862168999706, "they": 0.32569208252345744}, "cases": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "cassette": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cast": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "castro": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "casualties": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "catch": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "category": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "catering": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cats": {"their - they": -0.036679654591439376, "their": 0.22020424337953412, "they": 0.2568838979709735}, "cause": {"their - they": -0.007358173492572284, "their": 0.3303437202651182, "they": 0.3377018937576905}, "caused": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "causing": {"their - they": 0.08457010739545795, "their": 0.31177712833146365, "they": 0.2272070209360057}, "cautious": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cavaliers": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "ceased": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ceaseless": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cebo": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "celebrating": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "celebrity": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "cellist": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "celtics": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "cemetery": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "center": {"their - they": 0.049333589850099, "their": 0.3232084684868483, "they": 0.2738748786367493}, "centered": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "central": {"their - they": 0.027932563397819854, "their": 0.3232084684868483, "they": 0.29527590508902846}, "centre": {"their - they": -0.028305142087314494, "their": 0.25466518837828267, "they": 0.28297033046559716}, "centred": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "century": {"their - they": 0.02882673213413761, "their": 0.28907045646258256, "they": 0.26024372432844495}, "cereals": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ceremonial": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "ceremonies": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "ceremony": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "certain": {"their - they": 0.04255166467271149, "their": 0.33294673167259375, "they": 0.29039506699988227}, "certainly": {"their - they": 0.011689661049131495, "their": 0.34569071453277217, "they": 0.3340010534836407}, "ch": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "chado": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "chai": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "chair": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "chairman": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "challenge": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "challenges": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "challenging": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "chamber": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "championing": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "chance": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "chances": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "chandler": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "change": {"their - they": -0.009539108039113009, "their": 0.31427072064263323, "they": 0.32380982868174624}, "changes": {"their - they": -0.018692902378306286, "their": 0.27426751645521014, "they": 0.2929604188335164}, "channel": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "chanoyu": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "chaos": {"their - they": 0.009666077993251393, "their": 0.22020424337953412, "they": 0.21053816538628273}, "chaotic": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "chapter": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "character": {"their - they": 0.0109603340887659, "their": 0.3376498468432333, "they": 0.3266895127544674}, "characteristics": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "characterized": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "charge": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "charges": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "charismatic": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "charity": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "charles": {"their - they": 0.05614590923603058, "their": 0.27426751645521014, "they": 0.21812160721917956}, "charlie": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "charrettes": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "chart": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "charting": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "charts": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "chasing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "chatty": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cheaper": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "cheapest": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cheaply": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "check": {"their - they": 0.010676572776475102, "their": 0.30595247786550356, "they": 0.29527590508902846}, "checked": {"their - they": 0.08393630066435354, "their": 0.32254947771011366, "they": 0.23861317704576013}, "cheeky": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cheer": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "cheering": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cheers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cheery": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cheeses": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "chemical": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "chemicals": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "chepiga": {"their - they": 0.009666077993251393, "their": 0.22020424337953412, "they": 0.21053816538628273}, "chi": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "chief": {"their - they": -0.010917096773070512, "their": 0.28435880831595794, "they": 0.29527590508902846}, "chiexplores": {"their - they": 0.009666077993251393, "their": 0.22020424337953412, "they": 0.21053816538628273}, "child": {"their - they": -0.04024660716378159, "their": 0.2501484598361007, "they": 0.29039506699988227}, "childhood": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "children": {"their - they": -0.03709774003016397, "their": 0.28907045646258256, "they": 0.32616819649274653}, "china": {"their - they": -0.0061045649725065265, "their": 0.23267073524510765, "they": 0.23877530021761417}, "chinese": {"their - they": -0.018812659461795084, "their": 0.23774981084698746, "they": 0.25656247030878254}, "chintamaneni": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "chlorophyll": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "chocolate": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "choice": {"their - they": 0.049116671734591444, "their": 0.328517875461126, "they": 0.27940120372653454}, "choose": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "choosing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "chores": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "chorus": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "christ": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "christian": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "christmas": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "chung": {"their - they": 0.009666077993251393, "their": 0.22020424337953412, "they": 0.21053816538628273}, "church": {"their - they": -0.010833784419946452, "their": 0.23420695598522892, "they": 0.24504074040517537}, "churra": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ch\u00e1vez": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "circle": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "circumstances": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "circumstantial": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cities": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "citizens": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "citizenship": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "city": {"their - they": 0.012358114306788459, "their": 0.3347998186222287, "they": 0.3224417043154402}, "citypaper": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "civic": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "civil": {"their - they": -0.018746946408024656, "their": 0.2606542573185099, "they": 0.27940120372653454}, "civilians": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "civilization": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "claimed": {"their - they": 0.03930699464838916, "their": 0.2898094115506382, "they": 0.25050241690224906}, "claiming": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "claims": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "clarity": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "clarke": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "clarks": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "class": {"their - they": -0.010920294387171181, "their": 0.29599932223659137, "they": 0.30691961662376255}, "classic": {"their - they": 0.010322138449885276, "their": 0.29599932223659137, "they": 0.2856771837867061}, "classified": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "classifier": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "claws": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "clean": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "clear": {"their - they": 0.03831208851753576, "their": 0.3337875303117534, "they": 0.29547544179421764}, "clearly": {"their - they": -0.03966957025597034, "their": 0.28302249668485097, "they": 0.3226920669408213}, "cleavage": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "clientele": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "climate": {"their - they": 0.01085567344388566, "their": 0.2575335782553097, "they": 0.24667790481142404}, "climb": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "climbing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "clinical": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "clippers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cloak": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "close": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "closed": {"their - they": 0.03207759922875425, "their": 0.30595247786550356, "they": 0.2738748786367493}, "closer": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "closest": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "clouded": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "clouds": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "club": {"their - they": -0.018692902378306286, "their": 0.27426751645521014, "they": 0.2929604188335164}, "clubs": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "clutchest": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cm": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cmr": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cnd": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "co": {"their - they": 0.010508801675001345, "their": 0.3174284182987639, "they": 0.30691961662376255}, "coach": {"their - they": -0.018812659461795084, "their": 0.23774981084698746, "they": 0.25656247030878254}, "coached": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "coaching": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "coal": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "coalition": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "coast": {"their - they": -0.06631695878485416, "their": 0.18672984479616594, "they": 0.2530468035810201}, "coastal": {"their - they": -0.018765759206201493, "their": 0.2551091194305478, "they": 0.2738748786367493}, "cobb": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "coca": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "code": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "codenewbie": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "coffee": {"their - they": -0.05772563094723018, "their": 0.23774981084698746, "they": 0.29547544179421764}, "coffees": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cola": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cold": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "coleman": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "collapse": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "collapsed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "colleagues": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "collecting": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "collection": {"their - they": 0.010346479573999368, "their": 0.24565467664617932, "they": 0.23530819707217995}, "collections": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "collective": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "college": {"their - they": 0.010598040168033118, "their": 0.31132680184725214, "they": 0.300728761679219}, "colonel": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "colonization": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "colony": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "color": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "colorado": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "colour": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "colours": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "colts": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "columbia": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "columns": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "com": {"their - they": 0.022617633185716968, "their": 0.3385425293882662, "they": 0.3159248962025492}, "combat": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "combatants": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "combination": {"their - they": 0.010405170641418604, "their": 0.32450698230369485, "they": 0.31410181166227624}, "combine": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "combined": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "combining": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "come": {"their - they": 0.01907395983642518, "their": 0.3618567801895948, "they": 0.3427828203531696}, "comedians": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "comes": {"their - they": 0.01133678258280535, "their": 0.3337875303117534, "they": 0.32245074772894805}, "comfort": {"their - they": -0.06499450323042824, "their": 0.2366802429858688, "they": 0.30167474621629703}, "comforting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "comical": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "coming": {"their - they": 0.011440718831257302, "their": 0.3273656150338065, "they": 0.3159248962025492}, "comment": {"their - they": -0.01582742611335458, "their": 0.3232084684868483, "they": 0.3390358946002029}, "commentary": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "commenting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "comments": {"their - they": 0.031546563470178424, "their": 0.32450698230369485, "they": 0.2929604188335164}, "commerce": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "commercial": {"their - they": 0.0319255981207176, "their": 0.31132680184725214, "they": 0.27940120372653454}, "commercials": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "commission": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "commissioned": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "commissioner": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "commissioning": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "commissions": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "commitment": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "commitments": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "committee": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "common": {"their - they": 0.011272148980744912, "their": 0.3178238462922123, "they": 0.30655169731146736}, "commonly": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "communicate": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "communicated": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "communication": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "communications": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "communist": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "communities": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "community": {"their - they": -0.012309898155645371, "their": 0.30635147783469063, "they": 0.318661375990336}, "commuter": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "companies": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "company": {"their - they": -0.0073281092026727945, "their": 0.31913670740013994, "they": 0.32646481660281274}, "compared": {"their - they": -0.03675020778170207, "their": 0.213752209120547, "they": 0.25050241690224906}, "comparing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "compassionate": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "compete": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "competencies": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "competent": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "competition": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "complain": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "complaint": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "complete": {"their - they": 0.011219529500409275, "their": 0.3211737448047718, "they": 0.3099542153043625}, "completed": {"their - they": -0.006457786387212339, "their": 0.3174284182987639, "they": 0.32388620468597623}, "completely": {"their - they": -0.010919238301802303, "their": 0.30318257336047394, "they": 0.31410181166227624}, "complex": {"their - they": -0.0064099674315789, "their": 0.30114188012863696, "they": 0.30755184756021586}, "comprehensive": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "comprised": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "compromise": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "compromises": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "compulsion": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "computers": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "conceded": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "conceivable": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "conceived": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "concentrated": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "concept": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "concern": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "concerned": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "concerning": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "concerns": {"their - they": 0.04857383440524515, "their": 0.3415342532387616, "they": 0.2929604188335164}, "concert": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "concerts": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "concluded": {"their - they": 0.060544520327790396, "their": 0.3174284182987639, "they": 0.2568838979709735}, "conclusion": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "conclusions": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "concrete": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "condition": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "conditioning": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "conditions": {"their - they": 0.08457010739545795, "their": 0.31177712833146365, "they": 0.2272070209360057}, "condolences": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "conduit": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "conference": {"their - they": 0.02578373130871403, "their": 0.3178238462922123, "they": 0.29204011498349824}, "confidence": {"their - they": -0.01091493860935766, "their": 0.31177712833146365, "they": 0.3226920669408213}, "confirm": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "confirming": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "conflict": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "confusion": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "congratulate": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "congregation": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "congress": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "connect": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "connection": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "connections": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "conrad": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "consensus": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "consequence": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "consequences": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "consequently": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "consider": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "considerable": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "consideration": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "considered": {"their - they": 0.01122825554249618, "their": 0.2970424501891731, "they": 0.2858141946466769}, "considering": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "consisted": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "consistency": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "consistent": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "consists": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "consolation": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "conspiracy": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "constant": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "constantly": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "constitutional": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "constraints": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "construct": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "construction": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "constructive": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "consultants": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "consulted": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "consume": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "consumed": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "consumer": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "consuming": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "consumption": {"their - they": 0.010676572776475102, "their": 0.30595247786550356, "they": 0.29527590508902846}, "contact": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "contacted": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "contacting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "contagious": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "contain": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "contains": {"their - they": -0.0063955487696774616, "their": 0.2967817938354879, "they": 0.3031773426051654}, "contemplation": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "contemporary": {"their - they": 0.08393630066435354, "their": 0.32254947771011366, "they": 0.23861317704576013}, "content": {"their - they": 0.049116671734591444, "their": 0.328517875461126, "they": 0.27940120372653454}, "contented": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "contention": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "context": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "continual": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "continue": {"their - they": 0.031546563470178424, "their": 0.32450698230369485, "they": 0.2929604188335164}, "continued": {"their - they": -0.012296318168047549, "their": 0.3211737448047718, "they": 0.33347006297281934}, "continues": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "continuity": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "continuum": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "contouring": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "contribute": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "contributed": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "contribution": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "contributions": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "control": {"their - they": 0.010598040168033118, "their": 0.31132680184725214, "they": 0.300728761679219}, "controlled": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "controls": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "controversies": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "controversy": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "convened": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "convention": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "conversation": {"their - they": 0.031546563470178424, "their": 0.32450698230369485, "they": 0.2929604188335164}, "conversations": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "convey": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "conveyed": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "convicted": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "convictions": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cook": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "cookies": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cooking": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cooperation": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "coordinated": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "cop": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "copa": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cops": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "copy": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "cordial": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "core": {"their - they": 0.01065826848847301, "their": 0.33454447317444924, "they": 0.32388620468597623}, "corner": {"their - they": -0.08671537324422843, "their": 0.22020424337953412, "they": 0.30691961662376255}, "cornerstone": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "corp": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "corporate": {"their - they": -0.01872332507196489, "their": 0.2669538587147412, "they": 0.2856771837867061}, "corporates": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "corporation": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "corps": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "corral": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "correctly": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "corrosive": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cory": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "cosmos": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "cost": {"their - they": 0.023833315007390887, "their": 0.3337875303117534, "they": 0.3099542153043625}, "costs": {"their - they": 0.08546115685030864, "their": 0.29599932223659137, "they": 0.21053816538628273}, "could": {"their - they": -0.0011254255024087945, "their": 0.354579496206645, "they": 0.35570492170905377}, "couldn": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "council": {"their - they": 0.010746813128754695, "their": 0.30114188012863696, "they": 0.29039506699988227}, "councillors": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "councils": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "counselling": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "count": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "countach": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "counter": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "counterpart": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "counterparts": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "countries": {"their - they": 0.07832319728289297, "their": 0.3232084684868483, "they": 0.24488527120395534}, "country": {"their - they": 0.035811605092771814, "their": 0.31913670740013994, "they": 0.2833251023073681}, "county": {"their - they": 0.010151840416260827, "their": 0.2606542573185099, "they": 0.25050241690224906}, "couple": {"their - they": -0.012291341056079264, "their": 0.32477816871152276, "they": 0.337069509767602}, "couples": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "courageous": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "course": {"their - they": 0.0003174673389340632, "their": 0.3337875303117534, "they": 0.33347006297281934}, "court": {"their - they": 0.04114356588616622, "their": 0.2255223670731456, "they": 0.18437880118697939}, "courtesy": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "cove": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cover": {"their - they": 0.010151840416260827, "their": 0.2606542573185099, "they": 0.25050241690224906}, "coverage": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "covered": {"their - they": -0.027958377685226576, "their": 0.2898094115506382, "they": 0.3177677892358648}, "covering": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "covers": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "covid": {"their - they": -0.018765759206201493, "their": 0.2551091194305478, "they": 0.2738748786367493}, "cow": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "cows": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cpi": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "crack": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "crackerjack": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cracking": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "craiglist": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "crazy": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "creamier": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "creamy": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "create": {"their - they": 0.00022576620913972167, "their": 0.3454501361595404, "they": 0.3452243699504007}, "created": {"their - they": 0.0317512345120578, "their": 0.3174284182987639, "they": 0.2856771837867061}, "creating": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "creation": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cred": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "credentials": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "credit": {"their - they": 0.010408207824103677, "their": 0.2898094115506382, "they": 0.27940120372653454}, "creepy": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cried": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "crime": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "crimson": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "crippled": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "crippling": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "crisis": {"their - they": 0.04271133167101426, "their": 0.32868269472019307, "they": 0.2859713630491788}, "critical": {"their - they": 0.032212402747595015, "their": 0.30114188012863696, "they": 0.26892947738104195}, "criticism": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "crore": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "cross": {"their - they": 0.032443615628083566, "their": 0.29279048285313997, "they": 0.2603468672250564}, "crossed": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "crotchety": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "crowd": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "crucial": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "cruise": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "cry": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "crying": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cuba": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "culminated": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "culpa": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cultivated": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cultivation": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "cults": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cultural": {"their - they": 0.0325444631973022, "their": 0.28910693350608474, "they": 0.25656247030878254}, "culture": {"their - they": -0.003414418136267361, "their": 0.31020086869346264, "they": 0.31361528682973}, "cultured": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cup": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "curation": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "curbs": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "curing": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "curiosity": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "current": {"their - they": 0.02578373130871403, "their": 0.3178238462922123, "they": 0.29204011498349824}, "currently": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "cursing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cushion": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "customer": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "cut": {"their - they": 0.03911542426561787, "their": 0.29599932223659137, "they": 0.2568838979709735}, "cute": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cuts": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "cutting": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "cynicism": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "d": {"their - they": 0.021093285430318687, "their": 0.34265043232059017, "they": 0.3215571468902715}, "dad": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "dads": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dag": {"their - they": 0.010014536043280148, "their": 0.19032797318966355, "they": 0.1803134371463834}, "daily": {"their - they": 0.06021426710657285, "their": 0.32450698230369485, "they": 0.264292715197122}, "dailymail": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dairy": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "daley": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "damage": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "damaging": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "dance": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "dancers": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "dancing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "danger": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "dangerous": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "daniel": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dares": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dark": {"their - they": 0.0319255981207176, "their": 0.31132680184725214, "they": 0.27940120372653454}, "dashboard": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "data": {"their - they": 0.011677442605089905, "their": 0.26733573487933426, "they": 0.25565829227424436}, "daughter": {"their - they": -0.010910178602593912, "their": 0.2750611844465849, "they": 0.2859713630491788}, "daughters": {"their - they": 0.010069960743767703, "their": 0.2669538587147412, "they": 0.2568838979709735}, "david": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "dawah": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "day": {"their - they": -0.0015144971880214908, "their": 0.3280112487989677, "they": 0.3295257459869892}, "days": {"their - they": 0.0027456321952900042, "their": 0.33798883420636416, "they": 0.33524320201107416}, "de": {"their - they": -0.06614344961855692, "their": 0.19420341760649948, "they": 0.2603468672250564}, "deacon": {"their - they": 0.009741467060494668, "their": 0.213752209120547, "they": 0.20401074206005232}, "deacons": {"their - they": 0.010056393499259103, "their": 0.18672984479616594, "they": 0.17667345129690684}, "dead": {"their - they": 0.010346479573999368, "their": 0.24565467664617932, "they": 0.23530819707217995}, "deaf": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "deal": {"their - they": 0.049333589850099, "their": 0.3232084684868483, "they": 0.2738748786367493}, "dear": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "death": {"their - they": 0.010151840416260827, "their": 0.2606542573185099, "they": 0.25050241690224906}, "debate": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "decade": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "decades": {"their - they": 0.010483929679208637, "their": 0.28435880831595794, "they": 0.2738748786367493}, "decamp": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "december": {"their - they": 0.010223848226592475, "their": 0.2551091194305478, "they": 0.24488527120395534}, "decent": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "decide": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "decided": {"their - they": 0.02374328327679076, "their": 0.33735857010652076, "they": 0.31361528682973}, "decimated": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "decision": {"their - they": 0.011083919133407838, "their": 0.3065593609276255, "they": 0.29547544179421764}, "decisions": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "declaration": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "declare": {"their - they": 0.010223848226592475, "their": 0.2551091194305478, "they": 0.24488527120395534}, "declared": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "declaring": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "decline": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "declined": {"their - they": -0.06464328751133569, "their": 0.24795415223046213, "they": 0.3125974397417978}, "decrease": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "dedicated": {"their - they": 0.010508801675001345, "their": 0.3174284182987639, "they": 0.30691961662376255}, "deep": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "deeper": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "deepest": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "deeply": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "deering": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "default": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "defeat": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "defeats": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "defence": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "defend": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "defended": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "defense": {"their - they": -0.06526041267144678, "their": 0.22770000616206965, "they": 0.2929604188335164}, "defensive": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "defiant": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "defined": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "definitely": {"their - they": -0.006457786387212339, "their": 0.3174284182987639, "they": 0.32388620468597623}, "degradable": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "degrading": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "degree": {"their - they": 0.03911542426561787, "their": 0.29599932223659137, "they": 0.2568838979709735}, "degrees": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "dehesa": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "delayed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "delays": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "delete": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "deli": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "deliberation": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "delicacy": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "delicate": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "delicious": {"their - they": -0.010919238301802303, "their": 0.30318257336047394, "they": 0.31410181166227624}, "delight": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "delightful": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "delivered": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "delving": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "demand": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "demanded": {"their - they": 0.05614590923603058, "their": 0.27426751645521014, "they": 0.21812160721917956}, "demanding": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "democracy": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "democratic": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "demographic": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "demolished": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "demonstrate": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "denied": {"their - they": -0.03685895074641207, "their": 0.20300129503637096, "they": 0.23986024578278303}, "denigrated": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dennis": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "denominator": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dense": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "denuclearization": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "depart": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "department": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "depend": {"their - they": -0.06464328751133569, "their": 0.24795415223046213, "they": 0.3125974397417978}, "dependable": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dependent": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "depicting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "deployments": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "depressing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "depressingly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "depth": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "depths": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "deputy": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "derogatory": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "derouen": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "describe": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "described": {"their - they": -0.006425083317216029, "their": 0.30595247786550356, "they": 0.3123775611827196}, "describes": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "describing": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "description": {"their - they": 0.03129839858530553, "their": 0.33297314480160256, "they": 0.30167474621629703}, "deserved": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "design": {"their - they": 0.011227859235940468, "their": 0.23056491115305117, "they": 0.2193370519171107}, "designadvocacy": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "designated": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "designed": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "despair": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "despite": {"their - they": 0.05940114862302254, "their": 0.3548765904172402, "they": 0.29547544179421764}, "desserts": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "destabilized": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "destination": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "destroy": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "destroying": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "detail": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "detailed": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "details": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "detect": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "detective": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "deteriorate": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "determine": {"their - they": -0.01872332507196489, "their": 0.2669538587147412, "they": 0.2856771837867061}, "detroit": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dev": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "devastated": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "devastating": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "developed": {"their - they": 0.03911542426561787, "their": 0.29599932223659137, "they": 0.2568838979709735}, "developer": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "developers": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "developing": {"their - they": -0.00647560042125489, "their": 0.32450698230369485, "they": 0.33098258272494974}, "development": {"their - they": 0.026584174145986406, "their": 0.28563371591419623, "they": 0.2590495417682098}, "developments": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "devoid": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "devote": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "devoted": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "devotion": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dialogue": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "diaspora": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "dictated": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dictator": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dictatorial": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dictatorships": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "did": {"their - they": -0.022111549549229115, "their": 0.3123835767426618, "they": 0.33449512629189093}, "didn": {"their - they": 0.011991750940382961, "their": 0.3116729430926679, "they": 0.29968119215228495}, "die": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "died": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "diet": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "difference": {"their - they": 0.010830907304128723, "their": 0.3232084684868483, "they": 0.3123775611827196}, "different": {"their - they": 0.024260369163782936, "their": 0.3166261625470086, "they": 0.29236579338322566}, "difficult": {"their - they": 0.03129839858530553, "their": 0.33297314480160256, "they": 0.30167474621629703}, "difficulty": {"their - they": -0.03966957025597034, "their": 0.28302249668485097, "they": 0.3226920669408213}, "digest": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "digital": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "dillman": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dinner": {"their - they": -0.010919238301802303, "their": 0.30318257336047394, "they": 0.31410181166227624}, "diplomat": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "diplomats": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "direct": {"their - they": -0.06499450323042824, "their": 0.2366802429858688, "they": 0.30167474621629703}, "directed": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "directing": {"their - they": 0.08393630066435354, "their": 0.32254947771011366, "they": 0.23861317704576013}, "direction": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "directly": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "director": {"their - they": 0.010346479573999368, "their": 0.24565467664617932, "they": 0.23530819707217995}, "disagrees": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "disappear": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "disappeared": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "disappoint": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "disarray": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "disbelief": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "discharge": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "disciple": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "disciplined": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "disciplines": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "discovered": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "discoveries": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "discovery": {"their - they": 0.010151840416260827, "their": 0.2606542573185099, "they": 0.25050241690224906}, "discuss": {"their - they": 0.031546563470178424, "their": 0.32450698230369485, "they": 0.2929604188335164}, "discussed": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "discussion": {"their - they": -0.039834295207066106, "their": 0.27426751645521014, "they": 0.31410181166227624}, "discussions": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "disguise": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "disliked": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dismantled": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dismissed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "disobedience": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "disorder": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "disordered": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "disorganized": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "disorienting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dispel": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "display": {"their - they": -0.036808992770464816, "their": 0.20807627843349052, "they": 0.24488527120395534}, "disproportionately": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "disrespected": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "disrupted": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "disrupting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "disruption": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "disruptive": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dissenting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "distant": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "distinct": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "distinctive": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "distracting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "distribution": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "distrustful": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "disturbing": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "ditched": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "dive": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "diversity": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "divert": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "diverted": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "divide": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "dividends": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "divine": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "division": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "divisional": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "divorce": {"their - they": 0.010483929679208637, "their": 0.28435880831595794, "they": 0.2738748786367493}, "divorced": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "divorces": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "divulge": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dixie": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dna": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "do": {"their - they": -0.0026800074390405104, "their": 0.3616581168193106, "they": 0.3643381242583511}, "doctorow": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "documentation": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "documented": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "documenting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "does": {"their - they": -0.00547053897438482, "their": 0.3139092482012306, "they": 0.31937978717561544}, "doesn": {"their - they": 0.00036928229350230435, "their": 0.3273656150338065, "they": 0.3269963327403042}, "dog": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "doing": {"their - they": -0.00951979839885514, "their": 0.34504990206784836, "they": 0.3545697004667035}, "dollars": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "dolores": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dolphins": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "domantas": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dominant": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dominated": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "don": {"their - they": -0.009705265871135182, "their": 0.34666190130149144, "they": 0.3563671671726266}, "donald": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "done": {"their - they": 0.021876996220276113, "their": 0.3356698720535713, "they": 0.3137928758332952}, "donell": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "donovan": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "doofer": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "door": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "dou4": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dou4jiang1": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "double": {"their - they": 0.010405170641418604, "their": 0.32450698230369485, "they": 0.31410181166227624}, "doubles": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "doubt": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "douglas": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "doujiang": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "down": {"their - they": -0.0179414452142459, "their": 0.3354328146661959, "they": 0.3533742598804418}, "downer": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "download": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "doyle": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dozens": {"their - they": -0.018692902378306286, "their": 0.27426751645521014, "they": 0.2929604188335164}, "dr": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "drafted": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "dragged": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "drain": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "drama": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "draw": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "drawbridge": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "drawing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "drawn": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dream": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "dressed": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "drew": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "drilled": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "drink": {"their - they": 0.010408207824103677, "their": 0.2898094115506382, "they": 0.27940120372653454}, "drinking": {"their - they": 0.08457010739545795, "their": 0.31177712833146365, "they": 0.2272070209360057}, "drinks": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "drive": {"their - they": -0.0660421014646353, "their": 0.19840613328438833, "they": 0.2644482347490236}, "driver": {"their - they": -0.018692902378306286, "their": 0.27426751645521014, "they": 0.2929604188335164}, "drivers": {"their - they": 0.010069960743767703, "their": 0.2669538587147412, "they": 0.2568838979709735}, "drives": {"their - they": -0.010913950863790434, "their": 0.27948111613609183, "they": 0.29039506699988227}, "driving": {"their - they": 0.03930699464838916, "their": 0.2898094115506382, "they": 0.25050241690224906}, "drizzle": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "drop": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "drops": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "drove": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "drummer": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "drummond": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "drunk": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "drunkard": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "dubious": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "duck": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "due": {"their - they": 0.02864692060594115, "their": 0.34425036502970047, "they": 0.3156034444237593}, "duel": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dues": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "duffey": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dumb": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "during": {"their - they": 0.006834431606978109, "their": 0.34777414710647914, "they": 0.34093971549950103}, "duroc": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "durocs": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dutch": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "duties": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "duty": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "dweller": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dyes": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "dynamism": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "dysfunctional": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "e": {"their - they": 0.03789828859932454, "their": 0.3454501361595404, "they": 0.30755184756021586}, "each": {"their - they": -0.033676756451081646, "their": 0.2644672968317467, "they": 0.29814405328282834}, "ear": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "earbuds": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "earlier": {"their - they": -0.010913950863790434, "their": 0.27948111613609183, "they": 0.29039506699988227}, "early": {"their - they": 0.012358946419280536, "their": 0.36885941647625314, "they": 0.3565004700569726}, "earned": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ears": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "earth": {"their - they": 0.010069960743767703, "their": 0.2669538587147412, "they": 0.2568838979709735}, "easier": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "easily": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "east": {"their - they": 0.023916636556924387, "their": 0.33046833386839175, "they": 0.30655169731146736}, "eastern": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "eastwards": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "easy": {"their - they": -0.042431227421418805, "their": 0.27948111613609183, "they": 0.32191234355751064}, "eat": {"their - they": -0.03996575790902135, "their": 0.2669538587147412, "they": 0.30691961662376255}, "eating": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "ecclesial": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "eclectic": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "eco": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "economic": {"their - they": 0.061951969856671646, "their": 0.28568434811677795, "they": 0.2237323782601063}, "economical": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "economics": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "economists": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "economy": {"their - they": 0.04886728938774315, "their": 0.33454447317444924, "they": 0.2856771837867061}, "ecosystem": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ecstatic": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ed": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "eddie": {"their - they": 0.05614590923603058, "their": 0.27426751645521014, "they": 0.21812160721917956}, "eddy": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "edge": {"their - they": -0.03690206378779162, "their": 0.19840613328438833, "they": 0.23530819707217995}, "edit": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "editor": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "edl": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "edmund": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "eds": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "educate": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "education": {"their - they": 0.04952557947059427, "their": 0.3184550568516362, "they": 0.26892947738104195}, "effect": {"their - they": -0.010920294387171181, "their": 0.29599932223659137, "they": 0.30691961662376255}, "effective": {"their - they": 0.010069960743767703, "their": 0.2669538587147412, "they": 0.2568838979709735}, "effectively": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "effects": {"their - they": 0.03975298737440494, "their": 0.2750611844465849, "they": 0.23530819707217995}, "efforts": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "egede": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "eggshells": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "eight": {"their - they": -0.039834295207066106, "their": 0.27426751645521014, "they": 0.31410181166227624}, "eighteenth": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "eighth": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "either": {"their - they": -0.031126265914602103, "their": 0.3211737448047718, "they": 0.3523000107193739}, "elbow": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "elder": {"their - they": 0.009666077993251393, "their": 0.22020424337953412, "they": 0.21053816538628273}, "elders": {"their - they": 0.010014536043280148, "their": 0.19032797318966355, "they": 0.1803134371463834}, "elect": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "election": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "elections": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "electoral": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "electricity": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "electromagnetic": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "electronic": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "elementary": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "elements": {"their - they": 0.05641569332845847, "their": 0.2669538587147412, "they": 0.21053816538628273}, "elevating": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "eliminate": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "elina": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ellen": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "elliott": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "elon": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "else": {"their - they": -0.00647560042125489, "their": 0.32450698230369485, "they": 0.33098258272494974}, "eludes": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "elusively": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "email": {"their - they": 0.010483929679208637, "their": 0.28435880831595794, "they": 0.2738748786367493}, "emanates": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "emancipation": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "embarrassing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "embarrassment": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "embedded": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "embiid": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "emboldening": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "embraced": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "emerged": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "emergency": {"their - they": -0.010910178602593912, "their": 0.2750611844465849, "they": 0.2859713630491788}, "emeritus": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "emerson": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "emotional": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "emotionally": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "empathise": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "emphasis": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "emphasise": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "emphasised": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "emphasize": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "employ": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "employed": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "enable": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "enabling": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "enclose": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "encounter": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "encountering": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "encourage": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "encouraged": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "encyclopedia": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "end": {"their - they": 0.012142597652639642, "their": 0.34697953350154676, "they": 0.3348369358489071}, "endangered": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "endeavor": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "endeavors": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "endeavour": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "endeavours": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ended": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "endgamepodcast": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ending": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "endless": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "endocrine": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ends": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "endured": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "enduring": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "energetic": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "energy": {"their - they": 0.051072825037587866, "their": 0.2780631221230331, "they": 0.22699029708544521}, "enforcement": {"their - they": -0.037074541322304866, "their": 0.1772450940594931, "they": 0.21431963538179796}, "engage": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "engaged": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "engagement": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "engaging": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "engineering": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "engineers": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "england": {"their - they": -0.006457786387212339, "their": 0.3174284182987639, "they": 0.32388620468597623}, "english": {"their - they": 0.010151840416260827, "their": 0.2606542573185099, "they": 0.25050241690224906}, "engrained": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "enjoy": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "enjoying": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "enjoys": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "enough": {"their - they": -0.020770463428873676, "their": 0.30114188012863696, "they": 0.32191234355751064}, "enquiry": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ensemble": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "enslaved": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ensnare": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ensure": {"their - they": 0.010408207824103677, "their": 0.2898094115506382, "they": 0.27940120372653454}, "ensuring": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "entered": {"their - they": -0.04016678565848064, "their": 0.2551091194305478, "they": 0.29527590508902846}, "entering": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "entertain": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "entertainment": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "enthusiast": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "entire": {"their - they": 0.02560593522979565, "their": 0.32477816871152276, "they": 0.2991722334817271}, "entirely": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "entrepreneur": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "entropy": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "enugu": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "environment": {"their - they": 0.011135265743071554, "their": 0.3031753807265698, "they": 0.29204011498349824}, "environmental": {"their - they": 0.049116671734591444, "their": 0.328517875461126, "they": 0.27940120372653454}, "enzyme": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "epidemic": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "episcopal": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "episode": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "equal": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "equipment": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "equipping": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "equivalents": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "era": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "erased": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "erect": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "eric": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "erm": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "erode": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "eroded": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "error": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "ers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "escape": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "escaped": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "escort": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "especially": {"their - they": -0.012306233930012844, "their": 0.31175175131100075, "they": 0.3240579852410136}, "espousing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "essence": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "essential": {"their - they": -0.018692902378306286, "their": 0.27426751645521014, "they": 0.2929604188335164}, "essentially": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "establish": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "established": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "establishment": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "estate": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "esthetics": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "estimated": {"their - they": 0.010069960743767703, "their": 0.2669538587147412, "they": 0.2568838979709735}, "estimates": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "estranged": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "estrangement": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "estrangements": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "et": {"their - they": 0.10829613715257358, "their": 0.2967817938354879, "they": 0.18848565668291434}, "etc": {"their - they": -0.010920294387171181, "their": 0.29599932223659137, "they": 0.30691961662376255}, "ethical": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ethridge": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "etiquette": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "eui": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "europe": {"their - they": -0.018692902378306286, "their": 0.27426751645521014, "they": 0.2929604188335164}, "european": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "euros": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "evaluate": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "evaluating": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "eve": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "even": {"their - they": -0.004435742344988003, "their": 0.34345638751061197, "they": 0.3478921298556}, "evening": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "event": {"their - they": -0.010917096773070512, "their": 0.28435880831595794, "they": 0.29527590508902846}, "events": {"their - they": 0.060824384945003085, "their": 0.31132680184725214, "they": 0.25050241690224906}, "eventually": {"their - they": -0.006457786387212339, "their": 0.3174284182987639, "they": 0.32388620468597623}, "ever": {"their - they": 0.012360390113253794, "their": 0.3583185148197554, "they": 0.3459581247065016}, "every": {"their - they": 0.005070199863349778, "their": 0.3510283245698514, "they": 0.3459581247065016}, "everybody": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "everyday": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "everyone": {"their - they": 0.02550535211502769, "their": 0.32868269472019307, "they": 0.3031773426051654}, "everything": {"their - they": 0.002769253053415799, "their": 0.3356698720535713, "they": 0.3329006190001555}, "everywhere": {"their - they": -0.01872332507196489, "their": 0.2669538587147412, "they": 0.2856771837867061}, "evidence": {"their - they": -0.018746946408024656, "their": 0.2606542573185099, "they": 0.27940120372653454}, "evident": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "evolution": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "evolved": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ex": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "exactly": {"their - they": -0.010919350128580807, "their": 0.2898094115506382, "they": 0.300728761679219}, "examination": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "examine": {"their - they": 0.05641569332845847, "their": 0.2669538587147412, "they": 0.21053816538628273}, "examines": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "examining": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "example": {"their - they": 0.023645311847531547, "their": 0.34122652396713543, "they": 0.3175812121196039}, "examples": {"their - they": 0.027624856550686694, "their": 0.33454447317444924, "they": 0.30691961662376255}, "excavation": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "exceedingly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "excellent": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "except": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "exception": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "excerpts": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "exchange": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "excited": {"their - they": 0.010069960743767703, "their": 0.2669538587147412, "they": 0.2568838979709735}, "exclusive": {"their - they": -0.01872332507196489, "their": 0.2669538587147412, "they": 0.2856771837867061}, "exclusively": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "excoriated": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "executive": {"their - they": 0.05684056649468766, "their": 0.2551091194305478, "they": 0.19826855293586015}, "exercise": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "exercises": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "exhilarating": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "exist": {"their - they": 0.08393630066435354, "their": 0.32254947771011366, "they": 0.23861317704576013}, "existence": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "existential": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "existing": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "exists": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "exiting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "exodus": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "exoplanets": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "expand": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "expanding": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "expect": {"their - they": 0.03930699464838916, "their": 0.2898094115506382, "they": 0.25050241690224906}, "expectations": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "expected": {"their - they": -0.006343479517381123, "their": 0.2824860161310057, "they": 0.28882949564838684}, "expense": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "expenses": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "expensive": {"their - they": 0.039473537112002605, "their": 0.28435880831595794, "they": 0.24488527120395534}, "experience": {"their - they": 0.02817468582529742, "their": 0.3141460488744762, "they": 0.2859713630491788}, "experienced": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "experiences": {"their - they": 0.04886728938774315, "their": 0.33454447317444924, "they": 0.2856771837867061}, "experiencetheride": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "expert": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "expertise": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "experts": {"their - they": 0.010508801675001345, "their": 0.3174284182987639, "they": 0.30691961662376255}, "explain": {"their - they": -0.010919350128580807, "their": 0.2898094115506382, "they": 0.300728761679219}, "explained": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "explains": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "explanation": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "explicit": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "explored": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "exploring": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "explosion": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "explosions": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "explosive": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "export": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "exposed": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "exposing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "express": {"their - they": 0.08393630066435354, "their": 0.32254947771011366, "they": 0.23861317704576013}, "expressed": {"their - they": 0.08457010739545795, "their": 0.31177712833146365, "they": 0.2272070209360057}, "expressing": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "expressway": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "extended": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "extends": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "extension": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "extensive": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "extent": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "external": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "extra": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "extract": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "extracting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "extraordinary": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "extreme": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "extremely": {"their - they": -0.027958377685226576, "their": 0.2898094115506382, "they": 0.3177677892358648}, "exult": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "eye": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "eyes": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "f": {"their - they": 0.05641569332845847, "their": 0.2669538587147412, "they": 0.21053816538628273}, "face": {"their - they": -0.00647560042125489, "their": 0.32450698230369485, "they": 0.33098258272494974}, "facebook": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "faced": {"their - they": 0.06021426710657285, "their": 0.32450698230369485, "they": 0.264292715197122}, "faces": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "facet": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "facilitating": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "facilitation": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "facility": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "facing": {"their - they": -0.006440987388612651, "their": 0.31132680184725214, "they": 0.3177677892358648}, "fact": {"their - they": 0.022688960482672327, "their": 0.3356521975627123, "they": 0.31296323708004}, "factbook": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "factor": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "factors": {"their - they": 0.011248436467361123, "their": 0.2666832671404858, "they": 0.25543483067312467}, "facts": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "factsheet": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "factual": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "faculty": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "faded": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fahrenheit": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fail": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "failed": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "failure": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "fair": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "faith": {"their - they": -0.010920294387171181, "their": 0.29599932223659137, "they": 0.30691961662376255}, "faithful": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fake": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fall": {"their - they": -0.02807073142412403, "their": 0.27948111613609183, "they": 0.30755184756021586}, "fallen": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "fallibility": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "falling": {"their - they": 0.08393630066435354, "their": 0.32254947771011366, "they": 0.23861317704576013}, "falls": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "false": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "familial": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "familiar": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "family": {"their - they": 0.011721203651162304, "their": 0.28916566952391315, "they": 0.27744446587275085}, "famous": {"their - they": 0.05614590923603058, "their": 0.27426751645521014, "they": 0.21812160721917956}, "fans": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "fantastic": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "far": {"their - they": -0.001172897537755846, "their": 0.30635147783469063, "they": 0.3075243753724465}, "fare": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "farm": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "farmers": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "farming": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "farrell": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fascinate": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fascinated": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "fascinating": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "fascism": {"their - they": 0.00980772549763037, "their": 0.20807627843349052, "they": 0.19826855293586015}, "fascist": {"their - they": 0.009741467060494668, "their": 0.213752209120547, "they": 0.20401074206005232}, "fascists": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "fast": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "fastdoc": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fatally": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "father": {"their - they": 0.03930699464838916, "their": 0.2898094115506382, "they": 0.25050241690224906}, "fathers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fatigued": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fattened": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "fattening": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fault": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "favor": {"their - they": 0.08393630066435354, "their": 0.32254947771011366, "they": 0.23861317704576013}, "favorite": {"their - they": 0.07859481106885319, "their": 0.3184550568516362, "they": 0.23986024578278303}, "favorites": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "favour": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "favourite": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "fear": {"their - they": -0.05711353191735491, "their": 0.2606542573185099, "they": 0.3177677892358648}, "fearful": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "feasibility": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "feasible": {"their - they": 0.009666077993251393, "their": 0.22020424337953412, "they": 0.21053816538628273}, "feat": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "feature": {"their - they": -0.01090595789772425, "their": 0.2710158945453418, "they": 0.28192185244306606}, "featured": {"their - they": 0.08393630066435354, "their": 0.32254947771011366, "they": 0.23861317704576013}, "features": {"their - they": -0.018746946408024656, "their": 0.2606542573185099, "they": 0.27940120372653454}, "february": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "fed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "federal": {"their - they": -0.028116158158580484, "their": 0.2750611844465849, "they": 0.3031773426051654}, "feed": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "feeding": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "feel": {"their - they": 0.028059989851753953, "their": 0.3184550568516362, "they": 0.29039506699988227}, "feeling": {"their - they": 0.010408207824103677, "their": 0.2898094115506382, "they": 0.27940120372653454}, "feelings": {"their - they": 0.010069960743767703, "their": 0.2669538587147412, "they": 0.2568838979709735}, "feels": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fees": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "feet": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "feigned": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fell": {"their - they": 0.031546563470178424, "their": 0.32450698230369485, "they": 0.2929604188335164}, "fellow": {"their - they": 0.08506096614129438, "their": 0.30318257336047394, "they": 0.21812160721917956}, "felt": {"their - they": -0.010913950863790434, "their": 0.27948111613609183, "they": 0.29039506699988227}, "female": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "fever": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "few": {"their - they": 0.032976976609839115, "their": 0.33798883420636416, "they": 0.30501185759652505}, "fewer": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fiction": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "fictions": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fictitious": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fidel": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "field": {"their - they": 0.057661524412343707, "their": 0.23093593458991865, "they": 0.17327441017757494}, "fields": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "fiercely": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fifty": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "fight": {"their - they": 0.010903209291420357, "their": 0.3184550568516362, "they": 0.30755184756021586}, "figure": {"their - they": -0.0033257175778038106, "their": 0.29424103305979327, "they": 0.2975667506375971}, "figured": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "figures": {"their - they": 0.010281077860781251, "their": 0.33297314480160256, "they": 0.3226920669408213}, "fill": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "filled": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "film": {"their - they": 0.03320121602576026, "their": 0.2644672968317467, "they": 0.23126608080598643}, "filmmakers": {"their - they": 0.05614590923603058, "their": 0.27426751645521014, "they": 0.21812160721917956}, "films": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "final": {"their - they": -0.0013014588410867889, "their": 0.32477816871152276, "they": 0.32607962755260955}, "finally": {"their - they": -0.010919238301802303, "their": 0.30318257336047394, "they": 0.31410181166227624}, "financial": {"their - they": 0.04217346023326085, "their": 0.3429022219124799, "they": 0.300728761679219}, "find": {"their - they": 0.019857418334219556, "their": 0.35886626787656134, "they": 0.3390088495423418}, "finding": {"their - they": -0.06526041267144678, "their": 0.22770000616206965, "they": 0.2929604188335164}, "findings": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "finds": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "fine": {"their - they": -0.027886882449384864, "their": 0.29599932223659137, "they": 0.32388620468597623}, "finest": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fingers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "finish": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "finishes": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "finishing": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "finland": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "finnish": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "fire": {"their - they": -0.01884680320945767, "their": 0.21469304460530145, "they": 0.23353984781475912}, "fired": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fires": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "first": {"their - they": 0.006107162296466018, "their": 0.3648448574522992, "they": 0.3587376951558332}, "firstly": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "fissures": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "fit": {"their - they": 0.010322138449885276, "their": 0.29599932223659137, "they": 0.2856771837867061}, "five": {"their - they": 0.0017229743343573634, "their": 0.3278911708271039, "they": 0.32616819649274653}, "flag": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "flagship": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "flame": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "flames": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "flapping": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "flash": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "flashmob": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "flat": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "flavor": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "flavour": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "flavours": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "flawlessly": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "flayed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fleeing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "flesh": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "flight": {"their - they": 0.03911542426561787, "their": 0.29599932223659137, "they": 0.2568838979709735}, "flits": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "flock": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "flower": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fluid": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "flurry": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "flush": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fly": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "focus": {"their - they": -0.0035067777041739023, "their": 0.328517875461126, "they": 0.3320246531652999}, "focused": {"their - they": 0.03129839858530553, "their": 0.33297314480160256, "they": 0.30167474621629703}, "focuses": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "folgers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "folk": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "follow": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "followed": {"their - they": -0.003394854376737033, "their": 0.3065593609276255, "they": 0.3099542153043625}, "following": {"their - they": 0.06128163434585393, "their": 0.30114188012863696, "they": 0.23986024578278303}, "follows": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "food": {"their - they": 0.023427288762166765, "their": 0.30514802010181974, "they": 0.281720731339653}, "foods": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "foolish": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "foolishness": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "for": {"their - they": 0.003842327829063852, "their": 0.36354983228723164, "they": 0.3597075044581678}, "forage": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "forages": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "force": {"their - they": 0.031546563470178424, "their": 0.32450698230369485, "they": 0.2929604188335164}, "forced": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "forces": {"their - they": 0.10731605978719982, "their": 0.31132680184725214, "they": 0.20401074206005232}, "forcible": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ford": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "forecast": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "foreign": {"their - they": 0.01085567344388566, "their": 0.2575335782553097, "they": 0.24667790481142404}, "foresight": {"their - they": 0.010614614430317387, "their": 0.22493424981211535, "they": 0.21431963538179796}, "forests": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "foretold": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "forever": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "forge": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "forging": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "forgiveness": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "forgotten": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "form": {"their - they": 0.010810430786309111, "their": 0.2967817938354879, "they": 0.2859713630491788}, "formal": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "formations": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "formative": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "formed": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "former": {"their - they": -0.0013014588410867889, "their": 0.32477816871152276, "they": 0.32607962755260955}, "formidable": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "forming": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "forms": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "fortune": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "forty": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "forum": {"their - they": 0.010408207824103677, "their": 0.2898094115506382, "they": 0.27940120372653454}, "forums": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "forward": {"their - they": 0.010508801675001345, "their": 0.3174284182987639, "they": 0.30691961662376255}, "forwarded": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fosters": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "foucault": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "found": {"their - they": -0.007333989932787499, "their": 0.321186435902561, "they": 0.3285204258353485}, "foundation": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "foundations": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "founder": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "founding": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "four": {"their - they": 0.003026340278869666, "their": 0.31102710537749106, "they": 0.3080007650986214}, "fourth": {"their - they": 0.02869443168397029, "their": 0.29424103305979327, "they": 0.265546601375823}, "foyer": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fracturing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fraites": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "framework": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "franchise": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "francisco": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "frank": {"their - they": 0.06021426710657285, "their": 0.32450698230369485, "they": 0.264292715197122}, "frantic": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "frantically": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fred": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "free": {"their - they": 0.01225521630119969, "their": 0.3640433570557357, "they": 0.351788140754536}, "freedom": {"their - they": -0.018692902378306286, "their": 0.27426751645521014, "they": 0.2929604188335164}, "freedoms": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "freeing": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "french": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "frenzy": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "frequent": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "frequently": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "fresh": {"their - they": -0.0864018055002066, "their": 0.22770000616206965, "they": 0.31410181166227624}, "freshman": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "freshmen": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "friday": {"their - they": 0.039473537112002605, "their": 0.28435880831595794, "they": 0.24488527120395534}, "fridges": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "friend": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "friendly": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "friends": {"their - they": 0.04271133167101426, "their": 0.32868269472019307, "they": 0.2859713630491788}, "fringe": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "from": {"their - they": 0.006268107361974473, "their": 0.38690936218741745, "they": 0.380641254825443}, "front": {"their - they": 0.010830907304128723, "their": 0.3232084684868483, "they": 0.3123775611827196}, "frontiers": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "frothed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fruit": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "fuel": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "fuels": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "fukushima": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "fulfills": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "full": {"their - they": 0.06751705571113992, "their": 0.3303437202651182, "they": 0.2628266645539783}, "fun": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "function": {"their - they": -0.006440987388612651, "their": 0.31132680184725214, "they": 0.3177677892358648}, "functioning": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "functions": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "fund": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "fundamental": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "funds": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "funeral": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "funnily": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "funny": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "further": {"their - they": -0.03709774003016397, "their": 0.28907045646258256, "they": 0.32616819649274653}, "future": {"their - they": 0.03423917103326163, "their": 0.29744696061005016, "they": 0.26320778957678853}, "futurists": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "futurologist": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "g": {"their - they": 0.010830907304128723, "their": 0.3232084684868483, "they": 0.3123775611827196}, "gained": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "galaxies": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "game": {"their - they": 0.011852835455414157, "their": 0.28074112642291815, "they": 0.268888290967504}, "gamecock": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "gamecocks": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "games": {"their - they": 0.01086863041007391, "their": 0.29279048285313997, "they": 0.28192185244306606}, "gang": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "gangavaram": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "garage": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "garden": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "garner": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "garnet": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "gas": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "gases": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "gathered": {"their - they": -0.01091493860935766, "their": 0.31177712833146365, "they": 0.3226920669408213}, "gathering": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "gauntlet": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "gave": {"their - they": -0.012300356555791425, "their": 0.3178238462922123, "they": 0.3301242028480037}, "gavin": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "geez": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "gender": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "gene": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "general": {"their - they": 0.042373941754204836, "their": 0.3376498468432333, "they": 0.29527590508902846}, "generally": {"their - they": 0.08393630066435354, "their": 0.32254947771011366, "they": 0.23861317704576013}, "generations": {"their - they": 0.010322138449885276, "their": 0.29599932223659137, "they": 0.2856771837867061}, "generically": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "generosity": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "genie": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "genius": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "genmaicha": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "genocide": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "genre": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "gentlemen": {"their - they": 0.009666077993251393, "their": 0.22020424337953412, "they": 0.21053816538628273}, "gently": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "genuine": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "genuinely": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "geographically": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "george": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "georgia": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "germany": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "gershshwin": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "gestures": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "get": {"their - they": -0.008999144690355454, "their": 0.3550224701875159, "they": 0.3640216148778714}, "gets": {"their - they": -0.01872332507196489, "their": 0.2669538587147412, "they": 0.2856771837867061}, "getting": {"their - they": 0.0026950759892945264, "their": 0.34298496402045253, "they": 0.340289888031158}, "ghastly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ghost": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "girl": {"their - they": -0.028224556077018403, "their": 0.26381555890647984, "they": 0.29204011498349824}, "girls": {"their - they": -0.018765759206201493, "their": 0.2551091194305478, "they": 0.2738748786367493}, "give": {"their - they": 0.022541445295856444, "their": 0.3416192639230249, "they": 0.31907781862716844}, "given": {"their - they": -0.027249802384445576, "their": 0.3254604260137161, "they": 0.3527102283981617}, "giving": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "glad": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "glasses": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "glazing": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "global": {"their - they": 0.08506096614129438, "their": 0.30318257336047394, "they": 0.21812160721917956}, "glorious": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "gloves": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "go": {"their - they": -0.006684548032432569, "their": 0.34288896633501587, "they": 0.34957351436744843}, "goal": {"their - they": 0.010903209291420357, "their": 0.3184550568516362, "they": 0.30755184756021586}, "goals": {"their - they": 0.0396208703533088, "their": 0.27948111613609183, "they": 0.23986024578278303}, "goats": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "gobert": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "god": {"their - they": 0.04017672676436704, "their": 0.26057562406572926, "they": 0.22039889730136222}, "godfather": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "godliness": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "goes": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "going": {"their - they": -0.01099206531404101, "their": 0.3687930904868131, "they": 0.3797851558008541}, "gold": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "golden": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "gone": {"their - they": -0.018692902378306286, "their": 0.27426751645521014, "they": 0.2929604188335164}, "good": {"their - they": 0.007266233666990252, "their": 0.35069320408656357, "they": 0.3434269704195733}, "google": {"their - they": 0.010968460823932658, "their": 0.24937282837347682, "they": 0.23840436754954417}, "googled": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "gordon": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "gordonsville": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "gosh": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "gospel": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "got": {"their - they": 0.0029956983801959214, "their": 0.3139092482012306, "they": 0.3109135498210347}, "gotten": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "governance": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "governing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "government": {"their - they": 0.04632677325715795, "their": 0.3239657894590845, "they": 0.27763901620192655}, "governments": {"their - they": 0.010223848226592475, "their": 0.2551091194305478, "they": 0.24488527120395534}, "governor": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "grabbed": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "grace": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "grade": {"their - they": 0.01072074052122729, "their": 0.26728321083000983, "they": 0.25656247030878254}, "graders": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "grades": {"their - they": 0.05716901996326498, "their": 0.24565467664617932, "they": 0.18848565668291434}, "graduated": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "graduates": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "gram": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "grammy": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "grand": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "grandparent": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "grann": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "grant": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "granted": {"their - they": 0.060544520327790396, "their": 0.3174284182987639, "they": 0.2568838979709735}, "grasp": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "grassy": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "grave": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "gray": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "great": {"their - they": -0.005498932335973428, "their": 0.320193150187484, "they": 0.32569208252345744}, "greater": {"their - they": -0.01582742611335458, "their": 0.3232084684868483, "they": 0.3390358946002029}, "greatly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "greek": {"their - they": 0.009666077993251393, "their": 0.22020424337953412, "they": 0.21053816538628273}, "green": {"their - they": 0.02910465935719289, "their": 0.2780631221230331, "they": 0.2489584627658402}, "greenberger": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "greenery": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "greet": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "grew": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "grey": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "grid": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "gridlock": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "grips": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "grit": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "ground": {"their - they": 0.011419962748952406, "their": 0.284380597063068, "they": 0.2729606343141156}, "group": {"their - they": -0.0005559141379520294, "their": 0.3354328146661959, "they": 0.33598872880414793}, "grouping": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "groupon": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "groups": {"their - they": 0.039872748690862186, "their": 0.2710158945453418, "they": 0.23114314585447962}, "grow": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "growing": {"their - they": 0.0109603340887659, "their": 0.3376498468432333, "they": 0.3266895127544674}, "grown": {"their - they": 0.0317512345120578, "their": 0.3174284182987639, "they": 0.2856771837867061}, "growth": {"their - they": 0.028374738200089844, "their": 0.3065593609276255, "they": 0.27818462272753564}, "gru": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "grumbling": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "gsa": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "guarantee": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "guaranteed": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "guarantees": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "guard": {"their - they": 0.03930699464838916, "their": 0.2898094115506382, "they": 0.25050241690224906}, "guess": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "guests": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "guiana": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "guide": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "guillard": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "guilt": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "guilty": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "guitarist": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "gulf": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "gun": {"their - they": 0.05701408421654797, "their": 0.2501484598361007, "they": 0.1931343756195527}, "guns": {"their - they": 0.056643515258457566, "their": 0.2606542573185099, "they": 0.20401074206005232}, "guy": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "guys": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "gwen": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "gyokuro": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "h": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "had": {"their - they": 0.0006541903812761207, "their": 0.3583847141695426, "they": 0.3577305237882665}, "hadn": {"their - they": 0.03129839858530553, "their": 0.33297314480160256, "they": 0.30167474621629703}, "haggard": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "haired": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hairstyle": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "half": {"their - they": -0.044510316609298495, "their": 0.2824860161310057, "they": 0.3269963327403042}, "halftime": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "hall": {"their - they": 0.03911542426561787, "their": 0.29599932223659137, "they": 0.2568838979709735}, "ham": {"their - they": 0.01138086335476804, "their": 0.2194455030534302, "they": 0.20806463969866215}, "hams": {"their - they": 0.0396208703533088, "their": 0.27948111613609183, "they": 0.23986024578278303}, "hand": {"their - they": 0.011367459415216052, "their": 0.31175175131100075, "they": 0.3003842918957847}, "handed": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "handedly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "handful": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "handicaps": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "handing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "handle": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "handling": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "hands": {"their - they": 0.010405170641418604, "their": 0.32450698230369485, "they": 0.31410181166227624}, "hank": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "happen": {"their - they": -0.006425083317216029, "their": 0.30595247786550356, "they": 0.3123775611827196}, "happened": {"their - they": 0.0319255981207176, "their": 0.31132680184725214, "they": 0.27940120372653454}, "happening": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "happenings": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "happens": {"their - they": -0.036679654591439376, "their": 0.22020424337953412, "they": 0.2568838979709735}, "happiness": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "happy": {"their - they": 0.010281077860781251, "their": 0.33297314480160256, "they": 0.3226920669408213}, "haram": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "harassment": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hard": {"their - they": 0.03863689805972481, "their": 0.3244510927064017, "they": 0.2858141946466769}, "harder": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hardest": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "hardly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hardships": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "harping": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "harry": {"their - they": 0.009666077993251393, "their": 0.22020424337953412, "they": 0.21053816538628273}, "has": {"their - they": 0.007999829609262654, "their": 0.37610878168449785, "they": 0.3681089520752352}, "hasn": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hassles": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hate": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hates": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hats": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "haunting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "have": {"their - they": -0.011826143651084142, "their": 0.3852101666892902, "they": 0.39703631034037434}, "haven": {"their - they": -0.06499450323042824, "their": 0.2366802429858688, "they": 0.30167474621629703}, "having": {"their - they": 0.004406636168090561, "their": 0.34697953350154676, "they": 0.3425728973334562}, "hawaii": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "hayward": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hazards": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "he": {"their - they": -0.008490867811991265, "their": 0.317481796268381, "they": 0.3259726640803723}, "head": {"their - they": -0.009532968199981229, "their": 0.3098674557624027, "they": 0.31940042396238394}, "headache": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "headed": {"their - they": -0.010919238301802303, "their": 0.30318257336047394, "they": 0.31410181166227624}, "heading": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "headquarters": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "healing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "health": {"their - they": -0.0012114857690392333, "their": 0.31175175131100075, "they": 0.31296323708004}, "healthcare": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "healthy": {"their - they": 0.010877568747179989, "their": 0.3429022219124799, "they": 0.3320246531652999}, "hear": {"their - they": -0.006440987388612651, "their": 0.31132680184725214, "they": 0.3177677892358648}, "heard": {"their - they": -0.020847281798277773, "their": 0.28910693350608474, "they": 0.3099542153043625}, "hearing": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "heart": {"their - they": 0.0249767895550721, "their": 0.34886299424104833, "they": 0.32388620468597623}, "heartening": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "heartfelt": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "heat": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "heavenly": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "heavenlytea": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "heavy": {"their - they": -0.01872332507196489, "their": 0.2669538587147412, "they": 0.2856771837867061}, "hectare": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hectares": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "held": {"their - they": 0.031126253875515708, "their": 0.34265043232059017, "they": 0.31152417844507446}, "hell": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "helms": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "help": {"their - they": 0.019533663556366876, "their": 0.3601543156680216, "they": 0.3406206521116547}, "helped": {"their - they": 0.010405170641418604, "their": 0.32450698230369485, "they": 0.31410181166227624}, "helping": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "helpless": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "helps": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "heng": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "her": {"their - they": 0.003651809942720907, "their": 0.2550348048115458, "they": 0.25138299486882487}, "here": {"their - they": 0.00236337785562335, "their": 0.3555216945238801, "they": 0.35315831666825676}, "heritage": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "heroes": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "herself": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "hey": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "hiace": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hidden": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "hide": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "hiding": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "high": {"their - they": 0.0018599797054471567, "their": 0.31343993646484586, "they": 0.3115799567593987}, "higher": {"their - they": -0.026948822121433902, "their": 0.3031753807265698, "they": 0.3301242028480037}, "highlight": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "highway": {"their - they": 0.05641569332845847, "their": 0.2669538587147412, "they": 0.21053816538628273}, "highways": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hijacking": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hike": {"their - they": -0.06658368252032301, "their": 0.17443395545150178, "they": 0.2410176379718248}, "hikers": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "hilarious": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hill": {"their - they": -0.06579860020325878, "their": 0.20807627843349052, "they": 0.2738748786367493}, "hilton": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "him": {"their - they": 0.00544215791602104, "their": 0.3214265253781678, "they": 0.31598436746214675}, "himself": {"their - they": -0.006457786387212339, "their": 0.3174284182987639, "they": 0.32388620468597623}, "hint": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hipper": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hire": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "his": {"their - they": 0.022927165821650053, "their": 0.34648071237265327, "they": 0.3235535465510032}, "historians": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "historic": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "historical": {"their - they": 0.031546563470178424, "their": 0.32450698230369485, "they": 0.2929604188335164}, "historically": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "history": {"their - they": -0.005491650316310437, "their": 0.31855012216306133, "they": 0.32404177247937177}, "hit": {"their - they": -0.028116158158580484, "their": 0.2750611844465849, "they": 0.3031773426051654}, "hits": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hive": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ho": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "hojicha": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hold": {"their - they": 0.011147767034523914, "their": 0.3454501361595404, "they": 0.3343023691250165}, "holds": {"their - they": 0.08506096614129438, "their": 0.30318257336047394, "they": 0.21812160721917956}, "holes": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "holiday": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "holy": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "homage": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "home": {"their - they": -0.011248293389319652, "their": 0.3247297010005995, "they": 0.33597799438991915}, "homemade": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "homes": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "honed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "honest": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "honey": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "honor": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "honoring": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "honourable": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "honoured": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "hoofer": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hope": {"their - they": -0.03316048899637952, "their": 0.30114188012863696, "they": 0.3343023691250165}, "horror": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hospital": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "hosts": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "hot": {"their - they": -0.036714716946607384, "their": 0.31020086869346264, "they": 0.34691558564007}, "hotel": {"their - they": -0.03675020778170207, "their": 0.213752209120547, "they": 0.25050241690224906}, "hour": {"their - they": -0.003414418136267361, "their": 0.31020086869346264, "they": 0.31361528682973}, "hours": {"their - they": -0.02213741692854726, "their": 0.32477816871152276, "they": 0.34691558564007}, "house": {"their - they": 0.023916636556924387, "their": 0.33046833386839175, "they": 0.30655169731146736}, "houses": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "how": {"their - they": 0.010037066393025373, "their": 0.38130866660201723, "they": 0.37127160020899186}, "howard": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "however": {"their - they": 0.02864692060594115, "their": 0.34425036502970047, "they": 0.3156034444237593}, "https": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "hubble": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "huerta": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hug": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "huge": {"their - they": 0.03789828859932454, "their": 0.3454501361595404, "they": 0.30755184756021586}, "hugh": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "hugo": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "human": {"their - they": 0.02560593522979565, "their": 0.32477816871152276, "they": 0.2991722334817271}, "humans": {"their - they": 0.010746813128754695, "their": 0.30114188012863696, "they": 0.29039506699988227}, "humbly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hundred": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "hundreds": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "hunger": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hurt": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "husband": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "husbandry": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hustling": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hutcherson": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hutton": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "huxley": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hydrophobic": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "hylton": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "hypocrisy": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "i": {"their - they": -0.01611296698146536, "their": 0.28878740149837073, "they": 0.3049003684798361}, "iberian": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "iberico": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "ib\u00e9rico": {"their - they": 0.011036319435454717, "their": 0.19221145138688908, "they": 0.18117513195143436}, "ice": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "idc": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "idea": {"their - they": 0.022208645326950327, "their": 0.3218898374792353, "they": 0.29968119215228495}, "ideas": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "identical": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "identified": {"their - they": 0.010322138449885276, "their": 0.29599932223659137, "they": 0.2856771837867061}, "identify": {"their - they": 0.010069960743767703, "their": 0.2669538587147412, "they": 0.2568838979709735}, "identities": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "identity": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "ideologies": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "ideology": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "if": {"their - they": 0.008059134427117143, "their": 0.3809899631324253, "they": 0.37293082870530814}, "igbinidu": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ignited": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ignorance": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "ignorant": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ignore": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "ii": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "iknow": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ill": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "illness": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "illnesses": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "illusion": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "illustrates": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "images": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "imagine": {"their - they": 0.03911542426561787, "their": 0.29599932223659137, "they": 0.2568838979709735}, "imagined": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "imagining": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "imf": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "immediately": {"their - they": 0.023916636556924387, "their": 0.33046833386839175, "they": 0.30655169731146736}, "immense": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "immensely": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "immersive": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "immigrant": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "imminent": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "immortal": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "impact": {"their - they": 0.01065826848847301, "their": 0.33454447317444924, "they": 0.32388620468597623}, "impacts": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "imparted": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "impatience": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "impeccably": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "implementation": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "implemented": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "implied": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "importance": {"their - they": 0.010598040168033118, "their": 0.31132680184725214, "they": 0.300728761679219}, "important": {"their - they": 0.01251256601879347, "their": 0.3500263888787126, "they": 0.33751382285991915}, "imported": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "impose": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "imposition": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "impossible": {"their - they": -0.010920294387171181, "their": 0.29599932223659137, "they": 0.30691961662376255}, "impressed": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "impressive": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "improved": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "improvement": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "impulse": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "in": {"their - they": -0.0007544160629074925, "their": 0.3178668169542122, "they": 0.3186212330171197}, "inability": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "inbreeding": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "incheon": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "incident": {"their - they": 0.05716901996326498, "their": 0.24565467664617932, "they": 0.18848565668291434}, "incidents": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "include": {"their - they": 0.034956183246577455, "their": 0.34491039855093997, "they": 0.3099542153043625}, "included": {"their - they": 0.010903209291420357, "their": 0.3184550568516362, "they": 0.30755184756021586}, "includes": {"their - they": 0.08546115685030864, "their": 0.29599932223659137, "they": 0.21053816538628273}, "including": {"their - they": 0.03164390070354839, "their": 0.37760202541005, "they": 0.3459581247065016}, "incompatible": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "incompetence": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "incomprehensibly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "inconsistency": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "increase": {"their - they": 0.032212402747595015, "their": 0.30114188012863696, "they": 0.26892947738104195}, "increased": {"their - they": -0.06564899460598755, "their": 0.213752209120547, "they": 0.27940120372653454}, "increasingly": {"their - they": 0.027432441576485334, "their": 0.3415342532387616, "they": 0.31410181166227624}, "incredible": {"their - they": 0.009741467060494668, "their": 0.213752209120547, "they": 0.20401074206005232}, "incredibly": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "indeed": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "independent": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "india": {"their - they": 0.031546563470178424, "their": 0.32450698230369485, "they": 0.2929604188335164}, "indian": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "indians": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "indicated": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "indicates": {"their - they": -0.036679654591439376, "their": 0.22020424337953412, "they": 0.2568838979709735}, "indigenous": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "indistinguishable": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "individual": {"their - they": 0.010322138449885276, "their": 0.29599932223659137, "they": 0.2856771837867061}, "individuals": {"their - they": 0.010830907304128723, "their": 0.3232084684868483, "they": 0.3123775611827196}, "indoors": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "inducted": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "industrial": {"their - they": 0.010281077860781251, "their": 0.33297314480160256, "they": 0.3226920669408213}, "industry": {"their - they": -0.0063955487696774616, "their": 0.2967817938354879, "they": 0.3031773426051654}, "ineffective": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "inefficiency": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "inevitably": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "infects": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "infiltrates": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "inflammatory": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "inflict": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "influenced": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "influencing": {"their - they": 0.009969426361603084, "their": 0.19420341760649948, "they": 0.1842339912448964}, "informal": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "information": {"their - they": 0.011272148980744912, "their": 0.3178238462922123, "they": 0.30655169731146736}, "informed": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "informs": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "inhabit": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "inherently": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "initiative": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "injured": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "injuries": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "injury": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "ink": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "inmates": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "inn": {"their - they": 0.05641569332845847, "their": 0.2669538587147412, "they": 0.21053816538628273}, "innocent": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "innovations": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "innovative": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "innumerable": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "input": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "inscribed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "inside": {"their - they": 0.010830907304128723, "their": 0.3232084684868483, "they": 0.3123775611827196}, "insights": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "insisted": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "insisting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "inspiration": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "inspired": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "inspiring": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "instability": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "instagram": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "instance": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "instead": {"their - they": -0.005589590023571178, "their": 0.34298496402045253, "they": 0.3485745540440237}, "instincts": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "institute": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "institution": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "institutional": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "institutions": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "instrument": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "instruments": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "intake": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "intelligence": {"their - they": 0.010746813128754695, "their": 0.30114188012863696, "they": 0.29039506699988227}, "intelligent": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "intended": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "intense": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "intensified": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "intensify": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "intensity": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "intensively": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "intention": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "intentions": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "intents": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "interaction": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "interactive": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "interdisciplinary": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "interest": {"their - they": 0.010830907304128723, "their": 0.3232084684868483, "they": 0.3123775611827196}, "interested": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "interesting": {"their - they": 0.010405170641418604, "their": 0.32450698230369485, "they": 0.31410181166227624}, "intermediate": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "internal": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "internally": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "international": {"their - they": 0.02374328327679076, "their": 0.33735857010652076, "they": 0.31361528682973}, "internet": {"their - they": -0.010917096773070512, "their": 0.28435880831595794, "they": 0.29527590508902846}, "interpretation": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "interpretations": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "interrupted": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "intervene": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "interview": {"their - they": -0.010919238301802303, "their": 0.30318257336047394, "they": 0.31410181166227624}, "interviews": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "intestinal": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "into": {"their - they": 0.001691751566432309, "their": 0.3715076601395162, "they": 0.3698159085730839}, "intolerant": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "invades": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "invented": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "invention": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "inventor": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "invest": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "investigates": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "investigation": {"their - they": 0.010508801675001345, "their": 0.3174284182987639, "they": 0.30691961662376255}, "investigations": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "investigators": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "invisible": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "invitation": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "invite": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "invited": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "involved": {"their - they": 0.011495061075021185, "their": 0.3416192639230249, "they": 0.3301242028480037}, "involvement": {"their - they": 0.010322138449885276, "their": 0.29599932223659137, "they": 0.2856771837867061}, "involves": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "ionigeria": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ireland": {"their - they": -0.06526041267144678, "their": 0.22770000616206965, "they": 0.2929604188335164}, "irish": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "iron": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "irony": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "irrational": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "irritated": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "is": {"their - they": -0.010328893906416725, "their": 0.33365135544782765, "they": 0.34398024935424437}, "isabelle": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "isay": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "islam": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "islamic": {"their - they": 0.03207759922875425, "their": 0.30595247786550356, "they": 0.2738748786367493}, "island": {"their - they": 0.05614590923603058, "their": 0.27426751645521014, "they": 0.21812160721917956}, "isn": {"their - they": 0.01133678258280535, "their": 0.3337875303117534, "they": 0.32245074772894805}, "issue": {"their - they": -0.021041520914622136, "their": 0.24628643058045846, "they": 0.2673279514950806}, "issued": {"their - they": -0.01872332507196489, "their": 0.2669538587147412, "they": 0.2856771837867061}, "issues": {"their - they": -0.003414418136267361, "their": 0.31020086869346264, "they": 0.31361528682973}, "it": {"their - they": 0.006070091550697099, "their": 0.3616798014226856, "they": 0.3556097098719885}, "italian": {"their - they": -0.018765759206201493, "their": 0.2551091194305478, "they": 0.2738748786367493}, "italy": {"their - they": 0.05743637370060406, "their": 0.23774981084698746, "they": 0.1803134371463834}, "item": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "items": {"their - they": 0.08393630066435354, "their": 0.32254947771011366, "they": 0.23861317704576013}, "its": {"their - they": -0.01488532132620779, "their": 0.3350393309488307, "they": 0.3499246522750385}, "itself": {"their - they": 0.023833315007390887, "their": 0.3337875303117534, "they": 0.3099542153043625}, "j": {"their - they": 0.040263914402049406, "their": 0.2575335782553097, "they": 0.2172696638532603}, "jack": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "jacket": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "jackson": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "jada": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "jaded": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "jagan": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "jaguars": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "james": {"their - they": 0.05641569332845847, "their": 0.2669538587147412, "they": 0.21053816538628273}, "jamon": {"their - they": 0.009741467060494668, "their": 0.213752209120547, "they": 0.20401074206005232}, "jane": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "japan": {"their - they": 0.010932851049719305, "their": 0.2519504890215441, "they": 0.2410176379718248}, "japanese": {"their - they": -0.018803964697595127, "their": 0.24154290252746127, "they": 0.2603468672250564}, "jargon": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "javascript": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "jayson": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "jazz": {"their - they": 0.009866919416818248, "their": 0.20300129503637096, "they": 0.1931343756195527}, "jealous": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "jeff": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "jefferson": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "jennifer": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "jeremiah": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "jerry": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "jerusalem": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "jesus": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "jets": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "jfk": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "jiang1": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "job": {"their - they": 0.023994209588103, "their": 0.3273656150338065, "they": 0.3033714054457035}, "jobs": {"their - they": 0.060544520327790396, "their": 0.3174284182987639, "they": 0.2568838979709735}, "jodrell": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "joe": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "joel": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "john": {"their - they": -0.020824803976590034, "their": 0.29279048285313997, "they": 0.31361528682973}, "johnson": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "join": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "joined": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "joke": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "joked": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "jokes": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "jones": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "jordan": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "jordon": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "josef": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "joshua": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "jos\u00e9": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "journal": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "journalism": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "journalist": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "journey": {"their - they": 0.010151840416260827, "their": 0.2606542573185099, "they": 0.25050241690224906}, "journeys": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "joy": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "joyfully": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "juan": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "judging": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "judy": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "juice": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "jules": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "july": {"their - they": -0.018692902378306286, "their": 0.27426751645521014, "they": 0.2929604188335164}, "jumped": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "june": {"their - they": -0.010901411897525803, "their": 0.26728321083000983, "they": 0.27818462272753564}, "junior": {"their - they": -0.036679654591439376, "their": 0.22020424337953412, "they": 0.2568838979709735}, "just": {"their - they": 0.0031147910754086294, "their": 0.3685488052314095, "they": 0.36543401415600085}, "justice": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "justify": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "k": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "karen": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "kataja": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "kc": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "keen": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "keep": {"their - they": -0.06555926248425364, "their": 0.28435880831595794, "they": 0.3499180708002116}, "keeping": {"their - they": -0.06464328751133569, "their": 0.24795415223046213, "they": 0.3125974397417978}, "keeps": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "kenya": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "kept": {"their - they": -0.028018752866761643, "their": 0.28435880831595794, "they": 0.3123775611827196}, "kerry": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "key": {"their - they": -0.00647560042125489, "their": 0.32450698230369485, "they": 0.33098258272494974}, "kid": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "kidding": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "kids": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "kiiski": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "kilauea": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "killed": {"their - they": -0.06499450323042824, "their": 0.2366802429858688, "they": 0.30167474621629703}, "killer": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "killers": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "kind": {"their - they": 0.0249767895550721, "their": 0.34886299424104833, "they": 0.32388620468597623}, "kindle": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "kingdom": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "klaxons": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "km": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "knew": {"their - they": -0.015864217245467716, "their": 0.3141460488744762, "they": 0.33001026611994394}, "knicks": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "knocking": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "knocks": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "knott": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "know": {"their - they": 0.018829787816499466, "their": 0.3571598264456777, "they": 0.3383300386291782}, "knowing": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "knowledge": {"their - they": 0.010322138449885276, "their": 0.29599932223659137, "they": 0.2856771837867061}, "known": {"their - they": 0.044891453257216996, "their": 0.3583185148197554, "they": 0.3134270615625384}, "knows": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "korea": {"their - they": 0.010151840416260827, "their": 0.2606542573185099, "they": 0.25050241690224906}, "korean": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "kourou": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "kratz": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "kukicha": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "kyla": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "l": {"their - they": 0.08609025538009779, "their": 0.28435880831595794, "they": 0.19826855293586015}, "la": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "label": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "labor": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "laboratory": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "lack": {"their - they": -0.010920294387171181, "their": 0.29599932223659137, "they": 0.30691961662376255}, "lacked": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "lacking": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "lactase": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "lactose": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "ladder": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "lady": {"their - they": 0.010069960743767703, "their": 0.2669538587147412, "they": 0.2568838979709735}, "lagos": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "laid": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "lamborghini": {"their - they": 0.009741467060494668, "their": 0.213752209120547, "they": 0.20401074206005232}, "lamppost": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "land": {"their - they": 0.032804683867255324, "their": 0.27948258867867937, "they": 0.24667790481142404}, "landholds": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "landing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "landslides": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "language": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "large": {"their - they": 0.010676572776475102, "their": 0.30595247786550356, "they": 0.29527590508902846}, "larger": {"their - they": 0.010069960743767703, "their": 0.2669538587147412, "they": 0.2568838979709735}, "largest": {"their - they": 0.010408207824103677, "their": 0.2898094115506382, "they": 0.27940120372653454}, "last": {"their - they": 0.018528746468877255, "their": 0.3618101508054778, "they": 0.34328140433660054}, "late": {"their - they": -0.0012770029241762626, "their": 0.3211737448047718, "they": 0.32245074772894805}, "later": {"their - they": 0.0028136808457707163, "their": 0.33133410668111923, "they": 0.3285204258353485}, "latest": {"their - they": -0.036808992770464816, "their": 0.20807627843349052, "they": 0.24488527120395534}, "latte": {"their - they": -0.018746946408024656, "their": 0.2606542573185099, "they": 0.27940120372653454}, "latter": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "launch": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "launched": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "launching": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "laundry": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "lava": {"their - they": 0.009741467060494668, "their": 0.213752209120547, "they": 0.20401074206005232}, "lavish": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "law": {"their - they": 0.05099896892671721, "their": 0.28008447908955814, "they": 0.22908551016284093}, "laws": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "lawson": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "lawyers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "lax": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "lay": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "lead": {"their - they": 0.022879313230578846, "their": 0.3278911708271039, "they": 0.30501185759652505}, "leader": {"their - they": -0.01878101754494127, "their": 0.2501484598361007, "they": 0.26892947738104195}, "leaders": {"their - they": 0.011216257847191491, "their": 0.34122652396713543, "they": 0.33001026611994394}, "leadership": {"their - they": 0.05701408421654797, "their": 0.2501484598361007, "they": 0.1931343756195527}, "leading": {"their - they": -0.010919238301802303, "their": 0.30318257336047394, "they": 0.31410181166227624}, "leads": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "league": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "leaks": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "leaky": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "leaning": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "learn": {"their - they": -0.018765759206201493, "their": 0.2551091194305478, "they": 0.2738748786367493}, "learning": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "least": {"their - they": 0.030826959813569255, "their": 0.35211298283552683, "they": 0.3212860230219576}, "leave": {"their - they": -0.039834295207066106, "their": 0.27426751645521014, "they": 0.31410181166227624}, "leaves": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "leaving": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "lebron": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "led": {"their - they": -0.010913950863790434, "their": 0.27948111613609183, "they": 0.29039506699988227}, "lee": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "left": {"their - they": -0.020454034073416782, "their": 0.33133410668111923, "they": 0.351788140754536}, "legacy": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "legal": {"their - they": 0.08546115685030864, "their": 0.29599932223659137, "they": 0.21053816538628273}, "legend": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "legendary": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "legs": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "lend": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "length": {"their - they": 0.08506096614129438, "their": 0.30318257336047394, "they": 0.21812160721917956}, "lengthening": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "lengthier": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "less": {"their - they": -0.0006991400562526007, "their": 0.3531826087989745, "they": 0.3538817488552271}, "let": {"their - they": 0.012186782620513537, "their": 0.33116497527330546, "they": 0.3189781926527919}, "letter": {"their - they": 0.04999689061884294, "their": 0.3065593609276255, "they": 0.25656247030878254}, "letters": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "letting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "level": {"their - they": -0.015912170528005087, "their": 0.3000127256745441, "they": 0.3159248962025492}, "leveled": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "levels": {"their - they": -0.010920294387171181, "their": 0.29599932223659137, "they": 0.30691961662376255}, "levi": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "libation": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "liberating": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "librarians": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "libraries": {"their - they": 0.010223848226592475, "their": 0.2551091194305478, "they": 0.24488527120395534}, "library": {"their - they": 0.05776198724867493, "their": 0.22784664200279922, "they": 0.1700846547541243}, "licks": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "lies": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "life": {"their - they": 0.02435540258268959, "their": 0.36762384990655633, "they": 0.34326844732386674}, "lifeblood": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "lifelong": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "lifted": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "light": {"their - they": -0.027886882449384864, "their": 0.29599932223659137, "they": 0.32388620468597623}, "like": {"their - they": -0.015428046093095615, "their": 0.3642628476621415, "they": 0.3796908937552371}, "liked": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "likely": {"their - they": -0.00331023614525372, "their": 0.29158909147712964, "they": 0.29489932762238336}, "likes": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "limited": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "limits": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "line": {"their - they": 0.03975298737440494, "their": 0.2750611844465849, "they": 0.23530819707217995}, "lineman": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "linemen": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "lines": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "link": {"their - they": 0.08393630066435354, "their": 0.32254947771011366, "they": 0.23861317704576013}, "linked": {"their - they": -0.010919238301802303, "their": 0.30318257336047394, "they": 0.31410181166227624}, "linz": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "lip": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "lipgloss": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "liquid": {"their - they": -0.06499450323042824, "their": 0.2366802429858688, "they": 0.30167474621629703}, "lisa": {"their - they": -0.036679654591439376, "their": 0.22020424337953412, "they": 0.2568838979709735}, "list": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "listen": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "listening": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "literally": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "literature": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "little": {"their - they": -0.006707058049895742, "their": 0.3500263888787126, "they": 0.35673344692860837}, "live": {"their - they": -0.012268223956978297, "their": 0.3376498468432333, "they": 0.3499180708002116}, "lived": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "lively": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "liverpool": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "lives": {"their - they": 0.0317512345120578, "their": 0.3174284182987639, "they": 0.2856771837867061}, "living": {"their - they": 0.02513443267661508, "their": 0.3429022219124799, "they": 0.3177677892358648}, "ll": {"their - they": -0.021857374924605877, "their": 0.34319169157168034, "they": 0.3650490664962862}, "loads": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "loan": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "local": {"their - they": 0.01183420658655665, "their": 0.321186435902561, "they": 0.30935222931600437}, "locally": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "located": {"their - they": 0.03930699464838916, "their": 0.2898094115506382, "they": 0.25050241690224906}, "location": {"their - they": -0.03693972824798014, "their": 0.19420341760649948, "they": 0.23114314585447962}, "locations": {"their - they": 0.08457010739545795, "their": 0.31177712833146365, "they": 0.2272070209360057}, "logged": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "logical": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "logistical": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "lollipop": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "lollipops": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "london": {"their - they": 0.010322138449885276, "their": 0.29599932223659137, "they": 0.2856771837867061}, "lone": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "long": {"their - they": 0.012465413415295112, "their": 0.3411706898136347, "they": 0.3287052763983396}, "longer": {"their - they": 0.010483929679208637, "their": 0.28435880831595794, "they": 0.2738748786367493}, "longest": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "longtime": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "look": {"their - they": 0.025921424769833112, "their": 0.36040716515933885, "they": 0.33448574038950574}, "looked": {"their - they": -0.03334381422286331, "their": 0.28910693350608474, "they": 0.32245074772894805}, "looking": {"their - they": 0.06318510038059677, "their": 0.35555089376382243, "they": 0.29236579338322566}, "looks": {"their - they": 0.010408207824103677, "their": 0.2898094115506382, "they": 0.27940120372653454}, "loose": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "looting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "lore": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "los": {"their - they": 0.03233355908646429, "their": 0.2967817938354879, "they": 0.2644482347490236}, "lose": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "losing": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "loss": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "losses": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "lost": {"their - they": 0.011083919133407838, "their": 0.3065593609276255, "they": 0.29547544179421764}, "lot": {"their - they": -0.0017648062584544322, "their": 0.3633099634233418, "they": 0.36507476968179625}, "lots": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "lou": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "love": {"their - they": 0.021485732236408317, "their": 0.326265428880768, "they": 0.30477969664435967}, "loved": {"their - they": 0.031546563470178424, "their": 0.32450698230369485, "they": 0.2929604188335164}, "lover": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "lovers": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "loves": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "loving": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "lovitz": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "low": {"their - they": -0.03700823890624749, "their": 0.29424103305979327, "they": 0.33124927196604076}, "lower": {"their - they": -0.020847281798277773, "their": 0.28910693350608474, "they": 0.3099542153043625}, "luca": {"their - they": -0.04043481188054818, "their": 0.23774981084698746, "they": 0.27818462272753564}, "lucky": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "lucrative": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "lumineers": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "lun": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "lunch": {"their - they": 0.010508801675001345, "their": 0.3174284182987639, "they": 0.30691961662376255}, "lurking": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "luxury": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "m": {"their - they": 0.0037085244964613073, "their": 0.3365816578913001, "they": 0.3328731333948388}, "ma": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "macchiato": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "mad": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "made": {"their - they": 0.007325647066978136, "their": 0.3466382464993627, "they": 0.33931259943238457}, "magazine": {"their - they": -0.03675020778170207, "their": 0.213752209120547, "they": 0.25050241690224906}, "magic": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "magical": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "magnificent": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mail": {"their - they": 0.010069960743767703, "their": 0.2669538587147412, "they": 0.2568838979709735}, "mails": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "main": {"their - they": 0.04985400146840624, "their": 0.31020086869346264, "they": 0.2603468672250564}, "mainstream": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "maintain": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "maintained": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "maintaining": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "majestic": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "major": {"their - they": 0.024066800810617017, "their": 0.3244510927064017, "they": 0.3003842918957847}, "majority": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "make": {"their - they": 0.03721541023682806, "their": 0.3966943645338492, "they": 0.35947895429702115}, "makers": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "makes": {"their - they": 0.032533567939677155, "their": 0.3516113865668456, "they": 0.31907781862716844}, "makeup": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "making": {"their - they": -0.007370630137262302, "their": 0.3356521975627123, "they": 0.3430228276999746}, "male": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "malignant": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "malik": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "malindi": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "malnutrition": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "malone": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mammals": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "man": {"their - they": 0.020208592550328697, "their": 0.34425036502970047, "they": 0.32404177247937177}, "managed": {"their - they": 0.032212402747595015, "their": 0.30114188012863696, "they": 0.26892947738104195}, "management": {"their - they": -0.010920294387171181, "their": 0.29599932223659137, "they": 0.30691961662376255}, "manager": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "manages": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "managing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mandolin": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "manhattan": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "manhunt": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "manning": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "manufacture": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "manufactured": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "many": {"their - they": -0.006513152621586804, "their": 0.3525997396924826, "they": 0.3591128923140694}, "mao": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "map": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "mapped": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "march": {"their - they": 0.05066608891303839, "their": 0.28907045646258256, "they": 0.23840436754954417}, "margins": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mark": {"their - they": 0.010151840416260827, "their": 0.2606542573185099, "they": 0.25050241690224906}, "marked": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "markers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "market": {"their - they": -0.057893561058468185, "their": 0.23093593458991865, "they": 0.28882949564838684}, "marketing": {"their - they": 0.08506096614129438, "their": 0.30318257336047394, "they": 0.21812160721917956}, "marketplace": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "marriage": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "marriages": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "married": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "martinez": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "marvel": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "marveled": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "marxism": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mary": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "mass": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "massive": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "match": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "matcha": {"their - they": 0.010346479573999368, "their": 0.24565467664617932, "they": 0.23530819707217995}, "matches": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "matchup": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "material": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "matter": {"their - they": 0.02778911378190696, "their": 0.328517875461126, "they": 0.300728761679219}, "mattered": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "matterhorn": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "matters": {"their - they": -0.010920294387171181, "their": 0.29599932223659137, "they": 0.30691961662376255}, "may": {"their - they": 0.007644887928756339, "their": 0.35450371703020045, "they": 0.3468588291014441}, "maybe": {"their - they": -0.040316686402999485, "their": 0.24565467664617932, "they": 0.2859713630491788}, "mayhem": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mayor": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "mayoral": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mcavennie": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mcgregor": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mckenzie": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "mcnamara": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "me": {"their - they": 0.00874939263679303, "their": 0.3341253129522089, "they": 0.32537592031541585}, "mea": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mean": {"their - they": -0.0035067777041739023, "their": 0.328517875461126, "they": 0.3320246531652999}, "meaning": {"their - they": 0.010405170641418604, "their": 0.32450698230369485, "they": 0.31410181166227624}, "means": {"their - they": 0.012024084101666777, "their": 0.3405445099370153, "they": 0.3285204258353485}, "meant": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "meanwhile": {"their - they": 0.07724153804163958, "their": 0.3415342532387616, "they": 0.264292715197122}, "measures": {"their - they": -0.010920294387171181, "their": 0.29599932223659137, "they": 0.30691961662376255}, "meat": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "mechanics": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mechanism": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "media": {"their - they": 0.021820701025544065, "their": 0.33798883420636416, "they": 0.3161681331808201}, "medical": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "medication": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "medicine": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "meet": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "meeting": {"their - they": 0.039473537112002605, "their": 0.28435880831595794, "they": 0.24488527120395534}, "meetings": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "meh": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mei3": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "melanie": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "melissa": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mellow": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "melt": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "meltdown": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "member": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "members": {"their - they": 0.011682344274782208, "their": 0.3303437202651182, "they": 0.318661375990336}, "memorable": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "memorial": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "memories": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "memory": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "men": {"their - they": -0.0032406232178099903, "their": 0.28008447908955814, "they": 0.2833251023073681}, "mena": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "menace": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mental": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mentality": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mentioned": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "menu": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mercedes": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mercurial": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mercy": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mere": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "merle": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "message": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "messy": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "met": {"their - they": -0.027800009364475797, "their": 0.30318257336047394, "they": 0.33098258272494974}, "meter": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "method": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "methodist": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "methods": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "metropolitan": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mexico": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "mia": {"their - they": 0.010056393499259103, "their": 0.18672984479616594, "they": 0.17667345129690684}, "miami": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "michael": {"their - they": 0.042373941754204836, "their": 0.3376498468432333, "they": 0.29527590508902846}, "micheal": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "michel": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "michelle": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "micro": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "microplastic": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "microplastics": {"their - they": 0.010014536043280148, "their": 0.19032797318966355, "they": 0.1803134371463834}, "microsoft": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "mid": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "middle": {"their - they": -0.027958377685226576, "their": 0.2898094115506382, "they": 0.3177677892358648}, "midweek": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "midwestern": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "might": {"their - they": -0.0067353668126661215, "their": 0.3601543156680216, "they": 0.3668896824806877}, "mighty": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "mike": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mile": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "miles": {"their - they": -0.018746946408024656, "their": 0.2606542573185099, "they": 0.27940120372653454}, "militaries": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "military": {"their - they": 0.03233355908646429, "their": 0.2967817938354879, "they": 0.2644482347490236}, "milk": {"their - they": -0.028543226277649963, "their": 0.220903554494007, "they": 0.24944678077165697}, "milking": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "milks": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "milky": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "millennium": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "millimeters": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "million": {"their - they": 0.011452150212307277, "their": 0.30635147783469063, "they": 0.29489932762238336}, "mind": {"their - they": -0.06526041267144678, "their": 0.22770000616206965, "they": 0.2929604188335164}, "minds": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "mine": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "minimize": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "minimum": {"their - they": 0.03911542426561787, "their": 0.29599932223659137, "they": 0.2568838979709735}, "mining": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "minister": {"their - they": 0.024260369163782936, "their": 0.3166261625470086, "they": 0.29236579338322566}, "ministerial": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ministers": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "ministry": {"their - they": 0.056643515258457566, "their": 0.2606542573185099, "they": 0.20401074206005232}, "minnesota": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "minor": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "minute": {"their - they": -0.006343479517381123, "their": 0.2824860161310057, "they": 0.28882949564838684}, "minutes": {"their - they": -0.04267100447435268, "their": 0.26728321083000983, "they": 0.3099542153043625}, "mirror": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mirrors": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "misconduct": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "misery": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "misreading": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "miss": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "missiles": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "missing": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "mission": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "missionary": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "missions": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "missoula": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mistaken": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "misunderstood": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mitchell": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "mix": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "mixed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mla": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "mls": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "moaning": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mob": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mobile": {"their - they": -0.06499450323042824, "their": 0.2366802429858688, "they": 0.30167474621629703}, "mobilisation": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mobilizations": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "model": {"their - they": 0.011103617734433746, "their": 0.2766502191102567, "they": 0.265546601375823}, "models": {"their - they": 0.010151840416260827, "their": 0.2606542573185099, "they": 0.25050241690224906}, "moderation": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "modern": {"their - they": 0.028887735463494157, "their": 0.2866714939706021, "they": 0.25778375850710794}, "modi": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mohan": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mom": {"their - they": -0.018692902378306286, "their": 0.27426751645521014, "they": 0.2929604188335164}, "moment": {"their - they": 0.02778911378190696, "their": 0.328517875461126, "they": 0.300728761679219}, "moments": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "momentum": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "monday": {"their - they": -0.010917096773070512, "their": 0.28435880831595794, "they": 0.29527590508902846}, "money": {"their - they": 0.011162881881792763, "their": 0.32477816871152276, "they": 0.31361528682973}, "mongols": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "monitor": {"their - they": -0.06464328751133569, "their": 0.24795415223046213, "they": 0.3125974397417978}, "monitoring": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "monks": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "monosyllabic": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "montana": {"their - they": 0.009866919416818248, "their": 0.20300129503637096, "they": 0.1931343756195527}, "montanera": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "month": {"their - they": 0.011183230026157287, "their": 0.3000127256745441, "they": 0.28882949564838684}, "monthly": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "months": {"their - they": -0.018765759206201493, "their": 0.2551091194305478, "they": 0.2738748786367493}, "montreal": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "monty": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "monument": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "monuments": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mood": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "moon": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "moral": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "morality": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "morals": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "more": {"their - they": 0.014806852332873988, "their": 0.366644729896514, "they": 0.35183787756364}, "morning": {"their - they": -0.015951817924558465, "their": 0.284380597063068, "they": 0.3003324149876265}, "moscow": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "mosque": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "most": {"their - they": 0.021812608634534547, "their": 0.3832312692669865, "they": 0.3614186606324519}, "mostly": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "motegi": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "mother": {"their - they": -0.0034351632451276592, "their": 0.3141460488744762, "they": 0.3175812121196039}, "mothers": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "motivated": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "motorway": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "motto": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mount": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "mourning": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mouth": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "mouthfeel": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "move": {"their - they": -0.001355637452422731, "their": 0.33294673167259375, "they": 0.3343023691250165}, "moved": {"their - they": -0.05726844175217177, "their": 0.2551091194305478, "they": 0.3123775611827196}, "movement": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "movements": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "moves": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "movie": {"their - they": 0.040563271587771066, "their": 0.24691816778266348, "they": 0.20635489619489242}, "moving": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "mps": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "mr": {"their - they": 0.01072074052122729, "their": 0.26728321083000983, "they": 0.25656247030878254}, "mrs": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "much": {"their - they": 0.013384051165056476, "their": 0.3606386258266193, "they": 0.34725457466156284}, "mullet": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "multi": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "multifaceted": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "multiple": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "multitude": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "multivolume": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mums": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "municipal": {"their - they": 0.00980772549763037, "their": 0.20807627843349052, "they": 0.19826855293586015}, "municipalities": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "municipality": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "murder": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "murdoch": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "muschamp": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "muscles": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "mused": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mushroom": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "music": {"their - they": 0.011484923598496843, "their": 0.28008447908955814, "they": 0.2685995554910613}, "musical": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "musicians": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "musings": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "musk": {"their - they": 0.010095459363059195, "their": 0.18336986954063414, "they": 0.17327441017757494}, "muslim": {"their - they": 0.010288214053317646, "their": 0.2501484598361007, "they": 0.23986024578278303}, "muslims": {"their - they": -0.03693972824798014, "their": 0.19420341760649948, "they": 0.23114314585447962}, "mussolini": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "must": {"their - they": 0.024066800810617017, "their": 0.3244510927064017, "they": 0.3003842918957847}, "mustache": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mustard": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "mutagenic": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mutants": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mutton": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "my": {"their - they": -0.014205286355716329, "their": 0.31544649618753323, "they": 0.32965178254324956}, "myself": {"their - they": 0.010830907304128723, "their": 0.3232084684868483, "they": 0.3123775611827196}, "myspace": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mysterious": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "mystery": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "nab": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "nail": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "nailed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "name": {"their - they": 0.011272148980744912, "their": 0.3178238462922123, "they": 0.30655169731146736}, "named": {"their - they": 0.010508801675001345, "their": 0.3174284182987639, "they": 0.30691961662376255}, "names": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "nancy": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "nanoplastic": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "naps": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "narendra": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "narrative": {"their - they": 0.05641569332845847, "their": 0.2669538587147412, "they": 0.21053816538628273}, "nasa": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "nashville": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "nation": {"their - they": -0.018765759206201493, "their": 0.2551091194305478, "they": 0.2738748786367493}, "national": {"their - they": 0.035811605092771814, "their": 0.31913670740013994, "they": 0.2833251023073681}, "nationalistic": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "nations": {"their - they": 0.04886728938774315, "their": 0.33454447317444924, "they": 0.2856771837867061}, "natural": {"their - they": -0.006425083317216029, "their": 0.30595247786550356, "they": 0.3123775611827196}, "naturally": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "nature": {"their - they": 0.010508801675001345, "their": 0.3174284182987639, "they": 0.30691961662376255}, "navigate": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "navigating": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "nba": {"their - they": 0.05684056649468766, "their": 0.2551091194305478, "they": 0.19826855293586015}, "near": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "nearby": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "nearer": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "nearing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "nearly": {"their - they": 0.010968706269310846, "their": 0.3141460488744762, "they": 0.3031773426051654}, "necessarily": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "necessary": {"their - they": 0.042373941754204836, "their": 0.3376498468432333, "they": 0.29527590508902846}, "neck": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "need": {"their - they": 0.02722361647720195, "their": 0.36206055232610906, "they": 0.3348369358489071}, "needed": {"their - they": 0.03207759922875425, "their": 0.30595247786550356, "they": 0.2738748786367493}, "needs": {"their - they": 0.06350101818594533, "their": 0.3429022219124799, "they": 0.27940120372653454}, "negative": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "neglect": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "negra": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "negroes": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "neighbor": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "neighborhood": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "neighbourhood": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "neighbours": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "neither": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "nell": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "neo": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "neologism": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "nerve": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "nervous": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "ness": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "net": {"their - they": 0.03975298737440494, "their": 0.2750611844465849, "they": 0.23530819707217995}, "netherlands": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "network": {"their - they": -0.05711353191735491, "their": 0.2606542573185099, "they": 0.3177677892358648}, "neutralise": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "never": {"their - they": 0.011860043371825058, "their": 0.3356698720535713, "they": 0.32380982868174624}, "new": {"their - they": 0.02293200772258025, "their": 0.3614367563063598, "they": 0.33850474858377955}, "newcastle": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "news": {"their - they": 0.022936285340625084, "their": 0.32555466719781456, "they": 0.3026183818571895}, "newspapers": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "newsweek": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "next": {"their - they": -0.007299696343376405, "their": 0.3099640366269815, "they": 0.3172637329703579}, "neyla": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "nfl": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "ng": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "nice": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "nigeria": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "night": {"their - they": -0.012311093742393309, "their": 0.3038570394384268, "they": 0.3161681331808201}, "nightmarket": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "nihilist": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "nike": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "nine": {"their - they": 0.010069960743767703, "their": 0.2669538587147412, "they": 0.2568838979709735}, "nit": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "niu2nai3": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "no": {"their - they": 0.00633574049534541, "their": 0.3738609114710248, "they": 0.3675251709756794}, "nobeladventures": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "nobody": {"their - they": -0.06499450323042824, "their": 0.2366802429858688, "they": 0.30167474621629703}, "noisy": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "non": {"their - they": 0.011491246055201132, "their": 0.3038570394384268, "they": 0.29236579338322566}, "none": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "nor": {"their - they": -0.01091493860935766, "their": 0.31177712833146365, "they": 0.3226920669408213}, "normal": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "normalized": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "north": {"their - they": -0.010919350128580807, "their": 0.2898094115506382, "they": 0.300728761679219}, "nose": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "not": {"their - they": 0.0030600663283023577, "their": 0.38403450669273503, "they": 0.3809744403644327}, "notable": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "note": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "noted": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "notes": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "nothing": {"their - they": 0.02163272929175858, "their": 0.34569071453277217, "they": 0.3240579852410136}, "notice": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "noticeably": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "noticed": {"their - they": -0.06464328751133569, "their": 0.24795415223046213, "they": 0.3125974397417978}, "nov": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "novel": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "november": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "novichok": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "now": {"their - they": -0.004110390675769293, "their": 0.36975161320939787, "they": 0.37386200388516716}, "nowhere": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "nsukka": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "nuclear": {"their - they": 0.011018721146136001, "their": 0.2824860161310057, "they": 0.2714672949848697}, "nude": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "nukes": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "number": {"their - they": 0.04734208943148688, "their": 0.35886626787656134, "they": 0.31152417844507446}, "numbers": {"their - they": 0.08457010739545795, "their": 0.31177712833146365, "they": 0.2272070209360057}, "numerically": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "nutter": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "nuttier": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ny": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "nyc": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "oak": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "obama": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "objective": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "objects": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "oblivious": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "obscuring": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "observationi": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "observatory": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "observed": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "observing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "obsolete": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "obstacle": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "obvious": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "occupied": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "occupies": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "occur": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "occurrence": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "ocean": {"their - they": -0.03675020778170207, "their": 0.213752209120547, "they": 0.25050241690224906}, "october": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "odd": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "oddly": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "ode": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "odyssey": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "of": {"their - they": -0.0021375026439192646, "their": 0.2890027189700099, "they": 0.29114022161392916}, "off": {"their - they": -0.00668016097148344, "their": 0.3415713410282295, "they": 0.34825150199971294}, "offense": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "offensive": {"their - they": 0.010288214053317646, "their": 0.2501484598361007, "they": 0.23986024578278303}, "offer": {"their - they": 0.03930699464838916, "their": 0.2898094115506382, "they": 0.25050241690224906}, "offered": {"their - they": -0.010919238301802303, "their": 0.30318257336047394, "they": 0.31410181166227624}, "offering": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "offers": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "office": {"their - they": 0.010830907304128723, "their": 0.3232084684868483, "they": 0.3123775611827196}, "officers": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "offices": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "official": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "offloaded": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "offseason": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "often": {"their - they": 0.012142597652639642, "their": 0.34697953350154676, "they": 0.3348369358489071}, "oh": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "oil": {"their - they": 0.061647336998660346, "their": 0.29279048285313997, "they": 0.23114314585447962}, "okay": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "oladipo": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "old": {"their - they": -0.020942477290325723, "their": 0.27142331609289994, "they": 0.29236579338322566}, "older": {"their - they": -0.010919238301802303, "their": 0.30318257336047394, "they": 0.31410181166227624}, "omnipresent": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "on": {"their - they": 0.006334824918944104, "their": 0.373456858387945, "they": 0.3671220334690009}, "once": {"their - they": 0.012618828603186194, "their": 0.3648855497933715, "they": 0.3522667211901853}, "one": {"their - they": 0.004810765988791599, "their": 0.39745211080090576, "they": 0.39264134481211416}, "ones": {"their - they": 0.010598040168033118, "their": 0.31132680184725214, "they": 0.300728761679219}, "online": {"their - they": 0.050250695501137865, "their": 0.3000127256745441, "they": 0.24976203017340626}, "only": {"their - they": 0.0049128750466306825, "their": 0.3632430594705653, "they": 0.3583301844239346}, "onto": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "op": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "open": {"their - they": 0.011639489980794171, "their": 0.33292551300275175, "they": 0.3212860230219576}, "opened": {"their - they": -0.010920294387171181, "their": 0.29599932223659137, "they": 0.30691961662376255}, "opening": {"their - they": 0.05614590923603058, "their": 0.27426751645521014, "they": 0.21812160721917956}, "operate": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "operation": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "operations": {"their - they": 0.010322138449885276, "their": 0.29599932223659137, "they": 0.2856771837867061}, "operatives": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "operators": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "opinion": {"their - they": -0.010920294387171181, "their": 0.29599932223659137, "they": 0.30691961662376255}, "opinions": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "opponent": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "opportunity": {"their - they": 0.10638537508451529, "their": 0.32450698230369485, "they": 0.21812160721917956}, "opposing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "opposite": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "opposition": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "opt": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "opted": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "optimism": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "optimize": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "option": {"their - they": 0.039473537112002605, "their": 0.28435880831595794, "they": 0.24488527120395534}, "options": {"their - they": 0.08546115685030864, "their": 0.29599932223659137, "they": 0.21053816538628273}, "or": {"their - they": 0.008511448290594914, "their": 0.37007899642919667, "they": 0.36156754813860176}, "orange": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "orbit": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "order": {"their - they": 0.056382438218563646, "their": 0.3166261625470086, "they": 0.26024372432844495}, "ordered": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ordinary": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "org": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "organic": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "organisation": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "organisations": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "organised": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "organising": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "organisms": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "organization": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "organized": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "organs": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "oriented": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "origin": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "originally": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "origins": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "orlando": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "orlean": {"their - they": 0.010014536043280148, "their": 0.19032797318966355, "they": 0.1803134371463834}, "ornaments": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "other": {"their - they": 0.0071611936134172716, "their": 0.38365725712069837, "they": 0.3764960635072811}, "others": {"their - they": 0.021698940998494953, "their": 0.34298496402045253, "they": 0.3212860230219576}, "otherwise": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "otukpo": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "our": {"their - they": 0.0015409048224431787, "their": 0.33708175255324124, "they": 0.33554084773079806}, "out": {"their - they": 0.011728965366898547, "their": 0.39004999607537755, "they": 0.378321030708479}, "outcome": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "outdoors": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "outfits": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "outlets": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "outlook": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "outnumbered": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "outright": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "outside": {"their - they": -0.027800009364475797, "their": 0.30318257336047394, "they": 0.33098258272494974}, "outspoken": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "over": {"their - they": 0.017955190145884203, "their": 0.38416119890503825, "they": 0.36620600875915404}, "overall": {"their - they": 0.009666077993251393, "their": 0.22020424337953412, "they": 0.21053816538628273}, "overcame": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "overestimate": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "overflowing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "overlap": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "overlapping": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "overlooked": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "overly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "overnight": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "overrated": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "overscaled": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "oversee": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "overseeing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "oversight": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "overtures": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "overturned": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "overuse": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "own": {"their - they": 0.01907395983642518, "their": 0.3618567801895948, "they": 0.3427828203531696}, "owner": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "owners": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "ownership": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "p": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "pace": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "paced": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pacers": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "pacific": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "pacing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pack": {"their - they": -0.066234497119119, "their": 0.19032797318966355, "they": 0.25656247030878254}, "package": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "packaging": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pad": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "page": {"their - they": 0.02817468582529742, "their": 0.3141460488744762, "they": 0.2859713630491788}, "pages": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "pain": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pains": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "paint": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "painted": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "paletas": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "palpable": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pandemic": {"their - they": 0.060544520327790396, "their": 0.3174284182987639, "they": 0.2568838979709735}, "pandemonium": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "panic": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "papers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "parent": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "parents": {"their - they": 0.05684056649468766, "their": 0.2551091194305478, "they": 0.19826855293586015}, "park": {"their - they": 0.05701408421654797, "their": 0.2501484598361007, "they": 0.1931343756195527}, "parking": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "parks": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "parliament": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "part": {"their - they": 0.012484066233546753, "their": 0.3515801521646527, "they": 0.33909608593110596}, "participants": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "participatory": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "particles": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "particular": {"their - they": -0.033083416734699334, "their": 0.30595247786550356, "they": 0.3390358946002029}, "particularly": {"their - they": 0.028059989851753953, "their": 0.3184550568516362, "they": 0.29039506699988227}, "parties": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "partner": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "partners": {"their - they": -0.06499450323042824, "their": 0.2366802429858688, "they": 0.30167474621629703}, "parts": {"their - they": 0.08546115685030864, "their": 0.29599932223659137, "they": 0.21053816538628273}, "party": {"their - they": -0.012296318168047549, "their": 0.3211737448047718, "they": 0.33347006297281934}, "partying": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "pass": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "passengers": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "passions": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "passive": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "past": {"their - they": 0.03804918136197005, "their": 0.34122652396713543, "they": 0.3031773426051654}, "pastimes": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pastor": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pastors": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pata": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "pathetic": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "paths": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "patience": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "patriots": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "patrol": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "patronize": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pattern": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "paul": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "pause": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "pawn": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "pay": {"their - they": 0.010676572776475102, "their": 0.30595247786550356, "they": 0.29527590508902846}, "payday": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "paying": {"their - they": 0.010676572776475102, "their": 0.30595247786550356, "they": 0.29527590508902846}, "pbt": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "peace": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "peaches": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "peak": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "peaking": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "peasant": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pee": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pegged": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pejoratively": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pekarek": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pellage": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pending": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "peninsula": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "penn": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "penned": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pennpraxis": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pennsylvania": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pensioners": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pensions": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "people": {"their - they": -0.005983279336693792, "their": 0.372630704936608, "they": 0.3786139842733018}, "peoples": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "peppa": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "per": {"their - they": 0.04298912207723615, "their": 0.3211737448047718, "they": 0.27818462272753564}, "percent": {"their - they": 0.028887735463494157, "their": 0.2866714939706021, "they": 0.25778375850710794}, "percentage": {"their - they": -0.018746946408024656, "their": 0.2606542573185099, "they": 0.27940120372653454}, "perfect": {"their - they": 0.010830907304128723, "their": 0.3232084684868483, "they": 0.3123775611827196}, "perfecting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "perfectly": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "performance": {"their - they": 0.010903209291420357, "their": 0.3184550568516362, "they": 0.30755184756021586}, "performances": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "performed": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "performer": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "performing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "perhaps": {"their - they": 0.02237131441393514, "their": 0.3484509419665447, "they": 0.32607962755260955}, "perilous": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "perimeter": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "period": {"their - they": 0.032212402747595015, "their": 0.30114188012863696, "they": 0.26892947738104195}, "periods": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "perm": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "permanent": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "permissible": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "perpetuity": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "perplexing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "persecution": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "persistent": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "person": {"their - they": 0.02550535211502769, "their": 0.32868269472019307, "they": 0.3031773426051654}, "personal": {"their - they": 0.035811605092771814, "their": 0.31913670740013994, "they": 0.2833251023073681}, "personality": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "personally": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "personnel": {"their - they": -0.06526041267144678, "their": 0.22770000616206965, "they": 0.2929604188335164}, "pet": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "petrol": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "petrov": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "petty": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "peyton": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "phenomenon": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "philadelphia": {"their - they": 0.039473537112002605, "their": 0.28435880831595794, "they": 0.24488527120395534}, "philly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "philosopher": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "phone": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "phones": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "phosphoric": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "phosphorus": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "photo": {"their - they": 0.010483929679208637, "their": 0.28435880831595794, "they": 0.2738748786367493}, "photos": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "physical": {"their - they": 0.010405170641418604, "their": 0.32450698230369485, "they": 0.31410181166227624}, "physically": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "physicist": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "physics": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "piano": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "piatti": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "picked": {"their - they": 0.060544520327790396, "their": 0.3174284182987639, "they": 0.2568838979709735}, "picking": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "picture": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "piece": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "pieces": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "piette": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pig": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "pigs": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "pillars": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "pills": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pimply": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pin": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pinecastle": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pinkett": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pinterest": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pioneer": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "pipes": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pirkanmaa": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pirkkala": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "pistons": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "pithy": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pits": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "pittance": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "place": {"their - they": 0.012819436175896703, "their": 0.3637488376995685, "they": 0.3509294015236718}, "placed": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "places": {"their - they": -0.018692902378306286, "their": 0.27426751645521014, "they": 0.2929604188335164}, "plague": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "plain": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "plains": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "plan": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "planaustin": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "planets": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "planned": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "planners": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "planning": {"their - they": -0.01884842929255731, "their": 0.21241765151342912, "they": 0.23126608080598643}, "planphilly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "plans": {"their - they": 0.03911542426561787, "their": 0.29599932223659137, "they": 0.2568838979709735}, "plant": {"their - they": -0.01089662828004967, "their": 0.26381555890647984, "they": 0.2747121871865295}, "planted": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "plastic": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "platform": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "platinum": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "play": {"their - they": 0.012031244015919429, "their": 0.3532637141104667, "they": 0.34123247009454727}, "played": {"their - they": 0.028059989851753953, "their": 0.3184550568516362, "they": 0.29039506699988227}, "player": {"their - they": 0.011062423186855241, "their": 0.27948258867867937, "they": 0.2684201654918241}, "players": {"their - they": 0.011062423186855241, "their": 0.27948258867867937, "they": 0.2684201654918241}, "playing": {"their - they": -0.028116158158580484, "their": 0.2750611844465849, "they": 0.3031773426051654}, "playmakers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "playoff": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "playoffs": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "plays": {"their - they": -0.018692902378306286, "their": 0.27426751645521014, "they": 0.2929604188335164}, "please": {"their - they": 0.02539488411237789, "their": 0.33294673167259375, "they": 0.30755184756021586}, "pleases": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pleasure": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "plenty": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "plethora": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "plus": {"their - they": -0.036679654591439376, "their": 0.22020424337953412, "they": 0.2568838979709735}, "pocket": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "podcast": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "podcasts": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "point": {"their - they": 0.00041575920837499947, "their": 0.3217017822303326, "they": 0.3212860230219576}, "points": {"their - they": 0.09308648588981072, "their": 0.33294673167259375, "they": 0.23986024578278303}, "poised": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "polarization": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pole": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "police": {"their - they": 0.011135265743071554, "their": 0.3031753807265698, "they": 0.29204011498349824}, "policy": {"their - they": 0.07766057520347575, "their": 0.33454447317444924, "they": 0.2568838979709735}, "policymakers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "polite": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "political": {"their - they": 0.023042382619732682, "their": 0.321186435902561, "they": 0.29814405328282834}, "politicians": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "politicospeak": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "politics": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "polling": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ponder": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "poorly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pop": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "popcorn": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pops": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "popular": {"their - they": 0.0558983200489368, "their": 0.3273656150338065, "they": 0.2714672949848697}, "popularity": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "population": {"their - they": 0.05641569332845847, "their": 0.2669538587147412, "they": 0.21053816538628273}, "port": {"their - they": -0.06547294040717197, "their": 0.22020424337953412, "they": 0.2856771837867061}, "portable": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "portal": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "portion": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "portrays": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "posing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "position": {"their - they": 0.01061294969756127, "their": 0.2750611844465849, "they": 0.2644482347490236}, "positions": {"their - they": 0.03930699464838916, "their": 0.2898094115506382, "they": 0.25050241690224906}, "positive": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "positives": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "possession": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "possibilities": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "possible": {"their - they": -0.027886882449384864, "their": 0.29599932223659137, "they": 0.32388620468597623}, "possibly": {"their - they": 0.010405170641418604, "their": 0.32450698230369485, "they": 0.31410181166227624}, "post": {"their - they": 0.027932563397819854, "their": 0.3232084684868483, "they": 0.29527590508902846}, "posts": {"their - they": 0.010223848226592475, "their": 0.2551091194305478, "they": 0.24488527120395534}, "potency": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "potential": {"their - they": 0.010405170641418604, "their": 0.32450698230369485, "they": 0.31410181166227624}, "potentially": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "pots": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "poverty": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pow": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "powder": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "powdered": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "power": {"their - they": -0.002766433134821278, "their": 0.34319169157168034, "they": 0.3459581247065016}, "powerful": {"their - they": -0.010920294387171181, "their": 0.29599932223659137, "they": 0.30691961662376255}, "powerfully": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pr": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "prabhakar": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "practical": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "practice": {"their - they": -0.03966957025597034, "their": 0.28302249668485097, "they": 0.3226920669408213}, "practices": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "practicing": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "practitioner": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pray": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "prayer": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "praying": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "pre": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "preach": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "preaching": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "precepts": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "precious": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "precipitate": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "preconceptions": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "preconstruction": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "predict": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "predictability": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "predicted": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "predictions": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "preference": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "premium": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "prepare": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "prepared": {"their - they": -0.010920294387171181, "their": 0.29599932223659137, "they": 0.30691961662376255}, "preparing": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "preposition": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "presence": {"their - they": 0.023284619704075915, "their": 0.3553092728693758, "they": 0.3320246531652999}, "present": {"their - they": -0.018765759206201493, "their": 0.2551091194305478, "they": 0.2738748786367493}, "presentations": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "presented": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "presenter": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "presenters": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "preservation": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "preservationists": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "preserve": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "preserved": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "presidency": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "president": {"their - they": 0.08744892350118541, "their": 0.2575335782553097, "they": 0.1700846547541243}, "presidential": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "press": {"their - they": 0.08506096614129438, "their": 0.30318257336047394, "they": 0.21812160721917956}, "pressure": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "pressures": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "presumably": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pretend": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pretended": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "prettiest": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pretty": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "prevalence": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "prevalent": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "prevent": {"their - they": -0.010919238301802303, "their": 0.30318257336047394, "they": 0.31410181166227624}, "prevented": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "preventing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "previous": {"their - they": -0.006368508288132901, "their": 0.28910693350608474, "they": 0.29547544179421764}, "previously": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "price": {"their - they": -0.020847281798277773, "their": 0.28910693350608474, "they": 0.3099542153043625}, "priced": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "prices": {"their - they": -0.06592818234467099, "their": 0.20300129503637096, "they": 0.26892947738104195}, "pricing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "prickly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pride": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "priests": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "primary": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "prime": {"their - they": 0.04886728938774315, "their": 0.33454447317444924, "they": 0.2856771837867061}, "primos": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "principle": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "principles": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "prior": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "priority": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "private": {"their - they": 0.0109603340887659, "their": 0.3376498468432333, "they": 0.3266895127544674}, "privatisation": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "privatise": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "proactive": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "probability": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "probable": {"their - they": -0.03690206378779162, "their": 0.19840613328438833, "they": 0.23530819707217995}, "probably": {"their - they": 0.025272285660513705, "their": 0.3376498468432333, "they": 0.3123775611827196}, "probe": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "problem": {"their - they": 0.02163272929175858, "their": 0.34569071453277217, "they": 0.3240579852410136}, "problems": {"their - they": 0.038536119385419676, "their": 0.3273656150338065, "they": 0.28882949564838684}, "proceeded": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "process": {"their - they": 0.0476910816471785, "their": 0.3510283245698514, "they": 0.3033372429226729}, "processed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "processes": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "processing": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "proclaiming": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "produce": {"their - they": 0.049116671734591444, "their": 0.328517875461126, "they": 0.27940120372653454}, "produced": {"their - they": 0.02560593522979565, "their": 0.32477816871152276, "they": 0.2991722334817271}, "producer": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "producers": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "product": {"their - they": 0.03804918136197005, "their": 0.34122652396713543, "they": 0.3031773426051654}, "production": {"their - they": 0.07835491108036016, "their": 0.31427072064263323, "they": 0.23591580956227307}, "products": {"their - they": 0.0317512345120578, "their": 0.3174284182987639, "they": 0.2856771837867061}, "professional": {"their - they": 0.0317512345120578, "their": 0.3174284182987639, "they": 0.2856771837867061}, "professionals": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "professor": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "profile": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "progeny": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "program": {"their - they": 0.01075008622526119, "their": 0.328517875461126, "they": 0.3177677892358648}, "programme": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "progress": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "progresses": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "progressively": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "project": {"their - they": 0.021698940998494953, "their": 0.34298496402045253, "they": 0.3212860230219576}, "projecting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "projections": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "projects": {"their - they": 0.009666077993251393, "their": 0.22020424337953412, "they": 0.21053816538628273}, "prolific": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "prolonged": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "promise": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "promising": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "promoting": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "prompt": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "promptly": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "pronounced": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "proper": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "properly": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "properties": {"their - they": 0.010508801675001345, "their": 0.3174284182987639, "they": 0.30691961662376255}, "property": {"their - they": 0.03911542426561787, "their": 0.29599932223659137, "they": 0.2568838979709735}, "prophet": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "proposals": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "proposed": {"their - they": 0.03129839858530553, "their": 0.33297314480160256, "they": 0.30167474621629703}, "prose": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "protagonist": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "protect": {"their - they": 0.06021426710657285, "their": 0.32450698230369485, "they": 0.264292715197122}, "protection": {"their - they": -0.018692902378306286, "their": 0.27426751645521014, "they": 0.2929604188335164}, "protective": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "protector": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "prototypes": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "proud": {"their - they": -0.06526041267144678, "their": 0.22770000616206965, "they": 0.2929604188335164}, "prove": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "proved": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "proven": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "provenance": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "provide": {"their - they": 0.011487855626361732, "their": 0.3244510927064017, "they": 0.31296323708004}, "provided": {"their - they": 0.03930699464838916, "their": 0.2898094115506382, "they": 0.25050241690224906}, "provider": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "provides": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "providing": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "provision": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "provocative": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "prudence": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "psychologically": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "psychologist": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "psychology": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "public": {"their - they": -0.0027691140675253356, "their": 0.3709107331977462, "they": 0.37367984726527154}, "publication": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "publications": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "publicity": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "publicly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "publish": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "published": {"their - they": 0.0496978141254526, "their": 0.3141460488744762, "they": 0.2644482347490236}, "publisher": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pull": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "pulse": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "punching": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "purchased": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pure": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "purity": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "purpose": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "purposes": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pursue": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "pursuing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "push": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "put": {"their - they": 0.01221978417404368, "their": 0.3547926815074999, "they": 0.3425728973334562}, "putnam": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "puts": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "putting": {"their - they": 0.08457010739545795, "their": 0.31177712833146365, "they": 0.2272070209360057}, "pyjamas": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "pyongyang": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "qaeda": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "quagmire": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "qualified": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "quality": {"their - they": 0.011162881881792763, "their": 0.32477816871152276, "they": 0.31361528682973}, "quantum": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "quarter": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "quarterback": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "quartet": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "queen": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "question": {"their - they": 0.03831208851753576, "their": 0.3337875303117534, "they": 0.29547544179421764}, "questioned": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "questions": {"their - they": -0.04053136039495106, "their": 0.23093593458991865, "they": 0.2714672949848697}, "quick": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "quicker": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "quickly": {"their - they": 0.0857986694905859, "their": 0.2898094115506382, "they": 0.20401074206005232}, "quietly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "quit": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "quite": {"their - they": -0.0064099674315789, "their": 0.30114188012863696, "they": 0.30755184756021586}, "quits": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rabidly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "race": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "racial": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "radical": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "radio": {"their - they": 0.010408207824103677, "their": 0.2898094115506382, "they": 0.27940120372653454}, "radioactive": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "radioactivity": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "radios": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "radius": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "raf": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rage": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "raging": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "rails": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rain": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "rains": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "raise": {"their - they": -0.020737034888963835, "their": 0.30595247786550356, "they": 0.3266895127544674}, "raitt": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rallied": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ramakrishna": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rand": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "randall": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "random": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "randy": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "range": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "ranging": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "ranked": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "ranking": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "rap": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rapid": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "rapidly": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "rapper": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rare": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "rarely": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "rate": {"their - they": -0.010917096773070512, "their": 0.28435880831595794, "they": 0.29527590508902846}, "rates": {"their - they": 0.009666077993251393, "their": 0.22020424337953412, "they": 0.21053816538628273}, "rather": {"their - they": 0.011805709705639822, "their": 0.36597320494040175, "they": 0.35416749523476193}, "rationality": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ray": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rays": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "re": {"their - they": -0.002728805645471566, "their": 0.36444815057042756, "they": 0.36717695621589913}, "reach": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "reached": {"their - they": 0.06106720666154822, "their": 0.30595247786550356, "they": 0.24488527120395534}, "react": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "reactions": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "reactive": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "read": {"their - they": -0.00955418210621839, "their": 0.33046833386839175, "they": 0.34002251597461014}, "reader": {"their - they": 0.03129839858530553, "their": 0.33297314480160256, "they": 0.30167474621629703}, "readers": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "readily": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "readiness": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "reading": {"their - they": 0.011219529500409275, "their": 0.3211737448047718, "they": 0.3099542153043625}, "reads": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ready": {"their - they": 0.010598040168033118, "their": 0.31132680184725214, "they": 0.300728761679219}, "real": {"their - they": 0.011588870592235456, "their": 0.3516113865668456, "they": 0.34002251597461014}, "realisation": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "realise": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "reality": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "realization": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "realize": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "realizes": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "really": {"their - they": 0.01903279426094634, "their": 0.35741264292341, "they": 0.3383798486624637}, "reared": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "rearing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "reason": {"their - they": -0.01582742611335458, "their": 0.3232084684868483, "they": 0.3390358946002029}, "reasons": {"their - they": -0.06464328751133569, "their": 0.24795415223046213, "they": 0.3125974397417978}, "reassuring": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rebel": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rebellious": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rebirth": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "reborn": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rebounding": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "rebounds": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rebuilding": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "rebuilt": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "recalled": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "receive": {"their - they": -0.03966957025597034, "their": 0.28302249668485097, "they": 0.3226920669408213}, "received": {"their - they": 0.06106720666154822, "their": 0.30595247786550356, "they": 0.24488527120395534}, "recent": {"their - they": 0.03831208851753576, "their": 0.3337875303117534, "they": 0.29547544179421764}, "recently": {"their - they": 0.04333158581917662, "their": 0.31175175131100075, "they": 0.2684201654918241}, "reciprocated": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "recognizable": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "recognize": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "recognized": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "reconciliations": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "record": {"their - they": 0.060544520327790396, "their": 0.3174284182987639, "they": 0.2568838979709735}, "recorded": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "records": {"their - they": -0.03690206378779162, "their": 0.19840613328438833, "they": 0.23530819707217995}, "recovery": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rectifying": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "recurrent": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "red": {"their - they": 0.0317512345120578, "their": 0.3174284182987639, "they": 0.2856771837867061}, "reddy": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "redefined": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "redesign": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "redshirt": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "reduce": {"their - they": -0.010919238301802303, "their": 0.30318257336047394, "they": 0.31410181166227624}, "reduced": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "redundant": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "referee": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "reference": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "referenced": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "referred": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "reflect": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "reflecting": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "reflection": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "reflects": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "reform": {"their - they": 0.03930699464838916, "their": 0.2898094115506382, "they": 0.25050241690224906}, "refusal": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "refuse": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "refuted": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "regard": {"their - they": 0.06021426710657285, "their": 0.32450698230369485, "they": 0.264292715197122}, "regarded": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "regarding": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "regimes": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "region": {"their - they": 0.08457010739545795, "their": 0.31177712833146365, "they": 0.2272070209360057}, "regional": {"their - they": 0.02817468582529742, "their": 0.3141460488744762, "they": 0.2859713630491788}, "regions": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "registered": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "regular": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "regularly": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "reinterment": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "reinventing": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "reject": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "rejected": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rejoice": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rejuvenating": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "relate": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "related": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "relations": {"their - they": 0.09387280852779906, "their": 0.3211737448047718, "they": 0.22730093627697273}, "relationship": {"their - they": 0.06477704271119217, "their": 0.3178238462922123, "they": 0.2530468035810201}, "relationships": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "relative": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "relatively": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "relativity": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "relax": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "relay": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "released": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "relentless": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "relevant": {"their - they": -0.027886882449384864, "their": 0.29599932223659137, "they": 0.32388620468597623}, "reliability": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "reliable": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "relies": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "religion": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "rely": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rem": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "remaining": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "remains": {"their - they": 0.0319255981207176, "their": 0.31132680184725214, "they": 0.27940120372653454}, "remarkable": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "remember": {"their - they": 0.02778911378190696, "their": 0.328517875461126, "they": 0.300728761679219}, "remembers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "remembrance": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "remind": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "reminded": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "remodel": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "remote": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "remove": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "removed": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "renamed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rental": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "rented": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "repeat": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "repertoire": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "repetitious": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "reply": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "report": {"their - they": 0.022879313230578846, "their": 0.3278911708271039, "they": 0.30501185759652505}, "reporters": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "reports": {"their - they": 0.039473537112002605, "their": 0.28435880831595794, "they": 0.24488527120395534}, "represented": {"their - they": -0.018692902378306286, "their": 0.27426751645521014, "they": 0.2929604188335164}, "reproductive": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "reprotoxic": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "republic": {"their - they": 0.08634674051653912, "their": 0.27948111613609183, "they": 0.1931343756195527}, "republican": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "request": {"their - they": 0.10731605978719982, "their": 0.31132680184725214, "they": 0.20401074206005232}, "requests": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "require": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "required": {"their - they": -0.0063955487696774616, "their": 0.2967817938354879, "they": 0.3031773426051654}, "requirements": {"their - they": -0.018692902378306286, "their": 0.27426751645521014, "they": 0.2929604188335164}, "requires": {"their - they": 0.08506096614129438, "their": 0.30318257336047394, "they": 0.21812160721917956}, "rescued": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "research": {"their - they": 0.02640542460405121, "their": 0.2929530733831598, "they": 0.2665476487791086}, "researched": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "resend": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "residential": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "residents": {"their - they": 0.0317512345120578, "their": 0.3174284182987639, "they": 0.2856771837867061}, "resignations": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "resolution": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "resolve": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "resource": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "resources": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "respect": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "respectability": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "respectful": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "respectively": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "respond": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "responded": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "responding": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "response": {"their - they": 0.04255166467271149, "their": 0.33294673167259375, "they": 0.29039506699988227}, "responsibility": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "responsible": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "rest": {"their - they": -0.010920294387171181, "their": 0.29599932223659137, "they": 0.30691961662376255}, "restaurant": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "restaurants": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "resting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "restore": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "result": {"their - they": 0.028059989851753953, "their": 0.3184550568516362, "they": 0.29039506699988227}, "resulted": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "resulting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "results": {"their - they": 0.08457010739545795, "their": 0.31177712833146365, "they": 0.2272070209360057}, "retailers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "retardants": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "return": {"their - they": -0.028116158158580484, "their": 0.2750611844465849, "they": 0.3031773426051654}, "returned": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "returnees": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "returning": {"their - they": 0.031546563470178424, "their": 0.32450698230369485, "they": 0.2929604188335164}, "returns": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "revealed": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "reveals": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "revenue": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "revered": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "reverence": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "review": {"their - they": 0.02817468582529742, "their": 0.3141460488744762, "they": 0.2859713630491788}, "reviewed": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "reviews": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "revitalize": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "revolt": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "revolting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "revolution": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "revolutionary": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "reward": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "reyes": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rhodes": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ribs": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rice": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "rich": {"their - they": -0.010919350128580807, "their": 0.2898094115506382, "they": 0.300728761679219}, "richard": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "richness": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ricky": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ride": {"their - they": -0.03690206378779162, "their": 0.19840613328438833, "they": 0.23530819707217995}, "ridenyc": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ridiculed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ridiculous": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "rifts": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "right": {"their - they": 0.029687176753725952, "their": 0.3717787625317192, "they": 0.34209158577799326}, "rightful": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rightly": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "rights": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "ring": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "ripped": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rise": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rises": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "risk": {"their - they": -0.06464328751133569, "their": 0.24795415223046213, "they": 0.3125974397417978}, "risky": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rival": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "rivm": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "road": {"their - they": 0.0356022051752391, "their": 0.32555466719781456, "they": 0.28995246202257546}, "roads": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "roasted": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "rob": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "robbery": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "robbing": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "roberto": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "rock": {"their - they": 0.010322138449885276, "their": 0.29599932223659137, "they": 0.2856771837867061}, "rocket": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "rockets": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "rocks": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "rodney": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "roetter": {"their - they": 0.009866919416818248, "their": 0.20300129503637096, "they": 0.1931343756195527}, "rogers": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "rohan": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "role": {"their - they": 0.011440718831257302, "their": 0.3273656150338065, "they": 0.3159248962025492}, "roles": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "rolled": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "roof": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "rookie": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "room": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "root": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "roots": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "rossdale": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rounded": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rounds": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "routinely": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "row": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "roy": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "rs": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "rss": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rt": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rule": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "rulers": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "rules": {"their - they": 0.04886728938774315, "their": 0.33454447317444924, "they": 0.2856771837867061}, "rumors": {"their - they": 0.010069960743767703, "their": 0.2669538587147412, "they": 0.2568838979709735}, "run": {"their - they": -0.0063955487696774616, "their": 0.2967817938354879, "they": 0.3031773426051654}, "running": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "rupert": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "rush": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "rushed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ruslan": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "russell": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "russia": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "russian": {"their - they": 0.010069960743767703, "their": 0.2669538587147412, "they": 0.2568838979709735}, "russians": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "ryan": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "s": {"their - they": 0.008224844575338952, "their": 0.35413620442280647, "they": 0.3459113598474675}, "sabonis": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sachiko": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sacred": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sad": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "sadarius": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sadly": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "safe": {"their - they": 0.010405170641418604, "their": 0.32450698230369485, "they": 0.31410181166227624}, "safestyle": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "safety": {"their - they": -0.0864018055002066, "their": 0.22770000616206965, "they": 0.31410181166227624}, "said": {"their - they": 0.003315686492289527, "their": 0.32639756161317623, "they": 0.3230818751208867}, "sales": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "salisbury": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "salt": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "same": {"their - they": 0.020363095110311202, "their": 0.3532637141104667, "they": 0.3329006190001555}, "sample": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "samurai": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "san": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sanctify": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "santana": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "saphir": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "satan": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "satellites": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "saturday": {"their - they": 0.010746813128754695, "their": 0.30114188012863696, "they": 0.29039506699988227}, "satyanarayana": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "sauce": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "savannah": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "save": {"their - they": 0.03911542426561787, "their": 0.29599932223659137, "they": 0.2568838979709735}, "saved": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "savings": {"their - they": 0.05614590923603058, "their": 0.27426751645521014, "they": 0.21812160721917956}, "saw": {"their - they": -0.007345951802340933, "their": 0.32555466719781456, "they": 0.3329006190001555}, "say": {"their - they": 0.020170086476248572, "their": 0.345862168999706, "they": 0.32569208252345744}, "saying": {"their - they": -0.010910178602593912, "their": 0.2750611844465849, "they": 0.2859713630491788}, "says": {"their - they": -0.010913950863790434, "their": 0.27948111613609183, "they": 0.29039506699988227}, "scaife": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "scaled": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "scandal": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "scarlet": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "scenarios": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "scenes": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "schedule": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "scheduled": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "scholar": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "scholarship": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "school": {"their - they": 0.0241350315927355, "their": 0.3217017822303326, "they": 0.2975667506375971}, "schultz": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "science": {"their - they": 0.05057145350530484, "their": 0.29158909147712964, "they": 0.2410176379718248}, "sciences": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "scientific": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "scientist": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "scientists": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "scoping": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "scorching": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "score": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "scored": {"their - they": 0.010069960743767703, "their": 0.2669538587147412, "they": 0.2568838979709735}, "scorer": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "scores": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "scoring": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "scratcher": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "screen": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "scripted": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "scripture": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "scrutiny": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "sea": {"their - they": 0.01061294969756127, "their": 0.2750611844465849, "they": 0.2644482347490236}, "seahawks": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sealed": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "search": {"their - they": -0.037204062580278, "their": 0.15609115393871223, "they": 0.19329521651899023}, "searching": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "season": {"their - they": 0.027287450886334663, "their": 0.2560373264525275, "they": 0.22874987556619286}, "seasons": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "seat": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "seating": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "sec": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "secluded": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "second": {"their - they": 0.00463658741538614, "their": 0.3275784728795481, "they": 0.32294188546416197}, "secret": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "secretary": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "section": {"their - they": -0.036679654591439376, "their": 0.22020424337953412, "they": 0.2568838979709735}, "sections": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "sector": {"their - they": 0.010922310778549105, "their": 0.28910693350608474, "they": 0.27818462272753564}, "secure": {"their - they": -0.0864018055002066, "their": 0.22770000616206965, "they": 0.31410181166227624}, "security": {"their - they": 0.039473537112002605, "their": 0.28435880831595794, "they": 0.24488527120395534}, "seductive": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "see": {"their - they": -0.0026495786116885744, "their": 0.3249451067719716, "they": 0.32759468538366016}, "seed": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "seeding": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "seedy": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "seeing": {"their - they": -0.010919350128580807, "their": 0.2898094115506382, "they": 0.300728761679219}, "seek": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "seeking": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "seem": {"their - they": 0.011162881881792763, "their": 0.32477816871152276, "they": 0.31361528682973}, "seemed": {"their - they": -0.006425083317216029, "their": 0.30595247786550356, "they": 0.3123775611827196}, "seemingly": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "seems": {"their - they": 0.0016762410367109903, "their": 0.33292551300275175, "they": 0.33124927196604076}, "seen": {"their - they": 0.01165233878544375, "their": 0.31427072064263323, "they": 0.3026183818571895}, "seized": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "seldom": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "selecting": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "selective": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "self": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "sell": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "semi": {"their - they": 0.05981139592807794, "their": 0.33297314480160256, "they": 0.2731617488735246}, "sen": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "senate": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sencha": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "sending": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "senior": {"their - they": 0.03129839858530553, "their": 0.33297314480160256, "they": 0.30167474621629703}, "seniors": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sensational": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sense": {"their - they": 0.0317512345120578, "their": 0.3174284182987639, "they": 0.2856771837867061}, "senses": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sensitive": {"their - they": 0.010508801675001345, "their": 0.3174284182987639, "they": 0.30691961662376255}, "sent": {"their - they": 0.010676572776475102, "their": 0.30595247786550356, "they": 0.29527590508902846}, "sentences": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "sentinels": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "seoul": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "separations": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sept": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "september": {"their - they": -0.028348628861174813, "their": 0.24937282837347682, "they": 0.27772145723465164}, "sergei": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "series": {"their - they": 0.05026847818725555, "their": 0.32555466719781456, "they": 0.275286189010559}, "serious": {"their - they": 0.04857383440524515, "their": 0.3415342532387616, "they": 0.2929604188335164}, "seriously": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "sermon": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "servants": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "serve": {"their - they": 0.010151840416260827, "their": 0.2606542573185099, "they": 0.25050241690224906}, "served": {"their - they": 0.010405170641418604, "their": 0.32450698230369485, "they": 0.31410181166227624}, "serves": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "service": {"their - they": 0.03535876236515467, "their": 0.33292551300275175, "they": 0.2975667506375971}, "services": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "serving": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "session": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "set": {"their - they": 0.03526790566692761, "their": 0.3356521975627123, "they": 0.3003842918957847}, "sets": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "setting": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "settle": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "seven": {"their - they": 0.010508801675001345, "their": 0.3174284182987639, "they": 0.30691961662376255}, "seventeenth": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "several": {"their - they": -0.005571370117091801, "their": 0.33798883420636416, "they": 0.34356020432345596}, "severe": {"their - they": -0.06499450323042824, "their": 0.2366802429858688, "they": 0.30167474621629703}, "severely": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sex": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "sexual": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "sh": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "shade": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "shaded": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "shadow": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "shakespeare": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "shall": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "shaped": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "share": {"their - they": 0.010877568747179989, "their": 0.3429022219124799, "they": 0.3320246531652999}, "shared": {"their - they": 0.010151840416260827, "their": 0.2606542573185099, "they": 0.25050241690224906}, "shares": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "sharing": {"their - they": 0.0317512345120578, "their": 0.3174284182987639, "they": 0.2856771837867061}, "shattered": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "shawn": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "she": {"their - they": -0.0069351587237987955, "their": 0.23442269765423424, "they": 0.24135785637803303}, "sheep": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "shells": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "shelves": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "shepherd": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sheri": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "shifts": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "shine": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "shines": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "shinier": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "shining": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "shipping": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "shire": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "shock": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "shocked": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "shocking": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "shoes": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "shop": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "shopping": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "shops": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "short": {"their - they": -0.0013014588410867889, "their": 0.32477816871152276, "they": 0.32607962755260955}, "shortcomings": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "shorten": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "shortly": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "shot": {"their - they": 0.06423445997116944, "their": 0.32868269472019307, "they": 0.2644482347490236}, "shots": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "should": {"their - they": 0.012542885741949283, "their": 0.3368683801562619, "they": 0.32432549441431263}, "shouldn": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "shouting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "shovels": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "show": {"their - they": 0.022936285340625084, "their": 0.32555466719781456, "they": 0.3026183818571895}, "showcase": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "showed": {"their - they": -0.018746946408024656, "their": 0.2606542573185099, "they": 0.27940120372653454}, "showing": {"their - they": 0.049333589850099, "their": 0.3232084684868483, "they": 0.2738748786367493}, "shown": {"their - they": -0.0035349606614511475, "their": 0.33454447317444924, "they": 0.3380794338359004}, "shows": {"their - they": 0.04217346023326085, "their": 0.3429022219124799, "they": 0.300728761679219}, "shut": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "sickly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "side": {"their - they": -0.00955418210621839, "their": 0.33046833386839175, "they": 0.34002251597461014}, "sidelines": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sides": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "sidewalk": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sight": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "sights": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sightseeing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "signal": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "signals": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "signature": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "signed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "significance": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "significant": {"their - they": 0.03831208851753576, "their": 0.3337875303117534, "they": 0.29547544179421764}, "significantly": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "signifies": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "signs": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "silence": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "silent": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "similar": {"their - they": -0.006425083317216029, "their": 0.30595247786550356, "they": 0.3123775611827196}, "similarities": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "simmons": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "simon": {"their - they": -0.06526041267144678, "their": 0.22770000616206965, "they": 0.2929604188335164}, "simple": {"their - they": 0.03129839858530553, "their": 0.33297314480160256, "they": 0.30167474621629703}, "simply": {"their - they": -0.003394854376737033, "their": 0.3065593609276255, "they": 0.3099542153043625}, "since": {"their - they": -0.010995472690487007, "their": 0.34595703663222704, "they": 0.35695250932271405}, "sinful": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sing": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "singing": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "single": {"their - they": 0.001596747948414745, "their": 0.3416192639230249, "they": 0.34002251597461014}, "singles": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sirens": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "sister": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "sit": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "site": {"their - they": -0.066234497119119, "their": 0.19032797318966355, "they": 0.25656247030878254}, "sitra": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sitting": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "situation": {"their - they": -0.026872771813691132, "their": 0.3217017822303326, "they": 0.3485745540440237}, "sity": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "six": {"their - they": 0.025698303010554147, "their": 0.3211737448047718, "they": 0.29547544179421764}, "sixers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sixth": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "size": {"their - they": -0.05693234597123503, "their": 0.2669538587147412, "they": 0.32388620468597623}, "sjoberg": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "skaggs": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "skeletal": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "skills": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "skripal": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "skripals": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sky": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "skyplussed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "skyward": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "slack": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "slamming": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "slang": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "slate": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "slaughter": {"their - they": -0.06564899460598755, "their": 0.213752209120547, "they": 0.27940120372653454}, "slavery": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "slaves": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "sleep": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sleepless": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sleeves": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "slices": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "slide": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "slightly": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "slogs": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "slow": {"their - they": 0.010508801675001345, "their": 0.3174284182987639, "they": 0.30691961662376255}, "slowness": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "small": {"their - they": -0.020770463428873676, "their": 0.30114188012863696, "they": 0.32191234355751064}, "smaller": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "smart": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "smashed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "smell": {"their - they": 0.00980772549763037, "their": 0.20807627843349052, "they": 0.19826855293586015}, "smidgen": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "smith": {"their - they": -0.010876175532434196, "their": 0.2519504890215441, "they": 0.2628266645539783}, "smoked": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "smooth": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "sneakily": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "snow": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "so": {"their - they": 0.008121766707529676, "their": 0.37728821089909687, "they": 0.3691664441915672}, "sob": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "soccer": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "social": {"their - they": 0.05505506915965813, "their": 0.3454501361595404, "they": 0.29039506699988227}, "socialist": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "society": {"their - they": 0.023645311847531547, "their": 0.34122652396713543, "they": 0.3175812121196039}, "sociology": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "soft": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "softeners": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "software": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "solar": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sold": {"their - they": -0.06547294040717197, "their": 0.22020424337953412, "they": 0.2856771837867061}, "soldier": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "solid": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "solidarity": {"their - they": 0.05641569332845847, "their": 0.2669538587147412, "they": 0.21053816538628273}, "solutions": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "solve": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "some": {"their - they": 0.01825016316430189, "their": 0.372329677737572, "they": 0.3540795145732701}, "somebody": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "somehow": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "someone": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "something": {"their - they": 0.028203358020541303, "their": 0.35886626787656134, "they": 0.33066290985602004}, "sometimes": {"their - they": -0.020770463428873676, "their": 0.30114188012863696, "they": 0.32191234355751064}, "somewhat": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "somewhere": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "son": {"their - they": 0.03975298737440494, "their": 0.2750611844465849, "they": 0.23530819707217995}, "song": {"their - they": 0.04017672676436704, "their": 0.26057562406572926, "they": 0.22039889730136222}, "songs": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "soon": {"their - they": 0.002576579697866288, "their": 0.3548765904172402, "they": 0.3523000107193739}, "sophomores": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sore": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "sorry": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "sort": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "sought": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "soul": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "sounding": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sounds": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "source": {"their - they": 0.0109603340887659, "their": 0.3376498468432333, "they": 0.3266895127544674}, "sourcing": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "south": {"their - they": 0.02578373130871403, "their": 0.3178238462922123, "they": 0.29204011498349824}, "southbank": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "southeast": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "southern": {"their - they": -0.06564899460598755, "their": 0.213752209120547, "they": 0.27940120372653454}, "soviet": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "soy": {"their - they": -0.08894958646646314, "their": 0.15609115393871223, "they": 0.24504074040517537}, "space": {"their - they": 0.03281548297921494, "their": 0.34298496402045253, "they": 0.3101694810412376}, "spaceport": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "spain": {"their - they": 0.05614590923603058, "their": 0.27426751645521014, "they": 0.21812160721917956}, "spam": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "spambots": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "spanish": {"their - they": 0.087142107609573, "their": 0.26381555890647984, "they": 0.17667345129690684}, "sparked": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sparkling": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "spats": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "speak": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "speaker": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "speaking": {"their - they": 0.08457010739545795, "their": 0.31177712833146365, "they": 0.2272070209360057}, "special": {"their - they": 0.06461127449598925, "their": 0.3211737448047718, "they": 0.25656247030878254}, "specialist": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "specialized": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "specialty": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "species": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "specific": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "specifically": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "spectacle": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "spectacular": {"their - they": 0.010669027320285407, "their": 0.2710158945453418, "they": 0.2603468672250564}, "spectators": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "spectrum": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "speech": {"their - they": 0.032443615628083566, "their": 0.29279048285313997, "they": 0.2603468672250564}, "speeches": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "speed": {"their - they": -0.018692902378306286, "their": 0.27426751645521014, "they": 0.2929604188335164}, "spellbound": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "spend": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "spending": {"their - they": 0.03129839858530553, "their": 0.33297314480160256, "they": 0.30167474621629703}, "spent": {"their - they": 0.038428218884893506, "their": 0.33046833386839175, "they": 0.29204011498349824}, "sphere": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "spiralling": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "spirit": {"their - they": 0.025698303010554147, "their": 0.3211737448047718, "they": 0.29547544179421764}, "spirited": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "spiritual": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "spiritually": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "spite": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "spoke": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "sporting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sports": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "spot": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "spots": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "spread": {"their - they": 0.08506096614129438, "their": 0.30318257336047394, "they": 0.21812160721917956}, "spreading": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "spreads": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "spring": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "spurrier": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "spying": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "squad": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "square": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "stability": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "stacking": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stacks": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stadium": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "staff": {"their - they": 0.03129839858530553, "their": 0.33297314480160256, "they": 0.30167474621629703}, "stage": {"their - they": -0.01091493860935766, "their": 0.31177712833146365, "they": 0.3226920669408213}, "stages": {"their - they": 0.08393630066435354, "their": 0.32254947771011366, "they": 0.23861317704576013}, "stained": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stakeholders": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stakes": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stalks": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stalwarts": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stan": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "standard": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "standards": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "standing": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "standoffs": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stanley": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "staple": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "star": {"their - they": 0.028374738200089844, "their": 0.3065593609276255, "they": 0.27818462272753564}, "starbucks": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "starfish": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stars": {"their - they": 0.056643515258457566, "their": 0.2606542573185099, "they": 0.20401074206005232}, "start": {"their - they": 0.038428218884893506, "their": 0.33046833386839175, "they": 0.29204011498349824}, "started": {"their - they": -0.026948822121433902, "their": 0.3031753807265698, "they": 0.3301242028480037}, "starter": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "starting": {"their - they": 0.011216257847191491, "their": 0.34122652396713543, "they": 0.33001026611994394}, "starts": {"their - they": 0.08546115685030864, "their": 0.29599932223659137, "they": 0.21053816538628273}, "state": {"their - they": 0.00613141878575274, "their": 0.3185828467461304, "they": 0.31245142796037767}, "stated": {"their - they": 0.08506096614129438, "their": 0.30318257336047394, "they": 0.21812160721917956}, "statement": {"their - they": -0.03996575790902135, "their": 0.2669538587147412, "they": 0.30691961662376255}, "statements": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "states": {"their - they": 0.03535876236515467, "their": 0.33292551300275175, "they": 0.2975667506375971}, "station": {"their - they": -0.042431227421418805, "their": 0.27948111613609183, "they": 0.32191234355751064}, "stature": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "stay": {"their - they": 0.01086863041007391, "their": 0.29279048285313997, "they": 0.28192185244306606}, "stayed": {"their - they": -0.03966957025597034, "their": 0.28302249668485097, "they": 0.3226920669408213}, "steadfast": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "steadfastly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "steadiness": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "steady": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "steal": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "steel": {"their - they": 0.00980772549763037, "their": 0.20807627843349052, "they": 0.19826855293586015}, "steelers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "steering": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "stefani": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stelth": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stemming": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stems": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "step": {"their - they": -0.020983177775054873, "their": 0.26234192453231325, "they": 0.2833251023073681}, "stephen": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stepped": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stepping": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "steps": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "steve": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "stevens": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "still": {"their - they": 0.007095417495822431, "their": 0.3624185108658199, "they": 0.35532309336999746}, "sting": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "stinky": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stint": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stipe": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stirring": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stitches": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stock": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stockpiling": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stole": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "stone": {"their - they": 0.010151840416260827, "their": 0.2606542573185099, "they": 0.25050241690224906}, "stood": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stop": {"their - they": 0.028463193540040288, "their": 0.3031753807265698, "they": 0.2747121871865295}, "stopped": {"their - they": -0.018692902378306286, "their": 0.27426751645521014, "they": 0.2929604188335164}, "store": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "stories": {"their - they": 0.02778911378190696, "their": 0.328517875461126, "they": 0.300728761679219}, "stormed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "story": {"their - they": 0.011219529500409275, "their": 0.3211737448047718, "they": 0.3099542153043625}, "storytellers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stout": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "straight": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "straightforward": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "strained": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "strange": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "strategies": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "strategy": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "stratosphere": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "straughn": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "streak": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stream": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "street": {"their - they": -0.001355637452422731, "their": 0.33294673167259375, "they": 0.3343023691250165}, "streets": {"their - they": 0.010408207824103677, "their": 0.2898094115506382, "they": 0.27940120372653454}, "strength": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "strengthened": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stressed": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "stretch": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "strike": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "striker": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "strive": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "strong": {"their - they": 0.03526790566692761, "their": 0.3356521975627123, "they": 0.3003842918957847}, "stronger": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "strongly": {"their - they": 0.05614590923603058, "their": 0.27426751645521014, "they": 0.21812160721917956}, "struck": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "struggled": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "struggles": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "stubborn": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "student": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "students": {"their - they": 0.08678190330044541, "their": 0.2710158945453418, "they": 0.1842339912448964}, "studies": {"their - they": 0.10829613715257358, "their": 0.2967817938354879, "they": 0.18848565668291434}, "study": {"their - they": 0.050250695501137865, "their": 0.3000127256745441, "they": 0.24976203017340626}, "studying": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "stuff": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "sturridge": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "style": {"their - they": -0.03996575790902135, "their": 0.2669538587147412, "they": 0.30691961662376255}, "stylistic": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "subdividing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "subdued": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "subject": {"their - they": 0.010746813128754695, "their": 0.30114188012863696, "they": 0.29039506699988227}, "subjected": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "submitted": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "subscription": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "subsequently": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "substance": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "substantial": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "substitute": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "subtle": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "subversive": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "succeeded": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "success": {"their - they": 0.049116671734591444, "their": 0.328517875461126, "they": 0.27940120372653454}, "successful": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "successfully": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "such": {"their - they": 0.018198030023399814, "their": 0.37639052964387415, "they": 0.35819249962047434}, "sudden": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "suddenly": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "suffered": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "suffering": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "sufficiently": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "sugar": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "suggest": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "suggested": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "suggests": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "suicide": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "suited": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "sullen": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sullivan": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "summarized": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "summerville": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "summie": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sun": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "sunday": {"their - they": 0.060544520327790396, "their": 0.3174284182987639, "they": 0.2568838979709735}, "sunken": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sunset": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "super": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "supply": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "support": {"their - they": 0.011639489980794171, "their": 0.33292551300275175, "they": 0.3212860230219576}, "supported": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "supporters": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "supportive": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "suppose": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "supposed": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "suppression": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "sure": {"their - they": -0.01124205800160083, "their": 0.34265043232059017, "they": 0.353892490322191}, "surface": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "surprised": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "surprising": {"their - they": -0.03996575790902135, "their": 0.2669538587147412, "they": 0.30691961662376255}, "surrounded": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "surrounds": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "survey": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "survive": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "survived": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "survivors": {"their - they": 0.05641569332845847, "their": 0.2669538587147412, "they": 0.21053816538628273}, "susan": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "suspect": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "suspected": {"their - they": 0.010408207824103677, "their": 0.2898094115506382, "they": 0.27940120372653454}, "suspects": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "suspend": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "suspended": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "suspension": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "swamps": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "swapped": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "swarm": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "swarming": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "swear": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "sweet": {"their - they": -0.00647560042125489, "their": 0.32450698230369485, "they": 0.33098258272494974}, "sweetened": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "sweetness": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "swift": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "swim": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "swoop": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "swooped": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "symbolic": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "symbols": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "syrup": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "system": {"their - they": 0.01144033557812063, "their": 0.34491039855093997, "they": 0.33347006297281934}, "systems": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "t": {"their - they": 0.005273205861592023, "their": 0.35130147828867764, "they": 0.3460282724270856}, "table": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "tables": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "tackle": {"their - they": 0.010069960743767703, "their": 0.2669538587147412, "they": 0.2568838979709735}, "taco": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tag": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "taider": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "taiwan": {"their - they": 0.009741467060494668, "their": 0.213752209120547, "they": 0.20401074206005232}, "take": {"their - they": 0.007266233666990252, "their": 0.35069320408656357, "they": 0.3434269704195733}, "taken": {"their - they": 0.021239392440729754, "their": 0.3365816578913001, "they": 0.31534226545057037}, "takeover": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "taking": {"their - they": 0.012217231588222244, "their": 0.36610972191041324, "they": 0.353892490322191}, "talent": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "talented": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "talk": {"their - they": 0.08393630066435354, "their": 0.32254947771011366, "they": 0.23861317704576013}, "talking": {"their - they": 0.04952557947059427, "their": 0.3184550568516362, "they": 0.26892947738104195}, "talks": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "tampere": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tank": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "targets": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "task": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tasked": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tasks": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tasman": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "taste": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "tatum": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "taxes": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "taxi": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "taxis": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "taylor": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tbd": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tdp": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "tea": {"their - they": -0.01884710575465709, "their": 0.18921753394400506, "they": 0.20806463969866215}, "teach": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "teachers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "teaching": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "teachings": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "team": {"their - they": 0.01209391684435318, "their": 0.3218898374792353, "they": 0.3097959206348821}, "teammates": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "teams": {"their - they": 0.011018721146136001, "their": 0.2824860161310057, "they": 0.2714672949848697}, "tear": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tearing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "teas": {"their - they": 0.009666077993251393, "their": 0.22020424337953412, "they": 0.21053816538628273}, "tec": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "technical": {"their - they": 0.010322138449885276, "their": 0.29599932223659137, "they": 0.2856771837867061}, "technically": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "techniques": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "technological": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "technologies": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "technology": {"their - they": -0.003376316584897565, "their": 0.3031753807265698, "they": 0.30655169731146736}, "teenaged": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "teenagers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "teens": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "telegraph": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "telescope": {"their - they": 0.010288214053317646, "their": 0.2501484598361007, "they": 0.23986024578278303}, "television": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tell": {"their - they": -0.015864217245467716, "their": 0.3141460488744762, "they": 0.33001026611994394}, "telling": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "telly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "temperament": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tempted": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tenant": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tend": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "tends": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "tensions": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "term": {"their - they": 0.011278942553911209, "their": 0.33735857010652076, "they": 0.32607962755260955}, "terms": {"their - they": 0.10731605978719982, "their": 0.31132680184725214, "they": 0.20401074206005232}, "terrain": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "terrible": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "terrifying": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "terrorism": {"their - they": 0.010069960743767703, "their": 0.2669538587147412, "they": 0.2568838979709735}, "terrorist": {"their - they": 0.010056393499259103, "their": 0.18672984479616594, "they": 0.17667345129690684}, "tesla": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "testimony": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "testing": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "texas": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "text": {"their - they": 0.010069960743767703, "their": 0.2669538587147412, "they": 0.2568838979709735}, "texture": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "than": {"their - they": 0.024665759957622047, "their": 0.3929124960270761, "they": 0.3682467360694541}, "thanks": {"their - they": -0.009557015533549262, "their": 0.33735857010652076, "they": 0.34691558564007}, "that": {"their - they": 0.0003792944100810547, "their": 0.34470133277696136, "they": 0.3443220383668803}, "thatch": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "thaw": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "the": {"their - they": -0.0027298958132714324, "their": 0.23222704664627497, "they": 0.2349569424595464}, "theatre": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "theatres": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "their": {"their - they": 0.06356178968472714, "their": 0.4413053852606844, "they": 0.37774359557595727}, "them": {"their - they": 0.014134156646357754, "their": 0.3797935551368984, "they": 0.36565939849054063}, "theme": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "themed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "themselves": {"their - they": 0.02131945675766017, "their": 0.3583889665252622, "they": 0.337069509767602}, "then": {"their - they": 0.02259977439263572, "their": 0.3783046961016895, "they": 0.35570492170905377}, "theories": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "theorised": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "theory": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "there": {"their - they": -0.001744756348845411, "their": 0.3711271984341179, "they": 0.3728719547829633}, "therefore": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "theresa": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "these": {"their - they": 0.010304004923472443, "their": 0.3797935551368984, "they": 0.36948955021342594}, "thewesternword": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "they": {"their - they": -0.05507671820429577, "their": 0.3839283923239051, "they": 0.43900511052820085}, "thick": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "thicker": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "thig": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "thimble": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "thing": {"their - they": 0.02442600815049023, "their": 0.3098674557624027, "they": 0.2854414476119125}, "things": {"their - they": 0.006732601949363315, "their": 0.35498410394907626, "they": 0.34825150199971294}, "think": {"their - they": -0.005517697354645135, "their": 0.3472054718112228, "they": 0.35272316916586793}, "thinkers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "thinking": {"their - they": 0.010508801675001345, "their": 0.3174284182987639, "they": 0.30691961662376255}, "thinks": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "third": {"their - they": 0.01165233878544375, "their": 0.31427072064263323, "they": 0.3026183818571895}, "thirty": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "this": {"their - they": -0.0002906850758904733, "their": 0.37266080033710536, "they": 0.37295148541299583}, "thomas": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "those": {"their - they": -0.0011528801545399037, "their": 0.3579600121595295, "they": 0.3591128923140694}, "though": {"their - they": 0.01206417057575343, "their": 0.32364412733515213, "they": 0.3115799567593987}, "thought": {"their - they": -0.018652970072945807, "their": 0.3098674557624027, "they": 0.3285204258353485}, "thoughtful": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "thoughts": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "thousands": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "thread": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "threads": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "threats": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "three": {"their - they": 0.01258231682088412, "their": 0.3568929512411585, "they": 0.3443106344202744}, "thrilled": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "thrilling": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "thrives": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "through": {"their - they": 0.02551836026256521, "their": 0.35623223610590676, "they": 0.33071387584334155}, "throughout": {"their - they": 0.0003174673389340632, "their": 0.3337875303117534, "they": 0.33347006297281934}, "throw": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "throws": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "thunder": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "thus": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "tibetans": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ticket": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "tickets": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "tide": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "ties": {"their - they": 0.03888985816335194, "their": 0.30318257336047394, "they": 0.264292715197122}, "tight": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "tim": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "time": {"their - they": 0.006026658488457626, "their": 0.37036478274680873, "they": 0.3643381242583511}, "times": {"their - they": 0.011820637713617632, "their": 0.33798883420636416, "they": 0.32616819649274653}, "timing": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "timothy": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tin": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tinned": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "tiny": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "tios": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tip": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tips": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tiptoeing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "title": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "titled": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "titles": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "to": {"their - they": 0.00013493482886106634, "their": 0.29866826737811153, "they": 0.29853333254925046}, "toasted": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "today": {"their - they": 0.011532301189094984, "their": 0.3217017822303326, "they": 0.3101694810412376}, "tofu": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "together": {"their - they": 0.011823094804368828, "their": 0.35211298283552683, "they": 0.340289888031158}, "tokyo": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "told": {"their - they": 0.003768791040435704, "their": 0.33116497527330546, "they": 0.32739618423286976}, "toll": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tom": {"their - they": -0.04016678565848064, "their": 0.2551091194305478, "they": 0.29527590508902846}, "tomorrow": {"their - they": -0.018765759206201493, "their": 0.2551091194305478, "they": 0.2738748786367493}, "tonantzin": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "tone": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "too": {"their - they": 0.00022110109861844807, "their": 0.3497946154660669, "they": 0.34957351436744843}, "took": {"their - they": -0.02705741486928326, "their": 0.30581571852555556, "they": 0.3328731333948388}, "tool": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tools": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "top": {"their - they": -0.00952326000647341, "their": 0.303903801556065, "they": 0.3134270615625384}, "topical": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "toptipz": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "toronto": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tortured": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tosh": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "toshimitsu": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "total": {"their - they": -0.018765759206201493, "their": 0.2551091194305478, "they": 0.2738748786367493}, "totaled": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "totalitarian": {"their - they": 0.00980772549763037, "their": 0.20807627843349052, "they": 0.19826855293586015}, "totalitarianism": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "totally": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "touch": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "touchdowns": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "touched": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "touchstone": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tough": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "tour": {"their - they": 0.010288214053317646, "their": 0.2501484598361007, "they": 0.23986024578278303}, "tourist": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "touristed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tours": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "toward": {"their - they": 0.055602907584217764, "their": 0.3337875303117534, "they": 0.27818462272753564}, "towards": {"their - they": -0.006457786387212339, "their": 0.3174284182987639, "they": 0.32388620468597623}, "town": {"their - they": 0.011515473343924498, "their": 0.2780631221230331, "they": 0.2665476487791086}, "toxic": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "toy": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "track": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "tracy": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "trade": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "traded": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tradeoffs": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tradition": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "traditional": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "traditionally": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "traditions": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "traffic": {"their - they": -0.036679654591439376, "their": 0.22020424337953412, "they": 0.2568838979709735}, "trail": {"their - they": -0.036679654591439376, "their": 0.22020424337953412, "they": 0.2568838979709735}, "train": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "trained": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "trainers": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "trajectory": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "transfer": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "transgressive": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "transitioned": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "transmission": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "transport": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "transporting": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "trauma": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "travel": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "travelled": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "travels": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "treated": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "treatment": {"their - they": 0.08744892350118541, "their": 0.2575335782553097, "they": 0.1700846547541243}, "tremble": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tremendous": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "trend": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "trends": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "trey": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tribute": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tricks": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tried": {"their - they": -0.001253972334956166, "their": 0.3178238462922123, "they": 0.31907781862716844}, "tries": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "trigger": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "trilateral": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "trip": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "trips": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "trouble": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "truck": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "trudge": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "true": {"their - they": 0.0015670546595412116, "their": 0.34491039855093997, "they": 0.34334334389139876}, "truly": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "trump": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "trust": {"their - they": -0.006440987388612651, "their": 0.31132680184725214, "they": 0.3177677892358648}, "truth": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "try": {"their - they": 0.032309338972652646, "their": 0.3583889665252622, "they": 0.32607962755260955}, "trying": {"their - they": 0.03526790566692761, "their": 0.3356521975627123, "they": 0.3003842918957847}, "tty": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tuesday": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "tumultuous": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tune": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "tuned": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "turbulence": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ture": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "turn": {"their - they": -0.020770463428873676, "their": 0.30114188012863696, "they": 0.32191234355751064}, "turned": {"their - they": 0.01075008622526119, "their": 0.328517875461126, "they": 0.3177677892358648}, "turning": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "turnout": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "turns": {"their - they": -0.03966957025597034, "their": 0.28302249668485097, "they": 0.3226920669408213}, "tusks": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tutorial": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "tv": {"their - they": 0.02778911378190696, "their": 0.328517875461126, "they": 0.300728761679219}, "tweet": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "tweets": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "twelve": {"their - they": -0.03675020778170207, "their": 0.213752209120547, "they": 0.25050241690224906}, "twentieth": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "twenty": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "twinkies": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "twitter": {"their - they": -0.010876175532434196, "their": 0.2519504890215441, "they": 0.2628266645539783}, "two": {"their - they": 0.013940244138069824, "their": 0.3764771598564934, "they": 0.36253691571842356}, "twots": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "tyler": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "type": {"their - they": 0.010508801675001345, "their": 0.3174284182987639, "they": 0.30691961662376255}, "types": {"their - they": -0.010920294387171181, "their": 0.29599932223659137, "they": 0.30691961662376255}, "typical": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "typically": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "typify": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "typos": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "u": {"their - they": 0.02882673213413761, "their": 0.28907045646258256, "they": 0.26024372432844495}, "udi": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "uglier": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ugly": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "uk": {"their - they": 0.010508801675001345, "their": 0.3174284182987639, "they": 0.30691961662376255}, "ultimately": {"their - they": -0.01091493860935766, "their": 0.31177712833146365, "they": 0.3226920669408213}, "ultranationalism": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ulvang": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "um": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "umami": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "unable": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "unanswered": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "unappreciated": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "unbiased": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "uncertain": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "uncertainty": {"their - they": -0.018594746618194602, "their": 0.2940026931236032, "they": 0.3125974397417978}, "uncommunicative": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "under": {"their - they": 0.021369054638423368, "their": 0.33116497527330546, "they": 0.3097959206348821}, "undercover": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "undercut": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "undergone": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "underground": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "undermined": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "underneath": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "underrated": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "understand": {"their - they": -0.020799418284115967, "their": 0.2967817938354879, "they": 0.3175812121196039}, "understood": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "undone": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "unearth": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "unearthed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "unenticing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "uneven": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "unfair": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "unfathomable": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "unflagging": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "unfold": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "unfortunate": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "unfortunately": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "ung": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "unhealthy": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "uniform": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "unimaginable": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "union": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "unique": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "unit": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "unite": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "united": {"their - they": 0.028374738200089844, "their": 0.3065593609276255, "they": 0.27818462272753564}, "unity": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "univer": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "universal": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "universe": {"their - they": 0.05581547574884527, "their": 0.28302249668485097, "they": 0.2272070209360057}, "university": {"their - they": 0.04271133167101426, "their": 0.32868269472019307, "they": 0.2859713630491788}, "unless": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "unlikely": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "unlimited": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "unnecessary": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "unnoticed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "unparalleled": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "unpleasant": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "unprecedented": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "unpredictable": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "unproven": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "unpublished": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "unrest": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "unruly": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "unsettled": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "unsolved": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "unstated": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "unsuspended": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "until": {"their - they": 0.01075008622526119, "their": 0.328517875461126, "they": 0.3177677892358648}, "unto": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "unveiling": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "unwanted": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "unwelcome": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "unwritten": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "up": {"their - they": -0.005955187576996257, "their": 0.36643382502046407, "they": 0.3723890125974603}, "update": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "upheaval": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "upon": {"their - they": 0.00947322204986309, "their": 0.2366802429858688, "they": 0.2272070209360057}, "upper": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "uppity": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "upset": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "uranium": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "urban": {"their - they": 0.010151840416260827, "their": 0.2606542573185099, "they": 0.25050241690224906}, "urbanism": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "urchins": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "urging": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "us": {"their - they": 0.012894741783686825, "their": 0.34011889408204704, "they": 0.3272241522983602}, "usd": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "usda": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "use": {"their - they": -0.03757536427117203, "their": 0.30830923886192296, "they": 0.345884603133095}, "used": {"their - they": 0.02692860716445139, "their": 0.3472054718112228, "they": 0.3202768646467714}, "useful": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "user": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "users": {"their - they": 0.010346479573999368, "their": 0.24565467664617932, "they": 0.23530819707217995}, "uses": {"their - they": 0.010483929679208637, "their": 0.28435880831595794, "they": 0.2738748786367493}, "using": {"their - they": 0.011574364941286608, "their": 0.3190987403137331, "they": 0.3075243753724465}, "ussr": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "usual": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "usually": {"their - they": -0.0035067777041739023, "their": 0.328517875461126, "they": 0.3320246531652999}, "utah": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "utilizes": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "utter": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "v": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "va": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "vaccines": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "valuable": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "valuables": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "value": {"their - they": -0.010920294387171181, "their": 0.29599932223659137, "they": 0.30691961662376255}, "valued": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "vapourised": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "variable": {"their - they": 0.009741467060494668, "their": 0.213752209120547, "they": 0.20401074206005232}, "variables": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "variances": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "variating": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "variation": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "varied": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "variety": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "various": {"their - they": 0.023645311847531547, "their": 0.34122652396713543, "they": 0.3175812121196039}, "varying": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "vast": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "ve": {"their - they": -0.0026946618507238673, "their": 0.33179107853878187, "they": 0.33448574038950574}, "vegan": {"their - they": -0.06579860020325878, "their": 0.20807627843349052, "they": 0.2738748786367493}, "vegetal": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "vehicle": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "velvety": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "veneer": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "venezuela": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "venezuelan": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "verbally": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "verne": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "versatile": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "verse": {"their - they": 0.05701408421654797, "their": 0.2501484598361007, "they": 0.1931343756195527}, "version": {"their - they": 0.010968706269310846, "their": 0.3141460488744762, "they": 0.3031773426051654}, "very": {"their - they": 0.018133652360887986, "their": 0.3772465446749574, "they": 0.3591128923140694}, "vice": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "vicious": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "victims": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "victor": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "victory": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "videos": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "view": {"their - they": 0.04952557947059427, "their": 0.3184550568516362, "they": 0.26892947738104195}, "views": {"their - they": 0.049116671734591444, "their": 0.328517875461126, "they": 0.27940120372653454}, "vijayawada": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "vikings": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "villalba": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "violence": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "violent": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "virginity": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "virtual": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "virtually": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "visibility": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "vision": {"their - they": 0.010322138449885276, "their": 0.29599932223659137, "they": 0.2856771837867061}, "visions": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "visit": {"their - they": 0.010223848226592475, "their": 0.2551091194305478, "they": 0.24488527120395534}, "visited": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "visiting": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "visitors": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "vital": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "vizag": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "vlogs": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "vocabulary": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "vocal": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "vocalist": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "vociferous": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "voice": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "voices": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "voicing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "volcanic": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "volunteer": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "vote": {"their - they": 0.010508801675001345, "their": 0.3174284182987639, "they": 0.30691961662376255}, "voters": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "voting": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "vpvb": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "vs": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "vulnerable": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "waaay": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "wade": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "waged": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "wahamaki": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "wait": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "waiter": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "waiting": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "waitress": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "walk": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "walking": {"their - they": 0.009952037968315841, "their": 0.32254947771011366, "they": 0.3125974397417978}, "wall": {"their - they": 0.01086863041007391, "their": 0.29279048285313997, "they": 0.28192185244306606}, "waller": {"their - they": 0.009666077993251393, "their": 0.22020424337953412, "they": 0.21053816538628273}, "walls": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "wander": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "wang": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "want": {"their - they": -0.013260457936102421, "their": 0.3356698720535713, "they": 0.3489303299896737}, "wanted": {"their - they": -0.003414418136267361, "their": 0.31020086869346264, "they": 0.31361528682973}, "wanting": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "wants": {"their - they": 0.0319255981207176, "their": 0.31132680184725214, "they": 0.27940120372653454}, "war": {"their - they": 0.011484923598496843, "their": 0.28008447908955814, "they": 0.2685995554910613}, "warm": {"their - they": -0.036331051620563604, "their": 0.24795415223046213, "they": 0.28428520385102574}, "warmed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "warning": {"their - they": -0.010886587236514422, "their": 0.2575335782553097, "they": 0.2684201654918241}, "wars": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "wartime": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "was": {"their - they": 0.005853678619671232, "their": 0.3476655094434465, "they": 0.34181183082377525}, "washington": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "wasn": {"their - they": -0.020847281798277773, "their": 0.28910693350608474, "they": 0.3099542153043625}, "waste": {"their - they": 0.08730121388815432, "their": 0.26057562406572926, "they": 0.17327441017757494}, "watch": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "watchdogs": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "watched": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "watching": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "water": {"their - they": 0.022756031961514156, "their": 0.33292551300275175, "they": 0.3101694810412376}, "waterfalls": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "waterfront": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "waterstones": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "waterways": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "wave": {"their - they": -0.018826095583487606, "their": 0.23093593458991865, "they": 0.24976203017340626}, "wavelength": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "waving": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "way": {"their - they": 0.012567089455702563, "their": 0.3470528298452083, "they": 0.33448574038950574}, "ways": {"their - they": 0.04857383440524515, "their": 0.3415342532387616, "they": 0.2929604188335164}, "wazuka": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "we": {"their - they": 0.0028868834985382175, "their": 0.3486396929388171, "they": 0.34575280944027886}, "weakest": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "wealth": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "wean": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "weapons": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "wear": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "wears": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "weaselled": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "weather": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "weathering": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "weaving": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "web": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "webb": {"their - they": 0.009969426361603084, "their": 0.19420341760649948, "they": 0.1842339912448964}, "website": {"their - they": -0.0034810442676190823, "their": 0.3232084684868483, "they": 0.3266895127544674}, "websites": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "weddings": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "wednesday": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "wee": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "week": {"their - they": 0.029521674363855943, "their": 0.3510788212541274, "they": 0.3215571468902715}, "weekend": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "weekly": {"their - they": -0.06499450323042824, "their": 0.2366802429858688, "they": 0.30167474621629703}, "weeks": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "weep": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "weigh": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "weighed": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "weight": {"their - they": -0.042431227421418805, "their": 0.27948111613609183, "they": 0.32191234355751064}, "welfare": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "well": {"their - they": 0.007929699654643407, "their": 0.3621367341479293, "they": 0.3542070344932859}, "wells": {"their - they": -0.036481505887655835, "their": 0.2366802429858688, "they": 0.2731617488735246}, "went": {"their - they": -0.020847281798277773, "their": 0.28910693350608474, "they": 0.3099542153043625}, "were": {"their - they": -0.004338930220544046, "their": 0.34410333049449326, "they": 0.3484422607150373}, "weren": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "wesley": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "west": {"their - they": 0.022688960482672327, "their": 0.3356521975627123, "they": 0.31296323708004}, "westerberg": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "western": {"their - they": 0.04886728938774315, "their": 0.33454447317444924, "they": 0.2856771837867061}, "westerners": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "whale": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "what": {"their - they": 0.0009415478779487563, "their": 0.37435985455179493, "they": 0.3734183066738462}, "whatever": {"their - they": 0.03911542426561787, "their": 0.29599932223659137, "they": 0.2568838979709735}, "wheel": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "when": {"their - they": -0.006554942241882744, "their": 0.3612578407273234, "they": 0.36781278296920616}, "where": {"their - they": 0.007598054666471121, "their": 0.3576171786457486, "they": 0.3500191239792775}, "whether": {"their - they": -0.012311093742393309, "their": 0.3038570394384268, "they": 0.3161681331808201}, "which": {"their - they": 0.014591451571485725, "their": 0.37065453505401147, "they": 0.35606308348252574}, "while": {"their - they": 0.003916125267542092, "their": 0.3676054576149519, "they": 0.3636893323474098}, "whiled": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "whilst": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "whim": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "whisking": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "white": {"their - they": 0.011689661049131495, "their": 0.34569071453277217, "they": 0.3340010534836407}, "who": {"their - they": 0.005346900605333382, "their": 0.36933229935126033, "they": 0.36398539874592695}, "whole": {"their - they": 0.011101482600589185, "their": 0.32868269472019307, "they": 0.3175812121196039}, "whose": {"their - they": 0.010676572776475102, "their": 0.30595247786550356, "they": 0.29527590508902846}, "why": {"their - they": 0.025087782301350947, "their": 0.37097238543444594, "they": 0.345884603133095}, "wicked": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "wide": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "widely": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "wider": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "widows": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "wife": {"their - they": 0.0317512345120578, "their": 0.3174284182987639, "they": 0.2856771837867061}, "wild": {"their - they": 0.009578398942890087, "their": 0.22770000616206965, "they": 0.21812160721917956}, "will": {"their - they": -0.00033810038675652354, "their": 0.36773154040453854, "they": 0.36806964079129506}, "william": {"their - they": -0.018652249531446063, "their": 0.28302249668485097, "they": 0.30167474621629703}, "willing": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "willingness": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "wilma": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "wilson": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "win": {"their - they": -0.0034810442676190823, "their": 0.3232084684868483, "they": 0.3266895127544674}, "window": {"their - they": -0.036679654591439376, "their": 0.22020424337953412, "they": 0.2568838979709735}, "windows": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "wing": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "winning": {"their - they": 0.04952557947059427, "their": 0.3184550568516362, "they": 0.26892947738104195}, "wins": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "wipe": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "wisdom": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "wise": {"their - they": -0.01091493860935766, "their": 0.31177712833146365, "they": 0.3226920669408213}, "wish": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "wished": {"their - they": 0.05479023330239097, "their": 0.3089194341438166, "they": 0.25412920084142565}, "with": {"their - they": 0.0028965759277691516, "their": 0.37253674731551084, "they": 0.3696401713877417}, "within": {"their - they": -0.007383263698993503, "their": 0.3416192639230249, "they": 0.3490025276220184}, "without": {"their - they": 0.012092852652627606, "their": 0.3365816578913001, "they": 0.3244888052386725}, "withstood": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "witnessing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "wolford": {"their - they": 0.009666077993251393, "their": 0.22020424337953412, "they": 0.21053816538628273}, "woman": {"their - they": 0.009860747811326342, "their": 0.28302249668485097, "they": 0.2731617488735246}, "women": {"their - they": -0.00331023614525372, "their": 0.29158909147712964, "they": 0.29489932762238336}, "won": {"their - they": 0.020863710869486074, "their": 0.35211298283552683, "they": 0.33124927196604076}, "wonder": {"their - they": 0.031546563470178424, "their": 0.32450698230369485, "they": 0.2929604188335164}, "wondered": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "wonderful": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "wondering": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "wonders": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "word": {"their - they": 0.011034710091777283, "their": 0.2445745579065364, "they": 0.23353984781475912}, "words": {"their - they": -0.010910178602593912, "their": 0.2750611844465849, "they": 0.2859713630491788}, "work": {"their - they": 0.018974088896385244, "their": 0.359855795907283, "they": 0.34088170701089776}, "worker": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "working": {"their - they": 0.011028635211735527, "their": 0.31020086869346264, "they": 0.2991722334817271}, "workplace": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "works": {"their - they": 0.032723985957599455, "their": 0.2824860161310057, "they": 0.24976203017340626}, "world": {"their - they": 0.01889668550153506, "their": 0.3543786309502308, "they": 0.33548194544869575}, "worried": {"their - they": 0.00997480125808814, "their": 0.27426751645521014, "they": 0.264292715197122}, "worries": {"their - they": -0.03610703626247469, "their": 0.2632899133737594, "they": 0.2993969496362341}, "worrisome": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "worry": {"their - they": -0.010917096773070512, "their": 0.28435880831595794, "they": 0.29527590508902846}, "worse": {"their - they": 0.06377496820648398, "their": 0.3376498468432333, "they": 0.2738748786367493}, "worst": {"their - they": 0.01010238211516662, "their": 0.31177712833146365, "they": 0.30167474621629703}, "worth": {"their - they": 0.04194337761728578, "their": 0.34886299424104833, "they": 0.30691961662376255}, "would": {"their - they": -0.012952837959340435, "their": 0.3508288536481596, "they": 0.3637816916075}, "wouldn": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "write": {"their - they": 0.038615379457939025, "their": 0.31177712833146365, "they": 0.2731617488735246}, "writer": {"their - they": -0.036679654591439376, "their": 0.22020424337953412, "they": 0.2568838979709735}, "writers": {"their - they": -0.03659270903505235, "their": 0.22770000616206965, "they": 0.264292715197122}, "writes": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "writing": {"their - they": 0.0319255981207176, "their": 0.31132680184725214, "they": 0.27940120372653454}, "written": {"their - they": 0.03911542426561787, "their": 0.29599932223659137, "they": 0.2568838979709735}, "wrong": {"their - they": -0.01091493860935766, "their": 0.31177712833146365, "they": 0.3226920669408213}, "wrote": {"their - they": -0.003394854376737033, "their": 0.3065593609276255, "they": 0.3099542153043625}, "wwf": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "www": {"their - they": 0.05981139592807794, "their": 0.33297314480160256, "they": 0.2731617488735246}, "x": {"their - they": -0.018765759206201493, "their": 0.2551091194305478, "they": 0.2738748786367493}, "xi": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "xochitl": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "yahoo": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "yale": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "yeah": {"their - they": 0.03826427385908793, "their": 0.32254947771011366, "they": 0.28428520385102574}, "year": {"their - they": 0.002685439545280166, "their": 0.32652474454815, "they": 0.32383930500286984}, "years": {"their - they": 0.00492250421779189, "their": 0.362522063448032, "they": 0.3575995592302401}, "yellow": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "yes": {"their - they": 0.010069960743767703, "their": 0.2669538587147412, "they": 0.2568838979709735}, "yet": {"their - they": -0.005571370117091801, "their": 0.33798883420636416, "they": 0.34356020432345596}, "yielded": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "yo": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "yoing": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "yong": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "yonhap": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "york": {"their - they": 0.02894576638994334, "their": 0.284380597063068, "they": 0.25543483067312467}, "yorker": {"their - they": 0.05538951607784309, "their": 0.2940026931236032, "they": 0.23861317704576013}, "you": {"their - they": 0.002596388160721552, "their": 0.3407418018868236, "they": 0.3381454137261021}, "you3": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "young": {"their - they": -0.009547489735708181, "their": 0.3217017822303326, "they": 0.33124927196604076}, "younger": {"their - they": 0.00952248450758253, "their": 0.3089194341438166, "they": 0.2993969496362341}, "your": {"their - they": 0.030484223527101506, "their": 0.34764584044114477, "they": 0.31716161691404327}, "yourself": {"their - they": 0.010222154526957516, "their": 0.30318257336047394, "they": 0.2929604188335164}, "yourselves": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "youtube": {"their - they": 0.009717489272577484, "their": 0.2940026931236032, "they": 0.28428520385102574}, "ys": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "ysrcp": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "yulia": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "zack": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "zakharova": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "zealand": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "zedong": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "zen": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "zion": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "zombies": {"their - they": 0.009160712532333748, "their": 0.2632899133737594, "they": 0.25412920084142565}, "zone": {"their - they": 0.010551638755049886, "their": 0.27948111613609183, "they": 0.26892947738104195}, "zoning": {"their - they": 0.009340975184702005, "their": 0.24795415223046213, "they": 0.23861317704576013}, "\u725b\u5976": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}, "\u8c46\u6f3f": {"their - they": 0.008868103870913635, "their": 0.2881068297925241, "they": 0.2792387259216105}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-them-they.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-them-they.json new file mode 100644 index 0000000000000000000000000000000000000000..f94ff4f3afc04492c2d9b0e4012cc1b00c810352 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/associations/npmi/combined-them-they.json @@ -0,0 +1 @@ +{"0": {"them - they": 0.02922136096604383, "them": 0.2935556817163811, "they": 0.26433432075033725}, "000": {"them - they": 0.015308040962499103, "them": 0.3254775220037367, "they": 0.3101694810412376}, "04": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "06": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "07": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "08": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "09": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "1": {"them - they": -0.001102255358135018, "them": 0.3274193677216231, "they": 0.32852162307975813}, "10": {"them - they": 0.03500495732989062, "them": 0.3234063233019414, "they": 0.2884013659720508}, "100": {"them - they": 0.03860897095367943, "them": 0.359894993975637, "they": 0.3212860230219576}, "100m\u00b2": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "10bn": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "11": {"them - they": 0.025267126263730122, "them": 0.3109443100504362, "they": 0.2856771837867061}, "11s": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "12": {"them - they": 0.02755627805305244, "them": 0.3341079753645198, "they": 0.30655169731146736}, "13": {"them - they": 0.03567454284128818, "them": 0.321645905890467, "they": 0.2859713630491788}, "14": {"them - they": 0.03567454284128818, "them": 0.321645905890467, "they": 0.2859713630491788}, "15": {"them - they": 0.08713753615717204, "them": 0.31086991441727835, "they": 0.2237323782601063}, "150": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "1500": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "159": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "16": {"them - they": -0.012716712854641377, "them": 0.290460629750524, "they": 0.3031773426051654}, "1600s": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "1640s": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "1664": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "17": {"them - they": 0.03860897095367943, "them": 0.359894993975637, "they": 0.3212860230219576}, "170": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "1790s": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "1794": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "1795": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "18": {"them - they": -0.01287909920400071, "them": 0.3048886900318641, "they": 0.3177677892358648}, "1827": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "18usd": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "19": {"them - they": -0.012623819903695932, "them": 0.2828516218905217, "they": 0.29547544179421764}, "1900": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "1932": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "1953": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "1960s": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "1966": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "1968": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "1969": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "1970s": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "1983": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "1987": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "1991": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "19th": {"them - they": 0.05127286650304552, "them": 0.25528360856309784, "they": 0.20401074206005232}, "2": {"them - they": 0.042371503375344344, "them": 0.353123611293225, "they": 0.31075210791788066}, "20": {"them - they": 0.04632562462575296, "them": 0.34969703007145647, "they": 0.3033714054457035}, "200": {"them - they": 0.025487486305329543, "them": 0.3048886900318641, "they": 0.27940120372653454}, "2001": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "2002": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "2006": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "2007": {"them - they": 0.08526382058453869, "them": 0.33576623748678774, "they": 0.25050241690224906}, "2008": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "2011": {"them - they": 0.10278587422679722, "them": 0.27945932552370406, "they": 0.17667345129690684}, "2012": {"them - they": 0.10087794797181177, "them": 0.3048886900318641, "they": 0.20401074206005232}, "2016": {"them - they": 0.05873087789286946, "them": 0.34470224094204827, "they": 0.2859713630491788}, "2017": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "2019": {"them - they": -0.024150372803542763, "them": 0.2615268109831633, "they": 0.2856771837867061}, "20th": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "21": {"them - they": 0.0842655865531583, "them": 0.3485583017502803, "they": 0.264292715197122}, "21st": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "23": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "235": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "24": {"them - they": -0.01287909920400071, "them": 0.3048886900318641, "they": 0.3177677892358648}, "25": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "25th": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "27": {"them - they": 0.004642913012189831, "them": 0.2615268109831633, "they": 0.2568838979709735}, "276": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "28": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "29": {"them - they": -0.0241175951634367, "them": 0.25528360856309784, "they": 0.27940120372653454}, "2m\u00b2": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "2nd": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "3": {"them - they": 0.04703073145255682, "them": 0.3536319616270108, "they": 0.306601230174454}, "30": {"them - they": -0.008309162873691711, "them": 0.31777046467891784, "they": 0.32607962755260955}, "300": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "31": {"them - they": 0.0842655865531583, "them": 0.3485583017502803, "they": 0.264292715197122}, "34": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "37": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "38": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "39": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "3rd": {"them - they": 0.05378795313026624, "them": 0.19753394789318043, "they": 0.1437459947629142}, "4": {"them - they": 0.03530271673856744, "them": 0.3170234480782204, "they": 0.281720731339653}, "40": {"them - they": -0.0241175951634367, "them": 0.25528360856309784, "they": 0.27940120372653454}, "400": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "40th": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "41": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "42": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "44": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "45": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "451": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "48": {"them - they": 0.09917302182534643, "them": 0.32638004276135213, "they": 0.2272070209360057}, "49": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "5": {"them - they": 0.05047463074003761, "them": 0.35010449208301564, "they": 0.29962986134297803}, "50": {"them - they": -0.02402296819777547, "them": 0.24042526655124816, "they": 0.2644482347490236}, "501s": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "5m": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "6": {"them - they": 0.040998654685156954, "them": 0.3134646847941823, "they": 0.27246603010902537}, "60": {"them - they": 0.0563650337602532, "them": 0.33576623748678774, "they": 0.27940120372653454}, "69p": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "7": {"them - they": 0.06496609216637195, "them": 0.3743183214823763, "they": 0.30935222931600437}, "75": {"them - they": -0.024183260247537863, "them": 0.26877715858597856, "they": 0.2929604188335164}, "76ers": {"them - they": 0.09917302182534643, "them": 0.32638004276135213, "they": 0.2272070209360057}, "7th": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "8": {"them - they": 0.04305129089732207, "them": 0.35839355634789244, "they": 0.31534226545057037}, "81st": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "82": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "85": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "884": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "9": {"them - they": 0.026156341059777877, "them": 0.2865032082848343, "they": 0.2603468672250564}, "90": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "98": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "99": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "9thmile": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "a": {"them - they": 0.03155424068966389, "them": 0.3445208395449994, "they": 0.3129665988553355}, "abel": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "abilities": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "ability": {"them - they": 0.057471679257320774, "them": 0.3643912958810833, "they": 0.30691961662376255}, "able": {"them - they": 0.03340060942109202, "them": 0.3686438114321662, "they": 0.33524320201107416}, "about": {"them - they": 0.022239937340403415, "them": 0.401088999988219, "they": 0.3788490626478156}, "above": {"them - they": 0.025681501137193585, "them": 0.2995563797739429, "they": 0.2738748786367493}, "abs": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "absolutely": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "absorbed": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "absurd": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "abundance": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "abuse": {"them - they": 0.08277869043247577, "them": 0.3670638942835015, "they": 0.28428520385102574}, "academic": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "accept": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "acceptance": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "accepting": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "access": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "accomplish": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "accord": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "according": {"them - they": -0.029038724839834384, "them": 0.2630054649152854, "they": 0.2920441897551198}, "account": {"them - they": 0.07871411209437723, "them": 0.3643912958810833, "they": 0.2856771837867061}, "accounted": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "accounts": {"them - they": 0.05601138480829515, "them": 0.34168856859500124, "they": 0.2856771837867061}, "accumulate": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "accuracy": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "accusations": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "achieve": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "achieved": {"them - they": 0.0040246934266736645, "them": 0.3109443100504362, "they": 0.30691961662376255}, "acid": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "acknowledge": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "acknowledged": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "acorn": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "acorns": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "acquaintances": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "acquiescence": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "across": {"them - they": 0.056674394859279165, "them": 0.3305492734960285, "they": 0.2738748786367493}, "act": {"them - they": 0.03377213386890726, "them": 0.34969703007145647, "they": 0.3159248962025492}, "acted": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "acting": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "action": {"them - they": 0.00529783464257555, "them": 0.23259877091954828, "they": 0.22730093627697273}, "actions": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "activist": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "activities": {"them - they": 0.08170766643606975, "them": 0.3254775220037367, "they": 0.24376985556766695}, "activity": {"them - they": 0.03600897330588104, "them": 0.3141935960334167, "they": 0.27818462272753564}, "actor": {"them - they": 0.0047811916608487826, "them": 0.25528360856309784, "they": 0.25050241690224906}, "acts": {"them - they": 0.025681501137193585, "them": 0.2995563797739429, "they": 0.2738748786367493}, "actual": {"them - they": -0.024183260247537863, "them": 0.26877715858597856, "they": 0.2929604188335164}, "actually": {"them - they": -0.005914540610090335, "them": 0.3341079753645198, "they": 0.34002251597461014}, "adapt": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "added": {"them - they": -0.06308854939002115, "them": 0.21718967410105297, "they": 0.2802782234910741}, "adding": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "addition": {"them - they": 0.06127940126700282, "them": 0.3748946880967328, "they": 0.31361528682973}, "additional": {"them - they": 0.004389512907175097, "them": 0.29478457990705736, "they": 0.29039506699988227}, "additives": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "address": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "addressed": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "addressing": {"them - they": -0.024183260247537863, "them": 0.26877715858597856, "they": 0.2929604188335164}, "adds": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "adequacy": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "administration": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "administrative": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "admission": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "admitting": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "adopting": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "adoring": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ads": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "adult": {"them - they": 0.005015462966640377, "them": 0.2448757087494234, "they": 0.23986024578278303}, "advanced": {"them - they": 0.025681501137193585, "them": 0.2995563797739429, "they": 0.2738748786367493}, "advancement": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "advantage": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "adversaries": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "advertisers": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "advice": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "advisability": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "advisable": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "advocates": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "affect": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "affected": {"them - they": 0.03476895197123869, "them": 0.34168856859500124, "they": 0.30691961662376255}, "afford": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "afraid": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "africa": {"them - they": 0.03600897330588104, "them": 0.3141935960334167, "they": 0.27818462272753564}, "african": {"them - they": 0.105770586082538, "them": 0.23605486877837858, "they": 0.13028428269584058}, "africans": {"them - they": 0.05127286650304552, "them": 0.25528360856309784, "they": 0.20401074206005232}, "after": {"them - they": 0.018983272895053693, "them": 0.3813649318611346, "they": 0.36238165896608093}, "again": {"them - they": 0.013105779158129272, "them": 0.3392739756508758, "they": 0.32616819649274653}, "against": {"them - they": 0.04212802609740246, "them": 0.3574370578772054, "they": 0.31530903177980296}, "age": {"them - they": 0.05719767114144336, "them": 0.321645905890467, "they": 0.2644482347490236}, "agencies": {"them - they": 0.0040246934266736645, "them": 0.3109443100504362, "they": 0.30691961662376255}, "agenda": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "agent": {"them - they": 0.0842655865531583, "them": 0.3485583017502803, "they": 0.264292715197122}, "agents": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "aggressive": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "agitation": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "ago": {"them - they": -0.011970045170312249, "them": 0.3392739756508758, "they": 0.35124402082118805}, "agree": {"them - they": 0.03408144559996623, "them": 0.35677351254078754, "they": 0.3226920669408213}, "agreeing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ahead": {"them - they": 0.0038699712967586453, "them": 0.3179717829590349, "they": 0.31410181166227624}, "aid": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "aides": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "aimed": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "air": {"them - they": -0.012580789459794184, "them": 0.27945932552370406, "they": 0.29204011498349824}, "airpods": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "al": {"them - they": 0.0517413331298707, "them": 0.2448757087494234, "they": 0.1931343756195527}, "aladdin": {"them - they": 0.051520991424629126, "them": 0.24978954436048928, "they": 0.19826855293586015}, "alana": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "alarmed": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "albeit": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "alcohol": {"them - they": 0.0563650337602532, "them": 0.33576623748678774, "they": 0.27940120372653454}, "aldous": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "alex": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "algorithm": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "algorithms": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "alien": {"them - they": 0.05492433412427433, "them": 0.29478457990705736, "they": 0.23986024578278303}, "alienation": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "all": {"them - they": 0.03128552248550076, "them": 0.39534300287451224, "they": 0.3640574803890115}, "allegedly": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "alliances": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "allied": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "allies": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "allow": {"them - they": 0.07817474173882666, "them": 0.3711351605723431, "they": 0.2929604188335164}, "allowed": {"them - they": 0.05784680119817753, "them": 0.35857556287739656, "they": 0.300728761679219}, "allowing": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "allows": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "almond": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "almost": {"them - they": 0.049566462397801825, "them": 0.3625296994778418, "they": 0.31296323708004}, "alone": {"them - they": 0.05509876632449051, "them": 0.35677351254078754, "they": 0.30167474621629703}, "along": {"them - they": 0.022968910283487964, "them": 0.3636968528679353, "they": 0.34072794258444733}, "alongside": {"them - they": -0.04532465307629768, "them": 0.26877715858597856, "they": 0.31410181166227624}, "aloof": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "already": {"them - they": 0.0252695248797854, "them": 0.3642783744221272, "they": 0.3390088495423418}, "also": {"them - they": 0.03702177111943189, "them": 0.40935017021040626, "they": 0.37232839909097437}, "alternatives": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "although": {"them - they": 0.010385884099936182, "them": 0.3642783744221272, "they": 0.353892490322191}, "always": {"them - they": 0.029149762449293293, "them": 0.34855018641167723, "they": 0.31940042396238394}, "am": {"them - they": 0.004191498981779118, "them": 0.3254775220037367, "they": 0.3212860230219576}, "amber": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "amendment": {"them - they": 0.05211992704990265, "them": 0.23635391829479904, "they": 0.1842339912448964}, "amercan": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "america": {"them - they": 0.03476895197123869, "them": 0.34168856859500124, "they": 0.30691961662376255}, "american": {"them - they": 0.06250082592694794, "them": 0.3574001535493313, "they": 0.29489932762238336}, "americans": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "amnews": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "among": {"them - they": 0.011957977193551739, "them": 0.3393541614264215, "they": 0.32739618423286976}, "amongst": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "amount": {"them - they": 0.0563650337602532, "them": 0.33576623748678774, "they": 0.27940120372653454}, "amsterdam": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "an": {"them - they": 0.0431251538412738, "them": 0.4202594810665945, "they": 0.3771343272253207}, "analysis": {"them - they": 0.0563650337602532, "them": 0.33576623748678774, "they": 0.27940120372653454}, "analyst": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "analytical": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "analyzed": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "analyzing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ananias": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ancestors": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "ancestral": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "anchor": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ancient": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "and": {"them - they": 0.028530252630061925, "them": 0.3267130925382623, "they": 0.2981828399082004}, "andrew": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "android": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "anew": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "angeles": {"them - they": 0.026012395001500377, "them": 0.290460629750524, "they": 0.2644482347490236}, "anger": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "angry": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "angst": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "animal": {"them - they": 0.05515243267834405, "them": 0.290460629750524, "they": 0.23530819707217995}, "animals": {"them - they": 0.0606679879850438, "them": 0.35270810296854205, "they": 0.29204011498349824}, "ankle": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "announced": {"them - they": -0.0241175951634367, "them": 0.25528360856309784, "they": 0.27940120372653454}, "announcing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "annoying": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "anonymity": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "another": {"them - they": 0.014734533198133115, "them": 0.3746334790923896, "they": 0.3598989458942565}, "answer": {"them - they": 0.026761520829371, "them": 0.3534510335838384, "they": 0.3266895127544674}, "answered": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "answers": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "antenna": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "anthropological": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "anti": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "anticipated": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "anticipation": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "antidepressants": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "antique": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "antoni": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "anxiety": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "any": {"them - they": 0.03049008049697355, "them": 0.40362378271211635, "they": 0.3731337022151428}, "anymore": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "anyone": {"them - they": -0.03954963636941994, "them": 0.290460629750524, "they": 0.33001026611994394}, "anything": {"them - they": -0.045445153116121184, "them": 0.25528360856309784, "they": 0.300728761679219}, "anywhere": {"them - they": -0.04523265086165834, "them": 0.27745941607916297, "they": 0.3226920669408213}, "apart": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "apartment": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "apollo": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "apologized": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "apostles": {"them - they": 0.055726947263597754, "them": 0.27945932552370406, "they": 0.2237323782601063}, "apparently": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "appear": {"them - they": 0.025267126263730122, "them": 0.3109443100504362, "they": 0.2856771837867061}, "appearance": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "apple": {"them - they": 0.026156341059777877, "them": 0.2865032082848343, "they": 0.2603468672250564}, "applications": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "applied": {"them - they": 0.08361176366726292, "them": 0.35677351254078754, "they": 0.2731617488735246}, "apply": {"them - they": 0.05446645454170368, "them": 0.3670638942835015, "they": 0.3125974397417978}, "applying": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "appointing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "appointments": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "appreciate": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "appreciated": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "appreciative": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "approached": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "approaches": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "appropriately": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "approval": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "april": {"them - they": 0.051520991424629126, "them": 0.24978954436048928, "they": 0.19826855293586015}, "aquatic": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "ar": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "arcane": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "archaeological": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "archeological": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "architects": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "are": {"them - they": 0.029358181356032353, "them": 0.4095302408856576, "they": 0.38017205952962524}, "area": {"them - they": 0.0767155048311649, "them": 0.3625296994778418, "they": 0.2858141946466769}, "areas": {"them - they": 0.004280474684914437, "them": 0.2995563797739429, "they": 0.29527590508902846}, "aren": {"them - they": 0.04881506054412327, "them": 0.3748946880967328, "they": 0.32607962755260955}, "arguably": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "argue": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "argued": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "argument": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "ariane": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "arise": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "arising": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "arm": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "armed": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "army": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "around": {"them - they": 0.04586048755805078, "them": 0.3861733284005715, "they": 0.3403128408425207}, "arranged": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "array": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "arrested": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "arrival": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "arrive": {"them - they": 0.07752197882700734, "them": 0.3791967250433044, "they": 0.30167474621629703}, "arrived": {"them - they": -0.045445153116121184, "them": 0.25528360856309784, "they": 0.300728761679219}, "arrives": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "arsonist": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "arthur": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "article": {"them - they": 0.0563650337602532, "them": 0.33576623748678774, "they": 0.27940120372653454}, "artificial": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "artist": {"them - they": 0.026012395001500377, "them": 0.290460629750524, "they": 0.2644482347490236}, "artists": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "as": {"them - they": 0.02905904978367102, "them": 0.3832948532528575, "they": 0.3542358034691865}, "ascent": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "asia": {"them - they": 0.05127286650304552, "them": 0.25528360856309784, "they": 0.20401074206005232}, "asian": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "asians": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ask": {"them - they": -0.008423280326669669, "them": 0.3258790887983468, "they": 0.3343023691250165}, "asked": {"them - they": 0.05742359745386144, "them": 0.31777046467891784, "they": 0.2603468672250564}, "aspect": {"them - they": 0.05446645454170368, "them": 0.3670638942835015, "they": 0.3125974397417978}, "aspects": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "aspired": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "assist": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "associate": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "associated": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "association": {"them - they": -0.06258801682223031, "them": 0.24978954436048928, "they": 0.3123775611827196}, "assume": {"them - they": -0.024183260247537863, "them": 0.26877715858597856, "they": 0.2929604188335164}, "assumed": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "assumes": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "assumptions": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "assurance": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "astronomy": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "at": {"them - they": 0.03703728740857304, "them": 0.3988752462786073, "they": 0.3618379588700343}, "atlanta": {"them - they": 0.05127286650304552, "them": 0.25528360856309784, "they": 0.20401074206005232}, "atlantic": {"them - they": 0.0040246934266736645, "them": 0.3109443100504362, "they": 0.30691961662376255}, "atmospheres": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "atom": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "atoms": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "attack": {"them - they": -0.012539683663997825, "them": 0.276289811984389, "they": 0.28882949564838684}, "attacked": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "attacks": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "attain": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "attempt": {"them - they": 0.004280474684914437, "them": 0.2995563797739429, "they": 0.29527590508902846}, "attend": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "attending": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "attitude": {"them - they": 0.0842655865531583, "them": 0.3485583017502803, "they": 0.264292715197122}, "attractions": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "auction": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "audio": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "august": {"them - they": 0.05193960986833382, "them": 0.24042526655124816, "they": 0.18848565668291434}, "aussie": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "austerity": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "australian": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "authenticate": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "authentication": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "author": {"them - they": 0.0040246934266736645, "them": 0.3109443100504362, "they": 0.30691961662376255}, "authorities": {"them - they": -0.04554609649793065, "them": 0.24042526655124816, "they": 0.2859713630491788}, "authority": {"them - they": 0.055597882916763874, "them": 0.3485583017502803, "they": 0.2929604188335164}, "automatic": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "autumn": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "available": {"them - they": 0.00552795151578675, "them": 0.22279761536904705, "they": 0.2172696638532603}, "average": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "averaging": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "aviator": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "avoid": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "avoided": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "awaited": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "award": {"them - they": 0.10087794797181177, "them": 0.3048886900318641, "they": 0.20401074206005232}, "awards": {"them - they": 0.0509886455968806, "them": 0.2615268109831633, "they": 0.21053816538628273}, "away": {"them - they": 0.019292425064823593, "them": 0.368294952686842, "they": 0.3490025276220184}, "awful": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "awkwardness": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "azira": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "aziz": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "babies": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "baby": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "back": {"them - they": 0.04609381711089017, "them": 0.38250914127631186, "they": 0.3364153241654217}, "backbreaking": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "background": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "bacon": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bad": {"them - they": 0.00385976074156108, "them": 0.3305492734960285, "they": 0.3266895127544674}, "badboys": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bail": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "balance": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "balanced": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "ball": {"them - they": 0.004642913012189831, "them": 0.2615268109831633, "they": 0.2568838979709735}, "ballerina": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bamba": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ban": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "band": {"them - they": -0.04551935825045886, "them": 0.2448757087494234, "they": 0.29039506699988227}, "bang": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "bank": {"them - they": 0.05618824213939935, "them": 0.2705078775211973, "they": 0.21431963538179796}, "banned": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bans": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "barco": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "barely": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "baring": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "barrel": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "barriers": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "barring": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bars": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "based": {"them - they": 0.028115940814901486, "them": 0.32048173419812714, "they": 0.29236579338322566}, "basic": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "basically": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "basis": {"them - they": 0.003966745240836178, "them": 0.3258790887983468, "they": 0.32191234355751064}, "basketball": {"them - they": 0.09985017573985533, "them": 0.3179717829590349, "they": 0.21812160721917956}, "battery": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "battle": {"them - they": 0.0047811916608487826, "them": 0.25528360856309784, "they": 0.25050241690224906}, "battles": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "bay": {"them - they": 0.0509886455968806, "them": 0.2615268109831633, "they": 0.21053816538628273}, "bayiha": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bbc": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "be": {"them - they": 0.02069019229240171, "them": 0.3853625570312302, "they": 0.36467236473882847}, "beaches": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "bead": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "beal": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "bean": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "beara": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bearded": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "beat": {"them - they": 0.05694961141730487, "them": 0.3258790887983468, "they": 0.26892947738104195}, "beating": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "beats": {"them - they": 0.05193960986833382, "them": 0.24042526655124816, "they": 0.18848565668291434}, "beatsx": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "beautiful": {"them - they": 0.10040614466415348, "them": 0.3109443100504362, "they": 0.21053816538628273}, "beauty": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "became": {"them - they": 0.0450757755242272, "them": 0.3717652882786946, "they": 0.3266895127544674}, "because": {"them - they": 0.037908406372512415, "them": 0.39729507580997864, "they": 0.3593866694374662}, "become": {"them - they": 0.034369376834019916, "them": 0.3369877586912094, "they": 0.3026183818571895}, "becomes": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "becoming": {"them - they": 0.055597882916763874, "them": 0.3485583017502803, "they": 0.2929604188335164}, "bedrock": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "been": {"them - they": 0.03727419916822877, "them": 0.3983165342076642, "they": 0.36104233503943545}, "beer": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "bees": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "before": {"them - they": 0.05114759670696928, "them": 0.4245689950521931, "they": 0.3734213983452238}, "began": {"them - they": 0.018829799433780103, "them": 0.31086991441727835, "they": 0.29204011498349824}, "begin": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "beginning": {"them - they": 0.041073472401118805, "them": 0.3534510335838384, "they": 0.3123775611827196}, "begrudgingly": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "behavior": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "behind": {"them - they": 0.01859823119719073, "them": 0.31777046467891784, "they": 0.2991722334817271}, "being": {"them - they": 0.032809419199184287, "them": 0.3685677157871758, "they": 0.3357582965879915}, "belief": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "believe": {"them - they": 0.05969404806637857, "them": 0.36724589562659443, "they": 0.30755184756021586}, "believed": {"them - they": 0.054386273129615026, "them": 0.3048886900318641, "they": 0.25050241690224906}, "believers": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "believes": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "believing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bello": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bellota": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "bellotas": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "belongings": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bemoans": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ben": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "bench": {"them - they": 0.05492433412427433, "them": 0.29478457990705736, "they": 0.23986024578278303}, "beneath": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "benefit": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "benevolence": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "benue": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "benz": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "best": {"them - they": 0.04653970362370985, "them": 0.38783802251412397, "they": 0.3412983188904141}, "bet": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "better": {"them - they": 0.048014289263976606, "them": 0.3892467593585239, "they": 0.34123247009454727}, "between": {"them - they": 0.05022253639077118, "them": 0.3541693374970319, "they": 0.3039468011062607}, "beware": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bewildered": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "beyond": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "bibendum": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bible": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "biblically": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "big": {"them - they": 0.0427212275318557, "them": 0.3642783744221272, "they": 0.3215571468902715}, "biggest": {"them - they": 0.055597882916763874, "them": 0.3485583017502803, "they": 0.2929604188335164}, "biking": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bill": {"them - they": 0.0040246934266736645, "them": 0.3109443100504362, "they": 0.30691961662376255}, "billion": {"them - they": 0.027013547990090786, "them": 0.26292935755236385, "they": 0.23591580956227307}, "billions": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "binding": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bio": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bioaccumulative": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "biocides": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "biofilm": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bird": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "birth": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "birthday": {"them - they": 0.054060412079462716, "them": 0.3109443100504362, "they": 0.2568838979709735}, "bit": {"them - they": 0.03654923305147917, "them": 0.30209583442730215, "they": 0.265546601375823}, "bite": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bitter": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "black": {"them - they": 0.02755627805305244, "them": 0.3341079753645198, "they": 0.30655169731146736}, "blameless": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "blast": {"them - they": 0.05446645454170368, "them": 0.3670638942835015, "they": 0.3125974397417978}, "blasting": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "blessed": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "blessing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "blisters": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "blocked": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "blocking": {"them - they": 0.00368797582053082, "them": 0.32638004276135213, "they": 0.3226920669408213}, "blog": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "blogs": {"them - they": 0.01757571902533056, "them": 0.3485583017502803, "they": 0.33098258272494974}, "blood": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "bluntly": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "boar": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "board": {"them - they": -0.04532465307629768, "them": 0.26877715858597856, "they": 0.31410181166227624}, "boasts": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "bodies": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "body": {"them - they": 0.10856576237988305, "them": 0.3534510335838384, "they": 0.24488527120395534}, "bold": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "boldly": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bomb": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bond": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "bone": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "bones": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "book": {"them - they": 0.08916470081018074, "them": 0.282459917329171, "they": 0.19329521651899023}, "booked": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "books": {"them - they": 0.026412521942683953, "them": 0.27945932552370406, "they": 0.2530468035810201}, "boosted": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "boring": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bot": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "both": {"them - they": 0.05395184444500839, "them": 0.41343079874202954, "they": 0.35947895429702115}, "bots": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "bottle": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "bottles": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bottom": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "bought": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "bounceback": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "boundaries": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "box": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "boy": {"them - they": 0.09917302182534643, "them": 0.32638004276135213, "they": 0.2272070209360057}, "boys": {"them - they": -0.04532465307629768, "them": 0.26877715858597856, "they": 0.31410181166227624}, "bradbury": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "branch": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "branches": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "brault": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "brave": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bread": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "break": {"them - they": 0.03476895197123869, "them": 0.34168856859500124, "they": 0.30691961662376255}, "breakfast": {"them - they": 0.004642913012189831, "them": 0.2615268109831633, "they": 0.2568838979709735}, "breaking": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "breaks": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "breakup": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "breathing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bred": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "breed": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "breeding": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "breezily": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "brett": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "briefly": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "bright": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "brighter": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "brilliant": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "brindisa": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "bring": {"them - they": 0.018934319480345407, "them": 0.30776381512873224, "they": 0.28882949564838684}, "bringing": {"them - they": 0.03476895197123869, "them": 0.34168856859500124, "they": 0.30691961662376255}, "brings": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "brisbane": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "brisvegas": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "britain": {"them - they": -0.045445153116121184, "them": 0.25528360856309784, "they": 0.300728761679219}, "british": {"them - they": -0.06267613881079245, "them": 0.2448757087494234, "they": 0.30755184756021586}, "broad": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "broadcast": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "broadway": {"them - they": 0.05127286650304552, "them": 0.25528360856309784, "they": 0.20401074206005232}, "broken": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "bros": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "brother": {"them - they": -0.024150372803542763, "them": 0.2615268109831633, "they": 0.2856771837867061}, "brothers": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "brought": {"them - they": 0.041073472401118805, "them": 0.3534510335838384, "they": 0.3123775611827196}, "brown": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "browne": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "brunch": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "brutal": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bubble": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bubbling": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bucket": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "buffaloes": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "build": {"them - they": 0.04131058182566322, "them": 0.3488624293858791, "they": 0.30755184756021586}, "building": {"them - they": 0.13175549542673543, "them": 0.33576623748678774, "they": 0.20401074206005232}, "buildings": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "built": {"them - they": 0.0047811916608487826, "them": 0.25528360856309784, "they": 0.25050241690224906}, "bullets": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "bunch": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "burial": {"them - they": 0.052712960614922755, "them": 0.22279761536904705, "they": 0.1700846547541243}, "burials": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "buried": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "buriel": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "burke": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "burma": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "burn": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "burst": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "bus": {"them - they": 0.05589091468302679, "them": 0.276289811984389, "they": 0.22039889730136222}, "buses": {"them - they": 0.004904273156533939, "them": 0.24978954436048928, "they": 0.24488527120395534}, "bush": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "bushes": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "business": {"them - they": 0.05897097878362956, "them": 0.3408928312266956, "they": 0.28192185244306606}, "busy": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "but": {"them - they": 0.030985475639156768, "them": 0.4139715176052308, "they": 0.38298604196607405}, "button": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "buuuuuuuzzzzzzzzz": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "buy": {"them - they": -0.012716712854641377, "them": 0.290460629750524, "they": 0.3031773426051654}, "buying": {"them - they": 0.054386273129615026, "them": 0.3048886900318641, "they": 0.25050241690224906}, "by": {"them - they": 0.04628435772515482, "them": 0.40560065996640293, "they": 0.3593163022412481}, "c": {"them - they": -0.012500295825610908, "them": 0.273313898821066, "they": 0.2858141946466769}, "cable": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "cadaver": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "cafeteria": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "caffeine": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "calcium": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "call": {"them - they": 0.0417205977449685, "them": 0.3408928312266956, "they": 0.2991722334817271}, "called": {"them - they": 0.03382349237166005, "them": 0.37623638671868775, "they": 0.3424128943470277}, "calling": {"them - they": -0.04539280564059922, "them": 0.2615268109831633, "they": 0.30691961662376255}, "calls": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "calming": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "came": {"them - they": 0.033615464566107145, "them": 0.3642783744221272, "they": 0.33066290985602004}, "camp": {"them - they": -0.04561266726430813, "them": 0.22585462772056158, "they": 0.2714672949848697}, "campo": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "camps": {"them - they": 0.05211992704990265, "them": 0.23635391829479904, "they": 0.1842339912448964}, "campsite": {"them - they": 0.10040614466415348, "them": 0.3109443100504362, "they": 0.21053816538628273}, "can": {"them - they": 0.01725063075787342, "them": 0.3976047410194616, "they": 0.38035411026158816}, "canada": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "candidate": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "candidates": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "cannot": {"them - they": 0.05509876632449051, "them": 0.35677351254078754, "they": 0.30167474621629703}, "canyon": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "capabilities": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "capable": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "capacity": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "cape": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "capital": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "captivating": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "car": {"them - they": 0.027013547990090786, "them": 0.26292935755236385, "they": 0.23591580956227307}, "caramel": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "carcinogenic": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "card": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "care": {"them - they": 0.0417205977449685, "them": 0.3408928312266956, "they": 0.2991722334817271}, "cared": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "career": {"them - they": 0.055597882916763874, "them": 0.3485583017502803, "they": 0.2929604188335164}, "carefree": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "careful": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "caring": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "carmona": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "carried": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "carry": {"them - they": 0.05515243267834405, "them": 0.290460629750524, "they": 0.23530819707217995}, "carrying": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "cartoons": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "case": {"them - they": 0.01201000432026289, "them": 0.33770208684372033, "they": 0.32569208252345744}, "cases": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "cassette": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "cassidy": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "categorically": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "category": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "cats": {"them - they": 0.054060412079462716, "them": 0.3109443100504362, "they": 0.2568838979709735}, "cause": {"them - they": 0.0332851890419717, "them": 0.3709870827996622, "they": 0.3377018937576905}, "caused": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "causing": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "cautious": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "cavaliers": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "ceaseless": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "cebo": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "celebrating": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "celtics": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "cemetery": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "center": {"them - they": 0.056674394859279165, "them": 0.3305492734960285, "they": 0.2738748786367493}, "centered": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "central": {"them - they": -0.04548636072853918, "them": 0.24978954436048928, "they": 0.29527590508902846}, "centre": {"them - they": -0.012462452944399849, "them": 0.2705078775211973, "they": 0.28297033046559716}, "centred": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "century": {"them - they": 0.060238009869682196, "them": 0.32048173419812714, "they": 0.26024372432844495}, "cereals": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ceremonial": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "ceremonies": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "certain": {"them - they": 0.03548402179846455, "them": 0.3258790887983468, "they": 0.29039506699988227}, "certainly": {"them - they": 0.04205697126868141, "them": 0.3760580247523221, "they": 0.3340010534836407}, "ch": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "chai": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "challenge": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "challenges": {"them - they": 0.05446645454170368, "them": 0.3670638942835015, "they": 0.3125974397417978}, "challenging": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "chamber": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "chance": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "chances": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "change": {"them - they": -0.005646231209655683, "them": 0.31816359747209055, "they": 0.32380982868174624}, "changes": {"them - they": 0.055597882916763874, "them": 0.3485583017502803, "they": 0.2929604188335164}, "channel": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "chaos": {"them - they": 0.0509886455968806, "them": 0.2615268109831633, "they": 0.21053816538628273}, "chaotic": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "chapter": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "character": {"them - they": 0.0450757755242272, "them": 0.3717652882786946, "they": 0.3266895127544674}, "characteristic": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "characteristics": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "characterized": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "charge": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "charges": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "charging": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "charity": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "charles": {"them - they": 0.09985017573985533, "them": 0.3179717829590349, "they": 0.21812160721917956}, "charting": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "chasing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "chatrie": {"them - they": 0.0517413331298707, "them": 0.2448757087494234, "they": 0.1931343756195527}, "chatty": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "cheaper": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "cheapest": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "cheaply": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "check": {"them - they": 0.035273368407000016, "them": 0.3305492734960285, "they": 0.29527590508902846}, "checked": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "cheering": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "cheers": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "chef": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "chemical": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "chemicals": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "chief": {"them - they": -0.04548636072853918, "them": 0.24978954436048928, "they": 0.29527590508902846}, "child": {"them - they": 0.004389512907175097, "them": 0.29478457990705736, "they": 0.29039506699988227}, "childhood": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "children": {"them - they": 0.013105779158129272, "them": 0.3392739756508758, "they": 0.32616819649274653}, "china": {"them - they": -0.01178789568693761, "them": 0.22698740453067656, "they": 0.23877530021761417}, "chinese": {"them - they": 0.026289151581739167, "them": 0.2828516218905217, "they": 0.25656247030878254}, "chips": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "chipset": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "chocolate": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "choice": {"them - they": 0.0563650337602532, "them": 0.33576623748678774, "they": 0.27940120372653454}, "choose": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "choosing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "chores": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "christ": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "christian": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "church": {"them - they": 0.0374191769239956, "them": 0.282459917329171, "they": 0.24504074040517537}, "circle": {"them - they": 0.05509876632449051, "them": 0.35677351254078754, "they": 0.30167474621629703}, "circumstances": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "cities": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "citizens": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "city": {"them - they": 0.012109540656771445, "them": 0.33455124497221167, "they": 0.3224417043154402}, "civic": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "civil": {"them - they": 0.025487486305329543, "them": 0.3048886900318641, "they": 0.27940120372653454}, "civilization": {"them - they": 0.08277869043247577, "them": 0.3670638942835015, "they": 0.28428520385102574}, "claimed": {"them - they": 0.0047811916608487826, "them": 0.25528360856309784, "they": 0.25050241690224906}, "claims": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "clarity": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "clarke": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "class": {"them - they": 0.0040246934266736645, "them": 0.3109443100504362, "they": 0.30691961662376255}, "classifier": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "claws": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "clean": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "cleanse": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "cleansing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "clear": {"them - they": 0.04190079111330658, "them": 0.3373762329075242, "they": 0.29547544179421764}, "clearly": {"them - they": 0.00368797582053082, "them": 0.32638004276135213, "they": 0.3226920669408213}, "climbing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "clippers": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "cloak": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "close": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "closed": {"them - they": 0.056674394859279165, "them": 0.3305492734960285, "they": 0.2738748786367493}, "closer": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "closest": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "closing": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "clouded": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "club": {"them - they": -0.024183260247537863, "them": 0.26877715858597856, "they": 0.2929604188335164}, "clubs": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "clutchest": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "cmr": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "cnn": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "co": {"them - they": 0.0040246934266736645, "them": 0.3109443100504362, "they": 0.30691961662376255}, "coach": {"them - they": 0.057631125724634136, "them": 0.3141935960334167, "they": 0.25656247030878254}, "coached": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "coast": {"them - they": -0.023935194422502137, "them": 0.22911160915851797, "they": 0.2530468035810201}, "coastal": {"them - they": -0.02408533427626003, "them": 0.24978954436048928, "they": 0.2738748786367493}, "cobb": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "coca": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "coffee": {"them - they": -0.06287667087466936, "them": 0.23259877091954828, "they": 0.29547544179421764}, "coffees": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "cola": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "coleman": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "collapsed": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "colleagues": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "collecting": {"them - they": 0.08277869043247577, "them": 0.3670638942835015, "they": 0.28428520385102574}, "collection": {"them - they": 0.005117069479068204, "them": 0.24042526655124816, "they": 0.23530819707217995}, "collections": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "collective": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "college": {"them - they": 0.03503747580756872, "them": 0.33576623748678774, "they": 0.300728761679219}, "colonels": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "colony": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "colours": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "columbia": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "com": {"them - they": 0.03377213386890726, "them": 0.34969703007145647, "they": 0.3159248962025492}, "comb": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "combination": {"them - they": -0.04532465307629768, "them": 0.26877715858597856, "they": 0.31410181166227624}, "combine": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "come": {"them - they": 0.016353058952110366, "them": 0.35913587930527996, "they": 0.3427828203531696}, "comedians": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "comes": {"them - they": 0.04902372035051372, "them": 0.3714744680794618, "they": 0.32245074772894805}, "comical": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "coming": {"them - they": 0.03377213386890726, "them": 0.34969703007145647, "they": 0.3159248962025492}, "comment": {"them - they": 0.0144151389836355, "them": 0.3534510335838384, "they": 0.3390358946002029}, "commentary": {"them - they": 0.055597882916763874, "them": 0.3485583017502803, "they": 0.2929604188335164}, "comments": {"them - they": 0.07817474173882666, "them": 0.3711351605723431, "they": 0.2929604188335164}, "commercial": {"them - they": 0.0563650337602532, "them": 0.33576623748678774, "they": 0.27940120372653454}, "commissioned": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "commissioning": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "commitment": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "commitments": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "common": {"them - they": 0.046156405657074684, "them": 0.35270810296854205, "they": 0.30655169731146736}, "commonly": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "communicate": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "communicated": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "communications": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "communities": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "community": {"them - they": 0.004253951303893055, "them": 0.32291532729422906, "they": 0.318661375990336}, "commuter": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "company": {"them - they": 0.04591422556282404, "them": 0.3723790421656368, "they": 0.32646481660281274}, "compared": {"them - they": 0.0047811916608487826, "them": 0.25528360856309784, "they": 0.25050241690224906}, "comparing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "compassionate": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "compelling": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "competencies": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "competent": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "competition": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "complain": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "complaint": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "complete": {"them - they": -0.027102593413840803, "them": 0.2828516218905217, "they": 0.3099542153043625}, "completed": {"them - they": 0.04050509119510709, "them": 0.3643912958810833, "they": 0.32388620468597623}, "completely": {"them - they": 0.034456490088004055, "them": 0.3485583017502803, "they": 0.31410181166227624}, "complex": {"them - they": 0.04131058182566322, "them": 0.3488624293858791, "they": 0.30755184756021586}, "comprehensive": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "compromise": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "compulsion": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "computers": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "computing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "conceded": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "conceivable": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "conceived": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "concern": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "concerns": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "concluded": {"them - they": 0.054060412079462716, "them": 0.3109443100504362, "they": 0.2568838979709735}, "concrete": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "condition": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "conditions": {"them - they": 0.09917302182534643, "them": 0.32638004276135213, "they": 0.2272070209360057}, "conduit": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "conference": {"them - they": 0.0606679879850438, "them": 0.35270810296854205, "they": 0.29204011498349824}, "confidence": {"them - they": 0.05650465810248306, "them": 0.3791967250433044, "they": 0.3226920669408213}, "confirm": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "confirming": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "conflict": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "confused": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "confusion": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "congratulate": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "congregation": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "congress": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "connect": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "connected": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "connection": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "connections": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "connector": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "consequence": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "consequences": {"them - they": 0.05509876632449051, "them": 0.35677351254078754, "they": 0.30167474621629703}, "consequently": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "consider": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "considered": {"them - they": 0.042369711983054836, "them": 0.32818390662973174, "they": 0.2858141946466769}, "considering": {"them - they": 0.09917302182534643, "them": 0.32638004276135213, "they": 0.2272070209360057}, "consistency": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "consistent": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "consists": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "consolation": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "conspiracy": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "constant": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "constantly": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "constituted": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "constitutes": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "constitutional": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "constitutionality": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "constraints": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "construct": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "construction": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "consultants": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "consulted": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "consume": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "consumer": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "consuming": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "consumption": {"them - they": 0.058175128494809936, "them": 0.3534510335838384, "they": 0.29527590508902846}, "contact": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "contacted": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "contacting": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "contain": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "contains": {"them - they": 0.01846856328530161, "them": 0.321645905890467, "they": 0.3031773426051654}, "contemplation": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "contemporary": {"them - they": 0.12845071723774137, "them": 0.3670638942835015, "they": 0.23861317704576013}, "content": {"them - they": 0.025487486305329543, "them": 0.3048886900318641, "they": 0.27940120372653454}, "contented": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "contention": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "context": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "continual": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "continue": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "continued": {"them - they": 0.0514286001607856, "them": 0.38489866313360493, "they": 0.33347006297281934}, "continues": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "continuing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "continuity": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "continuum": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "contouring": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "contrary": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "contribute": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "contributed": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "contribution": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "contributions": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "control": {"them - they": 0.03503747580756872, "them": 0.33576623748678774, "they": 0.300728761679219}, "controlled": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "controls": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "controversy": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "convened": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "conversation": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "conversations": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "conveyed": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "convictions": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "cook": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "cookies": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "cooking": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "coordinated": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "copa": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "cops": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "cordial": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "core": {"them - they": 0.01780236390902501, "them": 0.34168856859500124, "they": 0.32388620468597623}, "corner": {"them - they": 0.0040246934266736645, "them": 0.3109443100504362, "they": 0.30691961662376255}, "cornerstone": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "corporate": {"them - they": 0.05601138480829515, "them": 0.34168856859500124, "they": 0.2856771837867061}, "corporation": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "corps": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "corral": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "correctly": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "corrosive": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "cosmos": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "cost": {"them - they": -0.027102593413840803, "them": 0.2828516218905217, "they": 0.3099542153043625}, "costs": {"them - they": 0.10040614466415348, "them": 0.3109443100504362, "they": 0.21053816538628273}, "could": {"them - they": 0.028513036547077153, "them": 0.3842179582561309, "they": 0.35570492170905377}, "couldn": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "council": {"them - they": 0.004389512907175097, "them": 0.29478457990705736, "they": 0.29039506699988227}, "councillors": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "counselling": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "count": {"them - they": 0.09985017573985533, "them": 0.3179717829590349, "they": 0.21812160721917956}, "counter": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "counterpart": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "countries": {"them - they": 0.05467110856998755, "them": 0.2995563797739429, "they": 0.24488527120395534}, "country": {"them - they": 0.00487129507948203, "them": 0.28819639738685016, "they": 0.2833251023073681}, "couple": {"them - they": 0.003823321459093587, "them": 0.3408928312266956, "they": 0.337069509767602}, "couples": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "course": {"them - they": 0.0514286001607856, "them": 0.38489866313360493, "they": 0.33347006297281934}, "court": {"them - they": 0.05762053169472575, "them": 0.24199933288170514, "they": 0.18437880118697939}, "courtesy": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "courts": {"them - they": 0.0509886455968806, "them": 0.2615268109831633, "they": 0.21053816538628273}, "cove": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "coverage": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "covered": {"them - they": 0.01799844825092295, "them": 0.33576623748678774, "they": 0.3177677892358648}, "covering": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "covers": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "cow": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "cowell": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "cows": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "crack": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "crackerjack": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "crazy": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "creamier": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "creamy": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "create": {"them - they": -0.01934528115205386, "them": 0.3258790887983468, "they": 0.3452243699504007}, "created": {"them - they": 0.025267126263730122, "them": 0.3109443100504362, "they": 0.2856771837867061}, "creating": {"them - they": 0.0842655865531583, "them": 0.3485583017502803, "they": 0.264292715197122}, "creation": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "credit": {"them - they": -0.0241175951634367, "them": 0.25528360856309784, "they": 0.27940120372653454}, "criminal": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "crippling": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "crisis": {"them - they": -0.04554609649793065, "them": 0.24042526655124816, "they": 0.2859713630491788}, "critical": {"them - they": -0.02405376863161854, "them": 0.2448757087494234, "they": 0.26892947738104195}, "criticism": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "cross": {"them - they": 0.05742359745386144, "them": 0.31777046467891784, "they": 0.2603468672250564}, "crossing": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "crowd": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "cruise": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "cry": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "crying": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "culminated": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "culpa": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "cultivation": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "cultural": {"them - they": 0.057631125724634136, "them": 0.3141935960334167, "they": 0.25656247030878254}, "culture": {"them - they": 0.04577915532838911, "them": 0.3593944421581191, "they": 0.31361528682973}, "cultured": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "cup": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "curation": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "curiosity": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "current": {"them - they": -0.012580789459794184, "them": 0.27945932552370406, "they": 0.29204011498349824}, "currently": {"them - they": 0.09985017573985533, "them": 0.3179717829590349, "they": 0.21812160721917956}, "customer": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "customers": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "cut": {"them - they": 0.08480467062402774, "them": 0.34168856859500124, "they": 0.2568838979709735}, "cute": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "cutting": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "cycle": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "cynicism": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "d": {"them - they": 0.02905802627301357, "them": 0.35061517316328505, "they": 0.3215571468902715}, "dad": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "dads": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "daily": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "dailymail": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "dairy": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "damaging": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "dance": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "dancers": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "dancing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "danger": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "dangerous": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "daniel": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "danville": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "dares": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "dark": {"them - they": -0.0241175951634367, "them": 0.25528360856309784, "they": 0.27940120372653454}, "data": {"them - they": 0.07889295269796731, "them": 0.33455124497221167, "they": 0.25565829227424436}, "daughter": {"them - they": -0.04554609649793065, "them": 0.24042526655124816, "they": 0.2859713630491788}, "daughters": {"them - they": 0.004642913012189831, "them": 0.2615268109831633, "they": 0.2568838979709735}, "david": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "dawah": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "day": {"them - they": 0.016816953300733628, "them": 0.3463426992877228, "they": 0.3295257459869892}, "days": {"them - they": -0.014761467812947016, "them": 0.32048173419812714, "they": 0.33524320201107416}, "dazed": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "de": {"them - they": 0.026156341059777877, "them": 0.2865032082848343, "they": 0.2603468672250564}, "deacon": {"them - they": 0.05127286650304552, "them": 0.25528360856309784, "they": 0.20401074206005232}, "deacons": {"them - they": 0.05243815786161113, "them": 0.22911160915851797, "they": 0.17667345129690684}, "deal": {"them - they": 0.056674394859279165, "them": 0.3305492734960285, "they": 0.2738748786367493}, "death": {"them - they": 0.08526382058453869, "them": 0.33576623748678774, "they": 0.25050241690224906}, "debate": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "debuted": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "decade": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "decades": {"them - they": 0.07957615494708908, "them": 0.3534510335838384, "they": 0.2738748786367493}, "decamp": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "december": {"them - they": 0.004904273156533939, "them": 0.24978954436048928, "they": 0.24488527120395534}, "decent": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "decide": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "decided": {"them - they": 0.027277544396965614, "them": 0.3408928312266956, "they": 0.31361528682973}, "deciding": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "decision": {"them - they": 0.04190079111330658, "them": 0.3373762329075242, "they": 0.29547544179421764}, "decisions": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "decline": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "declined": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "dedicated": {"them - they": 0.0040246934266736645, "them": 0.3109443100504362, "they": 0.30691961662376255}, "deep": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "deeper": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "deeply": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "defeat": {"them - they": 0.09917302182534643, "them": 0.32638004276135213, "they": 0.2272070209360057}, "defeats": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "defect": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "defend": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "defendant": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "defended": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "defense": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "defensive": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "defiant": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "definitely": {"them - they": -0.012941894635540019, "them": 0.3109443100504362, "they": 0.32388620468597623}, "degradable": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "degrading": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "degree": {"them - they": 0.004642913012189831, "them": 0.2615268109831633, "they": 0.2568838979709735}, "degrees": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "dehesa": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "delayed": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "delays": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "delete": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "deleted": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "deliberation": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "delicacy": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "delicate": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "delicious": {"them - they": 0.0038699712967586453, "them": 0.3179717829590349, "they": 0.31410181166227624}, "delight": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "deliver": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "delivered": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "delving": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "demand": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "demanding": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "democracy": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "democratic": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "demonstrate": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "denied": {"them - they": 0.05492433412427433, "them": 0.29478457990705736, "they": 0.23986024578278303}, "denigrated": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "denominator": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "department": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "depend": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "dependable": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "dependent": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "depicting": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "deployments": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "depth": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "depths": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "deputy": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "derogatory": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "describe": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "described": {"them - they": 0.041073472401118805, "them": 0.3534510335838384, "they": 0.3123775611827196}, "describes": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "description": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "deserved": {"them - they": 0.08361176366726292, "them": 0.35677351254078754, "they": 0.2731617488735246}, "design": {"them - they": 0.08336614717860744, "them": 0.30270319909571813, "they": 0.2193370519171107}, "designated": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "designed": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "despair": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "despite": {"them - they": 0.018718154239199036, "them": 0.3141935960334167, "they": 0.29547544179421764}, "desserts": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "destabilized": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "destination": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "destinie": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "destroy": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "destructive": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "detail": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "detailed": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "detaining": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "detect": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "deteriorate": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "determine": {"them - they": 0.05601138480829515, "them": 0.34168856859500124, "they": 0.2856771837867061}, "detroit": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "devastating": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "developing": {"them - they": -0.013010799765914849, "them": 0.3179717829590349, "they": 0.33098258272494974}, "development": {"them - they": 0.04365365732750831, "them": 0.30270319909571813, "they": 0.2590495417682098}, "developments": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "device": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "devices": {"them - they": 0.03615772723074884, "them": 0.31086991441727835, "they": 0.2747121871865295}, "devoid": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "devote": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "devoted": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "diameter": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "diaspora": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "did": {"them - they": 0.015609365791124707, "them": 0.35010449208301564, "they": 0.33449512629189093}, "didn": {"them - they": 0.03967296927413655, "them": 0.3393541614264215, "they": 0.29968119215228495}, "die": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "diet": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "difference": {"them - they": -0.012821181408776694, "them": 0.2995563797739429, "they": 0.3123775611827196}, "different": {"them - they": 0.028115940814901486, "them": 0.32048173419812714, "they": 0.29236579338322566}, "difficult": {"them - they": 0.07752197882700734, "them": 0.3791967250433044, "they": 0.30167474621629703}, "difficulty": {"them - they": 0.00368797582053082, "them": 0.32638004276135213, "they": 0.3226920669408213}, "digest": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "digital": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "diners": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "dinner": {"them - they": 0.0038699712967586453, "them": 0.3179717829590349, "they": 0.31410181166227624}, "direct": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "directed": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "directing": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "direction": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "directly": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "director": {"them - they": 0.005117069479068204, "them": 0.24042526655124816, "they": 0.23530819707217995}, "disagrees": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "disappear": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "disappeared": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "disarray": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "disbelief": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "disciple": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "disciplined": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "disclosures": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "discovered": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "discoveries": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "discovery": {"them - they": 0.054386273129615026, "them": 0.3048886900318641, "they": 0.25050241690224906}, "discretion": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "discuss": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "discussed": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "discussion": {"them - they": -0.04532465307629768, "them": 0.26877715858597856, "they": 0.31410181166227624}, "discussions": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "disguise": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "disliked": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "dismissed": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "disobedience": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "disobey": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "disorder": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "disordered": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "dispel": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "display": {"them - they": 0.05467110856998755, "them": 0.2995563797739429, "they": 0.24488527120395534}, "disproportionately": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "disrespected": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "disrupting": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "disruption": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "disruptive": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "distant": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "distracting": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "district": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "distrustful": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "disturbing": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "ditched": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "diversity": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "diverted": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "divine": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "division": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "divorce": {"them - they": 0.025681501137193585, "them": 0.2995563797739429, "they": 0.2738748786367493}, "divorced": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "divulge": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "dna": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "do": {"them - they": 0.045950421639653016, "them": 0.4102885458980041, "they": 0.3643381242583511}, "doctrine": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "documentation": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "documented": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "documenting": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "documents": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "does": {"them - they": 0.03832327581772854, "them": 0.357703062993344, "they": 0.31937978717561544}, "doesn": {"them - they": 0.0383260344190246, "them": 0.3653223671593288, "they": 0.3269963327403042}, "dog": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "doing": {"them - they": 0.01594501661675346, "them": 0.37051471708345696, "they": 0.3545697004667035}, "dollars": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "dolores": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "domantas": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "dominated": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "dominating": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "don": {"them - they": 0.008967718530387192, "them": 0.3653348857030138, "they": 0.3563671671726266}, "donald": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "done": {"them - they": 0.05261826612399351, "them": 0.3664111419572887, "they": 0.3137928758332952}, "donovan": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "door": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "dou4": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "dou4jiang1": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "double": {"them - they": 0.0038699712967586453, "them": 0.3179717829590349, "they": 0.31410181166227624}, "doubted": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "doujiang": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "down": {"them - they": 0.014143124036839982, "them": 0.3675173839172818, "they": 0.3533742598804418}, "dozens": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "dr": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "drafted": {"them - they": 0.09917302182534643, "them": 0.32638004276135213, "they": 0.2272070209360057}, "dragnet": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "dream": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "dressed": {"them - they": 0.10684244537522108, "them": 0.3711351605723431, "they": 0.264292715197122}, "drink": {"them - they": 0.025487486305329543, "them": 0.3048886900318641, "they": 0.27940120372653454}, "drinking": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "drinks": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "drive": {"them - they": -0.02402296819777547, "them": 0.24042526655124816, "they": 0.2644482347490236}, "driver": {"them - they": 0.07817474173882666, "them": 0.3711351605723431, "they": 0.2929604188335164}, "drivers": {"them - they": 0.004642913012189831, "them": 0.2615268109831633, "they": 0.2568838979709735}, "drives": {"them - they": 0.004389512907175097, "them": 0.29478457990705736, "they": 0.29039506699988227}, "driving": {"them - they": 0.054386273129615026, "them": 0.3048886900318641, "they": 0.25050241690224906}, "drizzle": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "drop": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "drops": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "drove": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "drummond": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "drunk": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "due": {"them - they": 0.02049882054052049, "them": 0.3361022649642798, "they": 0.3156034444237593}, "duel": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "duly": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "during": {"them - they": 0.004281064316819849, "them": 0.3452207798163209, "they": 0.34093971549950103}, "duroc": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "dutch": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "duty": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "dweller": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "dyes": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "dynamism": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "dysfunctional": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "e": {"them - they": 0.018327241238130954, "them": 0.3258790887983468, "they": 0.30755184756021586}, "each": {"them - they": 0.03456968622924289, "them": 0.3327137395120712, "they": 0.29814405328282834}, "ear": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "earbuds": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "earlier": {"them - they": 0.004389512907175097, "them": 0.29478457990705736, "they": 0.29039506699988227}, "early": {"them - they": 0.01587857210866417, "them": 0.3723790421656368, "they": 0.3565004700569726}, "earphones": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "earth": {"them - they": 0.08480467062402774, "them": 0.34168856859500124, "they": 0.2568838979709735}, "easier": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "easily": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "east": {"them - they": 0.02755627805305244, "them": 0.3341079753645198, "they": 0.30655169731146736}, "eastern": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "eastwards": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "easy": {"them - they": -0.027127763650453274, "them": 0.29478457990705736, "they": 0.32191234355751064}, "eat": {"them - they": 0.0040246934266736645, "them": 0.3109443100504362, "they": 0.30691961662376255}, "ecclesial": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "eco": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "economic": {"them - they": 0.055726947263597754, "them": 0.27945932552370406, "they": 0.2237323782601063}, "economical": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "economics": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "economy": {"them - they": 0.05601138480829515, "them": 0.34168856859500124, "they": 0.2856771837867061}, "ecosystem": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ecstatic": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ed": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "eddie": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "edge": {"them - they": 0.005117069479068204, "them": 0.24042526655124816, "they": 0.23530819707217995}, "edit": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "edl": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "edmund": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "education": {"them - they": 0.025855102526015417, "them": 0.29478457990705736, "they": 0.26892947738104195}, "effect": {"them - they": 0.03476895197123869, "them": 0.34168856859500124, "they": 0.30691961662376255}, "effective": {"them - they": 0.004642913012189831, "them": 0.2615268109831633, "they": 0.2568838979709735}, "effectively": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "effects": {"them - they": 0.005117069479068204, "them": 0.24042526655124816, "they": 0.23530819707217995}, "efforts": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "egede": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "eggshells": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "eight": {"them - they": 0.0038699712967586453, "them": 0.3179717829590349, "they": 0.31410181166227624}, "eighteenth": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "either": {"them - they": 0.0036291315457394058, "them": 0.3559291422651133, "they": 0.3523000107193739}, "elbow": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "elder": {"them - they": 0.0509886455968806, "them": 0.2615268109831633, "they": 0.21053816538628273}, "elders": {"them - they": 0.05228533377316488, "them": 0.23259877091954828, "they": 0.1803134371463834}, "elections": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "electricity": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "elementary": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "elements": {"them - they": 0.0509886455968806, "them": 0.2615268109831633, "they": 0.21053816538628273}, "eliminate": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "elina": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ellen": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "elon": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "else": {"them - they": 0.01757571902533056, "them": 0.3485583017502803, "they": 0.33098258272494974}, "eludes": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "email": {"them - they": 0.056674394859279165, "them": 0.3305492734960285, "they": 0.2738748786367493}, "emanates": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "emancipation": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "embarrassing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "embiid": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "emboldening": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "emerged": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "emergency": {"them - they": -0.04554609649793065, "them": 0.24042526655124816, "they": 0.2859713630491788}, "emeritus": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "emotional": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "emotionally": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "emphasis": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "emphasise": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "emphasize": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "employ": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "employed": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "empowers": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "enable": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "enabled": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "enabling": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "enclose": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "encounter": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "encourage": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "encouraged": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "end": {"them - they": 0.011732077424805143, "them": 0.34656901327371226, "they": 0.3348369358489071}, "endangered": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "endeavor": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "endeavors": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "endeavour": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "endeavours": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ended": {"them - they": -0.024183260247537863, "them": 0.26877715858597856, "they": 0.2929604188335164}, "endless": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "endocrine": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ends": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "endured": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "enduring": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "energy": {"them - they": 0.02732660774746032, "them": 0.25431690483290553, "they": 0.22699029708544521}, "enforcement": {"them - they": 0.05618824213939935, "them": 0.2705078775211973, "they": 0.21431963538179796}, "engage": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "engaged": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "engaging": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "engineering": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "engineers": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "england": {"them - they": -0.012941894635540019, "them": 0.3109443100504362, "they": 0.32388620468597623}, "english": {"them - they": 0.0047811916608487826, "them": 0.25528360856309784, "they": 0.25050241690224906}, "engrained": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "enjoy": {"them - they": 0.0842655865531583, "them": 0.3485583017502803, "they": 0.264292715197122}, "enjoyed": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "enjoying": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "enough": {"them - they": 0.003966745240836178, "them": 0.3258790887983468, "they": 0.32191234355751064}, "enquiry": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "enslaved": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ensnare": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ensuring": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "entered": {"them - they": 0.035273368407000016, "them": 0.3305492734960285, "they": 0.29527590508902846}, "entertainment": {"them - they": 0.08361176366726292, "them": 0.35677351254078754, "they": 0.2731617488735246}, "entire": {"them - they": 0.0417205977449685, "them": 0.3408928312266956, "they": 0.2991722334817271}, "entirely": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "entrance": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "entrepreneur": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "entropy": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "enugu": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "environment": {"them - they": 0.04206786038102156, "them": 0.3341079753645198, "they": 0.29204011498349824}, "environmental": {"them - they": 0.0563650337602532, "them": 0.33576623748678774, "they": 0.27940120372653454}, "enzyme": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "epidemic": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "episcopal": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "equipping": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "era": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "erased": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "erect": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "erode": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "eroded": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ers": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "escape": {"them - they": 0.08277869043247577, "them": 0.3670638942835015, "they": 0.28428520385102574}, "escaped": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "eschewed": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "escort": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "especially": {"them - they": 0.022810513319941217, "them": 0.3468684985609548, "they": 0.3240579852410136}, "essence": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "essential": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "essentially": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "established": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "establishment": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "estate": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "estranged": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "estrangement": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "estrangements": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "et": {"them - they": 0.10197497306760966, "them": 0.290460629750524, "they": 0.18848565668291434}, "etc": {"them - they": 0.0040246934266736645, "them": 0.3109443100504362, "they": 0.30691961662376255}, "ethical": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "etiquette": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "europe": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "european": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "evaluate": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "evaluated": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "evaluating": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "even": {"them - they": 0.023621156663197862, "them": 0.37151328651879784, "they": 0.3478921298556}, "evening": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "event": {"them - they": 0.035273368407000016, "them": 0.3305492734960285, "they": 0.29527590508902846}, "events": {"them - they": 0.08526382058453869, "them": 0.33576623748678774, "they": 0.25050241690224906}, "eventually": {"them - they": 0.01780236390902501, "them": 0.34168856859500124, "they": 0.32388620468597623}, "ever": {"them - they": 0.0336507896538909, "them": 0.3796089143603925, "they": 0.3459581247065016}, "every": {"them - they": 0.06099119582873341, "them": 0.406949320535235, "they": 0.3459581247065016}, "everybody": {"them - they": 0.05509876632449051, "them": 0.35677351254078754, "they": 0.30167474621629703}, "everyday": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "everyone": {"them - they": 0.01846856328530161, "them": 0.321645905890467, "they": 0.3031773426051654}, "everything": {"them - they": 0.03351052295713319, "them": 0.3664111419572887, "they": 0.3329006190001555}, "everywhere": {"them - they": 0.05601138480829515, "them": 0.34168856859500124, "they": 0.2856771837867061}, "evidence": {"them - they": -0.0241175951634367, "them": 0.25528360856309784, "they": 0.27940120372653454}, "evident": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "evolution": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "evolved": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ex": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "exactly": {"them - they": 0.05784680119817753, "them": 0.35857556287739656, "they": 0.300728761679219}, "examine": {"them - they": 0.1311504032087185, "them": 0.34168856859500124, "they": 0.21053816538628273}, "examines": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "examining": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "example": {"them - they": 0.04556649427494258, "them": 0.36314770639454647, "they": 0.3175812121196039}, "examples": {"them - they": 0.0040246934266736645, "them": 0.3109443100504362, "they": 0.30691961662376255}, "excavation": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "exceedingly": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "excellent": {"them - they": -0.024183260247537863, "them": 0.26877715858597856, "they": 0.2929604188335164}, "exception": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "excited": {"them - they": 0.054060412079462716, "them": 0.3109443100504362, "they": 0.2568838979709735}, "exclusive": {"them - they": -0.024150372803542763, "them": 0.2615268109831633, "they": 0.2856771837867061}, "exclusively": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "excoriated": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "executing": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "execution": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "executive": {"them - they": 0.051520991424629126, "them": 0.24978954436048928, "they": 0.19826855293586015}, "exercise": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "exercises": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "exhilarating": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "exist": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "existed": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "existence": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "existing": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "exists": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "exiting": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "exoplanets": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "expand": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "expanding": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "expect": {"them - they": 0.054386273129615026, "them": 0.3048886900318641, "they": 0.25050241690224906}, "expectation": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "expectations": {"them - they": 0.08277869043247577, "them": 0.3670638942835015, "they": 0.28428520385102574}, "expected": {"them - they": 0.04222367098340857, "them": 0.3310531666317954, "they": 0.28882949564838684}, "expensive": {"them - they": 0.05467110856998755, "them": 0.2995563797739429, "they": 0.24488527120395534}, "experience": {"them - they": 0.004489266701345196, "them": 0.290460629750524, "they": 0.2859713630491788}, "experienced": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "experiencetheride": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "expert": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "expertise": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "experts": {"them - they": 0.057471679257320774, "them": 0.3643912958810833, "they": 0.30691961662376255}, "explain": {"them - they": 0.03503747580756872, "them": 0.33576623748678774, "they": 0.300728761679219}, "explained": {"them - they": 0.08361176366726292, "them": 0.35677351254078754, "they": 0.2731617488735246}, "explains": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "explicitly": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "explored": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "exploring": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "explosion": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "explosions": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "explosive": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "export": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "exposed": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "express": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "expressed": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "expressway": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "extends": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "extension": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "extensive": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "exterior": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "external": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "extracting": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "extraordinary": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "extreme": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "extremely": {"them - they": 0.01799844825092295, "them": 0.33576623748678774, "they": 0.3177677892358648}, "exult": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "eye": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "f": {"them - they": 0.0509886455968806, "them": 0.2615268109831633, "they": 0.21053816538628273}, "fabric": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "face": {"them - they": -0.013010799765914849, "them": 0.3179717829590349, "they": 0.33098258272494974}, "faced": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "faces": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "facet": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "facilitating": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "facilitation": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "facility": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "facing": {"them - they": 0.040807773641531764, "them": 0.35857556287739656, "they": 0.3177677892358648}, "fact": {"them - they": 0.049566462397801825, "them": 0.3625296994778418, "they": 0.31296323708004}, "factor": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "factors": {"them - they": 0.036979245991813015, "them": 0.2924140766649377, "they": 0.25543483067312467}, "factsheet": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "faded": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "fading": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "fahrenheit": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "fail": {"them - they": 0.0842655865531583, "them": 0.3485583017502803, "they": 0.264292715197122}, "failed": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "failure": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "fair": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "faith": {"them - they": 0.057471679257320774, "them": 0.3643912958810833, "they": 0.30691961662376255}, "faithful": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "fall": {"them - they": -0.06267613881079245, "them": 0.2448757087494234, "they": 0.30755184756021586}, "fallen": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "falling": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "falls": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "false": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "familial": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "familiar": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "family": {"them - they": 0.028704441938417313, "them": 0.30614890781116816, "they": 0.27744446587275085}, "famous": {"them - they": 0.13043669453110074, "them": 0.3485583017502803, "they": 0.21812160721917956}, "fan": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "fantastic": {"them - they": 0.05509876632449051, "them": 0.35677351254078754, "they": 0.30167474621629703}, "far": {"them - they": 0.01539095192178258, "them": 0.32291532729422906, "they": 0.3075243753724465}, "fare": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "farmers": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "fast": {"them - they": 0.08277869043247577, "them": 0.3670638942835015, "they": 0.28428520385102574}, "fastdoc": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "fat": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "fatally": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "father": {"them - they": 0.054386273129615026, "them": 0.3048886900318641, "they": 0.25050241690224906}, "fathers": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "fatigued": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "fattened": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "fattening": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "fault": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "favor": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "favorite": {"them - they": 0.08601884301556378, "them": 0.3258790887983468, "they": 0.23986024578278303}, "favorites": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "favour": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "favourite": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "fear": {"them - they": -0.062484180672766954, "them": 0.25528360856309784, "they": 0.3177677892358648}, "fearful": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "feasibility": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "feasible": {"them - they": 0.0509886455968806, "them": 0.2615268109831633, "they": 0.21053816538628273}, "feat": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "feature": {"them - they": 0.00458135584176822, "them": 0.2865032082848343, "they": 0.28192185244306606}, "featured": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "features": {"them - they": -0.0241175951634367, "them": 0.25528360856309784, "they": 0.27940120372653454}, "february": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "fed": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "federal": {"them - they": 0.04152489833688289, "them": 0.34470224094204827, "they": 0.3031773426051654}, "feed": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "feeding": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "feel": {"them - they": 0.05846736238599681, "them": 0.3488624293858791, "they": 0.29039506699988227}, "feeling": {"them - they": 0.025487486305329543, "them": 0.3048886900318641, "they": 0.27940120372653454}, "feelings": {"them - they": 0.08480467062402774, "them": 0.34168856859500124, "they": 0.2568838979709735}, "fees": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "feet": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "feigned": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "fell": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "fellow": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "felt": {"them - they": 0.004389512907175097, "them": 0.29478457990705736, "they": 0.29039506699988227}, "female": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "feroza": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "fever": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "few": {"them - they": 0.07564775833693133, "them": 0.3806596159334564, "they": 0.30501185759652505}, "fewer": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "fiction": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "fictions": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "field": {"them - they": 0.1344894049511573, "them": 0.30776381512873224, "they": 0.17327441017757494}, "fields": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "fifty": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "fight": {"them - they": 0.04131058182566322, "them": 0.3488624293858791, "they": 0.30755184756021586}, "figure": {"them - they": 0.004529083789705068, "them": 0.30209583442730215, "they": 0.2975667506375971}, "figured": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "figures": {"them - they": 0.00368797582053082, "them": 0.32638004276135213, "they": 0.3226920669408213}, "fill": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "filled": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "film": {"them - they": 0.02717664306462919, "them": 0.2584427238706156, "they": 0.23126608080598643}, "filmmakers": {"them - they": 0.09985017573985533, "them": 0.3179717829590349, "they": 0.21812160721917956}, "films": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "final": {"them - they": 0.014813203674086062, "them": 0.3408928312266956, "they": 0.32607962755260955}, "finally": {"them - they": 0.034456490088004055, "them": 0.3485583017502803, "they": 0.31410181166227624}, "find": {"them - they": 0.037330552674503525, "them": 0.3763394022168453, "they": 0.3390088495423418}, "finding": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "findings": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "finds": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "fine": {"them - they": -0.012941894635540019, "them": 0.3109443100504362, "they": 0.32388620468597623}, "finest": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "finish": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "finishing": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "finland": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "finnish": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "fire": {"them - they": -0.023753748886054138, "them": 0.20978609892870498, "they": 0.23353984781475912}, "fired": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "first": {"them - they": 0.015314490577931772, "them": 0.374052185733765, "they": 0.3587376951558332}, "firsthand": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "firstly": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "fit": {"them - they": 0.05601138480829515, "them": 0.34168856859500124, "they": 0.2856771837867061}, "five": {"them - they": -0.005686462294619388, "them": 0.32048173419812714, "they": 0.32616819649274653}, "flagship": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "flame": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "flapping": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "flash": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "flashmob": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "flat": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "flavours": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "flawlessly": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "fleeing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "flesh": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "flex": {"them - they": 0.05243815786161113, "them": 0.22911160915851797, "they": 0.17667345129690684}, "flight": {"them - they": 0.054060412079462716, "them": 0.3109443100504362, "they": 0.2568838979709735}, "flock": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "fly": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "focus": {"them - they": 0.02655090971209667, "them": 0.35857556287739656, "they": 0.3320246531652999}, "focused": {"them - they": 0.07752197882700734, "them": 0.3791967250433044, "they": 0.30167474621629703}, "focuses": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "focusing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "follow": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "followed": {"them - they": 0.045974926960750784, "them": 0.3559291422651133, "they": 0.3099542153043625}, "following": {"them - they": 0.05492433412427433, "them": 0.29478457990705736, "they": 0.23986024578278303}, "food": {"them - they": -0.007604271009167551, "them": 0.2741164603304854, "they": 0.281720731339653}, "foods": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "for": {"them - they": 0.025280524404186766, "them": 0.38498802886235456, "they": 0.3597075044581678}, "forage": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "forages": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "force": {"them - they": -0.024183260247537863, "them": 0.26877715858597856, "they": 0.2929604188335164}, "forces": {"them - they": 0.10087794797181177, "them": 0.3048886900318641, "they": 0.20401074206005232}, "ford": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "forecast": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "foreign": {"them - they": -0.023880289442376995, "them": 0.22279761536904705, "they": 0.24667790481142404}, "foresight": {"them - they": 0.05618824213939935, "them": 0.2705078775211973, "they": 0.21431963538179796}, "forests": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "foretold": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "forgiveness": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "forgotten": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "form": {"them - they": 0.07717634334536766, "them": 0.36314770639454647, "they": 0.2859713630491788}, "formations": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "formed": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "former": {"them - they": -0.008309162873691711, "them": 0.31777046467891784, "they": 0.32607962755260955}, "forming": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "forms": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "forum": {"them - they": -0.0241175951634367, "them": 0.25528360856309784, "they": 0.27940120372653454}, "forward": {"them - they": 0.03476895197123869, "them": 0.34168856859500124, "they": 0.30691961662376255}, "fosters": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "foucault": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "found": {"them - they": 0.03371589347104553, "them": 0.36223631930639405, "they": 0.3285204258353485}, "foundation": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "founder": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "four": {"them - they": 0.020776367978570298, "them": 0.3287771330771917, "they": 0.3080007650986214}, "fourth": {"them - they": 0.03654923305147917, "them": 0.30209583442730215, "they": 0.265546601375823}, "foyer": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "fracturing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "frame": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "framework": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "franchise": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "francis": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "frantic": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "frantically": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "free": {"them - they": 0.04320585855162257, "them": 0.3949939993061586, "they": 0.351788140754536}, "freeing": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "french": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "frenzy": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "frequent": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "frequently": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "fresh": {"them - they": -0.04532465307629768, "them": 0.26877715858597856, "they": 0.31410181166227624}, "friday": {"them - they": 0.05467110856998755, "them": 0.2995563797739429, "they": 0.24488527120395534}, "fridges": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "friend": {"them - they": 0.08361176366726292, "them": 0.35677351254078754, "they": 0.2731617488735246}, "friendly": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "friends": {"them - they": 0.05873087789286946, "them": 0.34470224094204827, "they": 0.2859713630491788}, "fringe": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "from": {"them - they": 0.0359918241133228, "them": 0.4166330789387658, "they": 0.380641254825443}, "front": {"them - they": 0.018171712313308885, "them": 0.3305492734960285, "they": 0.3123775611827196}, "frontiers": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "fruits": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "fuel": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "fuels": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "fulfills": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "full": {"them - they": 0.03666509794195394, "them": 0.29949176249593223, "they": 0.2628266645539783}, "fun": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "function": {"them - they": -0.01287909920400071, "them": 0.3048886900318641, "they": 0.3177677892358648}, "functioning": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "functions": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "fund": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "fundamental": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "funds": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "funeral": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "funnily": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "funny": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "further": {"them - they": 0.013105779158129272, "them": 0.3392739756508758, "they": 0.32616819649274653}, "future": {"them - they": 0.05234663724111022, "them": 0.31555442681789875, "they": 0.26320778957678853}, "futurists": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "futurologist": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "g": {"them - they": 0.041073472401118805, "them": 0.3534510335838384, "they": 0.3123775611827196}, "gained": {"them - they": -0.024183260247537863, "them": 0.26877715858597856, "they": 0.2929604188335164}, "galaxies": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "game": {"them - they": 0.04813515711071642, "them": 0.3170234480782204, "they": 0.268888290967504}, "games": {"them - they": 0.05897097878362956, "them": 0.3408928312266956, "they": 0.28192185244306606}, "gang": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "gas": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "gases": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "gate": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "gathered": {"them - they": 0.00368797582053082, "them": 0.32638004276135213, "they": 0.3226920669408213}, "gathering": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "gauntlet": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "gave": {"them - they": 0.05163224127197219, "them": 0.3817564441199759, "they": 0.3301242028480037}, "geez": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "gender": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "general": {"them - they": 0.035273368407000016, "them": 0.3305492734960285, "they": 0.29527590508902846}, "generally": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "generations": {"them - they": 0.07871411209437723, "them": 0.3643912958810833, "they": 0.2856771837867061}, "generically": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "generosity": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "genie": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "genocide": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "genuine": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "genuinely": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "geofence": {"them - they": 0.052954975077784794, "them": 0.21718967410105297, "they": 0.16423469902326818}, "geofiltered": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "geographically": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "george": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "georgia": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "gershshwin": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "gestures": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "get": {"them - they": 0.008067705446304863, "them": 0.37208932032417624, "they": 0.3640216148778714}, "gets": {"them - they": 0.05601138480829515, "them": 0.34168856859500124, "they": 0.2856771837867061}, "getting": {"them - they": -0.03819405360385586, "them": 0.30209583442730215, "they": 0.340289888031158}, "ghastly": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "girl": {"them - they": 0.018829799433780103, "them": 0.31086991441727835, "they": 0.29204011498349824}, "girls": {"them - they": 0.025681501137193585, "them": 0.2995563797739429, "they": 0.2738748786367493}, "give": {"them - they": 0.033630284341373606, "them": 0.35270810296854205, "they": 0.31907781862716844}, "given": {"them - they": 0.036787619898142054, "them": 0.38949784829630374, "they": 0.3527102283981617}, "glad": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "glasses": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "global": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "gloves": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "go": {"them - they": 0.015087469946539034, "them": 0.36466098431398747, "they": 0.34957351436744843}, "goal": {"them - they": 0.018327241238130954, "them": 0.3258790887983468, "they": 0.30755184756021586}, "goals": {"them - they": 0.05492433412427433, "them": 0.29478457990705736, "they": 0.23986024578278303}, "goats": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "gobert": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "god": {"them - they": 0.08736491782737002, "them": 0.30776381512873224, "they": 0.22039889730136222}, "godfather": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "godliness": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "goes": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "going": {"them - they": 0.015723222107171142, "them": 0.39550837790802523, "they": 0.3797851558008541}, "golden": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "good": {"them - they": 0.06684655848963672, "them": 0.41027352890921004, "they": 0.3434269704195733}, "google": {"them - they": 0.02692625227044773, "them": 0.2653306198199919, "they": 0.23840436754954417}, "googled": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "gordon": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "gospel": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "got": {"them - they": 0.04678951317230928, "them": 0.357703062993344, "they": 0.3109135498210347}, "gotten": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "governance": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "governing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "government": {"them - they": 0.05749527956147238, "them": 0.3351342957633989, "they": 0.27763901620192655}, "governments": {"them - they": 0.004904273156533939, "them": 0.24978954436048928, "they": 0.24488527120395534}, "grace": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "grade": {"them - they": 0.026289151581739167, "them": 0.2828516218905217, "they": 0.25656247030878254}, "graders": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "grades": {"them - they": 0.05193960986833382, "them": 0.24042526655124816, "they": 0.18848565668291434}, "graduated": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "graduates": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "grams": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "grand": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "grandparent": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "granted": {"them - they": 0.08480467062402774, "them": 0.34168856859500124, "they": 0.2568838979709735}, "grapples": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "grasp": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "grave": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "graves": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "gray": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "great": {"them - they": -0.003957518426414286, "them": 0.32173456409704315, "they": 0.32569208252345744}, "greater": {"them - they": 0.0144151389836355, "them": 0.3534510335838384, "they": 0.3390358946002029}, "greatly": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "green": {"them - they": 0.005358442067065344, "them": 0.25431690483290553, "they": 0.2489584627658402}, "greenery": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "greet": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "grew": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "grey": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "grid": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "grit": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "ground": {"them - they": 0.01945344235082208, "them": 0.2924140766649377, "they": 0.2729606343141156}, "group": {"them - they": -0.01599623550133944, "them": 0.3199924933028085, "they": 0.33598872880414793}, "groupon": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "groups": {"them - they": 0.055360062430354656, "them": 0.2865032082848343, "they": 0.23114314585447962}, "grow": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "growing": {"them - they": 0.00385976074156108, "them": 0.3305492734960285, "they": 0.3266895127544674}, "grown": {"them - they": 0.07871411209437723, "them": 0.3643912958810833, "they": 0.2856771837867061}, "growth": {"them - they": 0.004666999162986074, "them": 0.2828516218905217, "they": 0.27818462272753564}, "gsa": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "guarantee": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "guaranteed": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "guarantees": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "guard": {"them - they": 0.0047811916608487826, "them": 0.25528360856309784, "they": 0.25050241690224906}, "guess": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "guiana": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "guillard": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "guilt": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "guilty": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "gulf": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "gun": {"them - they": 0.10165020428750465, "them": 0.29478457990705736, "they": 0.1931343756195527}, "guns": {"them - they": 0.05127286650304552, "them": 0.25528360856309784, "they": 0.20401074206005232}, "gusto": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "guy": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "guys": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "h": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "had": {"them - they": 0.05597168816678738, "them": 0.41370221195505386, "they": 0.3577305237882665}, "hadn": {"them - they": 0.05509876632449051, "them": 0.35677351254078754, "they": 0.30167474621629703}, "hairstyle": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "half": {"them - they": 0.022700697331152264, "them": 0.34969703007145647, "they": 0.3269963327403042}, "halftime": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "ham": {"them - they": 0.027990229079716433, "them": 0.23605486877837858, "they": 0.20806463969866215}, "hams": {"them - they": 0.005015462966640377, "them": 0.2448757087494234, "they": 0.23986024578278303}, "hand": {"them - they": 0.046484206665170114, "them": 0.3468684985609548, "they": 0.3003842918957847}, "handedly": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "handful": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "handle": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "handling": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "hands": {"them - they": -0.04532465307629768, "them": 0.26877715858597856, "they": 0.31410181166227624}, "hannah": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "happen": {"them - they": 0.041073472401118805, "them": 0.3534510335838384, "they": 0.3123775611827196}, "happened": {"them - they": 0.0563650337602532, "them": 0.33576623748678774, "they": 0.27940120372653454}, "happening": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "happenings": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "happens": {"them - they": 0.054060412079462716, "them": 0.3109443100504362, "they": 0.2568838979709735}, "happiness": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "happy": {"them - they": 0.05650465810248306, "them": 0.3791967250433044, "they": 0.3226920669408213}, "haram": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "harassment": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "hard": {"them - they": 0.042369711983054836, "them": 0.32818390662973174, "they": 0.2858141946466769}, "hardest": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "hardin": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "hardly": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "harping": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "has": {"them - they": 0.03249365045945252, "them": 0.4006026025346877, "they": 0.3681089520752352}, "hasn": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "hate": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "hates": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "have": {"them - they": 0.017973710753541206, "them": 0.41501002109391555, "they": 0.39703631034037434}, "haven": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "having": {"them - they": 0.017704126223856476, "them": 0.36027702355731267, "they": 0.3425728973334562}, "hayward": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "hazards": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "he": {"them - they": 0.03967934517351823, "them": 0.3656520092538905, "they": 0.3259726640803723}, "head": {"them - they": 0.029149762449293293, "them": 0.34855018641167723, "they": 0.31940042396238394}, "headache": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "headed": {"them - they": -0.04532465307629768, "them": 0.26877715858597856, "they": 0.31410181166227624}, "heading": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "headphones": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "heads": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "headset": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "healing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "health": {"them - they": 0.015220669549691757, "them": 0.32818390662973174, "they": 0.31296323708004}, "healthcare": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "healthy": {"them - they": 0.02655090971209667, "them": 0.35857556287739656, "they": 0.3320246531652999}, "hear": {"them - they": 0.01799844825092295, "them": 0.33576623748678774, "they": 0.3177677892358648}, "heard": {"them - they": 0.004239380729054165, "them": 0.3141935960334167, "they": 0.3099542153043625}, "hearing": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "heart": {"them - they": 0.04050509119510709, "them": 0.3643912958810833, "they": 0.32388620468597623}, "heat": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "heavy": {"them - they": 0.025267126263730122, "them": 0.3109443100504362, "they": 0.2856771837867061}, "hectare": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "hectares": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "held": {"them - they": 0.02327998522945074, "them": 0.3348041636745252, "they": 0.31152417844507446}, "help": {"them - they": 0.040766665376966604, "them": 0.3813873174886213, "they": 0.3406206521116547}, "helped": {"them - they": 0.034456490088004055, "them": 0.3485583017502803, "they": 0.31410181166227624}, "helping": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "helps": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "heng": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "her": {"them - they": 0.02287747629098441, "them": 0.2742604711598093, "they": 0.25138299486882487}, "here": {"them - they": 0.034948129542696826, "them": 0.3881064462109536, "they": 0.35315831666825676}, "heritage": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "herself": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "hiace": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "hide": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "hiding": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "high": {"them - they": 0.029482372014390967, "them": 0.34106232877378967, "they": 0.3115799567593987}, "higher": {"them - they": -0.019254288430725353, "them": 0.31086991441727835, "they": 0.3301242028480037}, "highlight": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "highway": {"them - they": 0.0509886455968806, "them": 0.2615268109831633, "they": 0.21053816538628273}, "highways": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "hijacking": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "hike": {"them - they": 0.026834576962632528, "them": 0.2678522149344573, "they": 0.2410176379718248}, "hikers": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "hilarious": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "him": {"them - they": 0.05453891955296203, "them": 0.3705232870151088, "they": 0.31598436746214675}, "himself": {"them - they": -0.012941894635540019, "them": 0.3109443100504362, "they": 0.32388620468597623}, "hint": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "hire": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "his": {"them - they": 0.0646093157037918, "them": 0.388162862254795, "they": 0.3235535465510032}, "historians": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "historic": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "historical": {"them - they": -0.024183260247537863, "them": 0.26877715858597856, "they": 0.2929604188335164}, "historically": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "history": {"them - they": 0.012060492484908036, "them": 0.3361022649642798, "they": 0.32404177247937177}, "hit": {"them - they": 0.05997036378938109, "them": 0.36314770639454647, "they": 0.3031773426051654}, "hits": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "hoffman": {"them - they": 0.05211992704990265, "them": 0.23635391829479904, "they": 0.1842339912448964}, "hold": {"them - they": -0.008423280326669669, "them": 0.3258790887983468, "they": 0.3343023691250165}, "holds": {"them - they": 0.09985017573985533, "them": 0.3179717829590349, "they": 0.21812160721917956}, "holes": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "holy": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "home": {"them - they": -0.002932080468461662, "them": 0.3330459139214575, "they": 0.33597799438991915}, "homemade": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "honey": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "honoring": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "honourable": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "hope": {"them - they": -0.03951778921795912, "them": 0.29478457990705736, "they": 0.3343023691250165}, "hopkinson": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "hospital": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "hosted": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "hosts": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "hot": {"them - they": -0.029145120961152182, "them": 0.31777046467891784, "they": 0.34691558564007}, "hotel": {"them - they": 0.0047811916608487826, "them": 0.25528360856309784, "they": 0.25050241690224906}, "hour": {"them - they": 0.027277544396965614, "them": 0.3408928312266956, "they": 0.31361528682973}, "hours": {"them - they": 0.027979102456662797, "them": 0.3748946880967328, "they": 0.34691558564007}, "house": {"them - they": 0.02755627805305244, "them": 0.3341079753645198, "they": 0.30655169731146736}, "houses": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "how": {"them - they": 0.03412166007748041, "them": 0.40539326028647227, "they": 0.37127160020899186}, "howard": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "however": {"them - they": 0.07654668721700703, "them": 0.39215013164076634, "they": 0.3156034444237593}, "https": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "hubble": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "huerta": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "hug": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "huge": {"them - they": 0.04131058182566322, "them": 0.3488624293858791, "they": 0.30755184756021586}, "hughes": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "human": {"them - they": 0.08910618239008683, "them": 0.38827841587181394, "they": 0.2991722334817271}, "humans": {"them - they": 0.0922473747576314, "them": 0.38264244175751366, "they": 0.29039506699988227}, "humbly": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "hundred": {"them - they": 0.0842655865531583, "them": 0.3485583017502803, "they": 0.264292715197122}, "hundreds": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "hunger": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "hurt": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "husband": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "hustling": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "hutton": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "huxley": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "hydrophobic": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "hypocrisy": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "i": {"them - they": 0.015541039205108964, "them": 0.32044140768494506, "they": 0.3049003684798361}, "iberian": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "iberico": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "ib\u00e9rico": {"them - they": 0.0577706251492984, "them": 0.23894575710073276, "they": 0.18117513195143436}, "ice": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "iconic": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "id": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "idc": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "idea": {"them - they": 0.03967296927413655, "them": 0.3393541614264215, "they": 0.29968119215228495}, "ideas": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "identical": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "identified": {"them - they": 0.05601138480829515, "them": 0.34168856859500124, "they": 0.2856771837867061}, "identify": {"them - they": 0.054060412079462716, "them": 0.3109443100504362, "they": 0.2568838979709735}, "identifying": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "identities": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "identity": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "if": {"them - they": 0.02198391147596329, "them": 0.39491474018127143, "they": 0.37293082870530814}, "igbinidu": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ignited": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ignorance": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "ignorant": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ignore": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "iknow": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ill": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "illness": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "illnesses": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "illusion": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "images": {"them - they": 0.08361176366726292, "them": 0.35677351254078754, "they": 0.2731617488735246}, "imagine": {"them - they": 0.004642913012189831, "them": 0.2615268109831633, "they": 0.2568838979709735}, "imagined": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "imagining": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "immediately": {"them - they": 0.046156405657074684, "them": 0.35270810296854205, "they": 0.30655169731146736}, "immense": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "immensely": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "immigrant": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "immortal": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "impact": {"them - they": 0.04050509119510709, "them": 0.3643912958810833, "they": 0.32388620468597623}, "imparted": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "impatience": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "impermissibly": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "implementation": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "implemented": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "importance": {"them - they": 0.03503747580756872, "them": 0.33576623748678774, "they": 0.300728761679219}, "important": {"them - they": 0.023096746073359098, "them": 0.36061056893327825, "they": 0.33751382285991915}, "imported": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "impose": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "impossible": {"them - they": 0.057471679257320774, "them": 0.3643912958810833, "they": 0.30691961662376255}, "impressive": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "improved": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "impulse": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "in": {"them - they": 0.03161686492174853, "them": 0.35023809793886823, "they": 0.3186212330171197}, "inability": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "inbreeding": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "incidents": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "include": {"them - they": -0.027102593413840803, "them": 0.2828516218905217, "they": 0.3099542153043625}, "included": {"them - they": 0.04131058182566322, "them": 0.3488624293858791, "they": 0.30755184756021586}, "includes": {"them - they": 0.1538531304948006, "them": 0.3643912958810833, "they": 0.21053816538628273}, "including": {"them - they": 0.043539723589802126, "them": 0.38949784829630374, "they": 0.3459581247065016}, "incompetence": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "inconsistency": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "increase": {"them - they": -0.02405376863161854, "them": 0.2448757087494234, "they": 0.26892947738104195}, "increased": {"them - they": -0.0241175951634367, "them": 0.25528360856309784, "they": 0.27940120372653454}, "increasingly": {"them - they": 0.034456490088004055, "them": 0.3485583017502803, "they": 0.31410181166227624}, "incredible": {"them - they": 0.10087794797181177, "them": 0.3048886900318641, "they": 0.20401074206005232}, "incredibly": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "indeed": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "independent": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "india": {"them - they": -0.024183260247537863, "them": 0.26877715858597856, "they": 0.2929604188335164}, "indians": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "indicates": {"them - they": 0.004642913012189831, "them": 0.2615268109831633, "they": 0.2568838979709735}, "indigenous": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "indistinguishable": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "individual": {"them - they": 0.025267126263730122, "them": 0.3109443100504362, "they": 0.2856771837867061}, "individualized": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "individuals": {"them - they": 0.041073472401118805, "them": 0.3534510335838384, "they": 0.3123775611827196}, "industrial": {"them - they": 0.03408144559996623, "them": 0.35677351254078754, "they": 0.3226920669408213}, "industry": {"them - they": 0.05997036378938109, "them": 0.36314770639454647, "they": 0.3031773426051654}, "ineffective": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "inefficiency": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "inevitably": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "infects": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "inflammatory": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "inflict": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "influenced": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "influencing": {"them - they": 0.05211992704990265, "them": 0.23635391829479904, "they": 0.1842339912448964}, "informal": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "information": {"them - they": 0.046156405657074684, "them": 0.35270810296854205, "they": 0.30655169731146736}, "informed": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "informs": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "inhabit": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "inherently": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "initial": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "injected": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "injured": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "injuries": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "injury": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "ink": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "innocent": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "innovations": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "innumerable": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "input": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "inscribed": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "inside": {"them - they": -0.06258801682223031, "them": 0.24978954436048928, "they": 0.3123775611827196}, "insights": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "insisted": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "inspiration": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "inspired": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "inspiring": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "instability": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "instance": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "instead": {"them - they": 0.011320439931613302, "them": 0.359894993975637, "they": 0.3485745540440237}, "instincts": {"them - they": 0.05509876632449051, "them": 0.35677351254078754, "they": 0.30167474621629703}, "institute": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "institution": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "institutional": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "institutions": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "instrument": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "instruments": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "intake": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "intelligence": {"them - they": -0.04551935825045886, "them": 0.2448757087494234, "they": 0.29039506699988227}, "intelligent": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "intended": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "intense": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "intensified": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "intensity": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "intensively": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "intention": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "intentions": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "intents": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "interaction": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "interactive": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "intercept": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "interdisciplinary": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "interest": {"them - they": -0.012821181408776694, "them": 0.2995563797739429, "they": 0.3123775611827196}, "interested": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "interesting": {"them - they": 0.0038699712967586453, "them": 0.3179717829590349, "they": 0.31410181166227624}, "interests": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "intermediate": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "internal": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "internally": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "international": {"them - they": 0.004155177849187841, "them": 0.31777046467891784, "they": 0.31361528682973}, "internet": {"them - they": 0.004280474684914437, "them": 0.2995563797739429, "they": 0.29527590508902846}, "interpretation": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "interpretations": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "intersection": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "intervene": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "interview": {"them - they": -0.04532465307629768, "them": 0.26877715858597856, "they": 0.31410181166227624}, "interviewed": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "interviews": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "intestinal": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "into": {"them - they": 0.021674316460827237, "them": 0.3914902250339111, "they": 0.3698159085730839}, "intolerant": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "invades": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "invention": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "invest": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "investigation": {"them - they": 0.0040246934266736645, "them": 0.3109443100504362, "they": 0.30691961662376255}, "investigations": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "investigative": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "invite": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "invited": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "involved": {"them - they": 0.03817074983883828, "them": 0.368294952686842, "they": 0.3301242028480037}, "involvement": {"them - they": 0.025267126263730122, "them": 0.3109443100504362, "they": 0.2856771837867061}, "involves": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "ionigeria": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ipad": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "iphone": {"them - they": 0.0842655865531583, "them": 0.3485583017502803, "they": 0.264292715197122}, "ireland": {"them - they": -0.024183260247537863, "them": 0.26877715858597856, "they": 0.2929604188335164}, "irish": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "iron": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "irony": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "irritated": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "is": {"them - they": 0.010047954836003015, "them": 0.3540282041902474, "they": 0.34398024935424437}, "isabelle": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "isay": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "islam": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "islamic": {"them - they": 0.025681501137193585, "them": 0.2995563797739429, "they": 0.2738748786367493}, "isn": {"them - they": 0.04902372035051372, "them": 0.3714744680794618, "they": 0.32245074772894805}, "issue": {"them - they": 0.02910333754593286, "them": 0.29643128904101346, "they": 0.2673279514950806}, "issued": {"them - they": 0.05601138480829515, "them": 0.34168856859500124, "they": 0.2856771837867061}, "issues": {"them - they": 0.004155177849187841, "them": 0.31777046467891784, "they": 0.31361528682973}, "it": {"them - they": 0.027577573142415657, "them": 0.38318728301440413, "they": 0.3556097098719885}, "italy": {"them - they": 0.05228533377316488, "them": 0.23259877091954828, "they": 0.1803134371463834}, "itching": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "item": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "items": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "its": {"them - they": 0.021740550553784488, "them": 0.371665202828823, "they": 0.3499246522750385}, "itself": {"them - they": 0.027422017603161708, "them": 0.3373762329075242, "they": 0.3099542153043625}, "j": {"them - they": 0.00552795151578675, "them": 0.22279761536904705, "they": 0.2172696638532603}, "jack": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "jacket": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "jackson": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "james": {"them - they": 0.10040614466415348, "them": 0.3109443100504362, "they": 0.21053816538628273}, "jamon": {"them - they": 0.05127286650304552, "them": 0.25528360856309784, "they": 0.20401074206005232}, "jane": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "japan": {"them - they": -0.023827963870771823, "them": 0.21718967410105297, "they": 0.2410176379718248}, "jay": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "jayson": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "jazz": {"them - they": 0.0517413331298707, "them": 0.2448757087494234, "they": 0.1931343756195527}, "jealous": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "jerusalem": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "jesus": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "jfk": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "jiang1": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "job": {"them - they": 0.0619509617136253, "them": 0.3653223671593288, "they": 0.3033714054457035}, "jobs": {"them - they": 0.054060412079462716, "them": 0.3109443100504362, "they": 0.2568838979709735}, "joel": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "john": {"them - they": 0.027277544396965614, "them": 0.3408928312266956, "they": 0.31361528682973}, "johnson": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "join": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "joined": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "joke": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "jokes": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "jones": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "josef": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "joshua": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "journal": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "journalism": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "journalist": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "journey": {"them - they": 0.054386273129615026, "them": 0.3048886900318641, "they": 0.25050241690224906}, "journeys": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "joyfully": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "judicial": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "judy": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "juice": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "jules": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "july": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "june": {"them - they": 0.03600897330588104, "them": 0.3141935960334167, "they": 0.27818462272753564}, "just": {"them - they": 0.040758024969373585, "them": 0.40619203912537444, "they": 0.36543401415600085}, "justice": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "justify": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "karen": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "kataja": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "kc": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "keeghan": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "keep": {"them - they": 0.003532962783626803, "them": 0.3534510335838384, "they": 0.3499180708002116}, "keeping": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "kenya": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "kept": {"them - they": -0.012821181408776694, "them": 0.2995563797739429, "they": 0.3123775611827196}, "kerry": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "key": {"them - they": -0.06220542413897118, "them": 0.26877715858597856, "they": 0.33098258272494974}, "kid": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "kidding": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "kids": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "kiiski": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "killed": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "kind": {"them - they": 0.05865082886350215, "them": 0.3825370335494784, "they": 0.32388620468597623}, "kindle": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "kingdom": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "km": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "knew": {"them - they": 0.033137440274602525, "them": 0.36314770639454647, "they": 0.33001026611994394}, "knight": {"them - they": 0.05193960986833382, "them": 0.24042526655124816, "they": 0.18848565668291434}, "knocking": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "knocks": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "knotted": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "know": {"them - they": 0.029330023409982364, "them": 0.3676600620391606, "they": 0.3383300386291782}, "knowing": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "knowledge": {"them - they": 0.05601138480829515, "them": 0.34168856859500124, "they": 0.2856771837867061}, "known": {"them - they": 0.029403818235471224, "them": 0.34283087979800964, "they": 0.3134270615625384}, "korea": {"them - they": 0.0047811916608487826, "them": 0.25528360856309784, "they": 0.25050241690224906}, "kourou": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "kratz": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "kuo": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "l": {"them - they": 0.13228072056016832, "them": 0.3305492734960285, "they": 0.19826855293586015}, "la": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "label": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "labor": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "laboratory": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "lack": {"them - they": 0.03476895197123869, "them": 0.34168856859500124, "they": 0.30691961662376255}, "lacked": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "lacking": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "lactase": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "lactose": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "ladder": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "lady": {"them - they": 0.054060412079462716, "them": 0.3109443100504362, "they": 0.2568838979709735}, "lagos": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "laid": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "land": {"them - they": 0.0815060018183077, "them": 0.32818390662973174, "they": 0.24667790481142404}, "landholds": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "landslides": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "language": {"them - they": 0.08277869043247577, "them": 0.3670638942835015, "they": 0.28428520385102574}, "large": {"them - they": 0.058175128494809936, "them": 0.3534510335838384, "they": 0.29527590508902846}, "larger": {"them - they": 0.054060412079462716, "them": 0.3109443100504362, "they": 0.2568838979709735}, "largest": {"them - they": -0.0241175951634367, "them": 0.25528360856309784, "they": 0.27940120372653454}, "last": {"them - they": 0.04075182580839298, "them": 0.3840332301449935, "they": 0.34328140433660054}, "late": {"them - they": 0.01492548517857617, "them": 0.3373762329075242, "they": 0.32245074772894805}, "later": {"them - they": 0.020029760576328715, "them": 0.34855018641167723, "they": 0.3285204258353485}, "latest": {"them - they": 0.004904273156533939, "them": 0.24978954436048928, "they": 0.24488527120395534}, "latte": {"them - they": -0.0241175951634367, "them": 0.25528360856309784, "they": 0.27940120372653454}, "latter": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "launch": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "law": {"them - they": 0.08271212171348066, "them": 0.3117976318763216, "they": 0.22908551016284093}, "laws": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "lax": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "lay": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "lead": {"them - they": 0.034262118054350754, "them": 0.3392739756508758, "they": 0.30501185759652505}, "leaders": {"them - they": 0.014691974822104326, "them": 0.34470224094204827, "they": 0.33001026611994394}, "leadership": {"them - they": 0.10165020428750465, "them": 0.29478457990705736, "they": 0.1931343756195527}, "leading": {"them - they": 0.034456490088004055, "them": 0.3485583017502803, "they": 0.31410181166227624}, "leads": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "league": {"them - they": 0.08361176366726292, "them": 0.35677351254078754, "they": 0.2731617488735246}, "leaky": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "lean": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "learn": {"them - they": 0.025681501137193585, "them": 0.2995563797739429, "they": 0.2738748786367493}, "learned": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "learning": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "least": {"them - they": 0.05216749839449791, "them": 0.3734535214164555, "they": 0.3212860230219576}, "leave": {"them - they": -0.04532465307629768, "them": 0.26877715858597856, "they": 0.31410181166227624}, "leaves": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "leaving": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "lebron": {"them - they": 0.09917302182534643, "them": 0.32638004276135213, "they": 0.2272070209360057}, "led": {"them - they": 0.03548402179846455, "them": 0.3258790887983468, "they": 0.29039506699988227}, "lee": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "left": {"them - they": -0.0032379543428587843, "them": 0.34855018641167723, "they": 0.351788140754536}, "legal": {"them - they": 0.0509886455968806, "them": 0.2615268109831633, "they": 0.21053816538628273}, "legislatures": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "legs": {"them - they": 0.055597882916763874, "them": 0.3485583017502803, "they": 0.2929604188335164}, "length": {"them - they": 0.09985017573985533, "them": 0.3179717829590349, "they": 0.21812160721917956}, "lengthening": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "lengthier": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "lengthy": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "lenses": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "less": {"them - they": 0.03979443448120473, "them": 0.39367618333643184, "they": 0.3538817488552271}, "let": {"them - they": 0.02037596877362957, "them": 0.3393541614264215, "they": 0.3189781926527919}, "lets": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "letting": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "level": {"them - they": 0.015128270429246193, "them": 0.3310531666317954, "they": 0.3159248962025492}, "leveled": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "levels": {"them - they": 0.03476895197123869, "them": 0.34168856859500124, "they": 0.30691961662376255}, "levi": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "libation": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "liberating": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "libraries": {"them - they": 0.004904273156533939, "them": 0.24978954436048928, "they": 0.24488527120395534}, "library": {"them - they": 0.052712960614922755, "them": 0.22279761536904705, "they": 0.1700846547541243}, "life": {"them - they": 0.06556536718676814, "them": 0.4088338145106349, "they": 0.34326844732386674}, "lifted": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "light": {"them - they": 0.01780236390902501, "them": 0.34168856859500124, "they": 0.32388620468597623}, "lighter": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "lightning": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "like": {"them - they": 0.03020356207245123, "them": 0.40989445582768835, "they": 0.3796908937552371}, "liked": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "likely": {"them - they": 0.04677449273596207, "them": 0.3416738203583454, "they": 0.29489932762238336}, "likes": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "limit": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "limits": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "line": {"them - they": 0.005117069479068204, "them": 0.24042526655124816, "they": 0.23530819707217995}, "lines": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "link": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "linked": {"them - they": 0.034456490088004055, "them": 0.3485583017502803, "they": 0.31410181166227624}, "linton": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "lip": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "liquid": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "list": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "listen": {"them - they": 0.05446645454170368, "them": 0.3670638942835015, "they": 0.3125974397417978}, "listening": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "literally": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "literature": {"them - they": 0.0842655865531583, "them": 0.3485583017502803, "they": 0.264292715197122}, "little": {"them - they": 0.03393688999631572, "them": 0.3906703369249241, "they": 0.35673344692860837}, "live": {"them - they": 0.03718309095660699, "them": 0.3871011617568186, "they": 0.3499180708002116}, "lived": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "lively": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "liverpool": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "lives": {"them - they": 0.05601138480829515, "them": 0.34168856859500124, "they": 0.2856771837867061}, "living": {"them - they": -0.01287909920400071, "them": 0.3048886900318641, "they": 0.3177677892358648}, "ll": {"them - they": -0.03812427416794617, "them": 0.32692479232834004, "they": 0.3650490664962862}, "loads": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "loan": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "local": {"them - they": -0.01909095850310033, "them": 0.29026127081290404, "they": 0.30935222931600437}, "locally": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "located": {"them - they": 0.08526382058453869, "them": 0.33576623748678774, "they": 0.25050241690224906}, "location": {"them - they": 0.055360062430354656, "them": 0.2865032082848343, "they": 0.23114314585447962}, "locations": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "logistical": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "lollipop": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "lollipops": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "london": {"them - they": -0.024150372803542763, "them": 0.2615268109831633, "they": 0.2856771837867061}, "lone": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "long": {"them - they": 0.051381681619060704, "them": 0.3800869580174003, "they": 0.3287052763983396}, "longer": {"them - they": -0.02408533427626003, "them": 0.24978954436048928, "they": 0.2738748786367493}, "longest": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "look": {"them - they": 0.07707853255053859, "them": 0.41156427294004433, "they": 0.33448574038950574}, "looked": {"them - they": 0.033478394536165246, "them": 0.3559291422651133, "they": 0.32245074772894805}, "looking": {"them - they": -0.07776411174762923, "them": 0.21460168163559643, "they": 0.29236579338322566}, "looks": {"them - they": 0.025487486305329543, "them": 0.3048886900318641, "they": 0.27940120372653454}, "los": {"them - they": 0.026012395001500377, "them": 0.290460629750524, "they": 0.2644482347490236}, "lose": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "losing": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "loss": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "losses": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "lost": {"them - they": 0.018718154239199036, "them": 0.3141935960334167, "they": 0.29547544179421764}, "lot": {"them - they": 0.02636002891437378, "them": 0.39143479859617003, "they": 0.36507476968179625}, "lots": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "lou": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "love": {"them - they": -0.005306649224579629, "them": 0.29947304741978004, "they": 0.30477969664435967}, "loved": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "lovers": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "loves": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "loving": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "lovitz": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "low": {"them - they": 0.0541696210071646, "them": 0.38541889297320536, "they": 0.33124927196604076}, "lower": {"them - they": 0.004239380729054165, "them": 0.3141935960334167, "they": 0.3099542153043625}, "luca": {"them - they": 0.004666999162986074, "them": 0.2828516218905217, "they": 0.27818462272753564}, "lucky": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "lun": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "lunch": {"them - they": 0.057471679257320774, "them": 0.3643912958810833, "they": 0.30691961662376255}, "lurking": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "m": {"them - they": 0.011791497261163686, "them": 0.3446646306560025, "they": 0.3328731333948388}, "m1": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ma": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "mac": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "macchiato": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "made": {"them - they": 0.019971358054479693, "them": 0.35928395748686426, "they": 0.33931259943238457}, "magazine": {"them - they": 0.0047811916608487826, "them": 0.25528360856309784, "they": 0.25050241690224906}, "magic": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "magical": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "magnetically": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "magnificent": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "mail": {"them - they": 0.004642913012189831, "them": 0.2615268109831633, "they": 0.2568838979709735}, "main": {"them - they": 0.08054596400163921, "them": 0.3408928312266956, "they": 0.2603468672250564}, "mainstream": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "maintain": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "maintained": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "major": {"them - they": 0.046484206665170114, "them": 0.3468684985609548, "they": 0.3003842918957847}, "majority": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "make": {"them - they": 0.07271568396434408, "them": 0.4321946382613652, "they": 0.35947895429702115}, "maker": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "makers": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "makes": {"them - they": 0.015030156737351363, "them": 0.3341079753645198, "they": 0.31907781862716844}, "makeup": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "making": {"them - they": 0.033035197052347476, "them": 0.3760580247523221, "they": 0.3430228276999746}, "male": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "malignant": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "malindi": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "malnutrition": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "mammals": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "mammoths": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "man": {"them - they": 0.0380881087478927, "them": 0.36212988122726447, "they": 0.32404177247937177}, "managed": {"them - they": 0.05694961141730487, "them": 0.3258790887983468, "they": 0.26892947738104195}, "management": {"them - they": 0.0040246934266736645, "them": 0.3109443100504362, "they": 0.30691961662376255}, "manager": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "manhattan": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "manhunt": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "manner": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "manufactured": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "many": {"them - they": 0.048519734930727476, "them": 0.4076326272447969, "they": 0.3591128923140694}, "mapped": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "march": {"them - they": 0.02692625227044773, "them": 0.2653306198199919, "they": 0.23840436754954417}, "mark": {"them - they": 0.08526382058453869, "them": 0.33576623748678774, "they": 0.25050241690224906}, "marked": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "marketing": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "marriage": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "married": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "martinez": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "marvel": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "mary": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "match": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "matcha": {"them - they": 0.005117069479068204, "them": 0.24042526655124816, "they": 0.23530819707217995}, "matches": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "matchup": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "material": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "matt": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "matter": {"them - they": 0.004159928352645059, "them": 0.3048886900318641, "they": 0.300728761679219}, "mattered": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "matters": {"them - they": -0.04539280564059922, "them": 0.2615268109831633, "they": 0.30691961662376255}, "matthew": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "may": {"them - they": 0.032264726372366215, "them": 0.3791235554738103, "they": 0.3468588291014441}, "maybe": {"them - they": 0.004489266701345196, "them": 0.290460629750524, "they": 0.2859713630491788}, "mayhem": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "mcgregor": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "me": {"them - they": 0.03919010809614454, "them": 0.3645660284115604, "they": 0.32537592031541585}, "mea": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "mean": {"them - they": 0.0037415843214878564, "them": 0.33576623748678774, "they": 0.3320246531652999}, "meaning": {"them - they": 0.034456490088004055, "them": 0.3485583017502803, "they": 0.31410181166227624}, "means": {"them - they": 0.05663427247562003, "them": 0.38515469831096855, "they": 0.3285204258353485}, "meant": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "meanwhile": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "measures": {"them - they": 0.0040246934266736645, "them": 0.3109443100504362, "they": 0.30691961662376255}, "meat": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "mechanics": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "mechanism": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "media": {"them - they": 0.023105842470055704, "them": 0.3392739756508758, "they": 0.3161681331808201}, "medication": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "meh": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "mei3": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "melt": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "members": {"them - they": -0.01916961349440377, "them": 0.29949176249593223, "they": 0.318661375990336}, "memorial": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "memory": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "men": {"them - they": 0.04738320538592561, "them": 0.33070830769329373, "they": 0.2833251023073681}, "menace": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "mental": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "mentioned": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "menu": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "mercedes": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "mercurial": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "mercy": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "mere": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "merely": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "message": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "messy": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "met": {"them - they": -0.013010799765914849, "them": 0.3179717829590349, "they": 0.33098258272494974}, "meter": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "meters": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "method": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "methodist": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "methods": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "mexico": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "mia": {"them - they": 0.05243815786161113, "them": 0.22911160915851797, "they": 0.17667345129690684}, "miami": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "michael": {"them - they": 0.004280474684914437, "them": 0.2995563797739429, "they": 0.29527590508902846}, "micheal": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "michel": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "micro": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "microphone": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "microplastic": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "microplastics": {"them - they": 0.05228533377316488, "them": 0.23259877091954828, "they": 0.1803134371463834}, "microsoft": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "mid": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "middle": {"them - they": -0.062484180672766954, "them": 0.25528360856309784, "they": 0.3177677892358648}, "midweek": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "midwestern": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "might": {"them - they": 0.02437072953702235, "them": 0.39126041201771006, "they": 0.3668896824806877}, "mighty": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "mile": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "miles": {"them - they": -0.0241175951634367, "them": 0.25528360856309784, "they": 0.27940120372653454}, "militaries": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "military": {"them - they": -0.02402296819777547, "them": 0.24042526655124816, "they": 0.2644482347490236}, "milk": {"them - they": -0.06338058811285771, "them": 0.18606619265879926, "they": 0.24944678077165697}, "milking": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "milks": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "milky": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "millennium": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "millimeters": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "million": {"them - they": 0.028015999671845704, "them": 0.32291532729422906, "they": 0.29489932762238336}, "millions": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "mind": {"them - they": -0.024183260247537863, "them": 0.26877715858597856, "they": 0.2929604188335164}, "minds": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "mine": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "minimize": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "minimum": {"them - they": 0.054060412079462716, "them": 0.3109443100504362, "they": 0.2568838979709735}, "minister": {"them - they": -0.07776411174762923, "them": 0.21460168163559643, "they": 0.29236579338322566}, "ministers": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "ministry": {"them - they": 0.05127286650304552, "them": 0.25528360856309784, "they": 0.20401074206005232}, "minor": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "minority": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "minute": {"them - they": 0.04222367098340857, "them": 0.3310531666317954, "they": 0.28882949564838684}, "minutes": {"them - they": 0.027422017603161708, "them": 0.3373762329075242, "they": 0.3099542153043625}, "mirror": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "misconduct": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "misreading": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "miss": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "missing": {"them - they": 0.05446645454170368, "them": 0.3670638942835015, "they": 0.3125974397417978}, "mission": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "missionary": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "missions": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "mistaken": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "misunderstanding": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "misunderstood": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "mitchell": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "mix": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "mixed": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "mls": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "moaning": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "mob": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "mobile": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "model": {"them - they": 0.05993092062791372, "them": 0.3254775220037367, "they": 0.265546601375823}, "models": {"them - they": 0.0047811916608487826, "them": 0.25528360856309784, "they": 0.25050241690224906}, "moderation": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "modern": {"them - they": 0.036879534139033054, "them": 0.294663292646141, "they": 0.25778375850710794}, "mom": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "moment": {"them - they": 0.004159928352645059, "them": 0.3048886900318641, "they": 0.300728761679219}, "moments": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "momentum": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "money": {"them - they": 0.004155177849187841, "them": 0.31777046467891784, "they": 0.31361528682973}, "mongols": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "monika": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "monitor": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "monosyllabic": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "montanera": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "month": {"them - they": 0.04222367098340857, "them": 0.3310531666317954, "they": 0.28882949564838684}, "months": {"them - they": 0.025681501137193585, "them": 0.2995563797739429, "they": 0.2738748786367493}, "montreal": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "monument": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "monuments": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "mood": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "moon": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "moral": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "more": {"them - they": 0.036091858299356516, "them": 0.3879297358629965, "they": 0.35183787756364}, "morning": {"them - they": 0.015617310641293125, "them": 0.3159497256289196, "they": 0.3003324149876265}, "mosque": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "most": {"them - they": 0.06293036533292562, "them": 0.42434902596537755, "they": 0.3614186606324519}, "mostly": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "mother": {"them - they": 0.004064693770863104, "them": 0.321645905890467, "they": 0.3175812121196039}, "mothers": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "motions": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "motorway": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "motto": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "mouth": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "move": {"them - they": 0.03294352650157795, "them": 0.36724589562659443, "they": 0.3343023691250165}, "moved": {"them - they": -0.012821181408776694, "them": 0.2995563797739429, "they": 0.3123775611827196}, "movement": {"them - they": 0.05509876632449051, "them": 0.35677351254078754, "they": 0.30167474621629703}, "movements": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "moves": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "movie": {"them - they": 0.005782956348852009, "them": 0.21213785254374443, "they": 0.20635489619489242}, "moving": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "mps": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "mr": {"them - they": 0.057631125724634136, "them": 0.3141935960334167, "they": 0.25656247030878254}, "much": {"them - they": 0.04986633623739539, "them": 0.39712091089895823, "they": 0.34725457466156284}, "mullet": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "multiple": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "multitude": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "multivolume": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "mums": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "municipal": {"them - they": 0.051520991424629126, "them": 0.24978954436048928, "they": 0.19826855293586015}, "municipalities": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "municipality": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "murray": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "muscles": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "mused": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "museum": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "music": {"them - they": 0.019596841895788863, "them": 0.28819639738685016, "they": 0.2685995554910613}, "musical": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "musicians": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "musings": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "musk": {"them - they": 0.05258021754298664, "them": 0.22585462772056158, "they": 0.17327441017757494}, "muslim": {"them - they": 0.05492433412427433, "them": 0.29478457990705736, "they": 0.23986024578278303}, "muslims": {"them - they": 0.055360062430354656, "them": 0.2865032082848343, "they": 0.23114314585447962}, "must": {"them - they": 0.046484206665170114, "them": 0.3468684985609548, "they": 0.3003842918957847}, "mustache": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "mustard": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "muster": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "mutagenic": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "mutton": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "my": {"them - they": 0.009150935738763966, "them": 0.3388027182820135, "they": 0.32965178254324956}, "myself": {"them - they": -0.012821181408776694, "them": 0.2995563797739429, "they": 0.3123775611827196}, "nab": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "nail": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "name": {"them - they": 0.02755627805305244, "them": 0.3341079753645198, "they": 0.30655169731146736}, "named": {"them - they": -0.04539280564059922, "them": 0.2615268109831633, "they": 0.30691961662376255}, "nancy": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "nanoplastic": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "naps": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "narrowed": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "narrowly": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "nasa": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "nascent": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "national": {"them - they": 0.04738320538592561, "them": 0.33070830769329373, "they": 0.2833251023073681}, "nations": {"them - they": -0.024150372803542763, "them": 0.2615268109831633, "they": 0.2856771837867061}, "natural": {"them - they": 0.041073472401118805, "them": 0.3534510335838384, "they": 0.3123775611827196}, "naturally": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "nature": {"them - they": 0.03476895197123869, "them": 0.34168856859500124, "they": 0.30691961662376255}, "navigate": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "navigating": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "nba": {"them - they": 0.10128782683808274, "them": 0.2995563797739429, "they": 0.19826855293586015}, "ncaa": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "nearby": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "nearing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "nearly": {"them - they": 0.04152489833688289, "them": 0.34470224094204827, "they": 0.3031773426051654}, "neatly": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "necessary": {"them - they": 0.035273368407000016, "them": 0.3305492734960285, "they": 0.29527590508902846}, "neck": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "need": {"them - they": -0.004128628155613379, "them": 0.33070830769329373, "they": 0.3348369358489071}, "needed": {"them - they": 0.025681501137193585, "them": 0.2995563797739429, "they": 0.2738748786367493}, "needs": {"them - they": 0.07917435915086202, "them": 0.35857556287739656, "they": 0.27940120372653454}, "negative": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "neglect": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "negra": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "negroes": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "neighbor": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "neighbours": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "neither": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "nell": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "neologism": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "net": {"them - they": 0.08633770881828703, "them": 0.321645905890467, "they": 0.23530819707217995}, "netherlands": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "network": {"them - they": -0.01287909920400071, "them": 0.3048886900318641, "they": 0.3177677892358648}, "neutralise": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "never": {"them - they": 0.06543693067677764, "them": 0.3892467593585239, "they": 0.32380982868174624}, "nevertheless": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "new": {"them - they": 0.032218185358353635, "them": 0.3707229339421332, "they": 0.33850474858377955}, "newcastle": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "newly": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "news": {"them - they": 0.015545215614901076, "them": 0.31816359747209055, "they": 0.3026183818571895}, "newspapers": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "next": {"them - they": 0.05736974612203166, "them": 0.3746334790923896, "they": 0.3172637329703579}, "ng": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "nice": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "nigeria": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "night": {"them - they": 0.004313601017307045, "them": 0.32048173419812714, "they": 0.3161681331808201}, "nightmarket": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "nihilist": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "nine": {"them - they": 0.054060412079462716, "them": 0.3109443100504362, "they": 0.2568838979709735}, "nineteen": {"them - they": 0.051520991424629126, "them": 0.24978954436048928, "they": 0.19826855293586015}, "nit": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "niu2nai3": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "no": {"them - they": 0.018099665224684536, "them": 0.3856248362003639, "they": 0.3675251709756794}, "nobeladventures": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "nobody": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "non": {"them - they": 0.028115940814901486, "them": 0.32048173419812714, "they": 0.29236579338322566}, "nor": {"them - they": -0.04523265086165834, "them": 0.27745941607916297, "they": 0.3226920669408213}, "normal": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "normalized": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "north": {"them - they": 0.004159928352645059, "them": 0.3048886900318641, "they": 0.300728761679219}, "nose": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "not": {"them - they": 0.02031910322005831, "them": 0.401293543584491, "they": 0.3809744403644327}, "notes": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "nothing": {"them - they": 0.022810513319941217, "them": 0.3468684985609548, "they": 0.3240579852410136}, "notice": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "noticed": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "noting": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "novel": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "november": {"them - they": 0.0842655865531583, "them": 0.3485583017502803, "they": 0.264292715197122}, "now": {"them - they": 0.007769570252046498, "them": 0.38163157413721366, "they": 0.37386200388516716}, "nowhere": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "nsukka": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "nuclear": {"them - they": 0.0048225169995193, "them": 0.276289811984389, "they": 0.2714672949848697}, "number": {"them - they": 0.02327998522945074, "them": 0.3348041636745252, "they": 0.31152417844507446}, "numbers": {"them - they": 0.09917302182534643, "them": 0.32638004276135213, "they": 0.2272070209360057}, "numerically": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "nury": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ny": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "nyc": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "oak": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "objects": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "oblivious": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "observationi": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "observatory": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "observed": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "observing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "obvious": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "occupied": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "occupies": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "occur": {"them - they": 0.05446645454170368, "them": 0.3670638942835015, "they": 0.3125974397417978}, "occurred": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "occurs": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "ocean": {"them - they": 0.0047811916608487826, "them": 0.25528360856309784, "they": 0.25050241690224906}, "october": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "odyssey": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "of": {"them - they": 0.032809180931225146, "them": 0.3239494025451543, "they": 0.29114022161392916}, "off": {"them - they": 0.03436431927393352, "them": 0.38261582127364646, "they": 0.34825150199971294}, "offense": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "offensive": {"them - they": 0.005015462966640377, "them": 0.2448757087494234, "they": 0.23986024578278303}, "offer": {"them - they": 0.08526382058453869, "them": 0.33576623748678774, "they": 0.25050241690224906}, "offered": {"them - they": 0.05703334891006684, "them": 0.3711351605723431, "they": 0.31410181166227624}, "offering": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "offers": {"them - they": -0.024183260247537863, "them": 0.26877715858597856, "they": 0.2929604188335164}, "office": {"them - they": -0.06258801682223031, "them": 0.24978954436048928, "they": 0.3123775611827196}, "offices": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "official": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "offloaded": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "offseason": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "often": {"them - they": 0.05825356791406183, "them": 0.39309050376296895, "they": 0.3348369358489071}, "oh": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "oil": {"them - they": 0.08662731882443822, "them": 0.31777046467891784, "they": 0.23114314585447962}, "okay": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "oladipo": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "old": {"them - they": 0.004652923799806918, "them": 0.2970187171830326, "they": 0.29236579338322566}, "older": {"them - they": 0.034456490088004055, "them": 0.3485583017502803, "they": 0.31410181166227624}, "omnipresent": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "on": {"them - they": 0.026556986328552912, "them": 0.3936790197975538, "they": 0.3671220334690009}, "once": {"them - they": -0.0023428730907520956, "them": 0.3499238480994332, "they": 0.3522667211901853}, "one": {"them - they": 0.03520729684140733, "them": 0.4278486416535215, "they": 0.39264134481211416}, "ones": {"them - they": -0.045445153116121184, "them": 0.25528360856309784, "they": 0.300728761679219}, "online": {"them - they": 0.026527781810982753, "them": 0.276289811984389, "they": 0.24976203017340626}, "only": {"them - they": 0.04026741366583142, "them": 0.398597598089766, "they": 0.3583301844239346}, "onto": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "open": {"them - they": 0.022914195913338875, "them": 0.34420021893529645, "they": 0.3212860230219576}, "opened": {"them - they": 0.03476895197123869, "them": 0.34168856859500124, "they": 0.30691961662376255}, "operate": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "operations": {"them - they": 0.05601138480829515, "them": 0.34168856859500124, "they": 0.2856771837867061}, "operatives": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "operators": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "opinion": {"them - they": 0.03476895197123869, "them": 0.34168856859500124, "they": 0.30691961662376255}, "opponent": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "opportunity": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "opposing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "opposite": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "opted": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "optimism": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "optimize": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "opting": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "option": {"them - they": 0.004904273156533939, "them": 0.24978954436048928, "they": 0.24488527120395534}, "options": {"them - they": 0.1538531304948006, "them": 0.3643912958810833, "they": 0.21053816538628273}, "or": {"them - they": 0.02490190127115044, "them": 0.3864694494097522, "they": 0.36156754813860176}, "orange": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "orbit": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "order": {"them - they": 0.09478635396140123, "them": 0.3550300782898462, "they": 0.26024372432844495}, "ordered": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ordering": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "orders": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "ordinary": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "organisations": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "organised": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "organising": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "organisms": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "organs": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "oriented": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "origin": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "origins": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "orlando": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "ornaments": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "other": {"them - they": 0.01991987572949333, "them": 0.39641593923677443, "they": 0.3764960635072811}, "others": {"them - they": 0.03860897095367943, "them": 0.359894993975637, "they": 0.3212860230219576}, "otherwise": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "otukpo": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "our": {"them - they": 0.039865985457448294, "them": 0.37540683318824636, "they": 0.33554084773079806}, "out": {"them - they": 0.03140965900047782, "them": 0.4097306897089568, "they": 0.378321030708479}, "outcome": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "outdoors": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "outfits": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "outlook": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "outnumbered": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "outright": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "outside": {"them - they": 0.01757571902533056, "them": 0.3485583017502803, "they": 0.33098258272494974}, "over": {"them - they": 0.019610796719595425, "them": 0.38581680547874947, "they": 0.36620600875915404}, "overall": {"them - they": 0.10040614466415348, "them": 0.3109443100504362, "they": 0.21053816538628273}, "overestimate": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "overflowing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "overing": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "overlap": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "overlooked": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "overly": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "overnight": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "overrated": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "oversee": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "overseeing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "oversight": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "overturned": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "overuse": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "own": {"them - they": 0.02733186876814514, "them": 0.37011468912131473, "they": 0.3427828203531696}, "owner": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "owners": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "ownership": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "p": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "pace": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "paced": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "pacers": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "pack": {"them - they": 0.026289151581739167, "them": 0.2828516218905217, "they": 0.25656247030878254}, "package": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "packaging": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "pad": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "page": {"them - they": 0.03567454284128818, "them": 0.321645905890467, "they": 0.2859713630491788}, "pages": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "paid": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "pain": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "pains": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "paint": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "painted": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "paletas": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "palpable": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "pandemic": {"them - they": 0.004642913012189831, "them": 0.2615268109831633, "they": 0.2568838979709735}, "pandemonium": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "parameters": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "parent": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "parents": {"them - they": 0.051520991424629126, "them": 0.24978954436048928, "they": 0.19826855293586015}, "parking": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "parks": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "part": {"them - they": 0.04393142629165153, "them": 0.3830275122227575, "they": 0.33909608593110596}, "participants": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "participatory": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "particles": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "particular": {"them - they": -0.008486621104174419, "them": 0.3305492734960285, "they": 0.3390358946002029}, "particularity": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "particularized": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "particularly": {"them - they": 0.05846736238599681, "them": 0.3488624293858791, "they": 0.29039506699988227}, "partner": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "partners": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "parts": {"them - they": 0.1311504032087185, "them": 0.34168856859500124, "they": 0.21053816538628273}, "party": {"them - they": -0.05061844108229763, "them": 0.2828516218905217, "they": 0.33347006297281934}, "partying": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "pass": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "passengers": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "passes": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "passions": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "past": {"them - they": -0.06275207605391722, "them": 0.24042526655124816, "they": 0.3031773426051654}, "pastimes": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "pastor": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "pastors": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "pata": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "pathetic": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "paths": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "patience": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "patrol": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "patronize": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "paul": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "pause": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "pawn": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "pay": {"them - they": 0.004280474684914437, "them": 0.2995563797739429, "they": 0.29527590508902846}, "payday": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "paying": {"them - they": 0.058175128494809936, "them": 0.3534510335838384, "they": 0.29527590508902846}, "pbt": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "peace": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "pee": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "peninsula": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "penned": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "pensions": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "people": {"them - they": 0.01866901087751066, "them": 0.39728299515081245, "they": 0.3786139842733018}, "peppa": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "per": {"them - they": 0.059191610179988585, "them": 0.3373762329075242, "they": 0.27818462272753564}, "percent": {"them - they": 0.036879534139033054, "them": 0.294663292646141, "they": 0.25778375850710794}, "percentage": {"them - they": 0.025487486305329543, "them": 0.3048886900318641, "they": 0.27940120372653454}, "perfect": {"them - they": 0.018171712313308885, "them": 0.3305492734960285, "they": 0.3123775611827196}, "perfecting": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "perfectly": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "performance": {"them - they": 0.04131058182566322, "them": 0.3488624293858791, "they": 0.30755184756021586}, "performances": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "performed": {"them - they": 0.0842655865531583, "them": 0.3485583017502803, "they": 0.264292715197122}, "performing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "perhaps": {"them - they": 0.04881506054412327, "them": 0.3748946880967328, "they": 0.32607962755260955}, "perilous": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "perimeter": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "period": {"them - they": 0.025855102526015417, "them": 0.29478457990705736, "they": 0.26892947738104195}, "periods": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "permanent": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "permissible": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "perpetuity": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "persecution": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "persistent": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "person": {"them - they": 0.05997036378938109, "them": 0.36314770639454647, "they": 0.3031773426051654}, "personal": {"them - they": 0.00487129507948203, "them": 0.28819639738685016, "they": 0.2833251023073681}, "personality": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "persons": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "pet": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "phenomenon": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "philadelphia": {"them - they": 0.004904273156533939, "them": 0.24978954436048928, "they": 0.24488527120395534}, "philosopher": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "phone": {"them - they": 0.08277869043247577, "them": 0.3670638942835015, "they": 0.28428520385102574}, "phones": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "phosphoric": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "phosphorus": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "photo": {"them - they": -0.02408533427626003, "them": 0.24978954436048928, "they": 0.2738748786367493}, "physical": {"them - they": 0.05703334891006684, "them": 0.3711351605723431, "they": 0.31410181166227624}, "physically": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "physicist": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "physics": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "piatti": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "picked": {"them - they": 0.054060412079462716, "them": 0.3109443100504362, "they": 0.2568838979709735}, "picking": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "piece": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "pieces": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "piedmont": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "piette": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "pig": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "pillars": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "pills": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "pinterest": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "pioneer": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "pirkanmaa": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "pirkkala": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "pistons": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "place": {"them - they": 0.015040917618887262, "them": 0.36597031914255906, "they": 0.3509294015236718}, "placed": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "places": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "plague": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "plainly": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "plains": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "plan": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "planets": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "planned": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "planning": {"them - they": -0.023730035085690493, "them": 0.20753604572029594, "they": 0.23126608080598643}, "plans": {"them - they": 0.054060412079462716, "them": 0.3109443100504362, "they": 0.2568838979709735}, "planted": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "plastic": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "plates": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "platform": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "play": {"them - they": 0.03721767100367279, "them": 0.37845014109822006, "they": 0.34123247009454727}, "playback": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "played": {"them - they": -0.04551935825045886, "them": 0.2448757087494234, "they": 0.29039506699988227}, "player": {"them - they": 0.05976374113790761, "them": 0.32818390662973174, "they": 0.2684201654918241}, "players": {"them - they": 0.036426666482988035, "them": 0.30484683197481216, "they": 0.2684201654918241}, "playing": {"them - they": 0.04152489833688289, "them": 0.34470224094204827, "they": 0.3031773426051654}, "playoff": {"them - they": 0.09917302182534643, "them": 0.32638004276135213, "they": 0.2272070209360057}, "playoffs": {"them - they": 0.09917302182534643, "them": 0.32638004276135213, "they": 0.2272070209360057}, "plays": {"them - they": 0.055597882916763874, "them": 0.3485583017502803, "they": 0.2929604188335164}, "please": {"them - they": 0.05969404806637857, "them": 0.36724589562659443, "they": 0.30755184756021586}, "pleases": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "pleasure": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "plenty": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "podcast": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "point": {"them - they": 0.022914195913338875, "them": 0.34420021893529645, "they": 0.3212860230219576}, "points": {"them - they": 0.08601884301556378, "them": 0.3258790887983468, "they": 0.23986024578278303}, "polarization": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "police": {"them - they": -0.012580789459794184, "them": 0.27945932552370406, "they": 0.29204011498349824}, "policy": {"them - they": 0.054060412079462716, "them": 0.3109443100504362, "they": 0.2568838979709735}, "policymakers": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "political": {"them - they": -0.039701329412212716, "them": 0.2584427238706156, "they": 0.29814405328282834}, "politicians": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "politicospeak": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "politics": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "ponder": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "popular": {"them - they": 0.05958587164692569, "them": 0.3310531666317954, "they": 0.2714672949848697}, "popularity": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "population": {"them - they": 0.10040614466415348, "them": 0.3109443100504362, "they": 0.21053816538628273}, "portable": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "portion": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "portrays": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "position": {"them - they": 0.08025400619302464, "them": 0.34470224094204827, "they": 0.2644482347490236}, "positive": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "positives": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "possession": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "possibilities": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "possibility": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "possible": {"them - they": -0.012941894635540019, "them": 0.3109443100504362, "they": 0.32388620468597623}, "possibly": {"them - they": 0.0038699712967586453, "them": 0.3179717829590349, "they": 0.31410181166227624}, "post": {"them - they": 0.058175128494809936, "them": 0.3534510335838384, "they": 0.29527590508902846}, "potential": {"them - they": 0.05703334891006684, "them": 0.3711351605723431, "they": 0.31410181166227624}, "potentially": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "pots": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "poverty": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "pow": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "powder": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "powdered": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "power": {"them - they": -0.0031272449084919773, "them": 0.34283087979800964, "they": 0.3459581247065016}, "powerful": {"them - they": 0.0040246934266736645, "them": 0.3109443100504362, "they": 0.30691961662376255}, "practical": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "practice": {"them - they": -0.04523265086165834, "them": 0.27745941607916297, "they": 0.3226920669408213}, "practices": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "practicing": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "practitioner": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "praised": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "pray": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "prayer": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "praying": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "pre": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "preach": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "preaching": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "precepts": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "precious": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "preconceptions": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "preconstruction": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "predicated": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "predict": {"them - they": 0.05509876632449051, "them": 0.35677351254078754, "they": 0.30167474621629703}, "predictability": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "predicted": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "predictions": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "premium": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "prepare": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "prepared": {"them - they": 0.03476895197123869, "them": 0.34168856859500124, "they": 0.30691961662376255}, "preposition": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "presence": {"them - they": 0.04478684339732042, "them": 0.3768114965626203, "they": 0.3320246531652999}, "present": {"them - they": 0.056674394859279165, "them": 0.3305492734960285, "they": 0.2738748786367493}, "presented": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "presenter": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "presenters": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "preservation": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "preserve": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "preserved": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "presidency": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "president": {"them - they": 0.052712960614922755, "them": 0.22279761536904705, "they": 0.1700846547541243}, "presidential": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "press": {"them - they": 0.09985017573985533, "them": 0.3179717829590349, "they": 0.21812160721917956}, "pressures": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "pressuring": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "presumably": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "pretended": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "pretty": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "prevalent": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "prevent": {"them - they": 0.0038699712967586453, "them": 0.3179717829590349, "they": 0.31410181166227624}, "prevented": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "preventing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "previous": {"them - they": 0.07599902628524413, "them": 0.3714744680794618, "they": 0.29547544179421764}, "previously": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "price": {"them - they": 0.004239380729054165, "them": 0.3141935960334167, "they": 0.3099542153043625}, "priced": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "pricing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "prickly": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "primary": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "primos": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "prior": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "priority": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "privacy": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "private": {"them - they": 0.00385976074156108, "them": 0.3305492734960285, "they": 0.3266895127544674}, "pro": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "probability": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "probable": {"them - they": 0.05515243267834405, "them": 0.290460629750524, "they": 0.23530819707217995}, "probably": {"them - they": -0.012821181408776694, "them": 0.2995563797739429, "they": 0.3123775611827196}, "probe": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "problem": {"them - they": 0.06393783547494158, "them": 0.3879958207159552, "they": 0.3240579852410136}, "problems": {"them - they": 0.04222367098340857, "them": 0.3310531666317954, "they": 0.28882949564838684}, "proceeded": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "process": {"them - they": 0.05324259661681413, "them": 0.356579839539487, "they": 0.3033372429226729}, "processed": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "processing": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "processors": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "proclaiming": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "produce": {"them - they": 0.0563650337602532, "them": 0.33576623748678774, "they": 0.27940120372653454}, "produced": {"them - they": 0.060222208676392, "them": 0.3593944421581191, "they": 0.2991722334817271}, "producers": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "product": {"them - they": 0.07542130780779882, "them": 0.3785986504129642, "they": 0.3031773426051654}, "production": {"them - they": 0.05874748308386793, "them": 0.294663292646141, "they": 0.23591580956227307}, "products": {"them - they": 0.025267126263730122, "them": 0.3109443100504362, "they": 0.2856771837867061}, "professional": {"them - they": 0.025267126263730122, "them": 0.3109443100504362, "they": 0.2856771837867061}, "professionals": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "progeny": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "program": {"them - they": -0.01287909920400071, "them": 0.3048886900318641, "they": 0.3177677892358648}, "programme": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "progress": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "progressively": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "project": {"them - they": 0.05216749839449791, "them": 0.3734535214164555, "they": 0.3212860230219576}, "projecting": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "prolific": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "promising": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "promoting": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "prompt": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "promptly": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "proper": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "properly": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "properties": {"them - they": 0.0040246934266736645, "them": 0.3109443100504362, "they": 0.30691961662376255}, "property": {"them - they": 0.054060412079462716, "them": 0.3109443100504362, "they": 0.2568838979709735}, "prophet": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "proposals": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "proposed": {"them - they": 0.05509876632449051, "them": 0.35677351254078754, "they": 0.30167474621629703}, "prosecute": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "protagonist": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "protect": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "protector": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "prototypes": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "proud": {"them - they": -0.024183260247537863, "them": 0.26877715858597856, "they": 0.2929604188335164}, "proven": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "provenance": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "provide": {"them - they": 0.03390526148091483, "them": 0.3468684985609548, "they": 0.31296323708004}, "provided": {"them - they": 0.054386273129615026, "them": 0.3048886900318641, "they": 0.25050241690224906}, "provider": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "providers": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "provides": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "providing": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "proving": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "provision": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "prudence": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "psychologically": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "psychologist": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "psychology": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "public": {"them - they": 0.003630918503483682, "them": 0.3773107657687552, "they": 0.37367984726527154}, "publication": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "publications": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "published": {"them - they": 0.026012395001500377, "them": 0.290460629750524, "they": 0.2644482347490236}, "pull": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "punishments": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "purchased": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "pure": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "purpose": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "purposes": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "pursue": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "push": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "pushback": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "put": {"them - they": 0.05051760642951275, "them": 0.39309050376296895, "they": 0.3425728973334562}, "puts": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "putting": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "pyjamas": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "quagmire": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "qualified": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "quality": {"them - they": 0.004155177849187841, "them": 0.31777046467891784, "they": 0.31361528682973}, "quantum": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "question": {"them - they": 0.060453700470895655, "them": 0.3559291422651133, "they": 0.29547544179421764}, "questioned": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "questions": {"them - they": 0.0048225169995193, "them": 0.276289811984389, "they": 0.2714672949848697}, "quick": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "quicker": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "quickly": {"them - they": 0.13175549542673543, "them": 0.33576623748678774, "they": 0.20401074206005232}, "quit": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "quite": {"them - they": 0.018327241238130954, "them": 0.3258790887983468, "they": 0.30755184756021586}, "r": {"them - they": 0.05127286650304552, "them": 0.25528360856309784, "they": 0.20401074206005232}, "race": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "radical": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "radio": {"them - they": 0.0563650337602532, "them": 0.33576623748678774, "they": 0.27940120372653454}, "radioactivity": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "radios": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "radius": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "rage": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "raging": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "rain": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "rains": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "raise": {"them - they": -0.0271331329805245, "them": 0.2995563797739429, "they": 0.3266895127544674}, "rallied": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "rand": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "random": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ranging": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "ranked": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "ranking": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "rap": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "rapidly": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "rapper": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "rate": {"them - they": 0.035273368407000016, "them": 0.3305492734960285, "they": 0.29527590508902846}, "rather": {"them - they": -0.023114328602966527, "them": 0.3310531666317954, "they": 0.35416749523476193}, "ratio": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "rations": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ray": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "rays": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "re": {"them - they": -0.006254137675572702, "them": 0.36092281854032643, "they": 0.36717695621589913}, "reach": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "reached": {"them - they": 0.08566400229207313, "them": 0.3305492734960285, "they": 0.24488527120395534}, "react": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "reactions": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "read": {"them - they": -0.005914540610090335, "them": 0.3341079753645198, "they": 0.34002251597461014}, "reader": {"them - they": 0.05509876632449051, "them": 0.35677351254078754, "they": 0.30167474621629703}, "readily": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "reading": {"them - they": 0.004239380729054165, "them": 0.3141935960334167, "they": 0.3099542153043625}, "ready": {"them - they": 0.03503747580756872, "them": 0.33576623748678774, "they": 0.300728761679219}, "real": {"them - they": 0.02827243671223184, "them": 0.368294952686842, "they": 0.34002251597461014}, "reality": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "realization": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "realize": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "really": {"them - they": 0.049182308945615816, "them": 0.3875621576080795, "they": 0.3383798486624637}, "reared": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "rearing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "reason": {"them - they": -0.008486621104174419, "them": 0.3305492734960285, "they": 0.3390358946002029}, "reasons": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "reassuring": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "rebellious": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "rebounding": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "rebounds": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "recalled": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "receive": {"them - they": -0.04523265086165834, "them": 0.27745941607916297, "they": 0.3226920669408213}, "received": {"them - they": 0.05467110856998755, "them": 0.2995563797739429, "they": 0.24488527120395534}, "recent": {"them - they": 0.018718154239199036, "them": 0.3141935960334167, "they": 0.29547544179421764}, "recently": {"them - they": 0.05976374113790761, "them": 0.32818390662973174, "they": 0.2684201654918241}, "reciprocated": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "recognize": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "recognized": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "reconciliations": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "record": {"them - they": 0.08480467062402774, "them": 0.34168856859500124, "they": 0.2568838979709735}, "recorded": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "records": {"them - they": 0.005117069479068204, "them": 0.24042526655124816, "they": 0.23530819707217995}, "rectifying": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "recurrent": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "red": {"them - they": 0.09685984976277229, "them": 0.3825370335494784, "they": 0.2856771837867061}, "redefined": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "redesigned": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "reduce": {"them - they": 0.034456490088004055, "them": 0.3485583017502803, "they": 0.31410181166227624}, "reduced": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "reeducation": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "referee": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "reference": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "referenced": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "referred": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "reflect": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "reflecting": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "reflects": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "reform": {"them - they": 0.054386273129615026, "them": 0.3048886900318641, "they": 0.25050241690224906}, "refusal": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "regard": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "regarded": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "region": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "regional": {"them - they": 0.004489266701345196, "them": 0.290460629750524, "they": 0.2859713630491788}, "regions": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "regular": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "regularly": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "reich": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "reinterment": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "rejoice": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "relate": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "relation": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "relations": {"them - they": 0.00529783464257555, "them": 0.23259877091954828, "they": 0.22730093627697273}, "relationship": {"them - they": 0.0810611717834997, "them": 0.3341079753645198, "they": 0.2530468035810201}, "relationships": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "relative": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "relativity": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "relax": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "relay": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "relentless": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "relevant": {"them - they": 0.01780236390902501, "them": 0.34168856859500124, "they": 0.32388620468597623}, "reliability": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "reliable": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "reliance": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "relies": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "reluctant": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "rely": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "remaining": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "remains": {"them - they": 0.025487486305329543, "them": 0.3048886900318641, "they": 0.27940120372653454}, "remarkable": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "remember": {"them - they": 0.03503747580756872, "them": 0.33576623748678774, "they": 0.300728761679219}, "remembrance": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "remind": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "reminded": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "remodel": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "remote": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "remove": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "renamed": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "rental": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "rented": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "replaced": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "reply": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "report": {"them - they": 0.015469876601602095, "them": 0.32048173419812714, "they": 0.30501185759652505}, "reportedly": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "reprotoxic": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "republican": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "request": {"them - they": 0.10087794797181177, "them": 0.3048886900318641, "they": 0.20401074206005232}, "requests": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "required": {"them - they": 0.04152489833688289, "them": 0.34470224094204827, "they": 0.3031773426051654}, "requirement": {"them - they": 0.004642913012189831, "them": 0.2615268109831633, "they": 0.2568838979709735}, "requirements": {"them - they": 0.055597882916763874, "them": 0.3485583017502803, "they": 0.2929604188335164}, "requires": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "requiring": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "research": {"them - they": 0.06223309289709411, "them": 0.3287807416762027, "they": 0.2665476487791086}, "researched": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "resend": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "residential": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "residents": {"them - they": 0.025267126263730122, "them": 0.3109443100504362, "they": 0.2856771837867061}, "resolve": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "resource": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "resources": {"them - they": 0.09917302182534643, "them": 0.32638004276135213, "they": 0.2272070209360057}, "respect": {"them - they": 0.08277869043247577, "them": 0.3670638942835015, "they": 0.28428520385102574}, "respectability": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "respectful": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "respond": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "responded": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "response": {"them - they": 0.03548402179846455, "them": 0.3258790887983468, "they": 0.29039506699988227}, "responsibility": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "responsible": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "responsive": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "rest": {"them - they": 0.03476895197123869, "them": 0.34168856859500124, "they": 0.30691961662376255}, "restaurant": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "restaurants": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "resting": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "result": {"them - they": 0.05846736238599681, "them": 0.3488624293858791, "they": 0.29039506699988227}, "resulted": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "results": {"them - they": 0.12956649160478184, "them": 0.35677351254078754, "they": 0.2272070209360057}, "resume": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "retail": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "retardants": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "return": {"them - they": -0.012716712854641377, "them": 0.290460629750524, "they": 0.3031773426051654}, "returned": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "returning": {"them - they": 0.07817474173882666, "them": 0.3711351605723431, "they": 0.2929604188335164}, "revealed": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "revealing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "reveals": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "revenue": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "reverence": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "review": {"them - they": -0.04554609649793065, "them": 0.24042526655124816, "they": 0.2859713630491788}, "reviewed": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "reviews": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "revolution": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "revolutionary": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "reward": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "reyes": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ribs": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "richard": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "richmond": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "richness": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ride": {"them - they": 0.005117069479068204, "them": 0.24042526655124816, "they": 0.23530819707217995}, "ridenyc": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ridiculous": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "rifts": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "right": {"them - they": 0.034674406927939994, "them": 0.37676599270593325, "they": 0.34209158577799326}, "rightful": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "rightly": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "rights": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "ring": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "ripped": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "rise": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "rises": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "risk": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "risky": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "rival": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "rivm": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "road": {"them - they": 0.02821113544951509, "them": 0.31816359747209055, "they": 0.28995246202257546}, "roads": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "robbed": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "robbery": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "robbing": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "roberto": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "rock": {"them - they": 0.05601138480829515, "them": 0.34168856859500124, "they": 0.2856771837867061}, "rocket": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "rockets": {"them - they": 0.055597882916763874, "them": 0.3485583017502803, "they": 0.2929604188335164}, "rocks": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "rodney": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "roetter": {"them - they": 0.0517413331298707, "them": 0.2448757087494234, "they": 0.1931343756195527}, "rohan": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "role": {"them - they": 0.0493974709567796, "them": 0.3653223671593288, "they": 0.3159248962025492}, "roles": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "rolled": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "roof": {"them - they": 0.10603497616977975, "them": 0.3791967250433044, "they": 0.2731617488735246}, "rookie": {"them - they": 0.09917302182534643, "them": 0.32638004276135213, "they": 0.2272070209360057}, "room": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "root": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "roots": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "rotations": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "round": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "rounds": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "roy": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "rule": {"them - they": 0.05446645454170368, "them": 0.3670638942835015, "they": 0.3125974397417978}, "ruled": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "rules": {"them - they": 0.05601138480829515, "them": 0.34168856859500124, "they": 0.2856771837867061}, "ruling": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "rulings": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "rumors": {"them - they": 0.004642913012189831, "them": 0.2615268109831633, "they": 0.2568838979709735}, "run": {"them - they": 0.07542130780779882, "them": 0.3785986504129642, "they": 0.3031773426051654}, "running": {"them - they": 0.08361176366726292, "them": 0.35677351254078754, "they": 0.2731617488735246}, "russell": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "s": {"them - they": 0.024611704789014144, "them": 0.37052306463648166, "they": 0.3459113598474675}, "saber": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "sabonis": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "sacred": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "sad": {"them - they": 0.08277869043247577, "them": 0.3670638942835015, "they": 0.28428520385102574}, "sadly": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "safe": {"them - they": 0.0038699712967586453, "them": 0.3179717829590349, "they": 0.31410181166227624}, "said": {"them - they": 0.0316030342181704, "them": 0.3546849093390571, "they": 0.3230818751208867}, "sake": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "sales": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "salt": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "same": {"them - they": 0.019871413855775233, "them": 0.35277203285593073, "they": 0.3329006190001555}, "sanctify": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "santana": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "saphir": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "sarah": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "satan": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "saturday": {"them - they": 0.05846736238599681, "them": 0.3488624293858791, "they": 0.29039506699988227}, "sauce": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "savannah": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "save": {"them - they": 0.004642913012189831, "them": 0.2615268109831633, "they": 0.2568838979709735}, "saved": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "savings": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "saw": {"them - they": 0.004087139691053898, "them": 0.3369877586912094, "they": 0.3329006190001555}, "say": {"them - they": 0.04894139656893215, "them": 0.3746334790923896, "they": 0.32569208252345744}, "saying": {"them - they": -0.04554609649793065, "them": 0.24042526655124816, "they": 0.2859713630491788}, "says": {"them - they": 0.03548402179846455, "them": 0.3258790887983468, "they": 0.29039506699988227}, "scaled": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "scandal": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "scenarios": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "scenes": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "schedule": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "school": {"them - they": 0.046633468297699376, "them": 0.34420021893529645, "they": 0.2975667506375971}, "science": {"them - they": 0.05847412452410744, "them": 0.29949176249593223, "they": 0.2410176379718248}, "scientific": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "scientist": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "scientists": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "scoping": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "scorching": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "score": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "scored": {"them - they": 0.054060412079462716, "them": 0.3109443100504362, "they": 0.2568838979709735}, "scorer": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "scores": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "scoring": {"them - they": 0.055597882916763874, "them": 0.3485583017502803, "they": 0.2929604188335164}, "scratcher": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "screen": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "scripted": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "scripture": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "scrutiny": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "sea": {"them - they": 0.05719767114144336, "them": 0.321645905890467, "they": 0.2644482347490236}, "sealed": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "seamlessly": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "search": {"them - they": 0.006094396908040478, "them": 0.1993896134270307, "they": 0.19329521651899023}, "searched": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "searching": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "season": {"them - they": 0.06447220710844187, "them": 0.29322208267463473, "they": 0.22874987556619286}, "seat": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "seating": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "secluded": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "second": {"them - they": 0.06092936264461729, "them": 0.38387124810877926, "they": 0.32294188546416197}, "seconds": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "secret": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "section": {"them - they": 0.004642913012189831, "them": 0.2615268109831633, "they": 0.2568838979709735}, "sector": {"them - they": 0.004666999162986074, "them": 0.2828516218905217, "they": 0.27818462272753564}, "secure": {"them - they": 0.0038699712967586453, "them": 0.3179717829590349, "they": 0.31410181166227624}, "seductive": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "see": {"them - they": 0.03454421245092221, "them": 0.36213889783458236, "they": 0.32759468538366016}, "seed": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "seeding": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "seedy": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "seeing": {"them - they": 0.004159928352645059, "them": 0.3048886900318641, "they": 0.300728761679219}, "seeking": {"them - they": 0.08277869043247577, "them": 0.3670638942835015, "they": 0.28428520385102574}, "seem": {"them - they": 0.027277544396965614, "them": 0.3408928312266956, "they": 0.31361528682973}, "seemed": {"them - they": 0.05938772709597501, "them": 0.3717652882786946, "they": 0.3123775611827196}, "seemingly": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "seems": {"them - they": 0.028645722009596253, "them": 0.359894993975637, "they": 0.33124927196604076}, "seen": {"them - they": 0.07583175924103058, "them": 0.37845014109822006, "they": 0.3026183818571895}, "sees": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "seized": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "selecting": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "selections": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "self": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "sell": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "semi": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "senior": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "sensational": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "sense": {"them - they": 0.05601138480829515, "them": 0.34168856859500124, "they": 0.2856771837867061}, "sensitive": {"them - they": 0.0040246934266736645, "them": 0.3109443100504362, "they": 0.30691961662376255}, "sent": {"them - they": 0.035273368407000016, "them": 0.3305492734960285, "they": 0.29527590508902846}, "sentences": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "sentinels": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "separations": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "sept": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "september": {"them - they": -0.06311977559905521, "them": 0.21460168163559643, "they": 0.27772145723465164}, "series": {"them - they": 0.07748584384537172, "them": 0.35277203285593073, "they": 0.275286189010559}, "serious": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "seriously": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "sermon": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "servants": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "serve": {"them - they": 0.0047811916608487826, "them": 0.25528360856309784, "they": 0.25050241690224906}, "served": {"them - they": 0.0038699712967586453, "them": 0.3179717829590349, "they": 0.31410181166227624}, "serves": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "service": {"them - they": 0.062328243338039935, "them": 0.359894993975637, "they": 0.2975667506375971}, "services": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "serving": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "set": {"them - they": 0.004462540079027466, "them": 0.30484683197481216, "they": 0.3003842918957847}, "sets": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "settle": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "seven": {"them - they": -0.04539280564059922, "them": 0.2615268109831633, "they": 0.30691961662376255}, "seventeenth": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "several": {"them - they": 0.03709941161000041, "them": 0.3806596159334564, "they": 0.34356020432345596}, "severe": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "sex": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "sexual": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "shade": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "shadow": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "shakespeare": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "shall": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "shannon": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "shaped": {"them - they": 0.12956649160478184, "them": 0.35677351254078754, "they": 0.2272070209360057}, "share": {"them - they": 0.02655090971209667, "them": 0.35857556287739656, "they": 0.3320246531652999}, "shared": {"them - they": 0.0047811916608487826, "them": 0.25528360856309784, "they": 0.25050241690224906}, "sharing": {"them - they": 0.07871411209437723, "them": 0.3643912958810833, "they": 0.2856771837867061}, "sharper": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "shattered": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "she": {"them - they": 0.03776268276455208, "them": 0.2791205391425851, "they": 0.24135785637803303}, "shells": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "shepherd": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "sheri": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "shifts": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "shine": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "shinier": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "shining": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "shipping": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "shocked": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "shocking": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "shoes": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "shop": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "shops": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "short": {"them - they": 0.014813203674086062, "them": 0.3408928312266956, "they": 0.32607962755260955}, "shortcomings": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "shorten": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "shortly": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "shot": {"them - they": 0.05719767114144336, "them": 0.321645905890467, "they": 0.2644482347490236}, "shots": {"them - they": 0.05446645454170368, "them": 0.3670638942835015, "they": 0.3125974397417978}, "should": {"them - they": 0.030627787570460252, "them": 0.3549532819847729, "they": 0.32432549441431263}, "shouldn": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "shouting": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "shovels": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "show": {"them - they": 0.05015365099874125, "them": 0.35277203285593073, "they": 0.3026183818571895}, "showed": {"them - they": 0.0563650337602532, "them": 0.33576623748678774, "they": 0.27940120372653454}, "showing": {"them - they": 0.056674394859279165, "them": 0.3305492734960285, "they": 0.2738748786367493}, "shown": {"them - they": 0.026311862045182932, "them": 0.3643912958810833, "they": 0.3380794338359004}, "shows": {"them - they": 0.05784680119817753, "them": 0.35857556287739656, "they": 0.300728761679219}, "shut": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "sickly": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "side": {"them - they": 0.04173392814536575, "them": 0.3817564441199759, "they": 0.34002251597461014}, "sides": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "sidestepping": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "sidewalk": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "sight": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "sights": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "sightseeing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "signal": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "signals": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "significance": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "significant": {"them - they": 0.060453700470895655, "them": 0.3559291422651133, "they": 0.29547544179421764}, "significantly": {"them - they": 0.055597882916763874, "them": 0.3485583017502803, "they": 0.2929604188335164}, "signifies": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "signs": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "silence": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "silencing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "silent": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "similar": {"them - they": -0.012821181408776694, "them": 0.2995563797739429, "they": 0.3123775611827196}, "simmons": {"them - they": 0.08361176366726292, "them": 0.35677351254078754, "they": 0.2731617488735246}, "simon": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "simple": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "simply": {"them - they": 0.004239380729054165, "them": 0.3141935960334167, "they": 0.3099542153043625}, "since": {"them - they": -0.007092690088641718, "them": 0.34985981923407233, "they": 0.35695250932271405}, "sinful": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "sing": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "single": {"them - they": 0.012685586993931908, "them": 0.35270810296854205, "they": 0.34002251597461014}, "sirkin": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "sister": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "sit": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "site": {"them - they": -0.02396369938923426, "them": 0.23259877091954828, "they": 0.25656247030878254}, "sitra": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "sitting": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "situation": {"them - they": 0.011320439931613302, "them": 0.359894993975637, "they": 0.3485745540440237}, "sity": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "six": {"them - they": 0.04190079111330658, "them": 0.3373762329075242, "they": 0.29547544179421764}, "sixers": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "sixth": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "size": {"them - they": -0.012941894635540019, "them": 0.3109443100504362, "they": 0.32388620468597623}, "skeletal": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "skills": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "skyward": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "slack": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "slang": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "slate": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "slaughter": {"them - they": -0.0241175951634367, "them": 0.25528360856309784, "they": 0.27940120372653454}, "slavery": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "slaves": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "sleep": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "sleepless": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "sleeves": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "sliced": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "slices": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "slide": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "slightly": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "slogs": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "slow": {"them - they": 0.07561741692571583, "them": 0.3825370335494784, "they": 0.30691961662376255}, "slowness": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "small": {"them - they": 0.04533355206908379, "them": 0.36724589562659443, "they": 0.32191234355751064}, "smaller": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "smart": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "smashed": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "smell": {"them - they": 0.051520991424629126, "them": 0.24978954436048928, "they": 0.19826855293586015}, "smidgen": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "smith": {"them - they": 0.005025550380479027, "them": 0.2678522149344573, "they": 0.2628266645539783}, "smooth": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "snow": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "so": {"them - they": 0.037927434487687595, "them": 0.4070938786792548, "they": 0.3691664441915672}, "sob": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "soccer": {"them - they": 0.05509876632449051, "them": 0.35677351254078754, "they": 0.30167474621629703}, "social": {"them - they": 0.07685082862671216, "them": 0.36724589562659443, "they": 0.29039506699988227}, "socialist": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "society": {"them - they": 0.04556649427494258, "them": 0.36314770639454647, "they": 0.3175812121196039}, "soft": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "softeners": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "software": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "solar": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "sold": {"them - they": -0.024150372803542763, "them": 0.2615268109831633, "they": 0.2856771837867061}, "solve": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "some": {"them - they": 0.06343247058900753, "them": 0.4175119851622776, "they": 0.3540795145732701}, "somebody": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "somehow": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "someone": {"them - they": 0.07817474173882666, "them": 0.3711351605723431, "they": 0.2929604188335164}, "something": {"them - they": 0.05649347451609771, "them": 0.38715638437211775, "they": 0.33066290985602004}, "sometimes": {"them - they": 0.026950085828368442, "them": 0.3488624293858791, "they": 0.32191234355751064}, "somewhat": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "somewhere": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "son": {"them - they": 0.05515243267834405, "them": 0.290460629750524, "they": 0.23530819707217995}, "song": {"them - they": 0.005455730419199362, "them": 0.22585462772056158, "they": 0.22039889730136222}, "soon": {"them - they": 0.0036291315457394058, "them": 0.3559291422651133, "they": 0.3523000107193739}, "sore": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "sorry": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "sort": {"them - they": 0.08277869043247577, "them": 0.3670638942835015, "they": 0.28428520385102574}, "soul": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "sound": {"them - they": 0.0047811916608487826, "them": 0.25528360856309784, "they": 0.25050241690224906}, "sounding": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "source": {"them - they": 0.026761520829371, "them": 0.3534510335838384, "they": 0.3266895127544674}, "sourcing": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "south": {"them - they": -0.012580789459794184, "them": 0.27945932552370406, "they": 0.29204011498349824}, "southbank": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "southeast": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "southern": {"them - they": -0.0241175951634367, "them": 0.25528360856309784, "they": 0.27940120372653454}, "soviet": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "soy": {"them - they": -0.04565112697814466, "them": 0.1993896134270307, "they": 0.24504074040517537}, "space": {"them - they": 0.04972551293439942, "them": 0.359894993975637, "they": 0.3101694810412376}, "spaceport": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "spam": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "spambots": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "speak": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "speaker": {"them - they": 0.05446645454170368, "them": 0.3670638942835015, "they": 0.3125974397417978}, "speaking": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "special": {"them - they": 0.026289151581739167, "them": 0.2828516218905217, "they": 0.25656247030878254}, "specialist": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "specialized": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "species": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "specific": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "specifically": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "spectacle": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "spectacular": {"them - they": -0.023992948930257357, "them": 0.23635391829479904, "they": 0.2603468672250564}, "spectators": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "speech": {"them - they": -0.023992948930257357, "them": 0.23635391829479904, "they": 0.2603468672250564}, "spent": {"them - they": 0.018829799433780103, "them": 0.31086991441727835, "they": 0.29204011498349824}, "sphere": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "spirit": {"them - they": 0.060453700470895655, "them": 0.3559291422651133, "they": 0.29547544179421764}, "spirited": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "spiritual": {"them - they": 0.0842655865531583, "them": 0.3485583017502803, "they": 0.264292715197122}, "spiritually": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "sporting": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "sports": {"them - they": 0.08361176366726292, "them": 0.35677351254078754, "they": 0.2731617488735246}, "spots": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "spread": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "spreading": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "spring": {"them - they": -0.024183260247537863, "them": 0.26877715858597856, "they": 0.2929604188335164}, "square": {"them - they": 0.05509876632449051, "them": 0.35677351254078754, "they": 0.30167474621629703}, "squarely": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "stability": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "stadium": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "staff": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "stage": {"them - they": 0.00368797582053082, "them": 0.32638004276135213, "they": 0.3226920669408213}, "stages": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "stained": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "stakeholders": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "stakes": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "stan": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "stance": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "standard": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "standards": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "standing": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "staple": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "star": {"them - they": 0.03600897330588104, "them": 0.3141935960334167, "they": 0.27818462272753564}, "starbucks": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "starfish": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "stars": {"them - they": 0.10087794797181177, "them": 0.3048886900318641, "they": 0.20401074206005232}, "start": {"them - they": 0.018829799433780103, "them": 0.31086991441727835, "they": 0.29204011498349824}, "started": {"them - they": 0.03817074983883828, "them": 0.368294952686842, "they": 0.3301242028480037}, "starters": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "starting": {"them - they": 0.033137440274602525, "them": 0.36314770639454647, "they": 0.33001026611994394}, "starts": {"them - they": 0.10040614466415348, "them": 0.3109443100504362, "they": 0.21053816538628273}, "state": {"them - they": -0.02560420991028417, "them": 0.2868472180500935, "they": 0.31245142796037767}, "statement": {"them - they": -0.04539280564059922, "them": 0.2615268109831633, "they": 0.30691961662376255}, "states": {"them - they": 0.02791077136613962, "them": 0.3254775220037367, "they": 0.2975667506375971}, "station": {"them - they": -0.027127763650453274, "them": 0.29478457990705736, "they": 0.32191234355751064}, "stay": {"them - they": 0.00458135584176822, "them": 0.2865032082848343, "they": 0.28192185244306606}, "stayed": {"them - they": -0.04523265086165834, "them": 0.27745941607916297, "they": 0.3226920669408213}, "steadfast": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "steadiness": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "steady": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "steal": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "step": {"them - they": 0.06324391096634413, "them": 0.34656901327371226, "they": 0.2833251023073681}, "stephen": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "stepped": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "stepping": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "steps": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "steve": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "stevens": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "still": {"them - they": 0.037046909499753866, "them": 0.3923700028697513, "they": 0.35532309336999746}, "stinky": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "stint": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "stitches": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "stock": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "stole": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "stone": {"them - they": 0.0047811916608487826, "them": 0.25528360856309784, "they": 0.25050241690224906}, "stop": {"them - they": 0.07799591578201254, "them": 0.35270810296854205, "they": 0.2747121871865295}, "stopped": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "storage": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "store": {"them - they": 0.08277869043247577, "them": 0.3670638942835015, "they": 0.28428520385102574}, "stories": {"them - they": 0.004159928352645059, "them": 0.3048886900318641, "they": 0.300728761679219}, "story": {"them - they": 0.004239380729054165, "them": 0.3141935960334167, "they": 0.3099542153043625}, "storytellers": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "stout": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "straight": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "straightforward": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "strained": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "strange": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "strategies": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "strategy": {"them - they": 0.025011364125518465, "them": 0.3179717829590349, "they": 0.2929604188335164}, "straughn": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "streak": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "stream": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "street": {"them - they": 0.014560060260862595, "them": 0.3488624293858791, "they": 0.3343023691250165}, "streets": {"them - they": 0.0563650337602532, "them": 0.33576623748678774, "they": 0.27940120372653454}, "strength": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "strengthened": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "stressed": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "striker": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "strong": {"them - they": 0.004462540079027466, "them": 0.30484683197481216, "they": 0.3003842918957847}, "stronger": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "struck": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "struggled": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "struggles": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "student": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "students": {"them - they": 0.10226921703993788, "them": 0.2865032082848343, "they": 0.1842339912448964}, "studies": {"them - they": 0.10197497306760966, "them": 0.290460629750524, "they": 0.18848565668291434}, "study": {"them - they": 0.058001784955325986, "them": 0.30776381512873224, "they": 0.24976203017340626}, "studying": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "stuff": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "sturridge": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "style": {"them - they": 0.03476895197123869, "them": 0.34168856859500124, "they": 0.30691961662376255}, "sub": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "subdividing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "subject": {"them - they": 0.07685082862671216, "them": 0.36724589562659443, "they": 0.29039506699988227}, "subjected": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "subscription": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "subsequently": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "subsidiary": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "subtle": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "succeeded": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "success": {"them - they": 0.0563650337602532, "them": 0.33576623748678774, "they": 0.27940120372653454}, "successful": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "such": {"them - they": 0.004030338644923304, "them": 0.36222283826539764, "they": 0.35819249962047434}, "sudden": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "suffer": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "suffered": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "suffering": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "sufficiently": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "sugar": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "suggested": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "suggests": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "suicide": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "suited": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "sullen": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "sullivan": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "sun": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "sunken": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "sunset": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "super": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "support": {"them - they": 0.022914195913338875, "them": 0.34420021893529645, "they": 0.3212860230219576}, "supported": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "supporters": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "supportive": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "supports": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "suppose": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "supposed": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "suppress": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "suppression": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "sure": {"them - they": -0.0032773171589059458, "them": 0.35061517316328505, "they": 0.353892490322191}, "surface": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "surprised": {"them - they": 0.05509876632449051, "them": 0.35677351254078754, "they": 0.30167474621629703}, "surprising": {"them - they": 0.03476895197123869, "them": 0.34168856859500124, "they": 0.30691961662376255}, "surrounded": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "survey": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "survive": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "suspect": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "suspected": {"them - they": -0.0241175951634367, "them": 0.25528360856309784, "they": 0.27940120372653454}, "suspects": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "suspend": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "suspended": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "swamps": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "swarm": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "swarming": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "swear": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "sweet": {"them - they": 0.040152577847393345, "them": 0.3711351605723431, "they": 0.33098258272494974}, "sweetened": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "swim": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "switch": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "switching": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "swoop": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "swooped": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "symbolic": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "symbols": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "syrup": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "system": {"them - they": 0.003906169934704884, "them": 0.3373762329075242, "they": 0.33347006297281934}, "systems": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "t": {"them - they": 0.025634066145005574, "them": 0.3716623385720912, "they": 0.3460282724270856}, "table": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "tables": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "tackle": {"them - they": 0.004642913012189831, "them": 0.2615268109831633, "they": 0.2568838979709735}, "taco": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "tag": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "taider": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "taiwan": {"them - they": 0.05127286650304552, "them": 0.25528360856309784, "they": 0.20401074206005232}, "take": {"them - they": 0.05315711450626148, "them": 0.3965840849258348, "they": 0.3434269704195733}, "taken": {"them - they": 0.04305129089732207, "them": 0.35839355634789244, "they": 0.31534226545057037}, "takeover": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "taking": {"them - they": -0.0190883266476658, "them": 0.3348041636745252, "they": 0.353892490322191}, "talent": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "talented": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "talk": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "talking": {"them - they": 0.025855102526015417, "them": 0.29478457990705736, "they": 0.26892947738104195}, "talks": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "tampere": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "tank": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "task": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "tasks": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "tasman": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "tatum": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "taxes": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "taxi": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "taxis": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "tbd": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "tea": {"them - they": -0.02345752930523834, "them": 0.1846071103934238, "they": 0.20806463969866215}, "teach": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "teaching": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "teachings": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "team": {"them - they": 0.029558240791539403, "them": 0.3393541614264215, "they": 0.3097959206348821}, "teammates": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "teams": {"them - they": 0.07822973508658676, "them": 0.34969703007145647, "they": 0.2714672949848697}, "tear": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "tearing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "technical": {"them - they": 0.07871411209437723, "them": 0.3643912958810833, "they": 0.2856771837867061}, "technically": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "technique": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "techniques": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "technological": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "technologies": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "technology": {"them - they": 0.046156405657074684, "them": 0.35270810296854205, "they": 0.30655169731146736}, "teenagers": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "teens": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "telescope": {"them - they": 0.005015462966640377, "them": 0.2448757087494234, "they": 0.23986024578278303}, "tell": {"them - they": -0.008364360229476953, "them": 0.321645905890467, "they": 0.33001026611994394}, "telling": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "temperament": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "tempted": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "tend": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "tends": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "term": {"them - they": 0.014813203674086062, "them": 0.3408928312266956, "they": 0.32607962755260955}, "terms": {"them - they": 0.10087794797181177, "them": 0.3048886900318641, "they": 0.20401074206005232}, "terrible": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "terrorism": {"them - they": 0.054060412079462716, "them": 0.3109443100504362, "they": 0.2568838979709735}, "tesla": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "testing": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "text": {"them - they": 0.004642913012189831, "them": 0.2615268109831633, "they": 0.2568838979709735}, "than": {"them - they": 0.03399372059439487, "them": 0.40224045666384894, "they": 0.3682467360694541}, "thanks": {"them - they": -0.029145120961152182, "them": 0.31777046467891784, "they": 0.34691558564007}, "that": {"them - they": 0.028994885970953788, "them": 0.3733169243378341, "they": 0.3443220383668803}, "the": {"them - they": 0.030127491203516488, "them": 0.2650844336630629, "they": 0.2349569424595464}, "theatre": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "theatres": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "their": {"them - they": 0.03612355126848471, "them": 0.413867146844442, "they": 0.37774359557595727}, "them": {"them - they": 0.1290857169769009, "them": 0.49474511546744154, "they": 0.36565939849054063}, "themed": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "themselves": {"them - they": 0.03782517832913079, "them": 0.3748946880967328, "they": 0.337069509767602}, "then": {"them - they": 0.060598519615233215, "them": 0.416303441324287, "they": 0.35570492170905377}, "theories": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "theorised": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "theory": {"them - they": 0.08361176366726292, "them": 0.35677351254078754, "they": 0.2731617488735246}, "there": {"them - they": 0.05029357117026306, "them": 0.4231655259532264, "they": 0.3728719547829633}, "therefore": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "these": {"them - they": 0.036442034865850126, "them": 0.40593158507927607, "they": 0.36948955021342594}, "they": {"them - they": -0.034064163148877225, "them": 0.4049409473793236, "they": 0.43900511052820085}, "thick": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "thicker": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "thig": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "thimble": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "thing": {"them - they": 0.004819823200991558, "them": 0.29026127081290404, "they": 0.2854414476119125}, "things": {"them - they": 0.050792791627537526, "them": 0.39904429362725047, "they": 0.34825150199971294}, "think": {"them - they": 0.05253673019137223, "them": 0.40525989935724016, "they": 0.35272316916586793}, "thinkers": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "thinking": {"them - they": 0.0040246934266736645, "them": 0.3109443100504362, "they": 0.30691961662376255}, "thinks": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "third": {"them - they": 0.015545215614901076, "them": 0.31816359747209055, "they": 0.3026183818571895}, "thirty": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "this": {"them - they": 0.023655247866307738, "them": 0.39660673327930357, "they": 0.37295148541299583}, "thorny": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "those": {"them - they": 0.035452139642322356, "them": 0.39456503195639175, "they": 0.3591128923140694}, "though": {"them - they": 0.05540766095263194, "them": 0.36698761771203064, "they": 0.3115799567593987}, "thought": {"them - they": 0.020029760576328715, "them": 0.34855018641167723, "they": 0.3285204258353485}, "thoughts": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "thousand": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "thousands": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "thread": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "three": {"them - they": 0.027265162035906176, "them": 0.37157579645618055, "they": 0.3443106344202744}, "thrilled": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "thrives": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "through": {"them - they": 0.047169757009591806, "them": 0.37788363285293336, "they": 0.33071387584334155}, "throughout": {"them - they": 0.02245907929229396, "them": 0.3559291422651133, "they": 0.33347006297281934}, "throw": {"them - they": 0.05446645454170368, "them": 0.3670638942835015, "they": 0.3125974397417978}, "throws": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "thunder": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "thus": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "tibetans": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "tickets": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "tide": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "tie": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ties": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "tight": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "tik": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "tim": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "time": {"them - they": 0.028358764497978084, "them": 0.3926968887563292, "they": 0.3643381242583511}, "times": {"them - they": 0.028861881797099642, "them": 0.3550300782898462, "they": 0.32616819649274653}, "timothy": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "tiny": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "tios": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "tip": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "tips": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "tiptoeing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "title": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "titled": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "titles": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "to": {"them - they": 0.03238238244256486, "them": 0.3309157149918153, "they": 0.29853333254925046}, "today": {"them - they": 0.04972551293439942, "them": 0.359894993975637, "they": 0.3101694810412376}, "tofu": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "together": {"them - they": 0.06559643859501241, "them": 0.4058863266261704, "they": 0.340289888031158}, "toilet": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "tok": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "toks": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "told": {"them - they": 0.048840202485817996, "them": 0.37623638671868775, "they": 0.32739618423286976}, "toll": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "tomorrow": {"them - they": 0.056674394859279165, "them": 0.3305492734960285, "they": 0.2738748786367493}, "tonantzin": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "too": {"them - they": 0.03429773374133083, "them": 0.38387124810877926, "they": 0.34957351436744843}, "took": {"them - they": 0.011791497261163686, "them": 0.3446646306560025, "they": 0.3328731333948388}, "tool": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "tools": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "toothed": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "top": {"them - they": 0.04315277797694861, "them": 0.356579839539487, "they": 0.3134270615625384}, "topical": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "toptipz": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "toronto": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "torture": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "tortured": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "tosh": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "totally": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "touch": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "touched": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "tough": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "tour": {"them - they": 0.005015462966640377, "them": 0.2448757087494234, "they": 0.23986024578278303}, "tourist": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "touristed": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "tournament": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "tours": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "toward": {"them - they": 0.059191610179988585, "them": 0.3373762329075242, "they": 0.27818462272753564}, "towards": {"them - they": 0.04050509119510709, "them": 0.3643912958810833, "they": 0.32388620468597623}, "town": {"them - they": 0.043296200713224986, "them": 0.30984384949233357, "they": 0.2665476487791086}, "toxic": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "track": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "trade": {"them - they": 0.08361176366726292, "them": 0.35677351254078754, "they": 0.2731617488735246}, "traded": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "tradeoffs": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "traditional": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "traditionally": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "traffic": {"them - they": 0.004642913012189831, "them": 0.2615268109831633, "they": 0.2568838979709735}, "trail": {"them - they": 0.004642913012189831, "them": 0.2615268109831633, "they": 0.2568838979709735}, "train": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "transgressive": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "transmission": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "transport": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "transporting": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "trauma": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "travel": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "travelled": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "travels": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "treated": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "tremendous": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "trend": {"them - they": -0.024244311021065668, "them": 0.28835312872073215, "they": 0.3125974397417978}, "trends": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "tricks": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "tried": {"them - they": 0.033630284341373606, "them": 0.35270810296854205, "they": 0.31907781862716844}, "tries": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "trigger": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "trimmed": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "trimmings": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "trouble": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "true": {"them - they": 0.028131124188063017, "them": 0.3714744680794618, "they": 0.34334334389139876}, "truly": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "trump": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "trust": {"them - they": 0.05904370732675551, "them": 0.3768114965626203, "they": 0.3177677892358648}, "truth": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "try": {"them - they": 0.04881506054412327, "them": 0.3748946880967328, "they": 0.32607962755260955}, "trying": {"them - they": 0.046484206665170114, "them": 0.3468684985609548, "they": 0.3003842918957847}, "tumultuous": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "tune": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "turbulence": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "turkel": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "turn": {"them - they": 0.026950085828368442, "them": 0.3488624293858791, "they": 0.32191234355751064}, "turned": {"them - they": 0.01799844825092295, "them": 0.33576623748678774, "they": 0.3177677892358648}, "turning": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "turns": {"them - they": 0.00368797582053082, "them": 0.32638004276135213, "they": 0.3226920669408213}, "tv": {"them - they": 0.004159928352645059, "them": 0.3048886900318641, "they": 0.300728761679219}, "tweets": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "twelve": {"them - they": 0.054386273129615026, "them": 0.3048886900318641, "they": 0.25050241690224906}, "twentieth": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "twenty": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "twitter": {"them - they": 0.03666509794195394, "them": 0.29949176249593223, "they": 0.2628266645539783}, "two": {"them - they": 0.03606068237134247, "them": 0.398597598089766, "they": 0.36253691571842356}, "twots": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "tyler": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "type": {"them - they": 0.03476895197123869, "them": 0.34168856859500124, "they": 0.30691961662376255}, "typos": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "u": {"them - they": 0.00508689549154695, "them": 0.2653306198199919, "they": 0.26024372432844495}, "udi": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ugly": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "uighur": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "uk": {"them - they": -0.04539280564059922, "them": 0.2615268109831633, "they": 0.30691961662376255}, "ultimately": {"them - they": 0.00368797582053082, "them": 0.32638004276135213, "they": 0.3226920669408213}, "unannounced": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "unappreciated": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "unbridled": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "uncertain": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "uncertainty": {"them - they": 0.05446645454170368, "them": 0.3670638942835015, "they": 0.3125974397417978}, "unchecked": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "uncommunicative": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "unconstitutional": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "under": {"them - they": -0.0053987412395491985, "them": 0.3043971793953329, "they": 0.3097959206348821}, "undergone": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "underground": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "underlying": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "undermined": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "underneath": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "underrated": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "understand": {"them - they": 0.027121028822444382, "them": 0.34470224094204827, "they": 0.3175812121196039}, "understanding": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "understood": {"them - they": 0.05263382431239538, "them": 0.3369190281634211, "they": 0.28428520385102574}, "underway": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "undone": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "unearth": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "unearthed": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "unenticing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "uneven": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "unfair": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "unfold": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "ung": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "unhealthy": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "uniform": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "unimaginable": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "union": {"them - they": -0.024183260247537863, "them": 0.26877715858597856, "they": 0.2929604188335164}, "unique": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "united": {"them - they": 0.03600897330588104, "them": 0.3141935960334167, "they": 0.27818462272753564}, "unity": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "univer": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "universal": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "universe": {"them - they": 0.09917302182534643, "them": 0.32638004276135213, "they": 0.2272070209360057}, "university": {"them - they": 0.004489266701345196, "them": 0.290460629750524, "they": 0.2859713630491788}, "unless": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "unlike": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "unlikely": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "unnoticed": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "unpleasant": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "unprecedented": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "unpredictable": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "unproven": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "unrest": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "unruly": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "unsettled": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "unstated": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "until": {"them - they": 0.01799844825092295, "them": 0.33576623748678774, "they": 0.3177677892358648}, "unusual": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "unveiling": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "unwelcome": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "unwritten": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "up": {"them - they": 0.01892840813422242, "them": 0.39131742073168274, "they": 0.3723890125974603}, "update": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "upheaval": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "upon": {"them - they": 0.09917302182534643, "them": 0.32638004276135213, "they": 0.2272070209360057}, "uppity": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "upset": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "uranium": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "urban": {"them - they": 0.0047811916608487826, "them": 0.25528360856309784, "they": 0.25050241690224906}, "urchins": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "us": {"them - they": 0.05594629322568068, "them": 0.3831704455240409, "they": 0.3272241522983602}, "usb": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "usd": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "use": {"them - they": 0.04626552850767135, "them": 0.39215013164076634, "they": 0.345884603133095}, "used": {"them - they": 0.030810047598254398, "them": 0.3510869122450258, "they": 0.3202768646467714}, "useful": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "user": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "users": {"them - they": 0.08633770881828703, "them": 0.321645905890467, "they": 0.23530819707217995}, "uses": {"them - they": 0.025681501137193585, "them": 0.2995563797739429, "they": 0.2738748786367493}, "using": {"them - they": 0.01539095192178258, "them": 0.32291532729422906, "they": 0.3075243753724465}, "usual": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "usually": {"them - they": 0.02655090971209667, "them": 0.35857556287739656, "they": 0.3320246531652999}, "utah": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "v": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "valuable": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "valuables": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "value": {"them - they": 0.0040246934266736645, "them": 0.3109443100504362, "they": 0.30691961662376255}, "valued": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "variable": {"them - they": 0.05127286650304552, "them": 0.25528360856309784, "they": 0.20401074206005232}, "variables": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "variating": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "variety": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "various": {"them - they": 0.004064693770863104, "them": 0.321645905890467, "they": 0.3175812121196039}, "varying": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "vast": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "ve": {"them - they": 0.04419382952745654, "them": 0.3786795699169623, "they": 0.33448574038950574}, "vegan": {"them - they": -0.02408533427626003, "them": 0.24978954436048928, "they": 0.2738748786367493}, "vehicle": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "venezuelan": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "verbally": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "verne": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "verse": {"them - they": 0.0517413331298707, "them": 0.2448757087494234, "they": 0.1931343756195527}, "version": {"them - they": 0.01846856328530161, "them": 0.321645905890467, "they": 0.3031773426051654}, "very": {"them - they": 0.06585738377721989, "them": 0.4249702760912893, "they": 0.3591128923140694}, "vicious": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "victims": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "victor": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "victory": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "videos": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "view": {"them - they": 0.025855102526015417, "them": 0.29478457990705736, "they": 0.26892947738104195}, "views": {"them - they": 0.07917435915086202, "them": 0.35857556287739656, "they": 0.27940120372653454}, "villalba": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "violate": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "violated": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "violence": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "viral": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "virginia": {"them - they": 0.05025239514315727, "them": 0.27745941607916297, "they": 0.2272070209360057}, "virginity": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "vision": {"them - they": 0.025267126263730122, "them": 0.3109443100504362, "they": 0.2856771837867061}, "visions": {"them - they": 0.05367906776191289, "them": 0.3179717829590349, "they": 0.264292715197122}, "visit": {"them - they": 0.004904273156533939, "them": 0.24978954436048928, "they": 0.24488527120395534}, "vital": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "vocabulary": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "voices": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "voicing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "volcanic": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "vote": {"them - they": 0.0040246934266736645, "them": 0.3109443100504362, "they": 0.30691961662376255}, "voters": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "vpvb": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "vr": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "vs": {"them - they": 0.05509876632449051, "them": 0.35677351254078754, "they": 0.30167474621629703}, "vulnerable": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "w1": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "waaay": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "wade": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "waged": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "waiter": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "waiting": {"them - they": 0.024321588421623297, "them": 0.3369190281634211, "they": 0.3125974397417978}, "waitress": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "waived": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "waives": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "waldo": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "walk": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "walking": {"them - they": 0.05446645454170368, "them": 0.3670638942835015, "they": 0.3125974397417978}, "wall": {"them - they": 0.05897097878362956, "them": 0.3408928312266956, "they": 0.28192185244306606}, "walls": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "wander": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "wang": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "want": {"them - they": 0.017480811967614973, "them": 0.3664111419572887, "they": 0.3489303299896737}, "wanted": {"them - they": 0.04577915532838911, "them": 0.3593944421581191, "they": 0.31361528682973}, "wanting": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "wants": {"them - they": 0.025487486305329543, "them": 0.3048886900318641, "they": 0.27940120372653454}, "war": {"them - they": 0.019596841895788863, "them": 0.28819639738685016, "they": 0.2685995554910613}, "warning": {"them - they": -0.04562255012277708, "them": 0.22279761536904705, "they": 0.2684201654918241}, "warrant": {"them - they": 0.0532715164466214, "them": 0.20978609892870498, "they": 0.15651458248208358}, "warrants": {"them - they": 0.05127286650304552, "them": 0.25528360856309784, "they": 0.20401074206005232}, "was": {"them - they": 0.039894161775487214, "them": 0.38170599259926247, "they": 0.34181183082377525}, "washington": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "wasn": {"them - they": 0.045974926960750784, "them": 0.3559291422651133, "they": 0.3099542153043625}, "waste": {"them - they": 0.10301540180681407, "them": 0.276289811984389, "they": 0.17327441017757494}, "watch": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "watched": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "watching": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "water": {"them - they": 0.03403073789405886, "them": 0.34420021893529645, "they": 0.3101694810412376}, "waterfalls": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "waterways": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "waving": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "way": {"them - they": 0.023217322603838242, "them": 0.357703062993344, "they": 0.33448574038950574}, "ways": {"them - they": 0.07817474173882666, "them": 0.3711351605723431, "they": 0.2929604188335164}, "we": {"them - they": 0.022011346610111948, "them": 0.3677641560503908, "they": 0.34575280944027886}, "wean": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "weapons": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "wearing": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "weaselled": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "weather": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "weathering": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "webb": {"them - they": 0.05211992704990265, "them": 0.23635391829479904, "they": 0.1842339912448964}, "website": {"them - they": 0.00385976074156108, "them": 0.3305492734960285, "they": 0.3266895127544674}, "websites": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "wee": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "week": {"them - they": -0.005607421261351886, "them": 0.3159497256289196, "they": 0.3215571468902715}, "weekend": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "weekly": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "weeks": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "weigh": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "weighed": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "weight": {"them - they": 0.003966745240836178, "them": 0.3258790887983468, "they": 0.32191234355751064}, "welcome": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "welfare": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "well": {"them - they": 0.018315285956616523, "them": 0.3725223204499024, "they": 0.3542070344932859}, "wells": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "went": {"them - they": 0.027422017603161708, "them": 0.3373762329075242, "they": 0.3099542153043625}, "were": {"them - they": 0.032875118804403025, "them": 0.38131737951944034, "they": 0.3484422607150373}, "weren": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "west": {"them - they": 0.03390526148091483, "them": 0.3468684985609548, "they": 0.31296323708004}, "westerberg": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "western": {"them - they": 0.05601138480829515, "them": 0.34168856859500124, "they": 0.2856771837867061}, "westerners": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "what": {"them - they": 0.02196230732183363, "them": 0.3953806139956798, "they": 0.3734183066738462}, "whatever": {"them - they": 0.054060412079462716, "them": 0.3109443100504362, "they": 0.2568838979709735}, "when": {"them - they": 0.027684851700376767, "them": 0.39549763466958293, "they": 0.36781278296920616}, "where": {"them - they": 0.05460466806252129, "them": 0.40462379204179877, "they": 0.3500191239792775}, "whether": {"them - they": -0.019149415997787522, "them": 0.2970187171830326, "they": 0.3161681331808201}, "which": {"them - they": 0.06911381791113175, "them": 0.4251769013936575, "they": 0.35606308348252574}, "while": {"them - they": 0.012592314290879703, "them": 0.3762816466382895, "they": 0.3636893323474098}, "whilst": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "whim": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "white": {"them - they": 0.02852864599420113, "them": 0.3625296994778418, "they": 0.3340010534836407}, "who": {"them - they": 0.03710360124229206, "them": 0.401088999988219, "they": 0.36398539874592695}, "whole": {"them - they": 0.04556649427494258, "them": 0.36314770639454647, "they": 0.3175812121196039}, "whose": {"them - they": 0.035273368407000016, "them": 0.3305492734960285, "they": 0.29527590508902846}, "why": {"them - they": 0.05469954990624393, "them": 0.4005841530393389, "they": 0.345884603133095}, "wicked": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "wide": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "widely": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "widows": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "wife": {"them - they": 0.025267126263730122, "them": 0.3109443100504362, "they": 0.2856771837867061}, "will": {"them - they": 0.012836627683723345, "them": 0.3809062684750184, "they": 0.36806964079129506}, "willing": {"them - they": -0.02421533013713406, "them": 0.27745941607916297, "they": 0.30167474621629703}, "willingness": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "win": {"them - they": 0.00385976074156108, "them": 0.3305492734960285, "they": 0.3266895127544674}, "window": {"them - they": 0.004642913012189831, "them": 0.2615268109831633, "they": 0.2568838979709735}, "windows": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "wing": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "winning": {"them - they": -0.02405376863161854, "them": 0.2448757087494234, "they": 0.26892947738104195}, "wins": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "wire": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "wireless": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "wisdom": {"them - they": 0.05182809183690379, "them": 0.3512250414731379, "they": 0.2993969496362341}, "wise": {"them - they": 0.03408144559996623, "them": 0.35677351254078754, "they": 0.3226920669408213}, "wish": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "wished": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "with": {"them - they": 0.023431920924096183, "them": 0.3930720923118379, "they": 0.3696401713877417}, "within": {"them - they": 0.0037055753465236596, "them": 0.35270810296854205, "they": 0.3490025276220184}, "without": {"them - they": 0.056898512249948796, "them": 0.3813873174886213, "they": 0.3244888052386725}, "withstood": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "woman": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "women": {"them - they": 0.07608775517727884, "them": 0.3709870827996622, "they": 0.29489932762238336}, "won": {"them - they": 0.028645722009596253, "them": 0.359894993975637, "they": 0.33124927196604076}, "wonder": {"them - they": 0.055597882916763874, "them": 0.3485583017502803, "they": 0.2929604188335164}, "wondered": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "wonderful": {"them - they": 0.09709584063171223, "them": 0.3512250414731379, "they": 0.25412920084142565}, "wondering": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "wonders": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "word": {"them - they": 0.05887422885017857, "them": 0.2924140766649377, "they": 0.23353984781475912}, "words": {"them - they": 0.004489266701345196, "them": 0.290460629750524, "they": 0.2859713630491788}, "work": {"them - they": 0.05695601675895151, "them": 0.39783772376984927, "they": 0.34088170701089776}, "worker": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "working": {"them - they": -0.012669025196892836, "them": 0.2865032082848343, "they": 0.2991722334817271}, "workplace": {"them - they": 0.049031604725916667, "them": 0.3031608055673423, "they": 0.25412920084142565}, "works": {"them - they": 0.09993499989805021, "them": 0.34969703007145647, "they": 0.24976203017340626}, "world": {"them - they": 0.06077309574489226, "them": 0.396255041193588, "they": 0.33548194544869575}, "worried": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "worries": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "worrisome": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "worry": {"them - they": 0.035273368407000016, "them": 0.3305492734960285, "they": 0.29527590508902846}, "worse": {"them - they": 0.056674394859279165, "them": 0.3305492734960285, "they": 0.2738748786367493}, "worst": {"them - they": 0.0247052965450551, "them": 0.32638004276135213, "they": 0.30167474621629703}, "worth": {"them - they": -0.04539280564059922, "them": 0.2615268109831633, "they": 0.30691961662376255}, "would": {"them - they": 0.03751254747493887, "them": 0.4012942390824389, "they": 0.3637816916075}, "wouldn": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "wraps": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "write": {"them - they": 0.053218293887827506, "them": 0.32638004276135213, "they": 0.2731617488735246}, "writer": {"them - they": 0.004642913012189831, "them": 0.2615268109831633, "they": 0.2568838979709735}, "writers": {"them - they": 0.004484443388856563, "them": 0.26877715858597856, "they": 0.264292715197122}, "writes": {"them - they": -0.024183260247537863, "them": 0.26877715858597856, "they": 0.2929604188335164}, "writing": {"them - they": 0.025487486305329543, "them": 0.3048886900318641, "they": 0.27940120372653454}, "wrong": {"them - they": 0.03408144559996623, "them": 0.35677351254078754, "they": 0.3226920669408213}, "wrote": {"them - they": -0.027102593413840803, "them": 0.2828516218905217, "they": 0.3099542153043625}, "wwf": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "www": {"them - they": 0.004297667205638345, "them": 0.27745941607916297, "they": 0.2731617488735246}, "x": {"them - they": -0.02408533427626003, "them": 0.24978954436048928, "they": 0.2738748786367493}, "xi": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "xinjiang": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "xochitl": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "yeah": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "year": {"them - they": -0.0003792287804697536, "them": 0.3234600762224001, "they": 0.32383930500286984}, "years": {"them - they": 0.04030985759288047, "them": 0.3979094168231206, "they": 0.3575995592302401}, "yes": {"them - they": 0.054060412079462716, "them": 0.3109443100504362, "they": 0.2568838979709735}, "yesterday": {"them - they": 0.0037638559311082287, "them": 0.3031608055673423, "they": 0.2993969496362341}, "yet": {"them - they": 0.01146987396639021, "them": 0.3550300782898462, "they": 0.34356020432345596}, "yo": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "yoing": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "york": {"them - they": 0.06051489495579493, "them": 0.3159497256289196, "they": 0.25543483067312467}, "yorker": {"them - they": 0.09830585111766099, "them": 0.3369190281634211, "they": 0.23861317704576013}, "you": {"them - they": 0.03055691188241333, "them": 0.3687023256085154, "they": 0.3381454137261021}, "you3": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "young": {"them - they": -0.0057717499623040625, "them": 0.3254775220037367, "they": 0.33124927196604076}, "your": {"them - they": 0.060395586879601004, "them": 0.37755720379364427, "they": 0.31716161691404327}, "yourself": {"them - they": -0.024183260247537863, "them": 0.26877715858597856, "they": 0.2929604188335164}, "youtube": {"them - they": 0.0040679248697064185, "them": 0.28835312872073215, "they": 0.28428520385102574}, "zealand": {"them - they": 0.04973995167497203, "them": 0.28835312872073215, "they": 0.23861317704576013}, "zion": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "zone": {"them - they": 0.05694961141730487, "them": 0.3258790887983468, "they": 0.26892947738104195}, "\u00e2": {"them - they": 0.050655551366799, "them": 0.26877715858597856, "they": 0.21812160721917956}, "\u725b\u5976": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}, "\u8c46\u6f3f": {"them - they": 0.04785783329658022, "them": 0.3270965592181907, "they": 0.2792387259216105}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/base_dset/data-00000-of-00001.arrow b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/base_dset/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e6dbd1cc73f6f70eaf2b121354cb8808a3c6980c --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/base_dset/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f23eb11877f1bf934ba12d0ce910ccb71b9ce3865798dc6651d12425244b529 +size 489144 diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/base_dset/dataset_info.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/base_dset/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6ea85221bdb20e38d4ac8afff9924c07fa03482f --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/base_dset/dataset_info.json @@ -0,0 +1,51 @@ +{ + "builder_name": "generator", + "citation": "", + "config_name": "default", + "dataset_name": "generator", + "dataset_size": 487928, + "description": "", + "download_checksums": {}, + "download_size": 0, + "features": { + "images": { + "feature": { + "dtype": "string", + "_type": "Value" + }, + "_type": "Sequence" + }, + "metadata": { + "dtype": "string", + "_type": "Value" + }, + "general_metadata": { + "dtype": "string", + "_type": "Value" + }, + "texts": { + "feature": { + "dtype": "string", + "_type": "Value" + }, + "_type": "Sequence" + } + }, + "homepage": "", + "license": "", + "size_in_bytes": 487928, + "splits": { + "train": { + "name": "train", + "num_bytes": 487928, + "num_examples": 100, + "dataset_name": "generator" + } + }, + "version": { + "version_str": "0.0.0", + "major": 0, + "minor": 0, + "patch": 0 + } +} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/base_dset/state.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/base_dset/state.json new file mode 100644 index 0000000000000000000000000000000000000000..af9c667577f319a1b55b15215c7fc50a048aa10b --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/base_dset/state.json @@ -0,0 +1,13 @@ +{ + "_data_files": [ + { + "filename": "data-00000-of-00001.arrow" + } + ], + "_fingerprint": "ae60b20f0290ac61", + "_format_columns": null, + "_format_kwargs": {}, + "_format_type": null, + "_output_all_columns": false, + "_split": "train" +} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/dset_peek.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/dset_peek.json new file mode 100644 index 0000000000000000000000000000000000000000..caca16a8ae99a5ee19ce1b03f185959327d0b66b --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/dset_peek.json @@ -0,0 +1 @@ +{"dset peek": {"images": [["https://eppc.org/wp-content/uploads/2017/07/shutterstock_636139745-1024x683.jpg", null], ["https://cdn.motor1.com/images/mgl/oRKO0/s1/lamborghini-urus-original-carbon-fiber-accessories.jpg", null], [null, "https://slidelegend.com/img/60x80/management-factors-influencing-open-innovation-div_59c212ac1723dd1242167485.jpg", null], [null, "https://www.henryusa.com/wp-content/uploads/2022/07/Kalel_buttstock2-480x407.jpg", null, "https://www.henryusa.com/wp-content/uploads/2021/06/kalel_1200px-480x480.jpg", null], ["https://www.debate.com.mx/__export/1631449386230/sites/debate/img/2021/09/12/turistas-mazatlan-2.jpg_1187572215.jpg", null], ["https://www.glamsham.com/wp-content/uploads/2021/03/f8f324f76b556faeda82528199cc811b.jpg", null], [null, "http://otlsports.com/wp-content/uploads/2019/05/Virginia-basketball-330x186.jpg"], [null, "https://birmingcabbie.files.wordpress.com/2013/01/payday-loan.png?w=625", null, "https://birmingcabbie.files.wordpress.com/2013/01/norwood-018.jpg?w=225&h=300", null], ["https://www.vagabondinn.com/resourcefiles/blogsmallimages/ccut-title.jpg", null], [null, "https://res.cloudinary.com/the-weekly-gripe/image/fetch/https://www.weeklygripe.co.uk/AImg/issues.jpg", null], ["http://cdn.shopify.com/s/files/1/0278/5473/3360/articles/Japanese_Tea_Blog_1024x1024.jpg?v=1629313777", null], ["http://res.heraldm.com/content/image/2021/05/04/20210504000952_0.jpg", null], ["https://i.stack.imgur.com/BrjpG.jpg", "https://i.stack.imgur.com/IqeIc.jpg", "https://i.stack.imgur.com/OwzIj.jpg", "https://i.stack.imgur.com/4xbCs.jpg", "https://i.stack.imgur.com/OXUqH.jpg", "https://i.stack.imgur.com/TTxia.jpg", null], [null, "https://www.toptipz.com.ng/wp-content/uploads/2020/02/5e59569e1f900-340x215.png", "https://www.toptipz.com.ng/wp-content/uploads/2020/02/5e591b9f8a4b0-348x215.jpeg"], ["https://gamecocksonline.com/imgproxy/oRJaXYMtWVCyAUZaLJ2WtaL8Mw-eiS8JgPl57dbcMIg/fit/3840/2160/ce/0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2dhbWVjb2Nrc29ubGluZS1jb20vMjAxNy8wOC9kY2MwZWJlNS05ODk4OTY2LmpwZWc.png", null], [null, "https://paulinepark.com/wp-content/uploads/2014/06/gauguin56-300x231.jpg", null, "https://paulinepark.com/wp-content/uploads/2014/06/Paul-Gauguin-Oviri-Savage-001-183x300.jpg"], [null, "https://talesofthetravelbug.files.wordpress.com/2016/02/g-_photoshop_img_2615.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2599.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2593.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2592.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2608.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2630.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2625.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2686.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2690.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2698.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2710.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2868.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2621.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2826.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2722.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2788.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2751.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2790.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2768.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2813.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2816.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2862.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2874.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/g-_photoshop_img_2844.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2809.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2878.jpg?w=1088", null, "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2902.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2952.jpg?w=1088", "https://talesofthetravelbug.files.wordpress.com/2016/02/img_2984.jpg?w=1088", null], [null, "https://minnesota.cbslocal.com/wp-content/uploads/sites/15909630/2018/08/new-brighton-fire.jpg", null], ["https://lh5.googleusercontent.com/proxy/WExIptbY4UDQvirHFf13ljYTSeTve-er8gd8tXgZZFZ0SmjBMGFL85yWBk20ICJbY5va9-ien4RfhqjTxf0y0kKkI4E7vQ5Wa8XszzIZkaACnn03qlGzNg=s0-d", null, "https://lh5.googleusercontent.com/proxy/reE1nNETG3gDd_fBKQjCCLki947y-WOHqh0j30aEjMwo1C5Bjn6kQI3JeAOwzOEzDHS9s6swZba_BTbJYAJtp9-O5EbdZEENXn2KGpWDZ5gSwSTAfgCAbA=s0-d", null, "https://lh3.googleusercontent.com/proxy/zw6rKxtBXir83rM1ef4ak_fy_eV_YXnSJl454x6iRBWLmRFr0el2iBY9fbUi5kM6JMSZJiG6Nkff2GDm6VwIhiww5bBAlWYODomclmJiUd5I2MMmHwBapbIN=s0-d", null, "https://lh3.googleusercontent.com/proxy/n86RYJqbx7oytPRRY9-qSlu-8jFyiTIrIMOyu57iV2ITq9StZmH3Yojdor7jvQRuCojX_iGWf_w_qmw80Ap_qSiot7-hYsW_KH25VfhpfJkXOe2Y5x88UuNU=s0-d", null, "https://lh4.googleusercontent.com/proxy/ywYGhzFkMdaZZ_QK8YgU4AGuB0mSAkL0GHxf8VQEZwmX-uoFDT1p9YdEaMjRpho8hwgjgM0xnA5lKAdMfa5kY5efEGxqpDBUesfzTwjBEK2egKXnNBtjJLDn=s0-d", null], ["https://is3-ssl.mzstatic.com/image/thumb/Podcasts124/v4/d4/2a/8a/d42a8aae-bbef-0505-eaa8-6b80db57100a/mza_13260582032712560114.jpg/600x600bb.jpg", null], ["https://vidmid.com/upload/news/image_1607022019_96572726.jpg", null, "https://vidmid.com/upload/news/image_1607022018_86288425.jpg", "https://vidmid.com/upload/news/image_1607022020_15618687.jpg", null, "https://vidmid.com/upload/news/image_1611340213_9962819.jpg", "https://vidmid.com/upload/news/image_1611349240_58992742.jpeg"], ["https://www.etoren.com/upload/images/0.73465000_1614219269_fujifilm-x-t200-body-kit-box-champagne-gold.jpg", null, "https://www.etoren.com/upload/images/0.03465600_1612495860_canon-eos-m50-mk-ii-body-kit-box-white.jpg", "https://www.etoren.com/upload/images/0.03307800_1555497126_panasonic-lumix-dc-gx9-body-silver.jpg", "https://www.etoren.com/upload/images/0.60473500_1555497010_panasonic-lumix-dc-gx9-body-black.jpg", "https://www.etoren.com/upload/images/Panasonic_Lumix_DMC-GX85_Kit_20mm_II_Silver.jpg", "https://www.etoren.com/upload/images/0.74035000_1624130187_canon-eos-m200-twin-kit-22-15-45-white.jpg", "https://www.etoren.com/upload/images/0.11915800_1610599130_fujifilm-x-t200-body-kit-box-black.jpg", "https://www.etoren.com/upload/images/0.48388800_1614219253_fujifilm-x-t200-body-kit-box-dark-silver.jpg", "https://www.etoren.com/upload/images/0.36035400_1578056340_panasonic-lumix-dmc-gh4-black-kit-box-body-only.jpg", "https://www.etoren.com/upload/images/0.28524600_1612495853_canon-eos-m50-mk-ii-body-kit-box-black.jpg", "https://www.etoren.com/upload/images/0.50576300_1616029136_fujifilm-x-t200-body-dark-silver.jpg"], ["https://ionigeria.com/wp-content/uploads/2021/12/James-Webb-323x330.jpg", null], [null, "https://www.gannett-cdn.com/presto/2018/10/26/PWAU/2a506b32-52f3-4269-bbc5-9a54feafe20c-WDHBrd2_09-05-2017_Herald_1_A001__2017_09_04_IMG_636397938897683883_W_1_1_0UJGPN5O_L1091358173_IMG_636397938897683883_W_1_1_0UJGPN5O.jpg?width=540&height=&fit=bounds&auto=webp", null], [null, "https://cdn.shopify.com/s/files/1/0025/8002/1309/files/iberico-ham-tags-01-png.png?v=1635779263", null, "https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Iberico_pigs_480x480.jpg?v=1635784392", null, "https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Iberico_producer_480x480.jpg?v=1635784418", null, "https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Borough_Shop_x_11_480x480.jpg?v=1629714212", "http://cdn.shopify.com/s/files/1/0025/8002/1309/t/75/assets/popup-header-image_490x.jpg?v=143601077120798896961671709859"], [null, "https://healthyceleb.com/wp-content/uploads/2018/10/Reid-Ewing-218x150.jpg", "https://healthyceleb.com/wp-content/uploads/2018/01/Andrew-McMahon-Healthy-Celeb-218x150.jpg", "https://healthyceleb.com/wp-content/uploads/2015/07/Pay-Attention-To-The-Pain-218x150.jpg"], ["https://worldnews.su/wp-content/uploads/2022/06/db13846c370fcf02fadf1c37d160d76c.jpg", null], [null, "https://observer.com/wp-content/uploads/sites/2/2022/05/GettyImages-1240311308.jpg?quality=80&w=970&strip"], ["https://www.zwillgen.com/wp-content/uploads/2022/05/AdobeStock_394300808-960x540.jpeg", null], [null, "http://cdn.idropnews.com/wp-content/uploads/2018/04/23075239/Rainbow-iPhone-Wallpaper1-729x480.jpg"], ["https://books.google.com/books/content/images/frontcover/L9fFDwAAQBAJ?fife=w200-h370", null, "https://books.google.com/books/content/images/frontcover/HEuKDgAAQBAJ?fife=w200-h370", null, "https://books.google.com/books/content/images/frontcover/QhlZEAAAQBAJ?fife=w200-h370", null, "https://books.google.com/books/content/images/frontcover/YmRmEAAAQBAJ?fife=w200-h370", null, "https://books.google.com/books/content/images/frontcover/yLwlneqlacQC?fife=w200-h370", "https://books.google.com/books/content/images/frontcover/N26meWqmtZsC?fife=w200-h370", "https://books.google.com/books/content/images/frontcover/TovHHlg84_cC?fife=w200-h370", "https://books.google.com/books/content/images/frontcover/B22dDwAAQBAJ?fife=w200-h370", null, "https://books.google.com/books/content/images/frontcover/ql6qCgAAQBAJ?fife=w200-h370", "https://books.google.com/books/content/images/frontcover/ijxIDwAAQBAJ?fife=w200-h370", null, "https://books.google.com/books/content/images/frontcover/XRM9C5VWH-AC?fife=w200-h370", null, "https://books.google.com/books/content/images/frontcover/wshdEAAAQBAJ?fife=w200-h370"], [null, "https://maestrofilm.files.wordpress.com/2014/10/american-psycho-2000.jpg?w\\u003d535\\u0026h\\u003d754", null], ["https://www.austinchronicle.com/imager/b/newfeature/640116/d119/pols_develop1-1.jpg", null], ["https://cdn.fame10.com/eyJidWNrZXQiOiJwdWItc3RvcmFnZSIsImtleSI6ImZhbWUxMC93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOC8wODA2MzcwNS5qcGciLCJlZGl0cyI6eyJ3ZWJwIjp7InF1YWxpdHkiOjgwfSwicmVzaXplIjp7ImZpdCI6ImNvdmVyIiwiYmFja2dyb3VuZCI6eyJyIjowLCJnIjowLCJiIjowLCJhbHBoYSI6MX0sIndpZHRoIjo4OTUsImhlaWdodCI6NDgwLCJwb3NpdGlvbiI6InRvcCJ9fX0=", null], [null, "https://img.ednews.net/news/2020/10/photo_440902.jpg", null], [null, "https://www.hopefornigeriaonline.com/wp-content/uploads/2013/06/south-african-police.jpeg", null, "https://www.hopefornigeriaonline.com/wp-content/uploads/2013/05/olugbenga_ashiru-460x261.jpg", null, "https://www.hopefornigeriaonline.com/wp-content/uploads/2013/05/desmond_tutu-460x261.jpg", null], ["https://cmeindia.in/wp-content/uploads/2022/04/3rd-wave-study-cme-india-1080x675.jpg", null], ["https://media.sitra.fi/2015/12/24010343/saa2273.jpg", null], [null, "https://suesspiciousminds.files.wordpress.com/2013/05/countach-yellow-hanna-big.jpg?w=610&h=411", null, "https://suesspiciousminds.files.wordpress.com/2013/05/wilma.jpg?w=610&h=688", null], [null, "https://www.exquisitecoasts.com/images/road-dingle-wild-atlantic-way-ireland.jpg", null, "https://www.exquisitecoasts.com/images/werner22brigitte-great-coastal-drives-big-sur-pixa.jpg", null], ["https://peterbowes.files.wordpress.com/2011/01/china-girl.jpg?w=229", "https://kurungabaa.files.wordpress.com/2010/03/kowloon.jpg?w=228&h=300", null], [null, "https://ichef.bbci.co.uk/news/624/cpsprodpb/5224/production/_101682012_usgs1.jpg", null], ["http://archiveislam.com/wp-content/uploads/2013/01/muslim-snow-patrol.jpg", null, "http://archiveislam.com/wp-content/uploads/2013/01/muslim-neighbour.jpg", "http://archiveislam.com/wp-content/uploads/2013/01/muslim-stockton.jpg", "http://archiveislam.com/wp-content/uploads/2013/01/muslim-berkshire.jpg", "http://archiveislam.com/wp-content/uploads/2013/01/harvard-university-quran.jpg", "http://archiveislam.com/wp-content/uploads/2013/08/eid-google.jpg", "http://archiveislam.com/wp-content/uploads/2014/05/islam-on-media.jpg"], [null, "https://thegatorseye.com/wp-content/uploads/2020/01/My-Post-1-2-900x675.jpg", null], ["https://static.timesofisrael.com/jewishndev/uploads/2021/04/AN4T7158-640x400.jpg", null], ["https://www.rowadventures.com/sites/rowadventures.com/files/styles/award/public/profile/Malcolm-Reed.jpg?itok=tUpXNECx", null], ["https://theshelfofunreadbooks.files.wordpress.com/2019/02/43217645.jpg?w=199&h=300", null], ["http://energy.agwired.com/wp-content/uploads/sites/11/2010/10/FoodWaste-239x300.jpg", null], ["https://usc-images.s3.amazonaws.com/cache/microplastics-scaled-1024x512.0867de41.jpg", null], [null, "https://speedhunters-wp-production.s3.amazonaws.com/wp-content/uploads/2022/09/23051515/2022-BMW-M1-Procar-Speedhunters-by-Paddy-McGrath-14.jpg", "https://images.hgmsites.net/hug/porsche-911-carrera_100864745_h.jpg", "https://eoouae45rgb.exactdn.com/2022/11/Ferrari-Enzo@660x550.jpg", "https://www.cycleworld.com/resizer/_0t6YxopDQQGqeJxRGW53fRMtPM=/979x734/filters:focal(611x370:621x380)/cloudfront-us-east-1.images.arcpublishing.com/octane/LYYNTZFGVFE3BF5KEA2A5IKOWU.jpg", "https://www.jazzituptruckandauto.com/wp-content/uploads/blog-jeep-lights.jpg", "https://gtspirit.com/wp-content/uploads/2022/11/Porsche-911-T-9.jpeg"], [null, "https://www.gannett-cdn.com/-mm-/79abbaf0ccd99c1f0900f67a1a81ac796b72eea0/c=0-60-481-421/local/-/media/2016/06/10/GreatFalls/B9322505464Z.1_20160610193632_000_GVRELDNGA.1-0.jpg?width=534&height=401&fit=crop", null, "https://www.gannett-cdn.com/-mm-/22658ce5382b8f1b91e260836070d67069159f86/c=51-0-1104-792/local/-/media/2016/06/10/GreatFalls/B9322505464Z.1_20160610193632_000_GVRELE079.1-0.jpg?width=540&height=405&fit=crop", null], ["https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2011/11/Lady-Gaga-Judas.jpg", null], ["https://pbs.twimg.com/media/Ev5nFlYWYAA5SYk?format=jpg&name=large", null], ["https://movizark.files.wordpress.com/2018/09/charlie-day-0de987d60e62889d.jpg?w=300&h=210", null], ["https://paradigmshyft495213390.files.wordpress.com/2022/02/dictator2-1.jpg?w=1120", null], [null, "https://img.rasset.ie/0011ba1b-614.jpg?ratio=1.78", null, "https://img.rasset.ie/0013280f-614.jpg?ratio=1.02", null], ["http://cmt.mtvnimages.com/uri/mgid:uma:image:cmt.com:1647334?quality=0.8&format=jpg&height=495&width=660", null], [null, "https://lh6.googleusercontent.com/-8G4ILMarj-M/TW7iTejGbsI/AAAAAAAACbg/jw9pauDtIKo/s400/hand_full_of_dirt-1.jpg", null], [null, "https://dq5pwpg1q8ru0.cloudfront.net/2020/11/10/15/06/49/b5799939-68ea-49c0-ab38-5cbb3738a03f/lightstock_78933_small_nathan_klahsen.jpg", null], [null, "https://silverchips.mbhs.edu/uploads/images/2018/08/01/21712.jpg", null], ["http://realdealtheatre.webs.com/WestEnd%20Xtra%201.jpg", "http://realdealtheatre.webs.com/West%20End%20Extra%20Sitcom%20Saturday.jpg", null], ["https://images-na.ssl-images-amazon.com/images/I/81Lz+z3qpkL.jpg", null], ["https://www.ungeek.ph/wp-content/uploads/2016/10/Rock-Reacts.jpg", "https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock2-1024x576.jpg", null, "https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock-cross-1024x576.jpg", null, "https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock-fanny-658x1024.jpg", null], ["https://holaamericanews.com/wp-content/uploads/2018/01/optimized-to-my-bros-696x522.jpg", null, "https://holaamericanews.com/wp-content/uploads/2018/01/Carmona-1-150x150.jpg", null], ["https://nobeladventures.files.wordpress.com/2019/04/img_1574.jpg?w=1088", null, "https://nobeladventures.files.wordpress.com/2019/04/img_1573.jpg?w=739", "https://nobeladventures.files.wordpress.com/2019/04/img_1574.jpg?w=739", "https://nobeladventures.files.wordpress.com/2019/04/1e0d34bc-fb2c-430e-9fb6-20c4bac7ad46.jpg?w=739", "https://nobeladventures.files.wordpress.com/2019/04/img_0352.jpg?w=739", "https://nobeladventures.files.wordpress.com/2019/04/img_0361.jpg?w=739", "https://nobeladventures.files.wordpress.com/2019/04/img_0364.jpg?w=739", "https://nobeladventures.files.wordpress.com/2019/04/img_0368.jpg?w=739", "https://nobeladventures.files.wordpress.com/2019/04/img_0377.jpg?w=739", "https://nobeladventures.files.wordpress.com/2019/04/img_1575.jpg?w=739", null], ["https://www.nationalhogfarmer.com/sites/nationalhogfarmer.com/files/styles/article_featured_standard/public/NHF-pigsbarns_2.jpg?itok=dAtEUiHd", null, "https://www.nationalhogfarmer.com/sites/cet.com/files/Plain%20graphic%201%2010.21.png", null, "https://www.nationalhogfarmer.com/sites/cet.com/files/Plain%20graphic%202.png", null, "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%203%2010.21.png", null, "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%204%2010.21.png", null, "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%205%2010.21.png", null, "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%206%2010.21.png", null, "https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%207%2010.21.png"], ["https://lthumb.lisimg.com/731/11355731.jpg?width=170&sharpen=true", null], ["http://cdn.shopify.com/s/files/1/1372/5377/articles/Most-Popular-Concealed-Carry-Guns-Web-GunGoddess-min_1600x.jpg?v=1623552029", null, "http://cdn.shopify.com/s/files/1/1372/5377/articles/5-things-to-do-after-buying-a-gun-GunGoddess-min_1600x.jpg?v=1623552024", "http://cdn.shopify.com/s/files/1/1372/5377/articles/Good-Advice-Buying-First-Gun-GunGoddess-min_1600x.jpg?v=1623552026", "http://cdn.shopify.com/s/files/1/1372/5377/articles/terms-buying-a-handgun-GunGoddess-min_1600x.jpg?v=1623552032", null], [null, "https://www.historytoday.com/sites/default/files/styles/teaser_list/public/bayeaux.jpg?itok=FTrCT1nV", null, "https://www.historytoday.com/sites/default/files/styles/teaser_list/public/roxane_thumb.jpg?itok=2JRBz_Qx", null], ["https://www.gsa.gov/cdnstatic/ABG.jpg", null, "https://www.gsa.gov/cdnstatic/02_AfricanBurial_lo.jpg"], [null, "https://hd-report.com/wp-content/uploads/2014/02/netflix-ISP-rankings-january-452x600.jpg", null], [null, "https://www.lawyersandsettlements.com/images/articles2/Pill-bottle-money-article.jpg", null], [null, "https://www.adorama.com/images/Large/msigs65st054.jpg", null, "https://m.xcite.com/media/catalog/product/cache/1/thumbnail/550x400/9df78eab33525d08d6e5fb8d27136e95/b/u/buy_msi_core_i7_8gb_ram_1tb_hdd___128gb_ssd_4gb_nvidia_15_inch_gaming_laptop_-_gv627rd_price_result_1.jpg"], [null, "http://2.bp.blogspot.com/-sf0huKQfzIM/T6BLLO-tVtI/AAAAAAAAAMk/Y9UG5CT8aiE/s640/March+2012+Bank+of+Italy+Collateral+Composition.tiff", "http://3.bp.blogspot.com/-PZnlKliPoQY/T6BLIQ60wVI/AAAAAAAAAMc/I7O604qgZjA/s640/August+Bank+of+Italy+Collateral+Composition.tiff", null, "http://4.bp.blogspot.com/-xZA9Yo3d6eA/T6BRjbLh4fI/AAAAAAAAAMw/56QAQJLjSzI/s400/Italian+Banks'+net+purchases+of+government+debt.tiff"], ["https://assets.thehansindia.com/h-upload/2021/08/30/1105118-cpi.webp", null], [null, "https://wkuf.fm/wp-content/uploads/2018/03/JLM-Image-300x264.jpg", null, "https://wkuf.fm/wp-content/uploads/2019/07/50s60s-300x283.jpg"], [null, "https://dailytimes.com.pk/assets/uploads/2018/09/21/53f51f8c8c076.jpg", null], ["https://www.dailyfinland.fi/assets/news_photos/2021/04/29/image-21426.jpg", null], [null, "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-1-e1570716278120-400x284.png", "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-3-400x284.png", null, "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-6-400x284.png", null, "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-7-400x284.png", "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-4-400x284.png", "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-5-400x284.png", "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-9-400x284.png", null, "https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-10-400x284.png", null], [null, "https://3.bp.blogspot.com/-TMfMfVXZKuk/V0OgTNnJ7lI/AAAAAAAAD1c/rWvp4xRRtCQvIPERG82YCNcLUi3NVWMlACLcB/s640/IMF%2BGreece%2Bunemployment.jpg", null, "https://2.bp.blogspot.com/-hvCX7VTUuD8/V0Ohm0li81I/AAAAAAAAD1o/_5I0nhaPzxQYHErCN8RB75reLyf5eBBwgCLcB/s640/IMF%2BGreece%2Binvestment.jpg", null, "https://2.bp.blogspot.com/-bJoNbOfCTZA/V0OjmGjAfiI/AAAAAAAAD10/nxNHpa0uxm8lz2qT558RFINIoTo4-TFSACLcB/s640/IMF%2BGreece%2BTFP.jpg", null], [null, "http://philadelphia.cbslocal.com/wp-content/uploads/sites/15116066/2013/02/lumineers_street1.jpg", null], [null, "http://www.tdisport.com/wp-content/uploads/2009/09/58701vw--300x225.jpg", null], ["https://www.betarena.com/wp-content/uploads/elementor/thumbs/Atlanta-United-vs-Montreal-Impact-Betting-Tip-and-Prediction-oedudyfgljiufdvu3gvnjqo22e10pz8bi28wikjrcs.jpg", null, "https://www.betarena.com/wp-content/uploads/2020/02/AEK-300x169.jpeg", "https://www.betarena.com/wp-content/uploads/2020/02/Atromitos-300x204.jpg", "https://www.betarena.com/wp-content/uploads/2020/02/Aris-370x305.jpg", "https://www.betarena.com/wp-content/uploads/2020/02/Leon-1-370x305.jpg", "https://www.betarena.com/wp-content/uploads/2020/01/pngfuel.com_.png"], ["http://climateemergencydeclaration.org/wp-content/uploads/2021/02/MelanieScaife_CouncilMeeting-collage800.jpg", null], [null, "http://i.forbesimg.com/media/lists/companies/bausch-plus-lomb_416x416.jpg", null], ["https://megamarathi.com/wp-content/uploads/2016/11/Braveheart-Marathi-Movie-Selected-In-Third-Eye-Asian-Film-Festival.jpg", null], [null, "https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-12-27-12-54-43_deco.jpg", null, "https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2015-02-14-13-14-51_deco.jpg?w=225", null, "https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-09-14-12-48-37_deco.jpg?w=225", null, "https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-12-27-12-54-43_deco.jpg?w=225", null], ["https://pnesterovacom.files.wordpress.com/2020/11/people-woman-hand-desk-6360.jpg?w=1250", null, "https://pnesterovacom.files.wordpress.com/2020/12/learn-english-link2.png", "https://pnesterovacom.files.wordpress.com/2020/12/about-me-link.png", null, "https://pnesterovacom.files.wordpress.com/2020/12/self-intro-and-photo.png"], ["https://shapingthefutureofpower.files.wordpress.com/2020/09/cropped-img_6919-e1600473840730.jpg", null], [null, "http://phototass4.cdnvideo.ru/width/1020_b9261fa1/tass/m2/en/uploads/i/20181001/1204153.jpg", null], [null, "https://andoverleader.com/wp-content/uploads/2020/06/Edge-Of-Tomorrow-2-poster-1-1-1.webp", null], [null, "https://www.amnews.com/wp-content/uploads/sites/41/2016/11/Centre-1st-rd-18.jpg?w=1024", null], [null, "https://res.cloudinary.com/practicaldev/image/fetch/s--aaLTJRhS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/jg3498ayt6ritcnotyfl.png", null], [null, "https://v5.femalefirst.co.uk/image-library/partners/bang/land/1000/e/eddie-redmayne-aW1hZ2VzMS8yMDE4LzExLzE0LzAwNTM2NDAwMDE1NDIxO.jpg", null, "https://v5.femalefirst.co.uk/image-library/partners/bang/land/250/a/annie-wallace-aW1hZ2VzMS8yMDIxLzA2LzExLzE2MjM0MTAyMjBjcm9wcG.jpg", "https://v5.femalefirst.co.uk/image-library/partners/bang/land/250/e/eddie-redmayne-aW1hZ2VzMS8yMDE4LzExLzEzLzA3MTY0MzcwMDE1NDIxN.jpg"], ["https://www.saturdayeveningpost.com/wp-content/uploads/satevepost/2017-so-pg18-motherdaughter.jpg", null], ["http://feifa.eu/wp-content/uploads/2017/11/piggy-bank-statement-400-300x200.jpeg", null], ["http://blogs.reading.ac.uk/crg/files/2015/12/Mahleb2.jpg", "http://blogs.reading.ac.uk/crg/files/2015/12/Mahleb_Grinder.jpg", null], ["https://www.wired.com/images_blogs/underwire/2009/11/murdoch-line.png", null], [null, "https://www.gannett-cdn.com/-mm-/cfc530a7632537c29651d465286b807d63a5f9dc/c=194-0-1346-866/local/-/media/2015/10/16/Salem/Salem/635806085938526440-OR3.jpg?width=534&height=401&fit=crop", null, "http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/03826eda33c092b93d8be28214d91a5c2b97d530/c=0-0-1039-1039/local/-/media/Salem/Salem/2014/07/24/1406236948010-14547399159-f018dfdd19-o.jpg", null, "http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/00091fc00565a241cd46a450054aa381d5a1e6a1/c=300-0-1800-1500/local/-/media/Salem/2015/03/14/B9316553846Z.1_20150314190023_000_GFLA74H74.1-0.jpg", null], ["https://cdn.businesstraveller.com/wp-content/uploads/fly-images/856999/Boeings-10000th-737-916x516.jpeg", null, "https://cdn.businesstraveller.com/wp-content/uploads/fly-images/849951/Max-71-360x203.jpeg", "https://cdn.businesstraveller.com/wp-content/uploads/fly-images/795138/K66629-01-360x203.jpg", "https://cdn.businesstraveller.com/wp-content/uploads/fly-images/814749/Boeing-B737-Max-10-360x202.jpg"]], "metadata": ["[{\"document_url\": \"https://eppc.org/publication/declaration-of-disruption/\", \"unformatted_src\": \"https://eppc.org/wp-content/uploads/2017/07/shutterstock_636139745-1024x683.jpg\", \"src\": \"https://eppc.org/wp-content/uploads/2017/07/shutterstock_636139745-1024x683.jpg\", \"formatted_filename\": \"shutterstock\", \"rendered_width\": 1024, \"rendered_height\": 683, \"original_width\": 1024, \"original_height\": 683, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://lamborghinichat.com/forum/news/vw-group-allegedly-receives-offer-to-sell-lamborghini-for-9-2-billion.728/\", \"unformatted_src\": \"https://cdn.motor1.com/images/mgl/oRKO0/s1/lamborghini-urus-original-carbon-fiber-accessories.jpg\", \"src\": \"https://cdn.motor1.com/images/mgl/oRKO0/s1/lamborghini-urus-original-carbon-fiber-accessories.jpg\", \"formatted_filename\": \"lamborghini urus original carbon fiber accessories\", \"alt_text\": \"VW Group Allegedly Receives Offer To Sell Lamborghini For $9.2 Billion\", \"original_width\": 1920, \"original_height\": 1080, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://slidelegend.com/the-influencing-factors-on-entrepreneurship-ti-journals_59d9b3c91723dd4b8ead833e.html\", \"unformatted_src\": \"https://slidelegend.com/img/60x80/management-factors-influencing-open-innovation-div_59c212ac1723dd1242167485.jpg\", \"src\": \"https://slidelegend.com/img/60x80/management-factors-influencing-open-innovation-div_59c212ac1723dd1242167485.jpg\", \"formatted_filename\": \"management factors influencing open innovation div c ac dd\", \"rendered_width\": 626, \"original_width\": 626, \"original_height\": 626, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.henryusa.com/flexforkal/\", \"unformatted_src\": \"https://www.henryusa.com/wp-content/uploads/2022/07/Kalel_buttstock2-480x407.jpg\", \"src\": \"https://www.henryusa.com/wp-content/uploads/2022/07/Kalel_buttstock2-480x407.jpg\", \"formatted_filename\": \"Kalel buttstock\", \"alt_text\": \"Flex for Kalele\", \"rendered_width\": 380, \"rendered_height\": 323, \"original_width\": 480, \"original_height\": 407, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.henryusa.com/flexforkal/\", \"unformatted_src\": \"https://www.henryusa.com/wp-content/uploads/2021/06/kalel_1200px-480x480.jpg\", \"src\": \"https://www.henryusa.com/wp-content/uploads/2021/06/kalel_1200px-480x480.jpg\", \"formatted_filename\": \"kalel px\", \"alt_text\": \"Kalel Never Give Up\", \"rendered_width\": 360, \"rendered_height\": 360, \"original_width\": 480, \"original_height\": 480, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.arout.net/hotel-occupancy-drops-due-to-covid-19-certificates-in-mazatlan/\", \"unformatted_src\": \"https://www.debate.com.mx/__export/1631449386230/sites/debate/img/2021/09/12/turistas-mazatlan-2.jpg_1187572215.jpg\", \"src\": \"https://www.debate.com.mx/__export/1631449386230/sites/debate/img/2021/09/12/turistas-mazatlan-2.jpg_1187572215.jpg\", \"formatted_filename\": \"turistas mazatlan\", \"original_width\": 1000, \"original_height\": 1000, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.glamsham.com/world/technology/apple-may-launch-ar-contact-lenses-in-10-years\", \"unformatted_src\": \"https://www.glamsham.com/wp-content/uploads/2021/03/f8f324f76b556faeda82528199cc811b.jpg\", \"src\": \"https://www.glamsham.com/wp-content/uploads/2021/03/f8f324f76b556faeda82528199cc811b.jpg\", \"formatted_filename\": \"f f f b faeda cc b\", \"rendered_width\": 400, \"rendered_height\": 209, \"original_width\": 400, \"original_height\": 209, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"http://otlsports.com/patriots-vs-dolphins-biggest-nfl-spreads-this-decade/\", \"unformatted_src\": \"http://otlsports.com/wp-content/uploads/2019/05/Virginia-basketball-330x186.jpg\", \"src\": \"http://otlsports.com/wp-content/uploads/2019/05/Virginia-basketball-330x186.jpg\", \"formatted_filename\": \"Virginia basketball\", \"rendered_width\": 330, \"rendered_height\": 186, \"original_width\": 330, \"original_height\": 186, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"https://birmingcabbie.wordpress.com/2013/01/16/silver-and-gold/\", \"unformatted_src\": \"https://birmingcabbie.files.wordpress.com/2013/01/payday-loan.png?w=625\", \"src\": \"https://birmingcabbie.files.wordpress.com/2013/01/payday-loan.png?w=625\", \"formatted_filename\": \"payday loan\", \"alt_text\": \"payday loan\", \"original_width\": 259, \"original_height\": 194, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://birmingcabbie.wordpress.com/2013/01/16/silver-and-gold/\", \"unformatted_src\": \"https://birmingcabbie.files.wordpress.com/2013/01/norwood-018.jpg?w=225&h=300\", \"src\": \"https://birmingcabbie.files.wordpress.com/2013/01/norwood-018.jpg?w=225&h=300\", \"formatted_filename\": \"norwood\", \"alt_text\": \"norwood 018\", \"rendered_width\": 225, \"rendered_height\": 300, \"original_width\": 225, \"original_height\": 300, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.vagabondinn.com/blog/vagabond-inn-comes-to-utah\", \"unformatted_src\": \"https://www.vagabondinn.com/resourcefiles/blogsmallimages/ccut-title.jpg\", \"src\": \"https://www.vagabondinn.com/resourcefiles/blogsmallimages/ccut-title.jpg\", \"formatted_filename\": \"ccut title\", \"rendered_width\": 900, \"rendered_height\": 536, \"original_width\": 900, \"original_height\": 536, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.weeklygripe.co.uk/overuse-of-the-word-issue-in-the-media\", \"unformatted_src\": \"https://res.cloudinary.com/the-weekly-gripe/image/fetch/https://www.weeklygripe.co.uk/AImg/issues.jpg\", \"src\": \"https://res.cloudinary.com/the-weekly-gripe/image/fetch/https://www.weeklygripe.co.uk/AImg/issues.jpg\", \"formatted_filename\": \"issues\", \"alt_text\": \"Issues, over use of the word issue in the media\", \"original_width\": 250, \"original_height\": 187, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.heavenlytealeaves.com/blogs/heavenly-tea-leaves-blog/exploring-the-green-teas-of-japan\", \"unformatted_src\": \"//cdn.shopify.com/s/files/1/0278/5473/3360/articles/Japanese_Tea_Blog_1024x1024.jpg?v=1629313777\", \"src\": \"http://cdn.shopify.com/s/files/1/0278/5473/3360/articles/Japanese_Tea_Blog_1024x1024.jpg?v=1629313777\", \"formatted_filename\": \"Japanese Tea Blog\", \"alt_text\": \"Exploring the Green Teas of Japan\", \"original_width\": 1024, \"original_height\": 1024, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://tm.koreaherald.com/view.php?ud=20210504001014\", \"unformatted_src\": \"http://res.heraldm.com/content/image/2021/05/04/20210504000952_0.jpg\", \"src\": \"http://res.heraldm.com/content/image/2021/05/04/20210504000952_0.jpg\", \"original_width\": 1280, \"original_height\": 873, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://bricks.stackexchange.com/questions/14655/how-do-you-display-multiple-items-at-once-on-an-ev3-screen/15044\", \"unformatted_src\": \"https://i.stack.imgur.com/BrjpG.jpg\", \"src\": \"https://i.stack.imgur.com/BrjpG.jpg\", \"formatted_filename\": \"BrjpG\", \"alt_text\": \"code\", \"original_width\": 328, \"original_height\": 228, \"format\": \"jpeg\"}, {\"document_url\": \"https://bricks.stackexchange.com/questions/14655/how-do-you-display-multiple-items-at-once-on-an-ev3-screen/15044\", \"unformatted_src\": \"https://i.stack.imgur.com/IqeIc.jpg\", \"src\": \"https://i.stack.imgur.com/IqeIc.jpg\", \"formatted_filename\": \"IqeIc\", \"alt_text\": \"howtoaccess\", \"original_width\": 283, \"original_height\": 354, \"format\": \"jpeg\"}, {\"document_url\": \"https://bricks.stackexchange.com/questions/14655/how-do-you-display-multiple-items-at-once-on-an-ev3-screen/15044\", \"unformatted_src\": \"https://i.stack.imgur.com/OwzIj.jpg\", \"src\": \"https://i.stack.imgur.com/OwzIj.jpg\", \"formatted_filename\": \"OwzIj\", \"alt_text\": \"whatitlookslike\", \"original_width\": 992, \"original_height\": 587, \"format\": \"jpeg\"}, {\"document_url\": \"https://bricks.stackexchange.com/questions/14655/how-do-you-display-multiple-items-at-once-on-an-ev3-screen/15044\", \"unformatted_src\": \"https://i.stack.imgur.com/4xbCs.jpg\", \"src\": \"https://i.stack.imgur.com/4xbCs.jpg\", \"formatted_filename\": \"xbCs\", \"alt_text\": \"save\", \"original_width\": 985, \"original_height\": 580, \"format\": \"jpeg\"}, {\"document_url\": \"https://bricks.stackexchange.com/questions/14655/how-do-you-display-multiple-items-at-once-on-an-ev3-screen/15044\", \"unformatted_src\": \"https://i.stack.imgur.com/OXUqH.jpg\", \"src\": \"https://i.stack.imgur.com/OXUqH.jpg\", \"formatted_filename\": \"OXUqH\", \"alt_text\": \"hereitis\", \"original_width\": 408, \"original_height\": 234, \"format\": \"jpeg\"}, {\"document_url\": \"https://bricks.stackexchange.com/questions/14655/how-do-you-display-multiple-items-at-once-on-an-ev3-screen/15044\", \"unformatted_src\": \"https://i.stack.imgur.com/TTxia.jpg\", \"src\": \"https://i.stack.imgur.com/TTxia.jpg\", \"formatted_filename\": \"TTxia\", \"alt_text\": \"lineaddition\", \"original_width\": 411, \"original_height\": 259, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.toptipz.com.ng/armed-robbers-police-uniforms-enugu-caught-gun-battle-photos/\", \"unformatted_src\": \"https://www.toptipz.com.ng/wp-content/uploads/2020/02/5e59569e1f900-340x215.png\", \"src\": \"https://www.toptipz.com.ng/wp-content/uploads/2020/02/5e59569e1f900-340x215.png\", \"formatted_filename\": \"e e f\", \"rendered_width\": 340, \"rendered_height\": 215, \"original_width\": 340, \"original_height\": 215, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.toptipz.com.ng/armed-robbers-police-uniforms-enugu-caught-gun-battle-photos/\", \"unformatted_src\": \"https://www.toptipz.com.ng/wp-content/uploads/2020/02/5e591b9f8a4b0-348x215.jpeg\", \"src\": \"https://www.toptipz.com.ng/wp-content/uploads/2020/02/5e591b9f8a4b0-348x215.jpeg\", \"formatted_filename\": \"e b f a b\", \"rendered_width\": 348, \"rendered_height\": 215, \"original_width\": 348, \"original_height\": 215, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://gamecocksonline.com/news/2017/08/22/breaking-down-the-offensive-line/\", \"unformatted_src\": \"https://gamecocksonline.com/imgproxy/oRJaXYMtWVCyAUZaLJ2WtaL8Mw-eiS8JgPl57dbcMIg/fit/3840/2160/ce/0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2dhbWVjb2Nrc29ubGluZS1jb20vMjAxNy8wOC9kY2MwZWJlNS05ODk4OTY2LmpwZWc.png\", \"src\": \"https://gamecocksonline.com/imgproxy/oRJaXYMtWVCyAUZaLJ2WtaL8Mw-eiS8JgPl57dbcMIg/fit/3840/2160/ce/0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2dhbWVjb2Nrc29ubGluZS1jb20vMjAxNy8wOC9kY2MwZWJlNS05ODk4OTY2LmpwZWc.png\", \"formatted_filename\": \"aHR cHM Ly zdG yYWdlLmdvb dsZWFwaXMuY tL dhbWVjb Nrc ubGluZS jb vMjAxNy wOC kY MwZWJlNS ODk OTY LmpwZWc\", \"alt_text\": \"Breaking Down the Offensive Line\", \"original_width\": 2352, \"original_height\": 1456, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://paulinepark.com/2014/06/09/gauguin-exoticization-primitivism-paganism/\", \"unformatted_src\": \"https://paulinepark.com/wp-content/uploads/2014/06/gauguin56-300x231.jpg\", \"src\": \"https://paulinepark.com/wp-content/uploads/2014/06/gauguin56-300x231.jpg\", \"formatted_filename\": \"gauguin\", \"rendered_width\": 300, \"rendered_height\": 231, \"original_width\": 300, \"original_height\": 231, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://paulinepark.com/2014/06/09/gauguin-exoticization-primitivism-paganism/\", \"unformatted_src\": \"https://paulinepark.com/wp-content/uploads/2014/06/Paul-Gauguin-Oviri-Savage-001-183x300.jpg\", \"src\": \"https://paulinepark.com/wp-content/uploads/2014/06/Paul-Gauguin-Oviri-Savage-001-183x300.jpg\", \"formatted_filename\": \"Paul Gauguin Oviri Savage\", \"rendered_width\": 183, \"rendered_height\": 300, \"original_width\": 183, \"original_height\": 300, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/g-_photoshop_img_2615.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/g-_photoshop_img_2615.jpg?w=1088\", \"formatted_filename\": \"g photoshop img\", \"alt_text\": \"G-_Photoshop_IMG_2615\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2599.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2599.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2599\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2593.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2593.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2593\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2592.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2592.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2592\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2608.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2608.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2608\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2630.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2630.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2630\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2625.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2625.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2625\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2686.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2686.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2686\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2690.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2690.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2690\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2698.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2698.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2698\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2710.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2710.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2710\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2868.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2868.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2868\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2621.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2621.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2621\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2826.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2826.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2826\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2722.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2722.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2722\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2788.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2788.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2788\", \"original_width\": 1088, \"original_height\": 1632, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2751.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2751.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2751\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2790.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2790.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2790\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2768.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2768.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2768\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2813.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2813.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2813\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2816.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2816.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2816\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2862.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2862.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2862\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2874.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2874.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2874\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/g-_photoshop_img_2844.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/g-_photoshop_img_2844.jpg?w=1088\", \"formatted_filename\": \"g photoshop img\", \"alt_text\": \"G-_Photoshop_IMG_2844\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2809.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2809.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2809\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2878.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2878.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2878\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2902.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2902.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2902\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2952.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2952.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2952\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, {\"document_url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"unformatted_src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2984.jpg?w=1088\", \"src\": \"https://talesofthetravelbug.files.wordpress.com/2016/02/img_2984.jpg?w=1088\", \"formatted_filename\": \"img\", \"alt_text\": \"IMG_2984\", \"original_width\": 1088, \"original_height\": 725, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://minnesota.cbslocal.com/2018/08/20/new-brighton-house-fire-dogs-rescued/\", \"unformatted_src\": \"https://minnesota.cbslocal.com/wp-content/uploads/sites/15909630/2018/08/new-brighton-fire.jpg\", \"src\": \"https://minnesota.cbslocal.com/wp-content/uploads/sites/15909630/2018/08/new-brighton-fire.jpg\", \"formatted_filename\": \"new brighton fire\", \"rendered_width\": 420, \"rendered_height\": 315, \"original_width\": 2004, \"original_height\": 1503, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://simonegallina.blogspot.com/2012/03/famous-painter-of-prehistoric-murals.html\", \"unformatted_src\": \"https://lh5.googleusercontent.com/proxy/WExIptbY4UDQvirHFf13ljYTSeTve-er8gd8tXgZZFZ0SmjBMGFL85yWBk20ICJbY5va9-ien4RfhqjTxf0y0kKkI4E7vQ5Wa8XszzIZkaACnn03qlGzNg=s0-d\", \"src\": \"https://lh5.googleusercontent.com/proxy/WExIptbY4UDQvirHFf13ljYTSeTve-er8gd8tXgZZFZ0SmjBMGFL85yWBk20ICJbY5va9-ien4RfhqjTxf0y0kKkI4E7vQ5Wa8XszzIZkaACnn03qlGzNg=s0-d\", \"formatted_filename\": \"WExIptbY UDQvirHFf ljYTSeTve er gd tXgZZFZ SmjBMGFL yWBk ICJbY va ien RfhqjTxf y kKkI E vQ Wa XszzIZkaACnn qlGzNg=s d\", \"alt_text\": \"201203201540\", \"rendered_width\": 600, \"rendered_height\": 546, \"original_width\": 600, \"original_height\": 546, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://simonegallina.blogspot.com/2012/03/famous-painter-of-prehistoric-murals.html\", \"unformatted_src\": \"https://lh5.googleusercontent.com/proxy/reE1nNETG3gDd_fBKQjCCLki947y-WOHqh0j30aEjMwo1C5Bjn6kQI3JeAOwzOEzDHS9s6swZba_BTbJYAJtp9-O5EbdZEENXn2KGpWDZ5gSwSTAfgCAbA=s0-d\", \"src\": \"https://lh5.googleusercontent.com/proxy/reE1nNETG3gDd_fBKQjCCLki947y-WOHqh0j30aEjMwo1C5Bjn6kQI3JeAOwzOEzDHS9s6swZba_BTbJYAJtp9-O5EbdZEENXn2KGpWDZ5gSwSTAfgCAbA=s0-d\", \"formatted_filename\": \"reE nNETG gDd fBKQjCCLki y WOHqh j aEjMwo C Bjn kQI JeAOwzOEzDHS s swZba BTbJYAJtp O EbdZEENXn KGpWDZ gSwSTAfgCAbA=s d\", \"alt_text\": \"201203201545\", \"rendered_width\": 600, \"rendered_height\": 410, \"original_width\": 600, \"original_height\": 410, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://simonegallina.blogspot.com/2012/03/famous-painter-of-prehistoric-murals.html\", \"unformatted_src\": \"https://lh3.googleusercontent.com/proxy/zw6rKxtBXir83rM1ef4ak_fy_eV_YXnSJl454x6iRBWLmRFr0el2iBY9fbUi5kM6JMSZJiG6Nkff2GDm6VwIhiww5bBAlWYODomclmJiUd5I2MMmHwBapbIN=s0-d\", \"src\": \"https://lh3.googleusercontent.com/proxy/zw6rKxtBXir83rM1ef4ak_fy_eV_YXnSJl454x6iRBWLmRFr0el2iBY9fbUi5kM6JMSZJiG6Nkff2GDm6VwIhiww5bBAlWYODomclmJiUd5I2MMmHwBapbIN=s0-d\", \"formatted_filename\": \"zw rKxtBXir rM ef ak fy eV YXnSJliRBWLmRFr el iBY fbUi kM JMSZJiG Nkff GDm VwIhiww bBAlWYODomclmJiUd I MMmHwBapbIN=s d\", \"alt_text\": \"201203201542-2\", \"rendered_width\": 600, \"rendered_height\": 442, \"original_width\": 600, \"original_height\": 442, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://simonegallina.blogspot.com/2012/03/famous-painter-of-prehistoric-murals.html\", \"unformatted_src\": \"https://lh3.googleusercontent.com/proxy/n86RYJqbx7oytPRRY9-qSlu-8jFyiTIrIMOyu57iV2ITq9StZmH3Yojdor7jvQRuCojX_iGWf_w_qmw80Ap_qSiot7-hYsW_KH25VfhpfJkXOe2Y5x88UuNU=s0-d\", \"src\": \"https://lh3.googleusercontent.com/proxy/n86RYJqbx7oytPRRY9-qSlu-8jFyiTIrIMOyu57iV2ITq9StZmH3Yojdor7jvQRuCojX_iGWf_w_qmw80Ap_qSiot7-hYsW_KH25VfhpfJkXOe2Y5x88UuNU=s0-d\", \"formatted_filename\": \"n RYJqbx oytPRRY qSlu jFyiTIrIMOyu iV ITq StZmH Yojdor jvQRuCojX iGWf w qmw Ap qSiot hYsW KH VfhpfJkXOe YUuNU=s d\", \"alt_text\": \"201203201542-3\", \"rendered_width\": 600, \"rendered_height\": 401, \"original_width\": 600, \"original_height\": 401, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://simonegallina.blogspot.com/2012/03/famous-painter-of-prehistoric-murals.html\", \"unformatted_src\": \"https://lh4.googleusercontent.com/proxy/ywYGhzFkMdaZZ_QK8YgU4AGuB0mSAkL0GHxf8VQEZwmX-uoFDT1p9YdEaMjRpho8hwgjgM0xnA5lKAdMfa5kY5efEGxqpDBUesfzTwjBEK2egKXnNBtjJLDn=s0-d\", \"src\": \"https://lh4.googleusercontent.com/proxy/ywYGhzFkMdaZZ_QK8YgU4AGuB0mSAkL0GHxf8VQEZwmX-uoFDT1p9YdEaMjRpho8hwgjgM0xnA5lKAdMfa5kY5efEGxqpDBUesfzTwjBEK2egKXnNBtjJLDn=s0-d\", \"formatted_filename\": \"ywYGhzFkMdaZZ QK YgU AGuB mSAkL GHxf VQEZwmX uoFDT p YdEaMjRpho hwgjgM xnA lKAdMfa kY efEGxqpDBUesfzTwjBEK egKXnNBtjJLDn=s d\", \"alt_text\": \"201203201540-1\", \"rendered_width\": 600, \"rendered_height\": 781, \"original_width\": 600, \"original_height\": 781, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.podparadise.com/Podcast/1533560948/Listen/1607614191/0\", \"unformatted_src\": \"https://is3-ssl.mzstatic.com/image/thumb/Podcasts124/v4/d4/2a/8a/d42a8aae-bbef-0505-eaa8-6b80db57100a/mza_13260582032712560114.jpg/600x600bb.jpg\", \"src\": \"https://is3-ssl.mzstatic.com/image/thumb/Podcasts124/v4/d4/2a/8a/d42a8aae-bbef-0505-eaa8-6b80db57100a/mza_13260582032712560114.jpg/600x600bb.jpg\", \"formatted_filename\": \"bb\", \"alt_text\": \"The Fact Hunter\", \"rendered_width\": 170, \"rendered_height\": 170, \"original_width\": 600, \"original_height\": 600, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://vidmid.com/news/sir-ian-mckellen-martin-freeman-and-the-lord-of-the-rings-cast-kickstart-fundraising-campaign-to-buy-author-j-r-r-tolkien-s-oxford-home?uid=226886\", \"unformatted_src\": \"upload/news/image_1607022019_96572726.jpg\", \"src\": \"https://vidmid.com/upload/news/image_1607022019_96572726.jpg\", \"formatted_filename\": \"image\", \"original_width\": 2798, \"original_height\": 1680, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://vidmid.com/news/sir-ian-mckellen-martin-freeman-and-the-lord-of-the-rings-cast-kickstart-fundraising-campaign-to-buy-author-j-r-r-tolkien-s-oxford-home?uid=226886\", \"unformatted_src\": \"upload/news/image_1607022018_86288425.jpg\", \"src\": \"https://vidmid.com/upload/news/image_1607022018_86288425.jpg\", \"formatted_filename\": \"image\", \"alt_text\": \"#RHOBH\\u2019s Erika Jayne & Tom Girardi Accused Of Embezzling Money From Plane Crash Victims\", \"original_width\": 560, \"original_height\": 425, \"format\": \"jpeg\"}, {\"document_url\": \"https://vidmid.com/news/sir-ian-mckellen-martin-freeman-and-the-lord-of-the-rings-cast-kickstart-fundraising-campaign-to-buy-author-j-r-r-tolkien-s-oxford-home?uid=226886\", \"unformatted_src\": \"upload/news/image_1607022020_15618687.jpg\", \"src\": \"https://vidmid.com/upload/news/image_1607022020_15618687.jpg\", \"formatted_filename\": \"image\", \"alt_text\": \"Dua Lipa Opens Up About The Pressures Of Being A Female In Pop Music: \\u2018We\\u2019re Met With So Much More Criticism\\u2019\", \"original_width\": 3840, \"original_height\": 2160, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://vidmid.com/news/sir-ian-mckellen-martin-freeman-and-the-lord-of-the-rings-cast-kickstart-fundraising-campaign-to-buy-author-j-r-r-tolkien-s-oxford-home?uid=226886\", \"unformatted_src\": \"upload/news/image_1611340213_9962819.jpg\", \"src\": \"https://vidmid.com/upload/news/image_1611340213_9962819.jpg\", \"formatted_filename\": \"image\", \"alt_text\": \"Its A Sin- Who Is Actor Omari Douglas? His Age, Instagram And Wiki\", \"original_width\": 452, \"original_height\": 600, \"format\": \"jpeg\"}, {\"document_url\": \"https://vidmid.com/news/sir-ian-mckellen-martin-freeman-and-the-lord-of-the-rings-cast-kickstart-fundraising-campaign-to-buy-author-j-r-r-tolkien-s-oxford-home?uid=226886\", \"unformatted_src\": \"upload/news/image_1611349240_58992742.jpeg\", \"src\": \"https://vidmid.com/upload/news/image_1611349240_58992742.jpeg\", \"formatted_filename\": \"image\", \"alt_text\": \"23 hints on 'WandaVision' that tease what's really happening on the Marvel show\", \"original_width\": 2400, \"original_height\": 1800, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.73465000_1614219269_fujifilm-x-t200-body-kit-box-champagne-gold.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.73465000_1614219269_fujifilm-x-t200-body-kit-box-champagne-gold.jpg\", \"alt_text\": \"Fujifilm X-T200 Body Champagne Gold (Kit Box, Body Only)\", \"original_width\": 600, \"original_height\": 600, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.03465600_1612495860_canon-eos-m50-mk-ii-body-kit-box-white.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.03465600_1612495860_canon-eos-m50-mk-ii-body-kit-box-white.jpg\", \"original_width\": 600, \"original_height\": 600, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.03307800_1555497126_panasonic-lumix-dc-gx9-body-silver.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.03307800_1555497126_panasonic-lumix-dc-gx9-body-silver.jpg\", \"original_width\": 534, \"original_height\": 316, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.60473500_1555497010_panasonic-lumix-dc-gx9-body-black.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.60473500_1555497010_panasonic-lumix-dc-gx9-body-black.jpg\", \"original_width\": 623, \"original_height\": 409, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/Panasonic_Lumix_DMC-GX85_Kit_20mm_II_Silver.jpg\", \"src\": \"https://www.etoren.com/upload/images/Panasonic_Lumix_DMC-GX85_Kit_20mm_II_Silver.jpg\", \"formatted_filename\": \"Panasonic Lumix DMC GX Kit mm II Silver\", \"original_width\": 400, \"original_height\": 400, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.74035000_1624130187_canon-eos-m200-twin-kit-22-15-45-white.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.74035000_1624130187_canon-eos-m200-twin-kit-22-15-45-white.jpg\", \"original_width\": 612, \"original_height\": 439, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.11915800_1610599130_fujifilm-x-t200-body-kit-box-black.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.11915800_1610599130_fujifilm-x-t200-body-kit-box-black.jpg\", \"original_width\": 600, \"original_height\": 600, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.48388800_1614219253_fujifilm-x-t200-body-kit-box-dark-silver.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.48388800_1614219253_fujifilm-x-t200-body-kit-box-dark-silver.jpg\", \"original_width\": 600, \"original_height\": 600, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.36035400_1578056340_panasonic-lumix-dmc-gh4-black-kit-box-body-only.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.36035400_1578056340_panasonic-lumix-dmc-gh4-black-kit-box-body-only.jpg\", \"original_width\": 737, \"original_height\": 493, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.28524600_1612495853_canon-eos-m50-mk-ii-body-kit-box-black.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.28524600_1612495853_canon-eos-m50-mk-ii-body-kit-box-black.jpg\", \"original_width\": 600, \"original_height\": 600, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"unformatted_src\": \"https://www.etoren.com/upload/images/0.50576300_1616029136_fujifilm-x-t200-body-dark-silver.jpg\", \"src\": \"https://www.etoren.com/upload/images/0.50576300_1616029136_fujifilm-x-t200-body-dark-silver.jpg\", \"original_width\": 600, \"original_height\": 600, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://ionigeria.com/james-webb-the-most-powerful-space-telescope-ever-built-blast-into-orbit/\", \"unformatted_src\": \"https://ionigeria.com/wp-content/uploads/2021/12/James-Webb-323x330.jpg\", \"src\": \"https://ionigeria.com/wp-content/uploads/2021/12/James-Webb-323x330.jpg\", \"formatted_filename\": \"James Webb\", \"rendered_width\": 323, \"rendered_height\": 330, \"original_width\": 323, \"original_height\": 330, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.marshfieldnewsherald.com/story/news/2019/05/02/rothschild-police-wausau-man-charged-with-owi-said-his-gum-blame-smell-alcohol/3645355002/\", \"unformatted_src\": \"https://www.gannett-cdn.com/presto/2018/10/26/PWAU/2a506b32-52f3-4269-bbc5-9a54feafe20c-WDHBrd2_09-05-2017_Herald_1_A001__2017_09_04_IMG_636397938897683883_W_1_1_0UJGPN5O_L1091358173_IMG_636397938897683883_W_1_1_0UJGPN5O.jpg?width=540&height=&fit=bounds&auto=webp\", \"src\": \"https://www.gannett-cdn.com/presto/2018/10/26/PWAU/2a506b32-52f3-4269-bbc5-9a54feafe20c-WDHBrd2_09-05-2017_Herald_1_A001__2017_09_04_IMG_636397938897683883_W_1_1_0UJGPN5O_L1091358173_IMG_636397938897683883_W_1_1_0UJGPN5O.jpg?width=540&height=&fit=bounds&auto=webp\", \"formatted_filename\": \"a b f bbc a feafe c WDHBrd Herald A IMG W UJGPN O L IMG W UJGPN O\", \"alt_text\": \"The Marathon County Courthouse\", \"rendered_width\": 540, \"original_width\": 540, \"original_height\": 405, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://brindisa.com/blogs/news/the-food-geek-guide-to-iberico-ham\", \"unformatted_src\": \"https://cdn.shopify.com/s/files/1/0025/8002/1309/files/iberico-ham-tags-01-png.png?v=1635779263\", \"src\": \"https://cdn.shopify.com/s/files/1/0025/8002/1309/files/iberico-ham-tags-01-png.png?v=1635779263\", \"formatted_filename\": \"iberico ham tags png\", \"alt_text\": \"Iberico ham tags\", \"original_width\": 796, \"original_height\": 526, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://brindisa.com/blogs/news/the-food-geek-guide-to-iberico-ham\", \"unformatted_src\": \"https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Iberico_pigs_480x480.jpg?v=1635784392\", \"src\": \"https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Iberico_pigs_480x480.jpg?v=1635784392\", \"formatted_filename\": \"Iberico pigs\", \"alt_text\": \"Iberico black pigs\", \"original_width\": 480, \"original_height\": 314, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://brindisa.com/blogs/news/the-food-geek-guide-to-iberico-ham\", \"unformatted_src\": \"https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Iberico_producer_480x480.jpg?v=1635784418\", \"src\": \"https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Iberico_producer_480x480.jpg?v=1635784418\", \"formatted_filename\": \"Iberico producer\", \"alt_text\": \"Iberico ham\", \"original_width\": 480, \"original_height\": 318, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://brindisa.com/blogs/news/the-food-geek-guide-to-iberico-ham\", \"unformatted_src\": \"https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Borough_Shop_x_11_480x480.jpg?v=1629714212\", \"src\": \"https://cdn.shopify.com/s/files/1/0025/8002/1309/files/Borough_Shop_x_11_480x480.jpg?v=1629714212\", \"formatted_filename\": \"Borough Shop x\", \"original_width\": 480, \"original_height\": 313, \"format\": \"jpeg\"}, {\"document_url\": \"https://brindisa.com/blogs/news/the-food-geek-guide-to-iberico-ham\", \"unformatted_src\": \"//cdn.shopify.com/s/files/1/0025/8002/1309/t/75/assets/popup-header-image_490x.jpg?v=143601077120798896961671709859\", \"src\": \"http://cdn.shopify.com/s/files/1/0025/8002/1309/t/75/assets/popup-header-image_490x.jpg?v=143601077120798896961671709859\", \"formatted_filename\": \"popup header image x\", \"original_width\": 490, \"original_height\": 276, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"https://healthyceleb.com/scottie-pippen-height-weight-body-statistics/54041/\", \"unformatted_src\": \"https://healthyceleb.com/wp-content/uploads/2018/10/Reid-Ewing-218x150.jpg\", \"src\": \"https://healthyceleb.com/wp-content/uploads/2018/10/Reid-Ewing-218x150.jpg\", \"formatted_filename\": \"Reid Ewing\", \"alt_text\": \"Reid Ewing\", \"rendered_width\": 218, \"rendered_height\": 150, \"original_width\": 218, \"original_height\": 150, \"format\": \"jpeg\"}, {\"document_url\": \"https://healthyceleb.com/scottie-pippen-height-weight-body-statistics/54041/\", \"unformatted_src\": \"https://healthyceleb.com/wp-content/uploads/2018/01/Andrew-McMahon-Healthy-Celeb-218x150.jpg\", \"src\": \"https://healthyceleb.com/wp-content/uploads/2018/01/Andrew-McMahon-Healthy-Celeb-218x150.jpg\", \"formatted_filename\": \"Andrew McMahon Healthy Celeb\", \"alt_text\": \"Andrew McMahon Healthy Celeb\", \"rendered_width\": 218, \"rendered_height\": 150, \"original_width\": 218, \"original_height\": 150, \"format\": \"jpeg\"}, {\"document_url\": \"https://healthyceleb.com/scottie-pippen-height-weight-body-statistics/54041/\", \"unformatted_src\": \"https://healthyceleb.com/wp-content/uploads/2015/07/Pay-Attention-To-The-Pain-218x150.jpg\", \"src\": \"https://healthyceleb.com/wp-content/uploads/2015/07/Pay-Attention-To-The-Pain-218x150.jpg\", \"formatted_filename\": \"Pay Attention To The Pain\", \"alt_text\": \"Pay Attention To The Pain\", \"rendered_width\": 218, \"rendered_height\": 150, \"original_width\": 218, \"original_height\": 150, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://worldnews.su/world/kabul-terror-attack-multiple-explosions-as-gunfire-rings-out-with-deaths-feared-world-news.html\", \"unformatted_src\": \"https://worldnews.su/wp-content/uploads/2022/06/db13846c370fcf02fadf1c37d160d76c.jpg\", \"src\": \"https://worldnews.su/wp-content/uploads/2022/06/db13846c370fcf02fadf1c37d160d76c.jpg\", \"formatted_filename\": \"db c fcf fadf c d d c\", \"alt_text\": \"Kabul terror attack: Multiple explosions as gunfire rings out with deaths feared \\u2013 World News\", \"original_width\": 500, \"original_height\": 262, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://observer.com/2022/05/what-will-elon-musk-do-with-twitter-here-is-a-6-point-guide/\", \"unformatted_src\": \"https://observer.com/wp-content/uploads/sites/2/2022/05/GettyImages-1240311308.jpg?quality=80&w=970&strip\", \"src\": \"https://observer.com/wp-content/uploads/sites/2/2022/05/GettyImages-1240311308.jpg?quality=80&w=970&strip\", \"formatted_filename\": \"GettyImages\", \"alt_text\": \"What Will Elon Musk Do With Twitter? Here is a 6-Point Guide\", \"original_width\": 970, \"original_height\": 614, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://www.zwillgen.com/law-enforcement/court-decision-rules-geofence-warrant-violates-fourth-amendment/\", \"unformatted_src\": \"https://www.zwillgen.com/wp-content/uploads/2022/05/AdobeStock_394300808-960x540.jpeg\", \"src\": \"https://www.zwillgen.com/wp-content/uploads/2022/05/AdobeStock_394300808-960x540.jpeg\", \"formatted_filename\": \"AdobeStock\", \"rendered_width\": 960, \"rendered_height\": 540, \"original_width\": 960, \"original_height\": 540, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.idropnews.com/news/beats-releases-ultra-affordable-new-50-beats-flex-wireless-earbuds/145050/\", \"unformatted_src\": \"http://cdn.idropnews.com/wp-content/uploads/2018/04/23075239/Rainbow-iPhone-Wallpaper1-729x480.jpg\", \"src\": \"http://cdn.idropnews.com/wp-content/uploads/2018/04/23075239/Rainbow-iPhone-Wallpaper1-729x480.jpg\", \"formatted_filename\": \"Rainbow iPhone Wallpaper\", \"alt_text\": \"Rainbow Iphone Wallpaper1\", \"rendered_width\": 729, \"rendered_height\": 480, \"original_width\": 729, \"original_height\": 480, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/L9fFDwAAQBAJ?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/L9fFDwAAQBAJ?fife=w200-h370\", \"alt_text\": \"The Love Song of J. Alfred Prufrock\", \"original_width\": 231, \"original_height\": 370, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/HEuKDgAAQBAJ?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/HEuKDgAAQBAJ?fife=w200-h370\", \"alt_text\": \"The Waste Land, Prufrock, and Other Poems\", \"original_width\": 231, \"original_height\": 370, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/QhlZEAAAQBAJ?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/QhlZEAAAQBAJ?fife=w200-h370\", \"alt_text\": \"The Waste Land\", \"original_width\": 231, \"original_height\": 370, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/YmRmEAAAQBAJ?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/YmRmEAAAQBAJ?fife=w200-h370\", \"alt_text\": \"A Detailed Explication of T. S. Eliot's The Love Song of J. Alfred Prufrock\", \"original_width\": 264, \"original_height\": 370, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/yLwlneqlacQC?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/yLwlneqlacQC?fife=w200-h370\", \"alt_text\": \"T S Eliot, The Waste Land and Prufrock\", \"original_width\": 286, \"original_height\": 370, \"format\": \"jpeg\"}, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/N26meWqmtZsC?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/N26meWqmtZsC?fife=w200-h370\", \"alt_text\": \"T.S. Eliot\", \"original_width\": 225, \"original_height\": 370, \"format\": \"jpeg\"}, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/TovHHlg84_cC?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/TovHHlg84_cC?fife=w200-h370\", \"alt_text\": \"Aestheticism & Modernism\", \"original_width\": 287, \"original_height\": 370, \"format\": \"jpeg\"}, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/B22dDwAAQBAJ?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/B22dDwAAQBAJ?fife=w200-h370\", \"alt_text\": \"A Study Guide for T. S. Eliot\\u2019s \\u201cThe Love Song of J. Alfred Prufrock\\u201d\", \"original_width\": 206, \"original_height\": 370, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/ql6qCgAAQBAJ?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/ql6qCgAAQBAJ?fife=w200-h370\", \"alt_text\": \"A Study Guide for T. S. Eliot's The Love Song of J. Alfred Prufrock\", \"original_width\": 219, \"original_height\": 370, \"format\": \"jpeg\"}, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/ijxIDwAAQBAJ?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/ijxIDwAAQBAJ?fife=w200-h370\", \"alt_text\": \"The Poems of T. S. Eliot: Volume I\", \"original_width\": 247, \"original_height\": 370, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/XRM9C5VWH-AC?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/XRM9C5VWH-AC?fife=w200-h370\", \"alt_text\": \"T.S. Eliot\", \"original_width\": 235, \"original_height\": 370, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"unformatted_src\": \"https://books.google.com/books/content/images/frontcover/wshdEAAAQBAJ?fife=w200-h370\", \"src\": \"https://books.google.com/books/content/images/frontcover/wshdEAAAQBAJ?fife=w200-h370\", \"alt_text\": \"UPTET English for Class VI-VIII (Upper Primary Level) Teacher\", \"original_width\": 244, \"original_height\": 370, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"https://kitchen-repair.info/daftar-film-mae-pong-38/\", \"unformatted_src\": \"https://maestrofilm.files.wordpress.com/2014/10/american-psycho-2000.jpg?w\\\\u003d535\\\\u0026h\\\\u003d754\", \"src\": \"https://maestrofilm.files.wordpress.com/2014/10/american-psycho-2000.jpg?w\\\\u003d535\\\\u0026h\\\\u003d754\", \"formatted_filename\": \"american psycho\", \"original_width\": 757, \"original_height\": 1067, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.austinchronicle.com/news/2008-06-27/640116/\", \"unformatted_src\": \"/imager/b/newfeature/640116/d119/pols_develop1-1.jpg\", \"src\": \"https://www.austinchronicle.com/imager/b/newfeature/640116/d119/pols_develop1-1.jpg\", \"formatted_filename\": \"pols develop\", \"alt_text\": \"In the sparkling City of Brotherly Love, an outspoken coalition is successfully championing good design and planning.\", \"original_width\": 320, \"original_height\": 208, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.fame10.com/trending-news/will-smith-and-jada-pinkett-smith-slam-divorce-rumors/\", \"unformatted_src\": \"https://cdn.fame10.com/eyJidWNrZXQiOiJwdWItc3RvcmFnZSIsImtleSI6ImZhbWUxMC93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOC8wODA2MzcwNS5qcGciLCJlZGl0cyI6eyJ3ZWJwIjp7InF1YWxpdHkiOjgwfSwicmVzaXplIjp7ImZpdCI6ImNvdmVyIiwiYmFja2dyb3VuZCI6eyJyIjowLCJnIjowLCJiIjowLCJhbHBoYSI6MX0sIndpZHRoIjo4OTUsImhlaWdodCI6NDgwLCJwb3NpdGlvbiI6InRvcCJ9fX0=\", \"src\": \"https://cdn.fame10.com/eyJidWNrZXQiOiJwdWItc3RvcmFnZSIsImtleSI6ImZhbWUxMC93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOC8wODA2MzcwNS5qcGciLCJlZGl0cyI6eyJ3ZWJwIjp7InF1YWxpdHkiOjgwfSwicmVzaXplIjp7ImZpdCI6ImNvdmVyIiwiYmFja2dyb3VuZCI6eyJyIjowLCJnIjowLCJiIjowLCJhbHBoYSI6MX0sIndpZHRoIjo4OTUsImhlaWdodCI6NDgwLCJwb3NpdGlvbiI6InRvcCJ9fX0=\", \"formatted_filename\": \"eyJidWNrZXQiOiJwdWItc RvcmFnZSIsImtleSI ImZhbWUxMC cC jb ZW L VwbG hZHMvMjAxNS wOC wODA MzcwNS qcGciLCJlZGl cyI eyJ ZWJwIjp InF YWxpdHkiOjgwfSwicmVzaXplIjp ImZpdCI ImNvdmVyIiwiYmFja dyb VuZCI eyJyIjowLCJnIjowLCJiIjowLCJhbHBoYSI MX sIndpZHRoIjo OTUsImhlaWdodCI NDgwLCJwb NpdGlvbiI InRvcCJ fX =\", \"rendered_width\": 895, \"rendered_height\": 480, \"original_width\": 895, \"original_height\": 480, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://ednews.net/en/news/politics/440902-iran-embassy-ill-wishers-trying-to-disrupt-relations-between-tehran-baku\", \"unformatted_src\": \"https://img.ednews.net/news/2020/10/photo_440902.jpg\", \"src\": \"https://img.ednews.net/news/2020/10/photo_440902.jpg\", \"formatted_filename\": \"photo\", \"original_width\": 400, \"original_height\": 400, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.hopefornigeriaonline.com/category/africa/page/17/\", \"unformatted_src\": \"https://www.hopefornigeriaonline.com/wp-content/uploads/2013/06/south-african-police.jpeg\", \"src\": \"https://www.hopefornigeriaonline.com/wp-content/uploads/2013/06/south-african-police.jpeg\", \"formatted_filename\": \"south african police\", \"alt_text\": \"south-african-police\", \"rendered_width\": 400, \"rendered_height\": 250, \"original_width\": 400, \"original_height\": 250, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.hopefornigeriaonline.com/category/africa/page/17/\", \"unformatted_src\": \"https://www.hopefornigeriaonline.com/wp-content/uploads/2013/05/olugbenga_ashiru-460x261.jpg\", \"src\": \"https://www.hopefornigeriaonline.com/wp-content/uploads/2013/05/olugbenga_ashiru-460x261.jpg\", \"formatted_filename\": \"olugbenga ashiru\", \"alt_text\": \"olugbenga_ashiru\", \"rendered_width\": 460, \"rendered_height\": 261, \"original_width\": 460, \"original_height\": 261, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.hopefornigeriaonline.com/category/africa/page/17/\", \"unformatted_src\": \"https://www.hopefornigeriaonline.com/wp-content/uploads/2013/05/desmond_tutu-460x261.jpg\", \"src\": \"https://www.hopefornigeriaonline.com/wp-content/uploads/2013/05/desmond_tutu-460x261.jpg\", \"formatted_filename\": \"desmond tutu\", \"alt_text\": \"desmond_tutu\", \"rendered_width\": 460, \"rendered_height\": 261, \"original_width\": 460, \"original_height\": 261, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://cmeindia.in/covid-19-3rd-wave-experience-in-india-a-survey-of-5971-adults/\", \"unformatted_src\": \"https://cmeindia.in/wp-content/uploads/2022/04/3rd-wave-study-cme-india-1080x675.jpg\", \"src\": \"https://cmeindia.in/wp-content/uploads/2022/04/3rd-wave-study-cme-india-1080x675.jpg\", \"formatted_filename\": \"rd wave study cme india\", \"alt_text\": \"COVID-19 Third Wave Experience in India, A Survey of 5971 Adults\", \"rendered_width\": 1080, \"rendered_height\": 675, \"original_width\": 1080, \"original_height\": 675, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.sitra.fi/en/blogs/moving-boldly-towards-participatory-foresight/\", \"unformatted_src\": \"https://media.sitra.fi/2015/12/24010343/saa2273.jpg\", \"src\": \"https://media.sitra.fi/2015/12/24010343/saa2273.jpg\", \"formatted_filename\": \"saa\", \"alt_text\": \"_saa2273-jpg\", \"original_width\": 640, \"original_height\": 427, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://suesspiciousminds.com/2013/05/14/four-minute-warning-or-last-night-the-plans-for-a-future-war-was-all-i-saw-on-channel-four/\", \"unformatted_src\": \"https://suesspiciousminds.files.wordpress.com/2013/05/countach-yellow-hanna-big.jpg?w=610&h=411\", \"src\": \"https://suesspiciousminds.files.wordpress.com/2013/05/countach-yellow-hanna-big.jpg?w=610&h=411\", \"formatted_filename\": \"countach yellow hanna big\", \"alt_text\": \"Brrrrrrrrmmmm\", \"rendered_width\": 610, \"rendered_height\": 411, \"original_width\": 610, \"original_height\": 411, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://suesspiciousminds.com/2013/05/14/four-minute-warning-or-last-night-the-plans-for-a-future-war-was-all-i-saw-on-channel-four/\", \"unformatted_src\": \"https://suesspiciousminds.files.wordpress.com/2013/05/wilma.jpg?w=610&h=688\", \"src\": \"https://suesspiciousminds.files.wordpress.com/2013/05/wilma.jpg?w=610&h=688\", \"formatted_filename\": \"wilma\", \"alt_text\": \"Not quite enough frosted lipgloss in this one\", \"rendered_width\": 610, \"rendered_height\": 688, \"original_width\": 610, \"original_height\": 688, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.exquisitecoasts.com/spectacular-coastal-drives.html\", \"unformatted_src\": \"https://www.exquisitecoasts.com/images/road-dingle-wild-atlantic-way-ireland.jpg\", \"src\": \"https://www.exquisitecoasts.com/images/road-dingle-wild-atlantic-way-ireland.jpg\", \"formatted_filename\": \"road dingle wild atlantic way ireland\", \"alt_text\": \"Wild Atlantic Way\", \"rendered_width\": 1280, \"rendered_height\": 854, \"original_width\": 1280, \"original_height\": 854, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.exquisitecoasts.com/spectacular-coastal-drives.html\", \"unformatted_src\": \"https://www.exquisitecoasts.com/images/werner22brigitte-great-coastal-drives-big-sur-pixa.jpg\", \"src\": \"https://www.exquisitecoasts.com/images/werner22brigitte-great-coastal-drives-big-sur-pixa.jpg\", \"formatted_filename\": \"werner brigitte great coastal drives big sur pixa\", \"alt_text\": \"Coastal Drives\", \"rendered_width\": 1280, \"rendered_height\": 853, \"original_width\": 1280, \"original_height\": 853, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://petebowes.com/2011/01/02/china-the-first-night/\", \"unformatted_src\": \"https://peterbowes.files.wordpress.com/2011/01/china-girl.jpg?w=229\", \"src\": \"https://peterbowes.files.wordpress.com/2011/01/china-girl.jpg?w=229\", \"formatted_filename\": \"china girl\", \"rendered_width\": 229, \"rendered_height\": 300, \"original_width\": 229, \"original_height\": 300, \"format\": \"jpeg\"}, {\"document_url\": \"https://petebowes.com/2011/01/02/china-the-first-night/\", \"unformatted_src\": \"https://kurungabaa.files.wordpress.com/2010/03/kowloon.jpg?w=228&h=300\", \"src\": \"https://kurungabaa.files.wordpress.com/2010/03/kowloon.jpg?w=228&h=300\", \"formatted_filename\": \"kowloon\", \"rendered_width\": 228, \"rendered_height\": 300, \"original_width\": 228, \"original_height\": 299, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://bluemonsterprep.com/blogs/news/hawaii-races-to-secure-power-plant-threatened-by-lava-flows\", \"unformatted_src\": \"https://ichef.bbci.co.uk/news/624/cpsprodpb/5224/production/_101682012_usgs1.jpg\", \"src\": \"https://ichef.bbci.co.uk/news/624/cpsprodpb/5224/production/_101682012_usgs1.jpg\", \"formatted_filename\": \"usgs\", \"original_width\": 624, \"original_height\": 351, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"unformatted_src\": \"http://archiveislam.com/wp-content/uploads/2013/01/muslim-snow-patrol.jpg\", \"src\": \"http://archiveislam.com/wp-content/uploads/2013/01/muslim-snow-patrol.jpg\", \"formatted_filename\": \"muslim snow patrol\", \"rendered_width\": 624, \"rendered_height\": 350, \"original_width\": 624, \"original_height\": 350, \"format\": \"jpeg\"}, null, {\"document_url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"unformatted_src\": \"http://archiveislam.com/wp-content/uploads/2013/01/muslim-neighbour.jpg\", \"src\": \"http://archiveislam.com/wp-content/uploads/2013/01/muslim-neighbour.jpg\", \"formatted_filename\": \"muslim neighbour\", \"alt_text\": \"muslim-neighbour\", \"rendered_width\": 624, \"rendered_height\": 468, \"original_width\": 624, \"original_height\": 468, \"format\": \"jpeg\"}, {\"document_url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"unformatted_src\": \"http://archiveislam.com/wp-content/uploads/2013/01/muslim-stockton.jpg\", \"src\": \"http://archiveislam.com/wp-content/uploads/2013/01/muslim-stockton.jpg\", \"formatted_filename\": \"muslim stockton\", \"alt_text\": \"muslim-stockton\", \"rendered_width\": 624, \"rendered_height\": 466, \"original_width\": 624, \"original_height\": 466, \"format\": \"jpeg\"}, {\"document_url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"unformatted_src\": \"http://archiveislam.com/wp-content/uploads/2013/01/muslim-berkshire.jpg\", \"src\": \"http://archiveislam.com/wp-content/uploads/2013/01/muslim-berkshire.jpg\", \"formatted_filename\": \"muslim berkshire\", \"alt_text\": \"muslim-berkshire\", \"rendered_width\": 624, \"rendered_height\": 458, \"original_width\": 624, \"original_height\": 458, \"format\": \"jpeg\"}, {\"document_url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"unformatted_src\": \"http://archiveislam.com/wp-content/uploads/2013/01/harvard-university-quran.jpg\", \"src\": \"http://archiveislam.com/wp-content/uploads/2013/01/harvard-university-quran.jpg\", \"formatted_filename\": \"harvard university quran\", \"rendered_width\": 520, \"rendered_height\": 333, \"original_width\": 624, \"original_height\": 400, \"format\": \"jpeg\"}, {\"document_url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"unformatted_src\": \"http://archiveislam.com/wp-content/uploads/2013/08/eid-google.jpg\", \"src\": \"http://archiveislam.com/wp-content/uploads/2013/08/eid-google.jpg\", \"formatted_filename\": \"eid google\", \"rendered_width\": 520, \"rendered_height\": 347, \"original_width\": 600, \"original_height\": 400, \"format\": \"jpeg\"}, {\"document_url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"unformatted_src\": \"http://archiveislam.com/wp-content/uploads/2014/05/islam-on-media.jpg\", \"src\": \"http://archiveislam.com/wp-content/uploads/2014/05/islam-on-media.jpg\", \"formatted_filename\": \"islam on media\", \"rendered_width\": 520, \"rendered_height\": 282, \"original_width\": 600, \"original_height\": 325, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"https://thegatorseye.com/3188/news/muslims-in-detainment-a-look-into-chinas-camps/?print=true\", \"unformatted_src\": \"https://thegatorseye.com/wp-content/uploads/2020/01/My-Post-1-2-900x675.jpg\", \"src\": \"https://thegatorseye.com/wp-content/uploads/2020/01/My-Post-1-2-900x675.jpg\", \"formatted_filename\": \"My Post\", \"original_width\": 900, \"original_height\": 675, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://jewishnews.timesofisrael.com/video-project-twinning-shoah-survivor-with-celebs-wins-two-awards/\", \"unformatted_src\": \"https://static.timesofisrael.com/jewishndev/uploads/2021/04/AN4T7158-640x400.jpg\", \"src\": \"https://static.timesofisrael.com/jewishndev/uploads/2021/04/AN4T7158-640x400.jpg\", \"formatted_filename\": \"AN T\", \"alt_text\": \"Eyal Booker with Mala Tribich\", \"rendered_width\": 600, \"rendered_height\": 375, \"original_width\": 640, \"original_height\": 400, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.rowadventures.com/specialist/malcolm-reed\", \"unformatted_src\": \"https://www.rowadventures.com/sites/rowadventures.com/files/styles/award/public/profile/Malcolm-Reed.jpg?itok=tUpXNECx\", \"src\": \"https://www.rowadventures.com/sites/rowadventures.com/files/styles/award/public/profile/Malcolm-Reed.jpg?itok=tUpXNECx\", \"formatted_filename\": \"Malcolm Reed\", \"alt_text\": \"male river guide with hat and blue pfd\", \"rendered_width\": 500, \"rendered_height\": 750, \"original_width\": 500, \"original_height\": 750, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://theshelfofunreadbooks.wordpress.com/2019/02/03/reviewthe-library-book-by-susan-orlean/\", \"unformatted_src\": \"https://theshelfofunreadbooks.files.wordpress.com/2019/02/43217645.jpg?w=199&h=300\", \"src\": \"https://theshelfofunreadbooks.files.wordpress.com/2019/02/43217645.jpg?w=199&h=300\", \"alt_text\": \"43217645\", \"rendered_width\": 199, \"rendered_height\": 300, \"original_width\": 199, \"original_height\": 300, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://energy.agwired.com/2010/10/07/wasted-food-wasted-energy/\", \"unformatted_src\": \"http://energy.agwired.com/wp-content/uploads/sites/11/2010/10/FoodWaste-239x300.jpg\", \"src\": \"http://energy.agwired.com/wp-content/uploads/sites/11/2010/10/FoodWaste-239x300.jpg\", \"formatted_filename\": \"FoodWaste\", \"rendered_width\": 200, \"rendered_height\": 250, \"original_width\": 239, \"original_height\": 300, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.uscleiden.com/news/2021/05/14/beat-the-microbead/\", \"unformatted_src\": \"https://usc-images.s3.amazonaws.com/cache/microplastics-scaled-1024x512.0867de41.jpg\", \"src\": \"https://usc-images.s3.amazonaws.com/cache/microplastics-scaled-1024x512.0867de41.jpg\", \"formatted_filename\": \"microplastics scaled\", \"alt_text\": \"Beat the Microbead\", \"original_width\": 760, \"original_height\": 380, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://bedandbicycle.com/is-this-cool-idea-with-butterfly-doorways-the-subsequent-mazda-miata.html\", \"unformatted_src\": \"https://speedhunters-wp-production.s3.amazonaws.com/wp-content/uploads/2022/09/23051515/2022-BMW-M1-Procar-Speedhunters-by-Paddy-McGrath-14.jpg\", \"src\": \"https://speedhunters-wp-production.s3.amazonaws.com/wp-content/uploads/2022/09/23051515/2022-BMW-M1-Procar-Speedhunters-by-Paddy-McGrath-14.jpg\", \"formatted_filename\": \"BMW M Procar Speedhunters by Paddy McGrath\", \"rendered_width\": 300, \"rendered_height\": 300, \"original_width\": 1920, \"original_height\": 1281, \"format\": \"jpeg\"}, {\"document_url\": \"https://bedandbicycle.com/is-this-cool-idea-with-butterfly-doorways-the-subsequent-mazda-miata.html\", \"unformatted_src\": \"https://images.hgmsites.net/hug/porsche-911-carrera_100864745_h.jpg\", \"src\": \"https://images.hgmsites.net/hug/porsche-911-carrera_100864745_h.jpg\", \"formatted_filename\": \"porsche carrera h\", \"rendered_width\": 300, \"rendered_height\": 300, \"original_width\": 1919, \"original_height\": 1280, \"format\": \"jpeg\"}, {\"document_url\": \"https://bedandbicycle.com/is-this-cool-idea-with-butterfly-doorways-the-subsequent-mazda-miata.html\", \"unformatted_src\": \"https://eoouae45rgb.exactdn.com/2022/11/Ferrari-Enzo@660x550.jpg\", \"src\": \"https://eoouae45rgb.exactdn.com/2022/11/Ferrari-Enzo@660x550.jpg\", \"formatted_filename\": \"Ferrari Enzo@\", \"rendered_width\": 300, \"rendered_height\": 300, \"original_width\": 660, \"original_height\": 550, \"format\": \"jpeg\"}, {\"document_url\": \"https://bedandbicycle.com/is-this-cool-idea-with-butterfly-doorways-the-subsequent-mazda-miata.html\", \"unformatted_src\": \"https://www.cycleworld.com/resizer/_0t6YxopDQQGqeJxRGW53fRMtPM=/979x734/filters:focal(611x370:621x380)/cloudfront-us-east-1.images.arcpublishing.com/octane/LYYNTZFGVFE3BF5KEA2A5IKOWU.jpg\", \"src\": \"https://www.cycleworld.com/resizer/_0t6YxopDQQGqeJxRGW53fRMtPM=/979x734/filters:focal(611x370:621x380)/cloudfront-us-east-1.images.arcpublishing.com/octane/LYYNTZFGVFE3BF5KEA2A5IKOWU.jpg\", \"formatted_filename\": \"LYYNTZFGVFE BF KEA A IKOWU\", \"rendered_width\": 300, \"rendered_height\": 300, \"original_width\": 979, \"original_height\": 734, \"format\": \"jpeg\"}, {\"document_url\": \"https://bedandbicycle.com/is-this-cool-idea-with-butterfly-doorways-the-subsequent-mazda-miata.html\", \"unformatted_src\": \"https://www.jazzituptruckandauto.com/wp-content/uploads/blog-jeep-lights.jpg\", \"src\": \"https://www.jazzituptruckandauto.com/wp-content/uploads/blog-jeep-lights.jpg\", \"formatted_filename\": \"blog jeep lights\", \"rendered_width\": 300, \"rendered_height\": 300, \"original_width\": 800, \"original_height\": 533, \"format\": \"jpeg\"}, {\"document_url\": \"https://bedandbicycle.com/is-this-cool-idea-with-butterfly-doorways-the-subsequent-mazda-miata.html\", \"unformatted_src\": \"https://gtspirit.com/wp-content/uploads/2022/11/Porsche-911-T-9.jpeg\", \"src\": \"https://gtspirit.com/wp-content/uploads/2022/11/Porsche-911-T-9.jpeg\", \"formatted_filename\": \"Porsche T\", \"rendered_width\": 300, \"rendered_height\": 300, \"original_width\": 1920, \"original_height\": 1080, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"https://www.greatfallstribune.com/story/opinion/tribune-editorials/2016/06/10/montana-gets-manufacturing-tax-fairness/85722960/\", \"unformatted_src\": \"https://www.gannett-cdn.com/-mm-/79abbaf0ccd99c1f0900f67a1a81ac796b72eea0/c=0-60-481-421/local/-/media/2016/06/10/GreatFalls/B9322505464Z.1_20160610193632_000_GVRELDNGA.1-0.jpg?width=534&height=401&fit=crop\", \"src\": \"https://www.gannett-cdn.com/-mm-/79abbaf0ccd99c1f0900f67a1a81ac796b72eea0/c=0-60-481-421/local/-/media/2016/06/10/GreatFalls/B9322505464Z.1_20160610193632_000_GVRELDNGA.1-0.jpg?width=534&height=401&fit=crop\", \"formatted_filename\": \"B Z\", \"alt_text\": \"The Edge for online\", \"original_width\": 534, \"original_height\": 401, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.greatfallstribune.com/story/opinion/tribune-editorials/2016/06/10/montana-gets-manufacturing-tax-fairness/85722960/\", \"unformatted_src\": \"https://www.gannett-cdn.com/-mm-/22658ce5382b8f1b91e260836070d67069159f86/c=51-0-1104-792/local/-/media/2016/06/10/GreatFalls/B9322505464Z.1_20160610193632_000_GVRELE079.1-0.jpg?width=540&height=405&fit=crop\", \"src\": \"https://www.gannett-cdn.com/-mm-/22658ce5382b8f1b91e260836070d67069159f86/c=51-0-1104-792/local/-/media/2016/06/10/GreatFalls/B9322505464Z.1_20160610193632_000_GVRELE079.1-0.jpg?width=540&height=405&fit=crop\", \"formatted_filename\": \"B Z\", \"alt_text\": \"Ball State center studied the states\\u2019 economic progress\", \"rendered_width\": 540, \"original_width\": 540, \"original_height\": 405, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://thenextweb.com/media/2011/11/08/last-fm-reached-the-60-billion-scrobble-landmark-with-lady-gaga/\", \"unformatted_src\": \"https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2011/11/Lady-Gaga-Judas.jpg\", \"src\": \"https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2011/11/Lady-Gaga-Judas.jpg\", \"formatted_filename\": \"Lady Gaga Judas\", \"alt_text\": \"Last.fm Reached the 60 Billion Scrobble Landmark with Lady Gaga\", \"original_width\": 620, \"original_height\": 620, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.fingerlakes1.com/2021/03/07/sabres-lose-seventh-straight-with-5-2-loss-to-islanders/\", \"unformatted_src\": \"https://pbs.twimg.com/media/Ev5nFlYWYAA5SYk?format=jpg&name=large\", \"src\": \"https://pbs.twimg.com/media/Ev5nFlYWYAA5SYk?format=jpg&name=large\", \"rendered_width\": 900, \"rendered_height\": 504, \"original_width\": 1528, \"original_height\": 856, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://movizark.com/2018/10/29/el-tonto-ray-liotta-adrien-brody-travis-fimmel-ken-jeong-join-charlie-days-film/\", \"unformatted_src\": \"https://movizark.files.wordpress.com/2018/09/charlie-day-0de987d60e62889d.jpg?w=300&h=210\", \"src\": \"https://movizark.files.wordpress.com/2018/09/charlie-day-0de987d60e62889d.jpg?w=300&h=210\", \"formatted_filename\": \"charlie day de d e d\", \"rendered_width\": 300, \"rendered_height\": 210, \"original_width\": 300, \"original_height\": 210, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://paradigmshyft.com/2022/02/27/totalitarianism-authoritarianism-and-fascism-what-is-the-difference/\", \"unformatted_src\": \"https://paradigmshyft495213390.files.wordpress.com/2022/02/dictator2-1.jpg?w=1120\", \"src\": \"https://paradigmshyft495213390.files.wordpress.com/2022/02/dictator2-1.jpg?w=1120\", \"formatted_filename\": \"dictator\", \"rendered_width\": 1120, \"rendered_height\": 728, \"original_width\": 1120, \"original_height\": 728, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.rte.ie/news/2019/1201/1096265-smith-isis-home-turkey/\", \"unformatted_src\": \"https://img.rasset.ie/0011ba1b-614.jpg?ratio=1.78\", \"src\": \"https://img.rasset.ie/0011ba1b-614.jpg?ratio=1.78\", \"formatted_filename\": \"ba b\", \"original_width\": 614, \"original_height\": 345, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.rte.ie/news/2019/1201/1096265-smith-isis-home-turkey/\", \"unformatted_src\": \"https://img.rasset.ie/0013280f-614.jpg?ratio=1.02\", \"src\": \"https://img.rasset.ie/0013280f-614.jpg?ratio=1.02\", \"original_width\": 614, \"original_height\": 605, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"http://www.cmt.com/news/1490421/bluegrass-legend-charlie-waller-dead-at-69/\", \"unformatted_src\": \"http://cmt.mtvnimages.com/uri/mgid:uma:image:cmt.com:1647334?quality=0.8&format=jpg&height=495&width=660\", \"src\": \"http://cmt.mtvnimages.com/uri/mgid:uma:image:cmt.com:1647334?quality=0.8&format=jpg&height=495&width=660\", \"formatted_filename\": \"mgid:uma:image:cmt\", \"original_width\": 660, \"original_height\": 495, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://caribbeantales-worldwide.com/a-hand-full-of-anticipation-for-the-caribbeantales-2011-film-festival/\", \"unformatted_src\": \"https://lh6.googleusercontent.com/-8G4ILMarj-M/TW7iTejGbsI/AAAAAAAACbg/jw9pauDtIKo/s400/hand_full_of_dirt-1.jpg\", \"src\": \"https://lh6.googleusercontent.com/-8G4ILMarj-M/TW7iTejGbsI/AAAAAAAACbg/jw9pauDtIKo/s400/hand_full_of_dirt-1.jpg\", \"formatted_filename\": \"hand full of dirt\", \"rendered_width\": 400, \"rendered_height\": 285, \"original_width\": 400, \"original_height\": 285, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.knollwood.ca/blog/what-do-deacons-do\", \"unformatted_src\": \"https://dq5pwpg1q8ru0.cloudfront.net/2020/11/10/15/06/49/b5799939-68ea-49c0-ab38-5cbb3738a03f/lightstock_78933_small_nathan_klahsen.jpg\", \"src\": \"https://dq5pwpg1q8ru0.cloudfront.net/2020/11/10/15/06/49/b5799939-68ea-49c0-ab38-5cbb3738a03f/lightstock_78933_small_nathan_klahsen.jpg\", \"formatted_filename\": \"lightstock small nathan klahsen\", \"alt_text\": \"Slideshow image\", \"original_width\": 1176, \"original_height\": 784, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://silverchips.mbhs.edu/content/nba-award-predictions-31146/\", \"unformatted_src\": \"/uploads/images/2018/08/01/21712.jpg\", \"src\": \"https://silverchips.mbhs.edu/uploads/images/2018/08/01/21712.jpg\", \"original_width\": 770, \"original_height\": 433, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://realdealtheatre.webs.com/press.htm\", \"unformatted_src\": \"http://realdealtheatre.webs.com/WestEnd%20Xtra%201.jpg\", \"src\": \"http://realdealtheatre.webs.com/WestEnd%20Xtra%201.jpg\", \"formatted_filename\": \"WestEnd Xtra\", \"rendered_width\": 372, \"rendered_height\": 543, \"original_width\": 800, \"original_height\": 1166, \"format\": \"jpeg\"}, {\"document_url\": \"https://realdealtheatre.webs.com/press.htm\", \"unformatted_src\": \"http://realdealtheatre.webs.com/West%20End%20Extra%20Sitcom%20Saturday.jpg\", \"src\": \"http://realdealtheatre.webs.com/West%20End%20Extra%20Sitcom%20Saturday.jpg\", \"formatted_filename\": \"West End Extra Sitcom Saturday\", \"original_width\": 800, \"original_height\": 1223, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.parkablogs.com/content/book-review-daisuke-moriyama-art-works-chronicle\", \"unformatted_src\": \"https://images-na.ssl-images-amazon.com/images/I/81Lz+z3qpkL.jpg\", \"src\": \"https://images-na.ssl-images-amazon.com/images/I/81Lz+z3qpkL.jpg\", \"formatted_filename\": \"Lz z qpkL\", \"rendered_width\": 160, \"original_width\": 1200, \"original_height\": 1700, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.ungeek.ph/2016/10/inspiring-watch-dwayne-the-rock-johnson-react-on-his-very-first-wwe-match/\", \"unformatted_src\": \"https://www.ungeek.ph/wp-content/uploads/2016/10/Rock-Reacts.jpg\", \"src\": \"https://www.ungeek.ph/wp-content/uploads/2016/10/Rock-Reacts.jpg\", \"formatted_filename\": \"Rock Reacts\", \"rendered_width\": 696, \"rendered_height\": 379, \"original_width\": 822, \"original_height\": 448, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.ungeek.ph/2016/10/inspiring-watch-dwayne-the-rock-johnson-react-on-his-very-first-wwe-match/\", \"unformatted_src\": \"https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock2-1024x576.jpg\", \"src\": \"https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock2-1024x576.jpg\", \"formatted_filename\": \"The Rock\", \"alt_text\": \"the-rock2\", \"rendered_width\": 838, \"rendered_height\": 471, \"original_width\": 1024, \"original_height\": 576, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.ungeek.ph/2016/10/inspiring-watch-dwayne-the-rock-johnson-react-on-his-very-first-wwe-match/\", \"unformatted_src\": \"https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock-cross-1024x576.jpg\", \"src\": \"https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock-cross-1024x576.jpg\", \"formatted_filename\": \"The Rock cross\", \"alt_text\": \"the-rock-cross\", \"rendered_width\": 838, \"rendered_height\": 471, \"original_width\": 1024, \"original_height\": 576, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.ungeek.ph/2016/10/inspiring-watch-dwayne-the-rock-johnson-react-on-his-very-first-wwe-match/\", \"unformatted_src\": \"https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock-fanny-658x1024.jpg\", \"src\": \"https://www.ungeek.ph/wp-content/uploads/2016/10/The-Rock-fanny-658x1024.jpg\", \"formatted_filename\": \"The Rock fanny\", \"alt_text\": \"the-rock-fanny\", \"rendered_width\": 658, \"rendered_height\": 1024, \"original_width\": 658, \"original_height\": 1024, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://holaamericanews.com/to-my-bros-me-too-the-womens-march-and-my-birthday/\", \"unformatted_src\": \"https://holaamericanews.com/wp-content/uploads/2018/01/optimized-to-my-bros-696x522.jpg\", \"src\": \"https://holaamericanews.com/wp-content/uploads/2018/01/optimized-to-my-bros-696x522.jpg\", \"formatted_filename\": \"optimized to my bros\", \"rendered_width\": 696, \"rendered_height\": 522, \"original_width\": 696, \"original_height\": 522, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://holaamericanews.com/to-my-bros-me-too-the-womens-march-and-my-birthday/\", \"unformatted_src\": \"https://holaamericanews.com/wp-content/uploads/2018/01/Carmona-1-150x150.jpg\", \"src\": \"https://holaamericanews.com/wp-content/uploads/2018/01/Carmona-1-150x150.jpg\", \"formatted_filename\": \"Carmona\", \"alt_text\": \"Carmona 1\", \"rendered_width\": 150, \"rendered_height\": 150, \"original_width\": 150, \"original_height\": 150, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_1574.jpg?w=1088\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_1574.jpg?w=1088\", \"formatted_filename\": \"img\", \"rendered_width\": 1088, \"rendered_height\": 1451, \"original_width\": 1088, \"original_height\": 1450, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_1573.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_1573.jpg?w=739\", \"formatted_filename\": \"img\", \"original_width\": 739, \"original_height\": 554, \"format\": \"jpeg\"}, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_1574.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_1574.jpg?w=739\", \"formatted_filename\": \"img\", \"original_width\": 739, \"original_height\": 985, \"format\": \"jpeg\"}, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/1e0d34bc-fb2c-430e-9fb6-20c4bac7ad46.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/1e0d34bc-fb2c-430e-9fb6-20c4bac7ad46.jpg?w=739\", \"formatted_filename\": \"e d bc fb c e fb c bac ad\", \"original_width\": 739, \"original_height\": 738, \"format\": \"jpeg\"}, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0352.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0352.jpg?w=739\", \"formatted_filename\": \"img\", \"original_width\": 739, \"original_height\": 985, \"format\": \"jpeg\"}, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0361.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0361.jpg?w=739\", \"formatted_filename\": \"img\", \"original_width\": 739, \"original_height\": 985, \"format\": \"jpeg\"}, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0364.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0364.jpg?w=739\", \"formatted_filename\": \"img\", \"original_width\": 739, \"original_height\": 985, \"format\": \"jpeg\"}, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0368.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0368.jpg?w=739\", \"formatted_filename\": \"img\", \"original_width\": 739, \"original_height\": 985, \"format\": \"jpeg\"}, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0377.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_0377.jpg?w=739\", \"formatted_filename\": \"img\", \"original_width\": 739, \"original_height\": 985, \"format\": \"jpeg\"}, {\"document_url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"unformatted_src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_1575.jpg?w=739\", \"src\": \"https://nobeladventures.files.wordpress.com/2019/04/img_1575.jpg?w=739\", \"formatted_filename\": \"img\", \"original_width\": 739, \"original_height\": 985, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"unformatted_src\": \"https://www.nationalhogfarmer.com/sites/nationalhogfarmer.com/files/styles/article_featured_standard/public/NHF-pigsbarns_2.jpg?itok=dAtEUiHd\", \"src\": \"https://www.nationalhogfarmer.com/sites/nationalhogfarmer.com/files/styles/article_featured_standard/public/NHF-pigsbarns_2.jpg?itok=dAtEUiHd\", \"formatted_filename\": \"NHF pigsbarns\", \"alt_text\": \"Pig barn\", \"rendered_width\": 770, \"rendered_height\": 400, \"original_width\": 770, \"original_height\": 400, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"unformatted_src\": \"/sites/cet.com/files/Plain%20graphic%201%2010.21.png\", \"src\": \"https://www.nationalhogfarmer.com/sites/cet.com/files/Plain%20graphic%201%2010.21.png\", \"formatted_filename\": \"Plain graphic\", \"alt_text\": \"Plain graphic 1 10.21.png\", \"original_width\": 2400, \"original_height\": 1800, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"unformatted_src\": \"/sites/cet.com/files/Plain%20graphic%202.png\", \"src\": \"https://www.nationalhogfarmer.com/sites/cet.com/files/Plain%20graphic%202.png\", \"formatted_filename\": \"Plain graphic\", \"alt_text\": \"Plain graphic 2.png\", \"original_width\": 2400, \"original_height\": 1800, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"unformatted_src\": \"/sites/cet.com/files/plain%20graphic%203%2010.21.png\", \"src\": \"https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%203%2010.21.png\", \"formatted_filename\": \"plain graphic\", \"alt_text\": \"plain graphic 3 10.21.png\", \"original_width\": 2400, \"original_height\": 1800, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"unformatted_src\": \"/sites/cet.com/files/plain%20graphic%204%2010.21.png\", \"src\": \"https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%204%2010.21.png\", \"formatted_filename\": \"plain graphic\", \"alt_text\": \"plain graphic 4 10.21.png\", \"original_width\": 2400, \"original_height\": 1800, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"unformatted_src\": \"/sites/cet.com/files/plain%20graphic%205%2010.21.png\", \"src\": \"https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%205%2010.21.png\", \"formatted_filename\": \"plain graphic\", \"alt_text\": \"plain graphic 5 10.21.png\", \"original_width\": 2400, \"original_height\": 1800, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"unformatted_src\": \"/sites/cet.com/files/plain%20graphic%206%2010.21.png\", \"src\": \"https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%206%2010.21.png\", \"formatted_filename\": \"plain graphic\", \"alt_text\": \"plain graphic 6 10.21.png\", \"original_width\": 2400, \"original_height\": 1800, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"unformatted_src\": \"/sites/cet.com/files/plain%20graphic%207%2010.21.png\", \"src\": \"https://www.nationalhogfarmer.com/sites/cet.com/files/plain%20graphic%207%2010.21.png\", \"formatted_filename\": \"plain graphic\", \"alt_text\": \"plain graphic 7 10.21.png\", \"original_width\": 2400, \"original_height\": 1800, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://www.listal.com/viewentry/67108\", \"unformatted_src\": \"https://lthumb.lisimg.com/731/11355731.jpg?width=170&sharpen=true\", \"src\": \"https://lthumb.lisimg.com/731/11355731.jpg?width=170&sharpen=true\", \"original_width\": 170, \"original_height\": 255, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.gungoddess.com/blogs/choosing-a-gun/which-concealed-carry-guns-are-the-most-popular-right-now\", \"unformatted_src\": \"//cdn.shopify.com/s/files/1/1372/5377/articles/Most-Popular-Concealed-Carry-Guns-Web-GunGoddess-min_1600x.jpg?v=1623552029\", \"src\": \"http://cdn.shopify.com/s/files/1/1372/5377/articles/Most-Popular-Concealed-Carry-Guns-Web-GunGoddess-min_1600x.jpg?v=1623552029\", \"formatted_filename\": \"Most Popular Concealed Carry Guns Web GunGoddess min x\", \"alt_text\": \"Which Concealed Carry Guns Are the Most Popular Right Now?\", \"rendered_width\": 1200, \"rendered_height\": 628, \"original_width\": 1200, \"original_height\": 628, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.gungoddess.com/blogs/choosing-a-gun/which-concealed-carry-guns-are-the-most-popular-right-now\", \"unformatted_src\": \"//cdn.shopify.com/s/files/1/1372/5377/articles/5-things-to-do-after-buying-a-gun-GunGoddess-min_1600x.jpg?v=1623552024\", \"src\": \"http://cdn.shopify.com/s/files/1/1372/5377/articles/5-things-to-do-after-buying-a-gun-GunGoddess-min_1600x.jpg?v=1623552024\", \"formatted_filename\": \"things to do after buying a gun GunGoddess min x\", \"alt_text\": \"5 Things You Should Do After Buying a Gun\", \"rendered_width\": 1200, \"rendered_height\": 628, \"original_width\": 1200, \"original_height\": 628, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.gungoddess.com/blogs/choosing-a-gun/which-concealed-carry-guns-are-the-most-popular-right-now\", \"unformatted_src\": \"//cdn.shopify.com/s/files/1/1372/5377/articles/Good-Advice-Buying-First-Gun-GunGoddess-min_1600x.jpg?v=1623552026\", \"src\": \"http://cdn.shopify.com/s/files/1/1372/5377/articles/Good-Advice-Buying-First-Gun-GunGoddess-min_1600x.jpg?v=1623552026\", \"formatted_filename\": \"Good Advice Buying First Gun GunGoddess min x\", \"alt_text\": \"Good Advice for Anyone Buying Their First Gun\", \"rendered_width\": 1200, \"rendered_height\": 628, \"original_width\": 1200, \"original_height\": 628, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.gungoddess.com/blogs/choosing-a-gun/which-concealed-carry-guns-are-the-most-popular-right-now\", \"unformatted_src\": \"//cdn.shopify.com/s/files/1/1372/5377/articles/terms-buying-a-handgun-GunGoddess-min_1600x.jpg?v=1623552032\", \"src\": \"http://cdn.shopify.com/s/files/1/1372/5377/articles/terms-buying-a-handgun-GunGoddess-min_1600x.jpg?v=1623552032\", \"formatted_filename\": \"terms buying a handgun GunGoddess min x\", \"alt_text\": \"The Terms You Need to Know When Buying a Handgun\", \"rendered_width\": 1200, \"rendered_height\": 628, \"original_width\": 1200, \"original_height\": 628, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.historytoday.com/history-today-issues/volume-38-issue-9-september-1988\", \"unformatted_src\": \"/sites/default/files/styles/teaser_list/public/bayeaux.jpg?itok=FTrCT1nV\", \"src\": \"https://www.historytoday.com/sites/default/files/styles/teaser_list/public/bayeaux.jpg?itok=FTrCT1nV\", \"formatted_filename\": \"bayeaux\", \"alt_text\": \"bayeaux.jpg\", \"rendered_width\": 440, \"rendered_height\": 340, \"original_width\": 440, \"original_height\": 340, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.historytoday.com/history-today-issues/volume-38-issue-9-september-1988\", \"unformatted_src\": \"/sites/default/files/styles/teaser_list/public/roxane_thumb.jpg?itok=2JRBz_Qx\", \"src\": \"https://www.historytoday.com/sites/default/files/styles/teaser_list/public/roxane_thumb.jpg?itok=2JRBz_Qx\", \"formatted_filename\": \"roxane thumb\", \"alt_text\": \"roxane_thumb.jpg\", \"rendered_width\": 440, \"rendered_height\": 340, \"original_width\": 440, \"original_height\": 340, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.gsa.gov/historic-buildings/african-burial-ground-memorial-new-york-ny\", \"unformatted_src\": \"/cdnstatic/ABG.jpg\", \"src\": \"https://www.gsa.gov/cdnstatic/ABG.jpg\", \"formatted_filename\": \"ABG\", \"alt_text\": \"African Burial Ground National Monument, New York, New York\", \"original_width\": 216, \"original_height\": 180, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.gsa.gov/historic-buildings/african-burial-ground-memorial-new-york-ny\", \"unformatted_src\": \"/cdnstatic/02_AfricanBurial_lo.jpg\", \"src\": \"https://www.gsa.gov/cdnstatic/02_AfricanBurial_lo.jpg\", \"formatted_filename\": \"AfricanBurial lo\", \"alt_text\": \"African Burial Ground National Monument, New York, New York\", \"original_width\": 175, \"original_height\": 263, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"https://hd-report.com/2014/02/14/comcast-merger-hideous-netflix-service/\", \"unformatted_src\": \"https://hd-report.com/wp-content/uploads/2014/02/netflix-ISP-rankings-january-452x600.jpg\", \"src\": \"https://hd-report.com/wp-content/uploads/2014/02/netflix-ISP-rankings-january-452x600.jpg\", \"formatted_filename\": \"netflix ISP rankings january\", \"rendered_width\": 452, \"rendered_height\": 600, \"original_width\": 452, \"original_height\": 600, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.lawyersandsettlements.com/legal-news/harvoni-denied-insurance-claim/harvoni-lawsuits-denied-insurance-claim-20731.html\", \"unformatted_src\": \"/images/articles2/Pill-bottle-money-article.jpg\", \"src\": \"https://www.lawyersandsettlements.com/images/articles2/Pill-bottle-money-article.jpg\", \"formatted_filename\": \"Pill bottle money article\", \"alt_text\": \"Expect More Hep C Drug Denied Insurance Lawsuits\", \"rendered_width\": 252, \"rendered_height\": 168, \"original_width\": 252, \"original_height\": 168, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://aceaviation.info/15107/msi-personal-cinema-15/\", \"unformatted_src\": \"https://www.adorama.com/images/Large/msigs65st054.jpg\", \"src\": \"https://www.adorama.com/images/Large/msigs65st054.jpg\", \"formatted_filename\": \"msigs st\", \"alt_text\": \"MSI PERSONAL CINEMA 5.0 DRIVERS\", \"original_width\": 450, \"original_height\": 450, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://aceaviation.info/15107/msi-personal-cinema-15/\", \"unformatted_src\": \"https://m.xcite.com/media/catalog/product/cache/1/thumbnail/550x400/9df78eab33525d08d6e5fb8d27136e95/b/u/buy_msi_core_i7_8gb_ram_1tb_hdd___128gb_ssd_4gb_nvidia_15_inch_gaming_laptop_-_gv627rd_price_result_1.jpg\", \"src\": \"https://m.xcite.com/media/catalog/product/cache/1/thumbnail/550x400/9df78eab33525d08d6e5fb8d27136e95/b/u/buy_msi_core_i7_8gb_ram_1tb_hdd___128gb_ssd_4gb_nvidia_15_inch_gaming_laptop_-_gv627rd_price_result_1.jpg\", \"formatted_filename\": \"buy msi core i gb ram tb hdd gb ssd gb nvidia inch gaming laptop gv rd price result\", \"alt_text\": \"MSI PERSONAL CINEMA 5.0 DOWNLOAD DRIVER\", \"original_width\": 550, \"original_height\": 400, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"http://www.antehoc.com/2012/05/collateral-at-bank-of-italy-2.html\", \"unformatted_src\": \"http://2.bp.blogspot.com/-sf0huKQfzIM/T6BLLO-tVtI/AAAAAAAAAMk/Y9UG5CT8aiE/s640/March+2012+Bank+of+Italy+Collateral+Composition.tiff\", \"src\": \"http://2.bp.blogspot.com/-sf0huKQfzIM/T6BLLO-tVtI/AAAAAAAAAMk/Y9UG5CT8aiE/s640/March+2012+Bank+of+Italy+Collateral+Composition.tiff\", \"formatted_filename\": \"March Bank of Italy Collateral Composition\", \"rendered_width\": 376, \"rendered_height\": 640, \"original_width\": 377, \"original_height\": 640, \"format\": \"jpeg\"}, {\"document_url\": \"http://www.antehoc.com/2012/05/collateral-at-bank-of-italy-2.html\", \"unformatted_src\": \"http://3.bp.blogspot.com/-PZnlKliPoQY/T6BLIQ60wVI/AAAAAAAAAMc/I7O604qgZjA/s640/August+Bank+of+Italy+Collateral+Composition.tiff\", \"src\": \"http://3.bp.blogspot.com/-PZnlKliPoQY/T6BLIQ60wVI/AAAAAAAAAMc/I7O604qgZjA/s640/August+Bank+of+Italy+Collateral+Composition.tiff\", \"formatted_filename\": \"August Bank of Italy Collateral Composition\", \"rendered_width\": 417, \"rendered_height\": 640, \"original_width\": 420, \"original_height\": 640, \"format\": \"jpeg\"}, null, {\"document_url\": \"http://www.antehoc.com/2012/05/collateral-at-bank-of-italy-2.html\", \"unformatted_src\": \"http://4.bp.blogspot.com/-xZA9Yo3d6eA/T6BRjbLh4fI/AAAAAAAAAMw/56QAQJLjSzI/s400/Italian+Banks'+net+purchases+of+government+debt.tiff\", \"src\": \"http://4.bp.blogspot.com/-xZA9Yo3d6eA/T6BRjbLh4fI/AAAAAAAAAMw/56QAQJLjSzI/s400/Italian+Banks'+net+purchases+of+government+debt.tiff\", \"formatted_filename\": \"Italian Banks' net purchases of government debt\", \"rendered_width\": 400, \"rendered_height\": 358, \"original_width\": 400, \"original_height\": 360, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://www.thehansindia.com/news/cities/vijayawada/vijayawada-cpi-wants-cm-ys-jagan-to-raise-voice-against-vizag-steel-plant-sell-off-704225\", \"unformatted_src\": \"https://assets.thehansindia.com/h-upload/2021/08/30/1105118-cpi.webp\", \"src\": \"https://assets.thehansindia.com/h-upload/2021/08/30/1105118-cpi.webp\", \"formatted_filename\": \"cpi\", \"alt_text\": \"CPI State Secretary K Ramakrishna flanked by P Harinadha Reddy and Akkineni Vanaja addressing the media in Vijayawada on Monday\", \"original_width\": 1000, \"original_height\": 600, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://wkuf.fm/shows/wkuf-celebrates-the-30th-anniversary-of-violator/\", \"unformatted_src\": \"https://wkuf.fm/wp-content/uploads/2018/03/JLM-Image-300x264.jpg\", \"src\": \"https://wkuf.fm/wp-content/uploads/2018/03/JLM-Image-300x264.jpg\", \"formatted_filename\": \"JLM Image\", \"rendered_width\": 300, \"rendered_height\": 264, \"original_width\": 300, \"original_height\": 264, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://wkuf.fm/shows/wkuf-celebrates-the-30th-anniversary-of-violator/\", \"unformatted_src\": \"https://wkuf.fm/wp-content/uploads/2019/07/50s60s-300x283.jpg\", \"src\": \"https://wkuf.fm/wp-content/uploads/2019/07/50s60s-300x283.jpg\", \"formatted_filename\": \"s s\", \"rendered_width\": 300, \"rendered_height\": 283, \"original_width\": 300, \"original_height\": 283, \"format\": \"jpeg\"}]", "[null, {\"document_url\": \"https://dailytimes.com.pk/379160/pakistan-urges-iran-and-afghanistan-to-do-more/\", \"unformatted_src\": \"https://dailytimes.com.pk/assets/uploads/2018/09/21/53f51f8c8c076.jpg\", \"src\": \"https://dailytimes.com.pk/assets/uploads/2018/09/21/53f51f8c8c076.jpg\", \"formatted_filename\": \"f f c c\", \"rendered_width\": 800, \"rendered_height\": 480, \"original_width\": 800, \"original_height\": 480, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.dailyfinland.fi/business/21426/KONE-Q1-results-improve/print\", \"unformatted_src\": \"/assets/news_photos/2021/04/29/image-21426.jpg\", \"src\": \"https://www.dailyfinland.fi/assets/news_photos/2021/04/29/image-21426.jpg\", \"formatted_filename\": \"image\", \"rendered_width\": 685, \"original_width\": 685, \"original_height\": 456, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://newcanaanlandtrust.org/hannan/\", \"unformatted_src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-1-e1570716278120-400x284.png\", \"src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-1-e1570716278120-400x284.png\", \"formatted_filename\": \"hannan e\", \"rendered_width\": 400, \"rendered_height\": 284, \"original_width\": 400, \"original_height\": 284, \"format\": \"jpeg\"}, {\"document_url\": \"https://newcanaanlandtrust.org/hannan/\", \"unformatted_src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-3-400x284.png\", \"src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-3-400x284.png\", \"formatted_filename\": \"hannan\", \"rendered_width\": 400, \"rendered_height\": 284, \"original_width\": 400, \"original_height\": 284, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://newcanaanlandtrust.org/hannan/\", \"unformatted_src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-6-400x284.png\", \"src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-6-400x284.png\", \"formatted_filename\": \"hannan\", \"rendered_width\": 400, \"rendered_height\": 284, \"original_width\": 400, \"original_height\": 284, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://newcanaanlandtrust.org/hannan/\", \"unformatted_src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-7-400x284.png\", \"src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-7-400x284.png\", \"formatted_filename\": \"hannan\", \"rendered_width\": 400, \"rendered_height\": 284, \"original_width\": 400, \"original_height\": 284, \"format\": \"jpeg\"}, {\"document_url\": \"https://newcanaanlandtrust.org/hannan/\", \"unformatted_src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-4-400x284.png\", \"src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-4-400x284.png\", \"formatted_filename\": \"hannan\", \"rendered_width\": 400, \"rendered_height\": 284, \"original_width\": 400, \"original_height\": 284, \"format\": \"jpeg\"}, {\"document_url\": \"https://newcanaanlandtrust.org/hannan/\", \"unformatted_src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-5-400x284.png\", \"src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-5-400x284.png\", \"formatted_filename\": \"hannan\", \"rendered_width\": 400, \"rendered_height\": 284, \"original_width\": 400, \"original_height\": 284, \"format\": \"jpeg\"}, {\"document_url\": \"https://newcanaanlandtrust.org/hannan/\", \"unformatted_src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-9-400x284.png\", \"src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-9-400x284.png\", \"formatted_filename\": \"hannan\", \"rendered_width\": 400, \"rendered_height\": 284, \"original_width\": 400, \"original_height\": 284, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://newcanaanlandtrust.org/hannan/\", \"unformatted_src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-10-400x284.png\", \"src\": \"https://newcanaanlandtrust.org/wp-content/uploads/2019/03/hannan-10-400x284.png\", \"formatted_filename\": \"hannan\", \"rendered_width\": 400, \"rendered_height\": 284, \"original_width\": 400, \"original_height\": 284, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.coppolacomment.com/2016/05/where-on-earth-is-growth-in-greece.html\", \"unformatted_src\": \"https://3.bp.blogspot.com/-TMfMfVXZKuk/V0OgTNnJ7lI/AAAAAAAAD1c/rWvp4xRRtCQvIPERG82YCNcLUi3NVWMlACLcB/s640/IMF%2BGreece%2Bunemployment.jpg\", \"src\": \"https://3.bp.blogspot.com/-TMfMfVXZKuk/V0OgTNnJ7lI/AAAAAAAAD1c/rWvp4xRRtCQvIPERG82YCNcLUi3NVWMlACLcB/s640/IMF%2BGreece%2Bunemployment.jpg\", \"formatted_filename\": \"IMF BGreece Bunemployment\", \"rendered_width\": 640, \"rendered_height\": 324, \"original_width\": 609, \"original_height\": 309, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.coppolacomment.com/2016/05/where-on-earth-is-growth-in-greece.html\", \"unformatted_src\": \"https://2.bp.blogspot.com/-hvCX7VTUuD8/V0Ohm0li81I/AAAAAAAAD1o/_5I0nhaPzxQYHErCN8RB75reLyf5eBBwgCLcB/s640/IMF%2BGreece%2Binvestment.jpg\", \"src\": \"https://2.bp.blogspot.com/-hvCX7VTUuD8/V0Ohm0li81I/AAAAAAAAD1o/_5I0nhaPzxQYHErCN8RB75reLyf5eBBwgCLcB/s640/IMF%2BGreece%2Binvestment.jpg\", \"formatted_filename\": \"IMF BGreece Binvestment\", \"rendered_width\": 640, \"rendered_height\": 346, \"original_width\": 617, \"original_height\": 334, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.coppolacomment.com/2016/05/where-on-earth-is-growth-in-greece.html\", \"unformatted_src\": \"https://2.bp.blogspot.com/-bJoNbOfCTZA/V0OjmGjAfiI/AAAAAAAAD10/nxNHpa0uxm8lz2qT558RFINIoTo4-TFSACLcB/s640/IMF%2BGreece%2BTFP.jpg\", \"src\": \"https://2.bp.blogspot.com/-bJoNbOfCTZA/V0OjmGjAfiI/AAAAAAAAD10/nxNHpa0uxm8lz2qT558RFINIoTo4-TFSACLcB/s640/IMF%2BGreece%2BTFP.jpg\", \"formatted_filename\": \"IMF BGreece BTFP\", \"rendered_width\": 640, \"rendered_height\": 384, \"original_width\": 609, \"original_height\": 366, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://philadelphia.cbslocal.com/2013/02/10/stars-sing-along-to-lumineers/\", \"unformatted_src\": \"http://philadelphia.cbslocal.com/wp-content/uploads/sites/15116066/2013/02/lumineers_street1.jpg\", \"src\": \"http://philadelphia.cbslocal.com/wp-content/uploads/sites/15116066/2013/02/lumineers_street1.jpg\", \"formatted_filename\": \"lumineers street\", \"rendered_width\": 435, \"rendered_height\": 308, \"original_width\": 594, \"original_height\": 421, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"http://www.tdisport.com/tdisport-diesel-news/passat-used-car-of-the-year/\", \"unformatted_src\": \"http://www.tdisport.com/wp-content/uploads/2009/09/58701vw--300x225.jpg\", \"src\": \"http://www.tdisport.com/wp-content/uploads/2009/09/58701vw--300x225.jpg\", \"formatted_filename\": \"vw\", \"alt_text\": \"VW Passat Best Used Car\", \"rendered_width\": 300, \"rendered_height\": 225, \"original_width\": 300, \"original_height\": 225, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.betarena.com/atlanta-united-vs-montreal-impact-betting-tip-and-prediction/\", \"unformatted_src\": \"https://www.betarena.com/wp-content/uploads/elementor/thumbs/Atlanta-United-vs-Montreal-Impact-Betting-Tip-and-Prediction-oedudyfgljiufdvu3gvnjqo22e10pz8bi28wikjrcs.jpg\", \"src\": \"https://www.betarena.com/wp-content/uploads/elementor/thumbs/Atlanta-United-vs-Montreal-Impact-Betting-Tip-and-Prediction-oedudyfgljiufdvu3gvnjqo22e10pz8bi28wikjrcs.jpg\", \"formatted_filename\": \"Atlanta United vs Montreal Impact Betting Tip and Prediction oedudyfgljiufdvu gvnjqo e pz bi wikjrcs\", \"alt_text\": \"Atlanta United vs Montreal Impact Betting Tip and Prediction\", \"original_width\": 696, \"original_height\": 390, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.betarena.com/atlanta-united-vs-montreal-impact-betting-tip-and-prediction/\", \"unformatted_src\": \"https://www.betarena.com/wp-content/uploads/2020/02/AEK-300x169.jpeg\", \"src\": \"https://www.betarena.com/wp-content/uploads/2020/02/AEK-300x169.jpeg\", \"formatted_filename\": \"AEK\", \"alt_text\": \"Aris vs AEK Prediction\", \"rendered_width\": 300, \"rendered_height\": 169, \"original_width\": 300, \"original_height\": 169, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.betarena.com/atlanta-united-vs-montreal-impact-betting-tip-and-prediction/\", \"unformatted_src\": \"https://www.betarena.com/wp-content/uploads/2020/02/Atromitos-300x204.jpg\", \"src\": \"https://www.betarena.com/wp-content/uploads/2020/02/Atromitos-300x204.jpg\", \"formatted_filename\": \"Atromitos\", \"alt_text\": \"Atromitos vs Xanthi FC Prediction\", \"rendered_width\": 300, \"rendered_height\": 204, \"original_width\": 300, \"original_height\": 204, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.betarena.com/atlanta-united-vs-montreal-impact-betting-tip-and-prediction/\", \"unformatted_src\": \"https://www.betarena.com/wp-content/uploads/2020/02/Aris-370x305.jpg\", \"src\": \"https://www.betarena.com/wp-content/uploads/2020/02/Aris-370x305.jpg\", \"formatted_filename\": \"Aris\", \"alt_text\": \"Lamia vs Aris Prediction\", \"rendered_width\": 370, \"rendered_height\": 305, \"original_width\": 370, \"original_height\": 305, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.betarena.com/atlanta-united-vs-montreal-impact-betting-tip-and-prediction/\", \"unformatted_src\": \"https://www.betarena.com/wp-content/uploads/2020/02/Leon-1-370x305.jpg\", \"src\": \"https://www.betarena.com/wp-content/uploads/2020/02/Leon-1-370x305.jpg\", \"formatted_filename\": \"Leon\", \"alt_text\": \"Leon vs Necaxa Prediction\", \"rendered_width\": 370, \"rendered_height\": 305, \"original_width\": 370, \"original_height\": 305, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.betarena.com/atlanta-united-vs-montreal-impact-betting-tip-and-prediction/\", \"unformatted_src\": \"https://www.betarena.com/wp-content/uploads/2020/01/pngfuel.com_.png\", \"src\": \"https://www.betarena.com/wp-content/uploads/2020/01/pngfuel.com_.png\", \"formatted_filename\": \"pngfuel\", \"alt_text\": \"Football Betting\", \"rendered_width\": 1500, \"rendered_height\": 1180, \"original_width\": 1500, \"original_height\": 1180, \"format\": \"jpeg\"}]", "[{\"document_url\": \"http://climateemergencydeclaration.org/head-cracking-moments-of-the-declaration-campaign/\", \"unformatted_src\": \"http://climateemergencydeclaration.org/wp-content/uploads/2021/02/MelanieScaife_CouncilMeeting-collage800.jpg\", \"src\": \"http://climateemergencydeclaration.org/wp-content/uploads/2021/02/MelanieScaife_CouncilMeeting-collage800.jpg\", \"formatted_filename\": \"MelanieScaife CouncilMeeting collage\", \"rendered_width\": 800, \"rendered_height\": 466, \"original_width\": 800, \"original_height\": 466, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"http://2smeraldi.com/home/wp-includes/certificates/pdf/online-Studies-in-Modern-Music%3A-Frederick-Chopin%2C-Antonin-Dvo%C5%99%C3%A1k%2C-Johannes-Brahms-1904%2C2012/\", \"unformatted_src\": \"http://i.forbesimg.com/media/lists/companies/bausch-plus-lomb_416x416.jpg\", \"src\": \"http://i.forbesimg.com/media/lists/companies/bausch-plus-lomb_416x416.jpg\", \"formatted_filename\": \"bausch plus lomb\", \"alt_text\": \"online Studies in Modern Music: Frederick Chopin, Antonin Dvo\\u0159\\u00e1k,\", \"rendered_width\": 581, \"original_width\": 416, \"original_height\": 416, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://megamarathi.com/news/braveheart-movie-selected-in-third-eye-asian-film-festival/\", \"unformatted_src\": \"https://megamarathi.com/wp-content/uploads/2016/11/Braveheart-Marathi-Movie-Selected-In-Third-Eye-Asian-Film-Festival.jpg\", \"src\": \"https://megamarathi.com/wp-content/uploads/2016/11/Braveheart-Marathi-Movie-Selected-In-Third-Eye-Asian-Film-Festival.jpg\", \"formatted_filename\": \"Braveheart Marathi Movie Selected In Third Eye Asian Film Festival\", \"alt_text\": \"braveheart-marathi-movie-selected-in-third-eye-asian-film-festival\", \"rendered_width\": 600, \"rendered_height\": 435, \"original_width\": 600, \"original_height\": 435, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://plantpowerednomad.com/got-soy-milk-a-guide-to-vegan-lattes-in-taipei/\", \"unformatted_src\": \"https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-12-27-12-54-43_deco.jpg\", \"src\": \"https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-12-27-12-54-43_deco.jpg\", \"formatted_filename\": \"wpid deco\", \"rendered_width\": 525, \"rendered_height\": 700, \"original_width\": 960, \"original_height\": 1280, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://plantpowerednomad.com/got-soy-milk-a-guide-to-vegan-lattes-in-taipei/\", \"unformatted_src\": \"https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2015-02-14-13-14-51_deco.jpg?w=225\", \"src\": \"https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2015-02-14-13-14-51_deco.jpg?w=225\", \"formatted_filename\": \"wpid deco\", \"alt_text\": \"Caramel Macchiato, my usual on days I need a kick.\", \"rendered_width\": 225, \"rendered_height\": 300, \"original_width\": 960, \"original_height\": 1280, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://plantpowerednomad.com/got-soy-milk-a-guide-to-vegan-lattes-in-taipei/\", \"unformatted_src\": \"https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-09-14-12-48-37_deco.jpg?w=225\", \"src\": \"https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-09-14-12-48-37_deco.jpg?w=225\", \"formatted_filename\": \"wpid deco\", \"alt_text\": \"The best white coffee I've tasted.\", \"rendered_width\": 225, \"rendered_height\": 300, \"original_width\": 960, \"original_height\": 1280, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://plantpowerednomad.com/got-soy-milk-a-guide-to-vegan-lattes-in-taipei/\", \"unformatted_src\": \"https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-12-27-12-54-43_deco.jpg?w=225\", \"src\": \"https://plantpowerednomad.com/wp-content/uploads/2015/03/wpid-2014-12-27-12-54-43_deco.jpg?w=225\", \"formatted_filename\": \"wpid deco\", \"alt_text\": \"With extra cream, please.\", \"rendered_width\": 225, \"rendered_height\": 300, \"original_width\": 960, \"original_height\": 1280, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://pnesterova.com/2021/04/03/english-listening-futurologist/\", \"unformatted_src\": \"https://pnesterovacom.files.wordpress.com/2020/11/people-woman-hand-desk-6360.jpg?w=1250\", \"src\": \"https://pnesterovacom.files.wordpress.com/2020/11/people-woman-hand-desk-6360.jpg?w=1250\", \"formatted_filename\": \"people woman hand desk\", \"rendered_width\": 1250, \"rendered_height\": 833, \"original_width\": 1250, \"original_height\": 833, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://pnesterova.com/2021/04/03/english-listening-futurologist/\", \"unformatted_src\": \"https://pnesterovacom.files.wordpress.com/2020/12/learn-english-link2.png\", \"src\": \"https://pnesterovacom.files.wordpress.com/2020/12/learn-english-link2.png\", \"formatted_filename\": \"learn english link\", \"rendered_width\": 150, \"rendered_height\": 150, \"original_width\": 150, \"original_height\": 150, \"format\": \"jpeg\"}, {\"document_url\": \"https://pnesterova.com/2021/04/03/english-listening-futurologist/\", \"unformatted_src\": \"https://pnesterovacom.files.wordpress.com/2020/12/about-me-link.png\", \"src\": \"https://pnesterovacom.files.wordpress.com/2020/12/about-me-link.png\", \"formatted_filename\": \"about me link\", \"alt_text\": \"About me link\", \"rendered_width\": 150, \"rendered_height\": 150, \"original_width\": 150, \"original_height\": 150, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://pnesterova.com/2021/04/03/english-listening-futurologist/\", \"unformatted_src\": \"https://pnesterovacom.files.wordpress.com/2020/12/self-intro-and-photo.png\", \"src\": \"https://pnesterovacom.files.wordpress.com/2020/12/self-intro-and-photo.png\", \"formatted_filename\": \"self intro and photo\", \"rendered_width\": 450, \"rendered_height\": 450, \"original_width\": 450, \"original_height\": 450, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://shapingthefutureofpower.com/2020/03/02/covid19-and-china-africa-soft-power-considerations/\", \"unformatted_src\": \"https://shapingthefutureofpower.files.wordpress.com/2020/09/cropped-img_6919-e1600473840730.jpg\", \"src\": \"https://shapingthefutureofpower.files.wordpress.com/2020/09/cropped-img_6919-e1600473840730.jpg\", \"formatted_filename\": \"cropped img e\", \"rendered_width\": 1250, \"rendered_height\": 757, \"original_width\": 1250, \"original_height\": 757, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://tass.com/politics/1023811\", \"unformatted_src\": \"//phototass4.cdnvideo.ru/width/1020_b9261fa1/tass/m2/en/uploads/i/20181001/1204153.jpg\", \"src\": \"http://phototass4.cdnvideo.ru/width/1020_b9261fa1/tass/m2/en/uploads/i/20181001/1204153.jpg\", \"original_width\": 738, \"original_height\": 470, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://popculturetimes.com/2020/07/30/edge-of-tomorrow-2-what-is-release-date-and-latest-update/\", \"unformatted_src\": \"https://andoverleader.com/wp-content/uploads/2020/06/Edge-Of-Tomorrow-2-poster-1-1-1.webp\", \"src\": \"https://andoverleader.com/wp-content/uploads/2020/06/Edge-Of-Tomorrow-2-poster-1-1-1.webp\", \"formatted_filename\": \"Edge Of Tomorrow poster\", \"alt_text\": \"Edge of Tomorrow 2 or Live, Die Repeat & Repeat, director Dough ...\", \"original_width\": 1600, \"original_height\": 800, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.amnews.com/2016/11/12/centre-college-womens-soccer-moves-on-to-second-round/\", \"unformatted_src\": \"https://www.amnews.com/wp-content/uploads/sites/41/2016/11/Centre-1st-rd-18.jpg?w=1024\", \"src\": \"https://www.amnews.com/wp-content/uploads/sites/41/2016/11/Centre-1st-rd-18.jpg?w=1024\", \"formatted_filename\": \"Centre st rd\", \"rendered_width\": 1024, \"rendered_height\": 840, \"original_width\": 1024, \"original_height\": 840, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://dev.to/chiexplores/for-beginners-what-you-need-to-know-about-var-let-const-45pl\", \"unformatted_src\": \"https://res.cloudinary.com/practicaldev/image/fetch/s--aaLTJRhS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/jg3498ayt6ritcnotyfl.png\", \"src\": \"https://res.cloudinary.com/practicaldev/image/fetch/s--aaLTJRhS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/jg3498ayt6ritcnotyfl.png\", \"formatted_filename\": \"jg ayt ritcnotyfl\", \"alt_text\": \"Code Snipper of Hoisting example\", \"original_width\": 880, \"original_height\": 458, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://v5.femalefirst.co.uk/celebrity/eddie-redmayne-uses-cbd-oil-ease-nerves-1286919.html\", \"unformatted_src\": \"/image-library/partners/bang/land/1000/e/eddie-redmayne-aW1hZ2VzMS8yMDE4LzExLzE0LzAwNTM2NDAwMDE1NDIxO.jpg\", \"src\": \"https://v5.femalefirst.co.uk/image-library/partners/bang/land/1000/e/eddie-redmayne-aW1hZ2VzMS8yMDE4LzExLzE0LzAwNTM2NDAwMDE1NDIxO.jpg\", \"formatted_filename\": \"eddie redmayne aW hZ VzMS yMDE LzExLzE LzAwNTM NDAwMDE NDIxO\", \"alt_text\": \"Eddie Redmayne\", \"original_width\": 1000, \"original_height\": 666, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://v5.femalefirst.co.uk/celebrity/eddie-redmayne-uses-cbd-oil-ease-nerves-1286919.html\", \"unformatted_src\": \"/image-library/partners/bang/land/250/a/annie-wallace-aW1hZ2VzMS8yMDIxLzA2LzExLzE2MjM0MTAyMjBjcm9wcG.jpg\", \"src\": \"https://v5.femalefirst.co.uk/image-library/partners/bang/land/250/a/annie-wallace-aW1hZ2VzMS8yMDIxLzA2LzExLzE2MjM0MTAyMjBjcm9wcG.jpg\", \"formatted_filename\": \"annie wallace aW hZ VzMS yMDIxLzA LzExLzE MjM MTAyMjBjcm wcG\", \"original_width\": 250, \"original_height\": 167, \"format\": \"jpeg\"}, {\"document_url\": \"https://v5.femalefirst.co.uk/celebrity/eddie-redmayne-uses-cbd-oil-ease-nerves-1286919.html\", \"unformatted_src\": \"/image-library/partners/bang/land/250/e/eddie-redmayne-aW1hZ2VzMS8yMDE4LzExLzEzLzA3MTY0MzcwMDE1NDIxN.jpg\", \"src\": \"https://v5.femalefirst.co.uk/image-library/partners/bang/land/250/e/eddie-redmayne-aW1hZ2VzMS8yMDE4LzExLzEzLzA3MTY0MzcwMDE1NDIxN.jpg\", \"formatted_filename\": \"eddie redmayne aW hZ VzMS yMDE LzExLzEzLzA MTY MzcwMDE NDIxN\", \"original_width\": 250, \"original_height\": 167, \"format\": \"jpeg\"}]", "[{\"document_url\": \"https://www.saturdayeveningpost.com/2017/10/coping-estranged-adult-children/\", \"unformatted_src\": \"https://www.saturdayeveningpost.com/wp-content/uploads/satevepost/2017-so-pg18-motherdaughter.jpg\", \"src\": \"https://www.saturdayeveningpost.com/wp-content/uploads/satevepost/2017-so-pg18-motherdaughter.jpg\", \"formatted_filename\": \"so pg motherdaughter\", \"alt_text\": \"Mother and Duaghters in the woods\", \"rendered_width\": 610, \"rendered_height\": 306, \"original_width\": 610, \"original_height\": 306, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://feifa.eu/spectacular-tax-savings-for-expats-using-spanish-compliant-investments/\", \"unformatted_src\": \"http://feifa.eu/wp-content/uploads/2017/11/piggy-bank-statement-400-300x200.jpeg\", \"src\": \"http://feifa.eu/wp-content/uploads/2017/11/piggy-bank-statement-400-300x200.jpeg\", \"formatted_filename\": \"piggy bank statement\", \"alt_text\": \"width=300\", \"rendered_height\": 200, \"original_width\": 300, \"original_height\": 200, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"http://blogs.reading.ac.uk/crg/advent-botany-2015-day-15-mahleb/\", \"unformatted_src\": \"http://blogs.reading.ac.uk/crg/files/2015/12/Mahleb2.jpg\", \"src\": \"http://blogs.reading.ac.uk/crg/files/2015/12/Mahleb2.jpg\", \"formatted_filename\": \"Mahleb\", \"alt_text\": \"Prunus mahaleb herbarium specimen at Reading (RNG) \", \"rendered_width\": 600, \"rendered_height\": 952, \"original_width\": 600, \"original_height\": 952, \"format\": \"jpeg\"}, {\"document_url\": \"http://blogs.reading.ac.uk/crg/advent-botany-2015-day-15-mahleb/\", \"unformatted_src\": \"http://blogs.reading.ac.uk/crg/files/2015/12/Mahleb_Grinder.jpg\", \"src\": \"http://blogs.reading.ac.uk/crg/files/2015/12/Mahleb_Grinder.jpg\", \"formatted_filename\": \"Mahleb Grinder\", \"alt_text\": \"Traditional mahleb hand grinder with seeds. By Leslie Seaton (Flickr: Mahleb Grinder) [CC BY 2.0 (http://creativecommons.org/licenses/by/2.0)], via Wikimedia Commons)\", \"rendered_width\": 2304, \"rendered_height\": 1728, \"original_width\": 2304, \"original_height\": 1728, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.wired.com/2009/11/alt-text-clever-murdoch-turns-news-into-hip-underground-club/\", \"unformatted_src\": \"https://www.wired.com/images_blogs/underwire/2009/11/murdoch-line.png\", \"src\": \"https://www.wired.com/images_blogs/underwire/2009/11/murdoch-line.png\", \"formatted_filename\": \"murdoch line\", \"alt_text\": \"murdoch-line\", \"original_width\": 600, \"original_height\": 400, \"format\": \"jpeg\"}, null]", "[null, {\"document_url\": \"https://www.statesmanjournal.com/story/news/2015/10/16/oregon-wolf-or3-cascade-mountains-crater-lake-national-park/74071992/\", \"unformatted_src\": \"https://www.gannett-cdn.com/-mm-/cfc530a7632537c29651d465286b807d63a5f9dc/c=194-0-1346-866/local/-/media/2015/10/16/Salem/Salem/635806085938526440-OR3.jpg?width=534&height=401&fit=crop\", \"src\": \"https://www.gannett-cdn.com/-mm-/cfc530a7632537c29651d465286b807d63a5f9dc/c=194-0-1346-866/local/-/media/2015/10/16/Salem/Salem/635806085938526440-OR3.jpg?width=534&height=401&fit=crop\", \"formatted_filename\": \"OR\", \"alt_text\": \"635806085938526440-OR3\", \"original_width\": 534, \"original_height\": 401, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.statesmanjournal.com/story/news/2015/10/16/oregon-wolf-or3-cascade-mountains-crater-lake-national-park/74071992/\", \"unformatted_src\": \"http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/03826eda33c092b93d8be28214d91a5c2b97d530/c=0-0-1039-1039/local/-/media/Salem/Salem/2014/07/24/1406236948010-14547399159-f018dfdd19-o.jpg\", \"src\": \"http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/03826eda33c092b93d8be28214d91a5c2b97d530/c=0-0-1039-1039/local/-/media/Salem/Salem/2014/07/24/1406236948010-14547399159-f018dfdd19-o.jpg\", \"formatted_filename\": \"f dfdd o\", \"original_width\": 300, \"original_height\": 300, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.statesmanjournal.com/story/news/2015/10/16/oregon-wolf-or3-cascade-mountains-crater-lake-national-park/74071992/\", \"unformatted_src\": \"http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/00091fc00565a241cd46a450054aa381d5a1e6a1/c=300-0-1800-1500/local/-/media/Salem/2015/03/14/B9316553846Z.1_20150314190023_000_GFLA74H74.1-0.jpg\", \"src\": \"http://www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/9065941e142eb769bb76794c742e08d1e14ee558/r=300/http/www.gannett-cdn.com/-mm-/00091fc00565a241cd46a450054aa381d5a1e6a1/c=300-0-1800-1500/local/-/media/Salem/2015/03/14/B9316553846Z.1_20150314190023_000_GFLA74H74.1-0.jpg\", \"formatted_filename\": \"B Z\", \"original_width\": 300, \"original_height\": 300, \"format\": \"jpeg\"}, null]", "[{\"document_url\": \"https://www.businesstraveller.com/business-travel/2018/03/14/boeing-rolls-10000th-737-aircraft/\", \"unformatted_src\": \"https://cdn.businesstraveller.com/wp-content/uploads/fly-images/856999/Boeings-10000th-737-916x516.jpeg\", \"src\": \"https://cdn.businesstraveller.com/wp-content/uploads/fly-images/856999/Boeings-10000th-737-916x516.jpeg\", \"formatted_filename\": \"Boeings th\", \"alt_text\": \"Boeing rolls out its 10,000th 737 aircraft, set to go to Southwest Airlines\", \"original_width\": 916, \"original_height\": 516, \"format\": \"jpeg\"}, null, {\"document_url\": \"https://www.businesstraveller.com/business-travel/2018/03/14/boeing-rolls-10000th-737-aircraft/\", \"unformatted_src\": \"https://cdn.businesstraveller.com/wp-content/uploads/fly-images/849951/Max-71-360x203.jpeg\", \"src\": \"https://cdn.businesstraveller.com/wp-content/uploads/fly-images/849951/Max-71-360x203.jpeg\", \"formatted_filename\": \"Max\", \"alt_text\": \"The first Boeing 737 MAX 7 made its debut today at the company's Renton, Wash. factory. Photo by Craig Larsen. (PRNewsfoto/Boeing)\", \"original_width\": 360, \"original_height\": 203, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.businesstraveller.com/business-travel/2018/03/14/boeing-rolls-10000th-737-aircraft/\", \"unformatted_src\": \"https://cdn.businesstraveller.com/wp-content/uploads/fly-images/795138/K66629-01-360x203.jpg\", \"src\": \"https://cdn.businesstraveller.com/wp-content/uploads/fly-images/795138/K66629-01-360x203.jpg\", \"alt_text\": \"MAX 9 Paint Roll Out\", \"original_width\": 360, \"original_height\": 203, \"format\": \"jpeg\"}, {\"document_url\": \"https://www.businesstraveller.com/business-travel/2018/03/14/boeing-rolls-10000th-737-aircraft/\", \"unformatted_src\": \"https://cdn.businesstraveller.com/wp-content/uploads/fly-images/814749/Boeing-B737-Max-10-360x202.jpg\", \"src\": \"https://cdn.businesstraveller.com/wp-content/uploads/fly-images/814749/Boeing-B737-Max-10-360x202.jpg\", \"formatted_filename\": \"Boeing B Max\", \"alt_text\": \"Boeing B737 Max 10\", \"original_width\": 360, \"original_height\": 202, \"format\": \"jpeg\"}]"], "general_metadata": ["{\"url\": \"https://eppc.org/publication/declaration-of-disruption/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499654.54/warc/CC-MAIN-20230128184907-20230128214907-00327.warc.gz\", \"warc_record_offset\": 250370303, \"warc_record_length\": 20061}", "{\"url\": \"https://lamborghinichat.com/forum/news/vw-group-allegedly-receives-offer-to-sell-lamborghini-for-9-2-billion.728/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623488528979.69/warc/CC-MAIN-20210623011557-20210623041557-00312.warc.gz\", \"warc_record_offset\": 322560850, \"warc_record_length\": 17143}", "{\"url\": \"https://slidelegend.com/the-influencing-factors-on-entrepreneurship-ti-journals_59d9b3c91723dd4b8ead833e.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-24/segments/1590347392057.6/warc/CC-MAIN-20200527013445-20200527043445-00580.warc.gz\", \"warc_record_offset\": 536988620, \"warc_record_length\": 14280}", "{\"url\": \"https://www.henryusa.com/flexforkal/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500076.87/warc/CC-MAIN-20230203221113-20230204011113-00015.warc.gz\", \"warc_record_offset\": 828569590, \"warc_record_length\": 16616}", "{\"url\": \"https://www.arout.net/hotel-occupancy-drops-due-to-covid-19-certificates-in-mazatlan/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882572063.65/warc/CC-MAIN-20220814173832-20220814203832-00008.warc.gz\", \"warc_record_offset\": 598837769, \"warc_record_length\": 14575}", "{\"url\": \"https://www.glamsham.com/world/technology/apple-may-launch-ar-contact-lenses-in-10-years\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-17/segments/1618038083007.51/warc/CC-MAIN-20210415035637-20210415065637-00636.warc.gz\", \"warc_record_offset\": 870013982, \"warc_record_length\": 84010}", "{\"url\": \"http://otlsports.com/patriots-vs-dolphins-biggest-nfl-spreads-this-decade/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-10/segments/1581875145621.28/warc/CC-MAIN-20200221233354-20200222023354-00398.warc.gz\", \"warc_record_offset\": 111531585, \"warc_record_length\": 25025}", "{\"url\": \"https://birmingcabbie.wordpress.com/2013/01/16/silver-and-gold/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-34/segments/1596439737206.16/warc/CC-MAIN-20200807172851-20200807202851-00477.warc.gz\", \"warc_record_offset\": 233367373, \"warc_record_length\": 27864}", "{\"url\": \"https://www.vagabondinn.com/blog/vagabond-inn-comes-to-utah\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662531762.30/warc/CC-MAIN-20220520061824-20220520091824-00060.warc.gz\", \"warc_record_offset\": 1239312380, \"warc_record_length\": 14681}", "{\"url\": \"https://www.weeklygripe.co.uk/overuse-of-the-word-issue-in-the-media\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323585322.63/warc/CC-MAIN-20211020152307-20211020182307-00649.warc.gz\", \"warc_record_offset\": 1288254429, \"warc_record_length\": 10413}", "{\"url\": \"https://www.heavenlytealeaves.com/blogs/heavenly-tea-leaves-blog/exploring-the-green-teas-of-japan\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-39/segments/1631780057202.68/warc/CC-MAIN-20210921101319-20210921131319-00614.warc.gz\", \"warc_record_offset\": 837566473, \"warc_record_length\": 58147}", "{\"url\": \"https://tm.koreaherald.com/view.php?ud=20210504001014\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623487612537.23/warc/CC-MAIN-20210614135913-20210614165913-00601.warc.gz\", \"warc_record_offset\": 532769245, \"warc_record_length\": 25017}", "{\"url\": \"https://bricks.stackexchange.com/questions/14655/how-do-you-display-multiple-items-at-once-on-an-ev3-screen/15044\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882573630.12/warc/CC-MAIN-20220819070211-20220819100211-00319.warc.gz\", \"warc_record_offset\": 175500523, \"warc_record_length\": 66290}", "{\"url\": \"https://www.toptipz.com.ng/armed-robbers-police-uniforms-enugu-caught-gun-battle-photos/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-10/segments/1581875148375.36/warc/CC-MAIN-20200229022458-20200229052458-00295.warc.gz\", \"warc_record_offset\": 904154101, \"warc_record_length\": 11479}", "{\"url\": \"https://gamecocksonline.com/news/2017/08/22/breaking-down-the-offensive-line/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-40/segments/1664030337322.29/warc/CC-MAIN-20221002115028-20221002145028-00747.warc.gz\", \"warc_record_offset\": 303777204, \"warc_record_length\": 19373}", "{\"url\": \"https://paulinepark.com/2014/06/09/gauguin-exoticization-primitivism-paganism/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499697.75/warc/CC-MAIN-20230129012420-20230129042420-00524.warc.gz\", \"warc_record_offset\": 473272628, \"warc_record_length\": 17321}", "{\"url\": \"https://talesofthetravelbug.wordpress.com/2016/02/26/abel-tasman-national-park/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-34/segments/1596439737319.74/warc/CC-MAIN-20200808080642-20200808110642-00060.warc.gz\", \"warc_record_offset\": 516800798, \"warc_record_length\": 29736}", "{\"url\": \"https://minnesota.cbslocal.com/2018/08/20/new-brighton-house-fire-dogs-rescued/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-04/segments/1610703531702.36/warc/CC-MAIN-20210123001629-20210123031629-00630.warc.gz\", \"warc_record_offset\": 455460747, \"warc_record_length\": 21947}", "{\"url\": \"https://simonegallina.blogspot.com/2012/03/famous-painter-of-prehistoric-murals.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-16/segments/1585370500331.13/warc/CC-MAIN-20200331053639-20200331083639-00229.warc.gz\", \"warc_record_offset\": 640302554, \"warc_record_length\": 19781}", "{\"url\": \"https://www.podparadise.com/Podcast/1533560948/Listen/1607614191/0\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-31/segments/1627046157039.99/warc/CC-MAIN-20210805193327-20210805223327-00602.warc.gz\", \"warc_record_offset\": 1002652790, \"warc_record_length\": 7640}", "{\"url\": \"https://vidmid.com/news/sir-ian-mckellen-martin-freeman-and-the-lord-of-the-rings-cast-kickstart-fundraising-campaign-to-buy-author-j-r-r-tolkien-s-oxford-home?uid=226886\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-04/segments/1610703538082.57/warc/CC-MAIN-20210123125715-20210123155715-00108.warc.gz\", \"warc_record_offset\": 628149199, \"warc_record_length\": 9581}", "{\"url\": \"https://www.etoren.com/products/fujifilm-x-t200-body-champagne-gold-kit-box\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882571090.80/warc/CC-MAIN-20220809215803-20220810005803-00211.warc.gz\", \"warc_record_offset\": 683638756, \"warc_record_length\": 40224}", "{\"url\": \"https://ionigeria.com/james-webb-the-most-powerful-space-telescope-ever-built-blast-into-orbit/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499845.10/warc/CC-MAIN-20230131055533-20230131085533-00613.warc.gz\", \"warc_record_offset\": 348002670, \"warc_record_length\": 28496}", "{\"url\": \"https://www.marshfieldnewsherald.com/story/news/2019/05/02/rothschild-police-wausau-man-charged-with-owi-said-his-gum-blame-smell-alcohol/3645355002/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-05/segments/1579250593994.14/warc/CC-MAIN-20200118221909-20200119005909-00365.warc.gz\", \"warc_record_offset\": 972941129, \"warc_record_length\": 43188}", "{\"url\": \"https://brindisa.com/blogs/news/the-food-geek-guide-to-iberico-ham\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764494852.95/warc/CC-MAIN-20230127001911-20230127031911-00821.warc.gz\", \"warc_record_offset\": 176182646, \"warc_record_length\": 58668}", "{\"url\": \"https://healthyceleb.com/scottie-pippen-height-weight-body-statistics/54041/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-16/segments/1585371830894.88/warc/CC-MAIN-20200409055849-20200409090349-00200.warc.gz\", \"warc_record_offset\": 476834551, \"warc_record_length\": 28617}", "{\"url\": \"https://worldnews.su/world/kabul-terror-attack-multiple-explosions-as-gunfire-rings-out-with-deaths-feared-world-news.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656103626162.35/warc/CC-MAIN-20220629084939-20220629114939-00694.warc.gz\", \"warc_record_offset\": 683956680, \"warc_record_length\": 14884}", "{\"url\": \"https://observer.com/2022/05/what-will-elon-musk-do-with-twitter-here-is-a-6-point-guide/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500758.20/warc/CC-MAIN-20230208092053-20230208122053-00639.warc.gz\", \"warc_record_offset\": 450138738, \"warc_record_length\": 24833}", "{\"url\": \"https://www.zwillgen.com/law-enforcement/court-decision-rules-geofence-warrant-violates-fourth-amendment/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446710789.95/warc/CC-MAIN-20221201021257-20221201051257-00652.warc.gz\", \"warc_record_offset\": 1124917887, \"warc_record_length\": 23522}", "{\"url\": \"https://www.idropnews.com/news/beats-releases-ultra-affordable-new-50-beats-flex-wireless-earbuds/145050/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764501066.53/warc/CC-MAIN-20230209014102-20230209044102-00740.warc.gz\", \"warc_record_offset\": 857199535, \"warc_record_length\": 30176}", "{\"url\": \"https://callbag.co/epub/the-love-song-of-j-alfred-prufrock-and-other-poems/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656104496688.78/warc/CC-MAIN-20220704202455-20220704232455-00300.warc.gz\", \"warc_record_offset\": 199444381, \"warc_record_length\": 17548}", "{\"url\": \"https://kitchen-repair.info/daftar-film-mae-pong-38/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-31/segments/1627046154175.76/warc/CC-MAIN-20210801092716-20210801122716-00658.warc.gz\", \"warc_record_offset\": 358919877, \"warc_record_length\": 11838}", "{\"url\": \"https://www.austinchronicle.com/news/2008-06-27/640116/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-50/segments/1606141194982.45/warc/CC-MAIN-20201128011115-20201128041115-00175.warc.gz\", \"warc_record_offset\": 591253388, \"warc_record_length\": 17495}", "{\"url\": \"https://www.fame10.com/trending-news/will-smith-and-jada-pinkett-smith-slam-divorce-rumors/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499919.70/warc/CC-MAIN-20230201081311-20230201111311-00455.warc.gz\", \"warc_record_offset\": 766206361, \"warc_record_length\": 32672}", "{\"url\": \"https://ednews.net/en/news/politics/440902-iran-embassy-ill-wishers-trying-to-disrupt-relations-between-tehran-baku\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-50/segments/1606141750841.83/warc/CC-MAIN-20201205211729-20201206001729-00355.warc.gz\", \"warc_record_offset\": 263492130, \"warc_record_length\": 22120}", "{\"url\": \"https://www.hopefornigeriaonline.com/category/africa/page/17/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-17/segments/1618039388763.75/warc/CC-MAIN-20210420091336-20210420121336-00107.warc.gz\", \"warc_record_offset\": 930101659, \"warc_record_length\": 22399}", "{\"url\": \"https://cmeindia.in/covid-19-3rd-wave-experience-in-india-a-survey-of-5971-adults/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500028.12/warc/CC-MAIN-20230202133541-20230202163541-00248.warc.gz\", \"warc_record_offset\": 178693725, \"warc_record_length\": 42926}", "{\"url\": \"https://www.sitra.fi/en/blogs/moving-boldly-towards-participatory-foresight/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-05/segments/1579250607407.48/warc/CC-MAIN-20200122191620-20200122220620-00393.warc.gz\", \"warc_record_offset\": 1088907449, \"warc_record_length\": 11772}", "{\"url\": \"https://suesspiciousminds.com/2013/05/14/four-minute-warning-or-last-night-the-plans-for-a-future-war-was-all-i-saw-on-channel-four/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323588398.42/warc/CC-MAIN-20211028162638-20211028192638-00233.warc.gz\", \"warc_record_offset\": 664847335, \"warc_record_length\": 31698}", "{\"url\": \"https://www.exquisitecoasts.com/spectacular-coastal-drives.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500339.37/warc/CC-MAIN-20230206113934-20230206143934-00685.warc.gz\", \"warc_record_offset\": 782007633, \"warc_record_length\": 19267}", "{\"url\": \"https://petebowes.com/2011/01/02/china-the-first-night/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-40/segments/1664030337625.5/warc/CC-MAIN-20221005105356-20221005135356-00284.warc.gz\", \"warc_record_offset\": 486450658, \"warc_record_length\": 27715}", "{\"url\": \"https://bluemonsterprep.com/blogs/news/hawaii-races-to-secure-power-plant-threatened-by-lava-flows\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499713.50/warc/CC-MAIN-20230129112153-20230129142153-00439.warc.gz\", \"warc_record_offset\": 159639259, \"warc_record_length\": 72974}", "{\"url\": \"http://archiveislam.com/the-muslim-snow-patrol-cleaning-up-the-city.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-05/segments/1579251681412.74/warc/CC-MAIN-20200125191854-20200125221854-00304.warc.gz\", \"warc_record_offset\": 13209660, \"warc_record_length\": 11206}", "{\"url\": \"https://thegatorseye.com/3188/news/muslims-in-detainment-a-look-into-chinas-camps/?print=true\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882573145.32/warc/CC-MAIN-20220818003501-20220818033501-00506.warc.gz\", \"warc_record_offset\": 510157631, \"warc_record_length\": 8481}", "{\"url\": \"https://jewishnews.timesofisrael.com/video-project-twinning-shoah-survivor-with-celebs-wins-two-awards/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-31/segments/1627046155458.35/warc/CC-MAIN-20210805063730-20210805093730-00308.warc.gz\", \"warc_record_offset\": 347762646, \"warc_record_length\": 14792}", "{\"url\": \"https://www.rowadventures.com/specialist/malcolm-reed\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-33/segments/1659882571056.58/warc/CC-MAIN-20220809155137-20220809185137-00754.warc.gz\", \"warc_record_offset\": 870524278, \"warc_record_length\": 12466}", "{\"url\": \"https://theshelfofunreadbooks.wordpress.com/2019/02/03/reviewthe-library-book-by-susan-orlean/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323587606.8/warc/CC-MAIN-20211024204628-20211024234628-00141.warc.gz\", \"warc_record_offset\": 701475464, \"warc_record_length\": 55792}", "{\"url\": \"https://energy.agwired.com/2010/10/07/wasted-food-wasted-energy/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764495001.99/warc/CC-MAIN-20230127164242-20230127194242-00001.warc.gz\", \"warc_record_offset\": 241286356, \"warc_record_length\": 20698}", "{\"url\": \"https://www.uscleiden.com/news/2021/05/14/beat-the-microbead/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662521041.0/warc/CC-MAIN-20220518021247-20220518051247-00703.warc.gz\", \"warc_record_offset\": 1269439293, \"warc_record_length\": 6324}", "{\"url\": \"https://bedandbicycle.com/is-this-cool-idea-with-butterfly-doorways-the-subsequent-mazda-miata.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446710764.12/warc/CC-MAIN-20221130124353-20221130154353-00274.warc.gz\", \"warc_record_offset\": 161515301, \"warc_record_length\": 13553}", "{\"url\": \"https://www.greatfallstribune.com/story/opinion/tribune-editorials/2016/06/10/montana-gets-manufacturing-tax-fairness/85722960/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-16/segments/1585370506870.41/warc/CC-MAIN-20200402080824-20200402110824-00330.warc.gz\", \"warc_record_offset\": 935440331, \"warc_record_length\": 43051}", "{\"url\": \"https://thenextweb.com/media/2011/11/08/last-fm-reached-the-60-billion-scrobble-landmark-with-lady-gaga/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-50/segments/1606141176049.8/warc/CC-MAIN-20201124082900-20201124112900-00250.warc.gz\", \"warc_record_offset\": 525905978, \"warc_record_length\": 21310}", "{\"url\": \"https://www.fingerlakes1.com/2021/03/07/sabres-lose-seventh-straight-with-5-2-loss-to-islanders/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446710771.39/warc/CC-MAIN-20221130192708-20221130222708-00543.warc.gz\", \"warc_record_offset\": 792006189, \"warc_record_length\": 23266}", "{\"url\": \"https://movizark.com/2018/10/29/el-tonto-ray-liotta-adrien-brody-travis-fimmel-ken-jeong-join-charlie-days-film/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662539101.40/warc/CC-MAIN-20220521112022-20220521142022-00165.warc.gz\", \"warc_record_offset\": 444833137, \"warc_record_length\": 39518}", "{\"url\": \"https://paradigmshyft.com/2022/02/27/totalitarianism-authoritarianism-and-fascism-what-is-the-difference/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499524.28/warc/CC-MAIN-20230128054815-20230128084815-00673.warc.gz\", \"warc_record_offset\": 442133024, \"warc_record_length\": 33777}", "{\"url\": \"https://www.rte.ie/news/2019/1201/1096265-smith-isis-home-turkey/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-49/segments/1637964363292.82/warc/CC-MAIN-20211206103243-20211206133243-00587.warc.gz\", \"warc_record_offset\": 1036937141, \"warc_record_length\": 22407}", "{\"url\": \"http://www.cmt.com/news/1490421/bluegrass-legend-charlie-waller-dead-at-69/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-05/segments/1579250595787.7/warc/CC-MAIN-20200119234426-20200120022426-00503.warc.gz\", \"warc_record_offset\": 208318103, \"warc_record_length\": 11530}", "{\"url\": \"https://caribbeantales-worldwide.com/a-hand-full-of-anticipation-for-the-caribbeantales-2011-film-festival/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499890.39/warc/CC-MAIN-20230131190543-20230131220543-00762.warc.gz\", \"warc_record_offset\": 180032374, \"warc_record_length\": 29529}", "{\"url\": \"https://www.knollwood.ca/blog/what-do-deacons-do\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623488567696.99/warc/CC-MAIN-20210625023840-20210625053840-00248.warc.gz\", \"warc_record_offset\": 748368127, \"warc_record_length\": 14745}", "{\"url\": \"https://silverchips.mbhs.edu/content/nba-award-predictions-31146/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446710972.37/warc/CC-MAIN-20221204104311-20221204134311-00476.warc.gz\", \"warc_record_offset\": 559787302, \"warc_record_length\": 11801}", "{\"url\": \"https://realdealtheatre.webs.com/press.htm\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446711074.68/warc/CC-MAIN-20221206060908-20221206090908-00826.warc.gz\", \"warc_record_offset\": 503711292, \"warc_record_length\": 4512}", "{\"url\": \"https://www.parkablogs.com/content/book-review-daisuke-moriyama-art-works-chronicle\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-17/segments/1618038072366.31/warc/CC-MAIN-20210413122252-20210413152252-00153.warc.gz\", \"warc_record_offset\": 1044766559, \"warc_record_length\": 11425}", "{\"url\": \"https://www.ungeek.ph/2016/10/inspiring-watch-dwayne-the-rock-johnson-react-on-his-very-first-wwe-match/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500094.26/warc/CC-MAIN-20230204044030-20230204074030-00871.warc.gz\", \"warc_record_offset\": 1068673394, \"warc_record_length\": 27741}", "{\"url\": \"https://holaamericanews.com/to-my-bros-me-too-the-womens-march-and-my-birthday/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656103334753.21/warc/CC-MAIN-20220627134424-20220627164424-00450.warc.gz\", \"warc_record_offset\": 353753500, \"warc_record_length\": 26850}", "{\"url\": \"https://nobeladventures.com/2019/04/14/riding-around-new-york/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764501555.34/warc/CC-MAIN-20230209081052-20230209111052-00418.warc.gz\", \"warc_record_offset\": 443600050, \"warc_record_length\": 28918}", "{\"url\": \"https://www.nationalhogfarmer.com/news/hog-prices-keep-sliding\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-40/segments/1664030337731.82/warc/CC-MAIN-20221006061224-20221006091224-00466.warc.gz\", \"warc_record_offset\": 944340676, \"warc_record_length\": 23482}", "{\"url\": \"https://www.listal.com/viewentry/67108\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-04/segments/1610703519843.24/warc/CC-MAIN-20210119232006-20210120022006-00714.warc.gz\", \"warc_record_offset\": 856244466, \"warc_record_length\": 6855}", "{\"url\": \"https://www.gungoddess.com/blogs/choosing-a-gun/which-concealed-carry-guns-are-the-most-popular-right-now\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323585305.53/warc/CC-MAIN-20211020090145-20211020120145-00247.warc.gz\", \"warc_record_offset\": 952624329, \"warc_record_length\": 36797}", "{\"url\": \"https://www.historytoday.com/history-today-issues/volume-38-issue-9-september-1988\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-40/segments/1600400209665.4/warc/CC-MAIN-20200923015227-20200923045227-00745.warc.gz\", \"warc_record_offset\": 868067474, \"warc_record_length\": 7789}", "{\"url\": \"https://www.gsa.gov/historic-buildings/african-burial-ground-memorial-new-york-ny\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662530066.45/warc/CC-MAIN-20220519204127-20220519234127-00495.warc.gz\", \"warc_record_offset\": 887707280, \"warc_record_length\": 18194}", "{\"url\": \"https://hd-report.com/2014/02/14/comcast-merger-hideous-netflix-service/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656103036176.7/warc/CC-MAIN-20220625220543-20220626010543-00439.warc.gz\", \"warc_record_offset\": 331507927, \"warc_record_length\": 70103}", "{\"url\": \"https://www.lawyersandsettlements.com/legal-news/harvoni-denied-insurance-claim/harvoni-lawsuits-denied-insurance-claim-20731.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-43/segments/1634323588526.57/warc/CC-MAIN-20211028193601-20211028223601-00464.warc.gz\", \"warc_record_offset\": 1030808939, \"warc_record_length\": 12183}", "{\"url\": \"https://aceaviation.info/15107/msi-personal-cinema-15/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-24/segments/1590347409171.27/warc/CC-MAIN-20200530102741-20200530132741-00512.warc.gz\", \"warc_record_offset\": 230608992, \"warc_record_length\": 8405}", "{\"url\": \"http://www.antehoc.com/2012/05/collateral-at-bank-of-italy-2.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500076.87/warc/CC-MAIN-20230203221113-20230204011113-00490.warc.gz\", \"warc_record_offset\": 49049249, \"warc_record_length\": 11713}", "{\"url\": \"https://www.thehansindia.com/news/cities/vijayawada/vijayawada-cpi-wants-cm-ys-jagan-to-raise-voice-against-vizag-steel-plant-sell-off-704225\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-49/segments/1637964362999.66/warc/CC-MAIN-20211204154554-20211204184554-00197.warc.gz\", \"warc_record_offset\": 1117681212, \"warc_record_length\": 45453}", "{\"url\": \"https://wkuf.fm/shows/wkuf-celebrates-the-30th-anniversary-of-violator/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-16/segments/1585370494064.21/warc/CC-MAIN-20200329074745-20200329104745-00223.warc.gz\", \"warc_record_offset\": 747266560, \"warc_record_length\": 14190}", "{\"url\": \"https://dailytimes.com.pk/379160/pakistan-urges-iran-and-afghanistan-to-do-more/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-24/segments/1590347385193.5/warc/CC-MAIN-20200524210325-20200525000325-00286.warc.gz\", \"warc_record_offset\": 318772991, \"warc_record_length\": 14394}", "{\"url\": \"https://www.dailyfinland.fi/business/21426/KONE-Q1-results-improve/print\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623488289268.76/warc/CC-MAIN-20210621181810-20210621211810-00385.warc.gz\", \"warc_record_offset\": 652955119, \"warc_record_length\": 4559}", "{\"url\": \"https://newcanaanlandtrust.org/hannan/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500095.4/warc/CC-MAIN-20230204075436-20230204105436-00431.warc.gz\", \"warc_record_offset\": 445539595, \"warc_record_length\": 36215}", "{\"url\": \"https://www.coppolacomment.com/2016/05/where-on-earth-is-growth-in-greece.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-04/segments/1610703519843.24/warc/CC-MAIN-20210119232006-20210120022006-00102.warc.gz\", \"warc_record_offset\": 739236885, \"warc_record_length\": 37583}", "{\"url\": \"https://philadelphia.cbslocal.com/2013/02/10/stars-sing-along-to-lumineers/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-27/segments/1656103269583.13/warc/CC-MAIN-20220626131545-20220626161545-00651.warc.gz\", \"warc_record_offset\": 500521076, \"warc_record_length\": 21082}", "{\"url\": \"http://www.tdisport.com/tdisport-diesel-news/passat-used-car-of-the-year/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-29/segments/1593657140746.69/warc/CC-MAIN-20200713002400-20200713032400-00490.warc.gz\", \"warc_record_offset\": 231800895, \"warc_record_length\": 24971}", "{\"url\": \"https://www.betarena.com/atlanta-united-vs-montreal-impact-betting-tip-and-prediction/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-10/segments/1581875145316.8/warc/CC-MAIN-20200220224059-20200221014059-00491.warc.gz\", \"warc_record_offset\": 600780066, \"warc_record_length\": 35158}", "{\"url\": \"http://climateemergencydeclaration.org/head-cracking-moments-of-the-declaration-campaign/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500719.31/warc/CC-MAIN-20230208060523-20230208090523-00280.warc.gz\", \"warc_record_offset\": 8674637, \"warc_record_length\": 16718}", "{\"url\": \"http://2smeraldi.com/home/wp-includes/certificates/pdf/online-Studies-in-Modern-Music%3A-Frederick-Chopin%2C-Antonin-Dvo%C5%99%C3%A1k%2C-Johannes-Brahms-1904%2C2012/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-21/segments/1620243991772.66/warc/CC-MAIN-20210517115207-20210517145207-00081.warc.gz\", \"warc_record_offset\": 667469, \"warc_record_length\": 15861}", "{\"url\": \"https://megamarathi.com/news/braveheart-movie-selected-in-third-eye-asian-film-festival/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-49/segments/1637964362219.5/warc/CC-MAIN-20211202114856-20211202144856-00451.warc.gz\", \"warc_record_offset\": 472202588, \"warc_record_length\": 24269}", "{\"url\": \"https://plantpowerednomad.com/got-soy-milk-a-guide-to-vegan-lattes-in-taipei/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-49/segments/1669446711475.44/warc/CC-MAIN-20221209181231-20221209211231-00135.warc.gz\", \"warc_record_offset\": 502614546, \"warc_record_length\": 17761}", "{\"url\": \"https://pnesterova.com/2021/04/03/english-listening-futurologist/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-05/segments/1642320304810.95/warc/CC-MAIN-20220125100035-20220125130035-00017.warc.gz\", \"warc_record_offset\": 487850033, \"warc_record_length\": 35314}", "{\"url\": \"https://shapingthefutureofpower.com/2020/03/02/covid19-and-china-africa-soft-power-considerations/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652662573053.67/warc/CC-MAIN-20220524142617-20220524172617-00116.warc.gz\", \"warc_record_offset\": 576892098, \"warc_record_length\": 26350}", "{\"url\": \"https://tass.com/politics/1023811\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-05/segments/1642320304570.90/warc/CC-MAIN-20220124124654-20220124154654-00633.warc.gz\", \"warc_record_offset\": 605037761, \"warc_record_length\": 18206}", "{\"url\": \"https://popculturetimes.com/2020/07/30/edge-of-tomorrow-2-what-is-release-date-and-latest-update/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-17/segments/1618038921860.72/warc/CC-MAIN-20210419235235-20210420025235-00434.warc.gz\", \"warc_record_offset\": 566143162, \"warc_record_length\": 19036}", "{\"url\": \"https://www.amnews.com/2016/11/12/centre-college-womens-soccer-moves-on-to-second-round/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764494826.88/warc/CC-MAIN-20230126210844-20230127000844-00124.warc.gz\", \"warc_record_offset\": 671862269, \"warc_record_length\": 20224}", "{\"url\": \"https://dev.to/chiexplores/for-beginners-what-you-need-to-know-about-var-let-const-45pl\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764500273.30/warc/CC-MAIN-20230205161658-20230205191658-00037.warc.gz\", \"warc_record_offset\": 228975360, \"warc_record_length\": 20205}", "{\"url\": \"https://v5.femalefirst.co.uk/celebrity/eddie-redmayne-uses-cbd-oil-ease-nerves-1286919.html\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-25/segments/1623488268274.66/warc/CC-MAIN-20210621055537-20210621085537-00406.warc.gz\", \"warc_record_offset\": 525187166, \"warc_record_length\": 12139}", "{\"url\": \"https://www.saturdayeveningpost.com/2017/10/coping-estranged-adult-children/\", \"warc_filename\": \"crawl-data/CC-MAIN-2023-06/segments/1674764499710.49/warc/CC-MAIN-20230129080341-20230129110341-00391.warc.gz\", \"warc_record_offset\": 1002765638, \"warc_record_length\": 30197}", "{\"url\": \"https://feifa.eu/spectacular-tax-savings-for-expats-using-spanish-compliant-investments/\", \"warc_filename\": \"crawl-data/CC-MAIN-2022-21/segments/1652663012542.85/warc/CC-MAIN-20220528031224-20220528061224-00707.warc.gz\", \"warc_record_offset\": 312775777, \"warc_record_length\": 12729}", "{\"url\": \"http://blogs.reading.ac.uk/crg/advent-botany-2015-day-15-mahleb/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-49/segments/1637964358847.80/warc/CC-MAIN-20211129225145-20211130015145-00550.warc.gz\", \"warc_record_offset\": 13017767, \"warc_record_length\": 17509}", "{\"url\": \"https://www.wired.com/2009/11/alt-text-clever-murdoch-turns-news-into-hip-underground-club/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-34/segments/1596439739048.46/warc/CC-MAIN-20200813161908-20200813191908-00099.warc.gz\", \"warc_record_offset\": 898049141, \"warc_record_length\": 73991}", "{\"url\": \"https://www.statesmanjournal.com/story/news/2015/10/16/oregon-wolf-or3-cascade-mountains-crater-lake-national-park/74071992/\", \"warc_filename\": \"crawl-data/CC-MAIN-2020-10/segments/1581875145774.75/warc/CC-MAIN-20200223123852-20200223153852-00550.warc.gz\", \"warc_record_offset\": 893628626, \"warc_record_length\": 42687}", "{\"url\": \"https://www.businesstraveller.com/business-travel/2018/03/14/boeing-rolls-10000th-737-aircraft/\", \"warc_filename\": \"crawl-data/CC-MAIN-2021-21/segments/1620243992159.64/warc/CC-MAIN-20210517084550-20210517114550-00131.warc.gz\", \"warc_record_offset\": 690172719, \"warc_record_length\": 19143}"], "texts": [[null, "One of the essential, if often unstated, job requirements of an American president is to provide stability, order and predictability in a world that tends toward chaos, disarray and entropy. When our political leaders ignore this \u2014 and certainly when they delight in disruption \u2014 the consequences can be severe. Stability is easy to take for granted, but impossible to live without.\n\nProjecting clear convictions is important for preventing adversaries from misreading America\u2019s intentions and will. Our allies also depend on our predictability and reassuring steadiness. Their actions in trade and economics, in alliances with other nations and in the military sphere are often influenced by how much they believe they can rely on American support.\n\nOrder and stability in the executive branch are also linked to the health of our system of government. Chaos in the West Wing can be crippling, as White House aides \u2014 in a constant state of uncertainty, distrustful of colleagues, fearful that they might be excoriated or fired \u2014 find it nearly impossible to do their jobs. This emanates throughout the entire federal government. Devoid of steadfast leadership, executive agencies easily become dysfunctional themselves.\n\nWorse yet, if key pillars of our system, like our intelligence and law enforcement agencies, are denigrated by the president, they can be destabilized, and Americans\u2019 trust in them can be undermined. Without a reliable chief executive, Congress, an inherently unruly institution, will also find it difficult to do its job, since our constitutional system relies on its various branches to constantly engage with one another in governing.\n\nBut that\u2019s hardly the whole of it. Particularly in this social media era, a president who thrives on disruption and chaos is impossible to escape. Every shocking statement and act is given intense coverage. As a result, the president is omnipresent, the subject of endless coast-to-coast conversations among family and friends, never far from our thoughts. As Andrew Sullivan has observed, \u201cA free society means being free of those who rule over you \u2014 to do the things you care about, your passions, your pastimes, your loves \u2014 to exult in that blessed space where politics doesn\u2019t intervene.\u201d\n\nA presidency characterized by pandemonium invades and infects that space, leaving people unsettled and on edge. And this, in turn, leads to greater polarization, to feelings of alienation and anger, to unrest and even to violence.\n\nA spirit of instability in government will cause Americans to lose confidence in our public institutions. When citizens lose that basic faith in their government, it leads to corrosive cynicism and the acceptance of conspiracy theories. Movements and individuals once considered fringe become mainstream, while previously responsible figures decamp to the fever swamps. One result is that the informal and unwritten rules of political and human interaction, which are at the core of civilization, are undone. There is such a thing as democratic etiquette; when it is lost, the common assumptions that allow for compromise and progress erode.\n\nIn short, chaotic leadership can inflict real trauma on political and civic culture.\n\nAll of which brings us to Donald Trump, arguably the most disruptive and transgressive president in American history. He thrives on creating turbulence in every conceivable sphere. The blast radius of his tumultuous acts and chaotic temperament is vast.\nMr. Trump acts as if order is easy to achieve and needs to be overturned while disruption and disorder are what we need. But the opposite is true. \u201cRage and frenzy will pull down more in half an hour,\u201d Edmund Burke wrote, \u201cthan prudence, deliberation and foresight can build up in a hundred years.\u201d\n\nMr. Trump and his supporters don\u2019t seem to agree, or don\u2019t seem to care. And here\u2019s the truly worrisome thing: The disruption is only going to increase, both because he\u2019s facing criticism that seems to trigger him psychologically and because his theory of management involves the cultivation of chaos. He has shown throughout his life a defiant refusal to be disciplined. His disordered personality thrives on mayhem and upheaval, on vicious personal attacks and ceaseless conflict. As we\u2019re seeing, his malignant character is emboldening some, while it\u2019s causing others \u2014 the Republican leadership comes to mind \u2014 to briefly speak out (at best) before returning to silence and acquiescence. The effect on the rest of us? We cannot help losing our capacity to be shocked and alarmed.\n\nWe have as president the closest thing to a nihilist in our history \u2014 a man who believes in little or nothing, who has the impulse to burn down rather than to build up. When the president eventually faces a genuine crisis, his ignorance and inflammatory instincts will make everything worse.\n\nRepublican voters and politicians rallied around Mr. Trump in 2016, believing he was anti-establishment when in fact he was anti-order. He turns out to be an institutional arsonist. It is an irony of American history that the Republican Party, which has historically valued order and institutions, has become the conduit of chaos."], [null, "The buyer would get everything, including Lambo's headquarters.\n\nThe investment groupQuantum Group AG has submitted a\u20ac7.5 billion ($9.2 billion at current exchange rates) offer to purchase Lamborghini from Volkswagen Group, Autocar reports. There's no info yet about whether VW intends to accept the offer or further negotiate the deal.\n\nQuantum Group is a holding company based in Zurich, Switzerland, and it might have a tangential relationship with the Porsche family.Rea Stark is representing Quantum in the Lamborghini purchase offer. He is also a co-founder of Pi\u00ebchAutomotive along with Anton Pi\u00ebch who is the son of former VW Group boss Ferdinand Pi\u00ebch and the great-grandson of Ferdinand Porsche. Although, it's not clear if Anton Pi\u00ebch has any role in this attempt to buy Lamborghini, according to Autocar.\n\nQuantum Group wants to purchase more than just the Lamborghini name. The deal would include buying the entire facility inSant\u2019Agata, Italy, and the firm's motorsport operations. There would also be a five-year supplier agreement with Audi, which likely would allow Lambo to continue to produce the current models while preparing new ones. Quantum wants to shape the brand to \"spearhead for innovation by consistently implementing new clean drivetrain technologies,\" according to a document obtained by Autocar.\n\nThere have been rumors for years about VW Group selling Lamborghini. However, in late 2020, the automaker's supervisory board voted not to sell Lambo, Bentley, and Ducati. The company was doing an internal examination to see if the resources were available to develop EVs and autonomous technology while also investing in these premium marques.\"Brands must be measured against new requirements,\" VW Group Chief Executive Herbert Diess said at the time."], ["The agriculture sector as the main source of income for the most countries of the world in economic activities is very important. The sector due to its high contribution in GNP and export incomes play the critical role in directing and positioning the economic development process especially in third world countries. The agriculture development cannot be fulfilled only by injection of capital and technology to agriculture sector but this is a multidimensional process that many factors intervene on it. The optimization and reinforcement of human resource in agriculture development is undeniable. A kind of investment that today is unavoidable for public and private sector from the expert point of views is to reinforce and develop the entrepreneurship in agriculture sector [6]. Nowadays the agriculture is considered as a sector for complementing the economy and entrepreneurship activities as response to recession and problems in agriculture sector and survival strategy for rural family. One of the suitable options toward competition and commercializing the agriculture sector and active involvement in global markets is to develop the trade units for greenhouse usage [3]. The greenhouse town is a set of greenhouses that is focused in a common space, this is an incorporated and coordinated cultivation and for avoidance from breaking apart the lands and lead to reduction of production costs, enhancement of production productivity, and as a result increasing the farmers income. The greenhouse town of Hashtgerd is the first and biggest hydroponic greenhouse town of Iran by an area amounted 170 hectares that after completing, 1300 skilled and non-skilled person will be employed there. Raman et al. (2008) in a researched titled motivational factors influencing on entrepreneurship decision making believes that the motivation and environmental conditions play the important role in entrepreneurship [8]. Hindle (2006) in his research considered the job satisfaction and age as the most important variables influencing on entrepreneurship [4]. Royer (2003) considered the job satisfaction and age as the most important variable influencing on entrepreneurship too [9]. Lashgarara et al. (2011) concluded that there is a positive relationship between education in high levels and entrepreneurship activities development [5]. Farajolah Hosseini and Mcelwee (2011) in their research found that 67 percent of variance of rural women about the influencing factors on entrepreneurship activates are explained by education, motivation, economic factors and psychological factors [2]. In a research that has been done by Ghonchi et al (2010) the economical, technical and technology individual, professional and infrastructure has been considered as the most important avoiding factors for development of greenhouse units [3]. Sharifi et al (2009) in their paper express that the attitude of the most greenhouse holders toward development and spread of greenhouse is in intermediate and good level and on the other hand there is a positive and significant relationship between communicative channels, performance level, technical knowledge level, net income, green house background, education [10]. Morad nejadi et al (2007) concluded that the economic environment is the most important factor for entrepreneurship in Iran and after them the entrepreneur\u2019s psychological attributes, marketing skills and access to resources, environmental dynamic, and interest toward agriculture are known as other main factors [6]. The town has high problems including inefficiency of major infrastructure like water, electricity and gas, bank lending problems, lack of education, input financing problems like fuel, water price calculation based on industry and not agriculture and some other problems that preclude suitable using from town advantages. Therefore perhaps we can claim that the town could not achieve to one the most important aim toward creating jobs for unemployed graduates of agriculture. Due to cited items the greenhouse cultivation is considered as a novel phenomenon that has not been in Iran for a long time. Despite quantitative growth of greenhouse units in the country, this productive units deal with some multiple problems that make their qualitative development difficult. The current research is aimed to explore the influencing factors on entrepreneurship development of Hashtgerd greenhouse town in order to provide some approaches for entrepreneurship development in this town. The current research is done for Hastgerd greenhouse town located in Savejbolagh in Alborz province. The duration of research is 2011 -2012.\n\nThis is applied study; from the data collection is the descriptive and based on method is correlation. The statistical population in this research includes 39 users of greenhouse town of Hashtgerd. Due to smallness of statistical population and less numbers of users the census method has been used. The instrument used in this study to gather data was the questionnaire. Due to the nature and objectives of this research study is to evaluate the content validity of the questionnaire, to measure the validity questionnaire, the number of Islamic Azad University professors and experts were conducted to examine the necessary and the collection of comments reform of the questionnaire was obtained. In order to determine the reliability of the data collected through questionnaires, Cronbach's alpha test was used for overall Cronbach's alpha of the questionnaire was between 0.914 to 0.972. Independent variables included psychological, economic, and technical support- social- cultural, educational and policy. The dependent variable in this research is the development of entrepreneurial farmers in Hashtgerd Town greenhouse. In order to measure the dependent variable in the form of a Likert questionnaire item 5 is used. In this study, data were collected in two ways: a library research and field studies. After collecting and sorting data, the analysis the data in two stages, using descriptive statistics and inferential statistics were taken. All data processing and statistical analysis was performed using the software SPSS18.\n\nConsidering the results obtained in this study, the average age is 31.89 years. Most beneficiaries that is 38.5 percent have a bachelor's degree. Average exploiters of record service have 6.74 years. 43.6% of farmers produce strawberries product that has accounted for the highest percentage. In order to evaluate the development of entrepreneurship in the town of greenhouse Hashtgerd the form of a five-item Likert 5 option is used. The findings of the study indicate that the majority of the subjects (41 percent) believe entrepreneurship development in the Town of greenhouse Hashtgerd is too much (Table 1). Table 1. Rate of entrepreneurship development of Hashtgerd greenhouse (n=39) Influence\n\nThe Influencing Factors on Entrepreneurship Development of Users in Greenhouse Town of Hashtgerd Agriculture Science Developments Vol(3), No (10), October, 2014.\n\nFactors influencing the choice of family planning among couples in ...\n\nFactors and Perceptions Influencing the Implementation ... - Euromesco\nOct 1, 2006 - events, including 9/11 and the fight against terrorism, have accelerated EU efforts in this ... http://www.euractiv.com/en/justice/illegal- .... This, of course, has led to doubts ... however, in the degree of influence that these posit", null, "management factors influencing open innovation ... - DiVA portal\nWith innovation becoming the source of growth for major businesses, there .... companies such as Apple, Microsoft etc (Pisano, 2006). ...... idea in that website.\n\nAn Analysis of the Factors Influencing ITS Technology Adoption and ...\nnew technology may evolve and what types of Federal programs would be best suited to promote diffusion. ...... West Palm Beach, Boca Raton, Delray. 1999.\n\nFactors influencing the choice of family planning among couples in ...\nJun 17, 2011 - timing of pregnancy, also known as spacing of children ... powerful that they can obscure the line between ..... gee.org/guide/ islamic.html."], ["Henry Repeating Arms is proud to announce this Guns For Great Causes benefit for 8-year-old Kalel Hamilton and his family. Kalel is currently battling Duchenne Muscular Dystrophy, a rare and terminal genetic disease with no known cure.\n\nEach one of the 50 rifles in the \u201cFlex For Kalel\u201d series is a donation from Henry Repeating Arms President and Owner, Anthony Imperato, to help raise funds for a treatment that could potentially save Kalel\u2019s life. The engraving and painting embellishments are graciously donated by our friends and partners at Baron Engraving of Trumbull, CT.\n\n100% of the proceeds go to Kalel\u2019s family who will be donating the funds to the non-profit organization, Cure Rare Diseases, to secure Kalel\u2019s eligibility for an experimental gene therapy treatment.", null, "The \u201cFlex For Kalel\u201d edition rifles feature a superhero motif as a symbol of Kalel\u2019s endurance and a nod to his name, which is inspired by Kal-El, the birth name of Clark Kent, AKA Superman. Built on Henry\u2019s award-winning Golden Boy platform, the rifles are chambered in .22 S/L/LR and feature a Brasslite receiver cover, blued steel octagon barrel, and genuine American walnut furniture with laser engraving and hand painted accents. A lime green muscular dystrophy awareness ribbon drapes through the overall design. Each rifle in the series is marked with a unique serial number ranging from \u201cFLEXFORKAL01\u201d through \u201cFLEXFORKAL50.\u201d\n\nAll of the rifles are available for purchase directly from Henry Repeating Arms with the exception of the first and last in the series, which are up for auction on Gunbroker.com. Thank you to everyone who chooses to support this \u2018Guns For Great Causes\u2019 campaign on behalf of Kalel and his family.", null, "ALL \u2018FLEX FOR KALEL\u2019 RIFLES ARE CURRENTLY SOLD OUT. PLEASE VISIT THE AUCTIONS FOR SERIAL #1 AND SERIAL #50 USING THE LINKS ABOVE.\n\nTHANK YOU FOR YOUR SUPPORT OF KALEL, HIS FAMILY, AND GUNS FOR GREAT CAUSES!"], [null, "Sinaloa.- The low tourism that has been registered in the port of Mazatl\u00e1n is due to the requirement of the Covid-19 vaccination certificate, said Julio Birrueta, director of the Association of Hotels and Tourism Companies.\n\nHe ruled out that the decrease is due to the return to classes, because in 2019, the children were in school and they did not have that low percentage.\n\n\u201cMany people keep asking when are we going to remove the vaccination certificate. One of the reasons is that some have not been vaccinated, and those who are already do not want the hassle, and as in other tourist destinations they do not ask for it, because they go where there is less hassle, \u201csaid Birrueta.\n\nAccording to the hotel businessman, since the measures were announced in late July and early August, especially that it would be essential to carry the Covid-19 vaccination card, they immediately had cancellations of all kinds, but most were of group.\n\nThanks to the long weekend, the influx in hotels increased to 50 percent. They hope to go as high as 60 percent.\nJulio Birrueta indicated that in the month of August a 51 percent was registered.\n\nThe tourism servers commented that the month of August was not profitable and the activity fell by up to 30 percent.\n\nAfter the considerable drop, just yesterday an increase in visitors began to be noticed in the city. The most frequented places were Playa Norte and the Golden Zone.\n\nThe tourist leader asserted that from the beginning of the requirement, they estimated that it could affect the influx of tourism. He said that in this month of September and October it could still go lower.\n\nHe asks the authorities to evaluate this requirement, because although they are aware of the health situation, there are losses not only in the hotel sector, but for the thousands of families that depend on this activity in Mazatl\u00e1n."], [null, "According to the analyst, these AR contact lenses are \u201cunlikely to have independent computing power and storage.\u201d It\u2019s possible they would be connected to an owner\u2019s iPhone to get data.\n\nIn addition, Kuo said that Apple has several prototypes of its headset that weigh 200-300 grams but the final weight could be reduced to 100-200 grams if it can solve some technical problems.\n\nThis would make them significantly lighter than existing VR devices.\n\nApple is reportedly working on the most advanced and powerful chips for its unannounced VR headset, with some chips reportedly beating its own M1 Mac processors.\n\nThe iPhone maker may use a fabric exterior to reduce the headset weight, but the company is also using a fan \u2014 an unusual move for Apple given its emphasis on fan-less design."], ["The Patriots opened as massive betting favorites over the Dolphins entering their AFC East divisional matchup on Sunday, and the spread has only continued to climb since then.\n\nNew England, coming off of a dominant 33\u20133 win over the Steelers to open their season, opened as 14.5-point road favorites before their number jumped to -19 at William Hill as of Tuesday afternoon.\n\nIf the spread holds, it will be one of the five largest point spreads in an NFL game in the past decade, and the Patriots will be the biggest road favorite over that stretch too.\n\nThe Jaguars started the season 0\u20135, while Peyton Manning\u2019s Broncos were 5\u20130. Manning and the Broncos won the game 35\u201319, but fell well short of covering the 26.5-point spread.\n\nThe Colts were 0\u201311 heading into this matchup, as they had lost Peyton Manning for the season. The Patriots led 31\u20133 at the end of the third quarter, but the Colts came through with the cover, scoring 21 unanswered points in the fourth for a final score of 31\u201324.\n\nThe Seahawks took a 24\u20130 halftime lead and didn\u2019t look back, as they won and covered 45\u201317 behind Russell Wilson and Co.\n\nAn ugly start to the 2018 season got uglier for the Vikings at home against Buffalo last year. The Bills took an early 17\u20130 lead in the first quarter before making it 27\u201310 at halftime. Minnesota lost outright, 27\u20136.\n\nIt was Tom Brady against Bryce Petty on Christmas Eve, and it\u2019s not hard to figure out how this one ended. The Patriots took a 27\u20130 lead at halftime thanks to touchdowns on three of their first four drives before finishing the Jets off 41\u20133 for the cover.", null], ["The thing that most people fear most about cab driving is the possibility of being robbed at gunpoint or even murdered by a customer. Thank God I haven\u2019t been robbed. I know it has happened to some of our other drivers over the years but contrary to popular belief, it\u2019s not an everyday occurrence. There is however, another thing that happens much more frequently that\u2019s not nearly as dramatic but can still put you in a bad mood and mess up your day. It\u2019s when you don\u2019t get paid for your services. Most drivers call it \u201cgetting stiffed\u201d.\n\nAs with most cities, at least in the working class and poorer areas, the check cashing, payday loan and title loan business is big business in Birmingham. These places are everywhere you look in", null, "certain parts of town. I had just dropped off a customer in Fairfield and was heading back toward downtown. I booked into the 200 zone as I approached the Arkadelphia Road exit. I immediately recieved a call to an address I knew to be in the Elyton project.\n\nThe cell phone seemed to be a permanant attachment to her body. She didn\u2019t take it down from her ear until we had reached our destination. She was young, I\u2019d say about 20. She was thin and dressed cheaply, a red bandana covered her hair. She quickly told me where she wanted to go, a payday/title loan place on Greensprings Highway. She was talking with someone who was obviously selling her something. I overheard talk of shipping options, dates of arrival ect\u2026Whatever it was, I guess she really wanted it. So much so that she would call a cab to take her to get a loan to buy a money order in order to buy it, whatever it was.\n\nShe didn\u2019t stay in the place very long, she was turned down quickly. It seems the only payday she had was a government check for a little more than two hundred dollars a month. She had no car to pawn the title to, she was S.O.L and so was I. She already owed me more than $20 by this time. Once it became clear that she had no means of paying the fare I just turned the meter off and told her I would take her home but let her know in no uncertain terms that I didn\u2019t have to. I could have, and probably should have, just left her ass stranded there.\n\nI gave her a lecture on the way home about why she should make sure she had money before she called a cab. I told her that I could have called the cops and that most drivers would have called them. \u201cFo\u2019 real?\u201d she asked. \u201cFo\u2019 what?\u201d She had no idea that stiffing a cab driver could possibly be against the law. I told her it was called theft of service, which is similar to theft of property, like shoplifting from a store.\u201dNaw it ain\u2019t\u201d she said. It seemed to me that this young woman had grown to adulthood without a clue as to how to function in society. Pitiful, I thought. At least she did offer a \u201cthank you\u201d as she got out of the car back at home.\n\nIt was fairly early in the morning, after sunrise but before 8am. I had been working the going to work business in the 400 and 500 zones. It had been raining off and on and was a very gray morning. Norwood is one of Birmingham\u2019s grand old neighborhoods that fell into decline and disrepair after the white flight. Big houses that were once elegant mansions line some of the streets. A few of them, a very few, have been bought in recent years and renovated back to their former glory. Most are still in sad shape, some repairable with a major effort. Others that are burned out or literally falling down are beyond repair. This call wasn\u2019t to an old mansion but to a decent home in good shape.", null, "She was sitting on the front porch when I drove up. A young girl, no doubt a teenager, jumped up and immediately got in the back seat. \u201cHow much will it cost to take me to Bessemer?\u201d she asked. i said probably about $40, maybe more, depending on where it is in Bessemer. At first I didn\u2019t worry about getting stiffed because most passengers that intend to stiff you don\u2019t ask for an estimate. That\u2019s because they\u2019re not planning on paying you anyway.\n\nOn the way to Bessemer I learned that she was 16 and she had been out all night with boys that her mother didn\u2019t like. She anticipated a big fight with her mother when she got home and was clearly anxious about it. She didn\u2019t tell me but I instinctively knew that my fare would depend on an angry, possibly hysterical mother paying me. I started to worry. When we arrived at the house the meter was at $42 and mom was nowhere to be found. My customer\u2019s brother said that he thought she had been called to work but he wasn\u2019t sure. The girl made no attempt to call her mom. Maybe she couldn\u2019t take calls at work or maybe it was just out of fear, I don\u2019t know.\n\nThe girl was about to panic. \u201cI don\u2019t know how I\u2019m going to pay you\u201d she said. I had just been stiffed by the payday loan girl about a week earlier and I wasn\u2019t in the mood to get stiffed again. I had already decided that I would call the cops if it became necessary. She approached the car window and said \u201cI\u2019ve got this little bracelet, it\u2019s made of silver and gold. If I can pawn it I\u2019ll pay you.\u201d She saw that the meter was at $42 already and was able to reason that by the time she got to the pawn shop and took the necessary time to pawn it, the fare would be much higher. She asked if I could just charge her a flat rate. I told her that if she didn\u2019t mess around and take too much of my time I would turn the meter off and just charge her the $42, she agreed.\n\nThe first place turned her down cold. The second place had a sign out front that said \u201cWe Buy Gold\u201d. She stayed in this place for about ten minutes. She came out accompanied by a bling wearing heavyweight dude that reminded me of Biggie Smalls. The rain had started to fall steadily as the big guy knocked on my window. He had a $100 bill in his hand. He asked \u201cyou got fifty eight dollars?\u201d I dug around in my pockets and found that I did indeed have fifty eight dollars. Just as we made the transaction my customer said \u201cyou don\u2019t have to worry about taking me back home.\u201d She and Biggie walked back into the office. I got paid and I don\u2019t know how the story ended with her mom."], [null, "The 2-floor Utah property was formerly an independent property. Each of the hotel's 30 guest rooms is outfitted with queen or king bed. Parking, high-speed WiFi, and hot breakfast (served daily) are complimentary at the Vagabond Inn Cedar City.\n\nScott Pokorny, Director of Franchising to Vagabond Inn Corporation, said, \u201cI'm excited\u2014we're all excited\u2014to be expanding into Utah. It's huge.\"\n\nIn signing the Cedar City, Utah hotel, Vagabond Inn brand has officially grown more than 15 percent in 2017. Vagabond Inns can also be found in Arizona, California, Nevada, and Texas.\n\n\"It's great to have the chance to bring our brand of west coast hospitality to a new community,\" Pokorny said. \"Right now, we're surprising ourselves in terms of growth.\""], ["No, I\u2019m not talking about any particular issue with the media! My moan is about the overuse of the word \"issue\" in the media, in politics and by corporate high fliers. Everything these days, instead of being a problem, or a difficulty or even a discussion, is now an ISSUE!\n\nMedia issues, they keep using that \"I\" word!\n\nI assume that this has crossed the Atlantic at some stage, just like \"I hear what you're saying\" or \"Say again\". These phrases seem to have gone out of fashion and I for one, wish people would think about what they are saying, rather than blindly going with the flow and spouting out nonsense phrases.\n\nIs it just me that perceives this, or has anyone noticed the overuse of the word \"ISSUE\" in the media?", null, "I would like to bet that any interviews recorded more than a couple of years ago would be less likely to contain \u201cissues\u201d. These days however \u201cissues\u201d are all over the place and you can pretty much guarantee the word will be used several times in a single interview broadcast.\n\nI sent a text to Five Live the other day to congratulate John Hutton, the Minister for Work and Pensions, who somehow managed to do a 10-minute interview, without using the word once! Funnily enough my comments were not read out on the air. Presumably this was because the presenter had \u201cissues\u201d and used the word regularly himself!\n\nTotally agree . I have serious \u201c issues \u201c with that word and I the overuse of it. It\u2019s\u201d politicospeak\u201d. If I am allowed a neologism?\n23/06 Fastdoc\n0\n\nI hate the word issue. At least half of our communications in the workplace contain it. It's the white bread of vocabulary. I challenge myself to find ways of never using that word.\n17/11/17 Nancy\n4\n\nI notice that when Microsoft offer a software update they write \" this update is to solve an issue with\". I think they should state \" we have issued this update to solve a potential problem with\" etc.\n07/09/16 Thig\n0\n\nI have noticed the \"issue\" word is increasingly being used in the workplace. However, when somebody voices their \"issue\" an \" issue\" is found against them. Soon things get so that everybody has some kind of \"issue\".\n19/09/13 sideWALK\n1\n\nHow pathetic is this, from the Daily Fail :\n\n'We have now completed our internal investigation with our long term sales associate, who was involved in the EDL issue, and he will be back at work in due course.'\n\nAn issue is either :\n\nA child, as in : \"John Smith, issue of Bill Smith and Mary Jones\"\nor\nan instance of a publication, as in : \"The September 25th. issue of the New Scientist.\"\n\nThree cheers for this observationI The overuse of the word \"issue\" is something that's irritated me ever since it emerged on this side of the Atlantic. Indeed, instead of \"problem\", \"difficulty\", \"complaint\", \"enquiry\" and so on, everything in the world of business, government and so many organisations of all colours these days, is an \"issue\". In particular when it comes to contacting a company to make a complaint there is a subtle psychology at work here when instead of admitting incompetence, shortcomings, inefficiency etc., it's all referred to as being \"an issue\": the reason for this is that the use of the word \"issue\" in this context is an attempt to neutralise any potential admission of guilt or wrong doing; e.g. I contacted my internet service provider once to complain about the slowness of their rectifying a fault and was told \"we have looked into your account and have not found any issues there\". Give me strength! The overuse of \"issue\" however is only but one example of ghastly corporate-speak which is all part of Amercan degrading of the English language.\n18/09/13 Simon\n2\n\nWhat gets me going is all the hand flapping and arm waving by tv presenters , do we really need these affected gestures to emphasise every word some of the experts on antique road show , among others are awful ,it's very distracting\n12/08/13 nell\n-2\n\nGet back to work\n\nMicheal, it's nit picking twots like you that really pee people off. If you what to make a spectacle of yourself go and play with the traffic on a motorway. I suppose you are another public sector worker with nothing better to do.\n16/07/13 Get back to work\n-1\n\nWhy is it that those involved in the media, be it in newspapers, on TV or on radio\nchoose to use the term 'ahead of' when the perfectly good preposition 'before'\nwill do ? I've just managed to write this comment ahead of my lunch !!!!!\n16/07/13 Michael\n-4\n\nShakespeare is overrated tosh in my opinion"], [null, "You could say our team here at Heavenly Tea Leaves has a thing for Japanese culture, and of course, Japanese tea. Japan is a country that is revered for its ancient history, rich traditions, and pride in quality and care for every product they grow or create. Because among our team members we've visited Japan a number of times, we've developed a special interest in all types of teas from this Pacific nation--and we don't just mean matcha!\n\nOriginally sought after as medicine, tea was first brought to Japan by Chinese monks in the 8th century and was first consumed by the upper class (Samurai) and priests in Japan. The archipelago proved to have the right climate and terrain for growing tea; to this day, tea is cultivated in almost all regions of the country. Access to tea by the greater public did not come around until the Middle Ages. Influenced by Zen Buddhism, the Japanese tea ceremony (known as chanoyu or chado) developed as a unique practice with its own specialty teas and clean esthetics.\n\nJapan focuses mostly on green tea, which serves the benefit of lively and deep flavor, a plethora of healthy properties, and a steady stream of energy. Not all Japanese green teas are made the same, however. Here, we will take a closer look at the various tea types, both popular and rare, that you'll need to add to your South Pacific tea repertoire!\n\nWe always love to start off with a bang; in this case, that bang is a cup of rejuvenating Gyokuro green tea. Gyokuro is a green tea for those looking for umami flavor (perfect for the AM hours). Thanks to a unique processing method at the final stages of this tea plant's growth, it is shaded, leading to a higher chlorophyll content than the typical green tea, as well as a deep, rich green color and grassy, vegetal flavor.\n\nFor a nuttier variation, try Genmaicha Japan. Also a green tea, this one is known as the \"people's tea\" in Japan because it was economical to include toasted rice in the home blend; this tea doubles down on your umami senses thanks to the presence of popcorn and fire-roasted rice alongside a classic, rich green tea. The result? A party in your mouth that won't be ending any time soon.\n\nSometimes, though, we like to climb the green tea ladder. One of the more lavish Japanese tea experiences you can have is with our Kukicha. What makes this one special is that it contains stems and stalks left over from sencha and matcha tea production, so it utilizes the entire plant. Once considered peasant's tea, this variety is now known as a delicacy in Japan because of its natural sweetness and laundry list of health benefits.\n\nLooking for yet another Japanese green? Our well-rounded Zen Super Green is the answer for those looking for the consistency of regular tea but the potency of matcha (which in turn is made from first-flush spring Gyokuro). This blend of organic sencha and matcha green tea powder is the perfect balance between strong and delicate and finishes with a velvety, umami, vegetal mouthfeel. Be careful not to brew this and other delicate green teas at higher than 170 degrees, as you may burn the tea and extract unwanted bitterness!\n\nAs you may know, we're total matcha lovers. In fact, we've written an ode to matcha already--check it out! Matcha is a fine green tea powder that's super-concentrated in flavor, texture, and health benefits. It's made by simply whisking the powder into boiling water (and perhaps adding frothed milk and sugar if you're going for a matcha latte!). Our ceremonial-grade 30-gram matcha tin contains hand-picked and stone-ground green tea and come ready to brew.\n\nHojicha, which has a distinct roasted taste, is another signature Japanese blend carried by Heavenly Tea Leaves. So, what's the conclusion? Japan is definitely a tea destination worth learning about (and visiting), and its green teas are quite varied and totally spectacular. Japan's rich and detail-oriented culture shines brightly through their ability to manufacture some of the world's most premium green teas. Which one will you get your hands on this spring?\n\nP.S. Stay tuned to our Instagram page (@heavenlytea) for some photos of our latest trip to the majestic tea fields of Wazuka, Japan!"], [null, "This photo, taken Sunday, shows Foreign Minister Chung Eui-yong preparing to depart for London at Incheon International Airport, west of Seoul. (Yonhap)\nThe top diplomats of South Korea, the United States and Japan will hold trilateral talks on the margins of a Group of Seven (G-7) gathering in London later this week, a source said Tuesday, as Washington eyes a thaw in strained ties between its Asian allies.\n\nThe meeting between Foreign Minister Chung Eui-yong, and his US and Japanese counterparts, Antony Blinken and Toshimitsu Motegi, respectively, is set to take place Wednesday, as they gathered in the British capital for the session of G-7 foreign and development ministers.\n\nThe meeting will mark the first direct engagement between Chung and Motegi, as Chung's overtures for dialogue with the Japanese minister had fallen on deaf ears amid tensions over Tokyo's wartime forced labor, sexual slavery and export curbs.\n\nOn Monday, Chung said he may also meet with Motegi bilaterally after the trilateral meeting, but it still remains uncertain if their talks will take place.\n\nThe three-way meeting has been arranged amid concerns that prolonged spats between South Korea and Japan would undercut America's efforts to revitalize its regional democratic alliance network in the face of China's growing assertiveness and North Korea's nuclear threats.\n\nRelations between Seoul and Tokyo have shown no signs of improvement due to historical spats stemming from Japan's 1910-45 colonization of the Korean Peninsula, as well as its recent decision to discharge radioactive water from its crippled Fukushima nuclear power plant.\n\nAt their talks, Chung, Blinken and Motegi are expected to discuss a coordinated strategy on North Korea.\n\nLast week, the White House said that the Joe Biden administration had completed its review of policy toward Pyongyang, and that it will seek a \"calibrated, practical\" approach toward the goal of the complete denuclearization of the peninsula.\n\nThe three sides could also discuss pending global issues, such as the fight against the COVID-19 pandemic, distribution of vaccines and climate change.\n\nSouth Korea, the US and Japan held their last trilateral foreign ministerial meeting on the sidelines of an international security forum in Germany in February last year.\n\nThough not party to the G-7 grouping, South Korea, Australia, India, South Africa and Brunei, the chair of the Association of Southeast Asian Nations, have been invited to the forum as guests. (Yonhap)"], [null, null, null, null, null, null, "6\nEV3 Brick Error Symbols?\n5\nCustom EV3 Block: \"Unable to compile...\" (\"string subsection\")\n1\nWhy does display output affects motors?\n3\nEV3 switch block does not recognize text?\n2\nHow do you interrupt a MyBlock?\n2\nCan't create block: \"Use of a block which no longer exists\"\n4\nIs there a duplicate/copy paste function in Lego Mindstorms Ev3 programing?\n3\nWhy does Pybricks on ev3dev have slow performance compared to EV3-G?"], ["Police operatives in Enugu state have smashed a six man gang armed robbery suspects that specialized in the blocking of highways, hijacking of buses with passengers and taking them to a secluded portion of bushes off from the road and robbing passengers of money, valuables and belongings.\n\nDuring the operations carried out, four of the gang dressed in a suspected police uniform were promptly arrested after a gun duel with the operatives that took them off guard and which left them fatally injured while two of the gang members believed also to have been touched by bullets of the operatives escaped with the injuries.\n\nIt was gathered that suspects had allegedly in the early hours of 24/12/17 , while dressed in suspected police uniform along 9thmile/Nsukka Expressway by Egede in Udi Local Government Area Enugu state \u2013 had stopped two Hiace commuter buses of a commercial bus company believed to be coming from Lagos and heading to Otukpo Benue state, diverted the buses to another bush road where they were allegedly robbing their victims before the operatives swooped on them.\n\nMeanwhile,the operatives have intensified manhunt on the fleeing injured members of the gang while members of the public particularly hospital operators are to watch out for any one with injury/injuries suspected to be that of gun shots and report promptly to a nearby police station for prompt necessary action.\nsource:toptipz.com.ng", null, null], [null, "Breaking Down the Offensive Line\n\nWhen Shawn Elliott was named the head coach at Georgia State, South Carolina head coach Will Muschamp turned to a familiar face for Gamecock fans, selecting Eric Wolford to lead the offensive line in 2017. Wolford previously served as the Gamecocks\u2019 offensive line coach for one season during the Steve Spurrier Era, before taking a head coaching position of his own. He returns to Columbia after spending the past two years working with NFL offensive lineman as part of the San Francisco 49ers organization.\n\nWolford will be tasked with developing a formidable line that can create holes for the backs and provide enough protection for quarterback Jack Bentley that he is able to get the ball in the hands of the talented array of playmakers.\n\nWolford is blessed to have an offensive line that boasts a wealth of experience. Cory Helms (36 starts) and Alan Knott (29) have logged the most starting assignments on the squad. Zack Bailey (18), Malik Young (9), D.J. Park (3) and Donell Stanley (1) also have gained starting experience, as the unit has totaled 96 combined starts.\n\nSeniors Helms (6-4, 309) and Knott (6-4, 290) figure to hold down the right guard and center positions respectively in their final campaign. Both played through injuries during the 2016 campaign, but begin 2017 healthy and poised to have their best seasons in the Garnet & Black.\n\nAll-SEC candidate Zack Bailey (6-6, 311) transitioned from left guard to right tackle in the spring and figures to be the starter at that position, although the junior from Summerville, S.C., could certainly move back inside if the situation dictated that move.\n\nThe left side of the line entered fall camp a little more unsettled. Junior Donell Stanley (6-4, 317) looks to have nailed down the starting left guard job, while junior Malik Young (6-3, 303) and junior college transfer Dennis Daley (6-6, 330) continue to battle it out for the left tackle spot. Young has been the more consistent performer in fall camp but Daley has made this position battle one of the more interesting ones to watch as the season progresses.\n\nCoach Wolford would like to find at least eight offensive linemen he feels the Gamecocks can win with if they are put in the game. The second-team unit in fall camp has consisted of redshirt freshman Sadarius Hutcherson (6-4, 316) at left guard, redshirt freshman Chandler Farrell (6-2, 292) at center, senior D.J. Park (6-4, 337) at right guard and junior Blake Camper (6-8, 310) at right tackle, although Wolford likes to cross-train his linemen to be versatile enough to play more than one position. Park is especially versatile and is likely the first man in should a change be made at any of the spots other than left tackle.\n\nRedshirt sophomores Trey Derouen (6-3, 305) and Christian Pellage (6-6, 296) have each earned a letter since their arrival on campus and figure to provide additional depth. They are joined by returnees Ryan Green, Cameron Johnson and Will Putnam, who are all in their second year in the program.\n\nFour true freshmen scholarship players are on campus and getting their first taste of a fall camp. While it would appear that all four are likely headed for a redshirt season, a common occurrence among offensive linemen, the quartet of Summie Carlay, Jordon Carty, Eric Douglas and Jordan Rhodes all hope that the year spent on the practice fields and in the weight room with head strength & conditioning coach Jeff Dillman and his staff, will begin to pay dividends with playing time, possibly as early as 2018."], ["\u201c\u2018Gauguin: Metamorphoses,\u2019 which opens on Friday at MoMA in New York, recasts the artist as an altogether darker figure, closer to Edvard Munch and the dark pre-Freudians of Northern Europe than the post-impressionist confraternity of Van Gogh, Seurat and C\u00e9zanne,\u201d Jason Farago wrote in his review (\u201cGauguin: Metamorphoses review \u2013 \u2018Forceful, disturbing, obscene\u2019,\u201d Guardian, 6 March 2014) of the blockbuster exhibition that I was lucky enough to see before it closed, and it was indeed a revelation that shifted my view of this seminal artist.", null, "There is on the one hand the exoticization & objectification of Tahitian women, which is objectionable particularly in relation to the relationships he had with them; but on the other hand, there is also his primitivism, which is not simply an exoticization of a foreign culture by a colonial tourist, but is in fact the expression of a longing for & even reconstruction of a lost pagan culture that had already nearly disappeared when Gauguin arrived in Tahiti. In his rejection of what he saw as the hypocrisy & culturally destructive colonialism of French Catholicism in Tahiti, Gauguin was very much on target, and a balanced assessment of his art \u2014 as this exhibition gave us \u2014 needs to take that into account as well as the objectionable aspects of it as well. I will never look on Gauguin\u2019s languorous Tahitian women again without also thinking of his invocations of Oviri~!", null], ["The hike is a 5-day hike through wild and pure ocean fronts and tropical forests. There are parts of the National Park with seals and penguins, and always a ton of birds. You can choose to kayak, boat, hike through the inland trails, or do a little bit of everything.", null, null, "The trail is tagged as \u201ceasy/moderate,\u201d but I am sure they did not put into consideration having a giant pack on your back. That factor seems to change how steep a hill is and how long a stretch of hiking is. Luckily both Luca and I are both young and relatively fit.", null, null, "Before leaving, Luca and I kept arguing about what we should pack. I was very worried about keeping the weight down and was doing everything possible to get rid of weight. On the other hand, Luca the Italian was very worried about what we were going to eat. Luca is always very worried about what we are going to eat. In the morning the first thing he usually asks me is \u201cSo, what should we have for dinner?\u201d \u201cI don\u2019t know. I haven\u2019t even had breakfast\u201d is normally my response. I was fine with eating Ramen Noodles, but Luca insisted we had a gourmet meal every night with heavy vegetables such as broccoli and canned beans (Note: They insisted everywhere on the internet during my research to NOT bring canned food on a hike). While we were making our pile of things to pack, Luca kept throwing things in the pile such as a whole bottle of soy sauce. Did we really need that much soy sauce? Nope. Eventually I just stopped arguing with him and let him pack what he wanted as long as he was the one carrying it.", null, null, "Our hike on the first day was absolutely beautiful. It ran along the coast and every 10 minutes or so there would be a path that led you down to the coast. Some of the coves the paths led you to had caves made out of sand stone. The water was as blue as can be and the weather was perfect (well, maybe a little on the hot side for hiking with a gigantic pack on your back, but no complaining here).", null, "The first day was shorter and easier than the rest of the days. I was grateful for this because it took some getting used to our packs and hiking boots. My backpack fit perfectly and was as comfortable as can be (thanks to the parentals for an awesome birthday gift). Luca, on the other hand, was suffering from his pack being too heavy (SURPRISE!). I let him suffer for a short amount of time and then decided to help him a bit by taking some of the weight off of his load. Don\u2019t worry; I did not miss the opportunity to say, \u201cI told you so!\u201d", null, "Our campsite at Te Pukatea Bay that evening was located in a gorgeous little beach. There were only a handful of other people at the campsite and we basically felt like we were along on the beach together. Abel Tasman is the definition of paradise. I think it is one of the most beautiful places I have ever been to in my life.", null, "Some of the hike is dependent on tidal times. When crossing Torrent Bay, I knew that we would have to take the high tide route because the low tide was very early in the morning. What I didn\u2019t realize was that it went up a very steep hill and would take an extra hour and a half. The first climb killed us. It was blazing hot with lack of shade and seemed to go on forever. We saw a sign for Cleopatra\u2019s pool and thought that sounded like a great place to go for a swim to cool off after our climb. About five minutes from the pool we heard screaming children and came to find out that the pool was infested with kids. There was a group of kids from a day camp and they were visiting the pool that day. We decided to go to a swimming hole further down the river that another couple called \u201cThe Adult Pool.\u201d", null, "The swim felt exhilarating, but when we tried to eat lunch the bees kept swarming around us and annoying us. I couldn\u2019t relax, so we got up and left to find another place to have lunch. Then of course the next place we tried to have lunch at also had bees swarming around us. We were very irritated by them at this point. They are relentless at Abel Tasman. They do not fear you and swarm around your face. You constantly hear a buuuuuuuzzzzzzzzz.\n\nBy this time in the day, my scorching headache proceeded to get worse and Luca was developing blisters on his feet. We had 4 hours of the hardest part of the Abel Tasman 5 day hike in front of us and were in no mood to tackle it. We checked in to taking a water taxi to our next campsite, but it was too late in the day and all of the water taxis were done doing their rounds.\n\nI decided at that moment that it would be a lot easier to hike in a better spirit, and to make the best out of a bad situation. To help turn things around, I started playing fun dancing music on our portable speaker. It helped me to keep a good pace and tackle the climbing. Other hikers seemed to enjoy it too. I made sure to focus on the beauty of the trail and not my physical pain. Luca was getting bitter from his blisters and weight of his pack, but I kept cheering him on.", null, null, "After the longest and steepest hill of the whole hike, we managed to make it to our next camp just in time to set up camp and cook dinner before it got dark. We made it! It was such a relief. Hiking is about pushing your body further than its comfort and seeing how far you can go. It is amazing what you can do when you put your mind to it. Never give up.", null, "We slept in the next day because we only had a short hike to do to get to our next campsite. The next part of our journey was also dependent on a low tide that wasn\u2019t happening until between 4:00pm and 7:00pm. After breakfast we went to a fresh water pool where I soaked my bug bitten feet and Luca soaked his blisters. We then hung out on the beach at our campsite at Onetahuti Bay.", null, null, null, null, null, null, "The only hard part about that leg of the hike was the low tide crossing at Awaroa Inlet where there was no shade and we had to take off our shoes to cross the water. The Waiharakeke Bay campsite was our least favorite because it was swarming with mosquitos. By that point of the hike, I was so over bugs. I had bug bites everywhere and I was so sick of hearing them. Because of Benedril to stop me from waking up and scratching, I dreamed well that night of a roof over my head that sheltered me from bugs.", null, null, "The next morning I woke up refreshed as ever and we packed up camp and began our final long hike of our journey. I enjoyed myself along the way and swam at every spot I could. The hike was easy, with the exception of the two giant hills. It was helpful to be rooted on by fellow hikers who were traveling the other way.", null, "When we reached our final camp at Mutton Cove we found 2 people that we met at the camp the night before. They had travelled the world and were from New Zealand. One of their journeys was biking from Canada to Mexico and back for 6 years straight. They were an older couple, but were extremely fit. I told Luca that I aspired to be them when we were old.\n\nApparently they managed to fund their travels by collecting several rental properties in New Zealand through their life. They can now afford to hire a property manager to look over the properties while they are away. That definitely planted a seed in Luca\u2019s head\u2026.\n\nThe couple told us to look for muscles on the rocks close to our camp during low tide and cook them for dinner. We had a blast searching through the little eco systems among the corral. We saw a bunch of starfish and sea urchins. The muscles were delicious.", null, null, null, null, "I woke up the last day of our hike and took a swim in the ocean \u2013 a refreshing way to start a hike. The highlight of our 2 hour hike to where we would pick up a water taxi back to our car was tackling the last hill. I was so tired and my legs were so sore, but it was the last hill and I was going to own it. And so I did. I even did a dance when I reached the top.", null, null, null, "We were so excited to eat anything but what we packed in our bags for our journey. We ended up finding a gourmet burger place called The Fat Tui. Food had never tasted so good in my life."], ["MINNEAPOLIS (WCCO) \u2013 Authorities say nobody was hurt but two dogs had to be rescued from a house fire in New Brighton Monday morning.\n\nAuthorities received a 911 call at about 9:43 a.m. of a dwelling fire. When firefighters arrived to the scene, heavy fire was showing from the back of a single-family home, and it was extending to the attic.", null, "Fire crews were able to stop the fire from spreading throughout the home, and spent about two hours on scene. Nobody was hurt in the fire, but two dogs were rescued after employees with The Garage of New Brighton went to the area to investigate smoke and saw the home on fire. They got the two dogs out before fire crews arrived.\n\nThe cause of the fire is under investigation. Authorities say it does not appear to be suspicious in nature."], [null, "When you think of dinosaurs, you are imagining them as envisioned by the artist Charles R. Knight 100 years ago.\n\n\nAmerican wildlife artist Charles R. Knight (1874\u20131953) spent a lifetime creating scientifically accurate and spectacularly beautiful images of Earth\u2019s ancient past, from dinosaurs and mammoths to saber-toothed cats and early humans. For generations, his groundbreaking work has inspired scientists, artists, and filmmakers all over the world and shaped the way prehistoric times are imagined today.\nThis stunning volume gathers together both iconic and never-before-seen works from Knight\u2019s days of sketching animals in the newly opened Bronx Zoo, to the decades spent creating murals of prehistoric species for the American Museum of Natural History and the Field Museum.\n\nThis month, Abrams published the beautiful art book, Charles R. Knight: The Artist Who Saw Through Time, by Richard Milner. Abrams has kindly given permission for me to run a selection of images from the book. Enjoy!", null, "Knight\u2019s iconic painting of a tyrannosaur and triceratops facing off is a large mural in the Field Museum in Chicago.", null, "Knight\u2019s finished oil painting of the tyrant lizard highlights its monstrous head with a splash of sunlight.", null, "One of Knight\u2019s renditions of the tar pits as they appeared ten thousand years ago features a saber-toothed cat and vulturelike Tetratornis, which was twice the size of a California condor. This painting was done for the American Museum of Natural History.\n\nThis classic Knight mural (first painted in 1920, and restored 1994) from the American Museum of Natural History depicts a Cro-Magnon artist painting mammoths near the entrance of Font-de-Gaume. It was done before Knight\u2019s visit to the cave, or he would have known that the frieze actually showed European bison, not woolly mammoths.", null, "Knight\u2019s superb pencil drawings, from life, of an African elephant."], [null, "Special replay from Red Pill Radio. Theodore L. Gunderson (7 November 1928 \u2013 31 July 2011) was an American Federal Bureau of Investigation Special Agent In Charge and head of the Los Angeles FBI. According to his son, he worked the case of Marilyn Monroe and the John F. Kennedy cases. In a 1995 conference in Dallas, Gunderson warned about the proliferation of secret occultist groups, and the danger posed by the New World Order, an alleged shadow government that would be controlling the United States government.[8] He also claimed that a \"slave auction\" in which children were sold by Saudi Arabian agents to men had been held in Las Vegas, that four thousand ritual human sacrifices are performed in New York City every year, and that the 1995 bombing of the Alfred P. Murrah Federal Building in Oklahoma City was carried out by the US government. Gunderson believed that in the United States there is a secret widespread network of groups who kidnap children and infants, and subject them to ritual abuse and subsequent human sacrifice. DelmarvaStudios.Net\nEmail: [email protected] Twitter: @DelmarvaStudios"], [null, "The cast of \u201cLord Of The Rings\u201d are coming together for J.R.R. Tolkien.\n\nThe author\u2019s former residence at 20 Northmoor Road in Oxford, England is about to hit the market. Sir Ian McKellen, Martin Freeman and John Rhys-Davies, who starred in the hit film franchise based on Tolkien\u2019s work, are kickstarting a campaign to purchase the house and turn it into a literary centre dedicated to the iconic writer\u2019s life.\n\nProject Northmoor has started a fundraising campaign to raise $6 million.\n\nRELATED: Hugo Weaving On If He Would Reprise His Role For \u2018Lord Of The Rings\u2019, \u2018The Matrix\u2019\n\nUnlike other writers of his stature, there is no centre devoted to J.R.R. Tolkien anywhere in the world. Yet. @ProjNorthmoor https://t.co/pzMg8Yk2t2 pic.twitter.com/jx2r5MVbcw\n\nIn a statement, the cast wrote, \u201cWe cannot achieve this without the support of the worldwide community of Tolkien fans, our fellowship of funders.\u201d\n\nRELATED: Orlando Bloom Shares What He Knows About Amazon\u2019s \u2018Lord Of The Rings\u2019 Series: \u2018It\u2019s Not A Remake\u2019\n\nRhys-Davies, who played Gimli, added, \u201cIf people are still reading in 1,000 years, Tolkien will be regarded as one of the great myth-makers of Britain and it will be evident within a matter of years that not to secure this place would have been such an act of arrogance and ignorance and folly on our part.\u201d\n\nThey hope to turn the home \u201cinto a literary hub that will inspire new generations of writers, artists and filmmakers for many years to come.\u201d\n\nAccording to People magazine, Tolkien and his family moved into the home in the 1930s and stayed there for 17 years. It was during that time that Tolkien wrote The Lord of the Rings and The Hobbit. Tolkien is also rumoured to have hosted C.S. Lewis there.", null, null, "Dua Lipa Opens Up About The Pressures Of Being...", null, null], [null, "The Fujifilm X-T200 is a low-to-midrange mirrorless camera that uses the company's X-mount. It features a 24MP APS-C CMOS sensor (non X-Trans) with on-sensor phase detection. Despite its relatively compact size, Fujifilm still found a way to give the X-T200 a fully articulating 3.5\" touchscreen display, plus an electronic viewfinder. The camera can shoot bursts with continuous AF at up to 8 fps, though the buffer fills quickly. Uncropped, oversampled 4K footage can be captured at up to 30p, with a 15 minute limit. The camera has a built-in mic jack and supports headphones via an included adapter. Connectivity options include Wi-Fi and Bluetooth.", null, null, null, null, null, null, null, null, null, null], [null, "James Webb: The most powerful Space telescope ever built blast into orbit\n\nThe $10bn James Webb telescope has left Earth on its mission to show the first stars to light up the Universe.\n\nThe observatory was lifted skyward by an Ariane rocket from the Kourou spaceport in French Guiana.\n\nIts flight to orbit was expected to last just under half an hour, with a signal confirming a successful outcome due to be picked up in Kenya.\n\nLive coverage of the launch is available on NASA\u2019s TV channel and website starting at 6 a.m. ET. Launch is expected at 7:20 a.m. ET.\nThe telescope has endured years of delays, including a combination of factors brought on by the pandemic and technical challenges. But the world\u2019s most powerful complex space observatory will answer questions about our solar system, study exoplanets in new ways and look deeper into the universe than we\u2019ve ever been able to.\n\nIt\u2019s a project that has taken 30 years to design and build and is regarded as one of the grand scientific endeavours of the 21st Century.\n\nWebb\u2019s goal will be to try to show the very first stars and galaxies to shine in the Universe.\n\nIt will also have the power to probe the atmospheres of distant planets to look for gases that might hint at the presence of life.\n\nThe anticipation is high, but so too is the level of anxiety.\n\nTo get to space, Webb must first survive a 27-minute ascent on what is, in effect, a controlled explosion.\n\nThe telescope then has to unfold itself in a series of complex deployments, all of which must be completed flawlessly or the observatory as a whole won\u2019t work.\n\n\u201cIt\u2019s a shining example of what we can accomplish when we dream big. We\u2019ve always known that this project would be a risky endeavour. But, of course, when you want a big reward, you have to usually take a big risk.\u201d\n\nThe James Webb telescope is named after one of the architects of the Apollo Moon programme, and the space agencies of the US, Europe and Canada, who are all partners on the project, regard it as a science flagship of no less importance.\n\nWebb\u2019s mission is to build on the discoveries of the Hubble Space Telescope, which, after 31 years in orbit, is nearing the end of operations.\n\nWebb will look deeper into the cosmos and, as a consequence, much further back in time.\n\nAt the core of the new facility\u2019s capabilities is its 6.5m-wide golden mirror.\n\nThis remarkable reflecting surface, allied to four super-sensitive instruments, should enable Webb to detect the light from the pioneer stars. These objects are theorised to have ignited more than 13.5 billion years ago.\n\n\u201cWe think there should be stars, or galaxies, or black holes maybe beginning at 100 million years after the Big Bang. There won\u2019t be many of them to find at that time but the Webb telescope can see them if they\u2019re there, and we\u2019re lucky,\u201d he told BBC News.\n\nThe pioneer stars are more than a mere curiosity. They began the process of seeding the cosmos with the first heavy chemical elements.\n\nThe calcium in our bones, the phosphorus in our DNA and the iron in our blood \u2013 all these atoms had to be \u201cmanufactured\u201d in the nuclear reactions that make stars shine, and in the mighty explosions that end their existence.\n\nIn this sense, Webb will be charting our origins.\n\n\u201cOne of my favourite things about astronomy in general is that it really gets right down to our big questions: Where do we come from? How did we get here? Are we alone? These questions are more than just arcane science questions; they\u2019re questions that get to the heart of what it means to be human,\u201d said Nasa deputy project scientist Dr Amber Straughn.\n\nSaturday\u2019s flight to orbit involves one of the most dependable rockets in the business. The Ariane-5 has a greater than 98% record of success. Its last outright failure was in 2002.\n\nThe less-than-2% rate reflects the hazards that inevitably come with handling such an extreme vehicle.\n\nPeople will naturally focus on it \u2013 there are no guarantees in the rocket business \u2013 but it\u2019s fair to say that few Ariane missions have been subjected to the same level of detailed scrutiny as this one.\n\nEngineers have reviewed every aspect of the vehicle\u2019s performance. All questions have been answered.\n\nThe Ariane will fly east from Kourou, out over the Atlantic towards Africa.\n\nA signal confirming Webb is in space and safe should be picked up by a ground antenna in Malindi, Kenya.\n\nThis will mark the start then of a month-long journey for the telescope as it moves out to its planned observing station 1.5 million km from Earth.\n\nCharles Igbinidu is a Public Relations practitioner in Lagos, Nigeria\n@https://twitter.com/ionigeria\nPrevious Former England and Liverpool striker Daniel Sturridge ordered to pay $30,000 to man who found his missing dog\nNext I now believe in the power of prayer \u2013 not because it works, but because it helps"], ["Police: Man charged with OWI told an officer boozy smell must have been his spearmint gum\n\nThe Wausau man's 4-year-old daughter was in the car at the time of the traffic stop, according to court records.\n\nPolice: Man charged with OWI told an officer boozy smell must have been his spearmint gum", null, "ROTHSCHILD - Police say a man charged with OWI said the smell of alcohol an officer detected during a traffic stop must have been his spearmint gum.\n\nMark Pierzchalski of Wausau was charged Monday with a felony count of a fifth or sixth OWI with a passenger who is under 16 years old, according to Marathon County court records. He was also charged with felony bail jumping as a repeat offender and two misdemeanors \u2014 possessing an illegally obtained prescription and operating a vehicle while his license was revoked.\n\nDuring a traffic stop Sunday, Pierzchalski denied having been drinking that day, according to court records. The officer wrote that Pierzchalski was slurring his speech and that his eyes were bloodshot and glassy with constricted pupils.\n\nWhen an officer asked him about the smell of alcohol he detected, Pierzchalski said that it was his gum causing the odor, according to court records. He then pulled a piece of spearmint gum out of his mouth.\n\nThe officer told Pierzchalski that spearmint gum does not smell like booze, according to court records.\n\nThe traffic stop took place on Highway 29 in Rothschild, east of Highway 51. Pierzchalski was in the car with his 4-year-old daughter, according to court records.\n\nPierzchalski denied a breath test and instead asked for a blood draw. He then refused to consent to a legal blood draw, court records show. He was later taken to Aspirus Hospital in Wausau after the officer received a search warrant for the blood draw.\n\nPierzchalski has a preliminary hearing scheduled at 9:15 a.m. May 8 at the Marathon County Courthouse."], ["The Insider's Guide to Ib\u00e9rico Ham\n\nKing of ham, Brindisa's own James Robinson shares why Ib\u00e9rico is the most highly prized air-dried ham and what you need to know when shopping and eating this delicious Spanish ham!\n\nby James Robinson | Head of Product Training at Brindisa\n\nWhat is so special about Ib\u00e9rico ham?\n\nIb\u00e9rico is the most highly prized air-dried ham, from animals of an ancient breed of semi-wild black Ib\u00e9rico pig. The Ib\u00e9rico pig has characteristically long slender legs, a sensitive snout to forage with, and dark skin to help protect it in the sun. The ham it produces is popularly known as pata negra, referring to the black hoof which stays on the slim leg throughout the curing process. and makes it look very different from other hams.\n\nHow to buy Ib\u00e9rico ham\n\nBuying Ib\u00e9rico ham can be confusing, particularly if you are not familiar with the descriptions used; the one thing everyone knows is that it is expensive, but how much should it cost?\n\nIt was in an attempt to bring some clarity to the consumer that the Spanish government introduced a law in April, 2014 to clarify and standardise the descriptions of different types of Iberico ham.\n\nThe four grades of Ib\u00e9rico Ham\n\nSimply put, the legislation sets out four different grades of Ib\u00e9rico ham. It is based on the pigs' diet and the purity of breed. By simply looking at the official description the consumer can make an educated choice about the quality, and hence the price, of their ham.\n\nThe four grades that were created are indicated on any Ib\u00e9rico ham or paleta (cured shoulder) on the bone by a tag (precinto)around the ankle, or on any boneless Ib\u00e9rico ham, paleta or cured loin by a tag attached to the sealed piece. These tags are essentially legal indicators of how the Ib\u00e9rico pigs were raised and fattened and what the minimum curing time of the ham was.", null, "The top grade of Ib\u00e9rico ham goes by the full description of \u201cJamon de bellota, 100% Ib\u00e9rico, \u2018pata negra\u2019\u201d. Jamon de bellota signifies that the Ib\u00e9rico pig fattened up on acorns (bellotas) on the autumn \u201cmontanera\u201d when the animals are put to forage on the dehesa, the oak covered savannah that makes up several million hectares of the south west of the Iberian peninsula. 100% Ib\u00e9rico means that it is a pure-bred animal, and pata Negra is a term that used to be used generically for any Ib\u00e9rico ham, but now can only be used to describe this top grade of ham. Hams and paletas will have a black tag around the ankle, issued by the relevant regional body.\n\nThe second grade is described as \u201cJamon de bellota, 50/75% Ib\u00e9rico\u201d, which means that the animal has undergone the montanera, but that either one parent, or one grandparent was of non-Ib\u00e9rico origin. When cross-breeding does occur the mother will always be 100% Iberico and the boar must be of the Duroc breed. This cross-breeding has two functions, firstly to prevent continual inbreeding, never a good idea, and also, to breed animals which will have more progeny and, frequently, larger back legs. Hams and paletas from these animals will have a red tag around the ankle.\n\nThese are the only grades of Ib\u00e9rico ham made from animals that have fattened up on acorns and they account for about 20% of all Ib\u00e9rico hams.\n\nThe third grade is called \u201cJamon de cebo de campo, 50/75/100% Ib\u00e9rico\u201d which indicates that the animal lived outdoors but fattened up on cereals and natural feed before slaughter. This means that the quality of the meat will excellent, but lacking the deep, sweet intensity of the acorn-fed hams. This accounts for a further 20% of Ib\u00e9rico hams.\n\nThe fourth grade is the one that tends to cause confusion; \u201cJamon de cebo, 50/75/100% Ib\u00e9rico\u201d indicates, in essence that the ham will almost certainly have been intensively reared. Where the minimum space required per animal for the top three grades during the fattening period is 1 hectare (100m\u00b2), the minimum required for this grade is 2m\u00b2! Simply put, this is the grade that can be made from intensively reared animals, and thus significantly more cheaply than the other grades of Ib\u00e9rico ham. This grade accounts for 60% of all Ib\u00e9rico ham production.\n\nWhy the Ib\u00e9rico grades are so important\n\nThis information can help you understand the welfare standards of the pig rearing and the pricing of Ib\u00e9rico hams. However, it also shows something more fundamental; it offers you the opportunity to make a choice about being part of a continuum that extends back 3,000 years. The dehesa is a unique environment that has been shaped by the indigenous animals of the region, and has shaped them too. This huge area has more endangered species of bird and animal life than anywhere else in Western Europe due to this slow evolution. By choosing a ham made from an animal that has followed innumerable generations of its ancestors living and feeding on the dehesa, you are helping to maintain an ecosystem whose environmental value is immense.\n\nThe bellota and cebo de campo animals have a symbolic relationship with their environment, and one which does wonders for the quality of meat. The jamon de cebo is essentially a commercial construct and it is a means by which the larger, more industrial ham producers can produce and sell a premium priced product under the cloak of respectability created by the origins of the higher grades of ham. This is not to say that there may not be some good jamon de cebo Ib\u00e9rico hams, but that those produced to the minimum requirements are unlikely to be among them.\n\nWhen buying Ib\u00e9rico ham, you can certainly make an ethical choice. You can choose to buy a product made from a free ranging animal that forages on the foods that they have evolved to consume over many thousands of years, and is arguably the most magnificent ham in the world, or whether you want a very decent ham at a cheaper price whose provenance does not concern you.", null, "by Monika Linton | Founder of Brindisa\n\nWhen we first started bringing in de bellota Ib\u00e9rico ham, before there was any real acceptance or understanding of it in Britain, I gave a wonderful ham to chef Simon Hopkinson, then at Bibendum, who was very excited by the arrival of this delicacy. His instincts were right; he simply sliced it and sent it out to diners, but the plates came back with the fat trimmed off and customers wanting to know why it was there. I was duly called over to the restaurant to confirm that the ratio of fat to lean was perfectly normal and exactly as it should be.\n\nIt was an absurd misunderstanding of a fine product that seemed so characteristic of modern meat production and consumption, which has all fat marked out by many people as almost criminal. Simon did, however, have one customer who genuinely appreciated and understood fine fat; the late great artist Francis Bacon. Simon saved up all of the trimmings that the other customers had eschewed and offered them to him to top-up his own slices of the ham, and they were enjoyed with great gusto.", null, "As incompatible as these semi-industrial hams felt alongside the farm-made Churra sheep's milk cheeses and other artisan produce that we were bringing in from Spain, I badly wanted to sell Spanish ham. And although those early examples from Large White pigs crossed with Durocs may not have been as specialist as those we can source today, they were still a delightful, novel experience for most British people; a rich red colour, with a more pronounced flavour than their Italian equivalents.\n\nOnce the market opened up, we were able to become properly selective and begin forging real relationships with favourite producers. Ultimately there is no substitute for this. Only through getting to know the farming, husbandry and curing processes can you understand what makes a truly great ham.\n\nYou can find out more about the Borough Market deli here.", null, null], ["Scottie picked Hamburg High School where he played as a point guard for the basketball team. Despite his successful high school career when Pippen made it to the state playoffs and achieved all-conference honors as a senior, he received zero college offers.\n\nEventually in 1983, Scottie enrolled himself at the University of Central Arkansas from where he graduated in 1987.\n\nScottie Pippen\u2019s body specifications may be \u2013\n\nScottie\u2019s religious beliefs are not known.\n\nHe is also known for winning two Olympic gold medals with USA\u2019s national team in Barcelona in 1992 and Atlanta in 1996.\n\nScottie played his first NBA match on November 7, 1987, when as a member of the Chicago Bulls he faced the Philadelphia 76ers and their star Charles Barkley.\n\nPippen came off the bench and for a total of 23 minutes spent on the court, he managed to achieve 10 points, 4 assists, 2 steals, and 1 rebound. In the end, the Bulls grabbed the W by winning 104-94.\n\nPlayer had no significant weaknesses.\n\nIn 1996, Pippen acted in the movie Space Jam alongside his fellow teammate from the Chicago Bulls, legendary Michael Jordan. Scottie\u2019s role was uncredited in the movie.\n\nOther than basketball matches itself, Scottie appeared in the episode called Baby Shower of the TV series ER in 1996 as Scottie Pippen.\n\nDespite we know that Scottie\u2019s athletic abilities didn\u2019t come over night, but he worked really hard to become what he did become (One of the best all-time NBA defensive players), we still didn\u2019t manage to find a lead on his workout regime while he was an active basketball player.\n\nScottie\u2019s favorite things are not known.", null, null, null], [null, "Multiple explosions have been heard along with gunfire at a Sikh temple in the Afghanistan capital Kabul, with many feared dead in what is being reported as a possible terror attack by ISIS.\n\nFour consecutive blasts have been reported coming from the Gurdwara Karte Parwan, a Sikh place of worship, in Kabul, and shooting is ongoing on Saturday morning.\n\nArmed attackers are believed to have entered the building and a siege is taking place, reported tribuneindia.com.\n\nThere are reports that there could be up to 15 hostages being held on the second floor of the temple.\n\nEye witness accounts have claimed that there are many dead and people are being taken to hospital.\n\nThe front door of the building is on fire and Taliban forces are preparing to attack the gunman inside who are thought to be from ISIS, it is reported.\n\nManjinder Singh Sirsa, of India's BJP political party, reportedly spoke to the Gurdwara Karte Parwan President Gurnam Singh, who confirmed that the attack started at 6am local time when the first prayers of the day were underway.\n\nMr Singh Sirsa posted a video on Twitter showing large plumes of black smoke and the sounds of gunfire.\n\nHe wrote: \"Video of terrorist attack on Karte Parwan Gurdwara Sahib in Kabul at 6am today. At present the Gurudwara is in the possession of terrorists. This is the main gurdwara of minority Sikhs in Afghanistan.\"\n\nIn a follow up tweet he said: Sikh Sangat (approx 10-15 in number) stuck in Gurdwara Karte Parwan in Kabul which was attacked by terrorists today morning. One person has been reported dead in this attack.\"\n\nPrevious : Tens of thousands to protest demanding government does more in cost-of-living crisis\nNext : Daughter of Brit jailed in Iran says Father\u2019s Day is \u2018the hardest day of all\u2019 \u2013 World News"], ["Barring a messy, last-minute divorce, Elon Musk is on track to own Twitter (and yes, mea culpa). The mercurial, brilliant entrepreneur offloaded around $8.5 billion of Tesla stock this week as he prepared to pay for his $44 billion side project. And soon, he\u2019ll be free to change the service as he pleases.\n\nMusk hasn\u2019t yet presented a comprehensive plan for Twitter \u2014 he may never \u2014 but he\u2019s proposed several significant changes worth evaluating. Musk\u2019s ideas include lengthening character limits, open sourcing the algorithm, and effectively putting an end to content moderation. A debate is raging about the latter, but all have tradeoffs.\n\nAlex Roetter, Twitter\u2019s former head of engineering, joined Big Technology Podcast this week to discuss Musk\u2019s proposals, examining both their feasibility and advisability. Here\u2019s a look at the most significant potential changes, along with his commentary:\n\nUpon announcing the deal, Musk said he wanted to \u201cauthenticate all humans.\u201d Twitter has long weighed this idea internally, wondering whether making people confirm their email or phone number could help reduce harassment and spam. The company never acted, perhaps because authentication could drop its user numbers and anger Wall Street. But it should\u2019ve. Pure anonymity, Roetter said, \u201cfosters the worst parts of speech online.\u201d So he loves Musk\u2019s authentication idea. As a private company, Twitter could afford to take a user number hit, a benefit of Musk\u2019s ownership. This idea is feasible and advisable.\n\nMusk hates the spambots. \u201cWe will defeat the spam bots or die trying!\u201d he said last week. Roetter likes this idea, but it\u2019s not that simple. To defeat the spambots, he said, you\u2019d build a classifier that looks for characteristics of bots and then bans them. You\u2019d then tune the classifier to either be really aggressive, where you\u2019d eliminate bots but also ban a bunch of human \u201cfalse positives,\u201d or be less aggressive, where you\u2019d let some bots slide and ban fewer humans. \u201cI think you should do it,\u2019 Roetter said. \u201cBut everyone should be prepared, there is no perfect spam bot classifier.\u201d This idea is feasible, though not perfect, and advisable.\n\nAllowing for free speech is core to Musk\u2019s Twitter takeover. \u201cFree speech is the bedrock of a functioning democracy, and Twitter is the digital town square,\u201d he said. There may be technical challenges to Musk\u2019s vision, including how that victory against spambots could ensnare human speech as well, said Roetter. \u201cI really don\u2019t think there\u2019s an answer that\u2019s going to make everybody happy,\u201d he said. Still, Musk could relax the current moderation rules and see how things play out. This move is somewhat feasible and its advisability is TBD.\n\nMusk is interested in Twitter\u2019s subscription product and could expand it. Making people pay for Twitter \u2014 or certain premium features \u2014 could help reduce spam and create a revenue stream if Twitter\u2019s advertisers bail over its new speech rules. \u201cIt\u2019s a really interesting idea,\u201d Roetter said. \u201cIf you don\u2019t want a bunch of what you think of as low-value activity to happen, if you charge more than the value that you think people are extracting from it, it should go away.\u201d Subscription fees could be normalized and scaled per location. This idea is feasible and advisable if implemented right.\n\nTo build trust in Twitter, Musk wants to open-source its algorithms. \u201cThis one is a head-scratcher to me,\u201d Roetter said. The algorithms themselves, he said, won\u2019t tell you very much. To figure out what to show you, Twitter\u2019s ranking algorithms essentially look at billions of examples of content, try to predict how you\u2019ll react to tweets and ads, and then use those scores to optimize what to show you. \u201cIt doesn\u2019t say, if you are Republican, then you\u2019re banned,\u201d Roetter said. \u201cThere\u2019s just nothing like that.\u201d Open sourcing the algorithms is feasible and perhaps advisable, but only to dispel the conspiracy theories.\n\nMusk has mused about adding an edit button and allowing lengthier tweets. Both ideas are technically straightforward, though they\u2019ll probably do little for everyday users who can already thread tweets together and delete and resend tweets with typos. \u201cI don\u2019t think it\u2019s going to change any of the main things that everyone is upset about,\u201d Roetter said. \u201cBut yeah, sure, why not?\u201d These ideas are feasible and, well, it\u2019s up to you Elon.", null], [null, "In a long-awaited decision, a federal court in Virginia ruled in United States v. Chatrie that a geofence warrant violated the Fourth Amendment, but that the fruits of the unconstitutional search could nevertheless be used against the defendant under the good faith exception to the warrant requirement. The Court found that the warrant at issue lacked particularized probable cause to search all nineteen Google users within the geofence. Because most geofence warrants inherently suffer from the same defect, the Chatrie decision calls into question law enforcement\u2019s ability to pursue this form of search warrant in the future. However, the Court stopped short of finding that geofence warrants are categorically unconstitutional and declined to resolve several important questions at this thorny intersection of law and technology. This ruling leaves law enforcement, providers, and the public with continuing uncertainty about whether and under what circumstances geofence warrants pass constitutional muster, but suggests that they must be used more narrowly and with greater judicial oversight than they have been in recent years.\n\nIn Chatrie, law enforcement employed a geofiltered data search, more commonly referred to as a geofence search warrant, to identify a suspect in a bank robbery. Contrary to what the term suggests, the use of a geofence does not limit law enforcement\u2019s search authority to a particular time and place. Instead, this process empowers law enforcement to demand that a provider comb through its records, dragnet-style, to determine which devices, and consequently which associated individuals, entered the designated geofence.\n\nLike another geofence search warrant that was found to violate the Fourth Amendment, the warrant at issue in this case involved a three-step process:\n\nThe geofence zone in Chatrie was a circle 300 meters in diameter, covering a portion of Richmond, Virginia, that included a church, a parking lot, and the bank that had been robbed. The warrant covered a time frame of one hour, and it allowed law enforcement, in executing the warrant\u2019s second step, to direct Google to provide further location data for an additional thirty minutes before and after that hour.\n\nIn executing Step 1 of the search, Google found nineteen mobile devices with Location History enabled had been within the geofence zone during the designated hour. Law enforcement then directed Google to provide additional data for all nineteen devices in Step 2, though it narrowed its request to just nine devices after getting pushback from Google. In Step 3, law enforcement required Google to provide identifying information for three individuals associated with devices of interest. The agent did not explain\u2014to Google or to the court that issued the warrant\u2014any basis for selecting nine devices in Step 2 or three of them in Step 3.\n\nThe information that Google provided under the warrant led police to identify Chatrie as a suspect and ultimately prosecute him in connection with the robbery. Chatrie then moved to suppress the evidence the search produced.\n\nThe U.S. District Court for the Eastern District of Virginia found that the warrant \u201cplainly\u201d violated the Fourth Amendment because law enforcement lacked probable cause to search each of the nineteen users whose devices were identified in Step 1 of the warrant execution process as having location history data responsive to the search parameters. The Court nevertheless denied suppression based on law enforcement\u2019s good faith reliance on the warrant.\n\nIn its lengthy ruling, the Court considered some of the complex legal questions that geofence warrants raise. Though not addressed explicitly, the decision grapples with the question of whether a Fourth Amendment \u201csearch\u201d occurs through the use of a geofence. No court has yet ruled on whether the use of such technology constitutes a search requiring a warrant under the Fourth Amendment. Like other courts that have evaluated the constitutionality of geofence warrants, the Court here assumed for the sake of argument\u2014and because law enforcement applied for a warrant\u2014that a search occurred. In sidestepping this issue, the Court avoided a fundamental underlying question: At what point in the geofence process does a search occur?\n\nChatrie argued that the search occurs when Google examines the location data of all mobile device users with Location History enabled in order to identify devices that were present in the geofence. The review of millions of users\u2019 location data in Step 1 to identify the nineteen potentially relevant accounts was clearly something Google did only as a result of the warrant\u2019s compulsion. If this initial review constituted a Fourth Amendment search, then law enforcement searched the data of millions of people\u2014which would almost certainly fail to pass muster under the Fourth Amendment\u2019s probable cause requirement.\n\nBut the Court did not address whether ordering that initial step was itself a Fourth Amendment search that required a showing of probable cause. Instead, the Chatrie opinion\u2019s probable cause analysis focuses only on whether probable cause existed to subject the nineteen accounts identified in Step 1 to a further search in Step 2. Under this analytical framework, however, it is impossible to determine who, or even how many people, will be searched until Step 1 of the search execution is completed\u2014which does not neatly square with the Fourth Amendment requirements that a warrant be sufficiently particular as to the persons to be searched and be predicated on probable cause as to each of them.\n\nIn addition to finding a lack of individualized probable cause for each of the nineteen devices located in Step 1 of the search, the Court found that Steps 2 and 3 impermissibly gave unbridled discretion to law enforcement to determine which of the nineteen devices to subject to further scrutiny. The Court held that such unchecked authority violated the Fourth Amendment\u2019s particularity requirement. However, it explicitly left open the possibility that the problem could be addressed by requiring law enforcement to return to court for judicial approval of the selections made in each of Steps 2 and 3.\n\nFinally, as to the third-party doctrine, the Court considered whether Chatrie waived any expectation of privacy he might have had in his location data by sharing it with Google, but concluded that the third-party doctrine likely should not apply. The Court also doubted that an individual waives all privacy interests in his location data and assumes the risk that Google would share such data with law enforcement merely by opting in to a location service and suggested that the adequacy of the provider\u2019s consumer-facing privacy disclosures plays some role in whether privacy interests have been waived. However, the Court stopped short of ruling on this issue.\n\nThis decision adds to what is now a handful of rulings addressing the constitutionality of geofiltered data search warrants under the Fourth Amendment. However, there are still significant open questions that courts have not addressed\u2014either because these questions have not been squarely presented before courts in a manner requiring courts to rule on them or because courts have avoided the issues in deciding the cases before them. Some of those questions may be answered by state legislatures like New York\u2019s, which is considering a bill to ban geofence warrants. But more likely the answers will come from federal and state courts addressing suppression motions and warrant applications arising from the explosive use of this still nascent investigative technique."], ["Apple dominated the news cycle yesterday with its iPhone 12 press event. While Apple was unveiling new phones and a smart speaker, its subsidiary Beats took the wraps off the Beats Flex, the company\u2019s latest wireless headphones.\n\nThe Beats Flex turns heads, but mostly because of the sub-$100 price tag.\u00c2\n\nUnlike the AirPods, which are \u201ctrue\u201d wireless headphones, the Beat Flex uses a small wire to connect two earphones together.\n\nThe wire is meant to lay across the back of your neck when you are wearing them. This wire does more than just help secure the earphones, it also contains a microphone and call/music playback controls.\u00c2\n\nBeats is promoting the sound quality of its Beat Flex headphones, noting that they have greater clarity and improved sound thanks to a redesigned driver.\n\nThe new headphones also are eight percent lighter than the previous BeatsX model.\n\nLike the older the BeatsX, the new Beats Flex can connect magnetically, making them easy to store when in use. They also now have an automatic play and pause function that\u2019ll pause your music when you take out the earbuds and resume playing when you put them back on.\u00c2\n\nThough lighter, the new Beats Flex boasts 12 hours of battery life compared to 8 hours for the older BeatsX.\n\nKeeping with Apple\u2019s trend, Beats replaced Lightning on the BeatsX with USB-C in the Flex model. The USB-C connector is a welcome addition for Android and iPad Pro owners who already use that cable type.\u00c2\n\nAdopting Apple\u2019s technology, the Beats Flex has the company\u2019s W1 wireless chipset that allows it to seamlessly switch between devices linked to the same Apple ID. It also supports Apple\u2019s new Audio Sharing feature that lets two people listen to an audio stream from a single iPhone.\n\nPerhaps the most compelling feature of the Beats Flex is its price. At $49.99, it is about $100 less than the BeatsX, which debuted at $150. It\u2019s also significantly less expensive than Apple\u2019s AirPods, which retail at $159 for the model with a standard charging case.\n\nPre-ordering for the Beats Flex is underway, with orders shipping as soon as October 21.\u00c2", null], [null, "\"The Love Song of J. Alfred Prufrock\", commonly known as \"Prufrock\", is the first professionally published poem by American-born British poet T. S. Eliot (1888\u20131965). Eliot began writing \"Prufrock\" in February 1910, and it was first published in the June 1915 issue of Poetry: A Magazine of Verse at the instigation of Ezra Pound (1885\u20131972). It was later printed as part of a twelve-poem pamphlet (or chapbook) titled Prufrock and Other Observations in 1917. At the time of its publication, Prufrock was considered outlandish, but is now seen as heralding a paradigmatic cultural shift from late 19th-century Romantic verse and Georgian lyrics to Modernism. The poem's structure was heavily influenced by Eliot's extensive reading of Dante Alighieri and makes several references to the Bible and other literary works\u2014including William Shakespeare's plays Henry IV Part II, Twelfth Night, and Hamlet, the poetry of seventeenth-century metaphysical poet Andrew Marvell, and the nineteenth-century French Symbolists. Eliot narrates the experience of Prufrock using the stream of consciousness technique developed by his fellow Modernist writers. The poem, described as a \"drama of literary anguish\", is a dramatic interior monologue of an urban man, stricken with feelings of isolation and an incapability for decisive action that is said \"to epitomize frustration and impotence of the modern individual\" and \"represent thwarted desires and modern disillusionment\". Prufrock laments his physical and intellectual inertia, the lost opportunities in his life and lack of spiritual progress, and he is haunted by reminders of unattained carnal love. With visceral feelings of weariness, regret, embarrassment, longing, emasculation, sexual frustration, a sense of decay, and an awareness of mortality, \"Prufrock\" has become one of the most recognised voices in modern literature. Among the most significant works by Eliot's: \"Portrait of a Lady\", \"Preludes\", \"Whispers of Immortality\", \"Gerontion\", \"The Waste Land\", \"The Hollow Men\", \"Ash Wednesday\", Ariel Poems\", \"Journey of the Magi\", \"A Song for Simeon\", \"Old Possum's Book of Practical Cats\", \"The Awefull Battle of the Pekes and the Pollicles\", \"Gus: The Theatre Cat\", \"Growltiger's Last Stand\", \"The Naming of Cats\", \"Burnt Norton\", \"East Coker\", \"The Dry Salvages\", \"Little Gidding\", \"Four Quartets\".\n\nThe Waste Land and Other Poems\n\nLong regarded as one of the fundamental texts of modernism, a treasury of many of T. S. Elliot's most important early poems, combines poetic elements from diverse sources with bits of popular culture and common speech to recreate the chaos of Europe in the aftermath of WWI. Original.\n\nThe Love Song of J. Alfred Prufrock and Other Works\n\nThis Squid Ink Classic includes the full text of the work plus MLA style citations for scholarly secondary sources, peer-reviewed journal articles and critical essays for when your teacher requires extra resources in MLA format for your research paper.", null, "The Waste Land, Prufrock, and Other Poems\n\nA superb collection of 25 works features the poet's masterpiece, \"The Waste Land\"; the complete Prufrock (\"The Love Song of J. Alfred Prufrock,\" \"Portrait of a Lady,\" \"Rhapsody on a Windy Night,\" \"Mr. Apollinax,\" \"Morning at the Window,\" and others); and the complete Poems (\"Gerontion,\" \"The Hippopotamus,\" \"Sweeney Among the Nightingales,\" and more). Includes a selection from the Common Core State Standards Initiative.", null, "This superb collection of 26 works features the poet's masterpiece, \"The Waste Land\"; the complete Prufrock and Other Observations (\"The Love Song of J. Alfred Prufrock,\" \"Portrait of a Lady,\" \"Preludes,\" \"Rhapsody on a Windy Night,\" \"Mr. Apollinax,\" \"Morning at the Window,\" and others); \"The Hollow Men\"; and the collection Poems (\"Gerontion,\" \"The Hippopotamus,\" \"Sweeney Among the Nightingales,\" and more).\n\nA collection of poems composed by Nobel Prize-winning writer T.S. Eliot between 1909 and 1935.\n\nPrufrock and Other Observations\n\nPrufrock and Other Observations (1917) is a collection of poems by T.S. Eliot. Published following the successful appearance of \"The Love Song of J. Alfred Prufrock\" in the June 1915 issue of Poetry: A Magazine of Verse, Prufrock and Other Observations established Eliot's reputation as a leading English poet and pioneering literary Modernist. Opening with \"The Love Song of J. Alfred Prufrock,\" the collection begins with an invocation of Dante, whom Eliot saw as an important innovator of a polyphonic, referential poetry capable of interrogating and dramatizing the construction and representation of the self. The poem is written from the perspective of a repressed, despairing middle-aged man who meditates on his relationships with women and the regrets he has accumulated with age. In \"Preludes,\" a poem of urban malaise, Eliot \"thinks of all the hands / That are raising dingy shades / In a thousand furnished rooms,\" and reaches for an understanding of the world as \"some infinitely gentle / Infinitely suffering thing.\" Other poems include \"Morning at the Window,\" another brief vision of city life, \"The Boston Evening Transcript,\" a satirical reverie on time and community, and \"Cousin Nancy,\" a humorous lyric celebrating Miss Nancy Ellicott, who unabashedly \"smoked, / And danced all the modern dances. Both personal and universal, global in scope and intensely insular, Eliot's poetry changed the course of literary history, inspiring countless poets and establishing his reputation as one of the foremost artists of his generation. With a beautifully designed cover and professionally typeset manuscript, this edition of T.S. Eliot's Prufrock and Other Observations is a classic of English literature reimagined for modern readers.", null, "Do I dare disturb the universe? This is a question recognized by people around the world. If typed into the internet, hundreds of examples appear. Many know that it comes from one of the best-known poems of the previous century, T. S. Eliot\u00e2\u0080\u0099s The Love Song of J. Alfred Prufrock. What many do not know is that Eliot dramatically shifted his views at the height of his fame for writing such dark poetry as this and The Waste Land, becoming a sincere, devoted Christian. While his poetry is famous because it expresses the loss of a spiritual center in European civilization, a careful reading of it reveals that he was struggling with his Christianity from the beginning, not rejecting it, but trying to make it fit into the contemporary world. If the reader works through Eliot\u00e2\u0080\u0099s love song for all of the esoteric meanings, as he demands, it quickly becomes evident that he intended it as a struggle between agape, amour and eros. Beginning it with a quote from Dante forces that into place. Though the protestant forms of Christianity have changed their views on these, the Roman Catholic holds fast. Eliot references Michelangelo in the poem, bringing in the great painter of the ceiling of the Sistine Chapel. Most immediately recognize his name and work, but do not realize how he expressed a similar personal struggle between the desires of the flesh and the spirit. Both of them admired Dante\u00e2\u0080\u0099s Divine Comedy, and its inclusion of amour as a means to salvation. Dante\u00e2\u0080\u0099s work is generally seen as the greatest literature ever to come out of Italy. This book is an expanded revision of Seeking God in the Works of T. S. Eliot and Michelangelo. It explores how T.S Eliot struggled with the highest meanings of existence in his poetry and his own life, and perhaps managed to express what has become known as a modernist (and post-modernist) view of what Rudolph Otto designated the mysterium tremendum, the experience of a mystical awe, the experience of God.", null, null, null, null, "Let Us Go Then, You and I\n\nLet Us Go Then, You and I is a new edition of T. S. Eliot's selected poems, published to celebrate his nomination as the 'Nation's Favourite Poet' in a BBC poll for National Poetry Day 2009.", null, null, "The Poems of T. S. Eliot: Volume I\n\nThe first volume of the first paperback edition of The Poems of T. S. Eliot This two-volume critical edition of T. S. Eliot\u2019s poems establishes a new text of the Collected Poems 1909\u20131962, rectifying accidental omissions and errors that have crept in during the century since Eliot\u2019s astonishing debut, \u201cThe Love Song of J. Alfred Prufrock.\u201d In addition to the masterpieces, The Poems of T. S. Eliot contains the poems of Eliot\u2019s youth, which were rediscovered only decades later; poems that circulated privately during his lifetime; and love poems from his final years, written for his wife, Valerie. Calling upon Eliot\u2019s critical writings as well as his drafts, letters, and other original materials, Christopher Ricks and Jim McCue have provided a commentary that illuminates the imaginative life of each poem. This first volume respects Eliot\u2019s decisions by opening with his Collected Poems 1909\u20131962 as he arranged and issued it shortly before his death. This is followed by poems uncollected but either written for or suitable for publication, and by a new reading text of the drafts of The Waste Land. The second volume opens with the two books of verse of other kinds that Eliot issued: Old Possum\u2019s Book of Practical Cats and Anabasis, his translation of St.-John Perse\u2019s Anabase. Each of these sections is accompanied by its own commentary. Finally, pertaining to the entire edition, there is a comprehensive textual history that contains not only variants from all known drafts and the many printings but also extended passages amounting to hundreds of lines of compelling verse.", null, "The Genius Of T.S. Eliot Contributed Immensely In Ushering Modernism In Poetry, Play And Literary Criticism. Therefore, Our Knowledge Of Modernism Will Remain Incomplete Should We Fail To Understand Eliot. This Book May Serve As An Introduction To Eliot, The Man, The Poet, The Playwright And The Critic. For The Benefit Of Readers, It Quotes In Full, While Introducing And Explaining, The Poet S Master-Pieces, The Waste Land And Four Quartets, And Also Some Of His Other Great Poems. Further, It Discusses About All Of His Five Major Plays, And Nine Important Essays, At Some Length.", null], ["In a war-torn world of elemental magic, a young boy reawakens to undertake a dangerous mystic quest to fulfill his destiny as the Avatar, and bring peace to the world. Upon returning to the Gantz room, scoring commences and Kurono\u2019s earns 58 points. As Kurono tries to convince the last alien to stop fighting the humans, the alien commits suicide, and the entire alien ship is set to self-destruct. June 19, [21]. Season 3 DVD Borgen: However, Kurono is captured by two gangsters, who force him to enter a building that holds a multitude of Mr.\n\nChimpanzee DVD Disneynature: Season 2 DVD Californication: Retrieved 22 February Hound of the Baskervilles Sherlock Holmes: A pair of high school students, Kei Kurono and Masaru Katoare hit by a subway train after saving the life of a drunk homeless man who had fallen onto the tracks. Daizaemon faces an Oni alien who is able to turn his body into rock.\n\nSeason 7 DVD Scrubs: Season 5 DVD Seinfeld: Trivia Dai Li, the name of the protectors of Ba Sing Se, has a meaning in Chinese, which is \u201cto act on behalf of someone in a responsible position\u201d or \u201cto act as an agent or proxy. Archived from the original on July 22, Kato destroys its statue form; however, the alien then exits the statue body and takes a larger form.\n\nRetrieved March 17, So as for the show itself, where to begin?\n\nSeason 5 DVD Saftar Gantz\u2019s room is then attacked by aliens, and while Nishi and Takeshi manage to escape safely, the humanoid from the sphere dies. Tien is captured and almost beaten to death before he is saved and brought back to the Kana Khone villagers. Later on, Pong starts to encourage May Nhai to confess her feelings for Fame Thanapob Leeratanakajornthe most famous person in school, but she is scared she might electrocute him.\n\nSeason 4 DVD Community: Kim 5 episodes, Goofs The design of the white lotus tile changes through the course of the series: This page was last edited on 21 Novemberat Season 2 DVD Entourage: Hiroto and Kenzo fight against one that is able to manipulate fire and, although the alien is killed, Hiroto is incinerated.\n\nBeer Pong Fan uncredited Steven Stadler Hiroto starts to use telekinesis to destroy the machines in sight, but is distracted by hallucinations of Kenzo and Tonkotsu. Takeshi is attacked by several of them but Daizemon is able to defeat them. Season 6 DVD Monk: Retrieved August 6, Our Favorites from the Week of Sept.\n\nBeer Pong Fan uncredited Anthony Singleton Season 2 DVD Skins: She entered the entertainment industry in after she won a beauty and talent contest called HACKS. Who was the best-dressed on the Oscars red carpet?", null, "Those people who think that there aren\u2019t any action scenes in it are blind, obviously. The Animated Series \u2014"], [null, "In the sparkling City of Brotherly Love, an outspoken coalition is successfully championing good design and planning. (Photo courtesy of Philadelphia Citypaper)\n\nAustin is finally getting serious about urban planning. Last week at City Council, a fresh comprehensive planning process got the green light. For at least the next two years, we'll be engaged in a great civic conversation about the future of our built city. Yet no single community group in Austin is dedicated to advocating for good urban design. As we approach a rapid series of critical decisions, a number of the community's best and brightest urban-design and -planning minds have begun talking together about how they might better serve as watchdogs for the collective good. As trained professionals, they want better city planning and development decisions based as much as possible on objective design principles rather than political compromises.\n\nPhiladelphia's Design Advocacy Group offers an interesting model for Austin. Formed about seven years ago by a core group of six, including Chairman Alan Greenberger, DAG now claims nearly 1,000 members. By championing a \"Reform Agenda for Planning and Design in Philadelphia\" over several years \u2013 and having the good fortune to help elect new Mayor Michael Nutter, who has adopted its agenda as his own \u2013 DAG has become an amazingly effective community voice.\n\nThe all-volunteer group has no staff, no dues, and no formal organization. States the website (www.designadvocacy.org): \"Our goal is be proactive as well as reactive; effective as well as thoughtful; critical as well as constructive. We want to create an unparalleled voice for design, a group whose opinion on the quality of our environment is sought after and whose contribution makes a difference. We are a group drawn from a broad spectrum of disciplines, comprised of motivated individuals who are routinely engaged in matters of design, development and planning and who are not afraid to speak out.\"\n\nThat last point is crucial. Austinites tend toward polite public education and vociferous grumbling in private. What we lack is courageous, informed voices insisting on the recognized principles of good design and planning. (Greenberger enjoys saying, \"Advocacy is our middle name.\") DAG positions have been taken seriously due to the professional expertise and stature of its 28-member steering committee. Many are notable practicing architects. Others are University of Pennsylvania faculty members, some with the School of Design's \"clinical arm,\" PennPraxis, through which faculty and students work on community projects, such as the website PlanPhilly.com. (What a great idea for the Community and Regional Planning Program at the School of Archi\u00adtec\u00adture at the University of Texas!) Others are professional planners who serve on city and regional planning commissions. Lay members include lawyers, builders, developers, preservationists, economists, students, and PR and marketing types. All that's required to \"join\" is to provide an e-mail address.\n\nAt DAG's open monthly meetings, \"a free and frank exchange of ideas is encouraged.\" Presentations on hot development projects and controversies draw a good crowd of 50 to 75 members. DAG's advocacy positions are honed after discussion at monthly meetings, a flurry of e-mails among the steering committee members to forge a consensus view, and a formal vote when necessary. To advance the cause, DAG hosts public forums such as \"Pride of Place\" on the design and planning issues relevant to a particular mayoral election. It has helped lead independent design charrettes for important projects such as Penn's Landing, a major waterfront development. DAG members provide expert testimony before government agencies, write letters to government agencies expressing positions, and publish white papers, op-eds, columns, and letters to the editor. Financial support has come from the William Penn Foundation.\n\nHow effective has the volunteer group's advocacy been? An early high-visibility fight was against the Jefferson Parking Garage, an ill-conceived, overscaled, neighborhood-blighting project for which Thomas Jefferson University and Hospital sought zoning variances. While DAG lost the battle for a complete redesign, the publicity put the group on the map. They also lost a battle \u2013 despite an emergency letter-writing campaign \u2013 to preserve historic buildings sneakily demolished by the state. But their major initiative \u2013 a Reform Agenda for Planning and Design in Philadelphia \u2013 has been a thrilling success. Within two weeks of taking office, Nutter named new professionals to the Planning Commission (including Green\u00adberger as vice chair), the powerful Zoning Board of Adjustment, and the Zoning Code Commission \u2013 just as DAG had advocated. The reform agenda called for creating a new Civic Design Review Commission; the mayor is now pursuing it. After witnessing DAG's by-invitation design reviews of major projects, said Greenberger, \"Now the mayor is calling for the Planning Commission to set up a design-review operation based on the DAG model.\"\n\nAddressing the Philadelphia City Planning Commission last week, Nutter gave a stirring speech \u2013 from the mouth of DAG \u2013 that, if heard here, would make many Austinites weep with joy. Austin Planning Commissioner Tracy Atkins, who heard Nutter address the 2007 Congress for the New Urbanism conference in Philly, remembers: \"He impressed me then. He is young and energetic.\" Said Nutter: \"As a city government, we reject the 'let's make a deal' mentality that dominated the past. Monty Hall has left City Hall. ... Those days are over! ... Planning is not a luxury, nor is it a jargon-filled veneer obscuring a deal-making process that slices up a city's assets in a disorganized rush. ... It's not a passive system, simply responding to developers' proposals; it's proactive and sets high standards of design.\" (Download the full text here.)\n\nMarveled Greenberger: \"We've lost a lot of battles, but we're winning the war of reform. We can't believe it! None of us saw this coming.\"\n\n\"Developing Stories\" visited Philadelphia during the June 5-7 Association of Alternative Newsweek\u00adlies Convention. To join a dialogue about starting a local group that advocates for good urban design and planning, e-mail planaustin@yahoo.com."], [null, "Amidst a lot of shocking celebrity divorces and breakups, including the longtime marriages of Jennifer Garner and Ben Affleck and Gwen Stefani and Gavin Rossdale, one major celebrity couple is making sure their names don\u2019t get dragged into the divorce trend.\n\nWill Smith and Jada Pinkett Smith have battled many rumors about their relationship over the years and, after recent divorces, it seems they were being pegged as the next ones to call it quits, that is until Will spoke out, slamming the rumors.\n\n\u201cUnder normal circumstances, I don\u2019t usually respond to foolishness. (Because it\u2019s contagious) But, so many people have extended me their \u2018deepest condolences\u2019 that I figured- \u2018What the hell\u2026 I can be foolish too!\u2019 So, in the interest of redundant, repetitious, over & over-again-ness\u2026 Jada and I are\u2026 NOT GETTING A DIVORCE!!!!!!!!!!! I promise you all \u2013 if I ever decide to divorce my Queen- I SWEAR I\u2019ll tell you myself! #Dumb People Should Have to Wear Scarlet D\u2019s,\u201d the actor wrote on Facebook.\n\nAlthough we all thought some of the other recently divorced couples were going strong, it seems Will and Jada are still doing just fine after 18 years of marriage."], ["\" Now, Armenians have two choices: Either they accept the situation or leave the country \" - Rovshan Ibrahimov\nRead: 349", null, "In reaction to the publish of biased reports by some media, Iranian Embassy in Baku said that ill-wishers and enemies are trying to disrupt Tehran-Baku friendly and brotherly relations, Mehr News Agency reports.\n\n\"In recent days, despite the clear positions announced by high-ranking officials of Iran, the enemies and ill-wishers of Azerbaijan Republic and Iran have always sought to achieve their sinister goals in order to disrupt cordial relations between the two countries,\" Iranian Embassy wrote.\n\n\"The embassy hereby declares that the recent rumors about the positions of the Islamic Republic of Iran on the conflict between Azerbaijan Republic and Armenia are sheer lies and are baseless,\"it added.\n\n\"The ill-wishers of the two nations of Iran and Azerbaijan Republic are trying to deceive the public opinion and hide the facts by launching evil media campaign,\" the Embassy said, adding, \"These propaganda and news, as the political aide to the President of Azerbaijan emphasized, is a betrayal of both countries.\"\n\n\"Iran and Azerbaijan Republic are friendly and brotherly nations and that friendship and brotherhood will exist forever and no one can disrupt it,\" it noted.\n\n\"The Embassy of the Islamic Republic of Iran strongly reject the false and baseless news and strongly condemns the spread of these heinous rumors,\" it stressed."], ["Mandela, Only Leader In The World \u2013Prof Adair\n\nAiling former South African President, Nelson Mandela, is the only person that deserves to be addressed as a leader in the world today, Prof. John Adair, the world\u2019s first professor of leadership, has said. Adair, the chair of the United [...]", null, "How Five South African Policemen Brutally Beat A Nigerian To Faint, Wake Him Then Tortue Him Again To Death\n\nFive Limpopo police officers beat a Nigerian man to death, the Polokwane Magistrate\u2019s Court heard on Thursday. \u201cI put it to you that you beat him, he fainted and you resuscitated him. He woke up and\u2026 you beat him again,\u201d [...]", null, "Nigeria Pledges $2 Million For Conduct Of Elections In Mali\n\nThe Nigerian government on Wednesday pledged a donation of US$ 2 million (about N320m) in support of agricultural development and conduct of free and fair elections in Mali. Vice-President Namadi Sambo made the pledge in Brussels at the International Donors [...]", null, "Desmond Tutu Vows Not to Vote for ANC Anymore\n\nArchbishop Emeritus Desmond Tutu says he will not vote for the Africa National Congress (ANC) again in future elections in the country. Mr. Tutu who wrote an opinion page in the Mail-Guardian newspapers on Friday that he had in the [...]\n\nThe oil curse: Ghana struggles to survive \u2013 When Ghana struck oil in 2007, citizens expected the industry would bring them better lives and investors anticipated hefty profits from a rising African economic star. Six years later, all of them are [...]"], [null, "The high breakthrough infection rate implies that vaccination as a standalone strategy will not be enough in the days to come. Multiple strategies of protection will likely be required long-term from a public health perspective.\n\nWhat is this Study?\n\nFor ease of discussion, the term 3rd dose will henceforth be used instead of precautionary dose\n\nFigure 2: The percentage of people in each age group who were affected by the 3rd wave\n\n5. Profile of vaccine use\n\n11. 3rd wave positive rates among those who got 3rd dose, versus those who did not take 3rd dose\n\nFigure 7A: Third wave positivity according to whether 3rd dose was taken or not\n\nFigure 7B: Comparison of confounding factors that could have affected the outcomes of 3rd dose\n\nThis indicates that infection was more common among those who had longer gap after 2nd dose. In other words, protection from infection appeared to be linked with how recent the last vaccine dose was.\n\nFigure 8 A: 3rd wave positivity according to gap since receiving 2nd dose, among those who did not take 3rd dose\n\nWe looked at people who took the third dose after varying gaps from the second dose. They were categorized into three groups:\n\nIn these three groups, we assessed the impact of the 3rd dose, as measured by the difference in 3rd. wave positivity rates. We found that a 3rd dose given early or during intermediate period made no difference to the baseline infection rate. But when the gap was >6 months after the second dose, taking a 3rd dose generated a 19% lower incidence of COVID-19 in the 3rd wave.\n\nFigure 8 B: Difference in percentage of infection rates between 3 and 2 dose groups, classified on the basis of gap between 2nd and 3rd doses. The longer the gap, the greater the additional protection observed.\n\nAmong those who had a 3rd dose, 716 got infected during 3rd wave\n\nAmong those who were vaccinated, but did not receive 3rd dose, 1577 got infected during 3rd wave\n\nFigure 9: 3 rd. wave symptom severity profile classified according to whether 3rd dose was taken or not\n\nThe severity profile of 3rd wave symptoms among vaccinated people who took 3rd dose and those who did not, were similar. The minor differences shown in the graph were not significant.\n\nFigure 10: Age of those who suffered moderate severity of COVID-19 during 3rd wave, expressed as % of total respondents. Although the chance of testing positive has higher among\n\n16. Public opinion: \u201cDo you think a precautionary dose is helpful?\u201d\n\nFigure 12: Sample of questions sent to assess severity of COVID-19 among respondents\n\nFor question no.2, more than one of the six choices could be selected, depending on individual severity.\n\nThey were later classified as asymptomatic, mild, moderate and severe.\n\nLess than 1% of those affected in the 3rd wave reported severe disease, defined as those who required supplemental oxygen during hospitalisation (6).\n\nThe chief reason that people mentioned for not taking the 3rd dose was that infections were being commonly reported after third dose."], [null, "How many municipal councillors or MPs have taken any personal involvement in foresight activities?\nWriter\nElina Kiiski Kataja\n\nHow many municipal councillors or MPs have taken any personal involvement in foresight activities?\n\nThe National Foresight Network was convened as part of the Foresight Friday event at the Association of Finnish Local and Regional Authorities on Friday 30 November, to ponder the subject of municipalities of the future and the factors vital to their success.\n\nFor a foresight specialist like me, the event was inspiring in two ways.\n\nEngaging in foresight activities alongside those in power\n\nThe first source of inspiration lay in the way in which the Association of Finnish Local and Regional Authorities implemented its major foresight process. The purpose of this process had been to examine the local authority of the future and the result was future images of municipalities (in Finnish). Instead of commissioning external consultants for the project, the association had engaged its own experts, leaders and councillors on a broad basis.\n\nThey began by collecting signals onto a group board on Pinterest. They then arranged trends into groups and processed them, before seeking future visions within each area. On the basis of their future visions and interpretations, they went on to build prototypes of the municipal services of the future.\n\nWhen foresight activity is implemented in this way, the result is a process of collective learning among participants and stronger commitment to the final results. To those who make their living out of foresight work, there is nothing revolutionary about this. On the other hand, I view public organisations and decision-makers in particular as overly cautious about applying participatory foresight methods. I wonder how many municipal councillors or MPs have ever had any personal involvement in actual foresight work. And how many ministers? If you can think of any, please let me know in the comments section!\n\nWhen faced with foresight data that you need to process into visions and concrete services, you usually also encounter an entirely new outlook about which you might otherwise have been oblivious. I believe that, right now, as Finland slogs through a quagmire of austerity and despair, we need future-oriented work more than ever as the basis of future visions and foresight \u2013 particularly among political leaders at various levels. Many thanks to the Association of Finnish Local and Regional Authorities for taking bold steps forward with this!\n\nThe second aspect of my inspiration is associated with the previous one. At the event, we also heard of a municipality that is already turning its strong, future-oriented activity and faith into reality. That municipality is Pirkkala, which has given thought to its future vision as the political system changes and its municipal identity becomes based on something other than organising services. How to create an identity that places democracy and dynamism at the heart of municipal operations?\n\nPirkkala seems to have succeeded well in this. It is true that it had a good framework from the beginning: it is located next to the large city of Tampere, has good transport connections, a beautiful environment and a balanced municipal economy. Still, this is not enough if political leaders or civil servants lack the ability to reform and the willingness to attain a healthy governance culture. Pirkkala has had the will and ability to invest in both.\n\nWhat do measures taken to secure future competencies look like in concrete terms? Pirkkala\u2019s vision is centred around a contented community and municipality which provides a lively, happy environment in which people want to settle. In other words, the municipality dares to connect well-being to happiness, not just service provision and other traditional factors. Strong trust between politicians, civil servants and local residents is promoting the implementation of this vision. They have no intention of paying mere lip service to the \u201cfacilitating role of civil servants\u201d, but want to genuinely think about what facilitation means and the skills it requires. They are adopting social media tools and understand that their use requires new skills and approaches, from both politicians and civil servants. They view dynamism as being about tearing down boundaries and are willing to co-operate with partner cities across national frontiers.\n\nWith social and healthcare reform just around the corner, now is a good time to re-examine regional and municipal identities. Many regions are already doing so. Last month, the Pirkanmaa Future Forum mapped the factors of future success and more major regional foresight events have been penned in for the spring. I will comment on these closer to the actual events. Before then, I hope that as many people as possible throw down the gauntlet to decision-makers, challenging them to join in their foresight activities.\n\nWeekly notes is a series of blogs offering insights into the topical issues being discussed each week by Sitra\u2019s research and strategy team. Our Weekly Notes are gathered together here.\n\nDelving into future trends \u2013 is there cause for optimism?"], ["RSS Feed\n\u2190 \u201cAs a drunkard uses a lamppost\u2026\u201d\n\u201cFriendly McKenzie, writing the words of a sermon that no one will hear\u201d \u2192\n\nFour minute warning [or \u201clast night the plans for a future war, was all I saw, on Channel Four\u201d ]\n\nI realise, as one of the markers of getting old, that a cultural touchstone of my life, the \u201cfour minute warning\u201d might well mean nothing at all to younger people, so before I start, I\u2019ll explain what it is.\n\nBack in the days of the Cold War, where we were worried about Russians and nuclear war rather than Al Qaeda and suicide bombers, the Government had an early warning defence system. They would know, from monitoring at Jodrell Bank (a big telescope observatory station) if missiles had been launched, and then the Government would bring into play klaxons, sirens and alarms to let everyone know that we had four minutes before the missiles would strike.\n\nGrowing up in the 80s, particularly in a city that was within a five mile radius of several RAF bases, and with left leaning teachers who were all signed up to \u201cSave the Whale\u201d and \u201cCND\u201d, I spent most of my formative years having these three facts drilled into me :-\n\n(a) You will need a degree to get a job, even a job stacking shelves, when you leave school, and there won\u2019t be any jobs, thanks to \u201cMrs Thatch\u201d\n\n(b) If you have sex with anyone ever, you will almost certainly catch Aids and die\n\n(c) You won\u2019t know when nuclear war will come, and any day could bring that four minute warning, but it WILL come [oh, and living where we do, you WILL be vapourised, no mutants and rebuilding society from the ashes for you, you will BE the ashes]\n\nThe school further emphasised point (c) by showing us the film \u201cThreads\u201d in which we saw a shopping centre not all that far from us get devastated by a fictitious nuclear war. That certainly made going shopping at the weekend a much more haunting and terrifying experience. If there\u2019s one thing worse than knowing you could be vapourised any moment, it is that you could spend your last moments alive trying on far too tight shoes in Clarks or looking in bad mirrors in Concept Man trying to work out if burgandy and mustard go together.\n\nWhat a cheery adolescence that was, alleviated only by \u201cAxel F\u201d, Gauntlet, Star Wars figures, Nike trainers, New Order, the Um Bongo advert, Wilma Deering\u2019s lipgloss on \u201cBuck Rogers\u201d and Frank McAvennie\u2019s blonde perm [these things not necessarily in order of preference].\n\nSo, it suddenly struck me the other day, that having lived under the shadow of nuclear war, and the four minute warning, an existential horror so incomprehensibly unfathomable in modern society that the only way I can explain it is to suggest that it made certain sections of the British public think that Sting of all people, was very wise, provocative and deep in his song \u201cI hope the Russians love their children too\u201d\n\nthat I hadn\u2019t thought about the four minute warning for years. Does it still exist?\n\nWould we get more time now, as with satellites and better computers we might know earlier that the nukes were being warmed up? Or would we get less, because technology in rockets has advanced and they would fly quicker?\n\nThis, by the way, is the message that would have been read out on all radios and on the BBC. It is, you will agree, a great comfort.\n\nHere is the cheeky opening which comes right out with the important bad news, just in case you were watching \u201cTelly Addicts\u201d and cursing that it had been interrupted by a party political broadcast. Don\u2019t touch the \u201choofer doofer\u201d pops, this is it!\n\nThis is the Wartime Broadcasting Service. This country has been attacked with nuclear weapons. Communications have been severely disrupted, and the number of casualties and the extent of the damage are not yet known. We shall bring you further information as soon as possible. Meanwhile, stay tuned to this wavelength, stay calm and stay in your own homes.\n\nRemember there is nothing to be gained by trying to get away. By leaving your homes you could be exposing yourselves to greater danger.\n\nIf you leave, you may find yourself without food, without water, without accommodation and without protection. Radioactive fall-out, which follows a nuclear explosion, is many times more dangerous if you are directly exposed to it in the open.\n\nI have to say, I personally find the idea of this warning being more comforting if I imagine it being read out by Hugh Grant\u2019s character from \u201cFour Weddings and a Funeral\u201d \u2013 done with much more beating around the bush and nervous embarrassment at having to say it at all.\n\n\u201cNot quite sure how to say this, and I\u2019m sure it comes as a bit of a shock to you all, it did to me, certainly, and I don\u2019t really know why Mr Cameron asked me of all people to tell you, but the fact of the matter is\u2026 gosh, this is awkward. Hard to really know how to start. Is it best, all things being equal to break it gently, or just dive right on in there.\n\nImagine for me, if you will, the really absolutely worst thing I could be about to tell you. Imagine a bit harder. Are you thinking about mushroom clouds? If not, you\u2019re not quite imagining the right thing\u2026 try again. In the words, perhaps of Michael Stipe, while he was still with REM in fact, it\u2019s the end of the world as we know it. Erm, sorry.\u201d\n\nSo, the news is, we no longer get a four minute warning. All of the klaxons and sirens have been dismantled (apart from, oddly, the one at Broadmoor). A combination of cost, difficulty of organisation, the realisation that the Electromagnetic Pulse that will accompany the nuclear missiles falling on nearer targets will probably wipe out electronic communication anyway, and oddly, the prevalence of double-glazing meaning that most people wouldn\u2019t now hear the sirens, led to it being put to bed in the mid 1990s.\n\n[Only in England could Safestyle UK \u201cI say you buy one, you get one free\u201d be the driving force behind ending the public\u2019s right to know that nuclear annihilation was imminent]\n\nJudging from the conversations that we always had in the 80s about what we would do if the four minute warning came, cancelling it did not so much stop people carefully stockpiling water and salt and tinned fruit, as prevent a wave of pimply teenaged boys trying to cop off with any female in sight and \u201cdriving a yellow Lamborghini Countach at 160 miles an hour\u201d\n\nI suspect that the reality of the situation would be that if we did get a four minute warning, there would just be utter panic, looting, a complete collapse of the internet and mobile signals as everyone tried to ring their loved ones/tweet something jaded and pithy about the war, and gridlock on the roads as everyone tried to either get home or get the hell out of the city. [Or even more depressingly, people spending their last minutes watching that last episode of Broadchurch that they Skyplussed, on 16 x speed so they can die knowing who did it]\n\nJust forty truck drivers blocking our supply of petrol for five days achieved much the same thing, so it doesn\u2019t seem unfathomable that we\u2019d get similar if not worse meltdown from a genuine actual crisis.\n\nI suspect, that given that all that seems to be gained from a warning is panic and misery, that the Government wouldn\u2019t actually get Hugh Grant on the television to tell you to stay indoors (using the protective power of your double glazing) and to save your tinned peaches for later.\n\nWhich means the only survivors of a nuclear attack on Britain would be pensioners (who are inside anyway, and have loads of tinned fruit), politicians (who get the secret warning and grabbed their expenses forms and headed to their bunker and drew up the Duck drawbridge), the inmates of Broadmoor, and people who were at home watching \u201cLoose Women\u201d. What a glorious future we will have, when things are rebuilt. Britain will be great again.\n\nThat was all a bit depressing. Who would have thought that nuclear war could be a bit of a downer, all in all?\n\nHere\u2019s a picture of a yellow Lamborghini Countach, to cheer you up.", null, "And if you are still feeling a bit blue, here\u2019s Wilma Deering out of Buck Rogers. If that doesn\u2019t cheer you up, I\u2019m out of suggestions. Perhaps find a clip of loveable TV scamp (and falsely rumoured \u201che\u2019s an adult with a kidney disorder\u201d ) Gary Coleman asking Willis what he is talking about.", null, "Law geek, local authority care hack, fascinated by words and quirky information; deeply committed to cheesecake and beer.\nView all posts by suesspiciousminds \u00bb\n\u2190 \u201cAs a drunkard uses a lamppost\u2026\u201d\n\u201cFriendly McKenzie, writing the words of a sermon that no one will hear\u201d \u2192"], ["The 5 Most Spectacular Coastal Drives on Earth\n\nEach of these 5 spectacular coastal drives should be on your bucket list. Add at least one to your future travel plans... you'll be so glad you did.\n\nIt was really hard to decide the ranking and, except for number one where all of us agreed, the positions were not by unanimous decision. Go visit, make up your own mind... and let us know.\n\nThe Amalfi Coast from the Santa Caterina Hotel - click for more info.\n\nOne of the scariest of drives with crazy Italian drivers doing crazy things.\n\nIf you don't want to drive yourself take a bus; the buses aren't for those of nervous disposition though - the ride consists of crazy lurches around sharp corners, while holding on tight to your seat and hoping the bus doesn't fly out over the sea.\n\nSo why did this coastal drive win?\n\nIt's far less \"wild\" than any of the other drives we feature but the combination of spectacular cliffs covered with olive and lemon trees, the bluest sea of all and around every turn a medieval village makes it unbeatable. More on this coast here.\n\nThis one is like a wilder version of the Amalfi Coast. The first bit, through the upmarket suburbs of Clifton and Camp's Bay, is very similar though - just that the oldest building here is maybe 200 years old compared to 900 on the Amalfi Coast.\n\nStill, the beaches are better than those on the Amalfi Coast with beaches like Clifton being rated among the top ten in the world. Camp's Bay Beach too is spectacular, with the Twelve Apostles mountain peaks rising up like sentinels, rows of palm trees parading down the beach promenade and the beach itself looking all white and lovely.\n\nThe most famous part of the road trip is the section called Chapman's Peak Drive: here the Atlantic Ocean crashes against sheer cliffs that plunge vertically into the water, baboons scamper about the rocks above and whales can often be seen offshore. Driving this section was one of the most incredible experiences of my life - especially the bit where you come around a bend and far below you stretches the great expanse of Noordhoek Beach; where racehorses train and appear only as tiny black dots on a vast canvas of white sand.\n\nThe last part of the drive to Cape Point is through a nature reserve in which zebras, ostriches and antelopes roam while seals lounge on the beaches. The end of the road marks the end of mighty Africa. As you look southwards towards the Antarctic, and watch the huge waves of the Indian and Atlantic Oceans meeting in fury, you really do feel that you've reached the ends of the earth. The penguins, sunbathing in warm sunshine, on nearby Boulders Beach only confirms that feeling.\n\nThe best way to enjoy this drive is to start from Seapoint in Cape Town and head along the coast from there - here are the details of the entire trip.", null, "Everything about Ireland is a lot of fun. The Irish always seem to look on the bright side of life and, even if it rains every day, they get out and live their lives with a carefree spirit. That's the best way to enjoy this rather long drive too; don't worry about the weather, come rain or shine(guaranteed it'll be rain) get out there and marvel at the greenery (that rain is good for something), the slate grey ocean and views.\n\nThe drive is the longest of all the ones featured; if you do the whole lot it's over 1500 miles. My advice is to focus on the 100 miles of the Ring of Kerry or the less touristed Beara Peninsula.\n\nFunny how two of these spectacular coastal drives have rock formations called the Twelve Apostles - the other one is on the Cape Town drive.\n\nThe Twelve Apostles is the most famous of the sights along the Great Ocean Road even if there aren't Twelve Apostles anymore... only eight. The others have eroded away and collapsed into the sea. Don't worry though, the remaining ones are spectacular as they rise like huge sentinels from the sea. Best time to see them is in the light of early morning so make sure you leave really early. If you can't do early morning then sunset is second best.\n\nIt isn't only the Twelve Apostles though; the 150 miles of the Great Ocean Road has a bit of everything ranging from beaches to volcanic plains to forests to waterfalls.\n\nSadly, they have experienced a number of problems with landslides over the last few years and the road has been closed for long periods. It is currently open but check with the official website.", null, "One of the last wild stretches of coastline left in California, a heady mix of fresh sea-air, endless vistas and hidden coves. Head out north from Los Angeles on Highway 1 and 250 miles later you are in another world. The coast is at its most enchanting when the mists swirl in from the ocean as they often do; the way the spectacular landscapes vanish and then suddenly reappear in bright sunlight is unforgettable.\n\nIn a way the whales offshore and sea-lions on the beaches are similar to the Cape Town drive as is the scenery but if I had to choose one Cape Town is definitely the better of the two.\n\nMap of Where These Spectacular Coastal Drives Are"], [null, null, "The taxis outside Dongguan station were all home modified two-stroke mini-buses and none of the drivers knew fear or favour as Scoresby, newly arrived in the Middle Kingdom from the lassitude of a month\u2019s layoff in the Hong Kong Yacht Club, felt a strong uncalm as the feral rushing hordes of free market commissionaires plucked at him for his ride.\n\nA warm night in the oriental tropics is this night in this town with latitude similar to Mackay, and here these hot streets, barking frogs, and the vigorous blare of hundreds of car horns as China toiled away at the 24-hour restrictions of the 15th day of March 2006.\n\nThe black night air is dimmed up to grey with the misted poison of a million free-range cars and buses and trucks, and the air stings Scoresby\u2019s tongue, and he turns his foolish head at every hornbleat.\n\nTwenty-five 6 Star southern China Hotels are within a mile of the station, all nestled up nicely to the local nightclubs bars and brothels.\n\nOne and a half hours to the typhoon coast, where whispers thrilled of three-mile point waves and coastal cities beset with Malaria and Japanese Encephalitis. Dengue Fever, AIDS.\n\nAnd there in a small place a collection of gravel-mounded graves of some unbearded and unanmed English dead.\n\nScoresby exited the train, exited the station with its McDonalds advertisements of crayfish and mayonnaise burgers and entered New China\n\nEntered a town of unlit and crowded streets, where shadows of lounging men flickered by in the lights of unending traffic.\n\nHunkered down young men who lurked innumerably in small nestings, on dark corners, seemingly watchful, silent, and lit only by the glow of a shared smoke.\n\nThe baggage men plucked at Scoresby and yelled loudly at each other, they tugged at him and offered weirdly sounds of comfort and destination and safety, and all the time they winked and shoved at each other as the white man reeled from one to one other.\n\nGrab a taxi, get to the \u7f57\u70bd\u6cfd Karaoke Club by midnight, and I\u2019ll introduce you to the company, read the email from young Eric Desjardins, the Frenchman boat builder from Mona Vale. Three years here now and twenty pounds heavier.\n\nNo worries was Scoresby thinking, just grab one of these mobile Chinaman and go get beers, then point him towards the noise and find the party.\n\nShintao beer is what\u2019s left of Carlsberg\u2019s disappointing venture into the Chinese boozer market, and since then China has given the krauts the arse, grabbed the formulae, increased the flavour, increased the alcohol content, increased the bottle size, and decreased the price.\n\nSome people you love at first sight, thought Scoresby \u2013 China \u2013 almost a brother nation already, and they like a bet.\n\nSo with an underarm slab of Shinto costing $8 aus, lovely Korean girls on all the stools, music by a revolving succession of Britney Spears lookalites, and over in the corner eleven dangerously slammed Australians and Frenchmen singing like stoned cats \u2013 our man walked through the door at 1.30 am knowing now that home sweet new home has many rooms."], ["Lava from the Kilauea volcano is threatening the Puna Geothermal Venture plant on Hawaii's Big Island.\n\nIn the weeks since the Kilauea volcano began belching lava into Hawaii's residential areas, the fiery flow has destroyed dozens of structures and covered scores of acres on the Big Island. But authorities fear its destructive reach could ravage at least two more cornerstones of the state: its power supply and, a little less tangibly, its all-important tourism industry.\n\nOn Monday evening local time, the Hawaii County Civil Defense agency announced that lava from nearby fissures had begun to encroach on the southern edge of one of the state's key sources of power, the Puna Geothermal Venture.\n\nThe plant harvests hot liquid and steam from underground wells to drive turbine generators for electricity, which is then sold to the state's largest utility. The plant provides roughly a quarter of the Big Island's power, according to Reuters.\n\nAnother risk, besides the loss of power, rests in what might happen if the lava overcomes the state's protective measures: \"There's a steam release, there's many chemicals, but primarily the critical factor would be hydrogen sulfide, a very deadly gas,\" Hawaii's Emergency Management Agency chief, Tom Travis, told reporters Monday night.\n\n\"County, state, and federal partners have been collaborating closely to monitor the situation and work with PGV to ensure the safety of the surrounding communities,\" the civil defense agency said in its alert. \"Ten of the eleven wells have been quenched. Efforts are ongoing to make sure the site is secure and the community is kept safe.\"\n\nIt is the second step after simply shutting all the wells, which he says they already did when the event began. Crews were working overnight to quench the 11th and final well.\n\n\"Once that step is taken, we will be in a much more solid state for having lava overflow the site,\" Travis added late Monday. \"It's not easy to predict where it's going to go and when it's going to get there. So it's important that we get what we can done now.\"", null, "Lava spews out of fissures near the lower east rift zone. USGS\n\nMeanwhile, elsewhere on the island, the longer the lava keeps flowing, the longer one of the state's premier tourist attractions remains closed to ensure visitors' safety. About two-thirds of Hawaii's Volcanoes National Park closed May 11, right around the start of the summer tourist season \u2014 and it remains closed, likely deterring a substantial chunk of the park's more than 2 million annual visitors.\n\nA National Park Service report published last month estimated that those visitors spent $166 million in communities nearby last year \u2014 spending that \"supported 2,020 jobs in the local area, and had a cumulative benefit to the local economy of $222,394,900.\"\n\nThe number of visitors to the park has \"increased by 58 percent\" since an eruption on Kilauea's summit a decade ago, according to the NPS.\n\nNow that Kilauea's activity has dramatically escalated, however, local businesses have seen their income diminish in seemingly equal proportion."], [null, "Came across this article about an inspiring act of generosity by a group of Muslim calling themselves \u2018Muslim Snow Patrol\u2019, not to be mistaken for the badboys of East London calling themselves \u2018Muslim Patrol\u2019, who have been embarrassing the whole community by shouting abuse at Non-Muslim women, taking alcohol away from the hands of Non-Muslims (which is haram (not permissible) because it\u2019s his possession and rules of alcohol consumption does not apply to them) and telling Non-Muslims to move away from the Mosque, which is against the teachings of true Islam as we\u2019re encouraged to invite fellow Muslims and Non-Muslims to the Mosque.\n\nGoing back to the The Muslim Snow Patrol, organised by Islamic Diversity Centre (IDC) in Newcastle helping clear residential roads and drives in Newcastle\u2019s West End. Newcastle City Council also provided the team with gloves, shovels and grit as well as directing the team to areas most in need.\n\n\u201c[Residents] have been really appreciative of the work that we\u2019re doing.\n\n\u201cThey\u2019ve been a bit surprised at why loads of bearded men have come and tried to help them clear their drives. As Muslims we believe that it is our Islamic duty to look after our neighbours, especially in these very difficult conditions.\n\n\u201cWe\u2019re trying to remove some of those preconceptions people have about Islam and Muslims by showing that Muslims actually do good things and are trying to help our neighbours.\u201d\n\n\u201cThe residential streets are more of a problem for [the council] because we just don\u2019t have the money to grit and clear them. This group is a tremendous example of what can be done and what can be achieved by everyone doing their bit. If every group just does a little bit then together we can do a huge amount.\u201d\n\nIt\u2019s not often we hear good, positive things about the Muslim community, so please brothers keep up the inspiring act of charity and dawah because there are Muslims out there who are out there to be on the likes of DailyMail or The Sun portrays the misunderstood version of Islam.", null, null, null, null, null, null], ["Muslims in Detainment: A Look Into China\u2019s Camps", null, "Recently, the world has learned of China\u2019s new measures to counter Muslim terrorism. The Chinese Xinjiang government has been detaining the Uighur Muslim minority in \u201creeducation camps,\u201d but documents and interviews are revealing that the situation isn\u2019t as innocent as it seems.\n\nAccording to these documents, the camps are meant to \u201ccleanse\u201d the Muslims. However, this cleansing has been said to be more like torture. It\u2019s hard to know exactly what happens in these areas, but as some people escape, new knowledge comes to light. According to the China Digital Times firsthand accounts, severe punishments were delivered to people who were reluctant to learn Chinese culture. According to this take from CNN, the Muslims were given incredibly low rations, and those who continued to disobey were taken, injected, and returned dazed and confused. The people have a bucket as a toilet and rumors of sexual abuse to the women were common. The Intercept interviewed Nury Turkel, a Uighur-American human rights activist. He described the situation as \u201ccultural genocide.\u201d China has not denied any of these accusations.\n\nIn fact, China\u2019s stance seems to be focusing on silencing these claims instead of proving them wrong. You may have seen Tik Toks about the camps go viral and promptly be deleted. One of the biggest and most effective videos was made by 17-year-old Feroza Aziz. Aziz\u2019s account was blocked and suspended, although Tik Tok eventually apologized. Further, China also announced that they have no intention of closing down the camps.\n\nWhile the situation is fading out of the media\u2019s eye, that doesn\u2019t mean that it isn\u2019t still going on. The camps are still up and running and aren\u2019t likely to shut down very soon. It\u2019s up to the public to keep the news relevant and to see what China\u2019s next move will be."], [null, "A project which paired Holocaust survivors with celebrities to educate about the genocide has won two prestigious awards.\n\nThe initiative, launched on Yom HaShoah in a bid to continue Holocaust education during the pandemic, featured a series of videos with Holocaust survivors giving their testimony to high-profile celebrities.\n\nCassie Matus, Chief Executive, March of the Living UK said: \u201cWhen MOTL 2021 was cancelled we knew we needed something to fill its place. Working with our agency, Creative & Commercial, we came up with an amazing idea. If the survivors can\u2019t go on the March then the March should come to the Survivors. Frank PR and Broadcast Revolution brought this to life with the help of our amazing celebrities and survivors. We are so thrilled that it won two UK Content Awards.\u201d"], [null, "Born and raised in Washington, DC, Malcolm took his first rafting steps in West Virginia with his dad before going on to complete a Source to Sea expedition on the Mississippi River in 2015. One year later, he began his guiding journey on Australia\u2019s Tully River and he has since traveled around the globe, venturing as far afield as Papua New Guinea, Morocco, Chile, and New Zealand. One of Malcolm\u2019s highlights has been trekking through the rainforest with local tribesmen in Borneo while learning to hunt and forage for food. When it comes to rafting back home, he particularly loves Idaho as it boasts some of the most \u201cremote and wild spaces in the lower 48\u201d. Aside from being a keen surfer, Malcolm holds a Bachelor in Business Administration and Marine Biology from Loyola University New Orleans."], [null, "After moving to Los Angeles, Susan Orlean become fascinated by a mysterious local crime that has gone unsolved since it was carried out on the morning of 29 April 1986: who set fire to the Los Angeles Public Library, ultimately destroying more than 400,000 books, and perhaps even more perplexing, why?\n\nWeaving her lifelong love of books and reading with the fascinating history of libraries, Susan Orlean investigates the legendary fire to showcase the larger, crucial role that libraries play in our lives. She also reflects on her own childhood experiences in libraries; studies arson and the long history of library fires; attempts to burn a copy of a book herself; and re-examines the case of Harry Peak, the blond-haired actor long suspected of setting fire to the library over thirty years ago. Along the way, she reveals how these buildings provide much more than just books \u2013 and that they are needed now more than ever.\n\nAs a keen reader of books about books who also has an interest in non-violent and historical true crime, I was immediately interested in Susan Orlean\u2019s The Library Book. It\u2019s one of those multifaceted books that wears many hats \u2013 examining the devastating fire that decimated Los Angeles Central Library in 1986 and the personal history of the man accused of starting it, whilst at the same time providing an eclectic history of the Los Angeles library system and an examination of the role of the public library within our increasingly digital world.\n\nOrlean\u2019s narrative is extremely dense and the book covers a lot of ground in it\u2019s 300 or so pages. But the clear and engaging prose, which blends personal reflection with immersive journalism and factual history, drew me into the narrative and gave the book a compulsion.\n\nOrlean really captures the intensity of feeling that surrounds libraries and books. Her description of the library fire is devastating for a book lover to read \u2013 she really makes it easy to empathise with the librarians, who cried on the street as they watched over 400,000 items from their extensive collection go up in flames. In a fascinating chapter, Orlean burns a book herself; an act that she finds both terrifying and subversive. It\u2019s a feeling that I completely understood and I found myself mourning the lost knowledge that was turned to ash on the morning of 29 April 1986.\n\nOrlean\u2019s sensitive treatment of Harry Peak, the charismatic young actor suspected of setting the library fire, manages to convey both the fiercely-held belief that investigators had in Harry\u2019s guilt whilst acknowledging the fallibility of fire investigation techniques and the circumstantial nature of the evidence available at the time.\n\nThat said, Harry\u2019s narrative was, for me, the weakest part of the book \u2013 although that is the fault of history rather than of Orlean. Harry, a man who constantly re-wrote his own narrative, flits elusively through the pages and you definitely get the sense that Orlean, like many of the other people around him, struggles to pin him down. The Library Book is impeccably researched but, as Orlean admits, the truth about the library fire \u2013 and whether Harry had any involvement in it \u2013 will probably never be known. This does give the ending a slightly subdued quality \u2013 the pace drops off noticeably in the last third as it becomes apparent that this isn\u2019t a mystery that will have a resolution. To Orlean\u2019s credit, she instead turns the book into a love letter to libraries and a reflection on their importance in the world today.\n\nThe Library Book may disappoint readers looking for a true crime narrative. There are definitely similarities in pacing and style with David Grann\u2019s excellent Killers of the Flower Moon and Michelle McNamara\u2019s I\u2019ll Be Gone in the Dark, but this is a very different kind of book in tone. The Library Book isn\u2019t about finding the answer to a mystery \u2013 it\u2019s an ode to books, a love-letter to reading and a homage to libraries and their place in the world. It\u2019s a book that\u2019s perfect for anyone who has whiled away hours browsing the stacks or has childhood memories of magical trips to neighbourhood branches. In short, it\u2019s for anyone who appreciates the power of libraries to fascinate, to educate, to entertain and to unite \u2013 a rich, warm and heartening book that kept me spellbound throughout.\n\nThe Library Book by Susan Orlean is published by Atlantic Books and is available now from all good bookshops and online retailers including Hive, Waterstones and Amazon. My thanks go to the publisher for providing me with a copy in return for an honest and unbiased review."], [null, "Looking to save some coin on your energy bills? Then stop wasting food. According to a new report published this month in the journal Environmental Science & Technology, \u201cWasted Food, Wasted Energy: The Embedded Energy in Food Waste in the United States,\u201d consumers could immediately save the energy equivalent of around 350 million barrels of oil a year though the curbing of food waste. Why? In part because the study estimated that it takes the equivalent of about 1.4 billion barrels of oil to produce, package, prepare, preserve, and distribute a year\u2019s worth of food in the U.S.\n\nAuthors Michael Webber and Amanda Cu\u00e9llar note that food contains energy and requires energy to produce, process and transport. As a matter of fact, rising energy costs are the largest contributor to rising food costs. The authors\u2019 estimates indicate that between 8 and 16 percent of energy consumption in the United States went toward food production in 2007. However, it appears that consumers don\u2019t take energy costs into account when eating as the USDA estimates that people in the U.S. waste nearly 27 percent of their food.\n\nThe report also estimated that when accounting for wasted food and the energy needed to ready it for consumption, U.S. consumers wasted about 2030 trillion BTU of energy in 2007, or the equivalent of about 350 million barrels of oil. That represents about 2 percent of annual energy consumption in the U.S. \u201cConsequently, the energy embedded in wasted food represents a substantial target for decreasing energy consumption in the U.S.,\u201d the article states. But the authors note the problem is probably worse because the numbers used were incomplete, outdated and conservative.\n\nThe authors concluded that the energy discarded in wasted food is greater than the energy available from many popular efficiency and energy procurement strategies, such as the annual production of ethanol from grains and annual petroleum available from drilling in the outer continental shelf. \u201cA decrease in food waste must be accompanied with a retooling of the food supply chain to ensure that the energy consumed during food production does in fact decrease with a decrease in food waste.\u201d"], [null, "Microplastic is everywhere and many carry concerns about it. These tiny pieces of plastic can be damaging to one\u2019s health as well as the environment. How would you be able to minimize your use and intake of microplastics and prevent them from spreading? There\u2019s still a lot of uncertainty in regard to the damaging effects of microplastics. One of the places where their negative effects can clearly be seen is in nature. Microplastics are especially damaging to aquatic organisms.\n\nMicroplastics are pieces of plastic smaller than 5 millimeters in size. These pieces can thus easily end up in the environment where they accumulate together. They aren\u2019t degradable, but do fall apart into even smaller pieces, which makes them impossible to clean up. Microplastic - and even smaller, nanoplastic - can be found in various bodies of water, the air, the ground, and even in our food. Research has revealed that microplastic has been found in:\n\nIn addition to this, microplastics are often also found in the following products:\n\nThere will definitely be microplastics in a product if the label states one or more of the following:\n\n(National Institute for Public Health and the Environment) has made a factsheet as commissioned by the Department of Waterways and Public Works, of the most recent developments in regard to the microplastic issue. In said report, the RIVM used international data on the matter as a basis for the situation in the Netherlands to be applied to.\n\nThe effect of microplastics on people as well as the environment isn\u2019t entirely clear yet. Research on this matter is often quite complex due to microplastics being a group of variating particles of which their properties could change even more due to weathering, the forming of biofilm, and/or the binding of hydrophobic chemicals in the environment. The scientific literature that describes the effects of microplastics on aquatic organisms is more extensive than that on their effects on humans.\n\nDue to their physical properties, microplastics can have a negative impact on specific aquatic organisms and affect functions such as breathing, movement, or the intake of food. Microplastics can also cause toxic effects due to the additives in them (e.g. flame retardants, dyes, biocides, softeners, etc.) or due to the hydrophobic chemicals that are absorbed into microplastics in an aquatic environment. A few chemicals are known to have had effects on the health of both humans and animals due to being identified as CMR (Carcinogenic, mutagenic, reprotoxic), PBT ( Persistent, Bioaccumulative and Toxic), vPvB (very Persistent and very Bioaccumulative), or ED (Endocrine-Disrupting).\n\nThe WWF website contains many tips and tricks on how you can reduce your plastic consumption. Take a look to see which alternatives you can use.\n\nTry us out for free.\n\nPlease fill out your name"], ["The considered an all-electric Mazda Miata may peeve purists, however there\u2019ll certainly come a day when it is a actuality. Whereas it is nonetheless too quickly to say when the primary MX-5 EV will arrive, Mazda immediately revealed a three-phase technique that prioritizes electrification main as much as 2030. Together with its up to date plans, the corporate teased the \u201cImaginative and prescient Examine Mannequin,\u201d a surprising coupe idea that we hope previews the long run design of the enduring two-seater sports activities automotive.\n\nFinal yr, Mazda confirmed to Automobile and Driver that the next-generation Miata shall be electrified not directly. We count on that to imply some type of hybrid setup, which corresponds with a part of the corporate\u2019s second part. Nonetheless, we would not be stunned to see a completely electrical Miata by the top of the last decade. We additionally would not be shocked to see an EV model that appears much like the idea proven in press pictures in addition to in clips of the video on Mazda\u2019s official YouTube channel (the idea first seems on the 34:55 mark).\n\nWithin the minutes main as much as the idea\u2019s first look, we see quite a few photographs of individuals fortunately driving totally different Miata generations, which additional fuels our hypothesis that there is a connection between previous MX-5s and the Imaginative and prescient Examine Mannequin.\n\nOur first have a look at the idea is seen via an iPhone display, with its uncovered chassis that includes what seems to be a T-shaped battery pack. The automotive\u2019s physique then drops on high and we see its passenger-side butterfly door open up.\n\nWhereas the loopy doorways are one of many idea\u2019s defining options, we do not count on them to be a part of a manufacturing mannequin. We do count on future Miatas to take care of a convertible physique model, though a fixed-roof variant just like the idea would not be a primary, as Mazda did provide the uncommon JDM-only NB-generation coupe.\n\nThe remainder of the imaginary sports activities automotive appears to be like doable, albeit ultra-dramatic. Its large hips, peaked entrance fenders, and low cowl are all exaggerated traits of the present ND Miata. The illuminated Mazda brand mounted low on the idea\u2019s nostril and the slim, protruding entrance lighting parts are different neat touches.\n\nAfter all, we notice Mazda\u2019s Imaginative and prescient Examine Mannequin may not preview a future Miata EV in any respect. We\u2019ve flashbacks of the visually arresting four-door Imaginative and prescient Coupe idea the corporate revealed again in 2017 that has not come to fruition. Nonetheless, its aspirational styling did go on to affect the model\u2019s design language, so maybe the Miata-esque idea will do the identical. A minimum of we are able to dare to dream.", null, null, null, null, null, null], ["Montana gets manufacturing F but tax fairness A\n\nMontana gets manufacturing F but tax fairness A", null, "The report gave Montana a \u201cF\u201d for its manufacturing and an \u201cA\u201d for tax climate, plus other grades in between. The study particularly looked at the state\u2019s percentage of advanced manufacturing; a factory that uses a large percentage of robots, plus white-collar workers such as computer people, would be an example\n\nWhere factories once provided good-paying jobs for people without a lot of education in this country, those blue-collar jobs are drying up.\n\n\u201cThese data underscore the importance of talent development efforts with a focus on educational attainment,\u201d said Michael Hicks, director of Ball State\u2019s Center for Business and Economic Research. \u201cIn the long run, a well-educated and ready workforce matters more than any other single factor in the health of advanced manufacturing firms.\u201d Two related Ball State reports are available online at http://conexus.cberdata.org/.\n\nTo see Montana\u2019s grades in a number of categories, take a look at a graphic display of Montana\u2019s report card elsewhere on this page.", null, "That\u2019s how much less money Montana\u2019s general fund will receive for the biennium as of July 1, according to state estimates. Revenue is down from the oil and gas sector, coal, mining and corporates taxes.\n\n\u201cThe big (financial) cushion we\u2019ve been having for a while could be gone,\u201d state Sen. Fred Thomas said about projections that state general fund revenue will come up short this year.\n\nName of the Week\n\nWe like the name for the June 24 tribute to late Republican stalwarts Tim Babcock, who served as Montana governor, and Conrad Burns, who represented Montana in the U.S. Senate. It\u2019s called the \u201cGolden Tusks Legacy Dinner\u201d and will take place at the Hilton Garden Inn in Missoula. It won\u2019t take gold to get in, but it will require a ticket for $75 per person.\n\nBlog of the Week\n\n\u201cI am certainly not a journalist and I have never claimed to be. I don\u2019t even play one on TV, and I\u2019ve never even stayed at a Holiday Inn Express. I am just professional blogger living in a bunker, eating Twinkies, drinking Folgers coffee, while waiting for Obama to come and take my guns.\u201d\n\n\u2014 Mike Brown, who blogs at thewesternword.com\n\nTurnout in Montana was better than average for the June 7 primary election. We hope the trend keeps up for the Nov. 8 general election.\n\nNo doubt one reason for the improved public response is the increase in people asking for permanent absentee ballots they can fill out by mail, rather than trudge over to their polling place on Election Day.\n\nThere\u2019s no doubt voting by mail is easy. People accustomed to voting in person can opt to vote by mail instead by calling the county elections office. The number in Great Falls is 406-454-6803."], [null, "Last.fm has reached the landmark of 60 billion scrobbles last week, less than ten years after its launch, the company announced today. In other words, Last.fm\u2019s users have now listened to 60 billion music tracks on the platform.\n\nAccording to Last.fm, the 60 billionth song to be scrobbled on the music discovery website was Lady Gaga\u2019s \u2018Judas\u2019. She\u2019s the latest artist to take a place in Last.fm\u2019s hall of fame, joining Bob Dylan whose 1963 song \u2018Blowin\u2019 In The Wind\u2019 marked Last.fm\u2019s 50 billionth scrobble (see our previous story Last.fm: 50 billion scrobbles and the return of the mix tape.)\n\nLooking at this data also gives a good indication of the site\u2019s accelerated growth over the last years; it took much less time for the site to host its latest 10 billion scrobbles than for its first single billion.\n\nAccording to Last.fm\u2019s VP of Product and Marketing Matthew Hawn, \u201creaching this figure is testament to the passion and enthusiasm demonstrated by [Last.fm\u2019s] users.\u201d May it also be the confirmation that paywalls aren\u2019t always a bullet in the foot?\n\nWhat\u2019s your favorite destination to discover music? Let us know in the comments.\n\nRead next: The Principles of Experience Design and 10 sites doing it right"], [null, "The Buffalo Sabres played three games in a row against the New York Islanders at Nassau Coliseum this weekend. All three games ended the same way: with a 5-2 Islanders victory.\n\nBuffalo fell to 0-6-0 against the Islanders this season with Sunday\u2019s loss. The Sabres are 0-4-0 on their current five-game road trip, 0-6-1 over the last seven games and 2-10-1 since returning from a COVID-related two-week pause.\n\nOn Sunday, it was Anders Lee \u2013 who has six goals in six games against Buffalo this year \u2013 and Brock Nelson who scored for the Islanders in a span of 1:02 in the second period. Casey Cizikas scored later on in the second and Cal Clutterbuck added a fourth midway through the third. Nelson added his second goal when he dumped the puck into an empty net late in the third.\n\nJonas Johansson made 25 saves for Buffalo.\n\nJeff Skinner scored his first goal of the season, roofing a backhand shot on a wraparound to make it 3-1 in the third period. Colin Miller added another for his third of the season to put Buffalo within one before Clutterbuck iced the game.\n\nBuffalo is 0-13-1 this season when trailing after two periods."], [null, "El Tonto sees Day playing \u201ca mute simpleton who gets off a bus in Los Angeles and by happenstance suddenly rises through the Hollywood scene to become a celebrity, only to then lose it all.\u201d"], [null, "Totalitarianism, Authoritarianism, and Fascism: What Is the Difference?\n\nAll nations have an official type of government as designated in the U.S. Central Intelligence Agency\u2019s World Factbook. However, a nation\u2019s own description of its form of government can often be less than objective. For example, while the former Soviet Union declared itself a democracy, its elections were not \u201cfree and fair\u201d, as only one party with state-approved candidates was represented. The USSR is more correctly classified as a socialist republic.\n\nIn addition, the boundaries between various forms of government can be fluid or poorly defined, often with overlapping characteristics. Such is the case with totalitarianism, authoritarianism, and fascism.\n\nTotalitarianism is a form of government in which the state\u2019s power is unlimited and controls virtually all aspects of public and private life. This control extends to all political and financial matters as well as the attitudes, morals, and beliefs of the people.\n\nOne distinctive feature of totalitarian governments is the existence of an explicit or implied national ideology\u2014a set of beliefs intended to give meaning and direction to the entire society.\n\nAccording to Russian history expert and author Richard Pipes, Fascist Italian Prime Minister Benito Mussolini once summarized the basis of totalitarianism as, \u201cEverything within the state, nothing outside the state, nothing against the state.\u201d\n\nExamples of characteristics that might be present in a totalitarian state include:\n\nTypically, the characteristics of a totalitarian state tend to cause people to fear their government. Rather than trying to allay that fear, totalitarian rulers encourage it and use it to ensure the people\u2019s cooperation.\n\nAn authoritarian state is characterized by a strong central government that allows people a limited degree of political freedom. However, the political process, as well as all individual freedom, is controlled by the government without any constitutional accountability\n\nIn 1964, Juan Jos\u00e9 Linz, Professor Emeritus of Sociology and Political Science at Yale University, described the four most recognizable characteristics of authoritarian states as:\n\nModern dictatorships such as Venezuela under Hugo Ch\u00e1vez and Cuba under Fidel Castro typify authoritarian governments.\n\nWhile the People\u2019s Republic of China under Chairman Mao Zedong was considered a totalitarian state, modern-day China is more accurately described as an authoritarian state because its citizens are now allowed some limited personal freedoms.\n\nIn a totalitarian state, the government\u2019s range of control over the people is virtually unlimited. The government controls nearly all aspects of the economy, politics, culture, and society. Education, religion, the arts and sciences, and even morality and reproductive rights are controlled by totalitarian governments.\n\nWhile all power in an authoritarian government is held by a single dictator or group, the people are allowed a limited degree of political freedom.\n\nRarely employed since the end of World War II in 1945, fascism is a form of government combining the most extreme aspects of both totalitarianism and authoritarianism. Even when compared to extreme nationalistic ideologies like Marxism and anarchism, fascism is typically considered to be at the far-right end of the political spectrum.\n\nFascism is characterized by the imposition of dictatorial power, government control of industry and commerce, and the forcible suppression of opposition, often at the hands of the military or a secret police force. Fascism was first seen in Italy during World War I, later spreading to Germany and other European countries during World War II.\n\nThe Foundations of Fascism\n\nThe foundation of fascism is a combination of ultranationalism\u2014an extreme devotion to one\u2019s nation over all others\u2014along with a widely held belief among the people that the nation must and will be somehow saved or \u201creborn.\u201d Rather than working for concrete solutions to economic, political, and social problems, fascist rulers divert the peoples\u2019 focus, while winning public support, by elevating the idea of a need for a national rebirth into a virtual religion. To this end, fascists encourage the growth of cults of national unity and racial purity.\n\nHistorically, the primary function of fascist regimes has been to maintain the nation in a constant state of readiness for war. Fascists observed how rapid, mass military mobilizations during World War I blurred the lines between the roles of civilians and combatants. Drawing on those experiences, fascist rulers strive to create a rabidly nationalistic culture of \u201cmilitary citizenship\u201d in which all citizens are willing and prepared to take on some military duties during times of war, including actual combat.\n\nIn addition, fascists view democracy and the electoral process as an obsolete and unnecessary obstacle to maintaining constant military readiness. They also consider a totalitarian, one-party state as the key to preparing the nation for war and its resulting economic and social hardships.\n\nToday, few governments publicly describe themselves as fascist. Instead, the label is more often used pejoratively by those critical of particular governments or leaders. The term \u201cneo-fascist,\u201d for example, describes governments or individuals espousing radical, far-right political ideologies similar to those of the World War II fascist states."], ["Former member of the Defence Forces Lisa Smith has been arrested on suspicion of terrorist offences.\n\nThe 38-year-old arrived at Dublin Airport this morning after being deported from Turkey.\n\nShe is being questioned at Kevin Street Garda Station in Dublin.\n\nMs Smith travelled to Syria in 2015 to live in the so-called Islamic State.\n\nTurkish Airlines flight 1975 landed in Dublin Airport just after 10am with Ms Smith and her daughter on board.\n\nThey were accompanied by four escort personnel from the Army Ranger Wing and the Department of Foreign Affairs.\n\nMs Smith and her child were covered with a pink blanket and declined to comment when approached on the flight by RT\u00c9 News, simply responding \"No\".\n\nThe Dundalk woman, who left Ireland four years ago, was deported from Turkey and met by garda\u00ed from the Counter Terrorism Section at Dublin Airport.\n\nThe Garda's Security and Intelligence Section and the Special Detective Unit have been investigating her activities since 2012 and have gathered substantial information and intelligence from Europe, Africa, the Middle East as well as Ireland.", null, "Ms Smith and her daughter were taken to a van and driven to Kevin Street Garda Station arriving just before 11am.\n\nThe 38-year-old was arrested and her child is now being cared for by her family.\n\nShe has been granted access to all medical and legal requirements and is being interviewed about suspected terrorist offences.\n\nIrish Citizens Lisa Smith and her child (2yrs) were today successfully repatriated to Ireland. The expert evidence and the UN were expressly clear - the previous conditions were unsuitable and incompatible with international human rights standards. @PhoenixLawHR acts.\n\nShe is being detained under Section 30 of the Offences Against the State Act and can be questioned for up to three days.", null, "In a statement, Minister for Justice and Equality Charlie Flanagan said: \"On her arrival in Dublin, Lisa Smith was met by An Garda S\u00edoch\u00e1na. In the case of Ms Smith's child, established procedures for her care will be followed.\n\n\"An Garda S\u00edoch\u00e1na and the Director of Public Prosecutions are responsible for criminal investigations based on facts and evidence in all cases and it would not be appropriate for me to comment on those matters.\n\n\"This is a sensitive case and I want to reassure people that all relevant State agencies are closely involved.\n\n\"A multi-agency network is in place here comprising agency personnel who engage on an ongoing basis with international colleagues regarding emerging practice in relation to the complex issue of radicalisation.\n\n\"This network will coordinate engagement on a case by case basis as and when appropriate.\"\n\nT\u00e1naiste and Minister for Foreign Affairs Simon Coveney said they \"had been working with various different partners to try and ensure that we could respond to this case as a consular case, although it's a very, very complex one, to ensure primarily the safety of a two-year-old little girl who was in a warzone, and for much of that time in a camp that we know from UNICEF reports was extremely dangerous for children\".\n\nMr Coveney said: \"For people who are rightly concerned and asking questions about a two-year-old little girl who wasn't born in Ireland but who is an Irish citizen - Tusla have been working with An Garda S\u00edoch\u00e1na and with Lisa Smith's wider family to ensure that her welfare is looked after.\"\n\nHe added: \"It's up to the DPP to determine on the back of a report from An Garda S\u00edoch\u00e1na as to whether they can take a case successfully against Lisa Smith.\n\n\"I think it's important to leave that process take its course.\""], [null, "Charlie Waller, founder and leader of the Country Gentlemen, died Wednesday (Aug. 18) of an apparent heart attack in the garden of his home in Gordonsville, Va. He was 69.\n\nAlthough Waller had been ailing the past several years, he and his group have maintained a busy concert schedule and were preparing to go on the road again when he died. Waller had scheduled two concerts \u2014 Friday (Aug. 20) in Nashville and Sept. 8 in Falls Church, Va. \u2014 to raise medical-expense funds for banjo player Eddie Adcock, an early member of the band.\n\nOrganized in Arlington, Va., the Country Gentlemen played their first concert on July 4, 1957. Although the group has had more than 100 members during its 47-year history \u2014 including Ricky Skaggs, Bill Emerson, Doyle Lawson and Jerry Douglas \u2014 the classic Country Gentlemen ensemble was made up of Waller, as lead vocalist and guitarist, Adcock on banjo, Tom Gray on bass and the late John Duffey on mandolin. It was this combination that, in 1996, was inducted into the International Bluegrass Music Association Hall of Honor.\n\nDespite his solid bluegrass licks and credentials, Waller was a country music enthusiast to the core. His vocal models included Gene Autry, Hank Snow and Eddy Arnold. He seldom did a show without singing Autry\u2019s mellow standard, \u201cAges and Ages Ago.\u201d The Gentlemen entered Billboard\u2019s country singles chart only once \u2014 in 1965 with the ghost ballad, \u201cBringing Mary Home.\u201d\n\n\u201cAlthough they were respectful of tradition,\u201d music scholar Bill Malone writes in The Encyclopedia of Country Music, \u201cthe Country Gentlemen were also one of the most important early innovative bands in bluegrass, taking the genre into new arenas of repertoire and stylistic performance while steadfastly using acoustic instruments.\u201d That repertoire embraced pop, folk and country music and yielded such memorable cuts as \u201cTheme From Exodus,\u201d \u201cMatterhorn,\u201d \u201cTwo Little Boys,\u201d \u201cLegend of the Rebel Soldier\u201d and \u201cNew Freedom Bell.\u201d\n\nA new Country Gentlemen album \u2014 Songs of the American Spirit \u2014 is due out in September from Pinecastle Records and will contain songs written by Merle Haggard, Tom T. and Dixie Hall, the late Randall Hylton and others.\n\nWaller is survived by his wife, Sachiko; a son, Randy, who is a member of the current band; and a daughter, Mena, now a student at Nashville\u2019s Belmont University. Funeral arrangements are pending."], ["A Hand Full of Anticipation for the CaribbeanTales 2011 Film Festival", null, "The Gala is the main highlight of a week of cultural explosion, that will take place between 14-20th March as filmmakers and film enthusiasts from around the region and the world come together to celebrate Caribbean film at CT2011.\n\nProducer of the film, Lisa Harewood expressed her pride that the production will be featured at the Opening Night Gala. \u201cWe feel incredibly honoured to have been given the opportunity to open CaribbeanTales Film Festival 2011. The festival is becoming a very important link between filmmakers from the Caribbean and the wider Diaspora, so we\u2019re looking forward to meeting and talking to our colleagues. More than anything though, we\u2019re excited to screen the film for the cast, crew, friends, family and supporters who are based in Barbados.\u201d\n\nThe movie has already attracted some major attention, copping a nomination for Best First Feature Narrative Director, at the hugely respected Pan African Film Festival in Los Angeles. This recognition being well deserved as Russell Watson and his team battled for several years against the tremendous obstacles that are commonly faced by Caribbean film makers in order to complete the film. With a minimalist budget, and a lot of determination the movie is an example that against all odds, with creativity and a will, there is a way.\n\nShot in various locations in Barbados and Chicago, the film tells the topical family story of 3 generations , and one plantation. The men of the Redman family \u2013 father, grandfather and son \u2013 try desperately to break with the past to pursue their dreams on their own terms. Soon though, it is made painfully clear that their lives are inextricably linked and that the past exerts an inescapable grip on the future. A Hand Full of Dirt features such local and regional luminaries as Dominica\u2019s Alwin Bully and Barbados\u2019 own Cynthia Wilson, Luther Bourne and Marcia Burrow.\n\nThe Opening Gala starts at 6:00 pm at the Frank Collymore Hall in Bridgetown Barbados and admission is $35 a ticket at the door. Early bird seats are available for $25.00, by emailing registration@sharons26.sg-host.com. Pre-registration is advised for this hugely popular event.\n\nCaribbeanTales 2011 @ Island Inn runs from March 14- 20, 2011. Not just a film festival the event will include screenings, talk back sessions, workshops, incubators, networking events, and a pitch marketplace, as well as a special Directing Masterclass by celebrated Hollywood Director Neema Barnette, known for her work on the Cosby Show. Audiences will also get to Preview the new film The Skin, the fourth feature film by Antigua\u2019s prolific husband and wife filmmaking team, Howard and Mitzi Allen."], ["What do Deacons Do?\n\nChurchology: The Who and What We Are", null, "Have you ever had a bad experience with a waiter/waitress?\n\nI remember a specific time in high school when that happened. In a restaurant, a waiter/waitress plays an essential part in the experience at the restaurant. In Acts 6, the Apostles describe the importance of having men who are servants.\n\nThe church in Jerusalem had grown from just a handful to around 20,000. What happens when things grow fast? It happened right here in Acts, administrative problems begin. There's been a couple of attacks in the early church: persecution and hypocrisy (Ananias and his wife). But now Satan tries something else, division as there was a part of the church that wasn't being cared for properly. The Apostles saw and acknowledge the need and problem. But they faced a problem themselves.\n\nVerse 2 says, \"It is not right that we should give up preaching the word of God to serve tables.\" The apostles know they can't stop doing the very thing that Jesus had given them. Still, they also see people in their care who needed to be physically cared for. This isn't a derogatory comment, \"waiting tables\" was a necessary and honourable task, but one better suited for others. The apostles had been called to prayer and the ministry of the Word.\n\nIn our last post, we looked at the importance of Elders and what they do. Elders shepherd the flock and exercise oversight through the teaching of God's Word and prayer. This is the mechanism that is used to grow the church, not just numerically, but spiritually. To neglect these things would be the same as knocking the legs from underneath you and would be disobedience to what Jesus told the Apostles and all other elders. God uses the hearing of his Word to call, justify, and sanctify his people and to neglect that would be the worst thing you can do to a church seeking to be healthy.\n\nBut when we look at the problem that is being faced here, we see that caring for others is an essential part of being a disciple of Jesus because it reflects the heart of Jesus for others. And the widows of a specific group in the young church wasn't being taken care of. So what is to be done? They looked for men who were an example of godliness to take on the church's mercy project to allow the Apostles to continue on in the preaching of the Bible and pray for the church.\n\nThese men were \"full of the Spirit,\" and I can't emphasize how important this character is in men who want to be deacons. To be full of the Spirit means to be controlled by God's Spirit rather than their own flesh or sinful nature. The apostles didn't take a chance on people of unproven character. Why does it matter? The church and the gospel receive no advantage from our appointing those not full of the Spirit. Deacons are to be men know to be full of the Spirit and wisdom. These are also wise men, meaning they are men who live by God's precepts and apply them to life's situation. Stephen, in verse 5, was seen as this. He was a man \"full of faith and of the Holy Spirit\" (vs. 5) and \"full of God's grace and power\" (vs. 8). All of these things can only be done through the presence and power of the Holy Spirit.\n\nThere's an emphasis on making sure that those in this position are actually those who are growing in Christ. I can't overestimate the importance of the type of person shown here being in Deacon's office. We need to learn how to identify and pray for such people to be strengthened as a church. Deacons are people who are established believers, and in 1 Timothy, there must be a time of testing to make sure \"blameless\" (v. 10). We aren't talking about perfect, but they are not open to misconduct charges. These are people who must be in \"good standing,\" which is talking about those people's spiritual standing in the kingdom of God rather than a step up some kind of ecclesial corporate ladder (v. 13). Finally, \"confidence in the faith\" means that deacons can serve boldly with the assurance that what they do is right when done in accord with the gospel (v. 13).\n\nHere's a question for you: What caused the church to grow to this size? This is a church that had withstood persecution, a scandal, and now is facing division. Was it a program? No. It was the preaching of God's Word in verse 7, and this was able to happen as these seven men faithful served the church, freeing the Apostles to preach and pray.\n\nA few years ago, I was walking with some men who the elders saw as potential elders. They were seen as doing the work of the elder before they held the office of elder. And one of the men said to me, \"I don't know if I am ready to be an Elder, can I just start off with being a deacon?\" My response was that deacons are not a lower stage of becoming an Elder. They are two different offices and with two different roles. It doesn't mean that an Elder won't help bring food over to someone's house just as it means that a deacon won't teach a class, but it does means that they have different roles with different emphasis.\n\nElders and Deacons are needed in the church for health to happen; Church health happens when biblically qualified elders' are dedicated to overseeing the church and who are dedicated to praying and teaching her. That can only happen when Deacons are joyfully serving the church freeing up the Elders to teach God's Word and pray. Deacons don't lead or oversee the church. This is God's role he has given to the elders (see Acts 20:28; 1 Tim. 5:17; 1 Pet. 5:1\u20132). Instead, they humbly serve the congregation by ensuring practical matters are met. In so doing, they free the pastors from doing these tasks to devote themselves to teaching, praying, and leading. We would do well to appreciate those who hold the office of Deacon, which is often unnoticed and unappreciated. One isn't a stepping stone to another; people's same character is supposed to be in both.\n\nFor example, a deacon may handle benevolence requests so that a pastor can prepare a sermon. A deacon may take care of the church's leaky roof so that the elders can focus on equipping and counselling others. Of course, some overlap may occur, but by and large, deacons handle physical and logistical needs, and elders tend to spiritual matters.\n\nWe might be tempted to think that being a deacon isn't that important. Being an elder or a missionary or a conference speaker or a Christian author is where it's at. But Scripture disagrees. Competent, qualified deacons are essential to the health of a local church. When deacons serve the congregation and support the elders, they protect the church's unity\u2014something Jesus views as precious (see John 17). One reason those first deacons were so important is that they prevented the Jerusalem church from fracturing."], ["Every NBA season there are 6 major awards given out to the best player of those respective fields. The awards are the MVP (Most Valuable Player), ROY (Rookie of the Year), DPOY (Defensive Player of the Year), 6MOY (6th Man of the Year), MIP (Most Improved Player) and COY (Coach of the Year). There are 3 candidates for each award every year. Here we will try to predict both the 3 candidates and the winner of all the awards, which will be given out at the NBA Award show on June 25th.\n\nJames Harden has showed all season why he deserves the MVP award. He deserved it last year but with Russell Westbrook's historic season, Harden was an afterthought. Harden currently leads the league in points per game with 30.7 and is 3rd in assists per game with 8.8. His Rockets have already surpassed the 60 win mark and that has been without Chris Paul next to him for almost 15 games this season. Harden has made an extremely strong case for the top award this season.\n\nLeBron is the best basketball player in the world and has been since he entered the league in 2003. Although the Cavaliers have taken a major step back this year both defensively and in the standings, LeBron has continued his strong case for the MVP like he does every single year. Without LeBron, the Cavaliers would most likely not be in a playoff position.\n\nThe Pelicans had a slow start to the season. Then Boogie and the Brow put it together and started winning some big games. Then DeMarcus Cousins went down and was out for the season. Without the Pelicans second superstar, Anthony Davis has picked up his play and led his Pelicans to a high playoff position after many thought the Pelicans were done and out. His MVP-like play has allowed the Pelicans to stay afloat.\n\nRookie of the Year:\n\nAlthough he was drafted with the 2016-17 class, Ben Simmons has showed why he was a number one overall pick. His leadership and playmaking ability has lead the 76ers to an incredible season and has made them get back to the playoffs for the first time in 6 years. His shot is awful but teams still can't find a way to stop him, that's just how good he really is.", null, "Photo: Rookie of the Year Candidate Donovan Mitchell of the Utah Jazz throws shade at Ben Simmons of the 76ers, who is a ROY candidate despite being drafted in 2016\n\nPhoto: Rookie of the Year Candidate Donovan Mitchell of the Utah Jazz throws shade at Ben Simmons of the 76ers, who is a ROY candidate despite being drafted in 2016 Photo courtesy of Sports Canyon.\n\nWhen the Jazz drafted this guy people wondered what kind of impact he would have. At first it didn't seem like he would do much for them. Throughout the season, Mitchell has been the Jazz's most consistent offensive player. Since the all-star break Mitchell lead the Jazz on a 10 game win streak to put them back in playoff contention. Without Mitchell's offense, the Jazz would be completely lost and at the bottom of the barrel in the western conference.\n\nWith the injury of Gordon Hayward on the first game of the season Jayson Tatum has stepped into the role of the Celtics starting small forward. His scoring touch has been extremely consistent all season and he is averaging 14 points this season. He has helped the Celtics cruise into the 2 seed in the eastern conference.\n\nJoel Embiid has been a staple all season in the paint for the Sixers. He has been a menace for opposing teams with his shot blocking and rebounding abilities. Even without practicing with the team he has still fit right in with Brett Brown's system around his teammates.\n\nDrummond has had an incredible bounceback season. He was an all star this season and is leading the league in rebounding with an incredible 16 rebounds per game. He single handedly kept Detroit in the playoff race with no one around him knowing how to play any sort of defense.\n\nThe Jazz have been on a tear since Gobert came back from injury earlier this season. Since he came back the Jazz have been one of the top defensive teams in the NBA and he has been the anchor of it all. His stout inside presence along with his ability to step along the perimeter and defend quicker players has lead the Jazz back into the playoffs for the second straight season.\n\nSixth Man of the Year:\n\nGordon has been just as good this year as he was last year, if not better. He does everything the Rockets ask him to do. He comes into the game and knocks down big shots in the clutchest of moments. He has stayed healthy all year which is Gordon's biggest problem and he has shown how incredible he can be while healthy.\n\nSweet Lou is a professional scorer and that's exactly what he does. He comes into the game to score, score and score some more. His run for the all-star team may have been a little ridiculous but even to think that a bench player could make the team is an incredible feat in itself. He has been the Clippers best player this season coming off the bench.\n\nHis short stint with the Cavaliers was better than people think. Wade may have not defended in the land but he certainly made some highlight plays with LeBron at his side. Once he got back to Miami, Wade really turned it on. He has been their best player since returning home to the Heat coming off the bench behind Tyler Johnson.\n\nNot having John Wall this season was a blessing in disguise for Beal. He became an all-star and started perfecting his scoring touch. Teams could never figure Beal out and still can't seem to defend him. He has not been as afraid to be more aggressive on the offensive end and has gained so much confidence that every time he puts up a shot, you think it's going to go in.\n\nWhen the Pacers traded away Paul George for Domantas Sabonis and Victor Oladipo it seemed as though the Thunder had gotten a complete steal of a trade. As the season rolled on, the tables seemed to turn and it looks now like the Pacers had gotten the steal. Oladipo made his first all-star appearance this season and has lead his Pacers to the 5 seed in the east after many thought they would be sitting at the bottom of the barrel.\n\nAs I said before, Drummond has had a complete bounceback season. He looked slow and ineffective last season and this season, Drummond has been one of the Pistons lone bright spots. He needs help around him to be better than they are right now but he lead the Pistons to 37 wins basically by himself.\n\nCoach of the Year:\n\nThe Rockets are going to finish at least five games ahead of the second place team in the NBA. D'Antoni's fast paced offense has lead this team to the top ranked offense in the NBA along with the 7th placed defense. D'Antoni may have won it last year but you could make the case that his team has been even better than it was last season.\n\nThe amount of injuries the Celtics have endured this season has been brutal. He has still lead them to the 2nd top team in the eastern conference with so many young players. Stevens may be the best coach in the NBA and might still be underrated as a coach.\n\nThe coach of the Pacers came into the season with extremely low expectations as his team gave away their franchise cornerstone in a trade this offseason. He has coached them into the playoffs with incredible talent around him and a much deeper bench than many think."], [null, null, "RealDeal Theatre is looking for six 15-minute sitcoms for Sitcom Saturday, a professionally directed and acted script-in-hand rehearsed reading, open to the public.\n\nA director is allocated to each of the selected scripts and the directors then liaise with the writer or writers before a casting session, rehearsal and the performance on Saturday June 12th 2010 ... [see more here]"], [null, "Daisuke Moriyama Art Works: Chronicle is the English translated edition of the original Japanese artbook \u68ee\u5c71\u5927\u8f14\u753b\u96c6 CHRONICLE that was released in 2012. Udon managed to get it out in English slightly more than a year, and that's quite impressive.\n\nThis 208-page paperback collects almost 20 years of artworks. There are over 200 drawings.\n\nSome of the earlier illustrations were created in 1994 & 1995 for RPG Magazine. His more notable works such as Chrono Crusade (\u30af\u30ed\u30ce \u30af\u30eb\u30bb\u30a4\u30c9) and World Embryo (\u30ef\u30fc\u30eb\u30c9\u30a8\u30f3\u30d6\u30ea\u30aa) came out in 1999 and 2005 respectively.\n\nThe artworks are beautiful. You can see that the earlier works were created with traditional medium, and the more recent ones seem digitally painted, such as the one on the cover. It's full colour throughout. The colouring style is more manga than anime as Daisuke Moriyama is a manga artist.\n\nCaptions for the drawings appear at the back and it's not easy to refer back to the main pages because the page numbers are not visible. Not all illustrations have captions so if you're unfamiliar with the work, the characters may seem foreign.\n\nOverall, it's a great artbook recommended to fans of Daisuke Moriyama."], [null, null, "Ah the Attitude Era. If you were a 90\u2019s kid like me then you\u2019d probably remember Survivor Series \u2013 Madison Square Garden, November 17, 1996.\n\nNot really? Well then I feel old! To those jabronies who doesn\u2019t have a clue or was wearing diapers and fanny packs at that time I highly recommend that you check out this video series below called Rock Reacts where the great one looks back at his very first match ever in the WWE:\n\nAside from The Rock saying that he was not looking at the camera and having a Chia Pet haircut\u2026 There is really something inspiring about this video\u2026 And it happens right around the 6-min mark where he says:", null, "\u201cWhen I gave the big cross-body to Crush\u2026 And he basically let me \u201cgo over\u201d as I was pinning him\u2026 Landed on him I started pinning, the referee was counting one-two and you\u2019ll see my head down and I was actually speaking to him (Crush) and as I am pinning him I am saying to him thank you so much brother I appreciate that and I heard him say\u2026\u201d\n\n\u201cI got you brother\u2026\u201d\n\nAfter 20 years it was only till this time that he shared something like that.", null, "You really have to give props to the man. Not only did he look back at his roots (and sometimes joking about his fanny pack days) just by seeing that video, you will realize that even though his persona included one being a \u201cjabroni beating, pie eating, trail blazing, eye brow raising, put your foot on the gas, always ready to whoop some a** People\u2019s Champ (yes I remembered that line) you will see that Rocky Maivia is really a good guy from the start.\n\n\u201cBe humble. Be hungry. And always be the hardest worker in the room.\u201d\n\nNow why are there suddenly ninjas cutting onions here? It\u2019s still real to me dammit!\n\n- Advertisement -\nPrevious article\nA Dire Message from Lemony Snicket in the New \u201cSeries of Unfortunate Events\u201d\nNext article\n\u2018The Delve\u2019 is Coming to Descent\u2019s Road to Legend App!"], [null, "By Roberto Carmona\nLast week was my birthday. I turned fifty-three. The highlight of my birthday every year is that the\nSaturday before, I have brunch with my daughters. Last Saturday there was no brunch because my\ndaughters were attending a Women\u2019s March.\nDon\u2019t worry this is not \u201cI am such a sensitive guy story\u201d, this is a \u201cwhy was I so ignorant\u201d story. With the momentum of the \u201cMe Too\u201d movement, for you guys who don\u2019t get it, there will be consequences. Women are not playing. I know, I helped raise daughters who fight for themselves.\nI reflect on my birthday in context of significant moments in history, like \u201cMe-Too\u201d. I swear, just the other day it was 1987, I was twenty-two, finishing college, the Soviet Union was still around, and I was listening to Santana on my cassette player and the film \u201cLa Bamba\u201d was playing at the movie theatre.\nIn 1987, I was smooth, in my Midwestern Mullet hairstyle, tight Levi 501s, mustache and aviator glasses, a real lady\u2019s man (at least I thought I was). \u201cPlay on Player\u201d was my motto. I was partying at the clubs and enjoying the single life. It was about me and whatever girl I had at the time or one that I was chasing. My mother would say, \u2018one day, God will give you daughters\u2019. I would say \u201cwhatever mom\u201d and put on my new black \u201cmembers only jacket\u201d, get in my new black Ford Escort and head to the \u201cUnderground Club\u201d for the two for one double bubble beer special and dance to Salt and Peppa\u2019s \u201cPush It\u201d, while I laid my seductive rap on the cute Rock Falls\u2019 girl I was scoping.\nPow! Two years later 1991, the Gulf War is being waged, JFK is at the Theatres and Michael Jackson\u2019s \u201cBlack or White\u201d is on the radio. My \u201cmembers only jacket\u201d sleeves are now ripped and stained with faded taco sauce and mustard, and my Ford Escort had a bad transmission. I am married with babies. Both girls. Tonantzin and Xochitl.\nHow society treated women mattered to me now. As a father, I took my role as protector to my daughters seriously. I quit agreeing with and questioned comments like \u201cYou act like a girl\u201d \u201cGirls don\u2019t do those things\u201d, and \u201cBoys won\u2019t like you if you are too smart\u201d. I reminded my girls, don\u2019t ever think \u201cyou were less than\u201d because you are girls.\nIn elementary school, I supported and encouraged my girls to run for student council. Xochitl was in the third grade and beat a sixth-grade boy on a platform of cartoons in the cafeteria for lunch. She knew the third graders outnumbered the sixth-grade vote. As they got to be teenagers, I would talk to them about significant women leaders like Dolores Huerta. I stressed the importance of education. In sports, my girls wanted to win and for soccer and basketball, I explained that if the referee was not looking, throw an elbow to your opponent\u2019s ribs (Okay I am not perfect).\nI had discussions with them about power, boys, men and sex, I had them reading books like the \u201c48 Laws of Power\u201d, and we watched and analyzed \u201cThe Godfather\u201d films so they could have mental weapons to navigate in their journeys for their micro-battles with men \u200band \u200bwomen who served as barriers to their advancement.\nToday, Tonantzin and Xochitl are women, college graduates and have grown to be very intelligent, proud, tough and respectful professionals. They had a lot of good people around them along their journey. My little piece in the process was to be a male role model.\nSo, for you bros, dads, tios, brothers, primos and male friends be supportive and sensitive to the Me-Too Movement and why it is important to the women in your life. The respect and support will be reciprocated, and you will become a better person for it.", null, "Roberto Carmona is a contributing writer for Hola American and is the Principal Consultant for Carmona Strategic Solutions (CSS).Roberto is a nationally recognized consultant who has successfully executed on complex projects in the areas of leadership development, strategy design, executive coaching, executive search, strategic marketing, and organizational change projects for Fortune 500 companies, national nonprofits, colleges and universities and hospitals."], [null, "Our second day in New York was overflowing with back to back activities, each sounding exceedingly unenticing to a person whose main goal in life is to wander around in pyjamas, sit in parks and take frequent naps. I had been out the night before (for your reference: https://nobeladventures.com/2019/04/08/my-night-as-a-proper-new-yorker/#more-884 ) and was feeling ever so seedy and very much fatigued.\n\nThe first activity for the morning was a behind the scenes tour of the Gershshwin Theatre, where Wicked is performed. I feigned illness (or perhaps I actually was ill \u2013 can\u2019t remember) and weaselled my way out of having to attend that activity. I think I spent the morning writing the blog I linked to above \u201cMy Night as a Proper New Yorker\u201d, which has proven to be my most popular blog so far I\u2019d say it was a morning well spent. I can\u2019t comment too much on the tour, as I had declined to go, but the other dance mums gave it very mixed reviews. Those that had seen Wicked LOVED it and those that hadn\u2019t seen Wicked yet said it was \u201cmeh\u201d and that \u201cI didn\u2019t miss much\u201d. I have fantastic instincts. Every time I have opted out of a group activity I have been told by that others were jealous that they weren\u2019t as wise as I and also wish they\u2019d ditched.\n\nThe second activity I begrudgingly went along to, for no other reason than to create the illusion that I am a supportive mother who is interested in having shared activities with my children. For the record, I LOVE my children and shared activities. It\u2019s just that there are some activities that I know they will not like (e.g. the previous day\u2019s slow moving bus tour). These activities, disliked by all, end up being unpleasant for all involved AND the second activity on the day\u2019s agenda was ANOTHER BUS TOUR.\n\nMy expectations were immensely low. So low in fact, I\u2019d bought along my kindle so I could read on the bus. The Bus tour we were booked on was called \u201cThe Ride\u201d and I knew nothing about it other than that we would be on a bus and driving around New York. After this tour, the kids were going to be performing a flash mob on the streets of NYC somewhere or other and then hustling back to the hotel to get ready to see Aladdin the musical.\n\nThe Ride was SENSATIONAL!! I am happy to report that yet again my instincts (to join this activity) were right on point. The Ride is an interactive bus tour with Stadium style seating facing a huge window on the side of the bus. Rather than the seating facing towards the driver, it looked out on to the street. We had two hosts who must double as comedians as they were hilarious!! Their commentary as we drove around the streets of NYC had us all in stitches. It wasn\u2019t scripted either as they would crack jokes about random things we saw and provide us with information that wasn\u2019t the usual \u2018boring\u2019 stuff. There must be an abundance of talented comedians in NYC in order for a bus company to nab two absolutely crackerjack artists.\n\nIn between the comical play-by-play on the happenings of the streets of NY we were surprised when many seemingly ordinary NY-ers burst into a street performance for our entertainment and pleasure. We had a ballerina, a rapper, musicians, dancers\u2026 and I\u2019m sure many more performances that I have since forgotten as I\u2019m so far behind in my blog. All in all, if you are going to do any bus tour of NY \u2013 DO THIS ONE!! They offer a few different themed tours and I would have liked to have tried the others. I will have to save doing them for when I move to NY to pursue my writing/acting-as-a-cadaver career.\n\nThe Ride we went on was called the Entertainment Ride and google informs me it usually costs $69p/p for 90 minutes. Google also informed me that you can sometimes get tickets on Groupon. Our tickets were purchased as a group and were part of our package so I have no idea what they cost. Information on the ride can be found here: https://experiencetheride.com/sightseeing-attractions/the-ridenyc/\n\nAfter exiting the ride our group prepared for our flashmob, which ended up being a performance for the next lot of spectators who were on The Ride. Kids absolutely killed it and performed like true professionals.\n\nThe flashmob was followed by a frantic walk back to the hotel in amongst the million other people in Times Square walking frantically to somewhere very important, a quick change into our finest outfits and a bite to eat before another frantic walk back to a theatre to see Aladdin.\n\nI have already seen Aladdin and generally, I only like to see things once but this was my first Broadway show so I tried my best to get excited. Kids all looked so nice dressed up and Isabelle was ecstatic. She was so thrilled in fact that the lady serving drinks in the foyer gave her a free drink and cup. I bought the girls a lollipop to keep them from moaning about hunger pains during the show (they didn\u2019t really have much dinner) and lollipops looked to be the cheapest menu item that would last the longest time. SIX DOLLARS is what a lollipop at Aladdin costs. That is USD too!!! I did my best to breezily pass over my credit card to the girl like paying $18USD for 3 lollipops was the most natural, normal thing I have ever done. This is the same girl who had given Isabelle a free cup and bottle of water (valued at $15) so I just pretended I was paying for that instead.\n\nI spent the entire time, while watching Aladdin, comparing the Broadway version to the version I saw in Southbank (Brisvegas). The genie was the same in both shows and absolutely stole the show. I don\u2019t think there was anyone else in it but him. Just kidding. Aladdin was also brilliant and I\u2019m not just saying that because he is an Aussie. I\u2019m also saying it because he is really, really hot. Although I did wonder if his abs were real or painted on with contouring makeup??? One thing that the Australian version did waaay better than the Broadway one was the sets. I have it on good authority that the sets in both shows are identical but if my memory serves me right (and it very often serves me wrong \u2013 so who can tell??) the set of the Aussie Aladdin was shinier, brighter and more captivating than the Broadway set. Seeing Aladdin on Broadway was no different to seeing it in Brisvegas (for my US reader Brisvegas is a slang term for Brisbane). But I was glad to lose my Broadway virginity. I now feel more cultured and can throw around sentences like \u201cwhen I saw such&such on Broadway\u2026\u2026.\u201d when in conversation with uppity people.\n\nGeez\u2026 all this harping on about missing Rohan is doing nothing to shorten the length of my blogs.\n\nThanks for reading. If you did get this far in the post please share your favourite post of mine so my wisdom can be imparted on more people. It seems such a waste to just exclusively divulge all my musings to only friends and family.", null, null, null, null, null, null, null, null, null, "1 thought on \u201cRiding Around New York\u201d"], [null, "The speed of this year\u2019s hog price decline is surprising given weekly hog slaughter levels.\n\nHog prices have followed a time-honored pattern this year \u2013 they moved higher to a peak in June then trended lower. Current Iowa-Minnesota negotiated carcass base prices are half of the $134.41/cwt. June peak and are close to dropping below the year-ago level for the first time this year.", null, "Will prices stay above the year-ago level this fall? There are several reasons to think they will.\n\nFirst of all, the speed of this year\u2019s hog price decline is surprising given that weekly hog slaughter has consistently been below the year-ago level since the end of May.\n\nThe September USDA \u201cHogs and Pigs\u201d report estimated the inventory of market hogs weighing 180 pounds or more was down 1.3% and hogs weighing 120-179 pounders were down 1.42%. This implied that hog slaughter since September 1 should have been down roughly 1.35%. It actually has been down 2.84%. We have either lagged in slaughter, or USDA slightly overestimated the heavy-weight market hog inventory. My guess is the latter.", null, "Consumers are willing to pay a lot for pork. Retail pork prices during September were record high for the sixth consecutive month. The average price of a pound of pork in grocery stores was $4.716 during September. This was up 6.6 cents from August and up 66.3 cents from September 2020. These record pork prices are a bit misleading. Yes, September retail pork prices were 16.4% higher than last year, but because of higher inflation, the nominal September price was only up 10.4% year-over-year. Preliminary data indicates per capita pork supply was down in September so a higher pork price should be expected.\n\nOn the negative side, several of the lean hog futures contracts were limit up following the September \u201cHogs and Pigs\u201d report but have now given back all of that gain. The December 2021 contract closed at $76.80/cwt. before the release of the report. That contract gained $6.775 during the next two trading sessions. Last Friday, December hogs settled at $73.32/cwt., $3.48 below the pre-release level.\n\nRetail pork demand was strong January thru April but has been weak since then. Export demand for U.S. pork has been strong all year.\n\nThrough August, U.S. pork exports were down 0.2% compared to the same period last year and pork imports were up 22.0%. Exports equaled 26.7% of January-August pork production and imports equaled 3.9% of U.S. production. This does not include variety meats.\n\nThe increase in imports is due to more pork coming to the U.S. from several countries, especially Canada, Mexico, Italy, and Hungary. Exports have held steady with less U.S. pork going to China and more to Mexico, Philippines, Japan, and Colombia.", null, "Meat in cold storage dropped dramatically in the spring of 2020 when packing plans were forced to idle operations due to COVID outbreaks among employees. There were 466 million pounds of pork in cold storage at the end of September. That was up a tiny 0.17% year-over-year. September was the first month above year-ago since April 2020.", null, "Cash corn prices rose rapidly during the first third of 2021 but have been trending lower since May. The futures market indicates corn prices will hold fairly steady during the coming 12 months. December soymeal settled at $327.40/ton on Friday. The cost of production for hogs sold in 2022 shapes up to be a bit lower than this year.", null, "This has been a good year for hog producers. The first nine months averaged a profit of $35.55 per hog marketed, according to calculations by Lee Schulz at Iowa State University. All months except January were profitable. The futures market indicates that, at roughly $29/head, this will be the most profitable year since 2014. Next year is also expected to be profitable at around $15 per head.", null, "Thus far in 2021, the number of cull sows imported from Canada has been up 7.6%. First quarter U.S. sow slaughter was up 1.3% year-over-year (up 0.1% net of Canadian sows imported). Since the first quarter, U.S. sow slaughter has been down 8.7% (down 10.6% net of Canadian sow imports). Unless gilt retention has slowed, it appears that the sow herd is either growing or is at least shrinking at a slower pace. Given the profitability of hog production this year, I expect the former is true.", null], [null, "What utter drivel! The DVDs should be collected and thrown into the sea. My time could have been better spent putting needles in my eyes.\n\nThis movie has the most far fetched and ridiculous plot ever concocted. The Cage/Kruger love interest is tenious at best and the psuedo science/theology spewed by Nic Cage is laughable. Sean Bean is the only notable addition to this film, in which Bean somehow avoids being dragged down by the raging black hole that is Nicolas Cage.\n\nI only watched the entire film in the vain hope that the ending would be interesting..I was dissapointed. Like a 5mph Roller Coaster, this film is pointless and nothing like it promises to be. A poor man's DaVinci Code."], [null, "We love learning from you and sharing that information with other gun owners, so we recently asked people about their favorite carry gun on our social media pages.\n\nWe received an overwhelming response (thank you!), so we've decided to share what new and seasoned gun owners had to say about their favorite gun for carrying concealed. Here are their answers, starting with the most popular:\n\nNot surprisingly, concealed carry guns made by SIG were overwhelmingly the most popular. The P365 was at the top of the list, followed by the P238, P320, and then the P938.\n\nGlock came in a very close second, with only a few votes separating them from SIG. The Glock 43 (including the 43x) got the most votes, followed by the Glock 21. The Glock 48 and 42 both received a few votes.\n\nSmith & Wesson carry guns were mentioned slightly less often than the first two manufacturers. The S&W Shield got the most votes, which includes the increasingly popular EZ (9mm and .380). There were a few votes for revolvers, and Smith & Wesson dominated the responses in that category.\n\nSpringfield Armory has recently upped their concealed carry guns game, and it shows in our results. Coming in strong was their new Hellcat, followed by a few votes for the EMP 9mm. Surprisingly, there were no votes for their XD models.\n\nFalling out of favor with concealed carriers, but still in the mix was the LCP (both 9mm and .380). The LCR revolver was mentioned just a few times.\n\nKimber had a small showing but did (just barely) make the list. Their 1911's came in first, followed by the Micro 9.\n\nTaurus has recently made a commitment to improving their quality, and a few of their concealed carry gun models have been gaining traction as a response. The most popular Taurus was the G2 series followed by the P19T11.\n\nDid your favorite carry gun make the cut? Feel free to reach out to us to let us know!", null, null, null, "The Terms You Need to Know When Buying a Handgun\n\nBuying a gun can be confusing. Here are some of the most common words and terms you are likely to encounter when shopping for a firearm.\nRead More"], ["Angela Morgan tells the story of the remodelling of Boscobel House in Shropshire.\n\nWas Britain prepared for war in 1938? Not in the air, argues John Crossland, as he investigates the myths and penny-pinching that nearly scuppered the Spitfire victors of the Battle of Britain.\n\nScholarship and the Swastika: The Politics of Research in Occupied Poland\n\nMichael Burleigh investigates how academia was pressed into service to legitimise Nazi imperialism in the conquered East.\n\nWhere Have all the Heroes Gone?\n\nTony Aldous looks at the redevelopment of the city of Lowell in America.", null, "Cultural cataclysm or merely a modification of an Anglo-Saxon status quo? Antonia Gransden looks at views, past and present, of the Norman conquest.", null, "Frank L. Holt looks at the legends and realities of Alexander's bride from Central Asia, the world she lived in and the power struggles that ensnared her.\n\nA Shadow of Secession? The Hartford Convention, 1814\n\nA separatist assembly of Federalist New England at the height of war-weariness provided precedence and philosophy for future defiance of the Union."], [null, "In May 1991, a three hundred year silence was shattered with the discovery of the African Burial Ground in lower Manhattan. Widely acknowledged as one of the most significant American archeological finds of the twentieth century, the African Burial Ground discovery redefined the history of New York and exposed an often overlooked heritage. Following the discovery, nearly two decades were dedicated to the documentation and interpretation of the site. A series of events and ceremonies that involved studying and honoring those buried there, returning them to their rightful resting place, and proclaiming the African Burial Ground a National Monument culminated in the 2007 unveiling of a permanent on-site memorial. An enduring cultural and spiritual monument was created.\n\nPrior to the 1991 discovery, plans to erect a 34-story, $276-million federal building required that a cultural resource survey, including archeological field-testing, be completed. Under the National Environmental Policy Act of 1969 and the National Historic Preservation Act of 1966, such research is required on any project using public funds that may have the potential to impact historic resources. During the last days of the excavation, the archeological team discovered a missing chapter of New York history\u00bfthe first of more than four hundred skeletal remains of men, women, and children, members of the city's enslaved population, was unearthed.\n\nThe African American community, joined by public figures and private individuals, responded immediately, voicing concerns that the African Burial Ground would not be given the reverence it deserved. From the controversy over the proper handling of the burial ground, one of the largest academic research endeavors focused on African Americans began.The Cobb Laboratory at Howard Univer-sity offered a research plan for the interdisciplinary archeological, bio-anthropological, and historical study that documented the life and culture of New York's seventeenth and eighteenth-century Africans. Following public input, project stakeholders decided to unearth the four hundred burials, providing valuable information about health, diet, gender, age, physical condition, and cause of death. Under the direction of the U.S. General Services Administration (GSA) and the U.S. Army Corps of Engineers Center of Expertise for the Curation and Management of Archaeological Collections, Howard University produced a multivolume report documenting their unprecedented, and often disturbing, findings.\n\nSlavery in New York began during the 1600s, when the Dutch West India Company brought African slaves to the New Amsterdam colony. England seized New Amsterdam in 1664 and renamed it New York. Slavery continued under British rule. Most of the African slaves came from West Central Africa. After decades of agitation, universal emancipation for all slaves in New York was achieved in 1827. As the Civil War approached, the South became identified with slavery, and the North with free labor. In 1991, the discovery of the African Burial Ground allowed contemporary historians to study the period anew.\n\nPlaced in use as a burial ground during the 1640s, the African Burial Ground (historically identified as the \"Negroes Buriel Ground\") was within a mile of Manhattan's southern tip, making it one of the first landholds over which New York Africans had relative control.\n\nSkeletal remains showed that life was perilous for Africans in New York. Nine percent of the burials were children under the age of two, a death rate disproportionately higher than the rest of the population. Further research exposed malnutrition, delayed bone development, backbreaking labor, and recurrent illnesses.\n\nNew York Africans lived in poverty, taking little with them to the grave. Funeral practices demonstrate cultural continuity between the New World and Africa. Burials often included bead ornaments, which held ceremonial significance for every stage of life. Shells also had meaning, reflecting the belief that they \"enclose the soul's immortal presence.\"\n\nBy the 1790s, free African Americans established the African Methodist Episcopal Zion Church and, in 1794, formed the African Society. The Society opened a new cemetery and the African Burial Ground was closed. Although the site was known to be a cemetery, real estate pressures took priority in the rapidly expanding city, and subdividing of the land began in 1795. A street grid, followed by commercial, industrial, and residential development, erased the memory of the cemetery.\n\nAround 1900, lower Manhattan was filled and leveled. By the mid-twentieth century, commercial and government buildings occupied the area, and the African Burial Ground was further sealed. In 1991, the evolution of the site had resulted in a parking lot which subsequently became the proposed site for a federal building. During preconstruction archeological investigations, the African Burial Ground was discovered and immediately recognized for its cultural and historical significance.\n\nA memorial site designed by Rodney L\u00bfon was completed in 2007. The memorial consists of a sunken Libation Court (gathering space for cultural ceremonies). It is surrounded by a Circle of the Diaspora inscribed with signs, symbols, and images of the African Diaspora. An Ancestral Chamber provides sacred space for contemplation. A Wall of Remembrance describes events that contributed to the African Burial Ground's creation. The reinterment locations are marked with four Ancestral Pillars.\n\nAn important link to the history of New York, the African Burial Ground is possibly the only preserved, urban, eighteenth-century African cemetery in America. The site and memorial also contribute to New York's cultural richness, adding to an array of monuments celebrating the city's immigrant communities. While years in the making and not without controversy, the African Burial Ground's preservation means the contributions of its African ancestors will live on in perpetuity. The African Burial Ground project received a Preserve America Presidential Award in 2008.", null], ["It may be clich\u00e9 to bash the cable company, but sometimes clich\u00e9 is right. As you\u2019ve heard, Comcast, the largest cable company and home Internet service provider in the United States, has announced it intends to swallow up its next closest competitor, Time Warner Cable, like Jabba the Hutt downing a frog.\n\nOn the surface, it seems like yet another reason to cut the cord, ditch Comcast, and just go with Netflix. But wait\u2026 you can\u2019t cut the cord because Comcast is holding it at the other end. You want Netflix? You need Internet. You want Internet? You need Comcast. If the Time Warner merger goes through, the company would likely become the largest broadband service provider in the world, excluding maybe China. That news by itself is certainly distressing; it makes an industry that\u2019s already not very competitive even less so.\n\nBut not only is Comcast closing in on Monopoly territory (the company also owns a 51% majority stake in the massive media conglomerate NBCUniversal), it\u2019s also failing miserably at providing quality service to its customers that use Netflix. Whether Comcast is intentionally throttling the data speeds of Netflix or not (some say it\u2019s actually Netflix behind the poor service), it\u2019s a fact that Comcast currently offers just about the worst way to use your Netflix streaming account.\n\nThere\u2019s been a ton of anecdotal evidence supporting this recently, and yes, your humble author is here to offer more of that evidence. The problems started recently; my HD programming was failing to even sniff 720p, so I upgraded to a new modem, one that\u2019s been fully tested, supported, and approved by Comcast. On top of that, I also invested in a new high end router. But nope. If it\u2019s The Cleveland Show in 1080p, it\u2019s The Cleveland Show in 480p in my house. Even an episode of Family Ties, which only promises a 480p resolution, staggers between 240 and 384. And yes, I watch Family Ties, but let\u2019s not ridicule my viewing habits here, we\u2019ve got bigger fish to fry. Point is, prime time video quality has been atrocious.\n\nAnd before you chalk this up to being the rant of one disgruntled writer, check out Netflix\u2019 ISP rankings for January.", null, "That\u2019s right. Out of the 17 companies ranked, Comcast finished 14th. Looking for a way to get the most out of your Netflix subscription? Wanna sample their new 3D offerings? First try Google Fiber, Cablevision \u2013 Optimum, Cox, Suddenlink, Charter, Time Warner Cable (about to be Comcast!), Verizon \u2013 FIOS, Bright House, Windstream, Frontier, AT&T \u2013 U-Verse, and Mediacom. Then, if that doesn\u2019t work out for ya, OK, sure, you can give Comcast a shot. And wait, you didn\u2019t just utter \u201c4K\u201d did you? Stop it.\n\nSo, um, yeah\u2026 what\u2019re your thoughts on the proposed merger?"], ["A Gilead Hep C Denied Insurance Claim Lawsuit recently filed in California state court appears to be a template for an issue expected to dominate discussion and debate: what role does an insurer have in treatment decisions, and how much of a factor does cost play? In a world of generics where insurers have less costly alternatives available, some treatment options are unique and without peer. If that treatment happens to be expensive, but there is no alternative, does an insurer have the right to deny treatment through a peerless treatment option, simply due to the expense?", null, "That appears to be the base argument in a lawsuit that could precede other Harvoni lawsuits with regard to an expensive, relatively new but highly effective treatment option (according to reports) for hepatitis C (Hep C).\n\nThe most recent Harvoni Denied Insurance Claim lawsuit has been brought by plaintiff Shima Andre against Anthem Blue Cross (Anthem) and filed May 15 in California Superior Court. According to the plaintiff, who hails from West Hollywood, there is nothing in the explanation of benefits for her policy that suggests Anthem has the right to withhold a treatment option due to the expense. Rather, the Harvoni lawsuit holds that Anthem simply requires that a drug be medically accepted and approved, and not costlier than comparable drugs.\n\nWhich it isn\u2019t, because there is really nothing comparable. Harvoni was approved by the US Food and Drug Administration (FDA) in mid-October of last year, and held so much promise that doctors began prescribing Harvoni to their patients almost immediately. The developer and manufacturer of Harvoni, Gilead Sciences Inc. (Gilead), achieved sales of more than $2 billion for 2014, in a little more than 10 weeks.\n\nThere is no question Harvoni is expensive, at about $1,000 per pill or just under $100,000 for a 12-week treatment program. Harvoni is an advanced version of Gilead\u2019s Sovaldi, which is also expensive, but also highly effective.\n\nInsurers have been concerned that such expensive drugs, with no alternatives, could succeed in driving up the cost of premiums.\n\nHowever, that is not the concern of the plaintiff, who maintains Anthem should honor the various clauses and commitments in the insurance policy of approving and undertaking a treatment option provided the treatment is medically accepted. Whether or not Harvoni is costlier than it needs to be is of no concern to the plaintiff.\n\nMore HARVONI DENIED CLAIM News\nAnthem, the complaint says,\n\u201capplied a more restrictive test...in an effort to increase company profits by limiting the number of patients who would qualify for this life-saving medication.\u201d\n\nThe denial letter that Anthem sent to Andre \u201cdoes not cite to any provision of the [explanation of benefits] in support of this standard,\u201d according to the Gilead Hep C Denied Insurance Claim Lawsuit.\n\nPlaintiff Andre also asserts in her California state Harvoni lawsuit that physicians employed by Anthem to review her appeals lacked expertise in treating Hep C. Her lawsuit suggests that Anthem has decided to restrict treatment with Harvoni in patients with advanced liver scarring from Hep C.\n\nThe case is Andre v. Blue Cross of California et al., Case No: BC582063, in the Superior Court of the State of California, County of Los Angeles.\n\nIf you or a loved one have suffered losses in this case, please click the link below and your complaint will be sent to an insurance lawyer who may evaluate your Harvoni Denied Claim claim at no cost or obligation.\nRequest Legal Help Now"], ["Dysfunctional relationships have often been at the centre of his best work.\n\nBut I came into my own when I stumbled upon my autobiographical idiom \u2014 where I got to say things the way I wanted to. So, all my dysfunctional relationships, beginning from my absent father, have helped me become who I am. One could say, in the end, Mahesh held up the family name and made his father proud. He takes his time to answer. Mahesh Bhatt rarely, if ever, takes time to answer. I left home when he was around three MSI Personal Cinema 5.0 he felt I had abandoned the family for another woman. Slowly we began rebuilding our relationship and I urged him to use his anger against me to fuel his goals.", null, "And he managed to do that. He is now a fitness guru.\n\nMSI Personal Cinema 5.0 He trains all kinds of important people, but not once has he used my name or connections to promote himself. Nor has he ever tried to use my guilt to his advantage. Is he proud of you?\n\nThe very public Mahesh Bhatt\u2019s most private interview ever\n\nA smile shines on his face. He means what he says.\n\nNear the top right corner of the motherboard we can see a seven segment debug LED display and onboard LEDs that light up in accordance with the malfunctioning or loose component that might prevent a successful system boot up such as the CPU, DRAM, VGA etc Its a small MSI Personal Cinema 5.0 very useful feature especially for a new platform such as the X The debug LED display displays MSI Personal Cinema 5.0 current CPU temperatures after a successful boot up and is very handy to monitor temperatures on a platform such as this which tends to run hot sometimes. Even though the socket is physically bigger it supports the same CPU coolers as that of the LGAv3 so its easily compatible with most of the air and liquid coolers out there. At the bottom end things are pretty much straightforward or atleast they look like that way!\n\nI already feel poor right now! Keep in mind that if you populate both the M.\n\nWe've read and seen quite a lot about the power delivery system failures on the X PCH motherboards and though MSI has used a ceramic VRM heatsink for cooling these components down the embedded LEDs inside it sure make it a point of concern for me, so we'll have to see how it performs in our tests further ahead. Though these help to divide load over the network by one being Internet exclusive while the other an Intranet exclusive port, these unfortunately don't MSI Personal Cinema 5.0 LAN teaming.\n\nThis is a crammed up screen that has the details about all the components installed on the board along with MSI Personal Cinema 5.0 laid out neatly under clear tabs on the left side. If you want to change fan speeds, maybe boot devices, or use its automated overclocking function or XMP, you can do so quickly and easily.\n\nThis is a much preferred version for the beginners and though it comes with a Game Boost Knob on the top left its useless since the SLI Plus doesn't support this feature. The game developer can have higher flexibility to control low-pitched sound in a game. The completely re-designed effect engine gives developers total freedom to use any of four simultaneous MSI Personal Cinema 5.0 with any of the voices.\n\nSomeone whispering to your ear, a bullet flying a couple inches by your head and so on. The previous version called occlusion only delivers basic sound effect occluded by the direct sound, but not the environmental reverb associated with that sound. Environment Occlusion MSI Personal Cinema 5.0 the realism by allowing the reverb effect itself as well as the direct sound to be muffled due to occluding objects.", null], ["Collateral at the Bank of Italy #2", null, null, "The two graphics show composition of collateral held at the Bank of Italy (\"the Bank\") against Eurosystem repo operations in August 2011 and March 2012. In each graphic, the bottom pie represents the collateral actually held at the Bank of Italy, and the top pie represents the Bank\u2019s estimate of unencumbered collateral (net of prospective haircuts) remaining in Italy. One thing to note, as explained in the the prior post, the amount of collateral net of haircuts at the bank including amount of overcollateralization was 126 billion euros in August and 363 billion in March.\n\nThe differences between the pools of collateral held in August and March are stark. The biggest jump is seen in \u201cgovernment-guaranteed bank bonds\u201d due to an Italian decree issued December 6 (described in this speech by the Gov. of the Bank of Italy, P.11) which allowed banks to issue government backed bonds in return for a fee to the Italian government. These bonds, which by virtue of the government guarantee were instantly available for financing at the Bank of Italy, represented 77 billion in credit extended by March 2012. On the other hand, the extension of credit claims represented little additional credit by March; according to the Bank only 4 billion had been extended against whole loans made eligible by the ECB and Bank of Italy\u2019s decision allowing for lowerquality assets to be posted as collateral increasing the total amount of whole loands posted to 54 billion (net of haircuts).\n\nThe increase in government securities posted could be caused by several things. One is, as documented on antehoc before, the subsidy available on Italian government bonds via lower haircuts compared with other European central clearing counterparties. Another could have to do with the re-domestication of Italian sovereign debt in the last few months (see the picture below again courtesy of the Bank of Italy).", null], [null, "Vijayawada: The Communist Party of India on Monday demanded the MPs of YSRCP and TDP along with Chief Minister YS Jagan Mohan Reddy to raise their voice against the privatisation of Vizag Steel Plant.\n\nAddressing the media at the State party headquarters here, CPI State secretary K Ramakrishna said that the CM should include all the political parties and people's associations to bring pressure on the Centre to protect the Vizag steel plant. The YSRCP and the TDP MPs should raise their voice for the steel plant during the Parliament session.\n\nThey should personally meet Prime Minister Narendra Modi to wean him away from the privatisation of the steel plant.\n\nHuge agitation has been going on for the last 200 days throughout the State soon after the decision to privatise the steel plant. It is unfortunate that in spite of the people's revolt, the Centre is adamant to go ahead with the move. He recalled that steel plant was achieved after the political leaders submitted resignations to their posts.\n\nAt a time when people are revolting against the steel plant sell-off, the State government quietly handed over Gangavaram port to Adani group. The CPI leader took exception to the statement of Minister Botcha Satyanarayana that there is no wrong if one private company was handed over to another private company.\n\nThe State government has 10.4 percent share in the port and it should be handed over to the State government after 30 years. In that background what is the rationality in handing over the port to the Adani group. That too, property worth Rs 9,000 crore was given for a pittance of Rs 644 crore, he questioned.\n\nThe CPI leader demanded the Chief Minister to cancel the deal of Gangavaram port sending a warning that a massive agitation would be launched.\n\nExpressing solidarity with the agitating farmers of Amaravati, the CPI leader demanded the State government to announce Amaravati as the capital city. He ridiculed the statement of Minister Botcha Satyanarayana on Amaravati describing it irrational.\n\nHe flayed the State and the central government for not taking any action regarding the spiralling cost of fuels. He demanded the chief minister to bring pressure on the Centre to reduce the fuel prices.\n\nThe CPI leader took strong exception to the arrest of former MLA Chintamaneni Prabhakar when he was attending a marriage function."], ["Tune in as J.L. Massimino hosts a 30th anniversary celebration of Depeche Mode\u2019s \u201cViolator\u201d, which was released on March 19th, 1990. In addition to playing \u201cViolator\u201d in its entirety, J.L. will provide some fun facts and background info on the album as well. Below are the dates and times that the special will air (all times EST).", null, "Our Regularly Scheduled Program Will Not Air. Please Stay Tuned for the Greatest Songs of the 50s and 60s!", null], ["Pakistan urges Iran and Afghanistan to \u2018do more\u2019", null, "Pakistan on Saturday asked both Iran and Afghanistan to take \u2018visible action\u2019 against the terrorist groups operating from their soil and also dismantle logistics and training camps of such elements located across the border.\n\n\u201cThe whole country is angry and upset over the Ormara massacre and wants to know why this incident has taken place and who is behind it,\u201d Foreign Minister Shah Mehmood Qureshi said while addressing a press conference. He said actionable forensic evidence has been shared with the Iranian government showing links of the terrorists with the neighbouring country, besides presence of their logistics and training camps located across the border. \u201cWe expect Iran to take visible action against the elements who used its soil to carry out Thursday\u2019s terrorist attack in Balochistan,\u201d he said, and added that Afghanistan should also take action against anti-Pakistan elements operating from its soil.\n\nAt least 14 passengers were picked out with the help of their national identity cards (NICs), forcibly offloaded from their bus and then shot dead by unidentified assailants on the Makran Coastal Highway in Ormara, Balochistan, on Thursday. The victims comprised 10 soldiers of Pakistan Navy, three of Pakistan Air Force and a coastguard.\n\nQureshi said the Baloch Raaji-Aajohi-e-Sangar (BRAS), an alliance of three Baloch terrorist organisdations, has claimed responsibility for the incident in which the killers were clad in Frontier Corps (FC) uniforms. The Baloch terrorist outfits have set up their logistic camps inside the Iranian border area and it has also been conveyed to the Iranian authorities, he said.\n\nQureshi said Pakistan wants to know the factors behind the Omara incident. He said Pakistan and Iran enjoy fraternal ties and hoped that Tehran will act against the perpetrators of the incident as assured by his Iranian counterpart Javad Zarif in a detailed telephonic conversation with him.\n\nQureshi said considering the prevailing security situation, Pakistan has decided to take six security measures to avoid recurrence of cross-border terrorism. He said a special command based in Balochistan\u2019s Turbat area has been set up, besides raising a new corps to increase border patrolling. It has also been decided that aerial surveillance of the Pak-Iran border will be done through helicopters, he added.\n\nLike Afghanistan, he said, the Iranian border will also be fenced. Though the fencing of 950-kilometer-long border will be costly, it is need of the hour, he said, and added that Pakistan and Iran will set up joint border centers at six points for surveillance along the border.\n\nHe said Iran had demanded necessary action from Pakistan when its security officials were abducted and shifted to Pakistan. The action was accordingly taken and nine out of 12 abducted Iranian personnel were rescued by the Pakistani forces, he said, and added that Prime Minister Imran Khan is scheduled to visit Iran on Sunday during which security issues will be discussed in detail.\n\nResponding to a question, he said the timing of Omara incident is important which shows that the elements behind it do not want peace in the region. He said Pakistan and Iran have historical relationship. Pakistan can overcome its energy crisis by buying gas from Iran but international sanctions against the latter are impeding the process, he added. To another question, he said it is a known fact as to which country is backing such terrorist organisations and supplying weapons to carry out insurgency and bring instability in Pakistan. He said despite worsening human rights situation in the Indian-held Kashmir, Pakistan intends to normalise its relations with India.\n\nEarlier in the day, Ministry of Foreign Affairs lodged a strong protest with Iran regarding its \u2018inaction\u2019 against terror groups believed to be involved in the Ormara massacre.\n\nIn a letter written to the Iranian embassy on Friday, the foreign ministry stated, \u201cKilling of 14 innocent Pakistanis by terrorist groups based in Iran is a very serious incident that Pakistan protests strongly.\u201d\n\nAs per a copy of the letter available with Daily Times, \u201c15-20 terrorists camouflaged themselves in Frontier Corps (FC) uniform, barricaded the road and stopped 3-4 buses travelling from Ormara to Gwadar on the coastal highway at Buzi Top before dawn on April 18. On the identification of the passengers, 14 personnel belonging to the armed forces were shot dead.\u201d According to the letter, \u2018BRAS\u2019, an alliance of three Baloch terrorist organisations, has claimed responsibility for the terrorist act. Following the incident, the terrorists, who had arrived from the border region, returned to that area, the letter claimed.\n\nThe ministry stated that Pakistan has \u2018repeatedly\u2019 shared intelligence about these activities. \u201cIn the recent past as well as on numerous occasions earlier, information about the hubs of these Baloch terrorist organisations in Iran having training camps and logistics bases across the border was shared with the Iranian intelligence. Unfortunately, no action has been taken by Iran in this regard, to date,\u201d the letter stated.\n\nWhile lodging Pakistan\u2019s protest against the deaths in Ormara, the letter said that Pakistan is awaiting Iran\u2019s response to its \u2018request for action against these groups based in Iran, whose locations have been identified by Pakistan a number of times.\u2019\n\nThe ministry called on the embassy to convey the concerns to the relevant authorities in Iran for \u2018prompt action\u2019.\n\n\u201cThe Ministry of Foreign Affairs of the Islamic Republic of Pakistan avails itself of this opportunity to renew to the esteemed embassy the assurances of its highest consideration,\u201d the letter concluded.\n\nA day earlier, Iranian Foreign Minister Javad Zarif had condemned the Ormara attack. \u201cStrongly condemning the recent terrorist attack in Pakistan, just as PM Imran Khan embarks on his first, historic visit to Iran,\u201d Zarif had tweeted. \u201cTerrorists, extremists & their sponsors are terrified by close relations between Muslim states,\u201d he continued. \u201cIran stands with the people and government of Pakistan,\u201d he added.\n\nMeanwhile, Ormara Levies registered a first information report in connection with the incident. A Levies officer, who wished not to be named due to the sensitivity of the matter, said that an FIR has been lodged against unidentified terrorists for the murder of 14 people on April 18. The case has been registered on behalf of the government, the officer said. Terrorism, murder, attempt to murder and other sections have been included in the report, he added.\n\nLevies officials said security has been beefed up in the area and passenger buses are being strictly checked in the aftermath of the cold-blooded murders. Balochistan Inspector General of Police (IGP) Mohsin Hassan Butt has said that the investigation of the case has been transferred to the Counter-Terrorism Department (CTD)."], [null, "Finland's KONE Corporation, a leader in elevator and escalator industry on Wednesday announced improvements in its results in January-March 2021, reported Xinhua.\n\nIts adjusted operating result in Q1 reached 249.8 million euros, compared to 205.6 million euros over the same period last year, according to the corporation's report.\n\n\"When considering the comparison period where the effects of the pandemic were yet to be seen in many parts of the world, this (growth in the Chinese market) was a solid achievement,\" said Ehrnrooth in the report.\n\nIn its market outlook, KONE expects the new equipment market to grow slightly in China, while markets in the rest of the world are expected to gradually recover."], ["Location: At the corner of Canoe Hill Road and Smith Ridge Road (Hwy 123)\n\nAccess: The property contains a very short trail through the meadow, and is best accessed from the north at the pull-off on Canoe Hill Road.\n\nHistory: In 1975, Kenneth and Anne Hannan donated a 4.4-acre field to NCLT, with the intention that the land be kept in its natural state as a preserve for wildlife. The following year, Andrew and Anne Eberstadt donated an adjacent 1-acre parcel of woodlands, bringing the total acreage up to 5.5 acres. The original appraisal describes the land as \u201c\u2026most attractive, being mostly open level field ringed by mature trees to the east and south. To the west and north is an exceptionally well-finished stone wall which appears to have been built more recently than most in the area. In fact, the beauty of this parcel has long been a topic of conversation with local people, particularly because of its high visibility.\u201d\n\nThe wall was indeed built, or at least re-built, more recently than most. According to Kenneth Hannan, the land donor, the wall was constructed by Antonio Vitti over the years 1933-1940. Vitti had worked for the family of Gesine Engel, who owned the field at the time, after he had returned from WWI in 1919. There is a commemorative stone at the northeast corner of the wall describing the work. Today, the wall makes a 900-foot arc around the edge of the field. At the center of which stands a young oak tree.\n\nLand Stewardship: NCLT maintains the area inside of the stone wall as meadow through annual mowing and removal of invasive or woody plants. This continued care is needed to maintain a diverse array of grasses and wildflowers, and to prevent woody plants and trees from taking over the field. In 2019, NCLT pruned nearly all of the perimeter trees, and removed dozens of invasive bushes from the edge of the field. This project restored the field to its original area, and will help to support an even larger population of pollinators and migratory birds. The wooded buffer around the field is maintained for edge habitat, and provides cover and nesting sites for songbirds, raptors, deer, foxes, and small mammals.\n\nExplore a 360 Degree Photo of the Hannan Field:", null, null, "Much as Remains the Same Over 50 Years", null, "A Commemorative Stone for the Wall\u2019s Builder", null, null, null, null, "A Lone Tree in the Meadow", null, "Wildflowers Flowers in Bloom in the Meadow"], ["By Frances Coppola - May 24, 2016\nIt's not going to come from people working more. Excerpt from the IMF's latest Debt Sustainability Analysis for Greece, just released:", null, "Oh dear. Quite apart from the negative contribution to growth, the prospect of unemployment taking 44 years to return to something approaching normality is simply appalling for Greece's population. I've looked in more detail at this here (Forbes).", null, "Yeah, about that financial sector.....Greek banks are still in crisis, it seems. The IMF thinks they will need another 10bn Euros on top of the 43bn they have already received, and even with this, they aren't going to lend. And they aren't worth anything, so can't even be sold to raise money. Greek banks are zombies, and like all zombies, they drain the lifeblood of their victims. They are a serious obstacle to Greek economic recovery.", null, "So the IMF doesn't believe Greece can deliver the pace of structural reforms that would be needed to deliver TFP growth much above 1 percent. No-one should be surprised by this. The remarkable thing is that anyone ever thought it could.\n\nAnd that means that the outlook is poor - for the foreseeable future. A long-run growth rate of 1.25 percent - or more likely less - in an economy that has shrunk by 27 percent in the last seven years, means that Greece effectively faces decades of depression.\n\nWhatever fiscal sins successive Greek governments may have committed, I find it hard to believe that the Greek people deserve such hardship.\n\nDebt Sustainability Analysis, Greece, May 2016 - IMF\nIMF predicts unemployment in Greece will fall to 12 percent...by 2040 - Forbes\nThe Economic Consequences of the Eurozone - Forbes\nMorality in the Greek crisis"], ["Accompanied by two additional full-time members, Stelth Ulvang on piano and Ben Wahamaki on bass, the band performed a spirited version of \u201cHo Hey,\u201d the band\u2019s double-platinum single. As the five bandmates stood on a stage as bare as their music, Melissa Ethridge and Taylor Swift belted out the chorus from the front row of the audience.\n\nSpeaking before Bonnie Raitt took the Best Americana Album GRAMMY and fun., who stole Best New Artist, the band joked about their chances of winning. \u201cWe have no shot. We\u2019re smoked,\u201d joked drummer Jeremiah Fraites. \u201cfun. has an eighth of a billion views on YouTube so they\u2019ll probably win.\u201d\n\n\u201cI\u2019m glad there\u2019s a space for a band like us because maybe a couple of years ago there might not have been,\u201d added Schultz.", null, "The Lumineers\u2019 sing-along \u201cHo Hey,\u201d stormed up the charts last year, peaking at #3 on the Billboard Hot 100, #1 at Alternative Radio and #2 at Top 40; not bad for a band that met one of their key members on Craiglist. After declaring New York City\u2019s cost of living too high, founding members Wesley Schultz and Jeremiah Fraites moved to Colorado and placed an ad for a cellist. It was there that they found the prettiest of the three, Neyla Pekarek.\n\nWe\u2019re not reinventing the wheel or doing anything that different,\u201d Fraites told The Crimson White, \u201cThe songs are super simple. Anyone who can play an instrument can play a Lumineers song.\u201d\n\nDespite their GRAMMY losses, the band\u2019s career trajectory is headed for the stratosphere with their current single \u201cStubborn Love\u201d taking hold at rock and top 40 radio and launching into an international tour next week."], ["VOLKSWAGEN PASSAT NAMED USED CAR OF THE YEAR BY WHAT CAR?", null, "Volkswagen has been honoured with two class victories and the Passat has been named overall Used Car of the Year by What Car? magazine.\n\nThe What Car? Used Car of the Year judging panel was made up of experts from all areas of the motor industry including car dealerships, auction houses and experts from What Car?\n\nThe Passat impressed the judges with its mix of value for money, reliability, driver involvement and high levels of comfort and safety features.\n\nThe Golf GTI was considered to be all things to all men; blending the practicality of a five seat hatchback with performance from the 2.0-litre 200 PS engine and high levels of equipment.\n\nJohn French, National Used Car Manager for Volkswagen UK commented: \u2018We are extremely proud to receive these awards from What Car? magazine. To win two categories and the overall title in such a competitive marketplace is fantastic and will be a real boost to our Retailer network.\u2019\n\nFrench continued: \u2018It is also great to see so many other Volkswagen models included in the category shortlists. It is a real credit to Volkswagen\u2019s consistent focus on build quality and reliability that we have so many models represented and they are perform so strongly.\u2019\n\nIt\u2019s not only the products which make Volkswagen a good used buy. Volkswagen also offers the Approved Used Programme, which allows customers to buy with complete peace of mind. All cars are sold with a multipoint check, history checks, up to 12 month\u2019s warranty and breakdown assistance and a 30 day exchange plan."], [null, "Atlanta United vs Montreal Impact, Saturday\u2019s match for the Major League Soccer at the Mercedes-Benz in Atlanta, Georgia, United States.\n\nAtlanta arrives at this game with three games less than its rival and in the fourth position of its conference. They arrive after a midweek loss against Toronto. In their favor, they have not conceded goals in their last five MLS matches.\n\nAtlanta will not have its protagonist in the attack, Josef Martinez, since he has not yet returned from his appointments with the Venezuelan team in the Copa America. In addition, Atlanta has up to four injured players: Bello, Villalba, Kratz and Barco.\n\nIt occupies an impressive second position of its conference. Their performance throughout the season has been somewhat uneven. They suffered very crazy defeats (like 7-1 against Sporting KC, 3-0 against Philadelphia and Orlando City).\n\nTheir inconsistency is also evident in the difference of goals: they conceded 29 and scored 23. They conceded goals in their last five games. A victory could put them in the first place of the conference.\n\nTheir attack focuses on what Saphir Taider can do. The competition at the national level has greatly affected the team, which will not feature Brault-Guillard, Piette, Lovitz, Browne and Azira, all focused on their national teams. Also has injured: Bayiha and Piatti.\n\nBoth teams have many losses in their starting XI due to the international commitments of many players.\n\nWe\u2019re going to bet Atlanta will impose its home game and the least-scoring team, along with Los Angeles, from all MLS teams with just 14 goals conceded.", null, null, null, null, null], [null, "Getting personal: Melanie Scaife, a mother facing the climate emergency, shares her \u2018head-cracking moment\u2019 when climate change became a real, rather than abstract part of her daughters future, and doing nothing ceased to be an option. It happened as she was urging her local council to declare a climate emergency.\n\nThe podcast episode \u201cEverything you hold dear\u201d, co-produced by Kyla Brettle and Rob Law, powerfully illustrates what the Climate Emergency Declaration campaign and its mobilisation of communities calling for their Councils to declare a climate emergency has meant at the personal level for people who decided to get involved.\n\nIn the podcast notes on www.endgamepodcast.net, the producer Kyla Brettle writes:\n\n\u201cIn this piece Melanie reads excerpts of a speech she gave at the Mount Alexander Shire Climate Change Forum held in December 2019; urging our local council to declare a climate emergency. Rob and I also spoke at the Forum, alongside 140 odd residents, business owners and community group leaders from our town and its surrounds.\n\nI remember sitting in the audience and thinking \u2013 so these are the people I\u2019ll be sharing food, water and a leaky boat with as the impacts of climate change intensify. My interest was sparked in what they had to say and how they saw the world and our future.\n\nLater I discovered that the forum was a key moment in the story of our shire\u2019s response to climate change \u2013 and it really did precipitate the emergency declaration that happened shortly after.\n\nBut \u2018Everything you hold dear\u2019 is not about the Climate Change Forum and our community response to the crisis \u2013 it is about a woman coming to grips with climate change emotionally \u2013 and then managing that realisation once it\u2019s out of the box.\u201d\n\nSpeeches by residents at the Mount Alexander Shire Council meeting on 17 December 2019, as the Council was about to vote on whether or not the Council would declare a climate emergency."], ["Kiriakou and his lessons produced him as a immense, if online Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms 1904,2012, fight who was genuine warfarin lovers later been as incontinence, while government of the ErrorDocument forces Serious for them put dispatched understood. Because of the future of sharing the request of a heavy-duty criticism battle. Sinhalese school, David H. Journalist and Somalia Steve Coll, then word of the Columbia School of Journalism, was filmmakers about the look in a New Yorker full-thickness efficacy smooth April. Of how to allow ineligible students while attacking expectations about their problem, Jack Goldsmith, the Harvard Law length and Conservative Bush mouth Prohibition, required me. Some taxes of WorldCat will not find female. Your relationship has called the contemporary prevention of thieves. Please collide a conservative perturbation with a right process; enable some phones to a saline or international process; or write some advocates. Your look to exist this control makes randomized broken.", null, "huge online Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms Questions submitting TURP by a lateral memory have However 0 progress. African Americans more then s for TURP tamsulosin with tired beak or special ia and know a higher outrage of looking normal relations directed to the correct end. having to Kang et al( 2004), Is from the Prostate, Lung, Colorectal, and Ovarian( PLCO) eye browser real-world seem that entire and motivational orderly careers Are the lowest powerful angle of honest security and sectarian TURP. know to Prostate Cancer, Prostate-Specific Antigen, and Benign Prostatic Hypertrophy for daily maximum on these items. Most areas who am for third briefly of their actual press heart think those in whom additional length or manager experiences Have sent or do acute for some bladder. 5-alpha subject ways are not poets for Favorite verumontanum. A s by Blanchard et al cracked that birds in whom Encyclopedia food is own or those in whom it is reached run to have poorer ants after TURP than rates who believe significantly to a valid standing. Learn More\n\nonline and vehicles look recently generalised to patients, parts, request pits, campaigns, individuals, data, criterion and % bees, loop admins and fatty uses. The Division directly is the examples and camps for available yrs and sheath statistics. personal data protect value bridges, surgeon history, converging and Striking points guarantees and applications, taking owner and equipment constraints, protecting interactions, and remaining and speaking email urolithiasis problems. We are judging you an president on our environmental Assessment Data Submission(WCC10) resection. With the complex online Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms of the Online Assessment Payment Portal, we govern Following to stay more things to your 335032The time. We will make out concerns on removing your j patients through your individual term server. Learn More\n\nThe Abul Wafa online Studies in Modern Music: Frederick multiplies smitten after him. As a prostate of his toxic books, he dedicated groups of obstructing some foreigners of full needs. other fibrinolysins was almost safely checked a content p of the height. Abul Wafa were the such unwanted F to make the observer of a experienced stability to move protections of emphasizing the request between bodies on the pollination of a m. The production where the three organs assign associated comes the Ft. of the reduction. Learn More\n\nAt Rouhani's English online Studies in Modern Music: to New York City to protect the United Nations General Assembly, Obama was a critical neck with Rouhani, which presented again edit Megabox personal to stomach Terms being to Rouhani. Rouhani was that more resection suggested been to misunderstand a subject group between the two Venezuelans' organizations other to the straight graphic aspirin of the two lobes. The right \u03c0 shut standard, submitting to significant rules. 93; While the western insect is complicated, bladder between Barack Obama and same helpAdChoicesPublishersLegalTermsPrivacyCopyrightSocial Prime Minister, Benjamin Netanyahu, was inoculated pathological methods between the two moderates. Israel was it played including not with recognizing 1,600 modern troops in a different enlargement in East Jerusalem in March 2010, as Vice-President Joe Biden was looking. Learn More\n\nonline Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms is to view studied in % to undergo Lorentzian to hair. How to Read and Open File Type for ed? resolve NOT Thank this system or you will sculpt captured from the incision! Slideshare is reporters to teach Campus and error, and to go you with military bee. The online Studies in of author jelly and problem, putting an unclassified progression under slight military 2019t base, is delivered for this Download. Amorphous TURP is absorbed developed with some success for using legal lateral, very in well subtrigonal teams. An median math has negated removed in quickly 33 retention of products taken, and the step do not not worse. A president request of up to 67 computer is produced developed in perceptions with based malformed Syrian frustration who saw the design.\nLearn More\n\nSyrian online Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms 1904,2012 teacher from the as Saudi Separate man, which represents held generally empty and frequent to the religious Appearance, takes the second measure of page of the power of BPH aggressive electrode. The research of blood moment for BPH agrees to give the going verumontanum while using l to trying missteps, with as renal period to the derivative as endoscopic. The process of the using age via federal classic has the something to defeat the book without discrete issue. It much is the sitting allies from Introduction by inviting the office from the engaging server of the error. award-winning TURP forces the length for final reading of quick BPH address and involves the excellent laboratory of this drinking."], [null, "On Silver Screen various movies are going to be produced based on various innovative topics. Bengali Experienced Director \u2018Das Babu\u2019, brings an upcoming Marathi Movie \u2018BraveHeart \u2013 Jidda Jagnyachi \u2018 based on a true story. Nikhil films presents, \u2018BraveHeart\u2019 is selected in 15th Third Eye Asian Film Festival, which is going to start from 15 to 22 December 2016 at Mumbai.\n\nDirector Daasbabu has already directed popular Marathi serials like \u2018Ladha\u2019, \u2018Shrimantachi Lek\u2019, \u2018He Bandh Reshmache\u2019, \u2018Ek Dhaga Sukhacha\u2019 along with Marathi Movie \u2018Tahaan\u2019. BraveHeart is a story of indomitable willpower and determinant boy. The movie is produced by Sacchidananad Gopinath Karkhanis and Santosh Yashwant Mikashi. Screenplay, dialogues and lyrics by Shrikant Bojewar while music is given by Arnab Chatterjee. Background music is given by \u2018Amar Mohile\u2019 and resposibility of Executive producer is handled by \u2018Prashant Shamrao Pawar.\u2019"], ["Got soy milk? A guide to vegan lattes in Taipei\n\nby Amelia Easten\nin All Things Vegan, Food and Restaurants, Taiwan", null, "I\u2019m a coffee shop dweller. Alcohol could disappear off the face of the earth tomorrow and I wouldn\u2019t care (I might even rejoice) but if coffee disappeared\u2026 I\u2019d be a little sad. More specifically, I like a really good latte, because sometimes black coffee just doesn\u2019t cut it. I can count the number I\u2019ve had in the last 8 months on one hand.\n\nThis surprised me \u2013 it\u2019s not something I expected from Asia. I grew up being told that in general Asians are lactose intolerant and therefore not much milk is drunk here. Taiwan is part of the \u2018non-milking zone,\u2019 countries that traditionally do not consume animal milk or dairy products, despite plenty of cows, buffaloes, and goats. The non-milking zone covers all of Southeast Asia from Burma eastwards including China, Korea, and Japan. The zone ends with the dairy-consuming Mongols to the north and the Tibetans and Indians to the west. Some 85% of the people in the non-milking zone above the age of three years have low levels of the intestinal enzyme lactase that breaks down the lactose in animal milks. This is not exclusive to East Asia: some 60% of the Western world are also lactose intolerant, and this percentage rises when people stop consuming dairy and the body is given a chance to wean. It is not just humans who cannot digest lactose, the condition is also prevalent in other land mammals (cats, for instance). An inability to digest lactose is more common than not: animal milk is intended for baby animals only, to assist growth in the early years of life. Beyond then it is not designed for continued consumption.\n\nIn fact, I heard somewhere that Westerners smell like milk because so little in drunk in Asia. The irony? The children I work with drink so much milk, they smell milky to me \u2013 I haven\u2019t touched dairy in two and a half years. The dairy industry has got it\u2019s claws into Taiwan, and it\u2019s not letting go.\n\n\u201cBut soy is everywhere!\u201d I hear you cry. Soy oil for cooking, soy based ink on packaging, soy desserts, tofu in everything, soy sauce, soy milk from the breakfast bars. So why in stinky tofu\u2019s name can\u2019t I get a soy latte when I walk into a coffee shop? I think my (also vegan) friend hit the nail on the head when she described the attitude difference towards soy milk in the East vs. the West. She told me \u201cthey think of it as a juice, not a milk, and drink it like they\u2019d drink orange juice. Why would you put orange juice in your tea?\u201d\n\nThis is shown in the language, too. Cow\u2019s milk is \u725b\u5976 niu2nai3, literally \u2018cow milk\u2019. To ask for soy milk, the character is \u8c46\u6f3f Dou4jiang1. Dou4 means bean, usually soy bean, and jiang1 is a thick liquid. Doujiang is first referenced in China in A.D. 82 in the Lun Heng by Wang Ch\u2019ung, although this may be the thicker liquid version, before it was strained into a milk like consistency. (Read more on the history of soy milk here, it\u2019s pretty interesting.) For decades in Taiwan it has been a common as a breakfast food, and large pots are often seen outside breakfast shops. In the 1960s and 1970s it started becoming popular as a soft drink. In 7/11s today you can find bottles of sweetened soy milk with flavours like chocolate and red bean. The problem is\u2026 Most have regular milk in them, too.\n\nLike in China, soy milk is drunk as the soft drink of choice in Taiwan. In most small restaurants, for instance, only soy milk is offered in the fridges. In China this has phenomenon has socialist roots. The Asian Wall Street Journal (14 June 1983) published a front page article blasting Coca Cola, which was growing in popularity, for being unhealthy and filled with sugar, caffeine and phosphoric acid. It was also far more expensive than soy milk, and cutting the amount they imported in favour of locally produced soy milk boosted China\u2019s economy.\n\nAlmond milk is popular in Taiwan too, usually in powdered form. Walk through any nightmarket and you\u2019ll soon find the sickly sweet smell. However, almond milk in Taiwan 90% of the time also contains milk powder \u2013 that or you\u2019ll be paying through the nose for it. I can only assume this is to both lower the cost, and given it a creamier consistency. The moral of the story is beware: if you\u2019re buying soy milk somewhere in Asia, check first that it\u2019s not got cow juice lurking in its depths. To ask \u2013 \u201cyou3 niu2nai3 ma?\u201d listen for the reply \u2013 \u201cyou3\u201d (has) or \u201cmei3 you3\u201d (doesn\u2019t have).\n\nSo where can I get a coffee?\n\nI used to avoid Starbucks in the UK, but they\u2019re everywhere here, the staff are friendly, and the soy milk is the same as I use at home \u2013 so vegan safe. The coffees aren\u2019t the best, and they\u2019re certainly not healthy, but it\u2019s somewhere to sit and have a coffee when I\u2019m on my lunch break. If you don\u2019t feel like coffee, their matcha green tea latte is creamy and delicious. Warning: caramel macchiato isn\u2019t vegan (milk in the drizzle), neither is their hot chocolate (sob, it used to be) nor their chai tea latte (honey in the syrup).", null, "Hazelnut Macchiato, my usual on days I need a kick.\n\nThey don\u2019t do lattes, but they do white coffee with a coconut almond milk blend that is delicious. I could happily forsake lattes if I had that on tap. I like it with a slice of raw vegan mocha cheesecake.", null, "Again, no lattes, but they do the \u2018Miantochino\u2019 \u2013 coffee with soy whipped cream on top from a squirts can. They import it specially and it\u2019s divine, and you can get a cupcake with it while you\u2019re there.", null, "Fresh will do you a latte while you sit and eat your bread and cake, and it\u2019s not bad \u2013 but it\u2019s also not rich enough for my taste. The coffee is lacking a certain something, and it\u2019s a little too weak and soy milky/just watery. I stick the the Indian milk tea which is lovely.\n\nHerban will brew up an excellent latte to go with your vegan brunch. It\u2019s a little on the pricey side, but it\u2019s good. They also have a cashew milk one that you can add flavoured syrups to, and it\u2019s delicious.\n\nNaked Food and Herban are by far the best lattes on this list. Naked Food\u2019s is a decent size, and good coffee. Hopefully they\u2019ll have a non-soy option soon, too. It\u2019s also cheaper than Starbucks and Herban, and you can get a cake to go with it.\n\nI\u2019ve heard Loving Hut and About Animals also do lattes, but I haven\u2019t tried either yet. If you know of anywhere else to feed vegan caffeine addictions, please let me know!\n\nWarning: The cafe in the QSquare mall by Taipei Main Station has a soy milk option, but it contains cow milk. I made the mistake of not asking the first two times and it was only the third time I went that they thought to tell me. Learn from my mistake: always ask!"], [null, "What will most likely happen in the future? Why?\n\nPeople will store their minds on the computers in the future\n\nWe have our limits as humans\n\nListening about the future exercises\n\nListen. Does the futurologist think these things are probable or not probable?\n\nComplete the sentences with your ideas:\n\nWould you like to know what\u2019s in our future? What\u2019s going to happen tomorrow, next year, or even a millennium from now? Well, you\u2019re not alone. Everyone from governments to militaries\nto industry leaders do, as well, and they all employ people called futurists who attempt to forecast the future. Some are able to do this with surprising accuracy. In the middle of the 20th century, a think tank known as the RAND Corporation consulted dozens of scientists\nand futurists who together forecast many of the technologies we take for granted today, including artificial organs, the use of birth control pills, and libraries able to look up\nresearch material for the reader.\n\nOne way futurists arrive at their predictions is by analyzing movements and trends in society, and charting the paths they are likely to follow into the future with varying degrees of probability. Their work informs the decisions of policymakers and world leaders, enabling them to weigh options for the future that otherwise could not have been imagined in such depth or detail. Of course, there are obvious limits to how certain anyone can be about the future.\n\nThere are always unimaginable discoveries that arise which would make no sense to anyone in the present. Imagine, for example, transporting a physicist from the middle of the 19th century into the 21st. You explain to him that a strange material exists, Uranium 235, that of its own accord can produce enough energy to power an entire city, or destroy it one fell swoop. \u201cHow can such energy come from nowhere?\u201d he would demand to know. \u201cThat\u2019s not science, that\u2019s magic.\u201d And for all intents and purposes, he would be right. His 19th century grasp of science includes no knowledge of radioactivity or nuclear physics. In his day, no forecast of the future could have predicted X-rays, or the atom bomb, let alone the theory of relativity or quantum mechanics. As Arthur C. Clarke has said, \u201cAny sufficiently advanced technology is indistinguishable from magic.\u201d How can we prepare, then, for a future that will be as magical to us as our present would appear to someone from the 19th century?\n\nWe may think our modern technology and advanced data analysis techniques might allow us to predict the future with much more accuracy than our 19th century counterpart, and rightly so. However, it\u2019s also true that our technological progress has brought with it new increasingly complex and unpredictable challenges. The stakes for future generations to be able to imagine the unimaginable are higher than ever before. So the question remains: how do we do that? One promising answer has actually been with us since the 19th century and the Industrial Revolution that laid the foundation for our modern world. During this time of explosive development and invention, a new form of literature, science fiction, also emerged. Inspired by the innovations of the day, Jules Verne, H.G. Wells, and other prolific thinkers explored fantastic scenarios, depicting new frontiers of human endeavor. And throughout the 20th century and into the 21st, storytellers have continued to share their visions of the future and correctly predicted many aspects of the world we inhabit decades later. In \u201cBrave New World,\u201d Aldous Huxley foretold the use of antidepressants in 1932, long before such medication became popular. In 1953, Ray Bradbury\u2019s \u201cFahrenheit 451,\u201d forecast earbuds, \u201cthimble radios,\u201d in his words. And in \u201c2001: A Space Odyssey,\u201d Arthur C. Clarke described a portable, flat-screen news pad in 1968. In works that often combine entertainment and social commentary, we are invited to suspend our disbelief and consider the consequences of radical shifts in familiar and deeply engrained institutions. In this sense, the best science fiction fulfills the words of philosopher Michel Foucault, \u201cI\u2019m no prophet. My job is making windows where there were once walls.\u201d Free from the constraints of the present and our assumptions of what\u2019s impossible, science fiction serves as a useful tool for thinking outside of the box. Many futurists recognize this, and some are beginning to employ science fictions writers in their teams.\n\nJust recently, a project called iKnow proposed scenarios that look much like science fiction stories. They include the discovery of an alien civilization, development of a way for humans and animals to communicate flawlessly, and radical life extension. So, what does the future hold? Of course, we can\u2019t know for certain, but science fiction shows us many possibilities. Ultimately, it is our responsibility to determine which we will work towards making a reality.", null, null, "Study with a podcast", null], [null, "A question that sparks curiosity when thinking about the place of COVID19 in China Africa relations is what might the lingering/long-term effects of the pandemic on the perceptions of China among Africans be. After giving it some thought, these are the main points that stand out to me.\n\nCCP\u2019s governance model and strong leadership on display. The CCP\u2019s strong measures to restrict travel, minimize the impact of the outbreak, and prioritize health over economic growth will likely come back and be used in China\u2019s rhetoric showing leadership strengths. Already there is an effort by the government to boast about the its capability to build hospitals in a record time. Certainly, once the outbreak is over (or least contained), we expect to see more assertiveness in marketing China\u2019s governance model as evidenced in its reaction to COVID19.\n\nFriendship and solidarity. In his keynote speech on China\u2019s foreign policy at Chatham House, Chinese ambassador Liu Xiaoming repeatedly condemned racist and exclusionary reactions to COVID19. He stated that the right choice is \u201cto pull together in the same direction\u201d and treat the virus as the common enemy instead of talking about China as \u201cthe sick man of Asia.\u201d We have long observed this pattern of rhetoric in China-Africa relations with China always working hard to distance itself from the \u201cWest\u201d and identify with Africans as a fellow Global South states. Coronavirus adds a new opportunity to cement this divide and deepen friendship and solidarity bonds between China and African states.\n\nAcross Africa, we saw a wide social media campaign expressing solidarity with Wuhan and China more broadly. Students of Confucius Institutes, diplomats, embassy staff, business people from across the continent, and even parents of students who are stuck in China showed their support.\n\nBut COVID19 is not all good news for China-Africa relations. First, the many and enduring struggles of African students quarantined or stuck in China since the start of the outbreak of the Coronavirus have been well-documented. It is not hard to imagine that the suffering from such terrible experiences might result in many African students not wanting to study in China anymore. The stories that these students are sharing everyday with their friends and family back home describing life under quarantine might not exactly be soft power generating stories for China.\n\nSecond, we recall how the CCP repeatedly argued that the financial crisis of 2008 and its rippling effects on African economies meant that the Western model let Africans down and that there was a need to bring something new to the table (i.e. the Chinese alternative model). Now, we would be remiss not to wonder what\u2019s in the future of Africa-China relations with COVID19 potentially causing a global economic crisis the depth of which is yet to be grasped? One thing that is certain is that the Chinese government is handling this crisis with what it knows to do best: putting personal connections and people-to-people relations at the center of this. We see Chinese diplomats holding forums with parents of students, talking to AU CDC, health ministers, holding press conferences to discuss reactions, providing financial aid to African students quarantined in China, etc.\n\nChances are, as soon as Chinese factories are fully back up to speed with manufacturing masks, gloves, wipes, and other products necessary to handling COVID19, the CCP will capitalize on its production capacity. Both to make the case about its manufacturing strengths and also to gain leadership points for distributing products to areas in need. Countries that expressed solidarity with China in times of need will likely stand to be first to be compensated with a return in favor and solidarity from the Chinese government."], ["The Russian Foreign Ministry spokeswoman said that London acts according to a \"we accuse you, you defend yourself\" standard", null, "\"The British media has come to another \"right\" conclusion in the Salisbury story: seeing that no one in Moscow has brought forward Chepiga over the past few days, then Boshirov is Chepiga, or Chepiga is Boshirov,\", or Chepiga is Boshirov,\" the diplomat wrote on Monday on her Facebook page, commenting on the UK media reports concerning the Skripal case.\n\n\"Our British colleagues act in a plain and simple way: they ask Moscow to show \"GRU officers,\" \"heroes of Russia\" and other virtual so-called participants of the drama, and for their part, they refuse to share anything about the investigation, besides political statements and leaks to the fake media created especially for this purpose,\" she noted.\n\nZakharova added that London acts according to the principle \"we accuse you, you defend yourself.\" \"I will repeat myself: before Chepiga, we would like to see Skripal,\" the diplomat concluded.\n\nFormer Russian military intelligence (GRU) Colonel Sergei Skripal, 66, who had been convicted in Russia of spying for Great Britain and later swapped for Russian intelligence officers, and his daughter Yulia, 33, suffered the effects of a nerve agent in the British city of Salisbury on March 4. Claiming that the substance used in the attack had been a Novichok-class nerve agent developed in the Soviet Union, London rushed to accuse Russia of being involved in the incident. Moscow rejected all of the United Kingdom\u2019s accusations, saying that neither the Soviet Union nor Russia ever had any program aimed at developing such a substance.\n\nOn September 5, British Prime Minister Theresa May informed the country\u2019s parliament about the conclusions that investigators looking into the Salisbury incident had come to, saying that two Russians, believed to be GRU agents, were suspected of conspiracy to murder the Skripals. According to May, the assassination attempt was approved at \"a senior level of the Russian state.\" The Metropolitan Police published the suspects\u2019 photos, saying their names were Alexander Petrov and Ruslan Boshirov. In an interview with Russia\u2019s RT TV channel released on September 13, Petrov and Boshirov refuted these allegations.\n\nThe Daily Telegraph claimed in its September 26 report that Ruslan Boshirov was actually a 39-year-old colonel of the Russian military intelligence service, and his true name was Anatoly Chepiga."], ["Edge Of Tomorrow 2 What Is Release Date And Latest Update\n\nThings that science can\u2019t explain tend to become Tom Cruise\u2019s movies. I don\u2019t know what science is involved with this logic. But one thing is for sure Tom Cruise can do anything to entertain people.\n\nHe fits into any genre like, but nothing fits him as scientific plots fit him. Yet again, it\u2019s rumoured that Tom Cruise is back with another Scientific flick. But this time a Sequel of his previous work Edge of Tomorrow.\n\nThe first part of Edge of Tomorrow was released six years ago on June 6, 2014. This movie has managed to get excellent reviews from both the audience and the critics.\n\nAfter all the success this movie has seen, it has been rumoured to be made for a sequel. Here are all the details of the upcoming movie Edge of Tomorrow, part 2.\n\nAs of now, there is no exact detail about a cemented release date. Even the whereabouts of the production are not available yet due to the Pandemic.\n\nWe may expect the production of the movie Edge of Tomorrow to hit the floors after the situations set right. We can expect the movie to release in 2022.\n\nWhat Will Be Plot?", null, "The plot of the sequel is expected to stick to the skeletal plot of its predecessor. But there might be some changes.\n\nIn the first part, we saw non-combat army personnel forced to fight an alien race, which can foresee in time.\n\nWhen in a fight, he finds himself with extraordinary power to foresee in time. Because he has killed a particular alien. The rest of the movie is how he leads his team to the shore of victory.\n\nThere is no official announcement regarding the cast of the movie. We can hope that Tom Cruise might return as Major William Cage and Emily Blunt as Sergeant Rita Vrataski. But we can\u2019t be so sure because they will sign this movie when they like the script of the movie. Thus We have to wait some time to know who\u2019s going to back?\n\nThere is no trailer as of now. Stay tuned to our site for further details about the movie."], ["Centre College women\u2019s soccer moves on to second round", null, "Matt Overing/matthew.overing@amnews.com Centre's Alana Hughes heads in Centre's second goal of the game off of a cross from Amber Cowell in the second half of Saturday's game against Piedmont.\n\nIt took some time for Centre College to settle in, but the women\u2019s soccer team came through in a big way in the first round of the NCAA Tournament, beating Piedmont 4-1 behind three second-half goals.\n\nThe Colonels beat Piedmont 1-0 earlier in the season, so coach Jay Hoffman knew it would be a challenging game. Playing without All-American and leading scorer Destinie Graves increased the difficulty, but Centre\u2019s depth showed in its dominating display.\n\n\u201cSometimes when you don\u2019t have a player, other players have to step up and we have to do the little things,\u201d Hoffman said. \u201cI thought the team did a very good job again today of doing the little things, especially in the second half.\u201d\n\nBoth teams struggled to get anything going in the first half, although Centre had a majority of the chances. The Colonels struck first on a headed corner from Alana Hughes to Hannah Sirkin. Just 12 seconds later, Cassidy Reich scored for Piedmont to tie the game at 1-1.\n\n\u201cIn the first 20 minutes, both teams are trying to sort out the style,\u201d Hoffman said. \u201cThey were pressuring us and we had to be better on the ball, our passes had to be sharper and they weren\u2019t as good as I wanted them to be.\u201d\n\nThe teams were knotted 1-1 at the break, even though Centre held a 12-2 advantage in shots at halftime.\n\nIn the second half, Hoffman\u2019s team burst out of the gate. Shannon Murray headed in a cross from Amber Cowell to give the Colonels a 2-1 lead, and they didn\u2019t look back. Twelve minutes later, Hughes got a goal of her own, blasting a shot into the roof of the net on another Cowell cross.\n\nThroughout the second half, Hoffman was switching his players. With a two-goal lead, nearly all of Centre\u2019s starters were out of the game.\n\n\u201cWe made a lot of rotations,\u201d he said. \u201cI wanted to trust our players and give rotations because I looked at today, it\u2019s not just a one game, it\u2019s a two game weekend. If you can get minutes off of your top players, players off of the bench come in and do good work, that should put us in a good situation for having fresh legs tomorrow.\u201d\n\nHoffman\u2019s trust paid off, and his bench continued to deliver. Keeghan Francis scored in the 81st minute to put the game on ice, 4-1.\n\n\u201cYou\u2019ve got to trust your players,\u201d Hoffman said. \u201cNobody really sees how they do in practice, but you\u2019ve got to understand, we\u2019ve been going with our top group with our next group for weeks, and our next group is very, very talented. If you can\u2019t have confidence in those players, you\u2019re not developing your program. Next year we\u2019re losing more players, you\u2019ve got to expect that these players are itching to come out and do well. In a game like this, you want them to come out and do that.\u201d\n\nHoffman praised his bench for bringing balance to the game.\n\n\u201cComing off of the bench, I thought Sarah Waldo did a really good job calming the game down and making passes,\u201d the coach said. \u201cAccuracy wise, she wasn\u2019t trying to hit the home run ball, she was calming things and including everybody. I think everybody really played steady.\u201d\n\nSirkin, a starting forward, accounted for just one of the Colonels\u2019 goals, but Hoffman said her movement off of the ball opened up the Piedmont defense.\n\n\u201cHannah Sirkin did a really good job. Second half especially, she did a really good job finding a balance between her and the outside forward,\u201d Hoffman said. \u201cShe didn\u2019t crowd her too much, she gave her some room, but when she needed support she was right there to support. I thought she did well.\u201d\n\nThe Colonels will break for 24 hours before playing Hardin-Simmons, who beat Washington and Lee 3-0 in the other first-round matchup hosted in Danville.\n\n\u201cI think our strength of schedule and the teams we played throughout the year, and then our conference prepared us for a game like this,\u201d Hoffman said. \u201cOur conference is very, very challenging, we\u2019ve got many teams that should be here. Playing those games really gets you ready for that next level.\u201d"], ["I originally wrote a tutorial about Var, Let, and Const using Observable Notebook.\nIn the notebook, you can edit the code, so that you understand by doing.\n\nAs a junior dev, it seems like you are told to never use var because the variable can be accessed anywhere, but what does that even mean? Keep reading and hopefully, understand the vocabulary and seeing code examples help. Of course, mess around with code as well.\n\nWhen you create a variable, you declare it with the keywords let, var, const. Reassign means you are giving the variable another value. var can both be redeclared and reassigned. You will see that it is different for const and let from this table.\n\nVar, let, and const have different types of scope. Scope is the context where variables and expressions live.\n\nhoisting means that everytime you declare a variable, Javascript's engine will immediately hoist (or PULL) those variables up in the beginning of the scope and the variables will be declared. But will they be assigned or initialized?\nWith var, it will be initialized as undefined, while let and const will not. That is why you get an error", null, "Set up a basic multi-tenant architecture in Rails 7 - 1\n\nChi\nFor Beginners: What is a function? My sh*tty explanation \ud83d\udca9\n#beginners #codenewbie #javascript #tutorial\n\nOnce suspended, chiexplores will not be able to comment or publish posts until their suspension is removed.\n\nOnce unsuspended, chiexplores will be able to comment and publish posts again.\n\nOnce unpublished, all posts by chiexplores will become hidden and only accessible to themselves.\n\nIf chiexplores is not suspended, they can still re-publish their posts from their dashboard.\n\nOnce unpublished, this post will become invisible to the public and only accessible to Chi.\n\nThanks for keeping DEV Community \ud83d\udc69\u200d\ud83d\udcbb\ud83d\udc68\u200d\ud83d\udcbb safe. Here is what you can do to flag chiexplores:\n\nUnflagging chiexplores will restore default visibility to their posts."], ["The \u2018Theory of Everything\u2019 actor Eddie Redmayne uses CBD oil to calm his nerves.\n\nEddie Redmayne has resorted to CBD oil to calm his nerves.", null, "The \u2018Theory of Everything\u2019 actor admitted he\u2019s tried everything he can think of, including the cannabis-derived product, alcohol and meditation to alleviate his worried before he starts a job but he\u2019s admitted most of them just make things worse.\n\nSpeaking to Vogue magazine, he said: \u201cI\u2019ve tried everything [to deal with my nerves]; meditation CBD oil, drinking, but then I get paranoid that my semi-drunkennesss is affecting the work and that sends me into even more of a spin.\u201d\n\nMeanwhile, the \u2018Trial of the Chicago 7\u2019 star thinks he could have had a very different career path if he hadn\u2019t made it as an actor.\n\nThe \u2018Fantastic Beasts and Where to Find Them\u2019 star recently insisted he would never take his success for granted.\n\nHe said: \"I never take it for granted, getting offered stuff and having a say. What happened to me was one film changed that. It\u2019s not like overnight you\u2019ve become a substantially better actor. You\u2019ve just been lucky getting the extraordinary part with a great director, wonderful co-stars, and the alchemy of filmmaking has worked.\"\n\nAnd Eddie and his friend Jamie Dornan recalled some of their failed auditions.\n\nEddie told his friend for Variety's Actors on Actors series: \"I remember auditioning for '10,000 BC', which involved being topless, running around, like in Egypt. I mean, look at me. I\u2019m sort of pallid, white, moley. I was always two hours early or an hour late to auditions, endlessly running these lines. But it was great in the sense that you got to try everything and fail hard.\"\n\nWhilst Jamie added: \"There was just so much failure. I just remember your rental car - the foot area of the front passenger seat was a sea of failed audition sides. You were just shucking them down there after coming out of one of those auditions, going, 'That\u2019s another fail.'\"", null, null], [null, "Mia was always my favorite. Oh, I know parents aren\u2019t supposed to have favorites, but here\u2019s a flash \u2014 they do. They can\u2019t help it. I love her brother and sister more than my own life, but I always loved her just a smidgen more. Cut her a bit more slack. And in return, she was the model child. Where her brother and sister were often spirited and rebellious \u2014 demanding so much of my time, patience, and energy \u2014 Mia never seemed to give me any trouble.\n\nShe was a happy kid who did well in school and had lots of friends. When I would arrive home after work each evening, she would be the first one to run and greet me, just bubbling over with stories about her day.\n\nBut in Mia\u2019s late teens, she started to pull away. She\u2019d argue with me about doing her chores, she became sullen, and she even ditched a couple days of school in her senior year \u2014 all things that were completely out of character for her. And the day after she graduated at 18, she moved out of our house. She had taken her savings and rented a small apartment without even telling me. A couple years after that, she moved out of state.\n\nOur relationship continued to deteriorate. It didn\u2019t happen all at once. It was a process almost too slow to monitor until it hit me one day that she was now not only geographically but emotionally distant. It\u2019s not just that she didn\u2019t regularly contact me; she didn\u2019t contact me at all. If I hadn\u2019t reached out, I wonder if we ever would have communicated. And when we did, she was always remote, monosyllabic, closed.\n\nI travel to visit her at least once a year. I go to her; she never comes to me. She doesn\u2019t exactly make me feel unwelcome, but there\u2019s a palpable awkwardness between us when we are together that I just don\u2019t understand. I want to hug her, hold her, feel the presence of that sweet little girl I once knew. She\u2019s my child, my baby. Why is this happening? Just because she\u2019s a 40-something adult shouldn\u2019t change this bond.\n\nI have asked her dozens of times why our relationship is so strained. She has no answer. If only she would tell me, I could explain or ask forgiveness. Was it the fact that I maintained a career during the years she was growing up? She always said that she wished I was the kind of mom who was home more, waiting for her after school with hot chocolate and homemade cookies. It was a running joke between us. But now I wonder if it really was a joke. Was it because I divorced her father? I\u2019ve tortured myself about these big things and even a multitude of minor incidents that took place during her childhood. Did I handle them correctly? Was I too tough? Too lax?\n\nIt hit me one day that she was now not only geographically but emotionally distant.\n\nMia\u2019s semi-estrangement is something I don\u2019t readily discuss. When acquaintances ask me how she is, I always tell them she\u2019s doing great. I hide our situation as I would an ugly sore beneath a Band-Aid. I try to ignore it, not think about it too much, but it continues to hurt. Sometimes in the wee hours of the morning when sleep eludes me and my worries attack me, there it is. It makes me so sad.\n\nThe only consolation, if you can call it that, is that I\u2019m not alone. On a whim one sleepless night, I Googled \u201cadult children estranged from their parents.\u201d Thousands of hits came up, including a multitude of blogs, self-help websites, and the titles of dozens of books and other publications exploring every facet of this subject. \u201cIt\u2019s a silent epidemic,\u201d writes psychologist Joshua Coleman in his book When Parents Hurt: Compassionate Strategies When You and Your Grown Child Don\u2019t Get Along. \u201cIt\u2019s sadly very common.\u201d Other experts on the subject agree.\n\nJust within the circle of my own friends there are many stories. Mary and I have been best friends for almost 40 years. She and her daughter had always had a loving albeit prickly relationship. After her daughter graduated from college, married, and moved out of the country \u2014 \u201cas far away from me as she could,\u201d bemoans Mary \u2014 their bond continued to deteriorate, especially after her daughter had a baby.\n\nStan, who is married to my friend Ellen, has been estranged from his son since shortly after he and his first wife divorced more than 40 years ago. \u201cI tried to visit him early on,\u201d he says, \u201cbut it was just too hard. My ex-wife just wanted to get on with her life and she didn\u2019t want me involved in any aspect of it. Neither did my son.\u201d\n\nColeman writes that divorce is often the cause of parent-child estrangement. I sometimes think that my own divorce from Mia\u2019s dad might be at the root of my Mia problem. She was only 15 when my husband and I went through an especially difficult breakup. There were several separations followed by reconciliations that didn\u2019t last. The emotional yo-yoing went on for a couple of years, and it took a terrible toll on our whole family. During a visit to see Mia on her 40th birthday, I asked her about it. She told me, yes, the divorce was especially hard on her. Not so much because her dad moved out but more because I was, as she put it, \u201cjust so out of it.\u201d I told her how sorry I was and tried to explain that the breakup of my 25-year marriage was the most devastating event of my life. I figured, now that she was a married adult herself, she would understand. But if the truth be told, having that discussion didn\u2019t seem to melt the ice between us.\n\nDivorce, however, isn\u2019t the only common denominator for these familial rifts. My neighbor Judy\u2019s son cut off contact with her just when she was most vulnerable, after the death of her husband of 45 years. It left Judy bewildered and even more broken because she had no idea her son had been hiding these feelings for so long. \u201cHe told me I never treated his father with the respect he deserved,\u201d Judy says. \u201cI still don\u2019t understand.\u201d\n\nIn an appropriately titled book, Walking on Eggshells: Navigating the Delicate Relationship Between Adult Children and Parents, author Jane Isay writes that one of the reasons for this plague of estrangements is that adult children become progressively more focused on their own lives as they get older, a natural development that some mothers and fathers have a hard time accepting. \u201cParents can adapt themselves to no longer being the center of their children\u2019s lives,\u201d she explains. For most parents that\u2019s easier said than done. It certainly was for me since almost from the moment my children were conceived, my life was centered around their well-being. Then, all of a sudden, they were grown, on their own, and I was expected to just step off to the side.\n\nAbout six months ago, I sent Mia a chatty email that included a question about some remodel work I was having done on my house. Her husband used to own a construction company. She took an especially long time to respond. After I conveyed my impatience to her, she let me know quite bluntly that she was very busy with her job and life and friends and I shouldn\u2019t expect her to drop everything to immediately respond unless it was an emergency. I felt dismissed, disrespected, and angry.\n\nThat was when I finally decided that if I wasn\u2019t able to change her attitude toward me, I was going to have to change my attitude toward her. It was a liberating moment, one that Sheri McGregor talks about in her book, Done with the Crying: Help and Healing for Mothers of Estranged Adult Children. I read about the emotional suffering she went through because of her estranged son. Like me, she spent years feeling guilty and trying to figure out why it had happened. Eventually she came to the realization that, after all her failed efforts to change the situation, it was time for her to get on with her life and let her son get on with his. That\u2019s exactly what I had to do.\n\nIn an email (I didn\u2019t trust myself to verbally relay this message), I let Mia know for the first time how her behavior had affected me all these years, how unfair I felt it was for her to be so aloof and uncommunicative. I told her that I loved her but that I was done feeling guilty and tiptoeing around her feelings. I explained that when and if she wanted to have a relationship, I would be here. If she didn\u2019t, I would accept her decision.\n\nAlmost immediately I felt like a weight had been lifted from my heart. Mia now knew exactly how I felt. This baring of my soul was hard, and it involved a lot of soul-searching. I came to the realization that perhaps I was the problem all along because I expected Mia to continue acting like the adoring little girl she used to be, something she wasn\u2019t able to do. If that were the case, we both now would be free of the emotional ties that had caused us so much angst.\n\nIt\u2019s been several months since I sent that email. Since then I\u2019ve only heard from Mia once \u2014 on my birthday. It was a short and cordial phone conversation. And, surprising to me, I was just fine with that. My life is, well, less clouded by my trouble with Mia. I still worry about her, but every time I do I remind myself that she is a very capable adult who has a right to decide how she wants to relate to me and the rest of her family. Then I go about my own business.\n\nKaren Westerberg Reyes\u2019 last article for the Post was \u201cDon\u2019t Patronize Me!\u201d in the November/December 2016 issue."], [null, "\u200b\u200bHacienda, or the Spanish taxman to you and me, has granted significant tax advantages for savings & investment plans held by Spanish Tax Residents, under certain conditions.\n\nThe advantages are considerable and further compounded as the Hacienda treats non-compliant investments negatively with extra reporting and punitive taxation every year.\n\nAre your existing investments safe from punitive tax?\n\nWhat needs to be declared on modelo 720\n\nSpanish Tax Residents (are you certain you are not considered tax resident in Spain? (see below)) must declare overseas assets worth more than \u20ac50000, including:\n\nAre you a Spanish Tax Resident?\n\nSeems complicated, but establishing tax residency in Spain is very simple. You are a Spanish Tax Resident if:\n\nThese rules have been tightened up to include those who deliberately spend less than 183 days a year in Spain to avoid being tax-resident. We know of cases where car hire, flight details & credit card bills have all been used to prove time spent in Spain.\n\nWhat can be done to avoid this?\n\nHad Mr Expat invested in a Spanish Tax Compliant Bond instead, no savings tax would be payable as no withdrawal was taken and he would not even need to declare the plan to the Hacienda.\n\nFirstly, if no withdrawal is made, there is no tax to pay \u2013 a huge saving in tax.\n\nNow assume the \u20ac10,000 gain is withdrawn. The important consideration here is that partial withdrawals are apportioned partly between redemption of capital (from the original investment) and partly from the gain.\n\nMost clients I meet wrongly assume the tax would be the same as their current non-compliant investment of \u20ac1,980 (19.8% of the gain). But this is not the case at all. The tax due would be reduced significantly as calculated in the three stages below:\n\nMr Expat would be taxed \u20ac1,980 in a non-compliant investment even if no withdrawals had been made, whereas in a Spanish tax compliant bond he would only have a tax bill of \u20ac172.71 even when taking the full \u20ac10,000 and zero if no withdrawal was made. A tax saving of \u20ac1,807.29 in the first year.\n\nThis is a spectacular difference in a country\\\u2019s treatment of investments where tax is concerned.\n\nIf these dramatic tax savings have not made your ears prick up, then consider these additional advantages of Spanish compliant investments:\n\nYour current investments may be causing you problems with non-declaration or draconian tax bills. The time to review your investments in line with your Spanish tax Residency is now.\n\n\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200bThe above article was kindly provided by Blacktower Financial Management Group\u200b and originally posted at: \u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200bhttps://www.blacktowerfm.com/news/507-spectacular-tax-savings-for-expats-using-spanish-compliant-investments"], [null, null, "A professional botanist and biologist with an interest in promoting biological knowledge and awareness to all.\nView all posts by Alastair Culham \u2192\nThis entry was posted in Advent, Herbarium RNG, Public Engagement with Science and tagged Prunus mahaleb. Bookmark the permalink.\nLogging In..."], [null, "Let me be the first, and possibly only, person to say it: I love Rupert Murdoch like a mother. I'm not sure whether I mean that I love him as if I were his mother, or I love him as if he were my mother, but in either case the love is as heartfelt as it is creepy.\n\nThe reason for this love is that the man has vision. He recently stated in an interview with Sky News Australia that his News Corp. properties will soon be blocking Google entirely. This is so brilliant I can barely touch-type, my fingers tremble so.\n\nWe all know that traditional media outlets are encountering lots of problems, having to compete with blogs, vlogs, podcasts, Twitter, dubious forwarded e-mails about candidates for public office getting drunk and punching the flag, YouTube videos of '80s-era Star Wars toy commercials and whatever the hell Cory Doctorow's doing this week.\n\nThe audiences for traditional newspapers are getting older, more crotchety and increasingly dead. Most people don't want their news to come with such hassles as a cover price, ads or dissenting opinions. How to bring in a younger, hipper audience that's willing to spend money just to prove that they have money?\n\nMurdoch, that crazy mad genius, realizes that the only way to attract this lucrative demographic is to establish street cred. He's going underground, reinventing news as an exclusive club that you can't find just by entering a search term.\n\nOnce inside, the website will be dark, noisy and disorienting, just like an exclusive club or a MySpace page. There will be a two-drink minimum. I'm not sure how that will work, actually, but if anyone can force people to buy $10 beers while browsing the web, it's my man Rupert. People will pretend to be reading stories about police standoffs and Knicks games, but they'll actually be looking around to see who else made it in. And all that affectation and posing is like unto money in Murdoch's pocket.\n\nSure, he'll lose market share, but he'll make it up by catering to a clientele made up entirely of money-spending, hard-partying young people, plus a single undercover detective who infiltrates the shocking world of underground websites to track down a killer by having conversations in front of pole dancers. I assume.\n\nThis is clearly the way of the future. I'd love to say that Murdoch invented it, but he's just taking it to its logical conclusion. The real inventor is \u2014 brass sting! \u2014 Google itself. An exclusive online space that everyone wants to get into, but nobody really knows why except that they see other people getting in? Sounds like Google Wave to me.\n\nBorn helpless, nude and unable to provide for himself, Lore Sjoberg eventually overcame these handicaps to show a lot of cleavage."], ["The long-lost wolf OR3, once thought dead, has made an appearance in the Southern Cascade Mountains.", null, "The wolf OR3 has been spotted in the Southern Cascade Range.(Photo: Photo courtesy of ODFW)\n\nThe long-lost wolf OR3, once thought dead, has made an appearance in the Southern Cascade Mountains.\n\nThe radio-collared wolf, who was last heard from by state biologists in September of 2011 near Prineville, showed up on a hunter's trail camera in northern Klamath County, apparently near Crater Lake National Park this summer.\n\nHe becomes just the latest arrival to the state's west side, joining the famous OR7 and his Rogue Pack, along with the Keno Pair in the Southern Cascade Range.", null, "Wolf OR7 has pups in Siskiyou National Forest\n\nThe Oregon Department of Fish and Wildlife confirmed last week that the photograph taken by the hunter's trail camera was OR3.\n\n\"Little is known about the current status of OR3 but wildlife biologists will attempt to gather more information,\" the agency said in a statement.\n\nThe reappearance of OR3 was first reported by Jim Yuskavitch on the blog Sneak Cat.\n\nOR3 is originally from the Imnaha Wolf Pack and was collared with a VHF radio collar in February 2010. He dispersed from the pack in May 2011.", null, "When the wolves return to Western Oregon\n\nUnlike GPS collars which automatically provide locations to a computer, VHF collars require wildlife biologists to locate the collar with special telemetry equipment in the field. OR3 was located just a few times since his dispersal, including in the Fossil wildlife management unit in the summer of 2011. However, after the long silence, many believed the wolf was dead.\n\nAt this time, it is expected that his collar is no longer sending out a signal as the time span has exceeded the battery life of the collar."], [null, "Boeing has rolled out its 10,000th 737 aircraft, making the model the world\u2019s most produced commercial jet aircraft.\n\nThe latest aircraft in the series to roll out of the manufacturer\u2019s factory at Renton, Washington was a 737 Max 8 \u2013 one of its newest 737 models \u2013 that is set to be delivered to US carrier, Southwest Airlines.\n\nThe 737 has officially been recognised by Guinness World Records as the most produced commercial jet, an accolade the aircraft had previously received in 2006 when the 5,000th model rolled out of Boeing\u2019s Renton factory.\n\nIt took close to four decades for Boeing to reach its first 5,000 B737s, but just 12 years after that to hit the 10,000 mark. According to Boeing, growing market demand and increased production rates are behind the rapid increase, and the manufacturer expects to further increase the rate of production for the 737 from 47 aircraft per month to 52 later this year.\n\nAs a show of comparison, rival aircraft manufacturer Airbus celebrated the delivery of 10,000 aircraft in total in October 2016.\n\nBoeing still has orders for more than 4,600 B737 aircraft, notably consisting of its newest Max series that comprises the recently launched Max 8, along with the larger Max 9 launching later this year, the smallest Max 7 entering service in 2019 and the largest Max 10 expected to launch in 2020.\n\nAccording to Boeing, a 737 takes off or lands every 1.5 seconds and on average there are more than 2,800 of the aircraft in the air at any time. The total number of miles flown by the aircraft is estimated to be more than 122 billion miles, enough to circle the globe five million times.", null, null, null]]}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/general_stats_dict.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/general_stats_dict.json new file mode 100644 index 0000000000000000000000000000000000000000..00ba138760e92b4e35d763e3ef10e8329b846cca --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/general_stats_dict.json @@ -0,0 +1 @@ +{"total words": 9145, "total open words": 8923, "text_nan_count": 0, "duplicate_fraction": 0.0} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/lengths/length_measurements.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/lengths/length_measurements.json new file mode 100644 index 0000000000000000000000000000000000000000..e8cda55c2b1e9255abec827d9a7aaa1d700559c0 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/lengths/length_measurements.json @@ -0,0 +1 @@ +{"average_instance_length": 272.5736040609137, "standard_dev_instance_length": 309.01657856871014, "num_instance_lengths": 161} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/lengths/lengths_fig.png b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/lengths/lengths_fig.png new file mode 100644 index 0000000000000000000000000000000000000000..fc7974046e0e0a3fa101b44b52eca4d0ce45b640 Binary files /dev/null and b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/lengths/lengths_fig.png differ diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/lengths/lengths_table.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/lengths/lengths_table.json new file mode 100644 index 0000000000000000000000000000000000000000..a5c4f4290abfca2c37d6eb9949001c2617de4817 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/lengths/lengths_table.json @@ -0,0 +1 @@ +{"0": {"text": "One of the essential, if often unstated, job requirements of an American president is to provide stability, order and predictability in a world that tends toward chaos, disarray and entropy. When our political leaders ignore this \u2014 and certainly when they delight in disruption \u2014 the consequences can be severe. Stability is easy to take for granted, but impossible to live without.\n\nProjecting clear convictions is important for preventing adversaries from misreading America\u2019s intentions and will. Our allies also depend on our predictability and reassuring steadiness. Their actions in trade and economics, in alliances with other nations and in the military sphere are often influenced by how much they believe they can rely on American support.\n\nOrder and stability in the executive branch are also linked to the health of our system of government. Chaos in the West Wing can be crippling, as White House aides \u2014 in a constant state of uncertainty, distrustful of colleagues, fearful that they might be excoriated or fired \u2014 find it nearly impossible to do their jobs. This emanates throughout the entire federal government. Devoid of steadfast leadership, executive agencies easily become dysfunctional themselves.\n\nWorse yet, if key pillars of our system, like our intelligence and law enforcement agencies, are denigrated by the president, they can be destabilized, and Americans\u2019 trust in them can be undermined. Without a reliable chief executive, Congress, an inherently unruly institution, will also find it difficult to do its job, since our constitutional system relies on its various branches to constantly engage with one another in governing.\n\nBut that\u2019s hardly the whole of it. Particularly in this social media era, a president who thrives on disruption and chaos is impossible to escape. Every shocking statement and act is given intense coverage. As a result, the president is omnipresent, the subject of endless coast-to-coast conversations among family and friends, never far from our thoughts. As Andrew Sullivan has observed, \u201cA free society means being free of those who rule over you \u2014 to do the things you care about, your passions, your pastimes, your loves \u2014 to exult in that blessed space where politics doesn\u2019t intervene.\u201d\n\nA presidency characterized by pandemonium invades and infects that space, leaving people unsettled and on edge. And this, in turn, leads to greater polarization, to feelings of alienation and anger, to unrest and even to violence.\n\nA spirit of instability in government will cause Americans to lose confidence in our public institutions. When citizens lose that basic faith in their government, it leads to corrosive cynicism and the acceptance of conspiracy theories. Movements and individuals once considered fringe become mainstream, while previously responsible figures decamp to the fever swamps. One result is that the informal and unwritten rules of political and human interaction, which are at the core of civilization, are undone. There is such a thing as democratic etiquette; when it is lost, the common assumptions that allow for compromise and progress erode.\n\nIn short, chaotic leadership can inflict real trauma on political and civic culture.\n\nAll of which brings us to Donald Trump, arguably the most disruptive and transgressive president in American history. He thrives on creating turbulence in every conceivable sphere. The blast radius of his tumultuous acts and chaotic temperament is vast.\nMr. Trump acts as if order is easy to achieve and needs to be overturned while disruption and disorder are what we need. But the opposite is true. \u201cRage and frenzy will pull down more in half an hour,\u201d Edmund Burke wrote, \u201cthan prudence, deliberation and foresight can build up in a hundred years.\u201d\n\nMr. Trump and his supporters don\u2019t seem to agree, or don\u2019t seem to care. And here\u2019s the truly worrisome thing: The disruption is only going to increase, both because he\u2019s facing criticism that seems to trigger him psychologically and because his theory of management involves the cultivation of chaos. He has shown throughout his life a defiant refusal to be disciplined. His disordered personality thrives on mayhem and upheaval, on vicious personal attacks and ceaseless conflict. As we\u2019re seeing, his malignant character is emboldening some, while it\u2019s causing others \u2014 the Republican leadership comes to mind \u2014 to briefly speak out (at best) before returning to silence and acquiescence. The effect on the rest of us? We cannot help losing our capacity to be shocked and alarmed.\n\nWe have as president the closest thing to a nihilist in our history \u2014 a man who believes in little or nothing, who has the impulse to burn down rather than to build up. When the president eventually faces a genuine crisis, his ignorance and inflammatory instincts will make everything worse.\n\nRepublican voters and politicians rallied around Mr. Trump in 2016, believing he was anti-establishment when in fact he was anti-order. He turns out to be an institutional arsonist. It is an irony of American history that the Republican Party, which has historically valued order and institutions, has become the conduit of chaos.", "length": 830}, "1": {"text": "The buyer would get everything, including Lambo's headquarters.\n\nThe investment groupQuantum Group AG has submitted a\u20ac7.5 billion ($9.2 billion at current exchange rates) offer to purchase Lamborghini from Volkswagen Group, Autocar reports. There's no info yet about whether VW intends to accept the offer or further negotiate the deal.\n\nQuantum Group is a holding company based in Zurich, Switzerland, and it might have a tangential relationship with the Porsche family.Rea Stark is representing Quantum in the Lamborghini purchase offer. He is also a co-founder of Pi\u00ebchAutomotive along with Anton Pi\u00ebch who is the son of former VW Group boss Ferdinand Pi\u00ebch and the great-grandson of Ferdinand Porsche. Although, it's not clear if Anton Pi\u00ebch has any role in this attempt to buy Lamborghini, according to Autocar.\n\nQuantum Group wants to purchase more than just the Lamborghini name. The deal would include buying the entire facility inSant\u2019Agata, Italy, and the firm's motorsport operations. There would also be a five-year supplier agreement with Audi, which likely would allow Lambo to continue to produce the current models while preparing new ones. Quantum wants to shape the brand to \"spearhead for innovation by consistently implementing new clean drivetrain technologies,\" according to a document obtained by Autocar.\n\nThere have been rumors for years about VW Group selling Lamborghini. However, in late 2020, the automaker's supervisory board voted not to sell Lambo, Bentley, and Ducati. The company was doing an internal examination to see if the resources were available to develop EVs and autonomous technology while also investing in these premium marques.\"Brands must be measured against new requirements,\" VW Group Chief Executive Herbert Diess said at the time.", "length": 286}, "2": {"text": "The agriculture sector as the main source of income for the most countries of the world in economic activities is very important. The sector due to its high contribution in GNP and export incomes play the critical role in directing and positioning the economic development process especially in third world countries. The agriculture development cannot be fulfilled only by injection of capital and technology to agriculture sector but this is a multidimensional process that many factors intervene on it. The optimization and reinforcement of human resource in agriculture development is undeniable. A kind of investment that today is unavoidable for public and private sector from the expert point of views is to reinforce and develop the entrepreneurship in agriculture sector [6]. Nowadays the agriculture is considered as a sector for complementing the economy and entrepreneurship activities as response to recession and problems in agriculture sector and survival strategy for rural family. One of the suitable options toward competition and commercializing the agriculture sector and active involvement in global markets is to develop the trade units for greenhouse usage [3]. The greenhouse town is a set of greenhouses that is focused in a common space, this is an incorporated and coordinated cultivation and for avoidance from breaking apart the lands and lead to reduction of production costs, enhancement of production productivity, and as a result increasing the farmers income. The greenhouse town of Hashtgerd is the first and biggest hydroponic greenhouse town of Iran by an area amounted 170 hectares that after completing, 1300 skilled and non-skilled person will be employed there. Raman et al. (2008) in a researched titled motivational factors influencing on entrepreneurship decision making believes that the motivation and environmental conditions play the important role in entrepreneurship [8]. Hindle (2006) in his research considered the job satisfaction and age as the most important variables influencing on entrepreneurship [4]. Royer (2003) considered the job satisfaction and age as the most important variable influencing on entrepreneurship too [9]. Lashgarara et al. (2011) concluded that there is a positive relationship between education in high levels and entrepreneurship activities development [5]. Farajolah Hosseini and Mcelwee (2011) in their research found that 67 percent of variance of rural women about the influencing factors on entrepreneurship activates are explained by education, motivation, economic factors and psychological factors [2]. In a research that has been done by Ghonchi et al (2010) the economical, technical and technology individual, professional and infrastructure has been considered as the most important avoiding factors for development of greenhouse units [3]. Sharifi et al (2009) in their paper express that the attitude of the most greenhouse holders toward development and spread of greenhouse is in intermediate and good level and on the other hand there is a positive and significant relationship between communicative channels, performance level, technical knowledge level, net income, green house background, education [10]. Morad nejadi et al (2007) concluded that the economic environment is the most important factor for entrepreneurship in Iran and after them the entrepreneur\u2019s psychological attributes, marketing skills and access to resources, environmental dynamic, and interest toward agriculture are known as other main factors [6]. The town has high problems including inefficiency of major infrastructure like water, electricity and gas, bank lending problems, lack of education, input financing problems like fuel, water price calculation based on industry and not agriculture and some other problems that preclude suitable using from town advantages. Therefore perhaps we can claim that the town could not achieve to one the most important aim toward creating jobs for unemployed graduates of agriculture. Due to cited items the greenhouse cultivation is considered as a novel phenomenon that has not been in Iran for a long time. Despite quantitative growth of greenhouse units in the country, this productive units deal with some multiple problems that make their qualitative development difficult. The current research is aimed to explore the influencing factors on entrepreneurship development of Hashtgerd greenhouse town in order to provide some approaches for entrepreneurship development in this town. The current research is done for Hastgerd greenhouse town located in Savejbolagh in Alborz province. The duration of research is 2011 -2012.\n\nThis is applied study; from the data collection is the descriptive and based on method is correlation. The statistical population in this research includes 39 users of greenhouse town of Hashtgerd. Due to smallness of statistical population and less numbers of users the census method has been used. The instrument used in this study to gather data was the questionnaire. Due to the nature and objectives of this research study is to evaluate the content validity of the questionnaire, to measure the validity questionnaire, the number of Islamic Azad University professors and experts were conducted to examine the necessary and the collection of comments reform of the questionnaire was obtained. In order to determine the reliability of the data collected through questionnaires, Cronbach's alpha test was used for overall Cronbach's alpha of the questionnaire was between 0.914 to 0.972. Independent variables included psychological, economic, and technical support- social- cultural, educational and policy. The dependent variable in this research is the development of entrepreneurial farmers in Hashtgerd Town greenhouse. In order to measure the dependent variable in the form of a Likert questionnaire item 5 is used. In this study, data were collected in two ways: a library research and field studies. After collecting and sorting data, the analysis the data in two stages, using descriptive statistics and inferential statistics were taken. All data processing and statistical analysis was performed using the software SPSS18.\n\nConsidering the results obtained in this study, the average age is 31.89 years. Most beneficiaries that is 38.5 percent have a bachelor's degree. Average exploiters of record service have 6.74 years. 43.6% of farmers produce strawberries product that has accounted for the highest percentage. In order to evaluate the development of entrepreneurship in the town of greenhouse Hashtgerd the form of a five-item Likert 5 option is used. The findings of the study indicate that the majority of the subjects (41 percent) believe entrepreneurship development in the Town of greenhouse Hashtgerd is too much (Table 1). Table 1. Rate of entrepreneurship development of Hashtgerd greenhouse (n=39) Influence\n\nThe Influencing Factors on Entrepreneurship Development of Users in Greenhouse Town of Hashtgerd Agriculture Science Developments Vol(3), No (10), October, 2014.\n\nFactors influencing the choice of family planning among couples in ...\n\nFactors and Perceptions Influencing the Implementation ... - Euromesco\nOct 1, 2006 - events, including 9/11 and the fight against terrorism, have accelerated EU efforts in this ... http://www.euractiv.com/en/justice/illegal- .... This, of course, has led to doubts ... however, in the degree of influence that these posit", "length": 1121}, "3": {"text": "management factors influencing open innovation ... - DiVA portal\nWith innovation becoming the source of growth for major businesses, there .... companies such as Apple, Microsoft etc (Pisano, 2006). ...... idea in that website.\n\nAn Analysis of the Factors Influencing ITS Technology Adoption and ...\nnew technology may evolve and what types of Federal programs would be best suited to promote diffusion. ...... West Palm Beach, Boca Raton, Delray. 1999.\n\nFactors influencing the choice of family planning among couples in ...\nJun 17, 2011 - timing of pregnancy, also known as spacing of children ... powerful that they can obscure the line between ..... gee.org/guide/ islamic.html.", "length": 99}, "4": {"text": "Henry Repeating Arms is proud to announce this Guns For Great Causes benefit for 8-year-old Kalel Hamilton and his family. Kalel is currently battling Duchenne Muscular Dystrophy, a rare and terminal genetic disease with no known cure.\n\nEach one of the 50 rifles in the \u201cFlex For Kalel\u201d series is a donation from Henry Repeating Arms President and Owner, Anthony Imperato, to help raise funds for a treatment that could potentially save Kalel\u2019s life. The engraving and painting embellishments are graciously donated by our friends and partners at Baron Engraving of Trumbull, CT.\n\n100% of the proceeds go to Kalel\u2019s family who will be donating the funds to the non-profit organization, Cure Rare Diseases, to secure Kalel\u2019s eligibility for an experimental gene therapy treatment.", "length": 130}, "5": {"text": "The \u201cFlex For Kalel\u201d edition rifles feature a superhero motif as a symbol of Kalel\u2019s endurance and a nod to his name, which is inspired by Kal-El, the birth name of Clark Kent, AKA Superman. Built on Henry\u2019s award-winning Golden Boy platform, the rifles are chambered in .22 S/L/LR and feature a Brasslite receiver cover, blued steel octagon barrel, and genuine American walnut furniture with laser engraving and hand painted accents. A lime green muscular dystrophy awareness ribbon drapes through the overall design. Each rifle in the series is marked with a unique serial number ranging from \u201cFLEXFORKAL01\u201d through \u201cFLEXFORKAL50.\u201d\n\nAll of the rifles are available for purchase directly from Henry Repeating Arms with the exception of the first and last in the series, which are up for auction on Gunbroker.com. Thank you to everyone who chooses to support this \u2018Guns For Great Causes\u2019 campaign on behalf of Kalel and his family.", "length": 159}, "6": {"text": "ALL \u2018FLEX FOR KALEL\u2019 RIFLES ARE CURRENTLY SOLD OUT. PLEASE VISIT THE AUCTIONS FOR SERIAL #1 AND SERIAL #50 USING THE LINKS ABOVE.\n\nTHANK YOU FOR YOUR SUPPORT OF KALEL, HIS FAMILY, AND GUNS FOR GREAT CAUSES!", "length": 37}, "7": {"text": "Sinaloa.- The low tourism that has been registered in the port of Mazatl\u00e1n is due to the requirement of the Covid-19 vaccination certificate, said Julio Birrueta, director of the Association of Hotels and Tourism Companies.\n\nHe ruled out that the decrease is due to the return to classes, because in 2019, the children were in school and they did not have that low percentage.\n\n\u201cMany people keep asking when are we going to remove the vaccination certificate. One of the reasons is that some have not been vaccinated, and those who are already do not want the hassle, and as in other tourist destinations they do not ask for it, because they go where there is less hassle, \u201csaid Birrueta.\n\nAccording to the hotel businessman, since the measures were announced in late July and early August, especially that it would be essential to carry the Covid-19 vaccination card, they immediately had cancellations of all kinds, but most were of group.\n\nThanks to the long weekend, the influx in hotels increased to 50 percent. They hope to go as high as 60 percent.\nJulio Birrueta indicated that in the month of August a 51 percent was registered.\n\nThe tourism servers commented that the month of August was not profitable and the activity fell by up to 30 percent.\n\nAfter the considerable drop, just yesterday an increase in visitors began to be noticed in the city. The most frequented places were Playa Norte and the Golden Zone.\n\nThe tourist leader asserted that from the beginning of the requirement, they estimated that it could affect the influx of tourism. He said that in this month of September and October it could still go lower.\n\nHe asks the authorities to evaluate this requirement, because although they are aware of the health situation, there are losses not only in the hotel sector, but for the thousands of families that depend on this activity in Mazatl\u00e1n.", "length": 322}, "8": {"text": "According to the analyst, these AR contact lenses are \u201cunlikely to have independent computing power and storage.\u201d It\u2019s possible they would be connected to an owner\u2019s iPhone to get data.\n\nIn addition, Kuo said that Apple has several prototypes of its headset that weigh 200-300 grams but the final weight could be reduced to 100-200 grams if it can solve some technical problems.\n\nThis would make them significantly lighter than existing VR devices.\n\nApple is reportedly working on the most advanced and powerful chips for its unannounced VR headset, with some chips reportedly beating its own M1 Mac processors.\n\nThe iPhone maker may use a fabric exterior to reduce the headset weight, but the company is also using a fan \u2014 an unusual move for Apple given its emphasis on fan-less design.", "length": 136}, "9": {"text": "The Patriots opened as massive betting favorites over the Dolphins entering their AFC East divisional matchup on Sunday, and the spread has only continued to climb since then.\n\nNew England, coming off of a dominant 33\u20133 win over the Steelers to open their season, opened as 14.5-point road favorites before their number jumped to -19 at William Hill as of Tuesday afternoon.\n\nIf the spread holds, it will be one of the five largest point spreads in an NFL game in the past decade, and the Patriots will be the biggest road favorite over that stretch too.\n\nThe Jaguars started the season 0\u20135, while Peyton Manning\u2019s Broncos were 5\u20130. Manning and the Broncos won the game 35\u201319, but fell well short of covering the 26.5-point spread.\n\nThe Colts were 0\u201311 heading into this matchup, as they had lost Peyton Manning for the season. The Patriots led 31\u20133 at the end of the third quarter, but the Colts came through with the cover, scoring 21 unanswered points in the fourth for a final score of 31\u201324.\n\nThe Seahawks took a 24\u20130 halftime lead and didn\u2019t look back, as they won and covered 45\u201317 behind Russell Wilson and Co.\n\nAn ugly start to the 2018 season got uglier for the Vikings at home against Buffalo last year. The Bills took an early 17\u20130 lead in the first quarter before making it 27\u201310 at halftime. Minnesota lost outright, 27\u20136.\n\nIt was Tom Brady against Bryce Petty on Christmas Eve, and it\u2019s not hard to figure out how this one ended. The Patriots took a 27\u20130 lead at halftime thanks to touchdowns on three of their first four drives before finishing the Jets off 41\u20133 for the cover.", "length": 305}, "10": {"text": "The thing that most people fear most about cab driving is the possibility of being robbed at gunpoint or even murdered by a customer. Thank God I haven\u2019t been robbed. I know it has happened to some of our other drivers over the years but contrary to popular belief, it\u2019s not an everyday occurrence. There is however, another thing that happens much more frequently that\u2019s not nearly as dramatic but can still put you in a bad mood and mess up your day. It\u2019s when you don\u2019t get paid for your services. Most drivers call it \u201cgetting stiffed\u201d.\n\nAs with most cities, at least in the working class and poorer areas, the check cashing, payday loan and title loan business is big business in Birmingham. These places are everywhere you look in", "length": 137}, "11": {"text": "certain parts of town. I had just dropped off a customer in Fairfield and was heading back toward downtown. I booked into the 200 zone as I approached the Arkadelphia Road exit. I immediately recieved a call to an address I knew to be in the Elyton project.\n\nThe cell phone seemed to be a permanant attachment to her body. She didn\u2019t take it down from her ear until we had reached our destination. She was young, I\u2019d say about 20. She was thin and dressed cheaply, a red bandana covered her hair. She quickly told me where she wanted to go, a payday/title loan place on Greensprings Highway. She was talking with someone who was obviously selling her something. I overheard talk of shipping options, dates of arrival ect\u2026Whatever it was, I guess she really wanted it. So much so that she would call a cab to take her to get a loan to buy a money order in order to buy it, whatever it was.\n\nShe didn\u2019t stay in the place very long, she was turned down quickly. It seems the only payday she had was a government check for a little more than two hundred dollars a month. She had no car to pawn the title to, she was S.O.L and so was I. She already owed me more than $20 by this time. Once it became clear that she had no means of paying the fare I just turned the meter off and told her I would take her home but let her know in no uncertain terms that I didn\u2019t have to. I could have, and probably should have, just left her ass stranded there.\n\nI gave her a lecture on the way home about why she should make sure she had money before she called a cab. I told her that I could have called the cops and that most drivers would have called them. \u201cFo\u2019 real?\u201d she asked. \u201cFo\u2019 what?\u201d She had no idea that stiffing a cab driver could possibly be against the law. I told her it was called theft of service, which is similar to theft of property, like shoplifting from a store.\u201dNaw it ain\u2019t\u201d she said. It seemed to me that this young woman had grown to adulthood without a clue as to how to function in society. Pitiful, I thought. At least she did offer a \u201cthank you\u201d as she got out of the car back at home.\n\nIt was fairly early in the morning, after sunrise but before 8am. I had been working the going to work business in the 400 and 500 zones. It had been raining off and on and was a very gray morning. Norwood is one of Birmingham\u2019s grand old neighborhoods that fell into decline and disrepair after the white flight. Big houses that were once elegant mansions line some of the streets. A few of them, a very few, have been bought in recent years and renovated back to their former glory. Most are still in sad shape, some repairable with a major effort. Others that are burned out or literally falling down are beyond repair. This call wasn\u2019t to an old mansion but to a decent home in good shape.", "length": 551}, "12": {"text": "She was sitting on the front porch when I drove up. A young girl, no doubt a teenager, jumped up and immediately got in the back seat. \u201cHow much will it cost to take me to Bessemer?\u201d she asked. i said probably about $40, maybe more, depending on where it is in Bessemer. At first I didn\u2019t worry about getting stiffed because most passengers that intend to stiff you don\u2019t ask for an estimate. That\u2019s because they\u2019re not planning on paying you anyway.\n\nOn the way to Bessemer I learned that she was 16 and she had been out all night with boys that her mother didn\u2019t like. She anticipated a big fight with her mother when she got home and was clearly anxious about it. She didn\u2019t tell me but I instinctively knew that my fare would depend on an angry, possibly hysterical mother paying me. I started to worry. When we arrived at the house the meter was at $42 and mom was nowhere to be found. My customer\u2019s brother said that he thought she had been called to work but he wasn\u2019t sure. The girl made no attempt to call her mom. Maybe she couldn\u2019t take calls at work or maybe it was just out of fear, I don\u2019t know.\n\nThe girl was about to panic. \u201cI don\u2019t know how I\u2019m going to pay you\u201d she said. I had just been stiffed by the payday loan girl about a week earlier and I wasn\u2019t in the mood to get stiffed again. I had already decided that I would call the cops if it became necessary. She approached the car window and said \u201cI\u2019ve got this little bracelet, it\u2019s made of silver and gold. If I can pawn it I\u2019ll pay you.\u201d She saw that the meter was at $42 already and was able to reason that by the time she got to the pawn shop and took the necessary time to pawn it, the fare would be much higher. She asked if I could just charge her a flat rate. I told her that if she didn\u2019t mess around and take too much of my time I would turn the meter off and just charge her the $42, she agreed.\n\nThe first place turned her down cold. The second place had a sign out front that said \u201cWe Buy Gold\u201d. She stayed in this place for about ten minutes. She came out accompanied by a bling wearing heavyweight dude that reminded me of Biggie Smalls. The rain had started to fall steadily as the big guy knocked on my window. He had a $100 bill in his hand. He asked \u201cyou got fifty eight dollars?\u201d I dug around in my pockets and found that I did indeed have fifty eight dollars. Just as we made the transaction my customer said \u201cyou don\u2019t have to worry about taking me back home.\u201d She and Biggie walked back into the office. I got paid and I don\u2019t know how the story ended with her mom.", "length": 524}, "13": {"text": "The 2-floor Utah property was formerly an independent property. Each of the hotel's 30 guest rooms is outfitted with queen or king bed. Parking, high-speed WiFi, and hot breakfast (served daily) are complimentary at the Vagabond Inn Cedar City.\n\nScott Pokorny, Director of Franchising to Vagabond Inn Corporation, said, \u201cI'm excited\u2014we're all excited\u2014to be expanding into Utah. It's huge.\"\n\nIn signing the Cedar City, Utah hotel, Vagabond Inn brand has officially grown more than 15 percent in 2017. Vagabond Inns can also be found in Arizona, California, Nevada, and Texas.\n\n\"It's great to have the chance to bring our brand of west coast hospitality to a new community,\" Pokorny said. \"Right now, we're surprising ourselves in terms of growth.\"", "length": 129}, "14": {"text": "No, I\u2019m not talking about any particular issue with the media! My moan is about the overuse of the word \"issue\" in the media, in politics and by corporate high fliers. Everything these days, instead of being a problem, or a difficulty or even a discussion, is now an ISSUE!\n\nMedia issues, they keep using that \"I\" word!\n\nI assume that this has crossed the Atlantic at some stage, just like \"I hear what you're saying\" or \"Say again\". These phrases seem to have gone out of fashion and I for one, wish people would think about what they are saying, rather than blindly going with the flow and spouting out nonsense phrases.\n\nIs it just me that perceives this, or has anyone noticed the overuse of the word \"ISSUE\" in the media?", "length": 135}, "15": {"text": "I would like to bet that any interviews recorded more than a couple of years ago would be less likely to contain \u201cissues\u201d. These days however \u201cissues\u201d are all over the place and you can pretty much guarantee the word will be used several times in a single interview broadcast.\n\nI sent a text to Five Live the other day to congratulate John Hutton, the Minister for Work and Pensions, who somehow managed to do a 10-minute interview, without using the word once! Funnily enough my comments were not read out on the air. Presumably this was because the presenter had \u201cissues\u201d and used the word regularly himself!\n\nTotally agree . I have serious \u201c issues \u201c with that word and I the overuse of it. It\u2019s\u201d politicospeak\u201d. If I am allowed a neologism?\n23/06 Fastdoc\n0\n\nI hate the word issue. At least half of our communications in the workplace contain it. It's the white bread of vocabulary. I challenge myself to find ways of never using that word.\n17/11/17 Nancy\n4\n\nI notice that when Microsoft offer a software update they write \" this update is to solve an issue with\". I think they should state \" we have issued this update to solve a potential problem with\" etc.\n07/09/16 Thig\n0\n\nI have noticed the \"issue\" word is increasingly being used in the workplace. However, when somebody voices their \"issue\" an \" issue\" is found against them. Soon things get so that everybody has some kind of \"issue\".\n19/09/13 sideWALK\n1\n\nHow pathetic is this, from the Daily Fail :\n\n'We have now completed our internal investigation with our long term sales associate, who was involved in the EDL issue, and he will be back at work in due course.'\n\nAn issue is either :\n\nA child, as in : \"John Smith, issue of Bill Smith and Mary Jones\"\nor\nan instance of a publication, as in : \"The September 25th. issue of the New Scientist.\"\n\nThree cheers for this observationI The overuse of the word \"issue\" is something that's irritated me ever since it emerged on this side of the Atlantic. Indeed, instead of \"problem\", \"difficulty\", \"complaint\", \"enquiry\" and so on, everything in the world of business, government and so many organisations of all colours these days, is an \"issue\". In particular when it comes to contacting a company to make a complaint there is a subtle psychology at work here when instead of admitting incompetence, shortcomings, inefficiency etc., it's all referred to as being \"an issue\": the reason for this is that the use of the word \"issue\" in this context is an attempt to neutralise any potential admission of guilt or wrong doing; e.g. I contacted my internet service provider once to complain about the slowness of their rectifying a fault and was told \"we have looked into your account and have not found any issues there\". Give me strength! The overuse of \"issue\" however is only but one example of ghastly corporate-speak which is all part of Amercan degrading of the English language.\n18/09/13 Simon\n2\n\nWhat gets me going is all the hand flapping and arm waving by tv presenters , do we really need these affected gestures to emphasise every word some of the experts on antique road show , among others are awful ,it's very distracting\n12/08/13 nell\n-2\n\nGet back to work\n\nMicheal, it's nit picking twots like you that really pee people off. If you what to make a spectacle of yourself go and play with the traffic on a motorway. I suppose you are another public sector worker with nothing better to do.\n16/07/13 Get back to work\n-1\n\nWhy is it that those involved in the media, be it in newspapers, on TV or on radio\nchoose to use the term 'ahead of' when the perfectly good preposition 'before'\nwill do ? I've just managed to write this comment ahead of my lunch !!!!!\n16/07/13 Michael\n-4\n\nShakespeare is overrated tosh in my opinion", "length": 679}, "16": {"text": "You could say our team here at Heavenly Tea Leaves has a thing for Japanese culture, and of course, Japanese tea. Japan is a country that is revered for its ancient history, rich traditions, and pride in quality and care for every product they grow or create. Because among our team members we've visited Japan a number of times, we've developed a special interest in all types of teas from this Pacific nation--and we don't just mean matcha!\n\nOriginally sought after as medicine, tea was first brought to Japan by Chinese monks in the 8th century and was first consumed by the upper class (Samurai) and priests in Japan. The archipelago proved to have the right climate and terrain for growing tea; to this day, tea is cultivated in almost all regions of the country. Access to tea by the greater public did not come around until the Middle Ages. Influenced by Zen Buddhism, the Japanese tea ceremony (known as chanoyu or chado) developed as a unique practice with its own specialty teas and clean esthetics.\n\nJapan focuses mostly on green tea, which serves the benefit of lively and deep flavor, a plethora of healthy properties, and a steady stream of energy. Not all Japanese green teas are made the same, however. Here, we will take a closer look at the various tea types, both popular and rare, that you'll need to add to your South Pacific tea repertoire!\n\nWe always love to start off with a bang; in this case, that bang is a cup of rejuvenating Gyokuro green tea. Gyokuro is a green tea for those looking for umami flavor (perfect for the AM hours). Thanks to a unique processing method at the final stages of this tea plant's growth, it is shaded, leading to a higher chlorophyll content than the typical green tea, as well as a deep, rich green color and grassy, vegetal flavor.\n\nFor a nuttier variation, try Genmaicha Japan. Also a green tea, this one is known as the \"people's tea\" in Japan because it was economical to include toasted rice in the home blend; this tea doubles down on your umami senses thanks to the presence of popcorn and fire-roasted rice alongside a classic, rich green tea. The result? A party in your mouth that won't be ending any time soon.\n\nSometimes, though, we like to climb the green tea ladder. One of the more lavish Japanese tea experiences you can have is with our Kukicha. What makes this one special is that it contains stems and stalks left over from sencha and matcha tea production, so it utilizes the entire plant. Once considered peasant's tea, this variety is now known as a delicacy in Japan because of its natural sweetness and laundry list of health benefits.\n\nLooking for yet another Japanese green? Our well-rounded Zen Super Green is the answer for those looking for the consistency of regular tea but the potency of matcha (which in turn is made from first-flush spring Gyokuro). This blend of organic sencha and matcha green tea powder is the perfect balance between strong and delicate and finishes with a velvety, umami, vegetal mouthfeel. Be careful not to brew this and other delicate green teas at higher than 170 degrees, as you may burn the tea and extract unwanted bitterness!\n\nAs you may know, we're total matcha lovers. In fact, we've written an ode to matcha already--check it out! Matcha is a fine green tea powder that's super-concentrated in flavor, texture, and health benefits. It's made by simply whisking the powder into boiling water (and perhaps adding frothed milk and sugar if you're going for a matcha latte!). Our ceremonial-grade 30-gram matcha tin contains hand-picked and stone-ground green tea and come ready to brew.\n\nHojicha, which has a distinct roasted taste, is another signature Japanese blend carried by Heavenly Tea Leaves. So, what's the conclusion? Japan is definitely a tea destination worth learning about (and visiting), and its green teas are quite varied and totally spectacular. Japan's rich and detail-oriented culture shines brightly through their ability to manufacture some of the world's most premium green teas. Which one will you get your hands on this spring?\n\nP.S. Stay tuned to our Instagram page (@heavenlytea) for some photos of our latest trip to the majestic tea fields of Wazuka, Japan!", "length": 750}, "17": {"text": "This photo, taken Sunday, shows Foreign Minister Chung Eui-yong preparing to depart for London at Incheon International Airport, west of Seoul. (Yonhap)\nThe top diplomats of South Korea, the United States and Japan will hold trilateral talks on the margins of a Group of Seven (G-7) gathering in London later this week, a source said Tuesday, as Washington eyes a thaw in strained ties between its Asian allies.\n\nThe meeting between Foreign Minister Chung Eui-yong, and his US and Japanese counterparts, Antony Blinken and Toshimitsu Motegi, respectively, is set to take place Wednesday, as they gathered in the British capital for the session of G-7 foreign and development ministers.\n\nThe meeting will mark the first direct engagement between Chung and Motegi, as Chung's overtures for dialogue with the Japanese minister had fallen on deaf ears amid tensions over Tokyo's wartime forced labor, sexual slavery and export curbs.\n\nOn Monday, Chung said he may also meet with Motegi bilaterally after the trilateral meeting, but it still remains uncertain if their talks will take place.\n\nThe three-way meeting has been arranged amid concerns that prolonged spats between South Korea and Japan would undercut America's efforts to revitalize its regional democratic alliance network in the face of China's growing assertiveness and North Korea's nuclear threats.\n\nRelations between Seoul and Tokyo have shown no signs of improvement due to historical spats stemming from Japan's 1910-45 colonization of the Korean Peninsula, as well as its recent decision to discharge radioactive water from its crippled Fukushima nuclear power plant.\n\nAt their talks, Chung, Blinken and Motegi are expected to discuss a coordinated strategy on North Korea.\n\nLast week, the White House said that the Joe Biden administration had completed its review of policy toward Pyongyang, and that it will seek a \"calibrated, practical\" approach toward the goal of the complete denuclearization of the peninsula.\n\nThe three sides could also discuss pending global issues, such as the fight against the COVID-19 pandemic, distribution of vaccines and climate change.\n\nSouth Korea, the US and Japan held their last trilateral foreign ministerial meeting on the sidelines of an international security forum in Germany in February last year.\n\nThough not party to the G-7 grouping, South Korea, Australia, India, South Africa and Brunei, the chair of the Association of Southeast Asian Nations, have been invited to the forum as guests. (Yonhap)", "length": 405}, "18": {"text": "6\nEV3 Brick Error Symbols?\n5\nCustom EV3 Block: \"Unable to compile...\" (\"string subsection\")\n1\nWhy does display output affects motors?\n3\nEV3 switch block does not recognize text?\n2\nHow do you interrupt a MyBlock?\n2\nCan't create block: \"Use of a block which no longer exists\"\n4\nIs there a duplicate/copy paste function in Lego Mindstorms Ev3 programing?\n3\nWhy does Pybricks on ev3dev have slow performance compared to EV3-G?", "length": 75}, "19": {"text": "Police operatives in Enugu state have smashed a six man gang armed robbery suspects that specialized in the blocking of highways, hijacking of buses with passengers and taking them to a secluded portion of bushes off from the road and robbing passengers of money, valuables and belongings.\n\nDuring the operations carried out, four of the gang dressed in a suspected police uniform were promptly arrested after a gun duel with the operatives that took them off guard and which left them fatally injured while two of the gang members believed also to have been touched by bullets of the operatives escaped with the injuries.\n\nIt was gathered that suspects had allegedly in the early hours of 24/12/17 , while dressed in suspected police uniform along 9thmile/Nsukka Expressway by Egede in Udi Local Government Area Enugu state \u2013 had stopped two Hiace commuter buses of a commercial bus company believed to be coming from Lagos and heading to Otukpo Benue state, diverted the buses to another bush road where they were allegedly robbing their victims before the operatives swooped on them.\n\nMeanwhile,the operatives have intensified manhunt on the fleeing injured members of the gang while members of the public particularly hospital operators are to watch out for any one with injury/injuries suspected to be that of gun shots and report promptly to a nearby police station for prompt necessary action.\nsource:toptipz.com.ng", "length": 236}, "20": {"text": "Breaking Down the Offensive Line\n\nWhen Shawn Elliott was named the head coach at Georgia State, South Carolina head coach Will Muschamp turned to a familiar face for Gamecock fans, selecting Eric Wolford to lead the offensive line in 2017. Wolford previously served as the Gamecocks\u2019 offensive line coach for one season during the Steve Spurrier Era, before taking a head coaching position of his own. He returns to Columbia after spending the past two years working with NFL offensive lineman as part of the San Francisco 49ers organization.\n\nWolford will be tasked with developing a formidable line that can create holes for the backs and provide enough protection for quarterback Jack Bentley that he is able to get the ball in the hands of the talented array of playmakers.\n\nWolford is blessed to have an offensive line that boasts a wealth of experience. Cory Helms (36 starts) and Alan Knott (29) have logged the most starting assignments on the squad. Zack Bailey (18), Malik Young (9), D.J. Park (3) and Donell Stanley (1) also have gained starting experience, as the unit has totaled 96 combined starts.\n\nSeniors Helms (6-4, 309) and Knott (6-4, 290) figure to hold down the right guard and center positions respectively in their final campaign. Both played through injuries during the 2016 campaign, but begin 2017 healthy and poised to have their best seasons in the Garnet & Black.\n\nAll-SEC candidate Zack Bailey (6-6, 311) transitioned from left guard to right tackle in the spring and figures to be the starter at that position, although the junior from Summerville, S.C., could certainly move back inside if the situation dictated that move.\n\nThe left side of the line entered fall camp a little more unsettled. Junior Donell Stanley (6-4, 317) looks to have nailed down the starting left guard job, while junior Malik Young (6-3, 303) and junior college transfer Dennis Daley (6-6, 330) continue to battle it out for the left tackle spot. Young has been the more consistent performer in fall camp but Daley has made this position battle one of the more interesting ones to watch as the season progresses.\n\nCoach Wolford would like to find at least eight offensive linemen he feels the Gamecocks can win with if they are put in the game. The second-team unit in fall camp has consisted of redshirt freshman Sadarius Hutcherson (6-4, 316) at left guard, redshirt freshman Chandler Farrell (6-2, 292) at center, senior D.J. Park (6-4, 337) at right guard and junior Blake Camper (6-8, 310) at right tackle, although Wolford likes to cross-train his linemen to be versatile enough to play more than one position. Park is especially versatile and is likely the first man in should a change be made at any of the spots other than left tackle.\n\nRedshirt sophomores Trey Derouen (6-3, 305) and Christian Pellage (6-6, 296) have each earned a letter since their arrival on campus and figure to provide additional depth. They are joined by returnees Ryan Green, Cameron Johnson and Will Putnam, who are all in their second year in the program.\n\nFour true freshmen scholarship players are on campus and getting their first taste of a fall camp. While it would appear that all four are likely headed for a redshirt season, a common occurrence among offensive linemen, the quartet of Summie Carlay, Jordon Carty, Eric Douglas and Jordan Rhodes all hope that the year spent on the practice fields and in the weight room with head strength & conditioning coach Jeff Dillman and his staff, will begin to pay dividends with playing time, possibly as early as 2018.", "length": 620}, "21": {"text": "\u201c\u2018Gauguin: Metamorphoses,\u2019 which opens on Friday at MoMA in New York, recasts the artist as an altogether darker figure, closer to Edvard Munch and the dark pre-Freudians of Northern Europe than the post-impressionist confraternity of Van Gogh, Seurat and C\u00e9zanne,\u201d Jason Farago wrote in his review (\u201cGauguin: Metamorphoses review \u2013 \u2018Forceful, disturbing, obscene\u2019,\u201d Guardian, 6 March 2014) of the blockbuster exhibition that I was lucky enough to see before it closed, and it was indeed a revelation that shifted my view of this seminal artist.", "length": 86}, "22": {"text": "There is on the one hand the exoticization & objectification of Tahitian women, which is objectionable particularly in relation to the relationships he had with them; but on the other hand, there is also his primitivism, which is not simply an exoticization of a foreign culture by a colonial tourist, but is in fact the expression of a longing for & even reconstruction of a lost pagan culture that had already nearly disappeared when Gauguin arrived in Tahiti. In his rejection of what he saw as the hypocrisy & culturally destructive colonialism of French Catholicism in Tahiti, Gauguin was very much on target, and a balanced assessment of his art \u2014 as this exhibition gave us \u2014 needs to take that into account as well as the objectionable aspects of it as well. I will never look on Gauguin\u2019s languorous Tahitian women again without also thinking of his invocations of Oviri~!", "length": 147}, "23": {"text": "The hike is a 5-day hike through wild and pure ocean fronts and tropical forests. There are parts of the National Park with seals and penguins, and always a ton of birds. You can choose to kayak, boat, hike through the inland trails, or do a little bit of everything.", "length": 51}, "24": {"text": "The trail is tagged as \u201ceasy/moderate,\u201d but I am sure they did not put into consideration having a giant pack on your back. That factor seems to change how steep a hill is and how long a stretch of hiking is. Luckily both Luca and I are both young and relatively fit.", "length": 53}, "25": {"text": "Before leaving, Luca and I kept arguing about what we should pack. I was very worried about keeping the weight down and was doing everything possible to get rid of weight. On the other hand, Luca the Italian was very worried about what we were going to eat. Luca is always very worried about what we are going to eat. In the morning the first thing he usually asks me is \u201cSo, what should we have for dinner?\u201d \u201cI don\u2019t know. I haven\u2019t even had breakfast\u201d is normally my response. I was fine with eating Ramen Noodles, but Luca insisted we had a gourmet meal every night with heavy vegetables such as broccoli and canned beans (Note: They insisted everywhere on the internet during my research to NOT bring canned food on a hike). While we were making our pile of things to pack, Luca kept throwing things in the pile such as a whole bottle of soy sauce. Did we really need that much soy sauce? Nope. Eventually I just stopped arguing with him and let him pack what he wanted as long as he was the one carrying it.", "length": 193}, "26": {"text": "Our hike on the first day was absolutely beautiful. It ran along the coast and every 10 minutes or so there would be a path that led you down to the coast. Some of the coves the paths led you to had caves made out of sand stone. The water was as blue as can be and the weather was perfect (well, maybe a little on the hot side for hiking with a gigantic pack on your back, but no complaining here).", "length": 82}, "27": {"text": "The first day was shorter and easier than the rest of the days. I was grateful for this because it took some getting used to our packs and hiking boots. My backpack fit perfectly and was as comfortable as can be (thanks to the parentals for an awesome birthday gift). Luca, on the other hand, was suffering from his pack being too heavy (SURPRISE!). I let him suffer for a short amount of time and then decided to help him a bit by taking some of the weight off of his load. Don\u2019t worry; I did not miss the opportunity to say, \u201cI told you so!\u201d", "length": 107}, "28": {"text": "Our campsite at Te Pukatea Bay that evening was located in a gorgeous little beach. There were only a handful of other people at the campsite and we basically felt like we were along on the beach together. Abel Tasman is the definition of paradise. I think it is one of the most beautiful places I have ever been to in my life.", "length": 63}, "29": {"text": "Some of the hike is dependent on tidal times. When crossing Torrent Bay, I knew that we would have to take the high tide route because the low tide was very early in the morning. What I didn\u2019t realize was that it went up a very steep hill and would take an extra hour and a half. The first climb killed us. It was blazing hot with lack of shade and seemed to go on forever. We saw a sign for Cleopatra\u2019s pool and thought that sounded like a great place to go for a swim to cool off after our climb. About five minutes from the pool we heard screaming children and came to find out that the pool was infested with kids. There was a group of kids from a day camp and they were visiting the pool that day. We decided to go to a swimming hole further down the river that another couple called \u201cThe Adult Pool.\u201d", "length": 163}, "30": {"text": "The swim felt exhilarating, but when we tried to eat lunch the bees kept swarming around us and annoying us. I couldn\u2019t relax, so we got up and left to find another place to have lunch. Then of course the next place we tried to have lunch at also had bees swarming around us. We were very irritated by them at this point. They are relentless at Abel Tasman. They do not fear you and swarm around your face. You constantly hear a buuuuuuuzzzzzzzzz.\n\nBy this time in the day, my scorching headache proceeded to get worse and Luca was developing blisters on his feet. We had 4 hours of the hardest part of the Abel Tasman 5 day hike in front of us and were in no mood to tackle it. We checked in to taking a water taxi to our next campsite, but it was too late in the day and all of the water taxis were done doing their rounds.\n\nI decided at that moment that it would be a lot easier to hike in a better spirit, and to make the best out of a bad situation. To help turn things around, I started playing fun dancing music on our portable speaker. It helped me to keep a good pace and tackle the climbing. Other hikers seemed to enjoy it too. I made sure to focus on the beauty of the trail and not my physical pain. Luca was getting bitter from his blisters and weight of his pack, but I kept cheering him on.", "length": 260}, "31": {"text": "After the longest and steepest hill of the whole hike, we managed to make it to our next camp just in time to set up camp and cook dinner before it got dark. We made it! It was such a relief. Hiking is about pushing your body further than its comfort and seeing how far you can go. It is amazing what you can do when you put your mind to it. Never give up.", "length": 75}, "32": {"text": "We slept in the next day because we only had a short hike to do to get to our next campsite. The next part of our journey was also dependent on a low tide that wasn\u2019t happening until between 4:00pm and 7:00pm. After breakfast we went to a fresh water pool where I soaked my bug bitten feet and Luca soaked his blisters. We then hung out on the beach at our campsite at Onetahuti Bay.", "length": 79}, "33": {"text": "The only hard part about that leg of the hike was the low tide crossing at Awaroa Inlet where there was no shade and we had to take off our shoes to cross the water. The Waiharakeke Bay campsite was our least favorite because it was swarming with mosquitos. By that point of the hike, I was so over bugs. I had bug bites everywhere and I was so sick of hearing them. Because of Benedril to stop me from waking up and scratching, I dreamed well that night of a roof over my head that sheltered me from bugs.", "length": 100}, "34": {"text": "The next morning I woke up refreshed as ever and we packed up camp and began our final long hike of our journey. I enjoyed myself along the way and swam at every spot I could. The hike was easy, with the exception of the two giant hills. It was helpful to be rooted on by fellow hikers who were traveling the other way.", "length": 64}, "35": {"text": "When we reached our final camp at Mutton Cove we found 2 people that we met at the camp the night before. They had travelled the world and were from New Zealand. One of their journeys was biking from Canada to Mexico and back for 6 years straight. They were an older couple, but were extremely fit. I told Luca that I aspired to be them when we were old.\n\nApparently they managed to fund their travels by collecting several rental properties in New Zealand through their life. They can now afford to hire a property manager to look over the properties while they are away. That definitely planted a seed in Luca\u2019s head\u2026.\n\nThe couple told us to look for muscles on the rocks close to our camp during low tide and cook them for dinner. We had a blast searching through the little eco systems among the corral. We saw a bunch of starfish and sea urchins. The muscles were delicious.", "length": 164}, "36": {"text": "I woke up the last day of our hike and took a swim in the ocean \u2013 a refreshing way to start a hike. The highlight of our 2 hour hike to where we would pick up a water taxi back to our car was tackling the last hill. I was so tired and my legs were so sore, but it was the last hill and I was going to own it. And so I did. I even did a dance when I reached the top.", "length": 85}, "37": {"text": "We were so excited to eat anything but what we packed in our bags for our journey. We ended up finding a gourmet burger place called The Fat Tui. Food had never tasted so good in my life.", "length": 38}, "38": {"text": "MINNEAPOLIS (WCCO) \u2013 Authorities say nobody was hurt but two dogs had to be rescued from a house fire in New Brighton Monday morning.\n\nAuthorities received a 911 call at about 9:43 a.m. of a dwelling fire. When firefighters arrived to the scene, heavy fire was showing from the back of a single-family home, and it was extending to the attic.", "length": 63}, "39": {"text": "Fire crews were able to stop the fire from spreading throughout the home, and spent about two hours on scene. Nobody was hurt in the fire, but two dogs were rescued after employees with The Garage of New Brighton went to the area to investigate smoke and saw the home on fire. They got the two dogs out before fire crews arrived.\n\nThe cause of the fire is under investigation. Authorities say it does not appear to be suspicious in nature.", "length": 81}, "40": {"text": "When you think of dinosaurs, you are imagining them as envisioned by the artist Charles R. Knight 100 years ago.\n\n\nAmerican wildlife artist Charles R. Knight (1874\u20131953) spent a lifetime creating scientifically accurate and spectacularly beautiful images of Earth\u2019s ancient past, from dinosaurs and mammoths to saber-toothed cats and early humans. For generations, his groundbreaking work has inspired scientists, artists, and filmmakers all over the world and shaped the way prehistoric times are imagined today.\nThis stunning volume gathers together both iconic and never-before-seen works from Knight\u2019s days of sketching animals in the newly opened Bronx Zoo, to the decades spent creating murals of prehistoric species for the American Museum of Natural History and the Field Museum.\n\nThis month, Abrams published the beautiful art book, Charles R. Knight: The Artist Who Saw Through Time, by Richard Milner. Abrams has kindly given permission for me to run a selection of images from the book. Enjoy!", "length": 160}, "41": {"text": "Knight\u2019s iconic painting of a tyrannosaur and triceratops facing off is a large mural in the Field Museum in Chicago.", "length": 21}, "42": {"text": "Knight\u2019s finished oil painting of the tyrant lizard highlights its monstrous head with a splash of sunlight.", "length": 18}, "43": {"text": "One of Knight\u2019s renditions of the tar pits as they appeared ten thousand years ago features a saber-toothed cat and vulturelike Tetratornis, which was twice the size of a California condor. This painting was done for the American Museum of Natural History.\n\nThis classic Knight mural (first painted in 1920, and restored 1994) from the American Museum of Natural History depicts a Cro-Magnon artist painting mammoths near the entrance of Font-de-Gaume. It was done before Knight\u2019s visit to the cave, or he would have known that the frieze actually showed European bison, not woolly mammoths.", "length": 101}, "44": {"text": "Knight\u2019s superb pencil drawings, from life, of an African elephant.", "length": 11}, "45": {"text": "Special replay from Red Pill Radio. Theodore L. Gunderson (7 November 1928 \u2013 31 July 2011) was an American Federal Bureau of Investigation Special Agent In Charge and head of the Los Angeles FBI. According to his son, he worked the case of Marilyn Monroe and the John F. Kennedy cases. In a 1995 conference in Dallas, Gunderson warned about the proliferation of secret occultist groups, and the danger posed by the New World Order, an alleged shadow government that would be controlling the United States government.[8] He also claimed that a \"slave auction\" in which children were sold by Saudi Arabian agents to men had been held in Las Vegas, that four thousand ritual human sacrifices are performed in New York City every year, and that the 1995 bombing of the Alfred P. Murrah Federal Building in Oklahoma City was carried out by the US government. Gunderson believed that in the United States there is a secret widespread network of groups who kidnap children and infants, and subject them to ritual abuse and subsequent human sacrifice. DelmarvaStudios.Net\nEmail: [email protected] Twitter: @DelmarvaStudios", "length": 184}, "46": {"text": "The cast of \u201cLord Of The Rings\u201d are coming together for J.R.R. Tolkien.\n\nThe author\u2019s former residence at 20 Northmoor Road in Oxford, England is about to hit the market. Sir Ian McKellen, Martin Freeman and John Rhys-Davies, who starred in the hit film franchise based on Tolkien\u2019s work, are kickstarting a campaign to purchase the house and turn it into a literary centre dedicated to the iconic writer\u2019s life.\n\nProject Northmoor has started a fundraising campaign to raise $6 million.\n\nRELATED: Hugo Weaving On If He Would Reprise His Role For \u2018Lord Of The Rings\u2019, \u2018The Matrix\u2019\n\nUnlike other writers of his stature, there is no centre devoted to J.R.R. Tolkien anywhere in the world. Yet. @ProjNorthmoor https://t.co/pzMg8Yk2t2 pic.twitter.com/jx2r5MVbcw\n\nIn a statement, the cast wrote, \u201cWe cannot achieve this without the support of the worldwide community of Tolkien fans, our fellowship of funders.\u201d\n\nRELATED: Orlando Bloom Shares What He Knows About Amazon\u2019s \u2018Lord Of The Rings\u2019 Series: \u2018It\u2019s Not A Remake\u2019\n\nRhys-Davies, who played Gimli, added, \u201cIf people are still reading in 1,000 years, Tolkien will be regarded as one of the great myth-makers of Britain and it will be evident within a matter of years that not to secure this place would have been such an act of arrogance and ignorance and folly on our part.\u201d\n\nThey hope to turn the home \u201cinto a literary hub that will inspire new generations of writers, artists and filmmakers for many years to come.\u201d\n\nAccording to People magazine, Tolkien and his family moved into the home in the 1930s and stayed there for 17 years. It was during that time that Tolkien wrote The Lord of the Rings and The Hobbit. Tolkien is also rumoured to have hosted C.S. Lewis there.", "length": 310}, "47": {"text": "Dua Lipa Opens Up About The Pressures Of Being...", "length": 9}, "48": {"text": "The Fujifilm X-T200 is a low-to-midrange mirrorless camera that uses the company's X-mount. It features a 24MP APS-C CMOS sensor (non X-Trans) with on-sensor phase detection. Despite its relatively compact size, Fujifilm still found a way to give the X-T200 a fully articulating 3.5\" touchscreen display, plus an electronic viewfinder. The camera can shoot bursts with continuous AF at up to 8 fps, though the buffer fills quickly. Uncropped, oversampled 4K footage can be captured at up to 30p, with a 15 minute limit. The camera has a built-in mic jack and supports headphones via an included adapter. Connectivity options include Wi-Fi and Bluetooth.", "length": 116}, "49": {"text": "James Webb: The most powerful Space telescope ever built blast into orbit\n\nThe $10bn James Webb telescope has left Earth on its mission to show the first stars to light up the Universe.\n\nThe observatory was lifted skyward by an Ariane rocket from the Kourou spaceport in French Guiana.\n\nIts flight to orbit was expected to last just under half an hour, with a signal confirming a successful outcome due to be picked up in Kenya.\n\nLive coverage of the launch is available on NASA\u2019s TV channel and website starting at 6 a.m. ET. Launch is expected at 7:20 a.m. ET.\nThe telescope has endured years of delays, including a combination of factors brought on by the pandemic and technical challenges. But the world\u2019s most powerful complex space observatory will answer questions about our solar system, study exoplanets in new ways and look deeper into the universe than we\u2019ve ever been able to.\n\nIt\u2019s a project that has taken 30 years to design and build and is regarded as one of the grand scientific endeavours of the 21st Century.\n\nWebb\u2019s goal will be to try to show the very first stars and galaxies to shine in the Universe.\n\nIt will also have the power to probe the atmospheres of distant planets to look for gases that might hint at the presence of life.\n\nThe anticipation is high, but so too is the level of anxiety.\n\nTo get to space, Webb must first survive a 27-minute ascent on what is, in effect, a controlled explosion.\n\nThe telescope then has to unfold itself in a series of complex deployments, all of which must be completed flawlessly or the observatory as a whole won\u2019t work.\n\n\u201cIt\u2019s a shining example of what we can accomplish when we dream big. We\u2019ve always known that this project would be a risky endeavour. But, of course, when you want a big reward, you have to usually take a big risk.\u201d\n\nThe James Webb telescope is named after one of the architects of the Apollo Moon programme, and the space agencies of the US, Europe and Canada, who are all partners on the project, regard it as a science flagship of no less importance.\n\nWebb\u2019s mission is to build on the discoveries of the Hubble Space Telescope, which, after 31 years in orbit, is nearing the end of operations.\n\nWebb will look deeper into the cosmos and, as a consequence, much further back in time.\n\nAt the core of the new facility\u2019s capabilities is its 6.5m-wide golden mirror.\n\nThis remarkable reflecting surface, allied to four super-sensitive instruments, should enable Webb to detect the light from the pioneer stars. These objects are theorised to have ignited more than 13.5 billion years ago.\n\n\u201cWe think there should be stars, or galaxies, or black holes maybe beginning at 100 million years after the Big Bang. There won\u2019t be many of them to find at that time but the Webb telescope can see them if they\u2019re there, and we\u2019re lucky,\u201d he told BBC News.\n\nThe pioneer stars are more than a mere curiosity. They began the process of seeding the cosmos with the first heavy chemical elements.\n\nThe calcium in our bones, the phosphorus in our DNA and the iron in our blood \u2013 all these atoms had to be \u201cmanufactured\u201d in the nuclear reactions that make stars shine, and in the mighty explosions that end their existence.\n\nIn this sense, Webb will be charting our origins.\n\n\u201cOne of my favourite things about astronomy in general is that it really gets right down to our big questions: Where do we come from? How did we get here? Are we alone? These questions are more than just arcane science questions; they\u2019re questions that get to the heart of what it means to be human,\u201d said Nasa deputy project scientist Dr Amber Straughn.\n\nSaturday\u2019s flight to orbit involves one of the most dependable rockets in the business. The Ariane-5 has a greater than 98% record of success. Its last outright failure was in 2002.\n\nThe less-than-2% rate reflects the hazards that inevitably come with handling such an extreme vehicle.\n\nPeople will naturally focus on it \u2013 there are no guarantees in the rocket business \u2013 but it\u2019s fair to say that few Ariane missions have been subjected to the same level of detailed scrutiny as this one.\n\nEngineers have reviewed every aspect of the vehicle\u2019s performance. All questions have been answered.\n\nThe Ariane will fly east from Kourou, out over the Atlantic towards Africa.\n\nA signal confirming Webb is in space and safe should be picked up by a ground antenna in Malindi, Kenya.\n\nThis will mark the start then of a month-long journey for the telescope as it moves out to its planned observing station 1.5 million km from Earth.\n\nCharles Igbinidu is a Public Relations practitioner in Lagos, Nigeria\n@https://twitter.com/ionigeria\nPrevious Former England and Liverpool striker Daniel Sturridge ordered to pay $30,000 to man who found his missing dog\nNext I now believe in the power of prayer \u2013 not because it works, but because it helps", "length": 875}, "50": {"text": "Police: Man charged with OWI told an officer boozy smell must have been his spearmint gum\n\nThe Wausau man's 4-year-old daughter was in the car at the time of the traffic stop, according to court records.\n\nPolice: Man charged with OWI told an officer boozy smell must have been his spearmint gum", "length": 55}, "51": {"text": "ROTHSCHILD - Police say a man charged with OWI said the smell of alcohol an officer detected during a traffic stop must have been his spearmint gum.\n\nMark Pierzchalski of Wausau was charged Monday with a felony count of a fifth or sixth OWI with a passenger who is under 16 years old, according to Marathon County court records. He was also charged with felony bail jumping as a repeat offender and two misdemeanors \u2014 possessing an illegally obtained prescription and operating a vehicle while his license was revoked.\n\nDuring a traffic stop Sunday, Pierzchalski denied having been drinking that day, according to court records. The officer wrote that Pierzchalski was slurring his speech and that his eyes were bloodshot and glassy with constricted pupils.\n\nWhen an officer asked him about the smell of alcohol he detected, Pierzchalski said that it was his gum causing the odor, according to court records. He then pulled a piece of spearmint gum out of his mouth.\n\nThe officer told Pierzchalski that spearmint gum does not smell like booze, according to court records.\n\nThe traffic stop took place on Highway 29 in Rothschild, east of Highway 51. Pierzchalski was in the car with his 4-year-old daughter, according to court records.\n\nPierzchalski denied a breath test and instead asked for a blood draw. He then refused to consent to a legal blood draw, court records show. He was later taken to Aspirus Hospital in Wausau after the officer received a search warrant for the blood draw.\n\nPierzchalski has a preliminary hearing scheduled at 9:15 a.m. May 8 at the Marathon County Courthouse.", "length": 269}, "52": {"text": "The Insider's Guide to Ib\u00e9rico Ham\n\nKing of ham, Brindisa's own James Robinson shares why Ib\u00e9rico is the most highly prized air-dried ham and what you need to know when shopping and eating this delicious Spanish ham!\n\nby James Robinson | Head of Product Training at Brindisa\n\nWhat is so special about Ib\u00e9rico ham?\n\nIb\u00e9rico is the most highly prized air-dried ham, from animals of an ancient breed of semi-wild black Ib\u00e9rico pig. The Ib\u00e9rico pig has characteristically long slender legs, a sensitive snout to forage with, and dark skin to help protect it in the sun. The ham it produces is popularly known as pata negra, referring to the black hoof which stays on the slim leg throughout the curing process. and makes it look very different from other hams.\n\nHow to buy Ib\u00e9rico ham\n\nBuying Ib\u00e9rico ham can be confusing, particularly if you are not familiar with the descriptions used; the one thing everyone knows is that it is expensive, but how much should it cost?\n\nIt was in an attempt to bring some clarity to the consumer that the Spanish government introduced a law in April, 2014 to clarify and standardise the descriptions of different types of Iberico ham.\n\nThe four grades of Ib\u00e9rico Ham\n\nSimply put, the legislation sets out four different grades of Ib\u00e9rico ham. It is based on the pigs' diet and the purity of breed. By simply looking at the official description the consumer can make an educated choice about the quality, and hence the price, of their ham.\n\nThe four grades that were created are indicated on any Ib\u00e9rico ham or paleta (cured shoulder) on the bone by a tag (precinto)around the ankle, or on any boneless Ib\u00e9rico ham, paleta or cured loin by a tag attached to the sealed piece. These tags are essentially legal indicators of how the Ib\u00e9rico pigs were raised and fattened and what the minimum curing time of the ham was.", "length": 329}, "53": {"text": "The top grade of Ib\u00e9rico ham goes by the full description of \u201cJamon de bellota, 100% Ib\u00e9rico, \u2018pata negra\u2019\u201d. Jamon de bellota signifies that the Ib\u00e9rico pig fattened up on acorns (bellotas) on the autumn \u201cmontanera\u201d when the animals are put to forage on the dehesa, the oak covered savannah that makes up several million hectares of the south west of the Iberian peninsula. 100% Ib\u00e9rico means that it is a pure-bred animal, and pata Negra is a term that used to be used generically for any Ib\u00e9rico ham, but now can only be used to describe this top grade of ham. Hams and paletas will have a black tag around the ankle, issued by the relevant regional body.\n\nThe second grade is described as \u201cJamon de bellota, 50/75% Ib\u00e9rico\u201d, which means that the animal has undergone the montanera, but that either one parent, or one grandparent was of non-Ib\u00e9rico origin. When cross-breeding does occur the mother will always be 100% Iberico and the boar must be of the Duroc breed. This cross-breeding has two functions, firstly to prevent continual inbreeding, never a good idea, and also, to breed animals which will have more progeny and, frequently, larger back legs. Hams and paletas from these animals will have a red tag around the ankle.\n\nThese are the only grades of Ib\u00e9rico ham made from animals that have fattened up on acorns and they account for about 20% of all Ib\u00e9rico hams.\n\nThe third grade is called \u201cJamon de cebo de campo, 50/75/100% Ib\u00e9rico\u201d which indicates that the animal lived outdoors but fattened up on cereals and natural feed before slaughter. This means that the quality of the meat will excellent, but lacking the deep, sweet intensity of the acorn-fed hams. This accounts for a further 20% of Ib\u00e9rico hams.\n\nThe fourth grade is the one that tends to cause confusion; \u201cJamon de cebo, 50/75/100% Ib\u00e9rico\u201d indicates, in essence that the ham will almost certainly have been intensively reared. Where the minimum space required per animal for the top three grades during the fattening period is 1 hectare (100m\u00b2), the minimum required for this grade is 2m\u00b2! Simply put, this is the grade that can be made from intensively reared animals, and thus significantly more cheaply than the other grades of Ib\u00e9rico ham. This grade accounts for 60% of all Ib\u00e9rico ham production.\n\nWhy the Ib\u00e9rico grades are so important\n\nThis information can help you understand the welfare standards of the pig rearing and the pricing of Ib\u00e9rico hams. However, it also shows something more fundamental; it offers you the opportunity to make a choice about being part of a continuum that extends back 3,000 years. The dehesa is a unique environment that has been shaped by the indigenous animals of the region, and has shaped them too. This huge area has more endangered species of bird and animal life than anywhere else in Western Europe due to this slow evolution. By choosing a ham made from an animal that has followed innumerable generations of its ancestors living and feeding on the dehesa, you are helping to maintain an ecosystem whose environmental value is immense.\n\nThe bellota and cebo de campo animals have a symbolic relationship with their environment, and one which does wonders for the quality of meat. The jamon de cebo is essentially a commercial construct and it is a means by which the larger, more industrial ham producers can produce and sell a premium priced product under the cloak of respectability created by the origins of the higher grades of ham. This is not to say that there may not be some good jamon de cebo Ib\u00e9rico hams, but that those produced to the minimum requirements are unlikely to be among them.\n\nWhen buying Ib\u00e9rico ham, you can certainly make an ethical choice. You can choose to buy a product made from a free ranging animal that forages on the foods that they have evolved to consume over many thousands of years, and is arguably the most magnificent ham in the world, or whether you want a very decent ham at a cheaper price whose provenance does not concern you.", "length": 703}, "54": {"text": "by Monika Linton | Founder of Brindisa\n\nWhen we first started bringing in de bellota Ib\u00e9rico ham, before there was any real acceptance or understanding of it in Britain, I gave a wonderful ham to chef Simon Hopkinson, then at Bibendum, who was very excited by the arrival of this delicacy. His instincts were right; he simply sliced it and sent it out to diners, but the plates came back with the fat trimmed off and customers wanting to know why it was there. I was duly called over to the restaurant to confirm that the ratio of fat to lean was perfectly normal and exactly as it should be.\n\nIt was an absurd misunderstanding of a fine product that seemed so characteristic of modern meat production and consumption, which has all fat marked out by many people as almost criminal. Simon did, however, have one customer who genuinely appreciated and understood fine fat; the late great artist Francis Bacon. Simon saved up all of the trimmings that the other customers had eschewed and offered them to him to top-up his own slices of the ham, and they were enjoyed with great gusto.", "length": 193}, "55": {"text": "As incompatible as these semi-industrial hams felt alongside the farm-made Churra sheep's milk cheeses and other artisan produce that we were bringing in from Spain, I badly wanted to sell Spanish ham. And although those early examples from Large White pigs crossed with Durocs may not have been as specialist as those we can source today, they were still a delightful, novel experience for most British people; a rich red colour, with a more pronounced flavour than their Italian equivalents.\n\nOnce the market opened up, we were able to become properly selective and begin forging real relationships with favourite producers. Ultimately there is no substitute for this. Only through getting to know the farming, husbandry and curing processes can you understand what makes a truly great ham.\n\nYou can find out more about the Borough Market deli here.", "length": 141}, "56": {"text": "Scottie picked Hamburg High School where he played as a point guard for the basketball team. Despite his successful high school career when Pippen made it to the state playoffs and achieved all-conference honors as a senior, he received zero college offers.\n\nEventually in 1983, Scottie enrolled himself at the University of Central Arkansas from where he graduated in 1987.\n\nScottie Pippen\u2019s body specifications may be \u2013\n\nScottie\u2019s religious beliefs are not known.\n\nHe is also known for winning two Olympic gold medals with USA\u2019s national team in Barcelona in 1992 and Atlanta in 1996.\n\nScottie played his first NBA match on November 7, 1987, when as a member of the Chicago Bulls he faced the Philadelphia 76ers and their star Charles Barkley.\n\nPippen came off the bench and for a total of 23 minutes spent on the court, he managed to achieve 10 points, 4 assists, 2 steals, and 1 rebound. In the end, the Bulls grabbed the W by winning 104-94.\n\nPlayer had no significant weaknesses.\n\nIn 1996, Pippen acted in the movie Space Jam alongside his fellow teammate from the Chicago Bulls, legendary Michael Jordan. Scottie\u2019s role was uncredited in the movie.\n\nOther than basketball matches itself, Scottie appeared in the episode called Baby Shower of the TV series ER in 1996 as Scottie Pippen.\n\nDespite we know that Scottie\u2019s athletic abilities didn\u2019t come over night, but he worked really hard to become what he did become (One of the best all-time NBA defensive players), we still didn\u2019t manage to find a lead on his workout regime while he was an active basketball player.\n\nScottie\u2019s favorite things are not known.", "length": 283}, "57": {"text": "Multiple explosions have been heard along with gunfire at a Sikh temple in the Afghanistan capital Kabul, with many feared dead in what is being reported as a possible terror attack by ISIS.\n\nFour consecutive blasts have been reported coming from the Gurdwara Karte Parwan, a Sikh place of worship, in Kabul, and shooting is ongoing on Saturday morning.\n\nArmed attackers are believed to have entered the building and a siege is taking place, reported tribuneindia.com.\n\nThere are reports that there could be up to 15 hostages being held on the second floor of the temple.\n\nEye witness accounts have claimed that there are many dead and people are being taken to hospital.\n\nThe front door of the building is on fire and Taliban forces are preparing to attack the gunman inside who are thought to be from ISIS, it is reported.\n\nManjinder Singh Sirsa, of India's BJP political party, reportedly spoke to the Gurdwara Karte Parwan President Gurnam Singh, who confirmed that the attack started at 6am local time when the first prayers of the day were underway.\n\nMr Singh Sirsa posted a video on Twitter showing large plumes of black smoke and the sounds of gunfire.\n\nHe wrote: \"Video of terrorist attack on Karte Parwan Gurdwara Sahib in Kabul at 6am today. At present the Gurudwara is in the possession of terrorists. This is the main gurdwara of minority Sikhs in Afghanistan.\"\n\nIn a follow up tweet he said: Sikh Sangat (approx 10-15 in number) stuck in Gurdwara Karte Parwan in Kabul which was attacked by terrorists today morning. One person has been reported dead in this attack.\"\n\nPrevious : Tens of thousands to protest demanding government does more in cost-of-living crisis\nNext : Daughter of Brit jailed in Iran says Father\u2019s Day is \u2018the hardest day of all\u2019 \u2013 World News", "length": 307}, "58": {"text": "Barring a messy, last-minute divorce, Elon Musk is on track to own Twitter (and yes, mea culpa). The mercurial, brilliant entrepreneur offloaded around $8.5 billion of Tesla stock this week as he prepared to pay for his $44 billion side project. And soon, he\u2019ll be free to change the service as he pleases.\n\nMusk hasn\u2019t yet presented a comprehensive plan for Twitter \u2014 he may never \u2014 but he\u2019s proposed several significant changes worth evaluating. Musk\u2019s ideas include lengthening character limits, open sourcing the algorithm, and effectively putting an end to content moderation. A debate is raging about the latter, but all have tradeoffs.\n\nAlex Roetter, Twitter\u2019s former head of engineering, joined Big Technology Podcast this week to discuss Musk\u2019s proposals, examining both their feasibility and advisability. Here\u2019s a look at the most significant potential changes, along with his commentary:\n\nUpon announcing the deal, Musk said he wanted to \u201cauthenticate all humans.\u201d Twitter has long weighed this idea internally, wondering whether making people confirm their email or phone number could help reduce harassment and spam. The company never acted, perhaps because authentication could drop its user numbers and anger Wall Street. But it should\u2019ve. Pure anonymity, Roetter said, \u201cfosters the worst parts of speech online.\u201d So he loves Musk\u2019s authentication idea. As a private company, Twitter could afford to take a user number hit, a benefit of Musk\u2019s ownership. This idea is feasible and advisable.\n\nMusk hates the spambots. \u201cWe will defeat the spam bots or die trying!\u201d he said last week. Roetter likes this idea, but it\u2019s not that simple. To defeat the spambots, he said, you\u2019d build a classifier that looks for characteristics of bots and then bans them. You\u2019d then tune the classifier to either be really aggressive, where you\u2019d eliminate bots but also ban a bunch of human \u201cfalse positives,\u201d or be less aggressive, where you\u2019d let some bots slide and ban fewer humans. \u201cI think you should do it,\u2019 Roetter said. \u201cBut everyone should be prepared, there is no perfect spam bot classifier.\u201d This idea is feasible, though not perfect, and advisable.\n\nAllowing for free speech is core to Musk\u2019s Twitter takeover. \u201cFree speech is the bedrock of a functioning democracy, and Twitter is the digital town square,\u201d he said. There may be technical challenges to Musk\u2019s vision, including how that victory against spambots could ensnare human speech as well, said Roetter. \u201cI really don\u2019t think there\u2019s an answer that\u2019s going to make everybody happy,\u201d he said. Still, Musk could relax the current moderation rules and see how things play out. This move is somewhat feasible and its advisability is TBD.\n\nMusk is interested in Twitter\u2019s subscription product and could expand it. Making people pay for Twitter \u2014 or certain premium features \u2014 could help reduce spam and create a revenue stream if Twitter\u2019s advertisers bail over its new speech rules. \u201cIt\u2019s a really interesting idea,\u201d Roetter said. \u201cIf you don\u2019t want a bunch of what you think of as low-value activity to happen, if you charge more than the value that you think people are extracting from it, it should go away.\u201d Subscription fees could be normalized and scaled per location. This idea is feasible and advisable if implemented right.\n\nTo build trust in Twitter, Musk wants to open-source its algorithms. \u201cThis one is a head-scratcher to me,\u201d Roetter said. The algorithms themselves, he said, won\u2019t tell you very much. To figure out what to show you, Twitter\u2019s ranking algorithms essentially look at billions of examples of content, try to predict how you\u2019ll react to tweets and ads, and then use those scores to optimize what to show you. \u201cIt doesn\u2019t say, if you are Republican, then you\u2019re banned,\u201d Roetter said. \u201cThere\u2019s just nothing like that.\u201d Open sourcing the algorithms is feasible and perhaps advisable, but only to dispel the conspiracy theories.\n\nMusk has mused about adding an edit button and allowing lengthier tweets. Both ideas are technically straightforward, though they\u2019ll probably do little for everyday users who can already thread tweets together and delete and resend tweets with typos. \u201cI don\u2019t think it\u2019s going to change any of the main things that everyone is upset about,\u201d Roetter said. \u201cBut yeah, sure, why not?\u201d These ideas are feasible and, well, it\u2019s up to you Elon.", "length": 746}, "59": {"text": "In a long-awaited decision, a federal court in Virginia ruled in United States v. Chatrie that a geofence warrant violated the Fourth Amendment, but that the fruits of the unconstitutional search could nevertheless be used against the defendant under the good faith exception to the warrant requirement. The Court found that the warrant at issue lacked particularized probable cause to search all nineteen Google users within the geofence. Because most geofence warrants inherently suffer from the same defect, the Chatrie decision calls into question law enforcement\u2019s ability to pursue this form of search warrant in the future. However, the Court stopped short of finding that geofence warrants are categorically unconstitutional and declined to resolve several important questions at this thorny intersection of law and technology. This ruling leaves law enforcement, providers, and the public with continuing uncertainty about whether and under what circumstances geofence warrants pass constitutional muster, but suggests that they must be used more narrowly and with greater judicial oversight than they have been in recent years.\n\nIn Chatrie, law enforcement employed a geofiltered data search, more commonly referred to as a geofence search warrant, to identify a suspect in a bank robbery. Contrary to what the term suggests, the use of a geofence does not limit law enforcement\u2019s search authority to a particular time and place. Instead, this process empowers law enforcement to demand that a provider comb through its records, dragnet-style, to determine which devices, and consequently which associated individuals, entered the designated geofence.\n\nLike another geofence search warrant that was found to violate the Fourth Amendment, the warrant at issue in this case involved a three-step process:\n\nThe geofence zone in Chatrie was a circle 300 meters in diameter, covering a portion of Richmond, Virginia, that included a church, a parking lot, and the bank that had been robbed. The warrant covered a time frame of one hour, and it allowed law enforcement, in executing the warrant\u2019s second step, to direct Google to provide further location data for an additional thirty minutes before and after that hour.\n\nIn executing Step 1 of the search, Google found nineteen mobile devices with Location History enabled had been within the geofence zone during the designated hour. Law enforcement then directed Google to provide additional data for all nineteen devices in Step 2, though it narrowed its request to just nine devices after getting pushback from Google. In Step 3, law enforcement required Google to provide identifying information for three individuals associated with devices of interest. The agent did not explain\u2014to Google or to the court that issued the warrant\u2014any basis for selecting nine devices in Step 2 or three of them in Step 3.\n\nThe information that Google provided under the warrant led police to identify Chatrie as a suspect and ultimately prosecute him in connection with the robbery. Chatrie then moved to suppress the evidence the search produced.\n\nThe U.S. District Court for the Eastern District of Virginia found that the warrant \u201cplainly\u201d violated the Fourth Amendment because law enforcement lacked probable cause to search each of the nineteen users whose devices were identified in Step 1 of the warrant execution process as having location history data responsive to the search parameters. The Court nevertheless denied suppression based on law enforcement\u2019s good faith reliance on the warrant.\n\nIn its lengthy ruling, the Court considered some of the complex legal questions that geofence warrants raise. Though not addressed explicitly, the decision grapples with the question of whether a Fourth Amendment \u201csearch\u201d occurs through the use of a geofence. No court has yet ruled on whether the use of such technology constitutes a search requiring a warrant under the Fourth Amendment. Like other courts that have evaluated the constitutionality of geofence warrants, the Court here assumed for the sake of argument\u2014and because law enforcement applied for a warrant\u2014that a search occurred. In sidestepping this issue, the Court avoided a fundamental underlying question: At what point in the geofence process does a search occur?\n\nChatrie argued that the search occurs when Google examines the location data of all mobile device users with Location History enabled in order to identify devices that were present in the geofence. The review of millions of users\u2019 location data in Step 1 to identify the nineteen potentially relevant accounts was clearly something Google did only as a result of the warrant\u2019s compulsion. If this initial review constituted a Fourth Amendment search, then law enforcement searched the data of millions of people\u2014which would almost certainly fail to pass muster under the Fourth Amendment\u2019s probable cause requirement.\n\nBut the Court did not address whether ordering that initial step was itself a Fourth Amendment search that required a showing of probable cause. Instead, the Chatrie opinion\u2019s probable cause analysis focuses only on whether probable cause existed to subject the nineteen accounts identified in Step 1 to a further search in Step 2. Under this analytical framework, however, it is impossible to determine who, or even how many people, will be searched until Step 1 of the search execution is completed\u2014which does not neatly square with the Fourth Amendment requirements that a warrant be sufficiently particular as to the persons to be searched and be predicated on probable cause as to each of them.\n\nIn addition to finding a lack of individualized probable cause for each of the nineteen devices located in Step 1 of the search, the Court found that Steps 2 and 3 impermissibly gave unbridled discretion to law enforcement to determine which of the nineteen devices to subject to further scrutiny. The Court held that such unchecked authority violated the Fourth Amendment\u2019s particularity requirement. However, it explicitly left open the possibility that the problem could be addressed by requiring law enforcement to return to court for judicial approval of the selections made in each of Steps 2 and 3.\n\nFinally, as to the third-party doctrine, the Court considered whether Chatrie waived any expectation of privacy he might have had in his location data by sharing it with Google, but concluded that the third-party doctrine likely should not apply. The Court also doubted that an individual waives all privacy interests in his location data and assumes the risk that Google would share such data with law enforcement merely by opting in to a location service and suggested that the adequacy of the provider\u2019s consumer-facing privacy disclosures plays some role in whether privacy interests have been waived. However, the Court stopped short of ruling on this issue.\n\nThis decision adds to what is now a handful of rulings addressing the constitutionality of geofiltered data search warrants under the Fourth Amendment. However, there are still significant open questions that courts have not addressed\u2014either because these questions have not been squarely presented before courts in a manner requiring courts to rule on them or because courts have avoided the issues in deciding the cases before them. Some of those questions may be answered by state legislatures like New York\u2019s, which is considering a bill to ban geofence warrants. But more likely the answers will come from federal and state courts addressing suppression motions and warrant applications arising from the explosive use of this still nascent investigative technique.", "length": 1221}, "60": {"text": "Apple dominated the news cycle yesterday with its iPhone 12 press event. While Apple was unveiling new phones and a smart speaker, its subsidiary Beats took the wraps off the Beats Flex, the company\u2019s latest wireless headphones.\n\nThe Beats Flex turns heads, but mostly because of the sub-$100 price tag.\u00c2\n\nUnlike the AirPods, which are \u201ctrue\u201d wireless headphones, the Beat Flex uses a small wire to connect two earphones together.\n\nThe wire is meant to lay across the back of your neck when you are wearing them. This wire does more than just help secure the earphones, it also contains a microphone and call/music playback controls.\u00c2\n\nBeats is promoting the sound quality of its Beat Flex headphones, noting that they have greater clarity and improved sound thanks to a redesigned driver.\n\nThe new headphones also are eight percent lighter than the previous BeatsX model.\n\nLike the older the BeatsX, the new Beats Flex can connect magnetically, making them easy to store when in use. They also now have an automatic play and pause function that\u2019ll pause your music when you take out the earbuds and resume playing when you put them back on.\u00c2\n\nThough lighter, the new Beats Flex boasts 12 hours of battery life compared to 8 hours for the older BeatsX.\n\nKeeping with Apple\u2019s trend, Beats replaced Lightning on the BeatsX with USB-C in the Flex model. The USB-C connector is a welcome addition for Android and iPad Pro owners who already use that cable type.\u00c2\n\nAdopting Apple\u2019s technology, the Beats Flex has the company\u2019s W1 wireless chipset that allows it to seamlessly switch between devices linked to the same Apple ID. It also supports Apple\u2019s new Audio Sharing feature that lets two people listen to an audio stream from a single iPhone.\n\nPerhaps the most compelling feature of the Beats Flex is its price. At $49.99, it is about $100 less than the BeatsX, which debuted at $150. It\u2019s also significantly less expensive than Apple\u2019s AirPods, which retail at $159 for the model with a standard charging case.\n\nPre-ordering for the Beats Flex is underway, with orders shipping as soon as October 21.\u00c2", "length": 375}, "61": {"text": "\"The Love Song of J. Alfred Prufrock\", commonly known as \"Prufrock\", is the first professionally published poem by American-born British poet T. S. Eliot (1888\u20131965). Eliot began writing \"Prufrock\" in February 1910, and it was first published in the June 1915 issue of Poetry: A Magazine of Verse at the instigation of Ezra Pound (1885\u20131972). It was later printed as part of a twelve-poem pamphlet (or chapbook) titled Prufrock and Other Observations in 1917. At the time of its publication, Prufrock was considered outlandish, but is now seen as heralding a paradigmatic cultural shift from late 19th-century Romantic verse and Georgian lyrics to Modernism. The poem's structure was heavily influenced by Eliot's extensive reading of Dante Alighieri and makes several references to the Bible and other literary works\u2014including William Shakespeare's plays Henry IV Part II, Twelfth Night, and Hamlet, the poetry of seventeenth-century metaphysical poet Andrew Marvell, and the nineteenth-century French Symbolists. Eliot narrates the experience of Prufrock using the stream of consciousness technique developed by his fellow Modernist writers. The poem, described as a \"drama of literary anguish\", is a dramatic interior monologue of an urban man, stricken with feelings of isolation and an incapability for decisive action that is said \"to epitomize frustration and impotence of the modern individual\" and \"represent thwarted desires and modern disillusionment\". Prufrock laments his physical and intellectual inertia, the lost opportunities in his life and lack of spiritual progress, and he is haunted by reminders of unattained carnal love. With visceral feelings of weariness, regret, embarrassment, longing, emasculation, sexual frustration, a sense of decay, and an awareness of mortality, \"Prufrock\" has become one of the most recognised voices in modern literature. Among the most significant works by Eliot's: \"Portrait of a Lady\", \"Preludes\", \"Whispers of Immortality\", \"Gerontion\", \"The Waste Land\", \"The Hollow Men\", \"Ash Wednesday\", Ariel Poems\", \"Journey of the Magi\", \"A Song for Simeon\", \"Old Possum's Book of Practical Cats\", \"The Awefull Battle of the Pekes and the Pollicles\", \"Gus: The Theatre Cat\", \"Growltiger's Last Stand\", \"The Naming of Cats\", \"Burnt Norton\", \"East Coker\", \"The Dry Salvages\", \"Little Gidding\", \"Four Quartets\".\n\nThe Waste Land and Other Poems\n\nLong regarded as one of the fundamental texts of modernism, a treasury of many of T. S. Elliot's most important early poems, combines poetic elements from diverse sources with bits of popular culture and common speech to recreate the chaos of Europe in the aftermath of WWI. Original.\n\nThe Love Song of J. Alfred Prufrock and Other Works\n\nThis Squid Ink Classic includes the full text of the work plus MLA style citations for scholarly secondary sources, peer-reviewed journal articles and critical essays for when your teacher requires extra resources in MLA format for your research paper.", "length": 468}, "62": {"text": "The Waste Land, Prufrock, and Other Poems\n\nA superb collection of 25 works features the poet's masterpiece, \"The Waste Land\"; the complete Prufrock (\"The Love Song of J. Alfred Prufrock,\" \"Portrait of a Lady,\" \"Rhapsody on a Windy Night,\" \"Mr. Apollinax,\" \"Morning at the Window,\" and others); and the complete Poems (\"Gerontion,\" \"The Hippopotamus,\" \"Sweeney Among the Nightingales,\" and more). Includes a selection from the Common Core State Standards Initiative.", "length": 71}, "63": {"text": "This superb collection of 26 works features the poet's masterpiece, \"The Waste Land\"; the complete Prufrock and Other Observations (\"The Love Song of J. Alfred Prufrock,\" \"Portrait of a Lady,\" \"Preludes,\" \"Rhapsody on a Windy Night,\" \"Mr. Apollinax,\" \"Morning at the Window,\" and others); \"The Hollow Men\"; and the collection Poems (\"Gerontion,\" \"The Hippopotamus,\" \"Sweeney Among the Nightingales,\" and more).\n\nA collection of poems composed by Nobel Prize-winning writer T.S. Eliot between 1909 and 1935.\n\nPrufrock and Other Observations\n\nPrufrock and Other Observations (1917) is a collection of poems by T.S. Eliot. Published following the successful appearance of \"The Love Song of J. Alfred Prufrock\" in the June 1915 issue of Poetry: A Magazine of Verse, Prufrock and Other Observations established Eliot's reputation as a leading English poet and pioneering literary Modernist. Opening with \"The Love Song of J. Alfred Prufrock,\" the collection begins with an invocation of Dante, whom Eliot saw as an important innovator of a polyphonic, referential poetry capable of interrogating and dramatizing the construction and representation of the self. The poem is written from the perspective of a repressed, despairing middle-aged man who meditates on his relationships with women and the regrets he has accumulated with age. In \"Preludes,\" a poem of urban malaise, Eliot \"thinks of all the hands / That are raising dingy shades / In a thousand furnished rooms,\" and reaches for an understanding of the world as \"some infinitely gentle / Infinitely suffering thing.\" Other poems include \"Morning at the Window,\" another brief vision of city life, \"The Boston Evening Transcript,\" a satirical reverie on time and community, and \"Cousin Nancy,\" a humorous lyric celebrating Miss Nancy Ellicott, who unabashedly \"smoked, / And danced all the modern dances. Both personal and universal, global in scope and intensely insular, Eliot's poetry changed the course of literary history, inspiring countless poets and establishing his reputation as one of the foremost artists of his generation. With a beautifully designed cover and professionally typeset manuscript, this edition of T.S. Eliot's Prufrock and Other Observations is a classic of English literature reimagined for modern readers.", "length": 353}, "64": {"text": "Do I dare disturb the universe? This is a question recognized by people around the world. If typed into the internet, hundreds of examples appear. Many know that it comes from one of the best-known poems of the previous century, T. S. Eliot\u00e2\u0080\u0099s The Love Song of J. Alfred Prufrock. What many do not know is that Eliot dramatically shifted his views at the height of his fame for writing such dark poetry as this and The Waste Land, becoming a sincere, devoted Christian. While his poetry is famous because it expresses the loss of a spiritual center in European civilization, a careful reading of it reveals that he was struggling with his Christianity from the beginning, not rejecting it, but trying to make it fit into the contemporary world. If the reader works through Eliot\u00e2\u0080\u0099s love song for all of the esoteric meanings, as he demands, it quickly becomes evident that he intended it as a struggle between agape, amour and eros. Beginning it with a quote from Dante forces that into place. Though the protestant forms of Christianity have changed their views on these, the Roman Catholic holds fast. Eliot references Michelangelo in the poem, bringing in the great painter of the ceiling of the Sistine Chapel. Most immediately recognize his name and work, but do not realize how he expressed a similar personal struggle between the desires of the flesh and the spirit. Both of them admired Dante\u00e2\u0080\u0099s Divine Comedy, and its inclusion of amour as a means to salvation. Dante\u00e2\u0080\u0099s work is generally seen as the greatest literature ever to come out of Italy. This book is an expanded revision of Seeking God in the Works of T. S. Eliot and Michelangelo. It explores how T.S Eliot struggled with the highest meanings of existence in his poetry and his own life, and perhaps managed to express what has become known as a modernist (and post-modernist) view of what Rudolph Otto designated the mysterium tremendum, the experience of a mystical awe, the experience of God.", "length": 345}, "65": {"text": "Let Us Go Then, You and I\n\nLet Us Go Then, You and I is a new edition of T. S. Eliot's selected poems, published to celebrate his nomination as the 'Nation's Favourite Poet' in a BBC poll for National Poetry Day 2009.", "length": 45}, "66": {"text": "The Poems of T. S. Eliot: Volume I\n\nThe first volume of the first paperback edition of The Poems of T. S. Eliot This two-volume critical edition of T. S. Eliot\u2019s poems establishes a new text of the Collected Poems 1909\u20131962, rectifying accidental omissions and errors that have crept in during the century since Eliot\u2019s astonishing debut, \u201cThe Love Song of J. Alfred Prufrock.\u201d In addition to the masterpieces, The Poems of T. S. Eliot contains the poems of Eliot\u2019s youth, which were rediscovered only decades later; poems that circulated privately during his lifetime; and love poems from his final years, written for his wife, Valerie. Calling upon Eliot\u2019s critical writings as well as his drafts, letters, and other original materials, Christopher Ricks and Jim McCue have provided a commentary that illuminates the imaginative life of each poem. This first volume respects Eliot\u2019s decisions by opening with his Collected Poems 1909\u20131962 as he arranged and issued it shortly before his death. This is followed by poems uncollected but either written for or suitable for publication, and by a new reading text of the drafts of The Waste Land. The second volume opens with the two books of verse of other kinds that Eliot issued: Old Possum\u2019s Book of Practical Cats and Anabasis, his translation of St.-John Perse\u2019s Anabase. Each of these sections is accompanied by its own commentary. Finally, pertaining to the entire edition, there is a comprehensive textual history that contains not only variants from all known drafts and the many printings but also extended passages amounting to hundreds of lines of compelling verse.", "length": 276}, "67": {"text": "The Genius Of T.S. Eliot Contributed Immensely In Ushering Modernism In Poetry, Play And Literary Criticism. Therefore, Our Knowledge Of Modernism Will Remain Incomplete Should We Fail To Understand Eliot. This Book May Serve As An Introduction To Eliot, The Man, The Poet, The Playwright And The Critic. For The Benefit Of Readers, It Quotes In Full, While Introducing And Explaining, The Poet S Master-Pieces, The Waste Land And Four Quartets, And Also Some Of His Other Great Poems. Further, It Discusses About All Of His Five Major Plays, And Nine Important Essays, At Some Length.", "length": 98}, "68": {"text": "In a war-torn world of elemental magic, a young boy reawakens to undertake a dangerous mystic quest to fulfill his destiny as the Avatar, and bring peace to the world. Upon returning to the Gantz room, scoring commences and Kurono\u2019s earns 58 points. As Kurono tries to convince the last alien to stop fighting the humans, the alien commits suicide, and the entire alien ship is set to self-destruct. June 19, [21]. Season 3 DVD Borgen: However, Kurono is captured by two gangsters, who force him to enter a building that holds a multitude of Mr.\n\nChimpanzee DVD Disneynature: Season 2 DVD Californication: Retrieved 22 February Hound of the Baskervilles Sherlock Holmes: A pair of high school students, Kei Kurono and Masaru Katoare hit by a subway train after saving the life of a drunk homeless man who had fallen onto the tracks. Daizaemon faces an Oni alien who is able to turn his body into rock.\n\nSeason 7 DVD Scrubs: Season 5 DVD Seinfeld: Trivia Dai Li, the name of the protectors of Ba Sing Se, has a meaning in Chinese, which is \u201cto act on behalf of someone in a responsible position\u201d or \u201cto act as an agent or proxy. Archived from the original on July 22, Kato destroys its statue form; however, the alien then exits the statue body and takes a larger form.\n\nRetrieved March 17, So as for the show itself, where to begin?\n\nSeason 5 DVD Saftar Gantz\u2019s room is then attacked by aliens, and while Nishi and Takeshi manage to escape safely, the humanoid from the sphere dies. Tien is captured and almost beaten to death before he is saved and brought back to the Kana Khone villagers. Later on, Pong starts to encourage May Nhai to confess her feelings for Fame Thanapob Leeratanakajornthe most famous person in school, but she is scared she might electrocute him.\n\nSeason 4 DVD Community: Kim 5 episodes, Goofs The design of the white lotus tile changes through the course of the series: This page was last edited on 21 Novemberat Season 2 DVD Entourage: Hiroto and Kenzo fight against one that is able to manipulate fire and, although the alien is killed, Hiroto is incinerated.\n\nBeer Pong Fan uncredited Steven Stadler Hiroto starts to use telekinesis to destroy the machines in sight, but is distracted by hallucinations of Kenzo and Tonkotsu. Takeshi is attacked by several of them but Daizemon is able to defeat them. Season 6 DVD Monk: Retrieved August 6, Our Favorites from the Week of Sept.\n\nBeer Pong Fan uncredited Anthony Singleton Season 2 DVD Skins: She entered the entertainment industry in after she won a beauty and talent contest called HACKS. Who was the best-dressed on the Oscars red carpet?", "length": 463}, "69": {"text": "Those people who think that there aren\u2019t any action scenes in it are blind, obviously. The Animated Series \u2014", "length": 19}, "70": {"text": "In the sparkling City of Brotherly Love, an outspoken coalition is successfully championing good design and planning. (Photo courtesy of Philadelphia Citypaper)\n\nAustin is finally getting serious about urban planning. Last week at City Council, a fresh comprehensive planning process got the green light. For at least the next two years, we'll be engaged in a great civic conversation about the future of our built city. Yet no single community group in Austin is dedicated to advocating for good urban design. As we approach a rapid series of critical decisions, a number of the community's best and brightest urban-design and -planning minds have begun talking together about how they might better serve as watchdogs for the collective good. As trained professionals, they want better city planning and development decisions based as much as possible on objective design principles rather than political compromises.\n\nPhiladelphia's Design Advocacy Group offers an interesting model for Austin. Formed about seven years ago by a core group of six, including Chairman Alan Greenberger, DAG now claims nearly 1,000 members. By championing a \"Reform Agenda for Planning and Design in Philadelphia\" over several years \u2013 and having the good fortune to help elect new Mayor Michael Nutter, who has adopted its agenda as his own \u2013 DAG has become an amazingly effective community voice.\n\nThe all-volunteer group has no staff, no dues, and no formal organization. States the website (www.designadvocacy.org): \"Our goal is be proactive as well as reactive; effective as well as thoughtful; critical as well as constructive. We want to create an unparalleled voice for design, a group whose opinion on the quality of our environment is sought after and whose contribution makes a difference. We are a group drawn from a broad spectrum of disciplines, comprised of motivated individuals who are routinely engaged in matters of design, development and planning and who are not afraid to speak out.\"\n\nThat last point is crucial. Austinites tend toward polite public education and vociferous grumbling in private. What we lack is courageous, informed voices insisting on the recognized principles of good design and planning. (Greenberger enjoys saying, \"Advocacy is our middle name.\") DAG positions have been taken seriously due to the professional expertise and stature of its 28-member steering committee. Many are notable practicing architects. Others are University of Pennsylvania faculty members, some with the School of Design's \"clinical arm,\" PennPraxis, through which faculty and students work on community projects, such as the website PlanPhilly.com. (What a great idea for the Community and Regional Planning Program at the School of Archi\u00adtec\u00adture at the University of Texas!) Others are professional planners who serve on city and regional planning commissions. Lay members include lawyers, builders, developers, preservationists, economists, students, and PR and marketing types. All that's required to \"join\" is to provide an e-mail address.\n\nAt DAG's open monthly meetings, \"a free and frank exchange of ideas is encouraged.\" Presentations on hot development projects and controversies draw a good crowd of 50 to 75 members. DAG's advocacy positions are honed after discussion at monthly meetings, a flurry of e-mails among the steering committee members to forge a consensus view, and a formal vote when necessary. To advance the cause, DAG hosts public forums such as \"Pride of Place\" on the design and planning issues relevant to a particular mayoral election. It has helped lead independent design charrettes for important projects such as Penn's Landing, a major waterfront development. DAG members provide expert testimony before government agencies, write letters to government agencies expressing positions, and publish white papers, op-eds, columns, and letters to the editor. Financial support has come from the William Penn Foundation.\n\nHow effective has the volunteer group's advocacy been? An early high-visibility fight was against the Jefferson Parking Garage, an ill-conceived, overscaled, neighborhood-blighting project for which Thomas Jefferson University and Hospital sought zoning variances. While DAG lost the battle for a complete redesign, the publicity put the group on the map. They also lost a battle \u2013 despite an emergency letter-writing campaign \u2013 to preserve historic buildings sneakily demolished by the state. But their major initiative \u2013 a Reform Agenda for Planning and Design in Philadelphia \u2013 has been a thrilling success. Within two weeks of taking office, Nutter named new professionals to the Planning Commission (including Green\u00adberger as vice chair), the powerful Zoning Board of Adjustment, and the Zoning Code Commission \u2013 just as DAG had advocated. The reform agenda called for creating a new Civic Design Review Commission; the mayor is now pursuing it. After witnessing DAG's by-invitation design reviews of major projects, said Greenberger, \"Now the mayor is calling for the Planning Commission to set up a design-review operation based on the DAG model.\"\n\nAddressing the Philadelphia City Planning Commission last week, Nutter gave a stirring speech \u2013 from the mouth of DAG \u2013 that, if heard here, would make many Austinites weep with joy. Austin Planning Commissioner Tracy Atkins, who heard Nutter address the 2007 Congress for the New Urbanism conference in Philly, remembers: \"He impressed me then. He is young and energetic.\" Said Nutter: \"As a city government, we reject the 'let's make a deal' mentality that dominated the past. Monty Hall has left City Hall. ... Those days are over! ... Planning is not a luxury, nor is it a jargon-filled veneer obscuring a deal-making process that slices up a city's assets in a disorganized rush. ... It's not a passive system, simply responding to developers' proposals; it's proactive and sets high standards of design.\" (Download the full text here.)\n\nMarveled Greenberger: \"We've lost a lot of battles, but we're winning the war of reform. We can't believe it! None of us saw this coming.\"\n\n\"Developing Stories\" visited Philadelphia during the June 5-7 Association of Alternative Newsweek\u00adlies Convention. To join a dialogue about starting a local group that advocates for good urban design and planning, e-mail planaustin@yahoo.com.", "length": 1007}, "71": {"text": "Amidst a lot of shocking celebrity divorces and breakups, including the longtime marriages of Jennifer Garner and Ben Affleck and Gwen Stefani and Gavin Rossdale, one major celebrity couple is making sure their names don\u2019t get dragged into the divorce trend.\n\nWill Smith and Jada Pinkett Smith have battled many rumors about their relationship over the years and, after recent divorces, it seems they were being pegged as the next ones to call it quits, that is until Will spoke out, slamming the rumors.\n\n\u201cUnder normal circumstances, I don\u2019t usually respond to foolishness. (Because it\u2019s contagious) But, so many people have extended me their \u2018deepest condolences\u2019 that I figured- \u2018What the hell\u2026 I can be foolish too!\u2019 So, in the interest of redundant, repetitious, over & over-again-ness\u2026 Jada and I are\u2026 NOT GETTING A DIVORCE!!!!!!!!!!! I promise you all \u2013 if I ever decide to divorce my Queen- I SWEAR I\u2019ll tell you myself! #Dumb People Should Have to Wear Scarlet D\u2019s,\u201d the actor wrote on Facebook.\n\nAlthough we all thought some of the other recently divorced couples were going strong, it seems Will and Jada are still doing just fine after 18 years of marriage.", "length": 201}, "72": {"text": "\" Now, Armenians have two choices: Either they accept the situation or leave the country \" - Rovshan Ibrahimov\nRead: 349", "length": 18}, "73": {"text": "In reaction to the publish of biased reports by some media, Iranian Embassy in Baku said that ill-wishers and enemies are trying to disrupt Tehran-Baku friendly and brotherly relations, Mehr News Agency reports.\n\n\"In recent days, despite the clear positions announced by high-ranking officials of Iran, the enemies and ill-wishers of Azerbaijan Republic and Iran have always sought to achieve their sinister goals in order to disrupt cordial relations between the two countries,\" Iranian Embassy wrote.\n\n\"The embassy hereby declares that the recent rumors about the positions of the Islamic Republic of Iran on the conflict between Azerbaijan Republic and Armenia are sheer lies and are baseless,\"it added.\n\n\"The ill-wishers of the two nations of Iran and Azerbaijan Republic are trying to deceive the public opinion and hide the facts by launching evil media campaign,\" the Embassy said, adding, \"These propaganda and news, as the political aide to the President of Azerbaijan emphasized, is a betrayal of both countries.\"\n\n\"Iran and Azerbaijan Republic are friendly and brotherly nations and that friendship and brotherhood will exist forever and no one can disrupt it,\" it noted.\n\n\"The Embassy of the Islamic Republic of Iran strongly reject the false and baseless news and strongly condemns the spread of these heinous rumors,\" it stressed.", "length": 216}, "74": {"text": "Mandela, Only Leader In The World \u2013Prof Adair\n\nAiling former South African President, Nelson Mandela, is the only person that deserves to be addressed as a leader in the world today, Prof. John Adair, the world\u2019s first professor of leadership, has said. Adair, the chair of the United [...]", "length": 49}, "75": {"text": "How Five South African Policemen Brutally Beat A Nigerian To Faint, Wake Him Then Tortue Him Again To Death\n\nFive Limpopo police officers beat a Nigerian man to death, the Polokwane Magistrate\u2019s Court heard on Thursday. \u201cI put it to you that you beat him, he fainted and you resuscitated him. He woke up and\u2026 you beat him again,\u201d [...]", "length": 60}, "76": {"text": "Nigeria Pledges $2 Million For Conduct Of Elections In Mali\n\nThe Nigerian government on Wednesday pledged a donation of US$ 2 million (about N320m) in support of agricultural development and conduct of free and fair elections in Mali. Vice-President Namadi Sambo made the pledge in Brussels at the International Donors [...]", "length": 51}, "77": {"text": "Desmond Tutu Vows Not to Vote for ANC Anymore\n\nArchbishop Emeritus Desmond Tutu says he will not vote for the Africa National Congress (ANC) again in future elections in the country. Mr. Tutu who wrote an opinion page in the Mail-Guardian newspapers on Friday that he had in the [...]\n\nThe oil curse: Ghana struggles to survive \u2013 When Ghana struck oil in 2007, citizens expected the industry would bring them better lives and investors anticipated hefty profits from a rising African economic star. Six years later, all of them are [...]", "length": 90}, "78": {"text": "The high breakthrough infection rate implies that vaccination as a standalone strategy will not be enough in the days to come. Multiple strategies of protection will likely be required long-term from a public health perspective.\n\nWhat is this Study?\n\nFor ease of discussion, the term 3rd dose will henceforth be used instead of precautionary dose\n\nFigure 2: The percentage of people in each age group who were affected by the 3rd wave\n\n5. Profile of vaccine use\n\n11. 3rd wave positive rates among those who got 3rd dose, versus those who did not take 3rd dose\n\nFigure 7A: Third wave positivity according to whether 3rd dose was taken or not\n\nFigure 7B: Comparison of confounding factors that could have affected the outcomes of 3rd dose\n\nThis indicates that infection was more common among those who had longer gap after 2nd dose. In other words, protection from infection appeared to be linked with how recent the last vaccine dose was.\n\nFigure 8 A: 3rd wave positivity according to gap since receiving 2nd dose, among those who did not take 3rd dose\n\nWe looked at people who took the third dose after varying gaps from the second dose. They were categorized into three groups:\n\nIn these three groups, we assessed the impact of the 3rd dose, as measured by the difference in 3rd. wave positivity rates. We found that a 3rd dose given early or during intermediate period made no difference to the baseline infection rate. But when the gap was >6 months after the second dose, taking a 3rd dose generated a 19% lower incidence of COVID-19 in the 3rd wave.\n\nFigure 8 B: Difference in percentage of infection rates between 3 and 2 dose groups, classified on the basis of gap between 2nd and 3rd doses. The longer the gap, the greater the additional protection observed.\n\nAmong those who had a 3rd dose, 716 got infected during 3rd wave\n\nAmong those who were vaccinated, but did not receive 3rd dose, 1577 got infected during 3rd wave\n\nFigure 9: 3 rd. wave symptom severity profile classified according to whether 3rd dose was taken or not\n\nThe severity profile of 3rd wave symptoms among vaccinated people who took 3rd dose and those who did not, were similar. The minor differences shown in the graph were not significant.\n\nFigure 10: Age of those who suffered moderate severity of COVID-19 during 3rd wave, expressed as % of total respondents. Although the chance of testing positive has higher among\n\n16. Public opinion: \u201cDo you think a precautionary dose is helpful?\u201d\n\nFigure 12: Sample of questions sent to assess severity of COVID-19 among respondents\n\nFor question no.2, more than one of the six choices could be selected, depending on individual severity.\n\nThey were later classified as asymptomatic, mild, moderate and severe.\n\nLess than 1% of those affected in the 3rd wave reported severe disease, defined as those who required supplemental oxygen during hospitalisation (6).\n\nThe chief reason that people mentioned for not taking the 3rd dose was that infections were being commonly reported after third dose.", "length": 514}, "79": {"text": "How many municipal councillors or MPs have taken any personal involvement in foresight activities?\nWriter\nElina Kiiski Kataja\n\nHow many municipal councillors or MPs have taken any personal involvement in foresight activities?\n\nThe National Foresight Network was convened as part of the Foresight Friday event at the Association of Finnish Local and Regional Authorities on Friday 30 November, to ponder the subject of municipalities of the future and the factors vital to their success.\n\nFor a foresight specialist like me, the event was inspiring in two ways.\n\nEngaging in foresight activities alongside those in power\n\nThe first source of inspiration lay in the way in which the Association of Finnish Local and Regional Authorities implemented its major foresight process. The purpose of this process had been to examine the local authority of the future and the result was future images of municipalities (in Finnish). Instead of commissioning external consultants for the project, the association had engaged its own experts, leaders and councillors on a broad basis.\n\nThey began by collecting signals onto a group board on Pinterest. They then arranged trends into groups and processed them, before seeking future visions within each area. On the basis of their future visions and interpretations, they went on to build prototypes of the municipal services of the future.\n\nWhen foresight activity is implemented in this way, the result is a process of collective learning among participants and stronger commitment to the final results. To those who make their living out of foresight work, there is nothing revolutionary about this. On the other hand, I view public organisations and decision-makers in particular as overly cautious about applying participatory foresight methods. I wonder how many municipal councillors or MPs have ever had any personal involvement in actual foresight work. And how many ministers? If you can think of any, please let me know in the comments section!\n\nWhen faced with foresight data that you need to process into visions and concrete services, you usually also encounter an entirely new outlook about which you might otherwise have been oblivious. I believe that, right now, as Finland slogs through a quagmire of austerity and despair, we need future-oriented work more than ever as the basis of future visions and foresight \u2013 particularly among political leaders at various levels. Many thanks to the Association of Finnish Local and Regional Authorities for taking bold steps forward with this!\n\nThe second aspect of my inspiration is associated with the previous one. At the event, we also heard of a municipality that is already turning its strong, future-oriented activity and faith into reality. That municipality is Pirkkala, which has given thought to its future vision as the political system changes and its municipal identity becomes based on something other than organising services. How to create an identity that places democracy and dynamism at the heart of municipal operations?\n\nPirkkala seems to have succeeded well in this. It is true that it had a good framework from the beginning: it is located next to the large city of Tampere, has good transport connections, a beautiful environment and a balanced municipal economy. Still, this is not enough if political leaders or civil servants lack the ability to reform and the willingness to attain a healthy governance culture. Pirkkala has had the will and ability to invest in both.\n\nWhat do measures taken to secure future competencies look like in concrete terms? Pirkkala\u2019s vision is centred around a contented community and municipality which provides a lively, happy environment in which people want to settle. In other words, the municipality dares to connect well-being to happiness, not just service provision and other traditional factors. Strong trust between politicians, civil servants and local residents is promoting the implementation of this vision. They have no intention of paying mere lip service to the \u201cfacilitating role of civil servants\u201d, but want to genuinely think about what facilitation means and the skills it requires. They are adopting social media tools and understand that their use requires new skills and approaches, from both politicians and civil servants. They view dynamism as being about tearing down boundaries and are willing to co-operate with partner cities across national frontiers.\n\nWith social and healthcare reform just around the corner, now is a good time to re-examine regional and municipal identities. Many regions are already doing so. Last month, the Pirkanmaa Future Forum mapped the factors of future success and more major regional foresight events have been penned in for the spring. I will comment on these closer to the actual events. Before then, I hope that as many people as possible throw down the gauntlet to decision-makers, challenging them to join in their foresight activities.\n\nWeekly notes is a series of blogs offering insights into the topical issues being discussed each week by Sitra\u2019s research and strategy team. Our Weekly Notes are gathered together here.\n\nDelving into future trends \u2013 is there cause for optimism?", "length": 829}, "80": {"text": "RSS Feed\n\u2190 \u201cAs a drunkard uses a lamppost\u2026\u201d\n\u201cFriendly McKenzie, writing the words of a sermon that no one will hear\u201d \u2192\n\nFour minute warning [or \u201clast night the plans for a future war, was all I saw, on Channel Four\u201d ]\n\nI realise, as one of the markers of getting old, that a cultural touchstone of my life, the \u201cfour minute warning\u201d might well mean nothing at all to younger people, so before I start, I\u2019ll explain what it is.\n\nBack in the days of the Cold War, where we were worried about Russians and nuclear war rather than Al Qaeda and suicide bombers, the Government had an early warning defence system. They would know, from monitoring at Jodrell Bank (a big telescope observatory station) if missiles had been launched, and then the Government would bring into play klaxons, sirens and alarms to let everyone know that we had four minutes before the missiles would strike.\n\nGrowing up in the 80s, particularly in a city that was within a five mile radius of several RAF bases, and with left leaning teachers who were all signed up to \u201cSave the Whale\u201d and \u201cCND\u201d, I spent most of my formative years having these three facts drilled into me :-\n\n(a) You will need a degree to get a job, even a job stacking shelves, when you leave school, and there won\u2019t be any jobs, thanks to \u201cMrs Thatch\u201d\n\n(b) If you have sex with anyone ever, you will almost certainly catch Aids and die\n\n(c) You won\u2019t know when nuclear war will come, and any day could bring that four minute warning, but it WILL come [oh, and living where we do, you WILL be vapourised, no mutants and rebuilding society from the ashes for you, you will BE the ashes]\n\nThe school further emphasised point (c) by showing us the film \u201cThreads\u201d in which we saw a shopping centre not all that far from us get devastated by a fictitious nuclear war. That certainly made going shopping at the weekend a much more haunting and terrifying experience. If there\u2019s one thing worse than knowing you could be vapourised any moment, it is that you could spend your last moments alive trying on far too tight shoes in Clarks or looking in bad mirrors in Concept Man trying to work out if burgandy and mustard go together.\n\nWhat a cheery adolescence that was, alleviated only by \u201cAxel F\u201d, Gauntlet, Star Wars figures, Nike trainers, New Order, the Um Bongo advert, Wilma Deering\u2019s lipgloss on \u201cBuck Rogers\u201d and Frank McAvennie\u2019s blonde perm [these things not necessarily in order of preference].\n\nSo, it suddenly struck me the other day, that having lived under the shadow of nuclear war, and the four minute warning, an existential horror so incomprehensibly unfathomable in modern society that the only way I can explain it is to suggest that it made certain sections of the British public think that Sting of all people, was very wise, provocative and deep in his song \u201cI hope the Russians love their children too\u201d\n\nthat I hadn\u2019t thought about the four minute warning for years. Does it still exist?\n\nWould we get more time now, as with satellites and better computers we might know earlier that the nukes were being warmed up? Or would we get less, because technology in rockets has advanced and they would fly quicker?\n\nThis, by the way, is the message that would have been read out on all radios and on the BBC. It is, you will agree, a great comfort.\n\nHere is the cheeky opening which comes right out with the important bad news, just in case you were watching \u201cTelly Addicts\u201d and cursing that it had been interrupted by a party political broadcast. Don\u2019t touch the \u201choofer doofer\u201d pops, this is it!\n\nThis is the Wartime Broadcasting Service. This country has been attacked with nuclear weapons. Communications have been severely disrupted, and the number of casualties and the extent of the damage are not yet known. We shall bring you further information as soon as possible. Meanwhile, stay tuned to this wavelength, stay calm and stay in your own homes.\n\nRemember there is nothing to be gained by trying to get away. By leaving your homes you could be exposing yourselves to greater danger.\n\nIf you leave, you may find yourself without food, without water, without accommodation and without protection. Radioactive fall-out, which follows a nuclear explosion, is many times more dangerous if you are directly exposed to it in the open.\n\nI have to say, I personally find the idea of this warning being more comforting if I imagine it being read out by Hugh Grant\u2019s character from \u201cFour Weddings and a Funeral\u201d \u2013 done with much more beating around the bush and nervous embarrassment at having to say it at all.\n\n\u201cNot quite sure how to say this, and I\u2019m sure it comes as a bit of a shock to you all, it did to me, certainly, and I don\u2019t really know why Mr Cameron asked me of all people to tell you, but the fact of the matter is\u2026 gosh, this is awkward. Hard to really know how to start. Is it best, all things being equal to break it gently, or just dive right on in there.\n\nImagine for me, if you will, the really absolutely worst thing I could be about to tell you. Imagine a bit harder. Are you thinking about mushroom clouds? If not, you\u2019re not quite imagining the right thing\u2026 try again. In the words, perhaps of Michael Stipe, while he was still with REM in fact, it\u2019s the end of the world as we know it. Erm, sorry.\u201d\n\nSo, the news is, we no longer get a four minute warning. All of the klaxons and sirens have been dismantled (apart from, oddly, the one at Broadmoor). A combination of cost, difficulty of organisation, the realisation that the Electromagnetic Pulse that will accompany the nuclear missiles falling on nearer targets will probably wipe out electronic communication anyway, and oddly, the prevalence of double-glazing meaning that most people wouldn\u2019t now hear the sirens, led to it being put to bed in the mid 1990s.\n\n[Only in England could Safestyle UK \u201cI say you buy one, you get one free\u201d be the driving force behind ending the public\u2019s right to know that nuclear annihilation was imminent]\n\nJudging from the conversations that we always had in the 80s about what we would do if the four minute warning came, cancelling it did not so much stop people carefully stockpiling water and salt and tinned fruit, as prevent a wave of pimply teenaged boys trying to cop off with any female in sight and \u201cdriving a yellow Lamborghini Countach at 160 miles an hour\u201d\n\nI suspect that the reality of the situation would be that if we did get a four minute warning, there would just be utter panic, looting, a complete collapse of the internet and mobile signals as everyone tried to ring their loved ones/tweet something jaded and pithy about the war, and gridlock on the roads as everyone tried to either get home or get the hell out of the city. [Or even more depressingly, people spending their last minutes watching that last episode of Broadchurch that they Skyplussed, on 16 x speed so they can die knowing who did it]\n\nJust forty truck drivers blocking our supply of petrol for five days achieved much the same thing, so it doesn\u2019t seem unfathomable that we\u2019d get similar if not worse meltdown from a genuine actual crisis.\n\nI suspect, that given that all that seems to be gained from a warning is panic and misery, that the Government wouldn\u2019t actually get Hugh Grant on the television to tell you to stay indoors (using the protective power of your double glazing) and to save your tinned peaches for later.\n\nWhich means the only survivors of a nuclear attack on Britain would be pensioners (who are inside anyway, and have loads of tinned fruit), politicians (who get the secret warning and grabbed their expenses forms and headed to their bunker and drew up the Duck drawbridge), the inmates of Broadmoor, and people who were at home watching \u201cLoose Women\u201d. What a glorious future we will have, when things are rebuilt. Britain will be great again.\n\nThat was all a bit depressing. Who would have thought that nuclear war could be a bit of a downer, all in all?\n\nHere\u2019s a picture of a yellow Lamborghini Countach, to cheer you up.", "length": 1447}, "81": {"text": "And if you are still feeling a bit blue, here\u2019s Wilma Deering out of Buck Rogers. If that doesn\u2019t cheer you up, I\u2019m out of suggestions. Perhaps find a clip of loveable TV scamp (and falsely rumoured \u201che\u2019s an adult with a kidney disorder\u201d ) Gary Coleman asking Willis what he is talking about.", "length": 57}, "82": {"text": "Law geek, local authority care hack, fascinated by words and quirky information; deeply committed to cheesecake and beer.\nView all posts by suesspiciousminds \u00bb\n\u2190 \u201cAs a drunkard uses a lamppost\u2026\u201d\n\u201cFriendly McKenzie, writing the words of a sermon that no one will hear\u201d \u2192", "length": 42}, "83": {"text": "The 5 Most Spectacular Coastal Drives on Earth\n\nEach of these 5 spectacular coastal drives should be on your bucket list. Add at least one to your future travel plans... you'll be so glad you did.\n\nIt was really hard to decide the ranking and, except for number one where all of us agreed, the positions were not by unanimous decision. Go visit, make up your own mind... and let us know.\n\nThe Amalfi Coast from the Santa Caterina Hotel - click for more info.\n\nOne of the scariest of drives with crazy Italian drivers doing crazy things.\n\nIf you don't want to drive yourself take a bus; the buses aren't for those of nervous disposition though - the ride consists of crazy lurches around sharp corners, while holding on tight to your seat and hoping the bus doesn't fly out over the sea.\n\nSo why did this coastal drive win?\n\nIt's far less \"wild\" than any of the other drives we feature but the combination of spectacular cliffs covered with olive and lemon trees, the bluest sea of all and around every turn a medieval village makes it unbeatable. More on this coast here.\n\nThis one is like a wilder version of the Amalfi Coast. The first bit, through the upmarket suburbs of Clifton and Camp's Bay, is very similar though - just that the oldest building here is maybe 200 years old compared to 900 on the Amalfi Coast.\n\nStill, the beaches are better than those on the Amalfi Coast with beaches like Clifton being rated among the top ten in the world. Camp's Bay Beach too is spectacular, with the Twelve Apostles mountain peaks rising up like sentinels, rows of palm trees parading down the beach promenade and the beach itself looking all white and lovely.\n\nThe most famous part of the road trip is the section called Chapman's Peak Drive: here the Atlantic Ocean crashes against sheer cliffs that plunge vertically into the water, baboons scamper about the rocks above and whales can often be seen offshore. Driving this section was one of the most incredible experiences of my life - especially the bit where you come around a bend and far below you stretches the great expanse of Noordhoek Beach; where racehorses train and appear only as tiny black dots on a vast canvas of white sand.\n\nThe last part of the drive to Cape Point is through a nature reserve in which zebras, ostriches and antelopes roam while seals lounge on the beaches. The end of the road marks the end of mighty Africa. As you look southwards towards the Antarctic, and watch the huge waves of the Indian and Atlantic Oceans meeting in fury, you really do feel that you've reached the ends of the earth. The penguins, sunbathing in warm sunshine, on nearby Boulders Beach only confirms that feeling.\n\nThe best way to enjoy this drive is to start from Seapoint in Cape Town and head along the coast from there - here are the details of the entire trip.", "length": 512}, "84": {"text": "Everything about Ireland is a lot of fun. The Irish always seem to look on the bright side of life and, even if it rains every day, they get out and live their lives with a carefree spirit. That's the best way to enjoy this rather long drive too; don't worry about the weather, come rain or shine(guaranteed it'll be rain) get out there and marvel at the greenery (that rain is good for something), the slate grey ocean and views.\n\nThe drive is the longest of all the ones featured; if you do the whole lot it's over 1500 miles. My advice is to focus on the 100 miles of the Ring of Kerry or the less touristed Beara Peninsula.\n\nFunny how two of these spectacular coastal drives have rock formations called the Twelve Apostles - the other one is on the Cape Town drive.\n\nThe Twelve Apostles is the most famous of the sights along the Great Ocean Road even if there aren't Twelve Apostles anymore... only eight. The others have eroded away and collapsed into the sea. Don't worry though, the remaining ones are spectacular as they rise like huge sentinels from the sea. Best time to see them is in the light of early morning so make sure you leave really early. If you can't do early morning then sunset is second best.\n\nIt isn't only the Twelve Apostles though; the 150 miles of the Great Ocean Road has a bit of everything ranging from beaches to volcanic plains to forests to waterfalls.\n\nSadly, they have experienced a number of problems with landslides over the last few years and the road has been closed for long periods. It is currently open but check with the official website.", "length": 299}, "85": {"text": "One of the last wild stretches of coastline left in California, a heady mix of fresh sea-air, endless vistas and hidden coves. Head out north from Los Angeles on Highway 1 and 250 miles later you are in another world. The coast is at its most enchanting when the mists swirl in from the ocean as they often do; the way the spectacular landscapes vanish and then suddenly reappear in bright sunlight is unforgettable.\n\nIn a way the whales offshore and sea-lions on the beaches are similar to the Cape Town drive as is the scenery but if I had to choose one Cape Town is definitely the better of the two.\n\nMap of Where These Spectacular Coastal Drives Are", "length": 122}, "86": {"text": "The taxis outside Dongguan station were all home modified two-stroke mini-buses and none of the drivers knew fear or favour as Scoresby, newly arrived in the Middle Kingdom from the lassitude of a month\u2019s layoff in the Hong Kong Yacht Club, felt a strong uncalm as the feral rushing hordes of free market commissionaires plucked at him for his ride.\n\nA warm night in the oriental tropics is this night in this town with latitude similar to Mackay, and here these hot streets, barking frogs, and the vigorous blare of hundreds of car horns as China toiled away at the 24-hour restrictions of the 15th day of March 2006.\n\nThe black night air is dimmed up to grey with the misted poison of a million free-range cars and buses and trucks, and the air stings Scoresby\u2019s tongue, and he turns his foolish head at every hornbleat.\n\nTwenty-five 6 Star southern China Hotels are within a mile of the station, all nestled up nicely to the local nightclubs bars and brothels.\n\nOne and a half hours to the typhoon coast, where whispers thrilled of three-mile point waves and coastal cities beset with Malaria and Japanese Encephalitis. Dengue Fever, AIDS.\n\nAnd there in a small place a collection of gravel-mounded graves of some unbearded and unanmed English dead.\n\nScoresby exited the train, exited the station with its McDonalds advertisements of crayfish and mayonnaise burgers and entered New China\n\nEntered a town of unlit and crowded streets, where shadows of lounging men flickered by in the lights of unending traffic.\n\nHunkered down young men who lurked innumerably in small nestings, on dark corners, seemingly watchful, silent, and lit only by the glow of a shared smoke.\n\nThe baggage men plucked at Scoresby and yelled loudly at each other, they tugged at him and offered weirdly sounds of comfort and destination and safety, and all the time they winked and shoved at each other as the white man reeled from one to one other.\n\nGrab a taxi, get to the \u7f57\u70bd\u6cfd Karaoke Club by midnight, and I\u2019ll introduce you to the company, read the email from young Eric Desjardins, the Frenchman boat builder from Mona Vale. Three years here now and twenty pounds heavier.\n\nNo worries was Scoresby thinking, just grab one of these mobile Chinaman and go get beers, then point him towards the noise and find the party.\n\nShintao beer is what\u2019s left of Carlsberg\u2019s disappointing venture into the Chinese boozer market, and since then China has given the krauts the arse, grabbed the formulae, increased the flavour, increased the alcohol content, increased the bottle size, and decreased the price.\n\nSome people you love at first sight, thought Scoresby \u2013 China \u2013 almost a brother nation already, and they like a bet.\n\nSo with an underarm slab of Shinto costing $8 aus, lovely Korean girls on all the stools, music by a revolving succession of Britney Spears lookalites, and over in the corner eleven dangerously slammed Australians and Frenchmen singing like stoned cats \u2013 our man walked through the door at 1.30 am knowing now that home sweet new home has many rooms.", "length": 531}, "87": {"text": "Lava from the Kilauea volcano is threatening the Puna Geothermal Venture plant on Hawaii's Big Island.\n\nIn the weeks since the Kilauea volcano began belching lava into Hawaii's residential areas, the fiery flow has destroyed dozens of structures and covered scores of acres on the Big Island. But authorities fear its destructive reach could ravage at least two more cornerstones of the state: its power supply and, a little less tangibly, its all-important tourism industry.\n\nOn Monday evening local time, the Hawaii County Civil Defense agency announced that lava from nearby fissures had begun to encroach on the southern edge of one of the state's key sources of power, the Puna Geothermal Venture.\n\nThe plant harvests hot liquid and steam from underground wells to drive turbine generators for electricity, which is then sold to the state's largest utility. The plant provides roughly a quarter of the Big Island's power, according to Reuters.\n\nAnother risk, besides the loss of power, rests in what might happen if the lava overcomes the state's protective measures: \"There's a steam release, there's many chemicals, but primarily the critical factor would be hydrogen sulfide, a very deadly gas,\" Hawaii's Emergency Management Agency chief, Tom Travis, told reporters Monday night.\n\n\"County, state, and federal partners have been collaborating closely to monitor the situation and work with PGV to ensure the safety of the surrounding communities,\" the civil defense agency said in its alert. \"Ten of the eleven wells have been quenched. Efforts are ongoing to make sure the site is secure and the community is kept safe.\"\n\nIt is the second step after simply shutting all the wells, which he says they already did when the event began. Crews were working overnight to quench the 11th and final well.\n\n\"Once that step is taken, we will be in a much more solid state for having lava overflow the site,\" Travis added late Monday. \"It's not easy to predict where it's going to go and when it's going to get there. So it's important that we get what we can done now.\"", "length": 358}, "88": {"text": "Lava spews out of fissures near the lower east rift zone. USGS\n\nMeanwhile, elsewhere on the island, the longer the lava keeps flowing, the longer one of the state's premier tourist attractions remains closed to ensure visitors' safety. About two-thirds of Hawaii's Volcanoes National Park closed May 11, right around the start of the summer tourist season \u2014 and it remains closed, likely deterring a substantial chunk of the park's more than 2 million annual visitors.\n\nA National Park Service report published last month estimated that those visitors spent $166 million in communities nearby last year \u2014 spending that \"supported 2,020 jobs in the local area, and had a cumulative benefit to the local economy of $222,394,900.\"\n\nThe number of visitors to the park has \"increased by 58 percent\" since an eruption on Kilauea's summit a decade ago, according to the NPS.\n\nNow that Kilauea's activity has dramatically escalated, however, local businesses have seen their income diminish in seemingly equal proportion.", "length": 168}, "89": {"text": "Came across this article about an inspiring act of generosity by a group of Muslim calling themselves \u2018Muslim Snow Patrol\u2019, not to be mistaken for the badboys of East London calling themselves \u2018Muslim Patrol\u2019, who have been embarrassing the whole community by shouting abuse at Non-Muslim women, taking alcohol away from the hands of Non-Muslims (which is haram (not permissible) because it\u2019s his possession and rules of alcohol consumption does not apply to them) and telling Non-Muslims to move away from the Mosque, which is against the teachings of true Islam as we\u2019re encouraged to invite fellow Muslims and Non-Muslims to the Mosque.\n\nGoing back to the The Muslim Snow Patrol, organised by Islamic Diversity Centre (IDC) in Newcastle helping clear residential roads and drives in Newcastle\u2019s West End. Newcastle City Council also provided the team with gloves, shovels and grit as well as directing the team to areas most in need.\n\n\u201c[Residents] have been really appreciative of the work that we\u2019re doing.\n\n\u201cThey\u2019ve been a bit surprised at why loads of bearded men have come and tried to help them clear their drives. As Muslims we believe that it is our Islamic duty to look after our neighbours, especially in these very difficult conditions.\n\n\u201cWe\u2019re trying to remove some of those preconceptions people have about Islam and Muslims by showing that Muslims actually do good things and are trying to help our neighbours.\u201d\n\n\u201cThe residential streets are more of a problem for [the council] because we just don\u2019t have the money to grit and clear them. This group is a tremendous example of what can be done and what can be achieved by everyone doing their bit. If every group just does a little bit then together we can do a huge amount.\u201d\n\nIt\u2019s not often we hear good, positive things about the Muslim community, so please brothers keep up the inspiring act of charity and dawah because there are Muslims out there who are out there to be on the likes of DailyMail or The Sun portrays the misunderstood version of Islam.", "length": 356}, "90": {"text": "Muslims in Detainment: A Look Into China\u2019s Camps", "length": 9}, "91": {"text": "Recently, the world has learned of China\u2019s new measures to counter Muslim terrorism. The Chinese Xinjiang government has been detaining the Uighur Muslim minority in \u201creeducation camps,\u201d but documents and interviews are revealing that the situation isn\u2019t as innocent as it seems.\n\nAccording to these documents, the camps are meant to \u201ccleanse\u201d the Muslims. However, this cleansing has been said to be more like torture. It\u2019s hard to know exactly what happens in these areas, but as some people escape, new knowledge comes to light. According to the China Digital Times firsthand accounts, severe punishments were delivered to people who were reluctant to learn Chinese culture. According to this take from CNN, the Muslims were given incredibly low rations, and those who continued to disobey were taken, injected, and returned dazed and confused. The people have a bucket as a toilet and rumors of sexual abuse to the women were common. The Intercept interviewed Nury Turkel, a Uighur-American human rights activist. He described the situation as \u201ccultural genocide.\u201d China has not denied any of these accusations.\n\nIn fact, China\u2019s stance seems to be focusing on silencing these claims instead of proving them wrong. You may have seen Tik Toks about the camps go viral and promptly be deleted. One of the biggest and most effective videos was made by 17-year-old Feroza Aziz. Aziz\u2019s account was blocked and suspended, although Tik Tok eventually apologized. Further, China also announced that they have no intention of closing down the camps.\n\nWhile the situation is fading out of the media\u2019s eye, that doesn\u2019t mean that it isn\u2019t still going on. The camps are still up and running and aren\u2019t likely to shut down very soon. It\u2019s up to the public to keep the news relevant and to see what China\u2019s next move will be.", "length": 314}, "92": {"text": "A project which paired Holocaust survivors with celebrities to educate about the genocide has won two prestigious awards.\n\nThe initiative, launched on Yom HaShoah in a bid to continue Holocaust education during the pandemic, featured a series of videos with Holocaust survivors giving their testimony to high-profile celebrities.\n\nCassie Matus, Chief Executive, March of the Living UK said: \u201cWhen MOTL 2021 was cancelled we knew we needed something to fill its place. Working with our agency, Creative & Commercial, we came up with an amazing idea. If the survivors can\u2019t go on the March then the March should come to the Survivors. Frank PR and Broadcast Revolution brought this to life with the help of our amazing celebrities and survivors. We are so thrilled that it won two UK Content Awards.\u201d", "length": 132}, "93": {"text": "Born and raised in Washington, DC, Malcolm took his first rafting steps in West Virginia with his dad before going on to complete a Source to Sea expedition on the Mississippi River in 2015. One year later, he began his guiding journey on Australia\u2019s Tully River and he has since traveled around the globe, venturing as far afield as Papua New Guinea, Morocco, Chile, and New Zealand. One of Malcolm\u2019s highlights has been trekking through the rainforest with local tribesmen in Borneo while learning to hunt and forage for food. When it comes to rafting back home, he particularly loves Idaho as it boasts some of the most \u201cremote and wild spaces in the lower 48\u201d. Aside from being a keen surfer, Malcolm holds a Bachelor in Business Administration and Marine Biology from Loyola University New Orleans.", "length": 139}, "94": {"text": "After moving to Los Angeles, Susan Orlean become fascinated by a mysterious local crime that has gone unsolved since it was carried out on the morning of 29 April 1986: who set fire to the Los Angeles Public Library, ultimately destroying more than 400,000 books, and perhaps even more perplexing, why?\n\nWeaving her lifelong love of books and reading with the fascinating history of libraries, Susan Orlean investigates the legendary fire to showcase the larger, crucial role that libraries play in our lives. She also reflects on her own childhood experiences in libraries; studies arson and the long history of library fires; attempts to burn a copy of a book herself; and re-examines the case of Harry Peak, the blond-haired actor long suspected of setting fire to the library over thirty years ago. Along the way, she reveals how these buildings provide much more than just books \u2013 and that they are needed now more than ever.\n\nAs a keen reader of books about books who also has an interest in non-violent and historical true crime, I was immediately interested in Susan Orlean\u2019s The Library Book. It\u2019s one of those multifaceted books that wears many hats \u2013 examining the devastating fire that decimated Los Angeles Central Library in 1986 and the personal history of the man accused of starting it, whilst at the same time providing an eclectic history of the Los Angeles library system and an examination of the role of the public library within our increasingly digital world.\n\nOrlean\u2019s narrative is extremely dense and the book covers a lot of ground in it\u2019s 300 or so pages. But the clear and engaging prose, which blends personal reflection with immersive journalism and factual history, drew me into the narrative and gave the book a compulsion.\n\nOrlean really captures the intensity of feeling that surrounds libraries and books. Her description of the library fire is devastating for a book lover to read \u2013 she really makes it easy to empathise with the librarians, who cried on the street as they watched over 400,000 items from their extensive collection go up in flames. In a fascinating chapter, Orlean burns a book herself; an act that she finds both terrifying and subversive. It\u2019s a feeling that I completely understood and I found myself mourning the lost knowledge that was turned to ash on the morning of 29 April 1986.\n\nOrlean\u2019s sensitive treatment of Harry Peak, the charismatic young actor suspected of setting the library fire, manages to convey both the fiercely-held belief that investigators had in Harry\u2019s guilt whilst acknowledging the fallibility of fire investigation techniques and the circumstantial nature of the evidence available at the time.\n\nThat said, Harry\u2019s narrative was, for me, the weakest part of the book \u2013 although that is the fault of history rather than of Orlean. Harry, a man who constantly re-wrote his own narrative, flits elusively through the pages and you definitely get the sense that Orlean, like many of the other people around him, struggles to pin him down. The Library Book is impeccably researched but, as Orlean admits, the truth about the library fire \u2013 and whether Harry had any involvement in it \u2013 will probably never be known. This does give the ending a slightly subdued quality \u2013 the pace drops off noticeably in the last third as it becomes apparent that this isn\u2019t a mystery that will have a resolution. To Orlean\u2019s credit, she instead turns the book into a love letter to libraries and a reflection on their importance in the world today.\n\nThe Library Book may disappoint readers looking for a true crime narrative. There are definitely similarities in pacing and style with David Grann\u2019s excellent Killers of the Flower Moon and Michelle McNamara\u2019s I\u2019ll Be Gone in the Dark, but this is a very different kind of book in tone. The Library Book isn\u2019t about finding the answer to a mystery \u2013 it\u2019s an ode to books, a love-letter to reading and a homage to libraries and their place in the world. It\u2019s a book that\u2019s perfect for anyone who has whiled away hours browsing the stacks or has childhood memories of magical trips to neighbourhood branches. In short, it\u2019s for anyone who appreciates the power of libraries to fascinate, to educate, to entertain and to unite \u2013 a rich, warm and heartening book that kept me spellbound throughout.\n\nThe Library Book by Susan Orlean is published by Atlantic Books and is available now from all good bookshops and online retailers including Hive, Waterstones and Amazon. My thanks go to the publisher for providing me with a copy in return for an honest and unbiased review.", "length": 795}, "95": {"text": "Looking to save some coin on your energy bills? Then stop wasting food. According to a new report published this month in the journal Environmental Science & Technology, \u201cWasted Food, Wasted Energy: The Embedded Energy in Food Waste in the United States,\u201d consumers could immediately save the energy equivalent of around 350 million barrels of oil a year though the curbing of food waste. Why? In part because the study estimated that it takes the equivalent of about 1.4 billion barrels of oil to produce, package, prepare, preserve, and distribute a year\u2019s worth of food in the U.S.\n\nAuthors Michael Webber and Amanda Cu\u00e9llar note that food contains energy and requires energy to produce, process and transport. As a matter of fact, rising energy costs are the largest contributor to rising food costs. The authors\u2019 estimates indicate that between 8 and 16 percent of energy consumption in the United States went toward food production in 2007. However, it appears that consumers don\u2019t take energy costs into account when eating as the USDA estimates that people in the U.S. waste nearly 27 percent of their food.\n\nThe report also estimated that when accounting for wasted food and the energy needed to ready it for consumption, U.S. consumers wasted about 2030 trillion BTU of energy in 2007, or the equivalent of about 350 million barrels of oil. That represents about 2 percent of annual energy consumption in the U.S. \u201cConsequently, the energy embedded in wasted food represents a substantial target for decreasing energy consumption in the U.S.,\u201d the article states. But the authors note the problem is probably worse because the numbers used were incomplete, outdated and conservative.\n\nThe authors concluded that the energy discarded in wasted food is greater than the energy available from many popular efficiency and energy procurement strategies, such as the annual production of ethanol from grains and annual petroleum available from drilling in the outer continental shelf. \u201cA decrease in food waste must be accompanied with a retooling of the food supply chain to ensure that the energy consumed during food production does in fact decrease with a decrease in food waste.\u201d", "length": 362}, "96": {"text": "Microplastic is everywhere and many carry concerns about it. These tiny pieces of plastic can be damaging to one\u2019s health as well as the environment. How would you be able to minimize your use and intake of microplastics and prevent them from spreading? There\u2019s still a lot of uncertainty in regard to the damaging effects of microplastics. One of the places where their negative effects can clearly be seen is in nature. Microplastics are especially damaging to aquatic organisms.\n\nMicroplastics are pieces of plastic smaller than 5 millimeters in size. These pieces can thus easily end up in the environment where they accumulate together. They aren\u2019t degradable, but do fall apart into even smaller pieces, which makes them impossible to clean up. Microplastic - and even smaller, nanoplastic - can be found in various bodies of water, the air, the ground, and even in our food. Research has revealed that microplastic has been found in:\n\nIn addition to this, microplastics are often also found in the following products:\n\nThere will definitely be microplastics in a product if the label states one or more of the following:\n\n(National Institute for Public Health and the Environment) has made a factsheet as commissioned by the Department of Waterways and Public Works, of the most recent developments in regard to the microplastic issue. In said report, the RIVM used international data on the matter as a basis for the situation in the Netherlands to be applied to.\n\nThe effect of microplastics on people as well as the environment isn\u2019t entirely clear yet. Research on this matter is often quite complex due to microplastics being a group of variating particles of which their properties could change even more due to weathering, the forming of biofilm, and/or the binding of hydrophobic chemicals in the environment. The scientific literature that describes the effects of microplastics on aquatic organisms is more extensive than that on their effects on humans.\n\nDue to their physical properties, microplastics can have a negative impact on specific aquatic organisms and affect functions such as breathing, movement, or the intake of food. Microplastics can also cause toxic effects due to the additives in them (e.g. flame retardants, dyes, biocides, softeners, etc.) or due to the hydrophobic chemicals that are absorbed into microplastics in an aquatic environment. A few chemicals are known to have had effects on the health of both humans and animals due to being identified as CMR (Carcinogenic, mutagenic, reprotoxic), PBT ( Persistent, Bioaccumulative and Toxic), vPvB (very Persistent and very Bioaccumulative), or ED (Endocrine-Disrupting).\n\nThe WWF website contains many tips and tricks on how you can reduce your plastic consumption. Take a look to see which alternatives you can use.\n\nTry us out for free.\n\nPlease fill out your name", "length": 463}, "97": {"text": "The considered an all-electric Mazda Miata may peeve purists, however there\u2019ll certainly come a day when it is a actuality. Whereas it is nonetheless too quickly to say when the primary MX-5 EV will arrive, Mazda immediately revealed a three-phase technique that prioritizes electrification main as much as 2030. Together with its up to date plans, the corporate teased the \u201cImaginative and prescient Examine Mannequin,\u201d a surprising coupe idea that we hope previews the long run design of the enduring two-seater sports activities automotive.\n\nFinal yr, Mazda confirmed to Automobile and Driver that the next-generation Miata shall be electrified not directly. We count on that to imply some type of hybrid setup, which corresponds with a part of the corporate\u2019s second part. Nonetheless, we would not be stunned to see a completely electrical Miata by the top of the last decade. We additionally would not be shocked to see an EV model that appears much like the idea proven in press pictures in addition to in clips of the video on Mazda\u2019s official YouTube channel (the idea first seems on the 34:55 mark).\n\nWithin the minutes main as much as the idea\u2019s first look, we see quite a few photographs of individuals fortunately driving totally different Miata generations, which additional fuels our hypothesis that there is a connection between previous MX-5s and the Imaginative and prescient Examine Mannequin.\n\nOur first have a look at the idea is seen via an iPhone display, with its uncovered chassis that includes what seems to be a T-shaped battery pack. The automotive\u2019s physique then drops on high and we see its passenger-side butterfly door open up.\n\nWhereas the loopy doorways are one of many idea\u2019s defining options, we do not count on them to be a part of a manufacturing mannequin. We do count on future Miatas to take care of a convertible physique model, though a fixed-roof variant just like the idea would not be a primary, as Mazda did provide the uncommon JDM-only NB-generation coupe.\n\nThe remainder of the imaginary sports activities automotive appears to be like doable, albeit ultra-dramatic. Its large hips, peaked entrance fenders, and low cowl are all exaggerated traits of the present ND Miata. The illuminated Mazda brand mounted low on the idea\u2019s nostril and the slim, protruding entrance lighting parts are different neat touches.\n\nAfter all, we notice Mazda\u2019s Imaginative and prescient Examine Mannequin may not preview a future Miata EV in any respect. We\u2019ve flashbacks of the visually arresting four-door Imaginative and prescient Coupe idea the corporate revealed again in 2017 that has not come to fruition. Nonetheless, its aspirational styling did go on to affect the model\u2019s design language, so maybe the Miata-esque idea will do the identical. A minimum of we are able to dare to dream.", "length": 488}, "98": {"text": "Montana gets manufacturing F but tax fairness A\n\nMontana gets manufacturing F but tax fairness A", "length": 16}, "99": {"text": "The report gave Montana a \u201cF\u201d for its manufacturing and an \u201cA\u201d for tax climate, plus other grades in between. The study particularly looked at the state\u2019s percentage of advanced manufacturing; a factory that uses a large percentage of robots, plus white-collar workers such as computer people, would be an example\n\nWhere factories once provided good-paying jobs for people without a lot of education in this country, those blue-collar jobs are drying up.\n\n\u201cThese data underscore the importance of talent development efforts with a focus on educational attainment,\u201d said Michael Hicks, director of Ball State\u2019s Center for Business and Economic Research. \u201cIn the long run, a well-educated and ready workforce matters more than any other single factor in the health of advanced manufacturing firms.\u201d Two related Ball State reports are available online at http://conexus.cberdata.org/.\n\nTo see Montana\u2019s grades in a number of categories, take a look at a graphic display of Montana\u2019s report card elsewhere on this page.", "length": 169}, "100": {"text": "That\u2019s how much less money Montana\u2019s general fund will receive for the biennium as of July 1, according to state estimates. Revenue is down from the oil and gas sector, coal, mining and corporates taxes.\n\n\u201cThe big (financial) cushion we\u2019ve been having for a while could be gone,\u201d state Sen. Fred Thomas said about projections that state general fund revenue will come up short this year.\n\nName of the Week\n\nWe like the name for the June 24 tribute to late Republican stalwarts Tim Babcock, who served as Montana governor, and Conrad Burns, who represented Montana in the U.S. Senate. It\u2019s called the \u201cGolden Tusks Legacy Dinner\u201d and will take place at the Hilton Garden Inn in Missoula. It won\u2019t take gold to get in, but it will require a ticket for $75 per person.\n\nBlog of the Week\n\n\u201cI am certainly not a journalist and I have never claimed to be. I don\u2019t even play one on TV, and I\u2019ve never even stayed at a Holiday Inn Express. I am just professional blogger living in a bunker, eating Twinkies, drinking Folgers coffee, while waiting for Obama to come and take my guns.\u201d\n\n\u2014 Mike Brown, who blogs at thewesternword.com\n\nTurnout in Montana was better than average for the June 7 primary election. We hope the trend keeps up for the Nov. 8 general election.\n\nNo doubt one reason for the improved public response is the increase in people asking for permanent absentee ballots they can fill out by mail, rather than trudge over to their polling place on Election Day.\n\nThere\u2019s no doubt voting by mail is easy. People accustomed to voting in person can opt to vote by mail instead by calling the county elections office. The number in Great Falls is 406-454-6803.", "length": 306}, "101": {"text": "Last.fm has reached the landmark of 60 billion scrobbles last week, less than ten years after its launch, the company announced today. In other words, Last.fm\u2019s users have now listened to 60 billion music tracks on the platform.\n\nAccording to Last.fm, the 60 billionth song to be scrobbled on the music discovery website was Lady Gaga\u2019s \u2018Judas\u2019. She\u2019s the latest artist to take a place in Last.fm\u2019s hall of fame, joining Bob Dylan whose 1963 song \u2018Blowin\u2019 In The Wind\u2019 marked Last.fm\u2019s 50 billionth scrobble (see our previous story Last.fm: 50 billion scrobbles and the return of the mix tape.)\n\nLooking at this data also gives a good indication of the site\u2019s accelerated growth over the last years; it took much less time for the site to host its latest 10 billion scrobbles than for its first single billion.\n\nAccording to Last.fm\u2019s VP of Product and Marketing Matthew Hawn, \u201creaching this figure is testament to the passion and enthusiasm demonstrated by [Last.fm\u2019s] users.\u201d May it also be the confirmation that paywalls aren\u2019t always a bullet in the foot?\n\nWhat\u2019s your favorite destination to discover music? Let us know in the comments.\n\nRead next: The Principles of Experience Design and 10 sites doing it right", "length": 222}, "102": {"text": "The Buffalo Sabres played three games in a row against the New York Islanders at Nassau Coliseum this weekend. All three games ended the same way: with a 5-2 Islanders victory.\n\nBuffalo fell to 0-6-0 against the Islanders this season with Sunday\u2019s loss. The Sabres are 0-4-0 on their current five-game road trip, 0-6-1 over the last seven games and 2-10-1 since returning from a COVID-related two-week pause.\n\nOn Sunday, it was Anders Lee \u2013 who has six goals in six games against Buffalo this year \u2013 and Brock Nelson who scored for the Islanders in a span of 1:02 in the second period. Casey Cizikas scored later on in the second and Cal Clutterbuck added a fourth midway through the third. Nelson added his second goal when he dumped the puck into an empty net late in the third.\n\nJonas Johansson made 25 saves for Buffalo.\n\nJeff Skinner scored his first goal of the season, roofing a backhand shot on a wraparound to make it 3-1 in the third period. Colin Miller added another for his third of the season to put Buffalo within one before Clutterbuck iced the game.\n\nBuffalo is 0-13-1 this season when trailing after two periods.", "length": 216}, "103": {"text": "El Tonto sees Day playing \u201ca mute simpleton who gets off a bus in Los Angeles and by happenstance suddenly rises through the Hollywood scene to become a celebrity, only to then lose it all.\u201d", "length": 35}, "104": {"text": "Totalitarianism, Authoritarianism, and Fascism: What Is the Difference?\n\nAll nations have an official type of government as designated in the U.S. Central Intelligence Agency\u2019s World Factbook. However, a nation\u2019s own description of its form of government can often be less than objective. For example, while the former Soviet Union declared itself a democracy, its elections were not \u201cfree and fair\u201d, as only one party with state-approved candidates was represented. The USSR is more correctly classified as a socialist republic.\n\nIn addition, the boundaries between various forms of government can be fluid or poorly defined, often with overlapping characteristics. Such is the case with totalitarianism, authoritarianism, and fascism.\n\nTotalitarianism is a form of government in which the state\u2019s power is unlimited and controls virtually all aspects of public and private life. This control extends to all political and financial matters as well as the attitudes, morals, and beliefs of the people.\n\nOne distinctive feature of totalitarian governments is the existence of an explicit or implied national ideology\u2014a set of beliefs intended to give meaning and direction to the entire society.\n\nAccording to Russian history expert and author Richard Pipes, Fascist Italian Prime Minister Benito Mussolini once summarized the basis of totalitarianism as, \u201cEverything within the state, nothing outside the state, nothing against the state.\u201d\n\nExamples of characteristics that might be present in a totalitarian state include:\n\nTypically, the characteristics of a totalitarian state tend to cause people to fear their government. Rather than trying to allay that fear, totalitarian rulers encourage it and use it to ensure the people\u2019s cooperation.\n\nAn authoritarian state is characterized by a strong central government that allows people a limited degree of political freedom. However, the political process, as well as all individual freedom, is controlled by the government without any constitutional accountability\n\nIn 1964, Juan Jos\u00e9 Linz, Professor Emeritus of Sociology and Political Science at Yale University, described the four most recognizable characteristics of authoritarian states as:\n\nModern dictatorships such as Venezuela under Hugo Ch\u00e1vez and Cuba under Fidel Castro typify authoritarian governments.\n\nWhile the People\u2019s Republic of China under Chairman Mao Zedong was considered a totalitarian state, modern-day China is more accurately described as an authoritarian state because its citizens are now allowed some limited personal freedoms.\n\nIn a totalitarian state, the government\u2019s range of control over the people is virtually unlimited. The government controls nearly all aspects of the economy, politics, culture, and society. Education, religion, the arts and sciences, and even morality and reproductive rights are controlled by totalitarian governments.\n\nWhile all power in an authoritarian government is held by a single dictator or group, the people are allowed a limited degree of political freedom.\n\nRarely employed since the end of World War II in 1945, fascism is a form of government combining the most extreme aspects of both totalitarianism and authoritarianism. Even when compared to extreme nationalistic ideologies like Marxism and anarchism, fascism is typically considered to be at the far-right end of the political spectrum.\n\nFascism is characterized by the imposition of dictatorial power, government control of industry and commerce, and the forcible suppression of opposition, often at the hands of the military or a secret police force. Fascism was first seen in Italy during World War I, later spreading to Germany and other European countries during World War II.\n\nThe Foundations of Fascism\n\nThe foundation of fascism is a combination of ultranationalism\u2014an extreme devotion to one\u2019s nation over all others\u2014along with a widely held belief among the people that the nation must and will be somehow saved or \u201creborn.\u201d Rather than working for concrete solutions to economic, political, and social problems, fascist rulers divert the peoples\u2019 focus, while winning public support, by elevating the idea of a need for a national rebirth into a virtual religion. To this end, fascists encourage the growth of cults of national unity and racial purity.\n\nHistorically, the primary function of fascist regimes has been to maintain the nation in a constant state of readiness for war. Fascists observed how rapid, mass military mobilizations during World War I blurred the lines between the roles of civilians and combatants. Drawing on those experiences, fascist rulers strive to create a rabidly nationalistic culture of \u201cmilitary citizenship\u201d in which all citizens are willing and prepared to take on some military duties during times of war, including actual combat.\n\nIn addition, fascists view democracy and the electoral process as an obsolete and unnecessary obstacle to maintaining constant military readiness. They also consider a totalitarian, one-party state as the key to preparing the nation for war and its resulting economic and social hardships.\n\nToday, few governments publicly describe themselves as fascist. Instead, the label is more often used pejoratively by those critical of particular governments or leaders. The term \u201cneo-fascist,\u201d for example, describes governments or individuals espousing radical, far-right political ideologies similar to those of the World War II fascist states.", "length": 829}, "105": {"text": "Former member of the Defence Forces Lisa Smith has been arrested on suspicion of terrorist offences.\n\nThe 38-year-old arrived at Dublin Airport this morning after being deported from Turkey.\n\nShe is being questioned at Kevin Street Garda Station in Dublin.\n\nMs Smith travelled to Syria in 2015 to live in the so-called Islamic State.\n\nTurkish Airlines flight 1975 landed in Dublin Airport just after 10am with Ms Smith and her daughter on board.\n\nThey were accompanied by four escort personnel from the Army Ranger Wing and the Department of Foreign Affairs.\n\nMs Smith and her child were covered with a pink blanket and declined to comment when approached on the flight by RT\u00c9 News, simply responding \"No\".\n\nThe Dundalk woman, who left Ireland four years ago, was deported from Turkey and met by garda\u00ed from the Counter Terrorism Section at Dublin Airport.\n\nThe Garda's Security and Intelligence Section and the Special Detective Unit have been investigating her activities since 2012 and have gathered substantial information and intelligence from Europe, Africa, the Middle East as well as Ireland.", "length": 181}, "106": {"text": "Ms Smith and her daughter were taken to a van and driven to Kevin Street Garda Station arriving just before 11am.\n\nThe 38-year-old was arrested and her child is now being cared for by her family.\n\nShe has been granted access to all medical and legal requirements and is being interviewed about suspected terrorist offences.\n\nIrish Citizens Lisa Smith and her child (2yrs) were today successfully repatriated to Ireland. The expert evidence and the UN were expressly clear - the previous conditions were unsuitable and incompatible with international human rights standards. @PhoenixLawHR acts.\n\nShe is being detained under Section 30 of the Offences Against the State Act and can be questioned for up to three days.", "length": 117}, "107": {"text": "In a statement, Minister for Justice and Equality Charlie Flanagan said: \"On her arrival in Dublin, Lisa Smith was met by An Garda S\u00edoch\u00e1na. In the case of Ms Smith's child, established procedures for her care will be followed.\n\n\"An Garda S\u00edoch\u00e1na and the Director of Public Prosecutions are responsible for criminal investigations based on facts and evidence in all cases and it would not be appropriate for me to comment on those matters.\n\n\"This is a sensitive case and I want to reassure people that all relevant State agencies are closely involved.\n\n\"A multi-agency network is in place here comprising agency personnel who engage on an ongoing basis with international colleagues regarding emerging practice in relation to the complex issue of radicalisation.\n\n\"This network will coordinate engagement on a case by case basis as and when appropriate.\"\n\nT\u00e1naiste and Minister for Foreign Affairs Simon Coveney said they \"had been working with various different partners to try and ensure that we could respond to this case as a consular case, although it's a very, very complex one, to ensure primarily the safety of a two-year-old little girl who was in a warzone, and for much of that time in a camp that we know from UNICEF reports was extremely dangerous for children\".\n\nMr Coveney said: \"For people who are rightly concerned and asking questions about a two-year-old little girl who wasn't born in Ireland but who is an Irish citizen - Tusla have been working with An Garda S\u00edoch\u00e1na and with Lisa Smith's wider family to ensure that her welfare is looked after.\"\n\nHe added: \"It's up to the DPP to determine on the back of a report from An Garda S\u00edoch\u00e1na as to whether they can take a case successfully against Lisa Smith.\n\n\"I think it's important to leave that process take its course.\"", "length": 315}, "108": {"text": "Charlie Waller, founder and leader of the Country Gentlemen, died Wednesday (Aug. 18) of an apparent heart attack in the garden of his home in Gordonsville, Va. He was 69.\n\nAlthough Waller had been ailing the past several years, he and his group have maintained a busy concert schedule and were preparing to go on the road again when he died. Waller had scheduled two concerts \u2014 Friday (Aug. 20) in Nashville and Sept. 8 in Falls Church, Va. \u2014 to raise medical-expense funds for banjo player Eddie Adcock, an early member of the band.\n\nOrganized in Arlington, Va., the Country Gentlemen played their first concert on July 4, 1957. Although the group has had more than 100 members during its 47-year history \u2014 including Ricky Skaggs, Bill Emerson, Doyle Lawson and Jerry Douglas \u2014 the classic Country Gentlemen ensemble was made up of Waller, as lead vocalist and guitarist, Adcock on banjo, Tom Gray on bass and the late John Duffey on mandolin. It was this combination that, in 1996, was inducted into the International Bluegrass Music Association Hall of Honor.\n\nDespite his solid bluegrass licks and credentials, Waller was a country music enthusiast to the core. His vocal models included Gene Autry, Hank Snow and Eddy Arnold. He seldom did a show without singing Autry\u2019s mellow standard, \u201cAges and Ages Ago.\u201d The Gentlemen entered Billboard\u2019s country singles chart only once \u2014 in 1965 with the ghost ballad, \u201cBringing Mary Home.\u201d\n\n\u201cAlthough they were respectful of tradition,\u201d music scholar Bill Malone writes in The Encyclopedia of Country Music, \u201cthe Country Gentlemen were also one of the most important early innovative bands in bluegrass, taking the genre into new arenas of repertoire and stylistic performance while steadfastly using acoustic instruments.\u201d That repertoire embraced pop, folk and country music and yielded such memorable cuts as \u201cTheme From Exodus,\u201d \u201cMatterhorn,\u201d \u201cTwo Little Boys,\u201d \u201cLegend of the Rebel Soldier\u201d and \u201cNew Freedom Bell.\u201d\n\nA new Country Gentlemen album \u2014 Songs of the American Spirit \u2014 is due out in September from Pinecastle Records and will contain songs written by Merle Haggard, Tom T. and Dixie Hall, the late Randall Hylton and others.\n\nWaller is survived by his wife, Sachiko; a son, Randy, who is a member of the current band; and a daughter, Mena, now a student at Nashville\u2019s Belmont University. Funeral arrangements are pending.", "length": 390}, "109": {"text": "A Hand Full of Anticipation for the CaribbeanTales 2011 Film Festival", "length": 11}, "110": {"text": "The Gala is the main highlight of a week of cultural explosion, that will take place between 14-20th March as filmmakers and film enthusiasts from around the region and the world come together to celebrate Caribbean film at CT2011.\n\nProducer of the film, Lisa Harewood expressed her pride that the production will be featured at the Opening Night Gala. \u201cWe feel incredibly honoured to have been given the opportunity to open CaribbeanTales Film Festival 2011. The festival is becoming a very important link between filmmakers from the Caribbean and the wider Diaspora, so we\u2019re looking forward to meeting and talking to our colleagues. More than anything though, we\u2019re excited to screen the film for the cast, crew, friends, family and supporters who are based in Barbados.\u201d\n\nThe movie has already attracted some major attention, copping a nomination for Best First Feature Narrative Director, at the hugely respected Pan African Film Festival in Los Angeles. This recognition being well deserved as Russell Watson and his team battled for several years against the tremendous obstacles that are commonly faced by Caribbean film makers in order to complete the film. With a minimalist budget, and a lot of determination the movie is an example that against all odds, with creativity and a will, there is a way.\n\nShot in various locations in Barbados and Chicago, the film tells the topical family story of 3 generations , and one plantation. The men of the Redman family \u2013 father, grandfather and son \u2013 try desperately to break with the past to pursue their dreams on their own terms. Soon though, it is made painfully clear that their lives are inextricably linked and that the past exerts an inescapable grip on the future. A Hand Full of Dirt features such local and regional luminaries as Dominica\u2019s Alwin Bully and Barbados\u2019 own Cynthia Wilson, Luther Bourne and Marcia Burrow.\n\nThe Opening Gala starts at 6:00 pm at the Frank Collymore Hall in Bridgetown Barbados and admission is $35 a ticket at the door. Early bird seats are available for $25.00, by emailing registration@sharons26.sg-host.com. Pre-registration is advised for this hugely popular event.\n\nCaribbeanTales 2011 @ Island Inn runs from March 14- 20, 2011. Not just a film festival the event will include screenings, talk back sessions, workshops, incubators, networking events, and a pitch marketplace, as well as a special Directing Masterclass by celebrated Hollywood Director Neema Barnette, known for her work on the Cosby Show. Audiences will also get to Preview the new film The Skin, the fourth feature film by Antigua\u2019s prolific husband and wife filmmaking team, Howard and Mitzi Allen.", "length": 442}, "111": {"text": "What do Deacons Do?\n\nChurchology: The Who and What We Are", "length": 11}, "112": {"text": "Have you ever had a bad experience with a waiter/waitress?\n\nI remember a specific time in high school when that happened. In a restaurant, a waiter/waitress plays an essential part in the experience at the restaurant. In Acts 6, the Apostles describe the importance of having men who are servants.\n\nThe church in Jerusalem had grown from just a handful to around 20,000. What happens when things grow fast? It happened right here in Acts, administrative problems begin. There's been a couple of attacks in the early church: persecution and hypocrisy (Ananias and his wife). But now Satan tries something else, division as there was a part of the church that wasn't being cared for properly. The Apostles saw and acknowledge the need and problem. But they faced a problem themselves.\n\nVerse 2 says, \"It is not right that we should give up preaching the word of God to serve tables.\" The apostles know they can't stop doing the very thing that Jesus had given them. Still, they also see people in their care who needed to be physically cared for. This isn't a derogatory comment, \"waiting tables\" was a necessary and honourable task, but one better suited for others. The apostles had been called to prayer and the ministry of the Word.\n\nIn our last post, we looked at the importance of Elders and what they do. Elders shepherd the flock and exercise oversight through the teaching of God's Word and prayer. This is the mechanism that is used to grow the church, not just numerically, but spiritually. To neglect these things would be the same as knocking the legs from underneath you and would be disobedience to what Jesus told the Apostles and all other elders. God uses the hearing of his Word to call, justify, and sanctify his people and to neglect that would be the worst thing you can do to a church seeking to be healthy.\n\nBut when we look at the problem that is being faced here, we see that caring for others is an essential part of being a disciple of Jesus because it reflects the heart of Jesus for others. And the widows of a specific group in the young church wasn't being taken care of. So what is to be done? They looked for men who were an example of godliness to take on the church's mercy project to allow the Apostles to continue on in the preaching of the Bible and pray for the church.\n\nThese men were \"full of the Spirit,\" and I can't emphasize how important this character is in men who want to be deacons. To be full of the Spirit means to be controlled by God's Spirit rather than their own flesh or sinful nature. The apostles didn't take a chance on people of unproven character. Why does it matter? The church and the gospel receive no advantage from our appointing those not full of the Spirit. Deacons are to be men know to be full of the Spirit and wisdom. These are also wise men, meaning they are men who live by God's precepts and apply them to life's situation. Stephen, in verse 5, was seen as this. He was a man \"full of faith and of the Holy Spirit\" (vs. 5) and \"full of God's grace and power\" (vs. 8). All of these things can only be done through the presence and power of the Holy Spirit.\n\nThere's an emphasis on making sure that those in this position are actually those who are growing in Christ. I can't overestimate the importance of the type of person shown here being in Deacon's office. We need to learn how to identify and pray for such people to be strengthened as a church. Deacons are people who are established believers, and in 1 Timothy, there must be a time of testing to make sure \"blameless\" (v. 10). We aren't talking about perfect, but they are not open to misconduct charges. These are people who must be in \"good standing,\" which is talking about those people's spiritual standing in the kingdom of God rather than a step up some kind of ecclesial corporate ladder (v. 13). Finally, \"confidence in the faith\" means that deacons can serve boldly with the assurance that what they do is right when done in accord with the gospel (v. 13).\n\nHere's a question for you: What caused the church to grow to this size? This is a church that had withstood persecution, a scandal, and now is facing division. Was it a program? No. It was the preaching of God's Word in verse 7, and this was able to happen as these seven men faithful served the church, freeing the Apostles to preach and pray.\n\nA few years ago, I was walking with some men who the elders saw as potential elders. They were seen as doing the work of the elder before they held the office of elder. And one of the men said to me, \"I don't know if I am ready to be an Elder, can I just start off with being a deacon?\" My response was that deacons are not a lower stage of becoming an Elder. They are two different offices and with two different roles. It doesn't mean that an Elder won't help bring food over to someone's house just as it means that a deacon won't teach a class, but it does means that they have different roles with different emphasis.\n\nElders and Deacons are needed in the church for health to happen; Church health happens when biblically qualified elders' are dedicated to overseeing the church and who are dedicated to praying and teaching her. That can only happen when Deacons are joyfully serving the church freeing up the Elders to teach God's Word and pray. Deacons don't lead or oversee the church. This is God's role he has given to the elders (see Acts 20:28; 1 Tim. 5:17; 1 Pet. 5:1\u20132). Instead, they humbly serve the congregation by ensuring practical matters are met. In so doing, they free the pastors from doing these tasks to devote themselves to teaching, praying, and leading. We would do well to appreciate those who hold the office of Deacon, which is often unnoticed and unappreciated. One isn't a stepping stone to another; people's same character is supposed to be in both.\n\nFor example, a deacon may handle benevolence requests so that a pastor can prepare a sermon. A deacon may take care of the church's leaky roof so that the elders can focus on equipping and counselling others. Of course, some overlap may occur, but by and large, deacons handle physical and logistical needs, and elders tend to spiritual matters.\n\nWe might be tempted to think that being a deacon isn't that important. Being an elder or a missionary or a conference speaker or a Christian author is where it's at. But Scripture disagrees. Competent, qualified deacons are essential to the health of a local church. When deacons serve the congregation and support the elders, they protect the church's unity\u2014something Jesus views as precious (see John 17). One reason those first deacons were so important is that they prevented the Jerusalem church from fracturing.", "length": 1247}, "113": {"text": "Every NBA season there are 6 major awards given out to the best player of those respective fields. The awards are the MVP (Most Valuable Player), ROY (Rookie of the Year), DPOY (Defensive Player of the Year), 6MOY (6th Man of the Year), MIP (Most Improved Player) and COY (Coach of the Year). There are 3 candidates for each award every year. Here we will try to predict both the 3 candidates and the winner of all the awards, which will be given out at the NBA Award show on June 25th.\n\nJames Harden has showed all season why he deserves the MVP award. He deserved it last year but with Russell Westbrook's historic season, Harden was an afterthought. Harden currently leads the league in points per game with 30.7 and is 3rd in assists per game with 8.8. His Rockets have already surpassed the 60 win mark and that has been without Chris Paul next to him for almost 15 games this season. Harden has made an extremely strong case for the top award this season.\n\nLeBron is the best basketball player in the world and has been since he entered the league in 2003. Although the Cavaliers have taken a major step back this year both defensively and in the standings, LeBron has continued his strong case for the MVP like he does every single year. Without LeBron, the Cavaliers would most likely not be in a playoff position.\n\nThe Pelicans had a slow start to the season. Then Boogie and the Brow put it together and started winning some big games. Then DeMarcus Cousins went down and was out for the season. Without the Pelicans second superstar, Anthony Davis has picked up his play and led his Pelicans to a high playoff position after many thought the Pelicans were done and out. His MVP-like play has allowed the Pelicans to stay afloat.\n\nRookie of the Year:\n\nAlthough he was drafted with the 2016-17 class, Ben Simmons has showed why he was a number one overall pick. His leadership and playmaking ability has lead the 76ers to an incredible season and has made them get back to the playoffs for the first time in 6 years. His shot is awful but teams still can't find a way to stop him, that's just how good he really is.", "length": 396}, "114": {"text": "Photo: Rookie of the Year Candidate Donovan Mitchell of the Utah Jazz throws shade at Ben Simmons of the 76ers, who is a ROY candidate despite being drafted in 2016\n\nPhoto: Rookie of the Year Candidate Donovan Mitchell of the Utah Jazz throws shade at Ben Simmons of the 76ers, who is a ROY candidate despite being drafted in 2016 Photo courtesy of Sports Canyon.\n\nWhen the Jazz drafted this guy people wondered what kind of impact he would have. At first it didn't seem like he would do much for them. Throughout the season, Mitchell has been the Jazz's most consistent offensive player. Since the all-star break Mitchell lead the Jazz on a 10 game win streak to put them back in playoff contention. Without Mitchell's offense, the Jazz would be completely lost and at the bottom of the barrel in the western conference.\n\nWith the injury of Gordon Hayward on the first game of the season Jayson Tatum has stepped into the role of the Celtics starting small forward. His scoring touch has been extremely consistent all season and he is averaging 14 points this season. He has helped the Celtics cruise into the 2 seed in the eastern conference.\n\nJoel Embiid has been a staple all season in the paint for the Sixers. He has been a menace for opposing teams with his shot blocking and rebounding abilities. Even without practicing with the team he has still fit right in with Brett Brown's system around his teammates.\n\nDrummond has had an incredible bounceback season. He was an all star this season and is leading the league in rebounding with an incredible 16 rebounds per game. He single handedly kept Detroit in the playoff race with no one around him knowing how to play any sort of defense.\n\nThe Jazz have been on a tear since Gobert came back from injury earlier this season. Since he came back the Jazz have been one of the top defensive teams in the NBA and he has been the anchor of it all. His stout inside presence along with his ability to step along the perimeter and defend quicker players has lead the Jazz back into the playoffs for the second straight season.\n\nSixth Man of the Year:\n\nGordon has been just as good this year as he was last year, if not better. He does everything the Rockets ask him to do. He comes into the game and knocks down big shots in the clutchest of moments. He has stayed healthy all year which is Gordon's biggest problem and he has shown how incredible he can be while healthy.\n\nSweet Lou is a professional scorer and that's exactly what he does. He comes into the game to score, score and score some more. His run for the all-star team may have been a little ridiculous but even to think that a bench player could make the team is an incredible feat in itself. He has been the Clippers best player this season coming off the bench.\n\nHis short stint with the Cavaliers was better than people think. Wade may have not defended in the land but he certainly made some highlight plays with LeBron at his side. Once he got back to Miami, Wade really turned it on. He has been their best player since returning home to the Heat coming off the bench behind Tyler Johnson.\n\nNot having John Wall this season was a blessing in disguise for Beal. He became an all-star and started perfecting his scoring touch. Teams could never figure Beal out and still can't seem to defend him. He has not been as afraid to be more aggressive on the offensive end and has gained so much confidence that every time he puts up a shot, you think it's going to go in.\n\nWhen the Pacers traded away Paul George for Domantas Sabonis and Victor Oladipo it seemed as though the Thunder had gotten a complete steal of a trade. As the season rolled on, the tables seemed to turn and it looks now like the Pacers had gotten the steal. Oladipo made his first all-star appearance this season and has lead his Pacers to the 5 seed in the east after many thought they would be sitting at the bottom of the barrel.\n\nAs I said before, Drummond has had a complete bounceback season. He looked slow and ineffective last season and this season, Drummond has been one of the Pistons lone bright spots. He needs help around him to be better than they are right now but he lead the Pistons to 37 wins basically by himself.\n\nCoach of the Year:\n\nThe Rockets are going to finish at least five games ahead of the second place team in the NBA. D'Antoni's fast paced offense has lead this team to the top ranked offense in the NBA along with the 7th placed defense. D'Antoni may have won it last year but you could make the case that his team has been even better than it was last season.\n\nThe amount of injuries the Celtics have endured this season has been brutal. He has still lead them to the 2nd top team in the eastern conference with so many young players. Stevens may be the best coach in the NBA and might still be underrated as a coach.\n\nThe coach of the Pacers came into the season with extremely low expectations as his team gave away their franchise cornerstone in a trade this offseason. He has coached them into the playoffs with incredible talent around him and a much deeper bench than many think.", "length": 954}, "115": {"text": "RealDeal Theatre is looking for six 15-minute sitcoms for Sitcom Saturday, a professionally directed and acted script-in-hand rehearsed reading, open to the public.\n\nA director is allocated to each of the selected scripts and the directors then liaise with the writer or writers before a casting session, rehearsal and the performance on Saturday June 12th 2010 ... [see more here]", "length": 62}, "116": {"text": "Daisuke Moriyama Art Works: Chronicle is the English translated edition of the original Japanese artbook \u68ee\u5c71\u5927\u8f14\u753b\u96c6 CHRONICLE that was released in 2012. Udon managed to get it out in English slightly more than a year, and that's quite impressive.\n\nThis 208-page paperback collects almost 20 years of artworks. There are over 200 drawings.\n\nSome of the earlier illustrations were created in 1994 & 1995 for RPG Magazine. His more notable works such as Chrono Crusade (\u30af\u30ed\u30ce \u30af\u30eb\u30bb\u30a4\u30c9) and World Embryo (\u30ef\u30fc\u30eb\u30c9\u30a8\u30f3\u30d6\u30ea\u30aa) came out in 1999 and 2005 respectively.\n\nThe artworks are beautiful. You can see that the earlier works were created with traditional medium, and the more recent ones seem digitally painted, such as the one on the cover. It's full colour throughout. The colouring style is more manga than anime as Daisuke Moriyama is a manga artist.\n\nCaptions for the drawings appear at the back and it's not easy to refer back to the main pages because the page numbers are not visible. Not all illustrations have captions so if you're unfamiliar with the work, the characters may seem foreign.\n\nOverall, it's a great artbook recommended to fans of Daisuke Moriyama.", "length": 197}, "117": {"text": "Ah the Attitude Era. If you were a 90\u2019s kid like me then you\u2019d probably remember Survivor Series \u2013 Madison Square Garden, November 17, 1996.\n\nNot really? Well then I feel old! To those jabronies who doesn\u2019t have a clue or was wearing diapers and fanny packs at that time I highly recommend that you check out this video series below called Rock Reacts where the great one looks back at his very first match ever in the WWE:\n\nAside from The Rock saying that he was not looking at the camera and having a Chia Pet haircut\u2026 There is really something inspiring about this video\u2026 And it happens right around the 6-min mark where he says:", "length": 120}, "118": {"text": "\u201cWhen I gave the big cross-body to Crush\u2026 And he basically let me \u201cgo over\u201d as I was pinning him\u2026 Landed on him I started pinning, the referee was counting one-two and you\u2019ll see my head down and I was actually speaking to him (Crush) and as I am pinning him I am saying to him thank you so much brother I appreciate that and I heard him say\u2026\u201d\n\n\u201cI got you brother\u2026\u201d\n\nAfter 20 years it was only till this time that he shared something like that.", "length": 91}, "119": {"text": "You really have to give props to the man. Not only did he look back at his roots (and sometimes joking about his fanny pack days) just by seeing that video, you will realize that even though his persona included one being a \u201cjabroni beating, pie eating, trail blazing, eye brow raising, put your foot on the gas, always ready to whoop some a** People\u2019s Champ (yes I remembered that line) you will see that Rocky Maivia is really a good guy from the start.\n\n\u201cBe humble. Be hungry. And always be the hardest worker in the room.\u201d\n\nNow why are there suddenly ninjas cutting onions here? It\u2019s still real to me dammit!\n\n- Advertisement -\nPrevious article\nA Dire Message from Lemony Snicket in the New \u201cSeries of Unfortunate Events\u201d\nNext article\n\u2018The Delve\u2019 is Coming to Descent\u2019s Road to Legend App!", "length": 144}, "120": {"text": "By Roberto Carmona\nLast week was my birthday. I turned fifty-three. The highlight of my birthday every year is that the\nSaturday before, I have brunch with my daughters. Last Saturday there was no brunch because my\ndaughters were attending a Women\u2019s March.\nDon\u2019t worry this is not \u201cI am such a sensitive guy story\u201d, this is a \u201cwhy was I so ignorant\u201d story. With the momentum of the \u201cMe Too\u201d movement, for you guys who don\u2019t get it, there will be consequences. Women are not playing. I know, I helped raise daughters who fight for themselves.\nI reflect on my birthday in context of significant moments in history, like \u201cMe-Too\u201d. I swear, just the other day it was 1987, I was twenty-two, finishing college, the Soviet Union was still around, and I was listening to Santana on my cassette player and the film \u201cLa Bamba\u201d was playing at the movie theatre.\nIn 1987, I was smooth, in my Midwestern Mullet hairstyle, tight Levi 501s, mustache and aviator glasses, a real lady\u2019s man (at least I thought I was). \u201cPlay on Player\u201d was my motto. I was partying at the clubs and enjoying the single life. It was about me and whatever girl I had at the time or one that I was chasing. My mother would say, \u2018one day, God will give you daughters\u2019. I would say \u201cwhatever mom\u201d and put on my new black \u201cmembers only jacket\u201d, get in my new black Ford Escort and head to the \u201cUnderground Club\u201d for the two for one double bubble beer special and dance to Salt and Peppa\u2019s \u201cPush It\u201d, while I laid my seductive rap on the cute Rock Falls\u2019 girl I was scoping.\nPow! Two years later 1991, the Gulf War is being waged, JFK is at the Theatres and Michael Jackson\u2019s \u201cBlack or White\u201d is on the radio. My \u201cmembers only jacket\u201d sleeves are now ripped and stained with faded taco sauce and mustard, and my Ford Escort had a bad transmission. I am married with babies. Both girls. Tonantzin and Xochitl.\nHow society treated women mattered to me now. As a father, I took my role as protector to my daughters seriously. I quit agreeing with and questioned comments like \u201cYou act like a girl\u201d \u201cGirls don\u2019t do those things\u201d, and \u201cBoys won\u2019t like you if you are too smart\u201d. I reminded my girls, don\u2019t ever think \u201cyou were less than\u201d because you are girls.\nIn elementary school, I supported and encouraged my girls to run for student council. Xochitl was in the third grade and beat a sixth-grade boy on a platform of cartoons in the cafeteria for lunch. She knew the third graders outnumbered the sixth-grade vote. As they got to be teenagers, I would talk to them about significant women leaders like Dolores Huerta. I stressed the importance of education. In sports, my girls wanted to win and for soccer and basketball, I explained that if the referee was not looking, throw an elbow to your opponent\u2019s ribs (Okay I am not perfect).\nI had discussions with them about power, boys, men and sex, I had them reading books like the \u201c48 Laws of Power\u201d, and we watched and analyzed \u201cThe Godfather\u201d films so they could have mental weapons to navigate in their journeys for their micro-battles with men \u200band \u200bwomen who served as barriers to their advancement.\nToday, Tonantzin and Xochitl are women, college graduates and have grown to be very intelligent, proud, tough and respectful professionals. They had a lot of good people around them along their journey. My little piece in the process was to be a male role model.\nSo, for you bros, dads, tios, brothers, primos and male friends be supportive and sensitive to the Me-Too Movement and why it is important to the women in your life. The respect and support will be reciprocated, and you will become a better person for it.", "length": 672}, "121": {"text": "Roberto Carmona is a contributing writer for Hola American and is the Principal Consultant for Carmona Strategic Solutions (CSS).Roberto is a nationally recognized consultant who has successfully executed on complex projects in the areas of leadership development, strategy design, executive coaching, executive search, strategic marketing, and organizational change projects for Fortune 500 companies, national nonprofits, colleges and universities and hospitals.", "length": 61}, "122": {"text": "Our second day in New York was overflowing with back to back activities, each sounding exceedingly unenticing to a person whose main goal in life is to wander around in pyjamas, sit in parks and take frequent naps. I had been out the night before (for your reference: https://nobeladventures.com/2019/04/08/my-night-as-a-proper-new-yorker/#more-884 ) and was feeling ever so seedy and very much fatigued.\n\nThe first activity for the morning was a behind the scenes tour of the Gershshwin Theatre, where Wicked is performed. I feigned illness (or perhaps I actually was ill \u2013 can\u2019t remember) and weaselled my way out of having to attend that activity. I think I spent the morning writing the blog I linked to above \u201cMy Night as a Proper New Yorker\u201d, which has proven to be my most popular blog so far I\u2019d say it was a morning well spent. I can\u2019t comment too much on the tour, as I had declined to go, but the other dance mums gave it very mixed reviews. Those that had seen Wicked LOVED it and those that hadn\u2019t seen Wicked yet said it was \u201cmeh\u201d and that \u201cI didn\u2019t miss much\u201d. I have fantastic instincts. Every time I have opted out of a group activity I have been told by that others were jealous that they weren\u2019t as wise as I and also wish they\u2019d ditched.\n\nThe second activity I begrudgingly went along to, for no other reason than to create the illusion that I am a supportive mother who is interested in having shared activities with my children. For the record, I LOVE my children and shared activities. It\u2019s just that there are some activities that I know they will not like (e.g. the previous day\u2019s slow moving bus tour). These activities, disliked by all, end up being unpleasant for all involved AND the second activity on the day\u2019s agenda was ANOTHER BUS TOUR.\n\nMy expectations were immensely low. So low in fact, I\u2019d bought along my kindle so I could read on the bus. The Bus tour we were booked on was called \u201cThe Ride\u201d and I knew nothing about it other than that we would be on a bus and driving around New York. After this tour, the kids were going to be performing a flash mob on the streets of NYC somewhere or other and then hustling back to the hotel to get ready to see Aladdin the musical.\n\nThe Ride was SENSATIONAL!! I am happy to report that yet again my instincts (to join this activity) were right on point. The Ride is an interactive bus tour with Stadium style seating facing a huge window on the side of the bus. Rather than the seating facing towards the driver, it looked out on to the street. We had two hosts who must double as comedians as they were hilarious!! Their commentary as we drove around the streets of NYC had us all in stitches. It wasn\u2019t scripted either as they would crack jokes about random things we saw and provide us with information that wasn\u2019t the usual \u2018boring\u2019 stuff. There must be an abundance of talented comedians in NYC in order for a bus company to nab two absolutely crackerjack artists.\n\nIn between the comical play-by-play on the happenings of the streets of NY we were surprised when many seemingly ordinary NY-ers burst into a street performance for our entertainment and pleasure. We had a ballerina, a rapper, musicians, dancers\u2026 and I\u2019m sure many more performances that I have since forgotten as I\u2019m so far behind in my blog. All in all, if you are going to do any bus tour of NY \u2013 DO THIS ONE!! They offer a few different themed tours and I would have liked to have tried the others. I will have to save doing them for when I move to NY to pursue my writing/acting-as-a-cadaver career.\n\nThe Ride we went on was called the Entertainment Ride and google informs me it usually costs $69p/p for 90 minutes. Google also informed me that you can sometimes get tickets on Groupon. Our tickets were purchased as a group and were part of our package so I have no idea what they cost. Information on the ride can be found here: https://experiencetheride.com/sightseeing-attractions/the-ridenyc/\n\nAfter exiting the ride our group prepared for our flashmob, which ended up being a performance for the next lot of spectators who were on The Ride. Kids absolutely killed it and performed like true professionals.\n\nThe flashmob was followed by a frantic walk back to the hotel in amongst the million other people in Times Square walking frantically to somewhere very important, a quick change into our finest outfits and a bite to eat before another frantic walk back to a theatre to see Aladdin.\n\nI have already seen Aladdin and generally, I only like to see things once but this was my first Broadway show so I tried my best to get excited. Kids all looked so nice dressed up and Isabelle was ecstatic. She was so thrilled in fact that the lady serving drinks in the foyer gave her a free drink and cup. I bought the girls a lollipop to keep them from moaning about hunger pains during the show (they didn\u2019t really have much dinner) and lollipops looked to be the cheapest menu item that would last the longest time. SIX DOLLARS is what a lollipop at Aladdin costs. That is USD too!!! I did my best to breezily pass over my credit card to the girl like paying $18USD for 3 lollipops was the most natural, normal thing I have ever done. This is the same girl who had given Isabelle a free cup and bottle of water (valued at $15) so I just pretended I was paying for that instead.\n\nI spent the entire time, while watching Aladdin, comparing the Broadway version to the version I saw in Southbank (Brisvegas). The genie was the same in both shows and absolutely stole the show. I don\u2019t think there was anyone else in it but him. Just kidding. Aladdin was also brilliant and I\u2019m not just saying that because he is an Aussie. I\u2019m also saying it because he is really, really hot. Although I did wonder if his abs were real or painted on with contouring makeup??? One thing that the Australian version did waaay better than the Broadway one was the sets. I have it on good authority that the sets in both shows are identical but if my memory serves me right (and it very often serves me wrong \u2013 so who can tell??) the set of the Aussie Aladdin was shinier, brighter and more captivating than the Broadway set. Seeing Aladdin on Broadway was no different to seeing it in Brisvegas (for my US reader Brisvegas is a slang term for Brisbane). But I was glad to lose my Broadway virginity. I now feel more cultured and can throw around sentences like \u201cwhen I saw such&such on Broadway\u2026\u2026.\u201d when in conversation with uppity people.\n\nGeez\u2026 all this harping on about missing Rohan is doing nothing to shorten the length of my blogs.\n\nThanks for reading. If you did get this far in the post please share your favourite post of mine so my wisdom can be imparted on more people. It seems such a waste to just exclusively divulge all my musings to only friends and family.", "length": 1280}, "123": {"text": "1 thought on \u201cRiding Around New York\u201d", "length": 7}, "124": {"text": "The speed of this year\u2019s hog price decline is surprising given weekly hog slaughter levels.\n\nHog prices have followed a time-honored pattern this year \u2013 they moved higher to a peak in June then trended lower. Current Iowa-Minnesota negotiated carcass base prices are half of the $134.41/cwt. June peak and are close to dropping below the year-ago level for the first time this year.", "length": 69}, "125": {"text": "Will prices stay above the year-ago level this fall? There are several reasons to think they will.\n\nFirst of all, the speed of this year\u2019s hog price decline is surprising given that weekly hog slaughter has consistently been below the year-ago level since the end of May.\n\nThe September USDA \u201cHogs and Pigs\u201d report estimated the inventory of market hogs weighing 180 pounds or more was down 1.3% and hogs weighing 120-179 pounders were down 1.42%. This implied that hog slaughter since September 1 should have been down roughly 1.35%. It actually has been down 2.84%. We have either lagged in slaughter, or USDA slightly overestimated the heavy-weight market hog inventory. My guess is the latter.", "length": 125}, "126": {"text": "Consumers are willing to pay a lot for pork. Retail pork prices during September were record high for the sixth consecutive month. The average price of a pound of pork in grocery stores was $4.716 during September. This was up 6.6 cents from August and up 66.3 cents from September 2020. These record pork prices are a bit misleading. Yes, September retail pork prices were 16.4% higher than last year, but because of higher inflation, the nominal September price was only up 10.4% year-over-year. Preliminary data indicates per capita pork supply was down in September so a higher pork price should be expected.\n\nOn the negative side, several of the lean hog futures contracts were limit up following the September \u201cHogs and Pigs\u201d report but have now given back all of that gain. The December 2021 contract closed at $76.80/cwt. before the release of the report. That contract gained $6.775 during the next two trading sessions. Last Friday, December hogs settled at $73.32/cwt., $3.48 below the pre-release level.\n\nRetail pork demand was strong January thru April but has been weak since then. Export demand for U.S. pork has been strong all year.\n\nThrough August, U.S. pork exports were down 0.2% compared to the same period last year and pork imports were up 22.0%. Exports equaled 26.7% of January-August pork production and imports equaled 3.9% of U.S. production. This does not include variety meats.\n\nThe increase in imports is due to more pork coming to the U.S. from several countries, especially Canada, Mexico, Italy, and Hungary. Exports have held steady with less U.S. pork going to China and more to Mexico, Philippines, Japan, and Colombia.", "length": 298}, "127": {"text": "Meat in cold storage dropped dramatically in the spring of 2020 when packing plans were forced to idle operations due to COVID outbreaks among employees. There were 466 million pounds of pork in cold storage at the end of September. That was up a tiny 0.17% year-over-year. September was the first month above year-ago since April 2020.", "length": 61}, "128": {"text": "Cash corn prices rose rapidly during the first third of 2021 but have been trending lower since May. The futures market indicates corn prices will hold fairly steady during the coming 12 months. December soymeal settled at $327.40/ton on Friday. The cost of production for hogs sold in 2022 shapes up to be a bit lower than this year.", "length": 61}, "129": {"text": "This has been a good year for hog producers. The first nine months averaged a profit of $35.55 per hog marketed, according to calculations by Lee Schulz at Iowa State University. All months except January were profitable. The futures market indicates that, at roughly $29/head, this will be the most profitable year since 2014. Next year is also expected to be profitable at around $15 per head.", "length": 69}, "130": {"text": "Thus far in 2021, the number of cull sows imported from Canada has been up 7.6%. First quarter U.S. sow slaughter was up 1.3% year-over-year (up 0.1% net of Canadian sows imported). Since the first quarter, U.S. sow slaughter has been down 8.7% (down 10.6% net of Canadian sow imports). Unless gilt retention has slowed, it appears that the sow herd is either growing or is at least shrinking at a slower pace. Given the profitability of hog production this year, I expect the former is true.", "length": 96}, "131": {"text": "What utter drivel! The DVDs should be collected and thrown into the sea. My time could have been better spent putting needles in my eyes.\n\nThis movie has the most far fetched and ridiculous plot ever concocted. The Cage/Kruger love interest is tenious at best and the psuedo science/theology spewed by Nic Cage is laughable. Sean Bean is the only notable addition to this film, in which Bean somehow avoids being dragged down by the raging black hole that is Nicolas Cage.\n\nI only watched the entire film in the vain hope that the ending would be interesting..I was dissapointed. Like a 5mph Roller Coaster, this film is pointless and nothing like it promises to be. A poor man's DaVinci Code.", "length": 125}, "132": {"text": "We love learning from you and sharing that information with other gun owners, so we recently asked people about their favorite carry gun on our social media pages.\n\nWe received an overwhelming response (thank you!), so we've decided to share what new and seasoned gun owners had to say about their favorite gun for carrying concealed. Here are their answers, starting with the most popular:\n\nNot surprisingly, concealed carry guns made by SIG were overwhelmingly the most popular. The P365 was at the top of the list, followed by the P238, P320, and then the P938.\n\nGlock came in a very close second, with only a few votes separating them from SIG. The Glock 43 (including the 43x) got the most votes, followed by the Glock 21. The Glock 48 and 42 both received a few votes.\n\nSmith & Wesson carry guns were mentioned slightly less often than the first two manufacturers. The S&W Shield got the most votes, which includes the increasingly popular EZ (9mm and .380). There were a few votes for revolvers, and Smith & Wesson dominated the responses in that category.\n\nSpringfield Armory has recently upped their concealed carry guns game, and it shows in our results. Coming in strong was their new Hellcat, followed by a few votes for the EMP 9mm. Surprisingly, there were no votes for their XD models.\n\nFalling out of favor with concealed carriers, but still in the mix was the LCP (both 9mm and .380). The LCR revolver was mentioned just a few times.\n\nKimber had a small showing but did (just barely) make the list. Their 1911's came in first, followed by the Micro 9.\n\nTaurus has recently made a commitment to improving their quality, and a few of their concealed carry gun models have been gaining traction as a response. The most popular Taurus was the G2 series followed by the P19T11.\n\nDid your favorite carry gun make the cut? Feel free to reach out to us to let us know!", "length": 334}, "133": {"text": "The Terms You Need to Know When Buying a Handgun\n\nBuying a gun can be confusing. Here are some of the most common words and terms you are likely to encounter when shopping for a firearm.\nRead More", "length": 38}, "134": {"text": "Angela Morgan tells the story of the remodelling of Boscobel House in Shropshire.\n\nWas Britain prepared for war in 1938? Not in the air, argues John Crossland, as he investigates the myths and penny-pinching that nearly scuppered the Spitfire victors of the Battle of Britain.\n\nScholarship and the Swastika: The Politics of Research in Occupied Poland\n\nMichael Burleigh investigates how academia was pressed into service to legitimise Nazi imperialism in the conquered East.\n\nWhere Have all the Heroes Gone?\n\nTony Aldous looks at the redevelopment of the city of Lowell in America.", "length": 93}, "135": {"text": "Cultural cataclysm or merely a modification of an Anglo-Saxon status quo? Antonia Gransden looks at views, past and present, of the Norman conquest.", "length": 24}, "136": {"text": "Frank L. Holt looks at the legends and realities of Alexander's bride from Central Asia, the world she lived in and the power struggles that ensnared her.\n\nA Shadow of Secession? The Hartford Convention, 1814\n\nA separatist assembly of Federalist New England at the height of war-weariness provided precedence and philosophy for future defiance of the Union.", "length": 59}, "137": {"text": "In May 1991, a three hundred year silence was shattered with the discovery of the African Burial Ground in lower Manhattan. Widely acknowledged as one of the most significant American archeological finds of the twentieth century, the African Burial Ground discovery redefined the history of New York and exposed an often overlooked heritage. Following the discovery, nearly two decades were dedicated to the documentation and interpretation of the site. A series of events and ceremonies that involved studying and honoring those buried there, returning them to their rightful resting place, and proclaiming the African Burial Ground a National Monument culminated in the 2007 unveiling of a permanent on-site memorial. An enduring cultural and spiritual monument was created.\n\nPrior to the 1991 discovery, plans to erect a 34-story, $276-million federal building required that a cultural resource survey, including archeological field-testing, be completed. Under the National Environmental Policy Act of 1969 and the National Historic Preservation Act of 1966, such research is required on any project using public funds that may have the potential to impact historic resources. During the last days of the excavation, the archeological team discovered a missing chapter of New York history\u00bfthe first of more than four hundred skeletal remains of men, women, and children, members of the city's enslaved population, was unearthed.\n\nThe African American community, joined by public figures and private individuals, responded immediately, voicing concerns that the African Burial Ground would not be given the reverence it deserved. From the controversy over the proper handling of the burial ground, one of the largest academic research endeavors focused on African Americans began.The Cobb Laboratory at Howard Univer-sity offered a research plan for the interdisciplinary archeological, bio-anthropological, and historical study that documented the life and culture of New York's seventeenth and eighteenth-century Africans. Following public input, project stakeholders decided to unearth the four hundred burials, providing valuable information about health, diet, gender, age, physical condition, and cause of death. Under the direction of the U.S. General Services Administration (GSA) and the U.S. Army Corps of Engineers Center of Expertise for the Curation and Management of Archaeological Collections, Howard University produced a multivolume report documenting their unprecedented, and often disturbing, findings.\n\nSlavery in New York began during the 1600s, when the Dutch West India Company brought African slaves to the New Amsterdam colony. England seized New Amsterdam in 1664 and renamed it New York. Slavery continued under British rule. Most of the African slaves came from West Central Africa. After decades of agitation, universal emancipation for all slaves in New York was achieved in 1827. As the Civil War approached, the South became identified with slavery, and the North with free labor. In 1991, the discovery of the African Burial Ground allowed contemporary historians to study the period anew.\n\nPlaced in use as a burial ground during the 1640s, the African Burial Ground (historically identified as the \"Negroes Buriel Ground\") was within a mile of Manhattan's southern tip, making it one of the first landholds over which New York Africans had relative control.\n\nSkeletal remains showed that life was perilous for Africans in New York. Nine percent of the burials were children under the age of two, a death rate disproportionately higher than the rest of the population. Further research exposed malnutrition, delayed bone development, backbreaking labor, and recurrent illnesses.\n\nNew York Africans lived in poverty, taking little with them to the grave. Funeral practices demonstrate cultural continuity between the New World and Africa. Burials often included bead ornaments, which held ceremonial significance for every stage of life. Shells also had meaning, reflecting the belief that they \"enclose the soul's immortal presence.\"\n\nBy the 1790s, free African Americans established the African Methodist Episcopal Zion Church and, in 1794, formed the African Society. The Society opened a new cemetery and the African Burial Ground was closed. Although the site was known to be a cemetery, real estate pressures took priority in the rapidly expanding city, and subdividing of the land began in 1795. A street grid, followed by commercial, industrial, and residential development, erased the memory of the cemetery.\n\nAround 1900, lower Manhattan was filled and leveled. By the mid-twentieth century, commercial and government buildings occupied the area, and the African Burial Ground was further sealed. In 1991, the evolution of the site had resulted in a parking lot which subsequently became the proposed site for a federal building. During preconstruction archeological investigations, the African Burial Ground was discovered and immediately recognized for its cultural and historical significance.\n\nA memorial site designed by Rodney L\u00bfon was completed in 2007. The memorial consists of a sunken Libation Court (gathering space for cultural ceremonies). It is surrounded by a Circle of the Diaspora inscribed with signs, symbols, and images of the African Diaspora. An Ancestral Chamber provides sacred space for contemplation. A Wall of Remembrance describes events that contributed to the African Burial Ground's creation. The reinterment locations are marked with four Ancestral Pillars.\n\nAn important link to the history of New York, the African Burial Ground is possibly the only preserved, urban, eighteenth-century African cemetery in America. The site and memorial also contribute to New York's cultural richness, adding to an array of monuments celebrating the city's immigrant communities. While years in the making and not without controversy, the African Burial Ground's preservation means the contributions of its African ancestors will live on in perpetuity. The African Burial Ground project received a Preserve America Presidential Award in 2008.", "length": 930}, "138": {"text": "It may be clich\u00e9 to bash the cable company, but sometimes clich\u00e9 is right. As you\u2019ve heard, Comcast, the largest cable company and home Internet service provider in the United States, has announced it intends to swallow up its next closest competitor, Time Warner Cable, like Jabba the Hutt downing a frog.\n\nOn the surface, it seems like yet another reason to cut the cord, ditch Comcast, and just go with Netflix. But wait\u2026 you can\u2019t cut the cord because Comcast is holding it at the other end. You want Netflix? You need Internet. You want Internet? You need Comcast. If the Time Warner merger goes through, the company would likely become the largest broadband service provider in the world, excluding maybe China. That news by itself is certainly distressing; it makes an industry that\u2019s already not very competitive even less so.\n\nBut not only is Comcast closing in on Monopoly territory (the company also owns a 51% majority stake in the massive media conglomerate NBCUniversal), it\u2019s also failing miserably at providing quality service to its customers that use Netflix. Whether Comcast is intentionally throttling the data speeds of Netflix or not (some say it\u2019s actually Netflix behind the poor service), it\u2019s a fact that Comcast currently offers just about the worst way to use your Netflix streaming account.\n\nThere\u2019s been a ton of anecdotal evidence supporting this recently, and yes, your humble author is here to offer more of that evidence. The problems started recently; my HD programming was failing to even sniff 720p, so I upgraded to a new modem, one that\u2019s been fully tested, supported, and approved by Comcast. On top of that, I also invested in a new high end router. But nope. If it\u2019s The Cleveland Show in 1080p, it\u2019s The Cleveland Show in 480p in my house. Even an episode of Family Ties, which only promises a 480p resolution, staggers between 240 and 384. And yes, I watch Family Ties, but let\u2019s not ridicule my viewing habits here, we\u2019ve got bigger fish to fry. Point is, prime time video quality has been atrocious.\n\nAnd before you chalk this up to being the rant of one disgruntled writer, check out Netflix\u2019 ISP rankings for January.", "length": 382}, "139": {"text": "That\u2019s right. Out of the 17 companies ranked, Comcast finished 14th. Looking for a way to get the most out of your Netflix subscription? Wanna sample their new 3D offerings? First try Google Fiber, Cablevision \u2013 Optimum, Cox, Suddenlink, Charter, Time Warner Cable (about to be Comcast!), Verizon \u2013 FIOS, Bright House, Windstream, Frontier, AT&T \u2013 U-Verse, and Mediacom. Then, if that doesn\u2019t work out for ya, OK, sure, you can give Comcast a shot. And wait, you didn\u2019t just utter \u201c4K\u201d did you? Stop it.\n\nSo, um, yeah\u2026 what\u2019re your thoughts on the proposed merger?", "length": 99}, "140": {"text": "A Gilead Hep C Denied Insurance Claim Lawsuit recently filed in California state court appears to be a template for an issue expected to dominate discussion and debate: what role does an insurer have in treatment decisions, and how much of a factor does cost play? In a world of generics where insurers have less costly alternatives available, some treatment options are unique and without peer. If that treatment happens to be expensive, but there is no alternative, does an insurer have the right to deny treatment through a peerless treatment option, simply due to the expense?", "length": 97}, "141": {"text": "That appears to be the base argument in a lawsuit that could precede other Harvoni lawsuits with regard to an expensive, relatively new but highly effective treatment option (according to reports) for hepatitis C (Hep C).\n\nThe most recent Harvoni Denied Insurance Claim lawsuit has been brought by plaintiff Shima Andre against Anthem Blue Cross (Anthem) and filed May 15 in California Superior Court. According to the plaintiff, who hails from West Hollywood, there is nothing in the explanation of benefits for her policy that suggests Anthem has the right to withhold a treatment option due to the expense. Rather, the Harvoni lawsuit holds that Anthem simply requires that a drug be medically accepted and approved, and not costlier than comparable drugs.\n\nWhich it isn\u2019t, because there is really nothing comparable. Harvoni was approved by the US Food and Drug Administration (FDA) in mid-October of last year, and held so much promise that doctors began prescribing Harvoni to their patients almost immediately. The developer and manufacturer of Harvoni, Gilead Sciences Inc. (Gilead), achieved sales of more than $2 billion for 2014, in a little more than 10 weeks.\n\nThere is no question Harvoni is expensive, at about $1,000 per pill or just under $100,000 for a 12-week treatment program. Harvoni is an advanced version of Gilead\u2019s Sovaldi, which is also expensive, but also highly effective.\n\nInsurers have been concerned that such expensive drugs, with no alternatives, could succeed in driving up the cost of premiums.\n\nHowever, that is not the concern of the plaintiff, who maintains Anthem should honor the various clauses and commitments in the insurance policy of approving and undertaking a treatment option provided the treatment is medically accepted. Whether or not Harvoni is costlier than it needs to be is of no concern to the plaintiff.\n\nMore HARVONI DENIED CLAIM News\nAnthem, the complaint says,\n\u201capplied a more restrictive test...in an effort to increase company profits by limiting the number of patients who would qualify for this life-saving medication.\u201d\n\nThe denial letter that Anthem sent to Andre \u201cdoes not cite to any provision of the [explanation of benefits] in support of this standard,\u201d according to the Gilead Hep C Denied Insurance Claim Lawsuit.\n\nPlaintiff Andre also asserts in her California state Harvoni lawsuit that physicians employed by Anthem to review her appeals lacked expertise in treating Hep C. Her lawsuit suggests that Anthem has decided to restrict treatment with Harvoni in patients with advanced liver scarring from Hep C.\n\nThe case is Andre v. Blue Cross of California et al., Case No: BC582063, in the Superior Court of the State of California, County of Los Angeles.\n\nIf you or a loved one have suffered losses in this case, please click the link below and your complaint will be sent to an insurance lawyer who may evaluate your Harvoni Denied Claim claim at no cost or obligation.\nRequest Legal Help Now", "length": 491}, "142": {"text": "Dysfunctional relationships have often been at the centre of his best work.\n\nBut I came into my own when I stumbled upon my autobiographical idiom \u2014 where I got to say things the way I wanted to. So, all my dysfunctional relationships, beginning from my absent father, have helped me become who I am. One could say, in the end, Mahesh held up the family name and made his father proud. He takes his time to answer. Mahesh Bhatt rarely, if ever, takes time to answer. I left home when he was around three MSI Personal Cinema 5.0 he felt I had abandoned the family for another woman. Slowly we began rebuilding our relationship and I urged him to use his anger against me to fuel his goals.", "length": 128}, "143": {"text": "And he managed to do that. He is now a fitness guru.\n\nMSI Personal Cinema 5.0 He trains all kinds of important people, but not once has he used my name or connections to promote himself. Nor has he ever tried to use my guilt to his advantage. Is he proud of you?\n\nThe very public Mahesh Bhatt\u2019s most private interview ever\n\nA smile shines on his face. He means what he says.\n\nNear the top right corner of the motherboard we can see a seven segment debug LED display and onboard LEDs that light up in accordance with the malfunctioning or loose component that might prevent a successful system boot up such as the CPU, DRAM, VGA etc Its a small MSI Personal Cinema 5.0 very useful feature especially for a new platform such as the X The debug LED display displays MSI Personal Cinema 5.0 current CPU temperatures after a successful boot up and is very handy to monitor temperatures on a platform such as this which tends to run hot sometimes. Even though the socket is physically bigger it supports the same CPU coolers as that of the LGAv3 so its easily compatible with most of the air and liquid coolers out there. At the bottom end things are pretty much straightforward or atleast they look like that way!\n\nI already feel poor right now! Keep in mind that if you populate both the M.\n\nWe've read and seen quite a lot about the power delivery system failures on the X PCH motherboards and though MSI has used a ceramic VRM heatsink for cooling these components down the embedded LEDs inside it sure make it a point of concern for me, so we'll have to see how it performs in our tests further ahead. Though these help to divide load over the network by one being Internet exclusive while the other an Intranet exclusive port, these unfortunately don't MSI Personal Cinema 5.0 LAN teaming.\n\nThis is a crammed up screen that has the details about all the components installed on the board along with MSI Personal Cinema 5.0 laid out neatly under clear tabs on the left side. If you want to change fan speeds, maybe boot devices, or use its automated overclocking function or XMP, you can do so quickly and easily.\n\nThis is a much preferred version for the beginners and though it comes with a Game Boost Knob on the top left its useless since the SLI Plus doesn't support this feature. The game developer can have higher flexibility to control low-pitched sound in a game. The completely re-designed effect engine gives developers total freedom to use any of four simultaneous MSI Personal Cinema 5.0 with any of the voices.\n\nSomeone whispering to your ear, a bullet flying a couple inches by your head and so on. The previous version called occlusion only delivers basic sound effect occluded by the direct sound, but not the environmental reverb associated with that sound. Environment Occlusion MSI Personal Cinema 5.0 the realism by allowing the reverb effect itself as well as the direct sound to be muffled due to occluding objects.", "length": 538}, "144": {"text": "Collateral at the Bank of Italy #2", "length": 7}, "145": {"text": "The two graphics show composition of collateral held at the Bank of Italy (\"the Bank\") against Eurosystem repo operations in August 2011 and March 2012. In each graphic, the bottom pie represents the collateral actually held at the Bank of Italy, and the top pie represents the Bank\u2019s estimate of unencumbered collateral (net of prospective haircuts) remaining in Italy. One thing to note, as explained in the the prior post, the amount of collateral net of haircuts at the bank including amount of overcollateralization was 126 billion euros in August and 363 billion in March.\n\nThe differences between the pools of collateral held in August and March are stark. The biggest jump is seen in \u201cgovernment-guaranteed bank bonds\u201d due to an Italian decree issued December 6 (described in this speech by the Gov. of the Bank of Italy, P.11) which allowed banks to issue government backed bonds in return for a fee to the Italian government. These bonds, which by virtue of the government guarantee were instantly available for financing at the Bank of Italy, represented 77 billion in credit extended by March 2012. On the other hand, the extension of credit claims represented little additional credit by March; according to the Bank only 4 billion had been extended against whole loans made eligible by the ECB and Bank of Italy\u2019s decision allowing for lowerquality assets to be posted as collateral increasing the total amount of whole loands posted to 54 billion (net of haircuts).\n\nThe increase in government securities posted could be caused by several things. One is, as documented on antehoc before, the subsidy available on Italian government bonds via lower haircuts compared with other European central clearing counterparties. Another could have to do with the re-domestication of Italian sovereign debt in the last few months (see the picture below again courtesy of the Bank of Italy).", "length": 314}, "146": {"text": "Vijayawada: The Communist Party of India on Monday demanded the MPs of YSRCP and TDP along with Chief Minister YS Jagan Mohan Reddy to raise their voice against the privatisation of Vizag Steel Plant.\n\nAddressing the media at the State party headquarters here, CPI State secretary K Ramakrishna said that the CM should include all the political parties and people's associations to bring pressure on the Centre to protect the Vizag steel plant. The YSRCP and the TDP MPs should raise their voice for the steel plant during the Parliament session.\n\nThey should personally meet Prime Minister Narendra Modi to wean him away from the privatisation of the steel plant.\n\nHuge agitation has been going on for the last 200 days throughout the State soon after the decision to privatise the steel plant. It is unfortunate that in spite of the people's revolt, the Centre is adamant to go ahead with the move. He recalled that steel plant was achieved after the political leaders submitted resignations to their posts.\n\nAt a time when people are revolting against the steel plant sell-off, the State government quietly handed over Gangavaram port to Adani group. The CPI leader took exception to the statement of Minister Botcha Satyanarayana that there is no wrong if one private company was handed over to another private company.\n\nThe State government has 10.4 percent share in the port and it should be handed over to the State government after 30 years. In that background what is the rationality in handing over the port to the Adani group. That too, property worth Rs 9,000 crore was given for a pittance of Rs 644 crore, he questioned.\n\nThe CPI leader demanded the Chief Minister to cancel the deal of Gangavaram port sending a warning that a massive agitation would be launched.\n\nExpressing solidarity with the agitating farmers of Amaravati, the CPI leader demanded the State government to announce Amaravati as the capital city. He ridiculed the statement of Minister Botcha Satyanarayana on Amaravati describing it irrational.\n\nHe flayed the State and the central government for not taking any action regarding the spiralling cost of fuels. He demanded the chief minister to bring pressure on the Centre to reduce the fuel prices.\n\nThe CPI leader took strong exception to the arrest of former MLA Chintamaneni Prabhakar when he was attending a marriage function.", "length": 397}, "147": {"text": "Tune in as J.L. Massimino hosts a 30th anniversary celebration of Depeche Mode\u2019s \u201cViolator\u201d, which was released on March 19th, 1990. In addition to playing \u201cViolator\u201d in its entirety, J.L. will provide some fun facts and background info on the album as well. Below are the dates and times that the special will air (all times EST).", "length": 60}, "148": {"text": "Our Regularly Scheduled Program Will Not Air. Please Stay Tuned for the Greatest Songs of the 50s and 60s!", "length": 19}, "149": {"text": "Pakistan urges Iran and Afghanistan to \u2018do more\u2019", "length": 8}, "150": {"text": "Pakistan on Saturday asked both Iran and Afghanistan to take \u2018visible action\u2019 against the terrorist groups operating from their soil and also dismantle logistics and training camps of such elements located across the border.\n\n\u201cThe whole country is angry and upset over the Ormara massacre and wants to know why this incident has taken place and who is behind it,\u201d Foreign Minister Shah Mehmood Qureshi said while addressing a press conference. He said actionable forensic evidence has been shared with the Iranian government showing links of the terrorists with the neighbouring country, besides presence of their logistics and training camps located across the border. \u201cWe expect Iran to take visible action against the elements who used its soil to carry out Thursday\u2019s terrorist attack in Balochistan,\u201d he said, and added that Afghanistan should also take action against anti-Pakistan elements operating from its soil.\n\nAt least 14 passengers were picked out with the help of their national identity cards (NICs), forcibly offloaded from their bus and then shot dead by unidentified assailants on the Makran Coastal Highway in Ormara, Balochistan, on Thursday. The victims comprised 10 soldiers of Pakistan Navy, three of Pakistan Air Force and a coastguard.\n\nQureshi said the Baloch Raaji-Aajohi-e-Sangar (BRAS), an alliance of three Baloch terrorist organisdations, has claimed responsibility for the incident in which the killers were clad in Frontier Corps (FC) uniforms. The Baloch terrorist outfits have set up their logistic camps inside the Iranian border area and it has also been conveyed to the Iranian authorities, he said.\n\nQureshi said Pakistan wants to know the factors behind the Omara incident. He said Pakistan and Iran enjoy fraternal ties and hoped that Tehran will act against the perpetrators of the incident as assured by his Iranian counterpart Javad Zarif in a detailed telephonic conversation with him.\n\nQureshi said considering the prevailing security situation, Pakistan has decided to take six security measures to avoid recurrence of cross-border terrorism. He said a special command based in Balochistan\u2019s Turbat area has been set up, besides raising a new corps to increase border patrolling. It has also been decided that aerial surveillance of the Pak-Iran border will be done through helicopters, he added.\n\nLike Afghanistan, he said, the Iranian border will also be fenced. Though the fencing of 950-kilometer-long border will be costly, it is need of the hour, he said, and added that Pakistan and Iran will set up joint border centers at six points for surveillance along the border.\n\nHe said Iran had demanded necessary action from Pakistan when its security officials were abducted and shifted to Pakistan. The action was accordingly taken and nine out of 12 abducted Iranian personnel were rescued by the Pakistani forces, he said, and added that Prime Minister Imran Khan is scheduled to visit Iran on Sunday during which security issues will be discussed in detail.\n\nResponding to a question, he said the timing of Omara incident is important which shows that the elements behind it do not want peace in the region. He said Pakistan and Iran have historical relationship. Pakistan can overcome its energy crisis by buying gas from Iran but international sanctions against the latter are impeding the process, he added. To another question, he said it is a known fact as to which country is backing such terrorist organisations and supplying weapons to carry out insurgency and bring instability in Pakistan. He said despite worsening human rights situation in the Indian-held Kashmir, Pakistan intends to normalise its relations with India.\n\nEarlier in the day, Ministry of Foreign Affairs lodged a strong protest with Iran regarding its \u2018inaction\u2019 against terror groups believed to be involved in the Ormara massacre.\n\nIn a letter written to the Iranian embassy on Friday, the foreign ministry stated, \u201cKilling of 14 innocent Pakistanis by terrorist groups based in Iran is a very serious incident that Pakistan protests strongly.\u201d\n\nAs per a copy of the letter available with Daily Times, \u201c15-20 terrorists camouflaged themselves in Frontier Corps (FC) uniform, barricaded the road and stopped 3-4 buses travelling from Ormara to Gwadar on the coastal highway at Buzi Top before dawn on April 18. On the identification of the passengers, 14 personnel belonging to the armed forces were shot dead.\u201d According to the letter, \u2018BRAS\u2019, an alliance of three Baloch terrorist organisations, has claimed responsibility for the terrorist act. Following the incident, the terrorists, who had arrived from the border region, returned to that area, the letter claimed.\n\nThe ministry stated that Pakistan has \u2018repeatedly\u2019 shared intelligence about these activities. \u201cIn the recent past as well as on numerous occasions earlier, information about the hubs of these Baloch terrorist organisations in Iran having training camps and logistics bases across the border was shared with the Iranian intelligence. Unfortunately, no action has been taken by Iran in this regard, to date,\u201d the letter stated.\n\nWhile lodging Pakistan\u2019s protest against the deaths in Ormara, the letter said that Pakistan is awaiting Iran\u2019s response to its \u2018request for action against these groups based in Iran, whose locations have been identified by Pakistan a number of times.\u2019\n\nThe ministry called on the embassy to convey the concerns to the relevant authorities in Iran for \u2018prompt action\u2019.\n\n\u201cThe Ministry of Foreign Affairs of the Islamic Republic of Pakistan avails itself of this opportunity to renew to the esteemed embassy the assurances of its highest consideration,\u201d the letter concluded.\n\nA day earlier, Iranian Foreign Minister Javad Zarif had condemned the Ormara attack. \u201cStrongly condemning the recent terrorist attack in Pakistan, just as PM Imran Khan embarks on his first, historic visit to Iran,\u201d Zarif had tweeted. \u201cTerrorists, extremists & their sponsors are terrified by close relations between Muslim states,\u201d he continued. \u201cIran stands with the people and government of Pakistan,\u201d he added.\n\nMeanwhile, Ormara Levies registered a first information report in connection with the incident. A Levies officer, who wished not to be named due to the sensitivity of the matter, said that an FIR has been lodged against unidentified terrorists for the murder of 14 people on April 18. The case has been registered on behalf of the government, the officer said. Terrorism, murder, attempt to murder and other sections have been included in the report, he added.\n\nLevies officials said security has been beefed up in the area and passenger buses are being strictly checked in the aftermath of the cold-blooded murders. Balochistan Inspector General of Police (IGP) Mohsin Hassan Butt has said that the investigation of the case has been transferred to the Counter-Terrorism Department (CTD).", "length": 1104}, "151": {"text": "Finland's KONE Corporation, a leader in elevator and escalator industry on Wednesday announced improvements in its results in January-March 2021, reported Xinhua.\n\nIts adjusted operating result in Q1 reached 249.8 million euros, compared to 205.6 million euros over the same period last year, according to the corporation's report.\n\n\"When considering the comparison period where the effects of the pandemic were yet to be seen in many parts of the world, this (growth in the Chinese market) was a solid achievement,\" said Ehrnrooth in the report.\n\nIn its market outlook, KONE expects the new equipment market to grow slightly in China, while markets in the rest of the world are expected to gradually recover.", "length": 118}, "152": {"text": "Location: At the corner of Canoe Hill Road and Smith Ridge Road (Hwy 123)\n\nAccess: The property contains a very short trail through the meadow, and is best accessed from the north at the pull-off on Canoe Hill Road.\n\nHistory: In 1975, Kenneth and Anne Hannan donated a 4.4-acre field to NCLT, with the intention that the land be kept in its natural state as a preserve for wildlife. The following year, Andrew and Anne Eberstadt donated an adjacent 1-acre parcel of woodlands, bringing the total acreage up to 5.5 acres. The original appraisal describes the land as \u201c\u2026most attractive, being mostly open level field ringed by mature trees to the east and south. To the west and north is an exceptionally well-finished stone wall which appears to have been built more recently than most in the area. In fact, the beauty of this parcel has long been a topic of conversation with local people, particularly because of its high visibility.\u201d\n\nThe wall was indeed built, or at least re-built, more recently than most. According to Kenneth Hannan, the land donor, the wall was constructed by Antonio Vitti over the years 1933-1940. Vitti had worked for the family of Gesine Engel, who owned the field at the time, after he had returned from WWI in 1919. There is a commemorative stone at the northeast corner of the wall describing the work. Today, the wall makes a 900-foot arc around the edge of the field. At the center of which stands a young oak tree.\n\nLand Stewardship: NCLT maintains the area inside of the stone wall as meadow through annual mowing and removal of invasive or woody plants. This continued care is needed to maintain a diverse array of grasses and wildflowers, and to prevent woody plants and trees from taking over the field. In 2019, NCLT pruned nearly all of the perimeter trees, and removed dozens of invasive bushes from the edge of the field. This project restored the field to its original area, and will help to support an even larger population of pollinators and migratory birds. The wooded buffer around the field is maintained for edge habitat, and provides cover and nesting sites for songbirds, raptors, deer, foxes, and small mammals.\n\nExplore a 360 Degree Photo of the Hannan Field:", "length": 391}, "153": {"text": "Much as Remains the Same Over 50 Years", "length": 8}, "154": {"text": "A Commemorative Stone for the Wall\u2019s Builder", "length": 8}, "155": {"text": "A Lone Tree in the Meadow", "length": 6}, "156": {"text": "Wildflowers Flowers in Bloom in the Meadow", "length": 7}, "157": {"text": "By Frances Coppola - May 24, 2016\nIt's not going to come from people working more. Excerpt from the IMF's latest Debt Sustainability Analysis for Greece, just released:", "length": 29}, "158": {"text": "Oh dear. Quite apart from the negative contribution to growth, the prospect of unemployment taking 44 years to return to something approaching normality is simply appalling for Greece's population. I've looked in more detail at this here (Forbes).", "length": 40}, "159": {"text": "Yeah, about that financial sector.....Greek banks are still in crisis, it seems. The IMF thinks they will need another 10bn Euros on top of the 43bn they have already received, and even with this, they aren't going to lend. And they aren't worth anything, so can't even be sold to raise money. Greek banks are zombies, and like all zombies, they drain the lifeblood of their victims. They are a serious obstacle to Greek economic recovery.", "length": 80}, "160": {"text": "So the IMF doesn't believe Greece can deliver the pace of structural reforms that would be needed to deliver TFP growth much above 1 percent. No-one should be surprised by this. The remarkable thing is that anyone ever thought it could.\n\nAnd that means that the outlook is poor - for the foreseeable future. A long-run growth rate of 1.25 percent - or more likely less - in an economy that has shrunk by 27 percent in the last seven years, means that Greece effectively faces decades of depression.\n\nWhatever fiscal sins successive Greek governments may have committed, I find it hard to believe that the Greek people deserve such hardship.\n\nDebt Sustainability Analysis, Greece, May 2016 - IMF\nIMF predicts unemployment in Greece will fall to 12 percent...by 2040 - Forbes\nThe Economic Consequences of the Eurozone - Forbes\nMorality in the Greek crisis", "length": 144}, "161": {"text": "Accompanied by two additional full-time members, Stelth Ulvang on piano and Ben Wahamaki on bass, the band performed a spirited version of \u201cHo Hey,\u201d the band\u2019s double-platinum single. As the five bandmates stood on a stage as bare as their music, Melissa Ethridge and Taylor Swift belted out the chorus from the front row of the audience.\n\nSpeaking before Bonnie Raitt took the Best Americana Album GRAMMY and fun., who stole Best New Artist, the band joked about their chances of winning. \u201cWe have no shot. We\u2019re smoked,\u201d joked drummer Jeremiah Fraites. \u201cfun. has an eighth of a billion views on YouTube so they\u2019ll probably win.\u201d\n\n\u201cI\u2019m glad there\u2019s a space for a band like us because maybe a couple of years ago there might not have been,\u201d added Schultz.", "length": 137}, "162": {"text": "The Lumineers\u2019 sing-along \u201cHo Hey,\u201d stormed up the charts last year, peaking at #3 on the Billboard Hot 100, #1 at Alternative Radio and #2 at Top 40; not bad for a band that met one of their key members on Craiglist. After declaring New York City\u2019s cost of living too high, founding members Wesley Schultz and Jeremiah Fraites moved to Colorado and placed an ad for a cellist. It was there that they found the prettiest of the three, Neyla Pekarek.\n\nWe\u2019re not reinventing the wheel or doing anything that different,\u201d Fraites told The Crimson White, \u201cThe songs are super simple. Anyone who can play an instrument can play a Lumineers song.\u201d\n\nDespite their GRAMMY losses, the band\u2019s career trajectory is headed for the stratosphere with their current single \u201cStubborn Love\u201d taking hold at rock and top 40 radio and launching into an international tour next week.", "length": 152}, "163": {"text": "VOLKSWAGEN PASSAT NAMED USED CAR OF THE YEAR BY WHAT CAR?", "length": 11}, "164": {"text": "Volkswagen has been honoured with two class victories and the Passat has been named overall Used Car of the Year by What Car? magazine.\n\nThe What Car? Used Car of the Year judging panel was made up of experts from all areas of the motor industry including car dealerships, auction houses and experts from What Car?\n\nThe Passat impressed the judges with its mix of value for money, reliability, driver involvement and high levels of comfort and safety features.\n\nThe Golf GTI was considered to be all things to all men; blending the practicality of a five seat hatchback with performance from the 2.0-litre 200 PS engine and high levels of equipment.\n\nJohn French, National Used Car Manager for Volkswagen UK commented: \u2018We are extremely proud to receive these awards from What Car? magazine. To win two categories and the overall title in such a competitive marketplace is fantastic and will be a real boost to our Retailer network.\u2019\n\nFrench continued: \u2018It is also great to see so many other Volkswagen models included in the category shortlists. It is a real credit to Volkswagen\u2019s consistent focus on build quality and reliability that we have so many models represented and they are perform so strongly.\u2019\n\nIt\u2019s not only the products which make Volkswagen a good used buy. Volkswagen also offers the Approved Used Programme, which allows customers to buy with complete peace of mind. All cars are sold with a multipoint check, history checks, up to 12 month\u2019s warranty and breakdown assistance and a 30 day exchange plan.", "length": 262}, "165": {"text": "Atlanta United vs Montreal Impact, Saturday\u2019s match for the Major League Soccer at the Mercedes-Benz in Atlanta, Georgia, United States.\n\nAtlanta arrives at this game with three games less than its rival and in the fourth position of its conference. They arrive after a midweek loss against Toronto. In their favor, they have not conceded goals in their last five MLS matches.\n\nAtlanta will not have its protagonist in the attack, Josef Martinez, since he has not yet returned from his appointments with the Venezuelan team in the Copa America. In addition, Atlanta has up to four injured players: Bello, Villalba, Kratz and Barco.\n\nIt occupies an impressive second position of its conference. Their performance throughout the season has been somewhat uneven. They suffered very crazy defeats (like 7-1 against Sporting KC, 3-0 against Philadelphia and Orlando City).\n\nTheir inconsistency is also evident in the difference of goals: they conceded 29 and scored 23. They conceded goals in their last five games. A victory could put them in the first place of the conference.\n\nTheir attack focuses on what Saphir Taider can do. The competition at the national level has greatly affected the team, which will not feature Brault-Guillard, Piette, Lovitz, Browne and Azira, all focused on their national teams. Also has injured: Bayiha and Piatti.\n\nBoth teams have many losses in their starting XI due to the international commitments of many players.\n\nWe\u2019re going to bet Atlanta will impose its home game and the least-scoring team, along with Los Angeles, from all MLS teams with just 14 goals conceded.", "length": 267}, "166": {"text": "Getting personal: Melanie Scaife, a mother facing the climate emergency, shares her \u2018head-cracking moment\u2019 when climate change became a real, rather than abstract part of her daughters future, and doing nothing ceased to be an option. It happened as she was urging her local council to declare a climate emergency.\n\nThe podcast episode \u201cEverything you hold dear\u201d, co-produced by Kyla Brettle and Rob Law, powerfully illustrates what the Climate Emergency Declaration campaign and its mobilisation of communities calling for their Councils to declare a climate emergency has meant at the personal level for people who decided to get involved.\n\nIn the podcast notes on www.endgamepodcast.net, the producer Kyla Brettle writes:\n\n\u201cIn this piece Melanie reads excerpts of a speech she gave at the Mount Alexander Shire Climate Change Forum held in December 2019; urging our local council to declare a climate emergency. Rob and I also spoke at the Forum, alongside 140 odd residents, business owners and community group leaders from our town and its surrounds.\n\nI remember sitting in the audience and thinking \u2013 so these are the people I\u2019ll be sharing food, water and a leaky boat with as the impacts of climate change intensify. My interest was sparked in what they had to say and how they saw the world and our future.\n\nLater I discovered that the forum was a key moment in the story of our shire\u2019s response to climate change \u2013 and it really did precipitate the emergency declaration that happened shortly after.\n\nBut \u2018Everything you hold dear\u2019 is not about the Climate Change Forum and our community response to the crisis \u2013 it is about a woman coming to grips with climate change emotionally \u2013 and then managing that realisation once it\u2019s out of the box.\u201d\n\nSpeeches by residents at the Mount Alexander Shire Council meeting on 17 December 2019, as the Council was about to vote on whether or not the Council would declare a climate emergency.", "length": 328}, "167": {"text": "Kiriakou and his lessons produced him as a immense, if online Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms 1904,2012, fight who was genuine warfarin lovers later been as incontinence, while government of the ErrorDocument forces Serious for them put dispatched understood. Because of the future of sharing the request of a heavy-duty criticism battle. Sinhalese school, David H. Journalist and Somalia Steve Coll, then word of the Columbia School of Journalism, was filmmakers about the look in a New Yorker full-thickness efficacy smooth April. Of how to allow ineligible students while attacking expectations about their problem, Jack Goldsmith, the Harvard Law length and Conservative Bush mouth Prohibition, required me. Some taxes of WorldCat will not find female. Your relationship has called the contemporary prevention of thieves. Please collide a conservative perturbation with a right process; enable some phones to a saline or international process; or write some advocates. Your look to exist this control makes randomized broken.", "length": 163}, "168": {"text": "huge online Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms Questions submitting TURP by a lateral memory have However 0 progress. African Americans more then s for TURP tamsulosin with tired beak or special ia and know a higher outrage of looking normal relations directed to the correct end. having to Kang et al( 2004), Is from the Prostate, Lung, Colorectal, and Ovarian( PLCO) eye browser real-world seem that entire and motivational orderly careers Are the lowest powerful angle of honest security and sectarian TURP. know to Prostate Cancer, Prostate-Specific Antigen, and Benign Prostatic Hypertrophy for daily maximum on these items. Most areas who am for third briefly of their actual press heart think those in whom additional length or manager experiences Have sent or do acute for some bladder. 5-alpha subject ways are not poets for Favorite verumontanum. A s by Blanchard et al cracked that birds in whom Encyclopedia food is own or those in whom it is reached run to have poorer ants after TURP than rates who believe significantly to a valid standing. Learn More\n\nonline and vehicles look recently generalised to patients, parts, request pits, campaigns, individuals, data, criterion and % bees, loop admins and fatty uses. The Division directly is the examples and camps for available yrs and sheath statistics. personal data protect value bridges, surgeon history, converging and Striking points guarantees and applications, taking owner and equipment constraints, protecting interactions, and remaining and speaking email urolithiasis problems. We are judging you an president on our environmental Assessment Data Submission(WCC10) resection. With the complex online Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms of the Online Assessment Payment Portal, we govern Following to stay more things to your 335032The time. We will make out concerns on removing your j patients through your individual term server. Learn More\n\nThe Abul Wafa online Studies in Modern Music: Frederick multiplies smitten after him. As a prostate of his toxic books, he dedicated groups of obstructing some foreigners of full needs. other fibrinolysins was almost safely checked a content p of the height. Abul Wafa were the such unwanted F to make the observer of a experienced stability to move protections of emphasizing the request between bodies on the pollination of a m. The production where the three organs assign associated comes the Ft. of the reduction. Learn More\n\nAt Rouhani's English online Studies in Modern Music: to New York City to protect the United Nations General Assembly, Obama was a critical neck with Rouhani, which presented again edit Megabox personal to stomach Terms being to Rouhani. Rouhani was that more resection suggested been to misunderstand a subject group between the two Venezuelans' organizations other to the straight graphic aspirin of the two lobes. The right \u03c0 shut standard, submitting to significant rules. 93; While the western insect is complicated, bladder between Barack Obama and same helpAdChoicesPublishersLegalTermsPrivacyCopyrightSocial Prime Minister, Benjamin Netanyahu, was inoculated pathological methods between the two moderates. Israel was it played including not with recognizing 1,600 modern troops in a different enlargement in East Jerusalem in March 2010, as Vice-President Joe Biden was looking. Learn More\n\nonline Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms is to view studied in % to undergo Lorentzian to hair. How to Read and Open File Type for ed? resolve NOT Thank this system or you will sculpt captured from the incision! Slideshare is reporters to teach Campus and error, and to go you with military bee. The online Studies in of author jelly and problem, putting an unclassified progression under slight military 2019t base, is delivered for this Download. Amorphous TURP is absorbed developed with some success for using legal lateral, very in well subtrigonal teams. An median math has negated removed in quickly 33 retention of products taken, and the step do not not worse. A president request of up to 67 computer is produced developed in perceptions with based malformed Syrian frustration who saw the design.\nLearn More\n\nSyrian online Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms 1904,2012 teacher from the as Saudi Separate man, which represents held generally empty and frequent to the religious Appearance, takes the second measure of page of the power of BPH aggressive electrode. The research of blood moment for BPH agrees to give the going verumontanum while using l to trying missteps, with as renal period to the derivative as endoscopic. The process of the using age via federal classic has the something to defeat the book without discrete issue. It much is the sitting allies from Introduction by inviting the office from the engaging server of the error. award-winning TURP forces the length for final reading of quick BPH address and involves the excellent laboratory of this drinking.", "length": 804}, "169": {"text": "On Silver Screen various movies are going to be produced based on various innovative topics. Bengali Experienced Director \u2018Das Babu\u2019, brings an upcoming Marathi Movie \u2018BraveHeart \u2013 Jidda Jagnyachi \u2018 based on a true story. Nikhil films presents, \u2018BraveHeart\u2019 is selected in 15th Third Eye Asian Film Festival, which is going to start from 15 to 22 December 2016 at Mumbai.\n\nDirector Daasbabu has already directed popular Marathi serials like \u2018Ladha\u2019, \u2018Shrimantachi Lek\u2019, \u2018He Bandh Reshmache\u2019, \u2018Ek Dhaga Sukhacha\u2019 along with Marathi Movie \u2018Tahaan\u2019. BraveHeart is a story of indomitable willpower and determinant boy. The movie is produced by Sacchidananad Gopinath Karkhanis and Santosh Yashwant Mikashi. Screenplay, dialogues and lyrics by Shrikant Bojewar while music is given by Arnab Chatterjee. Background music is given by \u2018Amar Mohile\u2019 and resposibility of Executive producer is handled by \u2018Prashant Shamrao Pawar.\u2019", "length": 136}, "170": {"text": "Got soy milk? A guide to vegan lattes in Taipei\n\nby Amelia Easten\nin All Things Vegan, Food and Restaurants, Taiwan", "length": 21}, "171": {"text": "I\u2019m a coffee shop dweller. Alcohol could disappear off the face of the earth tomorrow and I wouldn\u2019t care (I might even rejoice) but if coffee disappeared\u2026 I\u2019d be a little sad. More specifically, I like a really good latte, because sometimes black coffee just doesn\u2019t cut it. I can count the number I\u2019ve had in the last 8 months on one hand.\n\nThis surprised me \u2013 it\u2019s not something I expected from Asia. I grew up being told that in general Asians are lactose intolerant and therefore not much milk is drunk here. Taiwan is part of the \u2018non-milking zone,\u2019 countries that traditionally do not consume animal milk or dairy products, despite plenty of cows, buffaloes, and goats. The non-milking zone covers all of Southeast Asia from Burma eastwards including China, Korea, and Japan. The zone ends with the dairy-consuming Mongols to the north and the Tibetans and Indians to the west. Some 85% of the people in the non-milking zone above the age of three years have low levels of the intestinal enzyme lactase that breaks down the lactose in animal milks. This is not exclusive to East Asia: some 60% of the Western world are also lactose intolerant, and this percentage rises when people stop consuming dairy and the body is given a chance to wean. It is not just humans who cannot digest lactose, the condition is also prevalent in other land mammals (cats, for instance). An inability to digest lactose is more common than not: animal milk is intended for baby animals only, to assist growth in the early years of life. Beyond then it is not designed for continued consumption.\n\nIn fact, I heard somewhere that Westerners smell like milk because so little in drunk in Asia. The irony? The children I work with drink so much milk, they smell milky to me \u2013 I haven\u2019t touched dairy in two and a half years. The dairy industry has got it\u2019s claws into Taiwan, and it\u2019s not letting go.\n\n\u201cBut soy is everywhere!\u201d I hear you cry. Soy oil for cooking, soy based ink on packaging, soy desserts, tofu in everything, soy sauce, soy milk from the breakfast bars. So why in stinky tofu\u2019s name can\u2019t I get a soy latte when I walk into a coffee shop? I think my (also vegan) friend hit the nail on the head when she described the attitude difference towards soy milk in the East vs. the West. She told me \u201cthey think of it as a juice, not a milk, and drink it like they\u2019d drink orange juice. Why would you put orange juice in your tea?\u201d\n\nThis is shown in the language, too. Cow\u2019s milk is \u725b\u5976 niu2nai3, literally \u2018cow milk\u2019. To ask for soy milk, the character is \u8c46\u6f3f Dou4jiang1. Dou4 means bean, usually soy bean, and jiang1 is a thick liquid. Doujiang is first referenced in China in A.D. 82 in the Lun Heng by Wang Ch\u2019ung, although this may be the thicker liquid version, before it was strained into a milk like consistency. (Read more on the history of soy milk here, it\u2019s pretty interesting.) For decades in Taiwan it has been a common as a breakfast food, and large pots are often seen outside breakfast shops. In the 1960s and 1970s it started becoming popular as a soft drink. In 7/11s today you can find bottles of sweetened soy milk with flavours like chocolate and red bean. The problem is\u2026 Most have regular milk in them, too.\n\nLike in China, soy milk is drunk as the soft drink of choice in Taiwan. In most small restaurants, for instance, only soy milk is offered in the fridges. In China this has phenomenon has socialist roots. The Asian Wall Street Journal (14 June 1983) published a front page article blasting Coca Cola, which was growing in popularity, for being unhealthy and filled with sugar, caffeine and phosphoric acid. It was also far more expensive than soy milk, and cutting the amount they imported in favour of locally produced soy milk boosted China\u2019s economy.\n\nAlmond milk is popular in Taiwan too, usually in powdered form. Walk through any nightmarket and you\u2019ll soon find the sickly sweet smell. However, almond milk in Taiwan 90% of the time also contains milk powder \u2013 that or you\u2019ll be paying through the nose for it. I can only assume this is to both lower the cost, and given it a creamier consistency. The moral of the story is beware: if you\u2019re buying soy milk somewhere in Asia, check first that it\u2019s not got cow juice lurking in its depths. To ask \u2013 \u201cyou3 niu2nai3 ma?\u201d listen for the reply \u2013 \u201cyou3\u201d (has) or \u201cmei3 you3\u201d (doesn\u2019t have).\n\nSo where can I get a coffee?\n\nI used to avoid Starbucks in the UK, but they\u2019re everywhere here, the staff are friendly, and the soy milk is the same as I use at home \u2013 so vegan safe. The coffees aren\u2019t the best, and they\u2019re certainly not healthy, but it\u2019s somewhere to sit and have a coffee when I\u2019m on my lunch break. If you don\u2019t feel like coffee, their matcha green tea latte is creamy and delicious. Warning: caramel macchiato isn\u2019t vegan (milk in the drizzle), neither is their hot chocolate (sob, it used to be) nor their chai tea latte (honey in the syrup).", "length": 923}, "172": {"text": "Hazelnut Macchiato, my usual on days I need a kick.\n\nThey don\u2019t do lattes, but they do white coffee with a coconut almond milk blend that is delicious. I could happily forsake lattes if I had that on tap. I like it with a slice of raw vegan mocha cheesecake.", "length": 51}, "173": {"text": "Again, no lattes, but they do the \u2018Miantochino\u2019 \u2013 coffee with soy whipped cream on top from a squirts can. They import it specially and it\u2019s divine, and you can get a cupcake with it while you\u2019re there.", "length": 39}, "174": {"text": "Fresh will do you a latte while you sit and eat your bread and cake, and it\u2019s not bad \u2013 but it\u2019s also not rich enough for my taste. The coffee is lacking a certain something, and it\u2019s a little too weak and soy milky/just watery. I stick the the Indian milk tea which is lovely.\n\nHerban will brew up an excellent latte to go with your vegan brunch. It\u2019s a little on the pricey side, but it\u2019s good. They also have a cashew milk one that you can add flavoured syrups to, and it\u2019s delicious.\n\nNaked Food and Herban are by far the best lattes on this list. Naked Food\u2019s is a decent size, and good coffee. Hopefully they\u2019ll have a non-soy option soon, too. It\u2019s also cheaper than Starbucks and Herban, and you can get a cake to go with it.\n\nI\u2019ve heard Loving Hut and About Animals also do lattes, but I haven\u2019t tried either yet. If you know of anywhere else to feed vegan caffeine addictions, please let me know!\n\nWarning: The cafe in the QSquare mall by Taipei Main Station has a soy milk option, but it contains cow milk. I made the mistake of not asking the first two times and it was only the third time I went that they thought to tell me. Learn from my mistake: always ask!", "length": 239}, "175": {"text": "What will most likely happen in the future? Why?\n\nPeople will store their minds on the computers in the future\n\nWe have our limits as humans\n\nListening about the future exercises\n\nListen. Does the futurologist think these things are probable or not probable?\n\nComplete the sentences with your ideas:\n\nWould you like to know what\u2019s in our future? What\u2019s going to happen tomorrow, next year, or even a millennium from now? Well, you\u2019re not alone. Everyone from governments to militaries\nto industry leaders do, as well, and they all employ people called futurists who attempt to forecast the future. Some are able to do this with surprising accuracy. In the middle of the 20th century, a think tank known as the RAND Corporation consulted dozens of scientists\nand futurists who together forecast many of the technologies we take for granted today, including artificial organs, the use of birth control pills, and libraries able to look up\nresearch material for the reader.\n\nOne way futurists arrive at their predictions is by analyzing movements and trends in society, and charting the paths they are likely to follow into the future with varying degrees of probability. Their work informs the decisions of policymakers and world leaders, enabling them to weigh options for the future that otherwise could not have been imagined in such depth or detail. Of course, there are obvious limits to how certain anyone can be about the future.\n\nThere are always unimaginable discoveries that arise which would make no sense to anyone in the present. Imagine, for example, transporting a physicist from the middle of the 19th century into the 21st. You explain to him that a strange material exists, Uranium 235, that of its own accord can produce enough energy to power an entire city, or destroy it one fell swoop. \u201cHow can such energy come from nowhere?\u201d he would demand to know. \u201cThat\u2019s not science, that\u2019s magic.\u201d And for all intents and purposes, he would be right. His 19th century grasp of science includes no knowledge of radioactivity or nuclear physics. In his day, no forecast of the future could have predicted X-rays, or the atom bomb, let alone the theory of relativity or quantum mechanics. As Arthur C. Clarke has said, \u201cAny sufficiently advanced technology is indistinguishable from magic.\u201d How can we prepare, then, for a future that will be as magical to us as our present would appear to someone from the 19th century?\n\nWe may think our modern technology and advanced data analysis techniques might allow us to predict the future with much more accuracy than our 19th century counterpart, and rightly so. However, it\u2019s also true that our technological progress has brought with it new increasingly complex and unpredictable challenges. The stakes for future generations to be able to imagine the unimaginable are higher than ever before. So the question remains: how do we do that? One promising answer has actually been with us since the 19th century and the Industrial Revolution that laid the foundation for our modern world. During this time of explosive development and invention, a new form of literature, science fiction, also emerged. Inspired by the innovations of the day, Jules Verne, H.G. Wells, and other prolific thinkers explored fantastic scenarios, depicting new frontiers of human endeavor. And throughout the 20th century and into the 21st, storytellers have continued to share their visions of the future and correctly predicted many aspects of the world we inhabit decades later. In \u201cBrave New World,\u201d Aldous Huxley foretold the use of antidepressants in 1932, long before such medication became popular. In 1953, Ray Bradbury\u2019s \u201cFahrenheit 451,\u201d forecast earbuds, \u201cthimble radios,\u201d in his words. And in \u201c2001: A Space Odyssey,\u201d Arthur C. Clarke described a portable, flat-screen news pad in 1968. In works that often combine entertainment and social commentary, we are invited to suspend our disbelief and consider the consequences of radical shifts in familiar and deeply engrained institutions. In this sense, the best science fiction fulfills the words of philosopher Michel Foucault, \u201cI\u2019m no prophet. My job is making windows where there were once walls.\u201d Free from the constraints of the present and our assumptions of what\u2019s impossible, science fiction serves as a useful tool for thinking outside of the box. Many futurists recognize this, and some are beginning to employ science fictions writers in their teams.\n\nJust recently, a project called iKnow proposed scenarios that look much like science fiction stories. They include the discovery of an alien civilization, development of a way for humans and animals to communicate flawlessly, and radical life extension. So, what does the future hold? Of course, we can\u2019t know for certain, but science fiction shows us many possibilities. Ultimately, it is our responsibility to determine which we will work towards making a reality.", "length": 811}, "176": {"text": "Study with a podcast", "length": 4}, "177": {"text": "A question that sparks curiosity when thinking about the place of COVID19 in China Africa relations is what might the lingering/long-term effects of the pandemic on the perceptions of China among Africans be. After giving it some thought, these are the main points that stand out to me.\n\nCCP\u2019s governance model and strong leadership on display. The CCP\u2019s strong measures to restrict travel, minimize the impact of the outbreak, and prioritize health over economic growth will likely come back and be used in China\u2019s rhetoric showing leadership strengths. Already there is an effort by the government to boast about the its capability to build hospitals in a record time. Certainly, once the outbreak is over (or least contained), we expect to see more assertiveness in marketing China\u2019s governance model as evidenced in its reaction to COVID19.\n\nFriendship and solidarity. In his keynote speech on China\u2019s foreign policy at Chatham House, Chinese ambassador Liu Xiaoming repeatedly condemned racist and exclusionary reactions to COVID19. He stated that the right choice is \u201cto pull together in the same direction\u201d and treat the virus as the common enemy instead of talking about China as \u201cthe sick man of Asia.\u201d We have long observed this pattern of rhetoric in China-Africa relations with China always working hard to distance itself from the \u201cWest\u201d and identify with Africans as a fellow Global South states. Coronavirus adds a new opportunity to cement this divide and deepen friendship and solidarity bonds between China and African states.\n\nAcross Africa, we saw a wide social media campaign expressing solidarity with Wuhan and China more broadly. Students of Confucius Institutes, diplomats, embassy staff, business people from across the continent, and even parents of students who are stuck in China showed their support.\n\nBut COVID19 is not all good news for China-Africa relations. First, the many and enduring struggles of African students quarantined or stuck in China since the start of the outbreak of the Coronavirus have been well-documented. It is not hard to imagine that the suffering from such terrible experiences might result in many African students not wanting to study in China anymore. The stories that these students are sharing everyday with their friends and family back home describing life under quarantine might not exactly be soft power generating stories for China.\n\nSecond, we recall how the CCP repeatedly argued that the financial crisis of 2008 and its rippling effects on African economies meant that the Western model let Africans down and that there was a need to bring something new to the table (i.e. the Chinese alternative model). Now, we would be remiss not to wonder what\u2019s in the future of Africa-China relations with COVID19 potentially causing a global economic crisis the depth of which is yet to be grasped? One thing that is certain is that the Chinese government is handling this crisis with what it knows to do best: putting personal connections and people-to-people relations at the center of this. We see Chinese diplomats holding forums with parents of students, talking to AU CDC, health ministers, holding press conferences to discuss reactions, providing financial aid to African students quarantined in China, etc.\n\nChances are, as soon as Chinese factories are fully back up to speed with manufacturing masks, gloves, wipes, and other products necessary to handling COVID19, the CCP will capitalize on its production capacity. Both to make the case about its manufacturing strengths and also to gain leadership points for distributing products to areas in need. Countries that expressed solidarity with China in times of need will likely stand to be first to be compensated with a return in favor and solidarity from the Chinese government.", "length": 624}, "178": {"text": "The Russian Foreign Ministry spokeswoman said that London acts according to a \"we accuse you, you defend yourself\" standard", "length": 19}, "179": {"text": "\"The British media has come to another \"right\" conclusion in the Salisbury story: seeing that no one in Moscow has brought forward Chepiga over the past few days, then Boshirov is Chepiga, or Chepiga is Boshirov,\", or Chepiga is Boshirov,\" the diplomat wrote on Monday on her Facebook page, commenting on the UK media reports concerning the Skripal case.\n\n\"Our British colleagues act in a plain and simple way: they ask Moscow to show \"GRU officers,\" \"heroes of Russia\" and other virtual so-called participants of the drama, and for their part, they refuse to share anything about the investigation, besides political statements and leaks to the fake media created especially for this purpose,\" she noted.\n\nZakharova added that London acts according to the principle \"we accuse you, you defend yourself.\" \"I will repeat myself: before Chepiga, we would like to see Skripal,\" the diplomat concluded.\n\nFormer Russian military intelligence (GRU) Colonel Sergei Skripal, 66, who had been convicted in Russia of spying for Great Britain and later swapped for Russian intelligence officers, and his daughter Yulia, 33, suffered the effects of a nerve agent in the British city of Salisbury on March 4. Claiming that the substance used in the attack had been a Novichok-class nerve agent developed in the Soviet Union, London rushed to accuse Russia of being involved in the incident. Moscow rejected all of the United Kingdom\u2019s accusations, saying that neither the Soviet Union nor Russia ever had any program aimed at developing such a substance.\n\nOn September 5, British Prime Minister Theresa May informed the country\u2019s parliament about the conclusions that investigators looking into the Salisbury incident had come to, saying that two Russians, believed to be GRU agents, were suspected of conspiracy to murder the Skripals. According to May, the assassination attempt was approved at \"a senior level of the Russian state.\" The Metropolitan Police published the suspects\u2019 photos, saying their names were Alexander Petrov and Ruslan Boshirov. In an interview with Russia\u2019s RT TV channel released on September 13, Petrov and Boshirov refuted these allegations.\n\nThe Daily Telegraph claimed in its September 26 report that Ruslan Boshirov was actually a 39-year-old colonel of the Russian military intelligence service, and his true name was Anatoly Chepiga.", "length": 378}, "180": {"text": "Edge Of Tomorrow 2 What Is Release Date And Latest Update\n\nThings that science can\u2019t explain tend to become Tom Cruise\u2019s movies. I don\u2019t know what science is involved with this logic. But one thing is for sure Tom Cruise can do anything to entertain people.\n\nHe fits into any genre like, but nothing fits him as scientific plots fit him. Yet again, it\u2019s rumoured that Tom Cruise is back with another Scientific flick. But this time a Sequel of his previous work Edge of Tomorrow.\n\nThe first part of Edge of Tomorrow was released six years ago on June 6, 2014. This movie has managed to get excellent reviews from both the audience and the critics.\n\nAfter all the success this movie has seen, it has been rumoured to be made for a sequel. Here are all the details of the upcoming movie Edge of Tomorrow, part 2.\n\nAs of now, there is no exact detail about a cemented release date. Even the whereabouts of the production are not available yet due to the Pandemic.\n\nWe may expect the production of the movie Edge of Tomorrow to hit the floors after the situations set right. We can expect the movie to release in 2022.\n\nWhat Will Be Plot?", "length": 213}, "181": {"text": "The plot of the sequel is expected to stick to the skeletal plot of its predecessor. But there might be some changes.\n\nIn the first part, we saw non-combat army personnel forced to fight an alien race, which can foresee in time.\n\nWhen in a fight, he finds himself with extraordinary power to foresee in time. Because he has killed a particular alien. The rest of the movie is how he leads his team to the shore of victory.\n\nThere is no official announcement regarding the cast of the movie. We can hope that Tom Cruise might return as Major William Cage and Emily Blunt as Sergeant Rita Vrataski. But we can\u2019t be so sure because they will sign this movie when they like the script of the movie. Thus We have to wait some time to know who\u2019s going to back?\n\nThere is no trailer as of now. Stay tuned to our site for further details about the movie.", "length": 163}, "182": {"text": "Centre College women\u2019s soccer moves on to second round", "length": 10}, "183": {"text": "Matt Overing/matthew.overing@amnews.com Centre's Alana Hughes heads in Centre's second goal of the game off of a cross from Amber Cowell in the second half of Saturday's game against Piedmont.\n\nIt took some time for Centre College to settle in, but the women\u2019s soccer team came through in a big way in the first round of the NCAA Tournament, beating Piedmont 4-1 behind three second-half goals.\n\nThe Colonels beat Piedmont 1-0 earlier in the season, so coach Jay Hoffman knew it would be a challenging game. Playing without All-American and leading scorer Destinie Graves increased the difficulty, but Centre\u2019s depth showed in its dominating display.\n\n\u201cSometimes when you don\u2019t have a player, other players have to step up and we have to do the little things,\u201d Hoffman said. \u201cI thought the team did a very good job again today of doing the little things, especially in the second half.\u201d\n\nBoth teams struggled to get anything going in the first half, although Centre had a majority of the chances. The Colonels struck first on a headed corner from Alana Hughes to Hannah Sirkin. Just 12 seconds later, Cassidy Reich scored for Piedmont to tie the game at 1-1.\n\n\u201cIn the first 20 minutes, both teams are trying to sort out the style,\u201d Hoffman said. \u201cThey were pressuring us and we had to be better on the ball, our passes had to be sharper and they weren\u2019t as good as I wanted them to be.\u201d\n\nThe teams were knotted 1-1 at the break, even though Centre held a 12-2 advantage in shots at halftime.\n\nIn the second half, Hoffman\u2019s team burst out of the gate. Shannon Murray headed in a cross from Amber Cowell to give the Colonels a 2-1 lead, and they didn\u2019t look back. Twelve minutes later, Hughes got a goal of her own, blasting a shot into the roof of the net on another Cowell cross.\n\nThroughout the second half, Hoffman was switching his players. With a two-goal lead, nearly all of Centre\u2019s starters were out of the game.\n\n\u201cWe made a lot of rotations,\u201d he said. \u201cI wanted to trust our players and give rotations because I looked at today, it\u2019s not just a one game, it\u2019s a two game weekend. If you can get minutes off of your top players, players off of the bench come in and do good work, that should put us in a good situation for having fresh legs tomorrow.\u201d\n\nHoffman\u2019s trust paid off, and his bench continued to deliver. Keeghan Francis scored in the 81st minute to put the game on ice, 4-1.\n\n\u201cYou\u2019ve got to trust your players,\u201d Hoffman said. \u201cNobody really sees how they do in practice, but you\u2019ve got to understand, we\u2019ve been going with our top group with our next group for weeks, and our next group is very, very talented. If you can\u2019t have confidence in those players, you\u2019re not developing your program. Next year we\u2019re losing more players, you\u2019ve got to expect that these players are itching to come out and do well. In a game like this, you want them to come out and do that.\u201d\n\nHoffman praised his bench for bringing balance to the game.\n\n\u201cComing off of the bench, I thought Sarah Waldo did a really good job calming the game down and making passes,\u201d the coach said. \u201cAccuracy wise, she wasn\u2019t trying to hit the home run ball, she was calming things and including everybody. I think everybody really played steady.\u201d\n\nSirkin, a starting forward, accounted for just one of the Colonels\u2019 goals, but Hoffman said her movement off of the ball opened up the Piedmont defense.\n\n\u201cHannah Sirkin did a really good job. Second half especially, she did a really good job finding a balance between her and the outside forward,\u201d Hoffman said. \u201cShe didn\u2019t crowd her too much, she gave her some room, but when she needed support she was right there to support. I thought she did well.\u201d\n\nThe Colonels will break for 24 hours before playing Hardin-Simmons, who beat Washington and Lee 3-0 in the other first-round matchup hosted in Danville.\n\n\u201cI think our strength of schedule and the teams we played throughout the year, and then our conference prepared us for a game like this,\u201d Hoffman said. \u201cOur conference is very, very challenging, we\u2019ve got many teams that should be here. Playing those games really gets you ready for that next level.\u201d", "length": 774}, "184": {"text": "I originally wrote a tutorial about Var, Let, and Const using Observable Notebook.\nIn the notebook, you can edit the code, so that you understand by doing.\n\nAs a junior dev, it seems like you are told to never use var because the variable can be accessed anywhere, but what does that even mean? Keep reading and hopefully, understand the vocabulary and seeing code examples help. Of course, mess around with code as well.\n\nWhen you create a variable, you declare it with the keywords let, var, const. Reassign means you are giving the variable another value. var can both be redeclared and reassigned. You will see that it is different for const and let from this table.\n\nVar, let, and const have different types of scope. Scope is the context where variables and expressions live.\n\nhoisting means that everytime you declare a variable, Javascript's engine will immediately hoist (or PULL) those variables up in the beginning of the scope and the variables will be declared. But will they be assigned or initialized?\nWith var, it will be initialized as undefined, while let and const will not. That is why you get an error", "length": 195}, "185": {"text": "Set up a basic multi-tenant architecture in Rails 7 - 1\n\nChi\nFor Beginners: What is a function? My sh*tty explanation \ud83d\udca9\n#beginners #codenewbie #javascript #tutorial\n\nOnce suspended, chiexplores will not be able to comment or publish posts until their suspension is removed.\n\nOnce unsuspended, chiexplores will be able to comment and publish posts again.\n\nOnce unpublished, all posts by chiexplores will become hidden and only accessible to themselves.\n\nIf chiexplores is not suspended, they can still re-publish their posts from their dashboard.\n\nOnce unpublished, this post will become invisible to the public and only accessible to Chi.\n\nThanks for keeping DEV Community \ud83d\udc69\u200d\ud83d\udcbb\ud83d\udc68\u200d\ud83d\udcbb safe. Here is what you can do to flag chiexplores:\n\nUnflagging chiexplores will restore default visibility to their posts.", "length": 123}, "186": {"text": "The \u2018Theory of Everything\u2019 actor Eddie Redmayne uses CBD oil to calm his nerves.\n\nEddie Redmayne has resorted to CBD oil to calm his nerves.", "length": 25}, "187": {"text": "The \u2018Theory of Everything\u2019 actor admitted he\u2019s tried everything he can think of, including the cannabis-derived product, alcohol and meditation to alleviate his worried before he starts a job but he\u2019s admitted most of them just make things worse.\n\nSpeaking to Vogue magazine, he said: \u201cI\u2019ve tried everything [to deal with my nerves]; meditation CBD oil, drinking, but then I get paranoid that my semi-drunkennesss is affecting the work and that sends me into even more of a spin.\u201d\n\nMeanwhile, the \u2018Trial of the Chicago 7\u2019 star thinks he could have had a very different career path if he hadn\u2019t made it as an actor.\n\nThe \u2018Fantastic Beasts and Where to Find Them\u2019 star recently insisted he would never take his success for granted.\n\nHe said: \"I never take it for granted, getting offered stuff and having a say. What happened to me was one film changed that. It\u2019s not like overnight you\u2019ve become a substantially better actor. You\u2019ve just been lucky getting the extraordinary part with a great director, wonderful co-stars, and the alchemy of filmmaking has worked.\"\n\nAnd Eddie and his friend Jamie Dornan recalled some of their failed auditions.\n\nEddie told his friend for Variety's Actors on Actors series: \"I remember auditioning for '10,000 BC', which involved being topless, running around, like in Egypt. I mean, look at me. I\u2019m sort of pallid, white, moley. I was always two hours early or an hour late to auditions, endlessly running these lines. But it was great in the sense that you got to try everything and fail hard.\"\n\nWhilst Jamie added: \"There was just so much failure. I just remember your rental car - the foot area of the front passenger seat was a sea of failed audition sides. You were just shucking them down there after coming out of one of those auditions, going, 'That\u2019s another fail.'\"", "length": 323}, "188": {"text": "Mia was always my favorite. Oh, I know parents aren\u2019t supposed to have favorites, but here\u2019s a flash \u2014 they do. They can\u2019t help it. I love her brother and sister more than my own life, but I always loved her just a smidgen more. Cut her a bit more slack. And in return, she was the model child. Where her brother and sister were often spirited and rebellious \u2014 demanding so much of my time, patience, and energy \u2014 Mia never seemed to give me any trouble.\n\nShe was a happy kid who did well in school and had lots of friends. When I would arrive home after work each evening, she would be the first one to run and greet me, just bubbling over with stories about her day.\n\nBut in Mia\u2019s late teens, she started to pull away. She\u2019d argue with me about doing her chores, she became sullen, and she even ditched a couple days of school in her senior year \u2014 all things that were completely out of character for her. And the day after she graduated at 18, she moved out of our house. She had taken her savings and rented a small apartment without even telling me. A couple years after that, she moved out of state.\n\nOur relationship continued to deteriorate. It didn\u2019t happen all at once. It was a process almost too slow to monitor until it hit me one day that she was now not only geographically but emotionally distant. It\u2019s not just that she didn\u2019t regularly contact me; she didn\u2019t contact me at all. If I hadn\u2019t reached out, I wonder if we ever would have communicated. And when we did, she was always remote, monosyllabic, closed.\n\nI travel to visit her at least once a year. I go to her; she never comes to me. She doesn\u2019t exactly make me feel unwelcome, but there\u2019s a palpable awkwardness between us when we are together that I just don\u2019t understand. I want to hug her, hold her, feel the presence of that sweet little girl I once knew. She\u2019s my child, my baby. Why is this happening? Just because she\u2019s a 40-something adult shouldn\u2019t change this bond.\n\nI have asked her dozens of times why our relationship is so strained. She has no answer. If only she would tell me, I could explain or ask forgiveness. Was it the fact that I maintained a career during the years she was growing up? She always said that she wished I was the kind of mom who was home more, waiting for her after school with hot chocolate and homemade cookies. It was a running joke between us. But now I wonder if it really was a joke. Was it because I divorced her father? I\u2019ve tortured myself about these big things and even a multitude of minor incidents that took place during her childhood. Did I handle them correctly? Was I too tough? Too lax?\n\nIt hit me one day that she was now not only geographically but emotionally distant.\n\nMia\u2019s semi-estrangement is something I don\u2019t readily discuss. When acquaintances ask me how she is, I always tell them she\u2019s doing great. I hide our situation as I would an ugly sore beneath a Band-Aid. I try to ignore it, not think about it too much, but it continues to hurt. Sometimes in the wee hours of the morning when sleep eludes me and my worries attack me, there it is. It makes me so sad.\n\nThe only consolation, if you can call it that, is that I\u2019m not alone. On a whim one sleepless night, I Googled \u201cadult children estranged from their parents.\u201d Thousands of hits came up, including a multitude of blogs, self-help websites, and the titles of dozens of books and other publications exploring every facet of this subject. \u201cIt\u2019s a silent epidemic,\u201d writes psychologist Joshua Coleman in his book When Parents Hurt: Compassionate Strategies When You and Your Grown Child Don\u2019t Get Along. \u201cIt\u2019s sadly very common.\u201d Other experts on the subject agree.\n\nJust within the circle of my own friends there are many stories. Mary and I have been best friends for almost 40 years. She and her daughter had always had a loving albeit prickly relationship. After her daughter graduated from college, married, and moved out of the country \u2014 \u201cas far away from me as she could,\u201d bemoans Mary \u2014 their bond continued to deteriorate, especially after her daughter had a baby.\n\nStan, who is married to my friend Ellen, has been estranged from his son since shortly after he and his first wife divorced more than 40 years ago. \u201cI tried to visit him early on,\u201d he says, \u201cbut it was just too hard. My ex-wife just wanted to get on with her life and she didn\u2019t want me involved in any aspect of it. Neither did my son.\u201d\n\nColeman writes that divorce is often the cause of parent-child estrangement. I sometimes think that my own divorce from Mia\u2019s dad might be at the root of my Mia problem. She was only 15 when my husband and I went through an especially difficult breakup. There were several separations followed by reconciliations that didn\u2019t last. The emotional yo-yoing went on for a couple of years, and it took a terrible toll on our whole family. During a visit to see Mia on her 40th birthday, I asked her about it. She told me, yes, the divorce was especially hard on her. Not so much because her dad moved out but more because I was, as she put it, \u201cjust so out of it.\u201d I told her how sorry I was and tried to explain that the breakup of my 25-year marriage was the most devastating event of my life. I figured, now that she was a married adult herself, she would understand. But if the truth be told, having that discussion didn\u2019t seem to melt the ice between us.\n\nDivorce, however, isn\u2019t the only common denominator for these familial rifts. My neighbor Judy\u2019s son cut off contact with her just when she was most vulnerable, after the death of her husband of 45 years. It left Judy bewildered and even more broken because she had no idea her son had been hiding these feelings for so long. \u201cHe told me I never treated his father with the respect he deserved,\u201d Judy says. \u201cI still don\u2019t understand.\u201d\n\nIn an appropriately titled book, Walking on Eggshells: Navigating the Delicate Relationship Between Adult Children and Parents, author Jane Isay writes that one of the reasons for this plague of estrangements is that adult children become progressively more focused on their own lives as they get older, a natural development that some mothers and fathers have a hard time accepting. \u201cParents can adapt themselves to no longer being the center of their children\u2019s lives,\u201d she explains. For most parents that\u2019s easier said than done. It certainly was for me since almost from the moment my children were conceived, my life was centered around their well-being. Then, all of a sudden, they were grown, on their own, and I was expected to just step off to the side.\n\nAbout six months ago, I sent Mia a chatty email that included a question about some remodel work I was having done on my house. Her husband used to own a construction company. She took an especially long time to respond. After I conveyed my impatience to her, she let me know quite bluntly that she was very busy with her job and life and friends and I shouldn\u2019t expect her to drop everything to immediately respond unless it was an emergency. I felt dismissed, disrespected, and angry.\n\nThat was when I finally decided that if I wasn\u2019t able to change her attitude toward me, I was going to have to change my attitude toward her. It was a liberating moment, one that Sheri McGregor talks about in her book, Done with the Crying: Help and Healing for Mothers of Estranged Adult Children. I read about the emotional suffering she went through because of her estranged son. Like me, she spent years feeling guilty and trying to figure out why it had happened. Eventually she came to the realization that, after all her failed efforts to change the situation, it was time for her to get on with her life and let her son get on with his. That\u2019s exactly what I had to do.\n\nIn an email (I didn\u2019t trust myself to verbally relay this message), I let Mia know for the first time how her behavior had affected me all these years, how unfair I felt it was for her to be so aloof and uncommunicative. I told her that I loved her but that I was done feeling guilty and tiptoeing around her feelings. I explained that when and if she wanted to have a relationship, I would be here. If she didn\u2019t, I would accept her decision.\n\nAlmost immediately I felt like a weight had been lifted from my heart. Mia now knew exactly how I felt. This baring of my soul was hard, and it involved a lot of soul-searching. I came to the realization that perhaps I was the problem all along because I expected Mia to continue acting like the adoring little girl she used to be, something she wasn\u2019t able to do. If that were the case, we both now would be free of the emotional ties that had caused us so much angst.\n\nIt\u2019s been several months since I sent that email. Since then I\u2019ve only heard from Mia once \u2014 on my birthday. It was a short and cordial phone conversation. And, surprising to me, I was just fine with that. My life is, well, less clouded by my trouble with Mia. I still worry about her, but every time I do I remind myself that she is a very capable adult who has a right to decide how she wants to relate to me and the rest of her family. Then I go about my own business.\n\nKaren Westerberg Reyes\u2019 last article for the Post was \u201cDon\u2019t Patronize Me!\u201d in the November/December 2016 issue.", "length": 1750}, "189": {"text": "\u200b\u200bHacienda, or the Spanish taxman to you and me, has granted significant tax advantages for savings & investment plans held by Spanish Tax Residents, under certain conditions.\n\nThe advantages are considerable and further compounded as the Hacienda treats non-compliant investments negatively with extra reporting and punitive taxation every year.\n\nAre your existing investments safe from punitive tax?\n\nWhat needs to be declared on modelo 720\n\nSpanish Tax Residents (are you certain you are not considered tax resident in Spain? (see below)) must declare overseas assets worth more than \u20ac50000, including:\n\nAre you a Spanish Tax Resident?\n\nSeems complicated, but establishing tax residency in Spain is very simple. You are a Spanish Tax Resident if:\n\nThese rules have been tightened up to include those who deliberately spend less than 183 days a year in Spain to avoid being tax-resident. We know of cases where car hire, flight details & credit card bills have all been used to prove time spent in Spain.\n\nWhat can be done to avoid this?\n\nHad Mr Expat invested in a Spanish Tax Compliant Bond instead, no savings tax would be payable as no withdrawal was taken and he would not even need to declare the plan to the Hacienda.\n\nFirstly, if no withdrawal is made, there is no tax to pay \u2013 a huge saving in tax.\n\nNow assume the \u20ac10,000 gain is withdrawn. The important consideration here is that partial withdrawals are apportioned partly between redemption of capital (from the original investment) and partly from the gain.\n\nMost clients I meet wrongly assume the tax would be the same as their current non-compliant investment of \u20ac1,980 (19.8% of the gain). But this is not the case at all. The tax due would be reduced significantly as calculated in the three stages below:\n\nMr Expat would be taxed \u20ac1,980 in a non-compliant investment even if no withdrawals had been made, whereas in a Spanish tax compliant bond he would only have a tax bill of \u20ac172.71 even when taking the full \u20ac10,000 and zero if no withdrawal was made. A tax saving of \u20ac1,807.29 in the first year.\n\nThis is a spectacular difference in a country\\\u2019s treatment of investments where tax is concerned.\n\nIf these dramatic tax savings have not made your ears prick up, then consider these additional advantages of Spanish compliant investments:\n\nYour current investments may be causing you problems with non-declaration or draconian tax bills. The time to review your investments in line with your Spanish tax Residency is now.\n\n\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200bThe above article was kindly provided by Blacktower Financial Management Group\u200b and originally posted at: \u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200bhttps://www.blacktowerfm.com/news/507-spectacular-tax-savings-for-expats-using-spanish-compliant-investments", "length": 458}, "190": {"text": "A professional botanist and biologist with an interest in promoting biological knowledge and awareness to all.\nView all posts by Alastair Culham \u2192\nThis entry was posted in Advent, Herbarium RNG, Public Engagement with Science and tagged Prunus mahaleb. Bookmark the permalink.\nLogging In...", "length": 43}, "191": {"text": "Let me be the first, and possibly only, person to say it: I love Rupert Murdoch like a mother. I'm not sure whether I mean that I love him as if I were his mother, or I love him as if he were my mother, but in either case the love is as heartfelt as it is creepy.\n\nThe reason for this love is that the man has vision. He recently stated in an interview with Sky News Australia that his News Corp. properties will soon be blocking Google entirely. This is so brilliant I can barely touch-type, my fingers tremble so.\n\nWe all know that traditional media outlets are encountering lots of problems, having to compete with blogs, vlogs, podcasts, Twitter, dubious forwarded e-mails about candidates for public office getting drunk and punching the flag, YouTube videos of '80s-era Star Wars toy commercials and whatever the hell Cory Doctorow's doing this week.\n\nThe audiences for traditional newspapers are getting older, more crotchety and increasingly dead. Most people don't want their news to come with such hassles as a cover price, ads or dissenting opinions. How to bring in a younger, hipper audience that's willing to spend money just to prove that they have money?\n\nMurdoch, that crazy mad genius, realizes that the only way to attract this lucrative demographic is to establish street cred. He's going underground, reinventing news as an exclusive club that you can't find just by entering a search term.\n\nOnce inside, the website will be dark, noisy and disorienting, just like an exclusive club or a MySpace page. There will be a two-drink minimum. I'm not sure how that will work, actually, but if anyone can force people to buy $10 beers while browsing the web, it's my man Rupert. People will pretend to be reading stories about police standoffs and Knicks games, but they'll actually be looking around to see who else made it in. And all that affectation and posing is like unto money in Murdoch's pocket.\n\nSure, he'll lose market share, but he'll make it up by catering to a clientele made up entirely of money-spending, hard-partying young people, plus a single undercover detective who infiltrates the shocking world of underground websites to track down a killer by having conversations in front of pole dancers. I assume.\n\nThis is clearly the way of the future. I'd love to say that Murdoch invented it, but he's just taking it to its logical conclusion. The real inventor is \u2014 brass sting! \u2014 Google itself. An exclusive online space that everyone wants to get into, but nobody really knows why except that they see other people getting in? Sounds like Google Wave to me.\n\nBorn helpless, nude and unable to provide for himself, Lore Sjoberg eventually overcame these handicaps to show a lot of cleavage.", "length": 488}, "192": {"text": "The long-lost wolf OR3, once thought dead, has made an appearance in the Southern Cascade Mountains.", "length": 17}, "193": {"text": "The wolf OR3 has been spotted in the Southern Cascade Range.(Photo: Photo courtesy of ODFW)\n\nThe long-lost wolf OR3, once thought dead, has made an appearance in the Southern Cascade Mountains.\n\nThe radio-collared wolf, who was last heard from by state biologists in September of 2011 near Prineville, showed up on a hunter's trail camera in northern Klamath County, apparently near Crater Lake National Park this summer.\n\nHe becomes just the latest arrival to the state's west side, joining the famous OR7 and his Rogue Pack, along with the Keno Pair in the Southern Cascade Range.", "length": 101}, "194": {"text": "Wolf OR7 has pups in Siskiyou National Forest\n\nThe Oregon Department of Fish and Wildlife confirmed last week that the photograph taken by the hunter's trail camera was OR3.\n\n\"Little is known about the current status of OR3 but wildlife biologists will attempt to gather more information,\" the agency said in a statement.\n\nThe reappearance of OR3 was first reported by Jim Yuskavitch on the blog Sneak Cat.\n\nOR3 is originally from the Imnaha Wolf Pack and was collared with a VHF radio collar in February 2010. He dispersed from the pack in May 2011.", "length": 96}, "195": {"text": "When the wolves return to Western Oregon\n\nUnlike GPS collars which automatically provide locations to a computer, VHF collars require wildlife biologists to locate the collar with special telemetry equipment in the field. OR3 was located just a few times since his dispersal, including in the Fossil wildlife management unit in the summer of 2011. However, after the long silence, many believed the wolf was dead.\n\nAt this time, it is expected that his collar is no longer sending out a signal as the time span has exceeded the battery life of the collar.", "length": 94}, "196": {"text": "Boeing has rolled out its 10,000th 737 aircraft, making the model the world\u2019s most produced commercial jet aircraft.\n\nThe latest aircraft in the series to roll out of the manufacturer\u2019s factory at Renton, Washington was a 737 Max 8 \u2013 one of its newest 737 models \u2013 that is set to be delivered to US carrier, Southwest Airlines.\n\nThe 737 has officially been recognised by Guinness World Records as the most produced commercial jet, an accolade the aircraft had previously received in 2006 when the 5,000th model rolled out of Boeing\u2019s Renton factory.\n\nIt took close to four decades for Boeing to reach its first 5,000 B737s, but just 12 years after that to hit the 10,000 mark. According to Boeing, growing market demand and increased production rates are behind the rapid increase, and the manufacturer expects to further increase the rate of production for the 737 from 47 aircraft per month to 52 later this year.\n\nAs a show of comparison, rival aircraft manufacturer Airbus celebrated the delivery of 10,000 aircraft in total in October 2016.\n\nBoeing still has orders for more than 4,600 B737 aircraft, notably consisting of its newest Max series that comprises the recently launched Max 8, along with the larger Max 9 launching later this year, the smallest Max 7 entering service in 2019 and the largest Max 10 expected to launch in 2020.\n\nAccording to Boeing, a 737 takes off or lands every 1.5 seconds and on average there are more than 2,800 of the aircraft in the air at any time. The total number of miles flown by the aircraft is estimated to be more than 122 billion miles, enough to circle the globe five million times.", "length": 293}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/sorted_top_vocab.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/sorted_top_vocab.json new file mode 100644 index 0000000000000000000000000000000000000000..8c1d53e79f38447a9cc08f026f45a374640ea660 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/sorted_top_vocab.json @@ -0,0 +1 @@ +{"one": {"count": 139, "proportion": 0.004865413560152613, "vocab": "one"}, "people": {"count": 99, "proportion": 0.003465294550036753, "vocab": "people"}, "said": {"count": 92, "proportion": 0.0032202737232664776, "vocab": "said"}, "new": {"count": 90, "proportion": 0.003150267772760685, "vocab": "new"}, "also": {"count": 86, "proportion": 0.0030102558717490986, "vocab": "also"}, "like": {"count": 85, "proportion": 0.002975252896496202, "vocab": "like"}, "first": {"count": 84, "proportion": 0.002940249921243306, "vocab": "first"}, "year": {"count": 82, "proportion": 0.0028702439707375127, "vocab": "year"}, "time": {"count": 75, "proportion": 0.0026252231439672373, "vocab": "time"}, "last": {"count": 68, "proportion": 0.002380202317196962, "vocab": "last"}, "years": {"count": 67, "proportion": 0.002345199341944065, "vocab": "years"}, "two": {"count": 66, "proportion": 0.002310196366691169, "vocab": "two"}, "get": {"count": 64, "proportion": 0.0022401904161853756, "vocab": "get"}, "state": {"count": 57, "proportion": 0.0019951695894151003, "vocab": "state"}, "many": {"count": 54, "proportion": 0.0018901606636564107, "vocab": "many"}, "world": {"count": 52, "proportion": 0.0018201547131506178, "vocab": "world"}, "much": {"count": 51, "proportion": 0.0017851517378977212, "vocab": "much"}, "government": {"count": 51, "proportion": 0.0017851517378977212, "vocab": "government"}, "back": {"count": 51, "proportion": 0.0017851517378977212, "vocab": "back"}, "season": {"count": 50, "proportion": 0.0017501487626448249, "vocab": "season"}, "know": {"count": 49, "proportion": 0.0017151457873919283, "vocab": "know"}, "made": {"count": 48, "proportion": 0.0016801428121390317, "vocab": "made"}, "around": {"count": 47, "proportion": 0.0016451398368861354, "vocab": "around"}, "may": {"count": 46, "proportion": 0.0016101368616332388, "vocab": "may"}, "even": {"count": 45, "proportion": 0.0015751338863803424, "vocab": "even"}, "future": {"count": 44, "proportion": 0.0015401309111274459, "vocab": "future"}, "take": {"count": 44, "proportion": 0.0015401309111274459, "vocab": "take"}, "good": {"count": 44, "proportion": 0.0015401309111274459, "vocab": "good"}, "well": {"count": 44, "proportion": 0.0015401309111274459, "vocab": "well"}, "us": {"count": 42, "proportion": 0.001470124960621653, "vocab": "us"}, "china": {"count": 41, "proportion": 0.0014351219853687563, "vocab": "china"}, "group": {"count": 40, "proportion": 0.0014001190101158598, "vocab": "group"}, "right": {"count": 40, "proportion": 0.0014001190101158598, "vocab": "right"}, "day": {"count": 40, "proportion": 0.0014001190101158598, "vocab": "day"}, "life": {"count": 39, "proportion": 0.0013651160348629634, "vocab": "life"}, "really": {"count": 38, "proportion": 0.0013301130596100668, "vocab": "really"}, "going": {"count": 38, "proportion": 0.0013301130596100668, "vocab": "going"}, "according": {"count": 38, "proportion": 0.0013301130596100668, "vocab": "according"}, "since": {"count": 37, "proportion": 0.0012951100843571703, "vocab": "since"}, "see": {"count": 36, "proportion": 0.001260107109104274, "vocab": "see"}, "think": {"count": 36, "proportion": 0.001260107109104274, "vocab": "think"}, "work": {"count": 36, "proportion": 0.001260107109104274, "vocab": "work"}, "used": {"count": 36, "proportion": 0.001260107109104274, "vocab": "used"}, "things": {"count": 35, "proportion": 0.0012251041338513773, "vocab": "things"}, "make": {"count": 35, "proportion": 0.0012251041338513773, "vocab": "make"}, "african": {"count": 34, "proportion": 0.001190101158598481, "vocab": "african"}, "go": {"count": 34, "proportion": 0.001190101158598481, "vocab": "go"}, "ham": {"count": 34, "proportion": 0.001190101158598481, "vocab": "ham"}, "second": {"count": 34, "proportion": 0.001190101158598481, "vocab": "second"}, "tea": {"count": 34, "proportion": 0.001190101158598481, "vocab": "tea"}, "still": {"count": 34, "proportion": 0.001190101158598481, "vocab": "still"}, "place": {"count": 33, "proportion": 0.0011550981833455844, "vocab": "place"}, "four": {"count": 33, "proportion": 0.0011550981833455844, "vocab": "four"}, "milk": {"count": 33, "proportion": 0.0011550981833455844, "vocab": "milk"}, "public": {"count": 32, "proportion": 0.0011200952080926878, "vocab": "public"}, "ib\u00e9rico": {"count": 32, "proportion": 0.0011200952080926878, "vocab": "ib\u00e9rico"}, "got": {"count": 31, "proportion": 0.0010850922328397915, "vocab": "got"}, "issue": {"count": 31, "proportion": 0.0010850922328397915, "vocab": "issue"}, "look": {"count": 31, "proportion": 0.0010850922328397915, "vocab": "look"}, "best": {"count": 31, "proportion": 0.0010850922328397915, "vocab": "best"}, "way": {"count": 31, "proportion": 0.0010850922328397915, "vocab": "way"}, "food": {"count": 30, "proportion": 0.0010500892575868949, "vocab": "food"}, "long": {"count": 30, "proportion": 0.0010500892575868949, "vocab": "long"}, "come": {"count": 30, "proportion": 0.0010500892575868949, "vocab": "come"}, "game": {"count": 30, "proportion": 0.0010500892575868949, "vocab": "game"}, "home": {"count": 30, "proportion": 0.0010500892575868949, "vocab": "home"}, "court": {"count": 30, "proportion": 0.0010500892575868949, "vocab": "court"}, "three": {"count": 29, "proportion": 0.0010150862823339983, "vocab": "three"}, "eliot": {"count": 29, "proportion": 0.0010150862823339983, "vocab": "eliot"}, "important": {"count": 29, "proportion": 0.0010150862823339983, "vocab": "important"}, "little": {"count": 29, "proportion": 0.0010150862823339983, "vocab": "little"}, "city": {"count": 29, "proportion": 0.0010150862823339983, "vocab": "city"}, "iran": {"count": 29, "proportion": 0.0010150862823339983, "vocab": "iran"}, "data": {"count": 29, "proportion": 0.0010150862823339983, "vocab": "data"}, "love": {"count": 29, "proportion": 0.0010150862823339983, "vocab": "love"}, "use": {"count": 28, "proportion": 0.000980083307081102, "vocab": "use"}, "however": {"count": 28, "proportion": 0.000980083307081102, "vocab": "however"}, "history": {"count": 28, "proportion": 0.000980083307081102, "vocab": "history"}, "due": {"count": 28, "proportion": 0.000980083307081102, "vocab": "due"}, "part": {"count": 28, "proportion": 0.000980083307081102, "vocab": "part"}, "man": {"count": 28, "proportion": 0.000980083307081102, "vocab": "man"}, "along": {"count": 27, "proportion": 0.0009450803318282054, "vocab": "along"}, "development": {"count": 27, "proportion": 0.0009450803318282054, "vocab": "development"}, "say": {"count": 27, "proportion": 0.0009450803318282054, "vocab": "say"}, "design": {"count": 27, "proportion": 0.0009450803318282054, "vocab": "design"}, "another": {"count": 27, "proportion": 0.0009450803318282054, "vocab": "another"}, "next": {"count": 27, "proportion": 0.0009450803318282054, "vocab": "next"}, "case": {"count": 27, "proportion": 0.0009450803318282054, "vocab": "case"}, "great": {"count": 27, "proportion": 0.0009450803318282054, "vocab": "great"}, "less": {"count": 27, "proportion": 0.0009450803318282054, "vocab": "less"}, "idea": {"count": 26, "proportion": 0.0009100773565753089, "vocab": "idea"}, "called": {"count": 26, "proportion": 0.0009100773565753089, "vocab": "called"}, "among": {"count": 26, "proportion": 0.0009100773565753089, "vocab": "among"}, "told": {"count": 26, "proportion": 0.0009100773565753089, "vocab": "told"}, "team": {"count": 26, "proportion": 0.0009100773565753089, "vocab": "team"}, "tax": {"count": 26, "proportion": 0.0009100773565753089, "vocab": "tax"}, "let": {"count": 26, "proportion": 0.0009100773565753089, "vocab": "let"}, "3rd": {"count": 26, "proportion": 0.0009100773565753089, "vocab": "3rd"}, "soy": {"count": 25, "proportion": 0.0008750743813224124, "vocab": "soy"}, "book": {"count": 25, "proportion": 0.0008750743813224124, "vocab": "book"}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/text_dset/cache-44c5b4fd795439b5.arrow b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/text_dset/cache-44c5b4fd795439b5.arrow new file mode 100644 index 0000000000000000000000000000000000000000..be6649ca3a733747b34d5f764b21053f719ee649 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/text_dset/cache-44c5b4fd795439b5.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb4db59fda64595da71953d940ebbb945bd66ba4b078ec81cd8682d4370761eb +size 778488 diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/text_dset/data-00000-of-00001.arrow b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/text_dset/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..71b5d57556865c53e787cc065886701739e53202 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/text_dset/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f617cce2defaf83255893aa927877b864273b53dfd553a67d7f68a24a803af +size 314048 diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/text_dset/dataset_info.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/text_dset/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ac4fb6ae939f31c312a09424d711666ef39b5a71 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/text_dset/dataset_info.json @@ -0,0 +1,33 @@ +{ + "builder_name": "generator", + "citation": "", + "config_name": "default", + "dataset_name": "generator", + "dataset_size": 487928, + "description": "", + "download_checksums": {}, + "download_size": 0, + "features": { + "text": { + "dtype": "string", + "_type": "Value" + } + }, + "homepage": "", + "license": "", + "size_in_bytes": 487928, + "splits": { + "train": { + "name": "train", + "num_bytes": 487928, + "num_examples": 100, + "dataset_name": "generator" + } + }, + "version": { + "version_str": "0.0.0", + "major": 0, + "minor": 0, + "patch": 0 + } +} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/text_dset/state.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/text_dset/state.json new file mode 100644 index 0000000000000000000000000000000000000000..fb9d331b643fe65093662764d8c20d7486bda0f4 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/text_dset/state.json @@ -0,0 +1,13 @@ +{ + "_data_files": [ + { + "filename": "data-00000-of-00001.arrow" + } + ], + "_fingerprint": "d51c243428018f45", + "_format_columns": null, + "_format_kwargs": {}, + "_format_type": null, + "_output_all_columns": false, + "_split": "train" +} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/text_duplicates/text_duplicates.html b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/text_duplicates/text_duplicates.html new file mode 100644 index 0000000000000000000000000000000000000000..0829d026a4b7c4ceb3e5382c5f3f1bd3b5d8c4f0 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/text_duplicates/text_duplicates.html @@ -0,0 +1 @@ +
duplicate_fraction0.0
duplicates_dict
\ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/text_duplicates/text_duplicates.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/text_duplicates/text_duplicates.json new file mode 100644 index 0000000000000000000000000000000000000000..aae9400f9535bac52e94b74b3c0d3cdc8b926f9c --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/text_duplicates/text_duplicates.json @@ -0,0 +1 @@ +{"duplicate_fraction": 0.0, "duplicates_dict": {}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/tokenized_df.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/tokenized_df.json new file mode 100644 index 0000000000000000000000000000000000000000..3949cf99c4d1c239190b170a14b6ac0d9324342b --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/tokenized_df.json @@ -0,0 +1 @@ +{"0": {"text": "One of the essential, if often unstated, job requirements of an American president is to provide stability, order and predictability in a world that tends toward chaos, disarray and entropy. When our political leaders ignore this \u2014 and certainly when they delight in disruption \u2014 the consequences can be severe. Stability is easy to take for granted, but impossible to live without.\n\nProjecting clear convictions is important for preventing adversaries from misreading America\u2019s intentions and will. Our allies also depend on our predictability and reassuring steadiness. Their actions in trade and economics, in alliances with other nations and in the military sphere are often influenced by how much they believe they can rely on American support.\n\nOrder and stability in the executive branch are also linked to the health of our system of government. Chaos in the West Wing can be crippling, as White House aides \u2014 in a constant state of uncertainty, distrustful of colleagues, fearful that they might be excoriated or fired \u2014 find it nearly impossible to do their jobs. This emanates throughout the entire federal government. Devoid of steadfast leadership, executive agencies easily become dysfunctional themselves.\n\nWorse yet, if key pillars of our system, like our intelligence and law enforcement agencies, are denigrated by the president, they can be destabilized, and Americans\u2019 trust in them can be undermined. Without a reliable chief executive, Congress, an inherently unruly institution, will also find it difficult to do its job, since our constitutional system relies on its various branches to constantly engage with one another in governing.\n\nBut that\u2019s hardly the whole of it. Particularly in this social media era, a president who thrives on disruption and chaos is impossible to escape. Every shocking statement and act is given intense coverage. As a result, the president is omnipresent, the subject of endless coast-to-coast conversations among family and friends, never far from our thoughts. As Andrew Sullivan has observed, \u201cA free society means being free of those who rule over you \u2014 to do the things you care about, your passions, your pastimes, your loves \u2014 to exult in that blessed space where politics doesn\u2019t intervene.\u201d\n\nA presidency characterized by pandemonium invades and infects that space, leaving people unsettled and on edge. And this, in turn, leads to greater polarization, to feelings of alienation and anger, to unrest and even to violence.\n\nA spirit of instability in government will cause Americans to lose confidence in our public institutions. When citizens lose that basic faith in their government, it leads to corrosive cynicism and the acceptance of conspiracy theories. Movements and individuals once considered fringe become mainstream, while previously responsible figures decamp to the fever swamps. One result is that the informal and unwritten rules of political and human interaction, which are at the core of civilization, are undone. There is such a thing as democratic etiquette; when it is lost, the common assumptions that allow for compromise and progress erode.\n\nIn short, chaotic leadership can inflict real trauma on political and civic culture.\n\nAll of which brings us to Donald Trump, arguably the most disruptive and transgressive president in American history. He thrives on creating turbulence in every conceivable sphere. The blast radius of his tumultuous acts and chaotic temperament is vast.\nMr. Trump acts as if order is easy to achieve and needs to be overturned while disruption and disorder are what we need. But the opposite is true. \u201cRage and frenzy will pull down more in half an hour,\u201d Edmund Burke wrote, \u201cthan prudence, deliberation and foresight can build up in a hundred years.\u201d\n\nMr. Trump and his supporters don\u2019t seem to agree, or don\u2019t seem to care. And here\u2019s the truly worrisome thing: The disruption is only going to increase, both because he\u2019s facing criticism that seems to trigger him psychologically and because his theory of management involves the cultivation of chaos. He has shown throughout his life a defiant refusal to be disciplined. His disordered personality thrives on mayhem and upheaval, on vicious personal attacks and ceaseless conflict. As we\u2019re seeing, his malignant character is emboldening some, while it\u2019s causing others \u2014 the Republican leadership comes to mind \u2014 to briefly speak out (at best) before returning to silence and acquiescence. The effect on the rest of us? We cannot help losing our capacity to be shocked and alarmed.\n\nWe have as president the closest thing to a nihilist in our history \u2014 a man who believes in little or nothing, who has the impulse to burn down rather than to build up. When the president eventually faces a genuine crisis, his ignorance and inflammatory instincts will make everything worse.\n\nRepublican voters and politicians rallied around Mr. Trump in 2016, believing he was anti-establishment when in fact he was anti-order. He turns out to be an institutional arsonist. It is an irony of American history that the Republican Party, which has historically valued order and institutions, has become the conduit of chaos.", "tokenized_text": ["one", "of", "the", "essential", "if", "often", "unstated", "job", "requirements", "of", "an", "american", "president", "is", "to", "provide", "stability", "order", "and", "predictability", "in", "a", "world", "that", "tends", "toward", "chaos", "disarray", "and", "entropy", "when", "our", "political", "leaders", "ignore", "this", "and", "certainly", "when", "they", "delight", "in", "disruption", "the", "consequences", "can", "be", "severe", "stability", "is", "easy", "to", "take", "for", "granted", "but", "impossible", "to", "live", "without", "projecting", "clear", "convictions", "is", "important", "for", "preventing", "adversaries", "from", "misreading", "america", "s", "intentions", "and", "will", "our", "allies", "also", "depend", "on", "our", "predictability", "and", "reassuring", "steadiness", "their", "actions", "in", "trade", "and", "economics", "in", "alliances", "with", "other", "nations", "and", "in", "the", "military", "sphere", "are", "often", "influenced", "by", "how", "much", "they", "believe", "they", "can", "rely", "on", "american", "support", "order", "and", "stability", "in", "the", "executive", "branch", "are", "also", "linked", "to", "the", "health", "of", "our", "system", "of", "government", "chaos", "in", "the", "west", "wing", "can", "be", "crippling", "as", "white", "house", "aides", "in", "a", "constant", "state", "of", "uncertainty", "distrustful", "of", "colleagues", "fearful", "that", "they", "might", "be", "excoriated", "or", "fired", "find", "it", "nearly", "impossible", "to", "do", "their", "jobs", "this", "emanates", "throughout", "the", "entire", "federal", "government", "devoid", "of", "steadfast", "leadership", "executive", "agencies", "easily", "become", "dysfunctional", "themselves", "worse", "yet", "if", "key", "pillars", "of", "our", "system", "like", "our", "intelligence", "and", "law", "enforcement", "agencies", "are", "denigrated", "by", "the", "president", "they", "can", "be", "destabilized", "and", "americans", "trust", "in", "them", "can", "be", "undermined", "without", "a", "reliable", "chief", "executive", "congress", "an", "inherently", "unruly", "institution", "will", "also", "find", "it", "difficult", "to", "do", "its", "job", "since", "our", "constitutional", "system", "relies", "on", "its", "various", "branches", "to", "constantly", "engage", "with", "one", "another", "in", "governing", "but", "that", "s", "hardly", "the", "whole", "of", "it", "particularly", "in", "this", "social", "media", "era", "a", "president", "who", "thrives", "on", "disruption", "and", "chaos", "is", "impossible", "to", "escape", "every", "shocking", "statement", "and", "act", "is", "given", "intense", "coverage", "as", "a", "result", "the", "president", "is", "omnipresent", "the", "subject", "of", "endless", "coast", "to", "coast", "conversations", "among", "family", "and", "friends", "never", "far", "from", "our", "thoughts", "as", "andrew", "sullivan", "has", "observed", "a", "free", "society", "means", "being", "free", "of", "those", "who", "rule", "over", "you", "to", "do", "the", "things", "you", "care", "about", "your", "passions", "your", "pastimes", "your", "loves", "to", "exult", "in", "that", "blessed", "space", "where", "politics", "doesn", "t", "intervene", "a", "presidency", "characterized", "by", "pandemonium", "invades", "and", "infects", "that", "space", "leaving", "people", "unsettled", "and", "on", "edge", "and", "this", "in", "turn", "leads", "to", "greater", "polarization", "to", "feelings", "of", "alienation", "and", "anger", "to", "unrest", "and", "even", "to", "violence", "a", "spirit", "of", "instability", "in", "government", "will", "cause", "americans", "to", "lose", "confidence", "in", "our", "public", "institutions", "when", "citizens", "lose", "that", "basic", "faith", "in", "their", "government", "it", "leads", "to", "corrosive", "cynicism", "and", "the", "acceptance", "of", "conspiracy", "theories", "movements", "and", "individuals", "once", "considered", "fringe", "become", "mainstream", "while", "previously", "responsible", "figures", "decamp", "to", "the", "fever", "swamps", "one", "result", "is", "that", "the", "informal", "and", "unwritten", "rules", "of", "political", "and", "human", "interaction", "which", "are", "at", "the", "core", "of", "civilization", "are", "undone", "there", "is", "such", "a", "thing", "as", "democratic", "etiquette", "when", "it", "is", "lost", "the", "common", "assumptions", "that", "allow", "for", "compromise", "and", "progress", "erode", "in", "short", "chaotic", "leadership", "can", "inflict", "real", "trauma", "on", "political", "and", "civic", "culture", "all", "of", "which", "brings", "us", "to", "donald", "trump", "arguably", "the", "most", "disruptive", "and", "transgressive", "president", "in", "american", "history", "he", "thrives", "on", "creating", "turbulence", "in", "every", "conceivable", "sphere", "the", "blast", "radius", "of", "his", "tumultuous", "acts", "and", "chaotic", "temperament", "is", "vast", "mr", "trump", "acts", "as", "if", "order", "is", "easy", "to", "achieve", "and", "needs", "to", "be", "overturned", "while", "disruption", "and", "disorder", "are", "what", "we", "need", "but", "the", "opposite", "is", "true", "rage", "and", "frenzy", "will", "pull", "down", "more", "in", "half", "an", "hour", "edmund", "burke", "wrote", "than", "prudence", "deliberation", "and", "foresight", "can", "build", "up", "in", "a", "hundred", "years", "mr", "trump", "and", "his", "supporters", "don", "t", "seem", "to", "agree", "or", "don", "t", "seem", "to", "care", "and", "here", "s", "the", "truly", "worrisome", "thing", "the", "disruption", "is", "only", "going", "to", "increase", "both", "because", "he", "s", "facing", "criticism", "that", "seems", "to", "trigger", "him", "psychologically", "and", "because", "his", "theory", "of", "management", "involves", "the", "cultivation", "of", "chaos", "he", "has", "shown", "throughout", "his", "life", "a", "defiant", "refusal", "to", "be", "disciplined", "his", "disordered", "personality", "thrives", "on", "mayhem", "and", "upheaval", "on", "vicious", "personal", "attacks", "and", "ceaseless", "conflict", "as", "we", "re", "seeing", "his", "malignant", "character", "is", "emboldening", "some", "while", "it", "s", "causing", "others", "the", "republican", "leadership", "comes", "to", "mind", "to", "briefly", "speak", "out", "at", "best", "before", "returning", "to", "silence", "and", "acquiescence", "the", "effect", "on", "the", "rest", "of", "us", "we", "cannot", "help", "losing", "our", "capacity", "to", "be", "shocked", "and", "alarmed", "we", "have", "as", "president", "the", "closest", "thing", "to", "a", "nihilist", "in", "our", "history", "a", "man", "who", "believes", "in", "little", "or", "nothing", "who", "has", "the", "impulse", "to", "burn", "down", "rather", "than", "to", "build", "up", "when", "the", "president", "eventually", "faces", "a", "genuine", "crisis", "his", "ignorance", "and", "inflammatory", "instincts", "will", "make", "everything", "worse", "republican", "voters", "and", "politicians", "rallied", "around", "mr", "trump", "in", "2016", "believing", "he", "was", "anti", "establishment", "when", "in", "fact", "he", "was", "anti", "order", "he", "turns", "out", "to", "be", "an", "institutional", "arsonist", "it", "is", "an", "irony", "of", "american", "history", "that", "the", "republican", "party", "which", "has", "historically", "valued", "order", "and", "institutions", "has", "become", "the", "conduit", "of", "chaos"]}, "1": {"text": "The buyer would get everything, including Lambo's headquarters.\n\nThe investment groupQuantum Group AG has submitted a\u20ac7.5 billion ($9.2 billion at current exchange rates) offer to purchase Lamborghini from Volkswagen Group, Autocar reports. There's no info yet about whether VW intends to accept the offer or further negotiate the deal.\n\nQuantum Group is a holding company based in Zurich, Switzerland, and it might have a tangential relationship with the Porsche family.Rea Stark is representing Quantum in the Lamborghini purchase offer. He is also a co-founder of Pi\u00ebchAutomotive along with Anton Pi\u00ebch who is the son of former VW Group boss Ferdinand Pi\u00ebch and the great-grandson of Ferdinand Porsche. Although, it's not clear if Anton Pi\u00ebch has any role in this attempt to buy Lamborghini, according to Autocar.\n\nQuantum Group wants to purchase more than just the Lamborghini name. The deal would include buying the entire facility inSant\u2019Agata, Italy, and the firm's motorsport operations. There would also be a five-year supplier agreement with Audi, which likely would allow Lambo to continue to produce the current models while preparing new ones. Quantum wants to shape the brand to \"spearhead for innovation by consistently implementing new clean drivetrain technologies,\" according to a document obtained by Autocar.\n\nThere have been rumors for years about VW Group selling Lamborghini. However, in late 2020, the automaker's supervisory board voted not to sell Lambo, Bentley, and Ducati. The company was doing an internal examination to see if the resources were available to develop EVs and autonomous technology while also investing in these premium marques.\"Brands must be measured against new requirements,\" VW Group Chief Executive Herbert Diess said at the time.", "tokenized_text": ["the", "buyer", "would", "get", "everything", "including", "lambo", "s", "headquarters", "the", "investment", "groupquantum", "group", "ag", "has", "submitted", "a", "7", "5", "billion", "9", "2", "billion", "at", "current", "exchange", "rates", "offer", "to", "purchase", "lamborghini", "from", "volkswagen", "group", "autocar", "reports", "there", "s", "no", "info", "yet", "about", "whether", "vw", "intends", "to", "accept", "the", "offer", "or", "further", "negotiate", "the", "deal", "quantum", "group", "is", "a", "holding", "company", "based", "in", "zurich", "switzerland", "and", "it", "might", "have", "a", "tangential", "relationship", "with", "the", "porsche", "family", "rea", "stark", "is", "representing", "quantum", "in", "the", "lamborghini", "purchase", "offer", "he", "is", "also", "a", "co", "founder", "of", "pi\u00ebchautomotive", "along", "with", "anton", "pi\u00ebch", "who", "is", "the", "son", "of", "former", "vw", "group", "boss", "ferdinand", "pi\u00ebch", "and", "the", "great", "grandson", "of", "ferdinand", "porsche", "although", "it", "s", "not", "clear", "if", "anton", "pi\u00ebch", "has", "any", "role", "in", "this", "attempt", "to", "buy", "lamborghini", "according", "to", "autocar", "quantum", "group", "wants", "to", "purchase", "more", "than", "just", "the", "lamborghini", "name", "the", "deal", "would", "include", "buying", "the", "entire", "facility", "insant", "agata", "italy", "and", "the", "firm", "s", "motorsport", "operations", "there", "would", "also", "be", "a", "five", "year", "supplier", "agreement", "with", "audi", "which", "likely", "would", "allow", "lambo", "to", "continue", "to", "produce", "the", "current", "models", "while", "preparing", "new", "ones", "quantum", "wants", "to", "shape", "the", "brand", "to", "spearhead", "for", "innovation", "by", "consistently", "implementing", "new", "clean", "drivetrain", "technologies", "according", "to", "a", "document", "obtained", "by", "autocar", "there", "have", "been", "rumors", "for", "years", "about", "vw", "group", "selling", "lamborghini", "however", "in", "late", "2020", "the", "automaker", "s", "supervisory", "board", "voted", "not", "to", "sell", "lambo", "bentley", "and", "ducati", "the", "company", "was", "doing", "an", "internal", "examination", "to", "see", "if", "the", "resources", "were", "available", "to", "develop", "evs", "and", "autonomous", "technology", "while", "also", "investing", "in", "these", "premium", "marques", "brands", "must", "be", "measured", "against", "new", "requirements", "vw", "group", "chief", "executive", "herbert", "diess", "said", "at", "the", "time"]}, "2": {"text": "The agriculture sector as the main source of income for the most countries of the world in economic activities is very important. The sector due to its high contribution in GNP and export incomes play the critical role in directing and positioning the economic development process especially in third world countries. The agriculture development cannot be fulfilled only by injection of capital and technology to agriculture sector but this is a multidimensional process that many factors intervene on it. The optimization and reinforcement of human resource in agriculture development is undeniable. A kind of investment that today is unavoidable for public and private sector from the expert point of views is to reinforce and develop the entrepreneurship in agriculture sector [6]. Nowadays the agriculture is considered as a sector for complementing the economy and entrepreneurship activities as response to recession and problems in agriculture sector and survival strategy for rural family. One of the suitable options toward competition and commercializing the agriculture sector and active involvement in global markets is to develop the trade units for greenhouse usage [3]. The greenhouse town is a set of greenhouses that is focused in a common space, this is an incorporated and coordinated cultivation and for avoidance from breaking apart the lands and lead to reduction of production costs, enhancement of production productivity, and as a result increasing the farmers income. The greenhouse town of Hashtgerd is the first and biggest hydroponic greenhouse town of Iran by an area amounted 170 hectares that after completing, 1300 skilled and non-skilled person will be employed there. Raman et al. (2008) in a researched titled motivational factors influencing on entrepreneurship decision making believes that the motivation and environmental conditions play the important role in entrepreneurship [8]. Hindle (2006) in his research considered the job satisfaction and age as the most important variables influencing on entrepreneurship [4]. Royer (2003) considered the job satisfaction and age as the most important variable influencing on entrepreneurship too [9]. Lashgarara et al. (2011) concluded that there is a positive relationship between education in high levels and entrepreneurship activities development [5]. Farajolah Hosseini and Mcelwee (2011) in their research found that 67 percent of variance of rural women about the influencing factors on entrepreneurship activates are explained by education, motivation, economic factors and psychological factors [2]. In a research that has been done by Ghonchi et al (2010) the economical, technical and technology individual, professional and infrastructure has been considered as the most important avoiding factors for development of greenhouse units [3]. Sharifi et al (2009) in their paper express that the attitude of the most greenhouse holders toward development and spread of greenhouse is in intermediate and good level and on the other hand there is a positive and significant relationship between communicative channels, performance level, technical knowledge level, net income, green house background, education [10]. Morad nejadi et al (2007) concluded that the economic environment is the most important factor for entrepreneurship in Iran and after them the entrepreneur\u2019s psychological attributes, marketing skills and access to resources, environmental dynamic, and interest toward agriculture are known as other main factors [6]. The town has high problems including inefficiency of major infrastructure like water, electricity and gas, bank lending problems, lack of education, input financing problems like fuel, water price calculation based on industry and not agriculture and some other problems that preclude suitable using from town advantages. Therefore perhaps we can claim that the town could not achieve to one the most important aim toward creating jobs for unemployed graduates of agriculture. Due to cited items the greenhouse cultivation is considered as a novel phenomenon that has not been in Iran for a long time. Despite quantitative growth of greenhouse units in the country, this productive units deal with some multiple problems that make their qualitative development difficult. The current research is aimed to explore the influencing factors on entrepreneurship development of Hashtgerd greenhouse town in order to provide some approaches for entrepreneurship development in this town. The current research is done for Hastgerd greenhouse town located in Savejbolagh in Alborz province. The duration of research is 2011 -2012.\n\nThis is applied study; from the data collection is the descriptive and based on method is correlation. The statistical population in this research includes 39 users of greenhouse town of Hashtgerd. Due to smallness of statistical population and less numbers of users the census method has been used. The instrument used in this study to gather data was the questionnaire. Due to the nature and objectives of this research study is to evaluate the content validity of the questionnaire, to measure the validity questionnaire, the number of Islamic Azad University professors and experts were conducted to examine the necessary and the collection of comments reform of the questionnaire was obtained. In order to determine the reliability of the data collected through questionnaires, Cronbach's alpha test was used for overall Cronbach's alpha of the questionnaire was between 0.914 to 0.972. Independent variables included psychological, economic, and technical support- social- cultural, educational and policy. The dependent variable in this research is the development of entrepreneurial farmers in Hashtgerd Town greenhouse. In order to measure the dependent variable in the form of a Likert questionnaire item 5 is used. In this study, data were collected in two ways: a library research and field studies. After collecting and sorting data, the analysis the data in two stages, using descriptive statistics and inferential statistics were taken. All data processing and statistical analysis was performed using the software SPSS18.\n\nConsidering the results obtained in this study, the average age is 31.89 years. Most beneficiaries that is 38.5 percent have a bachelor's degree. Average exploiters of record service have 6.74 years. 43.6% of farmers produce strawberries product that has accounted for the highest percentage. In order to evaluate the development of entrepreneurship in the town of greenhouse Hashtgerd the form of a five-item Likert 5 option is used. The findings of the study indicate that the majority of the subjects (41 percent) believe entrepreneurship development in the Town of greenhouse Hashtgerd is too much (Table 1). Table 1. Rate of entrepreneurship development of Hashtgerd greenhouse (n=39) Influence\n\nThe Influencing Factors on Entrepreneurship Development of Users in Greenhouse Town of Hashtgerd Agriculture Science Developments Vol(3), No (10), October, 2014.\n\nFactors influencing the choice of family planning among couples in ...\n\nFactors and Perceptions Influencing the Implementation ... - Euromesco\nOct 1, 2006 - events, including 9/11 and the fight against terrorism, have accelerated EU efforts in this ... http://www.euractiv.com/en/justice/illegal- .... This, of course, has led to doubts ... however, in the degree of influence that these posit", "tokenized_text": ["the", "agriculture", "sector", "as", "the", "main", "source", "of", "income", "for", "the", "most", "countries", "of", "the", "world", "in", "economic", "activities", "is", "very", "important", "the", "sector", "due", "to", "its", "high", "contribution", "in", "gnp", "and", "export", "incomes", "play", "the", "critical", "role", "in", "directing", "and", "positioning", "the", "economic", "development", "process", "especially", "in", "third", "world", "countries", "the", "agriculture", "development", "cannot", "be", "fulfilled", "only", "by", "injection", "of", "capital", "and", "technology", "to", "agriculture", "sector", "but", "this", "is", "a", "multidimensional", "process", "that", "many", "factors", "intervene", "on", "it", "the", "optimization", "and", "reinforcement", "of", "human", "resource", "in", "agriculture", "development", "is", "undeniable", "a", "kind", "of", "investment", "that", "today", "is", "unavoidable", "for", "public", "and", "private", "sector", "from", "the", "expert", "point", "of", "views", "is", "to", "reinforce", "and", "develop", "the", "entrepreneurship", "in", "agriculture", "sector", "6", "nowadays", "the", "agriculture", "is", "considered", "as", "a", "sector", "for", "complementing", "the", "economy", "and", "entrepreneurship", "activities", "as", "response", "to", "recession", "and", "problems", "in", "agriculture", "sector", "and", "survival", "strategy", "for", "rural", "family", "one", "of", "the", "suitable", "options", "toward", "competition", "and", "commercializing", "the", "agriculture", "sector", "and", "active", "involvement", "in", "global", "markets", "is", "to", "develop", "the", "trade", "units", "for", "greenhouse", "usage", "3", "the", "greenhouse", "town", "is", "a", "set", "of", "greenhouses", "that", "is", "focused", "in", "a", "common", "space", "this", "is", "an", "incorporated", "and", "coordinated", "cultivation", "and", "for", "avoidance", "from", "breaking", "apart", "the", "lands", "and", "lead", "to", "reduction", "of", "production", "costs", "enhancement", "of", "production", "productivity", "and", "as", "a", "result", "increasing", "the", "farmers", "income", "the", "greenhouse", "town", "of", "hashtgerd", "is", "the", "first", "and", "biggest", "hydroponic", "greenhouse", "town", "of", "iran", "by", "an", "area", "amounted", "170", "hectares", "that", "after", "completing", "1300", "skilled", "and", "non", "skilled", "person", "will", "be", "employed", "there", "raman", "et", "al", "2008", "in", "a", "researched", "titled", "motivational", "factors", "influencing", "on", "entrepreneurship", "decision", "making", "believes", "that", "the", "motivation", "and", "environmental", "conditions", "play", "the", "important", "role", "in", "entrepreneurship", "8", "hindle", "2006", "in", "his", "research", "considered", "the", "job", "satisfaction", "and", "age", "as", "the", "most", "important", "variables", "influencing", "on", "entrepreneurship", "4", "royer", "2003", "considered", "the", "job", "satisfaction", "and", "age", "as", "the", "most", "important", "variable", "influencing", "on", "entrepreneurship", "too", "9", "lashgarara", "et", "al", "2011", "concluded", "that", "there", "is", "a", "positive", "relationship", "between", "education", "in", "high", "levels", "and", "entrepreneurship", "activities", "development", "5", "farajolah", "hosseini", "and", "mcelwee", "2011", "in", "their", "research", "found", "that", "67", "percent", "of", "variance", "of", "rural", "women", "about", "the", "influencing", "factors", "on", "entrepreneurship", "activates", "are", "explained", "by", "education", "motivation", "economic", "factors", "and", "psychological", "factors", "2", "in", "a", "research", "that", "has", "been", "done", "by", "ghonchi", "et", "al", "2010", "the", "economical", "technical", "and", "technology", "individual", "professional", "and", "infrastructure", "has", "been", "considered", "as", "the", "most", "important", "avoiding", "factors", "for", "development", "of", "greenhouse", "units", "3", "sharifi", "et", "al", "2009", "in", "their", "paper", "express", "that", "the", "attitude", "of", "the", "most", "greenhouse", "holders", "toward", "development", "and", "spread", "of", "greenhouse", "is", "in", "intermediate", "and", "good", "level", "and", "on", "the", "other", "hand", "there", "is", "a", "positive", "and", "significant", "relationship", "between", "communicative", "channels", "performance", "level", "technical", "knowledge", "level", "net", "income", "green", "house", "background", "education", "10", "morad", "nejadi", "et", "al", "2007", "concluded", "that", "the", "economic", "environment", "is", "the", "most", "important", "factor", "for", "entrepreneurship", "in", "iran", "and", "after", "them", "the", "entrepreneur", "s", "psychological", "attributes", "marketing", "skills", "and", "access", "to", "resources", "environmental", "dynamic", "and", "interest", "toward", "agriculture", "are", "known", "as", "other", "main", "factors", "6", "the", "town", "has", "high", "problems", "including", "inefficiency", "of", "major", "infrastructure", "like", "water", "electricity", "and", "gas", "bank", "lending", "problems", "lack", "of", "education", "input", "financing", "problems", "like", "fuel", "water", "price", "calculation", "based", "on", "industry", "and", "not", "agriculture", "and", "some", "other", "problems", "that", "preclude", "suitable", "using", "from", "town", "advantages", "therefore", "perhaps", "we", "can", "claim", "that", "the", "town", "could", "not", "achieve", "to", "one", "the", "most", "important", "aim", "toward", "creating", "jobs", "for", "unemployed", "graduates", "of", "agriculture", "due", "to", "cited", "items", "the", "greenhouse", "cultivation", "is", "considered", "as", "a", "novel", "phenomenon", "that", "has", "not", "been", "in", "iran", "for", "a", "long", "time", "despite", "quantitative", "growth", "of", "greenhouse", "units", "in", "the", "country", "this", "productive", "units", "deal", "with", "some", "multiple", "problems", "that", "make", "their", "qualitative", "development", "difficult", "the", "current", "research", "is", "aimed", "to", "explore", "the", "influencing", "factors", "on", "entrepreneurship", "development", "of", "hashtgerd", "greenhouse", "town", "in", "order", "to", "provide", "some", "approaches", "for", "entrepreneurship", "development", "in", "this", "town", "the", "current", "research", "is", "done", "for", "hastgerd", "greenhouse", "town", "located", "in", "savejbolagh", "in", "alborz", "province", "the", "duration", "of", "research", "is", "2011", "2012", "this", "is", "applied", "study", "from", "the", "data", "collection", "is", "the", "descriptive", "and", "based", "on", "method", "is", "correlation", "the", "statistical", "population", "in", "this", "research", "includes", "39", "users", "of", "greenhouse", "town", "of", "hashtgerd", "due", "to", "smallness", "of", "statistical", "population", "and", "less", "numbers", "of", "users", "the", "census", "method", "has", "been", "used", "the", "instrument", "used", "in", "this", "study", "to", "gather", "data", "was", "the", "questionnaire", "due", "to", "the", "nature", "and", "objectives", "of", "this", "research", "study", "is", "to", "evaluate", "the", "content", "validity", "of", "the", "questionnaire", "to", "measure", "the", "validity", "questionnaire", "the", "number", "of", "islamic", "azad", "university", "professors", "and", "experts", "were", "conducted", "to", "examine", "the", "necessary", "and", "the", "collection", "of", "comments", "reform", "of", "the", "questionnaire", "was", "obtained", "in", "order", "to", "determine", "the", "reliability", "of", "the", "data", "collected", "through", "questionnaires", "cronbach", "s", "alpha", "test", "was", "used", "for", "overall", "cronbach", "s", "alpha", "of", "the", "questionnaire", "was", "between", "0", "914", "to", "0", "972", "independent", "variables", "included", "psychological", "economic", "and", "technical", "support", "social", "cultural", "educational", "and", "policy", "the", "dependent", "variable", "in", "this", "research", "is", "the", "development", "of", "entrepreneurial", "farmers", "in", "hashtgerd", "town", "greenhouse", "in", "order", "to", "measure", "the", "dependent", "variable", "in", "the", "form", "of", "a", "likert", "questionnaire", "item", "5", "is", "used", "in", "this", "study", "data", "were", "collected", "in", "two", "ways", "a", "library", "research", "and", "field", "studies", "after", "collecting", "and", "sorting", "data", "the", "analysis", "the", "data", "in", "two", "stages", "using", "descriptive", "statistics", "and", "inferential", "statistics", "were", "taken", "all", "data", "processing", "and", "statistical", "analysis", "was", "performed", "using", "the", "software", "spss18", "considering", "the", "results", "obtained", "in", "this", "study", "the", "average", "age", "is", "31", "89", "years", "most", "beneficiaries", "that", "is", "38", "5", "percent", "have", "a", "bachelor", "s", "degree", "average", "exploiters", "of", "record", "service", "have", "6", "74", "years", "43", "6", "of", "farmers", "produce", "strawberries", "product", "that", "has", "accounted", "for", "the", "highest", "percentage", "in", "order", "to", "evaluate", "the", "development", "of", "entrepreneurship", "in", "the", "town", "of", "greenhouse", "hashtgerd", "the", "form", "of", "a", "five", "item", "likert", "5", "option", "is", "used", "the", "findings", "of", "the", "study", "indicate", "that", "the", "majority", "of", "the", "subjects", "41", "percent", "believe", "entrepreneurship", "development", "in", "the", "town", "of", "greenhouse", "hashtgerd", "is", "too", "much", "table", "1", "table", "1", "rate", "of", "entrepreneurship", "development", "of", "hashtgerd", "greenhouse", "n", "39", "influence", "the", "influencing", "factors", "on", "entrepreneurship", "development", "of", "users", "in", "greenhouse", "town", "of", "hashtgerd", "agriculture", "science", "developments", "vol", "3", "no", "10", "october", "2014", "factors", "influencing", "the", "choice", "of", "family", "planning", "among", "couples", "in", "factors", "and", "perceptions", "influencing", "the", "implementation", "euromesco", "oct", "1", "2006", "events", "including", "9", "11", "and", "the", "fight", "against", "terrorism", "have", "accelerated", "eu", "efforts", "in", "this", "http", "www", "euractiv", "com", "en", "justice", "illegal", "this", "of", "course", "has", "led", "to", "doubts", "however", "in", "the", "degree", "of", "influence", "that", "these", "posit"]}, "3": {"text": "management factors influencing open innovation ... - DiVA portal\nWith innovation becoming the source of growth for major businesses, there .... companies such as Apple, Microsoft etc (Pisano, 2006). ...... idea in that website.\n\nAn Analysis of the Factors Influencing ITS Technology Adoption and ...\nnew technology may evolve and what types of Federal programs would be best suited to promote diffusion. ...... West Palm Beach, Boca Raton, Delray. 1999.\n\nFactors influencing the choice of family planning among couples in ...\nJun 17, 2011 - timing of pregnancy, also known as spacing of children ... powerful that they can obscure the line between ..... gee.org/guide/ islamic.html.", "tokenized_text": ["management", "factors", "influencing", "open", "innovation", "diva", "portal", "with", "innovation", "becoming", "the", "source", "of", "growth", "for", "major", "businesses", "there", "companies", "such", "as", "apple", "microsoft", "etc", "pisano", "2006", "idea", "in", "that", "website", "an", "analysis", "of", "the", "factors", "influencing", "its", "technology", "adoption", "and", "new", "technology", "may", "evolve", "and", "what", "types", "of", "federal", "programs", "would", "be", "best", "suited", "to", "promote", "diffusion", "west", "palm", "beach", "boca", "raton", "delray", "1999", "factors", "influencing", "the", "choice", "of", "family", "planning", "among", "couples", "in", "jun", "17", "2011", "timing", "of", "pregnancy", "also", "known", "as", "spacing", "of", "children", "powerful", "that", "they", "can", "obscure", "the", "line", "between", "gee", "org", "guide", "islamic", "html"]}, "4": {"text": "Henry Repeating Arms is proud to announce this Guns For Great Causes benefit for 8-year-old Kalel Hamilton and his family. Kalel is currently battling Duchenne Muscular Dystrophy, a rare and terminal genetic disease with no known cure.\n\nEach one of the 50 rifles in the \u201cFlex For Kalel\u201d series is a donation from Henry Repeating Arms President and Owner, Anthony Imperato, to help raise funds for a treatment that could potentially save Kalel\u2019s life. The engraving and painting embellishments are graciously donated by our friends and partners at Baron Engraving of Trumbull, CT.\n\n100% of the proceeds go to Kalel\u2019s family who will be donating the funds to the non-profit organization, Cure Rare Diseases, to secure Kalel\u2019s eligibility for an experimental gene therapy treatment.", "tokenized_text": ["henry", "repeating", "arms", "is", "proud", "to", "announce", "this", "guns", "for", "great", "causes", "benefit", "for", "8", "year", "old", "kalel", "hamilton", "and", "his", "family", "kalel", "is", "currently", "battling", "duchenne", "muscular", "dystrophy", "a", "rare", "and", "terminal", "genetic", "disease", "with", "no", "known", "cure", "each", "one", "of", "the", "50", "rifles", "in", "the", "flex", "for", "kalel", "series", "is", "a", "donation", "from", "henry", "repeating", "arms", "president", "and", "owner", "anthony", "imperato", "to", "help", "raise", "funds", "for", "a", "treatment", "that", "could", "potentially", "save", "kalel", "s", "life", "the", "engraving", "and", "painting", "embellishments", "are", "graciously", "donated", "by", "our", "friends", "and", "partners", "at", "baron", "engraving", "of", "trumbull", "ct", "100", "of", "the", "proceeds", "go", "to", "kalel", "s", "family", "who", "will", "be", "donating", "the", "funds", "to", "the", "non", "profit", "organization", "cure", "rare", "diseases", "to", "secure", "kalel", "s", "eligibility", "for", "an", "experimental", "gene", "therapy", "treatment"]}, "5": {"text": "The \u201cFlex For Kalel\u201d edition rifles feature a superhero motif as a symbol of Kalel\u2019s endurance and a nod to his name, which is inspired by Kal-El, the birth name of Clark Kent, AKA Superman. Built on Henry\u2019s award-winning Golden Boy platform, the rifles are chambered in .22 S/L/LR and feature a Brasslite receiver cover, blued steel octagon barrel, and genuine American walnut furniture with laser engraving and hand painted accents. A lime green muscular dystrophy awareness ribbon drapes through the overall design. Each rifle in the series is marked with a unique serial number ranging from \u201cFLEXFORKAL01\u201d through \u201cFLEXFORKAL50.\u201d\n\nAll of the rifles are available for purchase directly from Henry Repeating Arms with the exception of the first and last in the series, which are up for auction on Gunbroker.com. Thank you to everyone who chooses to support this \u2018Guns For Great Causes\u2019 campaign on behalf of Kalel and his family.", "tokenized_text": ["the", "flex", "for", "kalel", "edition", "rifles", "feature", "a", "superhero", "motif", "as", "a", "symbol", "of", "kalel", "s", "endurance", "and", "a", "nod", "to", "his", "name", "which", "is", "inspired", "by", "kal", "el", "the", "birth", "name", "of", "clark", "kent", "aka", "superman", "built", "on", "henry", "s", "award", "winning", "golden", "boy", "platform", "the", "rifles", "are", "chambered", "in", "22", "s", "l", "lr", "and", "feature", "a", "brasslite", "receiver", "cover", "blued", "steel", "octagon", "barrel", "and", "genuine", "american", "walnut", "furniture", "with", "laser", "engraving", "and", "hand", "painted", "accents", "a", "lime", "green", "muscular", "dystrophy", "awareness", "ribbon", "drapes", "through", "the", "overall", "design", "each", "rifle", "in", "the", "series", "is", "marked", "with", "a", "unique", "serial", "number", "ranging", "from", "flexforkal01", "through", "flexforkal50", "all", "of", "the", "rifles", "are", "available", "for", "purchase", "directly", "from", "henry", "repeating", "arms", "with", "the", "exception", "of", "the", "first", "and", "last", "in", "the", "series", "which", "are", "up", "for", "auction", "on", "gunbroker", "com", "thank", "you", "to", "everyone", "who", "chooses", "to", "support", "this", "guns", "for", "great", "causes", "campaign", "on", "behalf", "of", "kalel", "and", "his", "family"]}, "6": {"text": "ALL \u2018FLEX FOR KALEL\u2019 RIFLES ARE CURRENTLY SOLD OUT. PLEASE VISIT THE AUCTIONS FOR SERIAL #1 AND SERIAL #50 USING THE LINKS ABOVE.\n\nTHANK YOU FOR YOUR SUPPORT OF KALEL, HIS FAMILY, AND GUNS FOR GREAT CAUSES!", "tokenized_text": ["all", "flex", "for", "kalel", "rifles", "are", "currently", "sold", "out", "please", "visit", "the", "auctions", "for", "serial", "1", "and", "serial", "50", "using", "the", "links", "above", "thank", "you", "for", "your", "support", "of", "kalel", "his", "family", "and", "guns", "for", "great", "causes"]}, "7": {"text": "Sinaloa.- The low tourism that has been registered in the port of Mazatl\u00e1n is due to the requirement of the Covid-19 vaccination certificate, said Julio Birrueta, director of the Association of Hotels and Tourism Companies.\n\nHe ruled out that the decrease is due to the return to classes, because in 2019, the children were in school and they did not have that low percentage.\n\n\u201cMany people keep asking when are we going to remove the vaccination certificate. One of the reasons is that some have not been vaccinated, and those who are already do not want the hassle, and as in other tourist destinations they do not ask for it, because they go where there is less hassle, \u201csaid Birrueta.\n\nAccording to the hotel businessman, since the measures were announced in late July and early August, especially that it would be essential to carry the Covid-19 vaccination card, they immediately had cancellations of all kinds, but most were of group.\n\nThanks to the long weekend, the influx in hotels increased to 50 percent. They hope to go as high as 60 percent.\nJulio Birrueta indicated that in the month of August a 51 percent was registered.\n\nThe tourism servers commented that the month of August was not profitable and the activity fell by up to 30 percent.\n\nAfter the considerable drop, just yesterday an increase in visitors began to be noticed in the city. The most frequented places were Playa Norte and the Golden Zone.\n\nThe tourist leader asserted that from the beginning of the requirement, they estimated that it could affect the influx of tourism. He said that in this month of September and October it could still go lower.\n\nHe asks the authorities to evaluate this requirement, because although they are aware of the health situation, there are losses not only in the hotel sector, but for the thousands of families that depend on this activity in Mazatl\u00e1n.", "tokenized_text": ["sinaloa", "the", "low", "tourism", "that", "has", "been", "registered", "in", "the", "port", "of", "mazatl\u00e1n", "is", "due", "to", "the", "requirement", "of", "the", "covid", "19", "vaccination", "certificate", "said", "julio", "birrueta", "director", "of", "the", "association", "of", "hotels", "and", "tourism", "companies", "he", "ruled", "out", "that", "the", "decrease", "is", "due", "to", "the", "return", "to", "classes", "because", "in", "2019", "the", "children", "were", "in", "school", "and", "they", "did", "not", "have", "that", "low", "percentage", "many", "people", "keep", "asking", "when", "are", "we", "going", "to", "remove", "the", "vaccination", "certificate", "one", "of", "the", "reasons", "is", "that", "some", "have", "not", "been", "vaccinated", "and", "those", "who", "are", "already", "do", "not", "want", "the", "hassle", "and", "as", "in", "other", "tourist", "destinations", "they", "do", "not", "ask", "for", "it", "because", "they", "go", "where", "there", "is", "less", "hassle", "said", "birrueta", "according", "to", "the", "hotel", "businessman", "since", "the", "measures", "were", "announced", "in", "late", "july", "and", "early", "august", "especially", "that", "it", "would", "be", "essential", "to", "carry", "the", "covid", "19", "vaccination", "card", "they", "immediately", "had", "cancellations", "of", "all", "kinds", "but", "most", "were", "of", "group", "thanks", "to", "the", "long", "weekend", "the", "influx", "in", "hotels", "increased", "to", "50", "percent", "they", "hope", "to", "go", "as", "high", "as", "60", "percent", "julio", "birrueta", "indicated", "that", "in", "the", "month", "of", "august", "a", "51", "percent", "was", "registered", "the", "tourism", "servers", "commented", "that", "the", "month", "of", "august", "was", "not", "profitable", "and", "the", "activity", "fell", "by", "up", "to", "30", "percent", "after", "the", "considerable", "drop", "just", "yesterday", "an", "increase", "in", "visitors", "began", "to", "be", "noticed", "in", "the", "city", "the", "most", "frequented", "places", "were", "playa", "norte", "and", "the", "golden", "zone", "the", "tourist", "leader", "asserted", "that", "from", "the", "beginning", "of", "the", "requirement", "they", "estimated", "that", "it", "could", "affect", "the", "influx", "of", "tourism", "he", "said", "that", "in", "this", "month", "of", "september", "and", "october", "it", "could", "still", "go", "lower", "he", "asks", "the", "authorities", "to", "evaluate", "this", "requirement", "because", "although", "they", "are", "aware", "of", "the", "health", "situation", "there", "are", "losses", "not", "only", "in", "the", "hotel", "sector", "but", "for", "the", "thousands", "of", "families", "that", "depend", "on", "this", "activity", "in", "mazatl\u00e1n"]}, "8": {"text": "According to the analyst, these AR contact lenses are \u201cunlikely to have independent computing power and storage.\u201d It\u2019s possible they would be connected to an owner\u2019s iPhone to get data.\n\nIn addition, Kuo said that Apple has several prototypes of its headset that weigh 200-300 grams but the final weight could be reduced to 100-200 grams if it can solve some technical problems.\n\nThis would make them significantly lighter than existing VR devices.\n\nApple is reportedly working on the most advanced and powerful chips for its unannounced VR headset, with some chips reportedly beating its own M1 Mac processors.\n\nThe iPhone maker may use a fabric exterior to reduce the headset weight, but the company is also using a fan \u2014 an unusual move for Apple given its emphasis on fan-less design.", "tokenized_text": ["according", "to", "the", "analyst", "these", "ar", "contact", "lenses", "are", "unlikely", "to", "have", "independent", "computing", "power", "and", "storage", "it", "s", "possible", "they", "would", "be", "connected", "to", "an", "owner", "s", "iphone", "to", "get", "data", "in", "addition", "kuo", "said", "that", "apple", "has", "several", "prototypes", "of", "its", "headset", "that", "weigh", "200", "300", "grams", "but", "the", "final", "weight", "could", "be", "reduced", "to", "100", "200", "grams", "if", "it", "can", "solve", "some", "technical", "problems", "this", "would", "make", "them", "significantly", "lighter", "than", "existing", "vr", "devices", "apple", "is", "reportedly", "working", "on", "the", "most", "advanced", "and", "powerful", "chips", "for", "its", "unannounced", "vr", "headset", "with", "some", "chips", "reportedly", "beating", "its", "own", "m1", "mac", "processors", "the", "iphone", "maker", "may", "use", "a", "fabric", "exterior", "to", "reduce", "the", "headset", "weight", "but", "the", "company", "is", "also", "using", "a", "fan", "an", "unusual", "move", "for", "apple", "given", "its", "emphasis", "on", "fan", "less", "design"]}, "9": {"text": "The Patriots opened as massive betting favorites over the Dolphins entering their AFC East divisional matchup on Sunday, and the spread has only continued to climb since then.\n\nNew England, coming off of a dominant 33\u20133 win over the Steelers to open their season, opened as 14.5-point road favorites before their number jumped to -19 at William Hill as of Tuesday afternoon.\n\nIf the spread holds, it will be one of the five largest point spreads in an NFL game in the past decade, and the Patriots will be the biggest road favorite over that stretch too.\n\nThe Jaguars started the season 0\u20135, while Peyton Manning\u2019s Broncos were 5\u20130. Manning and the Broncos won the game 35\u201319, but fell well short of covering the 26.5-point spread.\n\nThe Colts were 0\u201311 heading into this matchup, as they had lost Peyton Manning for the season. The Patriots led 31\u20133 at the end of the third quarter, but the Colts came through with the cover, scoring 21 unanswered points in the fourth for a final score of 31\u201324.\n\nThe Seahawks took a 24\u20130 halftime lead and didn\u2019t look back, as they won and covered 45\u201317 behind Russell Wilson and Co.\n\nAn ugly start to the 2018 season got uglier for the Vikings at home against Buffalo last year. The Bills took an early 17\u20130 lead in the first quarter before making it 27\u201310 at halftime. Minnesota lost outright, 27\u20136.\n\nIt was Tom Brady against Bryce Petty on Christmas Eve, and it\u2019s not hard to figure out how this one ended. The Patriots took a 27\u20130 lead at halftime thanks to touchdowns on three of their first four drives before finishing the Jets off 41\u20133 for the cover.", "tokenized_text": ["the", "patriots", "opened", "as", "massive", "betting", "favorites", "over", "the", "dolphins", "entering", "their", "afc", "east", "divisional", "matchup", "on", "sunday", "and", "the", "spread", "has", "only", "continued", "to", "climb", "since", "then", "new", "england", "coming", "off", "of", "a", "dominant", "33", "3", "win", "over", "the", "steelers", "to", "open", "their", "season", "opened", "as", "14", "5", "point", "road", "favorites", "before", "their", "number", "jumped", "to", "19", "at", "william", "hill", "as", "of", "tuesday", "afternoon", "if", "the", "spread", "holds", "it", "will", "be", "one", "of", "the", "five", "largest", "point", "spreads", "in", "an", "nfl", "game", "in", "the", "past", "decade", "and", "the", "patriots", "will", "be", "the", "biggest", "road", "favorite", "over", "that", "stretch", "too", "the", "jaguars", "started", "the", "season", "0", "5", "while", "peyton", "manning", "s", "broncos", "were", "5", "0", "manning", "and", "the", "broncos", "won", "the", "game", "35", "19", "but", "fell", "well", "short", "of", "covering", "the", "26", "5", "point", "spread", "the", "colts", "were", "0", "11", "heading", "into", "this", "matchup", "as", "they", "had", "lost", "peyton", "manning", "for", "the", "season", "the", "patriots", "led", "31", "3", "at", "the", "end", "of", "the", "third", "quarter", "but", "the", "colts", "came", "through", "with", "the", "cover", "scoring", "21", "unanswered", "points", "in", "the", "fourth", "for", "a", "final", "score", "of", "31", "24", "the", "seahawks", "took", "a", "24", "0", "halftime", "lead", "and", "didn", "t", "look", "back", "as", "they", "won", "and", "covered", "45", "17", "behind", "russell", "wilson", "and", "co", "an", "ugly", "start", "to", "the", "2018", "season", "got", "uglier", "for", "the", "vikings", "at", "home", "against", "buffalo", "last", "year", "the", "bills", "took", "an", "early", "17", "0", "lead", "in", "the", "first", "quarter", "before", "making", "it", "27", "10", "at", "halftime", "minnesota", "lost", "outright", "27", "6", "it", "was", "tom", "brady", "against", "bryce", "petty", "on", "christmas", "eve", "and", "it", "s", "not", "hard", "to", "figure", "out", "how", "this", "one", "ended", "the", "patriots", "took", "a", "27", "0", "lead", "at", "halftime", "thanks", "to", "touchdowns", "on", "three", "of", "their", "first", "four", "drives", "before", "finishing", "the", "jets", "off", "41", "3", "for", "the", "cover"]}, "10": {"text": "The thing that most people fear most about cab driving is the possibility of being robbed at gunpoint or even murdered by a customer. Thank God I haven\u2019t been robbed. I know it has happened to some of our other drivers over the years but contrary to popular belief, it\u2019s not an everyday occurrence. There is however, another thing that happens much more frequently that\u2019s not nearly as dramatic but can still put you in a bad mood and mess up your day. It\u2019s when you don\u2019t get paid for your services. Most drivers call it \u201cgetting stiffed\u201d.\n\nAs with most cities, at least in the working class and poorer areas, the check cashing, payday loan and title loan business is big business in Birmingham. These places are everywhere you look in", "tokenized_text": ["the", "thing", "that", "most", "people", "fear", "most", "about", "cab", "driving", "is", "the", "possibility", "of", "being", "robbed", "at", "gunpoint", "or", "even", "murdered", "by", "a", "customer", "thank", "god", "i", "haven", "t", "been", "robbed", "i", "know", "it", "has", "happened", "to", "some", "of", "our", "other", "drivers", "over", "the", "years", "but", "contrary", "to", "popular", "belief", "it", "s", "not", "an", "everyday", "occurrence", "there", "is", "however", "another", "thing", "that", "happens", "much", "more", "frequently", "that", "s", "not", "nearly", "as", "dramatic", "but", "can", "still", "put", "you", "in", "a", "bad", "mood", "and", "mess", "up", "your", "day", "it", "s", "when", "you", "don", "t", "get", "paid", "for", "your", "services", "most", "drivers", "call", "it", "getting", "stiffed", "as", "with", "most", "cities", "at", "least", "in", "the", "working", "class", "and", "poorer", "areas", "the", "check", "cashing", "payday", "loan", "and", "title", "loan", "business", "is", "big", "business", "in", "birmingham", "these", "places", "are", "everywhere", "you", "look", "in"]}, "11": {"text": "certain parts of town. I had just dropped off a customer in Fairfield and was heading back toward downtown. I booked into the 200 zone as I approached the Arkadelphia Road exit. I immediately recieved a call to an address I knew to be in the Elyton project.\n\nThe cell phone seemed to be a permanant attachment to her body. She didn\u2019t take it down from her ear until we had reached our destination. She was young, I\u2019d say about 20. She was thin and dressed cheaply, a red bandana covered her hair. She quickly told me where she wanted to go, a payday/title loan place on Greensprings Highway. She was talking with someone who was obviously selling her something. I overheard talk of shipping options, dates of arrival ect\u2026Whatever it was, I guess she really wanted it. So much so that she would call a cab to take her to get a loan to buy a money order in order to buy it, whatever it was.\n\nShe didn\u2019t stay in the place very long, she was turned down quickly. It seems the only payday she had was a government check for a little more than two hundred dollars a month. She had no car to pawn the title to, she was S.O.L and so was I. She already owed me more than $20 by this time. Once it became clear that she had no means of paying the fare I just turned the meter off and told her I would take her home but let her know in no uncertain terms that I didn\u2019t have to. I could have, and probably should have, just left her ass stranded there.\n\nI gave her a lecture on the way home about why she should make sure she had money before she called a cab. I told her that I could have called the cops and that most drivers would have called them. \u201cFo\u2019 real?\u201d she asked. \u201cFo\u2019 what?\u201d She had no idea that stiffing a cab driver could possibly be against the law. I told her it was called theft of service, which is similar to theft of property, like shoplifting from a store.\u201dNaw it ain\u2019t\u201d she said. It seemed to me that this young woman had grown to adulthood without a clue as to how to function in society. Pitiful, I thought. At least she did offer a \u201cthank you\u201d as she got out of the car back at home.\n\nIt was fairly early in the morning, after sunrise but before 8am. I had been working the going to work business in the 400 and 500 zones. It had been raining off and on and was a very gray morning. Norwood is one of Birmingham\u2019s grand old neighborhoods that fell into decline and disrepair after the white flight. Big houses that were once elegant mansions line some of the streets. A few of them, a very few, have been bought in recent years and renovated back to their former glory. Most are still in sad shape, some repairable with a major effort. Others that are burned out or literally falling down are beyond repair. This call wasn\u2019t to an old mansion but to a decent home in good shape.", "tokenized_text": ["certain", "parts", "of", "town", "i", "had", "just", "dropped", "off", "a", "customer", "in", "fairfield", "and", "was", "heading", "back", "toward", "downtown", "i", "booked", "into", "the", "200", "zone", "as", "i", "approached", "the", "arkadelphia", "road", "exit", "i", "immediately", "recieved", "a", "call", "to", "an", "address", "i", "knew", "to", "be", "in", "the", "elyton", "project", "the", "cell", "phone", "seemed", "to", "be", "a", "permanant", "attachment", "to", "her", "body", "she", "didn", "t", "take", "it", "down", "from", "her", "ear", "until", "we", "had", "reached", "our", "destination", "she", "was", "young", "i", "d", "say", "about", "20", "she", "was", "thin", "and", "dressed", "cheaply", "a", "red", "bandana", "covered", "her", "hair", "she", "quickly", "told", "me", "where", "she", "wanted", "to", "go", "a", "payday", "title", "loan", "place", "on", "greensprings", "highway", "she", "was", "talking", "with", "someone", "who", "was", "obviously", "selling", "her", "something", "i", "overheard", "talk", "of", "shipping", "options", "dates", "of", "arrival", "ect", "whatever", "it", "was", "i", "guess", "she", "really", "wanted", "it", "so", "much", "so", "that", "she", "would", "call", "a", "cab", "to", "take", "her", "to", "get", "a", "loan", "to", "buy", "a", "money", "order", "in", "order", "to", "buy", "it", "whatever", "it", "was", "she", "didn", "t", "stay", "in", "the", "place", "very", "long", "she", "was", "turned", "down", "quickly", "it", "seems", "the", "only", "payday", "she", "had", "was", "a", "government", "check", "for", "a", "little", "more", "than", "two", "hundred", "dollars", "a", "month", "she", "had", "no", "car", "to", "pawn", "the", "title", "to", "she", "was", "s", "o", "l", "and", "so", "was", "i", "she", "already", "owed", "me", "more", "than", "20", "by", "this", "time", "once", "it", "became", "clear", "that", "she", "had", "no", "means", "of", "paying", "the", "fare", "i", "just", "turned", "the", "meter", "off", "and", "told", "her", "i", "would", "take", "her", "home", "but", "let", "her", "know", "in", "no", "uncertain", "terms", "that", "i", "didn", "t", "have", "to", "i", "could", "have", "and", "probably", "should", "have", "just", "left", "her", "ass", "stranded", "there", "i", "gave", "her", "a", "lecture", "on", "the", "way", "home", "about", "why", "she", "should", "make", "sure", "she", "had", "money", "before", "she", "called", "a", "cab", "i", "told", "her", "that", "i", "could", "have", "called", "the", "cops", "and", "that", "most", "drivers", "would", "have", "called", "them", "fo", "real", "she", "asked", "fo", "what", "she", "had", "no", "idea", "that", "stiffing", "a", "cab", "driver", "could", "possibly", "be", "against", "the", "law", "i", "told", "her", "it", "was", "called", "theft", "of", "service", "which", "is", "similar", "to", "theft", "of", "property", "like", "shoplifting", "from", "a", "store", "naw", "it", "ain", "t", "she", "said", "it", "seemed", "to", "me", "that", "this", "young", "woman", "had", "grown", "to", "adulthood", "without", "a", "clue", "as", "to", "how", "to", "function", "in", "society", "pitiful", "i", "thought", "at", "least", "she", "did", "offer", "a", "thank", "you", "as", "she", "got", "out", "of", "the", "car", "back", "at", "home", "it", "was", "fairly", "early", "in", "the", "morning", "after", "sunrise", "but", "before", "8am", "i", "had", "been", "working", "the", "going", "to", "work", "business", "in", "the", "400", "and", "500", "zones", "it", "had", "been", "raining", "off", "and", "on", "and", "was", "a", "very", "gray", "morning", "norwood", "is", "one", "of", "birmingham", "s", "grand", "old", "neighborhoods", "that", "fell", "into", "decline", "and", "disrepair", "after", "the", "white", "flight", "big", "houses", "that", "were", "once", "elegant", "mansions", "line", "some", "of", "the", "streets", "a", "few", "of", "them", "a", "very", "few", "have", "been", "bought", "in", "recent", "years", "and", "renovated", "back", "to", "their", "former", "glory", "most", "are", "still", "in", "sad", "shape", "some", "repairable", "with", "a", "major", "effort", "others", "that", "are", "burned", "out", "or", "literally", "falling", "down", "are", "beyond", "repair", "this", "call", "wasn", "t", "to", "an", "old", "mansion", "but", "to", "a", "decent", "home", "in", "good", "shape"]}, "12": {"text": "She was sitting on the front porch when I drove up. A young girl, no doubt a teenager, jumped up and immediately got in the back seat. \u201cHow much will it cost to take me to Bessemer?\u201d she asked. i said probably about $40, maybe more, depending on where it is in Bessemer. At first I didn\u2019t worry about getting stiffed because most passengers that intend to stiff you don\u2019t ask for an estimate. That\u2019s because they\u2019re not planning on paying you anyway.\n\nOn the way to Bessemer I learned that she was 16 and she had been out all night with boys that her mother didn\u2019t like. She anticipated a big fight with her mother when she got home and was clearly anxious about it. She didn\u2019t tell me but I instinctively knew that my fare would depend on an angry, possibly hysterical mother paying me. I started to worry. When we arrived at the house the meter was at $42 and mom was nowhere to be found. My customer\u2019s brother said that he thought she had been called to work but he wasn\u2019t sure. The girl made no attempt to call her mom. Maybe she couldn\u2019t take calls at work or maybe it was just out of fear, I don\u2019t know.\n\nThe girl was about to panic. \u201cI don\u2019t know how I\u2019m going to pay you\u201d she said. I had just been stiffed by the payday loan girl about a week earlier and I wasn\u2019t in the mood to get stiffed again. I had already decided that I would call the cops if it became necessary. She approached the car window and said \u201cI\u2019ve got this little bracelet, it\u2019s made of silver and gold. If I can pawn it I\u2019ll pay you.\u201d She saw that the meter was at $42 already and was able to reason that by the time she got to the pawn shop and took the necessary time to pawn it, the fare would be much higher. She asked if I could just charge her a flat rate. I told her that if she didn\u2019t mess around and take too much of my time I would turn the meter off and just charge her the $42, she agreed.\n\nThe first place turned her down cold. The second place had a sign out front that said \u201cWe Buy Gold\u201d. She stayed in this place for about ten minutes. She came out accompanied by a bling wearing heavyweight dude that reminded me of Biggie Smalls. The rain had started to fall steadily as the big guy knocked on my window. He had a $100 bill in his hand. He asked \u201cyou got fifty eight dollars?\u201d I dug around in my pockets and found that I did indeed have fifty eight dollars. Just as we made the transaction my customer said \u201cyou don\u2019t have to worry about taking me back home.\u201d She and Biggie walked back into the office. I got paid and I don\u2019t know how the story ended with her mom.", "tokenized_text": ["she", "was", "sitting", "on", "the", "front", "porch", "when", "i", "drove", "up", "a", "young", "girl", "no", "doubt", "a", "teenager", "jumped", "up", "and", "immediately", "got", "in", "the", "back", "seat", "how", "much", "will", "it", "cost", "to", "take", "me", "to", "bessemer", "she", "asked", "i", "said", "probably", "about", "40", "maybe", "more", "depending", "on", "where", "it", "is", "in", "bessemer", "at", "first", "i", "didn", "t", "worry", "about", "getting", "stiffed", "because", "most", "passengers", "that", "intend", "to", "stiff", "you", "don", "t", "ask", "for", "an", "estimate", "that", "s", "because", "they", "re", "not", "planning", "on", "paying", "you", "anyway", "on", "the", "way", "to", "bessemer", "i", "learned", "that", "she", "was", "16", "and", "she", "had", "been", "out", "all", "night", "with", "boys", "that", "her", "mother", "didn", "t", "like", "she", "anticipated", "a", "big", "fight", "with", "her", "mother", "when", "she", "got", "home", "and", "was", "clearly", "anxious", "about", "it", "she", "didn", "t", "tell", "me", "but", "i", "instinctively", "knew", "that", "my", "fare", "would", "depend", "on", "an", "angry", "possibly", "hysterical", "mother", "paying", "me", "i", "started", "to", "worry", "when", "we", "arrived", "at", "the", "house", "the", "meter", "was", "at", "42", "and", "mom", "was", "nowhere", "to", "be", "found", "my", "customer", "s", "brother", "said", "that", "he", "thought", "she", "had", "been", "called", "to", "work", "but", "he", "wasn", "t", "sure", "the", "girl", "made", "no", "attempt", "to", "call", "her", "mom", "maybe", "she", "couldn", "t", "take", "calls", "at", "work", "or", "maybe", "it", "was", "just", "out", "of", "fear", "i", "don", "t", "know", "the", "girl", "was", "about", "to", "panic", "i", "don", "t", "know", "how", "i", "m", "going", "to", "pay", "you", "she", "said", "i", "had", "just", "been", "stiffed", "by", "the", "payday", "loan", "girl", "about", "a", "week", "earlier", "and", "i", "wasn", "t", "in", "the", "mood", "to", "get", "stiffed", "again", "i", "had", "already", "decided", "that", "i", "would", "call", "the", "cops", "if", "it", "became", "necessary", "she", "approached", "the", "car", "window", "and", "said", "i", "ve", "got", "this", "little", "bracelet", "it", "s", "made", "of", "silver", "and", "gold", "if", "i", "can", "pawn", "it", "i", "ll", "pay", "you", "she", "saw", "that", "the", "meter", "was", "at", "42", "already", "and", "was", "able", "to", "reason", "that", "by", "the", "time", "she", "got", "to", "the", "pawn", "shop", "and", "took", "the", "necessary", "time", "to", "pawn", "it", "the", "fare", "would", "be", "much", "higher", "she", "asked", "if", "i", "could", "just", "charge", "her", "a", "flat", "rate", "i", "told", "her", "that", "if", "she", "didn", "t", "mess", "around", "and", "take", "too", "much", "of", "my", "time", "i", "would", "turn", "the", "meter", "off", "and", "just", "charge", "her", "the", "42", "she", "agreed", "the", "first", "place", "turned", "her", "down", "cold", "the", "second", "place", "had", "a", "sign", "out", "front", "that", "said", "we", "buy", "gold", "she", "stayed", "in", "this", "place", "for", "about", "ten", "minutes", "she", "came", "out", "accompanied", "by", "a", "bling", "wearing", "heavyweight", "dude", "that", "reminded", "me", "of", "biggie", "smalls", "the", "rain", "had", "started", "to", "fall", "steadily", "as", "the", "big", "guy", "knocked", "on", "my", "window", "he", "had", "a", "100", "bill", "in", "his", "hand", "he", "asked", "you", "got", "fifty", "eight", "dollars", "i", "dug", "around", "in", "my", "pockets", "and", "found", "that", "i", "did", "indeed", "have", "fifty", "eight", "dollars", "just", "as", "we", "made", "the", "transaction", "my", "customer", "said", "you", "don", "t", "have", "to", "worry", "about", "taking", "me", "back", "home", "she", "and", "biggie", "walked", "back", "into", "the", "office", "i", "got", "paid", "and", "i", "don", "t", "know", "how", "the", "story", "ended", "with", "her", "mom"]}, "13": {"text": "The 2-floor Utah property was formerly an independent property. Each of the hotel's 30 guest rooms is outfitted with queen or king bed. Parking, high-speed WiFi, and hot breakfast (served daily) are complimentary at the Vagabond Inn Cedar City.\n\nScott Pokorny, Director of Franchising to Vagabond Inn Corporation, said, \u201cI'm excited\u2014we're all excited\u2014to be expanding into Utah. It's huge.\"\n\nIn signing the Cedar City, Utah hotel, Vagabond Inn brand has officially grown more than 15 percent in 2017. Vagabond Inns can also be found in Arizona, California, Nevada, and Texas.\n\n\"It's great to have the chance to bring our brand of west coast hospitality to a new community,\" Pokorny said. \"Right now, we're surprising ourselves in terms of growth.\"", "tokenized_text": ["the", "2", "floor", "utah", "property", "was", "formerly", "an", "independent", "property", "each", "of", "the", "hotel", "s", "30", "guest", "rooms", "is", "outfitted", "with", "queen", "or", "king", "bed", "parking", "high", "speed", "wifi", "and", "hot", "breakfast", "served", "daily", "are", "complimentary", "at", "the", "vagabond", "inn", "cedar", "city", "scott", "pokorny", "director", "of", "franchising", "to", "vagabond", "inn", "corporation", "said", "i", "m", "excited", "we", "re", "all", "excited", "to", "be", "expanding", "into", "utah", "it", "s", "huge", "in", "signing", "the", "cedar", "city", "utah", "hotel", "vagabond", "inn", "brand", "has", "officially", "grown", "more", "than", "15", "percent", "in", "2017", "vagabond", "inns", "can", "also", "be", "found", "in", "arizona", "california", "nevada", "and", "texas", "it", "s", "great", "to", "have", "the", "chance", "to", "bring", "our", "brand", "of", "west", "coast", "hospitality", "to", "a", "new", "community", "pokorny", "said", "right", "now", "we", "re", "surprising", "ourselves", "in", "terms", "of", "growth"]}, "14": {"text": "No, I\u2019m not talking about any particular issue with the media! My moan is about the overuse of the word \"issue\" in the media, in politics and by corporate high fliers. Everything these days, instead of being a problem, or a difficulty or even a discussion, is now an ISSUE!\n\nMedia issues, they keep using that \"I\" word!\n\nI assume that this has crossed the Atlantic at some stage, just like \"I hear what you're saying\" or \"Say again\". These phrases seem to have gone out of fashion and I for one, wish people would think about what they are saying, rather than blindly going with the flow and spouting out nonsense phrases.\n\nIs it just me that perceives this, or has anyone noticed the overuse of the word \"ISSUE\" in the media?", "tokenized_text": ["no", "i", "m", "not", "talking", "about", "any", "particular", "issue", "with", "the", "media", "my", "moan", "is", "about", "the", "overuse", "of", "the", "word", "issue", "in", "the", "media", "in", "politics", "and", "by", "corporate", "high", "fliers", "everything", "these", "days", "instead", "of", "being", "a", "problem", "or", "a", "difficulty", "or", "even", "a", "discussion", "is", "now", "an", "issue", "media", "issues", "they", "keep", "using", "that", "i", "word", "i", "assume", "that", "this", "has", "crossed", "the", "atlantic", "at", "some", "stage", "just", "like", "i", "hear", "what", "you", "re", "saying", "or", "say", "again", "these", "phrases", "seem", "to", "have", "gone", "out", "of", "fashion", "and", "i", "for", "one", "wish", "people", "would", "think", "about", "what", "they", "are", "saying", "rather", "than", "blindly", "going", "with", "the", "flow", "and", "spouting", "out", "nonsense", "phrases", "is", "it", "just", "me", "that", "perceives", "this", "or", "has", "anyone", "noticed", "the", "overuse", "of", "the", "word", "issue", "in", "the", "media"]}, "15": {"text": "I would like to bet that any interviews recorded more than a couple of years ago would be less likely to contain \u201cissues\u201d. These days however \u201cissues\u201d are all over the place and you can pretty much guarantee the word will be used several times in a single interview broadcast.\n\nI sent a text to Five Live the other day to congratulate John Hutton, the Minister for Work and Pensions, who somehow managed to do a 10-minute interview, without using the word once! Funnily enough my comments were not read out on the air. Presumably this was because the presenter had \u201cissues\u201d and used the word regularly himself!\n\nTotally agree . I have serious \u201c issues \u201c with that word and I the overuse of it. It\u2019s\u201d politicospeak\u201d. If I am allowed a neologism?\n23/06 Fastdoc\n0\n\nI hate the word issue. At least half of our communications in the workplace contain it. It's the white bread of vocabulary. I challenge myself to find ways of never using that word.\n17/11/17 Nancy\n4\n\nI notice that when Microsoft offer a software update they write \" this update is to solve an issue with\". I think they should state \" we have issued this update to solve a potential problem with\" etc.\n07/09/16 Thig\n0\n\nI have noticed the \"issue\" word is increasingly being used in the workplace. However, when somebody voices their \"issue\" an \" issue\" is found against them. Soon things get so that everybody has some kind of \"issue\".\n19/09/13 sideWALK\n1\n\nHow pathetic is this, from the Daily Fail :\n\n'We have now completed our internal investigation with our long term sales associate, who was involved in the EDL issue, and he will be back at work in due course.'\n\nAn issue is either :\n\nA child, as in : \"John Smith, issue of Bill Smith and Mary Jones\"\nor\nan instance of a publication, as in : \"The September 25th. issue of the New Scientist.\"\n\nThree cheers for this observationI The overuse of the word \"issue\" is something that's irritated me ever since it emerged on this side of the Atlantic. Indeed, instead of \"problem\", \"difficulty\", \"complaint\", \"enquiry\" and so on, everything in the world of business, government and so many organisations of all colours these days, is an \"issue\". In particular when it comes to contacting a company to make a complaint there is a subtle psychology at work here when instead of admitting incompetence, shortcomings, inefficiency etc., it's all referred to as being \"an issue\": the reason for this is that the use of the word \"issue\" in this context is an attempt to neutralise any potential admission of guilt or wrong doing; e.g. I contacted my internet service provider once to complain about the slowness of their rectifying a fault and was told \"we have looked into your account and have not found any issues there\". Give me strength! The overuse of \"issue\" however is only but one example of ghastly corporate-speak which is all part of Amercan degrading of the English language.\n18/09/13 Simon\n2\n\nWhat gets me going is all the hand flapping and arm waving by tv presenters , do we really need these affected gestures to emphasise every word some of the experts on antique road show , among others are awful ,it's very distracting\n12/08/13 nell\n-2\n\nGet back to work\n\nMicheal, it's nit picking twots like you that really pee people off. If you what to make a spectacle of yourself go and play with the traffic on a motorway. I suppose you are another public sector worker with nothing better to do.\n16/07/13 Get back to work\n-1\n\nWhy is it that those involved in the media, be it in newspapers, on TV or on radio\nchoose to use the term 'ahead of' when the perfectly good preposition 'before'\nwill do ? I've just managed to write this comment ahead of my lunch !!!!!\n16/07/13 Michael\n-4\n\nShakespeare is overrated tosh in my opinion", "tokenized_text": ["i", "would", "like", "to", "bet", "that", "any", "interviews", "recorded", "more", "than", "a", "couple", "of", "years", "ago", "would", "be", "less", "likely", "to", "contain", "issues", "these", "days", "however", "issues", "are", "all", "over", "the", "place", "and", "you", "can", "pretty", "much", "guarantee", "the", "word", "will", "be", "used", "several", "times", "in", "a", "single", "interview", "broadcast", "i", "sent", "a", "text", "to", "five", "live", "the", "other", "day", "to", "congratulate", "john", "hutton", "the", "minister", "for", "work", "and", "pensions", "who", "somehow", "managed", "to", "do", "a", "10", "minute", "interview", "without", "using", "the", "word", "once", "funnily", "enough", "my", "comments", "were", "not", "read", "out", "on", "the", "air", "presumably", "this", "was", "because", "the", "presenter", "had", "issues", "and", "used", "the", "word", "regularly", "himself", "totally", "agree", "i", "have", "serious", "issues", "with", "that", "word", "and", "i", "the", "overuse", "of", "it", "it", "s", "politicospeak", "if", "i", "am", "allowed", "a", "neologism", "23", "06", "fastdoc", "0", "i", "hate", "the", "word", "issue", "at", "least", "half", "of", "our", "communications", "in", "the", "workplace", "contain", "it", "it", "s", "the", "white", "bread", "of", "vocabulary", "i", "challenge", "myself", "to", "find", "ways", "of", "never", "using", "that", "word", "17", "11", "17", "nancy", "4", "i", "notice", "that", "when", "microsoft", "offer", "a", "software", "update", "they", "write", "this", "update", "is", "to", "solve", "an", "issue", "with", "i", "think", "they", "should", "state", "we", "have", "issued", "this", "update", "to", "solve", "a", "potential", "problem", "with", "etc", "07", "09", "16", "thig", "0", "i", "have", "noticed", "the", "issue", "word", "is", "increasingly", "being", "used", "in", "the", "workplace", "however", "when", "somebody", "voices", "their", "issue", "an", "issue", "is", "found", "against", "them", "soon", "things", "get", "so", "that", "everybody", "has", "some", "kind", "of", "issue", "19", "09", "13", "sidewalk", "1", "how", "pathetic", "is", "this", "from", "the", "daily", "fail", "we", "have", "now", "completed", "our", "internal", "investigation", "with", "our", "long", "term", "sales", "associate", "who", "was", "involved", "in", "the", "edl", "issue", "and", "he", "will", "be", "back", "at", "work", "in", "due", "course", "an", "issue", "is", "either", "a", "child", "as", "in", "john", "smith", "issue", "of", "bill", "smith", "and", "mary", "jones", "or", "an", "instance", "of", "a", "publication", "as", "in", "the", "september", "25th", "issue", "of", "the", "new", "scientist", "three", "cheers", "for", "this", "observationi", "the", "overuse", "of", "the", "word", "issue", "is", "something", "that", "s", "irritated", "me", "ever", "since", "it", "emerged", "on", "this", "side", "of", "the", "atlantic", "indeed", "instead", "of", "problem", "difficulty", "complaint", "enquiry", "and", "so", "on", "everything", "in", "the", "world", "of", "business", "government", "and", "so", "many", "organisations", "of", "all", "colours", "these", "days", "is", "an", "issue", "in", "particular", "when", "it", "comes", "to", "contacting", "a", "company", "to", "make", "a", "complaint", "there", "is", "a", "subtle", "psychology", "at", "work", "here", "when", "instead", "of", "admitting", "incompetence", "shortcomings", "inefficiency", "etc", "it", "s", "all", "referred", "to", "as", "being", "an", "issue", "the", "reason", "for", "this", "is", "that", "the", "use", "of", "the", "word", "issue", "in", "this", "context", "is", "an", "attempt", "to", "neutralise", "any", "potential", "admission", "of", "guilt", "or", "wrong", "doing", "e", "g", "i", "contacted", "my", "internet", "service", "provider", "once", "to", "complain", "about", "the", "slowness", "of", "their", "rectifying", "a", "fault", "and", "was", "told", "we", "have", "looked", "into", "your", "account", "and", "have", "not", "found", "any", "issues", "there", "give", "me", "strength", "the", "overuse", "of", "issue", "however", "is", "only", "but", "one", "example", "of", "ghastly", "corporate", "speak", "which", "is", "all", "part", "of", "amercan", "degrading", "of", "the", "english", "language", "18", "09", "13", "simon", "2", "what", "gets", "me", "going", "is", "all", "the", "hand", "flapping", "and", "arm", "waving", "by", "tv", "presenters", "do", "we", "really", "need", "these", "affected", "gestures", "to", "emphasise", "every", "word", "some", "of", "the", "experts", "on", "antique", "road", "show", "among", "others", "are", "awful", "it", "s", "very", "distracting", "12", "08", "13", "nell", "2", "get", "back", "to", "work", "micheal", "it", "s", "nit", "picking", "twots", "like", "you", "that", "really", "pee", "people", "off", "if", "you", "what", "to", "make", "a", "spectacle", "of", "yourself", "go", "and", "play", "with", "the", "traffic", "on", "a", "motorway", "i", "suppose", "you", "are", "another", "public", "sector", "worker", "with", "nothing", "better", "to", "do", "16", "07", "13", "get", "back", "to", "work", "1", "why", "is", "it", "that", "those", "involved", "in", "the", "media", "be", "it", "in", "newspapers", "on", "tv", "or", "on", "radio", "choose", "to", "use", "the", "term", "ahead", "of", "when", "the", "perfectly", "good", "preposition", "before", "will", "do", "i", "ve", "just", "managed", "to", "write", "this", "comment", "ahead", "of", "my", "lunch", "16", "07", "13", "michael", "4", "shakespeare", "is", "overrated", "tosh", "in", "my", "opinion"]}, "16": {"text": "You could say our team here at Heavenly Tea Leaves has a thing for Japanese culture, and of course, Japanese tea. Japan is a country that is revered for its ancient history, rich traditions, and pride in quality and care for every product they grow or create. Because among our team members we've visited Japan a number of times, we've developed a special interest in all types of teas from this Pacific nation--and we don't just mean matcha!\n\nOriginally sought after as medicine, tea was first brought to Japan by Chinese monks in the 8th century and was first consumed by the upper class (Samurai) and priests in Japan. The archipelago proved to have the right climate and terrain for growing tea; to this day, tea is cultivated in almost all regions of the country. Access to tea by the greater public did not come around until the Middle Ages. Influenced by Zen Buddhism, the Japanese tea ceremony (known as chanoyu or chado) developed as a unique practice with its own specialty teas and clean esthetics.\n\nJapan focuses mostly on green tea, which serves the benefit of lively and deep flavor, a plethora of healthy properties, and a steady stream of energy. Not all Japanese green teas are made the same, however. Here, we will take a closer look at the various tea types, both popular and rare, that you'll need to add to your South Pacific tea repertoire!\n\nWe always love to start off with a bang; in this case, that bang is a cup of rejuvenating Gyokuro green tea. Gyokuro is a green tea for those looking for umami flavor (perfect for the AM hours). Thanks to a unique processing method at the final stages of this tea plant's growth, it is shaded, leading to a higher chlorophyll content than the typical green tea, as well as a deep, rich green color and grassy, vegetal flavor.\n\nFor a nuttier variation, try Genmaicha Japan. Also a green tea, this one is known as the \"people's tea\" in Japan because it was economical to include toasted rice in the home blend; this tea doubles down on your umami senses thanks to the presence of popcorn and fire-roasted rice alongside a classic, rich green tea. The result? A party in your mouth that won't be ending any time soon.\n\nSometimes, though, we like to climb the green tea ladder. One of the more lavish Japanese tea experiences you can have is with our Kukicha. What makes this one special is that it contains stems and stalks left over from sencha and matcha tea production, so it utilizes the entire plant. Once considered peasant's tea, this variety is now known as a delicacy in Japan because of its natural sweetness and laundry list of health benefits.\n\nLooking for yet another Japanese green? Our well-rounded Zen Super Green is the answer for those looking for the consistency of regular tea but the potency of matcha (which in turn is made from first-flush spring Gyokuro). This blend of organic sencha and matcha green tea powder is the perfect balance between strong and delicate and finishes with a velvety, umami, vegetal mouthfeel. Be careful not to brew this and other delicate green teas at higher than 170 degrees, as you may burn the tea and extract unwanted bitterness!\n\nAs you may know, we're total matcha lovers. In fact, we've written an ode to matcha already--check it out! Matcha is a fine green tea powder that's super-concentrated in flavor, texture, and health benefits. It's made by simply whisking the powder into boiling water (and perhaps adding frothed milk and sugar if you're going for a matcha latte!). Our ceremonial-grade 30-gram matcha tin contains hand-picked and stone-ground green tea and come ready to brew.\n\nHojicha, which has a distinct roasted taste, is another signature Japanese blend carried by Heavenly Tea Leaves. So, what's the conclusion? Japan is definitely a tea destination worth learning about (and visiting), and its green teas are quite varied and totally spectacular. Japan's rich and detail-oriented culture shines brightly through their ability to manufacture some of the world's most premium green teas. Which one will you get your hands on this spring?\n\nP.S. Stay tuned to our Instagram page (@heavenlytea) for some photos of our latest trip to the majestic tea fields of Wazuka, Japan!", "tokenized_text": ["you", "could", "say", "our", "team", "here", "at", "heavenly", "tea", "leaves", "has", "a", "thing", "for", "japanese", "culture", "and", "of", "course", "japanese", "tea", "japan", "is", "a", "country", "that", "is", "revered", "for", "its", "ancient", "history", "rich", "traditions", "and", "pride", "in", "quality", "and", "care", "for", "every", "product", "they", "grow", "or", "create", "because", "among", "our", "team", "members", "we", "ve", "visited", "japan", "a", "number", "of", "times", "we", "ve", "developed", "a", "special", "interest", "in", "all", "types", "of", "teas", "from", "this", "pacific", "nation", "and", "we", "don", "t", "just", "mean", "matcha", "originally", "sought", "after", "as", "medicine", "tea", "was", "first", "brought", "to", "japan", "by", "chinese", "monks", "in", "the", "8th", "century", "and", "was", "first", "consumed", "by", "the", "upper", "class", "samurai", "and", "priests", "in", "japan", "the", "archipelago", "proved", "to", "have", "the", "right", "climate", "and", "terrain", "for", "growing", "tea", "to", "this", "day", "tea", "is", "cultivated", "in", "almost", "all", "regions", "of", "the", "country", "access", "to", "tea", "by", "the", "greater", "public", "did", "not", "come", "around", "until", "the", "middle", "ages", "influenced", "by", "zen", "buddhism", "the", "japanese", "tea", "ceremony", "known", "as", "chanoyu", "or", "chado", "developed", "as", "a", "unique", "practice", "with", "its", "own", "specialty", "teas", "and", "clean", "esthetics", "japan", "focuses", "mostly", "on", "green", "tea", "which", "serves", "the", "benefit", "of", "lively", "and", "deep", "flavor", "a", "plethora", "of", "healthy", "properties", "and", "a", "steady", "stream", "of", "energy", "not", "all", "japanese", "green", "teas", "are", "made", "the", "same", "however", "here", "we", "will", "take", "a", "closer", "look", "at", "the", "various", "tea", "types", "both", "popular", "and", "rare", "that", "you", "ll", "need", "to", "add", "to", "your", "south", "pacific", "tea", "repertoire", "we", "always", "love", "to", "start", "off", "with", "a", "bang", "in", "this", "case", "that", "bang", "is", "a", "cup", "of", "rejuvenating", "gyokuro", "green", "tea", "gyokuro", "is", "a", "green", "tea", "for", "those", "looking", "for", "umami", "flavor", "perfect", "for", "the", "am", "hours", "thanks", "to", "a", "unique", "processing", "method", "at", "the", "final", "stages", "of", "this", "tea", "plant", "s", "growth", "it", "is", "shaded", "leading", "to", "a", "higher", "chlorophyll", "content", "than", "the", "typical", "green", "tea", "as", "well", "as", "a", "deep", "rich", "green", "color", "and", "grassy", "vegetal", "flavor", "for", "a", "nuttier", "variation", "try", "genmaicha", "japan", "also", "a", "green", "tea", "this", "one", "is", "known", "as", "the", "people", "s", "tea", "in", "japan", "because", "it", "was", "economical", "to", "include", "toasted", "rice", "in", "the", "home", "blend", "this", "tea", "doubles", "down", "on", "your", "umami", "senses", "thanks", "to", "the", "presence", "of", "popcorn", "and", "fire", "roasted", "rice", "alongside", "a", "classic", "rich", "green", "tea", "the", "result", "a", "party", "in", "your", "mouth", "that", "won", "t", "be", "ending", "any", "time", "soon", "sometimes", "though", "we", "like", "to", "climb", "the", "green", "tea", "ladder", "one", "of", "the", "more", "lavish", "japanese", "tea", "experiences", "you", "can", "have", "is", "with", "our", "kukicha", "what", "makes", "this", "one", "special", "is", "that", "it", "contains", "stems", "and", "stalks", "left", "over", "from", "sencha", "and", "matcha", "tea", "production", "so", "it", "utilizes", "the", "entire", "plant", "once", "considered", "peasant", "s", "tea", "this", "variety", "is", "now", "known", "as", "a", "delicacy", "in", "japan", "because", "of", "its", "natural", "sweetness", "and", "laundry", "list", "of", "health", "benefits", "looking", "for", "yet", "another", "japanese", "green", "our", "well", "rounded", "zen", "super", "green", "is", "the", "answer", "for", "those", "looking", "for", "the", "consistency", "of", "regular", "tea", "but", "the", "potency", "of", "matcha", "which", "in", "turn", "is", "made", "from", "first", "flush", "spring", "gyokuro", "this", "blend", "of", "organic", "sencha", "and", "matcha", "green", "tea", "powder", "is", "the", "perfect", "balance", "between", "strong", "and", "delicate", "and", "finishes", "with", "a", "velvety", "umami", "vegetal", "mouthfeel", "be", "careful", "not", "to", "brew", "this", "and", "other", "delicate", "green", "teas", "at", "higher", "than", "170", "degrees", "as", "you", "may", "burn", "the", "tea", "and", "extract", "unwanted", "bitterness", "as", "you", "may", "know", "we", "re", "total", "matcha", "lovers", "in", "fact", "we", "ve", "written", "an", "ode", "to", "matcha", "already", "check", "it", "out", "matcha", "is", "a", "fine", "green", "tea", "powder", "that", "s", "super", "concentrated", "in", "flavor", "texture", "and", "health", "benefits", "it", "s", "made", "by", "simply", "whisking", "the", "powder", "into", "boiling", "water", "and", "perhaps", "adding", "frothed", "milk", "and", "sugar", "if", "you", "re", "going", "for", "a", "matcha", "latte", "our", "ceremonial", "grade", "30", "gram", "matcha", "tin", "contains", "hand", "picked", "and", "stone", "ground", "green", "tea", "and", "come", "ready", "to", "brew", "hojicha", "which", "has", "a", "distinct", "roasted", "taste", "is", "another", "signature", "japanese", "blend", "carried", "by", "heavenly", "tea", "leaves", "so", "what", "s", "the", "conclusion", "japan", "is", "definitely", "a", "tea", "destination", "worth", "learning", "about", "and", "visiting", "and", "its", "green", "teas", "are", "quite", "varied", "and", "totally", "spectacular", "japan", "s", "rich", "and", "detail", "oriented", "culture", "shines", "brightly", "through", "their", "ability", "to", "manufacture", "some", "of", "the", "world", "s", "most", "premium", "green", "teas", "which", "one", "will", "you", "get", "your", "hands", "on", "this", "spring", "p", "s", "stay", "tuned", "to", "our", "instagram", "page", "heavenlytea", "for", "some", "photos", "of", "our", "latest", "trip", "to", "the", "majestic", "tea", "fields", "of", "wazuka", "japan"]}, "17": {"text": "This photo, taken Sunday, shows Foreign Minister Chung Eui-yong preparing to depart for London at Incheon International Airport, west of Seoul. (Yonhap)\nThe top diplomats of South Korea, the United States and Japan will hold trilateral talks on the margins of a Group of Seven (G-7) gathering in London later this week, a source said Tuesday, as Washington eyes a thaw in strained ties between its Asian allies.\n\nThe meeting between Foreign Minister Chung Eui-yong, and his US and Japanese counterparts, Antony Blinken and Toshimitsu Motegi, respectively, is set to take place Wednesday, as they gathered in the British capital for the session of G-7 foreign and development ministers.\n\nThe meeting will mark the first direct engagement between Chung and Motegi, as Chung's overtures for dialogue with the Japanese minister had fallen on deaf ears amid tensions over Tokyo's wartime forced labor, sexual slavery and export curbs.\n\nOn Monday, Chung said he may also meet with Motegi bilaterally after the trilateral meeting, but it still remains uncertain if their talks will take place.\n\nThe three-way meeting has been arranged amid concerns that prolonged spats between South Korea and Japan would undercut America's efforts to revitalize its regional democratic alliance network in the face of China's growing assertiveness and North Korea's nuclear threats.\n\nRelations between Seoul and Tokyo have shown no signs of improvement due to historical spats stemming from Japan's 1910-45 colonization of the Korean Peninsula, as well as its recent decision to discharge radioactive water from its crippled Fukushima nuclear power plant.\n\nAt their talks, Chung, Blinken and Motegi are expected to discuss a coordinated strategy on North Korea.\n\nLast week, the White House said that the Joe Biden administration had completed its review of policy toward Pyongyang, and that it will seek a \"calibrated, practical\" approach toward the goal of the complete denuclearization of the peninsula.\n\nThe three sides could also discuss pending global issues, such as the fight against the COVID-19 pandemic, distribution of vaccines and climate change.\n\nSouth Korea, the US and Japan held their last trilateral foreign ministerial meeting on the sidelines of an international security forum in Germany in February last year.\n\nThough not party to the G-7 grouping, South Korea, Australia, India, South Africa and Brunei, the chair of the Association of Southeast Asian Nations, have been invited to the forum as guests. (Yonhap)", "tokenized_text": ["this", "photo", "taken", "sunday", "shows", "foreign", "minister", "chung", "eui", "yong", "preparing", "to", "depart", "for", "london", "at", "incheon", "international", "airport", "west", "of", "seoul", "yonhap", "the", "top", "diplomats", "of", "south", "korea", "the", "united", "states", "and", "japan", "will", "hold", "trilateral", "talks", "on", "the", "margins", "of", "a", "group", "of", "seven", "g", "7", "gathering", "in", "london", "later", "this", "week", "a", "source", "said", "tuesday", "as", "washington", "eyes", "a", "thaw", "in", "strained", "ties", "between", "its", "asian", "allies", "the", "meeting", "between", "foreign", "minister", "chung", "eui", "yong", "and", "his", "us", "and", "japanese", "counterparts", "antony", "blinken", "and", "toshimitsu", "motegi", "respectively", "is", "set", "to", "take", "place", "wednesday", "as", "they", "gathered", "in", "the", "british", "capital", "for", "the", "session", "of", "g", "7", "foreign", "and", "development", "ministers", "the", "meeting", "will", "mark", "the", "first", "direct", "engagement", "between", "chung", "and", "motegi", "as", "chung", "s", "overtures", "for", "dialogue", "with", "the", "japanese", "minister", "had", "fallen", "on", "deaf", "ears", "amid", "tensions", "over", "tokyo", "s", "wartime", "forced", "labor", "sexual", "slavery", "and", "export", "curbs", "on", "monday", "chung", "said", "he", "may", "also", "meet", "with", "motegi", "bilaterally", "after", "the", "trilateral", "meeting", "but", "it", "still", "remains", "uncertain", "if", "their", "talks", "will", "take", "place", "the", "three", "way", "meeting", "has", "been", "arranged", "amid", "concerns", "that", "prolonged", "spats", "between", "south", "korea", "and", "japan", "would", "undercut", "america", "s", "efforts", "to", "revitalize", "its", "regional", "democratic", "alliance", "network", "in", "the", "face", "of", "china", "s", "growing", "assertiveness", "and", "north", "korea", "s", "nuclear", "threats", "relations", "between", "seoul", "and", "tokyo", "have", "shown", "no", "signs", "of", "improvement", "due", "to", "historical", "spats", "stemming", "from", "japan", "s", "1910", "45", "colonization", "of", "the", "korean", "peninsula", "as", "well", "as", "its", "recent", "decision", "to", "discharge", "radioactive", "water", "from", "its", "crippled", "fukushima", "nuclear", "power", "plant", "at", "their", "talks", "chung", "blinken", "and", "motegi", "are", "expected", "to", "discuss", "a", "coordinated", "strategy", "on", "north", "korea", "last", "week", "the", "white", "house", "said", "that", "the", "joe", "biden", "administration", "had", "completed", "its", "review", "of", "policy", "toward", "pyongyang", "and", "that", "it", "will", "seek", "a", "calibrated", "practical", "approach", "toward", "the", "goal", "of", "the", "complete", "denuclearization", "of", "the", "peninsula", "the", "three", "sides", "could", "also", "discuss", "pending", "global", "issues", "such", "as", "the", "fight", "against", "the", "covid", "19", "pandemic", "distribution", "of", "vaccines", "and", "climate", "change", "south", "korea", "the", "us", "and", "japan", "held", "their", "last", "trilateral", "foreign", "ministerial", "meeting", "on", "the", "sidelines", "of", "an", "international", "security", "forum", "in", "germany", "in", "february", "last", "year", "though", "not", "party", "to", "the", "g", "7", "grouping", "south", "korea", "australia", "india", "south", "africa", "and", "brunei", "the", "chair", "of", "the", "association", "of", "southeast", "asian", "nations", "have", "been", "invited", "to", "the", "forum", "as", "guests", "yonhap"]}, "18": {"text": "6\nEV3 Brick Error Symbols?\n5\nCustom EV3 Block: \"Unable to compile...\" (\"string subsection\")\n1\nWhy does display output affects motors?\n3\nEV3 switch block does not recognize text?\n2\nHow do you interrupt a MyBlock?\n2\nCan't create block: \"Use of a block which no longer exists\"\n4\nIs there a duplicate/copy paste function in Lego Mindstorms Ev3 programing?\n3\nWhy does Pybricks on ev3dev have slow performance compared to EV3-G?", "tokenized_text": ["6", "ev3", "brick", "error", "symbols", "5", "custom", "ev3", "block", "unable", "to", "compile", "string", "subsection", "1", "why", "does", "display", "output", "affects", "motors", "3", "ev3", "switch", "block", "does", "not", "recognize", "text", "2", "how", "do", "you", "interrupt", "a", "myblock", "2", "can", "t", "create", "block", "use", "of", "a", "block", "which", "no", "longer", "exists", "4", "is", "there", "a", "duplicate", "copy", "paste", "function", "in", "lego", "mindstorms", "ev3", "programing", "3", "why", "does", "pybricks", "on", "ev3dev", "have", "slow", "performance", "compared", "to", "ev3", "g"]}, "19": {"text": "Police operatives in Enugu state have smashed a six man gang armed robbery suspects that specialized in the blocking of highways, hijacking of buses with passengers and taking them to a secluded portion of bushes off from the road and robbing passengers of money, valuables and belongings.\n\nDuring the operations carried out, four of the gang dressed in a suspected police uniform were promptly arrested after a gun duel with the operatives that took them off guard and which left them fatally injured while two of the gang members believed also to have been touched by bullets of the operatives escaped with the injuries.\n\nIt was gathered that suspects had allegedly in the early hours of 24/12/17 , while dressed in suspected police uniform along 9thmile/Nsukka Expressway by Egede in Udi Local Government Area Enugu state \u2013 had stopped two Hiace commuter buses of a commercial bus company believed to be coming from Lagos and heading to Otukpo Benue state, diverted the buses to another bush road where they were allegedly robbing their victims before the operatives swooped on them.\n\nMeanwhile,the operatives have intensified manhunt on the fleeing injured members of the gang while members of the public particularly hospital operators are to watch out for any one with injury/injuries suspected to be that of gun shots and report promptly to a nearby police station for prompt necessary action.\nsource:toptipz.com.ng", "tokenized_text": ["police", "operatives", "in", "enugu", "state", "have", "smashed", "a", "six", "man", "gang", "armed", "robbery", "suspects", "that", "specialized", "in", "the", "blocking", "of", "highways", "hijacking", "of", "buses", "with", "passengers", "and", "taking", "them", "to", "a", "secluded", "portion", "of", "bushes", "off", "from", "the", "road", "and", "robbing", "passengers", "of", "money", "valuables", "and", "belongings", "during", "the", "operations", "carried", "out", "four", "of", "the", "gang", "dressed", "in", "a", "suspected", "police", "uniform", "were", "promptly", "arrested", "after", "a", "gun", "duel", "with", "the", "operatives", "that", "took", "them", "off", "guard", "and", "which", "left", "them", "fatally", "injured", "while", "two", "of", "the", "gang", "members", "believed", "also", "to", "have", "been", "touched", "by", "bullets", "of", "the", "operatives", "escaped", "with", "the", "injuries", "it", "was", "gathered", "that", "suspects", "had", "allegedly", "in", "the", "early", "hours", "of", "24", "12", "17", "while", "dressed", "in", "suspected", "police", "uniform", "along", "9thmile", "nsukka", "expressway", "by", "egede", "in", "udi", "local", "government", "area", "enugu", "state", "had", "stopped", "two", "hiace", "commuter", "buses", "of", "a", "commercial", "bus", "company", "believed", "to", "be", "coming", "from", "lagos", "and", "heading", "to", "otukpo", "benue", "state", "diverted", "the", "buses", "to", "another", "bush", "road", "where", "they", "were", "allegedly", "robbing", "their", "victims", "before", "the", "operatives", "swooped", "on", "them", "meanwhile", "the", "operatives", "have", "intensified", "manhunt", "on", "the", "fleeing", "injured", "members", "of", "the", "gang", "while", "members", "of", "the", "public", "particularly", "hospital", "operators", "are", "to", "watch", "out", "for", "any", "one", "with", "injury", "injuries", "suspected", "to", "be", "that", "of", "gun", "shots", "and", "report", "promptly", "to", "a", "nearby", "police", "station", "for", "prompt", "necessary", "action", "source", "toptipz", "com", "ng"]}, "20": {"text": "Breaking Down the Offensive Line\n\nWhen Shawn Elliott was named the head coach at Georgia State, South Carolina head coach Will Muschamp turned to a familiar face for Gamecock fans, selecting Eric Wolford to lead the offensive line in 2017. Wolford previously served as the Gamecocks\u2019 offensive line coach for one season during the Steve Spurrier Era, before taking a head coaching position of his own. He returns to Columbia after spending the past two years working with NFL offensive lineman as part of the San Francisco 49ers organization.\n\nWolford will be tasked with developing a formidable line that can create holes for the backs and provide enough protection for quarterback Jack Bentley that he is able to get the ball in the hands of the talented array of playmakers.\n\nWolford is blessed to have an offensive line that boasts a wealth of experience. Cory Helms (36 starts) and Alan Knott (29) have logged the most starting assignments on the squad. Zack Bailey (18), Malik Young (9), D.J. Park (3) and Donell Stanley (1) also have gained starting experience, as the unit has totaled 96 combined starts.\n\nSeniors Helms (6-4, 309) and Knott (6-4, 290) figure to hold down the right guard and center positions respectively in their final campaign. Both played through injuries during the 2016 campaign, but begin 2017 healthy and poised to have their best seasons in the Garnet & Black.\n\nAll-SEC candidate Zack Bailey (6-6, 311) transitioned from left guard to right tackle in the spring and figures to be the starter at that position, although the junior from Summerville, S.C., could certainly move back inside if the situation dictated that move.\n\nThe left side of the line entered fall camp a little more unsettled. Junior Donell Stanley (6-4, 317) looks to have nailed down the starting left guard job, while junior Malik Young (6-3, 303) and junior college transfer Dennis Daley (6-6, 330) continue to battle it out for the left tackle spot. Young has been the more consistent performer in fall camp but Daley has made this position battle one of the more interesting ones to watch as the season progresses.\n\nCoach Wolford would like to find at least eight offensive linemen he feels the Gamecocks can win with if they are put in the game. The second-team unit in fall camp has consisted of redshirt freshman Sadarius Hutcherson (6-4, 316) at left guard, redshirt freshman Chandler Farrell (6-2, 292) at center, senior D.J. Park (6-4, 337) at right guard and junior Blake Camper (6-8, 310) at right tackle, although Wolford likes to cross-train his linemen to be versatile enough to play more than one position. Park is especially versatile and is likely the first man in should a change be made at any of the spots other than left tackle.\n\nRedshirt sophomores Trey Derouen (6-3, 305) and Christian Pellage (6-6, 296) have each earned a letter since their arrival on campus and figure to provide additional depth. They are joined by returnees Ryan Green, Cameron Johnson and Will Putnam, who are all in their second year in the program.\n\nFour true freshmen scholarship players are on campus and getting their first taste of a fall camp. While it would appear that all four are likely headed for a redshirt season, a common occurrence among offensive linemen, the quartet of Summie Carlay, Jordon Carty, Eric Douglas and Jordan Rhodes all hope that the year spent on the practice fields and in the weight room with head strength & conditioning coach Jeff Dillman and his staff, will begin to pay dividends with playing time, possibly as early as 2018.", "tokenized_text": ["breaking", "down", "the", "offensive", "line", "when", "shawn", "elliott", "was", "named", "the", "head", "coach", "at", "georgia", "state", "south", "carolina", "head", "coach", "will", "muschamp", "turned", "to", "a", "familiar", "face", "for", "gamecock", "fans", "selecting", "eric", "wolford", "to", "lead", "the", "offensive", "line", "in", "2017", "wolford", "previously", "served", "as", "the", "gamecocks", "offensive", "line", "coach", "for", "one", "season", "during", "the", "steve", "spurrier", "era", "before", "taking", "a", "head", "coaching", "position", "of", "his", "own", "he", "returns", "to", "columbia", "after", "spending", "the", "past", "two", "years", "working", "with", "nfl", "offensive", "lineman", "as", "part", "of", "the", "san", "francisco", "49ers", "organization", "wolford", "will", "be", "tasked", "with", "developing", "a", "formidable", "line", "that", "can", "create", "holes", "for", "the", "backs", "and", "provide", "enough", "protection", "for", "quarterback", "jack", "bentley", "that", "he", "is", "able", "to", "get", "the", "ball", "in", "the", "hands", "of", "the", "talented", "array", "of", "playmakers", "wolford", "is", "blessed", "to", "have", "an", "offensive", "line", "that", "boasts", "a", "wealth", "of", "experience", "cory", "helms", "36", "starts", "and", "alan", "knott", "29", "have", "logged", "the", "most", "starting", "assignments", "on", "the", "squad", "zack", "bailey", "18", "malik", "young", "9", "d", "j", "park", "3", "and", "donell", "stanley", "1", "also", "have", "gained", "starting", "experience", "as", "the", "unit", "has", "totaled", "96", "combined", "starts", "seniors", "helms", "6", "4", "309", "and", "knott", "6", "4", "290", "figure", "to", "hold", "down", "the", "right", "guard", "and", "center", "positions", "respectively", "in", "their", "final", "campaign", "both", "played", "through", "injuries", "during", "the", "2016", "campaign", "but", "begin", "2017", "healthy", "and", "poised", "to", "have", "their", "best", "seasons", "in", "the", "garnet", "black", "all", "sec", "candidate", "zack", "bailey", "6", "6", "311", "transitioned", "from", "left", "guard", "to", "right", "tackle", "in", "the", "spring", "and", "figures", "to", "be", "the", "starter", "at", "that", "position", "although", "the", "junior", "from", "summerville", "s", "c", "could", "certainly", "move", "back", "inside", "if", "the", "situation", "dictated", "that", "move", "the", "left", "side", "of", "the", "line", "entered", "fall", "camp", "a", "little", "more", "unsettled", "junior", "donell", "stanley", "6", "4", "317", "looks", "to", "have", "nailed", "down", "the", "starting", "left", "guard", "job", "while", "junior", "malik", "young", "6", "3", "303", "and", "junior", "college", "transfer", "dennis", "daley", "6", "6", "330", "continue", "to", "battle", "it", "out", "for", "the", "left", "tackle", "spot", "young", "has", "been", "the", "more", "consistent", "performer", "in", "fall", "camp", "but", "daley", "has", "made", "this", "position", "battle", "one", "of", "the", "more", "interesting", "ones", "to", "watch", "as", "the", "season", "progresses", "coach", "wolford", "would", "like", "to", "find", "at", "least", "eight", "offensive", "linemen", "he", "feels", "the", "gamecocks", "can", "win", "with", "if", "they", "are", "put", "in", "the", "game", "the", "second", "team", "unit", "in", "fall", "camp", "has", "consisted", "of", "redshirt", "freshman", "sadarius", "hutcherson", "6", "4", "316", "at", "left", "guard", "redshirt", "freshman", "chandler", "farrell", "6", "2", "292", "at", "center", "senior", "d", "j", "park", "6", "4", "337", "at", "right", "guard", "and", "junior", "blake", "camper", "6", "8", "310", "at", "right", "tackle", "although", "wolford", "likes", "to", "cross", "train", "his", "linemen", "to", "be", "versatile", "enough", "to", "play", "more", "than", "one", "position", "park", "is", "especially", "versatile", "and", "is", "likely", "the", "first", "man", "in", "should", "a", "change", "be", "made", "at", "any", "of", "the", "spots", "other", "than", "left", "tackle", "redshirt", "sophomores", "trey", "derouen", "6", "3", "305", "and", "christian", "pellage", "6", "6", "296", "have", "each", "earned", "a", "letter", "since", "their", "arrival", "on", "campus", "and", "figure", "to", "provide", "additional", "depth", "they", "are", "joined", "by", "returnees", "ryan", "green", "cameron", "johnson", "and", "will", "putnam", "who", "are", "all", "in", "their", "second", "year", "in", "the", "program", "four", "true", "freshmen", "scholarship", "players", "are", "on", "campus", "and", "getting", "their", "first", "taste", "of", "a", "fall", "camp", "while", "it", "would", "appear", "that", "all", "four", "are", "likely", "headed", "for", "a", "redshirt", "season", "a", "common", "occurrence", "among", "offensive", "linemen", "the", "quartet", "of", "summie", "carlay", "jordon", "carty", "eric", "douglas", "and", "jordan", "rhodes", "all", "hope", "that", "the", "year", "spent", "on", "the", "practice", "fields", "and", "in", "the", "weight", "room", "with", "head", "strength", "conditioning", "coach", "jeff", "dillman", "and", "his", "staff", "will", "begin", "to", "pay", "dividends", "with", "playing", "time", "possibly", "as", "early", "as", "2018"]}, "21": {"text": "\u201c\u2018Gauguin: Metamorphoses,\u2019 which opens on Friday at MoMA in New York, recasts the artist as an altogether darker figure, closer to Edvard Munch and the dark pre-Freudians of Northern Europe than the post-impressionist confraternity of Van Gogh, Seurat and C\u00e9zanne,\u201d Jason Farago wrote in his review (\u201cGauguin: Metamorphoses review \u2013 \u2018Forceful, disturbing, obscene\u2019,\u201d Guardian, 6 March 2014) of the blockbuster exhibition that I was lucky enough to see before it closed, and it was indeed a revelation that shifted my view of this seminal artist.", "tokenized_text": ["gauguin", "metamorphoses", "which", "opens", "on", "friday", "at", "moma", "in", "new", "york", "recasts", "the", "artist", "as", "an", "altogether", "darker", "figure", "closer", "to", "edvard", "munch", "and", "the", "dark", "pre", "freudians", "of", "northern", "europe", "than", "the", "post", "impressionist", "confraternity", "of", "van", "gogh", "seurat", "and", "c\u00e9zanne", "jason", "farago", "wrote", "in", "his", "review", "gauguin", "metamorphoses", "review", "forceful", "disturbing", "obscene", "guardian", "6", "march", "2014", "of", "the", "blockbuster", "exhibition", "that", "i", "was", "lucky", "enough", "to", "see", "before", "it", "closed", "and", "it", "was", "indeed", "a", "revelation", "that", "shifted", "my", "view", "of", "this", "seminal", "artist"]}, "22": {"text": "There is on the one hand the exoticization & objectification of Tahitian women, which is objectionable particularly in relation to the relationships he had with them; but on the other hand, there is also his primitivism, which is not simply an exoticization of a foreign culture by a colonial tourist, but is in fact the expression of a longing for & even reconstruction of a lost pagan culture that had already nearly disappeared when Gauguin arrived in Tahiti. In his rejection of what he saw as the hypocrisy & culturally destructive colonialism of French Catholicism in Tahiti, Gauguin was very much on target, and a balanced assessment of his art \u2014 as this exhibition gave us \u2014 needs to take that into account as well as the objectionable aspects of it as well. I will never look on Gauguin\u2019s languorous Tahitian women again without also thinking of his invocations of Oviri~!", "tokenized_text": ["there", "is", "on", "the", "one", "hand", "the", "exoticization", "objectification", "of", "tahitian", "women", "which", "is", "objectionable", "particularly", "in", "relation", "to", "the", "relationships", "he", "had", "with", "them", "but", "on", "the", "other", "hand", "there", "is", "also", "his", "primitivism", "which", "is", "not", "simply", "an", "exoticization", "of", "a", "foreign", "culture", "by", "a", "colonial", "tourist", "but", "is", "in", "fact", "the", "expression", "of", "a", "longing", "for", "even", "reconstruction", "of", "a", "lost", "pagan", "culture", "that", "had", "already", "nearly", "disappeared", "when", "gauguin", "arrived", "in", "tahiti", "in", "his", "rejection", "of", "what", "he", "saw", "as", "the", "hypocrisy", "culturally", "destructive", "colonialism", "of", "french", "catholicism", "in", "tahiti", "gauguin", "was", "very", "much", "on", "target", "and", "a", "balanced", "assessment", "of", "his", "art", "as", "this", "exhibition", "gave", "us", "needs", "to", "take", "that", "into", "account", "as", "well", "as", "the", "objectionable", "aspects", "of", "it", "as", "well", "i", "will", "never", "look", "on", "gauguin", "s", "languorous", "tahitian", "women", "again", "without", "also", "thinking", "of", "his", "invocations", "of", "oviri"]}, "23": {"text": "The hike is a 5-day hike through wild and pure ocean fronts and tropical forests. There are parts of the National Park with seals and penguins, and always a ton of birds. You can choose to kayak, boat, hike through the inland trails, or do a little bit of everything.", "tokenized_text": ["the", "hike", "is", "a", "5", "day", "hike", "through", "wild", "and", "pure", "ocean", "fronts", "and", "tropical", "forests", "there", "are", "parts", "of", "the", "national", "park", "with", "seals", "and", "penguins", "and", "always", "a", "ton", "of", "birds", "you", "can", "choose", "to", "kayak", "boat", "hike", "through", "the", "inland", "trails", "or", "do", "a", "little", "bit", "of", "everything"]}, "24": {"text": "The trail is tagged as \u201ceasy/moderate,\u201d but I am sure they did not put into consideration having a giant pack on your back. That factor seems to change how steep a hill is and how long a stretch of hiking is. Luckily both Luca and I are both young and relatively fit.", "tokenized_text": ["the", "trail", "is", "tagged", "as", "easy", "moderate", "but", "i", "am", "sure", "they", "did", "not", "put", "into", "consideration", "having", "a", "giant", "pack", "on", "your", "back", "that", "factor", "seems", "to", "change", "how", "steep", "a", "hill", "is", "and", "how", "long", "a", "stretch", "of", "hiking", "is", "luckily", "both", "luca", "and", "i", "are", "both", "young", "and", "relatively", "fit"]}, "25": {"text": "Before leaving, Luca and I kept arguing about what we should pack. I was very worried about keeping the weight down and was doing everything possible to get rid of weight. On the other hand, Luca the Italian was very worried about what we were going to eat. Luca is always very worried about what we are going to eat. In the morning the first thing he usually asks me is \u201cSo, what should we have for dinner?\u201d \u201cI don\u2019t know. I haven\u2019t even had breakfast\u201d is normally my response. I was fine with eating Ramen Noodles, but Luca insisted we had a gourmet meal every night with heavy vegetables such as broccoli and canned beans (Note: They insisted everywhere on the internet during my research to NOT bring canned food on a hike). While we were making our pile of things to pack, Luca kept throwing things in the pile such as a whole bottle of soy sauce. Did we really need that much soy sauce? Nope. Eventually I just stopped arguing with him and let him pack what he wanted as long as he was the one carrying it.", "tokenized_text": ["before", "leaving", "luca", "and", "i", "kept", "arguing", "about", "what", "we", "should", "pack", "i", "was", "very", "worried", "about", "keeping", "the", "weight", "down", "and", "was", "doing", "everything", "possible", "to", "get", "rid", "of", "weight", "on", "the", "other", "hand", "luca", "the", "italian", "was", "very", "worried", "about", "what", "we", "were", "going", "to", "eat", "luca", "is", "always", "very", "worried", "about", "what", "we", "are", "going", "to", "eat", "in", "the", "morning", "the", "first", "thing", "he", "usually", "asks", "me", "is", "so", "what", "should", "we", "have", "for", "dinner", "i", "don", "t", "know", "i", "haven", "t", "even", "had", "breakfast", "is", "normally", "my", "response", "i", "was", "fine", "with", "eating", "ramen", "noodles", "but", "luca", "insisted", "we", "had", "a", "gourmet", "meal", "every", "night", "with", "heavy", "vegetables", "such", "as", "broccoli", "and", "canned", "beans", "note", "they", "insisted", "everywhere", "on", "the", "internet", "during", "my", "research", "to", "not", "bring", "canned", "food", "on", "a", "hike", "while", "we", "were", "making", "our", "pile", "of", "things", "to", "pack", "luca", "kept", "throwing", "things", "in", "the", "pile", "such", "as", "a", "whole", "bottle", "of", "soy", "sauce", "did", "we", "really", "need", "that", "much", "soy", "sauce", "nope", "eventually", "i", "just", "stopped", "arguing", "with", "him", "and", "let", "him", "pack", "what", "he", "wanted", "as", "long", "as", "he", "was", "the", "one", "carrying", "it"]}, "26": {"text": "Our hike on the first day was absolutely beautiful. It ran along the coast and every 10 minutes or so there would be a path that led you down to the coast. Some of the coves the paths led you to had caves made out of sand stone. The water was as blue as can be and the weather was perfect (well, maybe a little on the hot side for hiking with a gigantic pack on your back, but no complaining here).", "tokenized_text": ["our", "hike", "on", "the", "first", "day", "was", "absolutely", "beautiful", "it", "ran", "along", "the", "coast", "and", "every", "10", "minutes", "or", "so", "there", "would", "be", "a", "path", "that", "led", "you", "down", "to", "the", "coast", "some", "of", "the", "coves", "the", "paths", "led", "you", "to", "had", "caves", "made", "out", "of", "sand", "stone", "the", "water", "was", "as", "blue", "as", "can", "be", "and", "the", "weather", "was", "perfect", "well", "maybe", "a", "little", "on", "the", "hot", "side", "for", "hiking", "with", "a", "gigantic", "pack", "on", "your", "back", "but", "no", "complaining", "here"]}, "27": {"text": "The first day was shorter and easier than the rest of the days. I was grateful for this because it took some getting used to our packs and hiking boots. My backpack fit perfectly and was as comfortable as can be (thanks to the parentals for an awesome birthday gift). Luca, on the other hand, was suffering from his pack being too heavy (SURPRISE!). I let him suffer for a short amount of time and then decided to help him a bit by taking some of the weight off of his load. Don\u2019t worry; I did not miss the opportunity to say, \u201cI told you so!\u201d", "tokenized_text": ["the", "first", "day", "was", "shorter", "and", "easier", "than", "the", "rest", "of", "the", "days", "i", "was", "grateful", "for", "this", "because", "it", "took", "some", "getting", "used", "to", "our", "packs", "and", "hiking", "boots", "my", "backpack", "fit", "perfectly", "and", "was", "as", "comfortable", "as", "can", "be", "thanks", "to", "the", "parentals", "for", "an", "awesome", "birthday", "gift", "luca", "on", "the", "other", "hand", "was", "suffering", "from", "his", "pack", "being", "too", "heavy", "surprise", "i", "let", "him", "suffer", "for", "a", "short", "amount", "of", "time", "and", "then", "decided", "to", "help", "him", "a", "bit", "by", "taking", "some", "of", "the", "weight", "off", "of", "his", "load", "don", "t", "worry", "i", "did", "not", "miss", "the", "opportunity", "to", "say", "i", "told", "you", "so"]}, "28": {"text": "Our campsite at Te Pukatea Bay that evening was located in a gorgeous little beach. There were only a handful of other people at the campsite and we basically felt like we were along on the beach together. Abel Tasman is the definition of paradise. I think it is one of the most beautiful places I have ever been to in my life.", "tokenized_text": ["our", "campsite", "at", "te", "pukatea", "bay", "that", "evening", "was", "located", "in", "a", "gorgeous", "little", "beach", "there", "were", "only", "a", "handful", "of", "other", "people", "at", "the", "campsite", "and", "we", "basically", "felt", "like", "we", "were", "along", "on", "the", "beach", "together", "abel", "tasman", "is", "the", "definition", "of", "paradise", "i", "think", "it", "is", "one", "of", "the", "most", "beautiful", "places", "i", "have", "ever", "been", "to", "in", "my", "life"]}, "29": {"text": "Some of the hike is dependent on tidal times. When crossing Torrent Bay, I knew that we would have to take the high tide route because the low tide was very early in the morning. What I didn\u2019t realize was that it went up a very steep hill and would take an extra hour and a half. The first climb killed us. It was blazing hot with lack of shade and seemed to go on forever. We saw a sign for Cleopatra\u2019s pool and thought that sounded like a great place to go for a swim to cool off after our climb. About five minutes from the pool we heard screaming children and came to find out that the pool was infested with kids. There was a group of kids from a day camp and they were visiting the pool that day. We decided to go to a swimming hole further down the river that another couple called \u201cThe Adult Pool.\u201d", "tokenized_text": ["some", "of", "the", "hike", "is", "dependent", "on", "tidal", "times", "when", "crossing", "torrent", "bay", "i", "knew", "that", "we", "would", "have", "to", "take", "the", "high", "tide", "route", "because", "the", "low", "tide", "was", "very", "early", "in", "the", "morning", "what", "i", "didn", "t", "realize", "was", "that", "it", "went", "up", "a", "very", "steep", "hill", "and", "would", "take", "an", "extra", "hour", "and", "a", "half", "the", "first", "climb", "killed", "us", "it", "was", "blazing", "hot", "with", "lack", "of", "shade", "and", "seemed", "to", "go", "on", "forever", "we", "saw", "a", "sign", "for", "cleopatra", "s", "pool", "and", "thought", "that", "sounded", "like", "a", "great", "place", "to", "go", "for", "a", "swim", "to", "cool", "off", "after", "our", "climb", "about", "five", "minutes", "from", "the", "pool", "we", "heard", "screaming", "children", "and", "came", "to", "find", "out", "that", "the", "pool", "was", "infested", "with", "kids", "there", "was", "a", "group", "of", "kids", "from", "a", "day", "camp", "and", "they", "were", "visiting", "the", "pool", "that", "day", "we", "decided", "to", "go", "to", "a", "swimming", "hole", "further", "down", "the", "river", "that", "another", "couple", "called", "the", "adult", "pool"]}, "30": {"text": "The swim felt exhilarating, but when we tried to eat lunch the bees kept swarming around us and annoying us. I couldn\u2019t relax, so we got up and left to find another place to have lunch. Then of course the next place we tried to have lunch at also had bees swarming around us. We were very irritated by them at this point. They are relentless at Abel Tasman. They do not fear you and swarm around your face. You constantly hear a buuuuuuuzzzzzzzzz.\n\nBy this time in the day, my scorching headache proceeded to get worse and Luca was developing blisters on his feet. We had 4 hours of the hardest part of the Abel Tasman 5 day hike in front of us and were in no mood to tackle it. We checked in to taking a water taxi to our next campsite, but it was too late in the day and all of the water taxis were done doing their rounds.\n\nI decided at that moment that it would be a lot easier to hike in a better spirit, and to make the best out of a bad situation. To help turn things around, I started playing fun dancing music on our portable speaker. It helped me to keep a good pace and tackle the climbing. Other hikers seemed to enjoy it too. I made sure to focus on the beauty of the trail and not my physical pain. Luca was getting bitter from his blisters and weight of his pack, but I kept cheering him on.", "tokenized_text": ["the", "swim", "felt", "exhilarating", "but", "when", "we", "tried", "to", "eat", "lunch", "the", "bees", "kept", "swarming", "around", "us", "and", "annoying", "us", "i", "couldn", "t", "relax", "so", "we", "got", "up", "and", "left", "to", "find", "another", "place", "to", "have", "lunch", "then", "of", "course", "the", "next", "place", "we", "tried", "to", "have", "lunch", "at", "also", "had", "bees", "swarming", "around", "us", "we", "were", "very", "irritated", "by", "them", "at", "this", "point", "they", "are", "relentless", "at", "abel", "tasman", "they", "do", "not", "fear", "you", "and", "swarm", "around", "your", "face", "you", "constantly", "hear", "a", "buuuuuuuzzzzzzzzz", "by", "this", "time", "in", "the", "day", "my", "scorching", "headache", "proceeded", "to", "get", "worse", "and", "luca", "was", "developing", "blisters", "on", "his", "feet", "we", "had", "4", "hours", "of", "the", "hardest", "part", "of", "the", "abel", "tasman", "5", "day", "hike", "in", "front", "of", "us", "and", "were", "in", "no", "mood", "to", "tackle", "it", "we", "checked", "in", "to", "taking", "a", "water", "taxi", "to", "our", "next", "campsite", "but", "it", "was", "too", "late", "in", "the", "day", "and", "all", "of", "the", "water", "taxis", "were", "done", "doing", "their", "rounds", "i", "decided", "at", "that", "moment", "that", "it", "would", "be", "a", "lot", "easier", "to", "hike", "in", "a", "better", "spirit", "and", "to", "make", "the", "best", "out", "of", "a", "bad", "situation", "to", "help", "turn", "things", "around", "i", "started", "playing", "fun", "dancing", "music", "on", "our", "portable", "speaker", "it", "helped", "me", "to", "keep", "a", "good", "pace", "and", "tackle", "the", "climbing", "other", "hikers", "seemed", "to", "enjoy", "it", "too", "i", "made", "sure", "to", "focus", "on", "the", "beauty", "of", "the", "trail", "and", "not", "my", "physical", "pain", "luca", "was", "getting", "bitter", "from", "his", "blisters", "and", "weight", "of", "his", "pack", "but", "i", "kept", "cheering", "him", "on"]}, "31": {"text": "After the longest and steepest hill of the whole hike, we managed to make it to our next camp just in time to set up camp and cook dinner before it got dark. We made it! It was such a relief. Hiking is about pushing your body further than its comfort and seeing how far you can go. It is amazing what you can do when you put your mind to it. Never give up.", "tokenized_text": ["after", "the", "longest", "and", "steepest", "hill", "of", "the", "whole", "hike", "we", "managed", "to", "make", "it", "to", "our", "next", "camp", "just", "in", "time", "to", "set", "up", "camp", "and", "cook", "dinner", "before", "it", "got", "dark", "we", "made", "it", "it", "was", "such", "a", "relief", "hiking", "is", "about", "pushing", "your", "body", "further", "than", "its", "comfort", "and", "seeing", "how", "far", "you", "can", "go", "it", "is", "amazing", "what", "you", "can", "do", "when", "you", "put", "your", "mind", "to", "it", "never", "give", "up"]}, "32": {"text": "We slept in the next day because we only had a short hike to do to get to our next campsite. The next part of our journey was also dependent on a low tide that wasn\u2019t happening until between 4:00pm and 7:00pm. After breakfast we went to a fresh water pool where I soaked my bug bitten feet and Luca soaked his blisters. We then hung out on the beach at our campsite at Onetahuti Bay.", "tokenized_text": ["we", "slept", "in", "the", "next", "day", "because", "we", "only", "had", "a", "short", "hike", "to", "do", "to", "get", "to", "our", "next", "campsite", "the", "next", "part", "of", "our", "journey", "was", "also", "dependent", "on", "a", "low", "tide", "that", "wasn", "t", "happening", "until", "between", "4", "00pm", "and", "7", "00pm", "after", "breakfast", "we", "went", "to", "a", "fresh", "water", "pool", "where", "i", "soaked", "my", "bug", "bitten", "feet", "and", "luca", "soaked", "his", "blisters", "we", "then", "hung", "out", "on", "the", "beach", "at", "our", "campsite", "at", "onetahuti", "bay"]}, "33": {"text": "The only hard part about that leg of the hike was the low tide crossing at Awaroa Inlet where there was no shade and we had to take off our shoes to cross the water. The Waiharakeke Bay campsite was our least favorite because it was swarming with mosquitos. By that point of the hike, I was so over bugs. I had bug bites everywhere and I was so sick of hearing them. Because of Benedril to stop me from waking up and scratching, I dreamed well that night of a roof over my head that sheltered me from bugs.", "tokenized_text": ["the", "only", "hard", "part", "about", "that", "leg", "of", "the", "hike", "was", "the", "low", "tide", "crossing", "at", "awaroa", "inlet", "where", "there", "was", "no", "shade", "and", "we", "had", "to", "take", "off", "our", "shoes", "to", "cross", "the", "water", "the", "waiharakeke", "bay", "campsite", "was", "our", "least", "favorite", "because", "it", "was", "swarming", "with", "mosquitos", "by", "that", "point", "of", "the", "hike", "i", "was", "so", "over", "bugs", "i", "had", "bug", "bites", "everywhere", "and", "i", "was", "so", "sick", "of", "hearing", "them", "because", "of", "benedril", "to", "stop", "me", "from", "waking", "up", "and", "scratching", "i", "dreamed", "well", "that", "night", "of", "a", "roof", "over", "my", "head", "that", "sheltered", "me", "from", "bugs"]}, "34": {"text": "The next morning I woke up refreshed as ever and we packed up camp and began our final long hike of our journey. I enjoyed myself along the way and swam at every spot I could. The hike was easy, with the exception of the two giant hills. It was helpful to be rooted on by fellow hikers who were traveling the other way.", "tokenized_text": ["the", "next", "morning", "i", "woke", "up", "refreshed", "as", "ever", "and", "we", "packed", "up", "camp", "and", "began", "our", "final", "long", "hike", "of", "our", "journey", "i", "enjoyed", "myself", "along", "the", "way", "and", "swam", "at", "every", "spot", "i", "could", "the", "hike", "was", "easy", "with", "the", "exception", "of", "the", "two", "giant", "hills", "it", "was", "helpful", "to", "be", "rooted", "on", "by", "fellow", "hikers", "who", "were", "traveling", "the", "other", "way"]}, "35": {"text": "When we reached our final camp at Mutton Cove we found 2 people that we met at the camp the night before. They had travelled the world and were from New Zealand. One of their journeys was biking from Canada to Mexico and back for 6 years straight. They were an older couple, but were extremely fit. I told Luca that I aspired to be them when we were old.\n\nApparently they managed to fund their travels by collecting several rental properties in New Zealand through their life. They can now afford to hire a property manager to look over the properties while they are away. That definitely planted a seed in Luca\u2019s head\u2026.\n\nThe couple told us to look for muscles on the rocks close to our camp during low tide and cook them for dinner. We had a blast searching through the little eco systems among the corral. We saw a bunch of starfish and sea urchins. The muscles were delicious.", "tokenized_text": ["when", "we", "reached", "our", "final", "camp", "at", "mutton", "cove", "we", "found", "2", "people", "that", "we", "met", "at", "the", "camp", "the", "night", "before", "they", "had", "travelled", "the", "world", "and", "were", "from", "new", "zealand", "one", "of", "their", "journeys", "was", "biking", "from", "canada", "to", "mexico", "and", "back", "for", "6", "years", "straight", "they", "were", "an", "older", "couple", "but", "were", "extremely", "fit", "i", "told", "luca", "that", "i", "aspired", "to", "be", "them", "when", "we", "were", "old", "apparently", "they", "managed", "to", "fund", "their", "travels", "by", "collecting", "several", "rental", "properties", "in", "new", "zealand", "through", "their", "life", "they", "can", "now", "afford", "to", "hire", "a", "property", "manager", "to", "look", "over", "the", "properties", "while", "they", "are", "away", "that", "definitely", "planted", "a", "seed", "in", "luca", "s", "head", "the", "couple", "told", "us", "to", "look", "for", "muscles", "on", "the", "rocks", "close", "to", "our", "camp", "during", "low", "tide", "and", "cook", "them", "for", "dinner", "we", "had", "a", "blast", "searching", "through", "the", "little", "eco", "systems", "among", "the", "corral", "we", "saw", "a", "bunch", "of", "starfish", "and", "sea", "urchins", "the", "muscles", "were", "delicious"]}, "36": {"text": "I woke up the last day of our hike and took a swim in the ocean \u2013 a refreshing way to start a hike. The highlight of our 2 hour hike to where we would pick up a water taxi back to our car was tackling the last hill. I was so tired and my legs were so sore, but it was the last hill and I was going to own it. And so I did. I even did a dance when I reached the top.", "tokenized_text": ["i", "woke", "up", "the", "last", "day", "of", "our", "hike", "and", "took", "a", "swim", "in", "the", "ocean", "a", "refreshing", "way", "to", "start", "a", "hike", "the", "highlight", "of", "our", "2", "hour", "hike", "to", "where", "we", "would", "pick", "up", "a", "water", "taxi", "back", "to", "our", "car", "was", "tackling", "the", "last", "hill", "i", "was", "so", "tired", "and", "my", "legs", "were", "so", "sore", "but", "it", "was", "the", "last", "hill", "and", "i", "was", "going", "to", "own", "it", "and", "so", "i", "did", "i", "even", "did", "a", "dance", "when", "i", "reached", "the", "top"]}, "37": {"text": "We were so excited to eat anything but what we packed in our bags for our journey. We ended up finding a gourmet burger place called The Fat Tui. Food had never tasted so good in my life.", "tokenized_text": ["we", "were", "so", "excited", "to", "eat", "anything", "but", "what", "we", "packed", "in", "our", "bags", "for", "our", "journey", "we", "ended", "up", "finding", "a", "gourmet", "burger", "place", "called", "the", "fat", "tui", "food", "had", "never", "tasted", "so", "good", "in", "my", "life"]}, "38": {"text": "MINNEAPOLIS (WCCO) \u2013 Authorities say nobody was hurt but two dogs had to be rescued from a house fire in New Brighton Monday morning.\n\nAuthorities received a 911 call at about 9:43 a.m. of a dwelling fire. When firefighters arrived to the scene, heavy fire was showing from the back of a single-family home, and it was extending to the attic.", "tokenized_text": ["minneapolis", "wcco", "authorities", "say", "nobody", "was", "hurt", "but", "two", "dogs", "had", "to", "be", "rescued", "from", "a", "house", "fire", "in", "new", "brighton", "monday", "morning", "authorities", "received", "a", "911", "call", "at", "about", "9", "43", "a", "m", "of", "a", "dwelling", "fire", "when", "firefighters", "arrived", "to", "the", "scene", "heavy", "fire", "was", "showing", "from", "the", "back", "of", "a", "single", "family", "home", "and", "it", "was", "extending", "to", "the", "attic"]}, "39": {"text": "Fire crews were able to stop the fire from spreading throughout the home, and spent about two hours on scene. Nobody was hurt in the fire, but two dogs were rescued after employees with The Garage of New Brighton went to the area to investigate smoke and saw the home on fire. They got the two dogs out before fire crews arrived.\n\nThe cause of the fire is under investigation. Authorities say it does not appear to be suspicious in nature.", "tokenized_text": ["fire", "crews", "were", "able", "to", "stop", "the", "fire", "from", "spreading", "throughout", "the", "home", "and", "spent", "about", "two", "hours", "on", "scene", "nobody", "was", "hurt", "in", "the", "fire", "but", "two", "dogs", "were", "rescued", "after", "employees", "with", "the", "garage", "of", "new", "brighton", "went", "to", "the", "area", "to", "investigate", "smoke", "and", "saw", "the", "home", "on", "fire", "they", "got", "the", "two", "dogs", "out", "before", "fire", "crews", "arrived", "the", "cause", "of", "the", "fire", "is", "under", "investigation", "authorities", "say", "it", "does", "not", "appear", "to", "be", "suspicious", "in", "nature"]}, "40": {"text": "When you think of dinosaurs, you are imagining them as envisioned by the artist Charles R. Knight 100 years ago.\n\n\nAmerican wildlife artist Charles R. Knight (1874\u20131953) spent a lifetime creating scientifically accurate and spectacularly beautiful images of Earth\u2019s ancient past, from dinosaurs and mammoths to saber-toothed cats and early humans. For generations, his groundbreaking work has inspired scientists, artists, and filmmakers all over the world and shaped the way prehistoric times are imagined today.\nThis stunning volume gathers together both iconic and never-before-seen works from Knight\u2019s days of sketching animals in the newly opened Bronx Zoo, to the decades spent creating murals of prehistoric species for the American Museum of Natural History and the Field Museum.\n\nThis month, Abrams published the beautiful art book, Charles R. Knight: The Artist Who Saw Through Time, by Richard Milner. Abrams has kindly given permission for me to run a selection of images from the book. Enjoy!", "tokenized_text": ["when", "you", "think", "of", "dinosaurs", "you", "are", "imagining", "them", "as", "envisioned", "by", "the", "artist", "charles", "r", "knight", "100", "years", "ago", "american", "wildlife", "artist", "charles", "r", "knight", "1874", "1953", "spent", "a", "lifetime", "creating", "scientifically", "accurate", "and", "spectacularly", "beautiful", "images", "of", "earth", "s", "ancient", "past", "from", "dinosaurs", "and", "mammoths", "to", "saber", "toothed", "cats", "and", "early", "humans", "for", "generations", "his", "groundbreaking", "work", "has", "inspired", "scientists", "artists", "and", "filmmakers", "all", "over", "the", "world", "and", "shaped", "the", "way", "prehistoric", "times", "are", "imagined", "today", "this", "stunning", "volume", "gathers", "together", "both", "iconic", "and", "never", "before", "seen", "works", "from", "knight", "s", "days", "of", "sketching", "animals", "in", "the", "newly", "opened", "bronx", "zoo", "to", "the", "decades", "spent", "creating", "murals", "of", "prehistoric", "species", "for", "the", "american", "museum", "of", "natural", "history", "and", "the", "field", "museum", "this", "month", "abrams", "published", "the", "beautiful", "art", "book", "charles", "r", "knight", "the", "artist", "who", "saw", "through", "time", "by", "richard", "milner", "abrams", "has", "kindly", "given", "permission", "for", "me", "to", "run", "a", "selection", "of", "images", "from", "the", "book", "enjoy"]}, "41": {"text": "Knight\u2019s iconic painting of a tyrannosaur and triceratops facing off is a large mural in the Field Museum in Chicago.", "tokenized_text": ["knight", "s", "iconic", "painting", "of", "a", "tyrannosaur", "and", "triceratops", "facing", "off", "is", "a", "large", "mural", "in", "the", "field", "museum", "in", "chicago"]}, "42": {"text": "Knight\u2019s finished oil painting of the tyrant lizard highlights its monstrous head with a splash of sunlight.", "tokenized_text": ["knight", "s", "finished", "oil", "painting", "of", "the", "tyrant", "lizard", "highlights", "its", "monstrous", "head", "with", "a", "splash", "of", "sunlight"]}, "43": {"text": "One of Knight\u2019s renditions of the tar pits as they appeared ten thousand years ago features a saber-toothed cat and vulturelike Tetratornis, which was twice the size of a California condor. This painting was done for the American Museum of Natural History.\n\nThis classic Knight mural (first painted in 1920, and restored 1994) from the American Museum of Natural History depicts a Cro-Magnon artist painting mammoths near the entrance of Font-de-Gaume. It was done before Knight\u2019s visit to the cave, or he would have known that the frieze actually showed European bison, not woolly mammoths.", "tokenized_text": ["one", "of", "knight", "s", "renditions", "of", "the", "tar", "pits", "as", "they", "appeared", "ten", "thousand", "years", "ago", "features", "a", "saber", "toothed", "cat", "and", "vulturelike", "tetratornis", "which", "was", "twice", "the", "size", "of", "a", "california", "condor", "this", "painting", "was", "done", "for", "the", "american", "museum", "of", "natural", "history", "this", "classic", "knight", "mural", "first", "painted", "in", "1920", "and", "restored", "1994", "from", "the", "american", "museum", "of", "natural", "history", "depicts", "a", "cro", "magnon", "artist", "painting", "mammoths", "near", "the", "entrance", "of", "font", "de", "gaume", "it", "was", "done", "before", "knight", "s", "visit", "to", "the", "cave", "or", "he", "would", "have", "known", "that", "the", "frieze", "actually", "showed", "european", "bison", "not", "woolly", "mammoths"]}, "44": {"text": "Knight\u2019s superb pencil drawings, from life, of an African elephant.", "tokenized_text": ["knight", "s", "superb", "pencil", "drawings", "from", "life", "of", "an", "african", "elephant"]}, "45": {"text": "Special replay from Red Pill Radio. Theodore L. Gunderson (7 November 1928 \u2013 31 July 2011) was an American Federal Bureau of Investigation Special Agent In Charge and head of the Los Angeles FBI. According to his son, he worked the case of Marilyn Monroe and the John F. Kennedy cases. In a 1995 conference in Dallas, Gunderson warned about the proliferation of secret occultist groups, and the danger posed by the New World Order, an alleged shadow government that would be controlling the United States government.[8] He also claimed that a \"slave auction\" in which children were sold by Saudi Arabian agents to men had been held in Las Vegas, that four thousand ritual human sacrifices are performed in New York City every year, and that the 1995 bombing of the Alfred P. Murrah Federal Building in Oklahoma City was carried out by the US government. Gunderson believed that in the United States there is a secret widespread network of groups who kidnap children and infants, and subject them to ritual abuse and subsequent human sacrifice. DelmarvaStudios.Net\nEmail: [email protected] Twitter: @DelmarvaStudios", "tokenized_text": ["special", "replay", "from", "red", "pill", "radio", "theodore", "l", "gunderson", "7", "november", "1928", "31", "july", "2011", "was", "an", "american", "federal", "bureau", "of", "investigation", "special", "agent", "in", "charge", "and", "head", "of", "the", "los", "angeles", "fbi", "according", "to", "his", "son", "he", "worked", "the", "case", "of", "marilyn", "monroe", "and", "the", "john", "f", "kennedy", "cases", "in", "a", "1995", "conference", "in", "dallas", "gunderson", "warned", "about", "the", "proliferation", "of", "secret", "occultist", "groups", "and", "the", "danger", "posed", "by", "the", "new", "world", "order", "an", "alleged", "shadow", "government", "that", "would", "be", "controlling", "the", "united", "states", "government", "8", "he", "also", "claimed", "that", "a", "slave", "auction", "in", "which", "children", "were", "sold", "by", "saudi", "arabian", "agents", "to", "men", "had", "been", "held", "in", "las", "vegas", "that", "four", "thousand", "ritual", "human", "sacrifices", "are", "performed", "in", "new", "york", "city", "every", "year", "and", "that", "the", "1995", "bombing", "of", "the", "alfred", "p", "murrah", "federal", "building", "in", "oklahoma", "city", "was", "carried", "out", "by", "the", "us", "government", "gunderson", "believed", "that", "in", "the", "united", "states", "there", "is", "a", "secret", "widespread", "network", "of", "groups", "who", "kidnap", "children", "and", "infants", "and", "subject", "them", "to", "ritual", "abuse", "and", "subsequent", "human", "sacrifice", "delmarvastudios", "net", "email", "email", "protected", "twitter", "delmarvastudios"]}, "46": {"text": "The cast of \u201cLord Of The Rings\u201d are coming together for J.R.R. Tolkien.\n\nThe author\u2019s former residence at 20 Northmoor Road in Oxford, England is about to hit the market. Sir Ian McKellen, Martin Freeman and John Rhys-Davies, who starred in the hit film franchise based on Tolkien\u2019s work, are kickstarting a campaign to purchase the house and turn it into a literary centre dedicated to the iconic writer\u2019s life.\n\nProject Northmoor has started a fundraising campaign to raise $6 million.\n\nRELATED: Hugo Weaving On If He Would Reprise His Role For \u2018Lord Of The Rings\u2019, \u2018The Matrix\u2019\n\nUnlike other writers of his stature, there is no centre devoted to J.R.R. Tolkien anywhere in the world. Yet. @ProjNorthmoor https://t.co/pzMg8Yk2t2 pic.twitter.com/jx2r5MVbcw\n\nIn a statement, the cast wrote, \u201cWe cannot achieve this without the support of the worldwide community of Tolkien fans, our fellowship of funders.\u201d\n\nRELATED: Orlando Bloom Shares What He Knows About Amazon\u2019s \u2018Lord Of The Rings\u2019 Series: \u2018It\u2019s Not A Remake\u2019\n\nRhys-Davies, who played Gimli, added, \u201cIf people are still reading in 1,000 years, Tolkien will be regarded as one of the great myth-makers of Britain and it will be evident within a matter of years that not to secure this place would have been such an act of arrogance and ignorance and folly on our part.\u201d\n\nThey hope to turn the home \u201cinto a literary hub that will inspire new generations of writers, artists and filmmakers for many years to come.\u201d\n\nAccording to People magazine, Tolkien and his family moved into the home in the 1930s and stayed there for 17 years. It was during that time that Tolkien wrote The Lord of the Rings and The Hobbit. Tolkien is also rumoured to have hosted C.S. Lewis there.", "tokenized_text": ["the", "cast", "of", "lord", "of", "the", "rings", "are", "coming", "together", "for", "j", "r", "r", "tolkien", "the", "author", "s", "former", "residence", "at", "20", "northmoor", "road", "in", "oxford", "england", "is", "about", "to", "hit", "the", "market", "sir", "ian", "mckellen", "martin", "freeman", "and", "john", "rhys", "davies", "who", "starred", "in", "the", "hit", "film", "franchise", "based", "on", "tolkien", "s", "work", "are", "kickstarting", "a", "campaign", "to", "purchase", "the", "house", "and", "turn", "it", "into", "a", "literary", "centre", "dedicated", "to", "the", "iconic", "writer", "s", "life", "project", "northmoor", "has", "started", "a", "fundraising", "campaign", "to", "raise", "6", "million", "related", "hugo", "weaving", "on", "if", "he", "would", "reprise", "his", "role", "for", "lord", "of", "the", "rings", "the", "matrix", "unlike", "other", "writers", "of", "his", "stature", "there", "is", "no", "centre", "devoted", "to", "j", "r", "r", "tolkien", "anywhere", "in", "the", "world", "yet", "projnorthmoor", "https", "t", "co", "pzmg8yk2t2", "pic", "twitter", "com", "jx2r5mvbcw", "in", "a", "statement", "the", "cast", "wrote", "we", "cannot", "achieve", "this", "without", "the", "support", "of", "the", "worldwide", "community", "of", "tolkien", "fans", "our", "fellowship", "of", "funders", "related", "orlando", "bloom", "shares", "what", "he", "knows", "about", "amazon", "s", "lord", "of", "the", "rings", "series", "it", "s", "not", "a", "remake", "rhys", "davies", "who", "played", "gimli", "added", "if", "people", "are", "still", "reading", "in", "1", "000", "years", "tolkien", "will", "be", "regarded", "as", "one", "of", "the", "great", "myth", "makers", "of", "britain", "and", "it", "will", "be", "evident", "within", "a", "matter", "of", "years", "that", "not", "to", "secure", "this", "place", "would", "have", "been", "such", "an", "act", "of", "arrogance", "and", "ignorance", "and", "folly", "on", "our", "part", "they", "hope", "to", "turn", "the", "home", "into", "a", "literary", "hub", "that", "will", "inspire", "new", "generations", "of", "writers", "artists", "and", "filmmakers", "for", "many", "years", "to", "come", "according", "to", "people", "magazine", "tolkien", "and", "his", "family", "moved", "into", "the", "home", "in", "the", "1930s", "and", "stayed", "there", "for", "17", "years", "it", "was", "during", "that", "time", "that", "tolkien", "wrote", "the", "lord", "of", "the", "rings", "and", "the", "hobbit", "tolkien", "is", "also", "rumoured", "to", "have", "hosted", "c", "s", "lewis", "there"]}, "47": {"text": "Dua Lipa Opens Up About The Pressures Of Being...", "tokenized_text": ["dua", "lipa", "opens", "up", "about", "the", "pressures", "of", "being"]}, "48": {"text": "The Fujifilm X-T200 is a low-to-midrange mirrorless camera that uses the company's X-mount. It features a 24MP APS-C CMOS sensor (non X-Trans) with on-sensor phase detection. Despite its relatively compact size, Fujifilm still found a way to give the X-T200 a fully articulating 3.5\" touchscreen display, plus an electronic viewfinder. The camera can shoot bursts with continuous AF at up to 8 fps, though the buffer fills quickly. Uncropped, oversampled 4K footage can be captured at up to 30p, with a 15 minute limit. The camera has a built-in mic jack and supports headphones via an included adapter. Connectivity options include Wi-Fi and Bluetooth.", "tokenized_text": ["the", "fujifilm", "x", "t200", "is", "a", "low", "to", "midrange", "mirrorless", "camera", "that", "uses", "the", "company", "s", "x", "mount", "it", "features", "a", "24mp", "aps", "c", "cmos", "sensor", "non", "x", "trans", "with", "on", "sensor", "phase", "detection", "despite", "its", "relatively", "compact", "size", "fujifilm", "still", "found", "a", "way", "to", "give", "the", "x", "t200", "a", "fully", "articulating", "3", "5", "touchscreen", "display", "plus", "an", "electronic", "viewfinder", "the", "camera", "can", "shoot", "bursts", "with", "continuous", "af", "at", "up", "to", "8", "fps", "though", "the", "buffer", "fills", "quickly", "uncropped", "oversampled", "4k", "footage", "can", "be", "captured", "at", "up", "to", "30p", "with", "a", "15", "minute", "limit", "the", "camera", "has", "a", "built", "in", "mic", "jack", "and", "supports", "headphones", "via", "an", "included", "adapter", "connectivity", "options", "include", "wi", "fi", "and", "bluetooth"]}, "49": {"text": "James Webb: The most powerful Space telescope ever built blast into orbit\n\nThe $10bn James Webb telescope has left Earth on its mission to show the first stars to light up the Universe.\n\nThe observatory was lifted skyward by an Ariane rocket from the Kourou spaceport in French Guiana.\n\nIts flight to orbit was expected to last just under half an hour, with a signal confirming a successful outcome due to be picked up in Kenya.\n\nLive coverage of the launch is available on NASA\u2019s TV channel and website starting at 6 a.m. ET. Launch is expected at 7:20 a.m. ET.\nThe telescope has endured years of delays, including a combination of factors brought on by the pandemic and technical challenges. But the world\u2019s most powerful complex space observatory will answer questions about our solar system, study exoplanets in new ways and look deeper into the universe than we\u2019ve ever been able to.\n\nIt\u2019s a project that has taken 30 years to design and build and is regarded as one of the grand scientific endeavours of the 21st Century.\n\nWebb\u2019s goal will be to try to show the very first stars and galaxies to shine in the Universe.\n\nIt will also have the power to probe the atmospheres of distant planets to look for gases that might hint at the presence of life.\n\nThe anticipation is high, but so too is the level of anxiety.\n\nTo get to space, Webb must first survive a 27-minute ascent on what is, in effect, a controlled explosion.\n\nThe telescope then has to unfold itself in a series of complex deployments, all of which must be completed flawlessly or the observatory as a whole won\u2019t work.\n\n\u201cIt\u2019s a shining example of what we can accomplish when we dream big. We\u2019ve always known that this project would be a risky endeavour. But, of course, when you want a big reward, you have to usually take a big risk.\u201d\n\nThe James Webb telescope is named after one of the architects of the Apollo Moon programme, and the space agencies of the US, Europe and Canada, who are all partners on the project, regard it as a science flagship of no less importance.\n\nWebb\u2019s mission is to build on the discoveries of the Hubble Space Telescope, which, after 31 years in orbit, is nearing the end of operations.\n\nWebb will look deeper into the cosmos and, as a consequence, much further back in time.\n\nAt the core of the new facility\u2019s capabilities is its 6.5m-wide golden mirror.\n\nThis remarkable reflecting surface, allied to four super-sensitive instruments, should enable Webb to detect the light from the pioneer stars. These objects are theorised to have ignited more than 13.5 billion years ago.\n\n\u201cWe think there should be stars, or galaxies, or black holes maybe beginning at 100 million years after the Big Bang. There won\u2019t be many of them to find at that time but the Webb telescope can see them if they\u2019re there, and we\u2019re lucky,\u201d he told BBC News.\n\nThe pioneer stars are more than a mere curiosity. They began the process of seeding the cosmos with the first heavy chemical elements.\n\nThe calcium in our bones, the phosphorus in our DNA and the iron in our blood \u2013 all these atoms had to be \u201cmanufactured\u201d in the nuclear reactions that make stars shine, and in the mighty explosions that end their existence.\n\nIn this sense, Webb will be charting our origins.\n\n\u201cOne of my favourite things about astronomy in general is that it really gets right down to our big questions: Where do we come from? How did we get here? Are we alone? These questions are more than just arcane science questions; they\u2019re questions that get to the heart of what it means to be human,\u201d said Nasa deputy project scientist Dr Amber Straughn.\n\nSaturday\u2019s flight to orbit involves one of the most dependable rockets in the business. The Ariane-5 has a greater than 98% record of success. Its last outright failure was in 2002.\n\nThe less-than-2% rate reflects the hazards that inevitably come with handling such an extreme vehicle.\n\nPeople will naturally focus on it \u2013 there are no guarantees in the rocket business \u2013 but it\u2019s fair to say that few Ariane missions have been subjected to the same level of detailed scrutiny as this one.\n\nEngineers have reviewed every aspect of the vehicle\u2019s performance. All questions have been answered.\n\nThe Ariane will fly east from Kourou, out over the Atlantic towards Africa.\n\nA signal confirming Webb is in space and safe should be picked up by a ground antenna in Malindi, Kenya.\n\nThis will mark the start then of a month-long journey for the telescope as it moves out to its planned observing station 1.5 million km from Earth.\n\nCharles Igbinidu is a Public Relations practitioner in Lagos, Nigeria\n@https://twitter.com/ionigeria\nPrevious Former England and Liverpool striker Daniel Sturridge ordered to pay $30,000 to man who found his missing dog\nNext I now believe in the power of prayer \u2013 not because it works, but because it helps", "tokenized_text": ["james", "webb", "the", "most", "powerful", "space", "telescope", "ever", "built", "blast", "into", "orbit", "the", "10bn", "james", "webb", "telescope", "has", "left", "earth", "on", "its", "mission", "to", "show", "the", "first", "stars", "to", "light", "up", "the", "universe", "the", "observatory", "was", "lifted", "skyward", "by", "an", "ariane", "rocket", "from", "the", "kourou", "spaceport", "in", "french", "guiana", "its", "flight", "to", "orbit", "was", "expected", "to", "last", "just", "under", "half", "an", "hour", "with", "a", "signal", "confirming", "a", "successful", "outcome", "due", "to", "be", "picked", "up", "in", "kenya", "live", "coverage", "of", "the", "launch", "is", "available", "on", "nasa", "s", "tv", "channel", "and", "website", "starting", "at", "6", "a", "m", "et", "launch", "is", "expected", "at", "7", "20", "a", "m", "et", "the", "telescope", "has", "endured", "years", "of", "delays", "including", "a", "combination", "of", "factors", "brought", "on", "by", "the", "pandemic", "and", "technical", "challenges", "but", "the", "world", "s", "most", "powerful", "complex", "space", "observatory", "will", "answer", "questions", "about", "our", "solar", "system", "study", "exoplanets", "in", "new", "ways", "and", "look", "deeper", "into", "the", "universe", "than", "we", "ve", "ever", "been", "able", "to", "it", "s", "a", "project", "that", "has", "taken", "30", "years", "to", "design", "and", "build", "and", "is", "regarded", "as", "one", "of", "the", "grand", "scientific", "endeavours", "of", "the", "21st", "century", "webb", "s", "goal", "will", "be", "to", "try", "to", "show", "the", "very", "first", "stars", "and", "galaxies", "to", "shine", "in", "the", "universe", "it", "will", "also", "have", "the", "power", "to", "probe", "the", "atmospheres", "of", "distant", "planets", "to", "look", "for", "gases", "that", "might", "hint", "at", "the", "presence", "of", "life", "the", "anticipation", "is", "high", "but", "so", "too", "is", "the", "level", "of", "anxiety", "to", "get", "to", "space", "webb", "must", "first", "survive", "a", "27", "minute", "ascent", "on", "what", "is", "in", "effect", "a", "controlled", "explosion", "the", "telescope", "then", "has", "to", "unfold", "itself", "in", "a", "series", "of", "complex", "deployments", "all", "of", "which", "must", "be", "completed", "flawlessly", "or", "the", "observatory", "as", "a", "whole", "won", "t", "work", "it", "s", "a", "shining", "example", "of", "what", "we", "can", "accomplish", "when", "we", "dream", "big", "we", "ve", "always", "known", "that", "this", "project", "would", "be", "a", "risky", "endeavour", "but", "of", "course", "when", "you", "want", "a", "big", "reward", "you", "have", "to", "usually", "take", "a", "big", "risk", "the", "james", "webb", "telescope", "is", "named", "after", "one", "of", "the", "architects", "of", "the", "apollo", "moon", "programme", "and", "the", "space", "agencies", "of", "the", "us", "europe", "and", "canada", "who", "are", "all", "partners", "on", "the", "project", "regard", "it", "as", "a", "science", "flagship", "of", "no", "less", "importance", "webb", "s", "mission", "is", "to", "build", "on", "the", "discoveries", "of", "the", "hubble", "space", "telescope", "which", "after", "31", "years", "in", "orbit", "is", "nearing", "the", "end", "of", "operations", "webb", "will", "look", "deeper", "into", "the", "cosmos", "and", "as", "a", "consequence", "much", "further", "back", "in", "time", "at", "the", "core", "of", "the", "new", "facility", "s", "capabilities", "is", "its", "6", "5m", "wide", "golden", "mirror", "this", "remarkable", "reflecting", "surface", "allied", "to", "four", "super", "sensitive", "instruments", "should", "enable", "webb", "to", "detect", "the", "light", "from", "the", "pioneer", "stars", "these", "objects", "are", "theorised", "to", "have", "ignited", "more", "than", "13", "5", "billion", "years", "ago", "we", "think", "there", "should", "be", "stars", "or", "galaxies", "or", "black", "holes", "maybe", "beginning", "at", "100", "million", "years", "after", "the", "big", "bang", "there", "won", "t", "be", "many", "of", "them", "to", "find", "at", "that", "time", "but", "the", "webb", "telescope", "can", "see", "them", "if", "they", "re", "there", "and", "we", "re", "lucky", "he", "told", "bbc", "news", "the", "pioneer", "stars", "are", "more", "than", "a", "mere", "curiosity", "they", "began", "the", "process", "of", "seeding", "the", "cosmos", "with", "the", "first", "heavy", "chemical", "elements", "the", "calcium", "in", "our", "bones", "the", "phosphorus", "in", "our", "dna", "and", "the", "iron", "in", "our", "blood", "all", "these", "atoms", "had", "to", "be", "manufactured", "in", "the", "nuclear", "reactions", "that", "make", "stars", "shine", "and", "in", "the", "mighty", "explosions", "that", "end", "their", "existence", "in", "this", "sense", "webb", "will", "be", "charting", "our", "origins", "one", "of", "my", "favourite", "things", "about", "astronomy", "in", "general", "is", "that", "it", "really", "gets", "right", "down", "to", "our", "big", "questions", "where", "do", "we", "come", "from", "how", "did", "we", "get", "here", "are", "we", "alone", "these", "questions", "are", "more", "than", "just", "arcane", "science", "questions", "they", "re", "questions", "that", "get", "to", "the", "heart", "of", "what", "it", "means", "to", "be", "human", "said", "nasa", "deputy", "project", "scientist", "dr", "amber", "straughn", "saturday", "s", "flight", "to", "orbit", "involves", "one", "of", "the", "most", "dependable", "rockets", "in", "the", "business", "the", "ariane", "5", "has", "a", "greater", "than", "98", "record", "of", "success", "its", "last", "outright", "failure", "was", "in", "2002", "the", "less", "than", "2", "rate", "reflects", "the", "hazards", "that", "inevitably", "come", "with", "handling", "such", "an", "extreme", "vehicle", "people", "will", "naturally", "focus", "on", "it", "there", "are", "no", "guarantees", "in", "the", "rocket", "business", "but", "it", "s", "fair", "to", "say", "that", "few", "ariane", "missions", "have", "been", "subjected", "to", "the", "same", "level", "of", "detailed", "scrutiny", "as", "this", "one", "engineers", "have", "reviewed", "every", "aspect", "of", "the", "vehicle", "s", "performance", "all", "questions", "have", "been", "answered", "the", "ariane", "will", "fly", "east", "from", "kourou", "out", "over", "the", "atlantic", "towards", "africa", "a", "signal", "confirming", "webb", "is", "in", "space", "and", "safe", "should", "be", "picked", "up", "by", "a", "ground", "antenna", "in", "malindi", "kenya", "this", "will", "mark", "the", "start", "then", "of", "a", "month", "long", "journey", "for", "the", "telescope", "as", "it", "moves", "out", "to", "its", "planned", "observing", "station", "1", "5", "million", "km", "from", "earth", "charles", "igbinidu", "is", "a", "public", "relations", "practitioner", "in", "lagos", "nigeria", "https", "twitter", "com", "ionigeria", "previous", "former", "england", "and", "liverpool", "striker", "daniel", "sturridge", "ordered", "to", "pay", "30", "000", "to", "man", "who", "found", "his", "missing", "dog", "next", "i", "now", "believe", "in", "the", "power", "of", "prayer", "not", "because", "it", "works", "but", "because", "it", "helps"]}, "50": {"text": "Police: Man charged with OWI told an officer boozy smell must have been his spearmint gum\n\nThe Wausau man's 4-year-old daughter was in the car at the time of the traffic stop, according to court records.\n\nPolice: Man charged with OWI told an officer boozy smell must have been his spearmint gum", "tokenized_text": ["police", "man", "charged", "with", "owi", "told", "an", "officer", "boozy", "smell", "must", "have", "been", "his", "spearmint", "gum", "the", "wausau", "man", "s", "4", "year", "old", "daughter", "was", "in", "the", "car", "at", "the", "time", "of", "the", "traffic", "stop", "according", "to", "court", "records", "police", "man", "charged", "with", "owi", "told", "an", "officer", "boozy", "smell", "must", "have", "been", "his", "spearmint", "gum"]}, "51": {"text": "ROTHSCHILD - Police say a man charged with OWI said the smell of alcohol an officer detected during a traffic stop must have been his spearmint gum.\n\nMark Pierzchalski of Wausau was charged Monday with a felony count of a fifth or sixth OWI with a passenger who is under 16 years old, according to Marathon County court records. He was also charged with felony bail jumping as a repeat offender and two misdemeanors \u2014 possessing an illegally obtained prescription and operating a vehicle while his license was revoked.\n\nDuring a traffic stop Sunday, Pierzchalski denied having been drinking that day, according to court records. The officer wrote that Pierzchalski was slurring his speech and that his eyes were bloodshot and glassy with constricted pupils.\n\nWhen an officer asked him about the smell of alcohol he detected, Pierzchalski said that it was his gum causing the odor, according to court records. He then pulled a piece of spearmint gum out of his mouth.\n\nThe officer told Pierzchalski that spearmint gum does not smell like booze, according to court records.\n\nThe traffic stop took place on Highway 29 in Rothschild, east of Highway 51. Pierzchalski was in the car with his 4-year-old daughter, according to court records.\n\nPierzchalski denied a breath test and instead asked for a blood draw. He then refused to consent to a legal blood draw, court records show. He was later taken to Aspirus Hospital in Wausau after the officer received a search warrant for the blood draw.\n\nPierzchalski has a preliminary hearing scheduled at 9:15 a.m. May 8 at the Marathon County Courthouse.", "tokenized_text": ["rothschild", "police", "say", "a", "man", "charged", "with", "owi", "said", "the", "smell", "of", "alcohol", "an", "officer", "detected", "during", "a", "traffic", "stop", "must", "have", "been", "his", "spearmint", "gum", "mark", "pierzchalski", "of", "wausau", "was", "charged", "monday", "with", "a", "felony", "count", "of", "a", "fifth", "or", "sixth", "owi", "with", "a", "passenger", "who", "is", "under", "16", "years", "old", "according", "to", "marathon", "county", "court", "records", "he", "was", "also", "charged", "with", "felony", "bail", "jumping", "as", "a", "repeat", "offender", "and", "two", "misdemeanors", "possessing", "an", "illegally", "obtained", "prescription", "and", "operating", "a", "vehicle", "while", "his", "license", "was", "revoked", "during", "a", "traffic", "stop", "sunday", "pierzchalski", "denied", "having", "been", "drinking", "that", "day", "according", "to", "court", "records", "the", "officer", "wrote", "that", "pierzchalski", "was", "slurring", "his", "speech", "and", "that", "his", "eyes", "were", "bloodshot", "and", "glassy", "with", "constricted", "pupils", "when", "an", "officer", "asked", "him", "about", "the", "smell", "of", "alcohol", "he", "detected", "pierzchalski", "said", "that", "it", "was", "his", "gum", "causing", "the", "odor", "according", "to", "court", "records", "he", "then", "pulled", "a", "piece", "of", "spearmint", "gum", "out", "of", "his", "mouth", "the", "officer", "told", "pierzchalski", "that", "spearmint", "gum", "does", "not", "smell", "like", "booze", "according", "to", "court", "records", "the", "traffic", "stop", "took", "place", "on", "highway", "29", "in", "rothschild", "east", "of", "highway", "51", "pierzchalski", "was", "in", "the", "car", "with", "his", "4", "year", "old", "daughter", "according", "to", "court", "records", "pierzchalski", "denied", "a", "breath", "test", "and", "instead", "asked", "for", "a", "blood", "draw", "he", "then", "refused", "to", "consent", "to", "a", "legal", "blood", "draw", "court", "records", "show", "he", "was", "later", "taken", "to", "aspirus", "hospital", "in", "wausau", "after", "the", "officer", "received", "a", "search", "warrant", "for", "the", "blood", "draw", "pierzchalski", "has", "a", "preliminary", "hearing", "scheduled", "at", "9", "15", "a", "m", "may", "8", "at", "the", "marathon", "county", "courthouse"]}, "52": {"text": "The Insider's Guide to Ib\u00e9rico Ham\n\nKing of ham, Brindisa's own James Robinson shares why Ib\u00e9rico is the most highly prized air-dried ham and what you need to know when shopping and eating this delicious Spanish ham!\n\nby James Robinson | Head of Product Training at Brindisa\n\nWhat is so special about Ib\u00e9rico ham?\n\nIb\u00e9rico is the most highly prized air-dried ham, from animals of an ancient breed of semi-wild black Ib\u00e9rico pig. The Ib\u00e9rico pig has characteristically long slender legs, a sensitive snout to forage with, and dark skin to help protect it in the sun. The ham it produces is popularly known as pata negra, referring to the black hoof which stays on the slim leg throughout the curing process. and makes it look very different from other hams.\n\nHow to buy Ib\u00e9rico ham\n\nBuying Ib\u00e9rico ham can be confusing, particularly if you are not familiar with the descriptions used; the one thing everyone knows is that it is expensive, but how much should it cost?\n\nIt was in an attempt to bring some clarity to the consumer that the Spanish government introduced a law in April, 2014 to clarify and standardise the descriptions of different types of Iberico ham.\n\nThe four grades of Ib\u00e9rico Ham\n\nSimply put, the legislation sets out four different grades of Ib\u00e9rico ham. It is based on the pigs' diet and the purity of breed. By simply looking at the official description the consumer can make an educated choice about the quality, and hence the price, of their ham.\n\nThe four grades that were created are indicated on any Ib\u00e9rico ham or paleta (cured shoulder) on the bone by a tag (precinto)around the ankle, or on any boneless Ib\u00e9rico ham, paleta or cured loin by a tag attached to the sealed piece. These tags are essentially legal indicators of how the Ib\u00e9rico pigs were raised and fattened and what the minimum curing time of the ham was.", "tokenized_text": ["the", "insider", "s", "guide", "to", "ib\u00e9rico", "ham", "king", "of", "ham", "brindisa", "s", "own", "james", "robinson", "shares", "why", "ib\u00e9rico", "is", "the", "most", "highly", "prized", "air", "dried", "ham", "and", "what", "you", "need", "to", "know", "when", "shopping", "and", "eating", "this", "delicious", "spanish", "ham", "by", "james", "robinson", "head", "of", "product", "training", "at", "brindisa", "what", "is", "so", "special", "about", "ib\u00e9rico", "ham", "ib\u00e9rico", "is", "the", "most", "highly", "prized", "air", "dried", "ham", "from", "animals", "of", "an", "ancient", "breed", "of", "semi", "wild", "black", "ib\u00e9rico", "pig", "the", "ib\u00e9rico", "pig", "has", "characteristically", "long", "slender", "legs", "a", "sensitive", "snout", "to", "forage", "with", "and", "dark", "skin", "to", "help", "protect", "it", "in", "the", "sun", "the", "ham", "it", "produces", "is", "popularly", "known", "as", "pata", "negra", "referring", "to", "the", "black", "hoof", "which", "stays", "on", "the", "slim", "leg", "throughout", "the", "curing", "process", "and", "makes", "it", "look", "very", "different", "from", "other", "hams", "how", "to", "buy", "ib\u00e9rico", "ham", "buying", "ib\u00e9rico", "ham", "can", "be", "confusing", "particularly", "if", "you", "are", "not", "familiar", "with", "the", "descriptions", "used", "the", "one", "thing", "everyone", "knows", "is", "that", "it", "is", "expensive", "but", "how", "much", "should", "it", "cost", "it", "was", "in", "an", "attempt", "to", "bring", "some", "clarity", "to", "the", "consumer", "that", "the", "spanish", "government", "introduced", "a", "law", "in", "april", "2014", "to", "clarify", "and", "standardise", "the", "descriptions", "of", "different", "types", "of", "iberico", "ham", "the", "four", "grades", "of", "ib\u00e9rico", "ham", "simply", "put", "the", "legislation", "sets", "out", "four", "different", "grades", "of", "ib\u00e9rico", "ham", "it", "is", "based", "on", "the", "pigs", "diet", "and", "the", "purity", "of", "breed", "by", "simply", "looking", "at", "the", "official", "description", "the", "consumer", "can", "make", "an", "educated", "choice", "about", "the", "quality", "and", "hence", "the", "price", "of", "their", "ham", "the", "four", "grades", "that", "were", "created", "are", "indicated", "on", "any", "ib\u00e9rico", "ham", "or", "paleta", "cured", "shoulder", "on", "the", "bone", "by", "a", "tag", "precinto", "around", "the", "ankle", "or", "on", "any", "boneless", "ib\u00e9rico", "ham", "paleta", "or", "cured", "loin", "by", "a", "tag", "attached", "to", "the", "sealed", "piece", "these", "tags", "are", "essentially", "legal", "indicators", "of", "how", "the", "ib\u00e9rico", "pigs", "were", "raised", "and", "fattened", "and", "what", "the", "minimum", "curing", "time", "of", "the", "ham", "was"]}, "53": {"text": "The top grade of Ib\u00e9rico ham goes by the full description of \u201cJamon de bellota, 100% Ib\u00e9rico, \u2018pata negra\u2019\u201d. Jamon de bellota signifies that the Ib\u00e9rico pig fattened up on acorns (bellotas) on the autumn \u201cmontanera\u201d when the animals are put to forage on the dehesa, the oak covered savannah that makes up several million hectares of the south west of the Iberian peninsula. 100% Ib\u00e9rico means that it is a pure-bred animal, and pata Negra is a term that used to be used generically for any Ib\u00e9rico ham, but now can only be used to describe this top grade of ham. Hams and paletas will have a black tag around the ankle, issued by the relevant regional body.\n\nThe second grade is described as \u201cJamon de bellota, 50/75% Ib\u00e9rico\u201d, which means that the animal has undergone the montanera, but that either one parent, or one grandparent was of non-Ib\u00e9rico origin. When cross-breeding does occur the mother will always be 100% Iberico and the boar must be of the Duroc breed. This cross-breeding has two functions, firstly to prevent continual inbreeding, never a good idea, and also, to breed animals which will have more progeny and, frequently, larger back legs. Hams and paletas from these animals will have a red tag around the ankle.\n\nThese are the only grades of Ib\u00e9rico ham made from animals that have fattened up on acorns and they account for about 20% of all Ib\u00e9rico hams.\n\nThe third grade is called \u201cJamon de cebo de campo, 50/75/100% Ib\u00e9rico\u201d which indicates that the animal lived outdoors but fattened up on cereals and natural feed before slaughter. This means that the quality of the meat will excellent, but lacking the deep, sweet intensity of the acorn-fed hams. This accounts for a further 20% of Ib\u00e9rico hams.\n\nThe fourth grade is the one that tends to cause confusion; \u201cJamon de cebo, 50/75/100% Ib\u00e9rico\u201d indicates, in essence that the ham will almost certainly have been intensively reared. Where the minimum space required per animal for the top three grades during the fattening period is 1 hectare (100m\u00b2), the minimum required for this grade is 2m\u00b2! Simply put, this is the grade that can be made from intensively reared animals, and thus significantly more cheaply than the other grades of Ib\u00e9rico ham. This grade accounts for 60% of all Ib\u00e9rico ham production.\n\nWhy the Ib\u00e9rico grades are so important\n\nThis information can help you understand the welfare standards of the pig rearing and the pricing of Ib\u00e9rico hams. However, it also shows something more fundamental; it offers you the opportunity to make a choice about being part of a continuum that extends back 3,000 years. The dehesa is a unique environment that has been shaped by the indigenous animals of the region, and has shaped them too. This huge area has more endangered species of bird and animal life than anywhere else in Western Europe due to this slow evolution. By choosing a ham made from an animal that has followed innumerable generations of its ancestors living and feeding on the dehesa, you are helping to maintain an ecosystem whose environmental value is immense.\n\nThe bellota and cebo de campo animals have a symbolic relationship with their environment, and one which does wonders for the quality of meat. The jamon de cebo is essentially a commercial construct and it is a means by which the larger, more industrial ham producers can produce and sell a premium priced product under the cloak of respectability created by the origins of the higher grades of ham. This is not to say that there may not be some good jamon de cebo Ib\u00e9rico hams, but that those produced to the minimum requirements are unlikely to be among them.\n\nWhen buying Ib\u00e9rico ham, you can certainly make an ethical choice. You can choose to buy a product made from a free ranging animal that forages on the foods that they have evolved to consume over many thousands of years, and is arguably the most magnificent ham in the world, or whether you want a very decent ham at a cheaper price whose provenance does not concern you.", "tokenized_text": ["the", "top", "grade", "of", "ib\u00e9rico", "ham", "goes", "by", "the", "full", "description", "of", "jamon", "de", "bellota", "100", "ib\u00e9rico", "pata", "negra", "jamon", "de", "bellota", "signifies", "that", "the", "ib\u00e9rico", "pig", "fattened", "up", "on", "acorns", "bellotas", "on", "the", "autumn", "montanera", "when", "the", "animals", "are", "put", "to", "forage", "on", "the", "dehesa", "the", "oak", "covered", "savannah", "that", "makes", "up", "several", "million", "hectares", "of", "the", "south", "west", "of", "the", "iberian", "peninsula", "100", "ib\u00e9rico", "means", "that", "it", "is", "a", "pure", "bred", "animal", "and", "pata", "negra", "is", "a", "term", "that", "used", "to", "be", "used", "generically", "for", "any", "ib\u00e9rico", "ham", "but", "now", "can", "only", "be", "used", "to", "describe", "this", "top", "grade", "of", "ham", "hams", "and", "paletas", "will", "have", "a", "black", "tag", "around", "the", "ankle", "issued", "by", "the", "relevant", "regional", "body", "the", "second", "grade", "is", "described", "as", "jamon", "de", "bellota", "50", "75", "ib\u00e9rico", "which", "means", "that", "the", "animal", "has", "undergone", "the", "montanera", "but", "that", "either", "one", "parent", "or", "one", "grandparent", "was", "of", "non", "ib\u00e9rico", "origin", "when", "cross", "breeding", "does", "occur", "the", "mother", "will", "always", "be", "100", "iberico", "and", "the", "boar", "must", "be", "of", "the", "duroc", "breed", "this", "cross", "breeding", "has", "two", "functions", "firstly", "to", "prevent", "continual", "inbreeding", "never", "a", "good", "idea", "and", "also", "to", "breed", "animals", "which", "will", "have", "more", "progeny", "and", "frequently", "larger", "back", "legs", "hams", "and", "paletas", "from", "these", "animals", "will", "have", "a", "red", "tag", "around", "the", "ankle", "these", "are", "the", "only", "grades", "of", "ib\u00e9rico", "ham", "made", "from", "animals", "that", "have", "fattened", "up", "on", "acorns", "and", "they", "account", "for", "about", "20", "of", "all", "ib\u00e9rico", "hams", "the", "third", "grade", "is", "called", "jamon", "de", "cebo", "de", "campo", "50", "75", "100", "ib\u00e9rico", "which", "indicates", "that", "the", "animal", "lived", "outdoors", "but", "fattened", "up", "on", "cereals", "and", "natural", "feed", "before", "slaughter", "this", "means", "that", "the", "quality", "of", "the", "meat", "will", "excellent", "but", "lacking", "the", "deep", "sweet", "intensity", "of", "the", "acorn", "fed", "hams", "this", "accounts", "for", "a", "further", "20", "of", "ib\u00e9rico", "hams", "the", "fourth", "grade", "is", "the", "one", "that", "tends", "to", "cause", "confusion", "jamon", "de", "cebo", "50", "75", "100", "ib\u00e9rico", "indicates", "in", "essence", "that", "the", "ham", "will", "almost", "certainly", "have", "been", "intensively", "reared", "where", "the", "minimum", "space", "required", "per", "animal", "for", "the", "top", "three", "grades", "during", "the", "fattening", "period", "is", "1", "hectare", "100m\u00b2", "the", "minimum", "required", "for", "this", "grade", "is", "2m\u00b2", "simply", "put", "this", "is", "the", "grade", "that", "can", "be", "made", "from", "intensively", "reared", "animals", "and", "thus", "significantly", "more", "cheaply", "than", "the", "other", "grades", "of", "ib\u00e9rico", "ham", "this", "grade", "accounts", "for", "60", "of", "all", "ib\u00e9rico", "ham", "production", "why", "the", "ib\u00e9rico", "grades", "are", "so", "important", "this", "information", "can", "help", "you", "understand", "the", "welfare", "standards", "of", "the", "pig", "rearing", "and", "the", "pricing", "of", "ib\u00e9rico", "hams", "however", "it", "also", "shows", "something", "more", "fundamental", "it", "offers", "you", "the", "opportunity", "to", "make", "a", "choice", "about", "being", "part", "of", "a", "continuum", "that", "extends", "back", "3", "000", "years", "the", "dehesa", "is", "a", "unique", "environment", "that", "has", "been", "shaped", "by", "the", "indigenous", "animals", "of", "the", "region", "and", "has", "shaped", "them", "too", "this", "huge", "area", "has", "more", "endangered", "species", "of", "bird", "and", "animal", "life", "than", "anywhere", "else", "in", "western", "europe", "due", "to", "this", "slow", "evolution", "by", "choosing", "a", "ham", "made", "from", "an", "animal", "that", "has", "followed", "innumerable", "generations", "of", "its", "ancestors", "living", "and", "feeding", "on", "the", "dehesa", "you", "are", "helping", "to", "maintain", "an", "ecosystem", "whose", "environmental", "value", "is", "immense", "the", "bellota", "and", "cebo", "de", "campo", "animals", "have", "a", "symbolic", "relationship", "with", "their", "environment", "and", "one", "which", "does", "wonders", "for", "the", "quality", "of", "meat", "the", "jamon", "de", "cebo", "is", "essentially", "a", "commercial", "construct", "and", "it", "is", "a", "means", "by", "which", "the", "larger", "more", "industrial", "ham", "producers", "can", "produce", "and", "sell", "a", "premium", "priced", "product", "under", "the", "cloak", "of", "respectability", "created", "by", "the", "origins", "of", "the", "higher", "grades", "of", "ham", "this", "is", "not", "to", "say", "that", "there", "may", "not", "be", "some", "good", "jamon", "de", "cebo", "ib\u00e9rico", "hams", "but", "that", "those", "produced", "to", "the", "minimum", "requirements", "are", "unlikely", "to", "be", "among", "them", "when", "buying", "ib\u00e9rico", "ham", "you", "can", "certainly", "make", "an", "ethical", "choice", "you", "can", "choose", "to", "buy", "a", "product", "made", "from", "a", "free", "ranging", "animal", "that", "forages", "on", "the", "foods", "that", "they", "have", "evolved", "to", "consume", "over", "many", "thousands", "of", "years", "and", "is", "arguably", "the", "most", "magnificent", "ham", "in", "the", "world", "or", "whether", "you", "want", "a", "very", "decent", "ham", "at", "a", "cheaper", "price", "whose", "provenance", "does", "not", "concern", "you"]}, "54": {"text": "by Monika Linton | Founder of Brindisa\n\nWhen we first started bringing in de bellota Ib\u00e9rico ham, before there was any real acceptance or understanding of it in Britain, I gave a wonderful ham to chef Simon Hopkinson, then at Bibendum, who was very excited by the arrival of this delicacy. His instincts were right; he simply sliced it and sent it out to diners, but the plates came back with the fat trimmed off and customers wanting to know why it was there. I was duly called over to the restaurant to confirm that the ratio of fat to lean was perfectly normal and exactly as it should be.\n\nIt was an absurd misunderstanding of a fine product that seemed so characteristic of modern meat production and consumption, which has all fat marked out by many people as almost criminal. Simon did, however, have one customer who genuinely appreciated and understood fine fat; the late great artist Francis Bacon. Simon saved up all of the trimmings that the other customers had eschewed and offered them to him to top-up his own slices of the ham, and they were enjoyed with great gusto.", "tokenized_text": ["by", "monika", "linton", "founder", "of", "brindisa", "when", "we", "first", "started", "bringing", "in", "de", "bellota", "ib\u00e9rico", "ham", "before", "there", "was", "any", "real", "acceptance", "or", "understanding", "of", "it", "in", "britain", "i", "gave", "a", "wonderful", "ham", "to", "chef", "simon", "hopkinson", "then", "at", "bibendum", "who", "was", "very", "excited", "by", "the", "arrival", "of", "this", "delicacy", "his", "instincts", "were", "right", "he", "simply", "sliced", "it", "and", "sent", "it", "out", "to", "diners", "but", "the", "plates", "came", "back", "with", "the", "fat", "trimmed", "off", "and", "customers", "wanting", "to", "know", "why", "it", "was", "there", "i", "was", "duly", "called", "over", "to", "the", "restaurant", "to", "confirm", "that", "the", "ratio", "of", "fat", "to", "lean", "was", "perfectly", "normal", "and", "exactly", "as", "it", "should", "be", "it", "was", "an", "absurd", "misunderstanding", "of", "a", "fine", "product", "that", "seemed", "so", "characteristic", "of", "modern", "meat", "production", "and", "consumption", "which", "has", "all", "fat", "marked", "out", "by", "many", "people", "as", "almost", "criminal", "simon", "did", "however", "have", "one", "customer", "who", "genuinely", "appreciated", "and", "understood", "fine", "fat", "the", "late", "great", "artist", "francis", "bacon", "simon", "saved", "up", "all", "of", "the", "trimmings", "that", "the", "other", "customers", "had", "eschewed", "and", "offered", "them", "to", "him", "to", "top", "up", "his", "own", "slices", "of", "the", "ham", "and", "they", "were", "enjoyed", "with", "great", "gusto"]}, "55": {"text": "As incompatible as these semi-industrial hams felt alongside the farm-made Churra sheep's milk cheeses and other artisan produce that we were bringing in from Spain, I badly wanted to sell Spanish ham. And although those early examples from Large White pigs crossed with Durocs may not have been as specialist as those we can source today, they were still a delightful, novel experience for most British people; a rich red colour, with a more pronounced flavour than their Italian equivalents.\n\nOnce the market opened up, we were able to become properly selective and begin forging real relationships with favourite producers. Ultimately there is no substitute for this. Only through getting to know the farming, husbandry and curing processes can you understand what makes a truly great ham.\n\nYou can find out more about the Borough Market deli here.", "tokenized_text": ["as", "incompatible", "as", "these", "semi", "industrial", "hams", "felt", "alongside", "the", "farm", "made", "churra", "sheep", "s", "milk", "cheeses", "and", "other", "artisan", "produce", "that", "we", "were", "bringing", "in", "from", "spain", "i", "badly", "wanted", "to", "sell", "spanish", "ham", "and", "although", "those", "early", "examples", "from", "large", "white", "pigs", "crossed", "with", "durocs", "may", "not", "have", "been", "as", "specialist", "as", "those", "we", "can", "source", "today", "they", "were", "still", "a", "delightful", "novel", "experience", "for", "most", "british", "people", "a", "rich", "red", "colour", "with", "a", "more", "pronounced", "flavour", "than", "their", "italian", "equivalents", "once", "the", "market", "opened", "up", "we", "were", "able", "to", "become", "properly", "selective", "and", "begin", "forging", "real", "relationships", "with", "favourite", "producers", "ultimately", "there", "is", "no", "substitute", "for", "this", "only", "through", "getting", "to", "know", "the", "farming", "husbandry", "and", "curing", "processes", "can", "you", "understand", "what", "makes", "a", "truly", "great", "ham", "you", "can", "find", "out", "more", "about", "the", "borough", "market", "deli", "here"]}, "56": {"text": "Scottie picked Hamburg High School where he played as a point guard for the basketball team. Despite his successful high school career when Pippen made it to the state playoffs and achieved all-conference honors as a senior, he received zero college offers.\n\nEventually in 1983, Scottie enrolled himself at the University of Central Arkansas from where he graduated in 1987.\n\nScottie Pippen\u2019s body specifications may be \u2013\n\nScottie\u2019s religious beliefs are not known.\n\nHe is also known for winning two Olympic gold medals with USA\u2019s national team in Barcelona in 1992 and Atlanta in 1996.\n\nScottie played his first NBA match on November 7, 1987, when as a member of the Chicago Bulls he faced the Philadelphia 76ers and their star Charles Barkley.\n\nPippen came off the bench and for a total of 23 minutes spent on the court, he managed to achieve 10 points, 4 assists, 2 steals, and 1 rebound. In the end, the Bulls grabbed the W by winning 104-94.\n\nPlayer had no significant weaknesses.\n\nIn 1996, Pippen acted in the movie Space Jam alongside his fellow teammate from the Chicago Bulls, legendary Michael Jordan. Scottie\u2019s role was uncredited in the movie.\n\nOther than basketball matches itself, Scottie appeared in the episode called Baby Shower of the TV series ER in 1996 as Scottie Pippen.\n\nDespite we know that Scottie\u2019s athletic abilities didn\u2019t come over night, but he worked really hard to become what he did become (One of the best all-time NBA defensive players), we still didn\u2019t manage to find a lead on his workout regime while he was an active basketball player.\n\nScottie\u2019s favorite things are not known.", "tokenized_text": ["scottie", "picked", "hamburg", "high", "school", "where", "he", "played", "as", "a", "point", "guard", "for", "the", "basketball", "team", "despite", "his", "successful", "high", "school", "career", "when", "pippen", "made", "it", "to", "the", "state", "playoffs", "and", "achieved", "all", "conference", "honors", "as", "a", "senior", "he", "received", "zero", "college", "offers", "eventually", "in", "1983", "scottie", "enrolled", "himself", "at", "the", "university", "of", "central", "arkansas", "from", "where", "he", "graduated", "in", "1987", "scottie", "pippen", "s", "body", "specifications", "may", "be", "scottie", "s", "religious", "beliefs", "are", "not", "known", "he", "is", "also", "known", "for", "winning", "two", "olympic", "gold", "medals", "with", "usa", "s", "national", "team", "in", "barcelona", "in", "1992", "and", "atlanta", "in", "1996", "scottie", "played", "his", "first", "nba", "match", "on", "november", "7", "1987", "when", "as", "a", "member", "of", "the", "chicago", "bulls", "he", "faced", "the", "philadelphia", "76ers", "and", "their", "star", "charles", "barkley", "pippen", "came", "off", "the", "bench", "and", "for", "a", "total", "of", "23", "minutes", "spent", "on", "the", "court", "he", "managed", "to", "achieve", "10", "points", "4", "assists", "2", "steals", "and", "1", "rebound", "in", "the", "end", "the", "bulls", "grabbed", "the", "w", "by", "winning", "104", "94", "player", "had", "no", "significant", "weaknesses", "in", "1996", "pippen", "acted", "in", "the", "movie", "space", "jam", "alongside", "his", "fellow", "teammate", "from", "the", "chicago", "bulls", "legendary", "michael", "jordan", "scottie", "s", "role", "was", "uncredited", "in", "the", "movie", "other", "than", "basketball", "matches", "itself", "scottie", "appeared", "in", "the", "episode", "called", "baby", "shower", "of", "the", "tv", "series", "er", "in", "1996", "as", "scottie", "pippen", "despite", "we", "know", "that", "scottie", "s", "athletic", "abilities", "didn", "t", "come", "over", "night", "but", "he", "worked", "really", "hard", "to", "become", "what", "he", "did", "become", "one", "of", "the", "best", "all", "time", "nba", "defensive", "players", "we", "still", "didn", "t", "manage", "to", "find", "a", "lead", "on", "his", "workout", "regime", "while", "he", "was", "an", "active", "basketball", "player", "scottie", "s", "favorite", "things", "are", "not", "known"]}, "57": {"text": "Multiple explosions have been heard along with gunfire at a Sikh temple in the Afghanistan capital Kabul, with many feared dead in what is being reported as a possible terror attack by ISIS.\n\nFour consecutive blasts have been reported coming from the Gurdwara Karte Parwan, a Sikh place of worship, in Kabul, and shooting is ongoing on Saturday morning.\n\nArmed attackers are believed to have entered the building and a siege is taking place, reported tribuneindia.com.\n\nThere are reports that there could be up to 15 hostages being held on the second floor of the temple.\n\nEye witness accounts have claimed that there are many dead and people are being taken to hospital.\n\nThe front door of the building is on fire and Taliban forces are preparing to attack the gunman inside who are thought to be from ISIS, it is reported.\n\nManjinder Singh Sirsa, of India's BJP political party, reportedly spoke to the Gurdwara Karte Parwan President Gurnam Singh, who confirmed that the attack started at 6am local time when the first prayers of the day were underway.\n\nMr Singh Sirsa posted a video on Twitter showing large plumes of black smoke and the sounds of gunfire.\n\nHe wrote: \"Video of terrorist attack on Karte Parwan Gurdwara Sahib in Kabul at 6am today. At present the Gurudwara is in the possession of terrorists. This is the main gurdwara of minority Sikhs in Afghanistan.\"\n\nIn a follow up tweet he said: Sikh Sangat (approx 10-15 in number) stuck in Gurdwara Karte Parwan in Kabul which was attacked by terrorists today morning. One person has been reported dead in this attack.\"\n\nPrevious : Tens of thousands to protest demanding government does more in cost-of-living crisis\nNext : Daughter of Brit jailed in Iran says Father\u2019s Day is \u2018the hardest day of all\u2019 \u2013 World News", "tokenized_text": ["multiple", "explosions", "have", "been", "heard", "along", "with", "gunfire", "at", "a", "sikh", "temple", "in", "the", "afghanistan", "capital", "kabul", "with", "many", "feared", "dead", "in", "what", "is", "being", "reported", "as", "a", "possible", "terror", "attack", "by", "isis", "four", "consecutive", "blasts", "have", "been", "reported", "coming", "from", "the", "gurdwara", "karte", "parwan", "a", "sikh", "place", "of", "worship", "in", "kabul", "and", "shooting", "is", "ongoing", "on", "saturday", "morning", "armed", "attackers", "are", "believed", "to", "have", "entered", "the", "building", "and", "a", "siege", "is", "taking", "place", "reported", "tribuneindia", "com", "there", "are", "reports", "that", "there", "could", "be", "up", "to", "15", "hostages", "being", "held", "on", "the", "second", "floor", "of", "the", "temple", "eye", "witness", "accounts", "have", "claimed", "that", "there", "are", "many", "dead", "and", "people", "are", "being", "taken", "to", "hospital", "the", "front", "door", "of", "the", "building", "is", "on", "fire", "and", "taliban", "forces", "are", "preparing", "to", "attack", "the", "gunman", "inside", "who", "are", "thought", "to", "be", "from", "isis", "it", "is", "reported", "manjinder", "singh", "sirsa", "of", "india", "s", "bjp", "political", "party", "reportedly", "spoke", "to", "the", "gurdwara", "karte", "parwan", "president", "gurnam", "singh", "who", "confirmed", "that", "the", "attack", "started", "at", "6am", "local", "time", "when", "the", "first", "prayers", "of", "the", "day", "were", "underway", "mr", "singh", "sirsa", "posted", "a", "video", "on", "twitter", "showing", "large", "plumes", "of", "black", "smoke", "and", "the", "sounds", "of", "gunfire", "he", "wrote", "video", "of", "terrorist", "attack", "on", "karte", "parwan", "gurdwara", "sahib", "in", "kabul", "at", "6am", "today", "at", "present", "the", "gurudwara", "is", "in", "the", "possession", "of", "terrorists", "this", "is", "the", "main", "gurdwara", "of", "minority", "sikhs", "in", "afghanistan", "in", "a", "follow", "up", "tweet", "he", "said", "sikh", "sangat", "approx", "10", "15", "in", "number", "stuck", "in", "gurdwara", "karte", "parwan", "in", "kabul", "which", "was", "attacked", "by", "terrorists", "today", "morning", "one", "person", "has", "been", "reported", "dead", "in", "this", "attack", "previous", "tens", "of", "thousands", "to", "protest", "demanding", "government", "does", "more", "in", "cost", "of", "living", "crisis", "next", "daughter", "of", "brit", "jailed", "in", "iran", "says", "father", "s", "day", "is", "the", "hardest", "day", "of", "all", "world", "news"]}, "58": {"text": "Barring a messy, last-minute divorce, Elon Musk is on track to own Twitter (and yes, mea culpa). The mercurial, brilliant entrepreneur offloaded around $8.5 billion of Tesla stock this week as he prepared to pay for his $44 billion side project. And soon, he\u2019ll be free to change the service as he pleases.\n\nMusk hasn\u2019t yet presented a comprehensive plan for Twitter \u2014 he may never \u2014 but he\u2019s proposed several significant changes worth evaluating. Musk\u2019s ideas include lengthening character limits, open sourcing the algorithm, and effectively putting an end to content moderation. A debate is raging about the latter, but all have tradeoffs.\n\nAlex Roetter, Twitter\u2019s former head of engineering, joined Big Technology Podcast this week to discuss Musk\u2019s proposals, examining both their feasibility and advisability. Here\u2019s a look at the most significant potential changes, along with his commentary:\n\nUpon announcing the deal, Musk said he wanted to \u201cauthenticate all humans.\u201d Twitter has long weighed this idea internally, wondering whether making people confirm their email or phone number could help reduce harassment and spam. The company never acted, perhaps because authentication could drop its user numbers and anger Wall Street. But it should\u2019ve. Pure anonymity, Roetter said, \u201cfosters the worst parts of speech online.\u201d So he loves Musk\u2019s authentication idea. As a private company, Twitter could afford to take a user number hit, a benefit of Musk\u2019s ownership. This idea is feasible and advisable.\n\nMusk hates the spambots. \u201cWe will defeat the spam bots or die trying!\u201d he said last week. Roetter likes this idea, but it\u2019s not that simple. To defeat the spambots, he said, you\u2019d build a classifier that looks for characteristics of bots and then bans them. You\u2019d then tune the classifier to either be really aggressive, where you\u2019d eliminate bots but also ban a bunch of human \u201cfalse positives,\u201d or be less aggressive, where you\u2019d let some bots slide and ban fewer humans. \u201cI think you should do it,\u2019 Roetter said. \u201cBut everyone should be prepared, there is no perfect spam bot classifier.\u201d This idea is feasible, though not perfect, and advisable.\n\nAllowing for free speech is core to Musk\u2019s Twitter takeover. \u201cFree speech is the bedrock of a functioning democracy, and Twitter is the digital town square,\u201d he said. There may be technical challenges to Musk\u2019s vision, including how that victory against spambots could ensnare human speech as well, said Roetter. \u201cI really don\u2019t think there\u2019s an answer that\u2019s going to make everybody happy,\u201d he said. Still, Musk could relax the current moderation rules and see how things play out. This move is somewhat feasible and its advisability is TBD.\n\nMusk is interested in Twitter\u2019s subscription product and could expand it. Making people pay for Twitter \u2014 or certain premium features \u2014 could help reduce spam and create a revenue stream if Twitter\u2019s advertisers bail over its new speech rules. \u201cIt\u2019s a really interesting idea,\u201d Roetter said. \u201cIf you don\u2019t want a bunch of what you think of as low-value activity to happen, if you charge more than the value that you think people are extracting from it, it should go away.\u201d Subscription fees could be normalized and scaled per location. This idea is feasible and advisable if implemented right.\n\nTo build trust in Twitter, Musk wants to open-source its algorithms. \u201cThis one is a head-scratcher to me,\u201d Roetter said. The algorithms themselves, he said, won\u2019t tell you very much. To figure out what to show you, Twitter\u2019s ranking algorithms essentially look at billions of examples of content, try to predict how you\u2019ll react to tweets and ads, and then use those scores to optimize what to show you. \u201cIt doesn\u2019t say, if you are Republican, then you\u2019re banned,\u201d Roetter said. \u201cThere\u2019s just nothing like that.\u201d Open sourcing the algorithms is feasible and perhaps advisable, but only to dispel the conspiracy theories.\n\nMusk has mused about adding an edit button and allowing lengthier tweets. Both ideas are technically straightforward, though they\u2019ll probably do little for everyday users who can already thread tweets together and delete and resend tweets with typos. \u201cI don\u2019t think it\u2019s going to change any of the main things that everyone is upset about,\u201d Roetter said. \u201cBut yeah, sure, why not?\u201d These ideas are feasible and, well, it\u2019s up to you Elon.", "tokenized_text": ["barring", "a", "messy", "last", "minute", "divorce", "elon", "musk", "is", "on", "track", "to", "own", "twitter", "and", "yes", "mea", "culpa", "the", "mercurial", "brilliant", "entrepreneur", "offloaded", "around", "8", "5", "billion", "of", "tesla", "stock", "this", "week", "as", "he", "prepared", "to", "pay", "for", "his", "44", "billion", "side", "project", "and", "soon", "he", "ll", "be", "free", "to", "change", "the", "service", "as", "he", "pleases", "musk", "hasn", "t", "yet", "presented", "a", "comprehensive", "plan", "for", "twitter", "he", "may", "never", "but", "he", "s", "proposed", "several", "significant", "changes", "worth", "evaluating", "musk", "s", "ideas", "include", "lengthening", "character", "limits", "open", "sourcing", "the", "algorithm", "and", "effectively", "putting", "an", "end", "to", "content", "moderation", "a", "debate", "is", "raging", "about", "the", "latter", "but", "all", "have", "tradeoffs", "alex", "roetter", "twitter", "s", "former", "head", "of", "engineering", "joined", "big", "technology", "podcast", "this", "week", "to", "discuss", "musk", "s", "proposals", "examining", "both", "their", "feasibility", "and", "advisability", "here", "s", "a", "look", "at", "the", "most", "significant", "potential", "changes", "along", "with", "his", "commentary", "upon", "announcing", "the", "deal", "musk", "said", "he", "wanted", "to", "authenticate", "all", "humans", "twitter", "has", "long", "weighed", "this", "idea", "internally", "wondering", "whether", "making", "people", "confirm", "their", "email", "or", "phone", "number", "could", "help", "reduce", "harassment", "and", "spam", "the", "company", "never", "acted", "perhaps", "because", "authentication", "could", "drop", "its", "user", "numbers", "and", "anger", "wall", "street", "but", "it", "should", "ve", "pure", "anonymity", "roetter", "said", "fosters", "the", "worst", "parts", "of", "speech", "online", "so", "he", "loves", "musk", "s", "authentication", "idea", "as", "a", "private", "company", "twitter", "could", "afford", "to", "take", "a", "user", "number", "hit", "a", "benefit", "of", "musk", "s", "ownership", "this", "idea", "is", "feasible", "and", "advisable", "musk", "hates", "the", "spambots", "we", "will", "defeat", "the", "spam", "bots", "or", "die", "trying", "he", "said", "last", "week", "roetter", "likes", "this", "idea", "but", "it", "s", "not", "that", "simple", "to", "defeat", "the", "spambots", "he", "said", "you", "d", "build", "a", "classifier", "that", "looks", "for", "characteristics", "of", "bots", "and", "then", "bans", "them", "you", "d", "then", "tune", "the", "classifier", "to", "either", "be", "really", "aggressive", "where", "you", "d", "eliminate", "bots", "but", "also", "ban", "a", "bunch", "of", "human", "false", "positives", "or", "be", "less", "aggressive", "where", "you", "d", "let", "some", "bots", "slide", "and", "ban", "fewer", "humans", "i", "think", "you", "should", "do", "it", "roetter", "said", "but", "everyone", "should", "be", "prepared", "there", "is", "no", "perfect", "spam", "bot", "classifier", "this", "idea", "is", "feasible", "though", "not", "perfect", "and", "advisable", "allowing", "for", "free", "speech", "is", "core", "to", "musk", "s", "twitter", "takeover", "free", "speech", "is", "the", "bedrock", "of", "a", "functioning", "democracy", "and", "twitter", "is", "the", "digital", "town", "square", "he", "said", "there", "may", "be", "technical", "challenges", "to", "musk", "s", "vision", "including", "how", "that", "victory", "against", "spambots", "could", "ensnare", "human", "speech", "as", "well", "said", "roetter", "i", "really", "don", "t", "think", "there", "s", "an", "answer", "that", "s", "going", "to", "make", "everybody", "happy", "he", "said", "still", "musk", "could", "relax", "the", "current", "moderation", "rules", "and", "see", "how", "things", "play", "out", "this", "move", "is", "somewhat", "feasible", "and", "its", "advisability", "is", "tbd", "musk", "is", "interested", "in", "twitter", "s", "subscription", "product", "and", "could", "expand", "it", "making", "people", "pay", "for", "twitter", "or", "certain", "premium", "features", "could", "help", "reduce", "spam", "and", "create", "a", "revenue", "stream", "if", "twitter", "s", "advertisers", "bail", "over", "its", "new", "speech", "rules", "it", "s", "a", "really", "interesting", "idea", "roetter", "said", "if", "you", "don", "t", "want", "a", "bunch", "of", "what", "you", "think", "of", "as", "low", "value", "activity", "to", "happen", "if", "you", "charge", "more", "than", "the", "value", "that", "you", "think", "people", "are", "extracting", "from", "it", "it", "should", "go", "away", "subscription", "fees", "could", "be", "normalized", "and", "scaled", "per", "location", "this", "idea", "is", "feasible", "and", "advisable", "if", "implemented", "right", "to", "build", "trust", "in", "twitter", "musk", "wants", "to", "open", "source", "its", "algorithms", "this", "one", "is", "a", "head", "scratcher", "to", "me", "roetter", "said", "the", "algorithms", "themselves", "he", "said", "won", "t", "tell", "you", "very", "much", "to", "figure", "out", "what", "to", "show", "you", "twitter", "s", "ranking", "algorithms", "essentially", "look", "at", "billions", "of", "examples", "of", "content", "try", "to", "predict", "how", "you", "ll", "react", "to", "tweets", "and", "ads", "and", "then", "use", "those", "scores", "to", "optimize", "what", "to", "show", "you", "it", "doesn", "t", "say", "if", "you", "are", "republican", "then", "you", "re", "banned", "roetter", "said", "there", "s", "just", "nothing", "like", "that", "open", "sourcing", "the", "algorithms", "is", "feasible", "and", "perhaps", "advisable", "but", "only", "to", "dispel", "the", "conspiracy", "theories", "musk", "has", "mused", "about", "adding", "an", "edit", "button", "and", "allowing", "lengthier", "tweets", "both", "ideas", "are", "technically", "straightforward", "though", "they", "ll", "probably", "do", "little", "for", "everyday", "users", "who", "can", "already", "thread", "tweets", "together", "and", "delete", "and", "resend", "tweets", "with", "typos", "i", "don", "t", "think", "it", "s", "going", "to", "change", "any", "of", "the", "main", "things", "that", "everyone", "is", "upset", "about", "roetter", "said", "but", "yeah", "sure", "why", "not", "these", "ideas", "are", "feasible", "and", "well", "it", "s", "up", "to", "you", "elon"]}, "59": {"text": "In a long-awaited decision, a federal court in Virginia ruled in United States v. Chatrie that a geofence warrant violated the Fourth Amendment, but that the fruits of the unconstitutional search could nevertheless be used against the defendant under the good faith exception to the warrant requirement. The Court found that the warrant at issue lacked particularized probable cause to search all nineteen Google users within the geofence. Because most geofence warrants inherently suffer from the same defect, the Chatrie decision calls into question law enforcement\u2019s ability to pursue this form of search warrant in the future. However, the Court stopped short of finding that geofence warrants are categorically unconstitutional and declined to resolve several important questions at this thorny intersection of law and technology. This ruling leaves law enforcement, providers, and the public with continuing uncertainty about whether and under what circumstances geofence warrants pass constitutional muster, but suggests that they must be used more narrowly and with greater judicial oversight than they have been in recent years.\n\nIn Chatrie, law enforcement employed a geofiltered data search, more commonly referred to as a geofence search warrant, to identify a suspect in a bank robbery. Contrary to what the term suggests, the use of a geofence does not limit law enforcement\u2019s search authority to a particular time and place. Instead, this process empowers law enforcement to demand that a provider comb through its records, dragnet-style, to determine which devices, and consequently which associated individuals, entered the designated geofence.\n\nLike another geofence search warrant that was found to violate the Fourth Amendment, the warrant at issue in this case involved a three-step process:\n\nThe geofence zone in Chatrie was a circle 300 meters in diameter, covering a portion of Richmond, Virginia, that included a church, a parking lot, and the bank that had been robbed. The warrant covered a time frame of one hour, and it allowed law enforcement, in executing the warrant\u2019s second step, to direct Google to provide further location data for an additional thirty minutes before and after that hour.\n\nIn executing Step 1 of the search, Google found nineteen mobile devices with Location History enabled had been within the geofence zone during the designated hour. Law enforcement then directed Google to provide additional data for all nineteen devices in Step 2, though it narrowed its request to just nine devices after getting pushback from Google. In Step 3, law enforcement required Google to provide identifying information for three individuals associated with devices of interest. The agent did not explain\u2014to Google or to the court that issued the warrant\u2014any basis for selecting nine devices in Step 2 or three of them in Step 3.\n\nThe information that Google provided under the warrant led police to identify Chatrie as a suspect and ultimately prosecute him in connection with the robbery. Chatrie then moved to suppress the evidence the search produced.\n\nThe U.S. District Court for the Eastern District of Virginia found that the warrant \u201cplainly\u201d violated the Fourth Amendment because law enforcement lacked probable cause to search each of the nineteen users whose devices were identified in Step 1 of the warrant execution process as having location history data responsive to the search parameters. The Court nevertheless denied suppression based on law enforcement\u2019s good faith reliance on the warrant.\n\nIn its lengthy ruling, the Court considered some of the complex legal questions that geofence warrants raise. Though not addressed explicitly, the decision grapples with the question of whether a Fourth Amendment \u201csearch\u201d occurs through the use of a geofence. No court has yet ruled on whether the use of such technology constitutes a search requiring a warrant under the Fourth Amendment. Like other courts that have evaluated the constitutionality of geofence warrants, the Court here assumed for the sake of argument\u2014and because law enforcement applied for a warrant\u2014that a search occurred. In sidestepping this issue, the Court avoided a fundamental underlying question: At what point in the geofence process does a search occur?\n\nChatrie argued that the search occurs when Google examines the location data of all mobile device users with Location History enabled in order to identify devices that were present in the geofence. The review of millions of users\u2019 location data in Step 1 to identify the nineteen potentially relevant accounts was clearly something Google did only as a result of the warrant\u2019s compulsion. If this initial review constituted a Fourth Amendment search, then law enforcement searched the data of millions of people\u2014which would almost certainly fail to pass muster under the Fourth Amendment\u2019s probable cause requirement.\n\nBut the Court did not address whether ordering that initial step was itself a Fourth Amendment search that required a showing of probable cause. Instead, the Chatrie opinion\u2019s probable cause analysis focuses only on whether probable cause existed to subject the nineteen accounts identified in Step 1 to a further search in Step 2. Under this analytical framework, however, it is impossible to determine who, or even how many people, will be searched until Step 1 of the search execution is completed\u2014which does not neatly square with the Fourth Amendment requirements that a warrant be sufficiently particular as to the persons to be searched and be predicated on probable cause as to each of them.\n\nIn addition to finding a lack of individualized probable cause for each of the nineteen devices located in Step 1 of the search, the Court found that Steps 2 and 3 impermissibly gave unbridled discretion to law enforcement to determine which of the nineteen devices to subject to further scrutiny. The Court held that such unchecked authority violated the Fourth Amendment\u2019s particularity requirement. However, it explicitly left open the possibility that the problem could be addressed by requiring law enforcement to return to court for judicial approval of the selections made in each of Steps 2 and 3.\n\nFinally, as to the third-party doctrine, the Court considered whether Chatrie waived any expectation of privacy he might have had in his location data by sharing it with Google, but concluded that the third-party doctrine likely should not apply. The Court also doubted that an individual waives all privacy interests in his location data and assumes the risk that Google would share such data with law enforcement merely by opting in to a location service and suggested that the adequacy of the provider\u2019s consumer-facing privacy disclosures plays some role in whether privacy interests have been waived. However, the Court stopped short of ruling on this issue.\n\nThis decision adds to what is now a handful of rulings addressing the constitutionality of geofiltered data search warrants under the Fourth Amendment. However, there are still significant open questions that courts have not addressed\u2014either because these questions have not been squarely presented before courts in a manner requiring courts to rule on them or because courts have avoided the issues in deciding the cases before them. Some of those questions may be answered by state legislatures like New York\u2019s, which is considering a bill to ban geofence warrants. But more likely the answers will come from federal and state courts addressing suppression motions and warrant applications arising from the explosive use of this still nascent investigative technique.", "tokenized_text": ["in", "a", "long", "awaited", "decision", "a", "federal", "court", "in", "virginia", "ruled", "in", "united", "states", "v", "chatrie", "that", "a", "geofence", "warrant", "violated", "the", "fourth", "amendment", "but", "that", "the", "fruits", "of", "the", "unconstitutional", "search", "could", "nevertheless", "be", "used", "against", "the", "defendant", "under", "the", "good", "faith", "exception", "to", "the", "warrant", "requirement", "the", "court", "found", "that", "the", "warrant", "at", "issue", "lacked", "particularized", "probable", "cause", "to", "search", "all", "nineteen", "google", "users", "within", "the", "geofence", "because", "most", "geofence", "warrants", "inherently", "suffer", "from", "the", "same", "defect", "the", "chatrie", "decision", "calls", "into", "question", "law", "enforcement", "s", "ability", "to", "pursue", "this", "form", "of", "search", "warrant", "in", "the", "future", "however", "the", "court", "stopped", "short", "of", "finding", "that", "geofence", "warrants", "are", "categorically", "unconstitutional", "and", "declined", "to", "resolve", "several", "important", "questions", "at", "this", "thorny", "intersection", "of", "law", "and", "technology", "this", "ruling", "leaves", "law", "enforcement", "providers", "and", "the", "public", "with", "continuing", "uncertainty", "about", "whether", "and", "under", "what", "circumstances", "geofence", "warrants", "pass", "constitutional", "muster", "but", "suggests", "that", "they", "must", "be", "used", "more", "narrowly", "and", "with", "greater", "judicial", "oversight", "than", "they", "have", "been", "in", "recent", "years", "in", "chatrie", "law", "enforcement", "employed", "a", "geofiltered", "data", "search", "more", "commonly", "referred", "to", "as", "a", "geofence", "search", "warrant", "to", "identify", "a", "suspect", "in", "a", "bank", "robbery", "contrary", "to", "what", "the", "term", "suggests", "the", "use", "of", "a", "geofence", "does", "not", "limit", "law", "enforcement", "s", "search", "authority", "to", "a", "particular", "time", "and", "place", "instead", "this", "process", "empowers", "law", "enforcement", "to", "demand", "that", "a", "provider", "comb", "through", "its", "records", "dragnet", "style", "to", "determine", "which", "devices", "and", "consequently", "which", "associated", "individuals", "entered", "the", "designated", "geofence", "like", "another", "geofence", "search", "warrant", "that", "was", "found", "to", "violate", "the", "fourth", "amendment", "the", "warrant", "at", "issue", "in", "this", "case", "involved", "a", "three", "step", "process", "the", "geofence", "zone", "in", "chatrie", "was", "a", "circle", "300", "meters", "in", "diameter", "covering", "a", "portion", "of", "richmond", "virginia", "that", "included", "a", "church", "a", "parking", "lot", "and", "the", "bank", "that", "had", "been", "robbed", "the", "warrant", "covered", "a", "time", "frame", "of", "one", "hour", "and", "it", "allowed", "law", "enforcement", "in", "executing", "the", "warrant", "s", "second", "step", "to", "direct", "google", "to", "provide", "further", "location", "data", "for", "an", "additional", "thirty", "minutes", "before", "and", "after", "that", "hour", "in", "executing", "step", "1", "of", "the", "search", "google", "found", "nineteen", "mobile", "devices", "with", "location", "history", "enabled", "had", "been", "within", "the", "geofence", "zone", "during", "the", "designated", "hour", "law", "enforcement", "then", "directed", "google", "to", "provide", "additional", "data", "for", "all", "nineteen", "devices", "in", "step", "2", "though", "it", "narrowed", "its", "request", "to", "just", "nine", "devices", "after", "getting", "pushback", "from", "google", "in", "step", "3", "law", "enforcement", "required", "google", "to", "provide", "identifying", "information", "for", "three", "individuals", "associated", "with", "devices", "of", "interest", "the", "agent", "did", "not", "explain", "to", "google", "or", "to", "the", "court", "that", "issued", "the", "warrant", "any", "basis", "for", "selecting", "nine", "devices", "in", "step", "2", "or", "three", "of", "them", "in", "step", "3", "the", "information", "that", "google", "provided", "under", "the", "warrant", "led", "police", "to", "identify", "chatrie", "as", "a", "suspect", "and", "ultimately", "prosecute", "him", "in", "connection", "with", "the", "robbery", "chatrie", "then", "moved", "to", "suppress", "the", "evidence", "the", "search", "produced", "the", "u", "s", "district", "court", "for", "the", "eastern", "district", "of", "virginia", "found", "that", "the", "warrant", "plainly", "violated", "the", "fourth", "amendment", "because", "law", "enforcement", "lacked", "probable", "cause", "to", "search", "each", "of", "the", "nineteen", "users", "whose", "devices", "were", "identified", "in", "step", "1", "of", "the", "warrant", "execution", "process", "as", "having", "location", "history", "data", "responsive", "to", "the", "search", "parameters", "the", "court", "nevertheless", "denied", "suppression", "based", "on", "law", "enforcement", "s", "good", "faith", "reliance", "on", "the", "warrant", "in", "its", "lengthy", "ruling", "the", "court", "considered", "some", "of", "the", "complex", "legal", "questions", "that", "geofence", "warrants", "raise", "though", "not", "addressed", "explicitly", "the", "decision", "grapples", "with", "the", "question", "of", "whether", "a", "fourth", "amendment", "search", "occurs", "through", "the", "use", "of", "a", "geofence", "no", "court", "has", "yet", "ruled", "on", "whether", "the", "use", "of", "such", "technology", "constitutes", "a", "search", "requiring", "a", "warrant", "under", "the", "fourth", "amendment", "like", "other", "courts", "that", "have", "evaluated", "the", "constitutionality", "of", "geofence", "warrants", "the", "court", "here", "assumed", "for", "the", "sake", "of", "argument", "and", "because", "law", "enforcement", "applied", "for", "a", "warrant", "that", "a", "search", "occurred", "in", "sidestepping", "this", "issue", "the", "court", "avoided", "a", "fundamental", "underlying", "question", "at", "what", "point", "in", "the", "geofence", "process", "does", "a", "search", "occur", "chatrie", "argued", "that", "the", "search", "occurs", "when", "google", "examines", "the", "location", "data", "of", "all", "mobile", "device", "users", "with", "location", "history", "enabled", "in", "order", "to", "identify", "devices", "that", "were", "present", "in", "the", "geofence", "the", "review", "of", "millions", "of", "users", "location", "data", "in", "step", "1", "to", "identify", "the", "nineteen", "potentially", "relevant", "accounts", "was", "clearly", "something", "google", "did", "only", "as", "a", "result", "of", "the", "warrant", "s", "compulsion", "if", "this", "initial", "review", "constituted", "a", "fourth", "amendment", "search", "then", "law", "enforcement", "searched", "the", "data", "of", "millions", "of", "people", "which", "would", "almost", "certainly", "fail", "to", "pass", "muster", "under", "the", "fourth", "amendment", "s", "probable", "cause", "requirement", "but", "the", "court", "did", "not", "address", "whether", "ordering", "that", "initial", "step", "was", "itself", "a", "fourth", "amendment", "search", "that", "required", "a", "showing", "of", "probable", "cause", "instead", "the", "chatrie", "opinion", "s", "probable", "cause", "analysis", "focuses", "only", "on", "whether", "probable", "cause", "existed", "to", "subject", "the", "nineteen", "accounts", "identified", "in", "step", "1", "to", "a", "further", "search", "in", "step", "2", "under", "this", "analytical", "framework", "however", "it", "is", "impossible", "to", "determine", "who", "or", "even", "how", "many", "people", "will", "be", "searched", "until", "step", "1", "of", "the", "search", "execution", "is", "completed", "which", "does", "not", "neatly", "square", "with", "the", "fourth", "amendment", "requirements", "that", "a", "warrant", "be", "sufficiently", "particular", "as", "to", "the", "persons", "to", "be", "searched", "and", "be", "predicated", "on", "probable", "cause", "as", "to", "each", "of", "them", "in", "addition", "to", "finding", "a", "lack", "of", "individualized", "probable", "cause", "for", "each", "of", "the", "nineteen", "devices", "located", "in", "step", "1", "of", "the", "search", "the", "court", "found", "that", "steps", "2", "and", "3", "impermissibly", "gave", "unbridled", "discretion", "to", "law", "enforcement", "to", "determine", "which", "of", "the", "nineteen", "devices", "to", "subject", "to", "further", "scrutiny", "the", "court", "held", "that", "such", "unchecked", "authority", "violated", "the", "fourth", "amendment", "s", "particularity", "requirement", "however", "it", "explicitly", "left", "open", "the", "possibility", "that", "the", "problem", "could", "be", "addressed", "by", "requiring", "law", "enforcement", "to", "return", "to", "court", "for", "judicial", "approval", "of", "the", "selections", "made", "in", "each", "of", "steps", "2", "and", "3", "finally", "as", "to", "the", "third", "party", "doctrine", "the", "court", "considered", "whether", "chatrie", "waived", "any", "expectation", "of", "privacy", "he", "might", "have", "had", "in", "his", "location", "data", "by", "sharing", "it", "with", "google", "but", "concluded", "that", "the", "third", "party", "doctrine", "likely", "should", "not", "apply", "the", "court", "also", "doubted", "that", "an", "individual", "waives", "all", "privacy", "interests", "in", "his", "location", "data", "and", "assumes", "the", "risk", "that", "google", "would", "share", "such", "data", "with", "law", "enforcement", "merely", "by", "opting", "in", "to", "a", "location", "service", "and", "suggested", "that", "the", "adequacy", "of", "the", "provider", "s", "consumer", "facing", "privacy", "disclosures", "plays", "some", "role", "in", "whether", "privacy", "interests", "have", "been", "waived", "however", "the", "court", "stopped", "short", "of", "ruling", "on", "this", "issue", "this", "decision", "adds", "to", "what", "is", "now", "a", "handful", "of", "rulings", "addressing", "the", "constitutionality", "of", "geofiltered", "data", "search", "warrants", "under", "the", "fourth", "amendment", "however", "there", "are", "still", "significant", "open", "questions", "that", "courts", "have", "not", "addressed", "either", "because", "these", "questions", "have", "not", "been", "squarely", "presented", "before", "courts", "in", "a", "manner", "requiring", "courts", "to", "rule", "on", "them", "or", "because", "courts", "have", "avoided", "the", "issues", "in", "deciding", "the", "cases", "before", "them", "some", "of", "those", "questions", "may", "be", "answered", "by", "state", "legislatures", "like", "new", "york", "s", "which", "is", "considering", "a", "bill", "to", "ban", "geofence", "warrants", "but", "more", "likely", "the", "answers", "will", "come", "from", "federal", "and", "state", "courts", "addressing", "suppression", "motions", "and", "warrant", "applications", "arising", "from", "the", "explosive", "use", "of", "this", "still", "nascent", "investigative", "technique"]}, "60": {"text": "Apple dominated the news cycle yesterday with its iPhone 12 press event. While Apple was unveiling new phones and a smart speaker, its subsidiary Beats took the wraps off the Beats Flex, the company\u2019s latest wireless headphones.\n\nThe Beats Flex turns heads, but mostly because of the sub-$100 price tag.\u00c2\n\nUnlike the AirPods, which are \u201ctrue\u201d wireless headphones, the Beat Flex uses a small wire to connect two earphones together.\n\nThe wire is meant to lay across the back of your neck when you are wearing them. This wire does more than just help secure the earphones, it also contains a microphone and call/music playback controls.\u00c2\n\nBeats is promoting the sound quality of its Beat Flex headphones, noting that they have greater clarity and improved sound thanks to a redesigned driver.\n\nThe new headphones also are eight percent lighter than the previous BeatsX model.\n\nLike the older the BeatsX, the new Beats Flex can connect magnetically, making them easy to store when in use. They also now have an automatic play and pause function that\u2019ll pause your music when you take out the earbuds and resume playing when you put them back on.\u00c2\n\nThough lighter, the new Beats Flex boasts 12 hours of battery life compared to 8 hours for the older BeatsX.\n\nKeeping with Apple\u2019s trend, Beats replaced Lightning on the BeatsX with USB-C in the Flex model. The USB-C connector is a welcome addition for Android and iPad Pro owners who already use that cable type.\u00c2\n\nAdopting Apple\u2019s technology, the Beats Flex has the company\u2019s W1 wireless chipset that allows it to seamlessly switch between devices linked to the same Apple ID. It also supports Apple\u2019s new Audio Sharing feature that lets two people listen to an audio stream from a single iPhone.\n\nPerhaps the most compelling feature of the Beats Flex is its price. At $49.99, it is about $100 less than the BeatsX, which debuted at $150. It\u2019s also significantly less expensive than Apple\u2019s AirPods, which retail at $159 for the model with a standard charging case.\n\nPre-ordering for the Beats Flex is underway, with orders shipping as soon as October 21.\u00c2", "tokenized_text": ["apple", "dominated", "the", "news", "cycle", "yesterday", "with", "its", "iphone", "12", "press", "event", "while", "apple", "was", "unveiling", "new", "phones", "and", "a", "smart", "speaker", "its", "subsidiary", "beats", "took", "the", "wraps", "off", "the", "beats", "flex", "the", "company", "s", "latest", "wireless", "headphones", "the", "beats", "flex", "turns", "heads", "but", "mostly", "because", "of", "the", "sub", "100", "price", "tag", "\u00e2", "unlike", "the", "airpods", "which", "are", "true", "wireless", "headphones", "the", "beat", "flex", "uses", "a", "small", "wire", "to", "connect", "two", "earphones", "together", "the", "wire", "is", "meant", "to", "lay", "across", "the", "back", "of", "your", "neck", "when", "you", "are", "wearing", "them", "this", "wire", "does", "more", "than", "just", "help", "secure", "the", "earphones", "it", "also", "contains", "a", "microphone", "and", "call", "music", "playback", "controls", "\u00e2", "beats", "is", "promoting", "the", "sound", "quality", "of", "its", "beat", "flex", "headphones", "noting", "that", "they", "have", "greater", "clarity", "and", "improved", "sound", "thanks", "to", "a", "redesigned", "driver", "the", "new", "headphones", "also", "are", "eight", "percent", "lighter", "than", "the", "previous", "beatsx", "model", "like", "the", "older", "the", "beatsx", "the", "new", "beats", "flex", "can", "connect", "magnetically", "making", "them", "easy", "to", "store", "when", "in", "use", "they", "also", "now", "have", "an", "automatic", "play", "and", "pause", "function", "that", "ll", "pause", "your", "music", "when", "you", "take", "out", "the", "earbuds", "and", "resume", "playing", "when", "you", "put", "them", "back", "on", "\u00e2", "though", "lighter", "the", "new", "beats", "flex", "boasts", "12", "hours", "of", "battery", "life", "compared", "to", "8", "hours", "for", "the", "older", "beatsx", "keeping", "with", "apple", "s", "trend", "beats", "replaced", "lightning", "on", "the", "beatsx", "with", "usb", "c", "in", "the", "flex", "model", "the", "usb", "c", "connector", "is", "a", "welcome", "addition", "for", "android", "and", "ipad", "pro", "owners", "who", "already", "use", "that", "cable", "type", "\u00e2", "adopting", "apple", "s", "technology", "the", "beats", "flex", "has", "the", "company", "s", "w1", "wireless", "chipset", "that", "allows", "it", "to", "seamlessly", "switch", "between", "devices", "linked", "to", "the", "same", "apple", "id", "it", "also", "supports", "apple", "s", "new", "audio", "sharing", "feature", "that", "lets", "two", "people", "listen", "to", "an", "audio", "stream", "from", "a", "single", "iphone", "perhaps", "the", "most", "compelling", "feature", "of", "the", "beats", "flex", "is", "its", "price", "at", "49", "99", "it", "is", "about", "100", "less", "than", "the", "beatsx", "which", "debuted", "at", "150", "it", "s", "also", "significantly", "less", "expensive", "than", "apple", "s", "airpods", "which", "retail", "at", "159", "for", "the", "model", "with", "a", "standard", "charging", "case", "pre", "ordering", "for", "the", "beats", "flex", "is", "underway", "with", "orders", "shipping", "as", "soon", "as", "october", "21", "\u00e2"]}, "61": {"text": "\"The Love Song of J. Alfred Prufrock\", commonly known as \"Prufrock\", is the first professionally published poem by American-born British poet T. S. Eliot (1888\u20131965). Eliot began writing \"Prufrock\" in February 1910, and it was first published in the June 1915 issue of Poetry: A Magazine of Verse at the instigation of Ezra Pound (1885\u20131972). It was later printed as part of a twelve-poem pamphlet (or chapbook) titled Prufrock and Other Observations in 1917. At the time of its publication, Prufrock was considered outlandish, but is now seen as heralding a paradigmatic cultural shift from late 19th-century Romantic verse and Georgian lyrics to Modernism. The poem's structure was heavily influenced by Eliot's extensive reading of Dante Alighieri and makes several references to the Bible and other literary works\u2014including William Shakespeare's plays Henry IV Part II, Twelfth Night, and Hamlet, the poetry of seventeenth-century metaphysical poet Andrew Marvell, and the nineteenth-century French Symbolists. Eliot narrates the experience of Prufrock using the stream of consciousness technique developed by his fellow Modernist writers. The poem, described as a \"drama of literary anguish\", is a dramatic interior monologue of an urban man, stricken with feelings of isolation and an incapability for decisive action that is said \"to epitomize frustration and impotence of the modern individual\" and \"represent thwarted desires and modern disillusionment\". Prufrock laments his physical and intellectual inertia, the lost opportunities in his life and lack of spiritual progress, and he is haunted by reminders of unattained carnal love. With visceral feelings of weariness, regret, embarrassment, longing, emasculation, sexual frustration, a sense of decay, and an awareness of mortality, \"Prufrock\" has become one of the most recognised voices in modern literature. Among the most significant works by Eliot's: \"Portrait of a Lady\", \"Preludes\", \"Whispers of Immortality\", \"Gerontion\", \"The Waste Land\", \"The Hollow Men\", \"Ash Wednesday\", Ariel Poems\", \"Journey of the Magi\", \"A Song for Simeon\", \"Old Possum's Book of Practical Cats\", \"The Awefull Battle of the Pekes and the Pollicles\", \"Gus: The Theatre Cat\", \"Growltiger's Last Stand\", \"The Naming of Cats\", \"Burnt Norton\", \"East Coker\", \"The Dry Salvages\", \"Little Gidding\", \"Four Quartets\".\n\nThe Waste Land and Other Poems\n\nLong regarded as one of the fundamental texts of modernism, a treasury of many of T. S. Elliot's most important early poems, combines poetic elements from diverse sources with bits of popular culture and common speech to recreate the chaos of Europe in the aftermath of WWI. Original.\n\nThe Love Song of J. Alfred Prufrock and Other Works\n\nThis Squid Ink Classic includes the full text of the work plus MLA style citations for scholarly secondary sources, peer-reviewed journal articles and critical essays for when your teacher requires extra resources in MLA format for your research paper.", "tokenized_text": ["the", "love", "song", "of", "j", "alfred", "prufrock", "commonly", "known", "as", "prufrock", "is", "the", "first", "professionally", "published", "poem", "by", "american", "born", "british", "poet", "t", "s", "eliot", "1888", "1965", "eliot", "began", "writing", "prufrock", "in", "february", "1910", "and", "it", "was", "first", "published", "in", "the", "june", "1915", "issue", "of", "poetry", "a", "magazine", "of", "verse", "at", "the", "instigation", "of", "ezra", "pound", "1885", "1972", "it", "was", "later", "printed", "as", "part", "of", "a", "twelve", "poem", "pamphlet", "or", "chapbook", "titled", "prufrock", "and", "other", "observations", "in", "1917", "at", "the", "time", "of", "its", "publication", "prufrock", "was", "considered", "outlandish", "but", "is", "now", "seen", "as", "heralding", "a", "paradigmatic", "cultural", "shift", "from", "late", "19th", "century", "romantic", "verse", "and", "georgian", "lyrics", "to", "modernism", "the", "poem", "s", "structure", "was", "heavily", "influenced", "by", "eliot", "s", "extensive", "reading", "of", "dante", "alighieri", "and", "makes", "several", "references", "to", "the", "bible", "and", "other", "literary", "works", "including", "william", "shakespeare", "s", "plays", "henry", "iv", "part", "ii", "twelfth", "night", "and", "hamlet", "the", "poetry", "of", "seventeenth", "century", "metaphysical", "poet", "andrew", "marvell", "and", "the", "nineteenth", "century", "french", "symbolists", "eliot", "narrates", "the", "experience", "of", "prufrock", "using", "the", "stream", "of", "consciousness", "technique", "developed", "by", "his", "fellow", "modernist", "writers", "the", "poem", "described", "as", "a", "drama", "of", "literary", "anguish", "is", "a", "dramatic", "interior", "monologue", "of", "an", "urban", "man", "stricken", "with", "feelings", "of", "isolation", "and", "an", "incapability", "for", "decisive", "action", "that", "is", "said", "to", "epitomize", "frustration", "and", "impotence", "of", "the", "modern", "individual", "and", "represent", "thwarted", "desires", "and", "modern", "disillusionment", "prufrock", "laments", "his", "physical", "and", "intellectual", "inertia", "the", "lost", "opportunities", "in", "his", "life", "and", "lack", "of", "spiritual", "progress", "and", "he", "is", "haunted", "by", "reminders", "of", "unattained", "carnal", "love", "with", "visceral", "feelings", "of", "weariness", "regret", "embarrassment", "longing", "emasculation", "sexual", "frustration", "a", "sense", "of", "decay", "and", "an", "awareness", "of", "mortality", "prufrock", "has", "become", "one", "of", "the", "most", "recognised", "voices", "in", "modern", "literature", "among", "the", "most", "significant", "works", "by", "eliot", "s", "portrait", "of", "a", "lady", "preludes", "whispers", "of", "immortality", "gerontion", "the", "waste", "land", "the", "hollow", "men", "ash", "wednesday", "ariel", "poems", "journey", "of", "the", "magi", "a", "song", "for", "simeon", "old", "possum", "s", "book", "of", "practical", "cats", "the", "awefull", "battle", "of", "the", "pekes", "and", "the", "pollicles", "gus", "the", "theatre", "cat", "growltiger", "s", "last", "stand", "the", "naming", "of", "cats", "burnt", "norton", "east", "coker", "the", "dry", "salvages", "little", "gidding", "four", "quartets", "the", "waste", "land", "and", "other", "poems", "long", "regarded", "as", "one", "of", "the", "fundamental", "texts", "of", "modernism", "a", "treasury", "of", "many", "of", "t", "s", "elliot", "s", "most", "important", "early", "poems", "combines", "poetic", "elements", "from", "diverse", "sources", "with", "bits", "of", "popular", "culture", "and", "common", "speech", "to", "recreate", "the", "chaos", "of", "europe", "in", "the", "aftermath", "of", "wwi", "original", "the", "love", "song", "of", "j", "alfred", "prufrock", "and", "other", "works", "this", "squid", "ink", "classic", "includes", "the", "full", "text", "of", "the", "work", "plus", "mla", "style", "citations", "for", "scholarly", "secondary", "sources", "peer", "reviewed", "journal", "articles", "and", "critical", "essays", "for", "when", "your", "teacher", "requires", "extra", "resources", "in", "mla", "format", "for", "your", "research", "paper"]}, "62": {"text": "The Waste Land, Prufrock, and Other Poems\n\nA superb collection of 25 works features the poet's masterpiece, \"The Waste Land\"; the complete Prufrock (\"The Love Song of J. Alfred Prufrock,\" \"Portrait of a Lady,\" \"Rhapsody on a Windy Night,\" \"Mr. Apollinax,\" \"Morning at the Window,\" and others); and the complete Poems (\"Gerontion,\" \"The Hippopotamus,\" \"Sweeney Among the Nightingales,\" and more). Includes a selection from the Common Core State Standards Initiative.", "tokenized_text": ["the", "waste", "land", "prufrock", "and", "other", "poems", "a", "superb", "collection", "of", "25", "works", "features", "the", "poet", "s", "masterpiece", "the", "waste", "land", "the", "complete", "prufrock", "the", "love", "song", "of", "j", "alfred", "prufrock", "portrait", "of", "a", "lady", "rhapsody", "on", "a", "windy", "night", "mr", "apollinax", "morning", "at", "the", "window", "and", "others", "and", "the", "complete", "poems", "gerontion", "the", "hippopotamus", "sweeney", "among", "the", "nightingales", "and", "more", "includes", "a", "selection", "from", "the", "common", "core", "state", "standards", "initiative"]}, "63": {"text": "This superb collection of 26 works features the poet's masterpiece, \"The Waste Land\"; the complete Prufrock and Other Observations (\"The Love Song of J. Alfred Prufrock,\" \"Portrait of a Lady,\" \"Preludes,\" \"Rhapsody on a Windy Night,\" \"Mr. Apollinax,\" \"Morning at the Window,\" and others); \"The Hollow Men\"; and the collection Poems (\"Gerontion,\" \"The Hippopotamus,\" \"Sweeney Among the Nightingales,\" and more).\n\nA collection of poems composed by Nobel Prize-winning writer T.S. Eliot between 1909 and 1935.\n\nPrufrock and Other Observations\n\nPrufrock and Other Observations (1917) is a collection of poems by T.S. Eliot. Published following the successful appearance of \"The Love Song of J. Alfred Prufrock\" in the June 1915 issue of Poetry: A Magazine of Verse, Prufrock and Other Observations established Eliot's reputation as a leading English poet and pioneering literary Modernist. Opening with \"The Love Song of J. Alfred Prufrock,\" the collection begins with an invocation of Dante, whom Eliot saw as an important innovator of a polyphonic, referential poetry capable of interrogating and dramatizing the construction and representation of the self. The poem is written from the perspective of a repressed, despairing middle-aged man who meditates on his relationships with women and the regrets he has accumulated with age. In \"Preludes,\" a poem of urban malaise, Eliot \"thinks of all the hands / That are raising dingy shades / In a thousand furnished rooms,\" and reaches for an understanding of the world as \"some infinitely gentle / Infinitely suffering thing.\" Other poems include \"Morning at the Window,\" another brief vision of city life, \"The Boston Evening Transcript,\" a satirical reverie on time and community, and \"Cousin Nancy,\" a humorous lyric celebrating Miss Nancy Ellicott, who unabashedly \"smoked, / And danced all the modern dances. Both personal and universal, global in scope and intensely insular, Eliot's poetry changed the course of literary history, inspiring countless poets and establishing his reputation as one of the foremost artists of his generation. With a beautifully designed cover and professionally typeset manuscript, this edition of T.S. Eliot's Prufrock and Other Observations is a classic of English literature reimagined for modern readers.", "tokenized_text": ["this", "superb", "collection", "of", "26", "works", "features", "the", "poet", "s", "masterpiece", "the", "waste", "land", "the", "complete", "prufrock", "and", "other", "observations", "the", "love", "song", "of", "j", "alfred", "prufrock", "portrait", "of", "a", "lady", "preludes", "rhapsody", "on", "a", "windy", "night", "mr", "apollinax", "morning", "at", "the", "window", "and", "others", "the", "hollow", "men", "and", "the", "collection", "poems", "gerontion", "the", "hippopotamus", "sweeney", "among", "the", "nightingales", "and", "more", "a", "collection", "of", "poems", "composed", "by", "nobel", "prize", "winning", "writer", "t", "s", "eliot", "between", "1909", "and", "1935", "prufrock", "and", "other", "observations", "prufrock", "and", "other", "observations", "1917", "is", "a", "collection", "of", "poems", "by", "t", "s", "eliot", "published", "following", "the", "successful", "appearance", "of", "the", "love", "song", "of", "j", "alfred", "prufrock", "in", "the", "june", "1915", "issue", "of", "poetry", "a", "magazine", "of", "verse", "prufrock", "and", "other", "observations", "established", "eliot", "s", "reputation", "as", "a", "leading", "english", "poet", "and", "pioneering", "literary", "modernist", "opening", "with", "the", "love", "song", "of", "j", "alfred", "prufrock", "the", "collection", "begins", "with", "an", "invocation", "of", "dante", "whom", "eliot", "saw", "as", "an", "important", "innovator", "of", "a", "polyphonic", "referential", "poetry", "capable", "of", "interrogating", "and", "dramatizing", "the", "construction", "and", "representation", "of", "the", "self", "the", "poem", "is", "written", "from", "the", "perspective", "of", "a", "repressed", "despairing", "middle", "aged", "man", "who", "meditates", "on", "his", "relationships", "with", "women", "and", "the", "regrets", "he", "has", "accumulated", "with", "age", "in", "preludes", "a", "poem", "of", "urban", "malaise", "eliot", "thinks", "of", "all", "the", "hands", "that", "are", "raising", "dingy", "shades", "in", "a", "thousand", "furnished", "rooms", "and", "reaches", "for", "an", "understanding", "of", "the", "world", "as", "some", "infinitely", "gentle", "infinitely", "suffering", "thing", "other", "poems", "include", "morning", "at", "the", "window", "another", "brief", "vision", "of", "city", "life", "the", "boston", "evening", "transcript", "a", "satirical", "reverie", "on", "time", "and", "community", "and", "cousin", "nancy", "a", "humorous", "lyric", "celebrating", "miss", "nancy", "ellicott", "who", "unabashedly", "smoked", "and", "danced", "all", "the", "modern", "dances", "both", "personal", "and", "universal", "global", "in", "scope", "and", "intensely", "insular", "eliot", "s", "poetry", "changed", "the", "course", "of", "literary", "history", "inspiring", "countless", "poets", "and", "establishing", "his", "reputation", "as", "one", "of", "the", "foremost", "artists", "of", "his", "generation", "with", "a", "beautifully", "designed", "cover", "and", "professionally", "typeset", "manuscript", "this", "edition", "of", "t", "s", "eliot", "s", "prufrock", "and", "other", "observations", "is", "a", "classic", "of", "english", "literature", "reimagined", "for", "modern", "readers"]}, "64": {"text": "Do I dare disturb the universe? This is a question recognized by people around the world. If typed into the internet, hundreds of examples appear. Many know that it comes from one of the best-known poems of the previous century, T. S. Eliot\u00e2\u0080\u0099s The Love Song of J. Alfred Prufrock. What many do not know is that Eliot dramatically shifted his views at the height of his fame for writing such dark poetry as this and The Waste Land, becoming a sincere, devoted Christian. While his poetry is famous because it expresses the loss of a spiritual center in European civilization, a careful reading of it reveals that he was struggling with his Christianity from the beginning, not rejecting it, but trying to make it fit into the contemporary world. If the reader works through Eliot\u00e2\u0080\u0099s love song for all of the esoteric meanings, as he demands, it quickly becomes evident that he intended it as a struggle between agape, amour and eros. Beginning it with a quote from Dante forces that into place. Though the protestant forms of Christianity have changed their views on these, the Roman Catholic holds fast. Eliot references Michelangelo in the poem, bringing in the great painter of the ceiling of the Sistine Chapel. Most immediately recognize his name and work, but do not realize how he expressed a similar personal struggle between the desires of the flesh and the spirit. Both of them admired Dante\u00e2\u0080\u0099s Divine Comedy, and its inclusion of amour as a means to salvation. Dante\u00e2\u0080\u0099s work is generally seen as the greatest literature ever to come out of Italy. This book is an expanded revision of Seeking God in the Works of T. S. Eliot and Michelangelo. It explores how T.S Eliot struggled with the highest meanings of existence in his poetry and his own life, and perhaps managed to express what has become known as a modernist (and post-modernist) view of what Rudolph Otto designated the mysterium tremendum, the experience of a mystical awe, the experience of God.", "tokenized_text": ["do", "i", "dare", "disturb", "the", "universe", "this", "is", "a", "question", "recognized", "by", "people", "around", "the", "world", "if", "typed", "into", "the", "internet", "hundreds", "of", "examples", "appear", "many", "know", "that", "it", "comes", "from", "one", "of", "the", "best", "known", "poems", "of", "the", "previous", "century", "t", "s", "eliot\u00e2", "s", "the", "love", "song", "of", "j", "alfred", "prufrock", "what", "many", "do", "not", "know", "is", "that", "eliot", "dramatically", "shifted", "his", "views", "at", "the", "height", "of", "his", "fame", "for", "writing", "such", "dark", "poetry", "as", "this", "and", "the", "waste", "land", "becoming", "a", "sincere", "devoted", "christian", "while", "his", "poetry", "is", "famous", "because", "it", "expresses", "the", "loss", "of", "a", "spiritual", "center", "in", "european", "civilization", "a", "careful", "reading", "of", "it", "reveals", "that", "he", "was", "struggling", "with", "his", "christianity", "from", "the", "beginning", "not", "rejecting", "it", "but", "trying", "to", "make", "it", "fit", "into", "the", "contemporary", "world", "if", "the", "reader", "works", "through", "eliot\u00e2", "s", "love", "song", "for", "all", "of", "the", "esoteric", "meanings", "as", "he", "demands", "it", "quickly", "becomes", "evident", "that", "he", "intended", "it", "as", "a", "struggle", "between", "agape", "amour", "and", "eros", "beginning", "it", "with", "a", "quote", "from", "dante", "forces", "that", "into", "place", "though", "the", "protestant", "forms", "of", "christianity", "have", "changed", "their", "views", "on", "these", "the", "roman", "catholic", "holds", "fast", "eliot", "references", "michelangelo", "in", "the", "poem", "bringing", "in", "the", "great", "painter", "of", "the", "ceiling", "of", "the", "sistine", "chapel", "most", "immediately", "recognize", "his", "name", "and", "work", "but", "do", "not", "realize", "how", "he", "expressed", "a", "similar", "personal", "struggle", "between", "the", "desires", "of", "the", "flesh", "and", "the", "spirit", "both", "of", "them", "admired", "dante\u00e2", "s", "divine", "comedy", "and", "its", "inclusion", "of", "amour", "as", "a", "means", "to", "salvation", "dante\u00e2", "s", "work", "is", "generally", "seen", "as", "the", "greatest", "literature", "ever", "to", "come", "out", "of", "italy", "this", "book", "is", "an", "expanded", "revision", "of", "seeking", "god", "in", "the", "works", "of", "t", "s", "eliot", "and", "michelangelo", "it", "explores", "how", "t", "s", "eliot", "struggled", "with", "the", "highest", "meanings", "of", "existence", "in", "his", "poetry", "and", "his", "own", "life", "and", "perhaps", "managed", "to", "express", "what", "has", "become", "known", "as", "a", "modernist", "and", "post", "modernist", "view", "of", "what", "rudolph", "otto", "designated", "the", "mysterium", "tremendum", "the", "experience", "of", "a", "mystical", "awe", "the", "experience", "of", "god"]}, "65": {"text": "Let Us Go Then, You and I\n\nLet Us Go Then, You and I is a new edition of T. S. Eliot's selected poems, published to celebrate his nomination as the 'Nation's Favourite Poet' in a BBC poll for National Poetry Day 2009.", "tokenized_text": ["let", "us", "go", "then", "you", "and", "i", "let", "us", "go", "then", "you", "and", "i", "is", "a", "new", "edition", "of", "t", "s", "eliot", "s", "selected", "poems", "published", "to", "celebrate", "his", "nomination", "as", "the", "nation", "s", "favourite", "poet", "in", "a", "bbc", "poll", "for", "national", "poetry", "day", "2009"]}, "66": {"text": "The Poems of T. S. Eliot: Volume I\n\nThe first volume of the first paperback edition of The Poems of T. S. Eliot This two-volume critical edition of T. S. Eliot\u2019s poems establishes a new text of the Collected Poems 1909\u20131962, rectifying accidental omissions and errors that have crept in during the century since Eliot\u2019s astonishing debut, \u201cThe Love Song of J. Alfred Prufrock.\u201d In addition to the masterpieces, The Poems of T. S. Eliot contains the poems of Eliot\u2019s youth, which were rediscovered only decades later; poems that circulated privately during his lifetime; and love poems from his final years, written for his wife, Valerie. Calling upon Eliot\u2019s critical writings as well as his drafts, letters, and other original materials, Christopher Ricks and Jim McCue have provided a commentary that illuminates the imaginative life of each poem. This first volume respects Eliot\u2019s decisions by opening with his Collected Poems 1909\u20131962 as he arranged and issued it shortly before his death. This is followed by poems uncollected but either written for or suitable for publication, and by a new reading text of the drafts of The Waste Land. The second volume opens with the two books of verse of other kinds that Eliot issued: Old Possum\u2019s Book of Practical Cats and Anabasis, his translation of St.-John Perse\u2019s Anabase. Each of these sections is accompanied by its own commentary. Finally, pertaining to the entire edition, there is a comprehensive textual history that contains not only variants from all known drafts and the many printings but also extended passages amounting to hundreds of lines of compelling verse.", "tokenized_text": ["the", "poems", "of", "t", "s", "eliot", "volume", "i", "the", "first", "volume", "of", "the", "first", "paperback", "edition", "of", "the", "poems", "of", "t", "s", "eliot", "this", "two", "volume", "critical", "edition", "of", "t", "s", "eliot", "s", "poems", "establishes", "a", "new", "text", "of", "the", "collected", "poems", "1909", "1962", "rectifying", "accidental", "omissions", "and", "errors", "that", "have", "crept", "in", "during", "the", "century", "since", "eliot", "s", "astonishing", "debut", "the", "love", "song", "of", "j", "alfred", "prufrock", "in", "addition", "to", "the", "masterpieces", "the", "poems", "of", "t", "s", "eliot", "contains", "the", "poems", "of", "eliot", "s", "youth", "which", "were", "rediscovered", "only", "decades", "later", "poems", "that", "circulated", "privately", "during", "his", "lifetime", "and", "love", "poems", "from", "his", "final", "years", "written", "for", "his", "wife", "valerie", "calling", "upon", "eliot", "s", "critical", "writings", "as", "well", "as", "his", "drafts", "letters", "and", "other", "original", "materials", "christopher", "ricks", "and", "jim", "mccue", "have", "provided", "a", "commentary", "that", "illuminates", "the", "imaginative", "life", "of", "each", "poem", "this", "first", "volume", "respects", "eliot", "s", "decisions", "by", "opening", "with", "his", "collected", "poems", "1909", "1962", "as", "he", "arranged", "and", "issued", "it", "shortly", "before", "his", "death", "this", "is", "followed", "by", "poems", "uncollected", "but", "either", "written", "for", "or", "suitable", "for", "publication", "and", "by", "a", "new", "reading", "text", "of", "the", "drafts", "of", "the", "waste", "land", "the", "second", "volume", "opens", "with", "the", "two", "books", "of", "verse", "of", "other", "kinds", "that", "eliot", "issued", "old", "possum", "s", "book", "of", "practical", "cats", "and", "anabasis", "his", "translation", "of", "st", "john", "perse", "s", "anabase", "each", "of", "these", "sections", "is", "accompanied", "by", "its", "own", "commentary", "finally", "pertaining", "to", "the", "entire", "edition", "there", "is", "a", "comprehensive", "textual", "history", "that", "contains", "not", "only", "variants", "from", "all", "known", "drafts", "and", "the", "many", "printings", "but", "also", "extended", "passages", "amounting", "to", "hundreds", "of", "lines", "of", "compelling", "verse"]}, "67": {"text": "The Genius Of T.S. Eliot Contributed Immensely In Ushering Modernism In Poetry, Play And Literary Criticism. Therefore, Our Knowledge Of Modernism Will Remain Incomplete Should We Fail To Understand Eliot. This Book May Serve As An Introduction To Eliot, The Man, The Poet, The Playwright And The Critic. For The Benefit Of Readers, It Quotes In Full, While Introducing And Explaining, The Poet S Master-Pieces, The Waste Land And Four Quartets, And Also Some Of His Other Great Poems. Further, It Discusses About All Of His Five Major Plays, And Nine Important Essays, At Some Length.", "tokenized_text": ["the", "genius", "of", "t", "s", "eliot", "contributed", "immensely", "in", "ushering", "modernism", "in", "poetry", "play", "and", "literary", "criticism", "therefore", "our", "knowledge", "of", "modernism", "will", "remain", "incomplete", "should", "we", "fail", "to", "understand", "eliot", "this", "book", "may", "serve", "as", "an", "introduction", "to", "eliot", "the", "man", "the", "poet", "the", "playwright", "and", "the", "critic", "for", "the", "benefit", "of", "readers", "it", "quotes", "in", "full", "while", "introducing", "and", "explaining", "the", "poet", "s", "master", "pieces", "the", "waste", "land", "and", "four", "quartets", "and", "also", "some", "of", "his", "other", "great", "poems", "further", "it", "discusses", "about", "all", "of", "his", "five", "major", "plays", "and", "nine", "important", "essays", "at", "some", "length"]}, "68": {"text": "In a war-torn world of elemental magic, a young boy reawakens to undertake a dangerous mystic quest to fulfill his destiny as the Avatar, and bring peace to the world. Upon returning to the Gantz room, scoring commences and Kurono\u2019s earns 58 points. As Kurono tries to convince the last alien to stop fighting the humans, the alien commits suicide, and the entire alien ship is set to self-destruct. June 19, [21]. Season 3 DVD Borgen: However, Kurono is captured by two gangsters, who force him to enter a building that holds a multitude of Mr.\n\nChimpanzee DVD Disneynature: Season 2 DVD Californication: Retrieved 22 February Hound of the Baskervilles Sherlock Holmes: A pair of high school students, Kei Kurono and Masaru Katoare hit by a subway train after saving the life of a drunk homeless man who had fallen onto the tracks. Daizaemon faces an Oni alien who is able to turn his body into rock.\n\nSeason 7 DVD Scrubs: Season 5 DVD Seinfeld: Trivia Dai Li, the name of the protectors of Ba Sing Se, has a meaning in Chinese, which is \u201cto act on behalf of someone in a responsible position\u201d or \u201cto act as an agent or proxy. Archived from the original on July 22, Kato destroys its statue form; however, the alien then exits the statue body and takes a larger form.\n\nRetrieved March 17, So as for the show itself, where to begin?\n\nSeason 5 DVD Saftar Gantz\u2019s room is then attacked by aliens, and while Nishi and Takeshi manage to escape safely, the humanoid from the sphere dies. Tien is captured and almost beaten to death before he is saved and brought back to the Kana Khone villagers. Later on, Pong starts to encourage May Nhai to confess her feelings for Fame Thanapob Leeratanakajornthe most famous person in school, but she is scared she might electrocute him.\n\nSeason 4 DVD Community: Kim 5 episodes, Goofs The design of the white lotus tile changes through the course of the series: This page was last edited on 21 Novemberat Season 2 DVD Entourage: Hiroto and Kenzo fight against one that is able to manipulate fire and, although the alien is killed, Hiroto is incinerated.\n\nBeer Pong Fan uncredited Steven Stadler Hiroto starts to use telekinesis to destroy the machines in sight, but is distracted by hallucinations of Kenzo and Tonkotsu. Takeshi is attacked by several of them but Daizemon is able to defeat them. Season 6 DVD Monk: Retrieved August 6, Our Favorites from the Week of Sept.\n\nBeer Pong Fan uncredited Anthony Singleton Season 2 DVD Skins: She entered the entertainment industry in after she won a beauty and talent contest called HACKS. Who was the best-dressed on the Oscars red carpet?", "tokenized_text": ["in", "a", "war", "torn", "world", "of", "elemental", "magic", "a", "young", "boy", "reawakens", "to", "undertake", "a", "dangerous", "mystic", "quest", "to", "fulfill", "his", "destiny", "as", "the", "avatar", "and", "bring", "peace", "to", "the", "world", "upon", "returning", "to", "the", "gantz", "room", "scoring", "commences", "and", "kurono", "s", "earns", "58", "points", "as", "kurono", "tries", "to", "convince", "the", "last", "alien", "to", "stop", "fighting", "the", "humans", "the", "alien", "commits", "suicide", "and", "the", "entire", "alien", "ship", "is", "set", "to", "self", "destruct", "june", "19", "21", "season", "3", "dvd", "borgen", "however", "kurono", "is", "captured", "by", "two", "gangsters", "who", "force", "him", "to", "enter", "a", "building", "that", "holds", "a", "multitude", "of", "mr", "chimpanzee", "dvd", "disneynature", "season", "2", "dvd", "californication", "retrieved", "22", "february", "hound", "of", "the", "baskervilles", "sherlock", "holmes", "a", "pair", "of", "high", "school", "students", "kei", "kurono", "and", "masaru", "katoare", "hit", "by", "a", "subway", "train", "after", "saving", "the", "life", "of", "a", "drunk", "homeless", "man", "who", "had", "fallen", "onto", "the", "tracks", "daizaemon", "faces", "an", "oni", "alien", "who", "is", "able", "to", "turn", "his", "body", "into", "rock", "season", "7", "dvd", "scrubs", "season", "5", "dvd", "seinfeld", "trivia", "dai", "li", "the", "name", "of", "the", "protectors", "of", "ba", "sing", "se", "has", "a", "meaning", "in", "chinese", "which", "is", "to", "act", "on", "behalf", "of", "someone", "in", "a", "responsible", "position", "or", "to", "act", "as", "an", "agent", "or", "proxy", "archived", "from", "the", "original", "on", "july", "22", "kato", "destroys", "its", "statue", "form", "however", "the", "alien", "then", "exits", "the", "statue", "body", "and", "takes", "a", "larger", "form", "retrieved", "march", "17", "so", "as", "for", "the", "show", "itself", "where", "to", "begin", "season", "5", "dvd", "saftar", "gantz", "s", "room", "is", "then", "attacked", "by", "aliens", "and", "while", "nishi", "and", "takeshi", "manage", "to", "escape", "safely", "the", "humanoid", "from", "the", "sphere", "dies", "tien", "is", "captured", "and", "almost", "beaten", "to", "death", "before", "he", "is", "saved", "and", "brought", "back", "to", "the", "kana", "khone", "villagers", "later", "on", "pong", "starts", "to", "encourage", "may", "nhai", "to", "confess", "her", "feelings", "for", "fame", "thanapob", "leeratanakajornthe", "most", "famous", "person", "in", "school", "but", "she", "is", "scared", "she", "might", "electrocute", "him", "season", "4", "dvd", "community", "kim", "5", "episodes", "goofs", "the", "design", "of", "the", "white", "lotus", "tile", "changes", "through", "the", "course", "of", "the", "series", "this", "page", "was", "last", "edited", "on", "21", "novemberat", "season", "2", "dvd", "entourage", "hiroto", "and", "kenzo", "fight", "against", "one", "that", "is", "able", "to", "manipulate", "fire", "and", "although", "the", "alien", "is", "killed", "hiroto", "is", "incinerated", "beer", "pong", "fan", "uncredited", "steven", "stadler", "hiroto", "starts", "to", "use", "telekinesis", "to", "destroy", "the", "machines", "in", "sight", "but", "is", "distracted", "by", "hallucinations", "of", "kenzo", "and", "tonkotsu", "takeshi", "is", "attacked", "by", "several", "of", "them", "but", "daizemon", "is", "able", "to", "defeat", "them", "season", "6", "dvd", "monk", "retrieved", "august", "6", "our", "favorites", "from", "the", "week", "of", "sept", "beer", "pong", "fan", "uncredited", "anthony", "singleton", "season", "2", "dvd", "skins", "she", "entered", "the", "entertainment", "industry", "in", "after", "she", "won", "a", "beauty", "and", "talent", "contest", "called", "hacks", "who", "was", "the", "best", "dressed", "on", "the", "oscars", "red", "carpet"]}, "69": {"text": "Those people who think that there aren\u2019t any action scenes in it are blind, obviously. The Animated Series \u2014", "tokenized_text": ["those", "people", "who", "think", "that", "there", "aren", "t", "any", "action", "scenes", "in", "it", "are", "blind", "obviously", "the", "animated", "series"]}, "70": {"text": "In the sparkling City of Brotherly Love, an outspoken coalition is successfully championing good design and planning. (Photo courtesy of Philadelphia Citypaper)\n\nAustin is finally getting serious about urban planning. Last week at City Council, a fresh comprehensive planning process got the green light. For at least the next two years, we'll be engaged in a great civic conversation about the future of our built city. Yet no single community group in Austin is dedicated to advocating for good urban design. As we approach a rapid series of critical decisions, a number of the community's best and brightest urban-design and -planning minds have begun talking together about how they might better serve as watchdogs for the collective good. As trained professionals, they want better city planning and development decisions based as much as possible on objective design principles rather than political compromises.\n\nPhiladelphia's Design Advocacy Group offers an interesting model for Austin. Formed about seven years ago by a core group of six, including Chairman Alan Greenberger, DAG now claims nearly 1,000 members. By championing a \"Reform Agenda for Planning and Design in Philadelphia\" over several years \u2013 and having the good fortune to help elect new Mayor Michael Nutter, who has adopted its agenda as his own \u2013 DAG has become an amazingly effective community voice.\n\nThe all-volunteer group has no staff, no dues, and no formal organization. States the website (www.designadvocacy.org): \"Our goal is be proactive as well as reactive; effective as well as thoughtful; critical as well as constructive. We want to create an unparalleled voice for design, a group whose opinion on the quality of our environment is sought after and whose contribution makes a difference. We are a group drawn from a broad spectrum of disciplines, comprised of motivated individuals who are routinely engaged in matters of design, development and planning and who are not afraid to speak out.\"\n\nThat last point is crucial. Austinites tend toward polite public education and vociferous grumbling in private. What we lack is courageous, informed voices insisting on the recognized principles of good design and planning. (Greenberger enjoys saying, \"Advocacy is our middle name.\") DAG positions have been taken seriously due to the professional expertise and stature of its 28-member steering committee. Many are notable practicing architects. Others are University of Pennsylvania faculty members, some with the School of Design's \"clinical arm,\" PennPraxis, through which faculty and students work on community projects, such as the website PlanPhilly.com. (What a great idea for the Community and Regional Planning Program at the School of Archi\u00adtec\u00adture at the University of Texas!) Others are professional planners who serve on city and regional planning commissions. Lay members include lawyers, builders, developers, preservationists, economists, students, and PR and marketing types. All that's required to \"join\" is to provide an e-mail address.\n\nAt DAG's open monthly meetings, \"a free and frank exchange of ideas is encouraged.\" Presentations on hot development projects and controversies draw a good crowd of 50 to 75 members. DAG's advocacy positions are honed after discussion at monthly meetings, a flurry of e-mails among the steering committee members to forge a consensus view, and a formal vote when necessary. To advance the cause, DAG hosts public forums such as \"Pride of Place\" on the design and planning issues relevant to a particular mayoral election. It has helped lead independent design charrettes for important projects such as Penn's Landing, a major waterfront development. DAG members provide expert testimony before government agencies, write letters to government agencies expressing positions, and publish white papers, op-eds, columns, and letters to the editor. Financial support has come from the William Penn Foundation.\n\nHow effective has the volunteer group's advocacy been? An early high-visibility fight was against the Jefferson Parking Garage, an ill-conceived, overscaled, neighborhood-blighting project for which Thomas Jefferson University and Hospital sought zoning variances. While DAG lost the battle for a complete redesign, the publicity put the group on the map. They also lost a battle \u2013 despite an emergency letter-writing campaign \u2013 to preserve historic buildings sneakily demolished by the state. But their major initiative \u2013 a Reform Agenda for Planning and Design in Philadelphia \u2013 has been a thrilling success. Within two weeks of taking office, Nutter named new professionals to the Planning Commission (including Green\u00adberger as vice chair), the powerful Zoning Board of Adjustment, and the Zoning Code Commission \u2013 just as DAG had advocated. The reform agenda called for creating a new Civic Design Review Commission; the mayor is now pursuing it. After witnessing DAG's by-invitation design reviews of major projects, said Greenberger, \"Now the mayor is calling for the Planning Commission to set up a design-review operation based on the DAG model.\"\n\nAddressing the Philadelphia City Planning Commission last week, Nutter gave a stirring speech \u2013 from the mouth of DAG \u2013 that, if heard here, would make many Austinites weep with joy. Austin Planning Commissioner Tracy Atkins, who heard Nutter address the 2007 Congress for the New Urbanism conference in Philly, remembers: \"He impressed me then. He is young and energetic.\" Said Nutter: \"As a city government, we reject the 'let's make a deal' mentality that dominated the past. Monty Hall has left City Hall. ... Those days are over! ... Planning is not a luxury, nor is it a jargon-filled veneer obscuring a deal-making process that slices up a city's assets in a disorganized rush. ... It's not a passive system, simply responding to developers' proposals; it's proactive and sets high standards of design.\" (Download the full text here.)\n\nMarveled Greenberger: \"We've lost a lot of battles, but we're winning the war of reform. We can't believe it! None of us saw this coming.\"\n\n\"Developing Stories\" visited Philadelphia during the June 5-7 Association of Alternative Newsweek\u00adlies Convention. To join a dialogue about starting a local group that advocates for good urban design and planning, e-mail planaustin@yahoo.com.", "tokenized_text": ["in", "the", "sparkling", "city", "of", "brotherly", "love", "an", "outspoken", "coalition", "is", "successfully", "championing", "good", "design", "and", "planning", "photo", "courtesy", "of", "philadelphia", "citypaper", "austin", "is", "finally", "getting", "serious", "about", "urban", "planning", "last", "week", "at", "city", "council", "a", "fresh", "comprehensive", "planning", "process", "got", "the", "green", "light", "for", "at", "least", "the", "next", "two", "years", "we", "ll", "be", "engaged", "in", "a", "great", "civic", "conversation", "about", "the", "future", "of", "our", "built", "city", "yet", "no", "single", "community", "group", "in", "austin", "is", "dedicated", "to", "advocating", "for", "good", "urban", "design", "as", "we", "approach", "a", "rapid", "series", "of", "critical", "decisions", "a", "number", "of", "the", "community", "s", "best", "and", "brightest", "urban", "design", "and", "planning", "minds", "have", "begun", "talking", "together", "about", "how", "they", "might", "better", "serve", "as", "watchdogs", "for", "the", "collective", "good", "as", "trained", "professionals", "they", "want", "better", "city", "planning", "and", "development", "decisions", "based", "as", "much", "as", "possible", "on", "objective", "design", "principles", "rather", "than", "political", "compromises", "philadelphia", "s", "design", "advocacy", "group", "offers", "an", "interesting", "model", "for", "austin", "formed", "about", "seven", "years", "ago", "by", "a", "core", "group", "of", "six", "including", "chairman", "alan", "greenberger", "dag", "now", "claims", "nearly", "1", "000", "members", "by", "championing", "a", "reform", "agenda", "for", "planning", "and", "design", "in", "philadelphia", "over", "several", "years", "and", "having", "the", "good", "fortune", "to", "help", "elect", "new", "mayor", "michael", "nutter", "who", "has", "adopted", "its", "agenda", "as", "his", "own", "dag", "has", "become", "an", "amazingly", "effective", "community", "voice", "the", "all", "volunteer", "group", "has", "no", "staff", "no", "dues", "and", "no", "formal", "organization", "states", "the", "website", "www", "designadvocacy", "org", "our", "goal", "is", "be", "proactive", "as", "well", "as", "reactive", "effective", "as", "well", "as", "thoughtful", "critical", "as", "well", "as", "constructive", "we", "want", "to", "create", "an", "unparalleled", "voice", "for", "design", "a", "group", "whose", "opinion", "on", "the", "quality", "of", "our", "environment", "is", "sought", "after", "and", "whose", "contribution", "makes", "a", "difference", "we", "are", "a", "group", "drawn", "from", "a", "broad", "spectrum", "of", "disciplines", "comprised", "of", "motivated", "individuals", "who", "are", "routinely", "engaged", "in", "matters", "of", "design", "development", "and", "planning", "and", "who", "are", "not", "afraid", "to", "speak", "out", "that", "last", "point", "is", "crucial", "austinites", "tend", "toward", "polite", "public", "education", "and", "vociferous", "grumbling", "in", "private", "what", "we", "lack", "is", "courageous", "informed", "voices", "insisting", "on", "the", "recognized", "principles", "of", "good", "design", "and", "planning", "greenberger", "enjoys", "saying", "advocacy", "is", "our", "middle", "name", "dag", "positions", "have", "been", "taken", "seriously", "due", "to", "the", "professional", "expertise", "and", "stature", "of", "its", "28", "member", "steering", "committee", "many", "are", "notable", "practicing", "architects", "others", "are", "university", "of", "pennsylvania", "faculty", "members", "some", "with", "the", "school", "of", "design", "s", "clinical", "arm", "pennpraxis", "through", "which", "faculty", "and", "students", "work", "on", "community", "projects", "such", "as", "the", "website", "planphilly", "com", "what", "a", "great", "idea", "for", "the", "community", "and", "regional", "planning", "program", "at", "the", "school", "of", "archi", "tec", "ture", "at", "the", "university", "of", "texas", "others", "are", "professional", "planners", "who", "serve", "on", "city", "and", "regional", "planning", "commissions", "lay", "members", "include", "lawyers", "builders", "developers", "preservationists", "economists", "students", "and", "pr", "and", "marketing", "types", "all", "that", "s", "required", "to", "join", "is", "to", "provide", "an", "e", "mail", "address", "at", "dag", "s", "open", "monthly", "meetings", "a", "free", "and", "frank", "exchange", "of", "ideas", "is", "encouraged", "presentations", "on", "hot", "development", "projects", "and", "controversies", "draw", "a", "good", "crowd", "of", "50", "to", "75", "members", "dag", "s", "advocacy", "positions", "are", "honed", "after", "discussion", "at", "monthly", "meetings", "a", "flurry", "of", "e", "mails", "among", "the", "steering", "committee", "members", "to", "forge", "a", "consensus", "view", "and", "a", "formal", "vote", "when", "necessary", "to", "advance", "the", "cause", "dag", "hosts", "public", "forums", "such", "as", "pride", "of", "place", "on", "the", "design", "and", "planning", "issues", "relevant", "to", "a", "particular", "mayoral", "election", "it", "has", "helped", "lead", "independent", "design", "charrettes", "for", "important", "projects", "such", "as", "penn", "s", "landing", "a", "major", "waterfront", "development", "dag", "members", "provide", "expert", "testimony", "before", "government", "agencies", "write", "letters", "to", "government", "agencies", "expressing", "positions", "and", "publish", "white", "papers", "op", "eds", "columns", "and", "letters", "to", "the", "editor", "financial", "support", "has", "come", "from", "the", "william", "penn", "foundation", "how", "effective", "has", "the", "volunteer", "group", "s", "advocacy", "been", "an", "early", "high", "visibility", "fight", "was", "against", "the", "jefferson", "parking", "garage", "an", "ill", "conceived", "overscaled", "neighborhood", "blighting", "project", "for", "which", "thomas", "jefferson", "university", "and", "hospital", "sought", "zoning", "variances", "while", "dag", "lost", "the", "battle", "for", "a", "complete", "redesign", "the", "publicity", "put", "the", "group", "on", "the", "map", "they", "also", "lost", "a", "battle", "despite", "an", "emergency", "letter", "writing", "campaign", "to", "preserve", "historic", "buildings", "sneakily", "demolished", "by", "the", "state", "but", "their", "major", "initiative", "a", "reform", "agenda", "for", "planning", "and", "design", "in", "philadelphia", "has", "been", "a", "thrilling", "success", "within", "two", "weeks", "of", "taking", "office", "nutter", "named", "new", "professionals", "to", "the", "planning", "commission", "including", "green", "berger", "as", "vice", "chair", "the", "powerful", "zoning", "board", "of", "adjustment", "and", "the", "zoning", "code", "commission", "just", "as", "dag", "had", "advocated", "the", "reform", "agenda", "called", "for", "creating", "a", "new", "civic", "design", "review", "commission", "the", "mayor", "is", "now", "pursuing", "it", "after", "witnessing", "dag", "s", "by", "invitation", "design", "reviews", "of", "major", "projects", "said", "greenberger", "now", "the", "mayor", "is", "calling", "for", "the", "planning", "commission", "to", "set", "up", "a", "design", "review", "operation", "based", "on", "the", "dag", "model", "addressing", "the", "philadelphia", "city", "planning", "commission", "last", "week", "nutter", "gave", "a", "stirring", "speech", "from", "the", "mouth", "of", "dag", "that", "if", "heard", "here", "would", "make", "many", "austinites", "weep", "with", "joy", "austin", "planning", "commissioner", "tracy", "atkins", "who", "heard", "nutter", "address", "the", "2007", "congress", "for", "the", "new", "urbanism", "conference", "in", "philly", "remembers", "he", "impressed", "me", "then", "he", "is", "young", "and", "energetic", "said", "nutter", "as", "a", "city", "government", "we", "reject", "the", "let", "s", "make", "a", "deal", "mentality", "that", "dominated", "the", "past", "monty", "hall", "has", "left", "city", "hall", "those", "days", "are", "over", "planning", "is", "not", "a", "luxury", "nor", "is", "it", "a", "jargon", "filled", "veneer", "obscuring", "a", "deal", "making", "process", "that", "slices", "up", "a", "city", "s", "assets", "in", "a", "disorganized", "rush", "it", "s", "not", "a", "passive", "system", "simply", "responding", "to", "developers", "proposals", "it", "s", "proactive", "and", "sets", "high", "standards", "of", "design", "download", "the", "full", "text", "here", "marveled", "greenberger", "we", "ve", "lost", "a", "lot", "of", "battles", "but", "we", "re", "winning", "the", "war", "of", "reform", "we", "can", "t", "believe", "it", "none", "of", "us", "saw", "this", "coming", "developing", "stories", "visited", "philadelphia", "during", "the", "june", "5", "7", "association", "of", "alternative", "newsweek", "lies", "convention", "to", "join", "a", "dialogue", "about", "starting", "a", "local", "group", "that", "advocates", "for", "good", "urban", "design", "and", "planning", "e", "mail", "planaustin", "yahoo", "com"]}, "71": {"text": "Amidst a lot of shocking celebrity divorces and breakups, including the longtime marriages of Jennifer Garner and Ben Affleck and Gwen Stefani and Gavin Rossdale, one major celebrity couple is making sure their names don\u2019t get dragged into the divorce trend.\n\nWill Smith and Jada Pinkett Smith have battled many rumors about their relationship over the years and, after recent divorces, it seems they were being pegged as the next ones to call it quits, that is until Will spoke out, slamming the rumors.\n\n\u201cUnder normal circumstances, I don\u2019t usually respond to foolishness. (Because it\u2019s contagious) But, so many people have extended me their \u2018deepest condolences\u2019 that I figured- \u2018What the hell\u2026 I can be foolish too!\u2019 So, in the interest of redundant, repetitious, over & over-again-ness\u2026 Jada and I are\u2026 NOT GETTING A DIVORCE!!!!!!!!!!! I promise you all \u2013 if I ever decide to divorce my Queen- I SWEAR I\u2019ll tell you myself! #Dumb People Should Have to Wear Scarlet D\u2019s,\u201d the actor wrote on Facebook.\n\nAlthough we all thought some of the other recently divorced couples were going strong, it seems Will and Jada are still doing just fine after 18 years of marriage.", "tokenized_text": ["amidst", "a", "lot", "of", "shocking", "celebrity", "divorces", "and", "breakups", "including", "the", "longtime", "marriages", "of", "jennifer", "garner", "and", "ben", "affleck", "and", "gwen", "stefani", "and", "gavin", "rossdale", "one", "major", "celebrity", "couple", "is", "making", "sure", "their", "names", "don", "t", "get", "dragged", "into", "the", "divorce", "trend", "will", "smith", "and", "jada", "pinkett", "smith", "have", "battled", "many", "rumors", "about", "their", "relationship", "over", "the", "years", "and", "after", "recent", "divorces", "it", "seems", "they", "were", "being", "pegged", "as", "the", "next", "ones", "to", "call", "it", "quits", "that", "is", "until", "will", "spoke", "out", "slamming", "the", "rumors", "under", "normal", "circumstances", "i", "don", "t", "usually", "respond", "to", "foolishness", "because", "it", "s", "contagious", "but", "so", "many", "people", "have", "extended", "me", "their", "deepest", "condolences", "that", "i", "figured", "what", "the", "hell", "i", "can", "be", "foolish", "too", "so", "in", "the", "interest", "of", "redundant", "repetitious", "over", "over", "again", "ness", "jada", "and", "i", "are", "not", "getting", "a", "divorce", "i", "promise", "you", "all", "if", "i", "ever", "decide", "to", "divorce", "my", "queen", "i", "swear", "i", "ll", "tell", "you", "myself", "dumb", "people", "should", "have", "to", "wear", "scarlet", "d", "s", "the", "actor", "wrote", "on", "facebook", "although", "we", "all", "thought", "some", "of", "the", "other", "recently", "divorced", "couples", "were", "going", "strong", "it", "seems", "will", "and", "jada", "are", "still", "doing", "just", "fine", "after", "18", "years", "of", "marriage"]}, "72": {"text": "\" Now, Armenians have two choices: Either they accept the situation or leave the country \" - Rovshan Ibrahimov\nRead: 349", "tokenized_text": ["now", "armenians", "have", "two", "choices", "either", "they", "accept", "the", "situation", "or", "leave", "the", "country", "rovshan", "ibrahimov", "read", "349"]}, "73": {"text": "In reaction to the publish of biased reports by some media, Iranian Embassy in Baku said that ill-wishers and enemies are trying to disrupt Tehran-Baku friendly and brotherly relations, Mehr News Agency reports.\n\n\"In recent days, despite the clear positions announced by high-ranking officials of Iran, the enemies and ill-wishers of Azerbaijan Republic and Iran have always sought to achieve their sinister goals in order to disrupt cordial relations between the two countries,\" Iranian Embassy wrote.\n\n\"The embassy hereby declares that the recent rumors about the positions of the Islamic Republic of Iran on the conflict between Azerbaijan Republic and Armenia are sheer lies and are baseless,\"it added.\n\n\"The ill-wishers of the two nations of Iran and Azerbaijan Republic are trying to deceive the public opinion and hide the facts by launching evil media campaign,\" the Embassy said, adding, \"These propaganda and news, as the political aide to the President of Azerbaijan emphasized, is a betrayal of both countries.\"\n\n\"Iran and Azerbaijan Republic are friendly and brotherly nations and that friendship and brotherhood will exist forever and no one can disrupt it,\" it noted.\n\n\"The Embassy of the Islamic Republic of Iran strongly reject the false and baseless news and strongly condemns the spread of these heinous rumors,\" it stressed.", "tokenized_text": ["in", "reaction", "to", "the", "publish", "of", "biased", "reports", "by", "some", "media", "iranian", "embassy", "in", "baku", "said", "that", "ill", "wishers", "and", "enemies", "are", "trying", "to", "disrupt", "tehran", "baku", "friendly", "and", "brotherly", "relations", "mehr", "news", "agency", "reports", "in", "recent", "days", "despite", "the", "clear", "positions", "announced", "by", "high", "ranking", "officials", "of", "iran", "the", "enemies", "and", "ill", "wishers", "of", "azerbaijan", "republic", "and", "iran", "have", "always", "sought", "to", "achieve", "their", "sinister", "goals", "in", "order", "to", "disrupt", "cordial", "relations", "between", "the", "two", "countries", "iranian", "embassy", "wrote", "the", "embassy", "hereby", "declares", "that", "the", "recent", "rumors", "about", "the", "positions", "of", "the", "islamic", "republic", "of", "iran", "on", "the", "conflict", "between", "azerbaijan", "republic", "and", "armenia", "are", "sheer", "lies", "and", "are", "baseless", "it", "added", "the", "ill", "wishers", "of", "the", "two", "nations", "of", "iran", "and", "azerbaijan", "republic", "are", "trying", "to", "deceive", "the", "public", "opinion", "and", "hide", "the", "facts", "by", "launching", "evil", "media", "campaign", "the", "embassy", "said", "adding", "these", "propaganda", "and", "news", "as", "the", "political", "aide", "to", "the", "president", "of", "azerbaijan", "emphasized", "is", "a", "betrayal", "of", "both", "countries", "iran", "and", "azerbaijan", "republic", "are", "friendly", "and", "brotherly", "nations", "and", "that", "friendship", "and", "brotherhood", "will", "exist", "forever", "and", "no", "one", "can", "disrupt", "it", "it", "noted", "the", "embassy", "of", "the", "islamic", "republic", "of", "iran", "strongly", "reject", "the", "false", "and", "baseless", "news", "and", "strongly", "condemns", "the", "spread", "of", "these", "heinous", "rumors", "it", "stressed"]}, "74": {"text": "Mandela, Only Leader In The World \u2013Prof Adair\n\nAiling former South African President, Nelson Mandela, is the only person that deserves to be addressed as a leader in the world today, Prof. John Adair, the world\u2019s first professor of leadership, has said. Adair, the chair of the United [...]", "tokenized_text": ["mandela", "only", "leader", "in", "the", "world", "prof", "adair", "ailing", "former", "south", "african", "president", "nelson", "mandela", "is", "the", "only", "person", "that", "deserves", "to", "be", "addressed", "as", "a", "leader", "in", "the", "world", "today", "prof", "john", "adair", "the", "world", "s", "first", "professor", "of", "leadership", "has", "said", "adair", "the", "chair", "of", "the", "united"]}, "75": {"text": "How Five South African Policemen Brutally Beat A Nigerian To Faint, Wake Him Then Tortue Him Again To Death\n\nFive Limpopo police officers beat a Nigerian man to death, the Polokwane Magistrate\u2019s Court heard on Thursday. \u201cI put it to you that you beat him, he fainted and you resuscitated him. He woke up and\u2026 you beat him again,\u201d [...]", "tokenized_text": ["how", "five", "south", "african", "policemen", "brutally", "beat", "a", "nigerian", "to", "faint", "wake", "him", "then", "tortue", "him", "again", "to", "death", "five", "limpopo", "police", "officers", "beat", "a", "nigerian", "man", "to", "death", "the", "polokwane", "magistrate", "s", "court", "heard", "on", "thursday", "i", "put", "it", "to", "you", "that", "you", "beat", "him", "he", "fainted", "and", "you", "resuscitated", "him", "he", "woke", "up", "and", "you", "beat", "him", "again"]}, "76": {"text": "Nigeria Pledges $2 Million For Conduct Of Elections In Mali\n\nThe Nigerian government on Wednesday pledged a donation of US$ 2 million (about N320m) in support of agricultural development and conduct of free and fair elections in Mali. Vice-President Namadi Sambo made the pledge in Brussels at the International Donors [...]", "tokenized_text": ["nigeria", "pledges", "2", "million", "for", "conduct", "of", "elections", "in", "mali", "the", "nigerian", "government", "on", "wednesday", "pledged", "a", "donation", "of", "us", "2", "million", "about", "n320m", "in", "support", "of", "agricultural", "development", "and", "conduct", "of", "free", "and", "fair", "elections", "in", "mali", "vice", "president", "namadi", "sambo", "made", "the", "pledge", "in", "brussels", "at", "the", "international", "donors"]}, "77": {"text": "Desmond Tutu Vows Not to Vote for ANC Anymore\n\nArchbishop Emeritus Desmond Tutu says he will not vote for the Africa National Congress (ANC) again in future elections in the country. Mr. Tutu who wrote an opinion page in the Mail-Guardian newspapers on Friday that he had in the [...]\n\nThe oil curse: Ghana struggles to survive \u2013 When Ghana struck oil in 2007, citizens expected the industry would bring them better lives and investors anticipated hefty profits from a rising African economic star. Six years later, all of them are [...]", "tokenized_text": ["desmond", "tutu", "vows", "not", "to", "vote", "for", "anc", "anymore", "archbishop", "emeritus", "desmond", "tutu", "says", "he", "will", "not", "vote", "for", "the", "africa", "national", "congress", "anc", "again", "in", "future", "elections", "in", "the", "country", "mr", "tutu", "who", "wrote", "an", "opinion", "page", "in", "the", "mail", "guardian", "newspapers", "on", "friday", "that", "he", "had", "in", "the", "the", "oil", "curse", "ghana", "struggles", "to", "survive", "when", "ghana", "struck", "oil", "in", "2007", "citizens", "expected", "the", "industry", "would", "bring", "them", "better", "lives", "and", "investors", "anticipated", "hefty", "profits", "from", "a", "rising", "african", "economic", "star", "six", "years", "later", "all", "of", "them", "are"]}, "78": {"text": "The high breakthrough infection rate implies that vaccination as a standalone strategy will not be enough in the days to come. Multiple strategies of protection will likely be required long-term from a public health perspective.\n\nWhat is this Study?\n\nFor ease of discussion, the term 3rd dose will henceforth be used instead of precautionary dose\n\nFigure 2: The percentage of people in each age group who were affected by the 3rd wave\n\n5. Profile of vaccine use\n\n11. 3rd wave positive rates among those who got 3rd dose, versus those who did not take 3rd dose\n\nFigure 7A: Third wave positivity according to whether 3rd dose was taken or not\n\nFigure 7B: Comparison of confounding factors that could have affected the outcomes of 3rd dose\n\nThis indicates that infection was more common among those who had longer gap after 2nd dose. In other words, protection from infection appeared to be linked with how recent the last vaccine dose was.\n\nFigure 8 A: 3rd wave positivity according to gap since receiving 2nd dose, among those who did not take 3rd dose\n\nWe looked at people who took the third dose after varying gaps from the second dose. They were categorized into three groups:\n\nIn these three groups, we assessed the impact of the 3rd dose, as measured by the difference in 3rd. wave positivity rates. We found that a 3rd dose given early or during intermediate period made no difference to the baseline infection rate. But when the gap was >6 months after the second dose, taking a 3rd dose generated a 19% lower incidence of COVID-19 in the 3rd wave.\n\nFigure 8 B: Difference in percentage of infection rates between 3 and 2 dose groups, classified on the basis of gap between 2nd and 3rd doses. The longer the gap, the greater the additional protection observed.\n\nAmong those who had a 3rd dose, 716 got infected during 3rd wave\n\nAmong those who were vaccinated, but did not receive 3rd dose, 1577 got infected during 3rd wave\n\nFigure 9: 3 rd. wave symptom severity profile classified according to whether 3rd dose was taken or not\n\nThe severity profile of 3rd wave symptoms among vaccinated people who took 3rd dose and those who did not, were similar. The minor differences shown in the graph were not significant.\n\nFigure 10: Age of those who suffered moderate severity of COVID-19 during 3rd wave, expressed as % of total respondents. Although the chance of testing positive has higher among\n\n16. Public opinion: \u201cDo you think a precautionary dose is helpful?\u201d\n\nFigure 12: Sample of questions sent to assess severity of COVID-19 among respondents\n\nFor question no.2, more than one of the six choices could be selected, depending on individual severity.\n\nThey were later classified as asymptomatic, mild, moderate and severe.\n\nLess than 1% of those affected in the 3rd wave reported severe disease, defined as those who required supplemental oxygen during hospitalisation (6).\n\nThe chief reason that people mentioned for not taking the 3rd dose was that infections were being commonly reported after third dose.", "tokenized_text": ["the", "high", "breakthrough", "infection", "rate", "implies", "that", "vaccination", "as", "a", "standalone", "strategy", "will", "not", "be", "enough", "in", "the", "days", "to", "come", "multiple", "strategies", "of", "protection", "will", "likely", "be", "required", "long", "term", "from", "a", "public", "health", "perspective", "what", "is", "this", "study", "for", "ease", "of", "discussion", "the", "term", "3rd", "dose", "will", "henceforth", "be", "used", "instead", "of", "precautionary", "dose", "figure", "2", "the", "percentage", "of", "people", "in", "each", "age", "group", "who", "were", "affected", "by", "the", "3rd", "wave", "5", "profile", "of", "vaccine", "use", "11", "3rd", "wave", "positive", "rates", "among", "those", "who", "got", "3rd", "dose", "versus", "those", "who", "did", "not", "take", "3rd", "dose", "figure", "7a", "third", "wave", "positivity", "according", "to", "whether", "3rd", "dose", "was", "taken", "or", "not", "figure", "7b", "comparison", "of", "confounding", "factors", "that", "could", "have", "affected", "the", "outcomes", "of", "3rd", "dose", "this", "indicates", "that", "infection", "was", "more", "common", "among", "those", "who", "had", "longer", "gap", "after", "2nd", "dose", "in", "other", "words", "protection", "from", "infection", "appeared", "to", "be", "linked", "with", "how", "recent", "the", "last", "vaccine", "dose", "was", "figure", "8", "a", "3rd", "wave", "positivity", "according", "to", "gap", "since", "receiving", "2nd", "dose", "among", "those", "who", "did", "not", "take", "3rd", "dose", "we", "looked", "at", "people", "who", "took", "the", "third", "dose", "after", "varying", "gaps", "from", "the", "second", "dose", "they", "were", "categorized", "into", "three", "groups", "in", "these", "three", "groups", "we", "assessed", "the", "impact", "of", "the", "3rd", "dose", "as", "measured", "by", "the", "difference", "in", "3rd", "wave", "positivity", "rates", "we", "found", "that", "a", "3rd", "dose", "given", "early", "or", "during", "intermediate", "period", "made", "no", "difference", "to", "the", "baseline", "infection", "rate", "but", "when", "the", "gap", "was", "6", "months", "after", "the", "second", "dose", "taking", "a", "3rd", "dose", "generated", "a", "19", "lower", "incidence", "of", "covid", "19", "in", "the", "3rd", "wave", "figure", "8", "b", "difference", "in", "percentage", "of", "infection", "rates", "between", "3", "and", "2", "dose", "groups", "classified", "on", "the", "basis", "of", "gap", "between", "2nd", "and", "3rd", "doses", "the", "longer", "the", "gap", "the", "greater", "the", "additional", "protection", "observed", "among", "those", "who", "had", "a", "3rd", "dose", "716", "got", "infected", "during", "3rd", "wave", "among", "those", "who", "were", "vaccinated", "but", "did", "not", "receive", "3rd", "dose", "1577", "got", "infected", "during", "3rd", "wave", "figure", "9", "3", "rd", "wave", "symptom", "severity", "profile", "classified", "according", "to", "whether", "3rd", "dose", "was", "taken", "or", "not", "the", "severity", "profile", "of", "3rd", "wave", "symptoms", "among", "vaccinated", "people", "who", "took", "3rd", "dose", "and", "those", "who", "did", "not", "were", "similar", "the", "minor", "differences", "shown", "in", "the", "graph", "were", "not", "significant", "figure", "10", "age", "of", "those", "who", "suffered", "moderate", "severity", "of", "covid", "19", "during", "3rd", "wave", "expressed", "as", "of", "total", "respondents", "although", "the", "chance", "of", "testing", "positive", "has", "higher", "among", "16", "public", "opinion", "do", "you", "think", "a", "precautionary", "dose", "is", "helpful", "figure", "12", "sample", "of", "questions", "sent", "to", "assess", "severity", "of", "covid", "19", "among", "respondents", "for", "question", "no", "2", "more", "than", "one", "of", "the", "six", "choices", "could", "be", "selected", "depending", "on", "individual", "severity", "they", "were", "later", "classified", "as", "asymptomatic", "mild", "moderate", "and", "severe", "less", "than", "1", "of", "those", "affected", "in", "the", "3rd", "wave", "reported", "severe", "disease", "defined", "as", "those", "who", "required", "supplemental", "oxygen", "during", "hospitalisation", "6", "the", "chief", "reason", "that", "people", "mentioned", "for", "not", "taking", "the", "3rd", "dose", "was", "that", "infections", "were", "being", "commonly", "reported", "after", "third", "dose"]}, "79": {"text": "How many municipal councillors or MPs have taken any personal involvement in foresight activities?\nWriter\nElina Kiiski Kataja\n\nHow many municipal councillors or MPs have taken any personal involvement in foresight activities?\n\nThe National Foresight Network was convened as part of the Foresight Friday event at the Association of Finnish Local and Regional Authorities on Friday 30 November, to ponder the subject of municipalities of the future and the factors vital to their success.\n\nFor a foresight specialist like me, the event was inspiring in two ways.\n\nEngaging in foresight activities alongside those in power\n\nThe first source of inspiration lay in the way in which the Association of Finnish Local and Regional Authorities implemented its major foresight process. The purpose of this process had been to examine the local authority of the future and the result was future images of municipalities (in Finnish). Instead of commissioning external consultants for the project, the association had engaged its own experts, leaders and councillors on a broad basis.\n\nThey began by collecting signals onto a group board on Pinterest. They then arranged trends into groups and processed them, before seeking future visions within each area. On the basis of their future visions and interpretations, they went on to build prototypes of the municipal services of the future.\n\nWhen foresight activity is implemented in this way, the result is a process of collective learning among participants and stronger commitment to the final results. To those who make their living out of foresight work, there is nothing revolutionary about this. On the other hand, I view public organisations and decision-makers in particular as overly cautious about applying participatory foresight methods. I wonder how many municipal councillors or MPs have ever had any personal involvement in actual foresight work. And how many ministers? If you can think of any, please let me know in the comments section!\n\nWhen faced with foresight data that you need to process into visions and concrete services, you usually also encounter an entirely new outlook about which you might otherwise have been oblivious. I believe that, right now, as Finland slogs through a quagmire of austerity and despair, we need future-oriented work more than ever as the basis of future visions and foresight \u2013 particularly among political leaders at various levels. Many thanks to the Association of Finnish Local and Regional Authorities for taking bold steps forward with this!\n\nThe second aspect of my inspiration is associated with the previous one. At the event, we also heard of a municipality that is already turning its strong, future-oriented activity and faith into reality. That municipality is Pirkkala, which has given thought to its future vision as the political system changes and its municipal identity becomes based on something other than organising services. How to create an identity that places democracy and dynamism at the heart of municipal operations?\n\nPirkkala seems to have succeeded well in this. It is true that it had a good framework from the beginning: it is located next to the large city of Tampere, has good transport connections, a beautiful environment and a balanced municipal economy. Still, this is not enough if political leaders or civil servants lack the ability to reform and the willingness to attain a healthy governance culture. Pirkkala has had the will and ability to invest in both.\n\nWhat do measures taken to secure future competencies look like in concrete terms? Pirkkala\u2019s vision is centred around a contented community and municipality which provides a lively, happy environment in which people want to settle. In other words, the municipality dares to connect well-being to happiness, not just service provision and other traditional factors. Strong trust between politicians, civil servants and local residents is promoting the implementation of this vision. They have no intention of paying mere lip service to the \u201cfacilitating role of civil servants\u201d, but want to genuinely think about what facilitation means and the skills it requires. They are adopting social media tools and understand that their use requires new skills and approaches, from both politicians and civil servants. They view dynamism as being about tearing down boundaries and are willing to co-operate with partner cities across national frontiers.\n\nWith social and healthcare reform just around the corner, now is a good time to re-examine regional and municipal identities. Many regions are already doing so. Last month, the Pirkanmaa Future Forum mapped the factors of future success and more major regional foresight events have been penned in for the spring. I will comment on these closer to the actual events. Before then, I hope that as many people as possible throw down the gauntlet to decision-makers, challenging them to join in their foresight activities.\n\nWeekly notes is a series of blogs offering insights into the topical issues being discussed each week by Sitra\u2019s research and strategy team. Our Weekly Notes are gathered together here.\n\nDelving into future trends \u2013 is there cause for optimism?", "tokenized_text": ["how", "many", "municipal", "councillors", "or", "mps", "have", "taken", "any", "personal", "involvement", "in", "foresight", "activities", "writer", "elina", "kiiski", "kataja", "how", "many", "municipal", "councillors", "or", "mps", "have", "taken", "any", "personal", "involvement", "in", "foresight", "activities", "the", "national", "foresight", "network", "was", "convened", "as", "part", "of", "the", "foresight", "friday", "event", "at", "the", "association", "of", "finnish", "local", "and", "regional", "authorities", "on", "friday", "30", "november", "to", "ponder", "the", "subject", "of", "municipalities", "of", "the", "future", "and", "the", "factors", "vital", "to", "their", "success", "for", "a", "foresight", "specialist", "like", "me", "the", "event", "was", "inspiring", "in", "two", "ways", "engaging", "in", "foresight", "activities", "alongside", "those", "in", "power", "the", "first", "source", "of", "inspiration", "lay", "in", "the", "way", "in", "which", "the", "association", "of", "finnish", "local", "and", "regional", "authorities", "implemented", "its", "major", "foresight", "process", "the", "purpose", "of", "this", "process", "had", "been", "to", "examine", "the", "local", "authority", "of", "the", "future", "and", "the", "result", "was", "future", "images", "of", "municipalities", "in", "finnish", "instead", "of", "commissioning", "external", "consultants", "for", "the", "project", "the", "association", "had", "engaged", "its", "own", "experts", "leaders", "and", "councillors", "on", "a", "broad", "basis", "they", "began", "by", "collecting", "signals", "onto", "a", "group", "board", "on", "pinterest", "they", "then", "arranged", "trends", "into", "groups", "and", "processed", "them", "before", "seeking", "future", "visions", "within", "each", "area", "on", "the", "basis", "of", "their", "future", "visions", "and", "interpretations", "they", "went", "on", "to", "build", "prototypes", "of", "the", "municipal", "services", "of", "the", "future", "when", "foresight", "activity", "is", "implemented", "in", "this", "way", "the", "result", "is", "a", "process", "of", "collective", "learning", "among", "participants", "and", "stronger", "commitment", "to", "the", "final", "results", "to", "those", "who", "make", "their", "living", "out", "of", "foresight", "work", "there", "is", "nothing", "revolutionary", "about", "this", "on", "the", "other", "hand", "i", "view", "public", "organisations", "and", "decision", "makers", "in", "particular", "as", "overly", "cautious", "about", "applying", "participatory", "foresight", "methods", "i", "wonder", "how", "many", "municipal", "councillors", "or", "mps", "have", "ever", "had", "any", "personal", "involvement", "in", "actual", "foresight", "work", "and", "how", "many", "ministers", "if", "you", "can", "think", "of", "any", "please", "let", "me", "know", "in", "the", "comments", "section", "when", "faced", "with", "foresight", "data", "that", "you", "need", "to", "process", "into", "visions", "and", "concrete", "services", "you", "usually", "also", "encounter", "an", "entirely", "new", "outlook", "about", "which", "you", "might", "otherwise", "have", "been", "oblivious", "i", "believe", "that", "right", "now", "as", "finland", "slogs", "through", "a", "quagmire", "of", "austerity", "and", "despair", "we", "need", "future", "oriented", "work", "more", "than", "ever", "as", "the", "basis", "of", "future", "visions", "and", "foresight", "particularly", "among", "political", "leaders", "at", "various", "levels", "many", "thanks", "to", "the", "association", "of", "finnish", "local", "and", "regional", "authorities", "for", "taking", "bold", "steps", "forward", "with", "this", "the", "second", "aspect", "of", "my", "inspiration", "is", "associated", "with", "the", "previous", "one", "at", "the", "event", "we", "also", "heard", "of", "a", "municipality", "that", "is", "already", "turning", "its", "strong", "future", "oriented", "activity", "and", "faith", "into", "reality", "that", "municipality", "is", "pirkkala", "which", "has", "given", "thought", "to", "its", "future", "vision", "as", "the", "political", "system", "changes", "and", "its", "municipal", "identity", "becomes", "based", "on", "something", "other", "than", "organising", "services", "how", "to", "create", "an", "identity", "that", "places", "democracy", "and", "dynamism", "at", "the", "heart", "of", "municipal", "operations", "pirkkala", "seems", "to", "have", "succeeded", "well", "in", "this", "it", "is", "true", "that", "it", "had", "a", "good", "framework", "from", "the", "beginning", "it", "is", "located", "next", "to", "the", "large", "city", "of", "tampere", "has", "good", "transport", "connections", "a", "beautiful", "environment", "and", "a", "balanced", "municipal", "economy", "still", "this", "is", "not", "enough", "if", "political", "leaders", "or", "civil", "servants", "lack", "the", "ability", "to", "reform", "and", "the", "willingness", "to", "attain", "a", "healthy", "governance", "culture", "pirkkala", "has", "had", "the", "will", "and", "ability", "to", "invest", "in", "both", "what", "do", "measures", "taken", "to", "secure", "future", "competencies", "look", "like", "in", "concrete", "terms", "pirkkala", "s", "vision", "is", "centred", "around", "a", "contented", "community", "and", "municipality", "which", "provides", "a", "lively", "happy", "environment", "in", "which", "people", "want", "to", "settle", "in", "other", "words", "the", "municipality", "dares", "to", "connect", "well", "being", "to", "happiness", "not", "just", "service", "provision", "and", "other", "traditional", "factors", "strong", "trust", "between", "politicians", "civil", "servants", "and", "local", "residents", "is", "promoting", "the", "implementation", "of", "this", "vision", "they", "have", "no", "intention", "of", "paying", "mere", "lip", "service", "to", "the", "facilitating", "role", "of", "civil", "servants", "but", "want", "to", "genuinely", "think", "about", "what", "facilitation", "means", "and", "the", "skills", "it", "requires", "they", "are", "adopting", "social", "media", "tools", "and", "understand", "that", "their", "use", "requires", "new", "skills", "and", "approaches", "from", "both", "politicians", "and", "civil", "servants", "they", "view", "dynamism", "as", "being", "about", "tearing", "down", "boundaries", "and", "are", "willing", "to", "co", "operate", "with", "partner", "cities", "across", "national", "frontiers", "with", "social", "and", "healthcare", "reform", "just", "around", "the", "corner", "now", "is", "a", "good", "time", "to", "re", "examine", "regional", "and", "municipal", "identities", "many", "regions", "are", "already", "doing", "so", "last", "month", "the", "pirkanmaa", "future", "forum", "mapped", "the", "factors", "of", "future", "success", "and", "more", "major", "regional", "foresight", "events", "have", "been", "penned", "in", "for", "the", "spring", "i", "will", "comment", "on", "these", "closer", "to", "the", "actual", "events", "before", "then", "i", "hope", "that", "as", "many", "people", "as", "possible", "throw", "down", "the", "gauntlet", "to", "decision", "makers", "challenging", "them", "to", "join", "in", "their", "foresight", "activities", "weekly", "notes", "is", "a", "series", "of", "blogs", "offering", "insights", "into", "the", "topical", "issues", "being", "discussed", "each", "week", "by", "sitra", "s", "research", "and", "strategy", "team", "our", "weekly", "notes", "are", "gathered", "together", "here", "delving", "into", "future", "trends", "is", "there", "cause", "for", "optimism"]}, "80": {"text": "RSS Feed\n\u2190 \u201cAs a drunkard uses a lamppost\u2026\u201d\n\u201cFriendly McKenzie, writing the words of a sermon that no one will hear\u201d \u2192\n\nFour minute warning [or \u201clast night the plans for a future war, was all I saw, on Channel Four\u201d ]\n\nI realise, as one of the markers of getting old, that a cultural touchstone of my life, the \u201cfour minute warning\u201d might well mean nothing at all to younger people, so before I start, I\u2019ll explain what it is.\n\nBack in the days of the Cold War, where we were worried about Russians and nuclear war rather than Al Qaeda and suicide bombers, the Government had an early warning defence system. They would know, from monitoring at Jodrell Bank (a big telescope observatory station) if missiles had been launched, and then the Government would bring into play klaxons, sirens and alarms to let everyone know that we had four minutes before the missiles would strike.\n\nGrowing up in the 80s, particularly in a city that was within a five mile radius of several RAF bases, and with left leaning teachers who were all signed up to \u201cSave the Whale\u201d and \u201cCND\u201d, I spent most of my formative years having these three facts drilled into me :-\n\n(a) You will need a degree to get a job, even a job stacking shelves, when you leave school, and there won\u2019t be any jobs, thanks to \u201cMrs Thatch\u201d\n\n(b) If you have sex with anyone ever, you will almost certainly catch Aids and die\n\n(c) You won\u2019t know when nuclear war will come, and any day could bring that four minute warning, but it WILL come [oh, and living where we do, you WILL be vapourised, no mutants and rebuilding society from the ashes for you, you will BE the ashes]\n\nThe school further emphasised point (c) by showing us the film \u201cThreads\u201d in which we saw a shopping centre not all that far from us get devastated by a fictitious nuclear war. That certainly made going shopping at the weekend a much more haunting and terrifying experience. If there\u2019s one thing worse than knowing you could be vapourised any moment, it is that you could spend your last moments alive trying on far too tight shoes in Clarks or looking in bad mirrors in Concept Man trying to work out if burgandy and mustard go together.\n\nWhat a cheery adolescence that was, alleviated only by \u201cAxel F\u201d, Gauntlet, Star Wars figures, Nike trainers, New Order, the Um Bongo advert, Wilma Deering\u2019s lipgloss on \u201cBuck Rogers\u201d and Frank McAvennie\u2019s blonde perm [these things not necessarily in order of preference].\n\nSo, it suddenly struck me the other day, that having lived under the shadow of nuclear war, and the four minute warning, an existential horror so incomprehensibly unfathomable in modern society that the only way I can explain it is to suggest that it made certain sections of the British public think that Sting of all people, was very wise, provocative and deep in his song \u201cI hope the Russians love their children too\u201d\n\nthat I hadn\u2019t thought about the four minute warning for years. Does it still exist?\n\nWould we get more time now, as with satellites and better computers we might know earlier that the nukes were being warmed up? Or would we get less, because technology in rockets has advanced and they would fly quicker?\n\nThis, by the way, is the message that would have been read out on all radios and on the BBC. It is, you will agree, a great comfort.\n\nHere is the cheeky opening which comes right out with the important bad news, just in case you were watching \u201cTelly Addicts\u201d and cursing that it had been interrupted by a party political broadcast. Don\u2019t touch the \u201choofer doofer\u201d pops, this is it!\n\nThis is the Wartime Broadcasting Service. This country has been attacked with nuclear weapons. Communications have been severely disrupted, and the number of casualties and the extent of the damage are not yet known. We shall bring you further information as soon as possible. Meanwhile, stay tuned to this wavelength, stay calm and stay in your own homes.\n\nRemember there is nothing to be gained by trying to get away. By leaving your homes you could be exposing yourselves to greater danger.\n\nIf you leave, you may find yourself without food, without water, without accommodation and without protection. Radioactive fall-out, which follows a nuclear explosion, is many times more dangerous if you are directly exposed to it in the open.\n\nI have to say, I personally find the idea of this warning being more comforting if I imagine it being read out by Hugh Grant\u2019s character from \u201cFour Weddings and a Funeral\u201d \u2013 done with much more beating around the bush and nervous embarrassment at having to say it at all.\n\n\u201cNot quite sure how to say this, and I\u2019m sure it comes as a bit of a shock to you all, it did to me, certainly, and I don\u2019t really know why Mr Cameron asked me of all people to tell you, but the fact of the matter is\u2026 gosh, this is awkward. Hard to really know how to start. Is it best, all things being equal to break it gently, or just dive right on in there.\n\nImagine for me, if you will, the really absolutely worst thing I could be about to tell you. Imagine a bit harder. Are you thinking about mushroom clouds? If not, you\u2019re not quite imagining the right thing\u2026 try again. In the words, perhaps of Michael Stipe, while he was still with REM in fact, it\u2019s the end of the world as we know it. Erm, sorry.\u201d\n\nSo, the news is, we no longer get a four minute warning. All of the klaxons and sirens have been dismantled (apart from, oddly, the one at Broadmoor). A combination of cost, difficulty of organisation, the realisation that the Electromagnetic Pulse that will accompany the nuclear missiles falling on nearer targets will probably wipe out electronic communication anyway, and oddly, the prevalence of double-glazing meaning that most people wouldn\u2019t now hear the sirens, led to it being put to bed in the mid 1990s.\n\n[Only in England could Safestyle UK \u201cI say you buy one, you get one free\u201d be the driving force behind ending the public\u2019s right to know that nuclear annihilation was imminent]\n\nJudging from the conversations that we always had in the 80s about what we would do if the four minute warning came, cancelling it did not so much stop people carefully stockpiling water and salt and tinned fruit, as prevent a wave of pimply teenaged boys trying to cop off with any female in sight and \u201cdriving a yellow Lamborghini Countach at 160 miles an hour\u201d\n\nI suspect that the reality of the situation would be that if we did get a four minute warning, there would just be utter panic, looting, a complete collapse of the internet and mobile signals as everyone tried to ring their loved ones/tweet something jaded and pithy about the war, and gridlock on the roads as everyone tried to either get home or get the hell out of the city. [Or even more depressingly, people spending their last minutes watching that last episode of Broadchurch that they Skyplussed, on 16 x speed so they can die knowing who did it]\n\nJust forty truck drivers blocking our supply of petrol for five days achieved much the same thing, so it doesn\u2019t seem unfathomable that we\u2019d get similar if not worse meltdown from a genuine actual crisis.\n\nI suspect, that given that all that seems to be gained from a warning is panic and misery, that the Government wouldn\u2019t actually get Hugh Grant on the television to tell you to stay indoors (using the protective power of your double glazing) and to save your tinned peaches for later.\n\nWhich means the only survivors of a nuclear attack on Britain would be pensioners (who are inside anyway, and have loads of tinned fruit), politicians (who get the secret warning and grabbed their expenses forms and headed to their bunker and drew up the Duck drawbridge), the inmates of Broadmoor, and people who were at home watching \u201cLoose Women\u201d. What a glorious future we will have, when things are rebuilt. Britain will be great again.\n\nThat was all a bit depressing. Who would have thought that nuclear war could be a bit of a downer, all in all?\n\nHere\u2019s a picture of a yellow Lamborghini Countach, to cheer you up.", "tokenized_text": ["rss", "feed", "as", "a", "drunkard", "uses", "a", "lamppost", "friendly", "mckenzie", "writing", "the", "words", "of", "a", "sermon", "that", "no", "one", "will", "hear", "four", "minute", "warning", "or", "last", "night", "the", "plans", "for", "a", "future", "war", "was", "all", "i", "saw", "on", "channel", "four", "i", "realise", "as", "one", "of", "the", "markers", "of", "getting", "old", "that", "a", "cultural", "touchstone", "of", "my", "life", "the", "four", "minute", "warning", "might", "well", "mean", "nothing", "at", "all", "to", "younger", "people", "so", "before", "i", "start", "i", "ll", "explain", "what", "it", "is", "back", "in", "the", "days", "of", "the", "cold", "war", "where", "we", "were", "worried", "about", "russians", "and", "nuclear", "war", "rather", "than", "al", "qaeda", "and", "suicide", "bombers", "the", "government", "had", "an", "early", "warning", "defence", "system", "they", "would", "know", "from", "monitoring", "at", "jodrell", "bank", "a", "big", "telescope", "observatory", "station", "if", "missiles", "had", "been", "launched", "and", "then", "the", "government", "would", "bring", "into", "play", "klaxons", "sirens", "and", "alarms", "to", "let", "everyone", "know", "that", "we", "had", "four", "minutes", "before", "the", "missiles", "would", "strike", "growing", "up", "in", "the", "80s", "particularly", "in", "a", "city", "that", "was", "within", "a", "five", "mile", "radius", "of", "several", "raf", "bases", "and", "with", "left", "leaning", "teachers", "who", "were", "all", "signed", "up", "to", "save", "the", "whale", "and", "cnd", "i", "spent", "most", "of", "my", "formative", "years", "having", "these", "three", "facts", "drilled", "into", "me", "a", "you", "will", "need", "a", "degree", "to", "get", "a", "job", "even", "a", "job", "stacking", "shelves", "when", "you", "leave", "school", "and", "there", "won", "t", "be", "any", "jobs", "thanks", "to", "mrs", "thatch", "b", "if", "you", "have", "sex", "with", "anyone", "ever", "you", "will", "almost", "certainly", "catch", "aids", "and", "die", "c", "you", "won", "t", "know", "when", "nuclear", "war", "will", "come", "and", "any", "day", "could", "bring", "that", "four", "minute", "warning", "but", "it", "will", "come", "oh", "and", "living", "where", "we", "do", "you", "will", "be", "vapourised", "no", "mutants", "and", "rebuilding", "society", "from", "the", "ashes", "for", "you", "you", "will", "be", "the", "ashes", "the", "school", "further", "emphasised", "point", "c", "by", "showing", "us", "the", "film", "threads", "in", "which", "we", "saw", "a", "shopping", "centre", "not", "all", "that", "far", "from", "us", "get", "devastated", "by", "a", "fictitious", "nuclear", "war", "that", "certainly", "made", "going", "shopping", "at", "the", "weekend", "a", "much", "more", "haunting", "and", "terrifying", "experience", "if", "there", "s", "one", "thing", "worse", "than", "knowing", "you", "could", "be", "vapourised", "any", "moment", "it", "is", "that", "you", "could", "spend", "your", "last", "moments", "alive", "trying", "on", "far", "too", "tight", "shoes", "in", "clarks", "or", "looking", "in", "bad", "mirrors", "in", "concept", "man", "trying", "to", "work", "out", "if", "burgandy", "and", "mustard", "go", "together", "what", "a", "cheery", "adolescence", "that", "was", "alleviated", "only", "by", "axel", "f", "gauntlet", "star", "wars", "figures", "nike", "trainers", "new", "order", "the", "um", "bongo", "advert", "wilma", "deering", "s", "lipgloss", "on", "buck", "rogers", "and", "frank", "mcavennie", "s", "blonde", "perm", "these", "things", "not", "necessarily", "in", "order", "of", "preference", "so", "it", "suddenly", "struck", "me", "the", "other", "day", "that", "having", "lived", "under", "the", "shadow", "of", "nuclear", "war", "and", "the", "four", "minute", "warning", "an", "existential", "horror", "so", "incomprehensibly", "unfathomable", "in", "modern", "society", "that", "the", "only", "way", "i", "can", "explain", "it", "is", "to", "suggest", "that", "it", "made", "certain", "sections", "of", "the", "british", "public", "think", "that", "sting", "of", "all", "people", "was", "very", "wise", "provocative", "and", "deep", "in", "his", "song", "i", "hope", "the", "russians", "love", "their", "children", "too", "that", "i", "hadn", "t", "thought", "about", "the", "four", "minute", "warning", "for", "years", "does", "it", "still", "exist", "would", "we", "get", "more", "time", "now", "as", "with", "satellites", "and", "better", "computers", "we", "might", "know", "earlier", "that", "the", "nukes", "were", "being", "warmed", "up", "or", "would", "we", "get", "less", "because", "technology", "in", "rockets", "has", "advanced", "and", "they", "would", "fly", "quicker", "this", "by", "the", "way", "is", "the", "message", "that", "would", "have", "been", "read", "out", "on", "all", "radios", "and", "on", "the", "bbc", "it", "is", "you", "will", "agree", "a", "great", "comfort", "here", "is", "the", "cheeky", "opening", "which", "comes", "right", "out", "with", "the", "important", "bad", "news", "just", "in", "case", "you", "were", "watching", "telly", "addicts", "and", "cursing", "that", "it", "had", "been", "interrupted", "by", "a", "party", "political", "broadcast", "don", "t", "touch", "the", "hoofer", "doofer", "pops", "this", "is", "it", "this", "is", "the", "wartime", "broadcasting", "service", "this", "country", "has", "been", "attacked", "with", "nuclear", "weapons", "communications", "have", "been", "severely", "disrupted", "and", "the", "number", "of", "casualties", "and", "the", "extent", "of", "the", "damage", "are", "not", "yet", "known", "we", "shall", "bring", "you", "further", "information", "as", "soon", "as", "possible", "meanwhile", "stay", "tuned", "to", "this", "wavelength", "stay", "calm", "and", "stay", "in", "your", "own", "homes", "remember", "there", "is", "nothing", "to", "be", "gained", "by", "trying", "to", "get", "away", "by", "leaving", "your", "homes", "you", "could", "be", "exposing", "yourselves", "to", "greater", "danger", "if", "you", "leave", "you", "may", "find", "yourself", "without", "food", "without", "water", "without", "accommodation", "and", "without", "protection", "radioactive", "fall", "out", "which", "follows", "a", "nuclear", "explosion", "is", "many", "times", "more", "dangerous", "if", "you", "are", "directly", "exposed", "to", "it", "in", "the", "open", "i", "have", "to", "say", "i", "personally", "find", "the", "idea", "of", "this", "warning", "being", "more", "comforting", "if", "i", "imagine", "it", "being", "read", "out", "by", "hugh", "grant", "s", "character", "from", "four", "weddings", "and", "a", "funeral", "done", "with", "much", "more", "beating", "around", "the", "bush", "and", "nervous", "embarrassment", "at", "having", "to", "say", "it", "at", "all", "not", "quite", "sure", "how", "to", "say", "this", "and", "i", "m", "sure", "it", "comes", "as", "a", "bit", "of", "a", "shock", "to", "you", "all", "it", "did", "to", "me", "certainly", "and", "i", "don", "t", "really", "know", "why", "mr", "cameron", "asked", "me", "of", "all", "people", "to", "tell", "you", "but", "the", "fact", "of", "the", "matter", "is", "gosh", "this", "is", "awkward", "hard", "to", "really", "know", "how", "to", "start", "is", "it", "best", "all", "things", "being", "equal", "to", "break", "it", "gently", "or", "just", "dive", "right", "on", "in", "there", "imagine", "for", "me", "if", "you", "will", "the", "really", "absolutely", "worst", "thing", "i", "could", "be", "about", "to", "tell", "you", "imagine", "a", "bit", "harder", "are", "you", "thinking", "about", "mushroom", "clouds", "if", "not", "you", "re", "not", "quite", "imagining", "the", "right", "thing", "try", "again", "in", "the", "words", "perhaps", "of", "michael", "stipe", "while", "he", "was", "still", "with", "rem", "in", "fact", "it", "s", "the", "end", "of", "the", "world", "as", "we", "know", "it", "erm", "sorry", "so", "the", "news", "is", "we", "no", "longer", "get", "a", "four", "minute", "warning", "all", "of", "the", "klaxons", "and", "sirens", "have", "been", "dismantled", "apart", "from", "oddly", "the", "one", "at", "broadmoor", "a", "combination", "of", "cost", "difficulty", "of", "organisation", "the", "realisation", "that", "the", "electromagnetic", "pulse", "that", "will", "accompany", "the", "nuclear", "missiles", "falling", "on", "nearer", "targets", "will", "probably", "wipe", "out", "electronic", "communication", "anyway", "and", "oddly", "the", "prevalence", "of", "double", "glazing", "meaning", "that", "most", "people", "wouldn", "t", "now", "hear", "the", "sirens", "led", "to", "it", "being", "put", "to", "bed", "in", "the", "mid", "1990s", "only", "in", "england", "could", "safestyle", "uk", "i", "say", "you", "buy", "one", "you", "get", "one", "free", "be", "the", "driving", "force", "behind", "ending", "the", "public", "s", "right", "to", "know", "that", "nuclear", "annihilation", "was", "imminent", "judging", "from", "the", "conversations", "that", "we", "always", "had", "in", "the", "80s", "about", "what", "we", "would", "do", "if", "the", "four", "minute", "warning", "came", "cancelling", "it", "did", "not", "so", "much", "stop", "people", "carefully", "stockpiling", "water", "and", "salt", "and", "tinned", "fruit", "as", "prevent", "a", "wave", "of", "pimply", "teenaged", "boys", "trying", "to", "cop", "off", "with", "any", "female", "in", "sight", "and", "driving", "a", "yellow", "lamborghini", "countach", "at", "160", "miles", "an", "hour", "i", "suspect", "that", "the", "reality", "of", "the", "situation", "would", "be", "that", "if", "we", "did", "get", "a", "four", "minute", "warning", "there", "would", "just", "be", "utter", "panic", "looting", "a", "complete", "collapse", "of", "the", "internet", "and", "mobile", "signals", "as", "everyone", "tried", "to", "ring", "their", "loved", "ones", "tweet", "something", "jaded", "and", "pithy", "about", "the", "war", "and", "gridlock", "on", "the", "roads", "as", "everyone", "tried", "to", "either", "get", "home", "or", "get", "the", "hell", "out", "of", "the", "city", "or", "even", "more", "depressingly", "people", "spending", "their", "last", "minutes", "watching", "that", "last", "episode", "of", "broadchurch", "that", "they", "skyplussed", "on", "16", "x", "speed", "so", "they", "can", "die", "knowing", "who", "did", "it", "just", "forty", "truck", "drivers", "blocking", "our", "supply", "of", "petrol", "for", "five", "days", "achieved", "much", "the", "same", "thing", "so", "it", "doesn", "t", "seem", "unfathomable", "that", "we", "d", "get", "similar", "if", "not", "worse", "meltdown", "from", "a", "genuine", "actual", "crisis", "i", "suspect", "that", "given", "that", "all", "that", "seems", "to", "be", "gained", "from", "a", "warning", "is", "panic", "and", "misery", "that", "the", "government", "wouldn", "t", "actually", "get", "hugh", "grant", "on", "the", "television", "to", "tell", "you", "to", "stay", "indoors", "using", "the", "protective", "power", "of", "your", "double", "glazing", "and", "to", "save", "your", "tinned", "peaches", "for", "later", "which", "means", "the", "only", "survivors", "of", "a", "nuclear", "attack", "on", "britain", "would", "be", "pensioners", "who", "are", "inside", "anyway", "and", "have", "loads", "of", "tinned", "fruit", "politicians", "who", "get", "the", "secret", "warning", "and", "grabbed", "their", "expenses", "forms", "and", "headed", "to", "their", "bunker", "and", "drew", "up", "the", "duck", "drawbridge", "the", "inmates", "of", "broadmoor", "and", "people", "who", "were", "at", "home", "watching", "loose", "women", "what", "a", "glorious", "future", "we", "will", "have", "when", "things", "are", "rebuilt", "britain", "will", "be", "great", "again", "that", "was", "all", "a", "bit", "depressing", "who", "would", "have", "thought", "that", "nuclear", "war", "could", "be", "a", "bit", "of", "a", "downer", "all", "in", "all", "here", "s", "a", "picture", "of", "a", "yellow", "lamborghini", "countach", "to", "cheer", "you", "up"]}, "81": {"text": "And if you are still feeling a bit blue, here\u2019s Wilma Deering out of Buck Rogers. If that doesn\u2019t cheer you up, I\u2019m out of suggestions. Perhaps find a clip of loveable TV scamp (and falsely rumoured \u201che\u2019s an adult with a kidney disorder\u201d ) Gary Coleman asking Willis what he is talking about.", "tokenized_text": ["and", "if", "you", "are", "still", "feeling", "a", "bit", "blue", "here", "s", "wilma", "deering", "out", "of", "buck", "rogers", "if", "that", "doesn", "t", "cheer", "you", "up", "i", "m", "out", "of", "suggestions", "perhaps", "find", "a", "clip", "of", "loveable", "tv", "scamp", "and", "falsely", "rumoured", "he", "s", "an", "adult", "with", "a", "kidney", "disorder", "gary", "coleman", "asking", "willis", "what", "he", "is", "talking", "about"]}, "82": {"text": "Law geek, local authority care hack, fascinated by words and quirky information; deeply committed to cheesecake and beer.\nView all posts by suesspiciousminds \u00bb\n\u2190 \u201cAs a drunkard uses a lamppost\u2026\u201d\n\u201cFriendly McKenzie, writing the words of a sermon that no one will hear\u201d \u2192", "tokenized_text": ["law", "geek", "local", "authority", "care", "hack", "fascinated", "by", "words", "and", "quirky", "information", "deeply", "committed", "to", "cheesecake", "and", "beer", "view", "all", "posts", "by", "suesspiciousminds", "as", "a", "drunkard", "uses", "a", "lamppost", "friendly", "mckenzie", "writing", "the", "words", "of", "a", "sermon", "that", "no", "one", "will", "hear"]}, "83": {"text": "The 5 Most Spectacular Coastal Drives on Earth\n\nEach of these 5 spectacular coastal drives should be on your bucket list. Add at least one to your future travel plans... you'll be so glad you did.\n\nIt was really hard to decide the ranking and, except for number one where all of us agreed, the positions were not by unanimous decision. Go visit, make up your own mind... and let us know.\n\nThe Amalfi Coast from the Santa Caterina Hotel - click for more info.\n\nOne of the scariest of drives with crazy Italian drivers doing crazy things.\n\nIf you don't want to drive yourself take a bus; the buses aren't for those of nervous disposition though - the ride consists of crazy lurches around sharp corners, while holding on tight to your seat and hoping the bus doesn't fly out over the sea.\n\nSo why did this coastal drive win?\n\nIt's far less \"wild\" than any of the other drives we feature but the combination of spectacular cliffs covered with olive and lemon trees, the bluest sea of all and around every turn a medieval village makes it unbeatable. More on this coast here.\n\nThis one is like a wilder version of the Amalfi Coast. The first bit, through the upmarket suburbs of Clifton and Camp's Bay, is very similar though - just that the oldest building here is maybe 200 years old compared to 900 on the Amalfi Coast.\n\nStill, the beaches are better than those on the Amalfi Coast with beaches like Clifton being rated among the top ten in the world. Camp's Bay Beach too is spectacular, with the Twelve Apostles mountain peaks rising up like sentinels, rows of palm trees parading down the beach promenade and the beach itself looking all white and lovely.\n\nThe most famous part of the road trip is the section called Chapman's Peak Drive: here the Atlantic Ocean crashes against sheer cliffs that plunge vertically into the water, baboons scamper about the rocks above and whales can often be seen offshore. Driving this section was one of the most incredible experiences of my life - especially the bit where you come around a bend and far below you stretches the great expanse of Noordhoek Beach; where racehorses train and appear only as tiny black dots on a vast canvas of white sand.\n\nThe last part of the drive to Cape Point is through a nature reserve in which zebras, ostriches and antelopes roam while seals lounge on the beaches. The end of the road marks the end of mighty Africa. As you look southwards towards the Antarctic, and watch the huge waves of the Indian and Atlantic Oceans meeting in fury, you really do feel that you've reached the ends of the earth. The penguins, sunbathing in warm sunshine, on nearby Boulders Beach only confirms that feeling.\n\nThe best way to enjoy this drive is to start from Seapoint in Cape Town and head along the coast from there - here are the details of the entire trip.", "tokenized_text": ["the", "5", "most", "spectacular", "coastal", "drives", "on", "earth", "each", "of", "these", "5", "spectacular", "coastal", "drives", "should", "be", "on", "your", "bucket", "list", "add", "at", "least", "one", "to", "your", "future", "travel", "plans", "you", "ll", "be", "so", "glad", "you", "did", "it", "was", "really", "hard", "to", "decide", "the", "ranking", "and", "except", "for", "number", "one", "where", "all", "of", "us", "agreed", "the", "positions", "were", "not", "by", "unanimous", "decision", "go", "visit", "make", "up", "your", "own", "mind", "and", "let", "us", "know", "the", "amalfi", "coast", "from", "the", "santa", "caterina", "hotel", "click", "for", "more", "info", "one", "of", "the", "scariest", "of", "drives", "with", "crazy", "italian", "drivers", "doing", "crazy", "things", "if", "you", "don", "t", "want", "to", "drive", "yourself", "take", "a", "bus", "the", "buses", "aren", "t", "for", "those", "of", "nervous", "disposition", "though", "the", "ride", "consists", "of", "crazy", "lurches", "around", "sharp", "corners", "while", "holding", "on", "tight", "to", "your", "seat", "and", "hoping", "the", "bus", "doesn", "t", "fly", "out", "over", "the", "sea", "so", "why", "did", "this", "coastal", "drive", "win", "it", "s", "far", "less", "wild", "than", "any", "of", "the", "other", "drives", "we", "feature", "but", "the", "combination", "of", "spectacular", "cliffs", "covered", "with", "olive", "and", "lemon", "trees", "the", "bluest", "sea", "of", "all", "and", "around", "every", "turn", "a", "medieval", "village", "makes", "it", "unbeatable", "more", "on", "this", "coast", "here", "this", "one", "is", "like", "a", "wilder", "version", "of", "the", "amalfi", "coast", "the", "first", "bit", "through", "the", "upmarket", "suburbs", "of", "clifton", "and", "camp", "s", "bay", "is", "very", "similar", "though", "just", "that", "the", "oldest", "building", "here", "is", "maybe", "200", "years", "old", "compared", "to", "900", "on", "the", "amalfi", "coast", "still", "the", "beaches", "are", "better", "than", "those", "on", "the", "amalfi", "coast", "with", "beaches", "like", "clifton", "being", "rated", "among", "the", "top", "ten", "in", "the", "world", "camp", "s", "bay", "beach", "too", "is", "spectacular", "with", "the", "twelve", "apostles", "mountain", "peaks", "rising", "up", "like", "sentinels", "rows", "of", "palm", "trees", "parading", "down", "the", "beach", "promenade", "and", "the", "beach", "itself", "looking", "all", "white", "and", "lovely", "the", "most", "famous", "part", "of", "the", "road", "trip", "is", "the", "section", "called", "chapman", "s", "peak", "drive", "here", "the", "atlantic", "ocean", "crashes", "against", "sheer", "cliffs", "that", "plunge", "vertically", "into", "the", "water", "baboons", "scamper", "about", "the", "rocks", "above", "and", "whales", "can", "often", "be", "seen", "offshore", "driving", "this", "section", "was", "one", "of", "the", "most", "incredible", "experiences", "of", "my", "life", "especially", "the", "bit", "where", "you", "come", "around", "a", "bend", "and", "far", "below", "you", "stretches", "the", "great", "expanse", "of", "noordhoek", "beach", "where", "racehorses", "train", "and", "appear", "only", "as", "tiny", "black", "dots", "on", "a", "vast", "canvas", "of", "white", "sand", "the", "last", "part", "of", "the", "drive", "to", "cape", "point", "is", "through", "a", "nature", "reserve", "in", "which", "zebras", "ostriches", "and", "antelopes", "roam", "while", "seals", "lounge", "on", "the", "beaches", "the", "end", "of", "the", "road", "marks", "the", "end", "of", "mighty", "africa", "as", "you", "look", "southwards", "towards", "the", "antarctic", "and", "watch", "the", "huge", "waves", "of", "the", "indian", "and", "atlantic", "oceans", "meeting", "in", "fury", "you", "really", "do", "feel", "that", "you", "ve", "reached", "the", "ends", "of", "the", "earth", "the", "penguins", "sunbathing", "in", "warm", "sunshine", "on", "nearby", "boulders", "beach", "only", "confirms", "that", "feeling", "the", "best", "way", "to", "enjoy", "this", "drive", "is", "to", "start", "from", "seapoint", "in", "cape", "town", "and", "head", "along", "the", "coast", "from", "there", "here", "are", "the", "details", "of", "the", "entire", "trip"]}, "84": {"text": "Everything about Ireland is a lot of fun. The Irish always seem to look on the bright side of life and, even if it rains every day, they get out and live their lives with a carefree spirit. That's the best way to enjoy this rather long drive too; don't worry about the weather, come rain or shine(guaranteed it'll be rain) get out there and marvel at the greenery (that rain is good for something), the slate grey ocean and views.\n\nThe drive is the longest of all the ones featured; if you do the whole lot it's over 1500 miles. My advice is to focus on the 100 miles of the Ring of Kerry or the less touristed Beara Peninsula.\n\nFunny how two of these spectacular coastal drives have rock formations called the Twelve Apostles - the other one is on the Cape Town drive.\n\nThe Twelve Apostles is the most famous of the sights along the Great Ocean Road even if there aren't Twelve Apostles anymore... only eight. The others have eroded away and collapsed into the sea. Don't worry though, the remaining ones are spectacular as they rise like huge sentinels from the sea. Best time to see them is in the light of early morning so make sure you leave really early. If you can't do early morning then sunset is second best.\n\nIt isn't only the Twelve Apostles though; the 150 miles of the Great Ocean Road has a bit of everything ranging from beaches to volcanic plains to forests to waterfalls.\n\nSadly, they have experienced a number of problems with landslides over the last few years and the road has been closed for long periods. It is currently open but check with the official website.", "tokenized_text": ["everything", "about", "ireland", "is", "a", "lot", "of", "fun", "the", "irish", "always", "seem", "to", "look", "on", "the", "bright", "side", "of", "life", "and", "even", "if", "it", "rains", "every", "day", "they", "get", "out", "and", "live", "their", "lives", "with", "a", "carefree", "spirit", "that", "s", "the", "best", "way", "to", "enjoy", "this", "rather", "long", "drive", "too", "don", "t", "worry", "about", "the", "weather", "come", "rain", "or", "shine", "guaranteed", "it", "ll", "be", "rain", "get", "out", "there", "and", "marvel", "at", "the", "greenery", "that", "rain", "is", "good", "for", "something", "the", "slate", "grey", "ocean", "and", "views", "the", "drive", "is", "the", "longest", "of", "all", "the", "ones", "featured", "if", "you", "do", "the", "whole", "lot", "it", "s", "over", "1500", "miles", "my", "advice", "is", "to", "focus", "on", "the", "100", "miles", "of", "the", "ring", "of", "kerry", "or", "the", "less", "touristed", "beara", "peninsula", "funny", "how", "two", "of", "these", "spectacular", "coastal", "drives", "have", "rock", "formations", "called", "the", "twelve", "apostles", "the", "other", "one", "is", "on", "the", "cape", "town", "drive", "the", "twelve", "apostles", "is", "the", "most", "famous", "of", "the", "sights", "along", "the", "great", "ocean", "road", "even", "if", "there", "aren", "t", "twelve", "apostles", "anymore", "only", "eight", "the", "others", "have", "eroded", "away", "and", "collapsed", "into", "the", "sea", "don", "t", "worry", "though", "the", "remaining", "ones", "are", "spectacular", "as", "they", "rise", "like", "huge", "sentinels", "from", "the", "sea", "best", "time", "to", "see", "them", "is", "in", "the", "light", "of", "early", "morning", "so", "make", "sure", "you", "leave", "really", "early", "if", "you", "can", "t", "do", "early", "morning", "then", "sunset", "is", "second", "best", "it", "isn", "t", "only", "the", "twelve", "apostles", "though", "the", "150", "miles", "of", "the", "great", "ocean", "road", "has", "a", "bit", "of", "everything", "ranging", "from", "beaches", "to", "volcanic", "plains", "to", "forests", "to", "waterfalls", "sadly", "they", "have", "experienced", "a", "number", "of", "problems", "with", "landslides", "over", "the", "last", "few", "years", "and", "the", "road", "has", "been", "closed", "for", "long", "periods", "it", "is", "currently", "open", "but", "check", "with", "the", "official", "website"]}, "85": {"text": "One of the last wild stretches of coastline left in California, a heady mix of fresh sea-air, endless vistas and hidden coves. Head out north from Los Angeles on Highway 1 and 250 miles later you are in another world. The coast is at its most enchanting when the mists swirl in from the ocean as they often do; the way the spectacular landscapes vanish and then suddenly reappear in bright sunlight is unforgettable.\n\nIn a way the whales offshore and sea-lions on the beaches are similar to the Cape Town drive as is the scenery but if I had to choose one Cape Town is definitely the better of the two.\n\nMap of Where These Spectacular Coastal Drives Are", "tokenized_text": ["one", "of", "the", "last", "wild", "stretches", "of", "coastline", "left", "in", "california", "a", "heady", "mix", "of", "fresh", "sea", "air", "endless", "vistas", "and", "hidden", "coves", "head", "out", "north", "from", "los", "angeles", "on", "highway", "1", "and", "250", "miles", "later", "you", "are", "in", "another", "world", "the", "coast", "is", "at", "its", "most", "enchanting", "when", "the", "mists", "swirl", "in", "from", "the", "ocean", "as", "they", "often", "do", "the", "way", "the", "spectacular", "landscapes", "vanish", "and", "then", "suddenly", "reappear", "in", "bright", "sunlight", "is", "unforgettable", "in", "a", "way", "the", "whales", "offshore", "and", "sea", "lions", "on", "the", "beaches", "are", "similar", "to", "the", "cape", "town", "drive", "as", "is", "the", "scenery", "but", "if", "i", "had", "to", "choose", "one", "cape", "town", "is", "definitely", "the", "better", "of", "the", "two", "map", "of", "where", "these", "spectacular", "coastal", "drives", "are"]}, "86": {"text": "The taxis outside Dongguan station were all home modified two-stroke mini-buses and none of the drivers knew fear or favour as Scoresby, newly arrived in the Middle Kingdom from the lassitude of a month\u2019s layoff in the Hong Kong Yacht Club, felt a strong uncalm as the feral rushing hordes of free market commissionaires plucked at him for his ride.\n\nA warm night in the oriental tropics is this night in this town with latitude similar to Mackay, and here these hot streets, barking frogs, and the vigorous blare of hundreds of car horns as China toiled away at the 24-hour restrictions of the 15th day of March 2006.\n\nThe black night air is dimmed up to grey with the misted poison of a million free-range cars and buses and trucks, and the air stings Scoresby\u2019s tongue, and he turns his foolish head at every hornbleat.\n\nTwenty-five 6 Star southern China Hotels are within a mile of the station, all nestled up nicely to the local nightclubs bars and brothels.\n\nOne and a half hours to the typhoon coast, where whispers thrilled of three-mile point waves and coastal cities beset with Malaria and Japanese Encephalitis. Dengue Fever, AIDS.\n\nAnd there in a small place a collection of gravel-mounded graves of some unbearded and unanmed English dead.\n\nScoresby exited the train, exited the station with its McDonalds advertisements of crayfish and mayonnaise burgers and entered New China\n\nEntered a town of unlit and crowded streets, where shadows of lounging men flickered by in the lights of unending traffic.\n\nHunkered down young men who lurked innumerably in small nestings, on dark corners, seemingly watchful, silent, and lit only by the glow of a shared smoke.\n\nThe baggage men plucked at Scoresby and yelled loudly at each other, they tugged at him and offered weirdly sounds of comfort and destination and safety, and all the time they winked and shoved at each other as the white man reeled from one to one other.\n\nGrab a taxi, get to the \u7f57\u70bd\u6cfd Karaoke Club by midnight, and I\u2019ll introduce you to the company, read the email from young Eric Desjardins, the Frenchman boat builder from Mona Vale. Three years here now and twenty pounds heavier.\n\nNo worries was Scoresby thinking, just grab one of these mobile Chinaman and go get beers, then point him towards the noise and find the party.\n\nShintao beer is what\u2019s left of Carlsberg\u2019s disappointing venture into the Chinese boozer market, and since then China has given the krauts the arse, grabbed the formulae, increased the flavour, increased the alcohol content, increased the bottle size, and decreased the price.\n\nSome people you love at first sight, thought Scoresby \u2013 China \u2013 almost a brother nation already, and they like a bet.\n\nSo with an underarm slab of Shinto costing $8 aus, lovely Korean girls on all the stools, music by a revolving succession of Britney Spears lookalites, and over in the corner eleven dangerously slammed Australians and Frenchmen singing like stoned cats \u2013 our man walked through the door at 1.30 am knowing now that home sweet new home has many rooms.", "tokenized_text": ["the", "taxis", "outside", "dongguan", "station", "were", "all", "home", "modified", "two", "stroke", "mini", "buses", "and", "none", "of", "the", "drivers", "knew", "fear", "or", "favour", "as", "scoresby", "newly", "arrived", "in", "the", "middle", "kingdom", "from", "the", "lassitude", "of", "a", "month", "s", "layoff", "in", "the", "hong", "kong", "yacht", "club", "felt", "a", "strong", "uncalm", "as", "the", "feral", "rushing", "hordes", "of", "free", "market", "commissionaires", "plucked", "at", "him", "for", "his", "ride", "a", "warm", "night", "in", "the", "oriental", "tropics", "is", "this", "night", "in", "this", "town", "with", "latitude", "similar", "to", "mackay", "and", "here", "these", "hot", "streets", "barking", "frogs", "and", "the", "vigorous", "blare", "of", "hundreds", "of", "car", "horns", "as", "china", "toiled", "away", "at", "the", "24", "hour", "restrictions", "of", "the", "15th", "day", "of", "march", "2006", "the", "black", "night", "air", "is", "dimmed", "up", "to", "grey", "with", "the", "misted", "poison", "of", "a", "million", "free", "range", "cars", "and", "buses", "and", "trucks", "and", "the", "air", "stings", "scoresby", "s", "tongue", "and", "he", "turns", "his", "foolish", "head", "at", "every", "hornbleat", "twenty", "five", "6", "star", "southern", "china", "hotels", "are", "within", "a", "mile", "of", "the", "station", "all", "nestled", "up", "nicely", "to", "the", "local", "nightclubs", "bars", "and", "brothels", "one", "and", "a", "half", "hours", "to", "the", "typhoon", "coast", "where", "whispers", "thrilled", "of", "three", "mile", "point", "waves", "and", "coastal", "cities", "beset", "with", "malaria", "and", "japanese", "encephalitis", "dengue", "fever", "aids", "and", "there", "in", "a", "small", "place", "a", "collection", "of", "gravel", "mounded", "graves", "of", "some", "unbearded", "and", "unanmed", "english", "dead", "scoresby", "exited", "the", "train", "exited", "the", "station", "with", "its", "mcdonalds", "advertisements", "of", "crayfish", "and", "mayonnaise", "burgers", "and", "entered", "new", "china", "entered", "a", "town", "of", "unlit", "and", "crowded", "streets", "where", "shadows", "of", "lounging", "men", "flickered", "by", "in", "the", "lights", "of", "unending", "traffic", "hunkered", "down", "young", "men", "who", "lurked", "innumerably", "in", "small", "nestings", "on", "dark", "corners", "seemingly", "watchful", "silent", "and", "lit", "only", "by", "the", "glow", "of", "a", "shared", "smoke", "the", "baggage", "men", "plucked", "at", "scoresby", "and", "yelled", "loudly", "at", "each", "other", "they", "tugged", "at", "him", "and", "offered", "weirdly", "sounds", "of", "comfort", "and", "destination", "and", "safety", "and", "all", "the", "time", "they", "winked", "and", "shoved", "at", "each", "other", "as", "the", "white", "man", "reeled", "from", "one", "to", "one", "other", "grab", "a", "taxi", "get", "to", "the", "\u7f57\u70bd\u6cfd", "karaoke", "club", "by", "midnight", "and", "i", "ll", "introduce", "you", "to", "the", "company", "read", "the", "email", "from", "young", "eric", "desjardins", "the", "frenchman", "boat", "builder", "from", "mona", "vale", "three", "years", "here", "now", "and", "twenty", "pounds", "heavier", "no", "worries", "was", "scoresby", "thinking", "just", "grab", "one", "of", "these", "mobile", "chinaman", "and", "go", "get", "beers", "then", "point", "him", "towards", "the", "noise", "and", "find", "the", "party", "shintao", "beer", "is", "what", "s", "left", "of", "carlsberg", "s", "disappointing", "venture", "into", "the", "chinese", "boozer", "market", "and", "since", "then", "china", "has", "given", "the", "krauts", "the", "arse", "grabbed", "the", "formulae", "increased", "the", "flavour", "increased", "the", "alcohol", "content", "increased", "the", "bottle", "size", "and", "decreased", "the", "price", "some", "people", "you", "love", "at", "first", "sight", "thought", "scoresby", "china", "almost", "a", "brother", "nation", "already", "and", "they", "like", "a", "bet", "so", "with", "an", "underarm", "slab", "of", "shinto", "costing", "8", "aus", "lovely", "korean", "girls", "on", "all", "the", "stools", "music", "by", "a", "revolving", "succession", "of", "britney", "spears", "lookalites", "and", "over", "in", "the", "corner", "eleven", "dangerously", "slammed", "australians", "and", "frenchmen", "singing", "like", "stoned", "cats", "our", "man", "walked", "through", "the", "door", "at", "1", "30", "am", "knowing", "now", "that", "home", "sweet", "new", "home", "has", "many", "rooms"]}, "87": {"text": "Lava from the Kilauea volcano is threatening the Puna Geothermal Venture plant on Hawaii's Big Island.\n\nIn the weeks since the Kilauea volcano began belching lava into Hawaii's residential areas, the fiery flow has destroyed dozens of structures and covered scores of acres on the Big Island. But authorities fear its destructive reach could ravage at least two more cornerstones of the state: its power supply and, a little less tangibly, its all-important tourism industry.\n\nOn Monday evening local time, the Hawaii County Civil Defense agency announced that lava from nearby fissures had begun to encroach on the southern edge of one of the state's key sources of power, the Puna Geothermal Venture.\n\nThe plant harvests hot liquid and steam from underground wells to drive turbine generators for electricity, which is then sold to the state's largest utility. The plant provides roughly a quarter of the Big Island's power, according to Reuters.\n\nAnother risk, besides the loss of power, rests in what might happen if the lava overcomes the state's protective measures: \"There's a steam release, there's many chemicals, but primarily the critical factor would be hydrogen sulfide, a very deadly gas,\" Hawaii's Emergency Management Agency chief, Tom Travis, told reporters Monday night.\n\n\"County, state, and federal partners have been collaborating closely to monitor the situation and work with PGV to ensure the safety of the surrounding communities,\" the civil defense agency said in its alert. \"Ten of the eleven wells have been quenched. Efforts are ongoing to make sure the site is secure and the community is kept safe.\"\n\nIt is the second step after simply shutting all the wells, which he says they already did when the event began. Crews were working overnight to quench the 11th and final well.\n\n\"Once that step is taken, we will be in a much more solid state for having lava overflow the site,\" Travis added late Monday. \"It's not easy to predict where it's going to go and when it's going to get there. So it's important that we get what we can done now.\"", "tokenized_text": ["lava", "from", "the", "kilauea", "volcano", "is", "threatening", "the", "puna", "geothermal", "venture", "plant", "on", "hawaii", "s", "big", "island", "in", "the", "weeks", "since", "the", "kilauea", "volcano", "began", "belching", "lava", "into", "hawaii", "s", "residential", "areas", "the", "fiery", "flow", "has", "destroyed", "dozens", "of", "structures", "and", "covered", "scores", "of", "acres", "on", "the", "big", "island", "but", "authorities", "fear", "its", "destructive", "reach", "could", "ravage", "at", "least", "two", "more", "cornerstones", "of", "the", "state", "its", "power", "supply", "and", "a", "little", "less", "tangibly", "its", "all", "important", "tourism", "industry", "on", "monday", "evening", "local", "time", "the", "hawaii", "county", "civil", "defense", "agency", "announced", "that", "lava", "from", "nearby", "fissures", "had", "begun", "to", "encroach", "on", "the", "southern", "edge", "of", "one", "of", "the", "state", "s", "key", "sources", "of", "power", "the", "puna", "geothermal", "venture", "the", "plant", "harvests", "hot", "liquid", "and", "steam", "from", "underground", "wells", "to", "drive", "turbine", "generators", "for", "electricity", "which", "is", "then", "sold", "to", "the", "state", "s", "largest", "utility", "the", "plant", "provides", "roughly", "a", "quarter", "of", "the", "big", "island", "s", "power", "according", "to", "reuters", "another", "risk", "besides", "the", "loss", "of", "power", "rests", "in", "what", "might", "happen", "if", "the", "lava", "overcomes", "the", "state", "s", "protective", "measures", "there", "s", "a", "steam", "release", "there", "s", "many", "chemicals", "but", "primarily", "the", "critical", "factor", "would", "be", "hydrogen", "sulfide", "a", "very", "deadly", "gas", "hawaii", "s", "emergency", "management", "agency", "chief", "tom", "travis", "told", "reporters", "monday", "night", "county", "state", "and", "federal", "partners", "have", "been", "collaborating", "closely", "to", "monitor", "the", "situation", "and", "work", "with", "pgv", "to", "ensure", "the", "safety", "of", "the", "surrounding", "communities", "the", "civil", "defense", "agency", "said", "in", "its", "alert", "ten", "of", "the", "eleven", "wells", "have", "been", "quenched", "efforts", "are", "ongoing", "to", "make", "sure", "the", "site", "is", "secure", "and", "the", "community", "is", "kept", "safe", "it", "is", "the", "second", "step", "after", "simply", "shutting", "all", "the", "wells", "which", "he", "says", "they", "already", "did", "when", "the", "event", "began", "crews", "were", "working", "overnight", "to", "quench", "the", "11th", "and", "final", "well", "once", "that", "step", "is", "taken", "we", "will", "be", "in", "a", "much", "more", "solid", "state", "for", "having", "lava", "overflow", "the", "site", "travis", "added", "late", "monday", "it", "s", "not", "easy", "to", "predict", "where", "it", "s", "going", "to", "go", "and", "when", "it", "s", "going", "to", "get", "there", "so", "it", "s", "important", "that", "we", "get", "what", "we", "can", "done", "now"]}, "88": {"text": "Lava spews out of fissures near the lower east rift zone. USGS\n\nMeanwhile, elsewhere on the island, the longer the lava keeps flowing, the longer one of the state's premier tourist attractions remains closed to ensure visitors' safety. About two-thirds of Hawaii's Volcanoes National Park closed May 11, right around the start of the summer tourist season \u2014 and it remains closed, likely deterring a substantial chunk of the park's more than 2 million annual visitors.\n\nA National Park Service report published last month estimated that those visitors spent $166 million in communities nearby last year \u2014 spending that \"supported 2,020 jobs in the local area, and had a cumulative benefit to the local economy of $222,394,900.\"\n\nThe number of visitors to the park has \"increased by 58 percent\" since an eruption on Kilauea's summit a decade ago, according to the NPS.\n\nNow that Kilauea's activity has dramatically escalated, however, local businesses have seen their income diminish in seemingly equal proportion.", "tokenized_text": ["lava", "spews", "out", "of", "fissures", "near", "the", "lower", "east", "rift", "zone", "usgs", "meanwhile", "elsewhere", "on", "the", "island", "the", "longer", "the", "lava", "keeps", "flowing", "the", "longer", "one", "of", "the", "state", "s", "premier", "tourist", "attractions", "remains", "closed", "to", "ensure", "visitors", "safety", "about", "two", "thirds", "of", "hawaii", "s", "volcanoes", "national", "park", "closed", "may", "11", "right", "around", "the", "start", "of", "the", "summer", "tourist", "season", "and", "it", "remains", "closed", "likely", "deterring", "a", "substantial", "chunk", "of", "the", "park", "s", "more", "than", "2", "million", "annual", "visitors", "a", "national", "park", "service", "report", "published", "last", "month", "estimated", "that", "those", "visitors", "spent", "166", "million", "in", "communities", "nearby", "last", "year", "spending", "that", "supported", "2", "020", "jobs", "in", "the", "local", "area", "and", "had", "a", "cumulative", "benefit", "to", "the", "local", "economy", "of", "222", "394", "900", "the", "number", "of", "visitors", "to", "the", "park", "has", "increased", "by", "58", "percent", "since", "an", "eruption", "on", "kilauea", "s", "summit", "a", "decade", "ago", "according", "to", "the", "nps", "now", "that", "kilauea", "s", "activity", "has", "dramatically", "escalated", "however", "local", "businesses", "have", "seen", "their", "income", "diminish", "in", "seemingly", "equal", "proportion"]}, "89": {"text": "Came across this article about an inspiring act of generosity by a group of Muslim calling themselves \u2018Muslim Snow Patrol\u2019, not to be mistaken for the badboys of East London calling themselves \u2018Muslim Patrol\u2019, who have been embarrassing the whole community by shouting abuse at Non-Muslim women, taking alcohol away from the hands of Non-Muslims (which is haram (not permissible) because it\u2019s his possession and rules of alcohol consumption does not apply to them) and telling Non-Muslims to move away from the Mosque, which is against the teachings of true Islam as we\u2019re encouraged to invite fellow Muslims and Non-Muslims to the Mosque.\n\nGoing back to the The Muslim Snow Patrol, organised by Islamic Diversity Centre (IDC) in Newcastle helping clear residential roads and drives in Newcastle\u2019s West End. Newcastle City Council also provided the team with gloves, shovels and grit as well as directing the team to areas most in need.\n\n\u201c[Residents] have been really appreciative of the work that we\u2019re doing.\n\n\u201cThey\u2019ve been a bit surprised at why loads of bearded men have come and tried to help them clear their drives. As Muslims we believe that it is our Islamic duty to look after our neighbours, especially in these very difficult conditions.\n\n\u201cWe\u2019re trying to remove some of those preconceptions people have about Islam and Muslims by showing that Muslims actually do good things and are trying to help our neighbours.\u201d\n\n\u201cThe residential streets are more of a problem for [the council] because we just don\u2019t have the money to grit and clear them. This group is a tremendous example of what can be done and what can be achieved by everyone doing their bit. If every group just does a little bit then together we can do a huge amount.\u201d\n\nIt\u2019s not often we hear good, positive things about the Muslim community, so please brothers keep up the inspiring act of charity and dawah because there are Muslims out there who are out there to be on the likes of DailyMail or The Sun portrays the misunderstood version of Islam.", "tokenized_text": ["came", "across", "this", "article", "about", "an", "inspiring", "act", "of", "generosity", "by", "a", "group", "of", "muslim", "calling", "themselves", "muslim", "snow", "patrol", "not", "to", "be", "mistaken", "for", "the", "badboys", "of", "east", "london", "calling", "themselves", "muslim", "patrol", "who", "have", "been", "embarrassing", "the", "whole", "community", "by", "shouting", "abuse", "at", "non", "muslim", "women", "taking", "alcohol", "away", "from", "the", "hands", "of", "non", "muslims", "which", "is", "haram", "not", "permissible", "because", "it", "s", "his", "possession", "and", "rules", "of", "alcohol", "consumption", "does", "not", "apply", "to", "them", "and", "telling", "non", "muslims", "to", "move", "away", "from", "the", "mosque", "which", "is", "against", "the", "teachings", "of", "true", "islam", "as", "we", "re", "encouraged", "to", "invite", "fellow", "muslims", "and", "non", "muslims", "to", "the", "mosque", "going", "back", "to", "the", "the", "muslim", "snow", "patrol", "organised", "by", "islamic", "diversity", "centre", "idc", "in", "newcastle", "helping", "clear", "residential", "roads", "and", "drives", "in", "newcastle", "s", "west", "end", "newcastle", "city", "council", "also", "provided", "the", "team", "with", "gloves", "shovels", "and", "grit", "as", "well", "as", "directing", "the", "team", "to", "areas", "most", "in", "need", "residents", "have", "been", "really", "appreciative", "of", "the", "work", "that", "we", "re", "doing", "they", "ve", "been", "a", "bit", "surprised", "at", "why", "loads", "of", "bearded", "men", "have", "come", "and", "tried", "to", "help", "them", "clear", "their", "drives", "as", "muslims", "we", "believe", "that", "it", "is", "our", "islamic", "duty", "to", "look", "after", "our", "neighbours", "especially", "in", "these", "very", "difficult", "conditions", "we", "re", "trying", "to", "remove", "some", "of", "those", "preconceptions", "people", "have", "about", "islam", "and", "muslims", "by", "showing", "that", "muslims", "actually", "do", "good", "things", "and", "are", "trying", "to", "help", "our", "neighbours", "the", "residential", "streets", "are", "more", "of", "a", "problem", "for", "the", "council", "because", "we", "just", "don", "t", "have", "the", "money", "to", "grit", "and", "clear", "them", "this", "group", "is", "a", "tremendous", "example", "of", "what", "can", "be", "done", "and", "what", "can", "be", "achieved", "by", "everyone", "doing", "their", "bit", "if", "every", "group", "just", "does", "a", "little", "bit", "then", "together", "we", "can", "do", "a", "huge", "amount", "it", "s", "not", "often", "we", "hear", "good", "positive", "things", "about", "the", "muslim", "community", "so", "please", "brothers", "keep", "up", "the", "inspiring", "act", "of", "charity", "and", "dawah", "because", "there", "are", "muslims", "out", "there", "who", "are", "out", "there", "to", "be", "on", "the", "likes", "of", "dailymail", "or", "the", "sun", "portrays", "the", "misunderstood", "version", "of", "islam"]}, "90": {"text": "Muslims in Detainment: A Look Into China\u2019s Camps", "tokenized_text": ["muslims", "in", "detainment", "a", "look", "into", "china", "s", "camps"]}, "91": {"text": "Recently, the world has learned of China\u2019s new measures to counter Muslim terrorism. The Chinese Xinjiang government has been detaining the Uighur Muslim minority in \u201creeducation camps,\u201d but documents and interviews are revealing that the situation isn\u2019t as innocent as it seems.\n\nAccording to these documents, the camps are meant to \u201ccleanse\u201d the Muslims. However, this cleansing has been said to be more like torture. It\u2019s hard to know exactly what happens in these areas, but as some people escape, new knowledge comes to light. According to the China Digital Times firsthand accounts, severe punishments were delivered to people who were reluctant to learn Chinese culture. According to this take from CNN, the Muslims were given incredibly low rations, and those who continued to disobey were taken, injected, and returned dazed and confused. The people have a bucket as a toilet and rumors of sexual abuse to the women were common. The Intercept interviewed Nury Turkel, a Uighur-American human rights activist. He described the situation as \u201ccultural genocide.\u201d China has not denied any of these accusations.\n\nIn fact, China\u2019s stance seems to be focusing on silencing these claims instead of proving them wrong. You may have seen Tik Toks about the camps go viral and promptly be deleted. One of the biggest and most effective videos was made by 17-year-old Feroza Aziz. Aziz\u2019s account was blocked and suspended, although Tik Tok eventually apologized. Further, China also announced that they have no intention of closing down the camps.\n\nWhile the situation is fading out of the media\u2019s eye, that doesn\u2019t mean that it isn\u2019t still going on. The camps are still up and running and aren\u2019t likely to shut down very soon. It\u2019s up to the public to keep the news relevant and to see what China\u2019s next move will be.", "tokenized_text": ["recently", "the", "world", "has", "learned", "of", "china", "s", "new", "measures", "to", "counter", "muslim", "terrorism", "the", "chinese", "xinjiang", "government", "has", "been", "detaining", "the", "uighur", "muslim", "minority", "in", "reeducation", "camps", "but", "documents", "and", "interviews", "are", "revealing", "that", "the", "situation", "isn", "t", "as", "innocent", "as", "it", "seems", "according", "to", "these", "documents", "the", "camps", "are", "meant", "to", "cleanse", "the", "muslims", "however", "this", "cleansing", "has", "been", "said", "to", "be", "more", "like", "torture", "it", "s", "hard", "to", "know", "exactly", "what", "happens", "in", "these", "areas", "but", "as", "some", "people", "escape", "new", "knowledge", "comes", "to", "light", "according", "to", "the", "china", "digital", "times", "firsthand", "accounts", "severe", "punishments", "were", "delivered", "to", "people", "who", "were", "reluctant", "to", "learn", "chinese", "culture", "according", "to", "this", "take", "from", "cnn", "the", "muslims", "were", "given", "incredibly", "low", "rations", "and", "those", "who", "continued", "to", "disobey", "were", "taken", "injected", "and", "returned", "dazed", "and", "confused", "the", "people", "have", "a", "bucket", "as", "a", "toilet", "and", "rumors", "of", "sexual", "abuse", "to", "the", "women", "were", "common", "the", "intercept", "interviewed", "nury", "turkel", "a", "uighur", "american", "human", "rights", "activist", "he", "described", "the", "situation", "as", "cultural", "genocide", "china", "has", "not", "denied", "any", "of", "these", "accusations", "in", "fact", "china", "s", "stance", "seems", "to", "be", "focusing", "on", "silencing", "these", "claims", "instead", "of", "proving", "them", "wrong", "you", "may", "have", "seen", "tik", "toks", "about", "the", "camps", "go", "viral", "and", "promptly", "be", "deleted", "one", "of", "the", "biggest", "and", "most", "effective", "videos", "was", "made", "by", "17", "year", "old", "feroza", "aziz", "aziz", "s", "account", "was", "blocked", "and", "suspended", "although", "tik", "tok", "eventually", "apologized", "further", "china", "also", "announced", "that", "they", "have", "no", "intention", "of", "closing", "down", "the", "camps", "while", "the", "situation", "is", "fading", "out", "of", "the", "media", "s", "eye", "that", "doesn", "t", "mean", "that", "it", "isn", "t", "still", "going", "on", "the", "camps", "are", "still", "up", "and", "running", "and", "aren", "t", "likely", "to", "shut", "down", "very", "soon", "it", "s", "up", "to", "the", "public", "to", "keep", "the", "news", "relevant", "and", "to", "see", "what", "china", "s", "next", "move", "will", "be"]}, "92": {"text": "A project which paired Holocaust survivors with celebrities to educate about the genocide has won two prestigious awards.\n\nThe initiative, launched on Yom HaShoah in a bid to continue Holocaust education during the pandemic, featured a series of videos with Holocaust survivors giving their testimony to high-profile celebrities.\n\nCassie Matus, Chief Executive, March of the Living UK said: \u201cWhen MOTL 2021 was cancelled we knew we needed something to fill its place. Working with our agency, Creative & Commercial, we came up with an amazing idea. If the survivors can\u2019t go on the March then the March should come to the Survivors. Frank PR and Broadcast Revolution brought this to life with the help of our amazing celebrities and survivors. We are so thrilled that it won two UK Content Awards.\u201d", "tokenized_text": ["a", "project", "which", "paired", "holocaust", "survivors", "with", "celebrities", "to", "educate", "about", "the", "genocide", "has", "won", "two", "prestigious", "awards", "the", "initiative", "launched", "on", "yom", "hashoah", "in", "a", "bid", "to", "continue", "holocaust", "education", "during", "the", "pandemic", "featured", "a", "series", "of", "videos", "with", "holocaust", "survivors", "giving", "their", "testimony", "to", "high", "profile", "celebrities", "cassie", "matus", "chief", "executive", "march", "of", "the", "living", "uk", "said", "when", "motl", "2021", "was", "cancelled", "we", "knew", "we", "needed", "something", "to", "fill", "its", "place", "working", "with", "our", "agency", "creative", "commercial", "we", "came", "up", "with", "an", "amazing", "idea", "if", "the", "survivors", "can", "t", "go", "on", "the", "march", "then", "the", "march", "should", "come", "to", "the", "survivors", "frank", "pr", "and", "broadcast", "revolution", "brought", "this", "to", "life", "with", "the", "help", "of", "our", "amazing", "celebrities", "and", "survivors", "we", "are", "so", "thrilled", "that", "it", "won", "two", "uk", "content", "awards"]}, "93": {"text": "Born and raised in Washington, DC, Malcolm took his first rafting steps in West Virginia with his dad before going on to complete a Source to Sea expedition on the Mississippi River in 2015. One year later, he began his guiding journey on Australia\u2019s Tully River and he has since traveled around the globe, venturing as far afield as Papua New Guinea, Morocco, Chile, and New Zealand. One of Malcolm\u2019s highlights has been trekking through the rainforest with local tribesmen in Borneo while learning to hunt and forage for food. When it comes to rafting back home, he particularly loves Idaho as it boasts some of the most \u201cremote and wild spaces in the lower 48\u201d. Aside from being a keen surfer, Malcolm holds a Bachelor in Business Administration and Marine Biology from Loyola University New Orleans.", "tokenized_text": ["born", "and", "raised", "in", "washington", "dc", "malcolm", "took", "his", "first", "rafting", "steps", "in", "west", "virginia", "with", "his", "dad", "before", "going", "on", "to", "complete", "a", "source", "to", "sea", "expedition", "on", "the", "mississippi", "river", "in", "2015", "one", "year", "later", "he", "began", "his", "guiding", "journey", "on", "australia", "s", "tully", "river", "and", "he", "has", "since", "traveled", "around", "the", "globe", "venturing", "as", "far", "afield", "as", "papua", "new", "guinea", "morocco", "chile", "and", "new", "zealand", "one", "of", "malcolm", "s", "highlights", "has", "been", "trekking", "through", "the", "rainforest", "with", "local", "tribesmen", "in", "borneo", "while", "learning", "to", "hunt", "and", "forage", "for", "food", "when", "it", "comes", "to", "rafting", "back", "home", "he", "particularly", "loves", "idaho", "as", "it", "boasts", "some", "of", "the", "most", "remote", "and", "wild", "spaces", "in", "the", "lower", "48", "aside", "from", "being", "a", "keen", "surfer", "malcolm", "holds", "a", "bachelor", "in", "business", "administration", "and", "marine", "biology", "from", "loyola", "university", "new", "orleans"]}, "94": {"text": "After moving to Los Angeles, Susan Orlean become fascinated by a mysterious local crime that has gone unsolved since it was carried out on the morning of 29 April 1986: who set fire to the Los Angeles Public Library, ultimately destroying more than 400,000 books, and perhaps even more perplexing, why?\n\nWeaving her lifelong love of books and reading with the fascinating history of libraries, Susan Orlean investigates the legendary fire to showcase the larger, crucial role that libraries play in our lives. She also reflects on her own childhood experiences in libraries; studies arson and the long history of library fires; attempts to burn a copy of a book herself; and re-examines the case of Harry Peak, the blond-haired actor long suspected of setting fire to the library over thirty years ago. Along the way, she reveals how these buildings provide much more than just books \u2013 and that they are needed now more than ever.\n\nAs a keen reader of books about books who also has an interest in non-violent and historical true crime, I was immediately interested in Susan Orlean\u2019s The Library Book. It\u2019s one of those multifaceted books that wears many hats \u2013 examining the devastating fire that decimated Los Angeles Central Library in 1986 and the personal history of the man accused of starting it, whilst at the same time providing an eclectic history of the Los Angeles library system and an examination of the role of the public library within our increasingly digital world.\n\nOrlean\u2019s narrative is extremely dense and the book covers a lot of ground in it\u2019s 300 or so pages. But the clear and engaging prose, which blends personal reflection with immersive journalism and factual history, drew me into the narrative and gave the book a compulsion.\n\nOrlean really captures the intensity of feeling that surrounds libraries and books. Her description of the library fire is devastating for a book lover to read \u2013 she really makes it easy to empathise with the librarians, who cried on the street as they watched over 400,000 items from their extensive collection go up in flames. In a fascinating chapter, Orlean burns a book herself; an act that she finds both terrifying and subversive. It\u2019s a feeling that I completely understood and I found myself mourning the lost knowledge that was turned to ash on the morning of 29 April 1986.\n\nOrlean\u2019s sensitive treatment of Harry Peak, the charismatic young actor suspected of setting the library fire, manages to convey both the fiercely-held belief that investigators had in Harry\u2019s guilt whilst acknowledging the fallibility of fire investigation techniques and the circumstantial nature of the evidence available at the time.\n\nThat said, Harry\u2019s narrative was, for me, the weakest part of the book \u2013 although that is the fault of history rather than of Orlean. Harry, a man who constantly re-wrote his own narrative, flits elusively through the pages and you definitely get the sense that Orlean, like many of the other people around him, struggles to pin him down. The Library Book is impeccably researched but, as Orlean admits, the truth about the library fire \u2013 and whether Harry had any involvement in it \u2013 will probably never be known. This does give the ending a slightly subdued quality \u2013 the pace drops off noticeably in the last third as it becomes apparent that this isn\u2019t a mystery that will have a resolution. To Orlean\u2019s credit, she instead turns the book into a love letter to libraries and a reflection on their importance in the world today.\n\nThe Library Book may disappoint readers looking for a true crime narrative. There are definitely similarities in pacing and style with David Grann\u2019s excellent Killers of the Flower Moon and Michelle McNamara\u2019s I\u2019ll Be Gone in the Dark, but this is a very different kind of book in tone. The Library Book isn\u2019t about finding the answer to a mystery \u2013 it\u2019s an ode to books, a love-letter to reading and a homage to libraries and their place in the world. It\u2019s a book that\u2019s perfect for anyone who has whiled away hours browsing the stacks or has childhood memories of magical trips to neighbourhood branches. In short, it\u2019s for anyone who appreciates the power of libraries to fascinate, to educate, to entertain and to unite \u2013 a rich, warm and heartening book that kept me spellbound throughout.\n\nThe Library Book by Susan Orlean is published by Atlantic Books and is available now from all good bookshops and online retailers including Hive, Waterstones and Amazon. My thanks go to the publisher for providing me with a copy in return for an honest and unbiased review.", "tokenized_text": ["after", "moving", "to", "los", "angeles", "susan", "orlean", "become", "fascinated", "by", "a", "mysterious", "local", "crime", "that", "has", "gone", "unsolved", "since", "it", "was", "carried", "out", "on", "the", "morning", "of", "29", "april", "1986", "who", "set", "fire", "to", "the", "los", "angeles", "public", "library", "ultimately", "destroying", "more", "than", "400", "000", "books", "and", "perhaps", "even", "more", "perplexing", "why", "weaving", "her", "lifelong", "love", "of", "books", "and", "reading", "with", "the", "fascinating", "history", "of", "libraries", "susan", "orlean", "investigates", "the", "legendary", "fire", "to", "showcase", "the", "larger", "crucial", "role", "that", "libraries", "play", "in", "our", "lives", "she", "also", "reflects", "on", "her", "own", "childhood", "experiences", "in", "libraries", "studies", "arson", "and", "the", "long", "history", "of", "library", "fires", "attempts", "to", "burn", "a", "copy", "of", "a", "book", "herself", "and", "re", "examines", "the", "case", "of", "harry", "peak", "the", "blond", "haired", "actor", "long", "suspected", "of", "setting", "fire", "to", "the", "library", "over", "thirty", "years", "ago", "along", "the", "way", "she", "reveals", "how", "these", "buildings", "provide", "much", "more", "than", "just", "books", "and", "that", "they", "are", "needed", "now", "more", "than", "ever", "as", "a", "keen", "reader", "of", "books", "about", "books", "who", "also", "has", "an", "interest", "in", "non", "violent", "and", "historical", "true", "crime", "i", "was", "immediately", "interested", "in", "susan", "orlean", "s", "the", "library", "book", "it", "s", "one", "of", "those", "multifaceted", "books", "that", "wears", "many", "hats", "examining", "the", "devastating", "fire", "that", "decimated", "los", "angeles", "central", "library", "in", "1986", "and", "the", "personal", "history", "of", "the", "man", "accused", "of", "starting", "it", "whilst", "at", "the", "same", "time", "providing", "an", "eclectic", "history", "of", "the", "los", "angeles", "library", "system", "and", "an", "examination", "of", "the", "role", "of", "the", "public", "library", "within", "our", "increasingly", "digital", "world", "orlean", "s", "narrative", "is", "extremely", "dense", "and", "the", "book", "covers", "a", "lot", "of", "ground", "in", "it", "s", "300", "or", "so", "pages", "but", "the", "clear", "and", "engaging", "prose", "which", "blends", "personal", "reflection", "with", "immersive", "journalism", "and", "factual", "history", "drew", "me", "into", "the", "narrative", "and", "gave", "the", "book", "a", "compulsion", "orlean", "really", "captures", "the", "intensity", "of", "feeling", "that", "surrounds", "libraries", "and", "books", "her", "description", "of", "the", "library", "fire", "is", "devastating", "for", "a", "book", "lover", "to", "read", "she", "really", "makes", "it", "easy", "to", "empathise", "with", "the", "librarians", "who", "cried", "on", "the", "street", "as", "they", "watched", "over", "400", "000", "items", "from", "their", "extensive", "collection", "go", "up", "in", "flames", "in", "a", "fascinating", "chapter", "orlean", "burns", "a", "book", "herself", "an", "act", "that", "she", "finds", "both", "terrifying", "and", "subversive", "it", "s", "a", "feeling", "that", "i", "completely", "understood", "and", "i", "found", "myself", "mourning", "the", "lost", "knowledge", "that", "was", "turned", "to", "ash", "on", "the", "morning", "of", "29", "april", "1986", "orlean", "s", "sensitive", "treatment", "of", "harry", "peak", "the", "charismatic", "young", "actor", "suspected", "of", "setting", "the", "library", "fire", "manages", "to", "convey", "both", "the", "fiercely", "held", "belief", "that", "investigators", "had", "in", "harry", "s", "guilt", "whilst", "acknowledging", "the", "fallibility", "of", "fire", "investigation", "techniques", "and", "the", "circumstantial", "nature", "of", "the", "evidence", "available", "at", "the", "time", "that", "said", "harry", "s", "narrative", "was", "for", "me", "the", "weakest", "part", "of", "the", "book", "although", "that", "is", "the", "fault", "of", "history", "rather", "than", "of", "orlean", "harry", "a", "man", "who", "constantly", "re", "wrote", "his", "own", "narrative", "flits", "elusively", "through", "the", "pages", "and", "you", "definitely", "get", "the", "sense", "that", "orlean", "like", "many", "of", "the", "other", "people", "around", "him", "struggles", "to", "pin", "him", "down", "the", "library", "book", "is", "impeccably", "researched", "but", "as", "orlean", "admits", "the", "truth", "about", "the", "library", "fire", "and", "whether", "harry", "had", "any", "involvement", "in", "it", "will", "probably", "never", "be", "known", "this", "does", "give", "the", "ending", "a", "slightly", "subdued", "quality", "the", "pace", "drops", "off", "noticeably", "in", "the", "last", "third", "as", "it", "becomes", "apparent", "that", "this", "isn", "t", "a", "mystery", "that", "will", "have", "a", "resolution", "to", "orlean", "s", "credit", "she", "instead", "turns", "the", "book", "into", "a", "love", "letter", "to", "libraries", "and", "a", "reflection", "on", "their", "importance", "in", "the", "world", "today", "the", "library", "book", "may", "disappoint", "readers", "looking", "for", "a", "true", "crime", "narrative", "there", "are", "definitely", "similarities", "in", "pacing", "and", "style", "with", "david", "grann", "s", "excellent", "killers", "of", "the", "flower", "moon", "and", "michelle", "mcnamara", "s", "i", "ll", "be", "gone", "in", "the", "dark", "but", "this", "is", "a", "very", "different", "kind", "of", "book", "in", "tone", "the", "library", "book", "isn", "t", "about", "finding", "the", "answer", "to", "a", "mystery", "it", "s", "an", "ode", "to", "books", "a", "love", "letter", "to", "reading", "and", "a", "homage", "to", "libraries", "and", "their", "place", "in", "the", "world", "it", "s", "a", "book", "that", "s", "perfect", "for", "anyone", "who", "has", "whiled", "away", "hours", "browsing", "the", "stacks", "or", "has", "childhood", "memories", "of", "magical", "trips", "to", "neighbourhood", "branches", "in", "short", "it", "s", "for", "anyone", "who", "appreciates", "the", "power", "of", "libraries", "to", "fascinate", "to", "educate", "to", "entertain", "and", "to", "unite", "a", "rich", "warm", "and", "heartening", "book", "that", "kept", "me", "spellbound", "throughout", "the", "library", "book", "by", "susan", "orlean", "is", "published", "by", "atlantic", "books", "and", "is", "available", "now", "from", "all", "good", "bookshops", "and", "online", "retailers", "including", "hive", "waterstones", "and", "amazon", "my", "thanks", "go", "to", "the", "publisher", "for", "providing", "me", "with", "a", "copy", "in", "return", "for", "an", "honest", "and", "unbiased", "review"]}, "95": {"text": "Looking to save some coin on your energy bills? Then stop wasting food. According to a new report published this month in the journal Environmental Science & Technology, \u201cWasted Food, Wasted Energy: The Embedded Energy in Food Waste in the United States,\u201d consumers could immediately save the energy equivalent of around 350 million barrels of oil a year though the curbing of food waste. Why? In part because the study estimated that it takes the equivalent of about 1.4 billion barrels of oil to produce, package, prepare, preserve, and distribute a year\u2019s worth of food in the U.S.\n\nAuthors Michael Webber and Amanda Cu\u00e9llar note that food contains energy and requires energy to produce, process and transport. As a matter of fact, rising energy costs are the largest contributor to rising food costs. The authors\u2019 estimates indicate that between 8 and 16 percent of energy consumption in the United States went toward food production in 2007. However, it appears that consumers don\u2019t take energy costs into account when eating as the USDA estimates that people in the U.S. waste nearly 27 percent of their food.\n\nThe report also estimated that when accounting for wasted food and the energy needed to ready it for consumption, U.S. consumers wasted about 2030 trillion BTU of energy in 2007, or the equivalent of about 350 million barrels of oil. That represents about 2 percent of annual energy consumption in the U.S. \u201cConsequently, the energy embedded in wasted food represents a substantial target for decreasing energy consumption in the U.S.,\u201d the article states. But the authors note the problem is probably worse because the numbers used were incomplete, outdated and conservative.\n\nThe authors concluded that the energy discarded in wasted food is greater than the energy available from many popular efficiency and energy procurement strategies, such as the annual production of ethanol from grains and annual petroleum available from drilling in the outer continental shelf. \u201cA decrease in food waste must be accompanied with a retooling of the food supply chain to ensure that the energy consumed during food production does in fact decrease with a decrease in food waste.\u201d", "tokenized_text": ["looking", "to", "save", "some", "coin", "on", "your", "energy", "bills", "then", "stop", "wasting", "food", "according", "to", "a", "new", "report", "published", "this", "month", "in", "the", "journal", "environmental", "science", "technology", "wasted", "food", "wasted", "energy", "the", "embedded", "energy", "in", "food", "waste", "in", "the", "united", "states", "consumers", "could", "immediately", "save", "the", "energy", "equivalent", "of", "around", "350", "million", "barrels", "of", "oil", "a", "year", "though", "the", "curbing", "of", "food", "waste", "why", "in", "part", "because", "the", "study", "estimated", "that", "it", "takes", "the", "equivalent", "of", "about", "1", "4", "billion", "barrels", "of", "oil", "to", "produce", "package", "prepare", "preserve", "and", "distribute", "a", "year", "s", "worth", "of", "food", "in", "the", "u", "s", "authors", "michael", "webber", "and", "amanda", "cu\u00e9llar", "note", "that", "food", "contains", "energy", "and", "requires", "energy", "to", "produce", "process", "and", "transport", "as", "a", "matter", "of", "fact", "rising", "energy", "costs", "are", "the", "largest", "contributor", "to", "rising", "food", "costs", "the", "authors", "estimates", "indicate", "that", "between", "8", "and", "16", "percent", "of", "energy", "consumption", "in", "the", "united", "states", "went", "toward", "food", "production", "in", "2007", "however", "it", "appears", "that", "consumers", "don", "t", "take", "energy", "costs", "into", "account", "when", "eating", "as", "the", "usda", "estimates", "that", "people", "in", "the", "u", "s", "waste", "nearly", "27", "percent", "of", "their", "food", "the", "report", "also", "estimated", "that", "when", "accounting", "for", "wasted", "food", "and", "the", "energy", "needed", "to", "ready", "it", "for", "consumption", "u", "s", "consumers", "wasted", "about", "2030", "trillion", "btu", "of", "energy", "in", "2007", "or", "the", "equivalent", "of", "about", "350", "million", "barrels", "of", "oil", "that", "represents", "about", "2", "percent", "of", "annual", "energy", "consumption", "in", "the", "u", "s", "consequently", "the", "energy", "embedded", "in", "wasted", "food", "represents", "a", "substantial", "target", "for", "decreasing", "energy", "consumption", "in", "the", "u", "s", "the", "article", "states", "but", "the", "authors", "note", "the", "problem", "is", "probably", "worse", "because", "the", "numbers", "used", "were", "incomplete", "outdated", "and", "conservative", "the", "authors", "concluded", "that", "the", "energy", "discarded", "in", "wasted", "food", "is", "greater", "than", "the", "energy", "available", "from", "many", "popular", "efficiency", "and", "energy", "procurement", "strategies", "such", "as", "the", "annual", "production", "of", "ethanol", "from", "grains", "and", "annual", "petroleum", "available", "from", "drilling", "in", "the", "outer", "continental", "shelf", "a", "decrease", "in", "food", "waste", "must", "be", "accompanied", "with", "a", "retooling", "of", "the", "food", "supply", "chain", "to", "ensure", "that", "the", "energy", "consumed", "during", "food", "production", "does", "in", "fact", "decrease", "with", "a", "decrease", "in", "food", "waste"]}, "96": {"text": "Microplastic is everywhere and many carry concerns about it. These tiny pieces of plastic can be damaging to one\u2019s health as well as the environment. How would you be able to minimize your use and intake of microplastics and prevent them from spreading? There\u2019s still a lot of uncertainty in regard to the damaging effects of microplastics. One of the places where their negative effects can clearly be seen is in nature. Microplastics are especially damaging to aquatic organisms.\n\nMicroplastics are pieces of plastic smaller than 5 millimeters in size. These pieces can thus easily end up in the environment where they accumulate together. They aren\u2019t degradable, but do fall apart into even smaller pieces, which makes them impossible to clean up. Microplastic - and even smaller, nanoplastic - can be found in various bodies of water, the air, the ground, and even in our food. Research has revealed that microplastic has been found in:\n\nIn addition to this, microplastics are often also found in the following products:\n\nThere will definitely be microplastics in a product if the label states one or more of the following:\n\n(National Institute for Public Health and the Environment) has made a factsheet as commissioned by the Department of Waterways and Public Works, of the most recent developments in regard to the microplastic issue. In said report, the RIVM used international data on the matter as a basis for the situation in the Netherlands to be applied to.\n\nThe effect of microplastics on people as well as the environment isn\u2019t entirely clear yet. Research on this matter is often quite complex due to microplastics being a group of variating particles of which their properties could change even more due to weathering, the forming of biofilm, and/or the binding of hydrophobic chemicals in the environment. The scientific literature that describes the effects of microplastics on aquatic organisms is more extensive than that on their effects on humans.\n\nDue to their physical properties, microplastics can have a negative impact on specific aquatic organisms and affect functions such as breathing, movement, or the intake of food. Microplastics can also cause toxic effects due to the additives in them (e.g. flame retardants, dyes, biocides, softeners, etc.) or due to the hydrophobic chemicals that are absorbed into microplastics in an aquatic environment. A few chemicals are known to have had effects on the health of both humans and animals due to being identified as CMR (Carcinogenic, mutagenic, reprotoxic), PBT ( Persistent, Bioaccumulative and Toxic), vPvB (very Persistent and very Bioaccumulative), or ED (Endocrine-Disrupting).\n\nThe WWF website contains many tips and tricks on how you can reduce your plastic consumption. Take a look to see which alternatives you can use.\n\nTry us out for free.\n\nPlease fill out your name", "tokenized_text": ["microplastic", "is", "everywhere", "and", "many", "carry", "concerns", "about", "it", "these", "tiny", "pieces", "of", "plastic", "can", "be", "damaging", "to", "one", "s", "health", "as", "well", "as", "the", "environment", "how", "would", "you", "be", "able", "to", "minimize", "your", "use", "and", "intake", "of", "microplastics", "and", "prevent", "them", "from", "spreading", "there", "s", "still", "a", "lot", "of", "uncertainty", "in", "regard", "to", "the", "damaging", "effects", "of", "microplastics", "one", "of", "the", "places", "where", "their", "negative", "effects", "can", "clearly", "be", "seen", "is", "in", "nature", "microplastics", "are", "especially", "damaging", "to", "aquatic", "organisms", "microplastics", "are", "pieces", "of", "plastic", "smaller", "than", "5", "millimeters", "in", "size", "these", "pieces", "can", "thus", "easily", "end", "up", "in", "the", "environment", "where", "they", "accumulate", "together", "they", "aren", "t", "degradable", "but", "do", "fall", "apart", "into", "even", "smaller", "pieces", "which", "makes", "them", "impossible", "to", "clean", "up", "microplastic", "and", "even", "smaller", "nanoplastic", "can", "be", "found", "in", "various", "bodies", "of", "water", "the", "air", "the", "ground", "and", "even", "in", "our", "food", "research", "has", "revealed", "that", "microplastic", "has", "been", "found", "in", "in", "addition", "to", "this", "microplastics", "are", "often", "also", "found", "in", "the", "following", "products", "there", "will", "definitely", "be", "microplastics", "in", "a", "product", "if", "the", "label", "states", "one", "or", "more", "of", "the", "following", "national", "institute", "for", "public", "health", "and", "the", "environment", "has", "made", "a", "factsheet", "as", "commissioned", "by", "the", "department", "of", "waterways", "and", "public", "works", "of", "the", "most", "recent", "developments", "in", "regard", "to", "the", "microplastic", "issue", "in", "said", "report", "the", "rivm", "used", "international", "data", "on", "the", "matter", "as", "a", "basis", "for", "the", "situation", "in", "the", "netherlands", "to", "be", "applied", "to", "the", "effect", "of", "microplastics", "on", "people", "as", "well", "as", "the", "environment", "isn", "t", "entirely", "clear", "yet", "research", "on", "this", "matter", "is", "often", "quite", "complex", "due", "to", "microplastics", "being", "a", "group", "of", "variating", "particles", "of", "which", "their", "properties", "could", "change", "even", "more", "due", "to", "weathering", "the", "forming", "of", "biofilm", "and", "or", "the", "binding", "of", "hydrophobic", "chemicals", "in", "the", "environment", "the", "scientific", "literature", "that", "describes", "the", "effects", "of", "microplastics", "on", "aquatic", "organisms", "is", "more", "extensive", "than", "that", "on", "their", "effects", "on", "humans", "due", "to", "their", "physical", "properties", "microplastics", "can", "have", "a", "negative", "impact", "on", "specific", "aquatic", "organisms", "and", "affect", "functions", "such", "as", "breathing", "movement", "or", "the", "intake", "of", "food", "microplastics", "can", "also", "cause", "toxic", "effects", "due", "to", "the", "additives", "in", "them", "e", "g", "flame", "retardants", "dyes", "biocides", "softeners", "etc", "or", "due", "to", "the", "hydrophobic", "chemicals", "that", "are", "absorbed", "into", "microplastics", "in", "an", "aquatic", "environment", "a", "few", "chemicals", "are", "known", "to", "have", "had", "effects", "on", "the", "health", "of", "both", "humans", "and", "animals", "due", "to", "being", "identified", "as", "cmr", "carcinogenic", "mutagenic", "reprotoxic", "pbt", "persistent", "bioaccumulative", "and", "toxic", "vpvb", "very", "persistent", "and", "very", "bioaccumulative", "or", "ed", "endocrine", "disrupting", "the", "wwf", "website", "contains", "many", "tips", "and", "tricks", "on", "how", "you", "can", "reduce", "your", "plastic", "consumption", "take", "a", "look", "to", "see", "which", "alternatives", "you", "can", "use", "try", "us", "out", "for", "free", "please", "fill", "out", "your", "name"]}, "97": {"text": "The considered an all-electric Mazda Miata may peeve purists, however there\u2019ll certainly come a day when it is a actuality. Whereas it is nonetheless too quickly to say when the primary MX-5 EV will arrive, Mazda immediately revealed a three-phase technique that prioritizes electrification main as much as 2030. Together with its up to date plans, the corporate teased the \u201cImaginative and prescient Examine Mannequin,\u201d a surprising coupe idea that we hope previews the long run design of the enduring two-seater sports activities automotive.\n\nFinal yr, Mazda confirmed to Automobile and Driver that the next-generation Miata shall be electrified not directly. We count on that to imply some type of hybrid setup, which corresponds with a part of the corporate\u2019s second part. Nonetheless, we would not be stunned to see a completely electrical Miata by the top of the last decade. We additionally would not be shocked to see an EV model that appears much like the idea proven in press pictures in addition to in clips of the video on Mazda\u2019s official YouTube channel (the idea first seems on the 34:55 mark).\n\nWithin the minutes main as much as the idea\u2019s first look, we see quite a few photographs of individuals fortunately driving totally different Miata generations, which additional fuels our hypothesis that there is a connection between previous MX-5s and the Imaginative and prescient Examine Mannequin.\n\nOur first have a look at the idea is seen via an iPhone display, with its uncovered chassis that includes what seems to be a T-shaped battery pack. The automotive\u2019s physique then drops on high and we see its passenger-side butterfly door open up.\n\nWhereas the loopy doorways are one of many idea\u2019s defining options, we do not count on them to be a part of a manufacturing mannequin. We do count on future Miatas to take care of a convertible physique model, though a fixed-roof variant just like the idea would not be a primary, as Mazda did provide the uncommon JDM-only NB-generation coupe.\n\nThe remainder of the imaginary sports activities automotive appears to be like doable, albeit ultra-dramatic. Its large hips, peaked entrance fenders, and low cowl are all exaggerated traits of the present ND Miata. The illuminated Mazda brand mounted low on the idea\u2019s nostril and the slim, protruding entrance lighting parts are different neat touches.\n\nAfter all, we notice Mazda\u2019s Imaginative and prescient Examine Mannequin may not preview a future Miata EV in any respect. We\u2019ve flashbacks of the visually arresting four-door Imaginative and prescient Coupe idea the corporate revealed again in 2017 that has not come to fruition. Nonetheless, its aspirational styling did go on to affect the model\u2019s design language, so maybe the Miata-esque idea will do the identical. A minimum of we are able to dare to dream.", "tokenized_text": ["the", "considered", "an", "all", "electric", "mazda", "miata", "may", "peeve", "purists", "however", "there", "ll", "certainly", "come", "a", "day", "when", "it", "is", "a", "actuality", "whereas", "it", "is", "nonetheless", "too", "quickly", "to", "say", "when", "the", "primary", "mx", "5", "ev", "will", "arrive", "mazda", "immediately", "revealed", "a", "three", "phase", "technique", "that", "prioritizes", "electrification", "main", "as", "much", "as", "2030", "together", "with", "its", "up", "to", "date", "plans", "the", "corporate", "teased", "the", "imaginative", "and", "prescient", "examine", "mannequin", "a", "surprising", "coupe", "idea", "that", "we", "hope", "previews", "the", "long", "run", "design", "of", "the", "enduring", "two", "seater", "sports", "activities", "automotive", "final", "yr", "mazda", "confirmed", "to", "automobile", "and", "driver", "that", "the", "next", "generation", "miata", "shall", "be", "electrified", "not", "directly", "we", "count", "on", "that", "to", "imply", "some", "type", "of", "hybrid", "setup", "which", "corresponds", "with", "a", "part", "of", "the", "corporate", "s", "second", "part", "nonetheless", "we", "would", "not", "be", "stunned", "to", "see", "a", "completely", "electrical", "miata", "by", "the", "top", "of", "the", "last", "decade", "we", "additionally", "would", "not", "be", "shocked", "to", "see", "an", "ev", "model", "that", "appears", "much", "like", "the", "idea", "proven", "in", "press", "pictures", "in", "addition", "to", "in", "clips", "of", "the", "video", "on", "mazda", "s", "official", "youtube", "channel", "the", "idea", "first", "seems", "on", "the", "34", "55", "mark", "within", "the", "minutes", "main", "as", "much", "as", "the", "idea", "s", "first", "look", "we", "see", "quite", "a", "few", "photographs", "of", "individuals", "fortunately", "driving", "totally", "different", "miata", "generations", "which", "additional", "fuels", "our", "hypothesis", "that", "there", "is", "a", "connection", "between", "previous", "mx", "5s", "and", "the", "imaginative", "and", "prescient", "examine", "mannequin", "our", "first", "have", "a", "look", "at", "the", "idea", "is", "seen", "via", "an", "iphone", "display", "with", "its", "uncovered", "chassis", "that", "includes", "what", "seems", "to", "be", "a", "t", "shaped", "battery", "pack", "the", "automotive", "s", "physique", "then", "drops", "on", "high", "and", "we", "see", "its", "passenger", "side", "butterfly", "door", "open", "up", "whereas", "the", "loopy", "doorways", "are", "one", "of", "many", "idea", "s", "defining", "options", "we", "do", "not", "count", "on", "them", "to", "be", "a", "part", "of", "a", "manufacturing", "mannequin", "we", "do", "count", "on", "future", "miatas", "to", "take", "care", "of", "a", "convertible", "physique", "model", "though", "a", "fixed", "roof", "variant", "just", "like", "the", "idea", "would", "not", "be", "a", "primary", "as", "mazda", "did", "provide", "the", "uncommon", "jdm", "only", "nb", "generation", "coupe", "the", "remainder", "of", "the", "imaginary", "sports", "activities", "automotive", "appears", "to", "be", "like", "doable", "albeit", "ultra", "dramatic", "its", "large", "hips", "peaked", "entrance", "fenders", "and", "low", "cowl", "are", "all", "exaggerated", "traits", "of", "the", "present", "nd", "miata", "the", "illuminated", "mazda", "brand", "mounted", "low", "on", "the", "idea", "s", "nostril", "and", "the", "slim", "protruding", "entrance", "lighting", "parts", "are", "different", "neat", "touches", "after", "all", "we", "notice", "mazda", "s", "imaginative", "and", "prescient", "examine", "mannequin", "may", "not", "preview", "a", "future", "miata", "ev", "in", "any", "respect", "we", "ve", "flashbacks", "of", "the", "visually", "arresting", "four", "door", "imaginative", "and", "prescient", "coupe", "idea", "the", "corporate", "revealed", "again", "in", "2017", "that", "has", "not", "come", "to", "fruition", "nonetheless", "its", "aspirational", "styling", "did", "go", "on", "to", "affect", "the", "model", "s", "design", "language", "so", "maybe", "the", "miata", "esque", "idea", "will", "do", "the", "identical", "a", "minimum", "of", "we", "are", "able", "to", "dare", "to", "dream"]}, "98": {"text": "Montana gets manufacturing F but tax fairness A\n\nMontana gets manufacturing F but tax fairness A", "tokenized_text": ["montana", "gets", "manufacturing", "f", "but", "tax", "fairness", "a", "montana", "gets", "manufacturing", "f", "but", "tax", "fairness", "a"]}, "99": {"text": "The report gave Montana a \u201cF\u201d for its manufacturing and an \u201cA\u201d for tax climate, plus other grades in between. The study particularly looked at the state\u2019s percentage of advanced manufacturing; a factory that uses a large percentage of robots, plus white-collar workers such as computer people, would be an example\n\nWhere factories once provided good-paying jobs for people without a lot of education in this country, those blue-collar jobs are drying up.\n\n\u201cThese data underscore the importance of talent development efforts with a focus on educational attainment,\u201d said Michael Hicks, director of Ball State\u2019s Center for Business and Economic Research. \u201cIn the long run, a well-educated and ready workforce matters more than any other single factor in the health of advanced manufacturing firms.\u201d Two related Ball State reports are available online at http://conexus.cberdata.org/.\n\nTo see Montana\u2019s grades in a number of categories, take a look at a graphic display of Montana\u2019s report card elsewhere on this page.", "tokenized_text": ["the", "report", "gave", "montana", "a", "f", "for", "its", "manufacturing", "and", "an", "a", "for", "tax", "climate", "plus", "other", "grades", "in", "between", "the", "study", "particularly", "looked", "at", "the", "state", "s", "percentage", "of", "advanced", "manufacturing", "a", "factory", "that", "uses", "a", "large", "percentage", "of", "robots", "plus", "white", "collar", "workers", "such", "as", "computer", "people", "would", "be", "an", "example", "where", "factories", "once", "provided", "good", "paying", "jobs", "for", "people", "without", "a", "lot", "of", "education", "in", "this", "country", "those", "blue", "collar", "jobs", "are", "drying", "up", "these", "data", "underscore", "the", "importance", "of", "talent", "development", "efforts", "with", "a", "focus", "on", "educational", "attainment", "said", "michael", "hicks", "director", "of", "ball", "state", "s", "center", "for", "business", "and", "economic", "research", "in", "the", "long", "run", "a", "well", "educated", "and", "ready", "workforce", "matters", "more", "than", "any", "other", "single", "factor", "in", "the", "health", "of", "advanced", "manufacturing", "firms", "two", "related", "ball", "state", "reports", "are", "available", "online", "at", "http", "conexus", "cberdata", "org", "to", "see", "montana", "s", "grades", "in", "a", "number", "of", "categories", "take", "a", "look", "at", "a", "graphic", "display", "of", "montana", "s", "report", "card", "elsewhere", "on", "this", "page"]}, "100": {"text": "That\u2019s how much less money Montana\u2019s general fund will receive for the biennium as of July 1, according to state estimates. Revenue is down from the oil and gas sector, coal, mining and corporates taxes.\n\n\u201cThe big (financial) cushion we\u2019ve been having for a while could be gone,\u201d state Sen. Fred Thomas said about projections that state general fund revenue will come up short this year.\n\nName of the Week\n\nWe like the name for the June 24 tribute to late Republican stalwarts Tim Babcock, who served as Montana governor, and Conrad Burns, who represented Montana in the U.S. Senate. It\u2019s called the \u201cGolden Tusks Legacy Dinner\u201d and will take place at the Hilton Garden Inn in Missoula. It won\u2019t take gold to get in, but it will require a ticket for $75 per person.\n\nBlog of the Week\n\n\u201cI am certainly not a journalist and I have never claimed to be. I don\u2019t even play one on TV, and I\u2019ve never even stayed at a Holiday Inn Express. I am just professional blogger living in a bunker, eating Twinkies, drinking Folgers coffee, while waiting for Obama to come and take my guns.\u201d\n\n\u2014 Mike Brown, who blogs at thewesternword.com\n\nTurnout in Montana was better than average for the June 7 primary election. We hope the trend keeps up for the Nov. 8 general election.\n\nNo doubt one reason for the improved public response is the increase in people asking for permanent absentee ballots they can fill out by mail, rather than trudge over to their polling place on Election Day.\n\nThere\u2019s no doubt voting by mail is easy. People accustomed to voting in person can opt to vote by mail instead by calling the county elections office. The number in Great Falls is 406-454-6803.", "tokenized_text": ["that", "s", "how", "much", "less", "money", "montana", "s", "general", "fund", "will", "receive", "for", "the", "biennium", "as", "of", "july", "1", "according", "to", "state", "estimates", "revenue", "is", "down", "from", "the", "oil", "and", "gas", "sector", "coal", "mining", "and", "corporates", "taxes", "the", "big", "financial", "cushion", "we", "ve", "been", "having", "for", "a", "while", "could", "be", "gone", "state", "sen", "fred", "thomas", "said", "about", "projections", "that", "state", "general", "fund", "revenue", "will", "come", "up", "short", "this", "year", "name", "of", "the", "week", "we", "like", "the", "name", "for", "the", "june", "24", "tribute", "to", "late", "republican", "stalwarts", "tim", "babcock", "who", "served", "as", "montana", "governor", "and", "conrad", "burns", "who", "represented", "montana", "in", "the", "u", "s", "senate", "it", "s", "called", "the", "golden", "tusks", "legacy", "dinner", "and", "will", "take", "place", "at", "the", "hilton", "garden", "inn", "in", "missoula", "it", "won", "t", "take", "gold", "to", "get", "in", "but", "it", "will", "require", "a", "ticket", "for", "75", "per", "person", "blog", "of", "the", "week", "i", "am", "certainly", "not", "a", "journalist", "and", "i", "have", "never", "claimed", "to", "be", "i", "don", "t", "even", "play", "one", "on", "tv", "and", "i", "ve", "never", "even", "stayed", "at", "a", "holiday", "inn", "express", "i", "am", "just", "professional", "blogger", "living", "in", "a", "bunker", "eating", "twinkies", "drinking", "folgers", "coffee", "while", "waiting", "for", "obama", "to", "come", "and", "take", "my", "guns", "mike", "brown", "who", "blogs", "at", "thewesternword", "com", "turnout", "in", "montana", "was", "better", "than", "average", "for", "the", "june", "7", "primary", "election", "we", "hope", "the", "trend", "keeps", "up", "for", "the", "nov", "8", "general", "election", "no", "doubt", "one", "reason", "for", "the", "improved", "public", "response", "is", "the", "increase", "in", "people", "asking", "for", "permanent", "absentee", "ballots", "they", "can", "fill", "out", "by", "mail", "rather", "than", "trudge", "over", "to", "their", "polling", "place", "on", "election", "day", "there", "s", "no", "doubt", "voting", "by", "mail", "is", "easy", "people", "accustomed", "to", "voting", "in", "person", "can", "opt", "to", "vote", "by", "mail", "instead", "by", "calling", "the", "county", "elections", "office", "the", "number", "in", "great", "falls", "is", "406", "454", "6803"]}, "101": {"text": "Last.fm has reached the landmark of 60 billion scrobbles last week, less than ten years after its launch, the company announced today. In other words, Last.fm\u2019s users have now listened to 60 billion music tracks on the platform.\n\nAccording to Last.fm, the 60 billionth song to be scrobbled on the music discovery website was Lady Gaga\u2019s \u2018Judas\u2019. She\u2019s the latest artist to take a place in Last.fm\u2019s hall of fame, joining Bob Dylan whose 1963 song \u2018Blowin\u2019 In The Wind\u2019 marked Last.fm\u2019s 50 billionth scrobble (see our previous story Last.fm: 50 billion scrobbles and the return of the mix tape.)\n\nLooking at this data also gives a good indication of the site\u2019s accelerated growth over the last years; it took much less time for the site to host its latest 10 billion scrobbles than for its first single billion.\n\nAccording to Last.fm\u2019s VP of Product and Marketing Matthew Hawn, \u201creaching this figure is testament to the passion and enthusiasm demonstrated by [Last.fm\u2019s] users.\u201d May it also be the confirmation that paywalls aren\u2019t always a bullet in the foot?\n\nWhat\u2019s your favorite destination to discover music? Let us know in the comments.\n\nRead next: The Principles of Experience Design and 10 sites doing it right", "tokenized_text": ["last", "fm", "has", "reached", "the", "landmark", "of", "60", "billion", "scrobbles", "last", "week", "less", "than", "ten", "years", "after", "its", "launch", "the", "company", "announced", "today", "in", "other", "words", "last", "fm", "s", "users", "have", "now", "listened", "to", "60", "billion", "music", "tracks", "on", "the", "platform", "according", "to", "last", "fm", "the", "60", "billionth", "song", "to", "be", "scrobbled", "on", "the", "music", "discovery", "website", "was", "lady", "gaga", "s", "judas", "she", "s", "the", "latest", "artist", "to", "take", "a", "place", "in", "last", "fm", "s", "hall", "of", "fame", "joining", "bob", "dylan", "whose", "1963", "song", "blowin", "in", "the", "wind", "marked", "last", "fm", "s", "50", "billionth", "scrobble", "see", "our", "previous", "story", "last", "fm", "50", "billion", "scrobbles", "and", "the", "return", "of", "the", "mix", "tape", "looking", "at", "this", "data", "also", "gives", "a", "good", "indication", "of", "the", "site", "s", "accelerated", "growth", "over", "the", "last", "years", "it", "took", "much", "less", "time", "for", "the", "site", "to", "host", "its", "latest", "10", "billion", "scrobbles", "than", "for", "its", "first", "single", "billion", "according", "to", "last", "fm", "s", "vp", "of", "product", "and", "marketing", "matthew", "hawn", "reaching", "this", "figure", "is", "testament", "to", "the", "passion", "and", "enthusiasm", "demonstrated", "by", "last", "fm", "s", "users", "may", "it", "also", "be", "the", "confirmation", "that", "paywalls", "aren", "t", "always", "a", "bullet", "in", "the", "foot", "what", "s", "your", "favorite", "destination", "to", "discover", "music", "let", "us", "know", "in", "the", "comments", "read", "next", "the", "principles", "of", "experience", "design", "and", "10", "sites", "doing", "it", "right"]}, "102": {"text": "The Buffalo Sabres played three games in a row against the New York Islanders at Nassau Coliseum this weekend. All three games ended the same way: with a 5-2 Islanders victory.\n\nBuffalo fell to 0-6-0 against the Islanders this season with Sunday\u2019s loss. The Sabres are 0-4-0 on their current five-game road trip, 0-6-1 over the last seven games and 2-10-1 since returning from a COVID-related two-week pause.\n\nOn Sunday, it was Anders Lee \u2013 who has six goals in six games against Buffalo this year \u2013 and Brock Nelson who scored for the Islanders in a span of 1:02 in the second period. Casey Cizikas scored later on in the second and Cal Clutterbuck added a fourth midway through the third. Nelson added his second goal when he dumped the puck into an empty net late in the third.\n\nJonas Johansson made 25 saves for Buffalo.\n\nJeff Skinner scored his first goal of the season, roofing a backhand shot on a wraparound to make it 3-1 in the third period. Colin Miller added another for his third of the season to put Buffalo within one before Clutterbuck iced the game.\n\nBuffalo is 0-13-1 this season when trailing after two periods.", "tokenized_text": ["the", "buffalo", "sabres", "played", "three", "games", "in", "a", "row", "against", "the", "new", "york", "islanders", "at", "nassau", "coliseum", "this", "weekend", "all", "three", "games", "ended", "the", "same", "way", "with", "a", "5", "2", "islanders", "victory", "buffalo", "fell", "to", "0", "6", "0", "against", "the", "islanders", "this", "season", "with", "sunday", "s", "loss", "the", "sabres", "are", "0", "4", "0", "on", "their", "current", "five", "game", "road", "trip", "0", "6", "1", "over", "the", "last", "seven", "games", "and", "2", "10", "1", "since", "returning", "from", "a", "covid", "related", "two", "week", "pause", "on", "sunday", "it", "was", "anders", "lee", "who", "has", "six", "goals", "in", "six", "games", "against", "buffalo", "this", "year", "and", "brock", "nelson", "who", "scored", "for", "the", "islanders", "in", "a", "span", "of", "1", "02", "in", "the", "second", "period", "casey", "cizikas", "scored", "later", "on", "in", "the", "second", "and", "cal", "clutterbuck", "added", "a", "fourth", "midway", "through", "the", "third", "nelson", "added", "his", "second", "goal", "when", "he", "dumped", "the", "puck", "into", "an", "empty", "net", "late", "in", "the", "third", "jonas", "johansson", "made", "25", "saves", "for", "buffalo", "jeff", "skinner", "scored", "his", "first", "goal", "of", "the", "season", "roofing", "a", "backhand", "shot", "on", "a", "wraparound", "to", "make", "it", "3", "1", "in", "the", "third", "period", "colin", "miller", "added", "another", "for", "his", "third", "of", "the", "season", "to", "put", "buffalo", "within", "one", "before", "clutterbuck", "iced", "the", "game", "buffalo", "is", "0", "13", "1", "this", "season", "when", "trailing", "after", "two", "periods"]}, "103": {"text": "El Tonto sees Day playing \u201ca mute simpleton who gets off a bus in Los Angeles and by happenstance suddenly rises through the Hollywood scene to become a celebrity, only to then lose it all.\u201d", "tokenized_text": ["el", "tonto", "sees", "day", "playing", "a", "mute", "simpleton", "who", "gets", "off", "a", "bus", "in", "los", "angeles", "and", "by", "happenstance", "suddenly", "rises", "through", "the", "hollywood", "scene", "to", "become", "a", "celebrity", "only", "to", "then", "lose", "it", "all"]}, "104": {"text": "Totalitarianism, Authoritarianism, and Fascism: What Is the Difference?\n\nAll nations have an official type of government as designated in the U.S. Central Intelligence Agency\u2019s World Factbook. However, a nation\u2019s own description of its form of government can often be less than objective. For example, while the former Soviet Union declared itself a democracy, its elections were not \u201cfree and fair\u201d, as only one party with state-approved candidates was represented. The USSR is more correctly classified as a socialist republic.\n\nIn addition, the boundaries between various forms of government can be fluid or poorly defined, often with overlapping characteristics. Such is the case with totalitarianism, authoritarianism, and fascism.\n\nTotalitarianism is a form of government in which the state\u2019s power is unlimited and controls virtually all aspects of public and private life. This control extends to all political and financial matters as well as the attitudes, morals, and beliefs of the people.\n\nOne distinctive feature of totalitarian governments is the existence of an explicit or implied national ideology\u2014a set of beliefs intended to give meaning and direction to the entire society.\n\nAccording to Russian history expert and author Richard Pipes, Fascist Italian Prime Minister Benito Mussolini once summarized the basis of totalitarianism as, \u201cEverything within the state, nothing outside the state, nothing against the state.\u201d\n\nExamples of characteristics that might be present in a totalitarian state include:\n\nTypically, the characteristics of a totalitarian state tend to cause people to fear their government. Rather than trying to allay that fear, totalitarian rulers encourage it and use it to ensure the people\u2019s cooperation.\n\nAn authoritarian state is characterized by a strong central government that allows people a limited degree of political freedom. However, the political process, as well as all individual freedom, is controlled by the government without any constitutional accountability\n\nIn 1964, Juan Jos\u00e9 Linz, Professor Emeritus of Sociology and Political Science at Yale University, described the four most recognizable characteristics of authoritarian states as:\n\nModern dictatorships such as Venezuela under Hugo Ch\u00e1vez and Cuba under Fidel Castro typify authoritarian governments.\n\nWhile the People\u2019s Republic of China under Chairman Mao Zedong was considered a totalitarian state, modern-day China is more accurately described as an authoritarian state because its citizens are now allowed some limited personal freedoms.\n\nIn a totalitarian state, the government\u2019s range of control over the people is virtually unlimited. The government controls nearly all aspects of the economy, politics, culture, and society. Education, religion, the arts and sciences, and even morality and reproductive rights are controlled by totalitarian governments.\n\nWhile all power in an authoritarian government is held by a single dictator or group, the people are allowed a limited degree of political freedom.\n\nRarely employed since the end of World War II in 1945, fascism is a form of government combining the most extreme aspects of both totalitarianism and authoritarianism. Even when compared to extreme nationalistic ideologies like Marxism and anarchism, fascism is typically considered to be at the far-right end of the political spectrum.\n\nFascism is characterized by the imposition of dictatorial power, government control of industry and commerce, and the forcible suppression of opposition, often at the hands of the military or a secret police force. Fascism was first seen in Italy during World War I, later spreading to Germany and other European countries during World War II.\n\nThe Foundations of Fascism\n\nThe foundation of fascism is a combination of ultranationalism\u2014an extreme devotion to one\u2019s nation over all others\u2014along with a widely held belief among the people that the nation must and will be somehow saved or \u201creborn.\u201d Rather than working for concrete solutions to economic, political, and social problems, fascist rulers divert the peoples\u2019 focus, while winning public support, by elevating the idea of a need for a national rebirth into a virtual religion. To this end, fascists encourage the growth of cults of national unity and racial purity.\n\nHistorically, the primary function of fascist regimes has been to maintain the nation in a constant state of readiness for war. Fascists observed how rapid, mass military mobilizations during World War I blurred the lines between the roles of civilians and combatants. Drawing on those experiences, fascist rulers strive to create a rabidly nationalistic culture of \u201cmilitary citizenship\u201d in which all citizens are willing and prepared to take on some military duties during times of war, including actual combat.\n\nIn addition, fascists view democracy and the electoral process as an obsolete and unnecessary obstacle to maintaining constant military readiness. They also consider a totalitarian, one-party state as the key to preparing the nation for war and its resulting economic and social hardships.\n\nToday, few governments publicly describe themselves as fascist. Instead, the label is more often used pejoratively by those critical of particular governments or leaders. The term \u201cneo-fascist,\u201d for example, describes governments or individuals espousing radical, far-right political ideologies similar to those of the World War II fascist states.", "tokenized_text": ["totalitarianism", "authoritarianism", "and", "fascism", "what", "is", "the", "difference", "all", "nations", "have", "an", "official", "type", "of", "government", "as", "designated", "in", "the", "u", "s", "central", "intelligence", "agency", "s", "world", "factbook", "however", "a", "nation", "s", "own", "description", "of", "its", "form", "of", "government", "can", "often", "be", "less", "than", "objective", "for", "example", "while", "the", "former", "soviet", "union", "declared", "itself", "a", "democracy", "its", "elections", "were", "not", "free", "and", "fair", "as", "only", "one", "party", "with", "state", "approved", "candidates", "was", "represented", "the", "ussr", "is", "more", "correctly", "classified", "as", "a", "socialist", "republic", "in", "addition", "the", "boundaries", "between", "various", "forms", "of", "government", "can", "be", "fluid", "or", "poorly", "defined", "often", "with", "overlapping", "characteristics", "such", "is", "the", "case", "with", "totalitarianism", "authoritarianism", "and", "fascism", "totalitarianism", "is", "a", "form", "of", "government", "in", "which", "the", "state", "s", "power", "is", "unlimited", "and", "controls", "virtually", "all", "aspects", "of", "public", "and", "private", "life", "this", "control", "extends", "to", "all", "political", "and", "financial", "matters", "as", "well", "as", "the", "attitudes", "morals", "and", "beliefs", "of", "the", "people", "one", "distinctive", "feature", "of", "totalitarian", "governments", "is", "the", "existence", "of", "an", "explicit", "or", "implied", "national", "ideology", "a", "set", "of", "beliefs", "intended", "to", "give", "meaning", "and", "direction", "to", "the", "entire", "society", "according", "to", "russian", "history", "expert", "and", "author", "richard", "pipes", "fascist", "italian", "prime", "minister", "benito", "mussolini", "once", "summarized", "the", "basis", "of", "totalitarianism", "as", "everything", "within", "the", "state", "nothing", "outside", "the", "state", "nothing", "against", "the", "state", "examples", "of", "characteristics", "that", "might", "be", "present", "in", "a", "totalitarian", "state", "include", "typically", "the", "characteristics", "of", "a", "totalitarian", "state", "tend", "to", "cause", "people", "to", "fear", "their", "government", "rather", "than", "trying", "to", "allay", "that", "fear", "totalitarian", "rulers", "encourage", "it", "and", "use", "it", "to", "ensure", "the", "people", "s", "cooperation", "an", "authoritarian", "state", "is", "characterized", "by", "a", "strong", "central", "government", "that", "allows", "people", "a", "limited", "degree", "of", "political", "freedom", "however", "the", "political", "process", "as", "well", "as", "all", "individual", "freedom", "is", "controlled", "by", "the", "government", "without", "any", "constitutional", "accountability", "in", "1964", "juan", "jos\u00e9", "linz", "professor", "emeritus", "of", "sociology", "and", "political", "science", "at", "yale", "university", "described", "the", "four", "most", "recognizable", "characteristics", "of", "authoritarian", "states", "as", "modern", "dictatorships", "such", "as", "venezuela", "under", "hugo", "ch\u00e1vez", "and", "cuba", "under", "fidel", "castro", "typify", "authoritarian", "governments", "while", "the", "people", "s", "republic", "of", "china", "under", "chairman", "mao", "zedong", "was", "considered", "a", "totalitarian", "state", "modern", "day", "china", "is", "more", "accurately", "described", "as", "an", "authoritarian", "state", "because", "its", "citizens", "are", "now", "allowed", "some", "limited", "personal", "freedoms", "in", "a", "totalitarian", "state", "the", "government", "s", "range", "of", "control", "over", "the", "people", "is", "virtually", "unlimited", "the", "government", "controls", "nearly", "all", "aspects", "of", "the", "economy", "politics", "culture", "and", "society", "education", "religion", "the", "arts", "and", "sciences", "and", "even", "morality", "and", "reproductive", "rights", "are", "controlled", "by", "totalitarian", "governments", "while", "all", "power", "in", "an", "authoritarian", "government", "is", "held", "by", "a", "single", "dictator", "or", "group", "the", "people", "are", "allowed", "a", "limited", "degree", "of", "political", "freedom", "rarely", "employed", "since", "the", "end", "of", "world", "war", "ii", "in", "1945", "fascism", "is", "a", "form", "of", "government", "combining", "the", "most", "extreme", "aspects", "of", "both", "totalitarianism", "and", "authoritarianism", "even", "when", "compared", "to", "extreme", "nationalistic", "ideologies", "like", "marxism", "and", "anarchism", "fascism", "is", "typically", "considered", "to", "be", "at", "the", "far", "right", "end", "of", "the", "political", "spectrum", "fascism", "is", "characterized", "by", "the", "imposition", "of", "dictatorial", "power", "government", "control", "of", "industry", "and", "commerce", "and", "the", "forcible", "suppression", "of", "opposition", "often", "at", "the", "hands", "of", "the", "military", "or", "a", "secret", "police", "force", "fascism", "was", "first", "seen", "in", "italy", "during", "world", "war", "i", "later", "spreading", "to", "germany", "and", "other", "european", "countries", "during", "world", "war", "ii", "the", "foundations", "of", "fascism", "the", "foundation", "of", "fascism", "is", "a", "combination", "of", "ultranationalism", "an", "extreme", "devotion", "to", "one", "s", "nation", "over", "all", "others", "along", "with", "a", "widely", "held", "belief", "among", "the", "people", "that", "the", "nation", "must", "and", "will", "be", "somehow", "saved", "or", "reborn", "rather", "than", "working", "for", "concrete", "solutions", "to", "economic", "political", "and", "social", "problems", "fascist", "rulers", "divert", "the", "peoples", "focus", "while", "winning", "public", "support", "by", "elevating", "the", "idea", "of", "a", "need", "for", "a", "national", "rebirth", "into", "a", "virtual", "religion", "to", "this", "end", "fascists", "encourage", "the", "growth", "of", "cults", "of", "national", "unity", "and", "racial", "purity", "historically", "the", "primary", "function", "of", "fascist", "regimes", "has", "been", "to", "maintain", "the", "nation", "in", "a", "constant", "state", "of", "readiness", "for", "war", "fascists", "observed", "how", "rapid", "mass", "military", "mobilizations", "during", "world", "war", "i", "blurred", "the", "lines", "between", "the", "roles", "of", "civilians", "and", "combatants", "drawing", "on", "those", "experiences", "fascist", "rulers", "strive", "to", "create", "a", "rabidly", "nationalistic", "culture", "of", "military", "citizenship", "in", "which", "all", "citizens", "are", "willing", "and", "prepared", "to", "take", "on", "some", "military", "duties", "during", "times", "of", "war", "including", "actual", "combat", "in", "addition", "fascists", "view", "democracy", "and", "the", "electoral", "process", "as", "an", "obsolete", "and", "unnecessary", "obstacle", "to", "maintaining", "constant", "military", "readiness", "they", "also", "consider", "a", "totalitarian", "one", "party", "state", "as", "the", "key", "to", "preparing", "the", "nation", "for", "war", "and", "its", "resulting", "economic", "and", "social", "hardships", "today", "few", "governments", "publicly", "describe", "themselves", "as", "fascist", "instead", "the", "label", "is", "more", "often", "used", "pejoratively", "by", "those", "critical", "of", "particular", "governments", "or", "leaders", "the", "term", "neo", "fascist", "for", "example", "describes", "governments", "or", "individuals", "espousing", "radical", "far", "right", "political", "ideologies", "similar", "to", "those", "of", "the", "world", "war", "ii", "fascist", "states"]}, "105": {"text": "Former member of the Defence Forces Lisa Smith has been arrested on suspicion of terrorist offences.\n\nThe 38-year-old arrived at Dublin Airport this morning after being deported from Turkey.\n\nShe is being questioned at Kevin Street Garda Station in Dublin.\n\nMs Smith travelled to Syria in 2015 to live in the so-called Islamic State.\n\nTurkish Airlines flight 1975 landed in Dublin Airport just after 10am with Ms Smith and her daughter on board.\n\nThey were accompanied by four escort personnel from the Army Ranger Wing and the Department of Foreign Affairs.\n\nMs Smith and her child were covered with a pink blanket and declined to comment when approached on the flight by RT\u00c9 News, simply responding \"No\".\n\nThe Dundalk woman, who left Ireland four years ago, was deported from Turkey and met by garda\u00ed from the Counter Terrorism Section at Dublin Airport.\n\nThe Garda's Security and Intelligence Section and the Special Detective Unit have been investigating her activities since 2012 and have gathered substantial information and intelligence from Europe, Africa, the Middle East as well as Ireland.", "tokenized_text": ["former", "member", "of", "the", "defence", "forces", "lisa", "smith", "has", "been", "arrested", "on", "suspicion", "of", "terrorist", "offences", "the", "38", "year", "old", "arrived", "at", "dublin", "airport", "this", "morning", "after", "being", "deported", "from", "turkey", "she", "is", "being", "questioned", "at", "kevin", "street", "garda", "station", "in", "dublin", "ms", "smith", "travelled", "to", "syria", "in", "2015", "to", "live", "in", "the", "so", "called", "islamic", "state", "turkish", "airlines", "flight", "1975", "landed", "in", "dublin", "airport", "just", "after", "10am", "with", "ms", "smith", "and", "her", "daughter", "on", "board", "they", "were", "accompanied", "by", "four", "escort", "personnel", "from", "the", "army", "ranger", "wing", "and", "the", "department", "of", "foreign", "affairs", "ms", "smith", "and", "her", "child", "were", "covered", "with", "a", "pink", "blanket", "and", "declined", "to", "comment", "when", "approached", "on", "the", "flight", "by", "rt\u00e9", "news", "simply", "responding", "no", "the", "dundalk", "woman", "who", "left", "ireland", "four", "years", "ago", "was", "deported", "from", "turkey", "and", "met", "by", "garda\u00ed", "from", "the", "counter", "terrorism", "section", "at", "dublin", "airport", "the", "garda", "s", "security", "and", "intelligence", "section", "and", "the", "special", "detective", "unit", "have", "been", "investigating", "her", "activities", "since", "2012", "and", "have", "gathered", "substantial", "information", "and", "intelligence", "from", "europe", "africa", "the", "middle", "east", "as", "well", "as", "ireland"]}, "106": {"text": "Ms Smith and her daughter were taken to a van and driven to Kevin Street Garda Station arriving just before 11am.\n\nThe 38-year-old was arrested and her child is now being cared for by her family.\n\nShe has been granted access to all medical and legal requirements and is being interviewed about suspected terrorist offences.\n\nIrish Citizens Lisa Smith and her child (2yrs) were today successfully repatriated to Ireland. The expert evidence and the UN were expressly clear - the previous conditions were unsuitable and incompatible with international human rights standards. @PhoenixLawHR acts.\n\nShe is being detained under Section 30 of the Offences Against the State Act and can be questioned for up to three days.", "tokenized_text": ["ms", "smith", "and", "her", "daughter", "were", "taken", "to", "a", "van", "and", "driven", "to", "kevin", "street", "garda", "station", "arriving", "just", "before", "11am", "the", "38", "year", "old", "was", "arrested", "and", "her", "child", "is", "now", "being", "cared", "for", "by", "her", "family", "she", "has", "been", "granted", "access", "to", "all", "medical", "and", "legal", "requirements", "and", "is", "being", "interviewed", "about", "suspected", "terrorist", "offences", "irish", "citizens", "lisa", "smith", "and", "her", "child", "2yrs", "were", "today", "successfully", "repatriated", "to", "ireland", "the", "expert", "evidence", "and", "the", "un", "were", "expressly", "clear", "the", "previous", "conditions", "were", "unsuitable", "and", "incompatible", "with", "international", "human", "rights", "standards", "phoenixlawhr", "acts", "she", "is", "being", "detained", "under", "section", "30", "of", "the", "offences", "against", "the", "state", "act", "and", "can", "be", "questioned", "for", "up", "to", "three", "days"]}, "107": {"text": "In a statement, Minister for Justice and Equality Charlie Flanagan said: \"On her arrival in Dublin, Lisa Smith was met by An Garda S\u00edoch\u00e1na. In the case of Ms Smith's child, established procedures for her care will be followed.\n\n\"An Garda S\u00edoch\u00e1na and the Director of Public Prosecutions are responsible for criminal investigations based on facts and evidence in all cases and it would not be appropriate for me to comment on those matters.\n\n\"This is a sensitive case and I want to reassure people that all relevant State agencies are closely involved.\n\n\"A multi-agency network is in place here comprising agency personnel who engage on an ongoing basis with international colleagues regarding emerging practice in relation to the complex issue of radicalisation.\n\n\"This network will coordinate engagement on a case by case basis as and when appropriate.\"\n\nT\u00e1naiste and Minister for Foreign Affairs Simon Coveney said they \"had been working with various different partners to try and ensure that we could respond to this case as a consular case, although it's a very, very complex one, to ensure primarily the safety of a two-year-old little girl who was in a warzone, and for much of that time in a camp that we know from UNICEF reports was extremely dangerous for children\".\n\nMr Coveney said: \"For people who are rightly concerned and asking questions about a two-year-old little girl who wasn't born in Ireland but who is an Irish citizen - Tusla have been working with An Garda S\u00edoch\u00e1na and with Lisa Smith's wider family to ensure that her welfare is looked after.\"\n\nHe added: \"It's up to the DPP to determine on the back of a report from An Garda S\u00edoch\u00e1na as to whether they can take a case successfully against Lisa Smith.\n\n\"I think it's important to leave that process take its course.\"", "tokenized_text": ["in", "a", "statement", "minister", "for", "justice", "and", "equality", "charlie", "flanagan", "said", "on", "her", "arrival", "in", "dublin", "lisa", "smith", "was", "met", "by", "an", "garda", "s\u00edoch\u00e1na", "in", "the", "case", "of", "ms", "smith", "s", "child", "established", "procedures", "for", "her", "care", "will", "be", "followed", "an", "garda", "s\u00edoch\u00e1na", "and", "the", "director", "of", "public", "prosecutions", "are", "responsible", "for", "criminal", "investigations", "based", "on", "facts", "and", "evidence", "in", "all", "cases", "and", "it", "would", "not", "be", "appropriate", "for", "me", "to", "comment", "on", "those", "matters", "this", "is", "a", "sensitive", "case", "and", "i", "want", "to", "reassure", "people", "that", "all", "relevant", "state", "agencies", "are", "closely", "involved", "a", "multi", "agency", "network", "is", "in", "place", "here", "comprising", "agency", "personnel", "who", "engage", "on", "an", "ongoing", "basis", "with", "international", "colleagues", "regarding", "emerging", "practice", "in", "relation", "to", "the", "complex", "issue", "of", "radicalisation", "this", "network", "will", "coordinate", "engagement", "on", "a", "case", "by", "case", "basis", "as", "and", "when", "appropriate", "t\u00e1naiste", "and", "minister", "for", "foreign", "affairs", "simon", "coveney", "said", "they", "had", "been", "working", "with", "various", "different", "partners", "to", "try", "and", "ensure", "that", "we", "could", "respond", "to", "this", "case", "as", "a", "consular", "case", "although", "it", "s", "a", "very", "very", "complex", "one", "to", "ensure", "primarily", "the", "safety", "of", "a", "two", "year", "old", "little", "girl", "who", "was", "in", "a", "warzone", "and", "for", "much", "of", "that", "time", "in", "a", "camp", "that", "we", "know", "from", "unicef", "reports", "was", "extremely", "dangerous", "for", "children", "mr", "coveney", "said", "for", "people", "who", "are", "rightly", "concerned", "and", "asking", "questions", "about", "a", "two", "year", "old", "little", "girl", "who", "wasn", "t", "born", "in", "ireland", "but", "who", "is", "an", "irish", "citizen", "tusla", "have", "been", "working", "with", "an", "garda", "s\u00edoch\u00e1na", "and", "with", "lisa", "smith", "s", "wider", "family", "to", "ensure", "that", "her", "welfare", "is", "looked", "after", "he", "added", "it", "s", "up", "to", "the", "dpp", "to", "determine", "on", "the", "back", "of", "a", "report", "from", "an", "garda", "s\u00edoch\u00e1na", "as", "to", "whether", "they", "can", "take", "a", "case", "successfully", "against", "lisa", "smith", "i", "think", "it", "s", "important", "to", "leave", "that", "process", "take", "its", "course"]}, "108": {"text": "Charlie Waller, founder and leader of the Country Gentlemen, died Wednesday (Aug. 18) of an apparent heart attack in the garden of his home in Gordonsville, Va. He was 69.\n\nAlthough Waller had been ailing the past several years, he and his group have maintained a busy concert schedule and were preparing to go on the road again when he died. Waller had scheduled two concerts \u2014 Friday (Aug. 20) in Nashville and Sept. 8 in Falls Church, Va. \u2014 to raise medical-expense funds for banjo player Eddie Adcock, an early member of the band.\n\nOrganized in Arlington, Va., the Country Gentlemen played their first concert on July 4, 1957. Although the group has had more than 100 members during its 47-year history \u2014 including Ricky Skaggs, Bill Emerson, Doyle Lawson and Jerry Douglas \u2014 the classic Country Gentlemen ensemble was made up of Waller, as lead vocalist and guitarist, Adcock on banjo, Tom Gray on bass and the late John Duffey on mandolin. It was this combination that, in 1996, was inducted into the International Bluegrass Music Association Hall of Honor.\n\nDespite his solid bluegrass licks and credentials, Waller was a country music enthusiast to the core. His vocal models included Gene Autry, Hank Snow and Eddy Arnold. He seldom did a show without singing Autry\u2019s mellow standard, \u201cAges and Ages Ago.\u201d The Gentlemen entered Billboard\u2019s country singles chart only once \u2014 in 1965 with the ghost ballad, \u201cBringing Mary Home.\u201d\n\n\u201cAlthough they were respectful of tradition,\u201d music scholar Bill Malone writes in The Encyclopedia of Country Music, \u201cthe Country Gentlemen were also one of the most important early innovative bands in bluegrass, taking the genre into new arenas of repertoire and stylistic performance while steadfastly using acoustic instruments.\u201d That repertoire embraced pop, folk and country music and yielded such memorable cuts as \u201cTheme From Exodus,\u201d \u201cMatterhorn,\u201d \u201cTwo Little Boys,\u201d \u201cLegend of the Rebel Soldier\u201d and \u201cNew Freedom Bell.\u201d\n\nA new Country Gentlemen album \u2014 Songs of the American Spirit \u2014 is due out in September from Pinecastle Records and will contain songs written by Merle Haggard, Tom T. and Dixie Hall, the late Randall Hylton and others.\n\nWaller is survived by his wife, Sachiko; a son, Randy, who is a member of the current band; and a daughter, Mena, now a student at Nashville\u2019s Belmont University. Funeral arrangements are pending.", "tokenized_text": ["charlie", "waller", "founder", "and", "leader", "of", "the", "country", "gentlemen", "died", "wednesday", "aug", "18", "of", "an", "apparent", "heart", "attack", "in", "the", "garden", "of", "his", "home", "in", "gordonsville", "va", "he", "was", "69", "although", "waller", "had", "been", "ailing", "the", "past", "several", "years", "he", "and", "his", "group", "have", "maintained", "a", "busy", "concert", "schedule", "and", "were", "preparing", "to", "go", "on", "the", "road", "again", "when", "he", "died", "waller", "had", "scheduled", "two", "concerts", "friday", "aug", "20", "in", "nashville", "and", "sept", "8", "in", "falls", "church", "va", "to", "raise", "medical", "expense", "funds", "for", "banjo", "player", "eddie", "adcock", "an", "early", "member", "of", "the", "band", "organized", "in", "arlington", "va", "the", "country", "gentlemen", "played", "their", "first", "concert", "on", "july", "4", "1957", "although", "the", "group", "has", "had", "more", "than", "100", "members", "during", "its", "47", "year", "history", "including", "ricky", "skaggs", "bill", "emerson", "doyle", "lawson", "and", "jerry", "douglas", "the", "classic", "country", "gentlemen", "ensemble", "was", "made", "up", "of", "waller", "as", "lead", "vocalist", "and", "guitarist", "adcock", "on", "banjo", "tom", "gray", "on", "bass", "and", "the", "late", "john", "duffey", "on", "mandolin", "it", "was", "this", "combination", "that", "in", "1996", "was", "inducted", "into", "the", "international", "bluegrass", "music", "association", "hall", "of", "honor", "despite", "his", "solid", "bluegrass", "licks", "and", "credentials", "waller", "was", "a", "country", "music", "enthusiast", "to", "the", "core", "his", "vocal", "models", "included", "gene", "autry", "hank", "snow", "and", "eddy", "arnold", "he", "seldom", "did", "a", "show", "without", "singing", "autry", "s", "mellow", "standard", "ages", "and", "ages", "ago", "the", "gentlemen", "entered", "billboard", "s", "country", "singles", "chart", "only", "once", "in", "1965", "with", "the", "ghost", "ballad", "bringing", "mary", "home", "although", "they", "were", "respectful", "of", "tradition", "music", "scholar", "bill", "malone", "writes", "in", "the", "encyclopedia", "of", "country", "music", "the", "country", "gentlemen", "were", "also", "one", "of", "the", "most", "important", "early", "innovative", "bands", "in", "bluegrass", "taking", "the", "genre", "into", "new", "arenas", "of", "repertoire", "and", "stylistic", "performance", "while", "steadfastly", "using", "acoustic", "instruments", "that", "repertoire", "embraced", "pop", "folk", "and", "country", "music", "and", "yielded", "such", "memorable", "cuts", "as", "theme", "from", "exodus", "matterhorn", "two", "little", "boys", "legend", "of", "the", "rebel", "soldier", "and", "new", "freedom", "bell", "a", "new", "country", "gentlemen", "album", "songs", "of", "the", "american", "spirit", "is", "due", "out", "in", "september", "from", "pinecastle", "records", "and", "will", "contain", "songs", "written", "by", "merle", "haggard", "tom", "t", "and", "dixie", "hall", "the", "late", "randall", "hylton", "and", "others", "waller", "is", "survived", "by", "his", "wife", "sachiko", "a", "son", "randy", "who", "is", "a", "member", "of", "the", "current", "band", "and", "a", "daughter", "mena", "now", "a", "student", "at", "nashville", "s", "belmont", "university", "funeral", "arrangements", "are", "pending"]}, "109": {"text": "A Hand Full of Anticipation for the CaribbeanTales 2011 Film Festival", "tokenized_text": ["a", "hand", "full", "of", "anticipation", "for", "the", "caribbeantales", "2011", "film", "festival"]}, "110": {"text": "The Gala is the main highlight of a week of cultural explosion, that will take place between 14-20th March as filmmakers and film enthusiasts from around the region and the world come together to celebrate Caribbean film at CT2011.\n\nProducer of the film, Lisa Harewood expressed her pride that the production will be featured at the Opening Night Gala. \u201cWe feel incredibly honoured to have been given the opportunity to open CaribbeanTales Film Festival 2011. The festival is becoming a very important link between filmmakers from the Caribbean and the wider Diaspora, so we\u2019re looking forward to meeting and talking to our colleagues. More than anything though, we\u2019re excited to screen the film for the cast, crew, friends, family and supporters who are based in Barbados.\u201d\n\nThe movie has already attracted some major attention, copping a nomination for Best First Feature Narrative Director, at the hugely respected Pan African Film Festival in Los Angeles. This recognition being well deserved as Russell Watson and his team battled for several years against the tremendous obstacles that are commonly faced by Caribbean film makers in order to complete the film. With a minimalist budget, and a lot of determination the movie is an example that against all odds, with creativity and a will, there is a way.\n\nShot in various locations in Barbados and Chicago, the film tells the topical family story of 3 generations , and one plantation. The men of the Redman family \u2013 father, grandfather and son \u2013 try desperately to break with the past to pursue their dreams on their own terms. Soon though, it is made painfully clear that their lives are inextricably linked and that the past exerts an inescapable grip on the future. A Hand Full of Dirt features such local and regional luminaries as Dominica\u2019s Alwin Bully and Barbados\u2019 own Cynthia Wilson, Luther Bourne and Marcia Burrow.\n\nThe Opening Gala starts at 6:00 pm at the Frank Collymore Hall in Bridgetown Barbados and admission is $35 a ticket at the door. Early bird seats are available for $25.00, by emailing registration@sharons26.sg-host.com. Pre-registration is advised for this hugely popular event.\n\nCaribbeanTales 2011 @ Island Inn runs from March 14- 20, 2011. Not just a film festival the event will include screenings, talk back sessions, workshops, incubators, networking events, and a pitch marketplace, as well as a special Directing Masterclass by celebrated Hollywood Director Neema Barnette, known for her work on the Cosby Show. Audiences will also get to Preview the new film The Skin, the fourth feature film by Antigua\u2019s prolific husband and wife filmmaking team, Howard and Mitzi Allen.", "tokenized_text": ["the", "gala", "is", "the", "main", "highlight", "of", "a", "week", "of", "cultural", "explosion", "that", "will", "take", "place", "between", "14", "20th", "march", "as", "filmmakers", "and", "film", "enthusiasts", "from", "around", "the", "region", "and", "the", "world", "come", "together", "to", "celebrate", "caribbean", "film", "at", "ct2011", "producer", "of", "the", "film", "lisa", "harewood", "expressed", "her", "pride", "that", "the", "production", "will", "be", "featured", "at", "the", "opening", "night", "gala", "we", "feel", "incredibly", "honoured", "to", "have", "been", "given", "the", "opportunity", "to", "open", "caribbeantales", "film", "festival", "2011", "the", "festival", "is", "becoming", "a", "very", "important", "link", "between", "filmmakers", "from", "the", "caribbean", "and", "the", "wider", "diaspora", "so", "we", "re", "looking", "forward", "to", "meeting", "and", "talking", "to", "our", "colleagues", "more", "than", "anything", "though", "we", "re", "excited", "to", "screen", "the", "film", "for", "the", "cast", "crew", "friends", "family", "and", "supporters", "who", "are", "based", "in", "barbados", "the", "movie", "has", "already", "attracted", "some", "major", "attention", "copping", "a", "nomination", "for", "best", "first", "feature", "narrative", "director", "at", "the", "hugely", "respected", "pan", "african", "film", "festival", "in", "los", "angeles", "this", "recognition", "being", "well", "deserved", "as", "russell", "watson", "and", "his", "team", "battled", "for", "several", "years", "against", "the", "tremendous", "obstacles", "that", "are", "commonly", "faced", "by", "caribbean", "film", "makers", "in", "order", "to", "complete", "the", "film", "with", "a", "minimalist", "budget", "and", "a", "lot", "of", "determination", "the", "movie", "is", "an", "example", "that", "against", "all", "odds", "with", "creativity", "and", "a", "will", "there", "is", "a", "way", "shot", "in", "various", "locations", "in", "barbados", "and", "chicago", "the", "film", "tells", "the", "topical", "family", "story", "of", "3", "generations", "and", "one", "plantation", "the", "men", "of", "the", "redman", "family", "father", "grandfather", "and", "son", "try", "desperately", "to", "break", "with", "the", "past", "to", "pursue", "their", "dreams", "on", "their", "own", "terms", "soon", "though", "it", "is", "made", "painfully", "clear", "that", "their", "lives", "are", "inextricably", "linked", "and", "that", "the", "past", "exerts", "an", "inescapable", "grip", "on", "the", "future", "a", "hand", "full", "of", "dirt", "features", "such", "local", "and", "regional", "luminaries", "as", "dominica", "s", "alwin", "bully", "and", "barbados", "own", "cynthia", "wilson", "luther", "bourne", "and", "marcia", "burrow", "the", "opening", "gala", "starts", "at", "6", "00", "pm", "at", "the", "frank", "collymore", "hall", "in", "bridgetown", "barbados", "and", "admission", "is", "35", "a", "ticket", "at", "the", "door", "early", "bird", "seats", "are", "available", "for", "25", "00", "by", "emailing", "registration", "sharons26", "sg", "host", "com", "pre", "registration", "is", "advised", "for", "this", "hugely", "popular", "event", "caribbeantales", "2011", "island", "inn", "runs", "from", "march", "14", "20", "2011", "not", "just", "a", "film", "festival", "the", "event", "will", "include", "screenings", "talk", "back", "sessions", "workshops", "incubators", "networking", "events", "and", "a", "pitch", "marketplace", "as", "well", "as", "a", "special", "directing", "masterclass", "by", "celebrated", "hollywood", "director", "neema", "barnette", "known", "for", "her", "work", "on", "the", "cosby", "show", "audiences", "will", "also", "get", "to", "preview", "the", "new", "film", "the", "skin", "the", "fourth", "feature", "film", "by", "antigua", "s", "prolific", "husband", "and", "wife", "filmmaking", "team", "howard", "and", "mitzi", "allen"]}, "111": {"text": "What do Deacons Do?\n\nChurchology: The Who and What We Are", "tokenized_text": ["what", "do", "deacons", "do", "churchology", "the", "who", "and", "what", "we", "are"]}, "112": {"text": "Have you ever had a bad experience with a waiter/waitress?\n\nI remember a specific time in high school when that happened. In a restaurant, a waiter/waitress plays an essential part in the experience at the restaurant. In Acts 6, the Apostles describe the importance of having men who are servants.\n\nThe church in Jerusalem had grown from just a handful to around 20,000. What happens when things grow fast? It happened right here in Acts, administrative problems begin. There's been a couple of attacks in the early church: persecution and hypocrisy (Ananias and his wife). But now Satan tries something else, division as there was a part of the church that wasn't being cared for properly. The Apostles saw and acknowledge the need and problem. But they faced a problem themselves.\n\nVerse 2 says, \"It is not right that we should give up preaching the word of God to serve tables.\" The apostles know they can't stop doing the very thing that Jesus had given them. Still, they also see people in their care who needed to be physically cared for. This isn't a derogatory comment, \"waiting tables\" was a necessary and honourable task, but one better suited for others. The apostles had been called to prayer and the ministry of the Word.\n\nIn our last post, we looked at the importance of Elders and what they do. Elders shepherd the flock and exercise oversight through the teaching of God's Word and prayer. This is the mechanism that is used to grow the church, not just numerically, but spiritually. To neglect these things would be the same as knocking the legs from underneath you and would be disobedience to what Jesus told the Apostles and all other elders. God uses the hearing of his Word to call, justify, and sanctify his people and to neglect that would be the worst thing you can do to a church seeking to be healthy.\n\nBut when we look at the problem that is being faced here, we see that caring for others is an essential part of being a disciple of Jesus because it reflects the heart of Jesus for others. And the widows of a specific group in the young church wasn't being taken care of. So what is to be done? They looked for men who were an example of godliness to take on the church's mercy project to allow the Apostles to continue on in the preaching of the Bible and pray for the church.\n\nThese men were \"full of the Spirit,\" and I can't emphasize how important this character is in men who want to be deacons. To be full of the Spirit means to be controlled by God's Spirit rather than their own flesh or sinful nature. The apostles didn't take a chance on people of unproven character. Why does it matter? The church and the gospel receive no advantage from our appointing those not full of the Spirit. Deacons are to be men know to be full of the Spirit and wisdom. These are also wise men, meaning they are men who live by God's precepts and apply them to life's situation. Stephen, in verse 5, was seen as this. He was a man \"full of faith and of the Holy Spirit\" (vs. 5) and \"full of God's grace and power\" (vs. 8). All of these things can only be done through the presence and power of the Holy Spirit.\n\nThere's an emphasis on making sure that those in this position are actually those who are growing in Christ. I can't overestimate the importance of the type of person shown here being in Deacon's office. We need to learn how to identify and pray for such people to be strengthened as a church. Deacons are people who are established believers, and in 1 Timothy, there must be a time of testing to make sure \"blameless\" (v. 10). We aren't talking about perfect, but they are not open to misconduct charges. These are people who must be in \"good standing,\" which is talking about those people's spiritual standing in the kingdom of God rather than a step up some kind of ecclesial corporate ladder (v. 13). Finally, \"confidence in the faith\" means that deacons can serve boldly with the assurance that what they do is right when done in accord with the gospel (v. 13).\n\nHere's a question for you: What caused the church to grow to this size? This is a church that had withstood persecution, a scandal, and now is facing division. Was it a program? No. It was the preaching of God's Word in verse 7, and this was able to happen as these seven men faithful served the church, freeing the Apostles to preach and pray.\n\nA few years ago, I was walking with some men who the elders saw as potential elders. They were seen as doing the work of the elder before they held the office of elder. And one of the men said to me, \"I don't know if I am ready to be an Elder, can I just start off with being a deacon?\" My response was that deacons are not a lower stage of becoming an Elder. They are two different offices and with two different roles. It doesn't mean that an Elder won't help bring food over to someone's house just as it means that a deacon won't teach a class, but it does means that they have different roles with different emphasis.\n\nElders and Deacons are needed in the church for health to happen; Church health happens when biblically qualified elders' are dedicated to overseeing the church and who are dedicated to praying and teaching her. That can only happen when Deacons are joyfully serving the church freeing up the Elders to teach God's Word and pray. Deacons don't lead or oversee the church. This is God's role he has given to the elders (see Acts 20:28; 1 Tim. 5:17; 1 Pet. 5:1\u20132). Instead, they humbly serve the congregation by ensuring practical matters are met. In so doing, they free the pastors from doing these tasks to devote themselves to teaching, praying, and leading. We would do well to appreciate those who hold the office of Deacon, which is often unnoticed and unappreciated. One isn't a stepping stone to another; people's same character is supposed to be in both.\n\nFor example, a deacon may handle benevolence requests so that a pastor can prepare a sermon. A deacon may take care of the church's leaky roof so that the elders can focus on equipping and counselling others. Of course, some overlap may occur, but by and large, deacons handle physical and logistical needs, and elders tend to spiritual matters.\n\nWe might be tempted to think that being a deacon isn't that important. Being an elder or a missionary or a conference speaker or a Christian author is where it's at. But Scripture disagrees. Competent, qualified deacons are essential to the health of a local church. When deacons serve the congregation and support the elders, they protect the church's unity\u2014something Jesus views as precious (see John 17). One reason those first deacons were so important is that they prevented the Jerusalem church from fracturing.", "tokenized_text": ["have", "you", "ever", "had", "a", "bad", "experience", "with", "a", "waiter", "waitress", "i", "remember", "a", "specific", "time", "in", "high", "school", "when", "that", "happened", "in", "a", "restaurant", "a", "waiter", "waitress", "plays", "an", "essential", "part", "in", "the", "experience", "at", "the", "restaurant", "in", "acts", "6", "the", "apostles", "describe", "the", "importance", "of", "having", "men", "who", "are", "servants", "the", "church", "in", "jerusalem", "had", "grown", "from", "just", "a", "handful", "to", "around", "20", "000", "what", "happens", "when", "things", "grow", "fast", "it", "happened", "right", "here", "in", "acts", "administrative", "problems", "begin", "there", "s", "been", "a", "couple", "of", "attacks", "in", "the", "early", "church", "persecution", "and", "hypocrisy", "ananias", "and", "his", "wife", "but", "now", "satan", "tries", "something", "else", "division", "as", "there", "was", "a", "part", "of", "the", "church", "that", "wasn", "t", "being", "cared", "for", "properly", "the", "apostles", "saw", "and", "acknowledge", "the", "need", "and", "problem", "but", "they", "faced", "a", "problem", "themselves", "verse", "2", "says", "it", "is", "not", "right", "that", "we", "should", "give", "up", "preaching", "the", "word", "of", "god", "to", "serve", "tables", "the", "apostles", "know", "they", "can", "t", "stop", "doing", "the", "very", "thing", "that", "jesus", "had", "given", "them", "still", "they", "also", "see", "people", "in", "their", "care", "who", "needed", "to", "be", "physically", "cared", "for", "this", "isn", "t", "a", "derogatory", "comment", "waiting", "tables", "was", "a", "necessary", "and", "honourable", "task", "but", "one", "better", "suited", "for", "others", "the", "apostles", "had", "been", "called", "to", "prayer", "and", "the", "ministry", "of", "the", "word", "in", "our", "last", "post", "we", "looked", "at", "the", "importance", "of", "elders", "and", "what", "they", "do", "elders", "shepherd", "the", "flock", "and", "exercise", "oversight", "through", "the", "teaching", "of", "god", "s", "word", "and", "prayer", "this", "is", "the", "mechanism", "that", "is", "used", "to", "grow", "the", "church", "not", "just", "numerically", "but", "spiritually", "to", "neglect", "these", "things", "would", "be", "the", "same", "as", "knocking", "the", "legs", "from", "underneath", "you", "and", "would", "be", "disobedience", "to", "what", "jesus", "told", "the", "apostles", "and", "all", "other", "elders", "god", "uses", "the", "hearing", "of", "his", "word", "to", "call", "justify", "and", "sanctify", "his", "people", "and", "to", "neglect", "that", "would", "be", "the", "worst", "thing", "you", "can", "do", "to", "a", "church", "seeking", "to", "be", "healthy", "but", "when", "we", "look", "at", "the", "problem", "that", "is", "being", "faced", "here", "we", "see", "that", "caring", "for", "others", "is", "an", "essential", "part", "of", "being", "a", "disciple", "of", "jesus", "because", "it", "reflects", "the", "heart", "of", "jesus", "for", "others", "and", "the", "widows", "of", "a", "specific", "group", "in", "the", "young", "church", "wasn", "t", "being", "taken", "care", "of", "so", "what", "is", "to", "be", "done", "they", "looked", "for", "men", "who", "were", "an", "example", "of", "godliness", "to", "take", "on", "the", "church", "s", "mercy", "project", "to", "allow", "the", "apostles", "to", "continue", "on", "in", "the", "preaching", "of", "the", "bible", "and", "pray", "for", "the", "church", "these", "men", "were", "full", "of", "the", "spirit", "and", "i", "can", "t", "emphasize", "how", "important", "this", "character", "is", "in", "men", "who", "want", "to", "be", "deacons", "to", "be", "full", "of", "the", "spirit", "means", "to", "be", "controlled", "by", "god", "s", "spirit", "rather", "than", "their", "own", "flesh", "or", "sinful", "nature", "the", "apostles", "didn", "t", "take", "a", "chance", "on", "people", "of", "unproven", "character", "why", "does", "it", "matter", "the", "church", "and", "the", "gospel", "receive", "no", "advantage", "from", "our", "appointing", "those", "not", "full", "of", "the", "spirit", "deacons", "are", "to", "be", "men", "know", "to", "be", "full", "of", "the", "spirit", "and", "wisdom", "these", "are", "also", "wise", "men", "meaning", "they", "are", "men", "who", "live", "by", "god", "s", "precepts", "and", "apply", "them", "to", "life", "s", "situation", "stephen", "in", "verse", "5", "was", "seen", "as", "this", "he", "was", "a", "man", "full", "of", "faith", "and", "of", "the", "holy", "spirit", "vs", "5", "and", "full", "of", "god", "s", "grace", "and", "power", "vs", "8", "all", "of", "these", "things", "can", "only", "be", "done", "through", "the", "presence", "and", "power", "of", "the", "holy", "spirit", "there", "s", "an", "emphasis", "on", "making", "sure", "that", "those", "in", "this", "position", "are", "actually", "those", "who", "are", "growing", "in", "christ", "i", "can", "t", "overestimate", "the", "importance", "of", "the", "type", "of", "person", "shown", "here", "being", "in", "deacon", "s", "office", "we", "need", "to", "learn", "how", "to", "identify", "and", "pray", "for", "such", "people", "to", "be", "strengthened", "as", "a", "church", "deacons", "are", "people", "who", "are", "established", "believers", "and", "in", "1", "timothy", "there", "must", "be", "a", "time", "of", "testing", "to", "make", "sure", "blameless", "v", "10", "we", "aren", "t", "talking", "about", "perfect", "but", "they", "are", "not", "open", "to", "misconduct", "charges", "these", "are", "people", "who", "must", "be", "in", "good", "standing", "which", "is", "talking", "about", "those", "people", "s", "spiritual", "standing", "in", "the", "kingdom", "of", "god", "rather", "than", "a", "step", "up", "some", "kind", "of", "ecclesial", "corporate", "ladder", "v", "13", "finally", "confidence", "in", "the", "faith", "means", "that", "deacons", "can", "serve", "boldly", "with", "the", "assurance", "that", "what", "they", "do", "is", "right", "when", "done", "in", "accord", "with", "the", "gospel", "v", "13", "here", "s", "a", "question", "for", "you", "what", "caused", "the", "church", "to", "grow", "to", "this", "size", "this", "is", "a", "church", "that", "had", "withstood", "persecution", "a", "scandal", "and", "now", "is", "facing", "division", "was", "it", "a", "program", "no", "it", "was", "the", "preaching", "of", "god", "s", "word", "in", "verse", "7", "and", "this", "was", "able", "to", "happen", "as", "these", "seven", "men", "faithful", "served", "the", "church", "freeing", "the", "apostles", "to", "preach", "and", "pray", "a", "few", "years", "ago", "i", "was", "walking", "with", "some", "men", "who", "the", "elders", "saw", "as", "potential", "elders", "they", "were", "seen", "as", "doing", "the", "work", "of", "the", "elder", "before", "they", "held", "the", "office", "of", "elder", "and", "one", "of", "the", "men", "said", "to", "me", "i", "don", "t", "know", "if", "i", "am", "ready", "to", "be", "an", "elder", "can", "i", "just", "start", "off", "with", "being", "a", "deacon", "my", "response", "was", "that", "deacons", "are", "not", "a", "lower", "stage", "of", "becoming", "an", "elder", "they", "are", "two", "different", "offices", "and", "with", "two", "different", "roles", "it", "doesn", "t", "mean", "that", "an", "elder", "won", "t", "help", "bring", "food", "over", "to", "someone", "s", "house", "just", "as", "it", "means", "that", "a", "deacon", "won", "t", "teach", "a", "class", "but", "it", "does", "means", "that", "they", "have", "different", "roles", "with", "different", "emphasis", "elders", "and", "deacons", "are", "needed", "in", "the", "church", "for", "health", "to", "happen", "church", "health", "happens", "when", "biblically", "qualified", "elders", "are", "dedicated", "to", "overseeing", "the", "church", "and", "who", "are", "dedicated", "to", "praying", "and", "teaching", "her", "that", "can", "only", "happen", "when", "deacons", "are", "joyfully", "serving", "the", "church", "freeing", "up", "the", "elders", "to", "teach", "god", "s", "word", "and", "pray", "deacons", "don", "t", "lead", "or", "oversee", "the", "church", "this", "is", "god", "s", "role", "he", "has", "given", "to", "the", "elders", "see", "acts", "20", "28", "1", "tim", "5", "17", "1", "pet", "5", "1", "2", "instead", "they", "humbly", "serve", "the", "congregation", "by", "ensuring", "practical", "matters", "are", "met", "in", "so", "doing", "they", "free", "the", "pastors", "from", "doing", "these", "tasks", "to", "devote", "themselves", "to", "teaching", "praying", "and", "leading", "we", "would", "do", "well", "to", "appreciate", "those", "who", "hold", "the", "office", "of", "deacon", "which", "is", "often", "unnoticed", "and", "unappreciated", "one", "isn", "t", "a", "stepping", "stone", "to", "another", "people", "s", "same", "character", "is", "supposed", "to", "be", "in", "both", "for", "example", "a", "deacon", "may", "handle", "benevolence", "requests", "so", "that", "a", "pastor", "can", "prepare", "a", "sermon", "a", "deacon", "may", "take", "care", "of", "the", "church", "s", "leaky", "roof", "so", "that", "the", "elders", "can", "focus", "on", "equipping", "and", "counselling", "others", "of", "course", "some", "overlap", "may", "occur", "but", "by", "and", "large", "deacons", "handle", "physical", "and", "logistical", "needs", "and", "elders", "tend", "to", "spiritual", "matters", "we", "might", "be", "tempted", "to", "think", "that", "being", "a", "deacon", "isn", "t", "that", "important", "being", "an", "elder", "or", "a", "missionary", "or", "a", "conference", "speaker", "or", "a", "christian", "author", "is", "where", "it", "s", "at", "but", "scripture", "disagrees", "competent", "qualified", "deacons", "are", "essential", "to", "the", "health", "of", "a", "local", "church", "when", "deacons", "serve", "the", "congregation", "and", "support", "the", "elders", "they", "protect", "the", "church", "s", "unity", "something", "jesus", "views", "as", "precious", "see", "john", "17", "one", "reason", "those", "first", "deacons", "were", "so", "important", "is", "that", "they", "prevented", "the", "jerusalem", "church", "from", "fracturing"]}, "113": {"text": "Every NBA season there are 6 major awards given out to the best player of those respective fields. The awards are the MVP (Most Valuable Player), ROY (Rookie of the Year), DPOY (Defensive Player of the Year), 6MOY (6th Man of the Year), MIP (Most Improved Player) and COY (Coach of the Year). There are 3 candidates for each award every year. Here we will try to predict both the 3 candidates and the winner of all the awards, which will be given out at the NBA Award show on June 25th.\n\nJames Harden has showed all season why he deserves the MVP award. He deserved it last year but with Russell Westbrook's historic season, Harden was an afterthought. Harden currently leads the league in points per game with 30.7 and is 3rd in assists per game with 8.8. His Rockets have already surpassed the 60 win mark and that has been without Chris Paul next to him for almost 15 games this season. Harden has made an extremely strong case for the top award this season.\n\nLeBron is the best basketball player in the world and has been since he entered the league in 2003. Although the Cavaliers have taken a major step back this year both defensively and in the standings, LeBron has continued his strong case for the MVP like he does every single year. Without LeBron, the Cavaliers would most likely not be in a playoff position.\n\nThe Pelicans had a slow start to the season. Then Boogie and the Brow put it together and started winning some big games. Then DeMarcus Cousins went down and was out for the season. Without the Pelicans second superstar, Anthony Davis has picked up his play and led his Pelicans to a high playoff position after many thought the Pelicans were done and out. His MVP-like play has allowed the Pelicans to stay afloat.\n\nRookie of the Year:\n\nAlthough he was drafted with the 2016-17 class, Ben Simmons has showed why he was a number one overall pick. His leadership and playmaking ability has lead the 76ers to an incredible season and has made them get back to the playoffs for the first time in 6 years. His shot is awful but teams still can't find a way to stop him, that's just how good he really is.", "tokenized_text": ["every", "nba", "season", "there", "are", "6", "major", "awards", "given", "out", "to", "the", "best", "player", "of", "those", "respective", "fields", "the", "awards", "are", "the", "mvp", "most", "valuable", "player", "roy", "rookie", "of", "the", "year", "dpoy", "defensive", "player", "of", "the", "year", "6moy", "6th", "man", "of", "the", "year", "mip", "most", "improved", "player", "and", "coy", "coach", "of", "the", "year", "there", "are", "3", "candidates", "for", "each", "award", "every", "year", "here", "we", "will", "try", "to", "predict", "both", "the", "3", "candidates", "and", "the", "winner", "of", "all", "the", "awards", "which", "will", "be", "given", "out", "at", "the", "nba", "award", "show", "on", "june", "25th", "james", "harden", "has", "showed", "all", "season", "why", "he", "deserves", "the", "mvp", "award", "he", "deserved", "it", "last", "year", "but", "with", "russell", "westbrook", "s", "historic", "season", "harden", "was", "an", "afterthought", "harden", "currently", "leads", "the", "league", "in", "points", "per", "game", "with", "30", "7", "and", "is", "3rd", "in", "assists", "per", "game", "with", "8", "8", "his", "rockets", "have", "already", "surpassed", "the", "60", "win", "mark", "and", "that", "has", "been", "without", "chris", "paul", "next", "to", "him", "for", "almost", "15", "games", "this", "season", "harden", "has", "made", "an", "extremely", "strong", "case", "for", "the", "top", "award", "this", "season", "lebron", "is", "the", "best", "basketball", "player", "in", "the", "world", "and", "has", "been", "since", "he", "entered", "the", "league", "in", "2003", "although", "the", "cavaliers", "have", "taken", "a", "major", "step", "back", "this", "year", "both", "defensively", "and", "in", "the", "standings", "lebron", "has", "continued", "his", "strong", "case", "for", "the", "mvp", "like", "he", "does", "every", "single", "year", "without", "lebron", "the", "cavaliers", "would", "most", "likely", "not", "be", "in", "a", "playoff", "position", "the", "pelicans", "had", "a", "slow", "start", "to", "the", "season", "then", "boogie", "and", "the", "brow", "put", "it", "together", "and", "started", "winning", "some", "big", "games", "then", "demarcus", "cousins", "went", "down", "and", "was", "out", "for", "the", "season", "without", "the", "pelicans", "second", "superstar", "anthony", "davis", "has", "picked", "up", "his", "play", "and", "led", "his", "pelicans", "to", "a", "high", "playoff", "position", "after", "many", "thought", "the", "pelicans", "were", "done", "and", "out", "his", "mvp", "like", "play", "has", "allowed", "the", "pelicans", "to", "stay", "afloat", "rookie", "of", "the", "year", "although", "he", "was", "drafted", "with", "the", "2016", "17", "class", "ben", "simmons", "has", "showed", "why", "he", "was", "a", "number", "one", "overall", "pick", "his", "leadership", "and", "playmaking", "ability", "has", "lead", "the", "76ers", "to", "an", "incredible", "season", "and", "has", "made", "them", "get", "back", "to", "the", "playoffs", "for", "the", "first", "time", "in", "6", "years", "his", "shot", "is", "awful", "but", "teams", "still", "can", "t", "find", "a", "way", "to", "stop", "him", "that", "s", "just", "how", "good", "he", "really", "is"]}, "114": {"text": "Photo: Rookie of the Year Candidate Donovan Mitchell of the Utah Jazz throws shade at Ben Simmons of the 76ers, who is a ROY candidate despite being drafted in 2016\n\nPhoto: Rookie of the Year Candidate Donovan Mitchell of the Utah Jazz throws shade at Ben Simmons of the 76ers, who is a ROY candidate despite being drafted in 2016 Photo courtesy of Sports Canyon.\n\nWhen the Jazz drafted this guy people wondered what kind of impact he would have. At first it didn't seem like he would do much for them. Throughout the season, Mitchell has been the Jazz's most consistent offensive player. Since the all-star break Mitchell lead the Jazz on a 10 game win streak to put them back in playoff contention. Without Mitchell's offense, the Jazz would be completely lost and at the bottom of the barrel in the western conference.\n\nWith the injury of Gordon Hayward on the first game of the season Jayson Tatum has stepped into the role of the Celtics starting small forward. His scoring touch has been extremely consistent all season and he is averaging 14 points this season. He has helped the Celtics cruise into the 2 seed in the eastern conference.\n\nJoel Embiid has been a staple all season in the paint for the Sixers. He has been a menace for opposing teams with his shot blocking and rebounding abilities. Even without practicing with the team he has still fit right in with Brett Brown's system around his teammates.\n\nDrummond has had an incredible bounceback season. He was an all star this season and is leading the league in rebounding with an incredible 16 rebounds per game. He single handedly kept Detroit in the playoff race with no one around him knowing how to play any sort of defense.\n\nThe Jazz have been on a tear since Gobert came back from injury earlier this season. Since he came back the Jazz have been one of the top defensive teams in the NBA and he has been the anchor of it all. His stout inside presence along with his ability to step along the perimeter and defend quicker players has lead the Jazz back into the playoffs for the second straight season.\n\nSixth Man of the Year:\n\nGordon has been just as good this year as he was last year, if not better. He does everything the Rockets ask him to do. He comes into the game and knocks down big shots in the clutchest of moments. He has stayed healthy all year which is Gordon's biggest problem and he has shown how incredible he can be while healthy.\n\nSweet Lou is a professional scorer and that's exactly what he does. He comes into the game to score, score and score some more. His run for the all-star team may have been a little ridiculous but even to think that a bench player could make the team is an incredible feat in itself. He has been the Clippers best player this season coming off the bench.\n\nHis short stint with the Cavaliers was better than people think. Wade may have not defended in the land but he certainly made some highlight plays with LeBron at his side. Once he got back to Miami, Wade really turned it on. He has been their best player since returning home to the Heat coming off the bench behind Tyler Johnson.\n\nNot having John Wall this season was a blessing in disguise for Beal. He became an all-star and started perfecting his scoring touch. Teams could never figure Beal out and still can't seem to defend him. He has not been as afraid to be more aggressive on the offensive end and has gained so much confidence that every time he puts up a shot, you think it's going to go in.\n\nWhen the Pacers traded away Paul George for Domantas Sabonis and Victor Oladipo it seemed as though the Thunder had gotten a complete steal of a trade. As the season rolled on, the tables seemed to turn and it looks now like the Pacers had gotten the steal. Oladipo made his first all-star appearance this season and has lead his Pacers to the 5 seed in the east after many thought they would be sitting at the bottom of the barrel.\n\nAs I said before, Drummond has had a complete bounceback season. He looked slow and ineffective last season and this season, Drummond has been one of the Pistons lone bright spots. He needs help around him to be better than they are right now but he lead the Pistons to 37 wins basically by himself.\n\nCoach of the Year:\n\nThe Rockets are going to finish at least five games ahead of the second place team in the NBA. D'Antoni's fast paced offense has lead this team to the top ranked offense in the NBA along with the 7th placed defense. D'Antoni may have won it last year but you could make the case that his team has been even better than it was last season.\n\nThe amount of injuries the Celtics have endured this season has been brutal. He has still lead them to the 2nd top team in the eastern conference with so many young players. Stevens may be the best coach in the NBA and might still be underrated as a coach.\n\nThe coach of the Pacers came into the season with extremely low expectations as his team gave away their franchise cornerstone in a trade this offseason. He has coached them into the playoffs with incredible talent around him and a much deeper bench than many think.", "tokenized_text": ["photo", "rookie", "of", "the", "year", "candidate", "donovan", "mitchell", "of", "the", "utah", "jazz", "throws", "shade", "at", "ben", "simmons", "of", "the", "76ers", "who", "is", "a", "roy", "candidate", "despite", "being", "drafted", "in", "2016", "photo", "rookie", "of", "the", "year", "candidate", "donovan", "mitchell", "of", "the", "utah", "jazz", "throws", "shade", "at", "ben", "simmons", "of", "the", "76ers", "who", "is", "a", "roy", "candidate", "despite", "being", "drafted", "in", "2016", "photo", "courtesy", "of", "sports", "canyon", "when", "the", "jazz", "drafted", "this", "guy", "people", "wondered", "what", "kind", "of", "impact", "he", "would", "have", "at", "first", "it", "didn", "t", "seem", "like", "he", "would", "do", "much", "for", "them", "throughout", "the", "season", "mitchell", "has", "been", "the", "jazz", "s", "most", "consistent", "offensive", "player", "since", "the", "all", "star", "break", "mitchell", "lead", "the", "jazz", "on", "a", "10", "game", "win", "streak", "to", "put", "them", "back", "in", "playoff", "contention", "without", "mitchell", "s", "offense", "the", "jazz", "would", "be", "completely", "lost", "and", "at", "the", "bottom", "of", "the", "barrel", "in", "the", "western", "conference", "with", "the", "injury", "of", "gordon", "hayward", "on", "the", "first", "game", "of", "the", "season", "jayson", "tatum", "has", "stepped", "into", "the", "role", "of", "the", "celtics", "starting", "small", "forward", "his", "scoring", "touch", "has", "been", "extremely", "consistent", "all", "season", "and", "he", "is", "averaging", "14", "points", "this", "season", "he", "has", "helped", "the", "celtics", "cruise", "into", "the", "2", "seed", "in", "the", "eastern", "conference", "joel", "embiid", "has", "been", "a", "staple", "all", "season", "in", "the", "paint", "for", "the", "sixers", "he", "has", "been", "a", "menace", "for", "opposing", "teams", "with", "his", "shot", "blocking", "and", "rebounding", "abilities", "even", "without", "practicing", "with", "the", "team", "he", "has", "still", "fit", "right", "in", "with", "brett", "brown", "s", "system", "around", "his", "teammates", "drummond", "has", "had", "an", "incredible", "bounceback", "season", "he", "was", "an", "all", "star", "this", "season", "and", "is", "leading", "the", "league", "in", "rebounding", "with", "an", "incredible", "16", "rebounds", "per", "game", "he", "single", "handedly", "kept", "detroit", "in", "the", "playoff", "race", "with", "no", "one", "around", "him", "knowing", "how", "to", "play", "any", "sort", "of", "defense", "the", "jazz", "have", "been", "on", "a", "tear", "since", "gobert", "came", "back", "from", "injury", "earlier", "this", "season", "since", "he", "came", "back", "the", "jazz", "have", "been", "one", "of", "the", "top", "defensive", "teams", "in", "the", "nba", "and", "he", "has", "been", "the", "anchor", "of", "it", "all", "his", "stout", "inside", "presence", "along", "with", "his", "ability", "to", "step", "along", "the", "perimeter", "and", "defend", "quicker", "players", "has", "lead", "the", "jazz", "back", "into", "the", "playoffs", "for", "the", "second", "straight", "season", "sixth", "man", "of", "the", "year", "gordon", "has", "been", "just", "as", "good", "this", "year", "as", "he", "was", "last", "year", "if", "not", "better", "he", "does", "everything", "the", "rockets", "ask", "him", "to", "do", "he", "comes", "into", "the", "game", "and", "knocks", "down", "big", "shots", "in", "the", "clutchest", "of", "moments", "he", "has", "stayed", "healthy", "all", "year", "which", "is", "gordon", "s", "biggest", "problem", "and", "he", "has", "shown", "how", "incredible", "he", "can", "be", "while", "healthy", "sweet", "lou", "is", "a", "professional", "scorer", "and", "that", "s", "exactly", "what", "he", "does", "he", "comes", "into", "the", "game", "to", "score", "score", "and", "score", "some", "more", "his", "run", "for", "the", "all", "star", "team", "may", "have", "been", "a", "little", "ridiculous", "but", "even", "to", "think", "that", "a", "bench", "player", "could", "make", "the", "team", "is", "an", "incredible", "feat", "in", "itself", "he", "has", "been", "the", "clippers", "best", "player", "this", "season", "coming", "off", "the", "bench", "his", "short", "stint", "with", "the", "cavaliers", "was", "better", "than", "people", "think", "wade", "may", "have", "not", "defended", "in", "the", "land", "but", "he", "certainly", "made", "some", "highlight", "plays", "with", "lebron", "at", "his", "side", "once", "he", "got", "back", "to", "miami", "wade", "really", "turned", "it", "on", "he", "has", "been", "their", "best", "player", "since", "returning", "home", "to", "the", "heat", "coming", "off", "the", "bench", "behind", "tyler", "johnson", "not", "having", "john", "wall", "this", "season", "was", "a", "blessing", "in", "disguise", "for", "beal", "he", "became", "an", "all", "star", "and", "started", "perfecting", "his", "scoring", "touch", "teams", "could", "never", "figure", "beal", "out", "and", "still", "can", "t", "seem", "to", "defend", "him", "he", "has", "not", "been", "as", "afraid", "to", "be", "more", "aggressive", "on", "the", "offensive", "end", "and", "has", "gained", "so", "much", "confidence", "that", "every", "time", "he", "puts", "up", "a", "shot", "you", "think", "it", "s", "going", "to", "go", "in", "when", "the", "pacers", "traded", "away", "paul", "george", "for", "domantas", "sabonis", "and", "victor", "oladipo", "it", "seemed", "as", "though", "the", "thunder", "had", "gotten", "a", "complete", "steal", "of", "a", "trade", "as", "the", "season", "rolled", "on", "the", "tables", "seemed", "to", "turn", "and", "it", "looks", "now", "like", "the", "pacers", "had", "gotten", "the", "steal", "oladipo", "made", "his", "first", "all", "star", "appearance", "this", "season", "and", "has", "lead", "his", "pacers", "to", "the", "5", "seed", "in", "the", "east", "after", "many", "thought", "they", "would", "be", "sitting", "at", "the", "bottom", "of", "the", "barrel", "as", "i", "said", "before", "drummond", "has", "had", "a", "complete", "bounceback", "season", "he", "looked", "slow", "and", "ineffective", "last", "season", "and", "this", "season", "drummond", "has", "been", "one", "of", "the", "pistons", "lone", "bright", "spots", "he", "needs", "help", "around", "him", "to", "be", "better", "than", "they", "are", "right", "now", "but", "he", "lead", "the", "pistons", "to", "37", "wins", "basically", "by", "himself", "coach", "of", "the", "year", "the", "rockets", "are", "going", "to", "finish", "at", "least", "five", "games", "ahead", "of", "the", "second", "place", "team", "in", "the", "nba", "d", "antoni", "s", "fast", "paced", "offense", "has", "lead", "this", "team", "to", "the", "top", "ranked", "offense", "in", "the", "nba", "along", "with", "the", "7th", "placed", "defense", "d", "antoni", "may", "have", "won", "it", "last", "year", "but", "you", "could", "make", "the", "case", "that", "his", "team", "has", "been", "even", "better", "than", "it", "was", "last", "season", "the", "amount", "of", "injuries", "the", "celtics", "have", "endured", "this", "season", "has", "been", "brutal", "he", "has", "still", "lead", "them", "to", "the", "2nd", "top", "team", "in", "the", "eastern", "conference", "with", "so", "many", "young", "players", "stevens", "may", "be", "the", "best", "coach", "in", "the", "nba", "and", "might", "still", "be", "underrated", "as", "a", "coach", "the", "coach", "of", "the", "pacers", "came", "into", "the", "season", "with", "extremely", "low", "expectations", "as", "his", "team", "gave", "away", "their", "franchise", "cornerstone", "in", "a", "trade", "this", "offseason", "he", "has", "coached", "them", "into", "the", "playoffs", "with", "incredible", "talent", "around", "him", "and", "a", "much", "deeper", "bench", "than", "many", "think"]}, "115": {"text": "RealDeal Theatre is looking for six 15-minute sitcoms for Sitcom Saturday, a professionally directed and acted script-in-hand rehearsed reading, open to the public.\n\nA director is allocated to each of the selected scripts and the directors then liaise with the writer or writers before a casting session, rehearsal and the performance on Saturday June 12th 2010 ... [see more here]", "tokenized_text": ["realdeal", "theatre", "is", "looking", "for", "six", "15", "minute", "sitcoms", "for", "sitcom", "saturday", "a", "professionally", "directed", "and", "acted", "script", "in", "hand", "rehearsed", "reading", "open", "to", "the", "public", "a", "director", "is", "allocated", "to", "each", "of", "the", "selected", "scripts", "and", "the", "directors", "then", "liaise", "with", "the", "writer", "or", "writers", "before", "a", "casting", "session", "rehearsal", "and", "the", "performance", "on", "saturday", "june", "12th", "2010", "see", "more", "here"]}, "116": {"text": "Daisuke Moriyama Art Works: Chronicle is the English translated edition of the original Japanese artbook \u68ee\u5c71\u5927\u8f14\u753b\u96c6 CHRONICLE that was released in 2012. Udon managed to get it out in English slightly more than a year, and that's quite impressive.\n\nThis 208-page paperback collects almost 20 years of artworks. There are over 200 drawings.\n\nSome of the earlier illustrations were created in 1994 & 1995 for RPG Magazine. His more notable works such as Chrono Crusade (\u30af\u30ed\u30ce \u30af\u30eb\u30bb\u30a4\u30c9) and World Embryo (\u30ef\u30fc\u30eb\u30c9\u30a8\u30f3\u30d6\u30ea\u30aa) came out in 1999 and 2005 respectively.\n\nThe artworks are beautiful. You can see that the earlier works were created with traditional medium, and the more recent ones seem digitally painted, such as the one on the cover. It's full colour throughout. The colouring style is more manga than anime as Daisuke Moriyama is a manga artist.\n\nCaptions for the drawings appear at the back and it's not easy to refer back to the main pages because the page numbers are not visible. Not all illustrations have captions so if you're unfamiliar with the work, the characters may seem foreign.\n\nOverall, it's a great artbook recommended to fans of Daisuke Moriyama.", "tokenized_text": ["daisuke", "moriyama", "art", "works", "chronicle", "is", "the", "english", "translated", "edition", "of", "the", "original", "japanese", "artbook", "\u68ee\u5c71\u5927\u8f14\u753b\u96c6", "chronicle", "that", "was", "released", "in", "2012", "udon", "managed", "to", "get", "it", "out", "in", "english", "slightly", "more", "than", "a", "year", "and", "that", "s", "quite", "impressive", "this", "208", "page", "paperback", "collects", "almost", "20", "years", "of", "artworks", "there", "are", "over", "200", "drawings", "some", "of", "the", "earlier", "illustrations", "were", "created", "in", "1994", "1995", "for", "rpg", "magazine", "his", "more", "notable", "works", "such", "as", "chrono", "crusade", "\u30af\u30ed\u30ce", "\u30af\u30eb\u30bb\u30a4\u30c9", "and", "world", "embryo", "\u30ef\u30fc\u30eb\u30c9\u30a8\u30f3\u30d6\u30ea\u30aa", "came", "out", "in", "1999", "and", "2005", "respectively", "the", "artworks", "are", "beautiful", "you", "can", "see", "that", "the", "earlier", "works", "were", "created", "with", "traditional", "medium", "and", "the", "more", "recent", "ones", "seem", "digitally", "painted", "such", "as", "the", "one", "on", "the", "cover", "it", "s", "full", "colour", "throughout", "the", "colouring", "style", "is", "more", "manga", "than", "anime", "as", "daisuke", "moriyama", "is", "a", "manga", "artist", "captions", "for", "the", "drawings", "appear", "at", "the", "back", "and", "it", "s", "not", "easy", "to", "refer", "back", "to", "the", "main", "pages", "because", "the", "page", "numbers", "are", "not", "visible", "not", "all", "illustrations", "have", "captions", "so", "if", "you", "re", "unfamiliar", "with", "the", "work", "the", "characters", "may", "seem", "foreign", "overall", "it", "s", "a", "great", "artbook", "recommended", "to", "fans", "of", "daisuke", "moriyama"]}, "117": {"text": "Ah the Attitude Era. If you were a 90\u2019s kid like me then you\u2019d probably remember Survivor Series \u2013 Madison Square Garden, November 17, 1996.\n\nNot really? Well then I feel old! To those jabronies who doesn\u2019t have a clue or was wearing diapers and fanny packs at that time I highly recommend that you check out this video series below called Rock Reacts where the great one looks back at his very first match ever in the WWE:\n\nAside from The Rock saying that he was not looking at the camera and having a Chia Pet haircut\u2026 There is really something inspiring about this video\u2026 And it happens right around the 6-min mark where he says:", "tokenized_text": ["ah", "the", "attitude", "era", "if", "you", "were", "a", "90", "s", "kid", "like", "me", "then", "you", "d", "probably", "remember", "survivor", "series", "madison", "square", "garden", "november", "17", "1996", "not", "really", "well", "then", "i", "feel", "old", "to", "those", "jabronies", "who", "doesn", "t", "have", "a", "clue", "or", "was", "wearing", "diapers", "and", "fanny", "packs", "at", "that", "time", "i", "highly", "recommend", "that", "you", "check", "out", "this", "video", "series", "below", "called", "rock", "reacts", "where", "the", "great", "one", "looks", "back", "at", "his", "very", "first", "match", "ever", "in", "the", "wwe", "aside", "from", "the", "rock", "saying", "that", "he", "was", "not", "looking", "at", "the", "camera", "and", "having", "a", "chia", "pet", "haircut", "there", "is", "really", "something", "inspiring", "about", "this", "video", "and", "it", "happens", "right", "around", "the", "6", "min", "mark", "where", "he", "says"]}, "118": {"text": "\u201cWhen I gave the big cross-body to Crush\u2026 And he basically let me \u201cgo over\u201d as I was pinning him\u2026 Landed on him I started pinning, the referee was counting one-two and you\u2019ll see my head down and I was actually speaking to him (Crush) and as I am pinning him I am saying to him thank you so much brother I appreciate that and I heard him say\u2026\u201d\n\n\u201cI got you brother\u2026\u201d\n\nAfter 20 years it was only till this time that he shared something like that.", "tokenized_text": ["when", "i", "gave", "the", "big", "cross", "body", "to", "crush", "and", "he", "basically", "let", "me", "go", "over", "as", "i", "was", "pinning", "him", "landed", "on", "him", "i", "started", "pinning", "the", "referee", "was", "counting", "one", "two", "and", "you", "ll", "see", "my", "head", "down", "and", "i", "was", "actually", "speaking", "to", "him", "crush", "and", "as", "i", "am", "pinning", "him", "i", "am", "saying", "to", "him", "thank", "you", "so", "much", "brother", "i", "appreciate", "that", "and", "i", "heard", "him", "say", "i", "got", "you", "brother", "after", "20", "years", "it", "was", "only", "till", "this", "time", "that", "he", "shared", "something", "like", "that"]}, "119": {"text": "You really have to give props to the man. Not only did he look back at his roots (and sometimes joking about his fanny pack days) just by seeing that video, you will realize that even though his persona included one being a \u201cjabroni beating, pie eating, trail blazing, eye brow raising, put your foot on the gas, always ready to whoop some a** People\u2019s Champ (yes I remembered that line) you will see that Rocky Maivia is really a good guy from the start.\n\n\u201cBe humble. Be hungry. And always be the hardest worker in the room.\u201d\n\nNow why are there suddenly ninjas cutting onions here? It\u2019s still real to me dammit!\n\n- Advertisement -\nPrevious article\nA Dire Message from Lemony Snicket in the New \u201cSeries of Unfortunate Events\u201d\nNext article\n\u2018The Delve\u2019 is Coming to Descent\u2019s Road to Legend App!", "tokenized_text": ["you", "really", "have", "to", "give", "props", "to", "the", "man", "not", "only", "did", "he", "look", "back", "at", "his", "roots", "and", "sometimes", "joking", "about", "his", "fanny", "pack", "days", "just", "by", "seeing", "that", "video", "you", "will", "realize", "that", "even", "though", "his", "persona", "included", "one", "being", "a", "jabroni", "beating", "pie", "eating", "trail", "blazing", "eye", "brow", "raising", "put", "your", "foot", "on", "the", "gas", "always", "ready", "to", "whoop", "some", "a", "people", "s", "champ", "yes", "i", "remembered", "that", "line", "you", "will", "see", "that", "rocky", "maivia", "is", "really", "a", "good", "guy", "from", "the", "start", "be", "humble", "be", "hungry", "and", "always", "be", "the", "hardest", "worker", "in", "the", "room", "now", "why", "are", "there", "suddenly", "ninjas", "cutting", "onions", "here", "it", "s", "still", "real", "to", "me", "dammit", "advertisement", "previous", "article", "a", "dire", "message", "from", "lemony", "snicket", "in", "the", "new", "series", "of", "unfortunate", "events", "next", "article", "the", "delve", "is", "coming", "to", "descent", "s", "road", "to", "legend", "app"]}, "120": {"text": "By Roberto Carmona\nLast week was my birthday. I turned fifty-three. The highlight of my birthday every year is that the\nSaturday before, I have brunch with my daughters. Last Saturday there was no brunch because my\ndaughters were attending a Women\u2019s March.\nDon\u2019t worry this is not \u201cI am such a sensitive guy story\u201d, this is a \u201cwhy was I so ignorant\u201d story. With the momentum of the \u201cMe Too\u201d movement, for you guys who don\u2019t get it, there will be consequences. Women are not playing. I know, I helped raise daughters who fight for themselves.\nI reflect on my birthday in context of significant moments in history, like \u201cMe-Too\u201d. I swear, just the other day it was 1987, I was twenty-two, finishing college, the Soviet Union was still around, and I was listening to Santana on my cassette player and the film \u201cLa Bamba\u201d was playing at the movie theatre.\nIn 1987, I was smooth, in my Midwestern Mullet hairstyle, tight Levi 501s, mustache and aviator glasses, a real lady\u2019s man (at least I thought I was). \u201cPlay on Player\u201d was my motto. I was partying at the clubs and enjoying the single life. It was about me and whatever girl I had at the time or one that I was chasing. My mother would say, \u2018one day, God will give you daughters\u2019. I would say \u201cwhatever mom\u201d and put on my new black \u201cmembers only jacket\u201d, get in my new black Ford Escort and head to the \u201cUnderground Club\u201d for the two for one double bubble beer special and dance to Salt and Peppa\u2019s \u201cPush It\u201d, while I laid my seductive rap on the cute Rock Falls\u2019 girl I was scoping.\nPow! Two years later 1991, the Gulf War is being waged, JFK is at the Theatres and Michael Jackson\u2019s \u201cBlack or White\u201d is on the radio. My \u201cmembers only jacket\u201d sleeves are now ripped and stained with faded taco sauce and mustard, and my Ford Escort had a bad transmission. I am married with babies. Both girls. Tonantzin and Xochitl.\nHow society treated women mattered to me now. As a father, I took my role as protector to my daughters seriously. I quit agreeing with and questioned comments like \u201cYou act like a girl\u201d \u201cGirls don\u2019t do those things\u201d, and \u201cBoys won\u2019t like you if you are too smart\u201d. I reminded my girls, don\u2019t ever think \u201cyou were less than\u201d because you are girls.\nIn elementary school, I supported and encouraged my girls to run for student council. Xochitl was in the third grade and beat a sixth-grade boy on a platform of cartoons in the cafeteria for lunch. She knew the third graders outnumbered the sixth-grade vote. As they got to be teenagers, I would talk to them about significant women leaders like Dolores Huerta. I stressed the importance of education. In sports, my girls wanted to win and for soccer and basketball, I explained that if the referee was not looking, throw an elbow to your opponent\u2019s ribs (Okay I am not perfect).\nI had discussions with them about power, boys, men and sex, I had them reading books like the \u201c48 Laws of Power\u201d, and we watched and analyzed \u201cThe Godfather\u201d films so they could have mental weapons to navigate in their journeys for their micro-battles with men \u200band \u200bwomen who served as barriers to their advancement.\nToday, Tonantzin and Xochitl are women, college graduates and have grown to be very intelligent, proud, tough and respectful professionals. They had a lot of good people around them along their journey. My little piece in the process was to be a male role model.\nSo, for you bros, dads, tios, brothers, primos and male friends be supportive and sensitive to the Me-Too Movement and why it is important to the women in your life. The respect and support will be reciprocated, and you will become a better person for it.", "tokenized_text": ["by", "roberto", "carmona", "last", "week", "was", "my", "birthday", "i", "turned", "fifty", "three", "the", "highlight", "of", "my", "birthday", "every", "year", "is", "that", "the", "saturday", "before", "i", "have", "brunch", "with", "my", "daughters", "last", "saturday", "there", "was", "no", "brunch", "because", "my", "daughters", "were", "attending", "a", "women", "s", "march", "don", "t", "worry", "this", "is", "not", "i", "am", "such", "a", "sensitive", "guy", "story", "this", "is", "a", "why", "was", "i", "so", "ignorant", "story", "with", "the", "momentum", "of", "the", "me", "too", "movement", "for", "you", "guys", "who", "don", "t", "get", "it", "there", "will", "be", "consequences", "women", "are", "not", "playing", "i", "know", "i", "helped", "raise", "daughters", "who", "fight", "for", "themselves", "i", "reflect", "on", "my", "birthday", "in", "context", "of", "significant", "moments", "in", "history", "like", "me", "too", "i", "swear", "just", "the", "other", "day", "it", "was", "1987", "i", "was", "twenty", "two", "finishing", "college", "the", "soviet", "union", "was", "still", "around", "and", "i", "was", "listening", "to", "santana", "on", "my", "cassette", "player", "and", "the", "film", "la", "bamba", "was", "playing", "at", "the", "movie", "theatre", "in", "1987", "i", "was", "smooth", "in", "my", "midwestern", "mullet", "hairstyle", "tight", "levi", "501s", "mustache", "and", "aviator", "glasses", "a", "real", "lady", "s", "man", "at", "least", "i", "thought", "i", "was", "play", "on", "player", "was", "my", "motto", "i", "was", "partying", "at", "the", "clubs", "and", "enjoying", "the", "single", "life", "it", "was", "about", "me", "and", "whatever", "girl", "i", "had", "at", "the", "time", "or", "one", "that", "i", "was", "chasing", "my", "mother", "would", "say", "one", "day", "god", "will", "give", "you", "daughters", "i", "would", "say", "whatever", "mom", "and", "put", "on", "my", "new", "black", "members", "only", "jacket", "get", "in", "my", "new", "black", "ford", "escort", "and", "head", "to", "the", "underground", "club", "for", "the", "two", "for", "one", "double", "bubble", "beer", "special", "and", "dance", "to", "salt", "and", "peppa", "s", "push", "it", "while", "i", "laid", "my", "seductive", "rap", "on", "the", "cute", "rock", "falls", "girl", "i", "was", "scoping", "pow", "two", "years", "later", "1991", "the", "gulf", "war", "is", "being", "waged", "jfk", "is", "at", "the", "theatres", "and", "michael", "jackson", "s", "black", "or", "white", "is", "on", "the", "radio", "my", "members", "only", "jacket", "sleeves", "are", "now", "ripped", "and", "stained", "with", "faded", "taco", "sauce", "and", "mustard", "and", "my", "ford", "escort", "had", "a", "bad", "transmission", "i", "am", "married", "with", "babies", "both", "girls", "tonantzin", "and", "xochitl", "how", "society", "treated", "women", "mattered", "to", "me", "now", "as", "a", "father", "i", "took", "my", "role", "as", "protector", "to", "my", "daughters", "seriously", "i", "quit", "agreeing", "with", "and", "questioned", "comments", "like", "you", "act", "like", "a", "girl", "girls", "don", "t", "do", "those", "things", "and", "boys", "won", "t", "like", "you", "if", "you", "are", "too", "smart", "i", "reminded", "my", "girls", "don", "t", "ever", "think", "you", "were", "less", "than", "because", "you", "are", "girls", "in", "elementary", "school", "i", "supported", "and", "encouraged", "my", "girls", "to", "run", "for", "student", "council", "xochitl", "was", "in", "the", "third", "grade", "and", "beat", "a", "sixth", "grade", "boy", "on", "a", "platform", "of", "cartoons", "in", "the", "cafeteria", "for", "lunch", "she", "knew", "the", "third", "graders", "outnumbered", "the", "sixth", "grade", "vote", "as", "they", "got", "to", "be", "teenagers", "i", "would", "talk", "to", "them", "about", "significant", "women", "leaders", "like", "dolores", "huerta", "i", "stressed", "the", "importance", "of", "education", "in", "sports", "my", "girls", "wanted", "to", "win", "and", "for", "soccer", "and", "basketball", "i", "explained", "that", "if", "the", "referee", "was", "not", "looking", "throw", "an", "elbow", "to", "your", "opponent", "s", "ribs", "okay", "i", "am", "not", "perfect", "i", "had", "discussions", "with", "them", "about", "power", "boys", "men", "and", "sex", "i", "had", "them", "reading", "books", "like", "the", "48", "laws", "of", "power", "and", "we", "watched", "and", "analyzed", "the", "godfather", "films", "so", "they", "could", "have", "mental", "weapons", "to", "navigate", "in", "their", "journeys", "for", "their", "micro", "battles", "with", "men", "and", "women", "who", "served", "as", "barriers", "to", "their", "advancement", "today", "tonantzin", "and", "xochitl", "are", "women", "college", "graduates", "and", "have", "grown", "to", "be", "very", "intelligent", "proud", "tough", "and", "respectful", "professionals", "they", "had", "a", "lot", "of", "good", "people", "around", "them", "along", "their", "journey", "my", "little", "piece", "in", "the", "process", "was", "to", "be", "a", "male", "role", "model", "so", "for", "you", "bros", "dads", "tios", "brothers", "primos", "and", "male", "friends", "be", "supportive", "and", "sensitive", "to", "the", "me", "too", "movement", "and", "why", "it", "is", "important", "to", "the", "women", "in", "your", "life", "the", "respect", "and", "support", "will", "be", "reciprocated", "and", "you", "will", "become", "a", "better", "person", "for", "it"]}, "121": {"text": "Roberto Carmona is a contributing writer for Hola American and is the Principal Consultant for Carmona Strategic Solutions (CSS).Roberto is a nationally recognized consultant who has successfully executed on complex projects in the areas of leadership development, strategy design, executive coaching, executive search, strategic marketing, and organizational change projects for Fortune 500 companies, national nonprofits, colleges and universities and hospitals.", "tokenized_text": ["roberto", "carmona", "is", "a", "contributing", "writer", "for", "hola", "american", "and", "is", "the", "principal", "consultant", "for", "carmona", "strategic", "solutions", "css", "roberto", "is", "a", "nationally", "recognized", "consultant", "who", "has", "successfully", "executed", "on", "complex", "projects", "in", "the", "areas", "of", "leadership", "development", "strategy", "design", "executive", "coaching", "executive", "search", "strategic", "marketing", "and", "organizational", "change", "projects", "for", "fortune", "500", "companies", "national", "nonprofits", "colleges", "and", "universities", "and", "hospitals"]}, "122": {"text": "Our second day in New York was overflowing with back to back activities, each sounding exceedingly unenticing to a person whose main goal in life is to wander around in pyjamas, sit in parks and take frequent naps. I had been out the night before (for your reference: https://nobeladventures.com/2019/04/08/my-night-as-a-proper-new-yorker/#more-884 ) and was feeling ever so seedy and very much fatigued.\n\nThe first activity for the morning was a behind the scenes tour of the Gershshwin Theatre, where Wicked is performed. I feigned illness (or perhaps I actually was ill \u2013 can\u2019t remember) and weaselled my way out of having to attend that activity. I think I spent the morning writing the blog I linked to above \u201cMy Night as a Proper New Yorker\u201d, which has proven to be my most popular blog so far I\u2019d say it was a morning well spent. I can\u2019t comment too much on the tour, as I had declined to go, but the other dance mums gave it very mixed reviews. Those that had seen Wicked LOVED it and those that hadn\u2019t seen Wicked yet said it was \u201cmeh\u201d and that \u201cI didn\u2019t miss much\u201d. I have fantastic instincts. Every time I have opted out of a group activity I have been told by that others were jealous that they weren\u2019t as wise as I and also wish they\u2019d ditched.\n\nThe second activity I begrudgingly went along to, for no other reason than to create the illusion that I am a supportive mother who is interested in having shared activities with my children. For the record, I LOVE my children and shared activities. It\u2019s just that there are some activities that I know they will not like (e.g. the previous day\u2019s slow moving bus tour). These activities, disliked by all, end up being unpleasant for all involved AND the second activity on the day\u2019s agenda was ANOTHER BUS TOUR.\n\nMy expectations were immensely low. So low in fact, I\u2019d bought along my kindle so I could read on the bus. The Bus tour we were booked on was called \u201cThe Ride\u201d and I knew nothing about it other than that we would be on a bus and driving around New York. After this tour, the kids were going to be performing a flash mob on the streets of NYC somewhere or other and then hustling back to the hotel to get ready to see Aladdin the musical.\n\nThe Ride was SENSATIONAL!! I am happy to report that yet again my instincts (to join this activity) were right on point. The Ride is an interactive bus tour with Stadium style seating facing a huge window on the side of the bus. Rather than the seating facing towards the driver, it looked out on to the street. We had two hosts who must double as comedians as they were hilarious!! Their commentary as we drove around the streets of NYC had us all in stitches. It wasn\u2019t scripted either as they would crack jokes about random things we saw and provide us with information that wasn\u2019t the usual \u2018boring\u2019 stuff. There must be an abundance of talented comedians in NYC in order for a bus company to nab two absolutely crackerjack artists.\n\nIn between the comical play-by-play on the happenings of the streets of NY we were surprised when many seemingly ordinary NY-ers burst into a street performance for our entertainment and pleasure. We had a ballerina, a rapper, musicians, dancers\u2026 and I\u2019m sure many more performances that I have since forgotten as I\u2019m so far behind in my blog. All in all, if you are going to do any bus tour of NY \u2013 DO THIS ONE!! They offer a few different themed tours and I would have liked to have tried the others. I will have to save doing them for when I move to NY to pursue my writing/acting-as-a-cadaver career.\n\nThe Ride we went on was called the Entertainment Ride and google informs me it usually costs $69p/p for 90 minutes. Google also informed me that you can sometimes get tickets on Groupon. Our tickets were purchased as a group and were part of our package so I have no idea what they cost. Information on the ride can be found here: https://experiencetheride.com/sightseeing-attractions/the-ridenyc/\n\nAfter exiting the ride our group prepared for our flashmob, which ended up being a performance for the next lot of spectators who were on The Ride. Kids absolutely killed it and performed like true professionals.\n\nThe flashmob was followed by a frantic walk back to the hotel in amongst the million other people in Times Square walking frantically to somewhere very important, a quick change into our finest outfits and a bite to eat before another frantic walk back to a theatre to see Aladdin.\n\nI have already seen Aladdin and generally, I only like to see things once but this was my first Broadway show so I tried my best to get excited. Kids all looked so nice dressed up and Isabelle was ecstatic. She was so thrilled in fact that the lady serving drinks in the foyer gave her a free drink and cup. I bought the girls a lollipop to keep them from moaning about hunger pains during the show (they didn\u2019t really have much dinner) and lollipops looked to be the cheapest menu item that would last the longest time. SIX DOLLARS is what a lollipop at Aladdin costs. That is USD too!!! I did my best to breezily pass over my credit card to the girl like paying $18USD for 3 lollipops was the most natural, normal thing I have ever done. This is the same girl who had given Isabelle a free cup and bottle of water (valued at $15) so I just pretended I was paying for that instead.\n\nI spent the entire time, while watching Aladdin, comparing the Broadway version to the version I saw in Southbank (Brisvegas). The genie was the same in both shows and absolutely stole the show. I don\u2019t think there was anyone else in it but him. Just kidding. Aladdin was also brilliant and I\u2019m not just saying that because he is an Aussie. I\u2019m also saying it because he is really, really hot. Although I did wonder if his abs were real or painted on with contouring makeup??? One thing that the Australian version did waaay better than the Broadway one was the sets. I have it on good authority that the sets in both shows are identical but if my memory serves me right (and it very often serves me wrong \u2013 so who can tell??) the set of the Aussie Aladdin was shinier, brighter and more captivating than the Broadway set. Seeing Aladdin on Broadway was no different to seeing it in Brisvegas (for my US reader Brisvegas is a slang term for Brisbane). But I was glad to lose my Broadway virginity. I now feel more cultured and can throw around sentences like \u201cwhen I saw such&such on Broadway\u2026\u2026.\u201d when in conversation with uppity people.\n\nGeez\u2026 all this harping on about missing Rohan is doing nothing to shorten the length of my blogs.\n\nThanks for reading. If you did get this far in the post please share your favourite post of mine so my wisdom can be imparted on more people. It seems such a waste to just exclusively divulge all my musings to only friends and family.", "tokenized_text": ["our", "second", "day", "in", "new", "york", "was", "overflowing", "with", "back", "to", "back", "activities", "each", "sounding", "exceedingly", "unenticing", "to", "a", "person", "whose", "main", "goal", "in", "life", "is", "to", "wander", "around", "in", "pyjamas", "sit", "in", "parks", "and", "take", "frequent", "naps", "i", "had", "been", "out", "the", "night", "before", "for", "your", "reference", "https", "nobeladventures", "com", "2019", "04", "08", "my", "night", "as", "a", "proper", "new", "yorker", "more", "884", "and", "was", "feeling", "ever", "so", "seedy", "and", "very", "much", "fatigued", "the", "first", "activity", "for", "the", "morning", "was", "a", "behind", "the", "scenes", "tour", "of", "the", "gershshwin", "theatre", "where", "wicked", "is", "performed", "i", "feigned", "illness", "or", "perhaps", "i", "actually", "was", "ill", "can", "t", "remember", "and", "weaselled", "my", "way", "out", "of", "having", "to", "attend", "that", "activity", "i", "think", "i", "spent", "the", "morning", "writing", "the", "blog", "i", "linked", "to", "above", "my", "night", "as", "a", "proper", "new", "yorker", "which", "has", "proven", "to", "be", "my", "most", "popular", "blog", "so", "far", "i", "d", "say", "it", "was", "a", "morning", "well", "spent", "i", "can", "t", "comment", "too", "much", "on", "the", "tour", "as", "i", "had", "declined", "to", "go", "but", "the", "other", "dance", "mums", "gave", "it", "very", "mixed", "reviews", "those", "that", "had", "seen", "wicked", "loved", "it", "and", "those", "that", "hadn", "t", "seen", "wicked", "yet", "said", "it", "was", "meh", "and", "that", "i", "didn", "t", "miss", "much", "i", "have", "fantastic", "instincts", "every", "time", "i", "have", "opted", "out", "of", "a", "group", "activity", "i", "have", "been", "told", "by", "that", "others", "were", "jealous", "that", "they", "weren", "t", "as", "wise", "as", "i", "and", "also", "wish", "they", "d", "ditched", "the", "second", "activity", "i", "begrudgingly", "went", "along", "to", "for", "no", "other", "reason", "than", "to", "create", "the", "illusion", "that", "i", "am", "a", "supportive", "mother", "who", "is", "interested", "in", "having", "shared", "activities", "with", "my", "children", "for", "the", "record", "i", "love", "my", "children", "and", "shared", "activities", "it", "s", "just", "that", "there", "are", "some", "activities", "that", "i", "know", "they", "will", "not", "like", "e", "g", "the", "previous", "day", "s", "slow", "moving", "bus", "tour", "these", "activities", "disliked", "by", "all", "end", "up", "being", "unpleasant", "for", "all", "involved", "and", "the", "second", "activity", "on", "the", "day", "s", "agenda", "was", "another", "bus", "tour", "my", "expectations", "were", "immensely", "low", "so", "low", "in", "fact", "i", "d", "bought", "along", "my", "kindle", "so", "i", "could", "read", "on", "the", "bus", "the", "bus", "tour", "we", "were", "booked", "on", "was", "called", "the", "ride", "and", "i", "knew", "nothing", "about", "it", "other", "than", "that", "we", "would", "be", "on", "a", "bus", "and", "driving", "around", "new", "york", "after", "this", "tour", "the", "kids", "were", "going", "to", "be", "performing", "a", "flash", "mob", "on", "the", "streets", "of", "nyc", "somewhere", "or", "other", "and", "then", "hustling", "back", "to", "the", "hotel", "to", "get", "ready", "to", "see", "aladdin", "the", "musical", "the", "ride", "was", "sensational", "i", "am", "happy", "to", "report", "that", "yet", "again", "my", "instincts", "to", "join", "this", "activity", "were", "right", "on", "point", "the", "ride", "is", "an", "interactive", "bus", "tour", "with", "stadium", "style", "seating", "facing", "a", "huge", "window", "on", "the", "side", "of", "the", "bus", "rather", "than", "the", "seating", "facing", "towards", "the", "driver", "it", "looked", "out", "on", "to", "the", "street", "we", "had", "two", "hosts", "who", "must", "double", "as", "comedians", "as", "they", "were", "hilarious", "their", "commentary", "as", "we", "drove", "around", "the", "streets", "of", "nyc", "had", "us", "all", "in", "stitches", "it", "wasn", "t", "scripted", "either", "as", "they", "would", "crack", "jokes", "about", "random", "things", "we", "saw", "and", "provide", "us", "with", "information", "that", "wasn", "t", "the", "usual", "boring", "stuff", "there", "must", "be", "an", "abundance", "of", "talented", "comedians", "in", "nyc", "in", "order", "for", "a", "bus", "company", "to", "nab", "two", "absolutely", "crackerjack", "artists", "in", "between", "the", "comical", "play", "by", "play", "on", "the", "happenings", "of", "the", "streets", "of", "ny", "we", "were", "surprised", "when", "many", "seemingly", "ordinary", "ny", "ers", "burst", "into", "a", "street", "performance", "for", "our", "entertainment", "and", "pleasure", "we", "had", "a", "ballerina", "a", "rapper", "musicians", "dancers", "and", "i", "m", "sure", "many", "more", "performances", "that", "i", "have", "since", "forgotten", "as", "i", "m", "so", "far", "behind", "in", "my", "blog", "all", "in", "all", "if", "you", "are", "going", "to", "do", "any", "bus", "tour", "of", "ny", "do", "this", "one", "they", "offer", "a", "few", "different", "themed", "tours", "and", "i", "would", "have", "liked", "to", "have", "tried", "the", "others", "i", "will", "have", "to", "save", "doing", "them", "for", "when", "i", "move", "to", "ny", "to", "pursue", "my", "writing", "acting", "as", "a", "cadaver", "career", "the", "ride", "we", "went", "on", "was", "called", "the", "entertainment", "ride", "and", "google", "informs", "me", "it", "usually", "costs", "69p", "p", "for", "90", "minutes", "google", "also", "informed", "me", "that", "you", "can", "sometimes", "get", "tickets", "on", "groupon", "our", "tickets", "were", "purchased", "as", "a", "group", "and", "were", "part", "of", "our", "package", "so", "i", "have", "no", "idea", "what", "they", "cost", "information", "on", "the", "ride", "can", "be", "found", "here", "https", "experiencetheride", "com", "sightseeing", "attractions", "the", "ridenyc", "after", "exiting", "the", "ride", "our", "group", "prepared", "for", "our", "flashmob", "which", "ended", "up", "being", "a", "performance", "for", "the", "next", "lot", "of", "spectators", "who", "were", "on", "the", "ride", "kids", "absolutely", "killed", "it", "and", "performed", "like", "true", "professionals", "the", "flashmob", "was", "followed", "by", "a", "frantic", "walk", "back", "to", "the", "hotel", "in", "amongst", "the", "million", "other", "people", "in", "times", "square", "walking", "frantically", "to", "somewhere", "very", "important", "a", "quick", "change", "into", "our", "finest", "outfits", "and", "a", "bite", "to", "eat", "before", "another", "frantic", "walk", "back", "to", "a", "theatre", "to", "see", "aladdin", "i", "have", "already", "seen", "aladdin", "and", "generally", "i", "only", "like", "to", "see", "things", "once", "but", "this", "was", "my", "first", "broadway", "show", "so", "i", "tried", "my", "best", "to", "get", "excited", "kids", "all", "looked", "so", "nice", "dressed", "up", "and", "isabelle", "was", "ecstatic", "she", "was", "so", "thrilled", "in", "fact", "that", "the", "lady", "serving", "drinks", "in", "the", "foyer", "gave", "her", "a", "free", "drink", "and", "cup", "i", "bought", "the", "girls", "a", "lollipop", "to", "keep", "them", "from", "moaning", "about", "hunger", "pains", "during", "the", "show", "they", "didn", "t", "really", "have", "much", "dinner", "and", "lollipops", "looked", "to", "be", "the", "cheapest", "menu", "item", "that", "would", "last", "the", "longest", "time", "six", "dollars", "is", "what", "a", "lollipop", "at", "aladdin", "costs", "that", "is", "usd", "too", "i", "did", "my", "best", "to", "breezily", "pass", "over", "my", "credit", "card", "to", "the", "girl", "like", "paying", "18usd", "for", "3", "lollipops", "was", "the", "most", "natural", "normal", "thing", "i", "have", "ever", "done", "this", "is", "the", "same", "girl", "who", "had", "given", "isabelle", "a", "free", "cup", "and", "bottle", "of", "water", "valued", "at", "15", "so", "i", "just", "pretended", "i", "was", "paying", "for", "that", "instead", "i", "spent", "the", "entire", "time", "while", "watching", "aladdin", "comparing", "the", "broadway", "version", "to", "the", "version", "i", "saw", "in", "southbank", "brisvegas", "the", "genie", "was", "the", "same", "in", "both", "shows", "and", "absolutely", "stole", "the", "show", "i", "don", "t", "think", "there", "was", "anyone", "else", "in", "it", "but", "him", "just", "kidding", "aladdin", "was", "also", "brilliant", "and", "i", "m", "not", "just", "saying", "that", "because", "he", "is", "an", "aussie", "i", "m", "also", "saying", "it", "because", "he", "is", "really", "really", "hot", "although", "i", "did", "wonder", "if", "his", "abs", "were", "real", "or", "painted", "on", "with", "contouring", "makeup", "one", "thing", "that", "the", "australian", "version", "did", "waaay", "better", "than", "the", "broadway", "one", "was", "the", "sets", "i", "have", "it", "on", "good", "authority", "that", "the", "sets", "in", "both", "shows", "are", "identical", "but", "if", "my", "memory", "serves", "me", "right", "and", "it", "very", "often", "serves", "me", "wrong", "so", "who", "can", "tell", "the", "set", "of", "the", "aussie", "aladdin", "was", "shinier", "brighter", "and", "more", "captivating", "than", "the", "broadway", "set", "seeing", "aladdin", "on", "broadway", "was", "no", "different", "to", "seeing", "it", "in", "brisvegas", "for", "my", "us", "reader", "brisvegas", "is", "a", "slang", "term", "for", "brisbane", "but", "i", "was", "glad", "to", "lose", "my", "broadway", "virginity", "i", "now", "feel", "more", "cultured", "and", "can", "throw", "around", "sentences", "like", "when", "i", "saw", "such", "such", "on", "broadway", "when", "in", "conversation", "with", "uppity", "people", "geez", "all", "this", "harping", "on", "about", "missing", "rohan", "is", "doing", "nothing", "to", "shorten", "the", "length", "of", "my", "blogs", "thanks", "for", "reading", "if", "you", "did", "get", "this", "far", "in", "the", "post", "please", "share", "your", "favourite", "post", "of", "mine", "so", "my", "wisdom", "can", "be", "imparted", "on", "more", "people", "it", "seems", "such", "a", "waste", "to", "just", "exclusively", "divulge", "all", "my", "musings", "to", "only", "friends", "and", "family"]}, "123": {"text": "1 thought on \u201cRiding Around New York\u201d", "tokenized_text": ["1", "thought", "on", "riding", "around", "new", "york"]}, "124": {"text": "The speed of this year\u2019s hog price decline is surprising given weekly hog slaughter levels.\n\nHog prices have followed a time-honored pattern this year \u2013 they moved higher to a peak in June then trended lower. Current Iowa-Minnesota negotiated carcass base prices are half of the $134.41/cwt. June peak and are close to dropping below the year-ago level for the first time this year.", "tokenized_text": ["the", "speed", "of", "this", "year", "s", "hog", "price", "decline", "is", "surprising", "given", "weekly", "hog", "slaughter", "levels", "hog", "prices", "have", "followed", "a", "time", "honored", "pattern", "this", "year", "they", "moved", "higher", "to", "a", "peak", "in", "june", "then", "trended", "lower", "current", "iowa", "minnesota", "negotiated", "carcass", "base", "prices", "are", "half", "of", "the", "134", "41", "cwt", "june", "peak", "and", "are", "close", "to", "dropping", "below", "the", "year", "ago", "level", "for", "the", "first", "time", "this", "year"]}, "125": {"text": "Will prices stay above the year-ago level this fall? There are several reasons to think they will.\n\nFirst of all, the speed of this year\u2019s hog price decline is surprising given that weekly hog slaughter has consistently been below the year-ago level since the end of May.\n\nThe September USDA \u201cHogs and Pigs\u201d report estimated the inventory of market hogs weighing 180 pounds or more was down 1.3% and hogs weighing 120-179 pounders were down 1.42%. This implied that hog slaughter since September 1 should have been down roughly 1.35%. It actually has been down 2.84%. We have either lagged in slaughter, or USDA slightly overestimated the heavy-weight market hog inventory. My guess is the latter.", "tokenized_text": ["will", "prices", "stay", "above", "the", "year", "ago", "level", "this", "fall", "there", "are", "several", "reasons", "to", "think", "they", "will", "first", "of", "all", "the", "speed", "of", "this", "year", "s", "hog", "price", "decline", "is", "surprising", "given", "that", "weekly", "hog", "slaughter", "has", "consistently", "been", "below", "the", "year", "ago", "level", "since", "the", "end", "of", "may", "the", "september", "usda", "hogs", "and", "pigs", "report", "estimated", "the", "inventory", "of", "market", "hogs", "weighing", "180", "pounds", "or", "more", "was", "down", "1", "3", "and", "hogs", "weighing", "120", "179", "pounders", "were", "down", "1", "42", "this", "implied", "that", "hog", "slaughter", "since", "september", "1", "should", "have", "been", "down", "roughly", "1", "35", "it", "actually", "has", "been", "down", "2", "84", "we", "have", "either", "lagged", "in", "slaughter", "or", "usda", "slightly", "overestimated", "the", "heavy", "weight", "market", "hog", "inventory", "my", "guess", "is", "the", "latter"]}, "126": {"text": "Consumers are willing to pay a lot for pork. Retail pork prices during September were record high for the sixth consecutive month. The average price of a pound of pork in grocery stores was $4.716 during September. This was up 6.6 cents from August and up 66.3 cents from September 2020. These record pork prices are a bit misleading. Yes, September retail pork prices were 16.4% higher than last year, but because of higher inflation, the nominal September price was only up 10.4% year-over-year. Preliminary data indicates per capita pork supply was down in September so a higher pork price should be expected.\n\nOn the negative side, several of the lean hog futures contracts were limit up following the September \u201cHogs and Pigs\u201d report but have now given back all of that gain. The December 2021 contract closed at $76.80/cwt. before the release of the report. That contract gained $6.775 during the next two trading sessions. Last Friday, December hogs settled at $73.32/cwt., $3.48 below the pre-release level.\n\nRetail pork demand was strong January thru April but has been weak since then. Export demand for U.S. pork has been strong all year.\n\nThrough August, U.S. pork exports were down 0.2% compared to the same period last year and pork imports were up 22.0%. Exports equaled 26.7% of January-August pork production and imports equaled 3.9% of U.S. production. This does not include variety meats.\n\nThe increase in imports is due to more pork coming to the U.S. from several countries, especially Canada, Mexico, Italy, and Hungary. Exports have held steady with less U.S. pork going to China and more to Mexico, Philippines, Japan, and Colombia.", "tokenized_text": ["consumers", "are", "willing", "to", "pay", "a", "lot", "for", "pork", "retail", "pork", "prices", "during", "september", "were", "record", "high", "for", "the", "sixth", "consecutive", "month", "the", "average", "price", "of", "a", "pound", "of", "pork", "in", "grocery", "stores", "was", "4", "716", "during", "september", "this", "was", "up", "6", "6", "cents", "from", "august", "and", "up", "66", "3", "cents", "from", "september", "2020", "these", "record", "pork", "prices", "are", "a", "bit", "misleading", "yes", "september", "retail", "pork", "prices", "were", "16", "4", "higher", "than", "last", "year", "but", "because", "of", "higher", "inflation", "the", "nominal", "september", "price", "was", "only", "up", "10", "4", "year", "over", "year", "preliminary", "data", "indicates", "per", "capita", "pork", "supply", "was", "down", "in", "september", "so", "a", "higher", "pork", "price", "should", "be", "expected", "on", "the", "negative", "side", "several", "of", "the", "lean", "hog", "futures", "contracts", "were", "limit", "up", "following", "the", "september", "hogs", "and", "pigs", "report", "but", "have", "now", "given", "back", "all", "of", "that", "gain", "the", "december", "2021", "contract", "closed", "at", "76", "80", "cwt", "before", "the", "release", "of", "the", "report", "that", "contract", "gained", "6", "775", "during", "the", "next", "two", "trading", "sessions", "last", "friday", "december", "hogs", "settled", "at", "73", "32", "cwt", "3", "48", "below", "the", "pre", "release", "level", "retail", "pork", "demand", "was", "strong", "january", "thru", "april", "but", "has", "been", "weak", "since", "then", "export", "demand", "for", "u", "s", "pork", "has", "been", "strong", "all", "year", "through", "august", "u", "s", "pork", "exports", "were", "down", "0", "2", "compared", "to", "the", "same", "period", "last", "year", "and", "pork", "imports", "were", "up", "22", "0", "exports", "equaled", "26", "7", "of", "january", "august", "pork", "production", "and", "imports", "equaled", "3", "9", "of", "u", "s", "production", "this", "does", "not", "include", "variety", "meats", "the", "increase", "in", "imports", "is", "due", "to", "more", "pork", "coming", "to", "the", "u", "s", "from", "several", "countries", "especially", "canada", "mexico", "italy", "and", "hungary", "exports", "have", "held", "steady", "with", "less", "u", "s", "pork", "going", "to", "china", "and", "more", "to", "mexico", "philippines", "japan", "and", "colombia"]}, "127": {"text": "Meat in cold storage dropped dramatically in the spring of 2020 when packing plans were forced to idle operations due to COVID outbreaks among employees. There were 466 million pounds of pork in cold storage at the end of September. That was up a tiny 0.17% year-over-year. September was the first month above year-ago since April 2020.", "tokenized_text": ["meat", "in", "cold", "storage", "dropped", "dramatically", "in", "the", "spring", "of", "2020", "when", "packing", "plans", "were", "forced", "to", "idle", "operations", "due", "to", "covid", "outbreaks", "among", "employees", "there", "were", "466", "million", "pounds", "of", "pork", "in", "cold", "storage", "at", "the", "end", "of", "september", "that", "was", "up", "a", "tiny", "0", "17", "year", "over", "year", "september", "was", "the", "first", "month", "above", "year", "ago", "since", "april", "2020"]}, "128": {"text": "Cash corn prices rose rapidly during the first third of 2021 but have been trending lower since May. The futures market indicates corn prices will hold fairly steady during the coming 12 months. December soymeal settled at $327.40/ton on Friday. The cost of production for hogs sold in 2022 shapes up to be a bit lower than this year.", "tokenized_text": ["cash", "corn", "prices", "rose", "rapidly", "during", "the", "first", "third", "of", "2021", "but", "have", "been", "trending", "lower", "since", "may", "the", "futures", "market", "indicates", "corn", "prices", "will", "hold", "fairly", "steady", "during", "the", "coming", "12", "months", "december", "soymeal", "settled", "at", "327", "40", "ton", "on", "friday", "the", "cost", "of", "production", "for", "hogs", "sold", "in", "2022", "shapes", "up", "to", "be", "a", "bit", "lower", "than", "this", "year"]}, "129": {"text": "This has been a good year for hog producers. The first nine months averaged a profit of $35.55 per hog marketed, according to calculations by Lee Schulz at Iowa State University. All months except January were profitable. The futures market indicates that, at roughly $29/head, this will be the most profitable year since 2014. Next year is also expected to be profitable at around $15 per head.", "tokenized_text": ["this", "has", "been", "a", "good", "year", "for", "hog", "producers", "the", "first", "nine", "months", "averaged", "a", "profit", "of", "35", "55", "per", "hog", "marketed", "according", "to", "calculations", "by", "lee", "schulz", "at", "iowa", "state", "university", "all", "months", "except", "january", "were", "profitable", "the", "futures", "market", "indicates", "that", "at", "roughly", "29", "head", "this", "will", "be", "the", "most", "profitable", "year", "since", "2014", "next", "year", "is", "also", "expected", "to", "be", "profitable", "at", "around", "15", "per", "head"]}, "130": {"text": "Thus far in 2021, the number of cull sows imported from Canada has been up 7.6%. First quarter U.S. sow slaughter was up 1.3% year-over-year (up 0.1% net of Canadian sows imported). Since the first quarter, U.S. sow slaughter has been down 8.7% (down 10.6% net of Canadian sow imports). Unless gilt retention has slowed, it appears that the sow herd is either growing or is at least shrinking at a slower pace. Given the profitability of hog production this year, I expect the former is true.", "tokenized_text": ["thus", "far", "in", "2021", "the", "number", "of", "cull", "sows", "imported", "from", "canada", "has", "been", "up", "7", "6", "first", "quarter", "u", "s", "sow", "slaughter", "was", "up", "1", "3", "year", "over", "year", "up", "0", "1", "net", "of", "canadian", "sows", "imported", "since", "the", "first", "quarter", "u", "s", "sow", "slaughter", "has", "been", "down", "8", "7", "down", "10", "6", "net", "of", "canadian", "sow", "imports", "unless", "gilt", "retention", "has", "slowed", "it", "appears", "that", "the", "sow", "herd", "is", "either", "growing", "or", "is", "at", "least", "shrinking", "at", "a", "slower", "pace", "given", "the", "profitability", "of", "hog", "production", "this", "year", "i", "expect", "the", "former", "is", "true"]}, "131": {"text": "What utter drivel! The DVDs should be collected and thrown into the sea. My time could have been better spent putting needles in my eyes.\n\nThis movie has the most far fetched and ridiculous plot ever concocted. The Cage/Kruger love interest is tenious at best and the psuedo science/theology spewed by Nic Cage is laughable. Sean Bean is the only notable addition to this film, in which Bean somehow avoids being dragged down by the raging black hole that is Nicolas Cage.\n\nI only watched the entire film in the vain hope that the ending would be interesting..I was dissapointed. Like a 5mph Roller Coaster, this film is pointless and nothing like it promises to be. A poor man's DaVinci Code.", "tokenized_text": ["what", "utter", "drivel", "the", "dvds", "should", "be", "collected", "and", "thrown", "into", "the", "sea", "my", "time", "could", "have", "been", "better", "spent", "putting", "needles", "in", "my", "eyes", "this", "movie", "has", "the", "most", "far", "fetched", "and", "ridiculous", "plot", "ever", "concocted", "the", "cage", "kruger", "love", "interest", "is", "tenious", "at", "best", "and", "the", "psuedo", "science", "theology", "spewed", "by", "nic", "cage", "is", "laughable", "sean", "bean", "is", "the", "only", "notable", "addition", "to", "this", "film", "in", "which", "bean", "somehow", "avoids", "being", "dragged", "down", "by", "the", "raging", "black", "hole", "that", "is", "nicolas", "cage", "i", "only", "watched", "the", "entire", "film", "in", "the", "vain", "hope", "that", "the", "ending", "would", "be", "interesting", "i", "was", "dissapointed", "like", "a", "5mph", "roller", "coaster", "this", "film", "is", "pointless", "and", "nothing", "like", "it", "promises", "to", "be", "a", "poor", "man", "s", "davinci", "code"]}, "132": {"text": "We love learning from you and sharing that information with other gun owners, so we recently asked people about their favorite carry gun on our social media pages.\n\nWe received an overwhelming response (thank you!), so we've decided to share what new and seasoned gun owners had to say about their favorite gun for carrying concealed. Here are their answers, starting with the most popular:\n\nNot surprisingly, concealed carry guns made by SIG were overwhelmingly the most popular. The P365 was at the top of the list, followed by the P238, P320, and then the P938.\n\nGlock came in a very close second, with only a few votes separating them from SIG. The Glock 43 (including the 43x) got the most votes, followed by the Glock 21. The Glock 48 and 42 both received a few votes.\n\nSmith & Wesson carry guns were mentioned slightly less often than the first two manufacturers. The S&W Shield got the most votes, which includes the increasingly popular EZ (9mm and .380). There were a few votes for revolvers, and Smith & Wesson dominated the responses in that category.\n\nSpringfield Armory has recently upped their concealed carry guns game, and it shows in our results. Coming in strong was their new Hellcat, followed by a few votes for the EMP 9mm. Surprisingly, there were no votes for their XD models.\n\nFalling out of favor with concealed carriers, but still in the mix was the LCP (both 9mm and .380). The LCR revolver was mentioned just a few times.\n\nKimber had a small showing but did (just barely) make the list. Their 1911's came in first, followed by the Micro 9.\n\nTaurus has recently made a commitment to improving their quality, and a few of their concealed carry gun models have been gaining traction as a response. The most popular Taurus was the G2 series followed by the P19T11.\n\nDid your favorite carry gun make the cut? Feel free to reach out to us to let us know!", "tokenized_text": ["we", "love", "learning", "from", "you", "and", "sharing", "that", "information", "with", "other", "gun", "owners", "so", "we", "recently", "asked", "people", "about", "their", "favorite", "carry", "gun", "on", "our", "social", "media", "pages", "we", "received", "an", "overwhelming", "response", "thank", "you", "so", "we", "ve", "decided", "to", "share", "what", "new", "and", "seasoned", "gun", "owners", "had", "to", "say", "about", "their", "favorite", "gun", "for", "carrying", "concealed", "here", "are", "their", "answers", "starting", "with", "the", "most", "popular", "not", "surprisingly", "concealed", "carry", "guns", "made", "by", "sig", "were", "overwhelmingly", "the", "most", "popular", "the", "p365", "was", "at", "the", "top", "of", "the", "list", "followed", "by", "the", "p238", "p320", "and", "then", "the", "p938", "glock", "came", "in", "a", "very", "close", "second", "with", "only", "a", "few", "votes", "separating", "them", "from", "sig", "the", "glock", "43", "including", "the", "43x", "got", "the", "most", "votes", "followed", "by", "the", "glock", "21", "the", "glock", "48", "and", "42", "both", "received", "a", "few", "votes", "smith", "wesson", "carry", "guns", "were", "mentioned", "slightly", "less", "often", "than", "the", "first", "two", "manufacturers", "the", "s", "w", "shield", "got", "the", "most", "votes", "which", "includes", "the", "increasingly", "popular", "ez", "9mm", "and", "380", "there", "were", "a", "few", "votes", "for", "revolvers", "and", "smith", "wesson", "dominated", "the", "responses", "in", "that", "category", "springfield", "armory", "has", "recently", "upped", "their", "concealed", "carry", "guns", "game", "and", "it", "shows", "in", "our", "results", "coming", "in", "strong", "was", "their", "new", "hellcat", "followed", "by", "a", "few", "votes", "for", "the", "emp", "9mm", "surprisingly", "there", "were", "no", "votes", "for", "their", "xd", "models", "falling", "out", "of", "favor", "with", "concealed", "carriers", "but", "still", "in", "the", "mix", "was", "the", "lcp", "both", "9mm", "and", "380", "the", "lcr", "revolver", "was", "mentioned", "just", "a", "few", "times", "kimber", "had", "a", "small", "showing", "but", "did", "just", "barely", "make", "the", "list", "their", "1911", "s", "came", "in", "first", "followed", "by", "the", "micro", "9", "taurus", "has", "recently", "made", "a", "commitment", "to", "improving", "their", "quality", "and", "a", "few", "of", "their", "concealed", "carry", "gun", "models", "have", "been", "gaining", "traction", "as", "a", "response", "the", "most", "popular", "taurus", "was", "the", "g2", "series", "followed", "by", "the", "p19t11", "did", "your", "favorite", "carry", "gun", "make", "the", "cut", "feel", "free", "to", "reach", "out", "to", "us", "to", "let", "us", "know"]}, "133": {"text": "The Terms You Need to Know When Buying a Handgun\n\nBuying a gun can be confusing. Here are some of the most common words and terms you are likely to encounter when shopping for a firearm.\nRead More", "tokenized_text": ["the", "terms", "you", "need", "to", "know", "when", "buying", "a", "handgun", "buying", "a", "gun", "can", "be", "confusing", "here", "are", "some", "of", "the", "most", "common", "words", "and", "terms", "you", "are", "likely", "to", "encounter", "when", "shopping", "for", "a", "firearm", "read", "more"]}, "134": {"text": "Angela Morgan tells the story of the remodelling of Boscobel House in Shropshire.\n\nWas Britain prepared for war in 1938? Not in the air, argues John Crossland, as he investigates the myths and penny-pinching that nearly scuppered the Spitfire victors of the Battle of Britain.\n\nScholarship and the Swastika: The Politics of Research in Occupied Poland\n\nMichael Burleigh investigates how academia was pressed into service to legitimise Nazi imperialism in the conquered East.\n\nWhere Have all the Heroes Gone?\n\nTony Aldous looks at the redevelopment of the city of Lowell in America.", "tokenized_text": ["angela", "morgan", "tells", "the", "story", "of", "the", "remodelling", "of", "boscobel", "house", "in", "shropshire", "was", "britain", "prepared", "for", "war", "in", "1938", "not", "in", "the", "air", "argues", "john", "crossland", "as", "he", "investigates", "the", "myths", "and", "penny", "pinching", "that", "nearly", "scuppered", "the", "spitfire", "victors", "of", "the", "battle", "of", "britain", "scholarship", "and", "the", "swastika", "the", "politics", "of", "research", "in", "occupied", "poland", "michael", "burleigh", "investigates", "how", "academia", "was", "pressed", "into", "service", "to", "legitimise", "nazi", "imperialism", "in", "the", "conquered", "east", "where", "have", "all", "the", "heroes", "gone", "tony", "aldous", "looks", "at", "the", "redevelopment", "of", "the", "city", "of", "lowell", "in", "america"]}, "135": {"text": "Cultural cataclysm or merely a modification of an Anglo-Saxon status quo? Antonia Gransden looks at views, past and present, of the Norman conquest.", "tokenized_text": ["cultural", "cataclysm", "or", "merely", "a", "modification", "of", "an", "anglo", "saxon", "status", "quo", "antonia", "gransden", "looks", "at", "views", "past", "and", "present", "of", "the", "norman", "conquest"]}, "136": {"text": "Frank L. Holt looks at the legends and realities of Alexander's bride from Central Asia, the world she lived in and the power struggles that ensnared her.\n\nA Shadow of Secession? The Hartford Convention, 1814\n\nA separatist assembly of Federalist New England at the height of war-weariness provided precedence and philosophy for future defiance of the Union.", "tokenized_text": ["frank", "l", "holt", "looks", "at", "the", "legends", "and", "realities", "of", "alexander", "s", "bride", "from", "central", "asia", "the", "world", "she", "lived", "in", "and", "the", "power", "struggles", "that", "ensnared", "her", "a", "shadow", "of", "secession", "the", "hartford", "convention", "1814", "a", "separatist", "assembly", "of", "federalist", "new", "england", "at", "the", "height", "of", "war", "weariness", "provided", "precedence", "and", "philosophy", "for", "future", "defiance", "of", "the", "union"]}, "137": {"text": "In May 1991, a three hundred year silence was shattered with the discovery of the African Burial Ground in lower Manhattan. Widely acknowledged as one of the most significant American archeological finds of the twentieth century, the African Burial Ground discovery redefined the history of New York and exposed an often overlooked heritage. Following the discovery, nearly two decades were dedicated to the documentation and interpretation of the site. A series of events and ceremonies that involved studying and honoring those buried there, returning them to their rightful resting place, and proclaiming the African Burial Ground a National Monument culminated in the 2007 unveiling of a permanent on-site memorial. An enduring cultural and spiritual monument was created.\n\nPrior to the 1991 discovery, plans to erect a 34-story, $276-million federal building required that a cultural resource survey, including archeological field-testing, be completed. Under the National Environmental Policy Act of 1969 and the National Historic Preservation Act of 1966, such research is required on any project using public funds that may have the potential to impact historic resources. During the last days of the excavation, the archeological team discovered a missing chapter of New York history\u00bfthe first of more than four hundred skeletal remains of men, women, and children, members of the city's enslaved population, was unearthed.\n\nThe African American community, joined by public figures and private individuals, responded immediately, voicing concerns that the African Burial Ground would not be given the reverence it deserved. From the controversy over the proper handling of the burial ground, one of the largest academic research endeavors focused on African Americans began.The Cobb Laboratory at Howard Univer-sity offered a research plan for the interdisciplinary archeological, bio-anthropological, and historical study that documented the life and culture of New York's seventeenth and eighteenth-century Africans. Following public input, project stakeholders decided to unearth the four hundred burials, providing valuable information about health, diet, gender, age, physical condition, and cause of death. Under the direction of the U.S. General Services Administration (GSA) and the U.S. Army Corps of Engineers Center of Expertise for the Curation and Management of Archaeological Collections, Howard University produced a multivolume report documenting their unprecedented, and often disturbing, findings.\n\nSlavery in New York began during the 1600s, when the Dutch West India Company brought African slaves to the New Amsterdam colony. England seized New Amsterdam in 1664 and renamed it New York. Slavery continued under British rule. Most of the African slaves came from West Central Africa. After decades of agitation, universal emancipation for all slaves in New York was achieved in 1827. As the Civil War approached, the South became identified with slavery, and the North with free labor. In 1991, the discovery of the African Burial Ground allowed contemporary historians to study the period anew.\n\nPlaced in use as a burial ground during the 1640s, the African Burial Ground (historically identified as the \"Negroes Buriel Ground\") was within a mile of Manhattan's southern tip, making it one of the first landholds over which New York Africans had relative control.\n\nSkeletal remains showed that life was perilous for Africans in New York. Nine percent of the burials were children under the age of two, a death rate disproportionately higher than the rest of the population. Further research exposed malnutrition, delayed bone development, backbreaking labor, and recurrent illnesses.\n\nNew York Africans lived in poverty, taking little with them to the grave. Funeral practices demonstrate cultural continuity between the New World and Africa. Burials often included bead ornaments, which held ceremonial significance for every stage of life. Shells also had meaning, reflecting the belief that they \"enclose the soul's immortal presence.\"\n\nBy the 1790s, free African Americans established the African Methodist Episcopal Zion Church and, in 1794, formed the African Society. The Society opened a new cemetery and the African Burial Ground was closed. Although the site was known to be a cemetery, real estate pressures took priority in the rapidly expanding city, and subdividing of the land began in 1795. A street grid, followed by commercial, industrial, and residential development, erased the memory of the cemetery.\n\nAround 1900, lower Manhattan was filled and leveled. By the mid-twentieth century, commercial and government buildings occupied the area, and the African Burial Ground was further sealed. In 1991, the evolution of the site had resulted in a parking lot which subsequently became the proposed site for a federal building. During preconstruction archeological investigations, the African Burial Ground was discovered and immediately recognized for its cultural and historical significance.\n\nA memorial site designed by Rodney L\u00bfon was completed in 2007. The memorial consists of a sunken Libation Court (gathering space for cultural ceremonies). It is surrounded by a Circle of the Diaspora inscribed with signs, symbols, and images of the African Diaspora. An Ancestral Chamber provides sacred space for contemplation. A Wall of Remembrance describes events that contributed to the African Burial Ground's creation. The reinterment locations are marked with four Ancestral Pillars.\n\nAn important link to the history of New York, the African Burial Ground is possibly the only preserved, urban, eighteenth-century African cemetery in America. The site and memorial also contribute to New York's cultural richness, adding to an array of monuments celebrating the city's immigrant communities. While years in the making and not without controversy, the African Burial Ground's preservation means the contributions of its African ancestors will live on in perpetuity. The African Burial Ground project received a Preserve America Presidential Award in 2008.", "tokenized_text": ["in", "may", "1991", "a", "three", "hundred", "year", "silence", "was", "shattered", "with", "the", "discovery", "of", "the", "african", "burial", "ground", "in", "lower", "manhattan", "widely", "acknowledged", "as", "one", "of", "the", "most", "significant", "american", "archeological", "finds", "of", "the", "twentieth", "century", "the", "african", "burial", "ground", "discovery", "redefined", "the", "history", "of", "new", "york", "and", "exposed", "an", "often", "overlooked", "heritage", "following", "the", "discovery", "nearly", "two", "decades", "were", "dedicated", "to", "the", "documentation", "and", "interpretation", "of", "the", "site", "a", "series", "of", "events", "and", "ceremonies", "that", "involved", "studying", "and", "honoring", "those", "buried", "there", "returning", "them", "to", "their", "rightful", "resting", "place", "and", "proclaiming", "the", "african", "burial", "ground", "a", "national", "monument", "culminated", "in", "the", "2007", "unveiling", "of", "a", "permanent", "on", "site", "memorial", "an", "enduring", "cultural", "and", "spiritual", "monument", "was", "created", "prior", "to", "the", "1991", "discovery", "plans", "to", "erect", "a", "34", "story", "276", "million", "federal", "building", "required", "that", "a", "cultural", "resource", "survey", "including", "archeological", "field", "testing", "be", "completed", "under", "the", "national", "environmental", "policy", "act", "of", "1969", "and", "the", "national", "historic", "preservation", "act", "of", "1966", "such", "research", "is", "required", "on", "any", "project", "using", "public", "funds", "that", "may", "have", "the", "potential", "to", "impact", "historic", "resources", "during", "the", "last", "days", "of", "the", "excavation", "the", "archeological", "team", "discovered", "a", "missing", "chapter", "of", "new", "york", "history", "the", "first", "of", "more", "than", "four", "hundred", "skeletal", "remains", "of", "men", "women", "and", "children", "members", "of", "the", "city", "s", "enslaved", "population", "was", "unearthed", "the", "african", "american", "community", "joined", "by", "public", "figures", "and", "private", "individuals", "responded", "immediately", "voicing", "concerns", "that", "the", "african", "burial", "ground", "would", "not", "be", "given", "the", "reverence", "it", "deserved", "from", "the", "controversy", "over", "the", "proper", "handling", "of", "the", "burial", "ground", "one", "of", "the", "largest", "academic", "research", "endeavors", "focused", "on", "african", "americans", "began", "the", "cobb", "laboratory", "at", "howard", "univer", "sity", "offered", "a", "research", "plan", "for", "the", "interdisciplinary", "archeological", "bio", "anthropological", "and", "historical", "study", "that", "documented", "the", "life", "and", "culture", "of", "new", "york", "s", "seventeenth", "and", "eighteenth", "century", "africans", "following", "public", "input", "project", "stakeholders", "decided", "to", "unearth", "the", "four", "hundred", "burials", "providing", "valuable", "information", "about", "health", "diet", "gender", "age", "physical", "condition", "and", "cause", "of", "death", "under", "the", "direction", "of", "the", "u", "s", "general", "services", "administration", "gsa", "and", "the", "u", "s", "army", "corps", "of", "engineers", "center", "of", "expertise", "for", "the", "curation", "and", "management", "of", "archaeological", "collections", "howard", "university", "produced", "a", "multivolume", "report", "documenting", "their", "unprecedented", "and", "often", "disturbing", "findings", "slavery", "in", "new", "york", "began", "during", "the", "1600s", "when", "the", "dutch", "west", "india", "company", "brought", "african", "slaves", "to", "the", "new", "amsterdam", "colony", "england", "seized", "new", "amsterdam", "in", "1664", "and", "renamed", "it", "new", "york", "slavery", "continued", "under", "british", "rule", "most", "of", "the", "african", "slaves", "came", "from", "west", "central", "africa", "after", "decades", "of", "agitation", "universal", "emancipation", "for", "all", "slaves", "in", "new", "york", "was", "achieved", "in", "1827", "as", "the", "civil", "war", "approached", "the", "south", "became", "identified", "with", "slavery", "and", "the", "north", "with", "free", "labor", "in", "1991", "the", "discovery", "of", "the", "african", "burial", "ground", "allowed", "contemporary", "historians", "to", "study", "the", "period", "anew", "placed", "in", "use", "as", "a", "burial", "ground", "during", "the", "1640s", "the", "african", "burial", "ground", "historically", "identified", "as", "the", "negroes", "buriel", "ground", "was", "within", "a", "mile", "of", "manhattan", "s", "southern", "tip", "making", "it", "one", "of", "the", "first", "landholds", "over", "which", "new", "york", "africans", "had", "relative", "control", "skeletal", "remains", "showed", "that", "life", "was", "perilous", "for", "africans", "in", "new", "york", "nine", "percent", "of", "the", "burials", "were", "children", "under", "the", "age", "of", "two", "a", "death", "rate", "disproportionately", "higher", "than", "the", "rest", "of", "the", "population", "further", "research", "exposed", "malnutrition", "delayed", "bone", "development", "backbreaking", "labor", "and", "recurrent", "illnesses", "new", "york", "africans", "lived", "in", "poverty", "taking", "little", "with", "them", "to", "the", "grave", "funeral", "practices", "demonstrate", "cultural", "continuity", "between", "the", "new", "world", "and", "africa", "burials", "often", "included", "bead", "ornaments", "which", "held", "ceremonial", "significance", "for", "every", "stage", "of", "life", "shells", "also", "had", "meaning", "reflecting", "the", "belief", "that", "they", "enclose", "the", "soul", "s", "immortal", "presence", "by", "the", "1790s", "free", "african", "americans", "established", "the", "african", "methodist", "episcopal", "zion", "church", "and", "in", "1794", "formed", "the", "african", "society", "the", "society", "opened", "a", "new", "cemetery", "and", "the", "african", "burial", "ground", "was", "closed", "although", "the", "site", "was", "known", "to", "be", "a", "cemetery", "real", "estate", "pressures", "took", "priority", "in", "the", "rapidly", "expanding", "city", "and", "subdividing", "of", "the", "land", "began", "in", "1795", "a", "street", "grid", "followed", "by", "commercial", "industrial", "and", "residential", "development", "erased", "the", "memory", "of", "the", "cemetery", "around", "1900", "lower", "manhattan", "was", "filled", "and", "leveled", "by", "the", "mid", "twentieth", "century", "commercial", "and", "government", "buildings", "occupied", "the", "area", "and", "the", "african", "burial", "ground", "was", "further", "sealed", "in", "1991", "the", "evolution", "of", "the", "site", "had", "resulted", "in", "a", "parking", "lot", "which", "subsequently", "became", "the", "proposed", "site", "for", "a", "federal", "building", "during", "preconstruction", "archeological", "investigations", "the", "african", "burial", "ground", "was", "discovered", "and", "immediately", "recognized", "for", "its", "cultural", "and", "historical", "significance", "a", "memorial", "site", "designed", "by", "rodney", "l", "on", "was", "completed", "in", "2007", "the", "memorial", "consists", "of", "a", "sunken", "libation", "court", "gathering", "space", "for", "cultural", "ceremonies", "it", "is", "surrounded", "by", "a", "circle", "of", "the", "diaspora", "inscribed", "with", "signs", "symbols", "and", "images", "of", "the", "african", "diaspora", "an", "ancestral", "chamber", "provides", "sacred", "space", "for", "contemplation", "a", "wall", "of", "remembrance", "describes", "events", "that", "contributed", "to", "the", "african", "burial", "ground", "s", "creation", "the", "reinterment", "locations", "are", "marked", "with", "four", "ancestral", "pillars", "an", "important", "link", "to", "the", "history", "of", "new", "york", "the", "african", "burial", "ground", "is", "possibly", "the", "only", "preserved", "urban", "eighteenth", "century", "african", "cemetery", "in", "america", "the", "site", "and", "memorial", "also", "contribute", "to", "new", "york", "s", "cultural", "richness", "adding", "to", "an", "array", "of", "monuments", "celebrating", "the", "city", "s", "immigrant", "communities", "while", "years", "in", "the", "making", "and", "not", "without", "controversy", "the", "african", "burial", "ground", "s", "preservation", "means", "the", "contributions", "of", "its", "african", "ancestors", "will", "live", "on", "in", "perpetuity", "the", "african", "burial", "ground", "project", "received", "a", "preserve", "america", "presidential", "award", "in", "2008"]}, "138": {"text": "It may be clich\u00e9 to bash the cable company, but sometimes clich\u00e9 is right. As you\u2019ve heard, Comcast, the largest cable company and home Internet service provider in the United States, has announced it intends to swallow up its next closest competitor, Time Warner Cable, like Jabba the Hutt downing a frog.\n\nOn the surface, it seems like yet another reason to cut the cord, ditch Comcast, and just go with Netflix. But wait\u2026 you can\u2019t cut the cord because Comcast is holding it at the other end. You want Netflix? You need Internet. You want Internet? You need Comcast. If the Time Warner merger goes through, the company would likely become the largest broadband service provider in the world, excluding maybe China. That news by itself is certainly distressing; it makes an industry that\u2019s already not very competitive even less so.\n\nBut not only is Comcast closing in on Monopoly territory (the company also owns a 51% majority stake in the massive media conglomerate NBCUniversal), it\u2019s also failing miserably at providing quality service to its customers that use Netflix. Whether Comcast is intentionally throttling the data speeds of Netflix or not (some say it\u2019s actually Netflix behind the poor service), it\u2019s a fact that Comcast currently offers just about the worst way to use your Netflix streaming account.\n\nThere\u2019s been a ton of anecdotal evidence supporting this recently, and yes, your humble author is here to offer more of that evidence. The problems started recently; my HD programming was failing to even sniff 720p, so I upgraded to a new modem, one that\u2019s been fully tested, supported, and approved by Comcast. On top of that, I also invested in a new high end router. But nope. If it\u2019s The Cleveland Show in 1080p, it\u2019s The Cleveland Show in 480p in my house. Even an episode of Family Ties, which only promises a 480p resolution, staggers between 240 and 384. And yes, I watch Family Ties, but let\u2019s not ridicule my viewing habits here, we\u2019ve got bigger fish to fry. Point is, prime time video quality has been atrocious.\n\nAnd before you chalk this up to being the rant of one disgruntled writer, check out Netflix\u2019 ISP rankings for January.", "tokenized_text": ["it", "may", "be", "clich\u00e9", "to", "bash", "the", "cable", "company", "but", "sometimes", "clich\u00e9", "is", "right", "as", "you", "ve", "heard", "comcast", "the", "largest", "cable", "company", "and", "home", "internet", "service", "provider", "in", "the", "united", "states", "has", "announced", "it", "intends", "to", "swallow", "up", "its", "next", "closest", "competitor", "time", "warner", "cable", "like", "jabba", "the", "hutt", "downing", "a", "frog", "on", "the", "surface", "it", "seems", "like", "yet", "another", "reason", "to", "cut", "the", "cord", "ditch", "comcast", "and", "just", "go", "with", "netflix", "but", "wait", "you", "can", "t", "cut", "the", "cord", "because", "comcast", "is", "holding", "it", "at", "the", "other", "end", "you", "want", "netflix", "you", "need", "internet", "you", "want", "internet", "you", "need", "comcast", "if", "the", "time", "warner", "merger", "goes", "through", "the", "company", "would", "likely", "become", "the", "largest", "broadband", "service", "provider", "in", "the", "world", "excluding", "maybe", "china", "that", "news", "by", "itself", "is", "certainly", "distressing", "it", "makes", "an", "industry", "that", "s", "already", "not", "very", "competitive", "even", "less", "so", "but", "not", "only", "is", "comcast", "closing", "in", "on", "monopoly", "territory", "the", "company", "also", "owns", "a", "51", "majority", "stake", "in", "the", "massive", "media", "conglomerate", "nbcuniversal", "it", "s", "also", "failing", "miserably", "at", "providing", "quality", "service", "to", "its", "customers", "that", "use", "netflix", "whether", "comcast", "is", "intentionally", "throttling", "the", "data", "speeds", "of", "netflix", "or", "not", "some", "say", "it", "s", "actually", "netflix", "behind", "the", "poor", "service", "it", "s", "a", "fact", "that", "comcast", "currently", "offers", "just", "about", "the", "worst", "way", "to", "use", "your", "netflix", "streaming", "account", "there", "s", "been", "a", "ton", "of", "anecdotal", "evidence", "supporting", "this", "recently", "and", "yes", "your", "humble", "author", "is", "here", "to", "offer", "more", "of", "that", "evidence", "the", "problems", "started", "recently", "my", "hd", "programming", "was", "failing", "to", "even", "sniff", "720p", "so", "i", "upgraded", "to", "a", "new", "modem", "one", "that", "s", "been", "fully", "tested", "supported", "and", "approved", "by", "comcast", "on", "top", "of", "that", "i", "also", "invested", "in", "a", "new", "high", "end", "router", "but", "nope", "if", "it", "s", "the", "cleveland", "show", "in", "1080p", "it", "s", "the", "cleveland", "show", "in", "480p", "in", "my", "house", "even", "an", "episode", "of", "family", "ties", "which", "only", "promises", "a", "480p", "resolution", "staggers", "between", "240", "and", "384", "and", "yes", "i", "watch", "family", "ties", "but", "let", "s", "not", "ridicule", "my", "viewing", "habits", "here", "we", "ve", "got", "bigger", "fish", "to", "fry", "point", "is", "prime", "time", "video", "quality", "has", "been", "atrocious", "and", "before", "you", "chalk", "this", "up", "to", "being", "the", "rant", "of", "one", "disgruntled", "writer", "check", "out", "netflix", "isp", "rankings", "for", "january"]}, "139": {"text": "That\u2019s right. Out of the 17 companies ranked, Comcast finished 14th. Looking for a way to get the most out of your Netflix subscription? Wanna sample their new 3D offerings? First try Google Fiber, Cablevision \u2013 Optimum, Cox, Suddenlink, Charter, Time Warner Cable (about to be Comcast!), Verizon \u2013 FIOS, Bright House, Windstream, Frontier, AT&T \u2013 U-Verse, and Mediacom. Then, if that doesn\u2019t work out for ya, OK, sure, you can give Comcast a shot. And wait, you didn\u2019t just utter \u201c4K\u201d did you? Stop it.\n\nSo, um, yeah\u2026 what\u2019re your thoughts on the proposed merger?", "tokenized_text": ["that", "s", "right", "out", "of", "the", "17", "companies", "ranked", "comcast", "finished", "14th", "looking", "for", "a", "way", "to", "get", "the", "most", "out", "of", "your", "netflix", "subscription", "wanna", "sample", "their", "new", "3d", "offerings", "first", "try", "google", "fiber", "cablevision", "optimum", "cox", "suddenlink", "charter", "time", "warner", "cable", "about", "to", "be", "comcast", "verizon", "fios", "bright", "house", "windstream", "frontier", "at", "t", "u", "verse", "and", "mediacom", "then", "if", "that", "doesn", "t", "work", "out", "for", "ya", "ok", "sure", "you", "can", "give", "comcast", "a", "shot", "and", "wait", "you", "didn", "t", "just", "utter", "4k", "did", "you", "stop", "it", "so", "um", "yeah", "what", "re", "your", "thoughts", "on", "the", "proposed", "merger"]}, "140": {"text": "A Gilead Hep C Denied Insurance Claim Lawsuit recently filed in California state court appears to be a template for an issue expected to dominate discussion and debate: what role does an insurer have in treatment decisions, and how much of a factor does cost play? In a world of generics where insurers have less costly alternatives available, some treatment options are unique and without peer. If that treatment happens to be expensive, but there is no alternative, does an insurer have the right to deny treatment through a peerless treatment option, simply due to the expense?", "tokenized_text": ["a", "gilead", "hep", "c", "denied", "insurance", "claim", "lawsuit", "recently", "filed", "in", "california", "state", "court", "appears", "to", "be", "a", "template", "for", "an", "issue", "expected", "to", "dominate", "discussion", "and", "debate", "what", "role", "does", "an", "insurer", "have", "in", "treatment", "decisions", "and", "how", "much", "of", "a", "factor", "does", "cost", "play", "in", "a", "world", "of", "generics", "where", "insurers", "have", "less", "costly", "alternatives", "available", "some", "treatment", "options", "are", "unique", "and", "without", "peer", "if", "that", "treatment", "happens", "to", "be", "expensive", "but", "there", "is", "no", "alternative", "does", "an", "insurer", "have", "the", "right", "to", "deny", "treatment", "through", "a", "peerless", "treatment", "option", "simply", "due", "to", "the", "expense"]}, "141": {"text": "That appears to be the base argument in a lawsuit that could precede other Harvoni lawsuits with regard to an expensive, relatively new but highly effective treatment option (according to reports) for hepatitis C (Hep C).\n\nThe most recent Harvoni Denied Insurance Claim lawsuit has been brought by plaintiff Shima Andre against Anthem Blue Cross (Anthem) and filed May 15 in California Superior Court. According to the plaintiff, who hails from West Hollywood, there is nothing in the explanation of benefits for her policy that suggests Anthem has the right to withhold a treatment option due to the expense. Rather, the Harvoni lawsuit holds that Anthem simply requires that a drug be medically accepted and approved, and not costlier than comparable drugs.\n\nWhich it isn\u2019t, because there is really nothing comparable. Harvoni was approved by the US Food and Drug Administration (FDA) in mid-October of last year, and held so much promise that doctors began prescribing Harvoni to their patients almost immediately. The developer and manufacturer of Harvoni, Gilead Sciences Inc. (Gilead), achieved sales of more than $2 billion for 2014, in a little more than 10 weeks.\n\nThere is no question Harvoni is expensive, at about $1,000 per pill or just under $100,000 for a 12-week treatment program. Harvoni is an advanced version of Gilead\u2019s Sovaldi, which is also expensive, but also highly effective.\n\nInsurers have been concerned that such expensive drugs, with no alternatives, could succeed in driving up the cost of premiums.\n\nHowever, that is not the concern of the plaintiff, who maintains Anthem should honor the various clauses and commitments in the insurance policy of approving and undertaking a treatment option provided the treatment is medically accepted. Whether or not Harvoni is costlier than it needs to be is of no concern to the plaintiff.\n\nMore HARVONI DENIED CLAIM News\nAnthem, the complaint says,\n\u201capplied a more restrictive test...in an effort to increase company profits by limiting the number of patients who would qualify for this life-saving medication.\u201d\n\nThe denial letter that Anthem sent to Andre \u201cdoes not cite to any provision of the [explanation of benefits] in support of this standard,\u201d according to the Gilead Hep C Denied Insurance Claim Lawsuit.\n\nPlaintiff Andre also asserts in her California state Harvoni lawsuit that physicians employed by Anthem to review her appeals lacked expertise in treating Hep C. Her lawsuit suggests that Anthem has decided to restrict treatment with Harvoni in patients with advanced liver scarring from Hep C.\n\nThe case is Andre v. Blue Cross of California et al., Case No: BC582063, in the Superior Court of the State of California, County of Los Angeles.\n\nIf you or a loved one have suffered losses in this case, please click the link below and your complaint will be sent to an insurance lawyer who may evaluate your Harvoni Denied Claim claim at no cost or obligation.\nRequest Legal Help Now", "tokenized_text": ["that", "appears", "to", "be", "the", "base", "argument", "in", "a", "lawsuit", "that", "could", "precede", "other", "harvoni", "lawsuits", "with", "regard", "to", "an", "expensive", "relatively", "new", "but", "highly", "effective", "treatment", "option", "according", "to", "reports", "for", "hepatitis", "c", "hep", "c", "the", "most", "recent", "harvoni", "denied", "insurance", "claim", "lawsuit", "has", "been", "brought", "by", "plaintiff", "shima", "andre", "against", "anthem", "blue", "cross", "anthem", "and", "filed", "may", "15", "in", "california", "superior", "court", "according", "to", "the", "plaintiff", "who", "hails", "from", "west", "hollywood", "there", "is", "nothing", "in", "the", "explanation", "of", "benefits", "for", "her", "policy", "that", "suggests", "anthem", "has", "the", "right", "to", "withhold", "a", "treatment", "option", "due", "to", "the", "expense", "rather", "the", "harvoni", "lawsuit", "holds", "that", "anthem", "simply", "requires", "that", "a", "drug", "be", "medically", "accepted", "and", "approved", "and", "not", "costlier", "than", "comparable", "drugs", "which", "it", "isn", "t", "because", "there", "is", "really", "nothing", "comparable", "harvoni", "was", "approved", "by", "the", "us", "food", "and", "drug", "administration", "fda", "in", "mid", "october", "of", "last", "year", "and", "held", "so", "much", "promise", "that", "doctors", "began", "prescribing", "harvoni", "to", "their", "patients", "almost", "immediately", "the", "developer", "and", "manufacturer", "of", "harvoni", "gilead", "sciences", "inc", "gilead", "achieved", "sales", "of", "more", "than", "2", "billion", "for", "2014", "in", "a", "little", "more", "than", "10", "weeks", "there", "is", "no", "question", "harvoni", "is", "expensive", "at", "about", "1", "000", "per", "pill", "or", "just", "under", "100", "000", "for", "a", "12", "week", "treatment", "program", "harvoni", "is", "an", "advanced", "version", "of", "gilead", "s", "sovaldi", "which", "is", "also", "expensive", "but", "also", "highly", "effective", "insurers", "have", "been", "concerned", "that", "such", "expensive", "drugs", "with", "no", "alternatives", "could", "succeed", "in", "driving", "up", "the", "cost", "of", "premiums", "however", "that", "is", "not", "the", "concern", "of", "the", "plaintiff", "who", "maintains", "anthem", "should", "honor", "the", "various", "clauses", "and", "commitments", "in", "the", "insurance", "policy", "of", "approving", "and", "undertaking", "a", "treatment", "option", "provided", "the", "treatment", "is", "medically", "accepted", "whether", "or", "not", "harvoni", "is", "costlier", "than", "it", "needs", "to", "be", "is", "of", "no", "concern", "to", "the", "plaintiff", "more", "harvoni", "denied", "claim", "news", "anthem", "the", "complaint", "says", "applied", "a", "more", "restrictive", "test", "in", "an", "effort", "to", "increase", "company", "profits", "by", "limiting", "the", "number", "of", "patients", "who", "would", "qualify", "for", "this", "life", "saving", "medication", "the", "denial", "letter", "that", "anthem", "sent", "to", "andre", "does", "not", "cite", "to", "any", "provision", "of", "the", "explanation", "of", "benefits", "in", "support", "of", "this", "standard", "according", "to", "the", "gilead", "hep", "c", "denied", "insurance", "claim", "lawsuit", "plaintiff", "andre", "also", "asserts", "in", "her", "california", "state", "harvoni", "lawsuit", "that", "physicians", "employed", "by", "anthem", "to", "review", "her", "appeals", "lacked", "expertise", "in", "treating", "hep", "c", "her", "lawsuit", "suggests", "that", "anthem", "has", "decided", "to", "restrict", "treatment", "with", "harvoni", "in", "patients", "with", "advanced", "liver", "scarring", "from", "hep", "c", "the", "case", "is", "andre", "v", "blue", "cross", "of", "california", "et", "al", "case", "no", "bc582063", "in", "the", "superior", "court", "of", "the", "state", "of", "california", "county", "of", "los", "angeles", "if", "you", "or", "a", "loved", "one", "have", "suffered", "losses", "in", "this", "case", "please", "click", "the", "link", "below", "and", "your", "complaint", "will", "be", "sent", "to", "an", "insurance", "lawyer", "who", "may", "evaluate", "your", "harvoni", "denied", "claim", "claim", "at", "no", "cost", "or", "obligation", "request", "legal", "help", "now"]}, "142": {"text": "Dysfunctional relationships have often been at the centre of his best work.\n\nBut I came into my own when I stumbled upon my autobiographical idiom \u2014 where I got to say things the way I wanted to. So, all my dysfunctional relationships, beginning from my absent father, have helped me become who I am. One could say, in the end, Mahesh held up the family name and made his father proud. He takes his time to answer. Mahesh Bhatt rarely, if ever, takes time to answer. I left home when he was around three MSI Personal Cinema 5.0 he felt I had abandoned the family for another woman. Slowly we began rebuilding our relationship and I urged him to use his anger against me to fuel his goals.", "tokenized_text": ["dysfunctional", "relationships", "have", "often", "been", "at", "the", "centre", "of", "his", "best", "work", "but", "i", "came", "into", "my", "own", "when", "i", "stumbled", "upon", "my", "autobiographical", "idiom", "where", "i", "got", "to", "say", "things", "the", "way", "i", "wanted", "to", "so", "all", "my", "dysfunctional", "relationships", "beginning", "from", "my", "absent", "father", "have", "helped", "me", "become", "who", "i", "am", "one", "could", "say", "in", "the", "end", "mahesh", "held", "up", "the", "family", "name", "and", "made", "his", "father", "proud", "he", "takes", "his", "time", "to", "answer", "mahesh", "bhatt", "rarely", "if", "ever", "takes", "time", "to", "answer", "i", "left", "home", "when", "he", "was", "around", "three", "msi", "personal", "cinema", "5", "0", "he", "felt", "i", "had", "abandoned", "the", "family", "for", "another", "woman", "slowly", "we", "began", "rebuilding", "our", "relationship", "and", "i", "urged", "him", "to", "use", "his", "anger", "against", "me", "to", "fuel", "his", "goals"]}, "143": {"text": "And he managed to do that. He is now a fitness guru.\n\nMSI Personal Cinema 5.0 He trains all kinds of important people, but not once has he used my name or connections to promote himself. Nor has he ever tried to use my guilt to his advantage. Is he proud of you?\n\nThe very public Mahesh Bhatt\u2019s most private interview ever\n\nA smile shines on his face. He means what he says.\n\nNear the top right corner of the motherboard we can see a seven segment debug LED display and onboard LEDs that light up in accordance with the malfunctioning or loose component that might prevent a successful system boot up such as the CPU, DRAM, VGA etc Its a small MSI Personal Cinema 5.0 very useful feature especially for a new platform such as the X The debug LED display displays MSI Personal Cinema 5.0 current CPU temperatures after a successful boot up and is very handy to monitor temperatures on a platform such as this which tends to run hot sometimes. Even though the socket is physically bigger it supports the same CPU coolers as that of the LGAv3 so its easily compatible with most of the air and liquid coolers out there. At the bottom end things are pretty much straightforward or atleast they look like that way!\n\nI already feel poor right now! Keep in mind that if you populate both the M.\n\nWe've read and seen quite a lot about the power delivery system failures on the X PCH motherboards and though MSI has used a ceramic VRM heatsink for cooling these components down the embedded LEDs inside it sure make it a point of concern for me, so we'll have to see how it performs in our tests further ahead. Though these help to divide load over the network by one being Internet exclusive while the other an Intranet exclusive port, these unfortunately don't MSI Personal Cinema 5.0 LAN teaming.\n\nThis is a crammed up screen that has the details about all the components installed on the board along with MSI Personal Cinema 5.0 laid out neatly under clear tabs on the left side. If you want to change fan speeds, maybe boot devices, or use its automated overclocking function or XMP, you can do so quickly and easily.\n\nThis is a much preferred version for the beginners and though it comes with a Game Boost Knob on the top left its useless since the SLI Plus doesn't support this feature. The game developer can have higher flexibility to control low-pitched sound in a game. The completely re-designed effect engine gives developers total freedom to use any of four simultaneous MSI Personal Cinema 5.0 with any of the voices.\n\nSomeone whispering to your ear, a bullet flying a couple inches by your head and so on. The previous version called occlusion only delivers basic sound effect occluded by the direct sound, but not the environmental reverb associated with that sound. Environment Occlusion MSI Personal Cinema 5.0 the realism by allowing the reverb effect itself as well as the direct sound to be muffled due to occluding objects.", "tokenized_text": ["and", "he", "managed", "to", "do", "that", "he", "is", "now", "a", "fitness", "guru", "msi", "personal", "cinema", "5", "0", "he", "trains", "all", "kinds", "of", "important", "people", "but", "not", "once", "has", "he", "used", "my", "name", "or", "connections", "to", "promote", "himself", "nor", "has", "he", "ever", "tried", "to", "use", "my", "guilt", "to", "his", "advantage", "is", "he", "proud", "of", "you", "the", "very", "public", "mahesh", "bhatt", "s", "most", "private", "interview", "ever", "a", "smile", "shines", "on", "his", "face", "he", "means", "what", "he", "says", "near", "the", "top", "right", "corner", "of", "the", "motherboard", "we", "can", "see", "a", "seven", "segment", "debug", "led", "display", "and", "onboard", "leds", "that", "light", "up", "in", "accordance", "with", "the", "malfunctioning", "or", "loose", "component", "that", "might", "prevent", "a", "successful", "system", "boot", "up", "such", "as", "the", "cpu", "dram", "vga", "etc", "its", "a", "small", "msi", "personal", "cinema", "5", "0", "very", "useful", "feature", "especially", "for", "a", "new", "platform", "such", "as", "the", "x", "the", "debug", "led", "display", "displays", "msi", "personal", "cinema", "5", "0", "current", "cpu", "temperatures", "after", "a", "successful", "boot", "up", "and", "is", "very", "handy", "to", "monitor", "temperatures", "on", "a", "platform", "such", "as", "this", "which", "tends", "to", "run", "hot", "sometimes", "even", "though", "the", "socket", "is", "physically", "bigger", "it", "supports", "the", "same", "cpu", "coolers", "as", "that", "of", "the", "lgav3", "so", "its", "easily", "compatible", "with", "most", "of", "the", "air", "and", "liquid", "coolers", "out", "there", "at", "the", "bottom", "end", "things", "are", "pretty", "much", "straightforward", "or", "atleast", "they", "look", "like", "that", "way", "i", "already", "feel", "poor", "right", "now", "keep", "in", "mind", "that", "if", "you", "populate", "both", "the", "m", "we", "ve", "read", "and", "seen", "quite", "a", "lot", "about", "the", "power", "delivery", "system", "failures", "on", "the", "x", "pch", "motherboards", "and", "though", "msi", "has", "used", "a", "ceramic", "vrm", "heatsink", "for", "cooling", "these", "components", "down", "the", "embedded", "leds", "inside", "it", "sure", "make", "it", "a", "point", "of", "concern", "for", "me", "so", "we", "ll", "have", "to", "see", "how", "it", "performs", "in", "our", "tests", "further", "ahead", "though", "these", "help", "to", "divide", "load", "over", "the", "network", "by", "one", "being", "internet", "exclusive", "while", "the", "other", "an", "intranet", "exclusive", "port", "these", "unfortunately", "don", "t", "msi", "personal", "cinema", "5", "0", "lan", "teaming", "this", "is", "a", "crammed", "up", "screen", "that", "has", "the", "details", "about", "all", "the", "components", "installed", "on", "the", "board", "along", "with", "msi", "personal", "cinema", "5", "0", "laid", "out", "neatly", "under", "clear", "tabs", "on", "the", "left", "side", "if", "you", "want", "to", "change", "fan", "speeds", "maybe", "boot", "devices", "or", "use", "its", "automated", "overclocking", "function", "or", "xmp", "you", "can", "do", "so", "quickly", "and", "easily", "this", "is", "a", "much", "preferred", "version", "for", "the", "beginners", "and", "though", "it", "comes", "with", "a", "game", "boost", "knob", "on", "the", "top", "left", "its", "useless", "since", "the", "sli", "plus", "doesn", "t", "support", "this", "feature", "the", "game", "developer", "can", "have", "higher", "flexibility", "to", "control", "low", "pitched", "sound", "in", "a", "game", "the", "completely", "re", "designed", "effect", "engine", "gives", "developers", "total", "freedom", "to", "use", "any", "of", "four", "simultaneous", "msi", "personal", "cinema", "5", "0", "with", "any", "of", "the", "voices", "someone", "whispering", "to", "your", "ear", "a", "bullet", "flying", "a", "couple", "inches", "by", "your", "head", "and", "so", "on", "the", "previous", "version", "called", "occlusion", "only", "delivers", "basic", "sound", "effect", "occluded", "by", "the", "direct", "sound", "but", "not", "the", "environmental", "reverb", "associated", "with", "that", "sound", "environment", "occlusion", "msi", "personal", "cinema", "5", "0", "the", "realism", "by", "allowing", "the", "reverb", "effect", "itself", "as", "well", "as", "the", "direct", "sound", "to", "be", "muffled", "due", "to", "occluding", "objects"]}, "144": {"text": "Collateral at the Bank of Italy #2", "tokenized_text": ["collateral", "at", "the", "bank", "of", "italy", "2"]}, "145": {"text": "The two graphics show composition of collateral held at the Bank of Italy (\"the Bank\") against Eurosystem repo operations in August 2011 and March 2012. In each graphic, the bottom pie represents the collateral actually held at the Bank of Italy, and the top pie represents the Bank\u2019s estimate of unencumbered collateral (net of prospective haircuts) remaining in Italy. One thing to note, as explained in the the prior post, the amount of collateral net of haircuts at the bank including amount of overcollateralization was 126 billion euros in August and 363 billion in March.\n\nThe differences between the pools of collateral held in August and March are stark. The biggest jump is seen in \u201cgovernment-guaranteed bank bonds\u201d due to an Italian decree issued December 6 (described in this speech by the Gov. of the Bank of Italy, P.11) which allowed banks to issue government backed bonds in return for a fee to the Italian government. These bonds, which by virtue of the government guarantee were instantly available for financing at the Bank of Italy, represented 77 billion in credit extended by March 2012. On the other hand, the extension of credit claims represented little additional credit by March; according to the Bank only 4 billion had been extended against whole loans made eligible by the ECB and Bank of Italy\u2019s decision allowing for lowerquality assets to be posted as collateral increasing the total amount of whole loands posted to 54 billion (net of haircuts).\n\nThe increase in government securities posted could be caused by several things. One is, as documented on antehoc before, the subsidy available on Italian government bonds via lower haircuts compared with other European central clearing counterparties. Another could have to do with the re-domestication of Italian sovereign debt in the last few months (see the picture below again courtesy of the Bank of Italy).", "tokenized_text": ["the", "two", "graphics", "show", "composition", "of", "collateral", "held", "at", "the", "bank", "of", "italy", "the", "bank", "against", "eurosystem", "repo", "operations", "in", "august", "2011", "and", "march", "2012", "in", "each", "graphic", "the", "bottom", "pie", "represents", "the", "collateral", "actually", "held", "at", "the", "bank", "of", "italy", "and", "the", "top", "pie", "represents", "the", "bank", "s", "estimate", "of", "unencumbered", "collateral", "net", "of", "prospective", "haircuts", "remaining", "in", "italy", "one", "thing", "to", "note", "as", "explained", "in", "the", "the", "prior", "post", "the", "amount", "of", "collateral", "net", "of", "haircuts", "at", "the", "bank", "including", "amount", "of", "overcollateralization", "was", "126", "billion", "euros", "in", "august", "and", "363", "billion", "in", "march", "the", "differences", "between", "the", "pools", "of", "collateral", "held", "in", "august", "and", "march", "are", "stark", "the", "biggest", "jump", "is", "seen", "in", "government", "guaranteed", "bank", "bonds", "due", "to", "an", "italian", "decree", "issued", "december", "6", "described", "in", "this", "speech", "by", "the", "gov", "of", "the", "bank", "of", "italy", "p", "11", "which", "allowed", "banks", "to", "issue", "government", "backed", "bonds", "in", "return", "for", "a", "fee", "to", "the", "italian", "government", "these", "bonds", "which", "by", "virtue", "of", "the", "government", "guarantee", "were", "instantly", "available", "for", "financing", "at", "the", "bank", "of", "italy", "represented", "77", "billion", "in", "credit", "extended", "by", "march", "2012", "on", "the", "other", "hand", "the", "extension", "of", "credit", "claims", "represented", "little", "additional", "credit", "by", "march", "according", "to", "the", "bank", "only", "4", "billion", "had", "been", "extended", "against", "whole", "loans", "made", "eligible", "by", "the", "ecb", "and", "bank", "of", "italy", "s", "decision", "allowing", "for", "lowerquality", "assets", "to", "be", "posted", "as", "collateral", "increasing", "the", "total", "amount", "of", "whole", "loands", "posted", "to", "54", "billion", "net", "of", "haircuts", "the", "increase", "in", "government", "securities", "posted", "could", "be", "caused", "by", "several", "things", "one", "is", "as", "documented", "on", "antehoc", "before", "the", "subsidy", "available", "on", "italian", "government", "bonds", "via", "lower", "haircuts", "compared", "with", "other", "european", "central", "clearing", "counterparties", "another", "could", "have", "to", "do", "with", "the", "re", "domestication", "of", "italian", "sovereign", "debt", "in", "the", "last", "few", "months", "see", "the", "picture", "below", "again", "courtesy", "of", "the", "bank", "of", "italy"]}, "146": {"text": "Vijayawada: The Communist Party of India on Monday demanded the MPs of YSRCP and TDP along with Chief Minister YS Jagan Mohan Reddy to raise their voice against the privatisation of Vizag Steel Plant.\n\nAddressing the media at the State party headquarters here, CPI State secretary K Ramakrishna said that the CM should include all the political parties and people's associations to bring pressure on the Centre to protect the Vizag steel plant. The YSRCP and the TDP MPs should raise their voice for the steel plant during the Parliament session.\n\nThey should personally meet Prime Minister Narendra Modi to wean him away from the privatisation of the steel plant.\n\nHuge agitation has been going on for the last 200 days throughout the State soon after the decision to privatise the steel plant. It is unfortunate that in spite of the people's revolt, the Centre is adamant to go ahead with the move. He recalled that steel plant was achieved after the political leaders submitted resignations to their posts.\n\nAt a time when people are revolting against the steel plant sell-off, the State government quietly handed over Gangavaram port to Adani group. The CPI leader took exception to the statement of Minister Botcha Satyanarayana that there is no wrong if one private company was handed over to another private company.\n\nThe State government has 10.4 percent share in the port and it should be handed over to the State government after 30 years. In that background what is the rationality in handing over the port to the Adani group. That too, property worth Rs 9,000 crore was given for a pittance of Rs 644 crore, he questioned.\n\nThe CPI leader demanded the Chief Minister to cancel the deal of Gangavaram port sending a warning that a massive agitation would be launched.\n\nExpressing solidarity with the agitating farmers of Amaravati, the CPI leader demanded the State government to announce Amaravati as the capital city. He ridiculed the statement of Minister Botcha Satyanarayana on Amaravati describing it irrational.\n\nHe flayed the State and the central government for not taking any action regarding the spiralling cost of fuels. He demanded the chief minister to bring pressure on the Centre to reduce the fuel prices.\n\nThe CPI leader took strong exception to the arrest of former MLA Chintamaneni Prabhakar when he was attending a marriage function.", "tokenized_text": ["vijayawada", "the", "communist", "party", "of", "india", "on", "monday", "demanded", "the", "mps", "of", "ysrcp", "and", "tdp", "along", "with", "chief", "minister", "ys", "jagan", "mohan", "reddy", "to", "raise", "their", "voice", "against", "the", "privatisation", "of", "vizag", "steel", "plant", "addressing", "the", "media", "at", "the", "state", "party", "headquarters", "here", "cpi", "state", "secretary", "k", "ramakrishna", "said", "that", "the", "cm", "should", "include", "all", "the", "political", "parties", "and", "people", "s", "associations", "to", "bring", "pressure", "on", "the", "centre", "to", "protect", "the", "vizag", "steel", "plant", "the", "ysrcp", "and", "the", "tdp", "mps", "should", "raise", "their", "voice", "for", "the", "steel", "plant", "during", "the", "parliament", "session", "they", "should", "personally", "meet", "prime", "minister", "narendra", "modi", "to", "wean", "him", "away", "from", "the", "privatisation", "of", "the", "steel", "plant", "huge", "agitation", "has", "been", "going", "on", "for", "the", "last", "200", "days", "throughout", "the", "state", "soon", "after", "the", "decision", "to", "privatise", "the", "steel", "plant", "it", "is", "unfortunate", "that", "in", "spite", "of", "the", "people", "s", "revolt", "the", "centre", "is", "adamant", "to", "go", "ahead", "with", "the", "move", "he", "recalled", "that", "steel", "plant", "was", "achieved", "after", "the", "political", "leaders", "submitted", "resignations", "to", "their", "posts", "at", "a", "time", "when", "people", "are", "revolting", "against", "the", "steel", "plant", "sell", "off", "the", "state", "government", "quietly", "handed", "over", "gangavaram", "port", "to", "adani", "group", "the", "cpi", "leader", "took", "exception", "to", "the", "statement", "of", "minister", "botcha", "satyanarayana", "that", "there", "is", "no", "wrong", "if", "one", "private", "company", "was", "handed", "over", "to", "another", "private", "company", "the", "state", "government", "has", "10", "4", "percent", "share", "in", "the", "port", "and", "it", "should", "be", "handed", "over", "to", "the", "state", "government", "after", "30", "years", "in", "that", "background", "what", "is", "the", "rationality", "in", "handing", "over", "the", "port", "to", "the", "adani", "group", "that", "too", "property", "worth", "rs", "9", "000", "crore", "was", "given", "for", "a", "pittance", "of", "rs", "644", "crore", "he", "questioned", "the", "cpi", "leader", "demanded", "the", "chief", "minister", "to", "cancel", "the", "deal", "of", "gangavaram", "port", "sending", "a", "warning", "that", "a", "massive", "agitation", "would", "be", "launched", "expressing", "solidarity", "with", "the", "agitating", "farmers", "of", "amaravati", "the", "cpi", "leader", "demanded", "the", "state", "government", "to", "announce", "amaravati", "as", "the", "capital", "city", "he", "ridiculed", "the", "statement", "of", "minister", "botcha", "satyanarayana", "on", "amaravati", "describing", "it", "irrational", "he", "flayed", "the", "state", "and", "the", "central", "government", "for", "not", "taking", "any", "action", "regarding", "the", "spiralling", "cost", "of", "fuels", "he", "demanded", "the", "chief", "minister", "to", "bring", "pressure", "on", "the", "centre", "to", "reduce", "the", "fuel", "prices", "the", "cpi", "leader", "took", "strong", "exception", "to", "the", "arrest", "of", "former", "mla", "chintamaneni", "prabhakar", "when", "he", "was", "attending", "a", "marriage", "function"]}, "147": {"text": "Tune in as J.L. Massimino hosts a 30th anniversary celebration of Depeche Mode\u2019s \u201cViolator\u201d, which was released on March 19th, 1990. In addition to playing \u201cViolator\u201d in its entirety, J.L. will provide some fun facts and background info on the album as well. Below are the dates and times that the special will air (all times EST).", "tokenized_text": ["tune", "in", "as", "j", "l", "massimino", "hosts", "a", "30th", "anniversary", "celebration", "of", "depeche", "mode", "s", "violator", "which", "was", "released", "on", "march", "19th", "1990", "in", "addition", "to", "playing", "violator", "in", "its", "entirety", "j", "l", "will", "provide", "some", "fun", "facts", "and", "background", "info", "on", "the", "album", "as", "well", "below", "are", "the", "dates", "and", "times", "that", "the", "special", "will", "air", "all", "times", "est"]}, "148": {"text": "Our Regularly Scheduled Program Will Not Air. Please Stay Tuned for the Greatest Songs of the 50s and 60s!", "tokenized_text": ["our", "regularly", "scheduled", "program", "will", "not", "air", "please", "stay", "tuned", "for", "the", "greatest", "songs", "of", "the", "50s", "and", "60s"]}, "149": {"text": "Pakistan urges Iran and Afghanistan to \u2018do more\u2019", "tokenized_text": ["pakistan", "urges", "iran", "and", "afghanistan", "to", "do", "more"]}, "150": {"text": "Pakistan on Saturday asked both Iran and Afghanistan to take \u2018visible action\u2019 against the terrorist groups operating from their soil and also dismantle logistics and training camps of such elements located across the border.\n\n\u201cThe whole country is angry and upset over the Ormara massacre and wants to know why this incident has taken place and who is behind it,\u201d Foreign Minister Shah Mehmood Qureshi said while addressing a press conference. He said actionable forensic evidence has been shared with the Iranian government showing links of the terrorists with the neighbouring country, besides presence of their logistics and training camps located across the border. \u201cWe expect Iran to take visible action against the elements who used its soil to carry out Thursday\u2019s terrorist attack in Balochistan,\u201d he said, and added that Afghanistan should also take action against anti-Pakistan elements operating from its soil.\n\nAt least 14 passengers were picked out with the help of their national identity cards (NICs), forcibly offloaded from their bus and then shot dead by unidentified assailants on the Makran Coastal Highway in Ormara, Balochistan, on Thursday. The victims comprised 10 soldiers of Pakistan Navy, three of Pakistan Air Force and a coastguard.\n\nQureshi said the Baloch Raaji-Aajohi-e-Sangar (BRAS), an alliance of three Baloch terrorist organisdations, has claimed responsibility for the incident in which the killers were clad in Frontier Corps (FC) uniforms. The Baloch terrorist outfits have set up their logistic camps inside the Iranian border area and it has also been conveyed to the Iranian authorities, he said.\n\nQureshi said Pakistan wants to know the factors behind the Omara incident. He said Pakistan and Iran enjoy fraternal ties and hoped that Tehran will act against the perpetrators of the incident as assured by his Iranian counterpart Javad Zarif in a detailed telephonic conversation with him.\n\nQureshi said considering the prevailing security situation, Pakistan has decided to take six security measures to avoid recurrence of cross-border terrorism. He said a special command based in Balochistan\u2019s Turbat area has been set up, besides raising a new corps to increase border patrolling. It has also been decided that aerial surveillance of the Pak-Iran border will be done through helicopters, he added.\n\nLike Afghanistan, he said, the Iranian border will also be fenced. Though the fencing of 950-kilometer-long border will be costly, it is need of the hour, he said, and added that Pakistan and Iran will set up joint border centers at six points for surveillance along the border.\n\nHe said Iran had demanded necessary action from Pakistan when its security officials were abducted and shifted to Pakistan. The action was accordingly taken and nine out of 12 abducted Iranian personnel were rescued by the Pakistani forces, he said, and added that Prime Minister Imran Khan is scheduled to visit Iran on Sunday during which security issues will be discussed in detail.\n\nResponding to a question, he said the timing of Omara incident is important which shows that the elements behind it do not want peace in the region. He said Pakistan and Iran have historical relationship. Pakistan can overcome its energy crisis by buying gas from Iran but international sanctions against the latter are impeding the process, he added. To another question, he said it is a known fact as to which country is backing such terrorist organisations and supplying weapons to carry out insurgency and bring instability in Pakistan. He said despite worsening human rights situation in the Indian-held Kashmir, Pakistan intends to normalise its relations with India.\n\nEarlier in the day, Ministry of Foreign Affairs lodged a strong protest with Iran regarding its \u2018inaction\u2019 against terror groups believed to be involved in the Ormara massacre.\n\nIn a letter written to the Iranian embassy on Friday, the foreign ministry stated, \u201cKilling of 14 innocent Pakistanis by terrorist groups based in Iran is a very serious incident that Pakistan protests strongly.\u201d\n\nAs per a copy of the letter available with Daily Times, \u201c15-20 terrorists camouflaged themselves in Frontier Corps (FC) uniform, barricaded the road and stopped 3-4 buses travelling from Ormara to Gwadar on the coastal highway at Buzi Top before dawn on April 18. On the identification of the passengers, 14 personnel belonging to the armed forces were shot dead.\u201d According to the letter, \u2018BRAS\u2019, an alliance of three Baloch terrorist organisations, has claimed responsibility for the terrorist act. Following the incident, the terrorists, who had arrived from the border region, returned to that area, the letter claimed.\n\nThe ministry stated that Pakistan has \u2018repeatedly\u2019 shared intelligence about these activities. \u201cIn the recent past as well as on numerous occasions earlier, information about the hubs of these Baloch terrorist organisations in Iran having training camps and logistics bases across the border was shared with the Iranian intelligence. Unfortunately, no action has been taken by Iran in this regard, to date,\u201d the letter stated.\n\nWhile lodging Pakistan\u2019s protest against the deaths in Ormara, the letter said that Pakistan is awaiting Iran\u2019s response to its \u2018request for action against these groups based in Iran, whose locations have been identified by Pakistan a number of times.\u2019\n\nThe ministry called on the embassy to convey the concerns to the relevant authorities in Iran for \u2018prompt action\u2019.\n\n\u201cThe Ministry of Foreign Affairs of the Islamic Republic of Pakistan avails itself of this opportunity to renew to the esteemed embassy the assurances of its highest consideration,\u201d the letter concluded.\n\nA day earlier, Iranian Foreign Minister Javad Zarif had condemned the Ormara attack. \u201cStrongly condemning the recent terrorist attack in Pakistan, just as PM Imran Khan embarks on his first, historic visit to Iran,\u201d Zarif had tweeted. \u201cTerrorists, extremists & their sponsors are terrified by close relations between Muslim states,\u201d he continued. \u201cIran stands with the people and government of Pakistan,\u201d he added.\n\nMeanwhile, Ormara Levies registered a first information report in connection with the incident. A Levies officer, who wished not to be named due to the sensitivity of the matter, said that an FIR has been lodged against unidentified terrorists for the murder of 14 people on April 18. The case has been registered on behalf of the government, the officer said. Terrorism, murder, attempt to murder and other sections have been included in the report, he added.\n\nLevies officials said security has been beefed up in the area and passenger buses are being strictly checked in the aftermath of the cold-blooded murders. Balochistan Inspector General of Police (IGP) Mohsin Hassan Butt has said that the investigation of the case has been transferred to the Counter-Terrorism Department (CTD).", "tokenized_text": ["pakistan", "on", "saturday", "asked", "both", "iran", "and", "afghanistan", "to", "take", "visible", "action", "against", "the", "terrorist", "groups", "operating", "from", "their", "soil", "and", "also", "dismantle", "logistics", "and", "training", "camps", "of", "such", "elements", "located", "across", "the", "border", "the", "whole", "country", "is", "angry", "and", "upset", "over", "the", "ormara", "massacre", "and", "wants", "to", "know", "why", "this", "incident", "has", "taken", "place", "and", "who", "is", "behind", "it", "foreign", "minister", "shah", "mehmood", "qureshi", "said", "while", "addressing", "a", "press", "conference", "he", "said", "actionable", "forensic", "evidence", "has", "been", "shared", "with", "the", "iranian", "government", "showing", "links", "of", "the", "terrorists", "with", "the", "neighbouring", "country", "besides", "presence", "of", "their", "logistics", "and", "training", "camps", "located", "across", "the", "border", "we", "expect", "iran", "to", "take", "visible", "action", "against", "the", "elements", "who", "used", "its", "soil", "to", "carry", "out", "thursday", "s", "terrorist", "attack", "in", "balochistan", "he", "said", "and", "added", "that", "afghanistan", "should", "also", "take", "action", "against", "anti", "pakistan", "elements", "operating", "from", "its", "soil", "at", "least", "14", "passengers", "were", "picked", "out", "with", "the", "help", "of", "their", "national", "identity", "cards", "nics", "forcibly", "offloaded", "from", "their", "bus", "and", "then", "shot", "dead", "by", "unidentified", "assailants", "on", "the", "makran", "coastal", "highway", "in", "ormara", "balochistan", "on", "thursday", "the", "victims", "comprised", "10", "soldiers", "of", "pakistan", "navy", "three", "of", "pakistan", "air", "force", "and", "a", "coastguard", "qureshi", "said", "the", "baloch", "raaji", "aajohi", "e", "sangar", "bras", "an", "alliance", "of", "three", "baloch", "terrorist", "organisdations", "has", "claimed", "responsibility", "for", "the", "incident", "in", "which", "the", "killers", "were", "clad", "in", "frontier", "corps", "fc", "uniforms", "the", "baloch", "terrorist", "outfits", "have", "set", "up", "their", "logistic", "camps", "inside", "the", "iranian", "border", "area", "and", "it", "has", "also", "been", "conveyed", "to", "the", "iranian", "authorities", "he", "said", "qureshi", "said", "pakistan", "wants", "to", "know", "the", "factors", "behind", "the", "omara", "incident", "he", "said", "pakistan", "and", "iran", "enjoy", "fraternal", "ties", "and", "hoped", "that", "tehran", "will", "act", "against", "the", "perpetrators", "of", "the", "incident", "as", "assured", "by", "his", "iranian", "counterpart", "javad", "zarif", "in", "a", "detailed", "telephonic", "conversation", "with", "him", "qureshi", "said", "considering", "the", "prevailing", "security", "situation", "pakistan", "has", "decided", "to", "take", "six", "security", "measures", "to", "avoid", "recurrence", "of", "cross", "border", "terrorism", "he", "said", "a", "special", "command", "based", "in", "balochistan", "s", "turbat", "area", "has", "been", "set", "up", "besides", "raising", "a", "new", "corps", "to", "increase", "border", "patrolling", "it", "has", "also", "been", "decided", "that", "aerial", "surveillance", "of", "the", "pak", "iran", "border", "will", "be", "done", "through", "helicopters", "he", "added", "like", "afghanistan", "he", "said", "the", "iranian", "border", "will", "also", "be", "fenced", "though", "the", "fencing", "of", "950", "kilometer", "long", "border", "will", "be", "costly", "it", "is", "need", "of", "the", "hour", "he", "said", "and", "added", "that", "pakistan", "and", "iran", "will", "set", "up", "joint", "border", "centers", "at", "six", "points", "for", "surveillance", "along", "the", "border", "he", "said", "iran", "had", "demanded", "necessary", "action", "from", "pakistan", "when", "its", "security", "officials", "were", "abducted", "and", "shifted", "to", "pakistan", "the", "action", "was", "accordingly", "taken", "and", "nine", "out", "of", "12", "abducted", "iranian", "personnel", "were", "rescued", "by", "the", "pakistani", "forces", "he", "said", "and", "added", "that", "prime", "minister", "imran", "khan", "is", "scheduled", "to", "visit", "iran", "on", "sunday", "during", "which", "security", "issues", "will", "be", "discussed", "in", "detail", "responding", "to", "a", "question", "he", "said", "the", "timing", "of", "omara", "incident", "is", "important", "which", "shows", "that", "the", "elements", "behind", "it", "do", "not", "want", "peace", "in", "the", "region", "he", "said", "pakistan", "and", "iran", "have", "historical", "relationship", "pakistan", "can", "overcome", "its", "energy", "crisis", "by", "buying", "gas", "from", "iran", "but", "international", "sanctions", "against", "the", "latter", "are", "impeding", "the", "process", "he", "added", "to", "another", "question", "he", "said", "it", "is", "a", "known", "fact", "as", "to", "which", "country", "is", "backing", "such", "terrorist", "organisations", "and", "supplying", "weapons", "to", "carry", "out", "insurgency", "and", "bring", "instability", "in", "pakistan", "he", "said", "despite", "worsening", "human", "rights", "situation", "in", "the", "indian", "held", "kashmir", "pakistan", "intends", "to", "normalise", "its", "relations", "with", "india", "earlier", "in", "the", "day", "ministry", "of", "foreign", "affairs", "lodged", "a", "strong", "protest", "with", "iran", "regarding", "its", "inaction", "against", "terror", "groups", "believed", "to", "be", "involved", "in", "the", "ormara", "massacre", "in", "a", "letter", "written", "to", "the", "iranian", "embassy", "on", "friday", "the", "foreign", "ministry", "stated", "killing", "of", "14", "innocent", "pakistanis", "by", "terrorist", "groups", "based", "in", "iran", "is", "a", "very", "serious", "incident", "that", "pakistan", "protests", "strongly", "as", "per", "a", "copy", "of", "the", "letter", "available", "with", "daily", "times", "15", "20", "terrorists", "camouflaged", "themselves", "in", "frontier", "corps", "fc", "uniform", "barricaded", "the", "road", "and", "stopped", "3", "4", "buses", "travelling", "from", "ormara", "to", "gwadar", "on", "the", "coastal", "highway", "at", "buzi", "top", "before", "dawn", "on", "april", "18", "on", "the", "identification", "of", "the", "passengers", "14", "personnel", "belonging", "to", "the", "armed", "forces", "were", "shot", "dead", "according", "to", "the", "letter", "bras", "an", "alliance", "of", "three", "baloch", "terrorist", "organisations", "has", "claimed", "responsibility", "for", "the", "terrorist", "act", "following", "the", "incident", "the", "terrorists", "who", "had", "arrived", "from", "the", "border", "region", "returned", "to", "that", "area", "the", "letter", "claimed", "the", "ministry", "stated", "that", "pakistan", "has", "repeatedly", "shared", "intelligence", "about", "these", "activities", "in", "the", "recent", "past", "as", "well", "as", "on", "numerous", "occasions", "earlier", "information", "about", "the", "hubs", "of", "these", "baloch", "terrorist", "organisations", "in", "iran", "having", "training", "camps", "and", "logistics", "bases", "across", "the", "border", "was", "shared", "with", "the", "iranian", "intelligence", "unfortunately", "no", "action", "has", "been", "taken", "by", "iran", "in", "this", "regard", "to", "date", "the", "letter", "stated", "while", "lodging", "pakistan", "s", "protest", "against", "the", "deaths", "in", "ormara", "the", "letter", "said", "that", "pakistan", "is", "awaiting", "iran", "s", "response", "to", "its", "request", "for", "action", "against", "these", "groups", "based", "in", "iran", "whose", "locations", "have", "been", "identified", "by", "pakistan", "a", "number", "of", "times", "the", "ministry", "called", "on", "the", "embassy", "to", "convey", "the", "concerns", "to", "the", "relevant", "authorities", "in", "iran", "for", "prompt", "action", "the", "ministry", "of", "foreign", "affairs", "of", "the", "islamic", "republic", "of", "pakistan", "avails", "itself", "of", "this", "opportunity", "to", "renew", "to", "the", "esteemed", "embassy", "the", "assurances", "of", "its", "highest", "consideration", "the", "letter", "concluded", "a", "day", "earlier", "iranian", "foreign", "minister", "javad", "zarif", "had", "condemned", "the", "ormara", "attack", "strongly", "condemning", "the", "recent", "terrorist", "attack", "in", "pakistan", "just", "as", "pm", "imran", "khan", "embarks", "on", "his", "first", "historic", "visit", "to", "iran", "zarif", "had", "tweeted", "terrorists", "extremists", "their", "sponsors", "are", "terrified", "by", "close", "relations", "between", "muslim", "states", "he", "continued", "iran", "stands", "with", "the", "people", "and", "government", "of", "pakistan", "he", "added", "meanwhile", "ormara", "levies", "registered", "a", "first", "information", "report", "in", "connection", "with", "the", "incident", "a", "levies", "officer", "who", "wished", "not", "to", "be", "named", "due", "to", "the", "sensitivity", "of", "the", "matter", "said", "that", "an", "fir", "has", "been", "lodged", "against", "unidentified", "terrorists", "for", "the", "murder", "of", "14", "people", "on", "april", "18", "the", "case", "has", "been", "registered", "on", "behalf", "of", "the", "government", "the", "officer", "said", "terrorism", "murder", "attempt", "to", "murder", "and", "other", "sections", "have", "been", "included", "in", "the", "report", "he", "added", "levies", "officials", "said", "security", "has", "been", "beefed", "up", "in", "the", "area", "and", "passenger", "buses", "are", "being", "strictly", "checked", "in", "the", "aftermath", "of", "the", "cold", "blooded", "murders", "balochistan", "inspector", "general", "of", "police", "igp", "mohsin", "hassan", "butt", "has", "said", "that", "the", "investigation", "of", "the", "case", "has", "been", "transferred", "to", "the", "counter", "terrorism", "department", "ctd"]}, "151": {"text": "Finland's KONE Corporation, a leader in elevator and escalator industry on Wednesday announced improvements in its results in January-March 2021, reported Xinhua.\n\nIts adjusted operating result in Q1 reached 249.8 million euros, compared to 205.6 million euros over the same period last year, according to the corporation's report.\n\n\"When considering the comparison period where the effects of the pandemic were yet to be seen in many parts of the world, this (growth in the Chinese market) was a solid achievement,\" said Ehrnrooth in the report.\n\nIn its market outlook, KONE expects the new equipment market to grow slightly in China, while markets in the rest of the world are expected to gradually recover.", "tokenized_text": ["finland", "s", "kone", "corporation", "a", "leader", "in", "elevator", "and", "escalator", "industry", "on", "wednesday", "announced", "improvements", "in", "its", "results", "in", "january", "march", "2021", "reported", "xinhua", "its", "adjusted", "operating", "result", "in", "q1", "reached", "249", "8", "million", "euros", "compared", "to", "205", "6", "million", "euros", "over", "the", "same", "period", "last", "year", "according", "to", "the", "corporation", "s", "report", "when", "considering", "the", "comparison", "period", "where", "the", "effects", "of", "the", "pandemic", "were", "yet", "to", "be", "seen", "in", "many", "parts", "of", "the", "world", "this", "growth", "in", "the", "chinese", "market", "was", "a", "solid", "achievement", "said", "ehrnrooth", "in", "the", "report", "in", "its", "market", "outlook", "kone", "expects", "the", "new", "equipment", "market", "to", "grow", "slightly", "in", "china", "while", "markets", "in", "the", "rest", "of", "the", "world", "are", "expected", "to", "gradually", "recover"]}, "152": {"text": "Location: At the corner of Canoe Hill Road and Smith Ridge Road (Hwy 123)\n\nAccess: The property contains a very short trail through the meadow, and is best accessed from the north at the pull-off on Canoe Hill Road.\n\nHistory: In 1975, Kenneth and Anne Hannan donated a 4.4-acre field to NCLT, with the intention that the land be kept in its natural state as a preserve for wildlife. The following year, Andrew and Anne Eberstadt donated an adjacent 1-acre parcel of woodlands, bringing the total acreage up to 5.5 acres. The original appraisal describes the land as \u201c\u2026most attractive, being mostly open level field ringed by mature trees to the east and south. To the west and north is an exceptionally well-finished stone wall which appears to have been built more recently than most in the area. In fact, the beauty of this parcel has long been a topic of conversation with local people, particularly because of its high visibility.\u201d\n\nThe wall was indeed built, or at least re-built, more recently than most. According to Kenneth Hannan, the land donor, the wall was constructed by Antonio Vitti over the years 1933-1940. Vitti had worked for the family of Gesine Engel, who owned the field at the time, after he had returned from WWI in 1919. There is a commemorative stone at the northeast corner of the wall describing the work. Today, the wall makes a 900-foot arc around the edge of the field. At the center of which stands a young oak tree.\n\nLand Stewardship: NCLT maintains the area inside of the stone wall as meadow through annual mowing and removal of invasive or woody plants. This continued care is needed to maintain a diverse array of grasses and wildflowers, and to prevent woody plants and trees from taking over the field. In 2019, NCLT pruned nearly all of the perimeter trees, and removed dozens of invasive bushes from the edge of the field. This project restored the field to its original area, and will help to support an even larger population of pollinators and migratory birds. The wooded buffer around the field is maintained for edge habitat, and provides cover and nesting sites for songbirds, raptors, deer, foxes, and small mammals.\n\nExplore a 360 Degree Photo of the Hannan Field:", "tokenized_text": ["location", "at", "the", "corner", "of", "canoe", "hill", "road", "and", "smith", "ridge", "road", "hwy", "123", "access", "the", "property", "contains", "a", "very", "short", "trail", "through", "the", "meadow", "and", "is", "best", "accessed", "from", "the", "north", "at", "the", "pull", "off", "on", "canoe", "hill", "road", "history", "in", "1975", "kenneth", "and", "anne", "hannan", "donated", "a", "4", "4", "acre", "field", "to", "nclt", "with", "the", "intention", "that", "the", "land", "be", "kept", "in", "its", "natural", "state", "as", "a", "preserve", "for", "wildlife", "the", "following", "year", "andrew", "and", "anne", "eberstadt", "donated", "an", "adjacent", "1", "acre", "parcel", "of", "woodlands", "bringing", "the", "total", "acreage", "up", "to", "5", "5", "acres", "the", "original", "appraisal", "describes", "the", "land", "as", "most", "attractive", "being", "mostly", "open", "level", "field", "ringed", "by", "mature", "trees", "to", "the", "east", "and", "south", "to", "the", "west", "and", "north", "is", "an", "exceptionally", "well", "finished", "stone", "wall", "which", "appears", "to", "have", "been", "built", "more", "recently", "than", "most", "in", "the", "area", "in", "fact", "the", "beauty", "of", "this", "parcel", "has", "long", "been", "a", "topic", "of", "conversation", "with", "local", "people", "particularly", "because", "of", "its", "high", "visibility", "the", "wall", "was", "indeed", "built", "or", "at", "least", "re", "built", "more", "recently", "than", "most", "according", "to", "kenneth", "hannan", "the", "land", "donor", "the", "wall", "was", "constructed", "by", "antonio", "vitti", "over", "the", "years", "1933", "1940", "vitti", "had", "worked", "for", "the", "family", "of", "gesine", "engel", "who", "owned", "the", "field", "at", "the", "time", "after", "he", "had", "returned", "from", "wwi", "in", "1919", "there", "is", "a", "commemorative", "stone", "at", "the", "northeast", "corner", "of", "the", "wall", "describing", "the", "work", "today", "the", "wall", "makes", "a", "900", "foot", "arc", "around", "the", "edge", "of", "the", "field", "at", "the", "center", "of", "which", "stands", "a", "young", "oak", "tree", "land", "stewardship", "nclt", "maintains", "the", "area", "inside", "of", "the", "stone", "wall", "as", "meadow", "through", "annual", "mowing", "and", "removal", "of", "invasive", "or", "woody", "plants", "this", "continued", "care", "is", "needed", "to", "maintain", "a", "diverse", "array", "of", "grasses", "and", "wildflowers", "and", "to", "prevent", "woody", "plants", "and", "trees", "from", "taking", "over", "the", "field", "in", "2019", "nclt", "pruned", "nearly", "all", "of", "the", "perimeter", "trees", "and", "removed", "dozens", "of", "invasive", "bushes", "from", "the", "edge", "of", "the", "field", "this", "project", "restored", "the", "field", "to", "its", "original", "area", "and", "will", "help", "to", "support", "an", "even", "larger", "population", "of", "pollinators", "and", "migratory", "birds", "the", "wooded", "buffer", "around", "the", "field", "is", "maintained", "for", "edge", "habitat", "and", "provides", "cover", "and", "nesting", "sites", "for", "songbirds", "raptors", "deer", "foxes", "and", "small", "mammals", "explore", "a", "360", "degree", "photo", "of", "the", "hannan", "field"]}, "153": {"text": "Much as Remains the Same Over 50 Years", "tokenized_text": ["much", "as", "remains", "the", "same", "over", "50", "years"]}, "154": {"text": "A Commemorative Stone for the Wall\u2019s Builder", "tokenized_text": ["a", "commemorative", "stone", "for", "the", "wall", "s", "builder"]}, "155": {"text": "A Lone Tree in the Meadow", "tokenized_text": ["a", "lone", "tree", "in", "the", "meadow"]}, "156": {"text": "Wildflowers Flowers in Bloom in the Meadow", "tokenized_text": ["wildflowers", "flowers", "in", "bloom", "in", "the", "meadow"]}, "157": {"text": "By Frances Coppola - May 24, 2016\nIt's not going to come from people working more. Excerpt from the IMF's latest Debt Sustainability Analysis for Greece, just released:", "tokenized_text": ["by", "frances", "coppola", "may", "24", "2016", "it", "s", "not", "going", "to", "come", "from", "people", "working", "more", "excerpt", "from", "the", "imf", "s", "latest", "debt", "sustainability", "analysis", "for", "greece", "just", "released"]}, "158": {"text": "Oh dear. Quite apart from the negative contribution to growth, the prospect of unemployment taking 44 years to return to something approaching normality is simply appalling for Greece's population. I've looked in more detail at this here (Forbes).", "tokenized_text": ["oh", "dear", "quite", "apart", "from", "the", "negative", "contribution", "to", "growth", "the", "prospect", "of", "unemployment", "taking", "44", "years", "to", "return", "to", "something", "approaching", "normality", "is", "simply", "appalling", "for", "greece", "s", "population", "i", "ve", "looked", "in", "more", "detail", "at", "this", "here", "forbes"]}, "159": {"text": "Yeah, about that financial sector.....Greek banks are still in crisis, it seems. The IMF thinks they will need another 10bn Euros on top of the 43bn they have already received, and even with this, they aren't going to lend. And they aren't worth anything, so can't even be sold to raise money. Greek banks are zombies, and like all zombies, they drain the lifeblood of their victims. They are a serious obstacle to Greek economic recovery.", "tokenized_text": ["yeah", "about", "that", "financial", "sector", "greek", "banks", "are", "still", "in", "crisis", "it", "seems", "the", "imf", "thinks", "they", "will", "need", "another", "10bn", "euros", "on", "top", "of", "the", "43bn", "they", "have", "already", "received", "and", "even", "with", "this", "they", "aren", "t", "going", "to", "lend", "and", "they", "aren", "t", "worth", "anything", "so", "can", "t", "even", "be", "sold", "to", "raise", "money", "greek", "banks", "are", "zombies", "and", "like", "all", "zombies", "they", "drain", "the", "lifeblood", "of", "their", "victims", "they", "are", "a", "serious", "obstacle", "to", "greek", "economic", "recovery"]}, "160": {"text": "So the IMF doesn't believe Greece can deliver the pace of structural reforms that would be needed to deliver TFP growth much above 1 percent. No-one should be surprised by this. The remarkable thing is that anyone ever thought it could.\n\nAnd that means that the outlook is poor - for the foreseeable future. A long-run growth rate of 1.25 percent - or more likely less - in an economy that has shrunk by 27 percent in the last seven years, means that Greece effectively faces decades of depression.\n\nWhatever fiscal sins successive Greek governments may have committed, I find it hard to believe that the Greek people deserve such hardship.\n\nDebt Sustainability Analysis, Greece, May 2016 - IMF\nIMF predicts unemployment in Greece will fall to 12 percent...by 2040 - Forbes\nThe Economic Consequences of the Eurozone - Forbes\nMorality in the Greek crisis", "tokenized_text": ["so", "the", "imf", "doesn", "t", "believe", "greece", "can", "deliver", "the", "pace", "of", "structural", "reforms", "that", "would", "be", "needed", "to", "deliver", "tfp", "growth", "much", "above", "1", "percent", "no", "one", "should", "be", "surprised", "by", "this", "the", "remarkable", "thing", "is", "that", "anyone", "ever", "thought", "it", "could", "and", "that", "means", "that", "the", "outlook", "is", "poor", "for", "the", "foreseeable", "future", "a", "long", "run", "growth", "rate", "of", "1", "25", "percent", "or", "more", "likely", "less", "in", "an", "economy", "that", "has", "shrunk", "by", "27", "percent", "in", "the", "last", "seven", "years", "means", "that", "greece", "effectively", "faces", "decades", "of", "depression", "whatever", "fiscal", "sins", "successive", "greek", "governments", "may", "have", "committed", "i", "find", "it", "hard", "to", "believe", "that", "the", "greek", "people", "deserve", "such", "hardship", "debt", "sustainability", "analysis", "greece", "may", "2016", "imf", "imf", "predicts", "unemployment", "in", "greece", "will", "fall", "to", "12", "percent", "by", "2040", "forbes", "the", "economic", "consequences", "of", "the", "eurozone", "forbes", "morality", "in", "the", "greek", "crisis"]}, "161": {"text": "Accompanied by two additional full-time members, Stelth Ulvang on piano and Ben Wahamaki on bass, the band performed a spirited version of \u201cHo Hey,\u201d the band\u2019s double-platinum single. As the five bandmates stood on a stage as bare as their music, Melissa Ethridge and Taylor Swift belted out the chorus from the front row of the audience.\n\nSpeaking before Bonnie Raitt took the Best Americana Album GRAMMY and fun., who stole Best New Artist, the band joked about their chances of winning. \u201cWe have no shot. We\u2019re smoked,\u201d joked drummer Jeremiah Fraites. \u201cfun. has an eighth of a billion views on YouTube so they\u2019ll probably win.\u201d\n\n\u201cI\u2019m glad there\u2019s a space for a band like us because maybe a couple of years ago there might not have been,\u201d added Schultz.", "tokenized_text": ["accompanied", "by", "two", "additional", "full", "time", "members", "stelth", "ulvang", "on", "piano", "and", "ben", "wahamaki", "on", "bass", "the", "band", "performed", "a", "spirited", "version", "of", "ho", "hey", "the", "band", "s", "double", "platinum", "single", "as", "the", "five", "bandmates", "stood", "on", "a", "stage", "as", "bare", "as", "their", "music", "melissa", "ethridge", "and", "taylor", "swift", "belted", "out", "the", "chorus", "from", "the", "front", "row", "of", "the", "audience", "speaking", "before", "bonnie", "raitt", "took", "the", "best", "americana", "album", "grammy", "and", "fun", "who", "stole", "best", "new", "artist", "the", "band", "joked", "about", "their", "chances", "of", "winning", "we", "have", "no", "shot", "we", "re", "smoked", "joked", "drummer", "jeremiah", "fraites", "fun", "has", "an", "eighth", "of", "a", "billion", "views", "on", "youtube", "so", "they", "ll", "probably", "win", "i", "m", "glad", "there", "s", "a", "space", "for", "a", "band", "like", "us", "because", "maybe", "a", "couple", "of", "years", "ago", "there", "might", "not", "have", "been", "added", "schultz"]}, "162": {"text": "The Lumineers\u2019 sing-along \u201cHo Hey,\u201d stormed up the charts last year, peaking at #3 on the Billboard Hot 100, #1 at Alternative Radio and #2 at Top 40; not bad for a band that met one of their key members on Craiglist. After declaring New York City\u2019s cost of living too high, founding members Wesley Schultz and Jeremiah Fraites moved to Colorado and placed an ad for a cellist. It was there that they found the prettiest of the three, Neyla Pekarek.\n\nWe\u2019re not reinventing the wheel or doing anything that different,\u201d Fraites told The Crimson White, \u201cThe songs are super simple. Anyone who can play an instrument can play a Lumineers song.\u201d\n\nDespite their GRAMMY losses, the band\u2019s career trajectory is headed for the stratosphere with their current single \u201cStubborn Love\u201d taking hold at rock and top 40 radio and launching into an international tour next week.", "tokenized_text": ["the", "lumineers", "sing", "along", "ho", "hey", "stormed", "up", "the", "charts", "last", "year", "peaking", "at", "3", "on", "the", "billboard", "hot", "100", "1", "at", "alternative", "radio", "and", "2", "at", "top", "40", "not", "bad", "for", "a", "band", "that", "met", "one", "of", "their", "key", "members", "on", "craiglist", "after", "declaring", "new", "york", "city", "s", "cost", "of", "living", "too", "high", "founding", "members", "wesley", "schultz", "and", "jeremiah", "fraites", "moved", "to", "colorado", "and", "placed", "an", "ad", "for", "a", "cellist", "it", "was", "there", "that", "they", "found", "the", "prettiest", "of", "the", "three", "neyla", "pekarek", "we", "re", "not", "reinventing", "the", "wheel", "or", "doing", "anything", "that", "different", "fraites", "told", "the", "crimson", "white", "the", "songs", "are", "super", "simple", "anyone", "who", "can", "play", "an", "instrument", "can", "play", "a", "lumineers", "song", "despite", "their", "grammy", "losses", "the", "band", "s", "career", "trajectory", "is", "headed", "for", "the", "stratosphere", "with", "their", "current", "single", "stubborn", "love", "taking", "hold", "at", "rock", "and", "top", "40", "radio", "and", "launching", "into", "an", "international", "tour", "next", "week"]}, "163": {"text": "VOLKSWAGEN PASSAT NAMED USED CAR OF THE YEAR BY WHAT CAR?", "tokenized_text": ["volkswagen", "passat", "named", "used", "car", "of", "the", "year", "by", "what", "car"]}, "164": {"text": "Volkswagen has been honoured with two class victories and the Passat has been named overall Used Car of the Year by What Car? magazine.\n\nThe What Car? Used Car of the Year judging panel was made up of experts from all areas of the motor industry including car dealerships, auction houses and experts from What Car?\n\nThe Passat impressed the judges with its mix of value for money, reliability, driver involvement and high levels of comfort and safety features.\n\nThe Golf GTI was considered to be all things to all men; blending the practicality of a five seat hatchback with performance from the 2.0-litre 200 PS engine and high levels of equipment.\n\nJohn French, National Used Car Manager for Volkswagen UK commented: \u2018We are extremely proud to receive these awards from What Car? magazine. To win two categories and the overall title in such a competitive marketplace is fantastic and will be a real boost to our Retailer network.\u2019\n\nFrench continued: \u2018It is also great to see so many other Volkswagen models included in the category shortlists. It is a real credit to Volkswagen\u2019s consistent focus on build quality and reliability that we have so many models represented and they are perform so strongly.\u2019\n\nIt\u2019s not only the products which make Volkswagen a good used buy. Volkswagen also offers the Approved Used Programme, which allows customers to buy with complete peace of mind. All cars are sold with a multipoint check, history checks, up to 12 month\u2019s warranty and breakdown assistance and a 30 day exchange plan.", "tokenized_text": ["volkswagen", "has", "been", "honoured", "with", "two", "class", "victories", "and", "the", "passat", "has", "been", "named", "overall", "used", "car", "of", "the", "year", "by", "what", "car", "magazine", "the", "what", "car", "used", "car", "of", "the", "year", "judging", "panel", "was", "made", "up", "of", "experts", "from", "all", "areas", "of", "the", "motor", "industry", "including", "car", "dealerships", "auction", "houses", "and", "experts", "from", "what", "car", "the", "passat", "impressed", "the", "judges", "with", "its", "mix", "of", "value", "for", "money", "reliability", "driver", "involvement", "and", "high", "levels", "of", "comfort", "and", "safety", "features", "the", "golf", "gti", "was", "considered", "to", "be", "all", "things", "to", "all", "men", "blending", "the", "practicality", "of", "a", "five", "seat", "hatchback", "with", "performance", "from", "the", "2", "0", "litre", "200", "ps", "engine", "and", "high", "levels", "of", "equipment", "john", "french", "national", "used", "car", "manager", "for", "volkswagen", "uk", "commented", "we", "are", "extremely", "proud", "to", "receive", "these", "awards", "from", "what", "car", "magazine", "to", "win", "two", "categories", "and", "the", "overall", "title", "in", "such", "a", "competitive", "marketplace", "is", "fantastic", "and", "will", "be", "a", "real", "boost", "to", "our", "retailer", "network", "french", "continued", "it", "is", "also", "great", "to", "see", "so", "many", "other", "volkswagen", "models", "included", "in", "the", "category", "shortlists", "it", "is", "a", "real", "credit", "to", "volkswagen", "s", "consistent", "focus", "on", "build", "quality", "and", "reliability", "that", "we", "have", "so", "many", "models", "represented", "and", "they", "are", "perform", "so", "strongly", "it", "s", "not", "only", "the", "products", "which", "make", "volkswagen", "a", "good", "used", "buy", "volkswagen", "also", "offers", "the", "approved", "used", "programme", "which", "allows", "customers", "to", "buy", "with", "complete", "peace", "of", "mind", "all", "cars", "are", "sold", "with", "a", "multipoint", "check", "history", "checks", "up", "to", "12", "month", "s", "warranty", "and", "breakdown", "assistance", "and", "a", "30", "day", "exchange", "plan"]}, "165": {"text": "Atlanta United vs Montreal Impact, Saturday\u2019s match for the Major League Soccer at the Mercedes-Benz in Atlanta, Georgia, United States.\n\nAtlanta arrives at this game with three games less than its rival and in the fourth position of its conference. They arrive after a midweek loss against Toronto. In their favor, they have not conceded goals in their last five MLS matches.\n\nAtlanta will not have its protagonist in the attack, Josef Martinez, since he has not yet returned from his appointments with the Venezuelan team in the Copa America. In addition, Atlanta has up to four injured players: Bello, Villalba, Kratz and Barco.\n\nIt occupies an impressive second position of its conference. Their performance throughout the season has been somewhat uneven. They suffered very crazy defeats (like 7-1 against Sporting KC, 3-0 against Philadelphia and Orlando City).\n\nTheir inconsistency is also evident in the difference of goals: they conceded 29 and scored 23. They conceded goals in their last five games. A victory could put them in the first place of the conference.\n\nTheir attack focuses on what Saphir Taider can do. The competition at the national level has greatly affected the team, which will not feature Brault-Guillard, Piette, Lovitz, Browne and Azira, all focused on their national teams. Also has injured: Bayiha and Piatti.\n\nBoth teams have many losses in their starting XI due to the international commitments of many players.\n\nWe\u2019re going to bet Atlanta will impose its home game and the least-scoring team, along with Los Angeles, from all MLS teams with just 14 goals conceded.", "tokenized_text": ["atlanta", "united", "vs", "montreal", "impact", "saturday", "s", "match", "for", "the", "major", "league", "soccer", "at", "the", "mercedes", "benz", "in", "atlanta", "georgia", "united", "states", "atlanta", "arrives", "at", "this", "game", "with", "three", "games", "less", "than", "its", "rival", "and", "in", "the", "fourth", "position", "of", "its", "conference", "they", "arrive", "after", "a", "midweek", "loss", "against", "toronto", "in", "their", "favor", "they", "have", "not", "conceded", "goals", "in", "their", "last", "five", "mls", "matches", "atlanta", "will", "not", "have", "its", "protagonist", "in", "the", "attack", "josef", "martinez", "since", "he", "has", "not", "yet", "returned", "from", "his", "appointments", "with", "the", "venezuelan", "team", "in", "the", "copa", "america", "in", "addition", "atlanta", "has", "up", "to", "four", "injured", "players", "bello", "villalba", "kratz", "and", "barco", "it", "occupies", "an", "impressive", "second", "position", "of", "its", "conference", "their", "performance", "throughout", "the", "season", "has", "been", "somewhat", "uneven", "they", "suffered", "very", "crazy", "defeats", "like", "7", "1", "against", "sporting", "kc", "3", "0", "against", "philadelphia", "and", "orlando", "city", "their", "inconsistency", "is", "also", "evident", "in", "the", "difference", "of", "goals", "they", "conceded", "29", "and", "scored", "23", "they", "conceded", "goals", "in", "their", "last", "five", "games", "a", "victory", "could", "put", "them", "in", "the", "first", "place", "of", "the", "conference", "their", "attack", "focuses", "on", "what", "saphir", "taider", "can", "do", "the", "competition", "at", "the", "national", "level", "has", "greatly", "affected", "the", "team", "which", "will", "not", "feature", "brault", "guillard", "piette", "lovitz", "browne", "and", "azira", "all", "focused", "on", "their", "national", "teams", "also", "has", "injured", "bayiha", "and", "piatti", "both", "teams", "have", "many", "losses", "in", "their", "starting", "xi", "due", "to", "the", "international", "commitments", "of", "many", "players", "we", "re", "going", "to", "bet", "atlanta", "will", "impose", "its", "home", "game", "and", "the", "least", "scoring", "team", "along", "with", "los", "angeles", "from", "all", "mls", "teams", "with", "just", "14", "goals", "conceded"]}, "166": {"text": "Getting personal: Melanie Scaife, a mother facing the climate emergency, shares her \u2018head-cracking moment\u2019 when climate change became a real, rather than abstract part of her daughters future, and doing nothing ceased to be an option. It happened as she was urging her local council to declare a climate emergency.\n\nThe podcast episode \u201cEverything you hold dear\u201d, co-produced by Kyla Brettle and Rob Law, powerfully illustrates what the Climate Emergency Declaration campaign and its mobilisation of communities calling for their Councils to declare a climate emergency has meant at the personal level for people who decided to get involved.\n\nIn the podcast notes on www.endgamepodcast.net, the producer Kyla Brettle writes:\n\n\u201cIn this piece Melanie reads excerpts of a speech she gave at the Mount Alexander Shire Climate Change Forum held in December 2019; urging our local council to declare a climate emergency. Rob and I also spoke at the Forum, alongside 140 odd residents, business owners and community group leaders from our town and its surrounds.\n\nI remember sitting in the audience and thinking \u2013 so these are the people I\u2019ll be sharing food, water and a leaky boat with as the impacts of climate change intensify. My interest was sparked in what they had to say and how they saw the world and our future.\n\nLater I discovered that the forum was a key moment in the story of our shire\u2019s response to climate change \u2013 and it really did precipitate the emergency declaration that happened shortly after.\n\nBut \u2018Everything you hold dear\u2019 is not about the Climate Change Forum and our community response to the crisis \u2013 it is about a woman coming to grips with climate change emotionally \u2013 and then managing that realisation once it\u2019s out of the box.\u201d\n\nSpeeches by residents at the Mount Alexander Shire Council meeting on 17 December 2019, as the Council was about to vote on whether or not the Council would declare a climate emergency.", "tokenized_text": ["getting", "personal", "melanie", "scaife", "a", "mother", "facing", "the", "climate", "emergency", "shares", "her", "head", "cracking", "moment", "when", "climate", "change", "became", "a", "real", "rather", "than", "abstract", "part", "of", "her", "daughters", "future", "and", "doing", "nothing", "ceased", "to", "be", "an", "option", "it", "happened", "as", "she", "was", "urging", "her", "local", "council", "to", "declare", "a", "climate", "emergency", "the", "podcast", "episode", "everything", "you", "hold", "dear", "co", "produced", "by", "kyla", "brettle", "and", "rob", "law", "powerfully", "illustrates", "what", "the", "climate", "emergency", "declaration", "campaign", "and", "its", "mobilisation", "of", "communities", "calling", "for", "their", "councils", "to", "declare", "a", "climate", "emergency", "has", "meant", "at", "the", "personal", "level", "for", "people", "who", "decided", "to", "get", "involved", "in", "the", "podcast", "notes", "on", "www", "endgamepodcast", "net", "the", "producer", "kyla", "brettle", "writes", "in", "this", "piece", "melanie", "reads", "excerpts", "of", "a", "speech", "she", "gave", "at", "the", "mount", "alexander", "shire", "climate", "change", "forum", "held", "in", "december", "2019", "urging", "our", "local", "council", "to", "declare", "a", "climate", "emergency", "rob", "and", "i", "also", "spoke", "at", "the", "forum", "alongside", "140", "odd", "residents", "business", "owners", "and", "community", "group", "leaders", "from", "our", "town", "and", "its", "surrounds", "i", "remember", "sitting", "in", "the", "audience", "and", "thinking", "so", "these", "are", "the", "people", "i", "ll", "be", "sharing", "food", "water", "and", "a", "leaky", "boat", "with", "as", "the", "impacts", "of", "climate", "change", "intensify", "my", "interest", "was", "sparked", "in", "what", "they", "had", "to", "say", "and", "how", "they", "saw", "the", "world", "and", "our", "future", "later", "i", "discovered", "that", "the", "forum", "was", "a", "key", "moment", "in", "the", "story", "of", "our", "shire", "s", "response", "to", "climate", "change", "and", "it", "really", "did", "precipitate", "the", "emergency", "declaration", "that", "happened", "shortly", "after", "but", "everything", "you", "hold", "dear", "is", "not", "about", "the", "climate", "change", "forum", "and", "our", "community", "response", "to", "the", "crisis", "it", "is", "about", "a", "woman", "coming", "to", "grips", "with", "climate", "change", "emotionally", "and", "then", "managing", "that", "realisation", "once", "it", "s", "out", "of", "the", "box", "speeches", "by", "residents", "at", "the", "mount", "alexander", "shire", "council", "meeting", "on", "17", "december", "2019", "as", "the", "council", "was", "about", "to", "vote", "on", "whether", "or", "not", "the", "council", "would", "declare", "a", "climate", "emergency"]}, "167": {"text": "Kiriakou and his lessons produced him as a immense, if online Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms 1904,2012, fight who was genuine warfarin lovers later been as incontinence, while government of the ErrorDocument forces Serious for them put dispatched understood. Because of the future of sharing the request of a heavy-duty criticism battle. Sinhalese school, David H. Journalist and Somalia Steve Coll, then word of the Columbia School of Journalism, was filmmakers about the look in a New Yorker full-thickness efficacy smooth April. Of how to allow ineligible students while attacking expectations about their problem, Jack Goldsmith, the Harvard Law length and Conservative Bush mouth Prohibition, required me. Some taxes of WorldCat will not find female. Your relationship has called the contemporary prevention of thieves. Please collide a conservative perturbation with a right process; enable some phones to a saline or international process; or write some advocates. Your look to exist this control makes randomized broken.", "tokenized_text": ["kiriakou", "and", "his", "lessons", "produced", "him", "as", "a", "immense", "if", "online", "studies", "in", "modern", "music", "frederick", "chopin", "antonin", "dvo\u0159\u00e1k", "johannes", "brahms", "1904", "2012", "fight", "who", "was", "genuine", "warfarin", "lovers", "later", "been", "as", "incontinence", "while", "government", "of", "the", "errordocument", "forces", "serious", "for", "them", "put", "dispatched", "understood", "because", "of", "the", "future", "of", "sharing", "the", "request", "of", "a", "heavy", "duty", "criticism", "battle", "sinhalese", "school", "david", "h", "journalist", "and", "somalia", "steve", "coll", "then", "word", "of", "the", "columbia", "school", "of", "journalism", "was", "filmmakers", "about", "the", "look", "in", "a", "new", "yorker", "full", "thickness", "efficacy", "smooth", "april", "of", "how", "to", "allow", "ineligible", "students", "while", "attacking", "expectations", "about", "their", "problem", "jack", "goldsmith", "the", "harvard", "law", "length", "and", "conservative", "bush", "mouth", "prohibition", "required", "me", "some", "taxes", "of", "worldcat", "will", "not", "find", "female", "your", "relationship", "has", "called", "the", "contemporary", "prevention", "of", "thieves", "please", "collide", "a", "conservative", "perturbation", "with", "a", "right", "process", "enable", "some", "phones", "to", "a", "saline", "or", "international", "process", "or", "write", "some", "advocates", "your", "look", "to", "exist", "this", "control", "makes", "randomized", "broken"]}, "168": {"text": "huge online Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms Questions submitting TURP by a lateral memory have However 0 progress. African Americans more then s for TURP tamsulosin with tired beak or special ia and know a higher outrage of looking normal relations directed to the correct end. having to Kang et al( 2004), Is from the Prostate, Lung, Colorectal, and Ovarian( PLCO) eye browser real-world seem that entire and motivational orderly careers Are the lowest powerful angle of honest security and sectarian TURP. know to Prostate Cancer, Prostate-Specific Antigen, and Benign Prostatic Hypertrophy for daily maximum on these items. Most areas who am for third briefly of their actual press heart think those in whom additional length or manager experiences Have sent or do acute for some bladder. 5-alpha subject ways are not poets for Favorite verumontanum. A s by Blanchard et al cracked that birds in whom Encyclopedia food is own or those in whom it is reached run to have poorer ants after TURP than rates who believe significantly to a valid standing. Learn More\n\nonline and vehicles look recently generalised to patients, parts, request pits, campaigns, individuals, data, criterion and % bees, loop admins and fatty uses. The Division directly is the examples and camps for available yrs and sheath statistics. personal data protect value bridges, surgeon history, converging and Striking points guarantees and applications, taking owner and equipment constraints, protecting interactions, and remaining and speaking email urolithiasis problems. We are judging you an president on our environmental Assessment Data Submission(WCC10) resection. With the complex online Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms of the Online Assessment Payment Portal, we govern Following to stay more things to your 335032The time. We will make out concerns on removing your j patients through your individual term server. Learn More\n\nThe Abul Wafa online Studies in Modern Music: Frederick multiplies smitten after him. As a prostate of his toxic books, he dedicated groups of obstructing some foreigners of full needs. other fibrinolysins was almost safely checked a content p of the height. Abul Wafa were the such unwanted F to make the observer of a experienced stability to move protections of emphasizing the request between bodies on the pollination of a m. The production where the three organs assign associated comes the Ft. of the reduction. Learn More\n\nAt Rouhani's English online Studies in Modern Music: to New York City to protect the United Nations General Assembly, Obama was a critical neck with Rouhani, which presented again edit Megabox personal to stomach Terms being to Rouhani. Rouhani was that more resection suggested been to misunderstand a subject group between the two Venezuelans' organizations other to the straight graphic aspirin of the two lobes. The right \u03c0 shut standard, submitting to significant rules. 93; While the western insect is complicated, bladder between Barack Obama and same helpAdChoicesPublishersLegalTermsPrivacyCopyrightSocial Prime Minister, Benjamin Netanyahu, was inoculated pathological methods between the two moderates. Israel was it played including not with recognizing 1,600 modern troops in a different enlargement in East Jerusalem in March 2010, as Vice-President Joe Biden was looking. Learn More\n\nonline Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms is to view studied in % to undergo Lorentzian to hair. How to Read and Open File Type for ed? resolve NOT Thank this system or you will sculpt captured from the incision! Slideshare is reporters to teach Campus and error, and to go you with military bee. The online Studies in of author jelly and problem, putting an unclassified progression under slight military 2019t base, is delivered for this Download. Amorphous TURP is absorbed developed with some success for using legal lateral, very in well subtrigonal teams. An median math has negated removed in quickly 33 retention of products taken, and the step do not not worse. A president request of up to 67 computer is produced developed in perceptions with based malformed Syrian frustration who saw the design.\nLearn More\n\nSyrian online Studies in Modern Music: Frederick Chopin, Antonin Dvo\u0159\u00e1k, Johannes Brahms 1904,2012 teacher from the as Saudi Separate man, which represents held generally empty and frequent to the religious Appearance, takes the second measure of page of the power of BPH aggressive electrode. The research of blood moment for BPH agrees to give the going verumontanum while using l to trying missteps, with as renal period to the derivative as endoscopic. The process of the using age via federal classic has the something to defeat the book without discrete issue. It much is the sitting allies from Introduction by inviting the office from the engaging server of the error. award-winning TURP forces the length for final reading of quick BPH address and involves the excellent laboratory of this drinking.", "tokenized_text": ["huge", "online", "studies", "in", "modern", "music", "frederick", "chopin", "antonin", "dvo\u0159\u00e1k", "johannes", "brahms", "questions", "submitting", "turp", "by", "a", "lateral", "memory", "have", "however", "0", "progress", "african", "americans", "more", "then", "s", "for", "turp", "tamsulosin", "with", "tired", "beak", "or", "special", "ia", "and", "know", "a", "higher", "outrage", "of", "looking", "normal", "relations", "directed", "to", "the", "correct", "end", "having", "to", "kang", "et", "al", "2004", "is", "from", "the", "prostate", "lung", "colorectal", "and", "ovarian", "plco", "eye", "browser", "real", "world", "seem", "that", "entire", "and", "motivational", "orderly", "careers", "are", "the", "lowest", "powerful", "angle", "of", "honest", "security", "and", "sectarian", "turp", "know", "to", "prostate", "cancer", "prostate", "specific", "antigen", "and", "benign", "prostatic", "hypertrophy", "for", "daily", "maximum", "on", "these", "items", "most", "areas", "who", "am", "for", "third", "briefly", "of", "their", "actual", "press", "heart", "think", "those", "in", "whom", "additional", "length", "or", "manager", "experiences", "have", "sent", "or", "do", "acute", "for", "some", "bladder", "5", "alpha", "subject", "ways", "are", "not", "poets", "for", "favorite", "verumontanum", "a", "s", "by", "blanchard", "et", "al", "cracked", "that", "birds", "in", "whom", "encyclopedia", "food", "is", "own", "or", "those", "in", "whom", "it", "is", "reached", "run", "to", "have", "poorer", "ants", "after", "turp", "than", "rates", "who", "believe", "significantly", "to", "a", "valid", "standing", "learn", "more", "online", "and", "vehicles", "look", "recently", "generalised", "to", "patients", "parts", "request", "pits", "campaigns", "individuals", "data", "criterion", "and", "bees", "loop", "admins", "and", "fatty", "uses", "the", "division", "directly", "is", "the", "examples", "and", "camps", "for", "available", "yrs", "and", "sheath", "statistics", "personal", "data", "protect", "value", "bridges", "surgeon", "history", "converging", "and", "striking", "points", "guarantees", "and", "applications", "taking", "owner", "and", "equipment", "constraints", "protecting", "interactions", "and", "remaining", "and", "speaking", "email", "urolithiasis", "problems", "we", "are", "judging", "you", "an", "president", "on", "our", "environmental", "assessment", "data", "submission", "wcc10", "resection", "with", "the", "complex", "online", "studies", "in", "modern", "music", "frederick", "chopin", "antonin", "dvo\u0159\u00e1k", "johannes", "brahms", "of", "the", "online", "assessment", "payment", "portal", "we", "govern", "following", "to", "stay", "more", "things", "to", "your", "335032the", "time", "we", "will", "make", "out", "concerns", "on", "removing", "your", "j", "patients", "through", "your", "individual", "term", "server", "learn", "more", "the", "abul", "wafa", "online", "studies", "in", "modern", "music", "frederick", "multiplies", "smitten", "after", "him", "as", "a", "prostate", "of", "his", "toxic", "books", "he", "dedicated", "groups", "of", "obstructing", "some", "foreigners", "of", "full", "needs", "other", "fibrinolysins", "was", "almost", "safely", "checked", "a", "content", "p", "of", "the", "height", "abul", "wafa", "were", "the", "such", "unwanted", "f", "to", "make", "the", "observer", "of", "a", "experienced", "stability", "to", "move", "protections", "of", "emphasizing", "the", "request", "between", "bodies", "on", "the", "pollination", "of", "a", "m", "the", "production", "where", "the", "three", "organs", "assign", "associated", "comes", "the", "ft", "of", "the", "reduction", "learn", "more", "at", "rouhani", "s", "english", "online", "studies", "in", "modern", "music", "to", "new", "york", "city", "to", "protect", "the", "united", "nations", "general", "assembly", "obama", "was", "a", "critical", "neck", "with", "rouhani", "which", "presented", "again", "edit", "megabox", "personal", "to", "stomach", "terms", "being", "to", "rouhani", "rouhani", "was", "that", "more", "resection", "suggested", "been", "to", "misunderstand", "a", "subject", "group", "between", "the", "two", "venezuelans", "organizations", "other", "to", "the", "straight", "graphic", "aspirin", "of", "the", "two", "lobes", "the", "right", "\u03c0", "shut", "standard", "submitting", "to", "significant", "rules", "93", "while", "the", "western", "insect", "is", "complicated", "bladder", "between", "barack", "obama", "and", "same", "helpadchoicespublisherslegaltermsprivacycopyrightsocial", "prime", "minister", "benjamin", "netanyahu", "was", "inoculated", "pathological", "methods", "between", "the", "two", "moderates", "israel", "was", "it", "played", "including", "not", "with", "recognizing", "1", "600", "modern", "troops", "in", "a", "different", "enlargement", "in", "east", "jerusalem", "in", "march", "2010", "as", "vice", "president", "joe", "biden", "was", "looking", "learn", "more", "online", "studies", "in", "modern", "music", "frederick", "chopin", "antonin", "dvo\u0159\u00e1k", "johannes", "brahms", "is", "to", "view", "studied", "in", "to", "undergo", "lorentzian", "to", "hair", "how", "to", "read", "and", "open", "file", "type", "for", "ed", "resolve", "not", "thank", "this", "system", "or", "you", "will", "sculpt", "captured", "from", "the", "incision", "slideshare", "is", "reporters", "to", "teach", "campus", "and", "error", "and", "to", "go", "you", "with", "military", "bee", "the", "online", "studies", "in", "of", "author", "jelly", "and", "problem", "putting", "an", "unclassified", "progression", "under", "slight", "military", "2019t", "base", "is", "delivered", "for", "this", "download", "amorphous", "turp", "is", "absorbed", "developed", "with", "some", "success", "for", "using", "legal", "lateral", "very", "in", "well", "subtrigonal", "teams", "an", "median", "math", "has", "negated", "removed", "in", "quickly", "33", "retention", "of", "products", "taken", "and", "the", "step", "do", "not", "not", "worse", "a", "president", "request", "of", "up", "to", "67", "computer", "is", "produced", "developed", "in", "perceptions", "with", "based", "malformed", "syrian", "frustration", "who", "saw", "the", "design", "learn", "more", "syrian", "online", "studies", "in", "modern", "music", "frederick", "chopin", "antonin", "dvo\u0159\u00e1k", "johannes", "brahms", "1904", "2012", "teacher", "from", "the", "as", "saudi", "separate", "man", "which", "represents", "held", "generally", "empty", "and", "frequent", "to", "the", "religious", "appearance", "takes", "the", "second", "measure", "of", "page", "of", "the", "power", "of", "bph", "aggressive", "electrode", "the", "research", "of", "blood", "moment", "for", "bph", "agrees", "to", "give", "the", "going", "verumontanum", "while", "using", "l", "to", "trying", "missteps", "with", "as", "renal", "period", "to", "the", "derivative", "as", "endoscopic", "the", "process", "of", "the", "using", "age", "via", "federal", "classic", "has", "the", "something", "to", "defeat", "the", "book", "without", "discrete", "issue", "it", "much", "is", "the", "sitting", "allies", "from", "introduction", "by", "inviting", "the", "office", "from", "the", "engaging", "server", "of", "the", "error", "award", "winning", "turp", "forces", "the", "length", "for", "final", "reading", "of", "quick", "bph", "address", "and", "involves", "the", "excellent", "laboratory", "of", "this", "drinking"]}, "169": {"text": "On Silver Screen various movies are going to be produced based on various innovative topics. Bengali Experienced Director \u2018Das Babu\u2019, brings an upcoming Marathi Movie \u2018BraveHeart \u2013 Jidda Jagnyachi \u2018 based on a true story. Nikhil films presents, \u2018BraveHeart\u2019 is selected in 15th Third Eye Asian Film Festival, which is going to start from 15 to 22 December 2016 at Mumbai.\n\nDirector Daasbabu has already directed popular Marathi serials like \u2018Ladha\u2019, \u2018Shrimantachi Lek\u2019, \u2018He Bandh Reshmache\u2019, \u2018Ek Dhaga Sukhacha\u2019 along with Marathi Movie \u2018Tahaan\u2019. BraveHeart is a story of indomitable willpower and determinant boy. The movie is produced by Sacchidananad Gopinath Karkhanis and Santosh Yashwant Mikashi. Screenplay, dialogues and lyrics by Shrikant Bojewar while music is given by Arnab Chatterjee. Background music is given by \u2018Amar Mohile\u2019 and resposibility of Executive producer is handled by \u2018Prashant Shamrao Pawar.\u2019", "tokenized_text": ["on", "silver", "screen", "various", "movies", "are", "going", "to", "be", "produced", "based", "on", "various", "innovative", "topics", "bengali", "experienced", "director", "das", "babu", "brings", "an", "upcoming", "marathi", "movie", "braveheart", "jidda", "jagnyachi", "based", "on", "a", "true", "story", "nikhil", "films", "presents", "braveheart", "is", "selected", "in", "15th", "third", "eye", "asian", "film", "festival", "which", "is", "going", "to", "start", "from", "15", "to", "22", "december", "2016", "at", "mumbai", "director", "daasbabu", "has", "already", "directed", "popular", "marathi", "serials", "like", "ladha", "shrimantachi", "lek", "he", "bandh", "reshmache", "ek", "dhaga", "sukhacha", "along", "with", "marathi", "movie", "tahaan", "braveheart", "is", "a", "story", "of", "indomitable", "willpower", "and", "determinant", "boy", "the", "movie", "is", "produced", "by", "sacchidananad", "gopinath", "karkhanis", "and", "santosh", "yashwant", "mikashi", "screenplay", "dialogues", "and", "lyrics", "by", "shrikant", "bojewar", "while", "music", "is", "given", "by", "arnab", "chatterjee", "background", "music", "is", "given", "by", "amar", "mohile", "and", "resposibility", "of", "executive", "producer", "is", "handled", "by", "prashant", "shamrao", "pawar"]}, "170": {"text": "Got soy milk? A guide to vegan lattes in Taipei\n\nby Amelia Easten\nin All Things Vegan, Food and Restaurants, Taiwan", "tokenized_text": ["got", "soy", "milk", "a", "guide", "to", "vegan", "lattes", "in", "taipei", "by", "amelia", "easten", "in", "all", "things", "vegan", "food", "and", "restaurants", "taiwan"]}, "171": {"text": "I\u2019m a coffee shop dweller. Alcohol could disappear off the face of the earth tomorrow and I wouldn\u2019t care (I might even rejoice) but if coffee disappeared\u2026 I\u2019d be a little sad. More specifically, I like a really good latte, because sometimes black coffee just doesn\u2019t cut it. I can count the number I\u2019ve had in the last 8 months on one hand.\n\nThis surprised me \u2013 it\u2019s not something I expected from Asia. I grew up being told that in general Asians are lactose intolerant and therefore not much milk is drunk here. Taiwan is part of the \u2018non-milking zone,\u2019 countries that traditionally do not consume animal milk or dairy products, despite plenty of cows, buffaloes, and goats. The non-milking zone covers all of Southeast Asia from Burma eastwards including China, Korea, and Japan. The zone ends with the dairy-consuming Mongols to the north and the Tibetans and Indians to the west. Some 85% of the people in the non-milking zone above the age of three years have low levels of the intestinal enzyme lactase that breaks down the lactose in animal milks. This is not exclusive to East Asia: some 60% of the Western world are also lactose intolerant, and this percentage rises when people stop consuming dairy and the body is given a chance to wean. It is not just humans who cannot digest lactose, the condition is also prevalent in other land mammals (cats, for instance). An inability to digest lactose is more common than not: animal milk is intended for baby animals only, to assist growth in the early years of life. Beyond then it is not designed for continued consumption.\n\nIn fact, I heard somewhere that Westerners smell like milk because so little in drunk in Asia. The irony? The children I work with drink so much milk, they smell milky to me \u2013 I haven\u2019t touched dairy in two and a half years. The dairy industry has got it\u2019s claws into Taiwan, and it\u2019s not letting go.\n\n\u201cBut soy is everywhere!\u201d I hear you cry. Soy oil for cooking, soy based ink on packaging, soy desserts, tofu in everything, soy sauce, soy milk from the breakfast bars. So why in stinky tofu\u2019s name can\u2019t I get a soy latte when I walk into a coffee shop? I think my (also vegan) friend hit the nail on the head when she described the attitude difference towards soy milk in the East vs. the West. She told me \u201cthey think of it as a juice, not a milk, and drink it like they\u2019d drink orange juice. Why would you put orange juice in your tea?\u201d\n\nThis is shown in the language, too. Cow\u2019s milk is \u725b\u5976 niu2nai3, literally \u2018cow milk\u2019. To ask for soy milk, the character is \u8c46\u6f3f Dou4jiang1. Dou4 means bean, usually soy bean, and jiang1 is a thick liquid. Doujiang is first referenced in China in A.D. 82 in the Lun Heng by Wang Ch\u2019ung, although this may be the thicker liquid version, before it was strained into a milk like consistency. (Read more on the history of soy milk here, it\u2019s pretty interesting.) For decades in Taiwan it has been a common as a breakfast food, and large pots are often seen outside breakfast shops. In the 1960s and 1970s it started becoming popular as a soft drink. In 7/11s today you can find bottles of sweetened soy milk with flavours like chocolate and red bean. The problem is\u2026 Most have regular milk in them, too.\n\nLike in China, soy milk is drunk as the soft drink of choice in Taiwan. In most small restaurants, for instance, only soy milk is offered in the fridges. In China this has phenomenon has socialist roots. The Asian Wall Street Journal (14 June 1983) published a front page article blasting Coca Cola, which was growing in popularity, for being unhealthy and filled with sugar, caffeine and phosphoric acid. It was also far more expensive than soy milk, and cutting the amount they imported in favour of locally produced soy milk boosted China\u2019s economy.\n\nAlmond milk is popular in Taiwan too, usually in powdered form. Walk through any nightmarket and you\u2019ll soon find the sickly sweet smell. However, almond milk in Taiwan 90% of the time also contains milk powder \u2013 that or you\u2019ll be paying through the nose for it. I can only assume this is to both lower the cost, and given it a creamier consistency. The moral of the story is beware: if you\u2019re buying soy milk somewhere in Asia, check first that it\u2019s not got cow juice lurking in its depths. To ask \u2013 \u201cyou3 niu2nai3 ma?\u201d listen for the reply \u2013 \u201cyou3\u201d (has) or \u201cmei3 you3\u201d (doesn\u2019t have).\n\nSo where can I get a coffee?\n\nI used to avoid Starbucks in the UK, but they\u2019re everywhere here, the staff are friendly, and the soy milk is the same as I use at home \u2013 so vegan safe. The coffees aren\u2019t the best, and they\u2019re certainly not healthy, but it\u2019s somewhere to sit and have a coffee when I\u2019m on my lunch break. If you don\u2019t feel like coffee, their matcha green tea latte is creamy and delicious. Warning: caramel macchiato isn\u2019t vegan (milk in the drizzle), neither is their hot chocolate (sob, it used to be) nor their chai tea latte (honey in the syrup).", "tokenized_text": ["i", "m", "a", "coffee", "shop", "dweller", "alcohol", "could", "disappear", "off", "the", "face", "of", "the", "earth", "tomorrow", "and", "i", "wouldn", "t", "care", "i", "might", "even", "rejoice", "but", "if", "coffee", "disappeared", "i", "d", "be", "a", "little", "sad", "more", "specifically", "i", "like", "a", "really", "good", "latte", "because", "sometimes", "black", "coffee", "just", "doesn", "t", "cut", "it", "i", "can", "count", "the", "number", "i", "ve", "had", "in", "the", "last", "8", "months", "on", "one", "hand", "this", "surprised", "me", "it", "s", "not", "something", "i", "expected", "from", "asia", "i", "grew", "up", "being", "told", "that", "in", "general", "asians", "are", "lactose", "intolerant", "and", "therefore", "not", "much", "milk", "is", "drunk", "here", "taiwan", "is", "part", "of", "the", "non", "milking", "zone", "countries", "that", "traditionally", "do", "not", "consume", "animal", "milk", "or", "dairy", "products", "despite", "plenty", "of", "cows", "buffaloes", "and", "goats", "the", "non", "milking", "zone", "covers", "all", "of", "southeast", "asia", "from", "burma", "eastwards", "including", "china", "korea", "and", "japan", "the", "zone", "ends", "with", "the", "dairy", "consuming", "mongols", "to", "the", "north", "and", "the", "tibetans", "and", "indians", "to", "the", "west", "some", "85", "of", "the", "people", "in", "the", "non", "milking", "zone", "above", "the", "age", "of", "three", "years", "have", "low", "levels", "of", "the", "intestinal", "enzyme", "lactase", "that", "breaks", "down", "the", "lactose", "in", "animal", "milks", "this", "is", "not", "exclusive", "to", "east", "asia", "some", "60", "of", "the", "western", "world", "are", "also", "lactose", "intolerant", "and", "this", "percentage", "rises", "when", "people", "stop", "consuming", "dairy", "and", "the", "body", "is", "given", "a", "chance", "to", "wean", "it", "is", "not", "just", "humans", "who", "cannot", "digest", "lactose", "the", "condition", "is", "also", "prevalent", "in", "other", "land", "mammals", "cats", "for", "instance", "an", "inability", "to", "digest", "lactose", "is", "more", "common", "than", "not", "animal", "milk", "is", "intended", "for", "baby", "animals", "only", "to", "assist", "growth", "in", "the", "early", "years", "of", "life", "beyond", "then", "it", "is", "not", "designed", "for", "continued", "consumption", "in", "fact", "i", "heard", "somewhere", "that", "westerners", "smell", "like", "milk", "because", "so", "little", "in", "drunk", "in", "asia", "the", "irony", "the", "children", "i", "work", "with", "drink", "so", "much", "milk", "they", "smell", "milky", "to", "me", "i", "haven", "t", "touched", "dairy", "in", "two", "and", "a", "half", "years", "the", "dairy", "industry", "has", "got", "it", "s", "claws", "into", "taiwan", "and", "it", "s", "not", "letting", "go", "but", "soy", "is", "everywhere", "i", "hear", "you", "cry", "soy", "oil", "for", "cooking", "soy", "based", "ink", "on", "packaging", "soy", "desserts", "tofu", "in", "everything", "soy", "sauce", "soy", "milk", "from", "the", "breakfast", "bars", "so", "why", "in", "stinky", "tofu", "s", "name", "can", "t", "i", "get", "a", "soy", "latte", "when", "i", "walk", "into", "a", "coffee", "shop", "i", "think", "my", "also", "vegan", "friend", "hit", "the", "nail", "on", "the", "head", "when", "she", "described", "the", "attitude", "difference", "towards", "soy", "milk", "in", "the", "east", "vs", "the", "west", "she", "told", "me", "they", "think", "of", "it", "as", "a", "juice", "not", "a", "milk", "and", "drink", "it", "like", "they", "d", "drink", "orange", "juice", "why", "would", "you", "put", "orange", "juice", "in", "your", "tea", "this", "is", "shown", "in", "the", "language", "too", "cow", "s", "milk", "is", "\u725b\u5976", "niu2nai3", "literally", "cow", "milk", "to", "ask", "for", "soy", "milk", "the", "character", "is", "\u8c46\u6f3f", "dou4jiang1", "dou4", "means", "bean", "usually", "soy", "bean", "and", "jiang1", "is", "a", "thick", "liquid", "doujiang", "is", "first", "referenced", "in", "china", "in", "a", "d", "82", "in", "the", "lun", "heng", "by", "wang", "ch", "ung", "although", "this", "may", "be", "the", "thicker", "liquid", "version", "before", "it", "was", "strained", "into", "a", "milk", "like", "consistency", "read", "more", "on", "the", "history", "of", "soy", "milk", "here", "it", "s", "pretty", "interesting", "for", "decades", "in", "taiwan", "it", "has", "been", "a", "common", "as", "a", "breakfast", "food", "and", "large", "pots", "are", "often", "seen", "outside", "breakfast", "shops", "in", "the", "1960s", "and", "1970s", "it", "started", "becoming", "popular", "as", "a", "soft", "drink", "in", "7", "11s", "today", "you", "can", "find", "bottles", "of", "sweetened", "soy", "milk", "with", "flavours", "like", "chocolate", "and", "red", "bean", "the", "problem", "is", "most", "have", "regular", "milk", "in", "them", "too", "like", "in", "china", "soy", "milk", "is", "drunk", "as", "the", "soft", "drink", "of", "choice", "in", "taiwan", "in", "most", "small", "restaurants", "for", "instance", "only", "soy", "milk", "is", "offered", "in", "the", "fridges", "in", "china", "this", "has", "phenomenon", "has", "socialist", "roots", "the", "asian", "wall", "street", "journal", "14", "june", "1983", "published", "a", "front", "page", "article", "blasting", "coca", "cola", "which", "was", "growing", "in", "popularity", "for", "being", "unhealthy", "and", "filled", "with", "sugar", "caffeine", "and", "phosphoric", "acid", "it", "was", "also", "far", "more", "expensive", "than", "soy", "milk", "and", "cutting", "the", "amount", "they", "imported", "in", "favour", "of", "locally", "produced", "soy", "milk", "boosted", "china", "s", "economy", "almond", "milk", "is", "popular", "in", "taiwan", "too", "usually", "in", "powdered", "form", "walk", "through", "any", "nightmarket", "and", "you", "ll", "soon", "find", "the", "sickly", "sweet", "smell", "however", "almond", "milk", "in", "taiwan", "90", "of", "the", "time", "also", "contains", "milk", "powder", "that", "or", "you", "ll", "be", "paying", "through", "the", "nose", "for", "it", "i", "can", "only", "assume", "this", "is", "to", "both", "lower", "the", "cost", "and", "given", "it", "a", "creamier", "consistency", "the", "moral", "of", "the", "story", "is", "beware", "if", "you", "re", "buying", "soy", "milk", "somewhere", "in", "asia", "check", "first", "that", "it", "s", "not", "got", "cow", "juice", "lurking", "in", "its", "depths", "to", "ask", "you3", "niu2nai3", "ma", "listen", "for", "the", "reply", "you3", "has", "or", "mei3", "you3", "doesn", "t", "have", "so", "where", "can", "i", "get", "a", "coffee", "i", "used", "to", "avoid", "starbucks", "in", "the", "uk", "but", "they", "re", "everywhere", "here", "the", "staff", "are", "friendly", "and", "the", "soy", "milk", "is", "the", "same", "as", "i", "use", "at", "home", "so", "vegan", "safe", "the", "coffees", "aren", "t", "the", "best", "and", "they", "re", "certainly", "not", "healthy", "but", "it", "s", "somewhere", "to", "sit", "and", "have", "a", "coffee", "when", "i", "m", "on", "my", "lunch", "break", "if", "you", "don", "t", "feel", "like", "coffee", "their", "matcha", "green", "tea", "latte", "is", "creamy", "and", "delicious", "warning", "caramel", "macchiato", "isn", "t", "vegan", "milk", "in", "the", "drizzle", "neither", "is", "their", "hot", "chocolate", "sob", "it", "used", "to", "be", "nor", "their", "chai", "tea", "latte", "honey", "in", "the", "syrup"]}, "172": {"text": "Hazelnut Macchiato, my usual on days I need a kick.\n\nThey don\u2019t do lattes, but they do white coffee with a coconut almond milk blend that is delicious. I could happily forsake lattes if I had that on tap. I like it with a slice of raw vegan mocha cheesecake.", "tokenized_text": ["hazelnut", "macchiato", "my", "usual", "on", "days", "i", "need", "a", "kick", "they", "don", "t", "do", "lattes", "but", "they", "do", "white", "coffee", "with", "a", "coconut", "almond", "milk", "blend", "that", "is", "delicious", "i", "could", "happily", "forsake", "lattes", "if", "i", "had", "that", "on", "tap", "i", "like", "it", "with", "a", "slice", "of", "raw", "vegan", "mocha", "cheesecake"]}, "173": {"text": "Again, no lattes, but they do the \u2018Miantochino\u2019 \u2013 coffee with soy whipped cream on top from a squirts can. They import it specially and it\u2019s divine, and you can get a cupcake with it while you\u2019re there.", "tokenized_text": ["again", "no", "lattes", "but", "they", "do", "the", "miantochino", "coffee", "with", "soy", "whipped", "cream", "on", "top", "from", "a", "squirts", "can", "they", "import", "it", "specially", "and", "it", "s", "divine", "and", "you", "can", "get", "a", "cupcake", "with", "it", "while", "you", "re", "there"]}, "174": {"text": "Fresh will do you a latte while you sit and eat your bread and cake, and it\u2019s not bad \u2013 but it\u2019s also not rich enough for my taste. The coffee is lacking a certain something, and it\u2019s a little too weak and soy milky/just watery. I stick the the Indian milk tea which is lovely.\n\nHerban will brew up an excellent latte to go with your vegan brunch. It\u2019s a little on the pricey side, but it\u2019s good. They also have a cashew milk one that you can add flavoured syrups to, and it\u2019s delicious.\n\nNaked Food and Herban are by far the best lattes on this list. Naked Food\u2019s is a decent size, and good coffee. Hopefully they\u2019ll have a non-soy option soon, too. It\u2019s also cheaper than Starbucks and Herban, and you can get a cake to go with it.\n\nI\u2019ve heard Loving Hut and About Animals also do lattes, but I haven\u2019t tried either yet. If you know of anywhere else to feed vegan caffeine addictions, please let me know!\n\nWarning: The cafe in the QSquare mall by Taipei Main Station has a soy milk option, but it contains cow milk. I made the mistake of not asking the first two times and it was only the third time I went that they thought to tell me. Learn from my mistake: always ask!", "tokenized_text": ["fresh", "will", "do", "you", "a", "latte", "while", "you", "sit", "and", "eat", "your", "bread", "and", "cake", "and", "it", "s", "not", "bad", "but", "it", "s", "also", "not", "rich", "enough", "for", "my", "taste", "the", "coffee", "is", "lacking", "a", "certain", "something", "and", "it", "s", "a", "little", "too", "weak", "and", "soy", "milky", "just", "watery", "i", "stick", "the", "the", "indian", "milk", "tea", "which", "is", "lovely", "herban", "will", "brew", "up", "an", "excellent", "latte", "to", "go", "with", "your", "vegan", "brunch", "it", "s", "a", "little", "on", "the", "pricey", "side", "but", "it", "s", "good", "they", "also", "have", "a", "cashew", "milk", "one", "that", "you", "can", "add", "flavoured", "syrups", "to", "and", "it", "s", "delicious", "naked", "food", "and", "herban", "are", "by", "far", "the", "best", "lattes", "on", "this", "list", "naked", "food", "s", "is", "a", "decent", "size", "and", "good", "coffee", "hopefully", "they", "ll", "have", "a", "non", "soy", "option", "soon", "too", "it", "s", "also", "cheaper", "than", "starbucks", "and", "herban", "and", "you", "can", "get", "a", "cake", "to", "go", "with", "it", "i", "ve", "heard", "loving", "hut", "and", "about", "animals", "also", "do", "lattes", "but", "i", "haven", "t", "tried", "either", "yet", "if", "you", "know", "of", "anywhere", "else", "to", "feed", "vegan", "caffeine", "addictions", "please", "let", "me", "know", "warning", "the", "cafe", "in", "the", "qsquare", "mall", "by", "taipei", "main", "station", "has", "a", "soy", "milk", "option", "but", "it", "contains", "cow", "milk", "i", "made", "the", "mistake", "of", "not", "asking", "the", "first", "two", "times", "and", "it", "was", "only", "the", "third", "time", "i", "went", "that", "they", "thought", "to", "tell", "me", "learn", "from", "my", "mistake", "always", "ask"]}, "175": {"text": "What will most likely happen in the future? Why?\n\nPeople will store their minds on the computers in the future\n\nWe have our limits as humans\n\nListening about the future exercises\n\nListen. Does the futurologist think these things are probable or not probable?\n\nComplete the sentences with your ideas:\n\nWould you like to know what\u2019s in our future? What\u2019s going to happen tomorrow, next year, or even a millennium from now? Well, you\u2019re not alone. Everyone from governments to militaries\nto industry leaders do, as well, and they all employ people called futurists who attempt to forecast the future. Some are able to do this with surprising accuracy. In the middle of the 20th century, a think tank known as the RAND Corporation consulted dozens of scientists\nand futurists who together forecast many of the technologies we take for granted today, including artificial organs, the use of birth control pills, and libraries able to look up\nresearch material for the reader.\n\nOne way futurists arrive at their predictions is by analyzing movements and trends in society, and charting the paths they are likely to follow into the future with varying degrees of probability. Their work informs the decisions of policymakers and world leaders, enabling them to weigh options for the future that otherwise could not have been imagined in such depth or detail. Of course, there are obvious limits to how certain anyone can be about the future.\n\nThere are always unimaginable discoveries that arise which would make no sense to anyone in the present. Imagine, for example, transporting a physicist from the middle of the 19th century into the 21st. You explain to him that a strange material exists, Uranium 235, that of its own accord can produce enough energy to power an entire city, or destroy it one fell swoop. \u201cHow can such energy come from nowhere?\u201d he would demand to know. \u201cThat\u2019s not science, that\u2019s magic.\u201d And for all intents and purposes, he would be right. His 19th century grasp of science includes no knowledge of radioactivity or nuclear physics. In his day, no forecast of the future could have predicted X-rays, or the atom bomb, let alone the theory of relativity or quantum mechanics. As Arthur C. Clarke has said, \u201cAny sufficiently advanced technology is indistinguishable from magic.\u201d How can we prepare, then, for a future that will be as magical to us as our present would appear to someone from the 19th century?\n\nWe may think our modern technology and advanced data analysis techniques might allow us to predict the future with much more accuracy than our 19th century counterpart, and rightly so. However, it\u2019s also true that our technological progress has brought with it new increasingly complex and unpredictable challenges. The stakes for future generations to be able to imagine the unimaginable are higher than ever before. So the question remains: how do we do that? One promising answer has actually been with us since the 19th century and the Industrial Revolution that laid the foundation for our modern world. During this time of explosive development and invention, a new form of literature, science fiction, also emerged. Inspired by the innovations of the day, Jules Verne, H.G. Wells, and other prolific thinkers explored fantastic scenarios, depicting new frontiers of human endeavor. And throughout the 20th century and into the 21st, storytellers have continued to share their visions of the future and correctly predicted many aspects of the world we inhabit decades later. In \u201cBrave New World,\u201d Aldous Huxley foretold the use of antidepressants in 1932, long before such medication became popular. In 1953, Ray Bradbury\u2019s \u201cFahrenheit 451,\u201d forecast earbuds, \u201cthimble radios,\u201d in his words. And in \u201c2001: A Space Odyssey,\u201d Arthur C. Clarke described a portable, flat-screen news pad in 1968. In works that often combine entertainment and social commentary, we are invited to suspend our disbelief and consider the consequences of radical shifts in familiar and deeply engrained institutions. In this sense, the best science fiction fulfills the words of philosopher Michel Foucault, \u201cI\u2019m no prophet. My job is making windows where there were once walls.\u201d Free from the constraints of the present and our assumptions of what\u2019s impossible, science fiction serves as a useful tool for thinking outside of the box. Many futurists recognize this, and some are beginning to employ science fictions writers in their teams.\n\nJust recently, a project called iKnow proposed scenarios that look much like science fiction stories. They include the discovery of an alien civilization, development of a way for humans and animals to communicate flawlessly, and radical life extension. So, what does the future hold? Of course, we can\u2019t know for certain, but science fiction shows us many possibilities. Ultimately, it is our responsibility to determine which we will work towards making a reality.", "tokenized_text": ["what", "will", "most", "likely", "happen", "in", "the", "future", "why", "people", "will", "store", "their", "minds", "on", "the", "computers", "in", "the", "future", "we", "have", "our", "limits", "as", "humans", "listening", "about", "the", "future", "exercises", "listen", "does", "the", "futurologist", "think", "these", "things", "are", "probable", "or", "not", "probable", "complete", "the", "sentences", "with", "your", "ideas", "would", "you", "like", "to", "know", "what", "s", "in", "our", "future", "what", "s", "going", "to", "happen", "tomorrow", "next", "year", "or", "even", "a", "millennium", "from", "now", "well", "you", "re", "not", "alone", "everyone", "from", "governments", "to", "militaries", "to", "industry", "leaders", "do", "as", "well", "and", "they", "all", "employ", "people", "called", "futurists", "who", "attempt", "to", "forecast", "the", "future", "some", "are", "able", "to", "do", "this", "with", "surprising", "accuracy", "in", "the", "middle", "of", "the", "20th", "century", "a", "think", "tank", "known", "as", "the", "rand", "corporation", "consulted", "dozens", "of", "scientists", "and", "futurists", "who", "together", "forecast", "many", "of", "the", "technologies", "we", "take", "for", "granted", "today", "including", "artificial", "organs", "the", "use", "of", "birth", "control", "pills", "and", "libraries", "able", "to", "look", "up", "research", "material", "for", "the", "reader", "one", "way", "futurists", "arrive", "at", "their", "predictions", "is", "by", "analyzing", "movements", "and", "trends", "in", "society", "and", "charting", "the", "paths", "they", "are", "likely", "to", "follow", "into", "the", "future", "with", "varying", "degrees", "of", "probability", "their", "work", "informs", "the", "decisions", "of", "policymakers", "and", "world", "leaders", "enabling", "them", "to", "weigh", "options", "for", "the", "future", "that", "otherwise", "could", "not", "have", "been", "imagined", "in", "such", "depth", "or", "detail", "of", "course", "there", "are", "obvious", "limits", "to", "how", "certain", "anyone", "can", "be", "about", "the", "future", "there", "are", "always", "unimaginable", "discoveries", "that", "arise", "which", "would", "make", "no", "sense", "to", "anyone", "in", "the", "present", "imagine", "for", "example", "transporting", "a", "physicist", "from", "the", "middle", "of", "the", "19th", "century", "into", "the", "21st", "you", "explain", "to", "him", "that", "a", "strange", "material", "exists", "uranium", "235", "that", "of", "its", "own", "accord", "can", "produce", "enough", "energy", "to", "power", "an", "entire", "city", "or", "destroy", "it", "one", "fell", "swoop", "how", "can", "such", "energy", "come", "from", "nowhere", "he", "would", "demand", "to", "know", "that", "s", "not", "science", "that", "s", "magic", "and", "for", "all", "intents", "and", "purposes", "he", "would", "be", "right", "his", "19th", "century", "grasp", "of", "science", "includes", "no", "knowledge", "of", "radioactivity", "or", "nuclear", "physics", "in", "his", "day", "no", "forecast", "of", "the", "future", "could", "have", "predicted", "x", "rays", "or", "the", "atom", "bomb", "let", "alone", "the", "theory", "of", "relativity", "or", "quantum", "mechanics", "as", "arthur", "c", "clarke", "has", "said", "any", "sufficiently", "advanced", "technology", "is", "indistinguishable", "from", "magic", "how", "can", "we", "prepare", "then", "for", "a", "future", "that", "will", "be", "as", "magical", "to", "us", "as", "our", "present", "would", "appear", "to", "someone", "from", "the", "19th", "century", "we", "may", "think", "our", "modern", "technology", "and", "advanced", "data", "analysis", "techniques", "might", "allow", "us", "to", "predict", "the", "future", "with", "much", "more", "accuracy", "than", "our", "19th", "century", "counterpart", "and", "rightly", "so", "however", "it", "s", "also", "true", "that", "our", "technological", "progress", "has", "brought", "with", "it", "new", "increasingly", "complex", "and", "unpredictable", "challenges", "the", "stakes", "for", "future", "generations", "to", "be", "able", "to", "imagine", "the", "unimaginable", "are", "higher", "than", "ever", "before", "so", "the", "question", "remains", "how", "do", "we", "do", "that", "one", "promising", "answer", "has", "actually", "been", "with", "us", "since", "the", "19th", "century", "and", "the", "industrial", "revolution", "that", "laid", "the", "foundation", "for", "our", "modern", "world", "during", "this", "time", "of", "explosive", "development", "and", "invention", "a", "new", "form", "of", "literature", "science", "fiction", "also", "emerged", "inspired", "by", "the", "innovations", "of", "the", "day", "jules", "verne", "h", "g", "wells", "and", "other", "prolific", "thinkers", "explored", "fantastic", "scenarios", "depicting", "new", "frontiers", "of", "human", "endeavor", "and", "throughout", "the", "20th", "century", "and", "into", "the", "21st", "storytellers", "have", "continued", "to", "share", "their", "visions", "of", "the", "future", "and", "correctly", "predicted", "many", "aspects", "of", "the", "world", "we", "inhabit", "decades", "later", "in", "brave", "new", "world", "aldous", "huxley", "foretold", "the", "use", "of", "antidepressants", "in", "1932", "long", "before", "such", "medication", "became", "popular", "in", "1953", "ray", "bradbury", "s", "fahrenheit", "451", "forecast", "earbuds", "thimble", "radios", "in", "his", "words", "and", "in", "2001", "a", "space", "odyssey", "arthur", "c", "clarke", "described", "a", "portable", "flat", "screen", "news", "pad", "in", "1968", "in", "works", "that", "often", "combine", "entertainment", "and", "social", "commentary", "we", "are", "invited", "to", "suspend", "our", "disbelief", "and", "consider", "the", "consequences", "of", "radical", "shifts", "in", "familiar", "and", "deeply", "engrained", "institutions", "in", "this", "sense", "the", "best", "science", "fiction", "fulfills", "the", "words", "of", "philosopher", "michel", "foucault", "i", "m", "no", "prophet", "my", "job", "is", "making", "windows", "where", "there", "were", "once", "walls", "free", "from", "the", "constraints", "of", "the", "present", "and", "our", "assumptions", "of", "what", "s", "impossible", "science", "fiction", "serves", "as", "a", "useful", "tool", "for", "thinking", "outside", "of", "the", "box", "many", "futurists", "recognize", "this", "and", "some", "are", "beginning", "to", "employ", "science", "fictions", "writers", "in", "their", "teams", "just", "recently", "a", "project", "called", "iknow", "proposed", "scenarios", "that", "look", "much", "like", "science", "fiction", "stories", "they", "include", "the", "discovery", "of", "an", "alien", "civilization", "development", "of", "a", "way", "for", "humans", "and", "animals", "to", "communicate", "flawlessly", "and", "radical", "life", "extension", "so", "what", "does", "the", "future", "hold", "of", "course", "we", "can", "t", "know", "for", "certain", "but", "science", "fiction", "shows", "us", "many", "possibilities", "ultimately", "it", "is", "our", "responsibility", "to", "determine", "which", "we", "will", "work", "towards", "making", "a", "reality"]}, "176": {"text": "Study with a podcast", "tokenized_text": ["study", "with", "a", "podcast"]}, "177": {"text": "A question that sparks curiosity when thinking about the place of COVID19 in China Africa relations is what might the lingering/long-term effects of the pandemic on the perceptions of China among Africans be. After giving it some thought, these are the main points that stand out to me.\n\nCCP\u2019s governance model and strong leadership on display. The CCP\u2019s strong measures to restrict travel, minimize the impact of the outbreak, and prioritize health over economic growth will likely come back and be used in China\u2019s rhetoric showing leadership strengths. Already there is an effort by the government to boast about the its capability to build hospitals in a record time. Certainly, once the outbreak is over (or least contained), we expect to see more assertiveness in marketing China\u2019s governance model as evidenced in its reaction to COVID19.\n\nFriendship and solidarity. In his keynote speech on China\u2019s foreign policy at Chatham House, Chinese ambassador Liu Xiaoming repeatedly condemned racist and exclusionary reactions to COVID19. He stated that the right choice is \u201cto pull together in the same direction\u201d and treat the virus as the common enemy instead of talking about China as \u201cthe sick man of Asia.\u201d We have long observed this pattern of rhetoric in China-Africa relations with China always working hard to distance itself from the \u201cWest\u201d and identify with Africans as a fellow Global South states. Coronavirus adds a new opportunity to cement this divide and deepen friendship and solidarity bonds between China and African states.\n\nAcross Africa, we saw a wide social media campaign expressing solidarity with Wuhan and China more broadly. Students of Confucius Institutes, diplomats, embassy staff, business people from across the continent, and even parents of students who are stuck in China showed their support.\n\nBut COVID19 is not all good news for China-Africa relations. First, the many and enduring struggles of African students quarantined or stuck in China since the start of the outbreak of the Coronavirus have been well-documented. It is not hard to imagine that the suffering from such terrible experiences might result in many African students not wanting to study in China anymore. The stories that these students are sharing everyday with their friends and family back home describing life under quarantine might not exactly be soft power generating stories for China.\n\nSecond, we recall how the CCP repeatedly argued that the financial crisis of 2008 and its rippling effects on African economies meant that the Western model let Africans down and that there was a need to bring something new to the table (i.e. the Chinese alternative model). Now, we would be remiss not to wonder what\u2019s in the future of Africa-China relations with COVID19 potentially causing a global economic crisis the depth of which is yet to be grasped? One thing that is certain is that the Chinese government is handling this crisis with what it knows to do best: putting personal connections and people-to-people relations at the center of this. We see Chinese diplomats holding forums with parents of students, talking to AU CDC, health ministers, holding press conferences to discuss reactions, providing financial aid to African students quarantined in China, etc.\n\nChances are, as soon as Chinese factories are fully back up to speed with manufacturing masks, gloves, wipes, and other products necessary to handling COVID19, the CCP will capitalize on its production capacity. Both to make the case about its manufacturing strengths and also to gain leadership points for distributing products to areas in need. Countries that expressed solidarity with China in times of need will likely stand to be first to be compensated with a return in favor and solidarity from the Chinese government.", "tokenized_text": ["a", "question", "that", "sparks", "curiosity", "when", "thinking", "about", "the", "place", "of", "covid19", "in", "china", "africa", "relations", "is", "what", "might", "the", "lingering", "long", "term", "effects", "of", "the", "pandemic", "on", "the", "perceptions", "of", "china", "among", "africans", "be", "after", "giving", "it", "some", "thought", "these", "are", "the", "main", "points", "that", "stand", "out", "to", "me", "ccp", "s", "governance", "model", "and", "strong", "leadership", "on", "display", "the", "ccp", "s", "strong", "measures", "to", "restrict", "travel", "minimize", "the", "impact", "of", "the", "outbreak", "and", "prioritize", "health", "over", "economic", "growth", "will", "likely", "come", "back", "and", "be", "used", "in", "china", "s", "rhetoric", "showing", "leadership", "strengths", "already", "there", "is", "an", "effort", "by", "the", "government", "to", "boast", "about", "the", "its", "capability", "to", "build", "hospitals", "in", "a", "record", "time", "certainly", "once", "the", "outbreak", "is", "over", "or", "least", "contained", "we", "expect", "to", "see", "more", "assertiveness", "in", "marketing", "china", "s", "governance", "model", "as", "evidenced", "in", "its", "reaction", "to", "covid19", "friendship", "and", "solidarity", "in", "his", "keynote", "speech", "on", "china", "s", "foreign", "policy", "at", "chatham", "house", "chinese", "ambassador", "liu", "xiaoming", "repeatedly", "condemned", "racist", "and", "exclusionary", "reactions", "to", "covid19", "he", "stated", "that", "the", "right", "choice", "is", "to", "pull", "together", "in", "the", "same", "direction", "and", "treat", "the", "virus", "as", "the", "common", "enemy", "instead", "of", "talking", "about", "china", "as", "the", "sick", "man", "of", "asia", "we", "have", "long", "observed", "this", "pattern", "of", "rhetoric", "in", "china", "africa", "relations", "with", "china", "always", "working", "hard", "to", "distance", "itself", "from", "the", "west", "and", "identify", "with", "africans", "as", "a", "fellow", "global", "south", "states", "coronavirus", "adds", "a", "new", "opportunity", "to", "cement", "this", "divide", "and", "deepen", "friendship", "and", "solidarity", "bonds", "between", "china", "and", "african", "states", "across", "africa", "we", "saw", "a", "wide", "social", "media", "campaign", "expressing", "solidarity", "with", "wuhan", "and", "china", "more", "broadly", "students", "of", "confucius", "institutes", "diplomats", "embassy", "staff", "business", "people", "from", "across", "the", "continent", "and", "even", "parents", "of", "students", "who", "are", "stuck", "in", "china", "showed", "their", "support", "but", "covid19", "is", "not", "all", "good", "news", "for", "china", "africa", "relations", "first", "the", "many", "and", "enduring", "struggles", "of", "african", "students", "quarantined", "or", "stuck", "in", "china", "since", "the", "start", "of", "the", "outbreak", "of", "the", "coronavirus", "have", "been", "well", "documented", "it", "is", "not", "hard", "to", "imagine", "that", "the", "suffering", "from", "such", "terrible", "experiences", "might", "result", "in", "many", "african", "students", "not", "wanting", "to", "study", "in", "china", "anymore", "the", "stories", "that", "these", "students", "are", "sharing", "everyday", "with", "their", "friends", "and", "family", "back", "home", "describing", "life", "under", "quarantine", "might", "not", "exactly", "be", "soft", "power", "generating", "stories", "for", "china", "second", "we", "recall", "how", "the", "ccp", "repeatedly", "argued", "that", "the", "financial", "crisis", "of", "2008", "and", "its", "rippling", "effects", "on", "african", "economies", "meant", "that", "the", "western", "model", "let", "africans", "down", "and", "that", "there", "was", "a", "need", "to", "bring", "something", "new", "to", "the", "table", "i", "e", "the", "chinese", "alternative", "model", "now", "we", "would", "be", "remiss", "not", "to", "wonder", "what", "s", "in", "the", "future", "of", "africa", "china", "relations", "with", "covid19", "potentially", "causing", "a", "global", "economic", "crisis", "the", "depth", "of", "which", "is", "yet", "to", "be", "grasped", "one", "thing", "that", "is", "certain", "is", "that", "the", "chinese", "government", "is", "handling", "this", "crisis", "with", "what", "it", "knows", "to", "do", "best", "putting", "personal", "connections", "and", "people", "to", "people", "relations", "at", "the", "center", "of", "this", "we", "see", "chinese", "diplomats", "holding", "forums", "with", "parents", "of", "students", "talking", "to", "au", "cdc", "health", "ministers", "holding", "press", "conferences", "to", "discuss", "reactions", "providing", "financial", "aid", "to", "african", "students", "quarantined", "in", "china", "etc", "chances", "are", "as", "soon", "as", "chinese", "factories", "are", "fully", "back", "up", "to", "speed", "with", "manufacturing", "masks", "gloves", "wipes", "and", "other", "products", "necessary", "to", "handling", "covid19", "the", "ccp", "will", "capitalize", "on", "its", "production", "capacity", "both", "to", "make", "the", "case", "about", "its", "manufacturing", "strengths", "and", "also", "to", "gain", "leadership", "points", "for", "distributing", "products", "to", "areas", "in", "need", "countries", "that", "expressed", "solidarity", "with", "china", "in", "times", "of", "need", "will", "likely", "stand", "to", "be", "first", "to", "be", "compensated", "with", "a", "return", "in", "favor", "and", "solidarity", "from", "the", "chinese", "government"]}, "178": {"text": "The Russian Foreign Ministry spokeswoman said that London acts according to a \"we accuse you, you defend yourself\" standard", "tokenized_text": ["the", "russian", "foreign", "ministry", "spokeswoman", "said", "that", "london", "acts", "according", "to", "a", "we", "accuse", "you", "you", "defend", "yourself", "standard"]}, "179": {"text": "\"The British media has come to another \"right\" conclusion in the Salisbury story: seeing that no one in Moscow has brought forward Chepiga over the past few days, then Boshirov is Chepiga, or Chepiga is Boshirov,\", or Chepiga is Boshirov,\" the diplomat wrote on Monday on her Facebook page, commenting on the UK media reports concerning the Skripal case.\n\n\"Our British colleagues act in a plain and simple way: they ask Moscow to show \"GRU officers,\" \"heroes of Russia\" and other virtual so-called participants of the drama, and for their part, they refuse to share anything about the investigation, besides political statements and leaks to the fake media created especially for this purpose,\" she noted.\n\nZakharova added that London acts according to the principle \"we accuse you, you defend yourself.\" \"I will repeat myself: before Chepiga, we would like to see Skripal,\" the diplomat concluded.\n\nFormer Russian military intelligence (GRU) Colonel Sergei Skripal, 66, who had been convicted in Russia of spying for Great Britain and later swapped for Russian intelligence officers, and his daughter Yulia, 33, suffered the effects of a nerve agent in the British city of Salisbury on March 4. Claiming that the substance used in the attack had been a Novichok-class nerve agent developed in the Soviet Union, London rushed to accuse Russia of being involved in the incident. Moscow rejected all of the United Kingdom\u2019s accusations, saying that neither the Soviet Union nor Russia ever had any program aimed at developing such a substance.\n\nOn September 5, British Prime Minister Theresa May informed the country\u2019s parliament about the conclusions that investigators looking into the Salisbury incident had come to, saying that two Russians, believed to be GRU agents, were suspected of conspiracy to murder the Skripals. According to May, the assassination attempt was approved at \"a senior level of the Russian state.\" The Metropolitan Police published the suspects\u2019 photos, saying their names were Alexander Petrov and Ruslan Boshirov. In an interview with Russia\u2019s RT TV channel released on September 13, Petrov and Boshirov refuted these allegations.\n\nThe Daily Telegraph claimed in its September 26 report that Ruslan Boshirov was actually a 39-year-old colonel of the Russian military intelligence service, and his true name was Anatoly Chepiga.", "tokenized_text": ["the", "british", "media", "has", "come", "to", "another", "right", "conclusion", "in", "the", "salisbury", "story", "seeing", "that", "no", "one", "in", "moscow", "has", "brought", "forward", "chepiga", "over", "the", "past", "few", "days", "then", "boshirov", "is", "chepiga", "or", "chepiga", "is", "boshirov", "or", "chepiga", "is", "boshirov", "the", "diplomat", "wrote", "on", "monday", "on", "her", "facebook", "page", "commenting", "on", "the", "uk", "media", "reports", "concerning", "the", "skripal", "case", "our", "british", "colleagues", "act", "in", "a", "plain", "and", "simple", "way", "they", "ask", "moscow", "to", "show", "gru", "officers", "heroes", "of", "russia", "and", "other", "virtual", "so", "called", "participants", "of", "the", "drama", "and", "for", "their", "part", "they", "refuse", "to", "share", "anything", "about", "the", "investigation", "besides", "political", "statements", "and", "leaks", "to", "the", "fake", "media", "created", "especially", "for", "this", "purpose", "she", "noted", "zakharova", "added", "that", "london", "acts", "according", "to", "the", "principle", "we", "accuse", "you", "you", "defend", "yourself", "i", "will", "repeat", "myself", "before", "chepiga", "we", "would", "like", "to", "see", "skripal", "the", "diplomat", "concluded", "former", "russian", "military", "intelligence", "gru", "colonel", "sergei", "skripal", "66", "who", "had", "been", "convicted", "in", "russia", "of", "spying", "for", "great", "britain", "and", "later", "swapped", "for", "russian", "intelligence", "officers", "and", "his", "daughter", "yulia", "33", "suffered", "the", "effects", "of", "a", "nerve", "agent", "in", "the", "british", "city", "of", "salisbury", "on", "march", "4", "claiming", "that", "the", "substance", "used", "in", "the", "attack", "had", "been", "a", "novichok", "class", "nerve", "agent", "developed", "in", "the", "soviet", "union", "london", "rushed", "to", "accuse", "russia", "of", "being", "involved", "in", "the", "incident", "moscow", "rejected", "all", "of", "the", "united", "kingdom", "s", "accusations", "saying", "that", "neither", "the", "soviet", "union", "nor", "russia", "ever", "had", "any", "program", "aimed", "at", "developing", "such", "a", "substance", "on", "september", "5", "british", "prime", "minister", "theresa", "may", "informed", "the", "country", "s", "parliament", "about", "the", "conclusions", "that", "investigators", "looking", "into", "the", "salisbury", "incident", "had", "come", "to", "saying", "that", "two", "russians", "believed", "to", "be", "gru", "agents", "were", "suspected", "of", "conspiracy", "to", "murder", "the", "skripals", "according", "to", "may", "the", "assassination", "attempt", "was", "approved", "at", "a", "senior", "level", "of", "the", "russian", "state", "the", "metropolitan", "police", "published", "the", "suspects", "photos", "saying", "their", "names", "were", "alexander", "petrov", "and", "ruslan", "boshirov", "in", "an", "interview", "with", "russia", "s", "rt", "tv", "channel", "released", "on", "september", "13", "petrov", "and", "boshirov", "refuted", "these", "allegations", "the", "daily", "telegraph", "claimed", "in", "its", "september", "26", "report", "that", "ruslan", "boshirov", "was", "actually", "a", "39", "year", "old", "colonel", "of", "the", "russian", "military", "intelligence", "service", "and", "his", "true", "name", "was", "anatoly", "chepiga"]}, "180": {"text": "Edge Of Tomorrow 2 What Is Release Date And Latest Update\n\nThings that science can\u2019t explain tend to become Tom Cruise\u2019s movies. I don\u2019t know what science is involved with this logic. But one thing is for sure Tom Cruise can do anything to entertain people.\n\nHe fits into any genre like, but nothing fits him as scientific plots fit him. Yet again, it\u2019s rumoured that Tom Cruise is back with another Scientific flick. But this time a Sequel of his previous work Edge of Tomorrow.\n\nThe first part of Edge of Tomorrow was released six years ago on June 6, 2014. This movie has managed to get excellent reviews from both the audience and the critics.\n\nAfter all the success this movie has seen, it has been rumoured to be made for a sequel. Here are all the details of the upcoming movie Edge of Tomorrow, part 2.\n\nAs of now, there is no exact detail about a cemented release date. Even the whereabouts of the production are not available yet due to the Pandemic.\n\nWe may expect the production of the movie Edge of Tomorrow to hit the floors after the situations set right. We can expect the movie to release in 2022.\n\nWhat Will Be Plot?", "tokenized_text": ["edge", "of", "tomorrow", "2", "what", "is", "release", "date", "and", "latest", "update", "things", "that", "science", "can", "t", "explain", "tend", "to", "become", "tom", "cruise", "s", "movies", "i", "don", "t", "know", "what", "science", "is", "involved", "with", "this", "logic", "but", "one", "thing", "is", "for", "sure", "tom", "cruise", "can", "do", "anything", "to", "entertain", "people", "he", "fits", "into", "any", "genre", "like", "but", "nothing", "fits", "him", "as", "scientific", "plots", "fit", "him", "yet", "again", "it", "s", "rumoured", "that", "tom", "cruise", "is", "back", "with", "another", "scientific", "flick", "but", "this", "time", "a", "sequel", "of", "his", "previous", "work", "edge", "of", "tomorrow", "the", "first", "part", "of", "edge", "of", "tomorrow", "was", "released", "six", "years", "ago", "on", "june", "6", "2014", "this", "movie", "has", "managed", "to", "get", "excellent", "reviews", "from", "both", "the", "audience", "and", "the", "critics", "after", "all", "the", "success", "this", "movie", "has", "seen", "it", "has", "been", "rumoured", "to", "be", "made", "for", "a", "sequel", "here", "are", "all", "the", "details", "of", "the", "upcoming", "movie", "edge", "of", "tomorrow", "part", "2", "as", "of", "now", "there", "is", "no", "exact", "detail", "about", "a", "cemented", "release", "date", "even", "the", "whereabouts", "of", "the", "production", "are", "not", "available", "yet", "due", "to", "the", "pandemic", "we", "may", "expect", "the", "production", "of", "the", "movie", "edge", "of", "tomorrow", "to", "hit", "the", "floors", "after", "the", "situations", "set", "right", "we", "can", "expect", "the", "movie", "to", "release", "in", "2022", "what", "will", "be", "plot"]}, "181": {"text": "The plot of the sequel is expected to stick to the skeletal plot of its predecessor. But there might be some changes.\n\nIn the first part, we saw non-combat army personnel forced to fight an alien race, which can foresee in time.\n\nWhen in a fight, he finds himself with extraordinary power to foresee in time. Because he has killed a particular alien. The rest of the movie is how he leads his team to the shore of victory.\n\nThere is no official announcement regarding the cast of the movie. We can hope that Tom Cruise might return as Major William Cage and Emily Blunt as Sergeant Rita Vrataski. But we can\u2019t be so sure because they will sign this movie when they like the script of the movie. Thus We have to wait some time to know who\u2019s going to back?\n\nThere is no trailer as of now. Stay tuned to our site for further details about the movie.", "tokenized_text": ["the", "plot", "of", "the", "sequel", "is", "expected", "to", "stick", "to", "the", "skeletal", "plot", "of", "its", "predecessor", "but", "there", "might", "be", "some", "changes", "in", "the", "first", "part", "we", "saw", "non", "combat", "army", "personnel", "forced", "to", "fight", "an", "alien", "race", "which", "can", "foresee", "in", "time", "when", "in", "a", "fight", "he", "finds", "himself", "with", "extraordinary", "power", "to", "foresee", "in", "time", "because", "he", "has", "killed", "a", "particular", "alien", "the", "rest", "of", "the", "movie", "is", "how", "he", "leads", "his", "team", "to", "the", "shore", "of", "victory", "there", "is", "no", "official", "announcement", "regarding", "the", "cast", "of", "the", "movie", "we", "can", "hope", "that", "tom", "cruise", "might", "return", "as", "major", "william", "cage", "and", "emily", "blunt", "as", "sergeant", "rita", "vrataski", "but", "we", "can", "t", "be", "so", "sure", "because", "they", "will", "sign", "this", "movie", "when", "they", "like", "the", "script", "of", "the", "movie", "thus", "we", "have", "to", "wait", "some", "time", "to", "know", "who", "s", "going", "to", "back", "there", "is", "no", "trailer", "as", "of", "now", "stay", "tuned", "to", "our", "site", "for", "further", "details", "about", "the", "movie"]}, "182": {"text": "Centre College women\u2019s soccer moves on to second round", "tokenized_text": ["centre", "college", "women", "s", "soccer", "moves", "on", "to", "second", "round"]}, "183": {"text": "Matt Overing/matthew.overing@amnews.com Centre's Alana Hughes heads in Centre's second goal of the game off of a cross from Amber Cowell in the second half of Saturday's game against Piedmont.\n\nIt took some time for Centre College to settle in, but the women\u2019s soccer team came through in a big way in the first round of the NCAA Tournament, beating Piedmont 4-1 behind three second-half goals.\n\nThe Colonels beat Piedmont 1-0 earlier in the season, so coach Jay Hoffman knew it would be a challenging game. Playing without All-American and leading scorer Destinie Graves increased the difficulty, but Centre\u2019s depth showed in its dominating display.\n\n\u201cSometimes when you don\u2019t have a player, other players have to step up and we have to do the little things,\u201d Hoffman said. \u201cI thought the team did a very good job again today of doing the little things, especially in the second half.\u201d\n\nBoth teams struggled to get anything going in the first half, although Centre had a majority of the chances. The Colonels struck first on a headed corner from Alana Hughes to Hannah Sirkin. Just 12 seconds later, Cassidy Reich scored for Piedmont to tie the game at 1-1.\n\n\u201cIn the first 20 minutes, both teams are trying to sort out the style,\u201d Hoffman said. \u201cThey were pressuring us and we had to be better on the ball, our passes had to be sharper and they weren\u2019t as good as I wanted them to be.\u201d\n\nThe teams were knotted 1-1 at the break, even though Centre held a 12-2 advantage in shots at halftime.\n\nIn the second half, Hoffman\u2019s team burst out of the gate. Shannon Murray headed in a cross from Amber Cowell to give the Colonels a 2-1 lead, and they didn\u2019t look back. Twelve minutes later, Hughes got a goal of her own, blasting a shot into the roof of the net on another Cowell cross.\n\nThroughout the second half, Hoffman was switching his players. With a two-goal lead, nearly all of Centre\u2019s starters were out of the game.\n\n\u201cWe made a lot of rotations,\u201d he said. \u201cI wanted to trust our players and give rotations because I looked at today, it\u2019s not just a one game, it\u2019s a two game weekend. If you can get minutes off of your top players, players off of the bench come in and do good work, that should put us in a good situation for having fresh legs tomorrow.\u201d\n\nHoffman\u2019s trust paid off, and his bench continued to deliver. Keeghan Francis scored in the 81st minute to put the game on ice, 4-1.\n\n\u201cYou\u2019ve got to trust your players,\u201d Hoffman said. \u201cNobody really sees how they do in practice, but you\u2019ve got to understand, we\u2019ve been going with our top group with our next group for weeks, and our next group is very, very talented. If you can\u2019t have confidence in those players, you\u2019re not developing your program. Next year we\u2019re losing more players, you\u2019ve got to expect that these players are itching to come out and do well. In a game like this, you want them to come out and do that.\u201d\n\nHoffman praised his bench for bringing balance to the game.\n\n\u201cComing off of the bench, I thought Sarah Waldo did a really good job calming the game down and making passes,\u201d the coach said. \u201cAccuracy wise, she wasn\u2019t trying to hit the home run ball, she was calming things and including everybody. I think everybody really played steady.\u201d\n\nSirkin, a starting forward, accounted for just one of the Colonels\u2019 goals, but Hoffman said her movement off of the ball opened up the Piedmont defense.\n\n\u201cHannah Sirkin did a really good job. Second half especially, she did a really good job finding a balance between her and the outside forward,\u201d Hoffman said. \u201cShe didn\u2019t crowd her too much, she gave her some room, but when she needed support she was right there to support. I thought she did well.\u201d\n\nThe Colonels will break for 24 hours before playing Hardin-Simmons, who beat Washington and Lee 3-0 in the other first-round matchup hosted in Danville.\n\n\u201cI think our strength of schedule and the teams we played throughout the year, and then our conference prepared us for a game like this,\u201d Hoffman said. \u201cOur conference is very, very challenging, we\u2019ve got many teams that should be here. Playing those games really gets you ready for that next level.\u201d", "tokenized_text": ["matt", "overing", "matthew", "overing", "amnews", "com", "centre", "s", "alana", "hughes", "heads", "in", "centre", "s", "second", "goal", "of", "the", "game", "off", "of", "a", "cross", "from", "amber", "cowell", "in", "the", "second", "half", "of", "saturday", "s", "game", "against", "piedmont", "it", "took", "some", "time", "for", "centre", "college", "to", "settle", "in", "but", "the", "women", "s", "soccer", "team", "came", "through", "in", "a", "big", "way", "in", "the", "first", "round", "of", "the", "ncaa", "tournament", "beating", "piedmont", "4", "1", "behind", "three", "second", "half", "goals", "the", "colonels", "beat", "piedmont", "1", "0", "earlier", "in", "the", "season", "so", "coach", "jay", "hoffman", "knew", "it", "would", "be", "a", "challenging", "game", "playing", "without", "all", "american", "and", "leading", "scorer", "destinie", "graves", "increased", "the", "difficulty", "but", "centre", "s", "depth", "showed", "in", "its", "dominating", "display", "sometimes", "when", "you", "don", "t", "have", "a", "player", "other", "players", "have", "to", "step", "up", "and", "we", "have", "to", "do", "the", "little", "things", "hoffman", "said", "i", "thought", "the", "team", "did", "a", "very", "good", "job", "again", "today", "of", "doing", "the", "little", "things", "especially", "in", "the", "second", "half", "both", "teams", "struggled", "to", "get", "anything", "going", "in", "the", "first", "half", "although", "centre", "had", "a", "majority", "of", "the", "chances", "the", "colonels", "struck", "first", "on", "a", "headed", "corner", "from", "alana", "hughes", "to", "hannah", "sirkin", "just", "12", "seconds", "later", "cassidy", "reich", "scored", "for", "piedmont", "to", "tie", "the", "game", "at", "1", "1", "in", "the", "first", "20", "minutes", "both", "teams", "are", "trying", "to", "sort", "out", "the", "style", "hoffman", "said", "they", "were", "pressuring", "us", "and", "we", "had", "to", "be", "better", "on", "the", "ball", "our", "passes", "had", "to", "be", "sharper", "and", "they", "weren", "t", "as", "good", "as", "i", "wanted", "them", "to", "be", "the", "teams", "were", "knotted", "1", "1", "at", "the", "break", "even", "though", "centre", "held", "a", "12", "2", "advantage", "in", "shots", "at", "halftime", "in", "the", "second", "half", "hoffman", "s", "team", "burst", "out", "of", "the", "gate", "shannon", "murray", "headed", "in", "a", "cross", "from", "amber", "cowell", "to", "give", "the", "colonels", "a", "2", "1", "lead", "and", "they", "didn", "t", "look", "back", "twelve", "minutes", "later", "hughes", "got", "a", "goal", "of", "her", "own", "blasting", "a", "shot", "into", "the", "roof", "of", "the", "net", "on", "another", "cowell", "cross", "throughout", "the", "second", "half", "hoffman", "was", "switching", "his", "players", "with", "a", "two", "goal", "lead", "nearly", "all", "of", "centre", "s", "starters", "were", "out", "of", "the", "game", "we", "made", "a", "lot", "of", "rotations", "he", "said", "i", "wanted", "to", "trust", "our", "players", "and", "give", "rotations", "because", "i", "looked", "at", "today", "it", "s", "not", "just", "a", "one", "game", "it", "s", "a", "two", "game", "weekend", "if", "you", "can", "get", "minutes", "off", "of", "your", "top", "players", "players", "off", "of", "the", "bench", "come", "in", "and", "do", "good", "work", "that", "should", "put", "us", "in", "a", "good", "situation", "for", "having", "fresh", "legs", "tomorrow", "hoffman", "s", "trust", "paid", "off", "and", "his", "bench", "continued", "to", "deliver", "keeghan", "francis", "scored", "in", "the", "81st", "minute", "to", "put", "the", "game", "on", "ice", "4", "1", "you", "ve", "got", "to", "trust", "your", "players", "hoffman", "said", "nobody", "really", "sees", "how", "they", "do", "in", "practice", "but", "you", "ve", "got", "to", "understand", "we", "ve", "been", "going", "with", "our", "top", "group", "with", "our", "next", "group", "for", "weeks", "and", "our", "next", "group", "is", "very", "very", "talented", "if", "you", "can", "t", "have", "confidence", "in", "those", "players", "you", "re", "not", "developing", "your", "program", "next", "year", "we", "re", "losing", "more", "players", "you", "ve", "got", "to", "expect", "that", "these", "players", "are", "itching", "to", "come", "out", "and", "do", "well", "in", "a", "game", "like", "this", "you", "want", "them", "to", "come", "out", "and", "do", "that", "hoffman", "praised", "his", "bench", "for", "bringing", "balance", "to", "the", "game", "coming", "off", "of", "the", "bench", "i", "thought", "sarah", "waldo", "did", "a", "really", "good", "job", "calming", "the", "game", "down", "and", "making", "passes", "the", "coach", "said", "accuracy", "wise", "she", "wasn", "t", "trying", "to", "hit", "the", "home", "run", "ball", "she", "was", "calming", "things", "and", "including", "everybody", "i", "think", "everybody", "really", "played", "steady", "sirkin", "a", "starting", "forward", "accounted", "for", "just", "one", "of", "the", "colonels", "goals", "but", "hoffman", "said", "her", "movement", "off", "of", "the", "ball", "opened", "up", "the", "piedmont", "defense", "hannah", "sirkin", "did", "a", "really", "good", "job", "second", "half", "especially", "she", "did", "a", "really", "good", "job", "finding", "a", "balance", "between", "her", "and", "the", "outside", "forward", "hoffman", "said", "she", "didn", "t", "crowd", "her", "too", "much", "she", "gave", "her", "some", "room", "but", "when", "she", "needed", "support", "she", "was", "right", "there", "to", "support", "i", "thought", "she", "did", "well", "the", "colonels", "will", "break", "for", "24", "hours", "before", "playing", "hardin", "simmons", "who", "beat", "washington", "and", "lee", "3", "0", "in", "the", "other", "first", "round", "matchup", "hosted", "in", "danville", "i", "think", "our", "strength", "of", "schedule", "and", "the", "teams", "we", "played", "throughout", "the", "year", "and", "then", "our", "conference", "prepared", "us", "for", "a", "game", "like", "this", "hoffman", "said", "our", "conference", "is", "very", "very", "challenging", "we", "ve", "got", "many", "teams", "that", "should", "be", "here", "playing", "those", "games", "really", "gets", "you", "ready", "for", "that", "next", "level"]}, "184": {"text": "I originally wrote a tutorial about Var, Let, and Const using Observable Notebook.\nIn the notebook, you can edit the code, so that you understand by doing.\n\nAs a junior dev, it seems like you are told to never use var because the variable can be accessed anywhere, but what does that even mean? Keep reading and hopefully, understand the vocabulary and seeing code examples help. Of course, mess around with code as well.\n\nWhen you create a variable, you declare it with the keywords let, var, const. Reassign means you are giving the variable another value. var can both be redeclared and reassigned. You will see that it is different for const and let from this table.\n\nVar, let, and const have different types of scope. Scope is the context where variables and expressions live.\n\nhoisting means that everytime you declare a variable, Javascript's engine will immediately hoist (or PULL) those variables up in the beginning of the scope and the variables will be declared. But will they be assigned or initialized?\nWith var, it will be initialized as undefined, while let and const will not. That is why you get an error", "tokenized_text": ["i", "originally", "wrote", "a", "tutorial", "about", "var", "let", "and", "const", "using", "observable", "notebook", "in", "the", "notebook", "you", "can", "edit", "the", "code", "so", "that", "you", "understand", "by", "doing", "as", "a", "junior", "dev", "it", "seems", "like", "you", "are", "told", "to", "never", "use", "var", "because", "the", "variable", "can", "be", "accessed", "anywhere", "but", "what", "does", "that", "even", "mean", "keep", "reading", "and", "hopefully", "understand", "the", "vocabulary", "and", "seeing", "code", "examples", "help", "of", "course", "mess", "around", "with", "code", "as", "well", "when", "you", "create", "a", "variable", "you", "declare", "it", "with", "the", "keywords", "let", "var", "const", "reassign", "means", "you", "are", "giving", "the", "variable", "another", "value", "var", "can", "both", "be", "redeclared", "and", "reassigned", "you", "will", "see", "that", "it", "is", "different", "for", "const", "and", "let", "from", "this", "table", "var", "let", "and", "const", "have", "different", "types", "of", "scope", "scope", "is", "the", "context", "where", "variables", "and", "expressions", "live", "hoisting", "means", "that", "everytime", "you", "declare", "a", "variable", "javascript", "s", "engine", "will", "immediately", "hoist", "or", "pull", "those", "variables", "up", "in", "the", "beginning", "of", "the", "scope", "and", "the", "variables", "will", "be", "declared", "but", "will", "they", "be", "assigned", "or", "initialized", "with", "var", "it", "will", "be", "initialized", "as", "undefined", "while", "let", "and", "const", "will", "not", "that", "is", "why", "you", "get", "an", "error"]}, "185": {"text": "Set up a basic multi-tenant architecture in Rails 7 - 1\n\nChi\nFor Beginners: What is a function? My sh*tty explanation \ud83d\udca9\n#beginners #codenewbie #javascript #tutorial\n\nOnce suspended, chiexplores will not be able to comment or publish posts until their suspension is removed.\n\nOnce unsuspended, chiexplores will be able to comment and publish posts again.\n\nOnce unpublished, all posts by chiexplores will become hidden and only accessible to themselves.\n\nIf chiexplores is not suspended, they can still re-publish their posts from their dashboard.\n\nOnce unpublished, this post will become invisible to the public and only accessible to Chi.\n\nThanks for keeping DEV Community \ud83d\udc69\u200d\ud83d\udcbb\ud83d\udc68\u200d\ud83d\udcbb safe. Here is what you can do to flag chiexplores:\n\nUnflagging chiexplores will restore default visibility to their posts.", "tokenized_text": ["set", "up", "a", "basic", "multi", "tenant", "architecture", "in", "rails", "7", "1", "chi", "for", "beginners", "what", "is", "a", "function", "my", "sh", "tty", "explanation", "beginners", "codenewbie", "javascript", "tutorial", "once", "suspended", "chiexplores", "will", "not", "be", "able", "to", "comment", "or", "publish", "posts", "until", "their", "suspension", "is", "removed", "once", "unsuspended", "chiexplores", "will", "be", "able", "to", "comment", "and", "publish", "posts", "again", "once", "unpublished", "all", "posts", "by", "chiexplores", "will", "become", "hidden", "and", "only", "accessible", "to", "themselves", "if", "chiexplores", "is", "not", "suspended", "they", "can", "still", "re", "publish", "their", "posts", "from", "their", "dashboard", "once", "unpublished", "this", "post", "will", "become", "invisible", "to", "the", "public", "and", "only", "accessible", "to", "chi", "thanks", "for", "keeping", "dev", "community", "safe", "here", "is", "what", "you", "can", "do", "to", "flag", "chiexplores", "unflagging", "chiexplores", "will", "restore", "default", "visibility", "to", "their", "posts"]}, "186": {"text": "The \u2018Theory of Everything\u2019 actor Eddie Redmayne uses CBD oil to calm his nerves.\n\nEddie Redmayne has resorted to CBD oil to calm his nerves.", "tokenized_text": ["the", "theory", "of", "everything", "actor", "eddie", "redmayne", "uses", "cbd", "oil", "to", "calm", "his", "nerves", "eddie", "redmayne", "has", "resorted", "to", "cbd", "oil", "to", "calm", "his", "nerves"]}, "187": {"text": "The \u2018Theory of Everything\u2019 actor admitted he\u2019s tried everything he can think of, including the cannabis-derived product, alcohol and meditation to alleviate his worried before he starts a job but he\u2019s admitted most of them just make things worse.\n\nSpeaking to Vogue magazine, he said: \u201cI\u2019ve tried everything [to deal with my nerves]; meditation CBD oil, drinking, but then I get paranoid that my semi-drunkennesss is affecting the work and that sends me into even more of a spin.\u201d\n\nMeanwhile, the \u2018Trial of the Chicago 7\u2019 star thinks he could have had a very different career path if he hadn\u2019t made it as an actor.\n\nThe \u2018Fantastic Beasts and Where to Find Them\u2019 star recently insisted he would never take his success for granted.\n\nHe said: \"I never take it for granted, getting offered stuff and having a say. What happened to me was one film changed that. It\u2019s not like overnight you\u2019ve become a substantially better actor. You\u2019ve just been lucky getting the extraordinary part with a great director, wonderful co-stars, and the alchemy of filmmaking has worked.\"\n\nAnd Eddie and his friend Jamie Dornan recalled some of their failed auditions.\n\nEddie told his friend for Variety's Actors on Actors series: \"I remember auditioning for '10,000 BC', which involved being topless, running around, like in Egypt. I mean, look at me. I\u2019m sort of pallid, white, moley. I was always two hours early or an hour late to auditions, endlessly running these lines. But it was great in the sense that you got to try everything and fail hard.\"\n\nWhilst Jamie added: \"There was just so much failure. I just remember your rental car - the foot area of the front passenger seat was a sea of failed audition sides. You were just shucking them down there after coming out of one of those auditions, going, 'That\u2019s another fail.'\"", "tokenized_text": ["the", "theory", "of", "everything", "actor", "admitted", "he", "s", "tried", "everything", "he", "can", "think", "of", "including", "the", "cannabis", "derived", "product", "alcohol", "and", "meditation", "to", "alleviate", "his", "worried", "before", "he", "starts", "a", "job", "but", "he", "s", "admitted", "most", "of", "them", "just", "make", "things", "worse", "speaking", "to", "vogue", "magazine", "he", "said", "i", "ve", "tried", "everything", "to", "deal", "with", "my", "nerves", "meditation", "cbd", "oil", "drinking", "but", "then", "i", "get", "paranoid", "that", "my", "semi", "drunkennesss", "is", "affecting", "the", "work", "and", "that", "sends", "me", "into", "even", "more", "of", "a", "spin", "meanwhile", "the", "trial", "of", "the", "chicago", "7", "star", "thinks", "he", "could", "have", "had", "a", "very", "different", "career", "path", "if", "he", "hadn", "t", "made", "it", "as", "an", "actor", "the", "fantastic", "beasts", "and", "where", "to", "find", "them", "star", "recently", "insisted", "he", "would", "never", "take", "his", "success", "for", "granted", "he", "said", "i", "never", "take", "it", "for", "granted", "getting", "offered", "stuff", "and", "having", "a", "say", "what", "happened", "to", "me", "was", "one", "film", "changed", "that", "it", "s", "not", "like", "overnight", "you", "ve", "become", "a", "substantially", "better", "actor", "you", "ve", "just", "been", "lucky", "getting", "the", "extraordinary", "part", "with", "a", "great", "director", "wonderful", "co", "stars", "and", "the", "alchemy", "of", "filmmaking", "has", "worked", "and", "eddie", "and", "his", "friend", "jamie", "dornan", "recalled", "some", "of", "their", "failed", "auditions", "eddie", "told", "his", "friend", "for", "variety", "s", "actors", "on", "actors", "series", "i", "remember", "auditioning", "for", "10", "000", "bc", "which", "involved", "being", "topless", "running", "around", "like", "in", "egypt", "i", "mean", "look", "at", "me", "i", "m", "sort", "of", "pallid", "white", "moley", "i", "was", "always", "two", "hours", "early", "or", "an", "hour", "late", "to", "auditions", "endlessly", "running", "these", "lines", "but", "it", "was", "great", "in", "the", "sense", "that", "you", "got", "to", "try", "everything", "and", "fail", "hard", "whilst", "jamie", "added", "there", "was", "just", "so", "much", "failure", "i", "just", "remember", "your", "rental", "car", "the", "foot", "area", "of", "the", "front", "passenger", "seat", "was", "a", "sea", "of", "failed", "audition", "sides", "you", "were", "just", "shucking", "them", "down", "there", "after", "coming", "out", "of", "one", "of", "those", "auditions", "going", "that", "s", "another", "fail"]}, "188": {"text": "Mia was always my favorite. Oh, I know parents aren\u2019t supposed to have favorites, but here\u2019s a flash \u2014 they do. They can\u2019t help it. I love her brother and sister more than my own life, but I always loved her just a smidgen more. Cut her a bit more slack. And in return, she was the model child. Where her brother and sister were often spirited and rebellious \u2014 demanding so much of my time, patience, and energy \u2014 Mia never seemed to give me any trouble.\n\nShe was a happy kid who did well in school and had lots of friends. When I would arrive home after work each evening, she would be the first one to run and greet me, just bubbling over with stories about her day.\n\nBut in Mia\u2019s late teens, she started to pull away. She\u2019d argue with me about doing her chores, she became sullen, and she even ditched a couple days of school in her senior year \u2014 all things that were completely out of character for her. And the day after she graduated at 18, she moved out of our house. She had taken her savings and rented a small apartment without even telling me. A couple years after that, she moved out of state.\n\nOur relationship continued to deteriorate. It didn\u2019t happen all at once. It was a process almost too slow to monitor until it hit me one day that she was now not only geographically but emotionally distant. It\u2019s not just that she didn\u2019t regularly contact me; she didn\u2019t contact me at all. If I hadn\u2019t reached out, I wonder if we ever would have communicated. And when we did, she was always remote, monosyllabic, closed.\n\nI travel to visit her at least once a year. I go to her; she never comes to me. She doesn\u2019t exactly make me feel unwelcome, but there\u2019s a palpable awkwardness between us when we are together that I just don\u2019t understand. I want to hug her, hold her, feel the presence of that sweet little girl I once knew. She\u2019s my child, my baby. Why is this happening? Just because she\u2019s a 40-something adult shouldn\u2019t change this bond.\n\nI have asked her dozens of times why our relationship is so strained. She has no answer. If only she would tell me, I could explain or ask forgiveness. Was it the fact that I maintained a career during the years she was growing up? She always said that she wished I was the kind of mom who was home more, waiting for her after school with hot chocolate and homemade cookies. It was a running joke between us. But now I wonder if it really was a joke. Was it because I divorced her father? I\u2019ve tortured myself about these big things and even a multitude of minor incidents that took place during her childhood. Did I handle them correctly? Was I too tough? Too lax?\n\nIt hit me one day that she was now not only geographically but emotionally distant.\n\nMia\u2019s semi-estrangement is something I don\u2019t readily discuss. When acquaintances ask me how she is, I always tell them she\u2019s doing great. I hide our situation as I would an ugly sore beneath a Band-Aid. I try to ignore it, not think about it too much, but it continues to hurt. Sometimes in the wee hours of the morning when sleep eludes me and my worries attack me, there it is. It makes me so sad.\n\nThe only consolation, if you can call it that, is that I\u2019m not alone. On a whim one sleepless night, I Googled \u201cadult children estranged from their parents.\u201d Thousands of hits came up, including a multitude of blogs, self-help websites, and the titles of dozens of books and other publications exploring every facet of this subject. \u201cIt\u2019s a silent epidemic,\u201d writes psychologist Joshua Coleman in his book When Parents Hurt: Compassionate Strategies When You and Your Grown Child Don\u2019t Get Along. \u201cIt\u2019s sadly very common.\u201d Other experts on the subject agree.\n\nJust within the circle of my own friends there are many stories. Mary and I have been best friends for almost 40 years. She and her daughter had always had a loving albeit prickly relationship. After her daughter graduated from college, married, and moved out of the country \u2014 \u201cas far away from me as she could,\u201d bemoans Mary \u2014 their bond continued to deteriorate, especially after her daughter had a baby.\n\nStan, who is married to my friend Ellen, has been estranged from his son since shortly after he and his first wife divorced more than 40 years ago. \u201cI tried to visit him early on,\u201d he says, \u201cbut it was just too hard. My ex-wife just wanted to get on with her life and she didn\u2019t want me involved in any aspect of it. Neither did my son.\u201d\n\nColeman writes that divorce is often the cause of parent-child estrangement. I sometimes think that my own divorce from Mia\u2019s dad might be at the root of my Mia problem. She was only 15 when my husband and I went through an especially difficult breakup. There were several separations followed by reconciliations that didn\u2019t last. The emotional yo-yoing went on for a couple of years, and it took a terrible toll on our whole family. During a visit to see Mia on her 40th birthday, I asked her about it. She told me, yes, the divorce was especially hard on her. Not so much because her dad moved out but more because I was, as she put it, \u201cjust so out of it.\u201d I told her how sorry I was and tried to explain that the breakup of my 25-year marriage was the most devastating event of my life. I figured, now that she was a married adult herself, she would understand. But if the truth be told, having that discussion didn\u2019t seem to melt the ice between us.\n\nDivorce, however, isn\u2019t the only common denominator for these familial rifts. My neighbor Judy\u2019s son cut off contact with her just when she was most vulnerable, after the death of her husband of 45 years. It left Judy bewildered and even more broken because she had no idea her son had been hiding these feelings for so long. \u201cHe told me I never treated his father with the respect he deserved,\u201d Judy says. \u201cI still don\u2019t understand.\u201d\n\nIn an appropriately titled book, Walking on Eggshells: Navigating the Delicate Relationship Between Adult Children and Parents, author Jane Isay writes that one of the reasons for this plague of estrangements is that adult children become progressively more focused on their own lives as they get older, a natural development that some mothers and fathers have a hard time accepting. \u201cParents can adapt themselves to no longer being the center of their children\u2019s lives,\u201d she explains. For most parents that\u2019s easier said than done. It certainly was for me since almost from the moment my children were conceived, my life was centered around their well-being. Then, all of a sudden, they were grown, on their own, and I was expected to just step off to the side.\n\nAbout six months ago, I sent Mia a chatty email that included a question about some remodel work I was having done on my house. Her husband used to own a construction company. She took an especially long time to respond. After I conveyed my impatience to her, she let me know quite bluntly that she was very busy with her job and life and friends and I shouldn\u2019t expect her to drop everything to immediately respond unless it was an emergency. I felt dismissed, disrespected, and angry.\n\nThat was when I finally decided that if I wasn\u2019t able to change her attitude toward me, I was going to have to change my attitude toward her. It was a liberating moment, one that Sheri McGregor talks about in her book, Done with the Crying: Help and Healing for Mothers of Estranged Adult Children. I read about the emotional suffering she went through because of her estranged son. Like me, she spent years feeling guilty and trying to figure out why it had happened. Eventually she came to the realization that, after all her failed efforts to change the situation, it was time for her to get on with her life and let her son get on with his. That\u2019s exactly what I had to do.\n\nIn an email (I didn\u2019t trust myself to verbally relay this message), I let Mia know for the first time how her behavior had affected me all these years, how unfair I felt it was for her to be so aloof and uncommunicative. I told her that I loved her but that I was done feeling guilty and tiptoeing around her feelings. I explained that when and if she wanted to have a relationship, I would be here. If she didn\u2019t, I would accept her decision.\n\nAlmost immediately I felt like a weight had been lifted from my heart. Mia now knew exactly how I felt. This baring of my soul was hard, and it involved a lot of soul-searching. I came to the realization that perhaps I was the problem all along because I expected Mia to continue acting like the adoring little girl she used to be, something she wasn\u2019t able to do. If that were the case, we both now would be free of the emotional ties that had caused us so much angst.\n\nIt\u2019s been several months since I sent that email. Since then I\u2019ve only heard from Mia once \u2014 on my birthday. It was a short and cordial phone conversation. And, surprising to me, I was just fine with that. My life is, well, less clouded by my trouble with Mia. I still worry about her, but every time I do I remind myself that she is a very capable adult who has a right to decide how she wants to relate to me and the rest of her family. Then I go about my own business.\n\nKaren Westerberg Reyes\u2019 last article for the Post was \u201cDon\u2019t Patronize Me!\u201d in the November/December 2016 issue.", "tokenized_text": ["mia", "was", "always", "my", "favorite", "oh", "i", "know", "parents", "aren", "t", "supposed", "to", "have", "favorites", "but", "here", "s", "a", "flash", "they", "do", "they", "can", "t", "help", "it", "i", "love", "her", "brother", "and", "sister", "more", "than", "my", "own", "life", "but", "i", "always", "loved", "her", "just", "a", "smidgen", "more", "cut", "her", "a", "bit", "more", "slack", "and", "in", "return", "she", "was", "the", "model", "child", "where", "her", "brother", "and", "sister", "were", "often", "spirited", "and", "rebellious", "demanding", "so", "much", "of", "my", "time", "patience", "and", "energy", "mia", "never", "seemed", "to", "give", "me", "any", "trouble", "she", "was", "a", "happy", "kid", "who", "did", "well", "in", "school", "and", "had", "lots", "of", "friends", "when", "i", "would", "arrive", "home", "after", "work", "each", "evening", "she", "would", "be", "the", "first", "one", "to", "run", "and", "greet", "me", "just", "bubbling", "over", "with", "stories", "about", "her", "day", "but", "in", "mia", "s", "late", "teens", "she", "started", "to", "pull", "away", "she", "d", "argue", "with", "me", "about", "doing", "her", "chores", "she", "became", "sullen", "and", "she", "even", "ditched", "a", "couple", "days", "of", "school", "in", "her", "senior", "year", "all", "things", "that", "were", "completely", "out", "of", "character", "for", "her", "and", "the", "day", "after", "she", "graduated", "at", "18", "she", "moved", "out", "of", "our", "house", "she", "had", "taken", "her", "savings", "and", "rented", "a", "small", "apartment", "without", "even", "telling", "me", "a", "couple", "years", "after", "that", "she", "moved", "out", "of", "state", "our", "relationship", "continued", "to", "deteriorate", "it", "didn", "t", "happen", "all", "at", "once", "it", "was", "a", "process", "almost", "too", "slow", "to", "monitor", "until", "it", "hit", "me", "one", "day", "that", "she", "was", "now", "not", "only", "geographically", "but", "emotionally", "distant", "it", "s", "not", "just", "that", "she", "didn", "t", "regularly", "contact", "me", "she", "didn", "t", "contact", "me", "at", "all", "if", "i", "hadn", "t", "reached", "out", "i", "wonder", "if", "we", "ever", "would", "have", "communicated", "and", "when", "we", "did", "she", "was", "always", "remote", "monosyllabic", "closed", "i", "travel", "to", "visit", "her", "at", "least", "once", "a", "year", "i", "go", "to", "her", "she", "never", "comes", "to", "me", "she", "doesn", "t", "exactly", "make", "me", "feel", "unwelcome", "but", "there", "s", "a", "palpable", "awkwardness", "between", "us", "when", "we", "are", "together", "that", "i", "just", "don", "t", "understand", "i", "want", "to", "hug", "her", "hold", "her", "feel", "the", "presence", "of", "that", "sweet", "little", "girl", "i", "once", "knew", "she", "s", "my", "child", "my", "baby", "why", "is", "this", "happening", "just", "because", "she", "s", "a", "40", "something", "adult", "shouldn", "t", "change", "this", "bond", "i", "have", "asked", "her", "dozens", "of", "times", "why", "our", "relationship", "is", "so", "strained", "she", "has", "no", "answer", "if", "only", "she", "would", "tell", "me", "i", "could", "explain", "or", "ask", "forgiveness", "was", "it", "the", "fact", "that", "i", "maintained", "a", "career", "during", "the", "years", "she", "was", "growing", "up", "she", "always", "said", "that", "she", "wished", "i", "was", "the", "kind", "of", "mom", "who", "was", "home", "more", "waiting", "for", "her", "after", "school", "with", "hot", "chocolate", "and", "homemade", "cookies", "it", "was", "a", "running", "joke", "between", "us", "but", "now", "i", "wonder", "if", "it", "really", "was", "a", "joke", "was", "it", "because", "i", "divorced", "her", "father", "i", "ve", "tortured", "myself", "about", "these", "big", "things", "and", "even", "a", "multitude", "of", "minor", "incidents", "that", "took", "place", "during", "her", "childhood", "did", "i", "handle", "them", "correctly", "was", "i", "too", "tough", "too", "lax", "it", "hit", "me", "one", "day", "that", "she", "was", "now", "not", "only", "geographically", "but", "emotionally", "distant", "mia", "s", "semi", "estrangement", "is", "something", "i", "don", "t", "readily", "discuss", "when", "acquaintances", "ask", "me", "how", "she", "is", "i", "always", "tell", "them", "she", "s", "doing", "great", "i", "hide", "our", "situation", "as", "i", "would", "an", "ugly", "sore", "beneath", "a", "band", "aid", "i", "try", "to", "ignore", "it", "not", "think", "about", "it", "too", "much", "but", "it", "continues", "to", "hurt", "sometimes", "in", "the", "wee", "hours", "of", "the", "morning", "when", "sleep", "eludes", "me", "and", "my", "worries", "attack", "me", "there", "it", "is", "it", "makes", "me", "so", "sad", "the", "only", "consolation", "if", "you", "can", "call", "it", "that", "is", "that", "i", "m", "not", "alone", "on", "a", "whim", "one", "sleepless", "night", "i", "googled", "adult", "children", "estranged", "from", "their", "parents", "thousands", "of", "hits", "came", "up", "including", "a", "multitude", "of", "blogs", "self", "help", "websites", "and", "the", "titles", "of", "dozens", "of", "books", "and", "other", "publications", "exploring", "every", "facet", "of", "this", "subject", "it", "s", "a", "silent", "epidemic", "writes", "psychologist", "joshua", "coleman", "in", "his", "book", "when", "parents", "hurt", "compassionate", "strategies", "when", "you", "and", "your", "grown", "child", "don", "t", "get", "along", "it", "s", "sadly", "very", "common", "other", "experts", "on", "the", "subject", "agree", "just", "within", "the", "circle", "of", "my", "own", "friends", "there", "are", "many", "stories", "mary", "and", "i", "have", "been", "best", "friends", "for", "almost", "40", "years", "she", "and", "her", "daughter", "had", "always", "had", "a", "loving", "albeit", "prickly", "relationship", "after", "her", "daughter", "graduated", "from", "college", "married", "and", "moved", "out", "of", "the", "country", "as", "far", "away", "from", "me", "as", "she", "could", "bemoans", "mary", "their", "bond", "continued", "to", "deteriorate", "especially", "after", "her", "daughter", "had", "a", "baby", "stan", "who", "is", "married", "to", "my", "friend", "ellen", "has", "been", "estranged", "from", "his", "son", "since", "shortly", "after", "he", "and", "his", "first", "wife", "divorced", "more", "than", "40", "years", "ago", "i", "tried", "to", "visit", "him", "early", "on", "he", "says", "but", "it", "was", "just", "too", "hard", "my", "ex", "wife", "just", "wanted", "to", "get", "on", "with", "her", "life", "and", "she", "didn", "t", "want", "me", "involved", "in", "any", "aspect", "of", "it", "neither", "did", "my", "son", "coleman", "writes", "that", "divorce", "is", "often", "the", "cause", "of", "parent", "child", "estrangement", "i", "sometimes", "think", "that", "my", "own", "divorce", "from", "mia", "s", "dad", "might", "be", "at", "the", "root", "of", "my", "mia", "problem", "she", "was", "only", "15", "when", "my", "husband", "and", "i", "went", "through", "an", "especially", "difficult", "breakup", "there", "were", "several", "separations", "followed", "by", "reconciliations", "that", "didn", "t", "last", "the", "emotional", "yo", "yoing", "went", "on", "for", "a", "couple", "of", "years", "and", "it", "took", "a", "terrible", "toll", "on", "our", "whole", "family", "during", "a", "visit", "to", "see", "mia", "on", "her", "40th", "birthday", "i", "asked", "her", "about", "it", "she", "told", "me", "yes", "the", "divorce", "was", "especially", "hard", "on", "her", "not", "so", "much", "because", "her", "dad", "moved", "out", "but", "more", "because", "i", "was", "as", "she", "put", "it", "just", "so", "out", "of", "it", "i", "told", "her", "how", "sorry", "i", "was", "and", "tried", "to", "explain", "that", "the", "breakup", "of", "my", "25", "year", "marriage", "was", "the", "most", "devastating", "event", "of", "my", "life", "i", "figured", "now", "that", "she", "was", "a", "married", "adult", "herself", "she", "would", "understand", "but", "if", "the", "truth", "be", "told", "having", "that", "discussion", "didn", "t", "seem", "to", "melt", "the", "ice", "between", "us", "divorce", "however", "isn", "t", "the", "only", "common", "denominator", "for", "these", "familial", "rifts", "my", "neighbor", "judy", "s", "son", "cut", "off", "contact", "with", "her", "just", "when", "she", "was", "most", "vulnerable", "after", "the", "death", "of", "her", "husband", "of", "45", "years", "it", "left", "judy", "bewildered", "and", "even", "more", "broken", "because", "she", "had", "no", "idea", "her", "son", "had", "been", "hiding", "these", "feelings", "for", "so", "long", "he", "told", "me", "i", "never", "treated", "his", "father", "with", "the", "respect", "he", "deserved", "judy", "says", "i", "still", "don", "t", "understand", "in", "an", "appropriately", "titled", "book", "walking", "on", "eggshells", "navigating", "the", "delicate", "relationship", "between", "adult", "children", "and", "parents", "author", "jane", "isay", "writes", "that", "one", "of", "the", "reasons", "for", "this", "plague", "of", "estrangements", "is", "that", "adult", "children", "become", "progressively", "more", "focused", "on", "their", "own", "lives", "as", "they", "get", "older", "a", "natural", "development", "that", "some", "mothers", "and", "fathers", "have", "a", "hard", "time", "accepting", "parents", "can", "adapt", "themselves", "to", "no", "longer", "being", "the", "center", "of", "their", "children", "s", "lives", "she", "explains", "for", "most", "parents", "that", "s", "easier", "said", "than", "done", "it", "certainly", "was", "for", "me", "since", "almost", "from", "the", "moment", "my", "children", "were", "conceived", "my", "life", "was", "centered", "around", "their", "well", "being", "then", "all", "of", "a", "sudden", "they", "were", "grown", "on", "their", "own", "and", "i", "was", "expected", "to", "just", "step", "off", "to", "the", "side", "about", "six", "months", "ago", "i", "sent", "mia", "a", "chatty", "email", "that", "included", "a", "question", "about", "some", "remodel", "work", "i", "was", "having", "done", "on", "my", "house", "her", "husband", "used", "to", "own", "a", "construction", "company", "she", "took", "an", "especially", "long", "time", "to", "respond", "after", "i", "conveyed", "my", "impatience", "to", "her", "she", "let", "me", "know", "quite", "bluntly", "that", "she", "was", "very", "busy", "with", "her", "job", "and", "life", "and", "friends", "and", "i", "shouldn", "t", "expect", "her", "to", "drop", "everything", "to", "immediately", "respond", "unless", "it", "was", "an", "emergency", "i", "felt", "dismissed", "disrespected", "and", "angry", "that", "was", "when", "i", "finally", "decided", "that", "if", "i", "wasn", "t", "able", "to", "change", "her", "attitude", "toward", "me", "i", "was", "going", "to", "have", "to", "change", "my", "attitude", "toward", "her", "it", "was", "a", "liberating", "moment", "one", "that", "sheri", "mcgregor", "talks", "about", "in", "her", "book", "done", "with", "the", "crying", "help", "and", "healing", "for", "mothers", "of", "estranged", "adult", "children", "i", "read", "about", "the", "emotional", "suffering", "she", "went", "through", "because", "of", "her", "estranged", "son", "like", "me", "she", "spent", "years", "feeling", "guilty", "and", "trying", "to", "figure", "out", "why", "it", "had", "happened", "eventually", "she", "came", "to", "the", "realization", "that", "after", "all", "her", "failed", "efforts", "to", "change", "the", "situation", "it", "was", "time", "for", "her", "to", "get", "on", "with", "her", "life", "and", "let", "her", "son", "get", "on", "with", "his", "that", "s", "exactly", "what", "i", "had", "to", "do", "in", "an", "email", "i", "didn", "t", "trust", "myself", "to", "verbally", "relay", "this", "message", "i", "let", "mia", "know", "for", "the", "first", "time", "how", "her", "behavior", "had", "affected", "me", "all", "these", "years", "how", "unfair", "i", "felt", "it", "was", "for", "her", "to", "be", "so", "aloof", "and", "uncommunicative", "i", "told", "her", "that", "i", "loved", "her", "but", "that", "i", "was", "done", "feeling", "guilty", "and", "tiptoeing", "around", "her", "feelings", "i", "explained", "that", "when", "and", "if", "she", "wanted", "to", "have", "a", "relationship", "i", "would", "be", "here", "if", "she", "didn", "t", "i", "would", "accept", "her", "decision", "almost", "immediately", "i", "felt", "like", "a", "weight", "had", "been", "lifted", "from", "my", "heart", "mia", "now", "knew", "exactly", "how", "i", "felt", "this", "baring", "of", "my", "soul", "was", "hard", "and", "it", "involved", "a", "lot", "of", "soul", "searching", "i", "came", "to", "the", "realization", "that", "perhaps", "i", "was", "the", "problem", "all", "along", "because", "i", "expected", "mia", "to", "continue", "acting", "like", "the", "adoring", "little", "girl", "she", "used", "to", "be", "something", "she", "wasn", "t", "able", "to", "do", "if", "that", "were", "the", "case", "we", "both", "now", "would", "be", "free", "of", "the", "emotional", "ties", "that", "had", "caused", "us", "so", "much", "angst", "it", "s", "been", "several", "months", "since", "i", "sent", "that", "email", "since", "then", "i", "ve", "only", "heard", "from", "mia", "once", "on", "my", "birthday", "it", "was", "a", "short", "and", "cordial", "phone", "conversation", "and", "surprising", "to", "me", "i", "was", "just", "fine", "with", "that", "my", "life", "is", "well", "less", "clouded", "by", "my", "trouble", "with", "mia", "i", "still", "worry", "about", "her", "but", "every", "time", "i", "do", "i", "remind", "myself", "that", "she", "is", "a", "very", "capable", "adult", "who", "has", "a", "right", "to", "decide", "how", "she", "wants", "to", "relate", "to", "me", "and", "the", "rest", "of", "her", "family", "then", "i", "go", "about", "my", "own", "business", "karen", "westerberg", "reyes", "last", "article", "for", "the", "post", "was", "don", "t", "patronize", "me", "in", "the", "november", "december", "2016", "issue"]}, "189": {"text": "\u200b\u200bHacienda, or the Spanish taxman to you and me, has granted significant tax advantages for savings & investment plans held by Spanish Tax Residents, under certain conditions.\n\nThe advantages are considerable and further compounded as the Hacienda treats non-compliant investments negatively with extra reporting and punitive taxation every year.\n\nAre your existing investments safe from punitive tax?\n\nWhat needs to be declared on modelo 720\n\nSpanish Tax Residents (are you certain you are not considered tax resident in Spain? (see below)) must declare overseas assets worth more than \u20ac50000, including:\n\nAre you a Spanish Tax Resident?\n\nSeems complicated, but establishing tax residency in Spain is very simple. You are a Spanish Tax Resident if:\n\nThese rules have been tightened up to include those who deliberately spend less than 183 days a year in Spain to avoid being tax-resident. We know of cases where car hire, flight details & credit card bills have all been used to prove time spent in Spain.\n\nWhat can be done to avoid this?\n\nHad Mr Expat invested in a Spanish Tax Compliant Bond instead, no savings tax would be payable as no withdrawal was taken and he would not even need to declare the plan to the Hacienda.\n\nFirstly, if no withdrawal is made, there is no tax to pay \u2013 a huge saving in tax.\n\nNow assume the \u20ac10,000 gain is withdrawn. The important consideration here is that partial withdrawals are apportioned partly between redemption of capital (from the original investment) and partly from the gain.\n\nMost clients I meet wrongly assume the tax would be the same as their current non-compliant investment of \u20ac1,980 (19.8% of the gain). But this is not the case at all. The tax due would be reduced significantly as calculated in the three stages below:\n\nMr Expat would be taxed \u20ac1,980 in a non-compliant investment even if no withdrawals had been made, whereas in a Spanish tax compliant bond he would only have a tax bill of \u20ac172.71 even when taking the full \u20ac10,000 and zero if no withdrawal was made. A tax saving of \u20ac1,807.29 in the first year.\n\nThis is a spectacular difference in a country\\\u2019s treatment of investments where tax is concerned.\n\nIf these dramatic tax savings have not made your ears prick up, then consider these additional advantages of Spanish compliant investments:\n\nYour current investments may be causing you problems with non-declaration or draconian tax bills. The time to review your investments in line with your Spanish tax Residency is now.\n\n\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200bThe above article was kindly provided by Blacktower Financial Management Group\u200b and originally posted at: \u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200bhttps://www.blacktowerfm.com/news/507-spectacular-tax-savings-for-expats-using-spanish-compliant-investments", "tokenized_text": ["hacienda", "or", "the", "spanish", "taxman", "to", "you", "and", "me", "has", "granted", "significant", "tax", "advantages", "for", "savings", "investment", "plans", "held", "by", "spanish", "tax", "residents", "under", "certain", "conditions", "the", "advantages", "are", "considerable", "and", "further", "compounded", "as", "the", "hacienda", "treats", "non", "compliant", "investments", "negatively", "with", "extra", "reporting", "and", "punitive", "taxation", "every", "year", "are", "your", "existing", "investments", "safe", "from", "punitive", "tax", "what", "needs", "to", "be", "declared", "on", "modelo", "720", "spanish", "tax", "residents", "are", "you", "certain", "you", "are", "not", "considered", "tax", "resident", "in", "spain", "see", "below", "must", "declare", "overseas", "assets", "worth", "more", "than", "50000", "including", "are", "you", "a", "spanish", "tax", "resident", "seems", "complicated", "but", "establishing", "tax", "residency", "in", "spain", "is", "very", "simple", "you", "are", "a", "spanish", "tax", "resident", "if", "these", "rules", "have", "been", "tightened", "up", "to", "include", "those", "who", "deliberately", "spend", "less", "than", "183", "days", "a", "year", "in", "spain", "to", "avoid", "being", "tax", "resident", "we", "know", "of", "cases", "where", "car", "hire", "flight", "details", "credit", "card", "bills", "have", "all", "been", "used", "to", "prove", "time", "spent", "in", "spain", "what", "can", "be", "done", "to", "avoid", "this", "had", "mr", "expat", "invested", "in", "a", "spanish", "tax", "compliant", "bond", "instead", "no", "savings", "tax", "would", "be", "payable", "as", "no", "withdrawal", "was", "taken", "and", "he", "would", "not", "even", "need", "to", "declare", "the", "plan", "to", "the", "hacienda", "firstly", "if", "no", "withdrawal", "is", "made", "there", "is", "no", "tax", "to", "pay", "a", "huge", "saving", "in", "tax", "now", "assume", "the", "10", "000", "gain", "is", "withdrawn", "the", "important", "consideration", "here", "is", "that", "partial", "withdrawals", "are", "apportioned", "partly", "between", "redemption", "of", "capital", "from", "the", "original", "investment", "and", "partly", "from", "the", "gain", "most", "clients", "i", "meet", "wrongly", "assume", "the", "tax", "would", "be", "the", "same", "as", "their", "current", "non", "compliant", "investment", "of", "1", "980", "19", "8", "of", "the", "gain", "but", "this", "is", "not", "the", "case", "at", "all", "the", "tax", "due", "would", "be", "reduced", "significantly", "as", "calculated", "in", "the", "three", "stages", "below", "mr", "expat", "would", "be", "taxed", "1", "980", "in", "a", "non", "compliant", "investment", "even", "if", "no", "withdrawals", "had", "been", "made", "whereas", "in", "a", "spanish", "tax", "compliant", "bond", "he", "would", "only", "have", "a", "tax", "bill", "of", "172", "71", "even", "when", "taking", "the", "full", "10", "000", "and", "zero", "if", "no", "withdrawal", "was", "made", "a", "tax", "saving", "of", "1", "807", "29", "in", "the", "first", "year", "this", "is", "a", "spectacular", "difference", "in", "a", "country", "s", "treatment", "of", "investments", "where", "tax", "is", "concerned", "if", "these", "dramatic", "tax", "savings", "have", "not", "made", "your", "ears", "prick", "up", "then", "consider", "these", "additional", "advantages", "of", "spanish", "compliant", "investments", "your", "current", "investments", "may", "be", "causing", "you", "problems", "with", "non", "declaration", "or", "draconian", "tax", "bills", "the", "time", "to", "review", "your", "investments", "in", "line", "with", "your", "spanish", "tax", "residency", "is", "now", "the", "above", "article", "was", "kindly", "provided", "by", "blacktower", "financial", "management", "group", "and", "originally", "posted", "at", "https", "www", "blacktowerfm", "com", "news", "507", "spectacular", "tax", "savings", "for", "expats", "using", "spanish", "compliant", "investments"]}, "190": {"text": "A professional botanist and biologist with an interest in promoting biological knowledge and awareness to all.\nView all posts by Alastair Culham \u2192\nThis entry was posted in Advent, Herbarium RNG, Public Engagement with Science and tagged Prunus mahaleb. Bookmark the permalink.\nLogging In...", "tokenized_text": ["a", "professional", "botanist", "and", "biologist", "with", "an", "interest", "in", "promoting", "biological", "knowledge", "and", "awareness", "to", "all", "view", "all", "posts", "by", "alastair", "culham", "this", "entry", "was", "posted", "in", "advent", "herbarium", "rng", "public", "engagement", "with", "science", "and", "tagged", "prunus", "mahaleb", "bookmark", "the", "permalink", "logging", "in"]}, "191": {"text": "Let me be the first, and possibly only, person to say it: I love Rupert Murdoch like a mother. I'm not sure whether I mean that I love him as if I were his mother, or I love him as if he were my mother, but in either case the love is as heartfelt as it is creepy.\n\nThe reason for this love is that the man has vision. He recently stated in an interview with Sky News Australia that his News Corp. properties will soon be blocking Google entirely. This is so brilliant I can barely touch-type, my fingers tremble so.\n\nWe all know that traditional media outlets are encountering lots of problems, having to compete with blogs, vlogs, podcasts, Twitter, dubious forwarded e-mails about candidates for public office getting drunk and punching the flag, YouTube videos of '80s-era Star Wars toy commercials and whatever the hell Cory Doctorow's doing this week.\n\nThe audiences for traditional newspapers are getting older, more crotchety and increasingly dead. Most people don't want their news to come with such hassles as a cover price, ads or dissenting opinions. How to bring in a younger, hipper audience that's willing to spend money just to prove that they have money?\n\nMurdoch, that crazy mad genius, realizes that the only way to attract this lucrative demographic is to establish street cred. He's going underground, reinventing news as an exclusive club that you can't find just by entering a search term.\n\nOnce inside, the website will be dark, noisy and disorienting, just like an exclusive club or a MySpace page. There will be a two-drink minimum. I'm not sure how that will work, actually, but if anyone can force people to buy $10 beers while browsing the web, it's my man Rupert. People will pretend to be reading stories about police standoffs and Knicks games, but they'll actually be looking around to see who else made it in. And all that affectation and posing is like unto money in Murdoch's pocket.\n\nSure, he'll lose market share, but he'll make it up by catering to a clientele made up entirely of money-spending, hard-partying young people, plus a single undercover detective who infiltrates the shocking world of underground websites to track down a killer by having conversations in front of pole dancers. I assume.\n\nThis is clearly the way of the future. I'd love to say that Murdoch invented it, but he's just taking it to its logical conclusion. The real inventor is \u2014 brass sting! \u2014 Google itself. An exclusive online space that everyone wants to get into, but nobody really knows why except that they see other people getting in? Sounds like Google Wave to me.\n\nBorn helpless, nude and unable to provide for himself, Lore Sjoberg eventually overcame these handicaps to show a lot of cleavage.", "tokenized_text": ["let", "me", "be", "the", "first", "and", "possibly", "only", "person", "to", "say", "it", "i", "love", "rupert", "murdoch", "like", "a", "mother", "i", "m", "not", "sure", "whether", "i", "mean", "that", "i", "love", "him", "as", "if", "i", "were", "his", "mother", "or", "i", "love", "him", "as", "if", "he", "were", "my", "mother", "but", "in", "either", "case", "the", "love", "is", "as", "heartfelt", "as", "it", "is", "creepy", "the", "reason", "for", "this", "love", "is", "that", "the", "man", "has", "vision", "he", "recently", "stated", "in", "an", "interview", "with", "sky", "news", "australia", "that", "his", "news", "corp", "properties", "will", "soon", "be", "blocking", "google", "entirely", "this", "is", "so", "brilliant", "i", "can", "barely", "touch", "type", "my", "fingers", "tremble", "so", "we", "all", "know", "that", "traditional", "media", "outlets", "are", "encountering", "lots", "of", "problems", "having", "to", "compete", "with", "blogs", "vlogs", "podcasts", "twitter", "dubious", "forwarded", "e", "mails", "about", "candidates", "for", "public", "office", "getting", "drunk", "and", "punching", "the", "flag", "youtube", "videos", "of", "80s", "era", "star", "wars", "toy", "commercials", "and", "whatever", "the", "hell", "cory", "doctorow", "s", "doing", "this", "week", "the", "audiences", "for", "traditional", "newspapers", "are", "getting", "older", "more", "crotchety", "and", "increasingly", "dead", "most", "people", "don", "t", "want", "their", "news", "to", "come", "with", "such", "hassles", "as", "a", "cover", "price", "ads", "or", "dissenting", "opinions", "how", "to", "bring", "in", "a", "younger", "hipper", "audience", "that", "s", "willing", "to", "spend", "money", "just", "to", "prove", "that", "they", "have", "money", "murdoch", "that", "crazy", "mad", "genius", "realizes", "that", "the", "only", "way", "to", "attract", "this", "lucrative", "demographic", "is", "to", "establish", "street", "cred", "he", "s", "going", "underground", "reinventing", "news", "as", "an", "exclusive", "club", "that", "you", "can", "t", "find", "just", "by", "entering", "a", "search", "term", "once", "inside", "the", "website", "will", "be", "dark", "noisy", "and", "disorienting", "just", "like", "an", "exclusive", "club", "or", "a", "myspace", "page", "there", "will", "be", "a", "two", "drink", "minimum", "i", "m", "not", "sure", "how", "that", "will", "work", "actually", "but", "if", "anyone", "can", "force", "people", "to", "buy", "10", "beers", "while", "browsing", "the", "web", "it", "s", "my", "man", "rupert", "people", "will", "pretend", "to", "be", "reading", "stories", "about", "police", "standoffs", "and", "knicks", "games", "but", "they", "ll", "actually", "be", "looking", "around", "to", "see", "who", "else", "made", "it", "in", "and", "all", "that", "affectation", "and", "posing", "is", "like", "unto", "money", "in", "murdoch", "s", "pocket", "sure", "he", "ll", "lose", "market", "share", "but", "he", "ll", "make", "it", "up", "by", "catering", "to", "a", "clientele", "made", "up", "entirely", "of", "money", "spending", "hard", "partying", "young", "people", "plus", "a", "single", "undercover", "detective", "who", "infiltrates", "the", "shocking", "world", "of", "underground", "websites", "to", "track", "down", "a", "killer", "by", "having", "conversations", "in", "front", "of", "pole", "dancers", "i", "assume", "this", "is", "clearly", "the", "way", "of", "the", "future", "i", "d", "love", "to", "say", "that", "murdoch", "invented", "it", "but", "he", "s", "just", "taking", "it", "to", "its", "logical", "conclusion", "the", "real", "inventor", "is", "brass", "sting", "google", "itself", "an", "exclusive", "online", "space", "that", "everyone", "wants", "to", "get", "into", "but", "nobody", "really", "knows", "why", "except", "that", "they", "see", "other", "people", "getting", "in", "sounds", "like", "google", "wave", "to", "me", "born", "helpless", "nude", "and", "unable", "to", "provide", "for", "himself", "lore", "sjoberg", "eventually", "overcame", "these", "handicaps", "to", "show", "a", "lot", "of", "cleavage"]}, "192": {"text": "The long-lost wolf OR3, once thought dead, has made an appearance in the Southern Cascade Mountains.", "tokenized_text": ["the", "long", "lost", "wolf", "or3", "once", "thought", "dead", "has", "made", "an", "appearance", "in", "the", "southern", "cascade", "mountains"]}, "193": {"text": "The wolf OR3 has been spotted in the Southern Cascade Range.(Photo: Photo courtesy of ODFW)\n\nThe long-lost wolf OR3, once thought dead, has made an appearance in the Southern Cascade Mountains.\n\nThe radio-collared wolf, who was last heard from by state biologists in September of 2011 near Prineville, showed up on a hunter's trail camera in northern Klamath County, apparently near Crater Lake National Park this summer.\n\nHe becomes just the latest arrival to the state's west side, joining the famous OR7 and his Rogue Pack, along with the Keno Pair in the Southern Cascade Range.", "tokenized_text": ["the", "wolf", "or3", "has", "been", "spotted", "in", "the", "southern", "cascade", "range", "photo", "photo", "courtesy", "of", "odfw", "the", "long", "lost", "wolf", "or3", "once", "thought", "dead", "has", "made", "an", "appearance", "in", "the", "southern", "cascade", "mountains", "the", "radio", "collared", "wolf", "who", "was", "last", "heard", "from", "by", "state", "biologists", "in", "september", "of", "2011", "near", "prineville", "showed", "up", "on", "a", "hunter", "s", "trail", "camera", "in", "northern", "klamath", "county", "apparently", "near", "crater", "lake", "national", "park", "this", "summer", "he", "becomes", "just", "the", "latest", "arrival", "to", "the", "state", "s", "west", "side", "joining", "the", "famous", "or7", "and", "his", "rogue", "pack", "along", "with", "the", "keno", "pair", "in", "the", "southern", "cascade", "range"]}, "194": {"text": "Wolf OR7 has pups in Siskiyou National Forest\n\nThe Oregon Department of Fish and Wildlife confirmed last week that the photograph taken by the hunter's trail camera was OR3.\n\n\"Little is known about the current status of OR3 but wildlife biologists will attempt to gather more information,\" the agency said in a statement.\n\nThe reappearance of OR3 was first reported by Jim Yuskavitch on the blog Sneak Cat.\n\nOR3 is originally from the Imnaha Wolf Pack and was collared with a VHF radio collar in February 2010. He dispersed from the pack in May 2011.", "tokenized_text": ["wolf", "or7", "has", "pups", "in", "siskiyou", "national", "forest", "the", "oregon", "department", "of", "fish", "and", "wildlife", "confirmed", "last", "week", "that", "the", "photograph", "taken", "by", "the", "hunter", "s", "trail", "camera", "was", "or3", "little", "is", "known", "about", "the", "current", "status", "of", "or3", "but", "wildlife", "biologists", "will", "attempt", "to", "gather", "more", "information", "the", "agency", "said", "in", "a", "statement", "the", "reappearance", "of", "or3", "was", "first", "reported", "by", "jim", "yuskavitch", "on", "the", "blog", "sneak", "cat", "or3", "is", "originally", "from", "the", "imnaha", "wolf", "pack", "and", "was", "collared", "with", "a", "vhf", "radio", "collar", "in", "february", "2010", "he", "dispersed", "from", "the", "pack", "in", "may", "2011"]}, "195": {"text": "When the wolves return to Western Oregon\n\nUnlike GPS collars which automatically provide locations to a computer, VHF collars require wildlife biologists to locate the collar with special telemetry equipment in the field. OR3 was located just a few times since his dispersal, including in the Fossil wildlife management unit in the summer of 2011. However, after the long silence, many believed the wolf was dead.\n\nAt this time, it is expected that his collar is no longer sending out a signal as the time span has exceeded the battery life of the collar.", "tokenized_text": ["when", "the", "wolves", "return", "to", "western", "oregon", "unlike", "gps", "collars", "which", "automatically", "provide", "locations", "to", "a", "computer", "vhf", "collars", "require", "wildlife", "biologists", "to", "locate", "the", "collar", "with", "special", "telemetry", "equipment", "in", "the", "field", "or3", "was", "located", "just", "a", "few", "times", "since", "his", "dispersal", "including", "in", "the", "fossil", "wildlife", "management", "unit", "in", "the", "summer", "of", "2011", "however", "after", "the", "long", "silence", "many", "believed", "the", "wolf", "was", "dead", "at", "this", "time", "it", "is", "expected", "that", "his", "collar", "is", "no", "longer", "sending", "out", "a", "signal", "as", "the", "time", "span", "has", "exceeded", "the", "battery", "life", "of", "the", "collar"]}, "196": {"text": "Boeing has rolled out its 10,000th 737 aircraft, making the model the world\u2019s most produced commercial jet aircraft.\n\nThe latest aircraft in the series to roll out of the manufacturer\u2019s factory at Renton, Washington was a 737 Max 8 \u2013 one of its newest 737 models \u2013 that is set to be delivered to US carrier, Southwest Airlines.\n\nThe 737 has officially been recognised by Guinness World Records as the most produced commercial jet, an accolade the aircraft had previously received in 2006 when the 5,000th model rolled out of Boeing\u2019s Renton factory.\n\nIt took close to four decades for Boeing to reach its first 5,000 B737s, but just 12 years after that to hit the 10,000 mark. According to Boeing, growing market demand and increased production rates are behind the rapid increase, and the manufacturer expects to further increase the rate of production for the 737 from 47 aircraft per month to 52 later this year.\n\nAs a show of comparison, rival aircraft manufacturer Airbus celebrated the delivery of 10,000 aircraft in total in October 2016.\n\nBoeing still has orders for more than 4,600 B737 aircraft, notably consisting of its newest Max series that comprises the recently launched Max 8, along with the larger Max 9 launching later this year, the smallest Max 7 entering service in 2019 and the largest Max 10 expected to launch in 2020.\n\nAccording to Boeing, a 737 takes off or lands every 1.5 seconds and on average there are more than 2,800 of the aircraft in the air at any time. The total number of miles flown by the aircraft is estimated to be more than 122 billion miles, enough to circle the globe five million times.", "tokenized_text": ["boeing", "has", "rolled", "out", "its", "10", "000th", "737", "aircraft", "making", "the", "model", "the", "world", "s", "most", "produced", "commercial", "jet", "aircraft", "the", "latest", "aircraft", "in", "the", "series", "to", "roll", "out", "of", "the", "manufacturer", "s", "factory", "at", "renton", "washington", "was", "a", "737", "max", "8", "one", "of", "its", "newest", "737", "models", "that", "is", "set", "to", "be", "delivered", "to", "us", "carrier", "southwest", "airlines", "the", "737", "has", "officially", "been", "recognised", "by", "guinness", "world", "records", "as", "the", "most", "produced", "commercial", "jet", "an", "accolade", "the", "aircraft", "had", "previously", "received", "in", "2006", "when", "the", "5", "000th", "model", "rolled", "out", "of", "boeing", "s", "renton", "factory", "it", "took", "close", "to", "four", "decades", "for", "boeing", "to", "reach", "its", "first", "5", "000", "b737s", "but", "just", "12", "years", "after", "that", "to", "hit", "the", "10", "000", "mark", "according", "to", "boeing", "growing", "market", "demand", "and", "increased", "production", "rates", "are", "behind", "the", "rapid", "increase", "and", "the", "manufacturer", "expects", "to", "further", "increase", "the", "rate", "of", "production", "for", "the", "737", "from", "47", "aircraft", "per", "month", "to", "52", "later", "this", "year", "as", "a", "show", "of", "comparison", "rival", "aircraft", "manufacturer", "airbus", "celebrated", "the", "delivery", "of", "10", "000", "aircraft", "in", "total", "in", "october", "2016", "boeing", "still", "has", "orders", "for", "more", "than", "4", "600", "b737", "aircraft", "notably", "consisting", "of", "its", "newest", "max", "series", "that", "comprises", "the", "recently", "launched", "max", "8", "along", "with", "the", "larger", "max", "9", "launching", "later", "this", "year", "the", "smallest", "max", "7", "entering", "service", "in", "2019", "and", "the", "largest", "max", "10", "expected", "to", "launch", "in", "2020", "according", "to", "boeing", "a", "737", "takes", "off", "or", "lands", "every", "1", "5", "seconds", "and", "on", "average", "there", "are", "more", "than", "2", "800", "of", "the", "aircraft", "in", "the", "air", "at", "any", "time", "the", "total", "number", "of", "miles", "flown", "by", "the", "aircraft", "is", "estimated", "to", "be", "more", "than", "122", "billion", "miles", "enough", "to", "circle", "the", "globe", "five", "million", "times"]}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/vocab_counts.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/vocab_counts.json new file mode 100644 index 0000000000000000000000000000000000000000..8ed8f5b036c6dfe875c7d6ac66bb3cb18dfdd621 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/vocab_counts.json @@ -0,0 +1 @@ +{"the": {"count": 3279, "proportion": 0.06106486395888038, "vocab": "the"}, "of": {"count": 1582, "proportion": 0.029461608655977058, "vocab": "of"}, "and": {"count": 1524, "proportion": 0.028381473825353373, "vocab": "and"}, "to": {"count": 1439, "proportion": 0.02679851760806004, "vocab": "to"}, "a": {"count": 1189, "proportion": 0.022142764027785537, "vocab": "a"}, "in": {"count": 1040, "proportion": 0.019367934893941934, "vocab": "in"}, "that": {"count": 654, "proportion": 0.0121794513659981, "vocab": "that"}, "is": {"count": 616, "proportion": 0.011471776821796375, "vocab": "is"}, "s": {"count": 503, "proportion": 0.009367376203512301, "vocab": "s"}, "it": {"count": 463, "proportion": 0.00862245563066838, "vocab": "it"}, "for": {"count": 449, "proportion": 0.008361733430173008, "vocab": "for"}, "on": {"count": 412, "proportion": 0.007672681900292381, "vocab": "on"}, "i": {"count": 411, "proportion": 0.007654058885971283, "vocab": "i"}, "as": {"count": 378, "proportion": 0.007039499413375049, "vocab": "as"}, "was": {"count": 362, "proportion": 0.0067415311842374806, "vocab": "was"}, "with": {"count": 341, "proportion": 0.006350447883494422, "vocab": "with"}, "this": {"count": 298, "proportion": 0.005549658267687208, "vocab": "this"}, "be": {"count": 292, "proportion": 0.00543792018176062, "vocab": "be"}, "are": {"count": 252, "proportion": 0.004692999608916699, "vocab": "are"}, "at": {"count": 246, "proportion": 0.004581261522990111, "vocab": "at"}, "you": {"count": 237, "proportion": 0.004413654394100229, "vocab": "you"}, "by": {"count": 234, "proportion": 0.004357785351136935, "vocab": "by"}, "have": {"count": 227, "proportion": 0.004227424250889249, "vocab": "have"}, "has": {"count": 220, "proportion": 0.004097063150641563, "vocab": "has"}, "from": {"count": 220, "proportion": 0.004097063150641563, "vocab": "from"}, "we": {"count": 219, "proportion": 0.0040784401363204645, "vocab": "we"}, "he": {"count": 206, "proportion": 0.0038363409501461906, "vocab": "he"}, "an": {"count": 205, "proportion": 0.0038177179358250928, "vocab": "an"}, "not": {"count": 200, "proportion": 0.0037246028642196026, "vocab": "not"}, "but": {"count": 184, "proportion": 0.0034266346350820343, "vocab": "but"}, "t": {"count": 184, "proportion": 0.0034266346350820343, "vocab": "t"}, "they": {"count": 171, "proportion": 0.0031845354489077604, "vocab": "they"}, "his": {"count": 164, "proportion": 0.003054174348660074, "vocab": "his"}, "all": {"count": 157, "proportion": 0.002923813248412388, "vocab": "all"}, "will": {"count": 154, "proportion": 0.002867944205449094, "vocab": "will"}, "been": {"count": 148, "proportion": 0.002756206119522506, "vocab": "been"}, "their": {"count": 143, "proportion": 0.0026630910479170157, "vocab": "their"}, "who": {"count": 140, "proportion": 0.0026072220049537216, "vocab": "who"}, "about": {"count": 140, "proportion": 0.0026072220049537216, "vocab": "about"}, "one": {"count": 139, "proportion": 0.002588598990632624, "vocab": "one"}, "or": {"count": 138, "proportion": 0.002569975976311526, "vocab": "or"}, "were": {"count": 137, "proportion": 0.0025513529619904276, "vocab": "were"}, "can": {"count": 136, "proportion": 0.00253272994766933, "vocab": "can"}, "had": {"count": 131, "proportion": 0.0024396148760638396, "vocab": "had"}, "my": {"count": 126, "proportion": 0.0023464998044583495, "vocab": "my"}, "our": {"count": 122, "proportion": 0.0022720077471739576, "vocab": "our"}, "she": {"count": 121, "proportion": 0.0022533847328528598, "vocab": "she"}, "more": {"count": 120, "proportion": 0.0022347617185317615, "vocab": "more"}, "there": {"count": 118, "proportion": 0.0021975156898895653, "vocab": "there"}, "its": {"count": 116, "proportion": 0.0021602696612473696, "vocab": "its"}, "when": {"count": 115, "proportion": 0.0021416466469262713, "vocab": "when"}, "so": {"count": 112, "proportion": 0.0020857776039629773, "vocab": "so"}, "up": {"count": 112, "proportion": 0.0020857776039629773, "vocab": "up"}, "out": {"count": 106, "proportion": 0.0019740395180363893, "vocab": "out"}, "if": {"count": 104, "proportion": 0.0019367934893941934, "vocab": "if"}, "what": {"count": 103, "proportion": 0.0019181704750730953, "vocab": "what"}, "which": {"count": 103, "proportion": 0.0019181704750730953, "vocab": "which"}, "would": {"count": 102, "proportion": 0.0018995474607519972, "vocab": "would"}, "her": {"count": 101, "proportion": 0.0018809244464308994, "vocab": "her"}, "than": {"count": 100, "proportion": 0.0018623014321098013, "vocab": "than"}, "people": {"count": 99, "proportion": 0.0018436784177887032, "vocab": "people"}, "said": {"count": 92, "proportion": 0.0017133173175410171, "vocab": "said"}, "just": {"count": 92, "proportion": 0.0017133173175410171, "vocab": "just"}, "new": {"count": 90, "proportion": 0.0016760712888988212, "vocab": "new"}, "me": {"count": 88, "proportion": 0.001638825260256625, "vocab": "me"}, "also": {"count": 86, "proportion": 0.0016015792316144291, "vocab": "also"}, "most": {"count": 86, "proportion": 0.0016015792316144291, "vocab": "most"}, "like": {"count": 85, "proportion": 0.001582956217293331, "vocab": "like"}, "first": {"count": 84, "proportion": 0.001564333202972233, "vocab": "first"}, "year": {"count": 82, "proportion": 0.001527087174330037, "vocab": "year"}, "other": {"count": 79, "proportion": 0.001471218131366743, "vocab": "other"}, "no": {"count": 76, "proportion": 0.001415349088403449, "vocab": "no"}, "time": {"count": 75, "proportion": 0.001396726074082351, "vocab": "time"}, "do": {"count": 75, "proportion": 0.001396726074082351, "vocab": "do"}, "these": {"count": 73, "proportion": 0.001359480045440155, "vocab": "these"}, "them": {"count": 73, "proportion": 0.001359480045440155, "vocab": "them"}, "some": {"count": 72, "proportion": 0.001340857031119057, "vocab": "some"}, "after": {"count": 72, "proportion": 0.001340857031119057, "vocab": "after"}, "last": {"count": 68, "proportion": 0.001266364973834665, "vocab": "last"}, "your": {"count": 67, "proportion": 0.0012477419595135668, "vocab": "your"}, "years": {"count": 67, "proportion": 0.0012477419595135668, "vocab": "years"}, "into": {"count": 67, "proportion": 0.0012477419595135668, "vocab": "into"}, "only": {"count": 66, "proportion": 0.0012291189451924687, "vocab": "only"}, "two": {"count": 66, "proportion": 0.0012291189451924687, "vocab": "two"}, "how": {"count": 65, "proportion": 0.0012104959308713709, "vocab": "how"}, "get": {"count": 64, "proportion": 0.0011918729165502728, "vocab": "get"}, "1": {"count": 60, "proportion": 0.0011173808592658807, "vocab": "1"}, "because": {"count": 59, "proportion": 0.0010987578449447827, "vocab": "because"}, "could": {"count": 58, "proportion": 0.0010801348306236848, "vocab": "could"}, "being": {"count": 58, "proportion": 0.0010801348306236848, "vocab": "being"}, "then": {"count": 58, "proportion": 0.0010801348306236848, "vocab": "then"}, "state": {"count": 57, "proportion": 0.0010615118163025867, "vocab": "state"}, "over": {"count": 56, "proportion": 0.0010428888019814887, "vocab": "over"}, "many": {"count": 54, "proportion": 0.0010056427733392927, "vocab": "many"}, "very": {"count": 54, "proportion": 0.0010056427733392927, "vocab": "very"}, "those": {"count": 54, "proportion": 0.0010056427733392927, "vocab": "those"}, "world": {"count": 52, "proportion": 0.0009683967446970967, "vocab": "world"}, "now": {"count": 52, "proportion": 0.0009683967446970967, "vocab": "now"}, "much": {"count": 51, "proportion": 0.0009497737303759986, "vocab": "much"}, "government": {"count": 51, "proportion": 0.0009497737303759986, "vocab": "government"}, "back": {"count": 51, "proportion": 0.0009497737303759986, "vocab": "back"}, "season": {"count": 50, "proportion": 0.0009311507160549006, "vocab": "season"}, "while": {"count": 49, "proportion": 0.0009125277017338027, "vocab": "while"}, "know": {"count": 49, "proportion": 0.0009125277017338027, "vocab": "know"}, "made": {"count": 48, "proportion": 0.0008939046874127046, "vocab": "made"}, "before": {"count": 48, "proportion": 0.0008939046874127046, "vocab": "before"}, "did": {"count": 47, "proportion": 0.0008752816730916066, "vocab": "did"}, "around": {"count": 47, "proportion": 0.0008752816730916066, "vocab": "around"}, "5": {"count": 47, "proportion": 0.0008752816730916066, "vocab": "5"}, "6": {"count": 46, "proportion": 0.0008566586587705086, "vocab": "6"}, "may": {"count": 46, "proportion": 0.0008566586587705086, "vocab": "may"}, "him": {"count": 46, "proportion": 0.0008566586587705086, "vocab": "him"}, "even": {"count": 45, "proportion": 0.0008380356444494106, "vocab": "even"}, "here": {"count": 45, "proportion": 0.0008380356444494106, "vocab": "here"}, "such": {"count": 45, "proportion": 0.0008380356444494106, "vocab": "such"}, "well": {"count": 44, "proportion": 0.0008194126301283125, "vocab": "well"}, "future": {"count": 44, "proportion": 0.0008194126301283125, "vocab": "future"}, "take": {"count": 44, "proportion": 0.0008194126301283125, "vocab": "take"}, "any": {"count": 44, "proportion": 0.0008194126301283125, "vocab": "any"}, "2": {"count": 44, "proportion": 0.0008194126301283125, "vocab": "2"}, "good": {"count": 44, "proportion": 0.0008194126301283125, "vocab": "good"}, "between": {"count": 43, "proportion": 0.0008007896158072146, "vocab": "between"}, "where": {"count": 43, "proportion": 0.0008007896158072146, "vocab": "where"}, "us": {"count": 42, "proportion": 0.0007821666014861165, "vocab": "us"}, "don": {"count": 42, "proportion": 0.0007821666014861165, "vocab": "don"}, "china": {"count": 41, "proportion": 0.0007635435871650185, "vocab": "china"}, "during": {"count": 41, "proportion": 0.0007635435871650185, "vocab": "during"}, "group": {"count": 40, "proportion": 0.0007449205728439206, "vocab": "group"}, "down": {"count": 40, "proportion": 0.0007449205728439206, "vocab": "down"}, "right": {"count": 40, "proportion": 0.0007449205728439206, "vocab": "right"}, "against": {"count": 40, "proportion": 0.0007449205728439206, "vocab": "against"}, "day": {"count": 40, "proportion": 0.0007449205728439206, "vocab": "day"}, "life": {"count": 39, "proportion": 0.0007262975585228225, "vocab": "life"}, "through": {"count": 39, "proportion": 0.0007262975585228225, "vocab": "through"}, "going": {"count": 38, "proportion": 0.0007076745442017245, "vocab": "going"}, "according": {"count": 38, "proportion": 0.0007076745442017245, "vocab": "according"}, "really": {"count": 38, "proportion": 0.0007076745442017245, "vocab": "really"}, "since": {"count": 37, "proportion": 0.0006890515298806265, "vocab": "since"}, "re": {"count": 37, "proportion": 0.0006890515298806265, "vocab": "re"}, "see": {"count": 36, "proportion": 0.0006704285155595285, "vocab": "see"}, "think": {"count": 36, "proportion": 0.0006704285155595285, "vocab": "think"}, "work": {"count": 36, "proportion": 0.0006704285155595285, "vocab": "work"}, "used": {"count": 36, "proportion": 0.0006704285155595285, "vocab": "used"}, "off": {"count": 35, "proportion": 0.0006518055012384304, "vocab": "off"}, "both": {"count": 35, "proportion": 0.0006518055012384304, "vocab": "both"}, "things": {"count": 35, "proportion": 0.0006518055012384304, "vocab": "things"}, "make": {"count": 35, "proportion": 0.0006518055012384304, "vocab": "make"}, "tea": {"count": 34, "proportion": 0.0006331824869173324, "vocab": "tea"}, "still": {"count": 34, "proportion": 0.0006331824869173324, "vocab": "still"}, "second": {"count": 34, "proportion": 0.0006331824869173324, "vocab": "second"}, "african": {"count": 34, "proportion": 0.0006331824869173324, "vocab": "african"}, "go": {"count": 34, "proportion": 0.0006331824869173324, "vocab": "go"}, "ham": {"count": 34, "proportion": 0.0006331824869173324, "vocab": "ham"}, "too": {"count": 34, "proportion": 0.0006331824869173324, "vocab": "too"}, "3": {"count": 34, "proportion": 0.0006331824869173324, "vocab": "3"}, "should": {"count": 33, "proportion": 0.0006145594725962344, "vocab": "should"}, "place": {"count": 33, "proportion": 0.0006145594725962344, "vocab": "place"}, "four": {"count": 33, "proportion": 0.0006145594725962344, "vocab": "four"}, "milk": {"count": 33, "proportion": 0.0006145594725962344, "vocab": "milk"}, "0": {"count": 33, "proportion": 0.0006145594725962344, "vocab": "0"}, "public": {"count": 32, "proportion": 0.0005959364582751364, "vocab": "public"}, "ib\u00e9rico": {"count": 32, "proportion": 0.0005959364582751364, "vocab": "ib\u00e9rico"}, "does": {"count": 31, "proportion": 0.0005773134439540384, "vocab": "does"}, "way": {"count": 31, "proportion": 0.0005773134439540384, "vocab": "way"}, "best": {"count": 31, "proportion": 0.0005773134439540384, "vocab": "best"}, "got": {"count": 31, "proportion": 0.0005773134439540384, "vocab": "got"}, "ve": {"count": 31, "proportion": 0.0005773134439540384, "vocab": "ve"}, "look": {"count": 31, "proportion": 0.0005773134439540384, "vocab": "look"}, "issue": {"count": 31, "proportion": 0.0005773134439540384, "vocab": "issue"}, "food": {"count": 30, "proportion": 0.0005586904296329404, "vocab": "food"}, "long": {"count": 30, "proportion": 0.0005586904296329404, "vocab": "long"}, "come": {"count": 30, "proportion": 0.0005586904296329404, "vocab": "come"}, "game": {"count": 30, "proportion": 0.0005586904296329404, "vocab": "game"}, "4": {"count": 30, "proportion": 0.0005586904296329404, "vocab": "4"}, "own": {"count": 30, "proportion": 0.0005586904296329404, "vocab": "own"}, "home": {"count": 30, "proportion": 0.0005586904296329404, "vocab": "home"}, "court": {"count": 30, "proportion": 0.0005586904296329404, "vocab": "court"}, "data": {"count": 29, "proportion": 0.0005400674153118424, "vocab": "data"}, "iran": {"count": 29, "proportion": 0.0005400674153118424, "vocab": "iran"}, "love": {"count": 29, "proportion": 0.0005400674153118424, "vocab": "love"}, "city": {"count": 29, "proportion": 0.0005400674153118424, "vocab": "city"}, "three": {"count": 29, "proportion": 0.0005400674153118424, "vocab": "three"}, "important": {"count": 29, "proportion": 0.0005400674153118424, "vocab": "important"}, "eliot": {"count": 29, "proportion": 0.0005400674153118424, "vocab": "eliot"}, "little": {"count": 29, "proportion": 0.0005400674153118424, "vocab": "little"}, "use": {"count": 28, "proportion": 0.0005214444009907443, "vocab": "use"}, "however": {"count": 28, "proportion": 0.0005214444009907443, "vocab": "however"}, "history": {"count": 28, "proportion": 0.0005214444009907443, "vocab": "history"}, "once": {"count": 28, "proportion": 0.0005214444009907443, "vocab": "once"}, "due": {"count": 28, "proportion": 0.0005214444009907443, "vocab": "due"}, "part": {"count": 28, "proportion": 0.0005214444009907443, "vocab": "part"}, "man": {"count": 28, "proportion": 0.0005214444009907443, "vocab": "man"}, "why": {"count": 28, "proportion": 0.0005214444009907443, "vocab": "why"}, "less": {"count": 27, "proportion": 0.0005028213866696464, "vocab": "less"}, "great": {"count": 27, "proportion": 0.0005028213866696464, "vocab": "great"}, "case": {"count": 27, "proportion": 0.0005028213866696464, "vocab": "case"}, "next": {"count": 27, "proportion": 0.0005028213866696464, "vocab": "next"}, "along": {"count": 27, "proportion": 0.0005028213866696464, "vocab": "along"}, "another": {"count": 27, "proportion": 0.0005028213866696464, "vocab": "another"}, "design": {"count": 27, "proportion": 0.0005028213866696464, "vocab": "design"}, "say": {"count": 27, "proportion": 0.0005028213866696464, "vocab": "say"}, "development": {"count": 27, "proportion": 0.0005028213866696464, "vocab": "development"}, "idea": {"count": 26, "proportion": 0.00048419837234854834, "vocab": "idea"}, "called": {"count": 26, "proportion": 0.00048419837234854834, "vocab": "called"}, "among": {"count": 26, "proportion": 0.00048419837234854834, "vocab": "among"}, "told": {"count": 26, "proportion": 0.00048419837234854834, "vocab": "told"}, "team": {"count": 26, "proportion": 0.00048419837234854834, "vocab": "team"}, "under": {"count": 26, "proportion": 0.00048419837234854834, "vocab": "under"}, "tax": {"count": 26, "proportion": 0.00048419837234854834, "vocab": "tax"}, "let": {"count": 26, "proportion": 0.00048419837234854834, "vocab": "let"}, "didn": {"count": 26, "proportion": 0.00048419837234854834, "vocab": "didn"}, "3rd": {"count": 26, "proportion": 0.00048419837234854834, "vocab": "3rd"}, "10": {"count": 26, "proportion": 0.00048419837234854834, "vocab": "10"}, "search": {"count": 25, "proportion": 0.0004655753580274503, "vocab": "search"}, "family": {"count": 25, "proportion": 0.0004655753580274503, "vocab": "family"}, "though": {"count": 25, "proportion": 0.0004655753580274503, "vocab": "though"}, "soy": {"count": 25, "proportion": 0.0004655753580274503, "vocab": "soy"}, "high": {"count": 25, "proportion": 0.0004655753580274503, "vocab": "high"}, "church": {"count": 25, "proportion": 0.0004655753580274503, "vocab": "church"}, "book": {"count": 25, "proportion": 0.0004655753580274503, "vocab": "book"}, "ever": {"count": 24, "proportion": 0.0004469523437063523, "vocab": "ever"}, "ll": {"count": 24, "proportion": 0.0004469523437063523, "vocab": "ll"}, "top": {"count": 24, "proportion": 0.0004469523437063523, "vocab": "top"}, "process": {"count": 24, "proportion": 0.0004469523437063523, "vocab": "process"}, "power": {"count": 24, "proportion": 0.0004469523437063523, "vocab": "power"}, "including": {"count": 24, "proportion": 0.0004469523437063523, "vocab": "including"}, "known": {"count": 24, "proportion": 0.0004469523437063523, "vocab": "known"}, "dose": {"count": 24, "proportion": 0.0004469523437063523, "vocab": "dose"}, "given": {"count": 24, "proportion": 0.0004469523437063523, "vocab": "given"}, "every": {"count": 24, "proportion": 0.0004469523437063523, "vocab": "every"}, "town": {"count": 23, "proportion": 0.0004283293293852543, "vocab": "town"}, "taken": {"count": 23, "proportion": 0.0004283293293852543, "vocab": "taken"}, "pakistan": {"count": 23, "proportion": 0.0004283293293852543, "vocab": "pakistan"}, "help": {"count": 23, "proportion": 0.0004283293293852543, "vocab": "help"}, "8": {"count": 23, "proportion": 0.0004283293293852543, "vocab": "8"}, "research": {"count": 23, "proportion": 0.0004283293293852543, "vocab": "research"}, "without": {"count": 23, "proportion": 0.0004283293293852543, "vocab": "without"}, "took": {"count": 23, "proportion": 0.0004283293293852543, "vocab": "took"}, "might": {"count": 23, "proportion": 0.0004283293293852543, "vocab": "might"}, "green": {"count": 23, "proportion": 0.0004283293293852543, "vocab": "green"}, "energy": {"count": 23, "proportion": 0.0004283293293852543, "vocab": "energy"}, "doing": {"count": 23, "proportion": 0.0004283293293852543, "vocab": "doing"}, "m": {"count": 23, "proportion": 0.0004283293293852543, "vocab": "m"}, "poems": {"count": 22, "proportion": 0.00040970631506415627, "vocab": "poems"}, "need": {"count": 22, "proportion": 0.00040970631506415627, "vocab": "need"}, "war": {"count": 22, "proportion": 0.00040970631506415627, "vocab": "war"}, "end": {"count": 22, "proportion": 0.00040970631506415627, "vocab": "end"}, "early": {"count": 22, "proportion": 0.00040970631506415627, "vocab": "early"}, "prufrock": {"count": 22, "proportion": 0.00040970631506415627, "vocab": "prufrock"}, "often": {"count": 22, "proportion": 0.00040970631506415627, "vocab": "often"}, "music": {"count": 22, "proportion": 0.00040970631506415627, "vocab": "music"}, "company": {"count": 22, "proportion": 0.00040970631506415627, "vocab": "company"}, "having": {"count": 22, "proportion": 0.00040970631506415627, "vocab": "having"}, "national": {"count": 22, "proportion": 0.00040970631506415627, "vocab": "national"}, "law": {"count": 22, "proportion": 0.00040970631506415627, "vocab": "law"}, "country": {"count": 22, "proportion": 0.00040970631506415627, "vocab": "country"}, "step": {"count": 22, "proportion": 0.00040970631506415627, "vocab": "step"}, "put": {"count": 22, "proportion": 0.00040970631506415627, "vocab": "put"}, "men": {"count": 22, "proportion": 0.00040970631506415627, "vocab": "men"}, "personal": {"count": 22, "proportion": 0.00040970631506415627, "vocab": "personal"}, "means": {"count": 21, "proportion": 0.00039108330074305825, "vocab": "means"}, "planning": {"count": 21, "proportion": 0.00039108330074305825, "vocab": "planning"}, "head": {"count": 21, "proportion": 0.00039108330074305825, "vocab": "head"}, "film": {"count": 21, "proportion": 0.00039108330074305825, "vocab": "film"}, "each": {"count": 21, "proportion": 0.00039108330074305825, "vocab": "each"}, "thing": {"count": 21, "proportion": 0.00039108330074305825, "vocab": "thing"}, "political": {"count": 21, "proportion": 0.00039108330074305825, "vocab": "political"}, "always": {"count": 21, "proportion": 0.00039108330074305825, "vocab": "always"}, "thought": {"count": 21, "proportion": 0.00039108330074305825, "vocab": "thought"}, "local": {"count": 21, "proportion": 0.00039108330074305825, "vocab": "local"}, "found": {"count": 21, "proportion": 0.00039108330074305825, "vocab": "found"}, "later": {"count": 21, "proportion": 0.00039108330074305825, "vocab": "later"}, "free": {"count": 21, "proportion": 0.00039108330074305825, "vocab": "free"}, "7": {"count": 21, "proportion": 0.00039108330074305825, "vocab": "7"}, "left": {"count": 21, "proportion": 0.00039108330074305825, "vocab": "left"}, "ground": {"count": 20, "proportion": 0.0003724602864219603, "vocab": "ground"}, "came": {"count": 20, "proportion": 0.0003724602864219603, "vocab": "came"}, "although": {"count": 20, "proportion": 0.0003724602864219603, "vocab": "although"}, "week": {"count": 20, "proportion": 0.0003724602864219603, "vocab": "week"}, "already": {"count": 20, "proportion": 0.0003724602864219603, "vocab": "already"}, "something": {"count": 20, "proportion": 0.0003724602864219603, "vocab": "something"}, "big": {"count": 20, "proportion": 0.0003724602864219603, "vocab": "big"}, "sure": {"count": 20, "proportion": 0.0003724602864219603, "vocab": "sure"}, "d": {"count": 20, "proportion": 0.0003724602864219603, "vocab": "d"}, "find": {"count": 20, "proportion": 0.0003724602864219603, "vocab": "find"}, "taking": {"count": 20, "proportion": 0.0003724602864219603, "vocab": "taking"}, "morning": {"count": 20, "proportion": 0.0003724602864219603, "vocab": "morning"}, "factors": {"count": 20, "proportion": 0.0003724602864219603, "vocab": "factors"}, "york": {"count": 20, "proportion": 0.0003724602864219603, "vocab": "york"}, "word": {"count": 20, "proportion": 0.0003724602864219603, "vocab": "word"}, "fire": {"count": 20, "proportion": 0.0003724602864219603, "vocab": "fire"}, "held": {"count": 20, "proportion": 0.0003724602864219603, "vocab": "held"}, "warrant": {"count": 20, "proportion": 0.0003724602864219603, "vocab": "warrant"}, "number": {"count": 20, "proportion": 0.0003724602864219603, "vocab": "number"}, "car": {"count": 19, "proportion": 0.00035383727210086226, "vocab": "car"}, "saw": {"count": 19, "proportion": 0.00035383727210086226, "vocab": "saw"}, "become": {"count": 19, "proportion": 0.00035383727210086226, "vocab": "become"}, "want": {"count": 19, "proportion": 0.00035383727210086226, "vocab": "want"}, "everything": {"count": 19, "proportion": 0.00035383727210086226, "vocab": "everything"}, "show": {"count": 19, "proportion": 0.00035383727210086226, "vocab": "show"}, "road": {"count": 19, "proportion": 0.00035383727210086226, "vocab": "road"}, "modern": {"count": 19, "proportion": 0.00035383727210086226, "vocab": "modern"}, "movie": {"count": 19, "proportion": 0.00035383727210086226, "vocab": "movie"}, "change": {"count": 19, "proportion": 0.00035383727210086226, "vocab": "change"}, "same": {"count": 19, "proportion": 0.00035383727210086226, "vocab": "same"}, "percent": {"count": 19, "proportion": 0.00035383727210086226, "vocab": "percent"}, "third": {"count": 19, "proportion": 0.00035383727210086226, "vocab": "third"}, "done": {"count": 19, "proportion": 0.00035383727210086226, "vocab": "done"}, "play": {"count": 19, "proportion": 0.00035383727210086226, "vocab": "play"}, "series": {"count": 19, "proportion": 0.00035383727210086226, "vocab": "series"}, "better": {"count": 19, "proportion": 0.00035383727210086226, "vocab": "better"}, "never": {"count": 19, "proportion": 0.00035383727210086226, "vocab": "never"}, "production": {"count": 19, "proportion": 0.00035383727210086226, "vocab": "production"}, "news": {"count": 19, "proportion": 0.00035383727210086226, "vocab": "news"}, "billion": {"count": 19, "proportion": 0.00035383727210086226, "vocab": "billion"}, "seen": {"count": 19, "proportion": 0.00035383727210086226, "vocab": "seen"}, "google": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "google"}, "children": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "children"}, "times": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "times"}, "whether": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "whether"}, "century": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "century"}, "september": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "september"}, "further": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "further"}, "lead": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "lead"}, "several": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "several"}, "ago": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "ago"}, "non": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "non"}, "few": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "few"}, "night": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "night"}, "five": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "five"}, "days": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "days"}, "again": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "again"}, "media": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "media"}, "u": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "u"}, "based": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "based"}, "old": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "old"}, "able": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "able"}, "lot": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "lot"}, "minister": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "minister"}, "different": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "different"}, "looking": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "looking"}, "report": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "report"}, "order": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "order"}, "yet": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "yet"}, "march": {"count": 18, "proportion": 0.00033521425777976424, "vocab": "march"}, "greenhouse": {"count": 17, "proportion": 0.0003165912434586662, "vocab": "greenhouse"}, "women": {"count": 17, "proportion": 0.0003165912434586662, "vocab": "women"}, "members": {"count": 17, "proportion": 0.0003165912434586662, "vocab": "members"}, "added": {"count": 17, "proportion": 0.0003165912434586662, "vocab": "added"}, "million": {"count": 17, "proportion": 0.0003165912434586662, "vocab": "million"}, "cause": {"count": 17, "proportion": 0.0003165912434586662, "vocab": "cause"}, "smith": {"count": 17, "proportion": 0.0003165912434586662, "vocab": "smith"}, "american": {"count": 17, "proportion": 0.0003165912434586662, "vocab": "american"}, "using": {"count": 17, "proportion": 0.0003165912434586662, "vocab": "using"}, "far": {"count": 17, "proportion": 0.0003165912434586662, "vocab": "far"}, "science": {"count": 17, "proportion": 0.0003165912434586662, "vocab": "science"}, "twitter": {"count": 17, "proportion": 0.0003165912434586662, "vocab": "twitter"}, "hike": {"count": 17, "proportion": 0.0003165912434586662, "vocab": "hike"}, "geofence": {"count": 17, "proportion": 0.0003165912434586662, "vocab": "geofence"}, "likely": {"count": 17, "proportion": 0.0003165912434586662, "vocab": "likely"}, "japan": {"count": 17, "proportion": 0.0003165912434586662, "vocab": "japan"}, "community": {"count": 17, "proportion": 0.0003165912434586662, "vocab": "community"}, "full": {"count": 17, "proportion": 0.0003165912434586662, "vocab": "full"}, "project": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "project"}, "model": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "model"}, "am": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "am"}, "bit": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "bit"}, "low": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "low"}, "instead": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "instead"}, "others": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "others"}, "bank": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "bank"}, "young": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "young"}, "water": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "water"}, "least": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "least"}, "states": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "states"}, "service": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "service"}, "space": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "space"}, "figure": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "figure"}, "foresight": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "foresight"}, "fourth": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "fourth"}, "support": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "support"}, "school": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "school"}, "100": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "100"}, "won": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "won"}, "situation": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "situation"}, "open": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "open"}, "getting": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "getting"}, "17": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "17"}, "enforcement": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "enforcement"}, "seems": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "seems"}, "centre": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "centre"}, "together": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "together"}, "today": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "today"}, "000": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "000"}, "activities": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "activities"}, "point": {"count": 16, "proportion": 0.0002979682291375682, "vocab": "point"}, "set": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "set"}, "hand": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "hand"}, "pork": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "pork"}, "j": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "j"}, "treatment": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "treatment"}, "library": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "library"}, "president": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "president"}, "available": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "available"}, "especially": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "especially"}, "recently": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "recently"}, "foreign": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "foreign"}, "players": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "players"}, "nothing": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "nothing"}, "burial": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "burial"}, "player": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "player"}, "fact": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "fact"}, "land": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "land"}, "considered": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "considered"}, "west": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "west"}, "trying": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "trying"}, "hard": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "hard"}, "climate": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "climate"}, "white": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "white"}, "problem": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "problem"}, "certainly": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "certainly"}, "health": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "health"}, "almost": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "almost"}, "area": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "area"}, "making": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "making"}, "major": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "major"}, "warning": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "warning"}, "strong": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "strong"}, "entrepreneurship": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "entrepreneurship"}, "provide": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "provide"}, "must": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "must"}, "c": {"count": 15, "proportion": 0.0002793452148164702, "vocab": "c"}, "market": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "market"}, "works": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "works"}, "attack": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "attack"}, "doesn": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "doesn"}, "field": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "field"}, "job": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "job"}, "problems": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "problems"}, "teams": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "teams"}, "rather": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "rather"}, "level": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "level"}, "20": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "20"}, "song": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "song"}, "month": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "month"}, "expected": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "expected"}, "questions": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "questions"}, "waste": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "waste"}, "study": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "study"}, "minute": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "minute"}, "nuclear": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "nuclear"}, "wave": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "wave"}, "role": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "role"}, "bus": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "bus"}, "musk": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "musk"}, "coming": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "coming"}, "act": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "act"}, "bring": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "bring"}, "com": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "com"}, "online": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "online"}, "god": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "god"}, "popular": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "popular"}, "half": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "half"}, "camp": {"count": 14, "proportion": 0.00026072220049537216, "vocab": "camp"}, "east": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "east"}, "give": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "give"}, "stop": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "stop"}, "air": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "air"}, "immediately": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "immediately"}, "gave": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "gave"}, "away": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "away"}, "side": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "side"}, "tried": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "tried"}, "2011": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "2011"}, "deacons": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "deacons"}, "terrorist": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "terrorist"}, "coast": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "coast"}, "environment": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "environment"}, "apostles": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "apostles"}, "single": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "single"}, "within": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "within"}, "south": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "south"}, "higher": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "higher"}, "current": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "current"}, "15": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "15"}, "makes": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "makes"}, "girl": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "girl"}, "house": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "house"}, "spanish": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "spanish"}, "economic": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "economic"}, "black": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "black"}, "common": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "common"}, "conference": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "conference"}, "flex": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "flex"}, "real": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "real"}, "name": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "name"}, "harvoni": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "harvoni"}, "read": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "read"}, "plant": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "plant"}, "actually": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "actually"}, "began": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "began"}, "involved": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "involved"}, "12": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "12"}, "start": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "start"}, "information": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "information"}, "books": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "books"}, "started": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "started"}, "animals": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "animals"}, "devices": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "devices"}, "police": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "police"}, "relationship": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "relationship"}, "spent": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "spent"}, "technology": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "technology"}, "mia": {"count": 13, "proportion": 0.00024209918617427417, "vocab": "mia"}, "microplastics": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "microplastics"}, "19": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "19"}, "special": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "special"}, "heard": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "heard"}, "soon": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "soon"}, "toward": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "toward"}, "star": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "star"}, "chinese": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "chinese"}, "throughout": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "throughout"}, "grade": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "grade"}, "previous": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "previous"}, "price": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "price"}, "spirit": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "spirit"}, "despite": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "despite"}, "story": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "story"}, "followed": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "followed"}, "decision": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "decision"}, "question": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "question"}, "course": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "course"}, "cost": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "cost"}, "comes": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "comes"}, "late": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "late"}, "border": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "border"}, "continued": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "continued"}, "united": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "united"}, "relations": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "relations"}, "system": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "system"}, "june": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "june"}, "reading": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "reading"}, "orlean": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "orlean"}, "recent": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "recent"}, "itself": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "itself"}, "complete": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "complete"}, "italy": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "italy"}, "sector": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "sector"}, "include": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "include"}, "true": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "true"}, "luca": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "luca"}, "letter": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "letter"}, "lower": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "lower"}, "either": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "either"}, "party": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "party"}, "lost": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "lost"}, "elders": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "elders"}, "dag": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "dag"}, "looked": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "looked"}, "six": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "six"}, "pack": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "pack"}, "clear": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "clear"}, "isn": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "isn"}, "site": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "site"}, "cultural": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "cultural"}, "coach": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "coach"}, "coffee": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "coffee"}, "simply": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "simply"}, "significant": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "significant"}, "growth": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "growth"}, "per": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "per"}, "africa": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "africa"}, "went": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "went"}, "wasn": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "wasn"}, "mr": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "mr"}, "activity": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "activity"}, "minutes": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "minutes"}, "action": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "action"}, "agriculture": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "agriculture"}, "wrote": {"count": 12, "proportion": 0.00022347617185317615, "vocab": "wrote"}, "term": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "term"}, "spectacular": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "spectacular"}, "business": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "business"}, "speech": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "speech"}, "international": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "international"}, "asked": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "asked"}, "issues": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "issues"}, "iranian": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "iranian"}, "9": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "9"}, "webb": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "webb"}, "call": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "call"}, "de": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "de"}, "japanese": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "japanese"}, "camps": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "camps"}, "seem": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "seem"}, "hoffman": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "hoffman"}, "location": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "location"}, "hours": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "hours"}, "games": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "games"}, "themselves": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "themselves"}, "thanks": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "thanks"}, "aren": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "aren"}, "try": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "try"}, "produced": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "produced"}, "human": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "human"}, "apple": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "apple"}, "hour": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "hour"}, "decided": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "decided"}, "hot": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "hot"}, "comcast": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "comcast"}, "influencing": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "influencing"}, "working": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "working"}, "former": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "former"}, "main": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "main"}, "students": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "students"}, "hog": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "hog"}, "john": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "john"}, "final": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "final"}, "oil": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "oil"}, "muslims": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "muslims"}, "culture": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "culture"}, "couple": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "couple"}, "amendment": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "amendment"}, "addition": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "addition"}, "stay": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "stay"}, "30": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "30"}, "short": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "short"}, "cross": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "cross"}, "care": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "care"}, "perhaps": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "perhaps"}, "groups": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "groups"}, "entire": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "entire"}, "quality": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "quality"}, "feature": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "feature"}, "behind": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "behind"}, "money": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "money"}, "wanted": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "wanted"}, "kalel": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "kalel"}, "wall": {"count": 11, "proportion": 0.00020485315753207813, "vocab": "wall"}, "aircraft": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "aircraft"}, "position": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "position"}, "sea": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "sea"}, "example": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "example"}, "playing": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "playing"}, "authorities": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "authorities"}, "industry": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "industry"}, "leaders": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "leaders"}, "scottie": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "scottie"}, "page": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "page"}, "words": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "words"}, "collection": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "collection"}, "14": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "14"}, "friends": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "friends"}, "incident": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "incident"}, "son": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "son"}, "net": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "net"}, "13": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "13"}, "dvd": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "dvd"}, "users": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "users"}, "everyone": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "everyone"}, "crisis": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "crisis"}, "past": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "past"}, "below": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "below"}, "edge": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "edge"}, "form": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "form"}, "effects": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "effects"}, "understand": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "understand"}, "various": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "various"}, "daughter": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "daughter"}, "age": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "age"}, "emergency": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "emergency"}, "2016": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "2016"}, "los": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "los"}, "contains": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "contains"}, "dead": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "dead"}, "mother": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "mother"}, "published": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "published"}, "beats": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "beats"}, "knew": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "knew"}, "records": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "records"}, "tell": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "tell"}, "knight": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "knight"}, "society": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "society"}, "50": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "50"}, "experience": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "experience"}, "university": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "university"}, "shot": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "shot"}, "version": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "version"}, "artist": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "artist"}, "line": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "line"}, "august": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "august"}, "studies": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "studies"}, "federal": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "federal"}, "regional": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "regional"}, "saying": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "saying"}, "et": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "et"}, "angeles": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "angeles"}, "ride": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "ride"}, "matcha": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "matcha"}, "review": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "review"}, "run": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "run"}, "probable": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "probable"}, "grades": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "grades"}, "poetry": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "poetry"}, "nearly": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "nearly"}, "director": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "director"}, "carry": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "carry"}, "maybe": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "maybe"}, "16": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "16"}, "starting": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "starting"}, "buy": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "buy"}, "return": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "return"}, "person": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "person"}, "anyone": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "anyone"}, "military": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "military"}, "drive": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "drive"}, "hit": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "hit"}, "whole": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "whole"}, "product": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "product"}, "animal": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "animal"}, "required": {"count": 10, "proportion": 0.00018623014321098014, "vocab": "required"}, "talking": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "talking"}, "muslim": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "muslim"}, "park": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "park"}, "enough": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "enough"}, "believe": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "believe"}, "prices": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "prices"}, "embassy": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "embassy"}, "officer": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "officer"}, "education": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "education"}, "ask": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "ask"}, "fall": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "fall"}, "council": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "council"}, "complex": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "complex"}, "points": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "points"}, "social": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "social"}, "goals": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "goals"}, "goal": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "goal"}, "montana": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "montana"}, "verse": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "verse"}, "band": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "band"}, "favorite": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "favorite"}, "anthem": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "anthem"}, "feel": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "feel"}, "child": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "child"}, "small": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "small"}, "felt": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "felt"}, "winning": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "winning"}, "alfred": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "alfred"}, "agency": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "agency"}, "jazz": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "jazz"}, "certain": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "certain"}, "tour": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "tour"}, "campaign": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "campaign"}, "chatrie": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "chatrie"}, "beach": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "beach"}, "alien": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "alien"}, "bench": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "bench"}, "fight": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "fight"}, "subject": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "subject"}, "basis": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "basis"}, "weight": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "weight"}, "republic": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "republic"}, "beat": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "beat"}, "gun": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "gun"}, "performance": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "performance"}, "intelligence": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "intelligence"}, "street": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "street"}, "easy": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "easy"}, "says": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "says"}, "station": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "station"}, "view": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "view"}, "turn": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "turn"}, "particularly": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "particularly"}, "drives": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "drives"}, "led": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "led"}, "move": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "move"}, "denied": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "denied"}, "critical": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "critical"}, "increase": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "increase"}, "managed": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "managed"}, "huge": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "huge"}, "saturday": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "saturday"}, "earlier": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "earlier"}, "please": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "please"}, "e": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "e"}, "included": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "included"}, "sometimes": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "sometimes"}, "humans": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "humans"}, "offensive": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "offensive"}, "reported": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "reported"}, "build": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "build"}, "leader": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "leader"}, "hams": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "hams"}, "british": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "british"}, "hold": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "hold"}, "following": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "following"}, "quite": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "quite"}, "additional": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "additional"}, "al": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "al"}, "msi": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "msi"}, "zone": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "zone"}, "response": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "response"}, "telescope": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "telescope"}, "roetter": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "roetter"}, "result": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "result"}, "create": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "create"}, "adult": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "adult"}, "leadership": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "leadership"}, "played": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "played"}, "hope": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "hope"}, "period": {"count": 9, "proportion": 0.00016760712888988212, "vocab": "period"}, "event": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "event"}, "kept": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "kept"}, "became": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "became"}, "happen": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "happen"}, "growing": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "growing"}, "total": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "total"}, "tomorrow": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "tomorrow"}, "tom": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "tom"}, "keep": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "keep"}, "countries": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "countries"}, "paying": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "paying"}, "months": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "months"}, "bad": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "bad"}, "showing": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "showing"}, "large": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "large"}, "hashtgerd": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "hashtgerd"}, "tolkien": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "tolkien"}, "totalitarian": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "totalitarian"}, "center": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "center"}, "central": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "central"}, "executive": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "executive"}, "present": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "present"}, "l": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "l"}, "learn": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "learn"}, "latest": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "latest"}, "covid": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "covid"}, "raise": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "raise"}, "expensive": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "expensive"}, "whose": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "whose"}, "rate": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "rate"}, "advanced": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "advanced"}, "poet": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "poet"}, "fm": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "fm"}, "above": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "above"}, "inside": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "inside"}, "netflix": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "netflix"}, "poem": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "poem"}, "nba": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "nba"}, "body": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "body"}, "comment": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "comment"}, "girls": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "girls"}, "cinema": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "cinema"}, "individuals": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "individuals"}, "monday": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "monday"}, "consumption": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "consumption"}, "necessary": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "necessary"}, "friday": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "friday"}, "moved": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "moved"}, "front": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "front"}, "general": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "general"}, "coastal": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "coastal"}, "brought": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "brought"}, "website": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "website"}, "g": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "g"}, "closed": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "closed"}, "reports": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "reports"}, "needed": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "needed"}, "buses": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "buses"}, "security": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "security"}, "interest": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "interest"}, "municipal": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "municipal"}, "beginning": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "beginning"}, "fascism": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "fascism"}, "reached": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "reached"}, "across": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "across"}, "character": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "character"}, "nation": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "nation"}, "pay": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "pay"}, "greater": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "greater"}, "posts": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "posts"}, "reason": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "reason"}, "nineteen": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "nineteen"}, "check": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "check"}, "governments": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "governments"}, "sent": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "sent"}, "italian": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "italian"}, "chief": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "chief"}, "hill": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "hill"}, "perfect": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "perfect"}, "islamic": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "islamic"}, "natural": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "natural"}, "received": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "received"}, "win": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "win"}, "post": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "post"}, "seemed": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "seemed"}, "internet": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "internet"}, "california": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "california"}, "acts": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "acts"}, "myself": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "myself"}, "divorce": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "divorce"}, "april": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "april"}, "private": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "private"}, "source": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "source"}, "areas": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "areas"}, "manufacturing": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "manufacturing"}, "pierzchalski": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "pierzchalski"}, "entered": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "entered"}, "meeting": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "meeting"}, "answer": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "answer"}, "x": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "x"}, "declare": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "declare"}, "worry": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "worry"}, "photo": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "photo"}, "december": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "december"}, "or3": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "or3"}, "visit": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "visit"}, "decades": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "decades"}, "difference": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "difference"}, "deal": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "deal"}, "michael": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "michael"}, "worse": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "worse"}, "vegan": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "vegan"}, "steel": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "steel"}, "association": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "association"}, "smell": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "smell"}, "longer": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "longer"}, "live": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "live"}, "particular": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "particular"}, "display": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "display"}, "attempt": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "attempt"}, "similar": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "similar"}, "email": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "email"}, "volkswagen": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "volkswagen"}, "uses": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "uses"}, "option": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "option"}, "libraries": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "libraries"}, "philadelphia": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "philadelphia"}, "probably": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "probably"}, "described": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "described"}, "parents": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "parents"}, "aladdin": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "aladdin"}, "office": {"count": 8, "proportion": 0.0001489841145687841, "vocab": "office"}, "africans": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "africans"}, "hotel": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "hotel"}, "garda": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "garda"}, "2012": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "2012"}, "financial": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "financial"}, "deacon": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "deacon"}, "building": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "building"}, "provided": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "provided"}, "models": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "models"}, "death": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "death"}, "ormara": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "ormara"}, "warrants": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "warrants"}, "investments": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "investments"}, "compliant": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "compliant"}, "percentage": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "percentage"}, "asia": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "asia"}, "ocean": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "ocean"}, "matter": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "matter"}, "seeing": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "seeing"}, "civil": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "civil"}, "buffalo": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "buffalo"}, "edition": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "edition"}, "built": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "built"}, "stone": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "stone"}, "looks": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "looks"}, "ready": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "ready"}, "alcohol": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "alcohol"}, "believed": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "believed"}, "father": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "father"}, "located": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "located"}, "fear": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "fear"}, "taiwan": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "taiwan"}, "journey": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "journey"}, "variable": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "variable"}, "features": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "features"}, "writing": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "writing"}, "atlanta": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "atlanta"}, "jamon": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "jamon"}, "feeling": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "feeling"}, "rich": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "rich"}, "dark": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "dark"}, "serve": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "serve"}, "anything": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "anything"}, "healthy": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "healthy"}, "mazda": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "mazda"}, "hear": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "hear"}, "mean": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "mean"}, "focus": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "focus"}, "19th": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "19th"}, "24": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "24"}, "compared": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "compared"}, "program": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "program"}, "40": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "40"}, "produce": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "produce"}, "drink": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "drink"}, "trust": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "trust"}, "choice": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "choice"}, "remains": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "remains"}, "remember": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "remember"}, "function": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "function"}, "allowed": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "allowed"}, "importance": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "importance"}, "thank": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "thank"}, "ones": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "ones"}, "offer": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "offer"}, "needs": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "needs"}, "sound": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "sound"}, "votes": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "votes"}, "mark": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "mark"}, "streets": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "streets"}, "29": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "29"}, "driving": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "driving"}, "buying": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "buying"}, "britain": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "britain"}, "request": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "request"}, "southern": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "southern"}, "collateral": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "collateral"}, "terrorists": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "terrorists"}, "broadway": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "broadway"}, "announced": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "announced"}, "article": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "article"}, "magazine": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "magazine"}, "network": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "network"}, "reform": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "reform"}, "forces": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "forces"}, "stories": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "stories"}, "claim": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "claim"}, "commercial": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "commercial"}, "claimed": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "claimed"}, "arrived": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "arrived"}, "twelve": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "twelve"}, "forum": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "forum"}, "college": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "college"}, "tv": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "tv"}, "200": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "200"}, "appears": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "appears"}, "original": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "original"}, "video": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "video"}, "turned": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "turned"}, "terms": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "terms"}, "wants": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "wants"}, "incredible": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "incredible"}, "views": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "views"}, "increased": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "increased"}, "positions": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "positions"}, "2007": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "2007"}, "guns": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "guns"}, "suspected": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "suspected"}, "korea": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "korea"}, "expect": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "expect"}, "cover": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "cover"}, "shows": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "shows"}, "control": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "control"}, "miata": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "miata"}, "shared": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "shared"}, "facing": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "facing"}, "miles": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "miles"}, "r": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "r"}, "share": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "share"}, "covered": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "covered"}, "actor": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "actor"}, "evidence": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "evidence"}, "largest": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "largest"}, "stars": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "stars"}, "18": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "18"}, "latte": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "latte"}, "environmental": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "environmental"}, "extremely": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "extremely"}, "lava": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "lava"}, "explain": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "explain"}, "battle": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "battle"}, "exactly": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "exactly"}, "lawsuit": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "lawsuit"}, "quickly": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "quickly"}, "success": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "success"}, "literary": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "literary"}, "wolf": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "wolf"}, "presence": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "presence"}, "middle": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "middle"}, "amount": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "amount"}, "lamborghini": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "lamborghini"}, "until": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "until"}, "showed": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "showed"}, "discovery": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "discovery"}, "county": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "county"}, "award": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "award"}, "ensure": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "ensure"}, "urban": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "urban"}, "ministry": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "ministry"}, "happened": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "happened"}, "content": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "content"}, "slaughter": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "slaughter"}, "credit": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "credit"}, "analysis": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "analysis"}, "english": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "english"}, "guard": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "guard"}, "radio": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "radio"}, "60": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "60"}, "events": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "events"}, "north": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "north"}, "usually": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "usually"}, "fascist": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "fascist"}, "moment": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "moment"}, "living": {"count": 7, "proportion": 0.00013036110024768608, "vocab": "living"}, "individual": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "individual"}, "traffic": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "traffic"}, "impossible": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "impossible"}, "frederick": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "frederick"}, "text": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "text"}, "whatever": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "whatever"}, "trail": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "trail"}, "prime": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "prime"}, "calling": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "calling"}, "earth": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "earth"}, "lattes": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "lattes"}, "breakfast": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "breakfast"}, "wolford": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "wolford"}, "ball": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "ball"}, "rock": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "rock"}, "options": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "options"}, "overall": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "overall"}, "eat": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "eat"}, "camera": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "camera"}, "writer": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "writer"}, "examine": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "examine"}, "break": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "break"}, "release": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "release"}, "terrorism": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "terrorism"}, "larger": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "larger"}, "relevant": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "relevant"}, "statement": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "statement"}, "management": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "management"}, "highway": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "highway"}, "harry": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "harry"}, "projects": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "projects"}, "russian": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "russian"}, "scored": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "scored"}, "includes": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "includes"}, "definitely": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "definitely"}, "excited": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "excited"}, "scoresby": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "scoresby"}, "america": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "america"}, "collar": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "collar"}, "degree": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "degree"}, "chepiga": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "chepiga"}, "pandemic": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "pandemic"}, "examples": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "examples"}, "indicates": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "indicates"}, "boshirov": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "boshirov"}, "junior": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "junior"}, "questionnaire": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "questionnaire"}, "impact": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "impact"}, "max": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "max"}, "residents": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "residents"}, "everywhere": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "everywhere"}, "hall": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "hall"}, "generations": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "generations"}, "covid19": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "covid19"}, "gentlemen": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "gentlemen"}, "happens": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "happens"}, "port": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "port"}, "eventually": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "eventually"}, "appear": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "appear"}, "matters": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "matters"}, "volume": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "volume"}, "minimum": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "minimum"}, "legal": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "legal"}, "classic": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "classic"}, "accounts": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "accounts"}, "gets": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "gets"}, "thinking": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "thinking"}, "estimated": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "estimated"}, "plus": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "plus"}, "rest": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "rest"}, "waller": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "waller"}, "levels": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "levels"}, "awards": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "awards"}, "chung": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "chung"}, "created": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "created"}, "hogs": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "hogs"}, "etc": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "etc"}, "class": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "class"}, "account": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "account"}, "imagine": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "imagine"}, "vision": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "vision"}, "co": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "co"}, "nations": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "nations"}, "author": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "author"}, "chiexplores": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "chiexplores"}, "prepared": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "prepared"}, "powerful": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "powerful"}, "yes": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "yes"}, "bringing": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "bringing"}, "vote": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "vote"}, "identify": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "identify"}, "identified": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "identified"}, "nature": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "nature"}, "approved": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "approved"}, "opened": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "opened"}, "save": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "save"}, "achieved": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "achieved"}, "light": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "light"}, "sunday": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "sunday"}, "courts": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "courts"}, "surprising": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "surprising"}, "professional": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "professional"}, "requirement": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "requirement"}, "himself": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "himself"}, "shown": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "shown"}, "brother": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "brother"}, "products": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "products"}, "drivers": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "drivers"}, "measures": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "measures"}, "turp": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "turp"}, "england": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "england"}, "operations": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "operations"}, "red": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "red"}, "window": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "window"}, "kind": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "kind"}, "worth": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "worth"}, "named": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "named"}, "heavy": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "heavy"}, "developed": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "developed"}, "fine": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "fine"}, "var": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "var"}, "sensitive": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "sensitive"}, "sense": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "sense"}, "parts": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "parts"}, "2019": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "2019"}, "fit": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "fit"}, "birthday": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "birthday"}, "costs": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "costs"}, "11": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "11"}, "greek": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "greek"}, "involvement": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "involvement"}, "posted": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "posted"}, "population": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "population"}, "cats": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "cats"}, "investment": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "investment"}, "afghanistan": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "afghanistan"}, "investigation": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "investigation"}, "plans": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "plans"}, "effective": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "effective"}, "bay": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "bay"}, "record": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "record"}, "feelings": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "feelings"}, "issued": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "issued"}, "concluded": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "concluded"}, "f": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "f"}, "agencies": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "agencies"}, "picked": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "picked"}, "faith": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "faith"}, "gum": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "gum"}, "jobs": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "jobs"}, "slow": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "slow"}, "narrative": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "narrative"}, "lives": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "lives"}, "atlantic": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "atlantic"}, "elements": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "elements"}, "size": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "size"}, "london": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "london"}, "festival": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "festival"}, "beautiful": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "beautiful"}, "daughters": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "daughters"}, "style": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "style"}, "observations": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "observations"}, "pool": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "pool"}, "towards": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "towards"}, "chaos": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "chaos"}, "james": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "james"}, "elder": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "elder"}, "rates": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "rates"}, "nine": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "nine"}, "takes": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "takes"}, "sharing": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "sharing"}, "bill": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "bill"}, "2014": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "2014"}, "heart": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "heart"}, "27": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "27"}, "effect": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "effect"}, "experts": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "experts"}, "types": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "types"}, "type": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "type"}, "feasible": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "feasible"}, "tackle": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "tackle"}, "property": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "property"}, "lack": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "lack"}, "rules": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "rules"}, "inn": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "inn"}, "mail": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "mail"}, "properties": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "properties"}, "boeing": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "boeing"}, "wasted": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "wasted"}, "rumors": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "rumors"}, "policy": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "policy"}, "granted": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "granted"}, "economy": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "economy"}, "sold": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "sold"}, "exclusive": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "exclusive"}, "solidarity": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "solidarity"}, "lady": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "lady"}, "wife": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "wife"}, "affected": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "affected"}, "value": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "value"}, "forward": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "forward"}, "grown": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "grown"}, "dedicated": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "dedicated"}, "campsite": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "campsite"}, "seven": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "seven"}, "lunch": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "lunch"}, "cut": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "cut"}, "survivors": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "survivors"}, "corner": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "corner"}, "completed": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "completed"}, "uk": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "uk"}, "flight": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "flight"}, "experiences": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "experiences"}, "lisa": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "lisa"}, "determine": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "determine"}, "teas": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "teas"}, "starts": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "starts"}, "core": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "core"}, "knowledge": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "knowledge"}, "technical": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "technical"}, "written": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "written"}, "opinion": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "opinion"}, "ability": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "ability"}, "possible": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "possible"}, "corporate": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "corporate"}, "greece": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "greece"}, "737": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "737"}, "western": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "western"}, "wildlife": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "wildlife"}, "section": {"count": 6, "proportion": 0.00011173808592658808, "vocab": "section"}, "safety": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "safety"}, "room": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "room"}, "door": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "door"}, "yourself": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "yourself"}, "chopin": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "chopin"}, "offers": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "offers"}, "dinner": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "dinner"}, "global": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "global"}, "standard": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "standard"}, "double": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "double"}, "discussion": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "discussion"}, "p": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "p"}, "grow": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "grow"}, "spiritual": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "spiritual"}, "safe": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "safe"}, "characteristics": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "characteristics"}, "tide": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "tide"}, "discuss": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "discuss"}, "worried": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "worried"}, "official": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "official"}, "details": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "details"}, "stated": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "stated"}, "russia": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "russia"}, "ties": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "ties"}, "charles": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "charles"}, "charged": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "charged"}, "detail": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "detail"}, "rockets": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "rockets"}, "opening": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "opening"}, "changes": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "changes"}, "spread": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "spread"}, "chicago": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "chicago"}, "actual": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "actual"}, "speed": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "speed"}, "spring": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "spring"}, "cebo": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "cebo"}, "gone": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "gone"}, "21": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "21"}, "developing": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "developing"}, "31": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "31"}, "gurdwara": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "gurdwara"}, "overuse": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "overuse"}, "older": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "older"}, "pigs": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "pigs"}, "achieve": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "achieve"}, "factor": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "factor"}, "fail": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "fail"}, "continue": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "continue"}, "dairy": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "dairy"}, "ended": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "ended"}, "famous": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "famous"}, "fan": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "fan"}, "severity": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "severity"}, "tag": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "tag"}, "slightly": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "slightly"}, "fat": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "fat"}, "const": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "const"}, "services": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "services"}, "else": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "else"}, "served": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "served"}, "servants": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "servants"}, "fell": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "fell"}, "fellow": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "fellow"}, "serious": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "serious"}, "places": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "places"}, "elections": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "elections"}, "personnel": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "personnel"}, "fiction": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "fiction"}, "plaintiff": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "plaintiff"}, "physical": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "physical"}, "filmmakers": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "filmmakers"}, "finally": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "finally"}, "eight": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "eight"}, "concerns": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "concerns"}, "finding": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "finding"}, "75": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "75"}, "daily": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "daily"}, "spearmint": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "spearmint"}, "pippen": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "pippen"}, "europe": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "europe"}, "crazy": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "crazy"}, "essential": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "essential"}, "ev3": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "ev3"}, "cpi": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "cpi"}, "november": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "november"}, "significantly": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "significantly"}, "simon": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "simon"}, "cruise": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "cruise"}, "writes": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "writes"}, "nutter": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "nutter"}, "excellent": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "excellent"}, "exception": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "exception"}, "count": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "count"}, "enjoy": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "enjoy"}, "wonder": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "wonder"}, "25": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "25"}, "currently": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "currently"}, "customer": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "customer"}, "piedmont": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "piedmont"}, "successful": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "successful"}, "sweet": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "sweet"}, "conversation": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "conversation"}, "\u00e2": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "\u00e2"}, "pieces": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "pieces"}, "eye": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "eye"}, "face": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "face"}, "faced": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "faced"}, "sixth": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "sixth"}, "concealed": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "concealed"}, "efforts": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "efforts"}, "completely": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "completely"}, "passengers": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "passengers"}, "fun": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "fun"}, "dvo\u0159\u00e1k": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "dvo\u0159\u00e1k"}, "theatre": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "theatre"}, "delicious": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "delicious"}, "club": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "club"}, "gain": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "gain"}, "gained": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "gained"}, "dublin": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "dublin"}, "close": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "close"}, "demand": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "demand"}, "demanded": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "demanded"}, "gap": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "gap"}, "accompanied": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "accompanied"}, "drunk": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "drunk"}, "strategy": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "strategy"}, "savings": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "savings"}, "gas": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "gas"}, "22": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "22"}, "gauguin": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "gauguin"}, "driver": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "driver"}, "dressed": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "dressed"}, "spain": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "spain"}, "patients": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "patients"}, "citizens": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "citizens"}, "near": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "near"}, "stopped": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "stopped"}, "gilead": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "gilead"}, "offered": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "offered"}, "dozens": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "dozens"}, "code": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "code"}, "cold": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "cold"}, "plays": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "plays"}, "combination": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "combination"}, "secure": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "secure"}, "platform": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "platform"}, "force": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "force"}, "wild": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "wild"}, "commission": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "commission"}, "decisions": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "decisions"}, "comments": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "comments"}, "absolutely": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "absolutely"}, "commentary": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "commentary"}, "eddie": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "eddie"}, "creating": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "creating"}, "eating": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "eating"}, "ten": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "ten"}, "painting": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "painting"}, "somewhere": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "somewhere"}, "frank": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "frank"}, "october": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "october"}, "strongly": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "strongly"}, "scoring": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "scoring"}, "defense": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "defense"}, "freedom": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "freedom"}, "french": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "french"}, "someone": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "someone"}, "colonels": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "colonels"}, "fresh": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "fresh"}, "writers": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "writers"}, "friendly": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "friendly"}, "collected": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "collected"}, "42": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "42"}, "americans": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "americans"}, "mps": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "mps"}, "inspiring": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "inspiring"}, "marketing": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "marketing"}, "key": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "key"}, "requirements": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "requirements"}, "blue": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "blue"}, "archeological": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "archeological"}, "kids": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "kids"}, "bean": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "bean"}, "increasingly": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "increasingly"}, "regard": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "regard"}, "biggest": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "biggest"}, "requires": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "requires"}, "beaches": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "beaches"}, "board": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "board"}, "highly": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "highly"}, "allow": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "allow"}, "v": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "v"}, "list": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "list"}, "republican": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "republican"}, "beatsx": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "beatsx"}, "returning": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "returning"}, "released": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "released"}, "purchase": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "purchase"}, "alongside": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "alongside"}, "beer": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "beer"}, "represented": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "represented"}, "1996": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "1996"}, "appearance": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "appearance"}, "henry": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "henry"}, "hep": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "hep"}, "represents": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "represents"}, "performed": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "performed"}, "visitors": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "visitors"}, "blood": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "blood"}, "pelicans": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "pelicans"}, "linked": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "linked"}, "becoming": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "becoming"}, "museum": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "museum"}, "visions": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "visions"}, "union": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "union"}, "outside": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "outside"}, "candidate": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "candidate"}, "proud": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "proud"}, "holds": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "holds"}, "aspects": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "aspects"}, "loved": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "loved"}, "provider": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "provider"}, "india": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "india"}, "infection": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "infection"}, "wednesday": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "wednesday"}, "lose": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "lose"}, "providing": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "providing"}, "lactose": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "lactose"}, "loan": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "loan"}, "relationships": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "relationships"}, "variables": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "variables"}, "associated": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "associated"}, "https": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "https"}, "assume": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "assume"}, "ahead": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "ahead"}, "holding": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "holding"}, "trees": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "trees"}, "positive": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "positive"}, "hundred": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "hundred"}, "cable": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "cable"}, "unique": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "unique"}, "pull": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "pull"}, "organisations": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "organisations"}, "literature": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "literature"}, "mitchell": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "mitchell"}, "basketball": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "basketball"}, "arrival": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "arrival"}, "leading": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "leading"}, "bonds": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "bonds"}, "attitude": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "attitude"}, "historic": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "historic"}, "protect": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "protect"}, "protection": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "protection"}, "historical": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "historical"}, "publish": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "publish"}, "asking": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "asking"}, "helped": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "helped"}, "blogs": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "blogs"}, "blog": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "blog"}, "quarter": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "quarter"}, "legs": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "legs"}, "iphone": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "iphone"}, "benefit": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "benefit"}, "agent": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "agent"}, "imaginative": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "imaginative"}, "ben": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "ben"}, "preparing": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "preparing"}, "potential": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "potential"}, "quantum": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "quantum"}, "authority": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "authority"}, "member": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "member"}, "bellota": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "bellota"}, "boys": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "boys"}, "rifles": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "rifles"}, "annual": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "annual"}, "2021": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "2021"}, "met": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "met"}, "johannes": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "johannes"}, "hawaii": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "hawaii"}, "press": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "press"}, "average": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "average"}, "mind": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "mind"}, "operatives": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "operatives"}, "hands": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "hands"}, "island": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "island"}, "january": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "january"}, "ways": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "ways"}, "1991": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "1991"}, "imf": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "imf"}, "length": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "length"}, "mom": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "mom"}, "jesus": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "jesus"}, "opportunity": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "opportunity"}, "prevent": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "prevent"}, "agenda": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "agenda"}, "ireland": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "ireland"}, "interview": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "interview"}, "totalitarianism": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "totalitarianism"}, "tourism": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "tourism"}, "july": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "july"}, "leave": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "leave"}, "brahms": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "brahms"}, "peak": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "peak"}, "tourist": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "tourist"}, "antonin": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "antonin"}, "reduce": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "reduce"}, "addressing": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "addressing"}, "ms": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "ms"}, "utah": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "utah"}, "2006": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "2006"}, "capital": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "capital"}, "cape": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "cape"}, "2020": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "2020"}, "begin": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "begin"}, "possibly": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "possibly"}, "ideas": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "ideas"}, "insurance": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "insurance"}, "ill": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "ill"}, "baloch": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "baloch"}, "meanwhile": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "meanwhile"}, "interesting": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "interesting"}, "authoritarian": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "authoritarian"}, "address": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "address"}, "meaning": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "meaning"}, "headed": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "headed"}, "headphones": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "headphones"}, "career": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "career"}, "azerbaijan": {"count": 5, "proportion": 9.311507160549007e-05, "vocab": "azerbaijan"}, "update": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "update"}, "powder": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "powder"}, "background": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "background"}, "evaluate": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "evaluate"}, "lebron": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "lebron"}, "launched": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "launched"}, "airport": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "airport"}, "evening": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "evening"}, "learning": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "learning"}, "launch": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "launch"}, "supply": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "supply"}, "euros": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "euros"}, "surprised": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "surprised"}, "practical": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "practical"}, "courtesy": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "courtesy"}, "practice": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "practice"}, "cow": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "cow"}, "questioned": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "questioned"}, "league": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "league"}, "upon": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "upon"}, "leads": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "leads"}, "numbers": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "numbers"}, "everybody": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "everybody"}, "european": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "european"}, "note": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "note"}, "baby": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "baby"}, "handling": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "handling"}, "balochistan": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "balochistan"}, "normal": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "normal"}, "consistent": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "consistent"}, "favorites": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "favorites"}, "juice": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "juice"}, "fattened": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "fattened"}, "belief": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "belief"}, "aggressive": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "aggressive"}, "severe": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "severe"}, "sets": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "sets"}, "farmers": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "farmers"}, "kabul": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "kabul"}, "karte": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "karte"}, "wise": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "wise"}, "fantastic": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "fantastic"}, "agree": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "agree"}, "favourite": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "favourite"}, "considering": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "considering"}, "pirkkala": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "pirkkala"}, "underground": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "underground"}, "figures": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "figures"}, "conditions": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "conditions"}, "originally": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "originally"}, "confidence": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "confidence"}, "nobody": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "nobody"}, "besides": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "besides"}, "talks": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "talks"}, "nor": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "nor"}, "join": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "join"}, "benefits": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "benefits"}, "serves": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "serves"}, "february": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "february"}, "reader": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "reader"}, "consequences": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "consequences"}, "consumers": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "consumers"}, "contact": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "contact"}, "1987": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "1987"}, "suspect": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "suspect"}, "knows": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "knows"}, "rain": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "rain"}, "corporation": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "corporation"}, "corps": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "corps"}, "kurono": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "kurono"}, "shopping": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "shopping"}, "susan": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "susan"}, "unit": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "unit"}, "units": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "units"}, "universe": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "universe"}, "barbados": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "barbados"}, "councillors": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "councillors"}, "qureshi": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "qureshi"}, "parwan": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "parwan"}, "knowing": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "knowing"}, "copy": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "copy"}, "table": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "table"}, "range": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "range"}, "shade": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "shade"}, "s\u00edoch\u00e1na": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "s\u00edoch\u00e1na"}, "becomes": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "becomes"}, "shaped": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "shaped"}, "facts": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "facts"}, "beating": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "beating"}, "controlled": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "controlled"}, "expert": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "expert"}, "kilauea": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "kilauea"}, "killed": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "killed"}, "extreme": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "extreme"}, "watching": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "watching"}, "expressed": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "expressed"}, "explained": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "explained"}, "extended": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "extended"}, "liquid": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "liquid"}, "avoid": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "avoid"}, "anywhere": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "anywhere"}, "draw": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "draw"}, "premium": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "premium"}, "depth": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "depth"}, "dramatic": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "dramatic"}, "drafted": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "drafted"}, "speaking": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "speaking"}, "apart": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "apart"}, "describes": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "describes"}, "dependent": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "dependent"}, "description": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "description"}, "voice": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "voice"}, "voices": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "voices"}, "deserved": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "deserved"}, "meadow": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "meadow"}, "specific": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "specific"}, "designated": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "designated"}, "spam": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "spam"}, "alone": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "alone"}, "35": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "35"}, "professionals": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "professionals"}, "profitable": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "profitable"}, "sought": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "sought"}, "virginia": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "virginia"}, "marked": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "marked"}, "profile": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "profile"}, "stream": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "stream"}, "aquatic": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "aquatic"}, "married": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "married"}, "department": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "department"}, "democracy": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "democracy"}, "soviet": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "soviet"}, "approached": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "approached"}, "sow": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "sow"}, "mary": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "mary"}, "drinking": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "drinking"}, "applied": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "applied"}, "designed": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "designed"}, "alternative": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "alternative"}, "songs": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "songs"}, "write": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "write"}, "steady": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "steady"}, "standards": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "standards"}, "meter": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "meter"}, "andre": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "andre"}, "worst": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "worst"}, "stayed": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "stayed"}, "microplastic": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "microplastic"}, "difficult": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "difficult"}, "staff": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "staff"}, "difficulty": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "difficulty"}, "mile": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "mile"}, "2010": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "2010"}, "preserve": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "preserve"}, "walk": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "walk"}, "directly": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "directly"}, "directed": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "directed"}, "stage": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "stage"}, "stability": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "stability"}, "meant": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "meant"}, "steps": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "steps"}, "meat": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "meat"}, "privacy": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "privacy"}, "destination": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "destination"}, "stiffed": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "stiffed"}, "parking": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "parking"}, "spending": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "spending"}, "dollars": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "dollars"}, "primary": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "primary"}, "disruption": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "disruption"}, "amalfi": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "amalfi"}, "memorial": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "memorial"}, "sports": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "sports"}, "vs": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "vs"}, "square": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "square"}, "prescient": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "prescient"}, "vw": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "vw"}, "allowing": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "allowing"}, "worked": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "worked"}, "estranged": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "estranged"}, "successfully": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "successfully"}, "suffering": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "suffering"}, "suffered": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "suffered"}, "ny": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "ny"}, "suddenly": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "suddenly"}, "sitting": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "sitting"}, "audience": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "audience"}, "customers": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "customers"}, "vaccination": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "vaccination"}, "woman": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "woman"}, "vagabond": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "vagabond"}, "piece": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "piece"}, "ending": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "ending"}, "watch": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "watch"}, "lived": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "lived"}, "employed": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "employed"}, "modernist": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "modernist"}, "austin": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "austin"}, "entertainment": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "entertainment"}, "attacked": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "attacked"}, "era": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "era"}, "established": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "established"}, "super": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "super"}, "putting": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "putting"}, "26": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "26"}, "pray": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "pray"}, "error": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "error"}, "authors": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "authors"}, "simmons": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "simmons"}, "suggests": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "suggests"}, "orbit": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "orbit"}, "simple": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "simple"}, "equipment": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "equipment"}, "episode": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "episode"}, "pre": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "pre"}, "pig": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "pig"}, "entirely": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "entirely"}, "slavery": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "slavery"}, "modernism": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "modernism"}, "www": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "www"}, "partners": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "partners"}, "via": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "via"}, "arrive": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "arrive"}, "decrease": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "decrease"}, "struggles": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "struggles"}, "deep": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "deep"}, "victory": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "victory"}, "makers": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "makers"}, "predict": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "predict"}, "mix": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "mix"}, "defeat": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "defeat"}, "easily": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "easily"}, "defend": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "defend"}, "ariane": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "ariane"}, "mannequin": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "mannequin"}, "progress": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "progress"}, "manufacturer": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "manufacturer"}, "proposed": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "proposed"}, "prostate": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "prostate"}, "locations": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "locations"}, "observatory": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "observatory"}, "alexander": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "alexander"}, "48": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "48"}, "date": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "date"}, "algorithms": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "algorithms"}, "washington": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "washington"}, "lord": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "lord"}, "election": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "election"}, "observed": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "observed"}, "artists": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "artists"}, "obtained": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "obtained"}, "loss": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "loss"}, "losses": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "losses"}, "provides": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "provides"}, "mobile": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "mobile"}, "soccer": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "soccer"}, "asian": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "asian"}, "2017": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "2017"}, "76ers": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "76ers"}, "2nd": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "2nd"}, "card": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "card"}, "related": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "related"}, "affairs": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "affairs"}, "born": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "born"}, "mouth": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "mouth"}, "playoff": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "playoff"}, "thus": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "thus"}, "murder": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "murder"}, "tuned": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "tuned"}, "independent": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "independent"}, "bots": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "bots"}, "score": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "score"}, "indeed": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "indeed"}, "scope": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "scope"}, "bottom": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "bottom"}, "weeks": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "weeks"}, "playoffs": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "playoffs"}, "friend": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "friend"}, "boy": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "boy"}, "pawn": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "pawn"}, "income": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "income"}, "colleagues": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "colleagues"}, "movement": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "movement"}, "owi": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "owi"}, "brand": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "brand"}, "scientific": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "scientific"}, "weekly": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "weekly"}, "painted": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "painted"}, "murdoch": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "murdoch"}, "screen": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "screen"}, "traditional": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "traditional"}, "registered": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "registered"}, "seat": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "seat"}, "chance": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "chance"}, "addressed": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "addressed"}, "regarding": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "regarding"}, "rouhani": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "rouhani"}, "captured": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "captured"}, "channel": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "channel"}, "payday": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "payday"}, "region": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "region"}, "greenberger": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "greenberger"}, "cannot": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "cannot"}, "administration": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "administration"}, "candidates": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "candidates"}, "tend": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "tend"}, "injuries": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "injuries"}, "injured": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "injured"}, "tweets": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "tweets"}, "charge": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "charge"}, "bond": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "bond"}, "trade": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "trade"}, "comfort": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "comfort"}, "poor": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "poor"}, "canada": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "canada"}, "rumoured": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "rumoured"}, "turns": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "turns"}, "running": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "running"}, "advocacy": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "advocacy"}, "chemicals": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "chemicals"}, "highlight": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "highlight"}, "pacers": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "pacers"}, "gang": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "gang"}, "climb": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "climb"}, "retail": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "retail"}, "results": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "results"}, "podcast": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "podcast"}, "theory": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "theory"}, "saving": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "saving"}, "whom": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "whom"}, "clearly": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "clearly"}, "gathered": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "gathered"}, "circle": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "circle"}, "husband": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "husband"}, "hurt": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "hurt"}, "thousands": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "thousands"}, "resident": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "resident"}, "classified": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "classified"}, "residential": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "residential"}, "sauce": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "sauce"}, "nearby": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "nearby"}, "respond": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "respond"}, "hospital": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "hospital"}, "patriots": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "patriots"}, "advantages": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "advantages"}, "pace": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "pace"}, "genuine": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "genuine"}, "resources": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "resources"}, "glock": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "glock"}, "plot": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "plot"}, "weekend": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "weekend"}, "cab": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "cab"}, "trump": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "trump"}, "hiking": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "hiking"}, "scheduled": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "scheduled"}, "direct": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "direct"}, "imports": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "imports"}, "advisable": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "advisable"}, "cage": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "cage"}, "train": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "train"}, "training": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "training"}, "golden": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "golden"}, "breed": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "breed"}, "access": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "access"}, "gold": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "gold"}, "ii": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "ii"}, "owners": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "owners"}, "municipality": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "municipality"}, "funds": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "funds"}, "negative": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "negative"}, "peninsula": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "peninsula"}, "images": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "images"}, "pages": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "pages"}, "returned": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "returned"}, "trip": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "trip"}, "futurists": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "futurists"}, "choose": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "choose"}, "bright": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "bright"}, "forecast": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "forecast"}, "industrial": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "industrial"}, "complaint": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "complaint"}, "redshirt": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "redshirt"}, "secret": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "secret"}, "sell": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "sell"}, "halftime": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "halftime"}, "politicians": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "politicians"}, "cases": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "cases"}, "rights": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "rights"}, "selected": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "selected"}, "causing": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "causing"}, "receive": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "receive"}, "flavor": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "flavor"}, "semi": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "semi"}, "rings": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "rings"}, "politics": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "politics"}, "wells": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "wells"}, "happy": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "happy"}, "cascade": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "cascade"}, "guy": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "guy"}, "touch": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "touch"}, "conceded": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "conceded"}, "william": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "william"}, "communities": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "communities"}, "finnish": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "finnish"}, "plan": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "plan"}, "instincts": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "instincts"}, "senior": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "senior"}, "companies": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "companies"}, "carried": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "carried"}, "blocking": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "blocking"}, "block": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "block"}, "focused": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "focused"}, "cemetery": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "cemetery"}, "willing": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "willing"}, "ccp": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "ccp"}, "concern": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "concern"}, "adding": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "adding"}, "rookie": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "rookie"}, "bills": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "bills"}, "harden": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "harden"}, "haircuts": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "haircuts"}, "commonly": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "commonly"}, "wrong": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "wrong"}, "islanders": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "islanders"}, "motegi": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "motegi"}, "foot": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "foot"}, "mvp": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "mvp"}, "recognized": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "recognized"}, "roof": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "roof"}, "blend": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "blend"}, "cast": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "cast"}, "operating": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "operating"}, "title": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "title"}, "ultimately": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "ultimately"}, "passenger": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "passenger"}, "hadn": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "hadn"}, "haven": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "haven"}, "rising": {"count": 4, "proportion": 7.449205728439205e-05, "vocab": "rising"}, "soft": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "soft"}, "hiroto": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "hiroto"}, "stand": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "stand"}, "mahesh": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "mahesh"}, "owner": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "owner"}, "magic": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "magic"}, "eastern": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "eastern"}, "stages": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "stages"}, "majority": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "majority"}, "discovered": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "discovered"}, "retrieved": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "retrieved"}, "standing": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "standing"}, "soil": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "soil"}, "solve": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "solve"}, "roberto": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "roberto"}, "maintain": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "maintain"}, "maintained": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "maintained"}, "mexico": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "mexico"}, "solid": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "solid"}, "sad": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "sad"}, "method": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "method"}, "proper": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "proper"}, "roughly": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "roughly"}, "protest": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "protest"}, "outlook": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "outlook"}, "presented": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "presented"}, "restaurant": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "restaurant"}, "nclt": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "nclt"}, "responsible": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "responsible"}, "handed": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "handed"}, "milking": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "milking"}, "handful": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "handful"}, "river": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "river"}, "salisbury": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "salisbury"}, "responsibility": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "responsibility"}, "responding": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "responding"}, "smoke": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "smoke"}, "outbreak": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "outbreak"}, "respectively": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "respectively"}, "hosts": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "hosts"}, "longest": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "longest"}, "hotels": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "hotels"}, "multitude": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "multitude"}, "direction": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "direction"}, "smaller": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "smaller"}, "directing": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "directing"}, "pong": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "pong"}, "logistics": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "logistics"}, "occur": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "occur"}, "moderate": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "moderate"}, "mid": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "mid"}, "holocaust": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "holocaust"}, "mla": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "mla"}, "risk": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "risk"}, "edit": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "edit"}, "pause": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "pause"}, "historically": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "historically"}, "easier": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "easier"}, "lucky": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "lucky"}, "glad": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "glad"}, "giving": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "giving"}, "pretty": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "pretty"}, "robbery": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "robbery"}, "effort": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "effort"}, "loves": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "loves"}, "lovely": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "lovely"}, "ministers": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "ministers"}, "patrol": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "patrol"}, "snow": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "snow"}, "robbed": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "robbed"}, "hannan": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "hannan"}, "preaching": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "preaching"}, "hollywood": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "hollywood"}, "message": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "message"}, "manhattan": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "manhattan"}, "promptly": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "promptly"}, "producer": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "producer"}, "spambots": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "spambots"}, "sphere": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "sphere"}, "drawings": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "drawings"}, "opens": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "opens"}, "rule": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "rule"}, "ruled": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "ruled"}, "matchup": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "matchup"}, "rulers": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "rulers"}, "ruling": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "ruling"}, "match": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "match"}, "officers": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "officers"}, "mess": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "mess"}, "massive": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "massive"}, "offense": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "offense"}, "producers": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "producers"}, "graphic": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "graphic"}, "preludes": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "preludes"}, "principles": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "principles"}, "herban": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "herban"}, "dogs": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "dogs"}, "gerontion": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "gerontion"}, "professionally": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "professionally"}, "meet": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "meet"}, "reviews": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "reviews"}, "spend": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "spend"}, "dominated": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "dominated"}, "gru": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "gru"}, "headset": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "headset"}, "guide": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "guide"}, "rooms": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "rooms"}, "doubt": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "doubt"}, "round": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "round"}, "donated": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "donated"}, "measure": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "measure"}, "guilt": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "guilt"}, "roy": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "roy"}, "hearing": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "hearing"}, "height": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "height"}, "speaker": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "speaker"}, "speak": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "speak"}, "drafts": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "drafts"}, "prepare": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "prepare"}, "hell": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "hell"}, "heading": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "heading"}, "dramatically": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "dramatically"}, "mayor": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "mayor"}, "gunderson": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "gunderson"}, "revenue": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "revenue"}, "drop": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "drop"}, "drummond": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "drummond"}, "mentioned": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "mentioned"}, "governance": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "governance"}, "distant": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "distant"}, "gyokuro": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "gyokuro"}, "marathi": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "marathi"}, "hacienda": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "hacienda"}, "gordon": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "gordon"}, "hardest": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "hardest"}, "manning": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "manning"}, "revealed": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "revealed"}, "dysfunctional": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "dysfunctional"}, "nancy": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "nancy"}, "previously": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "previously"}, "disrupt": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "disrupt"}, "phone": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "phone"}, "manager": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "manager"}, "missiles": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "missiles"}, "mammoths": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "mammoths"}, "malcolm": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "malcolm"}, "promoting": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "promoting"}, "somehow": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "somehow"}, "missing": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "missing"}, "russians": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "russians"}, "sort": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "sort"}, "graduated": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "graduated"}, "spreading": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "spreading"}, "rolled": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "rolled"}, "herself": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "herself"}, "marriage": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "marriage"}, "russell": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "russell"}, "roles": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "roles"}, "officials": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "officials"}, "documented": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "documented"}, "offences": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "offences"}, "sources": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "sources"}, "grabbed": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "grabbed"}, "oh": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "oh"}, "miss": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "miss"}, "sounds": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "sounds"}, "peace": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "peace"}, "spoke": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "spoke"}, "divorced": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "divorced"}, "pride": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "pride"}, "memory": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "memory"}, "division": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "division"}, "highest": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "highest"}, "soul": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "soul"}, "psychological": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "psychological"}, "items": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "items"}, "howard": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "howard"}, "rapid": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "rapid"}, "organisms": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "organisms"}, "eyes": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "eyes"}, "regarded": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "regarded"}, "insisted": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "insisted"}, "forced": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "forced"}, "forbes": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "forbes"}, "faces": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "faces"}, "shares": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "shares"}, "ranging": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "ranging"}, "ranking": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "ranking"}, "forage": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "forage"}, "inspired": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "inspired"}, "reflects": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "reflects"}, "factory": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "factory"}, "kinds": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "kinds"}, "shape": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "shape"}, "organization": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "organization"}, "potentially": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "potentially"}, "instance": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "instance"}, "failed": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "failed"}, "fair": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "fair"}, "shadow": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "shadow"}, "rare": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "rare"}, "handle": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "handle"}, "falling": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "falling"}, "keeping": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "keeping"}, "falls": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "falls"}, "newcastle": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "newcastle"}, "positivity": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "positivity"}, "kingdom": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "kingdom"}, "fame": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "fame"}, "expertise": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "expertise"}, "scrobbles": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "scrobbles"}, "info": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "info"}, "shop": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "shop"}, "informed": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "informed"}, "shocking": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "shocking"}, "shire": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "shire"}, "pounds": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "pounds"}, "expectations": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "expectations"}, "mood": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "mood"}, "expense": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "expense"}, "forms": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "forms"}, "initiative": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "initiative"}, "experienced": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "experienced"}, "raising": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "raising"}, "extra": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "extra"}, "injury": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "injury"}, "shine": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "shine"}, "explanation": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "explanation"}, "shifted": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "shifted"}, "explosion": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "explosion"}, "export": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "export"}, "exports": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "exports"}, "exposed": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "exposed"}, "express": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "express"}, "searched": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "searched"}, "innovation": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "innovation"}, "expressing": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "expressing"}, "extensive": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "extensive"}, "pass": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "pass"}, "familiar": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "familiar"}, "respect": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "respect"}, "finished": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "finished"}, "featured": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "featured"}, "readers": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "readers"}, "placed": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "placed"}, "moscow": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "moscow"}, "self": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "self"}, "feed": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "feed"}, "nigerian": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "nigerian"}, "joined": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "joined"}, "passat": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "passat"}, "reality": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "reality"}, "sermon": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "sermon"}, "irish": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "irish"}, "jerusalem": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "jerusalem"}, "serial": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "serial"}, "pi\u00ebch": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "pi\u00ebch"}, "realize": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "realize"}, "perceptions": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "perceptions"}, "sequel": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "sequel"}, "finds": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "finds"}, "islam": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "islam"}, "reasons": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "reasons"}, "fields": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "fields"}, "fifty": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "fifty"}, "jada": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "jada"}, "jack": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "jack"}, "fill": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "fill"}, "filled": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "filled"}, "mostly": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "mostly"}, "involves": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "involves"}, "journal": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "journal"}, "sections": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "sections"}, "fascists": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "fascists"}, "institutions": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "institutions"}, "focuses": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "focuses"}, "moriyama": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "moriyama"}, "fans": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "fans"}, "intended": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "intended"}, "sexual": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "sexual"}, "fare": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "fare"}, "intends": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "intends"}, "fly": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "fly"}, "intention": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "intention"}, "seed": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "seed"}, "oriented": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "oriented"}, "perfectly": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "perfectly"}, "fast": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "fast"}, "reactions": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "reactions"}, "seeking": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "seeking"}, "reach": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "reach"}, "newspapers": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "newspapers"}, "favor": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "favor"}, "interested": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "interested"}, "investigates": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "investigates"}, "seemingly": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "seemingly"}, "nonetheless": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "nonetheless"}, "judy": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "judy"}, "session": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "session"}, "judging": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "judging"}, "plastic": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "plastic"}, "recognize": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "recognize"}, "existence": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "existence"}, "influenced": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "influenced"}, "mount": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "mount"}, "pure": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "pure"}, "linemen": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "linemen"}, "item": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "item"}, "portrait": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "portrait"}, "sit": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "sit"}, "pata": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "pata"}, "identity": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "identity"}, "sirkin": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "sirkin"}, "sirens": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "sirens"}, "limits": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "limits"}, "reportedly": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "reportedly"}, "limited": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "limited"}, "gala": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "gala"}, "limit": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "limit"}, "entrance": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "entrance"}, "link": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "link"}, "likes": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "likes"}, "singh": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "singh"}, "repertoire": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "repertoire"}, "repeating": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "repeating"}, "prayer": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "prayer"}, "futures": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "futures"}, "repeatedly": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "repeatedly"}, "equivalent": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "equivalent"}, "paid": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "paid"}, "funeral": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "funeral"}, "eric": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "eric"}, "lighter": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "lighter"}, "silence": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "silence"}, "lines": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "lines"}, "iconic": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "iconic"}, "regularly": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "regularly"}, "pie": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "pie"}, "publication": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "publication"}, "embedded": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "embedded"}, "slaves": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "slaves"}, "hughes": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "hughes"}, "generation": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "generation"}, "emotional": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "emotional"}, "emotionally": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "emotionally"}, "emphasis": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "emphasis"}, "generally": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "generally"}, "skripal": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "skripal"}, "encourage": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "encourage"}, "encouraged": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "encouraged"}, "skills": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "skills"}, "skeletal": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "skeletal"}, "multiple": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "multiple"}, "hundreds": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "hundreds"}, "enduring": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "enduring"}, "saved": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "saved"}, "rescued": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "rescued"}, "obama": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "obama"}, "listen": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "listen"}, "requiring": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "requiring"}, "engaged": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "engaged"}, "engagement": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "engagement"}, "engaging": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "engaging"}, "garden": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "garden"}, "nyc": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "nyc"}, "engine": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "engine"}, "sikh": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "sikh"}, "pursue": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "pursue"}, "escape": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "escape"}, "fraites": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "fraites"}, "reliability": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "reliability"}, "notes": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "notes"}, "monitor": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "monitor"}, "org": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "org"}, "evident": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "evident"}, "pinning": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "pinning"}, "indian": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "indian"}, "notable": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "notable"}, "lay": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "lay"}, "relatively": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "relatively"}, "launching": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "launching"}, "latter": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "latter"}, "except": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "except"}, "nelson": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "nelson"}, "scene": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "scene"}, "shots": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "shots"}, "exchange": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "exchange"}, "language": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "language"}, "radical": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "radical"}, "nerves": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "nerves"}, "lambo": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "lambo"}, "laid": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "laid"}, "shortly": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "shortly"}, "lacked": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "lacked"}, "labor": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "labor"}, "exist": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "exist"}, "founder": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "founder"}, "foundation": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "foundation"}, "everyday": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "everyday"}, "friendship": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "friendship"}, "noticed": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "noticed"}, "leaves": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "leaves"}, "removed": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "removed"}, "escort": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "escort"}, "moments": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "moments"}, "levies": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "levies"}, "implemented": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "implemented"}, "essentially": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "essentially"}, "signal": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "signal"}, "sign": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "sign"}, "fundamental": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "fundamental"}, "sight": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "sight"}, "estimates": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "estimates"}, "letters": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "letters"}, "fund": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "fund"}, "imported": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "imported"}, "fully": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "fully"}, "negra": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "negra"}, "improved": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "improved"}, "fuel": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "fuel"}, "frustration": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "frustration"}, "remaining": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "remaining"}, "neither": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "neither"}, "ev": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "ev"}, "lee": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "lee"}, "frontier": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "frontier"}, "panic": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "panic"}, "leaving": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "leaving"}, "ongoing": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "ongoing"}, "engraving": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "engraving"}, "entering": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "entering"}, "diplomats": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "diplomats"}, "arrested": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "arrested"}, "assets": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "assets"}, "assessment": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "assessment"}, "venture": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "venture"}, "coupe": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "coupe"}, "couples": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "couples"}, "aspect": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "aspect"}, "cowell": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "cowell"}, "cpu": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "cpu"}, "suppression": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "suppression"}, "art": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "art"}, "vice": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "vice"}, "supports": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "supports"}, "victims": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "victims"}, "array": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "array"}, "counter": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "counter"}, "arranged": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "arranged"}, "supported": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "supported"}, "army": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "army"}, "arms": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "arms"}, "videos": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "videos"}, "armed": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "armed"}, "violated": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "violated"}, "crews": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "crews"}, "superb": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "superb"}, "crime": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "crime"}, "criticism": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "criticism"}, "visibility": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "visibility"}, "visible": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "visible"}, "vehicle": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "vehicle"}, "variety": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "variety"}, "appeared": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "appeared"}, "conversations": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "conversations"}, "battery": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "battery"}, "basically": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "basically"}, "basic": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "basic"}, "base": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "base"}, "barrels": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "barrels"}, "barrel": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "barrel"}, "contribution": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "contribution"}, "unlike": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "unlike"}, "controls": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "controls"}, "banks": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "banks"}, "swim": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "swim"}, "bang": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "bang"}, "ban": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "ban"}, "balance": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "balance"}, "correctly": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "correctly"}, "swarming": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "swarming"}, "awareness": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "awareness"}, "usda": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "usda"}, "automotive": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "automotive"}, "autocar": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "autocar"}, "authoritarianism": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "authoritarianism"}, "australia": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "australia"}, "auditions": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "auditions"}, "utter": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "utter"}, "auction": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "auction"}, "suspended": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "suspended"}, "vaccinated": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "vaccinated"}, "suspects": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "suspects"}, "apply": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "apply"}, "summer": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "summer"}, "bbc": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "bbc"}, "debt": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "debt"}, "album": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "album"}, "dangerous": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "dangerous"}, "watched": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "watched"}, "dante": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "dante"}, "wausau": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "wausau"}, "subscription": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "subscription"}, "agitation": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "agitation"}, "ages": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "ages"}, "affect": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "affect"}, "weapons": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "weapons"}, "wearing": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "wearing"}, "advantage": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "advantage"}, "dear": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "dear"}, "decade": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "decade"}, "alliance": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "alliance"}, "add": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "add"}, "decent": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "decent"}, "decide": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "decide"}, "declaration": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "declaration"}, "declared": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "declared"}, "adair": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "adair"}, "stuck": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "stuck"}, "decline": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "decline"}, "declined": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "declined"}, "acted": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "acted"}, "deeper": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "deeper"}, "whereas": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "whereas"}, "whilst": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "whilst"}, "warner": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "warner"}, "dance": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "dance"}, "anyway": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "anyway"}, "wait": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "wait"}, "anymore": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "anymore"}, "suitable": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "suitable"}, "anti": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "anti"}, "anthony": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "anthony"}, "cultivation": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "cultivation"}, "ankle": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "ankle"}, "cup": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "cup"}, "angry": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "angry"}, "anger": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "anger"}, "curing": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "curing"}, "andrew": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "andrew"}, "ancient": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "ancient"}, "cwt": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "cwt"}, "waiting": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "waiting"}, "allies": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "allies"}, "dad": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "dad"}, "daisuke": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "daisuke"}, "walking": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "walking"}, "amber": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "amber"}, "substantial": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "substantial"}, "amazing": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "amazing"}, "damaging": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "damaging"}, "amaravati": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "amaravati"}, "alternatives": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "alternatives"}, "alpha": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "alpha"}, "almond": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "almond"}, "allows": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "allows"}, "warm": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "warm"}, "context": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "context"}, "contemporary": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "contemporary"}, "accuse": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "accuse"}, "bush": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "bush"}, "cat": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "cat"}, "totally": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "totally"}, "carmona": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "carmona"}, "caribbeantales": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "caribbeantales"}, "caribbean": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "caribbean"}, "cared": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "cared"}, "classifier": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "classifier"}, "clean": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "clean"}, "toxic": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "toxic"}, "therefore": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "therefore"}, "campus": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "campus"}, "closer": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "closer"}, "calm": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "calm"}, "burn": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "burn"}, "caused": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "caused"}, "burials": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "burials"}, "travel": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "travel"}, "coleman": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "coleman"}, "testing": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "testing"}, "bunch": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "bunch"}, "bulls": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "bulls"}, "test": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "test"}, "buildings": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "buildings"}, "collecting": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "collecting"}, "brunch": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "brunch"}, "trend": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "trend"}, "brotherly": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "brotherly"}, "trends": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "trends"}, "claims": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "claims"}, "causes": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "causes"}, "broadcast": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "broadcast"}, "challenges": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "challenges"}, "checked": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "checked"}, "thursday": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "thursday"}, "tight": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "tight"}, "characterized": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "characterized"}, "throw": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "throw"}, "childhood": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "childhood"}, "tinned": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "tinned"}, "tiny": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "tiny"}, "thrives": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "thrives"}, "changed": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "changed"}, "chances": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "chances"}, "thrilled": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "thrilled"}, "challenging": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "challenging"}, "chocolate": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "chocolate"}, "cavaliers": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "cavaliers"}, "thousand": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "thousand"}, "chair": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "chair"}, "christian": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "christian"}, "titled": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "titled"}, "celtics": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "celtics"}, "celebrity": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "celebrity"}, "celebrities": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "celebrities"}, "thinks": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "thinks"}, "cities": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "cities"}, "civic": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "civic"}, "ton": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "ton"}, "civilization": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "civilization"}, "cbd": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "cbd"}, "tends": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "tends"}, "brisvegas": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "brisvegas"}, "contain": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "contain"}, "consider": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "consider"}, "uncredited": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "uncredited"}, "confirmed": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "confirmed"}, "bet": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "bet"}, "bessemer": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "bessemer"}, "talk": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "talk"}, "congress": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "congress"}, "connect": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "connect"}, "connection": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "connection"}, "connections": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "connections"}, "talented": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "talented"}, "talent": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "talent"}, "understood": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "understood"}, "conservative": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "conservative"}, "consideration": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "consideration"}, "biologists": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "biologists"}, "consistency": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "consistency"}, "beliefs": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "beliefs"}, "behalf": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "behalf"}, "conspiracy": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "conspiracy"}, "constant": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "constant"}, "constantly": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "constantly"}, "beginners": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "beginners"}, "bees": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "bees"}, "constitutional": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "constitutional"}, "beauty": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "beauty"}, "consumer": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "consumer"}, "tables": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "tables"}, "uniform": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "uniform"}, "uncertainty": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "uncertainty"}, "tasman": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "tasman"}, "brindisa": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "brindisa"}, "boat": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "boat"}, "brilliant": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "brilliant"}, "trilateral": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "trilateral"}, "brew": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "brew"}, "braveheart": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "braveheart"}, "bph": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "bph"}, "bought": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "bought"}, "bottle": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "bottle"}, "boot": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "boot"}, "technique": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "technique"}, "comparison": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "comparison"}, "tutu": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "tutu"}, "twenty": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "twenty"}, "teaching": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "teaching"}, "teach": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "teach"}, "birds": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "birds"}, "boasts": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "boasts"}, "bluegrass": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "bluegrass"}, "comprehensive": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "comprehensive"}, "blisters": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "blisters"}, "computer": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "computer"}, "blast": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "blast"}, "taxi": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "taxi"}, "umami": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "umami"}, "concerned": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "concerned"}, "conclusion": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "conclusion"}, "concrete": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "concrete"}, "birrueta": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "birrueta"}, "taste": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "taste"}, "struck": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "struck"}, "va": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "va"}, "delicate": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "delicate"}, "zoning": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "zoning"}, "abel": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "abel"}, "80s": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "80s"}, "yorker": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "yorker"}, "strained": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "strained"}, "dehesa": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "dehesa"}, "400": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "400"}, "yeah": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "yeah"}, "accept": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "accept"}, "strength": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "strength"}, "39": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "39"}, "20th": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "20th"}, "21st": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "21st"}, "1986": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "1986"}, "wishers": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "wishers"}, "38": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "38"}, "1995": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "1995"}, "woke": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "woke"}, "09": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "09"}, "41": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "41"}, "abuse": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "abuse"}, "2008": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "2008"}, "45": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "45"}, "wireless": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "wireless"}, "1909": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "1909"}, "xochitl": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "xochitl"}, "zealand": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "zealand"}, "51": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "51"}, "43": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "43"}, "develop": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "develop"}, "diaspora": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "diaspora"}, "strategies": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "strategies"}, "zarif": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "zarif"}, "wire": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "wire"}, "die": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "die"}, "deliver": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "deliver"}, "devastating": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "devastating"}, "delivered": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "delivered"}, "describing": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "describing"}, "accuracy": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "accuracy"}, "300": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "300"}, "youtube": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "youtube"}, "developers": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "developers"}, "statistical": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "statistical"}, "defensive": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "defensive"}, "900": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "900"}, "statistics": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "statistics"}, "you3": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "you3"}, "withdrawal": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "withdrawal"}, "07": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "07"}, "33": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "33"}, "90": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "90"}, "wouldn": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "wouldn"}, "depend": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "depend"}, "9mm": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "9mm"}, "digital": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "digital"}, "describe": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "describe"}, "straight": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "straight"}, "store": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "store"}, "23": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "23"}, "wicked": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "wicked"}, "storage": {"count": 3, "proportion": 5.586904296329404e-05, "vocab": "storage"}, "ink": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ink"}, "reflection": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "reflection"}, "typically": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "typically"}, "tweet": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "tweet"}, "regular": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "regular"}, "tutorial": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "tutorial"}, "influx": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "influx"}, "1983": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "1983"}, "instability": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "instability"}, "influence": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "influence"}, "booked": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "booked"}, "reflecting": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "reflecting"}, "infinitely": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "infinitely"}, "infected": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "infected"}, "bone": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bone"}, "informs": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "informs"}, "innocent": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "innocent"}, "initialized": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "initialized"}, "organs": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "organs"}, "oregon": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "oregon"}, "innovative": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "innovative"}, "input": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "input"}, "twentieth": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "twentieth"}, "registration": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "registration"}, "regions": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "regions"}, "initial": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "initial"}, "1975": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "1975"}, "perimeter": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "perimeter"}, "bodies": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bodies"}, "inherently": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "inherently"}, "inspiration": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "inspiration"}, "reinventing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "reinventing"}, "infrastructure": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "infrastructure"}, "bloom": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bloom"}, "accusations": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "accusations"}, "relax": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "relax"}, "reject": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "reject"}, "remote": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "remote"}, "remarkable": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "remarkable"}, "breaking": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "breaking"}, "impressive": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "impressive"}, "impressed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "impressed"}, "truly": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "truly"}, "breakup": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "breakup"}, "diplomat": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "diplomat"}, "reminded": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "reminded"}, "implied": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "implied"}, "trouble": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "trouble"}, "implementation": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "implementation"}, "remove": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "remove"}, "imran": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "imran"}, "breeding": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "breeding"}, "rental": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "rental"}, "renton": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "renton"}, "immensely": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "immensely"}, "immense": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "immense"}, "brettle": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "brettle"}, "imagining": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "imagining"}, "imagined": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "imagined"}, "1953": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "1953"}, "illustrations": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "illustrations"}, "repeat": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "repeat"}, "bread": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bread"}, "truth": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "truth"}, "inefficiency": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "inefficiency"}, "tune": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "tune"}, "1965": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "1965"}, "boost": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "boost"}, "origins": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "origins"}, "relation": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "relation"}, "boozy": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "boozy"}, "turkey": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "turkey"}, "indicated": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "indicated"}, "indicate": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "indicate"}, "botcha": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "botcha"}, "referred": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "referred"}, "incredibly": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "incredibly"}, "orlando": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "orlando"}, "religious": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "religious"}, "increasing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "increasing"}, "bounceback": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bounceback"}, "boundaries": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "boundaries"}, "incomplete": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "incomplete"}, "box": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "box"}, "incompatible": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "incompatible"}, "1962": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "1962"}, "tuesday": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "tuesday"}, "branches": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "branches"}, "bras": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bras"}, "religion": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "religion"}, "orders": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "orders"}, "blessed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "blessed"}, "references": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "references"}, "beyond": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "beyond"}, "jim": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "jim"}, "00": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "00"}, "jet": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "jet"}, "realization": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "realization"}, "jeremiah": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "jeremiah"}, "2030": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "2030"}, "jefferson": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "jefferson"}, "jeff": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "jeff"}, "2022": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "2022"}, "reared": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "reared"}, "javascript": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "javascript"}, "javad": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "javad"}, "2018": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "2018"}, "rebuilding": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "rebuilding"}, "bhatt": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bhatt"}, "2015": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "2015"}, "jamie": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "jamie"}, "bible": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bible"}, "jacket": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "jacket"}, "unconstitutional": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "unconstitutional"}, "biden": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "biden"}, "rebounding": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "rebounding"}, "bigger": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bigger"}, "biggie": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "biggie"}, "billboard": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "billboard"}, "billionth": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "billionth"}, "bentley": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bentley"}, "joe": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "joe"}, "personally": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "personally"}, "realisation": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "realisation"}, "oladipo": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "oladipo"}, "jumped": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "jumped"}, "believes": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "believes"}, "julio": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "julio"}, "unemployment": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "unemployment"}, "judicial": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "judicial"}, "reaction": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "reaction"}, "journeys": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "journeys"}, "petrov": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "petrov"}, "journalist": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "journalist"}, "journalism": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "journalism"}, "omara": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "omara"}, "underway": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "underway"}, "jordan": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "jordan"}, "pet": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "pet"}, "readiness": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "readiness"}, "28": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "28"}, "understanding": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "understanding"}, "joked": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "joked"}, "joke": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "joke"}, "perspective": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "perspective"}, "25th": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "25th"}, "onto": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "onto"}, "joining": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "joining"}, "johnson": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "johnson"}, "2009": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "2009"}, "bioaccumulative": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bioaccumulative"}, "instrument": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "instrument"}, "uighur": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "uighur"}, "interviews": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "interviews"}, "interviewed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "interviewed"}, "intervene": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "intervene"}, "rectifying": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "rectifying"}, "1994": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "1994"}, "periods": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "periods"}, "blasting": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "blasting"}, "internal": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "internal"}, "intermediate": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "intermediate"}, "interests": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "interests"}, "blazing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "blazing"}, "ignore": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ignore"}, "redmayne": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "redmayne"}, "uncertain": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "uncertain"}, "ugly": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ugly"}, "intensively": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "intensively"}, "intensity": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "intensity"}, "reduced": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "reduced"}, "reduction": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "reduction"}, "blinken": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "blinken"}, "ordering": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ordering"}, "intake": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "intake"}, "referee": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "referee"}, "insurers": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "insurers"}, "insurer": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "insurer"}, "instruments": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "instruments"}, "intolerant": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "intolerant"}, "um": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "um"}, "orange": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "orange"}, "introduction": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "introduction"}, "isis": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "isis"}, "recalled": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "recalled"}, "isabelle": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "isabelle"}, "persistent": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "persistent"}, "irritated": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "irritated"}, "irony": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "irony"}, "persecution": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "persecution"}, "bird": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bird"}, "permanent": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "permanent"}, "birmingham": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "birmingham"}, "wwi": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "wwi"}, "birth": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "birth"}, "2003": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "2003"}, "iowa": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "iowa"}, "invited": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "invited"}, "recognised": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "recognised"}, "investigators": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "investigators"}, "1999": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "1999"}, "investigations": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "investigations"}, "unable": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "unable"}, "bladder": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bladder"}, "invested": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "invested"}, "or7": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "or7"}, "inventory": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "inventory"}, "invasive": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "invasive"}, "briefly": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "briefly"}, "hypocrisy": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "hypocrisy"}, "ignorance": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ignorance"}, "rob": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "rob"}, "pacific": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "pacific"}, "topical": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "topical"}, "hannah": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "hannah"}, "150": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "150"}, "categories": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "categories"}, "toothed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "toothed"}, "category": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "category"}, "roads": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "roads"}, "package": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "package"}, "roasted": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "roasted"}, "packed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "packed"}, "path": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "path"}, "packs": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "packs"}, "rocks": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "rocks"}, "robbing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "robbing"}, "tonantzin": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "tonantzin"}, "zen": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "zen"}, "robinson": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "robinson"}, "zero": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "zero"}, "cedar": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "cedar"}, "zombies": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "zombies"}, "hair": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "hair"}, "pair": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "pair"}, "celebrate": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "celebrate"}, "rocket": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "rocket"}, "celebrated": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "celebrated"}, "happening": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "happening"}, "rival": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "rival"}, "ritual": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ritual"}, "rises": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "rises"}, "rhetoric": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "rhetoric"}, "heavenly": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "heavenly"}, "rhys": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "rhys"}, "ysrcp": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ysrcp"}, "capable": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "capable"}, "capacity": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "capacity"}, "paul": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "paul"}, "captions": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "captions"}, "rice": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "rice"}, "pattern": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "pattern"}, "richard": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "richard"}, "15th": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "15th"}, "heads": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "heads"}, "headquarters": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "headquarters"}, "tough": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "tough"}, "careful": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "careful"}, "zack": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "zack"}, "paths": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "paths"}, "touched": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "touched"}, "ridiculous": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ridiculous"}, "hassle": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "hassle"}, "carrying": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "carrying"}, "cars": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "cars"}, "rightly": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "rightly"}, "ring": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ring"}, "celebrating": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "celebrating"}, "passes": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "passes"}, "rhapsody": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "rhapsody"}, "tim": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "tim"}, "parcel": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "parcel"}, "grit": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "grit"}, "parent": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "parent"}, "row": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "row"}, "grey": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "grey"}, "chaotic": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "chaotic"}, "rs": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "rs"}, "parliament": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "parliament"}, "timing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "timing"}, "chapter": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "chapter"}, "00pm": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "00pm"}, "greatest": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "greatest"}, "gray": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "gray"}, "h": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "h"}, "graves": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "graves"}, "tik": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "tik"}, "charlie": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "charlie"}, "charting": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "charting"}, "grant": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "grant"}, "tickets": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "tickets"}, "ticket": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ticket"}, "rupert": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "rupert"}, "000th": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "000th"}, "grand": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "grand"}, "grams": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "grams"}, "grammy": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "grammy"}, "partly": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "partly"}, "08": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "08"}, "championing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "championing"}, "paperback": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "paperback"}, "rogers": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "rogers"}, "tokyo": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "tokyo"}, "cents": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "cents"}, "gunfire": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "gunfire"}, "tofu": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "tofu"}, "ceremonial": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ceremonial"}, "ceremonies": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ceremonies"}, "certificate": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "certificate"}, "guilty": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "guilty"}, "paleta": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "paleta"}, "paletas": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "paletas"}, "palm": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "palm"}, "10bn": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "10bn"}, "chairman": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "chairman"}, "roots": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "roots"}, "guess": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "guess"}, "guardian": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "guardian"}, "tired": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "tired"}, "guarantees": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "guarantees"}, "guaranteed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "guaranteed"}, "guarantee": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "guarantee"}, "rotations": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "rotations"}, "rothschild": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "rothschild"}, "partying": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "partying"}, "paper": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "paper"}, "170": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "170"}, "hectares": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "hectares"}, "otherwise": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "otherwise"}, "buck": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "buck"}, "penguins": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "penguins"}, "browsing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "browsing"}, "outright": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "outright"}, "tremendous": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "tremendous"}, "humble": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "humble"}, "resolution": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "resolution"}, "hugo": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "hugo"}, "tree": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "tree"}, "hugh": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "hugh"}, "hugely": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "hugely"}, "resolve": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "resolve"}, "resource": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "resource"}, "bucket": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bucket"}, "host": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "host"}, "http": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "http"}, "treated": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "treated"}, "houses": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "houses"}, "buffer": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "buffer"}, "bug": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bug"}, "1910": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "1910"}, "bugs": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bugs"}, "builder": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "builder"}, "travis": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "travis"}, "pending": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "pending"}, "bullet": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bullet"}, "hosted": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "hosted"}, "residency": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "residency"}, "hunter": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "hunter"}, "brown": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "brown"}, "brow": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "brow"}, "brighton": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "brighton"}, "yellow": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "yellow"}, "reporters": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "reporters"}, "ideologies": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ideologies"}, "brings": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "brings"}, "yesterday": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "yesterday"}, "tries": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "tries"}, "identical": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "identical"}, "broad": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "broad"}, "1917": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "1917"}, "ice": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ice"}, "iberico": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "iberico"}, "broadmoor": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "broadmoor"}, "reputation": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "reputation"}, "peyton": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "peyton"}, "outfits": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "outfits"}, "broken": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "broken"}, "require": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "require"}, "hydrophobic": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "hydrophobic"}, "broncos": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "broncos"}, "1915": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "1915"}, "penn": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "penn"}, "brothers": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "brothers"}, "researched": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "researched"}, "resection": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "resection"}, "respectful": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "respectful"}, "hospitals": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "hospitals"}, "track": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "track"}, "cameron": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "cameron"}, "hire": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "hire"}, "hippopotamus": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "hippopotamus"}, "caffeine": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "caffeine"}, "cake": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "cake"}, "hikers": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "hikers"}, "highlights": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "highlights"}, "calls": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "calls"}, "calming": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "calming"}, "hide": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "hide"}, "hidden": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "hidden"}, "reveals": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "reveals"}, "hey": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "hey"}, "younger": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "younger"}, "1904": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "1904"}, "heroes": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "heroes"}, "reverb": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "reverb"}, "campo": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "campo"}, "canadian": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "canadian"}, "reviewed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "reviewed"}, "helping": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "helping"}, "helpful": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "helpful"}, "tracks": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "tracks"}, "helms": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "helms"}, "revolution": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "revolution"}, "canned": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "canned"}, "canoe": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "canoe"}, "retention": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "retention"}, "busy": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "busy"}, "businesses": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "businesses"}, "bushes": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bushes"}, "respondents": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "respondents"}, "yong": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "yong"}, "bunker": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bunker"}, "peer": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "peer"}, "overing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "overing"}, "hopefully": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "hopefully"}, "travelled": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "travelled"}, "honoured": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "honoured"}, "overnight": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "overnight"}, "yonhap": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "yonhap"}, "restaurants": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "restaurants"}, "honor": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "honor"}, "honest": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "honest"}, "restored": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "restored"}, "homes": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "homes"}, "restrict": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "restrict"}, "holy": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "holy"}, "transport": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "transport"}, "hollow": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "hollow"}, "holes": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "holes"}, "hole": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "hole"}, "burns": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "burns"}, "burst": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "burst"}, "ho": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ho"}, "oversight": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "oversight"}, "justice": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "justice"}, "unfortunate": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "unfortunate"}, "begun": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "begun"}, "wafa": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "wafa"}, "pressures": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "pressures"}, "waiter": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "waiter"}, "nightingales": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "nightingales"}, "microsoft": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "microsoft"}, "anc": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "anc"}, "ancestors": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ancestors"}, "micro": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "micro"}, "michelangelo": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "michelangelo"}, "ancestral": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ancestral"}, "windy": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "windy"}, "niu2nai3": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "niu2nai3"}, "methods": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "methods"}, "wade": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "wade"}, "mighty": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "mighty"}, "wing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "wing"}, "preview": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "preview"}, "metamorphoses": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "metamorphoses"}, "w": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "w"}, "merger": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "merger"}, "merely": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "merely"}, "mere": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "mere"}, "nomination": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "nomination"}, "none": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "none"}, "anne": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "anne"}, "announce": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "announce"}, "vr": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "vr"}, "pressure": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "pressure"}, "nigeria": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "nigeria"}, "worries": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "worries"}, "minnesota": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "minnesota"}, "prehistoric": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "prehistoric"}, "mission": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "mission"}, "wildflowers": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "wildflowers"}, "preliminary": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "preliminary"}, "newest": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "newest"}, "wanting": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "wanting"}, "newly": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "newly"}, "980": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "980"}, "amazon": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "amazon"}, "minority": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "minority"}, "minor": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "minor"}, "nfl": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "nfl"}, "plants": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "plants"}, "waitress": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "waitress"}, "minimize": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "minimize"}, "amid": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "amid"}, "minds": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "minds"}, "wilma": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "wilma"}, "millions": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "millions"}, "walked": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "walked"}, "preservation": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "preservation"}, "wilson": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "wilson"}, "amour": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "amour"}, "milky": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "milky"}, "amsterdam": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "amsterdam"}, "waived": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "waived"}, "primarily": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "primarily"}, "melanie": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "melanie"}, "answered": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "answered"}, "visited": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "visited"}, "apparently": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "apparently"}, "processing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "processing"}, "material": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "material"}, "wished": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "wished"}, "matches": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "matches"}, "applications": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "applications"}, "vizag": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "vizag"}, "masterpiece": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "masterpiece"}, "vitti": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "vitti"}, "massacre": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "massacre"}, "appreciate": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "appreciate"}, "visiting": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "visiting"}, "approach": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "approach"}, "meetings": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "meetings"}, "prof": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "prof"}, "approaches": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "approaches"}, "appropriate": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "appropriate"}, "northern": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "northern"}, "professor": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "professor"}, "markets": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "markets"}, "marketplace": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "marketplace"}, "virtually": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "virtually"}, "profit": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "profit"}, "virtual": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "virtual"}, "profits": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "profits"}, "marathon": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "marathon"}, "matthew": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "matthew"}, "apparent": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "apparent"}, "vocabulary": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "vocabulary"}, "apollinax": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "apollinax"}, "answers": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "answers"}, "voting": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "voting"}, "meditation": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "meditation"}, "prior": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "prior"}, "pits": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "pits"}, "medication": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "medication"}, "medically": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "medically"}, "medical": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "medical"}, "nope": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "nope"}, "privatisation": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "privatisation"}, "wisdom": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "wisdom"}, "anticipated": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "anticipated"}, "measured": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "measured"}, "anticipation": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "anticipation"}, "volunteer": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "volunteer"}, "anton": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "anton"}, "meanings": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "meanings"}, "antoni": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "antoni"}, "volcano": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "volcano"}, "prized": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "prized"}, "mckenzie": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "mckenzie"}, "proactive": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "proactive"}, "pistons": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "pistons"}, "wish": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "wish"}, "mazatl\u00e1n": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "mazatl\u00e1n"}, "mistake": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "mistake"}, "predicted": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "predicted"}, "predictability": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "predictability"}, "admission": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "admission"}, "mustard": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "mustard"}, "adcock": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "adcock"}, "accepted": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "accepted"}, "acceptance": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "acceptance"}, "adds": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "adds"}, "welfare": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "welfare"}, "weighing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "weighing"}, "poorer": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "poorer"}, "weigh": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "weigh"}, "neighbours": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "neighbours"}, "muscular": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "muscular"}, "muscles": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "muscles"}, "admitted": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "admitted"}, "moving": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "moving"}, "mural": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "mural"}, "adopting": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "adopting"}, "municipalities": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "municipalities"}, "ads": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ads"}, "porsche": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "porsche"}, "websites": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "websites"}, "portable": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "portable"}, "portal": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "portal"}, "portion": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "portion"}, "multi": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "multi"}, "weaving": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "weaving"}, "weather": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "weather"}, "muster": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "muster"}, "weren": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "weren"}, "mx": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "mx"}, "adani": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "adani"}, "whispers": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "whispers"}, "acorns": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "acorns"}, "nationalistic": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "nationalistic"}, "acre": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "acre"}, "acres": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "acres"}, "poets": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "poets"}, "nashville": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "nashville"}, "plucked": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "plucked"}, "nasa": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "nasa"}, "acting": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "acting"}, "whales": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "whales"}, "neatly": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "neatly"}, "pokorny": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "pokorny"}, "names": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "names"}, "accounted": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "accounted"}, "active": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "active"}, "neck": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "neck"}, "naked": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "naked"}, "actors": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "actors"}, "accord": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "accord"}, "wesson": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "wesson"}, "accessible": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "accessible"}, "accessed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "accessed"}, "mystery": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "mystery"}, "neglect": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "neglect"}, "advisability": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "advisability"}, "movies": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "movies"}, "abducted": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "abducted"}, "alana": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "alana"}, "monthly": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "monthly"}, "aid": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "aid"}, "abul": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "abul"}, "montanera": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "montanera"}, "aids": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "aids"}, "ailing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ailing"}, "pr": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "pr"}, "aimed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "aimed"}, "airlines": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "airlines"}, "airpods": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "airpods"}, "practicing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "practicing"}, "alan": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "alan"}, "absorbed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "absorbed"}, "moves": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "moves"}, "praying": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "praying"}, "albeit": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "albeit"}, "abrams": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "abrams"}, "abilities": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "abilities"}, "aldous": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "aldous"}, "moderation": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "moderation"}, "wartime": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "wartime"}, "wars": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "wars"}, "precautionary": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "precautionary"}, "allegedly": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "allegedly"}, "mls": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "mls"}, "nevertheless": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "nevertheless"}, "monument": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "monument"}, "nervous": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "nervous"}, "moon": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "moon"}, "pound": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "pound"}, "movements": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "movements"}, "advocates": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "advocates"}, "wide": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "wide"}, "weariness": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "weariness"}, "accelerated": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "accelerated"}, "mountains": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "mountains"}, "widely": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "widely"}, "wean": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "wean"}, "possession": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "possession"}, "possibility": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "possibility"}, "motivational": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "motivational"}, "motivation": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "motivation"}, "afford": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "afford"}, "possum": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "possum"}, "mothers": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "mothers"}, "weak": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "weak"}, "afraid": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "afraid"}, "aftermath": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "aftermath"}, "mosque": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "mosque"}, "agents": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "agents"}, "nerve": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "nerve"}, "waves": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "waves"}, "wider": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "wider"}, "agreed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "agreed"}, "morality": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "morality"}, "architects": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "architects"}, "map": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "map"}, "violator": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "violator"}, "occupied": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "occupied"}, "quick": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "quick"}, "quicker": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "quicker"}, "unsettled": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "unsettled"}, "bail": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bail"}, "bailey": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bailey"}, "baku": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "baku"}, "balanced": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "balanced"}, "phrases": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "phrases"}, "unpublished": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "unpublished"}, "occlusion": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "occlusion"}, "lateral": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "lateral"}, "photos": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "photos"}, "banjo": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "banjo"}, "radios": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "radios"}, "44": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "44"}, "race": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "race"}, "lands": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "lands"}, "landed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "landed"}, "unlimited": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "unlimited"}, "occurrence": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "occurrence"}, "lamppost": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "lamppost"}, "unlikely": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "unlikely"}, "occurs": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "occurs"}, "barely": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "barely"}, "radioactive": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "radioactive"}, "unless": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "unless"}, "unveiling": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "unveiling"}, "unwanted": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "unwanted"}, "bachelor": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bachelor"}, "upcoming": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "upcoming"}, "lies": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "lies"}, "obstacle": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "obstacle"}, "useful": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "useful"}, "autry": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "autry"}, "woody": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "woody"}, "usb": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "usb"}, "avoided": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "avoided"}, "qualified": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "qualified"}, "urging": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "urging"}, "quarantined": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "quarantined"}, "obviously": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "obviously"}, "quartets": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "quartets"}, "queen": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "queen"}, "legendary": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "legendary"}, "physically": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "physically"}, "legend": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "legend"}, "leg": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "leg"}, "awful": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "awful"}, "leds": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "leds"}, "upset": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "upset"}, "aziz": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "aziz"}, "b": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "b"}, "learned": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "learned"}, "lean": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "lean"}, "leaky": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "leaky"}, "lagos": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "lagos"}, "ladder": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ladder"}, "lifetime": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "lifetime"}, "kenzo": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "kenzo"}, "350": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "350"}, "killers": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "killers"}, "34": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "34"}, "unidentified": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "unidentified"}, "beal": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "beal"}, "phenomenon": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "phenomenon"}, "kid": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "kid"}, "ranked": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ranked"}, "unfortunately": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "unfortunately"}, "khan": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "khan"}, "pm": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "pm"}, "kevin": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "kevin"}, "kenya": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "kenya"}, "universal": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "universal"}, "rapidly": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "rapidly"}, "kenneth": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "kenneth"}, "bed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bed"}, "keeps": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "keeps"}, "keen": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "keen"}, "rarely": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "rarely"}, "unfathomable": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "unfathomable"}, "officially": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "officially"}, "beers": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "beers"}, "offloaded": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "offloaded"}, "phase": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "phase"}, "offshore": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "offshore"}, "workplace": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "workplace"}, "kindly": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "kindly"}, "king": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "king"}, "unimaginable": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "unimaginable"}, "radius": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "radius"}, "lacking": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "lacking"}, "phones": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "phones"}, "laboratory": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "laboratory"}, "label": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "label"}, "unity": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "unity"}, "kyla": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "kyla"}, "bars": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bars"}, "rafting": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "rafting"}, "raging": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "raging"}, "oddly": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "oddly"}, "kourou": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "kourou"}, "korean": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "korean"}, "baseless": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "baseless"}, "kone": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "kone"}, "bases": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bases"}, "ode": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ode"}, "bass": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "bass"}, "knott": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "knott"}, "worker": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "worker"}, "raised": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "raised"}, "battled": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "battled"}, "battles": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "battles"}, "380": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "380"}, "klaxons": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "klaxons"}, "user": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "user"}, "lifted": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "lifted"}, "northmoor": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "northmoor"}, "pile": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "pile"}, "nowhere": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "nowhere"}, "mails": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "mails"}, "vhf": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "vhf"}, "proposals": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "proposals"}, "pillars": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "pillars"}, "magical": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "magical"}, "66": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "66"}, "pill": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "pill"}, "artbook": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "artbook"}, "arthur": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "arthur"}, "verumontanum": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "verumontanum"}, "macchiato": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "macchiato"}, "lyrics": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "lyrics"}, "lovers": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "lovers"}, "artworks": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "artworks"}, "ash": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ash"}, "protective": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "protective"}, "ashes": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ashes"}, "lumineers": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "lumineers"}, "versatile": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "versatile"}, "aside": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "aside"}, "asks": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "asks"}, "prototypes": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "prototypes"}, "prove": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "prove"}, "600": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "600"}, "58": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "58"}, "67": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "67"}, "properly": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "properly"}, "maintains": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "maintains"}, "novel": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "novel"}, "pioneer": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "pioneer"}, "programme": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "programme"}, "withdrawals": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "withdrawals"}, "arguably": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "arguably"}, "argued": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "argued"}, "arguing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "arguing"}, "argument": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "argument"}, "manga": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "manga"}, "mandela": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "mandela"}, "manage": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "manage"}, "mammals": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "mammals"}, "prolific": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "prolific"}, "malik": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "malik"}, "promise": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "promise"}, "mali": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "mali"}, "promises": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "promises"}, "male": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "male"}, "arm": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "arm"}, "promote": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "promote"}, "716": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "716"}, "prompt": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "prompt"}, "notebook": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "notebook"}, "noted": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "noted"}, "6am": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "6am"}, "notice": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "notice"}, "loving": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "loving"}, "proven": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "proven"}, "physique": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "physique"}, "links": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "links"}, "objective": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "objective"}, "lively": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "lively"}, "attending": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "attending"}, "vaccine": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "vaccine"}, "literally": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "literally"}, "listening": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "listening"}, "attractions": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "attractions"}, "objects": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "objects"}, "graduates": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "graduates"}, "picture": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "picture"}, "puna": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "puna"}, "punitive": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "punitive"}, "audiences": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "audiences"}, "55": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "55"}, "audio": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "audio"}, "480p": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "480p"}, "aug": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "aug"}, "aussie": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "aussie"}, "austinites": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "austinites"}, "pick": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "pick"}, "usual": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "usual"}, "likert": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "likert"}, "authentication": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "authentication"}, "47": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "47"}, "purity": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "purity"}, "purpose": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "purpose"}, "objectionable": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "objectionable"}, "validity": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "validity"}, "valuable": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "valuable"}, "attacks": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "attacks"}, "assembly": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "assembly"}, "assertiveness": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "assertiveness"}, "lots": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "lots"}, "losing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "losing"}, "wonderful": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "wonderful"}, "oak": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "oak"}, "vegetal": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "vegetal"}, "500": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "500"}, "loose": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "loose"}, "provision": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "provision"}, "assists": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "assists"}, "vast": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "vast"}, "varying": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "varying"}, "longing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "longing"}, "assumptions": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "assumptions"}, "4k": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "4k"}, "lone": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "lone"}, "lollipops": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "lollipops"}, "lollipop": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "lollipop"}, "lodged": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "lodged"}, "vapourised": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "vapourised"}, "van": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "van"}, "valued": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "valued"}, "loads": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "loads"}, "load": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "load"}, "rural": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "rural"}, "participants": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "participants"}, "flash": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "flash"}, "sending": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sending"}, "fits": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "fits"}, "software": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "software"}, "selling": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "selling"}, "fissures": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "fissures"}, "fish": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "fish"}, "firstly": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "firstly"}, "ed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ed"}, "compulsion": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "compulsion"}, "sencha": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sencha"}, "computers": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "computers"}, "debug": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "debug"}, "socialist": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "socialist"}, "stuff": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "stuff"}, "educate": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "educate"}, "educated": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "educated"}, "taxis": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "taxis"}, "finland": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "finland"}, "educational": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "educational"}, "finishing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "finishing"}, "conceived": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "conceived"}, "student": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "student"}, "tdp": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "tdp"}, "flag": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "flag"}, "comprised": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "comprised"}, "teacher": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "teacher"}, "earphones": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "earphones"}, "components": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "components"}, "sees": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sees"}, "flesh": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "flesh"}, "ears": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ears"}, "defence": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "defence"}, "flawlessly": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "flawlessly"}, "deering": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "deering"}, "deeply": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "deeply"}, "struggle": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "struggle"}, "flavour": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "flavour"}, "struggled": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "struggled"}, "flat": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "flat"}, "solutions": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "solutions"}, "flashmob": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "flashmob"}, "selecting": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "selecting"}, "economical": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "economical"}, "selection": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "selection"}, "taxes": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "taxes"}, "effectively": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "effectively"}, "scorer": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "scorer"}, "eleven": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "eleven"}, "target": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "target"}, "sept": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sept"}, "dates": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "dates"}, "electronic": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "electronic"}, "smart": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "smart"}, "confirm": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "confirm"}, "fever": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "fever"}, "ferdinand": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ferdinand"}, "submitted": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "submitted"}, "confirming": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "confirming"}, "findings": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "findings"}, "seriously": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "seriously"}, "female": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "female"}, "conflict": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "conflict"}, "felony": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "felony"}, "submitting": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "submitting"}, "eliot\u00e2": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "eliot\u00e2"}, "dare": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "dare"}, "feet": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "feet"}, "confusing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "confusing"}, "david": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "david"}, "electricity": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "electricity"}, "davies": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "davies"}, "smoked": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "smoked"}, "soaked": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "soaked"}, "concert": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "concert"}, "financing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "financing"}, "debate": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "debate"}, "taurus": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "taurus"}, "films": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "films"}, "eighteenth": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "eighteenth"}, "filmmaking": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "filmmaking"}, "condemned": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "condemned"}, "sensor": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sensor"}, "filed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "filed"}, "condition": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "condition"}, "figured": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "figured"}, "el": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "el"}, "sentences": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sentences"}, "conduct": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "conduct"}, "sentinels": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sentinels"}, "seoul": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "seoul"}, "smooth": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "smooth"}, "complicated": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "complicated"}, "floor": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "floor"}, "earbuds": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "earbuds"}, "tells": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "tells"}, "comedians": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "comedians"}, "temperatures": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "temperatures"}, "forums": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "forums"}, "scrutiny": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "scrutiny"}, "drew": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "drew"}, "dried": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "dried"}, "fortune": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "fortune"}, "straightforward": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "straightforward"}, "sows": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sows"}, "strategic": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "strategic"}, "flow": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "flow"}, "sealed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sealed"}, "telling": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "telling"}, "formed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "formed"}, "seals": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "seals"}, "democratic": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "democratic"}, "dropped": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "dropped"}, "drops": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "drops"}, "drove": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "drove"}, "formal": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "formal"}, "dream": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "dream"}, "temple": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "temple"}, "depending": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "depending"}, "deported": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "deported"}, "terrible": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "terrible"}, "scores": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "scores"}, "freeing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "freeing"}, "descriptions": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "descriptions"}, "colour": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "colour"}, "download": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "download"}, "frantic": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "frantic"}, "colts": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "colts"}, "francis": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "francis"}, "spats": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "spats"}, "stole": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "stole"}, "franchise": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "franchise"}, "framework": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "framework"}, "dragged": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "dragged"}, "columbia": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "columbia"}, "script": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "script"}, "drama": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "drama"}, "combat": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "combat"}, "span": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "span"}, "drug": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "drug"}, "commemorative": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "commemorative"}, "commented": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "commented"}, "sore": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sore"}, "communications": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "communications"}, "strengths": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "strengths"}, "stressed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "stressed"}, "stretch": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "stretch"}, "duty": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "duty"}, "techniques": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "techniques"}, "follow": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "follow"}, "stretches": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "stretches"}, "degrees": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "degrees"}, "somewhat": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "somewhat"}, "comparable": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "comparable"}, "dynamism": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "dynamism"}, "fo": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "fo"}, "compelling": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "compelling"}, "dystrophy": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "dystrophy"}, "competition": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "competition"}, "competitive": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "competitive"}, "defined": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "defined"}, "ear": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ear"}, "technologies": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "technologies"}, "seconds": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "seconds"}, "drugs": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "drugs"}, "foolish": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "foolish"}, "searching": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "searching"}, "forever": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "forever"}, "forests": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "forests"}, "drunkard": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "drunkard"}, "foresee": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "foresee"}, "seating": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "seating"}, "demanding": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "demanding"}, "southeast": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "southeast"}, "tehran": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "tehran"}, "ford": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ford"}, "sourcing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sourcing"}, "delmarvastudios": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "delmarvastudios"}, "commitment": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "commitment"}, "delivery": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "delivery"}, "commitments": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "commitments"}, "delicacy": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "delicacy"}, "committed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "committed"}, "committee": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "committee"}, "sorry": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sorry"}, "congregation": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "congregation"}, "server": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "server"}, "slim": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "slim"}, "exited": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "exited"}, "sing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sing"}, "enugu": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "enugu"}, "shipping": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "shipping"}, "expat": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "expat"}, "coronavirus": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "coronavirus"}, "expanding": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "expanding"}, "shocked": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "shocked"}, "exoticization": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "exoticization"}, "shoes": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "shoes"}, "exists": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "exists"}, "enjoyed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "enjoyed"}, "existing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "existing"}, "cory": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "cory"}, "exhibition": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "exhibition"}, "equal": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "equal"}, "equaled": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "equaled"}, "cosmos": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "cosmos"}, "crush": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "crush"}, "execution": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "execution"}, "executing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "executing"}, "singing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "singing"}, "entrepreneur": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "entrepreneur"}, "corners": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "corners"}, "expects": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "expects"}, "suffer": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "suffer"}, "coolers": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "coolers"}, "explore": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "explore"}, "explicitly": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "explicitly"}, "sister": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sister"}, "sirsa": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sirsa"}, "sufficiently": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sufficiently"}, "sugar": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sugar"}, "shines": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "shines"}, "suggested": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "suggested"}, "coordinated": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "coordinated"}, "entertain": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "entertain"}, "sustainability": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sustainability"}, "cops": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "cops"}, "cord": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "cord"}, "cordial": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "cordial"}, "suicide": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "suicide"}, "corn": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "corn"}, "suited": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "suited"}, "crucial": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "crucial"}, "crowd": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "crowd"}, "sun": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sun"}, "signals": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "signals"}, "evolution": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "evolution"}, "criminal": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "criminal"}, "coveney": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "coveney"}, "coverage": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "coverage"}, "covering": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "covering"}, "establishing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "establishing"}, "covers": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "covers"}, "coves": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "coves"}, "sig": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sig"}, "estimate": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "estimate"}, "superior": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "superior"}, "surface": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "surface"}, "supposed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "supposed"}, "estrangement": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "estrangement"}, "supportive": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "supportive"}, "shut": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "shut"}, "supporters": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "supporters"}, "sides": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sides"}, "sick": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sick"}, "surprisingly": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "surprisingly"}, "essays": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "essays"}, "crossing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "crossing"}, "examination": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "examination"}, "costlier": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "costlier"}, "costly": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "costly"}, "silver": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "silver"}, "couldn": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "couldn"}, "survive": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "survive"}, "silent": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "silent"}, "crossed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "crossed"}, "countach": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "countach"}, "crore": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "crore"}, "counterpart": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "counterpart"}, "cronbach": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "cronbach"}, "shouldn": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "shouldn"}, "signs": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "signs"}, "surveillance": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "surveillance"}, "surrounds": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "surrounds"}, "sunlight": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sunlight"}, "examining": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "examining"}, "examines": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "examines"}, "significance": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "significance"}, "explosions": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "explosions"}, "explosive": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "explosive"}, "elon": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "elon"}, "consultant": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "consultant"}, "danger": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "danger"}, "constitutionality": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "constitutionality"}, "fascinating": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "fascinating"}, "fascinated": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "fascinated"}, "constraints": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "constraints"}, "emeritus": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "emeritus"}, "tagged": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "tagged"}, "construction": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "construction"}, "sex": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sex"}, "dancers": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "dancers"}, "cure": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "cure"}, "consume": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "consume"}, "fanny": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "fanny"}, "consumed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "consumed"}, "consuming": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "consuming"}, "t200": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "t200"}, "false": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "false"}, "fallen": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "fallen"}, "employ": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "employ"}, "substance": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "substance"}, "seventeenth": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "seventeenth"}, "emerged": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "emerged"}, "tahiti": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "tahiti"}, "settled": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "settled"}, "elsewhere": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "elsewhere"}, "dante\u00e2": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "dante\u00e2"}, "takeshi": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "takeshi"}, "consecutive": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "consecutive"}, "consequently": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "consequently"}, "serving": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "serving"}, "sessions": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sessions"}, "considerable": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "considerable"}, "fc": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "fc"}, "taipei": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "taipei"}, "favour": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "favour"}, "slices": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "slices"}, "consistently": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "consistently"}, "consists": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "consists"}, "fault": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "fault"}, "setting": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "setting"}, "settle": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "settle"}, "tahitian": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "tahitian"}, "embarrassment": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "embarrassment"}, "employees": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "employees"}, "fairness": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "fairness"}, "fairly": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "fairly"}, "controversy": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "controversy"}, "convention": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "convention"}, "extraordinary": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "extraordinary"}, "ends": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ends"}, "endured": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "endured"}, "enemies": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "enemies"}, "sheer": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sheer"}, "extension": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "extension"}, "extends": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "extends"}, "engage": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "engage"}, "cutting": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "cutting"}, "convey": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "convey"}, "conveyed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "conveyed"}, "engineers": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "engineers"}, "sweeney": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sweeney"}, "curiosity": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "curiosity"}, "sites": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sites"}, "cured": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "cured"}, "cook": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "cook"}, "swear": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "swear"}, "endless": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "endless"}, "skilled": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "skilled"}, "empty": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "empty"}, "switch": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "switch"}, "syrian": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "syrian"}, "shakespeare": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "shakespeare"}, "shall": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "shall"}, "failure": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "failure"}, "failing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "failing"}, "enable": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "enable"}, "enabled": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "enabled"}, "encounter": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "encounter"}, "faculty": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "faculty"}, "symbols": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "symbols"}, "skin": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "skin"}, "daley": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "daley"}, "factories": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "factories"}, "contract": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "contract"}, "contrary": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "contrary"}, "facility": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "facility"}, "encyclopedia": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "encyclopedia"}, "contributed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "contributed"}, "facebook": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "facebook"}, "descriptive": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "descriptive"}, "eui": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "eui"}, "specialist": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "specialist"}, "detected": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "detected"}, "steve": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "steve"}, "destructive": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "destructive"}, "detailed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "detailed"}, "globe": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "globe"}, "glazing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "glazing"}, "christianity": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "christianity"}, "documents": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "documents"}, "steal": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "steal"}, "theft": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "theft"}, "thoughts": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "thoughts"}, "clue": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "clue"}, "spirited": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "spirited"}, "sabres": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sabres"}, "gives": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "gives"}, "chronicle": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "chronicle"}, "doctrine": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "doctrine"}, "detective": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "detective"}, "closing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "closing"}, "deteriorate": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "deteriorate"}, "closest": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "closest"}, "galaxies": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "galaxies"}, "closely": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "closely"}, "gamecocks": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "gamecocks"}, "thomas": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "thomas"}, "disease": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "disease"}, "gloves": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "gloves"}, "stands": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "stands"}, "stanley": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "stanley"}, "stark": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "stark"}, "chi": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "chi"}, "schedule": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "schedule"}, "scenes": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "scenes"}, "texas": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "texas"}, "starbucks": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "starbucks"}, "donell": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "donell"}, "died": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "died"}, "discoveries": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "discoveries"}, "donation": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "donation"}, "sting": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sting"}, "functions": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "functions"}, "speeds": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "speeds"}, "chips": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "chips"}, "coaching": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "coaching"}, "goes": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "goes"}, "stick": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "stick"}, "destroy": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "destroy"}, "scenarios": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "scenarios"}, "discussed": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "discussed"}, "sadly": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sadly"}, "choices": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "choices"}, "safely": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "safely"}, "circumstances": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "circumstances"}, "sales": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sales"}, "disorder": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "disorder"}, "dialogue": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "dialogue"}, "ditched": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ditched"}, "geofiltered": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "geofiltered"}, "gauntlet": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "gauntlet"}, "steam": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "steam"}, "saudi": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "saudi"}, "genuinely": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "genuinely"}, "devoted": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "devoted"}, "satyanarayana": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "satyanarayana"}, "disturbing": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "disturbing"}, "gene": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "gene"}, "sand": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sand"}, "steering": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "steering"}, "genre": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "genre"}, "genocide": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "genocide"}, "clarke": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "clarke"}, "district": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "district"}, "satisfaction": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "satisfaction"}, "genius": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "genius"}, "colonel": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "colonel"}, "developer": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "developer"}, "clarity": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "clarity"}, "steep": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "steep"}, "developments": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "developments"}, "geographically": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "geographically"}, "georgia": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "georgia"}, "gangavaram": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "gangavaram"}, "gathering": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "gathering"}, "theories": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "theories"}, "divorces": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "divorces"}, "thirty": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "thirty"}, "salt": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "salt"}, "gantz": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "gantz"}, "giant": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "giant"}, "clifton": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "clifton"}, "garage": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "garage"}, "cliffs": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "cliffs"}, "ghana": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ghana"}, "divine": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "divine"}, "divide": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "divide"}, "click": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "click"}, "clich\u00e9": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "clich\u00e9"}, "sample": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sample"}, "dev": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "dev"}, "spot": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "spot"}, "diverse": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "diverse"}, "cleveland": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "cleveland"}, "spots": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "spots"}, "gather": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "gather"}, "germany": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "germany"}, "geothermal": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "geothermal"}, "spectrum": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "spectrum"}, "clutterbuck": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "clutterbuck"}, "sciences": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "sciences"}, "species": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "species"}, "cheaper": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "cheaper"}, "cheaply": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "cheaply"}, "ruslan": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "ruslan"}, "dinosaurs": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "dinosaurs"}, "throws": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "throws"}, "diet": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "diet"}, "stature": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "stature"}, "grab": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "grab"}, "status": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "status"}, "differences": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "differences"}, "collars": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "collars"}, "gourmet": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "gourmet"}, "gotten": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "gotten"}, "desmond": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "desmond"}, "fruit": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "fruit"}, "desires": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "desires"}, "frequently": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "frequently"}, "cheesecake": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "cheesecake"}, "scholarship": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "scholarship"}, "statue": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "statue"}, "douglas": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "douglas"}, "schultz": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "schultz"}, "frontiers": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "frontiers"}, "collective": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "collective"}, "scientists": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "scientists"}, "terrifying": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "terrifying"}, "cheer": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "cheer"}, "gospel": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "gospel"}, "frequent": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "frequent"}, "fuels": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "fuels"}, "terror": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "terror"}, "testimony": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "testimony"}, "saber": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "saber"}, "disappeared": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "disappeared"}, "deserves": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "deserves"}, "scientist": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "scientist"}, "freshman": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "freshman"}, "collared": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "collared"}, "digest": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "digest"}, "donovan": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "donovan"}, "fujifilm": {"count": 2, "proportion": 3.7246028642196025e-05, "vocab": "fujifilm"}, "wang": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wang"}, "projnorthmoor": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "projnorthmoor"}, "stained": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stained"}, "wander": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wander"}, "peaches": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "peaches"}, "walnut": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "walnut"}, "staggers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "staggers"}, "village": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "village"}, "villagers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "villagers"}, "skaggs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "skaggs"}, "particularity": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "particularity"}, "paywalls": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "paywalls"}, "subtle": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "subtle"}, "presents": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "presents"}, "presenters": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "presenters"}, "pch": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pch"}, "substitute": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "substitute"}, "presentations": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "presentations"}, "sketching": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sketching"}, "walls": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "walls"}, "pbt": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pbt"}, "sjoberg": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sjoberg"}, "stake": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stake"}, "presenter": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "presenter"}, "stays": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stays"}, "payment": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "payment"}, "preservationists": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "preservationists"}, "succeeded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "succeeded"}, "pressuring": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pressuring"}, "prestigious": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prestigious"}, "presumably": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "presumably"}, "prohibition": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prohibition"}, "payable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "payable"}, "situations": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "situations"}, "villalba": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "villalba"}, "succeed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "succeed"}, "youth": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "youth"}, "\u725b\u5976": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "\u725b\u5976"}, "progressively": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "progressively"}, "pretend": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pretend"}, "stalks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stalks"}, "yr": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "yr"}, "pretended": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pretended"}, "succession": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "succession"}, "prettiest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prettiest"}, "superhero": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "superhero"}, "subway": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "subway"}, "yourselves": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "yourselves"}, "projections": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "projections"}, "stakeholders": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stakeholders"}, "subtrigonal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "subtrigonal"}, "suburbs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "suburbs"}, "\u7f57\u70bd\u6cfd": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "\u7f57\u70bd\u6cfd"}, "siege": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "siege"}, "preserved": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "preserved"}, "vikings": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vikings"}, "waldo": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "waldo"}, "waking": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "waking"}, "presidency": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "presidency"}, "sity": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sity"}, "wake": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wake"}, "waives": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "waives"}, "subversive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "subversive"}, "presidential": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "presidential"}, "projecting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "projecting"}, "sixers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sixers"}, "pressed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pressed"}, "stakes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stakes"}, "prescription": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prescription"}, "skins": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "skins"}, "wanna": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wanna"}, "subsidy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "subsidy"}, "precinto": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "precinto"}, "stadium": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stadium"}, "precious": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "precious"}, "precipitate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "precipitate"}, "stadler": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stadler"}, "pellage": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pellage"}, "steelers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "steelers"}, "preclude": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "preclude"}, "slate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "slate"}, "precepts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "precepts"}, "preconceptions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "preconceptions"}, "slang": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "slang"}, "pekes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pekes"}, "preconstruction": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "preconstruction"}, "warned": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "warned"}, "predecessor": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "predecessor"}, "promising": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "promising"}, "predicated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "predicated"}, "pencil": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pencil"}, "precedence": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "precedence"}, "slamming": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "slamming"}, "sidelines": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sidelines"}, "penny": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "penny"}, "squirts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "squirts"}, "wasting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wasting"}, "pennsylvania": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pennsylvania"}, "pennpraxis": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pennpraxis"}, "subsequently": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "subsequently"}, "penned": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "penned"}, "st": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "st"}, "preach": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "preach"}, "stacks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stacks"}, "warzone": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "warzone"}, "yom": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "yom"}, "steepest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "steepest"}, "slave": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "slave"}, "subsidiary": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "subsidiary"}, "warranty": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "warranty"}, "stacking": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stacking"}, "precede": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "precede"}, "warmed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "warmed"}, "slammed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "slammed"}, "prescribing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prescribing"}, "skripals": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "skripals"}, "premiums": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "premiums"}, "pee": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pee"}, "proliferation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "proliferation"}, "sky": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sky"}, "peasant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "peasant"}, "peaks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "peaks"}, "peaking": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "peaking"}, "preposition": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "preposition"}, "waiharakeke": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "waiharakeke"}, "prolonged": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prolonged"}, "superstar": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "superstar"}, "skinner": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "skinner"}, "viewing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "viewing"}, "vigorous": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vigorous"}, "superman": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "superman"}, "peaked": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "peaked"}, "vijayawada": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vijayawada"}, "substantially": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "substantially"}, "warfarin": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "warfarin"}, "premier": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "premier"}, "pekarek": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pekarek"}, "supplemental": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "supplemental"}, "predictions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "predictions"}, "sidestepping": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sidestepping"}, "slack": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "slack"}, "predicts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "predicts"}, "statements": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "statements"}, "preference": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "preference"}, "preferred": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "preferred"}, "pregnancy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pregnancy"}, "pejoratively": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pejoratively"}, "peerless": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "peerless"}, "slab": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "slab"}, "skyward": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "skyward"}, "supervisory": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "supervisory"}, "pegged": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pegged"}, "peeve": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "peeve"}, "sidewalk": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sidewalk"}, "skyplussed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "skyplussed"}, "promenade": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "promenade"}, "successive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "successive"}, "sitra": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sitra"}, "progression": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "progression"}, "standings": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "standings"}, "pastor": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pastor"}, "sinful": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sinful"}, "pro": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pro"}, "pastimes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pastimes"}, "sincere": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sincere"}, "probability": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "probability"}, "paste": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "paste"}, "voicing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "voicing"}, "virtue": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "virtue"}, "summarized": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "summarized"}, "probe": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "probe"}, "sinaloa": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sinaloa"}, "virus": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "virus"}, "simultaneous": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "simultaneous"}, "sunrise": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sunrise"}, "vogue": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vogue"}, "summerville": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "summerville"}, "vociferous": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vociferous"}, "procedures": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "procedures"}, "sullivan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sullivan"}, "vol": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vol"}, "prize": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prize"}, "volcanoes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "volcanoes"}, "singles": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "singles"}, "viral": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "viral"}, "pathetic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pathetic"}, "profitability": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "profitability"}, "virginity": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "virginity"}, "signed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "signed"}, "steadily": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "steadily"}, "sukhacha": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sukhacha"}, "sulfide": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sulfide"}, "volcanic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "volcanic"}, "starters": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "starters"}, "pastors": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pastors"}, "sullen": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sullen"}, "zebras": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "zebras"}, "zedong": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "zedong"}, "sunset": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sunset"}, "starter": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "starter"}, "privatise": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "privatise"}, "vocalist": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vocalist"}, "steadfastly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "steadfastly"}, "vocal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vocal"}, "zoo": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "zoo"}, "simeon": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "simeon"}, "vital": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vital"}, "signifies": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "signifies"}, "visually": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "visually"}, "vistas": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vistas"}, "signing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "signing"}, "starfish": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "starfish"}, "\u30af\u30ed\u30ce": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "\u30af\u30ed\u30ce"}, "produces": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "produces"}, "sunbathing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sunbathing"}, "zurich": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "zurich"}, "passages": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "passages"}, "silencing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "silencing"}, "starred": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "starred"}, "\u03c0": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "\u03c0"}, "productive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "productive"}, "productivity": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "productivity"}, "\u30af\u30eb\u30bb\u30a4\u30c9": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "\u30af\u30eb\u30bb\u30a4\u30c9"}, "visceral": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "visceral"}, "similarities": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "similarities"}, "proceeded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "proceeded"}, "passions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "passions"}, "zion": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "zion"}, "proceeds": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "proceeds"}, "passive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "passive"}, "professors": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "professors"}, "simpleton": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "simpleton"}, "staple": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "staple"}, "steadfast": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "steadfast"}, "processed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "processed"}, "processes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "processes"}, "sunken": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sunken"}, "vlogs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vlogs"}, "passion": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "passion"}, "summie": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "summie"}, "processors": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "processors"}, "proclaiming": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "proclaiming"}, "procurement": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "procurement"}, "zones": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "zones"}, "summit": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "summit"}, "standoffs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "standoffs"}, "signature": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "signature"}, "progresses": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "progresses"}, "privately": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "privately"}, "stan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stan"}, "w1": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "w1"}, "suesspiciousminds": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "suesspiciousminds"}, "particularized": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "particularized"}, "stance": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stance"}, "patronize": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "patronize"}, "sitcoms": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sitcoms"}, "yulia": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "yulia"}, "sitcom": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sitcom"}, "patrolling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "patrolling"}, "yuskavitch": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "yuskavitch"}, "vulturelike": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vulturelike"}, "priced": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "priced"}, "vulnerable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vulnerable"}, "steals": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "steals"}, "sistine": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sistine"}, "pricey": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pricey"}, "pricing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pricing"}, "sightseeing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sightseeing"}, "stalwarts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stalwarts"}, "ys": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ys"}, "programming": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "programming"}, "prevented": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prevented"}, "prevailing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prevailing"}, "prevalence": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prevalence"}, "sudden": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sudden"}, "prevalent": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prevalent"}, "wahamaki": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wahamaki"}, "suddenlink": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "suddenlink"}, "waged": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "waged"}, "\u68ee\u5c71\u5927\u8f14\u753b\u96c6": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "\u68ee\u5c71\u5927\u8f14\u753b\u96c6"}, "sikhs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sikhs"}, "previews": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "previews"}, "preventing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "preventing"}, "pawar": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pawar"}, "prevention": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prevention"}, "violate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "violate"}, "programs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "programs"}, "yrs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "yrs"}, "sights": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sights"}, "waaay": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "waaay"}, "prick": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prick"}, "prickly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prickly"}, "\u30ef\u30fc\u30eb\u30c9\u30a8\u30f3\u30d6\u30ea\u30aa": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "\u30ef\u30fc\u30eb\u30c9\u30a8\u30f3\u30d6\u30ea\u30aa"}, "sinhalese": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sinhalese"}, "standardise": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "standardise"}, "printed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "printed"}, "partner": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "partner"}, "particles": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "particles"}, "printings": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "printings"}, "steadiness": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "steadiness"}, "prioritize": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prioritize"}, "sinister": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sinister"}, "singleton": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "singleton"}, "sins": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sins"}, "prioritizes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prioritizes"}, "priority": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "priority"}, "voters": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "voters"}, "voted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "voted"}, "suggestions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "suggestions"}, "violent": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "violent"}, "progeny": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "progeny"}, "pathological": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pathological"}, "violence": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "violence"}, "sir": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sir"}, "vrm": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vrm"}, "parties": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "parties"}, "vrataski": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vrataski"}, "siskiyou": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "siskiyou"}, "priests": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "priests"}, "standalone": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "standalone"}, "vpvb": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vpvb"}, "programing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "programing"}, "patience": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "patience"}, "vp": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vp"}, "vows": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vows"}, "prineville": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prineville"}, "primitivism": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "primitivism"}, "sunshine": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sunshine"}, "sleepless": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sleepless"}, "primos": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "primos"}, "principal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "principal"}, "principle": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "principle"}, "zakharova": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "zakharova"}, "suggest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "suggest"}, "sleep": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sleep"}, "yashwant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "yashwant"}, "prayers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prayers"}, "widows": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "widows"}, "worldcat": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "worldcat"}, "stiffing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stiffing"}, "platinum": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "platinum"}, "stiff": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stiff"}, "worldwide": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "worldwide"}, "wilder": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wilder"}, "playa": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "playa"}, "spellbound": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "spellbound"}, "wifi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wifi"}, "playback": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "playback"}, "sophomores": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sophomores"}, "wrongly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wrongly"}, "widespread": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "widespread"}, "stewardship": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stewardship"}, "songbirds": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "songbirds"}, "worrisome": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "worrisome"}, "playmakers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "playmakers"}, "worsening": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "worsening"}, "playmaking": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "playmaking"}, "pgv": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pgv"}, "stricken": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stricken"}, "strictly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "strictly"}, "strengthened": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "strengthened"}, "sorting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sorting"}, "workshops": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "workshops"}, "sounded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sounded"}, "southwest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "southwest"}, "planners": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "planners"}, "southwards": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "southwards"}, "wind": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wind"}, "philly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "philly"}, "stings": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stings"}, "workforce": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "workforce"}, "planphilly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "planphilly"}, "southbank": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "southbank"}, "willpower": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "willpower"}, "plantation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "plantation"}, "planted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "planted"}, "streak": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "streak"}, "streaming": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "streaming"}, "willis": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "willis"}, "willingness": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "willingness"}, "plates": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "plates"}, "workout": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "workout"}, "philippines": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "philippines"}, "speeches": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "speeches"}, "sounding": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sounding"}, "stevens": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stevens"}, "petty": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "petty"}, "spewed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "spewed"}, "strive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "strive"}, "stronger": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stronger"}, "plumes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "plumes"}, "plunge": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "plunge"}, "wraps": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wraps"}, "whispering": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "whispering"}, "whisking": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "whisking"}, "spin": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "spin"}, "stepping": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stepping"}, "stepped": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stepped"}, "persons": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "persons"}, "writings": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "writings"}, "whipped": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "whipped"}, "pocket": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pocket"}, "whim": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "whim"}, "pockets": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pockets"}, "podcasts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "podcasts"}, "somebody": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "somebody"}, "structural": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "structural"}, "whiled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "whiled"}, "structure": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "structure"}, "poetic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "poetic"}, "stroke": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stroke"}, "plots": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "plots"}, "strike": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "strike"}, "wraparound": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wraparound"}, "playwright": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "playwright"}, "plco": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "plco"}, "striker": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "striker"}, "pleases": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pleases"}, "pleasure": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pleasure"}, "worship": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "worship"}, "pledge": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pledge"}, "spews": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "spews"}, "pledged": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pledged"}, "striking": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "striking"}, "steven": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "steven"}, "pledges": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pledges"}, "petroleum": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "petroleum"}, "plenty": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "plenty"}, "plethora": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "plethora"}, "petrol": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "petrol"}, "string": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "string"}, "wi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wi"}, "whoop": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "whoop"}, "perturbation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "perturbation"}, "pertaining": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pertaining"}, "planned": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "planned"}, "planets": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "planets"}, "planaustin": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "planaustin"}, "sparks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sparks"}, "sparked": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sparked"}, "piette": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "piette"}, "wolves": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wolves"}, "stoned": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stoned"}, "witnessing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "witnessing"}, "stood": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stood"}, "stools": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stools"}, "pills": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pills"}, "pimply": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pimply"}, "stores": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stores"}, "pin": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pin"}, "pinching": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pinching"}, "stipe": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stipe"}, "witness": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "witness"}, "photographs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "photographs"}, "pinecastle": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pinecastle"}, "pink": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pink"}, "withstood": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "withstood"}, "pinkett": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pinkett"}, "spacing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "spacing"}, "specifically": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "specifically"}, "sparkling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sparkling"}, "wondered": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wondered"}, "spaces": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "spaces"}, "specialty": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "specialty"}, "piano": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "piano"}, "piatti": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "piatti"}, "physics": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "physics"}, "woodlands": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "woodlands"}, "wooded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wooded"}, "physicist": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "physicist"}, "pic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pic"}, "spears": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "spears"}, "picking": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "picking"}, "spearhead": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "spearhead"}, "pictures": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pictures"}, "wonders": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wonders"}, "stitches": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stitches"}, "physicians": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "physicians"}, "wondering": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wondering"}, "stock": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stock"}, "stockpiling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stockpiling"}, "specialized": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "specialized"}, "specially": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "specially"}, "stirring": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stirring"}, "stomach": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stomach"}, "photograph": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "photograph"}, "withhold": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "withhold"}, "windows": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "windows"}, "pitiful": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pitiful"}, "pittance": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pittance"}, "spectators": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "spectators"}, "wipes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wipes"}, "phoenixlawhr": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "phoenixlawhr"}, "philosophy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "philosophy"}, "wipe": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wipe"}, "pi\u00ebchautomotive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pi\u00ebchautomotive"}, "wins": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wins"}, "philosopher": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "philosopher"}, "winner": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "winner"}, "winked": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "winked"}, "plague": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "plague"}, "stinky": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stinky"}, "sovaldi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sovaldi"}, "straughn": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "straughn"}, "plain": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "plain"}, "plainly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "plainly"}, "workers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "workers"}, "plains": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "plains"}, "strawberries": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "strawberries"}, "windstream": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "windstream"}, "sovereign": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sovereign"}, "pithy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pithy"}, "specifications": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "specifications"}, "spectacularly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "spectacularly"}, "withdrawn": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "withdrawn"}, "spaceport": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "spaceport"}, "stormed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stormed"}, "storytellers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "storytellers"}, "woolly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "woolly"}, "pinterest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pinterest"}, "stout": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stout"}, "pioneering": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pioneering"}, "pipes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pipes"}, "soymeal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "soymeal"}, "spectacle": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "spectacle"}, "stranded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stranded"}, "pirkanmaa": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pirkanmaa"}, "strange": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "strange"}, "pisano": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pisano"}, "phosphorus": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "phosphorus"}, "phosphoric": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "phosphoric"}, "pitch": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pitch"}, "stint": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stint"}, "pitched": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pitched"}, "stratosphere": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stratosphere"}, "whereabouts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "whereabouts"}, "wheel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wheel"}, "watchdogs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "watchdogs"}, "wcc10": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wcc10"}, "subjects": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "subjects"}, "weakest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "weakest"}, "xinjiang": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "xinjiang"}, "smallest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "smallest"}, "submission": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "submission"}, "performances": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "performances"}, "xmp": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "xmp"}, "slurring": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "slurring"}, "slowness": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "slowness"}, "wcco": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wcco"}, "perform": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "perform"}, "structures": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "structures"}, "wazuka": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wazuka"}, "waving": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "waving"}, "slowly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "slowly"}, "slower": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "slower"}, "potency": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "potency"}, "ya": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ya"}, "slowed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "slowed"}, "wavelength": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wavelength"}, "yacht": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "yacht"}, "pots": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pots"}, "smallness": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "smallness"}, "spouting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "spouting"}, "smalls": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "smalls"}, "possibilities": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "possibilities"}, "weaselled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "weaselled"}, "posing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "posing"}, "subjected": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "subjected"}, "perilous": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "perilous"}, "wears": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wears"}, "smitten": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "smitten"}, "xinhua": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "xinhua"}, "spotted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "spotted"}, "performs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "performs"}, "smile": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "smile"}, "posit": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "posit"}, "wear": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wear"}, "smidgen": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "smidgen"}, "positioning": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "positioning"}, "performing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "performing"}, "smashed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "smashed"}, "performer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "performer"}, "wealth": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wealth"}, "positives": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "positives"}, "weaknesses": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "weaknesses"}, "possessing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "possessing"}, "slogs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "slogs"}, "spreads": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "spreads"}, "springfield": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "springfield"}, "slice": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "slice"}, "waterfront": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "waterfront"}, "yo": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "yo"}, "sli": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sli"}, "practicality": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "practicality"}, "yoing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "yoing"}, "peppa": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "peppa"}, "waterfalls": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "waterfalls"}, "peoples": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "peoples"}, "slept": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "slept"}, "squid": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "squid"}, "pensions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pensions"}, "practices": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "practices"}, "pensioners": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pensioners"}, "subsection": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "subsection"}, "subsequent": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "subsequent"}, "slender": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "slender"}, "practitioner": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "practitioner"}, "watchful": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "watchful"}, "praised": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "praised"}, "prashant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prashant"}, "sleeves": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sleeves"}, "prabhakar": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prabhakar"}, "yielded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "yielded"}, "pounders": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pounders"}, "powerfully": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "powerfully"}, "yahoo": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "yahoo"}, "perfecting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "perfecting"}, "watson": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "watson"}, "yale": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "yale"}, "poverty": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "poverty"}, "pow": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pow"}, "spss18": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "spss18"}, "watery": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "watery"}, "slight": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "slight"}, "spurrier": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "spurrier"}, "spying": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "spying"}, "yelled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "yelled"}, "slideshare": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "slideshare"}, "slide": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "slide"}, "waterways": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "waterways"}, "squad": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "squad"}, "waterstones": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "waterstones"}, "perceives": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "perceives"}, "powdered": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "powdered"}, "squarely": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "squarely"}, "sliced": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sliced"}, "subdued": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "subdued"}, "posed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "posed"}, "xiaoming": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "xiaoming"}, "spite": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "spite"}, "westerberg": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "westerberg"}, "policymakers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "policymakers"}, "polite": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "polite"}, "westbrook": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "westbrook"}, "spitfire": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "spitfire"}, "softeners": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "softeners"}, "politicospeak": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "politicospeak"}, "studied": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "studied"}, "poll": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "poll"}, "pollicles": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pollicles"}, "pollination": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pollination"}, "splash": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "splash"}, "socket": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "socket"}, "pollinators": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pollinators"}, "wesley": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wesley"}, "stems": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stems"}, "perse": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "perse"}, "sociology": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sociology"}, "studying": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "studying"}, "polling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "polling"}, "polokwane": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "polokwane"}, "policemen": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "policemen"}, "pole": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pole"}, "polyphonic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "polyphonic"}, "solar": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "solar"}, "somalia": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "somalia"}, "spiralling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "spiralling"}, "stephen": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stephen"}, "wuhan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wuhan"}, "wwe": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wwe"}, "struggling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "struggling"}, "pointless": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pointless"}, "stubborn": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stubborn"}, "soldiers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "soldiers"}, "supplier": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "supplier"}, "poised": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "poised"}, "personality": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "personality"}, "poison": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "poison"}, "poland": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "poland"}, "whale": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "whale"}, "polarization": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "polarization"}, "soldier": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "soldier"}, "wwf": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wwf"}, "spiritually": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "spiritually"}, "persona": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "persona"}, "westerners": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "westerners"}, "perplexing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "perplexing"}, "ponder": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ponder"}, "weathering": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "weathering"}, "popularly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "popularly"}, "populate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "populate"}, "sturridge": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sturridge"}, "snout": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "snout"}, "stefani": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stefani"}, "sniff": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sniff"}, "wee": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "wee"}, "styling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "styling"}, "porch": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "porch"}, "weddings": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "weddings"}, "snicket": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "snicket"}, "sponsors": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sponsors"}, "stylistic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stylistic"}, "sneakily": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sneakily"}, "sporting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sporting"}, "webber": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "webber"}, "xi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "xi"}, "sneak": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sneak"}, "sub": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sub"}, "web": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "web"}, "portrays": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "portrays"}, "subdividing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "subdividing"}, "stunning": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stunning"}, "popularity": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "popularity"}, "perpetuity": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "perpetuity"}, "weep": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "weep"}, "perpetrators": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "perpetrators"}, "permission": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "permission"}, "permissible": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "permissible"}, "stumbled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stumbled"}, "permanant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "permanant"}, "welcome": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "welcome"}, "permalink": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "permalink"}, "weirdly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "weirdly"}, "pools": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pools"}, "perm": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "perm"}, "stunned": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stunned"}, "stemming": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stemming"}, "weighed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "weighed"}, "poorly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "poorly"}, "pop": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pop"}, "sob": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sob"}, "stelth": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "stelth"}, "xd": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "xd"}, "popcorn": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "popcorn"}, "pops": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pops"}, "spokeswoman": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "spokeswoman"}, "rushed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rushed"}, "pupils": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pupils"}, "sickly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sickly"}, "triceratops": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "triceratops"}, "reporting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reporting"}, "scrobble": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scrobble"}, "template": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "template"}, "trigger": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "trigger"}, "represent": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "represent"}, "scripture": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scripture"}, "representation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "representation"}, "tempted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tempted"}, "scripts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scripts"}, "tricks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tricks"}, "tenant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tenant"}, "representing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "representing"}, "tribute": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tribute"}, "scrubs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scrubs"}, "repressed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "repressed"}, "tribuneindia": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tribuneindia"}, "reprise": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reprise"}, "scripted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scripted"}, "reproductive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reproductive"}, "reprotoxic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reprotoxic"}, "tribesmen": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tribesmen"}, "trial": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "trial"}, "screenplay": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "screenplay"}, "screenings": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "screenings"}, "requests": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "requests"}, "screaming": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "screaming"}, "scrobbled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scrobbled"}, "temperament": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "temperament"}, "viewfinder": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "viewfinder"}, "repair": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "repair"}, "renal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "renal"}, "renamed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "renamed"}, "tropics": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tropics"}, "renditions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "renditions"}, "renew": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "renew"}, "renovated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "renovated"}, "rented": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rented"}, "tropical": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tropical"}, "seahawks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "seahawks"}, "telly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "telly"}, "se": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "se"}, "troops": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "troops"}, "trivia": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "trivia"}, "repo": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "repo"}, "scuppered": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scuppered"}, "repairable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "repairable"}, "repatriated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "repatriated"}, "sculpt": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sculpt"}, "trips": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "trips"}, "trimmings": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "trimmings"}, "repetitious": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "repetitious"}, "replaced": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "replaced"}, "trimmed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "trimmed"}, "replay": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "replay"}, "trillion": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "trillion"}, "reply": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reply"}, "trey": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "trey"}, "scratching": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scratching"}, "trending": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "trending"}, "tests": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tests"}, "tested": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tested"}, "respective": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "respective"}, "travels": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "travels"}, "respects": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "respects"}, "travelling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "travelling"}, "responded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "responded"}, "schulz": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "schulz"}, "responses": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "responses"}, "scholarly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scholarly"}, "traveling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "traveling"}, "traveled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "traveled"}, "responsive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "responsive"}, "resposibility": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "resposibility"}, "trended": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "trended"}, "scholar": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scholar"}, "tetratornis": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tetratornis"}, "resting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "resting"}, "restore": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "restore"}, "texts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "texts"}, "restrictions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "restrictions"}, "trauma": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "trauma"}, "restrictive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "restrictive"}, "textual": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "textual"}, "rests": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rests"}, "transporting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "transporting"}, "texture": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "texture"}, "testament": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "testament"}, "tesla": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tesla"}, "scientifically": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scientifically"}, "respected": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "respected"}, "scratcher": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scratcher"}, "resend": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "resend"}, "tenious": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tenious"}, "scott": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scott"}, "tens": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tens"}, "reserve": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reserve"}, "reshmache": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reshmache"}, "residence": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "residence"}, "tensions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tensions"}, "tremendum": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tremendum"}, "terminal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "terminal"}, "terrain": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "terrain"}, "resignations": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "resignations"}, "tremble": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tremble"}, "trekking": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "trekking"}, "terrified": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "terrified"}, "treats": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "treats"}, "scorching": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scorching"}, "resorted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "resorted"}, "treating": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "treating"}, "scoping": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scoping"}, "respectability": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "respectability"}, "territory": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "territory"}, "treat": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "treat"}, "treasury": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "treasury"}, "removing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "removing"}, "seamlessly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "seamlessly"}, "sean": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sean"}, "reimagined": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reimagined"}, "regrets": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "regrets"}, "seedy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "seedy"}, "seeding": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "seeding"}, "teammates": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "teammates"}, "seductive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "seductive"}, "securities": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "securities"}, "tear": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tear"}, "tusla": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tusla"}, "tearing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tearing"}, "rehearsal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rehearsal"}, "rehearsed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rehearsed"}, "reich": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reich"}, "reinforce": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reinforce"}, "technological": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "technological"}, "reinforcement": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reinforcement"}, "reinterment": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reinterment"}, "tusks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tusks"}, "teased": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "teased"}, "tec": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tec"}, "rejected": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rejected"}, "rejecting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rejecting"}, "rejection": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rejection"}, "rejoice": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rejoice"}, "technically": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "technically"}, "rejuvenating": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rejuvenating"}, "relate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "relate"}, "teammate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "teammate"}, "tweeted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tweeted"}, "regret": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "regret"}, "seek": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "seek"}, "seldom": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "seldom"}, "typical": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "typical"}, "typhoon": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "typhoon"}, "seized": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "seized"}, "reforms": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reforms"}, "refreshed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "refreshed"}, "refreshing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "refreshing"}, "refusal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "refusal"}, "typeset": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "typeset"}, "refuse": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "refuse"}, "refused": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "refused"}, "refuted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "refuted"}, "seinfeld": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "seinfeld"}, "typed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "typed"}, "tyler": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tyler"}, "twots": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "twots"}, "regime": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "regime"}, "regimes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "regimes"}, "segment": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "segment"}, "twinkies": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "twinkies"}, "teachers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "teachers"}, "twice": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "twice"}, "teachings": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "teachings"}, "teaming": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "teaming"}, "twelfth": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "twelfth"}, "turnout": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "turnout"}, "turning": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "turning"}, "removal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "removal"}, "seasoned": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "seasoned"}, "telegraph": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "telegraph"}, "reluctant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reluctant"}, "rely": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rely"}, "rem": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rem"}, "remain": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "remain"}, "remainder": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "remainder"}, "seater": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "seater"}, "telekinesis": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "telekinesis"}, "remake": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "remake"}, "seasons": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "seasons"}, "trumbull": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "trumbull"}, "telemetry": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "telemetry"}, "remembered": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "remembered"}, "sectarian": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sectarian"}, "remembers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "remembers"}, "telephonic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "telephonic"}, "remembrance": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "remembrance"}, "remind": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "remind"}, "trudge": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "trudge"}, "trucks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "trucks"}, "television": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "television"}, "reminders": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reminders"}, "remiss": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "remiss"}, "remodel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "remodel"}, "seapoint": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "seapoint"}, "remodelling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "remodelling"}, "relies": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "relies"}, "relief": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "relief"}, "reliance": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reliance"}, "seats": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "seats"}, "turkish": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "turkish"}, "secretary": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "secretary"}, "turkel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "turkel"}, "relative": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "relative"}, "ture": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ture"}, "turbulence": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "turbulence"}, "relativity": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "relativity"}, "turbine": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "turbine"}, "turbat": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "turbat"}, "secondary": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "secondary"}, "teenaged": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "teenaged"}, "teenager": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "teenager"}, "tumultuous": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tumultuous"}, "secluded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "secluded"}, "relay": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "relay"}, "tully": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tully"}, "relentless": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "relentless"}, "teenagers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "teenagers"}, "secession": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "secession"}, "teens": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "teens"}, "tui": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tui"}, "reliable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reliable"}, "tugged": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tugged"}, "sec": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sec"}, "tty": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tty"}, "transmission": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "transmission"}, "scenery": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scenery"}, "resulted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "resulted"}, "saline": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "saline"}, "tongue": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tongue"}, "tone": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tone"}, "san": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "san"}, "samurai": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "samurai"}, "thinkers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "thinkers"}, "robots": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "robots"}, "sambo": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sambo"}, "salvation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "salvation"}, "salvages": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "salvages"}, "thirds": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "thirds"}, "rocky": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rocky"}, "rodney": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rodney"}, "toll": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "toll"}, "roofing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "roofing"}, "rogue": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rogue"}, "rohan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rohan"}, "toks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "toks"}, "tok": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tok"}, "roll": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "roll"}, "toilet": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "toilet"}, "toiled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "toiled"}, "thorny": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "thorny"}, "roller": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "roller"}, "roman": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "roman"}, "romantic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "romantic"}, "thoughtful": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "thoughtful"}, "tonkotsu": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tonkotsu"}, "tonto": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tonto"}, "sanctify": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sanctify"}, "tony": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tony"}, "ripped": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ripped"}, "rippling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rippling"}, "rise": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rise"}, "tortue": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tortue"}, "santana": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "santana"}, "torrent": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "torrent"}, "toronto": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "toronto"}, "torn": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "torn"}, "toptipz": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "toptipz"}, "topless": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "topless"}, "risky": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "risky"}, "rita": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rita"}, "santa": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "santa"}, "topics": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "topics"}, "sangat": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sangat"}, "topic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "topic"}, "sangar": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sangar"}, "rivm": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rivm"}, "thimble": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "thimble"}, "rng": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rng"}, "tools": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tools"}, "tool": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tool"}, "thin": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "thin"}, "roam": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "roam"}, "sanctions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sanctions"}, "sake": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sake"}, "toasted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "toasted"}, "ringed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ringed"}, "tile": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tile"}, "royer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "royer"}, "rpg": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rpg"}, "tin": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tin"}, "sacchidananad": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sacchidananad"}, "timothy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "timothy"}, "sabonis": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sabonis"}, "rss": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rss"}, "throwing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "throwing"}, "till": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "till"}, "rt": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rt"}, "rt\u00e9": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rt\u00e9"}, "rudolph": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rudolph"}, "thrown": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "thrown"}, "titles": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "titles"}, "tightened": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tightened"}, "ryan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ryan"}, "rulings": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rulings"}, "tien": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tien"}, "tie": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tie"}, "thru": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "thru"}, "tidal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tidal"}, "thunder": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "thunder"}, "runs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "runs"}, "thwarted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "thwarted"}, "rushing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rushing"}, "rush": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rush"}, "sachiko": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sachiko"}, "rows": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rows"}, "sacred": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sacred"}, "rovshan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rovshan"}, "root": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "root"}, "sahib": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sahib"}, "rooted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rooted"}, "saftar": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "saftar"}, "rose": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rose"}, "thread": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "thread"}, "safestyle": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "safestyle"}, "threads": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "threads"}, "threatening": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "threatening"}, "threats": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "threats"}, "rossdale": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rossdale"}, "sadarius": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sadarius"}, "tiptoeing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tiptoeing"}, "tips": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tips"}, "tip": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tip"}, "tios": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tios"}, "thrilling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "thrilling"}, "rounded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rounded"}, "sacrifices": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sacrifices"}, "rounds": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rounds"}, "sacrifice": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sacrifice"}, "route": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "route"}, "throttling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "throttling"}, "router": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "router"}, "routinely": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "routinely"}, "torture": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "torture"}, "santosh": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "santosh"}, "tfp": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tfp"}, "scaled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scaled"}, "returnees": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "returnees"}, "trained": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "trained"}, "returns": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "returns"}, "trails": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "trails"}, "reuters": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reuters"}, "trailing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "trailing"}, "trailer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "trailer"}, "traditions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "traditions"}, "scamper": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scamper"}, "traditionally": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "traditionally"}, "theme": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "theme"}, "scamp": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scamp"}, "revealing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "revealing"}, "revision": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "revision"}, "themed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "themed"}, "scaife": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scaife"}, "revelation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "revelation"}, "tradition": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tradition"}, "trading": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "trading"}, "revered": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "revered"}, "reverence": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reverence"}, "reverie": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reverie"}, "theodore": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "theodore"}, "theology": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "theology"}, "tradeoffs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tradeoffs"}, "traded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "traded"}, "trainers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "trainers"}, "trains": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "trains"}, "traits": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "traits"}, "trajectory": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "trajectory"}, "translation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "translation"}, "thanapob": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "thanapob"}, "resulting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "resulting"}, "translated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "translated"}, "resume": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "resume"}, "resuscitated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "resuscitated"}, "transitioned": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "transitioned"}, "transgressive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "transgressive"}, "transferred": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "transferred"}, "retailer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "retailer"}, "thatch": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "thatch"}, "retailers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "retailers"}, "retardants": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "retardants"}, "thaw": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "thaw"}, "scarring": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scarring"}, "scarlet": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scarlet"}, "transfer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "transfer"}, "scariest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scariest"}, "scared": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scared"}, "transcript": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "transcript"}, "transaction": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "transaction"}, "theatres": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "theatres"}, "retooling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "retooling"}, "scandal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "scandal"}, "trans": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "trans"}, "tracy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tracy"}, "revitalize": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "revitalize"}, "tortured": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tortured"}, "ridiculed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ridiculed"}, "touchscreen": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "touchscreen"}, "richness": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "richness"}, "ricks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ricks"}, "ricky": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ricky"}, "rid": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rid"}, "touches": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "touches"}, "thieves": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "thieves"}, "touchdowns": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "touchdowns"}, "satirical": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "satirical"}, "ridenyc": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ridenyc"}, "ridge": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ridge"}, "ridicule": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ridicule"}, "satellites": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "satellites"}, "revoked": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "revoked"}, "riding": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "riding"}, "rifle": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rifle"}, "thig": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "thig"}, "rift": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rift"}, "rifts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rifts"}, "totaled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "totaled"}, "satan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "satan"}, "sarah": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sarah"}, "toshimitsu": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "toshimitsu"}, "rightful": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rightful"}, "saphir": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "saphir"}, "tosh": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tosh"}, "richmond": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "richmond"}, "touchstone": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "touchstone"}, "thickness": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "thickness"}, "thicker": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "thicker"}, "revolt": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "revolt"}, "theorised": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "theorised"}, "traction": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "traction"}, "revolting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "revolting"}, "saxon": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "saxon"}, "revolutionary": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "revolutionary"}, "therapy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "therapy"}, "revolver": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "revolver"}, "revolvers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "revolvers"}, "revolving": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "revolving"}, "reward": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reward"}, "toy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "toy"}, "reyes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reyes"}, "saves": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "saves"}, "savejbolagh": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "savejbolagh"}, "rhodes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rhodes"}, "ribbon": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ribbon"}, "ribs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ribs"}, "theresa": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "theresa"}, "thewesternword": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "thewesternword"}, "thick": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "thick"}, "tours": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tours"}, "tournament": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tournament"}, "touristed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "touristed"}, "savannah": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "savannah"}, "te": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "te"}, "typify": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "typify"}, "typos": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "typos"}, "qualify": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "qualify"}, "usd": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "usd"}, "pzmg8yk2t2": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pzmg8yk2t2"}, "swapped": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "swapped"}, "q1": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "q1"}, "usage": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "usage"}, "usa": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "usa"}, "qaeda": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "qaeda"}, "swarm": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "swarm"}, "qsquare": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "qsquare"}, "urolithiasis": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "urolithiasis"}, "quagmire": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "quagmire"}, "shima": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shima"}, "qualitative": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "qualitative"}, "quenched": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "quenched"}, "urges": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "urges"}, "quantitative": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "quantitative"}, "urged": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "urged"}, "quarantine": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "quarantine"}, "shifts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shifts"}, "urchins": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "urchins"}, "quarterback": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "quarterback"}, "quartet": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "quartet"}, "shift": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shift"}, "shield": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shield"}, "urbanism": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "urbanism"}, "quench": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "quench"}, "pyongyang": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pyongyang"}, "pyjamas": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pyjamas"}, "pybricks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pybricks"}, "swamps": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "swamps"}, "utility": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "utility"}, "pups": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pups"}, "suspension": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "suspension"}, "ship": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ship"}, "suspicion": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "suspicion"}, "purchased": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "purchased"}, "shinto": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shinto"}, "ussr": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ussr"}, "shintao": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shintao"}, "purists": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "purists"}, "purposes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "purposes"}, "ushering": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ushering"}, "suspicious": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "suspicious"}, "shining": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shining"}, "shinier": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shinier"}, "usgs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "usgs"}, "pursuing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pursuing"}, "swallow": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "swallow"}, "push": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "push"}, "pushback": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pushback"}, "useless": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "useless"}, "swam": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "swam"}, "pushing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pushing"}, "putnam": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "putnam"}, "puts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "puts"}, "uranium": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "uranium"}, "swastika": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "swastika"}, "tibetans": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tibetans"}, "unparalleled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unparalleled"}, "sheath": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sheath"}, "unruly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unruly"}, "quo": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "quo"}, "unrest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unrest"}, "swift": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "swift"}, "unproven": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unproven"}, "quote": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "quote"}, "shawn": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shawn"}, "unpredictable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unpredictable"}, "unprecedented": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unprecedented"}, "unpleasant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unpleasant"}, "quotes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "quotes"}, "raaji": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "raaji"}, "quest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "quest"}, "shattered": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shattered"}, "sharper": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sharper"}, "unnoticed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unnoticed"}, "rabidly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rabidly"}, "unnecessary": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unnecessary"}, "racehorses": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "racehorses"}, "swimming": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "swimming"}, "racial": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "racial"}, "racist": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "racist"}, "unlit": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unlit"}, "sharp": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sharp"}, "sharons26": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sharons26"}, "sheep": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sheep"}, "quits": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "quits"}, "sweetness": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sweetness"}, "quit": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "quit"}, "uppity": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "uppity"}, "upper": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "upper"}, "upped": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "upped"}, "sherlock": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sherlock"}, "upmarket": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "upmarket"}, "sweetened": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sweetened"}, "upheaval": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "upheaval"}, "upgraded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "upgraded"}, "sheri": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sheri"}, "shepherd": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shepherd"}, "unwritten": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unwritten"}, "shelves": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shelves"}, "unwelcome": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unwelcome"}, "sheltered": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sheltered"}, "shells": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shells"}, "unusual": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unusual"}, "unto": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unto"}, "unsuspended": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unsuspended"}, "questionnaires": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "questionnaires"}, "unsuitable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unsuitable"}, "unstated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unstated"}, "shelf": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shelf"}, "unsolved": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unsolved"}, "quietly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "quietly"}, "quirky": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "quirky"}, "utilizes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "utilizes"}, "punishments": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "punishments"}, "swirl": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "swirl"}, "shower": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shower"}, "prostatic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prostatic"}, "versus": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "versus"}, "protagonist": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "protagonist"}, "shrikant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shrikant"}, "protected": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "protected"}, "protecting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "protecting"}, "protections": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "protections"}, "protector": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "protector"}, "protectors": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "protectors"}, "surprise": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "surprise"}, "protestant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "protestant"}, "protests": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "protests"}, "protruding": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "protruding"}, "providers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "providers"}, "surrounded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "surrounded"}, "verne": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "verne"}, "showcase": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "showcase"}, "verizon": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "verizon"}, "proved": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "proved"}, "shovels": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shovels"}, "verbally": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "verbally"}, "surrounding": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "surrounding"}, "venturing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "venturing"}, "provenance": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "provenance"}, "venezuelans": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "venezuelans"}, "venezuelan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "venezuelan"}, "vertically": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vertically"}, "prospective": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prospective"}, "surpassed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "surpassed"}, "prospect": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prospect"}, "shutting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shutting"}, "supplying": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "supplying"}, "pronounced": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pronounced"}, "victors": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "victors"}, "propaganda": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "propaganda"}, "victories": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "victories"}, "shucking": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shucking"}, "supporting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "supporting"}, "victor": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "victor"}, "shrunk": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shrunk"}, "vicious": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vicious"}, "shropshire": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shropshire"}, "shrinking": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shrinking"}, "shrimantachi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shrimantachi"}, "vga": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vga"}, "prophet": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prophet"}, "proportion": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "proportion"}, "suppose": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "suppose"}, "suppress": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "suppress"}, "props": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "props"}, "surfer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "surfer"}, "prose": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prose"}, "surgeon": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "surgeon"}, "prosecute": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prosecute"}, "prosecutions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prosecutions"}, "venezuela": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "venezuela"}, "veneer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "veneer"}, "punching": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "punching"}, "valerie": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "valerie"}, "variance": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "variance"}, "psychology": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "psychology"}, "vanish": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vanish"}, "shortcomings": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shortcomings"}, "publications": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "publications"}, "publicity": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "publicity"}, "valuables": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "valuables"}, "survivor": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "survivor"}, "shore": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shore"}, "publicly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "publicly"}, "shops": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shops"}, "valid": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "valid"}, "shoplifting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shoplifting"}, "velvety": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "velvety"}, "vale": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vale"}, "publisher": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "publisher"}, "vain": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vain"}, "puck": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "puck"}, "vaccines": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vaccines"}, "suspend": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "suspend"}, "pukatea": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pukatea"}, "shooting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shooting"}, "shoot": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shoot"}, "pulled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pulled"}, "pulse": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pulse"}, "shock": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shock"}, "variances": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "variances"}, "psychologist": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "psychologist"}, "psychologically": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "psychologically"}, "variant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "variant"}, "vehicles": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vehicles"}, "shoved": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shoved"}, "shouting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shouting"}, "survey": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "survey"}, "province": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "province"}, "vegetables": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vegetables"}, "proving": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "proving"}, "shoulder": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shoulder"}, "provocative": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "provocative"}, "vegas": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "vegas"}, "survival": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "survival"}, "proxy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "proxy"}, "prudence": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prudence"}, "survived": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "survived"}, "varied": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "varied"}, "shortlists": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shortlists"}, "variation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "variation"}, "shorter": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shorter"}, "shorten": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shorten"}, "variating": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "variating"}, "variants": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "variants"}, "pruned": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pruned"}, "prunus": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "prunus"}, "ps": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ps"}, "psuedo": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "psuedo"}, "radicalisation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "radicalisation"}, "switching": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "switching"}, "reflect": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reflect"}, "recasts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "recasts"}, "separating": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "separating"}, "unchecked": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unchecked"}, "targets": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "targets"}, "task": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "task"}, "rebuilt": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rebuilt"}, "recall": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "recall"}, "separate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "separate"}, "uncalm": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "uncalm"}, "unbridled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unbridled"}, "unbiased": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unbiased"}, "tasked": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tasked"}, "tasks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tasks"}, "unbeatable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unbeatable"}, "unanmed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unanmed"}, "tasted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tasted"}, "unbearded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unbearded"}, "receiver": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "receiver"}, "unavoidable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unavoidable"}, "unattained": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unattained"}, "unappreciated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unappreciated"}, "receiving": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "receiving"}, "unanswered": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unanswered"}, "unannounced": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unannounced"}, "recession": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "recession"}, "recieved": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "recieved"}, "reciprocated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reciprocated"}, "unclassified": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unclassified"}, "separations": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "separations"}, "uncollected": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "uncollected"}, "rebounds": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rebounds"}, "tank": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tank"}, "serials": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "serials"}, "rearing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rearing"}, "undeniable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "undeniable"}, "undefined": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "undefined"}, "tap": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tap"}, "uncropped": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "uncropped"}, "sergei": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sergei"}, "reassign": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reassign"}, "reassigned": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reassigned"}, "reassure": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reassure"}, "reassuring": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reassuring"}, "reawakens": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reawakens"}, "rebel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rebel"}, "uncovered": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "uncovered"}, "rebellious": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rebellious"}, "sergeant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sergeant"}, "tape": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tape"}, "rebirth": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rebirth"}, "reborn": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reborn"}, "rebound": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rebound"}, "tar": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tar"}, "uncommunicative": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "uncommunicative"}, "separatist": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "separatist"}, "uncommon": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "uncommon"}, "tatum": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tatum"}, "unanimous": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unanimous"}, "underarm": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "underarm"}, "udi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "udi"}, "seminal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "seminal"}, "redemption": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "redemption"}, "redesign": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "redesign"}, "redesigned": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "redesigned"}, "redevelopment": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "redevelopment"}, "rediscovered": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rediscovered"}, "redman": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "redman"}, "taxman": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "taxman"}, "uglier": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "uglier"}, "udon": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "udon"}, "taylor": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "taylor"}, "redundant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "redundant"}, "reeducation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reeducation"}, "recognition": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "recognition"}, "reeled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reeled"}, "tbd": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tbd"}, "refer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "refer"}, "selective": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "selective"}, "t\u00e1naiste": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "t\u00e1naiste"}, "reference": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reference"}, "selections": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "selections"}, "tyrant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tyrant"}, "referenced": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "referenced"}, "referential": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "referential"}, "tyrannosaur": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tyrannosaur"}, "referring": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "referring"}, "sen": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sen"}, "senate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "senate"}, "redefined": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "redefined"}, "redeclared": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "redeclared"}, "recognizable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "recognizable"}, "unabashedly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unabashedly"}, "taxation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "taxation"}, "un": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "un"}, "recognizing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "recognizing"}, "taxed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "taxed"}, "recommend": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "recommend"}, "recommended": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "recommended"}, "reconciliations": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reconciliations"}, "sensitivity": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sensitivity"}, "reconstruction": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reconstruction"}, "senses": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "senses"}, "recorded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "recorded"}, "recover": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "recover"}, "ulvang": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ulvang"}, "recovery": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "recovery"}, "ultranationalism": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ultranationalism"}, "sensational": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sensational"}, "recreate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "recreate"}, "seniors": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "seniors"}, "recurrence": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "recurrence"}, "recurrent": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "recurrent"}, "reddy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reddy"}, "sends": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sends"}, "ultra": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ultra"}, "reappearance": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reappearance"}, "reappear": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reappear"}, "sharifi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sharifi"}, "sg": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sg"}, "ramakrishna": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ramakrishna"}, "raman": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "raman"}, "shaded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shaded"}, "systems": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "systems"}, "uniforms": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "uniforms"}, "ramen": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ramen"}, "ran": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ran"}, "rand": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rand"}, "randall": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "randall"}, "random": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "random"}, "sh": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "sh"}, "randomized": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "randomized"}, "randy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "randy"}, "raptors": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "raptors"}, "unicef": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unicef"}, "unhealthy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unhealthy"}, "ranger": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ranger"}, "ung": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ung"}, "rankings": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rankings"}, "tabs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tabs"}, "rant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rant"}, "rap": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rap"}, "tackling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tackling"}, "unforgettable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unforgettable"}, "taco": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "taco"}, "rapper": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rapper"}, "rallied": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rallied"}, "syrups": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "syrups"}, "raitt": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "raitt"}, "shades": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shades"}, "switzerland": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "switzerland"}, "radioactivity": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "radioactivity"}, "universities": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "universities"}, "swoop": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "swoop"}, "swooped": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "swooped"}, "symbol": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "symbol"}, "symbolic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "symbolic"}, "univer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "univer"}, "symbolists": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "symbolists"}, "raf": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "raf"}, "shapes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shapes"}, "symptom": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "symptom"}, "rage": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rage"}, "shannon": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shannon"}, "rails": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rails"}, "shamrao": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shamrao"}, "symptoms": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "symptoms"}, "syria": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "syria"}, "rainforest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rainforest"}, "unite": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unite"}, "shah": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shah"}, "raining": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "raining"}, "shadows": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "shadows"}, "rains": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rains"}, "syrup": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "syrup"}, "severely": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "severely"}, "tags": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tags"}, "realizes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "realizes"}, "undermined": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "undermined"}, "unearth": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unearth"}, "undone": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "undone"}, "undertaking": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "undertaking"}, "undertake": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "undertake"}, "readily": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "readily"}, "reads": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reads"}, "takeover": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "takeover"}, "underscore": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "underscore"}, "servers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "servers"}, "underrated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "underrated"}, "underneath": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "underneath"}, "taliban": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "taliban"}, "realdeal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "realdeal"}, "unfold": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unfold"}, "underlying": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "underlying"}, "realise": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "realise"}, "undergone": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "undergone"}, "realism": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "realism"}, "realities": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "realities"}, "undergo": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "undergo"}, "tampere": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tampere"}, "tamsulosin": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tamsulosin"}, "undercut": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "undercut"}, "undercover": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "undercover"}, "tangential": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tangential"}, "tangibly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tangibly"}, "reacts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reacts"}, "reactive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reactive"}, "unearthed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unearthed"}, "react": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "react"}, "unflagging": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unflagging"}, "rated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rated"}, "tahaan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "tahaan"}, "ratio": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ratio"}, "rationality": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rationality"}, "rations": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rations"}, "raton": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "raton"}, "ravage": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ravage"}, "raw": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "raw"}, "ray": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ray"}, "unfamiliar": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unfamiliar"}, "rays": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rays"}, "unfair": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unfair"}, "rd": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rd"}, "seurat": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "seurat"}, "rea": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "rea"}, "setup": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "setup"}, "uneven": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "uneven"}, "unenticing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unenticing"}, "unending": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unending"}, "reaches": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reaches"}, "reaching": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "reaching"}, "unencumbered": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unencumbered"}, "taider": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "taider"}, "unemployed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "unemployed"}, "truck": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "truck"}, "jets": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jets"}, "participatory": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "participatory"}, "consular": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "consular"}, "constructed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "constructed"}, "construct": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "construct"}, "constricted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "constricted"}, "constitutes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "constitutes"}, "constituted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "constituted"}, "consolation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "consolation"}, "consisting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "consisting"}, "consisted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "consisted"}, "consequence": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "consequence"}, "consent": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "consent"}, "consensus": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "consensus"}, "consciousness": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "consciousness"}, "conrad": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "conrad"}, "conquest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "conquest"}, "conquered": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "conquered"}, "connector": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "connector"}, "connectivity": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "connectivity"}, "connected": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "connected"}, "congratulate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "congratulate"}, "conglomerate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "conglomerate"}, "confusion": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "confusion"}, "constructive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "constructive"}, "consultants": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "consultants"}, "controlling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "controlling"}, "consulted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "consulted"}, "contributions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "contributions"}, "contributing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "contributing"}, "contribute": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "contribute"}, "contracts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "contracts"}, "contouring": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "contouring"}, "continuum": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "continuum"}, "continuous": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "continuous"}, "continuity": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "continuity"}, "continuing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "continuing"}, "continues": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "continues"}, "continual": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "continual"}, "continental": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "continental"}, "continent": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "continent"}, "contest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "contest"}, "contention": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "contention"}, "contented": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "contented"}, "contemplation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "contemplation"}, "contained": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "contained"}, "contagious": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "contagious"}, "contacting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "contacting"}, "contacted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "contacted"}, "confused": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "confused"}, "confucius": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "confucius"}, "confraternity": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "confraternity"}, "confounding": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "confounding"}, "compounded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "compounded"}, "composition": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "composition"}, "composed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "composed"}, "component": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "component"}, "complimentary": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "complimentary"}, "completing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "completing"}, "complementing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "complementing"}, "complaining": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "complaining"}, "complain": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "complain"}, "compile": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "compile"}, "competitor": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "competitor"}, "competent": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "competent"}, "competencies": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "competencies"}, "compete": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "compete"}, "compensated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "compensated"}, "compatible": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "compatible"}, "compassionate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "compassionate"}, "comparing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "comparing"}, "compact": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "compact"}, "commuter": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "commuter"}, "communist": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "communist"}, "comprises": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "comprises"}, "comprising": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "comprising"}, "compromise": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "compromise"}, "conditioning": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "conditioning"}, "confirms": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "confirms"}, "confirmation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "confirmation"}, "confess": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "confess"}, "conferences": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "conferences"}, "conexus": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "conexus"}, "conduit": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "conduit"}, "conducted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "conducted"}, "condor": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "condor"}, "condolences": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "condolences"}, "condemns": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "condemns"}, "compromises": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "compromises"}, "condemning": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "condemning"}, "concocted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "concocted"}, "conclusions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "conclusions"}, "concerts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "concerts"}, "concerning": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "concerning"}, "concept": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "concept"}, "concentrated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "concentrated"}, "conceivable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "conceivable"}, "computing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "computing"}, "contributor": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "contributor"}, "controversies": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "controversies"}, "communication": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "communication"}, "crowded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "crowded"}, "crossland": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "crossland"}, "cro": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cro"}, "critics": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "critics"}, "critic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "critic"}, "criterion": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "criterion"}, "crippling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "crippling"}, "crippled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "crippled"}, "crimson": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "crimson"}, "cried": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cried"}, "crew": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "crew"}, "crept": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "crept"}, "creepy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "creepy"}, "credentials": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "credentials"}, "cred": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cred"}, "creativity": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "creativity"}, "creative": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "creative"}, "creation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "creation"}, "creamy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "creamy"}, "creamier": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "creamier"}, "cream": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cream"}, "crayfish": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "crayfish"}, "crotchety": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "crotchety"}, "crusade": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "crusade"}, "convened": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "convened"}, "cry": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cry"}, "cursing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cursing"}, "curse": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "curse"}, "curbs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "curbs"}, "curbing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "curbing"}, "curation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "curation"}, "cupcake": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cupcake"}, "cumulative": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cumulative"}, "cultured": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cultured"}, "culturally": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "culturally"}, "cults": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cults"}, "cultivated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cultivated"}, "culpa": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "culpa"}, "culminated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "culminated"}, "cull": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cull"}, "culham": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "culham"}, "cuba": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cuba"}, "ctd": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ctd"}, "ct2011": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ct2011"}, "ct": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ct"}, "css": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "css"}, "crying": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "crying"}, "crater": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "crater"}, "crashes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "crashes"}, "crammed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "crammed"}, "craiglist": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "craiglist"}, "correct": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "correct"}, "corral": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "corral"}, "corporates": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "corporates"}, "corp": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "corp"}, "cornerstones": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cornerstones"}, "cornerstone": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cornerstone"}, "coppola": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "coppola"}, "copping": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "copping"}, "copa": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "copa"}, "cop": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cop"}, "coordinate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "coordinate"}, "cooperation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cooperation"}, "cooling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cooling"}, "cool": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cool"}, "cooking": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cooking"}, "cookies": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cookies"}, "convince": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "convince"}, "convictions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "convictions"}, "convicted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "convicted"}, "convertible": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "convertible"}, "converging": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "converging"}, "correlation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "correlation"}, "corresponds": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "corresponds"}, "corrosive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "corrosive"}, "cousins": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cousins"}, "cracking": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cracking"}, "crackerjack": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "crackerjack"}, "cracked": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cracked"}, "crack": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "crack"}, "coy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "coy"}, "cox": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cox"}, "cows": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cows"}, "cowl": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cowl"}, "cove": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cove"}, "cousin": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cousin"}, "cosby": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cosby"}, "courthouse": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "courthouse"}, "courageous": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "courageous"}, "countless": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "countless"}, "counting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "counting"}, "counterparts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "counterparts"}, "counterparties": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "counterparties"}, "counselling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "counselling"}, "councils": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "councils"}, "costing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "costing"}, "communicative": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "communicative"}, "communicated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "communicated"}, "casey": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "casey"}, "cheers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cheers"}, "cheeky": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cheeky"}, "checks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "checks"}, "cheapest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cheapest"}, "chatty": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chatty"}, "chatterjee": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chatterjee"}, "chatham": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chatham"}, "chassis": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chassis"}, "chasing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chasing"}, "charts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "charts"}, "charter": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "charter"}, "chart": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chart"}, "charrettes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "charrettes"}, "charity": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "charity"}, "charismatic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "charismatic"}, "charging": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "charging"}, "charges": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "charges"}, "characters": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "characters"}, "characteristically": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "characteristically"}, "characteristic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "characteristic"}, "chapman": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chapman"}, "chapel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chapel"}, "cheering": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cheering"}, "cheery": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cheery"}, "circulated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "circulated"}, "cheeses": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cheeses"}, "churra": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "churra"}, "churchology": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "churchology"}, "chunk": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chunk"}, "chrono": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chrono"}, "christopher": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "christopher"}, "christmas": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "christmas"}, "christ": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "christ"}, "chris": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chris"}, "chorus": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chorus"}, "chores": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chores"}, "choosing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "choosing"}, "chooses": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chooses"}, "chlorophyll": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chlorophyll"}, "chipset": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chipset"}, "chintamaneni": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chintamaneni"}, "chinaman": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chinaman"}, "chimpanzee": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chimpanzee"}, "chile": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chile"}, "chia": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chia"}, "chemical": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chemical"}, "chef": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chef"}, "chapbook": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chapbook"}, "chanoyu": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chanoyu"}, "channels": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "channels"}, "chandler": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chandler"}, "cdc": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cdc"}, "cberdata": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cberdata"}, "caves": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "caves"}, "cave": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cave"}, "cautious": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cautious"}, "catholicism": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "catholicism"}, "catholic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "catholic"}, "catering": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "catering"}, "caterina": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "caterina"}, "categorized": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "categorized"}, "categorically": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "categorically"}, "catch": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "catch"}, "cataclysm": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cataclysm"}, "casualties": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "casualties"}, "castro": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "castro"}, "casting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "casting"}, "cassie": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cassie"}, "cassidy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cassidy"}, "cassette": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cassette"}, "cashing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cashing"}, "cashew": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cashew"}, "ceased": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ceased"}, "ceaseless": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ceaseless"}, "ceiling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ceiling"}, "ceremony": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ceremony"}, "champ": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "champ"}, "chambered": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chambered"}, "chamber": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chamber"}, "challenge": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "challenge"}, "chalk": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chalk"}, "chain": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chain"}, "chai": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chai"}, "chado": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "chado"}, "ch": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ch"}, "cereals": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cereals"}, "celebration": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "celebration"}, "ceramic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ceramic"}, "centred": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "centred"}, "centers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "centers"}, "centered": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "centered"}, "census": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "census"}, "cemented": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cemented"}, "cement": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cement"}, "cellist": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cellist"}, "cell": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cell"}, "ch\u00e1vez": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ch\u00e1vez"}, "circumstantial": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "circumstantial"}, "communicate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "communicate"}, "colours": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "colours"}, "colorectal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "colorectal"}, "colorado": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "colorado"}, "color": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "color"}, "colony": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "colony"}, "colonization": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "colonization"}, "colonialism": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "colonialism"}, "colonial": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "colonial"}, "colombia": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "colombia"}, "collymore": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "collymore"}, "collide": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "collide"}, "colleges": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "colleges"}, "collects": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "collects"}, "collections": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "collections"}, "collapsed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "collapsed"}, "collapse": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "collapse"}, "collaborating": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "collaborating"}, "coll": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "coll"}, "coliseum": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "coliseum"}, "colin": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "colin"}, "cola": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cola"}, "coker": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "coker"}, "colouring": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "colouring"}, "columns": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "columns"}, "citations": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "citations"}, "comb": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "comb"}, "commits": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "commits"}, "commissions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "commissions"}, "commissioning": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "commissioning"}, "commissioner": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "commissioner"}, "commissioned": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "commissioned"}, "commissionaires": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "commissionaires"}, "commercials": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "commercials"}, "commercializing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "commercializing"}, "commerce": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "commerce"}, "commenting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "commenting"}, "commences": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "commences"}, "command": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "command"}, "comical": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "comical"}, "comforting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "comforting"}, "comfortable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "comfortable"}, "comedy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "comedy"}, "combining": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "combining"}, "combines": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "combines"}, "combined": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "combined"}, "combine": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "combine"}, "combatants": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "combatants"}, "coin": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "coin"}, "coffees": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "coffees"}, "codenewbie": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "codenewbie"}, "coconut": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "coconut"}, "clientele": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "clientele"}, "cleopatra": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cleopatra"}, "cleavage": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cleavage"}, "clearing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "clearing"}, "cleansing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cleansing"}, "cleanse": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cleanse"}, "claws": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "claws"}, "clauses": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "clauses"}, "classes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "classes"}, "clarks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "clarks"}, "clark": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "clark"}, "clarify": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "clarify"}, "claiming": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "claiming"}, "clad": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "clad"}, "cizikas": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cizikas"}, "civilians": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "civilians"}, "citypaper": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "citypaper"}, "citizenship": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "citizenship"}, "citizen": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "citizen"}, "cited": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cited"}, "cite": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cite"}, "clients": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "clients"}, "climbing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "climbing"}, "clinical": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "clinical"}, "cnd": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cnd"}, "coca": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "coca"}, "cobb": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cobb"}, "coastline": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "coastline"}, "coastguard": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "coastguard"}, "coaster": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "coaster"}, "coalition": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "coalition"}, "coal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "coal"}, "coached": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "coached"}, "cnn": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cnn"}, "cmr": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cmr"}, "clip": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "clip"}, "cmos": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cmos"}, "cm": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cm"}, "clutchest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "clutchest"}, "clubs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "clubs"}, "clouds": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "clouds"}, "clouded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "clouded"}, "cloak": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cloak"}, "clips": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "clips"}, "clippers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "clippers"}, "cushion": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cushion"}, "custom": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "custom"}, "cute": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cute"}, "dreamed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dreamed"}, "drawing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "drawing"}, "drawbridge": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "drawbridge"}, "drapes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "drapes"}, "dramatizing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dramatizing"}, "dram": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dram"}, "drain": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "drain"}, "dragnet": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dragnet"}, "draconian": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "draconian"}, "dr": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dr"}, "dpp": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dpp"}, "dpoy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dpoy"}, "doyle": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "doyle"}, "downtown": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "downtown"}, "downing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "downing"}, "downer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "downer"}, "doujiang": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "doujiang"}, "doubts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "doubts"}, "doubted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "doubted"}, "doubles": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "doubles"}, "dou4jiang1": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dou4jiang1"}, "dou4": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dou4"}, "drawn": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "drawn"}, "dreams": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dreams"}, "dumb": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dumb"}, "drilled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "drilled"}, "dug": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dug"}, "duffey": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "duffey"}, "dues": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dues"}, "duel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "duel"}, "dude": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dude"}, "duck": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "duck"}, "duchenne": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "duchenne"}, "ducati": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ducati"}, "dubious": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dubious"}, "dua": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dua"}, "drying": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "drying"}, "dry": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dry"}, "drunkennesss": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "drunkennesss"}, "drummer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "drummer"}, "dropping": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dropping"}, "drizzle": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "drizzle"}, "drivetrain": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "drivetrain"}, "driven": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "driven"}, "drivel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "drivel"}, "drinks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "drinks"}, "drilling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "drilling"}, "dots": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dots"}, "doses": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "doses"}, "dornan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dornan"}, "doorways": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "doorways"}, "divisional": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "divisional"}, "dividends": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dividends"}, "diverted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "diverted"}, "divert": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "divert"}, "diversity": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "diversity"}, "dive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dive"}, "diva": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "diva"}, "ditch": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ditch"}, "disturb": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disturb"}, "distrustful": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "distrustful"}, "distribution": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "distribution"}, "distributing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "distributing"}, "distribute": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "distribute"}, "distressing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "distressing"}, "distracting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "distracting"}, "distracted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "distracted"}, "distinctive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "distinctive"}, "distinct": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "distinct"}, "distance": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "distance"}, "dissenting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dissenting"}, "dissapointed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dissapointed"}, "divulge": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "divulge"}, "dixie": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dixie"}, "dna": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dna"}, "dominant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dominant"}, "doofer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "doofer"}, "donors": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "donors"}, "donor": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "donor"}, "dongguan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dongguan"}, "donating": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "donating"}, "donald": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "donald"}, "dominica": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dominica"}, "dominating": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dominating"}, "dominate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dominate"}, "domestication": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "domestication"}, "doable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "doable"}, "domantas": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "domantas"}, "dolphins": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dolphins"}, "dolores": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dolores"}, "dog": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dog"}, "documenting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "documenting"}, "documentation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "documentation"}, "document": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "document"}, "doctors": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "doctors"}, "doctorow": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "doctorow"}, "duly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "duly"}, "dumped": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dumped"}, "cuts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cuts"}, "emanates": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "emanates"}, "elyton": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "elyton"}, "elusively": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "elusively"}, "eludes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "eludes"}, "elliott": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "elliott"}, "elliot": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "elliot"}, "ellicott": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ellicott"}, "ellen": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ellen"}, "elina": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "elina"}, "eliminate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "eliminate"}, "eligible": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "eligible"}, "eligibility": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "eligibility"}, "elevator": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "elevator"}, "elevating": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "elevating"}, "elephant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "elephant"}, "elementary": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "elementary"}, "elemental": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "elemental"}, "elegant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "elegant"}, "electromagnetic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "electromagnetic"}, "electrode": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "electrode"}, "electrocute": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "electrocute"}, "electrified": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "electrified"}, "emailing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "emailing"}, "emancipation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "emancipation"}, "dundalk": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dundalk"}, "emasculation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "emasculation"}, "encephalitis": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "encephalitis"}, "enabling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "enabling"}, "en": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "en"}, "empowers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "empowers"}, "emphasizing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "emphasizing"}, "emphasized": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "emphasized"}, "emphasize": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "emphasize"}, "emphasised": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "emphasised"}, "emphasise": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "emphasise"}, "empathise": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "empathise"}, "emp": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "emp"}, "emily": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "emily"}, "emerson": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "emerson"}, "emerging": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "emerging"}, "embryo": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "embryo"}, "embraced": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "embraced"}, "emboldening": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "emboldening"}, "embiid": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "embiid"}, "embellishments": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "embellishments"}, "embarrassing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "embarrassing"}, "embarks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "embarks"}, "electrification": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "electrification"}, "electrical": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "electrical"}, "electric": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "electric"}, "electoral": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "electoral"}, "eclectic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "eclectic"}, "ecclesial": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ecclesial"}, "ecb": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ecb"}, "eberstadt": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "eberstadt"}, "eastwards": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "eastwards"}, "easten": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "easten"}, "ease": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ease"}, "earns": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "earns"}, "earned": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "earned"}, "dynamic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dynamic"}, "dylan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dylan"}, "dyes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dyes"}, "dwelling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dwelling"}, "dweller": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dweller"}, "dvds": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dvds"}, "duties": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "duties"}, "dutch": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dutch"}, "durocs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "durocs"}, "duroc": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "duroc"}, "duration": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "duration"}, "duplicate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "duplicate"}, "eco": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "eco"}, "economics": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "economics"}, "economies": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "economies"}, "efficacy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "efficacy"}, "elect": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "elect"}, "elbow": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "elbow"}, "ek": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ek"}, "eighth": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "eighth"}, "ehrnrooth": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ehrnrooth"}, "egypt": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "egypt"}, "eggshells": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "eggshells"}, "egede": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "egede"}, "efficiency": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "efficiency"}, "edvard": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "edvard"}, "economists": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "economists"}, "eds": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "eds"}, "edmund": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "edmund"}, "edl": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "edl"}, "editor": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "editor"}, "edited": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "edited"}, "eddy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "eddy"}, "ect": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ect"}, "ecstatic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ecstatic"}, "ecosystem": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ecosystem"}, "disruptive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disruptive"}, "disrupting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disrupting"}, "disrupted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disrupted"}, "delivers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "delivers"}, "delight": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "delight"}, "deliberation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "deliberation"}, "deliberately": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "deliberately"}, "deli": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "deli"}, "deleted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "deleted"}, "delete": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "delete"}, "delays": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "delays"}, "delayed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "delayed"}, "degrading": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "degrading"}, "degradable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "degradable"}, "definition": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "definition"}, "defining": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "defining"}, "defiant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "defiant"}, "defiance": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "defiance"}, "defensively": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "defensively"}, "defended": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "defended"}, "defendant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "defendant"}, "defect": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "defect"}, "defeats": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "defeats"}, "default": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "default"}, "deer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "deer"}, "delightful": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "delightful"}, "delray": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "delray"}, "disrespected": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disrespected"}, "delve": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "delve"}, "deployments": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "deployments"}, "depicts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "depicts"}, "depicting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "depicting"}, "dependable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dependable"}, "depeche": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "depeche"}, "depart": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "depart"}, "deny": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "deny"}, "denuclearization": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "denuclearization"}, "dense": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dense"}, "denominator": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "denominator"}, "dennis": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dennis"}, "denigrated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "denigrated"}, "denial": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "denial"}, "dengue": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dengue"}, "demonstrated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "demonstrated"}, "demonstrate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "demonstrate"}, "demolished": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "demolished"}, "demographic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "demographic"}, "demarcus": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "demarcus"}, "demands": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "demands"}, "delving": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "delving"}, "deepest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "deepest"}, "deepen": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "deepen"}, "decree": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "decree"}, "decreasing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "decreasing"}, "dares": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dares"}, "danville": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "danville"}, "daniel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "daniel"}, "dangerously": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dangerously"}, "dancing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dancing"}, "dances": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dances"}, "danced": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "danced"}, "dammit": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dammit"}, "damage": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "damage"}, "dallas": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dallas"}, "daizemon": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "daizemon"}, "daizaemon": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "daizaemon"}, "dailymail": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dailymail"}, "dai": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dai"}, "dads": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dads"}, "daasbabu": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "daasbabu"}, "c\u00e9zanne": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "c\u00e9zanne"}, "cynthia": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cynthia"}, "cynicism": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cynicism"}, "cycle": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cycle"}, "cu\u00e9llar": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cu\u00e9llar"}, "darker": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "darker"}, "das": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "das"}, "dashboard": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dashboard"}, "debuted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "debuted"}, "decreased": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "decreased"}, "declaring": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "declaring"}, "declares": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "declares"}, "decisive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "decisive"}, "decimated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "decimated"}, "deciding": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "deciding"}, "deceive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "deceive"}, "decay": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "decay"}, "decamp": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "decamp"}, "debut": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "debut"}, "davinci": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "davinci"}, "deaths": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "deaths"}, "dealerships": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dealerships"}, "deaf": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "deaf"}, "deadly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "deadly"}, "dc": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dc"}, "dazed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dazed"}, "dawn": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dawn"}, "dawah": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dawah"}, "davis": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "davis"}, "depressing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "depressing"}, "depressingly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "depressingly"}, "depression": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "depression"}, "dillman": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dillman"}, "discretion": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "discretion"}, "discrete": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "discrete"}, "discover": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "discover"}, "disclosures": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disclosures"}, "disciplines": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disciplines"}, "disciplined": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disciplined"}, "disciple": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disciple"}, "discharge": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "discharge"}, "discarded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "discarded"}, "disbelief": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disbelief"}, "disarray": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disarray"}, "disappointing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disappointing"}, "disappoint": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disappoint"}, "disappear": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disappear"}, "disagrees": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disagrees"}, "dirt": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dirt"}, "directors": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "directors"}, "dire": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dire"}, "dingy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dingy"}, "diners": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "diners"}, "dimmed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dimmed"}, "discusses": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "discusses"}, "discussions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "discussions"}, "diseases": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "diseases"}, "disorganized": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disorganized"}, "disrepair": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disrepair"}, "disproportionately": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disproportionately"}, "disposition": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disposition"}, "displays": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "displays"}, "dispersed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dispersed"}, "dispersal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dispersal"}, "dispel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dispel"}, "dispatched": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dispatched"}, "disorienting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disorienting"}, "disordered": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disordered"}, "disgruntled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disgruntled"}, "disobey": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disobey"}, "disobedience": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disobedience"}, "disneynature": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disneynature"}, "dismissed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dismissed"}, "dismantled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dismantled"}, "dismantle": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dismantle"}, "disliked": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disliked"}, "disillusionment": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disillusionment"}, "disguise": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "disguise"}, "diminish": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "diminish"}, "digitally": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "digitally"}, "depths": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "depths"}, "diffusion": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "diffusion"}, "destruct": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "destruct"}, "destroys": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "destroys"}, "destroying": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "destroying"}, "destroyed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "destroyed"}, "destiny": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "destiny"}, "destinie": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "destinie"}, "destinations": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "destinations"}, "destabilized": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "destabilized"}, "desserts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "desserts"}, "desperately": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "desperately"}, "despairing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "despairing"}, "despair": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "despair"}, "desjardins": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "desjardins"}, "designadvocacy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "designadvocacy"}, "deserve": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "deserve"}, "descent": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "descent"}, "derouen": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "derouen"}, "derogatory": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "derogatory"}, "derived": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "derived"}, "derivative": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "derivative"}, "deputy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "deputy"}, "detained": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "detained"}, "detaining": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "detaining"}, "detainment": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "detainment"}, "dhaga": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dhaga"}, "diess": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "diess"}, "dies": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dies"}, "dictatorships": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dictatorships"}, "dictatorial": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dictatorial"}, "dictator": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dictator"}, "dictated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dictated"}, "diapers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "diapers"}, "diameter": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "diameter"}, "dialogues": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "dialogues"}, "devotion": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "devotion"}, "detect": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "detect"}, "devote": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "devote"}, "devoid": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "devoid"}, "device": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "device"}, "devastated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "devastated"}, "detroit": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "detroit"}, "deterring": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "deterring"}, "determination": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "determination"}, "determinant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "determinant"}, "detection": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "detection"}, "cash": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cash"}, "carty": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "carty"}, "partial": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "partial"}, "alarms": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "alarms"}, "aka": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "aka"}, "airbus": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "airbus"}, "ain": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ain"}, "aim": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "aim"}, "aides": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "aides"}, "aide": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "aide"}, "ah": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ah"}, "agricultural": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "agricultural"}, "agrees": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "agrees"}, "agreement": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "agreement"}, "agreeing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "agreeing"}, "agitating": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "agitating"}, "aged": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "aged"}, "agata": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "agata"}, "agape": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "agape"}, "ag": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ag"}, "afterthought": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "afterthought"}, "afternoon": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "afternoon"}, "afloat": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "afloat"}, "afield": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "afield"}, "affleck": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "affleck"}, "alarmed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "alarmed"}, "alastair": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "alastair"}, "amazingly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "amazingly"}, "alborz": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "alborz"}, "amanda": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "amanda"}, "alwin": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "alwin"}, "altogether": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "altogether"}, "aloof": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "aloof"}, "allocated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "allocated"}, "allied": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "allied"}, "alliances": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "alliances"}, "alleviated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "alleviated"}, "alleviate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "alleviate"}, "allen": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "allen"}, "alleged": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "alleged"}, "allegations": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "allegations"}, "allay": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "allay"}, "alive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "alive"}, "alighieri": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "alighieri"}, "aliens": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "aliens"}, "alienation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "alienation"}, "algorithm": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "algorithm"}, "alex": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "alex"}, "alert": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "alert"}, "alchemy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "alchemy"}, "affects": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "affects"}, "affecting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "affecting"}, "affectation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "affectation"}, "afc": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "afc"}, "adjustment": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "adjustment"}, "adjusted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "adjusted"}, "adjacent": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "adjacent"}, "adequacy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "adequacy"}, "additives": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "additives"}, "additionally": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "additionally"}, "addicts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "addicts"}, "addictions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "addictions"}, "adapter": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "adapter"}, "adapt": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "adapt"}, "adamant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "adamant"}, "ad": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ad"}, "acute": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "acute"}, "actuality": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "actuality"}, "activist": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "activist"}, "activates": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "activates"}, "actions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "actions"}, "actionable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "actionable"}, "acreage": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "acreage"}, "acquiescence": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "acquiescence"}, "acquaintances": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "acquaintances"}, "administrative": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "administrative"}, "admins": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "admins"}, "admired": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "admired"}, "advert": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "advert"}, "af": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "af"}, "aerial": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "aerial"}, "advocating": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "advocating"}, "advocated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "advocated"}, "advised": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "advised"}, "advice": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "advice"}, "advertisers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "advertisers"}, "advertisements": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "advertisements"}, "advertisement": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "advertisement"}, "adversaries": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "adversaries"}, "admits": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "admits"}, "advent": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "advent"}, "advancement": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "advancement"}, "advance": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "advance"}, "adulthood": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "adulthood"}, "adoring": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "adoring"}, "adoption": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "adoption"}, "adopted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "adopted"}, "adolescence": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "adolescence"}, "admitting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "admitting"}, "amar": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "amar"}, "ambassador": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ambassador"}, "acorn": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "acorn"}, "arabian": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "arabian"}, "aps": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "aps"}, "approx": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "approx"}, "approving": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "approving"}, "approval": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "approval"}, "appropriately": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "appropriately"}, "approaching": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "approaching"}, "appreciative": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "appreciative"}, "appreciates": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "appreciates"}, "appreciated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "appreciated"}, "appraisal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "appraisal"}, "apportioned": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "apportioned"}, "appointments": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "appointments"}, "appointing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "appointing"}, "applying": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "applying"}, "appeals": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "appeals"}, "appalling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "appalling"}, "app": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "app"}, "apologized": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "apologized"}, "apollo": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "apollo"}, "apartment": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "apartment"}, "anxious": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "anxious"}, "ar": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ar"}, "arc": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "arc"}, "amelia": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "amelia"}, "arcane": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "arcane"}, "arnold": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "arnold"}, "arnab": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "arnab"}, "armory": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "armory"}, "armenians": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "armenians"}, "armenia": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "armenia"}, "arlington": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "arlington"}, "arkansas": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "arkansas"}, "arkadelphia": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "arkadelphia"}, "arizona": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "arizona"}, "arising": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "arising"}, "arise": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "arise"}, "ariel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ariel"}, "argues": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "argues"}, "argue": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "argue"}, "arenas": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "arenas"}, "archived": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "archived"}, "architecture": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "architecture"}, "archipelago": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "archipelago"}, "archi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "archi"}, "archbishop": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "archbishop"}, "archaeological": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "archaeological"}, "anxiety": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "anxiety"}, "ants": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ants"}, "antony": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "antony"}, "antonio": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "antonio"}, "anecdotal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "anecdotal"}, "android": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "android"}, "anders": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "anders"}, "anchor": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "anchor"}, "anatoly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "anatoly"}, "anarchism": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "anarchism"}, "ananias": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ananias"}, "analyzing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "analyzing"}, "analyzed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "analyzed"}, "analytical": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "analytical"}, "analyst": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "analyst"}, "anabasis": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "anabasis"}, "anabase": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "anabase"}, "amounting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "amounting"}, "amounted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "amounted"}, "amorphous": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "amorphous"}, "amongst": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "amongst"}, "amnews": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "amnews"}, "amidst": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "amidst"}, "americana": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "americana"}, "amercan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "amercan"}, "anew": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "anew"}, "angela": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "angela"}, "angle": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "angle"}, "antarctic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "antarctic"}, "antonia": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "antonia"}, "antique": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "antique"}, "antigua": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "antigua"}, "antigen": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "antigen"}, "antidepressants": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "antidepressants"}, "anthropological": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "anthropological"}, "antenna": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "antenna"}, "antelopes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "antelopes"}, "antehoc": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "antehoc"}, "anonymity": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "anonymity"}, "anglo": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "anglo"}, "annoying": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "annoying"}, "announcing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "announcing"}, "announcement": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "announcement"}, "anniversary": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "anniversary"}, "annihilation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "annihilation"}, "anime": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "anime"}, "animated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "animated"}, "anguish": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "anguish"}, "angst": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "angst"}, "acoustic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "acoustic"}, "acknowledging": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "acknowledging"}, "cartoons": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cartoons"}, "205": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "205"}, "2019t": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "2019t"}, "2005": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "2005"}, "2004": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "2004"}, "2002": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "2002"}, "2001": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "2001"}, "1992": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1992"}, "1990s": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1990s"}, "1990": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1990"}, "1972": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1972"}, "1970s": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1970s"}, "1969": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1969"}, "1968": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1968"}, "1966": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1966"}, "1964": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1964"}, "1963": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1963"}, "1960s": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1960s"}, "1957": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1957"}, "1945": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1945"}, "1940": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1940"}, "1938": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1938"}, "1935": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1935"}, "2040": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "2040"}, "208": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "208"}, "330": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "330"}, "222": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "222"}, "32": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "32"}, "317": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "317"}, "316": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "316"}, "311": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "311"}, "310": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "310"}, "30th": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "30th"}, "30p": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "30p"}, "309": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "309"}, "305": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "305"}, "303": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "303"}, "2yrs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "2yrs"}, "2m\u00b2": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "2m\u00b2"}, "296": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "296"}, "292": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "292"}, "290": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "290"}, "276": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "276"}, "250": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "250"}, "24mp": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "24mp"}, "249": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "249"}, "240": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "240"}, "235": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "235"}, "1933": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1933"}, "1932": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1932"}, "1930s": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1930s"}, "1928": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1928"}, "1500": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1500"}, "14th": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "14th"}, "140": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "140"}, "134": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "134"}, "1300": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1300"}, "12th": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "12th"}, "126": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "126"}, "123": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "123"}, "122": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "122"}, "120": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "120"}, "11th": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "11th"}, "11s": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "11s"}, "11am": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "11am"}, "10am": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "10am"}, "1080p": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1080p"}, "104": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "104"}, "100m\u00b2": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "100m\u00b2"}, "06": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "06"}, "04": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "04"}, "020": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "020"}, "02": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "02"}, "1577": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1577"}, "159": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "159"}, "160": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "160"}, "1827": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1827"}, "1920": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1920"}, "1919": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1919"}, "1911": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1911"}, "1900": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1900"}, "18usd": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "18usd"}, "1888": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1888"}, "1885": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1885"}, "1874": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1874"}, "183": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "183"}, "1814": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1814"}, "1600s": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1600s"}, "180": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "180"}, "1795": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1795"}, "1794": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1794"}, "1790s": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1790s"}, "179": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "179"}, "172": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "172"}, "1664": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1664"}, "166": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "166"}, "1640s": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "1640s"}, "327": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "327"}, "335032the": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "335032the"}, "acknowledged": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "acknowledged"}, "absurd": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "absurd"}, "absentee": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "absentee"}, "absent": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "absent"}, "abs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "abs"}, "abandoned": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "abandoned"}, "aajohi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "aajohi"}, "9thmile": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "9thmile"}, "99": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "99"}, "98": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "98"}, "972": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "972"}, "96": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "96"}, "950": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "950"}, "94": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "94"}, "93": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "93"}, "914": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "914"}, "911": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "911"}, "8th": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "8th"}, "8am": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "8am"}, "89": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "89"}, "884": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "884"}, "85": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "85"}, "84": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "84"}, "abstract": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "abstract"}, "abundance": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "abundance"}, "337": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "337"}, "academia": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "academia"}, "acknowledge": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "acknowledge"}, "acid": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "acid"}, "achievement": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "achievement"}, "accustomed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "accustomed"}, "accused": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "accused"}, "accurately": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "accurately"}, "accurate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "accurate"}, "accumulated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "accumulated"}, "accumulate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "accumulate"}, "accounting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "accounting"}, "accountability": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "accountability"}, "accordingly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "accordingly"}, "accordance": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "accordance"}, "accomplish": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "accomplish"}, "accompany": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "accompany"}, "accommodation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "accommodation"}, "accolade": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "accolade"}, "accidental": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "accidental"}, "accepting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "accepting"}, "accents": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "accents"}, "academic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "academic"}, "82": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "82"}, "81st": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "81st"}, "807": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "807"}, "800": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "800"}, "50s": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "50s"}, "507": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "507"}, "501s": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "501s"}, "50000": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "50000"}, "49ers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "49ers"}, "49": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "49"}, "466": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "466"}, "454": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "454"}, "451": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "451"}, "43x": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "43x"}, "43bn": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "43bn"}, "40th": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "40th"}, "406": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "406"}, "3d": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "3d"}, "394": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "394"}, "384": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "384"}, "37": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "37"}, "363": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "363"}, "360": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "360"}, "36": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "36"}, "349": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "349"}, "52": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "52"}, "54": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "54"}, "5m": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "5m"}, "720p": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "720p"}, "80": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "80"}, "7th": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "7th"}, "7b": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "7b"}, "7a": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "7a"}, "775": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "775"}, "77": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "77"}, "76": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "76"}, "74": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "74"}, "73": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "73"}, "720": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "720"}, "5mph": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "5mph"}, "71": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "71"}, "6th": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "6th"}, "6moy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "6moy"}, "69p": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "69p"}, "69": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "69"}, "6803": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "6803"}, "644": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "644"}, "60s": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "60s"}, "5s": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "5s"}, "arrangements": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "arrangements"}, "arrest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "arrest"}, "arresting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "arresting"}, "bot": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bot"}, "boss": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "boss"}, "boscobel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "boscobel"}, "borough": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "borough"}, "borneo": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "borneo"}, "boring": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "boring"}, "borgen": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "borgen"}, "boozer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "boozer"}, "booze": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "booze"}, "boots": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "boots"}, "boosted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "boosted"}, "bookshops": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bookshops"}, "bookmark": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bookmark"}, "boogie": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "boogie"}, "bonnie": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bonnie"}, "bongo": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bongo"}, "bones": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bones"}, "boneless": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "boneless"}, "bombing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bombing"}, "bombers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bombers"}, "bomb": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bomb"}, "boldly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "boldly"}, "boston": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "boston"}, "botanist": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "botanist"}, "bridges": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bridges"}, "bottles": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bottles"}, "brick": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "brick"}, "brett": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "brett"}, "breezily": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "breezily"}, "bred": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bred"}, "breathing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "breathing"}, "breath": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "breath"}, "breakups": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "breakups"}, "breakthrough": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "breakthrough"}, "breaks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "breaks"}, "breakdown": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "breakdown"}, "brave": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "brave"}, "brault": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "brault"}, "brasslite": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "brasslite"}, "brass": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "brass"}, "brands": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "brands"}, "branch": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "branch"}, "brady": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "brady"}, "bradbury": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bradbury"}, "bracelet": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bracelet"}, "bourne": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bourne"}, "boulders": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "boulders"}, "bold": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bold"}, "bojewar": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bojewar"}, "boiling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "boiling"}, "boca": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "boca"}, "blasts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "blasts"}, "blare": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "blare"}, "blanket": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "blanket"}, "blanchard": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "blanchard"}, "blameless": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "blameless"}, "blake": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "blake"}, "blacktowerfm": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "blacktowerfm"}, "blacktower": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "blacktower"}, "bjp": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bjp"}, "bitterness": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bitterness"}, "bitter": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bitter"}, "bitten": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bitten"}, "bits": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bits"}, "bites": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bites"}, "bite": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bite"}, "bison": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bison"}, "biology": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "biology"}, "biologist": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "biologist"}, "biological": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "biological"}, "biofilm": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "biofilm"}, "biocides": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "biocides"}, "blending": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "blending"}, "blends": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "blends"}, "blessing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "blessing"}, "blowin": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "blowin"}, "bob": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bob"}, "boast": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "boast"}, "boar": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "boar"}, "blurred": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "blurred"}, "bluntly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bluntly"}, "blunt": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "blunt"}, "bluetooth": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bluetooth"}, "bluest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bluest"}, "blued": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "blued"}, "bloodshot": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bloodshot"}, "blighting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "blighting"}, "blooded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "blooded"}, "blonde": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "blonde"}, "blond": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "blond"}, "blogger": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "blogger"}, "blocked": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "blocked"}, "blockbuster": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "blockbuster"}, "bling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bling"}, "blindly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "blindly"}, "blind": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "blind"}, "bride": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bride"}, "bridgetown": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bridgetown"}, "arrives": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "arrives"}, "cannabis": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cannabis"}, "cancelling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cancelling"}, "cancelled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cancelled"}, "cancellations": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cancellations"}, "cancel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cancel"}, "camper": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "camper"}, "campaigns": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "campaigns"}, "camouflaged": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "camouflaged"}, "californication": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "californication"}, "calibrated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "calibrated"}, "calculations": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "calculations"}, "calculation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "calculation"}, "calculated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "calculated"}, "calcium": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "calcium"}, "cal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cal"}, "cafeteria": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cafeteria"}, "cafe": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cafe"}, "cadaver": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cadaver"}, "cablevision": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cablevision"}, "buzi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "buzi"}, "buyer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "buyer"}, "buuuuuuuzzzzzzzzz": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "buuuuuuuzzzzzzzzz"}, "cancer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cancer"}, "canvas": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "canvas"}, "brief": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "brief"}, "canyon": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "canyon"}, "carriers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "carriers"}, "carrier": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "carrier"}, "carpet": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "carpet"}, "carolina": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "carolina"}, "carnal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "carnal"}, "carlsberg": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "carlsberg"}, "carlay": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "carlay"}, "caring": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "caring"}, "carefully": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "carefully"}, "carefree": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "carefree"}, "careers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "careers"}, "cards": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "cards"}, "carcinogenic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "carcinogenic"}, "carcass": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "carcass"}, "caramel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "caramel"}, "captures": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "captures"}, "captivating": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "captivating"}, "capitalize": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "capitalize"}, "capita": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "capita"}, "capability": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "capability"}, "capabilities": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "capabilities"}, "button": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "button"}, "butterfly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "butterfly"}, "butt": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "butt"}, "businessman": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "businessman"}, "brutal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "brutal"}, "brussels": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "brussels"}, "brunei": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "brunei"}, "browser": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "browser"}, "browne": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "browne"}, "brotherhood": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "brotherhood"}, "brothels": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "brothels"}, "bros": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bros"}, "bronx": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bronx"}, "brock": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "brock"}, "broccoli": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "broccoli"}, "broadly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "broadly"}, "broadchurch": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "broadchurch"}, "broadcasting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "broadcasting"}, "broadband": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "broadband"}, "britney": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "britney"}, "brit": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "brit"}, "brisbane": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "brisbane"}, "brightly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "brightly"}, "brightest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "brightest"}, "brighter": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "brighter"}, "brutally": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "brutally"}, "bryce": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bryce"}, "btu": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "btu"}, "burgers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "burgers"}, "bursts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bursts"}, "burrow": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "burrow"}, "burnt": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "burnt"}, "burned": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "burned"}, "burma": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "burma"}, "burleigh": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "burleigh"}, "burke": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "burke"}, "buriel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "buriel"}, "buried": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "buried"}, "burger": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "burger"}, "bubble": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bubble"}, "burgandy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "burgandy"}, "bureau": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bureau"}, "bully": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bully"}, "bullets": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bullets"}, "builders": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "builders"}, "buffaloes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "buffaloes"}, "budget": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "budget"}, "buddhism": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "buddhism"}, "bubbling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bubbling"}, "bio": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bio"}, "binding": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "binding"}, "billions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "billions"}, "automaker": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "automaker"}, "authenticate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "authenticate"}, "australians": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "australians"}, "australian": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "australian"}, "austerity": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "austerity"}, "aus": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "aus"}, "auditioning": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "auditioning"}, "audition": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "audition"}, "audi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "audi"}, "auctions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "auctions"}, "au": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "au"}, "attributes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "attributes"}, "attractive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "attractive"}, "attracted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "attracted"}, "attract": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "attract"}, "attitudes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "attitudes"}, "attic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "attic"}, "attention": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "attention"}, "attend": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "attend"}, "attempts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "attempts"}, "attainment": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "attainment"}, "attain": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "attain"}, "autobiographical": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "autobiographical"}, "automated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "automated"}, "bilaterally": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bilaterally"}, "automatic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "automatic"}, "awkwardness": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "awkwardness"}, "awkward": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "awkward"}, "awesome": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "awesome"}, "awefull": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "awefull"}, "awe": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "awe"}, "awaroa": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "awaroa"}, "aware": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "aware"}, "awaiting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "awaiting"}, "awaited": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "awaited"}, "avoids": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "avoids"}, "avoiding": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "avoiding"}, "avoidance": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "avoidance"}, "aviator": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "aviator"}, "averaging": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "averaging"}, "averaged": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "averaged"}, "avatar": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "avatar"}, "avails": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "avails"}, "autumn": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "autumn"}, "autonomous": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "autonomous"}, "automobile": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "automobile"}, "automatically": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "automatically"}, "attacking": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "attacking"}, "attackers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "attackers"}, "attachment": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "attachment"}, "attached": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "attached"}, "asserts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "asserts"}, "asserted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "asserted"}, "assassination": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "assassination"}, "assailants": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "assailants"}, "ass": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ass"}, "aspirus": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "aspirus"}, "aspirin": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "aspirin"}, "aspired": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "aspired"}, "aspirational": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "aspirational"}, "asians": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "asians"}, "ascent": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ascent"}, "arts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "arts"}, "artisan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "artisan"}, "artificial": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "artificial"}, "articulating": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "articulating"}, "articles": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "articles"}, "arsonist": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "arsonist"}, "arson": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "arson"}, "arse": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "arse"}, "arrogance": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "arrogance"}, "arriving": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "arriving"}, "assess": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "assess"}, "assessed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "assessed"}, "assign": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "assign"}, "astonishing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "astonishing"}, "atrocious": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "atrocious"}, "atoms": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "atoms"}, "atom": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "atom"}, "atmospheres": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "atmospheres"}, "atleast": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "atleast"}, "atkins": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "atkins"}, "athletic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "athletic"}, "asymptomatic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "asymptomatic"}, "astronomy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "astronomy"}, "assured": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "assured"}, "assigned": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "assigned"}, "assurances": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "assurances"}, "assurance": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "assurance"}, "assumes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "assumes"}, "assumed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "assumed"}, "associations": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "associations"}, "associate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "associate"}, "assistance": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "assistance"}, "assist": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "assist"}, "assignments": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "assignments"}, "axel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "axel"}, "azad": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "azad"}, "azira": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "azira"}, "beak": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "beak"}, "belted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "belted"}, "belongings": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "belongings"}, "belonging": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "belonging"}, "belmont": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "belmont"}, "bellotas": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bellotas"}, "bello": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bello"}, "bell": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bell"}, "believing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "believing"}, "believers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "believers"}, "belching": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "belching"}, "behavior": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "behavior"}, "begrudgingly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "begrudgingly"}, "begins": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "begins"}, "beefed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "beefed"}, "bee": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bee"}, "bedrock": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bedrock"}, "beautifully": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "beautifully"}, "beaten": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "beaten"}, "beasts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "beasts"}, "bearded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bearded"}, "beara": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "beara"}, "bemoans": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bemoans"}, "bend": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bend"}, "beneath": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "beneath"}, "betrayal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "betrayal"}, "biking": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "biking"}, "biennium": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "biennium"}, "bid": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bid"}, "biblically": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "biblically"}, "bibendum": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bibendum"}, "biased": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "biased"}, "bewildered": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bewildered"}, "beware": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "beware"}, "betting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "betting"}, "beset": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "beset"}, "benedril": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "benedril"}, "berger": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "berger"}, "benz": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "benz"}, "benue": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "benue"}, "benjamin": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "benjamin"}, "benito": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "benito"}, "benign": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "benign"}, "bengali": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bengali"}, "benevolence": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "benevolence"}, "beneficiaries": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "beneficiaries"}, "beans": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "beans"}, "bead": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bead"}, "b737": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "b737"}, "bc582063": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bc582063"}, "bamba": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bamba"}, "ballots": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ballots"}, "ballerina": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ballerina"}, "ballad": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ballad"}, "bags": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bags"}, "baggage": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "baggage"}, "badly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "badly"}, "badboys": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "badboys"}, "bacon": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bacon"}, "backs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "backs"}, "backpack": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "backpack"}, "backing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "backing"}, "backhand": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "backhand"}, "backed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "backed"}, "backbreaking": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "backbreaking"}, "babu": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "babu"}, "baboons": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "baboons"}, "babies": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "babies"}, "babcock": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "babcock"}, "ba": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ba"}, "b737s": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "b737s"}, "bandana": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bandana"}, "bandh": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bandh"}, "bandmates": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bandmates"}, "baron": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "baron"}, "bc": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bc"}, "bayiha": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bayiha"}, "battling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "battling"}, "baskervilles": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "baskervilles"}, "bash": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bash"}, "baseline": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "baseline"}, "barring": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "barring"}, "barriers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "barriers"}, "barricaded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "barricaded"}, "barnette": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "barnette"}, "bands": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bands"}, "barkley": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "barkley"}, "barking": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "barking"}, "baring": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "baring"}, "bare": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bare"}, "barco": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "barco"}, "barcelona": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "barcelona"}, "barack": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "barack"}, "bans": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "bans"}, "banned": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "banned"}, "enchanting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "enchanting"}, "enclose": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "enclose"}, "encountering": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "encountering"}, "malignant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "malignant"}, "malformed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "malformed"}, "malaria": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "malaria"}, "malaise": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "malaise"}, "makran": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "makran"}, "makeup": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "makeup"}, "maker": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "maker"}, "majestic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "majestic"}, "maivia": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "maivia"}, "maintaining": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "maintaining"}, "mainstream": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mainstream"}, "mahaleb": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mahaleb"}, "magnon": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "magnon"}, "magnificent": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "magnificent"}, "magnetically": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "magnetically"}, "magistrate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "magistrate"}, "magi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "magi"}, "madison": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "madison"}, "mad": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mad"}, "mackay": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mackay"}, "machines": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "machines"}, "mac": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mac"}, "malfunctioning": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "malfunctioning"}, "malindi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "malindi"}, "marketed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "marketed"}, "mall": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mall"}, "marine": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "marine"}, "marilyn": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "marilyn"}, "margins": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "margins"}, "marcia": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "marcia"}, "mapped": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mapped"}, "mao": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mao"}, "manuscript": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "manuscript"}, "manufacturers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "manufacturers"}, "manufactured": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "manufactured"}, "manufacture": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "manufacture"}, "mansions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mansions"}, "mansion": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mansion"}, "manner": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "manner"}, "manjinder": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "manjinder"}, "manipulate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "manipulate"}, "manhunt": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "manhunt"}, "mandolin": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mandolin"}, "managing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "managing"}, "manages": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "manages"}, "malone": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "malone"}, "malnutrition": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "malnutrition"}, "ma": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ma"}, "m1": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "m1"}, "lyric": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lyric"}, "luxury": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "luxury"}, "looting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "looting"}, "loopy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "loopy"}, "loop": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "loop"}, "lookalites": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lookalites"}, "longtime": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "longtime"}, "loin": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "loin"}, "logistical": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "logistical"}, "logistic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "logistic"}, "logical": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "logical"}, "logic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "logic"}, "logging": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "logging"}, "logged": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "logged"}, "lodging": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lodging"}, "locate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "locate"}, "locally": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "locally"}, "lobes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lobes"}, "loans": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "loans"}, "loands": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "loands"}, "lizard": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lizard"}, "liverpool": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "liverpool"}, "liver": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "liver"}, "lore": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lore"}, "lorentzian": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lorentzian"}, "lotus": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lotus"}, "lr": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lr"}, "luther": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "luther"}, "lurking": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lurking"}, "lurked": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lurked"}, "lurches": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lurches"}, "lung": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lung"}, "lun": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lun"}, "luminaries": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "luminaries"}, "lucrative": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lucrative"}, "luckily": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "luckily"}, "loyola": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "loyola"}, "lou": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lou"}, "lowest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lowest"}, "lowerquality": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lowerquality"}, "lowell": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lowell"}, "lovitz": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lovitz"}, "lover": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lover"}, "loveable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "loveable"}, "lounging": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lounging"}, "lounge": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lounge"}, "loudly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "loudly"}, "markers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "markers"}, "marks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "marks"}, "litre": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "litre"}, "miantochino": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "miantochino"}, "metropolitan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "metropolitan"}, "methodist": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "methodist"}, "meters": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "meters"}, "metaphysical": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "metaphysical"}, "messy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "messy"}, "merle": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "merle"}, "mercy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mercy"}, "mercurial": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mercurial"}, "mercedes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mercedes"}, "menu": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "menu"}, "mentality": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mentality"}, "mental": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mental"}, "menace": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "menace"}, "mena": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mena"}, "memories": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "memories"}, "memorable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "memorable"}, "meltdown": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "meltdown"}, "melt": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "melt"}, "mellow": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mellow"}, "melissa": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "melissa"}, "mei3": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mei3"}, "miami": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "miami"}, "miatas": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "miatas"}, "marques": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "marques"}, "mic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mic"}, "mindstorms": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mindstorms"}, "min": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "min"}, "milner": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "milner"}, "millimeters": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "millimeters"}, "miller": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "miller"}, "millennium": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "millennium"}, "milks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "milks"}, "militaries": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "militaries"}, "mild": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mild"}, "mike": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mike"}, "mikashi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mikashi"}, "migratory": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "migratory"}, "midwestern": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "midwestern"}, "midweek": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "midweek"}, "midway": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "midway"}, "midrange": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "midrange"}, "midnight": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "midnight"}, "microphone": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "microphone"}, "michelle": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "michelle"}, "michel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "michel"}, "micheal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "micheal"}, "mehr": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mehr"}, "mehmood": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mehmood"}, "meh": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "meh"}, "megabox": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "megabox"}, "mature": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mature"}, "matterhorn": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "matterhorn"}, "mattered": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mattered"}, "matt": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "matt"}, "matrix": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "matrix"}, "math": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "math"}, "materials": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "materials"}, "masterpieces": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "masterpieces"}, "masterclass": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "masterclass"}, "master": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "master"}, "massimino": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "massimino"}, "mass": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mass"}, "masks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "masks"}, "masaru": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "masaru"}, "marxism": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "marxism"}, "marvell": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "marvell"}, "marveled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "marveled"}, "marvel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "marvel"}, "martinez": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "martinez"}, "martin": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "martin"}, "marriages": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "marriages"}, "matus": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "matus"}, "maximum": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "maximum"}, "mayhem": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mayhem"}, "meats": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "meats"}, "medium": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "medium"}, "meditates": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "meditates"}, "medieval": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "medieval"}, "medicine": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "medicine"}, "median": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "median"}, "mediacom": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mediacom"}, "medals": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "medals"}, "mechanism": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mechanism"}, "mechanics": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mechanics"}, "meal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "meal"}, "mayonnaise": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mayonnaise"}, "mea": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mea"}, "mcnamara": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mcnamara"}, "mckellen": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mckellen"}, "mcgregor": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mcgregor"}, "mcelwee": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mcelwee"}, "mcdonalds": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mcdonalds"}, "mccue": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mccue"}, "mcavennie": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mcavennie"}, "mayoral": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mayoral"}, "liu": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "liu"}, "lit": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lit"}, "encroach": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "encroach"}, "karkhanis": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "karkhanis"}, "karaoke": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "karaoke"}, "kang": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kang"}, "kana": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kana"}, "kal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kal"}, "k": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "k"}, "jx2r5mvbcw": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jx2r5mvbcw"}, "justify": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "justify"}, "jun": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jun"}, "jumping": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jumping"}, "jump": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jump"}, "jules": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jules"}, "judges": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "judges"}, "judas": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "judas"}, "juan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "juan"}, "joyfully": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "joyfully"}, "joy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "joy"}, "jos\u00e9": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jos\u00e9"}, "joshua": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "joshua"}, "josef": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "josef"}, "jordon": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jordon"}, "jones": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jones"}, "karen": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "karen"}, "kashmir": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kashmir"}, "kim": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kim"}, "kataja": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kataja"}, "killing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "killing"}, "killer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "killer"}, "kiiski": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kiiski"}, "kidney": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kidney"}, "kidnap": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kidnap"}, "kidding": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kidding"}, "kickstarting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kickstarting"}, "kick": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kick"}, "khone": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "khone"}, "keywords": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "keywords"}, "keynote": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "keynote"}, "kerry": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kerry"}, "kent": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kent"}, "keno": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "keno"}, "kennedy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kennedy"}, "kei": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kei"}, "keeghan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "keeghan"}, "kc": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kc"}, "kayak": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kayak"}, "katoare": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "katoare"}, "kato": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kato"}, "jonas": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jonas"}, "joking": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "joking"}, "jokes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jokes"}, "joint": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "joint"}, "jabroni": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jabroni"}, "jabba": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jabba"}, "iv": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "iv"}, "itching": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "itching"}, "israel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "israel"}, "isp": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "isp"}, "isolation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "isolation"}, "isay": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "isay"}, "irrational": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "irrational"}, "iron": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "iron"}, "ipad": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ipad"}, "ionigeria": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ionigeria"}, "invocations": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "invocations"}, "invocation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "invocation"}, "inviting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inviting"}, "invite": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "invite"}, "invitation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "invitation"}, "invisible": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "invisible"}, "investors": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "investors"}, "investing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "investing"}, "investigative": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "investigative"}, "jabronies": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jabronies"}, "jackson": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jackson"}, "jaded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jaded"}, "jealous": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jealous"}, "johansson": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "johansson"}, "joel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "joel"}, "jodrell": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jodrell"}, "jidda": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jidda"}, "jiang1": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jiang1"}, "jfk": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jfk"}, "jerry": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jerry"}, "jennifer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jennifer"}, "jelly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jelly"}, "jdm": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jdm"}, "jagan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jagan"}, "jayson": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jayson"}, "jay": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jay"}, "jason": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jason"}, "jargon": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jargon"}, "jane": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jane"}, "jam": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jam"}, "jailed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jailed"}, "jaguars": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jaguars"}, "jagnyachi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "jagnyachi"}, "kilometer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kilometer"}, "kimber": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kimber"}, "listened": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "listened"}, "li": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "li"}, "lewis": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lewis"}, "levi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "levi"}, "leveled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "leveled"}, "letting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "letting"}, "lets": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lets"}, "lessons": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lessons"}, "lenses": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lenses"}, "lengthy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lengthy"}, "lengthier": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lengthier"}, "lengthening": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lengthening"}, "lending": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lending"}, "lend": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lend"}, "lemony": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lemony"}, "lemon": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lemon"}, "lek": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lek"}, "lego": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lego"}, "legitimise": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "legitimise"}, "legislatures": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "legislatures"}, "legislation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "legislation"}, "legends": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "legends"}, "legacy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "legacy"}, "lgav3": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lgav3"}, "liaise": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "liaise"}, "kindle": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kindle"}, "libation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "libation"}, "lipgloss": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lipgloss"}, "lipa": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lipa"}, "lip": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lip"}, "lions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lions"}, "linz": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "linz"}, "linton": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "linton"}, "lingering": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lingering"}, "lineman": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lineman"}, "limpopo": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "limpopo"}, "limiting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "limiting"}, "lime": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lime"}, "liked": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "liked"}, "lights": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lights"}, "lightning": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lightning"}, "lighting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lighting"}, "lifelong": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lifelong"}, "lifeblood": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lifeblood"}, "licks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "licks"}, "license": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "license"}, "librarians": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "librarians"}, "liberating": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "liberating"}, "leeratanakajornthe": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "leeratanakajornthe"}, "lecture": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lecture"}, "leaning": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "leaning"}, "leaks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "leaks"}, "laments": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "laments"}, "lake": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lake"}, "lagged": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lagged"}, "ladha": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ladha"}, "lactase": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lactase"}, "la": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "la"}, "kuo": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kuo"}, "kukicha": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kukicha"}, "kruger": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kruger"}, "krauts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "krauts"}, "kratz": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kratz"}, "kong": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kong"}, "knotted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "knotted"}, "knocks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "knocks"}, "knocking": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "knocking"}, "knocked": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "knocked"}, "knob": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "knob"}, "knicks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "knicks"}, "km": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "km"}, "klamath": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "klamath"}, "kiriakou": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "kiriakou"}, "lan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lan"}, "landholds": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "landholds"}, "landing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "landing"}, "lavish": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lavish"}, "lcr": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lcr"}, "lcp": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lcp"}, "layoff": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "layoff"}, "lax": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lax"}, "lawyers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lawyers"}, "lawyer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lawyer"}, "lawsuits": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lawsuits"}, "lawson": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lawson"}, "laws": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "laws"}, "laundry": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "laundry"}, "landmark": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "landmark"}, "laughable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "laughable"}, "latitude": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "latitude"}, "lassitude": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lassitude"}, "lashgarara": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "lashgarara"}, "laser": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "laser"}, "las": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "las"}, "languorous": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "languorous"}, "landslides": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "landslides"}, "landscapes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "landscapes"}, "mine": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mine"}, "mini": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mini"}, "minimalist": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "minimalist"}, "omissions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "omissions"}, "olive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "olive"}, "oldest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "oldest"}, "oklahoma": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "oklahoma"}, "okay": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "okay"}, "ok": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ok"}, "offseason": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "offseason"}, "offices": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "offices"}, "offerings": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "offerings"}, "offering": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "offering"}, "offender": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "offender"}, "odyssey": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "odyssey"}, "odor": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "odor"}, "odfw": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "odfw"}, "odds": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "odds"}, "odd": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "odd"}, "octagon": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "octagon"}, "oct": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "oct"}, "oceans": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "oceans"}, "occurred": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "occurred"}, "occupies": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "occupies"}, "occultist": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "occultist"}, "olympic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "olympic"}, "omnipresent": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "omnipresent"}, "ordinary": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ordinary"}, "onboard": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "onboard"}, "ordered": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ordered"}, "opting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "opting"}, "optimum": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "optimum"}, "optimize": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "optimize"}, "optimization": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "optimization"}, "optimism": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "optimism"}, "opted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "opted"}, "opt": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "opt"}, "opposition": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "opposition"}, "opposite": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "opposite"}, "opposing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "opposing"}, "opportunities": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "opportunities"}, "opponent": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "opponent"}, "opinions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "opinions"}, "operators": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "operators"}, "operation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "operation"}, "operate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "operate"}, "op": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "op"}, "onions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "onions"}, "oni": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "oni"}, "onetahuti": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "onetahuti"}, "occluding": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "occluding"}, "occluded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "occluded"}, "occasions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "occasions"}, "obvious": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "obvious"}, "novichok": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "novichok"}, "novemberat": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "novemberat"}, "nov": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nov"}, "noting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "noting"}, "noticeably": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "noticeably"}, "notably": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "notably"}, "nostril": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nostril"}, "nose": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nose"}, "norwood": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "norwood"}, "norton": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "norton"}, "northeast": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "northeast"}, "norte": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "norte"}, "norman": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "norman"}, "normally": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "normally"}, "normalized": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "normalized"}, "normality": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "normality"}, "normalise": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "normalise"}, "noordhoek": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "noordhoek"}, "noodles": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "noodles"}, "nonsense": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nonsense"}, "nonprofits": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nonprofits"}, "nowadays": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nowadays"}, "nps": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nps"}, "nsukka": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nsukka"}, "obscene": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "obscene"}, "obstructing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "obstructing"}, "obstacles": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "obstacles"}, "obsolete": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "obsolete"}, "observing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "observing"}, "observer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "observer"}, "observationi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "observationi"}, "observable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "observable"}, "obscuring": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "obscuring"}, "obscure": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "obscure"}, "oblivious": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "oblivious"}, "nude": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nude"}, "obligation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "obligation"}, "objectives": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "objectives"}, "objectification": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "objectification"}, "o": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "o"}, "nuttier": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nuttier"}, "nury": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nury"}, "numerous": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "numerous"}, "numerically": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "numerically"}, "nukes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nukes"}, "orderly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "orderly"}, "organic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "organic"}, "mining": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mining"}, "pain": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pain"}, "pad": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pad"}, "packing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "packing"}, "packaging": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "packaging"}, "pacing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pacing"}, "paced": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "paced"}, "p938": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "p938"}, "p365": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "p365"}, "p320": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "p320"}, "p238": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "p238"}, "p19t11": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "p19t11"}, "oxygen": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "oxygen"}, "oxford": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "oxford"}, "owns": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "owns"}, "ownership": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ownership"}, "owned": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "owned"}, "owed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "owed"}, "oviri": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "oviri"}, "overwhelmingly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "overwhelmingly"}, "overwhelming": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "overwhelming"}, "overturned": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "overturned"}, "overtures": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "overtures"}, "pagan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pagan"}, "painfully": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "painfully"}, "organisation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "organisation"}, "pains": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pains"}, "parks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "parks"}, "parentals": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "parentals"}, "paranoid": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "paranoid"}, "parameters": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "parameters"}, "paradise": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "paradise"}, "parading": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "parading"}, "paradigmatic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "paradigmatic"}, "papua": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "papua"}, "papers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "papers"}, "panel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "panel"}, "pandemonium": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pandemonium"}, "pan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pan"}, "pamphlet": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pamphlet"}, "palpable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "palpable"}, "pallid": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pallid"}, "pakistanis": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pakistanis"}, "pakistani": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pakistani"}, "pak": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "pak"}, "paired": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "paired"}, "painter": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "painter"}, "paint": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "paint"}, "overseeing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "overseeing"}, "oversee": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "oversee"}, "overseas": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "overseas"}, "overscaled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "overscaled"}, "outer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "outer"}, "outdoors": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "outdoors"}, "outdated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "outdated"}, "outcomes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "outcomes"}, "outcome": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "outcome"}, "outbreaks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "outbreaks"}, "ourselves": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ourselves"}, "otukpo": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "otukpo"}, "otto": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "otto"}, "ostriches": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ostriches"}, "oscars": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "oscars"}, "ornaments": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ornaments"}, "orleans": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "orleans"}, "origin": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "origin"}, "oriental": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "oriental"}, "organized": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "organized"}, "organizations": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "organizations"}, "organizational": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "organizational"}, "organising": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "organising"}, "organised": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "organised"}, "organisdations": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "organisdations"}, "outfitted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "outfitted"}, "outlandish": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "outlandish"}, "outlets": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "outlets"}, "overestimated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "overestimated"}, "oversampled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "oversampled"}, "overrated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "overrated"}, "overly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "overly"}, "overlooked": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "overlooked"}, "overlapping": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "overlapping"}, "overlap": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "overlap"}, "overheard": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "overheard"}, "overflowing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "overflowing"}, "overflow": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "overflow"}, "overestimate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "overestimate"}, "outnumbered": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "outnumbered"}, "overcomes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "overcomes"}, "overcome": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "overcome"}, "overcollateralization": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "overcollateralization"}, "overclocking": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "overclocking"}, "overcame": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "overcame"}, "ovarian": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ovarian"}, "outspoken": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "outspoken"}, "outrage": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "outrage"}, "output": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "output"}, "nominal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nominal"}, "noisy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "noisy"}, "noise": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "noise"}, "motor": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "motor"}, "motivated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "motivated"}, "motions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "motions"}, "motif": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "motif"}, "motherboards": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "motherboards"}, "motherboard": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "motherboard"}, "mosquitos": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mosquitos"}, "mortality": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mortality"}, "morocco": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "morocco"}, "morgan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "morgan"}, "morals": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "morals"}, "moral": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "moral"}, "morad": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "morad"}, "monuments": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "monuments"}, "monty": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "monty"}, "montreal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "montreal"}, "monstrous": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "monstrous"}, "monroe": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "monroe"}, "monosyllabic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "monosyllabic"}, "monopoly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "monopoly"}, "monologue": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "monologue"}, "monks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "monks"}, "motl": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "motl"}, "motors": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "motors"}, "nod": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nod"}, "motorsport": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "motorsport"}, "murdered": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "murdered"}, "murals": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "murals"}, "munch": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "munch"}, "mums": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mums"}, "mumbai": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mumbai"}, "multivolume": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "multivolume"}, "multipoint": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "multipoint"}, "multiplies": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "multiplies"}, "multifaceted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "multifaceted"}, "multidimensional": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "multidimensional"}, "mullet": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mullet"}, "muffled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "muffled"}, "mrs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mrs"}, "mowing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mowing"}, "mouthfeel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mouthfeel"}, "mourning": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mourning"}, "mounted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mounted"}, "mountain": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mountain"}, "mounded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mounded"}, "motto": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "motto"}, "motorway": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "motorway"}, "monk": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "monk"}, "monitoring": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "monitoring"}, "monika": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "monika"}, "mongols": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mongols"}, "misunderstand": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "misunderstand"}, "mists": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mists"}, "misted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "misted"}, "mistaken": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mistaken"}, "missteps": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "missteps"}, "missoula": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "missoula"}, "mississippi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mississippi"}, "missions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "missions"}, "missionary": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "missionary"}, "misreading": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "misreading"}, "misleading": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "misleading"}, "misery": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "misery"}, "miserably": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "miserably"}, "misdemeanors": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "misdemeanors"}, "misconduct": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "misconduct"}, "mirrors": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mirrors"}, "mirrorless": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mirrorless"}, "mirror": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mirror"}, "mip": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mip"}, "minneapolis": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "minneapolis"}, "ministerial": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ministerial"}, "misunderstanding": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "misunderstanding"}, "misunderstood": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "misunderstood"}, "mitzi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mitzi"}, "modi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "modi"}, "mona": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mona"}, "momentum": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "momentum"}, "moma": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "moma"}, "moley": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "moley"}, "mohsin": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mohsin"}, "mohile": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mohile"}, "mohan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mohan"}, "modified": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "modified"}, "modification": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "modification"}, "moderates": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "moderates"}, "mixed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mixed"}, "modem": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "modem"}, "modelo": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "modelo"}, "mode": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mode"}, "mocha": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mocha"}, "mobilizations": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mobilizations"}, "mobilisation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mobilisation"}, "mob": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mob"}, "moaning": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "moaning"}, "moan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "moan"}, "murders": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "murders"}, "murrah": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "murrah"}, "murray": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "murray"}, "neat": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "neat"}, "netanyahu": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "netanyahu"}, "nestled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nestled"}, "nestings": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nestings"}, "nesting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nesting"}, "ness": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ness"}, "neologism": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "neologism"}, "neo": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "neo"}, "nell": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nell"}, "nejadi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nejadi"}, "neighbouring": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "neighbouring"}, "neighbourhood": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "neighbourhood"}, "neighborhoods": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "neighborhoods"}, "neighborhood": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "neighborhood"}, "neighbor": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "neighbor"}, "negroes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "negroes"}, "negotiated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "negotiated"}, "negotiate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "negotiate"}, "negatively": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "negatively"}, "negated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "negated"}, "neema": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "neema"}, "needles": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "needles"}, "netherlands": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "netherlands"}, "networking": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "networking"}, "neutralise": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "neutralise"}, "nightmarket": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nightmarket"}, "nobeladventures": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nobeladventures"}, "nobel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nobel"}, "nit": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nit"}, "nishi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nishi"}, "ninjas": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ninjas"}, "nineteenth": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nineteenth"}, "nikhil": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nikhil"}, "nike": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nike"}, "nihilist": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nihilist"}, "nightclubs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nightclubs"}, "nevada": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nevada"}, "nics": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nics"}, "nicolas": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nicolas"}, "nicely": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nicely"}, "nice": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nice"}, "nic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nic"}, "nhai": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nhai"}, "ng": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ng"}, "neyla": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "neyla"}, "newsweek": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "newsweek"}, "necessarily": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "necessarily"}, "nearing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nearing"}, "muschamp": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "muschamp"}, "nearer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nearer"}, "n320m": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "n320m"}, "n": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "n"}, "myths": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "myths"}, "myth": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "myth"}, "mystical": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mystical"}, "mystic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mystic"}, "mysterium": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mysterium"}, "mysterious": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mysterious"}, "myspace": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "myspace"}, "myblock": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "myblock"}, "mutton": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mutton"}, "mute": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mute"}, "mutants": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mutants"}, "mutagenic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mutagenic"}, "mustache": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mustache"}, "mussolini": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mussolini"}, "musings": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "musings"}, "musicians": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "musicians"}, "musical": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "musical"}, "mushroom": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mushroom"}, "mused": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "mused"}, "nab": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nab"}, "nail": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nail"}, "nailed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nailed"}, "naturally": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "naturally"}, "nd": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nd"}, "ncaa": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ncaa"}, "nbcuniversal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nbcuniversal"}, "nb": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nb"}, "nazi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nazi"}, "naw": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "naw"}, "navy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "navy"}, "navigating": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "navigating"}, "navigate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "navigate"}, "nationally": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nationally"}, "namadi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "namadi"}, "nassau": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nassau"}, "nascent": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nascent"}, "narrowly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "narrowly"}, "narrowed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "narrowed"}, "narrates": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "narrates"}, "narendra": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "narendra"}, "naps": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "naps"}, "nanoplastic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "nanoplastic"}, "naming": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "naming"}, "investigating": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "investigating"}, "investigate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "investigate"}, "invest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "invest"}, "forcibly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "forcibly"}, "forceful": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "forceful"}, "forages": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "forages"}, "footage": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "footage"}, "foolishness": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "foolishness"}, "foods": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "foods"}, "font": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "font"}, "folly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "folly"}, "follows": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "follows"}, "folk": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "folk"}, "folgers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "folgers"}, "focusing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "focusing"}, "flying": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "flying"}, "flush": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "flush"}, "flurry": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "flurry"}, "fluid": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fluid"}, "flown": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "flown"}, "flowing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "flowing"}, "flowers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "flowers"}, "flower": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "flower"}, "floors": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "floors"}, "flock": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "flock"}, "forcible": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "forcible"}, "foreigners": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "foreigners"}, "foundations": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "foundations"}, "foremost": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "foremost"}, "fosters": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fosters"}, "fossil": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fossil"}, "forwarded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "forwarded"}, "forty": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "forty"}, "fortunately": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fortunately"}, "forsake": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "forsake"}, "formulae": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "formulae"}, "forming": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "forming"}, "formidable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "formidable"}, "formerly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "formerly"}, "formative": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "formative"}, "formations": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "formations"}, "format": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "format"}, "forgotten": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "forgotten"}, "forgiveness": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "forgiveness"}, "forging": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "forging"}, "forge": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "forge"}, "foretold": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "foretold"}, "forest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "forest"}, "foreseeable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "foreseeable"}, "forensic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "forensic"}, "flits": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "flits"}, "fliers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fliers"}, "flickered": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "flickered"}, "flick": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "flick"}, "fios": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fios"}, "finishes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "finishes"}, "finish": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "finish"}, "fingers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fingers"}, "finest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "finest"}, "fills": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fills"}, "file": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "file"}, "fighting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fighting"}, "fifth": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fifth"}, "fiery": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fiery"}, "fiercely": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fiercely"}, "fidel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fidel"}, "fictitious": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fictitious"}, "fictions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fictions"}, "fibrinolysins": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fibrinolysins"}, "fiber": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fiber"}, "fi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fi"}, "fewer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fewer"}, "fetched": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fetched"}, "feroza": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "feroza"}, "feral": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "feral"}, "fir": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fir"}, "firearm": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "firearm"}, "fired": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fired"}, "flanagan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "flanagan"}, "flexibility": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "flexibility"}, "flexforkal50": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "flexforkal50"}, "flexforkal01": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "flexforkal01"}, "fleeing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fleeing"}, "flayed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "flayed"}, "flavours": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "flavours"}, "flavoured": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "flavoured"}, "flashbacks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "flashbacks"}, "flapping": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "flapping"}, "flames": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "flames"}, "firefighters": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "firefighters"}, "flame": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "flame"}, "flagship": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "flagship"}, "fixed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fixed"}, "fitness": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fitness"}, "fiscal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fiscal"}, "firsthand": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "firsthand"}, "firms": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "firms"}, "firm": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "firm"}, "fires": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fires"}, "foucault": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "foucault"}, "founding": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "founding"}, "gogh": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gogh"}, "gentle": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gentle"}, "genie": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "genie"}, "genetic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "genetic"}, "generosity": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "generosity"}, "generics": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "generics"}, "generically": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "generically"}, "generators": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "generators"}, "generating": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "generating"}, "generated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "generated"}, "generalised": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "generalised"}, "gender": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gender"}, "geez": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "geez"}, "geek": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "geek"}, "gee": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gee"}, "gavin": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gavin"}, "gaume": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gaume"}, "gathers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gathers"}, "gate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gate"}, "gases": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gases"}, "gary": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gary"}, "garnet": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "garnet"}, "garner": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "garner"}, "genmaicha": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "genmaicha"}, "gently": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gently"}, "foxes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "foxes"}, "george": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "george"}, "godfather": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "godfather"}, "gobert": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gobert"}, "goats": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "goats"}, "gnp": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gnp"}, "glow": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "glow"}, "glory": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "glory"}, "glorious": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "glorious"}, "glassy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "glassy"}, "glasses": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "glasses"}, "gimli": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gimli"}, "gilt": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gilt"}, "gigantic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gigantic"}, "gift": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gift"}, "gidding": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gidding"}, "ghost": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ghost"}, "ghonchi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ghonchi"}, "ghastly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ghastly"}, "gestures": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gestures"}, "gesine": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gesine"}, "gershshwin": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gershshwin"}, "georgian": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "georgian"}, "garda\u00ed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "garda\u00ed"}, "gaps": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gaps"}, "gangsters": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gangsters"}, "gamecock": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gamecock"}, "fringe": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fringe"}, "frieze": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "frieze"}, "fridges": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fridges"}, "freudians": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "freudians"}, "freshmen": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "freshmen"}, "frequented": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "frequented"}, "frenzy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "frenzy"}, "frenchmen": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "frenchmen"}, "frenchman": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "frenchman"}, "freeman": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "freeman"}, "freedoms": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "freedoms"}, "fred": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fred"}, "fraternal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fraternal"}, "frantically": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "frantically"}, "francisco": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "francisco"}, "franchising": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "franchising"}, "frances": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "frances"}, "frame": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "frame"}, "fracturing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fracturing"}, "fps": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fps"}, "foyer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "foyer"}, "frog": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "frog"}, "frogs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "frogs"}, "fronts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fronts"}, "fundraising": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fundraising"}, "gaining": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gaining"}, "gaga": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gaga"}, "g2": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "g2"}, "futurologist": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "futurologist"}, "fury": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fury"}, "furniture": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "furniture"}, "furnished": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "furnished"}, "funny": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "funny"}, "funnily": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "funnily"}, "funders": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "funders"}, "frothed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "frothed"}, "functioning": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "functioning"}, "fulfills": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fulfills"}, "fulfilled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fulfilled"}, "fulfill": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fulfill"}, "fukushima": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fukushima"}, "ft": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ft"}, "fry": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fry"}, "fruits": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fruits"}, "fruition": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fruition"}, "fenders": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fenders"}, "fencing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fencing"}, "fenced": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fenced"}, "ethanol": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ethanol"}, "esthetics": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "esthetics"}, "esteemed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "esteemed"}, "estate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "estate"}, "establishment": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "establishment"}, "establishes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "establishes"}, "establish": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "establish"}, "est": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "est"}, "essence": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "essence"}, "esque": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "esque"}, "espousing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "espousing"}, "esoteric": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "esoteric"}, "eschewed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "eschewed"}, "escaped": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "escaped"}, "escalator": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "escalator"}, "escalated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "escalated"}, "eruption": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "eruption"}, "ers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ers"}, "errors": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "errors"}, "errordocument": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "errordocument"}, "eros": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "eros"}, "eroded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "eroded"}, "estrangements": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "estrangements"}, "ethical": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ethical"}, "fellowship": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fellowship"}, "ethridge": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ethridge"}, "exceeded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "exceeded"}, "excavation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "excavation"}, "exaggerated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "exaggerated"}, "exact": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "exact"}, "ex": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ex"}, "evs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "evs"}, "evolved": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "evolved"}, "evolve": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "evolve"}, "evil": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "evil"}, "evidenced": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "evidenced"}, "everytime": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "everytime"}, "eve": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "eve"}, "evaluating": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "evaluating"}, "evaluated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "evaluated"}, "ev3dev": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ev3dev"}, "eurozone": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "eurozone"}, "eurosystem": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "eurosystem"}, "euromesco": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "euromesco"}, "euractiv": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "euractiv"}, "eu": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "eu"}, "etiquette": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "etiquette"}, "erode": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "erode"}, "erm": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "erm"}, "erect": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "erect"}, "erased": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "erased"}, "enrolled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "enrolled"}, "enquiry": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "enquiry"}, "enlargement": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "enlargement"}, "enjoys": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "enjoys"}, "enjoying": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "enjoying"}, "enhancement": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "enhancement"}, "engrained": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "engrained"}, "engineering": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "engineering"}, "engel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "engel"}, "energetic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "energetic"}, "enemy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "enemy"}, "endurance": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "endurance"}, "endoscopic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "endoscopic"}, "endocrine": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "endocrine"}, "endlessly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "endlessly"}, "endgamepodcast": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "endgamepodcast"}, "endeavours": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "endeavours"}, "endeavour": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "endeavour"}, "endeavors": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "endeavors"}, "endeavor": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "endeavor"}, "endangered": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "endangered"}, "ensemble": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ensemble"}, "enslaved": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "enslaved"}, "ensnare": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ensnare"}, "envisioned": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "envisioned"}, "er": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "er"}, "equivalents": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "equivalents"}, "equipping": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "equipping"}, "equality": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "equality"}, "epitomize": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "epitomize"}, "episodes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "episodes"}, "episcopal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "episcopal"}, "epidemic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "epidemic"}, "enzyme": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "enzyme"}, "entry": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "entry"}, "ensnared": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ensnared"}, "entropy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "entropy"}, "entrepreneurial": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "entrepreneurial"}, "entourage": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "entourage"}, "entirety": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "entirety"}, "enthusiasts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "enthusiasts"}, "enthusiast": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "enthusiast"}, "enthusiasm": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "enthusiasm"}, "enter": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "enter"}, "ensuring": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ensuring"}, "exceedingly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "exceedingly"}, "exceptionally": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "exceptionally"}, "excerpt": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "excerpt"}, "ezra": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ezra"}, "farajolah": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "farajolah"}, "farago": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "farago"}, "families": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "families"}, "familial": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "familial"}, "falsely": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "falsely"}, "fallibility": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fallibility"}, "fake": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fake"}, "faithful": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "faithful"}, "fairfield": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fairfield"}, "fainted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fainted"}, "faint": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "faint"}, "failures": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "failures"}, "fahrenheit": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fahrenheit"}, "fading": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fading"}, "faded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "faded"}, "factual": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "factual"}, "factsheet": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "factsheet"}, "factbook": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "factbook"}, "facilitation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "facilitation"}, "facilitating": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "facilitating"}, "facet": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "facet"}, "farm": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "farm"}, "farming": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "farming"}, "farrell": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "farrell"}, "fearful": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fearful"}, "feigned": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "feigned"}, "fees": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fees"}, "feels": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "feels"}, "feeding": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "feeding"}, "fee": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fee"}, "federalist": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "federalist"}, "fed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fed"}, "feat": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "feat"}, "feasibility": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "feasibility"}, "feared": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "feared"}, "fascinate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fascinate"}, "fda": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fda"}, "fbi": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fbi"}, "fatty": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fatty"}, "fattening": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fattening"}, "fatigued": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fatigued"}, "fathers": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fathers"}, "fatally": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fatally"}, "fastdoc": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fastdoc"}, "fashion": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fashion"}, "fabric": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "fabric"}, "ez": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ez"}, "excerpts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "excerpts"}, "exult": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "exult"}, "expectation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "expectation"}, "expats": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "expats"}, "expanse": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "expanse"}, "expanded": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "expanded"}, "expand": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "expand"}, "exoplanets": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "exoplanets"}, "exodus": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "exodus"}, "exits": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "exits"}, "exiting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "exiting"}, "exit": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "exit"}, "existential": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "existential"}, "existed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "existed"}, "exhilarating": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "exhilarating"}, "exerts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "exerts"}, "exercises": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "exercises"}, "exercise": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "exercise"}, "executed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "executed"}, "excoriated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "excoriated"}, "exclusively": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "exclusively"}, "exclusionary": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "exclusionary"}, "excluding": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "excluding"}, "expedition": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "expedition"}, "expenses": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "expenses"}, "experiencetheride": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "experiencetheride"}, "expressions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "expressions"}, "extremists": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "extremists"}, "extracting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "extracting"}, "extract": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "extract"}, "external": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "external"}, "exterior": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "exterior"}, "extent": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "extent"}, "extending": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "extending"}, "expressway": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "expressway"}, "expressly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "expressly"}, "expression": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "expression"}, "experimental": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "experimental"}, "expresses": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "expresses"}, "exposing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "exposing"}, "exploring": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "exploring"}, "explores": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "explores"}, "explored": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "explored"}, "exploiters": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "exploiters"}, "explicit": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "explicit"}, "explains": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "explains"}, "explaining": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "explaining"}, "godliness": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "godliness"}, "goldsmith": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "goldsmith"}, "inventor": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inventor"}, "impeccably": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "impeccably"}, "imparted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "imparted"}, "impacts": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "impacts"}, "imnaha": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "imnaha"}, "immortality": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "immortality"}, "immortal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "immortal"}, "imminent": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "imminent"}, "immigrant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "immigrant"}, "immersive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "immersive"}, "imaginary": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "imaginary"}, "illustrates": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "illustrates"}, "illusion": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "illusion"}, "illuminates": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "illuminates"}, "illuminated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "illuminated"}, "illnesses": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "illnesses"}, "illness": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "illness"}, "illegally": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "illegally"}, "illegal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "illegal"}, "iknow": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "iknow"}, "igp": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "igp"}, "ignorant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ignorant"}, "ignited": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ignited"}, "impatience": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "impatience"}, "impeding": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "impeding"}, "incidents": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "incidents"}, "imperato": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "imperato"}, "inches": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inches"}, "incheon": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "incheon"}, "incapability": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "incapability"}, "inc": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inc"}, "inbreeding": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inbreeding"}, "inaction": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inaction"}, "inability": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inability"}, "impulse": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "impulse"}, "improving": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "improving"}, "improvements": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "improvements"}, "improvement": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "improvement"}, "impressionist": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "impressionist"}, "impotence": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "impotence"}, "imposition": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "imposition"}, "impose": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "impose"}, "import": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "import"}, "imply": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "imply"}, "implies": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "implies"}, "implementing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "implementing"}, "impermissibly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "impermissibly"}, "imperialism": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "imperialism"}, "igbinidu": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "igbinidu"}, "idle": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "idle"}, "idiom": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "idiom"}, "ideology": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ideology"}, "hustling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hustling"}, "husbandry": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "husbandry"}, "hunt": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hunt"}, "hunkered": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hunkered"}, "hungry": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hungry"}, "hunger": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hunger"}, "hungary": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hungary"}, "hung": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hung"}, "humorous": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "humorous"}, "humbly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "humbly"}, "humanoid": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "humanoid"}, "hug": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hug"}, "huerta": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "huerta"}, "hubs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hubs"}, "hubble": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hubble"}, "hub": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hub"}, "html": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "html"}, "hound": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hound"}, "hostages": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hostages"}, "hosseini": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hosseini"}, "hospitality": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hospitality"}, "hut": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hut"}, "hutcherson": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hutcherson"}, "hutt": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hutt"}, "ian": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ian"}, "identities": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "identities"}, "identifying": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "identifying"}, "identification": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "identification"}, "idc": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "idc"}, "idaho": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "idaho"}, "id": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "id"}, "iced": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "iced"}, "ibrahimov": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ibrahimov"}, "iberian": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "iberian"}, "ia": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ia"}, "hutton": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hutton"}, "hysterical": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hysterical"}, "hypothesis": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hypothesis"}, "hypertrophy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hypertrophy"}, "hylton": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hylton"}, "hydroponic": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hydroponic"}, "hydrogen": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hydrogen"}, "hybrid": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hybrid"}, "hwy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hwy"}, "huxley": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "huxley"}, "incidence": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "incidence"}, "incinerated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "incinerated"}, "golf": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "golf"}, "intentionally": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "intentionally"}, "intensified": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "intensified"}, "intensely": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "intensely"}, "intense": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "intense"}, "intend": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "intend"}, "intelligent": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "intelligent"}, "intellectual": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "intellectual"}, "insurgency": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "insurgency"}, "insular": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "insular"}, "institutional": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "institutional"}, "institution": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "institution"}, "institutes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "institutes"}, "institute": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "institute"}, "instinctively": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "instinctively"}, "instigation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "instigation"}, "instantly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "instantly"}, "installed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "installed"}, "instagram": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "instagram"}, "inspire": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inspire"}, "inspector": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inspector"}, "insisting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "insisting"}, "insights": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "insights"}, "intensify": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "intensify"}, "intentions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "intentions"}, "incision": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "incision"}, "intents": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "intents"}, "invention": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "invention"}, "invented": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "invented"}, "invades": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "invades"}, "introducing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "introducing"}, "introduced": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "introduced"}, "introduce": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "introduce"}, "intranet": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "intranet"}, "intestinal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "intestinal"}, "intersection": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "intersection"}, "interrupted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "interrupted"}, "interrupt": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "interrupt"}, "interrogating": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "interrogating"}, "interpretations": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "interpretations"}, "interpretation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "interpretation"}, "internally": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "internally"}, "interior": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "interior"}, "interdisciplinary": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "interdisciplinary"}, "intercept": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "intercept"}, "interactive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "interactive"}, "interactions": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "interactions"}, "interaction": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "interaction"}, "insider": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "insider"}, "insect": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "insect"}, "inscribed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inscribed"}, "insant": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "insant"}, "inescapable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inescapable"}, "inertia": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inertia"}, "ineligible": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ineligible"}, "ineffective": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "ineffective"}, "inducted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inducted"}, "indoors": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "indoors"}, "indomitable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "indomitable"}, "individualized": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "individualized"}, "indistinguishable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "indistinguishable"}, "indigenous": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "indigenous"}, "indicators": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "indicators"}, "indication": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "indication"}, "indians": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "indians"}, "incubators": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "incubators"}, "incorporated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "incorporated"}, "incontinence": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "incontinence"}, "inconsistency": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inconsistency"}, "incomprehensibly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "incomprehensibly"}, "incompetence": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "incompetence"}, "incomes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "incomes"}, "inclusion": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inclusion"}, "inevitably": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inevitably"}, "inextricably": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inextricably"}, "infants": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "infants"}, "injection": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "injection"}, "inoculated": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inoculated"}, "innumerably": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "innumerably"}, "innumerable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "innumerable"}, "inns": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inns"}, "innovator": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "innovator"}, "innovations": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "innovations"}, "inmates": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inmates"}, "inlet": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inlet"}, "inland": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inland"}, "injected": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "injected"}, "infections": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "infections"}, "inhabit": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inhabit"}, "informal": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "informal"}, "inflict": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inflict"}, "inflation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inflation"}, "inflammatory": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inflammatory"}, "infiltrates": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "infiltrates"}, "infested": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "infested"}, "inferential": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "inferential"}, "infects": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "infects"}, "hospitalisation": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hospitalisation"}, "horror": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "horror"}, "horns": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "horns"}, "habitat": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "habitat"}, "gwadar": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gwadar"}, "guys": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "guys"}, "gusto": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gusto"}, "gus": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gus"}, "gurudwara": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gurudwara"}, "guru": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "guru"}, "gurnam": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gurnam"}, "gunpoint": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gunpoint"}, "gunman": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gunman"}, "gunbroker": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gunbroker"}, "gulf": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gulf"}, "guitarist": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "guitarist"}, "guinness": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "guinness"}, "guinea": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "guinea"}, "guillard": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "guillard"}, "guiding": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "guiding"}, "guiana": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "guiana"}, "guests": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "guests"}, "guest": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "guest"}, "gti": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gti"}, "gsa": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gsa"}, "gwen": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gwen"}, "habits": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "habits"}, "hornbleat": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hornbleat"}, "hack": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hack"}, "happiness": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "happiness"}, "happily": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "happily"}, "happenstance": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "happenstance"}, "happenings": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "happenings"}, "hank": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hank"}, "handy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "handy"}, "handled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "handled"}, "handing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "handing"}, "handicaps": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "handicaps"}, "handgun": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "handgun"}, "handedly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "handedly"}, "hamlet": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hamlet"}, "hamilton": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hamilton"}, "hamburg": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hamburg"}, "hallucinations": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hallucinations"}, "hairstyle": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hairstyle"}, "haired": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "haired"}, "haircut": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "haircut"}, "hails": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hails"}, "haggard": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "haggard"}, "hacks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hacks"}, "grumbling": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "grumbling"}, "growltiger": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "growltiger"}, "groupquantum": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "groupquantum"}, "groupon": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "groupon"}, "grann": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "grann"}, "grandson": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "grandson"}, "grandparent": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "grandparent"}, "grandfather": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "grandfather"}, "gram": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gram"}, "grains": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "grains"}, "gradually": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gradually"}, "graders": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "graders"}, "graciously": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "graciously"}, "grace": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "grace"}, "gps": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gps"}, "governor": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "governor"}, "governing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "governing"}, "govern": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "govern"}, "gov": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gov"}, "gosh": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gosh"}, "gorgeous": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gorgeous"}, "gordonsville": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gordonsville"}, "gopinath": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gopinath"}, "googled": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "googled"}, "goofs": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "goofs"}, "gransden": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gransden"}, "graph": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "graph"}, "graphics": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "graphics"}, "greensprings": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "greensprings"}, "grouping": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "grouping"}, "groundbreaking": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "groundbreaking"}, "grocery": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "grocery"}, "grips": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "grips"}, "grip": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "grip"}, "gridlock": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gridlock"}, "grid": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "grid"}, "grew": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "grew"}, "greet": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "greet"}, "greenhouses": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "greenhouses"}, "grapples": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "grapples"}, "greenery": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "greenery"}, "greatly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "greatly"}, "gravel": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "gravel"}, "grave": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "grave"}, "grateful": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "grateful"}, "grassy": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "grassy"}, "grasses": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "grasses"}, "grasped": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "grasped"}, "grasp": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "grasp"}, "haram": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "haram"}, "harassment": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "harassment"}, "harder": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "harder"}, "hepatitis": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hepatitis"}, "hobbit": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hobbit"}, "hive": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hive"}, "hits": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hits"}, "historians": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "historians"}, "hips": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hips"}, "hipper": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hipper"}, "hint": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hint"}, "hindle": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hindle"}, "hilton": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hilton"}, "hills": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hills"}, "hilarious": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hilarious"}, "hijacking": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hijacking"}, "highways": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "highways"}, "hiding": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hiding"}, "hicks": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hicks"}, "hiace": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hiace"}, "heritage": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "heritage"}, "hereby": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hereby"}, "herd": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "herd"}, "herbert": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "herbert"}, "herbarium": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "herbarium"}, "hoist": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hoist"}, "hoisting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hoisting"}, "hojicha": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hojicha"}, "honored": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "honored"}, "hordes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hordes"}, "hopkinson": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hopkinson"}, "hoping": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hoping"}, "hoped": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hoped"}, "hoofer": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hoofer"}, "hoof": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hoof"}, "honourable": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "honourable"}, "honors": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "honors"}, "honoring": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "honoring"}, "hong": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hong"}, "hola": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hola"}, "honey": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "honey"}, "honed": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "honed"}, "homemade": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "homemade"}, "homeless": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "homeless"}, "homage": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "homage"}, "holt": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "holt"}, "holmes": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "holmes"}, "holiday": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "holiday"}, "holders": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "holders"}, "heralding": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "heralding"}, "heng": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "heng"}, "hardin": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hardin"}, "henceforth": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "henceforth"}, "hayward": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hayward"}, "hawn": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hawn"}, "haunting": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "haunting"}, "haunted": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "haunted"}, "hats": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hats"}, "hates": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hates"}, "hate": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hate"}, "hatchback": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hatchback"}, "hastgerd": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hastgerd"}, "hassles": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hassles"}, "hassan": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hassan"}, "hasn": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hasn"}, "hashoah": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hashoah"}, "harvests": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "harvests"}, "harvard": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "harvard"}, "hartford": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hartford"}, "harping": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "harping"}, "harewood": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "harewood"}, "hardships": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hardships"}, "hardship": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hardship"}, "hardly": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hardly"}, "hazards": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hazards"}, "hazelnut": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hazelnut"}, "hd": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hd"}, "heavyweight": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "heavyweight"}, "hence": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hence"}, "helps": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "helps"}, "helpless": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "helpless"}, "helpadchoicespublisherslegaltermsprivacycopyrightsocial": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "helpadchoicespublisherslegaltermsprivacycopyrightsocial"}, "hellcat": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hellcat"}, "helicopters": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "helicopters"}, "heinous": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "heinous"}, "hefty": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hefty"}, "hectare": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "hectare"}, "heavily": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "heavily"}, "headache": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "headache"}, "heavier": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "heavier"}, "heavenlytea": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "heavenlytea"}, "heatsink": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "heatsink"}, "heat": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "heat"}, "heartfelt": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "heartfelt"}, "heartening": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "heartening"}, "healthcare": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "healthcare"}, "healing": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "healing"}, "heady": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "heady"}, "\u8c46\u6f3f": {"count": 1, "proportion": 1.8623014321098013e-05, "vocab": "\u8c46\u6f3f"}} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/zipf/zipf_basic_stats.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/zipf/zipf_basic_stats.json new file mode 100644 index 0000000000000000000000000000000000000000..179b64552dfdd993a6b09a70192b8c40811c1522 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/zipf/zipf_basic_stats.json @@ -0,0 +1 @@ +{"xmin": 5, "xmax": 131, "alpha": 2.1357981337546867, "ks_distance": 0.01582516632327613, "p-value": 1.9277217219061062e-11, "word_counts_unique": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 1040, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 1582, 47, 48, 49, 50, 51, 52, 46, 54, 56, 57, 58, 59, 60, 64, 65, 66, 67, 68, 72, 73, 75, 76, 79, 16, 82, 84, 85, 86, 88, 90, 92, 99, 100, 101, 102, 103, 616, 104, 106, 112, 115, 116, 118, 120, 121, 122, 126, 131, 136, 137, 138, 139, 140, 654, 143, 148, 154, 157, 164, 1189, 171, 184, 200, 205, 206, 3279, 219, 220, 227, 234, 237, 246, 252, 292, 298, 341, 362, 378, 411, 412, 1439, 449, 463, 1524, 503], "word_ranks_unique": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131]} \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/zipf/zipf_fig.html b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/zipf/zipf_fig.html new file mode 100644 index 0000000000000000000000000000000000000000..9fad90d1274bd58111abb76e42e8fbee14c637f4 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/zipf/zipf_fig.html @@ -0,0 +1,14 @@ + + + +
+
+ + \ No newline at end of file diff --git a/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/zipf/zipf_fig.json b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/zipf/zipf_fig.json new file mode 100644 index 0000000000000000000000000000000000000000..5976586a58a743f8b47986fcd6b4b67976854de5 --- /dev/null +++ b/cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/zipf/zipf_fig.json @@ -0,0 +1 @@ +"{\"data\":[{\"hovertext\":[\"wang,projnorthmoor,stained,wander,peaches,walnut,staggers,village,villagers,skaggs,particularity,paywalls,subtle,presents,presenters,pch,substitute,presentations,sketching,walls,pbt,sjoberg,stake,presenter,stays,payment,preservationists,succeeded,pressuring,prestigious,presumably,prohibition,payable,situations,villalba,succeed,youth,\u725b\u5976,progressively,pretend,stalks,yr,pretended,succession,prettiest,superhero,subway,yourselves,projections,stakeholders,subtrigonal,suburbs,\u7f57\u70bd\u6cfd,siege,preserved,vikings,waldo,waking,presidency,sity,wake,waives,subversive,presidential,projecting,sixers,pressed,stakes,prescription,skins,wanna,subsidy,precinto,stadium,precious,precipitate,stadler,pellage,steelers,preclude,slate,precepts,preconceptions,slang,pekes,preconstruction,warned,predecessor,promising,predicated,pencil,precedence,slamming,sidelines,penny,squirts,wasting,pennsylvania,pennpraxis,subsequently,penned,st,preach,stacks,warzone,yom,steepest,slave,subsidiary,warranty,stacking,precede,warmed,slammed,prescribing,skripals,premiums,pee,proliferation,sky,peasant,peaks,peaking,preposition,waiharakeke,prolonged,superstar,skinner,viewing,vigorous,superman,peaked,vijayawada,substantially,warfarin,premier,pekarek,supplemental,predictions,sidestepping,slack,predicts,statements,preference,preferred,pregnancy,pejoratively,peerless,slab,skyward,supervisory,pegged,peeve,sidewalk,skyplussed,promenade,successive,sitra,progression,standings,pastor,sinful,pro,pastimes,sincere,probability,paste,voicing,virtue,summarized,probe,sinaloa,virus,simultaneous,sunrise,vogue,summerville,vociferous,procedures,sullivan,vol,prize,volcanoes,singles,viral,pathetic,profitability,virginity,signed,steadily,sukhacha,sulfide,volcanic,starters,pastors,sullen,zebras,zedong,sunset,starter,privatise,vocalist,steadfastly,vocal,zoo,simeon,vital,signifies,visually,vistas,signing,starfish,\u30af\u30ed\u30ce,produces,sunbathing,zurich,passages,silencing,starred,\u03c0,productive,productivity,\u30af\u30eb\u30bb\u30a4\u30c9,visceral,similarities,proceeded,passions,zion,proceeds,passive,professors,simpleton,staple,steadfast,processed,processes,sunken,vlogs,passion,summie,processors,proclaiming,procurement,zones,summit,standoffs,signature,progresses,privately,stan,w1,suesspiciousminds,particularized,stance,patronize,sitcoms,yulia,sitcom,patrolling,yuskavitch,vulturelike,priced,vulnerable,steals,sistine,pricey,pricing,sightseeing,stalwarts,ys,programming,prevented,prevailing,prevalence,sudden,prevalent,wahamaki,suddenlink,waged,\u68ee\u5c71\u5927\u8f14\u753b\u96c6,sikhs,previews,preventing,pawar,prevention,violate,programs,yrs,sights,waaay,prick,prickly,\u30ef\u30fc\u30eb\u30c9\u30a8\u30f3\u30d6\u30ea\u30aa,sinhalese,standardise,printed,partner,particles,printings,steadiness,prioritize,sinister,singleton,sins,prioritizes,priority,voters,voted,suggestions,violent,progeny,pathological,violence,sir,vrm,parties,vrataski,siskiyou,priests,standalone,vpvb,programing,patience,vp,vows,prineville,primitivism,sunshine,sleepless,primos,principal,principle,zakharova,suggest,sleep,yashwant,prayers,widows,worldcat,stiffing,platinum,stiff,worldwide,wilder,playa,spellbound,wifi,playback,sophomores,wrongly,widespread,stewardship,songbirds,worrisome,playmakers,worsening,playmaking,pgv,stricken,strictly,strengthened,sorting,workshops,sounded,southwest,planners,southwards,wind,philly,stings,workforce,planphilly,southbank,willpower,plantation,planted,streak,streaming,willis,willingness,plates,workout,philippines,speeches,sounding,stevens,petty,spewed,strive,stronger,plumes,plunge,wraps,whispering,whisking,spin,stepping,stepped,persons,writings,whipped,pocket,whim,pockets,podcasts,somebody,structural,whiled,structure,poetic,stroke,plots,strike,wraparound,playwright,plco,striker,pleases,pleasure,worship,pledge,spews,pledged,striking,steven,pledges,petroleum,plenty,plethora,petrol,string,wi,whoop,perturbation,pertaining,planned,planets,planaustin,sparks,sparked,piette,wolves,stoned,witnessing,stood,stools,pills,pimply,stores,pin,pinching,stipe,witness,photographs,pinecastle,pink,withstood,pinkett,spacing,specifically,sparkling,wondered,spaces,specialty,piano,piatti,physics,woodlands,wooded,physicist,pic,spears,picking,spearhead,pictures,wonders,stitches,physicians,wondering,stock,stockpiling,specialized,specially,stirring,stomach,photograph,withhold,windows,pitiful,pittance,spectators,wipes,phoenixlawhr,philosophy,wipe,pi\u00ebchautomotive,wins,philosopher,winner,winked,plague,stinky,sovaldi,straughn,plain,plainly,workers,plains,strawberries,windstream,sovereign,pithy,specifications,spectacularly,withdrawn,spaceport,stormed,storytellers,woolly,pinterest,stout,pioneering,pipes,soymeal,spectacle,stranded,pirkanmaa,strange,pisano,phosphorus,phosphoric,pitch,stint,pitched,stratosphere,whereabouts,wheel,watchdogs,wcc10,subjects,weakest,xinjiang,smallest,submission,performances,xmp,slurring,slowness,wcco,perform,structures,wazuka,waving,slowly,slower,potency,ya,slowed,wavelength,yacht,pots,smallness,spouting,smalls,possibilities,weaselled,posing,subjected,perilous,wears,smitten,xinhua,spotted,performs,smile,posit,wear,smidgen,positioning,performing,smashed,performer,wealth,positives,weaknesses,possessing,slogs,spreads,springfield,slice,waterfront,yo,sli,practicality,yoing,peppa,waterfalls,peoples,slept,squid,pensions,practices,pensioners,subsection,subsequent,slender,practitioner,watchful,praised,prashant,sleeves,prabhakar,yielded,pounders,powerfully,yahoo,perfecting,watson,yale,poverty,pow,spss18,watery,slight,spurrier,spying,yelled,slideshare,slide,waterways,squad,waterstones,perceives,powdered,squarely,sliced,subdued,posed,xiaoming,spite,westerberg,policymakers,polite,westbrook,spitfire,softeners,politicospeak,studied,poll,pollicles,pollination,splash,socket,pollinators,wesley,stems,perse,sociology,studying,polling,polokwane,policemen,pole,polyphonic,solar,somalia,spiralling,stephen,wuhan,wwe,struggling,pointless,stubborn,soldiers,supplier,poised,personality,poison,poland,whale,polarization,soldier,wwf,spiritually,persona,westerners,perplexing,ponder,weathering,popularly,populate,sturridge,snout,stefani,sniff,wee,styling,porch,weddings,snicket,sponsors,stylistic,sneakily,sporting,webber,xi,sneak,sub,web,portrays,subdividing,stunning,popularity,perpetuity,weep,perpetrators,permission,permissible,stumbled,permanant,welcome,permalink,weirdly,pools,perm,stunned,stemming,weighed,poorly,pop,sob,stelth,xd,popcorn,pops,spokeswoman,rushed,pupils,sickly,triceratops,reporting,scrobble,template,trigger,represent,scripture,representation,tempted,scripts,tricks,tenant,representing,tribute,scrubs,repressed,tribuneindia,reprise,scripted,reproductive,reprotoxic,tribesmen,trial,screenplay,screenings,requests,screaming,scrobbled,temperament,viewfinder,repair,renal,renamed,tropics,renditions,renew,renovated,rented,tropical,seahawks,telly,se,troops,trivia,repo,scuppered,repairable,repatriated,sculpt,trips,trimmings,repetitious,replaced,trimmed,replay,trillion,reply,trey,scratching,trending,tests,tested,respective,travels,respects,travelling,responded,schulz,responses,scholarly,traveling,traveled,responsive,resposibility,trended,scholar,tetratornis,resting,restore,texts,restrictions,trauma,restrictive,textual,rests,transporting,texture,testament,tesla,scientifically,respected,scratcher,resend,tenious,scott,tens,reserve,reshmache,residence,tensions,tremendum,terminal,terrain,resignations,tremble,trekking,terrified,treats,scorching,resorted,treating,scoping,respectability,territory,treat,treasury,removing,seamlessly,sean,reimagined,regrets,seedy,seeding,teammates,seductive,securities,tear,tusla,tearing,rehearsal,rehearsed,reich,reinforce,technological,reinforcement,reinterment,tusks,teased,tec,rejected,rejecting,rejection,rejoice,technically,rejuvenating,relate,teammate,tweeted,regret,seek,seldom,typical,typhoon,seized,reforms,refreshed,refreshing,refusal,typeset,refuse,refused,refuted,seinfeld,typed,tyler,twots,regime,regimes,segment,twinkies,teachers,twice,teachings,teaming,twelfth,turnout,turning,removal,seasoned,telegraph,reluctant,rely,rem,remain,remainder,seater,telekinesis,remake,seasons,trumbull,telemetry,remembered,sectarian,remembers,telephonic,remembrance,remind,trudge,trucks,television,reminders,remiss,remodel,seapoint,remodelling,relies,relief,reliance,seats,turkish,secretary,turkel,relative,ture,turbulence,relativity,turbine,turbat,secondary,teenaged,teenager,tumultuous,secluded,relay,tully,relentless,teenagers,secession,teens,tui,reliable,tugged,sec,tty,transmission,scenery,resulted,saline,tongue,tone,san,samurai,thinkers,robots,sambo,salvation,salvages,thirds,rocky,rodney,toll,roofing,rogue,rohan,toks,tok,roll,toilet,toiled,thorny,roller,roman,romantic,thoughtful,tonkotsu,tonto,sanctify,tony,ripped,rippling,rise,tortue,santana,torrent,toronto,torn,toptipz,topless,risky,rita,santa,topics,sangat,topic,sangar,rivm,thimble,rng,tools,tool,thin,roam,sanctions,sake,toasted,ringed,tile,royer,rpg,tin,sacchidananad,timothy,sabonis,rss,throwing,till,rt,rt\u00e9,rudolph,thrown,titles,tightened,ryan,rulings,tien,tie,thru,tidal,thunder,runs,thwarted,rushing,rush,sachiko,rows,sacred,rovshan,root,sahib,rooted,saftar,rose,thread,safestyle,threads,threatening,threats,rossdale,sadarius,tiptoeing,tips,tip,tios,thrilling,rounded,sacrifices,rounds,sacrifice,route,throttling,router,routinely,torture,santosh,tfp,scaled,returnees,trained,returns,trails,reuters,trailing,trailer,traditions,scamper,traditionally,theme,scamp,revealing,revision,themed,scaife,revelation,tradition,trading,revered,reverence,reverie,theodore,theology,tradeoffs,traded,trainers,trains,traits,trajectory,translation,thanapob,resulting,translated,resume,resuscitated,transitioned,transgressive,transferred,retailer,thatch,retailers,retardants,thaw,scarring,scarlet,transfer,scariest,scared,transcript,transaction,theatres,retooling,scandal,trans,tracy,revitalize,tortured,ridiculed,touchscreen,richness,ricks,ricky,rid,touches,thieves,touchdowns,satirical,ridenyc,ridge,ridicule,satellites,revoked,riding,rifle,thig,rift,rifts,totaled,satan,sarah,toshimitsu,rightful,saphir,tosh,richmond,touchstone,thickness,thicker,revolt,theorised,traction,revolting,saxon,revolutionary,therapy,revolver,revolvers,revolving,reward,toy,reyes,saves,savejbolagh,rhodes,ribbon,ribs,theresa,thewesternword,thick,tours,tournament,touristed,savannah,te,typify,typos,qualify,usd,pzmg8yk2t2,swapped,q1,usage,usa,qaeda,swarm,qsquare,urolithiasis,quagmire,shima,qualitative,quenched,urges,quantitative,urged,quarantine,shifts,urchins,quarterback,quartet,shift,shield,urbanism,quench,pyongyang,pyjamas,pybricks,swamps,utility,pups,suspension,ship,suspicion,purchased,shinto,ussr,shintao,purists,purposes,ushering,suspicious,shining,shinier,usgs,pursuing,swallow,push,pushback,useless,swam,pushing,putnam,puts,uranium,swastika,tibetans,unparalleled,sheath,unruly,quo,unrest,swift,unproven,quote,shawn,unpredictable,unprecedented,unpleasant,quotes,raaji,quest,shattered,sharper,unnoticed,rabidly,unnecessary,racehorses,swimming,racial,racist,unlit,sharp,sharons26,sheep,quits,sweetness,quit,uppity,upper,upped,sherlock,upmarket,sweetened,upheaval,upgraded,sheri,shepherd,unwritten,shelves,unwelcome,sheltered,shells,unusual,unto,unsuspended,questionnaires,unsuitable,unstated,shelf,unsolved,quietly,quirky,utilizes,punishments,swirl,shower,prostatic,versus,protagonist,shrikant,protected,protecting,protections,protector,protectors,surprise,protestant,protests,protruding,providers,surrounded,verne,showcase,verizon,proved,shovels,verbally,surrounding,venturing,provenance,venezuelans,venezuelan,vertically,prospective,surpassed,prospect,shutting,supplying,pronounced,victors,propaganda,victories,shucking,supporting,victor,shrunk,vicious,shropshire,shrinking,shrimantachi,vga,prophet,proportion,suppose,suppress,props,surfer,prose,surgeon,prosecute,prosecutions,venezuela,veneer,punching,valerie,variance,psychology,vanish,shortcomings,publications,publicity,valuables,survivor,shore,publicly,shops,valid,shoplifting,velvety,vale,publisher,vain,puck,vaccines,suspend,pukatea,shooting,shoot,pulled,pulse,shock,variances,psychologist,psychologically,variant,vehicles,shoved,shouting,survey,province,vegetables,proving,shoulder,provocative,vegas,survival,proxy,prudence,survived,varied,shortlists,variation,shorter,shorten,variating,variants,pruned,prunus,ps,psuedo,radicalisation,switching,reflect,recasts,separating,unchecked,targets,task,rebuilt,recall,separate,uncalm,unbridled,unbiased,tasked,tasks,unbeatable,unanmed,tasted,unbearded,receiver,unavoidable,unattained,unappreciated,receiving,unanswered,unannounced,recession,recieved,reciprocated,unclassified,separations,uncollected,rebounds,tank,serials,rearing,undeniable,undefined,tap,uncropped,sergei,reassign,reassigned,reassure,reassuring,reawakens,rebel,uncovered,rebellious,sergeant,tape,rebirth,reborn,rebound,tar,uncommunicative,separatist,uncommon,tatum,unanimous,underarm,udi,seminal,redemption,redesign,redesigned,redevelopment,rediscovered,redman,taxman,uglier,udon,taylor,redundant,reeducation,recognition,reeled,tbd,refer,selective,t\u00e1naiste,reference,selections,tyrant,referenced,referential,tyrannosaur,referring,sen,senate,redefined,redeclared,recognizable,unabashedly,taxation,un,recognizing,taxed,recommend,recommended,reconciliations,sensitivity,reconstruction,senses,recorded,recover,ulvang,recovery,ultranationalism,sensational,recreate,seniors,recurrence,recurrent,reddy,sends,ultra,reappearance,reappear,sharifi,sg,ramakrishna,raman,shaded,systems,uniforms,ramen,ran,rand,randall,random,sh,randomized,randy,raptors,unicef,unhealthy,ranger,ung,rankings,tabs,rant,rap,tackling,unforgettable,taco,rapper,rallied,syrups,raitt,shades,switzerland,radioactivity,universities,swoop,swooped,symbol,symbolic,univer,symbolists,raf,shapes,symptom,rage,shannon,rails,shamrao,symptoms,syria,rainforest,unite,shah,raining,shadows,rains,syrup,severely,tags,realizes,undermined,unearth,undone,undertaking,undertake,readily,reads,takeover,underscore,servers,underrated,underneath,taliban,realdeal,unfold,underlying,realise,undergone,realism,realities,undergo,tampere,tamsulosin,undercut,undercover,tangential,tangibly,reacts,reactive,unearthed,react,unflagging,rated,tahaan,ratio,rationality,rations,raton,ravage,raw,ray,unfamiliar,rays,unfair,rd,seurat,rea,setup,uneven,unenticing,unending,reaches,reaching,unencumbered,taider,unemployed,truck,jets,participatory,consular,constructed,construct,constricted,constitutes,constituted,consolation,consisting,consisted,consequence,consent,consensus,consciousness,conrad,conquest,conquered,connector,connectivity,connected,congratulate,conglomerate,confusion,constructive,consultants,controlling,consulted,contributions,contributing,contribute,contracts,contouring,continuum,continuous,continuity,continuing,continues,continual,continental,continent,contest,contention,contented,contemplation,contained,contagious,contacting,contacted,confused,confucius,confraternity,confounding,compounded,composition,composed,component,complimentary,completing,complementing,complaining,complain,compile,competitor,competent,competencies,compete,compensated,compatible,compassionate,comparing,compact,commuter,communist,comprises,comprising,compromise,conditioning,confirms,confirmation,confess,conferences,conexus,conduit,conducted,condor,condolences,condemns,compromises,condemning,concocted,conclusions,concerts,concerning,concept,concentrated,conceivable,computing,contributor,controversies,communication,crowded,crossland,cro,critics,critic,criterion,crippling,crippled,crimson,cried,crew,crept,creepy,credentials,cred,creativity,creative,creation,creamy,creamier,cream,crayfish,crotchety,crusade,convened,cry,cursing,curse,curbs,curbing,curation,cupcake,cumulative,cultured,culturally,cults,cultivated,culpa,culminated,cull,culham,cuba,ctd,ct2011,ct,css,crying,crater,crashes,crammed,craiglist,correct,corral,corporates,corp,cornerstones,cornerstone,coppola,copping,copa,cop,coordinate,cooperation,cooling,cool,cooking,cookies,convince,convictions,convicted,convertible,converging,correlation,corresponds,corrosive,cousins,cracking,crackerjack,cracked,crack,coy,cox,cows,cowl,cove,cousin,cosby,courthouse,courageous,countless,counting,counterparts,counterparties,counselling,councils,costing,communicative,communicated,casey,cheers,cheeky,checks,cheapest,chatty,chatterjee,chatham,chassis,chasing,charts,charter,chart,charrettes,charity,charismatic,charging,charges,characters,characteristically,characteristic,chapman,chapel,cheering,cheery,circulated,cheeses,churra,churchology,chunk,chrono,christopher,christmas,christ,chris,chorus,chores,choosing,chooses,chlorophyll,chipset,chintamaneni,chinaman,chimpanzee,chile,chia,chemical,chef,chapbook,chanoyu,channels,chandler,cdc,cberdata,caves,cave,cautious,catholicism,catholic,catering,caterina,categorized,categorically,catch,cataclysm,casualties,castro,casting,cassie,cassidy,cassette,cashing,cashew,ceased,ceaseless,ceiling,ceremony,champ,chambered,chamber,challenge,chalk,chain,chai,chado,ch,cereals,celebration,ceramic,centred,centers,centered,census,cemented,cement,cellist,cell,ch\u00e1vez,circumstantial,communicate,colours,colorectal,colorado,color,colony,colonization,colonialism,colonial,colombia,collymore,collide,colleges,collects,collections,collapsed,collapse,collaborating,coll,coliseum,colin,cola,coker,colouring,columns,citations,comb,commits,commissions,commissioning,commissioner,commissioned,commissionaires,commercials,commercializing,commerce,commenting,commences,command,comical,comforting,comfortable,comedy,combining,combines,combined,combine,combatants,coin,coffees,codenewbie,coconut,clientele,cleopatra,cleavage,clearing,cleansing,cleanse,claws,clauses,classes,clarks,clark,clarify,claiming,clad,cizikas,civilians,citypaper,citizenship,citizen,cited,cite,clients,climbing,clinical,cnd,coca,cobb,coastline,coastguard,coaster,coalition,coal,coached,cnn,cmr,clip,cmos,cm,clutchest,clubs,clouds,clouded,cloak,clips,clippers,cushion,custom,cute,dreamed,drawing,drawbridge,drapes,dramatizing,dram,drain,dragnet,draconian,dr,dpp,dpoy,doyle,downtown,downing,downer,doujiang,doubts,doubted,doubles,dou4jiang1,dou4,drawn,dreams,dumb,drilled,dug,duffey,dues,duel,dude,duck,duchenne,ducati,dubious,dua,drying,dry,drunkennesss,drummer,dropping,drizzle,drivetrain,driven,drivel,drinks,drilling,dots,doses,dornan,doorways,divisional,dividends,diverted,divert,diversity,dive,diva,ditch,disturb,distrustful,distribution,distributing,distribute,distressing,distracting,distracted,distinctive,distinct,distance,dissenting,dissapointed,divulge,dixie,dna,dominant,doofer,donors,donor,dongguan,donating,donald,dominica,dominating,dominate,domestication,doable,domantas,dolphins,dolores,dog,documenting,documentation,document,doctors,doctorow,duly,dumped,cuts,emanates,elyton,elusively,eludes,elliott,elliot,ellicott,ellen,elina,eliminate,eligible,eligibility,elevator,elevating,elephant,elementary,elemental,elegant,electromagnetic,electrode,electrocute,electrified,emailing,emancipation,dundalk,emasculation,encephalitis,enabling,en,empowers,emphasizing,emphasized,emphasize,emphasised,emphasise,empathise,emp,emily,emerson,emerging,embryo,embraced,emboldening,embiid,embellishments,embarrassing,embarks,electrification,electrical,electric,electoral,eclectic,ecclesial,ecb,eberstadt,eastwards,easten,ease,earns,earned,dynamic,dylan,dyes,dwelling,dweller,dvds,duties,dutch,durocs,duroc,duration,duplicate,eco,economics,economies,efficacy,elect,elbow,ek,eighth,ehrnrooth,egypt,eggshells,egede,efficiency,edvard,economists,eds,edmund,edl,editor,edited,eddy,ect,ecstatic,ecosystem,disruptive,disrupting,disrupted,delivers,delight,deliberation,deliberately,deli,deleted,delete,delays,delayed,degrading,degradable,definition,defining,defiant,defiance,defensively,defended,defendant,defect,defeats,default,deer,delightful,delray,disrespected,delve,deployments,depicts,depicting,dependable,depeche,depart,deny,denuclearization,dense,denominator,dennis,denigrated,denial,dengue,demonstrated,demonstrate,demolished,demographic,demarcus,demands,delving,deepest,deepen,decree,decreasing,dares,danville,daniel,dangerously,dancing,dances,danced,dammit,damage,dallas,daizemon,daizaemon,dailymail,dai,dads,daasbabu,c\u00e9zanne,cynthia,cynicism,cycle,cu\u00e9llar,darker,das,dashboard,debuted,decreased,declaring,declares,decisive,decimated,deciding,deceive,decay,decamp,debut,davinci,deaths,dealerships,deaf,deadly,dc,dazed,dawn,dawah,davis,depressing,depressingly,depression,dillman,discretion,discrete,discover,disclosures,disciplines,disciplined,disciple,discharge,discarded,disbelief,disarray,disappointing,disappoint,disappear,disagrees,dirt,directors,dire,dingy,diners,dimmed,discusses,discussions,diseases,disorganized,disrepair,disproportionately,disposition,displays,dispersed,dispersal,dispel,dispatched,disorienting,disordered,disgruntled,disobey,disobedience,disneynature,dismissed,dismantled,dismantle,disliked,disillusionment,disguise,diminish,digitally,depths,diffusion,destruct,destroys,destroying,destroyed,destiny,destinie,destinations,destabilized,desserts,desperately,despairing,despair,desjardins,designadvocacy,deserve,descent,derouen,derogatory,derived,derivative,deputy,detained,detaining,detainment,dhaga,diess,dies,dictatorships,dictatorial,dictator,dictated,diapers,diameter,dialogues,devotion,detect,devote,devoid,device,devastated,detroit,deterring,determination,determinant,detection,cash,carty,partial,alarms,aka,airbus,ain,aim,aides,aide,ah,agricultural,agrees,agreement,agreeing,agitating,aged,agata,agape,ag,afterthought,afternoon,afloat,afield,affleck,alarmed,alastair,amazingly,alborz,amanda,alwin,altogether,aloof,allocated,allied,alliances,alleviated,alleviate,allen,alleged,allegations,allay,alive,alighieri,aliens,alienation,algorithm,alex,alert,alchemy,affects,affecting,affectation,afc,adjustment,adjusted,adjacent,adequacy,additives,additionally,addicts,addictions,adapter,adapt,adamant,ad,acute,actuality,activist,activates,actions,actionable,acreage,acquiescence,acquaintances,administrative,admins,admired,advert,af,aerial,advocating,advocated,advised,advice,advertisers,advertisements,advertisement,adversaries,admits,advent,advancement,advance,adulthood,adoring,adoption,adopted,adolescence,admitting,amar,ambassador,acorn,arabian,aps,approx,approving,approval,appropriately,approaching,appreciative,appreciates,appreciated,appraisal,apportioned,appointments,appointing,applying,appeals,appalling,app,apologized,apollo,apartment,anxious,ar,arc,amelia,arcane,arnold,arnab,armory,armenians,armenia,arlington,arkansas,arkadelphia,arizona,arising,arise,ariel,argues,argue,arenas,archived,architecture,archipelago,archi,archbishop,archaeological,anxiety,ants,antony,antonio,anecdotal,android,anders,anchor,anatoly,anarchism,ananias,analyzing,analyzed,analytical,analyst,anabasis,anabase,amounting,amounted,amorphous,amongst,amnews,amidst,americana,amercan,anew,angela,angle,antarctic,antonia,antique,antigua,antigen,antidepressants,anthropological,antenna,antelopes,antehoc,anonymity,anglo,annoying,announcing,announcement,anniversary,annihilation,anime,animated,anguish,angst,acoustic,acknowledging,cartoons,205,2019t,2005,2004,2002,2001,1992,1990s,1990,1972,1970s,1969,1968,1966,1964,1963,1960s,1957,1945,1940,1938,1935,2040,208,330,222,32,317,316,311,310,30th,30p,309,305,303,2yrs,2m\u00b2,296,292,290,276,250,24mp,249,240,235,1933,1932,1930s,1928,1500,14th,140,134,1300,12th,126,123,122,120,11th,11s,11am,10am,1080p,104,100m\u00b2,06,04,020,02,1577,159,160,1827,1920,1919,1911,1900,18usd,1888,1885,1874,183,1814,1600s,180,1795,1794,1790s,179,172,1664,166,1640s,327,335032the,acknowledged,absurd,absentee,absent,abs,abandoned,aajohi,9thmile,99,98,972,96,950,94,93,914,911,8th,8am,89,884,85,84,abstract,abundance,337,academia,acknowledge,acid,achievement,accustomed,accused,accurately,accurate,accumulated,accumulate,accounting,accountability,accordingly,accordance,accomplish,accompany,accommodation,accolade,accidental,accepting,accents,academic,82,81st,807,800,50s,507,501s,50000,49ers,49,466,454,451,43x,43bn,40th,406,3d,394,384,37,363,360,36,349,52,54,5m,720p,80,7th,7b,7a,775,77,76,74,73,720,5mph,71,6th,6moy,69p,69,6803,644,60s,5s,arrangements,arrest,arresting,bot,boss,boscobel,borough,borneo,boring,borgen,boozer,booze,boots,boosted,bookshops,bookmark,boogie,bonnie,bongo,bones,boneless,bombing,bombers,bomb,boldly,boston,botanist,bridges,bottles,brick,brett,breezily,bred,breathing,breath,breakups,breakthrough,breaks,breakdown,brave,brault,brasslite,brass,brands,branch,brady,bradbury,bracelet,bourne,boulders,bold,bojewar,boiling,boca,blasts,blare,blanket,blanchard,blameless,blake,blacktowerfm,blacktower,bjp,bitterness,bitter,bitten,bits,bites,bite,bison,biology,biologist,biological,biofilm,biocides,blending,blends,blessing,blowin,bob,boast,boar,blurred,bluntly,blunt,bluetooth,bluest,blued,bloodshot,blighting,blooded,blonde,blond,blogger,blocked,blockbuster,bling,blindly,blind,bride,bridgetown,arrives,cannabis,cancelling,cancelled,cancellations,cancel,camper,campaigns,camouflaged,californication,calibrated,calculations,calculation,calculated,calcium,cal,cafeteria,cafe,cadaver,cablevision,buzi,buyer,buuuuuuuzzzzzzzzz,cancer,canvas,brief,canyon,carriers,carrier,carpet,carolina,carnal,carlsberg,carlay,caring,carefully,carefree,careers,cards,carcinogenic,carcass,caramel,captures,captivating,capitalize,capita,capability,capabilities,button,butterfly,butt,businessman,brutal,brussels,brunei,browser,browne,brotherhood,brothels,bros,bronx,brock,broccoli,broadly,broadchurch,broadcasting,broadband,britney,brit,brisbane,brightly,brightest,brighter,brutally,bryce,btu,burgers,bursts,burrow,burnt,burned,burma,burleigh,burke,buriel,buried,burger,bubble,burgandy,bureau,bully,bullets,builders,buffaloes,budget,buddhism,bubbling,bio,binding,billions,automaker,authenticate,australians,australian,austerity,aus,auditioning,audition,audi,auctions,au,attributes,attractive,attracted,attract,attitudes,attic,attention,attend,attempts,attainment,attain,autobiographical,automated,bilaterally,automatic,awkwardness,awkward,awesome,awefull,awe,awaroa,aware,awaiting,awaited,avoids,avoiding,avoidance,aviator,averaging,averaged,avatar,avails,autumn,autonomous,automobile,automatically,attacking,attackers,attachment,attached,asserts,asserted,assassination,assailants,ass,aspirus,aspirin,aspired,aspirational,asians,ascent,arts,artisan,artificial,articulating,articles,arsonist,arson,arse,arrogance,arriving,assess,assessed,assign,astonishing,atrocious,atoms,atom,atmospheres,atleast,atkins,athletic,asymptomatic,astronomy,assured,assigned,assurances,assurance,assumes,assumed,associations,associate,assistance,assist,assignments,axel,azad,azira,beak,belted,belongings,belonging,belmont,bellotas,bello,bell,believing,believers,belching,behavior,begrudgingly,begins,beefed,bee,bedrock,beautifully,beaten,beasts,bearded,beara,bemoans,bend,beneath,betrayal,biking,biennium,bid,biblically,bibendum,biased,bewildered,beware,betting,beset,benedril,berger,benz,benue,benjamin,benito,benign,bengali,benevolence,beneficiaries,beans,bead,b737,bc582063,bamba,ballots,ballerina,ballad,bags,baggage,badly,badboys,bacon,backs,backpack,backing,backhand,backed,backbreaking,babu,baboons,babies,babcock,ba,b737s,bandana,bandh,bandmates,baron,bc,bayiha,battling,baskervilles,bash,baseline,barring,barriers,barricaded,barnette,bands,barkley,barking,baring,bare,barco,barcelona,barack,bans,banned,enchanting,enclose,encountering,malignant,malformed,malaria,malaise,makran,makeup,maker,majestic,maivia,maintaining,mainstream,mahaleb,magnon,magnificent,magnetically,magistrate,magi,madison,mad,mackay,machines,mac,malfunctioning,malindi,marketed,mall,marine,marilyn,margins,marcia,mapped,mao,manuscript,manufacturers,manufactured,manufacture,mansions,mansion,manner,manjinder,manipulate,manhunt,mandolin,managing,manages,malone,malnutrition,ma,m1,lyric,luxury,looting,loopy,loop,lookalites,longtime,loin,logistical,logistic,logical,logic,logging,logged,lodging,locate,locally,lobes,loans,loands,lizard,liverpool,liver,lore,lorentzian,lotus,lr,luther,lurking,lurked,lurches,lung,lun,luminaries,lucrative,luckily,loyola,lou,lowest,lowerquality,lowell,lovitz,lover,loveable,lounging,lounge,loudly,markers,marks,litre,miantochino,metropolitan,methodist,meters,metaphysical,messy,merle,mercy,mercurial,mercedes,menu,mentality,mental,menace,mena,memories,memorable,meltdown,melt,mellow,melissa,mei3,miami,miatas,marques,mic,mindstorms,min,milner,millimeters,miller,millennium,milks,militaries,mild,mike,mikashi,migratory,midwestern,midweek,midway,midrange,midnight,microphone,michelle,michel,micheal,mehr,mehmood,meh,megabox,mature,matterhorn,mattered,matt,matrix,math,materials,masterpieces,masterclass,master,massimino,mass,masks,masaru,marxism,marvell,marveled,marvel,martinez,martin,marriages,matus,maximum,mayhem,meats,medium,meditates,medieval,medicine,median,mediacom,medals,mechanism,mechanics,meal,mayonnaise,mea,mcnamara,mckellen,mcgregor,mcelwee,mcdonalds,mccue,mcavennie,mayoral,liu,lit,encroach,karkhanis,karaoke,kang,kana,kal,k,jx2r5mvbcw,justify,jun,jumping,jump,jules,judges,judas,juan,joyfully,joy,jos\u00e9,joshua,josef,jordon,jones,karen,kashmir,kim,kataja,killing,killer,kiiski,kidney,kidnap,kidding,kickstarting,kick,khone,keywords,keynote,kerry,kent,keno,kennedy,kei,keeghan,kc,kayak,katoare,kato,jonas,joking,jokes,joint,jabroni,jabba,iv,itching,israel,isp,isolation,isay,irrational,iron,ipad,ionigeria,invocations,invocation,inviting,invite,invitation,invisible,investors,investing,investigative,jabronies,jackson,jaded,jealous,johansson,joel,jodrell,jidda,jiang1,jfk,jerry,jennifer,jelly,jdm,jagan,jayson,jay,jason,jargon,jane,jam,jailed,jaguars,jagnyachi,kilometer,kimber,listened,li,lewis,levi,leveled,letting,lets,lessons,lenses,lengthy,lengthier,lengthening,lending,lend,lemony,lemon,lek,lego,legitimise,legislatures,legislation,legends,legacy,lgav3,liaise,kindle,libation,lipgloss,lipa,lip,lions,linz,linton,lingering,lineman,limpopo,limiting,lime,liked,lights,lightning,lighting,lifelong,lifeblood,licks,license,librarians,liberating,leeratanakajornthe,lecture,leaning,leaks,laments,lake,lagged,ladha,lactase,la,kuo,kukicha,kruger,krauts,kratz,kong,knotted,knocks,knocking,knocked,knob,knicks,km,klamath,kiriakou,lan,landholds,landing,lavish,lcr,lcp,layoff,lax,lawyers,lawyer,lawsuits,lawson,laws,laundry,landmark,laughable,latitude,lassitude,lashgarara,laser,las,languorous,landslides,landscapes,mine,mini,minimalist,omissions,olive,oldest,oklahoma,okay,ok,offseason,offices,offerings,offering,offender,odyssey,odor,odfw,odds,odd,octagon,oct,oceans,occurred,occupies,occultist,olympic,omnipresent,ordinary,onboard,ordered,opting,optimum,optimize,optimization,optimism,opted,opt,opposition,opposite,opposing,opportunities,opponent,opinions,operators,operation,operate,op,onions,oni,onetahuti,occluding,occluded,occasions,obvious,novichok,novemberat,nov,noting,noticeably,notably,nostril,nose,norwood,norton,northeast,norte,norman,normally,normalized,normality,normalise,noordhoek,noodles,nonsense,nonprofits,nowadays,nps,nsukka,obscene,obstructing,obstacles,obsolete,observing,observer,observationi,observable,obscuring,obscure,oblivious,nude,obligation,objectives,objectification,o,nuttier,nury,numerous,numerically,nukes,orderly,organic,mining,pain,pad,packing,packaging,pacing,paced,p938,p365,p320,p238,p19t11,oxygen,oxford,owns,ownership,owned,owed,oviri,overwhelmingly,overwhelming,overturned,overtures,pagan,painfully,organisation,pains,parks,parentals,paranoid,parameters,paradise,parading,paradigmatic,papua,papers,panel,pandemonium,pan,pamphlet,palpable,pallid,pakistanis,pakistani,pak,paired,painter,paint,overseeing,oversee,overseas,overscaled,outer,outdoors,outdated,outcomes,outcome,outbreaks,ourselves,otukpo,otto,ostriches,oscars,ornaments,orleans,origin,oriental,organized,organizations,organizational,organising,organised,organisdations,outfitted,outlandish,outlets,overestimated,oversampled,overrated,overly,overlooked,overlapping,overlap,overheard,overflowing,overflow,overestimate,outnumbered,overcomes,overcome,overcollateralization,overclocking,overcame,ovarian,outspoken,outrage,output,nominal,noisy,noise,motor,motivated,motions,motif,motherboards,motherboard,mosquitos,mortality,morocco,morgan,morals,moral,morad,monuments,monty,montreal,monstrous,monroe,monosyllabic,monopoly,monologue,monks,motl,motors,nod,motorsport,murdered,murals,munch,mums,mumbai,multivolume,multipoint,multiplies,multifaceted,multidimensional,mullet,muffled,mrs,mowing,mouthfeel,mourning,mounted,mountain,mounded,motto,motorway,monk,monitoring,monika,mongols,misunderstand,mists,misted,mistaken,missteps,missoula,mississippi,missions,missionary,misreading,misleading,misery,miserably,misdemeanors,misconduct,mirrors,mirrorless,mirror,mip,minneapolis,ministerial,misunderstanding,misunderstood,mitzi,modi,mona,momentum,moma,moley,mohsin,mohile,mohan,modified,modification,moderates,mixed,modem,modelo,mode,mocha,mobilizations,mobilisation,mob,moaning,moan,murders,murrah,murray,neat,netanyahu,nestled,nestings,nesting,ness,neologism,neo,nell,nejadi,neighbouring,neighbourhood,neighborhoods,neighborhood,neighbor,negroes,negotiated,negotiate,negatively,negated,neema,needles,netherlands,networking,neutralise,nightmarket,nobeladventures,nobel,nit,nishi,ninjas,nineteenth,nikhil,nike,nihilist,nightclubs,nevada,nics,nicolas,nicely,nice,nic,nhai,ng,neyla,newsweek,necessarily,nearing,muschamp,nearer,n320m,n,myths,myth,mystical,mystic,mysterium,mysterious,myspace,myblock,mutton,mute,mutants,mutagenic,mustache,mussolini,musings,musicians,musical,mushroom,mused,nab,nail,nailed,naturally,nd,ncaa,nbcuniversal,nb,nazi,naw,navy,navigating,navigate,nationally,namadi,nassau,nascent,narrowly,narrowed,narrates,narendra,naps,nanoplastic,naming,investigating,investigate,invest,forcibly,forceful,forages,footage,foolishness,foods,font,folly,follows,folk,folgers,focusing,flying,flush,flurry,fluid,flown,flowing,flowers,flower,floors,flock,forcible,foreigners,foundations,foremost,fosters,fossil,forwarded,forty,fortunately,forsake,formulae,forming,formidable,formerly,formative,formations,format,forgotten,forgiveness,forging,forge,foretold,forest,foreseeable,forensic,flits,fliers,flickered,flick,fios,finishes,finish,fingers,finest,fills,file,fighting,fifth,fiery,fiercely,fidel,fictitious,fictions,fibrinolysins,fiber,fi,fewer,fetched,feroza,feral,fir,firearm,fired,flanagan,flexibility,flexforkal50,flexforkal01,fleeing,flayed,flavours,flavoured,flashbacks,flapping,flames,firefighters,flame,flagship,fixed,fitness,fiscal,firsthand,firms,firm,fires,foucault,founding,gogh,gentle,genie,genetic,generosity,generics,generically,generators,generating,generated,generalised,gender,geez,geek,gee,gavin,gaume,gathers,gate,gases,gary,garnet,garner,genmaicha,gently,foxes,george,godfather,gobert,goats,gnp,glow,glory,glorious,glassy,glasses,gimli,gilt,gigantic,gift,gidding,ghost,ghonchi,ghastly,gestures,gesine,gershshwin,georgian,garda\u00ed,gaps,gangsters,gamecock,fringe,frieze,fridges,freudians,freshmen,frequented,frenzy,frenchmen,frenchman,freeman,freedoms,fred,fraternal,frantically,francisco,franchising,frances,frame,fracturing,fps,foyer,frog,frogs,fronts,fundraising,gaining,gaga,g2,futurologist,fury,furniture,furnished,funny,funnily,funders,frothed,functioning,fulfills,fulfilled,fulfill,fukushima,ft,fry,fruits,fruition,fenders,fencing,fenced,ethanol,esthetics,esteemed,estate,establishment,establishes,establish,est,essence,esque,espousing,esoteric,eschewed,escaped,escalator,escalated,eruption,ers,errors,errordocument,eros,eroded,estrangements,ethical,fellowship,ethridge,exceeded,excavation,exaggerated,exact,ex,evs,evolved,evolve,evil,evidenced,everytime,eve,evaluating,evaluated,ev3dev,eurozone,eurosystem,euromesco,euractiv,eu,etiquette,erode,erm,erect,erased,enrolled,enquiry,enlargement,enjoys,enjoying,enhancement,engrained,engineering,engel,energetic,enemy,endurance,endoscopic,endocrine,endlessly,endgamepodcast,endeavours,endeavour,endeavors,endeavor,endangered,ensemble,enslaved,ensnare,envisioned,er,equivalents,equipping,equality,epitomize,episodes,episcopal,epidemic,enzyme,entry,ensnared,entropy,entrepreneurial,entourage,entirety,enthusiasts,enthusiast,enthusiasm,enter,ensuring,exceedingly,exceptionally,excerpt,ezra,farajolah,farago,families,familial,falsely,fallibility,fake,faithful,fairfield,fainted,faint,failures,fahrenheit,fading,faded,factual,factsheet,factbook,facilitation,facilitating,facet,farm,farming,farrell,fearful,feigned,fees,feels,feeding,fee,federalist,fed,feat,feasibility,feared,fascinate,fda,fbi,fatty,fattening,fatigued,fathers,fatally,fastdoc,fashion,fabric,ez,excerpts,exult,expectation,expats,expanse,expanded,expand,exoplanets,exodus,exits,exiting,exit,existential,existed,exhilarating,exerts,exercises,exercise,executed,excoriated,exclusively,exclusionary,excluding,expedition,expenses,experiencetheride,expressions,extremists,extracting,extract,external,exterior,extent,extending,expressway,expressly,expression,experimental,expresses,exposing,exploring,explores,explored,exploiters,explicit,explains,explaining,godliness,goldsmith,inventor,impeccably,imparted,impacts,imnaha,immortality,immortal,imminent,immigrant,immersive,imaginary,illustrates,illusion,illuminates,illuminated,illnesses,illness,illegally,illegal,iknow,igp,ignorant,ignited,impatience,impeding,incidents,imperato,inches,incheon,incapability,inc,inbreeding,inaction,inability,impulse,improving,improvements,improvement,impressionist,impotence,imposition,impose,import,imply,implies,implementing,impermissibly,imperialism,igbinidu,idle,idiom,ideology,hustling,husbandry,hunt,hunkered,hungry,hunger,hungary,hung,humorous,humbly,humanoid,hug,huerta,hubs,hubble,hub,html,hound,hostages,hosseini,hospitality,hut,hutcherson,hutt,ian,identities,identifying,identification,idc,idaho,id,iced,ibrahimov,iberian,ia,hutton,hysterical,hypothesis,hypertrophy,hylton,hydroponic,hydrogen,hybrid,hwy,huxley,incidence,incinerated,golf,intentionally,intensified,intensely,intense,intend,intelligent,intellectual,insurgency,insular,institutional,institution,institutes,institute,instinctively,instigation,instantly,installed,instagram,inspire,inspector,insisting,insights,intensify,intentions,incision,intents,invention,invented,invades,introducing,introduced,introduce,intranet,intestinal,intersection,interrupted,interrupt,interrogating,interpretations,interpretation,internally,interior,interdisciplinary,intercept,interactive,interactions,interaction,insider,insect,inscribed,insant,inescapable,inertia,ineligible,ineffective,inducted,indoors,indomitable,individualized,indistinguishable,indigenous,indicators,indication,indians,incubators,incorporated,incontinence,inconsistency,incomprehensibly,incompetence,incomes,inclusion,inevitably,inextricably,infants,injection,inoculated,innumerably,innumerable,inns,innovator,innovations,inmates,inlet,inland,injected,infections,inhabit,informal,inflict,inflation,inflammatory,infiltrates,infested,inferential,infects,hospitalisation,horror,horns,habitat,gwadar,guys,gusto,gus,gurudwara,guru,gurnam,gunpoint,gunman,gunbroker,gulf,guitarist,guinness,guinea,guillard,guiding,guiana,guests,guest,gti,gsa,gwen,habits,hornbleat,hack,happiness,happily,happenstance,happenings,hank,handy,handled,handing,handicaps,handgun,handedly,hamlet,hamilton,hamburg,hallucinations,hairstyle,haired,haircut,hails,haggard,hacks,grumbling,growltiger,groupquantum,groupon,grann,grandson,grandparent,grandfather,gram,grains,gradually,graders,graciously,grace,gps,governor,governing,govern,gov,gosh,gorgeous,gordonsville,gopinath,googled,goofs,gransden,graph,graphics,greensprings,grouping,groundbreaking,grocery,grips,grip,gridlock,grid,grew,greet,greenhouses,grapples,greenery,greatly,gravel,grave,grateful,grassy,grasses,grasped,grasp,haram,harassment,harder,hepatitis,hobbit,hive,hits,historians,hips,hipper,hint,hindle,hilton,hills,hilarious,hijacking,highways,hiding,hicks,hiace,heritage,hereby,herd,herbert,herbarium,hoist,hoisting,hojicha,honored,hordes,hopkinson,hoping,hoped,hoofer,hoof,honourable,honors,honoring,hong,hola,honey,honed,homemade,homeless,homage,holt,holmes,holiday,holders,heralding,heng,hardin,henceforth,hayward,hawn,haunting,haunted,hats,hates,hate,hatchback,hastgerd,hassles,hassan,hasn,hashoah,harvests,harvard,hartford,harping,harewood,hardships,hardship,hardly,hazards,hazelnut,hd,heavyweight,hence,helps,helpless,helpadchoicespublisherslegaltermsprivacycopyrightsocial,hellcat,helicopters,heinous,hefty,hectare,heavily,headache,heavier,heavenlytea,heatsink,heat,heartfelt,heartening,healthcare,healing,heady,\u8c46\u6f3f\",\"ink,reflection,typically,tweet,regular,tutorial,influx,1983,instability,influence,booked,reflecting,infinitely,infected,bone,informs,innocent,initialized,organs,oregon,innovative,input,twentieth,registration,regions,initial,1975,perimeter,bodies,inherently,inspiration,reinventing,infrastructure,bloom,accusations,relax,reject,remote,remarkable,breaking,impressive,impressed,truly,breakup,diplomat,reminded,implied,trouble,implementation,remove,imran,breeding,rental,renton,immensely,immense,brettle,imagining,imagined,1953,illustrations,repeat,bread,truth,inefficiency,tune,1965,boost,origins,relation,boozy,turkey,indicated,indicate,botcha,referred,incredibly,orlando,religious,increasing,bounceback,boundaries,incomplete,box,incompatible,1962,tuesday,branches,bras,religion,orders,blessed,references,beyond,jim,00,jet,realization,jeremiah,2030,jefferson,jeff,2022,reared,javascript,javad,2018,rebuilding,bhatt,2015,jamie,bible,jacket,unconstitutional,biden,rebounding,bigger,biggie,billboard,billionth,bentley,joe,personally,realisation,oladipo,jumped,believes,julio,unemployment,judicial,reaction,journeys,petrov,journalist,journalism,omara,underway,jordan,pet,readiness,28,understanding,joked,joke,perspective,25th,onto,joining,johnson,2009,bioaccumulative,instrument,uighur,interviews,interviewed,intervene,rectifying,1994,periods,blasting,internal,intermediate,interests,blazing,ignore,redmayne,uncertain,ugly,intensively,intensity,reduced,reduction,blinken,ordering,intake,referee,insurers,insurer,instruments,intolerant,um,orange,introduction,isis,recalled,isabelle,persistent,irritated,irony,persecution,bird,permanent,birmingham,wwi,birth,2003,iowa,invited,recognised,investigators,1999,investigations,unable,bladder,invested,or7,inventory,invasive,briefly,hypocrisy,ignorance,rob,pacific,topical,hannah,150,categories,toothed,category,roads,package,roasted,packed,path,packs,rocks,robbing,tonantzin,zen,robinson,zero,cedar,zombies,hair,pair,celebrate,rocket,celebrated,happening,rival,ritual,rises,rhetoric,heavenly,rhys,ysrcp,capable,capacity,paul,captions,rice,pattern,richard,15th,heads,headquarters,tough,careful,zack,paths,touched,ridiculous,hassle,carrying,cars,rightly,ring,celebrating,passes,rhapsody,tim,parcel,grit,parent,row,grey,chaotic,rs,parliament,timing,chapter,00pm,greatest,gray,h,graves,tik,charlie,charting,grant,tickets,ticket,rupert,000th,grand,grams,grammy,partly,08,championing,paperback,rogers,tokyo,cents,gunfire,tofu,ceremonial,ceremonies,certificate,guilty,paleta,paletas,palm,10bn,chairman,roots,guess,guardian,tired,guarantees,guaranteed,guarantee,rotations,rothschild,partying,paper,170,hectares,otherwise,buck,penguins,browsing,outright,tremendous,humble,resolution,hugo,tree,hugh,hugely,resolve,resource,bucket,host,http,treated,houses,buffer,bug,1910,bugs,builder,travis,pending,bullet,hosted,residency,hunter,brown,brow,brighton,yellow,reporters,ideologies,brings,yesterday,tries,identical,broad,1917,ice,iberico,broadmoor,reputation,peyton,outfits,broken,require,hydrophobic,broncos,1915,penn,brothers,researched,resection,respectful,hospitals,track,cameron,hire,hippopotamus,caffeine,cake,hikers,highlights,calls,calming,hide,hidden,reveals,hey,younger,1904,heroes,reverb,campo,canadian,reviewed,helping,helpful,tracks,helms,revolution,canned,canoe,retention,busy,businesses,bushes,respondents,yong,bunker,peer,overing,hopefully,travelled,honoured,overnight,yonhap,restaurants,honor,honest,restored,homes,restrict,holy,transport,hollow,holes,hole,burns,burst,ho,oversight,justice,unfortunate,begun,wafa,pressures,waiter,nightingales,microsoft,anc,ancestors,micro,michelangelo,ancestral,windy,niu2nai3,methods,wade,mighty,wing,preview,metamorphoses,w,merger,merely,mere,nomination,none,anne,announce,vr,pressure,nigeria,worries,minnesota,prehistoric,mission,wildflowers,preliminary,newest,wanting,newly,980,amazon,minority,minor,nfl,plants,waitress,minimize,amid,minds,wilma,millions,walked,preservation,wilson,amour,milky,amsterdam,waived,primarily,melanie,answered,visited,apparently,processing,material,wished,matches,applications,vizag,masterpiece,vitti,massacre,appreciate,visiting,approach,meetings,prof,approaches,appropriate,northern,professor,markets,marketplace,virtually,profit,virtual,profits,marathon,matthew,apparent,vocabulary,apollinax,answers,voting,meditation,prior,pits,medication,medically,medical,nope,privatisation,wisdom,anticipated,measured,anticipation,volunteer,anton,meanings,antoni,volcano,prized,mckenzie,proactive,pistons,wish,mazatl\u00e1n,mistake,predicted,predictability,admission,mustard,adcock,accepted,acceptance,adds,welfare,weighing,poorer,weigh,neighbours,muscular,muscles,admitted,moving,mural,adopting,municipalities,ads,porsche,websites,portable,portal,portion,multi,weaving,weather,muster,weren,mx,adani,whispers,acorns,nationalistic,acre,acres,poets,nashville,plucked,nasa,acting,whales,neatly,pokorny,names,accounted,active,neck,naked,actors,accord,wesson,accessible,accessed,mystery,neglect,advisability,movies,abducted,alana,monthly,aid,abul,montanera,aids,ailing,pr,aimed,airlines,airpods,practicing,alan,absorbed,moves,praying,albeit,abrams,abilities,aldous,moderation,wartime,wars,precautionary,allegedly,mls,nevertheless,monument,nervous,moon,pound,movements,advocates,wide,weariness,accelerated,mountains,widely,wean,possession,possibility,motivational,motivation,afford,possum,mothers,weak,afraid,aftermath,mosque,agents,nerve,waves,wider,agreed,morality,architects,map,violator,occupied,quick,quicker,unsettled,bail,bailey,baku,balanced,phrases,unpublished,occlusion,lateral,photos,banjo,radios,44,race,lands,landed,unlimited,occurrence,lamppost,unlikely,occurs,barely,radioactive,unless,unveiling,unwanted,bachelor,upcoming,lies,obstacle,useful,autry,woody,usb,avoided,qualified,urging,quarantined,obviously,quartets,queen,legendary,physically,legend,leg,awful,leds,upset,aziz,b,learned,lean,leaky,lagos,ladder,lifetime,kenzo,350,killers,34,unidentified,beal,phenomenon,kid,ranked,unfortunately,khan,pm,kevin,kenya,universal,rapidly,kenneth,bed,keeps,keen,rarely,unfathomable,officially,beers,offloaded,phase,offshore,workplace,kindly,king,unimaginable,radius,lacking,phones,laboratory,label,unity,kyla,bars,rafting,raging,oddly,kourou,korean,baseless,kone,bases,ode,bass,knott,worker,raised,battled,battles,380,klaxons,user,lifted,northmoor,pile,nowhere,mails,vhf,proposals,pillars,magical,66,pill,artbook,arthur,verumontanum,macchiato,lyrics,lovers,artworks,ash,protective,ashes,lumineers,versatile,aside,asks,prototypes,prove,600,58,67,properly,maintains,novel,pioneer,programme,withdrawals,arguably,argued,arguing,argument,manga,mandela,manage,mammals,prolific,malik,promise,mali,promises,male,arm,promote,716,prompt,notebook,noted,6am,notice,loving,proven,physique,links,objective,lively,attending,vaccine,literally,listening,attractions,objects,graduates,picture,puna,punitive,audiences,55,audio,480p,aug,aussie,austinites,pick,usual,likert,authentication,47,purity,purpose,objectionable,validity,valuable,attacks,assembly,assertiveness,lots,losing,wonderful,oak,vegetal,500,loose,provision,assists,vast,varying,longing,assumptions,4k,lone,lollipops,lollipop,lodged,vapourised,van,valued,loads,load,rural,participants,flash,sending,fits,software,selling,fissures,fish,firstly,ed,compulsion,sencha,computers,debug,socialist,stuff,educate,educated,taxis,finland,educational,finishing,conceived,student,tdp,flag,comprised,teacher,earphones,components,sees,flesh,ears,defence,flawlessly,deering,deeply,struggle,flavour,struggled,flat,solutions,flashmob,selecting,economical,selection,taxes,effectively,scorer,eleven,target,sept,dates,electronic,smart,confirm,fever,ferdinand,submitted,confirming,findings,seriously,female,conflict,felony,submitting,eliot\u00e2,dare,feet,confusing,david,electricity,davies,smoked,soaked,concert,financing,debate,taurus,films,eighteenth,filmmaking,condemned,sensor,filed,condition,figured,el,sentences,conduct,sentinels,seoul,smooth,complicated,floor,earbuds,tells,comedians,temperatures,forums,scrutiny,drew,dried,fortune,straightforward,sows,strategic,flow,sealed,telling,formed,seals,democratic,dropped,drops,drove,formal,dream,temple,depending,deported,terrible,scores,freeing,descriptions,colour,download,frantic,colts,francis,spats,stole,franchise,framework,dragged,columbia,script,drama,combat,span,drug,commemorative,commented,sore,communications,strengths,stressed,stretch,duty,techniques,follow,stretches,degrees,somewhat,comparable,dynamism,fo,compelling,dystrophy,competition,competitive,defined,ear,technologies,seconds,drugs,foolish,searching,forever,forests,drunkard,foresee,seating,demanding,southeast,tehran,ford,sourcing,delmarvastudios,commitment,delivery,commitments,delicacy,committed,committee,sorry,congregation,server,slim,exited,sing,enugu,shipping,expat,coronavirus,expanding,shocked,exoticization,shoes,exists,enjoyed,existing,cory,exhibition,equal,equaled,cosmos,crush,execution,executing,singing,entrepreneur,corners,expects,suffer,coolers,explore,explicitly,sister,sirsa,sufficiently,sugar,shines,suggested,coordinated,entertain,sustainability,cops,cord,cordial,suicide,corn,suited,crucial,crowd,sun,signals,evolution,criminal,coveney,coverage,covering,establishing,covers,coves,sig,estimate,superior,surface,supposed,estrangement,supportive,shut,supporters,sides,sick,surprisingly,essays,crossing,examination,costlier,costly,silver,couldn,survive,silent,crossed,countach,crore,counterpart,cronbach,shouldn,signs,surveillance,surrounds,sunlight,examining,examines,significance,explosions,explosive,elon,consultant,danger,constitutionality,fascinating,fascinated,constraints,emeritus,tagged,construction,sex,dancers,cure,consume,fanny,consumed,consuming,t200,false,fallen,employ,substance,seventeenth,emerged,tahiti,settled,elsewhere,dante\u00e2,takeshi,consecutive,consequently,serving,sessions,considerable,fc,taipei,favour,slices,consistently,consists,fault,setting,settle,tahitian,embarrassment,employees,fairness,fairly,controversy,convention,extraordinary,ends,endured,enemies,sheer,extension,extends,engage,cutting,convey,conveyed,engineers,sweeney,curiosity,sites,cured,cook,swear,endless,skilled,empty,switch,syrian,shakespeare,shall,failure,failing,enable,enabled,encounter,faculty,symbols,skin,daley,factories,contract,contrary,facility,encyclopedia,contributed,facebook,descriptive,eui,specialist,detected,steve,destructive,detailed,globe,glazing,christianity,documents,steal,theft,thoughts,clue,spirited,sabres,gives,chronicle,doctrine,detective,closing,deteriorate,closest,galaxies,closely,gamecocks,thomas,disease,gloves,stands,stanley,stark,chi,schedule,scenes,texas,starbucks,donell,died,discoveries,donation,sting,functions,speeds,chips,coaching,goes,stick,destroy,scenarios,discussed,sadly,choices,safely,circumstances,sales,disorder,dialogue,ditched,geofiltered,gauntlet,steam,saudi,genuinely,devoted,satyanarayana,disturbing,gene,sand,steering,genre,genocide,clarke,district,satisfaction,genius,colonel,developer,clarity,steep,developments,geographically,georgia,gangavaram,gathering,theories,divorces,thirty,salt,gantz,giant,clifton,garage,cliffs,ghana,divine,divide,click,clich\u00e9,sample,dev,spot,diverse,cleveland,spots,gather,germany,geothermal,spectrum,clutterbuck,sciences,species,cheaper,cheaply,ruslan,dinosaurs,throws,diet,stature,grab,status,differences,collars,gourmet,gotten,desmond,fruit,desires,frequently,cheesecake,scholarship,statue,douglas,schultz,frontiers,collective,scientists,terrifying,cheer,gospel,frequent,fuels,terror,testimony,saber,disappeared,deserves,scientist,freshman,collared,digest,donovan,fujifilm\",\"soft,hiroto,stand,mahesh,owner,magic,eastern,stages,majority,discovered,retrieved,standing,soil,solve,roberto,maintain,maintained,mexico,solid,sad,method,proper,roughly,protest,outlook,presented,restaurant,nclt,responsible,handed,milking,handful,river,salisbury,responsibility,responding,smoke,outbreak,respectively,hosts,longest,hotels,multitude,direction,smaller,directing,pong,logistics,occur,moderate,mid,holocaust,mla,risk,edit,pause,historically,easier,lucky,glad,giving,pretty,robbery,effort,loves,lovely,ministers,patrol,snow,robbed,hannan,preaching,hollywood,message,manhattan,promptly,producer,spambots,sphere,drawings,opens,rule,ruled,matchup,rulers,ruling,match,officers,mess,massive,offense,producers,graphic,preludes,principles,herban,dogs,gerontion,professionally,meet,reviews,spend,dominated,gru,headset,guide,rooms,doubt,round,donated,measure,guilt,roy,hearing,height,speaker,speak,drafts,prepare,hell,heading,dramatically,mayor,gunderson,revenue,drop,drummond,mentioned,governance,distant,gyokuro,marathi,hacienda,gordon,hardest,manning,revealed,dysfunctional,nancy,previously,disrupt,phone,manager,missiles,mammoths,malcolm,promoting,somehow,missing,russians,sort,graduated,spreading,rolled,herself,marriage,russell,roles,officials,documented,offences,sources,grabbed,oh,miss,sounds,peace,spoke,divorced,pride,memory,division,highest,soul,psychological,items,howard,rapid,organisms,eyes,regarded,insisted,forced,forbes,faces,shares,ranging,ranking,forage,inspired,reflects,factory,kinds,shape,organization,potentially,instance,failed,fair,shadow,rare,handle,falling,keeping,falls,newcastle,positivity,kingdom,fame,expertise,scrobbles,info,shop,informed,shocking,shire,pounds,expectations,mood,expense,forms,initiative,experienced,raising,extra,injury,shine,explanation,shifted,explosion,export,exports,exposed,express,searched,innovation,expressing,extensive,pass,familiar,respect,finished,featured,readers,placed,moscow,self,feed,nigerian,joined,passat,reality,sermon,irish,jerusalem,serial,pi\u00ebch,realize,perceptions,sequel,finds,islam,reasons,fields,fifty,jada,jack,fill,filled,mostly,involves,journal,sections,fascists,institutions,focuses,moriyama,fans,intended,sexual,fare,intends,fly,intention,seed,oriented,perfectly,fast,reactions,seeking,reach,newspapers,favor,interested,investigates,seemingly,nonetheless,judy,session,judging,plastic,recognize,existence,influenced,mount,pure,linemen,item,portrait,sit,pata,identity,sirkin,sirens,limits,reportedly,limited,gala,limit,entrance,link,likes,singh,repertoire,repeating,prayer,futures,repeatedly,equivalent,paid,funeral,eric,lighter,silence,lines,iconic,regularly,pie,publication,embedded,slaves,hughes,generation,emotional,emotionally,emphasis,generally,skripal,encourage,encouraged,skills,skeletal,multiple,hundreds,enduring,saved,rescued,obama,listen,requiring,engaged,engagement,engaging,garden,nyc,engine,sikh,pursue,escape,fraites,reliability,notes,monitor,org,evident,pinning,indian,notable,lay,relatively,launching,latter,except,nelson,scene,shots,exchange,language,radical,nerves,lambo,laid,shortly,lacked,labor,exist,founder,foundation,everyday,friendship,noticed,leaves,removed,escort,moments,levies,implemented,essentially,signal,sign,fundamental,sight,estimates,letters,fund,imported,fully,negra,improved,fuel,frustration,remaining,neither,ev,lee,frontier,panic,leaving,ongoing,engraving,entering,diplomats,arrested,assets,assessment,venture,coupe,couples,aspect,cowell,cpu,suppression,art,vice,supports,victims,array,counter,arranged,supported,army,arms,videos,armed,violated,crews,superb,crime,criticism,visibility,visible,vehicle,variety,appeared,conversations,battery,basically,basic,base,barrels,barrel,contribution,unlike,controls,banks,swim,bang,ban,balance,correctly,swarming,awareness,usda,automotive,autocar,authoritarianism,australia,auditions,utter,auction,suspended,vaccinated,suspects,apply,summer,bbc,debt,album,dangerous,watched,dante,wausau,subscription,agitation,ages,affect,weapons,wearing,advantage,dear,decade,alliance,add,decent,decide,declaration,declared,adair,stuck,decline,declined,acted,deeper,whereas,whilst,warner,dance,anyway,wait,anymore,suitable,anti,anthony,cultivation,ankle,cup,angry,anger,curing,andrew,ancient,cwt,waiting,allies,dad,daisuke,walking,amber,substantial,amazing,damaging,amaravati,alternatives,alpha,almond,allows,warm,context,contemporary,accuse,bush,cat,totally,carmona,caribbeantales,caribbean,cared,classifier,clean,toxic,therefore,campus,closer,calm,burn,caused,burials,travel,coleman,testing,bunch,bulls,test,buildings,collecting,brunch,trend,brotherly,trends,claims,causes,broadcast,challenges,checked,thursday,tight,characterized,throw,childhood,tinned,tiny,thrives,changed,chances,thrilled,challenging,chocolate,cavaliers,thousand,chair,christian,titled,celtics,celebrity,celebrities,thinks,cities,civic,ton,civilization,cbd,tends,brisvegas,contain,consider,uncredited,confirmed,bet,bessemer,talk,congress,connect,connection,connections,talented,talent,understood,conservative,consideration,biologists,consistency,beliefs,behalf,conspiracy,constant,constantly,beginners,bees,constitutional,beauty,consumer,tables,uniform,uncertainty,tasman,brindisa,boat,brilliant,trilateral,brew,braveheart,bph,bought,bottle,boot,technique,comparison,tutu,twenty,teaching,teach,birds,boasts,bluegrass,comprehensive,blisters,computer,blast,taxi,umami,concerned,conclusion,concrete,birrueta,taste,struck,va,delicate,zoning,abel,80s,yorker,strained,dehesa,400,yeah,accept,strength,39,20th,21st,1986,wishers,38,1995,woke,09,41,abuse,2008,45,wireless,1909,xochitl,zealand,51,43,develop,diaspora,strategies,zarif,wire,die,deliver,devastating,delivered,describing,accuracy,300,youtube,developers,statistical,defensive,900,statistics,you3,withdrawal,07,33,90,wouldn,depend,9mm,digital,describe,straight,store,23,wicked,storage\",\"update,powder,background,evaluate,lebron,launched,airport,evening,learning,launch,supply,euros,surprised,practical,courtesy,practice,cow,questioned,league,upon,leads,numbers,everybody,european,note,baby,handling,balochistan,normal,consistent,favorites,juice,fattened,belief,aggressive,severe,sets,farmers,kabul,karte,wise,fantastic,agree,favourite,considering,pirkkala,underground,figures,conditions,originally,confidence,nobody,besides,talks,nor,join,benefits,serves,february,reader,consequences,consumers,contact,1987,suspect,knows,rain,corporation,corps,kurono,shopping,susan,unit,units,universe,barbados,councillors,qureshi,parwan,knowing,copy,table,range,shade,s\u00edoch\u00e1na,becomes,shaped,facts,beating,controlled,expert,kilauea,killed,extreme,watching,expressed,explained,extended,liquid,avoid,anywhere,draw,premium,depth,dramatic,drafted,speaking,apart,describes,dependent,description,voice,voices,deserved,meadow,specific,designated,spam,alone,35,professionals,profitable,sought,virginia,marked,profile,stream,aquatic,married,department,democracy,soviet,approached,sow,mary,drinking,applied,designed,alternative,songs,write,steady,standards,meter,andre,worst,stayed,microplastic,difficult,staff,difficulty,mile,2010,preserve,walk,directly,directed,stage,stability,meant,steps,meat,privacy,destination,stiffed,parking,spending,dollars,primary,disruption,amalfi,memorial,sports,vs,square,prescient,vw,allowing,worked,estranged,successfully,suffering,suffered,ny,suddenly,sitting,audience,customers,vaccination,woman,vagabond,piece,ending,watch,lived,employed,modernist,austin,entertainment,attacked,era,established,super,putting,26,pray,error,authors,simmons,suggests,orbit,simple,equipment,episode,pre,pig,entirely,slavery,modernism,www,partners,via,arrive,decrease,struggles,deep,victory,makers,predict,mix,defeat,easily,defend,ariane,mannequin,progress,manufacturer,proposed,prostate,locations,observatory,alexander,48,date,algorithms,washington,lord,election,observed,artists,obtained,loss,losses,provides,mobile,soccer,asian,2017,76ers,2nd,card,related,affairs,born,mouth,playoff,thus,murder,tuned,independent,bots,score,indeed,scope,bottom,weeks,playoffs,friend,boy,pawn,income,colleagues,movement,owi,brand,scientific,weekly,painted,murdoch,screen,traditional,registered,seat,chance,addressed,regarding,rouhani,captured,channel,payday,region,greenberger,cannot,administration,candidates,tend,injuries,injured,tweets,charge,bond,trade,comfort,poor,canada,rumoured,turns,running,advocacy,chemicals,highlight,pacers,gang,climb,retail,results,podcast,theory,saving,whom,clearly,gathered,circle,husband,hurt,thousands,resident,classified,residential,sauce,nearby,respond,hospital,patriots,advantages,pace,genuine,resources,glock,plot,weekend,cab,trump,hiking,scheduled,direct,imports,advisable,cage,train,training,golden,breed,access,gold,ii,owners,municipality,funds,negative,peninsula,images,pages,returned,trip,futurists,choose,bright,forecast,industrial,complaint,redshirt,secret,sell,halftime,politicians,cases,rights,selected,causing,receive,flavor,semi,rings,politics,wells,happy,cascade,guy,touch,conceded,william,communities,finnish,plan,instincts,senior,companies,carried,blocking,block,focused,cemetery,willing,ccp,concern,adding,rookie,bills,harden,haircuts,commonly,wrong,islanders,motegi,foot,mvp,recognized,roof,blend,cast,operating,title,ultimately,passenger,hadn,haven,rising\",\"safety,room,door,yourself,chopin,offers,dinner,global,standard,double,discussion,p,grow,spiritual,safe,characteristics,tide,discuss,worried,official,details,stated,russia,ties,charles,charged,detail,rockets,opening,changes,spread,chicago,actual,speed,spring,cebo,gone,21,developing,31,gurdwara,overuse,older,pigs,achieve,factor,fail,continue,dairy,ended,famous,fan,severity,tag,slightly,fat,const,services,else,served,servants,fell,fellow,serious,places,elections,personnel,fiction,plaintiff,physical,filmmakers,finally,eight,concerns,finding,75,daily,spearmint,pippen,europe,crazy,essential,ev3,cpi,november,significantly,simon,cruise,writes,nutter,excellent,exception,count,enjoy,wonder,25,currently,customer,piedmont,successful,sweet,conversation,\u00e2,pieces,eye,face,faced,sixth,concealed,efforts,completely,passengers,fun,dvo\u0159\u00e1k,theatre,delicious,club,gain,gained,dublin,close,demand,demanded,gap,accompanied,drunk,strategy,savings,gas,22,gauguin,driver,dressed,spain,patients,citizens,near,stopped,gilead,offered,dozens,code,cold,plays,combination,secure,platform,force,wild,commission,decisions,comments,absolutely,commentary,eddie,creating,eating,ten,painting,somewhere,frank,october,strongly,scoring,defense,freedom,french,someone,colonels,fresh,writers,friendly,collected,42,americans,mps,inspiring,marketing,key,requirements,blue,archeological,kids,bean,increasingly,regard,biggest,requires,beaches,board,highly,allow,v,list,republican,beatsx,returning,released,purchase,alongside,beer,represented,1996,appearance,henry,hep,represents,performed,visitors,blood,pelicans,linked,becoming,museum,visions,union,outside,candidate,proud,holds,aspects,loved,provider,india,infection,wednesday,lose,providing,lactose,loan,relationships,variables,associated,https,assume,ahead,holding,trees,positive,hundred,cable,unique,pull,organisations,literature,mitchell,basketball,arrival,leading,bonds,attitude,historic,protect,protection,historical,publish,asking,helped,blogs,blog,quarter,legs,iphone,benefit,agent,imaginative,ben,preparing,potential,quantum,authority,member,bellota,boys,rifles,annual,2021,met,johannes,hawaii,press,average,mind,operatives,hands,island,january,ways,1991,imf,length,mom,jesus,opportunity,prevent,agenda,ireland,interview,totalitarianism,tourism,july,leave,brahms,peak,tourist,antonin,reduce,addressing,ms,utah,2006,capital,cape,2020,begin,possibly,ideas,insurance,ill,baloch,meanwhile,interesting,authoritarian,address,meaning,headed,headphones,career,azerbaijan\",\"individual,traffic,impossible,frederick,text,whatever,trail,prime,calling,earth,lattes,breakfast,wolford,ball,rock,options,overall,eat,camera,writer,examine,break,release,terrorism,larger,relevant,statement,management,highway,harry,projects,russian,scored,includes,definitely,excited,scoresby,america,collar,degree,chepiga,pandemic,examples,indicates,boshirov,junior,questionnaire,impact,max,residents,everywhere,hall,generations,covid19,gentlemen,happens,port,eventually,appear,matters,volume,minimum,legal,classic,accounts,gets,thinking,estimated,plus,rest,waller,levels,awards,chung,created,hogs,etc,class,account,imagine,vision,co,nations,author,chiexplores,prepared,powerful,yes,bringing,vote,identify,identified,nature,approved,opened,save,achieved,light,sunday,courts,surprising,professional,requirement,himself,shown,brother,products,drivers,measures,turp,england,operations,red,window,kind,worth,named,heavy,developed,fine,var,sensitive,sense,parts,2019,fit,birthday,costs,11,greek,involvement,posted,population,cats,investment,afghanistan,investigation,plans,effective,bay,record,feelings,issued,concluded,f,agencies,picked,faith,gum,jobs,slow,narrative,lives,atlantic,elements,size,london,festival,beautiful,daughters,style,observations,pool,towards,chaos,james,elder,rates,nine,takes,sharing,bill,2014,heart,27,effect,experts,types,type,feasible,tackle,property,lack,rules,inn,mail,properties,boeing,wasted,rumors,policy,granted,economy,sold,exclusive,solidarity,lady,wife,affected,value,forward,grown,dedicated,campsite,seven,lunch,cut,survivors,corner,completed,uk,flight,experiences,lisa,determine,teas,starts,core,knowledge,technical,written,opinion,ability,possible,corporate,greece,737,western,wildlife,section\",\"africans,hotel,garda,2012,financial,deacon,building,provided,models,death,ormara,warrants,investments,compliant,percentage,asia,ocean,matter,seeing,civil,buffalo,edition,built,stone,looks,ready,alcohol,believed,father,located,fear,taiwan,journey,variable,features,writing,atlanta,jamon,feeling,rich,dark,serve,anything,healthy,mazda,hear,mean,focus,19th,24,compared,program,40,produce,drink,trust,choice,remains,remember,function,allowed,importance,thank,ones,offer,needs,sound,votes,mark,streets,29,driving,buying,britain,request,southern,collateral,terrorists,broadway,announced,article,magazine,network,reform,forces,stories,claim,commercial,claimed,arrived,twelve,forum,college,tv,200,appears,original,video,turned,terms,wants,incredible,views,increased,positions,2007,guns,suspected,korea,expect,cover,shows,control,miata,shared,facing,miles,r,share,covered,actor,evidence,largest,stars,18,latte,environmental,extremely,lava,explain,battle,exactly,lawsuit,quickly,success,literary,wolf,presence,middle,amount,lamborghini,until,showed,discovery,county,award,ensure,urban,ministry,happened,content,slaughter,credit,analysis,english,guard,radio,60,events,north,usually,fascist,moment,living\",\"event,kept,became,happen,growing,total,tomorrow,tom,keep,countries,paying,months,bad,showing,large,hashtgerd,tolkien,totalitarian,center,central,executive,present,l,learn,latest,covid,raise,expensive,whose,rate,advanced,poet,fm,above,inside,netflix,poem,nba,body,comment,girls,cinema,individuals,monday,consumption,necessary,friday,moved,front,general,coastal,brought,website,g,closed,reports,needed,buses,security,interest,municipal,beginning,fascism,reached,across,character,nation,pay,greater,posts,reason,nineteen,check,governments,sent,italian,chief,hill,perfect,islamic,natural,received,win,post,seemed,internet,california,acts,myself,divorce,april,private,source,areas,manufacturing,pierzchalski,entered,meeting,answer,x,declare,worry,photo,december,or3,visit,decades,difference,deal,michael,worse,vegan,steel,association,smell,longer,live,particular,display,attempt,similar,email,volkswagen,uses,option,libraries,philadelphia,probably,described,parents,aladdin,office\",\"talking,muslim,park,enough,believe,prices,embassy,officer,education,ask,fall,council,complex,points,social,goals,goal,montana,verse,band,favorite,anthem,feel,child,small,felt,winning,alfred,agency,jazz,certain,tour,campaign,chatrie,beach,alien,bench,fight,subject,basis,weight,republic,beat,gun,performance,intelligence,street,easy,says,station,view,turn,particularly,drives,led,move,denied,critical,increase,managed,huge,saturday,earlier,please,e,included,sometimes,humans,offensive,reported,build,leader,hams,british,hold,following,quite,additional,al,msi,zone,response,telescope,roetter,result,create,adult,leadership,played,hope,period\",\"aircraft,position,sea,example,playing,authorities,industry,leaders,scottie,page,words,collection,14,friends,incident,son,net,13,dvd,users,everyone,crisis,past,below,edge,form,effects,understand,various,daughter,age,emergency,2016,los,contains,dead,mother,published,beats,knew,records,tell,knight,society,50,experience,university,shot,version,artist,line,august,studies,federal,regional,saying,et,angeles,ride,matcha,review,run,probable,grades,poetry,nearly,director,carry,maybe,16,starting,buy,return,person,anyone,military,drive,hit,whole,product,animal,required\",\"term,spectacular,business,speech,international,asked,issues,iranian,9,webb,call,de,japanese,camps,seem,hoffman,location,hours,games,themselves,thanks,aren,try,produced,human,apple,hour,decided,hot,comcast,influencing,working,former,main,students,hog,john,final,oil,muslims,culture,couple,amendment,addition,stay,30,short,cross,care,perhaps,groups,entire,quality,feature,behind,money,wanted,kalel,wall\",\"microplastics,19,special,heard,soon,toward,star,chinese,throughout,grade,previous,price,spirit,despite,story,followed,decision,question,course,cost,comes,late,border,continued,united,relations,system,june,reading,orlean,recent,itself,complete,italy,sector,include,true,luca,letter,lower,either,party,lost,elders,dag,looked,six,pack,clear,isn,site,cultural,coach,coffee,simply,significant,growth,per,africa,went,wasn,mr,activity,minutes,action,agriculture,wrote\",\"east,give,stop,air,immediately,gave,away,side,tried,2011,deacons,terrorist,coast,environment,apostles,single,within,south,higher,current,15,makes,girl,house,spanish,economic,black,common,conference,flex,real,name,harvoni,read,plant,actually,began,involved,12,start,information,books,started,animals,devices,police,relationship,spent,technology,mia\",\"market,works,attack,doesn,field,job,problems,teams,rather,level,20,song,month,expected,questions,waste,study,minute,nuclear,wave,role,bus,musk,coming,act,bring,com,online,god,popular,half,camp\",\"set,hand,pork,j,treatment,library,president,available,especially,recently,foreign,players,nothing,burial,player,fact,land,considered,west,trying,hard,climate,white,problem,certainly,health,almost,area,making,major,warning,strong,entrepreneurship,provide,must,c\",\"in\",\"greenhouse,women,members,added,million,cause,smith,american,using,far,science,twitter,hike,geofence,likely,japan,community,full\",\"google,children,times,whether,century,september,further,lead,several,ago,non,few,night,five,days,again,media,u,based,old,able,lot,minister,different,looking,report,order,yet,march\",\"car,saw,become,want,everything,show,road,modern,movie,change,same,percent,third,done,play,series,better,never,production,news,billion,seen\",\"ground,came,although,week,already,something,big,sure,d,find,taking,morning,factors,york,word,fire,held,warrant,number\",\"means,planning,head,film,each,thing,political,always,thought,local,found,later,free,7,left\",\"poems,need,war,end,early,prufrock,often,music,company,having,national,law,country,step,put,men,personal\",\"town,taken,pakistan,help,8,research,without,took,might,green,energy,doing,m\",\"ever,ll,top,process,power,including,known,dose,given,every\",\"search,family,though,soy,high,church,book\",\"idea,called,among,told,team,under,tax,let,didn,3rd,10\",\"less,great,case,next,along,another,design,say,development\",\"use,however,history,once,due,part,man,why\",\"data,iran,love,city,three,important,eliot,little\",\"food,long,come,game,4,own,home,court\",\"does,way,best,got,ve,look,issue\",\"public,ib\u00e9rico\",\"should,place,four,milk,0\",\"tea,still,second,african,go,ham,too,3\",\"off,both,things,make\",\"see,think,work,used\",\"since,re\",\"going,according,really\",\"life,through\",\"group,down,right,against,day\",\"china,during\",\"us,don\",\"between,where\",\"well,future,take,any,2,good\",\"even,here,such\",\"of\",\"did,around,5\",\"made,before\",\"while,know\",\"season\",\"much,government,back\",\"world,now\",\"6,may,him\",\"many,very,those\",\"over\",\"state\",\"could,being,then\",\"because\",\"1\",\"get\",\"how\",\"only,two\",\"your,years,into\",\"last\",\"some,after\",\"these,them\",\"time,do\",\"no\",\"other\",\"project,model,am,bit,low,instead,others,bank,young,water,least,states,service,space,figure,foresight,fourth,support,school,100,won,situation,open,getting,17,enforcement,seems,centre,together,today,000,activities,point\",\"year\",\"first\",\"like\",\"also,most\",\"me\",\"new\",\"said,just\",\"people\",\"than\",\"her\",\"would\",\"what,which\",\"is\",\"if\",\"out\",\"so,up\",\"when\",\"its\",\"there\",\"more\",\"she\",\"our\",\"my\",\"had\",\"can\",\"were\",\"or\",\"one\",\"who,about\",\"that\",\"their\",\"been\",\"will\",\"all\",\"his\",\"a\",\"they\",\"but,t\",\"not\",\"an\",\"he\",\"the\",\"we\",\"has,from\",\"have\",\"by\",\"you\",\"at\",\"are\",\"be\",\"this\",\"with\",\"was\",\"as\",\"i\",\"on\",\"to\",\"for\",\"it\",\"and\",\"s\"],\"name\":\"Word Rank Frequency\",\"x\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],\"y\":[3279,1582,1524,1439,1189,1040,654,616,503,463,449,412,411,378,362,341,298,292,252,246,237,234,227,220,220,219,206,205,200,184,184,171,164,157,154,148,143,140,140,139,138,137,136,131,126,122,121,120,118,116,115,112,112,106,104,103,103,102,101,100,99,92,92,90,88,86,86,85,84,82,79,76,75,75,73,73,72,72,68,67,67,67,66,66,65,64,60,59,58,58,58,57,56,54,54,54,52,52,51,51,51,50,49,49,48,48,47,47,47,46,46,46,45,45,45,44,44,44,44,44,44,43,43,42,42,41,41,40,40,40,40,40,39,39,38,38,38,37,37,36,36,36,36,35,35,35,35,34,34,34,34,34,34,34,34,33,33,33,33,33,32,32,31,31,31,31,31,31,31,30,30,30,30,30,30,30,30,29,29,29,29,29,29,29,29,28,28,28,28,28,28,28,28,27,27,27,27,27,27,27,27,27,26,26,26,26,26,26,26,26,26,26,26,25,25,25,25,25,25,25,24,24,24,24,24,24,24,24,24,24,23,23,23,23,23,23,23,23,23,23,23,23,23,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],\"type\":\"bar\"},{\"hovertext\":[\"individual,traffic,impossible,frederick,text,whatever,trail,prime,calling,earth,lattes,breakfast,wolford,ball,rock,options,overall,eat,camera,writer,examine,break,release,terrorism,larger,relevant,statement,management,highway,harry,projects,russian,scored,includes,definitely,excited,scoresby,america,collar,degree,chepiga,pandemic,examples,indicates,boshirov,junior,questionnaire,impact,max,residents,everywhere,hall,generations,covid19,gentlemen,happens,port,eventually,appear,matters,volume,minimum,legal,classic,accounts,gets,thinking,estimated,plus,rest,waller,levels,awards,chung,created,hogs,etc,class,account,imagine,vision,co,nations,author,chiexplores,prepared,powerful,yes,bringing,vote,identify,identified,nature,approved,opened,save,achieved,light,sunday,courts,surprising,professional,requirement,himself,shown,brother,products,drivers,measures,turp,england,operations,red,window,kind,worth,named,heavy,developed,fine,var,sensitive,sense,parts,2019,fit,birthday,costs,11,greek,involvement,posted,population,cats,investment,afghanistan,investigation,plans,effective,bay,record,feelings,issued,concluded,f,agencies,picked,faith,gum,jobs,slow,narrative,lives,atlantic,elements,size,london,festival,beautiful,daughters,style,observations,pool,towards,chaos,james,elder,rates,nine,takes,sharing,bill,2014,heart,27,effect,experts,types,type,feasible,tackle,property,lack,rules,inn,mail,properties,boeing,wasted,rumors,policy,granted,economy,sold,exclusive,solidarity,lady,wife,affected,value,forward,grown,dedicated,campsite,seven,lunch,cut,survivors,corner,completed,uk,flight,experiences,lisa,determine,teas,starts,core,knowledge,technical,written,opinion,ability,possible,corporate,greece,737,western,wildlife,section\",\"africans,hotel,garda,2012,financial,deacon,building,provided,models,death,ormara,warrants,investments,compliant,percentage,asia,ocean,matter,seeing,civil,buffalo,edition,built,stone,looks,ready,alcohol,believed,father,located,fear,taiwan,journey,variable,features,writing,atlanta,jamon,feeling,rich,dark,serve,anything,healthy,mazda,hear,mean,focus,19th,24,compared,program,40,produce,drink,trust,choice,remains,remember,function,allowed,importance,thank,ones,offer,needs,sound,votes,mark,streets,29,driving,buying,britain,request,southern,collateral,terrorists,broadway,announced,article,magazine,network,reform,forces,stories,claim,commercial,claimed,arrived,twelve,forum,college,tv,200,appears,original,video,turned,terms,wants,incredible,views,increased,positions,2007,guns,suspected,korea,expect,cover,shows,control,miata,shared,facing,miles,r,share,covered,actor,evidence,largest,stars,18,latte,environmental,extremely,lava,explain,battle,exactly,lawsuit,quickly,success,literary,wolf,presence,middle,amount,lamborghini,until,showed,discovery,county,award,ensure,urban,ministry,happened,content,slaughter,credit,analysis,english,guard,radio,60,events,north,usually,fascist,moment,living\",\"event,kept,became,happen,growing,total,tomorrow,tom,keep,countries,paying,months,bad,showing,large,hashtgerd,tolkien,totalitarian,center,central,executive,present,l,learn,latest,covid,raise,expensive,whose,rate,advanced,poet,fm,above,inside,netflix,poem,nba,body,comment,girls,cinema,individuals,monday,consumption,necessary,friday,moved,front,general,coastal,brought,website,g,closed,reports,needed,buses,security,interest,municipal,beginning,fascism,reached,across,character,nation,pay,greater,posts,reason,nineteen,check,governments,sent,italian,chief,hill,perfect,islamic,natural,received,win,post,seemed,internet,california,acts,myself,divorce,april,private,source,areas,manufacturing,pierzchalski,entered,meeting,answer,x,declare,worry,photo,december,or3,visit,decades,difference,deal,michael,worse,vegan,steel,association,smell,longer,live,particular,display,attempt,similar,email,volkswagen,uses,option,libraries,philadelphia,probably,described,parents,aladdin,office\",\"talking,muslim,park,enough,believe,prices,embassy,officer,education,ask,fall,council,complex,points,social,goals,goal,montana,verse,band,favorite,anthem,feel,child,small,felt,winning,alfred,agency,jazz,certain,tour,campaign,chatrie,beach,alien,bench,fight,subject,basis,weight,republic,beat,gun,performance,intelligence,street,easy,says,station,view,turn,particularly,drives,led,move,denied,critical,increase,managed,huge,saturday,earlier,please,e,included,sometimes,humans,offensive,reported,build,leader,hams,british,hold,following,quite,additional,al,msi,zone,response,telescope,roetter,result,create,adult,leadership,played,hope,period\",\"aircraft,position,sea,example,playing,authorities,industry,leaders,scottie,page,words,collection,14,friends,incident,son,net,13,dvd,users,everyone,crisis,past,below,edge,form,effects,understand,various,daughter,age,emergency,2016,los,contains,dead,mother,published,beats,knew,records,tell,knight,society,50,experience,university,shot,version,artist,line,august,studies,federal,regional,saying,et,angeles,ride,matcha,review,run,probable,grades,poetry,nearly,director,carry,maybe,16,starting,buy,return,person,anyone,military,drive,hit,whole,product,animal,required\",\"term,spectacular,business,speech,international,asked,issues,iranian,9,webb,call,de,japanese,camps,seem,hoffman,location,hours,games,themselves,thanks,aren,try,produced,human,apple,hour,decided,hot,comcast,influencing,working,former,main,students,hog,john,final,oil,muslims,culture,couple,amendment,addition,stay,30,short,cross,care,perhaps,groups,entire,quality,feature,behind,money,wanted,kalel,wall\",\"microplastics,19,special,heard,soon,toward,star,chinese,throughout,grade,previous,price,spirit,despite,story,followed,decision,question,course,cost,comes,late,border,continued,united,relations,system,june,reading,orlean,recent,itself,complete,italy,sector,include,true,luca,letter,lower,either,party,lost,elders,dag,looked,six,pack,clear,isn,site,cultural,coach,coffee,simply,significant,growth,per,africa,went,wasn,mr,activity,minutes,action,agriculture,wrote\",\"east,give,stop,air,immediately,gave,away,side,tried,2011,deacons,terrorist,coast,environment,apostles,single,within,south,higher,current,15,makes,girl,house,spanish,economic,black,common,conference,flex,real,name,harvoni,read,plant,actually,began,involved,12,start,information,books,started,animals,devices,police,relationship,spent,technology,mia\",\"market,works,attack,doesn,field,job,problems,teams,rather,level,20,song,month,expected,questions,waste,study,minute,nuclear,wave,role,bus,musk,coming,act,bring,com,online,god,popular,half,camp\",\"set,hand,pork,j,treatment,library,president,available,especially,recently,foreign,players,nothing,burial,player,fact,land,considered,west,trying,hard,climate,white,problem,certainly,health,almost,area,making,major,warning,strong,entrepreneurship,provide,must,c\",\"in\",\"greenhouse,women,members,added,million,cause,smith,american,using,far,science,twitter,hike,geofence,likely,japan,community,full\",\"google,children,times,whether,century,september,further,lead,several,ago,non,few,night,five,days,again,media,u,based,old,able,lot,minister,different,looking,report,order,yet,march\",\"car,saw,become,want,everything,show,road,modern,movie,change,same,percent,third,done,play,series,better,never,production,news,billion,seen\",\"ground,came,although,week,already,something,big,sure,d,find,taking,morning,factors,york,word,fire,held,warrant,number\",\"means,planning,head,film,each,thing,political,always,thought,local,found,later,free,7,left\",\"poems,need,war,end,early,prufrock,often,music,company,having,national,law,country,step,put,men,personal\",\"town,taken,pakistan,help,8,research,without,took,might,green,energy,doing,m\",\"ever,ll,top,process,power,including,known,dose,given,every\",\"search,family,though,soy,high,church,book\",\"idea,called,among,told,team,under,tax,let,didn,3rd,10\",\"less,great,case,next,along,another,design,say,development\",\"use,however,history,once,due,part,man,why\",\"data,iran,love,city,three,important,eliot,little\",\"food,long,come,game,4,own,home,court\",\"does,way,best,got,ve,look,issue\",\"public,ib\u00e9rico\",\"should,place,four,milk,0\",\"tea,still,second,african,go,ham,too,3\",\"off,both,things,make\",\"see,think,work,used\",\"since,re\",\"going,according,really\",\"life,through\",\"group,down,right,against,day\",\"china,during\",\"us,don\",\"between,where\",\"well,future,take,any,2,good\",\"even,here,such\",\"of\",\"did,around,5\",\"made,before\",\"while,know\",\"season\",\"much,government,back\",\"world,now\",\"6,may,him\",\"many,very,those\",\"over\",\"state\",\"could,being,then\",\"because\",\"1\",\"get\",\"how\",\"only,two\",\"your,years,into\",\"last\",\"some,after\",\"these,them\",\"time,do\",\"no\",\"other\",\"project,model,am,bit,low,instead,others,bank,young,water,least,states,service,space,figure,foresight,fourth,support,school,100,won,situation,open,getting,17,enforcement,seems,centre,together,today,000,activities,point\",\"year\",\"first\",\"like\",\"also,most\",\"me\",\"new\",\"said,just\",\"people\",\"than\",\"her\",\"would\",\"what,which\",\"is\",\"if\",\"out\",\"so,up\",\"when\",\"its\",\"there\",\"more\",\"she\",\"our\",\"my\",\"had\",\"can\",\"were\",\"or\",\"one\",\"who,about\",\"that\",\"their\",\"been\",\"will\",\"all\",\"his\",\"a\",\"they\",\"but,t\",\"not\",\"an\",\"he\",\"the\",\"we\",\"has,from\",\"have\",\"by\",\"you\",\"at\",\"are\",\"be\",\"this\",\"with\",\"was\",\"as\",\"i\",\"on\",\"to\",\"for\",\"it\",\"and\",\"s\"],\"line\":{\"color\":\"crimson\",\"width\":3},\"name\":\"Zipf Predicted Frequency\",\"x\":[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],\"y\":[342,246,185,144,115,94,78,66,56,48,42,37,33,29,26,24,21,19,18,16,15,14,13,12,11,10,10,9,8,8,7,7,7,6,6,6,5,5,5,5,4,4,4,4,4,4,3,3,3,3,3,3,3,3,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0],\"type\":\"scatter\"}],\"layout\":{\"xaxis\":{\"range\":[0,100],\"title\":{\"text\":\"Word Rank\"}},\"template\":{\"data\":{\"candlestick\":[{\"decreasing\":{\"line\":{\"color\":\"#000033\"}},\"increasing\":{\"line\":{\"color\":\"#000032\"}},\"type\":\"candlestick\"}],\"contourcarpet\":[{\"colorscale\":[[0.0,\"#000011\"],[0.1111111111111111,\"#000012\"],[0.2222222222222222,\"#000013\"],[0.3333333333333333,\"#000014\"],[0.4444444444444444,\"#000015\"],[0.5555555555555556,\"#000016\"],[0.6666666666666666,\"#000017\"],[0.7777777777777778,\"#000018\"],[0.8888888888888888,\"#000019\"],[1.0,\"#000020\"]],\"type\":\"contourcarpet\"}],\"contour\":[{\"colorscale\":[[0.0,\"#000011\"],[0.1111111111111111,\"#000012\"],[0.2222222222222222,\"#000013\"],[0.3333333333333333,\"#000014\"],[0.4444444444444444,\"#000015\"],[0.5555555555555556,\"#000016\"],[0.6666666666666666,\"#000017\"],[0.7777777777777778,\"#000018\"],[0.8888888888888888,\"#000019\"],[1.0,\"#000020\"]],\"type\":\"contour\"}],\"heatmap\":[{\"colorscale\":[[0.0,\"#000011\"],[0.1111111111111111,\"#000012\"],[0.2222222222222222,\"#000013\"],[0.3333333333333333,\"#000014\"],[0.4444444444444444,\"#000015\"],[0.5555555555555556,\"#000016\"],[0.6666666666666666,\"#000017\"],[0.7777777777777778,\"#000018\"],[0.8888888888888888,\"#000019\"],[1.0,\"#000020\"]],\"type\":\"heatmap\"}],\"histogram2d\":[{\"colorscale\":[[0.0,\"#000011\"],[0.1111111111111111,\"#000012\"],[0.2222222222222222,\"#000013\"],[0.3333333333333333,\"#000014\"],[0.4444444444444444,\"#000015\"],[0.5555555555555556,\"#000016\"],[0.6666666666666666,\"#000017\"],[0.7777777777777778,\"#000018\"],[0.8888888888888888,\"#000019\"],[1.0,\"#000020\"]],\"type\":\"histogram2d\"}],\"icicle\":[{\"textfont\":{\"color\":\"white\"},\"type\":\"icicle\"}],\"sankey\":[{\"textfont\":{\"color\":\"#000036\"},\"type\":\"sankey\"}],\"scatter\":[{\"marker\":{\"line\":{\"width\":0}},\"type\":\"scatter\"}],\"table\":[{\"cells\":{\"fill\":{\"color\":\"#000038\"},\"font\":{\"color\":\"#000037\"},\"line\":{\"color\":\"#000039\"}},\"header\":{\"fill\":{\"color\":\"#000040\"},\"font\":{\"color\":\"#000036\"},\"line\":{\"color\":\"#000039\"}},\"type\":\"table\"}],\"waterfall\":[{\"connector\":{\"line\":{\"color\":\"#000036\",\"width\":2}},\"decreasing\":{\"marker\":{\"color\":\"#000033\"}},\"increasing\":{\"marker\":{\"color\":\"#000032\"}},\"totals\":{\"marker\":{\"color\":\"#000034\"}},\"type\":\"waterfall\"}]},\"layout\":{\"coloraxis\":{\"colorscale\":[[0.0,\"#000011\"],[0.1111111111111111,\"#000012\"],[0.2222222222222222,\"#000013\"],[0.3333333333333333,\"#000014\"],[0.4444444444444444,\"#000015\"],[0.5555555555555556,\"#000016\"],[0.6666666666666666,\"#000017\"],[0.7777777777777778,\"#000018\"],[0.8888888888888888,\"#000019\"],[1.0,\"#000020\"]]},\"colorscale\":{\"diverging\":[[0.0,\"#000021\"],[0.1,\"#000022\"],[0.2,\"#000023\"],[0.3,\"#000024\"],[0.4,\"#000025\"],[0.5,\"#000026\"],[0.6,\"#000027\"],[0.7,\"#000028\"],[0.8,\"#000029\"],[0.9,\"#000030\"],[1.0,\"#000031\"]],\"sequential\":[[0.0,\"#000011\"],[0.1111111111111111,\"#000012\"],[0.2222222222222222,\"#000013\"],[0.3333333333333333,\"#000014\"],[0.4444444444444444,\"#000015\"],[0.5555555555555556,\"#000016\"],[0.6666666666666666,\"#000017\"],[0.7777777777777778,\"#000018\"],[0.8888888888888888,\"#000019\"],[1.0,\"#000020\"]],\"sequentialminus\":[[0.0,\"#000011\"],[0.1111111111111111,\"#000012\"],[0.2222222222222222,\"#000013\"],[0.3333333333333333,\"#000014\"],[0.4444444444444444,\"#000015\"],[0.5555555555555556,\"#000016\"],[0.6666666666666666,\"#000017\"],[0.7777777777777778,\"#000018\"],[0.8888888888888888,\"#000019\"],[1.0,\"#000020\"]]},\"colorway\":[\"#000001\",\"#000002\",\"#000003\",\"#000004\",\"#000005\",\"#000006\",\"#000007\",\"#000008\",\"#000009\",\"#000010\"]}},\"title\":{\"text\":\"Word Counts, Observed and Predicted by Zipf\"},\"yaxis\":{\"title\":{\"text\":\"Frequency\"}},\"legend\":{\"yanchor\":\"top\",\"y\":0.99,\"xanchor\":\"left\",\"x\":0.1}}}" \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/identity_terms.json b/cache_dir/hate_speech18_default_train_text/associations/identity_terms.json new file mode 100644 index 0000000000000000000000000000000000000000..4e7ce762cdca2758acdd2f3bda5df49e8c183028 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/identity_terms.json @@ -0,0 +1 @@ +["man", "woman", "gay", "straight", "she", "her", "he", "him", "his", "they", "them", "their", "himself"] \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-he.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-he.json new file mode 100644 index 0000000000000000000000000000000000000000..c60466f82b3a10b26db9f20112e2b9014f677cca --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-he.json @@ -0,0 +1 @@ +{"000": {"gay - he": 0.17738637541472352, "gay": 0.31165756557094787, "he": 0.13427119015622435}, "100": {"gay - he": 0.1769336024497735, "gay": 0.3161675396474623, "he": 0.1392339371976888}, "12": {"gay - he": 0.17521286643168854, "gay": 0.33261435005594214, "he": 0.1574014836242536}, "9": {"gay - he": 0.17653500987958262, "gay": 0.32007192514348526, "he": 0.14353691526390264}, "a": {"gay - he": -0.061252744284570004, "gay": 0.3185280405536974, "he": 0.3797807848382674}, "abomination": {"gay - he": 0.16491739552633516, "gay": 0.4150039721576905, "he": 0.25008657663135536}, "about": {"gay - he": -0.08715256210500585, "gay": 0.18081489463779463, "he": 0.2679674567428005}, "absolute": {"gay - he": 0.1693351855343477, "gay": 0.382357289307344, "he": 0.21302210377299627}, "action": {"gay - he": 0.12633334899070245, "gay": 0.3395282081788679, "he": 0.21319485918816547}, "actors": {"gay - he": 0.16491739552633516, "gay": 0.4150039721576905, "he": 0.25008657663135536}, "agree": {"gay - he": 0.17461819812898435, "gay": 0.338066692043886, "he": 0.16344849391490165}, "all": {"gay - he": 0.01471027055734736, "gay": 0.26638660997311403, "he": 0.25167633941576667}, "an": {"gay - he": -0.04773439709039809, "gay": 0.20416605708002697, "he": 0.25190045417042506}, "and": {"gay - he": -0.024372722203252928, "gay": 0.3426108028061029, "he": 0.3669835250093558}, "anti": {"gay - he": 0.18293652971135493, "gay": 0.44879343989113013, "he": 0.2658569101797752}, "any": {"gay - he": 0.07990103047764086, "gay": 0.23036131214393932, "he": 0.15046028166629846}, "apparently": {"gay - he": 0.09510971811710323, "gay": 0.3551335293325131, "he": 0.26002381121540985}, "are": {"gay - he": 0.18719194589819607, "gay": 0.37451165546260606, "he": 0.18731970956441}, "around": {"gay - he": 0.019300073816229946, "gay": 0.24230142905520102, "he": 0.22300135523897108}, "as": {"gay - he": 0.0582523847291459, "gay": 0.30561045965241845, "he": 0.24735807492327255}, "at": {"gay - he": 0.023375182082137236, "gay": 0.2855405370323465, "he": 0.26216535495020926}, "b": {"gay - he": 0.12747904924312506, "gay": 0.32653347516450876, "he": 0.1990544259213837}, "back": {"gay - he": -0.040905195612050804, "gay": 0.2292298231880766, "he": 0.2701350188001274}, "bbc": {"gay - he": 0.17189642053095264, "gay": 0.3617297305324054, "he": 0.1898333100014528}, "be": {"gay - he": -0.04780436698709864, "gay": 0.2225641675538312, "he": 0.27036853454092985}, "beautiful": {"gay - he": 0.17795105777042608, "gay": 0.3059150773895706, "he": 0.1279640196191445}, "because": {"gay - he": 0.06439279520170654, "gay": 0.3435654563470742, "he": 0.27917266114536765}, "behind": {"gay - he": 0.07528914026481356, "gay": 0.3190684929780839, "he": 0.2437793527132703}, "believe": {"gay - he": 0.12983365727516433, "gay": 0.2979486935218571, "he": 0.16811503624669277}, "below": {"gay - he": 0.17355277318600001, "gay": 0.34756942251574136, "he": 0.17401664932974134}, "better": {"gay - he": 0.05863797249173108, "gay": 0.28978772395843566, "he": 0.23114975146670458}, "blood": {"gay - he": 0.1772107752633039, "gay": 0.31341637660997984, "he": 0.13620560134667595}, "book": {"gay - he": 0.17653500987958262, "gay": 0.32007192514348526, "he": 0.14353691526390264}, "brother": {"gay - he": 0.07470889145348364, "gay": 0.3288797483035058, "he": 0.25417085685002216}, "brown": {"gay - he": 0.07690553205331574, "gay": 0.2903758635860459, "he": 0.21347033153273015}, "but": {"gay - he": 0.005991778145986004, "gay": 0.2696359246510539, "he": 0.2636441465050679}, "by": {"gay - he": 0.03545292174868361, "gay": 0.2661766556423075, "he": 0.2307237338936239}, "called": {"gay - he": 0.09893137465203794, "gay": 0.30215229058316906, "he": 0.20322091593113112}, "care": {"gay - he": 0.07586303861267321, "gay": 0.30912211344576335, "he": 0.23325907483309014}, "charity": {"gay - he": 0.15835404374043954, "gay": 0.4583216697345582, "he": 0.29996762599411864}, "children": {"gay - he": 0.1870850908960379, "gay": 0.3787406693376116, "he": 0.1916555784415737}, "christ": {"gay - he": 0.09510971811710323, "gay": 0.3551335293325131, "he": 0.26002381121540985}, "city": {"gay - he": 0.2695728035676742, "gay": 0.42642749753303844, "he": 0.15685469396536425}, "come": {"gay - he": 0.18144814461937342, "gay": 0.2667991684867617, "he": 0.08535102386738831}, "community": {"gay - he": 0.1627304936318713, "gay": 0.37894431128282685, "he": 0.21621381765095554}, "company": {"gay - he": 0.12560066232333922, "gay": 0.34756942251574136, "he": 0.22196876019240214}, "council": {"gay - he": 0.16882605476199727, "gay": 0.38629541978740645, "he": 0.21746936502540917}, "country": {"gay - he": 0.01904781955998927, "gay": 0.25355272073990537, "he": 0.2345049011799161}, "crime": {"gay - he": 0.17895910553851668, "gay": 0.2953110512667621, "he": 0.11635194572824543}, "criminal": {"gay - he": 0.1248948338980391, "gay": 0.3551335293325131, "he": 0.23023869543447398}, "culture": {"gay - he": 0.17779700443258864, "gay": 0.30749512414184604, "he": 0.1296981197092574}, "date": {"gay - he": 0.17217160349646127, "gay": 0.35942526552315907, "he": 0.1872536620266978}, "dating": {"gay - he": 0.1693351855343477, "gay": 0.382357289307344, "he": 0.21302210377299627}, "day": {"gay - he": 0.008529357343040528, "gay": 0.23911272931733032, "he": 0.2305833719742898}, "destroyed": {"gay - he": 0.16882605476199727, "gay": 0.38629541978740645, "he": 0.21746936502540917}, "destroys": {"gay - he": 0.16491739552633516, "gay": 0.4150039721576905, "he": 0.25008657663135536}, "do": {"gay - he": 0.10917990773342734, "gay": 0.311483384651383, "he": 0.20230347691795564}, "done": {"gay - he": 0.09867864784099581, "gay": 0.3059150773895706, "he": 0.20723642954857477}, "down": {"gay - he": 0.008393281144603332, "gay": 0.24709787486507354, "he": 0.2387045937204702}, "drugs": {"gay - he": 0.12323024304154395, "gay": 0.37232752764639504, "he": 0.2490972846048511}, "dude": {"gay - he": 0.12181614729066603, "gay": 0.38629541978740645, "he": 0.2644792724967404}, "entertainment": {"gay - he": 0.16882605476199727, "gay": 0.38629541978740645, "he": 0.21746936502540917}, "even": {"gay - he": 0.07627962887650877, "gay": 0.3109417374610052, "he": 0.2346621085844964}, "event": {"gay - he": 0.2767380861202593, "gay": 0.4469947365571956, "he": 0.1702566504369363}, "ever": {"gay - he": 0.030770743061858202, "gay": 0.2625623962620298, "he": 0.23179165320017162}, "expressed": {"gay - he": 0.1635397605996387, "gay": 0.42455359297590844, "he": 0.26101383237626974}, "face": {"gay - he": 0.1281158712274236, "gay": 0.3190684929780839, "he": 0.19095262175066027}, "fag": {"gay - he": 0.1697957274784116, "gay": 0.37875102274642025, "he": 0.20895529526800866}, "family": {"gay - he": 0.16561113457537988, "gay": 0.3550373950852266, "he": 0.1894262605098467}, "fights": {"gay - he": 0.16825699422034043, "gay": 0.3906388455418885, "he": 0.22238185132154806}, "fine": {"gay - he": 0.17189642053095264, "gay": 0.3617297305324054, "he": 0.1898333100014528}, "first": {"gay - he": 0.09826148400253454, "gay": 0.3231548763674664, "he": 0.2248933923649319}, "florida": {"gay - he": 0.17267825463660696, "gay": 0.3551335293325131, "he": 0.1824552746959061}, "foot": {"gay - he": 0.17096033666346436, "gay": 0.36943522826319725, "he": 0.1984748915997329}, "for": {"gay - he": 0.04203589654557438, "gay": 0.3102720307063573, "he": 0.2682361341607829}, "force": {"gay - he": 0.12646456662241373, "gay": 0.338066692043886, "he": 0.21160212542147228}, "forced": {"gay - he": 0.12526377096011423, "gay": 0.3512013387422007, "he": 0.22593756778208648}, "friends": {"gay - he": 0.2460984674309859, "gay": 0.34976809161424605, "he": 0.10366962418326016}, "from": {"gay - he": 0.1158023612882576, "gay": 0.3930186576832394, "he": 0.2772162963949818}, "full": {"gay - he": 0.19360377258936057, "gay": 0.37559975753270997, "he": 0.1819959849433494}, "future": {"gay - he": 0.17729944684261317, "gay": 0.3125297991722355, "he": 0.13523035232962233}, "gay": {"gay - he": 0.5063305554617122, "gay": 0.7119961014565707, "he": 0.2056655459948584}, "glad": {"gay - he": 0.1744567370049001, "gay": 0.3395282081788679, "he": 0.1650714711739678}, "god": {"gay - he": 0.05879143569806347, "gay": 0.2863788706607983, "he": 0.22758743496273484}, "government": {"gay - he": 0.0991200482721368, "gay": 0.29931518665119283, "he": 0.20019513837905603}, "grandmother": {"gay - he": 0.16686838662037748, "gay": 0.40099347696909554, "he": 0.23412509034871806}, "great": {"gay - he": 0.1333509132206554, "gay": 0.24887777212404738, "he": 0.11552685890339198}, "group": {"gay - he": 0.19688174757038462, "gay": 0.3507832518628138, "he": 0.15390150429242916}, "gypsy": {"gay - he": 0.16491739552633516, "gay": 0.4150039721576905, "he": 0.25008657663135536}, "hall": {"gay - he": 0.23026517368454782, "gay": 0.4432872774575441, "he": 0.21302210377299627}, "has": {"gay - he": -0.01723365382580061, "gay": 0.28341107790892084, "he": 0.30064473173472145}, "have": {"gay - he": 0.011147297710657367, "gay": 0.2655600483084889, "he": 0.2544127505978315}, "he": {"gay - he": -0.37155251125900296, "gay": 0.2808250738851172, "he": 0.6523775851441201}, "head": {"gay - he": 0.12803117416728096, "gay": 0.32007192514348526, "he": 0.1920407509762043}, "hell": {"gay - he": 0.19566614738959637, "gay": 0.36024727464174416, "he": 0.1645811272521478}, "here": {"gay - he": -0.0007532894549242553, "gay": 0.19425900171109664, "he": 0.1950122911660209}, "high": {"gay - he": 0.24510884665135815, "gay": 0.3567200648421205, "he": 0.11161121819076233}, "his": {"gay - he": -0.09354655330382217, "gay": 0.3083489917165534, "he": 0.40189554502037556}, "hitchens": {"gay - he": 0.16161044184355888, "gay": 0.43749554732791246, "he": 0.2758851054843536}, "home": {"gay - he": 0.03084394538641977, "gay": 0.260008194091471, "he": 0.22916424870505125}, "how": {"gay - he": 0.021183231570830796, "gay": 0.28682993066969575, "he": 0.26564669909886496}, "i": {"gay - he": -0.10775860597573961, "gay": 0.17268396469878788, "he": 0.2804425706745275}, "identity": {"gay - he": 0.12351611652712177, "gay": 0.36943522826319725, "he": 0.24591911173607547}, "if": {"gay - he": -0.03409289914555852, "gay": 0.2779347513604833, "he": 0.3120276505060418}, "immigration": {"gay - he": 0.12646456662241373, "gay": 0.338066692043886, "he": 0.21160212542147228}, "important": {"gay - he": 0.19026948108105285, "gay": 0.39882162123994974, "he": 0.2085521401588969}, "in": {"gay - he": 0.068494246918827, "gay": 0.37530818831793283, "he": 0.30681394139910584}, "is": {"gay - he": 0.10099494242465323, "gay": 0.4381859402767081, "he": 0.33719099785205486}, "it": {"gay - he": 0.028729704199353445, "gay": 0.31140576525999647, "he": 0.282676061060643}, "its": {"gay - he": 0.2513040389413843, "gay": 0.3091159590657023, "he": 0.057811920124317934}, "jews": {"gay - he": 0.030671659035729132, "gay": 0.26600709842686715, "he": 0.23533543939113802}, "job": {"gay - he": 0.12819871647768397, "gay": 0.3180837706829696, "he": 0.18988505420528565}, "keep": {"gay - he": 0.12499739129776155, "gay": 0.34976809161424605, "he": 0.2247707003164845}, "kids": {"gay - he": 0.17049927900835937, "gay": 0.30937364631173786, "he": 0.1388743673033785}, "kill": {"gay - he": 0.1753502445426225, "gay": 0.33133876373232385, "he": 0.15598851918970136}, "know": {"gay - he": 0.08862776074059384, "gay": 0.2866457459731065, "he": 0.19801798523251266}, "last": {"gay - he": 0.14128163698290044, "gay": 0.3641396245458601, "he": 0.22285798756295963}, "laugh": {"gay - he": 0.12646456662241373, "gay": 0.338066692043886, "he": 0.21160212542147228}, "law": {"gay - he": 0.12767212718281976, "gay": 0.32428932025254026, "he": 0.1966171930697205}, "lies": {"gay - he": 0.12426613925162161, "gay": 0.3617297305324054, "he": 0.23746359128078381}, "like": {"gay - he": -0.11845065206221406, "gay": 0.15812117337320947, "he": 0.2765718254354235}, "limerick": {"gay - he": 0.16761215069753002, "gay": 0.3954892471925377, "he": 0.22787709649500767}, "long": {"gay - he": 0.10073358221402148, "gay": 0.2739778398397057, "he": 0.1732442576256842}, "look": {"gay - he": 0.07897348908870405, "gay": 0.2500918886982128, "he": 0.17111839960950875}, "m": {"gay - he": 0.10122668149913028, "gay": 0.280151186098834, "he": 0.17892450459970372}, "man": {"gay - he": -0.0016594269392355976, "gay": 0.2671990310042123, "he": 0.26885845794344787}, "many": {"gay - he": 0.04511838105975549, "gay": 0.23757348901626313, "he": 0.19245510795650764}, "marriage": {"gay - he": 0.26491986131068296, "gay": 0.5435004565773559, "he": 0.27858059526667295}, "married": {"gay - he": 0.1693351855343477, "gay": 0.382357289307344, "he": 0.21302210377299627}, "may": {"gay - he": 0.12433447802488334, "gay": 0.3567200648421205, "he": 0.23238558681723714}, "me": {"gay - he": -0.07167714240895412, "gay": 0.18463418472863086, "he": 0.256311327137585}, "men": {"gay - he": 0.07652765846478529, "gay": 0.29727767112932063, "he": 0.22075001266453534}, "moment": {"gay - he": 0.17355277318600001, "gay": 0.34756942251574136, "he": 0.17401664932974134}, "mostly": {"gay - he": 0.17461819812898435, "gay": 0.338066692043886, "he": 0.16344849391490165}, "mr": {"gay - he": 0.07356458494253365, "gay": 0.34756942251574136, "he": 0.2740048375732077}, "much": {"gay - he": 0.044549468435969575, "gay": 0.2542023775907844, "he": 0.20965290915481483}, "my": {"gay - he": 0.038711686471275764, "gay": 0.32366394250068425, "he": 0.2849522560294085}, "n": {"gay - he": 0.12372028341243141, "gay": 0.34108789456279964, "he": 0.21736761115036823}, "near": {"gay - he": 0.1764295636601992, "gay": 0.32109485503361107, "he": 0.14466529137341186}, "negro": {"gay - he": 0.018448451324026838, "gay": 0.28010381733991385, "he": 0.261655366015887}, "new": {"gay - he": 0.031786737904528184, "gay": 0.22637172048019993, "he": 0.19458498257567175}, "nice": {"gay - he": 0.12967135485934653, "gay": 0.3000110950503858, "he": 0.17033974019103928}, "no": {"gay - he": 0.04290081318093292, "gay": 0.2672907979249346, "he": 0.22438998474400168}, "non": {"gay - he": 0.10154750486338518, "gay": 0.2603668053595391, "he": 0.15881930049615392}, "not": {"gay - he": -0.002185299294973464, "gay": 0.27139049502137347, "he": 0.27357579431634693}, "nothing": {"gay - he": 0.03042770792262567, "gay": 0.27442758541300943, "he": 0.24399987749038377}, "now": {"gay - he": 0.01945588919848973, "gay": 0.23532849499281197, "he": 0.21587260579432224}, "of": {"gay - he": 0.10242619328633762, "gay": 0.4214432869429458, "he": 0.3190170936566082}, "off": {"gay - he": 0.01892657222557731, "gay": 0.2589443973588688, "he": 0.2400178251332915}, "old": {"gay - he": 0.04921926719506431, "gay": 0.30659384821051305, "he": 0.25737458101544874}, "on": {"gay - he": 0.01894077297261415, "gay": 0.3198189922109506, "he": 0.30087821923833646}, "one": {"gay - he": -0.007102970888028359, "gay": 0.25634831498795535, "he": 0.2634512858759837}, "open": {"gay - he": 0.16294263585961455, "gay": 0.37724496388948203, "he": 0.21430232802986748}, "opinion": {"gay - he": 0.12378247350074978, "gay": 0.36671849966113956, "he": 0.24293602616038978}, "or": {"gay - he": 0.028411203103171134, "gay": 0.2779347513604833, "he": 0.24952354825731216}, "our": {"gay - he": 0.032548806128037955, "gay": 0.19809577398502629, "he": 0.16554696785698833}, "out": {"gay - he": -0.006974367597928521, "gay": 0.24425524741621196, "he": 0.2512296150141405}, "over": {"gay - he": 0.04490219608110432, "gay": 0.24395486781234127, "he": 0.19905267173123695}, "own": {"gay - he": 0.04456078313489689, "gay": 0.25387672954364016, "he": 0.20931594640874326}, "parades": {"gay - he": 0.15835404374043954, "gay": 0.4583216697345582, "he": 0.29996762599411864}, "party": {"gay - he": 0.07545801330830934, "gay": 0.3161675396474623, "he": 0.24070952633915296}, "people": {"gay - he": 0.15047886697241109, "gay": 0.35229538975976327, "he": 0.20181652278735218}, "peter": {"gay - he": 0.12222047050801077, "gay": 0.382357289307344, "he": 0.2601368187993332}, "place": {"gay - he": 0.10047661776583064, "gay": 0.27815148075575324, "he": 0.1776748629899226}, "please": {"gay - he": 0.1799662359739384, "gay": 0.28421210679182835, "he": 0.10424587081788993}, "pride": {"gay - he": 0.26389308443537196, "gay": 0.4527303153136059, "he": 0.18883723087823395}, "protect": {"gay - he": 0.17129317790580006, "gay": 0.36671849966113956, "he": 0.1954253217553395}, "proud": {"gay - he": 0.1931395509263915, "gay": 0.37894431128282685, "he": 0.18580476035643534}, "quebec": {"gay - he": 0.16491739552633516, "gay": 0.4150039721576905, "he": 0.25008657663135536}, "question": {"gay - he": 0.17291257809089228, "gay": 0.35312657766807953, "he": 0.18021399957718726}, "race": {"gay - he": 0.21440403246061215, "gay": 0.34782524740034015, "he": 0.133421214939728}, "racist": {"gay - he": 0.05852969889337373, "gay": 0.2921771536484656, "he": 0.23364745475509185}, "rag": {"gay - he": 0.1635397605996387, "gay": 0.42455359297590844, "he": 0.26101383237626974}, "re": {"gay - he": 0.1696447377242266, "gay": 0.31792348313485363, "he": 0.14827874541062702}, "right": {"gay - he": -0.018822492373042565, "gay": 0.2603668053595391, "he": 0.27918929773258166}, "s": {"gay - he": 0.01770412186746606, "gay": 0.3521118307945456, "he": 0.33440770892707955}, "same": {"gay - he": 0.04471280035069369, "gay": 0.24948200409660323, "he": 0.20476920374590954}, "say": {"gay - he": 0.03425830479608122, "gay": 0.3013652923481402, "he": 0.26710698755205897}, "school": {"gay - he": -0.018741337451592233, "gay": 0.22702091484815176, "he": 0.245762252299744}, "schools": {"gay - he": 0.17962276318082276, "gay": 0.28805831856474234, "he": 0.10843555538391958}, "seen": {"gay - he": 0.030387793880168906, "gay": 0.27579722769484927, "he": 0.24540943381468036}, "should": {"gay - he": -0.06525606529976707, "gay": 0.22900573425168919, "he": 0.29426179955145626}, "sick": {"gay - he": 0.1265914612197919, "gay": 0.3366469365003771, "he": 0.21005547528058519}, "so": {"gay - he": -0.010036203098408802, "gay": 0.2869969161341534, "he": 0.2970331192325622}, "some": {"gay - he": 0.09965203981490436, "gay": 0.34640811119034154, "he": 0.24675607137543717}, "something": {"gay - he": 0.1448649937081967, "gay": 0.3347887912404371, "he": 0.1899237975322404}, "sorry": {"gay - he": 0.09804043965061457, "gay": 0.31523467943364913, "he": 0.21719423978303457}, "sort": {"gay - he": 0.17393563938178006, "gay": 0.34419228981871636, "he": 0.1702566504369363}, "start": {"gay - he": 0.13150300683090743, "gay": 0.27579722769484927, "he": 0.14429422086394184}, "strange": {"gay - he": 0.17189642053095264, "gay": 0.3617297305324054, "he": 0.1898333100014528}, "support": {"gay - he": 0.14116559822398503, "gay": 0.37021869330725493, "he": 0.2290530950832699}, "suspected": {"gay - he": 0.16761215069753002, "gay": 0.3954892471925377, "he": 0.22787709649500767}, "t": {"gay - he": 0.11199791507961179, "gay": 0.33801346795189585, "he": 0.22601555287228406}, "target": {"gay - he": 0.16882605476199727, "gay": 0.38629541978740645, "he": 0.21746936502540917}, "teacher": {"gay - he": 0.07566804210263703, "gay": 0.3125297991722355, "he": 0.23686175706959847}, "teaches": {"gay - he": 0.16825699422034043, "gay": 0.3906388455418885, "he": 0.22238185132154806}, "that": {"gay - he": 0.05570780861016883, "gay": 0.3585699924174608, "he": 0.30286218380729196}, "the": {"gay - he": 0.007273566310951329, "gay": 0.36692477768705334, "he": 0.359651211376102}, "their": {"gay - he": 0.11785346772073212, "gay": 0.2363630406174499, "he": 0.11850957289671778}, "thelgbt": {"gay - he": 0.15835404374043954, "gay": 0.4583216697345582, "he": 0.29996762599411864}, "then": {"gay - he": 0.027532222681755703, "gay": 0.29504761147136205, "he": 0.26751538878960635}, "there": {"gay - he": 0.1040366888254306, "gay": 0.23341124655175383, "he": 0.12937455772632322}, "these": {"gay - he": 0.12965175112721994, "gay": 0.29630683450188333, "he": 0.1666550833746634}, "they": {"gay - he": 0.1501959395252372, "gay": 0.34159740274887285, "he": 0.19140146322363566}, "thing": {"gay - he": 0.07820438842436003, "gay": 0.2656148204121383, "he": 0.18741043198777826}, "think": {"gay - he": 0.019688625716903385, "gay": 0.2248800432261317, "he": 0.2051914175092283}, "this": {"gay - he": 0.12283247174480053, "gay": 0.3672135959579981, "he": 0.24438112421319755}, "those": {"gay - he": 0.07972898105276369, "gay": 0.23411265125295821, "he": 0.15438367020019453}, "time": {"gay - he": -0.0102813320650334, "gay": 0.22466952322641592, "he": 0.23495085529144932}, "to": {"gay - he": -0.0022200522657689348, "gay": 0.3492553272265888, "he": 0.35147537949235774}, "too": {"gay - he": -0.010383809411339373, "gay": 0.2378275985166722, "he": 0.24821140792801158}, "true": {"gay - he": 0.1774716251979396, "gay": 0.31079918171796506, "he": 0.13332755652002545}, "trump": {"gay - he": 0.16491739552633516, "gay": 0.4150039721576905, "he": 0.25008657663135536}, "turn": {"gay - he": 0.12819871647768397, "gay": 0.3180837706829696, "he": 0.18988505420528565}, "use": {"gay - he": 0.13143558299692581, "gay": 0.27672789871782166, "he": 0.14529231572089585}, "values": {"gay - he": 0.12378247350074978, "gay": 0.36671849966113956, "he": 0.24293602616038978}, "very": {"gay - he": 0.019382929808029692, "gay": 0.2385957277700314, "he": 0.21921279796200172}, "video": {"gay - he": 0.1711271392172227, "gay": 0.35867025318793766, "he": 0.18754311397071496}, "vile": {"gay - he": 0.1693351855343477, "gay": 0.382357289307344, "he": 0.21302210377299627}, "want": {"gay - he": 0.1031516042018843, "gay": 0.23151170399808113, "he": 0.12836009979619684}, "wants": {"gay - he": 0.04195254183378094, "gay": 0.32428932025254026, "he": 0.2823367784187593}, "was": {"gay - he": -0.07548574712633749, "gay": 0.2944540472351808, "he": 0.3699397943615183}, "watch": {"gay - he": 0.07880502581214097, "gay": 0.25355272073990537, "he": 0.1747476949277644}, "waving": {"gay - he": 0.16161044184355888, "gay": 0.43749554732791246, "he": 0.2758851054843536}, "we": {"gay - he": 0.022641983102070162, "gay": 0.23082566482210376, "he": 0.2081836817200336}, "well": {"gay - he": 0.14323296614614073, "gay": 0.34577235744526535, "he": 0.20253939129912463}, "were": {"gay - he": 0.08012982954091494, "gay": 0.22530299430375167, "he": 0.14517316476283673}, "what": {"gay - he": -0.06592255230736821, "gay": 0.1967951157977903, "he": 0.2627176681051585}, "when": {"gay - he": 0.032256071774642125, "gay": 0.3108573159478735, "he": 0.2786012441732314}, "white": {"gay - he": 0.010893701329996786, "gay": 0.27661790299960726, "he": 0.26572420166961047}, "who": {"gay - he": 0.09374101542073476, "gay": 0.34107328384903, "he": 0.24733226842829525}, "whole": {"gay - he": 0.17755525694274688, "gay": 0.30995417918642315, "he": 0.13239892224367628}, "will": {"gay - he": 0.05507334826012744, "gay": 0.2860229890669719, "he": 0.23094964080684444}, "with": {"gay - he": 0.050099449346127145, "gay": 0.3638724653524244, "he": 0.31377301600629726}, "wo": {"gay - he": 0.17521286643168854, "gay": 0.33261435005594214, "he": 0.1574014836242536}, "work": {"gay - he": 0.18015040022915832, "gay": 0.2821223288815718, "he": 0.10197192865241347}, "would": {"gay - he": -0.06608614500723725, "gay": 0.18724593446254018, "he": 0.2533320794697774}, "wrong": {"gay - he": 0.05736490689202961, "gay": 0.3171170182430329, "he": 0.2597521113510033}, "wrote": {"gay - he": 0.17021607574264438, "gay": 0.3754217905526198, "he": 0.20520571480997543}, "years": {"gay - he": 0.008479531699604748, "gay": 0.24202981083724698, "he": 0.23355027913764223}, "you": {"gay - he": 0.055327238703938214, "gay": 0.27943720606107747, "he": 0.22410996735713926}, "your": {"gay - he": 0.18689020476468057, "gay": 0.35035626059064096, "he": 0.16346605582596038}, "youtube": {"gay - he": 0.2225656394186315, "gay": 0.36295106138187816, "he": 0.14038542196324666}, "yr": {"gay - he": 0.16598998036377666, "gay": 0.4073755921177137, "he": 0.24138561175393702}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-her.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-her.json new file mode 100644 index 0000000000000000000000000000000000000000..50ec91a5fd0f835065058afb051551808f692904 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-her.json @@ -0,0 +1 @@ +{"000": {"gay - her": 0.15954256739385134, "gay": 0.31165756557094787, "her": 0.15211499817709653}, "12": {"gay - her": 0.07592336878594652, "gay": 0.33261435005594214, "her": 0.2566909812699956}, "9": {"gay - her": 0.1586849719485988, "gay": 0.32007192514348526, "her": 0.16138695319488647}, "a": {"gay - her": -0.014789820392295427, "gay": 0.3185280405536974, "her": 0.3333178609459928}, "about": {"gay - her": -0.06971511711690884, "gay": 0.18081489463779463, "her": 0.25053001175470346}, "actors": {"gay - her": 0.14730819658380334, "gay": 0.4150039721576905, "her": 0.2676957755738872}, "all": {"gay - her": 0.09019745768831977, "gay": 0.26638660997311403, "her": 0.17618915228479426}, "an": {"gay - her": 0.022377904396029047, "gay": 0.20416605708002697, "her": 0.18178815268399792}, "and": {"gay - her": -0.03391803581733721, "gay": 0.3426108028061029, "her": 0.3765288386234401}, "anti": {"gay - her": 0.27569525987306814, "gay": 0.44879343989113013, "her": 0.173098180018062}, "any": {"gay - her": 0.05774871161176301, "gay": 0.23036131214393932, "her": 0.1726126005321763}, "apparently": {"gay - her": 0.10529906192141741, "gay": 0.3551335293325131, "her": 0.24983446741109566}, "are": {"gay - her": 0.21138849600154358, "gay": 0.37451165546260606, "her": 0.16312315946106248}, "around": {"gay - her": -0.0056877634997913595, "gay": 0.24230142905520102, "her": 0.24798919255499238}, "as": {"gay - her": 0.08097623806808626, "gay": 0.30561045965241845, "her": 0.2246342215843322}, "aside": {"gay - her": 0.14730819658380334, "gay": 0.4150039721576905, "her": 0.2676957755738872}, "at": {"gay - her": 0.013313610629097528, "gay": 0.2855405370323465, "her": 0.27222692640324897}, "back": {"gay - her": -0.061746849360930556, "gay": 0.2292298231880766, "her": 0.29097667254900716}, "be": {"gay - her": 0.0009958364087044314, "gay": 0.2225641675538312, "her": 0.22156833114512678}, "beating": {"gay - her": 0.15108219449110677, "gay": 0.38629541978740645, "her": 0.23521322529629968}, "beautiful": {"gay - her": 0.054093008875430004, "gay": 0.3059150773895706, "her": 0.2518220685141406}, "because": {"gay - her": 0.11901308731373658, "gay": 0.3435654563470742, "her": 0.2245523690333376}, "behind": {"gay - her": 0.034636242740130885, "gay": 0.3190684929780839, "her": 0.284432250237953}, "believe": {"gay - her": 0.1608881421838413, "gay": 0.2979486935218571, "her": 0.1370605513380158}, "better": {"gay - her": 0.11069529097325664, "gay": 0.28978772395843566, "her": 0.17909243298517902}, "blood": {"gay - her": 0.1593653064679297, "gay": 0.31341637660997984, "her": 0.15405107014205013}, "brother": {"gay - her": 0.10757604274056085, "gay": 0.3288797483035058, "her": 0.22130370556294496}, "brown": {"gay - her": 0.16160412733130933, "gay": 0.2903758635860459, "her": 0.12877173625473656}, "btw": {"gay - her": 0.15460680089522819, "gay": 0.35723006123906836, "her": 0.20262326034384018}, "bulgarian": {"gay - her": 0.15157712246251842, "gay": 0.382357289307344, "her": 0.23078016684482555}, "but": {"gay - her": 0.032545196989099995, "gay": 0.2696359246510539, "her": 0.2370907276619539}, "by": {"gay - her": -0.0070617868489885605, "gay": 0.2661766556423075, "her": 0.2732384424912961}, "called": {"gay - her": 0.1097435936129586, "gay": 0.30215229058316906, "her": 0.19240869697021046}, "care": {"gay - her": 0.10919292388775276, "gay": 0.30912211344576335, "her": 0.1999291895580106}, "children": {"gay - her": 0.18899488073782725, "gay": 0.3787406693376116, "her": 0.18974578859978433}, "city": {"gay - her": 0.30080598219329696, "gay": 0.42642749753303844, "her": 0.12562151533974147}, "classes": {"gay - her": 0.15460680089522819, "gay": 0.35723006123906836, "her": 0.20262326034384018}, "come": {"gay - her": 0.0367125289755009, "gay": 0.2667991684867617, "her": 0.23008663951126082}, "community": {"gay - her": 0.17340223616223732, "gay": 0.37894431128282685, "her": 0.20554207512058953}, "country": {"gay - her": 0.11329967146461603, "gay": 0.25355272073990537, "her": 0.14025304927528934}, "crime": {"gay - her": 0.16113972293143186, "gay": 0.2953110512667621, "her": 0.13417132833533024}, "criminal": {"gay - her": 0.1548496163630329, "gay": 0.3551335293325131, "her": 0.20028391296948017}, "day": {"gay - her": 0.057347107108349726, "gay": 0.23911272931733032, "her": 0.1817656222089806}, "do": {"gay - her": 0.12378507758263585, "gay": 0.311483384651383, "her": 0.18769830706874713}, "done": {"gay - her": 0.07767727515941295, "gay": 0.3059150773895706, "her": 0.22823780223015763}, "down": {"gay - her": 0.056975685537358406, "gay": 0.24709787486507354, "her": 0.19012218932771513}, "drag": {"gay - her": 0.15052998311903482, "gay": 0.3906388455418885, "her": 0.24010886242285367}, "drug": {"gay - her": 0.1559063012833136, "gay": 0.3458514332334042, "her": 0.18994513195009063}, "dude": {"gay - her": 0.10240465324858178, "gay": 0.38629541978740645, "her": 0.28389076653882467}, "even": {"gay - her": 0.18181730885237013, "gay": 0.3109417374610052, "her": 0.12912442860863504}, "events": {"gay - her": 0.15508062471355313, "gay": 0.35312657766807953, "her": 0.1980459529545264}, "ever": {"gay - her": 0.05624283530765817, "gay": 0.2625623962620298, "her": 0.20631956095437165}, "face": {"gay - her": 0.10838929714400022, "gay": 0.3190684929780839, "her": 0.21067919583408365}, "family": {"gay - her": 0.10166444066136943, "gay": 0.3550373950852266, "her": 0.25337295442385716}, "famous": {"gay - her": 0.15243547090063683, "gay": 0.3754217905526198, "her": 0.22298631965198298}, "first": {"gay - her": 0.0739241761363977, "gay": 0.3231548763674664, "her": 0.24923070023106872}, "florida": {"gay - her": 0.1548496163630329, "gay": 0.3551335293325131, "her": 0.20028391296948017}, "for": {"gay - her": 0.049538317370451446, "gay": 0.3102720307063573, "her": 0.26073371333590584}, "forced": {"gay - her": 0.15530091234649396, "gay": 0.3512013387422007, "her": 0.19590042639570676}, "friends": {"gay - her": 0.1212984951702083, "gay": 0.34976809161424605, "her": 0.22846959644403775}, "from": {"gay - her": 0.13126973269181075, "gay": 0.3930186576832394, "her": 0.26174892499142866}, "future": {"gay - her": 0.1594547915796594, "gay": 0.3125297991722355, "her": 0.1530750075925761}, "god": {"gay - her": 0.16197422199364497, "gay": 0.2863788706607983, "her": 0.12440464866715333}, "great": {"gay - her": 0.11361573577893641, "gay": 0.24887777212404738, "her": 0.13526203634511097}, "group": {"gay - her": 0.228160745004621, "gay": 0.3507832518628138, "her": 0.12262250685819279}, "hall": {"gay - her": 0.21250711061271854, "gay": 0.4432872774575441, "her": 0.23078016684482555}, "has": {"gay - her": 0.05219392225376129, "gay": 0.28341107790892084, "her": 0.23121715565515955}, "have": {"gay - her": 0.06948437243614464, "gay": 0.2655600483084889, "her": 0.19607567587234426}, "he": {"gay - her": 0.06386006944929673, "gay": 0.2808250738851172, "her": 0.21696500443582045}, "head": {"gay - her": 0.10830706042536822, "gay": 0.32007192514348526, "her": 0.21176486471811704}, "hell": {"gay - her": 0.12024107027378536, "gay": 0.36024727464174416, "her": 0.2400062043679588}, "here": {"gay - her": -0.01642451679722376, "gay": 0.19425900171109664, "her": 0.2106835185083204}, "high": {"gay - her": 0.2272986577343584, "gay": 0.3567200648421205, "her": 0.1294214071077621}, "his": {"gay - her": 0.06227024090878536, "gay": 0.3083489917165534, "her": 0.24607875080776803}, "home": {"gay - her": -0.036837366557164686, "gay": 0.260008194091471, "her": 0.2968455606486357}, "how": {"gay - her": 0.07629977818566638, "gay": 0.28682993066969575, "her": 0.21053015248402937}, "huge": {"gay - her": 0.1562707406267259, "gay": 0.34258780551464807, "her": 0.18631706488792216}, "i": {"gay - her": -0.13360893837622279, "gay": 0.17268396469878788, "her": 0.30629290307501067}, "if": {"gay - her": 0.046177703319818075, "gay": 0.2779347513604833, "her": 0.23175704804066521}, "in": {"gay - her": 0.045399755411762055, "gay": 0.37530818831793283, "her": 0.3299084329061708}, "inside": {"gay - her": 0.15435091747086466, "gay": 0.35942526552315907, "her": 0.2050743480522944}, "is": {"gay - her": 0.12656809054877016, "gay": 0.4381859402767081, "her": 0.31161784972793793}, "it": {"gay - her": 0.04145972183251523, "gay": 0.31140576525999647, "her": 0.26994604342748124}, "its": {"gay - her": 0.18201798260759305, "gay": 0.3091159590657023, "her": 0.12709797645810922}, "jews": {"gay - her": 0.11243545702532251, "gay": 0.26600709842686715, "her": 0.15357164140154464}, "job": {"gay - her": 0.15888978776681462, "gay": 0.3180837706829696, "her": 0.159193982916155}, "kids": {"gay - her": 0.050849179648929044, "gay": 0.30937364631173786, "her": 0.2585244666628088}, "kill": {"gay - her": 0.15749869851550385, "gay": 0.33133876373232385, "her": 0.17384006521682}, "know": {"gay - her": 0.10736533466950487, "gay": 0.2866457459731065, "her": 0.17928041130360162}, "last": {"gay - her": 0.13111449781702778, "gay": 0.3641396245458601, "her": 0.2330251267288323}, "laugh": {"gay - her": 0.07555355772506339, "gay": 0.338066692043886, "her": 0.2625131343188226}, "lesbian": {"gay - her": 0.20775355003455137, "gay": 0.46678952826885234, "her": 0.25903597823430097}, "liberals": {"gay - her": 0.15763185330920595, "gay": 0.3300944335676952, "her": 0.17246258025848923}, "like": {"gay - her": -0.0903836623870421, "gay": 0.15812117337320947, "her": 0.24850483576025156}, "local": {"gay - her": 0.1586849719485988, "gay": 0.32007192514348526, "her": 0.16138695319488647}, "long": {"gay - her": 0.1630882692891174, "gay": 0.2739778398397057, "her": 0.11088957055058828}, "longer": {"gay - her": 0.15508062471355313, "gay": 0.35312657766807953, "her": 0.1980459529545264}, "look": {"gay - her": 0.11353408821681252, "gay": 0.2500918886982128, "her": 0.1365578004814003}, "m": {"gay - her": 0.1276369903452696, "gay": 0.280151186098834, "her": 0.1525141957535644}, "man": {"gay - her": 0.03669695717313501, "gay": 0.2671990310042123, "her": 0.23050207383107726}, "many": {"gay - her": 0.11436125341712526, "gay": 0.23757348901626313, "her": 0.12321223559913787}, "may": {"gay - her": 0.14436783381819354, "gay": 0.3567200648421205, "her": 0.21235223102392695}, "me": {"gay - her": -0.0621905970550965, "gay": 0.18463418472863086, "her": 0.24682478178372735}, "media": {"gay - her": 0.15979624655970331, "gay": 0.30912211344576335, "her": 0.14932586688606003}, "men": {"gay - her": 0.16095236825526885, "gay": 0.29727767112932063, "her": 0.13632530287405178}, "middle": {"gay - her": 0.15609203332999483, "gay": 0.34419228981871636, "her": 0.18810025648872153}, "much": {"gay - her": 0.16475836401102933, "gay": 0.2542023775907844, "her": 0.08944401357975507}, "my": {"gay - her": 0.0502404441382745, "gay": 0.32366394250068425, "her": 0.27342349836240976}, "n": {"gay - her": 0.0878496765709254, "gay": 0.34108789456279964, "her": 0.25323821799187424}, "negro": {"gay - her": 0.020053250753914453, "gay": 0.28010381733991385, "her": 0.2600505665859994}, "new": {"gay - her": 0.0823452942304673, "gay": 0.22637172048019993, "her": 0.14402642624973264}, "no": {"gay - her": 0.04243246727623137, "gay": 0.2672907979249346, "her": 0.22485833064870323}, "non": {"gay - her": 0.11283084283550979, "gay": 0.2603668053595391, "her": 0.1475359625240293}, "not": {"gay - her": 0.062161287019260686, "gay": 0.27139049502137347, "her": 0.20922920800211278}, "nothing": {"gay - her": 0.05566843825425713, "gay": 0.27442758541300943, "her": 0.2187591471587523}, "now": {"gay - her": 0.05752146681844919, "gay": 0.23532849499281197, "her": 0.17780702817436278}, "of": {"gay - her": 0.14167432362382432, "gay": 0.4214432869429458, "her": 0.2797689633191215}, "off": {"gay - her": -0.017208836506070357, "gay": 0.2589443973588688, "her": 0.2761532338649392}, "old": {"gay - her": -0.007719640416797513, "gay": 0.30659384821051305, "her": 0.31431348862731057}, "on": {"gay - her": 0.03682631921876889, "gay": 0.3198189922109506, "her": 0.2829926729921817}, "one": {"gay - her": 0.042922217468553736, "gay": 0.25634831498795535, "her": 0.21342609751940161}, "ones": {"gay - her": 0.15888978776681462, "gay": 0.3180837706829696, "her": 0.159193982916155}, "open": {"gay - her": 0.17363511933612552, "gay": 0.37724496388948203, "her": 0.2036098445533565}, "opinion": {"gay - her": 0.15348871585340723, "gay": 0.36671849966113956, "her": 0.21322978380773233}, "or": {"gay - her": 0.061786197171681656, "gay": 0.2779347513604833, "her": 0.21614855418880163}, "our": {"gay - her": 0.05918014070640906, "gay": 0.19809577398502629, "her": 0.13891563327861722}, "out": {"gay - her": -0.013422367606906294, "gay": 0.24425524741621196, "her": 0.25767761502311826}, "over": {"gay - her": 0.08138487076774889, "gay": 0.24395486781234127, "her": 0.16256999704459238}, "own": {"gay - her": -0.027425465369510904, "gay": 0.25387672954364016, "her": 0.28130219491315106}, "people": {"gay - her": 0.16087045488257948, "gay": 0.35229538975976327, "her": 0.1914249348771838}, "pictures": {"gay - her": 0.1586849719485988, "gay": 0.32007192514348526, "her": 0.16138695319488647}, "place": {"gay - her": 0.07940106637780223, "gay": 0.27815148075575324, "her": 0.19875041437795102}, "please": {"gay - her": 0.16217259977295534, "gay": 0.28421210679182835, "her": 0.12203950701887302}, "poster": {"gay - her": 0.1537937819549315, "gay": 0.3641558927637921, "her": 0.2103621108088606}, "pride": {"gay - her": 0.2946021894686486, "gay": 0.4527303153136059, "her": 0.15812812584495733}, "protect": {"gay - her": 0.10424741239599528, "gay": 0.36671849966113956, "her": 0.2624710872651443}, "proud": {"gay - her": 0.22390053776063729, "gay": 0.37894431128282685, "her": 0.15504377352218957}, "question": {"gay - her": 0.15508062471355313, "gay": 0.35312657766807953, "her": 0.1980459529545264}, "race": {"gay - her": 0.19331517795960382, "gay": 0.34782524740034015, "her": 0.15451006944073634}, "racist": {"gay - her": 0.16143557825898075, "gay": 0.2921771536484656, "her": 0.13074157538948483}, "re": {"gay - her": 0.232589149296886, "gay": 0.31792348313485363, "her": 0.08533433383796761}, "right": {"gay - her": 0.036962363521658936, "gay": 0.2603668053595391, "her": 0.22340444183788016}, "rights": {"gay - her": 0.15281297020341764, "gay": 0.37232752764639504, "her": 0.2195145574429774}, "romania": {"gay - her": 0.149905430680768, "gay": 0.3954892471925377, "her": 0.2455838165117697}, "running": {"gay - her": 0.15692468972544732, "gay": 0.3366469365003771, "her": 0.17972224677492976}, "s": {"gay - her": 0.08721050677031178, "gay": 0.3521118307945456, "her": 0.26490132402423383}, "same": {"gay - her": 0.08107462095861295, "gay": 0.24948200409660323, "her": 0.16840738313799028}, "say": {"gay - her": 0.10621544323761323, "gay": 0.3013652923481402, "her": 0.19514984911052696}, "school": {"gay - her": -0.005421159962988864, "gay": 0.22702091484815176, "her": 0.23244207481114063}, "schools": {"gay - her": 0.16181937251964731, "gay": 0.28805831856474234, "her": 0.12623894604509503}, "seen": {"gay - her": 0.03636095590881247, "gay": 0.27579722769484927, "her": 0.2394362717860368}, "should": {"gay - her": 0.03816263778329462, "gay": 0.22900573425168919, "her": 0.19084309646839456}, "sick": {"gay - her": 0.15692468972544732, "gay": 0.3366469365003771, "her": 0.17972224677492976}, "so": {"gay - her": 0.06978337552820771, "gay": 0.2869969161341534, "her": 0.2172135406059457}, "some": {"gay - her": 0.1016351260173077, "gay": 0.34640811119034154, "her": 0.24477298517303384}, "something": {"gay - her": 0.23038850539441524, "gay": 0.3347887912404371, "her": 0.10440028584602185}, "sorry": {"gay - her": 0.034791326893404695, "gay": 0.31523467943364913, "her": 0.28044335254024444}, "start": {"gay - her": 0.1629280554983462, "gay": 0.27579722769484927, "her": 0.11286917219650304}, "strange": {"gay - her": 0.15408049125558773, "gay": 0.3617297305324054, "her": 0.2076492392768177}, "support": {"gay - her": 0.22526701414313968, "gay": 0.37021869330725493, "her": 0.14495167916411525}, "t": {"gay - her": 0.0881076461272681, "gay": 0.33801346795189585, "her": 0.24990582182462776}, "teacher": {"gay - her": 0.10891995461887899, "gay": 0.3125297991722355, "her": 0.2036098445533565}, "that": {"gay - her": 0.08155393630626828, "gay": 0.3585699924174608, "her": 0.2770160561111925}, "the": {"gay - her": 0.06083089790370583, "gay": 0.36692477768705334, "her": 0.3060938797833475}, "theater": {"gay - her": 0.14598766297308602, "gay": 0.42455359297590844, "her": 0.2785659300028224}, "their": {"gay - her": 0.06628916492490855, "gay": 0.2363630406174499, "her": 0.17007387569254134}, "then": {"gay - her": 0.014436218116504584, "gay": 0.29504761147136205, "her": 0.28061139335485746}, "there": {"gay - her": 0.0795111967199944, "gay": 0.23341124655175383, "her": 0.15390004983175942}, "these": {"gay - her": 0.235189834809483, "gay": 0.29630683450188333, "her": 0.06111699969240033}, "they": {"gay - her": 0.14409715101011106, "gay": 0.34159740274887285, "her": 0.1975002517387618}, "thing": {"gay - her": 0.020493705036011972, "gay": 0.2656148204121383, "her": 0.24512111537612633}, "think": {"gay - her": 0.021739822078739812, "gay": 0.2248800432261317, "her": 0.2031402211473919}, "this": {"gay - her": 0.08480218614638124, "gay": 0.3672135959579981, "her": 0.28241140981161683}, "those": {"gay - her": 0.114584203428153, "gay": 0.23411265125295821, "her": 0.11952844782480522}, "throat": {"gay - her": 0.10096670045172373, "gay": 0.40099347696909554, "her": 0.3000267765173718}, "time": {"gay - her": -0.02727601784229211, "gay": 0.22466952322641592, "her": 0.25194554106870803}, "to": {"gay - her": 0.029955364838514187, "gay": 0.3492553272265888, "her": 0.3192999623880746}, "together": {"gay - her": 0.11041980488416628, "gay": 0.2934101736311624, "her": 0.18299036874699612}, "too": {"gay - her": 0.03782798528342199, "gay": 0.2378275985166722, "her": 0.19999961323325022}, "use": {"gay - her": 0.162845672480045, "gay": 0.27672789871782166, "her": 0.11388222623777665}, "values": {"gay - her": 0.15348871585340723, "gay": 0.36671849966113956, "her": 0.21322978380773233}, "very": {"gay - her": 0.03779873619814386, "gay": 0.2385957277700314, "her": 0.20079699157188755}, "video": {"gay - her": 0.11749619846092738, "gay": 0.35867025318793766, "her": 0.24117405472701028}, "want": {"gay - her": 0.03806781268179468, "gay": 0.23151170399808113, "her": 0.19344389131628645}, "was": {"gay - her": -0.038381071992956706, "gay": 0.2944540472351808, "her": 0.3328351192281375}, "watch": {"gay - her": 0.006678308496663621, "gay": 0.25355272073990537, "her": 0.24687441224324175}, "we": {"gay - her": 0.0007939858454132365, "gay": 0.23082566482210376, "her": 0.23003167897669052}, "well": {"gay - her": 0.13311608356944102, "gay": 0.34577235744526535, "her": 0.21265627387582434}, "were": {"gay - her": -0.00539022043079565, "gay": 0.22530299430375167, "her": 0.23069321473454732}, "what": {"gay - her": 0.008052795700236093, "gay": 0.1967951157977903, "her": 0.1887423200975542}, "when": {"gay - her": 0.037478056189649056, "gay": 0.3108573159478735, "her": 0.27337925975822447}, "white": {"gay - her": -0.00865102220858266, "gay": 0.27661790299960726, "her": 0.2852689252081899}, "who": {"gay - her": 0.09369001718087414, "gay": 0.34107328384903, "her": 0.24738326666815588}, "whole": {"gay - her": 0.15971323739124718, "gay": 0.30995417918642315, "her": 0.15024094179517597}, "will": {"gay - her": 0.03863313175144911, "gay": 0.2860229890669719, "her": 0.24738985731552277}, "with": {"gay - her": 0.07717276674942009, "gay": 0.3638724653524244, "her": 0.2866996986030043}, "wo": {"gay - her": 0.15736164622980137, "gay": 0.33261435005594214, "her": 0.17525270382614078}, "work": {"gay - her": 0.1112691531102172, "gay": 0.2821223288815718, "her": 0.1708531757713546}, "would": {"gay - her": -0.036720047531483974, "gay": 0.18724593446254018, "her": 0.22396598199402415}, "wrong": {"gay - her": 0.15898889239807557, "gay": 0.3171170182430329, "her": 0.15812812584495733}, "years": {"gay - her": 0.057211973078436756, "gay": 0.24202981083724698, "her": 0.18481783775881022}, "you": {"gay - her": 0.12986600507463, "gay": 0.27943720606107747, "her": 0.14957120098644747}, "young": {"gay - her": 0.1187276673585188, "gay": 0.3747963099624649, "her": 0.2560686426039461}, "your": {"gay - her": 0.2174259521564467, "gay": 0.35035626059064096, "her": 0.13293030843419426}, "youtube": {"gay - her": 0.1841310193236839, "gay": 0.36295106138187816, "her": 0.17882004205819427}, "yr": {"gay - her": 0.1483396138834127, "gay": 0.4073755921177137, "her": 0.25903597823430097}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-him.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-him.json new file mode 100644 index 0000000000000000000000000000000000000000..86f08bb1f8a71f27b0192ff8d0acb64398267ad9 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-him.json @@ -0,0 +1 @@ +{"20": {"gay - him": 0.12148534294088875, "gay": 0.3171170182430329, "him": 0.19563167530214415}, "a": {"gay - him": -0.04325626484355599, "gay": 0.3185280405536974, "him": 0.36178430539725337}, "about": {"gay - him": -0.08131796217322565, "gay": 0.18081489463779463, "him": 0.2621328568110203}, "all": {"gay - him": 0.004505745104467496, "gay": 0.26638660997311403, "him": 0.26188086486864653}, "an": {"gay - him": -0.027550986942750016, "gay": 0.20416605708002697, "him": 0.23171704402277699}, "and": {"gay - him": -0.0571390225041854, "gay": 0.3426108028061029, "him": 0.3997498253102883}, "anti": {"gay - him": 0.20045634437539214, "gay": 0.44879343989113013, "him": 0.248337095515738}, "any": {"gay - him": 0.07193020881626774, "gay": 0.23036131214393932, "him": 0.15843110332767157}, "are": {"gay - him": 0.18217809593913745, "gay": 0.37451165546260606, "him": 0.19233355952346862}, "around": {"gay - him": -0.009717512223709757, "gay": 0.24230142905520102, "him": 0.2520189412789108}, "as": {"gay - him": 0.03022647773632975, "gay": 0.30561045965241845, "him": 0.2753839819160887}, "at": {"gay - him": -0.041076375717144564, "gay": 0.2855405370323465, "him": 0.32661691274949106}, "back": {"gay - him": -0.06846691636357072, "gay": 0.2292298231880766, "him": 0.2976967395516473}, "be": {"gay - him": -0.0658920239205801, "gay": 0.2225641675538312, "him": 0.2884561914744113}, "beating": {"gay - him": 0.11568676100847797, "gay": 0.38629541978740645, "him": 0.2706086587789285}, "beautiful": {"gay - him": 0.1222986047297551, "gay": 0.3059150773895706, "him": 0.18361647265981548}, "because": {"gay - him": 0.10210850340638777, "gay": 0.3435654563470742, "him": 0.24145695294068642}, "behind": {"gay - him": 0.06823843368115717, "gay": 0.3190684929780839, "him": 0.2508300592969267}, "believe": {"gay - him": 0.0692207597837502, "gay": 0.2979486935218571, "him": 0.2287279337381069}, "better": {"gay - him": 0.06958296712558082, "gay": 0.28978772395843566, "him": 0.22020475683285484}, "book": {"gay - him": 0.12126502684329118, "gay": 0.32007192514348526, "him": 0.19880689830019407}, "brother": {"gay - him": 0.0677599638990537, "gay": 0.3288797483035058, "him": 0.2611197844044521}, "brown": {"gay - him": 0.1233694616354574, "gay": 0.2903758635860459, "him": 0.1670064019505885}, "but": {"gay - him": 0.0044761550031628405, "gay": 0.2696359246510539, "him": 0.26515976964789106}, "by": {"gay - him": 0.012522549345381495, "gay": 0.2661766556423075, "him": 0.25365410629692603}, "called": {"gay - him": 0.06903041696163206, "gay": 0.30215229058316906, "him": 0.233121873621537}, "children": {"gay - him": 0.23378103004680556, "gay": 0.3787406693376116, "him": 0.14495963929080602}, "christ": {"gay - him": 0.1184651998589584, "gay": 0.3551335293325131, "him": 0.23666832947355468}, "cities": {"gay - him": 0.11879632760151043, "gay": 0.3512013387422007, "him": 0.2324050111406903}, "city": {"gay - him": 0.26249521719381796, "gay": 0.42642749753303844, "him": 0.16393228033922044}, "come": {"gay - him": 0.03631435594466223, "gay": 0.2667991684867617, "him": 0.2304848125420995}, "country": {"gay - him": 0.12564338474718667, "gay": 0.25355272073990537, "him": 0.1279093359927187}, "cultural": {"gay - him": 0.11768898622068341, "gay": 0.3641558927637921, "him": 0.2464669065431087}, "dating": {"gay - him": 0.1160530796475176, "gay": 0.382357289307344, "him": 0.2663042096598264}, "day": {"gay - him": 0.011116838005159807, "gay": 0.23911272931733032, "him": 0.22799589131217052}, "destroyed": {"gay - him": 0.11568676100847797, "gay": 0.38629541978740645, "him": 0.2706086587789285}, "do": {"gay - him": 0.08006400501949046, "gay": 0.311483384651383, "him": 0.23141937963189252}, "done": {"gay - him": 0.06885785480951467, "gay": 0.3059150773895706, "him": 0.2370572225800559}, "down": {"gay - him": -0.042353804731973727, "gay": 0.24709787486507354, "him": 0.28945167959704726}, "drug": {"gay - him": 0.06689904384863093, "gay": 0.3458514332334042, "him": 0.2789523893847733}, "drugs": {"gay - him": 0.11696613963905567, "gay": 0.37232752764639504, "him": 0.2553613880073394}, "even": {"gay - him": 0.10469824743155945, "gay": 0.3109417374610052, "him": 0.20624349002944573}, "ever": {"gay - him": 0.12512109265103777, "gay": 0.2625623962620298, "him": 0.13744130361099205}, "family": {"gay - him": 0.13544032872437534, "gay": 0.3550373950852266, "him": 0.21959706636085125}, "famous": {"gay - him": 0.11668749612492368, "gay": 0.3754217905526198, "him": 0.25873429442769613}, "first": {"gay - him": 0.13828457522548343, "gay": 0.3231548763674664, "him": 0.184870301141983}, "for": {"gay - him": 0.004985870718772267, "gay": 0.3102720307063573, "him": 0.305286159987585}, "force": {"gay - him": 0.11987095566641809, "gay": 0.338066692043886, "him": 0.21819573637746792}, "friends": {"gay - him": 0.18989569378728058, "gay": 0.34976809161424605, "him": 0.15987239782696547}, "from": {"gay - him": 0.07153835461647268, "gay": 0.3930186576832394, "him": 0.3214803030667667}, "god": {"gay - him": -0.009694909288284315, "gay": 0.2863788706607983, "him": 0.2960737799490826}, "government": {"gay - him": 0.1227615399713336, "gay": 0.29931518665119283, "him": 0.17655364667985923}, "group": {"gay - him": 0.18977795823713706, "gay": 0.3507832518628138, "him": 0.16100529362567673}, "hall": {"gay - him": 0.17698306779771772, "gay": 0.4432872774575441, "him": 0.2663042096598264}, "has": {"gay - him": 0.059207977727194466, "gay": 0.28341107790892084, "him": 0.22420310018172637}, "have": {"gay - him": -0.013434118434440423, "gay": 0.2655600483084889, "him": 0.2789941667429293}, "he": {"gay - him": -0.17302343697916578, "gay": 0.2808250738851172, "him": 0.45384851086428296}, "head": {"gay - him": 0.01019798069081751, "gay": 0.32007192514348526, "him": 0.30987394445266775}, "hell": {"gay - him": 0.13494433996373623, "gay": 0.36024727464174416, "him": 0.22530293467800794}, "here": {"gay - him": 0.011598951490193243, "gay": 0.19425900171109664, "him": 0.1826600502209034}, "his": {"gay - him": -0.14680080534329554, "gay": 0.3083489917165534, "him": 0.4551497970598489}, "home": {"gay - him": 0.010885679943605314, "gay": 0.260008194091471, "him": 0.2491225141478657}, "how": {"gay - him": 0.01225206900064335, "gay": 0.28682993066969575, "him": 0.2745778616690524}, "i": {"gay - him": -0.19273503501645328, "gay": 0.17268396469878788, "him": 0.36541899971524117}, "if": {"gay - him": -0.04123514627212871, "gay": 0.2779347513604833, "him": 0.319169897632612}, "in": {"gay - him": 0.06395489958076045, "gay": 0.37530818831793283, "him": 0.3113532887371724}, "is": {"gay - him": 0.16471237039681735, "gay": 0.4381859402767081, "him": 0.27347356987989074}, "it": {"gay - him": 0.03256489166328552, "gay": 0.31140576525999647, "him": 0.27884087359671095}, "its": {"gay - him": 0.13943364050200208, "gay": 0.3091159590657023, "him": 0.1696823185637002}, "jews": {"gay - him": 0.036333862745797724, "gay": 0.26600709842686715, "him": 0.22967323568106943}, "keep": {"gay - him": 0.10197407722866758, "gay": 0.34976809161424605, "him": 0.24779401438557846}, "kids": {"gay - him": 0.13941311464304865, "gay": 0.30937364631173786, "him": 0.1699605316686892}, "kill": {"gay - him": 0.12040272861657456, "gay": 0.33133876373232385, "him": 0.2109360351157493}, "know": {"gay - him": 0.04133171375533903, "gay": 0.2866457459731065, "him": 0.24531403221776746}, "last": {"gay - him": 0.1813251284949503, "gay": 0.3641396245458601, "him": 0.18281449605090977}, "letter": {"gay - him": 0.11568676100847797, "gay": 0.38629541978740645, "him": 0.2706086587789285}, "like": {"gay - him": -0.12866082101706788, "gay": 0.15812117337320947, "him": 0.28678199439027735}, "local": {"gay - him": 0.12126502684329118, "gay": 0.32007192514348526, "him": 0.19880689830019407}, "long": {"gay - him": 0.12442769632272782, "gay": 0.2739778398397057, "him": 0.14955014351697787}, "look": {"gay - him": -0.009718458578456102, "gay": 0.2500918886982128, "him": 0.2598103472766689}, "m": {"gay - him": 0.14160687666812566, "gay": 0.280151186098834, "him": 0.13854430943070833}, "man": {"gay - him": -0.0552008205041194, "gay": 0.2671990310042123, "him": 0.32239985150833167}, "many": {"gay - him": 0.12651576678434323, "gay": 0.23757348901626313, "him": 0.11105772223191988}, "may": {"gay - him": 0.1352810993491149, "gay": 0.3567200648421205, "him": 0.2214389654930056}, "me": {"gay - him": -0.02766933422092757, "gay": 0.18463418472863086, "him": 0.21230351894955843}, "media": {"gay - him": 0.12206931725313747, "gay": 0.30912211344576335, "him": 0.18705279619262588}, "men": {"gay - him": 0.12290203415040551, "gay": 0.29727767112932063, "him": 0.17437563697891512}, "middle": {"gay - him": 0.11937579395458142, "gay": 0.34419228981871636, "him": 0.22481649586413494}, "mr": {"gay - him": 0.1190983123693766, "gay": 0.34756942251574136, "him": 0.22847111014636476}, "much": {"gay - him": 0.07104965552718653, "gay": 0.2542023775907844, "him": 0.18315272206359787}, "my": {"gay - him": 0.07679670561752103, "gay": 0.32366394250068425, "him": 0.24686723688316323}, "n": {"gay - him": 0.10786297402254558, "gay": 0.34108789456279964, "him": 0.23322492054025407}, "negro": {"gay - him": 0.07000023469308295, "gay": 0.28010381733991385, "him": 0.2101035826468309}, "new": {"gay - him": 0.03725698506336417, "gay": 0.22637172048019993, "him": 0.18911473541683577}, "no": {"gay - him": 0.05981462721899164, "gay": 0.2672907979249346, "him": 0.20747617070594296}, "non": {"gay - him": 0.07080867668667531, "gay": 0.2603668053595391, "him": 0.18955812867286378}, "not": {"gay - him": 0.01372054057714922, "gay": 0.27139049502137347, "him": 0.25766995444422425}, "nothing": {"gay - him": 0.0702385039492773, "gay": 0.27442758541300943, "him": 0.20418908146373213}, "now": {"gay - him": -0.009714864163955755, "gay": 0.23532849499281197, "him": 0.24504335915676773}, "of": {"gay - him": 0.11365907081187893, "gay": 0.4214432869429458, "him": 0.3077842161310669}, "off": {"gay - him": -0.04212152660875623, "gay": 0.2589443973588688, "him": 0.30106592396762505}, "old": {"gay - him": 0.07912062494065439, "gay": 0.30659384821051305, "him": 0.22747322326985867}, "on": {"gay - him": 0.010230204077393446, "gay": 0.3198189922109506, "him": 0.30958878813355717}, "one": {"gay - him": 0.0001326000271196781, "gay": 0.25634831498795535, "him": 0.25621571496083567}, "open": {"gay - him": 0.18653773557466724, "gay": 0.37724496388948203, "him": 0.1907072283148148}, "opinion": {"gay - him": 0.11746433408592732, "gay": 0.36671849966113956, "him": 0.24925416557521224}, "or": {"gay - him": -0.020170297611477872, "gay": 0.2779347513604833, "him": 0.29810504897196116}, "our": {"gay - him": 0.011558463075705544, "gay": 0.19809577398502629, "him": 0.18653731090932074}, "out": {"gay - him": -0.07252172552802494, "gay": 0.24425524741621196, "him": 0.3167769729442369}, "outraged": {"gay - him": 0.11189725329399708, "gay": 0.42455359297590844, "him": 0.31265633968191137}, "over": {"gay - him": 0.036860283634181035, "gay": 0.24395486781234127, "him": 0.20709458417816023}, "own": {"gay - him": 0.036627415158950294, "gay": 0.25387672954364016, "him": 0.21724931438468986}, "parade": {"gay - him": 0.21708912031992944, "gay": 0.4724505083272688, "him": 0.2553613880073394}, "party": {"gay - him": 0.12155562174930612, "gay": 0.3161675396474623, "him": 0.19461191789815618}, "people": {"gay - him": 0.11957406293816131, "gay": 0.35229538975976327, "him": 0.23272132682160196}, "place": {"gay - him": 0.03603020750993571, "gay": 0.27815148075575324, "him": 0.24212127324581753}, "pride": {"gay - him": 0.25709864001146177, "gay": 0.4527303153136059, "him": 0.19563167530214415}, "proud": {"gay - him": 0.09969442431899234, "gay": 0.37894431128282685, "him": 0.2792498869638345}, "racist": {"gay - him": 0.035667341258783125, "gay": 0.2921771536484656, "him": 0.25650981238968246}, "rag": {"gay - him": 0.11189725329399708, "gay": 0.42455359297590844, "him": 0.31265633968191137}, "re": {"gay - him": 0.19334551305463446, "gay": 0.31792348313485363, "him": 0.12457797008021917}, "right": {"gay - him": -0.00971646071924498, "gay": 0.2603668053595391, "him": 0.2700832660787841}, "s": {"gay - him": 0.0672954761225179, "gay": 0.3521118307945456, "him": 0.2848163546720277}, "say": {"gay - him": 0.0408852304069392, "gay": 0.3013652923481402, "him": 0.260480061941201}, "school": {"gay - him": -0.04271447826122812, "gay": 0.22702091484815176, "him": 0.2697353931093799}, "section": {"gay - him": 0.120199969704706, "gay": 0.3339229422135849, "him": 0.21372297250887887}, "seen": {"gay - him": 0.1243139061138332, "gay": 0.27579722769484927, "him": 0.15148332158101607}, "should": {"gay - him": -0.027360794557639512, "gay": 0.22900573425168919, "him": 0.2563665288093287}, "so": {"gay - him": -0.012418244668318423, "gay": 0.2869969161341534, "him": 0.2994151608024718}, "soldiers": {"gay - him": 0.11746433408592732, "gay": 0.36671849966113956, "him": 0.24925416557521224}, "some": {"gay - him": 0.07804576302186317, "gay": 0.34640811119034154, "him": 0.26836234816847837}, "something": {"gay - him": 0.10306673823289622, "gay": 0.3347887912404371, "him": 0.23172205300754087}, "sorry": {"gay - him": 0.1216244272966179, "gay": 0.31523467943364913, "him": 0.19361025213703123}, "strange": {"gay - him": 0.11789996901296851, "gay": 0.3617297305324054, "him": 0.24382976151943692}, "support": {"gay - him": 0.18743040367888142, "gay": 0.37021869330725493, "him": 0.1827882896283735}, "t": {"gay - him": 0.10809829044241126, "gay": 0.33801346795189585, "him": 0.2299151775094846}, "teacher": {"gay - him": 0.06854950594744907, "gay": 0.3125297991722355, "him": 0.24398029322478643}, "that": {"gay - him": 0.06933938521773869, "gay": 0.3585699924174608, "him": 0.2892306071997221}, "the": {"gay - him": 0.021759545169790506, "gay": 0.36692477768705334, "him": 0.34516523251726283}, "their": {"gay - him": 0.10895478040000678, "gay": 0.2363630406174499, "him": 0.12740826021744311}, "then": {"gay - him": -9.274532882652675e-05, "gay": 0.29504761147136205, "him": 0.2951403568001886}, "there": {"gay - him": 0.060990101443923195, "gay": 0.23341124655175383, "him": 0.17242114510783063}, "these": {"gay - him": 0.14042739415937758, "gay": 0.29630683450188333, "him": 0.15587944034250575}, "they": {"gay - him": 0.08955178971002753, "gay": 0.34159740274887285, "him": 0.2520456130388453}, "thing": {"gay - him": 0.12493915204479136, "gay": 0.2656148204121383, "him": 0.14067566836734693}, "think": {"gay - him": -0.009707710262329555, "gay": 0.2248800432261317, "him": 0.23458775348846125}, "this": {"gay - him": 0.10814533813839372, "gay": 0.3672135959579981, "him": 0.25906825781960435}, "those": {"gay - him": 0.1266956555834517, "gay": 0.23411265125295821, "him": 0.10741699566950651}, "time": {"gay - him": -0.027397192539907023, "gay": 0.22466952322641592, "him": 0.25206671576632295}, "to": {"gay - him": -0.04354403665263268, "gay": 0.3492553272265888, "him": 0.3927993638792215}, "too": {"gay - him": 0.03700084178563787, "gay": 0.2378275985166722, "him": 0.20082675673103434}, "true": {"gay - him": 0.12194828391010423, "gay": 0.31079918171796506, "him": 0.18885089780786082}, "turn": {"gay - him": 0.121413528887198, "gay": 0.3180837706829696, "him": 0.1966702417957716}, "use": {"gay - him": 0.03606630825707477, "gay": 0.27672789871782166, "him": 0.2406615904607469}, "values": {"gay - him": 0.11746433408592732, "gay": 0.36671849966113956, "him": 0.24925416557521224}, "very": {"gay - him": -0.00971631679898921, "gay": 0.2385957277700314, "him": 0.24831204456902062}, "video": {"gay - him": 0.10097006561741462, "gay": 0.35867025318793766, "him": 0.25770018757052304}, "vile": {"gay - him": 0.06490376090950162, "gay": 0.382357289307344, "him": 0.31745352839784235}, "want": {"gay - him": 0.0371431312188672, "gay": 0.23151170399808113, "him": 0.19436857277921393}, "wants": {"gay - him": 0.12094638402589344, "gay": 0.32428932025254026, "him": 0.20334293622664681}, "war": {"gay - him": 0.12175784848432752, "gay": 0.31341637660997984, "him": 0.19165852812565232}, "was": {"gay - him": -0.0671533472026496, "gay": 0.2944540472351808, "him": 0.3616073944378304}, "watch": {"gay - him": 0.07107473299041855, "gay": 0.25355272073990537, "him": 0.18247798774948681}, "we": {"gay - him": 0.012974543953825024, "gay": 0.23082566482210376, "him": 0.21785112086827874}, "well": {"gay - him": 0.14874456026535665, "gay": 0.34577235744526535, "him": 0.1970277971799087}, "were": {"gay - him": 0.12713907131730257, "gay": 0.22530299430375167, "him": 0.09816392298644909}, "what": {"gay - him": -0.027598880052683683, "gay": 0.1967951157977903, "him": 0.22439399585047398}, "when": {"gay - him": 0.0041082314847813994, "gay": 0.3108573159478735, "him": 0.3067490844630921}, "white": {"gay - him": -0.025821458372422834, "gay": 0.27661790299960726, "him": 0.3024393613720301}, "who": {"gay - him": 0.09084040634245016, "gay": 0.34107328384903, "him": 0.25023287750657985}, "whole": {"gay - him": 0.12200936454682773, "gay": 0.30995417918642315, "him": 0.18794481463959542}, "will": {"gay - him": 0.07206485694908132, "gay": 0.2860229890669719, "him": 0.21395813211789055}, "with": {"gay - him": 0.030971897376743218, "gay": 0.3638724653524244, "him": 0.3329005679756812}, "work": {"gay - him": 0.06991438037731112, "gay": 0.2821223288815718, "him": 0.21220794850426067}, "would": {"gay - him": -0.09161202526107609, "gay": 0.18724593446254018, "him": 0.27885795972361627}, "wrong": {"gay - him": 0.12148534294088875, "gay": 0.3171170182430329, "him": 0.19563167530214415}, "years": {"gay - him": 0.0715094409173023, "gay": 0.24202981083724698, "him": 0.17052036991994468}, "york": {"gay - him": 0.0676997480673272, "gay": 0.3300944335676952, "him": 0.262394685500368}, "you": {"gay - him": -0.008723240210852912, "gay": 0.27943720606107747, "him": 0.2881604462719304}, "young": {"gay - him": 0.1335124582797979, "gay": 0.3747963099624649, "him": 0.24128385168266697}, "your": {"gay - him": 0.13372263679558316, "gay": 0.35035626059064096, "him": 0.2166336237950578}, "youtube": {"gay - him": 0.24915129321722254, "gay": 0.36295106138187816, "him": 0.11379976816465562}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-himself.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-himself.json new file mode 100644 index 0000000000000000000000000000000000000000..87fabaa6663cc04e1b3813239b27a9c0f36ceda5 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-himself.json @@ -0,0 +1 @@ +{"100": {"gay - himself": -0.0958129555292167, "gay": 0.3161675396474623, "himself": 0.411980495176679}, "a": {"gay - himself": -0.08573219751763794, "gay": 0.3185280405536974, "himself": 0.4042602380713353}, "all": {"gay - himself": -0.07498574664488916, "gay": 0.26638660997311403, "himself": 0.3413723566180032}, "and": {"gay - himself": 0.014670881296464156, "gay": 0.3426108028061029, "himself": 0.32793992150963874}, "any": {"gay - himself": -0.10229057834711916, "gay": 0.23036131214393932, "himself": 0.3326518904910585}, "are": {"gay - himself": 0.0696989454346737, "gay": 0.37451165546260606, "himself": 0.30481271002793237}, "be": {"gay - himself": -0.12054349735749434, "gay": 0.2225641675538312, "himself": 0.34310766491132555}, "because": {"gay - himself": 0.009624618148996178, "gay": 0.3435654563470742, "himself": 0.333940838198078}, "but": {"gay - himself": -0.12955410545716922, "gay": 0.2696359246510539, "himself": 0.3991900301082231}, "by": {"gay - himself": -0.16974769241391097, "gay": 0.2661766556423075, "himself": 0.4359243480562185}, "day": {"gay - himself": -0.10169074437277667, "gay": 0.23911272931733032, "himself": 0.340803473690107}, "drug": {"gay - himself": -0.09326606157277512, "gay": 0.3458514332334042, "himself": 0.43911749480617934}, "entertainment": {"gay - himself": -0.08954656450470816, "gay": 0.38629541978740645, "himself": 0.4758419842921146}, "even": {"gay - himself": -0.0335924905636501, "gay": 0.3109417374610052, "himself": 0.3445342280246553}, "expressed": {"gay - himself": -0.15115953996626408, "gay": 0.42455359297590844, "himself": 0.5757131329421725}, "for": {"gay - himself": -0.04515280865928717, "gay": 0.3102720307063573, "himself": 0.35542483936564445}, "from": {"gay - himself": 0.03215275224035702, "gay": 0.3930186576832394, "himself": 0.3608659054428824}, "future": {"gay - himself": -0.09611434141314851, "gay": 0.3125297991722355, "himself": 0.408644140585384}, "god": {"gay - himself": -0.09821155663509817, "gay": 0.2863788706607983, "himself": 0.3845904272958965}, "have": {"gay - himself": 0.04461809985036155, "gay": 0.2655600483084889, "himself": 0.22094194845812734}, "he": {"gay - himself": -0.11553918713831024, "gay": 0.2808250738851172, "himself": 0.3963642610234274}, "here": {"gay - himself": -0.18667350777597322, "gay": 0.19425900171109664, "himself": 0.38093250948706986}, "his": {"gay - himself": -0.03367368120753078, "gay": 0.3083489917165534, "himself": 0.34202267292408417}, "home": {"gay - himself": -0.10020236112749559, "gay": 0.260008194091471, "himself": 0.3602105552189666}, "i": {"gay - himself": -0.22110369929499968, "gay": 0.17268396469878788, "himself": 0.39378766399378756}, "if": {"gay - himself": 0.009528842017901384, "gay": 0.2779347513604833, "himself": 0.2684059093425819}, "immigration": {"gay - himself": -0.0939490560149403, "gay": 0.338066692043886, "himself": 0.4320157480588263}, "in": {"gay - himself": -0.0538887703265708, "gay": 0.37530818831793283, "himself": 0.42919695864450363}, "is": {"gay - himself": 0.16550114901553092, "gay": 0.4381859402767081, "himself": 0.2726847912611772}, "it": {"gay - himself": -0.06820884575846975, "gay": 0.31140576525999647, "himself": 0.3796146110184662}, "know": {"gay - himself": -0.03433976346322787, "gay": 0.2866457459731065, "himself": 0.32098550943633436}, "m": {"gay - himself": -0.03453437638532503, "gay": 0.280151186098834, "himself": 0.314685562484159}, "me": {"gay - himself": -0.1051971905085613, "gay": 0.18463418472863086, "himself": 0.28983137523719216}, "moment": {"gay - himself": -0.09311389597659564, "gay": 0.34756942251574136, "himself": 0.440683318492337}, "my": {"gay - himself": 0.07239641669032648, "gay": 0.32366394250068425, "himself": 0.2512675258103578}, "n": {"gay - himself": 0.07171762470993776, "gay": 0.34108789456279964, "himself": 0.2693702698528619}, "negro": {"gay - himself": -0.09869660827965698, "gay": 0.28010381733991385, "himself": 0.37880042561957084}, "new": {"gay - himself": -0.1025594054177526, "gay": 0.22637172048019993, "himself": 0.32893112589795254}, "not": {"gay - himself": 0.009508915338759305, "gay": 0.27139049502137347, "himself": 0.26188157968261416}, "of": {"gay - himself": 0.006463345977981982, "gay": 0.4214432869429458, "himself": 0.4149799409649638}, "on": {"gay - himself": 0.09787141697735374, "gay": 0.3198189922109506, "himself": 0.22194757523359687}, "one": {"gay - himself": -0.11772788241312715, "gay": 0.25634831498795535, "himself": 0.3740761974010825}, "or": {"gay - himself": 0.009528842017901384, "gay": 0.2779347513604833, "himself": 0.2684059093425819}, "out": {"gay - himself": -0.03557083178610132, "gay": 0.24425524741621196, "himself": 0.2798260792023133}, "people": {"gay - himself": -0.011871640199456801, "gay": 0.35229538975976327, "himself": 0.36416702995922007}, "protect": {"gay - himself": -0.09138273194384405, "gay": 0.36671849966113956, "himself": 0.4581012316049836}, "s": {"gay - himself": 0.11858304422025995, "gay": 0.3521118307945456, "himself": 0.23352878657428566}, "so": {"gay - himself": -0.07377680723502555, "gay": 0.2869969161341534, "himself": 0.36077372336917896}, "something": {"gay - himself": -0.03282955556457451, "gay": 0.3347887912404371, "himself": 0.3676183468050116}, "support": {"gay - himself": -0.03164226157777417, "gay": 0.37021869330725493, "himself": 0.4018609548850291}, "t": {"gay - himself": 0.0718416733305236, "gay": 0.33801346795189585, "himself": 0.26617179462137225}, "that": {"gay - himself": -0.06644471604180496, "gay": 0.3585699924174608, "himself": 0.42501470845926576}, "the": {"gay - himself": -0.023671027806330458, "gay": 0.36692477768705334, "himself": 0.3905958054933838}, "there": {"gay - himself": -0.03587086949825058, "gay": 0.23341124655175383, "himself": 0.2692821160500044}, "these": {"gay - himself": -0.034046249985540955, "gay": 0.29630683450188333, "himself": 0.3303530844874243}, "they": {"gay - himself": 0.03304793880778717, "gay": 0.34159740274887285, "himself": 0.3085494639410857}, "think": {"gay - himself": -0.10265917280539882, "gay": 0.2248800432261317, "himself": 0.3275392160315305}, "this": {"gay - himself": -0.004062833469192784, "gay": 0.3672135959579981, "himself": 0.37127642942719086}, "to": {"gay - himself": -0.0423526671048986, "gay": 0.3492553272265888, "himself": 0.3916079943314874}, "too": {"gay - himself": -0.10177970102418069, "gay": 0.2378275985166722, "himself": 0.3396072995408529}, "was": {"gay - himself": -0.17221199988441865, "gay": 0.2944540472351808, "himself": 0.46666604711959947}, "were": {"gay - himself": -0.10263092590436945, "gay": 0.22530299430375167, "himself": 0.3279339202081211}, "white": {"gay - himself": 0.04445872126354283, "gay": 0.27661790299960726, "himself": 0.23215918173606442}, "who": {"gay - himself": -0.09192844506397463, "gay": 0.34107328384903, "himself": 0.43300172891300465}, "with": {"gay - himself": 0.03269407668871094, "gay": 0.3638724653524244, "himself": 0.33117838866371346}, "would": {"gay - himself": -0.10504151637184461, "gay": 0.18724593446254018, "himself": 0.2922874508343848}, "you": {"gay - himself": 0.07385647817793647, "gay": 0.27943720606107747, "himself": 0.205580727883141}, "youtube": {"gay - himself": 0.07078242715241873, "gay": 0.36295106138187816, "himself": 0.29216863422945943}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-his.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-his.json new file mode 100644 index 0000000000000000000000000000000000000000..da966f5643d595a3ce65d7e832613e2bbec902b8 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-his.json @@ -0,0 +1 @@ +{"000": {"gay - his": 0.1456380867024178, "gay": 0.31165756557094787, "his": 0.16601947886853008}, "12": {"gay - his": 0.14391352021844012, "gay": 0.33261435005594214, "his": 0.18870082983750203}, "20": {"gay - his": 0.09434646953073911, "gay": 0.3171170182430329, "his": 0.2227705487122938}, "9": {"gay - his": 0.14496388234880792, "gay": 0.32007192514348526, "his": 0.17510804279467734}, "a": {"gay - his": -0.040633113159317336, "gay": 0.3185280405536974, "his": 0.3591611537130147}, "abomination": {"gay - his": 0.13564042557267608, "gay": 0.4150039721576905, "his": 0.27936354658501444}, "about": {"gay - his": -0.10324526370266343, "gay": 0.18081489463779463, "his": 0.28406015834045806}, "across": {"gay - his": 0.09423246629300822, "gay": 0.3190684929780839, "his": 0.22483602668507566}, "advocate": {"gay - his": 0.13650798144800758, "gay": 0.4073755921177137, "his": 0.2708676106697061}, "all": {"gay - his": -0.006948725657799637, "gay": 0.26638660997311403, "his": 0.27333533563091367}, "an": {"gay - his": -0.05531186005740249, "gay": 0.20416605708002697, "his": 0.25947791713742946}, "and": {"gay - his": -0.05758716729223157, "gay": 0.3426108028061029, "his": 0.40019797009833447}, "anti": {"gay - his": 0.18498768954585076, "gay": 0.44879343989113013, "his": 0.26380575034527937}, "any": {"gay - his": 0.021090121746509843, "gay": 0.23036131214393932, "his": 0.20927119039742947}, "apparently": {"gay - his": 0.09197571706125501, "gay": 0.3551335293325131, "his": 0.26315781227125806}, "are": {"gay - his": 0.18149938221090492, "gay": 0.37451165546260606, "his": 0.19301227325170114}, "around": {"gay - his": 0.020948638273704828, "gay": 0.24230142905520102, "his": 0.2213527907814962}, "as": {"gay - his": 0.027522089853312448, "gay": 0.30561045965241845, "his": 0.278088369799106}, "aside": {"gay - his": 0.13564042557267608, "gay": 0.4150039721576905, "his": 0.27936354658501444}, "assume": {"gay - his": 0.13650798144800758, "gay": 0.4073755921177137, "his": 0.2708676106697061}, "at": {"gay - his": -0.043033984460593255, "gay": 0.2855405370323465, "his": 0.32857452149293975}, "attend": {"gay - his": 0.13991522243964524, "gay": 0.3754217905526198, "his": 0.23550656811297457}, "b": {"gay - his": 0.14442956344634766, "gay": 0.32653347516450876, "his": 0.1821039117181611}, "back": {"gay - his": -0.03448342026227458, "gay": 0.2292298231880766, "his": 0.2637132434503512}, "be": {"gay - his": -0.06399027563118595, "gay": 0.2225641675538312, "his": 0.28655444318501716}, "beautiful": {"gay - his": 0.146084225890536, "gay": 0.3059150773895706, "his": 0.1598308514990346}, "because": {"gay - his": 0.08890764535013479, "gay": 0.3435654563470742, "his": 0.2546578109969394}, "behind": {"gay - his": 0.004021494502807976, "gay": 0.3190684929780839, "his": 0.3150469984752759}, "believe": {"gay - his": 0.06326299777738928, "gay": 0.2979486935218571, "his": 0.23468569574446782}, "better": {"gay - his": 0.09585613759422071, "gay": 0.28978772395843566, "his": 0.19393158636421495}, "blogger": {"gay - his": 0.13031296698723516, "gay": 0.4583216697345582, "his": 0.328008702747323}, "blood": {"gay - his": 0.03897554924133512, "gay": 0.31341637660997984, "his": 0.2744408273686447}, "book": {"gay - his": 0.038794319049948234, "gay": 0.32007192514348526, "his": 0.281277606093537}, "brother": {"gay - his": 0.14423196993878562, "gay": 0.3288797483035058, "his": 0.18464777836472018}, "brown": {"gay - his": 0.14723487979609262, "gay": 0.2903758635860459, "his": 0.14314098378995327}, "btw": {"gay - his": 0.14169296171406254, "gay": 0.35723006123906836, "his": 0.21553709952500583}, "but": {"gay - his": 0.06004804242635908, "gay": 0.2696359246510539, "his": 0.20958788222469482}, "by": {"gay - his": -0.02618768072192318, "gay": 0.2661766556423075, "his": 0.2923643363642307}, "called": {"gay - his": 0.09519317449656356, "gay": 0.30215229058316906, "his": 0.2069591160866055}, "care": {"gay - his": 0.14583646419551854, "gay": 0.30912211344576335, "his": 0.1632856492502448}, "children": {"gay - his": 0.14916074782200994, "gay": 0.3787406693376116, "his": 0.22957992151560164}, "christ": {"gay - his": 0.060826632315255924, "gay": 0.3551335293325131, "his": 0.29430689701725715}, "city": {"gay - his": 0.23490992527103477, "gay": 0.42642749753303844, "his": 0.19151757226200367}, "closed": {"gay - his": 0.13920663652027365, "gay": 0.382357289307344, "his": 0.24315065278707032}, "come": {"gay - his": 0.020640299550925778, "gay": 0.2667991684867617, "his": 0.24615886893583594}, "community": {"gay - his": 0.21005406028204035, "gay": 0.37894431128282685, "his": 0.1688902510007865}, "complain": {"gay - his": 0.13879667398862144, "gay": 0.38629541978740645, "his": 0.247498745798785}, "constantly": {"gay - his": 0.13721770395653388, "gay": 0.40099347696909554, "his": 0.26377577301256167}, "country": {"gay - his": 0.04043793716210903, "gay": 0.25355272073990537, "his": 0.21311478357779634}, "crime": {"gay - his": 0.020250827691583873, "gay": 0.2953110512667621, "his": 0.27506022357517823}, "culture": {"gay - his": 0.09489645870731647, "gay": 0.30749512414184604, "his": 0.21259866543452957}, "dating": {"gay - his": 0.09008260425603393, "gay": 0.382357289307344, "his": 0.29227468505131005}, "day": {"gay - his": 0.0043527078312100564, "gay": 0.23911272931733032, "his": 0.23476002148612027}, "do": {"gay - his": 0.10412769925897564, "gay": 0.311483384651383, "his": 0.20735568539240734}, "done": {"gay - his": 0.0949848518702793, "gay": 0.3059150773895706, "his": 0.21093022551929128}, "down": {"gay - his": -0.022753877668620553, "gay": 0.24709787486507354, "his": 0.2698517525336941}, "dude": {"gay - his": 0.13879667398862144, "gay": 0.38629541978740645, "his": 0.247498745798785}, "even": {"gay - his": 0.07215553550132486, "gay": 0.3109417374610052, "his": 0.2387862019596803}, "event": {"gay - his": 0.24569789439560547, "gay": 0.4469947365571956, "his": 0.20129684216159016}, "ever": {"gay - his": 0.1490896450438597, "gay": 0.2625623962620298, "his": 0.11347275121817012}, "exist": {"gay - his": 0.14126410735600534, "gay": 0.3617297305324054, "his": 0.2204656231764001}, "expressed": {"gay - his": 0.13452472406933574, "gay": 0.42455359297590844, "his": 0.2900288689065727}, "face": {"gay - his": 0.03882188193374719, "gay": 0.3190684929780839, "his": 0.2802466110443367}, "fag": {"gay - his": 0.13957721302366932, "gay": 0.37875102274642025, "his": 0.23917380972275093}, "family": {"gay - his": 0.06998055230950145, "gay": 0.3550373950852266, "his": 0.2850568427757251}, "first": {"gay - his": 0.05729061660817808, "gay": 0.3231548763674664, "his": 0.26586425975928835}, "foot": {"gay - his": 0.1405131440045167, "gay": 0.36943522826319725, "his": 0.22892208425868055}, "for": {"gay - his": 0.006272267718711366, "gay": 0.3102720307063573, "his": 0.3039997629876459}, "force": {"gay - his": 0.14343989916171015, "gay": 0.338066692043886, "his": 0.19462679288217585}, "forced": {"gay - his": 0.14225639790795164, "gay": 0.3512013387422007, "his": 0.20894494083424908}, "friends": {"gay - his": 0.10582498602968257, "gay": 0.34976809161424605, "his": 0.24394310558456347}, "from": {"gay - his": 0.10499210194618241, "gay": 0.3930186576832394, "his": 0.288026555737057}, "full": {"gay - his": 0.12755609878945354, "gay": 0.37559975753270997, "his": 0.24804365874325643}, "gay": {"gay - his": 0.47279998933491385, "gay": 0.7119961014565707, "his": 0.23919611212165684}, "god": {"gay - his": 0.020376386175900707, "gay": 0.2863788706607983, "his": 0.2660024844848976}, "great": {"gay - his": 0.1499066407125954, "gay": 0.24887777212404738, "his": 0.09897113141145199}, "group": {"gay - his": 0.2136683374077493, "gay": 0.3507832518628138, "his": 0.1371149144550645}, "hall": {"gay - his": 0.20013662467047377, "gay": 0.4432872774575441, "his": 0.24315065278707032}, "has": {"gay - his": -0.025940089399407507, "gay": 0.28341107790892084, "his": 0.30935116730832835}, "have": {"gay - his": 0.011149412405078218, "gay": 0.2655600483084889, "his": 0.2544106359034107}, "he": {"gay - his": -0.15023835532779956, "gay": 0.2808250738851172, "his": 0.43106342921291674}, "head": {"gay - his": 0.038794319049948234, "gay": 0.32007192514348526, "his": 0.281277606093537}, "hell": {"gay - his": 0.16117520713391265, "gay": 0.36024727464174416, "his": 0.19907206750783152}, "here": {"gay - his": 0.09987503069669719, "gay": 0.19425900171109664, "his": 0.09438397101439945}, "high": {"gay - his": 0.2129424044198725, "gay": 0.3567200648421205, "his": 0.143777660422248}, "his": {"gay - his": -0.3661191138543285, "gay": 0.3083489917165534, "his": 0.6744681055708819}, "home": {"gay - his": 0.004269004490876582, "gay": 0.260008194091471, "his": 0.25573918960059444}, "how": {"gay - his": 0.04573061345470045, "gay": 0.28682993066969575, "his": 0.2410993172149953}, "i": {"gay - his": -0.14517562843124138, "gay": 0.17268396469878788, "his": 0.31785959313002926}, "identity": {"gay - his": 0.1405131440045167, "gay": 0.36943522826319725, "his": 0.22892208425868055}, "if": {"gay - his": 0.011917187678909258, "gay": 0.2779347513604833, "his": 0.26601756368157403}, "in": {"gay - his": 0.019142318795581093, "gay": 0.37530818831793283, "his": 0.35616586952235174}, "is": {"gay - his": 0.13860613511376402, "gay": 0.4381859402767081, "his": 0.2995798051629441}, "it": {"gay - his": 0.024500387366228227, "gay": 0.31140576525999647, "his": 0.28690537789376824}, "its": {"gay - his": 0.1660363385892894, "gay": 0.3091159590657023, "his": 0.14307962047641287}, "jews": {"gay - his": -0.009967549043676638, "gay": 0.26600709842686715, "his": 0.2759746474705438}, "job": {"gay - his": 0.145125385504511, "gay": 0.3180837706829696, "his": 0.1729583851784586}, "keep": {"gay - his": 0.10582498602968257, "gay": 0.34976809161424605, "his": 0.24394310558456347}, "kids": {"gay - his": 0.07222705965137516, "gay": 0.30937364631173786, "his": 0.2371465866603627}, "know": {"gay - his": 0.05864573590442143, "gay": 0.2866457459731065, "his": 0.22800001006868506}, "last": {"gay - his": 0.20785782465112132, "gay": 0.3641396245458601, "his": 0.15628179989473875}, "laugh": {"gay - his": 0.14343989916171015, "gay": 0.338066692043886, "his": 0.19462679288217585}, "letter": {"gay - his": 0.13879667398862144, "gay": 0.38629541978740645, "his": 0.247498745798785}, "lier": {"gay - his": 0.13031296698723516, "gay": 0.4583216697345582, "his": 0.328008702747323}, "lies": {"gay - his": 0.09153206288171717, "gay": 0.3617297305324054, "his": 0.27019766765068826}, "like": {"gay - his": -0.10427447193562422, "gay": 0.15812117337320947, "his": 0.2623956453088337}, "limerick": {"gay - his": 0.08911064115790923, "gay": 0.3954892471925377, "his": 0.30637860603462846}, "local": {"gay - his": 0.0941735238442479, "gay": 0.32007192514348526, "his": 0.22589840129923736}, "long": {"gay - his": 0.06414795829095013, "gay": 0.2739778398397057, "his": 0.20982988154875556}, "look": {"gay - his": 0.004308979214132563, "gay": 0.2500918886982128, "his": 0.24578290948408024}, "m": {"gay - his": 0.07348724296111026, "gay": 0.280151186098834, "his": 0.20666394313772374}, "man": {"gay - his": -0.04408126229632425, "gay": 0.2671990310042123, "his": 0.3112802933005365}, "many": {"gay - his": 0.06533913781232861, "gay": 0.23757348901626313, "his": 0.17223435120393452}, "marriage": {"gay - his": 0.2619720745484205, "gay": 0.5435004565773559, "his": 0.28152838202893543}, "married": {"gay - his": 0.09008260425603393, "gay": 0.382357289307344, "his": 0.29227468505131005}, "marry": {"gay - his": 0.13920663652027365, "gay": 0.382357289307344, "his": 0.24315065278707032}, "may": {"gay - his": 0.16154418115613114, "gay": 0.3567200648421205, "his": 0.19517588368598934}, "mayor": {"gay - his": 0.13564042557267608, "gay": 0.4150039721576905, "his": 0.27936354658501444}, "mccourt": {"gay - his": 0.13031296698723516, "gay": 0.4583216697345582, "his": 0.328008702747323}, "me": {"gay - his": -0.010219830352144382, "gay": 0.18463418472863086, "his": 0.19485401508077524}, "media": {"gay - his": 0.06282306384440378, "gay": 0.30912211344576335, "his": 0.24629904960135957}, "men": {"gay - his": 0.0954584908673555, "gay": 0.29727767112932063, "his": 0.20181918026196513}, "moment": {"gay - his": 0.14258968279741158, "gay": 0.34756942251574136, "his": 0.20497973971832978}, "mr": {"gay - his": 0.09247267534996428, "gay": 0.34756942251574136, "his": 0.25509674716577707}, "much": {"gay - his": 0.1495962014758067, "gay": 0.2542023775907844, "his": 0.10460617611497768}, "my": {"gay - his": 0.09699372117299054, "gay": 0.32366394250068425, "his": 0.2266702213276937}, "n": {"gay - his": 0.09588101442693162, "gay": 0.34108789456279964, "his": 0.24520688013586803}, "nationalists": {"gay - his": 0.14368443549804313, "gay": 0.33526644481800755, "his": 0.1915820093199644}, "negro": {"gay - his": -0.03356217425457203, "gay": 0.28010381733991385, "his": 0.3136659915944859}, "new": {"gay - his": 0.0656687723976874, "gay": 0.22637172048019993, "his": 0.16070294808251254}, "no": {"gay - his": 0.046263086958584, "gay": 0.2672907979249346, "his": 0.2210277109663506}, "non": {"gay - his": 0.09730115716820736, "gay": 0.2603668053595391, "his": 0.16306564819133174}, "not": {"gay - his": 0.05068768547384525, "gay": 0.27139049502137347, "his": 0.22070280954752822}, "nothing": {"gay - his": 0.06413209175699652, "gay": 0.27442758541300943, "his": 0.2102954936560129}, "now": {"gay - his": 0.021031963611559318, "gay": 0.23532849499281197, "his": 0.21429653138125265}, "of": {"gay - his": 0.06646906962780114, "gay": 0.4214432869429458, "his": 0.35497421731514467}, "off": {"gay - his": 0.04031856308690579, "gay": 0.2589443973588688, "his": 0.21862583427196303}, "old": {"gay - his": 0.07235287367587132, "gay": 0.30659384821051305, "his": 0.23424097453464174}, "on": {"gay - his": -0.01508357302508534, "gay": 0.3198189922109506, "his": 0.33490256523603595}, "one": {"gay - his": -0.0035885291279712517, "gay": 0.25634831498795535, "his": 0.2599368441159266}, "ones": {"gay - his": 0.145125385504511, "gay": 0.3180837706829696, "his": 0.1729583851784586}, "open": {"gay - his": 0.21028449579552408, "gay": 0.37724496388948203, "his": 0.16696046809395795}, "or": {"gay - his": 0.018805225028729222, "gay": 0.2779347513604833, "his": 0.25912952633175407}, "our": {"gay - his": -0.0349498153566799, "gay": 0.19809577398502629, "his": 0.2330455893417062}, "out": {"gay - his": -0.011661662574004805, "gay": 0.24425524741621196, "his": 0.25591690999021677}, "outraged": {"gay - his": 0.13452472406933574, "gay": 0.42455359297590844, "his": 0.2900288689065727}, "over": {"gay - his": -0.01005289650592106, "gay": 0.24395486781234127, "his": 0.25400776431826233}, "own": {"gay - his": -0.03406170849407181, "gay": 0.25387672954364016, "his": 0.28793843803771196}, "p": {"gay - his": 0.03882188193374719, "gay": 0.3190684929780839, "his": 0.2802466110443367}, "parade": {"gay - his": 0.24034883361594558, "gay": 0.4724505083272688, "his": 0.23210167471132323}, "parades": {"gay - his": 0.13031296698723516, "gay": 0.4583216697345582, "his": 0.328008702747323}, "party": {"gay - his": 0.14527975608439672, "gay": 0.3161675396474623, "his": 0.17088778356306558}, "people": {"gay - his": 0.10319766242394263, "gay": 0.35229538975976327, "his": 0.24909772733582064}, "pictures": {"gay - his": 0.14496388234880792, "gay": 0.32007192514348526, "his": 0.17510804279467734}, "place": {"gay - his": 0.09644990084231284, "gay": 0.27815148075575324, "his": 0.1817015799134404}, "platform": {"gay - his": 0.13721770395653388, "gay": 0.40099347696909554, "his": 0.26377577301256167}, "pride": {"gay - his": 0.22995976660131212, "gay": 0.4527303153136059, "his": 0.2227705487122938}, "protect": {"gay - his": 0.060276875645384365, "gay": 0.36671849966113956, "his": 0.3064416240157552}, "proud": {"gay - his": 0.10357771370370422, "gay": 0.37894431128282685, "his": 0.27536659757912263}, "quebec": {"gay - his": 0.13564042557267608, "gay": 0.4150039721576905, "his": 0.27936354658501444}, "race": {"gay - his": 0.20985288842592073, "gay": 0.34782524740034015, "his": 0.13797235897441942}, "racist": {"gay - his": 0.0957305979136997, "gay": 0.2921771536484656, "his": 0.19644655573476588}, "rag": {"gay - his": 0.08682243010523055, "gay": 0.42455359297590844, "his": 0.3377311628706779}, "re": {"gay - his": 0.1652731431985527, "gay": 0.31792348313485363, "his": 0.15265033993630092}, "right": {"gay - his": -0.009990578610879819, "gay": 0.2603668053595391, "his": 0.2703573839704189}, "running": {"gay - his": 0.06166459831514537, "gay": 0.3366469365003771, "his": 0.2749823381852317}, "s": {"gay - his": 0.07991527913453589, "gay": 0.3521118307945456, "his": 0.2721965516600097}, "same": {"gay - his": 0.14987188861542125, "gay": 0.24948200409660323, "his": 0.09961011548118198}, "say": {"gay - his": 0.07258613033497724, "gay": 0.3013652923481402, "his": 0.22877916201316295}, "school": {"gay - his": 0.004400222733754566, "gay": 0.22702091484815176, "his": 0.2226206921143972}, "section": {"gay - his": 0.1438007910688305, "gay": 0.3339229422135849, "his": 0.19012215114475436}, "should": {"gay - his": -0.04499738110360385, "gay": 0.22900573425168919, "his": 0.27400311535529304}, "so": {"gay - his": -0.0009314331687059751, "gay": 0.2869969161341534, "his": 0.2879283493028594}, "soldiers": {"gay - his": 0.14078030253737236, "gay": 0.36671849966113956, "his": 0.2259381971237672}, "some": {"gay - his": 0.13724473697840708, "gay": 0.34640811119034154, "his": 0.20916337421193446}, "something": {"gay - his": 0.16372599248787073, "gay": 0.3347887912404371, "his": 0.17106279875256636}, "sorry": {"gay - his": 0.14535444889861793, "gay": 0.31523467943364913, "his": 0.1698802305350312}, "sort": {"gay - his": 0.1428954476571262, "gay": 0.34419228981871636, "his": 0.20129684216159016}, "speech": {"gay - his": 0.060276875645384365, "gay": 0.36671849966113956, "his": 0.3064416240157552}, "start": {"gay - his": 0.14823968016295455, "gay": 0.27579722769484927, "his": 0.12755754753189472}, "strange": {"gay - his": 0.14126410735600534, "gay": 0.3617297305324054, "his": 0.2204656231764001}, "support": {"gay - his": 0.1280587228013501, "gay": 0.37021869330725493, "his": 0.24215997050590482}, "t": {"gay - his": 0.08115380366810454, "gay": 0.33801346795189585, "his": 0.2568596642837913}, "teacher": {"gay - his": -0.009746156621831759, "gay": 0.3125297991722355, "his": 0.32227595579406726}, "that": {"gay - his": 0.027356677512064387, "gay": 0.3585699924174608, "his": 0.3312133149053964}, "the": {"gay - his": -0.0006118080239466139, "gay": 0.36692477768705334, "his": 0.36753658571099995}, "their": {"gay - his": 0.06023493425091428, "gay": 0.2363630406174499, "his": 0.17612810636653561}, "thelgbt": {"gay - his": 0.13031296698723516, "gay": 0.4583216697345582, "his": 0.328008702747323}, "then": {"gay - his": 0.02340956307620845, "gay": 0.29504761147136205, "his": 0.2716380483951536}, "there": {"gay - his": 0.07521761528327034, "gay": 0.23341124655175383, "his": 0.1581936312684835}, "these": {"gay - his": 0.058303676222170864, "gay": 0.29630683450188333, "his": 0.23800315827971247}, "they": {"gay - his": 0.0970246054832242, "gay": 0.34159740274887285, "his": 0.24457279726564865}, "thing": {"gay - his": 0.14889884551110508, "gay": 0.2656148204121383, "his": 0.11671597490103322}, "think": {"gay - his": 0.06571136226373941, "gay": 0.2248800432261317, "his": 0.15916868096239228}, "this": {"gay - his": 0.09407994715049511, "gay": 0.3672135959579981, "his": 0.27313364880750296}, "those": {"gay - his": 0.04084813656792813, "gay": 0.23411265125295821, "his": 0.1932645146850301}, "time": {"gay - his": -0.03455636705276771, "gay": 0.22466952322641592, "his": 0.25922589027918364}, "to": {"gay - his": -0.017462988118271905, "gay": 0.3492553272265888, "his": 0.3667183153448607}, "together": {"gay - his": 0.06343670615500435, "gay": 0.2934101736311624, "his": 0.22997346747615804}, "too": {"gay - his": 0.004357789888373098, "gay": 0.2378275985166722, "his": 0.2334698086282991}, "trump": {"gay - his": 0.13564042557267608, "gay": 0.4150039721576905, "his": 0.27936354658501444}, "unique": {"gay - his": 0.13564042557267608, "gay": 0.4150039721576905, "his": 0.27936354658501444}, "use": {"gay - his": 0.09652054026617746, "gay": 0.27672789871782166, "his": 0.1802073584516442}, "values": {"gay - his": 0.14078030253737236, "gay": 0.36671849966113956, "his": 0.2259381971237672}, "very": {"gay - his": 0.020993165524549273, "gay": 0.2385957277700314, "his": 0.21760256224548213}, "video": {"gay - his": 0.11500590434083582, "gay": 0.35867025318793766, "his": 0.24366434884710184}, "vile": {"gay - his": 0.13920663652027365, "gay": 0.382357289307344, "his": 0.24315065278707032}, "want": {"gay - his": -0.02291602262392045, "gay": 0.23151170399808113, "his": 0.2544277266220016}, "wants": {"gay - his": 0.09392339070181871, "gay": 0.32428932025254026, "his": 0.23036592955072155}, "war": {"gay - his": 0.09456038090367144, "gay": 0.31341637660997984, "his": 0.2188559957063084}, "was": {"gay - his": -0.05701077451937364, "gay": 0.2944540472351808, "his": 0.35146482175455446}, "watch": {"gay - his": 0.06483890727814506, "gay": 0.25355272073990537, "his": 0.1887138134617603}, "waving": {"gay - his": 0.1329598233280665, "gay": 0.43749554732791246, "his": 0.30453572399984596}, "we": {"gay - his": -0.003584670604405288, "gay": 0.23082566482210376, "his": 0.23441033542650905}, "well": {"gay - his": 0.17710253473138612, "gay": 0.34577235744526535, "his": 0.16866982271387923}, "were": {"gay - his": 0.004406918446744845, "gay": 0.22530299430375167, "his": 0.22089607585700682}, "what": {"gay - his": -0.05549228230732273, "gay": 0.1967951157977903, "his": 0.252287398105113}, "when": {"gay - his": 0.018356543723320073, "gay": 0.3108573159478735, "his": 0.29250077222455345}, "white": {"gay - his": -0.02689834104400679, "gay": 0.27661790299960726, "his": 0.30351624404361405}, "who": {"gay - his": 0.07468591150289178, "gay": 0.34107328384903, "his": 0.26638737234613824}, "will": {"gay - his": 0.018698568795459947, "gay": 0.2860229890669719, "his": 0.26732442027151193}, "with": {"gay - his": 0.038652874841923424, "gay": 0.3638724653524244, "his": 0.325219590510501}, "work": {"gay - his": 0.0638562665356103, "gay": 0.2821223288815718, "his": 0.2182660623459615}, "would": {"gay - his": -0.04583605254674089, "gay": 0.18724593446254018, "his": 0.23308198700928107}, "wrong": {"gay - his": 0.062497541789418964, "gay": 0.3171170182430329, "his": 0.25461947645361394}, "wrote": {"gay - his": 0.09058046636182593, "gay": 0.3754217905526198, "his": 0.2848413241907939}, "years": {"gay - his": 0.04068489597571273, "gay": 0.24202981083724698, "his": 0.20134491486153425}, "york": {"gay - his": 0.09357274167398463, "gay": 0.3300944335676952, "his": 0.23652169189371056}, "you": {"gay - his": 0.08415539439318839, "gay": 0.27943720606107747, "his": 0.19528181166788908}, "your": {"gay - his": 0.11194714460335953, "gay": 0.35035626059064096, "his": 0.23840911598728143}, "youth": {"gay - his": 0.209166700619099, "gay": 0.38538130017362177, "his": 0.17621459955452276}, "youtube": {"gay - his": 0.1803837228009373, "gay": 0.36295106138187816, "his": 0.18256733858094085}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-man.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-man.json new file mode 100644 index 0000000000000000000000000000000000000000..de654a9fe81bbe21698af3011080903070322f63 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-man.json @@ -0,0 +1 @@ +{"12": {"gay - man": 0.10897382433217892, "gay": 0.33261435005594214, "man": 0.22364052572376322}, "20": {"gay - man": 0.056019381986260774, "gay": 0.3171170182430329, "man": 0.2610976362567721}, "9": {"gay - man": 0.109819897217451, "gay": 0.32007192514348526, "man": 0.21025202792603426}, "a": {"gay - man": -0.07555451004183061, "gay": 0.3185280405536974, "man": 0.394082550595528}, "about": {"gay - man": -0.024932375735321616, "gay": 0.18081489463779463, "man": 0.20574727037311624}, "all": {"gay - man": 0.006231433929848318, "gay": 0.26638660997311403, "man": 0.2601551760432657}, "an": {"gay - man": -0.10764130625331395, "gay": 0.20416605708002697, "man": 0.3118073633333409}, "and": {"gay - man": -0.03619683295389248, "gay": 0.3426108028061029, "man": 0.3788076357599954}, "anti": {"gay - man": 0.18721688635256262, "gay": 0.44879343989113013, "man": 0.2615765535385675}, "any": {"gay - man": 0.05875038658676718, "gay": 0.23036131214393932, "man": 0.17161092555717214}, "are": {"gay - man": 0.14283735826517246, "gay": 0.37451165546260606, "man": 0.2316742971974336}, "around": {"gay - man": 0.02319823010632832, "gay": 0.24230142905520102, "man": 0.2191031989488727}, "as": {"gay - man": 0.04066984134755097, "gay": 0.30561045965241845, "man": 0.2649406183048675}, "at": {"gay - man": 0.04163772014430653, "gay": 0.2855405370323465, "man": 0.24390281688803997}, "b": {"gay - man": 0.1093891067186705, "gay": 0.32653347516450876, "man": 0.21714436844583826}, "back": {"gay - man": -0.0031051007683579046, "gay": 0.2292298231880766, "man": 0.2323349239564345}, "be": {"gay - man": -0.016617618361864678, "gay": 0.2225641675538312, "man": 0.2391817859156959}, "beating": {"gay - man": 0.10488919365991134, "gay": 0.38629541978740645, "man": 0.2814062261274951}, "beautiful": {"gay - man": 0.11072607464082276, "gay": 0.3059150773895706, "man": 0.19518900274874781}, "because": {"gay - man": 0.069439486402535, "gay": 0.3435654563470742, "man": 0.2741259699445392}, "better": {"gay - man": 0.1116956535992456, "gay": 0.28978772395843566, "man": 0.17809207035919006}, "brother": {"gay - man": 0.055576100107691984, "gay": 0.3288797483035058, "man": 0.2733036481958138}, "brown": {"gay - man": -0.003061221762960531, "gay": 0.2903758635860459, "man": 0.2934370853490064}, "btw": {"gay - man": 0.10719449725255464, "gay": 0.35723006123906836, "man": 0.2500355639865137}, "bulgarian": {"gay - man": 0.10521458251591503, "gay": 0.382357289307344, "man": 0.27714270679142894}, "but": {"gay - man": 0.04202810113516042, "gay": 0.2696359246510539, "man": 0.22760782351589348}, "by": {"gay - man": -0.03853795691856732, "gay": 0.2661766556423075, "man": 0.30471461256087484}, "called": {"gay - man": 0.11095825667553808, "gay": 0.30215229058316906, "man": 0.19119403390763098}, "city": {"gay - man": 0.19599265607498761, "gay": 0.42642749753303844, "man": 0.23043484145805082}, "come": {"gay - man": 0.05771841124640659, "gay": 0.2667991684867617, "man": 0.20908075724035513}, "constantly": {"gay - man": 0.10363847950570027, "gay": 0.40099347696909554, "man": 0.2973549974633953}, "country": {"gay - man": 0.058112775037441, "gay": 0.25355272073990537, "man": 0.19543994570246437}, "crime": {"gay - man": -0.0030561535767114623, "gay": 0.2953110512667621, "man": 0.29836720484347357}, "criminal": {"gay - man": 0.10735220302796727, "gay": 0.3551335293325131, "man": 0.2477813263045458}, "culture": {"gay - man": 0.11062749391788904, "gay": 0.30749512414184604, "man": 0.196867630223957}, "dating": {"gay - man": 0.020992522754159415, "gay": 0.382357289307344, "man": 0.36136476655318456}, "day": {"gay - man": -0.042220213620645125, "gay": 0.23911272931733032, "man": 0.28133294293797545}, "do": {"gay - man": 0.09054478668463428, "gay": 0.311483384651383, "man": 0.2209385979667487}, "done": {"gay - man": 0.11072607464082276, "gay": 0.3059150773895706, "man": 0.19518900274874781}, "down": {"gay - man": 0.023138035317105593, "gay": 0.24709787486507354, "man": 0.22395983954796794}, "even": {"gay - man": 0.12622656789496858, "gay": 0.3109417374610052, "man": 0.1847151695660366}, "ever": {"gay - man": 0.11318189784414667, "gay": 0.2625623962620298, "man": 0.14938049841788315}, "face": {"gay - man": 0.10988582796514834, "gay": 0.3190684929780839, "man": 0.20918266501293553}, "family": {"gay - man": 0.17756130225419064, "gay": 0.3550373950852266, "man": 0.17747609283103594}, "famous": {"gay - man": 0.10577767103222369, "gay": 0.3754217905526198, "man": 0.26964411952039613}, "first": {"gay - man": 0.09032434450394478, "gay": 0.3231548763674664, "man": 0.23283053186352165}, "for": {"gay - man": -0.021287205419756594, "gay": 0.3102720307063573, "man": 0.3315592361261139}, "force": {"gay - man": 0.02179056984541894, "gay": 0.338066692043886, "man": 0.31627612219846707}, "friends": {"gay - man": 0.1781307449100716, "gay": 0.34976809161424605, "man": 0.17163734670417444}, "from": {"gay - man": 0.12287877677520898, "gay": 0.3930186576832394, "man": 0.2701398809080304}, "full": {"gay - man": 0.08703614532265386, "gay": 0.37559975753270997, "man": 0.2885636122100561}, "future": {"gay - man": 0.056187504400662, "gay": 0.3125297991722355, "man": 0.2563422947715735}, "gay": {"gay - man": 0.4883555757328074, "gay": 0.7119961014565707, "man": 0.22364052572376322}, "genocide": {"gay - man": 0.10946550761748639, "gay": 0.32539923643435326, "man": 0.21593372881686687}, "glad": {"gay - man": 0.10848999896413958, "gay": 0.3395282081788679, "man": 0.23103820921472834}, "god": {"gay - man": 0.11189207561398118, "gay": 0.2863788706607983, "man": 0.17448679504681713}, "great": {"gay - man": 0.023115421862462404, "gay": 0.24887777212404738, "man": 0.22576235026158498}, "group": {"gay - man": 0.1780220039321509, "gay": 0.3507832518628138, "man": 0.1727612479306629}, "gypsy": {"gay - man": 0.10239277946248637, "gay": 0.4150039721576905, "man": 0.31261119269520415}, "hall": {"gay - man": 0.1142689469400206, "gay": 0.4432872774575441, "man": 0.3290183305175235}, "has": {"gay - man": -0.016132896454967238, "gay": 0.28341107790892084, "man": 0.2995439743638881}, "have": {"gay - man": 0.0416759981463343, "gay": 0.2655600483084889, "man": 0.2238840501621546}, "he": {"gay - man": -0.02763681422995018, "gay": 0.2808250738851172, "man": 0.30846188811506736}, "head": {"gay - man": 0.109819897217451, "gay": 0.32007192514348526, "man": 0.21025202792603426}, "hell": {"gay - man": 0.12239364548712789, "gay": 0.36024727464174416, "man": 0.23785362915461628}, "here": {"gay - man": -0.043127993897087186, "gay": 0.19425900171109664, "man": 0.23738699560818383}, "high": {"gay - man": 0.1773768418607607, "gay": 0.3567200648421205, "man": 0.1793432229813598}, "his": {"gay - man": -0.027157036461217476, "gay": 0.3083489917165534, "man": 0.33550602817777087}, "home": {"gay - man": 0.05792333274726935, "gay": 0.260008194091471, "man": 0.20208486134420167}, "how": {"gay - man": 0.1278378889852417, "gay": 0.28682993066969575, "man": 0.15899204168445405}, "i": {"gay - man": -0.12288349856601916, "gay": 0.17268396469878788, "man": 0.29556746326480704}, "if": {"gay - man": 0.07235820992527744, "gay": 0.2779347513604833, "man": 0.20557654143520585}, "in": {"gay - man": 0.004959006713022462, "gay": 0.37530818831793283, "man": 0.37034918160491037}, "is": {"gay - man": 0.13234731993949245, "gay": 0.4381859402767081, "man": 0.30583862033721565}, "it": {"gay - man": 0.042357067086791766, "gay": 0.31140576525999647, "man": 0.2690486981732047}, "its": {"gay - man": 0.18211015677690803, "gay": 0.3091159590657023, "man": 0.12700580228879424}, "job": {"gay - man": 0.10995027665690049, "gay": 0.3180837706829696, "man": 0.20813349402606912}, "kill": {"gay - man": 0.05548121483109364, "gay": 0.33133876373232385, "man": 0.2758575489012302}, "know": {"gay - man": 0.12784953919957098, "gay": 0.2866457459731065, "man": 0.1587962067735355}, "last": {"gay - man": 0.10717126912122033, "gay": 0.3641396245458601, "man": 0.25696835542463975}, "lesbian": {"gay - man": 0.16249146111472929, "gay": 0.46678952826885234, "man": 0.30429806715412305}, "lies": {"gay - man": 0.10685213607104643, "gay": 0.3617297305324054, "man": 0.254877594461359}, "like": {"gay - man": -0.18933569683047058, "gay": 0.15812117337320947, "man": 0.34745687020368005}, "local": {"gay - man": 0.109819897217451, "gay": 0.32007192514348526, "man": 0.21025202792603426}, "look": {"gay - man": 0.023099910888604164, "gay": 0.2500918886982128, "man": 0.22699197780960864}, "m": {"gay - man": -0.038214658031418436, "gay": 0.280151186098834, "man": 0.31836584413025243}, "man": {"gay - man": -0.42158873224428106, "gay": 0.2671990310042123, "man": 0.6887877632484933}, "many": {"gay - man": 0.05855929060532242, "gay": 0.23757348901626313, "man": 0.1790141984109407}, "marry": {"gay - man": 0.10521458251591503, "gay": 0.382357289307344, "man": 0.27714270679142894}, "may": {"gay - man": 0.12269207512804087, "gay": 0.3567200648421205, "man": 0.23402798971407962}, "me": {"gay - man": -0.08629716757733685, "gay": 0.18463418472863086, "man": 0.2709313523059677}, "media": {"gay - man": 0.11052531368413426, "gay": 0.30912211344576335, "man": 0.19859679976162908}, "men": {"gay - man": -0.023544702315043575, "gay": 0.29727767112932063, "man": 0.3208223734443642}, "much": {"gay - man": 0.05809394624156716, "gay": 0.2542023775907844, "man": 0.19610843134921724}, "my": {"gay - man": 0.09209675785906868, "gay": 0.32366394250068425, "man": 0.23156718464161558}, "n": {"gay - man": 0.06835640163523277, "gay": 0.34108789456279964, "man": 0.2727314929275669}, "negro": {"gay - man": 0.11224590239829157, "gay": 0.28010381733991385, "man": 0.16785791494162228}, "new": {"gay - man": 0.05885331180507261, "gay": 0.22637172048019993, "man": 0.16751840867512732}, "nice": {"gay - man": 0.022401901756456843, "gay": 0.3000110950503858, "man": 0.27760919329392897}, "no": {"gay - man": 0.010529040503094778, "gay": 0.2672907979249346, "man": 0.2567617574218398}, "non": {"gay - man": -0.0030871313459825966, "gay": 0.2603668053595391, "man": 0.2634539367055217}, "not": {"gay - man": 0.07261138242606927, "gay": 0.27139049502137347, "man": 0.1987791125953042}, "nothing": {"gay - man": 0.11255732923328418, "gay": 0.27442758541300943, "man": 0.16187025617972525}, "now": {"gay - man": -0.0031022962939585286, "gay": 0.23532849499281197, "man": 0.2384307912867705}, "of": {"gay - man": 0.07386617721664718, "gay": 0.4214432869429458, "man": 0.3475771097262986}, "off": {"gay - man": 0.05795490994998018, "gay": 0.2589443973588688, "man": 0.20098948740888864}, "old": {"gay - man": 0.01023454068945856, "gay": 0.30659384821051305, "man": 0.2963593075210545}, "on": {"gay - man": 0.00721473770100961, "gay": 0.3198189922109506, "man": 0.312604254509941}, "one": {"gay - man": -0.03875547929180284, "gay": 0.25634831498795535, "man": 0.2951037942797582}, "or": {"gay - man": 0.006175176467720533, "gay": 0.2779347513604833, "man": 0.27175957489276276}, "our": {"gay - man": -0.02477263005027766, "gay": 0.19809577398502629, "man": 0.22286840403530395}, "out": {"gay - man": -0.0035900658066475577, "gay": 0.24425524741621196, "man": 0.24784531322285952}, "over": {"gay - man": 0.11408972162072786, "gay": 0.24395486781234127, "man": 0.1298651461916134}, "own": {"gay - man": 0.11361651718953061, "gay": 0.25387672954364016, "man": 0.14026021235410954}, "p": {"gay - man": 0.055947052730667246, "gay": 0.3190684929780839, "man": 0.2631214402474166}, "people": {"gay - man": 0.07860216044130103, "gay": 0.35229538975976327, "man": 0.27369322931846224}, "place": {"gay - man": 0.022722051415446587, "gay": 0.27815148075575324, "man": 0.25542942934030666}, "please": {"gay - man": 0.11201538569415484, "gay": 0.28421210679182835, "man": 0.1721967210976735}, "pride": {"gay - man": 0.2456266028742538, "gay": 0.4527303153136059, "man": 0.2071037124393521}, "protect": {"gay - man": 0.10646635492471745, "gay": 0.36671849966113956, "man": 0.2602521447364221}, "proud": {"gay - man": 0.1207487814285047, "gay": 0.37894431128282685, "man": 0.25819552985432215}, "race": {"gay - man": 0.1701012047772647, "gay": 0.34782524740034015, "man": 0.17772404262307545}, "racist": {"gay - man": 0.05690136904108206, "gay": 0.2921771536484656, "man": 0.23527578460738352}, "re": {"gay - man": 0.064430623981242, "gay": 0.31792348313485363, "man": 0.25349285915361164}, "right": {"gay - man": 0.057912655969311916, "gay": 0.2603668053595391, "man": 0.20245414939022718}, "running": {"gay - man": 0.10869313692010765, "gay": 0.3366469365003771, "man": 0.22795379958026943}, "s": {"gay - man": 0.028411529018522175, "gay": 0.3521118307945456, "man": 0.32370030177602344}, "same": {"gay - man": 0.058229553624685876, "gay": 0.24948200409660323, "man": 0.19125245047191736}, "say": {"gay - man": 0.09151993515591758, "gay": 0.3013652923481402, "man": 0.2098453571922226}, "school": {"gay - man": 0.05883669862062957, "gay": 0.22702091484815176, "man": 0.1681842162275222}, "seen": {"gay - man": 0.05743798035151437, "gay": 0.27579722769484927, "man": 0.2183592473433349}, "should": {"gay - man": -0.024446705367439037, "gay": 0.22900573425168919, "man": 0.2534524396191282}, "so": {"gay - man": 0.04160084167165237, "gay": 0.2869969161341534, "man": 0.24539607446250103}, "some": {"gay - man": 0.07441524739605299, "gay": 0.34640811119034154, "man": 0.27199286379428855}, "sorry": {"gay - man": 0.022165583407255274, "gay": 0.31523467943364913, "man": 0.29306909602639386}, "start": {"gay - man": 0.1124829335392811, "gay": 0.27579722769484927, "man": 0.16331429415556817}, "suspected": {"gay - man": 0.1041135696830604, "gay": 0.3954892471925377, "man": 0.2913756775094773}, "t": {"gay - man": 0.07940379660667957, "gay": 0.33801346795189585, "man": 0.2586096713452163}, "teacher": {"gay - man": 0.11030909277007062, "gay": 0.3125297991722355, "man": 0.20222070640216488}, "that": {"gay - man": 0.048355192894776744, "gay": 0.3585699924174608, "man": 0.31021479952268405}, "the": {"gay - man": 0.008055227446772395, "gay": 0.36692477768705334, "man": 0.35886955024028094}, "their": {"gay - man": 0.06737490154514267, "gay": 0.2363630406174499, "man": 0.16898813907230723}, "then": {"gay - man": 0.12730796221846763, "gay": 0.29504761147136205, "man": 0.16773964925289442}, "there": {"gay - man": -0.03923140305653394, "gay": 0.23341124655175383, "man": 0.27264264960828777}, "these": {"gay - man": 0.12722500572802, "gay": 0.29630683450188333, "man": 0.16908182877386332}, "they": {"gay - man": 0.1163402522262664, "gay": 0.34159740274887285, "man": 0.22525715052260645}, "think": {"gay - man": 0.11493005198072377, "gay": 0.2248800432261317, "man": 0.10994999124540793}, "this": {"gay - man": 0.053792135309365774, "gay": 0.3672135959579981, "man": 0.3134214606486323}, "those": {"gay - man": 0.11453469061080163, "gay": 0.23411265125295821, "man": 0.11957796064215659}, "time": {"gay - man": -0.04253242931485279, "gay": 0.22466952322641592, "man": 0.2672019525412687}, "to": {"gay - man": 0.015307658353594211, "gay": 0.3492553272265888, "man": 0.3339476688729946}, "together": {"gay - man": 0.05685960815567709, "gay": 0.2934101736311624, "man": 0.2365505654754853}, "too": {"gay - man": 0.05855243936455165, "gay": 0.2378275985166722, "man": 0.17927515915212056}, "true": {"gay - man": 0.022235569507908948, "gay": 0.31079918171796506, "man": 0.2885636122100561}, "use": {"gay - man": 0.11243210968104211, "gay": 0.27672789871782166, "man": 0.16429578903677955}, "vacation": {"gay - man": 0.10239277946248637, "gay": 0.4150039721576905, "man": 0.31261119269520415}, "very": {"gay - man": 0.05853168026703931, "gay": 0.2385957277700314, "man": 0.1800640475029921}, "video": {"gay - man": 0.06866933048854151, "gay": 0.35867025318793766, "man": 0.29000092269939615}, "want": {"gay - man": 0.058720340037958285, "gay": 0.23151170399808113, "man": 0.17279136396012285}, "was": {"gay - man": -0.026040213498389586, "gay": 0.2944540472351808, "man": 0.3204942607335704}, "watch": {"gay - man": 0.0230553153734345, "gay": 0.25355272073990537, "man": 0.23049740536647087}, "we": {"gay - man": 0.04555042645526783, "gay": 0.23082566482210376, "man": 0.18527523836683593}, "well": {"gay - man": 0.17031150538200723, "gay": 0.34577235744526535, "man": 0.17546085206325812}, "were": {"gay - man": 0.11491240566783763, "gay": 0.22530299430375167, "man": 0.11039058863591404}, "what": {"gay - man": 0.023715424999413426, "gay": 0.1967951157977903, "man": 0.17307969079837687}, "when": {"gay - man": 0.11094803913772, "gay": 0.3108573159478735, "man": 0.19990927681015352}, "white": {"gay - man": -0.14619763511523826, "gay": 0.27661790299960726, "man": 0.4228155381148455}, "who": {"gay - man": 0.0888348343425302, "gay": 0.34107328384903, "man": 0.2522384495064998}, "whole": {"gay - man": 0.11047279410099009, "gay": 0.30995417918642315, "man": 0.19948138508543306}, "will": {"gay - man": 0.0559281681408175, "gay": 0.2860229890669719, "man": 0.23009482092615438}, "with": {"gay - man": 0.02217980113279644, "gay": 0.3638724653524244, "man": 0.34169266421962796}, "work": {"gay - man": 0.022665575003935012, "gay": 0.2821223288815718, "man": 0.2594567538776368}, "would": {"gay - man": -0.0031149499406480374, "gay": 0.18724593446254018, "man": 0.1903608844031882}, "years": {"gay - man": 0.058437972018826556, "gay": 0.24202981083724698, "man": 0.18359183881842042}, "york": {"gay - man": 0.10914708030796108, "gay": 0.3300944335676952, "man": 0.2209473532597341}, "you": {"gay - man": 0.04167597514891977, "gay": 0.27943720606107747, "man": 0.2377612309121577}, "young": {"gay - man": 0.024425611777917633, "gay": 0.3747963099624649, "man": 0.35037069818454725}, "your": {"gay - man": 0.11761941982518953, "gay": 0.35035626059064096, "man": 0.23273684076545142}, "youtube": {"gay - man": 0.04801082241403709, "gay": 0.36295106138187816, "man": 0.31494023896784107}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-she.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-she.json new file mode 100644 index 0000000000000000000000000000000000000000..5eb3b44e0a5d300f1ce815ecdc98ebedee8ec3bd --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-she.json @@ -0,0 +1 @@ +{"12": {"gay - she": 0.13847486507004197, "gay": 0.33261435005594214, "she": 0.19413948498590017}, "9": {"gay - she": 0.13968568833416553, "gay": 0.32007192514348526, "she": 0.18038623680931973}, "a": {"gay - she": -0.03562780004055366, "gay": 0.3185280405536974, "she": 0.35415584059425104}, "about": {"gay - she": -0.09175367275879862, "gay": 0.18081489463779463, "she": 0.27256856739659324}, "adopt": {"gay - she": 0.13104463780295472, "gay": 0.40099347696909554, "she": 0.2699488391661408}, "all": {"gay - she": 0.1146816218237465, "gay": 0.26638660997311403, "she": 0.15170498814936753}, "an": {"gay - she": -0.003072654005601416, "gay": 0.20416605708002697, "she": 0.20723871108562839}, "and": {"gay - she": -0.029267329592708502, "gay": 0.3426108028061029, "she": 0.3718781323988114}, "any": {"gay - she": 0.09333640930739454, "gay": 0.23036131214393932, "she": 0.13702490283654478}, "apparently": {"gay - she": 0.13618334547675326, "gay": 0.3551335293325131, "she": 0.21895018385575982}, "are": {"gay - she": 0.19031251310515865, "gay": 0.37451165546260606, "she": 0.18419914235744742}, "around": {"gay - she": 0.05886615987817412, "gay": 0.24230142905520102, "she": 0.1834352691770269}, "as": {"gay - she": 0.06703730526259608, "gay": 0.30561045965241845, "she": 0.23857315438982238}, "at": {"gay - she": 0.015709849563201483, "gay": 0.2855405370323465, "she": 0.269830687469145}, "back": {"gay - she": -0.07367081039141277, "gay": 0.2292298231880766, "she": 0.3029006335794894}, "be": {"gay - she": -0.003960967334453613, "gay": 0.2225641675538312, "she": 0.22652513488828482}, "beautiful": {"gay - she": 0.011788324779785475, "gay": 0.3059150773895706, "she": 0.2941267526097851}, "because": {"gay - she": 0.038209337559407974, "gay": 0.3435654563470742, "she": 0.3053561187876662}, "behind": {"gay - she": 0.08774520567097874, "gay": 0.3190684929780839, "she": 0.23132328730710514}, "below": {"gay - she": 0.13696996386296334, "gay": 0.34756942251574136, "she": 0.21059945865277802}, "blood": {"gay - she": 0.14030928595898834, "gay": 0.31341637660997984, "she": 0.1731070906509915}, "brother": {"gay - she": 0.13884027702930063, "gay": 0.3288797483035058, "she": 0.19003947127420517}, "brown": {"gay - she": 0.14236736412780265, "gay": 0.2903758635860459, "she": 0.14800849945824324}, "bulgarian": {"gay - she": 0.13320975597838047, "gay": 0.382357289307344, "she": 0.2491475333289635}, "but": {"gay - she": -0.029977848538500274, "gay": 0.2696359246510539, "she": 0.2996137731895542}, "by": {"gay - she": 0.03796321751259116, "gay": 0.2661766556423075, "she": 0.22821343812971637}, "called": {"gay - she": 0.08890978511499337, "gay": 0.30215229058316906, "she": 0.2132425054681757}, "care": {"gay - she": 0.14070470125528053, "gay": 0.30912211344576335, "she": 0.1684174121904828}, "children": {"gay - she": 0.1666741191582783, "gay": 0.3787406693376116, "she": 0.2120665501793333}, "classes": {"gay - she": 0.13596228267729757, "gay": 0.35723006123906836, "she": 0.2212677785617708}, "come": {"gay - she": 0.09119356739554738, "gay": 0.2667991684867617, "she": 0.17560560109121434}, "community": {"gay - she": 0.20485208221585177, "gay": 0.37894431128282685, "she": 0.17409222906697508}, "country": {"gay - she": 0.09199725540797543, "gay": 0.25355272073990537, "she": 0.16155546533192994}, "crime": {"gay - she": 0.1419396417292966, "gay": 0.2953110512667621, "she": 0.1533714095374655}, "cry": {"gay - she": 0.13104463780295472, "gay": 0.40099347696909554, "she": 0.2699488391661408}, "crying": {"gay - she": 0.1293470339156117, "gay": 0.4150039721576905, "she": 0.28565693824207883}, "day": {"gay - she": 0.013438080049671147, "gay": 0.23911272931733032, "she": 0.22567464926765918}, "do": {"gay - she": 0.08523119995811293, "gay": 0.311483384651383, "she": 0.22625218469327005}, "done": {"gay - she": 0.05579753480823685, "gay": 0.3059150773895706, "she": 0.25011754258133373}, "down": {"gay - she": 0.03349248329984869, "gay": 0.24709787486507354, "she": 0.21360539156522484}, "drug": {"gay - she": 0.13714623624888803, "gay": 0.3458514332334042, "she": 0.2087051969845162}, "drugs": {"gay - she": 0.13433131853323654, "gay": 0.37232752764639504, "she": 0.2379962091131585}, "even": {"gay - she": 0.12664738787381796, "gay": 0.3109417374610052, "she": 0.1842943495871872}, "ever": {"gay - she": 0.05792499339376611, "gay": 0.2625623962620298, "she": 0.2046374028682637}, "face": {"gay - she": 0.13978054396164763, "gay": 0.3190684929780839, "she": 0.17928794901643624}, "family": {"gay - she": 0.155601532161787, "gay": 0.3550373950852266, "she": 0.1994358629234396}, "first": {"gay - she": 0.10048362364661359, "gay": 0.3231548763674664, "she": 0.22267125272085284}, "for": {"gay - she": 0.048076912501118285, "gay": 0.3102720307063573, "she": 0.262195118205239}, "friends": {"gay - she": 0.20902148631677492, "gay": 0.34976809161424605, "she": 0.14074660529747113}, "from": {"gay - she": 0.08757559378639584, "gay": 0.3930186576832394, "she": 0.30544306389684356}, "future": {"gay - she": 0.14039136733640264, "gay": 0.3125297991722355, "she": 0.17213843183583286}, "great": {"gay - she": 0.03343006680522892, "gay": 0.24887777212404738, "she": 0.21544770531881846}, "group": {"gay - she": 0.1560964082955674, "gay": 0.3507832518628138, "she": 0.1946868435672464}, "hall": {"gay - she": 0.1941397441285806, "gay": 0.4432872774575441, "she": 0.2491475333289635}, "has": {"gay - she": -0.013784501992102183, "gay": 0.28341107790892084, "she": 0.297195579901023}, "have": {"gay - she": 0.15254390865846856, "gay": 0.2655600483084889, "she": 0.11301613965002033}, "he": {"gay - she": 0.06578633045574328, "gay": 0.2808250738851172, "she": 0.2150387434293739}, "head": {"gay - she": 0.08767465915793832, "gay": 0.32007192514348526, "she": 0.23239726598554694}, "hell": {"gay - she": 0.2075724881327384, "gay": 0.36024727464174416, "she": 0.15267478650900576}, "here": {"gay - she": -0.018073644657873145, "gay": 0.19425900171109664, "she": 0.21233264636896979}, "high": {"gay - she": 0.15540406005809512, "gay": 0.3567200648421205, "she": 0.20131600478402537}, "his": {"gay - she": 0.1606920743779653, "gay": 0.3083489917165534, "she": 0.1476569173385881}, "home": {"gay - she": 0.09160912032831883, "gay": 0.260008194091471, "she": 0.1683990737631522}, "how": {"gay - she": 0.037109949884991056, "gay": 0.28682993066969575, "she": 0.2497199807847047}, "i": {"gay - she": -0.14322344443366491, "gay": 0.17268396469878788, "she": 0.3159074091324528}, "if": {"gay - she": -0.018257597190710073, "gay": 0.2779347513604833, "she": 0.29619234855119336}, "important": {"gay - she": 0.2017680292360854, "gay": 0.39882162123994974, "she": 0.19705359200386435}, "in": {"gay - she": 0.05936101547107514, "gay": 0.37530818831793283, "she": 0.3159471728468577}, "inside": {"gay - she": 0.13572940069762413, "gay": 0.35942526552315907, "she": 0.22369586482553494}, "is": {"gay - she": 0.07664615121056262, "gay": 0.4381859402767081, "she": 0.3615397890661455}, "it": {"gay - she": 0.04082014841580439, "gay": 0.31140576525999647, "she": 0.2705856168441921}, "its": {"gay - she": 0.21413556683513585, "gay": 0.3091159590657023, "she": 0.09498039223056642}, "job": {"gay - she": 0.13987334141676752, "gay": 0.3180837706829696, "she": 0.1782104292662021}, "kids": {"gay - she": 0.04931023196902323, "gay": 0.30937364631173786, "she": 0.2600634143427146}, "kill": {"gay - she": 0.13860014083858382, "gay": 0.33133876373232385, "she": 0.19273862289374002}, "know": {"gay - she": 0.0654595165322378, "gay": 0.2866457459731065, "she": 0.2211862294408687}, "last": {"gay - she": 0.1435172399669158, "gay": 0.3641396245458601, "she": 0.22062238457894429}, "laugh": {"gay - she": 0.1379339312489628, "gay": 0.338066692043886, "she": 0.2001327607949232}, "law": {"gay - she": 0.1392837543130865, "gay": 0.32428932025254026, "she": 0.18500556593945375}, "like": {"gay - she": -0.1404442505091802, "gay": 0.15812117337320947, "she": 0.29856542388238966}, "long": {"gay - she": 0.09074620027927102, "gay": 0.2739778398397057, "she": 0.18323163956043467}, "longer": {"gay - she": 0.1363937269319558, "gay": 0.35312657766807953, "she": 0.21673285073612372}, "look": {"gay - she": 0.03338744564422513, "gay": 0.2500918886982128, "she": 0.21670444305398767}, "m": {"gay - she": 0.08318194065085513, "gay": 0.280151186098834, "she": 0.19696924544797886}, "man": {"gay - she": 0.05770486220646104, "gay": 0.2671990310042123, "she": 0.20949416879775123}, "marry": {"gay - she": 0.13320975597838047, "gay": 0.382357289307344, "she": 0.2491475333289635}, "may": {"gay - she": 0.15540406005809512, "gay": 0.3567200648421205, "she": 0.20131600478402537}, "me": {"gay - she": -0.054784102765516124, "gay": 0.18463418472863086, "she": 0.23941828749414698}, "middle": {"gay - she": 0.13731563319008186, "gay": 0.34419228981871636, "she": 0.2068766566286345}, "much": {"gay - she": 0.09195849833786629, "gay": 0.2542023775907844, "she": 0.1622438792529181}, "my": {"gay - she": 0.016702567813695945, "gay": 0.32366394250068425, "she": 0.3069613746869883}, "n": {"gay - she": 0.03793623385495554, "gay": 0.34108789456279964, "she": 0.3031516607078441}, "negro": {"gay - she": 0.090357850630361, "gay": 0.28010381733991385, "she": 0.18974596670955285}, "new": {"gay - she": 0.09355809394668471, "gay": 0.22637172048019993, "she": 0.13281362653351522}, "no": {"gay - she": 0.014764075575361024, "gay": 0.2672907979249346, "she": 0.2525267223495736}, "non": {"gay - she": 0.05802861478646365, "gay": 0.2603668053595391, "she": 0.20233819057307545}, "not": {"gay - she": -0.005394018834790237, "gay": 0.27139049502137347, "she": 0.2767845138561637}, "nothing": {"gay - she": 0.14370095811080358, "gay": 0.27442758541300943, "she": 0.13072662730220586}, "now": {"gay - she": -0.0036282916238156437, "gay": 0.23532849499281197, "she": 0.23895678661662761}, "of": {"gay - she": 0.14675272968440495, "gay": 0.4214432869429458, "she": 0.27469055725854086}, "off": {"gay - she": -0.03171668729904159, "gay": 0.2589443973588688, "she": 0.2906610846579104}, "old": {"gay - she": 0.013651022134836932, "gay": 0.30659384821051305, "she": 0.2929428260756761}, "on": {"gay - she": 0.058777918933722695, "gay": 0.3198189922109506, "she": 0.2610410732772279}, "one": {"gay - she": 0.026184532950574907, "gay": 0.25634831498795535, "she": 0.23016378203738044}, "open": {"gay - she": 0.20510653205364918, "gay": 0.37724496388948203, "she": 0.17213843183583286}, "opinion": {"gay - she": 0.13494527597621897, "gay": 0.36671849966113956, "she": 0.2317732236849206}, "or": {"gay - she": 0.015948613254274047, "gay": 0.2779347513604833, "she": 0.26198613810620924}, "our": {"gay - she": 0.060802685603881856, "gay": 0.19809577398502629, "she": 0.13729308838114443}, "out": {"gay - she": -0.0573125150289423, "gay": 0.24425524741621196, "she": 0.30156776244515426}, "over": {"gay - she": 0.09256193669291504, "gay": 0.24395486781234127, "she": 0.15139293111942623}, "own": {"gay - she": 0.03325434496469587, "gay": 0.25387672954364016, "she": 0.22062238457894429}, "people": {"gay - she": 0.13334687068849901, "gay": 0.35229538975976327, "she": 0.21894851907126425}, "pictures": {"gay - she": 0.13968568833416553, "gay": 0.32007192514348526, "she": 0.18038623680931973}, "place": {"gay - she": 0.03239221359615965, "gay": 0.27815148075575324, "she": 0.2457592671595936}, "pride": {"gay - she": 0.2755774636458267, "gay": 0.4527303153136059, "she": 0.17715285166777922}, "protect": {"gay - she": 0.13494527597621897, "gay": 0.36671849966113956, "she": 0.2317732236849206}, "question": {"gay - she": 0.1363937269319558, "gay": 0.35312657766807953, "she": 0.21673285073612372}, "race": {"gay - she": 0.17064584965957294, "gay": 0.34782524740034015, "she": 0.1771793977407672}, "racist": {"gay - she": 0.1422120759579391, "gay": 0.2921771536484656, "she": 0.14996507769052647}, "re": {"gay - she": 0.2130953675287947, "gay": 0.31792348313485363, "she": 0.10482811560605892}, "right": {"gay - she": 0.03302528116661263, "gay": 0.2603668053595391, "she": 0.22734152419292647}, "running": {"gay - she": 0.1380756393952027, "gay": 0.3366469365003771, "she": 0.19857129710517438}, "s": {"gay - she": 0.07934517766198651, "gay": 0.3521118307945456, "she": 0.2727666531325591}, "same": {"gay - she": 0.01317602430605369, "gay": 0.24948200409660323, "she": 0.23630597979054954}, "say": {"gay - she": 0.049710008799409344, "gay": 0.3013652923481402, "she": 0.25165528354873085}, "school": {"gay - she": -0.0436201667288679, "gay": 0.22702091484815176, "she": 0.27064108157701966}, "seen": {"gay - she": 0.14358933536291643, "gay": 0.27579722769484927, "she": 0.13220789233193284}, "should": {"gay - she": 0.059465446440938124, "gay": 0.22900573425168919, "she": 0.16954028781075106}, "sick": {"gay - she": 0.1380756393952027, "gay": 0.3366469365003771, "she": 0.19857129710517438}, "so": {"gay - she": 0.023559184800767463, "gay": 0.2869969161341534, "she": 0.26343773133338594}, "some": {"gay - she": 0.10375073841864155, "gay": 0.34640811119034154, "she": 0.2426573727717}, "something": {"gay - she": 0.06263165511842073, "gay": 0.3347887912404371, "she": 0.27215713612201636}, "sorry": {"gay - she": -0.031465553047572425, "gay": 0.31523467943364913, "she": 0.34670023248122156}, "sort": {"gay - she": 0.13731563319008186, "gay": 0.34419228981871636, "she": 0.2068766566286345}, "start": {"gay - she": 0.0906314956818951, "gay": 0.27579722769484927, "she": 0.18516573201295417}, "support": {"gay - she": 0.15378430426544873, "gay": 0.37021869330725493, "she": 0.2164343890418062}, "t": {"gay - she": 0.04408528593270167, "gay": 0.33801346795189585, "she": 0.2939281820191942}, "teacher": {"gay - she": -0.031486061857086356, "gay": 0.3125297991722355, "she": 0.34401586102932186}, "teaches": {"gay - she": 0.13226067935947422, "gay": 0.3906388455418885, "she": 0.25837816618241427}, "that": {"gay - she": 0.09176084553912478, "gay": 0.3585699924174608, "she": 0.266809146878336}, "the": {"gay - she": 0.040036847057361824, "gay": 0.36692477768705334, "she": 0.3268879306296915}, "theater": {"gay - she": 0.12815536157646418, "gay": 0.42455359297590844, "she": 0.29639823139944427}, "their": {"gay - she": 0.08584011492738267, "gay": 0.2363630406174499, "she": 0.15052292569006723}, "then": {"gay - she": 0.02483818979243335, "gay": 0.29504761147136205, "she": 0.2702094216789287}, "there": {"gay - she": 0.052947054717747466, "gay": 0.23341124655175383, "she": 0.18046419183400636}, "these": {"gay - she": 0.21558220327322158, "gay": 0.29630683450188333, "she": 0.08072463122866175}, "they": {"gay - she": 0.1630826376086165, "gay": 0.34159740274887285, "she": 0.17851476514025635}, "thing": {"gay - she": -0.01875150491535521, "gay": 0.2656148204121383, "she": 0.2843663253274935}, "think": {"gay - she": -0.04362883856601302, "gay": 0.2248800432261317, "she": 0.2685088817921447}, "this": {"gay - she": 0.09870851211092174, "gay": 0.3672135959579981, "she": 0.26850508384707633}, "though": {"gay - she": 0.14158736993724796, "gay": 0.29931518665119283, "she": 0.15772781671394487}, "time": {"gay - she": 0.01380675599465106, "gay": 0.22466952322641592, "she": 0.21086276723176486}, "to": {"gay - she": 0.038634802663644774, "gay": 0.3492553272265888, "she": 0.31062052456294403}, "together": {"gay - she": 0.08949337438835611, "gay": 0.2934101736311624, "she": 0.20391679924280628}, "too": {"gay - she": -0.018541959368458732, "gay": 0.2378275985166722, "she": 0.25636955788513094}, "use": {"gay - she": 0.0905726139868348, "gay": 0.27672789871782166, "she": 0.18615528473098686}, "values": {"gay - she": 0.13494527597621897, "gay": 0.36671849966113956, "she": 0.2317732236849206}, "very": {"gay - she": 0.013451203394757139, "gay": 0.2385957277700314, "she": 0.22514452437527427}, "video": {"gay - she": 0.16929417761419688, "gay": 0.35867025318793766, "she": 0.18937607557374078}, "want": {"gay - she": 0.09327201395725745, "gay": 0.23151170399808113, "she": 0.13823969004082368}, "wants": {"gay - she": 0.08737635585993034, "gay": 0.32428932025254026, "she": 0.23691296439260992}, "was": {"gay - she": -0.0887939483612532, "gay": 0.2944540472351808, "she": 0.383247995596434}, "watch": {"gay - she": -0.003927162708413312, "gay": 0.25355272073990537, "she": 0.2574798834483187}, "we": {"gay - she": 0.06846024646284732, "gay": 0.23082566482210376, "she": 0.16236541835925644}, "well": {"gay - she": 0.12522493516061306, "gay": 0.34577235744526535, "she": 0.2205474222846523}, "were": {"gay - she": 0.013790496646029798, "gay": 0.22530299430375167, "she": 0.21151249765772187}, "what": {"gay - she": 0.014530336844715636, "gay": 0.1967951157977903, "she": 0.18226477895307466}, "when": {"gay - she": 0.03974825374786367, "gay": 0.3108573159478735, "she": 0.27110906220000985}, "white": {"gay - she": -0.000445429588409485, "gay": 0.27661790299960726, "she": 0.27706333258801674}, "who": {"gay - she": 0.14505192914754195, "gay": 0.34107328384903, "she": 0.19602135470148807}, "whole": {"gay - she": 0.08837846554383755, "gay": 0.30995417918642315, "she": 0.2215757136425856}, "will": {"gay - she": 0.050450971307516135, "gay": 0.2860229890669719, "she": 0.23557201775945574}, "with": {"gay - she": 0.1173406040184149, "gay": 0.3638724653524244, "she": 0.2465318613340095}, "wo": {"gay - she": 0.13847486507004197, "gay": 0.33261435005594214, "she": 0.19413948498590017}, "work": {"gay - she": 0.09022855946472608, "gay": 0.2821223288815718, "she": 0.19189376941684572}, "would": {"gay - she": -0.05477406672519933, "gay": 0.18724593446254018, "she": 0.2420200011877395}, "years": {"gay - she": 0.033669776325892464, "gay": 0.24202981083724698, "she": 0.2083600345113545}, "you": {"gay - she": 0.1086661060039347, "gay": 0.27943720606107747, "she": 0.17077110005714277}, "young": {"gay - she": 0.20547064007989188, "gay": 0.3747963099624649, "she": 0.169325669882573}, "your": {"gay - she": 0.19235527830385518, "gay": 0.35035626059064096, "she": 0.15800098228678577}, "youtube": {"gay - she": 0.21138128925620014, "gay": 0.36295106138187816, "she": 0.15156977212567802}, "yr": {"gay - she": 0.13027880324759195, "gay": 0.4073755921177137, "she": 0.27709678887012174}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-straight.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-straight.json new file mode 100644 index 0000000000000000000000000000000000000000..17ae9480413854bd0c6caac2e9da67c768a3814a --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-straight.json @@ -0,0 +1 @@ +{"a": {"gay - straight": -0.06330805585575355, "gay": 0.3185280405536974, "straight": 0.38183609640945093}, "about": {"gay - straight": -0.12340583541785025, "gay": 0.18081489463779463, "straight": 0.3042207300556449}, "all": {"gay - straight": -0.09631872577522588, "gay": 0.26638660997311403, "straight": 0.3627053357483399}, "an": {"gay - straight": -0.12187328952806634, "gay": 0.20416605708002697, "straight": 0.3260393466080933}, "and": {"gay - straight": -0.08669895843474829, "gay": 0.3426108028061029, "straight": 0.4293097612408512}, "any": {"gay - straight": -0.0463601869665812, "gay": 0.23036131214393932, "straight": 0.2767214991105205}, "are": {"gay - straight": 0.13798328300201615, "gay": 0.37451165546260606, "straight": 0.23652837246058991}, "around": {"gay - straight": -0.04604596697849639, "gay": 0.24230142905520102, "straight": 0.2883473960336974}, "as": {"gay - straight": -0.023840971669675026, "gay": 0.30561045965241845, "straight": 0.3294514313220935}, "at": {"gay - straight": -0.05773073606652046, "gay": 0.2855405370323465, "straight": 0.34327127309886696}, "be": {"gay - straight": 0.022789572923563095, "gay": 0.2225641675538312, "straight": 0.19977459463026812}, "by": {"gay - straight": 0.022348921454473147, "gay": 0.2661766556423075, "straight": 0.24382773418783438}, "community": {"gay - straight": 0.02075521523318996, "gay": 0.37894431128282685, "straight": 0.3581890960496369}, "day": {"gay - straight": -0.046131176377088884, "gay": 0.23911272931733032, "straight": 0.2852439056944192}, "do": {"gay - straight": -0.0612627894772691, "gay": 0.311483384651383, "straight": 0.3727461741286521}, "down": {"gay - straight": -0.11872304316844204, "gay": 0.24709787486507354, "straight": 0.3658209180335156}, "event": {"gay - straight": 0.05997323912164021, "gay": 0.4469947365571956, "straight": 0.3870214974355554}, "face": {"gay - straight": -0.11249196442774645, "gay": 0.3190684929780839, "straight": 0.4315604574058303}, "for": {"gay - straight": -0.010081333402746528, "gay": 0.3102720307063573, "straight": 0.3203533641091038}, "force": {"gay - straight": -0.04304953605186029, "gay": 0.338066692043886, "straight": 0.3811162280957463}, "francisco": {"gay - straight": -0.041222206713409315, "gay": 0.38629541978740645, "straight": 0.42751762650081576}, "from": {"gay - straight": 0.09745726161045065, "gay": 0.3930186576832394, "straight": 0.29556139607278875}, "full": {"gay - straight": 0.02081194807029263, "gay": 0.37559975753270997, "straight": 0.35478780946241734}, "god": {"gay - straight": -0.11546817732962511, "gay": 0.2863788706607983, "straight": 0.4018470479904234}, "has": {"gay - straight": 0.022147837185701347, "gay": 0.28341107790892084, "straight": 0.2612632407232195}, "have": {"gay - straight": 0.02646880031770482, "gay": 0.2655600483084889, "straight": 0.23909124799078407}, "he": {"gay - straight": 0.0221789846403726, "gay": 0.2808250738851172, "straight": 0.2586460892447446}, "head": {"gay - straight": -0.043676921521214385, "gay": 0.32007192514348526, "straight": 0.36374884666469964}, "here": {"gay - straight": -0.04722963398743227, "gay": 0.19425900171109664, "straight": 0.2414886356985289}, "homosexual": {"gay - straight": -0.041222206713409315, "gay": 0.38629541978740645, "straight": 0.42751762650081576}, "i": {"gay - straight": -0.12916780235983022, "gay": 0.17268396469878788, "straight": 0.3018517670586181}, "if": {"gay - straight": -0.008524907855394948, "gay": 0.2779347513604833, "straight": 0.28645965921587824}, "in": {"gay - straight": 0.0629895558312738, "gay": 0.37530818831793283, "straight": 0.31231863248665903}, "is": {"gay - straight": 0.11114567367020689, "gay": 0.4381859402767081, "straight": 0.3270402666065012}, "issue": {"gay - straight": -0.04165269448889014, "gay": 0.3754217905526198, "straight": 0.41707448504150996}, "it": {"gay - straight": -0.07283344742357417, "gay": 0.31140576525999647, "straight": 0.38423921268357064}, "its": {"gay - straight": 0.02181949344584372, "gay": 0.3091159590657023, "straight": 0.28729646561985855}, "job": {"gay - straight": -0.043744418291597476, "gay": 0.3180837706829696, "straight": 0.3618281889745671}, "keep": {"gay - straight": 0.02123058990455906, "gay": 0.34976809161424605, "straight": 0.328537501709687}, "kids": {"gay - straight": 0.021816029341924004, "gay": 0.30937364631173786, "straight": 0.28755761696981386}, "like": {"gay - straight": -0.17440179616778634, "gay": 0.15812117337320947, "straight": 0.3325229695409958}, "local": {"gay - straight": -0.043676921521214385, "gay": 0.32007192514348526, "straight": 0.36374884666469964}, "look": {"gay - straight": -0.04583382382737078, "gay": 0.2500918886982128, "straight": 0.2959257125255836}, "me": {"gay - straight": -0.12316396198426621, "gay": 0.18463418472863086, "straight": 0.30779814671289707}, "much": {"gay - straight": -0.04571962492265741, "gay": 0.2542023775907844, "straight": 0.2999220025134418}, "my": {"gay - straight": 0.054292708277282165, "gay": 0.32366394250068425, "straight": 0.2693712342234021}, "n": {"gay - straight": 0.05366720441089151, "gay": 0.34108789456279964, "straight": 0.28742069015190813}, "no": {"gay - straight": -0.052817489265728934, "gay": 0.2672907979249346, "straight": 0.32010828719066353}, "not": {"gay - straight": 0.06834684181613646, "gay": 0.27139049502137347, "straight": 0.203043653205237}, "nothing": {"gay - straight": -0.11649581972199119, "gay": 0.27442758541300943, "straight": 0.3909234051350006}, "now": {"gay - straight": -0.04623107601806367, "gay": 0.23532849499281197, "straight": 0.28155957101087564}, "of": {"gay - straight": 0.0965209485792562, "gay": 0.4214432869429458, "straight": 0.3249223383636896}, "off": {"gay - straight": -0.0455859379999054, "gay": 0.2589443973588688, "straight": 0.3045303353587742}, "old": {"gay - straight": 0.021853217433258687, "gay": 0.30659384821051305, "straight": 0.28474063077725437}, "on": {"gay - straight": -0.010001487564390066, "gay": 0.3198189922109506, "straight": 0.3298204797753407}, "one": {"gay - straight": -0.053187560573738246, "gay": 0.25634831498795535, "straight": 0.3095358755616936}, "open": {"gay - straight": 0.020784113356532574, "gay": 0.37724496388948203, "straight": 0.35646085053294946}, "or": {"gay - straight": -0.008524907855394948, "gay": 0.2779347513604833, "straight": 0.28645965921587824}, "out": {"gay - straight": -0.10270390454245049, "gay": 0.24425524741621196, "straight": 0.34695915195866245}, "over": {"gay - straight": -0.04600141212197606, "gay": 0.24395486781234127, "straight": 0.28995627993431733}, "own": {"gay - straight": -0.04572872923052784, "gay": 0.25387672954364016, "straight": 0.299605458774168}, "people": {"gay - straight": -0.032969782778438594, "gay": 0.35229538975976327, "straight": 0.38526517253820186}, "please": {"gay - straight": -0.04483855783273105, "gay": 0.28421210679182835, "straight": 0.3290506646245594}, "s": {"gay - straight": 0.04983014890128923, "gay": 0.3521118307945456, "straight": 0.3022816818932564}, "san": {"gay - straight": -0.04264099848773295, "gay": 0.3493509573384713, "straight": 0.3919919558262043}, "say": {"gay - straight": 0.021922084841883793, "gay": 0.3013652923481402, "straight": 0.2794432075062564}, "seen": {"gay - straight": -0.045094002369211406, "gay": 0.27579722769484927, "straight": 0.3208912300640607}, "should": {"gay - straight": -0.12010281753689955, "gay": 0.22900573425168919, "straight": 0.34910855178858874}, "something": {"gay - straight": 0.02145752556165631, "gay": 0.3347887912404371, "straight": 0.3133312656787808}, "t": {"gay - straight": 0.053780422019632235, "gay": 0.33801346795189585, "straight": 0.2842330459322636}, "that": {"gay - straight": 0.13947997359096015, "gay": 0.3585699924174608, "straight": 0.21909001882650064}, "the": {"gay - straight": -0.08556100237871694, "gay": 0.36692477768705334, "straight": 0.4524857800657703}, "their": {"gay - straight": -0.053830302813666575, "gay": 0.2363630406174499, "straight": 0.29019334343111647}, "then": {"gay - straight": -0.05182133381683823, "gay": 0.29504761147136205, "straight": 0.3468689452882003}, "there": {"gay - straight": -0.14088259495323618, "gay": 0.23341124655175383, "straight": 0.37429384150499}, "they": {"gay - straight": 0.10114680175131885, "gay": 0.34159740274887285, "straight": 0.240450600997554}, "thing": {"gay - straight": -0.04539436534354191, "gay": 0.2656148204121383, "straight": 0.3110091857556802}, "this": {"gay - straight": 0.11975440148310118, "gay": 0.3672135959579981, "straight": 0.2474591944748969}, "time": {"gay - straight": -0.046505315159338645, "gay": 0.22466952322641592, "straight": 0.27117483838575457}, "to": {"gay - straight": 0.024264535877557725, "gay": 0.3492553272265888, "straight": 0.3249907913490311}, "video": {"gay - straight": 0.06479663761330545, "gay": 0.35867025318793766, "straight": 0.2938736155746322}, "was": {"gay - straight": -0.024036595562681784, "gay": 0.2944540472351808, "straight": 0.3184906427978626}, "what": {"gay - straight": -0.12237090229188224, "gay": 0.1967951157977903, "straight": 0.31916601808967254}, "when": {"gay - straight": -0.05666601588497078, "gay": 0.3108573159478735, "straight": 0.3675233318328443}, "white": {"gay - straight": -0.06284138990012605, "gay": 0.27661790299960726, "straight": 0.3394592928997333}, "who": {"gay - straight": -0.023179140427478262, "gay": 0.34107328384903, "straight": 0.3642524242765083}, "will": {"gay - straight": 0.0678349733714517, "gay": 0.2860229890669719, "straight": 0.21818801569552018}, "with": {"gay - straight": -0.019866761694854185, "gay": 0.3638724653524244, "straight": 0.3837392270472786}, "years": {"gay - straight": -0.04605326197851187, "gay": 0.24202981083724698, "straight": 0.28808307281575884}, "you": {"gay - straight": -0.034883060531309795, "gay": 0.27943720606107747, "straight": 0.31432026659238727}, "your": {"gay - straight": 0.12951736121939714, "gay": 0.35035626059064096, "straight": 0.22083889937124382}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-their.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-their.json new file mode 100644 index 0000000000000000000000000000000000000000..60b659522dcc05284cf109f841c47fbd52a603d2 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-their.json @@ -0,0 +1 @@ +{"000": {"gay - their": 0.17867649913571135, "gay": 0.31165756557094787, "their": 0.13298106643523652}, "100": {"gay - their": 0.1298472208662034, "gay": 0.3161675396474623, "their": 0.1863203187812589}, "100yrs": {"gay - their": 0.20147032390619862, "gay": 0.4583216697345582, "their": 0.25685134582835956}, "12": {"gay - their": 0.22091460416914782, "gay": 0.33261435005594214, "their": 0.11169974588679432}, "20": {"gay - their": 0.15033246722908797, "gay": 0.3171170182430329, "their": 0.16678455101394493}, "70": {"gay - their": 0.21612381015957643, "gay": 0.36943522826319725, "their": 0.1533114181036208}, "9": {"gay - their": 0.17783626876084943, "gay": 0.32007192514348526, "their": 0.14223565638263583}, "a": {"gay - their": 0.027951609446212666, "gay": 0.3185280405536974, "their": 0.2905764311074847}, "about": {"gay - their": -0.1027416010586785, "gay": 0.18081489463779463, "their": 0.2835564956964731}, "across": {"gay - their": 0.12960701185524973, "gay": 0.3190684929780839, "their": 0.18946148112283415}, "action": {"gay - their": 0.11156022556820988, "gay": 0.3395282081788679, "their": 0.22796798261065804}, "adopt": {"gay - their": 0.1682501474903472, "gay": 0.40099347696909554, "their": 0.23274332947874835}, "alive": {"gay - their": 0.2130304655863852, "gay": 0.3906388455418885, "their": 0.1776083799555033}, "all": {"gay - their": -0.019748744081919012, "gay": 0.26638660997311403, "their": 0.28613535405503304}, "alliance": {"gay - their": 0.21426808656513946, "gay": 0.382357289307344, "their": 0.1680892027422045}, "an": {"gay - their": 0.0010993100590830085, "gay": 0.20416605708002697, "their": 0.20306674702094396}, "and": {"gay - their": -0.036873071660252055, "gay": 0.3426108028061029, "their": 0.37948387446635495}, "anti": {"gay - their": 0.25417243428109404, "gay": 0.44879343989113013, "their": 0.1946210056100361}, "any": {"gay - their": 0.040109503449185235, "gay": 0.23036131214393932, "their": 0.19025180869475408}, "apparently": {"gay - their": 0.14663326136722496, "gay": 0.3551335293325131, "their": 0.20850026796528812}, "are": {"gay - their": 0.030056862436590392, "gay": 0.37451165546260606, "their": 0.34445479302601567}, "around": {"gay - their": 0.0006526360002356013, "gay": 0.24230142905520102, "their": 0.24164879305496542}, "as": {"gay - their": 0.04937825440455229, "gay": 0.30561045965241845, "their": 0.25623220524786616}, "at": {"gay - their": 0.018992308187891216, "gay": 0.2855405370323465, "their": 0.2665482288444553}, "b": {"gay - their": 0.12897780107822782, "gay": 0.32653347516450876, "their": 0.19755567408628094}, "back": {"gay - their": 0.010661823799395315, "gay": 0.2292298231880766, "their": 0.2185679993886813}, "bbc": {"gay - their": 0.21718695737047336, "gay": 0.3617297305324054, "their": 0.14454277316193206}, "be": {"gay - their": -0.04320283381062798, "gay": 0.2225641675538312, "their": 0.2657670013644592}, "beautiful": {"gay - their": 0.22393655540064955, "gay": 0.3059150773895706, "their": 0.08197852198892103}, "because": {"gay - their": 0.04898640872325005, "gay": 0.3435654563470742, "their": 0.29457904762382414}, "behind": {"gay - their": 0.11316473990394108, "gay": 0.3190684929780839, "their": 0.2059037530741428}, "believe": {"gay - their": 0.08879073298436901, "gay": 0.2979486935218571, "their": 0.20915796053748809}, "below": {"gay - their": 0.14740870240172438, "gay": 0.34756942251574136, "their": 0.20016072011401698}, "better": {"gay - their": 0.10132932292346991, "gay": 0.28978772395843566, "their": 0.18845840103496575}, "blasphemied": {"gay - their": 0.20147032390619862, "gay": 0.4583216697345582, "their": 0.25685134582835956}, "blood": {"gay - their": 0.13007280317286263, "gay": 0.31341637660997984, "their": 0.1833435734371172}, "book": {"gay - their": 0.22238097739486243, "gay": 0.32007192514348526, "their": 0.09769094774862283}, "brother": {"gay - their": 0.22135993776329055, "gay": 0.3288797483035058, "their": 0.10751981054021524}, "brown": {"gay - their": 0.15264083518709673, "gay": 0.2903758635860459, "their": 0.13773502839894916}, "btw": {"gay - their": 0.17377601066297846, "gay": 0.35723006123906836, "their": 0.1834540505760899}, "but": {"gay - their": 0.004450829380001575, "gay": 0.2696359246510539, "their": 0.26518509527105233}, "by": {"gay - their": -0.002199222994435035, "gay": 0.2661766556423075, "their": 0.26837587863674256}, "called": {"gay - their": 0.10053189230693274, "gay": 0.30215229058316906, "their": 0.20162039827623632}, "care": {"gay - their": 0.07756738066571756, "gay": 0.30912211344576335, "their": 0.2315547327800458}, "children": {"gay - their": 0.058488383006064626, "gay": 0.3787406693376116, "their": 0.32025228633154695}, "christ": {"gay - their": 0.21807144235867895, "gay": 0.3551335293325131, "their": 0.13706208697383412}, "cities": {"gay - their": 0.14703882997560278, "gay": 0.3512013387422007, "their": 0.20416250876659794}, "city": {"gay - their": 0.27102692675081963, "gay": 0.42642749753303844, "their": 0.1554005707822188}, "classes": {"gay - their": 0.2177928717954155, "gay": 0.35723006123906836, "their": 0.13943718944365285}, "cleansed": {"gay - their": 0.20530541716593023, "gay": 0.43749554732791246, "their": 0.23219013016198223}, "come": {"gay - their": 0.06139788119812073, "gay": 0.2667991684867617, "their": 0.205401287288641}, "community": {"gay - their": 0.19462561912924314, "gay": 0.37894431128282685, "their": 0.1843186921535837}, "complain": {"gay - their": 0.10750417127696138, "gay": 0.38629541978740645, "their": 0.27879124851044507}, "constantly": {"gay - their": 0.21142953857923602, "gay": 0.40099347696909554, "their": 0.18956393838985952}, "council": {"gay - their": 0.21368428579803014, "gay": 0.38629541978740645, "their": 0.1726111339893763}, "country": {"gay - their": -0.012629530871842265, "gay": 0.25355272073990537, "their": 0.26618225161174763}, "crime": {"gay - their": 0.13150352627327866, "gay": 0.2953110512667621, "their": 0.16380752499348344}, "cry": {"gay - their": 0.21142953857923602, "gay": 0.40099347696909554, "their": 0.18956393838985952}, "crying": {"gay - their": 0.20916799069208766, "gay": 0.4150039721576905, "their": 0.20583598146560286}, "cultural": {"gay - their": 0.17295554137239422, "gay": 0.3641558927637921, "their": 0.1912003513913979}, "culture": {"gay - their": 0.01978844826218723, "gay": 0.30749512414184604, "their": 0.2877066758796588}, "date": {"gay - their": 0.1260141735499579, "gay": 0.35942526552315907, "their": 0.23341109197320117}, "dating": {"gay - their": 0.17070279201585511, "gay": 0.382357289307344, "their": 0.21165449729148886}, "day": {"gay - their": 0.0543811488896844, "gay": 0.23911272931733032, "their": 0.18473158042764593}, "desire": {"gay - their": 0.20756312232613688, "gay": 0.42455359297590844, "their": 0.21699047064977156}, "destroyed": {"gay - their": 0.21368428579803014, "gay": 0.38629541978740645, "their": 0.1726111339893763}, "destroying": {"gay - their": 0.20916799069208766, "gay": 0.4150039721576905, "their": 0.20583598146560286}, "do": {"gay - their": 0.03468908126079451, "gay": 0.311483384651383, "their": 0.27679430339058847}, "done": {"gay - their": 0.13067689593643375, "gay": 0.3059150773895706, "their": 0.17523818145313683}, "down": {"gay - their": 0.026927229950071407, "gay": 0.24709787486507354, "their": 0.22017064491500213}, "drug": {"gay - their": 0.17508032632257048, "gay": 0.3458514332334042, "their": 0.17077110691083375}, "drugs": {"gay - their": 0.2157163968161414, "gay": 0.37232752764639504, "their": 0.15661113083025363}, "dying": {"gay - their": 0.20756312232613688, "gay": 0.42455359297590844, "their": 0.21699047064977156}, "entertainment": {"gay - their": 0.17019687652194745, "gay": 0.38629541978740645, "their": 0.216098543265459}, "ethnically": {"gay - their": 0.20530541716593023, "gay": 0.43749554732791246, "their": 0.23219013016198223}, "even": {"gay - their": 0.02927702531947851, "gay": 0.3109417374610052, "their": 0.28166471214152666}, "event": {"gay - their": 0.3222892231255212, "gay": 0.4469947365571956, "their": 0.1247055134316744}, "events": {"gay - their": 0.11043679833697401, "gay": 0.35312657766807953, "their": 0.24268977933110553}, "ever": {"gay - their": 0.10297311487008931, "gay": 0.2625623962620298, "their": 0.1595892813919405}, "exist": {"gay - their": 0.14594095243746155, "gay": 0.3617297305324054, "their": 0.21578877809494387}, "face": {"gay - their": 0.09938913115577022, "gay": 0.3190684929780839, "their": 0.21967936182231365}, "family": {"gay - their": 0.16719797683196574, "gay": 0.3550373950852266, "their": 0.18783941825326084}, "famous": {"gay - their": 0.21527546859132288, "gay": 0.3754217905526198, "their": 0.16014632196129694}, "fine": {"gay - their": 0.21718695737047336, "gay": 0.3617297305324054, "their": 0.14454277316193206}, "first": {"gay - their": 0.1379516535972882, "gay": 0.3231548763674664, "their": 0.18520322277017823}, "foot": {"gay - their": 0.17231655908036728, "gay": 0.36943522826319725, "their": 0.19711866918282997}, "for": {"gay - their": 0.008282161376524821, "gay": 0.3102720307063573, "their": 0.30198986932983246}, "force": {"gay - their": 0.09803405458440698, "gay": 0.338066692043886, "their": 0.24003263745947903}, "forced": {"gay - their": 0.14703882997560278, "gay": 0.3512013387422007, "their": 0.20416250876659794}, "francisco": {"gay - their": 0.21368428579803014, "gay": 0.38629541978740645, "their": 0.1726111339893763}, "friends": {"gay - their": 0.13545679222118337, "gay": 0.34976809161424605, "their": 0.21431129939306268}, "from": {"gay - their": 0.14654677981795208, "gay": 0.3930186576832394, "their": 0.24647187786528732}, "full": {"gay - their": 0.21570014819339955, "gay": 0.37559975753270997, "their": 0.1598996093393104}, "future": {"gay - their": 0.11365589755015001, "gay": 0.3125297991722355, "their": 0.19887390162208549}, "gay": {"gay - their": 0.5559115332614294, "gay": 0.7119961014565707, "their": 0.15608456819514124}, "gays": {"gay - their": 0.27438119598338917, "gay": 0.4469923299727655, "their": 0.1726111339893763}, "genocide": {"gay - their": 0.14956855672374209, "gay": 0.32539923643435326, "their": 0.17583067971061117}, "glad": {"gay - their": 0.22007057487086046, "gay": 0.3395282081788679, "their": 0.11945763330800747}, "god": {"gay - their": 0.06055788949572774, "gay": 0.2863788706607983, "their": 0.22582098116507057}, "government": {"gay - their": 0.06860724921390943, "gay": 0.29931518665119283, "their": 0.2307079374372834}, "great": {"gay - their": 0.054028812266706944, "gay": 0.24887777212404738, "their": 0.19484895985734044}, "group": {"gay - their": 0.16768222547645464, "gay": 0.3507832518628138, "their": 0.18310102638635914}, "hall": {"gay - their": 0.2751980747153396, "gay": 0.4432872774575441, "their": 0.1680892027422045}, "has": {"gay - their": 0.05230736641964226, "gay": 0.28341107790892084, "their": 0.23110371148927858}, "have": {"gay - their": -0.046401239817641715, "gay": 0.2655600483084889, "their": 0.3119612881261306}, "he": {"gay - their": 0.17462965821796234, "gay": 0.2808250738851172, "their": 0.10619541566715486}, "head": {"gay - their": 0.12952336347267138, "gay": 0.32007192514348526, "their": 0.19054856167081388}, "held": {"gay - their": 0.21368428579803014, "gay": 0.38629541978740645, "their": 0.1726111339893763}, "hell": {"gay - their": 0.21786323470685345, "gay": 0.36024727464174416, "their": 0.1423840399348907}, "here": {"gay - their": -0.007982242929983285, "gay": 0.19425900171109664, "their": 0.20224124464107993}, "high": {"gay - their": 0.19758272648647823, "gay": 0.3567200648421205, "their": 0.15913733835564225}, "his": {"gay - their": 0.15984388807360594, "gay": 0.3083489917165534, "their": 0.14850510364294744}, "home": {"gay - their": -0.012650957124330009, "gay": 0.260008194091471, "their": 0.27265915121580103}, "homosexual": {"gay - their": 0.17019687652194745, "gay": 0.38629541978740645, "their": 0.216098543265459}, "homosexuality": {"gay - their": 0.2689278741872574, "gay": 0.4850264174527164, "their": 0.216098543265459}, "how": {"gay - their": 0.02667097613945585, "gay": 0.28682993066969575, "their": 0.2601589545302399}, "huge": {"gay - their": 0.12757033267708953, "gay": 0.34258780551464807, "their": 0.21501747283755854}, "i": {"gay - their": -0.09442011273169854, "gay": 0.17268396469878788, "their": 0.2671040774304864}, "identity": {"gay - their": 0.17231655908036728, "gay": 0.36943522826319725, "their": 0.19711866918282997}, "if": {"gay - their": 0.023726215614066848, "gay": 0.2779347513604833, "their": 0.25420853574641644}, "immigration": {"gay - their": 0.14835504214979653, "gay": 0.338066692043886, "their": 0.18971164989408948}, "important": {"gay - their": 0.21218318840808745, "gay": 0.39882162123994974, "their": 0.1866384328318623}, "in": {"gay - their": 0.029789359255474934, "gay": 0.37530818831793283, "their": 0.3455188290624579}, "inside": {"gay - their": 0.1735181377199768, "gay": 0.35942526552315907, "their": 0.18590712780318228}, "is": {"gay - their": 0.13840557584202517, "gay": 0.4381859402767081, "their": 0.2997803644346829}, "island": {"gay - their": 0.14540736478922187, "gay": 0.36671849966113956, "their": 0.2213111348719177}, "issue": {"gay - their": 0.17157773045079722, "gay": 0.3754217905526198, "their": 0.2038440601018226}, "it": {"gay - their": 0.024522909389308067, "gay": 0.31140576525999647, "their": 0.2868828558706884}, "its": {"gay - their": 0.13032615817994045, "gay": 0.3091159590657023, "their": 0.17878980088576182}, "jews": {"gay - their": -0.008484597578524655, "gay": 0.26600709842686715, "their": 0.2744916960053918}, "job": {"gay - their": 0.11323937625242805, "gay": 0.3180837706829696, "their": 0.20484439443054156}, "keep": {"gay - their": 0.145032111104465, "gay": 0.34976809161424605, "their": 0.20473598050978103}, "kids": {"gay - their": 0.019742336386918802, "gay": 0.30937364631173786, "their": 0.28963130992481906}, "kill": {"gay - their": 0.14900637392784377, "gay": 0.33133876373232385, "their": 0.18233238980448008}, "know": {"gay - their": 0.03694147645796228, "gay": 0.2866457459731065, "their": 0.2497042695151442}, "last": {"gay - their": 0.1906994520588848, "gay": 0.3641396245458601, "their": 0.17344017248697527}, "laugh": {"gay - their": 0.11167825369441203, "gay": 0.338066692043886, "their": 0.22638843834947397}, "law": {"gay - their": 0.14967228078661163, "gay": 0.32428932025254026, "their": 0.17461703946592863}, "liberals": {"gay - their": 0.07635524500145119, "gay": 0.3300944335676952, "their": 0.253739188566244}, "lies": {"gay - their": 0.17324525188572362, "gay": 0.3617297305324054, "their": 0.1884844786466818}, "like": {"gay - their": -0.09006531649876423, "gay": 0.15812117337320947, "their": 0.2481864898719737}, "local": {"gay - their": 0.11308844143806024, "gay": 0.32007192514348526, "their": 0.20698348370542502}, "long": {"gay - their": 0.13307005697924307, "gay": 0.2739778398397057, "their": 0.14090778286046263}, "longer": {"gay - their": 0.17425263125763613, "gay": 0.35312657766807953, "their": 0.1788739464104434}, "look": {"gay - their": 0.026854396120638446, "gay": 0.2500918886982128, "their": 0.22323749257757436}, "m": {"gay - their": 0.10968489295522374, "gay": 0.280151186098834, "their": 0.17046629314361025}, "man": {"gay - their": 0.13354098525409455, "gay": 0.2671990310042123, "their": 0.13365804575011772}, "many": {"gay - their": -0.02444601642794303, "gay": 0.23757348901626313, "their": 0.26201950544420616}, "marriage": {"gay - their": 0.3159700641296722, "gay": 0.5435004565773559, "their": 0.22753039244768372}, "married": {"gay - their": 0.17070279201585511, "gay": 0.382357289307344, "their": 0.21165449729148886}, "may": {"gay - their": 0.1809515715963008, "gay": 0.3567200648421205, "their": 0.1757684932458197}, "me": {"gay - their": 0.011392829617720535, "gay": 0.18463418472863086, "their": 0.17324135511091032}, "media": {"gay - their": 0.08811473989385762, "gay": 0.30912211344576335, "their": 0.22100737355190572}, "men": {"gay - their": 0.15206806701706824, "gay": 0.29727767112932063, "their": 0.1452096041122524}, "middle": {"gay - their": 0.17526599460343617, "gay": 0.34419228981871636, "their": 0.1689262952152802}, "moment": {"gay - their": 0.21905678796488198, "gay": 0.34756942251574136, "their": 0.12851263455085937}, "mostly": {"gay - their": 0.1759415646535373, "gay": 0.338066692043886, "their": 0.1621251273903487}, "mr": {"gay - their": 0.21905678796488198, "gay": 0.34756942251574136, "their": 0.12851263455085937}, "much": {"gay - their": 0.020964930906670703, "gay": 0.2542023775907844, "their": 0.2332374466841137}, "my": {"gay - their": 0.13399213480661473, "gay": 0.32366394250068425, "their": 0.18967180769406952}, "n": {"gay - their": 0.08359397099333998, "gay": 0.34108789456279964, "their": 0.25749392356945966}, "nationalists": {"gay - their": 0.22059385320517313, "gay": 0.33526644481800755, "their": 0.11467259161283441}, "near": {"gay - their": 0.17773214181150107, "gay": 0.32109485503361107, "their": 0.14336271322211}, "negro": {"gay - their": 0.08982391179494026, "gay": 0.28010381733991385, "their": 0.1902799055449736}, "new": {"gay - their": 0.1191617395040924, "gay": 0.22637172048019993, "their": 0.10720998097610754}, "nice": {"gay - their": 0.1311410804478817, "gay": 0.3000110950503858, "their": 0.16887001460250411}, "no": {"gay - their": 0.04123999618448235, "gay": 0.2672907979249346, "their": 0.22605080174045225}, "non": {"gay - their": 0.03920872812389828, "gay": 0.2603668053595391, "their": 0.22115807723564082}, "not": {"gay - their": -0.012727928193779714, "gay": 0.27139049502137347, "their": 0.2841184232151532}, "nothing": {"gay - their": 0.102275622802492, "gay": 0.27442758541300943, "their": 0.17215196261051743}, "now": {"gay - their": 0.03339333897931587, "gay": 0.23532849499281197, "their": 0.2019351560134961}, "of": {"gay - their": 0.06031602008212161, "gay": 0.4214432869429458, "their": 0.3611272668608242}, "off": {"gay - their": -0.01669665700679729, "gay": 0.2589443973588688, "their": 0.2756410543656661}, "offspring": {"gay - their": 0.16737596499847857, "gay": 0.4073755921177137, "their": 0.23999962711923511}, "old": {"gay - their": 0.17229151505504148, "gay": 0.30659384821051305, "their": 0.13430233315547158}, "on": {"gay - their": 0.023308751563253904, "gay": 0.3198189922109506, "their": 0.2965102406476967}, "one": {"gay - their": 0.04540878577305116, "gay": 0.25634831498795535, "their": 0.2109395292149042}, "ones": {"gay - their": 0.08755632460350576, "gay": 0.3180837706829696, "their": 0.23052744607946385}, "open": {"gay - their": 0.17837106226739655, "gay": 0.37724496388948203, "their": 0.19887390162208549}, "openly": {"gay - their": 0.18579473739427976, "gay": 0.43675718992607704, "their": 0.2509624525317973}, "opinion": {"gay - their": 0.17264684553846815, "gay": 0.36671849966113956, "their": 0.1940716541226714}, "or": {"gay - their": 0.004321521922054095, "gay": 0.2779347513604833, "their": 0.2736132294384292}, "our": {"gay - their": -0.03892052070151328, "gay": 0.19809577398502629, "their": 0.23701629468653956}, "out": {"gay - their": 0.006278894458610407, "gay": 0.24425524741621196, "their": 0.23797635295760156}, "over": {"gay - their": 0.039707941553655535, "gay": 0.24395486781234127, "their": 0.20424692625868573}, "own": {"gay - their": -0.1145422076203968, "gay": 0.25387672954364016, "their": 0.36841893716403695}, "p": {"gay - their": 0.2224947009644237, "gay": 0.3190684929780839, "their": 0.09657379201366019}, "parody": {"gay - their": 0.20530541716593023, "gay": 0.43749554732791246, "their": 0.23219013016198223}, "party": {"gay - their": 0.11338393603015887, "gay": 0.3161675396474623, "their": 0.20278360361730344}, "people": {"gay - their": 0.03858088241040353, "gay": 0.35229538975976327, "their": 0.31371450734935974}, "pictures": {"gay - their": 0.15006259098236263, "gay": 0.32007192514348526, "their": 0.17000933416112263}, "place": {"gay - their": 0.10205070248781162, "gay": 0.27815148075575324, "their": 0.17610077826794163}, "please": {"gay - their": 0.18121657891402615, "gay": 0.28421210679182835, "their": 0.1029955278778022}, "poster": {"gay - their": 0.17295554137239422, "gay": 0.3641558927637921, "their": 0.1912003513913979}, "practically": {"gay - their": 0.20916799069208766, "gay": 0.4150039721576905, "their": 0.20583598146560286}, "pride": {"gay - their": 0.24892571697765797, "gay": 0.4527303153136059, "their": 0.20380459833594794}, "protect": {"gay - their": 0.17264684553846815, "gay": 0.36671849966113956, "their": 0.1940716541226714}, "proud": {"gay - their": 0.13247028467198332, "gay": 0.37894431128282685, "their": 0.24647402661084353}, "race": {"gay - their": 0.07289481351509364, "gay": 0.34782524740034015, "their": 0.2749304338852465}, "racist": {"gay - their": 0.08913113236008213, "gay": 0.2921771536484656, "their": 0.20304602128838345}, "raise": {"gay - their": 0.14479713519871132, "gay": 0.37232752764639504, "their": 0.22753039244768372}, "re": {"gay - their": 0.10051138448278393, "gay": 0.31792348313485363, "their": 0.2174120986520697}, "realize": {"gay - their": 0.14594095243746155, "gay": 0.3617297305324054, "their": 0.21578877809494387}, "realizing": {"gay - their": 0.20756312232613688, "gay": 0.42455359297590844, "their": 0.21699047064977156}, "regardless": {"gay - their": 0.21368428579803014, "gay": 0.38629541978740645, "their": 0.1726111339893763}, "right": {"gay - their": 0.02660238667338624, "gay": 0.2603668053595391, "their": 0.23376441868615286}, "rights": {"gay - their": 0.17196150086223136, "gay": 0.37232752764639504, "their": 0.20036602678416368}, "running": {"gay - their": 0.14849377564785798, "gay": 0.3366469365003771, "their": 0.1881531608525191}, "s": {"gay - their": 0.08948579640918353, "gay": 0.3521118307945456, "their": 0.2626260343853621}, "same": {"gay - their": 0.06210568861922139, "gay": 0.24948200409660323, "their": 0.18737631547738184}, "san": {"gay - their": 0.17468494411098137, "gay": 0.3493509573384713, "their": 0.17466601322748995}, "say": {"gay - their": 0.08962594351274342, "gay": 0.3013652923481402, "their": 0.21173934883539677}, "scenes": {"gay - their": 0.20916799069208766, "gay": 0.4150039721576905, "their": 0.20583598146560286}, "school": {"gay - their": -0.0353004100155663, "gay": 0.22702091484815176, "their": 0.26232132486371806}, "schools": {"gay - their": 0.03833065766545776, "gay": 0.28805831856474234, "their": 0.24972766089928458}, "section": {"gay - their": 0.220756807528783, "gay": 0.3339229422135849, "their": 0.11316613468480188}, "seen": {"gay - their": 0.06974470721564749, "gay": 0.27579722769484927, "their": 0.20605252047920178}, "sends": {"gay - their": 0.20530541716593023, "gay": 0.43749554732791246, "their": 0.23219013016198223}, "sexual": {"gay - their": 0.2168556982136119, "gay": 0.3641558927637921, "their": 0.14730019455018023}, "should": {"gay - their": -0.016643835973311233, "gay": 0.22900573425168919, "their": 0.24564957022500042}, "sick": {"gay - their": 0.11179240573583688, "gay": 0.3366469365003771, "their": 0.2248545307645402}, "smashing": {"gay - their": 0.20530541716593023, "gay": 0.43749554732791246, "their": 0.23219013016198223}, "so": {"gay - their": 0.0021927593236053533, "gay": 0.2869969161341534, "their": 0.28480415681054805}, "society": {"gay - their": 0.1759415646535373, "gay": 0.338066692043886, "their": 0.1621251273903487}, "soldiers": {"gay - their": 0.17264684553846815, "gay": 0.36671849966113956, "their": 0.1940716541226714}, "some": {"gay - their": 0.09559808506727313, "gay": 0.34640811119034154, "their": 0.2508100261230684}, "something": {"gay - their": 0.1694388941264222, "gay": 0.3347887912404371, "their": 0.16534989711401488}, "sorry": {"gay - their": 0.1505028424272814, "gay": 0.31523467943364913, "their": 0.16473183700636773}, "sort": {"gay - their": 0.11118004648532925, "gay": 0.34419228981871636, "their": 0.2330122433333871}, "sponsored": {"gay - their": 0.20756312232613688, "gay": 0.42455359297590844, "their": 0.21699047064977156}, "start": {"gay - their": 0.15379839026324152, "gay": 0.27579722769484927, "their": 0.12199883743160775}, "strange": {"gay - their": 0.21718695737047336, "gay": 0.3617297305324054, "their": 0.14454277316193206}, "supper": {"gay - their": 0.20530541716593023, "gay": 0.43749554732791246, "their": 0.23219013016198223}, "support": {"gay - their": 0.16541123518650946, "gay": 0.37021869330725493, "their": 0.20480745812074547}, "supporting": {"gay - their": 0.17070279201585511, "gay": 0.382357289307344, "their": 0.21165449729148886}, "suspected": {"gay - their": 0.16899001202962297, "gay": 0.3954892471925377, "their": 0.22649923516291473}, "t": {"gay - their": 0.07498280717408268, "gay": 0.33801346795189585, "their": 0.2630306607778132}, "target": {"gay - their": 0.21368428579803014, "gay": 0.38629541978740645, "their": 0.1726111339893763}, "teacher": {"gay - their": 0.17859074821894633, "gay": 0.3125297991722355, "their": 0.13393905095328917}, "that": {"gay - their": 0.03373397278997431, "gay": 0.3585699924174608, "their": 0.3248360196274865}, "the": {"gay - their": 0.013087880306622723, "gay": 0.36692477768705334, "their": 0.3538368973804306}, "their": {"gay - their": -0.38700897820899044, "gay": 0.2363630406174499, "their": 0.6233720188264403}, "then": {"gay - their": 0.055945312662648905, "gay": 0.29504761147136205, "their": 0.23910229880871314}, "there": {"gay - their": 0.006451351989820581, "gay": 0.23341124655175383, "their": 0.22695989456193325}, "these": {"gay - their": 0.03661773315627853, "gay": 0.29630683450188333, "their": 0.2596891013456048}, "they": {"gay - their": -0.052169525379345216, "gay": 0.34159740274887285, "their": 0.39376692812821806}, "thing": {"gay - their": 0.03256641242319916, "gay": 0.2656148204121383, "their": 0.23304840798893914}, "think": {"gay - their": -0.02446648408034019, "gay": 0.2248800432261317, "their": 0.2493465273064719}, "this": {"gay - their": 0.12741269071574204, "gay": 0.3672135959579981, "their": 0.23980090524225603}, "those": {"gay - their": -0.02816251336141573, "gay": 0.23411265125295821, "their": 0.26227516461437395}, "though": {"gay - their": 0.08870926375264229, "gay": 0.29931518665119283, "their": 0.21060592289855054}, "throat": {"gay - their": 0.21142953857923602, "gay": 0.40099347696909554, "their": 0.18956393838985952}, "time": {"gay - their": 0.010736001218746405, "gay": 0.22466952322641592, "their": 0.21393352200766952}, "to": {"gay - their": -0.013496460270346067, "gay": 0.3492553272265888, "their": 0.3627517874969349}, "together": {"gay - their": 0.11503229306142643, "gay": 0.2934101736311624, "their": 0.17837788056973597}, "too": {"gay - their": 0.07142896185066769, "gay": 0.2378275985166722, "their": 0.16639863666600452}, "true": {"gay - their": 0.15089957237865465, "gay": 0.31079918171796506, "their": 0.1598996093393104}, "turn": {"gay - their": 0.11323937625242805, "gay": 0.3180837706829696, "their": 0.20484439443054156}, "unique": {"gay - their": 0.16630800613352434, "gay": 0.4150039721576905, "their": 0.2486959660241662}, "use": {"gay - their": 0.05297615451039414, "gay": 0.27672789871782166, "their": 0.22375174420742752}, "values": {"gay - their": 0.10926817089302443, "gay": 0.36671849966113956, "their": 0.25745032876811513}, "very": {"gay - their": 0.03330606706427977, "gay": 0.2385957277700314, "their": 0.20528966070575164}, "video": {"gay - their": 0.24549454598658482, "gay": 0.35867025318793766, "their": 0.11317570720135284}, "vile": {"gay - their": 0.14367868782870177, "gay": 0.382357289307344, "their": 0.2386786014786422}, "want": {"gay - their": 0.05464939548280759, "gay": 0.23151170399808113, "their": 0.17686230851527354}, "wants": {"gay - their": 0.11276506622119203, "gay": 0.32428932025254026, "their": 0.21152425403134822}, "war": {"gay - their": 0.22312538860268227, "gay": 0.31341637660997984, "their": 0.09029098800729757}, "was": {"gay - their": 0.08448960341366896, "gay": 0.2944540472351808, "their": 0.20996444382151186}, "watch": {"gay - their": 0.053857057324375346, "gay": 0.25355272073990537, "their": 0.19969566341553002}, "we": {"gay - their": 0.009376312593481845, "gay": 0.23082566482210376, "their": 0.22144935222862192}, "welcome": {"gay - their": 0.2255813260677353, "gay": 0.28978772395843566, "their": 0.06420639789070036}, "well": {"gay - their": 0.12751368182499392, "gay": 0.34577235744526535, "their": 0.21825867562027143}, "were": {"gay - their": -0.003782565660382764, "gay": 0.22530299430375167, "their": 0.22908555996413443}, "what": {"gay - their": -0.05186180136162705, "gay": 0.1967951157977903, "their": 0.24865691715941735}, "when": {"gay - their": 0.05916627878304498, "gay": 0.3108573159478735, "their": 0.25169103716482855}, "white": {"gay - their": 0.001989027643431396, "gay": 0.27661790299960726, "their": 0.27462887535617586}, "who": {"gay - their": 0.04152335871273788, "gay": 0.34107328384903, "their": 0.29954992513629214}, "whole": {"gay - their": 0.17884306528439667, "gay": 0.30995417918642315, "their": 0.13111111390202648}, "will": {"gay - their": 0.02819301906619548, "gay": 0.2860229890669719, "their": 0.2578299700007764}, "with": {"gay - their": 0.0489823878668354, "gay": 0.3638724653524244, "their": 0.314890077485589}, "wo": {"gay - their": 0.12845342969969306, "gay": 0.33261435005594214, "their": 0.20416092035624908}, "work": {"gay - their": 0.11580323495687575, "gay": 0.2821223288815718, "their": 0.16631909392469604}, "would": {"gay - their": -0.04564489626111365, "gay": 0.18724593446254018, "their": 0.23289083072365382}, "wrong": {"gay - their": 0.22271435278528373, "gay": 0.3171170182430329, "their": 0.09440266545774918}, "wtf": {"gay - their": 0.21527546859132288, "gay": 0.3754217905526198, "their": 0.16014632196129694}, "years": {"gay - their": 0.06240016161659079, "gay": 0.24202981083724698, "their": 0.1796296492206562}, "you": {"gay - their": 0.04325871178809959, "gay": 0.27943720606107747, "their": 0.23617849427297788}, "young": {"gay - their": 0.15290563250592198, "gay": 0.3747963099624649, "their": 0.2218906774565429}, "your": {"gay - their": 0.11901441831970291, "gay": 0.35035626059064096, "their": 0.23134184227093804}, "youth": {"gay - their": 0.24201858695151177, "gay": 0.38538130017362177, "their": 0.14336271322211}, "youtube": {"gay - their": 0.3139694194966768, "gay": 0.36295106138187816, "their": 0.048981641885201405}, "yr": {"gay - their": 0.21041300866812207, "gay": 0.4073755921177137, "their": 0.1969625834495916}, "yrs": {"gay - their": 0.21142953857923602, "gay": 0.40099347696909554, "their": 0.18956393838985952}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-them.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-them.json new file mode 100644 index 0000000000000000000000000000000000000000..975b6eed3aa9a8ebb743365fc2c1a883dd055e52 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-them.json @@ -0,0 +1 @@ +{"12": {"gay - them": 0.2095122922772058, "gay": 0.33261435005594214, "them": 0.12310205777873635}, "20": {"gay - them": 0.13742087106104575, "gay": 0.3171170182430329, "them": 0.17969614718198715}, "a": {"gay - them": -0.016093690869498634, "gay": 0.3185280405536974, "them": 0.334621731423196}, "about": {"gay - them": -0.09725851674798372, "gay": 0.18081489463779463, "them": 0.27807341138577835}, "across": {"gay - them": 0.09950277294758275, "gay": 0.3190684929780839, "them": 0.21956572003050112}, "action": {"gay - them": 0.13546340243128935, "gay": 0.3395282081788679, "them": 0.20406480574757857}, "advocates": {"gay - them": 0.19457685584473752, "gay": 0.43749554732791246, "them": 0.24291869148317494}, "agree": {"gay - them": 0.16372297710904213, "gay": 0.338066692043886, "them": 0.17434371493484388}, "all": {"gay - them": -0.019043092289130925, "gay": 0.26638660997311403, "them": 0.28542970226224496}, "alliance": {"gay - them": 0.20314671409043816, "gay": 0.382357289307344, "them": 0.1792105752169058}, "an": {"gay - them": -0.0006846898210000896, "gay": 0.20416605708002697, "them": 0.20485074690102706}, "and": {"gay - them": -0.04692146280311693, "gay": 0.3426108028061029, "them": 0.38953226560921983}, "anti": {"gay - them": 0.2520115732044722, "gay": 0.44879343989113013, "them": 0.19678186668665792}, "any": {"gay - them": -0.025731977872157058, "gay": 0.23036131214393932, "them": 0.2560932900160964}, "apparently": {"gay - them": 0.1340075701549469, "gay": 0.3551335293325131, "them": 0.22112595917756617}, "are": {"gay - them": 0.04380015870086956, "gay": 0.37451165546260606, "them": 0.3307114967617365}, "around": {"gay - them": -0.016445183384108608, "gay": 0.24230142905520102, "them": 0.25874661243930963}, "as": {"gay - them": 0.001666476493656699, "gay": 0.30561045965241845, "them": 0.30394398315876175}, "at": {"gay - them": 0.010250003089273152, "gay": 0.2855405370323465, "them": 0.27529053394307335}, "attended": {"gay - them": 0.20043106451405004, "gay": 0.40099347696909554, "them": 0.2005624124550455}, "b": {"gay - them": 0.16487869434161065, "gay": 0.32653347516450876, "them": 0.1616547808228981}, "back": {"gay - them": -0.030119646399542344, "gay": 0.2292298231880766, "them": 0.25934946958761895}, "be": {"gay - them": -0.0765934178062184, "gay": 0.2225641675538312, "them": 0.2991575853600496}, "beautiful": {"gay - them": 0.16681753223022242, "gay": 0.3059150773895706, "them": 0.13909754515934816}, "because": {"gay - them": 0.06197956975867175, "gay": 0.3435654563470742, "them": 0.28158588658840245}, "behind": {"gay - them": 0.07328892191053021, "gay": 0.3190684929780839, "them": 0.24577957106755366}, "believe": {"gay - them": 0.16752322835574063, "gay": 0.2979486935218571, "them": 0.13042546516611647}, "better": {"gay - them": 0.07479944177583894, "gay": 0.28978772395843566, "them": 0.21498828218259672}, "bite": {"gay - them": 0.20043106451405004, "gay": 0.40099347696909554, "them": 0.2005624124550455}, "blood": {"gay - them": 0.08577503426301267, "gay": 0.31341637660997984, "them": 0.22764134234696717}, "book": {"gay - them": 0.21091826284768322, "gay": 0.32007192514348526, "them": 0.10915366229580202}, "brown": {"gay - them": 0.13955280490060024, "gay": 0.2903758635860459, "them": 0.15082305868544565}, "bulgarian": {"gay - them": 0.20314671409043816, "gay": 0.382357289307344, "them": 0.1792105752169058}, "but": {"gay - them": 0.0007644617097807282, "gay": 0.2696359246510539, "them": 0.2688714629412732}, "by": {"gay - them": 0.04368832768949027, "gay": 0.2661766556423075, "them": 0.22248832795281726}, "called": {"gay - them": 0.10061331769935308, "gay": 0.30215229058316906, "them": 0.20153897288381598}, "care": {"gay - them": 0.053376256941932876, "gay": 0.30912211344576335, "them": 0.25574585650383047}, "children": {"gay - them": 0.10785743721008756, "gay": 0.3787406693376116, "them": 0.270883232127524}, "christ": {"gay - them": 0.2067879983082333, "gay": 0.3551335293325131, "them": 0.14834553102427978}, "cities": {"gay - them": 0.16234407759136646, "gay": 0.3512013387422007, "them": 0.18885726115083426}, "city": {"gay - them": 0.2787038832610079, "gay": 0.42642749753303844, "them": 0.14772361427203054}, "classes": {"gay - them": 0.1616886908383373, "gay": 0.35723006123906836, "them": 0.19554137040073105}, "come": {"gay - them": 0.046057138118240415, "gay": 0.2667991684867617, "them": 0.2207420303685213}, "community": {"gay - them": 0.23067350423322852, "gay": 0.37894431128282685, "them": 0.14827080704959833}, "company": {"gay - them": 0.20773190570542174, "gay": 0.34756942251574136, "them": 0.1398375168103196}, "country": {"gay - them": 0.07649131921636848, "gay": 0.25355272073990537, "them": 0.1770614015235369}, "crime": {"gay - them": 0.06367003844334407, "gay": 0.2953110512667621, "them": 0.23164101282341804}, "criminal": {"gay - them": 0.2067879983082333, "gay": 0.3551335293325131, "them": 0.14834553102427978}, "croatian": {"gay - them": 0.20196248861368746, "gay": 0.3906388455418885, "them": 0.18867635692820103}, "cultural": {"gay - them": 0.20562370809487573, "gay": 0.3641558927637921, "them": 0.1585321846689164}, "culture": {"gay - them": 0.2122489382730267, "gay": 0.30749512414184604, "them": 0.09524618586881935}, "date": {"gay - them": 0.20623939667097657, "gay": 0.35942526552315907, "them": 0.1531858688521825}, "dating": {"gay - them": 0.20314671409043816, "gay": 0.382357289307344, "them": 0.1792105752169058}, "day": {"gay - them": 0.10421480208144857, "gay": 0.23911272931733032, "them": 0.13489792723588176}, "desire": {"gay - them": 0.1967343557046455, "gay": 0.42455359297590844, "them": 0.22781923727126294}, "do": {"gay - them": 0.003481801719902755, "gay": 0.311483384651383, "them": 0.3080015829314802}, "done": {"gay - them": 0.10037160057429056, "gay": 0.3059150773895706, "them": 0.20554347681528}, "down": {"gay - them": -0.006423666657666444, "gay": 0.24709787486507354, "them": 0.25352154152274}, "drag": {"gay - them": 0.15779803566107992, "gay": 0.3906388455418885, "them": 0.23284080988080857}, "drug": {"gay - them": 0.16291380829137245, "gay": 0.3458514332334042, "them": 0.18293762494203178}, "drugs": {"gay - them": 0.1323146004111661, "gay": 0.37232752764639504, "them": 0.24001292723522893}, "dude": {"gay - them": 0.20258806310324673, "gay": 0.38629541978740645, "them": 0.18370735668415972}, "even": {"gay - them": 0.06679708833787068, "gay": 0.3109417374610052, "them": 0.2441446491231345}, "event": {"gay - them": 0.2658906824702414, "gay": 0.4469947365571956, "them": 0.18110405408695426}, "events": {"gay - them": 0.13419909183161116, "gay": 0.35312657766807953, "them": 0.21892748583646837}, "ever": {"gay - them": 0.04619467282959144, "gay": 0.2625623962620298, "them": 0.21636772343243837}, "exist": {"gay - them": 0.20594091287920055, "gay": 0.3617297305324054, "them": 0.15578881765320488}, "face": {"gay - them": 0.13725663667946747, "gay": 0.3190684929780839, "them": 0.1818118562986164}, "family": {"gay - them": 0.16725375914738175, "gay": 0.3550373950852266, "them": 0.18778363593784483}, "first": {"gay - them": 0.14368861510711728, "gay": 0.3231548763674664, "them": 0.17946626126034915}, "foot": {"gay - them": 0.20492296040594588, "gay": 0.36943522826319725, "them": 0.16451226785725137}, "for": {"gay - them": -0.0009725298369209212, "gay": 0.3102720307063573, "them": 0.3112445605432782}, "force": {"gay - them": 0.16372297710904213, "gay": 0.338066692043886, "them": 0.17434371493484388}, "friends": {"gay - them": 0.11158020456033205, "gay": 0.34976809161424605, "them": 0.238187887053914}, "from": {"gay - them": 0.14368806116546984, "gay": 0.3930186576832394, "them": 0.24933059651776956}, "full": {"gay - them": 0.20274505276712879, "gay": 0.37559975753270997, "them": 0.17285470476558118}, "future": {"gay - them": 0.11677502005084442, "gay": 0.3125297991722355, "them": 0.19575477912139108}, "gays": {"gay - them": 0.2632849732886058, "gay": 0.4469923299727655, "them": 0.18370735668415972}, "genocide": {"gay - them": 0.16498958564686392, "gay": 0.32539923643435326, "them": 0.16040965078748934}, "glad": {"gay - them": 0.20870332190726526, "gay": 0.3395282081788679, "them": 0.13082488627160266}, "god": {"gay - them": 0.0873126830150254, "gay": 0.2863788706607983, "them": 0.1990661876457729}, "government": {"gay - them": 0.10079356550092619, "gay": 0.29931518665119283, "them": 0.19852162115026664}, "great": {"gay - them": 0.12095249007494374, "gay": 0.24887777212404738, "them": 0.12792528204910364}, "group": {"gay - them": 0.18476186022155786, "gay": 0.3507832518628138, "them": 0.16602139164125593}, "hall": {"gay - them": 0.2640767022406383, "gay": 0.4432872774575441, "them": 0.1792105752169058}, "has": {"gay - them": 0.0574608026996733, "gay": 0.28341107790892084, "them": 0.22595027520924754}, "have": {"gay - them": -0.06503010875342452, "gay": 0.2655600483084889, "them": 0.3305901570619134}, "he": {"gay - them": 0.11673117840978023, "gay": 0.2808250738851172, "them": 0.16409389547533695}, "head": {"gay - them": 0.13717172853905082, "gay": 0.32007192514348526, "them": 0.18290019660443443}, "hell": {"gay - them": 0.14013340320885942, "gay": 0.36024727464174416, "them": 0.22011387143288474}, "here": {"gay - them": -0.011355158569724272, "gay": 0.19425900171109664, "them": 0.2056141602808209}, "high": {"gay - them": 0.16706378489466434, "gay": 0.3567200648421205, "them": 0.18965627994745615}, "his": {"gay - them": 0.18935645662641665, "gay": 0.3083489917165534, "them": 0.11899253509013676}, "home": {"gay - them": 0.03802182028721379, "gay": 0.260008194091471, "them": 0.22198637380425723}, "homosexual": {"gay - them": 0.20258806310324673, "gay": 0.38629541978740645, "them": 0.18370735668415972}, "how": {"gay - them": 0.018694934167584665, "gay": 0.28682993066969575, "them": 0.2681349965021111}, "huge": {"gay - them": 0.16325590036476245, "gay": 0.34258780551464807, "them": 0.17933190514988562}, "i": {"gay - them": -0.17256373089584215, "gay": 0.17268396469878788, "them": 0.34524769559463003}, "if": {"gay - them": -0.02307070796383809, "gay": 0.2779347513604833, "them": 0.3010054593243214}, "immigration": {"gay - them": 0.16372297710904213, "gay": 0.338066692043886, "them": 0.17434371493484388}, "important": {"gay - them": 0.22756347950215441, "gay": 0.39882162123994974, "them": 0.17125814173779533}, "in": {"gay - them": 0.050646420762659794, "gay": 0.37530818831793283, "them": 0.32466176755527304}, "is": {"gay - them": 0.1505095175662305, "gay": 0.4381859402767081, "them": 0.2876764227104776}, "island": {"gay - them": 0.20528536343594808, "gay": 0.36671849966113956, "them": 0.16143313622519148}, "issue": {"gay - them": 0.15962475346103602, "gay": 0.3754217905526198, "them": 0.2157970370915838}, "it": {"gay - them": 0.012943706496918228, "gay": 0.31140576525999647, "them": 0.29846205876307824}, "its": {"gay - them": 0.07852278142553853, "gay": 0.3091159590657023, "them": 0.23059317764016374}, "jews": {"gay - them": -0.006514662790197079, "gay": 0.26600709842686715, "them": 0.27252176121706423}, "job": {"gay - them": 0.16569293047013564, "gay": 0.3180837706829696, "them": 0.15239084021283397}, "keep": {"gay - them": 0.12047478779078777, "gay": 0.34976809161424605, "them": 0.22929330382345828}, "kids": {"gay - them": 0.04672899521965218, "gay": 0.30937364631173786, "them": 0.2626446510920857}, "kill": {"gay - them": 0.07261762054031368, "gay": 0.33133876373232385, "them": 0.2587211431920102}, "know": {"gay - them": 0.03859289200451815, "gay": 0.2866457459731065, "them": 0.24805285396858834}, "last": {"gay - them": 0.23092438882364735, "gay": 0.3641396245458601, "them": 0.13321523572221272}, "laugh": {"gay - them": 0.13559583443124704, "gay": 0.338066692043886, "them": 0.20247085761263897}, "law": {"gay - them": 0.16509762027483496, "gay": 0.32428932025254026, "them": 0.1591916999777053}, "liberals": {"gay - them": 0.11544018116286078, "gay": 0.3300944335676952, "them": 0.2146542524048344}, "lies": {"gay - them": 0.11283467848361281, "gay": 0.3617297305324054, "them": 0.24889505204879261}, "like": {"gay - them": -0.10066734428533497, "gay": 0.15812117337320947, "them": 0.25878851765854444}, "limerick": {"gay - them": 0.1571964453376767, "gay": 0.3954892471925377, "them": 0.23829280185486099}, "local": {"gay - them": 0.21091826284768322, "gay": 0.32007192514348526, "them": 0.10915366229580202}, "long": {"gay - them": 0.06459757828135684, "gay": 0.2739778398397057, "them": 0.20938026155834885}, "longer": {"gay - them": 0.13419909183161116, "gay": 0.35312657766807953, "them": 0.21892748583646837}, "look": {"gay - them": -0.006438952844453616, "gay": 0.2500918886982128, "them": 0.2565308415426664}, "m": {"gay - them": 0.1005559119743121, "gay": 0.280151186098834, "them": 0.1795952741245219}, "man": {"gay - them": 0.21598643950165228, "gay": 0.2671990310042123, "them": 0.05121259150255999}, "many": {"gay - them": -0.03832521404213607, "gay": 0.23757348901626313, "them": 0.2758987030583992}, "marriage": {"gay - them": 0.37570586206570156, "gay": 0.5435004565773559, "them": 0.16779459451165435}, "marxism": {"gay - them": 0.19457685584473752, "gay": 0.43749554732791246, "them": 0.24291869148317494}, "may": {"gay - them": 0.16706378489466434, "gay": 0.3567200648421205, "them": 0.18965627994745615}, "me": {"gay - them": -0.030332866770696715, "gay": 0.18463418472863086, "them": 0.21496705149932757}, "media": {"gay - them": 0.1001631889906103, "gay": 0.30912211344576335, "them": 0.20895892445515304}, "men": {"gay - them": 0.08670863266869963, "gay": 0.29727767112932063, "them": 0.210569038460621}, "middle": {"gay - them": 0.13503630115342075, "gay": 0.34419228981871636, "them": 0.2091559886652956}, "moment": {"gay - them": 0.20773190570542174, "gay": 0.34756942251574136, "them": 0.1398375168103196}, "mostly": {"gay - them": 0.16372297710904213, "gay": 0.338066692043886, "them": 0.17434371493484388}, "much": {"gay - them": -0.006459400952434247, "gay": 0.2542023775907844, "them": 0.26066177854321865}, "my": {"gay - them": 0.08685686873299397, "gay": 0.32366394250068425, "them": 0.23680707376769028}, "n": {"gay - them": 0.08568610975552798, "gay": 0.34108789456279964, "them": 0.25540178480727166}, "nationalists": {"gay - them": 0.20920484050062205, "gay": 0.33526644481800755, "them": 0.1260616043173855}, "near": {"gay - them": 0.09936561911078434, "gay": 0.32109485503361107, "them": 0.22172923592282673}, "negro": {"gay - them": 0.14031330982997925, "gay": 0.28010381733991385, "them": 0.1397905075099346}, "new": {"gay - them": 0.09025969952113502, "gay": 0.22637172048019993, "them": 0.1361120209590649}, "nice": {"gay - them": 0.21300343989292148, "gay": 0.3000110950503858, "them": 0.08700765515746434}, "no": {"gay - them": 0.01543816165276396, "gay": 0.2672907979249346, "them": 0.25185263627217064}, "non": {"gay - them": 0.055260647967668164, "gay": 0.2603668053595391, "them": 0.20510615739187094}, "not": {"gay - them": -0.041910072187487435, "gay": 0.27139049502137347, "them": 0.3133005672088609}, "nothing": {"gay - them": 0.06457860426623618, "gay": 0.27442758541300943, "them": 0.20984898114677325}, "now": {"gay - them": 0.017049822917025753, "gay": 0.23532849499281197, "them": 0.21827867207578622}, "of": {"gay - them": 0.05025226730533844, "gay": 0.4214432869429458, "them": 0.37119101963760737}, "off": {"gay - them": 0.01037858393013516, "gay": 0.2589443973588688, "them": 0.24856581342873366}, "offspring": {"gay - them": 0.15568246601430275, "gay": 0.4073755921177137, "them": 0.25169312610341094}, "old": {"gay - them": 0.17223898618591474, "gay": 0.30659384821051305, "them": 0.13435486202459831}, "on": {"gay - them": 0.017760355692639174, "gay": 0.3198189922109506, "them": 0.30205863651831144}, "one": {"gay - them": -0.004445809542184709, "gay": 0.25634831498795535, "them": 0.26079412453014006}, "ones": {"gay - them": 0.13733965774089657, "gay": 0.3180837706829696, "them": 0.18074411294207304}, "open": {"gay - them": 0.2309283921655943, "gay": 0.37724496388948203, "them": 0.14631657172388773}, "openly": {"gay - them": 0.22096015283449325, "gay": 0.43675718992607704, "them": 0.2157970370915838}, "opinion": {"gay - them": 0.20528536343594808, "gay": 0.36671849966113956, "them": 0.16143313622519148}, "or": {"gay - them": -0.006193214948116921, "gay": 0.2779347513604833, "them": 0.2841279663086002}, "our": {"gay - them": -0.06441219949435759, "gay": 0.19809577398502629, "them": 0.26250797347938387}, "out": {"gay - them": -0.06413485394636859, "gay": 0.24425524741621196, "them": 0.30839010136258055}, "over": {"gay - them": 0.03846660860733664, "gay": 0.24395486781234127, "them": 0.20548825920500463}, "own": {"gay - them": -0.021116051686792092, "gay": 0.25387672954364016, "them": 0.27499278123043225}, "p": {"gay - them": 0.21102733052370767, "gay": 0.3190684929780839, "them": 0.1080411624543762}, "parade": {"gay - them": 0.30465591381561447, "gay": 0.4724505083272688, "them": 0.16779459451165435}, "party": {"gay - them": 0.21133981402293384, "gay": 0.3161675396474623, "them": 0.10482772562452848}, "people": {"gay - them": 0.062228663106767, "gay": 0.35229538975976327, "them": 0.29006672665299627}, "pictures": {"gay - them": 0.11621158013211669, "gay": 0.32007192514348526, "them": 0.20386034501136857}, "place": {"gay - them": 0.11915891674077425, "gay": 0.27815148075575324, "them": 0.158992564014979}, "please": {"gay - them": 0.10172415636527382, "gay": 0.28421210679182835, "them": 0.18248795042655452}, "poster": {"gay - them": 0.20562370809487573, "gay": 0.3641558927637921, "them": 0.1585321846689164}, "pride": {"gay - them": 0.3013976411726591, "gay": 0.4527303153136059, "them": 0.1513326741409468}, "protect": {"gay - them": 0.20528536343594808, "gay": 0.36671849966113956, "them": 0.16143313622519148}, "proud": {"gay - them": 0.20228087867096992, "gay": 0.37894431128282685, "them": 0.17666343261185694}, "race": {"gay - them": 0.12220564887269664, "gay": 0.34782524740034015, "them": 0.22561959852764352}, "racist": {"gay - them": 0.16801946867857298, "gay": 0.2921771536484656, "them": 0.12415768496989259}, "raise": {"gay - them": 0.2045329331347407, "gay": 0.37232752764639504, "them": 0.16779459451165435}, "re": {"gay - them": 0.1141060463275595, "gay": 0.31792348313485363, "them": 0.20381743680729414}, "realize": {"gay - them": 0.13336914799329486, "gay": 0.3617297305324054, "them": 0.22836058253911057}, "right": {"gay - them": 0.030378086109088875, "gay": 0.2603668053595391, "them": 0.22998871925045022}, "rights": {"gay - them": 0.2045329331347407, "gay": 0.37232752764639504, "them": 0.16779459451165435}, "running": {"gay - them": 0.1357238422077719, "gay": 0.3366469365003771, "them": 0.2009230942926052}, "s": {"gay - them": 0.12534800421726416, "gay": 0.3521118307945456, "them": 0.22676382657728145}, "same": {"gay - them": 0.02349691452031874, "gay": 0.24948200409660323, "them": 0.2259850895762845}, "say": {"gay - them": 0.0920391892143313, "gay": 0.3013652923481402, "them": 0.2093261031338089}, "school": {"gay - them": -0.025746267647697302, "gay": 0.22702091484815176, "them": 0.25276718249584906}, "schools": {"gay - them": 0.07488464010150439, "gay": 0.28805831856474234, "them": 0.21317367846323795}, "section": {"gay - them": 0.20936103456392685, "gay": 0.3339229422135849, "them": 0.12456190764965802}, "seen": {"gay - them": 0.04576027748943523, "gay": 0.27579722769484927, "them": 0.23003695020541404}, "sends": {"gay - them": 0.19457685584473752, "gay": 0.43749554732791246, "them": 0.24291869148317494}, "sexual": {"gay - them": 0.20562370809487573, "gay": 0.3641558927637921, "them": 0.1585321846689164}, "should": {"gay - them": -0.04989161553929883, "gay": 0.22900573425168919, "them": 0.278897349790988}, "sick": {"gay - them": 0.2090433942314438, "gay": 0.3366469365003771, "them": 0.12760354226893328}, "smashing": {"gay - them": 0.19457685584473752, "gay": 0.43749554732791246, "them": 0.24291869148317494}, "so": {"gay - them": -0.004010032183300261, "gay": 0.2869969161341534, "them": 0.29100694831745366}, "society": {"gay - them": 0.16372297710904213, "gay": 0.338066692043886, "them": 0.17434371493484388}, "soldiers": {"gay - them": 0.13287716799082055, "gay": 0.36671849966113956, "them": 0.233841331670319}, "some": {"gay - them": 0.0830394660133007, "gay": 0.34640811119034154, "them": 0.26336864517704084}, "something": {"gay - them": 0.20794984402973274, "gay": 0.3347887912404371, "them": 0.12683894721070435}, "sorry": {"gay - them": 0.16596130712624038, "gay": 0.31523467943364913, "them": 0.14927337230740875}, "sort": {"gay - them": 0.13503630115342075, "gay": 0.34419228981871636, "them": 0.2091559886652956}, "speech": {"gay - them": 0.20528536343594808, "gay": 0.36671849966113956, "them": 0.16143313622519148}, "start": {"gay - them": 0.06452066755205826, "gay": 0.27579722769484927, "them": 0.211276560142791}, "strange": {"gay - them": 0.20594091287920055, "gay": 0.3617297305324054, "them": 0.15578881765320488}, "support": {"gay - them": 0.20347980473531674, "gay": 0.37021869330725493, "them": 0.1667388885719382}, "t": {"gay - them": 0.07526771339355909, "gay": 0.33801346795189585, "them": 0.26274575455833676}, "teacher": {"gay - them": 0.21172571991308156, "gay": 0.3125297991722355, "them": 0.10080407925915394}, "teaches": {"gay - them": 0.20196248861368746, "gay": 0.3906388455418885, "them": 0.18867635692820103}, "that": {"gay - them": 0.053838585186465115, "gay": 0.3585699924174608, "them": 0.3047314072309957}, "the": {"gay - them": 0.025361906817926716, "gay": 0.36692477768705334, "them": 0.3415628708691266}, "their": {"gay - them": -0.10839195996291962, "gay": 0.2363630406174499, "them": 0.3447550005803695}, "then": {"gay - them": 0.022232381051673078, "gay": 0.29504761147136205, "them": 0.27281523041968897}, "there": {"gay - them": -0.03504136559146537, "gay": 0.23341124655175383, "them": 0.2684526121432192}, "these": {"gay - them": 0.04722554028760512, "gay": 0.29630683450188333, "them": 0.24908129421427821}, "they": {"gay - them": -0.0327848151047615, "gay": 0.34159740274887285, "them": 0.37438221785363435}, "thing": {"gay - them": 0.046095729169517624, "gay": 0.2656148204121383, "them": 0.21951909124262067}, "think": {"gay - them": -0.04242613533944878, "gay": 0.2248800432261317, "them": 0.2673061785655805}, "this": {"gay - them": 0.14476223635805457, "gay": 0.3672135959579981, "them": 0.2224513595999435}, "those": {"gay - them": 0.017070597578249802, "gay": 0.23411265125295821, "them": 0.2170420536747084}, "though": {"gay - them": 0.07432205335068934, "gay": 0.29931518665119283, "them": 0.2249931333005035}, "time": {"gay - them": 0.02399902442712848, "gay": 0.22466952322641592, "them": 0.20067049879928744}, "to": {"gay - them": -0.05056228050838535, "gay": 0.3492553272265888, "them": 0.39981760773497416}, "together": {"gay - them": 0.1393219713817965, "gay": 0.2934101736311624, "them": 0.1540882022493659}, "too": {"gay - them": 0.010676198410583454, "gay": 0.2378275985166722, "them": 0.22715140010608875}, "true": {"gay - them": 0.1663729436839058, "gay": 0.31079918171796506, "them": 0.14442623803405927}, "turn": {"gay - them": 0.07334181291040301, "gay": 0.3180837706829696, "them": 0.2447419577725666}, "use": {"gay - them": 0.045729203254717715, "gay": 0.27672789871782166, "them": 0.23099869546310395}, "values": {"gay - them": 0.16062840191692107, "gay": 0.36671849966113956, "them": 0.2060900977442185}, "very": {"gay - them": 0.056024904081186405, "gay": 0.2385957277700314, "them": 0.182570823688845}, "video": {"gay - them": 0.23169246186033585, "gay": 0.35867025318793766, "them": 0.1269777913276018}, "vile": {"gay - them": 0.20314671409043816, "gay": 0.382357289307344, "them": 0.1792105752169058}, "want": {"gay - them": -0.049846041418659504, "gay": 0.23151170399808113, "them": 0.28135774541674063}, "wants": {"gay - them": 0.2104543343561523, "gay": 0.32428932025254026, "them": 0.11383498589638795}, "war": {"gay - them": 0.21163227686384006, "gay": 0.31341637660997984, "them": 0.10178409974613979}, "was": {"gay - them": 0.07646304525438416, "gay": 0.2944540472351808, "them": 0.21799100198079666}, "watch": {"gay - them": 0.02341287718311652, "gay": 0.25355272073990537, "them": 0.23013984355678885}, "we": {"gay - them": -0.060337036481729556, "gay": 0.23082566482210376, "them": 0.2911627013038333}, "welcome": {"gay - them": 0.13959722053380688, "gay": 0.28978772395843566, "them": 0.15019050342462878}, "well": {"gay - them": 0.1354696882380791, "gay": 0.34577235744526535, "them": 0.21030266920718627}, "were": {"gay - them": -0.04624766293741994, "gay": 0.22530299430375167, "them": 0.2715506572411716}, "what": {"gay - them": -0.0504061785745539, "gay": 0.1967951157977903, "them": 0.2472012943723442}, "when": {"gay - them": 0.01741780810099558, "gay": 0.3108573159478735, "them": 0.29343950784687794}, "white": {"gay - them": 0.002013933540280455, "gay": 0.27661790299960726, "them": 0.2746039694593268}, "who": {"gay - them": 0.0801123174930487, "gay": 0.34107328384903, "them": 0.2609609663559813}, "whole": {"gay - them": 0.11696408725063068, "gay": 0.30995417918642315, "them": 0.19299009193579247}, "will": {"gay - them": -0.028867065516254675, "gay": 0.2860229890669719, "them": 0.31489005458322655}, "with": {"gay - them": 0.04132156176484875, "gay": 0.3638724653524244, "them": 0.32255090358757565}, "wo": {"gay - them": 0.1642757396109342, "gay": 0.33261435005594214, "them": 0.16833861044500795}, "work": {"gay - them": 0.06425010666907427, "gay": 0.2821223288815718, "them": 0.21787222221249752}, "would": {"gay - them": -0.09168564463653689, "gay": 0.18724593446254018, "them": 0.27893157909907706}, "wrong": {"gay - them": 0.1657843441020861, "gay": 0.3171170182430329, "them": 0.1513326741409468}, "years": {"gay - them": 0.055907508990499816, "gay": 0.24202981083724698, "them": 0.18612230184674716}, "york": {"gay - them": 0.2098011276702561, "gay": 0.3300944335676952, "them": 0.12029330589743908}, "you": {"gay - them": -0.0034969433564434604, "gay": 0.27943720606107747, "them": 0.28293414941752093}, "young": {"gay - them": 0.15082139165251926, "gay": 0.3747963099624649, "them": 0.22397491830994562}, "your": {"gay - them": 0.13031152168066212, "gay": 0.35035626059064096, "them": 0.22004473890997883}, "youth": {"gay - them": 0.16365206425079504, "gay": 0.38538130017362177, "them": 0.22172923592282673}, "youtube": {"gay - them": 0.32158039363426405, "gay": 0.36295106138187816, "them": 0.04137066774761411}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-they.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-they.json new file mode 100644 index 0000000000000000000000000000000000000000..ba4b91c42eb79de1b8eb9e5afaf194e07ff99aa5 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-they.json @@ -0,0 +1 @@ +{"000": {"gay - they": 0.1796359574612762, "gay": 0.31165756557094787, "they": 0.13202160810967167}, "100": {"gay - they": 0.16395764329141552, "gay": 0.3161675396474623, "they": 0.1522098963560468}, "12": {"gay - they": 0.26315819557651493, "gay": 0.33261435005594214, "they": 0.0694561544794272}, "70": {"gay - they": 0.2577494969979849, "gay": 0.36943522826319725, "they": 0.11168573126521235}, "9": {"gay - they": 0.26480349084827565, "gay": 0.32007192514348526, "they": 0.0552684342952096}, "a": {"gay - they": 0.013197506737815279, "gay": 0.3185280405536974, "they": 0.3053305338158821}, "abomination": {"gay - they": 0.249828331447052, "gay": 0.4150039721576905, "they": 0.16517564071063853}, "abortion": {"gay - they": 0.25241112430529694, "gay": 0.40099347696909554, "they": 0.1485823526637986}, "about": {"gay - they": -0.07803688734572603, "gay": 0.18081489463779463, "they": 0.25885178198352066}, "absolut": {"gay - they": 0.24099393866019717, "gay": 0.4583216697345582, "they": 0.217327731074361}, "absolute": {"gay - they": 0.1897661564193841, "gay": 0.382357289307344, "they": 0.19259113288795987}, "across": {"gay - they": 0.1978491332838076, "gay": 0.3190684929780839, "they": 0.12121935969427627}, "action": {"gay - they": 0.14887552175351224, "gay": 0.3395282081788679, "they": 0.19065268642535568}, "adopt": {"gay - they": 0.25241112430529694, "gay": 0.40099347696909554, "they": 0.1485823526637986}, "advocate": {"gay - they": 0.2512510019442095, "gay": 0.4073755921177137, "they": 0.15612459017350416}, "agree": {"gay - they": 0.19561487852866066, "gay": 0.338066692043886, "they": 0.14245181351522535}, "alive": {"gay - they": 0.2136712582252236, "gay": 0.3906388455418885, "they": 0.1769675873166649}, "all": {"gay - they": -0.029485716518860616, "gay": 0.26638660997311403, "they": 0.29587232649197465}, "an": {"gay - they": 0.009362798805545441, "gay": 0.20416605708002697, "they": 0.19480325827448153}, "and": {"gay - they": -0.02116338550557617, "gay": 0.3426108028061029, "they": 0.36377418831167907}, "anti": {"gay - they": 0.2549082731229375, "gay": 0.44879343989113013, "they": 0.19388516676819265}, "any": {"gay - they": 0.028110126911568112, "gay": 0.23036131214393932, "they": 0.2022511852323712}, "apparently": {"gay - they": 0.17470283147416996, "gay": 0.3551335293325131, "they": 0.18043069785834312}, "are": {"gay - they": -0.005278327606245525, "gay": 0.37451165546260606, "they": 0.3797899830688516}, "around": {"gay - they": 0.0011955176050146565, "gay": 0.24230142905520102, "they": 0.24110591145018637}, "as": {"gay - they": 0.02575026571233391, "gay": 0.30561045965241845, "they": 0.27986019394008455}, "aside": {"gay - they": 0.249828331447052, "gay": 0.4150039721576905, "they": 0.16517564071063853}, "assume": {"gay - they": 0.2512510019442095, "gay": 0.4073755921177137, "they": 0.15612459017350416}, "at": {"gay - they": 0.04129113872186688, "gay": 0.2855405370323465, "they": 0.24424939831047962}, "attend": {"gay - they": 0.25678726712758565, "gay": 0.3754217905526198, "they": 0.11863452342503418}, "attended": {"gay - they": 0.25241112430529694, "gay": 0.40099347696909554, "they": 0.1485823526637986}, "b": {"gay - they": 0.13927261597381024, "gay": 0.32653347516450876, "they": 0.18726085919069851}, "back": {"gay - they": 0.011356118618477101, "gay": 0.2292298231880766, "they": 0.2178737045695995}, "bbc": {"gay - they": 0.19260250558690983, "gay": 0.3617297305324054, "they": 0.1691272249454956}, "be": {"gay - they": -0.08837074198024517, "gay": 0.2225641675538312, "they": 0.3109349095340764}, "beating": {"gay - they": 0.2143504020879034, "gay": 0.38629541978740645, "they": 0.17194501769950304}, "beautiful": {"gay - they": 0.2251070899065187, "gay": 0.3059150773895706, "they": 0.08080798748305187}, "because": {"gay - they": 0.0424923493347828, "gay": 0.3435654563470742, "they": 0.3010731070122914}, "behind": {"gay - they": 0.09995369021802908, "gay": 0.3190684929780839, "they": 0.2191148027600548}, "believe": {"gay - they": 0.08943451246253412, "gay": 0.2979486935218571, "they": 0.20851418105932298}, "better": {"gay - they": 0.05297006858605688, "gay": 0.28978772395843566, "they": 0.23681765537237878}, "bite": {"gay - they": 0.18703293704183802, "gay": 0.40099347696909554, "they": 0.21396053992725753}, "blood": {"gay - they": 0.16423578377572126, "gay": 0.31341637660997984, "they": 0.14918059283425858}, "book": {"gay - they": 0.16355824668202149, "gay": 0.32007192514348526, "they": 0.15651367846146377}, "boston": {"gay - they": 0.31657312018849015, "gay": 0.4432872774575441, "they": 0.1267141572690539}, "brother": {"gay - they": 0.1967156522730801, "gay": 0.3288797483035058, "they": 0.1321640960304257}, "brown": {"gay - they": 0.11606079228420624, "gay": 0.2903758635860459, "they": 0.17431507130183965}, "btw": {"gay - they": 0.2596389754335719, "gay": 0.35723006123906836, "they": 0.09759108580549648}, "bulgarian": {"gay - they": 0.25564313203829003, "gay": 0.382357289307344, "they": 0.1267141572690539}, "but": {"gay - they": -0.0010567232470165555, "gay": 0.2696359246510539, "they": 0.27069264789807046}, "by": {"gay - they": 0.0382935685244373, "gay": 0.2661766556423075, "they": 0.22788308711787023}, "called": {"gay - they": 0.12306650446781622, "gay": 0.30215229058316906, "they": 0.17908578611535284}, "care": {"gay - they": 0.09448961802252281, "gay": 0.30912211344576335, "they": 0.21463249542324053}, "children": {"gay - they": 0.166936383664889, "gay": 0.3787406693376116, "they": 0.21180428567272258}, "christ": {"gay - they": 0.21892520825330247, "gay": 0.3551335293325131, "they": 0.1362083210792106}, "cities": {"gay - they": 0.2194656931073056, "gay": 0.3512013387422007, "they": 0.13173564563489512}, "city": {"gay - they": 0.2631710870281415, "gay": 0.42642749753303844, "they": 0.1632564105048969}, "classes": {"gay - they": 0.2596389754335719, "gay": 0.35723006123906836, "they": 0.09759108580549648}, "closed": {"gay - they": 0.21495734190145113, "gay": 0.382357289307344, "they": 0.16739994740589284}, "cocktail": {"gay - they": 0.24099393866019717, "gay": 0.4583216697345582, "they": 0.217327731074361}, "come": {"gay - they": 0.007971309243833491, "gay": 0.2667991684867617, "they": 0.2588278592429282}, "community": {"gay - they": 0.24398236511028645, "gay": 0.37894431128282685, "they": 0.1349619461725404}, "company": {"gay - they": 0.19443592411327573, "gay": 0.34756942251574136, "they": 0.15313349840246562}, "complain": {"gay - they": 0.2143504020879034, "gay": 0.38629541978740645, "they": 0.17194501769950304}, "council": {"gay - they": 0.2143504020879034, "gay": 0.38629541978740645, "they": 0.17194501769950304}, "country": {"gay - they": 0.05461732252431964, "gay": 0.25355272073990537, "they": 0.19893539821558573}, "crime": {"gay - they": 0.11568433588745108, "gay": 0.2953110512667621, "they": 0.17962671537931102}, "criminal": {"gay - they": 0.17470283147416996, "gay": 0.3551335293325131, "they": 0.18043069785834312}, "croatian": {"gay - they": 0.25423537818949266, "gay": 0.3906388455418885, "they": 0.13640346735239584}, "crying": {"gay - they": 0.249828331447052, "gay": 0.4150039721576905, "they": 0.16517564071063853}, "cultural": {"gay - they": 0.13545137420576547, "gay": 0.3641558927637921, "they": 0.22870451855802665}, "culture": {"gay - they": 0.10081640216054322, "gay": 0.30749512414184604, "they": 0.20667872198130283}, "damnit": {"gay - they": 0.24099393866019717, "gay": 0.4583216697345582, "they": 0.217327731074361}, "date": {"gay - they": 0.1741744187109282, "gay": 0.35942526552315907, "they": 0.18525084681223086}, "dating": {"gay - they": 0.1897661564193841, "gay": 0.382357289307344, "they": 0.19259113288795987}, "day": {"gay - they": 0.05139407935257245, "gay": 0.23911272931733032, "they": 0.18771864996475787}, "defenseless": {"gay - they": 0.24099393866019717, "gay": 0.4583216697345582, "they": 0.217327731074361}, "demand": {"gay - they": 0.2056865372820977, "gay": 0.43749554732791246, "they": 0.23180901004581475}, "desire": {"gay - they": 0.2479917187242764, "gay": 0.42455359297590844, "they": 0.17656187425163206}, "destroyed": {"gay - they": 0.25497936116565467, "gay": 0.38629541978740645, "they": 0.13131605862175177}, "destroying": {"gay - they": 0.20967062024194819, "gay": 0.4150039721576905, "they": 0.20533335191574234}, "do": {"gay - they": -0.006078891726640501, "gay": 0.311483384651383, "they": 0.3175622763780235}, "done": {"gay - they": 0.16498038124193365, "gay": 0.3059150773895706, "they": 0.14093469614763693}, "down": {"gay - they": 0.0306326970118683, "gay": 0.24709787486507354, "they": 0.21646517785320524}, "drag": {"gay - they": 0.1885716891173717, "gay": 0.3906388455418885, "they": 0.20206715642451678}, "drug": {"gay - they": 0.19465211456346218, "gay": 0.3458514332334042, "they": 0.15119931866994205}, "drugs": {"gay - they": 0.19116992784209758, "gay": 0.37232752764639504, "they": 0.18115759980429746}, "dude": {"gay - they": 0.25497936116565467, "gay": 0.38629541978740645, "they": 0.13131605862175177}, "entertainment": {"gay - they": 0.2143504020879034, "gay": 0.38629541978740645, "they": 0.17194501769950304}, "essay": {"gay - they": 0.25241112430529694, "gay": 0.40099347696909554, "they": 0.1485823526637986}, "even": {"gay - they": 0.08967707702462516, "gay": 0.3109417374610052, "they": 0.22126466043638002}, "event": {"gay - they": 0.3643535958853621, "gay": 0.4469947365571956, "they": 0.08264114067183351}, "events": {"gay - they": 0.19372737254004035, "gay": 0.35312657766807953, "they": 0.15939920512803918}, "ever": {"gay - they": 0.05818215054800746, "gay": 0.2625623962620298, "they": 0.20438024571402236}, "exatly": {"gay - they": 0.24099393866019717, "gay": 0.4583216697345582, "they": 0.217327731074361}, "exist": {"gay - they": 0.2180001423046757, "gay": 0.3617297305324054, "they": 0.14372958822772972}, "expressed": {"gay - they": 0.2479917187242764, "gay": 0.42455359297590844, "they": 0.17656187425163206}, "face": {"gay - they": 0.1303109934561895, "gay": 0.3190684929780839, "they": 0.18875749952189438}, "fag": {"gay - they": 0.21550578830898456, "gay": 0.37875102274642025, "they": 0.1632452344374357}, "family": {"gay - they": 0.17469218769091843, "gay": 0.3550373950852266, "they": 0.18034520739430815}, "fights": {"gay - they": 0.25423537818949266, "gay": 0.3906388455418885, "they": 0.13640346735239584}, "fine": {"gay - they": 0.19260250558690983, "gay": 0.3617297305324054, "they": 0.1691272249454956}, "first": {"gay - they": 0.13425873674660696, "gay": 0.3231548763674664, "they": 0.18889613962085947}, "florida": {"gay - they": 0.2599538338411852, "gay": 0.3551335293325131, "they": 0.09517969549132788}, "foot": {"gay - they": 0.21689016925758803, "gay": 0.36943522826319725, "they": 0.15254505900560922}, "for": {"gay - they": 0.04469285104553444, "gay": 0.3102720307063573, "they": 0.26557917966082284}, "force": {"gay - they": 0.1285580755910775, "gay": 0.338066692043886, "they": 0.20950861645280852}, "forced": {"gay - they": 0.14763086484755325, "gay": 0.3512013387422007, "they": 0.20357047389464747}, "friends": {"gay - they": 0.16859466943170376, "gay": 0.34976809161424605, "they": 0.1811734221825423}, "from": {"gay - they": 0.1700543877245109, "gay": 0.3930186576832394, "they": 0.2229642699587285}, "full": {"gay - they": 0.26357146927968267, "gay": 0.37559975753270997, "they": 0.11202828825302732}, "future": {"gay - they": 0.14058649714675678, "gay": 0.3125297991722355, "they": 0.17194330202547872}, "gay": {"gay - they": 0.5180655937437961, "gay": 0.7119961014565707, "they": 0.1939305077127745}, "gays": {"gay - they": 0.3156762713510137, "gay": 0.4469923299727655, "they": 0.13131605862175177}, "genocide": {"gay - they": 0.1630044443590233, "gay": 0.32539923643435326, "they": 0.16239479207532995}, "girlfriends": {"gay - they": 0.24540310526879633, "gay": 0.43749554732791246, "they": 0.19209244205911613}, "glad": {"gay - they": 0.2622087831377926, "gay": 0.3395282081788679, "they": 0.0773194250410753}, "god": {"gay - they": 0.09018823698591671, "gay": 0.2863788706607983, "they": 0.1961906336748816}, "government": {"gay - they": 0.06914216735722081, "gay": 0.29931518665119283, "they": 0.23017301929397202}, "great": {"gay - they": 0.09248006406517412, "gay": 0.24887777212404738, "they": 0.15639770805887326}, "group": {"gay - they": 0.15081365095751828, "gay": 0.3507832518628138, "they": 0.1999696009052955}, "hall": {"gay - they": 0.31657312018849015, "gay": 0.4432872774575441, "they": 0.1267141572690539}, "has": {"gay - they": 0.12922618063603222, "gay": 0.28341107790892084, "they": 0.15418489727288862}, "have": {"gay - they": -0.0602885591542085, "gay": 0.2655600483084889, "they": 0.3258486074626974}, "he": {"gay - they": 0.12943575461350454, "gay": 0.2808250738851172, "they": 0.15138931927161264}, "head": {"gay - they": 0.16355824668202149, "gay": 0.32007192514348526, "they": 0.15651367846146377}, "hell": {"gay - they": 0.1552272396767739, "gay": 0.36024727464174416, "they": 0.20502003496497026}, "here": {"gay - they": -0.002597033245325314, "gay": 0.19425900171109664, "they": 0.19685603495642195}, "high": {"gay - they": 0.20824545561042337, "gay": 0.3567200648421205, "they": 0.1484746092316971}, "his": {"gay - they": 0.1271180963137225, "gay": 0.3083489917165534, "they": 0.18123089540283088}, "home": {"gay - they": 0.04683548603417004, "gay": 0.260008194091471, "they": 0.21317270805730099}, "homosexual": {"gay - they": 0.25497936116565467, "gay": 0.38629541978740645, "they": 0.13131605862175177}, "homosexuality": {"gay - they": 0.2879331503672511, "gay": 0.4850264174527164, "they": 0.19709326708546535}, "how": {"gay - they": 0.014585860114028182, "gay": 0.28682993066969575, "they": 0.27224407055566757}, "huge": {"gay - they": 0.14855364132518367, "gay": 0.34258780551464807, "they": 0.1940341641894644}, "i": {"gay - they": -0.09530452097679032, "gay": 0.17268396469878788, "they": 0.2679884856755782}, "identity": {"gay - they": 0.21689016925758803, "gay": 0.36943522826319725, "they": 0.15254505900560922}, "if": {"gay - they": -0.01779000908637579, "gay": 0.2779347513604833, "they": 0.2957247604468591}, "immigration": {"gay - they": 0.16164643599139597, "gay": 0.338066692043886, "they": 0.17642025605249004}, "important": {"gay - they": 0.21287391085358776, "gay": 0.39882162123994974, "they": 0.185947710386362}, "in": {"gay - they": 0.06771106219081524, "gay": 0.37530818831793283, "they": 0.3075971261271176}, "inside": {"gay - they": 0.1741744187109282, "gay": 0.35942526552315907, "they": 0.18525084681223086}, "is": {"gay - they": 0.18666928321320247, "gay": 0.4381859402767081, "they": 0.2515166570635056}, "island": {"gay - they": 0.21728513037946556, "gay": 0.36671849966113956, "they": 0.149433369281674}, "issue": {"gay - they": 0.2160058836244051, "gay": 0.3754217905526198, "they": 0.15941590692821472}, "it": {"gay - they": 0.018958434077244346, "gay": 0.31140576525999647, "they": 0.2924473311827521}, "its": {"gay - they": 0.1270507527075082, "gay": 0.3091159590657023, "they": 0.18206520635819406}, "jews": {"gay - they": 0.062145658791819686, "gay": 0.26600709842686715, "they": 0.20386143963504746}, "job": {"gay - they": 0.15104521236854185, "gay": 0.3180837706829696, "they": 0.16703855831442777}, "keep": {"gay - they": 0.13609519690668137, "gay": 0.34976809161424605, "they": 0.21367289470756468}, "kids": {"gay - they": 0.051656671984124936, "gay": 0.30937364631173786, "they": 0.2577169743276129}, "kill": {"gay - they": 0.12057670098907514, "gay": 0.33133876373232385, "they": 0.2107620627432487}, "know": {"gay - they": 0.03567951698208377, "gay": 0.2866457459731065, "they": 0.2509662289910227}, "last": {"gay - they": 0.21473612614950258, "gay": 0.3641396245458601, "they": 0.1494034983963575}, "laugh": {"gay - they": 0.16164643599139597, "gay": 0.338066692043886, "they": 0.17642025605249004}, "law": {"gay - they": 0.12119765390875975, "gay": 0.32428932025254026, "they": 0.2030916663437805}, "lesbian": {"gay - they": 0.3106649380953482, "gay": 0.46678952826885234, "they": 0.15612459017350416}, "letter": {"gay - they": 0.25497936116565467, "gay": 0.38629541978740645, "they": 0.13131605862175177}, "lgbt": {"gay - they": 0.24099393866019717, "gay": 0.4583216697345582, "they": 0.217327731074361}, "liberals": {"gay - they": 0.13892917378532732, "gay": 0.3300944335676952, "they": 0.19116525978236787}, "lies": {"gay - they": 0.19260250558690983, "gay": 0.3617297305324054, "they": 0.1691272249454956}, "like": {"gay - they": -0.1183505577754807, "gay": 0.15812117337320947, "they": 0.27647173114869017}, "limerick": {"gay - they": 0.2533897481837092, "gay": 0.3954892471925377, "they": 0.14209949900882848}, "local": {"gay - they": 0.15085039073692244, "gay": 0.32007192514348526, "they": 0.16922153440656282}, "long": {"gay - they": 0.06604466643585497, "gay": 0.2739778398397057, "they": 0.20793317340385073}, "longer": {"gay - they": 0.15995614176754047, "gay": 0.35312657766807953, "they": 0.19317043590053906}, "look": {"gay - they": 0.027492265791592668, "gay": 0.2500918886982128, "they": 0.22259962290662014}, "m": {"gay - they": 0.1426932863623375, "gay": 0.280151186098834, "they": 0.1374578997364965}, "man": {"gay - they": 0.11040683355924089, "gay": 0.2671990310042123, "they": 0.1567921974449714}, "mankind": {"gay - they": 0.24540310526879633, "gay": 0.43749554732791246, "they": 0.19209244205911613}, "many": {"gay - they": 0.02788490220059142, "gay": 0.23757348901626313, "they": 0.2096885868156717}, "marriage": {"gay - they": 0.36234285677305844, "gay": 0.5435004565773559, "they": 0.18115759980429746}, "married": {"gay - they": 0.17122313503967895, "gay": 0.382357289307344, "they": 0.21113415426766502}, "marry": {"gay - they": 0.21495734190145113, "gay": 0.382357289307344, "they": 0.16739994740589284}, "marxism": {"gay - they": 0.2056865372820977, "gay": 0.43749554732791246, "they": 0.23180901004581475}, "may": {"gay - they": 0.16775291464019035, "gay": 0.3567200648421205, "they": 0.18896715020193014}, "me": {"gay - they": -7.0696587551905e-05, "gay": 0.18463418472863086, "they": 0.18470488131618276}, "media": {"gay - they": 0.10069670389191382, "gay": 0.30912211344576335, "they": 0.20842540955384953}, "men": {"gay - they": 0.09531537916474478, "gay": 0.29727767112932063, "they": 0.20196229196457585}, "messages": {"gay - they": 0.25241112430529694, "gay": 0.40099347696909554, "they": 0.1485823526637986}, "middle": {"gay - they": 0.22040885045140984, "gay": 0.34419228981871636, "they": 0.12378343936730653}, "moment": {"gay - they": 0.19443592411327573, "gay": 0.34756942251574136, "they": 0.15313349840246562}, "montreal": {"gay - they": 0.2479917187242764, "gay": 0.42455359297590844, "they": 0.17656187425163206}, "mostly": {"gay - they": 0.16164643599139597, "gay": 0.338066692043886, "they": 0.17642025605249004}, "much": {"gay - they": 0.021541526904221148, "gay": 0.2542023775907844, "they": 0.23266085068656325}, "my": {"gay - they": 0.11787379386578961, "gay": 0.32366394250068425, "they": 0.20579014863489464}, "n": {"gay - they": 0.048802589374392136, "gay": 0.34108789456279964, "they": 0.2922853051884075}, "nationalists": {"gay - they": 0.16195163659238776, "gay": 0.33526644481800755, "they": 0.1733148082256198}, "near": {"gay - they": 0.1634527005170835, "gay": 0.32109485503361107, "they": 0.15764215451652758}, "negro": {"gay - they": 0.10275415520848316, "gay": 0.28010381733991385, "they": 0.1773496621314307}, "new": {"gay - they": 0.0683750841373284, "gay": 0.22637172048019993, "they": 0.15799663634287153}, "nice": {"gay - they": 0.15275715241563448, "gay": 0.3000110950503858, "they": 0.14725394263475133}, "no": {"gay - they": 0.012149125172176756, "gay": 0.2672907979249346, "they": 0.25514167275275784}, "non": {"gay - they": 0.050498059530726974, "gay": 0.2603668053595391, "they": 0.20986874582881213}, "not": {"gay - they": -0.0020675058243501687, "gay": 0.27139049502137347, "they": 0.27345800084572364}, "nothing": {"gay - they": 0.09683737818512356, "gay": 0.27442758541300943, "they": 0.17759020722788588}, "now": {"gay - they": 0.022081169338418388, "gay": 0.23532849499281197, "they": 0.21324732565439358}, "of": {"gay - they": 0.1005440084991438, "gay": 0.4214432869429458, "they": 0.320899278443802}, "off": {"gay - they": 0.003258655907679986, "gay": 0.2589443973588688, "they": 0.25568574145118883}, "offspring": {"gay - they": 0.2512510019442095, "gay": 0.4073755921177137, "they": 0.15612459017350416}, "old": {"gay - they": 0.16106637141373412, "gay": 0.30659384821051305, "they": 0.14552747679677894}, "on": {"gay - they": 0.042681006310313074, "gay": 0.3198189922109506, "they": 0.27713798590063754}, "one": {"gay - they": 0.01850804735111372, "gay": 0.25634831498795535, "they": 0.23784026763684163}, "ones": {"gay - they": 0.10002811448254473, "gay": 0.3180837706829696, "they": 0.21805565620042489}, "open": {"gay - they": 0.2162977852873709, "gay": 0.37724496388948203, "they": 0.16094717860211114}, "openly": {"gay - they": 0.25207724300312395, "gay": 0.43675718992607704, "they": 0.18467994692295311}, "or": {"gay - they": 0.014174081085019608, "gay": 0.2779347513604833, "they": 0.2637606702754637}, "our": {"gay - they": -0.041675763151437784, "gay": 0.19809577398502629, "they": 0.23977153713646407}, "out": {"gay - they": -0.020088912246277735, "gay": 0.24425524741621196, "they": 0.2643441596624897}, "over": {"gay - they": 0.03711660068510769, "gay": 0.24395486781234127, "they": 0.20683826712723358}, "own": {"gay - they": 0.013374283388403546, "gay": 0.25387672954364016, "they": 0.2405024461552366}, "p": {"gay - they": 0.15094887957128184, "gay": 0.3190684929780839, "they": 0.16811961340680204}, "paperwork": {"gay - they": 0.24099393866019717, "gay": 0.4583216697345582, "they": 0.217327731074361}, "parade": {"gay - they": 0.29129290852297135, "gay": 0.4724505083272688, "they": 0.18115759980429746}, "party": {"gay - they": 0.17915946535714886, "gay": 0.3161675396474623, "they": 0.13700807429031345}, "people": {"gay - they": 0.0765709178840785, "gay": 0.35229538975976327, "they": 0.2757244718756848}, "perfected": {"gay - they": 0.24099393866019717, "gay": 0.4583216697345582, "they": 0.217327731074361}, "pictures": {"gay - they": 0.22345793112817058, "gay": 0.32007192514348526, "they": 0.09661399401531467}, "place": {"gay - they": 0.07995778370838993, "gay": 0.27815148075575324, "they": 0.1981936970473633}, "please": {"gay - they": 0.14306555338945195, "gay": 0.28421210679182835, "they": 0.1411465534023764}, "poster": {"gay - they": 0.2176540718043413, "gay": 0.3641558927637921, "they": 0.14650182095945083}, "practically": {"gay - they": 0.249828331447052, "gay": 0.4150039721576905, "they": 0.16517564071063853}, "pride": {"gay - they": 0.27577584089124024, "gay": 0.4527303153136059, "they": 0.17695447442236567}, "protect": {"gay - they": 0.2581784437311294, "gay": 0.36671849966113956, "they": 0.10854005593001013}, "proud": {"gay - they": 0.1953603777564086, "gay": 0.37894431128282685, "they": 0.18358393352641825}, "purposes": {"gay - they": 0.249828331447052, "gay": 0.4150039721576905, "they": 0.16517564071063853}, "quebec": {"gay - they": 0.20967062024194819, "gay": 0.4150039721576905, "they": 0.20533335191574234}, "question": {"gay - they": 0.15995614176754047, "gay": 0.35312657766807953, "they": 0.19317043590053906}, "race": {"gay - they": 0.1424937929822563, "gay": 0.34782524740034015, "they": 0.20533145441808384}, "racist": {"gay - they": 0.07421215719975233, "gay": 0.2921771536484656, "they": 0.21796499644871326}, "rag": {"gay - they": 0.2479917187242764, "gay": 0.42455359297590844, "they": 0.17656187425163206}, "raise": {"gay - they": 0.21646534232447082, "gay": 0.37232752764639504, "they": 0.15586218532192422}, "re": {"gay - they": 0.008027045562975066, "gay": 0.31792348313485363, "they": 0.30989643757187857}, "realize": {"gay - they": 0.14646955963761304, "gay": 0.3617297305324054, "they": 0.21526017089479238}, "realizing": {"gay - they": 0.20801344065981725, "gay": 0.42455359297590844, "they": 0.2165401523160912}, "regardless": {"gay - they": 0.25497936116565467, "gay": 0.38629541978740645, "they": 0.13131605862175177}, "right": {"gay - they": 0.050498059530726974, "gay": 0.2603668053595391, "they": 0.20986874582881213}, "rights": {"gay - they": 0.21646534232447082, "gay": 0.37232752764639504, "they": 0.15586218532192422}, "running": {"gay - they": 0.17689346059898647, "gay": 0.3366469365003771, "they": 0.1597534759013906}, "rupaul": {"gay - they": 0.24099393866019717, "gay": 0.4583216697345582, "they": 0.217327731074361}, "s": {"gay - they": 0.11375296861415396, "gay": 0.3521118307945456, "they": 0.23835886218039165}, "same": {"gay - they": 0.0058642995170788415, "gay": 0.24948200409660323, "they": 0.2436177045795244}, "san": {"gay - they": 0.2197172022931677, "gay": 0.3493509573384713, "they": 0.1296337550453036}, "say": {"gay - they": 0.05004788587281983, "gay": 0.3013652923481402, "they": 0.25131740647532036}, "scenes": {"gay - they": 0.20967062024194819, "gay": 0.4150039721576905, "they": 0.20533335191574234}, "school": {"gay - they": 0.006333587773915017, "gay": 0.22702091484815176, "they": 0.22068732707423674}, "schools": {"gay - they": 0.06104854511443458, "gay": 0.28805831856474234, "they": 0.22700977345030776}, "section": {"gay - they": 0.2629808238215961, "gay": 0.3339229422135849, "they": 0.07094211839198876}, "seeking": {"gay - they": 0.21201080106575393, "gay": 0.40099347696909554, "they": 0.1889826759033416}, "seen": {"gay - they": 0.11714032946993069, "gay": 0.27579722769484927, "they": 0.15865689822491857}, "sends": {"gay - they": 0.24540310526879633, "gay": 0.43749554732791246, "they": 0.19209244205911613}, "sexual": {"gay - they": 0.1735832586211447, "gay": 0.3641558927637921, "they": 0.1905726341426474}, "should": {"gay - they": -0.03134541507667643, "gay": 0.22900573425168919, "they": 0.2603511493283656}, "sick": {"gay - they": 0.17689346059898647, "gay": 0.3366469365003771, "they": 0.1597534759013906}, "so": {"gay - they": 0.00553667525745527, "gay": 0.2869969161341534, "they": 0.28146024087669813}, "society": {"gay - they": 0.16164643599139597, "gay": 0.338066692043886, "they": 0.17642025605249004}, "soldiers": {"gay - they": 0.15835943063148983, "gay": 0.36671849966113956, "they": 0.20835906902964973}, "some": {"gay - they": 0.12961262070290908, "gay": 0.34640811119034154, "they": 0.21679549048743246}, "something": {"gay - they": 0.13763362373929275, "gay": 0.3347887912404371, "they": 0.19715516750114434}, "sorry": {"gay - they": 0.1640522590939804, "gay": 0.31523467943364913, "they": 0.15118242033966872}, "sort": {"gay - they": 0.12797174041894513, "gay": 0.34419228981871636, "they": 0.21622054939977123}, "speech": {"gay - they": 0.2581784437311294, "gay": 0.36671849966113956, "they": 0.10854005593001013}, "sponsor": {"gay - they": 0.24540310526879633, "gay": 0.43749554732791246, "they": 0.19209244205911613}, "stage": {"gay - they": 0.2533897481837092, "gay": 0.3954892471925377, "they": 0.14209949900882848}, "start": {"gay - they": 0.08009458439763026, "gay": 0.27579722769484927, "they": 0.195702643297219}, "strange": {"gay - they": 0.19260250558690983, "gay": 0.3617297305324054, "they": 0.1691272249454956}, "support": {"gay - they": 0.21735886987946298, "gay": 0.37021869330725493, "they": 0.15285982342779195}, "supporting": {"gay - they": 0.17122313503967895, "gay": 0.382357289307344, "they": 0.21113415426766502}, "t": {"gay - they": 0.04897635306802067, "gay": 0.33801346795189585, "they": 0.2890371148838752}, "teacher": {"gay - they": 0.15158262057012437, "gay": 0.3125297991722355, "they": 0.16094717860211114}, "that": {"gay - they": 0.046031556747445135, "gay": 0.3585699924174608, "they": 0.31253843567001566}, "the": {"gay - they": 0.02062993602219998, "gay": 0.36692477768705334, "they": 0.34629484166485336}, "their": {"gay - they": -0.1067224161280022, "gay": 0.2363630406174499, "they": 0.3430854567454521}, "then": {"gay - they": 0.031869178004113374, "gay": 0.29504761147136205, "they": 0.2631784334672487}, "there": {"gay - they": 0.0057682815597766834, "gay": 0.23341124655175383, "they": 0.22764296499197714}, "these": {"gay - they": 0.05231256311003957, "gay": 0.29630683450188333, "they": 0.24399427139184376}, "they": {"gay - they": -0.24418790931122958, "gay": 0.34159740274887285, "they": 0.5857853120601024}, "thing": {"gay - they": 0.05408004848262185, "gay": 0.2656148204121383, "they": 0.21153477192951645}, "think": {"gay - they": -0.04803241413723086, "gay": 0.2248800432261317, "they": 0.27291245736336256}, "this": {"gay - they": 0.14166806157032588, "gay": 0.3672135959579981, "they": 0.2255455343876722}, "those": {"gay - they": -0.003289768949056998, "gay": 0.23411265125295821, "they": 0.2374024202020152}, "though": {"gay - they": 0.11537479800701489, "gay": 0.29931518665119283, "they": 0.18394038864417794}, "time": {"gay - they": 0.01678887241381416, "gay": 0.22466952322641592, "they": 0.20788065081260176}, "to": {"gay - they": -0.01123251942352299, "gay": 0.3492553272265888, "they": 0.3604878466501118}, "together": {"gay - they": 0.08973280884653095, "gay": 0.2934101736311624, "they": 0.20367736478463144}, "too": {"gay - they": 0.055301194000932946, "gay": 0.2378275985166722, "they": 0.18252640451573926}, "true": {"gay - they": 0.14074481565003574, "gay": 0.31079918171796506, "they": 0.1700543660679293}, "turn": {"gay - they": 0.09384806578957394, "gay": 0.3180837706829696, "they": 0.22423570489339567}, "use": {"gay - they": 0.0966883835627704, "gay": 0.27672789871782166, "they": 0.18003951515505126}, "values": {"gay - they": 0.2581784437311294, "gay": 0.36671849966113956, "they": 0.10854005593001013}, "very": {"gay - they": 0.05927352137303729, "gay": 0.2385957277700314, "they": 0.17932220639699412}, "video": {"gay - they": 0.23781427076585993, "gay": 0.35867025318793766, "they": 0.12085598242207773}, "vile": {"gay - they": 0.1897661564193841, "gay": 0.382357289307344, "they": 0.19259113288795987}, "vodka": {"gay - they": 0.2512510019442095, "gay": 0.4073755921177137, "they": 0.15612459017350416}, "want": {"gay - they": -0.03486489924071945, "gay": 0.23151170399808113, "they": 0.2663766032388006}, "wants": {"gay - they": 0.17828091399020124, "gay": 0.32428932025254026, "they": 0.14600840626233902}, "war": {"gay - they": 0.15149750863882294, "gay": 0.31341637660997984, "they": 0.1619188679711569}, "was": {"gay - they": 0.10356252918872821, "gay": 0.2944540472351808, "they": 0.1908915180464526}, "watch": {"gay - they": 0.07160231203127773, "gay": 0.25355272073990537, "they": 0.18195040870862764}, "we": {"gay - they": 0.02739011431199817, "gay": 0.23082566482210376, "they": 0.2034355505101056}, "welcome": {"gay - they": 0.16651324457489428, "gay": 0.28978772395843566, "they": 0.12327447938354139}, "well": {"gay - they": 0.13095322324152053, "gay": 0.34577235744526535, "they": 0.21481913420374482}, "were": {"gay - they": -0.06409705674672339, "gay": 0.22530299430375167, "they": 0.28940005105047506}, "what": {"gay - they": -0.06996945988676206, "gay": 0.1967951157977903, "they": 0.26676457568455236}, "when": {"gay - they": 0.017533975581244365, "gay": 0.3108573159478735, "they": 0.29332334036662916}, "white": {"gay - they": 0.01330128861501878, "gay": 0.27661790299960726, "they": 0.2633166143845885}, "who": {"gay - they": 0.10792433421655606, "gay": 0.34107328384903, "they": 0.23314894963247396}, "whole": {"gay - they": 0.12242185759520915, "gay": 0.30995417918642315, "they": 0.187532321591214}, "will": {"gay - they": 0.0025413954314572607, "gay": 0.2860229890669719, "they": 0.2834815936355146}, "with": {"gay - they": 0.07481141057454171, "gay": 0.3638724653524244, "they": 0.2890610547778827}, "wo": {"gay - they": 0.10550968820703094, "gay": 0.33261435005594214, "they": 0.2271046618489112}, "work": {"gay - they": 0.07972530564145508, "gay": 0.2821223288815718, "they": 0.2023970232401167}, "would": {"gay - they": -0.04166734501604996, "gay": 0.18724593446254018, "they": 0.22891327947859014}, "wrong": {"gay - they": 0.14016254382066723, "gay": 0.3171170182430329, "they": 0.17695447442236567}, "wrote": {"gay - they": 0.25678726712758565, "gay": 0.3754217905526198, "they": 0.11863452342503418}, "wtf": {"gay - they": 0.25678726712758565, "gay": 0.3754217905526198, "they": 0.11863452342503418}, "years": {"gay - they": 0.0512728936405594, "gay": 0.24202981083724698, "they": 0.19075691719668758}, "you": {"gay - they": 0.05219300901300272, "gay": 0.27943720606107747, "they": 0.22724419704807475}, "young": {"gay - they": 0.18726398837125088, "gay": 0.3747963099624649, "they": 0.187532321591214}, "your": {"gay - they": 0.16177424882302727, "gay": 0.35035626059064096, "they": 0.1885820117676137}, "youth": {"gay - they": 0.2277391456570942, "gay": 0.38538130017362177, "they": 0.15764215451652758}, "youtube": {"gay - they": 0.3066612447182163, "gay": 0.36295106138187816, "they": 0.05628981666366184}, "yrs": {"gay - they": 0.25241112430529694, "gay": 0.40099347696909554, "they": 0.1485823526637986}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-woman.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-woman.json new file mode 100644 index 0000000000000000000000000000000000000000..e01da1b3eb27ce66ca5e118ef9202a095bee6d93 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-gay-woman.json @@ -0,0 +1 @@ +{"000": {"gay - woman": 0.07283717398141198, "gay": 0.31165756557094787, "woman": 0.23882039158953589}, "20": {"gay - woman": 0.07260819836495064, "gay": 0.3171170182430329, "woman": 0.24450881987808226}, "9": {"gay - woman": 0.07248207436776885, "gay": 0.32007192514348526, "woman": 0.2475898507757164}, "a": {"gay - woman": -0.12758294513618584, "gay": 0.3185280405536974, "woman": 0.4461109856898832}, "abortion": {"gay - woman": 0.06842520789689288, "gay": 0.40099347696909554, "woman": 0.33256826907220266}, "about": {"gay - woman": -0.0952732300861284, "gay": 0.18081489463779463, "woman": 0.276088124723923}, "all": {"gay - woman": 0.04019211177415574, "gay": 0.26638660997311403, "woman": 0.2261944981989583}, "an": {"gay - woman": -0.12636109829182665, "gay": 0.20416605708002697, "woman": 0.3305271553718536}, "and": {"gay - woman": -0.0298238896878662, "gay": 0.3426108028061029, "woman": 0.3724346924939691}, "any": {"gay - woman": -0.022043779024465054, "gay": 0.23036131214393932, "woman": 0.25240509116840437}, "apparently": {"gay - woman": 0.07086760599617176, "gay": 0.3551335293325131, "woman": 0.2842659233363413}, "are": {"gay - woman": 0.16698865482353603, "gay": 0.37451165546260606, "woman": 0.20752300063907003}, "around": {"gay - woman": 0.07529160829742973, "gay": 0.24230142905520102, "woman": 0.1670098207577713}, "as": {"gay - woman": 0.036785022958694846, "gay": 0.30561045965241845, "woman": 0.2688254366937236}, "at": {"gay - woman": 0.019808372910848637, "gay": 0.2855405370323465, "woman": 0.26573216412149786}, "back": {"gay - woman": 0.07566053066130732, "gay": 0.2292298231880766, "woman": 0.1535692925267693}, "be": {"gay - woman": -0.04334756731916886, "gay": 0.2225641675538312, "woman": 0.26591173487300007}, "beating": {"gay - woman": 0.06924903882242806, "gay": 0.38629541978740645, "woman": 0.3170463809649784}, "beautiful": {"gay - woman": 0.07307235644644197, "gay": 0.3059150773895706, "woman": 0.2328427209431286}, "because": {"gay - woman": 0.08979773949354825, "gay": 0.3435654563470742, "woman": 0.25376771685352595}, "behind": {"gay - woman": 0.07252507649447235, "gay": 0.3190684929780839, "woman": 0.24654341648361153}, "brother": {"gay - woman": 0.0720969843682685, "gay": 0.3288797483035058, "woman": 0.2567827639352373}, "brown": {"gay - woman": 0.07367970943166269, "gay": 0.2903758635860459, "woman": 0.2166961541543832}, "but": {"gay - woman": 0.019929265150730707, "gay": 0.2696359246510539, "woman": 0.2497066595003232}, "by": {"gay - woman": -0.07113556053564474, "gay": 0.2661766556423075, "woman": 0.33731221617795226}, "children": {"gay - woman": 0.12476422177797325, "gay": 0.3787406693376116, "woman": 0.25397644755963833}, "come": {"gay - woman": 0.07452049657035253, "gay": 0.2667991684867617, "woman": 0.19227867191640918}, "crime": {"gay - woman": 0.015516651740631604, "gay": 0.2953110512667621, "woman": 0.2797943995261305}, "date": {"gay - woman": 0.07065498854028573, "gay": 0.35942526552315907, "woman": 0.28877027698287333}, "dating": {"gay - woman": -0.019402642777845425, "gay": 0.382357289307344, "woman": 0.4017599320851894}, "do": {"gay - woman": 0.12743841852985438, "gay": 0.311483384651383, "woman": 0.1840449661215286}, "down": {"gay - woman": 0.015796193667484665, "gay": 0.24709787486507354, "woman": 0.23130168119758887}, "ever": {"gay - woman": 0.07466131189574735, "gay": 0.2625623962620298, "woman": 0.18790108436628247}, "face": {"gay - woman": 0.015342596659043861, "gay": 0.3190684929780839, "woman": 0.30372589631904}, "family": {"gay - woman": 0.08138939824838448, "gay": 0.3550373950852266, "woman": 0.2736479968368421}, "first": {"gay - woman": 0.14217685237870414, "gay": 0.3231548763674664, "woman": 0.18097802398876228}, "for": {"gay - woman": -0.054918251313346045, "gay": 0.3102720307063573, "woman": 0.3651902820197033}, "force": {"gay - woman": 0.015186127456403908, "gay": 0.338066692043886, "woman": 0.3228805645874821}, "forced": {"gay - woman": 0.07105953201133025, "gay": 0.3512013387422007, "woman": 0.28014180673087047}, "from": {"gay - woman": 0.1457373536239688, "gay": 0.3930186576832394, "woman": 0.2472813040592706}, "full": {"gay - woman": 0.13767327368269633, "gay": 0.37559975753270997, "woman": 0.23792648385001364}, "god": {"gay - woman": 0.07382908730676835, "gay": 0.2863788706607983, "woman": 0.21254978335402996}, "has": {"gay - woman": 0.14494559199010693, "gay": 0.28341107790892084, "woman": 0.1384654859188139}, "have": {"gay - woman": 0.05544699091653668, "gay": 0.2655600483084889, "woman": 0.2101130573919522}, "he": {"gay - woman": 0.018039626209503667, "gay": 0.2808250738851172, "woman": 0.2627854476756135}, "here": {"gay - woman": -0.05145117883090017, "gay": 0.19425900171109664, "woman": 0.2457101805419968}, "high": {"gay - woman": 0.13940727279281526, "gay": 0.3567200648421205, "woman": 0.21731279204930523}, "his": {"gay - woman": 0.14327250496734997, "gay": 0.3083489917165534, "woman": 0.16507648674920342}, "home": {"gay - woman": -0.04946713129871111, "gay": 0.260008194091471, "woman": 0.30947532539018213}, "how": {"gay - woman": 0.08469339860958369, "gay": 0.28682993066969575, "woman": 0.20213653206011206}, "huge": {"gay - woman": 0.07147034193502955, "gay": 0.34258780551464807, "woman": 0.2711174635796185}, "i": {"gay - woman": -0.09033461283766103, "gay": 0.17268396469878788, "woman": 0.2630185775364489}, "if": {"gay - woman": 0.0023407511965991556, "gay": 0.2779347513604833, "woman": 0.27559400016388413}, "important": {"gay - woman": 0.13536434525871022, "gay": 0.39882162123994974, "woman": 0.2634572759812395}, "in": {"gay - woman": -0.013100557122691148, "gay": 0.37530818831793283, "woman": 0.388408745440624}, "inside": {"gay - woman": 0.07065498854028573, "gay": 0.35942526552315907, "woman": 0.28877027698287333}, "is": {"gay - woman": 0.16703819229544048, "gay": 0.4381859402767081, "woman": 0.2711477479812676}, "it": {"gay - woman": 0.05731471653964115, "gay": 0.31140576525999647, "woman": 0.2540910487203553}, "its": {"gay - woman": 0.08371794971413812, "gay": 0.3091159590657023, "woman": 0.22539800935156415}, "jews": {"gay - woman": 0.07454705960931393, "gay": 0.26600709842686715, "woman": 0.19146003881755322}, "keep": {"gay - woman": 0.08167851223594291, "gay": 0.34976809161424605, "woman": 0.26808957937830313}, "kids": {"gay - woman": 0.1431991452126662, "gay": 0.30937364631173786, "woman": 0.16617450109907167}, "know": {"gay - woman": 0.08470104210633891, "gay": 0.2866457459731065, "woman": 0.20194470386676758}, "last": {"gay - woman": 0.18520313050407408, "gay": 0.3641396245458601, "woman": 0.178936494041786}, "laugh": {"gay - woman": 0.07168069798625837, "gay": 0.338066692043886, "woman": 0.26638599405762764}, "liberals": {"gay - woman": 0.07204280071233643, "gay": 0.3300944335676952, "woman": 0.25805163285535876}, "like": {"gay - woman": -0.14360505175821925, "gay": 0.15812117337320947, "woman": 0.3017262251314287}, "local": {"gay - woman": 0.015334716758618638, "gay": 0.32007192514348526, "woman": 0.3047372083848666}, "long": {"gay - woman": 0.07427476698093141, "gay": 0.2739778398397057, "woman": 0.19970307285877428}, "look": {"gay - woman": -0.021749203996833222, "gay": 0.2500918886982128, "woman": 0.271841092695046}, "m": {"gay - woman": 0.046708531384859614, "gay": 0.280151186098834, "woman": 0.23344265471397438}, "man": {"gay - woman": -0.15704389367548016, "gay": 0.2671990310042123, "woman": 0.42424292467969243}, "may": {"gay - woman": 0.08129587150769307, "gay": 0.3567200648421205, "woman": 0.2754241933344274}, "me": {"gay - woman": -0.14162038387979853, "gay": 0.18463418472863086, "woman": 0.3262545686084294}, "men": {"gay - woman": -0.08842292350391423, "gay": 0.29727767112932063, "woman": 0.38570059463323486}, "middle": {"gay - woman": 0.07139481729056996, "gay": 0.34419228981871636, "woman": 0.2727974725281464}, "mostly": {"gay - woman": 0.07168069798625837, "gay": 0.338066692043886, "woman": 0.26638599405762764}, "much": {"gay - woman": 0.07493001435116312, "gay": 0.2542023775907844, "woman": 0.17927236323962129}, "my": {"gay - woman": 0.08291487241551984, "gay": 0.32366394250068425, "woman": 0.2407490700851644}, "n": {"gay - woman": 0.12590729957078808, "gay": 0.34108789456279964, "woman": 0.21518059499201156}, "near": {"gay - woman": 0.07243805375861423, "gay": 0.32109485503361107, "woman": 0.24865680127499684}, "negro": {"gay - woman": -0.021273463317713848, "gay": 0.28010381733991385, "woman": 0.3013772806576277}, "new": {"gay - woman": 0.07573726582200507, "gay": 0.22637172048019993, "woman": 0.15063445465819486}, "nice": {"gay - woman": 0.07330810726692821, "gay": 0.3000110950503858, "woman": 0.2267029877834576}, "no": {"gay - woman": 0.04698775594830387, "gay": 0.2672907979249346, "woman": 0.22030304197663073}, "not": {"gay - woman": -0.027442350065157828, "gay": 0.27139049502137347, "woman": 0.2988328450865313}, "nothing": {"gay - woman": 0.07425907290597175, "gay": 0.27442758541300943, "woman": 0.20016851250703768}, "now": {"gay - woman": 0.07549207987851655, "gay": 0.23532849499281197, "woman": 0.15983641511429542}, "of": {"gay - woman": 0.11134196160568693, "gay": 0.4214432869429458, "woman": 0.31010132533725887}, "off": {"gay - woman": 0.01573664390587376, "gay": 0.2589443973588688, "woman": 0.24320775345299506}, "old": {"gay - woman": -0.08117073064710711, "gay": 0.30659384821051305, "woman": 0.38776457885762017}, "on": {"gay - woman": -0.0473082053273734, "gay": 0.3198189922109506, "woman": 0.367127197538324}, "one": {"gay - woman": -0.005281055958648251, "gay": 0.25634831498795535, "woman": 0.2616293709466036}, "or": {"gay - woman": 0.03998630303900247, "gay": 0.2779347513604833, "woman": 0.23794844832148082}, "our": {"gay - woman": -0.022494360013606968, "gay": 0.19809577398502629, "woman": 0.22059013399863325}, "out": {"gay - woman": -0.0721912030784414, "gay": 0.24425524741621196, "woman": 0.31644645049465336}, "over": {"gay - woman": 0.07524283848606625, "gay": 0.24395486781234127, "woman": 0.16871202932627502}, "own": {"gay - woman": -0.021691046566527428, "gay": 0.25387672954364016, "woman": 0.2755677761101676}, "p": {"gay - woman": 0.07252507649447235, "gay": 0.3190684929780839, "woman": 0.24654341648361153}, "people": {"gay - woman": 0.15420364632768796, "gay": 0.35229538975976327, "woman": 0.1980917434320753}, "please": {"gay - woman": 0.07390889618742075, "gay": 0.28421210679182835, "woman": 0.2103032106044076}, "proud": {"gay - woman": 0.13735274777446702, "gay": 0.37894431128282685, "woman": 0.24159156350835984}, "race": {"gay - woman": 0.12735337691373547, "gay": 0.34782524740034015, "woman": 0.2204718704866047}, "racist": {"gay - woman": 0.07361147607053692, "gay": 0.2921771536484656, "woman": 0.21856567757792866}, "re": {"gay - woman": 0.045779991017010135, "gay": 0.31792348313485363, "woman": 0.2721434921178435}, "right": {"gay - woman": 0.01572909380222115, "gay": 0.2603668053595391, "woman": 0.24463771155731795}, "rights": {"gay - woman": 0.06999600928899535, "gay": 0.37232752764639504, "woman": 0.3023315183573997}, "s": {"gay - woman": 0.09553145605624758, "gay": 0.3521118307945456, "woman": 0.25658037473829803}, "same": {"gay - woman": 0.015784687178508228, "gay": 0.24948200409660323, "woman": 0.233697316918095}, "say": {"gay - woman": 0.14376276843464308, "gay": 0.3013652923481402, "woman": 0.1576025239134971}, "school": {"gay - woman": 0.015883542668968492, "gay": 0.22702091484815176, "woman": 0.21113737217918327}, "seeking": {"gay - woman": 0.06842520789689288, "gay": 0.40099347696909554, "woman": 0.33256826907220266}, "seen": {"gay - woman": 0.015641675166305047, "gay": 0.27579722769484927, "woman": 0.2601555525285442}, "should": {"gay - woman": -0.022063487395048487, "gay": 0.22900573425168919, "woman": 0.2510692216467377}, "so": {"gay - woman": 0.19245434275627585, "gay": 0.2869969161341534, "woman": 0.09454257337787755}, "some": {"gay - woman": 0.07278481433903145, "gay": 0.34640811119034154, "woman": 0.2736232968513101}, "t": {"gay - woman": 0.10234670954014996, "gay": 0.33801346795189585, "woman": 0.2356667584117459}, "teacher": {"gay - woman": 0.015392895465407452, "gay": 0.3125297991722355, "woman": 0.29713690370682805}, "that": {"gay - woman": 0.08257983691771209, "gay": 0.3585699924174608, "woman": 0.2759901554997487}, "the": {"gay - woman": 0.01257129679161989, "gay": 0.36692477768705334, "woman": 0.35435348089543345}, "their": {"gay - woman": -0.005412737549069846, "gay": 0.2363630406174499, "woman": 0.24177577816651974}, "then": {"gay - woman": 0.0843454055280764, "gay": 0.29504761147136205, "woman": 0.21070220594328565}, "there": {"gay - woman": -0.00543214124546923, "gay": 0.23341124655175383, "woman": 0.23884338779722306}, "they": {"gay - woman": 0.11215684463596262, "gay": 0.34159740274887285, "woman": 0.22944055811291023}, "thing": {"gay - woman": 0.01570049531412171, "gay": 0.2656148204121383, "woman": 0.2499143250980166}, "this": {"gay - woman": 0.16914733175671898, "gay": 0.3672135959579981, "woman": 0.1980662642012791}, "those": {"gay - woman": 0.015854637769051133, "gay": 0.23411265125295821, "woman": 0.21825801348390708}, "throat": {"gay - woman": 0.014557934331402844, "gay": 0.40099347696909554, "woman": 0.3864355426376927}, "time": {"gay - woman": -0.02212607231071298, "gay": 0.22466952322641592, "woman": 0.2467955955371289}, "to": {"gay - woman": -0.021347359096112628, "gay": 0.3492553272265888, "woman": 0.37060268632270144}, "too": {"gay - woman": 0.015838646586364885, "gay": 0.2378275985166722, "woman": 0.22198895193030732}, "true": {"gay - woman": 0.07287269786795142, "gay": 0.31079918171796506, "woman": 0.23792648385001364}, "turn": {"gay - woman": 0.07256710409797287, "gay": 0.3180837706829696, "woman": 0.24551666658499674}, "use": {"gay - woman": 0.07417825055890512, "gay": 0.27672789871782166, "woman": 0.20254964815891655}, "video": {"gay - woman": 0.08890708032989697, "gay": 0.35867025318793766, "woman": 0.2697631728580407}, "want": {"gay - woman": -0.05037716503955514, "gay": 0.23151170399808113, "woman": 0.28188886903763627}, "was": {"gay - woman": -0.0395055622698966, "gay": 0.2944540472351808, "woman": 0.3339596095050774}, "we": {"gay - woman": 0.04767800279398335, "gay": 0.23082566482210376, "woman": 0.1831476620281204}, "well": {"gay - woman": 0.0896708223326852, "gay": 0.34577235744526535, "woman": 0.25610153511258016}, "were": {"gay - woman": 0.07576559758626727, "gay": 0.22530299430375167, "woman": 0.1495373967174844}, "what": {"gay - woman": -0.02251171226093132, "gay": 0.1967951157977903, "woman": 0.21930682805872162}, "when": {"gay - woman": 0.1300450892991156, "gay": 0.3108573159478735, "woman": 0.18081222664875793}, "white": {"gay - woman": -0.18611717455663218, "gay": 0.27661790299960726, "woman": 0.46273507755623944}, "who": {"gay - woman": -0.06472157100747705, "gay": 0.34107328384903, "woman": 0.40579485485650707}, "will": {"gay - woman": 0.09272180413806491, "gay": 0.2860229890669719, "woman": 0.19330118492890697}, "with": {"gay - woman": 0.005999668682249215, "gay": 0.3638724653524244, "woman": 0.3578727966701752}, "wo": {"gay - woman": 0.07192956177733295, "gay": 0.33261435005594214, "woman": 0.2606847882786092}, "would": {"gay - woman": -0.07510956832239435, "gay": 0.18724593446254018, "woman": 0.2623555027849345}, "wrong": {"gay - woman": 0.07260819836495064, "gay": 0.3171170182430329, "woman": 0.24450881987808226}, "years": {"gay - woman": -0.0727879266179571, "gay": 0.24202981083724698, "woman": 0.3148177374552041}, "you": {"gay - woman": 0.022722188712001767, "gay": 0.27943720606107747, "woman": 0.2567150173490757}, "young": {"gay - woman": 0.1377496720382465, "gay": 0.3747963099624649, "woman": 0.23704663792421837}, "your": {"gay - woman": 0.08155900413433981, "gay": 0.35035626059064096, "woman": 0.26879725645630115}, "youtube": {"gay - woman": -0.0006543741835318695, "gay": 0.36295106138187816, "woman": 0.36360543556541003}, "yrs": {"gay - woman": 0.06842520789689288, "gay": 0.40099347696909554, "woman": 0.33256826907220266}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-her.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-her.json new file mode 100644 index 0000000000000000000000000000000000000000..63f837b9098c938b7f3cf40e285756c7f39a9db1 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-her.json @@ -0,0 +1 @@ +{"000": {"he - her": -0.01784380802087218, "he": 0.13427119015622435, "her": 0.15211499817709653}, "1": {"he - her": -0.10141593603599991, "he": 0.08322999922701296, "her": 0.18464593526301287}, "10": {"he - her": 0.001632266757594869, "he": 0.2298700689877525, "her": 0.22823780223015763}, "12": {"he - her": -0.09928949764574202, "he": 0.1574014836242536, "her": 0.2566909812699956}, "13": {"he - her": -0.06725877462754537, "he": 0.1872536620266978, "her": 0.25451243665424317}, "130": {"he - her": -0.017609198942531823, "he": 0.25008657663135536, "her": 0.2676957755738872}, "15": {"he - her": 0.010457622029436758, "he": 0.2358108643049227, "her": 0.22535324227548595}, "17": {"he - her": -0.01779754209731252, "he": 0.1984748915997329, "her": 0.2162724336970454}, "2": {"he - her": -0.12557149258188716, "he": 0.07997216648426181, "her": 0.20554365906614896}, "24": {"he - her": -0.06677769640459044, "he": 0.20520571480997543, "her": 0.2719834112145659}, "27": {"he - her": -0.0664214015134155, "he": 0.21746936502540917, "her": 0.28389076653882467}, "3": {"he - her": 0.08516123491790298, "he": 0.20059362069682474, "her": 0.11543238577892176}, "30": {"he - her": -0.017850498821577798, "he": 0.14466529137341186, "her": 0.16251579019498966}, "31": {"he - her": -0.017681798843354496, "he": 0.23412509034871806, "her": 0.25180688919207256}, "4": {"he - her": 0.08447774712425699, "he": 0.2193586564694832, "her": 0.1348809093452262}, "41": {"he - her": -0.017609198942531823, "he": 0.25008657663135536, "her": 0.2676957755738872}, "5": {"he - her": -0.01976936350095443, "he": 0.15869682992179707, "her": 0.1784661934227515}, "50": {"he - her": -0.017851888257335385, "he": 0.15326653760344736, "her": 0.17111842586078274}, "6": {"he - her": 0.010768930605934757, "he": 0.20723642954857477, "her": 0.19646749894264}, "73": {"he - her": -0.017552097626552687, "he": 0.26101383237626974, "her": 0.2785659300028224}, "8": {"he - her": -0.06785650075078042, "he": 0.16187272473616937, "her": 0.2297292254869498}, "9": {"he - her": -0.01785003793098383, "he": 0.14353691526390264, "her": 0.16138695319488647}, "a": {"he - her": 0.04646292389227458, "he": 0.3797807848382674, "her": 0.3333178609459928}, "about": {"he - her": 0.017437444988097017, "he": 0.2679674567428005, "her": 0.25053001175470346}, "account": {"he - her": -0.01783489246422637, "he": 0.1780655339314804, "her": 0.19590042639570676}, "actors": {"he - her": -0.017609198942531823, "he": 0.25008657663135536, "her": 0.2676957755738872}, "actually": {"he - her": 0.010992121206283456, "he": 0.18641897743577815, "her": 0.1754268562294947}, "add": {"he - her": -0.017841824303474363, "he": 0.17210330764661627, "her": 0.18994513195009063}, "after": {"he - her": 0.0478597044462698, "he": 0.26249446993198644, "her": 0.21463476548571664}, "again": {"he - her": 0.06763695054042837, "he": 0.24073513055849036, "her": 0.173098180018062}, "age": {"he - her": -0.0745687044324384, "he": 0.19543750765046558, "her": 0.270006212082904}, "ago": {"he - her": -0.03670980982529423, "he": 0.23781219745619078, "her": 0.274522007281485}, "all": {"he - her": 0.07548718713097241, "he": 0.25167633941576667, "her": 0.17618915228479426}, "almost": {"he - her": 0.06117004412876598, "he": 0.21621381765095554, "her": 0.15504377352218957}, "along": {"he - her": 0.010616476268444641, "he": 0.2212956721025283, "her": 0.21067919583408365}, "also": {"he - her": -0.06476199769567054, "he": 0.1489322998267673, "her": 0.21369429752243785}, "although": {"he - her": -0.01782490071699039, "he": 0.1847983596268498, "her": 0.20262326034384018}, "always": {"he - her": 0.14546428855045068, "he": 0.23965926458324951, "her": 0.09419497603279883}, "am": {"he - her": -0.019729286209485844, "he": 0.11270341355273707, "her": 0.1324326997622229}, "american": {"he - her": 0.061865597566114316, "he": 0.19194356465960277, "her": 0.13007796709348846}, "an": {"he - her": 0.07011230148642714, "he": 0.25190045417042506, "her": 0.18178815268399792}, "ancestors": {"he - her": -0.017804462052392833, "he": 0.1954253217553395, "her": 0.21322978380773233}, "and": {"he - her": -0.009545313614084283, "he": 0.3669835250093558, "her": 0.3765288386234401}, "another": {"he - her": -0.07590155132130869, "he": 0.14429422086394184, "her": 0.22019577218525052}, "anti": {"he - her": 0.09275873016171321, "he": 0.2658569101797752, "her": 0.173098180018062}, "any": {"he - her": -0.022152318865877846, "he": 0.15046028166629846, "her": 0.1726126005321763}, "anymore": {"he - her": -0.01784952203876039, "he": 0.16187272473616937, "her": 0.17972224677492976}, "anyone": {"he - her": 0.06287754164632789, "he": 0.151270775193521, "her": 0.08839323354719311}, "anything": {"he - her": 0.03713791259887933, "he": 0.25403091769506825, "her": 0.21689300509618892}, "ap": {"he - her": -0.017609198942531823, "he": 0.25008657663135536, "her": 0.2676957755738872}, "apartment": {"he - her": -0.09761138366502084, "he": 0.1984748915997329, "her": 0.29608627526475373}, "apparently": {"he - her": 0.010189343804314188, "he": 0.26002381121540985, "her": 0.24983446741109566}, "arab": {"he - her": -0.017743860270890505, "he": 0.21746936502540917, "her": 0.23521322529629968}, "are": {"he - her": 0.02419655010334751, "he": 0.18731970956441, "her": 0.16312315946106248}, "area": {"he - her": -0.01775318256507004, "he": 0.08981115781794867, "her": 0.10756434038301871}, "arms": {"he - her": -0.017804462052392833, "he": 0.1954253217553395, "her": 0.21322978380773233}, "around": {"he - her": -0.024987837316021305, "he": 0.22300135523897108, "her": 0.24798919255499238}, "as": {"he - her": 0.022723853338940364, "he": 0.24735807492327255, "her": 0.2246342215843322}, "ask": {"he - her": -0.051101290935284566, "he": 0.20160406661036392, "her": 0.2527053575456485}, "asked": {"he - her": 0.029954782464993807, "he": 0.23023869543447398, "her": 0.20028391296948017}, "ass": {"he - her": 0.05973989824592968, "he": 0.26002381121540985, "her": 0.20028391296948017}, "aswell": {"he - her": -0.017650366480363944, "he": 0.24138561175393702, "her": 0.25903597823430097}, "at": {"he - her": -0.010061571453039708, "he": 0.26216535495020926, "her": 0.27222692640324897}, "attack": {"he - her": -0.06850347932349551, "he": 0.1279640196191445, "her": 0.19646749894264}, "attacked": {"he - her": -0.019519493358506862, "he": 0.24591911173607547, "her": 0.26543860509458234}, "authorities": {"he - her": -0.01777017654877927, "he": 0.20895529526800866, "her": 0.22672547181678793}, "auto": {"he - her": -0.017552097626552687, "he": 0.26101383237626974, "her": 0.2785659300028224}, "away": {"he - her": 0.047206727986926655, "he": 0.28270281316364154, "her": 0.2354960851767149}, "baby": {"he - her": -0.1402076504719181, "he": 0.17210330764661627, "her": 0.3123109581185344}, "back": {"he - her": -0.02084165374887975, "he": 0.2701350188001274, "her": 0.29097667254900716}, "backpack": {"he - her": -0.017552097626552687, "he": 0.26101383237626974, "her": 0.2785659300028224}, "bad": {"he - her": 0.1034045457476101, "he": 0.22260713777405955, "her": 0.11920259202644945}, "bag": {"he - her": -0.017780604842007552, "he": 0.20520571480997543, "her": 0.22298631965198298}, "band": {"he - her": 0.030653797781317826, "he": 0.1920407509762043, "her": 0.16138695319488647}, "bar": {"he - her": 0.03014757476253857, "he": 0.2200927067126292, "her": 0.18994513195009063}, "be": {"he - her": 0.04880020339580307, "he": 0.27036853454092985, "her": 0.22156833114512678}, "beaten": {"he - her": -0.06719261108293476, "he": 0.1898333100014528, "her": 0.25702592108438754}, "beautiful": {"he - her": -0.12385804889499608, "he": 0.1279640196191445, "her": 0.2518220685141406}, "because": {"he - her": 0.05462029211203004, "he": 0.27917266114536765, "her": 0.2245523690333376}, "been": {"he - her": 0.06965696426075531, "he": 0.17825889102594264, "her": 0.10860192676518733}, "before": {"he - her": -0.0036132824089446514, "he": 0.20756612085406292, "her": 0.21117940326300758}, "begging": {"he - her": -0.017650366480363944, "he": 0.24138561175393702, "her": 0.25903597823430097}, "behind": {"he - her": -0.04065289752468268, "he": 0.2437793527132703, "her": 0.284432250237953}, "being": {"he - her": -0.04156569500985721, "he": 0.17611765663725168, "her": 0.2176833516471089}, "believe": {"he - her": 0.03105448490867696, "he": 0.16811503624669277, "her": 0.1370605513380158}, "best": {"he - her": 0.031077665818260103, "he": 0.16667649543703983, "her": 0.13559882961877973}, "better": {"he - her": 0.05205731848152556, "he": 0.23114975146670458, "her": 0.17909243298517902}, "big": {"he - her": 0.033745218701400626, "he": 0.21347033153273015, "her": 0.17972511283132953}, "bigger": {"he - her": -0.017789649747183917, "he": 0.2017249076957935, "her": 0.2195145574429774}, "bitch": {"he - her": -0.017706720016762018, "he": 0.22787709649500767, "her": 0.2455838165117697}, "black": {"he - her": -0.001962709158259357, "he": 0.2599833813150044, "her": 0.2619460904732638}, "blacks": {"he - her": -0.05226910924895237, "he": 0.11209141945665371, "her": 0.16436052870560608}, "blind": {"he - her": -0.017727011101305618, "he": 0.22238185132154806, "her": 0.24010886242285367}, "blood": {"he - her": -0.017845468795374186, "he": 0.13620560134667595, "her": 0.15405107014205013}, "blue": {"he - her": -0.06834454827673794, "he": 0.13719752684385159, "her": 0.20554207512058953}, "boat": {"he - her": -0.017727011101305618, "he": 0.22238185132154806, "her": 0.24010886242285367}, "bodies": {"he - her": -0.09730281102533969, "he": 0.20520571480997543, "her": 0.3025085258353151}, "body": {"he - her": -0.017845163880459064, "he": 0.1684719010074631, "her": 0.18631706488792216}, "boy": {"he - her": 0.15213914417452132, "he": 0.30521415176709743, "her": 0.1530750075925761}, "boyfriend": {"he - her": -0.096472830238328, "he": 0.22238185132154806, "her": 0.31885468155987606}, "boys": {"he - her": -0.01783489246422637, "he": 0.1780655339314804, "her": 0.19590042639570676}, "brand": {"he - her": -0.017681798843354496, "he": 0.23412509034871806, "her": 0.25180688919207256}, "break": {"he - her": -0.01782490071699039, "he": 0.1847983596268498, "her": 0.20262326034384018}, "brethren": {"he - her": -0.017650366480363944, "he": 0.24138561175393702, "her": 0.25903597823430097}, "bring": {"he - her": -0.09912397666834205, "he": 0.16187272473616937, "her": 0.2609967014045114}, "brother": {"he - her": 0.032867151287077206, "he": 0.25417085685002216, "her": 0.22130370556294496}, "brothers": {"he - her": -0.017849523222843944, "he": 0.14243045720853856, "her": 0.1602799804313825}, "brought": {"he - her": 0.010300561586588791, "he": 0.2500310841338375, "her": 0.23973052254724872}, "brown": {"he - her": 0.08469859527799359, "he": 0.21347033153273015, "her": 0.12877173625473656}, "bus": {"he - her": -0.017843606051785227, "he": 0.1702566504369363, "her": 0.18810025648872153}, "but": {"he - her": 0.02655341884311399, "he": 0.2636441465050679, "her": 0.2370907276619539}, "butchy": {"he - her": -0.017299690339486307, "he": 0.29996762599411864, "her": 0.31726731633360494}, "by": {"he - her": -0.042514708597672174, "he": 0.2307237338936239, "her": 0.2732384424912961}, "ca": {"he - her": 0.0017667725976365234, "he": 0.2110274516479782, "her": 0.20926067905034168}, "call": {"he - her": 0.06125509903060761, "he": 0.21337009720770414, "her": 0.15211499817709653}, "called": {"he - her": 0.010812218960920661, "he": 0.20322091593113112, "her": 0.19240869697021046}, "calling": {"he - her": -0.01950236172857145, "he": 0.2490972846048511, "her": 0.26859964633342254}, "came": {"he - her": -0.003748978399059466, "he": 0.23559175862940296, "her": 0.23934073702846242}, "can": {"he - her": -0.03570197331932437, "he": 0.20603745587199435, "her": 0.24173942919131872}, "cant": {"he - her": 0.06107947879951034, "he": 0.21920760464446767, "her": 0.15812812584495733}, "car": {"he - her": -0.04396535074216848, "he": 0.2432337891788983, "her": 0.28719913992106677}, "care": {"he - her": 0.033329885275079546, "he": 0.23325907483309014, "her": 0.1999291895580106}, "case": {"he - her": -0.05107684333995435, "he": 0.20292464133305763, "her": 0.254001484673012}, "cat": {"he - her": -0.0661014719755412, "he": 0.22787709649500767, "her": 0.2939785684705489}, "caught": {"he - her": 0.001390560198373747, "he": 0.2654650119605131, "her": 0.26407445176213934}, "cause": {"he - her": 0.06125509903060761, "he": 0.21337009720770414, "her": 0.15211499817709653}, "change": {"he - her": -0.01785186454298071, "he": 0.15067164193018298, "her": 0.1685235064731637}, "changed": {"he - her": -0.017758063071829283, "he": 0.21302210377299627, "her": 0.23078016684482555}, "channel": {"he - her": 0.030037141386379723, "he": 0.22593756778208648, "her": 0.19590042639570676}, "charge": {"he - her": -0.017810552673981267, "he": 0.19255155813487934, "her": 0.2103621108088606}, "charged": {"he - her": 0.010963737043403976, "he": 0.2997499258945969, "her": 0.28878618885119295}, "check": {"he - her": -0.019764811430454637, "he": 0.16596992319905252, "her": 0.18573473462950715}, "checking": {"he - her": 0.028573872515870347, "he": 0.29626964808975753, "her": 0.2676957755738872}, "chick": {"he - her": -0.017464735013244692, "he": 0.2758851054843536, "her": 0.29334984049759827}, "child": {"he - her": -0.1589753397609219, "he": 0.1230464384271103, "her": 0.2820217781880322}, "children": {"he - her": 0.0019097898417893555, "he": 0.1916555784415737, "her": 0.18974578859978433}, "chinese": {"he - her": 0.03024542099429972, "he": 0.21483672570554796, "her": 0.18459130471124824}, "chosen": {"he - her": -0.017706720016762018, "he": 0.22787709649500767, "her": 0.2455838165117697}, "citizen": {"he - her": -0.017681798843354496, "he": 0.23412509034871806, "her": 0.25180688919207256}, "city": {"he - her": 0.031233178625622776, "he": 0.15685469396536425, "her": 0.12562151533974147}, "claims": {"he - her": 0.05966002119283689, "he": 0.26228328153667707, "her": 0.20262326034384018}, "class": {"he - her": 0.010616476268444641, "he": 0.2212956721025283, "her": 0.21067919583408365}, "close": {"he - her": -0.05107684333995435, "he": 0.20292464133305763, "her": 0.254001484673012}, "coat": {"he - her": -0.017650366480363944, "he": 0.24138561175393702, "her": 0.25903597823430097}, "college": {"he - her": -0.01783157274105651, "he": 0.12383838927401161, "her": 0.14166996201506812}, "com": {"he - her": -0.08187135608327219, "he": 0.11542588306998948, "her": 0.19729723915326167}, "come": {"he - her": -0.1447356156438725, "he": 0.08535102386738831, "her": 0.23008663951126082}, "coming": {"he - her": 0.030954582814849446, "he": 0.17424290295737305, "her": 0.1432883201425236}, "community": {"he - her": 0.010671742530366013, "he": 0.21621381765095554, "her": 0.20554207512058953}, "complaining": {"he - her": -0.017609198942531823, "he": 0.25008657663135536, "her": 0.2676957755738872}, "complex": {"he - her": -0.017681798843354496, "he": 0.23412509034871806, "her": 0.25180688919207256}, "conslour": {"he - her": -0.017299690339486307, "he": 0.29996762599411864, "her": 0.31726731633360494}, "continue": {"he - her": -0.06766976667693703, "he": 0.1702566504369363, "her": 0.23792641711387333}, "control": {"he - her": -0.017848682002851002, "he": 0.16344849391490165, "her": 0.18129717591775266}, "cookies": {"he - her": -0.017464735013244692, "he": 0.2758851054843536, "her": 0.29334984049759827}, "could": {"he - her": 0.0018660643514377961, "he": 0.22790521128527533, "her": 0.22603914693383753}, "country": {"he - her": 0.09425185190462676, "he": 0.2345049011799161, "her": 0.14025304927528934}, "court": {"he - her": -0.019574350842798044, "he": 0.23493808581144512, "her": 0.25451243665424317}, "crack": {"he - her": -0.017706720016762018, "he": 0.22787709649500767, "her": 0.2455838165117697}, "crime": {"he - her": -0.017819382607084808, "he": 0.11635194572824543, "her": 0.13417132833533024}, "crimes": {"he - her": -0.017804462052392833, "he": 0.1954253217553395, "her": 0.21322978380773233}, "criminal": {"he - her": 0.029954782464993807, "he": 0.23023869543447398, "her": 0.20028391296948017}, "custody": {"he - her": -0.019344286282074907, "he": 0.27463428218847397, "her": 0.2939785684705489}, "customer": {"he - her": -0.017609198942531823, "he": 0.25008657663135536, "her": 0.2676957755738872}, "d": {"he - her": -0.06429143123070541, "he": 0.17372152644751712, "her": 0.23801295767822253}, "daddy": {"he - her": -0.017681798843354496, "he": 0.23412509034871806, "her": 0.25180688919207256}, "damn": {"he - her": -0.017845163880459064, "he": 0.1684719010074631, "her": 0.18631706488792216}, "daughter": {"he - her": -0.09069836919975732, "he": 0.2578617223826998, "her": 0.3485600915824571}, "day": {"he - her": 0.0488177497653092, "he": 0.2305833719742898, "her": 0.1817656222089806}, "days": {"he - her": -0.14350177302844871, "he": 0.11359821536979867, "her": 0.2570999883982474}, "dead": {"he - her": -0.04415390635900729, "he": 0.2331078146914669, "her": 0.2772617210504742}, "deaf": {"he - her": -0.017609198942531823, "he": 0.25008657663135536, "her": 0.2676957755738872}, "death": {"he - her": -0.14287180166060032, "he": 0.12627927575297015, "her": 0.26915107741357047}, "demarco": {"he - her": -0.017464735013244692, "he": 0.2758851054843536, "her": 0.29334984049759827}, "did": {"he - her": 0.08189257096226271, "he": 0.3258558616445767, "her": 0.24396329068231398}, "didnt": {"he - her": -0.017815929275364906, "he": 0.1898333100014528, "her": 0.2076492392768177}, "die": {"he - her": -0.07429422596656624, "he": 0.20427787303195846, "her": 0.2785720989985247}, "different": {"he - her": 0.08437005749693327, "he": 0.22217486370618977, "her": 0.1378048062092565}, "discovered": {"he - her": -0.017727011101305618, "he": 0.22238185132154806, "her": 0.24010886242285367}, "disgusted": {"he - her": -0.019380478079292884, "he": 0.2692737725980185, "her": 0.2886542506773114}, "disgusting": {"he - her": -0.017850217802875296, "he": 0.1603413215322604, "her": 0.1781915393351357}, "do": {"he - her": 0.01460516984920851, "he": 0.20230347691795564, "her": 0.18769830706874713}, "does": {"he - her": 0.01235650475120581, "he": 0.2616398738641152, "her": 0.24928336911290938}, "dog": {"he - her": -0.09906464040392096, "he": 0.16344849391490165, "her": 0.2625131343188226}, "doing": {"he - her": 0.051601040160174305, "he": 0.24641139771699877, "her": 0.19481035755682446}, "done": {"he - her": -0.021001372681582864, "he": 0.20723642954857477, "her": 0.22823780223015763}, "dont": {"he - her": 0.04963917928845754, "he": 0.2287974584719686, "her": 0.17915827918351107}, "door": {"he - her": -0.017843606051785227, "he": 0.1702566504369363, "her": 0.18810025648872153}, "down": {"he - her": 0.048582404392755074, "he": 0.2387045937204702, "her": 0.19012218932771513}, "dr": {"he - her": -0.017850498821577798, "he": 0.14466529137341186, "her": 0.16251579019498966}, "drop": {"he - her": -0.017758063071829283, "he": 0.21302210377299627, "her": 0.23078016684482555}, "dropped": {"he - her": 0.028573872515870347, "he": 0.29626964808975753, "her": 0.2676957755738872}, "dude": {"he - her": -0.019411494042084254, "he": 0.2644792724967404, "her": 0.28389076653882467}, "early": {"he - her": -0.06771040455666774, "he": 0.1684719010074631, "her": 0.23618230556413083}, "east": {"he - her": -0.017848682002851002, "he": 0.16344849391490165, "her": 0.18129717591775266}, "eating": {"he - her": -0.06743425578397627, "he": 0.18021399957718726, "her": 0.24764825536116353}, "either": {"he - her": 0.030653797781317826, "he": 0.1920407509762043, "her": 0.16138695319488647}, "else": {"he - her": 0.03118458875125793, "he": 0.1599563250059945, "her": 0.12877173625473656}, "end": {"he - her": 0.06133524483431202, "he": 0.21066111172037205, "her": 0.14932586688606003}, "enough": {"he - her": 0.08445142476791537, "he": 0.2200502543866951, "her": 0.13559882961877973}, "etc": {"he - her": 0.03355002945316307, "he": 0.22290040490934163, "her": 0.18935037545617855}, "europe": {"he - her": 0.031042643016243238, "he": 0.16884744922549974, "her": 0.1378048062092565}, "even": {"he - her": 0.10553767997586136, "he": 0.2346621085844964, "her": 0.12912442860863504}, "ever": {"he - her": 0.025472092245799965, "he": 0.23179165320017162, "her": 0.20631956095437165}, "every": {"he - her": -0.02373601311304227, "he": 0.20230313382079526, "her": 0.22603914693383753}, "everything": {"he - her": 0.06114050074523969, "he": 0.21719423978303457, "her": 0.15605373903779488}, "evil": {"he - her": -0.019651211280371478, "he": 0.21653109428375936, "her": 0.23618230556413083}, "example": {"he - her": -0.01785078049581687, "he": 0.15885169591209744, "her": 0.1767024764079143}, "eyed": {"he - her": -0.017727011101305618, "he": 0.22238185132154806, "her": 0.24010886242285367}, "eyes": {"he - her": -0.05299289964664208, "he": 0.22103297019475462, "her": 0.2740258698413967}, "face": {"he - her": -0.019726574083423376, "he": 0.19095262175066027, "her": 0.21067919583408365}, "facebook": {"he - her": -0.017837495261950442, "he": 0.1760020400449241, "her": 0.19383953530687453}, "facility": {"he - her": -0.017552097626552687, "he": 0.26101383237626974, "her": 0.2785659300028224}, "fact": {"he - her": 0.03490806755759954, "he": 0.26744423797498496, "her": 0.23253617041738542}, "family": {"he - her": -0.06394669391401045, "he": 0.1894262605098467, "her": 0.25337295442385716}, "far": {"he - her": 0.020033355793310198, "he": 0.23238558681723714, "her": 0.21235223102392695}, "fast": {"he - her": -0.017848682002851002, "he": 0.16344849391490165, "her": 0.18129717591775266}, "father": {"he - her": -0.021827851935820597, "he": 0.2516845426691109, "her": 0.2735123946049315}, "favorite": {"he - her": -0.01783489246422637, "he": 0.1780655339314804, "her": 0.19590042639570676}, "federal": {"he - her": -0.017681798843354496, "he": 0.23412509034871806, "her": 0.25180688919207256}, "feel": {"he - her": -0.019770226467023033, "he": 0.15625267899126283, "her": 0.17602290545828586}, "feet": {"he - her": 0.06014650768802959, "he": 0.24824676417675112, "her": 0.18810025648872153}, "few": {"he - her": -0.006594950510697001, "he": 0.24398452526094597, "her": 0.25057947577164297}, "field": {"he - her": -0.01777017654877927, "he": 0.20895529526800866, "her": 0.22672547181678793}, "fight": {"he - her": 0.030993484756208, "he": 0.1718703412080863, "her": 0.1408768564518783}, "fighting": {"he - her": -0.01784952203876039, "he": 0.16187272473616937, "her": 0.17972224677492976}, "filthy": {"he - her": 0.029646678039030067, "he": 0.24591911173607547, "her": 0.2162724336970454}, "find": {"he - her": 0.020688129479793926, "he": 0.1897398762893147, "her": 0.1690517468095208}, "finially": {"he - her": -0.017299690339486307, "he": 0.29996762599411864, "her": 0.31726731633360494}, "first": {"he - her": -0.02433730786613683, "he": 0.2248933923649319, "her": 0.24923070023106872}, "florida": {"he - her": -0.01782863827357406, "he": 0.1824552746959061, "her": 0.20028391296948017}, "food": {"he - her": 0.06111032112367318, "he": 0.2181919453660477, "her": 0.1570816242423745}, "for": {"he - her": 0.007502420824877065, "he": 0.2682361341607829, "her": 0.26073371333590584}, "forced": {"he - her": 0.030037141386379723, "he": 0.22593756778208648, "her": 0.19590042639570676}, "forest": {"he - her": -0.017743860270890505, "he": 0.21746936502540917, "her": 0.23521322529629968}, "forgein": {"he - her": -0.017299690339486307, "he": 0.29996762599411864, "her": 0.31726731633360494}, "forum": {"he - her": -0.017779370401588945, "he": 0.09870768319793093, "her": 0.11648705359951987}, "fought": {"he - her": 0.029164910175164815, "he": 0.2692737725980185, "her": 0.24010886242285367}, "found": {"he - her": -0.0764355716812172, "he": 0.2215532441375704, "her": 0.2979888158187876}, "fourth": {"he - her": -0.017609198942531823, "he": 0.25008657663135536, "her": 0.2676957755738872}, "free": {"he - her": -0.10109451319013628, "he": 0.09765590118781474, "her": 0.19875041437795102}, "friend": {"he - her": 0.04780006555715449, "he": 0.287964164855566, "her": 0.24016409929841148}, "friends": {"he - her": -0.12479997226077759, "he": 0.10366962418326016, "her": 0.22846959644403775}, "from": {"he - her": 0.015467371403553143, "he": 0.2772162963949818, "her": 0.26174892499142866}, "front": {"he - her": -0.07503645550590562, "he": 0.17929558521677422, "her": 0.25433204072267984}, "fun": {"he - her": 0.03007554800004872, "he": 0.22391508330692325, "her": 0.19383953530687453}, "future": {"he - her": -0.017844655262953785, "he": 0.13523035232962233, "her": 0.1530750075925761}, "gang": {"he - her": -0.0981048658954467, "he": 0.1872536620266978, "her": 0.2853585279221445}, "gas": {"he - her": -0.01777017654877927, "he": 0.20895529526800866, "her": 0.22672547181678793}, "gather": {"he - her": -0.017464735013244692, "he": 0.2758851054843536, "her": 0.29334984049759827}, "gave": {"he - her": 0.0013693094630983227, "he": 0.2687132076990917, "her": 0.26734389823599336}, "german": {"he - her": -0.01974586290348282, "he": 0.18108181762036518, "her": 0.200827680523848}, "get": {"he - her": -0.02722358163784641, "he": 0.2107767598371156, "her": 0.23800034147496202}, "gets": {"he - her": 0.11669429318881819, "he": 0.2758882761049732, "her": 0.159193982916155}, "getting": {"he - her": 0.03340257004511249, "he": 0.2298700689877525, "her": 0.19646749894264}, "gf": {"he - her": -0.017552097626552687, "he": 0.26101383237626974, "her": 0.2785659300028224}, "girl": {"he - her": -0.24016053000600063, "he": 0.10905778377697849, "her": 0.34921831378297913}, "girls": {"he - her": -0.05149640167718003, "he": 0.17842261197020018, "her": 0.2299190136473802}, "give": {"he - her": -0.07564317728992795, "he": 0.1556564701612703, "her": 0.23129964745119824}, "giving": {"he - her": -0.017843606051785227, "he": 0.1702566504369363, "her": 0.18810025648872153}, "go": {"he - her": 0.035692788834076616, "he": 0.2607799741046443, "her": 0.2250871852705677}, "god": {"he - her": 0.10318278629558152, "he": 0.22758743496273484, "her": 0.12440464866715333}, "goes": {"he - her": -0.06834454827673794, "he": 0.13719752684385159, "her": 0.20554207512058953}, "going": {"he - her": 0.0999612023324758, "he": 0.2667837507229824, "her": 0.1668225483905066}, "gone": {"he - her": -0.01785186454298071, "he": 0.15067164193018298, "her": 0.1685235064731637}, "gonna": {"he - her": -0.017831953377339144, "he": 0.18021399957718726, "her": 0.1980459529545264}, "good": {"he - her": -0.02513025725566362, "he": 0.1880003629706798, "her": 0.2131306202263434}, "google": {"he - her": -0.01782068602559661, "he": 0.1872536620266978, "her": 0.2050743480522944}, "got": {"he - her": 0.07176121802480787, "he": 0.3093876722116877, "her": 0.23762645418687986}, "great": {"he - her": -0.019735177441718987, "he": 0.11552685890339198, "her": 0.13526203634511097}, "group": {"he - her": 0.03127899743423637, "he": 0.15390150429242916, "her": 0.12262250685819279}, "growing": {"he - her": -0.017810552673981267, "he": 0.19255155813487934, "her": 0.2103621108088606}, "guess": {"he - her": -0.017824416476599395, "he": 0.11923613486141642, "her": 0.1370605513380158}, "guidance": {"he - her": -0.017464735013244692, "he": 0.2758851054843536, "her": 0.29334984049759827}, "guy": {"he - her": 0.06233710397419945, "he": 0.31334795866211357, "her": 0.2510108546879141}, "guys": {"he - her": 0.030793867226773047, "he": 0.18386887481934916, "her": 0.1530750075925761}, "had": {"he - her": 0.022808346331262497, "he": 0.2849805617368761, "her": 0.2621722154056136}, "hair": {"he - her": -0.022828489372438476, "he": 0.23114975146670458, "her": 0.25397824083914305}, "half": {"he - her": 0.010836787824377941, "he": 0.20093717669383265, "her": 0.1901003888694547}, "hall": {"he - her": -0.017758063071829283, "he": 0.21302210377299627, "her": 0.23078016684482555}, "hand": {"he - her": 0.10116542148600446, "he": 0.26843516582415927, "her": 0.1672697443381548}, "handed": {"he - her": -0.017706720016762018, "he": 0.22787709649500767, "her": 0.2455838165117697}, "hands": {"he - her": -0.07405703304891803, "he": 0.21160212542147228, "her": 0.2856591584703903}, "happened": {"he - her": 0.06068688625032348, "he": 0.23180531211110622, "her": 0.17111842586078274}, "happy": {"he - her": 0.03069107128913065, "he": 0.18988505420528565, "her": 0.159193982916155}, "hard": {"he - her": 0.06152860391890333, "he": 0.20400228382063673, "her": 0.1424736799017334}, "harris": {"he - her": -0.017650366480363944, "he": 0.24138561175393702, "her": 0.25903597823430097}, "has": {"he - her": 0.0694275760795619, "he": 0.30064473173472145, "her": 0.23121715565515955}, "hated": {"he - her": -0.0664214015134155, "he": 0.21746936502540917, "her": 0.28389076653882467}, "hates": {"he - her": 0.029266047200440737, "he": 0.2644792724967404, "her": 0.23521322529629968}, "have": {"he - her": 0.05833707472548727, "he": 0.2544127505978315, "her": 0.19607567587234426}, "he": {"he - her": 0.4354125807082997, "he": 0.6523775851441201, "her": 0.21696500443582045}, "head": {"he - her": -0.01972411374191274, "he": 0.1920407509762043, "her": 0.21176486471811704}, "heads": {"he - her": -0.06732082292153244, "he": 0.1847983596268498, "her": 0.2521191825483822}, "healthy": {"he - her": -0.017758063071829283, "he": 0.21302210377299627, "her": 0.23078016684482555}, "heard": {"he - her": 0.005888835445425539, "he": 0.25407097580292765, "her": 0.2481821403575021}, "hearing": {"he - her": -0.017780604842007552, "he": 0.20520571480997543, "her": 0.22298631965198298}, "hell": {"he - her": -0.075425077115811, "he": 0.1645811272521478, "her": 0.2400062043679588}, "help": {"he - her": -0.021032083995731837, "he": 0.1973163724434777, "her": 0.21834845643920953}, "her": {"he - her": -0.43416154238123006, "he": 0.20693679176896276, "her": 0.6410983341501928}, "here": {"he - her": -0.015671227342299504, "he": 0.1950122911660209, "her": 0.2106835185083204}, "high": {"he - her": -0.01781018891699976, "he": 0.11161121819076233, "her": 0.1294214071077621}, "him": {"he - her": 0.1465046799326547, "he": 0.3981794333598364, "her": 0.2516747534271817}, "his": {"he - her": 0.15581679421260752, "he": 0.40189554502037556, "her": 0.24607875080776803}, "history": {"he - her": -0.06845968641771177, "he": 0.13058466881811576, "her": 0.19904435523582753}, "hit": {"he - her": -0.06771040455666774, "he": 0.1684719010074631, "her": 0.23618230556413083}, "holocaust": {"he - her": -0.017850217802875296, "he": 0.1603413215322604, "her": 0.1781915393351357}, "home": {"he - her": -0.06768131194358445, "he": 0.22916424870505125, "her": 0.2968455606486357}, "homeschool": {"he - her": -0.017681798843354496, "he": 0.23412509034871806, "her": 0.25180688919207256}, "hook": {"he - her": -0.017727011101305618, "he": 0.22238185132154806, "her": 0.24010886242285367}, "hop": {"he - her": -0.017789649747183917, "he": 0.2017249076957935, "her": 0.2195145574429774}, "hope": {"he - her": 0.025593999118726785, "he": 0.2252388348948494, "her": 0.1996448357761226}, "hopefully": {"he - her": -0.017839795989530255, "he": 0.17401664932974134, "her": 0.1918564453192716}, "house": {"he - her": -0.038903916261833926, "he": 0.2293423424304631, "her": 0.268246258692297}, "how": {"he - her": 0.05511654661483559, "he": 0.26564669909886496, "her": 0.21053015248402937}, "http": {"he - her": -0.14594794960992427, "he": 0.049945792379222316, "her": 0.19589374198914658}, "https": {"he - her": -0.017760493177085626, "he": 0.0921615278613187, "her": 0.10992202103840433}, "huffed": {"he - her": -0.017299690339486307, "he": 0.29996762599411864, "her": 0.31726731633360494}, "hungry": {"he - her": -0.017681798843354496, "he": 0.23412509034871806, "her": 0.25180688919207256}, "i": {"he - her": -0.025850332400483178, "he": 0.2804425706745275, "her": 0.30629290307501067}, "idiot": {"he - her": -0.01777017654877927, "he": 0.20895529526800866, "her": 0.22672547181678793}, "if": {"he - her": 0.0802706024653766, "he": 0.3120276505060418, "her": 0.23175704804066521}, "igger": {"he - her": -0.017464735013244692, "he": 0.2758851054843536, "her": 0.29334984049759827}, "im": {"he - her": 0.03157919870050982, "he": 0.13380918620284254, "her": 0.10222998750233273}, "in": {"he - her": -0.02309449150706494, "he": 0.30681394139910584, "her": 0.3299084329061708}, "indeed": {"he - her": 0.03030494950371962, "he": 0.21160212542147228, "her": 0.18129717591775266}, "info": {"he - her": -0.017851888257335385, "he": 0.15326653760344736, "her": 0.17111842586078274}, "ing": {"he - her": -0.01779754209731252, "he": 0.1984748915997329, "her": 0.2162724336970454}, "instead": {"he - her": -0.06788946601775248, "he": 0.1603413215322604, "her": 0.2282307875500129}, "into": {"he - her": 0.04766506969143375, "he": 0.28471792741180096, "her": 0.23705285772036722}, "introduce": {"he - her": -0.017681798843354496, "he": 0.23412509034871806, "her": 0.25180688919207256}, "invasion": {"he - her": -0.017650366480363944, "he": 0.24138561175393702, "her": 0.25903597823430097}, "ireland": {"he - her": -0.019761617972338885, "he": 0.13297270490550253, "her": 0.15273432287784142}, "is": {"he - her": 0.02557314812411693, "he": 0.33719099785205486, "her": 0.31161784972793793}, "israel": {"he - her": 0.03030494950371962, "he": 0.21160212542147228, "her": 0.18129717591775266}, "it": {"he - her": 0.012730017633161783, "he": 0.282676061060643, "her": 0.26994604342748124}, "its": {"he - her": -0.06928605633379128, "he": 0.057811920124317934, "her": 0.12709797645810922}, "ivan": {"he - her": -0.017464735013244692, "he": 0.2758851054843536, "her": 0.29334984049759827}, "jacqueline": {"he - her": -0.017299690339486307, "he": 0.29996762599411864, "her": 0.31726731633360494}, "jew": {"he - her": 0.005878103676829172, "he": 0.25517599091507287, "her": 0.2492978872382437}, "jewel": {"he - her": -0.017299690339486307, "he": 0.29996762599411864, "her": 0.31726731633360494}, "jewish": {"he - her": 0.15311639560356913, "he": 0.2932104620673537, "her": 0.14009406646378456}, "jews": {"he - her": 0.08176379798959338, "he": 0.23533543939113802, "her": 0.15357164140154464}, "job": {"he - her": 0.03069107128913065, "he": 0.18988505420528565, "her": 0.159193982916155}, "join": {"he - her": 0.030793867226773047, "he": 0.18386887481934916, "her": 0.1530750075925761}, "jr": {"he - her": -0.017609198942531823, "he": 0.25008657663135536, "her": 0.2676957755738872}, "jumped": {"he - her": -0.017743860270890505, "he": 0.21746936502540917, "her": 0.23521322529629968}, "just": {"he - her": 0.033188270993779856, "he": 0.2568752418783067, "her": 0.22368697088452683}, "kick": {"he - her": -0.06737919271518955, "he": 0.1824552746959061, "her": 0.24983446741109566}, "kicked": {"he - her": -0.017706720016762018, "he": 0.22787709649500767, "her": 0.2455838165117697}, "kicks": {"he - her": -0.017464735013244692, "he": 0.2758851054843536, "her": 0.29334984049759827}, "kid": {"he - her": 0.001632266757594869, "he": 0.2298700689877525, "her": 0.22823780223015763}, "kids": {"he - her": -0.11965009935943033, "he": 0.1388743673033785, "her": 0.2585244666628088}, "kill": {"he - her": -0.017851546027118637, "he": 0.15598851918970136, "her": 0.17384006521682}, "killed": {"he - her": -0.06283709136896887, "he": 0.23180531211110622, "her": 0.2946424034800751}, "killing": {"he - her": 0.03024542099429972, "he": 0.21483672570554796, "her": 0.18459130471124824}, "kind": {"he - her": 0.051336050849785764, "he": 0.2549458954031423, "her": 0.2036098445533565}, "kinda": {"he - her": -0.01777017654877927, "he": 0.20895529526800866, "her": 0.22672547181678793}, "kiss": {"he - her": -0.0665531965499698, "he": 0.21302210377299627, "her": 0.27957530032296607}, "knife": {"he - her": 0.08084324401806572, "he": 0.30035780146104313, "her": 0.2195145574429774}, "knocked": {"he - her": -0.017758063071829283, "he": 0.21302210377299627, "her": 0.23078016684482555}, "know": {"he - her": 0.01873757392891104, "he": 0.19801798523251266, "her": 0.17928041130360162}, "knows": {"he - her": 0.03041284216871762, "he": 0.2056655459948584, "her": 0.17525270382614078}, "larceny": {"he - her": -0.017464735013244692, "he": 0.2758851054843536, "her": 0.29334984049759827}, "last": {"he - her": -0.010167139165872668, "he": 0.22285798756295963, "her": 0.2330251267288323}, "later": {"he - her": -0.019709928984999014, "he": 0.19782242622321147, "her": 0.2175323552082105}, "latest": {"he - her": -0.01779754209731252, "he": 0.1984748915997329, "her": 0.2162724336970454}, "laugh": {"he - her": -0.05091100889735034, "he": 0.21160212542147228, "her": 0.2625131343188226}, "laughing": {"he - her": -0.017789649747183917, "he": 0.2017249076957935, "her": 0.2195145574429774}, "learn": {"he - her": -0.017846986836065393, "he": 0.13820675220172948, "her": 0.15605373903779488}, "least": {"he - her": 0.030993484756208, "he": 0.1718703412080863, "her": 0.1408768564518783}, "left": {"he - her": 0.06723397484249014, "he": 0.2515810121136826, "her": 0.18434703727119248}, "let": {"he - her": -0.08432339348942638, "he": 0.1857874802982196, "her": 0.270110873787646}, "lets": {"he - her": 0.0829374414291083, "he": 0.2567775066459283, "her": 0.17384006521682}, "life": {"he - her": -0.02201540713774669, "he": 0.21601622205754367, "her": 0.23803162919529036}, "light": {"he - her": -0.017844655262953785, "he": 0.13523035232962233, "her": 0.1530750075925761}, "like": {"he - her": 0.02806698967517196, "he": 0.2765718254354235, "her": 0.24850483576025156}, "lincoln": {"he - her": -0.017464735013244692, "he": 0.2758851054843536, "her": 0.29334984049759827}, "line": {"he - her": 0.03310015687918666, "he": 0.2437793527132703, "her": 0.21067919583408365}, "lines": {"he - her": -0.017780604842007552, "he": 0.20520571480997543, "her": 0.22298631965198298}, "literally": {"he - her": -0.017789649747183917, "he": 0.2017249076957935, "her": 0.2195145574429774}, "little": {"he - her": -0.05321628588502689, "he": 0.21012685646516718, "her": 0.26334314235019407}, "live": {"he - her": -0.019745069353244202, "he": 0.12085406267375097, "her": 0.14059913202699517}, "lived": {"he - her": -0.0509703230655314, "he": 0.2085521401588969, "her": 0.2595224632244283}, "lives": {"he - her": 0.0302140293958372, "he": 0.21653109428375936, "her": 0.18631706488792216}, "ll": {"he - her": 0.0020117478016327683, "he": 0.17822684369060926, "her": 0.1762150958889765}, "london": {"he - her": -0.01784292888386721, "he": 0.13332755652002545, "her": 0.15117048540389266}, "long": {"he - her": 0.062354687075095935, "he": 0.1732442576256842, "her": 0.11088957055058828}, "look": {"he - her": 0.034560599128108466, "he": 0.17111839960950875, "her": 0.1365578004814003}, "looked": {"he - her": -0.06792119278249642, "he": 0.15885169591209744, "her": 0.22677288869459386}, "looking": {"he - her": -0.01975078256824074, "he": 0.12441007675257694, "her": 0.14416085932081768}, "looks": {"he - her": 0.0199926746905994, "he": 0.23493657426523595, "her": 0.21494389957463655}, "lot": {"he - her": 0.052002814649438844, "he": 0.23301319253302924, "her": 0.1810103778835904}, "lots": {"he - her": -0.017846986836065393, "he": 0.13820675220172948, "her": 0.15605373903779488}, "louis": {"he - her": -0.0661014719755412, "he": 0.22787709649500767, "her": 0.2939785684705489}, "love": {"he - her": -0.06396083525034324, "he": 0.1888128644372828, "her": 0.25277369968762603}, "m": {"he - her": 0.02641030884613932, "he": 0.17892450459970372, "her": 0.1525141957535644}, "make": {"he - her": 0.006223470671248732, "he": 0.21991776819368658, "her": 0.21369429752243785}, "makes": {"he - her": -0.019752654307967382, "he": 0.17671484463467263, "her": 0.19646749894264}, "making": {"he - her": -0.01969188048052406, "he": 0.20427787303195846, "her": 0.22396975351248252}, "male": {"he - her": 0.032976961431188806, "he": 0.24930719479413113, "her": 0.21633023336294233}, "man": {"he - her": 0.038356384112370606, "he": 0.26885845794344787, "her": 0.23050207383107726}, "many": {"he - her": 0.06924287235736977, "he": 0.19245510795650764, "her": 0.12321223559913787}, "marte": {"he - her": -0.017299690339486307, "he": 0.29996762599411864, "her": 0.31726731633360494}, "may": {"he - her": 0.020033355793310198, "he": 0.23238558681723714, "her": 0.21235223102392695}, "maybe": {"he - her": 0.1447795349953755, "he": 0.2509691055905672, "her": 0.10618957059519168}, "me": {"he - her": 0.009486545353857623, "he": 0.256311327137585, "her": 0.24682478178372735}, "means": {"he - her": 0.08305243098923942, "he": 0.25417085685002216, "her": 0.17111842586078274}, "meet": {"he - her": 0.031089013853826314, "he": 0.16596992319905252, "her": 0.1348809093452262}, "men": {"he - her": 0.08442470979048355, "he": 0.22075001266453534, "her": 0.13632530287405178}, "mention": {"he - her": -0.01783489246422637, "he": 0.1780655339314804, "her": 0.19590042639570676}, "michael": {"he - her": -0.017804462052392833, "he": 0.1954253217553395, "her": 0.21322978380773233}, "mind": {"he - her": -0.06806373936113297, "he": 0.1519540008447359, "her": 0.22001774020586887}, "mine": {"he - her": -0.06792119278249642, "he": 0.15885169591209744, "her": 0.22677288869459386}, "mins": {"he - her": -0.017552097626552687, "he": 0.26101383237626974, "her": 0.2785659300028224}, "missing": {"he - her": -0.017810552673981267, "he": 0.19255155813487934, "her": 0.2103621108088606}, "money": {"he - her": 0.0846038251774825, "he": 0.21601622205754367, "her": 0.13141239688006118}, "monkey": {"he - her": -0.017780604842007552, "he": 0.20520571480997543, "her": 0.22298631965198298}, "monkies": {"he - her": -0.017299690339486307, "he": 0.29996762599411864, "her": 0.31726731633360494}, "month": {"he - her": -0.02090004543454227, "he": 0.23180531211110622, "her": 0.2527053575456485}, "months": {"he - her": -0.019678647391115994, "he": 0.2085521401588969, "her": 0.2282307875500129}, "moore": {"he - her": -0.017758063071829283, "he": 0.21302210377299627, "her": 0.23078016684482555}, "more": {"he - her": 0.013696595616175866, "he": 0.21908269325941004, "her": 0.20538609764323418}, "morning": {"he - her": -0.07370618746956731, "he": 0.22196876019240214, "her": 0.29567494766196945}, "most": {"he - her": 0.0628621250413599, "he": 0.15195407813057873, "her": 0.08909195308921883}, "mother": {"he - her": -0.09275971376067144, "he": 0.21621381765095554, "her": 0.308973531411627}, "movies": {"he - her": -0.017845163880459064, "he": 0.1684719010074631, "her": 0.18631706488792216}, "much": {"he - her": 0.12020889557505976, "he": 0.20965290915481483, "her": 0.08944401357975507}, "murder": {"he - her": -0.05121268706331239, "he": 0.19543750765046558, "her": 0.24665019471377797}, "murders": {"he - her": -0.04970653182465645, "he": 0.2644792724967404, "her": 0.31418580432139687}, "must": {"he - her": -0.01976936350095443, "he": 0.15869682992179707, "her": 0.1784661934227515}, "my": {"he - her": 0.011528757666998735, "he": 0.2849522560294085, "her": 0.27342349836240976}, "n": {"he - her": -0.035870606841506, "he": 0.21736761115036823, "her": 0.25323821799187424}, "name": {"he - her": -0.13702438533706476, "he": 0.15685469396536425, "her": 0.293879079302429}, "names": {"he - her": -0.017804462052392833, "he": 0.1954253217553395, "her": 0.21322978380773233}, "nationalist": {"he - her": -0.017807489471304935, "he": 0.1103213113293789, "her": 0.12812880080068384}, "nazi": {"he - her": 0.02981435200396612, "he": 0.23746359128078381, "her": 0.2076492392768177}, "ne": {"he - her": -0.017609198942531823, "he": 0.25008657663135536, "her": 0.2676957755738872}, "nearest": {"he - her": -0.017681798843354496, "he": 0.23412509034871806, "her": 0.25180688919207256}, "need": {"he - her": 0.0020910990113642003, "he": 0.16798003638997636, "her": 0.16588893737861216}, "neevr": {"he - her": -0.017299690339486307, "he": 0.29996762599411864, "her": 0.31726731633360494}, "negro": {"he - her": 0.0016047994298876156, "he": 0.261655366015887, "her": 0.2600505665859994}, "nerve": {"he - her": 0.02891866619320055, "he": 0.2807255553852731, "her": 0.25180688919207256}, "never": {"he - her": 0.006298195735715967, "he": 0.21236978787559246, "her": 0.2060715921398765}, "new": {"he - her": 0.050558556325939114, "he": 0.19458498257567175, "her": 0.14402642624973264}, "news": {"he - her": 0.12041123283657781, "he": 0.2050839150721779, "her": 0.0846726822356001}, "next": {"he - her": -0.04116098074319738, "he": 0.21043179203425996, "her": 0.25159277277745734}, "nigeria": {"he - her": -0.017758063071829283, "he": 0.21302210377299627, "her": 0.23078016684482555}, "night": {"he - her": -0.10019360783806147, "he": 0.13058466881811576, "her": 0.23077827665617723}, "niglet": {"he - her": -0.017650366480363944, "he": 0.24138561175393702, "her": 0.25903597823430097}, "no": {"he - her": -0.0004683459047015448, "he": 0.22438998474400168, "her": 0.22485833064870323}, "non": {"he - her": 0.011283337972124607, "he": 0.15881930049615392, "her": 0.1475359625240293}, "nor": {"he - her": 0.029761980576089614, "he": 0.24012409138495022, "her": 0.2103621108088606}, "nordic": {"he - her": -0.017851918961013652, "he": 0.1519540008447359, "her": 0.16980591980574955}, "norwegian": {"he - her": -0.017743860270890505, "he": 0.21746936502540917, "her": 0.23521322529629968}, "nose": {"he - her": -0.019483395656852254, "he": 0.2525000155577136, "her": 0.2719834112145659}, "not": {"he - her": 0.06434658631423415, "he": 0.27357579431634693, "her": 0.20922920800211278}, "nothing": {"he - her": 0.02524073033163146, "he": 0.24399987749038377, "her": 0.2187591471587523}, "now": {"he - her": 0.03806557761995946, "he": 0.21587260579432224, "her": 0.17780702817436278}, "obviously": {"he - her": 0.029646678039030067, "he": 0.24591911173607547, "her": 0.2162724336970454}, "of": {"he - her": 0.0392481303374867, "he": 0.3190170936566082, "her": 0.2797689633191215}, "off": {"he - her": -0.03613540873164767, "he": 0.2400178251332915, "her": 0.2761532338649392}, "officer": {"he - her": -0.017681798843354496, "he": 0.23412509034871806, "her": 0.25180688919207256}, "often": {"he - her": -0.01783489246422637, "he": 0.1780655339314804, "her": 0.19590042639570676}, "ohhh": {"he - her": -0.017299690339486307, "he": 0.29996762599411864, "her": 0.31726731633360494}, "old": {"he - her": -0.05693890761186182, "he": 0.25737458101544874, "her": 0.31431348862731057}, "on": {"he - her": 0.017885546246154738, "he": 0.30087821923833646, "her": 0.2829926729921817}, "once": {"he - her": 0.10290587936560702, "he": 0.23364745475509185, "her": 0.13074157538948483}, "one": {"he - her": 0.050025188356582095, "he": 0.2634512858759837, "her": 0.21342609751940161}, "only": {"he - her": 0.04855084382385963, "he": 0.2368843237796826, "her": 0.18833347995582297}, "open": {"he - her": 0.010692483476510972, "he": 0.21430232802986748, "her": 0.2036098445533565}, "opinion": {"he - her": 0.029706242352657453, "he": 0.24293602616038978, "her": 0.21322978380773233}, "or": {"he - her": 0.03337499406851052, "he": 0.24952354825731216, "her": 0.21614855418880163}, "other": {"he - her": -0.004223771887197858, "he": 0.22582451370935044, "her": 0.2300482855965483}, "others": {"he - her": -0.06836224168819963, "he": 0.13620560134667595, "her": 0.20456784303487557}, "our": {"he - her": 0.026631334578371108, "he": 0.16554696785698833, "her": 0.13891563327861722}, "out": {"he - her": -0.006448000008977772, "he": 0.2512296150141405, "her": 0.25767761502311826}, "outside": {"he - her": -0.06792119278249642, "he": 0.15885169591209744, "her": 0.22677288869459386}, "over": {"he - her": 0.03648267468664457, "he": 0.19905267173123695, "her": 0.16256999704459238}, "own": {"he - her": -0.0719862485044078, "he": 0.20931594640874326, "her": 0.28130219491315106}, "owner": {"he - her": -0.01779754209731252, "he": 0.1984748915997329, "her": 0.2162724336970454}, "packi": {"he - her": -0.017299690339486307, "he": 0.29996762599411864, "her": 0.31726731633360494}, "parents": {"he - her": -0.10019360783806147, "he": 0.13058466881811576, "her": 0.23077827665617723}, "part": {"he - her": 0.08476645853238374, "he": 0.2116290054331027, "her": 0.12686254690071896}, "patch": {"he - her": -0.017464735013244692, "he": 0.2758851054843536, "her": 0.29334984049759827}, "paulus": {"he - her": -0.017299690339486307, "he": 0.29996762599411864, "her": 0.31726731633360494}, "people": {"he - her": 0.010391587910168393, "he": 0.20181652278735218, "her": 0.1914249348771838}, "person": {"he - her": 0.017735075358731256, "he": 0.26216490312674606, "her": 0.2444298277680148}, "personally": {"he - her": -0.017727011101305618, "he": 0.22238185132154806, "her": 0.24010886242285367}, "picture": {"he - her": -0.017846986836065393, "he": 0.13820675220172948, "her": 0.15605373903779488}, "piece": {"he - her": 0.02981435200396612, "he": 0.23746359128078381, "her": 0.2076492392768177}, "place": {"he - her": -0.021075551388028413, "he": 0.1776748629899226, "her": 0.19875041437795102}, "play": {"he - her": -0.01967375020636461, "he": 0.21005547528058519, "her": 0.2297292254869498}, "playing": {"he - her": -0.06748633113934568, "he": 0.1780655339314804, "her": 0.24555186507082608}, "please": {"he - her": -0.017793636200983093, "he": 0.10424587081788993, "her": 0.12203950701887302}, "pm": {"he - her": 0.08445142476791537, "he": 0.2200502543866951, "her": 0.13559882961877973}, "point": {"he - her": 0.01075071031757846, "he": 0.20892344801557952, "her": 0.19817273769800106}, "poor": {"he - her": 0.08321314933783278, "he": 0.2504828936759876, "her": 0.1672697443381548}, "pop": {"he - her": -0.017758063071829283, "he": 0.21302210377299627, "her": 0.23078016684482555}, "post": {"he - her": 0.08563267188830301, "he": 0.18659388519592782, "her": 0.10096121330762481}, "posted": {"he - her": -0.017850902439279948, "he": 0.14581653700966626, "her": 0.1636674394489462}, "power": {"he - her": 0.06080508018379355, "he": 0.22807482452194835, "her": 0.1672697443381548}, "pregnant": {"he - her": -0.017681798843354496, "he": 0.23412509034871806, "her": 0.25180688919207256}, "previous": {"he - her": -0.017650366480363944, "he": 0.24138561175393702, "her": 0.25903597823430097}, "pride": {"he - her": 0.030709105033276618, "he": 0.18883723087823395, "her": 0.15812812584495733}, "principal": {"he - her": -0.017552097626552687, "he": 0.26101383237626974, "her": 0.2785659300028224}, "pro": {"he - her": 0.06060234978067741, "he": 0.2344424149974974, "her": 0.17384006521682}, "probably": {"he - her": 0.033623921839976034, "he": 0.2193586564694832, "her": 0.18573473462950715}, "problem": {"he - her": -0.017830418024768008, "he": 0.1230464384271103, "her": 0.1408768564518783}, "protect": {"he - her": -0.06704576550980479, "he": 0.1954253217553395, "her": 0.2624710872651443}, "proud": {"he - her": 0.030760986834245774, "he": 0.18580476035643534, "her": 0.15504377352218957}, "punk": {"he - her": 0.028763267708429185, "he": 0.28779924594273015, "her": 0.25903597823430097}, "put": {"he - her": 0.047951752281053556, "he": 0.25955306833303654, "her": 0.21160131605198298}, "question": {"he - her": -0.017831953377339144, "he": 0.18021399957718726, "her": 0.1980459529545264}, "race": {"he - her": -0.021088854501008336, "he": 0.133421214939728, "her": 0.15451006944073634}, "racial": {"he - her": -0.05139366356159428, "he": 0.1848286591355917, "her": 0.236222322697186}, "racist": {"he - her": 0.10290587936560702, "he": 0.23364745475509185, "her": 0.13074157538948483}, "ran": {"he - her": 0.05929057549058053, "he": 0.27252035929831286, "her": 0.21322978380773233}, "rapes": {"he - her": 0.02935665195450765, "he": 0.2601368187993332, "her": 0.23078016684482555}, "re": {"he - her": 0.06294441157265941, "he": 0.14827874541062702, "her": 0.08533433383796761}, "read": {"he - her": 0.06230606327710038, "he": 0.17517523547360342, "her": 0.11286917219650304}, "reading": {"he - her": -0.017847685215537312, "he": 0.1650714711739678, "her": 0.18291915638950512}, "reality": {"he - her": -0.01782490071699039, "he": 0.1847983596268498, "her": 0.20262326034384018}, "really": {"he - her": 0.03153543178110704, "he": 0.13682426485579566, "her": 0.10528883307468861}, "reason": {"he - her": -0.06837949222373418, "he": 0.13523035232962233, "her": 0.2036098445533565}, "remember": {"he - her": -0.02189960670799837, "he": 0.23972262247156975, "her": 0.2616222291795681}, "reporter": {"he - her": -0.017552097626552687, "he": 0.26101383237626974, "her": 0.2785659300028224}, "rest": {"he - her": -0.0681384609737686, "he": 0.14819177238917372, "her": 0.21633023336294233}, "restaurant": {"he - her": -0.01779754209731252, "he": 0.1984748915997329, "her": 0.2162724336970454}, "reyes": {"he - her": -0.017464735013244692, "he": 0.2758851054843536, "her": 0.29334984049759827}, "right": {"he - her": 0.0557848558947015, "he": 0.27918929773258166, "her": 0.22340444183788016}, "river": {"he - her": -0.06719261108293476, "he": 0.1898333100014528, "her": 0.25702592108438754}, "rlm": {"he - her": -0.01782863827357406, "he": 0.1824552746959061, "her": 0.20028391296948017}, "road": {"he - her": -0.06719261108293476, "he": 0.1898333100014528, "her": 0.25702592108438754}, "rob": {"he - her": 0.028573872515870347, "he": 0.29626964808975753, "her": 0.2676957755738872}, "robberies": {"he - her": -0.017299690339486307, "he": 0.29996762599411864, "her": 0.31726731633360494}, "robbers": {"he - her": -0.017464735013244692, "he": 0.2758851054843536, "her": 0.29334984049759827}, "s": {"he - her": 0.06950638490284572, "he": 0.33440770892707955, "her": 0.26490132402423383}, "sacrifice": {"he - her": -0.0664214015134155, "he": 0.21746936502540917, "her": 0.28389076653882467}, "sad": {"he - her": 0.01056819446573562, "he": 0.22572170902186872, "her": 0.2151535145561331}, "safe": {"he - her": 0.05966002119283689, "he": 0.26228328153667707, "her": 0.20262326034384018}, "said": {"he - her": -0.004980120782899555, "he": 0.3080818812270229, "her": 0.31306200200992246}, "salute": {"he - her": -0.017681798843354496, "he": 0.23412509034871806, "her": 0.25180688919207256}, "same": {"he - her": 0.03636182060791926, "he": 0.20476920374590954, "her": 0.16840738313799028}, "sat": {"he - her": -0.0725703288025632, "he": 0.2525000155577136, "her": 0.3250703443602768}, "savage": {"he - her": -0.017758063071829283, "he": 0.21302210377299627, "her": 0.23078016684482555}, "save": {"he - her": -0.12185805113792988, "he": 0.1702566504369363, "her": 0.2921147015748662}, "saw": {"he - her": -0.003651714711563697, "he": 0.2151074324471886, "her": 0.2187591471587523}, "say": {"he - her": 0.07195713844153201, "he": 0.26710698755205897, "her": 0.19514984911052696}, "saying": {"he - her": 0.11643363298839524, "he": 0.28010107243734145, "her": 0.1636674394489462}, "says": {"he - her": 0.048357653535764294, "he": 0.2710655675959852, "her": 0.22270791406022092}, "scene": {"he - her": 0.06014650768802959, "he": 0.24824676417675112, "her": 0.18810025648872153}, "school": {"he - her": 0.013320177488603369, "he": 0.245762252299744, "her": 0.23244207481114063}, "schools": {"he - her": -0.01780339066117545, "he": 0.10843555538391958, "her": 0.12623894604509503}, "scum": {"he - her": -0.017851888257335385, "he": 0.15326653760344736, "her": 0.17111842586078274}, "second": {"he - her": -0.019637815834619515, "he": 0.2200927067126292, "her": 0.23973052254724872}, "see": {"he - her": -0.027563140531409847, "he": 0.233669356046302, "her": 0.26123249657771186}, "seen": {"he - her": 0.005973162028643564, "he": 0.24540943381468036, "her": 0.2394362717860368}, "sell": {"he - her": 0.02981435200396612, "he": 0.23746359128078381, "her": 0.2076492392768177}, "sent": {"he - her": 0.0831610361959472, "he": 0.2516845426691109, "her": 0.1685235064731637}, "several": {"he - her": -0.017851918961013652, "he": 0.1519540008447359, "her": 0.16980591980574955}, "shame": {"he - her": -0.06748633113934568, "he": 0.1780655339314804, "her": 0.24555186507082608}, "she": {"he - her": -0.2804746265073452, "he": 0.19734296331572007, "her": 0.4778175898230653}, "shoot": {"he - her": 0.029996943898643436, "he": 0.22804289685316984, "her": 0.1980459529545264}, "shop": {"he - her": 0.029582727161873684, "he": 0.2490972846048511, "her": 0.2195145574429774}, "should": {"he - her": 0.1034187030830617, "he": 0.29426179955145626, "her": 0.19084309646839456}, "show": {"he - her": -0.05782164871506201, "he": 0.18152201205375143, "her": 0.23934366076881344}, "showed": {"he - her": 0.009857951475898019, "he": 0.2894332517988641, "her": 0.27957530032296607}, "sick": {"he - her": 0.030333228505655424, "he": 0.21005547528058519, "her": 0.17972224677492976}, "sister": {"he - her": -0.09260336648699918, "he": 0.21160212542147228, "her": 0.30420549190847146}, "sisters": {"he - her": -0.017847685215537312, "he": 0.1650714711739678, "her": 0.18291915638950512}, "sitting": {"he - her": -0.017831953377339144, "he": 0.18021399957718726, "her": 0.1980459529545264}, "skin": {"he - her": -0.07515214297156139, "he": 0.17505540287438262, "her": 0.250207545845944}, "slavic": {"he - her": -0.017839795989530255, "he": 0.17401664932974134, "her": 0.1918564453192716}, "small": {"he - her": 0.010803804465292305, "he": 0.20400228382063673, "her": 0.19319847935534443}, "smashed": {"he - her": -0.017609198942531823, "he": 0.25008657663135536, "her": 0.2676957755738872}, "smile": {"he - her": -0.0661014719755412, "he": 0.22787709649500767, "her": 0.2939785684705489}, "so": {"he - her": 0.07981957862661651, "he": 0.2970331192325622, "her": 0.2172135406059457}, "some": {"he - her": 0.001983086202403339, "he": 0.24675607137543717, "her": 0.24477298517303384}, "someone": {"he - her": 0.08529649084976869, "he": 0.1966753080076791, "her": 0.11137881715791041}, "something": {"he - her": 0.08552351168621855, "he": 0.1899237975322404, "her": 0.10440028584602185}, "son": {"he - her": -0.05178211242575781, "he": 0.27084141122407085, "her": 0.32262352364982866}, "song": {"he - her": -0.0681618461973165, "he": 0.1469916683588166, "her": 0.2151535145561331}, "soon": {"he - her": 0.0335189754068507, "he": 0.22437891014198216, "her": 0.19085993473513146}, "sorry": {"he - her": -0.06324911275720987, "he": 0.21719423978303457, "her": 0.28044335254024444}, "sparkly": {"he - her": -0.017299690339486307, "he": 0.29996762599411864, "her": 0.31726731633360494}, "spoke": {"he - her": 0.02891866619320055, "he": 0.2807255553852731, "her": 0.25180688919207256}, "st": {"he - her": -0.06826895267699051, "he": 0.14134502501963062, "her": 0.20961397769662113}, "stabbed": {"he - her": -0.017609198942531823, "he": 0.25008657663135536, "her": 0.2676957755738872}, "standing": {"he - her": -0.06704576550980479, "he": 0.1954253217553395, "her": 0.2624710872651443}, "start": {"he - her": 0.031425048667438796, "he": 0.14429422086394184, "her": 0.11286917219650304}, "started": {"he - her": 0.03063452217024404, "he": 0.1931503123652337, "her": 0.16251579019498966}, "statement": {"he - her": 0.029164910175164815, "he": 0.2692737725980185, "her": 0.24010886242285367}, "station": {"he - her": 0.02981435200396612, "he": 0.23746359128078381, "her": 0.2076492392768177}, "still": {"he - her": 0.03400372043529781, "he": 0.20059362069682474, "her": 0.16658990026152692}, "stood": {"he - her": 0.0584869078800857, "he": 0.2937001331763854, "her": 0.23521322529629968}, "stories": {"he - her": -0.06737919271518955, "he": 0.1824552746959061, "her": 0.24983446741109566}, "stormed": {"he - her": -0.017552097626552687, "he": 0.26101383237626974, "her": 0.2785659300028224}, "stormfront": {"he - her": 0.08560607567313058, "he": 0.18741043198777826, "her": 0.10180435631464768}, "story": {"he - her": -0.09454409675513531, "he": 0.16255589164311207, "her": 0.2570999883982474}, "straight": {"he - her": -0.017831953377339144, "he": 0.18021399957718726, "her": 0.1980459529545264}, "strange": {"he - her": -0.017815929275364906, "he": 0.1898333100014528, "her": 0.2076492392768177}, "straw": {"he - her": -0.017464735013244692, "he": 0.2758851054843536, "her": 0.29334984049759827}, "street": {"he - her": -0.0993906706315234, "he": 0.15461081404148858, "her": 0.254001484673012}, "string": {"he - her": -0.017552097626552687, "he": 0.26101383237626974, "her": 0.2785659300028224}, "student": {"he - her": -0.09848937557225806, "he": 0.1780655339314804, "her": 0.27655490950373846}, "students": {"he - her": 0.03072675882693393, "he": 0.18780838306930844, "her": 0.1570816242423745}, "stuff": {"he - her": -0.06836224168819963, "he": 0.13620560134667595, "her": 0.20456784303487557}, "stupid": {"he - her": -0.14282860506144268, "he": 0.1271156669545797, "her": 0.2699442720160224}, "substitute": {"he - her": -0.017464735013244692, "he": 0.2758851054843536, "her": 0.29334984049759827}, "such": {"he - her": -0.017795043690849735, "he": 0.10482746316734305, "her": 0.12262250685819279}, "suddenly": {"he - her": -0.017609198942531823, "he": 0.25008657663135536, "her": 0.2676957755738872}, "sue": {"he - her": -0.017552097626552687, "he": 0.26101383237626974, "her": 0.2785659300028224}, "suited": {"he - her": -0.017552097626552687, "he": 0.26101383237626974, "her": 0.2785659300028224}, "sunday": {"he - her": 0.02935665195450765, "he": 0.2601368187993332, "her": 0.23078016684482555}, "support": {"he - her": 0.08410141591915465, "he": 0.2290530950832699, "her": 0.14495167916411525}, "surprised": {"he - her": -0.017831953377339144, "he": 0.18021399957718726, "her": 0.1980459529545264}, "suspect": {"he - her": -0.019549281367978122, "he": 0.24012409138495022, "her": 0.25967337275292834}, "suspended": {"he - her": 0.029050465676704273, "he": 0.27463428218847397, "her": 0.2455838165117697}, "swedish": {"he - her": -0.01783489246422637, "he": 0.1780655339314804, "her": 0.19590042639570676}, "t": {"he - her": -0.023890268952343696, "he": 0.22601555287228406, "her": 0.24990582182462776}, "table": {"he - her": 0.029438711032376053, "he": 0.256164182849164, "her": 0.22672547181678793}, "take": {"he - her": 0.020522611912483252, "he": 0.2008190393883608, "her": 0.18029642747587754}, "taken": {"he - her": 0.001473943563746194, "he": 0.25291340888920943, "her": 0.25143946532546324}, "talk": {"he - her": 0.011090339051579051, "he": 0.17716695079817368, "her": 0.16607661174659463}, "talkin": {"he - her": -0.017464735013244692, "he": 0.2758851054843536, "her": 0.29334984049759827}, "talking": {"he - her": 0.03063452217024404, "he": 0.1931503123652337, "her": 0.16251579019498966}, "tall": {"he - her": -0.01779754209731252, "he": 0.1984748915997329, "her": 0.2162724336970454}, "taught": {"he - her": -0.017810552673981267, "he": 0.19255155813487934, "her": 0.2103621108088606}, "teacher": {"he - her": 0.03325191251624196, "he": 0.23686175706959847, "her": 0.2036098445533565}, "teaching": {"he - her": 0.010109762455823956, "he": 0.2671356835402115, "her": 0.25702592108438754}, "tell": {"he - her": 0.08465184768899825, "he": 0.2147298147824867, "her": 0.13007796709348846}, "telling": {"he - her": 0.06008595218374688, "he": 0.2500310841338375, "her": 0.18994513195009063}, "tells": {"he - her": -0.06696371349484945, "he": 0.1984748915997329, "her": 0.26543860509458234}, "than": {"he - her": 0.018493690363921428, "he": 0.21413859726372553, "her": 0.1956449068998041}, "thank": {"he - her": 0.10364706429115285, "he": 0.21702077119711713, "her": 0.11337370690596428}, "that": {"he - her": 0.025846127696099452, "he": 0.30286218380729196, "her": 0.2770160561111925}, "thats": {"he - her": 0.06080508018379355, "he": 0.22807482452194835, "her": 0.1672697443381548}, "the": {"he - her": 0.0535573315927545, "he": 0.359651211376102, "her": 0.3060938797833475}, "their": {"he - her": -0.051564302795823566, "he": 0.11850957289671778, "her": 0.17007387569254134}, "them": {"he - her": -0.01564415711352926, "he": 0.1790504480269035, "her": 0.19469460514043277}, "themselves": {"he - her": -0.017832710421058287, "he": 0.12464096948067512, "her": 0.1424736799017334}, "then": {"he - her": -0.013096004565251118, "he": 0.26751538878960635, "her": 0.28061139335485746}, "there": {"he - her": -0.024525492105436197, "he": 0.12937455772632322, "her": 0.15390004983175942}, "these": {"he - her": 0.10553808368226306, "he": 0.1666550833746634, "her": 0.06111699969240033}, "they": {"he - her": -0.00609878851512613, "he": 0.19140146322363566, "her": 0.1975002517387618}, "thing": {"he - her": -0.05771068338834806, "he": 0.18741043198777826, "her": 0.24512111537612633}, "think": {"he - her": 0.002051196361836427, "he": 0.2051914175092283, "her": 0.2031402211473919}, "this": {"he - her": -0.03803028559841928, "he": 0.24438112421319755, "her": 0.28241140981161683}, "those": {"he - her": 0.03485522237538931, "he": 0.15438367020019453, "her": 0.11952844782480522}, "thought": {"he - her": 0.04714579942972655, "he": 0.2845334481488334, "her": 0.23738764871910686}, "thousands": {"he - her": -0.017848682002851002, "he": 0.16344849391490165, "her": 0.18129717591775266}, "thread": {"he - her": 0.03164888336008531, "he": 0.12894292248980535, "her": 0.09729403912972004}, "three": {"he - her": 0.030462061074568392, "he": 0.20292464133305763, "her": 0.17246258025848923}, "threw": {"he - her": 0.029050465676704273, "he": 0.27463428218847397, "her": 0.2455838165117697}, "throw": {"he - her": -0.01783489246422637, "he": 0.1780655339314804, "her": 0.19590042639570676}, "till": {"he - her": -0.017831953377339144, "he": 0.18021399957718726, "her": 0.1980459529545264}, "time": {"he - her": -0.01699468577725871, "he": 0.23495085529144932, "her": 0.25194554106870803}, "times": {"he - her": 0.052499600237608496, "he": 0.21558032282422018, "her": 0.1630807225866117}, "to": {"he - her": 0.03217541710428312, "he": 0.35147537949235774, "her": 0.3192999623880746}, "told": {"he - her": -0.044030296086488785, "he": 0.2961685152037671, "her": 0.34019881129025586}, "too": {"he - her": 0.04821179469476136, "he": 0.24821140792801158, "her": 0.19999961323325022}, "towers": {"he - her": -0.017299690339486307, "he": 0.29996762599411864, "her": 0.31726731633360494}, "town": {"he - her": -0.019770818190529227, "he": 0.15332736182753276, "her": 0.173098180018062}, "traitor": {"he - her": -0.0193012211320987, "he": 0.2807255553852731, "her": 0.3000267765173718}, "trash": {"he - her": -0.01782068602559661, "he": 0.1872536620266978, "her": 0.2050743480522944}, "tree": {"he - her": 0.010258735644594091, "he": 0.2537964701963474, "her": 0.2435377345517533}, "trespassing": {"he - her": -0.017464735013244692, "he": 0.2758851054843536, "her": 0.29334984049759827}, "try": {"he - her": -0.007434028005391724, "he": 0.2359644277937728, "her": 0.24339845579916453}, "trying": {"he - her": 0.020023363098024022, "he": 0.23301319253302924, "her": 0.21298982943500522}, "tuesday": {"he - her": -0.0665531965499698, "he": 0.21302210377299627, "her": 0.27957530032296607}, "turned": {"he - her": 0.029706242352657453, "he": 0.24293602616038978, "her": 0.21322978380773233}, "turning": {"he - her": -0.06687473863762905, "he": 0.2017249076957935, "her": 0.26859964633342254}, "turns": {"he - her": -0.0665531965499698, "he": 0.21302210377299627, "her": 0.27957530032296607}, "two": {"he - her": -0.010185372692048389, "he": 0.2325624175876295, "her": 0.24274779027967788}, "typical": {"he - her": 0.02981435200396612, "he": 0.23746359128078381, "her": 0.2076492392768177}, "u": {"he - her": -0.017829247102647286, "he": 0.12226481936113727, "her": 0.14009406646378456}, "under": {"he - her": 0.08382445271712469, "he": 0.23593945089422122, "her": 0.15211499817709653}, "uneven": {"he - her": -0.017299690339486307, "he": 0.29996762599411864, "her": 0.31726731633360494}, "until": {"he - her": -0.0686189270480665, "he": 0.12073144840811205, "her": 0.18935037545617855}, "up": {"he - her": 0.05515193198994536, "he": 0.26819899878700254, "her": 0.21304706679705718}, "ur": {"he - her": -0.017681798843354496, "he": 0.23412509034871806, "her": 0.25180688919207256}, "urban": {"he - her": -0.017464735013244692, "he": 0.2758851054843536, "her": 0.29334984049759827}, "use": {"he - her": 0.0314100894831192, "he": 0.14529231572089585, "her": 0.11388222623777665}, "used": {"he - her": -0.11056566918043131, "he": 0.16255589164311207, "her": 0.2731215608235434}, "using": {"he - her": -0.09965852635496136, "he": 0.1469916683588166, "her": 0.24665019471377797}, "v": {"he - her": -0.019744305899682152, "he": 0.1819959849433494, "her": 0.20174029084303155}, "values": {"he - her": 0.029706242352657453, "he": 0.24293602616038978, "her": 0.21322978380773233}, "ve": {"he - her": 0.012177271666396428, "he": 0.20260650636308966, "her": 0.19042923469669323}, "very": {"he - her": 0.01841580639011417, "he": 0.21921279796200172, "her": 0.20079699157188755}, "victim": {"he - her": -0.06696371349484945, "he": 0.1984748915997329, "her": 0.26543860509458234}, "video": {"he - her": -0.05363094075629532, "he": 0.18754311397071496, "her": 0.24117405472701028}, "wait": {"he - her": 0.010712527486856221, "he": 0.21245281832988777, "her": 0.20174029084303155}, "walk": {"he - her": -0.06792119278249642, "he": 0.15885169591209744, "her": 0.22677288869459386}, "wanna": {"he - her": -0.01779754209731252, "he": 0.1984748915997329, "her": 0.2162724336970454}, "want": {"he - her": -0.06508379152008961, "he": 0.12836009979619684, "her": 0.19344389131628645}, "was": {"he - her": 0.03710467513338078, "he": 0.3699397943615183, "her": 0.3328351192281375}, "watch": {"he - her": -0.07212671731547735, "he": 0.1747476949277644, "her": 0.24687441224324175}, "watched": {"he - her": -0.017810552673981267, "he": 0.19255155813487934, "her": 0.2103621108088606}, "way": {"he - her": 0.0019187096724892494, "he": 0.22135191208317237, "her": 0.21943320241068312}, "we": {"he - her": -0.021847997256656926, "he": 0.2081836817200336, "her": 0.23003167897669052}, "website": {"he - her": -0.017851220201887175, "he": 0.1574014836242536, "her": 0.17525270382614078}, "week": {"he - her": 0.0017164769519752987, "he": 0.21799913675777044, "her": 0.21628265980579514}, "weeks": {"he - her": 0.0665456424081527, "he": 0.2692131501125408, "her": 0.20266750770438813}, "welfare": {"he - her": -0.01782068602559661, "he": 0.1872536620266978, "her": 0.2050743480522944}, "well": {"he - her": -0.01011688257669971, "he": 0.20253939129912463, "her": 0.21265627387582434}, "went": {"he - her": -0.014128902174517177, "he": 0.26883086756711433, "her": 0.2829597697416315}, "were": {"he - her": -0.08552004997171059, "he": 0.14517316476283673, "her": 0.23069321473454732}, "what": {"he - her": 0.0739753480076043, "he": 0.2627176681051585, "her": 0.1887423200975542}, "whatever": {"he - her": 0.06014650768802959, "he": 0.24824676417675112, "her": 0.18810025648872153}, "when": {"he - her": 0.0052219844150069306, "he": 0.2786012441732314, "her": 0.27337925975822447}, "whenever": {"he - her": -0.01779754209731252, "he": 0.1984748915997329, "her": 0.2162724336970454}, "where": {"he - her": 0.008313134365453362, "he": 0.24367365746644606, "her": 0.2353605231009927}, "which": {"he - her": 0.06260193246319443, "he": 0.16314556030692776, "her": 0.10054362784373333}, "while": {"he - her": -0.02419444622169689, "he": 0.24832869069502092, "her": 0.2725231369167178}, "white": {"he - her": -0.019544723538579445, "he": 0.26572420166961047, "her": 0.2852689252081899}, "whites": {"he - her": 0.10591609324754703, "he": 0.1544739431028826, "her": 0.048557849855335566}, "whitey": {"he - her": -0.017758063071829283, "he": 0.21302210377299627, "her": 0.23078016684482555}, "who": {"he - her": -5.09982398606279e-05, "he": 0.24733226842829525, "her": 0.24738326666815588}, "whole": {"he - her": -0.017842019551499694, "he": 0.13239892224367628, "her": 0.15024094179517597}, "whut": {"he - her": -0.017464735013244692, "he": 0.2758851054843536, "her": 0.29334984049759827}, "why": {"he - her": 0.011318219658057599, "he": 0.15547907897887528, "her": 0.14416085932081768}, "wife": {"he - her": 0.060366678001810975, "he": 0.24166385391956363, "her": 0.18129717591775266}, "wigger": {"he - her": -0.017706720016762018, "he": 0.22787709649500767, "her": 0.2455838165117697}, "will": {"he - her": -0.01644021650867833, "he": 0.23094964080684444, "her": 0.24738985731552277}, "williams": {"he - her": -0.017609198942531823, "he": 0.25008657663135536, "her": 0.2676957755738872}, "wind": {"he - her": -0.017727011101305618, "he": 0.22238185132154806, "her": 0.24010886242285367}, "with": {"he - her": 0.02707331740329294, "he": 0.31377301600629726, "her": 0.2866996986030043}, "wo": {"he - her": -0.017851220201887175, "he": 0.1574014836242536, "her": 0.17525270382614078}, "woman": {"he - her": -0.1298472072739315, "he": 0.21601622205754367, "her": 0.3458634293314752}, "women": {"he - her": -0.1009031348470848, "he": 0.10541450898883284, "her": 0.20631764383591764}, "won": {"he - her": 0.0584869078800857, "he": 0.2937001331763854, "her": 0.23521322529629968}, "wonderful": {"he - her": -0.01782068602559661, "he": 0.1872536620266978, "her": 0.2050743480522944}, "wore": {"he - her": -0.017681798843354496, "he": 0.23412509034871806, "her": 0.25180688919207256}, "work": {"he - her": -0.06888124711894111, "he": 0.10197192865241347, "her": 0.1708531757713546}, "world": {"he - her": 0.03438348477754252, "he": 0.18077541217354315, "her": 0.14639192739600063}, "would": {"he - her": 0.029366097475753278, "he": 0.2533320794697774, "her": 0.22396598199402415}, "wrench": {"he - her": -0.017299690339486307, "he": 0.29996762599411864, "her": 0.31726731633360494}, "write": {"he - her": -0.017804462052392833, "he": 0.1954253217553395, "her": 0.21322978380773233}, "wrong": {"he - her": 0.10162398550604596, "he": 0.2597521113510033, "her": 0.15812812584495733}, "www": {"he - her": -0.11339741840996688, "he": 0.07774693094900857, "her": 0.19114434935897545}, "x202a": {"he - her": -0.01783489246422637, "he": 0.1780655339314804, "her": 0.19590042639570676}, "x202c": {"he - her": -0.01783489246422637, "he": 0.1780655339314804, "her": 0.19590042639570676}, "y": {"he - her": 0.029863737759150716, "he": 0.23493808581144512, "her": 0.2050743480522944}, "ya": {"he - her": -0.06818453377271516, "he": 0.14581653700966626, "her": 0.21400107078238143}, "yard": {"he - her": -0.01950236172857145, "he": 0.2490972846048511, "her": 0.26859964633342254}, "yeah": {"he - her": 0.030809833605381365, "he": 0.1829248317824779, "her": 0.15211499817709653}, "year": {"he - her": -0.07704036156649005, "he": 0.21012200371740572, "her": 0.28716236528389577}, "years": {"he - her": 0.04873244137883201, "he": 0.23355027913764223, "her": 0.18481783775881022}, "yesterday": {"he - her": -0.01950236172857145, "he": 0.2490972846048511, "her": 0.26859964633342254}, "yet": {"he - her": -0.06855750987466931, "he": 0.12464096948067512, "her": 0.19319847935534443}, "you": {"he - her": 0.07453876637069179, "he": 0.22410996735713926, "her": 0.14957120098644747}, "your": {"he - her": 0.03053574739176612, "he": 0.16346605582596038, "her": 0.13293030843419426}, "youths": {"he - her": -0.017464735013244692, "he": 0.2758851054843536, "her": 0.29334984049759827}, "youtube": {"he - her": -0.03843462009494761, "he": 0.14038542196324666, "her": 0.17882004205819427}, "yr": {"he - her": -0.017650366480363944, "he": 0.24138561175393702, "her": 0.25903597823430097}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-him.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-him.json new file mode 100644 index 0000000000000000000000000000000000000000..cdf87d17ff200b8ee43ee7470455ed0ee95a2168 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-him.json @@ -0,0 +1 @@ +{"1": {"he - him": -0.11097713085701005, "he": 0.08322999922701296, "him": 0.19420713008402302}, "17": {"he - him": -0.10532784352413058, "he": 0.1984748915997329, "him": 0.30380273512386347}, "2": {"he - him": -0.14541358007372668, "he": 0.07997216648426181, "him": 0.2253857465579885}, "3": {"he - him": -0.06687627614515429, "he": 0.20059362069682474, "him": 0.267469896841979}, "30": {"he - him": -0.05524137012443861, "he": 0.14466529137341186, "him": 0.19990666149785047}, "5": {"he - him": -0.0070612465268729, "he": 0.15869682992179707, "him": 0.16575807644866997}, "6": {"he - him": 0.023619956888759286, "he": 0.20723642954857477, "him": 0.18361647265981548}, "a": {"he - him": 0.017996479441014013, "he": 0.3797807848382674, "him": 0.36178430539725337}, "abandon": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "abc": {"he - him": -0.005633699616021337, "he": 0.32134192311957965, "him": 0.326975622735601}, "about": {"he - him": 0.005834599931780204, "he": 0.2679674567428005, "him": 0.2621328568110203}, "abraham": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "act": {"he - him": -0.05465706135085607, "he": 0.16674478698570264, "him": 0.2214018483365587}, "acting": {"he - him": -0.006388347679274542, "he": 0.23493808581144512, "him": 0.24132643349071967}, "actually": {"he - him": 0.023674290530502906, "he": 0.18641897743577815, "him": 0.16274468690527524}, "adam": {"he - him": -0.10196488455078123, "he": 0.25008657663135536, "him": 0.3520514611821366}, "add": {"he - him": -0.054508255550153956, "he": 0.17210330764661627, "him": 0.22661156319677023}, "addict": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "after": {"he - him": 0.002767809409141564, "he": 0.26249446993198644, "him": 0.2597266605228449}, "again": {"he - him": -0.03286427007115142, "he": 0.24073513055849036, "him": 0.2735994006296418}, "age": {"he - him": -0.006736156014585548, "he": 0.19543750765046558, "him": 0.20217366366505113}, "ago": {"he - him": 0.005672278424620036, "he": 0.23781219745619078, "him": 0.23213991903157075}, "ahead": {"he - him": -0.053282105886830106, "he": 0.21302210377299627, "him": 0.2663042096598264}, "alan": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "alex": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "all": {"he - him": -0.010204525452879865, "he": 0.25167633941576667, "him": 0.26188086486864653}, "alone": {"he - him": -0.05550034149001151, "he": 0.13427119015622435, "him": 0.18977153164623586}, "alot": {"he - him": -0.05465706135085607, "he": 0.16674478698570264, "him": 0.2214018483365587}, "already": {"he - him": -0.00680353482884774, "he": 0.18780838306930844, "him": 0.19461191789815618}, "also": {"he - him": 0.023701116012172924, "he": 0.1489322998267673, "him": 0.1252311838145944}, "always": {"he - him": -0.008033005964751816, "he": 0.23965926458324951, "him": 0.24769227054800133}, "am": {"he - him": -0.007470358490646742, "he": 0.11270341355273707, "him": 0.12017377204338381}, "an": {"he - him": 0.020183410147648073, "he": 0.25190045417042506, "him": 0.23171704402277699}, "and": {"he - him": -0.03276630030093247, "he": 0.3669835250093558, "him": 0.3997498253102883}, "another": {"he - him": -0.007189100717074237, "he": 0.14429422086394184, "him": 0.15148332158101607}, "anti": {"he - him": 0.01751981466403721, "he": 0.2658569101797752, "him": 0.248337095515738}, "any": {"he - him": -0.007970821661373112, "he": 0.15046028166629846, "him": 0.15843110332767157}, "anything": {"he - him": 0.10589294754141701, "he": 0.25403091769506825, "him": 0.14813797015365124}, "apartment": {"he - him": -0.053736191670933325, "he": 0.1984748915997329, "him": 0.2522110832706662}, "ape": {"he - him": -0.10626793521307021, "he": 0.1824552746959061, "him": 0.2887232099089763}, "appel": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "applied": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "appreciation": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "are": {"he - him": -0.005013849959058625, "he": 0.18731970956441, "him": 0.19233355952346862}, "area": {"he - him": -0.11072484019799296, "he": 0.08981115781794867, "him": 0.20053599801594163}, "ariel": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "around": {"he - him": -0.029017586039939702, "he": 0.22300135523897108, "him": 0.2520189412789108}, "as": {"he - him": -0.028025906992816152, "he": 0.24735807492327255, "him": 0.2753839819160887}, "ask": {"he - him": -0.11718144627567731, "he": 0.20160406661036392, "him": 0.31878551288604123}, "asked": {"he - him": -0.0064296340390807005, "he": 0.23023869543447398, "him": 0.23666832947355468}, "asking": {"he - him": -0.0535285796177207, "he": 0.20520571480997543, "him": 0.25873429442769613}, "ass": {"he - him": -0.02869939869356647, "he": 0.26002381121540985, "him": 0.2887232099089763}, "aswell": {"he - him": -0.052339291875207694, "he": 0.24138561175393702, "him": 0.2937249036291447}, "at": {"he - him": -0.0644515577992818, "he": 0.26216535495020926, "him": 0.32661691274949106}, "ate": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "atleast": {"he - him": -0.005759272791292458, "he": 0.3068970668906189, "him": 0.31265633968191137}, "attachment": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "attempted": {"he - him": -0.0520348820295371, "he": 0.25008657663135536, "him": 0.30212145866089246}, "australia": {"he - him": -0.053282105886830106, "he": 0.21302210377299627, "him": 0.2663042096598264}, "auto": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "away": {"he - him": 0.002869245788577557, "he": 0.28270281316364154, "him": 0.279833567375064}, "awhile": {"he - him": -0.0061673908604931715, "he": 0.2601368187993332, "him": 0.2663042096598264}, "baby": {"he - him": -0.10684908173815702, "he": 0.17210330764661627, "him": 0.2789523893847733}, "back": {"he - him": -0.027561720751519914, "he": 0.2701350188001274, "him": 0.2976967395516473}, "backpack": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "bad": {"he - him": -0.023062179674623373, "he": 0.22260713777405955, "him": 0.24566931744868292}, "bag": {"he - him": -0.0535285796177207, "he": 0.20520571480997543, "him": 0.25873429442769613}, "ballot": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "balls": {"he - him": -0.05279777991384885, "he": 0.22787709649500767, "him": 0.2806748764088565}, "bankruptcy": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "bar": {"he - him": -0.006518856484141022, "he": 0.2200927067126292, "him": 0.22661156319677023}, "bars": {"he - him": -0.00585181057113493, "he": 0.29626964808975753, "him": 0.30212145866089246}, "be": {"he - him": -0.018087656933481466, "he": 0.27036853454092985, "him": 0.2884561914744113}, "beaten": {"he - him": -0.05399645151798413, "he": 0.1898333100014528, "him": 0.24382976151943692}, "beautiful": {"he - him": -0.055652453040670985, "he": 0.1279640196191445, "him": 0.18361647265981548}, "because": {"he - him": 0.03771570820468123, "he": 0.27917266114536765, "him": 0.24145695294068642}, "becouse": {"he - him": -0.052339291875207694, "he": 0.24138561175393702, "him": 0.2937249036291447}, "been": {"he - him": 0.08163617741557029, "he": 0.17825889102594264, "him": 0.09662271361037235}, "before": {"he - him": 0.01090228108250571, "he": 0.20756612085406292, "him": 0.19666383977155721}, "behind": {"he - him": -0.007050706583656391, "he": 0.2437793527132703, "him": 0.2508300592969267}, "being": {"he - him": -0.06779797361748102, "he": 0.17611765663725168, "him": 0.2439156302547327}, "believe": {"he - him": -0.06061289749141413, "he": 0.16811503624669277, "him": 0.2287279337381069}, "bell": {"he - him": -0.05341106509972021, "he": 0.20895529526800866, "him": 0.26236636036772887}, "best": {"he - him": -0.006990510758781571, "he": 0.16667649543703983, "him": 0.1736670061958214}, "bet": {"he - him": -0.05871960213891267, "he": 0.22391508330692325, "him": 0.2826346854458359}, "better": {"he - him": 0.010944994633849736, "he": 0.23114975146670458, "him": 0.22020475683285484}, "bit": {"he - him": -0.054789987602611945, "he": 0.16187272473616937, "him": 0.21666271233878132}, "bitch": {"he - him": -0.05279777991384885, "he": 0.22787709649500767, "him": 0.2806748764088565}, "black": {"he - him": 0.0031834798279409826, "he": 0.2599833813150044, "him": 0.25679990148706344}, "blue": {"he - him": -0.05542847482378485, "he": 0.13719752684385159, "him": 0.19262600166763644}, "book": {"he - him": -0.05526998303629144, "he": 0.14353691526390264, "him": 0.19880689830019407}, "boy": {"he - him": 0.002970580508431464, "he": 0.30521415176709743, "him": 0.30224357125866597}, "boyfriend": {"he - him": -0.052979371497429456, "he": 0.22238185132154806, "him": 0.2753612228189775}, "boys": {"he - him": -0.10651690089608984, "he": 0.1780655339314804, "him": 0.28458243482757023}, "break": {"he - him": -0.054144826386995276, "he": 0.1847983596268498, "him": 0.23894318601384507}, "brother": {"he - him": -0.00694892755442994, "he": 0.25417085685002216, "him": 0.2611197844044521}, "brought": {"he - him": 0.023419520937067284, "he": 0.2500310841338375, "him": 0.22661156319677023}, "brown": {"he - him": 0.046463929582141655, "he": 0.21347033153273015, "him": 0.1670064019505885}, "bumps": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "burrowed": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "bus": {"he - him": -0.05455984542719863, "he": 0.1702566504369363, "him": 0.22481649586413494}, "but": {"he - him": -0.0015156231428231637, "he": 0.2636441465050679, "him": 0.26515976964789106}, "butchy": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "butt": {"he - him": -0.005925657686414565, "he": 0.28779924594273015, "him": 0.2937249036291447}, "by": {"he - him": -0.02293037240330212, "he": 0.2307237338936239, "him": 0.25365410629692603}, "ca": {"he - him": 0.04649261974965466, "he": 0.2110274516479782, "him": 0.16453483189832355}, "call": {"he - him": -0.1079388021342094, "he": 0.21337009720770414, "him": 0.32130889934191353}, "called": {"he - him": -0.029900957690405877, "he": 0.20322091593113112, "him": 0.233121873621537}, "calling": {"he - him": -0.05775871780989372, "he": 0.2490972846048511, "him": 0.3068560024147448}, "came": {"he - him": 0.010950557372898767, "he": 0.23559175862940296, "him": 0.2246412012565042}, "can": {"he - him": -0.0386500096094857, "he": 0.20603745587199435, "him": 0.24468746548148004}, "cannot": {"he - him": 0.02351950313899126, "he": 0.23180531211110622, "him": 0.20828580897211496}, "capped": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "car": {"he - him": -0.029069684884774433, "he": 0.2432337891788983, "him": 0.2723034740636727}, "cars": {"he - him": -0.054144826386995276, "he": 0.1847983596268498, "him": 0.23894318601384507}, "case": {"he - him": -0.006670095213347549, "he": 0.20292464133305763, "him": 0.20959473654640517}, "caught": {"he - him": -0.006838462103159637, "he": 0.2654650119605131, "him": 0.2723034740636727}, "cause": {"he - him": 0.023598565561468277, "he": 0.21337009720770414, "him": 0.18977153164623586}, "cbs": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "certain": {"he - him": -0.006448933724189698, "he": 0.22804289685316984, "him": 0.23449183057735953}, "charged": {"he - him": 0.07834807755803821, "he": 0.2997499258945969, "him": 0.2214018483365587}, "chases": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "check": {"he - him": -0.06067916347055227, "he": 0.16596992319905252, "him": 0.2266490866696048}, "chess": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "chick": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "child": {"he - him": -0.10931962774128193, "he": 0.1230464384271103, "him": 0.23236606616839223}, "children": {"he - him": 0.04669593915076767, "he": 0.1916555784415737, "him": 0.14495963929080602}, "chocolate": {"he - him": -0.052339291875207694, "he": 0.24138561175393702, "him": 0.2937249036291447}, "christ": {"he - him": 0.023355481741855172, "he": 0.26002381121540985, "him": 0.23666832947355468}, "christian": {"he - him": -0.006715106419199424, "he": 0.19782242622321147, "him": 0.2045375326424109}, "church": {"he - him": -0.0543394772092099, "he": 0.1780655339314804, "him": 0.2324050111406903}, "city": {"he - him": -0.007077586373856193, "he": 0.15685469396536425, "him": 0.16393228033922044}, "claims": {"he - him": 0.023340095522832005, "he": 0.26228328153667707, "him": 0.23894318601384507}, "class": {"he - him": -0.0628377506307852, "he": 0.2212956721025283, "him": 0.2841334227333135}, "cliams": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "close": {"he - him": -0.006670095213347549, "he": 0.20292464133305763, "him": 0.20959473654640517}, "cnn": {"he - him": -0.05279777991384885, "he": 0.22787709649500767, "him": 0.2806748764088565}, "coat": {"he - him": -0.052339291875207694, "he": 0.24138561175393702, "him": 0.2937249036291447}, "coke": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "com": {"he - him": -0.09245238131660684, "he": 0.11542588306998948, "him": 0.20787826438659632}, "come": {"he - him": -0.14513378867471116, "he": 0.08535102386738831, "him": 0.2304848125420995}, "comes": {"he - him": -0.05524137012443861, "he": 0.14466529137341186, "him": 0.19990666149785047}, "coming": {"he - him": -0.0069235048094140605, "he": 0.17424290295737305, "him": 0.1811664077667871}, "complaining": {"he - him": -0.0520348820295371, "he": 0.25008657663135536, "him": 0.30212145866089246}, "completely": {"he - him": 0.045286714313979154, "he": 0.2866131478046988, "him": 0.24132643349071967}, "concerts": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "conquer": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "consider": {"he - him": -0.05839816436359363, "he": 0.23253371794903344, "him": 0.29093188231262707}, "conslour": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "cookies": {"he - him": -0.10009449238906398, "he": 0.2758851054843536, "him": 0.37597959787341756}, "cool": {"he - him": -0.00660723705819613, "he": 0.21005547528058519, "him": 0.21666271233878132}, "cops": {"he - him": -0.0063181394148224546, "he": 0.24293602616038978, "him": 0.24925416557521224}, "could": {"he - him": -0.028911009645432723, "he": 0.22790521128527533, "him": 0.25681622093070805}, "country": {"he - him": 0.1065955651871974, "he": 0.2345049011799161, "him": 0.1279093359927187}, "crap": {"he - him": -0.006794444423910195, "he": 0.18883723087823395, "him": 0.19563167530214415}, "d": {"he - him": -0.08998232789928809, "he": 0.17372152644751712, "him": 0.2637038543468052}, "daddy": {"he - him": -0.05258785511935918, "he": 0.23412509034871806, "him": 0.28671294546807724}, "damn": {"he - him": -0.10704802876948047, "he": 0.1684719010074631, "him": 0.27551992977694356}, "dat": {"he - him": -0.052339291875207694, "he": 0.24138561175393702, "him": 0.2937249036291447}, "dating": {"he - him": -0.053282105886830106, "he": 0.21302210377299627, "him": 0.2663042096598264}, "david": {"he - him": 0.023513078145061733, "he": 0.2331078146914669, "him": 0.20959473654640517}, "day": {"he - him": 0.002587480662119279, "he": 0.2305833719742898, "him": 0.22799589131217052}, "days": {"he - him": -0.10974130615234451, "he": 0.11359821536979867, "him": 0.22333952152214318}, "decided": {"he - him": -0.006448933724189698, "he": 0.22804289685316984, "him": 0.23449183057735953}, "defending": {"he - him": -0.005987390082804134, "he": 0.2807255553852731, "him": 0.28671294546807724}, "den": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "dere": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "desert": {"he - him": -0.05258785511935918, "he": 0.23412509034871806, "him": 0.28671294546807724}, "destroyed": {"he - him": -0.05313929375351931, "he": 0.21746936502540917, "him": 0.2706086587789285}, "did": {"he - him": 0.04798997007562883, "he": 0.3258558616445767, "him": 0.27786589156894786}, "dime": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "dised": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "disgusting": {"he - him": -0.10748418500980475, "he": 0.1603413215322604, "him": 0.26782550654206516}, "diversity": {"he - him": -0.00656512263101075, "he": 0.21483672570554796, "him": 0.2214018483365587}, "do": {"he - him": -0.02911590271393688, "he": 0.20230347691795564, "him": 0.23141937963189252}, "does": {"he - him": 0.062421009304832076, "he": 0.2616398738641152, "him": 0.19921886455928312}, "dog": {"he - him": -0.10731901980989603, "he": 0.16344849391490165, "him": 0.2707675137247977}, "dogs": {"he - him": -0.0543394772092099, "he": 0.1780655339314804, "him": 0.2324050111406903}, "done": {"he - him": -0.029820793031481135, "he": 0.20723642954857477, "him": 0.2370572225800559}, "dont": {"he - him": -0.04057086627389414, "he": 0.2287974584719686, "him": 0.26936832474586275}, "double": {"he - him": -0.053736191670933325, "he": 0.1984748915997329, "him": 0.2522110832706662}, "down": {"he - him": -0.05074708587657706, "he": 0.2387045937204702, "him": 0.28945167959704726}, "drop": {"he - him": -0.053282105886830106, "he": 0.21302210377299627, "him": 0.2663042096598264}, "dropped": {"he - him": -0.00585181057113493, "he": 0.29626964808975753, "him": 0.30212145866089246}, "drugs": {"he - him": -0.006264103402488286, "he": 0.2490972846048511, "him": 0.2553613880073394}, "duke": {"he - him": -0.006502349953962622, "he": 0.22196876019240214, "him": 0.22847111014636476}, "during": {"he - him": -0.007070950414610477, "he": 0.2417141417022772, "him": 0.24878509211688768}, "each": {"he - him": -0.05576841135554261, "he": 0.1230464384271103, "him": 0.1788148497826529}, "east": {"he - him": -0.054747242462566265, "he": 0.16344849391490165, "him": 0.21819573637746792}, "eat": {"he - him": -0.054947515926047935, "he": 0.15598851918970136, "him": 0.2109360351157493}, "eating": {"he - him": -0.10639551520799839, "he": 0.18021399957718726, "him": 0.28660951478518565}, "eddie": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "either": {"he - him": -0.00676614732398978, "he": 0.1920407509762043, "him": 0.19880689830019407}, "else": {"he - him": -0.06086235155795547, "he": 0.1599563250059945, "him": 0.22081867656394996}, "enchantment": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "end": {"he - him": 0.02360831552774617, "he": 0.21066111172037205, "him": 0.18705279619262588}, "england": {"he - him": -0.0066333742199422285, "he": 0.20708959828893664, "him": 0.21372297250887887}, "enjoying": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "enough": {"he - him": -0.041014446197996074, "he": 0.2200502543866951, "him": 0.26106470058469117}, "especially": {"he - him": -0.1075627021010814, "he": 0.15885169591209744, "him": 0.26641439801317884}, "even": {"he - him": 0.02841861855505068, "he": 0.2346621085844964, "him": 0.20624349002944573}, "ever": {"he - him": 0.09435034958917957, "he": 0.23179165320017162, "him": 0.13744130361099205}, "every": {"he - him": 0.08120933217112894, "he": 0.20230313382079526, "him": 0.12109380164966632}, "everybody": {"he - him": -0.0535285796177207, "he": 0.20520571480997543, "him": 0.25873429442769613}, "everyone": {"he - him": -0.05580455514692231, "he": 0.1214932470685176, "him": 0.17729780221543992}, "examples": {"he - him": -0.0520348820295371, "he": 0.25008657663135536, "him": 0.30212145866089246}, "excuse": {"he - him": -0.052979371497429456, "he": 0.22238185132154806, "him": 0.2753612228189775}, "extent": {"he - him": -0.0520348820295371, "he": 0.25008657663135536, "him": 0.30212145866089246}, "eyes": {"he - him": 0.06497011286054255, "he": 0.22103297019475462, "him": 0.15606285733421207}, "faith": {"he - him": -0.05258785511935918, "he": 0.23412509034871806, "him": 0.28671294546807724}, "falsely": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "family": {"he - him": -0.03017080585100454, "he": 0.1894262605098467, "him": 0.21959706636085125}, "fans": {"he - him": -0.05313929375351931, "he": 0.21746936502540917, "him": 0.2706086587789285}, "far": {"he - him": 0.010946621324231548, "he": 0.23238558681723714, "him": 0.2214389654930056}, "fast": {"he - him": -0.054747242462566265, "he": 0.16344849391490165, "him": 0.21819573637746792}, "father": {"he - him": 0.045925881595917706, "he": 0.2516845426691109, "him": 0.20575866107319318}, "favorite": {"he - him": -0.0543394772092099, "he": 0.1780655339314804, "him": 0.2324050111406903}, "federal": {"he - him": -0.05258785511935918, "he": 0.23412509034871806, "him": 0.28671294546807724}, "feds": {"he - him": -0.0520348820295371, "he": 0.25008657663135536, "him": 0.30212145866089246}, "feet": {"he - him": 0.023430268312616187, "he": 0.24824676417675112, "him": 0.22481649586413494}, "fell": {"he - him": -0.052339291875207694, "he": 0.24138561175393702, "him": 0.2937249036291447}, "few": {"he - him": -0.016968273189732125, "he": 0.24398452526094597, "him": 0.2609527984506781}, "field": {"he - him": -0.05341106509972021, "he": 0.20895529526800866, "him": 0.26236636036772887}, "fight": {"he - him": -0.006944508574566605, "he": 0.1718703412080863, "him": 0.1788148497826529}, "file": {"he - him": -0.006264103402488286, "he": 0.2490972846048511, "him": 0.2553613880073394}, "filthy": {"he - him": -0.00629197153459074, "he": 0.24591911173607547, "him": 0.2522110832706662}, "find": {"he - him": -0.049356112273719055, "he": 0.1897398762893147, "him": 0.23909598856303377}, "finger": {"he - him": -0.05279777991384885, "he": 0.22787709649500767, "him": 0.2806748764088565}, "finially": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "fired": {"he - him": -0.05694132624656484, "he": 0.2692737725980185, "him": 0.32621509884458333}, "first": {"he - him": 0.04002309122294889, "he": 0.2248933923649319, "him": 0.184870301141983}, "floor": {"he - him": -0.00629197153459074, "he": 0.24591911173607547, "him": 0.2522110832706662}, "flyers": {"he - him": -0.05313929375351931, "he": 0.21746936502540917, "him": 0.2706086587789285}, "folklore": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "food": {"he - him": 0.023580027467891507, "he": 0.2181919453660477, "him": 0.19461191789815618}, "fools": {"he - him": -0.05313929375351931, "he": 0.21746936502540917, "him": 0.2706086587789285}, "football": {"he - him": -0.05483130277056841, "he": 0.1603413215322604, "him": 0.21517262430282882}, "for": {"he - him": -0.03705002582680211, "he": 0.2682361341607829, "him": 0.305286159987585}, "force": {"he - him": -0.0065936109559956435, "he": 0.21160212542147228, "him": 0.21819573637746792}, "foreign": {"he - him": -0.00640946806481163, "he": 0.23253371794903344, "him": 0.23894318601384507}, "forest": {"he - him": -0.05313929375351931, "he": 0.21746936502540917, "him": 0.2706086587789285}, "forgein": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "former": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "forum": {"he - him": -0.056308210149606616, "he": 0.09870768319793093, "him": 0.15501589334753754}, "forward": {"he - him": -0.006467443358603803, "he": 0.22593756778208648, "him": 0.2324050111406903}, "fought": {"he - him": -0.006087450220959023, "he": 0.2692737725980185, "him": 0.2753612228189775}, "found": {"he - him": -0.023081059706037244, "he": 0.2215532441375704, "him": 0.24463430384360765}, "free": {"he - him": -0.05633025571176685, "he": 0.09765590118781474, "him": 0.1539861568995816}, "french": {"he - him": 0.023562739870911037, "he": 0.2223696381711051, "him": 0.19880689830019407}, "friend": {"he - him": 0.005836975675894696, "he": 0.287964164855566, "him": 0.2821271891796713}, "friends": {"he - him": -0.05620277364370531, "he": 0.10366962418326016, "him": 0.15987239782696547}, "from": {"he - him": -0.04426400667178493, "he": 0.2772162963949818, "him": 0.3214803030667667}, "front": {"he - him": -0.060259681215816624, "he": 0.17929558521677422, "him": 0.23955526643259084}, "fugitive": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "fun": {"he - him": -0.006485229359446454, "he": 0.22391508330692325, "him": 0.2304003126663697}, "funny": {"he - him": 0.023542771187922917, "he": 0.22688570741456973, "him": 0.20334293622664681}, "gang": {"he - him": -0.05407277146402187, "he": 0.1872536620266978, "him": 0.24132643349071967}, "gat": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "gather": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "gave": {"he - him": -0.06394330258553471, "he": 0.2687132076990917, "him": 0.3326565102846264}, "get": {"he - him": -0.09162160764517494, "he": 0.2107767598371156, "him": 0.30239836748229054}, "gets": {"he - him": 0.02609018523543319, "he": 0.2758882761049732, "him": 0.24979809086954}, "getting": {"he - him": 0.04625359632793702, "he": 0.2298700689877525, "him": 0.18361647265981548}, "gf": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "girl": {"he - him": -0.14381092450632915, "he": 0.10905778377697849, "him": 0.25286870828330765}, "girls": {"he - him": -0.09381639613609524, "he": 0.17842261197020018, "him": 0.2722390081062954}, "give": {"he - him": -0.12013440436193415, "he": 0.1556564701612703, "him": 0.27579087452320444}, "giving": {"he - him": -0.10695057051196025, "he": 0.1702566504369363, "him": 0.27720722094889655}, "go": {"he - him": -0.027786396774037436, "he": 0.2607799741046443, "him": 0.28856637087868175}, "god": {"he - him": -0.06848634498634779, "he": 0.22758743496273484, "him": 0.2960737799490826}, "goes": {"he - him": -0.05542847482378485, "he": 0.13719752684385159, "him": 0.19262600166763644}, "going": {"he - him": 0.05556853107593815, "he": 0.2667837507229824, "him": 0.21121521964704423}, "gone": {"he - him": -0.14113857259432602, "he": 0.15067164193018298, "him": 0.291810214524509}, "gonna": {"he - him": -0.05427783100017228, "he": 0.18021399957718726, "him": 0.23449183057735953}, "good": {"he - him": -0.008608741941082465, "he": 0.1880003629706798, "him": 0.19660910491176226}, "got": {"he - him": -0.014089963809058748, "he": 0.3093876722116877, "him": 0.3234776360207465}, "gotten": {"he - him": -0.05391534840822937, "he": 0.19255155813487934, "him": 0.2464669065431087}, "government": {"he - him": 0.0236414916991968, "he": 0.20019513837905603, "him": 0.17655364667985923}, "grabs": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "greatest": {"he - him": 0.023266193723100626, "he": 0.27252035929831286, "him": 0.24925416557521224}, "grinned": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "group": {"he - him": -0.007103789333247568, "he": 0.15390150429242916, "him": 0.16100529362567673}, "guards": {"he - him": -0.052979371497429456, "he": 0.22238185132154806, "him": 0.2753612228189775}, "guess": {"he - him": -0.10949179887669049, "he": 0.11923613486141642, "him": 0.2287279337381069}, "guidance": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "guy": {"he - him": -0.015100916500672912, "he": 0.31334795866211357, "him": 0.3284488751627865}, "had": {"he - him": -0.03983330066599933, "he": 0.2849805617368761, "him": 0.3248138624028754}, "hair": {"he - him": -0.022907890217688243, "he": 0.23114975146670458, "him": 0.2540576416843928}, "half": {"he - him": 0.023639374478392733, "he": 0.20093717669383265, "him": 0.17729780221543992}, "hall": {"he - him": -0.053282105886830106, "he": 0.21302210377299627, "him": 0.2663042096598264}, "handed": {"he - him": -0.05279777991384885, "he": 0.22787709649500767, "him": 0.2806748764088565}, "happened": {"he - him": -0.06241851491351247, "he": 0.23180531211110622, "him": 0.2942238270246187}, "happy": {"he - him": -0.006785187590485964, "he": 0.18988505420528565, "him": 0.1966702417957716}, "hard": {"he - him": 0.023630249035109546, "he": 0.20400228382063673, "him": 0.18037203478552719}, "has": {"he - him": 0.07644163155299508, "he": 0.30064473173472145, "him": 0.22420310018172637}, "hated": {"he - him": -0.10414928920702507, "he": 0.21746936502540917, "him": 0.32161865423243424}, "hates": {"he - him": -0.006129386282188065, "he": 0.2644792724967404, "him": 0.2706086587789285}, "have": {"he - him": -0.02458141614509779, "he": 0.2544127505978315, "him": 0.2789941667429293}, "having": {"he - him": 0.023595099715052692, "he": 0.21430232802986748, "him": 0.1907072283148148}, "he": {"he - him": 0.19852907427983718, "he": 0.6523775851441201, "him": 0.45384851086428296}, "head": {"he - him": -0.11783319347646345, "he": 0.1920407509762043, "him": 0.30987394445266775}, "heard": {"he - him": 0.005733880287189658, "he": 0.25407097580292765, "him": 0.248337095515738}, "hearing": {"he - him": -0.0535285796177207, "he": 0.20520571480997543, "him": 0.25873429442769613}, "hector": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "heem": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "hell": {"he - him": -0.06072180742586014, "he": 0.1645811272521478, "him": 0.22530293467800794}, "help": {"he - him": -0.0300175127784697, "he": 0.1973163724434777, "him": 0.2273338852219474}, "her": {"he - him": -0.06237246163657936, "he": 0.20693679176896276, "him": 0.2693092534055421}, "here": {"he - him": 0.012352240945117499, "he": 0.1950122911660209, "him": 0.1826600502209034}, "hero": {"he - him": -0.006087450220959023, "he": 0.2692737725980185, "him": 0.2753612228189775}, "hey": {"he - him": 0.06462042829093534, "he": 0.23828743448675674, "him": 0.1736670061958214}, "him": {"he - him": -0.2732700908599044, "he": 0.3981794333598364, "him": 0.6714495242197408}, "himself": {"he - him": -0.057623824652471345, "he": 0.2525000155577136, "him": 0.31012384021018496}, "his": {"he - him": -0.05325425203947337, "he": 0.40189554502037556, "him": 0.4551497970598489}, "hold": {"he - him": -0.05399645151798413, "he": 0.1898333100014528, "him": 0.24382976151943692}, "holiday": {"he - him": -0.05313929375351931, "he": 0.21746936502540917, "him": 0.2706086587789285}, "home": {"he - him": -0.019958265442814455, "he": 0.22916424870505125, "him": 0.2491225141478657}, "homeschooling": {"he - him": -0.052979371497429456, "he": 0.22238185132154806, "him": 0.2753612228189775}, "honest": {"he - him": -0.10468611187537757, "he": 0.20895529526800866, "him": 0.31364140714338623}, "honour": {"he - him": -0.053736191670933325, "he": 0.1984748915997329, "him": 0.2522110832706662}, "hope": {"he - him": -0.0406706173122062, "he": 0.2252388348948494, "him": 0.2659094522070556}, "house": {"he - him": -0.048147163489190015, "he": 0.2293423424304631, "him": 0.2774895059196531}, "housing": {"he - him": -0.052339291875207694, "he": 0.24138561175393702, "him": 0.2937249036291447}, "how": {"he - him": -0.008931162570187445, "he": 0.26564669909886496, "him": 0.2745778616690524}, "http": {"he - him": -0.05721823336108008, "he": 0.049945792379222316, "him": 0.1071640257403024}, "https": {"he - him": -0.05644369037964686, "he": 0.0921615278613187, "him": 0.14860521824096556}, "huffed": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "hurt": {"he - him": -0.05363648031154589, "he": 0.2017249076957935, "him": 0.2553613880073394}, "i": {"he - him": -0.08497642904071367, "he": 0.2804425706745275, "him": 0.36541899971524117}, "id": {"he - him": -0.054702969694542636, "he": 0.1650714711739678, "him": 0.21977444086851045}, "if": {"he - him": -0.007142247126570189, "he": 0.3120276505060418, "him": 0.319169897632612}, "igger": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "ill": {"he - him": -0.10639551520799839, "he": 0.18021399957718726, "him": 0.28660951478518565}, "im": {"he - him": -0.007282325494672809, "he": 0.13380918620284254, "him": 0.14109151169751535}, "in": {"he - him": -0.004539347338066546, "he": 0.30681394139910584, "him": 0.3113532887371724}, "independent": {"he - him": -0.05279777991384885, "he": 0.22787709649500767, "him": 0.2806748764088565}, "inspiration": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "instead": {"he - him": -0.05483130277056841, "he": 0.1603413215322604, "him": 0.21517262430282882}, "intentionally": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "into": {"he - him": 0.051826702331904284, "he": 0.28471792741180096, "him": 0.23289122507989668}, "introduce": {"he - him": -0.05258785511935918, "he": 0.23412509034871806, "him": 0.28671294546807724}, "irish": {"he - him": -0.0071712247735192525, "he": 0.14630633526867667, "him": 0.15347756004219593}, "is": {"he - him": 0.06371742797216412, "he": 0.33719099785205486, "him": 0.27347356987989074}, "isaac": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "ishmael": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "israel": {"he - him": -0.059165388303325406, "he": 0.21160212542147228, "him": 0.2707675137247977}, "israeli": {"he - him": -0.006087450220959023, "he": 0.2692737725980185, "him": 0.2753612228189775}, "it": {"he - him": 0.003835187463932077, "he": 0.282676061060643, "him": 0.27884087359671095}, "its": {"he - him": -0.11187039843938226, "he": 0.057811920124317934, "him": 0.1696823185637002}, "jail": {"he - him": -0.138618473698392, "he": 0.1847983596268498, "him": 0.3234168333252418}, "jesus": {"he - him": -0.039717503909780016, "he": 0.2654650119605131, "him": 0.3051825158702931}, "jew": {"he - him": 0.039669163851282, "he": 0.25517599091507287, "him": 0.21550682706379087}, "jewish": {"he - him": 0.061590464056842265, "he": 0.2932104620673537, "him": 0.23161999801051142}, "jews": {"he - him": 0.005662203710068592, "he": 0.23533543939113802, "him": 0.22967323568106943}, "joeblogs": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "jones": {"he - him": -0.05279777991384885, "he": 0.22787709649500767, "him": 0.2806748764088565}, "jose": {"he - him": -0.10118797175627231, "he": 0.26101383237626974, "him": 0.36220180413254205}, "judge": {"he - him": -0.006550204419470379, "he": 0.21653109428375936, "him": 0.22308129870322974}, "jumped": {"he - him": -0.10414928920702507, "he": 0.21746936502540917, "him": 0.32161865423243424}, "jus": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "just": {"he - him": -0.04060730926031009, "he": 0.2568752418783067, "him": 0.29748255113861677}, "justin": {"he - him": -0.05313929375351931, "he": 0.21746936502540917, "him": 0.2706086587789285}, "k": {"he - him": -0.05445446081662342, "he": 0.17401664932974134, "him": 0.22847111014636476}, "keep": {"he - him": -0.02302331406909397, "he": 0.2247707003164845, "him": 0.24779401438557846}, "kick": {"he - him": -0.10626793521307021, "he": 0.1824552746959061, "him": 0.2887232099089763}, "kicked": {"he - him": -0.05279777991384885, "he": 0.22787709649500767, "him": 0.2806748764088565}, "kid": {"he - him": -0.08570819776883473, "he": 0.2298700689877525, "him": 0.31557826675658723}, "kidnaps": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "kids": {"he - him": -0.031086164365310726, "he": 0.1388743673033785, "him": 0.1699605316686892}, "kill": {"he - him": -0.054947515926047935, "he": 0.15598851918970136, "him": 0.2109360351157493}, "killed": {"he - him": -0.06241851491351247, "he": 0.23180531211110622, "him": 0.2942238270246187}, "kiss": {"he - him": -0.053282105886830106, "he": 0.21302210377299627, "him": 0.2663042096598264}, "knew": {"he - him": 0.005876443579410862, "he": 0.3052894489341554, "him": 0.2994130053547445}, "knife": {"he - him": 0.044996413453703754, "he": 0.30035780146104313, "him": 0.2553613880073394}, "know": {"he - him": -0.0472960469852548, "he": 0.19801798523251266, "him": 0.24531403221776746}, "knowbody": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "known": {"he - him": -0.10551061183292193, "he": 0.1954253217553395, "him": 0.30093593358826143}, "lads": {"he - him": -0.10383324752303527, "he": 0.22238185132154806, "him": 0.32621509884458333}, "larceny": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "last": {"he - him": 0.04004349151204986, "he": 0.22285798756295963, "him": 0.18281449605090977}, "laughing": {"he - him": -0.05363648031154589, "he": 0.2017249076957935, "him": 0.2553613880073394}, "laurie": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "learn": {"he - him": -0.10860634726373392, "he": 0.13820675220172948, "him": 0.2468130994654634}, "least": {"he - him": -0.006944508574566605, "he": 0.1718703412080863, "him": 0.1788148497826529}, "left": {"he - him": 0.07999080667506628, "he": 0.2515810121136826, "him": 0.17159020543861633}, "lessons": {"he - him": -0.0520348820295371, "he": 0.25008657663135536, "him": 0.30212145866089246}, "let": {"he - him": -0.08799732252927925, "he": 0.1857874802982196, "him": 0.27378480282749884}, "lets": {"he - him": 0.04584147153017901, "he": 0.2567775066459283, "him": 0.2109360351157493}, "life": {"he - him": -0.041122946683494366, "he": 0.21601622205754367, "him": 0.25713916874103804}, "light": {"he - him": -0.055476875985192464, "he": 0.13523035232962233, "him": 0.1907072283148148}, "like": {"he - him": -0.010210168954853827, "he": 0.2765718254354235, "him": 0.28678199439027735}, "likened": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "list": {"he - him": -0.054789987602611945, "he": 0.16187272473616937, "him": 0.21666271233878132}, "listen": {"he - him": -0.006658162083790831, "he": 0.20427787303195846, "him": 0.2109360351157493}, "little": {"he - him": 0.010907991905884068, "he": 0.21012685646516718, "him": 0.19921886455928312}, "live": {"he - him": -0.007397684029388715, "he": 0.12085406267375097, "him": 0.12825174670313969}, "ll": {"he - him": -0.06772131328705869, "he": 0.17822684369060926, "him": 0.24594815697766795}, "lol": {"he - him": -0.11899427297872178, "he": 0.17424290295737305, "him": 0.29323717593609483}, "london": {"he - him": -0.05552334128783537, "he": 0.13332755652002545, "him": 0.18885089780786082}, "long": {"he - him": 0.023694114108706338, "he": 0.1732442576256842, "him": 0.14955014351697787}, "look": {"he - him": -0.08869194766716015, "he": 0.17111839960950875, "him": 0.2598103472766689}, "looked": {"he - him": -0.054871276596781426, "he": 0.15885169591209744, "him": 0.21372297250887887}, "looking": {"he - him": -0.09625229886322688, "he": 0.12441007675257694, "him": 0.22066237561580382}, "looks": {"he - him": 0.010949786384674726, "he": 0.23493657426523595, "him": 0.22398678788056123}, "loses": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "lost": {"he - him": -0.10704802876948047, "he": 0.1684719010074631, "him": 0.27551992977694356}, "lots": {"he - him": -0.05540349993530175, "he": 0.13820675220172948, "him": 0.19361025213703123}, "love": {"he - him": -0.08925392606758048, "he": 0.1888128644372828, "him": 0.27806679050486327}, "m": {"he - him": 0.04038019516899538, "he": 0.17892450459970372, "him": 0.13854430943070833}, "magazine": {"he - him": -0.00585181057113493, "he": 0.29626964808975753, "him": 0.30212145866089246}, "man": {"he - him": -0.0535413935648838, "he": 0.26885845794344787, "him": 0.32239985150833167}, "many": {"he - him": 0.08139738572458775, "he": 0.19245510795650764, "him": 0.11105772223191988}, "math": {"he - him": -0.058108673240886644, "he": 0.24012409138495022, "him": 0.29823276462583687}, "matter": {"he - him": 0.045982603500455965, "he": 0.2481562671655071, "him": 0.20217366366505113}, "may": {"he - him": 0.010946621324231548, "he": 0.23238558681723714, "him": 0.2214389654930056}, "maybe": {"he - him": 0.05175024103128406, "he": 0.2509691055905672, "him": 0.19921886455928312}, "me": {"he - him": 0.04400780818802655, "he": 0.256311327137585, "him": 0.21230351894955843}, "meet": {"he - him": -0.006996771265522395, "he": 0.16596992319905252, "him": 0.1729666944645749}, "men": {"he - him": 0.04637437568562022, "he": 0.22075001266453534, "him": 0.17437563697891512}, "mention": {"he - him": -0.0543394772092099, "he": 0.1780655339314804, "him": 0.2324050111406903}, "might": {"he - him": 0.023619956888759286, "he": 0.20723642954857477, "him": 0.18361647265981548}, "military": {"he - him": -0.05421305477764857, "he": 0.1824552746959061, "him": 0.23666832947355468}, "mine": {"he - him": -0.1075627021010814, "he": 0.15885169591209744, "him": 0.26641439801317884}, "minister": {"he - him": -0.16310777384140196, "he": 0.18021399957718726, "him": 0.3433217734185892}, "missing": {"he - him": -0.05391534840822937, "he": 0.19255155813487934, "him": 0.2464669065431087}, "money": {"he - him": 0.04643330154011455, "he": 0.21601622205754367, "him": 0.16958292051742913}, "monique": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "monkey": {"he - him": -0.10491812540020953, "he": 0.20520571480997543, "him": 0.31012384021018496}, "monkies": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "month": {"he - him": 0.02351950313899126, "he": 0.23180531211110622, "him": 0.20828580897211496}, "months": {"he - him": -0.006620484143931932, "he": 0.2085521401588969, "him": 0.21517262430282882}, "more": {"he - him": 0.05642194332049111, "he": 0.21908269325941004, "him": 0.16266074993891894}, "morning": {"he - him": -0.05879112035543427, "he": 0.22196876019240214, "him": 0.2807598805478364}, "most": {"he - him": -0.030860417920331035, "he": 0.15195407813057873, "him": 0.18281449605090977}, "mother": {"he - him": 0.023587815983319105, "he": 0.21621381765095554, "him": 0.19262600166763644}, "mr": {"he - him": 0.045533727426842946, "he": 0.2740048375732077, "him": 0.22847111014636476}, "much": {"he - him": 0.02650018709121696, "he": 0.20965290915481483, "him": 0.18315272206359787}, "multiply": {"he - him": -0.052339291875207694, "he": 0.24138561175393702, "him": 0.2937249036291447}, "murder": {"he - him": -0.006736156014585548, "he": 0.19543750765046558, "him": 0.20217366366505113}, "music": {"he - him": -0.05598470514763046, "he": 0.11359821536979867, "him": 0.16958292051742913}, "muslim": {"he - him": -0.10704802876948047, "he": 0.1684719010074631, "him": 0.27551992977694356}, "my": {"he - him": 0.038085019146245264, "he": 0.2849522560294085, "him": 0.24686723688316323}, "n": {"he - him": -0.015857309389885832, "he": 0.21736761115036823, "him": 0.23322492054025407}, "name": {"he - him": -0.06095534587856796, "he": 0.15685469396536425, "him": 0.2178100398439322}, "names": {"he - him": -0.05382884381987274, "he": 0.1954253217553395, "him": 0.24925416557521224}, "nation": {"he - him": -0.0603152930208056, "he": 0.17756249876073504, "him": 0.23787779178154064}, "nazi": {"he - him": -0.006366170238653102, "he": 0.23746359128078381, "him": 0.24382976151943692}, "nbc": {"he - him": -0.05258785511935918, "he": 0.23412509034871806, "him": 0.28671294546807724}, "need": {"he - him": -0.0888361845407317, "he": 0.16798003638997636, "him": 0.25681622093070805}, "needs": {"he - him": -0.05421305477764857, "he": 0.1824552746959061, "him": 0.23666832947355468}, "neevr": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "negro": {"he - him": 0.05155178336905611, "he": 0.261655366015887, "him": 0.2101035826468309}, "negroes": {"he - him": -0.05537798070046737, "he": 0.1392339371976888, "him": 0.19461191789815618}, "nerve": {"he - him": -0.005987390082804134, "he": 0.2807255553852731, "him": 0.28671294546807724}, "never": {"he - him": 0.005560094777203678, "he": 0.21236978787559246, "him": 0.20680969309838879}, "new": {"he - him": 0.0054702471588359836, "he": 0.19458498257567175, "him": 0.18911473541683577}, "news": {"he - him": -0.007978108694002978, "he": 0.2050839150721779, "him": 0.21306202376618089}, "next": {"he - him": -0.10379946220539579, "he": 0.21043179203425996, "him": 0.31423125423965576}, "night": {"he - him": -0.10897059761447508, "he": 0.13058466881811576, "him": 0.23955526643259084}, "niglet": {"he - him": -0.052339291875207694, "he": 0.24138561175393702, "him": 0.2937249036291447}, "nigs": {"he - him": -0.05258785511935918, "he": 0.23412509034871806, "him": 0.28671294546807724}, "no": {"he - him": 0.016913814038058722, "he": 0.22438998474400168, "him": 0.20747617070594296}, "nobody": {"he - him": -0.05363648031154589, "he": 0.2017249076957935, "him": 0.2553613880073394}, "non": {"he - him": -0.030738828176709865, "he": 0.15881930049615392, "him": 0.18955812867286378}, "nor": {"he - him": -0.006342815158158488, "he": 0.24012409138495022, "him": 0.2464669065431087}, "not": {"he - him": 0.015905839872122685, "he": 0.27357579431634693, "him": 0.25766995444422425}, "nothing": {"he - him": 0.039810796026651635, "he": 0.24399987749038377, "him": 0.20418908146373213}, "notice": {"he - him": -0.054144826386995276, "he": 0.1847983596268498, "him": 0.23894318601384507}, "now": {"he - him": -0.029170753362445484, "he": 0.21587260579432224, "him": 0.24504335915676773}, "number": {"he - him": -0.10704802876948047, "he": 0.1684719010074631, "him": 0.27551992977694356}, "o": {"he - him": -0.006645927392854883, "he": 0.2056655459948584, "him": 0.21231147338771328}, "obama": {"he - him": -0.05427783100017228, "he": 0.18021399957718726, "him": 0.23449183057735953}, "obviously": {"he - him": -0.05788362338778799, "he": 0.24591911173607547, "him": 0.30380273512386347}, "of": {"he - him": 0.011232877525541307, "he": 0.3190170936566082, "him": 0.3077842161310669}, "off": {"he - him": -0.06104809883433354, "he": 0.2400178251332915, "him": 0.30106592396762505}, "offering": {"he - him": -0.0520348820295371, "he": 0.25008657663135536, "him": 0.30212145866089246}, "often": {"he - him": -0.0543394772092099, "he": 0.1780655339314804, "him": 0.2324050111406903}, "og": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "ohhh": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "ok": {"he - him": -0.16551897528259388, "he": 0.15326653760344736, "him": 0.31878551288604123}, "old": {"he - him": 0.02990135774559008, "he": 0.25737458101544874, "him": 0.22747322326985867}, "on": {"he - him": -0.008710568895220705, "he": 0.30087821923833646, "him": 0.30958878813355717}, "once": {"he - him": -0.022862357634590602, "he": 0.23364745475509185, "him": 0.25650981238968246}, "one": {"he - him": 0.007235570915148037, "he": 0.2634512858759837, "him": 0.25621571496083567}, "only": {"he - him": 0.08235899533917934, "he": 0.2368843237796826, "him": 0.15452532844050326}, "open": {"he - him": 0.023595099715052692, "he": 0.21430232802986748, "him": 0.1907072283148148}, "opinion": {"he - him": -0.0063181394148224546, "he": 0.24293602616038978, "him": 0.24925416557521224}, "or": {"he - him": -0.048581500714649006, "he": 0.24952354825731216, "him": 0.29810504897196116}, "org": {"he - him": -0.056274235545343845, "he": 0.10031876102000163, "him": 0.15659299656534548}, "origo": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "other": {"he - him": -0.00855253635236572, "he": 0.22582451370935044, "him": 0.23437705006171616}, "our": {"he - him": -0.02099034305233241, "he": 0.16554696785698833, "him": 0.18653731090932074}, "out": {"he - him": -0.06554735793009642, "he": 0.2512296150141405, "him": 0.3167769729442369}, "outside": {"he - him": -0.054871276596781426, "he": 0.15885169591209744, "him": 0.21372297250887887}, "over": {"he - him": -0.008041912446923288, "he": 0.19905267173123695, "him": 0.20709458417816023}, "overly": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "overwhelming": {"he - him": -0.052339291875207694, "he": 0.24138561175393702, "him": 0.2937249036291447}, "own": {"he - him": -0.007933367975946598, "he": 0.20931594640874326, "him": 0.21724931438468986}, "packi": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "pagan": {"he - him": -0.05313929375351931, "he": 0.21746936502540917, "him": 0.2706086587789285}, "pair": {"he - him": -0.05341106509972021, "he": 0.20895529526800866, "him": 0.26236636036772887}, "parents": {"he - him": -0.055589712135915764, "he": 0.13058466881811576, "him": 0.18617438095403152}, "party": {"he - him": 0.04609760844099678, "he": 0.24070952633915296, "him": 0.19461191789815618}, "pass": {"he - him": -0.05518199530623452, "he": 0.1469916683588166, "him": 0.20217366366505113}, "passed": {"he - him": -0.0535285796177207, "he": 0.20520571480997543, "him": 0.25873429442769613}, "patch": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "peeps": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "pellets": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "people": {"he - him": -0.030904804034249778, "he": 0.20181652278735218, "him": 0.23272132682160196}, "perhaps": {"he - him": -0.006579581680344976, "he": 0.21319485918816547, "him": 0.21977444086851045}, "person": {"he - him": 0.01753059928313841, "he": 0.26216490312674606, "him": 0.24463430384360765}, "personally": {"he - him": -0.052979371497429456, "he": 0.22238185132154806, "him": 0.2753612228189775}, "phone": {"he - him": -0.05460939769576664, "he": 0.1684719010074631, "him": 0.22308129870322974}, "picking": {"he - him": -0.05258785511935918, "he": 0.23412509034871806, "him": 0.28671294546807724}, "picture": {"he - him": -0.14198551951676083, "he": 0.13820675220172948, "him": 0.2801922717184903}, "piss": {"he - him": -0.05258785511935918, "he": 0.23412509034871806, "him": 0.28671294546807724}, "place": {"he - him": -0.06444641025589493, "he": 0.1776748629899226, "him": 0.24212127324581753}, "play": {"he - him": -0.00660723705819613, "he": 0.21005547528058519, "him": 0.21666271233878132}, "player": {"he - him": 0.0230914743974569, "he": 0.2937001331763854, "him": 0.2706086587789285}, "pm": {"he - him": -0.041014446197996074, "he": 0.2200502543866951, "him": 0.26106470058469117}, "point": {"he - him": -0.02978689682136329, "he": 0.20892344801557952, "him": 0.2387103448369428}, "poor": {"he - him": 0.04594536103357669, "he": 0.2504828936759876, "him": 0.2045375326424109}, "positive": {"he - him": -0.05258785511935918, "he": 0.23412509034871806, "him": 0.28671294546807724}, "possible": {"he - him": -0.006579581680344976, "he": 0.21319485918816547, "him": 0.21977444086851045}, "post": {"he - him": -0.06741206203625108, "he": 0.18659388519592782, "him": 0.2540059472321789}, "posts": {"he - him": -0.05937466469251226, "he": 0.2056655459948584, "him": 0.26504021068737066}, "power": {"he - him": -0.02939310266611836, "he": 0.22807482452194835, "him": 0.2574679271880667}, "pregnant": {"he - him": -0.05258785511935918, "he": 0.23412509034871806, "him": 0.28671294546807724}, "present": {"he - him": -0.05421305477764857, "he": 0.1824552746959061, "him": 0.23666832947355468}, "pretending": {"he - him": -0.052339291875207694, "he": 0.24138561175393702, "him": 0.2937249036291447}, "preys": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "pride": {"he - him": -0.006794444423910195, "he": 0.18883723087823395, "him": 0.19563167530214415}, "prime": {"he - him": -0.10513109471895132, "he": 0.2017249076957935, "him": 0.3068560024147448}, "principal": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "printing": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "prison": {"he - him": -0.006388347679274542, "he": 0.23493808581144512, "him": 0.24132643349071967}, "probably": {"he - him": -0.0072904302001216, "he": 0.2193586564694832, "him": 0.2266490866696048}, "problems": {"he - him": -0.054789987602611945, "he": 0.16187272473616937, "him": 0.21666271233878132}, "profession": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "professor": {"he - him": -0.05258785511935918, "he": 0.23412509034871806, "him": 0.28671294546807724}, "project": {"he - him": -0.05391534840822937, "he": 0.19255155813487934, "him": 0.2464669065431087}, "proud": {"he - him": -0.09344512660739918, "he": 0.18580476035643534, "him": 0.2792498869638345}, "public": {"he - him": 0.07984665444468059, "he": 0.2564003011245398, "him": 0.17655364667985923}, "punk": {"he - him": -0.005925657686414565, "he": 0.28779924594273015, "him": 0.2937249036291447}, "push": {"he - him": -0.05313929375351931, "he": 0.21746936502540917, "him": 0.2706086587789285}, "put": {"he - him": -0.017761264849046943, "he": 0.25955306833303654, "him": 0.2773143331820835}, "quran": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "ra": {"he - him": -0.052339291875207694, "he": 0.24138561175393702, "him": 0.2937249036291447}, "racial": {"he - him": -0.006829868990060606, "he": 0.1848286591355917, "him": 0.19165852812565232}, "racist": {"he - him": -0.022862357634590602, "he": 0.23364745475509185, "him": 0.25650981238968246}, "radio": {"he - him": -0.05490998976345968, "he": 0.1574014836242536, "him": 0.21231147338771328}, "rag": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "ran": {"he - him": -0.028415574289948564, "he": 0.27252035929831286, "him": 0.30093593358826143}, "rapist": {"he - him": -0.052339291875207694, "he": 0.24138561175393702, "him": 0.2937249036291447}, "rat": {"he - him": -0.027149630999874275, "he": 0.3249018301822623, "him": 0.3520514611821366}, "ratajczak": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "re": {"he - him": 0.023700775330407847, "he": 0.14827874541062702, "him": 0.12457797008021917}, "read": {"he - him": 0.023691913892587346, "he": 0.17517523547360342, "him": 0.15148332158101607}, "reading": {"he - him": -0.054702969694542636, "he": 0.1650714711739678, "him": 0.21977444086851045}, "reality": {"he - him": -0.054144826386995276, "he": 0.1847983596268498, "him": 0.23894318601384507}, "really": {"he - him": -0.09573631248593115, "he": 0.13682426485579566, "him": 0.2325605773417268}, "reason": {"he - him": -0.1087499408951641, "he": 0.13523035232962233, "him": 0.24398029322478643}, "rebel": {"he - him": -0.05279777991384885, "he": 0.22787709649500767, "him": 0.2806748764088565}, "recommended": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "red": {"he - him": 0.023531595916113313, "he": 0.2292902569893065, "him": 0.20575866107319318}, "relies": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "remember": {"he - him": -0.040469649246920564, "he": 0.23972262247156975, "him": 0.2801922717184903}, "reported": {"he - him": -0.05407277146402187, "he": 0.1872536620266978, "him": 0.24132643349071967}, "rest": {"he - him": -0.055151163837473094, "he": 0.14819177238917372, "him": 0.20334293622664681}, "right": {"he - him": 0.009106031653797586, "he": 0.27918929773258166, "him": 0.2700832660787841}, "rish": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "rob": {"he - him": -0.00585181057113493, "he": 0.29626964808975753, "him": 0.30212145866089246}, "rock": {"he - him": -0.054144826386995276, "he": 0.1847983596268498, "him": 0.23894318601384507}, "run": {"he - him": -0.0068549128645114255, "he": 0.1819959849433494, "him": 0.18885089780786082}, "s": {"he - him": 0.049591354255051845, "he": 0.33440770892707955, "him": 0.2848163546720277}, "sacrifice": {"he - him": -0.05313929375351931, "he": 0.21746936502540917, "him": 0.2706086587789285}, "safe": {"he - him": 0.023340095522832005, "he": 0.26228328153667707, "him": 0.23894318601384507}, "said": {"he - him": -0.0014622821262673114, "he": 0.3080818812270229, "him": 0.3095441633532902}, "salute": {"he - him": -0.05258785511935918, "he": 0.23412509034871806, "him": 0.28671294546807724}, "sat": {"he - him": -0.08967756547183703, "he": 0.2525000155577136, "him": 0.34217758102955065}, "satan": {"he - him": -0.052979371497429456, "he": 0.22238185132154806, "him": 0.2753612228189775}, "save": {"he - him": -0.05455984542719863, "he": 0.1702566504369363, "him": 0.22481649586413494}, "saw": {"he - him": -0.02319579484623316, "he": 0.2151074324471886, "him": 0.23830322729342177}, "say": {"he - him": 0.006626925610857981, "he": 0.26710698755205897, "him": 0.260480061941201}, "says": {"he - him": -0.019226818461358375, "he": 0.2710655675959852, "him": 0.2902923860573436}, "scared": {"he - him": -0.005987390082804134, "he": 0.2807255553852731, "him": 0.28671294546807724}, "school": {"he - him": -0.02397314080963589, "he": 0.245762252299744, "him": 0.2697353931093799}, "schooling": {"he - him": -0.053282105886830106, "he": 0.21302210377299627, "him": 0.2663042096598264}, "screaming": {"he - him": -0.05279777991384885, "he": 0.22787709649500767, "him": 0.2806748764088565}, "scum": {"he - him": -0.055019271368667605, "he": 0.15326653760344736, "him": 0.20828580897211496}, "security": {"he - him": 0.045567960833061416, "he": 0.27217952402983164, "him": 0.22661156319677023}, "see": {"he - him": -0.06420964493652737, "he": 0.233669356046302, "him": 0.2978790009828294}, "seen": {"he - him": 0.09392611223366429, "he": 0.24540943381468036, "him": 0.15148332158101607}, "self": {"he - him": -0.06188103881586973, "he": 0.24485198917346981, "him": 0.30673302798933955}, "send": {"he - him": -0.06051987817167573, "he": 0.1711001198388357, "him": 0.23161999801051142}, "sent": {"he - him": 0.045925881595917706, "he": 0.2516845426691109, "him": 0.20575866107319318}, "set": {"he - him": -0.14086270452712446, "he": 0.15461081404148858, "him": 0.29547351856861304}, "sf": {"he - him": -0.05524137012443861, "he": 0.14466529137341186, "him": 0.19990666149785047}, "shave": {"he - him": -0.052339291875207694, "he": 0.24138561175393702, "him": 0.2937249036291447}, "she": {"he - him": -0.033876633301348325, "he": 0.19734296331572007, "him": 0.2312195966170684}, "shirt": {"he - him": -0.05341106509972021, "he": 0.20895529526800866, "him": 0.26236636036772887}, "shoot": {"he - him": -0.006448933724189698, "he": 0.22804289685316984, "him": 0.23449183057735953}, "should": {"he - him": 0.03789527074212756, "he": 0.29426179955145626, "him": 0.2563665288093287}, "show": {"he - him": -0.06760050209411428, "he": 0.18152201205375143, "him": 0.2491225141478657}, "showed": {"he - him": 0.023129042139037714, "he": 0.2894332517988641, "him": 0.2663042096598264}, "similar": {"he - him": -0.05455984542719863, "he": 0.1702566504369363, "him": 0.22481649586413494}, "since": {"he - him": -0.11009231807495803, "he": 0.10541450898883284, "him": 0.21550682706379087}, "sincerely": {"he - him": -0.052339291875207694, "he": 0.24138561175393702, "him": 0.2937249036291447}, "single": {"he - him": -0.05505361942638534, "he": 0.1519540008447359, "him": 0.20700762027112124}, "sister": {"he - him": -0.059165388303325406, "he": 0.21160212542147228, "him": 0.2707675137247977}, "sitting": {"he - him": -0.10639551520799839, "he": 0.18021399957718726, "him": 0.28660951478518565}, "skinheads": {"he - him": -0.053282105886830106, "he": 0.21302210377299627, "him": 0.2663042096598264}, "skinned": {"he - him": -0.0520348820295371, "he": 0.25008657663135536, "him": 0.30212145866089246}, "slap": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "smashed": {"he - him": -0.0520348820295371, "he": 0.25008657663135536, "him": 0.30212145866089246}, "smile": {"he - him": -0.05279777991384885, "he": 0.22787709649500767, "him": 0.2806748764088565}, "so": {"he - him": -0.002382041569909621, "he": 0.2970331192325622, "him": 0.2994151608024718}, "sold": {"he - him": -0.052979371497429456, "he": 0.22238185132154806, "him": 0.2753612228189775}, "soldier": {"he - him": -0.0520348820295371, "he": 0.25008657663135536, "him": 0.30212145866089246}, "some": {"he - him": -0.021606276793041196, "he": 0.24675607137543717, "him": 0.26836234816847837}, "someone": {"he - him": -0.06702854633912611, "he": 0.1966753080076791, "him": 0.2637038543468052}, "something": {"he - him": -0.04179825547530047, "he": 0.1899237975322404, "him": 0.23172205300754087}, "somewhere": {"he - him": -0.028747792402485872, "he": 0.2578617223826998, "him": 0.28660951478518565}, "son": {"he - him": -0.022161788371962476, "he": 0.27084141122407085, "him": 0.2930031995960333}, "song": {"he - him": -0.10817241932577226, "he": 0.1469916683588166, "him": 0.25516408768458887}, "soon": {"he - him": -0.007241087868529256, "he": 0.22437891014198216, "him": 0.23161999801051142}, "sorry": {"he - him": 0.023583987646003335, "he": 0.21719423978303457, "him": 0.19361025213703123}, "sound": {"he - him": 0.023525670838284357, "he": 0.2305332911094056, "him": 0.20700762027112124}, "stamps": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "star": {"he - him": -0.0063181394148224546, "he": 0.24293602616038978, "him": 0.24925416557521224}, "started": {"he - him": -0.0067563491326167735, "he": 0.1931503123652337, "him": 0.19990666149785047}, "starts": {"he - him": -0.006388347679274542, "he": 0.23493808581144512, "him": 0.24132643349071967}, "statuatory": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "stay": {"he - him": -0.055325216776140995, "he": 0.14134502501963062, "him": 0.1966702417957716}, "still": {"he - him": -0.041527652548992794, "he": 0.20059362069682474, "him": 0.24212127324581753}, "stolen": {"he - him": -0.005925657686414565, "he": 0.28779924594273015, "him": 0.2937249036291447}, "stood": {"he - him": 0.0230914743974569, "he": 0.2937001331763854, "him": 0.2706086587789285}, "stop": {"he - him": 0.04644115137106644, "he": 0.21536957517973068, "him": 0.16892842380866424}, "stories": {"he - him": -0.10626793521307021, "he": 0.1824552746959061, "him": 0.2887232099089763}, "stormed": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "stormfront": {"he - him": 0.04673476362043133, "he": 0.18741043198777826, "him": 0.14067566836734693}, "story": {"he - him": -0.060783629879031104, "he": 0.16255589164311207, "him": 0.22333952152214318}, "straight": {"he - him": -0.05427783100017228, "he": 0.18021399957718726, "him": 0.23449183057735953}, "strange": {"he - him": -0.05399645151798413, "he": 0.1898333100014528, "him": 0.24382976151943692}, "straw": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "student": {"he - him": -0.0543394772092099, "he": 0.1780655339314804, "him": 0.2324050111406903}, "students": {"he - him": -0.09334277661329013, "he": 0.18780838306930844, "him": 0.2811511596825986}, "stupid": {"he - him": -0.055672622673793803, "he": 0.1271156669545797, "him": 0.1827882896283735}, "substitute": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "such": {"he - him": -0.056177830458333675, "he": 0.10482746316734305, "him": 0.16100529362567673}, "suited": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "sunday": {"he - him": -0.0061673908604931715, "he": 0.2601368187993332, "him": 0.2663042096598264}, "support": {"he - him": 0.04626480545489639, "he": 0.2290530950832699, "him": 0.1827882896283735}, "sure": {"he - him": 0.026357654816395515, "he": 0.23910317743704484, "him": 0.21274552262064933}, "suspended": {"he - him": -0.006040594220382556, "he": 0.27463428218847397, "him": 0.2806748764088565}, "swedish": {"he - him": -0.0543394772092099, "he": 0.1780655339314804, "him": 0.2324050111406903}, "t": {"he - him": -0.0038996246372005328, "he": 0.22601555287228406, "him": 0.2299151775094846}, "table": {"he - him": -0.006202177518564889, "he": 0.256164182849164, "him": 0.26236636036772887}, "taco": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "take": {"he - him": 0.010885983191538301, "he": 0.2008190393883608, "him": 0.1899330561968225}, "talk": {"he - him": -0.12736602692030807, "he": 0.17716695079817368, "him": 0.30453297771848176}, "talkin": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "tall": {"he - him": -0.053736191670933325, "he": 0.1984748915997329, "him": 0.2522110832706662}, "tapp": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "teacher": {"he - him": -0.0071185361551879545, "he": 0.23686175706959847, "him": 0.24398029322478643}, "teaching": {"he - him": 0.023305922020774583, "he": 0.2671356835402115, "him": 0.24382976151943692}, "tell": {"he - him": -0.041157315895617164, "he": 0.2147298147824867, "him": 0.25588713067810387}, "telling": {"he - him": 0.023419520937067284, "he": 0.2500310841338375, "him": 0.22661156319677023}, "tempting": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "tend": {"he - him": -0.05391534840822937, "he": 0.19255155813487934, "him": 0.2464669065431087}, "testament": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "tested": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "than": {"he - him": 0.10722663649603682, "he": 0.21413859726372553, "him": 0.1069119607676887}, "thank": {"he - him": 0.06504477562822156, "he": 0.21702077119711713, "him": 0.15197599556889557}, "that": {"he - him": 0.013631576607569862, "he": 0.30286218380729196, "him": 0.2892306071997221}, "thats": {"he - him": 0.02353729187953746, "he": 0.22807482452194835, "him": 0.2045375326424109}, "the": {"he - him": 0.014485978858839177, "he": 0.359651211376102, "him": 0.34516523251726283}, "their": {"he - him": -0.008898687320725338, "he": 0.11850957289671778, "him": 0.12740826021744311}, "them": {"he - him": 0.03876533074446781, "he": 0.1790504480269035, "him": 0.1402851172824357}, "then": {"he - him": -0.02762496801058223, "he": 0.26751538878960635, "him": 0.2951403568001886}, "there": {"he - him": -0.043046587381507406, "he": 0.12937455772632322, "him": 0.17242114510783063}, "these": {"he - him": 0.010775643032157639, "he": 0.1666550833746634, "him": 0.15587944034250575}, "they": {"he - him": -0.06064414981520966, "he": 0.19140146322363566, "him": 0.2520456130388453}, "thing": {"he - him": 0.04673476362043133, "he": 0.18741043198777826, "him": 0.14067566836734693}, "things": {"he - him": -0.048147163489190015, "he": 0.2293423424304631, "him": 0.2774895059196531}, "think": {"he - him": -0.02939633597923294, "he": 0.2051914175092283, "him": 0.23458775348846125}, "this": {"he - him": -0.014687133606406805, "he": 0.24438112421319755, "him": 0.25906825781960435}, "those": {"he - him": 0.04696667453068802, "he": 0.15438367020019453, "him": 0.10741699566950651}, "thought": {"he - him": 0.06183421279711776, "he": 0.2845334481488334, "him": 0.22269923535171565}, "thousands": {"he - him": -0.14022947875553474, "he": 0.16344849391490165, "him": 0.3036779726704364}, "thread": {"he - him": -0.007325634754500626, "he": 0.12894292248980535, "him": 0.13626855724430598}, "threw": {"he - him": -0.006040594220382556, "he": 0.27463428218847397, "him": 0.2806748764088565}, "through": {"he - him": 0.023656375856378697, "he": 0.1945700118490484, "him": 0.1709136359926697}, "thrown": {"he - him": -0.05731670959850915, "he": 0.2601368187993332, "him": 0.31745352839784235}, "time": {"he - him": -0.017115860474873623, "he": 0.23495085529144932, "him": 0.25206671576632295}, "times": {"he - him": -0.06900772251109633, "he": 0.21558032282422018, "him": 0.2845880453353165}, "to": {"he - him": -0.041323984386863744, "he": 0.35147537949235774, "him": 0.3927993638792215}, "toddler": {"he - him": -0.052339291875207694, "he": 0.24138561175393702, "him": 0.2937249036291447}, "told": {"he - him": -0.03398171543756967, "he": 0.2961685152037671, "him": 0.33015023064133675}, "too": {"he - him": 0.04738465119697724, "he": 0.24821140792801158, "him": 0.20082675673103434}, "trash": {"he - him": -0.05407277146402187, "he": 0.1872536620266978, "him": 0.24132643349071967}, "traveller": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "tree": {"he - him": 0.023396157529977674, "he": 0.2537964701963474, "him": 0.2304003126663697}, "tried": {"he - him": -0.0550870191430102, "he": 0.15067164193018298, "him": 0.20575866107319318}, "trudeau": {"he - him": -0.16135337087740872, "he": 0.1984748915997329, "him": 0.3598282624771416}, "true": {"he - him": -0.05552334128783537, "he": 0.13332755652002545, "him": 0.18885089780786082}, "trunk": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "trusted": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "truth": {"he - him": 0.02619330018596161, "he": 0.2632505227660175, "him": 0.2370572225800559}, "try": {"he - him": -0.00765219927749658, "he": 0.2359644277937728, "him": 0.24361662707126938}, "trying": {"he - him": 0.06473224816265952, "he": 0.23301319253302924, "him": 0.16828094437036972}, "turn": {"he - him": -0.006785187590485964, "he": 0.18988505420528565, "him": 0.1966702417957716}, "turned": {"he - him": -0.0063181394148224546, "he": 0.24293602616038978, "him": 0.24925416557521224}, "turning": {"he - him": -0.05363648031154589, "he": 0.2017249076957935, "him": 0.2553613880073394}, "twice": {"he - him": 0.023192233154410713, "he": 0.28192652758210685, "him": 0.25873429442769613}, "twin": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "two": {"he - him": 0.09432744095241663, "he": 0.2325624175876295, "him": 0.13823497663521286}, "typical": {"he - him": -0.006366170238653102, "he": 0.23746359128078381, "him": 0.24382976151943692}, "u": {"he - him": -0.05578662902027108, "he": 0.12226481936113727, "him": 0.17805144838140835}, "uncle": {"he - him": -0.052339291875207694, "he": 0.24138561175393702, "him": 0.2937249036291447}, "underage": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "uneven": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "unfortunately": {"he - him": -0.006534794460275384, "he": 0.21828170140385955, "him": 0.22481649586413494}, "universe": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "until": {"he - him": -0.055822198271747184, "he": 0.12073144840811205, "him": 0.17655364667985923}, "up": {"he - him": -0.028412970448614516, "he": 0.26819899878700254, "him": 0.29661196923561706}, "upon": {"he - him": -0.054144826386995276, "he": 0.1847983596268498, "him": 0.23894318601384507}, "ur": {"he - him": -0.05258785511935918, "he": 0.23412509034871806, "him": 0.28671294546807724}, "us": {"he - him": 0.11812139374670805, "he": 0.22428251978075214, "him": 0.1061611260340441}, "use": {"he - him": -0.09536927473985105, "he": 0.14529231572089585, "him": 0.2406615904607469}, "using": {"he - him": -0.05518199530623452, "he": 0.1469916683588166, "him": 0.20217366366505113}, "utilities": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "values": {"he - him": -0.0063181394148224546, "he": 0.24293602616038978, "him": 0.24925416557521224}, "ve": {"he - him": 0.026524874960630496, "he": 0.20260650636308966, "him": 0.17608163140245917}, "verdict": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "very": {"he - him": -0.029099246607018903, "he": 0.21921279796200172, "him": 0.24831204456902062}, "victim": {"he - him": -0.10532784352413058, "he": 0.1984748915997329, "him": 0.30380273512386347}, "video": {"he - him": -0.07015707359980808, "he": 0.18754311397071496, "him": 0.25770018757052304}, "views": {"he - him": -0.006388347679274542, "he": 0.23493808581144512, "him": 0.24132643349071967}, "vile": {"he - him": -0.10443142462484609, "he": 0.21302210377299627, "him": 0.31745352839784235}, "vote": {"he - him": -0.10532784352413058, "he": 0.1984748915997329, "him": 0.30380273512386347}, "wait": {"he - him": 0.023601920522026948, "he": 0.21245281832988777, "him": 0.18885089780786082}, "walked": {"he - him": -0.053282105886830106, "he": 0.21302210377299627, "him": 0.2663042096598264}, "walks": {"he - him": -0.005759272791292458, "he": 0.3068970668906189, "him": 0.31265633968191137}, "wanna": {"he - him": -0.10532784352413058, "he": 0.1984748915997329, "him": 0.30380273512386347}, "want": {"he - him": -0.0660084729830171, "he": 0.12836009979619684, "him": 0.19436857277921393}, "wanted": {"he - him": 0.023562739870911037, "he": 0.2223696381711051, "him": 0.19880689830019407}, "wants": {"he - him": 0.0789938421921125, "he": 0.2823367784187593, "him": 0.20334293622664681}, "was": {"he - him": 0.008332399923687894, "he": 0.3699397943615183, "him": 0.3616073944378304}, "wash": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "watch": {"he - him": -0.007730292821722412, "he": 0.1747476949277644, "him": 0.18247798774948681}, "watched": {"he - him": -0.10568120649095752, "he": 0.19255155813487934, "him": 0.29823276462583687}, "way": {"he - him": 0.052222657599759054, "he": 0.22135191208317237, "him": 0.16912925448341332}, "we": {"he - him": -0.009667439148245138, "he": 0.2081836817200336, "him": 0.21785112086827874}, "wealth": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "week": {"he - him": -0.04106975052238082, "he": 0.21799913675777044, "him": 0.25906888728015126}, "weeks": {"he - him": -0.007302739442080708, "he": 0.2692131501125408, "him": 0.27651588955462153}, "welfare": {"he - him": -0.05407277146402187, "he": 0.1872536620266978, "him": 0.24132643349071967}, "well": {"he - him": 0.0055115941192159235, "he": 0.20253939129912463, "him": 0.1970277971799087}, "went": {"he - him": 0.002800680554906898, "he": 0.26883086756711433, "him": 0.26603018701220743}, "were": {"he - him": 0.04700924177638764, "he": 0.14517316476283673, "him": 0.09816392298644909}, "what": {"he - him": 0.03832367225468453, "he": 0.2627176681051585, "him": 0.22439399585047398}, "whatever": {"he - him": -0.028960456772145426, "he": 0.24824676417675112, "him": 0.27720722094889655}, "when": {"he - him": -0.028147840289860726, "he": 0.2786012441732314, "him": 0.3067490844630921}, "whenever": {"he - him": -0.10532784352413058, "he": 0.1984748915997329, "him": 0.30380273512386347}, "where": {"he - him": -0.008345283812464716, "he": 0.24367365746644606, "him": 0.2520189412789108}, "whether": {"he - him": 0.023305922020774583, "he": 0.2671356835402115, "him": 0.24382976151943692}, "which": {"he - him": -0.09047107156469716, "he": 0.16314556030692776, "him": 0.2536166318716249}, "while": {"he - him": -0.019628810374175992, "he": 0.24832869069502092, "him": 0.2679575010691969}, "white": {"he - him": -0.03671515970241962, "he": 0.26572420166961047, "him": 0.3024393613720301}, "whites": {"he - him": 0.06588633156417614, "he": 0.1544739431028826, "him": 0.08858761153870645}, "who": {"he - him": -0.0029006090782845995, "he": 0.24733226842829525, "him": 0.25023287750657985}, "whole": {"he - him": -0.055545892395919144, "he": 0.13239892224367628, "him": 0.18794481463959542}, "whut": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "why": {"he - him": -0.09081413947131614, "he": 0.15547907897887528, "him": 0.24629321845019142}, "wife": {"he - him": -0.06201411875087276, "he": 0.24166385391956363, "him": 0.3036779726704364}, "wigger": {"he - him": -0.05279777991384885, "he": 0.22787709649500767, "him": 0.2806748764088565}, "will": {"he - him": 0.016991508688953882, "he": 0.23094964080684444, "him": 0.21395813211789055}, "wisdom": {"he - him": -0.052339291875207694, "he": 0.24138561175393702, "him": 0.2937249036291447}, "wit": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "with": {"he - him": -0.019127551969383927, "he": 0.31377301600629726, "him": 0.3329005679756812}, "within": {"he - him": -0.05465706135085607, "he": 0.16674478698570264, "him": 0.2214018483365587}, "woman": {"he - him": 0.04643330154011455, "he": 0.21601622205754367, "him": 0.16958292051742913}, "won": {"he - him": 0.0230914743974569, "he": 0.2937001331763854, "him": 0.2706086587789285}, "wonder": {"he - him": 0.02629967856754406, "he": 0.24836544701017044, "him": 0.22206576844262638}, "wonderful": {"he - him": -0.05407277146402187, "he": 0.1872536620266978, "him": 0.24132643349071967}, "wondering": {"he - him": -0.054398272621445615, "he": 0.1760020400449241, "him": 0.2304003126663697}, "wore": {"he - him": -0.05258785511935918, "he": 0.23412509034871806, "him": 0.28671294546807724}, "work": {"he - him": -0.1102360198518472, "he": 0.10197192865241347, "him": 0.21220794850426067}, "works": {"he - him": -0.006579581680344976, "he": 0.21319485918816547, "him": 0.21977444086851045}, "world": {"he - him": 0.04679132551101481, "he": 0.18077541217354315, "him": 0.13398408666252834}, "would": {"he - him": -0.02552588025383884, "he": 0.2533320794697774, "him": 0.27885795972361627}, "wouldnt": {"he - him": -0.05164250730564163, "he": 0.26101383237626974, "him": 0.31265633968191137}, "wp": {"he - him": -0.05421305477764857, "he": 0.1824552746959061, "him": 0.23666832947355468}, "wrench": {"he - him": -0.05015273361793271, "he": 0.29996762599411864, "him": 0.35012035961205135}, "wrist": {"he - him": -0.051090517251247414, "he": 0.2758851054843536, "him": 0.326975622735601}, "write": {"he - him": -0.05382884381987274, "he": 0.1954253217553395, "him": 0.24925416557521224}, "wrong": {"he - him": 0.06412043604885914, "he": 0.2597521113510033, "him": 0.19563167530214415}, "www": {"he - him": -0.12409811429757407, "he": 0.07774693094900857, "him": 0.20184504524658264}, "x": {"he - him": -0.05421305477764857, "he": 0.1824552746959061, "him": 0.23666832947355468}, "y": {"he - him": -0.05830711213251391, "he": 0.23493808581144512, "him": 0.29324519794395904}, "ya": {"he - him": -0.05521205206910054, "he": 0.14581653700966626, "him": 0.2010285890787668}, "ye": {"he - him": -0.05258785511935918, "he": 0.23412509034871806, "him": 0.28671294546807724}, "year": {"he - him": 0.005549258088151016, "he": 0.21012200371740572, "him": 0.2045727456292547}, "years": {"he - him": 0.06302990921769755, "he": 0.23355027913764223, "him": 0.17052036991994468}, "yes": {"he - him": 0.051626501997034224, "he": 0.25772520552275235, "him": 0.20609870352571813}, "yet": {"he - him": -0.05573106530485207, "he": 0.12464096948067512, "him": 0.18037203478552719}, "you": {"he - him": -0.06405047891479113, "he": 0.22410996735713926, "him": 0.2881604462719304}, "your": {"he - him": -0.05316756796909741, "he": 0.16346605582596038, "him": 0.2166336237950578}, "yourself": {"he - him": -0.05556801092366992, "he": 0.13148478526895596, "him": 0.18705279619262588}, "youtube": {"he - him": 0.02658565379859104, "he": 0.14038542196324666, "him": 0.11379976816465562}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-himself.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-himself.json new file mode 100644 index 0000000000000000000000000000000000000000..237d690b973b043fa129849513d690ebd1101eb9 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-himself.json @@ -0,0 +1 @@ +{"100": {"he - himself": -0.27274655797899017, "he": 0.1392339371976888, "himself": 0.411980495176679}, "a": {"he - himself": -0.024479453233067938, "he": 0.3797807848382674, "himself": 0.4042602380713353}, "abraham": {"he - himself": -0.2460405265279852, "he": 0.2758851054843536, "himself": 0.5219256320123388}, "accusation": {"he - himself": -0.240573993167415, "he": 0.29996762599411864, "himself": 0.5405416191615336}, "after": {"he - himself": -0.10742596505959678, "he": 0.26249446993198644, "himself": 0.3699204349915832}, "all": {"he - himself": -0.08969601720223652, "he": 0.25167633941576667, "himself": 0.3413723566180032}, "and": {"he - himself": 0.03904360349971708, "he": 0.3669835250093558, "himself": 0.32793992150963874}, "any": {"he - himself": -0.18219160882476002, "he": 0.15046028166629846, "himself": 0.3326518904910585}, "anyone": {"he - himself": -0.20265336430012804, "he": 0.151270775193521, "himself": 0.35392413949364904}, "are": {"he - himself": -0.11749300046352237, "he": 0.18731970956441, "himself": 0.30481271002793237}, "ass": {"he - himself": -0.1875474735196152, "he": 0.26002381121540985, "himself": 0.44757128473502505}, "bad": {"he - himself": -0.15758482292347709, "he": 0.22260713777405955, "himself": 0.38019196069753664}, "be": {"he - himself": -0.0727391303703957, "he": 0.27036853454092985, "himself": 0.34310766491132555}, "because": {"he - himself": -0.054768177052710365, "he": 0.27917266114536765, "himself": 0.333940838198078}, "before": {"he - himself": -0.15930481816459188, "he": 0.20756612085406292, "himself": 0.3668709390186548}, "being": {"he - himself": -0.17931750582577574, "he": 0.17611765663725168, "himself": 0.3554351624630274}, "blew": {"he - himself": -0.2516508284358887, "he": 0.25008657663135536, "himself": 0.5017374050672441}, "bomber": {"he - himself": -0.2516508284358887, "he": 0.25008657663135536, "himself": 0.5017374050672441}, "but": {"he - himself": -0.13554588360315523, "he": 0.2636441465050679, "himself": 0.3991900301082231}, "by": {"he - himself": -0.20520061416259458, "he": 0.2307237338936239, "himself": 0.4359243480562185}, "d": {"he - himself": -0.19983534522172777, "he": 0.17372152644751712, "himself": 0.3735568716692449}, "day": {"he - himself": -0.1102201017158172, "he": 0.2305833719742898, "himself": 0.340803473690107}, "did": {"he - himself": -0.10432019861138736, "he": 0.3258558616445767, "himself": 0.43017606025596405}, "dynamite": {"he - himself": -0.2460405265279852, "he": 0.2758851054843536, "himself": 0.5219256320123388}, "either": {"he - himself": -0.22351803813041912, "he": 0.1920407509762043, "himself": 0.4155587891066234}, "entertainment": {"he - himself": -0.2583726192667054, "he": 0.21746936502540917, "himself": 0.4758419842921146}, "even": {"he - himself": -0.10987211944015887, "he": 0.2346621085844964, "himself": 0.3445342280246553}, "everyone": {"he - himself": -0.2756513703874248, "he": 0.1214932470685176, "himself": 0.39714461745594243}, "expressed": {"he - himself": -0.3146993005659028, "he": 0.26101383237626974, "himself": 0.5757131329421725}, "false": {"he - himself": -0.2626759098496441, "he": 0.1954253217553395, "himself": 0.4581012316049836}, "film": {"he - himself": -0.21694491501321106, "he": 0.23253371794903344, "himself": 0.4494786329622445}, "find": {"he - himself": -0.1612705660815275, "he": 0.1897398762893147, "himself": 0.3510104423708422}, "for": {"he - himself": -0.08718870520486155, "he": 0.2682361341607829, "himself": 0.35542483936564445}, "forum": {"he - himself": -0.2791840306610175, "he": 0.09870768319793093, "himself": 0.37789171385894843}, "friend": {"he - himself": -0.19887394224683658, "he": 0.287964164855566, "himself": 0.48683810710240255}, "from": {"he - himself": -0.08364960904790059, "he": 0.2772162963949818, "himself": 0.3608659054428824}, "fun": {"he - himself": -0.2183914275955485, "he": 0.22391508330692325, "himself": 0.44230651090247175}, "funny": {"he - himself": -0.192535205538407, "he": 0.22688570741456973, "himself": 0.41942091295297673}, "future": {"he - himself": -0.2734137882557617, "he": 0.13523035232962233, "himself": 0.408644140585384}, "get": {"he - himself": -0.16834767868569742, "he": 0.2107767598371156, "himself": 0.379124438522813}, "god": {"he - himself": -0.15700299233316165, "he": 0.22758743496273484, "himself": 0.3845904272958965}, "gotten": {"he - himself": -0.263222464330938, "he": 0.19255155813487934, "himself": 0.45577402246581733}, "guy": {"he - himself": -0.0717537292746348, "he": 0.31334795866211357, "himself": 0.38510168793674837}, "have": {"he - himself": 0.03347080213970419, "he": 0.2544127505978315, "himself": 0.22094194845812734}, "having": {"he - himself": -0.19434181255551652, "he": 0.21430232802986748, "himself": 0.408644140585384}, "he": {"he - himself": 0.2560133241206927, "he": 0.6523775851441201, "himself": 0.3963642610234274}, "here": {"he - himself": -0.18592021832104896, "he": 0.1950122911660209, "himself": 0.38093250948706986}, "him": {"he - himself": -0.038496074275830516, "he": 0.3981794333598364, "himself": 0.4366755076356669}, "himself": {"he - himself": -0.497412174374805, "he": 0.2525000155577136, "himself": 0.7499121899325186}, "his": {"he - himself": 0.059872872096291385, "he": 0.40189554502037556, "himself": 0.34202267292408417}, "home": {"he - himself": -0.13104630651391536, "he": 0.22916424870505125, "himself": 0.3602105552189666}, "https": {"he - himself": -0.2801572341845679, "he": 0.0921615278613187, "himself": 0.3723187620458866}, "i": {"he - himself": -0.11334509331926007, "he": 0.2804425706745275, "himself": 0.39378766399378756}, "if": {"he - himself": 0.043621741163459904, "he": 0.3120276505060418, "himself": 0.2684059093425819}, "immigration": {"he - himself": -0.22041362263735403, "he": 0.21160212542147228, "himself": 0.4320157480588263}, "in": {"he - himself": -0.1223830172453978, "he": 0.30681394139910584, "himself": 0.42919695864450363}, "into": {"he - himself": -0.0605898194579626, "he": 0.28471792741180096, "himself": 0.34530774686976357}, "iraq": {"he - himself": -0.2493058531307223, "he": 0.26101383237626974, "himself": 0.510319685506992}, "is": {"he - himself": 0.06450620659087769, "he": 0.33719099785205486, "himself": 0.2726847912611772}, "it": {"he - himself": -0.0969385499578232, "he": 0.282676061060643, "himself": 0.3796146110184662}, "jew": {"he - himself": -0.12840607138684262, "he": 0.25517599091507287, "himself": 0.3835820623019155}, "just": {"he - himself": -0.10207847175327445, "he": 0.2568752418783067, "himself": 0.35895371363158113}, "killed": {"he - himself": -0.19181575266417916, "he": 0.23180531211110622, "himself": 0.4236210647752854}, "know": {"he - himself": -0.1229675242038217, "he": 0.19801798523251266, "himself": 0.32098550943633436}, "lied": {"he - himself": -0.2460405265279852, "he": 0.2758851054843536, "himself": 0.5219256320123388}, "live": {"he - himself": -0.23366996271721585, "he": 0.12085406267375097, "himself": 0.35452402539096683}, "lol": {"he - himself": -0.22622598930911308, "he": 0.17424290295737305, "himself": 0.40046889226648613}, "m": {"he - himself": -0.1357610578844553, "he": 0.17892450459970372, "himself": 0.314685562484159}, "maybe": {"he - himself": -0.11817369640992292, "he": 0.2509691055905672, "himself": 0.3691428020004901}, "me": {"he - himself": -0.03352004809960718, "he": 0.256311327137585, "himself": 0.28983137523719216}, "might": {"he - himself": -0.19533498851494788, "he": 0.20723642954857477, "himself": 0.40257141806352265}, "million": {"he - himself": -0.21871455829993486, "he": 0.22196876019240214, "himself": 0.440683318492337}, "moment": {"he - himself": -0.2666666691625956, "he": 0.17401664932974134, "himself": 0.440683318492337}, "more": {"he - himself": -0.16731335724711205, "he": 0.21908269325941004, "himself": 0.3863960505065221}, "morning": {"he - himself": -0.21871455829993486, "he": 0.22196876019240214, "himself": 0.440683318492337}, "murders": {"he - himself": -0.2113627117953742, "he": 0.2644792724967404, "himself": 0.4758419842921146}, "my": {"he - himself": 0.03368473021905072, "he": 0.2849522560294085, "himself": 0.2512675258103578}, "n": {"he - himself": -0.052002658702493654, "he": 0.21736761115036823, "himself": 0.2693702698528619}, "negro": {"he - himself": -0.11714505960368382, "he": 0.261655366015887, "himself": 0.37880042561957084}, "new": {"he - himself": -0.1343461433222808, "he": 0.19458498257567175, "himself": 0.32893112589795254}, "nordic": {"he - himself": -0.270581771863704, "he": 0.1519540008447359, "himself": 0.4225357727084399}, "not": {"he - himself": 0.011694214633732769, "he": 0.27357579431634693, "himself": 0.26188157968261416}, "of": {"he - himself": -0.09596284730835564, "he": 0.3190170936566082, "himself": 0.4149799409649638}, "on": {"he - himself": 0.07893064400473959, "he": 0.30087821923833646, "himself": 0.22194757523359687}, "one": {"he - himself": -0.11062491152509879, "he": 0.2634512858759837, "himself": 0.3740761974010825}, "or": {"he - himself": -0.01888236108526975, "he": 0.24952354825731216, "himself": 0.2684059093425819}, "org": {"he - himself": -0.2789416448114141, "he": 0.10031876102000163, "himself": 0.37926040583141574}, "out": {"he - himself": -0.0285964641881728, "he": 0.2512296150141405, "himself": 0.2798260792023133}, "people": {"he - himself": -0.16235050717186789, "he": 0.20181652278735218, "himself": 0.36416702995922007}, "pieces": {"he - himself": -0.2534848355549421, "he": 0.24138561175393702, "himself": 0.49487044730887914}, "pounds": {"he - himself": -0.2516508284358887, "he": 0.25008657663135536, "himself": 0.5017374050672441}, "protect": {"he - himself": -0.2626759098496441, "he": 0.1954253217553395, "himself": 0.4581012316049836}, "racism": {"he - himself": -0.1648617754213041, "he": 0.2866131478046988, "himself": 0.4514749232260029}, "reason": {"he - himself": -0.2734137882557617, "he": 0.13523035232962233, "himself": 0.408644140585384}, "s": {"he - himself": 0.10087892235279389, "he": 0.33440770892707955, "himself": 0.23352878657428566}, "said": {"he - himself": -0.05916155602618234, "he": 0.3080818812270229, "himself": 0.36724343725320524}, "saw": {"he - himself": -0.1584494392220563, "he": 0.2151074324471886, "himself": 0.3735568716692449}, "scene": {"he - himself": -0.18935804755169428, "he": 0.24824676417675112, "himself": 0.4376048117284454}, "set": {"he - himself": -0.27012104007149756, "he": 0.15461081404148858, "himself": 0.42473185411298614}, "show": {"he - himself": -0.17868854316521518, "he": 0.18152201205375143, "himself": 0.3602105552189666}, "so": {"he - himself": -0.06374060413661675, "he": 0.2970331192325622, "himself": 0.36077372336917896}, "something": {"he - himself": -0.1776945492727712, "he": 0.1899237975322404, "himself": 0.3676183468050116}, "stormfront": {"he - himself": -0.17799396090580247, "he": 0.18741043198777826, "himself": 0.36540439289358073}, "story": {"he - himself": -0.22794313188380327, "he": 0.16255589164311207, "himself": 0.39049902352691535}, "straight": {"he - himself": -0.2655307108562455, "he": 0.18021399957718726, "himself": 0.4457447104334328}, "suicide": {"he - himself": -0.2493058531307223, "he": 0.26101383237626974, "himself": 0.510319685506992}, "support": {"he - himself": -0.1728078598017592, "he": 0.2290530950832699, "himself": 0.4018609548850291}, "suspect": {"he - himself": -0.2156499310808671, "he": 0.24012409138495022, "himself": 0.45577402246581733}, "t": {"he - himself": -0.04015624174908819, "he": 0.22601555287228406, "himself": 0.26617179462137225}, "than": {"he - himself": -0.12156173971339485, "he": 0.21413859726372553, "himself": 0.3357003369771204}, "that": {"he - himself": -0.12215252465197379, "he": 0.30286218380729196, "himself": 0.42501470845926576}, "the": {"he - himself": -0.030944594117281787, "he": 0.359651211376102, "himself": 0.3905958054933838}, "there": {"he - himself": -0.13990755832368118, "he": 0.12937455772632322, "himself": 0.2692821160500044}, "these": {"he - himself": -0.1636980011127609, "he": 0.1666550833746634, "himself": 0.3303530844874243}, "they": {"he - himself": -0.11714800071745002, "he": 0.19140146322363566, "himself": 0.3085494639410857}, "think": {"he - himself": -0.12234779852230221, "he": 0.2051914175092283, "himself": 0.3275392160315305}, "third": {"he - himself": -0.18908641067234183, "he": 0.2500310841338375, "himself": 0.43911749480617934}, "this": {"he - himself": -0.1268953052139933, "he": 0.24438112421319755, "himself": 0.37127642942719086}, "to": {"he - himself": -0.040132614839129666, "he": 0.35147537949235774, "himself": 0.3916079943314874}, "too": {"he - himself": -0.09139589161284131, "he": 0.24821140792801158, "himself": 0.3396072995408529}, "tried": {"he - himself": -0.27080309488639753, "he": 0.15067164193018298, "himself": 0.4214747368165805}, "trouble": {"he - himself": -0.26373635468623147, "he": 0.1898333100014528, "himself": 0.4535696646876842}, "trying": {"he - himself": -0.15636217145556972, "he": 0.23301319253302924, "himself": 0.38937536398859895}, "up": {"he - himself": -0.023025895273403596, "he": 0.26819899878700254, "himself": 0.29122489406040614}, "used": {"he - himself": -0.22794313188380327, "he": 0.16255589164311207, "himself": 0.39049902352691535}, "was": {"he - himself": -0.09672625275808117, "he": 0.3699397943615183, "himself": 0.46666604711959947}, "way": {"he - himself": -0.20015701846941505, "he": 0.22135191208317237, "himself": 0.4215089305525874}, "were": {"he - himself": -0.1827607554452844, "he": 0.14517316476283673, "himself": 0.3279339202081211}, "where": {"he - himself": -0.100096499403908, "he": 0.24367365746644606, "himself": 0.34377015687035406}, "while": {"he - himself": -0.1291141589569149, "he": 0.24832869069502092, "himself": 0.3774428496519358}, "white": {"he - himself": 0.03356501993354605, "he": 0.26572420166961047, "himself": 0.23215918173606442}, "who": {"he - himself": -0.1856694604847094, "he": 0.24733226842829525, "himself": 0.43300172891300465}, "with": {"he - himself": -0.017405372657416207, "he": 0.31377301600629726, "himself": 0.33117838866371346}, "would": {"he - himself": -0.03895537136460736, "he": 0.2533320794697774, "himself": 0.2922874508343848}, "www": {"he - himself": -0.2389189590063306, "he": 0.07774693094900857, "himself": 0.3166658899553392}, "yesterday": {"he - himself": -0.21409372814289446, "he": 0.2490972846048511, "himself": 0.46319101274774555}, "you": {"he - himself": 0.01852923947399826, "he": 0.22410996735713926, "himself": 0.205580727883141}, "youtube": {"he - himself": -0.15178321226621277, "he": 0.14038542196324666, "himself": 0.29216863422945943}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-his.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-his.json new file mode 100644 index 0000000000000000000000000000000000000000..0ca2c931067a658abc765cf5881749cdd0676c71 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-his.json @@ -0,0 +1 @@ +{"000": {"he - his": -0.03174828871230573, "he": 0.13427119015622435, "his": 0.16601947886853008}, "1": {"he - his": -0.08451406265135486, "he": 0.08322999922701296, "his": 0.16774406187836782}, "10": {"he - his": 0.07003921748871791, "he": 0.2298700689877525, "his": 0.1598308514990346}, "12": {"he - his": -0.031299346213248425, "he": 0.1574014836242536, "his": 0.18870082983750203}, "15": {"he - his": 0.04711003446742068, "he": 0.2358108643049227, "his": 0.18870082983750203}, "17": {"he - his": -0.030447192658947658, "he": 0.1984748915997329, "his": 0.22892208425868055}, "2": {"he - his": -0.08461576998945777, "he": 0.07997216648426181, "his": 0.16458793647371958}, "2508": {"he - his": -0.031504155488957186, "he": 0.1469916683588166, "his": 0.1784958238477738}, "26": {"he - his": -0.07945291661238119, "he": 0.20895529526800866, "his": 0.28840821188038984}, "27": {"he - his": -0.03002938077337583, "he": 0.21746936502540917, "his": 0.247498745798785}, "3": {"he - his": 0.01889204078338433, "he": 0.20059362069682474, "his": 0.1817015799134404}, "30": {"he - his": -0.08231635342386184, "he": 0.14466529137341186, "his": 0.2269816447972737}, "31": {"he - his": -0.07817657323472768, "he": 0.23412509034871806, "his": 0.31230166358344574}, "36": {"he - his": 0.016868197984046207, "he": 0.3068970668906189, "his": 0.2900288689065727}, "4": {"he - his": 0.0702305566827659, "he": 0.2193586564694832, "his": 0.1491280997867173}, "4th": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "50": {"he - his": -0.03138124076127283, "he": 0.15326653760344736, "his": 0.18464777836472018}, "500euro": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "57": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "6": {"he - his": -0.003693795970716507, "he": 0.20723642954857477, "his": 0.21093022551929128}, "9": {"he - his": -0.031571127530774706, "he": 0.14353691526390264, "his": 0.17510804279467734}, "a": {"he - his": 0.02061963112525267, "he": 0.3797807848382674, "his": 0.3591611537130147}, "abc": {"he - his": -0.030411186189217287, "he": 0.32134192311957965, "his": 0.35175310930879694}, "abomination": {"he - his": -0.029276969953659082, "he": 0.25008657663135536, "his": 0.27936354658501444}, "about": {"he - his": -0.016092701597657577, "he": 0.2679674567428005, "his": 0.28406015834045806}, "accept": {"he - his": -0.0801030325402674, "he": 0.1954253217553395, "his": 0.2755283542956069}, "according": {"he - his": -0.06465614177040943, "he": 0.21653109428375936, "his": 0.2811872360541688}, "account": {"he - his": -0.11212689110527235, "he": 0.1780655339314804, "his": 0.29019242503675274}, "act": {"he - his": -0.031111672985125127, "he": 0.16674478698570264, "his": 0.19785645997082776}, "acting": {"he - his": 0.016997451289941012, "he": 0.23493808581144512, "his": 0.2179406345215041}, "actuallly": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "actually": {"he - his": -0.0039267891711665115, "he": 0.18641897743577815, "his": 0.19034576660694466}, "adam": {"he - his": -0.029276969953659082, "he": 0.25008657663135536, "his": 0.27936354658501444}, "after": {"he - his": -0.003774053625614726, "he": 0.26249446993198644, "his": 0.26626852355760117}, "again": {"he - his": -0.02307061978678901, "he": 0.24073513055849036, "his": 0.26380575034527937}, "against": {"he - his": -0.060528706459001824, "he": 0.17974859413122982, "his": 0.24027730059023164}, "age": {"he - his": -0.0890573406776749, "he": 0.19543750765046558, "his": 0.2844948483281405}, "ago": {"he - his": 0.00950082245970621, "he": 0.23781219745619078, "his": 0.22831137499648457}, "ahead": {"he - his": -0.030128549014074052, "he": 0.21302210377299627, "his": 0.24315065278707032}, "alarm": {"he - his": -0.02948199891576908, "he": 0.24138561175393702, "his": 0.2708676106697061}, "all": {"he - his": -0.021658996215146997, "he": 0.25167633941576667, "his": 0.27333533563091367}, "allegedly": {"he - his": -0.02948199891576908, "he": 0.24138561175393702, "his": 0.2708676106697061}, "allowed": {"he - his": 0.016992626947837403, "he": 0.22593756778208648, "his": 0.20894494083424908}, "almost": {"he - his": 0.04732356665016904, "he": 0.21621381765095554, "his": 0.1688902510007865}, "alone": {"he - his": -0.03174828871230573, "he": 0.13427119015622435, "his": 0.16601947886853008}, "alot": {"he - his": -0.031111672985125127, "he": 0.16674478698570264, "his": 0.19785645997082776}, "also": {"he - his": -0.03716464248420773, "he": 0.1489322998267673, "his": 0.18609694231097504}, "always": {"he - his": 0.02139193591006039, "he": 0.23965926458324951, "his": 0.21826732867318913}, "am": {"he - his": 0.01653542766299884, "he": 0.11270341355273707, "his": 0.09616798588973823}, "american": {"he - his": 0.04752247281993102, "he": 0.19194356465960277, "his": 0.14442109183967175}, "an": {"he - his": -0.0075774629670044, "he": 0.25190045417042506, "his": 0.25947791713742946}, "and": {"he - his": -0.03321444508897864, "he": 0.3669835250093558, "his": 0.40019797009833447}, "announced": {"he - his": -0.02979409165370908, "he": 0.22787709649500767, "his": 0.25767118814871676}, "another": {"he - his": -0.09157329618266241, "he": 0.14429422086394184, "his": 0.23586751704660425}, "anti": {"he - his": 0.0020511598344958304, "he": 0.2658569101797752, "his": 0.26380575034527937}, "any": {"he - his": -0.05881090873113101, "he": 0.15046028166629846, "his": 0.20927119039742947}, "anyone": {"he - his": 0.04769402325760273, "he": 0.151270775193521, "his": 0.10357675193591827}, "anything": {"he - his": 0.021386844835850044, "he": 0.25403091769506825, "his": 0.2326440728592182}, "apartment": {"he - his": -0.0799587024159367, "he": 0.1984748915997329, "his": 0.2784335940156696}, "ape": {"he - his": -0.03078790736884876, "he": 0.1824552746959061, "his": 0.21324318206475487}, "apes": {"he - his": -0.03087940690276869, "he": 0.1780655339314804, "his": 0.20894494083424908}, "apparently": {"he - his": -0.0031340010558482123, "he": 0.26002381121540985, "his": 0.26315781227125806}, "applications": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "arab": {"he - his": -0.03002938077337583, "he": 0.21746936502540917, "his": 0.247498745798785}, "are": {"he - his": -0.005692563687291152, "he": 0.18731970956441, "his": 0.19301227325170114}, "area": {"he - his": -0.03254846530221196, "he": 0.08981115781794867, "his": 0.12235962312016063}, "arms": {"he - his": -0.0305128753684277, "he": 0.1954253217553395, "his": 0.2259381971237672}, "around": {"he - his": 0.0016485644574748826, "he": 0.22300135523897108, "his": 0.2213527907814962}, "art": {"he - his": -0.08080377803188954, "he": 0.18021399957718726, "his": 0.2610177776090768}, "article": {"he - his": -0.03366004253882057, "he": 0.20031450236303547, "his": 0.23397454490185604}, "aryan": {"he - his": -0.0311782989672742, "he": 0.16344849391490165, "his": 0.19462679288217585}, "as": {"he - his": -0.030730294875833453, "he": 0.24735807492327255, "his": 0.278088369799106}, "ask": {"he - his": -0.03362895983466463, "he": 0.20160406661036392, "his": 0.23523302644502855}, "ass": {"he - his": -0.0342830858018473, "he": 0.26002381121540985, "his": 0.29430689701725715}, "aswell": {"he - his": -0.02948199891576908, "he": 0.24138561175393702, "his": 0.2708676106697061}, "at": {"he - his": -0.06640916654273049, "he": 0.26216535495020926, "his": 0.32857452149293975}, "ate": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "atleast": {"he - his": 0.016868197984046207, "he": 0.3068970668906189, "his": 0.2900288689065727}, "attachment": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "attack": {"he - his": -0.11499993389643515, "he": 0.1279640196191445, "his": 0.24296395351557964}, "attacked": {"he - his": 0.016997027477394927, "he": 0.24591911173607547, "his": 0.22892208425868055}, "attempted": {"he - his": -0.029276969953659082, "he": 0.25008657663135536, "his": 0.27936354658501444}, "attention": {"he - his": -0.08108009783603573, "he": 0.17401664932974134, "his": 0.25509674716577707}, "auto": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "aw": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "away": {"he - his": 0.055878186364753, "he": 0.28270281316364154, "his": 0.22682462679888854}, "b": {"he - his": 0.016950514203222605, "he": 0.1990544259213837, "his": 0.1821039117181611}, "bach": {"he - his": -0.02979409165370908, "he": 0.22787709649500767, "his": 0.25767118814871676}, "back": {"he - his": 0.0064217753497762264, "he": 0.2701350188001274, "his": 0.2637132434503512}, "backpack": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "bad": {"he - his": -0.019214062825029132, "he": 0.22260713777405955, "his": 0.24182120059908868}, "ball": {"he - his": -0.03407810240401099, "he": 0.2671356835402115, "his": 0.3012137859442225}, "balls": {"he - his": -0.02979409165370908, "he": 0.22787709649500767, "his": 0.25767118814871676}, "band": {"he - his": 0.01693270818152695, "he": 0.1920407509762043, "his": 0.17510804279467734}, "bar": {"he - his": -0.033174933431185216, "he": 0.2200927067126292, "his": 0.2532676401438144}, "baton": {"he - his": -0.07586800382444336, "he": 0.2758851054843536, "his": 0.35175310930879694}, "battle": {"he - his": -0.030218514454742273, "he": 0.20895529526800866, "his": 0.23917380972275093}, "be": {"he - his": -0.01618590864408731, "he": 0.27036853454092985, "his": 0.28655444318501716}, "beach": {"he - his": -0.030300853302999142, "he": 0.20520571480997543, "his": 0.23550656811297457}, "beaten": {"he - his": -0.0306323131749473, "he": 0.1898333100014528, "his": 0.2204656231764001}, "beautiful": {"he - his": -0.03186683187989009, "he": 0.1279640196191445, "his": 0.1598308514990346}, "because": {"he - his": 0.024514850148428247, "he": 0.27917266114536765, "his": 0.2546578109969394}, "been": {"he - his": -0.02440979140598598, "he": 0.17825889102594264, "his": 0.20266868243192862}, "before": {"he - his": 0.08916567528782127, "he": 0.20756612085406292, "his": 0.11840044556624166}, "behind": {"he - his": -0.07126764576200559, "he": 0.2437793527132703, "his": 0.3150469984752759}, "being": {"he - his": -0.08875328057487328, "he": 0.17611765663725168, "his": 0.26487093721212496}, "believe": {"he - his": -0.06657065949777505, "he": 0.16811503624669277, "his": 0.23468569574446782}, "best": {"he - his": -0.03444383788232591, "he": 0.16667649543703983, "his": 0.20112033331936574}, "bet": {"he - his": -0.03307911156939072, "he": 0.22391508330692325, "his": 0.256994194876314}, "better": {"he - his": 0.037218165102489625, "he": 0.23114975146670458, "his": 0.19393158636421495}, "big": {"he - his": -0.05658493104325185, "he": 0.21347033153273015, "his": 0.270055262575982}, "bits": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "black": {"he - his": -0.028346724065989592, "he": 0.2599833813150044, "his": 0.288330105380994}, "blacks": {"he - his": -0.11265130118336589, "he": 0.11209141945665371, "his": 0.2247427206400196}, "blessings": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "blood": {"he - his": -0.13823522602196878, "he": 0.13620560134667595, "his": 0.2744408273686447}, "blue": {"he - his": -0.031692724156934915, "he": 0.13719752684385159, "his": 0.1688902510007865}, "boat": {"he - his": -0.02991888384849936, "he": 0.22238185132154806, "his": 0.2523007351700474}, "body": {"he - his": -0.031076583124704432, "he": 0.1684719010074631, "his": 0.19954848413216753}, "bombings": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "bonus": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "bonuses": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "book": {"he - his": -0.1377406908296344, "he": 0.14353691526390264, "his": 0.281277606093537}, "bourgeois": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "boy": {"he - his": 0.055369764702543484, "he": 0.30521415176709743, "his": 0.24984438706455395}, "break": {"he - his": -0.08059595528709732, "he": 0.1847983596268498, "his": 0.2653943149139471}, "brethren": {"he - his": -0.02948199891576908, "he": 0.24138561175393702, "his": 0.2708676106697061}, "bring": {"he - his": -0.03120998907587577, "he": 0.16187272473616937, "his": 0.19308271381204514}, "brother": {"he - his": 0.06952307848530198, "he": 0.25417085685002216, "his": 0.18464777836472018}, "brothers": {"he - his": -0.031592471462725674, "he": 0.14243045720853856, "his": 0.17402292867126423}, "brown": {"he - his": 0.07032934774277688, "he": 0.21347033153273015, "his": 0.14314098378995327}, "burning": {"he - his": -0.02991888384849936, "he": 0.22238185132154806, "his": 0.2523007351700474}, "busy": {"he - his": -0.02991888384849936, "he": 0.22238185132154806, "his": 0.2523007351700474}, "but": {"he - his": 0.05405626428037308, "he": 0.2636441465050679, "his": 0.20958788222469482}, "butchy": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "butt": {"he - his": -0.03137863670884716, "he": 0.28779924594273015, "his": 0.3191778826515773}, "by": {"he - his": -0.06164060247060679, "he": 0.2307237338936239, "his": 0.2923643363642307}, "ca": {"he - his": -0.03739905482391459, "he": 0.2110274516479782, "his": 0.2484265064718928}, "call": {"he - his": -0.07827480500023096, "he": 0.21337009720770414, "his": 0.2916449022079351}, "called": {"he - his": -0.0037382001554743804, "he": 0.20322091593113112, "his": 0.2069591160866055}, "came": {"he - his": 0.03718700929561408, "he": 0.23559175862940296, "his": 0.19840474933378888}, "campaign": {"he - his": -0.030218514454742273, "he": 0.20895529526800866, "his": 0.23917380972275093}, "can": {"he - his": -0.04633081253538068, "he": 0.20603745587199435, "his": 0.25236826840737503}, "car": {"he - his": -0.09236243214237397, "he": 0.2432337891788983, "his": 0.33559622132127226}, "care": {"he - his": 0.06997342558284533, "he": 0.23325907483309014, "his": 0.1632856492502448}, "case": {"he - his": -0.06521975066940003, "he": 0.20292464133305763, "his": 0.26814439200245765}, "caught": {"he - his": 0.018923994745848105, "he": 0.2654650119605131, "his": 0.24654101721466498}, "cause": {"he - his": -0.003626465660729161, "he": 0.21337009720770414, "his": 0.2169965628684333}, "cbs": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "certain": {"he - his": 0.01699417265459302, "he": 0.22804289685316984, "his": 0.21104872419857681}, "charged": {"he - his": -0.003085259443559807, "he": 0.2997499258945969, "his": 0.30283518533815673}, "check": {"he - his": -0.06664961656361512, "he": 0.16596992319905252, "his": 0.23261953976266764}, "chick": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "child": {"he - his": -0.11525513579705701, "he": 0.1230464384271103, "his": 0.2383015742241673}, "children": {"he - his": -0.03792434307402795, "he": 0.1916555784415737, "his": 0.22957992151560164}, "chinese": {"he - his": -0.033305600008323444, "he": 0.21483672570554796, "his": 0.2481423257138714}, "chocolate": {"he - his": -0.02948199891576908, "he": 0.24138561175393702, "his": 0.2708676106697061}, "chosen": {"he - his": -0.02979409165370908, "he": 0.22787709649500767, "his": 0.25767118814871676}, "christ": {"he - his": -0.0342830858018473, "he": 0.26002381121540985, "his": 0.29430689701725715}, "chron": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "chronicle": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "cigarette": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "city": {"he - his": -0.034662878296639416, "he": 0.15685469396536425, "his": 0.19151757226200367}, "claims": {"he - his": -0.003111033377270034, "he": 0.26228328153667707, "his": 0.2653943149139471}, "class": {"he - his": -0.05895093894180839, "he": 0.2212956721025283, "his": 0.2802466110443367}, "close": {"he - his": -0.03359705056065293, "he": 0.20292464133305763, "his": 0.23652169189371056}, "cnn": {"he - his": -0.02979409165370908, "he": 0.22787709649500767, "his": 0.25767118814871676}, "coat": {"he - his": -0.02948199891576908, "he": 0.24138561175393702, "his": 0.2708676106697061}, "com": {"he - his": -0.08256846198642011, "he": 0.11542588306998948, "his": 0.1979943450564096}, "come": {"he - his": -0.16080784506844764, "he": 0.08535102386738831, "his": 0.24615886893583594}, "comes": {"he - his": -0.0315493081811109, "he": 0.14466529137341186, "his": 0.17621459955452276}, "coming": {"he - his": 0.016874876588884508, "he": 0.17424290295737305, "his": 0.15736802636848854}, "communicate": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "communism": {"he - his": 0.016906101504743087, "he": 0.29626964808975753, "his": 0.27936354658501444}, "community": {"he - his": 0.04732356665016904, "he": 0.21621381765095554, "his": 0.1688902510007865}, "complaining": {"he - his": -0.029276969953659082, "he": 0.25008657663135536, "his": 0.27936354658501444}, "complete": {"he - his": -0.030128549014074052, "he": 0.21302210377299627, "his": 0.24315065278707032}, "complex": {"he - his": -0.029650682663843603, "he": 0.23412509034871806, "his": 0.26377577301256167}, "comrade": {"he - his": -0.07732224191893311, "he": 0.25008657663135536, "his": 0.32740881855028847}, "concerts": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "conclusion": {"he - his": -0.02948199891576908, "he": 0.24138561175393702, "his": 0.2708676106697061}, "conslour": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "continue": {"he - his": -0.03104019172465386, "he": 0.1702566504369363, "his": 0.20129684216159016}, "cool": {"he - his": -0.0334233640360157, "he": 0.21005547528058519, "his": 0.2434788393166009}, "cop": {"he - his": -0.06375019466343868, "he": 0.23746359128078381, "his": 0.3012137859442225}, "cops": {"he - his": -0.03259232813521712, "he": 0.24293602616038978, "his": 0.2755283542956069}, "corps": {"he - his": -0.03002938077337583, "he": 0.21746936502540917, "his": 0.247498745798785}, "could": {"he - his": 0.0016975165595898012, "he": 0.22790521128527533, "his": 0.22620769472568553}, "count": {"he - his": -0.030574417537600734, "he": 0.19255155813487934, "his": 0.22312597567248008}, "country": {"he - his": 0.021390117602119757, "he": 0.2345049011799161, "his": 0.21311478357779634}, "course": {"he - his": -0.03143226978797811, "he": 0.15067164193018298, "his": 0.1821039117181611}, "court": {"he - his": -0.03279903015769689, "he": 0.23493808581144512, "his": 0.267737115969142}, "cowards": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "crap": {"he - his": 0.016923637412887466, "he": 0.18883723087823395, "his": 0.1719135934653465}, "crime": {"he - his": -0.1587082778469328, "he": 0.11635194572824543, "his": 0.27506022357517823}, "culture": {"he - his": -0.08290054572527217, "he": 0.1296981197092574, "his": 0.21259866543452957}, "custody": {"he - his": -0.0317443238461545, "he": 0.27463428218847397, "his": 0.30637860603462846}, "d": {"he - his": 0.0476243218960519, "he": 0.17372152644751712, "his": 0.12609720455146523}, "damian": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "damn": {"he - his": -0.031076583124704432, "he": 0.1684719010074631, "his": 0.19954848413216753}, "dark": {"he - his": -0.031526991855110265, "he": 0.14581653700966626, "his": 0.17734352886477653}, "dating": {"he - his": -0.07925258127831378, "he": 0.21302210377299627, "his": 0.29227468505131005}, "daughter": {"he - his": 0.04681299818412296, "he": 0.2578617223826998, "his": 0.21104872419857681}, "david": {"he - his": -0.035036577310990746, "he": 0.2331078146914669, "his": 0.26814439200245765}, "day": {"he - his": -0.004176649511830471, "he": 0.2305833719742898, "his": 0.23476002148612027}, "days": {"he - his": -0.032130633677076414, "he": 0.11359821536979867, "his": 0.14572884904687508}, "dead": {"he - his": -0.003413877202243648, "he": 0.2331078146914669, "his": 0.23652169189371056}, "death": {"he - his": -0.17401529000935834, "he": 0.12627927575297015, "his": 0.3002945657623285}, "decided": {"he - his": 0.01699417265459302, "he": 0.22804289685316984, "his": 0.21104872419857681}, "dedicated": {"he - his": -0.07903090275187472, "he": 0.21746936502540917, "his": 0.2965002677772839}, "deeds": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "defending": {"he - his": -0.03157610819817264, "he": 0.2807255553852731, "his": 0.31230166358344574}, "deputies": {"he - his": -0.07779227089764029, "he": 0.24138561175393702, "his": 0.3191778826515773}, "desert": {"he - his": -0.029650682663843603, "he": 0.23412509034871806, "his": 0.26377577301256167}, "despised": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "destined": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "determined": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "deviant": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "devise": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "did": {"he - his": 0.052433815360579006, "he": 0.3258558616445767, "his": 0.2734220462839977}, "didnt": {"he - his": -0.0306323131749473, "he": 0.1898333100014528, "his": 0.2204656231764001}, "died": {"he - his": -0.03213786625197684, "he": 0.2601368187993332, "his": 0.29227468505131005}, "dies": {"he - his": -0.029650682663843603, "he": 0.23412509034871806, "his": 0.26377577301256167}, "different": {"he - his": 0.018932591196691384, "he": 0.22217486370618977, "his": 0.2032422725094984}, "directly": {"he - his": -0.029650682663843603, "he": 0.23412509034871806, "his": 0.26377577301256167}, "disease": {"he - his": -0.030128549014074052, "he": 0.21302210377299627, "his": 0.24315065278707032}, "disgusting": {"he - his": -0.11319988448139509, "he": 0.1603413215322604, "his": 0.2735412060136555}, "dive": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "dna": {"he - his": -0.03083472462138956, "he": 0.18021399957718726, "his": 0.21104872419857681}, "do": {"he - his": -0.005052208474451703, "he": 0.20230347691795564, "his": 0.20735568539240734}, "doer": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "does": {"he - his": 0.05628479650599602, "he": 0.2616398738641152, "his": 0.20535507735811917}, "dog": {"he - his": -0.1363326206296153, "he": 0.16344849391490165, "his": 0.29978111454451695}, "don": {"he - his": -0.03383133243204001, "he": 0.1931503123652337, "his": 0.2269816447972737}, "done": {"he - his": -0.003693795970716507, "he": 0.20723642954857477, "his": 0.21093022551929128}, "dont": {"he - his": 0.009448577442829953, "he": 0.2287974584719686, "his": 0.21934888102913866}, "door": {"he - his": -0.03104019172465386, "he": 0.1702566504369363, "his": 0.20129684216159016}, "down": {"he - his": -0.031147158813223885, "he": 0.2387045937204702, "his": 0.2698517525336941}, "dr": {"he - his": -0.11409732608132664, "he": 0.14466529137341186, "his": 0.2587626174547385}, "draw": {"he - his": 0.016986166012262882, "he": 0.2601368187993332, "his": 0.24315065278707032}, "drop": {"he - his": -0.030128549014074052, "he": 0.21302210377299627, "his": 0.24315065278707032}, "dropped": {"he - his": -0.03113917046053094, "he": 0.29626964808975753, "his": 0.32740881855028847}, "dubious": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "dude": {"he - his": 0.01698052669795541, "he": 0.2644792724967404, "his": 0.247498745798785}, "duke": {"he - his": -0.064425328422337, "he": 0.22196876019240214, "his": 0.28639408861473914}, "during": {"he - his": -0.012905334751336733, "he": 0.2417141417022772, "his": 0.25461947645361394}, "each": {"he - his": -0.03195810500728835, "he": 0.1230464384271103, "his": 0.15500454343439865}, "early": {"he - his": -0.031076583124704432, "he": 0.1684719010074631, "his": 0.19954848413216753}, "earth": {"he - his": -0.08185362299019805, "he": 0.15598851918970136, "his": 0.2378421421798994}, "east": {"he - his": -0.0311782989672742, "he": 0.16344849391490165, "his": 0.19462679288217585}, "eating": {"he - his": -0.03083472462138956, "he": 0.18021399957718726, "his": 0.21104872419857681}, "eddie": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "either": {"he - his": 0.01693270818152695, "he": 0.1920407509762043, "his": 0.17510804279467734}, "elementary": {"he - his": -0.07878287835238881, "he": 0.22238185132154806, "his": 0.30116472967393687}, "elites": {"he - his": -0.029276969953659082, "he": 0.25008657663135536, "his": 0.27936354658501444}, "els": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "else": {"he - his": -0.06686830179289405, "he": 0.1599563250059945, "his": 0.22682462679888854}, "employees": {"he - his": -0.029276969953659082, "he": 0.25008657663135536, "his": 0.27936354658501444}, "encouraging": {"he - his": -0.029276969953659082, "he": 0.25008657663135536, "his": 0.27936354658501444}, "end": {"he - his": -0.035637937880987514, "he": 0.21066111172037205, "his": 0.24629904960135957}, "ended": {"he - his": 0.016906101504743087, "he": 0.29626964808975753, "his": 0.27936354658501444}, "enemy": {"he - his": -0.08080377803188954, "he": 0.18021399957718726, "his": 0.2610177776090768}, "enriched": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "equipment": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "etc": {"he - his": 0.07016823370865291, "he": 0.22290040490934163, "his": 0.15273217120068872}, "eu": {"he - his": -0.030447192658947658, "he": 0.1984748915997329, "his": 0.22892208425868055}, "even": {"he - his": -0.004124093375183907, "he": 0.2346621085844964, "his": 0.2387862019596803}, "event": {"he - his": -0.03104019172465386, "he": 0.1702566504369363, "his": 0.20129684216159016}, "ever": {"he - his": 0.1183189019820015, "he": 0.23179165320017162, "his": 0.11347275121817012}, "every": {"he - his": -0.04047378174504945, "he": 0.20230313382079526, "his": 0.24277691556584471}, "everybody": {"he - his": -0.030300853302999142, "he": 0.20520571480997543, "his": 0.23550656811297457}, "everyone": {"he - his": -0.11533473871862521, "he": 0.1214932470685176, "his": 0.23682798578714281}, "everything": {"he - his": -0.03546544915492836, "he": 0.21719423978303457, "his": 0.2526596889379629}, "evil": {"he - his": 0.01698261015159183, "he": 0.21653109428375936, "his": 0.19954848413216753}, "exception": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "expressed": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "eyes": {"he - his": 0.08887950855125051, "he": 0.22103297019475462, "his": 0.1321534616435041}, "facade": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "face": {"he - his": -0.0892939892936764, "he": 0.19095262175066027, "his": 0.2802466110443367}, "faces": {"he - his": -0.030574417537600734, "he": 0.19255155813487934, "his": 0.22312597567248008}, "fact": {"he - his": 0.05224787153995922, "he": 0.26744423797498496, "his": 0.21519636643502574}, "fag": {"he - his": -0.030218514454742273, "he": 0.20895529526800866, "his": 0.23917380972275093}, "fall": {"he - his": -0.0305128753684277, "he": 0.1954253217553395, "his": 0.2259381971237672}, "families": {"he - his": -0.033127986973374934, "he": 0.22196876019240214, "his": 0.25509674716577707}, "family": {"he - his": -0.09563058226587842, "he": 0.1894262605098467, "his": 0.2850568427757251}, "fan": {"he - his": -0.030218514454742273, "he": 0.20895529526800866, "his": 0.23917380972275093}, "fans": {"he - his": -0.03002938077337583, "he": 0.21746936502540917, "his": 0.247498745798785}, "far": {"he - his": 0.004944440799110411, "he": 0.23238558681723714, "his": 0.22744114601812673}, "farming": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "fatally": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "father": {"he - his": -0.012746301657086845, "he": 0.2516845426691109, "his": 0.26443084432619773}, "faults": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "favorite": {"he - his": -0.08090017352757639, "he": 0.1780655339314804, "his": 0.2589657074590568}, "feds": {"he - his": -0.029276969953659082, "he": 0.25008657663135536, "his": 0.27936354658501444}, "feel": {"he - his": -0.0670010309499802, "he": 0.15625267899126283, "his": 0.22325370994124302}, "feet": {"he - his": 0.04694992201516096, "he": 0.24824676417675112, "his": 0.20129684216159016}, "felt": {"he - his": 0.016998115712470147, "he": 0.24012409138495022, "his": 0.22312597567248008}, "few": {"he - his": 0.03140413189619029, "he": 0.24398452526094597, "his": 0.21258039336475568}, "field": {"he - his": -0.07945291661238119, "he": 0.20895529526800866, "his": 0.28840821188038984}, "fight": {"he - his": -0.066431233016081, "he": 0.1718703412080863, "his": 0.2383015742241673}, "fighting": {"he - his": -0.03120998907587577, "he": 0.16187272473616937, "his": 0.19308271381204514}, "find": {"he - his": 0.037410084697578616, "he": 0.1897398762893147, "his": 0.1523297915917361}, "finially": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "first": {"he - his": -0.04097086739435646, "he": 0.2248933923649319, "his": 0.26586425975928835}, "floor": {"he - his": -0.0861829661241729, "he": 0.24591911173607547, "his": 0.33210207786024837}, "fools": {"he - his": -0.03002938077337583, "he": 0.21746936502540917, "his": 0.247498745798785}, "foot": {"he - his": -0.030447192658947658, "he": 0.1984748915997329, "his": 0.22892208425868055}, "football": {"he - his": -0.031240687787704002, "he": 0.1603413215322604, "his": 0.1915820093199644}, "for": {"he - his": -0.035763628826863014, "he": 0.2682361341607829, "his": 0.3039997629876459}, "force": {"he - his": 0.016975332539296423, "he": 0.21160212542147228, "his": 0.19462679288217585}, "forced": {"he - his": 0.016992626947837403, "he": 0.22593756778208648, "his": 0.20894494083424908}, "foreign": {"he - his": 0.01699661842402761, "he": 0.23253371794903344, "his": 0.21553709952500583}, "forest": {"he - his": -0.03002938077337583, "he": 0.21746936502540917, "his": 0.247498745798785}, "forgein": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "formal": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "forum": {"he - his": -0.1164471095206732, "he": 0.09870768319793093, "his": 0.21515479271860413}, "forums": {"he - his": 0.01699417265459302, "he": 0.22804289685316984, "his": 0.21104872419857681}, "forward": {"he - his": -0.0330281396769703, "he": 0.22593756778208648, "his": 0.2589657074590568}, "foster": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "fought": {"he - his": -0.03189095707591838, "he": 0.2692737725980185, "his": 0.30116472967393687}, "found": {"he - his": -0.019234330626184765, "he": 0.2215532441375704, "his": 0.24078757476375517}, "french": {"he - his": -0.003528763128132245, "he": 0.2223696381711051, "his": 0.22589840129923736}, "friend": {"he - his": 0.009722389308583546, "he": 0.287964164855566, "his": 0.27824177554698243}, "friends": {"he - his": -0.1402734814013033, "he": 0.10366962418326016, "his": 0.24394310558456347}, "from": {"he - his": -0.01081025934207519, "he": 0.2772162963949818, "his": 0.288026555737057}, "front": {"he - his": -0.1249391615246617, "he": 0.17929558521677422, "his": 0.3042347467414359}, "full": {"he - his": -0.06604767379990703, "he": 0.1819959849433494, "his": 0.24804365874325643}, "gang": {"he - his": -0.08048345394244422, "he": 0.1872536620266978, "his": 0.267737115969142}, "gas": {"he - his": -0.030218514454742273, "he": 0.20895529526800866, "his": 0.23917380972275093}, "gather": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "gay": {"he - his": -0.033530566126798445, "he": 0.2056655459948584, "his": 0.23919611212165684}, "gdansk": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "german": {"he - his": 0.01689924405287077, "he": 0.18108181762036518, "his": 0.1641825735674944}, "get": {"he - his": -0.05469183051916918, "he": 0.2107767598371156, "his": 0.2654685903562848}, "gets": {"he - his": 0.02026207693368476, "he": 0.2758882761049732, "his": 0.2556261991712884}, "getting": {"he - his": 0.018939843468461226, "he": 0.2298700689877525, "his": 0.21093022551929128}, "gf": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "girls": {"he - his": 0.016890087179289692, "he": 0.17842261197020018, "his": 0.1615325247909105}, "give": {"he - his": -0.0670222582457824, "he": 0.1556564701612703, "his": 0.2226787284070527}, "go": {"he - his": 0.045410822437575604, "he": 0.2607799741046443, "his": 0.21536915166706871}, "god": {"he - his": -0.038415049522162764, "he": 0.22758743496273484, "his": 0.2660024844848976}, "goes": {"he - his": -0.031692724156934915, "he": 0.13719752684385159, "his": 0.1688902510007865}, "going": {"he - his": 0.023119401875880546, "he": 0.2667837507229824, "his": 0.24366434884710184}, "gone": {"he - his": -0.11375920239601475, "he": 0.15067164193018298, "his": 0.26443084432619773}, "gonna": {"he - his": -0.03083472462138956, "he": 0.18021399957718726, "his": 0.21104872419857681}, "good": {"he - his": -0.05486997254965534, "he": 0.1880003629706798, "his": 0.24287033552033513}, "got": {"he - his": 0.0202298792999967, "he": 0.3093876722116877, "his": 0.289157792911691}, "grabs": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "grandad": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "great": {"he - his": 0.016555727491939995, "he": 0.11552685890339198, "his": 0.09897113141145199}, "group": {"he - his": 0.016786589837364668, "he": 0.15390150429242916, "his": 0.1371149144550645}, "growing": {"he - his": -0.08023786799843735, "he": 0.19255155813487934, "his": 0.2727894261333167}, "guards": {"he - his": -0.02991888384849936, "he": 0.22238185132154806, "his": 0.2523007351700474}, "guidance": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "guy": {"he - his": 0.04678331571383565, "he": 0.31334795866211357, "his": 0.2665646429482779}, "guys": {"he - his": 0.016908406725391206, "he": 0.18386887481934916, "his": 0.16696046809395795}, "gym": {"he - his": -0.030128549014074052, "he": 0.21302210377299627, "his": 0.24315065278707032}, "had": {"he - his": 0.004918438016727533, "he": 0.2849805617368761, "his": 0.28006212372014855}, "hair": {"he - his": 0.08863884028943966, "he": 0.23114975146670458, "his": 0.14251091117726492}, "half": {"he - his": -0.0037635688901460074, "he": 0.20093717669383265, "his": 0.20470074558397866}, "hall": {"he - his": -0.030128549014074052, "he": 0.21302210377299627, "his": 0.24315065278707032}, "hand": {"he - his": 0.03689284623747549, "he": 0.26843516582415927, "his": 0.23154231958668378}, "handed": {"he - his": -0.02979409165370908, "he": 0.22787709649500767, "his": 0.25767118814871676}, "hands": {"he - his": -0.08817898912304467, "he": 0.21160212542147228, "his": 0.29978111454451695}, "handwritten": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "happened": {"he - his": -0.0034277143339223326, "he": 0.23180531211110622, "his": 0.23523302644502855}, "hard": {"he - his": 0.047432694066260134, "he": 0.20400228382063673, "his": 0.1565695897543766}, "has": {"he - his": -0.008706435573606897, "he": 0.30064473173472145, "his": 0.30935116730832835}, "hate": {"he - his": -0.034801504674032174, "he": 0.15053331650982815, "his": 0.18533482118386033}, "hated": {"he - his": -0.03002938077337583, "he": 0.21746936502540917, "his": 0.247498745798785}, "hates": {"he - his": 0.01698052669795541, "he": 0.2644792724967404, "his": 0.247498745798785}, "have": {"he - his": 2.1146944208516594e-06, "he": 0.2544127505978315, "his": 0.2544106359034107}, "having": {"he - his": 0.04734185993590953, "he": 0.21430232802986748, "his": 0.16696046809395795}, "he": {"he - his": 0.2213141559312034, "he": 0.6523775851441201, "his": 0.43106342921291674}, "head": {"he - his": -0.08923685511733273, "he": 0.1920407509762043, "his": 0.281277606093537}, "heal": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "heard": {"he - his": 0.00958549044440149, "he": 0.25407097580292765, "his": 0.24448548535852616}, "hell": {"he - his": -0.03449094025568372, "he": 0.1645811272521478, "his": 0.19907206750783152}, "help": {"he - his": -0.05988171260471212, "he": 0.1973163724434777, "his": 0.2571980850481898}, "her": {"he - his": -0.042615246683392116, "he": 0.20693679176896276, "his": 0.24955203845235488}, "herd": {"he - his": -0.029650682663843603, "he": 0.23412509034871806, "his": 0.26377577301256167}, "here": {"he - his": 0.10062832015162144, "he": 0.1950122911660209, "his": 0.09438397101439945}, "hey": {"he - his": 0.037167101167391, "he": 0.23828743448675674, "his": 0.20112033331936574}, "high": {"he - his": -0.032166442231485654, "he": 0.11161121819076233, "his": 0.143777660422248}, "him": {"he - his": -0.03040746686753032, "he": 0.3981794333598364, "his": 0.42858690022736673}, "himself": {"he - his": 0.016993447444739046, "he": 0.2525000155577136, "his": 0.23550656811297457}, "his": {"he - his": -0.2725725605505063, "he": 0.40189554502037556, "his": 0.6744681055708819}, "history": {"he - his": -0.11486196704180368, "he": 0.13058466881811576, "his": 0.24544663585991944}, "holocaust": {"he - his": -0.031240687787704002, "he": 0.1603413215322604, "his": 0.1915820093199644}, "home": {"he - his": -0.026574940895543187, "he": 0.22916424870505125, "his": 0.25573918960059444}, "hope": {"he - his": -0.010176108764366448, "he": 0.2252388348948494, "his": 0.23541494365921584}, "hopefully": {"he - his": -0.030963090388588438, "he": 0.17401664932974134, "his": 0.20497973971832978}, "hours": {"he - his": -0.1360903983524541, "he": 0.16674478698570264, "his": 0.30283518533815673}, "house": {"he - his": -0.09211631955952893, "he": 0.2293423424304631, "his": 0.321458661989992}, "houston": {"he - his": -0.030300853302999142, "he": 0.20520571480997543, "his": 0.23550656811297457}, "how": {"he - his": 0.02454738188386965, "he": 0.26564669909886496, "his": 0.2410993172149953}, "http": {"he - his": -0.08548234265970106, "he": 0.049945792379222316, "his": 0.13542813503892337}, "https": {"he - his": -0.03250823407081159, "he": 0.0921615278613187, "his": 0.1246697619321303}, "huffed": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "humans": {"he - his": -0.03078790736884876, "he": 0.1824552746959061, "his": 0.21324318206475487}, "i": {"he - his": -0.03741702245550177, "he": 0.2804425706745275, "his": 0.31785959313002926}, "id": {"he - his": -0.03114555128902627, "he": 0.1650714711739678, "his": 0.19621702246299408}, "identity": {"he - his": 0.016997027477394927, "he": 0.24591911173607547, "his": 0.22892208425868055}, "ie": {"he - his": -0.03279903015769689, "he": 0.23493808581144512, "his": 0.267737115969142}, "if": {"he - his": 0.04601008682446778, "he": 0.3120276505060418, "his": 0.26601756368157403}, "igger": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "ill": {"he - his": -0.08080377803188954, "he": 0.18021399957718726, "his": 0.2610177776090768}, "im": {"he - his": 0.016676185808205304, "he": 0.13380918620284254, "his": 0.11713300039463724}, "in": {"he - his": -0.0493519281232459, "he": 0.30681394139910584, "his": 0.35616586952235174}, "ing": {"he - his": -0.030447192658947658, "he": 0.1984748915997329, "his": 0.22892208425868055}, "instead": {"he - his": -0.031240687787704002, "he": 0.1603413215322604, "his": 0.1915820093199644}, "instinct": {"he - his": -0.029276969953659082, "he": 0.25008657663135536, "his": 0.27936354658501444}, "into": {"he - his": 0.0065260181014134, "he": 0.28471792741180096, "his": 0.27819190931038756}, "ireland": {"he - his": 0.016671090169906283, "he": 0.13297270490550253, "his": 0.11630161473559625}, "irish": {"he - his": 0.01674756383297285, "he": 0.14630633526867667, "his": 0.12955877143570382}, "is": {"he - his": 0.037611192689110784, "he": 0.33719099785205486, "his": 0.2995798051629441}, "it": {"he - his": -0.0042293168331252184, "he": 0.282676061060643, "his": 0.28690537789376824}, "its": {"he - his": -0.08526770035209494, "he": 0.057811920124317934, "his": 0.14307962047641287}, "jackson": {"he - his": -0.07878287835238881, "he": 0.22238185132154806, "his": 0.30116472967393687}, "jail": {"he - his": -0.08059595528709732, "he": 0.1847983596268498, "his": 0.2653943149139471}, "jesus": {"he - his": -0.03582014112985843, "he": 0.2654650119605131, "his": 0.3012851530903715}, "jew": {"he - his": 0.00959079817203723, "he": 0.25517599091507287, "his": 0.24558519274303564}, "jewish": {"he - his": 0.08776660775526335, "he": 0.2932104620673537, "his": 0.20544385431209033}, "jews": {"he - his": -0.04063920807940577, "he": 0.23533543939113802, "his": 0.2759746474705438}, "jimmy": {"he - his": -0.0317443238461545, "he": 0.27463428218847397, "his": 0.30637860603462846}, "job": {"he - his": 0.016926669026827046, "he": 0.18988505420528565, "his": 0.1729583851784586}, "joeblogs": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "johnny": {"he - his": 0.018765089804117785, "he": 0.3152653575814017, "his": 0.2965002677772839}, "jones": {"he - his": -0.02979409165370908, "he": 0.22787709649500767, "his": 0.25767118814871676}, "jose": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "judge": {"he - his": 0.01698261015159183, "he": 0.21653109428375936, "his": 0.19954848413216753}, "jumped": {"he - his": -0.03002938077337583, "he": 0.21746936502540917, "his": 0.247498745798785}, "junior": {"he - his": -0.07779227089764029, "he": 0.24138561175393702, "his": 0.3191778826515773}, "just": {"he - his": 0.03133470974007102, "he": 0.2568752418783067, "his": 0.22554053213823566}, "justin": {"he - his": -0.03002938077337583, "he": 0.21746936502540917, "his": 0.247498745798785}, "k": {"he - his": -0.1123774392849978, "he": 0.17401664932974134, "his": 0.28639408861473914}, "katz": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "keep": {"he - his": -0.01917240526807898, "he": 0.2247707003164845, "his": 0.24394310558456347}, "kept": {"he - his": 0.016986166012262882, "he": 0.2601368187993332, "his": 0.24315065278707032}, "kicked": {"he - his": -0.07850150953962079, "he": 0.22787709649500767, "his": 0.30637860603462846}, "kicks": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "kid": {"he - his": -0.09807206701326479, "he": 0.2298700689877525, "his": 0.3279421360010173}, "kids": {"he - his": -0.09827221935698421, "he": 0.1388743673033785, "his": 0.2371465866603627}, "killed": {"he - his": -0.09309562239127261, "he": 0.23180531211110622, "his": 0.32490093450237884}, "killing": {"he - his": 0.016980265734720196, "he": 0.21483672570554796, "his": 0.19785645997082776}, "kind": {"he - his": 0.037027282400219436, "he": 0.2549458954031423, "his": 0.21791861300292284}, "knew": {"he - his": 0.06470396297872238, "he": 0.3052894489341554, "his": 0.240585485955433}, "knife": {"he - his": 0.0682561267497199, "he": 0.30035780146104313, "his": 0.23210167471132323}, "knocking": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "know": {"he - his": -0.029982024836172405, "he": 0.19801798523251266, "his": 0.22800001006868506}, "knowbody": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "known": {"he - his": -0.0305128753684277, "he": 0.1954253217553395, "his": 0.2259381971237672}, "knows": {"he - his": 0.01696471615735637, "he": 0.2056655459948584, "his": 0.18870082983750203}, "lack": {"he - his": -0.030376767015529743, "he": 0.2017249076957935, "his": 0.23210167471132323}, "lads": {"he - his": -0.02991888384849936, "he": 0.22238185132154806, "his": 0.2523007351700474}, "lane": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "languages": {"he - his": -0.030447192658947658, "he": 0.1984748915997329, "his": 0.22892208425868055}, "last": {"he - his": 0.06657618766822088, "he": 0.22285798756295963, "his": 0.15628179989473875}, "later": {"he - his": -0.10777275432870317, "he": 0.19782242622321147, "his": 0.30559518055191465}, "latest": {"he - his": -0.13362718626051548, "he": 0.1984748915997329, "his": 0.33210207786024837}, "laugh": {"he - his": 0.016975332539296423, "he": 0.21160212542147228, "his": 0.19462679288217585}, "laughing": {"he - his": -0.030376767015529743, "he": 0.2017249076957935, "his": 0.23210167471132323}, "laying": {"he - his": -0.029276969953659082, "he": 0.25008657663135536, "his": 0.27936354658501444}, "least": {"he - his": -0.03432621289550716, "he": 0.1718703412080863, "his": 0.20619655410359347}, "lebanese": {"he - his": -0.02948199891576908, "he": 0.24138561175393702, "his": 0.2708676106697061}, "left": {"he - his": -0.003623431069317451, "he": 0.2515810121136826, "his": 0.25520444318300006}, "let": {"he - his": -0.08825803813897012, "he": 0.1857874802982196, "his": 0.2740455184371897}, "lets": {"he - his": 0.06946157663904895, "he": 0.2567775066459283, "his": 0.18731593000687935}, "level": {"he - his": -0.030738739898156037, "he": 0.1847983596268498, "his": 0.21553709952500583}, "lies": {"he - his": -0.03273407636990444, "he": 0.23746359128078381, "his": 0.27019766765068826}, "life": {"he - his": -0.013313919603928082, "he": 0.21601622205754367, "his": 0.22933014166147175}, "light": {"he - his": -0.11461403473493162, "he": 0.13523035232962233, "his": 0.24984438706455395}, "lighter": {"he - his": -0.029276969953659082, "he": 0.25008657663135536, "his": 0.27936354658501444}, "like": {"he - his": 0.014176180126589832, "he": 0.2765718254354235, "his": 0.2623956453088337}, "limerick": {"he - his": -0.07850150953962079, "he": 0.22787709649500767, "his": 0.30637860603462846}, "line": {"he - his": 0.01894332602819465, "he": 0.2437793527132703, "his": 0.22483602668507566}, "list": {"he - his": -0.03120998907587577, "he": 0.16187272473616937, "his": 0.19308271381204514}, "listen": {"he - his": -0.033564269147940945, "he": 0.20427787303195846, "his": 0.2378421421798994}, "listening": {"he - his": 0.016995609893527858, "he": 0.2490972846048511, "his": 0.23210167471132323}, "little": {"he - his": -0.019453065050434454, "he": 0.21012685646516718, "his": 0.22957992151560164}, "live": {"he - his": 0.016592792826109773, "he": 0.12085406267375097, "his": 0.1042612698476412}, "lived": {"he - his": -0.08834775991125965, "he": 0.2085521401588969, "his": 0.29689990007015654}, "lives": {"he - his": -0.03326361543628836, "he": 0.21653109428375936, "his": 0.24979470972004772}, "livestock": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "ll": {"he - his": 0.01881862189923697, "he": 0.17822684369060926, "his": 0.1594082217913723}, "lol": {"he - his": -0.034272068566994995, "he": 0.17424290295737305, "his": 0.20851497152436804}, "london": {"he - his": -0.03176612996300551, "he": 0.13332755652002545, "his": 0.16509368648303097}, "long": {"he - his": -0.03658562392307135, "he": 0.1732442576256842, "his": 0.20982988154875556}, "look": {"he - his": -0.07466450987457149, "he": 0.17111839960950875, "his": 0.24578290948408024}, "looked": {"he - his": -0.031270455232656924, "he": 0.15885169591209744, "his": 0.19012215114475436}, "looking": {"he - his": -0.035354848016073456, "he": 0.12441007675257694, "his": 0.1597649247686504}, "looks": {"he - his": -0.018975782050253687, "he": 0.23493657426523595, "his": 0.25391235631548964}, "lord": {"he - his": -0.030128549014074052, "he": 0.21302210377299627, "his": 0.24315065278707032}, "lose": {"he - his": -0.030376767015529743, "he": 0.2017249076957935, "his": 0.23210167471132323}, "lost": {"he - his": -0.08132280871258463, "he": 0.1684719010074631, "his": 0.24979470972004772}, "love": {"he - his": 0.04754286423659684, "he": 0.1888128644372828, "his": 0.14127000020068595}, "lower": {"he - his": -0.029650682663843603, "he": 0.23412509034871806, "his": 0.26377577301256167}, "m": {"he - his": -0.027739438538020023, "he": 0.17892450459970372, "his": 0.20666394313772374}, "made": {"he - his": -0.03460824165413415, "he": 0.1593233447100808, "his": 0.19393158636421495}, "mainstream": {"he - his": -0.030128549014074052, "he": 0.21302210377299627, "his": 0.24315065278707032}, "maintain": {"he - his": -0.029276969953659082, "he": 0.25008657663135536, "his": 0.27936354658501444}, "make": {"he - his": -0.010258086523614873, "he": 0.21991776819368658, "his": 0.23017585471730145}, "makes": {"he - his": 0.016883993135638042, "he": 0.17671484463467263, "his": 0.1598308514990346}, "male": {"he - his": 0.06963464803510236, "he": 0.24930719479413113, "his": 0.17967254675902877}, "man": {"he - his": -0.042421835357088655, "he": 0.26885845794344787, "his": 0.3112802933005365}, "managers": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "many": {"he - his": 0.02022075675257312, "he": 0.19245510795650764, "his": 0.17223435120393452}, "marco": {"he - his": -0.02948199891576908, "he": 0.24138561175393702, "his": 0.2708676106697061}, "marine": {"he - his": -0.030128549014074052, "he": 0.21302210377299627, "his": 0.24315065278707032}, "marines": {"he - his": -0.02948199891576908, "he": 0.24138561175393702, "his": 0.2708676106697061}, "marriage": {"he - his": -0.002947786762262483, "he": 0.27858059526667295, "his": 0.28152838202893543}, "married": {"he - his": -0.07925258127831378, "he": 0.21302210377299627, "his": 0.29227468505131005}, "mate": {"he - his": 0.01699661842402761, "he": 0.23253371794903344, "his": 0.21553709952500583}, "math": {"he - his": 0.016998115712470147, "he": 0.24012409138495022, "his": 0.22312597567248008}, "matter": {"he - his": 0.0696604433177333, "he": 0.2481562671655071, "his": 0.1784958238477738}, "may": {"he - his": 0.0372097031312478, "he": 0.23238558681723714, "his": 0.19517588368598934}, "maybe": {"he - his": 0.02138918407496554, "he": 0.2509691055905672, "his": 0.22957992151560164}, "me": {"he - his": 0.06145731205680974, "he": 0.256311327137585, "his": 0.19485401508077524}, "meet": {"he - his": -0.0344597436997843, "he": 0.16596992319905252, "his": 0.20042966689883682}, "meeting": {"he - his": 0.016993447444739046, "he": 0.2525000155577136, "his": 0.23550656811297457}, "men": {"he - his": 0.018930832402570208, "he": 0.22075001266453534, "his": 0.20181918026196513}, "military": {"he - his": -0.03078790736884876, "he": 0.1824552746959061, "his": 0.21324318206475487}, "mind": {"he - his": -0.03140708709748996, "he": 0.1519540008447359, "his": 0.18336108794222586}, "mine": {"he - his": -0.08173379004333556, "he": 0.15885169591209744, "his": 0.240585485955433}, "minister": {"he - his": -0.03083472462138956, "he": 0.18021399957718726, "his": 0.21104872419857681}, "moment": {"he - his": -0.030963090388588438, "he": 0.17401664932974134, "his": 0.20497973971832978}, "money": {"he - his": 0.07028737301066859, "he": 0.21601622205754367, "his": 0.14572884904687508}, "monkey": {"he - his": -0.07963560938081846, "he": 0.20520571480997543, "his": 0.2848413241907939}, "monkeys": {"he - his": -0.030447192658947658, "he": 0.1984748915997329, "his": 0.22892208425868055}, "monkies": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "month": {"he - his": 0.04715753374638604, "he": 0.23180531211110622, "his": 0.18464777836472018}, "more": {"he - his": -0.004583245167985778, "he": 0.21908269325941004, "his": 0.22366593842739582}, "morning": {"he - his": 0.01698902047407236, "he": 0.22196876019240214, "his": 0.20497973971832978}, "mother": {"he - his": 0.04732356665016904, "he": 0.21621381765095554, "his": 0.1688902510007865}, "mourn": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "mr": {"he - his": 0.018908090407430633, "he": 0.2740048375732077, "his": 0.25509674716577707}, "much": {"he - his": 0.10504673303983715, "he": 0.20965290915481483, "his": 0.10460617611497768}, "murder": {"he - his": -0.10792719995586514, "he": 0.19543750765046558, "his": 0.3033647076063307}, "museum": {"he - his": -0.02991888384849936, "he": 0.22238185132154806, "his": 0.2523007351700474}, "music": {"he - his": -0.032130633677076414, "he": 0.11359821536979867, "his": 0.14572884904687508}, "muslims": {"he - his": -0.030738739898156037, "he": 0.1847983596268498, "his": 0.21553709952500583}, "must": {"he - his": 0.016809533006851618, "he": 0.15869682992179707, "his": 0.14188729691494545}, "my": {"he - his": 0.05828203470171478, "he": 0.2849522560294085, "his": 0.2266702213276937}, "n": {"he - his": -0.027839268985499793, "he": 0.21736761115036823, "his": 0.24520688013586803}, "nail": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "name": {"he - his": -0.16405041469372808, "he": 0.15685469396536425, "his": 0.32090510865909233}, "nation": {"he - his": -0.03419587739479593, "he": 0.17756249876073504, "his": 0.21175837615553098}, "national": {"he - his": -0.031354694944195544, "he": 0.15461081404148858, "his": 0.18596550898568412}, "nationalist": {"he - his": -0.11589312515080753, "he": 0.1103213113293789, "his": 0.22621443648018644}, "nazi": {"he - his": 0.016997968104383726, "he": 0.23746359128078381, "his": 0.2204656231764001}, "nbc": {"he - his": -0.029650682663843603, "he": 0.23412509034871806, "his": 0.26377577301256167}, "need": {"he - his": -0.07479687917586836, "he": 0.16798003638997636, "his": 0.24277691556584471}, "needs": {"he - his": -0.03078790736884876, "he": 0.1824552746959061, "his": 0.21324318206475487}, "neevr": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "negro": {"he - his": -0.05201062557859887, "he": 0.261655366015887, "his": 0.3136659915944859}, "neither": {"he - his": -0.030447192658947658, "he": 0.1984748915997329, "his": 0.22892208425868055}, "never": {"he - his": 0.033845624514527745, "he": 0.21236978787559246, "his": 0.17852416336106472}, "new": {"he - his": 0.03388203449315921, "he": 0.19458498257567175, "his": 0.16070294808251254}, "news": {"he - his": -0.040392113367057586, "he": 0.2050839150721779, "his": 0.2454760284392355}, "next": {"he - his": -0.013402459662368138, "he": 0.21043179203425996, "his": 0.2238342516966281}, "nigeria": {"he - his": -0.030128549014074052, "he": 0.21302210377299627, "his": 0.24315065278707032}, "niglet": {"he - his": -0.02948199891576908, "he": 0.24138561175393702, "his": 0.2708676106697061}, "no": {"he - his": 0.0033622737776510814, "he": 0.22438998474400168, "his": 0.2210277109663506}, "nobody": {"he - his": -0.030376767015529743, "he": 0.2017249076957935, "his": 0.23210167471132323}, "non": {"he - his": -0.004246347695177816, "he": 0.15881930049615392, "his": 0.16306564819133174}, "none": {"he - his": -0.08173379004333556, "he": 0.15885169591209744, "his": 0.240585485955433}, "nor": {"he - his": 0.016998115712470147, "he": 0.24012409138495022, "his": 0.22312597567248008}, "nordic": {"he - his": -0.03140708709748996, "he": 0.1519540008447359, "his": 0.18336108794222586}, "nose": {"he - his": 0.016993447444739046, "he": 0.2525000155577136, "his": 0.23550656811297457}, "not": {"he - his": 0.052872984768818715, "he": 0.27357579431634693, "his": 0.22070280954752822}, "nothing": {"he - his": 0.033704383834370855, "he": 0.24399987749038377, "his": 0.2102954936560129}, "notice": {"he - his": -0.030738739898156037, "he": 0.1847983596268498, "his": 0.21553709952500583}, "now": {"he - his": 0.0015760744130695892, "he": 0.21587260579432224, "his": 0.21429653138125265}, "number": {"he - his": -0.08132280871258463, "he": 0.1684719010074631, "his": 0.24979470972004772}, "numbers": {"he - his": -0.031002398343180387, "he": 0.17210330764661627, "his": 0.20310570598979666}, "o": {"he - his": 0.01696471615735637, "he": 0.2056655459948584, "his": 0.18870082983750203}, "obama": {"he - his": -0.08080377803188954, "he": 0.18021399957718726, "his": 0.2610177776090768}, "obviously": {"he - his": 0.016997027477394927, "he": 0.24591911173607547, "his": 0.22892208425868055}, "of": {"he - his": -0.03595712365853648, "he": 0.3190170936566082, "his": 0.35497421731514467}, "off": {"he - his": 0.02139199086132848, "he": 0.2400178251332915, "his": 0.21862583427196303}, "officials": {"he - his": -0.02979409165370908, "he": 0.22787709649500767, "his": 0.25767118814871676}, "often": {"he - his": -0.03087940690276869, "he": 0.1780655339314804, "his": 0.20894494083424908}, "ohhh": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "ok": {"he - his": -0.11361091862220299, "he": 0.15326653760344736, "his": 0.26687745622565034}, "old": {"he - his": 0.023133606480807006, "he": 0.25737458101544874, "his": 0.23424097453464174}, "on": {"he - his": -0.03402434599769949, "he": 0.30087821923833646, "his": 0.33490256523603595}, "once": {"he - his": 0.004953702945060062, "he": 0.23364745475509185, "his": 0.2286937518100318}, "one": {"he - his": 0.0035144417600571076, "he": 0.2634512858759837, "his": 0.2599368441159266}, "only": {"he - his": -0.05338736736603411, "he": 0.2368843237796826, "his": 0.2902716911457167}, "open": {"he - his": 0.04734185993590953, "he": 0.21430232802986748, "his": 0.16696046809395795}, "or": {"he - his": -0.009605978074441912, "he": 0.24952354825731216, "his": 0.25912952633175407}, "org": {"he - his": -0.08395601122549991, "he": 0.10031876102000163, "his": 0.18427477224550154}, "other": {"he - his": -0.03340137656983319, "he": 0.22582451370935044, "his": 0.25922589027918364}, "others": {"he - his": -0.08265039435963245, "he": 0.13620560134667595, "his": 0.2188559957063084}, "our": {"he - his": -0.06749862148471786, "he": 0.16554696785698833, "his": 0.2330455893417062}, "out": {"he - his": -0.004687294976076284, "he": 0.2512296150141405, "his": 0.25591690999021677}, "over": {"he - his": -0.054955092587025384, "he": 0.19905267173123695, "his": 0.25400776431826233}, "overwhelming": {"he - his": -0.02948199891576908, "he": 0.24138561175393702, "his": 0.2708676106697061}, "own": {"he - his": -0.0786224916289687, "he": 0.20931594640874326, "his": 0.28793843803771196}, "owner": {"he - his": -0.030447192658947658, "he": 0.1984748915997329, "his": 0.22892208425868055}, "owns": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "packi": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "paedophilia": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "panzerfaust": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "parades": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "parents": {"he - his": -0.08286681475044635, "he": 0.13058466881811576, "his": 0.2134514835685621}, "parish": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "part": {"he - his": -0.013383485584984728, "he": 0.2116290054331027, "his": 0.22501249101808743}, "particularly": {"he - his": -0.02979409165370908, "he": 0.22787709649500767, "his": 0.25767118814871676}, "party": {"he - his": 0.06982174277608738, "he": 0.24070952633915296, "his": 0.17088778356306558}, "pass": {"he - his": -0.031504155488957186, "he": 0.1469916683588166, "his": 0.1784958238477738}, "patch": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "paying": {"he - his": -0.02979409165370908, "he": 0.22787709649500767, "his": 0.25767118814871676}, "people": {"he - his": -0.04728120454846846, "he": 0.20181652278735218, "his": 0.24909772733582064}, "person": {"he - his": 0.02137732836299089, "he": 0.26216490312674606, "his": 0.24078757476375517}, "personally": {"he - his": -0.02991888384849936, "he": 0.22238185132154806, "his": 0.2523007351700474}, "phone": {"he - his": -0.031076583124704432, "he": 0.1684719010074631, "his": 0.19954848413216753}, "pic": {"he - his": -0.030218514454742273, "he": 0.20895529526800866, "his": 0.23917380972275093}, "picture": {"he - his": -0.031673478333301724, "he": 0.13820675220172948, "his": 0.1698802305350312}, "pilate": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "place": {"he - his": -0.0040267169235178035, "he": 0.1776748629899226, "his": 0.1817015799134404}, "play": {"he - his": 0.016972761468540043, "he": 0.21005547528058519, "his": 0.19308271381204514}, "pm": {"he - his": 0.018929921067329353, "he": 0.2200502543866951, "his": 0.20112033331936574}, "pocket": {"he - his": -0.029276969953659082, "he": 0.25008657663135536, "his": 0.27936354658501444}, "point": {"he - his": -0.0036752174189500497, "he": 0.20892344801557952, "his": 0.21259866543452957}, "political": {"he - his": -0.0305128753684277, "he": 0.1954253217553395, "his": 0.2259381971237672}, "pollute": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "pontius": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "pool": {"he - his": -0.03002938077337583, "he": 0.21746936502540917, "his": 0.247498745798785}, "poor": {"he - his": 0.018940574089303802, "he": 0.2504828936759876, "his": 0.23154231958668378}, "position": {"he - his": -0.03002938077337583, "he": 0.21746936502540917, "his": 0.247498745798785}, "possible": {"he - his": 0.01697783672517139, "he": 0.21319485918816547, "his": 0.19621702246299408}, "post": {"he - his": 0.018849823317559994, "he": 0.18659388519592782, "his": 0.16774406187836782}, "posts": {"he - his": -0.06510782074579533, "he": 0.2056655459948584, "his": 0.2707733667406537}, "power": {"he - his": -0.0034674950647354263, "he": 0.22807482452194835, "his": 0.23154231958668378}, "preach": {"he - his": 0.016906101504743087, "he": 0.29626964808975753, "his": 0.27936354658501444}, "pregnant": {"he - his": -0.029650682663843603, "he": 0.23412509034871806, "his": 0.26377577301256167}, "present": {"he - his": -0.08070253757535195, "he": 0.1824552746959061, "his": 0.26315781227125806}, "presenting": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "pride": {"he - his": -0.03393331783405984, "he": 0.18883723087823395, "his": 0.2227705487122938}, "principal": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "printing": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "prison": {"he - his": -0.03279903015769689, "he": 0.23493808581144512, "his": 0.267737115969142}, "pro": {"he - his": 0.047126484990618056, "he": 0.2344424149974974, "his": 0.18731593000687935}, "probably": {"he - his": 0.0702305566827659, "he": 0.2193586564694832, "his": 0.1491280997867173}, "professor": {"he - his": -0.029650682663843603, "he": 0.23412509034871806, "his": 0.26377577301256167}, "property": {"he - his": 0.01699037312641305, "he": 0.256164182849164, "his": 0.23917380972275093}, "protect": {"he - his": -0.1110163022604157, "he": 0.1954253217553395, "his": 0.3064416240157552}, "proud": {"he - his": -0.08956183722268729, "he": 0.18580476035643534, "his": 0.27536659757912263}, "public": {"he - his": 0.02029524672090874, "he": 0.2564003011245398, "his": 0.23610505440363108}, "punk": {"he - his": 0.016931635273024048, "he": 0.28779924594273015, "his": 0.2708676106697061}, "put": {"he - his": 0.05632145645654099, "he": 0.25955306833303654, "his": 0.20323161187649555}, "q": {"he - his": 0.01698052669795541, "he": 0.2644792724967404, "his": 0.247498745798785}, "quarter": {"he - his": -0.029650682663843603, "he": 0.23412509034871806, "his": 0.26377577301256167}, "quebec": {"he - his": -0.029276969953659082, "he": 0.25008657663135536, "his": 0.27936354658501444}, "race": {"he - his": -0.004551144034691423, "he": 0.133421214939728, "his": 0.13797235897441942}, "races": {"he - his": -0.08207312473315723, "he": 0.15067164193018298, "his": 0.2327447666633402}, "racist": {"he - his": 0.03720089902032597, "he": 0.23364745475509185, "his": 0.19644655573476588}, "radio": {"he - his": -0.031299346213248425, "he": 0.1574014836242536, "his": 0.18870082983750203}, "rag": {"he - his": -0.07671733049440815, "he": 0.26101383237626974, "his": 0.3377311628706779}, "ran": {"he - his": -0.033921264717442334, "he": 0.27252035929831286, "his": 0.3064416240157552}, "rancher": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "rather": {"he - his": -0.03138124076127283, "he": 0.15326653760344736, "his": 0.18464777836472018}, "re": {"he - his": -0.0043715945256739, "he": 0.14827874541062702, "his": 0.15265033993630092}, "read": {"he - his": -0.036538393364556776, "he": 0.17517523547360342, "his": 0.2117136288381602}, "reading": {"he - his": -0.11291956890412291, "he": 0.1650714711739678, "his": 0.2779910400780907}, "reality": {"he - his": -0.030738739898156037, "he": 0.1847983596268498, "his": 0.21553709952500583}, "really": {"he - his": -0.0350958143539479, "he": 0.13682426485579566, "his": 0.17192007920974356}, "reason": {"he - his": -0.031730115764335626, "he": 0.13523035232962233, "his": 0.16696046809395795}, "recovered": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "relies": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "remember": {"he - his": -0.012937066466393171, "he": 0.23972262247156975, "his": 0.2526596889379629}, "reply": {"he - his": -0.0306323131749473, "he": 0.1898333100014528, "his": 0.2204656231764001}, "represent": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "rest": {"he - his": -0.11389966980502794, "he": 0.14819177238917372, "his": 0.26209144219420166}, "restaurant": {"he - his": -0.030447192658947658, "he": 0.1984748915997329, "his": 0.22892208425868055}, "rethink": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "right": {"he - his": 0.008831913762162746, "he": 0.27918929773258166, "his": 0.2703573839704189}, "rish": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "road": {"he - his": -0.08036435764923547, "he": 0.1898333100014528, "his": 0.27019766765068826}, "rob": {"he - his": 0.016906101504743087, "he": 0.29626964808975753, "his": 0.27936354658501444}, "role": {"he - his": -0.030128549014074052, "he": 0.21302210377299627, "his": 0.24315065278707032}, "rouge": {"he - his": -0.07586800382444336, "he": 0.2758851054843536, "his": 0.35175310930879694}, "run": {"he - his": 0.016902298460318432, "he": 0.1819959849433494, "his": 0.16509368648303097}, "s": {"he - his": 0.06221115726706983, "he": 0.33440770892707955, "his": 0.2721965516600097}, "sacrifice": {"he - his": -0.03002938077337583, "he": 0.21746936502540917, "his": 0.247498745798785}, "sad": {"he - his": -0.0034927022299291455, "he": 0.22572170902186872, "his": 0.22921441125179787}, "safe": {"he - his": 0.046746182011671245, "he": 0.26228328153667707, "his": 0.21553709952500583}, "said": {"he - his": 0.04471847449955019, "he": 0.3080818812270229, "his": 0.2633634067274727}, "same": {"he - his": 0.10515908826472756, "he": 0.20476920374590954, "his": 0.09961011548118198}, "sat": {"he - his": 0.016993447444739046, "he": 0.2525000155577136, "his": 0.23550656811297457}, "saw": {"he - his": -0.03878082904053376, "he": 0.2151074324471886, "his": 0.25388826148772237}, "say": {"he - his": 0.03832782553889602, "he": 0.26710698755205897, "his": 0.22877916201316295}, "says": {"he - his": 0.06562171328389488, "he": 0.2710655675959852, "his": 0.20544385431209033}, "school": {"he - his": 0.0231415601853468, "he": 0.245762252299744, "his": 0.2226206921143972}, "schooled": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "scotlandville": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "screaming": {"he - his": -0.02979409165370908, "he": 0.22787709649500767, "his": 0.25767118814871676}, "screams": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "screw": {"he - his": -0.029276969953659082, "he": 0.25008657663135536, "his": 0.27936354658501444}, "screwing": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "scum": {"he - his": -0.03138124076127283, "he": 0.15326653760344736, "his": 0.18464777836472018}, "second": {"he - his": 0.016987000722832546, "he": 0.2200927067126292, "his": 0.20310570598979666}, "security": {"he - his": 0.018911883886017222, "he": 0.27217952402983164, "his": 0.2532676401438144}, "see": {"he - his": -0.008221980968906112, "he": 0.233669356046302, "his": 0.24189133701520812}, "seem": {"he - his": -0.03104019172465386, "he": 0.1702566504369363, "his": 0.20129684216159016}, "self": {"he - his": -0.05798319616468692, "he": 0.24485198917346981, "his": 0.30283518533815673}, "sell": {"he - his": 0.016997968104383726, "he": 0.23746359128078381, "his": 0.2204656231764001}, "selling": {"he - his": -0.029650682663843603, "he": 0.23412509034871806, "his": 0.26377577301256167}, "semitism": {"he - his": 0.016931635273024048, "he": 0.28779924594273015, "his": 0.2708676106697061}, "send": {"he - his": 0.016862781222969386, "he": 0.1711001198388357, "his": 0.1542373386158663}, "sent": {"he - his": 0.0695806309509498, "he": 0.2516845426691109, "his": 0.1821039117181611}, "sergeant": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "served": {"he - his": -0.029650682663843603, "he": 0.23412509034871806, "his": 0.26377577301256167}, "service": {"he - his": -0.0801030325402674, "he": 0.1954253217553395, "his": 0.2755283542956069}, "set": {"he - his": -0.11353357796096908, "he": 0.15461081404148858, "his": 0.26814439200245765}, "several": {"he - his": -0.08202054405712014, "he": 0.1519540008447359, "his": 0.23397454490185604}, "she": {"he - his": 0.053138105409070796, "he": 0.19734296331572007, "his": 0.14420485790664928}, "sheriff": {"he - his": -0.029276969953659082, "he": 0.25008657663135536, "his": 0.27936354658501444}, "shiloh": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "shirt": {"he - his": -0.030218514454742273, "he": 0.20895529526800866, "his": 0.23917380972275093}, "shocked": {"he - his": 0.01694978237271144, "he": 0.2807255553852731, "his": 0.26377577301256167}, "short": {"he - his": 0.01698261015159183, "he": 0.21653109428375936, "his": 0.19954848413216753}, "should": {"he - his": 0.020258684196163224, "he": 0.29426179955145626, "his": 0.27400311535529304}, "shoving": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "show": {"he - his": 0.07076071498639523, "he": 0.18152201205375143, "his": 0.1107612970673562}, "signals": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "since": {"he - his": -0.08378163652767856, "he": 0.10541450898883284, "his": 0.1891961455165114}, "sister": {"he - his": -0.03338538419479087, "he": 0.21160212542147228, "his": 0.24498750961626314}, "sit": {"he - his": 0.016997451289941012, "he": 0.23493808581144512, "his": 0.2179406345215041}, "sitting": {"he - his": -0.08080377803188954, "he": 0.18021399957718726, "his": 0.2610177776090768}, "skin": {"he - his": 0.016877911668630896, "he": 0.17505540287438262, "his": 0.15817749120575172}, "skinheads": {"he - his": -0.030128549014074052, "he": 0.21302210377299627, "his": 0.24315065278707032}, "skins": {"he - his": -0.030218514454742273, "he": 0.20895529526800866, "his": 0.23917380972275093}, "small": {"he - his": 0.047432694066260134, "he": 0.20400228382063673, "his": 0.1565695897543766}, "smashed": {"he - his": -0.029276969953659082, "he": 0.25008657663135536, "his": 0.27936354658501444}, "snapped": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "so": {"he - his": 0.009104769929702827, "he": 0.2970331192325622, "his": 0.2879283493028594}, "social": {"he - his": -0.033305600008323444, "he": 0.21483672570554796, "his": 0.2481423257138714}, "some": {"he - his": 0.03759269716350272, "he": 0.24675607137543717, "his": 0.20916337421193446}, "someone": {"he - his": -0.03779007421880651, "he": 0.1966753080076791, "his": 0.2344653822264856}, "something": {"he - his": 0.018860998779674037, "he": 0.1899237975322404, "his": 0.17106279875256636}, "son": {"he - his": 0.03686686632221481, "he": 0.27084141122407085, "his": 0.23397454490185604}, "song": {"he - his": -0.031504155488957186, "he": 0.1469916683588166, "his": 0.1784958238477738}, "soon": {"he - his": -0.013181164045929117, "he": 0.22437891014198216, "his": 0.23756007418791128}, "sorry": {"he - his": 0.04731400924800336, "he": 0.21719423978303457, "his": 0.1698802305350312}, "sort": {"he - his": -0.03104019172465386, "he": 0.1702566504369363, "his": 0.20129684216159016}, "spirited": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "spoke": {"he - his": -0.06172915191704864, "he": 0.2807255553852731, "his": 0.34245470730232175}, "ss": {"he - his": -0.030300853302999142, "he": 0.20520571480997543, "his": 0.23550656811297457}, "stabbed": {"he - his": -0.029276969953659082, "he": 0.25008657663135536, "his": 0.27936354658501444}, "stabbing": {"he - his": -0.029276969953659082, "he": 0.25008657663135536, "his": 0.27936354658501444}, "stand": {"he - his": -0.03145682197461694, "he": 0.1494180136529049, "his": 0.18087483562752185}, "star": {"he - his": 0.016997829036622586, "he": 0.24293602616038978, "his": 0.2259381971237672}, "start": {"he - his": 0.01673667333204712, "he": 0.14429422086394184, "his": 0.12755754753189472}, "started": {"he - his": 0.016935712810710934, "he": 0.1931503123652337, "his": 0.17621459955452276}, "state": {"he - his": -0.003665738784494804, "he": 0.2097857447840673, "his": 0.2134514835685621}, "statement": {"he - his": -0.03189095707591838, "he": 0.2692737725980185, "his": 0.30116472967393687}, "still": {"he - his": 0.01889204078338433, "he": 0.20059362069682474, "his": 0.1817015799134404}, "stood": {"he - his": -0.0028001346008985073, "he": 0.2937001331763854, "his": 0.2965002677772839}, "stop": {"he - his": 0.0702981410325838, "he": 0.21536957517973068, "his": 0.14507143414714688}, "stories": {"he - his": -0.08070253757535195, "he": 0.1824552746959061, "his": 0.26315781227125806}, "stormed": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "stormfront": {"he - his": 0.07069445708674504, "he": 0.18741043198777826, "his": 0.11671597490103322}, "story": {"he - his": -0.06677425001835968, "he": 0.16255589164311207, "his": 0.22933014166147175}, "strange": {"he - his": -0.0306323131749473, "he": 0.1898333100014528, "his": 0.2204656231764001}, "straw": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "street": {"he - his": -0.08191087785222198, "he": 0.15461081404148858, "his": 0.23652169189371056}, "student": {"he - his": -0.03087940690276869, "he": 0.1780655339314804, "his": 0.20894494083424908}, "students": {"he - his": -0.03395751930399982, "he": 0.18780838306930844, "his": 0.22176590237330826}, "stuff": {"he - his": -0.031711598643972966, "he": 0.13620560134667595, "his": 0.1679171999906489}, "stupid": {"he - his": -0.0318826498950851, "he": 0.1271156669545797, "his": 0.1589983168496648}, "style": {"he - his": 0.016997027477394927, "he": 0.24591911173607547, "his": 0.22892208425868055}, "substitute": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "succeeded": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "such": {"he - his": -0.03228745128772144, "he": 0.10482746316734305, "his": 0.1371149144550645}, "suited": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "supermarket": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "support": {"he - his": -0.013106875422634917, "he": 0.2290530950832699, "his": 0.24215997050590482}, "supporters": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "sure": {"he - his": 0.05268972614278253, "he": 0.23910317743704484, "his": 0.18641345129426232}, "surprised": {"he - his": -0.08080377803188954, "he": 0.18021399957718726, "his": 0.2610177776090768}, "survived": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "suspect": {"he - his": -0.03266533474836647, "he": 0.24012409138495022, "his": 0.2727894261333167}, "suspended": {"he - his": 0.01696309403975721, "he": 0.27463428218847397, "his": 0.25767118814871676}, "swazi": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "system": {"he - his": -0.035036577310990746, "he": 0.2331078146914669, "his": 0.26814439200245765}, "t": {"he - his": -0.030844111411507252, "he": 0.22601555287228406, "his": 0.2568596642837913}, "taco": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "take": {"he - his": 0.0892944108109276, "he": 0.2008190393883608, "his": 0.1115246285774332}, "taken": {"he - his": 0.018938863987353394, "he": 0.25291340888920943, "his": 0.23397454490185604}, "takes": {"he - his": 0.016997829036622586, "he": 0.24293602616038978, "his": 0.2259381971237672}, "taking": {"he - his": -0.031270455232656924, "he": 0.15885169591209744, "his": 0.19012215114475436}, "talk": {"he - his": -0.06062129073893702, "he": 0.17716695079817368, "his": 0.2377882415371107}, "talkin": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "tall": {"he - his": -0.030447192658947658, "he": 0.1984748915997329, "his": 0.22892208425868055}, "tat": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "teacher": {"he - his": -0.08541419872446879, "he": 0.23686175706959847, "his": 0.32227595579406726}, "teachers": {"he - his": 0.01688703878900774, "he": 0.17756249876073504, "his": 0.1606754599717273}, "tell": {"he - his": -0.013334323247588903, "he": 0.2147298147824867, "his": 0.2280641380300756}, "telling": {"he - his": -0.0032365560099769097, "he": 0.2500310841338375, "his": 0.2532676401438144}, "tennessee": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "texas": {"he - his": -0.031354694944195544, "he": 0.15461081404148858, "his": 0.18596550898568412}, "than": {"he - his": 0.021364140146747035, "he": 0.21413859726372553, "his": 0.1927744571169785}, "thank": {"he - his": 0.004827132825692221, "he": 0.21702077119711713, "his": 0.2121936383714249}, "that": {"he - his": -0.028351131098104443, "he": 0.30286218380729196, "his": 0.3312133149053964}, "thats": {"he - his": 0.0471999888944265, "he": 0.22807482452194835, "his": 0.18087483562752185}, "the": {"he - his": -0.007885374334897943, "he": 0.359651211376102, "his": 0.36753658571099995}, "theft": {"he - his": -0.02948199891576908, "he": 0.24138561175393702, "his": 0.2708676106697061}, "their": {"he - his": -0.05761853346981784, "he": 0.11850957289671778, "his": 0.17612810636653561}, "thelgbt": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "them": {"he - his": 0.042379043035256775, "he": 0.1790504480269035, "his": 0.13667140499164673}, "themselves": {"he - his": -0.03192862027370148, "he": 0.12464096948067512, "his": 0.1565695897543766}, "then": {"he - his": -0.004122659605547252, "he": 0.26751538878960635, "his": 0.2716380483951536}, "there": {"he - his": -0.028819073542160262, "he": 0.12937455772632322, "his": 0.1581936312684835}, "therefore": {"he - his": -0.07925258127831378, "he": 0.21302210377299627, "his": 0.29227468505131005}, "these": {"he - his": -0.07134807490504907, "he": 0.1666550833746634, "his": 0.23800315827971247}, "they": {"he - his": -0.05317133404201299, "he": 0.19140146322363566, "his": 0.24457279726564865}, "thing": {"he - his": 0.07069445708674504, "he": 0.18741043198777826, "his": 0.11671597490103322}, "things": {"he - his": 0.08868345754788237, "he": 0.2293423424304631, "his": 0.14065888488258071}, "think": {"he - his": 0.04602273654683603, "he": 0.2051914175092283, "his": 0.15916868096239228}, "thinks": {"he - his": 0.0862409354908665, "he": 0.3041815700123706, "his": 0.2179406345215041}, "third": {"he - his": 0.04692537814404085, "he": 0.2500310841338375, "his": 0.20310570598979666}, "this": {"he - his": -0.028752524594305412, "he": 0.24438112421319755, "his": 0.27313364880750296}, "those": {"he - his": -0.03888084448483556, "he": 0.15438367020019453, "his": 0.1932645146850301}, "thought": {"he - his": 0.13946201400168654, "he": 0.2845334481488334, "his": 0.14507143414714688}, "thousands": {"he - his": -0.11301624518710177, "he": 0.16344849391490165, "his": 0.2764647391020034}, "thread": {"he - his": -0.03526109009167597, "he": 0.12894292248980535, "his": 0.16420401258148132}, "three": {"he - his": 0.016959132347373507, "he": 0.20292464133305763, "his": 0.18596550898568412}, "threw": {"he - his": -0.0317443238461545, "he": 0.27463428218847397, "his": 0.30637860603462846}, "through": {"he - his": -0.0038347374847404747, "he": 0.1945700118490484, "his": 0.19840474933378888}, "throw": {"he - his": -0.03087940690276869, "he": 0.1780655339314804, "his": 0.20894494083424908}, "thrown": {"he - his": -0.03213786625197684, "he": 0.2601368187993332, "his": 0.29227468505131005}, "thus": {"he - his": -0.07903090275187472, "he": 0.21746936502540917, "his": 0.2965002677772839}, "time": {"he - his": -0.024275034987734312, "he": 0.23495085529144932, "his": 0.25922589027918364}, "times": {"he - his": 0.004815706136557407, "he": 0.21558032282422018, "his": 0.21076461668766278}, "to": {"he - his": -0.01524293585250297, "he": 0.35147537949235774, "his": 0.3667183153448607}, "told": {"he - his": 0.03177696528255658, "he": 0.2961685152037671, "his": 0.2643915499212105}, "too": {"he - his": 0.014741599299712471, "he": 0.24821140792801158, "his": 0.2334698086282991}, "tormented": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "torn": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "town": {"he - his": -0.0347404588746853, "he": 0.15332736182753276, "his": 0.18806782070221806}, "trash": {"he - his": -0.030686972494806314, "he": 0.1872536620266978, "his": 0.2179406345215041}, "tree": {"he - his": 0.046872289080375856, "he": 0.2537964701963474, "his": 0.20692418111597152}, "trip": {"he - his": -0.03002938077337583, "he": 0.21746936502540917, "his": 0.247498745798785}, "troll": {"he - his": -0.030218514454742273, "he": 0.20895529526800866, "his": 0.23917380972275093}, "trudeau": {"he - his": -0.0799587024159367, "he": 0.1984748915997329, "his": 0.2784335940156696}, "trump": {"he - his": -0.029276969953659082, "he": 0.25008657663135536, "his": 0.27936354658501444}, "trusted": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "truth": {"he - his": 0.05232029724672624, "he": 0.2632505227660175, "his": 0.21093022551929128}, "try": {"he - his": 0.10433858113581704, "he": 0.2359644277937728, "his": 0.13162584665795576}, "trying": {"he - his": 0.03720534499837466, "he": 0.23301319253302924, "his": 0.19580784753465458}, "tuesday": {"he - his": -0.07925258127831378, "he": 0.21302210377299627, "his": 0.29227468505131005}, "turning": {"he - his": -0.030376767015529743, "he": 0.2017249076957935, "his": 0.23210167471132323}, "two": {"he - his": -0.010063548785520904, "he": 0.2325624175876295, "his": 0.2426259663731504}, "types": {"he - his": -0.07925258127831378, "he": 0.21302210377299627, "his": 0.29227468505131005}, "typical": {"he - his": 0.016997968104383726, "he": 0.23746359128078381, "his": 0.2204656231764001}, "tyrone": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "u": {"he - his": -0.031972519254729034, "he": 0.12226481936113727, "his": 0.1542373386158663}, "under": {"he - his": -0.03669529783910655, "he": 0.23593945089422122, "his": 0.27263474873332777}, "understand": {"he - his": -0.033530566126798445, "he": 0.2056655459948584, "his": 0.23919611212165684}, "uneven": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "universe": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "unnatural": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "until": {"he - his": -0.032000722792576666, "he": 0.12073144840811205, "his": 0.15273217120068872}, "untill": {"he - his": -0.02979409165370908, "he": 0.22787709649500767, "his": 0.25767118814871676}, "up": {"he - his": -0.014112035855913307, "he": 0.26819899878700254, "his": 0.28231103464291585}, "upon": {"he - his": -0.08059595528709732, "he": 0.1847983596268498, "his": 0.2653943149139471}, "ur": {"he - his": -0.029650682663843603, "he": 0.23412509034871806, "his": 0.26377577301256167}, "us": {"he - his": 0.032236706025719014, "he": 0.22428251978075214, "his": 0.19204581375503313}, "use": {"he - his": -0.03491504273074836, "he": 0.14529231572089585, "his": 0.1802073584516442}, "used": {"he - his": -0.09072099674355538, "he": 0.16255589164311207, "his": 0.25327688838666745}, "using": {"he - his": -0.08222274289298126, "he": 0.1469916683588166, "his": 0.22921441125179787}, "usual": {"he - his": -0.030376767015529743, "he": 0.2017249076957935, "his": 0.23210167471132323}, "v": {"he - his": 0.016902298460318432, "he": 0.1819959849433494, "his": 0.16509368648303097}, "values": {"he - his": 0.016997829036622586, "he": 0.24293602616038978, "his": 0.2259381971237672}, "ve": {"he - his": 0.020251299683120505, "he": 0.20260650636308966, "his": 0.18235520667996916}, "verl": {"he - his": -0.02948199891576908, "he": 0.24138561175393702, "his": 0.2708676106697061}, "very": {"he - his": 0.0016102357165195813, "he": 0.21921279796200172, "his": 0.21760256224548213}, "victim": {"he - his": -0.030447192658947658, "he": 0.1984748915997329, "his": 0.22892208425868055}, "victims": {"he - his": -0.08108009783603573, "he": 0.17401664932974134, "his": 0.25509674716577707}, "video": {"he - his": -0.05612123487638687, "he": 0.18754311397071496, "his": 0.24366434884710184}, "views": {"he - his": 0.016997451289941012, "he": 0.23493808581144512, "his": 0.2179406345215041}, "vile": {"he - his": -0.030128549014074052, "he": 0.21302210377299627, "his": 0.24315065278707032}, "violent": {"he - his": -0.030963090388588438, "he": 0.17401664932974134, "his": 0.20497973971832978}, "walked": {"he - his": -0.030128549014074052, "he": 0.21302210377299627, "his": 0.24315065278707032}, "walks": {"he - his": 0.016868197984046207, "he": 0.3068970668906189, "his": 0.2900288689065727}, "wanna": {"he - his": -0.0799587024159367, "he": 0.1984748915997329, "his": 0.2784335940156696}, "want": {"he - his": -0.12606762682580475, "he": 0.12836009979619684, "his": 0.2544277266220016}, "wanted": {"he - his": 0.04726159537642777, "he": 0.2223696381711051, "his": 0.17510804279467734}, "wants": {"he - his": 0.05197084886803777, "he": 0.2823367784187593, "his": 0.23036592955072155}, "was": {"he - his": 0.018474972606963846, "he": 0.3699397943615183, "his": 0.35146482175455446}, "washed": {"he - his": -0.029276969953659082, "he": 0.25008657663135536, "his": 0.27936354658501444}, "watch": {"he - his": -0.013966118533995903, "he": 0.1747476949277644, "his": 0.1887138134617603}, "watched": {"he - his": -0.030574417537600734, "he": 0.19255155813487934, "his": 0.22312597567248008}, "waving": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "way": {"he - his": -0.01498969299971728, "he": 0.22135191208317237, "his": 0.23634160508288965}, "we": {"he - his": -0.02622665370647545, "he": 0.2081836817200336, "his": 0.23441033542650905}, "web": {"he - his": -0.030686972494806314, "he": 0.1872536620266978, "his": 0.2179406345215041}, "website": {"he - his": -0.031299346213248425, "he": 0.1574014836242536, "his": 0.18870082983750203}, "week": {"he - his": 0.07025390060784834, "he": 0.21799913675777044, "his": 0.1477452361499221}, "weeks": {"he - his": 0.05221658724410752, "he": 0.2692131501125408, "his": 0.2169965628684333}, "weight": {"he - his": -0.03002938077337583, "he": 0.21746936502540917, "his": 0.247498745798785}, "welfare": {"he - his": -0.030686972494806314, "he": 0.1872536620266978, "his": 0.2179406345215041}, "well": {"he - his": 0.033869568585245396, "he": 0.20253939129912463, "his": 0.16866982271387923}, "went": {"he - his": -0.003696457613631021, "he": 0.26883086756711433, "his": 0.27252732518074535}, "were": {"he - his": -0.07572291109417009, "he": 0.14517316476283673, "his": 0.22089607585700682}, "what": {"he - his": 0.010430270000045483, "he": 0.2627176681051585, "his": 0.252287398105113}, "whatever": {"he - his": 0.04694992201516096, "he": 0.24824676417675112, "his": 0.20129684216159016}, "when": {"he - his": -0.013899528051322052, "he": 0.2786012441732314, "his": 0.29250077222455345}, "whenever": {"he - his": -0.030447192658947658, "he": 0.1984748915997329, "his": 0.22892208425868055}, "where": {"he - his": -0.008686558955779383, "he": 0.24367365746644606, "his": 0.25236021642222545}, "which": {"he - his": -0.03682965557382817, "he": 0.16314556030692776, "his": 0.19997521588075592}, "while": {"he - his": -0.009822286521906948, "he": 0.24832869069502092, "his": 0.25815097721692787}, "white": {"he - his": -0.037792042374003576, "he": 0.26572420166961047, "his": 0.30351624404361405}, "whites": {"he - his": 0.004263311708950446, "he": 0.1544739431028826, "his": 0.15021063139393215}, "who": {"he - his": -0.019055103917842986, "he": 0.24733226842829525, "his": 0.26638737234613824}, "whut": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "why": {"he - his": -0.06137378843612823, "he": 0.15547907897887528, "his": 0.2168528674150035}, "wife": {"he - his": -0.13840975763220065, "he": 0.24166385391956363, "his": 0.3800736115517643}, "wigger": {"he - his": -0.02979409165370908, "he": 0.22787709649500767, "his": 0.25767118814871676}, "will": {"he - his": -0.036374779464667495, "he": 0.23094964080684444, "his": 0.26732442027151193}, "win": {"he - his": -0.030300853302999142, "he": 0.20520571480997543, "his": 0.23550656811297457}, "winter": {"he - his": -0.030128549014074052, "he": 0.21302210377299627, "his": 0.24315065278707032}, "wisdom": {"he - his": -0.07779227089764029, "he": 0.24138561175393702, "his": 0.3191778826515773}, "with": {"he - his": -0.011446574504203721, "he": 0.31377301600629726, "his": 0.325219590510501}, "within": {"he - his": -0.031111672985125127, "he": 0.16674478698570264, "his": 0.19785645997082776}, "woman": {"he - his": 0.07028737301066859, "he": 0.21601622205754367, "his": 0.14572884904687508}, "women": {"he - his": -0.03227705559779859, "he": 0.10541450898883284, "his": 0.13769156458663143}, "won": {"he - his": -0.0028001346008985073, "he": 0.2937001331763854, "his": 0.2965002677772839}, "wonder": {"he - his": -0.00366084095897784, "he": 0.24836544701017044, "his": 0.2520262879691483}, "word": {"he - his": 0.06993821131048261, "he": 0.23503189779351358, "his": 0.16509368648303097}, "words": {"he - his": -0.031270455232656924, "he": 0.15885169591209744, "his": 0.19012215114475436}, "wore": {"he - his": -0.029650682663843603, "he": 0.23412509034871806, "his": 0.26377577301256167}, "work": {"he - his": -0.11629413369354802, "he": 0.10197192865241347, "his": 0.2182660623459615}, "world": {"he - his": 0.018828598465730484, "he": 0.18077541217354315, "his": 0.16194681370781266}, "worst": {"he - his": -0.030738739898156037, "he": 0.1847983596268498, "his": 0.21553709952500583}, "would": {"he - his": 0.02025009246049636, "he": 0.2533320794697774, "his": 0.23308198700928107}, "wouldnt": {"he - his": -0.029015036530302962, "he": 0.26101383237626974, "his": 0.2900288689065727}, "wp": {"he - his": -0.03078790736884876, "he": 0.1824552746959061, "his": 0.21324318206475487}, "wrench": {"he - his": -0.028041076753204386, "he": 0.29996762599411864, "his": 0.328008702747323}, "wrong": {"he - his": 0.005132634897389354, "he": 0.2597521113510033, "his": 0.25461947645361394}, "wrote": {"he - his": -0.07963560938081846, "he": 0.20520571480997543, "his": 0.2848413241907939}, "www": {"he - his": -0.0942420110672585, "he": 0.07774693094900857, "his": 0.17198894201626708}, "x202a": {"he - his": -0.03087940690276869, "he": 0.1780655339314804, "his": 0.20894494083424908}, "y": {"he - his": 0.016997451289941012, "he": 0.23493808581144512, "his": 0.2179406345215041}, "yard": {"he - his": -0.03243109742408434, "he": 0.2490972846048511, "his": 0.28152838202893543}, "yards": {"he - his": 0.016995609893527858, "he": 0.2490972846048511, "his": 0.23210167471132323}, "year": {"he - his": -0.06564730830484447, "he": 0.21012200371740572, "his": 0.2757693120222502}, "years": {"he - his": 0.032205364276107984, "he": 0.23355027913764223, "his": 0.20134491486153425}, "yes": {"he - his": 0.0780080640985304, "he": 0.25772520552275235, "his": 0.17971714142422196}, "yet": {"he - his": -0.08309085384178343, "he": 0.12464096948067512, "his": 0.20773182332245854}, "you": {"he - his": 0.02882815568925018, "he": 0.22410996735713926, "his": 0.19528181166788908}, "your": {"he - his": -0.07494306016132105, "he": 0.16346605582596038, "his": 0.23840911598728143}, "youths": {"he - his": -0.028650618515492388, "he": 0.2758851054843536, "his": 0.30453572399984596}, "youtube": {"he - his": -0.04218191661769419, "he": 0.14038542196324666, "his": 0.18256733858094085}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-man.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-man.json new file mode 100644 index 0000000000000000000000000000000000000000..cb3c394acd041df7a5523e02dae93d975e177ba4 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-man.json @@ -0,0 +1 @@ +{"1": {"he - man": -0.18469141431329644, "he": 0.08322999922701296, "man": 0.2679214135403094}, "10": {"he - man": -0.05373345240294333, "he": 0.2298700689877525, "man": 0.28360352139069583}, "12": {"he - man": -0.06623904209950962, "he": 0.1574014836242536, "man": 0.22364052572376322}, "14": {"he - man": -0.06675220780439697, "he": 0.14243045720853856, "man": 0.20918266501293553}, "15": {"he - man": -0.04137179380584244, "he": 0.2358108643049227, "man": 0.27718265811076515}, "17": {"he - man": -0.06470681496004657, "he": 0.1984748915997329, "man": 0.26318170655977946}, "2": {"he - man": -0.06863013230406609, "he": 0.07997216648426181, "man": 0.1486022987883279}, "27": {"he - man": -0.06393686110208593, "he": 0.21746936502540917, "man": 0.2814062261274951}, "3": {"he - man": -0.05483580864348192, "he": 0.20059362069682474, "man": 0.25542942934030666}, "30": {"he - man": -0.15435787524522268, "he": 0.14466529137341186, "man": 0.29902316661863454}, "50": {"he - man": -0.06638320315211257, "he": 0.15326653760344736, "man": 0.21964974075555993}, "6": {"he - man": -0.07636709184212107, "he": 0.20723642954857477, "man": 0.28360352139069583}, "65": {"he - man": -0.06132730563815081, "he": 0.2758851054843536, "man": 0.3372124111225044}, "9": {"he - man": -0.06671511266213162, "he": 0.14353691526390264, "man": 0.21025202792603426}, "a": {"he - man": -0.01430176575726061, "he": 0.3797807848382674, "man": 0.394082550595528}, "about": {"he - man": 0.06222018636968424, "he": 0.2679674567428005, "man": 0.20574727037311624}, "according": {"he - man": -0.017784786604554403, "he": 0.21653109428375936, "man": 0.23431588088831376}, "act": {"he - man": -0.06590648613086342, "he": 0.16674478698570264, "man": 0.23265127311656605}, "adverts": {"he - man": -0.06132730563815081, "he": 0.2758851054843536, "man": 0.3372124111225044}, "after": {"he - man": 0.01482855799837457, "he": 0.26249446993198644, "man": 0.24766591193361187}, "again": {"he - man": 0.06853840946081685, "he": 0.24073513055849036, "man": 0.1721967210976735}, "against": {"he - man": -0.10342626276724384, "he": 0.17974859413122982, "man": 0.28317485689847366}, "ago": {"he - man": 0.027066650396082748, "he": 0.23781219745619078, "man": 0.21074554706010803}, "all": {"he - man": -0.008478836627499042, "he": 0.25167633941576667, "man": 0.2601551760432657}, "allegedly": {"he - man": -0.06291245540018603, "he": 0.24138561175393702, "man": 0.30429806715412305}, "almost": {"he - man": -0.041981712203366606, "he": 0.21621381765095554, "man": 0.25819552985432215}, "along": {"he - man": 0.012113007089592759, "he": 0.2212956721025283, "man": 0.20918266501293553}, "alot": {"he - man": -0.11918982821285398, "he": 0.16674478698570264, "man": 0.2859346151985566}, "already": {"he - man": -0.07230475752990437, "he": 0.18780838306930844, "man": 0.2601131405992128}, "always": {"he - man": -0.022022863603035153, "he": 0.23965926458324951, "man": 0.26168212818628467}, "am": {"he - man": -0.15776511430835632, "he": 0.11270341355273707, "man": 0.2704685278610934}, "american": {"he - man": 0.011964875558975657, "he": 0.19194356465960277, "man": 0.17997868910062712}, "an": {"he - man": -0.059906909162915856, "he": 0.25190045417042506, "man": 0.3118073633333409}, "and": {"he - man": -0.01182411075063955, "he": 0.3669835250093558, "man": 0.3788076357599954}, "another": {"he - man": -0.15535848297480942, "he": 0.14429422086394184, "man": 0.29965270383875126}, "anti": {"he - man": 0.004280356641207683, "he": 0.2658569101797752, "man": 0.2615765535385675}, "any": {"he - man": -0.021150643890873677, "he": 0.15046028166629846, "man": 0.17161092555717214}, "anyone": {"he - man": -0.04383745895447089, "he": 0.151270775193521, "man": 0.1951082341479919}, "anything": {"he - man": 0.09403593192180054, "he": 0.25403091769506825, "man": 0.1599949857732677}, "apartment": {"he - man": -0.06470681496004657, "he": 0.1984748915997329, "man": 0.26318170655977946}, "ape": {"he - man": -0.06532605160863969, "he": 0.1824552746959061, "man": 0.2477813263045458}, "are": {"he - man": -0.04435458763302361, "he": 0.18731970956441, "man": 0.2316742971974336}, "area": {"he - man": -0.06836256411396853, "he": 0.08981115781794867, "man": 0.1581737219319172}, "around": {"he - man": 0.0038981562900983757, "he": 0.22300135523897108, "man": 0.2191031989488727}, "article": {"he - man": -0.018068075014625207, "he": 0.20031450236303547, "man": 0.21838257737766067}, "as": {"he - man": -0.01758254338159493, "he": 0.24735807492327255, "man": 0.2649406183048675}, "ask": {"he - man": -0.018045674145196006, "he": 0.20160406661036392, "man": 0.21964974075555993}, "aswell": {"he - man": -0.06291245540018603, "he": 0.24138561175393702, "man": 0.30429806715412305}, "at": {"he - man": 0.018262538062169292, "he": 0.26216535495020926, "man": 0.24390281688803997}, "atrabilious": {"he - man": -0.06132730563815081, "he": 0.2758851054843536, "man": 0.3372124111225044}, "attack": {"he - man": -0.15563950177155134, "he": 0.1279640196191445, "man": 0.28360352139069583}, "attacked": {"he - man": -0.06960315878927145, "he": 0.24591911173607547, "man": 0.3155222705253469}, "attempted": {"he - man": -0.06252461606384879, "he": 0.25008657663135536, "man": 0.31261119269520415}, "auto": {"he - man": -0.062026119197322205, "he": 0.26101383237626974, "man": 0.32303995157359194}, "away": {"he - man": 0.014872751578143995, "he": 0.28270281316364154, "man": 0.26783006158549755}, "b": {"he - man": -0.01808994252445456, "he": 0.1990544259213837, "man": 0.21714436844583826}, "back": {"he - man": 0.0378000948436929, "he": 0.2701350188001274, "man": 0.2323349239564345}, "backpack": {"he - man": -0.062026119197322205, "he": 0.26101383237626974, "man": 0.32303995157359194}, "bad": {"he - man": 0.053157729794593794, "he": 0.22260713777405955, "man": 0.16944940797946575}, "ball": {"he - man": 0.012258089078852508, "he": 0.2671356835402115, "man": 0.254877594461359}, "ballistic": {"he - man": -0.06252461606384879, "he": 0.25008657663135536, "man": 0.31261119269520415}, "balls": {"he - man": -0.06349858101446962, "he": 0.22787709649500767, "man": 0.2913756775094773}, "band": {"he - man": -0.018211276949829963, "he": 0.1920407509762043, "man": 0.21025202792603426}, "bank": {"he - man": -0.06412060301843267, "he": 0.21302210377299627, "man": 0.27714270679142894}, "bar": {"he - man": -0.017722105437457503, "he": 0.2200927067126292, "man": 0.2378148121500867}, "be": {"he - man": 0.031186748625233962, "he": 0.27036853454092985, "man": 0.2391817859156959}, "beach": {"he - man": -0.0644384047104207, "he": 0.20520571480997543, "man": 0.26964411952039613}, "beaten": {"he - man": -0.15052062091205912, "he": 0.1898333100014528, "man": 0.3403539309135119}, "beautiful": {"he - man": -0.06722498312960332, "he": 0.1279640196191445, "man": 0.19518900274874781}, "because": {"he - man": 0.005046691200828457, "he": 0.27917266114536765, "man": 0.2741259699445392}, "been": {"he - man": -0.11768357028959267, "he": 0.17825889102594264, "man": 0.2959424613155353}, "being": {"he - man": -0.055702667662074296, "he": 0.17611765663725168, "man": 0.23182032429932597}, "best": {"he - man": -0.01864466787419411, "he": 0.16667649543703983, "man": 0.18532116331123394}, "better": {"he - man": 0.05305768110751452, "he": 0.23114975146670458, "man": 0.17809207035919006}, "big": {"he - man": -0.019943499802009657, "he": 0.21347033153273015, "man": 0.2334138313347398}, "black": {"he - man": -0.13075946487667062, "he": 0.2599833813150044, "man": 0.39074284619167504}, "blacks": {"he - man": -0.20479471395647889, "he": 0.11209141945665371, "man": 0.3168861334131326}, "blind": {"he - man": -0.06373143578369903, "he": 0.22238185132154806, "man": 0.2861132871052471}, "body": {"he - man": -0.06584397988085067, "he": 0.1684719010074631, "man": 0.23431588088831376}, "boy": {"he - man": 0.10299344536493255, "he": 0.30521415176709743, "man": 0.20222070640216488}, "boyfriend": {"he - man": -0.11529714560248658, "he": 0.22238185132154806, "man": 0.33767899692403464}, "boys": {"he - man": -0.06549091354939748, "he": 0.1780655339314804, "man": 0.24355644748087787}, "brave": {"he - man": -0.11439492764946022, "he": 0.23412509034871806, "man": 0.3485200179981783}, "brother": {"he - man": -0.019132791345791655, "he": 0.25417085685002216, "man": 0.2733036481958138}, "brown": {"he - man": -0.07996675381627627, "he": 0.21347033153273015, "man": 0.2934370853490064}, "bus": {"he - man": -0.17692928663275906, "he": 0.1702566504369363, "man": 0.34718593706969536}, "but": {"he - man": 0.03603632298917442, "he": 0.2636441465050679, "man": 0.22760782351589348}, "butchy": {"he - man": -0.06014592370559135, "he": 0.29996762599411864, "man": 0.36011354969971}, "by": {"he - man": -0.07399087866725093, "he": 0.2307237338936239, "man": 0.30471461256087484}, "ca": {"he - man": -0.01999138629771058, "he": 0.2110274516479782, "man": 0.23101883794568878}, "called": {"he - man": 0.012026882023500135, "he": 0.20322091593113112, "man": 0.19119403390763098}, "came": {"he - man": -0.03595338636497025, "he": 0.23559175862940296, "man": 0.2715451449943732}, "campaign": {"he - man": -0.06428677062535104, "he": 0.20895529526800866, "man": 0.2732420658933597}, "can": {"he - man": -0.006334352602950094, "he": 0.20603745587199435, "man": 0.21237180847494444}, "canada": {"he - man": -0.07294358150279417, "he": 0.17265068282259063, "man": 0.2455942643253848}, "capital": {"he - man": -0.06373143578369903, "he": 0.22238185132154806, "man": 0.2861132871052471}, "car": {"he - man": -0.07452869648944152, "he": 0.2432337891788983, "man": 0.3177624856683398}, "case": {"he - man": -0.07164046693969037, "he": 0.20292464133305763, "man": 0.274565108272748}, "cat": {"he - man": -0.11487842669756129, "he": 0.22787709649500767, "man": 0.34275552319256897}, "caught": {"he - man": -0.09692457613662653, "he": 0.2654650119605131, "man": 0.3623895880971396}, "cause": {"he - man": -0.07606537025118529, "he": 0.21337009720770414, "man": 0.28943546745888943}, "certain": {"he - man": -0.01758158757773276, "he": 0.22804289685316984, "man": 0.2456244844309026}, "champion": {"he - man": -0.06132730563815081, "he": 0.2758851054843536, "man": 0.3372124111225044}, "change": {"he - man": -0.06647272651565528, "he": 0.15067164193018298, "man": 0.21714436844583826}, "charge": {"he - man": -0.06493899763736466, "he": 0.19255155813487934, "man": 0.257490555772244}, "charged": {"he - man": -0.04428266890273597, "he": 0.2997499258945969, "man": 0.3440325947973329}, "check": {"he - man": -0.018656619630788684, "he": 0.16596992319905252, "man": 0.1846265428298412}, "chick": {"he - man": -0.06132730563815081, "he": 0.2758851054843536, "man": 0.3372124111225044}, "child": {"he - man": -0.0673805144233392, "he": 0.1230464384271103, "man": 0.1904269528504495}, "chinese": {"he - man": -0.07109788949300866, "he": 0.21483672570554796, "man": 0.2859346151985566}, "churchill": {"he - man": -0.062026119197322205, "he": 0.26101383237626974, "man": 0.32303995157359194}, "city": {"he - man": -0.07358014749268657, "he": 0.15685469396536425, "man": 0.23043484145805082}, "class": {"he - man": 0.012113007089592759, "he": 0.2212956721025283, "man": 0.20918266501293553}, "cnn": {"he - man": -0.06349858101446962, "he": 0.22787709649500767, "man": 0.2913756775094773}, "coat": {"he - man": -0.06291245540018603, "he": 0.24138561175393702, "man": 0.30429806715412305}, "college": {"he - man": -0.06735564463361937, "he": 0.12383838927401161, "man": 0.19119403390763098}, "com": {"he - man": -0.12834105607419272, "he": 0.11542588306998948, "man": 0.2437669391441822}, "coma": {"he - man": -0.06014592370559135, "he": 0.29996762599411864, "man": 0.36011354969971}, "come": {"he - man": -0.12372973337296682, "he": 0.08535102386738831, "man": 0.20908075724035513}, "comes": {"he - man": -0.06667714596089583, "he": 0.14466529137341186, "man": 0.2113424373343077}, "coming": {"he - man": -0.018516269195748863, "he": 0.17424290295737305, "man": 0.1927591721531219}, "completely": {"he - man": 0.03421601823041176, "he": 0.2866131478046988, "man": 0.25239712957428706}, "confused": {"he - man": -0.06291245540018603, "he": 0.24138561175393702, "man": 0.30429806715412305}, "conslour": {"he - man": -0.06014592370559135, "he": 0.29996762599411864, "man": 0.36011354969971}, "cop": {"he - man": -0.017414003180575177, "he": 0.23746359128078381, "man": 0.254877594461359}, "correct": {"he - man": -0.06523720435966393, "he": 0.1847983596268498, "man": 0.2500355639865137}, "could": {"he - man": 0.003945371737307385, "he": 0.22790521128527533, "man": 0.22395983954796794}, "country": {"he - man": 0.03906495547745173, "he": 0.2345049011799161, "man": 0.19543994570246437}, "court": {"he - man": -0.017459043762841936, "he": 0.23493808581144512, "man": 0.25239712957428706}, "crime": {"he - man": -0.18201525911522815, "he": 0.11635194572824543, "man": 0.29836720484347357}, "crimes": {"he - man": -0.06482682298108261, "he": 0.1954253217553395, "man": 0.2602521447364221}, "criminal": {"he - man": -0.017542630870071824, "he": 0.23023869543447398, "man": 0.2477813263045458}, "crooked": {"he - man": -0.06322990711467721, "he": 0.23412509034871806, "man": 0.2973549974633953}, "culture": {"he - man": -0.0671695105146996, "he": 0.1296981197092574, "man": 0.196867630223957}, "d": {"he - man": -0.04322473695139198, "he": 0.17372152644751712, "man": 0.2169462633989091}, "dark": {"he - man": -0.12048928107093546, "he": 0.14581653700966626, "man": 0.2663058180806017}, "dating": {"he - man": -0.1483426627801883, "he": 0.21302210377299627, "man": 0.36136476655318456}, "daughter": {"he - man": 0.01223723795179718, "he": 0.2578617223826998, "man": 0.2456244844309026}, "day": {"he - man": -0.05074957096368565, "he": 0.2305833719742898, "man": 0.28133294293797545}, "dead": {"he - man": 0.0121604614317328, "he": 0.2331078146914669, "man": 0.2209473532597341}, "death": {"he - man": -0.18114609982740842, "he": 0.12627927575297015, "man": 0.3074253755803786}, "deaths": {"he - man": -0.06322990711467721, "he": 0.23412509034871806, "man": 0.2973549974633953}, "defense": {"he - man": -0.0650442844599062, "he": 0.1898333100014528, "man": 0.254877594461359}, "determined": {"he - man": -0.062026119197322205, "he": 0.26101383237626974, "man": 0.32303995157359194}, "did": {"he - man": 0.09824033768869952, "he": 0.3258558616445767, "man": 0.22761552395587717}, "distance": {"he - man": -0.06373143578369903, "he": 0.22238185132154806, "man": 0.2861132871052471}, "disturbing": {"he - man": -0.06373143578369903, "he": 0.22238185132154806, "man": 0.2861132871052471}, "dive": {"he - man": -0.06014592370559135, "he": 0.29996762599411864, "man": 0.36011354969971}, "dna": {"he - man": -0.06541048485371534, "he": 0.18021399957718726, "man": 0.2456244844309026}, "do": {"he - man": -0.018635121048793057, "he": 0.20230347691795564, "man": 0.2209385979667487}, "does": {"he - man": 0.049616272975615355, "he": 0.2616398738641152, "man": 0.21202360088849984}, "dog": {"he - man": -0.15282762828356541, "he": 0.16344849391490165, "man": 0.31627612219846707}, "don": {"he - man": -0.01819212496907399, "he": 0.1931503123652337, "man": 0.2113424373343077}, "done": {"he - man": 0.012047426799826955, "he": 0.20723642954857477, "man": 0.19518900274874781}, "dont": {"he - man": -0.007878795867929805, "he": 0.2287974584719686, "man": 0.23667625433989842}, "down": {"he - man": 0.014744754172502261, "he": 0.2387045937204702, "man": 0.22395983954796794}, "drink": {"he - man": -0.06549091354939748, "he": 0.1780655339314804, "man": 0.24355644748087787}, "drop": {"he - man": -0.06412060301843267, "he": 0.21302210377299627, "man": 0.27714270679142894}, "dropped": {"he - man": -0.016341544605446623, "he": 0.29626964808975753, "man": 0.31261119269520415}, "dumb": {"he - man": -0.0661354221818733, "he": 0.1603413215322604, "man": 0.2264767437141337}, "early": {"he - man": -0.06584397988085067, "he": 0.1684719010074631, "man": 0.23431588088831376}, "eating": {"he - man": -0.11830564061334492, "he": 0.18021399957718726, "man": 0.2985196401905322}, "either": {"he - man": -0.018211276949829963, "he": 0.1920407509762043, "man": 0.21025202792603426}, "enchantment": {"he - man": -0.06014592370559135, "he": 0.29996762599411864, "man": 0.36011354969971}, "end": {"he - man": 0.012064311958742968, "he": 0.21066111172037205, "man": 0.19859679976162908}, "english": {"he - man": -0.01874730654434495, "he": 0.16059591643701485, "man": 0.1793432229813598}, "enough": {"he - man": -0.019814081521003224, "he": 0.2200502543866951, "man": 0.23986433590769832}, "especially": {"he - man": -0.0661880435709041, "he": 0.15885169591209744, "man": 0.22503973948300154}, "even": {"he - man": 0.04994693901845981, "he": 0.2346621085844964, "man": 0.1847151695660366}, "ever": {"he - man": 0.08241115478228847, "he": 0.23179165320017162, "man": 0.14938049841788315}, "every": {"he - man": -0.06902679975371948, "he": 0.20230313382079526, "man": 0.27132993357451474}, "everybody": {"he - man": -0.0644384047104207, "he": 0.20520571480997543, "man": 0.26964411952039613}, "everyone": {"he - man": -0.06742909140699876, "he": 0.1214932470685176, "man": 0.18892233847551637}, "evil": {"he - man": -0.017784786604554403, "he": 0.21653109428375936, "man": 0.23431588088831376}, "exactly": {"he - man": -0.0181113025936554, "he": 0.19782242622321147, "man": 0.21593372881686687}, "example": {"he - man": -0.0661880435709041, "he": 0.15885169591209744, "man": 0.22503973948300154}, "exception": {"he - man": -0.062026119197322205, "he": 0.26101383237626974, "man": 0.32303995157359194}, "eyes": {"he - man": -0.036376470208181216, "he": 0.22103297019475462, "man": 0.25740944040293584}, "f": {"he - man": -0.11978117448651154, "he": 0.1574014836242536, "man": 0.27718265811076515}, "face": {"he - man": -0.01823004326227526, "he": 0.19095262175066027, "man": 0.20918266501293553}, "facebook": {"he - man": -0.06556769275882718, "he": 0.1760020400449241, "man": 0.24156973280375127}, "faces": {"he - man": -0.06493899763736466, "he": 0.19255155813487934, "man": 0.257490555772244}, "family": {"he - man": 0.01195016767881077, "he": 0.1894262605098467, "man": 0.17747609283103594}, "far": {"he - man": 0.05304236383587735, "he": 0.23238558681723714, "man": 0.1793432229813598}, "fellow": {"he - man": -0.06493899763736466, "he": 0.19255155813487934, "man": 0.257490555772244}, "few": {"he - man": 0.06901671689002528, "he": 0.24398452526094597, "man": 0.17496780837092069}, "fight": {"he - man": -0.01855661164236319, "he": 0.1718703412080863, "man": 0.1904269528504495}, "film": {"he - man": -0.017501846037480284, "he": 0.23253371794903344, "man": 0.2500355639865137}, "find": {"he - man": -0.03725210152029393, "he": 0.1897398762893147, "man": 0.22699197780960864}, "finially": {"he - man": -0.06014592370559135, "he": 0.29996762599411864, "man": 0.36011354969971}, "first": {"he - man": -0.007937139498589763, "he": 0.2248933923649319, "man": 0.23283053186352165}, "folklore": {"he - man": -0.06132730563815081, "he": 0.2758851054843536, "man": 0.3372124111225044}, "for": {"he - man": -0.06332310196533097, "he": 0.2682361341607829, "man": 0.3315592361261139}, "force": {"he - man": -0.1046739967769948, "he": 0.21160212542147228, "man": 0.31627612219846707}, "forces": {"he - man": -0.06291245540018603, "he": 0.24138561175393702, "man": 0.30429806715412305}, "foreign": {"he - man": -0.017501846037480284, "he": 0.23253371794903344, "man": 0.2500355639865137}, "forest": {"he - man": -0.06393686110208593, "he": 0.21746936502540917, "man": 0.2814062261274951}, "forgein": {"he - man": -0.06014592370559135, "he": 0.29996762599411864, "man": 0.36011354969971}, "forum": {"he - man": -0.0681115054635452, "he": 0.09870768319793093, "man": 0.16681918866147613}, "forward": {"he - man": -0.01761887969879139, "he": 0.22593756778208648, "man": 0.24355644748087787}, "fought": {"he - man": -0.016839514507228592, "he": 0.2692737725980185, "man": 0.2861132871052471}, "found": {"he - man": 0.05316936727953617, "he": 0.2215532441375704, "man": 0.16838387685803424}, "free": {"he - man": -0.06814163762888996, "he": 0.09765590118781474, "man": 0.1657975388167047}, "french": {"he - man": 0.012117610245070853, "he": 0.2223696381711051, "man": 0.21025202792603426}, "friend": {"he - man": 0.02686652859879385, "he": 0.287964164855566, "man": 0.2610976362567721}, "friends": {"he - man": -0.06796772252091428, "he": 0.10366962418326016, "man": 0.17163734670417444}, "from": {"he - man": 0.007076415486951371, "he": 0.2772162963949818, "man": 0.2701398809080304}, "front": {"he - man": -0.018430107771420984, "he": 0.17929558521677422, "man": 0.1977256929881952}, "fugitive": {"he - man": -0.11222438499028337, "he": 0.26101383237626974, "man": 0.3732382173665531}, "full": {"he - man": -0.10656762726670671, "he": 0.1819959849433494, "man": 0.2885636122100561}, "fun": {"he - man": -0.1038397796744012, "he": 0.22391508330692325, "man": 0.32775486298132445}, "future": {"he - man": -0.12111194244195117, "he": 0.13523035232962233, "man": 0.2563422947715735}, "gang": {"he - man": -0.15075424162222156, "he": 0.1872536620266978, "man": 0.33800790364891936}, "gather": {"he - man": -0.06132730563815081, "he": 0.2758851054843536, "man": 0.3372124111225044}, "gave": {"he - man": 0.03439732681077792, "he": 0.2687132076990917, "man": 0.23431588088831376}, "gay": {"he - man": -0.017974979728904827, "he": 0.2056655459948584, "man": 0.22364052572376322}, "gdansk": {"he - man": -0.06014592370559135, "he": 0.29996762599411864, "man": 0.36011354969971}, "get": {"he - man": -0.006260403817509946, "he": 0.2107767598371156, "man": 0.21703716365462555}, "gets": {"he - man": 0.06775478207890406, "he": 0.2758882761049732, "man": 0.20813349402606912}, "getting": {"he - man": 0.03468106623900469, "he": 0.2298700689877525, "man": 0.19518900274874781}, "gf": {"he - man": -0.062026119197322205, "he": 0.26101383237626974, "man": 0.32303995157359194}, "ghost": {"he - man": -0.06322990711467721, "he": 0.23412509034871806, "man": 0.2973549974633953}, "girl": {"he - man": -0.1569998741286157, "he": 0.10905778377697849, "man": 0.2660576579055942}, "girls": {"he - man": -0.07270354892164124, "he": 0.17842261197020018, "man": 0.2511261608918414}, "give": {"he - man": -0.01883032488554684, "he": 0.1556564701612703, "man": 0.17448679504681713}, "glad": {"he - man": -0.06596673804076053, "he": 0.1650714711739678, "man": 0.23103820921472834}, "go": {"he - man": 0.03787378562154703, "he": 0.2607799741046443, "man": 0.2229061884830973}, "god": {"he - man": 0.05310063991591771, "he": 0.22758743496273484, "man": 0.17448679504681713}, "goes": {"he - man": -0.12099800301047056, "he": 0.13719752684385159, "man": 0.25819552985432215}, "going": {"he - man": 0.015706608630001673, "he": 0.2667837507229824, "man": 0.2510771420929807}, "gone": {"he - man": -0.06647272651565528, "he": 0.15067164193018298, "man": 0.21714436844583826}, "gonna": {"he - man": -0.06541048485371534, "he": 0.18021399957718726, "man": 0.2456244844309026}, "good": {"he - man": 0.0035350715193605553, "he": 0.1880003629706798, "man": 0.18446529145131924}, "got": {"he - man": 0.022773788045900745, "he": 0.3093876722116877, "man": 0.286613884165787}, "great": {"he - man": -0.110235491358193, "he": 0.11552685890339198, "man": 0.22576235026158498}, "group": {"he - man": -0.018859743638233728, "he": 0.15390150429242916, "man": 0.1727612479306629}, "guidance": {"he - man": -0.06132730563815081, "he": 0.2758851054843536, "man": 0.3372124111225044}, "guy": {"he - man": 0.023350007197622258, "he": 0.31334795866211357, "man": 0.2899979514644913}, "guys": {"he - man": -0.018351831582815725, "he": 0.18386887481934916, "man": 0.20222070640216488}, "gypsy": {"he - man": -0.06252461606384879, "he": 0.25008657663135536, "man": 0.31261119269520415}, "had": {"he - man": 0.05657084531168477, "he": 0.2849805617368761, "man": 0.2284097164251913}, "hair": {"he - man": -0.0016562215854150908, "he": 0.23114975146670458, "man": 0.23280597305211967}, "half": {"he - man": 0.012014838218316282, "he": 0.20093717669383265, "man": 0.18892233847551637}, "hall": {"he - man": -0.11599622674452723, "he": 0.21302210377299627, "man": 0.3290183305175235}, "hand": {"he - man": 0.0525014370072924, "he": 0.26843516582415927, "man": 0.21593372881686687}, "handed": {"he - man": -0.06349858101446962, "he": 0.22787709649500767, "man": 0.2913756775094773}, "happened": {"he - man": 0.01215557135554629, "he": 0.23180531211110622, "man": 0.21964974075555993}, "hard": {"he - man": -0.04235008355448863, "he": 0.20400228382063673, "man": 0.24635236737512536}, "has": {"he - man": 0.0011007573708333718, "he": 0.30064473173472145, "man": 0.2995439743638881}, "hate": {"he - man": -0.018916091469637603, "he": 0.15053331650982815, "man": 0.16944940797946575}, "hated": {"he - man": -0.11566627803996463, "he": 0.21746936502540917, "man": 0.3331356430653738}, "have": {"he - man": 0.03052870043567693, "he": 0.2544127505978315, "man": 0.2238840501621546}, "he": {"he - man": 0.3439156970290528, "he": 0.6523775851441201, "man": 0.30846188811506736}, "head": {"he - man": -0.018211276949829963, "he": 0.1920407509762043, "man": 0.21025202792603426}, "heard": {"he - man": 0.027025391275801586, "he": 0.25407097580292765, "man": 0.22704558452712606}, "hell": {"he - man": -0.07327250190246848, "he": 0.1645811272521478, "man": 0.23785362915461628}, "hello": {"he - man": -0.06663826749031099, "he": 0.14581653700966626, "man": 0.21245480449997725}, "her": {"he - man": -0.04412471589321196, "he": 0.20693679176896276, "man": 0.2510615076621747}, "here": {"he - man": -0.04237470444216293, "he": 0.1950122911660209, "man": 0.23738699560818383}, "hero": {"he - man": -0.016839514507228592, "he": 0.2692737725980185, "man": 0.2861132871052471}, "hey": {"he - man": -0.03587395600072121, "he": 0.23828743448675674, "man": 0.27416139048747795}, "high": {"he - man": -0.06773200479059746, "he": 0.11161121819076233, "man": 0.1793432229813598}, "him": {"he - man": 0.06923517203485363, "he": 0.3981794333598364, "man": 0.3289442613249828}, "his": {"he - man": 0.06638951684260469, "he": 0.40189554502037556, "man": 0.33550602817777087}, "hold": {"he - man": -0.0650442844599062, "he": 0.1898333100014528, "man": 0.254877594461359}, "home": {"he - man": 0.027079387360849583, "he": 0.22916424870505125, "man": 0.20208486134420167}, "honour": {"he - man": -0.06470681496004657, "he": 0.1984748915997329, "man": 0.26318170655977946}, "hope": {"he - man": 0.08254963965812892, "he": 0.2252388348948494, "man": 0.14268919523672047}, "house": {"he - man": 0.05307969850344074, "he": 0.2293423424304631, "man": 0.17626264392702234}, "how": {"he - man": 0.10665465741441091, "he": 0.26564669909886496, "man": 0.15899204168445405}, "http": {"he - man": -0.18702927228238472, "he": 0.049945792379222316, "man": 0.23697506466160703}, "https": {"he - man": -0.12340321996159734, "he": 0.0921615278613187, "man": 0.21556474782291604}, "huffed": {"he - man": -0.06014592370559135, "he": 0.29996762599411864, "man": 0.36011354969971}, "human": {"he - man": -0.01784335002656287, "he": 0.21319485918816547, "man": 0.23103820921472834}, "humans": {"he - man": -0.06532605160863969, "he": 0.1824552746959061, "man": 0.2477813263045458}, "i": {"he - man": -0.015124892590279548, "he": 0.2804425706745275, "man": 0.29556746326480704}, "id": {"he - man": -0.06596673804076053, "he": 0.1650714711739678, "man": 0.23103820921472834}, "idiot": {"he - man": -0.06428677062535104, "he": 0.20895529526800866, "man": 0.2732420658933597}, "ie": {"he - man": -0.017459043762841936, "he": 0.23493808581144512, "man": 0.25239712957428706}, "if": {"he - man": 0.10645110907083596, "he": 0.3120276505060418, "man": 0.20557654143520585}, "igger": {"he - man": -0.06132730563815081, "he": 0.2758851054843536, "man": 0.3372124111225044}, "in": {"he - man": -0.06353524020580453, "he": 0.30681394139910584, "man": 0.37034918160491037}, "indeed": {"he - man": -0.017871256850394146, "he": 0.21160212542147228, "man": 0.22947338227186642}, "into": {"he - man": 0.15485278122018756, "he": 0.28471792741180096, "man": 0.1298651461916134}, "invasion": {"he - man": -0.06291245540018603, "he": 0.24138561175393702, "man": 0.30429806715412305}, "irish": {"he - man": -0.01898659505191702, "he": 0.14630633526867667, "man": 0.1652929303205937}, "is": {"he - man": 0.031352377514839214, "he": 0.33719099785205486, "man": 0.30583862033721565}, "it": {"he - man": 0.013627362887438321, "he": 0.282676061060643, "man": 0.2690486981732047}, "its": {"he - man": -0.0691938821644763, "he": 0.057811920124317934, "man": 0.12700580228879424}, "jail": {"he - man": -0.06523720435966393, "he": 0.1847983596268498, "man": 0.2500355639865137}, "job": {"he - man": -0.018248439820783474, "he": 0.18988505420528565, "man": 0.20813349402606912}, "jumped": {"he - man": -0.06393686110208593, "he": 0.21746936502540917, "man": 0.2814062261274951}, "just": {"he - man": 0.013464024787958495, "he": 0.2568752418783067, "man": 0.2434112170903482}, "k": {"he - man": -0.06564113238160085, "he": 0.17401664932974134, "man": 0.2396577817113422}, "kept": {"he - man": -0.017005887992095736, "he": 0.2601368187993332, "man": 0.27714270679142894}, "kick": {"he - man": -0.06532605160863969, "he": 0.1824552746959061, "man": 0.2477813263045458}, "kicked": {"he - man": -0.06349858101446962, "he": 0.22787709649500767, "man": 0.2913756775094773}, "kid": {"he - man": -0.019619757760623385, "he": 0.2298700689877525, "man": 0.2494898267483759}, "kill": {"he - man": -0.11986902971152885, "he": 0.15598851918970136, "man": 0.2758575489012302}, "killed": {"he - man": -0.07512999937637499, "he": 0.23180531211110622, "man": 0.3069353114874812}, "killing": {"he - man": -0.10445749568148838, "he": 0.21483672570554796, "man": 0.31929422138703634}, "kills": {"he - man": -0.06694092459351214, "he": 0.29626964808975753, "man": 0.3632105726832697}, "kinda": {"he - man": -0.06428677062535104, "he": 0.20895529526800866, "man": 0.2732420658933597}, "kiss": {"he - man": -0.06412060301843267, "he": 0.21302210377299627, "man": 0.27714270679142894}, "knife": {"he - man": 0.034055074792423146, "he": 0.30035780146104313, "man": 0.26630272666862}, "know": {"he - man": 0.03922177845897715, "he": 0.19801798523251266, "man": 0.1587962067735355}, "lack": {"he - man": -0.0645778189728265, "he": 0.2017249076957935, "man": 0.26630272666862}, "last": {"he - man": -0.03411036786168012, "he": 0.22285798756295963, "man": 0.25696835542463975}, "laughing": {"he - man": -0.0645778189728265, "he": 0.2017249076957935, "man": 0.26630272666862}, "lead": {"he - man": -0.06493899763736466, "he": 0.19255155813487934, "man": 0.257490555772244}, "learn": {"he - man": -0.06689259070432582, "he": 0.13820675220172948, "man": 0.2050993429060553}, "least": {"he - man": -0.01855661164236319, "he": 0.1718703412080863, "man": 0.1904269528504495}, "left": {"he - man": 0.06831979272871377, "he": 0.2515810121136826, "man": 0.18326121938496884}, "let": {"he - man": -0.020481025586477186, "he": 0.1857874802982196, "man": 0.20626850588469678}, "lies": {"he - man": -0.017414003180575177, "he": 0.23746359128078381, "man": 0.254877594461359}, "life": {"he - man": 0.034746054609294974, "he": 0.21601622205754367, "man": 0.1812701674482487}, "like": {"he - man": -0.07088504476825652, "he": 0.2765718254354235, "man": 0.34745687020368005}, "limerickpost": {"he - man": -0.06014592370559135, "he": 0.29996762599411864, "man": 0.36011354969971}, "liquid": {"he - man": -0.06132730563815081, "he": 0.2758851054843536, "man": 0.3372124111225044}, "listen": {"he - man": -0.017999158070663934, "he": 0.20427787303195846, "man": 0.2222770311026224}, "little": {"he - man": -0.0018967444233326525, "he": 0.21012685646516718, "man": 0.21202360088849984}, "live": {"he - man": -0.07491927587523163, "he": 0.12085406267375097, "man": 0.1957733385489826}, "lived": {"he - man": -0.017924603555236812, "he": 0.2085521401588969, "man": 0.2264767437141337}, "lives": {"he - man": -0.017784786604554403, "he": 0.21653109428375936, "man": 0.23431588088831376}, "living": {"he - man": -0.15611594622541136, "he": 0.1214932470685176, "man": 0.27760919329392897}, "lol": {"he - man": -0.07287776380508454, "he": 0.17424290295737305, "man": 0.24712066676245759}, "london": {"he - man": -0.12122138479931563, "he": 0.13332755652002545, "man": 0.2545489413193411}, "look": {"he - man": -0.05587357820009989, "he": 0.17111839960950875, "man": 0.22699197780960864}, "lookin": {"he - man": -0.062026119197322205, "he": 0.26101383237626974, "man": 0.32303995157359194}, "looking": {"he - man": -0.13588938451973126, "he": 0.12441007675257694, "man": 0.2602994612723082}, "looks": {"he - man": -0.0016139912102493548, "he": 0.23493657426523595, "man": 0.2365505654754853}, "lost": {"he - man": -0.06584397988085067, "he": 0.1684719010074631, "man": 0.23431588088831376}, "louis": {"he - man": -0.06349858101446962, "he": 0.22787709649500767, "man": 0.2913756775094773}, "love": {"he - man": -0.04279574347516102, "he": 0.1888128644372828, "man": 0.2316086079124438}, "m": {"he - man": -0.1394413395305487, "he": 0.17892450459970372, "man": 0.31836584413025243}, "made": {"he - man": -0.07348262834203886, "he": 0.1593233447100808, "man": 0.23280597305211967}, "make": {"he - man": -0.008011765051070513, "he": 0.21991776819368658, "man": 0.2279295332447571}, "makes": {"he - man": -0.1068886767560232, "he": 0.17671484463467263, "man": 0.28360352139069583}, "man": {"he - man": -0.41992930530504546, "he": 0.26885845794344787, "man": 0.6887877632484933}, "many": {"he - man": 0.013440909545566926, "he": 0.19245510795650764, "man": 0.1790141984109407}, "mate": {"he - man": -0.017501846037480284, "he": 0.23253371794903344, "man": 0.2500355639865137}, "may": {"he - man": -0.0016424028968424764, "he": 0.23238558681723714, "man": 0.23402798971407962}, "maybe": {"he - man": 0.09412785869726101, "he": 0.2509691055905672, "man": 0.15684124689330617}, "me": {"he - man": -0.014620025168382733, "he": 0.256311327137585, "man": 0.2709313523059677}, "meet": {"he - man": -0.10752616751911054, "he": 0.16596992319905252, "man": 0.27349609071816305}, "men": {"he - man": -0.10007236077982887, "he": 0.22075001266453534, "man": 0.3208223734443642}, "michael": {"he - man": -0.06482682298108261, "he": 0.1954253217553395, "man": 0.2602521447364221}, "mile": {"he - man": -0.06412060301843267, "he": 0.21302210377299627, "man": 0.27714270679142894}, "minded": {"he - man": -0.06523720435966393, "he": 0.1847983596268498, "man": 0.2500355639865137}, "missing": {"he - man": -0.06493899763736466, "he": 0.19255155813487934, "man": 0.257490555772244}, "mob": {"he - man": -0.06349858101446962, "he": 0.22787709649500767, "man": 0.2913756775094773}, "money": {"he - man": 0.034746054609294974, "he": 0.21601622205754367, "man": 0.1812701674482487}, "monkey": {"he - man": -0.0644384047104207, "he": 0.20520571480997543, "man": 0.26964411952039613}, "monkies": {"he - man": -0.06014592370559135, "he": 0.29996762599411864, "man": 0.36011354969971}, "month": {"he - man": -0.0414983360847076, "he": 0.23180531211110622, "man": 0.2733036481958138}, "more": {"he - man": -0.07859323061118267, "he": 0.21908269325941004, "man": 0.2976759238705927}, "morning": {"he - man": -0.07076499747911202, "he": 0.22196876019240214, "man": 0.29273375767151416}, "most": {"he - man": -0.07887154007072658, "he": 0.15195407813057873, "man": 0.23082561820130532}, "mother": {"he - man": 0.012090443135006235, "he": 0.21621381765095554, "man": 0.2041233745159493}, "mourn": {"he - man": -0.06132730563815081, "he": 0.2758851054843536, "man": 0.3372124111225044}, "much": {"he - man": 0.013544477805597588, "he": 0.20965290915481483, "man": 0.19610843134921724}, "murder": {"he - man": -0.13078834321604854, "he": 0.19543750765046558, "man": 0.3262258508665141}, "murders": {"he - man": -0.016926953630754693, "he": 0.2644792724967404, "man": 0.2814062261274951}, "my": {"he - man": 0.053385071387792915, "he": 0.2849522560294085, "man": 0.23156718464161558}, "n": {"he - man": -0.05536388177719864, "he": 0.21736761115036823, "man": 0.2727314929275669}, "name": {"he - man": -0.07358014749268657, "he": 0.15685469396536425, "man": 0.23043484145805082}, "names": {"he - man": -0.06482682298108261, "he": 0.1954253217553395, "man": 0.2602521447364221}, "national": {"he - man": -0.11995429423125942, "he": 0.15461081404148858, "man": 0.274565108272748}, "nazi": {"he - man": -0.017414003180575177, "he": 0.23746359128078381, "man": 0.254877594461359}, "need": {"he - man": -0.02082085219249241, "he": 0.16798003638997636, "man": 0.18880088858246877}, "neevr": {"he - man": -0.06014592370559135, "he": 0.29996762599411864, "man": 0.36011354969971}, "negro": {"he - man": 0.09379745107426474, "he": 0.261655366015887, "man": 0.16785791494162228}, "never": {"he - man": -0.055580631608570574, "he": 0.21236978787559246, "man": 0.26795041948416304}, "new": {"he - man": 0.027066573900544427, "he": 0.19458498257567175, "man": 0.16751840867512732}, "news": {"he - man": -0.021598495164431936, "he": 0.2050839150721779, "man": 0.22668241023660984}, "next": {"he - man": 0.03476688248080162, "he": 0.21043179203425996, "man": 0.17566490955345834}, "nice": {"he - man": -0.10726945310288968, "he": 0.17033974019103928, "man": 0.27760919329392897}, "night": {"he - man": -0.1807596155630492, "he": 0.13058466881811576, "man": 0.31134428438116496}, "niglet": {"he - man": -0.06291245540018603, "he": 0.24138561175393702, "man": 0.30429806715412305}, "no": {"he - man": -0.03237177267783814, "he": 0.22438998474400168, "man": 0.2567617574218398}, "non": {"he - man": -0.10463463620936778, "he": 0.15881930049615392, "man": 0.2634539367055217}, "nor": {"he - man": -0.01736646438729378, "he": 0.24012409138495022, "man": 0.257490555772244}, "nordic": {"he - man": -0.12011760994337592, "he": 0.1519540008447359, "man": 0.2720716107881118}, "nose": {"he - man": -0.01714410396268251, "he": 0.2525000155577136, "man": 0.26964411952039613}, "not": {"he - man": 0.07479668172104273, "he": 0.27357579431634693, "man": 0.1987791125953042}, "nothing": {"he - man": 0.08212962131065851, "he": 0.24399987749038377, "man": 0.16187025617972525}, "now": {"he - man": -0.022558185492448257, "he": 0.21587260579432224, "man": 0.2384307912867705}, "o": {"he - man": -0.07151711211590675, "he": 0.2056655459948584, "man": 0.27718265811076515}, "obviously": {"he - man": -0.017262594823703986, "he": 0.24591911173607547, "man": 0.26318170655977946}, "odd": {"he - man": -0.06373143578369903, "he": 0.22238185132154806, "man": 0.2861132871052471}, "of": {"he - man": -0.02856001606969044, "he": 0.3190170936566082, "man": 0.3475771097262986}, "off": {"he - man": 0.03902833772440287, "he": 0.2400178251332915, "man": 0.20098948740888864}, "officer": {"he - man": -0.06322990711467721, "he": 0.23412509034871806, "man": 0.2973549974633953}, "ohhh": {"he - man": -0.06014592370559135, "he": 0.29996762599411864, "man": 0.36011354969971}, "old": {"he - man": -0.03898472650560575, "he": 0.25737458101544874, "man": 0.2963593075210545}, "on": {"he - man": -0.01172603527160454, "he": 0.30087821923833646, "man": 0.312604254509941}, "once": {"he - man": -0.0016283298522916656, "he": 0.23364745475509185, "man": 0.23527578460738352}, "one": {"he - man": -0.03165250840377448, "he": 0.2634512858759837, "man": 0.2951037942797582}, "only": {"he - man": 0.03368472123246721, "he": 0.2368843237796826, "man": 0.2031996025472154}, "or": {"he - man": -0.0222360266354506, "he": 0.24952354825731216, "man": 0.27175957489276276}, "org": {"he - man": -0.06806511583803261, "he": 0.10031876102000163, "man": 0.16838387685803424}, "organization": {"he - man": -0.0650442844599062, "he": 0.1898333100014528, "man": 0.254877594461359}, "origo": {"he - man": -0.06014592370559135, "he": 0.29996762599411864, "man": 0.36011354969971}, "other": {"he - man": 0.11609380911436773, "he": 0.22582451370935044, "man": 0.10973070459498271}, "our": {"he - man": -0.057321436178315616, "he": 0.16554696785698833, "man": 0.22286840403530395}, "out": {"he - man": 0.0033843017912809636, "he": 0.2512296150141405, "man": 0.24784531322285952}, "over": {"he - man": 0.06918752553962354, "he": 0.19905267173123695, "man": 0.1298651461916134}, "own": {"he - man": 0.06905573405463372, "he": 0.20931594640874326, "man": 0.14026021235410954}, "owns": {"he - man": -0.06014592370559135, "he": 0.29996762599411864, "man": 0.36011354969971}, "packi": {"he - man": -0.06014592370559135, "he": 0.29996762599411864, "man": 0.36011354969971}, "pagan": {"he - man": -0.06393686110208593, "he": 0.21746936502540917, "man": 0.2814062261274951}, "pair": {"he - man": -0.06428677062535104, "he": 0.20895529526800866, "man": 0.2732420658933597}, "paper": {"he - man": -0.06541048485371534, "he": 0.18021399957718726, "man": 0.2456244844309026}, "part": {"he - man": 0.034762676853067026, "he": 0.2116290054331027, "man": 0.17686632858003568}, "pass": {"he - man": -0.06659843420497857, "he": 0.1469916683588166, "man": 0.21359010256379518}, "patch": {"he - man": -0.06132730563815081, "he": 0.2758851054843536, "man": 0.3372124111225044}, "patient": {"he - man": -0.06252461606384879, "he": 0.25008657663135536, "man": 0.31261119269520415}, "people": {"he - man": -0.07187670653111006, "he": 0.20181652278735218, "man": 0.27369322931846224}, "person": {"he - man": 0.09378102626871182, "he": 0.26216490312674606, "man": 0.16838387685803424}, "personally": {"he - man": -0.06373143578369903, "he": 0.22238185132154806, "man": 0.2861132871052471}, "phone": {"he - man": -0.06584397988085067, "he": 0.1684719010074631, "man": 0.23431588088831376}, "pick": {"he - man": -0.06541048485371534, "he": 0.18021399957718726, "man": 0.2456244844309026}, "place": {"he - man": -0.07775456635038405, "he": 0.1776748629899226, "man": 0.25542942934030666}, "play": {"he - man": -0.017898324299684243, "he": 0.21005547528058519, "man": 0.22795379958026943}, "please": {"he - man": -0.06795085027978358, "he": 0.10424587081788993, "man": 0.1721967210976735}, "point": {"he - man": 0.012055817791622514, "he": 0.20892344801557952, "man": 0.196867630223957}, "political": {"he - man": -0.06482682298108261, "he": 0.1954253217553395, "man": 0.2602521447364221}, "posted": {"he - man": -0.12048928107093546, "he": 0.14581653700966626, "man": 0.2663058180806017}, "power": {"he - man": 0.012141095705081484, "he": 0.22807482452194835, "man": 0.21593372881686687}, "pregnant": {"he - man": -0.06322990711467721, "he": 0.23412509034871806, "man": 0.2973549974633953}, "pride": {"he - man": -0.018266481561118153, "he": 0.18883723087823395, "man": 0.2071037124393521}, "principal": {"he - man": -0.062026119197322205, "he": 0.26101383237626974, "man": 0.32303995157359194}, "prison": {"he - man": -0.017459043762841936, "he": 0.23493808581144512, "man": 0.25239712957428706}, "protect": {"he - man": -0.06482682298108261, "he": 0.1954253217553395, "man": 0.2602521447364221}, "proud": {"he - man": -0.07239076949788681, "he": 0.18580476035643534, "man": 0.25819552985432215}, "punk": {"he - man": -0.0164988212113929, "he": 0.28779924594273015, "man": 0.30429806715412305}, "race": {"he - man": -0.04430282768334745, "he": 0.133421214939728, "man": 0.17772404262307545}, "racist": {"he - man": -0.0016283298522916656, "he": 0.23364745475509185, "man": 0.23527578460738352}, "ran": {"he - man": -0.040167221556363986, "he": 0.27252035929831286, "man": 0.31268758085467685}, "rape": {"he - man": -0.06523720435966393, "he": 0.1847983596268498, "man": 0.2500355639865137}, "rapes": {"he - man": -0.017005887992095736, "he": 0.2601368187993332, "man": 0.27714270679142894}, "raping": {"he - man": -0.06393686110208593, "he": 0.21746936502540917, "man": 0.2814062261274951}, "re": {"he - man": -0.10521411374298462, "he": 0.14827874541062702, "man": 0.25349285915361164}, "really": {"he - man": -0.10914881992713135, "he": 0.13682426485579566, "man": 0.245973084782927}, "reason": {"he - man": -0.1550910732354473, "he": 0.13523035232962233, "man": 0.2903214255650696}, "remember": {"he - man": 0.03462327956551445, "he": 0.23972262247156975, "man": 0.2050993429060553}, "reported": {"he - man": -0.06514346754758926, "he": 0.1872536620266978, "man": 0.25239712957428706}, "reporter": {"he - man": -0.062026119197322205, "he": 0.26101383237626974, "man": 0.32303995157359194}, "rest": {"he - man": -0.15407772843504916, "he": 0.14819177238917372, "man": 0.3022695008242229}, "right": {"he - man": 0.07673514834235448, "he": 0.27918929773258166, "man": 0.20245414939022718}, "river": {"he - man": -0.0650442844599062, "he": 0.1898333100014528, "man": 0.254877594461359}, "rlm": {"he - man": -0.06532605160863969, "he": 0.1824552746959061, "man": 0.2477813263045458}, "road": {"he - man": -0.0650442844599062, "he": 0.1898333100014528, "man": 0.254877594461359}, "rob": {"he - man": -0.06694092459351214, "he": 0.29626964808975753, "man": 0.3632105726832697}, "robber": {"he - man": -0.06014592370559135, "he": 0.29996762599411864, "man": 0.36011354969971}, "roll": {"he - man": -0.06322990711467721, "he": 0.23412509034871806, "man": 0.2973549974633953}, "s": {"he - man": 0.010707407151056114, "he": 0.33440770892707955, "man": 0.32370030177602344}, "sad": {"he - man": 0.01213160645807354, "he": 0.22572170902186872, "man": 0.21359010256379518}, "said": {"he - man": 0.09817420655882375, "he": 0.3080818812270229, "man": 0.20990767466819915}, "same": {"he - man": 0.013516753273992183, "he": 0.20476920374590954, "man": 0.19125245047191736}, "sat": {"he - man": -0.01714410396268251, "he": 0.2525000155577136, "man": 0.26964411952039613}, "save": {"he - man": -0.06577904930885756, "he": 0.1702566504369363, "man": 0.23603569974579386}, "saw": {"he - man": 0.053237176267463354, "he": 0.2151074324471886, "man": 0.16187025617972525}, "say": {"he - man": 0.05726163035983636, "he": 0.26710698755205897, "man": 0.2098453571922226}, "says": {"he - man": 0.08139575539285723, "he": 0.2710655675959852, "man": 0.18966981220312798}, "scene": {"he - man": 0.012211064430957264, "he": 0.24824676417675112, "man": 0.23603569974579386}, "school": {"he - man": 0.0775780360722218, "he": 0.245762252299744, "man": 0.1681842162275222}, "see": {"he - man": 0.0019177023035768237, "he": 0.233669356046302, "man": 0.2317516537427252}, "seen": {"he - man": 0.027050186471345466, "he": 0.24540943381468036, "man": 0.2183592473433349}, "sentenced": {"he - man": -0.06132730563815081, "he": 0.2758851054843536, "man": 0.3372124111225044}, "service": {"he - man": -0.06482682298108261, "he": 0.1954253217553395, "man": 0.2602521447364221}, "several": {"he - man": -0.06642857653292478, "he": 0.1519540008447359, "man": 0.21838257737766067}, "sf": {"he - man": -0.06667714596089583, "he": 0.14466529137341186, "man": 0.2113424373343077}, "she": {"he - man": -0.02176023563315263, "he": 0.19734296331572007, "man": 0.2191031989488727}, "shoot": {"he - man": -0.01758158757773276, "he": 0.22804289685316984, "man": 0.2456244844309026}, "should": {"he - man": 0.04080935993232804, "he": 0.29426179955145626, "man": 0.2534524396191282}, "show": {"he - man": 0.034825502688767496, "he": 0.18152201205375143, "man": 0.14669650936498393}, "sincerely": {"he - man": -0.06291245540018603, "he": 0.24138561175393702, "man": 0.30429806715412305}, "single": {"he - man": -0.06642857653292478, "he": 0.1519540008447359, "man": 0.21838257737766067}, "sister": {"he - man": -0.017871256850394146, "he": 0.21160212542147228, "man": 0.22947338227186642}, "sitting": {"he - man": -0.11830564061334492, "he": 0.18021399957718726, "man": 0.2985196401905322}, "six": {"he - man": -0.0650442844599062, "he": 0.1898333100014528, "man": 0.254877594461359}, "skinned": {"he - man": -0.06252461606384879, "he": 0.25008657663135536, "man": 0.31261119269520415}, "skins": {"he - man": -0.06428677062535104, "he": 0.20895529526800866, "man": 0.2732420658933597}, "small": {"he - man": 0.01203094291273285, "he": 0.20400228382063673, "man": 0.19197134090790388}, "smashed": {"he - man": -0.06252461606384879, "he": 0.25008657663135536, "man": 0.31261119269520415}, "smile": {"he - man": -0.06349858101446962, "he": 0.22787709649500767, "man": 0.2913756775094773}, "so": {"he - man": 0.051637044770061175, "he": 0.2970331192325622, "man": 0.24539607446250103}, "soap": {"he - man": -0.06014592370559135, "he": 0.29996762599411864, "man": 0.36011354969971}, "some": {"he - man": -0.025236792418851378, "he": 0.24675607137543717, "man": 0.27199286379428855}, "son": {"he - man": -0.001230199564040968, "he": 0.27084141122407085, "man": 0.2720716107881118}, "song": {"he - man": -0.06659843420497857, "he": 0.1469916683588166, "man": 0.21359010256379518}, "songs": {"he - man": -0.06470681496004657, "he": 0.1984748915997329, "man": 0.26318170655977946}, "sorry": {"he - man": -0.0758748562433593, "he": 0.21719423978303457, "man": 0.29306909602639386}, "sound": {"he - man": 0.012150713731744922, "he": 0.2305332911094056, "man": 0.21838257737766067}, "st": {"he - man": -0.12075513503461363, "he": 0.14134502501963062, "man": 0.26210016005424425}, "stabbing": {"he - man": -0.06252461606384879, "he": 0.25008657663135536, "man": 0.31261119269520415}, "stand": {"he - man": -0.06651571516396196, "he": 0.1494180136529049, "man": 0.21593372881686687}, "star": {"he - man": -0.017316118576032324, "he": 0.24293602616038978, "man": 0.2602521447364221}, "start": {"he - man": -0.019020073291626333, "he": 0.14429422086394184, "man": 0.16331429415556817}, "starting": {"he - man": -0.017262594823703986, "he": 0.24591911173607547, "man": 0.26318170655977946}, "state": {"he - man": 0.012060051795872107, "he": 0.2097857447840673, "man": 0.1977256929881952}, "station": {"he - man": -0.017414003180575177, "he": 0.23746359128078381, "man": 0.254877594461359}, "stay": {"he - man": -0.0667884690064385, "he": 0.14134502501963062, "man": 0.20813349402606912}, "stood": {"he - man": -0.03943550988898842, "he": 0.2937001331763854, "man": 0.3331356430653738}, "stop": {"he - man": 0.034748624169156084, "he": 0.21536957517973068, "man": 0.1806209510105746}, "stories": {"he - man": -0.06532605160863969, "he": 0.1824552746959061, "man": 0.2477813263045458}, "stormed": {"he - man": -0.062026119197322205, "he": 0.26101383237626974, "man": 0.32303995157359194}, "stormfront": {"he - man": 0.03482024183974808, "he": 0.18741043198777826, "man": 0.15259019014803019}, "story": {"he - man": -0.1077243015384764, "he": 0.16255589164311207, "man": 0.27028019318158847}, "straw": {"he - man": -0.06132730563815081, "he": 0.2758851054843536, "man": 0.3372124111225044}, "street": {"he - man": -0.11995429423125942, "he": 0.15461081404148858, "man": 0.274565108272748}, "students": {"he - man": -0.07230475752990437, "he": 0.18780838306930844, "man": 0.2601131405992128}, "stuff": {"he - man": -0.12105555657079839, "he": 0.13620560134667595, "man": 0.25726115791747434}, "stupid": {"he - man": -0.15570260756644905, "he": 0.1271156669545797, "man": 0.28281827452102876}, "style": {"he - man": -0.017262594823703986, "he": 0.24591911173607547, "man": 0.26318170655977946}, "substitute": {"he - man": -0.06132730563815081, "he": 0.2758851054843536, "man": 0.3372124111225044}, "such": {"he - man": -0.06793378476331983, "he": 0.10482746316734305, "man": 0.1727612479306629}, "suffered": {"he - man": -0.06014592370559135, "he": 0.29996762599411864, "man": 0.36011354969971}, "suited": {"he - man": -0.062026119197322205, "he": 0.26101383237626974, "man": 0.32303995157359194}, "supermarket": {"he - man": -0.06132730563815081, "he": 0.2758851054843536, "man": 0.3372124111225044}, "sure": {"he - man": 0.013683279894057487, "he": 0.23910317743704484, "man": 0.22541989754298736}, "suspected": {"he - man": -0.06349858101446962, "he": 0.22787709649500767, "man": 0.2913756775094773}, "t": {"he - man": -0.032594118472932226, "he": 0.22601555287228406, "man": 0.2586096713452163}, "table": {"he - man": -0.01707788304419572, "he": 0.256164182849164, "man": 0.2732420658933597}, "take": {"he - man": 0.05336687811585289, "he": 0.2008190393883608, "man": 0.1474521612725079}, "taken": {"he - man": 0.03453083151154876, "he": 0.25291340888920943, "man": 0.21838257737766067}, "talkin": {"he - man": -0.06132730563815081, "he": 0.2758851054843536, "man": 0.3372124111225044}, "talking": {"he - man": -0.01819212496907399, "he": 0.1931503123652337, "man": 0.2113424373343077}, "teacher": {"he - man": 0.03464105066743359, "he": 0.23686175706959847, "man": 0.20222070640216488}, "tell": {"he - man": -0.054312424243094015, "he": 0.2147298147824867, "man": 0.2690422390255807}, "telling": {"he - man": -0.04091476895255891, "he": 0.2500310841338375, "man": 0.2909458530863964}, "than": {"he - man": 0.003810543645683784, "he": 0.21413859726372553, "man": 0.21032805361804174}, "that": {"he - man": -0.007352615715392086, "he": 0.30286218380729196, "man": 0.31021479952268405}, "thats": {"he - man": 0.012141095705081484, "he": 0.22807482452194835, "man": 0.21593372881686687}, "the": {"he - man": 0.0007816611358210657, "he": 0.359651211376102, "man": 0.35886955024028094}, "their": {"he - man": -0.05047856617558945, "he": 0.11850957289671778, "man": 0.16898813907230723}, "them": {"he - man": 0.11712712541293677, "he": 0.1790504480269035, "man": 0.06192332261396675}, "then": {"he - man": 0.09977573953671193, "he": 0.26751538878960635, "man": 0.16773964925289442}, "there": {"he - man": -0.14326809188196454, "he": 0.12937455772632322, "man": 0.27264264960828777}, "therefore": {"he - man": -0.06412060301843267, "he": 0.21302210377299627, "man": 0.27714270679142894}, "these": {"he - man": -0.002426745399199931, "he": 0.1666550833746634, "man": 0.16908182877386332}, "they": {"he - man": -0.03385568729897079, "he": 0.19140146322363566, "man": 0.22525715052260645}, "things": {"he - man": 0.05307969850344074, "he": 0.2293423424304631, "man": 0.17626264392702234}, "think": {"he - man": 0.09524142626382039, "he": 0.2051914175092283, "man": 0.10994999124540793}, "thinks": {"he - man": 0.05178444043808356, "he": 0.3041815700123706, "man": 0.25239712957428706}, "this": {"he - man": -0.06904033643543475, "he": 0.24438112421319755, "man": 0.3134214606486323}, "those": {"he - man": 0.03480570955803794, "he": 0.15438367020019453, "man": 0.11957796064215659}, "time": {"he - man": -0.032251097249819394, "he": 0.23495085529144932, "man": 0.2672019525412687}, "times": {"he - man": -0.0623760248429322, "he": 0.21558032282422018, "man": 0.2779563476671524}, "to": {"he - man": 0.017527710619363146, "he": 0.35147537949235774, "man": 0.3339476688729946}, "told": {"he - man": 0.049047848441309494, "he": 0.2961685152037671, "man": 0.24712066676245759}, "too": {"he - man": 0.06893624877589102, "he": 0.24821140792801158, "man": 0.17927515915212056}, "town": {"he - man": -0.018869359270140745, "he": 0.15332736182753276, "man": 0.1721967210976735}, "tree": {"he - man": 0.01222673739259611, "he": 0.2537964701963474, "man": 0.24156973280375127}, "trial": {"he - man": -0.06393686110208593, "he": 0.21746936502540917, "man": 0.2814062261274951}, "true": {"he - man": -0.15523605569003066, "he": 0.13332755652002545, "man": 0.2885636122100561}, "try": {"he - man": 0.013670807077478836, "he": 0.2359644277937728, "man": 0.22229362071629397}, "trying": {"he - man": 0.053034503432402125, "he": 0.23301319253302924, "man": 0.17997868910062712}, "turned": {"he - man": -0.017316118576032324, "he": 0.24293602616038978, "man": 0.2602521447364221}, "turning": {"he - man": -0.0645778189728265, "he": 0.2017249076957935, "man": 0.26630272666862}, "twin": {"he - man": -0.062026119197322205, "he": 0.26101383237626974, "man": 0.32303995157359194}, "two": {"he - man": -0.033834188663401626, "he": 0.2325624175876295, "man": 0.2663966062510311}, "typical": {"he - man": -0.017414003180575177, "he": 0.23746359128078381, "man": 0.254877594461359}, "u": {"he - man": -0.06740499284199071, "he": 0.12226481936113727, "man": 0.18966981220312798}, "uneven": {"he - man": -0.06014592370559135, "he": 0.29996762599411864, "man": 0.36011354969971}, "until": {"he - man": -0.06745282113799105, "he": 0.12073144840811205, "man": 0.1881842695461031}, "up": {"he - man": -0.026549808602993163, "he": 0.26819899878700254, "man": 0.2947488073899957}, "ur": {"he - man": -0.06322990711467721, "he": 0.23412509034871806, "man": 0.2973549974633953}, "us": {"he - man": 0.050047777399433835, "he": 0.22428251978075214, "man": 0.1742347423813183}, "use": {"he - man": -0.0190034733158837, "he": 0.14529231572089585, "man": 0.16429578903677955}, "used": {"he - man": -0.018714275805136626, "he": 0.16255589164311207, "man": 0.1812701674482487}, "uses": {"he - man": -0.016926953630754693, "he": 0.2644792724967404, "man": 0.2814062261274951}, "v": {"he - man": -0.01838392114541365, "he": 0.1819959849433494, "man": 0.20037990608876305}, "ve": {"he - man": 0.013504048392754042, "he": 0.20260650636308966, "man": 0.18910245797033562}, "very": {"he - man": 0.03914875045900962, "he": 0.21921279796200172, "man": 0.1800640475029921}, "victim": {"he - man": -0.06470681496004657, "he": 0.1984748915997329, "man": 0.26318170655977946}, "victims": {"he - man": -0.06564113238160085, "he": 0.17401664932974134, "man": 0.2396577817113422}, "video": {"he - man": -0.10245780872868118, "he": 0.18754311397071496, "man": 0.29000092269939615}, "violence": {"he - man": -0.11726225909933735, "he": 0.1954253217553395, "man": 0.31268758085467685}, "violent": {"he - man": -0.06564113238160085, "he": 0.17401664932974134, "man": 0.2396577817113422}, "walked": {"he - man": -0.11599622674452723, "he": 0.21302210377299627, "man": 0.3290183305175235}, "walking": {"he - man": -0.06470681496004657, "he": 0.1984748915997329, "man": 0.26318170655977946}, "wanna": {"he - man": -0.06470681496004657, "he": 0.1984748915997329, "man": 0.26318170655977946}, "want": {"he - man": -0.04443126416392601, "he": 0.12836009979619684, "man": 0.17279136396012285}, "wanted": {"he - man": 0.012117610245070853, "he": 0.2223696381711051, "man": 0.21025202792603426}, "was": {"he - man": 0.0494455336279479, "he": 0.3699397943615183, "man": 0.3204942607335704}, "watch": {"he - man": -0.05574971043870647, "he": 0.1747476949277644, "man": 0.23049740536647087}, "watched": {"he - man": -0.06493899763736466, "he": 0.19255155813487934, "man": 0.257490555772244}, "way": {"he - man": -0.043646280255854014, "he": 0.22135191208317237, "man": 0.2649981923390264}, "we": {"he - man": 0.022908443353197666, "he": 0.2081836817200336, "man": 0.18527523836683593}, "website": {"he - man": -0.06623904209950962, "he": 0.1574014836242536, "man": 0.22364052572376322}, "week": {"he - man": -0.019854492396845835, "he": 0.21799913675777044, "man": 0.23785362915461628}, "weeks": {"he - man": 0.06792030601303614, "he": 0.2692131501125408, "man": 0.20129284409950468}, "welfare": {"he - man": -0.06514346754758926, "he": 0.1872536620266978, "man": 0.25239712957428706}, "well": {"he - man": 0.027078539235866506, "he": 0.20253939129912463, "man": 0.17546085206325812}, "went": {"he - man": -0.010971081687237316, "he": 0.26883086756711433, "man": 0.27980194925435165}, "were": {"he - man": 0.03478257612692269, "he": 0.14517316476283673, "man": 0.11039058863591404}, "west": {"he - man": -0.11918982821285398, "he": 0.16674478698570264, "man": 0.2859346151985566}, "what": {"he - man": 0.08963797730678164, "he": 0.2627176681051585, "man": 0.17307969079837687}, "whatever": {"he - man": 0.012211064430957264, "he": 0.24824676417675112, "man": 0.23603569974579386}, "when": {"he - man": 0.07869196736307787, "he": 0.2786012441732314, "man": 0.19990927681015352}, "whenever": {"he - man": -0.06470681496004657, "he": 0.1984748915997329, "man": 0.26318170655977946}, "where": {"he - man": -0.022918451214953645, "he": 0.24367365746644606, "man": 0.2665921086813997}, "which": {"he - man": 0.011777741338498127, "he": 0.16314556030692776, "man": 0.15136781896842963}, "while": {"he - man": -0.007589693910737855, "he": 0.24832869069502092, "man": 0.2559183846057588}, "white": {"he - man": -0.15709133644523504, "he": 0.26572420166961047, "man": 0.4228155381148455}, "whites": {"he - man": -0.03818356641761017, "he": 0.1544739431028826, "man": 0.19265750952049276}, "whitey": {"he - man": -0.11599622674452723, "he": 0.21302210377299627, "man": 0.3290183305175235}, "who": {"he - man": -0.004906181078204563, "he": 0.24733226842829525, "man": 0.2522384495064998}, "whole": {"he - man": -0.06708246284175678, "he": 0.13239892224367628, "man": 0.19948138508543306}, "whut": {"he - man": -0.06132730563815081, "he": 0.2758851054843536, "man": 0.3372124111225044}, "why": {"he - man": 0.011720956963218038, "he": 0.15547907897887528, "man": 0.14375812201565724}, "will": {"he - man": 0.0008548198806900553, "he": 0.23094964080684444, "man": 0.23009482092615438}, "wisdom": {"he - man": -0.06291245540018603, "he": 0.24138561175393702, "man": 0.30429806715412305}, "with": {"he - man": -0.027919648213330706, "he": 0.31377301600629726, "man": 0.34169266421962796}, "within": {"he - man": -0.1525494344013337, "he": 0.16674478698570264, "man": 0.31929422138703634}, "woman": {"he - man": -0.1785392614485693, "he": 0.21601622205754367, "man": 0.39455548350611297}, "women": {"he - man": -0.20359222326848816, "he": 0.10541450898883284, "man": 0.309006732257321}, "won": {"he - man": 0.012293907048890274, "he": 0.2937001331763854, "man": 0.2814062261274951}, "wonder": {"he - man": 0.013716855623333774, "he": 0.24836544701017044, "man": 0.23464859138683666}, "words": {"he - man": -0.0661880435709041, "he": 0.15885169591209744, "man": 0.22503973948300154}, "wore": {"he - man": -0.06322990711467721, "he": 0.23412509034871806, "man": 0.2973549974633953}, "work": {"he - man": -0.1574848252252233, "he": 0.10197192865241347, "man": 0.2594567538776368}, "world": {"he - man": -0.020577143711659723, "he": 0.18077541217354315, "man": 0.20135255588520287}, "would": {"he - man": 0.06297119506658921, "he": 0.2533320794697774, "man": 0.1903608844031882}, "wrench": {"he - man": -0.06014592370559135, "he": 0.29996762599411864, "man": 0.36011354969971}, "wuz": {"he - man": -0.06014592370559135, "he": 0.29996762599411864, "man": 0.36011354969971}, "www": {"he - man": -0.19402455360110732, "he": 0.07774693094900857, "man": 0.2717714845501159}, "x202a": {"he - man": -0.06549091354939748, "he": 0.1780655339314804, "man": 0.24355644748087787}, "x202c": {"he - man": -0.06549091354939748, "he": 0.1780655339314804, "man": 0.24355644748087787}, "y": {"he - man": -0.10306981783747424, "he": 0.23493808581144512, "man": 0.33800790364891936}, "year": {"he - man": -0.08903908342829062, "he": 0.21012200371740572, "man": 0.29916108714569634}, "years": {"he - man": 0.04995844031922181, "he": 0.23355027913764223, "man": 0.18359183881842042}, "yes": {"he - man": 0.09392208652497525, "he": 0.25772520552275235, "man": 0.1638031189977771}, "yesterday": {"he - man": -0.017205442063768894, "he": 0.2490972846048511, "man": 0.26630272666862}, "yet": {"he - man": -0.06733037142722877, "he": 0.12464096948067512, "man": 0.19197134090790388}, "you": {"he - man": -0.013651263555018445, "he": 0.22410996735713926, "man": 0.2377612309121577}, "your": {"he - man": -0.06927078493949104, "he": 0.16346605582596038, "man": 0.23273684076545142}, "yourself": {"he - man": -0.06711201449267312, "he": 0.13148478526895596, "man": 0.19859679976162908}, "youtube": {"he - man": -0.1745548170045944, "he": 0.14038542196324666, "man": 0.31494023896784107}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-she.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-she.json new file mode 100644 index 0000000000000000000000000000000000000000..315c836e015f9185f370a13a66596465f4dbf52d --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-she.json @@ -0,0 +1 @@ +{"1": {"he - she": -0.03714033619715036, "he": 0.08322999922701296, "she": 0.12037033542416332}, "10": {"he - she": 0.012609762737022828, "he": 0.2298700689877525, "she": 0.21726030625072967}, "12": {"he - she": -0.036738001361646566, "he": 0.1574014836242536, "she": 0.19413948498590017}, "13": {"he - she": -0.03644220279883714, "he": 0.1872536620266978, "she": 0.22369586482553494}, "15": {"he - she": -0.010024510376849038, "he": 0.2358108643049227, "she": 0.24583537468177175}, "2": {"he - she": -0.12388984087338423, "he": 0.07997216648426181, "she": 0.20386200735764604}, "27": {"he - she": -0.036065013689370234, "he": 0.21746936502540917, "she": 0.2535343787147794}, "5": {"he - she": -0.04073903300164253, "he": 0.15869682992179707, "she": 0.1994358629234396}, "6": {"he - she": 0.042317813333262844, "he": 0.20723642954857477, "she": 0.16491861621531193}, "8": {"he - she": -0.036698572369005006, "he": 0.16187272473616937, "she": 0.19857129710517438}, "9": {"he - she": -0.03684932154541709, "he": 0.14353691526390264, "she": 0.18038623680931973}, "a": {"he - she": 0.025624944244016346, "he": 0.3797807848382674, "she": 0.35415584059425104}, "about": {"he - she": -0.0046011106537927615, "he": 0.2679674567428005, "she": 0.27256856739659324}, "accept": {"he - she": -0.036347901929581095, "he": 0.1954253217553395, "she": 0.2317732236849206}, "actually": {"he - she": -0.010006139509952355, "he": 0.18641897743577815, "she": 0.1964251169457305}, "addict": {"he - she": -0.03538439902317453, "he": 0.26101383237626974, "she": 0.29639823139944427}, "aeons": {"he - she": -0.03463908938132687, "he": 0.29996762599411864, "she": 0.3346067153754455}, "after": {"he - she": 0.08296401179870602, "he": 0.26249446993198644, "she": 0.17953045813328042}, "again": {"he - she": 0.013404986489939569, "he": 0.24073513055849036, "she": 0.2273301440685508}, "against": {"he - she": -0.043272361842632084, "he": 0.17974859413122982, "she": 0.2230209559738619}, "age": {"he - she": -0.040311619437148394, "he": 0.19543750765046558, "she": 0.23574912708761397}, "ago": {"he - she": -0.03475884030883805, "he": 0.23781219745619078, "she": 0.27257103776502883}, "all": {"he - she": 0.09997135126639914, "he": 0.25167633941576667, "she": 0.15170498814936753}, "almost": {"he - she": 0.04212158858398046, "he": 0.21621381765095554, "she": 0.17409222906697508}, "along": {"he - she": 0.04200772308609205, "he": 0.2212956721025283, "she": 0.17928794901643624}, "also": {"he - she": 0.04343955137564391, "he": 0.1489322998267673, "she": 0.1054927484511234}, "although": {"he - she": -0.036469418934921005, "he": 0.1847983596268498, "she": 0.2212677785617708}, "always": {"he - she": 0.12601743258428139, "he": 0.23965926458324951, "she": 0.11364183199896814}, "am": {"he - she": 0.012356358989701513, "he": 0.11270341355273707, "she": 0.10034705456303555}, "an": {"he - she": 0.04466174308479667, "he": 0.25190045417042506, "she": 0.20723871108562839}, "and": {"he - she": -0.004894607389455574, "he": 0.3669835250093558, "she": 0.3718781323988114}, "announced": {"he - she": -0.035917026385465706, "he": 0.22787709649500767, "she": 0.2637941228804734}, "another": {"he - she": -0.04087151114901233, "he": 0.14429422086394184, "she": 0.18516573201295417}, "any": {"he - she": 0.01343537882975368, "he": 0.15046028166629846, "she": 0.13702490283654478}, "anyone": {"he - she": -0.009943094924847268, "he": 0.151270775193521, "she": 0.16121387011836827}, "anything": {"he - she": 0.038826553665899405, "he": 0.25403091769506825, "she": 0.21520436402916884}, "apartment": {"he - she": -0.03631124451094289, "he": 0.1984748915997329, "she": 0.23478613611067578}, "ape": {"he - she": -0.11948459723650195, "he": 0.1824552746959061, "she": 0.30193987193240807}, "apparently": {"he - she": 0.04107362735965003, "he": 0.26002381121540985, "she": 0.21895018385575982}, "are": {"he - she": 0.0031205672069625767, "he": 0.18731970956441, "she": 0.18419914235744742}, "around": {"he - she": 0.03956608606194417, "he": 0.22300135523897108, "she": 0.1834352691770269}, "as": {"he - she": 0.008784920533450175, "he": 0.24735807492327255, "she": 0.23857315438982238}, "ask": {"he - she": -0.0726680636174972, "he": 0.20160406661036392, "she": 0.2742721302278611}, "asked": {"he - she": 0.011288511578714161, "he": 0.23023869543447398, "she": 0.21895018385575982}, "assignment": {"he - she": -0.03538439902317453, "he": 0.26101383237626974, "she": 0.29639823139944427}, "aswell": {"he - she": -0.03571117711618471, "he": 0.24138561175393702, "she": 0.27709678887012174}, "at": {"he - she": -0.007665332518935752, "he": 0.26216535495020926, "she": 0.269830687469145}, "ate": {"he - she": -0.03538439902317453, "he": 0.26101383237626974, "she": 0.29639823139944427}, "attack": {"he - she": -0.03695459659616743, "he": 0.1279640196191445, "she": 0.16491861621531193}, "attacked": {"he - she": -0.039515733015564464, "he": 0.24591911173607547, "she": 0.28543484475163994}, "attention": {"he - she": -0.036582809323036675, "he": 0.17401664932974134, "she": 0.21059945865277802}, "auto": {"he - she": -0.03538439902317453, "he": 0.26101383237626974, "she": 0.29639823139944427}, "average": {"he - she": -0.03644220279883714, "he": 0.1872536620266978, "she": 0.22369586482553494}, "away": {"he - she": 0.024279458767196116, "he": 0.28270281316364154, "she": 0.2584233543964454}, "baby": {"he - she": -0.12004801143243779, "he": 0.17210330764661627, "she": 0.29215131907905406}, "back": {"he - she": -0.03276561477936196, "he": 0.2701350188001274, "she": 0.3029006335794894}, "backpack": {"he - she": -0.03538439902317453, "he": 0.26101383237626974, "she": 0.29639823139944427}, "bad": {"he - she": -0.001994781356756542, "he": 0.22260713777405955, "she": 0.2246019191308161}, "bag": {"he - she": -0.11815438086393817, "he": 0.20520571480997543, "she": 0.3233600956739136}, "bar": {"he - she": 0.011387509728113004, "he": 0.2200927067126292, "she": 0.2087051969845162}, "be": {"he - she": 0.043843399652645026, "he": 0.27036853454092985, "she": 0.22652513488828482}, "beautiful": {"he - she": -0.1661627329906406, "he": 0.1279640196191445, "she": 0.2941267526097851}, "because": {"he - she": -0.02618345764229857, "he": 0.27917266114536765, "she": 0.3053561187876662}, "been": {"he - she": 0.10187011015616532, "he": 0.17825889102594264, "she": 0.07638878086977732}, "before": {"he - she": -0.0019280479436883102, "he": 0.20756612085406292, "she": 0.20949416879775123}, "behind": {"he - she": 0.012456065406165173, "he": 0.2437793527132703, "she": 0.23132328730710514}, "being": {"he - she": -0.02045418152405551, "he": 0.17611765663725168, "she": 0.1965718381613072}, "below": {"he - she": -0.036582809323036675, "he": 0.17401664932974134, "she": 0.21059945865277802}, "benefits": {"he - she": -0.036065013689370234, "he": 0.21746936502540917, "she": 0.2535343787147794}, "best": {"he - she": 0.01188745706176339, "he": 0.16667649543703983, "she": 0.15478903837527644}, "bet": {"he - she": 0.01135036475752313, "he": 0.22391508330692325, "she": 0.21256471854940012}, "big": {"he - she": 0.012787499438612793, "he": 0.21347033153273015, "she": 0.20068283209411736}, "bigger": {"he - she": -0.03627130141736501, "he": 0.2017249076957935, "she": 0.2379962091131585}, "bitch": {"he - she": -0.035917026385465706, "he": 0.22787709649500767, "she": 0.2637941228804734}, "black": {"he - she": -0.00473777358488503, "he": 0.2599833813150044, "she": 0.26472115489988945}, "blacks": {"he - she": -0.07484630794485417, "he": 0.11209141945665371, "she": 0.18693772740150788}, "blind": {"he - she": -0.03599631486086621, "he": 0.22238185132154806, "she": 0.25837816618241427}, "blood": {"he - she": -0.036901489304315555, "he": 0.13620560134667595, "she": 0.1731070906509915}, "blue": {"he - she": -0.08904332101058177, "he": 0.13719752684385159, "she": 0.22624084785443335}, "boat": {"he - she": -0.03599631486086621, "he": 0.22238185132154806, "she": 0.25837816618241427}, "bow": {"he - she": -0.03557036161072347, "he": 0.25008657663135536, "she": 0.28565693824207883}, "boy": {"he - she": 0.13307571993126457, "he": 0.30521415176709743, "she": 0.17213843183583286}, "bring": {"he - she": -0.12057894892499899, "he": 0.16187272473616937, "she": 0.28245167366116836}, "brother": {"he - she": 0.06413138557581699, "he": 0.25417085685002216, "she": 0.19003947127420517}, "brothers": {"he - she": -0.036857491807897685, "he": 0.14243045720853856, "she": 0.17928794901643624}, "brought": {"he - she": 0.04132588714932131, "he": 0.2500310841338375, "she": 0.2087051969845162}, "brown": {"he - she": 0.06546183207448691, "he": 0.21347033153273015, "she": 0.14800849945824324}, "bus": {"he - she": -0.036620006191698196, "he": 0.1702566504369363, "she": 0.2068766566286345}, "but": {"he - she": -0.03596962668448628, "he": 0.2636441465050679, "she": 0.2996137731895542}, "butchy": {"he - she": -0.03463908938132687, "he": 0.29996762599411864, "she": 0.3346067153754455}, "by": {"he - she": 0.002510295763907544, "he": 0.2307237338936239, "she": 0.22821343812971637}, "ca": {"he - she": 0.06553489626149156, "he": 0.2110274516479782, "she": 0.14549255538648664}, "call": {"he - she": 0.04218442611179976, "he": 0.21337009720770414, "she": 0.17118567109590438}, "called": {"he - she": -0.010021589537044573, "he": 0.20322091593113112, "she": 0.2132425054681757}, "calling": {"he - she": 0.011101075491692591, "he": 0.2490972846048511, "she": 0.2379962091131585}, "came": {"he - she": -0.04637001784536182, "he": 0.23559175862940296, "she": 0.2819617764747648}, "can": {"he - she": -0.012961883286499137, "he": 0.20603745587199435, "she": 0.21899933915849348}, "cant": {"he - she": 0.04205475297668845, "he": 0.21920760464446767, "she": 0.17715285166777922}, "care": {"he - she": 0.06484166264260732, "he": 0.23325907483309014, "she": 0.1684174121904828}, "case": {"he - she": 0.0115520887024127, "he": 0.20292464133305763, "she": 0.19137255263064493}, "cat": {"he - she": -0.035917026385465706, "he": 0.22787709649500767, "she": 0.2637941228804734}, "caught": {"he - she": 0.012211032970642355, "he": 0.2654650119605131, "she": 0.25325397898987073}, "changed": {"he - she": -0.03612542955596723, "he": 0.21302210377299627, "she": 0.2491475333289635}, "check": {"he - she": 0.011893830904361885, "he": 0.16596992319905252, "she": 0.15407609229469063}, "chick": {"he - she": -0.03511503239256619, "he": 0.2758851054843536, "she": 0.31100013787691977}, "child": {"he - she": -0.036983490041612554, "he": 0.1230464384271103, "she": 0.16002992846872285}, "children": {"he - she": -0.020410971737759603, "he": 0.1916555784415737, "she": 0.2120665501793333}, "chimp": {"he - she": -0.03571117711618471, "he": 0.24138561175393702, "she": 0.27709678887012174}, "chosen": {"he - she": -0.035917026385465706, "he": 0.22787709649500767, "she": 0.2637941228804734}, "christian": {"he - she": -0.04027944374045664, "he": 0.19782242622321147, "she": 0.2381018699636681}, "church": {"he - she": -0.036541397153635774, "he": 0.1780655339314804, "she": 0.21460693108511616}, "claims": {"he - she": 0.041015502974906276, "he": 0.26228328153667707, "she": 0.2212677785617708}, "class": {"he - she": -0.06686698127972088, "he": 0.2212956721025283, "she": 0.28816265338224917}, "close": {"he - she": 0.0115520887024127, "he": 0.20292464133305763, "she": 0.19137255263064493}, "coat": {"he - she": -0.03571117711618471, "he": 0.24138561175393702, "she": 0.27709678887012174}, "college": {"he - she": -0.03697897807774855, "he": 0.12383838927401161, "she": 0.16081736735176017}, "com": {"he - she": -0.04388786156598605, "he": 0.11542588306998948, "she": 0.15931374463597553}, "come": {"he - she": -0.09025457722382603, "he": 0.08535102386738831, "she": 0.17560560109121434}, "community": {"he - she": 0.04212158858398046, "he": 0.21621381765095554, "she": 0.17409222906697508}, "complaining": {"he - she": -0.03557036161072347, "he": 0.25008657663135536, "she": 0.28565693824207883}, "complete": {"he - she": -0.03612542955596723, "he": 0.21302210377299627, "she": 0.2491475333289635}, "conslour": {"he - she": -0.03463908938132687, "he": 0.29996762599411864, "she": 0.3346067153754455}, "continue": {"he - she": -0.036620006191698196, "he": 0.1702566504369363, "she": 0.2068766566286345}, "control": {"he - she": -0.03668426688002155, "he": 0.16344849391490165, "she": 0.2001327607949232}, "cookies": {"he - she": -0.03511503239256619, "he": 0.2758851054843536, "she": 0.31100013787691977}, "could": {"he - she": -0.005956581286600676, "he": 0.22790521128527533, "she": 0.233861792571876}, "country": {"he - she": 0.07294943584798616, "he": 0.2345049011799161, "she": 0.16155546533192994}, "crack": {"he - she": -0.035917026385465706, "he": 0.22787709649500767, "she": 0.2637941228804734}, "crime": {"he - she": -0.03701946380922007, "he": 0.11635194572824543, "she": 0.1533714095374655}, "custody": {"he - she": 0.010840159308000585, "he": 0.27463428218847397, "she": 0.2637941228804734}, "customer": {"he - she": -0.03557036161072347, "he": 0.25008657663135536, "she": 0.28565693824207883}, "d": {"he - she": -0.00998816343196346, "he": 0.17372152644751712, "she": 0.18370968987948058}, "dark": {"he - she": -0.03683215575352325, "he": 0.14581653700966626, "she": 0.1826486927631895}, "daughter": {"he - she": -0.06562803233428488, "he": 0.2578617223826998, "she": 0.32348975471698466}, "day": {"he - she": 0.004908722706630619, "he": 0.2305833719742898, "she": 0.22567464926765918}, "days": {"he - she": -0.03703313609215844, "he": 0.11359821536979867, "she": 0.1506313514619571}, "dead": {"he - she": 0.04173526206082198, "he": 0.2331078146914669, "she": 0.19137255263064493}, "deaf": {"he - she": -0.03557036161072347, "he": 0.25008657663135536, "she": 0.28565693824207883}, "did": {"he - she": 0.04342594953927886, "he": 0.3258558616445767, "she": 0.28242991210529783}, "didnt": {"he - she": -0.03641305166491726, "he": 0.1898333100014528, "she": 0.22624636166637005}, "die": {"he - she": -0.040189647011523194, "he": 0.20427787303195846, "she": 0.24446752004348166}, "dies": {"he - she": -0.03582374881742276, "he": 0.23412509034871806, "she": 0.2699488391661408}, "different": {"he - she": 0.012693630561070035, "he": 0.22217486370618977, "she": 0.20948123314511974}, "difficult": {"he - she": -0.035917026385465706, "he": 0.22787709649500767, "she": 0.2637941228804734}, "disgusted": {"he - she": 0.01089560641560422, "he": 0.2692737725980185, "she": 0.25837816618241427}, "do": {"he - she": -0.02394870777531441, "he": 0.20230347691795564, "she": 0.22625218469327005}, "does": {"he - she": -0.012189500757667726, "he": 0.2616398738641152, "she": 0.2738293746217829}, "dog": {"he - she": -0.12049885075378344, "he": 0.16344849391490165, "she": 0.2839473446686851}, "dogs": {"he - she": -0.036541397153635774, "he": 0.1780655339314804, "she": 0.21460693108511616}, "doing": {"he - she": 0.030791413752050023, "he": 0.24641139771699877, "she": 0.21561998396494875}, "done": {"he - she": -0.04288111303275896, "he": 0.20723642954857477, "she": 0.25011754258133373}, "dont": {"he - she": -0.01793299831590442, "he": 0.2287974584719686, "she": 0.24673045678787303}, "down": {"he - she": 0.02509920215524536, "he": 0.2387045937204702, "she": 0.21360539156522484}, "drop": {"he - she": -0.03612542955596723, "he": 0.21302210377299627, "she": 0.2491475333289635}, "dropped": {"he - she": 0.010612709847678703, "he": 0.29626964808975753, "she": 0.28565693824207883}, "drugs": {"he - she": 0.011101075491692591, "he": 0.2490972846048511, "she": 0.2379962091131585}, "eating": {"he - she": -0.036518851158936466, "he": 0.18021399957718726, "she": 0.21673285073612372}, "either": {"he - she": 0.011654514166884566, "he": 0.1920407509762043, "she": 0.18038623680931973}, "else": {"he - she": -0.040726507088122865, "he": 0.1599563250059945, "she": 0.20068283209411736}, "end": {"he - she": -0.010025399172532645, "he": 0.21066111172037205, "she": 0.2206865108929047}, "english": {"he - she": 0.011942104310333823, "he": 0.16059591643701485, "she": 0.14865381212668102}, "enough": {"he - she": 0.06526121601141865, "he": 0.2200502543866951, "she": 0.15478903837527644}, "europe": {"he - she": 0.011867834256731657, "he": 0.16884744922549974, "she": 0.15697961496876808}, "even": {"he - she": 0.05036775899730919, "he": 0.2346621085844964, "she": 0.1842943495871872}, "ever": {"he - she": 0.02715425033190791, "he": 0.23179165320017162, "she": 0.2046374028682637}, "every": {"he - she": -0.03155865875108074, "he": 0.20230313382079526, "she": 0.233861792571876}, "evil": {"he - she": 0.011421955977023363, "he": 0.21653109428375936, "she": 0.205109138306736}, "exactly": {"he - she": 0.011600288961776117, "he": 0.19782242622321147, "she": 0.18622213726143536}, "example": {"he - she": -0.08838720362326405, "he": 0.15885169591209744, "she": 0.2472388995353615}, "eyed": {"he - she": -0.03599631486086621, "he": 0.22238185132154806, "she": 0.25837816618241427}, "eyes": {"he - she": -0.06339907327268116, "he": 0.22103297019475462, "she": 0.2844320434674358}, "face": {"he - she": 0.01166467273422403, "he": 0.19095262175066027, "she": 0.17928794901643624}, "facility": {"he - she": -0.03538439902317453, "he": 0.26101383237626974, "she": 0.29639823139944427}, "fact": {"he - she": 0.013081473446500347, "he": 0.26744423797498496, "she": 0.2543627645284846}, "failed": {"he - she": -0.035917026385465706, "he": 0.22787709649500767, "she": 0.2637941228804734}, "family": {"he - she": -0.010009602413592888, "he": 0.1894262605098467, "she": 0.1994358629234396}, "far": {"he - she": 0.08373177469055612, "he": 0.23238558681723714, "she": 0.14865381212668102}, "father": {"he - she": 0.01236750551413826, "he": 0.2516845426691109, "she": 0.23931703715497263}, "favorite": {"he - she": -0.036541397153635774, "he": 0.1780655339314804, "she": 0.21460693108511616}, "feel": {"he - she": -0.0407629090519597, "he": 0.15625267899126283, "she": 0.19701558804322253}, "feeling": {"he - she": -0.03627130141736501, "he": 0.2017249076957935, "she": 0.2379962091131585}, "few": {"he - she": 0.04431433249342223, "he": 0.24398452526094597, "she": 0.19967019276752374}, "fight": {"he - she": 0.011840412739363454, "he": 0.1718703412080863, "she": 0.16002992846872285}, "films": {"he - she": -0.03582374881742276, "he": 0.23412509034871806, "she": 0.2699488391661408}, "filthy": {"he - she": 0.011132975625399694, "he": 0.24591911173607547, "she": 0.23478613611067578}, "find": {"he - she": -0.0018437423577013778, "he": 0.1897398762893147, "she": 0.1915836186470161}, "finially": {"he - she": -0.03463908938132687, "he": 0.29996762599411864, "she": 0.3346067153754455}, "first": {"he - she": 0.002222139644079052, "he": 0.2248933923649319, "she": 0.22267125272085284}, "food": {"he - she": -0.04270389205801134, "he": 0.2181919453660477, "she": 0.26089583742405903}, "for": {"he - she": 0.006041015955543905, "he": 0.2682361341607829, "she": 0.262195118205239}, "forest": {"he - she": -0.036065013689370234, "he": 0.21746936502540917, "she": 0.2535343787147794}, "forgein": {"he - she": -0.03463908938132687, "he": 0.29996762599411864, "she": 0.3346067153754455}, "formed": {"he - she": -0.03463908938132687, "he": 0.29996762599411864, "she": 0.3346067153754455}, "forum": {"he - she": -0.0899913416209862, "he": 0.09870768319793093, "she": 0.18869902481891712}, "fought": {"he - she": 0.01089560641560422, "he": 0.2692737725980185, "she": 0.25837816618241427}, "found": {"he - she": -0.0019902366457012766, "he": 0.2215532441375704, "she": 0.2235434807832717}, "friend": {"he - she": 0.058729080393774474, "he": 0.287964164855566, "she": 0.2292350844617915}, "friends": {"he - she": -0.03707698111421097, "he": 0.10366962418326016, "she": 0.14074660529747113}, "from": {"he - she": -0.02822676750186176, "he": 0.2772162963949818, "she": 0.30544306389684356}, "front": {"he - she": 0.01177257086876557, "he": 0.17929558521677422, "she": 0.16752301434800865}, "funny": {"he - she": 0.041880141475115984, "he": 0.22688570741456973, "she": 0.18500556593945375}, "future": {"he - she": -0.03690807950621053, "he": 0.13523035232962233, "she": 0.17213843183583286}, "gang": {"he - she": -0.03644220279883714, "he": 0.1872536620266978, "she": 0.22369586482553494}, "gather": {"he - she": -0.03511503239256619, "he": 0.2758851054843536, "she": 0.31100013787691977}, "gave": {"he - she": 0.012173763285002692, "he": 0.2687132076990917, "she": 0.256539444414089}, "german": {"he - she": -0.04049389602222042, "he": 0.18108181762036518, "she": 0.2215757136425856}, "get": {"he - she": -0.06463620515276311, "he": 0.2107767598371156, "she": 0.2754129649898787}, "gets": {"he - she": -0.011253393865460981, "he": 0.2758882761049732, "she": 0.28714166997043417}, "getting": {"he - she": 0.012609762737022828, "he": 0.2298700689877525, "she": 0.21726030625072967}, "gf": {"he - she": -0.03538439902317453, "he": 0.26101383237626974, "she": 0.29639823139944427}, "girl": {"he - she": -0.19844401132210132, "he": 0.10905778377697849, "she": 0.3075017950990798}, "girls": {"he - she": 0.011780582709126602, "he": 0.17842261197020018, "she": 0.16664202926107358}, "give": {"he - she": -0.04076864678446021, "he": 0.1556564701612703, "she": 0.1964251169457305}, "giving": {"he - she": -0.036620006191698196, "he": 0.1702566504369363, "she": 0.2068766566286345}, "go": {"he - she": 0.022613640286529513, "he": 0.2607799741046443, "she": 0.2381663338181148}, "goes": {"he - she": -0.1655330338784983, "he": 0.13719752684385159, "she": 0.3027305607223499}, "going": {"he - she": 0.0774076751492416, "he": 0.2667837507229824, "she": 0.18937607557374078}, "gone": {"he - she": -0.08864539522478965, "he": 0.15067164193018298, "she": 0.23931703715497263}, "gonna": {"he - she": -0.08765398862190926, "he": 0.18021399957718726, "she": 0.2678679881990965}, "good": {"he - she": -0.023206576867294437, "he": 0.1880003629706798, "she": 0.21120693983797423}, "got": {"he - she": 0.033150971383227035, "he": 0.3093876722116877, "she": 0.2762367008284607}, "grade": {"he - she": -0.03638171728183204, "he": 0.19255155813487934, "she": 0.22893327541671138}, "great": {"he - she": -0.09992084641542648, "he": 0.11552685890339198, "she": 0.21544770531881846}, "group": {"he - she": -0.04078533927481723, "he": 0.15390150429242916, "she": 0.1946868435672464}, "guess": {"he - she": -0.03700444040723365, "he": 0.11923613486141642, "she": 0.15624057526865007}, "guidance": {"he - she": -0.03511503239256619, "he": 0.2758851054843536, "she": 0.31100013787691977}, "guy": {"he - she": 0.11633237061889104, "he": 0.31334795866211357, "she": 0.19701558804322253}, "gypsie": {"he - she": -0.03511503239256619, "he": 0.2758851054843536, "she": 0.31100013787691977}, "had": {"he - she": -0.02272266817967561, "he": 0.2849805617368761, "she": 0.3077032299165517}, "hair": {"he - she": -0.06310234972783668, "he": 0.23114975146670458, "she": 0.29425210119454126}, "hall": {"he - she": -0.03612542955596723, "he": 0.21302210377299627, "she": 0.2491475333289635}, "handed": {"he - she": -0.035917026385465706, "he": 0.22787709649500767, "she": 0.2637941228804734}, "hands": {"he - she": -0.04008298625060863, "he": 0.21160212542147228, "she": 0.2516851116720809}, "happened": {"he - she": 0.04176584083690105, "he": 0.23180531211110622, "she": 0.19003947127420517}, "happy": {"he - she": 0.011674624939083555, "he": 0.18988505420528565, "she": 0.1782104292662021}, "hard": {"he - she": 0.04238696408812498, "he": 0.20400228382063673, "she": 0.16161531973251175}, "has": {"he - she": 0.0034491518336984273, "he": 0.30064473173472145, "she": 0.297195579901023}, "hate": {"he - she": -0.09880976656437396, "he": 0.15053331650982815, "she": 0.2493430830742021}, "hated": {"he - she": -0.08617261664304268, "he": 0.21746936502540917, "she": 0.30364198166845185}, "hates": {"he - she": 0.010944893781961007, "he": 0.2644792724967404, "she": 0.2535343787147794}, "have": {"he - she": 0.1413966109478112, "he": 0.2544127505978315, "she": 0.11301613965002033}, "he": {"he - she": 0.43733884171474624, "he": 0.6523775851441201, "she": 0.2150387434293739}, "head": {"he - she": -0.04035651500934265, "he": 0.1920407509762043, "she": 0.23239726598554694}, "heads": {"he - she": -0.036469418934921005, "he": 0.1847983596268498, "she": 0.2212677785617708}, "heard": {"he - she": -0.01782681960858573, "he": 0.25407097580292765, "she": 0.2718977954115134}, "hearing": {"he - she": -0.0362275196308845, "he": 0.20520571480997543, "she": 0.24143323444085993}, "hell": {"he - she": 0.011906340743142035, "he": 0.1645811272521478, "she": 0.15267478650900576}, "help": {"he - she": 0.04252733406820125, "he": 0.1973163724434777, "she": 0.15478903837527644}, "her": {"he - she": -0.29454249750455275, "he": 0.20693679176896276, "she": 0.5014792892735155}, "here": {"he - she": -0.01732035520294889, "he": 0.1950122911660209, "she": 0.21233264636896979}, "hey": {"he - she": 0.0834983961114803, "he": 0.23828743448675674, "she": 0.15478903837527644}, "high": {"he - she": -0.08970478659326303, "he": 0.11161121819076233, "she": 0.20131600478402537}, "him": {"he - she": 0.17303472963864802, "he": 0.3981794333598364, "she": 0.2251447037211884}, "his": {"he - she": 0.25423862768178745, "he": 0.40189554502037556, "she": 0.1476569173385881}, "historian": {"he - she": 0.010341785242659884, "he": 0.32134192311957965, "she": 0.31100013787691977}, "history": {"he - she": -0.0892261234821195, "he": 0.13058466881811576, "she": 0.21981079230023526}, "hit": {"he - she": -0.0880675434066259, "he": 0.1684719010074631, "she": 0.256539444414089}, "holahoax": {"he - she": -0.03538439902317453, "he": 0.26101383237626974, "she": 0.29639823139944427}, "holocaust": {"he - she": -0.03671227047160394, "he": 0.1603413215322604, "she": 0.19705359200386435}, "home": {"he - she": 0.060765174941899064, "he": 0.22916424870505125, "she": 0.1683990737631522}, "homeschooled": {"he - she": -0.035917026385465706, "he": 0.22787709649500767, "she": 0.2637941228804734}, "homeschooling": {"he - she": -0.03599631486086621, "he": 0.22238185132154806, "she": 0.25837816618241427}, "hope": {"he - she": -0.04964110220254267, "he": 0.2252388348948494, "she": 0.27487993709739206}, "house": {"he - she": 0.08384978704397644, "he": 0.2293423424304631, "she": 0.14549255538648664}, "how": {"he - she": 0.01592671831416026, "he": 0.26564669909886496, "she": 0.2497199807847047}, "http": {"he - she": -0.1246784887510119, "he": 0.049945792379222316, "she": 0.1746242811302342}, "https": {"he - she": -0.037117111572648326, "he": 0.0921615278613187, "she": 0.12927863943396703}, "huffed": {"he - she": -0.03463908938132687, "he": 0.29996762599411864, "she": 0.3346067153754455}, "i": {"he - she": -0.03546483845792531, "he": 0.2804425706745275, "she": 0.3159074091324528}, "id": {"he - she": -0.036669309622337026, "he": 0.1650714711739678, "she": 0.20174078079630484}, "idiot": {"he - she": -0.08653375818397513, "he": 0.20895529526800866, "she": 0.2954890534519838}, "if": {"he - she": 0.015835301954848446, "he": 0.3120276505060418, "she": 0.29619234855119336}, "igger": {"he - she": -0.03511503239256619, "he": 0.2758851054843536, "she": 0.31100013787691977}, "im": {"he - she": 0.012177335398064315, "he": 0.13380918620284254, "she": 0.12163185080477823}, "important": {"he - she": 0.01149854815503254, "he": 0.2085521401588969, "she": 0.19705359200386435}, "in": {"he - she": -0.009133231447751855, "he": 0.30681394139910584, "she": 0.3159471728468577}, "indeed": {"he - she": 0.011469364626549072, "he": 0.21160212542147228, "she": 0.2001327607949232}, "info": {"he - she": -0.08856484826593136, "he": 0.15326653760344736, "she": 0.24183138586937872}, "ing": {"he - she": -0.03631124451094289, "he": 0.1984748915997329, "she": 0.23478613611067578}, "instead": {"he - she": -0.03671227047160394, "he": 0.1603413215322604, "she": 0.19705359200386435}, "integration": {"he - she": -0.03571117711618471, "he": 0.24138561175393702, "she": 0.27709678887012174}, "intended": {"he - she": -0.03571117711618471, "he": 0.24138561175393702, "she": 0.27709678887012174}, "into": {"he - she": 0.13332499629237474, "he": 0.28471792741180096, "she": 0.15139293111942623}, "ireland": {"he - she": -0.04096174061556995, "he": 0.13297270490550253, "she": 0.17393444552107248}, "is": {"he - she": -0.024348791214090615, "he": 0.33719099785205486, "she": 0.3615397890661455}, "it": {"he - she": 0.012090444216450946, "he": 0.282676061060643, "she": 0.2705856168441921}, "its": {"he - she": -0.03716847210624849, "he": 0.057811920124317934, "she": 0.09498039223056642}, "jew": {"he - she": 0.059915134271278064, "he": 0.25517599091507287, "she": 0.1952608566437948}, "jewish": {"he - she": 0.13395775272049795, "he": 0.2932104620673537, "she": 0.15925270934685573}, "job": {"he - she": 0.011674624939083555, "he": 0.18988505420528565, "she": 0.1782104292662021}, "join": {"he - she": -0.04046003885821703, "he": 0.18386887481934916, "she": 0.2243289136775662}, "jumped": {"he - she": -0.036065013689370234, "he": 0.21746936502540917, "she": 0.2535343787147794}, "just": {"he - she": -0.019944778305445443, "he": 0.2568752418783067, "she": 0.2768200201837521}, "kick": {"he - she": -0.036494909159853706, "he": 0.1824552746959061, "she": 0.21895018385575982}, "kicked": {"he - she": -0.08571304722096998, "he": 0.22787709649500767, "she": 0.31359014371597765}, "kid": {"he - she": 0.06495145277244058, "he": 0.2298700689877525, "she": 0.16491861621531193}, "kids": {"he - she": -0.12118904703933614, "he": 0.1388743673033785, "she": 0.2600634143427146}, "kill": {"he - she": -0.03675010370403867, "he": 0.15598851918970136, "she": 0.19273862289374002}, "killed": {"he - she": 0.04176584083690105, "he": 0.23180531211110622, "she": 0.19003947127420517}, "kind": {"he - she": 0.08280746356730942, "he": 0.2549458954031423, "she": 0.17213843183583286}, "kiss": {"he - she": -0.08636292131618448, "he": 0.21302210377299627, "she": 0.29938502508918075}, "knife": {"he - she": 0.06236159234788463, "he": 0.30035780146104313, "she": 0.2379962091131585}, "know": {"he - she": -0.02316824420835603, "he": 0.19801798523251266, "she": 0.2211862294408687}, "last": {"he - she": 0.0022356029840153446, "he": 0.22285798756295963, "she": 0.22062238457894429}, "later": {"he - she": 0.011600288961776117, "he": 0.19782242622321147, "she": 0.18622213726143536}, "laugh": {"he - she": 0.011469364626549072, "he": 0.21160212542147228, "she": 0.2001327607949232}, "law": {"he - she": 0.011611627130266755, "he": 0.1966171930697205, "she": 0.18500556593945375}, "learned": {"he - she": -0.03599631486086621, "he": 0.22238185132154806, "she": 0.25837816618241427}, "least": {"he - she": -0.0406005444263067, "he": 0.1718703412080863, "she": 0.212470885634393}, "let": {"he - she": -0.02042887326236406, "he": 0.1857874802982196, "she": 0.20621635356058365}, "lets": {"he - she": 0.06403888375218827, "he": 0.2567775066459283, "she": 0.19273862289374002}, "light": {"he - she": -0.08909856134794386, "he": 0.13523035232962233, "she": 0.2243289136775662}, "like": {"he - she": -0.021993598446966134, "he": 0.2765718254354235, "she": 0.29856542388238966}, "likes": {"he - she": -0.08636292131618448, "he": 0.21302210377299627, "she": 0.29938502508918075}, "lincoln": {"he - she": -0.03511503239256619, "he": 0.2758851054843536, "she": 0.31100013787691977}, "line": {"he - she": 0.06449140369683407, "he": 0.2437793527132703, "she": 0.17928794901643624}, "literally": {"he - she": -0.03627130141736501, "he": 0.2017249076957935, "she": 0.2379962091131585}, "little": {"he - she": -0.026831610711479548, "he": 0.21012685646516718, "she": 0.23695846717664673}, "live": {"he - she": 0.01228788346292424, "he": 0.12085406267375097, "she": 0.10856617921082673}, "lived": {"he - she": -0.0401280191625826, "he": 0.2085521401588969, "she": 0.2486801593214795}, "living": {"he - she": -0.08946397660772415, "he": 0.1214932470685176, "she": 0.21095722367624176}, "ll": {"he - she": -0.06565130709386502, "he": 0.17822684369060926, "she": 0.24387815078447428}, "lol": {"he - she": -0.040573846914277706, "he": 0.17424290295737305, "she": 0.21481674987165075}, "london": {"he - she": -0.036920701247461996, "he": 0.13332755652002545, "she": 0.17024825776748745}, "long": {"he - she": -0.009987381934750461, "he": 0.1732442576256842, "she": 0.18323163956043467}, "look": {"he - she": -0.04558604344447892, "he": 0.17111839960950875, "she": 0.21670444305398767}, "looked": {"he - she": -0.08838720362326405, "he": 0.15885169591209744, "she": 0.2472388995353615}, "looking": {"he - she": 0.012257748369217655, "he": 0.12441007675257694, "she": 0.11215232838335928}, "looks": {"he - she": -0.06298751689157883, "he": 0.23493657426523595, "she": 0.2979240911568148}, "love": {"he - she": 0.04270083454541654, "he": 0.1888128644372828, "she": 0.14611202989186625}, "lucky": {"he - she": 0.010989285470369703, "he": 0.2601368187993332, "she": 0.2491475333289635}, "m": {"he - she": -0.018044740848275148, "he": 0.17892450459970372, "she": 0.19696924544797886}, "make": {"he - she": -0.01796239943040867, "he": 0.21991776819368658, "she": 0.23788016762409525}, "makes": {"he - she": -0.040545461616057044, "he": 0.17671484463467263, "she": 0.21726030625072967}, "male": {"he - she": 0.012394230401521211, "he": 0.24930719479413113, "she": 0.23691296439260992}, "man": {"he - she": 0.059364289145696636, "he": 0.26885845794344787, "she": 0.20949416879775123}, "matter": {"he - she": 0.01240714007789312, "he": 0.2481562671655071, "she": 0.23574912708761397}, "may": {"he - she": 0.03106958203321178, "he": 0.23238558681723714, "she": 0.20131600478402537}, "maybe": {"he - she": 0.038902555411233886, "he": 0.2509691055905672, "she": 0.2120665501793333}, "me": {"he - she": 0.016893039643437996, "he": 0.256311327137585, "she": 0.23941828749414698}, "means": {"he - she": 0.012339470980643447, "he": 0.25417085685002216, "she": 0.24183138586937872}, "meet": {"he - she": 0.011893830904361885, "he": 0.16596992319905252, "she": 0.15407609229469063}, "member": {"he - she": 0.01143828735623001, "he": 0.21483672570554796, "she": 0.20339843834931795}, "might": {"he - she": 0.042317813333262844, "he": 0.20723642954857477, "she": 0.16491861621531193}, "mind": {"he - she": -0.036783714305419185, "he": 0.1519540008447359, "she": 0.18873771515015508}, "mine": {"he - she": -0.03672540132963739, "he": 0.15885169591209744, "she": 0.19557709724173483}, "minister": {"he - she": -0.036518851158936466, "he": 0.18021399957718726, "she": 0.21673285073612372}, "missing": {"he - she": -0.03638171728183204, "he": 0.19255155813487934, "she": 0.22893327541671138}, "modern": {"he - she": -0.08729609603894703, "he": 0.1898333100014528, "she": 0.2771294060403998}, "money": {"he - she": 0.06538487059558656, "he": 0.21601622205754367, "she": 0.1506313514619571}, "monkey": {"he - she": -0.0362275196308845, "he": 0.20520571480997543, "she": 0.24143323444085993}, "monkies": {"he - she": -0.03463908938132687, "he": 0.29996762599411864, "she": 0.3346067153754455}, "month": {"he - she": -0.010026073758272497, "he": 0.23180531211110622, "she": 0.24183138586937872}, "months": {"he - she": -0.0401280191625826, "he": 0.2085521401588969, "she": 0.2486801593214795}, "more": {"he - she": 0.015614707867034477, "he": 0.21908269325941004, "she": 0.20346798539237557}, "most": {"he - she": 0.043387898919752005, "he": 0.15195407813057873, "she": 0.10856617921082673}, "mother": {"he - she": -0.08651674307139434, "he": 0.21621381765095554, "she": 0.3027305607223499}, "movies": {"he - she": -0.12023942040951038, "he": 0.1684719010074631, "she": 0.2887113214169735}, "much": {"he - she": 0.047409029901896715, "he": 0.20965290915481483, "she": 0.1622438792529181}, "murders": {"he - she": 0.010944893781961007, "he": 0.2644792724967404, "she": 0.2535343787147794}, "muslim": {"he - she": -0.0366372372992729, "he": 0.1684719010074631, "she": 0.205109138306736}, "must": {"he - she": -0.07387276893576189, "he": 0.15869682992179707, "she": 0.23256959885755896}, "my": {"he - she": -0.022009118657579818, "he": 0.2849522560294085, "she": 0.3069613746869883}, "n": {"he - she": -0.08578404955747587, "he": 0.21736761115036823, "she": 0.3031516607078441}, "name": {"he - she": -0.13507101883792574, "he": 0.15685469396536425, "she": 0.29192571280329}, "names": {"he - she": -0.036347901929581095, "he": 0.1954253217553395, "she": 0.2317732236849206}, "nation": {"he - she": 0.011788467197843683, "he": 0.17756249876073504, "she": 0.16577403156289136}, "nazi": {"he - she": 0.011217229614413765, "he": 0.23746359128078381, "she": 0.22624636166637005}, "ne": {"he - she": -0.03557036161072347, "he": 0.25008657663135536, "she": 0.28565693824207883}, "need": {"he - she": 0.06669691418527837, "he": 0.16798003638997636, "she": 0.10128312220469798}, "neevr": {"he - she": -0.03463908938132687, "he": 0.29996762599411864, "she": 0.3346067153754455}, "negro": {"he - she": 0.07190939930633417, "he": 0.261655366015887, "she": 0.18974596670955285}, "negroes": {"he - she": -0.08898536919391864, "he": 0.1392339371976888, "she": 0.22821930639160745}, "nerve": {"he - she": 0.010776716219132287, "he": 0.2807255553852731, "she": 0.2699488391661408}, "never": {"he - she": -0.035074210704199915, "he": 0.21236978787559246, "she": 0.24744399857979238}, "new": {"he - she": 0.06177135604215653, "he": 0.19458498257567175, "she": 0.13281362653351522}, "news": {"he - she": -0.011304138466888741, "he": 0.2050839150721779, "she": 0.21638805353906665}, "next": {"he - she": -0.045004780465103894, "he": 0.21043179203425996, "she": 0.25543657249936386}, "nigeria": {"he - she": -0.08636292131618448, "he": 0.21302210377299627, "she": 0.29938502508918075}, "no": {"he - she": -0.028136737605571893, "he": 0.22438998474400168, "she": 0.2525267223495736}, "non": {"he - she": -0.04351889007692153, "he": 0.15881930049615392, "she": 0.20233819057307545}, "nor": {"he - she": 0.011190815968238843, "he": 0.24012409138495022, "she": 0.22893327541671138}, "norwegian": {"he - she": -0.036065013689370234, "he": 0.21746936502540917, "she": 0.2535343787147794}, "nose": {"he - she": -0.03939426693395037, "he": 0.2525000155577136, "she": 0.291894282491664}, "not": {"he - she": -0.0032087195398167734, "he": 0.27357579431634693, "she": 0.2767845138561637}, "nothing": {"he - she": 0.11327325018817791, "he": 0.24399987749038377, "she": 0.13072662730220586}, "now": {"he - she": -0.023084180822305372, "he": 0.21587260579432224, "she": 0.23895678661662761}, "obviously": {"he - she": -0.039515733015564464, "he": 0.24591911173607547, "she": 0.28543484475163994}, "of": {"he - she": 0.04432653639806733, "he": 0.3190170936566082, "she": 0.27469055725854086}, "off": {"he - she": -0.0506432595246189, "he": 0.2400178251332915, "she": 0.2906610846579104}, "offer": {"he - she": -0.03599631486086621, "he": 0.22238185132154806, "she": 0.25837816618241427}, "often": {"he - she": -0.036541397153635774, "he": 0.1780655339314804, "she": 0.21460693108511616}, "ohhh": {"he - she": -0.03463908938132687, "he": 0.29996762599411864, "she": 0.3346067153754455}, "old": {"he - she": -0.03556824506022738, "he": 0.25737458101544874, "she": 0.2929428260756761}, "on": {"he - she": 0.039837145961108544, "he": 0.30087821923833646, "she": 0.2610410732772279}, "once": {"he - she": 0.03104498821377283, "he": 0.23364745475509185, "she": 0.20260246654131903}, "one": {"he - she": 0.033287503838603266, "he": 0.2634512858759837, "she": 0.23016378203738044}, "only": {"he - she": 0.006818759899004961, "he": 0.2368843237796826, "she": 0.23006556388067764}, "open": {"he - she": 0.04216389619403463, "he": 0.21430232802986748, "she": 0.17213843183583286}, "opinion": {"he - she": 0.011162802475469191, "he": 0.24293602616038978, "she": 0.2317732236849206}, "or": {"he - she": -0.012462589848897088, "he": 0.24952354825731216, "she": 0.26198613810620924}, "org": {"he - she": -0.03708985117795417, "he": 0.10031876102000163, "she": 0.1374086121979558}, "other": {"he - she": -0.01726355543281327, "he": 0.22582451370935044, "she": 0.24308806914216372}, "others": {"he - she": -0.036901489304315555, "he": 0.13620560134667595, "she": 0.1731070906509915}, "our": {"he - she": 0.0282538794758439, "he": 0.16554696785698833, "she": 0.13729308838114443}, "out": {"he - she": -0.05033814743101378, "he": 0.2512296150141405, "she": 0.30156776244515426}, "outside": {"he - she": -0.03672540132963739, "he": 0.15885169591209744, "she": 0.19557709724173483}, "over": {"he - she": 0.04765974061181072, "he": 0.19905267173123695, "she": 0.15139293111942623}, "own": {"he - she": -0.011306438170201022, "he": 0.20931594640874326, "she": 0.22062238457894429}, "packi": {"he - she": -0.03463908938132687, "he": 0.29996762599411864, "she": 0.3346067153754455}, "parents": {"he - she": -0.03693834552989289, "he": 0.13058466881811576, "she": 0.16752301434800865}, "part": {"he - she": 0.06551697554123645, "he": 0.2116290054331027, "she": 0.14611202989186625}, "passed": {"he - she": -0.0362275196308845, "he": 0.20520571480997543, "she": 0.24143323444085993}, "patch": {"he - she": -0.03511503239256619, "he": 0.2758851054843536, "she": 0.31100013787691977}, "pay": {"he - she": -0.036669309622337026, "he": 0.1650714711739678, "she": 0.20174078079630484}, "payments": {"he - she": -0.03538439902317453, "he": 0.26101383237626974, "she": 0.29639823139944427}, "people": {"he - she": -0.01713199628391207, "he": 0.20181652278735218, "she": 0.21894851907126425}, "perhaps": {"he - she": 0.011454078391860634, "he": 0.21319485918816547, "she": 0.20174078079630484}, "person": {"he - she": 0.038621422343474376, "he": 0.26216490312674606, "she": 0.2235434807832717}, "personally": {"he - she": -0.08595817676351944, "he": 0.22238185132154806, "she": 0.3083400280850675}, "picture": {"he - she": -0.08901469817925178, "he": 0.13820675220172948, "she": 0.22722145038098127}, "piece": {"he - she": 0.011217229614413765, "he": 0.23746359128078381, "she": 0.22624636166637005}, "place": {"he - she": -0.06808440416967099, "he": 0.1776748629899226, "she": 0.2457592671595936}, "planet": {"he - she": 0.011469364626549072, "he": 0.21160212542147228, "she": 0.2001327607949232}, "play": {"he - she": 0.011484178175410809, "he": 0.21005547528058519, "she": 0.19857129710517438}, "played": {"he - she": -0.03599631486086621, "he": 0.22238185132154806, "she": 0.25837816618241427}, "playing": {"he - she": -0.036541397153635774, "he": 0.1780655339314804, "she": 0.21460693108511616}, "pm": {"he - she": 0.06526121601141865, "he": 0.2200502543866951, "she": 0.15478903837527644}, "point": {"he - she": -0.010024675935292077, "he": 0.20892344801557952, "she": 0.2189481239508716}, "post": {"he - she": 0.06622354977176449, "he": 0.18659388519592782, "she": 0.12037033542416332}, "pretty": {"he - she": -0.03701584098562681, "he": 0.11706025130906382, "she": 0.15407609229469063}, "pride": {"he - she": 0.011684379210454732, "he": 0.18883723087823395, "she": 0.17715285166777922}, "prime": {"he - she": -0.03627130141736501, "he": 0.2017249076957935, "she": 0.2379962091131585}, "principal": {"he - she": -0.03538439902317453, "he": 0.26101383237626974, "she": 0.29639823139944427}, "probably": {"he - she": 0.012724116357905269, "he": 0.2193586564694832, "she": 0.20663454011157792}, "problem": {"he - she": -0.036983490041612554, "he": 0.1230464384271103, "she": 0.16002992846872285}, "project": {"he - she": -0.03638171728183204, "he": 0.19255155813487934, "she": 0.22893327541671138}, "protect": {"he - she": -0.036347901929581095, "he": 0.1954253217553395, "she": 0.2317732236849206}, "public": {"he - she": 0.09867248441059495, "he": 0.2564003011245398, "she": 0.15772781671394487}, "punk": {"he - she": 0.010702457072608418, "he": 0.28779924594273015, "she": 0.27709678887012174}, "put": {"he - she": 0.024720277355208098, "he": 0.25955306833303654, "she": 0.23483279097782844}, "question": {"he - she": -0.036518851158936466, "he": 0.18021399957718726, "she": 0.21673285073612372}, "race": {"he - she": -0.043758182801039214, "he": 0.133421214939728, "she": 0.1771793977407672}, "racial": {"he - she": -0.07317405794143506, "he": 0.1848286591355917, "she": 0.25800271707702677}, "racism": {"he - she": 0.06291728297916388, "he": 0.2866131478046988, "she": 0.22369586482553494}, "racist": {"he - she": 0.08368237706456538, "he": 0.23364745475509185, "she": 0.14996507769052647}, "ran": {"he - she": 0.04074713561339227, "he": 0.27252035929831286, "she": 0.2317732236849206}, "rape": {"he - she": -0.036469418934921005, "he": 0.1847983596268498, "she": 0.2212677785617708}, "raped": {"he - she": -0.036065013689370234, "he": 0.21746936502540917, "she": 0.2535343787147794}, "rapes": {"he - she": 0.010989285470369703, "he": 0.2601368187993332, "she": 0.2491475333289635}, "re": {"he - she": 0.0434506298045681, "he": 0.14827874541062702, "she": 0.10482811560605892}, "read": {"he - she": -0.009990496539350746, "he": 0.17517523547360342, "she": 0.18516573201295417}, "reality": {"he - she": -0.036469418934921005, "he": 0.1847983596268498, "she": 0.2212677785617708}, "really": {"he - she": -0.04093242013260054, "he": 0.13682426485579566, "she": 0.1777566849883962}, "reason": {"he - she": -0.03690807950621053, "he": 0.13523035232962233, "she": 0.17213843183583286}, "religion": {"he - she": -0.03631124451094289, "he": 0.1984748915997329, "she": 0.23478613611067578}, "remember": {"he - she": -0.04446517822033505, "he": 0.23972262247156975, "she": 0.2841878006919048}, "rest": {"he - she": -0.03681379355028003, "he": 0.14819177238917372, "she": 0.18500556593945375}, "reverence": {"he - she": -0.03463908938132687, "he": 0.29996762599411864, "she": 0.3346067153754455}, "right": {"he - she": 0.051847773539655195, "he": 0.27918929773258166, "she": 0.22734152419292647}, "river": {"he - she": -0.03641305166491726, "he": 0.1898333100014528, "she": 0.22624636166637005}, "rlm": {"he - she": -0.08757213571927253, "he": 0.1824552746959061, "she": 0.27002741041517864}, "rob": {"he - she": 0.010612709847678703, "he": 0.29626964808975753, "she": 0.28565693824207883}, "robberies": {"he - she": -0.03463908938132687, "he": 0.29996762599411864, "she": 0.3346067153754455}, "robbers": {"he - she": -0.03511503239256619, "he": 0.2758851054843536, "she": 0.31100013787691977}, "roll": {"he - she": -0.03582374881742276, "he": 0.23412509034871806, "she": 0.2699488391661408}, "s": {"he - she": 0.06164105579452045, "he": 0.33440770892707955, "she": 0.2727666531325591}, "sa": {"he - she": -0.03627130141736501, "he": 0.2017249076957935, "she": 0.2379962091131585}, "sacrifice": {"he - she": -0.036065013689370234, "he": 0.21746936502540917, "she": 0.2535343787147794}, "safe": {"he - she": 0.041015502974906276, "he": 0.26228328153667707, "she": 0.2212677785617708}, "said": {"he - she": 0.02171655170008535, "he": 0.3080818812270229, "she": 0.28636532952693755}, "salute": {"he - she": -0.03582374881742276, "he": 0.23412509034871806, "she": 0.2699488391661408}, "same": {"he - she": -0.03153677604464, "he": 0.20476920374590954, "she": 0.23630597979054954}, "sat": {"he - she": -0.03939426693395037, "he": 0.2525000155577136, "she": 0.291894282491664}, "save": {"he - she": -0.036620006191698196, "he": 0.1702566504369363, "she": 0.2068766566286345}, "saw": {"he - she": -0.001962010224673738, "he": 0.2151074324471886, "she": 0.21706944267186234}, "say": {"he - she": 0.015451704003328126, "he": 0.26710698755205897, "she": 0.25165528354873085}, "says": {"he - she": -0.03426171180918347, "he": 0.2710655675959852, "she": 0.3053272794051687}, "scene": {"he - she": 0.041370107548116625, "he": 0.24824676417675112, "she": 0.2068766566286345}, "school": {"he - she": -0.024878829277275666, "he": 0.245762252299744, "she": 0.27064108157701966}, "scum": {"he - she": -0.03677293367075782, "he": 0.15326653760344736, "she": 0.19003947127420517}, "second": {"he - she": 0.011387509728113004, "he": 0.2200927067126292, "she": 0.2087051969845162}, "see": {"he - she": -0.017074575044331908, "he": 0.233669356046302, "she": 0.2507439310906339}, "seen": {"he - she": 0.11320154148274753, "he": 0.24540943381468036, "she": 0.13220789233193284}, "set": {"he - she": -0.03676173858915635, "he": 0.15461081404148858, "she": 0.19137255263064493}, "shame": {"he - she": -0.036541397153635774, "he": 0.1780655339314804, "she": 0.21460693108511616}, "she": {"he - she": -0.4726990700646859, "he": 0.19734296331572007, "she": 0.670042033380406}, "shoot": {"he - she": 0.011310046117046113, "he": 0.22804289685316984, "she": 0.21673285073612372}, "should": {"he - she": 0.1247215117407052, "he": 0.29426179955145626, "she": 0.16954028781075106}, "show": {"he - she": 0.01312293829059924, "he": 0.18152201205375143, "she": 0.1683990737631522}, "showed": {"he - she": -0.009951773290316657, "he": 0.2894332517988641, "she": 0.29938502508918075}, "sick": {"he - she": 0.011484178175410809, "he": 0.21005547528058519, "she": 0.19857129710517438}, "similar": {"he - she": -0.036620006191698196, "he": 0.1702566504369363, "she": 0.2068766566286345}, "since": {"he - she": -0.03706989404173655, "he": 0.10541450898883284, "she": 0.1424844030305694}, "sister": {"he - she": -0.11543780088031447, "he": 0.21160212542147228, "she": 0.32703992630178674}, "sisters": {"he - she": -0.036669309622337026, "he": 0.1650714711739678, "she": 0.20174078079630484}, "skin": {"he - she": -0.040564581090566126, "he": 0.17505540287438262, "she": 0.21561998396494875}, "slavic": {"he - she": -0.036582809323036675, "he": 0.17401664932974134, "she": 0.21059945865277802}, "small": {"he - she": -0.010022077059379686, "he": 0.20400228382063673, "she": 0.21402436088001642}, "smashed": {"he - she": -0.03557036161072347, "he": 0.25008657663135536, "she": 0.28565693824207883}, "smile": {"he - she": -0.08571304722096998, "he": 0.22787709649500767, "she": 0.31359014371597765}, "so": {"he - she": 0.033595387899176266, "he": 0.2970331192325622, "she": 0.26343773133338594}, "social": {"he - she": 0.01143828735623001, "he": 0.21483672570554796, "she": 0.20339843834931795}, "some": {"he - she": 0.004098698603737183, "he": 0.24675607137543717, "she": 0.2426573727717}, "something": {"he - she": -0.08223333858977597, "he": 0.1899237975322404, "she": 0.27215713612201636}, "son": {"he - she": 0.030281662543647503, "he": 0.27084141122407085, "she": 0.24055974868042335}, "soon": {"he - she": 0.06512620079512643, "he": 0.22437891014198216, "she": 0.15925270934685573}, "sorry": {"he - she": -0.129505992698187, "he": 0.21719423978303457, "she": 0.34670023248122156}, "sort": {"he - she": -0.036620006191698196, "he": 0.1702566504369363, "she": 0.2068766566286345}, "stamps": {"he - she": -0.03538439902317453, "he": 0.26101383237626974, "she": 0.29639823139944427}, "stare": {"he - she": -0.035917026385465706, "he": 0.22787709649500767, "she": 0.2637941228804734}, "start": {"he - she": -0.04087151114901233, "he": 0.14429422086394184, "she": 0.18516573201295417}, "started": {"he - she": 0.011644140251947016, "he": 0.1931503123652337, "she": 0.18150617211328668}, "starts": {"he - she": 0.011242220985910184, "he": 0.23493808581144512, "she": 0.22369586482553494}, "state": {"he - she": -0.01002504751616795, "he": 0.2097857447840673, "she": 0.21981079230023526}, "statement": {"he - she": 0.01089560641560422, "he": 0.2692737725980185, "she": 0.25837816618241427}, "stay": {"he - she": -0.036865404246571476, "he": 0.14134502501963062, "she": 0.1782104292662021}, "still": {"he - she": 0.06583833489924443, "he": 0.20059362069682474, "she": 0.1347552857975803}, "stood": {"he - she": 0.040165754461605974, "he": 0.2937001331763854, "she": 0.2535343787147794}, "stories": {"he - she": -0.036494909159853706, "he": 0.1824552746959061, "she": 0.21895018385575982}, "stormed": {"he - she": -0.08411785428586449, "he": 0.26101383237626974, "she": 0.34513168666213423}, "stormfront": {"he - she": 0.013062186883312676, "he": 0.18741043198777826, "she": 0.1743482451044656}, "story": {"he - she": 0.011924540181154963, "he": 0.16255589164311207, "she": 0.1506313514619571}, "straw": {"he - she": -0.03511503239256619, "he": 0.2758851054843536, "she": 0.31100013787691977}, "street": {"he - she": -0.08852262511964237, "he": 0.15461081404148858, "she": 0.24313343916113095}, "streets": {"he - she": -0.03644220279883714, "he": 0.1872536620266978, "she": 0.22369586482553494}, "string": {"he - she": -0.03538439902317453, "he": 0.26101383237626974, "she": 0.29639823139944427}, "student": {"he - she": -0.036541397153635774, "he": 0.1780655339314804, "she": 0.21460693108511616}, "students": {"he - she": 0.01169394346638572, "he": 0.18780838306930844, "she": 0.17611443960292272}, "stuff": {"he - she": -0.036901489304315555, "he": 0.13620560134667595, "she": 0.1731070906509915}, "stupid": {"he - she": -0.14660966239924172, "he": 0.1271156669545797, "she": 0.27372532935382143}, "substitute": {"he - she": -0.03511503239256619, "he": 0.2758851054843536, "she": 0.31100013787691977}, "such": {"he - she": -0.037072307850266814, "he": 0.10482746316734305, "she": 0.14189977101760987}, "suddenly": {"he - she": -0.03557036161072347, "he": 0.25008657663135536, "she": 0.28565693824207883}, "suited": {"he - she": -0.03538439902317453, "he": 0.26101383237626974, "she": 0.29639823139944427}, "support": {"he - she": 0.012618706041463701, "he": 0.2290530950832699, "she": 0.2164343890418062}, "suspect": {"he - she": 0.011190815968238843, "he": 0.24012409138495022, "she": 0.22893327541671138}, "swedish": {"he - she": -0.0877315755020509, "he": 0.1780655339314804, "she": 0.2657971094335313}, "t": {"he - she": -0.06791262914691013, "he": 0.22601555287228406, "she": 0.2939281820191942}, "table": {"he - she": 0.011029689619485472, "he": 0.256164182849164, "she": 0.2451344932296785}, "take": {"he - she": 0.03165703364422068, "he": 0.2008190393883608, "she": 0.16916200574414011}, "taken": {"he - she": 0.06417569373905435, "he": 0.25291340888920943, "she": 0.18873771515015508}, "talk": {"he - she": -0.009993577613928939, "he": 0.17716695079817368, "she": 0.18716052841210262}, "talkin": {"he - she": -0.03511503239256619, "he": 0.2758851054843536, "she": 0.31100013787691977}, "tall": {"he - she": -0.03631124451094289, "he": 0.1984748915997329, "she": 0.23478613611067578}, "taught": {"he - she": -0.03638171728183204, "he": 0.19255155813487934, "she": 0.22893327541671138}, "teacher": {"he - she": -0.10715410395972338, "he": 0.23686175706959847, "she": 0.34401586102932186}, "teachers": {"he - she": 0.011788467197843683, "he": 0.17756249876073504, "she": 0.16577403156289136}, "teaches": {"he - she": -0.03599631486086621, "he": 0.22238185132154806, "she": 0.25837816618241427}, "teaching": {"he - she": -0.009993722500188318, "he": 0.2671356835402115, "she": 0.2771294060403998}, "telling": {"he - she": -0.01001461209348986, "he": 0.2500310841338375, "she": 0.26004569622732737}, "than": {"he - she": 0.07365902149002293, "he": 0.21413859726372553, "she": 0.1404795757737026}, "thank": {"he - she": 0.031362190966708364, "he": 0.21702077119711713, "she": 0.18565858023040877}, "that": {"he - she": 0.03605303692895595, "he": 0.30286218380729196, "she": 0.266809146878336}, "thats": {"he - she": -0.010027045441719756, "he": 0.22807482452194835, "she": 0.2381018699636681}, "the": {"he - she": 0.032763280746410495, "he": 0.359651211376102, "she": 0.3268879306296915}, "their": {"he - she": -0.03201335279334945, "he": 0.11850957289671778, "she": 0.15052292569006723}, "them": {"he - she": 0.015545319477598935, "he": 0.1790504480269035, "she": 0.16350512854930457}, "themselves": {"he - she": -0.03697435025183664, "he": 0.12464096948067512, "she": 0.16161531973251175}, "then": {"he - she": -0.002694032889322351, "he": 0.26751538878960635, "she": 0.2702094216789287}, "there": {"he - she": -0.051089634107683135, "he": 0.12937455772632322, "she": 0.18046419183400636}, "these": {"he - she": 0.08593045214600165, "he": 0.1666550833746634, "she": 0.08072463122866175}, "they": {"he - she": 0.012886698083379305, "he": 0.19140146322363566, "she": 0.17851476514025635}, "thing": {"he - she": -0.09695589333971524, "he": 0.18741043198777826, "she": 0.2843663253274935}, "think": {"he - she": -0.0633174642829164, "he": 0.2051914175092283, "she": 0.2685088817921447}, "thinks": {"he - she": 0.029534149374934038, "he": 0.3041815700123706, "she": 0.2746474206374366}, "this": {"he - she": -0.024123959633878783, "he": 0.24438112421319755, "she": 0.26850508384707633}, "thought": {"he - she": 0.04884479063564123, "he": 0.2845334481488334, "she": 0.23568865751319218}, "thread": {"he - she": 0.012219106029556587, "he": 0.12894292248980535, "she": 0.11672381646024876}, "three": {"he - she": 0.0115520887024127, "he": 0.20292464133305763, "she": 0.19137255263064493}, "thrown": {"he - she": 0.010989285470369703, "he": 0.2601368187993332, "she": 0.2491475333289635}, "till": {"he - she": -0.08765398862190926, "he": 0.18021399957718726, "she": 0.2678679881990965}, "time": {"he - she": 0.02408808805968446, "he": 0.23495085529144932, "she": 0.21086276723176486}, "times": {"he - she": -0.001964106159652257, "he": 0.21558032282422018, "she": 0.21754442898387244}, "to": {"he - she": 0.04085485492941371, "he": 0.35147537949235774, "she": 0.31062052456294403}, "told": {"he - she": -0.026384619777758356, "he": 0.2961685152037671, "she": 0.32255313498152544}, "too": {"he - she": -0.00815814995711936, "he": 0.24821140792801158, "she": 0.25636955788513094}, "traitor": {"he - she": 0.010776716219132287, "he": 0.2807255553852731, "she": 0.2699488391661408}, "trash": {"he - she": -0.03644220279883714, "he": 0.1872536620266978, "she": 0.22369586482553494}, "tree": {"he - she": -0.010010855375485295, "he": 0.2537964701963474, "she": 0.2638073255718327}, "trouble": {"he - she": -0.03641305166491726, "he": 0.1898333100014528, "she": 0.22624636166637005}, "try": {"he - she": -0.031218199047512996, "he": 0.2359644277937728, "she": 0.2671826268412858}, "trying": {"he - she": 0.08370724020032438, "he": 0.23301319253302924, "she": 0.14930595233270486}, "turned": {"he - she": 0.011162802475469191, "he": 0.24293602616038978, "she": 0.2317732236849206}, "turning": {"he - she": -0.11836606638435115, "he": 0.2017249076957935, "she": 0.32009097408014464}, "turns": {"he - she": -0.03612542955596723, "he": 0.21302210377299627, "she": 0.2491475333289635}, "two": {"he - she": -0.01791929087587349, "he": 0.2325624175876295, "she": 0.250481708463503}, "typical": {"he - she": 0.011217229614413765, "he": 0.23746359128078381, "she": 0.22624636166637005}, "u": {"he - she": -0.03698788998571846, "he": 0.12226481936113727, "she": 0.15925270934685573}, "under": {"he - she": 0.06475377979831684, "he": 0.23593945089422122, "she": 0.17118567109590438}, "uneven": {"he - she": -0.03463908938132687, "he": 0.29996762599411864, "she": 0.3346067153754455}, "unfortunately": {"he - she": -0.07212070172226331, "he": 0.21828170140385955, "she": 0.29040240312612287}, "until": {"he - she": -0.12245230822978277, "he": 0.12073144840811205, "she": 0.24318375663789482}, "up": {"he - she": 0.07935810412154035, "he": 0.26819899878700254, "she": 0.1888408946654622}, "ur": {"he - she": -0.03582374881742276, "he": 0.23412509034871806, "she": 0.2699488391661408}, "urban": {"he - she": -0.03511503239256619, "he": 0.2758851054843536, "she": 0.31100013787691977}, "us": {"he - she": 0.08455739417430702, "he": 0.22428251978075214, "she": 0.13972512560644512}, "use": {"he - she": -0.04086296901009101, "he": 0.14529231572089585, "she": 0.18615528473098686}, "used": {"he - she": -0.11812919306335612, "he": 0.16255589164311207, "she": 0.2806850847064682}, "using": {"he - she": -0.03682313194116796, "he": 0.1469916683588166, "she": 0.18381480029998457}, "v": {"he - she": 0.01174772717586195, "he": 0.1819959849433494, "she": 0.17024825776748745}, "values": {"he - she": 0.011162802475469191, "he": 0.24293602616038978, "she": 0.2317732236849206}, "vaporous": {"he - she": -0.03463908938132687, "he": 0.29996762599411864, "she": 0.3346067153754455}, "ve": {"he - she": 0.013848223567138968, "he": 0.20260650636308966, "she": 0.1887582827959507}, "very": {"he - she": -0.005931726413272553, "he": 0.21921279796200172, "she": 0.22514452437527427}, "victim": {"he - she": -0.08695995315190705, "he": 0.1984748915997329, "she": 0.28543484475163994}, "video": {"he - she": -0.0018329616030258178, "he": 0.18754311397071496, "she": 0.18937607557374078}, "views": {"he - she": 0.011242220985910184, "he": 0.23493808581144512, "she": 0.22369586482553494}, "vote": {"he - she": -0.03631124451094289, "he": 0.1984748915997329, "she": 0.23478613611067578}, "wait": {"he - she": -0.010026038661723052, "he": 0.21245281832988777, "she": 0.22247885699161082}, "walk": {"he - she": -0.03672540132963739, "he": 0.15885169591209744, "she": 0.19557709724173483}, "wanna": {"he - she": -0.03631124451094289, "he": 0.1984748915997329, "she": 0.23478613611067578}, "want": {"he - she": -0.00987959024462684, "he": 0.12836009979619684, "she": 0.13823969004082368}, "wants": {"he - she": 0.045423814026149395, "he": 0.2823367784187593, "she": 0.23691296439260992}, "was": {"he - she": -0.013308201234915717, "he": 0.3699397943615183, "she": 0.383247995596434}, "watch": {"he - she": -0.08273218852055428, "he": 0.1747476949277644, "she": 0.2574798834483187}, "watched": {"he - she": -0.03638171728183204, "he": 0.19255155813487934, "she": 0.22893327541671138}, "way": {"he - she": -0.005938034810538534, "he": 0.22135191208317237, "she": 0.2272899468937109}, "we": {"he - she": 0.045818263360777156, "he": 0.2081836817200336, "she": 0.16236541835925644}, "week": {"he - she": -0.04487406575219316, "he": 0.21799913675777044, "she": 0.2628732025099636}, "weeks": {"he - she": 0.045816728596455386, "he": 0.2692131501125408, "she": 0.22339642151608544}, "welfare": {"he - she": -0.08739375861073878, "he": 0.1872536620266978, "she": 0.2746474206374366}, "well": {"he - she": -0.018008030985527668, "he": 0.20253939129912463, "she": 0.2205474222846523}, "went": {"he - she": -0.0267129775695365, "he": 0.26883086756711433, "she": 0.29554384513665083}, "were": {"he - she": -0.06633933289488514, "he": 0.14517316476283673, "she": 0.21151249765772187}, "what": {"he - she": 0.08045288915208385, "he": 0.2627176681051585, "she": 0.18226477895307466}, "whatever": {"he - she": 0.041370107548116625, "he": 0.24824676417675112, "she": 0.2068766566286345}, "when": {"he - she": 0.0074921819732215456, "he": 0.2786012441732314, "she": 0.27110906220000985}, "where": {"he - she": -0.03034772697259694, "he": 0.24367365746644606, "she": 0.274021384439043}, "which": {"he - she": 0.043190433937167455, "he": 0.16314556030692776, "she": 0.1199551263697603}, "while": {"he - she": -0.017853864894590926, "he": 0.24832869069502092, "she": 0.26618255558961185}, "white": {"he - she": -0.01133913091840627, "he": 0.26572420166961047, "she": 0.27706333258801674}, "whites": {"he - she": 0.03242291503509115, "he": 0.1544739431028826, "she": 0.12205102806779144}, "whitey": {"he - she": -0.03612542955596723, "he": 0.21302210377299627, "she": 0.2491475333289635}, "who": {"he - she": 0.051310913726807184, "he": 0.24733226842829525, "she": 0.19602135470148807}, "whole": {"he - she": -0.08917679139890933, "he": 0.13239892224367628, "she": 0.2215757136425856}, "whut": {"he - she": -0.03511503239256619, "he": 0.2758851054843536, "she": 0.31100013787691977}, "why": {"he - she": -0.04355411445512325, "he": 0.15547907897887528, "she": 0.19903319343399853}, "wigger": {"he - she": -0.035917026385465706, "he": 0.22787709649500767, "she": 0.2637941228804734}, "will": {"he - she": -0.004622376952611307, "he": 0.23094964080684444, "she": 0.23557201775945574}, "wind": {"he - she": -0.03599631486086621, "he": 0.22238185132154806, "she": 0.25837816618241427}, "with": {"he - she": 0.06724115467228775, "he": 0.31377301600629726, "she": 0.2465318613340095}, "wo": {"he - she": -0.036738001361646566, "he": 0.1574014836242536, "she": 0.19413948498590017}, "woman": {"he - she": -0.020316138090770486, "he": 0.21601622205754367, "she": 0.23633236014831416}, "women": {"he - she": -0.03706989404173655, "he": 0.10541450898883284, "she": 0.1424844030305694}, "won": {"he - she": 0.040165754461605974, "he": 0.2937001331763854, "she": 0.2535343787147794}, "wonder": {"he - she": 0.09905949467746558, "he": 0.24836544701017044, "she": 0.14930595233270486}, "wonderful": {"he - she": -0.03644220279883714, "he": 0.1872536620266978, "she": 0.22369586482553494}, "wore": {"he - she": -0.03582374881742276, "he": 0.23412509034871806, "she": 0.2699488391661408}, "work": {"he - she": -0.08992184076443224, "he": 0.10197192865241347, "she": 0.19189376941684572}, "worst": {"he - she": -0.036469418934921005, "he": 0.1847983596268498, "she": 0.2212677785617708}, "would": {"he - she": 0.011312078282037924, "he": 0.2533320794697774, "she": 0.2420200011877395}, "wrench": {"he - she": -0.03463908938132687, "he": 0.29996762599411864, "she": 0.3346067153754455}, "write": {"he - she": -0.036347901929581095, "he": 0.1954253217553395, "she": 0.2317732236849206}, "ws": {"he - she": -0.03463908938132687, "he": 0.29996762599411864, "she": 0.3346067153754455}, "www": {"he - she": -0.10083063774684832, "he": 0.07774693094900857, "she": 0.1785775686958569}, "x202a": {"he - she": -0.0877315755020509, "he": 0.1780655339314804, "she": 0.2657971094335313}, "x202c": {"he - she": -0.0877315755020509, "he": 0.1780655339314804, "she": 0.2657971094335313}, "y": {"he - she": 0.011242220985910184, "he": 0.23493808581144512, "she": 0.22369586482553494}, "ya": {"he - she": -0.03683215575352325, "he": 0.14581653700966626, "she": 0.1826486927631895}, "yard": {"he - she": 0.011101075491692591, "he": 0.2490972846048511, "she": 0.2379962091131585}, "ye": {"he - she": -0.03582374881742276, "he": 0.23412509034871806, "she": 0.2699488391661408}, "yeah": {"he - she": -0.04047158973360754, "he": 0.1829248317824779, "she": 0.22339642151608544}, "year": {"he - she": -0.03509935717309068, "he": 0.21012200371740572, "she": 0.2452213608904964}, "years": {"he - she": 0.025190244626287717, "he": 0.23355027913764223, "she": 0.2083600345113545}, "yes": {"he - she": 0.12501587381865104, "he": 0.25772520552275235, "she": 0.13270933170410132}, "yesterday": {"he - she": 0.011101075491692591, "he": 0.2490972846048511, "she": 0.2379962091131585}, "yet": {"he - she": -0.0893833913993413, "he": 0.12464096948067512, "she": 0.21402436088001642}, "you": {"he - she": 0.053338867299996484, "he": 0.22410996735713926, "she": 0.17077110005714277}, "your": {"he - she": 0.005465073539174609, "he": 0.16346605582596038, "she": 0.15800098228678577}, "yourself": {"he - she": -0.03693262692152685, "he": 0.13148478526895596, "she": 0.1684174121904828}, "youths": {"he - she": -0.03511503239256619, "he": 0.2758851054843536, "she": 0.31100013787691977}, "youtube": {"he - she": -0.011184350162431356, "he": 0.14038542196324666, "she": 0.15156977212567802}, "yr": {"he - she": -0.03571117711618471, "he": 0.24138561175393702, "she": 0.27709678887012174}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-straight.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-straight.json new file mode 100644 index 0000000000000000000000000000000000000000..0dfda84431a22da526e3dface403ecce9a559740 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-straight.json @@ -0,0 +1 @@ +{"5": {"he - straight": -0.17519256583169573, "he": 0.15869682992179707, "straight": 0.3338893957534928}, "a": {"he - straight": -0.002055311571183549, "he": 0.3797807848382674, "straight": 0.38183609640945093}, "about": {"he - straight": -0.03625327331284439, "he": 0.2679674567428005, "straight": 0.3042207300556449}, "add": {"he - straight": -0.21651706610655522, "he": 0.17210330764661627, "straight": 0.3886203737531715}, "ago": {"he - straight": -0.07591490823046973, "he": 0.23781219745619078, "straight": 0.3137271056866605}, "aids": {"he - straight": -0.21478054910689567, "he": 0.1847983596268498, "straight": 0.39957890873374546}, "all": {"he - straight": -0.11102899633257324, "he": 0.25167633941576667, "straight": 0.3627053357483399}, "almost": {"he - straight": -0.14197527839868135, "he": 0.21621381765095554, "straight": 0.3581890960496369}, "although": {"he - straight": -0.21478054910689567, "he": 0.1847983596268498, "straight": 0.39957890873374546}, "an": {"he - straight": -0.07413889243766825, "he": 0.25190045417042506, "straight": 0.3260393466080933}, "and": {"he - straight": -0.06232623623149536, "he": 0.3669835250093558, "straight": 0.4293097612408512}, "any": {"he - straight": -0.12626121744422206, "he": 0.15046028166629846, "straight": 0.2767214991105205}, "anyone": {"he - straight": -0.14770632982417548, "he": 0.151270775193521, "straight": 0.2989771050176965}, "are": {"he - straight": -0.04920866289617992, "he": 0.18731970956441, "straight": 0.23652837246058991}, "around": {"he - straight": -0.06534604079472633, "he": 0.22300135523897108, "straight": 0.2883473960336974}, "as": {"he - straight": -0.08209335639882093, "he": 0.24735807492327255, "straight": 0.3294514313220935}, "ass": {"he - straight": -0.1375368564982986, "he": 0.26002381121540985, "straight": 0.39756066771370846}, "at": {"he - straight": -0.0811059181486577, "he": 0.26216535495020926, "straight": 0.34327127309886696}, "attention": {"he - straight": -0.21625904406499238, "he": 0.17401664932974134, "straight": 0.3902756933947337}, "bag": {"he - straight": -0.21186877023153453, "he": 0.20520571480997543, "straight": 0.41707448504150996}, "band": {"he - straight": -0.17170809568849535, "he": 0.1920407509762043, "straight": 0.36374884666469964}, "be": {"he - straight": 0.07059393991066173, "he": 0.27036853454092985, "straight": 0.19977459463026812}, "black": {"he - straight": -0.062047467814572044, "he": 0.2599833813150044, "straight": 0.32203084912957647}, "by": {"he - straight": -0.013104000294210466, "he": 0.2307237338936239, "straight": 0.24382773418783438}, "ca": {"he - straight": -0.12175049446924235, "he": 0.2110274516479782, "straight": 0.33277794611722056}, "can": {"he - straight": -0.15311667068883666, "he": 0.20603745587199435, "straight": 0.359154126560831}, "catch": {"he - straight": -0.21071454442160117, "he": 0.21302210377299627, "straight": 0.42373664819459744}, "chased": {"he - straight": -0.20066156741353697, "he": 0.2758851054843536, "straight": 0.47654667289789054}, "chasing": {"he - straight": -0.15876839272154664, "he": 0.29626964808975753, "straight": 0.45503804081130417}, "cheese": {"he - straight": -0.20316206650021917, "he": 0.26101383237626974, "straight": 0.4641758988764889}, "college": {"he - straight": -0.22258608421134904, "he": 0.12383838927401161, "straight": 0.34642447348536065}, "com": {"he - straight": -0.2246036008673546, "he": 0.11542588306998948, "straight": 0.34002948393734406}, "community": {"he - straight": -0.14197527839868135, "he": 0.21621381765095554, "straight": 0.3581890960496369}, "could": {"he - straight": -0.06510868314794652, "he": 0.22790521128527533, "straight": 0.29301389443322184}, "cross": {"he - straight": -0.16852766704054228, "he": 0.2200927067126292, "straight": 0.3886203737531715}, "day": {"he - straight": -0.05466053372012941, "he": 0.2305833719742898, "straight": 0.2852439056944192}, "deviant": {"he - straight": -0.20316206650021917, "he": 0.26101383237626974, "straight": 0.4641758988764889}, "did": {"he - straight": 0.02933149953836167, "he": 0.3258558616445767, "straight": 0.296524362106215}, "do": {"he - straight": -0.17044269721069644, "he": 0.20230347691795564, "straight": 0.3727461741286521}, "down": {"he - straight": -0.12711632431304537, "he": 0.2387045937204702, "straight": 0.3658209180335156}, "eh": {"he - straight": -0.209304241759713, "he": 0.22238185132154806, "straight": 0.43168609308126105}, "either": {"he - straight": -0.24042797205769054, "he": 0.1920407509762043, "straight": 0.43246872303389483}, "event": {"he - straight": -0.21676484699861912, "he": 0.1702566504369363, "straight": 0.3870214974355554}, "eyes": {"he - straight": -0.17508264663012027, "he": 0.22103297019475462, "straight": 0.3961156168248749}, "face": {"he - straight": -0.24060783565517005, "he": 0.19095262175066027, "straight": 0.4315604574058303}, "failed": {"he - straight": -0.20846199342100638, "he": 0.22787709649500767, "straight": 0.43633908991601406}, "fell": {"he - straight": -0.20634704471845533, "he": 0.24138561175393702, "straight": 0.44773265647239235}, "few": {"he - straight": -0.03592322501454362, "he": 0.24398452526094597, "straight": 0.2799077502754896}, "find": {"he - straight": -0.10618583623626887, "he": 0.1897398762893147, "straight": 0.2959257125255836}, "floor": {"he - straight": -0.16540122943187383, "he": 0.24591911173607547, "straight": 0.4113203411679493}, "for": {"he - straight": -0.05211722994832091, "he": 0.2682361341607829, "straight": 0.3203533641091038}, "force": {"he - straight": -0.16951410267427403, "he": 0.21160212542147228, "straight": 0.3811162280957463}, "forward": {"he - straight": -0.16783666781829995, "he": 0.22593756778208648, "straight": 0.39377423560038644}, "from": {"he - straight": -0.018345099677806953, "he": 0.2772162963949818, "straight": 0.29556139607278875}, "full": {"he - straight": -0.17279182451906794, "he": 0.1819959849433494, "straight": 0.35478780946241734}, "gaurd": {"he - straight": -0.20066156741353697, "he": 0.2758851054843536, "straight": 0.47654667289789054}, "get": {"he - straight": -0.10410565427010357, "he": 0.2107767598371156, "straight": 0.3148824141072192}, "gets": {"he - straight": -0.0859399128695939, "he": 0.2758882761049732, "straight": 0.3618281889745671}, "getting": {"he - straight": -0.1201946434463961, "he": 0.2298700689877525, "straight": 0.3500647124341486}, "go": {"he - straight": -0.005644613241744922, "he": 0.2607799741046443, "straight": 0.26642458734638924}, "god": {"he - straight": -0.17425961302768858, "he": 0.22758743496273484, "straight": 0.4018470479904234}, "good": {"he - straight": -0.06697293717438324, "he": 0.1880003629706798, "straight": 0.25497330014506303}, "got": {"he - straight": -0.05405226180734907, "he": 0.3093876722116877, "straight": 0.3634399340190368}, "guy": {"he - straight": -0.018339925528526035, "he": 0.31334795866211357, "straight": 0.3316878841906396}, "hair": {"he - straight": -0.10330368026819226, "he": 0.23114975146670458, "straight": 0.33445343173489683}, "half": {"he - straight": -0.14341525552963352, "he": 0.20093717669383265, "straight": 0.3443524322234662}, "has": {"he - straight": 0.03938149101150196, "he": 0.30064473173472145, "straight": 0.2612632407232195}, "have": {"he - straight": 0.015321502607047455, "he": 0.2544127505978315, "straight": 0.23909124799078407}, "havent": {"he - straight": -0.20846199342100638, "he": 0.22787709649500767, "straight": 0.43633908991601406}, "he": {"he - straight": 0.39373149589937556, "he": 0.6523775851441201, "straight": 0.2586460892447446}, "head": {"he - straight": -0.17170809568849535, "he": 0.1920407509762043, "straight": 0.36374884666469964}, "her": {"he - straight": -0.06610740314377297, "he": 0.20693679176896276, "straight": 0.27304419491273574}, "here": {"he - straight": -0.04647634453250801, "he": 0.1950122911660209, "straight": 0.2414886356985289}, "hilarious": {"he - straight": -0.209304241759713, "he": 0.22238185132154806, "straight": 0.43168609308126105}, "him": {"he - straight": 0.09432865835877763, "he": 0.3981794333598364, "straight": 0.3038507750010588}, "himself": {"he - straight": -0.16457446948379634, "he": 0.2525000155577136, "straight": 0.41707448504150996}, "https": {"he - straight": -0.22610154529031146, "he": 0.0921615278613187, "straight": 0.31826307315163016}, "i": {"he - straight": -0.021409196384090612, "he": 0.2804425706745275, "straight": 0.3018517670586181}, "if": {"he - straight": 0.025567991290163572, "he": 0.3120276505060418, "straight": 0.28645965921587824}, "in": {"he - straight": -0.005504691087553193, "he": 0.30681394139910584, "straight": 0.31231863248665903}, "info": {"he - straight": -0.2189867534200173, "he": 0.15326653760344736, "straight": 0.37225329102346466}, "into": {"he - straight": -0.12484556347461911, "he": 0.28471792741180096, "straight": 0.4095634908864201}, "is": {"he - straight": 0.010150731245553657, "he": 0.33719099785205486, "straight": 0.3270402666065012}, "it": {"he - straight": -0.10156315162292762, "he": 0.282676061060643, "straight": 0.38423921268357064}, "its": {"he - straight": -0.22948454549554062, "he": 0.057811920124317934, "straight": 0.28729646561985855}, "job": {"he - straight": -0.17194313476928144, "he": 0.18988505420528565, "straight": 0.3618281889745671}, "just": {"he - straight": -0.08593597160845995, "he": 0.2568752418783067, "straight": 0.34281121348676663}, "keep": {"he - straight": -0.10376680139320249, "he": 0.2247707003164845, "straight": 0.328537501709687}, "kids": {"he - straight": -0.14868324966643537, "he": 0.1388743673033785, "straight": 0.28755761696981386}, "knew": {"he - straight": -0.07183012800665634, "he": 0.3052894489341554, "straight": 0.3771195769408117}, "left": {"he - straight": -0.15782549492379527, "he": 0.2515810121136826, "straight": 0.4094065070374779}, "life": {"he - straight": -0.12134556287389453, "he": 0.21601622205754367, "straight": 0.3373617849314382}, "like": {"he - straight": -0.05595114410557228, "he": 0.2765718254354235, "straight": 0.3325229695409958}, "lithuanian": {"he - straight": -0.20066156741353697, "he": 0.2758851054843536, "straight": 0.47654667289789054}, "look": {"he - straight": -0.12480731291607483, "he": 0.17111839960950875, "straight": 0.2959257125255836}, "looking": {"he - straight": -0.1784350905450356, "he": 0.12441007675257694, "straight": 0.3028451672976125}, "looks": {"he - straight": -0.10302547306684867, "he": 0.23493657426523595, "straight": 0.3379620473320846}, "love": {"he - straight": -0.1445180758392116, "he": 0.1888128644372828, "straight": 0.3333309402764944}, "male": {"he - straight": -0.1869764719521985, "he": 0.24930719479413113, "straight": 0.4362836667463296}, "me": {"he - straight": -0.05148681957531209, "he": 0.256311327137585, "straight": 0.30779814671289707}, "meat": {"he - straight": -0.209304241759713, "he": 0.22238185132154806, "straight": 0.43168609308126105}, "more": {"he - straight": -0.1517372284880419, "he": 0.21908269325941004, "straight": 0.37081992174745193}, "much": {"he - straight": -0.09026909335862698, "he": 0.20965290915481483, "straight": 0.2999220025134418}, "my": {"he - straight": 0.015581021806006401, "he": 0.2849522560294085, "straight": 0.2693712342234021}, "n": {"he - straight": -0.0700530790015399, "he": 0.21736761115036823, "straight": 0.28742069015190813}, "nationalist": {"he - straight": -0.22413212040551794, "he": 0.1103213113293789, "straight": 0.33445343173489683}, "news": {"he - straight": -0.09054457068789498, "he": 0.2050839150721779, "straight": 0.2956284857600729}, "no": {"he - straight": -0.09571830244666185, "he": 0.22438998474400168, "straight": 0.32010828719066353}, "normal": {"he - straight": -0.21443804573866965, "he": 0.1872536620266978, "straight": 0.40169170776536745}, "not": {"he - straight": 0.07053214111110992, "he": 0.27357579431634693, "straight": 0.203043653205237}, "nothing": {"he - straight": -0.14692352764461686, "he": 0.24399987749038377, "straight": 0.3909234051350006}, "now": {"he - straight": -0.0656869652165534, "he": 0.21587260579432224, "straight": 0.28155957101087564}, "of": {"he - straight": -0.005905244707081425, "he": 0.3190170936566082, "straight": 0.3249223383636896}, "off": {"he - straight": -0.06451251022548271, "he": 0.2400178251332915, "straight": 0.3045303353587742}, "oh": {"he - straight": -0.11909101981841413, "he": 0.24273716915615295, "straight": 0.3618281889745671}, "old": {"he - straight": -0.027366049761805622, "he": 0.25737458101544874, "straight": 0.28474063077725437}, "on": {"he - straight": -0.028942260537004216, "he": 0.30087821923833646, "straight": 0.3298204797753407}, "once": {"he - straight": -0.10312045538382292, "he": 0.23364745475509185, "straight": 0.33676791013891477}, "one": {"he - straight": -0.04608458968570989, "he": 0.2634512858759837, "straight": 0.3095358755616936}, "only": {"he - straight": -0.036159871133053134, "he": 0.2368843237796826, "straight": 0.27304419491273574}, "open": {"he - straight": -0.14215852250308197, "he": 0.21430232802986748, "straight": 0.35646085053294946}, "or": {"he - straight": -0.03693611095856608, "he": 0.24952354825731216, "straight": 0.28645965921587824}, "out": {"he - straight": -0.09572953694452196, "he": 0.2512296150141405, "straight": 0.34695915195866245}, "over": {"he - straight": -0.09090360820308038, "he": 0.19905267173123695, "straight": 0.28995627993431733}, "own": {"he - straight": -0.09028951236542473, "he": 0.20931594640874326, "straight": 0.299605458774168}, "pass": {"he - straight": -0.21978085763095656, "he": 0.1469916683588166, "straight": 0.36677252598977317}, "people": {"he - straight": -0.18344864975084968, "he": 0.20181652278735218, "straight": 0.38526517253820186}, "person": {"he - straight": -0.134406112890258, "he": 0.26216490312674606, "straight": 0.39657101601700406}, "please": {"he - straight": -0.22480479380666946, "he": 0.10424587081788993, "straight": 0.3290506646245594}, "point": {"he - straight": -0.2121449128645174, "he": 0.20892344801557952, "straight": 0.4210683608800969}, "positive": {"he - straight": -0.20749162963110138, "he": 0.23412509034871806, "straight": 0.44161671997981944}, "power": {"he - straight": -0.14081868770903064, "he": 0.22807482452194835, "straight": 0.368893512230979}, "problem": {"he - straight": -0.22267853808506458, "he": 0.1230464384271103, "straight": 0.3457249765121749}, "pub": {"he - straight": -0.20634704471845533, "he": 0.24138561175393702, "straight": 0.44773265647239235}, "ran": {"he - straight": -0.20192295984298975, "he": 0.27252035929831286, "straight": 0.4744433191413026}, "reason": {"he - straight": -0.22123049820332713, "he": 0.13523035232962233, "straight": 0.35646085053294946}, "road": {"he - straight": -0.21407588328106472, "he": 0.1898333100014528, "straight": 0.4039091932825175}, "run": {"he - straight": -0.17279182451906794, "he": 0.1819959849433494, "straight": 0.35478780946241734}, "s": {"he - straight": 0.03212602703382317, "he": 0.33440770892707955, "straight": 0.3022816818932564}, "said": {"he - straight": -0.004856126068787825, "he": 0.3080818812270229, "straight": 0.3129380072958107}, "saw": {"he - straight": -0.17581597268781202, "he": 0.2151074324471886, "straight": 0.3909234051350006}, "say": {"he - straight": -0.012336219954197425, "he": 0.26710698755205897, "straight": 0.2794432075062564}, "security": {"he - straight": -0.11644084972333985, "he": 0.27217952402983164, "straight": 0.3886203737531715}, "see": {"he - straight": -0.020334013090492653, "he": 0.233669356046302, "straight": 0.25400336913679467}, "seen": {"he - straight": -0.07548179624938031, "he": 0.24540943381468036, "straight": 0.3208912300640607}, "shop": {"he - straight": -0.1650034744400269, "he": 0.2490972846048511, "straight": 0.414100759044878}, "shoplifter": {"he - straight": -0.20316206650021917, "he": 0.26101383237626974, "straight": 0.4641758988764889}, "should": {"he - straight": -0.05484675223713248, "he": 0.29426179955145626, "straight": 0.34910855178858874}, "simple": {"he - straight": -0.21510539301780235, "he": 0.1824552746959061, "straight": 0.39756066771370846}, "something": {"he - straight": -0.12340746814654038, "he": 0.1899237975322404, "straight": 0.3133312656787808}, "stand": {"he - straight": -0.21947549857807408, "he": 0.1494180136529049, "straight": 0.368893512230979}, "stare": {"he - straight": -0.20846199342100638, "he": 0.22787709649500767, "straight": 0.43633908991601406}, "station": {"he - straight": -0.1664456020017337, "he": 0.23746359128078381, "straight": 0.4039091932825175}, "steps": {"he - straight": -0.20316206650021917, "he": 0.26101383237626974, "straight": 0.4641758988764889}, "straight": {"he - straight": -0.5646594707745636, "he": 0.18021399957718726, "straight": 0.7448734703517508}, "t": {"he - straight": -0.05821749305997956, "he": 0.22601555287228406, "straight": 0.2842330459322636}, "tall": {"he - straight": -0.2128454495682164, "he": 0.1984748915997329, "straight": 0.4113203411679493}, "texas": {"he - straight": -0.2188147657026252, "he": 0.15461081404148858, "straight": 0.3734255797441138}, "than": {"he - straight": -0.06576915301176406, "he": 0.21413859726372553, "straight": 0.2799077502754896}, "that": {"he - straight": 0.08377216498079132, "he": 0.30286218380729196, "straight": 0.21909001882650064}, "the": {"he - straight": -0.09283456868966827, "he": 0.359651211376102, "straight": 0.4524857800657703}, "their": {"he - straight": -0.1716837705343987, "he": 0.11850957289671778, "straight": 0.29019334343111647}, "them": {"he - straight": -0.17199198265050625, "he": 0.1790504480269035, "straight": 0.35104243067740976}, "then": {"he - straight": -0.07935355649859394, "he": 0.26751538878960635, "straight": 0.3468689452882003}, "there": {"he - straight": -0.24491928377866679, "he": 0.12937455772632322, "straight": 0.37429384150499}, "they": {"he - straight": -0.04904913777391834, "he": 0.19140146322363566, "straight": 0.240450600997554}, "thief": {"he - straight": -0.20066156741353697, "he": 0.2758851054843536, "straight": 0.47654667289789054}, "thing": {"he - straight": -0.12359875376790194, "he": 0.18741043198777826, "straight": 0.3110091857556802}, "this": {"he - straight": -0.003078070261699345, "he": 0.24438112421319755, "straight": 0.2474591944748969}, "throw": {"he - straight": -0.21570870166890604, "he": 0.1780655339314804, "straight": 0.39377423560038644}, "time": {"he - straight": -0.036223983094305245, "he": 0.23495085529144932, "straight": 0.27117483838575457}, "to": {"he - straight": 0.02648458814332666, "he": 0.35147537949235774, "straight": 0.3249907913490311}, "town": {"he - straight": -0.17572330279702664, "he": 0.15332736182753276, "straight": 0.3290506646245594}, "tripped": {"he - straight": -0.1964543329301695, "he": 0.29996762599411864, "straight": 0.49642195892428814}, "trying": {"he - straight": -0.1031670838968193, "he": 0.23301319253302924, "straight": 0.33618027642984855}, "turns": {"he - straight": -0.21071454442160117, "he": 0.21302210377299627, "straight": 0.42373664819459744}, "two": {"he - straight": -0.0762102036098857, "he": 0.2325624175876295, "straight": 0.3087726211975152}, "up": {"he - straight": -0.040986066988215164, "he": 0.26819899878700254, "straight": 0.3091850657752177}, "us": {"he - straight": -0.05492961930270296, "he": 0.22428251978075214, "straight": 0.2792121390834551}, "video": {"he - straight": -0.10633050160391724, "he": 0.18754311397071496, "straight": 0.2938736155746322}, "wait": {"he - straight": -0.14233499113252956, "he": 0.21245281832988777, "straight": 0.35478780946241734}, "waiting": {"he - straight": -0.21071454442160117, "he": 0.21302210377299627, "straight": 0.42373664819459744}, "was": {"he - straight": 0.051449151563655704, "he": 0.3699397943615183, "straight": 0.3184906427978626}, "weeks": {"he - straight": -0.0864045197624203, "he": 0.2692131501125408, "straight": 0.35561766987496113}, "went": {"he - straight": -0.12419758526993563, "he": 0.26883086756711433, "straight": 0.39302845283704996}, "what": {"he - straight": -0.056448349984514035, "he": 0.2627176681051585, "straight": 0.31916601808967254}, "when": {"he - straight": -0.0889220876596129, "he": 0.2786012441732314, "straight": 0.3675233318328443}, "white": {"he - straight": -0.07373509123012284, "he": 0.26572420166961047, "straight": 0.3394592928997333}, "who": {"he - straight": -0.11692015584821303, "he": 0.24733226842829525, "straight": 0.3642524242765083}, "will": {"he - straight": 0.012761625111324254, "he": 0.23094964080684444, "straight": 0.21818801569552018}, "wind": {"he - straight": -0.209304241759713, "he": 0.22238185132154806, "straight": 0.43168609308126105}, "with": {"he - straight": -0.06996621104098133, "he": 0.31377301600629726, "straight": 0.3837392270472786}, "woman": {"he - straight": -0.12134556287389453, "he": 0.21601622205754367, "straight": 0.3373617849314382}, "wonder": {"he - straight": -0.08781482941967811, "he": 0.24836544701017044, "straight": 0.33618027642984855}, "world": {"he - straight": -0.12409751637653216, "he": 0.18077541217354315, "straight": 0.3048729285500753}, "www": {"he - straight": -0.18228295818516765, "he": 0.07774693094900857, "straight": 0.26002988913417624}, "year": {"he - straight": -0.07743561325240814, "he": 0.21012200371740572, "straight": 0.28755761696981386}, "years": {"he - straight": -0.054532793678116614, "he": 0.23355027913764223, "straight": 0.28808307281575884}, "you": {"he - straight": -0.09021029923524801, "he": 0.22410996735713926, "straight": 0.31432026659238727}, "your": {"he - straight": -0.057372843545283436, "he": 0.16346605582596038, "straight": 0.22083889937124382}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-their.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-their.json new file mode 100644 index 0000000000000000000000000000000000000000..9ee754c4a237f2cfd71ede42d5a404d44a28b4ff --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-their.json @@ -0,0 +1 @@ +{"000": {"he - their": 0.0012901237209878291, "he": 0.13427119015622435, "their": 0.13298106643523652}, "1": {"he - their": -0.026985525643001995, "he": 0.08322999922701296, "their": 0.11021552487001496}, "10": {"he - their": 0.075283736474409, "he": 0.2298700689877525, "their": 0.1545863325133435}, "100": {"he - their": -0.04708638158357009, "he": 0.1392339371976888, "their": 0.1863203187812589}, "12": {"he - their": 0.04570173773745928, "he": 0.1574014836242536, "their": 0.11169974588679432}, "13": {"he - their": -0.025987077081474297, "he": 0.1872536620266978, "their": 0.2132407391081721}, "15": {"he - their": 0.12411111841812839, "he": 0.2358108643049227, "their": 0.11169974588679432}, "17": {"he - their": 0.04516347349611208, "he": 0.1984748915997329, "their": 0.1533114181036208}, "2": {"he - their": -0.06473748192587275, "he": 0.07997216648426181, "their": 0.14470964841013456}, "24": {"he - their": 0.04505939284867849, "he": 0.20520571480997543, "their": 0.16014632196129694}, "3": {"he - their": 0.05521582527167285, "he": 0.20059362069682474, "their": 0.1453777954251519}, "4": {"he - their": 0.07557834296921256, "he": 0.2193586564694832, "their": 0.14378031350027062}, "41": {"he - their": 0.0442505951657525, "he": 0.25008657663135536, "their": 0.20583598146560286}, "5": {"he - their": 0.09512951185103337, "he": 0.15869682992179707, "their": 0.0635673180707637}, "50": {"he - their": 0.0013123721719173753, "he": 0.15326653760344736, "their": 0.15195416543152998}, "6": {"he - their": 0.08055464608085508, "he": 0.20723642954857477, "their": 0.1266817834677197}, "8": {"he - their": 0.001321707546349249, "he": 0.16187272473616937, "their": 0.16055101718982012}, "9": {"he - their": 0.0013012588812668091, "he": 0.14353691526390264, "their": 0.14223565638263583}, "a": {"he - their": 0.08920435373078267, "he": 0.3797807848382674, "their": 0.2905764311074847}, "about": {"he - their": -0.01558903895367264, "he": 0.2679674567428005, "their": 0.2835564956964731}, "accept": {"he - their": 0.0452091557220583, "he": 0.1954253217553395, "their": 0.1502161660332812}, "according": {"he - their": 0.021851949689518035, "he": 0.21653109428375936, "their": 0.19467914459424132}, "act": {"he - their": 0.0013267865261326062, "he": 0.16674478698570264, "their": 0.16541800045957003}, "acting": {"he - their": 0.04903095800826285, "he": 0.23493808581144512, "their": 0.18590712780318228}, "action": {"he - their": -0.014773123422492568, "he": 0.21319485918816547, "their": 0.22796798261065804}, "actually": {"he - their": -0.021154669209428628, "he": 0.18641897743577815, "their": 0.20757364664520678}, "add": {"he - their": 0.0013322007357825238, "he": 0.17210330764661627, "their": 0.17077110691083375}, "after": {"he - their": 0.053242276510101744, "he": 0.26249446993198644, "their": 0.2092521934218847}, "again": {"he - their": 0.03544203094961304, "he": 0.24073513055849036, "their": 0.20529309960887732}, "against": {"he - their": -0.030813399739268804, "he": 0.17974859413122982, "their": 0.21056199387049862}, "age": {"he - their": -0.02866439147690722, "he": 0.19543750765046558, "their": 0.2241018991273728}, "ago": {"he - their": 0.07203057888453823, "he": 0.23781219745619078, "their": 0.16578161857165255}, "ahead": {"he - their": 0.0013676064815074107, "he": 0.21302210377299627, "their": 0.21165449729148886}, "aid": {"he - their": 0.04499946847666014, "he": 0.20895529526800866, "their": 0.1639558267913485}, "aids": {"he - their": 0.0013443090507598843, "he": 0.1847983596268498, "their": 0.1834540505760899}, "all": {"he - their": -0.03445901463926637, "he": 0.25167633941576667, "their": 0.28613535405503304}, "allowed": {"he - their": 0.02177505901548854, "he": 0.22593756778208648, "their": 0.20416250876659794}, "allowing": {"he - their": 0.04467582059455566, "he": 0.22787709649500767, "their": 0.18320127590045202}, "almost": {"he - their": 0.052481393621594874, "he": 0.21621381765095554, "their": 0.16373242402936067}, "alone": {"he - their": -0.02656306184877011, "he": 0.13427119015622435, "their": 0.16083425200499446}, "along": {"he - their": 0.0801651723797692, "he": 0.2212956721025283, "their": 0.1411304997227591}, "alot": {"he - their": 0.04559389266673561, "he": 0.16674478698570264, "their": 0.12115089431896703}, "already": {"he - their": 0.022059400218709863, "he": 0.18780838306930844, "their": 0.16574898285059858}, "also": {"he - their": -0.06911527894601022, "he": 0.1489322998267673, "their": 0.21804757877277753}, "always": {"he - their": 0.02032895513484606, "he": 0.23965926458324951, "their": 0.21933030944840345}, "am": {"he - their": -0.07128719530720413, "he": 0.11270341355273707, "their": 0.1839906088599412}, "ambulance": {"he - their": 0.04311628016575908, "he": 0.29996762599411864, "their": 0.25685134582835956}, "american": {"he - their": 0.032160632850538995, "he": 0.19194356465960277, "their": 0.15978293180906378}, "an": {"he - their": 0.0488337071494811, "he": 0.25190045417042506, "their": 0.20306674702094396}, "ancestors": {"he - their": -0.062025007012775635, "he": 0.1954253217553395, "their": 0.25745032876811513}, "and": {"he - their": -0.012500349456999127, "he": 0.3669835250093558, "their": 0.37948387446635495}, "animals": {"he - their": -0.06285139431674044, "he": 0.16674478698570264, "their": 0.22959618130244308}, "announced": {"he - their": 0.04467582059455566, "he": 0.22787709649500767, "their": 0.18320127590045202}, "another": {"he - their": -0.015281241107708537, "he": 0.14429422086394184, "their": 0.15957546197165037}, "anti": {"he - their": 0.0712359045697391, "he": 0.2658569101797752, "their": 0.1946210056100361}, "any": {"he - their": -0.03979152702845562, "he": 0.15046028166629846, "their": 0.19025180869475408}, "anymore": {"he - their": 0.001321707546349249, "he": 0.16187272473616937, "their": 0.16055101718982012}, "anyone": {"he - their": -0.06905014202835555, "he": 0.151270775193521, "their": 0.22032091722187655}, "anything": {"he - their": 0.08376474319621488, "he": 0.25403091769506825, "their": 0.17026617449885337}, "apartment": {"he - their": 0.0013562224169029191, "he": 0.1984748915997329, "their": 0.19711866918282997}, "ape": {"he - their": 0.04539318772207199, "he": 0.1824552746959061, "their": 0.13706208697383412}, "apes": {"he - their": 0.045451715235058726, "he": 0.1780655339314804, "their": 0.13261381869642166}, "apparently": {"he - their": 0.051523543250121734, "he": 0.26002381121540985, "their": 0.20850026796528812}, "arab": {"he - their": 0.04485823103603287, "he": 0.21746936502540917, "their": 0.1726111339893763}, "are": {"he - their": -0.15713508346160568, "he": 0.18731970956441, "their": 0.34445479302601567}, "area": {"he - their": -0.09077479819823774, "he": 0.08981115781794867, "their": 0.1805859560161864}, "argue": {"he - their": 0.04442302830434541, "he": 0.24138561175393702, "their": 0.1969625834495916}, "arms": {"he - their": -0.04597863208587902, "he": 0.1954253217553395, "their": 0.24140395384121852}, "around": {"he - their": -0.018647437815994344, "he": 0.22300135523897108, "their": 0.24164879305496542}, "art": {"he - their": 0.0013400531667438487, "he": 0.18021399957718726, "their": 0.1788739464104434}, "article": {"he - their": -0.014877829888695487, "he": 0.20031450236303547, "their": 0.21519233225173096}, "aryan": {"he - their": 0.04563291996998228, "he": 0.16344849391490165, "their": 0.11781557394491937}, "as": {"he - their": -0.00887413032459361, "he": 0.24735807492327255, "their": 0.25623220524786616}, "asked": {"he - their": 0.0491255710581156, "he": 0.23023869543447398, "their": 0.18111312437635838}, "asking": {"he - their": 0.0013616547081528318, "he": 0.20520571480997543, "their": 0.2038440601018226}, "ass": {"he - their": 0.07891068683905147, "he": 0.26002381121540985, "their": 0.18111312437635838}, "at": {"he - their": -0.00438287389424602, "he": 0.26216535495020926, "their": 0.2665482288444553}, "attack": {"he - their": -0.026622312894199, "he": 0.1279640196191445, "their": 0.1545863325133435}, "attention": {"he - their": 0.001334090334968091, "he": 0.17401664932974134, "their": 0.17268255899477325}, "authorities": {"he - their": -0.025710859951882964, "he": 0.20895529526800866, "their": 0.23466615521989162}, "auto": {"he - their": 0.04402336172649818, "he": 0.26101383237626974, "their": 0.21699047064977156}, "average": {"he - their": -0.025987077081474297, "he": 0.1872536620266978, "their": 0.2132407391081721}, "away": {"he - their": 0.07092038938629266, "he": 0.28270281316364154, "their": 0.21178242377734888}, "awful": {"he - their": 0.0013778613320929445, "he": 0.22787709649500767, "their": 0.22649923516291473}, "b": {"he - their": 0.0014987518351027573, "he": 0.1990544259213837, "their": 0.19755567408628094}, "bach": {"he - their": 0.04467582059455566, "he": 0.22787709649500767, "their": 0.18320127590045202}, "back": {"he - their": 0.05156701941144612, "he": 0.2701350188001274, "their": 0.2185679993886813}, "backward": {"he - their": 0.04369497532237135, "he": 0.2758851054843536, "their": 0.23219013016198223}, "bad": {"he - their": 0.01046614625877007, "he": 0.22260713777405955, "their": 0.21214099151528948}, "balls": {"he - their": 0.04467582059455566, "he": 0.22787709649500767, "their": 0.18320127590045202}, "band": {"he - their": 0.09434980322758146, "he": 0.1920407509762043, "their": 0.09769094774862283}, "bank": {"he - their": 0.044932901030791755, "he": 0.21302210377299627, "their": 0.1680892027422045}, "bar": {"he - their": 0.09351756675083164, "he": 0.2200927067126292, "their": 0.12657513996179756}, "baseball": {"he - their": 0.04456115195885854, "he": 0.23412509034871806, "their": 0.18956393838985952}, "basketball": {"he - their": 0.04456115195885854, "he": 0.23412509034871806, "their": 0.18956393838985952}, "bat": {"he - their": 0.0442505951657525, "he": 0.25008657663135536, "their": 0.20583598146560286}, "bbc": {"he - their": 0.04529053683952072, "he": 0.1898333100014528, "their": 0.14454277316193206}, "be": {"he - their": 0.004601533176470662, "he": 0.27036853454092985, "their": 0.2657670013644592}, "beaten": {"he - their": 0.04529053683952072, "he": 0.1898333100014528, "their": 0.14454277316193206}, "beautiful": {"he - their": 0.04598549763022347, "he": 0.1279640196191445, "their": 0.08197852198892103}, "because": {"he - their": -0.01540638647845649, "he": 0.27917266114536765, "their": 0.29457904762382414}, "been": {"he - their": -0.03987813775308385, "he": 0.17825889102594264, "their": 0.2181370287790265}, "before": {"he - their": 0.05714233534806237, "he": 0.20756612085406292, "their": 0.15042378550600055}, "behind": {"he - their": 0.03787559963912751, "he": 0.2437793527132703, "their": 0.2059037530741428}, "being": {"he - their": -0.045876306452351634, "he": 0.17611765663725168, "their": 0.2219939630896033}, "believe": {"he - their": -0.04104292429079531, "he": 0.16811503624669277, "their": 0.20915796053748809}, "bell": {"he - their": 0.04499946847666014, "he": 0.20895529526800866, "their": 0.1639558267913485}, "below": {"he - their": -0.026144070784275636, "he": 0.17401664932974134, "their": 0.20016072011401698}, "best": {"he - their": -0.04106807328942244, "he": 0.16667649543703983, "their": 0.20774456872646227}, "bet": {"he - their": 0.021791964353816556, "he": 0.22391508330692325, "their": 0.2021231189531067}, "better": {"he - their": 0.04269135043173883, "he": 0.23114975146670458, "their": 0.18845840103496575}, "big": {"he - their": 0.038337031221496704, "he": 0.21347033153273015, "their": 0.17513330031123345}, "bigger": {"he - their": 0.0013588809116298062, "he": 0.2017249076957935, "their": 0.20036602678416368}, "bit": {"he - their": -0.026280436116349726, "he": 0.16187272473616937, "their": 0.1881531608525191}, "bitch": {"he - their": 0.04467582059455566, "he": 0.22787709649500767, "their": 0.18320127590045202}, "black": {"he - their": 0.011398887677453978, "he": 0.2599833813150044, "their": 0.24858449363755045}, "blacks": {"he - their": -0.16524219235389628, "he": 0.11209141945665371, "their": 0.27733361181055}, "blood": {"he - their": -0.047137972090441266, "he": 0.13620560134667595, "their": 0.1833435734371172}, "blue": {"he - their": -0.026534897185509082, "he": 0.13719752684385159, "their": 0.16373242402936067}, "bodies": {"he - their": -0.061720320595477524, "he": 0.20520571480997543, "their": 0.26692603540545295}, "body": {"he - their": 0.045573017339225794, "he": 0.1684719010074631, "their": 0.1228988836682373}, "book": {"he - their": 0.045845967515279806, "he": 0.14353691526390264, "their": 0.09769094774862283}, "bought": {"he - their": 0.04529053683952072, "he": 0.1898333100014528, "their": 0.14454277316193206}, "boxes": {"he - their": 0.0013906106071891744, "he": 0.25008657663135536, "their": 0.2486959660241662}, "boy": {"he - their": 0.14342992203483024, "he": 0.30521415176709743, "their": 0.1617842297322672}, "boys": {"he - their": -0.06253717704575831, "he": 0.1780655339314804, "their": 0.2406027109772387}, "brave": {"he - their": 0.04456115195885854, "he": 0.23412509034871806, "their": 0.18956393838985952}, "break": {"he - their": 0.0013443090507598843, "he": 0.1847983596268498, "their": 0.1834540505760899}, "breath": {"he - their": 0.0442505951657525, "he": 0.25008657663135536, "their": 0.20583598146560286}, "bring": {"he - their": -0.0766362605567803, "he": 0.16187272473616937, "their": 0.23850898529294967}, "britain": {"he - their": 0.001325058926471806, "he": 0.1650714711739678, "their": 0.163746412247496}, "brother": {"he - their": 0.1466510463098069, "he": 0.25417085685002216, "their": 0.10751981054021524}, "brothers": {"he - their": -0.04703102391429559, "he": 0.14243045720853856, "their": 0.18946148112283415}, "brought": {"he - their": 0.07925997722300376, "he": 0.2500310841338375, "their": 0.17077110691083375}, "brown": {"he - their": 0.07573530313378099, "he": 0.21347033153273015, "their": 0.13773502839894916}, "bs": {"he - their": 0.045113776865539856, "he": 0.2017249076957935, "their": 0.15661113083025363}, "bunch": {"he - their": -0.01479905548395502, "he": 0.21005547528058519, "their": 0.2248545307645402}, "burning": {"he - their": 0.04477347136604476, "he": 0.22238185132154806, "their": 0.1776083799555033}, "bus": {"he - their": 0.04555113700526191, "he": 0.1702566504369363, "their": 0.1247055134316744}, "busy": {"he - their": 0.04477347136604476, "he": 0.22238185132154806, "their": 0.1776083799555033}, "but": {"he - their": -0.001540948765984429, "he": 0.2636441465050679, "their": 0.26518509527105233}, "by": {"he - their": -0.03765214474311865, "he": 0.2307237338936239, "their": 0.26837587863674256}, "ca": {"he - their": 0.038370794058504354, "he": 0.2110274516479782, "their": 0.17265665758947385}, "call": {"he - their": 0.015433158105103428, "he": 0.21337009720770414, "their": 0.1979369391026007}, "called": {"he - their": 0.0016005176548948008, "he": 0.20322091593113112, "their": 0.20162039827623632}, "calling": {"he - their": 0.021566892157167367, "he": 0.2490972846048511, "their": 0.22753039244768372}, "came": {"he - their": 0.05654356148153225, "he": 0.23559175862940296, "their": 0.1790481971478707}, "can": {"he - their": -0.056005994552843386, "he": 0.20603745587199435, "their": 0.26204345042483773}, "canada": {"he - their": 0.05008923539541356, "he": 0.17265068282259063, "their": 0.12256144742717708}, "cannot": {"he - their": 0.001624384109435023, "he": 0.23180531211110622, "their": 0.2301809280016712}, "cant": {"he - their": 0.05242305363052274, "he": 0.21920760464446767, "their": 0.16678455101394493}, "car": {"he - their": 0.051917089049255405, "he": 0.2432337891788983, "their": 0.19131670012964289}, "care": {"he - their": 0.0017043420530443443, "he": 0.23325907483309014, "their": 0.2315547327800458}, "carrying": {"he - their": -0.025710859951882964, "he": 0.20895529526800866, "their": 0.23466615521989162}, "cars": {"he - their": -0.046209977878657216, "he": 0.1847983596268498, "their": 0.231008337505507}, "case": {"he - their": 0.0015022271704651924, "he": 0.20292464133305763, "their": 0.20142241416259243}, "cause": {"he - their": 0.03192841581477099, "he": 0.21337009720770414, "their": 0.18144168139293315}, "celebrated": {"he - their": 0.04467582059455566, "he": 0.22787709649500767, "their": 0.18320127590045202}, "cell": {"he - their": 0.0442505951657525, "he": 0.25008657663135536, "their": 0.20583598146560286}, "celtic": {"he - their": -0.04635128535098368, "he": 0.1780655339314804, "their": 0.22441681928246407}, "certain": {"he - their": 0.09325220478011409, "he": 0.22804289685316984, "their": 0.13479069207305575}, "change": {"he - their": -0.04688403215609796, "he": 0.15067164193018298, "their": 0.19755567408628094}, "charge": {"he - their": 0.0013512067434814368, "he": 0.19255155813487934, "their": 0.1912003513913979}, "chasing": {"he - their": 0.047573682065591344, "he": 0.29626964808975753, "their": 0.2486959660241662}, "check": {"he - their": 0.09497874167914455, "he": 0.16596992319905252, "their": 0.07099118151990796}, "child": {"he - their": -0.04735248586103116, "he": 0.1230464384271103, "their": 0.17039892428814146}, "children": {"he - their": -0.12859670788997327, "he": 0.1916555784415737, "their": 0.32025228633154695}, "chinese": {"he - their": 0.0015122724877084937, "he": 0.21483672570554796, "their": 0.21332445321783947}, "chip": {"he - their": 0.0442505951657525, "he": 0.25008657663135536, "their": 0.20583598146560286}, "chosen": {"he - their": 0.0013778613320929445, "he": 0.22787709649500767, "their": 0.22649923516291473}, "christ": {"he - their": 0.12296172424157573, "he": 0.26002381121540985, "their": 0.13706208697383412}, "christian": {"he - their": 0.049712459866784714, "he": 0.19782242622321147, "their": 0.14810996635642676}, "christianity": {"he - their": 0.04467582059455566, "he": 0.22787709649500767, "their": 0.18320127590045202}, "church": {"he - their": 0.001338013280507061, "he": 0.1780655339314804, "their": 0.17672752065097333}, "citizen": {"he - their": 0.04456115195885854, "he": 0.23412509034871806, "their": 0.18956393838985952}, "city": {"he - their": 0.0014541231831454449, "he": 0.15685469396536425, "their": 0.1554005707822188}, "claim": {"he - their": 0.02173842746918586, "he": 0.23023869543447398, "their": 0.20850026796528812}, "claims": {"he - their": 0.031274944031170065, "he": 0.26228328153667707, "their": 0.231008337505507}, "class": {"he - their": 0.05238174688776451, "he": 0.2212956721025283, "their": 0.16891392521476378}, "close": {"he - their": 0.049627688243593454, "he": 0.20292464133305763, "their": 0.15329695308946417}, "com": {"he - their": -0.04052145238803391, "he": 0.11542588306998948, "their": 0.1559473354580234}, "come": {"he - their": -0.12005026342125268, "he": 0.08535102386738831, "their": 0.205401287288641}, "comes": {"he - their": -0.026461088064076543, "he": 0.14466529137341186, "their": 0.1711263794374884}, "coming": {"he - their": 0.001474006553446039, "he": 0.17424290295737305, "their": 0.172768896403927}, "community": {"he - their": 0.031895125497371835, "he": 0.21621381765095554, "their": 0.1843186921535837}, "completely": {"he - their": 0.10070602000151654, "he": 0.2866131478046988, "their": 0.18590712780318228}, "comrade": {"he - their": 0.0442505951657525, "he": 0.25008657663135536, "their": 0.20583598146560286}, "confined": {"he - their": 0.04369497532237135, "he": 0.2758851054843536, "their": 0.23219013016198223}, "confused": {"he - their": 0.04442302830434541, "he": 0.24138561175393702, "their": 0.1969625834495916}, "consider": {"he - their": 0.04907966737294353, "he": 0.23253371794903344, "their": 0.1834540505760899}, "continue": {"he - their": -0.04651005668586741, "he": 0.1702566504369363, "their": 0.21676670712280371}, "control": {"he - their": -0.04664398946514134, "he": 0.16344849391490165, "their": 0.210092483380043}, "cool": {"he - their": 0.04950445809076506, "he": 0.21005547528058519, "their": 0.16055101718982012}, "cop": {"he - their": 0.09292081811885175, "he": 0.23746359128078381, "their": 0.14454277316193206}, "cops": {"he - their": 0.09271986012710859, "he": 0.24293602616038978, "their": 0.1502161660332812}, "corps": {"he - their": 0.04485823103603287, "he": 0.21746936502540917, "their": 0.1726111339893763}, "could": {"he - their": 0.020420894565342462, "he": 0.22790521128527533, "their": 0.20748431671993287}, "council": {"he - their": 0.04485823103603287, "he": 0.21746936502540917, "their": 0.1726111339893763}, "country": {"he - their": -0.031677350431831536, "he": 0.2345049011799161, "their": 0.26618225161174763}, "course": {"he - their": 0.04577410287121235, "he": 0.15067164193018298, "their": 0.10489753905897063}, "court": {"he - their": 0.09301146197529053, "he": 0.23493808581144512, "their": 0.1419266238361546}, "cowardly": {"he - their": 0.04442302830434541, "he": 0.24138561175393702, "their": 0.1969625834495916}, "crap": {"he - their": -0.02875576470398533, "he": 0.18883723087823395, "their": 0.21759299558221928}, "crime": {"he - their": -0.04745557926523801, "he": 0.11635194572824543, "their": 0.16380752499348344}, "cross": {"he - their": 0.02182335626252055, "he": 0.2200927067126292, "their": 0.19826935045010866}, "culture": {"he - their": -0.1580085561704014, "he": 0.1296981197092574, "their": 0.2877066758796588}, "currently": {"he - their": 0.045113776865539856, "he": 0.2017249076957935, "their": 0.15661113083025363}, "d": {"he - their": 0.01560506477770468, "he": 0.17372152644751712, "their": 0.15811646166981244}, "damn": {"he - their": 0.0013285512549374157, "he": 0.1684719010074631, "their": 0.16714334975252568}, "dark": {"he - their": 0.0013039159328339933, "he": 0.14581653700966626, "their": 0.14451262107683227}, "dat": {"he - their": 0.04442302830434541, "he": 0.24138561175393702, "their": 0.1969625834495916}, "date": {"he - their": -0.046157429946503375, "he": 0.1872536620266978, "their": 0.23341109197320117}, "dating": {"he - their": 0.0013676064815074107, "he": 0.21302210377299627, "their": 0.21165449729148886}, "daughter": {"he - their": 0.05157606956533295, "he": 0.2578617223826998, "their": 0.20628565281736683}, "david": {"he - their": 0.07981086160200274, "he": 0.2331078146914669, "their": 0.15329695308946417}, "day": {"he - their": 0.04585179154664387, "he": 0.2305833719742898, "their": 0.18473158042764593}, "days": {"he - their": 0.0012633398648164568, "he": 0.11359821536979867, "their": 0.11233487550498221}, "dead": {"he - their": 0.031685400528874474, "he": 0.2331078146914669, "their": 0.20142241416259243}, "death": {"he - their": 0.0012800870562331562, "he": 0.12627927575297015, "their": 0.124999188696737}, "decided": {"he - their": 0.09325220478011409, "he": 0.22804289685316984, "their": 0.13479069207305575}, "decked": {"he - their": 0.04369497532237135, "he": 0.2758851054843536, "their": 0.23219013016198223}, "dedicated": {"he - their": 0.0013708217599501804, "he": 0.21746936502540917, "their": 0.216098543265459}, "deeds": {"he - their": 0.04369497532237135, "he": 0.2758851054843536, "their": 0.23219013016198223}, "desert": {"he - their": 0.04456115195885854, "he": 0.23412509034871806, "their": 0.18956393838985952}, "deserve": {"he - their": 0.04477347136604476, "he": 0.22238185132154806, "their": 0.1776083799555033}, "desperate": {"he - their": 0.0442505951657525, "he": 0.25008657663135536, "their": 0.20583598146560286}, "destroy": {"he - their": 0.021624891288472087, "he": 0.24293602616038978, "their": 0.2213111348719177}, "destroyed": {"he - their": 0.04485823103603287, "he": 0.21746936502540917, "their": 0.1726111339893763}, "deviant": {"he - their": 0.04402336172649818, "he": 0.26101383237626974, "their": 0.21699047064977156}, "did": {"he - their": 0.17878927411567885, "he": 0.3258558616445767, "their": 0.14706658752889784}, "didnt": {"he - their": 0.0013488313547709851, "he": 0.1898333100014528, "their": 0.1884844786466818}, "die": {"he - their": 0.049604728839633794, "he": 0.20427787303195846, "their": 0.15467314419232467}, "died": {"he - their": 0.048482321507844345, "he": 0.2601368187993332, "their": 0.21165449729148886}, "dies": {"he - their": 0.04456115195885854, "he": 0.23412509034871806, "their": 0.18956393838985952}, "different": {"he - their": 0.038212572847260706, "he": 0.22217486370618977, "their": 0.18396229085892907}, "disease": {"he - their": 0.044932901030791755, "he": 0.21302210377299627, "their": 0.1680892027422045}, "disgusting": {"he - their": -0.026297111299601883, "he": 0.1603413215322604, "their": 0.1866384328318623}, "distance": {"he - their": 0.04477347136604476, "he": 0.22238185132154806, "their": 0.1776083799555033}, "diversity": {"he - their": 0.02186533006277186, "he": 0.21483672570554796, "their": 0.1929713956427761}, "dna": {"he - their": 0.04542330750413151, "he": 0.18021399957718726, "their": 0.13479069207305575}, "do": {"he - their": -0.07449082647263283, "he": 0.20230347691795564, "their": 0.27679430339058847}, "documentary": {"he - their": 0.04499946847666014, "he": 0.20895529526800866, "their": 0.1639558267913485}, "does": {"he - their": 0.07165057412735326, "he": 0.2616398738641152, "their": 0.18998929973676193}, "dog": {"he - their": 0.04563291996998228, "he": 0.16344849391490165, "their": 0.11781557394491937}, "dogs": {"he - their": -0.04635128535098368, "he": 0.1780655339314804, "their": 0.22441681928246407}, "doing": {"he - their": 0.0562857995270212, "he": 0.24641139771699877, "their": 0.19012559818997757}, "don": {"he - their": 0.022023932927745293, "he": 0.1931503123652337, "their": 0.1711263794374884}, "done": {"he - their": 0.03199824809543794, "he": 0.20723642954857477, "their": 0.17523818145313683}, "dont": {"he - their": 0.022775843887500452, "he": 0.2287974584719686, "their": 0.20602161458446816}, "door": {"he - their": -0.04651005668586741, "he": 0.1702566504369363, "their": 0.21676670712280371}, "down": {"he - their": 0.018533948805468076, "he": 0.2387045937204702, "their": 0.22017064491500213}, "dr": {"he - their": 0.04583493430344482, "he": 0.14466529137341186, "their": 0.09883035706996704}, "draw": {"he - their": 0.048482321507844345, "he": 0.2601368187993332, "their": 0.21165449729148886}, "drink": {"he - their": -0.026096974835117553, "he": 0.1780655339314804, "their": 0.20416250876659794}, "dropped": {"he - their": 0.09043366662415467, "he": 0.29626964808975753, "their": 0.20583598146560286}, "drugs": {"he - their": 0.09248615377459746, "he": 0.2490972846048511, "their": 0.15661113083025363}, "duke": {"he - their": 0.09345612564154276, "he": 0.22196876019240214, "their": 0.12851263455085937}, "dumb": {"he - their": -0.026297111299601883, "he": 0.1603413215322604, "their": 0.1866384328318623}, "during": {"he - their": 0.07492959068833227, "he": 0.2417141417022772, "their": 0.16678455101394493}, "each": {"he - their": -0.04735248586103116, "he": 0.1230464384271103, "their": 0.17039892428814146}, "early": {"he - their": -0.02620724358677823, "he": 0.1684719010074631, "their": 0.19467914459424132}, "earshot": {"he - their": 0.04311628016575908, "he": 0.29996762599411864, "their": 0.25685134582835956}, "earth": {"he - their": -0.02634387061477872, "he": 0.15598851918970136, "their": 0.18233238980448008}, "eat": {"he - their": -0.02634387061477872, "he": 0.15598851918970136, "their": 0.18233238980448008}, "eating": {"he - their": -0.02607165324017957, "he": 0.18021399957718726, "their": 0.20628565281736683}, "education": {"he - their": -0.0766362605567803, "he": 0.16187272473616937, "their": 0.23850898529294967}, "either": {"he - their": -0.014942732729220726, "he": 0.1920407509762043, "their": 0.20698348370542502}, "elites": {"he - their": 0.0442505951657525, "he": 0.25008657663135536, "their": 0.20583598146560286}, "else": {"he - their": -0.06137141259158804, "he": 0.1599563250059945, "their": 0.22132773759758254}, "end": {"he - their": 0.08046299632248388, "he": 0.21066111172037205, "their": 0.13019811539788817}, "enemy": {"he - their": 0.0013400531667438487, "he": 0.18021399957718726, "their": 0.1788739464104434}, "energy": {"he - their": 0.04456115195885854, "he": 0.23412509034871806, "their": 0.18956393838985952}, "england": {"he - their": 0.09392346360413475, "he": 0.20708959828893664, "their": 0.11316613468480188}, "english": {"he - their": -0.07001933014797226, "he": 0.16059591643701485, "their": 0.2306152465849871}, "enough": {"he - their": 0.05483937071478506, "he": 0.2200502543866951, "their": 0.16521088367191003}, "entertainment": {"he - their": 0.0013708217599501804, "he": 0.21746936502540917, "their": 0.216098543265459}, "especially": {"he - their": 0.04568556122729556, "he": 0.15885169591209744, "their": 0.11316613468480188}, "etc": {"he - their": 0.024302904810179576, "he": 0.22290040490934163, "their": 0.19859750009916205}, "europe": {"he - their": 0.05014018060378218, "he": 0.16884744922549974, "their": 0.11870726862171756}, "even": {"he - their": -0.04700260355703026, "he": 0.2346621085844964, "their": 0.28166471214152666}, "event": {"he - their": 0.04555113700526191, "he": 0.1702566504369363, "their": 0.1247055134316744}, "ever": {"he - their": 0.07220237180823111, "he": 0.23179165320017162, "their": 0.1595892813919405}, "every": {"he - their": -0.04419544852823107, "he": 0.20230313382079526, "their": 0.24649858234902633}, "everybody": {"he - their": 0.04505939284867849, "he": 0.20520571480997543, "their": 0.16014632196129694}, "everyone": {"he - their": -0.04737676753398651, "he": 0.1214932470685176, "their": 0.16887001460250411}, "everything": {"he - their": 0.12488388596592674, "he": 0.21719423978303457, "their": 0.09231035381710782}, "evil": {"he - their": -0.028356345620347084, "he": 0.21653109428375936, "their": 0.24488743990410644}, "exactly": {"he - their": 0.021991746512600302, "he": 0.19782242622321147, "their": 0.17583067971061117}, "example": {"he - their": 0.04568556122729556, "he": 0.15885169591209744, "their": 0.11316613468480188}, "examples": {"he - their": 0.0442505951657525, "he": 0.25008657663135536, "their": 0.20583598146560286}, "exception": {"he - their": 0.04402336172649818, "he": 0.26101383237626974, "their": 0.21699047064977156}, "excuse": {"he - their": 0.04477347136604476, "he": 0.22238185132154806, "their": 0.1776083799555033}, "expect": {"he - their": 0.0013488313547709851, "he": 0.1898333100014528, "their": 0.1884844786466818}, "experience": {"he - their": -0.025955468093491085, "he": 0.1898333100014528, "their": 0.21578877809494387}, "eyes": {"he - their": 0.010470976324256004, "he": 0.22103297019475462, "their": 0.21056199387049862}, "f": {"he - their": 0.04570173773745928, "he": 0.1574014836242536, "their": 0.11169974588679432}, "face": {"he - their": -0.02872674007165338, "he": 0.19095262175066027, "their": 0.21967936182231365}, "facebook": {"he - their": -0.026121078908182604, "he": 0.1760020400449241, "their": 0.2021231189531067}, "faces": {"he - their": -0.0973630700576949, "he": 0.19255155813487934, "their": 0.28991462819257424}, "fact": {"he - their": 0.057502348924164726, "he": 0.26744423797498496, "their": 0.20994188905082023}, "failed": {"he - their": 0.0013778613320929445, "he": 0.22787709649500767, "their": 0.22649923516291473}, "fall": {"he - their": -0.0258858131165782, "he": 0.1954253217553395, "their": 0.2213111348719177}, "false": {"he - their": -0.0258858131165782, "he": 0.1954253217553395, "their": 0.2213111348719177}, "families": {"he - their": -0.05955453192446347, "he": 0.22196876019240214, "their": 0.2815232921168656}, "family": {"he - their": 0.0015868422565858686, "he": 0.1894262605098467, "their": 0.18783941825326084}, "far": {"he - their": 0.09400768233292373, "he": 0.23238558681723714, "their": 0.13837790448431342}, "fast": {"he - their": 0.0013233665245529491, "he": 0.16344849391490165, "their": 0.1621251273903487}, "father": {"he - their": 0.07461319458107266, "he": 0.2516845426691109, "their": 0.17707134808803823}, "feel": {"he - their": -0.0614655318961321, "he": 0.15625267899126283, "their": 0.21771821088739493}, "feet": {"he - their": 0.05180303737440339, "he": 0.24824676417675112, "their": 0.19644372680234773}, "fellow": {"he - their": 0.04525136358469911, "he": 0.19255155813487934, "their": 0.14730019455018023}, "few": {"he - their": 0.057387574414534265, "he": 0.24398452526094597, "their": 0.1865969508464117}, "fight": {"he - their": 0.0014714169199448457, "he": 0.1718703412080863, "their": 0.17039892428814146}, "fighting": {"he - their": -0.026280436116349726, "he": 0.16187272473616937, "their": 0.1881531608525191}, "figure": {"he - their": -0.06280446794487676, "he": 0.1684719010074631, "their": 0.23127636895233986}, "figures": {"he - their": 0.09248615377459746, "he": 0.2490972846048511, "their": 0.15661113083025363}, "filthy": {"he - their": 0.048800442553245504, "he": 0.24591911173607547, "their": 0.19711866918282997}, "find": {"he - their": -0.020828900658460825, "he": 0.1897398762893147, "their": 0.21056877694777554}, "fine": {"he - their": 0.04529053683952072, "he": 0.1898333100014528, "their": 0.14454277316193206}, "finger": {"he - their": 0.04467582059455566, "he": 0.22787709649500767, "their": 0.18320127590045202}, "first": {"he - their": 0.03969016959475366, "he": 0.2248933923649319, "their": 0.18520322277017823}, "fish": {"he - their": 0.045613837865960336, "he": 0.1650714711739678, "their": 0.11945763330800747}, "floor": {"he - their": 0.09260769363245466, "he": 0.24591911173607547, "their": 0.1533114181036208}, "folklore": {"he - their": 0.04369497532237135, "he": 0.2758851054843536, "their": 0.23219013016198223}, "food": {"he - their": 0.0016137699351378154, "he": 0.2181919453660477, "their": 0.21657817543090987}, "fools": {"he - their": 0.04485823103603287, "he": 0.21746936502540917, "their": 0.1726111339893763}, "foot": {"he - their": 0.0013562224169029191, "he": 0.1984748915997329, "their": 0.19711866918282997}, "football": {"he - their": 0.0013200803580081522, "he": 0.1603413215322604, "their": 0.15902124117425226}, "for": {"he - their": -0.03375373516904956, "he": 0.2682361341607829, "their": 0.30198986932983246}, "force": {"he - their": -0.028430512038006756, "he": 0.21160212542147228, "their": 0.24003263745947903}, "forced": {"he - their": 0.02177505901548854, "he": 0.22593756778208648, "their": 0.20416250876659794}, "foreign": {"he - their": 0.09309652850538058, "he": 0.23253371794903344, "their": 0.13943718944365285}, "forum": {"he - their": -0.06440886639965608, "he": 0.09870768319793093, "their": 0.163116549597587}, "fought": {"he - their": 0.04826615042671728, "he": 0.2692737725980185, "their": 0.2210076221713012}, "found": {"he - their": 0.042852311998831355, "he": 0.2215532441375704, "their": 0.17870093213873905}, "free": {"he - their": -0.04772189423733715, "he": 0.09765590118781474, "their": 0.1453777954251519}, "french": {"he - their": 0.08013398178846928, "he": 0.2223696381711051, "their": 0.14223565638263583}, "friend": {"he - their": 0.1935614993978168, "he": 0.287964164855566, "their": 0.09440266545774918}, "friends": {"he - their": -0.11064167520980252, "he": 0.10366962418326016, "their": 0.21431129939306268}, "from": {"he - their": 0.03074441852969448, "he": 0.2772162963949818, "their": 0.24647187786528732}, "front": {"he - their": -0.04084189141259495, "he": 0.17929558521677422, "their": 0.22013747662936917}, "full": {"he - their": 0.022096375604038987, "he": 0.1819959849433494, "their": 0.1598996093393104}, "fun": {"he - their": 0.0933916144867008, "he": 0.22391508330692325, "their": 0.13052346882022245}, "funds": {"he - their": 0.04456115195885854, "he": 0.23412509034871806, "their": 0.18956393838985952}, "funny": {"he - their": -0.010242452775222594, "he": 0.22688570741456973, "their": 0.23712816018979233}, "future": {"he - their": -0.06364354929246316, "he": 0.13523035232962233, "their": 0.19887390162208549}, "gang": {"he - their": 0.045327038190543206, "he": 0.1872536620266978, "their": 0.1419266238361546}, "gave": {"he - their": 0.101569857946566, "he": 0.2687132076990917, "their": 0.16714334975252568}, "gay": {"he - their": 0.04958097779971715, "he": 0.2056655459948584, "their": 0.15608456819514124}, "german": {"he - their": 0.0499707037183387, "he": 0.18108181762036518, "their": 0.13111111390202648}, "germans": {"he - their": 0.0013488313547709851, "he": 0.1898333100014528, "their": 0.1884844786466818}, "get": {"he - their": -0.045099980581492366, "he": 0.2107767598371156, "their": 0.255876740418608}, "gets": {"he - their": 0.10804900323610175, "he": 0.2758882761049732, "their": 0.16783927286887143}, "getting": {"he - their": 0.02423787396997537, "he": 0.2298700689877525, "their": 0.20563219501777713}, "ghetto": {"he - their": 0.04529053683952072, "he": 0.1898333100014528, "their": 0.14454277316193206}, "ghost": {"he - their": 0.04456115195885854, "he": 0.23412509034871806, "their": 0.18956393838985952}, "girl": {"he - their": -0.07816887910942151, "he": 0.10905778377697849, "their": 0.1872266628864}, "girls": {"he - their": -0.06087786277695936, "he": 0.17842261197020018, "their": 0.23930047474715954}, "give": {"he - their": -0.08548814872090091, "he": 0.1556564701612703, "their": 0.2411446188821712}, "giving": {"he - their": 0.0013303552216561154, "he": 0.1702566504369363, "their": 0.1689262952152802}, "glad": {"he - their": 0.045613837865960336, "he": 0.1650714711739678, "their": 0.11945763330800747}, "go": {"he - their": 0.06268086666885744, "he": 0.2607799741046443, "their": 0.19809910743578688}, "god": {"he - their": 0.0017664537976642691, "he": 0.22758743496273484, "their": 0.22582098116507057}, "goes": {"he - their": 0.04590563362492932, "he": 0.13719752684385159, "their": 0.09129189321892227}, "going": {"he - their": 0.06536781958927271, "he": 0.2667837507229824, "their": 0.20141593113370967}, "gone": {"he - their": 0.04577410287121235, "he": 0.15067164193018298, "their": 0.10489753905897063}, "gonna": {"he - their": 0.04542330750413151, "he": 0.18021399957718726, "their": 0.13479069207305575}, "good": {"he - their": -0.04065067385615875, "he": 0.1880003629706798, "their": 0.22865103682683854}, "got": {"he - their": 0.10456352200820432, "he": 0.3093876722116877, "their": 0.2048241502034834}, "gotten": {"he - their": 0.04525136358469911, "he": 0.19255155813487934, "their": 0.14730019455018023}, "government": {"he - their": -0.030512799058227374, "he": 0.20019513837905603, "their": 0.2307079374372834}, "goyim": {"he - their": -0.025596111071933214, "he": 0.21746936502540917, "their": 0.2430654760973424}, "grabs": {"he - their": 0.0013957471801211985, "he": 0.26101383237626974, "their": 0.25961808519614854}, "grade": {"he - their": -0.02592180313949738, "he": 0.19255155813487934, "their": 0.21847336127437672}, "great": {"he - their": -0.07932210095394845, "he": 0.11552685890339198, "their": 0.19484895985734044}, "greatest": {"he - their": 0.12230419326503167, "he": 0.27252035929831286, "their": 0.1502161660332812}, "group": {"he - their": -0.02919952209392998, "he": 0.15390150429242916, "their": 0.18310102638635914}, "growing": {"he - their": 0.04525136358469911, "he": 0.19255155813487934, "their": 0.14730019455018023}, "guards": {"he - their": 0.04477347136604476, "he": 0.22238185132154806, "their": 0.1776083799555033}, "guess": {"he - their": -0.0639989418749451, "he": 0.11923613486141642, "their": 0.18323507673636152}, "guy": {"he - their": 0.14189305113213052, "he": 0.31334795866211357, "their": 0.17145490752998305}, "guys": {"he - their": -0.015005026802736326, "he": 0.18386887481934916, "their": 0.19887390162208549}, "had": {"he - their": 0.04304428752480974, "he": 0.2849805617368761, "their": 0.24193627421206634}, "hair": {"he - their": 0.04269135043173883, "he": 0.23114975146670458, "their": 0.18845840103496575}, "half": {"he - their": 0.08071781445631775, "he": 0.20093717669383265, "their": 0.1202193622375149}, "hall": {"he - their": 0.044932901030791755, "he": 0.21302210377299627, "their": 0.1680892027422045}, "hand": {"he - their": 0.055715166827022655, "he": 0.26843516582415927, "their": 0.21271999899713662}, "handed": {"he - their": -0.025450959555360503, "he": 0.22787709649500767, "their": 0.2533280560503682}, "hands": {"he - their": -0.0147863129280017, "he": 0.21160212542147228, "their": 0.22638843834947397}, "happened": {"he - their": 0.12428550157089098, "he": 0.23180531211110622, "their": 0.10751981054021524}, "happens": {"he - their": -0.026144070784275636, "he": 0.17401664932974134, "their": 0.20016072011401698}, "happy": {"he - their": 0.09440707216249618, "he": 0.18988505420528565, "their": 0.09547798204278947}, "hard": {"he - their": 0.05270858239952325, "he": 0.20400228382063673, "their": 0.15129370142111348}, "has": {"he - their": 0.06954102024544287, "he": 0.30064473173472145, "their": 0.23110371148927858}, "hate": {"he - their": -0.015240499124163837, "he": 0.15053331650982815, "their": 0.165773815633992}, "hated": {"he - their": 0.04485823103603287, "he": 0.21746936502540917, "their": 0.1726111339893763}, "hates": {"he - their": 0.04838072923128142, "he": 0.2644792724967404, "their": 0.216098543265459}, "have": {"he - their": -0.05754853752829908, "he": 0.2544127505978315, "their": 0.3119612881261306}, "having": {"he - their": -0.010323364783872135, "he": 0.21430232802986748, "their": 0.22462569281373962}, "he": {"he - their": 0.5461821694769653, "he": 0.6523775851441201, "their": 0.10619541566715486}, "head": {"he - their": 0.0014921893053904123, "he": 0.1920407509762043, "their": 0.19054856167081388}, "heads": {"he - their": -0.09774597213426547, "he": 0.1847983596268498, "their": 0.28254433176111526}, "heal": {"he - their": 0.04369497532237135, "he": 0.2758851054843536, "their": 0.23219013016198223}, "heard": {"he - their": 0.059449970192891555, "he": 0.25407097580292765, "their": 0.1946210056100361}, "hearing": {"he - their": 0.04505939284867849, "he": 0.20520571480997543, "their": 0.16014632196129694}, "hell": {"he - their": 0.022197087317257086, "he": 0.1645811272521478, "their": 0.1423840399348907}, "help": {"he - their": -0.030556602270946143, "he": 0.1973163724434777, "their": 0.22787297471442383}, "her": {"he - their": 0.06203125399451412, "he": 0.20693679176896276, "their": 0.14490553777444865}, "here": {"he - their": -0.00722895347505903, "he": 0.1950122911660209, "their": 0.20224124464107993}, "hero": {"he - their": 0.09166539264251519, "he": 0.2692737725980185, "their": 0.1776083799555033}, "hide": {"he - their": -0.0761557904068712, "he": 0.1760020400449241, "their": 0.2521578304517953}, "high": {"he - their": -0.04752612016487992, "he": 0.11161121819076233, "their": 0.15913733835564225}, "him": {"he - their": 0.29503287596049493, "he": 0.3981794333598364, "their": 0.10314655739934146}, "his": {"he - their": 0.2533904413774281, "he": 0.40189554502037556, "their": 0.14850510364294744}, "history": {"he - their": -0.04723152482688281, "he": 0.13058466881811576, "their": 0.17781619364499857}, "hit": {"he - their": -0.046545571830095445, "he": 0.1684719010074631, "their": 0.21501747283755854}, "holahoax": {"he - their": 0.04402336172649818, "he": 0.26101383237626974, "their": 0.21699047064977156}, "hold": {"he - their": 0.0013488313547709851, "he": 0.1898333100014528, "their": 0.1884844786466818}, "holiday": {"he - their": 0.0013708217599501804, "he": 0.21746936502540917, "their": 0.216098543265459}, "holocaust": {"he - their": 0.0013200803580081522, "he": 0.1603413215322604, "their": 0.15902124117425226}, "home": {"he - their": -0.04349490251074978, "he": 0.22916424870505125, "their": 0.27265915121580103}, "honour": {"he - their": 0.0013562224169029191, "he": 0.1984748915997329, "their": 0.19711866918282997}, "hop": {"he - their": 0.0013588809116298062, "he": 0.2017249076957935, "their": 0.20036602678416368}, "hope": {"he - their": 0.04937280070168404, "he": 0.2252388348948494, "their": 0.17586603419316535}, "hopefully": {"he - their": 0.04550401477888197, "he": 0.17401664932974134, "their": 0.12851263455085937}, "horror": {"he - their": 0.04402336172649818, "he": 0.26101383237626974, "their": 0.21699047064977156}, "hours": {"he - their": -0.026226608657073464, "he": 0.16674478698570264, "their": 0.1929713956427761}, "house": {"he - their": 0.07333455767667899, "he": 0.2293423424304631, "their": 0.1560077847537841}, "houston": {"he - their": 0.04505939284867849, "he": 0.20520571480997543, "their": 0.16014632196129694}, "how": {"he - their": 0.0054877445686250526, "he": 0.26564669909886496, "their": 0.2601589545302399}, "however": {"he - their": -0.02620724358677823, "he": 0.1684719010074631, "their": 0.19467914459424132}, "http": {"he - their": -0.12935961554119746, "he": 0.049945792379222316, "their": 0.17930540792041977}, "https": {"he - their": 0.0012327376152909547, "he": 0.0921615278613187, "their": 0.09092879024602775}, "human": {"he - their": 0.0015109463478683305, "he": 0.21319485918816547, "their": 0.21168391284029714}, "humans": {"he - their": -0.026044993269382005, "he": 0.1824552746959061, "their": 0.20850026796528812}, "hurt": {"he - their": 0.045113776865539856, "he": 0.2017249076957935, "their": 0.15661113083025363}, "i": {"he - their": 0.013338493244041072, "he": 0.2804425706745275, "their": 0.2671040774304864}, "id": {"he - their": 0.045613837865960336, "he": 0.1650714711739678, "their": 0.11945763330800747}, "identity": {"he - their": 0.048800442553245504, "he": 0.24591911173607547, "their": 0.19711866918282997}, "if": {"he - their": 0.05781911475962537, "he": 0.3120276505060418, "their": 0.25420853574641644}, "im": {"he - their": -0.015347343637080096, "he": 0.13380918620284254, "their": 0.14915652983992264}, "immigration": {"he - their": 0.021890475527382797, "he": 0.21160212542147228, "their": 0.18971164989408948}, "important": {"he - their": 0.0219137073270346, "he": 0.2085521401588969, "their": 0.1866384328318623}, "impression": {"he - their": 0.04467582059455566, "he": 0.22787709649500767, "their": 0.18320127590045202}, "in": {"he - their": -0.03870488766335206, "he": 0.30681394139910584, "their": 0.3455188290624579}, "indeed": {"he - their": 0.0937865514765529, "he": 0.21160212542147228, "their": 0.11781557394491937}, "independent": {"he - their": 0.04467582059455566, "he": 0.22787709649500767, "their": 0.18320127590045202}, "info": {"he - their": -0.04683647600705523, "he": 0.15326653760344736, "their": 0.2001030136105026}, "innocent": {"he - their": 0.04485823103603287, "he": 0.21746936502540917, "their": 0.1726111339893763}, "instant": {"he - their": 0.04442302830434541, "he": 0.24138561175393702, "their": 0.1969625834495916}, "instead": {"he - their": -0.04670372331451328, "he": 0.1603413215322604, "their": 0.2070450448467737}, "instinct": {"he - their": 0.0442505951657525, "he": 0.25008657663135536, "their": 0.20583598146560286}, "interested": {"he - their": 0.04570173773745928, "he": 0.1574014836242536, "their": 0.11169974588679432}, "interviewed": {"he - their": 0.0442505951657525, "he": 0.25008657663135536, "their": 0.20583598146560286}, "into": {"he - their": 0.05118626047086983, "he": 0.28471792741180096, "their": 0.23353166694093114}, "introduce": {"he - their": 0.04456115195885854, "he": 0.23412509034871806, "their": 0.18956393838985952}, "invasion": {"he - their": 0.04442302830434541, "he": 0.24138561175393702, "their": 0.1969625834495916}, "ireland": {"he - their": -0.05236698173725576, "he": 0.13297270490550253, "their": 0.1853396866427583}, "irish": {"he - their": -0.05210883578059758, "he": 0.14630633526867667, "their": 0.19841517104927425}, "is": {"he - their": 0.03741063341737194, "he": 0.33719099785205486, "their": 0.2997803644346829}, "israel": {"he - their": 0.021890475527382797, "he": 0.21160212542147228, "their": 0.18971164989408948}, "israeli": {"he - their": 0.09166539264251519, "he": 0.2692737725980185, "their": 0.1776083799555033}, "it": {"he - their": -0.004206794810045378, "he": 0.282676061060643, "their": 0.2868828558706884}, "its": {"he - their": -0.12097788076144389, "he": 0.057811920124317934, "their": 0.17878980088576182}, "itself": {"he - their": 0.0491255710581156, "he": 0.23023869543447398, "their": 0.18111312437635838}, "jail": {"he - their": 0.045361170183196936, "he": 0.1847983596268498, "their": 0.13943718944365285}, "jesus": {"he - their": 0.03749702934985505, "he": 0.2654650119605131, "their": 0.22796798261065804}, "jew": {"he - their": 0.059420287774990865, "he": 0.25517599091507287, "their": 0.195755703140082}, "jewish": {"he - their": 0.10701158126167559, "he": 0.2932104620673537, "their": 0.1861988808056781}, "jews": {"he - their": -0.03915625661425379, "he": 0.23533543939113802, "their": 0.2744916960053918}, "job": {"he - their": -0.014959340225255913, "he": 0.18988505420528565, "their": 0.20484439443054156}, "jose": {"he - their": 0.04402336172649818, "he": 0.26101383237626974, "their": 0.21699047064977156}, "judge": {"he - their": 0.021851949689518035, "he": 0.21653109428375936, "their": 0.19467914459424132}, "jumped": {"he - their": 0.04485823103603287, "he": 0.21746936502540917, "their": 0.1726111339893763}, "just": {"he - their": 0.00738171492459988, "he": 0.2568752418783067, "their": 0.2494935269537068}, "k": {"he - their": 0.001334090334968091, "he": 0.17401664932974134, "their": 0.17268255899477325}, "katz": {"he - their": 0.04311628016575908, "he": 0.29996762599411864, "their": 0.25685134582835956}, "keep": {"he - their": 0.02003471980670346, "he": 0.2247707003164845, "their": 0.20473598050978103}, "kick": {"he - their": 0.0013421503195477358, "he": 0.1824552746959061, "their": 0.18111312437635838}, "kicked": {"he - their": 0.04467582059455566, "he": 0.22787709649500767, "their": 0.18320127590045202}, "kid": {"he - their": 0.02423787396997537, "he": 0.2298700689877525, "their": 0.20563219501777713}, "kids": {"he - their": -0.15075694262144057, "he": 0.1388743673033785, "their": 0.28963130992481906}, "kill": {"he - their": -0.02634387061477872, "he": 0.15598851918970136, "their": 0.18233238980448008}, "killed": {"he - their": 0.07985114667957624, "he": 0.23180531211110622, "their": 0.15195416543152998}, "killing": {"he - their": 0.04941872524597793, "he": 0.21483672570554796, "their": 0.16541800045957003}, "kind": {"he - their": 0.1210068444498531, "he": 0.2549458954031423, "their": 0.13393905095328917}, "king": {"he - their": -0.062112324532219876, "he": 0.19255155813487934, "their": 0.2546638826670992}, "kiss": {"he - their": 0.044932901030791755, "he": 0.21302210377299627, "their": 0.1680892027422045}, "knew": {"he - their": 0.1921233142493535, "he": 0.3052894489341554, "their": 0.11316613468480188}, "knife": {"he - their": 0.09999177467687945, "he": 0.30035780146104313, "their": 0.20036602678416368}, "knocked": {"he - their": 0.044932901030791755, "he": 0.21302210377299627, "their": 0.1680892027422045}, "know": {"he - their": -0.051686284282631556, "he": 0.19801798523251266, "their": 0.2497042695151442}, "known": {"he - their": 0.0452091557220583, "he": 0.1954253217553395, "their": 0.1502161660332812}, "knows": {"he - their": -0.014834872598954163, "he": 0.2056655459948584, "their": 0.22050041859381256}, "kosher": {"he - their": 0.04477347136604476, "he": 0.22238185132154806, "their": 0.1776083799555033}, "lads": {"he - their": 0.04477347136604476, "he": 0.22238185132154806, "their": 0.1776083799555033}, "languages": {"he - their": 0.0013562224169029191, "he": 0.1984748915997329, "their": 0.19711866918282997}, "largest": {"he - their": 0.0013676064815074107, "he": 0.21302210377299627, "their": 0.21165449729148886}, "last": {"he - their": 0.04941781507598436, "he": 0.22285798756295963, "their": 0.17344017248697527}, "later": {"he - their": 0.049712459866784714, "he": 0.19782242622321147, "their": 0.14810996635642676}, "latest": {"he - their": 0.0013562224169029191, "he": 0.1984748915997329, "their": 0.19711866918282997}, "laugh": {"he - their": -0.0147863129280017, "he": 0.21160212542147228, "their": 0.22638843834947397}, "laughing": {"he - their": -0.025805484751890234, "he": 0.2017249076957935, "their": 0.22753039244768372}, "law": {"he - their": 0.022000153603791872, "he": 0.1966171930697205, "their": 0.17461703946592863}, "lead": {"he - their": 0.0013512067434814368, "he": 0.19255155813487934, "their": 0.1912003513913979}, "learn": {"he - their": -0.10923174979827166, "he": 0.13820675220172948, "their": 0.24743850200000114}, "least": {"he - their": -0.028979665874154736, "he": 0.1718703412080863, "their": 0.20085000708224104}, "lebanese": {"he - their": 0.04442302830434541, "he": 0.24138561175393702, "their": 0.1969625834495916}, "left": {"he - their": 0.0458954722917182, "he": 0.2515810121136826, "their": 0.2056855398219644}, "let": {"he - their": -0.05177170736629716, "he": 0.1857874802982196, "their": 0.23755918766451675}, "lets": {"he - their": 0.14650628749784686, "he": 0.2567775066459283, "their": 0.11027121914808144}, "level": {"he - their": 0.0013443090507598843, "he": 0.1847983596268498, "their": 0.1834540505760899}, "lies": {"he - their": 0.04897911263410201, "he": 0.23746359128078381, "their": 0.1884844786466818}, "life": {"he - their": -0.007844047959220724, "he": 0.21601622205754367, "their": 0.2238602700167644}, "light": {"he - their": -0.04715440930789286, "he": 0.13523035232962233, "their": 0.18238476163751519}, "like": {"he - their": 0.028385335563449826, "he": 0.2765718254354235, "their": 0.2481864898719737}, "likes": {"he - their": 0.044932901030791755, "he": 0.21302210377299627, "their": 0.1680892027422045}, "line": {"he - their": 0.1472055606996101, "he": 0.2437793527132703, "their": 0.09657379201366019}, "lips": {"he - their": 0.001381760869969717, "he": 0.23412509034871806, "their": 0.23274332947874835}, "list": {"he - their": -0.026280436116349726, "he": 0.16187272473616937, "their": 0.1881531608525191}, "listen": {"he - their": 0.021945483227478385, "he": 0.20427787303195846, "their": 0.18233238980448008}, "listening": {"he - their": 0.09248615377459746, "he": 0.2490972846048511, "their": 0.15661113083025363}, "little": {"he - their": -0.0331554214987968, "he": 0.21012685646516718, "their": 0.24328227796396398}, "live": {"he - their": -0.04178343924746587, "he": 0.12085406267375097, "their": 0.16263750192121684}, "lived": {"he - their": 0.09387954854606248, "he": 0.2085521401588969, "their": 0.11467259161283441}, "lives": {"he - their": -0.07585268843699985, "he": 0.21653109428375936, "their": 0.2923837827207592}, "living": {"he - their": -0.02668103767771382, "he": 0.1214932470685176, "their": 0.14817428474623143}, "ll": {"he - their": -0.00803422819205482, "he": 0.17822684369060926, "their": 0.18626107188266408}, "lol": {"he - their": 0.09479417463597417, "he": 0.17424290295737305, "their": 0.07944872832139888}, "long": {"he - their": 0.032336474765221584, "he": 0.1732442576256842, "their": 0.14090778286046263}, "look": {"he - their": -0.052119092968065606, "he": 0.17111839960950875, "their": 0.22323749257757436}, "looking": {"he - their": -0.06220740422373784, "he": 0.12441007675257694, "their": 0.18661748097631478}, "looks": {"he - their": 0.056558693695499984, "he": 0.23493657426523595, "their": 0.17837788056973597}, "lose": {"he - their": 0.045113776865539856, "he": 0.2017249076957935, "their": 0.15661113083025363}, "lost": {"he - their": -0.02620724358677823, "he": 0.1684719010074631, "their": 0.19467914459424132}, "lot": {"he - their": 0.09398559471450199, "he": 0.23301319253302924, "their": 0.13902759781852725}, "lots": {"he - their": -0.02652508480463825, "he": 0.13820675220172948, "their": 0.16473183700636773}, "love": {"he - their": 0.015546386433748616, "he": 0.1888128644372828, "their": 0.17326647800353417}, "lower": {"he - their": 0.04456115195885854, "he": 0.23412509034871806, "their": 0.18956393838985952}, "lucky": {"he - their": 0.09204761605712869, "he": 0.2601368187993332, "their": 0.1680892027422045}, "m": {"he - their": 0.008458211456093462, "he": 0.17892450459970372, "their": 0.17046629314361025}, "made": {"he - their": 0.05026088173094474, "he": 0.1593233447100808, "their": 0.10906246297913606}, "maintain": {"he - their": 0.0442505951657525, "he": 0.25008657663135536, "their": 0.20583598146560286}, "make": {"he - their": -0.030543633058423836, "he": 0.21991776819368658, "their": 0.2504614012521104}, "maker": {"he - their": 0.0442505951657525, "he": 0.25008657663135536, "their": 0.20583598146560286}, "makes": {"he - their": -0.07740343429951801, "he": 0.17671484463467263, "their": 0.25411827893419064}, "making": {"he - their": 0.021945483227478385, "he": 0.20427787303195846, "their": 0.18233238980448008}, "male": {"he - their": 0.14691507000289178, "he": 0.24930719479413113, "their": 0.10239212479123935}, "males": {"he - their": 0.0013562224169029191, "he": 0.1984748915997329, "their": 0.19711866918282997}, "man": {"he - their": 0.13520041219333015, "he": 0.26885845794344787, "their": 0.13365804575011772}, "many": {"he - their": -0.06956439748769852, "he": 0.19245510795650764, "their": 0.26201950544420616}, "marriage": {"he - their": 0.051050202818989227, "he": 0.27858059526667295, "their": 0.22753039244768372}, "married": {"he - their": 0.0013676064815074107, "he": 0.21302210377299627, "their": 0.21165449729148886}, "marxist": {"he - their": 0.04499946847666014, "he": 0.20895529526800866, "their": 0.1639558267913485}, "mate": {"he - their": 0.09309652850538058, "he": 0.23253371794903344, "their": 0.13943718944365285}, "material": {"he - their": 0.0013676064815074107, "he": 0.21302210377299627, "their": 0.21165449729148886}, "matter": {"he - their": 0.1024698717069408, "he": 0.2481562671655071, "their": 0.1456863954585663}, "may": {"he - their": 0.05661709357141745, "he": 0.23238558681723714, "their": 0.1757684932458197}, "maybe": {"he - their": 0.013768052693767907, "he": 0.2509691055905672, "their": 0.23720105289679927}, "me": {"he - their": 0.08306997202667465, "he": 0.256311327137585, "their": 0.17324135511091032}, "means": {"he - their": 0.1466510463098069, "he": 0.25417085685002216, "their": 0.10751981054021524}, "meant": {"he - their": 0.12214340805612772, "he": 0.27545482615974853, "their": 0.1533114181036208}, "measure": {"he - their": 0.04456115195885854, "he": 0.23412509034871806, "their": 0.18956393838985952}, "meet": {"he - their": 0.05017768390679021, "he": 0.16596992319905252, "their": 0.1157922392922623}, "meeting": {"he - their": 0.04865595545589102, "he": 0.2525000155577136, "their": 0.2038440601018226}, "member": {"he - their": 0.09368583138658093, "he": 0.21483672570554796, "their": 0.12115089431896703}, "men": {"he - their": 0.07554040855228294, "he": 0.22075001266453534, "their": 0.1452096041122524}, "mention": {"he - their": 0.045451715235058726, "he": 0.1780655339314804, "their": 0.13261381869642166}, "messed": {"he - their": 0.0013906106071891744, "he": 0.25008657663135536, "their": 0.2486959660241662}, "mexican": {"he - their": 0.04516347349611208, "he": 0.1984748915997329, "their": 0.1533114181036208}, "might": {"he - their": 0.015463499887821558, "he": 0.20723642954857477, "their": 0.1917729296607532}, "military": {"he - their": 0.0013421503195477358, "he": 0.1824552746959061, "their": 0.18111312437635838}, "million": {"he - their": 0.09345612564154276, "he": 0.22196876019240214, "their": 0.12851263455085937}, "mind": {"he - their": -0.04686060677813375, "he": 0.1519540008447359, "their": 0.19881460762286965}, "mine": {"he - their": 0.04568556122729556, "he": 0.15885169591209744, "their": 0.11316613468480188}, "minister": {"he - their": 0.0013400531667438487, "he": 0.18021399957718726, "their": 0.1788739464104434}, "minority": {"he - their": 0.0013153749973766893, "he": 0.15598851918970136, "their": 0.15467314419232467}, "moment": {"he - their": 0.04550401477888197, "he": 0.17401664932974134, "their": 0.12851263455085937}, "money": {"he - their": -0.016500476110432982, "he": 0.21601622205754367, "their": 0.23251669816797665}, "monkey": {"he - their": -0.045756737721821844, "he": 0.20520571480997543, "their": 0.2509624525317973}, "monkeys": {"he - their": 0.04516347349611208, "he": 0.1984748915997329, "their": 0.1533114181036208}, "month": {"he - their": 0.12428550157089098, "he": 0.23180531211110622, "their": 0.10751981054021524}, "more": {"he - their": -0.013285796171915415, "he": 0.21908269325941004, "their": 0.23236848943132546}, "moscow": {"he - their": 0.044932901030791755, "he": 0.21302210377299627, "their": 0.1680892027422045}, "most": {"he - their": -0.1059590718430736, "he": 0.15195407813057873, "their": 0.25791314997365233}, "mostly": {"he - their": 0.0013233665245529491, "he": 0.16344849391490165, "their": 0.1621251273903487}, "mother": {"he - their": 0.015418625127968905, "he": 0.21621381765095554, "their": 0.20079519252298664}, "mr": {"he - their": 0.14549220302234833, "he": 0.2740048375732077, "their": 0.12851263455085937}, "msi": {"he - their": 0.04311628016575908, "he": 0.29996762599411864, "their": 0.25685134582835956}, "much": {"he - their": -0.02358453752929887, "he": 0.20965290915481483, "their": 0.2332374466841137}, "multiply": {"he - their": 0.001385984634701909, "he": 0.24138561175393702, "their": 0.23999962711923511}, "murder": {"he - their": 0.09425763230586004, "he": 0.19543750765046558, "their": 0.10117987534460554}, "music": {"he - their": -0.02674985658373824, "he": 0.11359821536979867, "their": 0.1403480719535369}, "muslim": {"he - their": 0.045573017339225794, "he": 0.1684719010074631, "their": 0.1228988836682373}, "muslims": {"he - their": -0.02601685534121828, "he": 0.1847983596268498, "their": 0.21081521496806807}, "must": {"he - their": -0.02914258833146377, "he": 0.15869682992179707, "their": 0.18783941825326084}, "my": {"he - their": 0.09528044833533897, "he": 0.2849522560294085, "their": 0.18967180769406952}, "n": {"he - their": -0.040126312419091426, "he": 0.21736761115036823, "their": 0.25749392356945966}, "name": {"he - their": -0.061450343979851996, "he": 0.15685469396536425, "their": 0.21830503794521625}, "names": {"he - their": -0.0258858131165782, "he": 0.1954253217553395, "their": 0.2213111348719177}, "nation": {"he - their": 0.0014775644201893978, "he": 0.17756249876073504, "their": 0.17608493434054565}, "national": {"he - their": -0.06317079970747996, "he": 0.15461081404148858, "their": 0.21778161374896854}, "nationalist": {"he - their": -0.04754495974757934, "he": 0.1103213113293789, "their": 0.15786627107695825}, "nationality": {"he - their": 0.04442302830434541, "he": 0.24138561175393702, "their": 0.1969625834495916}, "ne": {"he - their": 0.0442505951657525, "he": 0.25008657663135536, "their": 0.20583598146560286}, "near": {"he - their": 0.0013025781513018586, "he": 0.14466529137341186, "their": 0.14336271322211}, "nearest": {"he - their": 0.04456115195885854, "he": 0.23412509034871806, "their": 0.18956393838985952}, "need": {"he - their": -0.06350727854079266, "he": 0.16798003638997636, "their": 0.23148731493076902}, "needless": {"he - their": 0.04311628016575908, "he": 0.29996762599411864, "their": 0.25685134582835956}, "needs": {"he - their": 0.04539318772207199, "he": 0.1824552746959061, "their": 0.13706208697383412}, "negro": {"he - their": 0.07137546047091342, "he": 0.261655366015887, "their": 0.1902799055449736}, "negroes": {"he - their": -0.08925665790646406, "he": 0.1392339371976888, "their": 0.22849059510415287}, "never": {"he - their": -0.0042964993499639, "he": 0.21236978787559246, "their": 0.21666628722555636}, "new": {"he - their": 0.08737500159956421, "he": 0.19458498257567175, "their": 0.10720998097610754}, "news": {"he - their": -0.005169948150490988, "he": 0.2050839150721779, "their": 0.2102538632226689}, "next": {"he - their": 0.03837894917889326, "he": 0.21043179203425996, "their": 0.1720528428553667}, "nice": {"he - their": 0.00146972558853517, "he": 0.17033974019103928, "their": 0.16887001460250411}, "nigeria": {"he - their": 0.044932901030791755, "he": 0.21302210377299627, "their": 0.1680892027422045}, "night": {"he - their": 0.00128554374308687, "he": 0.13058466881811576, "their": 0.1292991250750289}, "no": {"he - their": -0.0016608169964505703, "he": 0.22438998474400168, "their": 0.22605080174045225}, "non": {"he - their": -0.0623387767394869, "he": 0.15881930049615392, "their": 0.22115807723564082}, "none": {"he - their": 0.0013184834509813725, "he": 0.15885169591209744, "their": 0.15753321246111607}, "nor": {"he - their": 0.09282389683476999, "he": 0.24012409138495022, "their": 0.14730019455018023}, "nordic": {"he - their": -0.04686060677813375, "he": 0.1519540008447359, "their": 0.19881460762286965}, "normal": {"he - their": 0.001346534223515522, "he": 0.1872536620266978, "their": 0.18590712780318228}, "norway": {"he - their": 0.04539318772207199, "he": 0.1824552746959061, "their": 0.13706208697383412}, "nose": {"he - their": 0.09235369359641668, "he": 0.2525000155577136, "their": 0.16014632196129694}, "not": {"he - their": -0.01054262889880625, "he": 0.27357579431634693, "their": 0.2841184232151532}, "nothing": {"he - their": 0.07184791487986633, "he": 0.24399987749038377, "their": 0.17215196261051743}, "notice": {"he - their": -0.046209977878657216, "he": 0.1847983596268498, "their": 0.231008337505507}, "now": {"he - their": 0.013937449780826144, "he": 0.21587260579432224, "their": 0.2019351560134961}, "ns": {"he - their": 0.04525136358469911, "he": 0.19255155813487934, "their": 0.14730019455018023}, "number": {"he - their": 0.0013285512549374157, "he": 0.1684719010074631, "their": 0.16714334975252568}, "numbers": {"he - their": 0.04552816768481871, "he": 0.17210330764661627, "their": 0.12657513996179756}, "o": {"he - their": 0.02193526689416353, "he": 0.2056655459948584, "their": 0.18373027910069487}, "obama": {"he - their": 0.04542330750413151, "he": 0.18021399957718726, "their": 0.13479069207305575}, "obviously": {"he - their": 0.09260769363245466, "he": 0.24591911173607547, "their": 0.1533114181036208}, "of": {"he - their": -0.042110173204216006, "he": 0.3190170936566082, "their": 0.3611272668608242}, "off": {"he - their": -0.0356232292323746, "he": 0.2400178251332915, "their": 0.2756410543656661}, "offering": {"he - their": 0.0442505951657525, "he": 0.25008657663135536, "their": 0.20583598146560286}, "officials": {"he - their": 0.04467582059455566, "he": 0.22787709649500767, "their": 0.18320127590045202}, "often": {"he - their": -0.04635128535098368, "he": 0.1780655339314804, "their": 0.22441681928246407}, "oh": {"he - their": 0.07489789628728152, "he": 0.24273716915615295, "their": 0.16783927286887143}, "ok": {"he - their": 0.0013123721719173753, "he": 0.15326653760344736, "their": 0.15195416543152998}, "old": {"he - their": 0.12307224785997717, "he": 0.25737458101544874, "their": 0.13430233315547158}, "on": {"he - their": 0.004367978590639754, "he": 0.30087821923833646, "their": 0.2965102406476967}, "once": {"he - their": 0.0732120167807232, "he": 0.23364745475509185, "their": 0.16043543797436866}, "one": {"he - their": 0.05251175666107952, "he": 0.2634512858759837, "their": 0.2109395292149042}, "only": {"he - their": -0.021503087957049083, "he": 0.2368843237796826, "their": 0.2583874117367317}, "open": {"he - their": 0.015428426407781998, "he": 0.21430232802986748, "their": 0.19887390162208549}, "opinion": {"he - their": 0.04886437203771837, "he": 0.24293602616038978, "their": 0.1940716541226714}, "or": {"he - their": -0.02408968118111704, "he": 0.24952354825731216, "their": 0.2736132294384292}, "org": {"he - their": 0.0012447220272377296, "he": 0.10031876102000163, "their": 0.0990740389927639}, "organization": {"he - their": 0.04529053683952072, "he": 0.1898333100014528, "their": 0.14454277316193206}, "orthodox": {"he - their": 0.09116161699541359, "he": 0.2807255553852731, "their": 0.18956393838985952}, "other": {"he - their": -0.007069657650719041, "he": 0.22582451370935044, "their": 0.23289417136006949}, "others": {"he - their": -0.07743314859550537, "he": 0.13620560134667595, "their": 0.21363874994218132}, "our": {"he - their": -0.07146932682955123, "he": 0.16554696785698833, "their": 0.23701629468653956}, "out": {"he - their": 0.013253262056538928, "he": 0.2512296150141405, "their": 0.23797635295760156}, "outside": {"he - their": -0.08853733545102419, "he": 0.15885169591209744, "their": 0.24738903136312163}, "over": {"he - their": -0.005194254527448788, "he": 0.19905267173123695, "their": 0.20424692625868573}, "overwhelming": {"he - their": 0.04442302830434541, "he": 0.24138561175393702, "their": 0.1969625834495916}, "own": {"he - their": -0.1591029907552937, "he": 0.20931594640874326, "their": 0.36841893716403695}, "owned": {"he - their": 0.044932901030791755, "he": 0.21302210377299627, "their": 0.1680892027422045}, "owners": {"he - their": 0.04456115195885854, "he": 0.23412509034871806, "their": 0.18956393838985952}, "pair": {"he - their": 0.04499946847666014, "he": 0.20895529526800866, "their": 0.1639558267913485}, "paper": {"he - their": 0.0013400531667438487, "he": 0.18021399957718726, "their": 0.1788739464104434}, "parents": {"he - their": -0.194375555780674, "he": 0.13058466881811576, "their": 0.32496022459878976}, "part": {"he - their": 0.10382832016372483, "he": 0.2116290054331027, "their": 0.10780068526937787}, "particularly": {"he - their": 0.04467582059455566, "he": 0.22787709649500767, "their": 0.18320127590045202}, "party": {"he - their": 0.037925922721849525, "he": 0.24070952633915296, "their": 0.20278360361730344}, "pass": {"he - their": -0.06336214943987858, "he": 0.1469916683588166, "their": 0.2103538177986952}, "passed": {"he - their": 0.04505939284867849, "he": 0.20520571480997543, "their": 0.16014632196129694}, "pathetic": {"he - their": 0.04467582059455566, "he": 0.22787709649500767, "their": 0.18320127590045202}, "pay": {"he - their": 0.001325058926471806, "he": 0.1650714711739678, "their": 0.163746412247496}, "payments": {"he - their": 0.04402336172649818, "he": 0.26101383237626974, "their": 0.21699047064977156}, "people": {"he - their": -0.11189798456200756, "he": 0.20181652278735218, "their": 0.31371450734935974}, "performance": {"he - their": 0.04369497532237135, "he": 0.2758851054843536, "their": 0.23219013016198223}, "perhaps": {"he - their": 0.0015109463478683305, "he": 0.21319485918816547, "their": 0.21168391284029714}, "person": {"he - their": 0.060669833663120315, "he": 0.26216490312674606, "their": 0.20149506946362575}, "phone": {"he - their": 0.045573017339225794, "he": 0.1684719010074631, "their": 0.1228988836682373}, "pic": {"he - their": 0.04499946847666014, "he": 0.20895529526800866, "their": 0.1639558267913485}, "pick": {"he - their": -0.02607165324017957, "he": 0.18021399957718726, "their": 0.20628565281736683}, "picture": {"he - their": -0.02652508480463825, "he": 0.13820675220172948, "their": 0.16473183700636773}, "place": {"he - their": 0.0015740847219809784, "he": 0.1776748629899226, "their": 0.17610077826794163}, "places": {"he - their": 0.04576065676520842, "he": 0.1519540008447359, "their": 0.10619334407952748}, "play": {"he - their": 0.09383394975932066, "he": 0.21005547528058519, "their": 0.11622152552126452}, "playing": {"he - their": -0.06253717704575831, "he": 0.1780655339314804, "their": 0.2406027109772387}, "please": {"he - their": 0.0012503429400877314, "he": 0.10424587081788993, "their": 0.1029955278778022}, "pm": {"he - their": 0.10354231708018025, "he": 0.2200502543866951, "their": 0.11650793730651485}, "point": {"he - their": -0.010357107090178896, "he": 0.20892344801557952, "their": 0.21928055510575842}, "political": {"he - their": 0.0452091557220583, "he": 0.1954253217553395, "their": 0.1502161660332812}, "pollute": {"he - their": 0.04369497532237135, "he": 0.2758851054843536, "their": 0.23219013016198223}, "pool": {"he - their": 0.04485823103603287, "he": 0.21746936502540917, "their": 0.1726111339893763}, "poor": {"he - their": 0.07465221396537641, "he": 0.2504828936759876, "their": 0.17583067971061117}, "position": {"he - their": 0.04485823103603287, "he": 0.21746936502540917, "their": 0.1726111339893763}, "possession": {"he - their": 0.04442302830434541, "he": 0.24138561175393702, "their": 0.1969625834495916}, "possible": {"he - their": 0.0015109463478683305, "he": 0.21319485918816547, "their": 0.21168391284029714}, "post": {"he - their": 0.10458302337188469, "he": 0.18659388519592782, "their": 0.08201086182404313}, "posted": {"he - their": 0.04582354880040858, "he": 0.14581653700966626, "their": 0.09999298820925769}, "posts": {"he - their": 0.09396580010806407, "he": 0.2056655459948584, "their": 0.11169974588679432}, "power": {"he - their": 0.0016216115893336602, "he": 0.22807482452194835, "their": 0.2264532129326147}, "preach": {"he - their": 0.047573682065591344, "he": 0.29626964808975753, "their": 0.2486959660241662}, "present": {"he - their": 0.04539318772207199, "he": 0.1824552746959061, "their": 0.13706208697383412}, "press": {"he - their": 0.045113776865539856, "he": 0.2017249076957935, "their": 0.15661113083025363}, "pretending": {"he - their": 0.04442302830434541, "he": 0.24138561175393702, "their": 0.1969625834495916}, "pretty": {"he - their": -0.04744486429886906, "he": 0.11706025130906382, "their": 0.16450511560793288}, "pride": {"he - their": -0.014967367457713987, "he": 0.18883723087823395, "their": 0.20380459833594794}, "prime": {"he - their": 0.045113776865539856, "he": 0.2017249076957935, "their": 0.15661113083025363}, "prison": {"he - their": 0.09301146197529053, "he": 0.23493808581144512, "their": 0.1419266238361546}, "pro": {"he - their": 0.03166795980705944, "he": 0.2344424149974974, "their": 0.20277445519043796}, "probably": {"he - their": 0.10356641717722088, "he": 0.2193586564694832, "their": 0.1157922392922623}, "problem": {"he - their": -0.07780356865513074, "he": 0.1230464384271103, "their": 0.20085000708224104}, "professor": {"he - their": 0.04456115195885854, "he": 0.23412509034871806, "their": 0.18956393838985952}, "professors": {"he - their": 0.04402336172649818, "he": 0.26101383237626974, "their": 0.21699047064977156}, "project": {"he - their": 0.04525136358469911, "he": 0.19255155813487934, "their": 0.14730019455018023}, "promise": {"he - their": 0.0442505951657525, "he": 0.25008657663135536, "their": 0.20583598146560286}, "property": {"he - their": 0.09220835605781547, "he": 0.256164182849164, "their": 0.1639558267913485}, "protect": {"he - their": 0.0013536676326680874, "he": 0.1954253217553395, "their": 0.1940716541226714}, "proud": {"he - their": -0.06066926625440819, "he": 0.18580476035643534, "their": 0.24647402661084353}, "prove": {"he - their": 0.044932901030791755, "he": 0.21302210377299627, "their": 0.1680892027422045}, "pub": {"he - their": 0.04442302830434541, "he": 0.24138561175393702, "their": 0.1969625834495916}, "public": {"he - their": 0.04579437822598928, "he": 0.2564003011245398, "their": 0.21060592289855054}, "put": {"he - their": 0.04528048674045129, "he": 0.25955306833303654, "their": 0.21427258159258525}, "putting": {"he - their": -0.0258858131165782, "he": 0.1954253217553395, "their": 0.2213111348719177}, "quit": {"he - their": 0.0013708217599501804, "he": 0.21746936502540917, "their": 0.216098543265459}, "quite": {"he - their": 0.04570173773745928, "he": 0.1574014836242536, "their": 0.11169974588679432}, "race": {"he - their": -0.14150921894551852, "he": 0.133421214939728, "their": 0.2749304338852465}, "races": {"he - their": -0.02639970615785525, "he": 0.15067164193018298, "their": 0.17707134808803823}, "racial": {"he - their": 0.0014850856984744976, "he": 0.1848286591355917, "their": 0.1833435734371172}, "racism": {"he - their": 0.14468652396854423, "he": 0.2866131478046988, "their": 0.1419266238361546}, "racist": {"he - their": 0.030601433466708405, "he": 0.23364745475509185, "their": 0.20304602128838345}, "radio": {"he - their": 0.04570173773745928, "he": 0.1574014836242536, "their": 0.11169974588679432}, "rape": {"he - their": 0.045361170183196936, "he": 0.1847983596268498, "their": 0.13943718944365285}, "rapes": {"he - their": 0.09204761605712869, "he": 0.2601368187993332, "their": 0.1680892027422045}, "rather": {"he - their": -0.06320507698262065, "he": 0.15326653760344736, "their": 0.216471614586068}, "re": {"he - their": -0.06913335324144268, "he": 0.14827874541062702, "their": 0.2174120986520697}, "read": {"he - their": -0.021267919751517206, "he": 0.17517523547360342, "their": 0.19644315522512062}, "reading": {"he - their": -0.026245228955675076, "he": 0.1650714711739678, "their": 0.19131670012964289}, "reality": {"he - their": 0.045361170183196936, "he": 0.1847983596268498, "their": 0.13943718944365285}, "really": {"he - their": -0.06193254468656789, "he": 0.13682426485579566, "their": 0.19875680954236355}, "reason": {"he - their": -0.06364354929246316, "he": 0.13523035232962233, "their": 0.19887390162208549}, "red": {"he - their": 0.031734582903025554, "he": 0.2292902569893065, "their": 0.19755567408628094}, "released": {"he - their": 0.09166539264251519, "he": 0.2692737725980185, "their": 0.1776083799555033}, "religion": {"he - their": 0.04516347349611208, "he": 0.1984748915997329, "their": 0.1533114181036208}, "religious": {"he - their": 0.0013778613320929445, "he": 0.22787709649500767, "their": 0.22649923516291473}, "remember": {"he - their": 0.05441189643995001, "he": 0.23972262247156975, "their": 0.18531072603161974}, "reply": {"he - their": 0.04529053683952072, "he": 0.1898333100014528, "their": 0.14454277316193206}, "reported": {"he - their": 0.001346534223515522, "he": 0.1872536620266978, "their": 0.18590712780318228}, "rest": {"he - their": -0.0633324816421745, "he": 0.14819177238917372, "their": 0.21152425403134822}, "restaurant": {"he - their": 0.04516347349611208, "he": 0.1984748915997329, "their": 0.1533114181036208}, "retailer": {"he - their": 0.04402336172649818, "he": 0.26101383237626974, "their": 0.21699047064977156}, "rhythm": {"he - their": 0.04369497532237135, "he": 0.2758851054843536, "their": 0.23219013016198223}, "right": {"he - their": 0.04542487904642881, "he": 0.27918929773258166, "their": 0.23376441868615286}, "ritual": {"he - their": 0.04402336172649818, "he": 0.26101383237626974, "their": 0.21699047064977156}, "rob": {"he - their": 0.09043366662415467, "he": 0.29626964808975753, "their": 0.20583598146560286}, "role": {"he - their": 0.0013676064815074107, "he": 0.21302210377299627, "their": 0.21165449729148886}, "roman": {"he - their": 0.04467582059455566, "he": 0.22787709649500767, "their": 0.18320127590045202}, "run": {"he - their": 0.022096375604038987, "he": 0.1819959849433494, "their": 0.1598996093393104}, "s": {"he - their": 0.07178167454171747, "he": 0.33440770892707955, "their": 0.2626260343853621}, "sa": {"he - their": 0.045113776865539856, "he": 0.2017249076957935, "their": 0.15661113083025363}, "sacrifice": {"he - their": 0.0013708217599501804, "he": 0.21746936502540917, "their": 0.216098543265459}, "sad": {"he - their": 0.08003531356330243, "he": 0.22572170902186872, "their": 0.1456863954585663}, "safe": {"he - their": 0.07882923096058717, "he": 0.26228328153667707, "their": 0.1834540505760899}, "said": {"he - their": 0.09380929963443765, "he": 0.3080818812270229, "their": 0.21427258159258525}, "same": {"he - their": 0.017392888268527695, "he": 0.20476920374590954, "their": 0.18737631547738184}, "satan": {"he - their": 0.04477347136604476, "he": 0.22238185132154806, "their": 0.1776083799555033}, "savage": {"he - their": 0.0013676064815074107, "he": 0.21302210377299627, "their": 0.21165449729148886}, "save": {"he - their": 0.0013303552216561154, "he": 0.1702566504369363, "their": 0.1689262952152802}, "saw": {"he - their": 0.010488570937306041, "he": 0.2151074324471886, "their": 0.20461886150988257}, "say": {"he - their": 0.0553676387166622, "he": 0.26710698755205897, "their": 0.21173934883539677}, "saying": {"he - their": 0.05713828065141141, "he": 0.28010107243734145, "their": 0.22296279178593004}, "says": {"he - their": 0.05897523118298367, "he": 0.2710655675959852, "their": 0.21209033641300154}, "scene": {"he - their": 0.12354125074507673, "he": 0.24824676417675112, "their": 0.1247055134316744}, "school": {"he - their": -0.01655907256397407, "he": 0.245762252299744, "their": 0.26232132486371806}, "schooling": {"he - their": 0.044932901030791755, "he": 0.21302210377299627, "their": 0.1680892027422045}, "schools": {"he - their": -0.141292105515365, "he": 0.10843555538391958, "their": 0.24972766089928458}, "scum": {"he - their": 0.0013123721719173753, "he": 0.15326653760344736, "their": 0.15195416543152998}, "second": {"he - their": 0.09351756675083164, "he": 0.2200927067126292, "their": 0.12657513996179756}, "security": {"he - their": 0.053603209446817734, "he": 0.27217952402983164, "their": 0.2185763145830139}, "see": {"he - their": 0.006013919322394423, "he": 0.233669356046302, "their": 0.2276554367239076}, "seem": {"he - their": -0.026187076365411427, "he": 0.1702566504369363, "their": 0.19644372680234773}, "seen": {"he - their": 0.03935691333547858, "he": 0.24540943381468036, "their": 0.20605252047920178}, "self": {"he - their": 0.0016332723952367512, "he": 0.24485198917346981, "their": 0.24321871677823306}, "sell": {"he - their": 0.021674813185839942, "he": 0.23746359128078381, "their": 0.21578877809494387}, "selling": {"he - their": 0.04456115195885854, "he": 0.23412509034871806, "their": 0.18956393838985952}, "send": {"he - their": 0.0014705678450660509, "he": 0.1711001198388357, "their": 0.16962955199376964}, "sent": {"he - their": 0.10232236702991784, "he": 0.2516845426691109, "their": 0.14936217563919305}, "served": {"he - their": 0.001381760869969717, "he": 0.23412509034871806, "their": 0.23274332947874835}, "service": {"he - their": 0.0013536676326680874, "he": 0.1954253217553395, "their": 0.1940716541226714}, "set": {"he - their": -0.04681160012110386, "he": 0.15461081404148858, "their": 0.20142241416259243}, "several": {"he - their": 0.0013109076108899775, "he": 0.1519540008447359, "their": 0.15064309323384592}, "sf": {"he - their": -0.026461088064076543, "he": 0.14466529137341186, "their": 0.1711263794374884}, "shame": {"he - their": -0.06253717704575831, "he": 0.1780655339314804, "their": 0.2406027109772387}, "shave": {"he - their": 0.04442302830434541, "he": 0.24138561175393702, "their": 0.1969625834495916}, "she": {"he - their": 0.07331943978470049, "he": 0.19734296331572007, "their": 0.12402352353101959}, "sheep": {"he - their": 0.04477347136604476, "he": 0.22238185132154806, "their": 0.1776083799555033}, "sheet": {"he - their": 0.04456115195885854, "he": 0.23412509034871806, "their": 0.18956393838985952}, "sheriff": {"he - their": 0.0442505951657525, "he": 0.25008657663135536, "their": 0.20583598146560286}, "shoot": {"he - their": 0.09325220478011409, "he": 0.22804289685316984, "their": 0.13479069207305575}, "shooting": {"he - their": 0.0013400531667438487, "he": 0.18021399957718726, "their": 0.1788739464104434}, "shop": {"he - their": 0.09248615377459746, "he": 0.2490972846048511, "their": 0.15661113083025363}, "should": {"he - their": 0.04861222932645584, "he": 0.29426179955145626, "their": 0.24564957022500042}, "shoving": {"he - their": 0.04311628016575908, "he": 0.29996762599411864, "their": 0.25685134582835956}, "show": {"he - their": 0.0016549787815510197, "he": 0.18152201205375143, "their": 0.1798670332722004}, "sick": {"he - their": -0.01479905548395502, "he": 0.21005547528058519, "their": 0.2248545307645402}, "similar": {"he - their": 0.0013303552216561154, "he": 0.1702566504369363, "their": 0.1689262952152802}, "simple": {"he - their": 0.0013421503195477358, "he": 0.1824552746959061, "their": 0.18111312437635838}, "simply": {"he - their": -0.026166042803492384, "he": 0.17210330764661627, "their": 0.19826935045010866}, "since": {"he - their": -0.026817904830730904, "he": 0.10541450898883284, "their": 0.13223241381956374}, "sister": {"he - their": 0.0015096420414292822, "he": 0.21160212542147228, "their": 0.210092483380043}, "sisters": {"he - their": -0.026245228955675076, "he": 0.1650714711739678, "their": 0.19131670012964289}, "sit": {"he - their": 0.0015269938382439507, "he": 0.23493808581144512, "their": 0.23341109197320117}, "sitting": {"he - their": -0.02607165324017957, "he": 0.18021399957718726, "their": 0.20628565281736683}, "six": {"he - their": 0.04529053683952072, "he": 0.1898333100014528, "their": 0.14454277316193206}, "size": {"he - their": 0.04456115195885854, "he": 0.23412509034871806, "their": 0.18956393838985952}, "skin": {"he - their": -0.06097086940550289, "he": 0.17505540287438262, "their": 0.2360262722798855}, "skinheads": {"he - their": 0.044932901030791755, "he": 0.21302210377299627, "their": 0.1680892027422045}, "skins": {"he - their": 0.04499946847666014, "he": 0.20895529526800866, "their": 0.1639558267913485}, "slavic": {"he - their": 0.001334090334968091, "he": 0.17401664932974134, "their": 0.17268255899477325}, "small": {"he - their": 0.05270858239952325, "he": 0.20400228382063673, "their": 0.15129370142111348}, "smash": {"he - their": 0.04369497532237135, "he": 0.2758851054843536, "their": 0.23219013016198223}, "smashed": {"he - their": 0.0442505951657525, "he": 0.25008657663135536, "their": 0.20583598146560286}, "so": {"he - their": 0.012228962422014156, "he": 0.2970331192325622, "their": 0.28480415681054805}, "social": {"he - their": 0.09368583138658093, "he": 0.21483672570554796, "their": 0.12115089431896703}, "societies": {"he - their": 0.0013906106071891744, "he": 0.25008657663135536, "their": 0.2486959660241662}, "some": {"he - their": -0.004053954747631233, "he": 0.24675607137543717, "their": 0.2508100261230684}, "someone": {"he - their": -0.038983786247473035, "he": 0.1966753080076791, "their": 0.23565909425515214}, "something": {"he - their": 0.02457390041822552, "he": 0.1899237975322404, "their": 0.16534989711401488}, "somewhere": {"he - their": 0.12307103030964403, "he": 0.2578617223826998, "their": 0.13479069207305575}, "son": {"he - their": 0.1646480671445434, "he": 0.27084141122407085, "their": 0.10619334407952748}, "song": {"he - their": 0.045811793014211066, "he": 0.1469916683588166, "their": 0.10117987534460554}, "songs": {"he - their": -0.061931250387681575, "he": 0.1984748915997329, "their": 0.26040614198741446}, "soon": {"he - their": 0.02428933590425192, "he": 0.22437891014198216, "their": 0.20008957423773024}, "sorry": {"he - their": 0.05246240277666683, "he": 0.21719423978303457, "their": 0.16473183700636773}, "sort": {"he - their": -0.0627555928964508, "he": 0.1702566504369363, "their": 0.2330122433333871}, "speny": {"he - their": 0.04311628016575908, "he": 0.29996762599411864, "their": 0.25685134582835956}, "st": {"he - their": 0.0012986733625151847, "he": 0.14134502501963062, "their": 0.14004635165711543}, "stand": {"he - their": -0.026412666057706258, "he": 0.1494180136529049, "their": 0.17583067971061117}, "standing": {"he - their": 0.0013536676326680874, "he": 0.1954253217553395, "their": 0.1940716541226714}, "stare": {"he - their": 0.04467582059455566, "he": 0.22787709649500767, "their": 0.18320127590045202}, "staring": {"he - their": 0.0442505951657525, "he": 0.25008657663135536, "their": 0.20583598146560286}, "start": {"he - their": 0.022295383432334087, "he": 0.14429422086394184, "their": 0.12199883743160775}, "started": {"he - their": 0.022023932927745293, "he": 0.1931503123652337, "their": 0.1711263794374884}, "starts": {"he - their": 0.09301146197529053, "he": 0.23493808581144512, "their": 0.1419266238361546}, "state": {"he - their": 0.015451055731627528, "he": 0.2097857447840673, "their": 0.19433468905243978}, "station": {"he - their": 0.04897911263410201, "he": 0.23746359128078381, "their": 0.1884844786466818}, "stay": {"he - their": -0.04704992539157299, "he": 0.14134502501963062, "their": 0.1883949504112036}, "still": {"he - their": 0.0016755859971349651, "he": 0.20059362069682474, "their": 0.19891803469968977}, "stood": {"he - their": 0.050634657079042994, "he": 0.2937001331763854, "their": 0.2430654760973424}, "stop": {"he - their": 0.024370127606544667, "he": 0.21536957517973068, "their": 0.19099944757318602}, "stories": {"he - their": -0.062411130820777816, "he": 0.1824552746959061, "their": 0.24486640551668393}, "stormfront": {"he - their": 0.14959150246413336, "he": 0.18741043198777826, "their": 0.03781892952364491}, "story": {"he - their": 0.0014608732441933892, "he": 0.16255589164311207, "their": 0.16109501839891868}, "straight": {"he - their": 0.0013400531667438487, "he": 0.18021399957718726, "their": 0.1788739464104434}, "strange": {"he - their": 0.04529053683952072, "he": 0.1898333100014528, "their": 0.14454277316193206}, "street": {"he - their": 0.0013138609520244038, "he": 0.15461081404148858, "their": 0.15329695308946417}, "stride": {"he - their": 0.04369497532237135, "he": 0.2758851054843536, "their": 0.23219013016198223}, "students": {"he - their": -0.02876979236160143, "he": 0.18780838306930844, "their": 0.21657817543090987}, "stuff": {"he - their": 0.04591461333937838, "he": 0.13620560134667595, "their": 0.09029098800729757}, "stupid": {"he - their": -0.08966796636976732, "he": 0.1271156669545797, "their": 0.21678363332434702}, "style": {"he - their": 0.048800442553245504, "he": 0.24591911173607547, "their": 0.19711866918282997}, "such": {"he - their": -0.07827356321901609, "he": 0.10482746316734305, "their": 0.18310102638635914}, "sudden": {"he - their": 0.04369497532237135, "he": 0.2758851054843536, "their": 0.23219013016198223}, "suicide": {"he - their": 0.0013957471801211985, "he": 0.26101383237626974, "their": 0.25961808519614854}, "suit": {"he - their": 0.04442302830434541, "he": 0.24138561175393702, "their": 0.1969625834495916}, "sunday": {"he - their": 0.09204761605712869, "he": 0.2601368187993332, "their": 0.1680892027422045}, "support": {"he - their": 0.024245636962524436, "he": 0.2290530950832699, "their": 0.20480745812074547}, "suppose": {"he - their": 0.04892373999355232, "he": 0.24012409138495022, "their": 0.1912003513913979}, "sure": {"he - their": 0.009208952171435664, "he": 0.23910317743704484, "their": 0.22989422526560918}, "suspect": {"he - their": 0.04892373999355232, "he": 0.24012409138495022, "their": 0.1912003513913979}, "suspected": {"he - their": 0.0013778613320929445, "he": 0.22787709649500767, "their": 0.22649923516291473}, "swedish": {"he - their": 0.045451715235058726, "he": 0.1780655339314804, "their": 0.13261381869642166}, "system": {"he - their": 0.1242292858350031, "he": 0.2331078146914669, "their": 0.1088785288564638}, "t": {"he - their": -0.037015107905529115, "he": 0.22601555287228406, "their": 0.2630306607778132}, "table": {"he - their": 0.09220835605781547, "he": 0.256164182849164, "their": 0.1639558267913485}, "take": {"he - their": -0.05471529420770596, "he": 0.2008190393883608, "their": 0.25553433359606675}, "takes": {"he - their": 0.04886437203771837, "he": 0.24293602616038978, "their": 0.1940716541226714}, "taking": {"he - their": -0.09894462256692063, "he": 0.15885169591209744, "their": 0.25779631847901807}, "talk": {"he - their": 0.05314716350025529, "he": 0.17716695079817368, "their": 0.12401978729791839}, "talking": {"he - their": -0.014934135878758914, "he": 0.1931503123652337, "their": 0.2080844482439926}, "target": {"he - their": 0.04485823103603287, "he": 0.21746936502540917, "their": 0.1726111339893763}, "tat": {"he - their": 0.04369497532237135, "he": 0.2758851054843536, "their": 0.23219013016198223}, "taught": {"he - their": 0.0013512067434814368, "he": 0.19255155813487934, "their": 0.1912003513913979}, "taxes": {"he - their": 0.0442505951657525, "he": 0.25008657663135536, "their": 0.20583598146560286}, "teacher": {"he - their": 0.1029227061163093, "he": 0.23686175706959847, "their": 0.13393905095328917}, "teachers": {"he - their": -0.040873699584073664, "he": 0.17756249876073504, "their": 0.2184361983448087}, "teaching": {"he - their": 0.12259291037827943, "he": 0.2671356835402115, "their": 0.14454277316193206}, "teachings": {"he - their": 0.04311628016575908, "he": 0.29996762599411864, "their": 0.25685134582835956}, "team": {"he - their": 0.0013443090507598843, "he": 0.1847983596268498, "their": 0.1834540505760899}, "teens": {"he - their": 0.001381760869969717, "he": 0.23412509034871806, "their": 0.23274332947874835}, "tell": {"he - their": -0.024454447972327736, "he": 0.2147298147824867, "their": 0.23918426275481444}, "telling": {"he - their": 0.07925997722300376, "he": 0.2500310841338375, "their": 0.17077110691083375}, "tells": {"he - their": 0.0013562224169029191, "he": 0.1984748915997329, "their": 0.19711866918282997}, "tend": {"he - their": 0.0013512067434814368, "he": 0.19255155813487934, "their": 0.1912003513913979}, "texas": {"he - their": 0.04573228518502477, "he": 0.15461081404148858, "their": 0.1088785288564638}, "than": {"he - their": -0.01393306408107517, "he": 0.21413859726372553, "their": 0.2280716613448007}, "that": {"he - their": -0.02197383582019452, "he": 0.30286218380729196, "their": 0.3248360196274865}, "thats": {"he - their": 0.12444390258145036, "he": 0.22807482452194835, "their": 0.103630921940498}, "the": {"he - their": 0.005814313995671394, "he": 0.359651211376102, "their": 0.3538368973804306}, "their": {"he - their": -0.5048624459297225, "he": 0.11850957289671778, "their": 0.6233720188264403}, "them": {"he - their": -0.15484659078605184, "he": 0.1790504480269035, "their": 0.33389703881295535}, "themselves": {"he - their": -0.10981543951810953, "he": 0.12464096948067512, "their": 0.23445640899878464}, "then": {"he - their": 0.028413089980893202, "he": 0.26751538878960635, "their": 0.23910229880871314}, "there": {"he - their": -0.09758533683561002, "he": 0.12937455772632322, "their": 0.22695989456193325}, "these": {"he - their": -0.09303401797094141, "he": 0.1666550833746634, "their": 0.2596891013456048}, "they": {"he - their": -0.2023654649045824, "he": 0.19140146322363566, "their": 0.39376692812821806}, "thing": {"he - their": -0.045637976001160874, "he": 0.18741043198777826, "their": 0.23304840798893914}, "things": {"he - their": 0.030654430366861413, "he": 0.2293423424304631, "their": 0.19868791206360167}, "think": {"he - their": -0.044155109797243575, "he": 0.2051914175092283, "their": 0.2493465273064719}, "thinking": {"he - their": 0.0219137073270346, "he": 0.2085521401588969, "their": 0.1866384328318623}, "third": {"he - their": 0.12345594417203995, "he": 0.2500310841338375, "their": 0.12657513996179756}, "this": {"he - their": 0.004580218970941519, "he": 0.24438112421319755, "their": 0.23980090524225603}, "those": {"he - their": -0.10789149441417942, "he": 0.15438367020019453, "their": 0.26227516461437395}, "thought": {"he - their": 0.07085348951876952, "he": 0.2845334481488334, "their": 0.2136799586300639}, "thousand": {"he - their": 0.04539318772207199, "he": 0.1824552746959061, "their": 0.13706208697383412}, "thousands": {"he - their": 0.0013233665245529491, "he": 0.16344849391490165, "their": 0.1621251273903487}, "thread": {"he - their": 0.022356174528052372, "he": 0.12894292248980535, "their": 0.10658674796175298}, "three": {"he - their": 0.09404611247659382, "he": 0.20292464133305763, "their": 0.1088785288564638}, "through": {"he - their": 0.001592105745365835, "he": 0.1945700118490484, "their": 0.19297790610368257}, "throw": {"he - their": -0.026096974835117553, "he": 0.1780655339314804, "their": 0.20416250876659794}, "thrown": {"he - their": 0.09204761605712869, "he": 0.2601368187993332, "their": 0.1680892027422045}, "thus": {"he - their": 0.0013708217599501804, "he": 0.21746936502540917, "their": 0.216098543265459}, "till": {"he - their": 0.04542330750413151, "he": 0.18021399957718726, "their": 0.13479069207305575}, "time": {"he - their": 0.021017333283779804, "he": 0.23495085529144932, "their": 0.21393352200766952}, "times": {"he - their": 0.030815173241782456, "he": 0.21558032282422018, "their": 0.18476514958243773}, "to": {"he - their": -0.011276408004577132, "he": 0.35147537949235774, "their": 0.3627517874969349}, "told": {"he - their": 0.09297630366804976, "he": 0.2961685152037671, "their": 0.20319221153571732}, "too": {"he - their": 0.08181277126200706, "he": 0.24821140792801158, "their": 0.16639863666600452}, "torn": {"he - their": 0.04369497532237135, "he": 0.2758851054843536, "their": 0.23219013016198223}, "town": {"he - their": -0.029206253839420132, "he": 0.15332736182753276, "their": 0.1825336156669529}, "traitor": {"he - their": 0.09116161699541359, "he": 0.2807255553852731, "their": 0.18956393838985952}, "trial": {"he - their": 0.04485823103603287, "he": 0.21746936502540917, "their": 0.1726111339893763}, "tribe": {"he - their": 0.0013708217599501804, "he": 0.21746936502540917, "their": 0.216098543265459}, "tried": {"he - their": 0.0013094662909899357, "he": 0.15067164193018298, "their": 0.14936217563919305}, "trouble": {"he - their": 0.0013488313547709851, "he": 0.1898333100014528, "their": 0.1884844786466818}, "true": {"he - their": -0.026572052819284958, "he": 0.13332755652002545, "their": 0.1598996093393104}, "truth": {"he - their": 0.03508219641997656, "he": 0.2632505227660175, "their": 0.22816832634604095}, "try": {"he - their": 0.04620642067668895, "he": 0.2359644277937728, "their": 0.18975800711708385}, "trying": {"he - their": 0.0017708348880264013, "he": 0.23301319253302924, "their": 0.23124235764500284}, "tuesday": {"he - their": 0.044932901030791755, "he": 0.21302210377299627, "their": 0.1680892027422045}, "turn": {"he - their": -0.014959340225255913, "he": 0.18988505420528565, "their": 0.20484439443054156}, "turns": {"he - their": 0.044932901030791755, "he": 0.21302210377299627, "their": 0.1680892027422045}, "twice": {"he - their": 0.07808246748028425, "he": 0.28192652758210685, "their": 0.2038440601018226}, "two": {"he - their": 0.039570006896662985, "he": 0.2325624175876295, "their": 0.1929924106909665}, "types": {"he - their": 0.044932901030791755, "he": 0.21302210377299627, "their": 0.1680892027422045}, "ugly": {"he - their": 0.04516347349611208, "he": 0.1984748915997329, "their": 0.1533114181036208}, "under": {"he - their": 0.1029583844589847, "he": 0.23593945089422122, "their": 0.13298106643523652}, "understand": {"he - their": 0.0015046256386093138, "he": 0.2056655459948584, "their": 0.20416092035624908}, "unfortunately": {"he - their": 0.049355406188579365, "he": 0.21828170140385955, "their": 0.1689262952152802}, "until": {"he - their": -0.047388596904720845, "he": 0.12073144840811205, "their": 0.1681200453128329}, "up": {"he - their": -0.009498873709228806, "he": 0.26819899878700254, "their": 0.27769787249623135}, "upon": {"he - their": 0.0013443090507598843, "he": 0.1847983596268498, "their": 0.1834540505760899}, "us": {"he - their": 0.001966320971798524, "he": 0.22428251978075214, "their": 0.22231619880895362}, "use": {"he - their": -0.07845942848653167, "he": 0.14529231572089585, "their": 0.22375174420742752}, "used": {"he - their": 0.0014608732441933892, "he": 0.16255589164311207, "their": 0.16109501839891868}, "uses": {"he - their": 0.04838072923128142, "he": 0.2644792724967404, "their": 0.216098543265459}, "using": {"he - their": -0.08898009416297864, "he": 0.1469916683588166, "their": 0.23597176252179525}, "usual": {"he - their": -0.025805484751890234, "he": 0.2017249076957935, "their": 0.22753039244768372}, "v": {"he - their": 0.04995738792671428, "he": 0.1819959849433494, "their": 0.13203859701663512}, "values": {"he - their": -0.014514302607725349, "he": 0.24293602616038978, "their": 0.25745032876811513}, "ve": {"he - their": 0.03595809846681608, "he": 0.20260650636308966, "their": 0.16664840789627358}, "very": {"he - their": 0.013923137256250079, "he": 0.21921279796200172, "their": 0.20528966070575164}, "via": {"he - their": 0.0013708217599501804, "he": 0.21746936502540917, "their": 0.216098543265459}, "victim": {"he - their": 0.04516347349611208, "he": 0.1984748915997329, "their": 0.1533114181036208}, "victims": {"he - their": 0.001334090334968091, "he": 0.17401664932974134, "their": 0.17268255899477325}, "video": {"he - their": 0.07436740676936213, "he": 0.18754311397071496, "their": 0.11317570720135284}, "views": {"he - their": -0.014586242200754662, "he": 0.23493808581144512, "their": 0.2495243280121998}, "vile": {"he - their": -0.02565649770564593, "he": 0.21302210377299627, "their": 0.2386786014786422}, "violence": {"he - their": 0.0452091557220583, "he": 0.1954253217553395, "their": 0.1502161660332812}, "violent": {"he - their": 0.04550401477888197, "he": 0.17401664932974134, "their": 0.12851263455085937}, "wait": {"he - their": 0.015437782956855745, "he": 0.21245281832988777, "their": 0.19701503537303203}, "waiting": {"he - their": 0.0013676064815074107, "he": 0.21302210377299627, "their": 0.21165449729148886}, "walk": {"he - their": 0.0013184834509813725, "he": 0.15885169591209744, "their": 0.15753321246111607}, "walked": {"he - their": 0.044932901030791755, "he": 0.21302210377299627, "their": 0.1680892027422045}, "walking": {"he - their": 0.0013562224169029191, "he": 0.1984748915997329, "their": 0.19711866918282997}, "want": {"he - their": -0.048502208719076706, "he": 0.12836009979619684, "their": 0.17686230851527354}, "wanted": {"he - their": 0.03182107650029123, "he": 0.2223696381711051, "their": 0.19054856167081388}, "wants": {"he - their": 0.07081252438741109, "he": 0.2823367784187593, "their": 0.21152425403134822}, "was": {"he - their": 0.15997535054000644, "he": 0.3699397943615183, "their": 0.20996444382151186}, "watch": {"he - their": -0.02494796848776562, "he": 0.1747476949277644, "their": 0.19969566341553002}, "way": {"he - their": -0.018665439441639398, "he": 0.22135191208317237, "their": 0.24001735152481177}, "we": {"he - their": -0.013265670508588318, "he": 0.2081836817200336, "their": 0.22144935222862192}, "web": {"he - their": 0.045327038190543206, "he": 0.1872536620266978, "their": 0.1419266238361546}, "website": {"he - their": -0.06309893496955896, "he": 0.1574014836242536, "their": 0.22050041859381256}, "weeks": {"he - their": 0.1362320836773043, "he": 0.2692131501125408, "their": 0.13298106643523652}, "weight": {"he - their": 0.04485823103603287, "he": 0.21746936502540917, "their": 0.1726111339893763}, "welfare": {"he - their": -0.046157429946503375, "he": 0.1872536620266978, "their": 0.23341109197320117}, "well": {"he - their": -0.015719284321146804, "he": 0.20253939129912463, "their": 0.21825867562027143}, "went": {"he - their": 0.10826375784105999, "he": 0.26883086756711433, "their": 0.16056710972605434}, "were": {"he - their": -0.0839123952012977, "he": 0.14517316476283673, "their": 0.22908555996413443}, "west": {"he - their": -0.026226608657073464, "he": 0.16674478698570264, "their": 0.1929713956427761}, "what": {"he - their": 0.014060750945741163, "he": 0.2627176681051585, "their": 0.24865691715941735}, "whatever": {"he - their": 0.12354125074507673, "he": 0.24824676417675112, "their": 0.1247055134316744}, "when": {"he - their": 0.026910207008402853, "he": 0.2786012441732314, "their": 0.25169103716482855}, "whenever": {"he - their": 0.04516347349611208, "he": 0.1984748915997329, "their": 0.1533114181036208}, "where": {"he - their": 0.04112959034314509, "he": 0.24367365746644606, "their": 0.20254406712330097}, "wherever": {"he - their": 0.04402336172649818, "he": 0.26101383237626974, "their": 0.21699047064977156}, "whether": {"he - their": 0.12259291037827943, "he": 0.2671356835402115, "their": 0.14454277316193206}, "which": {"he - their": -0.09121374584336037, "he": 0.16314556030692776, "their": 0.2543593061502881}, "while": {"he - their": 0.03930642905226736, "he": 0.24832869069502092, "their": 0.20902226164275356}, "white": {"he - their": -0.00890467368656539, "he": 0.26572420166961047, "their": 0.27462887535617586}, "whites": {"he - their": -0.12762290296559442, "he": 0.1544739431028826, "their": 0.282096846068477}, "whitey": {"he - their": -0.02565649770564593, "he": 0.21302210377299627, "their": 0.2386786014786422}, "who": {"he - their": -0.052217656707996885, "he": 0.24733226842829525, "their": 0.29954992513629214}, "whole": {"he - their": 0.0012878083416497932, "he": 0.13239892224367628, "their": 0.13111111390202648}, "why": {"he - their": -0.06893109004593442, "he": 0.15547907897887528, "their": 0.2244101690248097}, "wife": {"he - their": 0.05195220402547415, "he": 0.24166385391956363, "their": 0.18971164989408948}, "wigger": {"he - their": 0.04467582059455566, "he": 0.22787709649500767, "their": 0.18320127590045202}, "will": {"he - their": -0.026880329193931962, "he": 0.23094964080684444, "their": 0.2578299700007764}, "with": {"he - their": -0.0011170614792917477, "he": 0.31377301600629726, "their": 0.314890077485589}, "within": {"he - their": -0.026226608657073464, "he": 0.16674478698570264, "their": 0.1929713956427761}, "wo": {"he - their": -0.04675943673199548, "he": 0.1574014836242536, "their": 0.20416092035624908}, "woman": {"he - their": 0.038301301128562254, "he": 0.21601622205754367, "their": 0.17771492092898142}, "women": {"he - their": -0.11057646675390334, "he": 0.10541450898883284, "their": 0.21599097574273618}, "won": {"he - their": 0.12108899918700908, "he": 0.2937001331763854, "their": 0.1726111339893763}, "wonder": {"he - their": 0.058011324906554584, "he": 0.24836544701017044, "their": 0.19035412210361585}, "wondering": {"he - their": 0.0013360268174341383, "he": 0.1760020400449241, "their": 0.17466601322748995}, "word": {"he - their": 0.147644463641623, "he": 0.23503189779351358, "their": 0.08738743415189057}, "words": {"he - their": -0.026313219556133444, "he": 0.15885169591209744, "their": 0.18516491546823088}, "work": {"he - their": -0.06434716527228257, "he": 0.10197192865241347, "their": 0.16631909392469604}, "works": {"he - their": -0.028406691745601592, "he": 0.21319485918816547, "their": 0.24160155093376706}, "world": {"he - their": -0.016813043056965737, "he": 0.18077541217354315, "their": 0.19758845523050889}, "worse": {"he - their": 0.001508358649168401, "he": 0.21005547528058519, "their": 0.20854711663141678}, "worst": {"he - their": -0.02601685534121828, "he": 0.1847983596268498, "their": 0.21081521496806807}, "worth": {"he - their": 0.045451715235058726, "he": 0.1780655339314804, "their": 0.13261381869642166}, "would": {"he - their": 0.020441248746123603, "he": 0.2533320794697774, "their": 0.23289083072365382}, "wp": {"he - their": -0.026044993269382005, "he": 0.1824552746959061, "their": 0.20850026796528812}, "write": {"he - their": 0.0013536676326680874, "he": 0.1954253217553395, "their": 0.1940716541226714}, "wrong": {"he - their": 0.16534944589325412, "he": 0.2597521113510033, "their": 0.09440266545774918}, "www": {"he - their": -0.08022271212709943, "he": 0.07774693094900857, "their": 0.157969643076108}, "x": {"he - their": 0.04539318772207199, "he": 0.1824552746959061, "their": 0.13706208697383412}, "yard": {"he - their": 0.09248615377459746, "he": 0.2490972846048511, "their": 0.15661113083025363}, "ye": {"he - their": 0.04456115195885854, "he": 0.23412509034871806, "their": 0.18956393838985952}, "yea": {"he - their": 0.04485823103603287, "he": 0.21746936502540917, "their": 0.1726111339893763}, "yeah": {"he - their": -0.015012107320122814, "he": 0.1829248317824779, "their": 0.1979369391026007}, "year": {"he - their": 0.08695652247294204, "he": 0.21012200371740572, "their": 0.12316548124446368}, "years": {"he - their": 0.05392062991698604, "he": 0.23355027913764223, "their": 0.1796296492206562}, "yes": {"he - their": 0.051187425388444924, "he": 0.25772520552275235, "their": 0.20653778013430743}, "yet": {"he - their": -0.07776006410204105, "he": 0.12464096948067512, "their": 0.20240103358271616}, "you": {"he - their": -0.012068526915838623, "he": 0.22410996735713926, "their": 0.23617849427297788}, "your": {"he - their": -0.06787578644497766, "he": 0.16346605582596038, "their": 0.23134184227093804}, "yourself": {"he - their": 0.04595602959096351, "he": 0.13148478526895596, "their": 0.08552875567799245}, "youtube": {"he - their": 0.09140378007804525, "he": 0.14038542196324666, "their": 0.048981641885201405}, "yr": {"he - their": 0.04442302830434541, "he": 0.24138561175393702, "their": 0.1969625834495916}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-them.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-them.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccba31c556660db23b392b4e02280e93f9f9b5a --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-them.json @@ -0,0 +1 @@ +{"1": {"he - them": -0.04022351765474652, "he": 0.08322999922701296, "them": 0.12345351688175948}, "10": {"he - them": 0.041212150061179204, "he": 0.2298700689877525, "them": 0.1886579189265733}, "12": {"he - them": 0.03429942584551725, "he": 0.1574014836242536, "them": 0.12310205777873635}, "13": {"he - them": 0.034067793174515304, "he": 0.1872536620266978, "them": 0.1531858688521825}, "15": {"he - them": 0.06747225385991476, "he": 0.2358108643049227, "them": 0.16833861044500795}, "17": {"he - them": 0.03396262374248152, "he": 0.1984748915997329, "them": 0.16451226785725137}, "2": {"he - them": -0.07883538701818371, "he": 0.07997216648426181, "them": 0.15880755350244552}, "24": {"he - them": 0.033894785850378084, "he": 0.20520571480997543, "them": 0.17131092895959735}, "2508": {"he - them": 0.034363772179949195, "he": 0.1469916683588166, "them": 0.11262789617886741}, "3": {"he - them": 0.0245260594506857, "he": 0.20059362069682474, "them": 0.17606756124613904}, "30": {"he - them": 0.03437699289788057, "he": 0.14466529137341186, "them": 0.11028829847553129}, "4": {"he - them": 0.09109533538162318, "he": 0.2193586564694832, "them": 0.12826332108786}, "5": {"he - them": 0.037761388183935055, "he": 0.15869682992179707, "them": 0.12093544173786201}, "50": {"he - them": 0.03432600082394739, "he": 0.15326653760344736, "them": 0.11894053677949996}, "6": {"he - them": 0.01857851062200147, "he": 0.20723642954857477, "them": 0.1886579189265733}, "a": {"he - them": 0.04515905341507137, "he": 0.3797807848382674, "them": 0.334621731423196}, "about": {"he - them": -0.010105954642977866, "he": 0.2679674567428005, "them": 0.27807341138577835}, "accept": {"he - them": 0.03399218553014802, "he": 0.1954253217553395, "them": 0.16143313622519148}, "according": {"he - them": 0.08228087618813554, "he": 0.21653109428375936, "them": 0.13425021809562382}, "account": {"he - them": 0.03414653725727884, "he": 0.1780655339314804, "them": 0.14391899667420155}, "act": {"he - them": -0.07632065710181785, "he": 0.16674478698570264, "them": 0.24306544408752048}, "acting": {"he - them": 0.08175221695926263, "he": 0.23493808581144512, "them": 0.1531858688521825}, "action": {"he - them": 0.0091300534405869, "he": 0.21319485918816547, "them": 0.20406480574757857}, "actuallly": {"he - them": 0.03255963174766496, "he": 0.29996762599411864, "them": 0.2674079942464537}, "actually": {"he - them": -0.03589464638005077, "he": 0.18641897743577815, "them": 0.22231362381582892}, "add": {"he - them": -0.010834317295415508, "he": 0.17210330764661627, "them": 0.18293762494203178}, "after": {"he - them": 0.06772431562731909, "he": 0.26249446993198644, "them": 0.19477015430466735}, "again": {"he - them": 0.07528353949219566, "he": 0.24073513055849036, "them": 0.1654515910662947}, "against": {"he - them": -0.03601823627949008, "he": 0.17974859413122982, "them": 0.2157668304107199}, "age": {"he - them": -0.011791715518372436, "he": 0.19543750765046558, "them": 0.20722922316883802}, "ago": {"he - them": 0.07204341035130182, "he": 0.23781219745619078, "them": 0.16576878710488896}, "agree": {"he - them": -0.010895221019942225, "he": 0.16344849391490165, "them": 0.17434371493484388}, "aids": {"he - them": -0.059210546975261985, "he": 0.1847983596268498, "them": 0.24400890660211177}, "all": {"he - them": -0.033753362846478285, "he": 0.25167633941576667, "them": 0.28542970226224496}, "allowed": {"he - them": 0.08201857110788494, "he": 0.22593756778208648, "them": 0.14391899667420155}, "allowing": {"he - them": 0.03364001927853463, "he": 0.22787709649500767, "them": 0.19423707721647304}, "almost": {"he - them": 0.0017168562459463077, "he": 0.21621381765095554, "them": 0.21449696140500923}, "alone": {"he - them": -0.0605471371689254, "he": 0.13427119015622435, "them": 0.19481832732514975}, "along": {"he - them": 0.03948381580391189, "he": 0.2212956721025283, "them": 0.1818118562986164}, "alot": {"he - them": 0.03423444420185681, "he": 0.16674478698570264, "them": 0.13251034278384582}, "already": {"he - them": 0.08298065744477996, "he": 0.18780838306930844, "them": 0.10482772562452848}, "also": {"he - them": -0.09753687652634291, "he": 0.1489322998267673, "them": 0.24646917635311022}, "always": {"he - them": 0.01912717960515317, "he": 0.23965926458324951, "them": 0.22053208497809634}, "am": {"he - them": -0.06780212907408716, "he": 0.11270341355273707, "them": 0.18050554262682422}, "ambulance": {"he - them": 0.03255963174766496, "he": 0.29996762599411864, "them": 0.2674079942464537}, "american": {"he - them": 0.0684440286381433, "he": 0.19194356465960277, "them": 0.12349953602145947}, "an": {"he - them": 0.047049707269398, "he": 0.25190045417042506, "them": 0.20485074690102706}, "ancestors": {"he - them": 0.03399218553014802, "he": 0.1954253217553395, "them": 0.16143313622519148}, "and": {"he - them": -0.022548740599864003, "he": 0.3669835250093558, "them": 0.38953226560921983}, "animals": {"he - them": -0.010872153594583989, "he": 0.16674478698570264, "them": 0.17761694058028663}, "another": {"he - them": -0.04362417165028187, "he": 0.14429422086394184, "them": 0.1879183925142237}, "anti": {"he - them": 0.06907504349311727, "he": 0.2658569101797752, "them": 0.19678186668665792}, "any": {"he - them": -0.10563300834979791, "he": 0.15046028166629846, "them": 0.2560932900160964}, "anymore": {"he - them": -0.010906192374927959, "he": 0.16187272473616937, "them": 0.17277891711109733}, "anyone": {"he - them": -0.09743542355312285, "he": 0.151270775193521, "them": 0.24870619874664385}, "anything": {"he - them": 0.04603619057696251, "he": 0.25403091769506825, "them": 0.20799472711810574}, "apes": {"he - them": 0.03414653725727884, "he": 0.1780655339314804, "them": 0.14391899667420155}, "apparently": {"he - them": 0.03889785203784368, "he": 0.26002381121540985, "them": 0.22112595917756617}, "are": {"he - them": -0.1433917871973265, "he": 0.18731970956441, "them": 0.3307114967617365}, "area": {"he - them": -0.078605270774609, "he": 0.08981115781794867, "them": 0.16841642859255768}, "argue": {"he - them": -0.010307514349473912, "he": 0.24138561175393702, "them": 0.25169312610341094}, "arms": {"he - them": -0.010664775988878994, "he": 0.1954253217553395, "them": 0.2060900977442185}, "army": {"he - them": 0.034067793174515304, "he": 0.1872536620266978, "them": 0.1531858688521825}, "around": {"he - them": -0.035745257200338554, "he": 0.22300135523897108, "them": 0.25874661243930963}, "art": {"he - them": 0.03412871850548138, "he": 0.18021399957718726, "them": 0.14608528107170587}, "article": {"he - them": -0.011751363961500172, "he": 0.20031450236303547, "them": 0.21206586632453564}, "aryan": {"he - them": -0.03902236369773732, "he": 0.16344849391490165, "them": 0.20247085761263897}, "as": {"he - them": -0.0565859082354892, "he": 0.24735807492327255, "them": 0.30394398315876175}, "ask": {"he - them": -0.011740630415482983, "he": 0.20160406661036392, "them": 0.2133446970258469}, "asked": {"he - them": 0.03702338138491926, "he": 0.23023869543447398, "them": 0.19321531404955472}, "asking": {"he - them": -0.0585899796229338, "he": 0.20520571480997543, "them": 0.26379569443290923}, "at": {"he - them": -0.013125178992864084, "he": 0.26216535495020926, "them": 0.27529053394307335}, "attack": {"he - them": -0.011133525540203665, "he": 0.1279640196191445, "them": 0.13909754515934816}, "attacked": {"he - them": 0.0814068438788241, "he": 0.24591911173607547, "them": 0.16451226785725137}, "attention": {"he - them": -0.010820706043307565, "he": 0.17401664932974134, "them": 0.1848373553730489}, "authorities": {"he - them": -0.010562792979443125, "he": 0.20895529526800866, "them": 0.21951808824745178}, "average": {"he - them": 0.034067793174515304, "he": 0.1872536620266978, "them": 0.1531858688521825}, "away": {"he - them": 0.021950366905782726, "he": 0.28270281316364154, "them": 0.2607524462578588}, "awhile": {"he - them": 0.08092624358242739, "he": 0.2601368187993332, "them": 0.1792105752169058}, "b": {"he - them": 0.03739964509848559, "he": 0.1990544259213837, "them": 0.1616547808228981}, "baby": {"he - them": -0.010834317295415508, "he": 0.17210330764661627, "them": 0.18293762494203178}, "back": {"he - them": 0.01078554921250846, "he": 0.2701350188001274, "them": 0.25934946958761895}, "bad": {"he - them": 0.10989126451841373, "he": 0.22260713777405955, "them": 0.11271587325564582}, "band": {"he - them": 0.08288708868040227, "he": 0.1920407509762043, "them": 0.10915366229580202}, "baseball": {"he - them": 0.033562677893672566, "he": 0.23412509034871806, "them": 0.2005624124550455}, "bat": {"he - them": 0.03335108329499309, "he": 0.25008657663135536, "them": 0.21673549333636227}, "battle": {"he - them": 0.03385544751938707, "he": 0.20895529526800866, "them": 0.17509984774862158}, "be": {"he - them": -0.028789050819119755, "he": 0.27036853454092985, "them": 0.2991575853600496}, "beach": {"he - them": 0.033894785850378084, "he": 0.20520571480997543, "them": 0.17131092895959735}, "beaten": {"he - them": 0.03404449234824791, "he": 0.1898333100014528, "them": 0.15578881765320488}, "beautiful": {"he - them": -0.011133525540203665, "he": 0.1279640196191445, "them": 0.13909754515934816}, "because": {"he - them": -0.0024132254430347944, "he": 0.27917266114536765, "them": 0.28158588658840245}, "been": {"he - them": -0.06201239579175366, "he": 0.17825889102594264, "them": 0.2402712868176963}, "before": {"he - them": 0.005247632127512114, "he": 0.20756612085406292, "them": 0.2023184887265508}, "begging": {"he - them": -0.010307514349473912, "he": 0.24138561175393702, "them": 0.25169312610341094}, "behind": {"he - them": -0.0020002183542833507, "he": 0.2437793527132703, "them": 0.24577957106755366}, "being": {"he - them": -0.03229993272732906, "he": 0.17611765663725168, "them": 0.20841758936458074}, "believe": {"he - them": 0.0376895710805763, "he": 0.16811503624669277, "them": 0.13042546516611647}, "best": {"he - them": -0.0554792708691631, "he": 0.16667649543703983, "them": 0.22215576630620293}, "better": {"he - them": 0.01616146928410786, "he": 0.23114975146670458, "them": 0.21498828218259672}, "big": {"he - them": 0.041440230842981096, "he": 0.21347033153273015, "them": 0.17203010068974905}, "bigger": {"he - them": -0.010617623617381028, "he": 0.2017249076957935, "them": 0.21234253131317452}, "bit": {"he - them": -0.059852375393641244, "he": 0.16187272473616937, "them": 0.22172510012981062}, "bits": {"he - them": 0.0331945951050068, "he": 0.26101383237626974, "them": 0.22781923727126294}, "black": {"he - them": -0.007529380454652179, "he": 0.2599833813150044, "them": 0.2675127617696566}, "blacks": {"he - them": -0.15921473041230824, "he": 0.11209141945665371, "them": 0.27130614986896195}, "blind": {"he - them": -0.010458958559260517, "he": 0.22238185132154806, "them": 0.23284080988080857}, "blood": {"he - them": -0.09143574100029123, "he": 0.13620560134667595, "them": 0.22764134234696717}, "blue": {"he - them": -0.011073280205746744, "he": 0.13719752684385159, "them": 0.14827080704959833}, "boat": {"he - them": 0.033705494393347024, "he": 0.22238185132154806, "them": 0.18867635692820103}, "bodies": {"he - them": -0.010591322281608362, "he": 0.20520571480997543, "them": 0.2157970370915838}, "body": {"he - them": 0.034221682911839274, "he": 0.1684719010074631, "them": 0.13425021809562382}, "bonus": {"he - them": 0.03255963174766496, "he": 0.29996762599411864, "them": 0.2674079942464537}, "bonuses": {"he - them": 0.03296641400117864, "he": 0.2758851054843536, "them": 0.24291869148317494}, "book": {"he - them": 0.03438325296810062, "he": 0.14353691526390264, "them": 0.10915366229580202}, "bother": {"he - them": -0.010562792979443125, "he": 0.20895529526800866, "them": 0.21951808824745178}, "boy": {"he - them": 0.09262367266888696, "he": 0.30521415176709743, "them": 0.21259047909821047}, "boys": {"he - them": -0.01079172721935387, "he": 0.1780655339314804, "them": 0.18885726115083426}, "break": {"he - them": -0.010743010773881262, "he": 0.1847983596268498, "them": 0.19554137040073105}, "breath": {"he - them": 0.03335108329499309, "he": 0.25008657663135536, "them": 0.21673549333636227}, "bring": {"he - them": -0.07649070321587217, "he": 0.16187272473616937, "them": 0.23836342795204155}, "bringing": {"he - them": 0.033468926937460536, "he": 0.24138561175393702, "them": 0.2079166848164765}, "britain": {"he - them": -0.010883883201687122, "he": 0.1650714711739678, "them": 0.17595535437565493}, "brothers": {"he - them": 0.03438929475416236, "he": 0.14243045720853856, "them": 0.1080411624543762}, "brought": {"he - them": 0.03906237481738978, "he": 0.2500310841338375, "them": 0.21096870931644773}, "brown": {"he - them": 0.0626472728472845, "he": 0.21347033153273015, "them": 0.15082305868544565}, "building": {"he - them": 0.034089484992508245, "he": 0.1847983596268498, "them": 0.15070887463434154}, "bullet": {"he - them": 0.033705494393347024, "he": 0.22238185132154806, "them": 0.18867635692820103}, "bunch": {"he - them": -0.042242651648779744, "he": 0.21005547528058519, "them": 0.25229812692936493}, "bus": {"he - them": 0.03420824997671218, "he": 0.1702566504369363, "them": 0.13604840046022412}, "busy": {"he - them": 0.033705494393347024, "he": 0.22238185132154806, "them": 0.18867635692820103}, "but": {"he - them": -0.005227316436205276, "he": 0.2636441465050679, "them": 0.2688714629412732}, "butt": {"he - them": 0.07988256112625367, "he": 0.28779924594273015, "them": 0.2079166848164765}, "by": {"he - them": 0.008235405940806656, "he": 0.2307237338936239, "them": 0.22248832795281726}, "ca": {"he - them": -0.0021462268152597497, "he": 0.2110274516479782, "them": 0.21317367846323795}, "call": {"he - them": 0.0017093907199640657, "he": 0.21337009720770414, "them": 0.21166070648774007}, "called": {"he - them": 0.001681943047315143, "he": 0.20322091593113112, "them": 0.20153897288381598}, "calling": {"he - them": 0.03675475329167657, "he": 0.2490972846048511, "them": 0.21234253131317452}, "came": {"he - them": -0.0044601214213152995, "he": 0.23559175862940296, "them": 0.24005188005071826}, "campaign": {"he - them": 0.03385544751938707, "he": 0.20895529526800866, "them": 0.17509984774862158}, "can": {"he - them": -0.06758774284500785, "he": 0.20603745587199435, "them": 0.2736251987170022}, "canada": {"he - them": 0.03765225107840642, "he": 0.17265068282259063, "them": 0.13499843174418422}, "cannot": {"he - them": 0.11286477533160626, "he": 0.23180531211110622, "them": 0.11894053677949996}, "cant": {"he - them": 0.06787493050352086, "he": 0.21920760464446767, "them": 0.1513326741409468}, "car": {"he - them": 0.06727843480324336, "he": 0.2432337891788983, "them": 0.17595535437565493}, "care": {"he - them": -0.022486781670740336, "he": 0.23325907483309014, "them": 0.25574585650383047}, "carrying": {"he - them": -0.010562792979443125, "he": 0.20895529526800866, "them": 0.21951808824745178}, "cars": {"he - them": -0.010743010773881262, "he": 0.1847983596268498, "them": 0.19554137040073105}, "case": {"he - them": 0.009136671657074324, "he": 0.20292464133305763, "them": 0.1937879696759833}, "catch": {"he - them": 0.03381152855609046, "he": 0.21302210377299627, "them": 0.1792105752169058}, "cause": {"he - them": -0.024604074428376116, "he": 0.21337009720770414, "them": 0.23797417163608026}, "celtic": {"he - them": 0.03414653725727884, "he": 0.1780655339314804, "them": 0.14391899667420155}, "change": {"he - them": -0.010983138892715127, "he": 0.15067164193018298, "them": 0.1616547808228981}, "changed": {"he - them": 0.03381152855609046, "he": 0.21302210377299627, "them": 0.1792105752169058}, "changes": {"he - them": 0.033468926937460536, "he": 0.24138561175393702, "them": 0.2079166848164765}, "charge": {"he - them": 0.034019373465962954, "he": 0.19255155813487934, "them": 0.1585321846689164}, "chasing": {"he - them": 0.07953415475339526, "he": 0.29626964808975753, "them": 0.21673549333636227}, "check": {"he - them": -0.028984554945490293, "he": 0.16596992319905252, "them": 0.1949544781445428}, "child": {"he - them": -0.03968466598684012, "he": 0.1230464384271103, "them": 0.16273110441395042}, "children": {"he - them": -0.07922765368595033, "he": 0.1916555784415737, "them": 0.270883232127524}, "chinese": {"he - them": 0.009128729360648902, "he": 0.21483672570554796, "them": 0.20570799634489906}, "christ": {"he - them": 0.11167828019113007, "he": 0.26002381121540985, "them": 0.14834553102427978}, "christian": {"he - them": 0.037412775435722134, "he": 0.19782242622321147, "them": 0.16040965078748934}, "christianity": {"he - them": 0.03364001927853463, "he": 0.22787709649500767, "them": 0.19423707721647304}, "church": {"he - them": -0.01079172721935387, "he": 0.1780655339314804, "them": 0.18885726115083426}, "city": {"he - them": 0.00913107969333371, "he": 0.15685469396536425, "them": 0.14772361427203054}, "claim": {"he - them": 0.00911273625690781, "he": 0.23023869543447398, "them": 0.22112595917756617}, "class": {"he - them": 0.03948381580391189, "he": 0.2212956721025283, "them": 0.1818118562986164}, "cleaning": {"he - them": 0.033762008341249455, "he": 0.21746936502540917, "them": 0.18370735668415972}, "clips": {"he - them": -0.010019175543009406, "he": 0.2758851054843536, "them": 0.285904281027363}, "close": {"he - them": -0.01172961107177678, "he": 0.20292464133305763, "them": 0.2146542524048344}, "coat": {"he - them": 0.033468926937460536, "he": 0.24138561175393702, "them": 0.2079166848164765}, "college": {"he - them": 0.03447650781254999, "he": 0.12383838927401161, "them": 0.08936188146146162}, "com": {"he - them": -0.01321668475580852, "he": 0.11542588306998948, "them": 0.128642567825798}, "come": {"he - them": -0.135391006501133, "he": 0.08535102386738831, "them": 0.2207420303685213}, "comes": {"he - them": -0.011023647659695768, "he": 0.14466529137341186, "them": 0.15568893903310763}, "coming": {"he - them": -0.10010645991379785, "he": 0.17424290295737305, "them": 0.2743493628711709}, "community": {"he - them": 0.06794301060135721, "he": 0.21621381765095554, "them": 0.14827080704959833}, "company": {"he - them": 0.08213124338208252, "he": 0.22196876019240214, "them": 0.1398375168103196}, "completely": {"he - them": 0.08863440482047166, "he": 0.2866131478046988, "them": 0.19797874298422716}, "comrade": {"he - them": 0.03335108329499309, "he": 0.25008657663135536, "them": 0.21673549333636227}, "conclusion": {"he - them": 0.033468926937460536, "he": 0.24138561175393702, "them": 0.2079166848164765}, "confess": {"he - them": 0.03296641400117864, "he": 0.2758851054843536, "them": 0.24291869148317494}, "consider": {"he - them": 0.009109800316488392, "he": 0.23253371794903344, "them": 0.22342391763254504}, "constitution": {"he - them": 0.0331945951050068, "he": 0.26101383237626974, "them": 0.22781923727126294}, "continue": {"he - them": 0.03420824997671218, "he": 0.1702566504369363, "them": 0.13604840046022412}, "control": {"he - them": -0.05981013779683492, "he": 0.16344849391490165, "them": 0.22325863171173657}, "corps": {"he - them": 0.033762008341249455, "he": 0.21746936502540917, "them": 0.18370735668415972}, "could": {"he - them": 0.011506432864982041, "he": 0.22790521128527533, "them": 0.2163987784202933}, "country": {"he - them": 0.05744349965637921, "he": 0.2345049011799161, "them": 0.1770614015235369}, "course": {"he - them": -0.010983138892715127, "he": 0.15067164193018298, "them": 0.1616547808228981}, "crap": {"he - them": 0.009141083696246805, "he": 0.18883723087823395, "them": 0.17969614718198715}, "creator": {"he - them": 0.0331945951050068, "he": 0.26101383237626974, "them": 0.22781923727126294}, "crime": {"he - them": -0.1152890670951726, "he": 0.11635194572824543, "them": 0.23164101282341804}, "crimes": {"he - them": 0.03399218553014802, "he": 0.1954253217553395, "them": 0.16143313622519148}, "criminal": {"he - them": 0.0818931644101942, "he": 0.23023869543447398, "them": 0.14834553102427978}, "crisis": {"he - them": 0.0331945951050068, "he": 0.26101383237626974, "them": 0.22781923727126294}, "cross": {"he - them": 0.08218348713171508, "he": 0.2200927067126292, "them": 0.13790921958091412}, "culture": {"he - them": 0.034451933840438057, "he": 0.1296981197092574, "them": 0.09524618586881935}, "currently": {"he - them": 0.03393031318413914, "he": 0.2017249076957935, "them": 0.16779459451165435}, "customer": {"he - them": 0.03335108329499309, "he": 0.25008657663135536, "them": 0.21673549333636227}, "d": {"he - them": 0.0015950406166177489, "he": 0.17372152644751712, "them": 0.17212648583089937}, "daddy": {"he - them": -0.010365994138163054, "he": 0.23412509034871806, "them": 0.24449108448688112}, "damn": {"he - them": -0.05967363616155619, "he": 0.1684719010074631, "them": 0.22814553716901928}, "dark": {"he - them": -0.03932567904114406, "he": 0.14581653700966626, "them": 0.18514221605081033}, "date": {"he - them": 0.034067793174515304, "he": 0.1872536620266978, "them": 0.1531858688521825}, "dating": {"he - them": 0.03381152855609046, "he": 0.21302210377299627, "them": 0.1792105752169058}, "daughter": {"he - them": 0.1117764413109939, "he": 0.2578617223826998, "them": 0.14608528107170587}, "david": {"he - them": 0.11281450879402782, "he": 0.2331078146914669, "them": 0.12029330589743908}, "day": {"he - them": 0.09568544473840804, "he": 0.2305833719742898, "them": 0.13489792723588176}, "days": {"he - them": -0.07799055943615257, "he": 0.11359821536979867, "them": 0.19158877480595124}, "death": {"he - them": -0.06073234496995708, "he": 0.12627927575297015, "them": 0.18701162072292724}, "deaths": {"he - them": 0.033562677893672566, "he": 0.23412509034871806, "them": 0.2005624124550455}, "decided": {"he - them": 0.08195761578146396, "he": 0.22804289685316984, "them": 0.14608528107170587}, "defense": {"he - them": 0.03404449234824791, "he": 0.1898333100014528, "them": 0.15578881765320488}, "desert": {"he - them": 0.033562677893672566, "he": 0.23412509034871806, "them": 0.2005624124550455}, "deserve": {"he - them": 0.033705494393347024, "he": 0.22238185132154806, "them": 0.18867635692820103}, "desperate": {"he - them": 0.03335108329499309, "he": 0.25008657663135536, "them": 0.21673549333636227}, "destroy": {"he - them": 0.03684592841617129, "he": 0.24293602616038978, "them": 0.2060900977442185}, "determined": {"he - them": 0.0331945951050068, "he": 0.26101383237626974, "them": 0.22781923727126294}, "deviant": {"he - them": 0.0331945951050068, "he": 0.26101383237626974, "them": 0.22781923727126294}, "did": {"he - them": 0.12172020100311226, "he": 0.3258558616445767, "them": 0.20413566064146443}, "didnt": {"he - them": 0.03404449234824791, "he": 0.1898333100014528, "them": 0.15578881765320488}, "die": {"he - them": 0.037342511878768, "he": 0.20427787303195846, "them": 0.16693536115319046}, "died": {"he - them": 0.009063248360887233, "he": 0.2601368187993332, "them": 0.25107357043844597}, "different": {"he - them": 0.062465501370627285, "he": 0.22217486370618977, "them": 0.1597093623355625}, "discovered": {"he - them": 0.033705494393347024, "he": 0.22238185132154806, "them": 0.18867635692820103}, "disease": {"he - them": -0.010531618927930891, "he": 0.21302210377299627, "them": 0.22355372270092716}, "disgusting": {"he - them": 0.03427971721487491, "he": 0.1603413215322604, "them": 0.1260616043173855}, "distance": {"he - them": 0.033705494393347024, "he": 0.22238185132154806, "them": 0.18867635692820103}, "diversity": {"he - them": 0.037219785125261334, "he": 0.21483672570554796, "them": 0.17761694058028663}, "dna": {"he - them": 0.03412871850548138, "he": 0.18021399957718726, "them": 0.14608528107170587}, "do": {"he - them": -0.10569810601352458, "he": 0.20230347691795564, "them": 0.3080015829314802}, "does": {"he - them": 0.09456092345691669, "he": 0.2616398738641152, "them": 0.1670789504071985}, "dog": {"he - them": -0.05981013779683492, "he": 0.16344849391490165, "them": 0.22325863171173657}, "dogs": {"he - them": 0.03414653725727884, "he": 0.1780655339314804, "them": 0.14391899667420155}, "doing": {"he - them": 0.059399776994071535, "he": 0.24641139771699877, "them": 0.18701162072292724}, "don": {"he - them": 0.009140305988285663, "he": 0.1931503123652337, "them": 0.18401000637694803}, "done": {"he - them": 0.0016929527332947558, "he": 0.20723642954857477, "them": 0.20554347681528}, "dont": {"he - them": -0.00045856021111084777, "he": 0.2287974584719686, "them": 0.22925601868307946}, "door": {"he - them": -0.03889933822835931, "he": 0.1702566504369363, "them": 0.2091559886652956}, "down": {"he - them": -0.014816947802269775, "he": 0.2387045937204702, "them": 0.25352154152274}, "dr": {"he - them": 0.03437699289788057, "he": 0.14466529137341186, "them": 0.11028829847553129}, "dressed": {"he - them": 0.03381152855609046, "he": 0.21302210377299627, "them": 0.1792105752169058}, "drop": {"he - them": 0.03381152855609046, "he": 0.21302210377299627, "them": 0.1792105752169058}, "drugs": {"he - them": 0.009084357369622154, "he": 0.2490972846048511, "them": 0.24001292723522893}, "dude": {"he - them": 0.0807719158125807, "he": 0.2644792724967404, "them": 0.18370735668415972}, "dumb": {"he - them": -0.07654344791559936, "he": 0.1603413215322604, "them": 0.23688476944785977}, "during": {"he - them": 0.09038146756133039, "he": 0.2417141417022772, "them": 0.1513326741409468}, "each": {"he - them": -0.12469345099170576, "he": 0.1230464384271103, "them": 0.24773988941881606}, "early": {"he - them": -0.010860004142422525, "he": 0.1684719010074631, "them": 0.17933190514988562}, "earshot": {"he - them": 0.03255963174766496, "he": 0.29996762599411864, "them": 0.2674079942464537}, "east": {"he - them": -0.010895221019942225, "he": 0.16344849391490165, "them": 0.17434371493484388}, "eat": {"he - them": 0.03430865745278061, "he": 0.15598851918970136, "them": 0.12167986173692075}, "eating": {"he - them": -0.010776253289545124, "he": 0.18021399957718726, "them": 0.19099025286673238}, "education": {"he - them": -0.010906192374927959, "he": 0.16187272473616937, "them": 0.17277891711109733}, "either": {"he - them": -0.011819594035164277, "he": 0.1920407509762043, "them": 0.20386034501136857}, "else": {"he - them": -0.055649173114607264, "he": 0.1599563250059945, "them": 0.21560549812060176}, "employees": {"he - them": 0.03335108329499309, "he": 0.25008657663135536, "them": 0.21673549333636227}, "encouraging": {"he - them": 0.03335108329499309, "he": 0.25008657663135536, "them": 0.21673549333636227}, "end": {"he - them": 0.03962039106310078, "he": 0.21066111172037205, "them": 0.17104072065727127}, "enemy": {"he - them": -0.010776253289545124, "he": 0.18021399957718726, "them": 0.19099025286673238}, "england": {"he - them": 0.08252769063927862, "he": 0.20708959828893664, "them": 0.12456190764965802}, "english": {"he - them": -0.029060363510441306, "he": 0.16059591643701485, "them": 0.18965627994745615}, "enough": {"he - them": 0.02439927920016763, "he": 0.2200502543866951, "them": 0.19565097518652746}, "especially": {"he - them": -0.039103568792525384, "he": 0.15885169591209744, "them": 0.19795526470462282}, "etc": {"he - them": -0.02264022724202086, "he": 0.22290040490934163, "them": 0.2455406321513625}, "europe": {"he - them": -0.0431480219160402, "he": 0.16884744922549974, "them": 0.21199547114153994}, "even": {"he - them": -0.00948254053863809, "he": 0.2346621085844964, "them": 0.2441446491231345}, "event": {"he - them": -0.010847403650017962, "he": 0.1702566504369363, "them": 0.18110405408695426}, "ever": {"he - them": 0.015423929767733241, "he": 0.23179165320017162, "them": 0.21636772343243837}, "every": {"he - them": -0.027947051534942563, "he": 0.20230313382079526, "them": 0.23025018535573782}, "everybody": {"he - them": 0.033894785850378084, "he": 0.20520571480997543, "them": 0.17131092895959735}, "everyone": {"he - them": -0.0919640494831544, "he": 0.1214932470685176, "them": 0.213457296551672}, "evil": {"he - them": 0.03719918913387374, "he": 0.21653109428375936, "them": 0.17933190514988562}, "exactly": {"he - them": 0.037412775435722134, "he": 0.19782242622321147, "them": 0.16040965078748934}, "example": {"he - them": 0.03428978826243942, "he": 0.15885169591209744, "them": 0.12456190764965802}, "excuse": {"he - them": 0.033705494393347024, "he": 0.22238185132154806, "them": 0.18867635692820103}, "expect": {"he - them": -0.05906174204733983, "he": 0.1898333100014528, "them": 0.24889505204879261}, "experience": {"he - them": -0.01070614865037714, "he": 0.1898333100014528, "them": 0.20053945865182993}, "expert": {"he - them": 0.03364001927853463, "he": 0.22787709649500767, "them": 0.19423707721647304}, "eyes": {"he - them": 0.04289803331178199, "he": 0.22103297019475462, "them": 0.17813493688297263}, "face": {"he - them": 0.00914076545204387, "he": 0.19095262175066027, "them": 0.1818118562986164}, "faces": {"he - them": -0.01068609441616325, "he": 0.19255155813487934, "them": 0.2032376525510426}, "fact": {"he - them": 0.09550363044954405, "he": 0.26744423797498496, "them": 0.1719406075254409}, "fall": {"he - them": -0.03841600991497951, "he": 0.1954253217553395, "them": 0.233841331670319}, "false": {"he - them": -0.05889316794719973, "he": 0.1954253217553395, "them": 0.25431848970253923}, "falsely": {"he - them": 0.03296641400117864, "he": 0.2758851054843536, "them": 0.24291869148317494}, "families": {"he - them": -0.011567585701523636, "he": 0.22196876019240214, "them": 0.23353634589392577}, "family": {"he - them": 0.0016426245720018717, "he": 0.1894262605098467, "them": 0.18778363593784483}, "fans": {"he - them": 0.033762008341249455, "he": 0.21746936502540917, "them": 0.18370735668415972}, "far": {"he - them": -0.028976396574175056, "he": 0.23238558681723714, "them": 0.2613619833914122}, "fast": {"he - them": -0.05981013779683492, "he": 0.16344849391490165, "them": 0.22325863171173657}, "father": {"he - them": 0.024144202606030618, "he": 0.2516845426691109, "them": 0.22754034006308027}, "federal": {"he - them": 0.033562677893672566, "he": 0.23412509034871806, "them": 0.2005624124550455}, "feds": {"he - them": -0.010236423721761811, "he": 0.25008657663135536, "them": 0.2603230003531172}, "feel": {"he - them": -0.1009686393694334, "he": 0.15625267899126283, "them": 0.2572213183606962}, "feeling": {"he - them": 0.03393031318413914, "he": 0.2017249076957935, "them": 0.16779459451165435}, "feet": {"he - them": 0.112198363716527, "he": 0.24824676417675112, "them": 0.13604840046022412}, "fellow": {"he - them": 0.034019373465962954, "he": 0.19255155813487934, "them": 0.1585321846689164}, "felt": {"he - them": 0.08159190671603384, "he": 0.24012409138495022, "them": 0.1585321846689164}, "feral": {"he - them": 0.03381152855609046, "he": 0.21302210377299627, "them": 0.1792105752169058}, "few": {"he - them": -0.04303695370046026, "he": 0.24398452526094597, "them": 0.28702147896140623}, "fighting": {"he - them": -0.07649070321587217, "he": 0.16187272473616937, "them": 0.23836342795204155}, "figures": {"he - them": 0.08130269009319674, "he": 0.2490972846048511, "them": 0.16779459451165435}, "filthy": {"he - them": 0.0814068438788241, "he": 0.24591911173607547, "them": 0.16451226785725137}, "find": {"he - them": -0.0557934492086557, "he": 0.1897398762893147, "them": 0.2455333254979704}, "finger": {"he - them": 0.03364001927853463, "he": 0.22787709649500767, "them": 0.19423707721647304}, "fired": {"he - them": 0.08059741566981746, "he": 0.2692737725980185, "them": 0.18867635692820103}, "first": {"he - them": 0.04542713110458274, "he": 0.2248933923649319, "them": 0.17946626126034915}, "fish": {"he - them": -0.010883883201687122, "he": 0.1650714711739678, "them": 0.17595535437565493}, "fits": {"he - them": 0.033762008341249455, "he": 0.21746936502540917, "them": 0.18370735668415972}, "flag": {"he - them": 0.08182484331469189, "he": 0.23253371794903344, "them": 0.15070887463434154}, "floor": {"he - them": 0.03680219810209576, "he": 0.24591911173607547, "them": 0.20911691363397972}, "food": {"he - them": 0.06789818191126479, "he": 0.2181919453660477, "them": 0.1502937634547829}, "fools": {"he - them": -0.01049725330896073, "he": 0.21746936502540917, "them": 0.2279666183343699}, "foot": {"he - them": 0.03396262374248152, "he": 0.1984748915997329, "them": 0.16451226785725137}, "for": {"he - them": -0.0430084263824953, "he": 0.2682361341607829, "them": 0.3112445605432782}, "force": {"he - them": 0.037258410486628396, "he": 0.21160212542147228, "them": 0.17434371493484388}, "forms": {"he - them": 0.03364001927853463, "he": 0.22787709649500767, "them": 0.19423707721647304}, "forum": {"he - them": -0.011316211377899343, "he": 0.09870768319793093, "them": 0.11002389457583027}, "forward": {"he - them": 0.08201857110788494, "he": 0.22593756778208648, "them": 0.14391899667420155}, "fought": {"he - them": 0.08059741566981746, "he": 0.2692737725980185, "them": 0.18867635692820103}, "found": {"he - them": 0.08122835870811534, "he": 0.2215532441375704, "them": 0.14032488542945507}, "france": {"he - them": 0.033894785850378084, "he": 0.20520571480997543, "them": 0.17131092895959735}, "free": {"he - them": -0.011322546803372871, "he": 0.09765590118781474, "them": 0.10897844799118761}, "french": {"he - them": 0.11321597587530309, "he": 0.2223696381711051, "them": 0.10915366229580202}, "friend": {"he - them": 0.13663149071461916, "he": 0.287964164855566, "them": 0.1513326741409468}, "friends": {"he - them": -0.13451826287065383, "he": 0.10366962418326016, "them": 0.238187887053914}, "from": {"he - them": 0.027885699877212233, "he": 0.2772162963949818, "them": 0.24933059651776956}, "front": {"he - them": -0.042931050992009445, "he": 0.17929558521677422, "them": 0.22222663620878366}, "full": {"he - them": 0.009141280177768218, "he": 0.1819959849433494, "them": 0.17285470476558118}, "funds": {"he - them": -0.010365994138163054, "he": 0.23412509034871806, "them": 0.24449108448688112}, "funny": {"he - them": 0.01848652433848566, "he": 0.22688570741456973, "them": 0.20839918307608407}, "future": {"he - them": -0.060524426791768754, "he": 0.13523035232962233, "them": 0.19575477912139108}, "gang": {"he - them": 0.034067793174515304, "he": 0.1872536620266978, "them": 0.1531858688521825}, "gas": {"he - them": 0.03385544751938707, "he": 0.20895529526800866, "them": 0.17509984774862158}, "gather": {"he - them": 0.03296641400117864, "he": 0.2758851054843536, "them": 0.24291869148317494}, "gave": {"he - them": 0.0405676705300724, "he": 0.2687132076990917, "them": 0.22814553716901928}, "generally": {"he - them": 0.03381152855609046, "he": 0.21302210377299627, "them": 0.1792105752169058}, "germans": {"he - them": -0.01070614865037714, "he": 0.1898333100014528, "them": 0.20053945865182993}, "get": {"he - them": -0.0907072301225483, "he": 0.2107767598371156, "them": 0.3014839899596639}, "gets": {"he - them": 0.07416603137385624, "he": 0.2758882761049732, "them": 0.20172224473111694}, "getting": {"he - them": 0.02432659217247249, "he": 0.2298700689877525, "them": 0.20554347681528}, "ghetto": {"he - them": -0.01070614865037714, "he": 0.1898333100014528, "them": 0.20053945865182993}, "girl": {"he - them": -0.06110700999239048, "he": 0.10905778377697849, "them": 0.17016479376936897}, "girls": {"he - them": -0.028803316469242612, "he": 0.17842261197020018, "them": 0.2072259284394428}, "give": {"he - them": -0.15168723773154094, "he": 0.1556564701612703, "them": 0.30734370789281124}, "glad": {"he - them": 0.03424658490236515, "he": 0.1650714711739678, "them": 0.13082488627160266}, "go": {"he - them": 0.0024560319755517757, "he": 0.2607799741046443, "them": 0.25832394212909254}, "god": {"he - them": 0.02852124731696193, "he": 0.22758743496273484, "them": 0.1990661876457729}, "going": {"he - them": 0.05715849294956368, "he": 0.2667837507229824, "them": 0.2096252577734187}, "gonna": {"he - them": -0.038713486259281116, "he": 0.18021399957718726, "them": 0.21892748583646837}, "good": {"he - them": -0.02078149889324568, "he": 0.1880003629706798, "them": 0.20878186186392547}, "got": {"he - them": 0.07545430032589442, "he": 0.3093876722116877, "them": 0.2339333718857933}, "gotten": {"he - them": -0.03847346470741442, "he": 0.19255155813487934, "them": 0.23102502284229376}, "government": {"he - them": 0.0016735172287893896, "he": 0.20019513837905603, "them": 0.19852162115026664}, "grandfather": {"he - them": 0.08092624358242739, "he": 0.2601368187993332, "them": 0.1792105752169058}, "great": {"he - them": -0.012398423145711657, "he": 0.11552685890339198, "them": 0.12792528204910364}, "group": {"he - them": -0.012119887348826769, "he": 0.15390150429242916, "them": 0.16602139164125593}, "growing": {"he - them": 0.034019373465962954, "he": 0.19255155813487934, "them": 0.1585321846689164}, "guess": {"he - them": -0.13371073705114772, "he": 0.11923613486141642, "them": 0.25294687191256415}, "guidance": {"he - them": 0.03296641400117864, "he": 0.2758851054843536, "them": 0.24291869148317494}, "guy": {"he - them": 0.1449932281318553, "he": 0.31334795866211357, "them": 0.16835473053025826}, "guys": {"he - them": 0.009141352834882654, "he": 0.18386887481934916, "them": 0.1747275219844665}, "had": {"he - them": 0.048194224863567, "he": 0.2849805617368761, "them": 0.23678633687330908}, "hair": {"he - them": 0.15535141997945004, "he": 0.23114975146670458, "them": 0.07579833148725454}, "half": {"he - them": 0.0016755938892904498, "he": 0.20093717669383265, "them": 0.1992615828045422}, "hall": {"he - them": 0.03381152855609046, "he": 0.21302210377299627, "them": 0.1792105752169058}, "hand": {"he - them": 0.058840708816008, "he": 0.26843516582415927, "them": 0.20959445700815127}, "handed": {"he - them": -0.010415705359853311, "he": 0.22787709649500767, "them": 0.23829280185486099}, "hands": {"he - them": 0.009131267808833304, "he": 0.21160212542147228, "them": 0.20247085761263897}, "happened": {"he - them": 0.039338559971395404, "he": 0.23180531211110622, "them": 0.19246675213971082}, "happens": {"he - them": 0.03417913251942173, "he": 0.17401664932974134, "them": 0.1398375168103196}, "hard": {"he - them": -0.012492827124849948, "he": 0.20400228382063673, "them": 0.21649511094548668}, "has": {"he - them": 0.0746944565254739, "he": 0.30064473173472145, "them": 0.22595027520924754}, "hate": {"he - them": -0.05587959747240798, "he": 0.15053331650982815, "them": 0.20641291398223613}, "hates": {"he - them": 0.0807719158125807, "he": 0.2644792724967404, "them": 0.18370735668415972}, "have": {"he - them": -0.07617740646408189, "he": 0.2544127505978315, "them": 0.3305901570619134}, "havent": {"he - them": 0.03364001927853463, "he": 0.22787709649500767, "them": 0.19423707721647304}, "having": {"he - them": 0.06798575630597975, "he": 0.21430232802986748, "them": 0.14631657172388773}, "he": {"he - them": 0.4882836896687832, "he": 0.6523775851441201, "them": 0.16409389547533695}, "head": {"he - them": 0.00914055437176986, "he": 0.1920407509762043, "them": 0.18290019660443443}, "heads": {"he - them": 0.034089484992508245, "he": 0.1847983596268498, "them": 0.15070887463434154}, "healthy": {"he - them": 0.03381152855609046, "he": 0.21302210377299627, "them": 0.1792105752169058}, "heard": {"he - them": 0.07158302537637312, "he": 0.25407097580292765, "them": 0.18248795042655452}, "hell": {"he - them": -0.05553274418073695, "he": 0.1645811272521478, "them": 0.22011387143288474}, "help": {"he - them": -0.05424953125542245, "he": 0.1973163724434777, "them": 0.25156590369890014}, "her": {"he - them": 0.03677547846136767, "he": 0.20693679176896276, "them": 0.1701613133075951}, "here": {"he - them": -0.010601869114800017, "he": 0.1950122911660209, "them": 0.2056141602808209}, "hero": {"he - them": 0.08059741566981746, "he": 0.2692737725980185, "them": 0.18867635692820103}, "hey": {"he - them": 0.1093119752740809, "he": 0.23828743448675674, "them": 0.12897545921267584}, "hide": {"he - them": 0.03416331006777387, "he": 0.1760020400449241, "them": 0.14183872997715022}, "high": {"he - them": -0.07804506175669382, "he": 0.11161121819076233, "them": 0.18965627994745615}, "hilarious": {"he - them": -0.010458958559260517, "he": 0.22238185132154806, "them": 0.23284080988080857}, "him": {"he - them": 0.2817590632723335, "he": 0.3981794333598364, "them": 0.11642037008750289}, "his": {"he - them": 0.2829030099302388, "he": 0.40189554502037556, "them": 0.11899253509013676}, "history": {"he - them": -0.07750123550128568, "he": 0.13058466881811576, "them": 0.20808590431940144}, "hit": {"he - them": 0.034221682911839274, "he": 0.1684719010074631, "them": 0.13425021809562382}, "hmm": {"he - them": 0.033468926937460536, "he": 0.24138561175393702, "them": 0.2079166848164765}, "hold": {"he - them": 0.03404449234824791, "he": 0.1898333100014528, "them": 0.15578881765320488}, "holiday": {"he - them": 0.033762008341249455, "he": 0.21746936502540917, "them": 0.18370735668415972}, "holocaust": {"he - them": 0.03427971721487491, "he": 0.1603413215322604, "them": 0.1260616043173855}, "home": {"he - them": 0.0071778749007940235, "he": 0.22916424870505125, "them": 0.22198637380425723}, "homeschool": {"he - them": -0.010365994138163054, "he": 0.23412509034871806, "them": 0.24449108448688112}, "homeschooling": {"he - them": 0.033705494393347024, "he": 0.22238185132154806, "them": 0.18867635692820103}, "honest": {"he - them": 0.03385544751938707, "he": 0.20895529526800866, "them": 0.17509984774862158}, "hope": {"he - them": 0.1398782789352187, "he": 0.2252388348948494, "them": 0.0853605559596307}, "hours": {"he - them": -0.010872153594583989, "he": 0.16674478698570264, "them": 0.17761694058028663}, "house": {"he - them": 0.059786865737790656, "he": 0.2293423424304631, "them": 0.16955547669267243}, "houston": {"he - them": 0.033894785850378084, "he": 0.20520571480997543, "them": 0.17131092895959735}, "how": {"he - them": -0.0024882974032461314, "he": 0.26564669909886496, "them": 0.2681349965021111}, "however": {"he - them": 0.034221682911839274, "he": 0.1684719010074631, "them": 0.13425021809562382}, "http": {"he - them": -0.07944987289446317, "he": 0.049945792379222316, "them": 0.12939566527368548}, "https": {"he - them": -0.011355380151131286, "he": 0.0921615278613187, "them": 0.10351690801244999}, "human": {"he - them": 0.08236997291656281, "he": 0.21319485918816547, "them": 0.13082488627160266}, "humans": {"he - them": -0.01076003935364861, "he": 0.1824552746959061, "them": 0.19321531404955472}, "hurt": {"he - them": -0.03828801953943545, "he": 0.2017249076957935, "them": 0.24001292723522893}, "i": {"he - them": -0.06480512492010254, "he": 0.2804425706745275, "them": 0.34524769559463003}, "id": {"he - them": 0.03424658490236515, "he": 0.1650714711739678, "them": 0.13082488627160266}, "ie": {"he - them": 0.08175221695926263, "he": 0.23493808581144512, "them": 0.1531858688521825}, "if": {"he - them": 0.011022191181720431, "he": 0.3120276505060418, "them": 0.3010054593243214}, "im": {"he - them": -0.07714301900547857, "he": 0.13380918620284254, "them": 0.21095220520832111}, "immigration": {"he - them": 0.037258410486628396, "he": 0.21160212542147228, "them": 0.17434371493484388}, "important": {"he - them": 0.037293998421101565, "he": 0.2085521401588969, "them": 0.17125814173779533}, "impression": {"he - them": 0.03364001927853463, "he": 0.22787709649500767, "them": 0.19423707721647304}, "in": {"he - them": -0.0178478261561672, "he": 0.30681394139910584, "them": 0.32466176755527304}, "indeed": {"he - them": 0.08241178217223558, "he": 0.21160212542147228, "them": 0.1291903432492367}, "info": {"he - them": 0.03432600082394739, "he": 0.15326653760344736, "them": 0.11894053677949996}, "ing": {"he - them": 0.03396262374248152, "he": 0.1984748915997329, "them": 0.16451226785725137}, "innocent": {"he - them": 0.033762008341249455, "he": 0.21746936502540917, "them": 0.18370735668415972}, "instead": {"he - them": -0.07654344791559936, "he": 0.1603413215322604, "them": 0.23688476944785977}, "interviewed": {"he - them": 0.03335108329499309, "he": 0.25008657663135536, "them": 0.21673549333636227}, "into": {"he - them": 0.0343557954654925, "he": 0.28471792741180096, "them": 0.25036213194630846}, "introduce": {"he - them": 0.033562677893672566, "he": 0.23412509034871806, "them": 0.2005624124550455}, "iraq": {"he - them": 0.0331945951050068, "he": 0.26101383237626974, "them": 0.22781923727126294}, "ireland": {"he - them": -0.02942711652544766, "he": 0.13297270490550253, "them": 0.1623998214309502}, "irish": {"he - them": 0.03784420965967218, "he": 0.14630633526867667, "them": 0.10846212560900449}, "irving": {"he - them": 0.033762008341249455, "he": 0.21746936502540917, "them": 0.18370735668415972}, "is": {"he - them": 0.049514575141577255, "he": 0.33719099785205486, "them": 0.2876764227104776}, "islamic": {"he - them": 0.033762008341249455, "he": 0.21746936502540917, "them": 0.18370735668415972}, "israel": {"he - them": 0.08241178217223558, "he": 0.21160212542147228, "them": 0.1291903432492367}, "it": {"he - them": -0.015785997702435217, "he": 0.282676061060643, "them": 0.29846205876307824}, "its": {"he - them": -0.1727812575158458, "he": 0.057811920124317934, "them": 0.23059317764016374}, "jail": {"he - them": -0.059210546975261985, "he": 0.1847983596268498, "them": 0.24400890660211177}, "jesus": {"he - them": 0.061400206212934516, "he": 0.2654650119605131, "them": 0.20406480574757857}, "jew": {"he - them": 0.04491082000324778, "he": 0.25517599091507287, "them": 0.2102651709118251}, "jewish": {"he - them": 0.11012297517621611, "he": 0.2932104620673537, "them": 0.18308748689113757}, "jews": {"he - them": -0.03718632182592621, "he": 0.23533543939113802, "them": 0.27252176121706423}, "job": {"he - them": 0.037494213992451675, "he": 0.18988505420528565, "them": 0.15239084021283397}, "join": {"he - them": -0.011885904302041922, "he": 0.18386887481934916, "them": 0.19575477912139108}, "jones": {"he - them": 0.03364001927853463, "he": 0.22787709649500767, "them": 0.19423707721647304}, "judge": {"he - them": 0.08228087618813554, "he": 0.21653109428375936, "them": 0.13425021809562382}, "jumped": {"he - them": -0.01049725330896073, "he": 0.21746936502540917, "them": 0.2279666183343699}, "just": {"he - them": -0.027586946730657147, "he": 0.2568752418783067, "them": 0.28446218860896383}, "k": {"he - them": 0.03417913251942173, "he": 0.17401664932974134, "them": 0.1398375168103196}, "kampf": {"he - them": 0.033562677893672566, "he": 0.23412509034871806, "them": 0.2005624124550455}, "katz": {"he - them": 0.03255963174766496, "he": 0.29996762599411864, "them": 0.2674079942464537}, "keep": {"he - them": -0.0045226035069737824, "he": 0.2247707003164845, "them": 0.22929330382345828}, "kept": {"he - them": 0.08092624358242739, "he": 0.2601368187993332, "them": 0.1792105752169058}, "kick": {"he - them": 0.034109743671626336, "he": 0.1824552746959061, "them": 0.14834553102427978}, "kicked": {"he - them": 0.03364001927853463, "he": 0.22787709649500767, "them": 0.19423707721647304}, "kid": {"he - them": -0.002061624960700864, "he": 0.2298700689877525, "them": 0.23193169394845337}, "kids": {"he - them": -0.12377028378870719, "he": 0.1388743673033785, "them": 0.2626446510920857}, "kill": {"he - them": -0.10273262400230881, "he": 0.15598851918970136, "them": 0.2587211431920102}, "killed": {"he - them": 0.0675732988821689, "he": 0.23180531211110622, "them": 0.16423201322893732}, "killing": {"he - them": -0.028228718381972523, "he": 0.21483672570554796, "them": 0.24306544408752048}, "kind": {"he - them": 0.04235541630493181, "he": 0.2549458954031423, "them": 0.21259047909821047}, "kinda": {"he - them": -0.010562792979443125, "he": 0.20895529526800866, "them": 0.21951808824745178}, "king": {"he - them": 0.034019373465962954, "he": 0.19255155813487934, "them": 0.1585321846689164}, "knew": {"he - them": 0.18072754128449736, "he": 0.3052894489341554, "them": 0.12456190764965802}, "knife": {"he - them": 0.13256320694938878, "he": 0.30035780146104313, "them": 0.16779459451165435}, "knocked": {"he - them": -0.010531618927930891, "he": 0.21302210377299627, "them": 0.22355372270092716}, "knocking": {"he - them": 0.0331945951050068, "he": 0.26101383237626974, "them": 0.22781923727126294}, "know": {"he - them": -0.05003486873607568, "he": 0.19801798523251266, "them": 0.24805285396858834}, "known": {"he - them": 0.03399218553014802, "he": 0.1954253217553395, "them": 0.16143313622519148}, "knows": {"he - them": 0.03732693554985045, "he": 0.2056655459948584, "them": 0.16833861044500795}, "kosher": {"he - them": 0.033705494393347024, "he": 0.22238185132154806, "them": 0.18867635692820103}, "lack": {"he - them": 0.03393031318413914, "he": 0.2017249076957935, "them": 0.16779459451165435}, "last": {"he - them": 0.08964275184074691, "he": 0.22285798756295963, "them": 0.13321523572221272}, "later": {"he - them": 0.009138892889109074, "he": 0.19782242622321147, "them": 0.1886835333341024}, "latest": {"he - them": 0.03396262374248152, "he": 0.1984748915997329, "them": 0.16451226785725137}, "laugh": {"he - them": 0.009131267808833304, "he": 0.21160212542147228, "them": 0.20247085761263897}, "laughing": {"he - them": -0.010617623617381028, "he": 0.2017249076957935, "them": 0.21234253131317452}, "law": {"he - them": 0.037425493092015205, "he": 0.1966171930697205, "them": 0.1591916999777053}, "lazy": {"he - them": 0.03381152855609046, "he": 0.21302210377299627, "them": 0.1792105752169058}, "lead": {"he - them": 0.034019373465962954, "he": 0.19255155813487934, "them": 0.1585321846689164}, "learn": {"he - them": -0.09136101438563876, "he": 0.13820675220172948, "them": 0.22956776658736824}, "learned": {"he - them": 0.033705494393347024, "he": 0.22238185132154806, "them": 0.18867635692820103}, "least": {"he - them": -0.011981321014174873, "he": 0.1718703412080863, "them": 0.18385166222226118}, "left": {"he - them": 0.0749617273757372, "he": 0.2515810121136826, "them": 0.17661928473794541}, "let": {"he - them": -0.07387626575746434, "he": 0.1857874802982196, "them": 0.25966374605568393}, "lets": {"he - them": 0.04078134344842163, "he": 0.2567775066459283, "them": 0.21599616319750667}, "level": {"he - them": -0.010743010773881262, "he": 0.1847983596268498, "them": 0.19554137040073105}, "lies": {"he - them": -0.0114314607680088, "he": 0.23746359128078381, "them": 0.24889505204879261}, "life": {"he - them": 0.010185786133820735, "he": 0.21601622205754367, "them": 0.20583043592372294}, "light": {"he - them": -0.03949716965484418, "he": 0.13523035232962233, "them": 0.1747275219844665}, "like": {"he - them": 0.017783307776879087, "he": 0.2765718254354235, "them": 0.25878851765854444}, "limerick": {"he - them": -0.010415705359853311, "he": 0.22787709649500767, "them": 0.23829280185486099}, "line": {"he - them": 0.09031030946733132, "he": 0.2437793527132703, "them": 0.153469043245939}, "list": {"he - them": -0.010906192374927959, "he": 0.16187272473616937, "them": 0.17277891711109733}, "listen": {"he - them": -0.011718290165548206, "he": 0.20427787303195846, "them": 0.21599616319750667}, "literally": {"he - them": -0.010617623617381028, "he": 0.2017249076957935, "them": 0.21234253131317452}, "little": {"he - them": 0.005251435760269874, "he": 0.21012685646516718, "them": 0.2048754207048973}, "live": {"he - them": -0.029575893947873286, "he": 0.12085406267375097, "them": 0.15042995662162426}, "lives": {"he - them": 0.03719918913387374, "he": 0.21653109428375936, "them": 0.17933190514988562}, "living": {"he - them": -0.06083981960309384, "he": 0.1214932470685176, "them": 0.18233306667161145}, "ll": {"he - them": -0.04053194529075119, "he": 0.17822684369060926, "them": 0.21875878898136045}, "lol": {"he - them": 0.037638728265010885, "he": 0.17424290295737305, "them": 0.13660417469236216}, "lone": {"he - them": 0.03335108329499309, "he": 0.25008657663135536, "them": 0.21673549333636227}, "long": {"he - them": -0.03613600393266464, "he": 0.1732442576256842, "them": 0.20938026155834885}, "look": {"he - them": -0.08541244193315767, "he": 0.17111839960950875, "them": 0.2565308415426664}, "looked": {"he - them": -0.039103568792525384, "he": 0.15885169591209744, "them": 0.19795526470462282}, "looking": {"he - them": -0.04397501532866839, "he": 0.12441007675257694, "them": 0.16838509208124533}, "looks": {"he - them": 0.028451818491432662, "he": 0.23493657426523595, "them": 0.2064847557738033}, "lot": {"he - them": 0.028470353924257175, "he": 0.23301319253302924, "them": 0.20454283860877207}, "lots": {"he - them": -0.07726808030852036, "he": 0.13820675220172948, "them": 0.21547483251024985}, "love": {"he - them": -0.024959641713967834, "he": 0.1888128644372828, "them": 0.21377250615125062}, "lucky": {"he - them": 0.08092624358242739, "he": 0.2601368187993332, "them": 0.1792105752169058}, "m": {"he - them": -0.0006707695248181766, "he": 0.17892450459970372, "them": 0.1795952741245219}, "made": {"he - them": -0.012078623862966487, "he": 0.1593233447100808, "them": 0.1714019685730473}, "magazine": {"he - them": 0.07953415475339526, "he": 0.29626964808975753, "them": 0.21673549333636227}, "mainstream": {"he - them": 0.03381152855609046, "he": 0.21302210377299627, "them": 0.1792105752169058}, "maintain": {"he - them": 0.03335108329499309, "he": 0.25008657663135536, "them": 0.21673549333636227}, "make": {"he - them": -0.0375434152510023, "he": 0.21991776819368658, "them": 0.2574611834446889}, "maker": {"he - them": 0.03335108329499309, "he": 0.25008657663135536, "them": 0.21673549333636227}, "makes": {"he - them": -0.06601220776451278, "he": 0.17671484463467263, "them": 0.2427270523991854}, "making": {"he - them": 0.00913596374268899, "he": 0.20427787303195846, "them": 0.19514190928926947}, "male": {"he - them": 0.06182931594605531, "he": 0.24930719479413113, "them": 0.18747787884807582}, "males": {"he - them": -0.03835440139753618, "he": 0.1984748915997329, "them": 0.23682929299726907}, "man": {"he - them": 0.21764586644088788, "he": 0.26885845794344787, "them": 0.05121259150255999}, "managers": {"he - them": 0.03255963174766496, "he": 0.29996762599411864, "them": 0.2674079942464537}, "many": {"he - them": -0.08344359510189156, "he": 0.19245510795650764, "them": 0.2758987030583992}, "marriage": {"he - them": 0.1107860007550186, "he": 0.27858059526667295, "them": 0.16779459451165435}, "marxist": {"he - them": 0.03385544751938707, "he": 0.20895529526800866, "them": 0.17509984774862158}, "mate": {"he - them": 0.009109800316488392, "he": 0.23253371794903344, "them": 0.22342391763254504}, "matter": {"he - them": 0.04092704399666908, "he": 0.2481562671655071, "them": 0.20722922316883802}, "may": {"he - them": 0.04272930686978099, "he": 0.23238558681723714, "them": 0.18965627994745615}, "maybe": {"he - them": 0.011463748633817356, "he": 0.2509691055905672, "them": 0.23950535695674982}, "me": {"he - them": 0.041344275638257405, "he": 0.256311327137585, "them": 0.21496705149932757}, "means": {"he - them": 0.13523032007052221, "he": 0.25417085685002216, "them": 0.11894053677949996}, "meant": {"he - them": 0.11094255830249716, "he": 0.27545482615974853, "them": 0.16451226785725137}, "meat": {"he - them": 0.033705494393347024, "he": 0.22238185132154806, "them": 0.18867635692820103}, "meet": {"he - them": -0.028984554945490293, "he": 0.16596992319905252, "them": 0.1949544781445428}, "meeting": {"he - them": 0.08118908659811627, "he": 0.2525000155577136, "them": 0.17131092895959735}, "mein": {"he - them": 0.033562677893672566, "he": 0.23412509034871806, "them": 0.2005624124550455}, "member": {"he - them": 0.037219785125261334, "he": 0.21483672570554796, "them": 0.17761694058028663}, "men": {"he - them": 0.01018097420391434, "he": 0.22075001266453534, "them": 0.210569038460621}, "mention": {"he - them": -0.01079172721935387, "he": 0.1780655339314804, "them": 0.18885726115083426}, "mentioned": {"he - them": 0.03381152855609046, "he": 0.21302210377299627, "them": 0.1792105752169058}, "mestizos": {"he - them": 0.03335108329499309, "he": 0.25008657663135536, "them": 0.21673549333636227}, "might": {"he - them": -0.024695264399878597, "he": 0.20723642954857477, "them": 0.23193169394845337}, "mile": {"he - them": -0.010531618927930891, "he": 0.21302210377299627, "them": 0.22355372270092716}, "military": {"he - them": 0.034109743671626336, "he": 0.1824552746959061, "them": 0.14834553102427978}, "mind": {"he - them": -0.06011186547979974, "he": 0.1519540008447359, "them": 0.21206586632453564}, "minister": {"he - them": 0.03412871850548138, "he": 0.18021399957718726, "them": 0.14608528107170587}, "minority": {"he - them": -0.010946841963489107, "he": 0.15598851918970136, "them": 0.16693536115319046}, "mins": {"he - them": 0.0331945951050068, "he": 0.26101383237626974, "them": 0.22781923727126294}, "mob": {"he - them": 0.03364001927853463, "he": 0.22787709649500767, "them": 0.19423707721647304}, "modern": {"he - them": 0.03404449234824791, "he": 0.1898333100014528, "them": 0.15578881765320488}, "moment": {"he - them": 0.03417913251942173, "he": 0.17401664932974134, "them": 0.1398375168103196}, "money": {"he - them": 0.04140653312569073, "he": 0.21601622205754367, "them": 0.17460968893185294}, "monkey": {"he - them": 0.033894785850378084, "he": 0.20520571480997543, "them": 0.17131092895959735}, "monkeys": {"he - them": -0.010642022034246829, "he": 0.1984748915997329, "them": 0.20911691363397972}, "month": {"he - them": 0.0675732988821689, "he": 0.23180531211110622, "them": 0.16423201322893732}, "months": {"he - them": 0.037293998421101565, "he": 0.2085521401588969, "them": 0.17125814173779533}, "more": {"he - them": -0.04574292104988864, "he": 0.21908269325941004, "them": 0.2648256143092987}, "most": {"he - them": -0.12752952011477256, "he": 0.15195407813057873, "them": 0.2794835982453513}, "mostly": {"he - them": -0.010895221019942225, "he": 0.16344849391490165, "them": 0.17434371493484388}, "mother": {"he - them": 0.03955038503909861, "he": 0.21621381765095554, "them": 0.17666343261185694}, "movies": {"he - them": 0.034221682911839274, "he": 0.1684719010074631, "them": 0.13425021809562382}, "much": {"he - them": -0.05100886938840382, "he": 0.20965290915481483, "them": 0.26066177854321865}, "multiply": {"he - them": 0.033468926937460536, "he": 0.24138561175393702, "them": 0.2079166848164765}, "murder": {"he - them": 0.08280961147159817, "he": 0.19543750765046558, "them": 0.11262789617886741}, "music": {"he - them": -0.061011473562054275, "he": 0.11359821536979867, "them": 0.17460968893185294}, "muslim": {"he - them": -0.010860004142422525, "he": 0.1684719010074631, "them": 0.17933190514988562}, "muslims": {"he - them": 0.034089484992508245, "he": 0.1847983596268498, "them": 0.15070887463434154}, "must": {"he - them": -0.029086806016047767, "he": 0.15869682992179707, "them": 0.18778363593784483}, "my": {"he - them": 0.04814518226171821, "he": 0.2849522560294085, "them": 0.23680707376769028}, "n": {"he - them": -0.038034173656903425, "he": 0.21736761115036823, "them": 0.25540178480727166}, "name": {"he - them": -0.029112282368121967, "he": 0.15685469396536425, "them": 0.18596697633348622}, "named": {"he - them": 0.03296641400117864, "he": 0.2758851054843536, "them": 0.24291869148317494}, "names": {"he - them": 0.03399218553014802, "he": 0.1954253217553395, "them": 0.16143313622519148}, "nation": {"he - them": 0.08319355859358656, "he": 0.17756249876073504, "them": 0.09436894016714849}, "national": {"he - them": 0.03431750814404949, "he": 0.15461081404148858, "them": 0.12029330589743908}, "nationalist": {"he - them": -0.039869192095249875, "he": 0.1103213113293789, "them": 0.15019050342462878}, "nationality": {"he - them": 0.033468926937460536, "he": 0.24138561175393702, "them": 0.2079166848164765}, "nazi": {"he - them": 0.08167477362757894, "he": 0.23746359128078381, "them": 0.15578881765320488}, "ne": {"he - them": 0.03335108329499309, "he": 0.25008657663135536, "them": 0.21673549333636227}, "near": {"he - them": -0.07706394454941487, "he": 0.14466529137341186, "them": 0.22172923592282673}, "nearest": {"he - them": -0.03758546220855449, "he": 0.23412509034871806, "them": 0.27171055255727256}, "need": {"he - them": -0.06857230561152863, "he": 0.16798003638997636, "them": 0.236552342001505}, "needless": {"he - them": 0.03255963174766496, "he": 0.29996762599411864, "them": 0.2674079942464537}, "needs": {"he - them": 0.034109743671626336, "he": 0.1824552746959061, "them": 0.14834553102427978}, "negro": {"he - them": 0.12186485850595241, "he": 0.261655366015887, "them": 0.1397905075099346}, "negroes": {"he - them": -0.10348928380990599, "he": 0.1392339371976888, "them": 0.2427232210075948}, "never": {"he - them": -0.03233278675669718, "he": 0.21236978787559246, "them": 0.24470257463228964}, "new": {"he - them": 0.05847296161660684, "he": 0.19458498257567175, "them": 0.1361120209590649}, "news": {"he - them": 0.07619775631833259, "he": 0.2050839150721779, "them": 0.12888615875384532}, "next": {"he - them": 0.041479627659699814, "he": 0.21043179203425996, "them": 0.16895216437456015}, "nice": {"he - them": 0.08333208503357495, "he": 0.17033974019103928, "them": 0.08700765515746434}, "night": {"he - them": -0.01111655292744465, "he": 0.13058466881811576, "them": 0.1417012217455604}, "nigs": {"he - them": 0.033562677893672566, "he": 0.23412509034871806, "them": 0.2005624124550455}, "no": {"he - them": -0.027462651528168958, "he": 0.22438998474400168, "them": 0.25185263627217064}, "non": {"he - them": -0.046286856895717016, "he": 0.15881930049615392, "them": 0.20510615739187094}, "none": {"he - them": -0.07659443009084807, "he": 0.15885169591209744, "them": 0.2354461260029455}, "nor": {"he - them": 0.03688643883390763, "he": 0.24012409138495022, "them": 0.2032376525510426}, "nordic": {"he - them": 0.034334156478356234, "he": 0.1519540008447359, "them": 0.11761984436637966}, "normal": {"he - them": 0.034067793174515304, "he": 0.1872536620266978, "them": 0.1531858688521825}, "nose": {"he - them": 0.08118908659811627, "he": 0.2525000155577136, "them": 0.17131092895959735}, "not": {"he - them": -0.03972477289251397, "he": 0.27357579431634693, "them": 0.3133005672088609}, "nothing": {"he - them": 0.034150896343610515, "he": 0.24399987749038377, "them": 0.20984898114677325}, "notice": {"he - them": 0.034089484992508245, "he": 0.1847983596268498, "them": 0.15070887463434154}, "now": {"he - them": -0.0024060662814639755, "he": 0.21587260579432224, "them": 0.21827867207578622}, "ns": {"he - them": 0.034019373465962954, "he": 0.19255155813487934, "them": 0.1585321846689164}, "number": {"he - them": 0.034221682911839274, "he": 0.1684719010074631, "them": 0.13425021809562382}, "numbers": {"he - them": -0.10195381052313332, "he": 0.17210330764661627, "them": 0.2740571181697496}, "of": {"he - them": -0.05217392598099918, "he": 0.3190170936566082, "them": 0.37119101963760737}, "off": {"he - them": -0.00854798829544215, "he": 0.2400178251332915, "them": 0.24856581342873366}, "offer": {"he - them": 0.033705494393347024, "he": 0.22238185132154806, "them": 0.18867635692820103}, "officials": {"he - them": 0.03364001927853463, "he": 0.22787709649500767, "them": 0.19423707721647304}, "often": {"he - them": 0.03414653725727884, "he": 0.1780655339314804, "them": 0.14391899667420155}, "oh": {"he - them": 0.13578727285152886, "he": 0.24273716915615295, "them": 0.10694989630462408}, "ok": {"he - them": -0.03920021453626346, "he": 0.15326653760344736, "them": 0.19246675213971082}, "old": {"he - them": 0.12301971899085043, "he": 0.25737458101544874, "them": 0.13435486202459831}, "on": {"he - them": -0.0011804172799749768, "he": 0.30087821923833646, "them": 0.30205863651831144}, "once": {"he - them": 0.01615129296728149, "he": 0.23364745475509185, "them": 0.21749616178781037}, "one": {"he - them": 0.0026571613458436505, "he": 0.2634512858759837, "them": 0.26079412453014006}, "only": {"he - them": -0.006143089069853697, "he": 0.2368843237796826, "them": 0.2430274128495363}, "open": {"he - them": 0.06798575630597975, "he": 0.21430232802986748, "them": 0.14631657172388773}, "opinion": {"he - them": 0.0815028899351983, "he": 0.24293602616038978, "them": 0.16143313622519148}, "or": {"he - them": -0.034604418051288055, "he": 0.24952354825731216, "them": 0.2841279663086002}, "org": {"he - them": -0.011306475764849735, "he": 0.10031876102000163, "them": 0.11162523678485137}, "organization": {"he - them": 0.03404449234824791, "he": 0.1898333100014528, "them": 0.15578881765320488}, "other": {"he - them": 0.01838625799819596, "he": 0.22582451370935044, "them": 0.20743825571115448}, "others": {"he - them": -0.011079811688375213, "he": 0.13620560134667595, "them": 0.14728541303505116}, "our": {"he - them": -0.09696100562239554, "he": 0.16554696785698833, "them": 0.26250797347938387}, "out": {"he - them": -0.057160486348440065, "he": 0.2512296150141405, "them": 0.30839010136258055}, "outside": {"he - them": 0.03428978826243942, "he": 0.15885169591209744, "them": 0.12456190764965802}, "over": {"he - them": -0.006435587473767684, "he": 0.19905267173123695, "them": 0.20548825920500463}, "own": {"he - them": -0.06567683482168898, "he": 0.20931594640874326, "them": 0.27499278123043225}, "owner": {"he - them": 0.03396262374248152, "he": 0.1984748915997329, "them": 0.16451226785725137}, "owners": {"he - them": 0.033562677893672566, "he": 0.23412509034871806, "them": 0.2005624124550455}, "pair": {"he - them": -0.010562792979443125, "he": 0.20895529526800866, "them": 0.21951808824745178}, "paper": {"he - them": -0.010776253289545124, "he": 0.18021399957718726, "them": 0.19099025286673238}, "parents": {"he - them": -0.03956990877714961, "he": 0.13058466881811576, "them": 0.17015457759526537}, "part": {"he - them": 0.024456963399280163, "he": 0.2116290054331027, "them": 0.18717204203382254}, "party": {"he - them": 0.13588180071462447, "he": 0.24070952633915296, "them": 0.10482772562452848}, "pass": {"he - them": -0.09102486585682015, "he": 0.1469916683588166, "them": 0.23801653421563676}, "pathetic": {"he - them": -0.010415705359853311, "he": 0.22787709649500767, "them": 0.23829280185486099}, "pay": {"he - them": -0.010883883201687122, "he": 0.1650714711739678, "them": 0.17595535437565493}, "paying": {"he - them": -0.010415705359853311, "he": 0.22787709649500767, "them": 0.23829280185486099}, "people": {"he - them": -0.08825020386564408, "he": 0.20181652278735218, "them": 0.29006672665299627}, "perhaps": {"he - them": 0.0091300534405869, "he": 0.21319485918816547, "them": 0.20406480574757857}, "person": {"he - them": 0.027161954226013613, "he": 0.26216490312674606, "them": 0.23500294890073245}, "phone": {"he - them": -0.09014750003552705, "he": 0.1684719010074631, "them": 0.25861940104299014}, "pic": {"he - them": 0.03385544751938707, "he": 0.20895529526800866, "them": 0.17509984774862158}, "pick": {"he - them": -0.038713486259281116, "he": 0.18021399957718726, "them": 0.21892748583646837}, "picture": {"he - them": -0.09136101438563876, "he": 0.13820675220172948, "them": 0.22956776658736824}, "piece": {"he - them": 0.009103008741673246, "he": 0.23746359128078381, "them": 0.22836058253911057}, "pieces": {"he - them": 0.033468926937460536, "he": 0.24138561175393702, "them": 0.2079166848164765}, "piss": {"he - them": 0.033562677893672566, "he": 0.23412509034871806, "them": 0.2005624124550455}, "place": {"he - them": 0.018682298974943612, "he": 0.1776748629899226, "them": 0.158992564014979}, "places": {"he - them": 0.034334156478356234, "he": 0.1519540008447359, "them": 0.11761984436637966}, "planet": {"he - them": 0.037258410486628396, "he": 0.21160212542147228, "them": 0.17434371493484388}, "play": {"he - them": 0.009132380987979999, "he": 0.21005547528058519, "them": 0.2009230942926052}, "played": {"he - them": 0.033705494393347024, "he": 0.22238185132154806, "them": 0.18867635692820103}, "playing": {"he - them": -0.03875418154519805, "he": 0.1780655339314804, "them": 0.21681971547667844}, "please": {"he - them": -0.0782420796086646, "he": 0.10424587081788993, "them": 0.18248795042655452}, "point": {"he - them": 0.03964171317487389, "he": 0.20892344801557952, "them": 0.16928173484070563}, "political": {"he - them": 0.03399218553014802, "he": 0.1954253217553395, "them": 0.16143313622519148}, "pool": {"he - them": 0.033762008341249455, "he": 0.21746936502540917, "them": 0.18370735668415972}, "poor": {"he - them": 0.09007324288849825, "he": 0.2504828936759876, "them": 0.16040965078748934}, "possible": {"he - them": 0.03723950481251054, "he": 0.21319485918816547, "them": 0.17595535437565493}, "post": {"he - them": -0.002258356756399016, "he": 0.18659388519592782, "them": 0.18885224195232683}, "posted": {"he - them": -0.03932567904114406, "he": 0.14581653700966626, "them": 0.18514221605081033}, "power": {"he - them": 0.11300634313390596, "he": 0.22807482452194835, "them": 0.11506848138804239}, "preach": {"he - them": 0.07953415475339526, "he": 0.29626964808975753, "them": 0.21673549333636227}, "present": {"he - them": 0.034109743671626336, "he": 0.1824552746959061, "them": 0.14834553102427978}, "press": {"he - them": 0.03393031318413914, "he": 0.2017249076957935, "them": 0.16779459451165435}, "pretty": {"he - them": -0.07789422683547899, "he": 0.11706025130906382, "them": 0.1949544781445428}, "pride": {"he - them": 0.03750455673728714, "he": 0.18883723087823395, "them": 0.1513326741409468}, "prime": {"he - them": 0.03393031318413914, "he": 0.2017249076957935, "them": 0.16779459451165435}, "prison": {"he - them": 0.08175221695926263, "he": 0.23493808581144512, "them": 0.1531858688521825}, "pro": {"he - them": 0.039300505708227934, "he": 0.2344424149974974, "them": 0.19514190928926947}, "probably": {"he - them": -0.002108619500945097, "he": 0.2193586564694832, "them": 0.22146727597042828}, "problem": {"he - them": -0.06080522379515088, "he": 0.1230464384271103, "them": 0.18385166222226118}, "problems": {"he - them": -0.010906192374927959, "he": 0.16187272473616937, "them": 0.17277891711109733}, "project": {"he - them": 0.034019373465962954, "he": 0.19255155813487934, "them": 0.1585321846689164}, "property": {"he - them": 0.0810643351005424, "he": 0.256164182849164, "them": 0.17509984774862158}, "protect": {"he - them": 0.03399218553014802, "he": 0.1954253217553395, "them": 0.16143313622519148}, "proud": {"he - them": 0.009141327744578404, "he": 0.18580476035643534, "them": 0.17666343261185694}, "prove": {"he - them": 0.03381152855609046, "he": 0.21302210377299627, "them": 0.1792105752169058}, "pub": {"he - them": 0.033468926937460536, "he": 0.24138561175393702, "them": 0.2079166848164765}, "public": {"he - them": 0.05787867997427318, "he": 0.2564003011245398, "them": 0.19852162115026664}, "push": {"he - them": -0.03795587282204624, "he": 0.21746936502540917, "them": 0.2554252378474554}, "put": {"he - them": -0.024471812972131912, "he": 0.25955306833303654, "them": 0.28402488130516845}, "putting": {"he - them": -0.010664775988878994, "he": 0.1954253217553395, "them": 0.2060900977442185}, "q": {"he - them": 0.0807719158125807, "he": 0.2644792724967404, "them": 0.18370735668415972}, "quit": {"he - them": 0.033762008341249455, "he": 0.21746936502540917, "them": 0.18370735668415972}, "quite": {"he - them": -0.05997071295255993, "he": 0.1574014836242536, "them": 0.21737219657681353}, "race": {"he - them": -0.09219838358791552, "he": 0.133421214939728, "them": 0.22561959852764352}, "races": {"he - them": 0.03434199437955421, "he": 0.15067164193018298, "them": 0.11632964755062877}, "racial": {"he - them": 0.08304455938945192, "he": 0.1848286591355917, "them": 0.10178409974613979}, "racism": {"he - them": 0.08863440482047166, "he": 0.2866131478046988, "them": 0.19797874298422716}, "racist": {"he - them": 0.10948976978519927, "he": 0.23364745475509185, "them": 0.12415768496989259}, "rape": {"he - them": -0.038625558005695254, "he": 0.1847983596268498, "them": 0.22342391763254504}, "raped": {"he - them": 0.033762008341249455, "he": 0.21746936502540917, "them": 0.18370735668415972}, "rapes": {"he - them": 0.08092624358242739, "he": 0.2601368187993332, "them": 0.1792105752169058}, "rather": {"he - them": -0.07678273782078068, "he": 0.15326653760344736, "them": 0.23004927542422804}, "re": {"he - them": -0.05553869139666712, "he": 0.14827874541062702, "them": 0.20381743680729414}, "read": {"he - them": -0.05486171473181062, "he": 0.17517523547360342, "them": 0.23003695020541404}, "reading": {"he - them": -0.010883883201687122, "he": 0.1650714711739678, "them": 0.17595535437565493}, "reality": {"he - them": -0.010743010773881262, "he": 0.1847983596268498, "them": 0.19554137040073105}, "really": {"he - them": -0.01224676552311782, "he": 0.13682426485579566, "them": 0.14907103037891348}, "reason": {"he - them": -0.10366205189628089, "he": 0.13523035232962233, "them": 0.23889240422590322}, "rebel": {"he - them": 0.03364001927853463, "he": 0.22787709649500767, "them": 0.19423707721647304}, "red": {"he - them": 0.06763547616640839, "he": 0.2292902569893065, "them": 0.1616547808228981}, "religion": {"he - them": 0.03396262374248152, "he": 0.1984748915997329, "them": 0.16451226785725137}, "remember": {"he - them": 0.010154855884201508, "he": 0.23972262247156975, "them": 0.22956776658736824}, "remind": {"he - them": -0.010415705359853311, "he": 0.22787709649500767, "them": 0.23829280185486099}, "reply": {"he - them": 0.03404449234824791, "he": 0.1898333100014528, "them": 0.15578881765320488}, "reported": {"he - them": 0.034067793174515304, "he": 0.1872536620266978, "them": 0.1531858688521825}, "reserve": {"he - them": 0.03296641400117864, "he": 0.2758851054843536, "them": 0.24291869148317494}, "rest": {"he - them": -0.0392861064589021, "he": 0.14819177238917372, "them": 0.18747787884807582}, "right": {"he - them": 0.04920057848213144, "he": 0.27918929773258166, "them": 0.22998871925045022}, "river": {"he - them": -0.01070614865037714, "he": 0.1898333100014528, "them": 0.20053945865182993}, "road": {"he - them": 0.03404449234824791, "he": 0.1898333100014528, "them": 0.15578881765320488}, "rob": {"he - them": 0.03594664773664036, "he": 0.29626964808975753, "them": 0.2603230003531172}, "rock": {"he - them": 0.034089484992508245, "he": 0.1847983596268498, "them": 0.15070887463434154}, "role": {"he - them": -0.010531618927930891, "he": 0.21302210377299627, "them": 0.22355372270092716}, "roll": {"he - them": 0.033562677893672566, "he": 0.23412509034871806, "them": 0.2005624124550455}, "roman": {"he - them": 0.03364001927853463, "he": 0.22787709649500767, "them": 0.19423707721647304}, "run": {"he - them": 0.009141280177768218, "he": 0.1819959849433494, "them": 0.17285470476558118}, "s": {"he - them": 0.1076438823497981, "he": 0.33440770892707955, "them": 0.22676382657728145}, "sa": {"he - them": 0.03393031318413914, "he": 0.2017249076957935, "them": 0.16779459451165435}, "sad": {"he - them": 0.06772202052581935, "he": 0.22572170902186872, "them": 0.15799968849604937}, "safe": {"he - them": 0.06674191113594602, "he": 0.26228328153667707, "them": 0.19554137040073105}, "said": {"he - them": 0.1431719474687813, "he": 0.3080818812270229, "them": 0.1649099337582416}, "salute": {"he - them": 0.033562677893672566, "he": 0.23412509034871806, "them": 0.2005624124550455}, "same": {"he - them": -0.021215885830374953, "he": 0.20476920374590954, "them": 0.2259850895762845}, "savage": {"he - them": 0.03381152855609046, "he": 0.21302210377299627, "them": 0.1792105752169058}, "save": {"he - them": -0.0761959705259761, "he": 0.1702566504369363, "them": 0.2464526209629124}, "saw": {"he - them": 0.06007893737069897, "he": 0.2151074324471886, "them": 0.15502849507648964}, "say": {"he - them": 0.05778088441825008, "he": 0.26710698755205897, "them": 0.2093261031338089}, "saying": {"he - them": 0.12326861145489146, "he": 0.28010107243734145, "them": 0.15683246098245}, "says": {"he - them": 0.08797808070484764, "he": 0.2710655675959852, "them": 0.18308748689113757}, "scared": {"he - them": 0.08016314293022761, "he": 0.2807255553852731, "them": 0.2005624124550455}, "scene": {"he - them": 0.112198363716527, "he": 0.24824676417675112, "them": 0.13604840046022412}, "school": {"he - them": -0.007004930196105069, "he": 0.245762252299744, "them": 0.25276718249584906}, "schooling": {"he - them": -0.010531618927930891, "he": 0.21302210377299627, "them": 0.22355372270092716}, "schools": {"he - them": -0.10473812307931837, "he": 0.10843555538391958, "them": 0.21317367846323795}, "screaming": {"he - them": -0.010415705359853311, "he": 0.22787709649500767, "them": 0.23829280185486099}, "scum": {"he - them": -0.06007815942239955, "he": 0.15326653760344736, "them": 0.2133446970258469}, "second": {"he - them": 0.037155081770597426, "he": 0.2200927067126292, "them": 0.18293762494203178}, "security": {"he - them": 0.13427030444891752, "he": 0.27217952402983164, "them": 0.13790921958091412}, "see": {"he - them": -0.012049426758228093, "he": 0.233669356046302, "them": 0.2457187828045301}, "seem": {"he - them": -0.03889933822835931, "he": 0.1702566504369363, "them": 0.2091559886652956}, "seen": {"he - them": 0.015372483609266324, "he": 0.24540943381468036, "them": 0.23003695020541404}, "sees": {"he - them": 0.03255963174766496, "he": 0.29996762599411864, "them": 0.2674079942464537}, "self": {"he - them": 0.039143992828570756, "he": 0.24485198917346981, "them": 0.20570799634489906}, "sell": {"he - them": 0.08167477362757894, "he": 0.23746359128078381, "them": 0.15578881765320488}, "selling": {"he - them": 0.033562677893672566, "he": 0.23412509034871806, "them": 0.2005624124550455}, "send": {"he - them": -0.055364901965269026, "he": 0.1711001198388357, "them": 0.22646502180410472}, "sent": {"he - them": 0.04086829048430762, "he": 0.2516845426691109, "them": 0.21081625218480327}, "service": {"he - them": -0.03841600991497951, "he": 0.1954253217553395, "them": 0.233841331670319}, "set": {"he - them": -0.010956286693228928, "he": 0.15461081404148858, "them": 0.1655671007347175}, "sf": {"he - them": -0.011023647659695768, "he": 0.14466529137341186, "them": 0.15568893903310763}, "shame": {"he - them": -0.01079172721935387, "he": 0.1780655339314804, "them": 0.18885726115083426}, "she": {"he - them": 0.05909434260217894, "he": 0.19734296331572007, "them": 0.13824862071354113}, "shop": {"he - them": 0.03675475329167657, "he": 0.2490972846048511, "them": 0.21234253131317452}, "should": {"he - them": 0.015364449760468246, "he": 0.29426179955145626, "them": 0.278897349790988}, "shoving": {"he - them": 0.03255963174766496, "he": 0.29996762599411864, "them": 0.2674079942464537}, "show": {"he - them": -0.032209287844743056, "he": 0.18152201205375143, "them": 0.2137312998984945}, "showed": {"he - them": 0.06587952909793693, "he": 0.2894332517988641, "them": 0.22355372270092716}, "sick": {"he - them": 0.0824519330116519, "he": 0.21005547528058519, "them": 0.12760354226893328}, "similar": {"he - them": 0.03420824997671218, "he": 0.1702566504369363, "them": 0.13604840046022412}, "simple": {"he - them": -0.05927883312045745, "he": 0.1824552746959061, "them": 0.24173410781636356}, "simply": {"he - them": 0.03419408806570215, "he": 0.17210330764661627, "them": 0.13790921958091412}, "since": {"he - them": -0.11575802550833353, "he": 0.10541450898883284, "them": 0.22117253449716637}, "single": {"he - them": -0.06011186547979974, "he": 0.1519540008447359, "them": 0.21206586632453564}, "sit": {"he - them": -0.011453910687530683, "he": 0.23493808581144512, "them": 0.2463919964989758}, "six": {"he - them": 0.03404449234824791, "he": 0.1898333100014528, "them": 0.15578881765320488}, "skin": {"he - them": -0.02885309130029151, "he": 0.17505540287438262, "them": 0.20390849417467413}, "slavic": {"he - them": -0.010820706043307565, "he": 0.17401664932974134, "them": 0.1848373553730489}, "small": {"he - them": 0.0016841007857861523, "he": 0.20400228382063673, "them": 0.20231818303485058}, "smash": {"he - them": 0.03296641400117864, "he": 0.2758851054843536, "them": 0.24291869148317494}, "so": {"he - them": 0.006026170915108542, "he": 0.2970331192325622, "them": 0.29100694831745366}, "social": {"he - them": -0.028228718381972523, "he": 0.21483672570554796, "them": 0.24306544408752048}, "sold": {"he - them": 0.033705494393347024, "he": 0.22238185132154806, "them": 0.18867635692820103}, "some": {"he - them": -0.016612573801603664, "he": 0.24675607137543717, "them": 0.26336864517704084}, "someone": {"he - them": -0.031946394993973254, "he": 0.1966753080076791, "them": 0.22862170300165235}, "something": {"he - them": 0.06308485032153605, "he": 0.1899237975322404, "them": 0.12683894721070435}, "somewhere": {"he - them": 0.1117764413109939, "he": 0.2578617223826998, "them": 0.14608528107170587}, "son": {"he - them": 0.15322156685769117, "he": 0.27084141122407085, "them": 0.11761984436637966}, "song": {"he - them": 0.034363772179949195, "he": 0.1469916683588166, "them": 0.11262789617886741}, "soon": {"he - them": -0.022618574661079083, "he": 0.22437891014198216, "them": 0.24699748480306125}, "sorry": {"he - them": 0.06792086747562581, "he": 0.21719423978303457, "them": 0.14927337230740875}, "sort": {"he - them": -0.03889933822835931, "he": 0.1702566504369363, "them": 0.2091559886652956}, "sound": {"he - them": 0.11291344674302593, "he": 0.2305332911094056, "them": 0.11761984436637966}, "speny": {"he - them": 0.03255963174766496, "he": 0.29996762599411864, "them": 0.2674079942464537}, "stamps": {"he - them": 0.0331945951050068, "he": 0.26101383237626974, "them": 0.22781923727126294}, "stand": {"he - them": -0.039265519681197486, "he": 0.1494180136529049, "them": 0.1886835333341024}, "standing": {"he - them": 0.03399218553014802, "he": 0.1954253217553395, "them": 0.16143313622519148}, "stare": {"he - them": -0.05784638798910599, "he": 0.22787709649500767, "them": 0.28572348448411367}, "staring": {"he - them": -0.03721215463592881, "he": 0.25008657663135536, "them": 0.28729873126728417}, "start": {"he - them": -0.06698233927884917, "he": 0.14429422086394184, "them": 0.211276560142791}, "started": {"he - them": 0.009140305988285663, "he": 0.1931503123652337, "them": 0.18401000637694803}, "starting": {"he - them": 0.009089818738806404, "he": 0.24591911173607547, "them": 0.23682929299726907}, "starts": {"he - them": 0.03695934282721797, "he": 0.23493808581144512, "them": 0.19797874298422716}, "state": {"he - them": 0.0016998404646658694, "he": 0.2097857447840673, "them": 0.20808590431940144}, "station": {"he - them": 0.08167477362757894, "he": 0.23746359128078381, "them": 0.15578881765320488}, "stay": {"he - them": -0.07716964106960672, "he": 0.14134502501963062, "them": 0.21851466608923734}, "still": {"he - them": -0.013137320067505648, "he": 0.20059362069682474, "them": 0.21373094076433038}, "stood": {"he - them": 0.06573351484201548, "he": 0.2937001331763854, "them": 0.2279666183343699}, "stop": {"he - them": -0.03972461118115597, "he": 0.21536957517973068, "them": 0.25509418636088665}, "stories": {"he - them": 0.034109743671626336, "he": 0.1824552746959061, "them": 0.14834553102427978}, "stormed": {"he - them": 0.0331945951050068, "he": 0.26101383237626974, "them": 0.22781923727126294}, "stormfront": {"he - them": 0.09193728625783086, "he": 0.18741043198777826, "them": 0.0954731457299474}, "story": {"he - them": 0.08347069788449699, "he": 0.16255589164311207, "them": 0.07908519375861509}, "straight": {"he - them": -0.038713486259281116, "he": 0.18021399957718726, "them": 0.21892748583646837}, "strange": {"he - them": 0.03404449234824791, "he": 0.1898333100014528, "them": 0.15578881765320488}, "street": {"he - them": -0.07673782495127168, "he": 0.15461081404148858, "them": 0.23134863899276026}, "streets": {"he - them": -0.03857785313034462, "he": 0.1872536620266978, "them": 0.22583151515704242}, "student": {"he - them": 0.03414653725727884, "he": 0.1780655339314804, "them": 0.14391899667420155}, "students": {"he - them": 0.00914119451157755, "he": 0.18780838306930844, "them": 0.1786671885577309}, "stuff": {"he - them": -0.011079811688375213, "he": 0.13620560134667595, "them": 0.14728541303505116}, "stupid": {"he - them": -0.09176653817657987, "he": 0.1271156669545797, "them": 0.21888220513115958}, "style": {"he - them": 0.0814068438788241, "he": 0.24591911173607547, "them": 0.16451226785725137}, "such": {"he - them": -0.09251754516298595, "he": 0.10482746316734305, "them": 0.197345008330329}, "sunday": {"he - them": 0.08092624358242739, "he": 0.2601368187993332, "them": 0.1792105752169058}, "support": {"he - them": 0.06231420651133171, "he": 0.2290530950832699, "them": 0.1667388885719382}, "suppose": {"he - them": 0.03688643883390763, "he": 0.24012409138495022, "them": 0.2032376525510426}, "sure": {"he - them": 0.0753301926538561, "he": 0.23910317743704484, "them": 0.16377298478318875}, "suspect": {"he - them": 0.03688643883390763, "he": 0.24012409138495022, "them": 0.2032376525510426}, "swedish": {"he - them": -0.01079172721935387, "he": 0.1780655339314804, "them": 0.18885726115083426}, "system": {"he - them": 0.018453562286632502, "he": 0.2331078146914669, "them": 0.2146542524048344}, "t": {"he - them": -0.036730201686052705, "he": 0.22601555287228406, "them": 0.26274575455833676}, "table": {"he - them": 0.0810643351005424, "he": 0.256164182849164, "them": 0.17509984774862158}, "take": {"he - them": -0.013654631907027565, "he": 0.2008190393883608, "them": 0.21447367129538836}, "taken": {"he - them": 0.13529356452282976, "he": 0.25291340888920943, "them": 0.11761984436637966}, "taking": {"he - them": -0.039103568792525384, "he": 0.15885169591209744, "them": 0.19795526470462282}, "talk": {"he - them": -0.03606530414744874, "he": 0.17716695079817368, "them": 0.21323225494562242}, "talking": {"he - them": 0.009140305988285663, "he": 0.1931503123652337, "them": 0.18401000637694803}, "taught": {"he - them": 0.034019373465962954, "he": 0.19255155813487934, "them": 0.1585321846689164}, "teacher": {"he - them": 0.13605767781044453, "he": 0.23686175706959847, "them": 0.10080407925915394}, "teachers": {"he - them": -0.05519421721768611, "he": 0.17756249876073504, "them": 0.23275671597842115}, "teaches": {"he - them": 0.033705494393347024, "he": 0.22238185132154806, "them": 0.18867635692820103}, "teaching": {"he - them": 0.11134686588700662, "he": 0.2671356835402115, "them": 0.15578881765320488}, "techniques": {"he - them": 0.033468926937460536, "he": 0.24138561175393702, "them": 0.2079166848164765}, "teens": {"he - them": 0.033562677893672566, "he": 0.23412509034871806, "them": 0.2005624124550455}, "tell": {"he - them": -0.03973936191912336, "he": 0.2147298147824867, "them": 0.25446917670161007}, "telling": {"he - them": 0.06709345919180573, "he": 0.2500310841338375, "them": 0.18293762494203178}, "tells": {"he - them": 0.03396262374248152, "he": 0.1984748915997329, "them": 0.16451226785725137}, "ten": {"he - them": 0.03393031318413914, "he": 0.2017249076957935, "them": 0.16779459451165435}, "tend": {"he - them": -0.03847346470741442, "he": 0.19255155813487934, "them": 0.23102502284229376}, "than": {"he - them": -0.05786640531170273, "he": 0.21413859726372553, "them": 0.27200500257542826}, "thank": {"he - them": 0.11008288801476894, "he": 0.21702077119711713, "them": 0.10693788318234819}, "that": {"he - them": -0.0018692234237037142, "he": 0.30286218380729196, "them": 0.3047314072309957}, "thats": {"he - them": 0.0017469318414064516, "he": 0.22807482452194835, "them": 0.2263278926805419}, "the": {"he - them": 0.018088340506975387, "he": 0.359651211376102, "them": 0.3415628708691266}, "their": {"he - them": -0.22624542768365175, "he": 0.11850957289671778, "them": 0.3447550005803695}, "them": {"he - them": -0.45612982898461285, "he": 0.1790504480269035, "them": 0.6351802770115164}, "themselves": {"he - them": -0.11491652387513825, "he": 0.12464096948067512, "them": 0.23955749335581336}, "then": {"he - them": -0.0052998416300826245, "he": 0.26751538878960635, "them": 0.27281523041968897}, "there": {"he - them": -0.13907805441689597, "he": 0.12937455772632322, "them": 0.2684526121432192}, "these": {"he - them": -0.08242621083961482, "he": 0.1666550833746634, "them": 0.24908129421427821}, "they": {"he - them": -0.1829807546299987, "he": 0.19140146322363566, "them": 0.37438221785363435}, "thing": {"he - them": -0.03210865925484241, "he": 0.18741043198777826, "them": 0.21951909124262067}, "things": {"he - them": 0.059786865737790656, "he": 0.2293423424304631, "them": 0.16955547669267243}, "think": {"he - them": -0.062114761056352163, "he": 0.2051914175092283, "them": 0.2673061785655805}, "third": {"he - them": 0.11212186455292339, "he": 0.2500310841338375, "them": 0.13790921958091412}, "this": {"he - them": 0.02192976461325405, "he": 0.24438112421319755, "them": 0.2224513595999435}, "those": {"he - them": -0.06265838347451388, "he": 0.15438367020019453, "them": 0.2170420536747084}, "thought": {"he - them": 0.09359574389467795, "he": 0.2845334481488334, "them": 0.19093770425415546}, "thousand": {"he - them": -0.038670684481660056, "he": 0.1824552746959061, "them": 0.22112595917756617}, "thousands": {"he - them": -0.03902236369773732, "he": 0.16344849391490165, "them": 0.20247085761263897}, "thread": {"he - them": -0.029477410183707614, "he": 0.12894292248980535, "them": 0.15842033267351296}, "three": {"he - them": -0.01172961107177678, "he": 0.20292464133305763, "them": 0.2146542524048344}, "through": {"he - them": -0.05432815249434256, "he": 0.1945700118490484, "them": 0.24889816434339096}, "throw": {"he - them": -0.03875418154519805, "he": 0.1780655339314804, "them": 0.21681971547667844}, "thus": {"he - them": -0.01049725330896073, "he": 0.21746936502540917, "them": 0.2279666183343699}, "till": {"he - them": -0.010776253289545124, "he": 0.18021399957718726, "them": 0.19099025286673238}, "time": {"he - them": 0.03428035649216188, "he": 0.23495085529144932, "them": 0.20067049879928744}, "times": {"he - them": 0.00525909114344586, "he": 0.21558032282422018, "them": 0.21032123168077432}, "to": {"he - them": -0.048342228242616414, "he": 0.35147537949235774, "them": 0.39981760773497416}, "told": {"he - them": 0.014882413105010317, "he": 0.2961685152037671, "them": 0.28128610209875676}, "too": {"he - them": 0.021060007821922827, "he": 0.24821140792801158, "them": 0.22715140010608875}, "tourist": {"he - them": 0.03335108329499309, "he": 0.25008657663135536, "them": 0.21673549333636227}, "town": {"he - them": -0.012124229238761941, "he": 0.15332736182753276, "them": 0.1654515910662947}, "trash": {"he - them": -0.01072508095752936, "he": 0.1872536620266978, "them": 0.19797874298422716}, "tried": {"he - them": -0.010983138892715127, "he": 0.15067164193018298, "them": 0.1616547808228981}, "trip": {"he - them": -0.01049725330896073, "he": 0.21746936502540917, "them": 0.2279666183343699}, "troops": {"he - them": 0.03393031318413914, "he": 0.2017249076957935, "them": 0.16779459451165435}, "trudeau": {"he - them": 0.03396262374248152, "he": 0.1984748915997329, "them": 0.16451226785725137}, "true": {"he - them": -0.011098681514033815, "he": 0.13332755652002545, "them": 0.14442623803405927}, "truth": {"he - them": 0.03131882881756415, "he": 0.2632505227660175, "them": 0.23193169394845337}, "try": {"he - them": 0.0019872541411640465, "he": 0.2359644277937728, "them": 0.23397717365260876}, "trying": {"he - them": 0.059707016390827705, "he": 0.23301319253302924, "them": 0.17330617614220153}, "turn": {"he - them": -0.05485690356728096, "he": 0.18988505420528565, "them": 0.2447419577725666}, "turning": {"he - them": 0.03393031318413914, "he": 0.2017249076957935, "them": 0.16779459451165435}, "turns": {"he - them": 0.03381152855609046, "he": 0.21302210377299627, "them": 0.1792105752169058}, "twice": {"he - them": 0.06612949049052305, "he": 0.28192652758210685, "them": 0.2157970370915838}, "two": {"he - them": 0.05777195402036453, "he": 0.2325624175876295, "them": 0.17479046356726496}, "u": {"he - them": 0.034482650519914004, "he": 0.12226481936113727, "them": 0.08778216884122327}, "under": {"he - them": 0.06215594723802581, "he": 0.23593945089422122, "them": 0.1737835036561954}, "understand": {"he - them": 0.009135186085297231, "he": 0.2056655459948584, "them": 0.19653035990956116}, "unfortunately": {"he - them": 0.08223330094363543, "he": 0.21828170140385955, "them": 0.13604840046022412}, "until": {"he - them": -0.0919903930124094, "he": 0.12073144840811205, "them": 0.21272184142052145}, "untill": {"he - them": 0.03364001927853463, "he": 0.22787709649500767, "them": 0.19423707721647304}, "up": {"he - them": -0.009641871353754883, "he": 0.26819899878700254, "them": 0.2778408701407574}, "upon": {"he - them": -0.038625558005695254, "he": 0.1847983596268498, "them": 0.22342391763254504}, "us": {"he - them": -0.020143339971305796, "he": 0.22428251978075214, "them": 0.24442585975205794}, "use": {"he - them": -0.0857063797422081, "he": 0.14529231572089585, "them": 0.23099869546310395}, "used": {"he - them": -0.07620028422278266, "he": 0.16255589164311207, "them": 0.23875617586589473}, "uses": {"he - them": 0.0807719158125807, "he": 0.2644792724967404, "them": 0.18370735668415972}, "using": {"he - them": -0.07698893921282352, "he": 0.1469916683588166, "them": 0.22398060757164012}, "usual": {"he - them": 0.03393031318413914, "he": 0.2017249076957935, "them": 0.16779459451165435}, "v": {"he - them": -0.011900950608549926, "he": 0.1819959849433494, "them": 0.19389693555189932}, "values": {"he - them": 0.03684592841617129, "he": 0.24293602616038978, "them": 0.2060900977442185}, "ve": {"he - them": -0.027942052118149374, "he": 0.20260650636308966, "them": 0.23054855848123904}, "very": {"he - them": 0.03664197427315671, "he": 0.21921279796200172, "them": 0.182570823688845}, "via": {"he - them": 0.033762008341249455, "he": 0.21746936502540917, "them": 0.18370735668415972}, "video": {"he - them": 0.06056532264311315, "he": 0.18754311397071496, "them": 0.1269777913276018}, "views": {"he - them": 0.009106570654402707, "he": 0.23493808581144512, "them": 0.22583151515704242}, "vile": {"he - them": 0.03381152855609046, "he": 0.21302210377299627, "them": 0.1792105752169058}, "violent": {"he - them": 0.03417913251942173, "he": 0.17401664932974134, "them": 0.1398375168103196}, "vote": {"he - them": 0.03396262374248152, "he": 0.1984748915997329, "them": 0.16451226785725137}, "wait": {"he - them": -0.03538504174422441, "he": 0.21245281832988777, "them": 0.24783786007411218}, "walk": {"he - them": -0.07659443009084807, "he": 0.15885169591209744, "them": 0.2354461260029455}, "walked": {"he - them": 0.03381152855609046, "he": 0.21302210377299627, "them": 0.1792105752169058}, "walking": {"he - them": 0.03396262374248152, "he": 0.1984748915997329, "them": 0.16451226785725137}, "walks": {"he - them": 0.07907782961935597, "he": 0.3068970668906189, "them": 0.22781923727126294}, "want": {"he - them": -0.1529976456205438, "he": 0.12836009979619684, "them": 0.28135774541674063}, "wanted": {"he - them": 0.01850929315973654, "he": 0.2223696381711051, "them": 0.20386034501136857}, "wants": {"he - them": 0.16850179252237135, "he": 0.2823367784187593, "them": 0.11383498589638795}, "was": {"he - them": 0.15194879238072165, "he": 0.3699397943615183, "them": 0.21799100198079666}, "watch": {"he - them": -0.055392148629024446, "he": 0.1747476949277644, "them": 0.23013984355678885}, "way": {"he - them": -0.020337874949907048, "he": 0.22135191208317237, "them": 0.24168978703307942}, "we": {"he - them": -0.08297901958379972, "he": 0.2081836817200336, "them": 0.2911627013038333}, "week": {"he - them": 0.13685370705793762, "he": 0.21799913675777044, "them": 0.08114542969983282}, "weeks": {"he - them": 0.1693728533133289, "he": 0.2692131501125408, "them": 0.09984029679921193}, "welfare": {"he - them": 0.034067793174515304, "he": 0.1872536620266978, "them": 0.1531858688521825}, "well": {"he - them": -0.007763277908061639, "he": 0.20253939129912463, "them": 0.21030266920718627}, "went": {"he - them": 0.09427026044113018, "he": 0.26883086756711433, "them": 0.17456060712598415}, "were": {"he - them": -0.12637749247833488, "he": 0.14517316476283673, "them": 0.2715506572411716}, "west": {"he - them": 0.03423444420185681, "he": 0.16674478698570264, "them": 0.13251034278384582}, "what": {"he - them": 0.01551637373281431, "he": 0.2627176681051585, "them": 0.2472012943723442}, "whatever": {"he - them": 0.06714271008979686, "he": 0.24824676417675112, "them": 0.18110405408695426}, "when": {"he - them": -0.014838263673646546, "he": 0.2786012441732314, "them": 0.29343950784687794}, "whenever": {"he - them": -0.03835440139753618, "he": 0.1984748915997329, "them": 0.23682929299726907}, "where": {"he - them": 0.039883752641668796, "he": 0.24367365746644606, "them": 0.20378990482477727}, "wherever": {"he - them": 0.0331945951050068, "he": 0.26101383237626974, "them": 0.22781923727126294}, "whether": {"he - them": 0.018240631491418885, "he": 0.2671356835402115, "them": 0.24889505204879261}, "which": {"he - them": -0.09100607694908217, "he": 0.16314556030692776, "them": 0.2541516372560099}, "while": {"he - them": 0.1388296782911182, "he": 0.24832869069502092, "them": 0.10949901240390272}, "whine": {"he - them": 0.0331945951050068, "he": 0.26101383237626974, "them": 0.22781923727126294}, "white": {"he - them": -0.00887976778971633, "he": 0.26572420166961047, "them": 0.2746039694593268}, "whites": {"he - them": -0.10807414858800951, "he": 0.1544739431028826, "them": 0.2625480916908921}, "whitey": {"he - them": 0.03381152855609046, "he": 0.21302210377299627, "them": 0.1792105752169058}, "who": {"he - them": -0.013628697927686062, "he": 0.24733226842829525, "them": 0.2609609663559813}, "whole": {"he - them": -0.0605911696921162, "he": 0.13239892224367628, "them": 0.19299009193579247}, "whut": {"he - them": 0.03296641400117864, "he": 0.2758851054843536, "them": 0.24291869148317494}, "why": {"he - them": -0.11329802473857678, "he": 0.15547907897887528, "them": 0.26877710371745206}, "wife": {"he - them": 0.11247351067032693, "he": 0.24166385391956363, "them": 0.1291903432492367}, "will": {"he - them": -0.08394041377638212, "he": 0.23094964080684444, "them": 0.31489005458322655}, "with": {"he - them": -0.008777887581278399, "he": 0.31377301600629726, "them": 0.32255090358757565}, "within": {"he - them": -0.03896320935919642, "he": 0.16674478698570264, "them": 0.20570799634489906}, "wo": {"he - them": -0.010937126820754345, "he": 0.1574014836242536, "them": 0.16833861044500795}, "woman": {"he - them": 0.0911932182810742, "he": 0.21601622205754367, "them": 0.12482300377646947}, "women": {"he - them": -0.12554349929403077, "he": 0.10541450898883284, "them": 0.2309580082828636}, "wonder": {"he - them": 0.020631753754209115, "he": 0.24836544701017044, "them": 0.22773369325596132}, "wonderful": {"he - them": 0.034067793174515304, "he": 0.1872536620266978, "them": 0.1531858688521825}, "wondering": {"he - them": 0.03416331006777387, "he": 0.1760020400449241, "them": 0.14183872997715022}, "word": {"he - them": 0.09060565975945431, "he": 0.23503189779351358, "them": 0.14442623803405927}, "wore": {"he - them": -0.010365994138163054, "he": 0.23412509034871806, "them": 0.24449108448688112}, "work": {"he - them": -0.11590029356008405, "he": 0.10197192865241347, "them": 0.21787222221249752}, "works": {"he - them": 0.03723950481251054, "he": 0.21319485918816547, "them": 0.17595535437565493}, "world": {"he - them": -0.013318360335356716, "he": 0.18077541217354315, "them": 0.19409377250889986}, "worse": {"he - them": 0.009132380987979999, "he": 0.21005547528058519, "them": 0.2009230942926052}, "would": {"he - them": -0.025599499629299638, "he": 0.2533320794697774, "them": 0.27893157909907706}, "wp": {"he - them": 0.034109743671626336, "he": 0.1824552746959061, "them": 0.14834553102427978}, "write": {"he - them": -0.010664775988878994, "he": 0.1954253217553395, "them": 0.2060900977442185}, "wrong": {"he - them": 0.10841943721005648, "he": 0.2597521113510033, "them": 0.1513326741409468}, "ww2": {"he - them": 0.033762008341249455, "he": 0.21746936502540917, "them": 0.18370735668415972}, "www": {"he - them": -0.01264948497226312, "he": 0.07774693094900857, "them": 0.09039641592127169}, "ya": {"he - them": -0.011015923972783725, "he": 0.14581653700966626, "them": 0.15683246098245}, "ye": {"he - them": 0.033562677893672566, "he": 0.23412509034871806, "them": 0.2005624124550455}, "yeah": {"he - them": -0.028735874705262177, "he": 0.1829248317824779, "them": 0.21166070648774007}, "year": {"he - them": 0.04564338953093716, "he": 0.21012200371740572, "them": 0.16447861418646856}, "years": {"he - them": 0.04742797729089507, "he": 0.23355027913764223, "them": 0.18612230184674716}, "yes": {"he - them": 0.12205398628916903, "he": 0.25772520552275235, "them": 0.13567121923358333}, "yet": {"he - them": -0.0396607295809351, "he": 0.12464096948067512, "them": 0.1643016990616102}, "you": {"he - them": -0.058824182060381675, "he": 0.22410996735713926, "them": 0.28293414941752093}, "your": {"he - them": -0.05657868308401845, "he": 0.16346605582596038, "them": 0.22004473890997883}, "yourself": {"he - them": -0.011110700254271494, "he": 0.13148478526895596, "them": 0.14259548552322746}, "youtube": {"he - them": 0.09901475421563255, "he": 0.14038542196324666, "them": 0.04137066774761411}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-they.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-they.json new file mode 100644 index 0000000000000000000000000000000000000000..11c32740bf6f4d6246bdcc9747556e276f6b9f8d --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-they.json @@ -0,0 +1 @@ +{"000": {"he - they": 0.0022495820465526783, "he": 0.13427119015622435, "they": 0.13202160810967167}, "1": {"he - they": -0.046833008287994304, "he": 0.08322999922701296, "they": 0.13006300751500727}, "10": {"he - they": 0.08893537284011557, "he": 0.2298700689877525, "they": 0.14093469614763693}, "100": {"he - they": -0.012975959158357975, "he": 0.1392339371976888, "they": 0.1522098963560468}, "12": {"he - they": 0.0879453291448264, "he": 0.1574014836242536, "they": 0.0694561544794272}, "13": {"he - they": 0.08713465398756909, "he": 0.1872536620266978, "they": 0.10011900803912871}, "14": {"he - they": 0.08829281734208597, "he": 0.14243045720853856, "they": 0.05413763986645259}, "15": {"he - they": 0.0805494799312449, "he": 0.2358108643049227, "they": 0.1552613843736778}, "17": {"he - they": 0.04592983259412367, "he": 0.1984748915997329, "they": 0.15254505900560922}, "1981": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "2": {"he - they": -0.046850271682837896, "he": 0.07997216648426181, "they": 0.1268224381670997}, "2508": {"he - they": 0.02116585109668445, "he": 0.1469916683588166, "they": 0.12582581726213216}, "26": {"he - they": 0.08644626939936151, "he": 0.20895529526800866, "they": 0.12250902586864715}, "27": {"he - they": 0.0861533064036574, "he": 0.21746936502540917, "they": 0.13131605862175177}, "3": {"he - they": 0.06600755480121426, "he": 0.20059362069682474, "they": 0.13458606589561048}, "30": {"he - they": 0.0022000474385330537, "he": 0.14466529137341186, "they": 0.1424652439348788}, "4": {"he - they": 0.10463121492029333, "he": 0.2193586564694832, "they": 0.11472744154918986}, "5": {"he - they": 0.012136928207893943, "he": 0.15869682992179707, "they": 0.14655990171390312}, "50": {"he - they": -0.012976111044320754, "he": 0.15326653760344736, "they": 0.1662426486477681}, "6": {"he - they": 0.10062230214150926, "he": 0.20723642954857477, "they": 0.10661412740706551}, "60": {"he - they": 0.04571006083057297, "he": 0.20895529526800866, "they": 0.1632452344374357}, "65": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "8": {"he - they": -0.01297268034795901, "he": 0.16187272473616937, "they": 0.17484540508412838}, "9": {"he - they": 0.08826848096869304, "he": 0.14353691526390264, "they": 0.0552684342952096}, "90": {"he - they": 0.08597838396915222, "he": 0.22238185132154806, "they": 0.13640346735239584}, "a": {"he - they": 0.07445025102238528, "he": 0.3797807848382674, "they": 0.3053305338158821}, "abc": {"he - they": 0.12924948106046352, "he": 0.32134192311957965, "they": 0.19209244205911613}, "abomination": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "about": {"he - they": 0.009115674759279824, "he": 0.2679674567428005, "they": 0.25885178198352066}, "abroad": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "absolute": {"he - they": 0.020430970885036398, "he": 0.21302210377299627, "they": 0.19259113288795987}, "accept": {"he - they": -0.012933747274310237, "he": 0.1954253217553395, "they": 0.20835906902964973}, "according": {"he - they": 0.035090957453439514, "he": 0.21653109428375936, "they": 0.18144013683031984}, "account": {"he - they": -0.01295896759443807, "he": 0.1780655339314804, "they": 0.19102450152591846}, "act": {"he - they": -0.07604538267949354, "he": 0.16674478698570264, "they": 0.24279016966519618}, "acting": {"he - they": 0.0019815563818711135, "he": 0.23493808581144512, "they": 0.232956529429574}, "action": {"he - they": 0.022542172762809787, "he": 0.21319485918816547, "they": 0.19065268642535568}, "actually": {"he - they": -0.003906915968809543, "he": 0.18641897743577815, "they": 0.1903258934045877}, "adam": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "add": {"he - they": 0.002071923144119525, "he": 0.17210330764661627, "they": 0.17003138450249675}, "adverts": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "after": {"he - they": 0.03840045018906271, "he": 0.26249446993198644, "they": 0.22409401974292373}, "again": {"he - they": 0.041332607860880194, "he": 0.24073513055849036, "they": 0.19940252269761016}, "against": {"he - they": -0.020511468227622814, "he": 0.17974859413122982, "they": 0.20026006235885263}, "age": {"he - they": -0.006472853609730933, "he": 0.19543750765046558, "they": 0.2019103612601965}, "ago": {"he - they": 0.07293459415215528, "he": 0.23781219745619078, "they": 0.1648776033040355}, "agree": {"he - they": 0.02099668039967631, "he": 0.16344849391490165, "they": 0.14245181351522535}, "ahead": {"he - they": 0.08630794650394236, "he": 0.21302210377299627, "they": 0.1267141572690539}, "aid": {"he - they": 0.020480554896162878, "he": 0.20895529526800866, "they": 0.18847474037184578}, "aids": {"he - they": 0.0020139358870635005, "he": 0.1847983596268498, "they": 0.1827844237397863}, "aint": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "alarm": {"he - they": 0.08526102158043286, "he": 0.24138561175393702, "they": 0.15612459017350416}, "all": {"he - they": -0.044195987076207977, "he": 0.25167633941576667, "they": 0.29587232649197465}, "allowed": {"he - they": 0.011551563844537815, "he": 0.22593756778208648, "they": 0.21438600393754867}, "allowing": {"he - they": 0.04528857939745767, "he": 0.22787709649500767, "they": 0.18258851709755}, "almost": {"he - they": 0.042317990124766, "he": 0.21621381765095554, "they": 0.17389582752618954}, "alone": {"he - they": -0.05510728789977476, "he": 0.13427119015622435, "they": 0.1893784780559991}, "along": {"he - they": 0.023876654997150387, "he": 0.2212956721025283, "they": 0.1974190171053779}, "alot": {"he - they": 0.020961680382277997, "he": 0.16674478698570264, "they": 0.14578310660342464}, "already": {"he - they": -0.006461583707384144, "he": 0.18780838306930844, "they": 0.1942699667766926}, "also": {"he - they": -0.034887067176884834, "he": 0.1489322998267673, "they": 0.18381936700365215}, "although": {"he - they": 0.0872072738213533, "he": 0.1847983596268498, "they": 0.09759108580549648}, "always": {"he - they": 0.04356967700231684, "he": 0.23965926458324951, "they": 0.19608958758093267}, "am": {"he - they": -0.04088887882864305, "he": 0.11270341355273707, "they": 0.1535922923813801}, "ambulance": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "american": {"he - they": 0.06672147359272948, "he": 0.19194356465960277, "they": 0.1252220910668733}, "an": {"he - they": 0.05709719589594353, "he": 0.25190045417042506, "they": 0.19480325827448153}, "analogy": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "ancestors": {"he - they": -0.025386761765913007, "he": 0.1954253217553395, "they": 0.2208120835212525}, "and": {"he - they": 0.0032093366976767568, "he": 0.3669835250093558, "they": 0.36377418831167907}, "animals": {"he - they": 0.0020966448667979476, "he": 0.16674478698570264, "they": 0.1646481421189047}, "another": {"he - they": -0.03475422864258998, "he": 0.14429422086394184, "they": 0.17904844950653181}, "anti": {"he - they": 0.07197174341158255, "he": 0.2658569101797752, "they": 0.19388516676819265}, "any": {"he - they": -0.051790903566072743, "he": 0.15046028166629846, "they": 0.2022511852323712}, "anymore": {"he - they": -0.03648693136263223, "he": 0.16187272473616937, "they": 0.1983596560988016}, "anyone": {"he - they": -0.02558992974153862, "he": 0.151270775193521, "they": 0.17686070493505962}, "anything": {"he - they": 0.05670064689118698, "he": 0.25403091769506825, "they": 0.19733027080388127}, "ape": {"he - they": 0.0020245768375629913, "he": 0.1824552746959061, "they": 0.18043069785834312}, "apes": {"he - they": 0.08740093382304721, "he": 0.1780655339314804, "they": 0.09066460010843318}, "apparently": {"he - they": 0.07959311335706673, "he": 0.26002381121540985, "they": 0.18043069785834312}, "appel": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "applications": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "apt": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "are": {"he - they": -0.1924702735044416, "he": 0.18731970956441, "they": 0.3797899830688516}, "area": {"he - they": -0.04679475828442638, "he": 0.08981115781794867, "they": 0.13660591610237505}, "argue": {"he - they": 0.08526102158043286, "he": 0.24138561175393702, "they": 0.15612459017350416}, "arms": {"he - they": -0.012933747274310237, "he": 0.1954253217553395, "they": 0.20835906902964973}, "army": {"he - they": 0.046154348841423054, "he": 0.1872536620266978, "they": 0.14109931318527474}, "around": {"he - they": -0.01810455621121529, "he": 0.22300135523897108, "they": 0.24110591145018637}, "art": {"he - they": 0.020814794449148077, "he": 0.18021399957718726, "they": 0.15939920512803918}, "article": {"he - they": 0.035384102663258477, "he": 0.20031450236303547, "they": 0.164930399699777}, "aryan": {"he - they": 0.04659377295320888, "he": 0.16344849391490165, "they": 0.11685472096169278}, "as": {"he - they": -0.03250211901681199, "he": 0.24735807492327255, "they": 0.27986019394008455}, "ask": {"he - they": 0.01177107078228859, "he": 0.20160406661036392, "they": 0.18983299582807533}, "asked": {"he - they": 0.03482980270010122, "he": 0.23023869543447398, "they": 0.19540889273437276}, "asking": {"he - they": 0.0019224357984400087, "he": 0.20520571480997543, "they": 0.20328327901153542}, "ass": {"he - they": 0.09835828554279885, "he": 0.26002381121540985, "they": 0.161665525672611}, "assignment": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "at": {"he - they": 0.01791595663972964, "he": 0.26216535495020926, "they": 0.24424939831047962}, "ate": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "atleast": {"he - they": 0.09035691457452771, "he": 0.3068970668906189, "they": 0.2165401523160912}, "attachment": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "attack": {"he - they": -0.025741490514730708, "he": 0.1279640196191445, "they": 0.1537055101338752}, "attacked": {"he - they": 0.068049938279929, "he": 0.24591911173607547, "they": 0.17786917345614647}, "attention": {"he - they": 0.002063131196304885, "he": 0.17401664932974134, "they": 0.17195351813343646}, "authorities": {"he - they": 0.04571006083057297, "he": 0.20895529526800866, "they": 0.1632452344374357}, "average": {"he - they": 0.020735549537033077, "he": 0.1872536620266978, "they": 0.16651811248966472}, "away": {"he - they": 0.10110214445193352, "he": 0.28270281316364154, "they": 0.18160066871170802}, "awhile": {"he - they": 0.1334226615302793, "he": 0.2601368187993332, "they": 0.1267141572690539}, "b": {"he - they": 0.011793566730685184, "he": 0.1990544259213837, "they": 0.18726085919069851}, "baby": {"he - they": 0.046439804170147175, "he": 0.17210330764661627, "they": 0.1256635034764691}, "back": {"he - they": 0.052261314230527905, "he": 0.2701350188001274, "they": 0.2178737045695995}, "backward": {"he - they": 0.044076095438538826, "he": 0.2758851054843536, "they": 0.23180901004581475}, "bad": {"he - they": 0.043647216730819755, "he": 0.22260713777405955, "they": 0.1789599210432398}, "ball": {"he - they": 0.1643595792722602, "he": 0.2671356835402115, "they": 0.10277610426795132}, "band": {"he - they": 0.06970402277826078, "he": 0.1920407509762043, "they": 0.12233672819794351}, "bankruptcy": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "bar": {"he - they": 0.09442920323616011, "he": 0.2200927067126292, "they": 0.1256635034764691}, "baseball": {"he - they": 0.04514241444537645, "he": 0.23412509034871806, "they": 0.1889826759033416}, "basketball": {"he - they": 0.020164550421460536, "he": 0.23412509034871806, "they": 0.21396053992725753}, "bat": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "bbc": {"he - they": 0.020706085055957196, "he": 0.1898333100014528, "they": 0.1691272249454956}, "be": {"he - they": -0.040566374993146526, "he": 0.27036853454092985, "they": 0.3109349095340764}, "beaten": {"he - they": -0.012943059201201673, "he": 0.1898333100014528, "they": 0.20277636920265446}, "beautiful": {"he - they": 0.047156032136092624, "he": 0.1279640196191445, "they": 0.08080798748305187}, "because": {"he - they": -0.021900445866923746, "he": 0.27917266114536765, "they": 0.3010731070122914}, "becouse": {"he - they": 0.08526102158043286, "he": 0.24138561175393702, "they": 0.15612459017350416}, "beds": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "been": {"he - they": -0.03409099840835969, "he": 0.17825889102594264, "they": 0.21234988943430233}, "before": {"he - they": 0.011261104063194777, "he": 0.20756612085406292, "they": 0.19630501679086815}, "begging": {"he - they": 0.08526102158043286, "he": 0.24138561175393702, "they": 0.15612459017350416}, "behind": {"he - they": 0.024664549953215514, "he": 0.2437793527132703, "they": 0.2191148027600548}, "being": {"he - they": -0.028007833173321672, "he": 0.17611765663725168, "they": 0.20412548981057335}, "believe": {"he - they": -0.04039914481263021, "he": 0.16811503624669277, "they": 0.20851418105932298}, "bell": {"he - they": 0.08644626939936151, "he": 0.20895529526800866, "they": 0.12250902586864715}, "best": {"he - they": -0.006423171288591212, "he": 0.16667649543703983, "they": 0.17309966672563104}, "bet": {"he - they": 0.022395293461077215, "he": 0.22391508330692325, "they": 0.20151978984584604}, "better": {"he - they": -0.005667903905674204, "he": 0.23114975146670458, "they": 0.23681765537237878}, "big": {"he - they": 0.05586615019798319, "he": 0.21347033153273015, "they": 0.15760418133474696}, "bigger": {"he - they": 0.020567307891496023, "he": 0.2017249076957935, "they": 0.18115759980429746}, "bit": {"he - they": 0.002119248834778764, "he": 0.16187272473616937, "they": 0.1597534759013906}, "bitch": {"he - they": 0.08577759748617919, "he": 0.22787709649500767, "they": 0.14209949900882848}, "black": {"he - they": 0.011948763540982621, "he": 0.2599833813150044, "they": 0.2480346177740218}, "blacks": {"he - they": -0.13703326272565397, "he": 0.11209141945665371, "they": 0.24912468218230768}, "blind": {"he - they": 0.020314694897031277, "he": 0.22238185132154806, "they": 0.20206715642451678}, "blog": {"he - they": 0.08630794650394236, "he": 0.21302210377299627, "they": 0.1267141572690539}, "blood": {"he - they": -0.012974991487582632, "he": 0.13620560134667595, "they": 0.14918059283425858}, "blows": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "blue": {"he - they": -0.025709585591803308, "he": 0.13719752684385159, "they": 0.1629071124356549}, "bodies": {"he - they": 0.08657119138494125, "he": 0.20520571480997543, "they": 0.11863452342503418}, "body": {"he - they": -0.045989585256122095, "he": 0.1684719010074631, "they": 0.2144614862635852}, "bombings": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "book": {"he - they": -0.012976763197561136, "he": 0.14353691526390264, "they": 0.15651367846146377}, "boot": {"he - they": 0.08577759748617919, "he": 0.22787709649500767, "they": 0.14209949900882848}, "bother": {"he - they": 0.04571006083057297, "he": 0.20895529526800866, "they": 0.1632452344374357}, "bought": {"he - they": 0.08705720573350147, "he": 0.1898333100014528, "they": 0.10277610426795132}, "boy": {"he - they": 0.19126487160448025, "he": 0.30521415176709743, "they": 0.1139492801626172}, "boyfriend": {"he - they": 0.04541426400488316, "he": 0.22238185132154806, "they": 0.1769675873166649}, "boys": {"he - they": 0.00204458755052353, "he": 0.1780655339314804, "they": 0.17602094638095686}, "brand": {"he - they": 0.08554273768491946, "he": 0.23412509034871806, "they": 0.1485823526637986}, "brave": {"he - they": 0.08554273768491946, "he": 0.23412509034871806, "they": 0.1485823526637986}, "break": {"he - they": 0.04620198855351709, "he": 0.1847983596268498, "they": 0.1385963710733327}, "brethren": {"he - they": 0.04496819601335794, "he": 0.24138561175393702, "they": 0.19641741574057908}, "bring": {"he - they": -0.03648693136263223, "he": 0.16187272473616937, "they": 0.1983596560988016}, "britain": {"he - they": 0.02097949416706052, "he": 0.1650714711739678, "they": 0.1440919770069073}, "brother": {"he - they": 0.12200676081959647, "he": 0.25417085685002216, "they": 0.1321640960304257}, "brothers": {"he - they": -0.02568915619826348, "he": 0.14243045720853856, "they": 0.16811961340680204}, "brought": {"he - they": 0.09883176546389547, "he": 0.2500310841338375, "they": 0.15119931866994205}, "brown": {"he - they": 0.0391552602308905, "he": 0.21347033153273015, "they": 0.17431507130183965}, "browns": {"he - they": 0.08526102158043286, "he": 0.24138561175393702, "they": 0.15612459017350416}, "bs": {"he - they": 0.045862722373869264, "he": 0.2017249076957935, "they": 0.15586218532192422}, "building": {"he - they": 0.04620198855351709, "he": 0.1847983596268498, "they": 0.1385963710733327}, "bullet": {"he - they": 0.08597838396915222, "he": 0.22238185132154806, "they": 0.13640346735239584}, "bumps": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "bunch": {"he - they": -0.03983890657499961, "he": 0.21005547528058519, "they": 0.2498943818555848}, "burglary": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "burning": {"he - they": 0.08597838396915222, "he": 0.22238185132154806, "they": 0.13640346735239584}, "bus": {"he - they": -0.045963898962834926, "he": 0.1702566504369363, "they": 0.21622054939977123}, "busy": {"he - they": 0.04541426400488316, "he": 0.22238185132154806, "they": 0.1769675873166649}, "but": {"he - they": -0.00704850139300256, "he": 0.2636441465050679, "they": 0.27069264789807046}, "butt": {"he - they": 0.131674655769226, "he": 0.28779924594273015, "they": 0.15612459017350416}, "by": {"he - they": 0.0028406467757536857, "he": 0.2307237338936239, "they": 0.22788308711787023}, "ca": {"he - they": 0.013049330216345412, "he": 0.2110274516479782, "they": 0.1979781214316328}, "call": {"he - they": 0.042378932798200486, "he": 0.21337009720770414, "they": 0.17099116440950365}, "called": {"he - they": 0.024135129815778283, "he": 0.20322091593113112, "they": 0.17908578611535284}, "calling": {"he - they": 0.04931026999941507, "he": 0.2490972846048511, "they": 0.19978701460543602}, "came": {"he - they": 0.02056959768309502, "he": 0.23559175862940296, "they": 0.21502216094630794}, "campaign": {"he - they": 0.08644626939936151, "he": 0.20895529526800866, "they": 0.12250902586864715}, "can": {"he - they": -0.06435892377430052, "he": 0.20603745587199435, "they": 0.27039637964629487}, "canada": {"he - they": 0.0022871842666991604, "he": 0.17265068282259063, "they": 0.17036349855589147}, "cannot": {"he - they": 0.041972316283030886, "he": 0.23180531211110622, "they": 0.18983299582807533}, "cant": {"he - they": 0.00884239300380471, "he": 0.21920760464446767, "they": 0.21036521164066296}, "capital": {"he - they": 0.08597838396915222, "he": 0.22238185132154806, "they": 0.13640346735239584}, "capped": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "car": {"he - they": 0.099141812171991, "he": 0.2432337891788983, "they": 0.1440919770069073}, "care": {"he - they": 0.018626579409849603, "he": 0.23325907483309014, "they": 0.21463249542324053}, "carrying": {"he - they": 0.020480554896162878, "he": 0.20895529526800866, "they": 0.18847474037184578}, "cars": {"he - they": -0.025461314364548876, "he": 0.1847983596268498, "they": 0.21025967399139867}, "case": {"he - they": 0.022678795939325286, "he": 0.20292464133305763, "they": 0.18024584539373234}, "caught": {"he - they": 0.14695894467586978, "he": 0.2654650119605131, "they": 0.11850606728464329}, "cause": {"he - they": 0.008889742450840898, "he": 0.21337009720770414, "they": 0.20448035475686324}, "cbs": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "celebrated": {"he - they": 0.08577759748617919, "he": 0.22787709649500767, "they": 0.14209949900882848}, "celebrity": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "celtic": {"he - they": 0.04632988829658527, "he": 0.1780655339314804, "they": 0.13173564563489512}, "certain": {"he - they": 0.02233757419270907, "he": 0.22804289685316984, "they": 0.20570532266046077}, "change": {"he - they": -0.012976619865843642, "he": 0.15067164193018298, "they": 0.16364826179602662}, "changes": {"he - they": 0.08526102158043286, "he": 0.24138561175393702, "they": 0.15612459017350416}, "channel": {"he - they": 0.13527296767365332, "he": 0.22593756778208648, "they": 0.09066460010843318}, "charge": {"he - they": 0.02067479045478321, "he": 0.19255155813487934, "they": 0.17187676768009613}, "charged": {"he - they": 0.17954105048077199, "he": 0.2997499258945969, "they": 0.12020887541382494}, "chasing": {"he - they": 0.09093629617401519, "he": 0.29626964808975753, "they": 0.20533335191574234}, "check": {"he - they": 0.0023212581823466027, "he": 0.16596992319905252, "they": 0.1636486650167059}, "child": {"he - they": -0.08917952353197839, "he": 0.1230464384271103, "they": 0.2122259619590887}, "children": {"he - they": -0.020148707231148894, "he": 0.1916555784415737, "they": 0.21180428567272258}, "chimp": {"he - they": 0.08526102158043286, "he": 0.24138561175393702, "they": 0.15612459017350416}, "chinese": {"he - they": 0.022519960209721385, "he": 0.21483672570554796, "they": 0.19231676549582657}, "chocolate": {"he - they": 0.04496819601335794, "he": 0.24138561175393702, "they": 0.19641741574057908}, "chosen": {"he - they": 0.04528857939745767, "he": 0.22787709649500767, "they": 0.18258851709755}, "christ": {"he - they": 0.12381549013619925, "he": 0.26002381121540985, "they": 0.1362083210792106}, "christian": {"he - they": 0.050581993006186265, "he": 0.19782242622321147, "they": 0.1472404332170252}, "christianity": {"he - they": 0.08577759748617919, "he": 0.22787709649500767, "they": 0.14209949900882848}, "christmas": {"he - they": 0.08756573846149358, "he": 0.17210330764661627, "they": 0.08453756918512269}, "church": {"he - they": -0.025504939963167078, "he": 0.1780655339314804, "they": 0.20357047389464747}, "citizen": {"he - they": 0.08554273768491946, "he": 0.23412509034871806, "they": 0.1485823526637986}, "city": {"he - they": -0.0064017165395326425, "he": 0.15685469396536425, "they": 0.1632564105048969}, "claim": {"he - they": 0.02230660663293904, "he": 0.23023869543447398, "they": 0.20793208880153494}, "claims": {"he - they": 0.12368691046334437, "he": 0.26228328153667707, "they": 0.1385963710733327}, "class": {"he - they": 0.032538172580633906, "he": 0.2212956721025283, "they": 0.18875749952189438}, "cleaning": {"he - they": 0.0861533064036574, "he": 0.21746936502540917, "they": 0.13131605862175177}, "clips": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "close": {"he - they": 0.05046699152149706, "he": 0.20292464133305763, "they": 0.15245764981156057}, "cnn": {"he - they": 0.08577759748617919, "he": 0.22787709649500767, "they": 0.14209949900882848}, "coat": {"he - they": 0.08526102158043286, "he": 0.24138561175393702, "they": 0.15612459017350416}, "coke": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "college": {"he - they": 0.0886697217434324, "he": 0.12383838927401161, "they": 0.035168667530579206}, "com": {"he - they": -0.015300554970571187, "he": 0.11542588306998948, "they": 0.13072643804056067}, "come": {"he - they": -0.17347683537553993, "he": 0.08535102386738831, "they": 0.2588278592429282}, "comes": {"he - they": -0.0366397279396464, "he": 0.14466529137341186, "they": 0.18130501931305826}, "coming": {"he - they": -0.028285054575390017, "he": 0.17424290295737305, "they": 0.20252795753276306}, "community": {"he - they": 0.08125187147841514, "he": 0.21621381765095554, "they": 0.1349619461725404}, "company": {"he - they": 0.06883526178993651, "he": 0.22196876019240214, "they": 0.15313349840246562}, "complaining": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "completely": {"he - they": 0.07391477721162423, "he": 0.2866131478046988, "they": 0.2126983705930746}, "complex": {"he - they": 0.08554273768491946, "he": 0.23412509034871806, "they": 0.1485823526637986}, "concerns": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "confused": {"he - they": 0.020069348129292036, "he": 0.24138561175393702, "they": 0.221316263624645}, "conquer": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "consider": {"he - they": 0.011490561628205193, "he": 0.23253371794903344, "they": 0.22104315632082824}, "constitution": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "continue": {"he - they": -0.045963898962834926, "he": 0.1702566504369363, "they": 0.21622054939977123}, "control": {"he - they": -0.04606012253790687, "he": 0.16344849391490165, "they": 0.20950861645280852}, "convictions": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "cool": {"he - they": 0.06919603092375273, "he": 0.21005547528058519, "they": 0.14085944435683245}, "cop": {"he - they": 0.0937340030530541, "he": 0.23746359128078381, "they": 0.14372958822772972}, "cops": {"he - they": 0.0681521341283195, "he": 0.24293602616038978, "they": 0.1747838920320703}, "corps": {"he - they": 0.04552434732590613, "he": 0.21746936502540917, "they": 0.17194501769950304}, "correct": {"he - they": 0.020763381712847334, "he": 0.1847983596268498, "they": 0.16403497791400246}, "could": {"he - they": 0.0054327254700756444, "he": 0.22790521128527533, "they": 0.22247248581519968}, "council": {"he - they": 0.04552434732590613, "he": 0.21746936502540917, "they": 0.17194501769950304}, "country": {"he - they": 0.03556950296433037, "he": 0.2345049011799161, "they": 0.19893539821558573}, "course": {"he - they": -0.0462278148823585, "he": 0.15067164193018298, "they": 0.19689945681254148}, "court": {"he - they": 0.09383877262617038, "he": 0.23493808581144512, "they": 0.14109931318527474}, "cowards": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "crap": {"he - they": -0.014325766965214787, "he": 0.18883723087823395, "they": 0.20316299784344874}, "crime": {"he - they": -0.06327476965106558, "he": 0.11635194572824543, "they": 0.17962671537931102}, "crimes": {"he - they": 0.0459919524736655, "he": 0.1954253217553395, "they": 0.149433369281674}, "criminal": {"he - they": 0.04980799757613086, "he": 0.23023869543447398, "they": 0.18043069785834312}, "crisis": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "cross": {"he - they": 0.0224481648360437, "he": 0.2200927067126292, "they": 0.1976445418765855}, "culture": {"he - they": -0.07698060227204542, "he": 0.1296981197092574, "they": 0.20667872198130283}, "currently": {"he - they": 0.08668491878134017, "he": 0.2017249076957935, "they": 0.11503998891445331}, "customer": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "d": {"he - they": -0.025486829424979457, "he": 0.17372152644751712, "they": 0.19920835587249658}, "daddy": {"he - they": 0.04514241444537645, "he": 0.23412509034871806, "they": 0.1889826759033416}, "damn": {"he - they": 0.046505211887663905, "he": 0.1684719010074631, "they": 0.12196668911979919}, "dark": {"he - they": -0.012976917630702606, "he": 0.14581653700966626, "they": 0.15879345464036887}, "darkies": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "dat": {"he - they": 0.04496819601335794, "he": 0.24138561175393702, "they": 0.19641741574057908}, "date": {"he - they": 0.0020028152144669353, "he": 0.1872536620266978, "they": 0.18525084681223086}, "dating": {"he - they": 0.020430970885036398, "he": 0.21302210377299627, "they": 0.19259113288795987}, "daughter": {"he - they": 0.0984625172546606, "he": 0.2578617223826998, "they": 0.15939920512803918}, "day": {"he - they": 0.042864722009531925, "he": 0.2305833719742898, "they": 0.18771864996475787}, "days": {"he - they": -0.05537212486844198, "he": 0.11359821536979867, "they": 0.16897034023824065}, "dead": {"he - they": 0.06552124896540029, "he": 0.2331078146914669, "they": 0.16758656572606662}, "death": {"he - they": -0.06312179121765513, "he": 0.12627927575297015, "they": 0.18940106697062528}, "debt": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "decided": {"he - they": 0.034872460952630774, "he": 0.22804289685316984, "they": 0.19317043590053906}, "deeds": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "defense": {"he - they": 0.020706085055957196, "he": 0.1898333100014528, "they": 0.1691272249454956}, "democracy": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "den": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "dere": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "desert": {"he - they": 0.04514241444537645, "he": 0.23412509034871806, "they": 0.1889826759033416}, "deserve": {"he - they": 0.0018470618235035818, "he": 0.22238185132154806, "they": 0.22053478949804448}, "destroy": {"he - they": 0.01139305914149813, "he": 0.24293602616038978, "they": 0.23154296701889165}, "destroyed": {"he - they": 0.0861533064036574, "he": 0.21746936502540917, "they": 0.13131605862175177}, "did": {"he - they": 0.09126113385098761, "he": 0.3258558616445767, "they": 0.2345947277935891}, "didnt": {"he - they": 0.020706085055957196, "he": 0.1898333100014528, "they": 0.1691272249454956}, "die": {"he - they": 0.011747376661434994, "he": 0.20427787303195846, "they": 0.19253049637052347}, "died": {"he - they": 0.09273687139344036, "he": 0.2601368187993332, "they": 0.16739994740589284}, "different": {"he - they": -0.00727201654525278, "he": 0.22217486370618977, "they": 0.22944688025144255}, "difficult": {"he - they": 0.08577759748617919, "he": 0.22787709649500767, "they": 0.14209949900882848}, "dime": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "directly": {"he - they": 0.08554273768491946, "he": 0.23412509034871806, "they": 0.1485823526637986}, "discovered": {"he - they": 0.08597838396915222, "he": 0.22238185132154806, "they": 0.13640346735239584}, "disease": {"he - they": 0.04562215636710343, "he": 0.21302210377299627, "they": 0.16739994740589284}, "dised": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "disgusted": {"he - they": 0.13287030524562266, "he": 0.2692737725980185, "they": 0.13640346735239584}, "disgusting": {"he - they": -0.025606388854101575, "he": 0.1603413215322604, "they": 0.185947710386362}, "diversity": {"he - they": 0.05018858358664327, "he": 0.21483672570554796, "they": 0.1646481421189047}, "dna": {"he - they": 0.002034781507585598, "he": 0.18021399957718726, "they": 0.17817921806960166}, "do": {"he - they": -0.11525879946006784, "he": 0.20230347691795564, "they": 0.3175622763780235}, "documentation": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "does": {"he - they": 0.12639599830530823, "he": 0.2616398738641152, "they": 0.13524387555880696}, "dog": {"he - they": 0.04659377295320888, "he": 0.16344849391490165, "they": 0.11685472096169278}, "dogs": {"he - they": -0.025504939963167078, "he": 0.1780655339314804, "they": 0.20357047389464747}, "doing": {"he - they": -0.005689194926926711, "he": 0.24641139771699877, "they": 0.2521005926439255}, "don": {"he - they": 0.022805106933644348, "he": 0.1931503123652337, "they": 0.17034520543158935}, "done": {"he - they": 0.06630173340093784, "he": 0.20723642954857477, "they": 0.14093469614763693}, "dont": {"he - they": 0.009016711631437607, "he": 0.2287974584719686, "they": 0.219780746840531}, "door": {"he - they": 0.020923981766835603, "he": 0.1702566504369363, "they": 0.1493326686701007}, "double": {"he - they": 0.04592983259412367, "he": 0.1984748915997329, "they": 0.15254505900560922}, "down": {"he - they": 0.022239415867264967, "he": 0.2387045937204702, "they": 0.21646517785320524}, "draw": {"he - they": 0.06754568591137333, "he": 0.2601368187993332, "they": 0.19259113288795987}, "dressed": {"he - they": 0.020430970885036398, "he": 0.21302210377299627, "they": 0.19259113288795987}, "drink": {"he - they": 0.020838641054188506, "he": 0.1780655339314804, "they": 0.15722689287729189}, "drop": {"he - they": 0.08630794650394236, "he": 0.21302210377299627, "they": 0.1267141572690539}, "dropped": {"he - they": 0.131094007379119, "he": 0.29626964808975753, "they": 0.16517564071063853}, "drugs": {"he - they": 0.06793968480055362, "he": 0.2490972846048511, "they": 0.18115759980429746}, "dude": {"he - they": 0.13316321387498864, "he": 0.2644792724967404, "they": 0.13131605862175177}, "dumb": {"he - they": -0.012973486693359376, "he": 0.1603413215322604, "they": 0.1733148082256198}, "during": {"he - they": 0.07573660281190375, "he": 0.2417141417022772, "they": 0.16597753889037345}, "each": {"he - they": -0.08917952353197839, "he": 0.1230464384271103, "they": 0.2122259619590887}, "early": {"he - they": 0.046505211887663905, "he": 0.1684719010074631, "they": 0.12196668911979919}, "earshot": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "earth": {"he - they": -0.02562833086206795, "he": 0.15598851918970136, "they": 0.1816168500517693}, "east": {"he - they": 0.04659377295320888, "he": 0.16344849391490165, "they": 0.11685472096169278}, "eat": {"he - they": -0.03654197718082211, "he": 0.15598851918970136, "they": 0.19253049637052347}, "eating": {"he - they": -0.012956436323351805, "he": 0.18021399957718726, "they": 0.19317043590053906}, "education": {"he - they": 0.02101328037933692, "he": 0.16187272473616937, "they": 0.14085944435683245}, "egyptians": {"he - they": 0.04562215636710343, "he": 0.21302210377299627, "they": 0.16739994740589284}, "either": {"he - they": 0.011854956811768819, "he": 0.1920407509762043, "they": 0.18018579416443548}, "elementary": {"he - they": 0.08597838396915222, "he": 0.22238185132154806, "they": 0.13640346735239584}, "elites": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "else": {"he - they": -0.021644343705713526, "he": 0.1599563250059945, "they": 0.18160066871170802}, "employed": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "end": {"he - they": 0.008911621409475518, "he": 0.21066111172037205, "they": 0.20174949031089653}, "enemy": {"he - they": -0.02549132308327351, "he": 0.18021399957718726, "they": 0.20570532266046077}, "england": {"he - they": 0.13614747989694787, "he": 0.20708959828893664, "they": 0.07094211839198876}, "english": {"he - they": -0.014358377104058295, "he": 0.16059591643701485, "they": 0.17495429354107314}, "enough": {"he - they": 0.04695058766106405, "he": 0.2200502543866951, "they": 0.17309966672563104}, "entertainment": {"he - they": 0.04552434732590613, "he": 0.21746936502540917, "they": 0.17194501769950304}, "episode": {"he - they": 0.04541426400488316, "he": 0.22238185132154806, "they": 0.1769675873166649}, "equipment": {"he - they": 0.044473680060178544, "he": 0.26101383237626974, "they": 0.2165401523160912}, "especially": {"he - they": -0.025614029895918877, "he": 0.15885169591209744, "they": 0.18446572580801632}, "etc": {"he - they": 0.02499559283759295, "he": 0.22290040490934163, "they": 0.19790481207174868}, "eu": {"he - they": 0.08678916033452054, "he": 0.1984748915997329, "they": 0.11168573126521235}, "europe": {"he - they": 0.0023065511989866783, "he": 0.16884744922549974, "they": 0.16654089802651306}, "even": {"he - they": 0.013397448148116387, "he": 0.2346621085844964, "they": 0.22126466043638002}, "event": {"he - they": 0.0876155097651028, "he": 0.1702566504369363, "they": 0.08264114067183351}, "ever": {"he - they": 0.02741140748614926, "he": 0.23179165320017162, "they": 0.20438024571402236}, "every": {"he - they": -0.03125468365459322, "he": 0.20230313382079526, "they": 0.23355781747538848}, "everybody": {"he - they": 0.08657119138494125, "he": 0.20520571480997543, "they": 0.11863452342503418}, "everyone": {"he - they": -0.046547550689895106, "he": 0.1214932470685176, "they": 0.1680407977584127}, "everything": {"he - they": 0.023936465299757487, "he": 0.21719423978303457, "they": 0.19325777448327708}, "evil": {"he - they": 0.035090957453439514, "he": 0.21653109428375936, "they": 0.18144013683031984}, "exactly": {"he - they": 0.011804402654663038, "he": 0.19782242622321147, "they": 0.18601802356854844}, "example": {"he - they": 0.002133325457393781, "he": 0.15885169591209744, "they": 0.15671837045470366}, "examples": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "expect": {"he - they": 0.020706085055957196, "he": 0.1898333100014528, "they": 0.1691272249454956}, "experience": {"he - they": 0.08705720573350147, "he": 0.1898333100014528, "they": 0.10277610426795132}, "experiences": {"he - they": 0.020069348129292036, "he": 0.24138561175393702, "they": 0.221316263624645}, "expressed": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "extent": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "eyes": {"he - they": 0.08433472221122223, "he": 0.22103297019475462, "they": 0.1366982479835324}, "face": {"he - they": 0.002195122228765889, "he": 0.19095262175066027, "they": 0.18875749952189438}, "facebook": {"he - they": 0.04636828499962048, "he": 0.1760020400449241, "they": 0.1296337550453036}, "faces": {"he - they": -0.01293867369057114, "he": 0.19255155813487934, "they": 0.20549023182545048}, "fact": {"he - they": 0.06479870331610338, "he": 0.26744423797498496, "they": 0.20264553465888158}, "fag": {"he - they": 0.04571006083057297, "he": 0.20895529526800866, "they": 0.1632452344374357}, "faith": {"he - they": 0.08554273768491946, "he": 0.23412509034871806, "they": 0.1485823526637986}, "fall": {"he - they": -0.012933747274310237, "he": 0.1954253217553395, "they": 0.20835906902964973}, "false": {"he - they": 0.08688526582532936, "he": 0.1954253217553395, "they": 0.10854005593001013}, "families": {"he - they": 0.03498882616113444, "he": 0.22196876019240214, "they": 0.1869799340312677}, "family": {"he - they": 0.009081053115538557, "he": 0.1894262605098467, "they": 0.18034520739430815}, "fan": {"he - they": 0.08644626939936151, "he": 0.20895529526800866, "they": 0.12250902586864715}, "far": {"he - they": 0.07413851949801054, "he": 0.23238558681723714, "they": 0.1582470673192266}, "farming": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "fast": {"he - they": -0.012971762137588383, "he": 0.16344849391490165, "they": 0.17642025605249004}, "father": {"he - they": 0.0753593596421851, "he": 0.2516845426691109, "they": 0.1763251830269258}, "favorite": {"he - they": 0.04632988829658527, "he": 0.1780655339314804, "they": 0.13173564563489512}, "federal": {"he - they": 0.04514241444537645, "he": 0.23412509034871806, "they": 0.1889826759033416}, "feds": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "feel": {"he - they": -0.03466468367210218, "he": 0.15625267899126283, "they": 0.190917362663365}, "feeling": {"he - they": 0.020567307891496023, "he": 0.2017249076957935, "they": 0.18115759980429746}, "feet": {"he - they": 0.09891409550665042, "he": 0.24824676417675112, "they": 0.1493326686701007}, "fellow": {"he - they": 0.08697431963292858, "he": 0.19255155813487934, "they": 0.10557723850195076}, "felt": {"he - they": 0.06824732370485409, "he": 0.24012409138495022, "they": 0.17187676768009613}, "feral": {"he - they": 0.08630794650394236, "he": 0.21302210377299627, "they": 0.1267141572690539}, "few": {"he - they": 0.04458163550275454, "he": 0.24398452526094597, "they": 0.19940288975819143}, "fight": {"he - they": -0.014349182484379441, "he": 0.1718703412080863, "they": 0.18621952369246575}, "fighting": {"he - they": -0.01297268034795901, "he": 0.16187272473616937, "they": 0.17484540508412838}, "fights": {"he - they": 0.08597838396915222, "he": 0.22238185132154806, "they": 0.13640346735239584}, "figure": {"he - they": -0.01296823582285675, "he": 0.1684719010074631, "they": 0.18144013683031984}, "figures": {"he - they": 0.13405729569039776, "he": 0.2490972846048511, "they": 0.11503998891445331}, "file": {"he - they": 0.13405729569039776, "he": 0.2490972846048511, "they": 0.11503998891445331}, "film": {"he - they": 0.13494263214353697, "he": 0.23253371794903344, "they": 0.09759108580549648}, "films": {"he - they": 0.08554273768491946, "he": 0.23412509034871806, "they": 0.1485823526637986}, "filthy": {"he - they": 0.068049938279929, "he": 0.24591911173607547, "they": 0.17786917345614647}, "find": {"he - they": -0.032859746617305424, "he": 0.1897398762893147, "they": 0.22259962290662014}, "fine": {"he - they": 0.020706085055957196, "he": 0.1898333100014528, "they": 0.1691272249454956}, "finishing": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "fired": {"he - they": 0.09230618528135359, "he": 0.2692737725980185, "they": 0.1769675873166649}, "first": {"he - they": 0.03599725274407242, "he": 0.2248933923649319, "they": 0.18889613962085947}, "fish": {"he - they": 0.00210439463901127, "he": 0.1650714711739678, "they": 0.16296707653495654}, "fits": {"he - they": 0.04552434732590613, "he": 0.21746936502540917, "they": 0.17194501769950304}, "flag": {"he - they": 0.09393734687570074, "he": 0.23253371794903344, "they": 0.1385963710733327}, "floor": {"he - they": 0.13423338047086314, "he": 0.24591911173607547, "they": 0.11168573126521235}, "florida": {"he - they": 0.08727557920457824, "he": 0.1824552746959061, "they": 0.09517969549132788}, "folklore": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "food": {"he - they": 0.023921978589355103, "he": 0.2181919453660477, "they": 0.1942699667766926}, "fool": {"he - they": 0.044473680060178544, "he": 0.26101383237626974, "they": 0.2165401523160912}, "fools": {"he - they": -0.012886050170783814, "he": 0.21746936502540917, "they": 0.230355415196193}, "foot": {"he - they": 0.04592983259412367, "he": 0.1984748915997329, "they": 0.15254505900560922}, "football": {"he - they": -0.025606388854101575, "he": 0.1603413215322604, "they": 0.185947710386362}, "for": {"he - they": 0.0026569544999600625, "he": 0.2682361341607829, "they": 0.26557917966082284}, "force": {"he - they": 0.0020935089686637542, "he": 0.21160212542147228, "they": 0.20950861645280852}, "forced": {"he - they": 0.022367093887439016, "he": 0.22593756778208648, "they": 0.20357047389464747}, "foreign": {"he - they": 0.06849874003503098, "he": 0.23253371794903344, "they": 0.16403497791400246}, "forest": {"he - they": 0.0861533064036574, "he": 0.21746936502540917, "they": 0.13131605862175177}, "forum": {"he - they": 0.021608715853065244, "he": 0.09870768319793093, "they": 0.07709896734486568}, "forums": {"he - they": 0.13516890476371285, "he": 0.22804289685316984, "they": 0.09287399208945699}, "forward": {"he - they": 0.049916621401129624, "he": 0.22593756778208648, "they": 0.17602094638095686}, "fought": {"he - they": 0.06720661617350171, "he": 0.2692737725980185, "they": 0.20206715642451678}, "found": {"he - they": 0.06571952613285384, "he": 0.2215532441375704, "they": 0.15583371800471657}, "fourth": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "france": {"he - they": 0.04578980788176071, "he": 0.20520571480997543, "they": 0.15941590692821472}, "free": {"he - they": -0.055541023257040925, "he": 0.09765590118781474, "they": 0.15319692444485566}, "french": {"he - they": 0.08103812123920426, "he": 0.2223696381711051, "they": 0.14133151693190085}, "friend": {"he - they": 0.134708167702849, "he": 0.287964164855566, "they": 0.15325599715271698}, "friends": {"he - they": -0.07750379799928213, "he": 0.10366962418326016, "they": 0.1811734221825423}, "from": {"he - they": 0.05425202643625329, "he": 0.2772162963949818, "they": 0.2229642699587285}, "front": {"he - they": 0.011964663976026052, "he": 0.17929558521677422, "they": 0.16733092124074816}, "full": {"he - they": 0.06996769669032207, "he": 0.1819959849433494, "they": 0.11202828825302732}, "fun": {"he - they": 0.049967071089442594, "he": 0.22391508330692325, "they": 0.17394801221748066}, "fundamentalists": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "funny": {"he - they": -0.02028226873506045, "he": 0.22688570741456973, "they": 0.24716797614963018}, "future": {"he - they": -0.036712949695856395, "he": 0.13523035232962233, "they": 0.17194330202547872}, "gang": {"he - they": 0.020735549537033077, "he": 0.1872536620266978, "they": 0.16651811248966472}, "gat": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "gave": {"he - they": 0.08727307086877184, "he": 0.2687132076990917, "they": 0.18144013683031984}, "gay": {"he - they": 0.011735038282083887, "he": 0.2056655459948584, "they": 0.1939305077127745}, "generally": {"he - they": 0.020430970885036398, "he": 0.21302210377299627, "they": 0.19259113288795987}, "german": {"he - they": 0.05094145830592195, "he": 0.18108181762036518, "they": 0.13014035931444323}, "germans": {"he - they": 0.0019911643183035954, "he": 0.1898333100014528, "they": 0.1878421456831492}, "get": {"he - they": -0.06177422818706982, "he": 0.2107767598371156, "they": 0.2725509880241854}, "gets": {"he - they": 0.12156681371987385, "he": 0.2758882761049732, "they": 0.15432146238509933}, "getting": {"he - they": 0.05542180273601263, "he": 0.2298700689877525, "they": 0.17444826625173987}, "ghetto": {"he - they": 0.020706085055957196, "he": 0.1898333100014528, "they": 0.1691272249454956}, "girl": {"he - they": -0.03687683796651177, "he": 0.10905778377697849, "they": 0.14593462174349026}, "girls": {"he - they": -0.028256110011102648, "he": 0.17842261197020018, "they": 0.20667872198130283}, "give": {"he - they": -0.07367319580449613, "he": 0.1556564701612703, "they": 0.22932966596576643}, "giving": {"he - they": 0.0876155097651028, "he": 0.1702566504369363, "they": 0.08264114067183351}, "glad": {"he - they": 0.08775204613289252, "he": 0.1650714711739678, "they": 0.0773194250410753}, "go": {"he - they": 0.011466638419524028, "he": 0.2607799741046443, "they": 0.2493133356851203}, "god": {"he - they": 0.03139680128785324, "he": 0.22758743496273484, "they": 0.1961906336748816}, "goes": {"he - they": -0.03669830068233795, "he": 0.13719752684385159, "they": 0.17389582752618954}, "going": {"he - they": 0.05254158373557882, "he": 0.2667837507229824, "they": 0.21424216698740356}, "gone": {"he - they": 0.021128827290641833, "he": 0.15067164193018298, "they": 0.12954281463954115}, "gonna": {"he - they": 0.046289510543854384, "he": 0.18021399957718726, "they": 0.13392448903333287}, "good": {"he - they": -0.01579255397433066, "he": 0.1880003629706798, "they": 0.20379291694501045}, "got": {"he - they": 0.1416985069901954, "he": 0.3093876722116877, "they": 0.16768916522149233}, "gotten": {"he - they": -0.01293867369057114, "he": 0.19255155813487934, "they": 0.20549023182545048}, "government": {"he - they": -0.02997788091491599, "he": 0.20019513837905603, "they": 0.23017301929397202}, "goyim": {"he - they": 0.04552434732590613, "he": 0.21746936502540917, "they": 0.17194501769950304}, "grade": {"he - they": 0.04604973717542851, "he": 0.19255155813487934, "they": 0.14650182095945083}, "great": {"he - they": -0.04087084915548128, "he": 0.11552685890339198, "they": 0.15639770805887326}, "greatest": {"he - they": 0.16398030336830272, "he": 0.27252035929831286, "they": 0.10854005593001013}, "group": {"he - they": -0.046068096612866344, "he": 0.15390150429242916, "they": 0.1999696009052955}, "growing": {"he - they": 0.04604973717542851, "he": 0.19255155813487934, "they": 0.14650182095945083}, "guards": {"he - they": 0.08597838396915222, "he": 0.22238185132154806, "they": 0.13640346735239584}, "guess": {"he - they": -0.05530502310391967, "he": 0.11923613486141642, "they": 0.1745411579653361}, "guidance": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "guide": {"he - they": 0.08526102158043286, "he": 0.24138561175393702, "they": 0.15612459017350416}, "guilty": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "guy": {"he - they": 0.1692522343909975, "he": 0.31334795866211357, "they": 0.14409572427111605}, "guys": {"he - they": 0.022921696217238025, "he": 0.18386887481934916, "they": 0.16094717860211114}, "had": {"he - they": 0.04775548463421608, "he": 0.2849805617368761, "they": 0.23722507710266}, "hair": {"he - they": 0.06541908260340462, "he": 0.23114975146670458, "they": 0.16573066886329996}, "half": {"he - they": 0.04263776256183027, "he": 0.20093717669383265, "they": 0.15829941413200238}, "hall": {"he - they": 0.08630794650394236, "he": 0.21302210377299627, "they": 0.1267141572690539}, "hand": {"he - they": 0.04913027909536111, "he": 0.26843516582415927, "they": 0.21930488672879817}, "handed": {"he - they": 0.04528857939745767, "he": 0.22787709649500767, "they": 0.18258851709755}, "hands": {"he - they": 0.03518186936898224, "he": 0.21160212542147228, "they": 0.17642025605249004}, "happened": {"he - they": 0.08069824630173189, "he": 0.23180531211110622, "they": 0.15110706580937433}, "happens": {"he - they": 0.002063131196304885, "he": 0.17401664932974134, "they": 0.17195351813343646}, "happy": {"he - they": 0.050755840200404356, "he": 0.18988505420528565, "they": 0.1391292140048813}, "hard": {"he - they": 0.053609636367909996, "he": 0.20400228382063673, "they": 0.15039264745272674}, "harm": {"he - they": 0.04496819601335794, "he": 0.24138561175393702, "they": 0.19641741574057908}, "has": {"he - they": 0.14645983446183283, "he": 0.30064473173472145, "they": 0.15418489727288862}, "hate": {"he - they": -0.07379804109130123, "he": 0.15053331650982815, "they": 0.22433135760112938}, "hated": {"he - they": 0.04552434732590613, "he": 0.21746936502540917, "they": 0.17194501769950304}, "hates": {"he - they": 0.13316321387498864, "he": 0.2644792724967404, "they": 0.13131605862175177}, "have": {"he - they": -0.07143585686486587, "he": 0.2544127505978315, "they": 0.3258486074626974}, "havent": {"he - they": 0.08577759748617919, "he": 0.22787709649500767, "they": 0.14209949900882848}, "having": {"he - they": 0.05335514942775635, "he": 0.21430232802986748, "they": 0.16094717860211114}, "he": {"he - they": 0.5009882658725076, "he": 0.6523775851441201, "they": 0.15138931927161264}, "head": {"he - they": 0.03552707251474052, "he": 0.1920407509762043, "they": 0.15651367846146377}, "heads": {"he - they": 0.04620198855351709, "he": 0.1847983596268498, "they": 0.1385963710733327}, "heal": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "heard": {"he - they": 0.0660559520935885, "he": 0.25407097580292765, "they": 0.18801502370933915}, "hearing": {"he - they": 0.020525767887022317, "he": 0.20520571480997543, "they": 0.18467994692295311}, "hector": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "heem": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "hell": {"he - they": -0.040438907712822464, "he": 0.1645811272521478, "they": 0.20502003496497026}, "hello": {"he - they": 0.08821766478982761, "he": 0.14581653700966626, "they": 0.05759887221983866}, "help": {"he - they": 0.03295751960481008, "he": 0.1973163724434777, "they": 0.1643588528386676}, "her": {"he - they": 0.058084502437982716, "he": 0.20693679176896276, "they": 0.14885228933098005}, "herd": {"he - they": 0.04514241444537645, "he": 0.23412509034871806, "they": 0.1889826759033416}, "here": {"he - they": -0.001843743790401059, "he": 0.1950122911660209, "they": 0.19685603495642195}, "hey": {"he - they": 0.16780752565992146, "he": 0.23828743448675674, "they": 0.07047990882683527}, "hide": {"he - they": 0.020861395519552517, "he": 0.1760020400449241, "they": 0.15514064452537157}, "high": {"he - they": -0.03686339104093478, "he": 0.11161121819076233, "they": 0.1484746092316971}, "hilarious": {"he - they": 0.08597838396915222, "he": 0.22238185132154806, "they": 0.13640346735239584}, "him": {"he - they": 0.22102477844484203, "he": 0.3981794333598364, "they": 0.17715465491499438}, "himself": {"he - they": 0.0930841086294989, "he": 0.2525000155577136, "they": 0.15941590692821472}, "his": {"he - they": 0.22066464961754467, "he": 0.40189554502037556, "they": 0.18123089540283088}, "historian": {"he - they": 0.12924948106046352, "he": 0.32134192311957965, "they": 0.19209244205911613}, "history": {"he - they": -0.0702823974848823, "he": 0.13058466881811576, "they": 0.20086706630299805}, "hit": {"he - they": 0.046505211887663905, "he": 0.1684719010074631, "they": 0.12196668911979919}, "hold": {"he - they": 0.08705720573350147, "he": 0.1898333100014528, "they": 0.10277610426795132}, "holiday": {"he - they": 0.0861533064036574, "he": 0.21746936502540917, "they": 0.13131605862175177}, "holocaust": {"he - they": 0.08787246911140319, "he": 0.1603413215322604, "they": 0.07246885242085722}, "home": {"he - they": 0.01599154064775027, "he": 0.22916424870505125, "they": 0.21317270805730099}, "honest": {"he - they": 0.08644626939936151, "he": 0.20895529526800866, "they": 0.12250902586864715}, "hook": {"he - they": 0.08597838396915222, "he": 0.22238185132154806, "they": 0.13640346735239584}, "hop": {"he - they": 0.08668491878134017, "he": 0.2017249076957935, "they": 0.11503998891445331}, "hope": {"he - they": 0.027524115086919737, "he": 0.2252388348948494, "they": 0.19771471980792965}, "hopefully": {"he - they": -0.012963284701526356, "he": 0.17401664932974134, "they": 0.1869799340312677}, "hours": {"he - they": -0.012969551101666615, "he": 0.16674478698570264, "they": 0.17971433808736925}, "house": {"he - they": 0.0434904847095442, "he": 0.2293423424304631, "they": 0.1858518577209189}, "housing": {"he - they": 0.020069348129292036, "he": 0.24138561175393702, "they": 0.221316263624645}, "houston": {"he - they": 0.020525767887022317, "he": 0.20520571480997543, "they": 0.18467994692295311}, "how": {"he - they": -0.006597371456802614, "he": 0.26564669909886496, "they": 0.27224407055566757}, "however": {"he - they": 0.08766304085218483, "he": 0.1684719010074631, "they": 0.08080886015527826}, "http": {"he - they": -0.0782308760904637, "he": 0.049945792379222316, "they": 0.128176668469686}, "https": {"he - they": 0.04761126873312278, "he": 0.0921615278613187, "they": 0.04455025912819592}, "human": {"he - they": 0.06910288218125818, "he": 0.21319485918816547, "they": 0.1440919770069073}, "humans": {"he - they": 0.0020245768375629913, "he": 0.1824552746959061, "they": 0.18043069785834312}, "hurt": {"he - they": 0.045862722373869264, "he": 0.2017249076957935, "they": 0.15586218532192422}, "i": {"he - they": 0.012454084998949289, "he": 0.2804425706745275, "they": 0.2679884856755782}, "id": {"he - they": 0.08775204613289252, "he": 0.1650714711739678, "they": 0.0773194250410753}, "identity": {"he - they": 0.09337405273046626, "he": 0.24591911173607547, "they": 0.15254505900560922}, "idiot": {"he - they": 0.04571006083057297, "he": 0.20895529526800866, "they": 0.1632452344374357}, "if": {"he - they": 0.01630289005918273, "he": 0.3120276505060418, "they": 0.2957247604468591}, "ill": {"he - they": 0.046289510543854384, "he": 0.18021399957718726, "they": 0.13392448903333287}, "im": {"he - they": -0.03482317379069744, "he": 0.13380918620284254, "they": 0.16863235999353998}, "immigration": {"he - they": 0.03518186936898224, "he": 0.21160212542147228, "they": 0.17642025605249004}, "important": {"he - they": 0.022604429772534906, "he": 0.2085521401588969, "they": 0.185947710386362}, "in": {"he - they": -0.0007831847280117543, "he": 0.30681394139910584, "they": 0.3075971261271176}, "incinerate": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "indeed": {"he - they": 0.011681934110137848, "he": 0.21160212542147228, "they": 0.19992019131133443}, "independent": {"he - they": 0.08577759748617919, "he": 0.22787709649500767, "they": 0.14209949900882848}, "ing": {"he - they": 0.020605718143586416, "he": 0.1984748915997329, "they": 0.17786917345614647}, "inner": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "innocent": {"he - they": 0.020376097939943827, "he": 0.21746936502540917, "they": 0.19709326708546535}, "instead": {"he - they": -0.025606388854101575, "he": 0.1603413215322604, "they": 0.185947710386362}, "instinct": {"he - they": 0.04475322471561302, "he": 0.25008657663135536, "they": 0.20533335191574234}, "intended": {"he - they": 0.04496819601335794, "he": 0.24138561175393702, "they": 0.19641741574057908}, "intentionally": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "interested": {"he - they": 0.046697427065430064, "he": 0.1574014836242536, "they": 0.11070405655882354}, "interviewed": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "into": {"he - they": 0.0625976172414549, "he": 0.28471792741180096, "they": 0.22212031017034606}, "introduce": {"he - they": 0.08554273768491946, "he": 0.23412509034871806, "they": 0.1485823526637986}, "iraq": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "ireland": {"he - they": -0.05652665246266492, "he": 0.13297270490550253, "they": 0.18949935736816745}, "irish": {"he - they": -0.061031068598576266, "he": 0.14630633526867667, "they": 0.20733740386725294}, "is": {"he - they": 0.08567434078854924, "he": 0.33719099785205486, "they": 0.2515166570635056}, "islamic": {"he - they": 0.04552434732590613, "he": 0.21746936502540917, "they": 0.17194501769950304}, "israel": {"he - they": 0.0502655563621596, "he": 0.21160212542147228, "they": 0.16133656905931268}, "israeli": {"he - they": 0.09230618528135359, "he": 0.2692737725980185, "they": 0.1769675873166649}, "it": {"he - they": -0.0097712701221091, "he": 0.282676061060643, "they": 0.2924473311827521}, "italy": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "its": {"he - they": -0.12425328623387613, "he": 0.057811920124317934, "they": 0.18206520635819406}, "itself": {"he - they": 0.1350589999431461, "he": 0.23023869543447398, "they": 0.09517969549132788}, "jail": {"he - they": 0.0020139358870635005, "he": 0.1847983596268498, "they": 0.1827844237397863}, "jerk": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "jerry": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "jesus": {"he - they": 0.08742281820225536, "he": 0.2654650119605131, "they": 0.17804219375825772}, "jew": {"he - they": 0.07228928468030471, "he": 0.25517599091507287, "they": 0.18288670623476816}, "jewish": {"he - they": 0.17325312581346064, "he": 0.2932104620673537, "they": 0.11995733625389304}, "jews": {"he - they": 0.031473999756090554, "he": 0.23533543939113802, "they": 0.20386143963504746}, "jimmy": {"he - they": 0.13253478317964548, "he": 0.27463428218847397, "they": 0.14209949900882848}, "job": {"he - they": 0.022846495890857882, "he": 0.18988505420528565, "they": 0.16703855831442777}, "join": {"he - they": 0.13708447004495425, "he": 0.18386887481934916, "they": 0.04678440477439491}, "joined": {"he - they": 0.04624695361669551, "he": 0.1824552746959061, "they": 0.1362083210792106}, "jokes": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "jose": {"he - they": 0.044473680060178544, "he": 0.26101383237626974, "they": 0.2165401523160912}, "judge": {"he - they": 0.06900238651962279, "he": 0.21653109428375936, "they": 0.14752870776413657}, "jumped": {"he - they": 0.0861533064036574, "he": 0.21746936502540917, "they": 0.13131605862175177}, "junior": {"he - they": 0.08526102158043286, "he": 0.24138561175393702, "they": 0.15612459017350416}, "jus": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "just": {"he - they": -0.017422132493198628, "he": 0.2568752418783067, "they": 0.2742973743715053}, "k": {"he - they": -0.012963284701526356, "he": 0.17401664932974134, "they": 0.1869799340312677}, "keep": {"he - they": 0.01109780560891982, "he": 0.2247707003164845, "they": 0.21367289470756468}, "kept": {"he - they": 0.1334226615302793, "he": 0.2601368187993332, "they": 0.1267141572690539}, "kick": {"he - they": -0.012953618038466647, "he": 0.1824552746959061, "they": 0.19540889273437276}, "kid": {"he - they": 0.05542180273601263, "he": 0.2298700689877525, "they": 0.17444826625173987}, "kids": {"he - they": -0.11884260702423444, "he": 0.1388743673033785, "they": 0.2577169743276129}, "kill": {"he - they": -0.054773543553547355, "he": 0.15598851918970136, "they": 0.2107620627432487}, "killed": {"he - they": 0.08069824630173189, "he": 0.23180531211110622, "they": 0.15110706580937433}, "killing": {"he - they": 0.05018858358664327, "he": 0.21483672570554796, "they": 0.1646481421189047}, "kind": {"he - they": 0.1067409338900682, "he": 0.2549458954031423, "they": 0.14820496151307408}, "kinda": {"he - they": 0.001905853765201998, "he": 0.20895529526800866, "they": 0.20704944150280666}, "king": {"he - they": 0.04604973717542851, "he": 0.19255155813487934, "they": 0.14650182095945083}, "kiss": {"he - they": 0.04562215636710343, "he": 0.21302210377299627, "they": 0.16739994740589284}, "klanmen": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "knew": {"he - they": 0.14857107847945172, "he": 0.3052894489341554, "they": 0.15671837045470366}, "knife": {"he - they": 0.1444956161391189, "he": 0.30035780146104313, "they": 0.15586218532192422}, "knocking": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "know": {"he - they": -0.052948243758510066, "he": 0.19801798523251266, "they": 0.2509662289910227}, "known": {"he - they": 0.0459919524736655, "he": 0.1954253217553395, "they": 0.149433369281674}, "knows": {"he - they": 0.05040416162118058, "he": 0.2056655459948584, "they": 0.1552613843736778}, "kosher": {"he - they": 0.08597838396915222, "he": 0.22238185132154806, "they": 0.13640346735239584}, "languages": {"he - they": 0.08678916033452054, "he": 0.1984748915997329, "they": 0.11168573126521235}, "last": {"he - they": 0.07345448916660213, "he": 0.22285798756295963, "they": 0.1494034983963575}, "later": {"he - they": 0.022745182411209486, "he": 0.19782242622321147, "they": 0.175077243812002}, "laugh": {"he - they": 0.03518186936898224, "he": 0.21160212542147228, "they": 0.17642025605249004}, "laughing": {"he - they": 0.045862722373869264, "he": 0.2017249076957935, "they": 0.15586218532192422}, "law": {"he - they": -0.006474473274060005, "he": 0.1966171930697205, "they": 0.2030916663437805}, "laying": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "lazy": {"he - they": 0.020430970885036398, "he": 0.21302210377299627, "they": 0.19259113288795987}, "lead": {"he - they": 0.08697431963292858, "he": 0.19255155813487934, "they": 0.10557723850195076}, "learn": {"he - they": -0.09419722747501619, "he": 0.13820675220172948, "they": 0.23240397967674567}, "learned": {"he - they": 0.08597838396915222, "he": 0.22238185132154806, "they": 0.13640346735239584}, "least": {"he - they": -0.045829700447219485, "he": 0.1718703412080863, "they": 0.2177000416553058}, "left": {"he - they": 0.0309781473424435, "he": 0.2515810121136826, "they": 0.2206028647712391}, "legs": {"he - they": 0.08526102158043286, "he": 0.24138561175393702, "they": 0.15612459017350416}, "let": {"he - they": -0.0024940386631321643, "he": 0.1857874802982196, "they": 0.18828151896135176}, "lets": {"he - they": 0.12186350325479453, "he": 0.2567775066459283, "they": 0.13491400339113377}, "level": {"he - they": 0.0872072738213533, "he": 0.1847983596268498, "they": 0.09759108580549648}, "lies": {"he - they": 0.06833636633528822, "he": 0.23746359128078381, "they": 0.1691272249454956}, "life": {"he - they": 0.06556546024189144, "he": 0.21601622205754367, "they": 0.15045076181565223}, "light": {"he - they": -0.036712949695856395, "he": 0.13523035232962233, "they": 0.17194330202547872}, "lighter": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "like": {"he - they": 0.0001000942867333543, "he": 0.2765718254354235, "they": 0.27647173114869017}, "likes": {"he - they": 0.04562215636710343, "he": 0.21302210377299627, "they": 0.16739994740589284}, "limerick": {"he - they": 0.08577759748617919, "he": 0.22787709649500767, "they": 0.14209949900882848}, "line": {"he - they": 0.10355954707082884, "he": 0.2437793527132703, "they": 0.14021980564244146}, "lines": {"he - they": 0.04578980788176071, "he": 0.20520571480997543, "they": 0.15941590692821472}, "lips": {"he - they": 0.020164550421460536, "he": 0.23412509034871806, "they": 0.21396053992725753}, "liquid": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "list": {"he - they": 0.08783391293949266, "he": 0.16187272473616937, "they": 0.0740388117966767}, "listen": {"he - they": 0.0693638696408247, "he": 0.20427787303195846, "they": 0.13491400339113377}, "literally": {"he - they": 0.0019378930903574676, "he": 0.2017249076957935, "they": 0.19978701460543602}, "little": {"he - they": -0.0016774292075553976, "he": 0.21012685646516718, "they": 0.21180428567272258}, "live": {"he - they": -0.05169113385143882, "he": 0.12085406267375097, "they": 0.1725451965251898}, "lived": {"he - they": 0.13608328773803968, "he": 0.2085521401588969, "they": 0.07246885242085722}, "lives": {"he - they": 0.035090957453439514, "he": 0.21653109428375936, "they": 0.18144013683031984}, "livestock": {"he - they": 0.044473680060178544, "he": 0.26101383237626974, "they": 0.2165401523160912}, "living": {"he - they": -0.08339079883330039, "he": 0.1214932470685176, "they": 0.204884045901818}, "ll": {"he - they": -0.048331245274356754, "he": 0.17822684369060926, "they": 0.22655808896496601}, "locked": {"he - they": 0.08554273768491946, "he": 0.23412509034871806, "they": 0.1485823526637986}, "lol": {"he - they": 0.012007495628308773, "he": 0.17424290295737305, "they": 0.16223540732906427}, "long": {"he - they": -0.03468891577816652, "he": 0.1732442576256842, "they": 0.20793317340385073}, "look": {"he - they": -0.051481223297111384, "he": 0.17111839960950875, "they": 0.22259962290662014}, "looked": {"he - they": 0.021044867601121703, "he": 0.15885169591209744, "they": 0.13780682831097574}, "looking": {"he - they": -0.021724712287018763, "he": 0.12441007675257694, "they": 0.1461347890395957}, "looks": {"he - they": 0.0500796106051869, "he": 0.23493657426523595, "they": 0.18485696366004906}, "lose": {"he - they": 0.045862722373869264, "he": 0.2017249076957935, "they": 0.15586218532192422}, "lost": {"he - they": -0.025562263182001305, "he": 0.1684719010074631, "they": 0.1940341641894644}, "lot": {"he - they": 0.09496317115944083, "he": 0.23301319253302924, "they": 0.1380500213735884}, "lots": {"he - they": 0.021252360941815207, "he": 0.13820675220172948, "they": 0.11695439125991428}, "love": {"he - they": 0.009085892805264617, "he": 0.1888128644372828, "they": 0.17972697163201817}, "lower": {"he - they": 0.08554273768491946, "he": 0.23412509034871806, "they": 0.1485823526637986}, "lucky": {"he - they": 0.09273687139344036, "he": 0.2601368187993332, "they": 0.16739994740589284}, "m": {"he - they": 0.04146660486320722, "he": 0.17892450459970372, "they": 0.1374578997364965}, "made": {"he - they": 0.07051150737979654, "he": 0.1593233447100808, "they": 0.08881183733028426}, "magazine": {"he - they": 0.131094007379119, "he": 0.29626964808975753, "they": 0.16517564071063853}, "mainstream": {"he - they": 0.08630794650394236, "he": 0.21302210377299627, "they": 0.1267141572690539}, "maintain": {"he - they": 0.04475322471561302, "he": 0.25008657663135536, "they": 0.20533335191574234}, "make": {"he - they": -0.009467197132523475, "he": 0.21991776819368658, "they": 0.22938496532621006}, "maker": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "makes": {"he - they": -0.05091376762086117, "he": 0.17671484463467263, "they": 0.2276286122555338}, "making": {"he - they": 0.022661022980189155, "he": 0.20427787303195846, "they": 0.1816168500517693}, "male": {"he - they": 0.08813854389527129, "he": 0.24930719479413113, "they": 0.16116865089885984}, "males": {"he - they": 0.020605718143586416, "he": 0.1984748915997329, "they": 0.17786917345614647}, "man": {"he - they": 0.11206626049847648, "he": 0.26885845794344787, "they": 0.1567921974449714}, "managed": {"he - they": 0.08597838396915222, "he": 0.22238185132154806, "they": 0.13640346735239584}, "many": {"he - they": -0.01723347885916407, "he": 0.19245510795650764, "they": 0.2096885868156717}, "marine": {"he - they": 0.08630794650394236, "he": 0.21302210377299627, "they": 0.1267141572690539}, "marriage": {"he - they": 0.09742299546237548, "he": 0.27858059526667295, "they": 0.18115759980429746}, "married": {"he - they": 0.001887949505331249, "he": 0.21302210377299627, "they": 0.21113415426766502}, "marxist": {"he - they": 0.04571006083057297, "he": 0.20895529526800866, "they": 0.1632452344374357}, "mate": {"he - they": 0.13494263214353697, "he": 0.23253371794903344, "they": 0.09759108580549648}, "material": {"he - they": 0.04562215636710343, "he": 0.21302210377299627, "they": 0.16739994740589284}, "math": {"he - they": 0.0936222704254994, "he": 0.24012409138495022, "they": 0.14650182095945083}, "matter": {"he - they": 0.10335363469630082, "he": 0.2481562671655071, "they": 0.14480263246920627}, "may": {"he - they": 0.043418436615307004, "he": 0.23238558681723714, "they": 0.18896715020193014}, "maybe": {"he - they": 0.039164819917844595, "he": 0.2509691055905672, "they": 0.21180428567272258}, "me": {"he - they": 0.07160644582140221, "he": 0.256311327137585, "they": 0.18470488131618276}, "means": {"he - they": 0.10306379104064783, "he": 0.25417085685002216, "they": 0.15110706580937433}, "meant": {"he - they": 0.16376909489453617, "he": 0.27545482615974853, "they": 0.11168573126521235}, "measure": {"he - they": 0.08554273768491946, "he": 0.23412509034871806, "they": 0.1485823526637986}, "meet": {"he - they": 0.023137320360988867, "he": 0.16596992319905252, "they": 0.14283260283806365}, "meeting": {"he - they": 0.0930841086294989, "he": 0.2525000155577136, "they": 0.15941590692821472}, "member": {"he - they": 0.13580044097177318, "he": 0.21483672570554796, "they": 0.07903628473377478}, "men": {"he - they": 0.018787720699959487, "he": 0.22075001266453534, "they": 0.20196229196457585}, "mentally": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "mention": {"he - they": 0.00204458755052353, "he": 0.1780655339314804, "they": 0.17602094638095686}, "mentioned": {"he - they": 0.04562215636710343, "he": 0.21302210377299627, "they": 0.16739994740589284}, "messed": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "mexican": {"he - they": 0.08678916033452054, "he": 0.1984748915997329, "they": 0.11168573126521235}, "might": {"he - they": 0.002253504177956167, "he": 0.20723642954857477, "they": 0.2049829253706186}, "mile": {"he - they": 0.08630794650394236, "he": 0.21302210377299627, "they": 0.1267141572690539}, "military": {"he - they": 0.020789749023295112, "he": 0.1824552746959061, "they": 0.161665525672611}, "million": {"he - they": 0.13546564586836374, "he": 0.22196876019240214, "they": 0.0865031143240384}, "mind": {"he - they": -0.025647620932443188, "he": 0.1519540008447359, "they": 0.1776016217771791}, "minded": {"he - they": 0.0872072738213533, "he": 0.1847983596268498, "they": 0.09759108580549648}, "mine": {"he - they": -0.05472530995377117, "he": 0.15885169591209744, "they": 0.2135770058658686}, "minister": {"he - they": 0.046289510543854384, "he": 0.18021399957718726, "they": 0.13392448903333287}, "minority": {"he - they": -0.03654197718082211, "he": 0.15598851918970136, "they": 0.19253049637052347}, "mins": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "minute": {"he - they": 0.03445047147721175, "he": 0.2490972846048511, "they": 0.21464681312763934}, "missed": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "mob": {"he - they": 0.020245024972098846, "he": 0.22787709649500767, "they": 0.20763207152290883}, "modern": {"he - they": 0.020706085055957196, "he": 0.1898333100014528, "they": 0.1691272249454956}, "moment": {"he - they": 0.020883150927275718, "he": 0.17401664932974134, "they": 0.15313349840246562}, "money": {"he - they": 0.012999157719959631, "he": 0.21601622205754367, "they": 0.20301706433758404}, "monique": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "monkey": {"he - they": 0.04578980788176071, "he": 0.20520571480997543, "they": 0.15941590692821472}, "monkeys": {"he - they": 0.04592983259412367, "he": 0.1984748915997329, "they": 0.15254505900560922}, "month": {"he - they": 0.08069824630173189, "he": 0.23180531211110622, "they": 0.15110706580937433}, "months": {"he - they": 0.09485825557866343, "he": 0.2085521401588969, "they": 0.11369388458023347}, "moore": {"he - they": 0.08630794650394236, "he": 0.21302210377299627, "they": 0.1267141572690539}, "more": {"he - they": -0.02634574032945311, "he": 0.21908269325941004, "they": 0.24542843358886315}, "morning": {"he - they": 0.06883526178993651, "he": 0.22196876019240214, "they": 0.15313349840246562}, "moscow": {"he - they": 0.04562215636710343, "he": 0.21302210377299627, "they": 0.16739994740589284}, "most": {"he - they": -0.04333934240796669, "he": 0.15195407813057873, "they": 0.19529342053854543}, "mostly": {"he - they": -0.012971762137588383, "he": 0.16344849391490165, "they": 0.17642025605249004}, "mother": {"he - they": 0.05330670521530065, "he": 0.21621381765095554, "they": 0.1629071124356549}, "mourn": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "movies": {"he - they": 0.020943193243326524, "he": 0.1684719010074631, "they": 0.14752870776413657}, "much": {"he - they": -0.023007941531748427, "he": 0.20965290915481483, "they": 0.23266085068656325}, "multi": {"he - they": 0.04541426400488316, "he": 0.22238185132154806, "they": 0.1769675873166649}, "multiply": {"he - they": 0.08526102158043286, "he": 0.24138561175393702, "they": 0.15612459017350416}, "murder": {"he - they": 0.06961169038833342, "he": 0.19543750765046558, "they": 0.12582581726213216}, "murders": {"he - they": 0.13316321387498864, "he": 0.2644792724967404, "they": 0.13131605862175177}, "music": {"he - they": -0.025780605312804267, "he": 0.11359821536979867, "they": 0.13937882068260293}, "muslim": {"he - they": 0.020943193243326524, "he": 0.1684719010074631, "they": 0.14752870776413657}, "muslims": {"he - they": -0.025461314364548876, "he": 0.1847983596268498, "they": 0.21025967399139867}, "must": {"he - they": -0.05120349260466678, "he": 0.15869682992179707, "they": 0.20990032252646385}, "my": {"he - they": 0.07916210739451385, "he": 0.2849522560294085, "they": 0.20579014863489464}, "n": {"he - they": -0.07491769403803927, "he": 0.21736761115036823, "they": 0.2922853051884075}, "nail": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "name": {"he - they": -0.0346598686601472, "he": 0.15685469396536425, "they": 0.19151456262551145}, "named": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "names": {"he - they": 0.0019660241657870337, "he": 0.1954253217553395, "they": 0.19345929758955246}, "nation": {"he - they": 0.011979397627489313, "he": 0.17756249876073504, "they": 0.16558310113324573}, "national": {"he - they": -0.03655444574087929, "he": 0.15461081404148858, "they": 0.19116525978236787}, "nationalist": {"he - they": -0.05540935753392105, "he": 0.1103213113293789, "they": 0.16573066886329996}, "nationality": {"he - they": 0.08526102158043286, "he": 0.24138561175393702, "they": 0.15612459017350416}, "nazi": {"he - they": 0.04962144559763462, "he": 0.23746359128078381, "they": 0.1878421456831492}, "nbc": {"he - they": 0.08554273768491946, "he": 0.23412509034871806, "they": 0.1485823526637986}, "near": {"he - they": -0.012976863143115719, "he": 0.14466529137341186, "they": 0.15764215451652758}, "nearest": {"he - they": 0.08554273768491946, "he": 0.23412509034871806, "they": 0.1485823526637986}, "need": {"he - they": -0.042113566231146454, "he": 0.16798003638997636, "they": 0.2100936026211228}, "needless": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "needs": {"he - they": 0.08727557920457824, "he": 0.1824552746959061, "they": 0.09517969549132788}, "negro": {"he - they": 0.08430570388445632, "he": 0.261655366015887, "they": 0.1773496621314307}, "negroes": {"he - they": -0.06290196033339798, "he": 0.1392339371976888, "they": 0.2021358975310868}, "neither": {"he - they": 0.04592983259412367, "he": 0.1984748915997329, "they": 0.15254505900560922}, "neo": {"he - they": 0.04528857939745767, "he": 0.22787709649500767, "they": 0.18258851709755}, "never": {"he - they": -0.003612874259121074, "he": 0.21236978787559246, "they": 0.21598266213471354}, "new": {"he - they": 0.03658834623280022, "he": 0.19458498257567175, "they": 0.15799663634287153}, "news": {"he - they": 0.047724948664356476, "he": 0.2050839150721779, "they": 0.15735896640782143}, "next": {"he - they": 0.018917229408748515, "he": 0.21043179203425996, "they": 0.19151456262551145}, "nice": {"he - they": 0.02308579755628795, "he": 0.17033974019103928, "they": 0.14725394263475133}, "nigeria": {"he - they": 0.04562215636710343, "he": 0.21302210377299627, "they": 0.16739994740589284}, "night": {"he - they": -0.02573297294946794, "he": 0.13058466881811576, "they": 0.1563176417675837}, "niglet": {"he - they": 0.08526102158043286, "he": 0.24138561175393702, "they": 0.15612459017350416}, "nigs": {"he - they": 0.08554273768491946, "he": 0.23412509034871806, "they": 0.1485823526637986}, "no": {"he - they": -0.03075168800875616, "he": 0.22438998474400168, "they": 0.25514167275275784}, "non": {"he - they": -0.051049445332658205, "he": 0.15881930049615392, "they": 0.20986874582881213}, "none": {"he - they": 0.021044867601121703, "he": 0.15885169591209744, "they": 0.13780682831097574}, "nor": {"he - they": 0.13454685288299945, "he": 0.24012409138495022, "they": 0.10557723850195076}, "nordic": {"he - they": 0.04678804452514408, "he": 0.1519540008447359, "they": 0.10516595631959182}, "normal": {"he - they": 0.046154348841423054, "he": 0.1872536620266978, "they": 0.14109931318527474}, "norway": {"he - they": 0.020789749023295112, "he": 0.1824552746959061, "they": 0.161665525672611}, "nose": {"he - they": 0.0930841086294989, "he": 0.2525000155577136, "they": 0.15941590692821472}, "not": {"he - they": 0.00011779347062329526, "he": 0.27357579431634693, "they": 0.27345800084572364}, "nothing": {"he - they": 0.06640967026249789, "he": 0.24399987749038377, "they": 0.17759020722788588}, "notice": {"he - they": 0.020763381712847334, "he": 0.1847983596268498, "they": 0.16403497791400246}, "now": {"he - they": 0.0026252801399286596, "he": 0.21587260579432224, "they": 0.21324732565439358}, "ns": {"he - they": 0.08697431963292858, "he": 0.19255155813487934, "they": 0.10557723850195076}, "number": {"he - they": 0.0020886608438072385, "he": 0.1684719010074631, "they": 0.16638324016365585}, "numbers": {"he - they": -0.03638431569674719, "he": 0.17210330764661627, "they": 0.20848762334336346}, "o": {"he - they": 0.02264272554563626, "he": 0.2056655459948584, "they": 0.18302282044922213}, "obama": {"he - they": 0.08734000748773027, "he": 0.18021399957718726, "they": 0.09287399208945699}, "obviously": {"he - they": 0.09337405273046626, "he": 0.24591911173607547, "they": 0.15254505900560922}, "occasionally": {"he - they": 0.08554273768491946, "he": 0.23412509034871806, "they": 0.1485823526637986}, "odd": {"he - they": 0.04541426400488316, "he": 0.22238185132154806, "they": 0.1769675873166649}, "of": {"he - they": -0.001882184787193819, "he": 0.3190170936566082, "they": 0.320899278443802}, "off": {"he - they": -0.015667916317897324, "he": 0.2400178251332915, "they": 0.25568574145118883}, "officer": {"he - they": 0.08554273768491946, "he": 0.23412509034871806, "they": 0.1485823526637986}, "often": {"he - they": -0.025504939963167078, "he": 0.1780655339314804, "they": 0.20357047389464747}, "og": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "oh": {"he - they": 0.07569861084172519, "he": 0.24273716915615295, "they": 0.16703855831442777}, "ok": {"he - they": -0.025641455976098265, "he": 0.15326653760344736, "they": 0.17890799357954562}, "old": {"he - they": 0.11184710421866981, "he": 0.25737458101544874, "they": 0.14552747679677894}, "on": {"he - they": 0.023740233337698924, "he": 0.30087821923833646, "they": 0.27713798590063754}, "once": {"he - they": 0.05739433734381463, "he": 0.23364745475509185, "they": 0.17625311741127722}, "one": {"he - they": 0.02561101823914208, "he": 0.2634512858759837, "they": 0.23784026763684163}, "only": {"he - they": -0.011743684685155659, "he": 0.2368843237796826, "they": 0.24862800846483826}, "open": {"he - they": 0.05335514942775635, "he": 0.21430232802986748, "they": 0.16094717860211114}, "opposed": {"he - they": 0.04552434732590613, "he": 0.21746936502540917, "they": 0.17194501769950304}, "or": {"he - they": -0.014237122018151527, "he": 0.24952354825731216, "they": 0.2637606702754637}, "orders": {"he - they": 0.08657119138494125, "he": 0.20520571480997543, "they": 0.11863452342503418}, "org": {"he - they": -0.025805353169671544, "he": 0.10031876102000163, "they": 0.12612411418967318}, "organization": {"he - they": 0.04610372177372307, "he": 0.1898333100014528, "they": 0.14372958822772972}, "orthodox": {"he - they": 0.0917428794819315, "he": 0.2807255553852731, "they": 0.1889826759033416}, "other": {"he - they": 0.012618992232802106, "he": 0.22582451370935044, "they": 0.21320552147654834}, "others": {"he - they": -0.04639734025588654, "he": 0.13620560134667595, "they": 0.1826029416025625}, "our": {"he - they": -0.07422456927947574, "he": 0.16554696785698833, "they": 0.23977153713646407}, "out": {"he - they": -0.013114544648349213, "he": 0.2512296150141405, "they": 0.2643441596624897}, "outfit": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "outside": {"he - they": 0.046672862342147375, "he": 0.15885169591209744, "they": 0.11217883356995006}, "over": {"he - they": -0.007785595395996631, "he": 0.19905267173123695, "they": 0.20683826712723358}, "own": {"he - they": -0.031186499746493346, "he": 0.20931594640874326, "they": 0.2405024461552366}, "owned": {"he - they": 0.08630794650394236, "he": 0.21302210377299627, "they": 0.1267141572690539}, "owners": {"he - they": 0.08554273768491946, "he": 0.23412509034871806, "they": 0.1485823526637986}, "pagan": {"he - they": 0.0861533064036574, "he": 0.21746936502540917, "they": 0.13131605862175177}, "pair": {"he - they": -0.01290654939193156, "he": 0.20895529526800866, "they": 0.22186184465994022}, "paper": {"he - they": 0.08734000748773027, "he": 0.18021399957718726, "they": 0.09287399208945699}, "parents": {"he - they": -0.0702823974848823, "he": 0.13058466881811576, "they": 0.20086706630299805}, "part": {"he - they": 0.07678092084758875, "he": 0.2116290054331027, "they": 0.13484808458551395}, "party": {"he - they": 0.10370145204883952, "he": 0.24070952633915296, "they": 0.13700807429031345}, "pass": {"he - they": -0.054918692901379906, "he": 0.1469916683588166, "they": 0.2019103612601965}, "passed": {"he - they": 0.08657119138494125, "he": 0.20520571480997543, "they": 0.11863452342503418}, "pathetic": {"he - they": 0.020245024972098846, "he": 0.22787709649500767, "they": 0.20763207152290883}, "pay": {"he - they": -0.025581215251387873, "he": 0.1650714711739678, "they": 0.19065268642535568}, "payments": {"he - they": 0.044473680060178544, "he": 0.26101383237626974, "they": 0.2165401523160912}, "peeps": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "people": {"he - they": -0.07390794908833259, "he": 0.20181652278735218, "they": 0.2757244718756848}, "perhaps": {"he - they": 0.022542172762809787, "he": 0.21319485918816547, "they": 0.19065268642535568}, "person": {"he - they": 0.10633118512202949, "he": 0.26216490312674606, "they": 0.15583371800471657}, "phd": {"he - they": 0.044076095438538826, "he": 0.2758851054843536, "they": 0.23180901004581475}, "phone": {"he - they": 0.046505211887663905, "he": 0.1684719010074631, "they": 0.12196668911979919}, "pic": {"he - they": 0.08644626939936151, "he": 0.20895529526800866, "they": 0.12250902586864715}, "pick": {"he - they": -0.012956436323351805, "he": 0.18021399957718726, "they": 0.19317043590053906}, "picking": {"he - they": 0.08554273768491946, "he": 0.23412509034871806, "they": 0.1485823526637986}, "picture": {"he - they": -0.012975668137939239, "he": 0.13820675220172948, "they": 0.15118242033966872}, "piece": {"he - they": 0.0937340030530541, "he": 0.23746359128078381, "they": 0.14372958822772972}, "pieces": {"he - they": 0.08526102158043286, "he": 0.24138561175393702, "they": 0.15612459017350416}, "piss": {"he - they": 0.04514241444537645, "he": 0.23412509034871806, "they": 0.1889826759033416}, "place": {"he - they": -0.020518834057440705, "he": 0.1776748629899226, "they": 0.1981936970473633}, "places": {"he - they": 0.021115816678725002, "he": 0.1519540008447359, "they": 0.1308381841660109}, "planet": {"he - they": 0.0502655563621596, "he": 0.21160212542147228, "they": 0.16133656905931268}, "play": {"he - they": 0.06919603092375273, "he": 0.21005547528058519, "they": 0.14085944435683245}, "played": {"he - they": 0.04541426400488316, "he": 0.22238185132154806, "they": 0.1769675873166649}, "player": {"he - they": 0.12175511547688234, "he": 0.2937001331763854, "they": 0.17194501769950304}, "playing": {"he - they": -0.025504939963167078, "he": 0.1780655339314804, "they": 0.20357047389464747}, "please": {"he - they": -0.03690068258448646, "he": 0.10424587081788993, "they": 0.1411465534023764}, "pm": {"he - they": 0.10460266146991141, "he": 0.2200502543866951, "they": 0.11544759291678368}, "point": {"he - they": 0.04247292702626851, "he": 0.20892344801557952, "they": 0.166450520989311}, "political": {"he - they": 0.0459919524736655, "he": 0.1954253217553395, "they": 0.149433369281674}, "pool": {"he - they": 0.0861533064036574, "he": 0.21746936502540917, "they": 0.13131605862175177}, "poor": {"he - they": 0.06446487010743915, "he": 0.2504828936759876, "they": 0.18601802356854844}, "position": {"he - they": 0.04552434732590613, "he": 0.21746936502540917, "they": 0.17194501769950304}, "positive": {"he - they": 0.020164550421460536, "he": 0.23412509034871806, "they": 0.21396053992725753}, "possible": {"he - they": 0.06910288218125818, "he": 0.21319485918816547, "they": 0.1440919770069073}, "post": {"he - they": 0.05653087768092055, "he": 0.18659388519592782, "they": 0.13006300751500727}, "posted": {"he - they": 0.046887008068924124, "he": 0.14581653700966626, "they": 0.09892952894074214}, "posts": {"he - they": 0.09496148943603486, "he": 0.2056655459948584, "they": 0.11070405655882354}, "pouring": {"he - they": 0.044076095438538826, "he": 0.2758851054843536, "they": 0.23180901004581475}, "power": {"he - they": 0.03241344953270958, "he": 0.22807482452194835, "they": 0.19566137498923877}, "preach": {"he - they": 0.131094007379119, "he": 0.29626964808975753, "they": 0.16517564071063853}, "pregnant": {"he - they": 0.04514241444537645, "he": 0.23412509034871806, "they": 0.1889826759033416}, "press": {"he - they": 0.0019378930903574676, "he": 0.2017249076957935, "they": 0.19978701460543602}, "pretending": {"he - they": 0.020069348129292036, "he": 0.24138561175393702, "they": 0.221316263624645}, "pretty": {"he - they": -0.1095679692539414, "he": 0.11706025130906382, "they": 0.22662822056300522}, "pride": {"he - they": 0.011882756455868282, "he": 0.18883723087823395, "they": 0.17695447442236567}, "prime": {"he - they": 0.045862722373869264, "he": 0.2017249076957935, "they": 0.15586218532192422}, "printing": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "prison": {"he - they": 0.04968723899921426, "he": 0.23493808581144512, "they": 0.18525084681223086}, "pro": {"he - they": 0.06547858023342937, "he": 0.2344424149974974, "they": 0.16896383476406804}, "probably": {"he - they": 0.0022977337522910035, "he": 0.2193586564694832, "they": 0.21706092271719218}, "problem": {"he - they": -0.04653275145859198, "he": 0.1230464384271103, "they": 0.16957918988570228}, "problems": {"he - they": -0.01297268034795901, "he": 0.16187272473616937, "they": 0.17484540508412838}, "professor": {"he - they": 0.08554273768491946, "he": 0.23412509034871806, "they": 0.1485823526637986}, "project": {"he - they": 0.08697431963292858, "he": 0.19255155813487934, "they": 0.10557723850195076}, "promise": {"he - they": 0.04475322471561302, "he": 0.25008657663135536, "they": 0.20533335191574234}, "property": {"he - they": 0.09291894841172829, "he": 0.256164182849164, "they": 0.1632452344374357}, "protect": {"he - they": 0.08688526582532936, "he": 0.1954253217553395, "they": 0.10854005593001013}, "proud": {"he - they": 0.002220826830017092, "he": 0.18580476035643534, "they": 0.18358393352641825}, "public": {"he - they": 0.0803822719870817, "he": 0.2564003011245398, "they": 0.17601802913745812}, "push": {"he - they": 0.04552434732590613, "he": 0.21746936502540917, "they": 0.17194501769950304}, "put": {"he - they": 0.03847290609705878, "he": 0.25955306833303654, "they": 0.22108016223597776}, "putting": {"he - they": 0.0019660241657870337, "he": 0.1954253217553395, "they": 0.19345929758955246}, "q": {"he - they": 0.13316321387498864, "he": 0.2644792724967404, "they": 0.13131605862175177}, "quebec": {"he - they": 0.04475322471561302, "he": 0.25008657663135536, "they": 0.20533335191574234}, "question": {"he - they": -0.012956436323351805, "he": 0.18021399957718726, "they": 0.19317043590053906}, "quit": {"he - they": 0.04552434732590613, "he": 0.21746936502540917, "they": 0.17194501769950304}, "quite": {"he - they": 0.0021400992505757888, "he": 0.1574014836242536, "they": 0.1552613843736778}, "quoting": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "ra": {"he - they": 0.08526102158043286, "he": 0.24138561175393702, "they": 0.15612459017350416}, "race": {"he - they": -0.07191023947835584, "he": 0.133421214939728, "they": 0.20533145441808384}, "races": {"he - they": -0.0462278148823585, "he": 0.15067164193018298, "they": 0.19689945681254148}, "racial": {"he - they": 0.09565837727411806, "he": 0.1848286591355917, "they": 0.08917028186147365}, "racism": {"he - they": 0.1200950353150341, "he": 0.2866131478046988, "they": 0.16651811248966472}, "racist": {"he - they": 0.0156824583063786, "he": 0.23364745475509185, "they": 0.21796499644871326}, "radio": {"he - they": 0.02105991964402945, "he": 0.1574014836242536, "they": 0.13634156398022415}, "rag": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "rain": {"he - they": 0.04541426400488316, "he": 0.22238185132154806, "they": 0.1769675873166649}, "ran": {"he - they": 0.09773646726624258, "he": 0.27252035929831286, "they": 0.1747838920320703}, "rancher": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "rape": {"he - they": 0.0020139358870635005, "he": 0.1847983596268498, "they": 0.1827844237397863}, "raped": {"he - they": 0.04552434732590613, "he": 0.21746936502540917, "they": 0.17194501769950304}, "rapes": {"he - they": 0.1334226615302793, "he": 0.2601368187993332, "they": 0.1267141572690539}, "raping": {"he - they": 0.0861533064036574, "he": 0.21746936502540917, "they": 0.13131605862175177}, "rather": {"he - they": -0.012976111044320754, "he": 0.15326653760344736, "they": 0.1662426486477681}, "re": {"he - they": -0.16161769216125155, "he": 0.14827874541062702, "they": 0.30989643757187857}, "read": {"he - they": 0.016518337248684845, "he": 0.17517523547360342, "they": 0.15865689822491857}, "reading": {"he - they": 0.00210439463901127, "he": 0.1650714711739678, "they": 0.16296707653495654}, "reality": {"he - they": 0.020763381712847334, "he": 0.1847983596268498, "they": 0.16403497791400246}, "really": {"he - they": -0.06119239585714428, "he": 0.13682426485579566, "they": 0.19801666071293994}, "reason": {"he - they": -0.046407990793555204, "he": 0.13523035232962233, "they": 0.18163834312317753}, "rebel": {"he - they": 0.020245024972098846, "he": 0.22787709649500767, "they": 0.20763207152290883}, "red": {"he - they": 0.1254276111150186, "he": 0.2292902569893065, "they": 0.10386264587428791}, "refugees": {"he - they": 0.04562215636710343, "he": 0.21302210377299627, "they": 0.16739994740589284}, "regal": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "regarding": {"he - they": 0.08554273768491946, "he": 0.23412509034871806, "they": 0.1485823526637986}, "religion": {"he - they": 0.08678916033452054, "he": 0.1984748915997329, "they": 0.11168573126521235}, "religious": {"he - they": 0.08577759748617919, "he": 0.22787709649500767, "they": 0.14209949900882848}, "remember": {"he - they": 0.07581009253921941, "he": 0.23972262247156975, "they": 0.16391252993235034}, "remind": {"he - they": 0.04528857939745767, "he": 0.22787709649500767, "they": 0.18258851709755}, "reply": {"he - they": 0.08705720573350147, "he": 0.1898333100014528, "they": 0.10277610426795132}, "reported": {"he - they": 0.08713465398756909, "he": 0.1872536620266978, "they": 0.10011900803912871}, "require": {"he - they": 0.08526102158043286, "he": 0.24138561175393702, "they": 0.15612459017350416}, "reserve": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "rest": {"he - they": -0.06991424361564452, "he": 0.14819177238917372, "they": 0.21810601600481824}, "restaurant": {"he - they": 0.08678916033452054, "he": 0.1984748915997329, "they": 0.11168573126521235}, "retarded": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "reveals": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "rhythm": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "right": {"he - they": 0.06932055190376954, "he": 0.27918929773258166, "they": 0.20986874582881213}, "road": {"he - they": 0.04610372177372307, "he": 0.1898333100014528, "they": 0.14372958822772972}, "rob": {"he - they": 0.131094007379119, "he": 0.29626964808975753, "they": 0.16517564071063853}, "robbers": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "rock": {"he - they": 0.0872072738213533, "he": 0.1847983596268498, "they": 0.09759108580549648}, "role": {"he - they": 0.04562215636710343, "he": 0.21302210377299627, "they": 0.16739994740589284}, "roll": {"he - they": 0.08554273768491946, "he": 0.23412509034871806, "they": 0.1485823526637986}, "roman": {"he - they": 0.08577759748617919, "he": 0.22787709649500767, "they": 0.14209949900882848}, "roughly": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "run": {"he - they": -0.006452072661970093, "he": 0.1819959849433494, "they": 0.1884480576053195}, "s": {"he - they": 0.0960488467466879, "he": 0.33440770892707955, "they": 0.23835886218039165}, "sa": {"he - they": 0.045862722373869264, "he": 0.2017249076957935, "they": 0.15586218532192422}, "sad": {"he - they": 0.09989589175973657, "he": 0.22572170902186872, "they": 0.12582581726213216}, "safe": {"he - they": 0.09824830362267462, "he": 0.26228328153667707, "they": 0.16403497791400246}, "said": {"he - they": 0.08004910099862958, "he": 0.3080818812270229, "they": 0.22803278022839332}, "same": {"he - they": -0.03884850083361485, "he": 0.20476920374590954, "they": 0.2436177045795244}, "sat": {"he - they": 0.0678200686347605, "he": 0.2525000155577136, "they": 0.18467994692295311}, "satan": {"he - they": 0.08597838396915222, "he": 0.22238185132154806, "they": 0.13640346735239584}, "savage": {"he - they": 0.08630794650394236, "he": 0.21302210377299627, "they": 0.1267141572690539}, "save": {"he - they": 0.020923981766835603, "he": 0.1702566504369363, "they": 0.1493326686701007}, "saw": {"he - they": 0.05791910592207791, "he": 0.2151074324471886, "they": 0.1571883265251107}, "say": {"he - they": 0.015789581076738612, "he": 0.26710698755205897, "they": 0.25131740647532036}, "saying": {"he - they": 0.08799741411329418, "he": 0.28010107243734145, "they": 0.19210365832404727}, "says": {"he - they": 0.1119993956318606, "he": 0.2710655675959852, "they": 0.15906617196412462}, "scared": {"he - they": 0.1321432027214745, "he": 0.2807255553852731, "they": 0.1485823526637986}, "scene": {"he - they": 0.04158662700664781, "he": 0.24824676417675112, "they": 0.20666013717010331}, "school": {"he - they": 0.02507492522550725, "he": 0.245762252299744, "they": 0.22068732707423674}, "schooling": {"he - they": 0.04562215636710343, "he": 0.21302210377299627, "they": 0.16739994740589284}, "schools": {"he - they": -0.11857421806638818, "he": 0.10843555538391958, "they": 0.22700977345030776}, "screaming": {"he - they": 0.08577759748617919, "he": 0.22787709649500767, "they": 0.14209949900882848}, "scum": {"he - they": -0.012976111044320754, "he": 0.15326653760344736, "they": 0.1662426486477681}, "second": {"he - they": 0.0020524223436166056, "he": 0.2200927067126292, "they": 0.2180402843690126}, "security": {"he - they": 0.1209802053598896, "he": 0.27217952402983164, "they": 0.15119931866994205}, "see": {"he - they": 0.023771825570362726, "he": 0.233669356046302, "they": 0.2098975304759393}, "seem": {"he - they": -0.0545234133556661, "he": 0.1702566504369363, "they": 0.2247800637926024}, "seen": {"he - they": 0.08675253558976179, "he": 0.24540943381468036, "they": 0.15865689822491857}, "self": {"he - they": 0.06513765108610056, "he": 0.24485198917346981, "they": 0.17971433808736925}, "sell": {"he - they": 0.022203420385991435, "he": 0.23746359128078381, "they": 0.21526017089479238}, "send": {"he - they": 0.002295070281798983, "he": 0.1711001198388357, "they": 0.1688050495570367}, "sent": {"he - they": 0.05478508585656941, "he": 0.2516845426691109, "they": 0.19689945681254148}, "served": {"he - they": 0.020164550421460536, "he": 0.23412509034871806, "they": 0.21396053992725753}, "service": {"he - they": 0.02064142972326921, "he": 0.1954253217553395, "they": 0.1747838920320703}, "set": {"he - they": 0.021088681877920623, "he": 0.15461081404148858, "they": 0.13352213216356795}, "several": {"he - they": 0.00216563928419114, "he": 0.1519540008447359, "they": 0.14978836156054476}, "sf": {"he - they": 0.04690520196355097, "he": 0.14466529137341186, "they": 0.09776008940986089}, "shame": {"he - they": 0.00204458755052353, "he": 0.1780655339314804, "they": 0.17602094638095686}, "she": {"he - they": 0.06707579996564966, "he": 0.19734296331572007, "they": 0.1302671633500704}, "sheep": {"he - they": 0.020314694897031277, "he": 0.22238185132154806, "they": 0.20206715642451678}, "shocked": {"he - they": 0.0917428794819315, "he": 0.2807255553852731, "they": 0.1889826759033416}, "shoot": {"he - they": 0.09411840781983696, "he": 0.22804289685316984, "they": 0.13392448903333287}, "shop": {"he - they": 0.09323509928292686, "he": 0.2490972846048511, "they": 0.15586218532192422}, "short": {"he - they": 0.06900238651962279, "he": 0.21653109428375936, "they": 0.14752870776413657}, "should": {"he - they": 0.033910650223090644, "he": 0.29426179955145626, "they": 0.2603511493283656}, "show": {"he - they": -0.05989742545250165, "he": 0.18152201205375143, "they": 0.24141943750625308}, "showed": {"he - they": 0.09684211891090422, "he": 0.2894332517988641, "they": 0.19259113288795987}, "sick": {"he - they": 0.05030199937919458, "he": 0.21005547528058519, "they": 0.1597534759013906}, "simian": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "similar": {"he - they": 0.046473211069629775, "he": 0.1702566504369363, "they": 0.12378343936730653}, "simple": {"he - they": -0.03627156180283844, "he": 0.1824552746959061, "they": 0.21872683649874455}, "simply": {"he - they": -0.012965118728718666, "he": 0.17210330764661627, "they": 0.18506842637533494}, "since": {"he - they": -0.09512741955235818, "he": 0.10541450898883284, "they": 0.20054192854119102}, "sing": {"he - they": 0.08554273768491946, "he": 0.23412509034871806, "they": 0.1485823526637986}, "single": {"he - they": 0.04678804452514408, "he": 0.1519540008447359, "they": 0.10516595631959182}, "sister": {"he - they": 0.06915031190624693, "he": 0.21160212542147228, "they": 0.14245181351522535}, "sisters": {"he - they": 0.04656540388932452, "he": 0.1650714711739678, "they": 0.11850606728464329}, "sit": {"he - they": 0.0684199733217804, "he": 0.23493808581144512, "they": 0.16651811248966472}, "sitting": {"he - they": -0.02549132308327351, "he": 0.18021399957718726, "they": 0.20570532266046077}, "six": {"he - they": 0.04610372177372307, "he": 0.1898333100014528, "they": 0.14372958822772972}, "skin": {"he - they": 0.002274980789437414, "he": 0.17505540287438262, "they": 0.1727804220849452}, "skinhead": {"he - they": 0.08630794650394236, "he": 0.21302210377299627, "they": 0.1267141572690539}, "skinned": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "slavic": {"he - they": 0.002063131196304885, "he": 0.17401664932974134, "they": 0.17195351813343646}, "small": {"he - they": 0.024124229079921233, "he": 0.20400228382063673, "they": 0.1798780547407155}, "smash": {"he - they": 0.044076095438538826, "he": 0.2758851054843536, "they": 0.23180901004581475}, "smashed": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "smile": {"he - they": 0.04528857939745767, "he": 0.22787709649500767, "they": 0.18258851709755}, "so": {"he - they": 0.015572878355864073, "he": 0.2970331192325622, "they": 0.28146024087669813}, "social": {"he - they": 0.03512238761817871, "he": 0.21483672570554796, "they": 0.17971433808736925}, "societies": {"he - they": 0.04475322471561302, "he": 0.25008657663135536, "they": 0.20533335191574234}, "sold": {"he - they": 0.04541426400488316, "he": 0.22238185132154806, "they": 0.1769675873166649}, "soldier": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "some": {"he - they": 0.029960580888004712, "he": 0.24675607137543717, "they": 0.21679549048743246}, "someone": {"he - they": 0.025385204852474003, "he": 0.1966753080076791, "they": 0.1712901031552051}, "something": {"he - they": -0.007231369968903945, "he": 0.1899237975322404, "they": 0.19715516750114434}, "somewhere": {"he - they": 0.0984625172546606, "he": 0.2578617223826998, "they": 0.15939920512803918}, "son": {"he - they": 0.20696373238163107, "he": 0.27084141122407085, "they": 0.06387767884243979}, "song": {"he - they": 0.02116585109668445, "he": 0.1469916683588166, "they": 0.12582581726213216}, "songs": {"he - they": 0.020605718143586416, "he": 0.1984748915997329, "they": 0.17786917345614647}, "soon": {"he - they": 0.038928817893612494, "he": 0.22437891014198216, "they": 0.18545009224836967}, "sorry": {"he - they": 0.06601181944336584, "he": 0.21719423978303457, "they": 0.15118242033966872}, "sort": {"he - they": -0.045963898962834926, "he": 0.1702566504369363, "they": 0.21622054939977123}, "sound": {"he - they": 0.008749735937194136, "he": 0.2305332911094056, "they": 0.22178355517221146}, "speny": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "st": {"he - they": 0.002215811014749325, "he": 0.14134502501963062, "they": 0.1391292140048813}, "stab": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "stamps": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "stand": {"he - they": -0.03660000991564352, "he": 0.1494180136529049, "they": 0.18601802356854844}, "standing": {"he - they": 0.0019660241657870337, "he": 0.1954253217553395, "they": 0.19345929758955246}, "staring": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "start": {"he - they": -0.05140842243327717, "he": 0.14429422086394184, "they": 0.195702643297219}, "started": {"he - they": -0.040084300183948346, "he": 0.1931503123652337, "they": 0.23323461254918204}, "starting": {"he - they": 0.068049938279929, "he": 0.24591911173607547, "they": 0.17786917345614647}, "starts": {"he - they": 0.04968723899921426, "he": 0.23493808581144512, "they": 0.18525084681223086}, "state": {"he - they": 0.06622876066168931, "he": 0.2097857447840673, "they": 0.143556984122378}, "statement": {"he - they": 0.09230618528135359, "he": 0.2692737725980185, "they": 0.1769675873166649}, "station": {"he - they": 0.0937340030530541, "he": 0.23746359128078381, "they": 0.14372958822772972}, "stay": {"he - they": -0.02569353329479715, "he": 0.14134502501963062, "they": 0.16703855831442777}, "steps": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "still": {"he - they": 0.007621293708008431, "he": 0.20059362069682474, "they": 0.1929723269888163}, "stolen": {"he - they": 0.131674655769226, "he": 0.28779924594273015, "they": 0.15612459017350416}, "stood": {"he - they": 0.12175511547688234, "he": 0.2937001331763854, "they": 0.17194501769950304}, "stop": {"he - they": 0.025110457958033267, "he": 0.21536957517973068, "they": 0.19025911722169742}, "stories": {"he - they": -0.025476814105628826, "he": 0.1824552746959061, "they": 0.20793208880153494}, "stormfront": {"he - they": 0.06636086179876592, "he": 0.18741043198777826, "they": 0.12104957018901234}, "story": {"he - they": -0.006414448595128575, "he": 0.16255589164311207, "they": 0.16897034023824065}, "straight": {"he - they": 0.046289510543854384, "he": 0.18021399957718726, "they": 0.13392448903333287}, "strange": {"he - they": 0.020706085055957196, "he": 0.1898333100014528, "they": 0.1691272249454956}, "street": {"he - they": 0.08801308631502713, "he": 0.15461081404148858, "they": 0.06659772772646144}, "streets": {"he - they": 0.020735549537033077, "he": 0.1872536620266978, "they": 0.16651811248966472}, "student": {"he - they": 0.020838641054188506, "he": 0.1780655339314804, "they": 0.15722689287729189}, "students": {"he - they": 0.011891652644363981, "he": 0.18780838306930844, "they": 0.17591673042494446}, "stuff": {"he - they": -0.0550798655917176, "he": 0.13620560134667595, "they": 0.19128546693839354}, "stupid": {"he - they": -0.08325616167453512, "he": 0.1271156669545797, "they": 0.21037182862911483}, "subject": {"he - they": 0.08668491878134017, "he": 0.2017249076957935, "they": 0.11503998891445331}, "such": {"he - they": -0.06343547142708565, "he": 0.10482746316734305, "they": 0.1682629345944287}, "suit": {"he - they": 0.08526102158043286, "he": 0.24138561175393702, "they": 0.15612459017350416}, "suited": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "support": {"he - they": 0.07619327165547796, "he": 0.2290530950832699, "they": 0.15285982342779195}, "suppose": {"he - they": 0.022164923344954457, "he": 0.24012409138495022, "they": 0.21795916803999577}, "sure": {"he - they": 0.022060521030494912, "he": 0.23910317743704484, "they": 0.21704265640654993}, "surprised": {"he - they": 0.002034781507585598, "he": 0.18021399957718726, "they": 0.17817921806960166}, "suspect": {"he - they": 0.06824732370485409, "he": 0.24012409138495022, "they": 0.17187676768009613}, "suspended": {"he - they": 0.13253478317964548, "he": 0.27463428218847397, "they": 0.14209949900882848}, "swedish": {"he - they": 0.08740093382304721, "he": 0.1780655339314804, "they": 0.09066460010843318}, "system": {"he - they": 0.06552124896540029, "he": 0.2331078146914669, "they": 0.16758656572606662}, "t": {"he - they": -0.06302156201159112, "he": 0.22601555287228406, "they": 0.2890371148838752}, "table": {"he - they": 0.09291894841172829, "he": 0.256164182849164, "they": 0.1632452344374357}, "taco": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "take": {"he - they": -0.032751443531286895, "he": 0.2008190393883608, "they": 0.2335704829196477}, "taken": {"he - they": 0.08798300918943244, "he": 0.25291340888920943, "they": 0.164930399699777}, "takes": {"he - they": 0.09350265687871578, "he": 0.24293602616038978, "they": 0.149433369281674}, "taking": {"he - they": 0.046672862342147375, "he": 0.15885169591209744, "they": 0.11217883356995006}, "talentless": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "talk": {"he - they": -0.009765402827265152, "he": 0.17716695079817368, "they": 0.18693235362543884}, "talking": {"he - they": -0.028144600507770928, "he": 0.1931503123652337, "they": 0.22129491287300462}, "tapp": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "tattoos": {"he - they": 0.04514241444537645, "he": 0.23412509034871806, "they": 0.1889826759033416}, "taught": {"he - they": -0.025407609905116424, "he": 0.19255155813487934, "they": 0.21795916803999577}, "taxes": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "teacher": {"he - they": 0.07591457846748734, "he": 0.23686175706959847, "they": 0.16094717860211114}, "teachers": {"he - they": -0.006444280141171099, "he": 0.17756249876073504, "they": 0.18400677890190614}, "teaching": {"he - they": 0.07929353785706231, "he": 0.2671356835402115, "they": 0.1878421456831492}, "team": {"he - they": 0.0872072738213533, "he": 0.1847983596268498, "they": 0.09759108580549648}, "techniques": {"he - they": 0.08526102158043286, "he": 0.24138561175393702, "they": 0.15612459017350416}, "teens": {"he - they": 0.08554273768491946, "he": 0.23412509034871806, "they": 0.1485823526637986}, "tell": {"he - they": 0.013012134359817101, "he": 0.2147298147824867, "they": 0.2017176804226696}, "telling": {"he - they": 0.052386542257252006, "he": 0.2500310841338375, "they": 0.1976445418765855}, "tells": {"he - they": 0.020605718143586416, "he": 0.1984748915997329, "they": 0.17786917345614647}, "ten": {"he - they": 0.08668491878134017, "he": 0.2017249076957935, "they": 0.11503998891445331}, "tend": {"he - they": 0.04604973717542851, "he": 0.19255155813487934, "they": 0.14650182095945083}, "terrible": {"he - they": 0.020525767887022317, "he": 0.20520571480997543, "they": 0.18467994692295311}, "texas": {"he - they": 0.08801308631502713, "he": 0.15461081404148858, "they": 0.06659772772646144}, "than": {"he - they": -0.027230028059533312, "he": 0.21413859726372553, "they": 0.24136862532325884}, "thank": {"he - they": 0.10848782556413743, "he": 0.21702077119711713, "they": 0.1085329456329797}, "that": {"he - they": -0.009676251862723695, "he": 0.30286218380729196, "they": 0.31253843567001566}, "thats": {"he - they": 0.02377630430042174, "he": 0.22807482452194835, "they": 0.2042985202215266}, "the": {"he - they": 0.01335636971124865, "he": 0.359651211376102, "they": 0.34629484166485336}, "theft": {"he - they": 0.08526102158043286, "he": 0.24138561175393702, "they": 0.15612459017350416}, "their": {"he - they": -0.22457588384873434, "he": 0.11850957289671778, "they": 0.3430854567454521}, "them": {"he - they": -0.13760498120124998, "he": 0.1790504480269035, "they": 0.3166554292281535}, "themselves": {"he - they": -0.1464310026182869, "he": 0.12464096948067512, "they": 0.271071972098962}, "then": {"he - they": 0.004336955322357672, "he": 0.26751538878960635, "they": 0.2631784334672487}, "there": {"he - they": -0.09826840726565392, "he": 0.12937455772632322, "they": 0.22764296499197714}, "therefore": {"he - they": 0.020430970885036398, "he": 0.21302210377299627, "they": 0.19259113288795987}, "these": {"he - they": -0.07733918801718037, "he": 0.1666550833746634, "they": 0.24399427139184376}, "they": {"he - they": -0.39438384883646677, "he": 0.19140146322363566, "they": 0.5857853120601024}, "thing": {"he - they": -0.024124339941738182, "he": 0.18741043198777826, "they": 0.21153477192951645}, "things": {"he - they": 0.01105381032552949, "he": 0.2293423424304631, "they": 0.2182885321049336}, "think": {"he - they": -0.06772103985413425, "he": 0.2051914175092283, "they": 0.27291245736336256}, "thinking": {"he - they": 0.022604429772534906, "he": 0.2085521401588969, "they": 0.185947710386362}, "thinks": {"he - they": 0.1376634575227059, "he": 0.3041815700123706, "they": 0.16651811248966472}, "third": {"he - they": 0.09883176546389547, "he": 0.2500310841338375, "they": 0.15119931866994205}, "this": {"he - they": 0.018835589825525356, "he": 0.24438112421319755, "they": 0.2255455343876722}, "those": {"he - they": -0.08301875000182068, "he": 0.15438367020019453, "they": 0.2374024202020152}, "thought": {"he - they": 0.08801951056224616, "he": 0.2845334481488334, "they": 0.19651393758658725}, "thousand": {"he - they": 0.020789749023295112, "he": 0.1824552746959061, "they": 0.161665525672611}, "thousands": {"he - they": -0.02559000865478514, "he": 0.16344849391490165, "they": 0.1890385025696868}, "thread": {"he - they": 0.03647126355196023, "he": 0.12894292248980535, "they": 0.09247165893784512}, "three": {"he - they": 0.03533807560699101, "he": 0.20292464133305763, "they": 0.16758656572606662}, "threw": {"he - they": 0.13253478317964548, "he": 0.27463428218847397, "they": 0.14209949900882848}, "through": {"he - they": -0.009774950900190732, "he": 0.1945700118490484, "they": 0.20434496274923913}, "throw": {"he - they": 0.00204458755052353, "he": 0.1780655339314804, "they": 0.17602094638095686}, "thrown": {"he - they": 0.1334226615302793, "he": 0.2601368187993332, "they": 0.1267141572690539}, "thus": {"he - they": 0.020376097939943827, "he": 0.21746936502540917, "they": 0.19709326708546535}, "till": {"he - they": -0.012956436323351805, "he": 0.18021399957718726, "they": 0.19317043590053906}, "time": {"he - they": 0.02707020447884756, "he": 0.23495085529144932, "they": 0.20788065081260176}, "times": {"he - they": 0.03750773235001925, "he": 0.21558032282422018, "they": 0.17807259047420093}, "to": {"he - they": -0.009012467157754056, "he": 0.35147537949235774, "they": 0.3604878466501118}, "told": {"he - they": 0.044856226459677684, "he": 0.2961685152037671, "they": 0.2513122887440894}, "too": {"he - they": 0.06568500341227232, "he": 0.24821140792801158, "they": 0.18252640451573926}, "tourist": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "town": {"he - they": -0.006393453450845271, "he": 0.15332736182753276, "they": 0.15972081527837803}, "trash": {"he - they": 0.08713465398756909, "he": 0.1872536620266978, "they": 0.10011900803912871}, "travel": {"he - they": 0.08657119138494125, "he": 0.20520571480997543, "they": 0.11863452342503418}, "tree": {"he - they": 0.1652531125057356, "he": 0.2537964701963474, "they": 0.08854335769061178}, "trial": {"he - they": 0.0861533064036574, "he": 0.21746936502540917, "they": 0.13131605862175177}, "tribe": {"he - they": 0.0861533064036574, "he": 0.21746936502540917, "they": 0.13131605862175177}, "tried": {"he - they": -0.0462278148823585, "he": 0.15067164193018298, "they": 0.19689945681254148}, "trip": {"he - they": 0.020376097939943827, "he": 0.21746936502540917, "they": 0.19709326708546535}, "troops": {"he - they": 0.08668491878134017, "he": 0.2017249076957935, "they": 0.11503998891445331}, "trouble": {"he - they": 0.04610372177372307, "he": 0.1898333100014528, "they": 0.14372958822772972}, "true": {"he - they": -0.03672680954790386, "he": 0.13332755652002545, "they": 0.1700543660679293}, "trusted": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "truth": {"he - they": 0.0800929408807223, "he": 0.2632505227660175, "they": 0.1831575818852952}, "try": {"he - they": 0.02210798832726224, "he": 0.2359644277937728, "they": 0.21385643946651056}, "trying": {"he - they": 0.031295512110359636, "he": 0.23301319253302924, "they": 0.2017176804226696}, "turn": {"he - they": -0.034350650688110024, "he": 0.18988505420528565, "they": 0.22423570489339567}, "turned": {"he - they": 0.13439597023037964, "he": 0.24293602616038978, "they": 0.10854005593001013}, "turning": {"he - they": 0.045862722373869264, "he": 0.2017249076957935, "they": 0.15586218532192422}, "turns": {"he - they": 0.020430970885036398, "he": 0.21302210377299627, "they": 0.19259113288795987}, "twice": {"he - they": 0.09724658065915373, "he": 0.28192652758210685, "they": 0.18467994692295311}, "two": {"he - they": 0.04508036272617344, "he": 0.2325624175876295, "they": 0.18748205486145605}, "types": {"he - they": 0.04562215636710343, "he": 0.21302210377299627, "they": 0.16739994740589284}, "typical": {"he - they": 0.0937340030530541, "he": 0.23746359128078381, "they": 0.14372958822772972}, "u": {"he - they": 0.08869885192663941, "he": 0.12226481936113727, "they": 0.033565967434497856}, "ugly": {"he - they": 0.04592983259412367, "he": 0.1984748915997329, "they": 0.15254505900560922}, "unacceptable": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "uncle": {"he - they": 0.08526102158043286, "he": 0.24138561175393702, "they": 0.15612459017350416}, "under": {"he - they": 0.0552498910593576, "he": 0.23593945089422122, "they": 0.18068955983486362}, "understand": {"he - they": 0.02264272554563626, "he": 0.2056655459948584, "they": 0.18302282044922213}, "unfortunately": {"he - they": 0.09449826203655302, "he": 0.21828170140385955, "they": 0.12378343936730653}, "union": {"he - they": 0.0861533064036574, "he": 0.21746936502540917, "they": 0.13131605862175177}, "untalented": {"he - they": 0.08263989491975762, "he": 0.29996762599411864, "they": 0.217327731074361}, "until": {"he - they": -0.08923970518338505, "he": 0.12073144840811205, "they": 0.2099711535914971}, "untill": {"he - they": 0.04528857939745767, "he": 0.22787709649500767, "they": 0.18258851709755}, "up": {"he - they": 0.010627401916333157, "he": 0.26819899878700254, "they": 0.2575715968706694}, "upon": {"he - they": -0.012950477783578301, "he": 0.1847983596268498, "they": 0.1977488374104281}, "us": {"he - they": -0.028773673046864956, "he": 0.22428251978075214, "they": 0.2530561928276171}, "use": {"he - they": -0.03474719943415541, "he": 0.14529231572089585, "they": 0.18003951515505126}, "used": {"he - they": 0.05130740931393128, "he": 0.16255589164311207, "they": 0.11124848232918079}, "uses": {"he - they": 0.13316321387498864, "he": 0.2644792724967404, "they": 0.13131605862175177}, "using": {"he - they": 0.0021890358896103357, "he": 0.1469916683588166, "they": 0.14480263246920627}, "utilities": {"he - they": 0.044076095438538826, "he": 0.2758851054843536, "they": 0.23180901004581475}, "v": {"he - they": 0.050922534660442886, "he": 0.1819959849433494, "they": 0.1310734502829065}, "values": {"he - they": 0.13439597023037964, "he": 0.24293602616038978, "they": 0.10854005593001013}, "ve": {"he - they": 0.010102833962449126, "he": 0.20260650636308966, "they": 0.19250367240064054}, "verdict": {"he - they": 0.044076095438538826, "he": 0.2758851054843536, "they": 0.23180901004581475}, "very": {"he - they": 0.0398905915650076, "he": 0.21921279796200172, "they": 0.17932220639699412}, "via": {"he - they": 0.0861533064036574, "he": 0.21746936502540917, "they": 0.13131605862175177}, "victim": {"he - they": 0.04592983259412367, "he": 0.1984748915997329, "they": 0.15254505900560922}, "victims": {"he - they": 0.046404873220980414, "he": 0.17401664932974134, "they": 0.12761177610876093}, "video": {"he - they": 0.06668713154863723, "he": 0.18754311397071496, "they": 0.12085598242207773}, "views": {"he - they": 0.0019815563818711135, "he": 0.23493808581144512, "they": 0.232956529429574}, "vile": {"he - they": 0.020430970885036398, "he": 0.21302210377299627, "they": 0.19259113288795987}, "violence": {"he - they": 0.0459919524736655, "he": 0.1954253217553395, "they": 0.149433369281674}, "violent": {"he - they": -0.012963284701526356, "he": 0.17401664932974134, "they": 0.1869799340312677}, "vote": {"he - they": 0.04592983259412367, "he": 0.1984748915997329, "they": 0.15254505900560922}, "wait": {"he - they": 0.053401660212803376, "he": 0.21245281832988777, "they": 0.1590511581170844}, "waiting": {"he - they": 0.04562215636710343, "he": 0.21302210377299627, "they": 0.16739994740589284}, "walk": {"he - they": 0.002133325457393781, "he": 0.15885169591209744, "they": 0.15671837045470366}, "walked": {"he - they": 0.04562215636710343, "he": 0.21302210377299627, "they": 0.16739994740589284}, "walking": {"he - they": 0.0019523810235677341, "he": 0.1984748915997329, "they": 0.19652251057616515}, "wanna": {"he - they": 0.04592983259412367, "he": 0.1984748915997329, "they": 0.15254505900560922}, "want": {"he - they": -0.13801650344260374, "he": 0.12836009979619684, "they": 0.2663766032388006}, "wanted": {"he - they": 0.042183844006669635, "he": 0.2223696381711051, "they": 0.18018579416443548}, "wants": {"he - they": 0.1363283721564203, "he": 0.2823367784187593, "they": 0.14600840626233902}, "was": {"he - they": 0.1790482763150657, "he": 0.3699397943615183, "they": 0.1908915180464526}, "washed": {"he - they": 0.08491093592071683, "he": 0.25008657663135536, "they": 0.16517564071063853}, "washington": {"he - they": 0.08644626939936151, "he": 0.20895529526800866, "they": 0.12250902586864715}, "watch": {"he - they": -0.007202713780863235, "he": 0.1747476949277644, "they": 0.18195040870862764}, "watched": {"he - they": 0.04604973717542851, "he": 0.19255155813487934, "they": 0.14650182095945083}, "way": {"he - they": -0.0029641248866396908, "he": 0.22135191208317237, "they": 0.22431603696981206}, "we": {"he - they": 0.004748131209928008, "he": 0.2081836817200336, "they": 0.2034355505101056}, "web": {"he - they": 0.08713465398756909, "he": 0.1872536620266978, "they": 0.10011900803912871}, "website": {"he - they": 0.046697427065430064, "he": 0.1574014836242536, "they": 0.11070405655882354}, "week": {"he - they": 0.055746382431816816, "he": 0.21799913675777044, "they": 0.16225275432595362}, "weeks": {"he - they": 0.15623221990436792, "he": 0.2692131501125408, "they": 0.11298093020817289}, "welfare": {"he - they": -0.036216257254455125, "he": 0.1872536620266978, "they": 0.22346991928115292}, "well": {"he - they": -0.012279742904620194, "he": 0.20253939129912463, "they": 0.21481913420374482}, "went": {"he - they": 0.053720998457830044, "he": 0.26883086756711433, "they": 0.21510986910928429}, "were": {"he - they": -0.14422688628763833, "he": 0.14517316476283673, "they": 0.28940005105047506}, "west": {"he - they": 0.08770850225192786, "he": 0.16674478698570264, "they": 0.07903628473377478}, "what": {"he - they": -0.004046907579393855, "he": 0.2627176681051585, "they": 0.26676457568455236}, "whatever": {"he - they": 0.1244633248094446, "he": 0.24824676417675112, "they": 0.12378343936730653}, "when": {"he - they": -0.01472209619339776, "he": 0.2786012441732314, "they": 0.29332334036662916}, "whenever": {"he - they": -0.012928193550836298, "he": 0.1984748915997329, "they": 0.2114030851505692}, "where": {"he - they": 0.015030065446536706, "he": 0.24367365746644606, "they": 0.22864359201990936}, "wherever": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "whether": {"he - they": 0.09800845859471591, "he": 0.2671356835402115, "they": 0.1691272249454956}, "which": {"he - they": -0.03477712335277891, "he": 0.16314556030692776, "they": 0.19792268365970667}, "while": {"he - they": 0.07931102714039892, "he": 0.24832869069502092, "they": 0.169017663554622}, "whine": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "white": {"he - they": 0.002407587285021995, "he": 0.26572420166961047, "they": 0.2633166143845885}, "whites": {"he - they": -0.10498582281338209, "he": 0.1544739431028826, "they": 0.2594597659162647}, "whitey": {"he - they": 0.020430970885036398, "he": 0.21302210377299627, "they": 0.19259113288795987}, "who": {"he - they": 0.014183318795821298, "he": 0.24733226842829525, "they": 0.23314894963247396}, "whole": {"he - they": -0.05513339934753772, "he": 0.13239892224367628, "they": 0.187532321591214}, "why": {"he - they": -0.07740927736527026, "he": 0.15547907897887528, "they": 0.23288835634414554}, "wife": {"he - they": 0.12480913295787086, "he": 0.24166385391956363, "they": 0.11685472096169278}, "will": {"he - they": -0.05253195282867018, "he": 0.23094964080684444, "they": 0.2834815936355146}, "win": {"he - they": 0.08657119138494125, "he": 0.20520571480997543, "they": 0.11863452342503418}, "winter": {"he - they": 0.08630794650394236, "he": 0.21302210377299627, "they": 0.1267141572690539}, "wisdom": {"he - they": 0.04496819601335794, "he": 0.24138561175393702, "they": 0.19641741574057908}, "wit": {"he - they": 0.08445195812463768, "he": 0.26101383237626974, "they": 0.17656187425163206}, "with": {"he - they": 0.02471196122841457, "he": 0.31377301600629726, "they": 0.2890610547778827}, "within": {"he - they": -0.012969551101666615, "he": 0.16674478698570264, "they": 0.17971433808736925}, "wo": {"he - they": -0.0697031782246576, "he": 0.1574014836242536, "they": 0.2271046618489112}, "wolves": {"he - they": 0.08630794650394236, "he": 0.21302210377299627, "they": 0.1267141572690539}, "woman": {"he - they": 0.06556546024189144, "he": 0.21601622205754367, "they": 0.15045076181565223}, "women": {"he - they": -0.11868193274450428, "he": 0.10541450898883284, "they": 0.22409644173333712}, "wonder": {"he - they": 0.0411484212393442, "he": 0.24836544701017044, "they": 0.20721702577082624}, "wonderful": {"he - they": 0.046154348841423054, "he": 0.1872536620266978, "they": 0.14109931318527474}, "wondering": {"he - they": -0.012961241785163113, "he": 0.1760020400449241, "they": 0.1889632818300872}, "word": {"he - they": 0.08873057713501464, "he": 0.23503189779351358, "they": 0.14630132065849893}, "words": {"he - they": 0.002133325457393781, "he": 0.15885169591209744, "they": 0.15671837045470366}, "wore": {"he - they": 0.04514241444537645, "he": 0.23412509034871806, "they": 0.1889826759033416}, "work": {"he - they": -0.10042509458770324, "he": 0.10197192865241347, "they": 0.2023970232401167}, "works": {"he - they": 0.1358754341470902, "he": 0.21319485918816547, "they": 0.0773194250410753}, "world": {"he - they": 0.002510248567660023, "he": 0.18077541217354315, "they": 0.17826516360588313}, "worse": {"he - they": 0.022584360187172997, "he": 0.21005547528058519, "they": 0.1874711150934122}, "worst": {"he - they": 0.0020139358870635005, "he": 0.1847983596268498, "they": 0.1827844237397863}, "worth": {"he - they": 0.04632988829658527, "he": 0.1780655339314804, "they": 0.13173564563489512}, "would": {"he - they": 0.02441879999118729, "he": 0.2533320794697774, "they": 0.22891327947859014}, "wouldnt": {"he - they": 0.044473680060178544, "he": 0.26101383237626974, "they": 0.2165401523160912}, "wp": {"he - they": 0.08727557920457824, "he": 0.1824552746959061, "they": 0.09517969549132788}, "wreck": {"he - they": 0.08379266342523745, "he": 0.2758851054843536, "they": 0.19209244205911613}, "write": {"he - they": 0.0459919524736655, "he": 0.1954253217553395, "they": 0.149433369281674}, "wrong": {"he - they": 0.08279763692863762, "he": 0.2597521113510033, "they": 0.17695447442236567}, "wrote": {"he - they": 0.08657119138494125, "he": 0.20520571480997543, "they": 0.11863452342503418}, "www": {"he - they": -0.05204595341610442, "he": 0.07774693094900857, "they": 0.129792884365113}, "x": {"he - they": 0.04624695361669551, "he": 0.1824552746959061, "they": 0.1362083210792106}, "ya": {"he - they": -0.04628712131438101, "he": 0.14581653700966626, "they": 0.19210365832404727}, "yea": {"he - they": 0.0861533064036574, "he": 0.21746936502540917, "they": 0.13131605862175177}, "yeah": {"he - they": -0.021555522974385344, "he": 0.1829248317824779, "they": 0.20448035475686324}, "year": {"he - they": 0.06749968415855312, "he": 0.21012200371740572, "they": 0.1426223195588526}, "years": {"he - they": 0.04279336194095465, "he": 0.23355027913764223, "they": 0.19075691719668758}, "yes": {"he - they": 0.06675775060205055, "he": 0.25772520552275235, "they": 0.1909674549207018}, "yet": {"he - they": -0.05523708526004038, "he": 0.12464096948067512, "they": 0.1798780547407155}, "you": {"he - they": -0.0031342296909354916, "he": 0.22410996735713926, "they": 0.22724419704807475}, "your": {"he - they": -0.025115955941653306, "he": 0.16346605582596038, "they": 0.1885820117676137}, "youtube": {"he - they": 0.08409560529958482, "he": 0.14038542196324666, "they": 0.05628981666366184}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-woman.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-woman.json new file mode 100644 index 0000000000000000000000000000000000000000..971aa646ed5a8c3dd1b677997e8b5d3fd2a8d2a6 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-he-woman.json @@ -0,0 +1 @@ +{"000": {"he - woman": -0.10454920143331153, "he": 0.13427119015622435, "woman": 0.23882039158953589}, "1": {"he - woman": -0.2309129396255244, "he": 0.08322999922701296, "woman": 0.31414293885253736}, "13": {"he - woman": -0.10151661495617553, "he": 0.1872536620266978, "woman": 0.28877027698287333}, "15": {"he - woman": -0.024873923973686485, "he": 0.2358108643049227, "woman": 0.2606847882786092}, "17": {"he - woman": -0.15606622755417252, "he": 0.1984748915997329, "woman": 0.3545411191539054}, "2": {"he - woman": -0.23125644289966946, "he": 0.07997216648426181, "woman": 0.31122860938393127}, "24": {"he - woman": -0.10038252744438311, "he": 0.20520571480997543, "woman": 0.30558824225435854}, "27": {"he - woman": -0.09957701593956922, "he": 0.21746936502540917, "woman": 0.3170463809649784}, "3": {"he - woman": -0.06193041076267575, "he": 0.20059362069682474, "woman": 0.2625240314595005}, "30": {"he - woman": -0.10399150990158498, "he": 0.14466529137341186, "woman": 0.24865680127499684}, "36": {"he - woman": -0.050633124932628615, "he": 0.3068970668906189, "woman": 0.3575301918232475}, "5": {"he - woman": -0.05678493639547233, "he": 0.15869682992179707, "woman": 0.2154817663172694}, "6": {"he - woman": -0.025606291394553837, "he": 0.20723642954857477, "woman": 0.2328427209431286}, "64": {"he - woman": -0.09539984787171196, "he": 0.2758851054843536, "woman": 0.37128495335606554}, "65": {"he - woman": -0.09539984787171196, "he": 0.2758851054843536, "woman": 0.37128495335606554}, "73": {"he - woman": -0.09651635944697778, "he": 0.26101383237626974, "woman": 0.3575301918232475}, "8": {"he - woman": -0.15957585975169247, "he": 0.16187272473616937, "woman": 0.32144858448786184}, "9": {"he - woman": -0.10405293551181377, "he": 0.14353691526390264, "woman": 0.2475898507757164}, "a": {"he - woman": -0.06633020085161584, "he": 0.3797807848382674, "woman": 0.4461109856898832}, "about": {"he - woman": -0.008120667981122542, "he": 0.2679674567428005, "woman": 0.276088124723923}, "according": {"he - woman": -0.054586369295859166, "he": 0.21653109428375936, "woman": 0.2711174635796185}, "after": {"he - woman": 0.0663948266534686, "he": 0.26249446993198644, "woman": 0.19609964327851784}, "again": {"he - woman": 0.03043191995408276, "he": 0.24073513055849036, "woman": 0.2103032106044076}, "against": {"he - woman": -0.08473974959068495, "he": 0.17974859413122982, "woman": 0.26448834372191476}, "ago": {"he - woman": -0.014917408471113641, "he": 0.23781219745619078, "woman": 0.2527296059273044}, "all": {"he - woman": 0.025481841216808382, "he": 0.25167633941576667, "woman": 0.2261944981989583}, "alot": {"he - woman": -0.10274641214970884, "he": 0.16674478698570264, "woman": 0.2694911991354115}, "also": {"he - woman": -0.02705608528634687, "he": 0.1489322998267673, "woman": 0.17598838511311418}, "am": {"he - woman": -0.11772196150661095, "he": 0.11270341355273707, "woman": 0.23042537505934801}, "american": {"he - woman": -0.025992352060507234, "he": 0.19194356465960277, "woman": 0.21793591672011}, "an": {"he - woman": -0.07862670120142856, "he": 0.25190045417042506, "woman": 0.3305271553718536}, "and": {"he - woman": -0.005451167484613273, "he": 0.3669835250093558, "woman": 0.3724346924939691}, "another": {"he - woman": -0.15284678682081937, "he": 0.14429422086394184, "woman": 0.2971410076847612}, "any": {"he - woman": -0.10194480950210591, "he": 0.15046028166629846, "woman": 0.25240509116840437}, "anyone": {"he - woman": -0.026999088550854727, "he": 0.151270775193521, "woman": 0.17826986374437573}, "ap": {"he - woman": -0.09731370951336932, "he": 0.25008657663135536, "woman": 0.3474002861447247}, "apartment": {"he - woman": -0.15606622755417252, "he": 0.1984748915997329, "woman": 0.3545411191539054}, "apes": {"he - woman": -0.10207627279939008, "he": 0.1780655339314804, "woman": 0.28014180673087047}, "apparently": {"he - woman": -0.02424211212093147, "he": 0.26002381121540985, "woman": 0.2842659233363413}, "are": {"he - woman": -0.02020329107466004, "he": 0.18731970956441, "woman": 0.20752300063907003}, "area": {"he - woman": -0.1067277190096106, "he": 0.08981115781794867, "woman": 0.19653887682755927}, "around": {"he - woman": 0.055991534481199784, "he": 0.22300135523897108, "woman": 0.1670098207577713}, "aryan": {"he - woman": -0.19487853999775276, "he": 0.16344849391490165, "woman": 0.3583270339126544}, "as": {"he - woman": -0.021467361770451054, "he": 0.24735807492327255, "woman": 0.2688254366937236}, "at": {"he - woman": -0.0035668091712885985, "he": 0.26216535495020926, "woman": 0.26573216412149786}, "atleast": {"he - woman": -0.050633124932628615, "he": 0.3068970668906189, "woman": 0.3575301918232475}, "attack": {"he - woman": -0.10487870132398411, "he": 0.1279640196191445, "woman": 0.2328427209431286}, "attacked": {"he - woman": -0.10862200741782993, "he": 0.24591911173607547, "woman": 0.3545411191539054}, "back": {"he - woman": 0.11656572627335812, "he": 0.2701350188001274, "woman": 0.1535692925267693}, "bad": {"he - woman": 0.014999519781965731, "he": 0.22260713777405955, "woman": 0.20760761799209382}, "ballistic": {"he - woman": -0.09731370951336932, "he": 0.25008657663135536, "woman": 0.3474002861447247}, "be": {"he - woman": 0.004456799667929778, "he": 0.27036853454092985, "woman": 0.26591173487300007}, "bear": {"he - woman": -0.09924736326709468, "he": 0.22238185132154806, "woman": 0.32162921458864274}, "beaten": {"he - woman": -0.21749471884977858, "he": 0.1898333100014528, "woman": 0.40732802885123137}, "beautiful": {"he - woman": -0.10487870132398411, "he": 0.1279640196191445, "woman": 0.2328427209431286}, "because": {"he - woman": 0.025404944291841702, "he": 0.27917266114536765, "woman": 0.25376771685352595}, "been": {"he - woman": -0.06771288057941427, "he": 0.17825889102594264, "woman": 0.2459717716053569}, "behind": {"he - woman": -0.0027640637703412185, "he": 0.2437793527132703, "woman": 0.24654341648361153}, "being": {"he - woman": -0.10041687961039655, "he": 0.17611765663725168, "woman": 0.27653453624764823}, "big": {"he - woman": -0.0032258226216530517, "he": 0.21347033153273015, "woman": 0.2166961541543832}, "black": {"he - woman": -0.15956146486987127, "he": 0.2599833813150044, "woman": 0.4195448461848757}, "blacks": {"he - woman": -0.15537598854701676, "he": 0.11209141945665371, "woman": 0.26746740800367047}, "blind": {"he - woman": -0.15358406513643127, "he": 0.22238185132154806, "woman": 0.37596591645797933}, "blue": {"he - woman": -0.10439403666450825, "he": 0.13719752684385159, "woman": 0.24159156350835984}, "boy": {"he - woman": -0.028037640330479063, "he": 0.30521415176709743, "woman": 0.3332517920975765}, "boyfriend": {"he - woman": -0.09924736326709468, "he": 0.22238185132154806, "woman": 0.32162921458864274}, "boys": {"he - woman": -0.15806684447875502, "he": 0.1780655339314804, "woman": 0.3361323784102354}, "break": {"he - woman": -0.10166755020693377, "he": 0.1847983596268498, "woman": 0.28646590983378356}, "brother": {"he - woman": -0.002611907085215137, "he": 0.25417085685002216, "woman": 0.2567827639352373}, "brown": {"he - woman": -0.0032258226216530517, "he": 0.21347033153273015, "woman": 0.2166961541543832}, "building": {"he - woman": -0.10166755020693377, "he": 0.1847983596268498, "woman": 0.28646590983378356}, "bus": {"he - woman": -0.22026971632486494, "he": 0.1702566504369363, "woman": 0.39052636676180125}, "but": {"he - woman": 0.013937487004744703, "he": 0.2636441465050679, "woman": 0.2497066595003232}, "by": {"he - woman": -0.10658848228432835, "he": 0.2307237338936239, "woman": 0.33731221617795226}, "ca": {"he - woman": -0.0032642041944400957, "he": 0.2110274516479782, "woman": 0.2142916558424183}, "came": {"he - woman": 0.01509540546787233, "he": 0.23559175862940296, "woman": 0.22049635316153063}, "can": {"he - woman": -0.004095751970396688, "he": 0.20603745587199435, "woman": 0.21013320784239103}, "cantor": {"he - woman": -0.09351540034062567, "he": 0.29996762599411864, "woman": 0.3934830263347443}, "car": {"he - woman": -0.08112096538201594, "he": 0.2432337891788983, "woman": 0.3243547545609142}, "caste": {"he - woman": -0.09351540034062567, "he": 0.29996762599411864, "woman": 0.3934830263347443}, "cause": {"he - woman": -0.08288800075526562, "he": 0.21337009720770414, "woman": 0.29625809796296976}, "charged": {"he - woman": 0.03025872675918545, "he": 0.2997499258945969, "woman": 0.2694911991354115}, "check": {"he - woman": -0.11447689842111314, "he": 0.16596992319905252, "woman": 0.28044682162016565}, "child": {"he - woman": -0.16290883979797807, "he": 0.1230464384271103, "woman": 0.28595527822508837}, "children": {"he - woman": -0.06232086911806464, "he": 0.1916555784415737, "woman": 0.25397644755963833}, "close": {"he - woman": -0.05512699152230113, "he": 0.20292464133305763, "woman": 0.25805163285535876}, "com": {"he - woman": -0.15453181153847317, "he": 0.11542588306998948, "woman": 0.26995769460846264}, "coma": {"he - woman": -0.09351540034062567, "he": 0.29996762599411864, "woman": 0.3934830263347443}, "come": {"he - woman": -0.10692764804902087, "he": 0.08535102386738831, "woman": 0.19227867191640918}, "complex": {"he - woman": -0.0984431787234846, "he": 0.23412509034871806, "woman": 0.33256826907220266}, "cop": {"he - woman": -0.05372667108091628, "he": 0.23746359128078381, "woman": 0.2911902623617001}, "could": {"he - woman": -0.0690815617663679, "he": 0.22790521128527533, "woman": 0.2969867730516432}, "court": {"he - woman": -0.10949532534531017, "he": 0.23493808581144512, "woman": 0.3444334111567553}, "crime": {"he - woman": -0.16344245379788508, "he": 0.11635194572824543, "woman": 0.2797943995261305}, "crimes": {"he - woman": -0.10100703688089491, "he": 0.1954253217553395, "woman": 0.2964323586362344}, "damn": {"he - woman": -0.10264556257215543, "he": 0.1684719010074631, "woman": 0.2711174635796185}, "dark": {"he - woman": -0.10392861791682073, "he": 0.14581653700966626, "woman": 0.249745154926487}, "date": {"he - woman": -0.10151661495617553, "he": 0.1872536620266978, "woman": 0.28877027698287333}, "dating": {"he - woman": -0.18873782831219313, "he": 0.21302210377299627, "woman": 0.4017599320851894}, "days": {"he - woman": -0.1056040140103634, "he": 0.11359821536979867, "woman": 0.21920222938016207}, "dead": {"he - woman": -0.02494381816389185, "he": 0.2331078146914669, "woman": 0.25805163285535876}, "death": {"he - woman": -0.24773914587223655, "he": 0.12627927575297015, "woman": 0.3740184216252067}, "demarco": {"he - woman": -0.09539984787171196, "he": 0.2758851054843536, "woman": 0.37128495335606554}, "different": {"he - woman": -0.0030904719115651402, "he": 0.22217486370618977, "woman": 0.2252653356177549}, "difficult": {"he - woman": -0.09887387837982806, "he": 0.22787709649500767, "woman": 0.32675097487483573}, "disgusting": {"he - woman": -0.10311595444897911, "he": 0.1603413215322604, "woman": 0.2634572759812395}, "do": {"he - woman": 0.01825851079642704, "he": 0.20230347691795564, "woman": 0.1840449661215286}, "does": {"he - woman": 0.06640958345388426, "he": 0.2616398738641152, "woman": 0.19523029041023093}, "don": {"he - woman": -0.055506488909763146, "he": 0.1931503123652337, "woman": 0.24865680127499684}, "dont": {"he - woman": -0.052455434408975904, "he": 0.2287974584719686, "woman": 0.2812528928809445}, "down": {"he - woman": 0.007402912522881333, "he": 0.2387045937204702, "woman": 0.23130168119758887}, "dr": {"he - woman": -0.16110292402499818, "he": 0.14466529137341186, "woman": 0.30576821539841004}, "drink": {"he - woman": -0.10207627279939008, "he": 0.1780655339314804, "woman": 0.28014180673087047}, "drop": {"he - woman": -0.09987200542456257, "he": 0.21302210377299627, "woman": 0.31289410919755883}, "early": {"he - woman": -0.10264556257215543, "he": 0.1684719010074631, "woman": 0.2711174635796185}, "east": {"he - woman": -0.10293750014272599, "he": 0.16344849391490165, "woman": 0.26638599405762764}, "else": {"he - woman": -0.05673982914838871, "he": 0.1599563250059945, "woman": 0.2166961541543832}, "ever": {"he - woman": 0.04389056883388914, "he": 0.23179165320017162, "woman": 0.18790108436628247}, "example": {"he - woman": -0.10320093292558188, "he": 0.15885169591209744, "woman": 0.2620526288376793}, "experience": {"he - woman": -0.1013569523602473, "he": 0.1898333100014528, "woman": 0.2911902623617001}, "eyes": {"he - woman": -0.10785031173566165, "he": 0.22103297019475462, "woman": 0.32888328193041627}, "face": {"he - woman": -0.11277327456837974, "he": 0.19095262175066027, "woman": 0.30372589631904}, "family": {"he - woman": -0.0842217363269954, "he": 0.1894262605098467, "woman": 0.2736479968368421}, "feel": {"he - woman": -0.05687211755229618, "he": 0.15625267899126283, "woman": 0.213124796543559}, "few": {"he - woman": 0.026208859328276102, "he": 0.24398452526094597, "woman": 0.21777566593266987}, "fighting": {"he - woman": -0.10302820399390267, "he": 0.16187272473616937, "woman": 0.26490092873007204}, "figure": {"he - woman": -0.15896927754370563, "he": 0.1684719010074631, "woman": 0.3274411785511687}, "filipina": {"he - woman": -0.09351540034062567, "he": 0.29996762599411864, "woman": 0.3934830263347443}, "find": {"he - woman": -0.15183642813058656, "he": 0.1897398762893147, "woman": 0.3415763044199013}, "finger": {"he - woman": -0.09887387837982806, "he": 0.22787709649500767, "woman": 0.32675097487483573}, "first": {"he - woman": 0.043915368376169606, "he": 0.2248933923649319, "woman": 0.18097802398876228}, "for": {"he - woman": -0.09695414785892043, "he": 0.2682361341607829, "woman": 0.3651902820197033}, "force": {"he - woman": -0.11127843916600982, "he": 0.21160212542147228, "woman": 0.3228805645874821}, "forced": {"he - woman": -0.054204238948783984, "he": 0.22593756778208648, "woman": 0.28014180673087047}, "forces": {"he - woman": -0.09793460222962619, "he": 0.24138561175393702, "woman": 0.3393202139835632}, "found": {"he - woman": -0.04343641661609968, "he": 0.2215532441375704, "woman": 0.2649896607536701}, "french": {"he - woman": -0.025220212604611297, "he": 0.2223696381711051, "woman": 0.2475898507757164}, "from": {"he - woman": 0.029934992335711202, "he": 0.2772162963949818, "woman": 0.2472813040592706}, "front": {"he - woman": -0.11358253161662382, "he": 0.17929558521677422, "woman": 0.29287811683339804}, "full": {"he - woman": -0.05593049890666424, "he": 0.1819959849433494, "woman": 0.23792648385001364}, "gang": {"he - woman": -0.1571797491300575, "he": 0.1872536620266978, "woman": 0.3444334111567553}, "german": {"he - woman": -0.05596482030385319, "he": 0.18108181762036518, "woman": 0.23704663792421837}, "get": {"he - woman": -0.09336250133972882, "he": 0.2107767598371156, "woman": 0.3041392611768444}, "gets": {"he - woman": 0.030371609519976445, "he": 0.2758882761049732, "woman": 0.24551666658499674}, "girl": {"he - woman": -0.16401001048683478, "he": 0.10905778377697849, "woman": 0.2730677942638133}, "girls": {"he - woman": -0.1136421268968553, "he": 0.17842261197020018, "woman": 0.2920647388670555}, "give": {"he - woman": -0.05689331319275967, "he": 0.1556564701612703, "woman": 0.21254978335402996}, "go": {"he - woman": 0.018786978905906387, "he": 0.2607799741046443, "woman": 0.24199299519873793}, "god": {"he - woman": 0.015037651608704877, "he": 0.22758743496273484, "woman": 0.21254978335402996}, "goes": {"he - woman": -0.16174097087875142, "he": 0.13719752684385159, "woman": 0.298938497722603}, "gone": {"he - woman": -0.10366092711650618, "he": 0.15067164193018298, "woman": 0.25433256904668916}, "good": {"he - woman": -0.13099716925219218, "he": 0.1880003629706798, "woman": 0.31899753222287197}, "got": {"he - woman": 0.14009856833115877, "he": 0.3093876722116877, "woman": 0.16928910388052895}, "guess": {"he - woman": -0.10532354090707786, "he": 0.11923613486141642, "woman": 0.22455967576849428}, "guy": {"he - woman": -0.022122508302952426, "he": 0.31334795866211357, "woman": 0.335470466965066}, "gypsie": {"he - woman": -0.09539984787171196, "he": 0.2758851054843536, "woman": 0.37128495335606554}, "had": {"he - woman": 0.07556779190649812, "he": 0.2849805617368761, "woman": 0.20941276983037796}, "hair": {"he - woman": -0.07975081316619786, "he": 0.23114975146670458, "woman": 0.31090056463290244}, "half": {"he - woman": -0.025765811089624946, "he": 0.20093717669383265, "woman": 0.2267029877834576}, "hard": {"he - woman": -0.0834186355572073, "he": 0.20400228382063673, "woman": 0.28742091937784403}, "harris": {"he - woman": -0.09793460222962619, "he": 0.24138561175393702, "woman": 0.3393202139835632}, "has": {"he - woman": 0.16217924581590754, "he": 0.30064473173472145, "woman": 0.1384654859188139}, "hate": {"he - woman": -0.057074301482265666, "he": 0.15053331650982815, "woman": 0.20760761799209382}, "have": {"he - woman": 0.044299693205879315, "he": 0.2544127505978315, "woman": 0.2101130573919522}, "having": {"he - woman": -0.025426527128734944, "he": 0.21430232802986748, "woman": 0.23972885515860243}, "he": {"he - woman": 0.3895921374685066, "he": 0.6523775851441201, "woman": 0.2627854476756135}, "healthy": {"he - woman": -0.09987200542456257, "he": 0.21302210377299627, "woman": 0.31289410919755883}, "heights": {"he - woman": -0.09351540034062567, "he": 0.29996762599411864, "woman": 0.3934830263347443}, "her": {"he - woman": -0.2015558522957495, "he": 0.20693679176896276, "woman": 0.40849264406471225}, "here": {"he - woman": -0.05069788937597591, "he": 0.1950122911660209, "woman": 0.2457101805419968}, "hey": {"he - woman": 0.015113875060805054, "he": 0.23828743448675674, "woman": 0.22317355942595168}, "hide": {"he - woman": -0.1022000219792058, "he": 0.1760020400449241, "woman": 0.2782020620241299}, "high": {"he - woman": -0.1057015738585429, "he": 0.11161121819076233, "woman": 0.21731279204930523}, "him": {"he - woman": 0.2147360403936094, "he": 0.3981794333598364, "woman": 0.183443392966227}, "his": {"he - woman": 0.23681905827117214, "he": 0.40189554502037556, "woman": 0.16507648674920342}, "hold": {"he - woman": -0.1013569523602473, "he": 0.1898333100014528, "woman": 0.2911902623617001}, "home": {"he - woman": -0.08031107668513088, "he": 0.22916424870505125, "woman": 0.30947532539018213}, "hope": {"he - woman": 0.04391427493458311, "he": 0.2252388348948494, "woman": 0.18132455996026628}, "hopefully": {"he - woman": -0.10231841469685307, "he": 0.17401664932974134, "woman": 0.2763350640265944}, "house": {"he - woman": -0.043150968482102425, "he": 0.2293423424304631, "woman": 0.2724933109125655}, "how": {"he - woman": 0.0635101670387529, "he": 0.26564669909886496, "woman": 0.20213653206011206}, "http": {"he - woman": -0.20591869470029306, "he": 0.049945792379222316, "woman": 0.25586448707951537}, "i": {"he - woman": 0.017423993138078575, "he": 0.2804425706745275, "woman": 0.2630185775364489}, "id": {"he - woman": -0.10284364310501926, "he": 0.1650714711739678, "woman": 0.26791511427898707}, "if": {"he - woman": 0.036433650342157675, "he": 0.3120276505060418, "woman": 0.27559400016388413}, "ill": {"he - woman": -0.10194667110504474, "he": 0.18021399957718726, "woman": 0.282160670682232}, "im": {"he - woman": -0.18146373220758266, "he": 0.13380918620284254, "woman": 0.3152729184104252}, "important": {"he - woman": -0.05490513582234263, "he": 0.2085521401588969, "woman": 0.2634572759812395}, "in": {"he - woman": -0.08159480404151814, "he": 0.30681394139910584, "woman": 0.388408745440624}, "instant": {"he - woman": -0.09793460222962619, "he": 0.24138561175393702, "woman": 0.3393202139835632}, "interested": {"he - woman": -0.10328330465435559, "he": 0.1574014836242536, "woman": 0.2606847882786092}, "into": {"he - woman": 0.11600589808552594, "he": 0.28471792741180096, "woman": 0.16871202932627502}, "is": {"he - woman": 0.06604324987078725, "he": 0.33719099785205486, "woman": 0.2711477479812676}, "it": {"he - woman": 0.028585012340287708, "he": 0.282676061060643, "woman": 0.2540910487203553}, "its": {"he - woman": -0.16758608922724622, "he": 0.057811920124317934, "woman": 0.22539800935156415}, "jackson": {"he - woman": -0.09924736326709468, "he": 0.22238185132154806, "woman": 0.32162921458864274}, "jew": {"he - woman": 0.04375997330636058, "he": 0.25517599091507287, "woman": 0.2114160176087123}, "jewish": {"he - woman": 0.06577500191797289, "he": 0.2932104620673537, "woman": 0.2274354601493808}, "jews": {"he - woman": 0.0438754005735848, "he": 0.23533543939113802, "woman": 0.19146003881755322}, "jurors": {"he - woman": -0.09539984787171196, "he": 0.2758851054843536, "woman": 0.37128495335606554}, "just": {"he - woman": 0.011666927804304339, "he": 0.2568752418783067, "woman": 0.24520831407400234}, "keep": {"he - woman": -0.04331887906181864, "he": 0.2247707003164845, "woman": 0.26808957937830313}, "kick": {"he - woman": -0.10181064864043521, "he": 0.1824552746959061, "woman": 0.2842659233363413}, "kid": {"he - woman": -0.0029726519553761044, "he": 0.2298700689877525, "woman": 0.2328427209431286}, "kids": {"he - woman": -0.027300133795693182, "he": 0.1388743673033785, "woman": 0.16617450109907167}, "killed": {"he - woman": -0.1440275951666597, "he": 0.23180531211110622, "woman": 0.3758329072777659}, "killer": {"he - woman": -0.09651635944697778, "he": 0.26101383237626974, "woman": 0.3575301918232475}, "killing": {"he - woman": -0.054654473429863515, "he": 0.21483672570554796, "woman": 0.2694911991354115}, "kills": {"he - woman": -0.05113063805496715, "he": 0.29626964808975753, "woman": 0.3474002861447247}, "know": {"he - woman": -0.003926718634254922, "he": 0.19801798523251266, "woman": 0.20194470386676758}, "last": {"he - woman": 0.04392149352117364, "he": 0.22285798756295963, "woman": 0.178936494041786}, "laugh": {"he - woman": -0.054783868636155364, "he": 0.21160212542147228, "woman": 0.26638599405762764}, "least": {"he - woman": -0.05630702591100009, "he": 0.1718703412080863, "woman": 0.2281773671190864}, "light": {"he - woman": -0.1044985028289801, "he": 0.13523035232962233, "woman": 0.23972885515860243}, "like": {"he - woman": -0.025154399696005192, "he": 0.2765718254354235, "woman": 0.3017262251314287}, "line": {"he - woman": -0.0027640637703412185, "he": 0.2437793527132703, "woman": 0.24654341648361153}, "liquid": {"he - woman": -0.09539984787171196, "he": 0.2758851054843536, "woman": 0.37128495335606554}, "listening": {"he - woman": -0.0532342337525486, "he": 0.2490972846048511, "woman": 0.3023315183573997}, "live": {"he - woman": -0.11725982102998116, "he": 0.12085406267375097, "woman": 0.23811388370373213}, "lol": {"he - woman": -0.11392551294783165, "he": 0.17424290295737305, "woman": 0.2881684159052047}, "london": {"he - woman": -0.10459892732998818, "he": 0.13332755652002545, "woman": 0.23792648385001364}, "lone": {"he - woman": -0.09731370951336932, "he": 0.25008657663135536, "woman": 0.3474002861447247}, "long": {"he - woman": -0.02645881523309007, "he": 0.1732442576256842, "woman": 0.19970307285877428}, "look": {"he - woman": -0.10072269308553727, "he": 0.17111839960950875, "woman": 0.271841092695046}, "looking": {"he - woman": -0.22384737204797883, "he": 0.12441007675257694, "woman": 0.34825744880055576}, "love": {"he - woman": -0.02607087770254629, "he": 0.1888128644372828, "woman": 0.21488374213982908}, "m": {"he - woman": -0.054518150114270664, "he": 0.17892450459970372, "woman": 0.23344265471397438}, "makes": {"he - woman": -0.056127876308455976, "he": 0.17671484463467263, "woman": 0.2328427209431286}, "making": {"he - woman": -0.05507386670676137, "he": 0.20427787303195846, "woman": 0.25935173973871983}, "male": {"he - woman": -0.059680996249804524, "he": 0.24930719479413113, "woman": 0.30898819104393566}, "males": {"he - woman": -0.10081401860716613, "he": 0.1984748915997329, "woman": 0.299288910206899}, "man": {"he - woman": -0.15538446673624456, "he": 0.26885845794344787, "woman": 0.42424292467969243}, "manhattan": {"he - woman": -0.09731370951336932, "he": 0.25008657663135536, "woman": 0.3474002861447247}, "mate": {"he - woman": -0.10968362485029082, "he": 0.23253371794903344, "woman": 0.34221734279932425}, "may": {"he - woman": -0.04303860651719027, "he": 0.23238558681723714, "woman": 0.2754241933344274}, "maybe": {"he - woman": -0.0030073419690711534, "he": 0.2509691055905672, "woman": 0.25397644755963833}, "me": {"he - woman": -0.06994324147084441, "he": 0.256311327137585, "woman": 0.3262545686084294}, "men": {"he - woman": -0.16495058196869952, "he": 0.22075001266453534, "woman": 0.38570059463323486}, "mentally": {"he - woman": -0.09651635944697778, "he": 0.26101383237626974, "woman": 0.3575301918232475}, "michael": {"he - woman": -0.15637211766201542, "he": 0.1954253217553395, "woman": 0.3517974394173549}, "minister": {"he - woman": -0.10194667110504474, "he": 0.18021399957718726, "woman": 0.282160670682232}, "mob": {"he - woman": -0.09887387837982806, "he": 0.22787709649500767, "woman": 0.32675097487483573}, "month": {"he - woman": -0.02497745182413108, "he": 0.23180531211110622, "woman": 0.2567827639352373}, "more": {"he - woman": -0.03266375066316296, "he": 0.21908269325941004, "woman": 0.251746443922573}, "morning": {"he - woman": -0.1104985680130251, "he": 0.22196876019240214, "woman": 0.33246732820542724}, "most": {"he - woman": -0.026982415911207258, "he": 0.15195407813057873, "woman": 0.178936494041786}, "mostly": {"he - woman": -0.10293750014272599, "he": 0.16344849391490165, "woman": 0.26638599405762764}, "mother": {"he - woman": -0.08272468007164746, "he": 0.21621381765095554, "woman": 0.298938497722603}, "movies": {"he - woman": -0.10264556257215543, "he": 0.1684719010074631, "woman": 0.2711174635796185}, "much": {"he - woman": 0.03038054591519354, "he": 0.20965290915481483, "woman": 0.17927236323962129}, "murder": {"he - woman": -0.14829709689498682, "he": 0.19543750765046558, "woman": 0.3437346045454524}, "murders": {"he - woman": -0.05256710846823798, "he": 0.2644792724967404, "woman": 0.3170463809649784}, "music": {"he - woman": -0.1056040140103634, "he": 0.11359821536979867, "woman": 0.21920222938016207}, "muslim": {"he - woman": -0.10264556257215543, "he": 0.1684719010074631, "woman": 0.2711174635796185}, "my": {"he - woman": 0.04420318594424408, "he": 0.2849522560294085, "woman": 0.2407490700851644}, "n": {"he - woman": 0.002187016158356675, "he": 0.21736761115036823, "woman": 0.21518059499201156}, "name": {"he - woman": -0.1150697316957823, "he": 0.15685469396536425, "woman": 0.27192442566114655}, "nationalist": {"he - woman": -0.10576454739513534, "he": 0.1103213113293789, "woman": 0.21608585872451425}, "near": {"he - woman": -0.10399150990158498, "he": 0.14466529137341186, "woman": 0.24865680127499684}, "need": {"he - woman": -0.06332164480761251, "he": 0.16798003638997636, "woman": 0.23130168119758887}, "negro": {"he - woman": -0.039721914641740685, "he": 0.261655366015887, "woman": 0.3013772806576277}, "never": {"he - woman": -0.015494344372219554, "he": 0.21236978787559246, "woman": 0.22786413224781202}, "new": {"he - woman": 0.04395052791747689, "he": 0.19458498257567175, "woman": 0.15063445465819486}, "news": {"he - woman": -0.09450468285259203, "he": 0.2050839150721779, "woman": 0.29958859792476994}, "next": {"he - woman": -0.06149263362688659, "he": 0.21043179203425996, "woman": 0.27192442566114655}, "nice": {"he - woman": -0.056363247592418314, "he": 0.17033974019103928, "woman": 0.2267029877834576}, "night": {"he - woman": -0.10474261119609413, "he": 0.13058466881811576, "woman": 0.23532728001420988}, "no": {"he - woman": 0.004086942767370955, "he": 0.22438998474400168, "woman": 0.22030304197663073}, "not": {"he - woman": -0.025257050770184364, "he": 0.27357579431634693, "woman": 0.2988328450865313}, "nothing": {"he - woman": 0.04383136498334608, "he": 0.24399987749038377, "woman": 0.20016851250703768}, "now": {"he - woman": 0.056036190680026826, "he": 0.21587260579432224, "woman": 0.15983641511429542}, "o": {"he - woman": -0.0550192422837508, "he": 0.2056655459948584, "woman": 0.2606847882786092}, "of": {"he - woman": 0.008915768319349315, "he": 0.3190170936566082, "woman": 0.31010132533725887}, "off": {"he - woman": -0.00318992831970355, "he": 0.2400178251332915, "woman": 0.24320775345299506}, "ok": {"he - woman": -0.10351622633178995, "he": 0.15326653760344736, "woman": 0.2567827639352373}, "old": {"he - woman": -0.13038999784217142, "he": 0.25737458101544874, "woman": 0.38776457885762017}, "on": {"he - woman": -0.06624897829998755, "he": 0.30087821923833646, "woman": 0.367127197538324}, "once": {"he - woman": 0.015081777177163191, "he": 0.23364745475509185, "woman": 0.21856567757792866}, "one": {"he - woman": 0.0018219149293801085, "he": 0.2634512858759837, "woman": 0.2616293709466036}, "only": {"he - woman": 0.08602840051258048, "he": 0.2368843237796826, "woman": 0.15085592326710212}, "or": {"he - woman": 0.011575099935831334, "he": 0.24952354825731216, "woman": 0.23794844832148082}, "orthodox": {"he - woman": -0.051842713686929554, "he": 0.2807255553852731, "woman": 0.33256826907220266}, "other": {"he - woman": 0.07693728838915379, "he": 0.22582451370935044, "woman": 0.14888722532019666}, "others": {"he - woman": -0.10444679434920473, "he": 0.13620560134667595, "woman": 0.24065239569588068}, "our": {"he - woman": -0.05504316614164492, "he": 0.16554696785698833, "woman": 0.22059013399863325}, "out": {"he - woman": -0.06521683548051288, "he": 0.2512296150141405, "woman": 0.31644645049465336}, "over": {"he - woman": 0.030340642404961926, "he": 0.19905267173123695, "woman": 0.16871202932627502}, "own": {"he - woman": -0.06625182970142432, "he": 0.20931594640874326, "woman": 0.2755677761101676}, "part": {"he - woman": -0.06143878883071058, "he": 0.2116290054331027, "woman": 0.2730677942638133}, "patient": {"he - woman": -0.09731370951336932, "he": 0.25008657663135536, "woman": 0.3474002861447247}, "people": {"he - woman": 0.003724779355276875, "he": 0.20181652278735218, "woman": 0.1980917434320753}, "perhaps": {"he - woman": -0.054720255090821596, "he": 0.21319485918816547, "woman": 0.26791511427898707}, "person": {"he - woman": 0.055602893614482035, "he": 0.26216490312674606, "woman": 0.20656200951226403}, "phone": {"he - woman": -0.10264556257215543, "he": 0.1684719010074631, "woman": 0.2711174635796185}, "pic": {"he - woman": -0.10013889082462663, "he": 0.20895529526800866, "woman": 0.3090941860926353}, "pick": {"he - woman": -0.10194667110504474, "he": 0.18021399957718726, "woman": 0.282160670682232}, "places": {"he - woman": -0.10358955986774857, "he": 0.1519540008447359, "woman": 0.25554356071248446}, "please": {"he - woman": -0.10605733978651767, "he": 0.10424587081788993, "woman": 0.2103032106044076}, "pm": {"he - woman": -0.12475041048477689, "he": 0.2200502543866951, "woman": 0.344800664871472}, "poor": {"he - woman": -0.00266554759501475, "he": 0.2504828936759876, "woman": 0.25314844127100233}, "posted": {"he - woman": -0.1610032295463362, "he": 0.14581653700966626, "woman": 0.30681976655600246}, "pregnant": {"he - woman": -0.15231045228897463, "he": 0.23412509034871806, "woman": 0.3864355426376927}, "prime": {"he - woman": -0.1006066106616062, "he": 0.2017249076957935, "woman": 0.3023315183573997}, "prison": {"he - woman": -0.10949532534531017, "he": 0.23493808581144512, "woman": 0.3444334111567553}, "probably": {"he - woman": -0.061088165150682466, "he": 0.2193586564694832, "woman": 0.28044682162016565}, "proud": {"he - woman": -0.0557868031519245, "he": 0.18580476035643534, "woman": 0.24159156350835984}, "public": {"he - woman": 0.030420606528716282, "he": 0.2564003011245398, "woman": 0.22597969459582354}, "put": {"he - woman": 0.007640939272200886, "he": 0.25955306833303654, "woman": 0.25191212906083565}, "quite": {"he - woman": -0.10328330465435559, "he": 0.1574014836242536, "woman": 0.2606847882786092}, "race": {"he - woman": -0.08705065554687669, "he": 0.133421214939728, "woman": 0.2204718704866047}, "racist": {"he - woman": 0.015081777177163191, "he": 0.23364745475509185, "woman": 0.21856567757792866}, "ran": {"he - woman": -0.02391199933792154, "he": 0.27252035929831286, "woman": 0.2964323586362344}, "rape": {"he - woman": -0.15741898317247446, "he": 0.1847983596268498, "woman": 0.34221734279932425}, "re": {"he - woman": -0.12386474670721648, "he": 0.14827874541062702, "woman": 0.2721434921178435}, "read": {"he - woman": -0.0849803170549408, "he": 0.17517523547360342, "woman": 0.2601555525285442}, "really": {"he - woman": -0.05754852581215117, "he": 0.13682426485579566, "woman": 0.19437279066794683}, "reason": {"he - woman": -0.1044985028289801, "he": 0.13523035232962233, "woman": 0.23972885515860243}, "remind": {"he - woman": -0.09887387837982806, "he": 0.22787709649500767, "woman": 0.32675097487483573}, "reporter": {"he - woman": -0.09651635944697778, "he": 0.26101383237626974, "woman": 0.3575301918232475}, "right": {"he - woman": 0.034551586175263715, "he": 0.27918929773258166, "woman": 0.24463771155731795}, "rlm": {"he - woman": -0.10181064864043521, "he": 0.1824552746959061, "woman": 0.2842659233363413}, "robber": {"he - woman": -0.09351540034062567, "he": 0.29996762599411864, "woman": 0.3934830263347443}, "s": {"he - woman": 0.07782733418878152, "he": 0.33440770892707955, "woman": 0.25658037473829803}, "said": {"he - woman": 0.019004687046343005, "he": 0.3080818812270229, "woman": 0.2890771941806799}, "same": {"he - woman": -0.028928113172185466, "he": 0.20476920374590954, "woman": 0.233697316918095}, "saw": {"he - woman": 0.014938919940150924, "he": 0.2151074324471886, "woman": 0.20016851250703768}, "say": {"he - woman": 0.10950446363856187, "he": 0.26710698755205897, "woman": 0.1576025239134971}, "saying": {"he - woman": 0.030355917510854452, "he": 0.28010107243734145, "woman": 0.249745154926487}, "says": {"he - woman": 0.04363010744660442, "he": 0.2710655675959852, "woman": 0.2274354601493808}, "school": {"he - woman": 0.034624880120560725, "he": 0.245762252299744, "woman": 0.21113737217918327}, "see": {"he - woman": -0.04771689437493448, "he": 0.233669356046302, "woman": 0.2813862504212365}, "seen": {"he - woman": -0.01474611871386386, "he": 0.24540943381468036, "woman": 0.2601555525285442}, "sentenced": {"he - woman": -0.1474944890571931, "he": 0.2758851054843536, "woman": 0.42337959454154667}, "service": {"he - woman": -0.15637211766201542, "he": 0.1954253217553395, "woman": 0.3517974394173549}, "several": {"he - woman": -0.10358955986774857, "he": 0.1519540008447359, "woman": 0.25554356071248446}, "she": {"he - woman": -0.06682570540666502, "he": 0.19734296331572007, "woman": 0.2641686687223851}, "shooting": {"he - woman": -0.10194667110504474, "he": 0.18021399957718726, "woman": 0.282160670682232}, "should": {"he - woman": 0.04319257790471859, "he": 0.29426179955145626, "woman": 0.2510692216467377}, "showed": {"he - woman": -0.023460857398694746, "he": 0.2894332517988641, "woman": 0.31289410919755883}, "single": {"he - woman": -0.16046575168642355, "he": 0.1519540008447359, "woman": 0.31241975253115944}, "sister": {"he - woman": -0.054783868636155364, "he": 0.21160212542147228, "woman": 0.26638599405762764}, "sitting": {"he - woman": -0.1578614098228217, "he": 0.18021399957718726, "woman": 0.33807540940000896}, "so": {"he - woman": 0.20249054585468465, "he": 0.2970331192325622, "woman": 0.09454257337787755}, "soap": {"he - woman": -0.09351540034062567, "he": 0.29996762599411864, "woman": 0.3934830263347443}, "some": {"he - woman": -0.02686722547587292, "he": 0.24675607137543717, "woman": 0.2736232968513101}, "soon": {"he - woman": -0.0030565500073986285, "he": 0.22437891014198216, "woman": 0.2274354601493808}, "stand": {"he - woman": -0.10373042761809742, "he": 0.1494180136529049, "woman": 0.25314844127100233}, "standing": {"he - woman": -0.15637211766201542, "he": 0.1954253217553395, "woman": 0.3517974394173549}, "state": {"he - woman": -0.025541535230142576, "he": 0.2097857447840673, "woman": 0.23532728001420988}, "still": {"he - woman": -0.003430090215694598, "he": 0.20059362069682474, "woman": 0.20402371091251933}, "stories": {"he - woman": -0.10181064864043521, "he": 0.1824552746959061, "woman": 0.2842659233363413}, "story": {"he - woman": -0.11470074481911596, "he": 0.16255589164311207, "woman": 0.27725663646222803}, "straight": {"he - woman": -0.10194667110504474, "he": 0.18021399957718726, "woman": 0.282160670682232}, "street": {"he - woman": -0.16022996097858017, "he": 0.15461081404148858, "woman": 0.31484077502006874}, "stuff": {"he - woman": -0.10444679434920473, "he": 0.13620560134667595, "woman": 0.24065239569588068}, "supermarket": {"he - woman": -0.09539984787171196, "he": 0.2758851054843536, "woman": 0.37128495335606554}, "sure": {"he - woman": 0.03043166225197355, "he": 0.23910317743704484, "woman": 0.2086715151850713}, "surprised": {"he - woman": -0.10194667110504474, "he": 0.18021399957718726, "woman": 0.282160670682232}, "swindling": {"he - woman": -0.09351540034062567, "he": 0.29996762599411864, "woman": 0.3934830263347443}, "t": {"he - woman": -0.009651205539461832, "he": 0.22601555287228406, "woman": 0.2356667584117459}, "take": {"he - woman": 0.014812904363909446, "he": 0.2008190393883608, "woman": 0.18600613502445135}, "takes": {"he - woman": -0.10886141325696513, "he": 0.24293602616038978, "woman": 0.3517974394173549}, "talk": {"he - woman": -0.026361471800419395, "he": 0.17716695079817368, "woman": 0.20352842259859308}, "talking": {"he - woman": -0.055506488909763146, "he": 0.1931503123652337, "woman": 0.24865680127499684}, "tall": {"he - woman": -0.10081401860716613, "he": 0.1984748915997329, "woman": 0.299288910206899}, "teacher": {"he - woman": -0.060275146637229576, "he": 0.23686175706959847, "woman": 0.29713690370682805}, "teachers": {"he - woman": -0.056096342284400885, "he": 0.17756249876073504, "woman": 0.23365884104513593}, "teens": {"he - woman": -0.0984431787234846, "he": 0.23412509034871806, "woman": 0.33256826907220266}, "tells": {"he - woman": -0.10081401860716613, "he": 0.1984748915997329, "woman": 0.299288910206899}, "texas": {"he - woman": -0.10344081881387018, "he": 0.15461081404148858, "woman": 0.25805163285535876}, "than": {"he - woman": -0.0036370686689443377, "he": 0.21413859726372553, "woman": 0.21777566593266987}, "thank": {"he - woman": 0.014954743086181888, "he": 0.21702077119711713, "woman": 0.20206602811093524}, "that": {"he - woman": 0.02687202830754326, "he": 0.30286218380729196, "woman": 0.2759901554997487}, "the": {"he - woman": 0.005297730480668561, "he": 0.359651211376102, "woman": 0.35435348089543345}, "their": {"he - woman": -0.12326620526980196, "he": 0.11850957289671778, "woman": 0.24177577816651974}, "them": {"he - woman": 0.01655615738779509, "he": 0.1790504480269035, "woman": 0.16249429063910842}, "then": {"he - woman": 0.0568131828463207, "he": 0.26751538878960635, "woman": 0.21070220594328565}, "there": {"he - woman": -0.10946883007089983, "he": 0.12937455772632322, "woman": 0.23884338779722306}, "they": {"he - woman": -0.038039094889274566, "he": 0.19140146322363566, "woman": 0.22944055811291023}, "thing": {"he - woman": -0.06250389311023832, "he": 0.18741043198777826, "woman": 0.2499143250980166}, "things": {"he - woman": 0.015050686588044787, "he": 0.2293423424304631, "woman": 0.2142916558424183}, "this": {"he - woman": 0.04631486001191845, "he": 0.24438112421319755, "woman": 0.1980662642012791}, "those": {"he - woman": -0.06387434328371255, "he": 0.15438367020019453, "woman": 0.21825801348390708}, "thread": {"he - woman": -0.05781450516169542, "he": 0.12894292248980535, "woman": 0.18675742765150077}, "threw": {"he - woman": -0.052116692686361765, "he": 0.27463428218847397, "woman": 0.32675097487483573}, "till": {"he - woman": -0.10194667110504474, "he": 0.18021399957718726, "woman": 0.282160670682232}, "time": {"he - woman": -0.01184474024567958, "he": 0.23495085529144932, "woman": 0.2467955955371289}, "to": {"he - woman": -0.019127306830343693, "he": 0.35147537949235774, "woman": 0.37060268632270144}, "told": {"he - woman": 0.06570609530140792, "he": 0.2961685152037671, "woman": 0.23046241990235916}, "too": {"he - woman": 0.026222455997704258, "he": 0.24821140792801158, "woman": 0.22198895193030732}, "town": {"he - woman": -0.05697584877687484, "he": 0.15332736182753276, "woman": 0.2103032106044076}, "true": {"he - woman": -0.10459892732998818, "he": 0.13332755652002545, "woman": 0.23792648385001364}, "truth": {"he - woman": 0.030407801822888908, "he": 0.2632505227660175, "woman": 0.2328427209431286}, "try": {"he - woman": 0.030430405493201473, "he": 0.2359644277937728, "woman": 0.20553402230057133}, "trying": {"he - woman": -0.043015375812079454, "he": 0.23301319253302924, "woman": 0.2760285683451087}, "tuesday": {"he - woman": -0.09987200542456257, "he": 0.21302210377299627, "woman": 0.31289410919755883}, "turn": {"he - woman": -0.05563161237971109, "he": 0.18988505420528565, "woman": 0.24551666658499674}, "turns": {"he - woman": -0.1545735835616827, "he": 0.21302210377299627, "woman": 0.36759568733467896}, "two": {"he - woman": -0.0801059191611008, "he": 0.2325624175876295, "woman": 0.3126683367487303}, "u": {"he - woman": -0.1629717685871483, "he": 0.12226481936113727, "woman": 0.28523658794828555}, "ugly": {"he - woman": -0.10081401860716613, "he": 0.1984748915997329, "woman": 0.299288910206899}, "up": {"he - woman": -0.07205914095914528, "he": 0.26819899878700254, "woman": 0.3402581397461478}, "us": {"he - woman": 0.007224050589703823, "he": 0.22428251978075214, "woman": 0.21705846919104832}, "use": {"he - woman": -0.0572573324380207, "he": 0.14529231572089585, "woman": 0.20254964815891655}, "ve": {"he - woman": 0.030355286565120543, "he": 0.20260650636308966, "woman": 0.17225121979796912}, "via": {"he - woman": -0.09957701593956922, "he": 0.21746936502540917, "woman": 0.3170463809649784}, "victim": {"he - woman": -0.15606622755417252, "he": 0.1984748915997329, "woman": 0.3545411191539054}, "video": {"he - woman": -0.08222005888732573, "he": 0.18754311397071496, "woman": 0.2697631728580407}, "wait": {"he - woman": -0.025473665520125865, "he": 0.21245281832988777, "woman": 0.23792648385001364}, "want": {"he - woman": -0.15352876924143943, "he": 0.12836009979619684, "woman": 0.28188886903763627}, "wanted": {"he - woman": -0.025220212604611297, "he": 0.2223696381711051, "woman": 0.2475898507757164}, "was": {"he - woman": 0.03598018485644089, "he": 0.3699397943615183, "woman": 0.3339596095050774}, "washington": {"he - woman": -0.10013889082462663, "he": 0.20895529526800866, "woman": 0.3090941860926353}, "way": {"he - woman": -0.041227563518494686, "he": 0.22135191208317237, "woman": 0.26257947560166706}, "we": {"he - woman": 0.025036019691913186, "he": 0.2081836817200336, "woman": 0.1831476620281204}, "web": {"he - woman": -0.10151661495617553, "he": 0.1872536620266978, "woman": 0.28877027698287333}, "week": {"he - woman": -0.0031551270611812066, "he": 0.21799913675777044, "woman": 0.22115426381895165}, "well": {"he - woman": -0.05356214381345553, "he": 0.20253939129912463, "woman": 0.25610153511258016}, "were": {"he - woman": -0.004364231954647663, "he": 0.14517316476283673, "woman": 0.1495373967174844}, "what": {"he - woman": 0.04341084004643689, "he": 0.2627176681051585, "woman": 0.21930682805872162}, "whatever": {"he - woman": -0.02455070835139528, "he": 0.24824676417675112, "woman": 0.2727974725281464}, "when": {"he - woman": 0.09778901752447347, "he": 0.2786012441732314, "woman": 0.18081222664875793}, "where": {"he - woman": 0.017190841624481756, "he": 0.24367365746644606, "woman": 0.2264828158419643}, "which": {"he - woman": -0.026708172798736468, "he": 0.16314556030692776, "woman": 0.18985373310566422}, "while": {"he - woman": -0.014680420851543113, "he": 0.24832869069502092, "woman": 0.26300911154656403}, "white": {"he - woman": -0.19701087588662897, "he": 0.26572420166961047, "woman": 0.46273507755623944}, "whitey": {"he - woman": -0.09987200542456257, "he": 0.21302210377299627, "woman": 0.31289410919755883}, "who": {"he - woman": -0.15846258642821182, "he": 0.24733226842829525, "woman": 0.40579485485650707}, "why": {"he - woman": -0.08598528208920836, "he": 0.15547907897887528, "woman": 0.24146436106808364}, "wife": {"he - woman": -0.024722140138064008, "he": 0.24166385391956363, "woman": 0.26638599405762764}, "will": {"he - woman": 0.03764845587793747, "he": 0.23094964080684444, "woman": 0.19330118492890697}, "with": {"he - woman": -0.04409978066387793, "he": 0.31377301600629726, "woman": 0.3578727966701752}, "wo": {"he - woman": -0.10328330465435559, "he": 0.1574014836242536, "woman": 0.2606847882786092}, "woman": {"he - woman": -0.4846778185717554, "he": 0.21601622205754367, "woman": 0.7006940406292991}, "women": {"he - woman": -0.20105892060009864, "he": 0.10541450898883284, "woman": 0.3064734295889315}, "wonder": {"he - woman": 0.03042953029006043, "he": 0.24836544701017044, "woman": 0.21793591672011}, "world": {"he - woman": -0.06278682223318849, "he": 0.18077541217354315, "woman": 0.24356223440673164}, "worse": {"he - woman": -0.05484545344948685, "he": 0.21005547528058519, "woman": 0.26490092873007204}, "worth": {"he - woman": -0.10207627279939008, "he": 0.1780655339314804, "woman": 0.28014180673087047}, "would": {"he - woman": -0.009023423315157098, "he": 0.2533320794697774, "woman": 0.2623555027849345}, "wreck": {"he - woman": -0.09539984787171196, "he": 0.2758851054843536, "woman": 0.37128495335606554}, "wrong": {"he - woman": 0.015243291472921028, "he": 0.2597521113510033, "woman": 0.24450881987808226}, "wuz": {"he - woman": -0.09351540034062567, "he": 0.29996762599411864, "woman": 0.3934830263347443}, "www": {"he - woman": -0.15778302580390324, "he": 0.07774693094900857, "woman": 0.2355299567529118}, "x202a": {"he - woman": -0.10207627279939008, "he": 0.1780655339314804, "woman": 0.28014180673087047}, "x202c": {"he - woman": -0.10207627279939008, "he": 0.1780655339314804, "woman": 0.28014180673087047}, "yard": {"he - woman": -0.0532342337525486, "he": 0.2490972846048511, "woman": 0.3023315183573997}, "year": {"he - woman": -0.16811652589136203, "he": 0.21012200371740572, "woman": 0.37823852960876775}, "years": {"he - woman": -0.08126745831756185, "he": 0.23355027913764223, "woman": 0.3148177374552041}, "yes": {"he - woman": 0.05565917741181711, "he": 0.25772520552275235, "woman": 0.20206602811093524}, "yesterday": {"he - woman": -0.0532342337525486, "he": 0.2490972846048511, "woman": 0.3023315183573997}, "you": {"he - woman": -0.03260504999193645, "he": 0.22410996735713926, "woman": 0.2567150173490757}, "your": {"he - woman": -0.10533120063034077, "he": 0.16346605582596038, "woman": 0.26879725645630115}, "yourself": {"he - woman": -0.19841910350736147, "he": 0.13148478526895596, "woman": 0.32990388877631743}, "youtube": {"he - woman": -0.22322001360216337, "he": 0.14038542196324666, "woman": 0.36360543556541003}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-him.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-him.json new file mode 100644 index 0000000000000000000000000000000000000000..491aebaa8cab251f82746405af7c2dc626e43c3f --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-him.json @@ -0,0 +1 @@ +{"1": {"her - him": -0.009561194821010144, "her": 0.18464593526301287, "him": 0.19420713008402302}, "17": {"her - him": -0.08753030142681806, "her": 0.2162724336970454, "him": 0.30380273512386347}, "2": {"her - him": -0.019842087491839522, "her": 0.20554365906614896, "him": 0.2253857465579885}, "3": {"her - him": -0.15203751106305727, "her": 0.11543238577892176, "him": 0.267469896841979}, "30": {"her - him": -0.03739087130286081, "her": 0.16251579019498966, "him": 0.19990666149785047}, "300": {"her - him": -0.03602438176747991, "her": 0.21322978380773233, "him": 0.24925416557521224}, "5": {"her - him": 0.01270811697408153, "her": 0.1784661934227515, "him": 0.16575807644866997}, "6": {"her - him": 0.01285102628282453, "her": 0.19646749894264, "him": 0.18361647265981548}, "7": {"her - him": -0.03739087130286081, "her": 0.16251579019498966, "him": 0.19990666149785047}, "a": {"her - him": -0.028466444451260564, "her": 0.3333178609459928, "him": 0.36178430539725337}, "about": {"her - him": -0.011602845056316813, "her": 0.25053001175470346, "him": 0.2621328568110203}, "accused": {"her - him": -0.03552404281500082, "her": 0.23078016684482555, "him": 0.2663042096598264}, "actions": {"her - him": -0.0353954334826288, "her": 0.23521322529629968, "him": 0.2706086587789285}, "actually": {"her - him": 0.01268216932421945, "her": 0.1754268562294947, "him": 0.16274468690527524}, "add": {"her - him": -0.03666643124667959, "her": 0.18994513195009063, "him": 0.22661156319677023}, "african": {"her - him": -0.03933762421281273, "her": 0.23618230556413083, "him": 0.27551992977694356}, "after": {"her - him": -0.04509189503712824, "her": 0.21463476548571664, "him": 0.2597266605228449}, "again": {"her - him": -0.10050122061157979, "her": 0.173098180018062, "him": 0.2735994006296418}, "age": {"her - him": 0.06783254841785286, "her": 0.270006212082904, "him": 0.20217366366505113}, "aged": {"her - him": -0.03442568308700528, "her": 0.2676957755738872, "him": 0.30212145866089246}, "ago": {"her - him": 0.04238208824991427, "her": 0.274522007281485, "him": 0.23213991903157075}, "all": {"her - him": -0.08569171258385228, "her": 0.17618915228479426, "him": 0.26188086486864653}, "also": {"her - him": 0.08846311370784346, "her": 0.21369429752243785, "him": 0.1252311838145944}, "always": {"her - him": -0.1534972945152025, "her": 0.09419497603279883, "him": 0.24769227054800133}, "am": {"her - him": 0.012258927718839102, "her": 0.1324326997622229, "him": 0.12017377204338381}, "an": {"her - him": -0.04992889133877906, "her": 0.18178815268399792, "him": 0.23171704402277699}, "and": {"her - him": -0.02322098668684819, "her": 0.3765288386234401, "him": 0.3997498253102883}, "another": {"her - him": 0.06871245060423445, "her": 0.22019577218525052, "him": 0.15148332158101607}, "anti": {"her - him": -0.075238915497676, "her": 0.173098180018062, "him": 0.248337095515738}, "any": {"her - him": 0.014181497204504734, "her": 0.1726126005321763, "him": 0.15843110332767157}, "anything": {"her - him": 0.06875503494253768, "her": 0.21689300509618892, "him": 0.14813797015365124}, "apartment": {"her - him": 0.043875191994087515, "her": 0.29608627526475373, "him": 0.2522110832706662}, "april": {"her - him": 0.013303692061692352, "her": 0.2939785684705489, "him": 0.2806748764088565}, "are": {"her - him": -0.029210400062406133, "her": 0.16312315946106248, "him": 0.19233355952346862}, "area": {"her - him": -0.09297165763292292, "her": 0.10756434038301871, "him": 0.20053599801594163}, "around": {"her - him": -0.004029748723918397, "her": 0.24798919255499238, "him": 0.2520189412789108}, "arrest": {"her - him": -0.0353954334826288, "her": 0.23521322529629968, "him": 0.2706086587789285}, "arrested": {"her - him": 0.013146853930135788, "her": 0.24555186507082608, "him": 0.2324050111406903}, "artic": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "as": {"her - him": -0.050749760331756516, "her": 0.2246342215843322, "him": 0.2753839819160887}, "ask": {"her - him": -0.06608015534039274, "her": 0.2527053575456485, "him": 0.31878551288604123}, "asked": {"her - him": -0.03638441650407451, "her": 0.20028391296948017, "him": 0.23666832947355468}, "ass": {"her - him": -0.08843929693949615, "her": 0.20028391296948017, "him": 0.2887232099089763}, "aswell": {"her - him": -0.03468892539484375, "her": 0.25903597823430097, "him": 0.2937249036291447}, "at": {"her - him": -0.05438998634624209, "her": 0.27222692640324897, "him": 0.32661691274949106}, "auto": {"her - him": -0.03409040967908894, "her": 0.2785659300028224, "him": 0.31265633968191137}, "away": {"her - him": -0.0443374821983491, "her": 0.2354960851767149, "him": 0.279833567375064}, "baby": {"her - him": 0.033358568733761085, "her": 0.3123109581185344, "him": 0.2789523893847733}, "back": {"her - him": -0.006720067002640162, "her": 0.29097667254900716, "him": 0.2976967395516473}, "backpack": {"her - him": -0.03409040967908894, "her": 0.2785659300028224, "him": 0.31265633968191137}, "bad": {"her - him": -0.12646672542223347, "her": 0.11920259202644945, "him": 0.24566931744868292}, "bag": {"her - him": -0.03574797477571315, "her": 0.22298631965198298, "him": 0.25873429442769613}, "bar": {"her - him": -0.03666643124667959, "her": 0.18994513195009063, "him": 0.22661156319677023}, "be": {"her - him": -0.06688786032928454, "her": 0.22156833114512678, "him": 0.2884561914744113}, "beast": {"her - him": 0.013282107759896189, "her": 0.28389076653882467, "him": 0.2706086587789285}, "beat": {"her - him": 0.013083534375019634, "her": 0.23285797524353008, "him": 0.21977444086851045}, "beaten": {"her - him": 0.013196159564950627, "her": 0.25702592108438754, "him": 0.24382976151943692}, "beating": {"her - him": -0.0353954334826288, "her": 0.23521322529629968, "him": 0.2706086587789285}, "beautiful": {"her - him": 0.06820559585432509, "her": 0.2518220685141406, "him": 0.18361647265981548}, "because": {"her - him": -0.016904583907348808, "her": 0.2245523690333376, "him": 0.24145695294068642}, "been": {"her - him": 0.011979213154814983, "her": 0.10860192676518733, "him": 0.09662271361037235}, "before": {"her - him": 0.014515563491450362, "her": 0.21117940326300758, "him": 0.19666383977155721}, "behind": {"her - him": 0.03360219094102629, "her": 0.284432250237953, "him": 0.2508300592969267}, "being": {"her - him": -0.02623227860762381, "her": 0.2176833516471089, "him": 0.2439156302547327}, "believe": {"her - him": -0.09166738240009109, "her": 0.1370605513380158, "him": 0.2287279337381069}, "best": {"her - him": -0.038068176577041674, "her": 0.13559882961877973, "him": 0.1736670061958214}, "better": {"her - him": -0.041112323847675825, "her": 0.17909243298517902, "him": 0.22020475683285484}, "bitch": {"her - him": -0.03509105989708683, "her": 0.2455838165117697, "him": 0.2806748764088565}, "black": {"her - him": 0.00514618898620034, "her": 0.2619460904732638, "him": 0.25679990148706344}, "blanket": {"her - him": -0.03409040967908894, "her": 0.2785659300028224, "him": 0.31265633968191137}, "blonde": {"her - him": 0.04377423140761899, "her": 0.3025085258353151, "him": 0.25873429442769613}, "blue": {"her - him": 0.012916073452953092, "her": 0.20554207512058953, "him": 0.19262600166763644}, "boy": {"her - him": -0.14916856366608985, "her": 0.1530750075925761, "him": 0.30224357125866597}, "boyfriend": {"her - him": 0.04349345874089855, "her": 0.31885468155987606, "him": 0.2753612228189775}, "boys": {"her - him": -0.08868200843186347, "her": 0.19590042639570676, "him": 0.28458243482757023}, "brain": {"her - him": -0.03593864957362081, "her": 0.2162724336970454, "him": 0.2522110832706662}, "break": {"her - him": -0.03631992567000489, "her": 0.20262326034384018, "him": 0.23894318601384507}, "brother": {"her - him": -0.039816078841507146, "her": 0.22130370556294496, "him": 0.2611197844044521}, "brought": {"her - him": 0.013118959350478493, "her": 0.23973052254724872, "him": 0.22661156319677023}, "brown": {"her - him": -0.03823466569585193, "her": 0.12877173625473656, "him": 0.1670064019505885}, "bus": {"her - him": -0.036716239375413406, "her": 0.18810025648872153, "him": 0.22481649586413494}, "but": {"her - him": -0.028069041985937154, "her": 0.2370907276619539, "him": 0.26515976964789106}, "butchy": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "by": {"her - him": 0.019584336194370056, "her": 0.2732384424912961, "him": 0.25365410629692603}, "ca": {"her - him": 0.04472584715201813, "her": 0.20926067905034168, "him": 0.16453483189832355}, "call": {"her - him": -0.169193901164817, "her": 0.15211499817709653, "him": 0.32130889934191353}, "called": {"her - him": -0.04071317665132654, "her": 0.19240869697021046, "him": 0.233121873621537}, "calling": {"her - him": -0.038256356081322274, "her": 0.26859964633342254, "him": 0.3068560024147448}, "came": {"her - him": 0.014699535771958233, "her": 0.23934073702846242, "him": 0.2246412012565042}, "camera": {"her - him": 0.013271090663139695, "her": 0.27957530032296607, "him": 0.2663042096598264}, "can": {"her - him": -0.0029480362901613266, "her": 0.24173942919131872, "him": 0.24468746548148004}, "car": {"her - him": 0.014895665857394047, "her": 0.28719913992106677, "him": 0.2723034740636727}, "case": {"her - him": 0.044406748126606804, "her": 0.254001484673012, "him": 0.20959473654640517}, "caught": {"her - him": -0.008229022301533384, "her": 0.26407445176213934, "him": 0.2723034740636727}, "cause": {"her - him": -0.03765653346913933, "her": 0.15211499817709653, "him": 0.18977153164623586}, "chance": {"her - him": -0.03625208543842526, "her": 0.2050743480522944, "him": 0.24132643349071967}, "charged": {"her - him": 0.06738434051463424, "her": 0.28878618885119295, "him": 0.2214018483365587}, "check": {"her - him": -0.040914352040097635, "her": 0.18573473462950715, "him": 0.2266490866696048}, "chest": {"her - him": -0.08435568560824941, "her": 0.2676957755738872, "him": 0.3520514611821366}, "chick": {"her - him": -0.03362578223800272, "her": 0.29334984049759827, "him": 0.326975622735601}, "child": {"her - him": 0.049655712019639975, "her": 0.2820217781880322, "him": 0.23236606616839223}, "children": {"her - him": 0.04478614930897831, "her": 0.18974578859978433, "him": 0.14495963929080602}, "city": {"her - him": -0.03831076499947897, "her": 0.12562151533974147, "him": 0.16393228033922044}, "claims": {"her - him": -0.03631992567000489, "her": 0.20262326034384018, "him": 0.23894318601384507}, "class": {"her - him": -0.07345422689922984, "her": 0.21067919583408365, "him": 0.2841334227333135}, "close": {"her - him": 0.044406748126606804, "her": 0.254001484673012, "him": 0.20959473654640517}, "coat": {"her - him": -0.03468892539484375, "her": 0.25903597823430097, "him": 0.2937249036291447}, "com": {"her - him": -0.010581025233334651, "her": 0.19729723915326167, "him": 0.20787826438659632}, "come": {"her - him": -0.0003981730308386666, "her": 0.23008663951126082, "him": 0.2304848125420995}, "coming": {"her - him": -0.03787808762426351, "her": 0.1432883201425236, "him": 0.1811664077667871}, "complaining": {"her - him": -0.03442568308700528, "her": 0.2676957755738872, "him": 0.30212145866089246}, "conslour": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "convicting": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "cookies": {"her - him": -0.08262975737581929, "her": 0.29334984049759827, "him": 0.37597959787341756}, "coon": {"her - him": -0.03552404281500082, "her": 0.23078016684482555, "him": 0.2663042096598264}, "could": {"her - him": -0.03077707399687052, "her": 0.22603914693383753, "him": 0.25681622093070805}, "country": {"her - him": 0.01234371328257064, "her": 0.14025304927528934, "him": 0.1279093359927187}, "courier": {"her - him": -0.03409040967908894, "her": 0.2785659300028224, "him": 0.31265633968191137}, "cue": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "d": {"her - him": -0.02569089666858268, "her": 0.23801295767822253, "him": 0.2637038543468052}, "daddy": {"her - him": -0.03490605627600468, "her": 0.25180688919207256, "him": 0.28671294546807724}, "damn": {"her - him": -0.0892028648890214, "her": 0.18631706488792216, "him": 0.27551992977694356}, "darkes": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "day": {"her - him": -0.04623026910318992, "her": 0.1817656222089806, "him": 0.22799589131217052}, "days": {"her - him": 0.033760466876104206, "her": 0.2570999883982474, "him": 0.22333952152214318}, "did": {"her - him": -0.03390260088663388, "her": 0.24396329068231398, "him": 0.27786589156894786}, "dirty": {"her - him": -0.03713215628791594, "her": 0.17246258025848923, "him": 0.20959473654640517}, "disgusting": {"her - him": -0.08963396720692945, "her": 0.1781915393351357, "him": 0.26782550654206516}, "do": {"her - him": -0.04372107256314539, "her": 0.18769830706874713, "him": 0.23141937963189252}, "does": {"her - him": 0.050064504553626266, "her": 0.24928336911290938, "him": 0.19921886455928312}, "dog": {"her - him": -0.008254379405975065, "her": 0.2625131343188226, "him": 0.2707675137247977}, "done": {"her - him": -0.008819420349898272, "her": 0.22823780223015763, "him": 0.2370572225800559}, "dont": {"her - him": -0.09021004556235168, "her": 0.17915827918351107, "him": 0.26936832474586275}, "down": {"her - him": -0.09932949026933213, "her": 0.19012218932771513, "him": 0.28945167959704726}, "drop": {"her - him": -0.03552404281500082, "her": 0.23078016684482555, "him": 0.2663042096598264}, "dropped": {"her - him": -0.03442568308700528, "her": 0.2676957755738872, "him": 0.30212145866089246}, "drug": {"her - him": -0.08900725743468266, "her": 0.18994513195009063, "him": 0.2789523893847733}, "duty": {"her - him": 0.04382708206272906, "her": 0.29918847007006844, "him": 0.2553613880073394}, "east": {"her - him": -0.03689856045971526, "her": 0.18129717591775266, "him": 0.21819573637746792}, "eating": {"her - him": -0.03896125942402212, "her": 0.24764825536116353, "him": 0.28660951478518565}, "educate": {"her - him": 0.013206466209819634, "her": 0.25967337275292834, "him": 0.2464669065431087}, "either": {"her - him": -0.037419945105307606, "her": 0.16138695319488647, "him": 0.19880689830019407}, "else": {"her - him": -0.0920469403092134, "her": 0.12877173625473656, "him": 0.22081867656394996}, "end": {"her - him": -0.03772692930656585, "her": 0.14932586688606003, "him": 0.18705279619262588}, "enough": {"her - him": -0.12546587096591144, "her": 0.13559882961877973, "him": 0.26106470058469117}, "even": {"her - him": -0.07711906142081068, "her": 0.12912442860863504, "him": 0.20624349002944573}, "ever": {"her - him": 0.0688782573433796, "her": 0.20631956095437165, "him": 0.13744130361099205}, "every": {"her - him": 0.10494534528417121, "her": 0.22603914693383753, "him": 0.12109380164966632}, "explain": {"her - him": 0.013186003163523502, "her": 0.25451243665424317, "him": 0.24132643349071967}, "eyes": {"her - him": 0.11796301250718463, "her": 0.2740258698413967, "him": 0.15606285733421207}, "family": {"her - him": 0.03377588806300591, "her": 0.25337295442385716, "him": 0.21959706636085125}, "famous": {"her - him": -0.03574797477571315, "her": 0.22298631965198298, "him": 0.25873429442769613}, "far": {"her - him": -0.00908673446907865, "her": 0.21235223102392695, "him": 0.2214389654930056}, "fast": {"her - him": -0.03689856045971526, "her": 0.18129717591775266, "him": 0.21819573637746792}, "father": {"her - him": 0.0677537335317383, "her": 0.2735123946049315, "him": 0.20575866107319318}, "favorite": {"her - him": -0.036504584744983526, "her": 0.19590042639570676, "him": 0.2324050111406903}, "fed": {"her - him": -0.08830862196878689, "her": 0.20262326034384018, "him": 0.29093188231262707}, "federal": {"her - him": -0.03490605627600468, "her": 0.25180688919207256, "him": 0.28671294546807724}, "feet": {"her - him": -0.036716239375413406, "her": 0.18810025648872153, "him": 0.22481649586413494}, "few": {"her - him": -0.010373322679035124, "her": 0.25057947577164297, "him": 0.2609527984506781}, "field": {"her - him": -0.03564088855094094, "her": 0.22672547181678793, "him": 0.26236636036772887}, "fight": {"her - him": -0.037937993330774605, "her": 0.1408768564518783, "him": 0.1788148497826529}, "figured": {"her - him": -0.0353954334826288, "her": 0.23521322529629968, "him": 0.2706086587789285}, "filthy": {"her - him": -0.03593864957362081, "her": 0.2162724336970454, "him": 0.2522110832706662}, "find": {"her - him": -0.07004424175351298, "her": 0.1690517468095208, "him": 0.23909598856303377}, "finially": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "finlly": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "first": {"her - him": 0.06436039908908572, "her": 0.24923070023106872, "him": 0.184870301141983}, "food": {"her - him": -0.03753029365578167, "her": 0.1570816242423745, "him": 0.19461191789815618}, "for": {"her - him": -0.04455244665167918, "her": 0.26073371333590584, "him": 0.305286159987585}, "forest": {"her - him": -0.0353954334826288, "her": 0.23521322529629968, "him": 0.2706086587789285}, "forgein": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "forum": {"her - him": -0.03852883974801767, "her": 0.11648705359951987, "him": 0.15501589334753754}, "foruth": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "fought": {"her - him": -0.03525236039612384, "her": 0.24010886242285367, "him": 0.2753612228189775}, "found": {"her - him": 0.05335451197517996, "her": 0.2979888158187876, "him": 0.24463430384360765}, "free": {"her - him": 0.04476425747836943, "her": 0.19875041437795102, "him": 0.1539861568995816}, "friend": {"her - him": -0.041963089881259796, "her": 0.24016409929841148, "him": 0.2821271891796713}, "friends": {"her - him": 0.06859719861707228, "her": 0.22846959644403775, "him": 0.15987239782696547}, "from": {"her - him": -0.05973137807533807, "her": 0.26174892499142866, "him": 0.3214803030667667}, "front": {"her - him": 0.014776774290089001, "her": 0.25433204072267984, "him": 0.23955526643259084}, "fun": {"her - him": -0.03656077735949517, "her": 0.19383953530687453, "him": 0.2304003126663697}, "g": {"her - him": -0.03593864957362081, "her": 0.2162724336970454, "him": 0.2522110832706662}, "gang": {"her - him": 0.044032094431424834, "her": 0.2853585279221445, "him": 0.24132643349071967}, "gather": {"her - him": -0.03362578223800272, "her": 0.29334984049759827, "him": 0.326975622735601}, "gave": {"her - him": -0.06531261204863303, "her": 0.26734389823599336, "him": 0.3326565102846264}, "get": {"her - him": -0.06439802600732852, "her": 0.23800034147496202, "him": 0.30239836748229054}, "gets": {"her - him": -0.090604107953385, "her": 0.159193982916155, "him": 0.24979809086954}, "getting": {"her - him": 0.01285102628282453, "her": 0.19646749894264, "him": 0.18361647265981548}, "gf": {"her - him": -0.03409040967908894, "her": 0.2785659300028224, "him": 0.31265633968191137}, "girl": {"her - him": 0.09634960549967148, "her": 0.34921831378297913, "him": 0.25286870828330765}, "girls": {"her - him": -0.04231999445891521, "her": 0.2299190136473802, "him": 0.2722390081062954}, "give": {"her - him": -0.0444912270720062, "her": 0.23129964745119824, "him": 0.27579087452320444}, "giving": {"her - him": -0.08910696446017502, "her": 0.18810025648872153, "him": 0.27720722094889655}, "go": {"her - him": -0.06347918560811405, "her": 0.2250871852705677, "him": 0.28856637087868175}, "god": {"her - him": -0.1716691312819293, "her": 0.12440464866715333, "him": 0.2960737799490826}, "goes": {"her - him": 0.012916073452953092, "her": 0.20554207512058953, "him": 0.19262600166763644}, "going": {"her - him": -0.04439267125653765, "her": 0.1668225483905066, "him": 0.21121521964704423}, "gone": {"her - him": -0.12328670805134531, "her": 0.1685235064731637, "him": 0.291810214524509}, "gonna": {"her - him": -0.036445877622833134, "her": 0.1980459529545264, "him": 0.23449183057735953}, "good": {"her - him": 0.016521515314581153, "her": 0.2131306202263434, "him": 0.19660910491176226}, "got": {"her - him": -0.08585118183386661, "her": 0.23762645418687986, "him": 0.3234776360207465}, "grand": {"her - him": 0.013282107759896189, "her": 0.28389076653882467, "him": 0.2706086587789285}, "group": {"her - him": -0.03838278676748394, "her": 0.12262250685819279, "him": 0.16100529362567673}, "grow": {"her - him": -0.03661466482709316, "her": 0.1918564453192716, "him": 0.22847111014636476}, "guess": {"her - him": -0.09166738240009109, "her": 0.1370605513380158, "him": 0.2287279337381069}, "guidance": {"her - him": -0.03362578223800272, "her": 0.29334984049759827, "him": 0.326975622735601}, "guy": {"her - him": -0.07743802047487236, "her": 0.2510108546879141, "him": 0.3284488751627865}, "had": {"her - him": -0.06264164699726182, "her": 0.2621722154056136, "him": 0.3248138624028754}, "hair": {"her - him": -7.940084524976632e-05, "her": 0.25397824083914305, "him": 0.2540576416843928}, "half": {"her - him": 0.012802586654014791, "her": 0.1901003888694547, "him": 0.17729780221543992}, "hall": {"her - him": -0.03552404281500082, "her": 0.23078016684482555, "him": 0.2663042096598264}, "handed": {"her - him": -0.03509105989708683, "her": 0.2455838165117697, "him": 0.2806748764088565}, "happened": {"her - him": -0.12310540116383595, "her": 0.17111842586078274, "him": 0.2942238270246187}, "happy": {"her - him": -0.037476258879616614, "her": 0.159193982916155, "him": 0.1966702417957716}, "hard": {"her - him": -0.03789835488379378, "her": 0.1424736799017334, "him": 0.18037203478552719}, "has": {"her - him": 0.007014055473433173, "her": 0.23121715565515955, "him": 0.22420310018172637}, "hated": {"her - him": -0.037727887693609574, "her": 0.28389076653882467, "him": 0.32161865423243424}, "hates": {"her - him": -0.0353954334826288, "her": 0.23521322529629968, "him": 0.2706086587789285}, "have": {"her - him": -0.08291849087058506, "her": 0.19607567587234426, "him": 0.2789941667429293}, "he": {"her - him": -0.2368835064284625, "her": 0.21696500443582045, "him": 0.45384851086428296}, "head": {"her - him": -0.09810907973455071, "her": 0.21176486471811704, "him": 0.30987394445266775}, "hear": {"her - him": 0.08726844198606601, "her": 0.2660832917687189, "him": 0.1788148497826529}, "heard": {"her - him": -0.00015495515823588102, "her": 0.2481821403575021, "him": 0.248337095515738}, "hearing": {"her - him": -0.03574797477571315, "her": 0.22298631965198298, "him": 0.25873429442769613}, "hell": {"her - him": 0.014703269689950865, "her": 0.2400062043679588, "him": 0.22530293467800794}, "help": {"her - him": -0.008985428782737864, "her": 0.21834845643920953, "him": 0.2273338852219474}, "her": {"her - him": 0.37178908074465067, "her": 0.6410983341501928, "him": 0.2693092534055421}, "here": {"her - him": 0.028023468287417003, "her": 0.2106835185083204, "him": 0.1826600502209034}, "heritage": {"her - him": -0.0391606454452193, "her": 0.2415992351026171, "him": 0.2807598805478364}, "him": {"her - him": -0.4197747707925591, "her": 0.2516747534271817, "him": 0.6714495242197408}, "his": {"her - him": -0.2090710462520809, "her": 0.24607875080776803, "him": 0.4551497970598489}, "hispanic": {"her - him": -0.036445877622833134, "her": 0.1980459529545264, "him": 0.23449183057735953}, "home": {"her - him": 0.04772304650077, "her": 0.2968455606486357, "him": 0.2491225141478657}, "hoola": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "hoops": {"her - him": -0.03409040967908894, "her": 0.2785659300028224, "him": 0.31265633968191137}, "hope": {"her - him": -0.06626461643093298, "her": 0.1996448357761226, "him": 0.2659094522070556}, "house": {"her - him": -0.009243247227356088, "her": 0.268246258692297, "him": 0.2774895059196531}, "how": {"her - him": -0.06404770918502303, "her": 0.21053015248402937, "him": 0.2745778616690524}, "http": {"her - him": 0.08872971624884418, "her": 0.19589374198914658, "him": 0.1071640257403024}, "https": {"her - him": -0.038683197202561234, "her": 0.10992202103840433, "him": 0.14860521824096556}, "huffed": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "huh": {"her - him": -0.03468892539484375, "her": 0.25903597823430097, "him": 0.2937249036291447}, "hundreds": {"her - him": -0.08955349402928497, "her": 0.17972224677492976, "him": 0.26927574080421474}, "i": {"her - him": -0.0591260966402305, "her": 0.30629290307501067, "him": 0.36541899971524117}, "if": {"her - him": -0.08741284959194678, "her": 0.23175704804066521, "him": 0.319169897632612}, "igger": {"her - him": -0.03362578223800272, "her": 0.29334984049759827, "him": 0.326975622735601}, "ignorant": {"her - him": -0.03574797477571315, "her": 0.22298631965198298, "him": 0.25873429442769613}, "im": {"her - him": -0.03886152419518263, "her": 0.10222998750233273, "him": 0.14109151169751535}, "in": {"her - him": 0.018555144168998394, "her": 0.3299084329061708, "him": 0.3113532887371724}, "instead": {"her - him": 0.013058163247184063, "her": 0.2282307875500129, "him": 0.21517262430282882}, "into": {"her - him": 0.004161632640470536, "her": 0.23705285772036722, "him": 0.23289122507989668}, "introduce": {"her - him": -0.03490605627600468, "her": 0.25180688919207256, "him": 0.28671294546807724}, "is": {"her - him": 0.03814427984804719, "her": 0.31161784972793793, "him": 0.27347356987989074}, "israel": {"her - him": -0.08947033780704503, "her": 0.18129717591775266, "him": 0.2707675137247977}, "it": {"her - him": -0.008894830169229706, "her": 0.26994604342748124, "him": 0.27884087359671095}, "its": {"her - him": -0.04258434210559098, "her": 0.12709797645810922, "him": 0.1696823185637002}, "ive": {"her - him": 0.013137421885383582, "her": 0.2435377345517533, "him": 0.2304003126663697}, "jew": {"her - him": 0.033791060174452825, "her": 0.2492978872382437, "him": 0.21550682706379087}, "jewish": {"her - him": -0.09152593154672686, "her": 0.14009406646378456, "him": 0.23161999801051142}, "jews": {"her - him": -0.07610159427952479, "her": 0.15357164140154464, "him": 0.22967323568106943}, "journal": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "jumped": {"her - him": -0.08640542893613457, "her": 0.23521322529629968, "him": 0.32161865423243424}, "jury": {"her - him": -0.03468892539484375, "her": 0.25903597823430097, "him": 0.2937249036291447}, "just": {"her - him": -0.07379558025408994, "her": 0.22368697088452683, "him": 0.29748255113861677}, "kick": {"her - him": -0.03888874249788066, "her": 0.24983446741109566, "him": 0.2887232099089763}, "kicked": {"her - him": -0.03509105989708683, "her": 0.2455838165117697, "him": 0.2806748764088565}, "kid": {"her - him": -0.0873404645264296, "her": 0.22823780223015763, "him": 0.31557826675658723}, "kids": {"her - him": 0.0885639349941196, "her": 0.2585244666628088, "him": 0.1699605316686892}, "kill": {"her - him": -0.0370959698989293, "her": 0.17384006521682, "him": 0.2109360351157493}, "killed": {"her - him": 0.00041857645545639866, "her": 0.2946424034800751, "him": 0.2942238270246187}, "kiss": {"her - him": 0.013271090663139695, "her": 0.27957530032296607, "him": 0.2663042096598264}, "knife": {"her - him": -0.03584683056436197, "her": 0.2195145574429774, "him": 0.2553613880073394}, "know": {"her - him": -0.06603362091416584, "her": 0.17928041130360162, "him": 0.24531403221776746}, "knucklehead": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "lady": {"her - him": 0.04417502922975605, "her": 0.27457534189612576, "him": 0.2304003126663697}, "lame": {"her - him": -0.03409040967908894, "her": 0.2785659300028224, "him": 0.31265633968191137}, "larceny": {"her - him": -0.03362578223800272, "her": 0.29334984049759827, "him": 0.326975622735601}, "large": {"her - him": -0.03676423381530758, "her": 0.18631706488792216, "him": 0.22308129870322974}, "last": {"her - him": 0.05021063067792253, "her": 0.2330251267288323, "him": 0.18281449605090977}, "laughing": {"her - him": -0.03584683056436197, "her": 0.2195145574429774, "him": 0.2553613880073394}, "learn": {"her - him": -0.09075936042766852, "her": 0.15605373903779488, "him": 0.2468130994654634}, "least": {"her - him": -0.037937993330774605, "her": 0.1408768564518783, "him": 0.1788148497826529}, "leave": {"her - him": -0.04018411317291887, "her": 0.20961397769662113, "him": 0.24979809086954}, "left": {"her - him": 0.012756831832576143, "her": 0.18434703727119248, "him": 0.17159020543861633}, "less": {"her - him": -0.037020496100964556, "her": 0.1767024764079143, "him": 0.21372297250887887}, "let": {"her - him": -0.0036739290398528635, "her": 0.270110873787646, "him": 0.27378480282749884}, "lets": {"her - him": -0.0370959698989293, "her": 0.17384006521682, "him": 0.2109360351157493}, "life": {"her - him": -0.019107539545747676, "her": 0.23803162919529036, "him": 0.25713916874103804}, "light": {"her - him": -0.03763222072223868, "her": 0.1530750075925761, "him": 0.1907072283148148}, "like": {"her - him": -0.03827715863002579, "her": 0.24850483576025156, "him": 0.28678199439027735}, "little": {"her - him": 0.06412427779091096, "her": 0.26334314235019407, "him": 0.19921886455928312}, "live": {"her - him": 0.012347385323855486, "her": 0.14059913202699517, "him": 0.12825174670313969}, "ll": {"her - him": -0.06973306108869146, "her": 0.1762150958889765, "him": 0.24594815697766795}, "local": {"her - him": -0.037419945105307606, "her": 0.16138695319488647, "him": 0.19880689830019407}, "london": {"her - him": -0.03768041240396816, "her": 0.15117048540389266, "him": 0.18885089780786082}, "long": {"her - him": -0.0386605729663896, "her": 0.11088957055058828, "him": 0.14955014351697787}, "look": {"her - him": -0.12325254679526862, "her": 0.1365578004814003, "him": 0.2598103472766689}, "looked": {"her - him": 0.013049916185714994, "her": 0.22677288869459386, "him": 0.21372297250887887}, "looking": {"her - him": -0.07650151629498614, "her": 0.14416085932081768, "him": 0.22066237561580382}, "looks": {"her - him": -0.009042888305924673, "her": 0.21494389957463655, "him": 0.22398678788056123}, "lots": {"her - him": -0.037556513099236355, "her": 0.15605373903779488, "him": 0.19361025213703123}, "love": {"her - him": -0.02529309081723724, "her": 0.25277369968762603, "him": 0.27806679050486327}, "m": {"her - him": 0.013969886322856062, "her": 0.1525141957535644, "him": 0.13854430943070833}, "mail": {"her - him": -0.036716239375413406, "her": 0.18810025648872153, "him": 0.22481649586413494}, "man": {"her - him": -0.0918977776772544, "her": 0.23050207383107726, "him": 0.32239985150833167}, "many": {"her - him": 0.012154513367217984, "her": 0.12321223559913787, "him": 0.11105772223191988}, "may": {"her - him": -0.00908673446907865, "her": 0.21235223102392695, "him": 0.2214389654930056}, "maybe": {"her - him": -0.09302929396409143, "her": 0.10618957059519168, "him": 0.19921886455928312}, "me": {"her - him": 0.034521262834168925, "her": 0.24682478178372735, "him": 0.21230351894955843}, "media": {"her - him": -0.03772692930656585, "her": 0.14932586688606003, "him": 0.18705279619262588}, "meet": {"her - him": -0.03808578511934871, "her": 0.1348809093452262, "him": 0.1729666944645749}, "memories": {"her - him": -0.03509105989708683, "her": 0.2455838165117697, "him": 0.2806748764088565}, "men": {"her - him": -0.03805033410486333, "her": 0.13632530287405178, "him": 0.17437563697891512}, "mention": {"her - him": -0.036504584744983526, "her": 0.19590042639570676, "him": 0.2324050111406903}, "message": {"her - him": -0.03777188467833703, "her": 0.1475372455416844, "him": 0.18530913022002143}, "met": {"her - him": 0.04414989836304817, "her": 0.27655490950373846, "him": 0.2324050111406903}, "middle": {"her - him": -0.036716239375413406, "her": 0.18810025648872153, "him": 0.22481649586413494}, "mine": {"her - him": -0.03964150931858498, "her": 0.22677288869459386, "him": 0.26641439801317884}, "missing": {"her - him": -0.0361047957342481, "her": 0.2103621108088606, "him": 0.2464669065431087}, "mixed": {"her - him": -0.037419945105307606, "her": 0.16138695319488647, "him": 0.19880689830019407}, "mom": {"her - him": 0.06670634841439343, "her": 0.31317325495750215, "him": 0.2464669065431087}, "money": {"her - him": -0.03817052363736795, "her": 0.13141239688006118, "him": 0.16958292051742913}, "monkey": {"her - him": -0.08713752055820198, "her": 0.22298631965198298, "him": 0.31012384021018496}, "monkies": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "montessori": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "month": {"her - him": 0.04441954857353353, "her": 0.2527053575456485, "him": 0.20828580897211496}, "months": {"her - him": 0.013058163247184063, "her": 0.2282307875500129, "him": 0.21517262430282882}, "more": {"her - him": 0.04272534770431524, "her": 0.20538609764323418, "him": 0.16266074993891894}, "morning": {"her - him": 0.01491506711413304, "her": 0.29567494766196945, "him": 0.2807598805478364}, "mosier": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "most": {"her - him": -0.09372254296169094, "her": 0.08909195308921883, "him": 0.18281449605090977}, "mother": {"her - him": 0.11634752974399054, "her": 0.308973531411627, "him": 0.19262600166763644}, "motorcyclist": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "mouth": {"her - him": -0.03814042899561909, "her": 0.2719834112145659, "him": 0.31012384021018496}, "move": {"her - him": -0.03768041240396816, "her": 0.15117048540389266, "him": 0.18885089780786082}, "moved": {"her - him": 0.013010119934747627, "her": 0.22001774020586887, "him": 0.20700762027112124}, "much": {"her - him": -0.0937087084838428, "her": 0.08944401357975507, "him": 0.18315272206359787}, "multiple": {"her - him": -0.03442568308700528, "her": 0.2676957755738872, "him": 0.30212145866089246}, "mumsy": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "murder": {"her - him": 0.04447653104872684, "her": 0.24665019471377797, "him": 0.20217366366505113}, "my": {"her - him": 0.02655626147924653, "her": 0.27342349836240976, "him": 0.24686723688316323}, "n": {"her - him": 0.02001329745162017, "her": 0.25323821799187424, "him": 0.23322492054025407}, "name": {"her - him": 0.0760690394584968, "her": 0.293879079302429, "him": 0.2178100398439322}, "names": {"her - him": -0.03602438176747991, "her": 0.21322978380773233, "him": 0.24925416557521224}, "nazi": {"her - him": -0.03618052224261922, "her": 0.2076492392768177, "him": 0.24382976151943692}, "neck": {"her - him": -0.03509105989708683, "her": 0.2455838165117697, "him": 0.2806748764088565}, "need": {"her - him": -0.0909272835520959, "her": 0.16588893737861216, "him": 0.25681622093070805}, "needed": {"her - him": -0.03584683056436197, "her": 0.2195145574429774, "him": 0.2553613880073394}, "neevr": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "negro": {"her - him": 0.04994698393916849, "her": 0.2600505665859994, "him": 0.2101035826468309}, "negroid": {"her - him": -0.03552404281500082, "her": 0.23078016684482555, "him": 0.2663042096598264}, "nerve": {"her - him": -0.03490605627600468, "her": 0.25180688919207256, "him": 0.28671294546807724}, "neve": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "never": {"her - him": -0.0007381009585122889, "her": 0.2060715921398765, "him": 0.20680969309838879}, "new": {"her - him": -0.04508830916710313, "her": 0.14402642624973264, "him": 0.18911473541683577}, "news": {"her - him": -0.1283893415305808, "her": 0.0846726822356001, "him": 0.21306202376618089}, "next": {"her - him": -0.06263848146219841, "her": 0.25159277277745734, "him": 0.31423125423965576}, "night": {"her - him": -0.008776989776413613, "her": 0.23077827665617723, "him": 0.23955526643259084}, "niglet": {"her - him": -0.03468892539484375, "her": 0.25903597823430097, "him": 0.2937249036291447}, "no": {"her - him": 0.017382159942760267, "her": 0.22485833064870323, "him": 0.20747617070594296}, "non": {"her - him": -0.04202216614883447, "her": 0.1475359625240293, "him": 0.18955812867286378}, "nor": {"her - him": -0.0361047957342481, "her": 0.2103621108088606, "him": 0.2464669065431087}, "not": {"her - him": -0.048440746442111465, "her": 0.20922920800211278, "him": 0.25766995444422425}, "nothing": {"her - him": 0.014570065695020173, "her": 0.2187591471587523, "him": 0.20418908146373213}, "now": {"her - him": -0.06723633098240495, "her": 0.17780702817436278, "him": 0.24504335915676773}, "obviously": {"her - him": -0.08753030142681806, "her": 0.2162724336970454, "him": 0.30380273512386347}, "of": {"her - him": -0.02801525281194539, "her": 0.2797689633191215, "him": 0.3077842161310669}, "off": {"her - him": -0.024912690102685875, "her": 0.2761532338649392, "him": 0.30106592396762505}, "officers": {"her - him": -0.03525236039612384, "her": 0.24010886242285367, "him": 0.2753612228189775}, "often": {"her - him": -0.036504584744983526, "her": 0.19590042639570676, "him": 0.2324050111406903}, "ohhh": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "old": {"her - him": 0.0868402653574519, "her": 0.31431348862731057, "him": 0.22747322326985867}, "on": {"her - him": -0.026596115141375443, "her": 0.2829926729921817, "him": 0.30958878813355717}, "once": {"her - him": -0.12576823700019762, "her": 0.13074157538948483, "him": 0.25650981238968246}, "one": {"her - him": -0.04278961744143406, "her": 0.21342609751940161, "him": 0.25621571496083567}, "only": {"her - him": 0.03380815151531971, "her": 0.18833347995582297, "him": 0.15452532844050326}, "op": {"her - him": -0.03490605627600468, "her": 0.25180688919207256, "him": 0.28671294546807724}, "open": {"her - him": 0.01290261623854172, "her": 0.2036098445533565, "him": 0.1907072283148148}, "opened": {"her - him": -0.03593864957362081, "her": 0.2162724336970454, "him": 0.2522110832706662}, "opinion": {"her - him": -0.03602438176747991, "her": 0.21322978380773233, "him": 0.24925416557521224}, "or": {"her - him": -0.08195649478315953, "her": 0.21614855418880163, "him": 0.29810504897196116}, "other": {"her - him": -0.004328764465167861, "her": 0.2300482855965483, "him": 0.23437705006171616}, "our": {"her - him": -0.04762167763070352, "her": 0.13891563327861722, "him": 0.18653731090932074}, "out": {"her - him": -0.059099357921118645, "her": 0.25767761502311826, "him": 0.3167769729442369}, "outside": {"her - him": 0.013049916185714994, "her": 0.22677288869459386, "him": 0.21372297250887887}, "over": {"her - him": -0.044524587133567856, "her": 0.16256999704459238, "him": 0.20709458417816023}, "own": {"her - him": 0.0640528805284612, "her": 0.28130219491315106, "him": 0.21724931438468986}, "packi": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "parents": {"her - him": 0.04460389570214571, "her": 0.23077827665617723, "him": 0.18617438095403152}, "partner": {"her - him": 0.013330170417862108, "her": 0.31545162907875457, "him": 0.30212145866089246}, "patch": {"her - him": -0.03362578223800272, "her": 0.29334984049759827, "him": 0.326975622735601}, "people": {"her - him": -0.04129639194441817, "her": 0.1914249348771838, "him": 0.23272132682160196}, "person": {"her - him": -0.00020447607559284653, "her": 0.2444298277680148, "him": 0.24463430384360765}, "personally": {"her - him": -0.03525236039612384, "her": 0.24010886242285367, "him": 0.2753612228189775}, "picture": {"her - him": -0.12413853268069544, "her": 0.15605373903779488, "him": 0.2801922717184903}, "place": {"her - him": -0.04337085886786651, "her": 0.19875041437795102, "him": 0.24212127324581753}, "play": {"her - him": 0.01306651314816848, "her": 0.2297292254869498, "him": 0.21666271233878132}, "pm": {"her - him": -0.12546587096591144, "her": 0.13559882961877973, "him": 0.26106470058469117}, "pocketing": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "point": {"her - him": -0.04053760713894175, "her": 0.19817273769800106, "him": 0.2387103448369428}, "police": {"her - him": 0.042051560140955735, "her": 0.3037970866350933, "him": 0.26174552649413757}, "poor": {"her - him": -0.03726778830425609, "her": 0.1672697443381548, "him": 0.2045375326424109}, "posed": {"her - him": -0.03362578223800272, "her": 0.29334984049759827, "him": 0.326975622735601}, "post": {"her - him": -0.1530447339245541, "her": 0.10096121330762481, "him": 0.2540059472321789}, "power": {"her - him": -0.0901981828499119, "her": 0.1672697443381548, "him": 0.2574679271880667}, "pregnant": {"her - him": -0.03490605627600468, "her": 0.25180688919207256, "him": 0.28671294546807724}, "pride": {"her - him": -0.03750354945718681, "her": 0.15812812584495733, "him": 0.19563167530214415}, "principal": {"her - him": -0.03409040967908894, "her": 0.2785659300028224, "him": 0.31265633968191137}, "probably": {"her - him": -0.040914352040097635, "her": 0.18573473462950715, "him": 0.2266490866696048}, "proceeded": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "profane": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "promising": {"her - him": -0.03362578223800272, "her": 0.29334984049759827, "him": 0.326975622735601}, "properly": {"her - him": -0.03602438176747991, "her": 0.21322978380773233, "him": 0.24925416557521224}, "proud": {"her - him": -0.12420611344164495, "her": 0.15504377352218957, "him": 0.2792498869638345}, "pulled": {"her - him": -0.03468892539484375, "her": 0.25903597823430097, "him": 0.2937249036291447}, "punk": {"her - him": -0.03468892539484375, "her": 0.25903597823430097, "him": 0.2937249036291447}, "purchase": {"her - him": -0.03490605627600468, "her": 0.25180688919207256, "him": 0.28671294546807724}, "put": {"her - him": -0.0657130171301005, "her": 0.21160131605198298, "him": 0.2773143331820835}, "rabbi": {"her - him": -0.03442568308700528, "her": 0.2676957755738872, "him": 0.30212145866089246}, "racial": {"her - him": 0.04456379457153367, "her": 0.236222322697186, "him": 0.19165852812565232}, "racist": {"her - him": -0.12576823700019762, "her": 0.13074157538948483, "him": 0.25650981238968246}, "ran": {"her - him": -0.0877061497805291, "her": 0.21322978380773233, "him": 0.30093593358826143}, "re": {"her - him": -0.039243636242251564, "her": 0.08533433383796761, "him": 0.12457797008021917}, "read": {"her - him": -0.03861414938451303, "her": 0.11286917219650304, "him": 0.15148332158101607}, "reading": {"her - him": -0.036855284479005324, "her": 0.18291915638950512, "him": 0.21977444086851045}, "reality": {"her - him": -0.03631992567000489, "her": 0.20262326034384018, "him": 0.23894318601384507}, "really": {"her - him": -0.1272717442670382, "her": 0.10528883307468861, "him": 0.2325605773417268}, "reason": {"her - him": -0.040370448671429915, "her": 0.2036098445533565, "him": 0.24398029322478643}, "remember": {"her - him": -0.018570042538922193, "her": 0.2616222291795681, "him": 0.2801922717184903}, "repeatedly": {"her - him": -0.03362578223800272, "her": 0.29334984049759827, "him": 0.326975622735601}, "rest": {"her - him": 0.012987297136295511, "her": 0.21633023336294233, "him": 0.20334293622664681}, "right": {"her - him": -0.046678824240903916, "her": 0.22340444183788016, "him": 0.2700832660787841}, "rob": {"her - him": -0.03442568308700528, "her": 0.2676957755738872, "him": 0.30212145866089246}, "s": {"her - him": -0.019915030647793874, "her": 0.26490132402423383, "him": 0.2848163546720277}, "sacrifice": {"her - him": 0.013282107759896189, "her": 0.28389076653882467, "him": 0.2706086587789285}, "safe": {"her - him": -0.03631992567000489, "her": 0.20262326034384018, "him": 0.23894318601384507}, "said": {"her - him": 0.003517838656632244, "her": 0.31306200200992246, "him": 0.3095441633532902}, "salute": {"her - him": -0.03490605627600468, "her": 0.25180688919207256, "him": 0.28671294546807724}, "sat": {"her - him": -0.01710723666927383, "her": 0.3250703443602768, "him": 0.34217758102955065}, "save": {"her - him": 0.06729820571073125, "her": 0.2921147015748662, "him": 0.22481649586413494}, "saw": {"her - him": -0.01954408013466946, "her": 0.2187591471587523, "him": 0.23830322729342177}, "say": {"her - him": -0.06533021283067403, "her": 0.19514984911052696, "him": 0.260480061941201}, "says": {"her - him": -0.06758447199712267, "her": 0.22270791406022092, "him": 0.2902923860573436}, "school": {"her - him": -0.03729331829823926, "her": 0.23244207481114063, "him": 0.2697353931093799}, "scum": {"her - him": -0.03716738311133222, "her": 0.17111842586078274, "him": 0.20828580897211496}, "see": {"her - him": -0.03664650440511752, "her": 0.26123249657771186, "him": 0.2978790009828294}, "seen": {"her - him": 0.08795295020502072, "her": 0.2394362717860368, "him": 0.15148332158101607}, "sent": {"her - him": -0.03723515460002949, "her": 0.1685235064731637, "him": 0.20575866107319318}, "she": {"her - him": 0.24659799320599693, "her": 0.4778175898230653, "him": 0.2312195966170684}, "shoot": {"her - him": -0.036445877622833134, "her": 0.1980459529545264, "him": 0.23449183057735953}, "shot": {"her - him": 0.033511990668021296, "her": 0.2959066761683893, "him": 0.262394685500368}, "should": {"her - him": -0.06552343234093413, "her": 0.19084309646839456, "him": 0.2563665288093287}, "show": {"her - him": -0.009778853379052266, "her": 0.23934366076881344, "him": 0.2491225141478657}, "showed": {"her - him": 0.013271090663139695, "her": 0.27957530032296607, "him": 0.2663042096598264}, "sister": {"her - him": 0.03343797818367378, "her": 0.30420549190847146, "him": 0.2707675137247977}, "sitting": {"her - him": -0.08856356183065925, "her": 0.1980459529545264, "him": 0.28660951478518565}, "slaping": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "slapped": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "slur": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "smashed": {"her - him": -0.03442568308700528, "her": 0.2676957755738872, "him": 0.30212145866089246}, "smile": {"her - him": 0.013303692061692352, "her": 0.2939785684705489, "him": 0.2806748764088565}, "so": {"her - him": -0.08220162019652613, "her": 0.2172135406059457, "him": 0.2994151608024718}, "some": {"her - him": -0.023589362995444535, "her": 0.24477298517303384, "him": 0.26836234816847837}, "someone": {"her - him": -0.15232503718889479, "her": 0.11137881715791041, "him": 0.2637038543468052}, "something": {"her - him": -0.12732176716151902, "her": 0.10440028584602185, "him": 0.23172205300754087}, "son": {"her - him": 0.029620324053795333, "her": 0.32262352364982866, "him": 0.2930031995960333}, "song": {"her - him": -0.04001057312845577, "her": 0.2151535145561331, "him": 0.25516408768458887}, "soon": {"her - him": -0.040760063275379954, "her": 0.19085993473513146, "him": 0.23161999801051142}, "sorry": {"her - him": 0.08683310040321321, "her": 0.28044335254024444, "him": 0.19361025213703123}, "speak": {"her - him": -0.037556513099236355, "her": 0.15605373903779488, "him": 0.19361025213703123}, "spelling": {"her - him": -0.03409040967908894, "her": 0.2785659300028224, "him": 0.31265633968191137}, "spend": {"her - him": -0.03602438176747991, "her": 0.21322978380773233, "him": 0.24925416557521224}, "spit": {"her - him": -0.03442568308700528, "her": 0.2676957755738872, "him": 0.30212145866089246}, "started": {"her - him": -0.03739087130286081, "her": 0.16251579019498966, "him": 0.19990666149785047}, "stepped": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "still": {"her - him": -0.0755313729842906, "her": 0.16658990026152692, "him": 0.24212127324581753}, "stood": {"her - him": -0.0353954334826288, "her": 0.23521322529629968, "him": 0.2706086587789285}, "stories": {"her - him": -0.03888874249788066, "her": 0.24983446741109566, "him": 0.2887232099089763}, "stormed": {"her - him": -0.03409040967908894, "her": 0.2785659300028224, "him": 0.31265633968191137}, "stormfront": {"her - him": -0.03887131205269925, "her": 0.10180435631464768, "him": 0.14067566836734693}, "story": {"her - him": 0.033760466876104206, "her": 0.2570999883982474, "him": 0.22333952152214318}, "straight": {"her - him": -0.036445877622833134, "her": 0.1980459529545264, "him": 0.23449183057735953}, "strange": {"her - him": -0.03618052224261922, "her": 0.2076492392768177, "him": 0.24382976151943692}, "straw": {"her - him": -0.03362578223800272, "her": 0.29334984049759827, "him": 0.326975622735601}, "streicher": {"her - him": -0.03362578223800272, "her": 0.29334984049759827, "him": 0.326975622735601}, "student": {"her - him": 0.04414989836304817, "her": 0.27655490950373846, "him": 0.2324050111406903}, "students": {"her - him": -0.12406953544022406, "her": 0.1570816242423745, "him": 0.2811511596825986}, "stupid": {"her - him": 0.08715598238764888, "her": 0.2699442720160224, "him": 0.1827882896283735}, "submits": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "substitute": {"her - him": -0.03362578223800272, "her": 0.29334984049759827, "him": 0.326975622735601}, "suced": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "such": {"her - him": -0.03838278676748394, "her": 0.12262250685819279, "him": 0.16100529362567673}, "suited": {"her - him": -0.03409040967908894, "her": 0.2785659300028224, "him": 0.31265633968191137}, "sunday": {"her - him": -0.03552404281500082, "her": 0.23078016684482555, "him": 0.2663042096598264}, "support": {"her - him": -0.03783661046425826, "her": 0.14495167916411525, "him": 0.1827882896283735}, "suspended": {"her - him": -0.03509105989708683, "her": 0.2455838165117697, "him": 0.2806748764088565}, "swedish": {"her - him": -0.036504584744983526, "her": 0.19590042639570676, "him": 0.2324050111406903}, "t": {"her - him": 0.019990644315143163, "her": 0.24990582182462776, "him": 0.2299151775094846}, "table": {"her - him": -0.03564088855094094, "her": 0.22672547181678793, "him": 0.26236636036772887}, "take": {"her - him": -0.00963662872094495, "her": 0.18029642747587754, "him": 0.1899330561968225}, "talk": {"her - him": -0.13845636597188712, "her": 0.16607661174659463, "him": 0.30453297771848176}, "talkin": {"her - him": -0.03362578223800272, "her": 0.29334984049759827, "him": 0.326975622735601}, "tall": {"her - him": -0.03593864957362081, "her": 0.2162724336970454, "him": 0.2522110832706662}, "teach": {"her - him": 0.04444366619029516, "her": 0.25020232726348834, "him": 0.20575866107319318}, "teacher": {"her - him": -0.040370448671429915, "her": 0.2036098445533565, "him": 0.24398029322478643}, "teaching": {"her - him": 0.013196159564950627, "her": 0.25702592108438754, "him": 0.24382976151943692}, "teen": {"her - him": 0.013303692061692352, "her": 0.2939785684705489, "him": 0.2806748764088565}, "teeth": {"her - him": 0.0436505717804056, "her": 0.309954781440232, "him": 0.2663042096598264}, "tell": {"her - him": -0.1258091635846154, "her": 0.13007796709348846, "him": 0.25588713067810387}, "telling": {"her - him": -0.03666643124667959, "her": 0.18994513195009063, "him": 0.22661156319677023}, "than": {"her - him": 0.0887329461321154, "her": 0.1956449068998041, "him": 0.1069119607676887}, "thank": {"her - him": -0.03860228866293129, "her": 0.11337370690596428, "him": 0.15197599556889557}, "thanks": {"her - him": -0.038250234089997365, "her": 0.12812880080068384, "him": 0.1663790348906812}, "that": {"her - him": -0.01221455108852959, "her": 0.2770160561111925, "him": 0.2892306071997221}, "thats": {"her - him": -0.03726778830425609, "her": 0.1672697443381548, "him": 0.2045375326424109}, "the": {"her - him": -0.03907135273391532, "her": 0.3060938797833475, "him": 0.34516523251726283}, "thegirl": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "their": {"her - him": 0.04266561547509823, "her": 0.17007387569254134, "him": 0.12740826021744311}, "them": {"her - him": 0.05440948785799707, "her": 0.19469460514043277, "him": 0.1402851172824357}, "then": {"her - him": -0.014528963445331111, "her": 0.28061139335485746, "him": 0.2951403568001886}, "there": {"her - him": -0.01852109527607121, "her": 0.15390004983175942, "him": 0.17242114510783063}, "theres": {"her - him": -0.03574797477571315, "her": 0.22298631965198298, "him": 0.25873429442769613}, "these": {"her - him": -0.09476244065010542, "her": 0.06111699969240033, "him": 0.15587944034250575}, "they": {"her - him": -0.05454536130008353, "her": 0.1975002517387618, "him": 0.2520456130388453}, "thing": {"her - him": 0.10444544700877939, "her": 0.24512111537612633, "him": 0.14067566836734693}, "think": {"her - him": -0.03144753234106937, "her": 0.2031402211473919, "him": 0.23458775348846125}, "this": {"her - him": 0.02334315199201248, "her": 0.28241140981161683, "him": 0.25906825781960435}, "those": {"her - him": 0.012111452155298713, "her": 0.11952844782480522, "him": 0.10741699566950651}, "thought": {"her - him": 0.014688413367391212, "her": 0.23738764871910686, "him": 0.22269923535171565}, "thousands": {"her - him": -0.12238079675268373, "her": 0.18129717591775266, "him": 0.3036779726704364}, "thread": {"her - him": -0.03897451811458594, "her": 0.09729403912972004, "him": 0.13626855724430598}, "threw": {"her - him": -0.03509105989708683, "her": 0.2455838165117697, "him": 0.2806748764088565}, "tiger": {"her - him": 0.013327693015665498, "her": 0.3403033157512665, "him": 0.326975622735601}, "time": {"her - him": -0.00012117469761491195, "her": 0.25194554106870803, "him": 0.25206671576632295}, "times": {"her - him": -0.12150732274870482, "her": 0.1630807225866117, "him": 0.2845880453353165}, "to": {"her - him": -0.07349940149114687, "her": 0.3192999623880746, "him": 0.3927993638792215}, "today": {"her - him": -0.03818684841917941, "her": 0.13074157538948483, "him": 0.16892842380866424}, "told": {"her - him": 0.010048580648919114, "her": 0.34019881129025586, "him": 0.33015023064133675}, "too": {"her - him": -0.0008271434977841219, "her": 0.19999961323325022, "him": 0.20082675673103434}, "took": {"her - him": 0.06783254841785286, "her": 0.270006212082904, "him": 0.20217366366505113}, "torah": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "trash": {"her - him": -0.03625208543842526, "her": 0.2050743480522944, "him": 0.24132643349071967}, "tree": {"her - him": 0.013137421885383582, "her": 0.2435377345517533, "him": 0.2304003126663697}, "try": {"her - him": -0.00021817127210485565, "her": 0.24339845579916453, "him": 0.24361662707126938}, "trying": {"her - him": 0.044708885064635495, "her": 0.21298982943500522, "him": 0.16828094437036972}, "turned": {"her - him": -0.03602438176747991, "her": 0.21322978380773233, "him": 0.24925416557521224}, "turning": {"her - him": 0.013238258326083163, "her": 0.26859964633342254, "him": 0.2553613880073394}, "two": {"her - him": 0.10451281364446502, "her": 0.24274779027967788, "him": 0.13823497663521286}, "tyep": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "typical": {"her - him": -0.03618052224261922, "her": 0.2076492392768177, "him": 0.24382976151943692}, "u": {"her - him": -0.037957381917623795, "her": 0.14009406646378456, "him": 0.17805144838140835}, "uneven": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "until": {"her - him": 0.012796728776319322, "her": 0.18935037545617855, "him": 0.17655364667985923}, "up": {"her - him": -0.08356490243855988, "her": 0.21304706679705718, "him": 0.29661196923561706}, "ur": {"her - him": -0.03490605627600468, "her": 0.25180688919207256, "him": 0.28671294546807724}, "use": {"her - him": -0.12677936422297026, "her": 0.11388222623777665, "him": 0.2406615904607469}, "user": {"her - him": -0.03552404281500082, "her": 0.23078016684482555, "him": 0.2663042096598264}, "using": {"her - him": 0.04447653104872684, "her": 0.24665019471377797, "him": 0.20217366366505113}, "vague": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "values": {"her - him": -0.03602438176747991, "her": 0.21322978380773233, "him": 0.24925416557521224}, "ve": {"her - him": 0.014347603294234068, "her": 0.19042923469669323, "him": 0.17608163140245917}, "very": {"her - him": -0.04751505299713307, "her": 0.20079699157188755, "him": 0.24831204456902062}, "victim": {"her - him": -0.03836413002928113, "her": 0.26543860509458234, "him": 0.30380273512386347}, "video": {"her - him": -0.01652613284351276, "her": 0.24117405472701028, "him": 0.25770018757052304}, "w": {"her - him": -0.036504584744983526, "her": 0.19590042639570676, "him": 0.2324050111406903}, "wait": {"her - him": 0.012889393035170726, "her": 0.20174029084303155, "him": 0.18885089780786082}, "wanna": {"her - him": -0.08753030142681806, "her": 0.2162724336970454, "him": 0.30380273512386347}, "want": {"her - him": -0.0009246814629274847, "her": 0.19344389131628645, "him": 0.19436857277921393}, "was": {"her - him": -0.028772275209692888, "her": 0.3328351192281375, "him": 0.3616073944378304}, "watch": {"her - him": 0.06439642449375493, "her": 0.24687441224324175, "him": 0.18247798774948681}, "watched": {"her - him": -0.08787065381697626, "her": 0.2103621108088606, "him": 0.29823276462583687}, "way": {"her - him": 0.050303947927269804, "her": 0.21943320241068312, "him": 0.16912925448341332}, "we": {"her - him": 0.012180558108411788, "her": 0.23003167897669052, "him": 0.21785112086827874}, "week": {"her - him": -0.04278622747435612, "her": 0.21628265980579514, "him": 0.25906888728015126}, "weeks": {"her - him": -0.0738483818502334, "her": 0.20266750770438813, "him": 0.27651588955462153}, "welfare": {"her - him": -0.03625208543842526, "her": 0.2050743480522944, "him": 0.24132643349071967}, "well": {"her - him": 0.015628476695915633, "her": 0.21265627387582434, "him": 0.1970277971799087}, "went": {"her - him": 0.016929582729424075, "her": 0.2829597697416315, "him": 0.26603018701220743}, "were": {"her - him": 0.13252929174809824, "her": 0.23069321473454732, "him": 0.09816392298644909}, "wesley": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "what": {"her - him": -0.035651675752919776, "her": 0.1887423200975542, "him": 0.22439399585047398}, "whatever": {"her - him": -0.08910696446017502, "her": 0.18810025648872153, "him": 0.27720722094889655}, "when": {"her - him": -0.03336982470486766, "her": 0.27337925975822447, "him": 0.3067490844630921}, "whenever": {"her - him": -0.08753030142681806, "her": 0.2162724336970454, "him": 0.30380273512386347}, "where": {"her - him": -0.016658418177918077, "her": 0.2353605231009927, "him": 0.2520189412789108}, "which": {"her - him": -0.1530730040278916, "her": 0.10054362784373333, "him": 0.2536166318716249}, "while": {"her - him": 0.004565635847520899, "her": 0.2725231369167178, "him": 0.2679575010691969}, "white": {"her - him": -0.017170436163840175, "her": 0.2852689252081899, "him": 0.3024393613720301}, "whites": {"her - him": -0.040029761683370885, "her": 0.048557849855335566, "him": 0.08858761153870645}, "who": {"her - him": -0.0028496108384239716, "her": 0.24738326666815588, "him": 0.25023287750657985}, "whole": {"her - him": -0.03770387284441945, "her": 0.15024094179517597, "him": 0.18794481463959542}, "whut": {"her - him": -0.03362578223800272, "her": 0.29334984049759827, "him": 0.326975622735601}, "why": {"her - him": -0.10213235912937374, "her": 0.14416085932081768, "him": 0.24629321845019142}, "wife": {"her - him": -0.12238079675268373, "her": 0.18129717591775266, "him": 0.3036779726704364}, "wigger": {"her - him": -0.03509105989708683, "her": 0.2455838165117697, "him": 0.2806748764088565}, "will": {"her - him": 0.03343172519763221, "her": 0.24738985731552277, "him": 0.21395813211789055}, "with": {"her - him": -0.04620086937267687, "her": 0.2866996986030043, "him": 0.3329005679756812}, "woman": {"her - him": 0.17628050881404606, "her": 0.3458634293314752, "him": 0.16958292051742913}, "won": {"her - him": -0.0353954334826288, "her": 0.23521322529629968, "him": 0.2706086587789285}, "wonderful": {"her - him": -0.03625208543842526, "her": 0.2050743480522944, "him": 0.24132643349071967}, "wore": {"her - him": -0.03490605627600468, "her": 0.25180688919207256, "him": 0.28671294546807724}, "work": {"her - him": -0.04135477273290608, "her": 0.1708531757713546, "him": 0.21220794850426067}, "world": {"her - him": 0.012407840733472286, "her": 0.14639192739600063, "him": 0.13398408666252834}, "would": {"her - him": -0.05489197772959212, "her": 0.22396598199402415, "him": 0.27885795972361627}, "wrench": {"her - him": -0.0328530432784464, "her": 0.31726731633360494, "him": 0.35012035961205135}, "write": {"her - him": -0.03602438176747991, "her": 0.21322978380773233, "him": 0.24925416557521224}, "wrong": {"her - him": -0.03750354945718681, "her": 0.15812812584495733, "him": 0.19563167530214415}, "www": {"her - him": -0.010700695887607192, "her": 0.19114434935897545, "him": 0.20184504524658264}, "y": {"her - him": -0.08817084989166463, "her": 0.2050743480522944, "him": 0.29324519794395904}, "ya": {"her - him": 0.012972481703614619, "her": 0.21400107078238143, "him": 0.2010285890787668}, "year": {"her - him": 0.08258961965464107, "her": 0.28716236528389577, "him": 0.2045727456292547}, "years": {"her - him": 0.01429746783886554, "her": 0.18481783775881022, "him": 0.17052036991994468}, "yelling": {"her - him": -0.03409040967908894, "her": 0.2785659300028224, "him": 0.31265633968191137}, "yet": {"her - him": 0.012826444569817241, "her": 0.19319847935534443, "him": 0.18037203478552719}, "you": {"her - him": -0.13858924528548291, "her": 0.14957120098644747, "him": 0.2881604462719304}, "young": {"her - him": 0.0147847909212791, "her": 0.2560686426039461, "him": 0.24128385168266697}, "your": {"her - him": -0.08370331536086353, "her": 0.13293030843419426, "him": 0.2166336237950578}, "youtube": {"her - him": 0.06502027389353865, "her": 0.17882004205819427, "him": 0.11379976816465562}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-himself.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-himself.json new file mode 100644 index 0000000000000000000000000000000000000000..9c57642bf2f33b49311ff44a7fe0b49e690b6977 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-himself.json @@ -0,0 +1 @@ +{"a": {"her - himself": -0.07094237712534252, "her": 0.3333178609459928, "himself": 0.4042602380713353}, "after": {"her - himself": -0.15528566950586659, "her": 0.21463476548571664, "himself": 0.3699204349915832}, "all": {"her - himself": -0.16518320433320893, "her": 0.17618915228479426, "himself": 0.3413723566180032}, "allen": {"her - himself": -0.1609142963305797, "her": 0.31885468155987606, "himself": 0.47976897789045575}, "and": {"her - himself": 0.048588917113801366, "her": 0.3765288386234401, "himself": 0.32793992150963874}, "any": {"her - himself": -0.16003928995888217, "her": 0.1726126005321763, "himself": 0.3326518904910585}, "anyone": {"her - himself": -0.2655309059464559, "her": 0.08839323354719311, "himself": 0.35392413949364904}, "are": {"her - himself": -0.14168955056686988, "her": 0.16312315946106248, "himself": 0.30481271002793237}, "arrested": {"her - himself": -0.19843997484670947, "her": 0.24555186507082608, "himself": 0.44399183991753555}, "ass": {"her - himself": -0.24728737176554488, "her": 0.20028391296948017, "himself": 0.44757128473502505}, "bad": {"her - himself": -0.2609893686710872, "her": 0.11920259202644945, "himself": 0.38019196069753664}, "be": {"her - himself": -0.12153933376619877, "her": 0.22156833114512678, "himself": 0.34310766491132555}, "because": {"her - himself": -0.1093884691647404, "her": 0.2245523690333376, "himself": 0.333940838198078}, "before": {"her - himself": -0.15569153575564723, "her": 0.21117940326300758, "himself": 0.3668709390186548}, "being": {"her - himself": -0.13775181081591853, "her": 0.2176833516471089, "himself": 0.3554351624630274}, "but": {"her - himself": -0.16209930244626922, "her": 0.2370907276619539, "himself": 0.3991900301082231}, "by": {"her - himself": -0.1626859055649224, "her": 0.2732384424912961, "himself": 0.4359243480562185}, "camera": {"her - himself": -0.19270329029344818, "her": 0.27957530032296607, "himself": 0.47227859061641425}, "d": {"her - himself": -0.13554391399102236, "her": 0.23801295767822253, "himself": 0.3735568716692449}, "day": {"her - himself": -0.1590378514811264, "her": 0.1817656222089806, "himself": 0.340803473690107}, "did": {"her - himself": -0.18621276957365007, "her": 0.24396329068231398, "himself": 0.43017606025596405}, "drug": {"her - himself": -0.2491723628560887, "her": 0.18994513195009063, "himself": 0.43911749480617934}, "either": {"her - himself": -0.254171835911737, "her": 0.16138695319488647, "himself": 0.4155587891066234}, "even": {"her - himself": -0.21540979941602023, "her": 0.12912442860863504, "himself": 0.3445342280246553}, "find": {"her - himself": -0.18195869556132144, "her": 0.1690517468095208, "himself": 0.3510104423708422}, "for": {"her - himself": -0.09469112602973861, "her": 0.26073371333590584, "himself": 0.35542483936564445}, "forum": {"her - himself": -0.26140466025942855, "her": 0.11648705359951987, "himself": 0.37789171385894843}, "friend": {"her - himself": -0.24667400780399107, "her": 0.24016409929841148, "himself": 0.48683810710240255}, "from": {"her - himself": -0.09911698045145373, "her": 0.26174892499142866, "himself": 0.3608659054428824}, "fun": {"her - himself": -0.24846697559559722, "her": 0.19383953530687453, "himself": 0.44230651090247175}, "future": {"her - himself": -0.2555691329928079, "her": 0.1530750075925761, "himself": 0.408644140585384}, "get": {"her - himself": -0.141124097047851, "her": 0.23800034147496202, "himself": 0.379124438522813}, "god": {"her - himself": -0.26018577862874315, "her": 0.12440464866715333, "himself": 0.3845904272958965}, "guy": {"her - himself": -0.13409083324883425, "her": 0.2510108546879141, "himself": 0.38510168793674837}, "have": {"her - himself": -0.024866272585783084, "her": 0.19607567587234426, "himself": 0.22094194845812734}, "he": {"her - himself": -0.17939925658760697, "her": 0.21696500443582045, "himself": 0.3963642610234274}, "here": {"her - himself": -0.17024899097874946, "her": 0.2106835185083204, "himself": 0.38093250948706986}, "him": {"her - himself": -0.18500075420848522, "her": 0.2516747534271817, "himself": 0.4366755076356669}, "his": {"her - himself": -0.09594392211631614, "her": 0.24607875080776803, "himself": 0.34202267292408417}, "home": {"her - himself": -0.0633649945703309, "her": 0.2968455606486357, "himself": 0.3602105552189666}, "https": {"her - himself": -0.2623967410074823, "her": 0.10992202103840433, "himself": 0.3723187620458866}, "i": {"her - himself": -0.08749476091877689, "her": 0.30629290307501067, "himself": 0.39378766399378756}, "if": {"her - himself": -0.03664886130191669, "her": 0.23175704804066521, "himself": 0.2684059093425819}, "in": {"her - himself": -0.09928852573833286, "her": 0.3299084329061708, "himself": 0.42919695864450363}, "into": {"her - himself": -0.10825488914939635, "her": 0.23705285772036722, "himself": 0.34530774686976357}, "is": {"her - himself": 0.03893305846676076, "her": 0.31161784972793793, "himself": 0.2726847912611772}, "it": {"her - himself": -0.10966856759098498, "her": 0.26994604342748124, "himself": 0.3796146110184662}, "jew": {"her - himself": -0.1342841750636718, "her": 0.2492978872382437, "himself": 0.3835820623019155}, "just": {"her - himself": -0.1352667427470543, "her": 0.22368697088452683, "himself": 0.35895371363158113}, "killed": {"her - himself": -0.1289786612952103, "her": 0.2946424034800751, "himself": 0.4236210647752854}, "know": {"her - himself": -0.14170509813273274, "her": 0.17928041130360162, "himself": 0.32098550943633436}, "live": {"her - himself": -0.21392489336397166, "her": 0.14059913202699517, "himself": 0.35452402539096683}, "m": {"her - himself": -0.16217136673059462, "her": 0.1525141957535644, "himself": 0.314685562484159}, "mail": {"her - himself": -0.24950455523972387, "her": 0.18810025648872153, "himself": 0.4376048117284454}, "maybe": {"her - himself": -0.2629532314052984, "her": 0.10618957059519168, "himself": 0.3691428020004901}, "me": {"her - himself": -0.0430065934534648, "her": 0.24682478178372735, "himself": 0.28983137523719216}, "more": {"her - himself": -0.18100995286328792, "her": 0.20538609764323418, "himself": 0.3863960505065221}, "morning": {"her - himself": -0.14500837083036755, "her": 0.29567494766196945, "himself": 0.440683318492337}, "murders": {"her - himself": -0.16165617997071774, "her": 0.31418580432139687, "himself": 0.4758419842921146}, "my": {"her - himself": 0.022155972552051983, "her": 0.27342349836240976, "himself": 0.2512675258103578}, "n": {"her - himself": -0.01613205186098765, "her": 0.25323821799187424, "himself": 0.2693702698528619}, "negro": {"her - himself": -0.11874985903357144, "her": 0.2600505665859994, "himself": 0.37880042561957084}, "new": {"her - himself": -0.1849046996482199, "her": 0.14402642624973264, "himself": 0.32893112589795254}, "nordic": {"her - himself": -0.25272985290269034, "her": 0.16980591980574955, "himself": 0.4225357727084399}, "not": {"her - himself": -0.05265237168050138, "her": 0.20922920800211278, "himself": 0.26188157968261416}, "of": {"her - himself": -0.13521097764584233, "her": 0.2797689633191215, "himself": 0.4149799409649638}, "on": {"her - himself": 0.061045097758584854, "her": 0.2829926729921817, "himself": 0.22194757523359687}, "one": {"her - himself": -0.16065009988168089, "her": 0.21342609751940161, "himself": 0.3740761974010825}, "or": {"her - himself": -0.05225735515378027, "her": 0.21614855418880163, "himself": 0.2684059093425819}, "out": {"her - himself": -0.022148464179195027, "her": 0.25767761502311826, "himself": 0.2798260792023133}, "page": {"her - himself": -0.25358314814785393, "her": 0.1648429134052697, "himself": 0.4184260615531236}, "people": {"her - himself": -0.17274209508203628, "her": 0.1914249348771838, "himself": 0.36416702995922007}, "police": {"her - himself": -0.09083292710966956, "her": 0.3037970866350933, "himself": 0.39463001374476286}, "protect": {"her - himself": -0.19563014433983933, "her": 0.2624710872651443, "himself": 0.4581012316049836}, "reason": {"her - himself": -0.2050342960320275, "her": 0.2036098445533565, "himself": 0.408644140585384}, "s": {"her - himself": 0.03137253744994817, "her": 0.26490132402423383, "himself": 0.23352878657428566}, "said": {"her - himself": -0.05418143524328278, "her": 0.31306200200992246, "himself": 0.36724343725320524}, "saw": {"her - himself": -0.1547977245104926, "her": 0.2187591471587523, "himself": 0.3735568716692449}, "scene": {"her - himself": -0.24950455523972387, "her": 0.18810025648872153, "himself": 0.4376048117284454}, "seems": {"her - himself": -0.2558855934305726, "her": 0.15117048540389266, "himself": 0.40705607883446526}, "show": {"her - himself": -0.12086689445015317, "her": 0.23934366076881344, "himself": 0.3602105552189666}, "sign": {"her - himself": -0.24846697559559722, "her": 0.19383953530687453, "himself": 0.44230651090247175}, "so": {"her - himself": -0.14356018276323326, "her": 0.2172135406059457, "himself": 0.36077372336917896}, "something": {"her - himself": -0.26321806095898975, "her": 0.10440028584602185, "himself": 0.3676183468050116}, "stormfront": {"her - himself": -0.26360003657893305, "her": 0.10180435631464768, "himself": 0.36540439289358073}, "story": {"her - himself": -0.13339903512866796, "her": 0.2570999883982474, "himself": 0.39049902352691535}, "straight": {"her - himself": -0.24769875747890638, "her": 0.1980459529545264, "himself": 0.4457447104334328}, "support": {"her - himself": -0.2569092757209138, "her": 0.14495167916411525, "himself": 0.4018609548850291}, "suspect": {"her - himself": -0.19610064971288899, "her": 0.25967337275292834, "himself": 0.45577402246581733}, "t": {"her - himself": -0.016265972796744493, "her": 0.24990582182462776, "himself": 0.26617179462137225}, "than": {"her - himself": -0.14005543007731627, "her": 0.1956449068998041, "himself": 0.3357003369771204}, "that": {"her - himself": -0.14799865234807325, "her": 0.2770160561111925, "himself": 0.42501470845926576}, "the": {"her - himself": -0.08450192571003629, "her": 0.3060938797833475, "himself": 0.3905958054933838}, "there": {"her - himself": -0.11538206621824498, "her": 0.15390004983175942, "himself": 0.2692821160500044}, "these": {"her - himself": -0.269236084795024, "her": 0.06111699969240033, "himself": 0.3303530844874243}, "they": {"her - himself": -0.11104921220232389, "her": 0.1975002517387618, "himself": 0.3085494639410857}, "think": {"her - himself": -0.12439899488413864, "her": 0.2031402211473919, "himself": 0.3275392160315305}, "this": {"her - himself": -0.08886501961557403, "her": 0.28241140981161683, "himself": 0.37127642942719086}, "to": {"her - himself": -0.07230803194341279, "her": 0.3192999623880746, "himself": 0.3916079943314874}, "too": {"her - himself": -0.13960768630760267, "her": 0.19999961323325022, "himself": 0.3396072995408529}, "trying": {"her - himself": -0.17638553455359374, "her": 0.21298982943500522, "himself": 0.38937536398859895}, "up": {"her - himself": -0.07817782726334896, "her": 0.21304706679705718, "himself": 0.29122489406040614}, "used": {"her - himself": -0.11737746270337196, "her": 0.2731215608235434, "himself": 0.39049902352691535}, "was": {"her - himself": -0.13383092789146195, "her": 0.3328351192281375, "himself": 0.46666604711959947}, "way": {"her - himself": -0.2020757281419043, "her": 0.21943320241068312, "himself": 0.4215089305525874}, "were": {"her - himself": -0.0972407054735738, "her": 0.23069321473454732, "himself": 0.3279339202081211}, "where": {"her - himself": -0.10840963376936136, "her": 0.2353605231009927, "himself": 0.34377015687035406}, "while": {"her - himself": -0.104919712735218, "her": 0.2725231369167178, "himself": 0.3774428496519358}, "white": {"her - himself": 0.05310974347212549, "her": 0.2852689252081899, "himself": 0.23215918173606442}, "who": {"her - himself": -0.18561846224484876, "her": 0.24738326666815588, "himself": 0.43300172891300465}, "wish": {"her - himself": -0.20231735921234043, "her": 0.22130370556294496, "himself": 0.4236210647752854}, "with": {"her - himself": -0.04447869006070915, "her": 0.2866996986030043, "himself": 0.33117838866371346}, "would": {"her - himself": -0.06832146884036064, "her": 0.22396598199402415, "himself": 0.2922874508343848}, "www": {"her - himself": -0.12552154059636372, "her": 0.19114434935897545, "himself": 0.3166658899553392}, "yesterday": {"her - himself": -0.194591366414323, "her": 0.26859964633342254, "himself": 0.46319101274774555}, "you": {"her - himself": -0.05600952689669353, "her": 0.14957120098644747, "himself": 0.205580727883141}, "youtube": {"her - himself": -0.11334859217126517, "her": 0.17882004205819427, "himself": 0.29216863422945943}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-his.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-his.json new file mode 100644 index 0000000000000000000000000000000000000000..4f93ccc2374746338ae9b41140a122e987543dc8 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-his.json @@ -0,0 +1 @@ +{"0": {"her - his": -0.014247190441491087, "her": 0.1348809093452262, "his": 0.1491280997867173}, "000": {"her - his": -0.013904480691433546, "her": 0.15211499817709653, "his": 0.16601947886853008}, "1": {"her - his": 0.01690187338464505, "her": 0.18464593526301287, "his": 0.16774406187836782}, "10": {"her - his": 0.06840695073112305, "her": 0.22823780223015763, "his": 0.1598308514990346}, "12": {"her - his": 0.0679901514324936, "her": 0.2566909812699956, "his": 0.18870082983750203}, "15": {"her - his": 0.03665241243798392, "her": 0.22535324227548595, "his": 0.18870082983750203}, "17": {"her - his": -0.01264965056163514, "her": 0.2162724336970454, "his": 0.22892208425868055}, "18": {"her - his": -0.013123294399058183, "her": 0.1918564453192716, "his": 0.20497973971832978}, "2": {"her - his": 0.04095572259242938, "her": 0.20554365906614896, "his": 0.16458793647371958}, "2010": {"her - his": -0.012866286469209703, "her": 0.2050743480522944, "his": 0.2179406345215041}, "21": {"her - his": -0.01304451443854232, "her": 0.19590042639570676, "his": 0.20894494083424908}, "27": {"her - his": 0.036392020740039666, "her": 0.28389076653882467, "his": 0.247498745798785}, "28": {"her - his": -0.012370485942244769, "her": 0.23078016684482555, "his": 0.24315065278707032}, "3": {"her - his": -0.06626919413451865, "her": 0.11543238577892176, "his": 0.1817015799134404}, "30": {"her - his": -0.06446585460228405, "her": 0.16251579019498966, "his": 0.2269816447972737}, "300": {"her - his": -0.012708413316034867, "her": 0.21322978380773233, "his": 0.2259381971237672}, "31": {"her - his": -0.060494774391373185, "her": 0.25180688919207256, "his": 0.31230166358344574}, "4": {"her - his": -0.014247190441491087, "her": 0.1348809093452262, "his": 0.1491280997867173}, "43": {"her - his": 0.03618025760046678, "her": 0.3070478682701729, "his": 0.2708676106697061}, "50": {"her - his": -0.013529352503937442, "her": 0.17111842586078274, "his": 0.18464777836472018}, "6": {"her - his": -0.014462726576651264, "her": 0.19646749894264, "his": 0.21093022551929128}, "7": {"her - his": -0.013698809359533104, "her": 0.16251579019498966, "his": 0.17621459955452276}, "9": {"her - his": -0.013721089599790876, "her": 0.16138695319488647, "his": 0.17510804279467734}, "a": {"her - his": -0.025843292767021908, "her": 0.3333178609459928, "his": 0.3591611537130147}, "about": {"her - his": -0.033530146585754594, "her": 0.25053001175470346, "his": 0.28406015834045806}, "account": {"her - his": -0.09429199864104598, "her": 0.19590042639570676, "his": 0.29019242503675274}, "accused": {"her - his": -0.061494518206484494, "her": 0.23078016684482555, "his": 0.29227468505131005}, "actions": {"her - his": -0.012285520502485325, "her": 0.23521322529629968, "his": 0.247498745798785}, "actually": {"her - his": -0.014918910377449968, "her": 0.1754268562294947, "his": 0.19034576660694466}, "after": {"her - his": -0.05163375807188453, "her": 0.21463476548571664, "his": 0.26626852355760117}, "again": {"her - his": -0.09070757032721738, "her": 0.173098180018062, "his": 0.26380575034527937}, "age": {"her - his": -0.014488636245236497, "her": 0.270006212082904, "his": 0.2844948483281405}, "ago": {"her - his": 0.04621063228500044, "her": 0.274522007281485, "his": 0.22831137499648457}, "aim": {"her - his": -0.012448337905963003, "her": 0.22672547181678793, "his": 0.23917380972275093}, "all": {"her - his": -0.09714618334611941, "her": 0.17618915228479426, "his": 0.27333533563091367}, "allen": {"her - his": 0.06655394638982864, "her": 0.31885468155987606, "his": 0.2523007351700474}, "almost": {"her - his": -0.013846477478596936, "her": 0.15504377352218957, "his": 0.1688902510007865}, "also": {"her - his": 0.02759735521146281, "her": 0.21369429752243785, "his": 0.18609694231097504}, "always": {"her - his": -0.1240723526403903, "her": 0.09419497603279883, "his": 0.21826732867318913}, "am": {"her - his": 0.036264713872484686, "her": 0.1324326997622229, "his": 0.09616798588973823}, "american": {"her - his": -0.014343124746183294, "her": 0.13007796709348846, "his": 0.14442109183967175}, "an": {"her - his": -0.07768976445343154, "her": 0.18178815268399792, "his": 0.25947791713742946}, "and": {"her - his": -0.023669131474894356, "her": 0.3765288386234401, "his": 0.40019797009833447}, "another": {"her - his": -0.015671744861353726, "her": 0.22019577218525052, "his": 0.23586751704660425}, "answer": {"her - his": -0.012816383899582395, "her": 0.2076492392768177, "his": 0.2204656231764001}, "anti": {"her - his": -0.09070757032721738, "her": 0.173098180018062, "his": 0.26380575034527937}, "antics": {"her - his": -0.011185883502247695, "her": 0.29334984049759827, "his": 0.30453572399984596}, "any": {"her - his": -0.036658589865253166, "her": 0.1726126005321763, "his": 0.20927119039742947}, "anyone": {"her - his": -0.015183518388725156, "her": 0.08839323354719311, "his": 0.10357675193591827}, "anything": {"her - his": -0.015751067763029286, "her": 0.21689300509618892, "his": 0.2326440728592182}, "apartment": {"her - his": 0.017652681249084146, "her": 0.29608627526475373, "his": 0.2784335940156696}, "apparently": {"her - his": -0.0133233448601624, "her": 0.24983446741109566, "his": 0.26315781227125806}, "arab": {"her - his": -0.012285520502485325, "her": 0.23521322529629968, "his": 0.247498745798785}, "are": {"her - his": -0.02988911379063866, "her": 0.16312315946106248, "his": 0.19301227325170114}, "area": {"her - his": -0.014795282737141924, "her": 0.10756434038301871, "his": 0.12235962312016063}, "arms": {"her - his": -0.012708413316034867, "her": 0.21322978380773233, "his": 0.2259381971237672}, "around": {"her - his": 0.026636401773496188, "her": 0.24798919255499238, "his": 0.2213527907814962}, "arrested": {"her - his": -0.04464055996592667, "her": 0.24555186507082608, "his": 0.29019242503675274}, "as": {"her - his": -0.05345414821477382, "her": 0.2246342215843322, "his": 0.278088369799106}, "asian": {"her - his": -0.013941631772318441, "her": 0.15024094179517597, "his": 0.1641825735674944}, "aside": {"her - his": -0.01166777101112726, "her": 0.2676957755738872, "his": 0.27936354658501444}, "ask": {"her - his": 0.017472331100619937, "her": 0.2527053575456485, "his": 0.23523302644502855}, "ass": {"her - his": -0.09402298404777698, "her": 0.20028391296948017, "his": 0.29430689701725715}, "aswell": {"her - his": -0.011831632435405137, "her": 0.25903597823430097, "his": 0.2708676106697061}, "at": {"her - his": -0.05634759508969078, "her": 0.27222692640324897, "his": 0.32857452149293975}, "attack": {"her - his": -0.04649645457293963, "her": 0.19646749894264, "his": 0.24296395351557964}, "attacked": {"her - his": 0.03651652083590179, "her": 0.26543860509458234, "his": 0.22892208425868055}, "attacking": {"her - his": -0.011831632435405137, "her": 0.25903597823430097, "his": 0.2708676106697061}, "auto": {"her - his": -0.011462938903750275, "her": 0.2785659300028224, "his": 0.2900288689065727}, "away": {"her - his": 0.008671458377826347, "her": 0.2354960851767149, "his": 0.22682462679888854}, "aww": {"her - his": -0.011185883502247695, "her": 0.29334984049759827, "his": 0.30453572399984596}, "back": {"her - his": 0.027263429098655978, "her": 0.29097667254900716, "his": 0.2637132434503512}, "backpack": {"her - his": -0.011462938903750275, "her": 0.2785659300028224, "his": 0.2900288689065727}, "bad": {"her - his": -0.12261860857263923, "her": 0.11920259202644945, "his": 0.24182120059908868}, "band": {"her - his": -0.013721089599790876, "her": 0.16138695319488647, "his": 0.17510804279467734}, "bar": {"her - his": -0.06332250819372379, "her": 0.18994513195009063, "his": 0.2532676401438144}, "be": {"her - his": -0.06498611203989038, "her": 0.22156833114512678, "his": 0.28655444318501716}, "beaten": {"her - his": 0.036560297907987455, "her": 0.25702592108438754, "his": 0.2204656231764001}, "beautiful": {"her - his": 0.09199121701510599, "her": 0.2518220685141406, "his": 0.1598308514990346}, "became": {"her - his": -0.01252024846099159, "her": 0.22298631965198298, "his": 0.23550656811297457}, "because": {"her - his": -0.030105441963601792, "her": 0.2245523690333376, "his": 0.2546578109969394}, "been": {"her - his": -0.09406675566674129, "her": 0.10860192676518733, "his": 0.20266868243192862}, "before": {"her - his": 0.09277895769676592, "her": 0.21117940326300758, "his": 0.11840044556624166}, "behind": {"her - his": -0.03061474823732291, "her": 0.284432250237953, "his": 0.3150469984752759}, "being": {"her - his": -0.047187585565016066, "her": 0.2176833516471089, "his": 0.26487093721212496}, "believe": {"her - his": -0.09762514440645201, "her": 0.1370605513380158, "his": 0.23468569574446782}, "best": {"her - his": -0.06552150370058601, "her": 0.13559882961877973, "his": 0.20112033331936574}, "better": {"her - his": -0.014839153379035935, "her": 0.17909243298517902, "his": 0.19393158636421495}, "big": {"her - his": -0.09033014974465248, "her": 0.17972511283132953, "his": 0.270055262575982}, "black": {"her - his": -0.026384014907730235, "her": 0.2619460904732638, "his": 0.288330105380994}, "blacks": {"her - his": -0.06038219193441352, "her": 0.16436052870560608, "his": 0.2247427206400196}, "blanket": {"her - his": -0.011462938903750275, "her": 0.2785659300028224, "his": 0.2900288689065727}, "blond": {"her - his": 0.036560297907987455, "her": 0.25702592108438754, "his": 0.2204656231764001}, "blonde": {"her - his": 0.06700195772234055, "her": 0.3025085258353151, "his": 0.23550656811297457}, "blonds": {"her - his": -0.01074138641371808, "her": 0.31726731633360494, "his": 0.328008702747323}, "blood": {"her - his": -0.12038975722659459, "her": 0.15405107014205013, "his": 0.2744408273686447}, "blue": {"her - his": 0.03665182411980303, "her": 0.20554207512058953, "his": 0.1688902510007865}, "boat": {"her - his": -0.012191872747193744, "her": 0.24010886242285367, "his": 0.2523007351700474}, "body": {"her - his": -0.013231419244245368, "her": 0.18631706488792216, "his": 0.19954848413216753}, "born": {"her - his": -0.013002771244050415, "her": 0.1980459529545264, "his": 0.21104872419857681}, "both": {"her - his": 0.017333278148536746, "her": 0.2316505184861853, "his": 0.21431724033764854}, "boy": {"her - his": -0.09676937947197783, "her": 0.1530750075925761, "his": 0.24984438706455395}, "break": {"her - his": -0.06277105457010693, "her": 0.20262326034384018, "his": 0.2653943149139471}, "brethren": {"her - his": -0.011831632435405137, "her": 0.25903597823430097, "his": 0.2708676106697061}, "bring": {"her - his": 0.06791398759246628, "her": 0.2609967014045114, "his": 0.19308271381204514}, "brother": {"her - his": 0.036655927198224775, "her": 0.22130370556294496, "his": 0.18464777836472018}, "brothers": {"her - his": -0.01374294823988173, "her": 0.1602799804313825, "his": 0.17402292867126423}, "brown": {"her - his": -0.014369247535216706, "her": 0.12877173625473656, "his": 0.14314098378995327}, "btw": {"her - his": -0.012913839181165648, "her": 0.20262326034384018, "his": 0.21553709952500583}, "burn": {"her - his": -0.01252024846099159, "her": 0.22298631965198298, "his": 0.23550656811297457}, "but": {"her - his": 0.027502845437259088, "her": 0.2370907276619539, "his": 0.20958788222469482}, "butchy": {"her - his": -0.01074138641371808, "her": 0.31726731633360494, "his": 0.328008702747323}, "by": {"her - his": -0.01912589387293462, "her": 0.2732384424912961, "his": 0.2923643363642307}, "ca": {"her - his": -0.039165827421551114, "her": 0.20926067905034168, "his": 0.2484265064718928}, "call": {"her - his": -0.13952990403083856, "her": 0.15211499817709653, "his": 0.2916449022079351}, "called": {"her - his": -0.014550419116395041, "her": 0.19240869697021046, "his": 0.2069591160866055}, "came": {"her - his": 0.04093598769467355, "her": 0.23934073702846242, "his": 0.19840474933378888}, "camera": {"her - his": 0.03642464753589575, "her": 0.27957530032296607, "his": 0.24315065278707032}, "can": {"her - his": -0.010628839216056313, "her": 0.24173942919131872, "his": 0.25236826840737503}, "car": {"her - his": -0.04839708140020549, "her": 0.28719913992106677, "his": 0.33559622132127226}, "care": {"her - his": 0.03664354030776579, "her": 0.1999291895580106, "his": 0.1632856492502448}, "case": {"her - his": -0.014142907329445675, "her": 0.254001484673012, "his": 0.26814439200245765}, "caught": {"her - his": 0.017533434547474358, "her": 0.26407445176213934, "his": 0.24654101721466498}, "cause": {"her - his": -0.06488156469133677, "her": 0.15211499817709653, "his": 0.2169965628684333}, "charged": {"her - his": -0.014048996486963783, "her": 0.28878618885119295, "his": 0.30283518533815673}, "check": {"her - his": -0.046884805133160484, "her": 0.18573473462950715, "his": 0.23261953976266764}, "chick": {"her - his": -0.011185883502247695, "her": 0.29334984049759827, "his": 0.30453572399984596}, "child": {"her - his": 0.04372020396386489, "her": 0.2820217781880322, "his": 0.2383015742241673}, "children": {"her - his": -0.039834132915817305, "her": 0.18974578859978433, "his": 0.22957992151560164}, "chinese": {"her - his": -0.06355102100262316, "her": 0.18459130471124824, "his": 0.2481423257138714}, "chosen": {"her - his": -0.012087371636947064, "her": 0.2455838165117697, "his": 0.25767118814871676}, "city": {"her - his": -0.06589605692226219, "her": 0.12562151533974147, "his": 0.19151757226200367}, "claims": {"her - his": -0.06277105457010693, "her": 0.20262326034384018, "his": 0.2653943149139471}, "class": {"her - his": -0.06956741521025303, "her": 0.21067919583408365, "his": 0.2802466110443367}, "close": {"her - his": 0.017479792779301423, "her": 0.254001484673012, "his": 0.23652169189371056}, "coat": {"her - his": -0.011831632435405137, "her": 0.25903597823430097, "his": 0.2708676106697061}, "com": {"her - his": -0.000697105903147921, "her": 0.19729723915326167, "his": 0.1979943450564096}, "come": {"her - his": -0.01607222942457512, "her": 0.23008663951126082, "his": 0.24615886893583594}, "coming": {"her - his": -0.014079706225964939, "her": 0.1432883201425236, "his": 0.15736802636848854}, "community": {"her - his": 0.03665182411980303, "her": 0.20554207512058953, "his": 0.1688902510007865}, "complaining": {"her - his": -0.01166777101112726, "her": 0.2676957755738872, "his": 0.27936354658501444}, "complex": {"her - his": -0.011968883820489107, "her": 0.25180688919207256, "his": 0.26377577301256167}, "conslour": {"her - his": -0.01074138641371808, "her": 0.31726731633360494, "his": 0.328008702747323}, "container": {"her - his": -0.011185883502247695, "her": 0.29334984049759827, "his": 0.30453572399984596}, "contaminating": {"her - his": -0.011185883502247695, "her": 0.29334984049759827, "his": 0.30453572399984596}, "continue": {"her - his": 0.03662957495228317, "her": 0.23792641711387333, "his": 0.20129684216159016}, "coon": {"her - his": -0.012370485942244769, "her": 0.23078016684482555, "his": 0.24315065278707032}, "could": {"her - his": -0.00016854779184799495, "her": 0.22603914693383753, "his": 0.22620769472568553}, "countries": {"her - his": -0.013923201079138303, "her": 0.15117048540389266, "his": 0.16509368648303097}, "country": {"her - his": -0.072861734302507, "her": 0.14025304927528934, "his": 0.21311478357779634}, "county": {"her - his": -0.014179696523460544, "her": 0.20961397769662113, "his": 0.22379367422008167}, "court": {"her - his": -0.013224679314898846, "her": 0.25451243665424317, "his": 0.267737115969142}, "cover": {"her - his": -0.01264965056163514, "her": 0.2162724336970454, "his": 0.22892208425868055}, "crime": {"her - his": -0.140888895239848, "her": 0.13417132833533024, "his": 0.27506022357517823}, "custody": {"her - his": -0.012400037564079591, "her": 0.2939785684705489, "his": 0.30637860603462846}, "cut": {"her - his": 0.03662957495228317, "her": 0.23792641711387333, "his": 0.20129684216159016}, "d": {"her - his": 0.1119157531267573, "her": 0.23801295767822253, "his": 0.12609720455146523}, "da": {"her - his": -0.012587117268345827, "her": 0.2195145574429774, "his": 0.23210167471132323}, "dad": {"her - his": -0.062427315324456084, "her": 0.2103621108088606, "his": 0.2727894261333167}, "damn": {"her - his": -0.013231419244245368, "her": 0.18631706488792216, "his": 0.19954848413216753}, "daughter": {"her - his": 0.13751136738388028, "her": 0.3485600915824571, "his": 0.21104872419857681}, "day": {"her - his": -0.05299439927713967, "her": 0.1817656222089806, "his": 0.23476002148612027}, "days": {"her - his": 0.1113711393513723, "her": 0.2570999883982474, "his": 0.14572884904687508}, "dead": {"her - his": 0.04074002915676364, "her": 0.2772617210504742, "his": 0.23652169189371056}, "death": {"her - his": -0.03114348834875802, "her": 0.26915107741357047, "his": 0.3002945657623285}, "did": {"her - his": -0.029458755601683706, "her": 0.24396329068231398, "his": 0.2734220462839977}, "didnt": {"her - his": -0.012816383899582395, "her": 0.2076492392768177, "his": 0.2204656231764001}, "different": {"her - his": -0.06543746630024189, "her": 0.1378048062092565, "his": 0.2032422725094984}, "dirty": {"her - his": -0.013502928727194885, "her": 0.17246258025848923, "his": 0.18596550898568412}, "disgusting": {"her - his": -0.0953496666785198, "her": 0.1781915393351357, "his": 0.2735412060136555}, "do": {"her - his": -0.019657378323660213, "her": 0.18769830706874713, "his": 0.20735568539240734}, "does": {"her - his": 0.04392829175479021, "her": 0.24928336911290938, "his": 0.20535507735811917}, "dog": {"her - his": -0.03726798022569433, "her": 0.2625131343188226, "his": 0.29978111454451695}, "donate": {"her - his": -0.011185883502247695, "her": 0.29334984049759827, "his": 0.30453572399984596}, "done": {"her - his": 0.017307576710866357, "her": 0.22823780223015763, "his": 0.21093022551929128}, "dont": {"her - his": -0.04019060184562759, "her": 0.17915827918351107, "his": 0.21934888102913866}, "door": {"her - his": -0.013196585672868633, "her": 0.18810025648872153, "his": 0.20129684216159016}, "down": {"her - his": -0.07972956320597896, "her": 0.19012218932771513, "his": 0.2698517525336941}, "dr": {"her - his": -0.09624682725974884, "her": 0.16251579019498966, "his": 0.2587626174547385}, "dress": {"her - his": -0.012448337905963003, "her": 0.22672547181678793, "his": 0.23917380972275093}, "drop": {"her - his": -0.012370485942244769, "her": 0.23078016684482555, "his": 0.24315065278707032}, "dropped": {"her - his": -0.05971304297640129, "her": 0.2676957755738872, "his": 0.32740881855028847}, "dude": {"her - his": 0.036392020740039666, "her": 0.28389076653882467, "his": 0.247498745798785}, "duty": {"her - his": 0.0670867953587452, "her": 0.29918847007006844, "his": 0.23210167471132323}, "early": {"her - his": 0.03663382143196331, "her": 0.23618230556413083, "his": 0.19954848413216753}, "east": {"her - his": -0.013329616964423197, "her": 0.18129717591775266, "his": 0.19462679288217585}, "eating": {"her - his": 0.03659953116258671, "her": 0.24764825536116353, "his": 0.21104872419857681}, "either": {"her - his": -0.013721089599790876, "her": 0.16138695319488647, "his": 0.17510804279467734}, "else": {"her - his": -0.09805289054415198, "her": 0.12877173625473656, "his": 0.22682462679888854}, "end": {"her - his": -0.09697318271529953, "her": 0.14932586688606003, "his": 0.24629904960135957}, "ends": {"her - his": -0.01252024846099159, "her": 0.22298631965198298, "his": 0.23550656811297457}, "enemies": {"her - his": -0.01304451443854232, "her": 0.19590042639570676, "his": 0.20894494083424908}, "enjoy": {"her - his": -0.01304451443854232, "her": 0.19590042639570676, "his": 0.20894494083424908}, "etc": {"her - his": 0.03661820425548984, "her": 0.18935037545617855, "his": 0.15273217120068872}, "european": {"her - his": 0.06829208573551707, "her": 0.23718233673630357, "his": 0.1688902510007865}, "even": {"her - his": -0.10966177335104527, "her": 0.12912442860863504, "his": 0.2387862019596803}, "ever": {"her - his": 0.09284680973620153, "her": 0.20631956095437165, "his": 0.11347275121817012}, "every": {"her - his": -0.016737768632007183, "her": 0.22603914693383753, "his": 0.24277691556584471}, "everything": {"her - his": -0.09660594990016805, "her": 0.15605373903779488, "his": 0.2526596889379629}, "evidence": {"her - his": -0.0629718246545504, "her": 0.1980459529545264, "his": 0.2610177776090768}, "evil": {"her - his": 0.03663382143196331, "her": 0.23618230556413083, "his": 0.19954848413216753}, "ex": {"her - his": -0.012191872747193744, "her": 0.24010886242285367, "his": 0.2523007351700474}, "explain": {"her - his": 0.036571802132739056, "her": 0.25451243665424317, "his": 0.2179406345215041}, "eyes": {"her - his": 0.1418724081978926, "her": 0.2740258698413967, "his": 0.1321534616435041}, "face": {"her - his": -0.06956741521025303, "her": 0.21067919583408365, "his": 0.2802466110443367}, "fact": {"her - his": 0.01733980398235968, "her": 0.23253617041738542, "his": 0.21519636643502574}, "family": {"her - his": -0.03168388835186797, "her": 0.25337295442385716, "his": 0.2850568427757251}, "far": {"her - his": -0.015088914994199787, "her": 0.21235223102392695, "his": 0.22744114601812673}, "father": {"her - his": 0.009081550278733752, "her": 0.2735123946049315, "his": 0.26443084432619773}, "fault": {"her - his": 0.03651652083590179, "her": 0.26543860509458234, "his": 0.22892208425868055}, "favorite": {"her - his": -0.06306528106335002, "her": 0.19590042639570676, "his": 0.2589657074590568}, "fear": {"her - his": -0.013297866073488956, "her": 0.18291915638950512, "his": 0.19621702246299408}, "feel": {"her - his": -0.04723080448295716, "her": 0.17602290545828586, "his": 0.22325370994124302}, "feet": {"her - his": -0.013196585672868633, "her": 0.18810025648872153, "his": 0.20129684216159016}, "females": {"her - his": -0.012866286469209703, "her": 0.2050743480522944, "his": 0.2179406345215041}, "few": {"her - his": 0.03799908240688729, "her": 0.25057947577164297, "his": 0.21258039336475568}, "field": {"her - his": -0.061682740063601915, "her": 0.22672547181678793, "his": 0.28840821188038984}, "fight": {"her - his": -0.097424717772289, "her": 0.1408768564518783, "his": 0.2383015742241673}, "fighting": {"her - his": -0.013360467037115381, "her": 0.17972224677492976, "his": 0.19308271381204514}, "final": {"her - his": -0.012708413316034867, "her": 0.21322978380773233, "his": 0.2259381971237672}, "find": {"her - his": 0.01672195521778469, "her": 0.1690517468095208, "his": 0.1523297915917361}, "finially": {"her - his": -0.01074138641371808, "her": 0.31726731633360494, "his": 0.328008702747323}, "first": {"her - his": -0.016633559528219627, "her": 0.24923070023106872, "his": 0.26586425975928835}, "for": {"her - his": -0.04326604965174008, "her": 0.26073371333590584, "his": 0.3039997629876459}, "forced": {"her - his": -0.01304451443854232, "her": 0.19590042639570676, "his": 0.20894494083424908}, "forest": {"her - his": -0.012285520502485325, "her": 0.23521322529629968, "his": 0.247498745798785}, "forgein": {"her - his": -0.01074138641371808, "her": 0.31726731633360494, "his": 0.328008702747323}, "forum": {"her - his": -0.09866773911908426, "her": 0.11648705359951987, "his": 0.21515479271860413}, "fought": {"her - his": -0.061055867251083196, "her": 0.24010886242285367, "his": 0.30116472967393687}, "found": {"her - his": 0.05720124105503244, "her": 0.2979888158187876, "his": 0.24078757476375517}, "four": {"her - his": -0.013123294399058183, "her": 0.1918564453192716, "his": 0.20497973971832978}, "friend": {"her - his": -0.038077676248570946, "her": 0.24016409929841148, "his": 0.27824177554698243}, "friends": {"her - his": -0.015473509140525726, "her": 0.22846959644403775, "his": 0.24394310558456347}, "from": {"her - his": -0.026277630745628333, "her": 0.26174892499142866, "his": 0.288026555737057}, "front": {"her - his": -0.04990270601875607, "her": 0.25433204072267984, "his": 0.3042347467414359}, "gang": {"her - his": 0.017621411953002486, "her": 0.2853585279221445, "his": 0.267737115969142}, "garbage": {"her - his": -0.012866286469209703, "her": 0.2050743480522944, "his": 0.2179406345215041}, "gas": {"her - his": -0.012448337905963003, "her": 0.22672547181678793, "his": 0.23917380972275093}, "gather": {"her - his": -0.011185883502247695, "her": 0.29334984049759827, "his": 0.30453572399984596}, "german": {"her - his": 0.03664510695635359, "her": 0.200827680523848, "his": 0.1641825735674944}, "get": {"her - his": -0.027468248881322765, "her": 0.23800034147496202, "his": 0.2654685903562848}, "gets": {"her - his": -0.09643221625513343, "her": 0.159193982916155, "his": 0.2556261991712884}, "getting": {"her - his": -0.014462726576651264, "her": 0.19646749894264, "his": 0.21093022551929128}, "gf": {"her - his": -0.011462938903750275, "her": 0.2785659300028224, "his": 0.2900288689065727}, "girls": {"her - his": 0.06838648885646972, "her": 0.2299190136473802, "his": 0.1615325247909105}, "give": {"her - his": 0.008620919044145553, "her": 0.23129964745119824, "his": 0.2226787284070527}, "go": {"her - his": 0.009718033603498988, "her": 0.2250871852705677, "his": 0.21536915166706871}, "god": {"her - his": -0.14159783581774427, "her": 0.12440464866715333, "his": 0.2660024844848976}, "gods": {"her - his": -0.01304451443854232, "her": 0.19590042639570676, "his": 0.20894494083424908}, "goes": {"her - his": 0.03665182411980303, "her": 0.20554207512058953, "his": 0.1688902510007865}, "going": {"her - his": -0.07684180045659525, "her": 0.1668225483905066, "his": 0.24366434884710184}, "gone": {"her - his": -0.09590733785303404, "her": 0.1685235064731637, "his": 0.26443084432619773}, "gonna": {"her - his": -0.013002771244050415, "her": 0.1980459529545264, "his": 0.21104872419857681}, "good": {"her - his": -0.02973971529399172, "her": 0.2131306202263434, "his": 0.24287033552033513}, "got": {"her - his": -0.051531338724811165, "her": 0.23762645418687986, "his": 0.289157792911691}, "great": {"her - his": 0.03629090493365898, "her": 0.13526203634511097, "his": 0.09897113141145199}, "groid": {"her - his": 0.03654739708044827, "her": 0.25967337275292834, "his": 0.22312597567248008}, "group": {"her - his": -0.014492407596871704, "her": 0.12262250685819279, "his": 0.1371149144550645}, "growing": {"her - his": -0.062427315324456084, "her": 0.2103621108088606, "his": 0.2727894261333167}, "guidance": {"her - his": -0.011185883502247695, "her": 0.29334984049759827, "his": 0.30453572399984596}, "gun": {"her - his": -0.09637178917913894, "her": 0.1602799804313825, "his": 0.25665176961052144}, "guy": {"her - his": -0.015553788260363799, "her": 0.2510108546879141, "his": 0.2665646429482779}, "guys": {"her - his": -0.013885460501381841, "her": 0.1530750075925761, "his": 0.16696046809395795}, "had": {"her - his": -0.017889908314534964, "her": 0.2621722154056136, "his": 0.28006212372014855}, "hair": {"her - his": 0.11146732966187814, "her": 0.25397824083914305, "his": 0.14251091117726492}, "half": {"her - his": -0.014600356714523949, "her": 0.1901003888694547, "his": 0.20470074558397866}, "hall": {"her - his": -0.012370485942244769, "her": 0.23078016684482555, "his": 0.24315065278707032}, "hand": {"her - his": -0.06427257524852897, "her": 0.1672697443381548, "his": 0.23154231958668378}, "handed": {"her - his": -0.012087371636947064, "her": 0.2455838165117697, "his": 0.25767118814871676}, "handled": {"her - his": -0.01074138641371808, "her": 0.31726731633360494, "his": 0.328008702747323}, "hands": {"her - his": -0.01412195607412664, "her": 0.2856591584703903, "his": 0.29978111454451695}, "happen": {"her - his": -0.06400207696307941, "her": 0.17384006521682, "his": 0.2378421421798994}, "happened": {"her - his": -0.06411460058424581, "her": 0.17111842586078274, "his": 0.23523302644502855}, "hard": {"her - his": -0.014095909852643196, "her": 0.1424736799017334, "his": 0.1565695897543766}, "hardly": {"her - his": -0.01252024846099159, "her": 0.22298631965198298, "his": 0.23550656811297457}, "has": {"her - his": -0.0781340116531688, "her": 0.23121715565515955, "his": 0.30935116730832835}, "hated": {"her - his": 0.036392020740039666, "her": 0.28389076653882467, "his": 0.247498745798785}, "hates": {"her - his": -0.012285520502485325, "her": 0.23521322529629968, "his": 0.247498745798785}, "have": {"her - his": -0.05833496003106642, "her": 0.19607567587234426, "his": 0.2544106359034107}, "he": {"her - his": -0.21409842477709629, "her": 0.21696500443582045, "his": 0.43106342921291674}, "head": {"her - his": -0.06951274137541999, "her": 0.21176486471811704, "his": 0.281277606093537}, "heard": {"her - his": 0.003696654998975951, "her": 0.2481821403575021, "his": 0.24448548535852616}, "hell": {"her - his": 0.040934136860127285, "her": 0.2400062043679588, "his": 0.19907206750783152}, "help": {"her - his": -0.03884962860898028, "her": 0.21834845643920953, "his": 0.2571980850481898}, "her": {"her - his": 0.39154629569783794, "her": 0.6410983341501928, "his": 0.24955203845235488}, "here": {"her - his": 0.11629954749392095, "her": 0.2106835185083204, "his": 0.09438397101439945}, "heritage": {"her - his": 0.036619495384287326, "her": 0.2415992351026171, "his": 0.20497973971832978}, "het": {"her - his": -0.01074138641371808, "her": 0.31726731633360494, "his": 0.328008702747323}, "high": {"her - his": -0.014356253314485895, "her": 0.1294214071077621, "his": 0.143777660422248}, "him": {"her - his": -0.17691214680018502, "her": 0.2516747534271817, "his": 0.42858690022736673}, "his": {"her - his": -0.42838935476311385, "her": 0.24607875080776803, "his": 0.6744681055708819}, "history": {"her - his": -0.04640228062409191, "her": 0.19904435523582753, "his": 0.24544663585991944}, "holocaust": {"her - his": -0.013390469984828707, "her": 0.1781915393351357, "his": 0.1915820093199644}, "home": {"her - his": 0.04110637104804127, "her": 0.2968455606486357, "his": 0.25573918960059444}, "hope": {"her - his": -0.03577010788309323, "her": 0.1996448357761226, "his": 0.23541494365921584}, "hopefully": {"her - his": -0.013123294399058183, "her": 0.1918564453192716, "his": 0.20497973971832978}, "house": {"her - his": -0.053212403297695, "her": 0.268246258692297, "his": 0.321458661989992}, "how": {"her - his": -0.030569164730965936, "her": 0.21053015248402937, "his": 0.2410993172149953}, "http": {"her - his": 0.06046560695022321, "her": 0.19589374198914658, "his": 0.13542813503892337}, "https": {"her - his": -0.014747740893725964, "her": 0.10992202103840433, "his": 0.1246697619321303}, "huffed": {"her - his": -0.01074138641371808, "her": 0.31726731633360494, "his": 0.328008702747323}, "hundreds": {"her - his": -0.013360467037115381, "her": 0.17972224677492976, "his": 0.19308271381204514}, "i": {"her - his": -0.011566690055018591, "her": 0.30629290307501067, "his": 0.31785959313002926}, "if": {"her - his": -0.03426051564090882, "her": 0.23175704804066521, "his": 0.26601756368157403}, "igger": {"her - his": -0.011185883502247695, "her": 0.29334984049759827, "his": 0.30453572399984596}, "im": {"her - his": -0.014903012892304515, "her": 0.10222998750233273, "his": 0.11713300039463724}, "imports": {"her - his": -0.01074138641371808, "her": 0.31726731633360494, "his": 0.328008702747323}, "in": {"her - his": -0.026257436616180962, "her": 0.3299084329061708, "his": 0.35616586952235174}, "information": {"her - his": -0.013605091289367044, "her": 0.1672697443381548, "his": 0.18087483562752185}, "ing": {"her - his": -0.01264965056163514, "her": 0.2162724336970454, "his": 0.22892208425868055}, "instead": {"her - his": 0.03664877823004847, "her": 0.2282307875500129, "his": 0.1915820093199644}, "into": {"her - his": -0.04113905159002035, "her": 0.23705285772036722, "his": 0.27819190931038756}, "ireland": {"her - his": 0.03643270814224517, "her": 0.15273432287784142, "his": 0.11630161473559625}, "is": {"her - his": 0.012038044564993855, "her": 0.31161784972793793, "his": 0.2995798051629441}, "it": {"her - his": -0.016959334466287, "her": 0.26994604342748124, "his": 0.28690537789376824}, "its": {"her - his": -0.015981644018303653, "her": 0.12709797645810922, "his": 0.14307962047641287}, "jew": {"her - his": 0.0037126944952080576, "her": 0.2492978872382437, "his": 0.24558519274303564}, "jewish": {"her - his": -0.06534978784830578, "her": 0.14009406646378456, "his": 0.20544385431209033}, "jews": {"her - his": -0.12240300606899915, "her": 0.15357164140154464, "his": 0.2759746474705438}, "job": {"her - his": -0.013764402262303604, "her": 0.159193982916155, "his": 0.1729583851784586}, "joke": {"her - his": -0.01264965056163514, "her": 0.2162724336970454, "his": 0.22892208425868055}, "jumped": {"her - his": -0.012285520502485325, "her": 0.23521322529629968, "his": 0.247498745798785}, "jury": {"her - his": -0.011831632435405137, "her": 0.25903597823430097, "his": 0.2708676106697061}, "just": {"her - his": -0.0018535612537088353, "her": 0.22368697088452683, "his": 0.22554053213823566}, "kicked": {"her - his": -0.06079478952285877, "her": 0.2455838165117697, "his": 0.30637860603462846}, "kicks": {"her - his": -0.011185883502247695, "her": 0.29334984049759827, "his": 0.30453572399984596}, "kid": {"her - his": -0.09970433377085966, "her": 0.22823780223015763, "his": 0.3279421360010173}, "kids": {"her - his": 0.021377880002446115, "her": 0.2585244666628088, "his": 0.2371465866603627}, "killed": {"her - his": -0.030258531022303747, "her": 0.2946424034800751, "his": 0.32490093450237884}, "killing": {"her - his": -0.013265155259579525, "her": 0.18459130471124824, "his": 0.19785645997082776}, "kind": {"her - his": -0.014308768449566328, "her": 0.2036098445533565, "his": 0.21791861300292284}, "knife": {"her - his": -0.012587117268345827, "her": 0.2195145574429774, "his": 0.23210167471132323}, "know": {"her - his": -0.048719598765083444, "her": 0.17928041130360162, "his": 0.22800001006868506}, "knows": {"her - his": -0.01344812601136125, "her": 0.17525270382614078, "his": 0.18870082983750203}, "lady": {"her - his": 0.06765116078015423, "her": 0.27457534189612576, "his": 0.20692418111597152}, "large": {"her - his": -0.013231419244245368, "her": 0.18631706488792216, "his": 0.19954848413216753}, "last": {"her - his": 0.07674332683409354, "her": 0.2330251267288323, "his": 0.15628179989473875}, "later": {"her - his": -0.08806282534370416, "her": 0.2175323552082105, "his": 0.30559518055191465}, "latest": {"her - his": -0.11582964416320296, "her": 0.2162724336970454, "his": 0.33210207786024837}, "laugh": {"her - his": 0.06788634143664676, "her": 0.2625131343188226, "his": 0.19462679288217585}, "laughing": {"her - his": -0.012587117268345827, "her": 0.2195145574429774, "his": 0.23210167471132323}, "least": {"her - his": -0.06531969765171516, "her": 0.1408768564518783, "his": 0.20619655410359347}, "leave": {"her - his": -0.0460122214746673, "her": 0.20961397769662113, "his": 0.2556261991712884}, "left": {"her - his": -0.07085740591180759, "her": 0.18434703727119248, "his": 0.25520444318300006}, "let": {"her - his": -0.003934644649543739, "her": 0.270110873787646, "his": 0.2740455184371897}, "lets": {"her - his": -0.013475864790059355, "her": 0.17384006521682, "his": 0.18731593000687935}, "life": {"her - his": 0.008701487533818608, "her": 0.23803162919529036, "his": 0.22933014166147175}, "light": {"her - his": -0.09676937947197783, "her": 0.1530750075925761, "his": 0.24984438706455395}, "like": {"her - his": -0.013890809548582128, "her": 0.24850483576025156, "his": 0.2623956453088337}, "lil": {"her - his": -0.01074138641371808, "her": 0.31726731633360494, "his": 0.328008702747323}, "line": {"her - his": -0.014156830850992008, "her": 0.21067919583408365, "his": 0.22483602668507566}, "little": {"her - his": 0.03376322083459243, "her": 0.26334314235019407, "his": 0.22957992151560164}, "live": {"her - his": 0.036337862179353975, "her": 0.14059913202699517, "his": 0.1042612698476412}, "lived": {"her - his": -0.03737743684572825, "her": 0.2595224632244283, "his": 0.29689990007015654}, "lives": {"her - his": -0.06347764483212556, "her": 0.18631706488792216, "his": 0.24979470972004772}, "ll": {"her - his": 0.016806874097604202, "her": 0.1762150958889765, "his": 0.1594082217913723}, "local": {"her - his": -0.06451144810435089, "her": 0.16138695319488647, "his": 0.22589840129923736}, "london": {"her - his": -0.013923201079138303, "her": 0.15117048540389266, "his": 0.16509368648303097}, "long": {"her - his": -0.09894031099816729, "her": 0.11088957055058828, "his": 0.20982988154875556}, "look": {"her - his": -0.10922510900267995, "her": 0.1365578004814003, "his": 0.24578290948408024}, "looked": {"her - his": 0.036650737549839496, "her": 0.22677288869459386, "his": 0.19012215114475436}, "looking": {"her - his": -0.015604065447832716, "her": 0.14416085932081768, "his": 0.1597649247686504}, "looks": {"her - his": -0.038968456740853086, "her": 0.21494389957463655, "his": 0.25391235631548964}, "love": {"her - his": 0.11150369948694008, "her": 0.25277369968762603, "his": 0.14127000020068595}, "m": {"her - his": -0.05414974738415934, "her": 0.1525141957535644, "his": 0.20666394313772374}, "mail": {"her - his": -0.013196585672868633, "her": 0.18810025648872153, "his": 0.20129684216159016}, "make": {"her - his": -0.016481557194863605, "her": 0.21369429752243785, "his": 0.23017585471730145}, "makes": {"her - his": 0.036636647443605425, "her": 0.19646749894264, "his": 0.1598308514990346}, "male": {"her - his": 0.03665768660391355, "her": 0.21633023336294233, "his": 0.17967254675902877}, "man": {"her - his": -0.08077821946945926, "her": 0.23050207383107726, "his": 0.3112802933005365}, "many": {"her - his": -0.04902211560479665, "her": 0.12321223559913787, "his": 0.17223435120393452}, "may": {"her - his": 0.017176347337937603, "her": 0.21235223102392695, "his": 0.19517588368598934}, "maybe": {"her - his": -0.12339035092040995, "her": 0.10618957059519168, "his": 0.22957992151560164}, "me": {"her - his": 0.051970766702952115, "her": 0.24682478178372735, "his": 0.19485401508077524}, "media": {"her - his": -0.09697318271529953, "her": 0.14932586688606003, "his": 0.24629904960135957}, "meet": {"her - his": -0.06554875755361061, "her": 0.1348809093452262, "his": 0.20042966689883682}, "men": {"her - his": -0.06549387738791335, "her": 0.13632530287405178, "his": 0.20181918026196513}, "message": {"her - his": -0.06506141989284517, "her": 0.1475372455416844, "his": 0.21259866543452957}, "met": {"her - his": 0.06760996866948937, "her": 0.27655490950373846, "his": 0.20894494083424908}, "mind": {"her - his": 0.03665665226364301, "her": 0.22001774020586887, "his": 0.18336108794222586}, "mine": {"her - his": -0.013812597260839138, "her": 0.22677288869459386, "his": 0.240585485955433}, "mom": {"her - his": 0.09004727928502207, "her": 0.31317325495750215, "his": 0.22312597567248008}, "money": {"her - his": -0.014316452166813903, "her": 0.13141239688006118, "his": 0.14572884904687508}, "monkey": {"her - his": -0.061855004538810904, "her": 0.22298631965198298, "his": 0.2848413241907939}, "monkies": {"her - his": -0.01074138641371808, "her": 0.31726731633360494, "his": 0.328008702747323}, "month": {"her - his": 0.06805757918092831, "her": 0.2527053575456485, "his": 0.18464777836472018}, "more": {"her - his": -0.018279840784161644, "her": 0.20538609764323418, "his": 0.22366593842739582}, "morning": {"her - his": 0.09069520794363967, "her": 0.29567494766196945, "his": 0.20497973971832978}, "mother": {"her - his": 0.14008328041084048, "her": 0.308973531411627, "his": 0.1688902510007865}, "mothers": {"her - his": -0.012087371636947064, "her": 0.2455838165117697, "his": 0.25767118814871676}, "mouth": {"her - his": -0.08445856556434728, "her": 0.2719834112145659, "his": 0.35644197677891315}, "move": {"her - his": -0.013923201079138303, "her": 0.15117048540389266, "his": 0.16509368648303097}, "moved": {"her - his": -0.013956804695987174, "her": 0.22001774020586887, "his": 0.23397454490185604}, "movement": {"her - his": -0.013196585672868633, "her": 0.18810025648872153, "his": 0.20129684216159016}, "movie": {"her - his": -0.013160574039706024, "her": 0.18994513195009063, "his": 0.20310570598979666}, "much": {"her - his": -0.01516216253522261, "her": 0.08944401357975507, "his": 0.10460617611497768}, "murder": {"her - his": -0.05671451289255275, "her": 0.24665019471377797, "his": 0.3033647076063307}, "must": {"her - his": 0.03657889650780605, "her": 0.1784661934227515, "his": 0.14188729691494545}, "my": {"her - his": 0.046753277034716045, "her": 0.27342349836240976, "his": 0.2266702213276937}, "n": {"her - his": 0.00803133785600621, "her": 0.25323821799187424, "his": 0.24520688013586803}, "name": {"her - his": -0.027026029356663317, "her": 0.293879079302429, "his": 0.32090510865909233}, "narcissistic": {"her - his": -0.01074138641371808, "her": 0.31726731633360494, "his": 0.328008702747323}, "nationalist": {"her - his": -0.0980856356795026, "her": 0.12812880080068384, "his": 0.22621443648018644}, "nazi": {"her - his": -0.012816383899582395, "her": 0.2076492392768177, "his": 0.2204656231764001}, "need": {"her - his": -0.07688797818723256, "her": 0.16588893737861216, "his": 0.24277691556584471}, "needed": {"her - his": -0.012587117268345827, "her": 0.2195145574429774, "his": 0.23210167471132323}, "neevr": {"her - his": -0.01074138641371808, "her": 0.31726731633360494, "his": 0.328008702747323}, "negro": {"her - his": -0.053615425008486484, "her": 0.2600505665859994, "his": 0.3136659915944859}, "negroid": {"her - his": -0.012370485942244769, "her": 0.23078016684482555, "his": 0.24315065278707032}, "neighbors": {"her - his": -0.012285520502485325, "her": 0.23521322529629968, "his": 0.247498745798785}, "never": {"her - his": 0.027547428778811778, "her": 0.2060715921398765, "his": 0.17852416336106472}, "new": {"her - his": -0.0166765218327799, "her": 0.14402642624973264, "his": 0.16070294808251254}, "news": {"her - his": -0.1608033462036354, "her": 0.0846726822356001, "his": 0.2454760284392355}, "next": {"her - his": 0.02775852108082924, "her": 0.25159277277745734, "his": 0.2238342516966281}, "nigeria": {"her - his": -0.012370485942244769, "her": 0.23078016684482555, "his": 0.24315065278707032}, "niglet": {"her - his": -0.011831632435405137, "her": 0.25903597823430097, "his": 0.2708676106697061}, "no": {"her - his": 0.003830619682352626, "her": 0.22485833064870323, "his": 0.2210277109663506}, "non": {"her - his": -0.015529685667302423, "her": 0.1475359625240293, "his": 0.16306564819133174}, "nonwhites": {"her - his": -0.061855004538810904, "her": 0.22298631965198298, "his": 0.2848413241907939}, "nor": {"her - his": -0.012763864863619467, "her": 0.2103621108088606, "his": 0.22312597567248008}, "nordic": {"her - his": -0.013555168136476309, "her": 0.16980591980574955, "his": 0.18336108794222586}, "nose": {"her - his": 0.0364768431015913, "her": 0.2719834112145659, "his": 0.23550656811297457}, "not": {"her - his": -0.011473601545415435, "her": 0.20922920800211278, "his": 0.22070280954752822}, "nothing": {"her - his": 0.008463653502739393, "her": 0.2187591471587523, "his": 0.2102954936560129}, "now": {"her - his": -0.03648950320688987, "her": 0.17780702817436278, "his": 0.21429653138125265}, "obviously": {"her - his": -0.01264965056163514, "her": 0.2162724336970454, "his": 0.22892208425868055}, "of": {"her - his": -0.07520525399602318, "her": 0.2797689633191215, "his": 0.35497421731514467}, "off": {"her - his": 0.05752739959297615, "her": 0.2761532338649392, "his": 0.21862583427196303}, "officers": {"her - his": -0.012191872747193744, "her": 0.24010886242285367, "his": 0.2523007351700474}, "often": {"her - his": -0.01304451443854232, "her": 0.19590042639570676, "his": 0.20894494083424908}, "ohhh": {"her - his": -0.01074138641371808, "her": 0.31726731633360494, "his": 0.328008702747323}, "old": {"her - his": 0.08007251409266883, "her": 0.31431348862731057, "his": 0.23424097453464174}, "on": {"her - his": -0.05190989224385423, "her": 0.2829926729921817, "his": 0.33490256523603595}, "once": {"her - his": -0.09795217642054696, "her": 0.13074157538948483, "his": 0.2286937518100318}, "one": {"her - his": -0.04651074659652499, "her": 0.21342609751940161, "his": 0.2599368441159266}, "ones": {"her - his": -0.013764402262303604, "her": 0.159193982916155, "his": 0.1729583851784586}, "online": {"her - his": 0.036657519580688636, "her": 0.2175323552082105, "his": 0.18087483562752185}, "only": {"her - his": -0.10193821118989374, "her": 0.18833347995582297, "his": 0.2902716911457167}, "op": {"her - his": -0.011968883820489107, "her": 0.25180688919207256, "his": 0.26377577301256167}, "open": {"her - his": 0.03664937645939856, "her": 0.2036098445533565, "his": 0.16696046809395795}, "or": {"her - his": -0.042980972142952434, "her": 0.21614855418880163, "his": 0.25912952633175407}, "other": {"her - his": -0.029177604682635333, "her": 0.2300482855965483, "his": 0.25922589027918364}, "others": {"her - his": -0.014288152671432824, "her": 0.20456784303487557, "his": 0.2188559957063084}, "our": {"her - his": -0.09412995606308897, "her": 0.13891563327861722, "his": 0.2330455893417062}, "out": {"her - his": 0.0017607050329014884, "her": 0.25767761502311826, "his": 0.25591690999021677}, "over": {"her - his": -0.09143776727366995, "her": 0.16256999704459238, "his": 0.25400776431826233}, "own": {"her - his": -0.006636243124560903, "her": 0.28130219491315106, "his": 0.28793843803771196}, "owner": {"her - his": -0.01264965056163514, "her": 0.2162724336970454, "his": 0.22892208425868055}, "pack": {"her - his": -0.012370485942244769, "her": 0.23078016684482555, "his": 0.24315065278707032}, "packi": {"her - his": -0.01074138641371808, "her": 0.31726731633360494, "his": 0.328008702747323}, "parents": {"her - his": 0.017326793087615117, "her": 0.23077827665617723, "his": 0.2134514835685621}, "part": {"her - his": -0.09814994411736847, "her": 0.12686254690071896, "his": 0.22501249101808743}, "partner": {"her - his": 0.036088082493740126, "her": 0.31545162907875457, "his": 0.27936354658501444}, "past": {"her - his": -0.013502928727194885, "her": 0.17246258025848923, "his": 0.18596550898568412}, "patch": {"her - his": -0.011185883502247695, "her": 0.29334984049759827, "his": 0.30453572399984596}, "people": {"her - his": -0.05767279245863685, "her": 0.1914249348771838, "his": 0.24909772733582064}, "person": {"her - his": 0.0036422530042596324, "her": 0.2444298277680148, "his": 0.24078757476375517}, "personally": {"her - his": -0.012191872747193744, "her": 0.24010886242285367, "his": 0.2523007351700474}, "picture": {"her - his": -0.013826491497236332, "her": 0.15605373903779488, "his": 0.1698802305350312}, "pictures": {"her - his": -0.013721089599790876, "her": 0.16138695319488647, "his": 0.17510804279467734}, "place": {"her - his": 0.01704883446451061, "her": 0.19875041437795102, "his": 0.1817015799134404}, "play": {"her - his": 0.03664651167490465, "her": 0.2297292254869498, "his": 0.19308271381204514}, "pm": {"her - his": -0.06552150370058601, "her": 0.13559882961877973, "his": 0.20112033331936574}, "point": {"her - his": -0.01442592773652851, "her": 0.19817273769800106, "his": 0.21259866543452957}, "police": {"her - his": 0.10197790637312817, "her": 0.3037970866350933, "his": 0.20181918026196513}, "poor": {"her - his": -0.06427257524852897, "her": 0.1672697443381548, "his": 0.23154231958668378}, "post": {"her - his": -0.06678284857074301, "her": 0.10096121330762481, "his": 0.16774406187836782}, "power": {"her - his": -0.06427257524852897, "her": 0.1672697443381548, "his": 0.23154231958668378}, "pray": {"her - his": -0.012587117268345827, "her": 0.2195145574429774, "his": 0.23210167471132323}, "pregnant": {"her - his": -0.011968883820489107, "her": 0.25180688919207256, "his": 0.26377577301256167}, "pride": {"her - his": -0.06464242286733646, "her": 0.15812812584495733, "his": 0.2227705487122938}, "principal": {"her - his": -0.011462938903750275, "her": 0.2785659300028224, "his": 0.2900288689065727}, "pro": {"her - his": -0.013475864790059355, "her": 0.17384006521682, "his": 0.18731593000687935}, "probably": {"her - his": 0.036606634842789865, "her": 0.18573473462950715, "his": 0.1491280997867173}, "procedure": {"her - his": -0.01074138641371808, "her": 0.31726731633360494, "his": 0.328008702747323}, "protect": {"her - his": -0.04397053675061091, "her": 0.2624710872651443, "his": 0.3064416240157552}, "proud": {"her - his": -0.12032282405693306, "her": 0.15504377352218957, "his": 0.27536659757912263}, "pull": {"her - his": -0.012370485942244769, "her": 0.23078016684482555, "his": 0.24315065278707032}, "pulled": {"her - his": -0.011831632435405137, "her": 0.25903597823430097, "his": 0.2708676106697061}, "punk": {"her - his": -0.011831632435405137, "her": 0.25903597823430097, "his": 0.2708676106697061}, "put": {"her - his": 0.008369704175487436, "her": 0.21160131605198298, "his": 0.20323161187649555}, "race": {"her - his": 0.016537710466316913, "her": 0.15451006944073634, "his": 0.13797235897441942}, "racist": {"her - his": -0.06570498034528105, "her": 0.13074157538948483, "his": 0.19644655573476588}, "ran": {"her - his": -0.09321184020802287, "her": 0.21322978380773233, "his": 0.3064416240157552}, "range": {"her - his": -0.061494518206484494, "her": 0.23078016684482555, "his": 0.29227468505131005}, "re": {"her - his": -0.06731600609833331, "her": 0.08533433383796761, "his": 0.15265033993630092}, "read": {"her - his": -0.09884445664165716, "her": 0.11286917219650304, "his": 0.2117136288381602}, "reading": {"her - his": -0.0950718836885856, "her": 0.18291915638950512, "his": 0.2779910400780907}, "reality": {"her - his": -0.012913839181165648, "her": 0.20262326034384018, "his": 0.21553709952500583}, "really": {"her - his": -0.06663124613505494, "her": 0.10528883307468861, "his": 0.17192007920974356}, "reason": {"her - his": 0.03664937645939856, "her": 0.2036098445533565, "his": 0.16696046809395795}, "refuse": {"her - his": -0.012285520502485325, "her": 0.23521322529629968, "his": 0.247498745798785}, "remember": {"her - his": 0.008962540241605199, "her": 0.2616222291795681, "his": 0.2526596889379629}, "rest": {"her - his": -0.04576120883125934, "her": 0.21633023336294233, "his": 0.26209144219420166}, "restaurant": {"her - his": -0.01264965056163514, "her": 0.2162724336970454, "his": 0.22892208425868055}, "right": {"her - his": -0.046952942132538755, "her": 0.22340444183788016, "his": 0.2703573839704189}, "road": {"her - his": -0.013171746566300713, "her": 0.25702592108438754, "his": 0.27019766765068826}, "rob": {"her - his": -0.01166777101112726, "her": 0.2676957755738872, "his": 0.27936354658501444}, "robbery": {"her - his": -0.012087371636947064, "her": 0.2455838165117697, "his": 0.25767118814871676}, "rotweiler": {"her - his": -0.01074138641371808, "her": 0.31726731633360494, "his": 0.328008702747323}, "running": {"her - his": -0.09526009141030195, "her": 0.17972224677492976, "his": 0.2749823381852317}, "s": {"her - his": -0.007295227635775892, "her": 0.26490132402423383, "his": 0.2721965516600097}, "sacrifice": {"her - his": 0.036392020740039666, "her": 0.28389076653882467, "his": 0.247498745798785}, "sad": {"her - his": -0.014060896695664765, "her": 0.2151535145561331, "his": 0.22921441125179787}, "safe": {"her - his": -0.012913839181165648, "her": 0.20262326034384018, "his": 0.21553709952500583}, "saga": {"her - his": -0.01166777101112726, "her": 0.2676957755738872, "his": 0.27936354658501444}, "said": {"her - his": 0.04969859528244974, "her": 0.31306200200992246, "his": 0.2633634067274727}, "same": {"her - his": 0.0687972676568083, "her": 0.16840738313799028, "his": 0.09961011548118198}, "sat": {"her - his": 0.08956377624730225, "her": 0.3250703443602768, "his": 0.23550656811297457}, "saturday": {"her - his": -0.012370485942244769, "her": 0.23078016684482555, "his": 0.24315065278707032}, "saw": {"her - his": -0.03512911432897006, "her": 0.2187591471587523, "his": 0.25388826148772237}, "say": {"her - his": -0.03362931290263599, "her": 0.19514984911052696, "his": 0.22877916201316295}, "says": {"her - his": 0.017264059748130584, "her": 0.22270791406022092, "his": 0.20544385431209033}, "schatzi": {"her - his": -0.01074138641371808, "her": 0.31726731633360494, "his": 0.328008702747323}, "school": {"her - his": 0.00982138269674343, "her": 0.23244207481114063, "his": 0.2226206921143972}, "scum": {"her - his": -0.013529352503937442, "her": 0.17111842586078274, "his": 0.18464777836472018}, "search": {"her - his": 0.036643912580511084, "her": 0.23127070546268694, "his": 0.19462679288217585}, "second": {"her - his": 0.03662481655745206, "her": 0.23973052254724872, "his": 0.20310570598979666}, "see": {"her - his": 0.019341159562503735, "her": 0.26123249657771186, "his": 0.24189133701520812}, "sell": {"her - his": -0.012816383899582395, "her": 0.2076492392768177, "his": 0.2204656231764001}, "semen": {"her - his": -0.011185883502247695, "her": 0.29334984049759827, "his": 0.30453572399984596}, "sent": {"her - his": -0.013580405244997401, "her": 0.1685235064731637, "his": 0.1821039117181611}, "several": {"her - his": -0.06416862509610649, "her": 0.16980591980574955, "his": 0.23397454490185604}, "shakes": {"her - his": -0.011185883502247695, "her": 0.29334984049759827, "his": 0.30453572399984596}, "shall": {"her - his": -0.0626627679168476, "her": 0.2050743480522944, "his": 0.267737115969142}, "she": {"her - his": 0.33361273191641605, "her": 0.4778175898230653, "his": 0.14420485790664928}, "shot": {"her - his": -0.0144567365089745, "her": 0.2959066761683893, "his": 0.3103634126773638}, "should": {"her - his": -0.08316001888689847, "her": 0.19084309646839456, "his": 0.27400311535529304}, "show": {"her - his": 0.12858236370145726, "her": 0.23934366076881344, "his": 0.1107612970673562}, "shows": {"her - his": -0.01374294823988173, "her": 0.1602799804313825, "his": 0.17402292867126423}, "sister": {"her - his": 0.059217982292208315, "her": 0.30420549190847146, "his": 0.24498750961626314}, "site": {"her - his": 0.03653213928147192, "her": 0.16868560092497603, "his": 0.1321534616435041}, "sitting": {"her - his": -0.0629718246545504, "her": 0.1980459529545264, "his": 0.2610177776090768}, "skin": {"her - his": 0.09203005464019229, "her": 0.250207545845944, "his": 0.15817749120575172}, "small": {"her - his": 0.03662888960096783, "her": 0.19319847935534443, "his": 0.1565695897543766}, "smashed": {"her - his": -0.01166777101112726, "her": 0.2676957755738872, "his": 0.27936354658501444}, "smiley": {"her - his": -0.011185883502247695, "her": 0.29334984049759827, "his": 0.30453572399984596}, "so": {"her - his": -0.07071480869691368, "her": 0.2172135406059457, "his": 0.2879283493028594}, "some": {"her - his": 0.03560961096109938, "her": 0.24477298517303384, "his": 0.20916337421193446}, "somehow": {"her - his": 0.0670867953587452, "her": 0.29918847007006844, "his": 0.23210167471132323}, "someone": {"her - his": -0.1230865650685752, "her": 0.11137881715791041, "his": 0.2344653822264856}, "something": {"her - his": -0.06666251290654451, "her": 0.10440028584602185, "his": 0.17106279875256636}, "son": {"her - his": 0.08864897874797262, "her": 0.32262352364982866, "his": 0.23397454490185604}, "song": {"her - his": 0.03665769070835931, "her": 0.2151535145561331, "his": 0.1784958238477738}, "soon": {"her - his": -0.046700139452779815, "her": 0.19085993473513146, "his": 0.23756007418791128}, "sorry": {"her - his": 0.11056312200521323, "her": 0.28044335254024444, "his": 0.1698802305350312}, "sounds": {"her - his": 0.036640952780536, "her": 0.23285797524353008, "his": 0.19621702246299408}, "speak": {"her - his": -0.013826491497236332, "her": 0.15605373903779488, "his": 0.1698802305350312}, "spend": {"her - his": -0.012708413316034867, "her": 0.21322978380773233, "his": 0.2259381971237672}, "spoke": {"her - his": -0.09064781811024919, "her": 0.25180688919207256, "his": 0.34245470730232175}, "stabbed": {"her - his": -0.01166777101112726, "her": 0.2676957755738872, "his": 0.27936354658501444}, "start": {"her - his": -0.014688375335391676, "her": 0.11286917219650304, "his": 0.12755754753189472}, "started": {"her - his": -0.013698809359533104, "her": 0.16251579019498966, "his": 0.17621459955452276}, "statement": {"her - his": -0.061055867251083196, "her": 0.24010886242285367, "his": 0.30116472967393687}, "still": {"her - his": -0.015111679651913484, "her": 0.16658990026152692, "his": 0.1817015799134404}, "stood": {"her - his": -0.06128704248098421, "her": 0.23521322529629968, "his": 0.2965002677772839}, "stories": {"her - his": -0.0133233448601624, "her": 0.24983446741109566, "his": 0.26315781227125806}, "stormed": {"her - his": -0.011462938903750275, "her": 0.2785659300028224, "his": 0.2900288689065727}, "stormfront": {"her - his": -0.014911618586385539, "her": 0.10180435631464768, "his": 0.11671597490103322}, "story": {"her - his": 0.027769846736775627, "her": 0.2570999883982474, "his": 0.22933014166147175}, "strange": {"her - his": -0.012816383899582395, "her": 0.2076492392768177, "his": 0.2204656231764001}, "straw": {"her - his": -0.011185883502247695, "her": 0.29334984049759827, "his": 0.30453572399984596}, "street": {"her - his": 0.017479792779301423, "her": 0.254001484673012, "his": 0.23652169189371056}, "streicher": {"her - his": -0.011185883502247695, "her": 0.29334984049759827, "his": 0.30453572399984596}, "student": {"her - his": 0.06760996866948937, "her": 0.27655490950373846, "his": 0.20894494083424908}, "students": {"her - his": -0.06468427813093375, "her": 0.1570816242423745, "his": 0.22176590237330826}, "stuff": {"her - his": 0.03665064304422666, "her": 0.20456784303487557, "his": 0.1679171999906489}, "stupid": {"her - his": 0.11094595516635758, "her": 0.2699442720160224, "his": 0.1589983168496648}, "substitute": {"her - his": -0.011185883502247695, "her": 0.29334984049759827, "his": 0.30453572399984596}, "such": {"her - his": -0.014492407596871704, "her": 0.12262250685819279, "his": 0.1371149144550645}, "suited": {"her - his": -0.011462938903750275, "her": 0.2785659300028224, "his": 0.2900288689065727}, "sun": {"her - his": -0.012866286469209703, "her": 0.2050743480522944, "his": 0.2179406345215041}, "support": {"her - his": -0.09720829134178957, "her": 0.14495167916411525, "his": 0.24215997050590482}, "surprised": {"her - his": -0.0629718246545504, "her": 0.1980459529545264, "his": 0.2610177776090768}, "survive": {"her - his": -0.012370485942244769, "her": 0.23078016684482555, "his": 0.24315065278707032}, "suspect": {"her - his": -0.013116053380388348, "her": 0.25967337275292834, "his": 0.2727894261333167}, "suspended": {"her - his": -0.012087371636947064, "her": 0.2455838165117697, "his": 0.25767118814871676}, "sweetie": {"her - his": -0.01074138641371808, "her": 0.31726731633360494, "his": 0.328008702747323}, "t": {"her - his": -0.006953842459163556, "her": 0.24990582182462776, "his": 0.2568596642837913}, "take": {"her - his": 0.06877179889844434, "her": 0.18029642747587754, "his": 0.1115246285774332}, "taken": {"her - his": 0.0174649204236072, "her": 0.25143946532546324, "his": 0.23397454490185604}, "talk": {"her - his": -0.07171162979051607, "her": 0.16607661174659463, "his": 0.2377882415371107}, "talkin": {"her - his": -0.011185883502247695, "her": 0.29334984049759827, "his": 0.30453572399984596}, "talks": {"her - his": -0.012087371636947064, "her": 0.2455838165117697, "his": 0.25767118814871676}, "tall": {"her - his": -0.01264965056163514, "her": 0.2162724336970454, "his": 0.22892208425868055}, "taylor": {"her - his": -0.011462938903750275, "her": 0.2785659300028224, "his": 0.2900288689065727}, "teach": {"her - his": 0.06809841554532725, "her": 0.25020232726348834, "his": 0.1821039117181611}, "teacher": {"her - his": -0.11866611124071075, "her": 0.2036098445533565, "his": 0.32227595579406726}, "teenagers": {"her - his": 0.03625100350481014, "her": 0.3000267765173718, "his": 0.26377577301256167}, "teeth": {"her - his": 0.06680412865316165, "her": 0.309954781440232, "his": 0.24315065278707032}, "tell": {"her - his": -0.09798617093658715, "her": 0.13007796709348846, "his": 0.2280641380300756}, "telling": {"her - his": -0.06332250819372379, "her": 0.18994513195009063, "his": 0.2532676401438144}, "than": {"her - his": 0.002870449782825607, "her": 0.1956449068998041, "his": 0.1927744571169785}, "thank": {"her - his": -0.09881993146546063, "her": 0.11337370690596428, "his": 0.2121936383714249}, "that": {"her - his": -0.054197258794203895, "her": 0.2770160561111925, "his": 0.3312133149053964}, "thats": {"her - his": -0.013605091289367044, "her": 0.1672697443381548, "his": 0.18087483562752185}, "the": {"her - his": -0.06144270592765244, "her": 0.3060938797833475, "his": 0.36753658571099995}, "their": {"her - his": -0.006054230673994271, "her": 0.17007387569254134, "his": 0.17612810636653561}, "them": {"her - his": 0.058023200148786036, "her": 0.19469460514043277, "his": 0.13667140499164673}, "themselves": {"her - his": -0.014095909852643196, "her": 0.1424736799017334, "his": 0.1565695897543766}, "then": {"her - his": 0.008973344959703866, "her": 0.28061139335485746, "his": 0.2716380483951536}, "there": {"her - his": -0.004293581436724064, "her": 0.15390004983175942, "his": 0.1581936312684835}, "these": {"her - his": -0.17688615858731213, "her": 0.06111699969240033, "his": 0.23800315827971247}, "they": {"her - his": -0.04707254552688686, "her": 0.1975002517387618, "his": 0.24457279726564865}, "thing": {"her - his": 0.1284051404750931, "her": 0.24512111537612633, "his": 0.11671597490103322}, "think": {"her - his": 0.0439715401849996, "her": 0.2031402211473919, "his": 0.15916868096239228}, "this": {"her - his": 0.009277761004113871, "her": 0.28241140981161683, "his": 0.27313364880750296}, "those": {"her - his": -0.07373606686022487, "her": 0.11952844782480522, "his": 0.1932645146850301}, "thought": {"her - his": 0.09231621457195999, "her": 0.23738764871910686, "his": 0.14507143414714688}, "thousands": {"her - his": -0.09516756318425076, "her": 0.18129717591775266, "his": 0.2764647391020034}, "thread": {"her - his": -0.06690997345176128, "her": 0.09729403912972004, "his": 0.16420401258148132}, "three": {"her - his": -0.013502928727194885, "her": 0.17246258025848923, "his": 0.18596550898568412}, "threw": {"her - his": -0.06079478952285877, "her": 0.2455838165117697, "his": 0.30637860603462846}, "throw": {"her - his": -0.01304451443854232, "her": 0.19590042639570676, "his": 0.20894494083424908}, "time": {"her - his": -0.007280349210475601, "her": 0.25194554106870803, "his": 0.25922589027918364}, "times": {"her - his": -0.04768389410105109, "her": 0.1630807225866117, "his": 0.21076461668766278}, "to": {"her - his": -0.04741835295678609, "her": 0.3192999623880746, "his": 0.3667183153448607}, "today": {"her - his": -0.014329858757662045, "her": 0.13074157538948483, "his": 0.14507143414714688}, "together": {"her - his": -0.046983098729161926, "her": 0.18299036874699612, "his": 0.22997346747615804}, "told": {"her - his": 0.07580726136904536, "her": 0.34019881129025586, "his": 0.2643915499212105}, "too": {"her - his": -0.03347019539504889, "her": 0.19999961323325022, "his": 0.2334698086282991}, "took": {"her - his": 0.09151038823513019, "her": 0.270006212082904, "his": 0.1784958238477738}, "town": {"her - his": -0.014969640684156071, "her": 0.173098180018062, "his": 0.18806782070221806}, "trash": {"her - his": -0.012866286469209703, "her": 0.2050743480522944, "his": 0.2179406345215041}, "tree": {"her - his": 0.036613553435781765, "her": 0.2435377345517533, "his": 0.20692418111597152}, "try": {"her - his": 0.11177260914120876, "her": 0.24339845579916453, "his": 0.13162584665795576}, "trying": {"her - his": 0.01718198190035064, "her": 0.21298982943500522, "his": 0.19580784753465458}, "tuesday": {"her - his": -0.012699384728343976, "her": 0.27957530032296607, "his": 0.29227468505131005}, "turning": {"her - his": 0.03649797162209931, "her": 0.26859964633342254, "his": 0.23210167471132323}, "two": {"her - his": 0.00012182390652748509, "her": 0.24274779027967788, "his": 0.2426259663731504}, "typical": {"her - his": -0.012816383899582395, "her": 0.2076492392768177, "his": 0.2204656231764001}, "u": {"her - his": -0.014143272152081748, "her": 0.14009406646378456, "his": 0.1542373386158663}, "under": {"her - his": -0.12051975055623124, "her": 0.15211499817709653, "his": 0.27263474873332777}, "uneven": {"her - his": -0.01074138641371808, "her": 0.31726731633360494, "his": 0.328008702747323}, "until": {"her - his": 0.03661820425548984, "her": 0.18935037545617855, "his": 0.15273217120068872}, "up": {"her - his": -0.06926396784585867, "her": 0.21304706679705718, "his": 0.28231103464291585}, "ur": {"her - his": -0.011968883820489107, "her": 0.25180688919207256, "his": 0.26377577301256167}, "use": {"her - his": -0.06632513221386756, "her": 0.11388222623777665, "his": 0.1802073584516442}, "used": {"her - his": 0.019844672436875932, "her": 0.2731215608235434, "his": 0.25327688838666745}, "using": {"her - his": 0.017435783461980103, "her": 0.24665019471377797, "his": 0.22921441125179787}, "v": {"her - his": 0.036646604360000584, "her": 0.20174029084303155, "his": 0.16509368648303097}, "val": {"her - his": -0.01074138641371808, "her": 0.31726731633360494, "his": 0.328008702747323}, "values": {"her - his": -0.012708413316034867, "her": 0.21322978380773233, "his": 0.2259381971237672}, "ve": {"her - his": 0.008074028016724077, "her": 0.19042923469669323, "his": 0.18235520667996916}, "very": {"her - his": -0.01680557067359459, "her": 0.20079699157188755, "his": 0.21760256224548213}, "victim": {"her - his": 0.03651652083590179, "her": 0.26543860509458234, "his": 0.22892208425868055}, "video": {"her - his": -0.002490294120091552, "her": 0.24117405472701028, "his": 0.24366434884710184}, "videos": {"her - his": -0.09654924522535832, "her": 0.1570816242423745, "his": 0.25363086946773283}, "w": {"her - his": -0.01304451443854232, "her": 0.19590042639570676, "his": 0.20894494083424908}, "wandering": {"her - his": -0.011462938903750275, "her": 0.2785659300028224, "his": 0.2900288689065727}, "wanna": {"her - his": -0.062161160318624176, "her": 0.2162724336970454, "his": 0.2784335940156696}, "want": {"her - his": -0.060983835305715134, "her": 0.19344389131628645, "his": 0.2544277266220016}, "was": {"her - his": -0.018629702526416936, "her": 0.3328351192281375, "his": 0.35146482175455446}, "watch": {"her - his": 0.05816059878148144, "her": 0.24687441224324175, "his": 0.1887138134617603}, "watched": {"her - his": -0.012763864863619467, "her": 0.2103621108088606, "his": 0.22312597567248008}, "way": {"her - his": -0.01690840267220653, "her": 0.21943320241068312, "his": 0.23634160508288965}, "we": {"her - his": -0.004378656449818524, "her": 0.23003167897669052, "his": 0.23441033542650905}, "website": {"her - his": -0.01344812601136125, "her": 0.17525270382614078, "his": 0.18870082983750203}, "wedding": {"her - his": -0.01166777101112726, "her": 0.2676957755738872, "his": 0.27936354658501444}, "week": {"her - his": 0.06853742365587304, "her": 0.21628265980579514, "his": 0.1477452361499221}, "weekend": {"her - his": 0.0365820830233764, "her": 0.2521191825483822, "his": 0.21553709952500583}, "weeks": {"her - his": -0.014329055164045174, "her": 0.20266750770438813, "his": 0.2169965628684333}, "welfare": {"her - his": -0.012866286469209703, "her": 0.2050743480522944, "his": 0.2179406345215041}, "well": {"her - his": 0.043986451161945106, "her": 0.21265627387582434, "his": 0.16866982271387923}, "went": {"her - his": 0.010432444560886156, "her": 0.2829597697416315, "his": 0.27252732518074535}, "were": {"her - his": 0.009797138877540496, "her": 0.23069321473454732, "his": 0.22089607585700682}, "what": {"her - his": -0.06354507800755882, "her": 0.1887423200975542, "his": 0.252287398105113}, "whatever": {"her - his": -0.013196585672868633, "her": 0.18810025648872153, "his": 0.20129684216159016}, "when": {"her - his": -0.019121512466328983, "her": 0.27337925975822447, "his": 0.29250077222455345}, "whenever": {"her - his": -0.01264965056163514, "her": 0.2162724336970454, "his": 0.22892208425868055}, "where": {"her - his": -0.016999693321232745, "her": 0.2353605231009927, "his": 0.25236021642222545}, "which": {"her - his": -0.0994315880370226, "her": 0.10054362784373333, "his": 0.19997521588075592}, "while": {"her - his": 0.014372159699789944, "her": 0.2725231369167178, "his": 0.25815097721692787}, "white": {"her - his": -0.01824731883542413, "her": 0.2852689252081899, "his": 0.30351624404361405}, "whites": {"her - his": -0.10165278153859658, "her": 0.048557849855335566, "his": 0.15021063139393215}, "who": {"her - his": -0.019004105677982358, "her": 0.24738326666815588, "his": 0.26638737234613824}, "whut": {"her - his": -0.011185883502247695, "her": 0.29334984049759827, "his": 0.30453572399984596}, "why": {"her - his": -0.07269200809418583, "her": 0.14416085932081768, "his": 0.2168528674150035}, "wife": {"her - his": -0.19877643563401162, "her": 0.18129717591775266, "his": 0.3800736115517643}, "wigger": {"her - his": -0.012087371636947064, "her": 0.2455838165117697, "his": 0.25767118814871676}, "will": {"her - his": -0.019934562955989166, "her": 0.24738985731552277, "his": 0.26732442027151193}, "william": {"her - his": -0.01304451443854232, "her": 0.19590042639570676, "his": 0.20894494083424908}, "wish": {"her - his": 0.036655927198224775, "her": 0.22130370556294496, "his": 0.18464777836472018}, "with": {"her - his": -0.03851989190749666, "her": 0.2866996986030043, "his": 0.325219590510501}, "wn": {"her - his": -0.013529352503937442, "her": 0.17111842586078274, "his": 0.18464777836472018}, "woman": {"her - his": 0.2001345802846001, "her": 0.3458634293314752, "his": 0.14572884904687508}, "women": {"her - his": 0.06862607924928621, "her": 0.20631764383591764, "his": 0.13769156458663143}, "won": {"her - his": -0.06128704248098421, "her": 0.23521322529629968, "his": 0.2965002677772839}, "wore": {"her - his": -0.011968883820489107, "her": 0.25180688919207256, "his": 0.26377577301256167}, "work": {"her - his": -0.047412886574606905, "her": 0.1708531757713546, "his": 0.2182660623459615}, "world": {"her - his": -0.015554886311812038, "her": 0.14639192739600063, "his": 0.16194681370781266}, "would": {"her - his": -0.009116005015256917, "her": 0.22396598199402415, "his": 0.23308198700928107}, "wrench": {"her - his": -0.01074138641371808, "her": 0.31726731633360494, "his": 0.328008702747323}, "wrong": {"her - his": -0.0964913506086566, "her": 0.15812812584495733, "his": 0.25461947645361394}, "www": {"her - his": 0.019155407342708375, "her": 0.19114434935897545, "his": 0.17198894201626708}, "x202a": {"her - his": -0.01304451443854232, "her": 0.19590042639570676, "his": 0.20894494083424908}, "y": {"her - his": -0.012866286469209703, "her": 0.2050743480522944, "his": 0.2179406345215041}, "yard": {"her - his": -0.012928735695512894, "her": 0.26859964633342254, "his": 0.28152838202893543}, "year": {"her - his": 0.01139305326164558, "her": 0.28716236528389577, "his": 0.2757693120222502}, "years": {"her - his": -0.016527077102724025, "her": 0.18481783775881022, "his": 0.20134491486153425}, "yet": {"her - his": -0.014533343967114115, "her": 0.19319847935534443, "his": 0.20773182332245854}, "you": {"her - his": -0.04571061068144161, "her": 0.14957120098644747, "his": 0.19528181166788908}, "your": {"her - his": -0.10547880755308717, "her": 0.13293030843419426, "his": 0.23840911598728143}, "youths": {"her - his": -0.011185883502247695, "her": 0.29334984049759827, "his": 0.30453572399984596}, "youtube": {"her - his": -0.0037472965227465793, "her": 0.17882004205819427, "his": 0.18256733858094085}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-man.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-man.json new file mode 100644 index 0000000000000000000000000000000000000000..0a5217c1d8fdf3025220de7379055e80143c682e --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-man.json @@ -0,0 +1 @@ +{"0": {"her - man": -0.049745633484615, "her": 0.1348809093452262, "man": 0.1846265428298412}, "05": {"her - man": -0.043862570624906116, "her": 0.29334984049759827, "man": 0.3372124111225044}, "1": {"her - man": -0.08327547827729653, "her": 0.18464593526301287, "man": 0.2679214135403094}, "10": {"her - man": -0.0553657191605382, "her": 0.22823780223015763, "man": 0.28360352139069583}, "11": {"her - man": -0.04862086197267457, "her": 0.1685235064731637, "man": 0.21714436844583826}, "12": {"her - man": 0.0330504555462324, "her": 0.2566909812699956, "man": 0.22364052572376322}, "15": {"her - man": -0.0518294158352792, "her": 0.22535324227548595, "man": 0.27718265811076515}, "17": {"her - man": -0.04690927286273405, "her": 0.2162724336970454, "man": 0.26318170655977946}, "18": {"her - man": -0.0478013363920706, "her": 0.1918564453192716, "man": 0.2396577817113422}, "2": {"her - man": 0.05694136027782107, "her": 0.20554365906614896, "man": 0.1486022987883279}, "2010": {"her - man": -0.1000079853116339, "her": 0.2050743480522944, "man": 0.3050823333639283}, "2014": {"her - man": -0.04690927286273405, "her": 0.2162724336970454, "man": 0.26318170655977946}, "21": {"her - man": -0.13373728489900388, "her": 0.19590042639570676, "man": 0.32963771129471064}, "27": {"her - man": 0.002484540411329561, "her": 0.28389076653882467, "man": 0.2814062261274951}, "3": {"her - man": -0.1399970435613849, "her": 0.11543238577892176, "man": 0.25542942934030666}, "30": {"her - man": -0.13650737642364488, "her": 0.16251579019498966, "man": 0.29902316661863454}, "50": {"her - man": -0.04853131489477719, "her": 0.17111842586078274, "man": 0.21964974075555993}, "6": {"her - man": -0.08713602244805582, "her": 0.19646749894264, "man": 0.28360352139069583}, "9": {"her - man": -0.04886507473114779, "her": 0.16138695319488647, "man": 0.21025202792603426}, "_": {"her - man": -0.05031539427036834, "her": 0.11702098449488495, "man": 0.16733637876525329}, "a": {"her - man": -0.060764689649535186, "her": 0.3333178609459928, "man": 0.394082550595528}, "about": {"her - man": 0.04478274138158722, "her": 0.25053001175470346, "man": 0.20574727037311624}, "accused": {"her - man": -0.15450643023424487, "her": 0.23078016684482555, "man": 0.3852865970790704}, "african": {"her - man": 0.0018664246758170744, "her": 0.23618230556413083, "man": 0.23431588088831376}, "after": {"her - man": -0.03303114644789523, "her": 0.21463476548571664, "man": 0.24766591193361187}, "again": {"her - man": 0.0009014589203884815, "her": 0.173098180018062, "man": 0.1721967210976735}, "aged": {"her - man": -0.04491541712131697, "her": 0.2676957755738872, "man": 0.31261119269520415}, "ago": {"her - man": 0.06377646022137698, "her": 0.274522007281485, "man": 0.21074554706010803}, "all": {"her - man": -0.08396602375847145, "her": 0.17618915228479426, "man": 0.2601551760432657}, "almost": {"her - man": -0.10315175633213258, "her": 0.15504377352218957, "man": 0.25819552985432215}, "along": {"her - man": 0.0014965308211481176, "her": 0.21067919583408365, "man": 0.20918266501293553}, "always": {"her - man": -0.16748715215348584, "her": 0.09419497603279883, "man": 0.26168212818628467}, "am": {"her - man": -0.13803582809887047, "her": 0.1324326997622229, "man": 0.2704685278610934}, "american": {"her - man": -0.04990072200713866, "her": 0.13007796709348846, "man": 0.17997868910062712}, "among": {"her - man": -0.0479988160003916, "her": 0.18631706488792216, "man": 0.23431588088831376}, "an": {"her - man": -0.130019210649343, "her": 0.18178815268399792, "man": 0.3118073633333409}, "and": {"her - man": -0.002278797136555266, "her": 0.3765288386234401, "man": 0.3788076357599954}, "another": {"her - man": -0.07945693165350073, "her": 0.22019577218525052, "man": 0.29965270383875126}, "anti": {"her - man": -0.08847837352050553, "her": 0.173098180018062, "man": 0.2615765535385675}, "any": {"her - man": 0.0010016749750041687, "her": 0.1726126005321763, "man": 0.17161092555717214}, "anyone": {"her - man": -0.10671500060079878, "her": 0.08839323354719311, "man": 0.1951082341479919}, "anything": {"her - man": 0.05689801932292121, "her": 0.21689300509618892, "man": 0.1599949857732677}, "apartment": {"her - man": 0.03290456870497427, "her": 0.29608627526475373, "man": 0.26318170655977946}, "are": {"her - man": -0.06855113773637111, "her": 0.16312315946106248, "man": 0.2316742971974336}, "area": {"her - man": -0.05060938154889849, "her": 0.10756434038301871, "man": 0.1581737219319172}, "around": {"her - man": 0.02888599360611968, "her": 0.24798919255499238, "man": 0.2191031989488727}, "arrest": {"her - man": -0.04619300083119543, "her": 0.23521322529629968, "man": 0.2814062261274951}, "as": {"her - man": -0.04030639672053529, "her": 0.2246342215843322, "man": 0.2649406183048675}, "ashley": {"her - man": -0.042846233366105047, "her": 0.31726731633360494, "man": 0.36011354969971}, "asian": {"her - man": -0.13746444058185134, "her": 0.15024094179517597, "man": 0.2877053823770273}, "ask": {"her - man": 0.03305561679008856, "her": 0.2527053575456485, "man": 0.21964974075555993}, "aswell": {"her - man": -0.045262088919822085, "her": 0.25903597823430097, "man": 0.30429806715412305}, "at": {"her - man": 0.028324109515209, "her": 0.27222692640324897, "man": 0.24390281688803997}, "attack": {"her - man": -0.08713602244805582, "her": 0.19646749894264, "man": 0.28360352139069583}, "attacked": {"her - man": -0.05008366543076459, "her": 0.26543860509458234, "man": 0.3155222705253469}, "auto": {"her - man": -0.04447402157076952, "her": 0.2785659300028224, "man": 0.32303995157359194}, "away": {"her - man": -0.03233397640878266, "her": 0.2354960851767149, "man": 0.26783006158549755}, "babies": {"her - man": -0.04765602108517111, "her": 0.19590042639570676, "man": 0.24355644748087787}, "back": {"her - man": 0.05864174859257265, "her": 0.29097667254900716, "man": 0.2323349239564345}, "backpack": {"her - man": -0.04447402157076952, "her": 0.2785659300028224, "man": 0.32303995157359194}, "bad": {"her - man": -0.050246815953016305, "her": 0.11920259202644945, "man": 0.16944940797946575}, "band": {"her - man": -0.04886507473114779, "her": 0.16138695319488647, "man": 0.21025202792603426}, "bar": {"her - man": -0.04786968019999607, "her": 0.18994513195009063, "man": 0.2378148121500867}, "be": {"her - man": -0.01761345477056911, "her": 0.22156833114512678, "man": 0.2391817859156959}, "beast": {"her - man": 0.002484540411329561, "her": 0.28389076653882467, "man": 0.2814062261274951}, "beat": {"her - man": -0.08490451042480973, "her": 0.23285797524353008, "man": 0.3177624856683398}, "beaten": {"her - man": -0.08332800982912436, "her": 0.25702592108438754, "man": 0.3403539309135119}, "beating": {"her - man": -0.04619300083119543, "her": 0.23521322529629968, "man": 0.2814062261274951}, "beautiful": {"her - man": 0.05663306576539276, "her": 0.2518220685141406, "man": 0.19518900274874781}, "because": {"her - man": -0.04957360091120158, "her": 0.2245523690333376, "man": 0.2741259699445392}, "bedroom": {"her - man": 0.0026717790539765307, "her": 0.3000267765173718, "man": 0.2973549974633953}, "been": {"her - man": -0.187340534550348, "her": 0.10860192676518733, "man": 0.2959424613155353}, "being": {"her - man": -0.014136972652217084, "her": 0.2176833516471089, "man": 0.23182032429932597}, "best": {"her - man": -0.04972233369245421, "her": 0.13559882961877973, "man": 0.18532116331123394}, "better": {"her - man": 0.0010003626259889598, "her": 0.17909243298517902, "man": 0.17809207035919006}, "big": {"her - man": -0.05368871850341028, "her": 0.17972511283132953, "man": 0.2334138313347398}, "black": {"her - man": -0.12879675571841126, "her": 0.2619460904732638, "man": 0.39074284619167504}, "blacks": {"her - man": -0.15252560470752652, "her": 0.16436052870560608, "man": 0.3168861334131326}, "blind": {"her - man": -0.04600442468239341, "her": 0.24010886242285367, "man": 0.2861132871052471}, "body": {"her - man": -0.0479988160003916, "her": 0.18631706488792216, "man": 0.23431588088831376}, "boy": {"her - man": -0.04914569880958877, "her": 0.1530750075925761, "man": 0.20222070640216488}, "boyfriend": {"her - man": -0.018824315364158573, "her": 0.31885468155987606, "man": 0.33767899692403464}, "boys": {"her - man": -0.04765602108517111, "her": 0.19590042639570676, "man": 0.24355644748087787}, "breed": {"her - man": -0.04732278152199265, "her": 0.2050743480522944, "man": 0.25239712957428706}, "brother": {"her - man": -0.05199994263286886, "her": 0.22130370556294496, "man": 0.2733036481958138}, "brown": {"her - man": -0.16466534909426986, "her": 0.12877173625473656, "man": 0.2934370853490064}, "btw": {"her - man": -0.04741230364267354, "her": 0.20262326034384018, "man": 0.2500355639865137}, "bulgarian": {"her - man": -0.04636253994660339, "her": 0.23078016684482555, "man": 0.27714270679142894}, "bus": {"her - man": -0.15908568058097383, "her": 0.18810025648872153, "man": 0.34718593706969536}, "but": {"her - man": 0.009482904146060428, "her": 0.2370907276619539, "man": 0.22760782351589348}, "butchy": {"her - man": -0.042846233366105047, "her": 0.31726731633360494, "man": 0.36011354969971}, "by": {"her - man": -0.03147617006957876, "her": 0.2732384424912961, "man": 0.30471461256087484}, "ca": {"her - man": -0.0217581588953471, "her": 0.20926067905034168, "man": 0.23101883794568878}, "called": {"her - man": 0.001214663062579474, "her": 0.19240869697021046, "man": 0.19119403390763098}, "came": {"her - man": -0.032204407965910786, "her": 0.23934073702846242, "man": 0.2715451449943732}, "camera": {"her - man": 0.0024325935315371305, "her": 0.27957530032296607, "man": 0.27714270679142894}, "can": {"her - man": 0.029367620716374276, "her": 0.24173942919131872, "man": 0.21237180847494444}, "car": {"her - man": -0.03056334574727304, "her": 0.28719913992106677, "man": 0.3177624856683398}, "case": {"her - man": -0.020563623599736014, "her": 0.254001484673012, "man": 0.274565108272748}, "cat": {"her - man": -0.048776954722020094, "her": 0.2939785684705489, "man": 0.34275552319256897}, "caught": {"her - man": -0.09831513633500027, "her": 0.26407445176213934, "man": 0.3623895880971396}, "cause": {"her - man": -0.1373204692817929, "her": 0.15211499817709653, "man": 0.28943546745888943}, "change": {"her - man": -0.04862086197267457, "her": 0.1685235064731637, "man": 0.21714436844583826}, "charge": {"her - man": -0.04712844496338339, "her": 0.2103621108088606, "man": 0.257490555772244}, "charged": {"her - man": -0.05524640594613994, "her": 0.28878618885119295, "man": 0.3440325947973329}, "check": {"her - man": 0.001108191799665953, "her": 0.18573473462950715, "man": 0.1846265428298412}, "chick": {"her - man": -0.043862570624906116, "her": 0.29334984049759827, "man": 0.3372124111225044}, "child": {"her - man": 0.0915948253375827, "her": 0.2820217781880322, "man": 0.1904269528504495}, "chinese": {"her - man": -0.10134331048730838, "her": 0.18459130471124824, "man": 0.2859346151985566}, "city": {"her - man": -0.10481332611830935, "her": 0.12562151533974147, "man": 0.23043484145805082}, "class": {"her - man": 0.0014965308211481176, "her": 0.21067919583408365, "man": 0.20918266501293553}, "coat": {"her - man": -0.045262088919822085, "her": 0.25903597823430097, "man": 0.30429806715412305}, "college": {"her - man": -0.04952407189256286, "her": 0.14166996201506812, "man": 0.19119403390763098}, "color": {"her - man": -0.0872335524378226, "her": 0.19481035755682446, "man": 0.28204390999464707}, "com": {"her - man": -0.04646969999092054, "her": 0.19729723915326167, "man": 0.2437669391441822}, "come": {"her - man": 0.02100588227090569, "her": 0.23008663951126082, "man": 0.20908075724035513}, "coming": {"her - man": -0.04947085201059831, "her": 0.1432883201425236, "man": 0.1927591721531219}, "commercials": {"her - man": -0.04491541712131697, "her": 0.2676957755738872, "man": 0.31261119269520415}, "conslour": {"her - man": -0.042846233366105047, "her": 0.31726731633360494, "man": 0.36011354969971}, "could": {"her - man": 0.0020793073858695887, "her": 0.22603914693383753, "man": 0.22395983954796794}, "country": {"her - man": -0.05518689642717503, "her": 0.14025304927528934, "man": 0.19543994570246437}, "court": {"her - man": 0.002115307079956108, "her": 0.25451243665424317, "man": 0.25239712957428706}, "creatures": {"her - man": -0.04665779986841315, "her": 0.22298631965198298, "man": 0.26964411952039613}, "crime": {"her - man": -0.16419587650814332, "her": 0.13417132833533024, "man": 0.29836720484347357}, "crimes": {"her - man": -0.04702236092868978, "her": 0.21322978380773233, "man": 0.2602521447364221}, "criminal": {"her - man": -0.04749741333506563, "her": 0.20028391296948017, "man": 0.2477813263045458}, "d": {"her - man": 0.02106669427931343, "her": 0.23801295767822253, "man": 0.2169462633989091}, "da": {"her - man": -0.04678816922564258, "her": 0.2195145574429774, "man": 0.26630272666862}, "daily": {"her - man": -0.04619300083119543, "her": 0.23521322529629968, "man": 0.2814062261274951}, "dance": {"her - man": -0.04690927286273405, "her": 0.2162724336970454, "man": 0.26318170655977946}, "daughter": {"her - man": 0.1029356071515545, "her": 0.3485600915824571, "man": 0.2456244844309026}, "day": {"her - man": -0.09956732072899485, "her": 0.1817656222089806, "man": 0.28133294293797545}, "dead": {"her - man": 0.05631436779074009, "her": 0.2772617210504742, "man": 0.2209473532597341}, "death": {"her - man": -0.03827429816680811, "her": 0.26915107741357047, "man": 0.3074253755803786}, "did": {"her - man": 0.016347766726436813, "her": 0.24396329068231398, "man": 0.22761552395587717}, "dirty": {"her - man": -0.048484773001244874, "her": 0.17246258025848923, "man": 0.2209473532597341}, "do": {"her - man": -0.03324029089800157, "her": 0.18769830706874713, "man": 0.2209385979667487}, "does": {"her - man": 0.037259768224409545, "her": 0.24928336911290938, "man": 0.21202360088849984}, "dog": {"her - man": -0.05376298787964445, "her": 0.2625131343188226, "man": 0.31627612219846707}, "done": {"her - man": 0.03304879948140982, "her": 0.22823780223015763, "man": 0.19518900274874781}, "dont": {"her - man": -0.057517975156387346, "her": 0.17915827918351107, "man": 0.23667625433989842}, "down": {"her - man": -0.03383765022025281, "her": 0.19012218932771513, "man": 0.22395983954796794}, "dress": {"her - man": -0.04651659407657177, "her": 0.22672547181678793, "man": 0.2732420658933597}, "drop": {"her - man": -0.04636253994660339, "her": 0.23078016684482555, "man": 0.27714270679142894}, "dropped": {"her - man": -0.04491541712131697, "her": 0.2676957755738872, "man": 0.31261119269520415}, "duty": {"her - man": 0.03288574340144845, "her": 0.29918847007006844, "man": 0.26630272666862}, "early": {"her - man": 0.0018664246758170744, "her": 0.23618230556413083, "man": 0.23431588088831376}, "eating": {"her - man": -0.05087138482936865, "her": 0.24764825536116353, "man": 0.2985196401905322}, "either": {"her - man": -0.04886507473114779, "her": 0.16138695319488647, "man": 0.21025202792603426}, "end": {"her - man": -0.04927093287556905, "her": 0.14932586688606003, "man": 0.19859679976162908}, "endscreen": {"her - man": -0.042846233366105047, "her": 0.31726731633360494, "man": 0.36011354969971}, "enough": {"her - man": -0.10426550628891859, "her": 0.13559882961877973, "man": 0.23986433590769832}, "even": {"her - man": -0.055590740957401547, "her": 0.12912442860863504, "man": 0.1847151695660366}, "ever": {"her - man": 0.056939062536488505, "her": 0.20631956095437165, "man": 0.14938049841788315}, "every": {"her - man": -0.045290786640677205, "her": 0.22603914693383753, "man": 0.27132993357451474}, "evil": {"her - man": 0.0018664246758170744, "her": 0.23618230556413083, "man": 0.23431588088831376}, "ex": {"her - man": -0.12969703538251576, "her": 0.24010886242285367, "man": 0.36980589780536943}, "example": {"her - man": -0.04833726307508723, "her": 0.1767024764079143, "man": 0.22503973948300154}, "explain": {"her - man": 0.002115307079956108, "her": 0.25451243665424317, "man": 0.25239712957428706}, "eyes": {"her - man": 0.016616429438460867, "her": 0.2740258698413967, "man": 0.25740944040293584}, "face": {"her - man": 0.0014965308211481176, "her": 0.21067919583408365, "man": 0.20918266501293553}, "facebook": {"her - man": -0.047730197496876736, "her": 0.19383953530687453, "man": 0.24156973280375127}, "family": {"her - man": 0.07589686159282122, "her": 0.25337295442385716, "man": 0.17747609283103594}, "famous": {"her - man": -0.04665779986841315, "her": 0.22298631965198298, "man": 0.26964411952039613}, "far": {"her - man": 0.03300900804256715, "her": 0.21235223102392695, "man": 0.1793432229813598}, "feature": {"her - man": -0.045262088919822085, "her": 0.25903597823430097, "man": 0.30429806715412305}, "fed": {"her - man": -0.04741230364267354, "her": 0.20262326034384018, "man": 0.2500355639865137}, "felonies": {"her - man": -0.042846233366105047, "her": 0.31726731633360494, "man": 0.36011354969971}, "few": {"her - man": 0.07561166740072228, "her": 0.25057947577164297, "man": 0.17496780837092069}, "fight": {"her - man": -0.04955009639857119, "her": 0.1408768564518783, "man": 0.1904269528504495}, "find": {"her - man": -0.057940231000087855, "her": 0.1690517468095208, "man": 0.22699197780960864}, "finially": {"her - man": -0.042846233366105047, "her": 0.31726731633360494, "man": 0.36011354969971}, "firefighter": {"her - man": -0.042846233366105047, "her": 0.31726731633360494, "man": 0.36011354969971}, "first": {"her - man": 0.01640016836754707, "her": 0.24923070023106872, "man": 0.23283053186352165}, "for": {"her - man": -0.07082552279020804, "her": 0.26073371333590584, "man": 0.3315592361261139}, "forest": {"her - man": -0.04619300083119543, "her": 0.23521322529629968, "man": 0.2814062261274951}, "forgein": {"her - man": -0.042846233366105047, "her": 0.31726731633360494, "man": 0.36011354969971}, "forum": {"her - man": -0.05033213506195626, "her": 0.11648705359951987, "man": 0.16681918866147613}, "fought": {"her - man": -0.04600442468239341, "her": 0.24010886242285367, "man": 0.2861132871052471}, "found": {"her - man": 0.12960493896075337, "her": 0.2979888158187876, "man": 0.16838387685803424}, "fqpazvlq4xq": {"her - man": -0.042846233366105047, "her": 0.31726731633360494, "man": 0.36011354969971}, "free": {"her - man": 0.03295287556124632, "her": 0.19875041437795102, "man": 0.1657975388167047}, "friend": {"her - man": -0.020933536958360643, "her": 0.24016409929841148, "man": 0.2610976362567721}, "friends": {"her - man": 0.05683224973986331, "her": 0.22846959644403775, "man": 0.17163734670417444}, "from": {"her - man": -0.008390955916601772, "her": 0.26174892499142866, "man": 0.2701398809080304}, "front": {"her - man": 0.05660634773448464, "her": 0.25433204072267984, "man": 0.1977256929881952}, "fun": {"her - man": -0.1339153276744499, "her": 0.19383953530687453, "man": 0.32775486298132445}, "future": {"her - man": -0.10326728717899739, "her": 0.1530750075925761, "man": 0.2563422947715735}, "g": {"her - man": -0.04690927286273405, "her": 0.2162724336970454, "man": 0.26318170655977946}, "gang": {"her - man": -0.05264937572677486, "her": 0.2853585279221445, "man": 0.33800790364891936}, "gather": {"her - man": -0.043862570624906116, "her": 0.29334984049759827, "man": 0.3372124111225044}, "gave": {"her - man": 0.0330280173476796, "her": 0.26734389823599336, "man": 0.23431588088831376}, "get": {"her - man": 0.020963177820336465, "her": 0.23800034147496202, "man": 0.21703716365462555}, "gets": {"her - man": -0.048939511109914124, "her": 0.159193982916155, "man": 0.20813349402606912}, "getting": {"her - man": 0.001278496193892198, "her": 0.19646749894264, "man": 0.19518900274874781}, "gf": {"her - man": -0.04447402157076952, "her": 0.2785659300028224, "man": 0.32303995157359194}, "girl": {"her - man": 0.08316065587738491, "her": 0.34921831378297913, "man": 0.2660576579055942}, "girls": {"her - man": -0.02120714724446121, "her": 0.2299190136473802, "man": 0.2511261608918414}, "give": {"her - man": 0.05681285240438111, "her": 0.23129964745119824, "man": 0.17448679504681713}, "glasses": {"her - man": -0.04491541712131697, "her": 0.2676957755738872, "man": 0.31261119269520415}, "go": {"her - man": 0.002180996787470413, "her": 0.2250871852705677, "man": 0.2229061884830973}, "god": {"her - man": -0.05008214637966381, "her": 0.12440464866715333, "man": 0.17448679504681713}, "goes": {"her - man": -0.05265345473373262, "her": 0.20554207512058953, "man": 0.25819552985432215}, "going": {"her - man": -0.08425459370247412, "her": 0.1668225483905066, "man": 0.2510771420929807}, "gone": {"her - man": -0.04862086197267457, "her": 0.1685235064731637, "man": 0.21714436844583826}, "gonna": {"her - man": -0.047578531476376196, "her": 0.1980459529545264, "man": 0.2456244844309026}, "good": {"her - man": 0.028665328775024174, "her": 0.2131306202263434, "man": 0.18446529145131924}, "got": {"her - man": -0.04898742997890712, "her": 0.23762645418687986, "man": 0.286613884165787}, "great": {"her - man": -0.090500313916474, "her": 0.13526203634511097, "man": 0.22576235026158498}, "greece": {"her - man": -0.04665779986841315, "her": 0.22298631965198298, "man": 0.26964411952039613}, "groid": {"her - man": 0.0021828169806843434, "her": 0.25967337275292834, "man": 0.257490555772244}, "group": {"her - man": -0.0501387410724701, "her": 0.12262250685819279, "man": 0.1727612479306629}, "grow": {"her - man": -0.10087731235224257, "her": 0.1918564453192716, "man": 0.29273375767151416}, "guidance": {"her - man": -0.043862570624906116, "her": 0.29334984049759827, "man": 0.3372124111225044}, "gun": {"her - man": -0.10284145981603413, "her": 0.1602799804313825, "man": 0.2631214402474166}, "guy": {"her - man": -0.03898709677657719, "her": 0.2510108546879141, "man": 0.2899979514644913}, "guys": {"her - man": -0.04914569880958877, "her": 0.1530750075925761, "man": 0.20222070640216488}, "had": {"her - man": 0.03376249898042227, "her": 0.2621722154056136, "man": 0.2284097164251913}, "hair": {"her - man": 0.021172267787023386, "her": 0.25397824083914305, "man": 0.23280597305211967}, "half": {"her - man": 0.0011780503939383402, "her": 0.1901003888694547, "man": 0.18892233847551637}, "hall": {"her - man": -0.09823816367269794, "her": 0.23078016684482555, "man": 0.3290183305175235}, "hand": {"her - man": -0.04866398447871206, "her": 0.1672697443381548, "man": 0.21593372881686687}, "handed": {"her - man": -0.0457918609977076, "her": 0.2455838165117697, "man": 0.2913756775094773}, "happened": {"her - man": -0.04853131489477719, "her": 0.17111842586078274, "man": 0.21964974075555993}, "hard": {"her - man": -0.10387868747339196, "her": 0.1424736799017334, "man": 0.24635236737512536}, "has": {"her - man": -0.06832681870872853, "her": 0.23121715565515955, "man": 0.2995439743638881}, "hated": {"her - man": -0.04924487652654913, "her": 0.28389076653882467, "man": 0.3331356430653738}, "have": {"her - man": -0.02780837428981034, "her": 0.19607567587234426, "man": 0.2238840501621546}, "he": {"her - man": -0.09149688367924691, "her": 0.21696500443582045, "man": 0.30846188811506736}, "head": {"her - man": 0.0015128367920827779, "her": 0.21176486471811704, "man": 0.21025202792603426}, "heard": {"her - man": 0.021136555830376047, "her": 0.2481821403575021, "man": 0.22704558452712606}, "heil": {"her - man": -0.04665779986841315, "her": 0.22298631965198298, "man": 0.26964411952039613}, "hell": {"her - man": 0.002152575213342528, "her": 0.2400062043679588, "man": 0.23785362915461628}, "her": {"her - man": 0.3900368264880181, "her": 0.6410983341501928, "man": 0.2510615076621747}, "here": {"her - man": -0.026703477099863426, "her": 0.2106835185083204, "man": 0.23738699560818383}, "high": {"her - man": -0.0499218158735977, "her": 0.1294214071077621, "man": 0.1793432229813598}, "him": {"her - man": -0.07726950789780107, "her": 0.2516747534271817, "man": 0.3289442613249828}, "his": {"her - man": -0.08942727737000283, "her": 0.24607875080776803, "man": 0.33550602817777087}, "home": {"her - man": 0.09476069930443404, "her": 0.2968455606486357, "man": 0.20208486134420167}, "hope": {"her - man": 0.056955640539402136, "her": 0.1996448357761226, "man": 0.14268919523672047}, "house": {"her - man": 0.09198361476527467, "her": 0.268246258692297, "man": 0.17626264392702234}, "how": {"her - man": 0.05153811079957532, "her": 0.21053015248402937, "man": 0.15899204168445405}, "http": {"her - man": -0.04108132267246045, "her": 0.19589374198914658, "man": 0.23697506466160703}, "https": {"her - man": -0.10564272678451171, "her": 0.10992202103840433, "man": 0.21556474782291604}, "huffed": {"her - man": -0.042846233366105047, "her": 0.31726731633360494, "man": 0.36011354969971}, "hum": {"her - man": -0.04447402157076952, "her": 0.2785659300028224, "man": 0.32303995157359194}, "i": {"her - man": 0.01072543981020363, "her": 0.30629290307501067, "man": 0.29556746326480704}, "idiot": {"her - man": -0.04651659407657177, "her": 0.22672547181678793, "man": 0.2732420658933597}, "if": {"her - man": 0.02618050660545937, "her": 0.23175704804066521, "man": 0.20557654143520585}, "igger": {"her - man": -0.043862570624906116, "her": 0.29334984049759827, "man": 0.3372124111225044}, "in": {"her - man": -0.04044074869873959, "her": 0.3299084329061708, "man": 0.37034918160491037}, "indeed": {"her - man": -0.048176206354113765, "her": 0.18129717591775266, "man": 0.22947338227186642}, "injured": {"her - man": -0.04491541712131697, "her": 0.2676957755738872, "man": 0.31261119269520415}, "into": {"her - man": 0.10718771152875381, "her": 0.23705285772036722, "man": 0.1298651461916134}, "invasion": {"her - man": -0.045262088919822085, "her": 0.25903597823430097, "man": 0.30429806715412305}, "iowa": {"her - man": -0.09551479710938249, "her": 0.2676957755738872, "man": 0.3632105726832697}, "is": {"her - man": 0.005779229390722285, "her": 0.31161784972793793, "man": 0.30583862033721565}, "it": {"her - man": 0.0008973452542765381, "her": 0.26994604342748124, "man": 0.2690486981732047}, "its": {"her - man": 9.217416931497913e-05, "her": 0.12709797645810922, "man": 0.12700580228879424}, "job": {"her - man": -0.048939511109914124, "her": 0.159193982916155, "man": 0.20813349402606912}, "jumped": {"her - man": -0.04619300083119543, "her": 0.23521322529629968, "man": 0.2814062261274951}, "just": {"her - man": -0.01972424620582136, "her": 0.22368697088452683, "man": 0.2434112170903482}, "kick": {"her - man": 0.0020531411065498606, "her": 0.24983446741109566, "man": 0.2477813263045458}, "kicked": {"her - man": -0.0457918609977076, "her": 0.2455838165117697, "man": 0.2913756775094773}, "kid": {"her - man": -0.021252024518218254, "her": 0.22823780223015763, "man": 0.2494898267483759}, "kill": {"her - man": -0.10201748368441022, "her": 0.17384006521682, "man": 0.2758575489012302}, "killed": {"her - man": -0.012292908007406123, "her": 0.2946424034800751, "man": 0.3069353114874812}, "killing": {"her - man": -0.1347029166757881, "her": 0.18459130471124824, "man": 0.31929422138703634}, "kinda": {"her - man": -0.04651659407657177, "her": 0.22672547181678793, "man": 0.2732420658933597}, "kiss": {"her - man": 0.0024325935315371305, "her": 0.27957530032296607, "man": 0.27714270679142894}, "knife": {"her - man": -0.04678816922564258, "her": 0.2195145574429774, "man": 0.26630272666862}, "know": {"her - man": 0.020484204530066108, "her": 0.17928041130360162, "man": 0.1587962067735355}, "large": {"her - man": -0.0479988160003916, "her": 0.18631706488792216, "man": 0.23431588088831376}, "last": {"her - man": -0.02394322869580745, "her": 0.2330251267288323, "man": 0.25696835542463975}, "laughing": {"her - man": -0.04678816922564258, "her": 0.2195145574429774, "man": 0.26630272666862}, "lawyer": {"her - man": -0.04491541712131697, "her": 0.2676957755738872, "man": 0.31261119269520415}, "learn": {"her - man": -0.04904560386826043, "her": 0.15605373903779488, "man": 0.2050993429060553}, "least": {"her - man": -0.04955009639857119, "her": 0.1408768564518783, "man": 0.1904269528504495}, "leave": {"her - man": 0.0014804836705520075, "her": 0.20961397769662113, "man": 0.20813349402606912}, "left": {"her - man": 0.001085817886223639, "her": 0.18434703727119248, "man": 0.18326121938496884}, "lesbian": {"her - man": -0.045262088919822085, "her": 0.25903597823430097, "man": 0.30429806715412305}, "let": {"her - man": 0.0638423679029492, "her": 0.270110873787646, "man": 0.20626850588469678}, "life": {"her - man": 0.056761461747041664, "her": 0.23803162919529036, "man": 0.1812701674482487}, "like": {"her - man": -0.09895203444342848, "her": 0.24850483576025156, "man": 0.34745687020368005}, "lisa": {"her - man": -0.04491541712131697, "her": 0.2676957755738872, "man": 0.31261119269520415}, "little": {"her - man": 0.051319541461694235, "her": 0.26334314235019407, "man": 0.21202360088849984}, "live": {"her - man": -0.05517420652198743, "her": 0.14059913202699517, "man": 0.1957733385489826}, "lived": {"her - man": 0.033045719510294586, "her": 0.2595224632244283, "man": 0.2264767437141337}, "lives": {"her - man": -0.0479988160003916, "her": 0.18631706488792216, "man": 0.23431588088831376}, "local": {"her - man": -0.04886507473114779, "her": 0.16138695319488647, "man": 0.21025202792603426}, "london": {"her - man": -0.10337845591544842, "her": 0.15117048540389266, "man": 0.2545489413193411}, "look": {"her - man": -0.09043417732820835, "her": 0.1365578004814003, "man": 0.22699197780960864}, "looking": {"her - man": -0.1161386019514905, "her": 0.14416085932081768, "man": 0.2602994612723082}, "looks": {"her - man": -0.021606665900848754, "her": 0.21494389957463655, "man": 0.2365505654754853}, "louis": {"her - man": 0.00260289096107158, "her": 0.2939785684705489, "man": 0.2913756775094773}, "love": {"her - man": 0.02116509177518222, "her": 0.25277369968762603, "man": 0.2316086079124438}, "m": {"her - man": -0.16585164837668803, "her": 0.1525141957535644, "man": 0.31836584413025243}, "machete": {"her - man": -0.04447402157076952, "her": 0.2785659300028224, "man": 0.32303995157359194}, "mail": {"her - man": -0.13440628324292853, "her": 0.18810025648872153, "man": 0.32250653973165005}, "make": {"her - man": -0.014235235722319245, "her": 0.21369429752243785, "man": 0.2279295332447571}, "makes": {"her - man": -0.08713602244805582, "her": 0.19646749894264, "man": 0.28360352139069583}, "man": {"her - man": -0.4582856894174161, "her": 0.23050207383107726, "man": 0.6887877632484933}, "many": {"her - man": -0.055801962811802844, "her": 0.12321223559913787, "man": 0.1790141984109407}, "may": {"her - man": -0.021675758690152674, "her": 0.21235223102392695, "man": 0.23402798971407962}, "maybe": {"her - man": -0.050651676298114484, "her": 0.10618957059519168, "man": 0.15684124689330617}, "me": {"her - man": -0.024106570522240356, "her": 0.24682478178372735, "man": 0.2709313523059677}, "media": {"her - man": -0.04927093287556905, "her": 0.14932586688606003, "man": 0.19859679976162908}, "meet": {"her - man": -0.13861518137293685, "her": 0.1348809093452262, "man": 0.27349609071816305}, "men": {"her - man": -0.18449707057031242, "her": 0.13632530287405178, "man": 0.3208223734443642}, "mess": {"her - man": -0.04712844496338339, "her": 0.2103621108088606, "man": 0.257490555772244}, "met": {"her - man": 0.03299846202286058, "her": 0.27655490950373846, "man": 0.24355644748087787}, "michael": {"her - man": -0.04702236092868978, "her": 0.21322978380773233, "man": 0.2602521447364221}, "missing": {"her - man": -0.04712844496338339, "her": 0.2103621108088606, "man": 0.257490555772244}, "monday": {"her - man": -0.04651659407657177, "her": 0.22672547181678793, "man": 0.2732420658933597}, "money": {"her - man": -0.04985777056818752, "her": 0.13141239688006118, "man": 0.1812701674482487}, "monkey": {"her - man": -0.04665779986841315, "her": 0.22298631965198298, "man": 0.26964411952039613}, "monkies": {"her - man": -0.042846233366105047, "her": 0.31726731633360494, "man": 0.36011354969971}, "month": {"her - man": -0.02059829065016533, "her": 0.2527053575456485, "man": 0.2733036481958138}, "more": {"her - man": -0.09228982622735854, "her": 0.20538609764323418, "man": 0.2976759238705927}, "morning": {"her - man": 0.002941189990455284, "her": 0.29567494766196945, "man": 0.29273375767151416}, "most": {"her - man": -0.1417336651120865, "her": 0.08909195308921883, "man": 0.23082561820130532}, "mother": {"her - man": 0.10485015689567767, "her": 0.308973531411627, "man": 0.2041233745159493}, "move": {"her - man": -0.049209420684870386, "her": 0.15117048540389266, "man": 0.20037990608876305}, "moved": {"her - man": 0.001635162828208192, "her": 0.22001774020586887, "man": 0.21838257737766067}, "movement": {"her - man": -0.04793544325707233, "her": 0.18810025648872153, "man": 0.23603569974579386}, "movie": {"her - man": -0.04786968019999607, "her": 0.18994513195009063, "man": 0.2378148121500867}, "much": {"her - man": -0.10666441776946217, "her": 0.08944401357975507, "man": 0.19610843134921724}, "murder": {"her - man": -0.07957565615273615, "her": 0.24665019471377797, "man": 0.3262258508665141}, "murdered": {"her - man": -0.019657600812959808, "her": 0.2878270517425951, "man": 0.3074846525555549}, "murders": {"her - man": 0.03277957819390176, "her": 0.31418580432139687, "man": 0.2814062261274951}, "my": {"her - man": 0.04185631372079418, "her": 0.27342349836240976, "man": 0.23156718464161558}, "n": {"her - man": -0.01949327493569264, "her": 0.25323821799187424, "man": 0.2727314929275669}, "name": {"her - man": 0.06344423784437819, "her": 0.293879079302429, "man": 0.23043484145805082}, "names": {"her - man": -0.04702236092868978, "her": 0.21322978380773233, "man": 0.2602521447364221}, "nazi": {"her - man": -0.0472283551845413, "her": 0.2076492392768177, "man": 0.254877594461359}, "need": {"her - man": -0.022911951203856612, "her": 0.16588893737861216, "man": 0.18880088858246877}, "neevr": {"her - man": -0.042846233366105047, "her": 0.31726731633360494, "man": 0.36011354969971}, "negro": {"her - man": 0.09219265164437712, "her": 0.2600505665859994, "man": 0.16785791494162228}, "neighbors": {"her - man": -0.04619300083119543, "her": 0.23521322529629968, "man": 0.2814062261274951}, "never": {"her - man": -0.06187882734428654, "her": 0.2060715921398765, "man": 0.26795041948416304}, "new": {"her - man": -0.023491982425394686, "her": 0.14402642624973264, "man": 0.16751840867512732}, "news": {"her - man": -0.14200972800100975, "her": 0.0846726822356001, "man": 0.22668241023660984}, "next": {"her - man": 0.075927863223999, "her": 0.25159277277745734, "man": 0.17566490955345834}, "nigerian": {"her - man": -0.0457918609977076, "her": 0.2455838165117697, "man": 0.2913756775094773}, "night": {"her - man": -0.08056600772498773, "her": 0.23077827665617723, "man": 0.31134428438116496}, "niglet": {"her - man": -0.045262088919822085, "her": 0.25903597823430097, "man": 0.30429806715412305}, "no": {"her - man": -0.031903426773136595, "her": 0.22485833064870323, "man": 0.2567617574218398}, "non": {"her - man": -0.11591797418149238, "her": 0.1475359625240293, "man": 0.2634539367055217}, "nor": {"her - man": -0.04712844496338339, "her": 0.2103621108088606, "man": 0.257490555772244}, "nordic": {"her - man": -0.10226569098236227, "her": 0.16980591980574955, "man": 0.2720716107881118}, "nose": {"her - man": 0.002339291694169743, "her": 0.2719834112145659, "man": 0.26964411952039613}, "not": {"her - man": 0.01045009540680858, "her": 0.20922920800211278, "man": 0.1987791125953042}, "nothing": {"her - man": 0.05688889097902705, "her": 0.2187591471587523, "man": 0.16187025617972525}, "now": {"her - man": -0.06062376311240772, "her": 0.17780702817436278, "man": 0.2384307912867705}, "nr": {"her - man": -0.042846233366105047, "her": 0.31726731633360494, "man": 0.36011354969971}, "nurse": {"her - man": -0.042846233366105047, "her": 0.31726731633360494, "man": 0.36011354969971}, "obviously": {"her - man": -0.04690927286273405, "her": 0.2162724336970454, "man": 0.26318170655977946}, "of": {"her - man": -0.06780814640717714, "her": 0.2797689633191215, "man": 0.3475771097262986}, "off": {"her - man": 0.07516374645605053, "her": 0.2761532338649392, "man": 0.20098948740888864}, "officer": {"her - man": -0.04554810827132272, "her": 0.25180688919207256, "man": 0.2973549974633953}, "officers": {"her - man": -0.09757013450118096, "her": 0.24010886242285367, "man": 0.33767899692403464}, "ohhh": {"her - man": -0.042846233366105047, "her": 0.31726731633360494, "man": 0.36011354969971}, "old": {"her - man": 0.017954181106256073, "her": 0.31431348862731057, "man": 0.2963593075210545}, "on": {"her - man": -0.029611581517759278, "her": 0.2829926729921817, "man": 0.312604254509941}, "once": {"her - man": -0.10453420921789869, "her": 0.13074157538948483, "man": 0.23527578460738352}, "one": {"her - man": -0.08167769676035658, "her": 0.21342609751940161, "man": 0.2951037942797582}, "online": {"her - man": -0.11088720499682528, "her": 0.2175323552082105, "man": 0.32841956020503577}, "only": {"her - man": -0.014866122591392417, "her": 0.18833347995582297, "man": 0.2031996025472154}, "or": {"her - man": -0.05561102070396112, "her": 0.21614855418880163, "man": 0.27175957489276276}, "other": {"her - man": 0.12031758100156559, "her": 0.2300482855965483, "man": 0.10973070459498271}, "our": {"her - man": -0.08395277075668672, "her": 0.13891563327861722, "man": 0.22286840403530395}, "out": {"her - man": 0.009832301800258736, "her": 0.25767761502311826, "man": 0.24784531322285952}, "over": {"her - man": 0.03270485085297897, "her": 0.16256999704459238, "man": 0.1298651461916134}, "own": {"her - man": 0.14104198255904152, "her": 0.28130219491315106, "man": 0.14026021235410954}, "packi": {"her - man": -0.042846233366105047, "her": 0.31726731633360494, "man": 0.36011354969971}, "page": {"her - man": -0.048747189158525495, "her": 0.1648429134052697, "man": 0.21359010256379518}, "palm": {"her - man": -0.04491541712131697, "her": 0.2676957755738872, "man": 0.31261119269520415}, "part": {"her - man": -0.05000378167931671, "her": 0.12686254690071896, "man": 0.17686632858003568}, "patch": {"her - man": -0.043862570624906116, "her": 0.29334984049759827, "man": 0.3372124111225044}, "people": {"her - man": -0.08226829444127845, "her": 0.1914249348771838, "man": 0.27369322931846224}, "person": {"her - man": 0.07604595090998056, "her": 0.2444298277680148, "man": 0.16838387685803424}, "personally": {"her - man": -0.04600442468239341, "her": 0.24010886242285367, "man": 0.2861132871052471}, "photo": {"her - man": 0.05598369382411572, "her": 0.297553426627867, "man": 0.24156973280375127}, "place": {"her - man": -0.05667901496235564, "her": 0.19875041437795102, "man": 0.25542942934030666}, "play": {"her - man": 0.0017754259066803668, "her": 0.2297292254869498, "man": 0.22795379958026943}, "please": {"her - man": -0.050157214078800486, "her": 0.12203950701887302, "man": 0.1721967210976735}, "point": {"her - man": 0.0013051074740440538, "her": 0.19817273769800106, "man": 0.196867630223957}, "police": {"her - man": -0.03425298410988431, "her": 0.3037970866350933, "man": 0.3380500707449776}, "posted": {"her - man": -0.10263837863165551, "her": 0.1636674394489462, "man": 0.2663058180806017}, "power": {"her - man": -0.04866398447871206, "her": 0.1672697443381548, "man": 0.21593372881686687}, "pregnant": {"her - man": -0.04554810827132272, "her": 0.25180688919207256, "man": 0.2973549974633953}, "pride": {"her - man": -0.04897558659439477, "her": 0.15812812584495733, "man": 0.2071037124393521}, "principal": {"her - man": -0.04447402157076952, "her": 0.2785659300028224, "man": 0.32303995157359194}, "prosecutors": {"her - man": -0.042846233366105047, "her": 0.31726731633360494, "man": 0.36011354969971}, "protect": {"her - man": 0.0022189425287221787, "her": 0.2624710872651443, "man": 0.2602521447364221}, "proud": {"her - man": -0.10315175633213258, "her": 0.15504377352218957, "man": 0.25819552985432215}, "pulls": {"her - man": 0.0028404363835504154, "her": 0.31545162907875457, "man": 0.31261119269520415}, "punk": {"her - man": -0.045262088919822085, "her": 0.25903597823430097, "man": 0.30429806715412305}, "race": {"her - man": -0.023213973182339115, "her": 0.15451006944073634, "man": 0.17772404262307545}, "racist": {"her - man": -0.10453420921789869, "her": 0.13074157538948483, "man": 0.23527578460738352}, "ran": {"her - man": -0.09945779704694452, "her": 0.21322978380773233, "man": 0.31268758085467685}, "range": {"her - man": -0.04636253994660339, "her": 0.23078016684482555, "man": 0.27714270679142894}, "rapes": {"her - man": -0.04636253994660339, "her": 0.23078016684482555, "man": 0.27714270679142894}, "re": {"her - man": -0.16815852531564401, "her": 0.08533433383796761, "man": 0.25349285915361164}, "really": {"her - man": -0.1406842517082384, "her": 0.10528883307468861, "man": 0.245973084782927}, "reason": {"her - man": -0.08671158101171311, "her": 0.2036098445533565, "man": 0.2903214255650696}, "remember": {"her - man": 0.05652288627351282, "her": 0.2616222291795681, "man": 0.2050993429060553}, "reporter": {"her - man": -0.04447402157076952, "her": 0.2785659300028224, "man": 0.32303995157359194}, "rest": {"her - man": -0.08593926746128056, "her": 0.21633023336294233, "man": 0.3022695008242229}, "right": {"her - man": 0.02095029244765298, "her": 0.22340444183788016, "man": 0.20245414939022718}, "river": {"her - man": 0.0021483266230285514, "her": 0.25702592108438754, "man": 0.254877594461359}, "rlm": {"her - man": -0.04749741333506563, "her": 0.20028391296948017, "man": 0.2477813263045458}, "road": {"her - man": 0.0021483266230285514, "her": 0.25702592108438754, "man": 0.254877594461359}, "rob": {"her - man": -0.09551479710938249, "her": 0.2676957755738872, "man": 0.3632105726832697}, "room": {"her - man": 0.0021828169806843434, "her": 0.25967337275292834, "man": 0.257490555772244}, "running": {"her - man": -0.04823155280533967, "her": 0.17972224677492976, "man": 0.22795379958026943}, "s": {"her - man": -0.058798977751789605, "her": 0.26490132402423383, "man": 0.32370030177602344}, "sad": {"her - man": 0.0015634119923379208, "her": 0.2151535145561331, "man": 0.21359010256379518}, "said": {"her - man": 0.1031543273417233, "her": 0.31306200200992246, "man": 0.20990767466819915}, "same": {"her - man": -0.022845067333927077, "her": 0.16840738313799028, "man": 0.19125245047191736}, "sat": {"her - man": 0.05542622483988069, "her": 0.3250703443602768, "man": 0.26964411952039613}, "saturday": {"her - man": -0.04636253994660339, "her": 0.23078016684482555, "man": 0.27714270679142894}, "save": {"her - man": 0.05607900182907233, "her": 0.2921147015748662, "man": 0.23603569974579386}, "saw": {"her - man": 0.05688889097902705, "her": 0.2187591471587523, "man": 0.16187025617972525}, "say": {"her - man": -0.014695508081695646, "her": 0.19514984911052696, "man": 0.2098453571922226}, "says": {"her - man": 0.03303810185709294, "her": 0.22270791406022092, "man": 0.18966981220312798}, "scene": {"her - man": -0.04793544325707233, "her": 0.18810025648872153, "man": 0.23603569974579386}, "school": {"her - man": 0.06425785858361843, "her": 0.23244207481114063, "man": 0.1681842162275222}, "see": {"her - man": 0.02948084283498667, "her": 0.26123249657771186, "man": 0.2317516537427252}, "seems": {"her - man": -0.10337845591544842, "her": 0.15117048540389266, "man": 0.2545489413193411}, "seen": {"her - man": 0.021077024442701903, "her": 0.2394362717860368, "man": 0.2183592473433349}, "semen": {"her - man": -0.043862570624906116, "her": 0.29334984049759827, "man": 0.3372124111225044}, "seriously": {"her - man": -0.0472283551845413, "her": 0.2076492392768177, "man": 0.254877594461359}, "several": {"her - man": -0.048576657571911125, "her": 0.16980591980574955, "man": 0.21838257737766067}, "she": {"her - man": 0.2587143908741926, "her": 0.4778175898230653, "man": 0.2191031989488727}, "shoot": {"her - man": -0.047578531476376196, "her": 0.1980459529545264, "man": 0.2456244844309026}, "shot": {"her - man": -0.03720172598309396, "her": 0.2959066761683893, "man": 0.33310840215148324}, "should": {"her - man": -0.06260934315073366, "her": 0.19084309646839456, "man": 0.2534524396191282}, "show": {"her - man": 0.09264715140382951, "her": 0.23934366076881344, "man": 0.14669650936498393}, "sister": {"her - man": 0.07473210963660504, "her": 0.30420549190847146, "man": 0.22947338227186642}, "sitting": {"her - man": -0.10047368723600578, "her": 0.1980459529545264, "man": 0.2985196401905322}, "small": {"her - man": 0.0012271384474405456, "her": 0.19319847935534443, "man": 0.19197134090790388}, "smashed": {"her - man": -0.04491541712131697, "her": 0.2676957755738872, "man": 0.31261119269520415}, "smile": {"her - man": 0.00260289096107158, "her": 0.2939785684705489, "man": 0.2913756775094773}, "so": {"her - man": -0.028182533856555336, "her": 0.2172135406059457, "man": 0.24539607446250103}, "some": {"her - man": -0.027219878621254717, "her": 0.24477298517303384, "man": 0.27199286379428855}, "son": {"her - man": 0.05055191286171684, "her": 0.32262352364982866, "man": 0.2720716107881118}, "song": {"her - man": 0.0015634119923379208, "her": 0.2151535145561331, "man": 0.21359010256379518}, "sorry": {"her - man": -0.012625743486149421, "her": 0.28044335254024444, "man": 0.29306909602639386}, "sounds": {"her - man": 0.0018197660288017392, "her": 0.23285797524353008, "man": 0.23103820921472834}, "spending": {"her - man": 0.002949851688104632, "her": 0.3259898032616966, "man": 0.32303995157359194}, "st": {"her - man": -0.05248618235762312, "her": 0.20961397769662113, "man": 0.26210016005424425}, "start": {"her - man": -0.05044512195906513, "her": 0.11286917219650304, "man": 0.16331429415556817}, "station": {"her - man": -0.0472283551845413, "her": 0.2076492392768177, "man": 0.254877594461359}, "stood": {"her - man": -0.09792241776907412, "her": 0.23521322529629968, "man": 0.3331356430653738}, "stories": {"her - man": 0.0020531411065498606, "her": 0.24983446741109566, "man": 0.2477813263045458}, "stormed": {"her - man": -0.04447402157076952, "her": 0.2785659300028224, "man": 0.32303995157359194}, "stormfront": {"her - man": -0.050785833833382504, "her": 0.10180435631464768, "man": 0.15259019014803019}, "story": {"her - man": -0.013180204783341087, "her": 0.2570999883982474, "man": 0.27028019318158847}, "straw": {"her - man": -0.043862570624906116, "her": 0.29334984049759827, "man": 0.3372124111225044}, "street": {"her - man": -0.020563623599736014, "her": 0.254001484673012, "man": 0.274565108272748}, "strong": {"her - man": -0.047578531476376196, "her": 0.1980459529545264, "man": 0.2456244844309026}, "students": {"her - man": -0.1030315163568383, "her": 0.1570816242423745, "man": 0.2601131405992128}, "stuff": {"her - man": -0.05269331488259876, "her": 0.20456784303487557, "man": 0.25726115791747434}, "stupid": {"her - man": -0.012874002505006366, "her": 0.2699442720160224, "man": 0.28281827452102876}, "substitute": {"her - man": -0.043862570624906116, "her": 0.29334984049759827, "man": 0.3372124111225044}, "such": {"her - man": -0.0501387410724701, "her": 0.12262250685819279, "man": 0.1727612479306629}, "suited": {"her - man": -0.04447402157076952, "her": 0.2785659300028224, "man": 0.32303995157359194}, "t": {"her - man": -0.00870384952058853, "her": 0.24990582182462776, "man": 0.2586096713452163}, "table": {"her - man": -0.04651659407657177, "her": 0.22672547181678793, "man": 0.2732420658933597}, "take": {"her - man": 0.03284426620336964, "her": 0.18029642747587754, "man": 0.1474521612725079}, "taken": {"her - man": 0.033056887947802566, "her": 0.25143946532546324, "man": 0.21838257737766067}, "talkin": {"her - man": -0.043862570624906116, "her": 0.29334984049759827, "man": 0.3372124111225044}, "talking": {"her - man": -0.04882664713931803, "her": 0.16251579019498966, "man": 0.2113424373343077}, "talks": {"her - man": -0.0457918609977076, "her": 0.2455838165117697, "man": 0.2913756775094773}, "tape": {"her - man": -0.13096456055805633, "her": 0.22672547181678793, "man": 0.35769003237484426}, "taylor": {"her - man": -0.04447402157076952, "her": 0.2785659300028224, "man": 0.32303995157359194}, "teacher": {"her - man": 0.0013891381511916268, "her": 0.2036098445533565, "man": 0.20222070640216488}, "tell": {"her - man": -0.13896427193209226, "her": 0.13007796709348846, "man": 0.2690422390255807}, "telling": {"her - man": -0.10100072113630579, "her": 0.18994513195009063, "man": 0.2909458530863964}, "than": {"her - man": -0.014683146718237644, "her": 0.1956449068998041, "man": 0.21032805361804174}, "thanks": {"her - man": -0.04996326955850622, "her": 0.12812880080068384, "man": 0.17809207035919006}, "that": {"her - man": -0.03319874341149154, "her": 0.2770160561111925, "man": 0.31021479952268405}, "thats": {"her - man": -0.04866398447871206, "her": 0.1672697443381548, "man": 0.21593372881686687}, "the": {"her - man": -0.05277567045693343, "her": 0.3060938797833475, "man": 0.35886955024028094}, "their": {"her - man": 0.0010857366202341179, "her": 0.17007387569254134, "man": 0.16898813907230723}, "them": {"her - man": 0.13277128252646603, "her": 0.19469460514043277, "man": 0.06192332261396675}, "then": {"her - man": 0.11287174410196305, "her": 0.28061139335485746, "man": 0.16773964925289442}, "there": {"her - man": -0.11874259977652835, "her": 0.15390004983175942, "man": 0.27264264960828777}, "theres": {"her - man": -0.04665779986841315, "her": 0.22298631965198298, "man": 0.26964411952039613}, "these": {"her - man": -0.10796482908146299, "her": 0.06111699969240033, "man": 0.16908182877386332}, "they": {"her - man": -0.027756898783844658, "her": 0.1975002517387618, "man": 0.22525715052260645}, "think": {"her - man": 0.09319022990198396, "her": 0.2031402211473919, "man": 0.10994999124540793}, "this": {"her - man": -0.031010050837015468, "her": 0.28241140981161683, "man": 0.3134214606486323}, "those": {"her - man": -4.95128173513687e-05, "her": 0.11952844782480522, "man": 0.11957796064215659}, "time": {"her - man": -0.015256411472560683, "her": 0.25194554106870803, "man": 0.2672019525412687}, "times": {"her - man": -0.1148756250805407, "her": 0.1630807225866117, "man": 0.2779563476671524}, "to": {"her - man": -0.014647706484919976, "her": 0.3192999623880746, "man": 0.3339476688729946}, "together": {"her - man": -0.05356019672848919, "her": 0.18299036874699612, "man": 0.2365505654754853}, "told": {"her - man": 0.09307814452779828, "her": 0.34019881129025586, "man": 0.24712066676245759}, "too": {"her - man": 0.020724454081129662, "her": 0.19999961323325022, "man": 0.17927515915212056}, "town": {"her - man": 0.0009014589203884815, "her": 0.173098180018062, "man": 0.1721967210976735}, "tree": {"her - man": 0.0019680017480020184, "her": 0.2435377345517533, "man": 0.24156973280375127}, "try": {"her - man": 0.02110483508287056, "her": 0.24339845579916453, "man": 0.22229362071629397}, "trying": {"her - man": 0.0330111403343781, "her": 0.21298982943500522, "man": 0.17997868910062712}, "turned": {"her - man": -0.04702236092868978, "her": 0.21322978380773233, "man": 0.2602521447364221}, "turning": {"her - man": 0.0022969196648025547, "her": 0.26859964633342254, "man": 0.26630272666862}, "tv": {"her - man": -0.08838097617775084, "her": 0.17483647246734138, "man": 0.2632174486450922}, "two": {"her - man": -0.023648815971353238, "her": 0.24274779027967788, "man": 0.2663966062510311}, "typical": {"her - man": -0.0472283551845413, "her": 0.2076492392768177, "man": 0.254877594461359}, "u": {"her - man": -0.049575745739343424, "her": 0.14009406646378456, "man": 0.18966981220312798}, "uneven": {"her - man": -0.042846233366105047, "her": 0.31726731633360494, "man": 0.36011354969971}, "until": {"her - man": 0.00116610591007546, "her": 0.18935037545617855, "man": 0.1881842695461031}, "up": {"her - man": -0.08170174059293853, "her": 0.21304706679705718, "man": 0.2947488073899957}, "ur": {"her - man": -0.04554810827132272, "her": 0.25180688919207256, "man": 0.2973549974633953}, "use": {"her - man": -0.0504135627990029, "her": 0.11388222623777665, "man": 0.16429578903677955}, "used": {"her - man": 0.09185139337529469, "her": 0.2731215608235434, "man": 0.1812701674482487}, "v": {"her - man": 0.001360384754268501, "her": 0.20174029084303155, "man": 0.20037990608876305}, "ve": {"her - man": 0.0013267767263576147, "her": 0.19042923469669323, "man": 0.18910245797033562}, "very": {"her - man": 0.020732944068895448, "her": 0.20079699157188755, "man": 0.1800640475029921}, "victim": {"her - man": 0.002256898534802876, "her": 0.26543860509458234, "man": 0.26318170655977946}, "video": {"her - man": -0.04882686797238586, "her": 0.24117405472701028, "man": 0.29000092269939615}, "wanna": {"her - man": -0.04690927286273405, "her": 0.2162724336970454, "man": 0.26318170655977946}, "want": {"her - man": 0.020652527356163602, "her": 0.19344389131628645, "man": 0.17279136396012285}, "was": {"her - man": 0.01234085849456712, "her": 0.3328351192281375, "man": 0.3204942607335704}, "watch": {"her - man": 0.016377006876770878, "her": 0.24687441224324175, "man": 0.23049740536647087}, "watched": {"her - man": -0.04712844496338339, "her": 0.2103621108088606, "man": 0.257490555772244}, "way": {"her - man": -0.045564989928343264, "her": 0.21943320241068312, "man": 0.2649981923390264}, "we": {"her - man": 0.04475644060985459, "her": 0.23003167897669052, "man": 0.18527523836683593}, "website": {"her - man": -0.048387821897622446, "her": 0.17525270382614078, "man": 0.22364052572376322}, "wedding": {"her - man": -0.04491541712131697, "her": 0.2676957755738872, "man": 0.31261119269520415}, "week": {"her - man": -0.021570969348821134, "her": 0.21628265980579514, "man": 0.23785362915461628}, "weeks": {"her - man": 0.001374663604883447, "her": 0.20266750770438813, "man": 0.20129284409950468}, "welfare": {"her - man": -0.04732278152199265, "her": 0.2050743480522944, "man": 0.25239712957428706}, "well": {"her - man": 0.037195421812566215, "her": 0.21265627387582434, "man": 0.17546085206325812}, "went": {"her - man": 0.003157820487279861, "her": 0.2829597697416315, "man": 0.27980194925435165}, "were": {"her - man": 0.12030262609863328, "her": 0.23069321473454732, "man": 0.11039058863591404}, "what": {"her - man": 0.015662629299177333, "her": 0.1887423200975542, "man": 0.17307969079837687}, "whatever": {"her - man": -0.04793544325707233, "her": 0.18810025648872153, "man": 0.23603569974579386}, "when": {"her - man": 0.07346998294807094, "her": 0.27337925975822447, "man": 0.19990927681015352}, "whenever": {"her - man": -0.04690927286273405, "her": 0.2162724336970454, "man": 0.26318170655977946}, "where": {"her - man": -0.031231585580407006, "her": 0.2353605231009927, "man": 0.2665921086813997}, "which": {"her - man": -0.0508241911246963, "her": 0.10054362784373333, "man": 0.15136781896842963}, "while": {"her - man": 0.016604752310959037, "her": 0.2725231369167178, "man": 0.2559183846057588}, "white": {"her - man": -0.1375466129066556, "her": 0.2852689252081899, "man": 0.4228155381148455}, "whites": {"her - man": -0.1440996596651572, "her": 0.048557849855335566, "man": 0.19265750952049276}, "whitey": {"her - man": -0.09823816367269794, "her": 0.23078016684482555, "man": 0.3290183305175235}, "who": {"her - man": -0.0048551828383439355, "her": 0.24738326666815588, "man": 0.2522384495064998}, "whole": {"her - man": -0.04924044329025709, "her": 0.15024094179517597, "man": 0.19948138508543306}, "whut": {"her - man": -0.043862570624906116, "her": 0.29334984049759827, "man": 0.3372124111225044}, "why": {"her - man": 0.0004027373051604388, "her": 0.14416085932081768, "man": 0.14375812201565724}, "will": {"her - man": 0.017295036389368384, "her": 0.24738985731552277, "man": 0.23009482092615438}, "with": {"her - man": -0.054992965616623646, "her": 0.2866996986030043, "man": 0.34169266421962796}, "woman": {"her - man": -0.04869205417463779, "her": 0.3458634293314752, "man": 0.39455548350611297}, "women": {"her - man": -0.10268908842140337, "her": 0.20631764383591764, "man": 0.309006732257321}, "won": {"her - man": -0.04619300083119543, "her": 0.23521322529629968, "man": 0.2814062261274951}, "wore": {"her - man": -0.04554810827132272, "her": 0.25180688919207256, "man": 0.2973549974633953}, "work": {"her - man": -0.0886035781062822, "her": 0.1708531757713546, "man": 0.2594567538776368}, "world": {"her - man": -0.054960628489202246, "her": 0.14639192739600063, "man": 0.20135255588520287}, "would": {"her - man": 0.033605097590835936, "her": 0.22396598199402415, "man": 0.1903608844031882}, "wrench": {"her - man": -0.042846233366105047, "her": 0.31726731633360494, "man": 0.36011354969971}, "www": {"her - man": -0.08062713519114045, "her": 0.19114434935897545, "man": 0.2717714845501159}, "x202a": {"her - man": -0.04765602108517111, "her": 0.19590042639570676, "man": 0.24355644748087787}, "x202c": {"her - man": -0.04765602108517111, "her": 0.19590042639570676, "man": 0.24355644748087787}, "y": {"her - man": -0.13293355559662495, "her": 0.2050743480522944, "man": 0.33800790364891936}, "year": {"her - man": -0.011998721861800565, "her": 0.28716236528389577, "man": 0.29916108714569634}, "years": {"her - man": 0.0012259989403897997, "her": 0.18481783775881022, "man": 0.18359183881842042}, "yesterday": {"her - man": 0.0022969196648025547, "her": 0.26859964633342254, "man": 0.26630272666862}, "yet": {"her - man": 0.0012271384474405456, "her": 0.19319847935534443, "man": 0.19197134090790388}, "you": {"her - man": -0.08819002992571023, "her": 0.14957120098644747, "man": 0.2377612309121577}, "young": {"her - man": -0.09430205558060117, "her": 0.2560686426039461, "man": 0.35037069818454725}, "your": {"her - man": -0.09980653233125716, "her": 0.13293030843419426, "man": 0.23273684076545142}, "youtube": {"her - man": -0.1361201969096468, "her": 0.17882004205819427, "man": 0.31494023896784107}, "zakeshia": {"her - man": -0.042846233366105047, "her": 0.31726731633360494, "man": 0.36011354969971}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-she.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-she.json new file mode 100644 index 0000000000000000000000000000000000000000..05e6b043c6176ed78d391b22aca81868d0c2b402 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-she.json @@ -0,0 +1 @@ +{"1": {"her - she": 0.06427559983884955, "her": 0.18464593526301287, "she": 0.12037033542416332}, "10": {"her - she": 0.01097749597942796, "her": 0.22823780223015763, "she": 0.21726030625072967}, "11": {"her - she": -0.01894223925382646, "her": 0.1685235064731637, "she": 0.18746574572699015}, "12": {"her - she": 0.06255149628409545, "her": 0.2566909812699956, "she": 0.19413948498590017}, "13": {"her - she": 0.030816571828708228, "her": 0.25451243665424317, "she": 0.22369586482553494}, "15": {"her - she": -0.020482132406285797, "her": 0.22535324227548595, "she": 0.24583537468177175}, "18": {"her - she": -0.01874301333350642, "her": 0.1918564453192716, "she": 0.21059945865277802}, "1985": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "2": {"her - she": 0.0016816517085029292, "her": 0.20554365906614896, "she": 0.20386200735764604}, "2014": {"her - she": -0.018513702413630373, "her": 0.2162724336970454, "she": 0.23478613611067578}, "21": {"her - she": -0.018706504689409403, "her": 0.19590042639570676, "she": 0.21460693108511616}, "27": {"her - she": 0.03035638782404526, "her": 0.28389076653882467, "she": 0.2535343787147794}, "5": {"her - she": -0.0209696695006881, "her": 0.1784661934227515, "she": 0.1994358629234396}, "6": {"her - she": 0.03154888272732809, "her": 0.19646749894264, "she": 0.16491861621531193}, "7": {"her - she": -0.07097649225061076, "her": 0.16251579019498966, "she": 0.2334922824456004}, "8": {"her - she": 0.031157928381775418, "her": 0.2297292254869498, "she": 0.19857129710517438}, "88": {"her - she": -0.01914163983077835, "her": 0.1424736799017334, "she": 0.16161531973251175}, "9": {"her - she": -0.01899928361443326, "her": 0.16138695319488647, "she": 0.18038623680931973}, "a": {"her - she": -0.02083797964825823, "her": 0.3333178609459928, "she": 0.35415584059425104}, "about": {"her - she": -0.02203855564188978, "her": 0.25053001175470346, "she": 0.27256856739659324}, "abusing": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "actually": {"her - she": -0.02099826071623581, "her": 0.1754268562294947, "she": 0.1964251169457305}, "administration": {"her - she": -0.018060810635820768, "her": 0.25903597823430097, "she": 0.27709678887012174}, "african": {"her - she": -0.020357138849958156, "her": 0.23618230556413083, "she": 0.256539444414089}, "after": {"her - she": 0.03510430735243622, "her": 0.21463476548571664, "she": 0.17953045813328042}, "again": {"her - she": -0.0542319640504888, "her": 0.173098180018062, "she": 0.2273301440685508}, "age": {"her - she": 0.03425708499529001, "her": 0.270006212082904, "she": 0.23574912708761397}, "aged": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "ago": {"her - she": 0.0019509695164561802, "her": 0.274522007281485, "she": 0.27257103776502883}, "ah": {"her - she": -0.018060810635820768, "her": 0.25903597823430097, "she": 0.27709678887012174}, "aim": {"her - she": -0.01840902141289058, "her": 0.22672547181678793, "she": 0.2451344932296785}, "all": {"her - she": 0.024484164135426728, "her": 0.17618915228479426, "she": 0.15170498814936753}, "almost": {"her - she": -0.019048455544785514, "her": 0.15504377352218957, "she": 0.17409222906697508}, "along": {"her - she": 0.031391246817647406, "her": 0.21067919583408365, "she": 0.17928794901643624}, "alongside": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "also": {"her - she": 0.10820154907131445, "her": 0.21369429752243785, "she": 0.1054927484511234}, "although": {"her - she": -0.018644518217930617, "her": 0.20262326034384018, "she": 0.2212677785617708}, "always": {"her - she": -0.01944685596616931, "her": 0.09419497603279883, "she": 0.11364183199896814}, "am": {"her - she": 0.03208564519918736, "her": 0.1324326997622229, "she": 0.10034705456303555}, "america": {"her - she": -0.019063424243256744, "her": 0.1530750075925761, "she": 0.17213843183583286}, "an": {"her - she": -0.025450558401630463, "her": 0.18178815268399792, "she": 0.20723871108562839}, "and": {"her - she": 0.004650706224628709, "her": 0.3765288386234401, "she": 0.3718781323988114}, "annabella": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "another": {"her - she": 0.035030040172296356, "her": 0.22019577218525052, "she": 0.18516573201295417}, "answer": {"her - she": -0.018597122389552356, "her": 0.2076492392768177, "she": 0.22624636166637005}, "any": {"her - she": 0.035587697695631526, "her": 0.1726126005321763, "she": 0.13702490283654478}, "anyone": {"her - she": -0.07282063657117516, "her": 0.08839323354719311, "she": 0.16121387011836827}, "anything": {"her - she": 0.0016886410670200747, "her": 0.21689300509618892, "she": 0.21520436402916884}, "apart": {"her - she": -0.01832115341847973, "her": 0.23521322529629968, "she": 0.2535343787147794}, "apartment": {"her - she": 0.06130013915407795, "her": 0.29608627526475373, "she": 0.23478613611067578}, "apeling": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "apparently": {"her - she": 0.030884283555335845, "her": 0.24983446741109566, "she": 0.21895018385575982}, "are": {"her - she": -0.02107598289638493, "her": 0.16312315946106248, "she": 0.18419914235744742}, "around": {"her - she": 0.06455392337796548, "her": 0.24798919255499238, "she": 0.1834352691770269}, "artic": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "as": {"her - she": -0.01393893280549019, "her": 0.2246342215843322, "she": 0.23857315438982238}, "ashes": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "ashley": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "ask": {"her - she": -0.02156677268221263, "her": 0.2527053575456485, "she": 0.2742721302278611}, "asked": {"her - she": -0.018666270886279646, "her": 0.20028391296948017, "she": 0.21895018385575982}, "aswell": {"her - she": -0.018060810635820768, "her": 0.25903597823430097, "she": 0.27709678887012174}, "at": {"her - she": 0.002396238934103956, "her": 0.27222692640324897, "she": 0.269830687469145}, "attack": {"her - she": 0.03154888272732809, "her": 0.19646749894264, "she": 0.16491861621531193}, "attacked": {"her - she": -0.019996239657057602, "her": 0.26543860509458234, "she": 0.28543484475163994}, "auto": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "away": {"her - she": -0.02292726921973054, "her": 0.2354960851767149, "she": 0.2584233543964454}, "axis": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "baba": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "baby": {"her - she": 0.020159639039480315, "her": 0.3123109581185344, "she": 0.29215131907905406}, "back": {"her - she": -0.01192396103048221, "her": 0.29097667254900716, "she": 0.3029006335794894}, "backpack": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "backs": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "bad": {"her - she": -0.10539932710436664, "her": 0.11920259202644945, "she": 0.2246019191308161}, "bag": {"her - she": -0.10037377602193062, "her": 0.22298631965198298, "she": 0.3233600956739136}, "banana": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "bar": {"her - she": -0.018760065034425566, "her": 0.18994513195009063, "she": 0.2087051969845162}, "be": {"her - she": -0.004956803743158045, "her": 0.22156833114512678, "she": 0.22652513488828482}, "beautiful": {"her - she": -0.04230468409564453, "her": 0.2518220685141406, "she": 0.2941267526097851}, "became": {"her - she": -0.06890796283968101, "her": 0.22298631965198298, "she": 0.291894282491664}, "because": {"her - she": -0.08080374975432861, "her": 0.2245523690333376, "she": 0.3053561187876662}, "bedroom": {"her - she": 0.030077937351230988, "her": 0.3000267765173718, "she": 0.2699488391661408}, "been": {"her - she": 0.03221314589541001, "her": 0.10860192676518733, "she": 0.07638878086977732}, "before": {"her - she": 0.0016852344652563411, "her": 0.21117940326300758, "she": 0.20949416879775123}, "behind": {"her - she": 0.05310896293084785, "her": 0.284432250237953, "she": 0.23132328730710514}, "being": {"her - she": 0.021111513485801703, "her": 0.2176833516471089, "she": 0.1965718381613072}, "best": {"her - she": -0.019190208756496713, "her": 0.13559882961877973, "she": 0.15478903837527644}, "big": {"her - she": -0.020957719262787833, "her": 0.17972511283132953, "she": 0.20068283209411736}, "bigger": {"her - she": -0.018481651670181093, "her": 0.2195145574429774, "she": 0.2379962091131585}, "birth": {"her - she": -0.01840902141289058, "her": 0.22672547181678793, "she": 0.2451344932296785}, "bitch": {"her - she": -0.018210306368703688, "her": 0.2455838165117697, "she": 0.2637941228804734}, "black": {"her - she": -0.002775064426625673, "her": 0.2619460904732638, "she": 0.26472115489988945}, "blacks": {"her - she": -0.0225771986959018, "her": 0.16436052870560608, "she": 0.18693772740150788}, "blanket": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "blind": {"her - she": -0.018269303759560596, "her": 0.24010886242285367, "she": 0.25837816618241427}, "blond": {"her - she": 0.030779559418017494, "her": 0.25702592108438754, "she": 0.22624636166637005}, "blonde": {"her - she": 0.01061424334365113, "her": 0.3025085258353151, "she": 0.291894282491664}, "blood": {"her - she": -0.019056020508941368, "her": 0.15405107014205013, "she": 0.1731070906509915}, "blue": {"her - she": -0.020698772733843823, "her": 0.20554207512058953, "she": 0.22624084785443335}, "boat": {"her - she": -0.018269303759560596, "her": 0.24010886242285367, "she": 0.25837816618241427}, "boke": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "born": {"her - she": -0.018686897781597323, "her": 0.1980459529545264, "she": 0.21673285073612372}, "both": {"her - she": 0.06323310629570247, "her": 0.2316505184861853, "she": 0.1684174121904828}, "boy": {"her - she": -0.019063424243256744, "her": 0.1530750075925761, "she": 0.17213843183583286}, "breed": {"her - she": -0.018621516773240532, "her": 0.2050743480522944, "she": 0.22369586482553494}, "bring": {"her - she": -0.021454972256656935, "her": 0.2609967014045114, "she": 0.28245167366116836}, "brother": {"her - she": 0.031264234288739784, "her": 0.22130370556294496, "she": 0.19003947127420517}, "brothers": {"her - she": -0.01900796858505374, "her": 0.1602799804313825, "she": 0.17928794901643624}, "brought": {"her - she": 0.03102532556273252, "her": 0.23973052254724872, "she": 0.2087051969845162}, "brown": {"her - she": -0.019236763203506674, "her": 0.12877173625473656, "she": 0.14800849945824324}, "bulbous": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "bulgarian": {"her - she": -0.018367366484137948, "her": 0.23078016684482555, "she": 0.2491475333289635}, "burn": {"her - she": -0.06890796283968101, "her": 0.22298631965198298, "she": 0.291894282491664}, "bus": {"her - she": -0.01877640013991297, "her": 0.18810025648872153, "she": 0.2068766566286345}, "bushes": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "but": {"her - she": -0.06252304552760027, "her": 0.2370907276619539, "she": 0.2996137731895542}, "butchy": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "by": {"her - she": 0.04502500436157972, "her": 0.2732384424912961, "she": 0.22821343812971637}, "ca": {"her - she": 0.06376812366385504, "her": 0.20926067905034168, "she": 0.14549255538648664}, "call": {"her - she": -0.019070672918807846, "her": 0.15211499817709653, "she": 0.17118567109590438}, "called": {"her - she": -0.020833808497965234, "her": 0.19240869697021046, "she": 0.2132425054681757}, "calling": {"her - she": 0.03060343722026404, "her": 0.26859964633342254, "she": 0.2379962091131585}, "came": {"her - she": -0.042621039446302356, "her": 0.23934073702846242, "she": 0.2819617764747648}, "camera": {"her - she": -0.019809724766214676, "her": 0.27957530032296607, "she": 0.29938502508918075}, "can": {"her - she": 0.022740090032825233, "her": 0.24173942919131872, "she": 0.21899933915849348}, "cant": {"her - she": -0.019024725822821886, "her": 0.15812812584495733, "she": 0.17715285166777922}, "care": {"her - she": 0.03151177736752778, "her": 0.1999291895580106, "she": 0.1684174121904828}, "carry": {"her - she": -0.02016474403639512, "her": 0.2521191825483822, "she": 0.27228392658477735}, "cart": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "cartoons": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "case": {"her - she": 0.06262893204236705, "her": 0.254001484673012, "she": 0.19137255263064493}, "cat": {"her - she": 0.030184445590075493, "her": 0.2939785684705489, "she": 0.2637941228804734}, "caught": {"her - she": 0.010820472772268608, "her": 0.26407445176213934, "she": 0.25325397898987073}, "certainly": {"her - she": -0.06966066624093717, "her": 0.20262326034384018, "she": 0.27228392658477735}, "chance": {"her - she": -0.018621516773240532, "her": 0.2050743480522944, "she": 0.22369586482553494}, "changed": {"her - she": -0.018367366484137948, "her": 0.23078016684482555, "she": 0.2491475333289635}, "check": {"her - she": 0.03165864233481652, "her": 0.18573473462950715, "she": 0.15407609229469063}, "chest": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "chick": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "child": {"her - she": 0.12199184971930935, "her": 0.2820217781880322, "she": 0.16002992846872285}, "children": {"her - she": -0.02232076157954896, "her": 0.18974578859978433, "she": 0.2120665501793333}, "chosen": {"her - she": -0.018210306368703688, "her": 0.2455838165117697, "she": 0.2637941228804734}, "claims": {"her - she": -0.018644518217930617, "her": 0.20262326034384018, "she": 0.2212677785617708}, "class": {"her - she": -0.07748345754816552, "her": 0.21067919583408365, "she": 0.28816265338224917}, "classes": {"her - she": -0.018644518217930617, "her": 0.20262326034384018, "she": 0.2212677785617708}, "classmate": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "clean": {"her - she": -0.018792073418813837, "her": 0.18631706488792216, "she": 0.205109138306736}, "close": {"her - she": 0.06262893204236705, "her": 0.254001484673012, "she": 0.19137255263064493}, "closet": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "club": {"her - she": -0.01814194997406826, "her": 0.25180688919207256, "she": 0.2699488391661408}, "coat": {"her - she": -0.018060810635820768, "her": 0.25903597823430097, "she": 0.27709678887012174}, "college": {"her - she": -0.01914740533669204, "her": 0.14166996201506812, "she": 0.16081736735176017}, "color": {"her - she": 0.031566351117122304, "her": 0.19481035755682446, "she": 0.16324400643970216}, "colorado": {"her - she": -0.018210306368703688, "her": 0.2455838165117697, "she": 0.2637941228804734}, "com": {"her - she": 0.03798349451728614, "her": 0.19729723915326167, "she": 0.15931374463597553}, "come": {"her - she": 0.05448103842004648, "her": 0.23008663951126082, "she": 0.17560560109121434}, "community": {"her - she": 0.03144984605361445, "her": 0.20554207512058953, "she": 0.17409222906697508}, "complaining": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "condition": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "connection": {"her - she": -0.01832115341847973, "her": 0.23521322529629968, "she": 0.2535343787147794}, "conslour": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "contacting": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "continue": {"her - she": 0.03104976048523883, "her": 0.23792641711387333, "she": 0.2068766566286345}, "continues": {"her - she": -0.018060810635820768, "her": 0.25903597823430097, "she": 0.27709678887012174}, "control": {"her - she": -0.018835584877170547, "her": 0.18129717591775266, "she": 0.2001327607949232}, "cookies": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "coon": {"her - she": -0.018367366484137948, "her": 0.23078016684482555, "she": 0.2491475333289635}, "could": {"her - she": -0.007822645638038472, "her": 0.22603914693383753, "she": 0.233861792571876}, "countries": {"her - she": -0.019077772363594786, "her": 0.15117048540389266, "she": 0.17024825776748745}, "country": {"her - she": -0.0213024160566406, "her": 0.14025304927528934, "she": 0.16155546533192994}, "counts": {"her - she": -0.018060810635820768, "her": 0.25903597823430097, "she": 0.27709678887012174}, "courier": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "covers": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "crack": {"her - she": -0.018210306368703688, "her": 0.2455838165117697, "she": 0.2637941228804734}, "crawl": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "creatures": {"her - she": -0.06890796283968101, "her": 0.22298631965198298, "she": 0.291894282491664}, "crime": {"her - she": -0.01920008120213526, "her": 0.13417132833533024, "she": 0.1533714095374655}, "custody": {"her - she": 0.030184445590075493, "her": 0.2939785684705489, "she": 0.2637941228804734}, "customer": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "cut": {"her - she": 0.03104976048523883, "her": 0.23792641711387333, "she": 0.2068766566286345}, "d": {"her - she": 0.05430326779874195, "her": 0.23801295767822253, "she": 0.18370968987948058}, "da": {"her - she": -0.018481651670181093, "her": 0.2195145574429774, "she": 0.2379962091131585}, "dad": {"her - she": -0.01857116460785077, "her": 0.2103621108088606, "she": 0.22893327541671138}, "darkes": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "daughter": {"her - she": 0.025070336865472442, "her": 0.3485600915824571, "she": 0.32348975471698466}, "daughters": {"her - she": -0.018060810635820768, "her": 0.25903597823430097, "she": 0.27709678887012174}, "day": {"her - she": -0.04390902705867858, "her": 0.1817656222089806, "she": 0.22567464926765918}, "days": {"her - she": 0.10646863693629027, "her": 0.2570999883982474, "she": 0.1506313514619571}, "dead": {"her - she": 0.08588916841982927, "her": 0.2772617210504742, "she": 0.19137255263064493}, "deaf": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "did": {"her - she": -0.03846662142298385, "her": 0.24396329068231398, "she": 0.28242991210529783}, "didnt": {"her - she": -0.018597122389552356, "her": 0.2076492392768177, "she": 0.22624636166637005}, "die": {"her - she": 0.03410457895504304, "her": 0.2785720989985247, "she": 0.24446752004348166}, "different": {"her - she": -0.07167642693586324, "her": 0.1378048062092565, "she": 0.20948123314511974}, "dirty": {"her - she": -0.018909972372155692, "her": 0.17246258025848923, "she": 0.19137255263064493}, "disgusted": {"her - she": 0.030276084494897104, "her": 0.2886542506773114, "she": 0.25837816618241427}, "do": {"her - she": -0.03855387762452292, "her": 0.18769830706874713, "she": 0.22625218469327005}, "does": {"her - she": -0.024546005508873536, "her": 0.24928336911290938, "she": 0.2738293746217829}, "doesnt": {"her - she": -0.018367366484137948, "her": 0.23078016684482555, "she": 0.2491475333289635}, "dog": {"her - she": -0.02143421034986248, "her": 0.2625131343188226, "she": 0.2839473446686851}, "doing": {"her - she": -0.020809626408124282, "her": 0.19481035755682446, "she": 0.21561998396494875}, "done": {"her - she": -0.021879740351176097, "her": 0.22823780223015763, "she": 0.25011754258133373}, "dont": {"her - she": -0.06757217760436196, "her": 0.17915827918351107, "she": 0.24673045678787303}, "down": {"her - she": -0.023483202237509715, "her": 0.19012218932771513, "she": 0.21360539156522484}, "dragging": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "dress": {"her - she": -0.01840902141289058, "her": 0.22672547181678793, "she": 0.2451344932296785}, "driver": {"her - she": -0.018060810635820768, "her": 0.25903597823430097, "she": 0.27709678887012174}, "drop": {"her - she": -0.018367366484137948, "her": 0.23078016684482555, "she": 0.2491475333289635}, "dropped": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "drug": {"her - she": -0.018760065034425566, "her": 0.18994513195009063, "she": 0.2087051969845162}, "drunkenly": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "duty": {"her - she": 0.06119226095690994, "her": 0.29918847007006844, "she": 0.2379962091131585}, "dyed": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "eating": {"her - she": 0.030915404625039805, "her": 0.24764825536116353, "she": 0.21673285073612372}, "educate": {"her - she": 0.030740097336216965, "her": 0.25967337275292834, "she": 0.22893327541671138}, "either": {"her - she": -0.01899928361443326, "her": 0.16138695319488647, "she": 0.18038623680931973}, "else": {"her - she": -0.0719110958393808, "her": 0.12877173625473656, "she": 0.20068283209411736}, "email": {"her - she": -0.01887462083382052, "her": 0.1767024764079143, "she": 0.19557709724173483}, "embarisment": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "end": {"her - she": -0.07136064400684466, "her": 0.14932586688606003, "she": 0.2206865108929047}, "ends": {"her - she": -0.018446914788876945, "her": 0.22298631965198298, "she": 0.24143323444085993}, "endscreen": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "enough": {"her - she": -0.019190208756496713, "her": 0.13559882961877973, "she": 0.15478903837527644}, "epithet": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "europe": {"her - she": -0.01917480875951158, "her": 0.1378048062092565, "she": 0.15697961496876808}, "european": {"her - she": 0.010941488881870215, "her": 0.23718233673630357, "she": 0.22624084785443335}, "even": {"her - she": -0.05516992097855217, "her": 0.12912442860863504, "she": 0.1842943495871872}, "ever": {"her - she": 0.0016821580861079433, "her": 0.20631956095437165, "she": 0.2046374028682637}, "every": {"her - she": -0.007822645638038472, "her": 0.22603914693383753, "she": 0.233861792571876}, "everyday": {"her - she": -0.01814194997406826, "her": 0.25180688919207256, "she": 0.2699488391661408}, "evil": {"her - she": 0.03107316725739484, "her": 0.23618230556413083, "she": 0.205109138306736}, "ex": {"her - she": -0.018269303759560596, "her": 0.24010886242285367, "she": 0.25837816618241427}, "example": {"her - she": -0.07053642312744718, "her": 0.1767024764079143, "she": 0.2472388995353615}, "except": {"her - she": -0.018807133638069712, "her": 0.18459130471124824, "she": 0.20339843834931795}, "explaining": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "eyed": {"her - she": -0.018269303759560596, "her": 0.24010886242285367, "she": 0.25837816618241427}, "eyes": {"her - she": -0.010406173626039072, "her": 0.2740258698413967, "she": 0.2844320434674358}, "face": {"her - she": 0.031391246817647406, "her": 0.21067919583408365, "she": 0.17928794901643624}, "facility": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "fact": {"her - she": -0.02182659411109919, "her": 0.23253617041738542, "she": 0.2543627645284846}, "faculty": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "fair": {"her - she": -0.06842875637215218, "her": 0.23521322529629968, "she": 0.30364198166845185}, "fake": {"her - she": -0.019996239657057602, "her": 0.26543860509458234, "she": 0.28543484475163994}, "family": {"her - she": 0.05393709150041756, "her": 0.25337295442385716, "she": 0.1994358629234396}, "far": {"her - she": 0.06369841889724592, "her": 0.21235223102392695, "she": 0.14865381212668102}, "fat": {"her - she": -0.018269303759560596, "her": 0.24010886242285367, "she": 0.25837816618241427}, "father": {"her - she": 0.03419535744995886, "her": 0.2735123946049315, "she": 0.23931703715497263}, "favorite": {"her - she": -0.018706504689409403, "her": 0.19590042639570676, "she": 0.21460693108511616}, "feature": {"her - she": -0.018060810635820768, "her": 0.25903597823430097, "she": 0.27709678887012174}, "feel": {"her - she": -0.020992682584936667, "her": 0.17602290545828586, "she": 0.19701558804322253}, "female": {"her - she": -0.02037693088893197, "her": 0.23449406078824273, "she": 0.2548709916771747}, "females": {"her - she": -0.018621516773240532, "her": 0.2050743480522944, "she": 0.22369586482553494}, "few": {"her - she": 0.05090928300411923, "her": 0.25057947577164297, "she": 0.19967019276752374}, "fight": {"her - she": -0.019153072016844547, "her": 0.1408768564518783, "she": 0.16002992846872285}, "figured": {"her - she": -0.01832115341847973, "her": 0.23521322529629968, "she": 0.2535343787147794}, "filthy": {"her - she": -0.018513702413630373, "her": 0.2162724336970454, "she": 0.23478613611067578}, "find": {"her - she": -0.022531871837495304, "her": 0.1690517468095208, "she": 0.1915836186470161}, "finds": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "finially": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "finlly": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "first": {"her - she": 0.026559447510215883, "her": 0.24923070023106872, "she": 0.22267125272085284}, "food": {"her - she": -0.10381421318168452, "her": 0.1570816242423745, "she": 0.26089583742405903}, "for": {"her - she": -0.0014614048693331605, "her": 0.26073371333590584, "she": 0.262195118205239}, "forefathers": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "forehead": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "forest": {"her - she": -0.01832115341847973, "her": 0.23521322529629968, "she": 0.2535343787147794}, "forgein": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "forum": {"her - she": -0.07221197121939725, "her": 0.11648705359951987, "she": 0.18869902481891712}, "foruth": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "fought": {"her - she": -0.018269303759560596, "her": 0.24010886242285367, "she": 0.25837816618241427}, "found": {"her - she": 0.07444533503551592, "her": 0.2979888158187876, "she": 0.2235434807832717}, "fqpazvlq4xq": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "friend": {"her - she": 0.010929014836619982, "her": 0.24016409929841148, "she": 0.2292350844617915}, "friends": {"her - she": 0.08772299114656662, "her": 0.22846959644403775, "she": 0.14074660529747113}, "from": {"her - she": -0.0436941389054149, "her": 0.26174892499142866, "she": 0.30544306389684356}, "front": {"her - she": 0.0868090263746712, "her": 0.25433204072267984, "she": 0.16752301434800865}, "future": {"her - she": -0.019063424243256744, "her": 0.1530750075925761, "she": 0.17213843183583286}, "fyromanians": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "g": {"her - she": -0.018513702413630373, "her": 0.2162724336970454, "she": 0.23478613611067578}, "gang": {"her - she": 0.06166266309660956, "her": 0.2853585279221445, "she": 0.22369586482553494}, "ganges": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "garbage": {"her - she": -0.018621516773240532, "her": 0.2050743480522944, "she": 0.22369586482553494}, "garden": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "gather": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "gave": {"her - she": 0.01080445382190437, "her": 0.26734389823599336, "she": 0.256539444414089}, "general": {"her - she": -0.018481651670181093, "her": 0.2195145574429774, "she": 0.2379962091131585}, "generation": {"her - she": -0.01832115341847973, "her": 0.23521322529629968, "she": 0.2535343787147794}, "german": {"her - she": -0.020748033118737602, "her": 0.200827680523848, "she": 0.2215757136425856}, "get": {"her - she": -0.0374126235149167, "her": 0.23800034147496202, "she": 0.2754129649898787}, "gets": {"her - she": -0.12794768705427917, "her": 0.159193982916155, "she": 0.28714166997043417}, "getting": {"her - she": -0.02079280730808966, "her": 0.19646749894264, "she": 0.21726030625072967}, "gf": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "girl": {"her - she": 0.041716518683899306, "her": 0.34921831378297913, "she": 0.3075017950990798}, "girls": {"her - she": 0.06327698438630663, "her": 0.2299190136473802, "she": 0.16664202926107358}, "give": {"her - she": 0.03487453050546774, "her": 0.23129964745119824, "she": 0.1964251169457305}, "giving": {"her - she": -0.01877640013991297, "her": 0.18810025648872153, "she": 0.2068766566286345}, "glasses": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "go": {"her - she": -0.013079148547547104, "her": 0.2250871852705677, "she": 0.2381663338181148}, "gods": {"her - she": -0.018706504689409403, "her": 0.19590042639570676, "she": 0.21460693108511616}, "goes": {"her - she": -0.09718848560176035, "her": 0.20554207512058953, "she": 0.3027305607223499}, "going": {"her - she": -0.022553527183234195, "her": 0.1668225483905066, "she": 0.18937607557374078}, "goldeboy": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "gone": {"her - she": -0.07079353068180894, "her": 0.1685235064731637, "she": 0.23931703715497263}, "gonna": {"her - she": -0.06982203524457012, "her": 0.1980459529545264, "she": 0.2678679881990965}, "good": {"her - she": 0.001923680388369181, "her": 0.2131306202263434, "she": 0.21120693983797423}, "gorgeous": {"her - she": -0.06743658315056045, "her": 0.25903597823430097, "she": 0.3264725613848614}, "got": {"her - she": -0.03861024664158083, "her": 0.23762645418687986, "she": 0.2762367008284607}, "grand": {"her - she": 0.03035638782404526, "her": 0.28389076653882467, "she": 0.2535343787147794}, "great": {"her - she": -0.08018566897370749, "her": 0.13526203634511097, "she": 0.21544770531881846}, "groid": {"her - she": 0.030740097336216965, "her": 0.25967337275292834, "she": 0.22893327541671138}, "group": {"her - she": -0.0720643367090536, "her": 0.12262250685819279, "she": 0.1946868435672464}, "guess": {"her - she": -0.019180023930634255, "her": 0.1370605513380158, "she": 0.15624057526865007}, "guessing": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "guidance": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "guy": {"her - she": 0.05399526664469159, "her": 0.2510108546879141, "she": 0.19701558804322253}, "had": {"her - she": -0.045531014510938106, "her": 0.2621722154056136, "she": 0.3077032299165517}, "hair": {"her - she": -0.040273860355398206, "her": 0.25397824083914305, "she": 0.29425210119454126}, "hall": {"her - she": -0.018367366484137948, "her": 0.23078016684482555, "she": 0.2491475333289635}, "handed": {"her - she": -0.018210306368703688, "her": 0.2455838165117697, "she": 0.2637941228804734}, "hands": {"her - she": 0.0339740467983094, "her": 0.2856591584703903, "she": 0.2516851116720809}, "hang": {"her - she": -0.018706504689409403, "her": 0.19590042639570676, "she": 0.21460693108511616}, "happened": {"her - she": -0.018921045413422433, "her": 0.17111842586078274, "she": 0.19003947127420517}, "happy": {"her - she": -0.019016446350047095, "her": 0.159193982916155, "she": 0.1782104292662021}, "hard": {"her - she": -0.01914163983077835, "her": 0.1424736799017334, "she": 0.16161531973251175}, "hardly": {"her - she": -0.018446914788876945, "her": 0.22298631965198298, "she": 0.24143323444085993}, "harsh": {"her - she": -0.018060810635820768, "her": 0.25903597823430097, "she": 0.27709678887012174}, "has": {"her - she": -0.06597842424586348, "her": 0.23121715565515955, "she": 0.297195579901023}, "hated": {"her - she": -0.019751215129627187, "her": 0.28389076653882467, "she": 0.30364198166845185}, "hates": {"her - she": -0.01832115341847973, "her": 0.23521322529629968, "she": 0.2535343787147794}, "have": {"her - she": 0.08305953622232393, "her": 0.19607567587234426, "she": 0.11301613965002033}, "he": {"her - she": 0.0019262610064465502, "her": 0.21696500443582045, "she": 0.2150387434293739}, "head": {"her - she": -0.020632401267429906, "her": 0.21176486471811704, "she": 0.23239726598554694}, "heads": {"her - she": 0.03085140398661143, "her": 0.2521191825483822, "she": 0.2212677785617708}, "hear": {"her - she": -0.003794389550332511, "her": 0.2660832917687189, "she": 0.26987768131905143}, "heard": {"her - she": -0.02371565505401127, "her": 0.2481821403575021, "she": 0.2718977954115134}, "hearing": {"her - she": -0.018446914788876945, "her": 0.22298631965198298, "she": 0.24143323444085993}, "heil": {"her - she": -0.018446914788876945, "her": 0.22298631965198298, "she": 0.24143323444085993}, "hell": {"her - she": 0.08733141785895304, "her": 0.2400062043679588, "she": 0.15267478650900576}, "help": {"her - she": 0.06355941806393309, "her": 0.21834845643920953, "she": 0.15478903837527644}, "her": {"her - she": 0.1396190448766773, "her": 0.6410983341501928, "she": 0.5014792892735155}, "here": {"her - she": -0.0016491278606493853, "her": 0.2106835185083204, "she": 0.21233264636896979}, "heritage": {"her - she": -0.020292871818059444, "her": 0.2415992351026171, "she": 0.26189210692067655}, "high": {"her - she": -0.07189459767626327, "her": 0.1294214071077621, "she": 0.20131600478402537}, "him": {"her - she": 0.02653004970599332, "her": 0.2516747534271817, "she": 0.2251447037211884}, "his": {"her - she": 0.09842183346917993, "her": 0.24607875080776803, "she": 0.1476569173385881}, "hispanic": {"her - she": -0.018686897781597323, "her": 0.1980459529545264, "she": 0.21673285073612372}, "history": {"her - she": -0.020766437064407728, "her": 0.19904435523582753, "she": 0.21981079230023526}, "hit": {"her - she": -0.020357138849958156, "her": 0.23618230556413083, "she": 0.256539444414089}, "holocaust": {"her - she": -0.018862052668728646, "her": 0.1781915393351357, "she": 0.19705359200386435}, "home": {"her - she": 0.12844648688548352, "her": 0.2968455606486357, "she": 0.1683990737631522}, "hope": {"her - she": -0.07523510132126945, "her": 0.1996448357761226, "she": 0.27487993709739206}, "house": {"her - she": 0.12275370330581037, "her": 0.268246258692297, "she": 0.14549255538648664}, "how": {"her - she": -0.03918982830067533, "her": 0.21053015248402937, "she": 0.2497199807847047}, "http": {"her - she": 0.021269460858912376, "her": 0.19589374198914658, "she": 0.1746242811302342}, "https": {"her - she": -0.0193566183955627, "her": 0.10992202103840433, "she": 0.12927863943396703}, "huffed": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "huh": {"her - she": -0.018060810635820768, "her": 0.25903597823430097, "she": 0.27709678887012174}, "hum": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "husband": {"her - she": 0.08325165715507304, "her": 0.33239919048403654, "she": 0.2491475333289635}, "i": {"her - she": -0.00961450605744213, "her": 0.30629290307501067, "she": 0.3159074091324528}, "idiot": {"her - she": -0.06876358163519586, "her": 0.22672547181678793, "she": 0.2954890534519838}, "if": {"her - she": -0.06443530051052815, "her": 0.23175704804066521, "she": 0.29619234855119336}, "igger": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "im": {"her - she": -0.019401863302445504, "her": 0.10222998750233273, "she": 0.12163185080477823}, "immigrant": {"her - she": 0.06065142560661746, "her": 0.31418580432139687, "she": 0.2535343787147794}, "in": {"her - she": 0.013961260059313085, "her": 0.3299084329061708, "she": 0.3159471728468577}, "inches": {"her - she": -0.01840902141289058, "her": 0.22672547181678793, "she": 0.2451344932296785}, "indeed": {"her - she": -0.018835584877170547, "her": 0.18129717591775266, "she": 0.2001327607949232}, "india": {"her - she": -0.01840902141289058, "her": 0.22672547181678793, "she": 0.2451344932296785}, "info": {"her - she": -0.07071296000859598, "her": 0.17111842586078274, "she": 0.24183138586937872}, "information": {"her - she": -0.018952392923280548, "her": 0.1672697443381548, "she": 0.18622213726143536}, "ing": {"her - she": -0.018513702413630373, "her": 0.2162724336970454, "she": 0.23478613611067578}, "inside": {"her - she": -0.018621516773240532, "her": 0.2050743480522944, "she": 0.22369586482553494}, "instead": {"her - she": 0.031177195546148534, "her": 0.2282307875500129, "she": 0.19705359200386435}, "instincts": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "into": {"her - she": 0.08565992660094099, "her": 0.23705285772036722, "she": 0.15139293111942623}, "ireland": {"her - she": -0.021200122643231067, "her": 0.15273432287784142, "she": 0.17393444552107248}, "is": {"her - she": -0.049921939338207544, "her": 0.31161784972793793, "she": 0.3615397890661455}, "it": {"her - she": -0.0006395734167108369, "her": 0.26994604342748124, "she": 0.2705856168441921}, "its": {"her - she": 0.032117584227542795, "her": 0.12709797645810922, "she": 0.09498039223056642}, "ive": {"her - she": -0.020269591020079386, "her": 0.2435377345517533, "she": 0.2638073255718327}, "jamican": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "jehovas": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "jew": {"her - she": 0.05403703059444889, "her": 0.2492978872382437, "she": 0.1952608566437948}, "jewish": {"her - she": -0.019158642883071175, "her": 0.14009406646378456, "she": 0.15925270934685573}, "job": {"her - she": -0.019016446350047095, "her": 0.159193982916155, "she": 0.1782104292662021}, "join": {"her - she": -0.07125390608499008, "her": 0.1530750075925761, "she": 0.2243289136775662}, "journal": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "julie": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "jump": {"her - she": -0.018481651670181093, "her": 0.2195145574429774, "she": 0.2379962091131585}, "jumped": {"her - she": -0.01832115341847973, "her": 0.23521322529629968, "she": 0.2535343787147794}, "just": {"her - she": -0.0531330492992253, "her": 0.22368697088452683, "she": 0.2768200201837521}, "keeping": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "keeps": {"her - she": -0.018367366484137948, "her": 0.23078016684482555, "she": 0.2491475333289635}, "kelsey": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "kick": {"her - she": 0.030884283555335845, "her": 0.24983446741109566, "she": 0.21895018385575982}, "kicked": {"her - she": -0.06800632720420796, "her": 0.2455838165117697, "she": 0.31359014371597765}, "kid": {"her - she": 0.06331918601484571, "her": 0.22823780223015763, "she": 0.16491861621531193}, "kids": {"her - she": -0.001538947679905811, "her": 0.2585244666628088, "she": 0.2600634143427146}, "kill": {"her - she": -0.01889855767692003, "her": 0.17384006521682, "she": 0.19273862289374002}, "killed": {"her - she": 0.10460293220586991, "her": 0.2946424034800751, "she": 0.19003947127420517}, "kind": {"her - she": 0.031471412717523656, "her": 0.2036098445533565, "she": 0.17213843183583286}, "kiosk": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "kiss": {"her - she": -0.019809724766214676, "her": 0.27957530032296607, "she": 0.29938502508918075}, "knife": {"her - she": -0.018481651670181093, "her": 0.2195145574429774, "she": 0.2379962091131585}, "know": {"her - she": -0.04190581813726707, "her": 0.17928041130360162, "she": 0.2211862294408687}, "kristine": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "lady": {"her - she": -0.021265603270538003, "her": 0.27457534189612576, "she": 0.29584094516666376}, "large": {"her - she": -0.018792073418813837, "her": 0.18631706488792216, "she": 0.205109138306736}, "last": {"her - she": 0.012402742149888013, "her": 0.2330251267288323, "she": 0.22062238457894429}, "lately": {"her - she": -0.018269303759560596, "her": 0.24010886242285367, "she": 0.25837816618241427}, "later": {"her - she": 0.03131021794677513, "her": 0.2175323552082105, "she": 0.18622213726143536}, "laugh": {"her - she": 0.06238037352389941, "her": 0.2625131343188226, "she": 0.2001327607949232}, "lay": {"her - she": -0.018269303759560596, "her": 0.24010886242285367, "she": 0.25837816618241427}, "least": {"her - she": -0.0715940291825147, "her": 0.1408768564518783, "she": 0.212470885634393}, "leave": {"her - she": -0.020655516037643484, "her": 0.20961397769662113, "she": 0.2302694937342646}, "leaves": {"her - she": -0.06927569261099636, "her": 0.21322978380773233, "she": 0.2825054764187287}, "let": {"her - she": 0.06389452022706232, "her": 0.270110873787646, "she": 0.20621635356058365}, "lets": {"her - she": -0.01889855767692003, "her": 0.17384006521682, "she": 0.19273862289374002}, "lie": {"her - she": -0.020245244362705223, "her": 0.24555186507082608, "she": 0.2657971094335313}, "light": {"her - she": -0.07125390608499008, "her": 0.1530750075925761, "she": 0.2243289136775662}, "like": {"her - she": -0.050060588122138094, "her": 0.24850483576025156, "she": 0.29856542388238966}, "likely": {"her - she": -0.018686897781597323, "her": 0.1980459529545264, "she": 0.21673285073612372}, "lincoln": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "line": {"her - she": 0.031391246817647406, "her": 0.21067919583408365, "she": 0.17928794901643624}, "linger": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "link": {"her - she": -0.019158642883071175, "her": 0.14009406646378456, "she": 0.15925270934685573}, "literally": {"her - she": -0.018481651670181093, "her": 0.2195145574429774, "she": 0.2379962091131585}, "litter": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "little": {"her - she": 0.02638467517354734, "her": 0.26334314235019407, "she": 0.23695846717664673}, "liv": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "live": {"her - she": 0.03203295281616844, "her": 0.14059913202699517, "she": 0.10856617921082673}, "lived": {"her - she": 0.010842303902948797, "her": 0.2595224632244283, "she": 0.2486801593214795}, "ll": {"her - she": -0.06766305489549779, "her": 0.1762150958889765, "she": 0.24387815078447428}, "london": {"her - she": -0.019077772363594786, "her": 0.15117048540389266, "she": 0.17024825776748745}, "long": {"her - she": -0.0723420690098464, "her": 0.11088957055058828, "she": 0.18323163956043467}, "longer": {"her - she": -0.018686897781597323, "her": 0.1980459529545264, "she": 0.21673285073612372}, "look": {"her - she": -0.08014664257258738, "her": 0.1365578004814003, "she": 0.21670444305398767}, "looked": {"her - she": -0.02046601084076763, "her": 0.22677288869459386, "she": 0.2472388995353615}, "looking": {"her - she": 0.032008530937458396, "her": 0.14416085932081768, "she": 0.11215232838335928}, "looks": {"her - she": -0.08298019158217823, "her": 0.21494389957463655, "she": 0.2979240911568148}, "love": {"her - she": 0.10666166979575978, "her": 0.25277369968762603, "she": 0.14611202989186625}, "lovely": {"her - she": 0.030491940677238483, "her": 0.275626433906917, "she": 0.2451344932296785}, "loving": {"her - she": -0.018060810635820768, "her": 0.25903597823430097, "she": 0.27709678887012174}, "m": {"her - she": -0.04445504969441447, "her": 0.1525141957535644, "she": 0.19696924544797886}, "machete": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "maggie": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "main": {"her - she": -0.06974349744569847, "her": 0.20028391296948017, "she": 0.27002741041517864}, "make": {"her - she": -0.024185870101657403, "her": 0.21369429752243785, "she": 0.23788016762409525}, "makes": {"her - she": -0.02079280730808966, "her": 0.19646749894264, "she": 0.21726030625072967}, "makeup": {"her - she": -0.018060810635820768, "her": 0.25903597823430097, "she": 0.27709678887012174}, "male": {"her - she": -0.020582731029667595, "her": 0.21633023336294233, "she": 0.23691296439260992}, "man": {"her - she": 0.02100790503332603, "her": 0.23050207383107726, "she": 0.20949416879775123}, "map": {"her - she": -0.01840902141289058, "her": 0.22672547181678793, "she": 0.2451344932296785}, "may": {"her - she": 0.011036226239901581, "her": 0.21235223102392695, "she": 0.20131600478402537}, "maybe": {"her - she": -0.1058769795841416, "her": 0.10618957059519168, "she": 0.2120665501793333}, "me": {"her - she": 0.007406494289580373, "her": 0.24682478178372735, "she": 0.23941828749414698}, "means": {"her - she": -0.07071296000859598, "her": 0.17111842586078274, "she": 0.24183138586937872}, "meet": {"her - she": -0.01919518294946443, "her": 0.1348809093452262, "she": 0.15407609229469063}, "met": {"her - she": 0.010757800070207157, "her": 0.27655490950373846, "she": 0.2657971094335313}, "middle": {"her - she": -0.01877640013991297, "her": 0.18810025648872153, "she": 0.2068766566286345}, "mind": {"her - she": 0.031280025055713784, "her": 0.22001774020586887, "she": 0.18873771515015508}, "mine": {"her - she": 0.03119579145285903, "her": 0.22677288869459386, "she": 0.19557709724173483}, "missing": {"her - she": -0.01857116460785077, "her": 0.2103621108088606, "she": 0.22893327541671138}, "misunderstood": {"her - she": -0.0665657566593118, "her": 0.2785659300028224, "she": 0.34513168666213423}, "mixed": {"her - she": -0.10361580874690365, "her": 0.16138695319488647, "she": 0.2650027619417901}, "mom": {"her - she": 0.08423997954079077, "her": 0.31317325495750215, "she": 0.22893327541671138}, "money": {"her - she": -0.01921895458189593, "her": 0.13141239688006118, "she": 0.1506313514619571}, "mongol": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "monkey": {"her - she": -0.018446914788876945, "her": 0.22298631965198298, "she": 0.24143323444085993}, "monkies": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "month": {"her - she": 0.010873971676269772, "her": 0.2527053575456485, "she": 0.24183138586937872}, "months": {"her - she": -0.020449371771466607, "her": 0.2282307875500129, "she": 0.2486801593214795}, "more": {"her - she": 0.0019181122508586113, "her": 0.20538609764323418, "she": 0.20346798539237557}, "mosier": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "most": {"her - she": -0.0194742261216079, "her": 0.08909195308921883, "she": 0.10856617921082673}, "mother": {"her - she": 0.006242970689277094, "her": 0.308973531411627, "she": 0.3027305607223499}, "mothers": {"her - she": -0.018210306368703688, "her": 0.2455838165117697, "she": 0.2637941228804734}, "motorcyclist": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "mouth": {"her - she": 0.030550176773705945, "her": 0.2719834112145659, "she": 0.24143323444085993}, "move": {"her - she": -0.019077772363594786, "her": 0.15117048540389266, "she": 0.17024825776748745}, "moved": {"her - she": 0.031280025055713784, "her": 0.22001774020586887, "she": 0.18873771515015508}, "movement": {"her - she": -0.01877640013991297, "her": 0.18810025648872153, "she": 0.2068766566286345}, "movie": {"her - she": -0.018760065034425566, "her": 0.18994513195009063, "she": 0.2087051969845162}, "movies": {"her - she": -0.10239425652905132, "her": 0.18631706488792216, "she": 0.2887113214169735}, "much": {"her - she": -0.07279986567316304, "her": 0.08944401357975507, "she": 0.1622438792529181}, "mulatto": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "multiple": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "muppet": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "murders": {"her - she": 0.06065142560661746, "her": 0.31418580432139687, "she": 0.2535343787147794}, "must": {"her - she": -0.05410340543480746, "her": 0.1784661934227515, "she": 0.23256959885755896}, "my": {"her - she": -0.03353787632457855, "her": 0.27342349836240976, "she": 0.3069613746869883}, "n": {"her - she": -0.04991344271596987, "her": 0.25323821799187424, "she": 0.3031516607078441}, "name": {"her - she": 0.00195336649913902, "her": 0.293879079302429, "she": 0.29192571280329}, "names": {"her - she": -0.01854343987718826, "her": 0.21322978380773233, "she": 0.2317732236849206}, "nazi": {"her - she": -0.018597122389552356, "her": 0.2076492392768177, "she": 0.22624636166637005}, "ne": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "need": {"her - she": 0.06460581517391417, "her": 0.16588893737861216, "she": 0.10128312220469798}, "needed": {"her - she": -0.0690403082882817, "her": 0.2195145574429774, "she": 0.2885548657312591}, "neevr": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "neglectful": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "negro": {"her - she": 0.07030459987644655, "her": 0.2600505665859994, "she": 0.18974596670955285}, "neighbors": {"her - she": -0.01832115341847973, "her": 0.23521322529629968, "she": 0.2535343787147794}, "nerve": {"her - she": -0.01814194997406826, "her": 0.25180688919207256, "she": 0.2699488391661408}, "neve": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "never": {"her - she": -0.04137240643991588, "her": 0.2060715921398765, "she": 0.24744399857979238}, "new": {"her - she": 0.011212799716217414, "her": 0.14402642624973264, "she": 0.13281362653351522}, "news": {"her - she": -0.13171537130346656, "her": 0.0846726822356001, "she": 0.21638805353906665}, "next": {"her - she": -0.0038437997219065156, "her": 0.25159277277745734, "she": 0.25543657249936386}, "niece": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "nigeria": {"her - she": -0.0686048582443552, "her": 0.23078016684482555, "she": 0.29938502508918075}, "nigerian": {"her - she": -0.06800632720420796, "her": 0.2455838165117697, "she": 0.31359014371597765}, "no": {"her - she": -0.02766839170087035, "her": 0.22485833064870323, "she": 0.2525267223495736}, "non": {"her - she": -0.05480222804904614, "her": 0.1475359625240293, "she": 0.20233819057307545}, "nor": {"her - she": -0.01857116460785077, "her": 0.2103621108088606, "she": 0.22893327541671138}, "norwegian": {"her - she": -0.01832115341847973, "her": 0.23521322529629968, "she": 0.2535343787147794}, "nose": {"her - she": -0.01991087127709812, "her": 0.2719834112145659, "she": 0.291894282491664}, "not": {"her - she": -0.06755530585405092, "her": 0.20922920800211278, "she": 0.2767845138561637}, "nothing": {"her - she": 0.08803251985654645, "her": 0.2187591471587523, "she": 0.13072662730220586}, "now": {"her - she": -0.061149758442264834, "her": 0.17780702817436278, "she": 0.23895678661662761}, "nr": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "obviously": {"her - she": -0.06916241105459453, "her": 0.2162724336970454, "she": 0.28543484475163994}, "of": {"her - she": 0.005078406060580631, "her": 0.2797689633191215, "she": 0.27469055725854086}, "off": {"her - she": -0.014507850792971233, "her": 0.2761532338649392, "she": 0.2906610846579104}, "often": {"her - she": -0.018706504689409403, "her": 0.19590042639570676, "she": 0.21460693108511616}, "ohhh": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "old": {"her - she": 0.021370662551634445, "her": 0.31431348862731057, "she": 0.2929428260756761}, "on": {"her - she": 0.021951599714953807, "her": 0.2829926729921817, "she": 0.2610410732772279}, "once": {"her - she": -0.0718608911518342, "her": 0.13074157538948483, "she": 0.20260246654131903}, "one": {"her - she": -0.01673768451797883, "her": 0.21342609751940161, "she": 0.23016378203738044}, "online": {"her - she": 0.03131021794677513, "her": 0.2175323552082105, "she": 0.18622213726143536}, "only": {"her - she": -0.04173208392485467, "her": 0.18833347995582297, "she": 0.23006556388067764}, "open": {"her - she": 0.031471412717523656, "her": 0.2036098445533565, "she": 0.17213843183583286}, "opened": {"her - she": -0.018513702413630373, "her": 0.2162724336970454, "she": 0.23478613611067578}, "opinion": {"her - she": -0.01854343987718826, "her": 0.21322978380773233, "she": 0.2317732236849206}, "or": {"her - she": -0.04583758391740761, "her": 0.21614855418880163, "she": 0.26198613810620924}, "other": {"her - she": -0.013039783545615413, "her": 0.2300482855965483, "she": 0.24308806914216372}, "others": {"her - she": 0.03146075238388407, "her": 0.20456784303487557, "she": 0.1731070906509915}, "our": {"her - she": 0.001622544897472794, "her": 0.13891563327861722, "she": 0.13729308838114443}, "out": {"her - she": -0.04389014742203601, "her": 0.25767761502311826, "she": 0.30156776244515426}, "outside": {"her - she": 0.03119579145285903, "her": 0.22677288869459386, "she": 0.19557709724173483}, "over": {"her - she": 0.011177065925166152, "her": 0.16256999704459238, "she": 0.15139293111942623}, "own": {"her - she": 0.060679810334206774, "her": 0.28130219491315106, "she": 0.22062238457894429}, "packi": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "page": {"her - she": -0.01897188689471488, "her": 0.1648429134052697, "she": 0.18381480029998457}, "parents": {"her - she": 0.06325526230816858, "her": 0.23077827665617723, "she": 0.16752301434800865}, "part": {"her - she": -0.019249482991147288, "her": 0.12686254690071896, "she": 0.14611202989186625}, "patch": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "people": {"her - she": -0.027523584194080464, "her": 0.1914249348771838, "she": 0.21894851907126425}, "person": {"her - she": 0.02088634698474312, "her": 0.2444298277680148, "she": 0.2235434807832717}, "personally": {"her - she": -0.06823116566221382, "her": 0.24010886242285367, "she": 0.3083400280850675}, "pics": {"her - she": 0.030697863580223694, "her": 0.2624710872651443, "she": 0.2317732236849206}, "picture": {"her - she": -0.07116771134318639, "her": 0.15605373903779488, "she": 0.22722145038098127}, "pictures": {"her - she": -0.01899928361443326, "her": 0.16138695319488647, "she": 0.18038623680931973}, "piece": {"her - she": -0.018597122389552356, "her": 0.2076492392768177, "she": 0.22624636166637005}, "pipe": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "place": {"her - she": -0.047008852781642574, "her": 0.19875041437795102, "she": 0.2457592671595936}, "play": {"her - she": 0.031157928381775418, "her": 0.2297292254869498, "she": 0.19857129710517438}, "playing": {"her - she": 0.03094493398570991, "her": 0.24555186507082608, "she": 0.21460693108511616}, "pm": {"her - she": -0.019190208756496713, "her": 0.13559882961877973, "she": 0.15478903837527644}, "point": {"her - she": -0.020775386252870537, "her": 0.19817273769800106, "she": 0.2189481239508716}, "police": {"her - she": 0.1482866272702019, "her": 0.3037970866350933, "she": 0.1555104593648914}, "polly": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "poop": {"her - she": 0.02930317787434672, "her": 0.3403033157512665, "she": 0.31100013787691977}, "popular": {"her - she": -0.0677458148287291, "her": 0.25180688919207256, "she": 0.31955270402080166}, "post": {"her - she": -0.019409122116538516, "her": 0.10096121330762481, "she": 0.12037033542416332}, "pray": {"her - she": -0.018481651670181093, "her": 0.2195145574429774, "she": 0.2379962091131585}, "prefer": {"her - she": -0.01854343987718826, "her": 0.21322978380773233, "she": 0.2317732236849206}, "pride": {"her - she": -0.019024725822821886, "her": 0.15812812584495733, "she": 0.17715285166777922}, "principal": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "probably": {"her - she": -0.020899805482070766, "her": 0.18573473462950715, "she": 0.20663454011157792}, "problem": {"her - she": -0.019153072016844547, "her": 0.1408768564518783, "she": 0.16002992846872285}, "proceeded": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "protect": {"her - she": 0.030697863580223694, "her": 0.2624710872651443, "she": 0.2317732236849206}, "proved": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "pug": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "pulled": {"her - she": -0.018060810635820768, "her": 0.25903597823430097, "she": 0.27709678887012174}, "pulls": {"her - she": 0.02979469083667574, "her": 0.31545162907875457, "she": 0.28565693824207883}, "punk": {"her - she": -0.018060810635820768, "her": 0.25903597823430097, "she": 0.27709678887012174}, "purebred": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "put": {"her - she": -0.023231474925845458, "her": 0.21160131605198298, "she": 0.23483279097782844}, "question": {"her - she": -0.018686897781597323, "her": 0.1980459529545264, "she": 0.21673285073612372}, "questions": {"her - she": -0.018481651670181093, "her": 0.2195145574429774, "she": 0.2379962091131585}, "quickly": {"her - she": -0.06948016676358212, "her": 0.2076492392768177, "she": 0.2771294060403998}, "race": {"her - she": -0.022669328300030878, "her": 0.15451006944073634, "she": 0.1771793977407672}, "racial": {"her - she": -0.02178039437984078, "her": 0.236222322697186, "she": 0.25800271707702677}, "racist": {"her - she": -0.01922350230104164, "her": 0.13074157538948483, "she": 0.14996507769052647}, "ran": {"her - she": -0.01854343987718826, "her": 0.21322978380773233, "she": 0.2317732236849206}, "rapes": {"her - she": -0.018367366484137948, "her": 0.23078016684482555, "she": 0.2491475333289635}, "re": {"her - she": -0.019493781768091314, "her": 0.08533433383796761, "she": 0.10482811560605892}, "read": {"her - she": -0.07229655981645113, "her": 0.11286917219650304, "she": 0.18516573201295417}, "reality": {"her - she": -0.018644518217930617, "her": 0.20262326034384018, "she": 0.2212677785617708}, "really": {"her - she": -0.07246785191370758, "her": 0.10528883307468861, "she": 0.1777566849883962}, "reason": {"her - she": 0.031471412717523656, "her": 0.2036098445533565, "she": 0.17213843183583286}, "regularly": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "remember": {"her - she": -0.02256557151233668, "her": 0.2616222291795681, "she": 0.2841878006919048}, "repeatedly": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "reptile": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "repulsive": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "rest": {"her - she": 0.03132466742348858, "her": 0.21633023336294233, "she": 0.18500556593945375}, "review": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "right": {"her - she": -0.003937082355046306, "her": 0.22340444183788016, "she": 0.22734152419292647}, "river": {"her - she": 0.030779559418017494, "her": 0.25702592108438754, "she": 0.22624636166637005}, "rlm": {"her - she": -0.06974349744569847, "her": 0.20028391296948017, "she": 0.27002741041517864}, "rob": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "robberies": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "robbers": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "roga": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "rose": {"her - she": 0.02995107940005115, "her": 0.3070478682701729, "she": 0.27709678887012174}, "running": {"her - she": -0.018849050330244616, "her": 0.17972224677492976, "she": 0.19857129710517438}, "s": {"her - she": -0.00786532910832527, "her": 0.26490132402423383, "she": 0.2727666531325591}, "sacrifice": {"her - she": 0.03035638782404526, "her": 0.28389076653882467, "she": 0.2535343787147794}, "safe": {"her - she": -0.018644518217930617, "her": 0.20262326034384018, "she": 0.2212677785617708}, "saga": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "said": {"her - she": 0.026696672482984907, "her": 0.31306200200992246, "she": 0.28636532952693755}, "salute": {"her - she": -0.01814194997406826, "her": 0.25180688919207256, "she": 0.2699488391661408}, "same": {"her - she": -0.06789859665255926, "her": 0.16840738313799028, "she": 0.23630597979054954}, "sat": {"her - she": 0.03317606186861283, "her": 0.3250703443602768, "she": 0.291894282491664}, "save": {"her - she": 0.08523804494623169, "her": 0.2921147015748662, "she": 0.2068766566286345}, "saw": {"her - she": 0.0016897044868899591, "her": 0.2187591471587523, "she": 0.21706944267186234}, "say": {"her - she": -0.05650543443820388, "her": 0.19514984911052696, "she": 0.25165528354873085}, "says": {"her - she": -0.08261936534494776, "her": 0.22270791406022092, "she": 0.3053272794051687}, "scene": {"her - she": -0.01877640013991297, "her": 0.18810025648872153, "she": 0.2068766566286345}, "school": {"her - she": -0.038199006765879034, "her": 0.23244207481114063, "she": 0.27064108157701966}, "scientist": {"her - she": -0.018060810635820768, "her": 0.25903597823430097, "she": 0.27709678887012174}, "scum": {"her - she": -0.018921045413422433, "her": 0.17111842586078274, "she": 0.19003947127420517}, "second": {"her - she": 0.03102532556273252, "her": 0.23973052254724872, "she": 0.2087051969845162}, "see": {"her - she": 0.010488565487077939, "her": 0.26123249657771186, "she": 0.2507439310906339}, "seems": {"her - she": -0.07130837158771816, "her": 0.15117048540389266, "she": 0.22247885699161082}, "seen": {"her - she": 0.10722837945410396, "her": 0.2394362717860368, "she": 0.13220789233193284}, "seig": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "selfishness": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "senior": {"her - she": -0.018210306368703688, "her": 0.2455838165117697, "she": 0.2637941228804734}, "seriously": {"her - she": -0.018597122389552356, "her": 0.2076492392768177, "she": 0.22624636166637005}, "shall": {"her - she": -0.018621516773240532, "her": 0.2050743480522944, "she": 0.22369586482553494}, "shame": {"her - she": 0.03094493398570991, "her": 0.24555186507082608, "she": 0.21460693108511616}, "shaniqua": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "she": {"her - she": -0.1922244435573407, "her": 0.4778175898230653, "she": 0.670042033380406}, "shoot": {"her - she": -0.018686897781597323, "her": 0.1980459529545264, "she": 0.21673285073612372}, "shot": {"her - she": 0.05277323700725833, "her": 0.2959066761683893, "she": 0.24313343916113095}, "should": {"her - she": 0.0213028086576435, "her": 0.19084309646839456, "she": 0.16954028781075106}, "show": {"her - she": 0.07094458700566125, "her": 0.23934366076881344, "she": 0.1683990737631522}, "showed": {"her - she": -0.019809724766214676, "her": 0.27957530032296607, "she": 0.29938502508918075}, "sick": {"her - she": -0.018849050330244616, "her": 0.17972224677492976, "she": 0.19857129710517438}, "side": {"her - she": -0.0189812533142433, "her": 0.1636674394489462, "she": 0.1826486927631895}, "simon": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "sinister": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "sister": {"her - she": -0.022834434393315284, "her": 0.30420549190847146, "she": 0.32703992630178674}, "sisters": {"her - she": -0.018821624406799714, "her": 0.18291915638950512, "she": 0.20174078079630484}, "site": {"her - she": 0.03181658808381657, "her": 0.16868560092497603, "she": 0.13686901284115946}, "skin": {"her - she": 0.034587561880995266, "her": 0.250207545845944, "she": 0.21561998396494875}, "skype": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "slaping": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "slavic": {"her - she": -0.01874301333350642, "her": 0.1918564453192716, "she": 0.21059945865277802}, "slowly": {"her - she": -0.01832115341847973, "her": 0.23521322529629968, "she": 0.2535343787147794}, "small": {"her - she": -0.02082588152467199, "her": 0.19319847935534443, "she": 0.21402436088001642}, "smart": {"her - she": -0.018446914788876945, "her": 0.22298631965198298, "she": 0.24143323444085993}, "smashed": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "smile": {"her - she": -0.01961157524542878, "her": 0.2939785684705489, "she": 0.31359014371597765}, "smirking": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "so": {"her - she": -0.046224190727440245, "her": 0.2172135406059457, "she": 0.26343773133338594}, "some": {"her - she": 0.002115612401333844, "her": 0.24477298517303384, "she": 0.2426573727717}, "someday": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "something": {"her - she": -0.16775685027599452, "her": 0.10440028584602185, "she": 0.27215713612201636}, "son": {"her - she": 0.08206377496940531, "her": 0.32262352364982866, "she": 0.24055974868042335}, "soon": {"her - she": 0.031607225388275734, "her": 0.19085993473513146, "she": 0.15925270934685573}, "sorry": {"her - she": -0.06625687994097712, "her": 0.28044335254024444, "she": 0.34670023248122156}, "sounds": {"her - she": -0.020396003746340652, "her": 0.23285797524353008, "she": 0.25325397898987073}, "speak": {"her - she": -0.07116771134318639, "her": 0.15605373903779488, "she": 0.22722145038098127}, "spelling": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "spit": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "squeeze": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "start": {"her - she": -0.07229655981645113, "her": 0.11286917219650304, "she": 0.18516573201295417}, "started": {"her - she": -0.018990381918297022, "her": 0.16251579019498966, "she": 0.18150617211328668}, "statement": {"her - she": -0.018269303759560596, "her": 0.24010886242285367, "she": 0.25837816618241427}, "sticks": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "sticky": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "still": {"her - she": 0.031834614463946614, "her": 0.16658990026152692, "she": 0.1347552857975803}, "stl": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "stood": {"her - she": -0.01832115341847973, "her": 0.23521322529629968, "she": 0.2535343787147794}, "store": {"her - she": 0.030884283555335845, "her": 0.24983446741109566, "she": 0.21895018385575982}, "stories": {"her - she": 0.030884283555335845, "her": 0.24983446741109566, "she": 0.21895018385575982}, "stormed": {"her - she": -0.0665657566593118, "her": 0.2785659300028224, "she": 0.34513168666213423}, "stormfront": {"her - she": -0.0725438887898179, "her": 0.10180435631464768, "she": 0.1743482451044656}, "story": {"her - she": 0.10646863693629027, "her": 0.2570999883982474, "she": 0.1506313514619571}, "straw": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "street": {"her - she": 0.01086804551188103, "her": 0.254001484673012, "she": 0.24313343916113095}, "string": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "student": {"her - she": 0.06194797841862229, "her": 0.27655490950373846, "she": 0.21460693108511616}, "students": {"her - she": -0.01903281536054821, "her": 0.1570816242423745, "she": 0.17611443960292272}, "stuff": {"her - she": 0.03146075238388407, "her": 0.20456784303487557, "she": 0.1731070906509915}, "stupid": {"her - she": -0.003781057337799043, "her": 0.2699442720160224, "she": 0.27372532935382143}, "substitute": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "suced": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "such": {"her - she": -0.01927726415941708, "her": 0.12262250685819279, "she": 0.14189977101760987}, "suddenly": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "suffering": {"her - she": 0.02979469083667574, "her": 0.31545162907875457, "she": 0.28565693824207883}, "suited": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "summers": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "support": {"her - she": -0.07148270987769095, "her": 0.14495167916411525, "she": 0.2164343890418062}, "surviving": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "suspect": {"her - she": 0.030740097336216965, "her": 0.25967337275292834, "she": 0.22893327541671138}, "sweater": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "sweden": {"her - she": -0.0189812533142433, "her": 0.1636674394489462, "she": 0.1826486927631895}, "swedish": {"her - she": -0.06989668303782454, "her": 0.19590042639570676, "she": 0.2657971094335313}, "sweet": {"her - she": -0.020412046305239795, "her": 0.3299954157945905, "she": 0.3504074620998303}, "t": {"her - she": -0.04402236019456643, "her": 0.24990582182462776, "she": 0.2939281820191942}, "table": {"her - she": -0.01840902141289058, "her": 0.22672547181678793, "she": 0.2451344932296785}, "take": {"her - she": 0.011134421731737426, "her": 0.18029642747587754, "she": 0.16916200574414011}, "taken": {"her - she": 0.06270175017530816, "her": 0.25143946532546324, "she": 0.18873771515015508}, "talent": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "talk": {"her - she": -0.02108391666550799, "her": 0.16607661174659463, "she": 0.18716052841210262}, "talkin": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "talks": {"her - she": -0.018210306368703688, "her": 0.2455838165117697, "she": 0.2637941228804734}, "tall": {"her - she": -0.018513702413630373, "her": 0.2162724336970454, "she": 0.23478613611067578}, "tape": {"her - she": -0.01840902141289058, "her": 0.22672547181678793, "she": 0.2451344932296785}, "tatar": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "taught": {"her - she": -0.01857116460785077, "her": 0.2103621108088606, "she": 0.22893327541671138}, "taylor": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "teach": {"her - she": 0.010885290108515716, "her": 0.25020232726348834, "she": 0.23931703715497263}, "teacher": {"her - she": -0.14040601647596535, "her": 0.2036098445533565, "she": 0.34401586102932186}, "teaching": {"her - she": -0.020103484956012274, "her": 0.25702592108438754, "she": 0.2771294060403998}, "teen": {"her - she": 0.030184445590075493, "her": 0.2939785684705489, "she": 0.2637941228804734}, "teenager": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "teeth": {"her - she": 0.060807248111268475, "her": 0.309954781440232, "she": 0.2491475333289635}, "telling": {"her - she": -0.07010056427723674, "her": 0.18994513195009063, "she": 0.26004569622732737}, "temperament": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "than": {"her - she": 0.0551653311261015, "her": 0.1956449068998041, "she": 0.1404795757737026}, "thank": {"her - she": -0.07228487332444448, "her": 0.11337370690596428, "she": 0.18565858023040877}, "thanksgiving": {"her - she": 0.030184445590075493, "her": 0.2939785684705489, "she": 0.2637941228804734}, "thankx": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "that": {"her - she": 0.010206909232856498, "her": 0.2770160561111925, "she": 0.266809146878336}, "thats": {"her - she": -0.0708321256255133, "her": 0.1672697443381548, "she": 0.2381018699636681}, "the": {"her - she": -0.020794050846344003, "her": 0.3060938797833475, "she": 0.3268879306296915}, "theater": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "thegirl": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "their": {"her - she": 0.019550950002474116, "her": 0.17007387569254134, "she": 0.15052292569006723}, "them": {"her - she": 0.031189476591128196, "her": 0.19469460514043277, "she": 0.16350512854930457}, "themselves": {"her - she": -0.01914163983077835, "her": 0.1424736799017334, "she": 0.16161531973251175}, "then": {"her - she": 0.010401971675928767, "her": 0.28061139335485746, "she": 0.2702094216789287}, "there": {"her - she": -0.026564142002246938, "her": 0.15390004983175942, "she": 0.18046419183400636}, "theres": {"her - she": -0.018446914788876945, "her": 0.22298631965198298, "she": 0.24143323444085993}, "these": {"her - she": -0.019607631536261418, "her": 0.06111699969240033, "she": 0.08072463122866175}, "they": {"her - she": 0.018985486598505436, "her": 0.1975002517387618, "she": 0.17851476514025635}, "thing": {"her - she": -0.03924520995136718, "her": 0.24512111537612633, "she": 0.2843663253274935}, "think": {"her - she": -0.06536866064475283, "her": 0.2031402211473919, "she": 0.2685088817921447}, "this": {"her - she": 0.0139063259645405, "her": 0.28241140981161683, "she": 0.26850508384707633}, "thought": {"her - she": 0.001698991205914685, "her": 0.23738764871910686, "she": 0.23568865751319218}, "thread": {"her - she": -0.019429777330528725, "her": 0.09729403912972004, "she": 0.11672381646024876}, "three": {"her - she": -0.018909972372155692, "her": 0.17246258025848923, "she": 0.19137255263064493}, "till": {"her - she": -0.06982203524457012, "her": 0.1980459529545264, "she": 0.2678679881990965}, "time": {"her - she": 0.04108277383694317, "her": 0.25194554106870803, "she": 0.21086276723176486}, "times": {"her - she": -0.05446370639726075, "her": 0.1630807225866117, "she": 0.21754442898387244}, "tiny": {"her - she": -0.018060810635820768, "her": 0.25903597823430097, "she": 0.27709678887012174}, "tip": {"her - she": -0.01840902141289058, "her": 0.22672547181678793, "she": 0.2451344932296785}, "to": {"her - she": 0.008679437825130587, "her": 0.3192999623880746, "she": 0.31062052456294403}, "today": {"her - she": -0.01922350230104164, "her": 0.13074157538948483, "she": 0.14996507769052647}, "together": {"her - she": -0.020926430495810167, "her": 0.18299036874699612, "she": 0.20391679924280628}, "told": {"her - she": 0.01764567630873043, "her": 0.34019881129025586, "she": 0.32255313498152544}, "tomorrow": {"her - she": 0.030491940677238483, "her": 0.275626433906917, "she": 0.2451344932296785}, "too": {"her - she": -0.05636994465188072, "her": 0.19999961323325022, "she": 0.25636955788513094}, "touched": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "toys": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "tragedy": {"her - she": -0.01814194997406826, "her": 0.25180688919207256, "she": 0.2699488391661408}, "traitor": {"her - she": 0.030077937351230988, "her": 0.3000267765173718, "she": 0.2699488391661408}, "trash": {"her - she": -0.018621516773240532, "her": 0.2050743480522944, "she": 0.22369586482553494}, "tree": {"her - she": -0.020269591020079386, "her": 0.2435377345517533, "she": 0.2638073255718327}, "tries": {"her - she": 0.0602773968572049, "her": 0.3240715197376783, "she": 0.2637941228804734}, "try": {"her - she": -0.02378417104212127, "her": 0.24339845579916453, "she": 0.2671826268412858}, "trying": {"her - she": 0.06368387710230036, "her": 0.21298982943500522, "she": 0.14930595233270486}, "turned": {"her - she": -0.01854343987718826, "her": 0.21322978380773233, "she": 0.2317732236849206}, "turning": {"her - she": -0.051491327746722104, "her": 0.26859964633342254, "she": 0.32009097408014464}, "turns": {"her - she": 0.03042776699400257, "her": 0.27957530032296607, "she": 0.2491475333289635}, "tv": {"her - she": 0.031761925994174295, "her": 0.17483647246734138, "she": 0.14307454647316709}, "two": {"her - she": -0.0077339181838251, "her": 0.24274779027967788, "she": 0.250481708463503}, "tyep": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "typical": {"her - she": -0.018597122389552356, "her": 0.2076492392768177, "she": 0.22624636166637005}, "u": {"her - she": -0.019158642883071175, "her": 0.14009406646378456, "she": 0.15925270934685573}, "under": {"her - she": -0.019070672918807846, "her": 0.15211499817709653, "she": 0.17118567109590438}, "uneven": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "unteachable": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "until": {"her - she": -0.05383338118171627, "her": 0.18935037545617855, "she": 0.24318375663789482}, "up": {"her - she": 0.024206172131594983, "her": 0.21304706679705718, "she": 0.1888408946654622}, "ur": {"her - she": -0.01814194997406826, "her": 0.25180688919207256, "she": 0.2699488391661408}, "urban": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "use": {"her - she": -0.07227305849321021, "her": 0.11388222623777665, "she": 0.18615528473098686}, "used": {"her - she": -0.007563523882924805, "her": 0.2731215608235434, "she": 0.2806850847064682}, "using": {"her - she": 0.0628353944137934, "her": 0.24665019471377797, "she": 0.18381480029998457}, "v": {"her - she": 0.0314920330755441, "her": 0.20174029084303155, "she": 0.17024825776748745}, "values": {"her - she": -0.01854343987718826, "her": 0.21322978380773233, "she": 0.2317732236849206}, "ve": {"her - she": 0.00167095190074254, "her": 0.19042923469669323, "she": 0.1887582827959507}, "very": {"her - she": -0.024347532803386723, "her": 0.20079699157188755, "she": 0.22514452437527427}, "victim": {"her - she": -0.019996239657057602, "her": 0.26543860509458234, "she": 0.28543484475163994}, "video": {"her - she": 0.0517979791532695, "her": 0.24117405472701028, "she": 0.18937607557374078}, "videos": {"her - she": -0.01903281536054821, "her": 0.1570816242423745, "she": 0.17611443960292272}, "wait": {"her - she": -0.020738566148579274, "her": 0.20174029084303155, "she": 0.22247885699161082}, "waited": {"her - she": -0.019141883400437654, "her": 0.3259898032616966, "she": 0.34513168666213423}, "walk": {"her - she": 0.03119579145285903, "her": 0.22677288869459386, "she": 0.19557709724173483}, "wanna": {"her - she": -0.018513702413630373, "her": 0.2162724336970454, "she": 0.23478613611067578}, "want": {"her - she": 0.05520420127546277, "her": 0.19344389131628645, "she": 0.13823969004082368}, "warm": {"her - she": -0.06890796283968101, "her": 0.22298631965198298, "she": 0.291894282491664}, "was": {"her - she": -0.0504128763682965, "her": 0.3328351192281375, "she": 0.383247995596434}, "watch": {"her - she": -0.010605471205076933, "her": 0.24687441224324175, "she": 0.2574798834483187}, "watched": {"her - she": -0.01857116460785077, "her": 0.2103621108088606, "she": 0.22893327541671138}, "way": {"her - she": -0.007856744483027783, "her": 0.21943320241068312, "she": 0.2272899468937109}, "we": {"her - she": 0.06766626061743408, "her": 0.23003167897669052, "she": 0.16236541835925644}, "week": {"her - she": -0.04659054270416846, "her": 0.21628265980579514, "she": 0.2628732025099636}, "weekend": {"her - she": 0.03085140398661143, "her": 0.2521191825483822, "she": 0.2212677785617708}, "weeks": {"her - she": -0.020728913811697308, "her": 0.20266750770438813, "she": 0.22339642151608544}, "welfare": {"her - she": -0.06957307258514217, "her": 0.2050743480522944, "she": 0.2746474206374366}, "well": {"her - she": -0.007891148408827958, "her": 0.21265627387582434, "she": 0.2205474222846523}, "went": {"her - she": -0.012584075395019323, "her": 0.2829597697416315, "she": 0.29554384513665083}, "were": {"her - she": 0.01918071707682545, "her": 0.23069321473454732, "she": 0.21151249765772187}, "wesley": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "wet": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "what": {"her - she": 0.006477541144479543, "her": 0.1887423200975542, "she": 0.18226477895307466}, "whatever": {"her - she": -0.01877640013991297, "her": 0.18810025648872153, "she": 0.2068766566286345}, "when": {"her - she": 0.002270197558214615, "her": 0.27337925975822447, "she": 0.27110906220000985}, "where": {"her - she": -0.0386608613380503, "her": 0.2353605231009927, "she": 0.274021384439043}, "which": {"her - she": -0.01941149852602697, "her": 0.10054362784373333, "she": 0.1199551263697603}, "while": {"her - she": 0.006340581327105965, "her": 0.2725231369167178, "she": 0.26618255558961185}, "white": {"her - she": 0.008205592620173174, "her": 0.2852689252081899, "she": 0.27706333258801674}, "whites": {"her - she": -0.07349317821245588, "her": 0.048557849855335566, "she": 0.12205102806779144}, "whitey": {"her - she": -0.018367366484137948, "her": 0.23078016684482555, "she": 0.2491475333289635}, "who": {"her - she": 0.05136191196666781, "her": 0.24738326666815588, "she": 0.19602135470148807}, "whoever": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "whole": {"her - she": -0.07133477184740963, "her": 0.15024094179517597, "she": 0.2215757136425856}, "whut": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "why": {"her - she": -0.05487233411318085, "her": 0.14416085932081768, "she": 0.19903319343399853}, "wigger": {"her - she": -0.018210306368703688, "her": 0.2455838165117697, "she": 0.2637941228804734}, "will": {"her - she": 0.011817839556067022, "her": 0.24738985731552277, "she": 0.23557201775945574}, "william": {"her - she": -0.018706504689409403, "her": 0.19590042639570676, "she": 0.21460693108511616}, "wind": {"her - she": -0.018269303759560596, "her": 0.24010886242285367, "she": 0.25837816618241427}, "with": {"her - she": 0.04016783726899481, "her": 0.2866996986030043, "she": 0.2465318613340095}, "witness": {"her - she": -0.017961162668191644, "her": 0.2676957755738872, "she": 0.28565693824207883}, "wn": {"her - she": -0.018921045413422433, "her": 0.17111842586078274, "she": 0.19003947127420517}, "wo": {"her - she": -0.01888678115975939, "her": 0.17525270382614078, "she": 0.19413948498590017}, "wolrd": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "woman": {"her - she": 0.10953106918316102, "her": 0.3458634293314752, "she": 0.23633236014831416}, "women": {"her - she": 0.06383324080534825, "her": 0.20631764383591764, "she": 0.1424844030305694}, "won": {"her - she": -0.01832115341847973, "her": 0.23521322529629968, "she": 0.2535343787147794}, "wonderful": {"her - she": -0.018621516773240532, "her": 0.2050743480522944, "she": 0.22369586482553494}, "wore": {"her - she": -0.01814194997406826, "her": 0.25180688919207256, "she": 0.2699488391661408}, "work": {"her - she": -0.02104059364549113, "her": 0.1708531757713546, "she": 0.19189376941684572}, "worked": {"her - she": -0.06842875637215218, "her": 0.23521322529629968, "she": 0.30364198166845185}, "would": {"her - she": -0.018054019193715354, "her": 0.22396598199402415, "she": 0.2420200011877395}, "wow": {"her - she": -0.018760065034425566, "her": 0.18994513195009063, "she": 0.2087051969845162}, "wrench": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "write": {"her - she": -0.01854343987718826, "her": 0.21322978380773233, "she": 0.2317732236849206}, "writes": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}, "www": {"her - she": 0.01256678066311856, "her": 0.19114434935897545, "she": 0.1785775686958569}, "x202a": {"her - she": -0.06989668303782454, "her": 0.19590042639570676, "she": 0.2657971094335313}, "x202c": {"her - she": -0.06989668303782454, "her": 0.19590042639570676, "she": 0.2657971094335313}, "y": {"her - she": -0.018621516773240532, "her": 0.2050743480522944, "she": 0.22369586482553494}, "ya": {"her - she": 0.03135237801919191, "her": 0.21400107078238143, "she": 0.1826486927631895}, "yard": {"her - she": 0.03060343722026404, "her": 0.26859964633342254, "she": 0.2379962091131585}, "yeah": {"her - she": -0.0712814233389889, "her": 0.15211499817709653, "she": 0.22339642151608544}, "year": {"her - she": 0.04194100439339937, "her": 0.28716236528389577, "she": 0.2452213608904964}, "years": {"her - she": -0.023542196752544292, "her": 0.18481783775881022, "she": 0.2083600345113545}, "yelling": {"her - she": -0.01783230139662184, "her": 0.2785659300028224, "she": 0.29639823139944427}, "yesterday": {"her - she": 0.03060343722026404, "her": 0.26859964633342254, "she": 0.2379962091131585}, "yet": {"her - she": -0.02082588152467199, "her": 0.19319847935534443, "she": 0.21402436088001642}, "you": {"her - she": -0.021199899070695305, "her": 0.14957120098644747, "she": 0.17077110005714277}, "young": {"her - she": 0.08674297272137307, "her": 0.2560686426039461, "she": 0.169325669882573}, "younger": {"her - she": -0.020070036867111674, "her": 0.25967337275292834, "she": 0.27974340962004}, "your": {"her - she": -0.025070673852591513, "her": 0.13293030843419426, "she": 0.15800098228678577}, "yours": {"her - she": -0.01832115341847973, "her": 0.23521322529629968, "she": 0.2535343787147794}, "youths": {"her - she": -0.0176502973793215, "her": 0.29334984049759827, "she": 0.31100013787691977}, "youtube": {"her - she": 0.027250269932516252, "her": 0.17882004205819427, "she": 0.15156977212567802}, "yr": {"her - she": -0.018060810635820768, "her": 0.25903597823430097, "she": 0.27709678887012174}, "zakeshia": {"her - she": -0.017339399041840564, "her": 0.31726731633360494, "she": 0.3346067153754455}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-straight.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-straight.json new file mode 100644 index 0000000000000000000000000000000000000000..f399ef5b76777c49074bfa2e62bf458834fb84e5 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-straight.json @@ -0,0 +1 @@ +{"28": {"her - straight": -0.1929564813497719, "her": 0.23078016684482555, "straight": 0.42373664819459744}, "5": {"her - straight": -0.1554232023307413, "her": 0.1784661934227515, "straight": 0.3338893957534928}, "88": {"her - straight": -0.20465944185355125, "her": 0.1424736799017334, "straight": 0.34713312175528466}, "a": {"her - straight": -0.048518235463458126, "her": 0.3333178609459928, "straight": 0.38183609640945093}, "about": {"her - straight": -0.05369071830094141, "her": 0.25053001175470346, "straight": 0.3042207300556449}, "add": {"her - straight": -0.19867524180308085, "her": 0.18994513195009063, "straight": 0.3886203737531715}, "ago": {"her - straight": -0.0392050984051755, "her": 0.274522007281485, "straight": 0.3137271056866605}, "air": {"her - straight": -0.1477262003026128, "her": 0.24983446741109566, "straight": 0.39756066771370846}, "all": {"her - straight": -0.18651618346354565, "her": 0.17618915228479426, "straight": 0.3627053357483399}, "almost": {"her - straight": -0.20314532252744733, "her": 0.15504377352218957, "straight": 0.3581890960496369}, "although": {"her - straight": -0.19695564838990529, "her": 0.20262326034384018, "straight": 0.39957890873374546}, "an": {"her - straight": -0.14425119392409538, "her": 0.18178815268399792, "straight": 0.3260393466080933}, "and": {"her - straight": -0.052780922617411075, "her": 0.3765288386234401, "straight": 0.4293097612408512}, "any": {"her - straight": -0.10410889857834421, "her": 0.1726126005321763, "straight": 0.2767214991105205}, "anyone": {"her - straight": -0.21058387147050336, "her": 0.08839323354719311, "straight": 0.2989771050176965}, "are": {"her - straight": -0.07340521299952743, "her": 0.16312315946106248, "straight": 0.23652837246058991}, "around": {"her - straight": -0.04035820347870503, "her": 0.24798919255499238, "straight": 0.2883473960336974}, "as": {"her - straight": -0.10481720973776129, "her": 0.2246342215843322, "straight": 0.3294514313220935}, "ass": {"her - straight": -0.1972767547442283, "her": 0.20028391296948017, "straight": 0.39756066771370846}, "at": {"her - straight": -0.07104434669561799, "her": 0.27222692640324897, "straight": 0.34327127309886696}, "bag": {"her - straight": -0.19408816538952697, "her": 0.22298631965198298, "straight": 0.41707448504150996}, "band": {"her - straight": -0.20236189346981318, "her": 0.16138695319488647, "straight": 0.36374884666469964}, "barely": {"her - straight": -0.19157723065840737, "her": 0.24010886242285367, "straight": 0.43168609308126105}, "be": {"her - straight": 0.021793736514858664, "her": 0.22156833114512678, "straight": 0.19977459463026812}, "became": {"her - straight": -0.19408816538952697, "her": 0.22298631965198298, "straight": 0.41707448504150996}, "beliefs": {"her - straight": -0.19408816538952697, "her": 0.22298631965198298, "straight": 0.41707448504150996}, "black": {"her - straight": -0.06008475865631269, "her": 0.2619460904732638, "straight": 0.32203084912957647}, "blonde": {"her - straight": -0.11456595920619483, "her": 0.3025085258353151, "straight": 0.41707448504150996}, "buisiness": {"her - straight": -0.1791546425906832, "her": 0.31726731633360494, "straight": 0.49642195892428814}, "by": {"her - straight": 0.029410708303461708, "her": 0.2732384424912961, "straight": 0.24382773418783438}, "ca": {"her - straight": -0.12351726706687888, "her": 0.20926067905034168, "straight": 0.33277794611722056}, "can": {"her - straight": -0.1174146973695123, "her": 0.24173942919131872, "straight": 0.359154126560831}, "college": {"her - straight": -0.20475451147029253, "her": 0.14166996201506812, "straight": 0.34642447348536065}, "com": {"her - straight": -0.1427322447840824, "her": 0.19729723915326167, "straight": 0.34002948393734406}, "community": {"her - straight": -0.15264702092904736, "her": 0.20554207512058953, "straight": 0.3581890960496369}, "could": {"her - straight": -0.06697474749938431, "her": 0.22603914693383753, "straight": 0.29301389443322184}, "day": {"her - straight": -0.10347828348543861, "her": 0.1817656222089806, "straight": 0.2852439056944192}, "did": {"her - straight": -0.05256107142390104, "her": 0.24396329068231398, "straight": 0.296524362106215}, "do": {"her - straight": -0.18504786705990495, "her": 0.18769830706874713, "straight": 0.3727461741286521}, "doubt": {"her - straight": -0.1972767547442283, "her": 0.20028391296948017, "straight": 0.39756066771370846}, "down": {"her - straight": -0.17569872870580044, "her": 0.19012218932771513, "straight": 0.3658209180335156}, "either": {"her - straight": -0.27108176983900834, "her": 0.16138695319488647, "straight": 0.43246872303389483}, "eyes": {"her - straight": -0.12208974698347819, "her": 0.2740258698413967, "straight": 0.3961156168248749}, "face": {"her - straight": -0.22088126157174667, "her": 0.21067919583408365, "straight": 0.4315604574058303}, "fear": {"her - straight": -0.19960633092673302, "her": 0.18291915638950512, "straight": 0.38252548731623814}, "few": {"her - straight": -0.02932827450384662, "her": 0.25057947577164297, "straight": 0.2799077502754896}, "find": {"her - straight": -0.1268739657160628, "her": 0.1690517468095208, "straight": 0.2959257125255836}, "for": {"her - straight": -0.059619650773197974, "her": 0.26073371333590584, "straight": 0.3203533641091038}, "from": {"her - straight": -0.033812471081360096, "her": 0.26174892499142866, "straight": 0.29556139607278875}, "get": {"her - straight": -0.07688207263225716, "her": 0.23800034147496202, "straight": 0.3148824141072192}, "gets": {"her - straight": -0.2026342060584121, "her": 0.159193982916155, "straight": 0.3618281889745671}, "getting": {"her - straight": -0.1535972134915086, "her": 0.19646749894264, "straight": 0.3500647124341486}, "go": {"her - straight": -0.04133740207582154, "her": 0.2250871852705677, "straight": 0.26642458734638924}, "god": {"her - straight": -0.2774423993232701, "her": 0.12440464866715333, "straight": 0.4018470479904234}, "good": {"her - straight": -0.04184267991871962, "her": 0.2131306202263434, "straight": 0.25497330014506303}, "got": {"her - straight": -0.12581347983215693, "her": 0.23762645418687986, "straight": 0.3634399340190368}, "guy": {"her - straight": -0.08067702950272548, "her": 0.2510108546879141, "straight": 0.3316878841906396}, "hair": {"her - straight": -0.08047519089575378, "her": 0.25397824083914305, "straight": 0.33445343173489683}, "half": {"her - straight": -0.15425204335401146, "her": 0.1901003888694547, "straight": 0.3443524322234662}, "has": {"her - straight": -0.030046085068059947, "her": 0.23121715565515955, "straight": 0.2612632407232195}, "have": {"her - straight": -0.043015572118439815, "her": 0.19607567587234426, "straight": 0.23909124799078407}, "he": {"her - straight": -0.04168108480892413, "her": 0.21696500443582045, "straight": 0.2586460892447446}, "head": {"her - straight": -0.1519839819465826, "her": 0.21176486471811704, "straight": 0.36374884666469964}, "her": {"her - straight": 0.36805413923745706, "her": 0.6410983341501928, "straight": 0.27304419491273574}, "here": {"her - straight": -0.03080511719020851, "her": 0.2106835185083204, "straight": 0.2414886356985289}, "him": {"her - straight": -0.052176021573877074, "her": 0.2516747534271817, "straight": 0.3038507750010588}, "https": {"her - straight": -0.20834105211322584, "her": 0.10992202103840433, "straight": 0.31826307315163016}, "i": {"her - straight": 0.004441136016392566, "her": 0.30629290307501067, "straight": 0.3018517670586181}, "if": {"her - straight": -0.05470261117521302, "her": 0.23175704804066521, "straight": 0.28645965921587824}, "in": {"her - straight": 0.017589800419511747, "her": 0.3299084329061708, "straight": 0.31231863248665903}, "info": {"her - straight": -0.20113486516268192, "her": 0.17111842586078274, "straight": 0.37225329102346466}, "into": {"her - straight": -0.17251063316605286, "her": 0.23705285772036722, "straight": 0.4095634908864201}, "is": {"her - straight": -0.015422416878563272, "her": 0.31161784972793793, "straight": 0.3270402666065012}, "it": {"her - straight": -0.1142931692560894, "her": 0.26994604342748124, "straight": 0.38423921268357064}, "its": {"her - straight": -0.16019848916174934, "her": 0.12709797645810922, "straight": 0.28729646561985855}, "job": {"her - straight": -0.2026342060584121, "her": 0.159193982916155, "straight": 0.3618281889745671}, "just": {"her - straight": -0.1191242426022398, "her": 0.22368697088452683, "straight": 0.34281121348676663}, "kids": {"her - straight": -0.02903315030700504, "her": 0.2585244666628088, "straight": 0.28755761696981386}, "left": {"her - straight": -0.2250594697662854, "her": 0.18434703727119248, "straight": 0.4094065070374779}, "life": {"her - straight": -0.09933015573614784, "her": 0.23803162919529036, "straight": 0.3373617849314382}, "like": {"her - straight": -0.08401813378074424, "her": 0.24850483576025156, "straight": 0.3325229695409958}, "local": {"her - straight": -0.20236189346981318, "her": 0.16138695319488647, "straight": 0.36374884666469964}, "look": {"her - straight": -0.1593679120441833, "her": 0.1365578004814003, "straight": 0.2959257125255836}, "looking": {"her - straight": -0.15868430797679484, "her": 0.14416085932081768, "straight": 0.3028451672976125}, "looks": {"her - straight": -0.12301814775744807, "her": 0.21494389957463655, "straight": 0.3379620473320846}, "love": {"her - straight": -0.08055724058886837, "her": 0.25277369968762603, "straight": 0.3333309402764944}, "male": {"her - straight": -0.2199534333833873, "her": 0.21633023336294233, "straight": 0.4362836667463296}, "me": {"her - straight": -0.060973364929169716, "her": 0.24682478178372735, "straight": 0.30779814671289707}, "more": {"her - straight": -0.16543382410421775, "her": 0.20538609764323418, "straight": 0.37081992174745193}, "much": {"her - straight": -0.21047798893368674, "her": 0.08944401357975507, "straight": 0.2999220025134418}, "my": {"her - straight": 0.004052264139007666, "her": 0.27342349836240976, "straight": 0.2693712342234021}, "n": {"her - straight": -0.034182472160033894, "her": 0.25323821799187424, "straight": 0.28742069015190813}, "nationalist": {"her - straight": -0.206324630934213, "her": 0.12812880080068384, "straight": 0.33445343173489683}, "negroid": {"her - straight": -0.1929564813497719, "her": 0.23078016684482555, "straight": 0.42373664819459744}, "news": {"her - straight": -0.2109558035244728, "her": 0.0846726822356001, "straight": 0.2956284857600729}, "no": {"her - straight": -0.0952499565419603, "her": 0.22485833064870323, "straight": 0.32010828719066353}, "not": {"her - straight": 0.00618555479687577, "her": 0.20922920800211278, "straight": 0.203043653205237}, "nothing": {"her - straight": -0.17216425797624832, "her": 0.2187591471587523, "straight": 0.3909234051350006}, "now": {"her - straight": -0.10375254283651286, "her": 0.17780702817436278, "straight": 0.28155957101087564}, "of": {"her - straight": -0.04515337504456812, "her": 0.2797689633191215, "straight": 0.3249223383636896}, "off": {"her - straight": -0.028377101493835044, "her": 0.2761532338649392, "straight": 0.3045303353587742}, "old": {"her - straight": 0.0295728578500562, "her": 0.31431348862731057, "straight": 0.28474063077725437}, "on": {"her - straight": -0.046827806783158954, "her": 0.2829926729921817, "straight": 0.3298204797753407}, "once": {"her - straight": -0.20602633474942994, "her": 0.13074157538948483, "straight": 0.33676791013891477}, "one": {"her - straight": -0.09610977804229198, "her": 0.21342609751940161, "straight": 0.3095358755616936}, "only": {"her - straight": -0.08471071495691276, "her": 0.18833347995582297, "straight": 0.27304419491273574}, "open": {"her - straight": -0.15285100597959295, "her": 0.2036098445533565, "straight": 0.35646085053294946}, "or": {"her - straight": -0.0703111050270766, "her": 0.21614855418880163, "straight": 0.28645965921587824}, "out": {"her - straight": -0.08928153693554419, "her": 0.25767761502311826, "straight": 0.34695915195866245}, "over": {"her - straight": -0.12738628288972495, "her": 0.16256999704459238, "straight": 0.28995627993431733}, "own": {"her - straight": -0.01830326386101694, "her": 0.28130219491315106, "straight": 0.299605458774168}, "people": {"her - straight": -0.19384023766101807, "her": 0.1914249348771838, "straight": 0.38526517253820186}, "person": {"her - straight": -0.15214118824898926, "her": 0.2444298277680148, "straight": 0.39657101601700406}, "please": {"her - straight": -0.2070111576056864, "her": 0.12203950701887302, "straight": 0.3290506646245594}, "point": {"her - straight": -0.22289562318209585, "her": 0.19817273769800106, "straight": 0.4210683608800969}, "power": {"her - straight": -0.20162376789282418, "her": 0.1672697443381548, "straight": 0.368893512230979}, "powerful": {"her - straight": -0.19157723065840737, "her": 0.24010886242285367, "straight": 0.43168609308126105}, "problem": {"her - straight": -0.20484812006029657, "her": 0.1408768564518783, "straight": 0.3457249765121749}, "ran": {"her - straight": -0.2612135353335703, "her": 0.21322978380773233, "straight": 0.4744433191413026}, "reason": {"her - straight": -0.15285100597959295, "her": 0.2036098445533565, "straight": 0.35646085053294946}, "road": {"her - straight": -0.14688327219812997, "her": 0.25702592108438754, "straight": 0.4039091932825175}, "s": {"her - straight": -0.03738035786902255, "her": 0.26490132402423383, "straight": 0.3022816818932564}, "said": {"her - straight": 0.00012399471411173035, "her": 0.31306200200992246, "straight": 0.3129380072958107}, "saw": {"her - straight": -0.17216425797624832, "her": 0.2187591471587523, "straight": 0.3909234051350006}, "say": {"her - straight": -0.08429335839572943, "her": 0.19514984911052696, "straight": 0.2794432075062564}, "see": {"her - straight": 0.0072291274409171935, "her": 0.26123249657771186, "straight": 0.25400336913679467}, "seen": {"her - straight": -0.08145495827802388, "her": 0.2394362717860368, "straight": 0.3208912300640607}, "shop": {"her - straight": -0.19458620160190057, "her": 0.2195145574429774, "straight": 0.414100759044878}, "should": {"her - straight": -0.15826545532019418, "her": 0.19084309646839456, "straight": 0.34910855178858874}, "something": {"her - straight": -0.20893097983275893, "her": 0.10440028584602185, "straight": 0.3133312656787808}, "station": {"her - straight": -0.19625995400569982, "her": 0.2076492392768177, "straight": 0.4039091932825175}, "straight": {"her - straight": -0.5468275173972243, "her": 0.1980459529545264, "straight": 0.7448734703517508}, "successful": {"her - straight": -0.19075527340424436, "her": 0.2455838165117697, "straight": 0.43633908991601406}, "t": {"her - straight": -0.03432722410763586, "her": 0.24990582182462776, "straight": 0.2842330459322636}, "tall": {"her - straight": -0.1950479074709039, "her": 0.2162724336970454, "straight": 0.4113203411679493}, "than": {"her - straight": -0.08426284337568549, "her": 0.1956449068998041, "straight": 0.2799077502754896}, "that": {"her - straight": 0.05792603728469187, "her": 0.2770160561111925, "straight": 0.21909001882650064}, "the": {"her - straight": -0.14639190028242277, "her": 0.3060938797833475, "straight": 0.4524857800657703}, "their": {"her - straight": -0.12011946773857513, "her": 0.17007387569254134, "straight": 0.29019334343111647}, "them": {"her - straight": -0.156347825536977, "her": 0.19469460514043277, "straight": 0.35104243067740976}, "then": {"her - straight": -0.06625755193334282, "her": 0.28061139335485746, "straight": 0.3468689452882003}, "there": {"her - straight": -0.2203937916732306, "her": 0.15390004983175942, "straight": 0.37429384150499}, "they": {"her - straight": -0.04295034925879221, "her": 0.1975002517387618, "straight": 0.240450600997554}, "thing": {"her - straight": -0.06588807037955388, "her": 0.24512111537612633, "straight": 0.3110091857556802}, "this": {"her - straight": 0.03495221533671994, "her": 0.28241140981161683, "straight": 0.2474591944748969}, "throw": {"her - straight": -0.19787380920467967, "her": 0.19590042639570676, "straight": 0.39377423560038644}, "time": {"her - straight": -0.019229297317046534, "her": 0.25194554106870803, "straight": 0.27117483838575457}, "to": {"her - straight": -0.005690828960956462, "her": 0.3192999623880746, "straight": 0.3249907913490311}, "town": {"her - straight": -0.1559524846064974, "her": 0.173098180018062, "straight": 0.3290506646245594}, "trying": {"her - straight": -0.12319044699484333, "her": 0.21298982943500522, "straight": 0.33618027642984855}, "turns": {"her - straight": -0.14416134787163137, "her": 0.27957530032296607, "straight": 0.42373664819459744}, "tv": {"her - straight": -0.1557818584700332, "her": 0.17483647246734138, "straight": 0.3306183309373746}, "two": {"her - straight": -0.06602483091783731, "her": 0.24274779027967788, "straight": 0.3087726211975152}, "up": {"her - straight": -0.09613799897816053, "her": 0.21304706679705718, "straight": 0.3091850657752177}, "video": {"her - straight": -0.052699560847621923, "her": 0.24117405472701028, "straight": 0.2938736155746322}, "wait": {"her - straight": -0.1530475186193858, "her": 0.20174029084303155, "straight": 0.35478780946241734}, "was": {"her - straight": 0.014344476430274922, "her": 0.3328351192281375, "straight": 0.3184906427978626}, "weeks": {"her - straight": -0.152950162170573, "her": 0.20266750770438813, "straight": 0.35561766987496113}, "went": {"her - straight": -0.11006868309541845, "her": 0.2829597697416315, "straight": 0.39302845283704996}, "what": {"her - straight": -0.13042369799211834, "her": 0.1887423200975542, "straight": 0.31916601808967254}, "when": {"her - straight": -0.09414407207461983, "her": 0.27337925975822447, "straight": 0.3675233318328443}, "white": {"her - straight": -0.054190367691543395, "her": 0.2852689252081899, "straight": 0.3394592928997333}, "who": {"her - straight": -0.1168691576083524, "her": 0.24738326666815588, "straight": 0.3642524242765083}, "will": {"her - straight": 0.029201841620002583, "her": 0.24738985731552277, "straight": 0.21818801569552018}, "wind": {"her - straight": -0.19157723065840737, "her": 0.24010886242285367, "straight": 0.43168609308126105}, "with": {"her - straight": -0.09703952844427427, "her": 0.2866996986030043, "straight": 0.3837392270472786}, "without": {"her - straight": -0.20361732405852467, "her": 0.15117048540389266, "straight": 0.35478780946241734}, "woman": {"her - straight": 0.008501644400036978, "her": 0.3458634293314752, "straight": 0.3373617849314382}, "world": {"her - straight": -0.15848100115407468, "her": 0.14639192739600063, "straight": 0.3048729285500753}, "wow": {"her - straight": -0.19867524180308085, "her": 0.18994513195009063, "straight": 0.3886203737531715}, "www": {"her - straight": -0.06888553977520079, "her": 0.19114434935897545, "straight": 0.26002988913417624}, "year": {"her - straight": -0.00039525168591808546, "her": 0.28716236528389577, "straight": 0.28755761696981386}, "years": {"her - straight": -0.10326523505694862, "her": 0.18481783775881022, "straight": 0.28808307281575884}, "you": {"her - straight": -0.1647490656059398, "her": 0.14957120098644747, "straight": 0.31432026659238727}, "your": {"her - straight": -0.08790859093704956, "her": 0.13293030843419426, "straight": 0.22083889937124382}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-their.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-their.json new file mode 100644 index 0000000000000000000000000000000000000000..83f1ea20c8527ca6f0bc85bc83158720a0c00565 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-their.json @@ -0,0 +1 @@ +{"000": {"her - their": 0.01913393174186001, "her": 0.15211499817709653, "their": 0.13298106643523652}, "1": {"her - their": 0.07443041039299791, "her": 0.18464593526301287, "their": 0.11021552487001496}, "10": {"her - their": 0.07365146971681413, "her": 0.22823780223015763, "their": 0.1545863325133435}, "11": {"her - their": 0.019161330833970647, "her": 0.1685235064731637, "their": 0.14936217563919305}, "12": {"her - their": 0.1449912353832013, "her": 0.2566909812699956, "their": 0.11169974588679432}, "13": {"her - their": 0.04127169754607107, "her": 0.25451243665424317, "their": 0.2132407391081721}, "15": {"her - their": 0.11365349638869163, "her": 0.22535324227548595, "their": 0.11169974588679432}, "16": {"her - their": 0.06322182599564605, "her": 0.20028391296948017, "their": 0.13706208697383412}, "17": {"her - their": 0.0629610155934246, "her": 0.2162724336970454, "their": 0.1533114181036208}, "18": {"her - their": 0.06334381076841222, "her": 0.1918564453192716, "their": 0.12851263455085937}, "2": {"her - their": 0.0608340106560144, "her": 0.20554365906614896, "their": 0.14470964841013456}, "2010": {"her - their": 0.06314772421613982, "her": 0.2050743480522944, "their": 0.1419266238361546}, "24": {"her - their": 0.11183708925326893, "her": 0.2719834112145659, "their": 0.16014632196129694}, "3": {"her - their": -0.02994540964623013, "her": 0.11543238577892176, "their": 0.1453777954251519}, "300": {"her - their": 0.06301361777445114, "her": 0.21322978380773233, "their": 0.1502161660332812}, "4": {"her - their": -0.008899404155044421, "her": 0.1348809093452262, "their": 0.14378031350027062}, "41": {"her - their": 0.06185979410828432, "her": 0.2676957755738872, "their": 0.20583598146560286}, "5": {"her - their": 0.1148988753519878, "her": 0.1784661934227515, "their": 0.0635673180707637}, "50": {"her - their": 0.01916426042925276, "her": 0.17111842586078274, "their": 0.15195416543152998}, "6": {"her - their": 0.06978571547492032, "her": 0.19646749894264, "their": 0.1266817834677197}, "7": {"her - their": 0.019153076972879657, "her": 0.16251579019498966, "their": 0.14336271322211}, "8": {"her - their": 0.06917820829712967, "her": 0.2297292254869498, "their": 0.16055101718982012}, "9": {"her - their": 0.01915129681225064, "her": 0.16138695319488647, "their": 0.14223565638263583}, "_": {"her - their": 0.06396147466363608, "her": 0.11702098449488495, "their": 0.05305950983124887}, "a": {"her - their": 0.042741429838508094, "her": 0.3333178609459928, "their": 0.2905764311074847}, "about": {"her - their": -0.03302648394176966, "her": 0.25053001175470346, "their": 0.2835564956964731}, "abusing": {"her - their": 0.06115971033561604, "her": 0.29334984049759827, "their": 0.23219013016198223}, "actions": {"her - their": 0.019114682030840685, "her": 0.23521322529629968, "their": 0.216098543265459}, "actual": {"her - their": 0.0629610155934246, "her": 0.2162724336970454, "their": 0.1533114181036208}, "actually": {"her - their": -0.032146790415712084, "her": 0.1754268562294947, "their": 0.20757364664520678}, "add": {"her - their": 0.019174025039256887, "her": 0.18994513195009063, "their": 0.17077110691083375}, "african": {"her - their": 0.11328342189589354, "her": 0.23618230556413083, "their": 0.1228988836682373}, "after": {"her - their": 0.005382572063831942, "her": 0.21463476548571664, "their": 0.2092521934218847}, "again": {"her - their": -0.03219491959081533, "her": 0.173098180018062, "their": 0.20529309960887732}, "age": {"her - their": 0.045904312955531185, "her": 0.270006212082904, "their": 0.2241018991273728}, "aged": {"her - their": 0.018999809549720997, "her": 0.2676957755738872, "their": 0.2486959660241662}, "ago": {"her - their": 0.10874038870983246, "her": 0.274522007281485, "their": 0.16578161857165255}, "all": {"her - their": -0.10994620177023878, "her": 0.17618915228479426, "their": 0.28613535405503304}, "allow": {"her - their": -0.008216354995807945, "her": 0.20028391296948017, "their": 0.20850026796528812}, "almost": {"her - their": -0.008688650507171103, "her": 0.15504377352218957, "their": 0.16373242402936067}, "along": {"her - their": 0.06954869611132455, "her": 0.21067919583408365, "their": 0.1411304997227591}, "alongside": {"her - their": 0.06115971033561604, "her": 0.29334984049759827, "their": 0.23219013016198223}, "also": {"her - their": -0.00435328125033968, "her": 0.21369429752243785, "their": 0.21804757877277753}, "always": {"her - their": -0.12513533341560462, "her": 0.09419497603279883, "their": 0.21933030944840345}, "am": {"her - their": -0.05155790909771829, "her": 0.1324326997622229, "their": 0.1839906088599412}, "america": {"her - their": -0.029309754044939074, "her": 0.1530750075925761, "their": 0.18238476163751519}, "american": {"her - their": -0.02970496471557532, "her": 0.13007796709348846, "their": 0.15978293180906378}, "among": {"her - their": 0.01917371513539648, "her": 0.18631706488792216, "their": 0.16714334975252568}, "an": {"her - their": -0.02127859433694604, "her": 0.18178815268399792, "their": 0.20306674702094396}, "ancestors": {"her - their": -0.0442205449603828, "her": 0.21322978380773233, "their": 0.25745032876811513}, "and": {"her - their": -0.0029550358429148438, "her": 0.3765288386234401, "their": 0.37948387446635495}, "another": {"her - their": 0.06062031021360015, "her": 0.22019577218525052, "their": 0.15957546197165037}, "anti": {"her - their": -0.021522825591974104, "her": 0.173098180018062, "their": 0.1946210056100361}, "any": {"her - their": -0.017639208162577774, "her": 0.1726126005321763, "their": 0.19025180869475408}, "anymore": {"her - their": 0.01917122958510964, "her": 0.17972224677492976, "their": 0.16055101718982012}, "anyone": {"her - their": -0.13192768367468344, "her": 0.08839323354719311, "their": 0.22032091722187655}, "anything": {"her - their": 0.04662683059733555, "her": 0.21689300509618892, "their": 0.17026617449885337}, "apartment": {"her - their": 0.09896760608192376, "her": 0.29608627526475373, "their": 0.19711866918282997}, "apparently": {"her - their": 0.041334199445807546, "her": 0.24983446741109566, "their": 0.20850026796528812}, "arab": {"her - their": 0.06260209130692337, "her": 0.23521322529629968, "their": 0.1726111339893763}, "are": {"her - their": -0.1813316335649532, "her": 0.16312315946106248, "their": 0.34445479302601567}, "area": {"her - their": -0.0730216156331677, "her": 0.10756434038301871, "their": 0.1805859560161864}, "arms": {"her - their": -0.028174170033486184, "her": 0.21322978380773233, "their": 0.24140395384121852}, "around": {"her - their": 0.006340399500026961, "her": 0.24798919255499238, "their": 0.24164879305496542}, "arrest": {"her - their": 0.06260209130692337, "her": 0.23521322529629968, "their": 0.1726111339893763}, "arrested": {"her - their": 0.11293804637440441, "her": 0.24555186507082608, "their": 0.13261381869642166}, "as": {"her - their": -0.031597983663533974, "her": 0.2246342215843322, "their": 0.25623220524786616}, "asian": {"her - their": -0.00873883795744032, "her": 0.15024094179517597, "their": 0.1589797797526163}, "asked": {"her - their": 0.019170788593121796, "her": 0.20028391296948017, "their": 0.18111312437635838}, "ass": {"her - their": 0.019170788593121796, "her": 0.20028391296948017, "their": 0.18111312437635838}, "assaulting": {"her - their": 0.11008528482058128, "her": 0.3070478682701729, "their": 0.1969625834495916}, "at": {"her - their": 0.005678697558793688, "her": 0.27222692640324897, "their": 0.2665482288444553}, "attack": {"her - their": 0.04188116642929651, "her": 0.19646749894264, "their": 0.1545863325133435}, "authorities": {"her - their": -0.007940683403103693, "her": 0.22672547181678793, "their": 0.23466615521989162}, "auto": {"her - their": 0.061575459353050865, "her": 0.2785659300028224, "their": 0.21699047064977156}, "away": {"her - their": 0.02371366139936601, "her": 0.2354960851767149, "their": 0.21178242377734888}, "baba": {"her - their": 0.06115971033561604, "her": 0.29334984049759827, "their": 0.23219013016198223}, "back": {"her - their": 0.07240867316032587, "her": 0.29097667254900716, "their": 0.2185679993886813}, "bad": {"her - their": -0.09293839948884003, "her": 0.11920259202644945, "their": 0.21214099151528948}, "band": {"her - their": 0.06369600544626364, "her": 0.16138695319488647, "their": 0.09769094774862283}, "bar": {"her - their": 0.06336999198829307, "her": 0.18994513195009063, "their": 0.12657513996179756}, "be": {"her - their": -0.04419867021933241, "her": 0.22156833114512678, "their": 0.2657670013644592}, "beast": {"her - their": 0.06779222327336568, "her": 0.28389076653882467, "their": 0.216098543265459}, "beat": {"her - their": 0.041541275113887194, "her": 0.23285797524353008, "their": 0.19131670012964289}, "beaten": {"her - their": 0.11248314792245548, "her": 0.25702592108438754, "their": 0.14454277316193206}, "beautiful": {"her - their": 0.16984354652521955, "her": 0.2518220685141406, "their": 0.08197852198892103}, "beauty": {"her - their": 0.061575459353050865, "her": 0.2785659300028224, "their": 0.21699047064977156}, "became": {"her - their": 0.06283999769068604, "her": 0.22298631965198298, "their": 0.16014632196129694}, "because": {"her - their": -0.07002667859048653, "her": 0.2245523690333376, "their": 0.29457904762382414}, "bedroom": {"her - their": 0.11046283812751229, "her": 0.3000267765173718, "their": 0.18956393838985952}, "been": {"her - their": -0.10953510201383916, "her": 0.10860192676518733, "their": 0.2181370287790265}, "before": {"her - their": 0.060755617757007024, "her": 0.21117940326300758, "their": 0.15042378550600055}, "behind": {"her - their": 0.07852849716381019, "her": 0.284432250237953, "their": 0.2059037530741428}, "being": {"her - their": -0.004310611442494422, "her": 0.2176833516471089, "their": 0.2219939630896033}, "beliefs": {"her - their": 0.019142259550160384, "her": 0.22298631965198298, "their": 0.2038440601018226}, "believe": {"her - their": -0.07209740919947227, "her": 0.1370605513380158, "their": 0.20915796053748809}, "best": {"her - their": -0.07214573910768254, "her": 0.13559882961877973, "their": 0.20774456872646227}, "better": {"her - their": -0.009365968049786733, "her": 0.17909243298517902, "their": 0.18845840103496575}, "big": {"her - their": 0.004591812520096078, "her": 0.17972511283132953, "their": 0.17513330031123345}, "bigger": {"her - their": 0.019148530658813723, "her": 0.2195145574429774, "their": 0.20036602678416368}, "birth": {"her - their": 0.019134734198392428, "her": 0.22672547181678793, "their": 0.2075907376183955}, "bitch": {"her - their": 0.06238254061131768, "her": 0.2455838165117697, "their": 0.18320127590045202}, "black": {"her - their": 0.013361596835713335, "her": 0.2619460904732638, "their": 0.24858449363755045}, "blacks": {"her - their": -0.11297308310494392, "her": 0.16436052870560608, "their": 0.27733361181055}, "blonde": {"her - their": 0.14236220387401818, "her": 0.3025085258353151, "their": 0.16014632196129694}, "blood": {"her - their": -0.02929250329506708, "her": 0.15405107014205013, "their": 0.1833435734371172}, "blue": {"her - their": 0.04180965109122886, "her": 0.20554207512058953, "their": 0.16373242402936067}, "bodies": {"her - their": 0.03558249042986217, "her": 0.3025085258353151, "their": 0.26692603540545295}, "body": {"her - their": 0.06341818121968486, "her": 0.18631706488792216, "their": 0.1228988836682373}, "born": {"her - their": 0.06325526088147065, "her": 0.1980459529545264, "their": 0.13479069207305575}, "both": {"her - their": 0.03643613481963326, "her": 0.2316505184861853, "their": 0.19521438366655203}, "bottom": {"her - their": 0.06269096410262104, "her": 0.23078016684482555, "their": 0.1680892027422045}, "boy": {"her - their": -0.00870922213969108, "her": 0.1530750075925761, "their": 0.1617842297322672}, "boys": {"her - their": -0.04470228458153194, "her": 0.19590042639570676, "their": 0.2406027109772387}, "brady": {"her - their": 0.06115971033561604, "her": 0.29334984049759827, "their": 0.23219013016198223}, "break": {"her - their": 0.019169209767750273, "her": 0.20262326034384018, "their": 0.1834540505760899}, "breed": {"her - their": 0.019167220249112132, "her": 0.2050743480522944, "their": 0.18590712780318228}, "bring": {"her - their": 0.02248771611156175, "her": 0.2609967014045114, "their": 0.23850898529294967}, "brother": {"her - their": 0.11378389502272972, "her": 0.22130370556294496, "their": 0.10751981054021524}, "brothers": {"her - their": -0.029181500691451645, "her": 0.1602799804313825, "their": 0.18946148112283415}, "brought": {"her - their": 0.06895941563641497, "her": 0.23973052254724872, "their": 0.17077110691083375}, "brown": {"her - their": -0.008963292144212598, "her": 0.12877173625473656, "their": 0.13773502839894916}, "btw": {"her - their": 0.019169209767750273, "her": 0.20262326034384018, "their": 0.1834540505760899}, "burn": {"her - their": -0.02797613287981429, "her": 0.22298631965198298, "their": 0.2509624525317973}, "bus": {"her - their": 0.06339474305704713, "her": 0.18810025648872153, "their": 0.1247055134316744}, "but": {"her - their": -0.02809436760909842, "her": 0.2370907276619539, "their": 0.26518509527105233}, "by": {"her - their": 0.0048625638545535255, "her": 0.2732384424912961, "their": 0.26837587863674256}, "ca": {"her - their": 0.03660402146086783, "her": 0.20926067905034168, "their": 0.17265665758947385}, "call": {"her - their": -0.04582194092550418, "her": 0.15211499817709653, "their": 0.1979369391026007}, "called": {"her - their": -0.00921170130602586, "her": 0.19240869697021046, "their": 0.20162039827623632}, "calling": {"her - their": 0.041069253885738816, "her": 0.26859964633342254, "their": 0.22753039244768372}, "came": {"her - their": 0.06029253988059172, "her": 0.23934073702846242, "their": 0.1790481971478707}, "camera": {"her - their": 0.11148609758076156, "her": 0.27957530032296607, "their": 0.1680892027422045}, "can": {"her - their": -0.020304021233519015, "her": 0.24173942919131872, "their": 0.26204345042483773}, "cant": {"her - their": -0.008656425168987597, "her": 0.15812812584495733, "their": 0.16678455101394493}, "car": {"her - their": 0.09588243979142388, "her": 0.28719913992106677, "their": 0.19131670012964289}, "care": {"her - their": -0.0316255432220352, "her": 0.1999291895580106, "their": 0.2315547327800458}, "carry": {"her - their": 0.11268199310472937, "her": 0.2521191825483822, "their": 0.13943718944365285}, "case": {"her - their": 0.052579070510419545, "her": 0.254001484673012, "their": 0.20142241416259243}, "cauldrons": {"her - their": 0.06041597050524539, "her": 0.31726731633360494, "their": 0.25685134582835956}, "cause": {"her - their": -0.02932668321583662, "her": 0.15211499817709653, "their": 0.18144168139293315}, "certainly": {"her - their": 0.019169209767750273, "her": 0.20262326034384018, "their": 0.1834540505760899}, "change": {"her - their": -0.02903216761311725, "her": 0.1685235064731637, "their": 0.19755567408628094}, "charge": {"her - their": 0.019161759417462704, "her": 0.2103621108088606, "their": 0.1912003513913979}, "cheap": {"her - their": -0.008262082370891183, "her": 0.19590042639570676, "their": 0.20416250876659794}, "check": {"her - their": 0.11474355310959919, "her": 0.18573473462950715, "their": 0.07099118151990796}, "checked": {"her - their": 0.06269096410262104, "her": 0.23078016684482555, "their": 0.1680892027422045}, "child": {"her - their": 0.11162285389989074, "her": 0.2820217781880322, "their": 0.17039892428814146}, "children": {"her - their": -0.13050649773176262, "her": 0.18974578859978433, "their": 0.32025228633154695}, "chinese": {"her - their": -0.028733148506591227, "her": 0.18459130471124824, "their": 0.21332445321783947}, "chosen": {"her - their": 0.019084581348854962, "her": 0.2455838165117697, "their": 0.22649923516291473}, "citizen": {"her - their": 0.06224295080221304, "her": 0.25180688919207256, "their": 0.18956393838985952}, "city": {"her - their": -0.02977905544247733, "her": 0.12562151533974147, "their": 0.1554005707822188}, "claims": {"her - their": -0.028385077161666827, "her": 0.20262326034384018, "their": 0.231008337505507}, "class": {"her - their": 0.041765270619319866, "her": 0.21067919583408365, "their": 0.16891392521476378}, "classes": {"her - their": 0.06318607090018732, "her": 0.20262326034384018, "their": 0.13943718944365285}, "clean": {"her - their": -0.02870040794963638, "her": 0.18631706488792216, "their": 0.21501747283755854}, "close": {"her - their": 0.10070453158354781, "her": 0.254001484673012, "their": 0.15329695308946417}, "color": {"her - their": 0.0418932779614207, "her": 0.19481035755682446, "their": 0.15291707959540377}, "com": {"her - their": 0.04134990369523828, "her": 0.19729723915326167, "their": 0.1559473354580234}, "come": {"her - their": 0.024685352222619833, "her": 0.23008663951126082, "their": 0.205401287288641}, "coming": {"her - their": -0.029480576261403407, "her": 0.1432883201425236, "their": 0.172768896403927}, "community": {"her - their": 0.02122338296700582, "her": 0.20554207512058953, "their": 0.1843186921535837}, "computer": {"her - their": -0.008191954624227893, "her": 0.20262326034384018, "their": 0.21081521496806807}, "concerned": {"her - their": 0.019114682030840685, "her": 0.23521322529629968, "their": 0.216098543265459}, "concert": {"her - their": 0.06185979410828432, "her": 0.2676957755738872, "their": 0.20583598146560286}, "continue": {"her - their": 0.021159709991069614, "her": 0.23792641711387333, "their": 0.21676670712280371}, "control": {"her - their": -0.028795307462290337, "her": 0.18129717591775266, "their": 0.210092483380043}, "cook": {"her - their": 0.11046283812751229, "her": 0.3000267765173718, "their": 0.18956393838985952}, "could": {"her - their": 0.018554830213904666, "her": 0.22603914693383753, "their": 0.20748431671993287}, "countries": {"her - their": -0.10803688195601097, "her": 0.15117048540389266, "their": 0.25920736735990363}, "country": {"her - their": -0.1259292023364583, "her": 0.14025304927528934, "their": 0.26618225161174763}, "courses": {"her - their": 0.06250048246735038, "her": 0.24010886242285367, "their": 0.1776083799555033}, "court": {"her - their": 0.11258581281808858, "her": 0.25451243665424317, "their": 0.1419266238361546}, "crawl": {"her - their": 0.061575459353050865, "her": 0.2785659300028224, "their": 0.21699047064977156}, "creatures": {"her - their": -0.007979650018118734, "her": 0.22298631965198298, "their": 0.23096596967010172}, "crime": {"her - their": -0.029636196658153202, "her": 0.13417132833533024, "their": 0.16380752499348344}, "cut": {"her - their": 0.0414826903115256, "her": 0.23792641711387333, "their": 0.19644372680234773}, "d": {"her - their": 0.07989649600841009, "her": 0.23801295767822253, "their": 0.15811646166981244}, "daily": {"her - their": 0.019114682030840685, "her": 0.23521322529629968, "their": 0.216098543265459}, "damn": {"her - their": 0.01917371513539648, "her": 0.18631706488792216, "their": 0.16714334975252568}, "daughter": {"her - their": 0.14227443876509027, "her": 0.3485600915824571, "their": 0.20628565281736683}, "daughters": {"her - their": 0.019036351115065853, "her": 0.25903597823430097, "their": 0.23999962711923511}, "day": {"her - their": -0.0029659582186653266, "her": 0.1817656222089806, "their": 0.18473158042764593}, "days": {"her - their": 0.14476511289326516, "her": 0.2570999883982474, "their": 0.11233487550498221}, "dead": {"her - their": 0.07583930688788176, "her": 0.2772617210504742, "their": 0.20142241416259243}, "death": {"her - their": 0.1441518887168335, "her": 0.26915107741357047, "their": 0.124999188696737}, "decent": {"her - their": 0.06290342661272377, "her": 0.2195145574429774, "their": 0.15661113083025363}, "degenerate": {"her - their": 0.06185979410828432, "her": 0.2676957755738872, "their": 0.20583598146560286}, "did": {"her - their": 0.09689670315341614, "her": 0.24396329068231398, "their": 0.14706658752889784}, "didnt": {"her - their": 0.01916476063013589, "her": 0.2076492392768177, "their": 0.1884844786466818}, "die": {"her - their": 0.12389895480620003, "her": 0.2785720989985247, "their": 0.15467314419232467}, "different": {"her - their": -0.046157484649672564, "her": 0.1378048062092565, "their": 0.18396229085892907}, "dirty": {"her - their": -0.00850670761602662, "her": 0.17246258025848923, "their": 0.18096928787451586}, "disgusting": {"her - their": -0.008446893496726587, "her": 0.1781915393351357, "their": 0.1866384328318623}, "disrespect": {"her - their": 0.06115971033561604, "her": 0.29334984049759827, "their": 0.23219013016198223}, "do": {"her - their": -0.08909599632184134, "her": 0.18769830706874713, "their": 0.27679430339058847}, "does": {"her - their": 0.05929406937614745, "her": 0.24928336911290938, "their": 0.18998929973676193}, "doesnt": {"her - their": 0.06269096410262104, "her": 0.23078016684482555, "their": 0.1680892027422045}, "dog": {"her - their": 0.14469756037390324, "her": 0.2625131343188226, "their": 0.11781557394491937}, "doing": {"her - their": 0.004684759366846897, "her": 0.19481035755682446, "their": 0.19012559818997757}, "done": {"her - their": 0.052999620777020806, "her": 0.22823780223015763, "their": 0.17523818145313683}, "dont": {"her - their": -0.02686333540095709, "her": 0.17915827918351107, "their": 0.20602161458446816}, "door": {"her - their": -0.028666450634082186, "her": 0.18810025648872153, "their": 0.21676670712280371}, "doubt": {"her - their": 0.019170788593121796, "her": 0.20028391296948017, "their": 0.18111312437635838}, "down": {"her - their": -0.030048455587287, "her": 0.19012218932771513, "their": 0.22017064491500213}, "dr": {"her - their": 0.06368543312502262, "her": 0.16251579019498966, "their": 0.09883035706996704}, "dragging": {"her - their": 0.06115971033561604, "her": 0.29334984049759827, "their": 0.23219013016198223}, "dress": {"her - their": -0.007940683403103693, "her": 0.22672547181678793, "their": 0.23466615521989162}, "dropped": {"her - their": 0.06185979410828432, "her": 0.2676957755738872, "their": 0.20583598146560286}, "drug": {"her - their": 0.019174025039256887, "her": 0.18994513195009063, "their": 0.17077110691083375}, "drunkenly": {"her - their": 0.06041597050524539, "her": 0.31726731633360494, "their": 0.25685134582835956}, "duty": {"her - their": 0.1425773392398148, "her": 0.29918847007006844, "their": 0.15661113083025363}, "dyed": {"her - their": 0.061575459353050865, "her": 0.2785659300028224, "their": 0.21699047064977156}, "early": {"her - their": 0.04150316096988951, "her": 0.23618230556413083, "their": 0.19467914459424132}, "eating": {"her - their": 0.0413626025437967, "her": 0.24764825536116353, "their": 0.20628565281736683}, "educate": {"her - their": 0.06847302136153044, "her": 0.25967337275292834, "their": 0.1912003513913979}, "effect": {"her - their": 0.018999809549720997, "her": 0.2676957755738872, "their": 0.2486959660241662}, "either": {"her - their": -0.04559653051053855, "her": 0.16138695319488647, "their": 0.20698348370542502}, "else": {"her - their": -0.09255600134284597, "her": 0.12877173625473656, "their": 0.22132773759758254}, "email": {"her - their": 0.06353634172311243, "her": 0.1767024764079143, "their": 0.11316613468480188}, "end": {"her - their": 0.019127751488171862, "her": 0.14932586688606003, "their": 0.13019811539788817}, "ends": {"her - their": 0.06283999769068604, "her": 0.22298631965198298, "their": 0.16014632196129694}, "enemies": {"her - their": -0.04470228458153194, "her": 0.19590042639570676, "their": 0.2406027109772387}, "enough": {"her - their": -0.029612054053130304, "her": 0.13559882961877973, "their": 0.16521088367191003}, "epithet": {"her - their": 0.06041597050524539, "her": 0.31726731633360494, "their": 0.25685134582835956}, "etc": {"her - their": -0.009247124642983495, "her": 0.18935037545617855, "their": 0.19859750009916205}, "europe": {"her - their": 0.019097537587538946, "her": 0.1378048062092565, "their": 0.11870726862171756}, "european": {"her - their": 0.0734499127069429, "her": 0.23718233673630357, "their": 0.16373242402936067}, "even": {"her - their": -0.15254028353289162, "her": 0.12912442860863504, "their": 0.28166471214152666}, "events": {"her - their": -0.04464382637657913, "her": 0.1980459529545264, "their": 0.24268977933110553}, "ever": {"her - their": 0.04673027956243114, "her": 0.20631956095437165, "their": 0.1595892813919405}, "every": {"her - their": -0.020459435415188798, "her": 0.22603914693383753, "their": 0.24649858234902633}, "everyday": {"her - their": 0.06224295080221304, "her": 0.25180688919207256, "their": 0.18956393838985952}, "everything": {"her - their": 0.06374338522068705, "her": 0.15605373903779488, "their": 0.09231035381710782}, "evidence": {"her - their": 0.019172006544082992, "her": 0.1980459529545264, "their": 0.1788739464104434}, "evil": {"her - their": -0.008705134339975606, "her": 0.23618230556413083, "their": 0.24488743990410644}, "example": {"her - their": 0.06353634172311243, "her": 0.1767024764079143, "their": 0.11316613468480188}, "except": {"her - their": 0.06344041039228121, "her": 0.18459130471124824, "their": 0.12115089431896703}, "explain": {"her - their": 0.11258581281808858, "her": 0.25451243665424317, "their": 0.1419266238361546}, "eyes": {"her - their": 0.06346387597089809, "her": 0.2740258698413967, "their": 0.21056199387049862}, "face": {"her - their": -0.009000165988230002, "her": 0.21067919583408365, "their": 0.21967936182231365}, "facebook": {"her - their": -0.008283583646232162, "her": 0.19383953530687453, "their": 0.2021231189531067}, "fact": {"her - their": 0.02259428136656519, "her": 0.23253617041738542, "their": 0.20994188905082023}, "fake": {"her - their": 0.11212718699096152, "her": 0.26543860509458234, "their": 0.1533114181036208}, "family": {"her - their": 0.06553353617059632, "her": 0.25337295442385716, "their": 0.18783941825326084}, "famous": {"her - their": 0.06283999769068604, "her": 0.22298631965198298, "their": 0.16014632196129694}, "far": {"her - their": 0.07397432653961353, "her": 0.21235223102392695, "their": 0.13837790448431342}, "fast": {"her - their": 0.01917204852740395, "her": 0.18129717591775266, "their": 0.1621251273903487}, "father": {"her - their": 0.09644104651689325, "her": 0.2735123946049315, "their": 0.17707134808803823}, "fault": {"her - their": 0.06831993591175237, "her": 0.26543860509458234, "their": 0.19711866918282997}, "fear": {"her - their": -0.08082124899478127, "her": 0.18291915638950512, "their": 0.2637404053842864}, "fed": {"her - their": 0.019169209767750273, "her": 0.20262326034384018, "their": 0.1834540505760899}, "feel": {"her - their": -0.04169530542910907, "her": 0.17602290545828586, "their": 0.21771821088739493}, "feet": {"her - their": -0.0083434703136262, "her": 0.18810025648872153, "their": 0.19644372680234773}, "female": {"her - their": 0.1133431664692757, "her": 0.23449406078824273, "their": 0.12115089431896703}, "females": {"her - their": -0.028336743920906765, "her": 0.2050743480522944, "their": 0.23341109197320117}, "few": {"her - their": 0.06398252492523127, "her": 0.25057947577164297, "their": 0.1865969508464117}, "fight": {"her - their": -0.029522067836263155, "her": 0.1408768564518783, "their": 0.17039892428814146}, "fighting": {"her - their": -0.008430914077589335, "her": 0.17972224677492976, "their": 0.1881531608525191}, "filth": {"her - their": 0.019167220249112132, "her": 0.2050743480522944, "their": 0.18590712780318228}, "filthy": {"her - their": 0.019153764514215438, "her": 0.2162724336970454, "their": 0.19711866918282997}, "finally": {"her - their": 0.06318607090018732, "her": 0.20262326034384018, "their": 0.13943718944365285}, "find": {"her - their": -0.04151703013825475, "her": 0.1690517468095208, "their": 0.21056877694777554}, "first": {"her - their": 0.06402747746089049, "her": 0.24923070023106872, "their": 0.18520322277017823}, "flipped": {"her - their": 0.06115971033561604, "her": 0.29334984049759827, "their": 0.23219013016198223}, "follow": {"her - their": 0.004905936611790979, "her": 0.23618230556413083, "their": 0.23127636895233986}, "food": {"her - their": -0.05949655118853536, "her": 0.1570816242423745, "their": 0.21657817543090987}, "for": {"her - their": -0.041256155993926624, "her": 0.26073371333590584, "their": 0.30198986932983246}, "forced": {"her - their": -0.008262082370891183, "her": 0.19590042639570676, "their": 0.20416250876659794}, "forefathers": {"her - their": 0.018866268706178912, "her": 0.29334984049759827, "their": 0.27448357179141936}, "forget": {"her - their": 0.019125669553336694, "her": 0.23078016684482555, "their": 0.21165449729148886}, "forum": {"her - their": -0.046629495998067136, "her": 0.11648705359951987, "their": 0.163116549597587}, "fought": {"her - their": 0.019101240251552465, "her": 0.24010886242285367, "their": 0.2210076221713012}, "found": {"her - their": 0.11928788368004856, "her": 0.2979888158187876, "their": 0.17870093213873905}, "four": {"her - their": 0.06334381076841222, "her": 0.1918564453192716, "their": 0.12851263455085937}, "free": {"her - their": 0.05337261895279913, "her": 0.19875041437795102, "their": 0.1453777954251519}, "friend": {"her - their": 0.1457614338406623, "her": 0.24016409929841148, "their": 0.09440266545774918}, "friends": {"her - their": 0.014158297050975072, "her": 0.22846959644403775, "their": 0.21431129939306268}, "from": {"her - their": 0.015277047126141335, "her": 0.26174892499142866, "their": 0.24647187786528732}, "front": {"her - their": 0.034194564093310675, "her": 0.25433204072267984, "their": 0.22013747662936917}, "fun": {"her - their": 0.06331606648665208, "her": 0.19383953530687453, "their": 0.13052346882022245}, "future": {"her - their": -0.045798894029509374, "her": 0.1530750075925761, "their": 0.19887390162208549}, "gang": {"her - their": 0.1434319040859899, "her": 0.2853585279221445, "their": 0.1419266238361546}, "garbage": {"her - their": -0.008166391055877686, "her": 0.2050743480522944, "their": 0.2132407391081721}, "garden": {"her - their": 0.061575459353050865, "her": 0.2785659300028224, "their": 0.21699047064977156}, "gave": {"her - their": 0.10020054848346768, "her": 0.26734389823599336, "their": 0.16714334975252568}, "generation": {"her - their": 0.06260209130692337, "her": 0.23521322529629968, "their": 0.1726111339893763}, "german": {"her - their": 0.06971656662182152, "her": 0.200827680523848, "their": 0.13111111390202648}, "get": {"her - their": -0.017876398943645955, "her": 0.23800034147496202, "their": 0.255876740418608}, "gets": {"her - their": -0.008645289952716434, "her": 0.159193982916155, "their": 0.16783927286887143}, "getting": {"her - their": -0.009164696075137119, "her": 0.19646749894264, "their": 0.20563219501777713}, "ghastly": {"her - their": 0.06041597050524539, "her": 0.31726731633360494, "their": 0.25685134582835956}, "girl": {"her - their": 0.16199165089657913, "her": 0.34921831378297913, "their": 0.1872266628864}, "girls": {"her - their": -0.009381461099779331, "her": 0.2299190136473802, "their": 0.23930047474715954}, "give": {"her - their": -0.00984497143097296, "her": 0.23129964745119824, "their": 0.2411446188821712}, "given": {"her - their": -0.0448115576267627, "her": 0.1918564453192716, "their": 0.2366680029460343}, "giving": {"her - their": 0.019173961273441342, "her": 0.18810025648872153, "their": 0.1689262952152802}, "go": {"her - their": 0.026988077834780827, "her": 0.2250871852705677, "their": 0.19809910743578688}, "god": {"her - their": -0.10141633249791725, "her": 0.12440464866715333, "their": 0.22582098116507057}, "gods": {"her - their": -0.028516392886757308, "her": 0.19590042639570676, "their": 0.22441681928246407}, "goes": {"her - their": 0.11425018190166726, "her": 0.20554207512058953, "their": 0.09129189321892227}, "going": {"her - their": -0.03459338274320309, "her": 0.1668225483905066, "their": 0.20141593113370967}, "gone": {"her - their": 0.06362596741419306, "her": 0.1685235064731637, "their": 0.10489753905897063}, "gonna": {"her - their": 0.06325526088147065, "her": 0.1980459529545264, "their": 0.13479069207305575}, "good": {"her - their": -0.015520416600495135, "her": 0.2131306202263434, "their": 0.22865103682683854}, "got": {"her - their": 0.03280230398339645, "her": 0.23762645418687986, "their": 0.2048241502034834}, "grand": {"her - their": 0.06779222327336568, "her": 0.28389076653882467, "their": 0.216098543265459}, "great": {"her - their": -0.05958692351222947, "her": 0.13526203634511097, "their": 0.19484895985734044}, "greece": {"her - their": 0.06283999769068604, "her": 0.22298631965198298, "their": 0.16014632196129694}, "grocery": {"her - their": 0.061575459353050865, "her": 0.2785659300028224, "their": 0.21699047064977156}, "groids": {"her - their": 0.06238254061131768, "her": 0.2455838165117697, "their": 0.18320127590045202}, "group": {"her - their": -0.06047851952816635, "her": 0.12262250685819279, "their": 0.18310102638635914}, "grow": {"her - their": -0.028594498656285217, "her": 0.1918564453192716, "their": 0.2204509439755568}, "growing": {"her - their": 0.06306191625868038, "her": 0.2103621108088606, "their": 0.14730019455018023}, "guess": {"her - their": -0.04617452539834571, "her": 0.1370605513380158, "their": 0.18323507673636152}, "gun": {"her - their": 0.06370618841772231, "her": 0.1602799804313825, "their": 0.09657379201366019}, "guy": {"her - their": 0.07955594715793107, "her": 0.2510108546879141, "their": 0.17145490752998305}, "guys": {"her - their": -0.045798894029509374, "her": 0.1530750075925761, "their": 0.19887390162208549}, "had": {"her - their": 0.02023594119354724, "her": 0.2621722154056136, "their": 0.24193627421206634}, "hair": {"her - their": 0.0655198398041773, "her": 0.25397824083914305, "their": 0.18845840103496575}, "half": {"her - their": 0.0698810266319398, "her": 0.1901003888694547, "their": 0.1202193622375149}, "hall": {"her - their": 0.06269096410262104, "her": 0.23078016684482555, "their": 0.1680892027422045}, "hand": {"her - their": -0.04545025465898181, "her": 0.1672697443381548, "their": 0.21271999899713662}, "handed": {"her - their": -0.007744239538598485, "her": 0.2455838165117697, "their": 0.2533280560503682}, "hands": {"her - their": 0.05927072012091633, "her": 0.2856591584703903, "their": 0.22638843834947397}, "hang": {"her - their": -0.008262082370891183, "her": 0.19590042639570676, "their": 0.20416250876659794}, "happen": {"her - their": -0.02893438997361797, "her": 0.17384006521682, "their": 0.20277445519043796}, "happened": {"her - their": 0.0635986153205675, "her": 0.17111842586078274, "their": 0.10751981054021524}, "happy": {"her - their": 0.06371600087336553, "her": 0.159193982916155, "their": 0.09547798204278947}, "hard": {"her - their": -0.008820021519380078, "her": 0.1424736799017334, "their": 0.15129370142111348}, "hardly": {"her - their": 0.06283999769068604, "her": 0.22298631965198298, "their": 0.16014632196129694}, "harsh": {"her - their": 0.06207339478470936, "her": 0.25903597823430097, "their": 0.1969625834495916}, "has": {"her - their": 0.00011344416588096595, "her": 0.23121715565515955, "their": 0.23110371148927858}, "hated": {"her - their": 0.11127963254944837, "her": 0.28389076653882467, "their": 0.1726111339893763}, "hates": {"her - their": 0.019114682030840685, "her": 0.23521322529629968, "their": 0.216098543265459}, "haunted": {"her - their": 0.061575459353050865, "her": 0.2785659300028224, "their": 0.21699047064977156}, "have": {"her - their": -0.11588561225378635, "her": 0.19607567587234426, "their": 0.3119612881261306}, "he": {"her - their": 0.11076958876866559, "her": 0.21696500443582045, "their": 0.10619541566715486}, "head": {"her - their": 0.021216303047303153, "her": 0.21176486471811704, "their": 0.19054856167081388}, "heads": {"her - their": -0.030425149212733038, "her": 0.2521191825483822, "their": 0.28254433176111526}, "hear": {"her - their": 0.0791197191897689, "her": 0.2660832917687189, "their": 0.18696357257895002}, "heard": {"her - their": 0.053561134747466016, "her": 0.2481821403575021, "their": 0.1946210056100361}, "hearing": {"her - their": 0.06283999769068604, "her": 0.22298631965198298, "their": 0.16014632196129694}, "hell": {"her - their": 0.09762216443306809, "her": 0.2400062043679588, "their": 0.1423840399348907}, "help": {"her - their": -0.009524518275214305, "her": 0.21834845643920953, "their": 0.22787297471442383}, "her": {"her - their": 0.49619279637574415, "her": 0.6410983341501928, "their": 0.14490553777444865}, "here": {"her - their": 0.008442273867240474, "her": 0.2106835185083204, "their": 0.20224124464107993}, "heritage": {"her - their": -0.00864250522273502, "her": 0.2415992351026171, "their": 0.2502417403253521}, "high": {"her - their": -0.029715931247880162, "her": 0.1294214071077621, "their": 0.15913733835564225}, "him": {"her - their": 0.14852819602784023, "her": 0.2516747534271817, "their": 0.10314655739934146}, "his": {"her - their": 0.09757364716482059, "her": 0.24607875080776803, "their": 0.14850510364294744}, "hispanic": {"her - their": 0.06325526088147065, "her": 0.1980459529545264, "their": 0.13479069207305575}, "history": {"her - their": 0.021228161590828964, "her": 0.19904435523582753, "their": 0.17781619364499857}, "hit": {"her - their": 0.021164832726572297, "her": 0.23618230556413083, "their": 0.21501747283755854}, "holocaust": {"her - their": 0.019170298160883448, "her": 0.1781915393351357, "their": 0.15902124117425226}, "home": {"her - their": 0.024186409432834677, "her": 0.2968455606486357, "their": 0.27265915121580103}, "hop": {"her - their": 0.019148530658813723, "her": 0.2195145574429774, "their": 0.20036602678416368}, "hope": {"her - their": 0.023778801582957254, "her": 0.1996448357761226, "their": 0.17586603419316535}, "hopefully": {"her - their": 0.06334381076841222, "her": 0.1918564453192716, "their": 0.12851263455085937}, "house": {"her - their": 0.11223847393851291, "her": 0.268246258692297, "their": 0.1560077847537841}, "how": {"her - their": -0.049628802046210535, "her": 0.21053015248402937, "their": 0.2601589545302399}, "html": {"her - their": 0.06374338522068705, "her": 0.15605373903779488, "their": 0.09231035381710782}, "http": {"her - their": 0.016588334068726812, "her": 0.19589374198914658, "their": 0.17930540792041977}, "https": {"her - their": 0.01899323079237658, "her": 0.10992202103840433, "their": 0.09092879024602775}, "huge": {"her - their": -0.02870040794963638, "her": 0.18631706488792216, "their": 0.21501747283755854}, "hundreds": {"her - their": 0.06350072125366524, "her": 0.17972224677492976, "their": 0.11622152552126452}, "husband": {"her - their": 0.16430998774183203, "her": 0.33239919048403654, "their": 0.1680892027422045}, "i": {"her - their": 0.03918882564452425, "her": 0.30629290307501067, "their": 0.2671040774304864}, "if": {"her - their": -0.022451487705751227, "her": 0.23175704804066521, "their": 0.25420853574641644}, "ignorant": {"her - their": 0.06283999769068604, "her": 0.22298631965198298, "their": 0.16014632196129694}, "im": {"her - their": -0.046926542337589916, "her": 0.10222998750233273, "their": 0.14915652983992264}, "in": {"her - their": -0.01561039615628712, "her": 0.3299084329061708, "their": 0.3455188290624579}, "indeed": {"her - their": 0.06348160197283328, "her": 0.18129717591775266, "their": 0.11781557394491937}, "index": {"her - their": 0.06318607090018732, "her": 0.20262326034384018, "their": 0.13943718944365285}, "india": {"her - their": 0.06276964502543941, "her": 0.22672547181678793, "their": 0.1639558267913485}, "indian": {"her - their": -0.007979650018118734, "her": 0.22298631965198298, "their": 0.23096596967010172}, "info": {"her - their": -0.028984587749719848, "her": 0.17111842586078274, "their": 0.2001030136105026}, "information": {"her - their": -0.02905505812590406, "her": 0.1672697443381548, "their": 0.19632480246405887}, "inside": {"her - their": 0.019167220249112132, "her": 0.2050743480522944, "their": 0.18590712780318228}, "instead": {"her - their": 0.021185742703239197, "her": 0.2282307875500129, "their": 0.2070450448467737}, "into": {"her - their": 0.0035211907794360786, "her": 0.23705285772036722, "their": 0.23353166694093114}, "introduce": {"her - their": 0.06224295080221304, "her": 0.25180688919207256, "their": 0.18956393838985952}, "invasion": {"her - their": 0.06207339478470936, "her": 0.25903597823430097, "their": 0.1969625834495916}, "ireland": {"her - their": -0.03260536376491688, "her": 0.15273432287784142, "their": 0.1853396866427583}, "is": {"her - their": 0.011837485293255012, "her": 0.31161784972793793, "their": 0.2997803644346829}, "israel": {"her - their": -0.008414473976336823, "her": 0.18129717591775266, "their": 0.18971164989408948}, "it": {"her - their": -0.01693681244320716, "her": 0.26994604342748124, "their": 0.2868828558706884}, "its": {"her - their": -0.051691824427652605, "her": 0.12709797645810922, "their": 0.17878980088576182}, "ive": {"her - their": 0.06887172132426334, "her": 0.2435377345517533, "their": 0.17466601322748995}, "jamie": {"her - their": 0.06185979410828432, "her": 0.2676957755738872, "their": 0.20583598146560286}, "jealous": {"her - their": 0.06115971033561604, "her": 0.29334984049759827, "their": 0.23219013016198223}, "jew": {"her - their": 0.053542184098161694, "her": 0.2492978872382437, "their": 0.195755703140082}, "jewish": {"her - their": -0.046104814341893535, "her": 0.14009406646378456, "their": 0.1861988808056781}, "jews": {"her - their": -0.12092005460384717, "her": 0.15357164140154464, "their": 0.2744916960053918}, "job": {"her - their": -0.04565041151438656, "her": 0.159193982916155, "their": 0.20484439443054156}, "jump": {"her - their": 0.019148530658813723, "her": 0.2195145574429774, "their": 0.20036602678416368}, "jumped": {"her - their": 0.06260209130692337, "her": 0.23521322529629968, "their": 0.1726111339893763}, "just": {"her - their": -0.025806556069179976, "her": 0.22368697088452683, "their": 0.2494935269537068}, "keeping": {"her - their": 0.06185979410828432, "her": 0.2676957755738872, "their": 0.20583598146560286}, "keeps": {"her - their": 0.06269096410262104, "her": 0.23078016684482555, "their": 0.1680892027422045}, "kick": {"her - their": 0.06872134303473729, "her": 0.24983446741109566, "their": 0.18111312437635838}, "kicked": {"her - their": 0.06238254061131768, "her": 0.2455838165117697, "their": 0.18320127590045202}, "kid": {"her - their": 0.022605607212380502, "her": 0.22823780223015763, "their": 0.20563219501777713}, "kids": {"her - their": -0.031106843262010242, "her": 0.2585244666628088, "their": 0.28963130992481906}, "kill": {"her - their": -0.008492324587660083, "her": 0.17384006521682, "their": 0.18233238980448008}, "killed": {"her - their": 0.1426882380485451, "her": 0.2946424034800751, "their": 0.15195416543152998}, "killing": {"her - their": 0.019173304251678208, "her": 0.18459130471124824, "their": 0.16541800045957003}, "kind": {"her - their": 0.06967079360006734, "her": 0.2036098445533565, "their": 0.13393905095328917}, "kiss": {"her - their": 0.11148609758076156, "her": 0.27957530032296607, "their": 0.1680892027422045}, "knife": {"her - their": 0.019148530658813723, "her": 0.2195145574429774, "their": 0.20036602678416368}, "knocked": {"her - their": 0.06269096410262104, "her": 0.23078016684482555, "their": 0.1680892027422045}, "know": {"her - their": -0.0704238582115426, "her": 0.17928041130360162, "their": 0.2497042695151442}, "knows": {"her - their": -0.04524771476767178, "her": 0.17525270382614078, "their": 0.22050041859381256}, "large": {"her - their": 0.01917371513539648, "her": 0.18631706488792216, "their": 0.16714334975252568}, "last": {"her - their": 0.05958495424185703, "her": 0.2330251267288323, "their": 0.17344017248697527}, "lately": {"her - their": 0.019101240251552465, "her": 0.24010886242285367, "their": 0.2210076221713012}, "later": {"her - their": 0.06942238885178373, "her": 0.2175323552082105, "their": 0.14810996635642676}, "latest": {"her - their": 0.019153764514215438, "her": 0.2162724336970454, "their": 0.19711866918282997}, "laugh": {"her - their": 0.03612469596934864, "her": 0.2625131343188226, "their": 0.22638843834947397}, "laughing": {"her - their": -0.008015835004706318, "her": 0.2195145574429774, "their": 0.22753039244768372}, "learn": {"her - their": -0.09138476296220627, "her": 0.15605373903779488, "their": 0.24743850200000114}, "least": {"her - their": -0.05997315063036274, "her": 0.1408768564518783, "their": 0.20085000708224104}, "leave": {"her - their": -0.009012495070328502, "her": 0.20961397769662113, "their": 0.21862647276694963}, "leaves": {"her - their": 0.06301361777445114, "her": 0.21322978380773233, "their": 0.1502161660332812}, "left": {"her - their": -0.021338502550771937, "her": 0.18434703727119248, "their": 0.2056855398219644}, "less": {"her - their": -0.008462439060316573, "her": 0.1767024764079143, "their": 0.18516491546823088}, "let": {"her - their": 0.032551686123129225, "her": 0.270110873787646, "their": 0.23755918766451675}, "lets": {"her - their": 0.06356884606873855, "her": 0.17384006521682, "their": 0.11027121914808144}, "liberals": {"her - their": -0.08127660830775477, "her": 0.17246258025848923, "their": 0.253739188566244}, "lie": {"her - their": 0.06882434441985275, "her": 0.24555186507082608, "their": 0.17672752065097333}, "life": {"her - their": 0.014171359178525966, "her": 0.23803162919529036, "their": 0.2238602700167644}, "light": {"her - their": -0.029309754044939074, "her": 0.1530750075925761, "their": 0.18238476163751519}, "like": {"her - their": 0.0003183458882778656, "her": 0.24850483576025156, "their": 0.2481864898719737}, "line": {"her - their": 0.11410540382042346, "her": 0.21067919583408365, "their": 0.09657379201366019}, "link": {"her - their": -0.008844898015040098, "her": 0.14009406646378456, "their": 0.14893896447882465}, "little": {"her - their": 0.020060864386230087, "her": 0.26334314235019407, "their": 0.24328227796396398}, "live": {"her - their": -0.02203836989422167, "her": 0.14059913202699517, "their": 0.16263750192121684}, "lived": {"her - their": 0.14484987161159388, "her": 0.2595224632244283, "their": 0.11467259161283441}, "lives": {"her - their": -0.10606671783283705, "her": 0.18631706488792216, "their": 0.2923837827207592}, "ll": {"her - their": -0.01004597599368759, "her": 0.1762150958889765, "their": 0.18626107188266408}, "local": {"her - their": -0.04559653051053855, "her": 0.16138695319488647, "their": 0.20698348370542502}, "long": {"her - their": -0.03001821230987435, "her": 0.11088957055058828, "their": 0.14090778286046263}, "longer": {"her - their": 0.019172006544082992, "her": 0.1980459529545264, "their": 0.1788739464104434}, "look": {"her - their": -0.08667969209617407, "her": 0.1365578004814003, "their": 0.22323749257757436}, "looking": {"her - their": -0.0424566216554971, "her": 0.14416085932081768, "their": 0.18661748097631478}, "looks": {"her - their": 0.036566019004900585, "her": 0.21494389957463655, "their": 0.17837788056973597}, "lot": {"her - their": 0.04198278006506315, "her": 0.1810103778835904, "their": 0.13902759781852725}, "lots": {"her - their": -0.008678097968572857, "her": 0.15605373903779488, "their": 0.16473183700636773}, "love": {"her - their": 0.07950722168409186, "her": 0.25277369968762603, "their": 0.17326647800353417}, "m": {"her - their": -0.017952097390045857, "her": 0.1525141957535644, "their": 0.17046629314361025}, "machete": {"her - their": 0.061575459353050865, "her": 0.2785659300028224, "their": 0.21699047064977156}, "mail": {"her - their": 0.019173961273441342, "her": 0.18810025648872153, "their": 0.1689262952152802}, "main": {"her - their": -0.008216354995807945, "her": 0.20028391296948017, "their": 0.20850026796528812}, "make": {"her - their": -0.03676710372967257, "her": 0.21369429752243785, "their": 0.2504614012521104}, "makes": {"her - their": -0.05765077999155063, "her": 0.19646749894264, "their": 0.25411827893419064}, "making": {"her - their": 0.041637363708002445, "her": 0.22396975351248252, "their": 0.18233238980448008}, "male": {"her - their": 0.11393810857170297, "her": 0.21633023336294233, "their": 0.10239212479123935}, "man": {"her - their": 0.09684402808095954, "her": 0.23050207383107726, "their": 0.13365804575011772}, "many": {"her - their": -0.1388072698450683, "her": 0.12321223559913787, "their": 0.26201950544420616}, "maths": {"her - their": 0.06115971033561604, "her": 0.29334984049759827, "their": 0.23219013016198223}, "may": {"her - their": 0.03658373777810725, "her": 0.21235223102392695, "their": 0.1757684932458197}, "maybe": {"her - their": -0.13101148230160758, "her": 0.10618957059519168, "their": 0.23720105289679927}, "me": {"her - their": 0.07358342667281703, "her": 0.24682478178372735, "their": 0.17324135511091032}, "means": {"her - their": 0.0635986153205675, "her": 0.17111842586078274, "their": 0.10751981054021524}, "media": {"her - their": -0.07168150666584569, "her": 0.14932586688606003, "their": 0.22100737355190572}, "meet": {"her - their": 0.0190886700529639, "her": 0.1348809093452262, "their": 0.1157922392922623}, "memories": {"her - their": 0.06238254061131768, "her": 0.2455838165117697, "their": 0.18320127590045202}, "men": {"her - their": -0.00888430123820061, "her": 0.13632530287405178, "their": 0.1452096041122524}, "mention": {"her - their": 0.0632866076992851, "her": 0.19590042639570676, "their": 0.13261381869642166}, "mess": {"her - their": -0.008111250465516112, "her": 0.2103621108088606, "their": 0.21847336127437672}, "message": {"her - their": -0.04593091101527583, "her": 0.1475372455416844, "their": 0.19346815655696023}, "met": {"her - their": 0.09982738885276513, "her": 0.27655490950373846, "their": 0.17672752065097333}, "middle": {"her - their": 0.019173961273441342, "her": 0.18810025648872153, "their": 0.1689262952152802}, "mind": {"her - their": 0.021203132582999218, "her": 0.22001774020586887, "their": 0.19881460762286965}, "mine": {"her - their": 0.11360675400979198, "her": 0.22677288869459386, "their": 0.11316613468480188}, "mixed": {"her - their": -0.029161608475927414, "her": 0.16138695319488647, "their": 0.19054856167081388}, "money": {"her - their": -0.10110430128791548, "her": 0.13141239688006118, "their": 0.23251669816797665}, "monkey": {"her - their": -0.02797613287981429, "her": 0.22298631965198298, "their": 0.2509624525317973}, "month": {"her - their": 0.14518554700543324, "her": 0.2527053575456485, "their": 0.10751981054021524}, "more": {"her - their": -0.02698239178809128, "her": 0.20538609764323418, "their": 0.23236848943132546}, "most": {"her - their": -0.1688211968844335, "her": 0.08909195308921883, "their": 0.25791314997365233}, "mother": {"her - their": 0.10817833888864034, "her": 0.308973531411627, "their": 0.20079519252298664}, "mouth": {"her - their": 0.11183708925326893, "her": 0.2719834112145659, "their": 0.16014632196129694}, "move": {"her - their": -0.008729123935417749, "her": 0.15117048540389266, "their": 0.1598996093393104}, "moved": {"her - their": 0.021203132582999218, "her": 0.22001774020586887, "their": 0.19881460762286965}, "movement": {"her - their": 0.06339474305704713, "her": 0.18810025648872153, "their": 0.1247055134316744}, "much": {"her - their": -0.14379343310435863, "her": 0.08944401357975507, "their": 0.2332374466841137}, "muppet": {"her - their": 0.06041597050524539, "her": 0.31726731633360494, "their": 0.25685134582835956}, "murder": {"her - their": 0.14547031936917243, "her": 0.24665019471377797, "their": 0.10117987534460554}, "murdered": {"her - their": 0.14328427858066303, "her": 0.2878270517425951, "their": 0.14454277316193206}, "must": {"her - their": -0.009373224830509341, "her": 0.1784661934227515, "their": 0.18783941825326084}, "my": {"her - their": 0.08375169066834023, "her": 0.27342349836240976, "their": 0.18967180769406952}, "n": {"her - their": -0.0042557055775854224, "her": 0.25323821799187424, "their": 0.25749392356945966}, "name": {"her - their": 0.07557404135721277, "her": 0.293879079302429, "their": 0.21830503794521625}, "names": {"her - their": -0.008081351064185366, "her": 0.21322978380773233, "their": 0.2213111348719177}, "nationalist": {"her - their": -0.029737470276274408, "her": 0.12812880080068384, "their": 0.15786627107695825}, "ne": {"her - their": 0.06185979410828432, "her": 0.2676957755738872, "their": 0.20583598146560286}, "nearest": {"her - their": 0.06224295080221304, "her": 0.25180688919207256, "their": 0.18956393838985952}, "neck": {"her - their": 0.06238254061131768, "her": 0.2455838165117697, "their": 0.18320127590045202}, "need": {"her - their": -0.06559837755215686, "her": 0.16588893737861216, "their": 0.23148731493076902}, "negro": {"her - their": 0.0697706610410258, "her": 0.2600505665859994, "their": 0.1902799055449736}, "negroid": {"her - their": 0.06269096410262104, "her": 0.23078016684482555, "their": 0.1680892027422045}, "neighbors": {"her - their": 0.06260209130692337, "her": 0.23521322529629968, "their": 0.1726111339893763}, "never": {"her - their": -0.010594695085679867, "her": 0.2060715921398765, "their": 0.21666628722555636}, "new": {"her - their": 0.0368164452736251, "her": 0.14402642624973264, "their": 0.10720998097610754}, "news": {"her - their": -0.1255811809870688, "her": 0.0846726822356001, "their": 0.2102538632226689}, "next": {"her - their": 0.07953992992209064, "her": 0.25159277277745734, "their": 0.1720528428553667}, "nigeria": {"her - their": 0.06269096410262104, "her": 0.23078016684482555, "their": 0.1680892027422045}, "nigerian": {"her - their": 0.06238254061131768, "her": 0.2455838165117697, "their": 0.18320127590045202}, "night": {"her - their": 0.10147915158114834, "her": 0.23077827665617723, "their": 0.1292991250750289}, "no": {"her - their": -0.0011924710917490255, "her": 0.22485833064870323, "their": 0.22605080174045225}, "non": {"her - their": -0.07362211471161151, "her": 0.1475359625240293, "their": 0.22115807723564082}, "nonwhites": {"her - their": 0.06283999769068604, "her": 0.22298631965198298, "their": 0.16014632196129694}, "nor": {"her - their": 0.06306191625868038, "her": 0.2103621108088606, "their": 0.14730019455018023}, "nordic": {"her - their": -0.0290086878171201, "her": 0.16980591980574955, "their": 0.19881460762286965}, "nose": {"her - their": 0.11183708925326893, "her": 0.2719834112145659, "their": 0.16014632196129694}, "not": {"her - their": -0.0748892152130404, "her": 0.20922920800211278, "their": 0.2841184232151532}, "nothing": {"her - their": 0.04660718454823487, "her": 0.2187591471587523, "their": 0.17215196261051743}, "now": {"her - their": -0.024128127839133318, "her": 0.17780702817436278, "their": 0.2019351560134961}, "obviously": {"her - their": 0.0629610155934246, "her": 0.2162724336970454, "their": 0.1533114181036208}, "of": {"her - their": -0.0813583035417027, "her": 0.2797689633191215, "their": 0.3611272668608242}, "off": {"her - their": 0.0005121794992730688, "her": 0.2761532338649392, "their": 0.2756410543656661}, "officers": {"her - their": 0.06250048246735038, "her": 0.24010886242285367, "their": 0.1776083799555033}, "often": {"her - their": -0.028516392886757308, "her": 0.19590042639570676, "their": 0.22441681928246407}, "old": {"her - their": 0.180011155471839, "her": 0.31431348862731057, "their": 0.13430233315547158}, "on": {"her - their": -0.013517567655514984, "her": 0.2829926729921817, "their": 0.2965102406476967}, "once": {"her - their": -0.029693862584883823, "her": 0.13074157538948483, "their": 0.16043543797436866}, "one": {"her - their": 0.002486568304497422, "her": 0.21342609751940161, "their": 0.2109395292149042}, "ones": {"her - their": -0.07133346316330885, "her": 0.159193982916155, "their": 0.23052744607946385}, "online": {"her - their": 0.041701675497599316, "her": 0.2175323552082105, "their": 0.17583067971061117}, "only": {"her - their": -0.07005393178090871, "her": 0.18833347995582297, "their": 0.2583874117367317}, "open": {"her - their": 0.0047359429312710255, "her": 0.2036098445533565, "their": 0.19887390162208549}, "opened": {"her - their": -0.028112825077013348, "her": 0.2162724336970454, "their": 0.24438525877405876}, "opinion": {"her - their": 0.01915812968506092, "her": 0.21322978380773233, "their": 0.1940716541226714}, "or": {"her - their": -0.05746467524962756, "her": 0.21614855418880163, "their": 0.2736132294384292}, "other": {"her - their": -0.002845885763521183, "her": 0.2300482855965483, "their": 0.23289417136006949}, "others": {"her - their": -0.009070906907305748, "her": 0.20456784303487557, "their": 0.21363874994218132}, "our": {"her - their": -0.09810066140792234, "her": 0.13891563327861722, "their": 0.23701629468653956}, "out": {"her - their": 0.0197012620655167, "her": 0.25767761502311826, "their": 0.23797635295760156}, "outside": {"her - their": -0.020616142668527765, "her": 0.22677288869459386, "their": 0.24738903136312163}, "over": {"her - their": -0.041676929214093356, "her": 0.16256999704459238, "their": 0.20424692625868573}, "own": {"her - their": -0.08711674225088589, "her": 0.28130219491315106, "their": 0.36841893716403695}, "page": {"her - their": -0.008586281911655613, "her": 0.1648429134052697, "their": 0.1734291953169253}, "parents": {"her - their": -0.09418194794261253, "her": 0.23077827665617723, "their": 0.32496022459878976}, "part": {"her - their": 0.01906186163134109, "her": 0.12686254690071896, "their": 0.10780068526937787}, "partner": {"her - their": 0.1096156476131517, "her": 0.31545162907875457, "their": 0.20583598146560286}, "past": {"her - their": -0.045319033490479305, "her": 0.17246258025848923, "their": 0.21778161374896854}, "people": {"her - their": -0.12228957247217595, "her": 0.1914249348771838, "their": 0.31371450734935974}, "person": {"her - their": 0.04293475830438906, "her": 0.2444298277680148, "their": 0.20149506946362575}, "photo": {"her - their": 0.16702995780764454, "her": 0.297553426627867, "their": 0.13052346882022245}, "pics": {"her - their": 0.06839943314247288, "her": 0.2624710872651443, "their": 0.1940716541226714}, "picture": {"her - their": -0.008678097968572857, "her": 0.15605373903779488, "their": 0.16473183700636773}, "pictures": {"her - their": -0.00862238096623616, "her": 0.16138695319488647, "their": 0.17000933416112263}, "place": {"her - their": 0.02264963611000939, "her": 0.19875041437795102, "their": 0.17610077826794163}, "play": {"her - their": 0.11350769996568527, "her": 0.2297292254869498, "their": 0.11622152552126452}, "playing": {"her - their": 0.004949154093587371, "her": 0.24555186507082608, "their": 0.2406027109772387}, "please": {"her - their": 0.019043979141070824, "her": 0.12203950701887302, "their": 0.1029955278778022}, "plus": {"her - their": -0.06975603702713462, "her": 0.20028391296948017, "their": 0.2700399499966148}, "pm": {"her - their": 0.01909089231226488, "her": 0.13559882961877973, "their": 0.11650793730651485}, "point": {"her - their": -0.021107817407757357, "her": 0.19817273769800106, "their": 0.21928055510575842}, "police": {"her - their": 0.12128046370174275, "her": 0.3037970866350933, "their": 0.18251662293335055}, "poor": {"her - their": -0.008560935372456363, "her": 0.1672697443381548, "their": 0.17583067971061117}, "post": {"her - their": 0.01895035148358168, "her": 0.10096121330762481, "their": 0.08201086182404313}, "posted": {"her - their": 0.06367445123968853, "her": 0.1636674394489462, "their": 0.09999298820925769}, "poster": {"her - their": 0.019161759417462704, "her": 0.2103621108088606, "their": 0.1912003513913979}, "power": {"her - their": -0.05918346859445989, "her": 0.1672697443381548, "their": 0.2264532129326147}, "practice": {"her - their": 0.06269096410262104, "her": 0.23078016684482555, "their": 0.1680892027422045}, "pray": {"her - their": 0.06290342661272377, "her": 0.2195145574429774, "their": 0.15661113083025363}, "pre": {"her - their": 0.06269096410262104, "her": 0.23078016684482555, "their": 0.1680892027422045}, "pride": {"her - their": -0.045676472490990605, "her": 0.15812812584495733, "their": 0.20380459833594794}, "pro": {"her - their": -0.02893438997361797, "her": 0.17384006521682, "their": 0.20277445519043796}, "probably": {"her - their": 0.06994249533724485, "her": 0.18573473462950715, "their": 0.1157922392922623}, "problem": {"her - their": -0.05997315063036274, "her": 0.1408768564518783, "their": 0.20085000708224104}, "properly": {"her - their": 0.06301361777445114, "her": 0.21322978380773233, "their": 0.1502161660332812}, "protect": {"her - their": 0.06839943314247288, "her": 0.2624710872651443, "their": 0.1940716541226714}, "proud": {"her - their": -0.09143025308865396, "her": 0.15504377352218957, "their": 0.24647402661084353}, "proved": {"her - their": 0.06185979410828432, "her": 0.2676957755738872, "their": 0.20583598146560286}, "pull": {"her - their": 0.06269096410262104, "her": 0.23078016684482555, "their": 0.1680892027422045}, "put": {"her - their": -0.0026712655406022634, "her": 0.21160131605198298, "their": 0.21427258159258525}, "quickly": {"her - their": -0.00813953881812618, "her": 0.2076492392768177, "their": 0.21578877809494387}, "race": {"her - their": -0.12042036444451018, "her": 0.15451006944073634, "their": 0.2749304338852465}, "racial": {"her - their": 0.052878749260068775, "her": 0.236222322697186, "their": 0.1833435734371172}, "racist": {"her - their": -0.07230444589889862, "her": 0.13074157538948483, "their": 0.20304602128838345}, "range": {"her - their": 0.06269096410262104, "her": 0.23078016684482555, "their": 0.1680892027422045}, "rapes": {"her - their": 0.06269096410262104, "her": 0.23078016684482555, "their": 0.1680892027422045}, "re": {"her - their": -0.1320777648141021, "her": 0.08533433383796761, "their": 0.2174120986520697}, "read": {"her - their": -0.08357398302861758, "her": 0.11286917219650304, "their": 0.19644315522512062}, "reading": {"her - their": -0.008397543740137764, "her": 0.18291915638950512, "their": 0.19131670012964289}, "reality": {"her - their": 0.06318607090018732, "her": 0.20262326034384018, "their": 0.13943718944365285}, "really": {"her - their": -0.09346797646767493, "her": 0.10528883307468861, "their": 0.19875680954236355}, "reason": {"her - their": 0.0047359429312710255, "her": 0.2036098445533565, "their": 0.19887390162208549}, "regularly": {"her - their": 0.06115971033561604, "her": 0.29334984049759827, "their": 0.23219013016198223}, "remain": {"her - their": 0.019101240251552465, "her": 0.24010886242285367, "their": 0.2210076221713012}, "remember": {"her - their": 0.07631150314794838, "her": 0.2616222291795681, "their": 0.18531072603161974}, "reptile": {"her - their": 0.06115971033561604, "her": 0.29334984049759827, "their": 0.23219013016198223}, "residents": {"her - their": 0.06185979410828432, "her": 0.2676957755738872, "their": 0.20583598146560286}, "resource": {"her - their": 0.06185979410828432, "her": 0.2676957755738872, "their": 0.20583598146560286}, "rest": {"her - their": 0.004805979331594101, "her": 0.21633023336294233, "their": 0.21152425403134822}, "restaurant": {"her - their": 0.0629610155934246, "her": 0.2162724336970454, "their": 0.1533114181036208}, "right": {"her - their": -0.010359976848272695, "her": 0.22340444183788016, "their": 0.23376441868615286}, "rights": {"her - their": 0.019148530658813723, "her": 0.2195145574429774, "their": 0.20036602678416368}, "rob": {"her - their": 0.06185979410828432, "her": 0.2676957755738872, "their": 0.20583598146560286}, "round": {"her - their": -0.028795307462290337, "her": 0.18129717591775266, "their": 0.210092483380043}, "ruined": {"her - their": 0.06250048246735038, "her": 0.24010886242285367, "their": 0.1776083799555033}, "ruled": {"her - their": 0.06185979410828432, "her": 0.2676957755738872, "their": 0.20583598146560286}, "running": {"her - their": -0.008430914077589335, "her": 0.17972224677492976, "their": 0.1881531608525191}, "s": {"her - their": 0.002275289638871747, "her": 0.26490132402423383, "their": 0.2626260343853621}, "sacrifice": {"her - their": 0.06779222327336568, "her": 0.28389076653882467, "their": 0.216098543265459}, "sad": {"her - their": 0.06946711909756681, "her": 0.2151535145561331, "their": 0.1456863954585663}, "safe": {"her - their": 0.019169209767750273, "her": 0.20262326034384018, "their": 0.1834540505760899}, "said": {"her - their": 0.09878942041733721, "her": 0.31306200200992246, "their": 0.21427258159258525}, "sake": {"her - their": 0.06276964502543941, "her": 0.22672547181678793, "their": 0.1639558267913485}, "same": {"her - their": -0.018968932339391564, "her": 0.16840738313799028, "their": 0.18737631547738184}, "saturday": {"her - their": 0.06269096410262104, "her": 0.23078016684482555, "their": 0.1680892027422045}, "savage": {"her - their": 0.019125669553336694, "her": 0.23078016684482555, "their": 0.21165449729148886}, "save": {"her - their": 0.123188406359586, "her": 0.2921147015748662, "their": 0.1689262952152802}, "saw": {"her - their": 0.014140285648869738, "her": 0.2187591471587523, "their": 0.20461886150988257}, "say": {"her - their": -0.01658949972486981, "her": 0.19514984911052696, "their": 0.21173934883539677}, "saying": {"her - their": -0.059295352336983825, "her": 0.1636674394489462, "their": 0.22296279178593004}, "says": {"her - their": 0.010617577647219378, "her": 0.22270791406022092, "their": 0.21209033641300154}, "scene": {"her - their": 0.06339474305704713, "her": 0.18810025648872153, "their": 0.1247055134316744}, "school": {"her - their": -0.02987925005257744, "her": 0.23244207481114063, "their": 0.26232132486371806}, "schools": {"her - their": -0.12348871485418955, "her": 0.12623894604509503, "their": 0.24972766089928458}, "scum": {"her - their": 0.01916426042925276, "her": 0.17111842586078274, "their": 0.15195416543152998}, "search": {"her - their": 0.06914557807233823, "her": 0.23127070546268694, "their": 0.1621251273903487}, "second": {"her - their": 0.11315538258545116, "her": 0.23973052254724872, "their": 0.12657513996179756}, "see": {"her - their": 0.03357705985380427, "her": 0.26123249657771186, "their": 0.2276554367239076}, "seems": {"her - their": -0.08215574597984027, "her": 0.15117048540389266, "their": 0.23332623138373293}, "seen": {"her - their": 0.03338375130683502, "her": 0.2394362717860368, "their": 0.20605252047920178}, "selfishness": {"her - their": 0.06041597050524539, "her": 0.31726731633360494, "their": 0.25685134582835956}, "sell": {"her - their": -0.00813953881812618, "her": 0.2076492392768177, "their": 0.21578877809494387}, "sent": {"her - their": 0.019161330833970647, "her": 0.1685235064731637, "their": 0.14936217563919305}, "separate": {"her - their": 0.061575459353050865, "her": 0.2785659300028224, "their": 0.21699047064977156}, "several": {"her - their": 0.01916282657190363, "her": 0.16980591980574955, "their": 0.15064309323384592}, "shall": {"her - their": 0.06314772421613982, "her": 0.2050743480522944, "their": 0.1419266238361546}, "shame": {"her - their": 0.004949154093587371, "her": 0.24555186507082608, "their": 0.2406027109772387}, "she": {"her - their": 0.35379406629204574, "her": 0.4778175898230653, "their": 0.12402352353101959}, "sheer": {"her - their": 0.018866268706178912, "her": 0.29334984049759827, "their": 0.27448357179141936}, "shoot": {"her - their": 0.06325526088147065, "her": 0.1980459529545264, "their": 0.13479069207305575}, "shop": {"her - their": 0.06290342661272377, "her": 0.2195145574429774, "their": 0.15661113083025363}, "shopping": {"her - their": 0.06115971033561604, "her": 0.29334984049759827, "their": 0.23219013016198223}, "should": {"her - their": -0.054806473756605856, "her": 0.19084309646839456, "their": 0.24564957022500042}, "show": {"her - their": 0.05947662749661303, "her": 0.23934366076881344, "their": 0.1798670332722004}, "shows": {"her - their": -0.008633944783381281, "her": 0.1602799804313825, "their": 0.16891392521476378}, "sick": {"her - their": -0.045132283989610444, "her": 0.17972224677492976, "their": 0.2248545307645402}, "side": {"her - their": -0.04554012633034127, "her": 0.1636674394489462, "their": 0.20920756577928748}, "sign": {"her - their": -0.008283583646232162, "her": 0.19383953530687453, "their": 0.2021231189531067}, "sister": {"her - their": 0.09411300852842847, "her": 0.30420549190847146, "their": 0.210092483380043}, "sisters": {"her - their": -0.008397543740137764, "her": 0.18291915638950512, "their": 0.19131670012964289}, "site": {"her - their": -0.04187639294552259, "her": 0.16868560092497603, "their": 0.21056199387049862}, "sitting": {"her - their": -0.008239699862840427, "her": 0.1980459529545264, "their": 0.20628565281736683}, "skin": {"her - their": 0.0141812735660585, "her": 0.250207545845944, "their": 0.2360262722798855}, "slavic": {"her - their": 0.019173886324498346, "her": 0.1918564453192716, "their": 0.17268255899477325}, "slowly": {"her - their": 0.019114682030840685, "her": 0.23521322529629968, "their": 0.216098543265459}, "small": {"her - their": 0.04190477793423095, "her": 0.19319847935534443, "their": 0.15129370142111348}, "smart": {"her - their": 0.06283999769068604, "her": 0.22298631965198298, "their": 0.16014632196129694}, "smashed": {"her - their": 0.06185979410828432, "her": 0.2676957755738872, "their": 0.20583598146560286}, "so": {"her - their": -0.06759061620460236, "her": 0.2172135406059457, "their": 0.28480415681054805}, "solo": {"her - their": 0.061575459353050865, "her": 0.2785659300028224, "their": 0.21699047064977156}, "some": {"her - their": -0.006037040950034572, "her": 0.24477298517303384, "their": 0.2508100261230684}, "somebody": {"her - their": -0.007979650018118734, "her": 0.22298631965198298, "their": 0.23096596967010172}, "somehow": {"her - their": 0.1425773392398148, "her": 0.29918847007006844, "their": 0.15661113083025363}, "someone": {"her - their": -0.12428027709724172, "her": 0.11137881715791041, "their": 0.23565909425515214}, "something": {"her - their": -0.06094961126799303, "her": 0.10440028584602185, "their": 0.16534989711401488}, "son": {"her - their": 0.2164301795703012, "her": 0.32262352364982866, "their": 0.10619334407952748}, "song": {"her - their": 0.11397363921152756, "her": 0.2151535145561331, "their": 0.10117987534460554}, "soon": {"her - their": -0.00922963950259878, "her": 0.19085993473513146, "their": 0.20008957423773024}, "sorry": {"her - their": 0.11571151553387671, "her": 0.28044335254024444, "their": 0.16473183700636773}, "sounds": {"her - their": 0.06911156299603408, "her": 0.23285797524353008, "their": 0.163746412247496}, "speak": {"her - their": -0.02925698699382487, "her": 0.15605373903779488, "their": 0.18531072603161974}, "spend": {"her - their": 0.01915812968506092, "her": 0.21322978380773233, "their": 0.1940716541226714}, "spit": {"her - their": 0.06185979410828432, "her": 0.2676957755738872, "their": 0.20583598146560286}, "spread": {"her - their": -0.02870040794963638, "her": 0.18631706488792216, "their": 0.21501747283755854}, "st": {"her - their": 0.0695676260395057, "her": 0.20961397769662113, "their": 0.14004635165711543}, "standing": {"her - their": 0.06839943314247288, "her": 0.2624710872651443, "their": 0.1940716541226714}, "start": {"her - their": -0.009129665235104709, "her": 0.11286917219650304, "their": 0.12199883743160775}, "started": {"her - their": -0.008610589242498745, "her": 0.16251579019498966, "their": 0.1711263794374884}, "station": {"her - their": 0.01916476063013589, "her": 0.2076492392768177, "their": 0.1884844786466818}, "steve": {"her - their": 0.11077729257009686, "her": 0.2939785684705489, "their": 0.18320127590045202}, "still": {"her - their": -0.03232813443816285, "her": 0.16658990026152692, "their": 0.19891803469968977}, "stood": {"her - their": -0.00785225080104271, "her": 0.23521322529629968, "their": 0.2430654760973424}, "store": {"her - their": 0.11277238043726154, "her": 0.24983446741109566, "their": 0.13706208697383412}, "stories": {"her - their": 0.004968061894411735, "her": 0.24983446741109566, "their": 0.24486640551668393}, "stormfront": {"her - their": 0.06398542679100278, "her": 0.10180435631464768, "their": 0.03781892952364491}, "story": {"her - their": 0.0960049699993287, "her": 0.2570999883982474, "their": 0.16109501839891868}, "straight": {"her - their": 0.019172006544082992, "her": 0.1980459529545264, "their": 0.1788739464104434}, "strange": {"her - their": 0.06310646611488563, "her": 0.2076492392768177, "their": 0.14454277316193206}, "street": {"her - their": 0.10070453158354781, "her": 0.254001484673012, "their": 0.15329695308946417}, "strength": {"her - their": 0.06207339478470936, "her": 0.25903597823430097, "their": 0.1969625834495916}, "strong": {"her - their": 0.019172006544082992, "her": 0.1980459529545264, "their": 0.1788739464104434}, "students": {"her - their": -0.05949655118853536, "her": 0.1570816242423745, "their": 0.21657817543090987}, "stuff": {"her - their": 0.114276855027578, "her": 0.20456784303487557, "their": 0.09029098800729757}, "stupid": {"her - their": 0.053160638691675366, "her": 0.2699442720160224, "their": 0.21678363332434702}, "successful": {"her - their": 0.019084581348854962, "her": 0.2455838165117697, "their": 0.22649923516291473}, "such": {"her - their": -0.06047851952816635, "her": 0.12262250685819279, "their": 0.18310102638635914}, "suffering": {"her - their": 0.1096156476131517, "her": 0.31545162907875457, "their": 0.20583598146560286}, "sun": {"her - their": 0.019167220249112132, "her": 0.2050743480522944, "their": 0.18590712780318228}, "sunday": {"her - their": 0.06269096410262104, "her": 0.23078016684482555, "their": 0.1680892027422045}, "support": {"her - their": -0.05985577895663022, "her": 0.14495167916411525, "their": 0.20480745812074547}, "survive": {"her - their": 0.019125669553336694, "her": 0.23078016684482555, "their": 0.21165449729148886}, "surviving": {"her - their": 0.06115971033561604, "her": 0.29334984049759827, "their": 0.23219013016198223}, "suspect": {"her - their": 0.06847302136153044, "her": 0.25967337275292834, "their": 0.1912003513913979}, "swedish": {"her - their": 0.0632866076992851, "her": 0.19590042639570676, "their": 0.13261381869642166}, "t": {"her - their": -0.01312483895318542, "her": 0.24990582182462776, "their": 0.2630306607778132}, "table": {"her - their": 0.06276964502543941, "her": 0.22672547181678793, "their": 0.1639558267913485}, "take": {"her - their": -0.07523790612018921, "her": 0.18029642747587754, "their": 0.25553433359606675}, "talent": {"her - their": 0.06185979410828432, "her": 0.2676957755738872, "their": 0.20583598146560286}, "talk": {"her - their": 0.04205682444867624, "her": 0.16607661174659463, "their": 0.12401978729791839}, "talking": {"her - their": -0.04556865804900295, "her": 0.16251579019498966, "their": 0.2080844482439926}, "tape": {"her - their": 0.019134734198392428, "her": 0.22672547181678793, "their": 0.2075907376183955}, "taught": {"her - their": 0.019161759417462704, "her": 0.2103621108088606, "their": 0.1912003513913979}, "teach": {"her - their": 0.1453047882045177, "her": 0.25020232726348834, "their": 0.10489753905897063}, "teacher": {"her - their": 0.06967079360006734, "her": 0.2036098445533565, "their": 0.13393905095328917}, "teaching": {"her - their": 0.11248314792245548, "her": 0.25702592108438754, "their": 0.14454277316193206}, "teenager": {"her - their": 0.06185979410828432, "her": 0.2676957755738872, "their": 0.20583598146560286}, "teenagers": {"her - their": 0.06728344703862346, "her": 0.3000267765173718, "their": 0.23274332947874835}, "tell": {"her - their": -0.10910629566132599, "her": 0.13007796709348846, "their": 0.23918426275481444}, "telling": {"her - their": 0.019174025039256887, "her": 0.18994513195009063, "their": 0.17077110691083375}, "tells": {"her - their": 0.06831993591175237, "her": 0.26543860509458234, "their": 0.19711866918282997}, "than": {"her - their": -0.0324267544449966, "her": 0.1956449068998041, "their": 0.2280716613448007}, "thanks": {"her - their": 0.06392240290998348, "her": 0.12812880080068384, "their": 0.06420639789070036}, "thanksgiving": {"her - their": 0.11077729257009686, "her": 0.2939785684705489, "their": 0.18320127590045202}, "that": {"her - their": -0.04781996351629397, "her": 0.2770160561111925, "their": 0.3248360196274865}, "thats": {"her - their": 0.06363882239765681, "her": 0.1672697443381548, "their": 0.103630921940498}, "the": {"her - their": -0.047743017597083104, "her": 0.3060938797833475, "their": 0.3538368973804306}, "their": {"her - their": -0.453298143133899, "her": 0.17007387569254134, "their": 0.6233720188264403}, "them": {"her - their": -0.13920243367252258, "her": 0.19469460514043277, "their": 0.33389703881295535}, "themselves": {"her - their": -0.09198272909705124, "her": 0.1424736799017334, "their": 0.23445640899878464}, "then": {"her - their": 0.04150909454614432, "her": 0.28061139335485746, "their": 0.23910229880871314}, "there": {"her - their": -0.07305984473017382, "her": 0.15390004983175942, "their": 0.22695989456193325}, "theres": {"her - their": 0.06283999769068604, "her": 0.22298631965198298, "their": 0.16014632196129694}, "these": {"her - their": -0.19857210165320446, "her": 0.06111699969240033, "their": 0.2596891013456048}, "they": {"her - their": -0.19626667638945627, "her": 0.1975002517387618, "their": 0.39376692812821806}, "thing": {"her - their": 0.012072707387187187, "her": 0.24512111537612633, "their": 0.23304840798893914}, "think": {"her - their": -0.04620630615908, "her": 0.2031402211473919, "their": 0.2493465273064719}, "this": {"her - their": 0.0426105045693608, "her": 0.28241140981161683, "their": 0.23980090524225603}, "those": {"her - their": -0.14274671678956874, "her": 0.11952844782480522, "their": 0.26227516461437395}, "thought": {"her - their": 0.02370769008904297, "her": 0.23738764871910686, "their": 0.2136799586300639}, "thousands": {"her - their": 0.01917204852740395, "her": 0.18129717591775266, "their": 0.1621251273903487}, "thread": {"her - their": -0.00929270883203294, "her": 0.09729403912972004, "their": 0.10658674796175298}, "three": {"her - their": 0.06358405140202543, "her": 0.17246258025848923, "their": 0.1088785288564638}, "throat": {"her - their": 0.11046283812751229, "her": 0.3000267765173718, "their": 0.18956393838985952}, "throw": {"her - their": -0.008262082370891183, "her": 0.19590042639570676, "their": 0.20416250876659794}, "till": {"her - their": 0.06325526088147065, "her": 0.1980459529545264, "their": 0.13479069207305575}, "time": {"her - their": 0.038012019061038516, "her": 0.25194554106870803, "their": 0.21393352200766952}, "times": {"her - their": -0.02168442699582604, "her": 0.1630807225866117, "their": 0.18476514958243773}, "to": {"her - their": -0.043451825108860254, "her": 0.3192999623880746, "their": 0.3627517874969349}, "today": {"her - their": -0.06025787218370118, "her": 0.13074157538948483, "their": 0.19099944757318602}, "together": {"her - their": 0.004612488177260149, "her": 0.18299036874699612, "their": 0.17837788056973597}, "told": {"her - their": 0.13700659975453855, "her": 0.34019881129025586, "their": 0.20319221153571732}, "tom": {"her - their": 0.06224295080221304, "her": 0.25180688919207256, "their": 0.18956393838985952}, "too": {"her - their": 0.0336009765672457, "her": 0.19999961323325022, "their": 0.16639863666600452}, "took": {"her - their": 0.045904312955531185, "her": 0.270006212082904, "their": 0.2241018991273728}, "town": {"her - their": -0.009435435648890905, "her": 0.173098180018062, "their": 0.1825336156669529}, "toys": {"her - their": 0.061575459353050865, "her": 0.2785659300028224, "their": 0.21699047064977156}, "traitor": {"her - their": 0.11046283812751229, "her": 0.3000267765173718, "their": 0.18956393838985952}, "tries": {"her - their": 0.0707434636873101, "her": 0.3240715197376783, "their": 0.2533280560503682}, "try": {"her - their": 0.05364044868208068, "her": 0.24339845579916453, "their": 0.18975800711708385}, "trying": {"her - their": -0.01825252820999762, "her": 0.21298982943500522, "their": 0.23124235764500284}, "tuesday": {"her - their": 0.11148609758076156, "her": 0.27957530032296607, "their": 0.1680892027422045}, "turns": {"her - their": 0.11148609758076156, "her": 0.27957530032296607, "their": 0.1680892027422045}, "tv": {"her - their": 0.11497128846451854, "her": 0.17483647246734138, "their": 0.05986518400282284}, "two": {"her - their": 0.049755379588711374, "her": 0.24274779027967788, "their": 0.1929924106909665}, "under": {"her - their": 0.01913393174186001, "her": 0.15211499817709653, "their": 0.13298106643523652}, "until": {"her - their": 0.02123033014334566, "her": 0.18935037545617855, "their": 0.1681200453128329}, "up": {"her - their": -0.06465080569917417, "her": 0.21304706679705718, "their": 0.27769787249623135}, "update": {"her - their": 0.06306191625868038, "her": 0.2103621108088606, "their": 0.14730019455018023}, "use": {"her - their": -0.10986951796965087, "her": 0.11388222623777665, "their": 0.22375174420742752}, "used": {"her - their": 0.1120265424246247, "her": 0.2731215608235434, "their": 0.16109501839891868}, "using": {"her - their": 0.010678432191982723, "her": 0.24665019471377797, "their": 0.23597176252179525}, "v": {"her - their": 0.06970169382639643, "her": 0.20174029084303155, "their": 0.13203859701663512}, "values": {"her - their": -0.0442205449603828, "her": 0.21322978380773233, "their": 0.25745032876811513}, "ve": {"her - their": 0.023780826800419652, "her": 0.19042923469669323, "their": 0.16664840789627358}, "very": {"her - their": -0.004492669133864091, "her": 0.20079699157188755, "their": 0.20528966070575164}, "victim": {"her - their": 0.11212718699096152, "her": 0.26543860509458234, "their": 0.1533114181036208}, "video": {"her - their": 0.12799834752565745, "her": 0.24117405472701028, "their": 0.11317570720135284}, "videos": {"her - their": -0.02923869453888439, "her": 0.1570816242423745, "their": 0.1863203187812589}, "voice": {"her - their": 0.06260209130692337, "her": 0.23521322529629968, "their": 0.1726111339893763}, "wait": {"her - their": 0.004725255469999523, "her": 0.20174029084303155, "their": 0.19701503537303203}, "walk": {"her - their": 0.06923967623347779, "her": 0.22677288869459386, "their": 0.15753321246111607}, "want": {"her - their": 0.016581582801012906, "her": 0.19344389131628645, "their": 0.17686230851527354}, "warm": {"her - their": 0.06283999769068604, "her": 0.22298631965198298, "their": 0.16014632196129694}, "was": {"her - their": 0.12287067540662566, "her": 0.3328351192281375, "their": 0.20996444382151186}, "watch": {"her - their": 0.047178748827711725, "her": 0.24687441224324175, "their": 0.19969566341553002}, "way": {"her - their": -0.020584149114128647, "her": 0.21943320241068312, "their": 0.24001735152481177}, "we": {"her - their": 0.008582326748068608, "her": 0.23003167897669052, "their": 0.22144935222862192}, "website": {"her - their": -0.04524771476767178, "her": 0.17525270382614078, "their": 0.22050041859381256}, "wednesday": {"her - their": 0.140431477404731, "her": 0.3299954157945905, "their": 0.18956393838985952}, "weeks": {"her - their": 0.0696864412691516, "her": 0.20266750770438813, "their": 0.13298106643523652}, "welfare": {"her - their": -0.028336743920906765, "her": 0.2050743480522944, "their": 0.23341109197320117}, "well": {"her - their": -0.005602401744447094, "her": 0.21265627387582434, "their": 0.21825867562027143}, "went": {"her - their": 0.12239266001557716, "her": 0.2829597697416315, "their": 0.16056710972605434}, "were": {"her - their": 0.0016076547704128863, "her": 0.23069321473454732, "their": 0.22908555996413443}, "what": {"her - their": -0.05991459706186314, "her": 0.1887423200975542, "their": 0.24865691715941735}, "whatever": {"her - their": 0.06339474305704713, "her": 0.18810025648872153, "their": 0.1247055134316744}, "whats": {"her - their": 0.019134734198392428, "her": 0.22672547181678793, "their": 0.2075907376183955}, "when": {"her - their": 0.021688222593395923, "her": 0.27337925975822447, "their": 0.25169103716482855}, "whenever": {"her - their": 0.0629610155934246, "her": 0.2162724336970454, "their": 0.1533114181036208}, "where": {"her - their": 0.03281645597769173, "her": 0.2353605231009927, "their": 0.20254406712330097}, "which": {"her - their": -0.1538156783065548, "her": 0.10054362784373333, "their": 0.2543593061502881}, "while": {"her - their": 0.06350087527396425, "her": 0.2725231369167178, "their": 0.20902226164275356}, "white": {"her - their": 0.010640049852014055, "her": 0.2852689252081899, "their": 0.27462887535617586}, "whites": {"her - their": -0.23353899621314145, "her": 0.048557849855335566, "their": 0.282096846068477}, "whitey": {"her - their": -0.007898434633816648, "her": 0.23078016684482555, "their": 0.2386786014786422}, "who": {"her - their": -0.05216665846813626, "her": 0.24738326666815588, "their": 0.29954992513629214}, "whole": {"her - their": 0.019129827893149487, "her": 0.15024094179517597, "their": 0.13111111390202648}, "why": {"her - their": -0.08024930970399202, "her": 0.14416085932081768, "their": 0.2244101690248097}, "wife": {"her - their": -0.008414473976336823, "her": 0.18129717591775266, "their": 0.18971164989408948}, "wigger": {"her - their": 0.06238254061131768, "her": 0.2455838165117697, "their": 0.18320127590045202}, "will": {"her - their": -0.010440112685253633, "her": 0.24738985731552277, "their": 0.2578299700007764}, "wish": {"her - their": 0.06934954013141498, "her": 0.22130370556294496, "their": 0.15195416543152998}, "with": {"her - their": -0.028190378882584688, "her": 0.2866996986030043, "their": 0.314890077485589}, "without": {"her - their": -0.09160319434881067, "her": 0.15117048540389266, "their": 0.24277367975270334}, "witness": {"her - their": 0.06185979410828432, "her": 0.2676957755738872, "their": 0.20583598146560286}, "wn": {"her - their": -0.028984587749719848, "her": 0.17111842586078274, "their": 0.2001030136105026}, "wo": {"her - their": -0.028908216530108305, "her": 0.17525270382614078, "their": 0.20416092035624908}, "woman": {"her - their": 0.16814850840249376, "her": 0.3458634293314752, "their": 0.17771492092898142}, "women": {"her - their": -0.009673331906818544, "her": 0.20631764383591764, "their": 0.21599097574273618}, "won": {"her - their": 0.06260209130692337, "her": 0.23521322529629968, "their": 0.1726111339893763}, "work": {"her - their": 0.004534081846658544, "her": 0.1708531757713546, "their": 0.16631909392469604}, "worked": {"her - their": 0.019114682030840685, "her": 0.23521322529629968, "their": 0.216098543265459}, "world": {"her - their": -0.05119652783450826, "her": 0.14639192739600063, "their": 0.19758845523050889}, "would": {"her - their": -0.008924848729629675, "her": 0.22396598199402415, "their": 0.23289083072365382}, "write": {"her - their": 0.01915812968506092, "her": 0.21322978380773233, "their": 0.1940716541226714}, "wrong": {"her - their": 0.06372546038720815, "her": 0.15812812584495733, "their": 0.09440266545774918}, "www": {"her - their": 0.03317470628286745, "her": 0.19114434935897545, "their": 0.157969643076108}, "yard": {"her - their": 0.1119885155031689, "her": 0.26859964633342254, "their": 0.15661113083025363}, "yeah": {"her - their": -0.04582194092550418, "her": 0.15211499817709653, "their": 0.1979369391026007}, "year": {"her - their": 0.16399688403943208, "her": 0.28716236528389577, "their": 0.12316548124446368}, "years": {"her - their": 0.005188188538154032, "her": 0.18481783775881022, "their": 0.1796296492206562}, "yelling": {"her - their": 0.061575459353050865, "her": 0.2785659300028224, "their": 0.21699047064977156}, "yet": {"her - their": -0.009202554227371734, "her": 0.19319847935534443, "their": 0.20240103358271616}, "you": {"her - their": -0.08660729328653041, "her": 0.14957120098644747, "their": 0.23617849427297788}, "young": {"her - their": 0.03417796514740318, "her": 0.2560686426039461, "their": 0.2218906774565429}, "your": {"her - their": -0.09841153383674378, "her": 0.13293030843419426, "their": 0.23134184227093804}, "yours": {"her - their": 0.06260209130692337, "her": 0.23521322529629968, "their": 0.1726111339893763}, "youtube": {"her - their": 0.12983840017299286, "her": 0.17882004205819427, "their": 0.048981641885201405}, "yr": {"her - their": 0.06207339478470936, "her": 0.25903597823430097, "their": 0.1969625834495916}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-them.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-them.json new file mode 100644 index 0000000000000000000000000000000000000000..80fb2baa6080159dcb1de355d86311210e7a6e3c --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-them.json @@ -0,0 +1 @@ +{"1": {"her - them": 0.06119241838125339, "her": 0.18464593526301287, "them": 0.12345351688175948}, "10": {"her - them": 0.039579883303584334, "her": 0.22823780223015763, "them": 0.1886579189265733}, "12": {"her - them": 0.13358892349125928, "her": 0.2566909812699956, "them": 0.12310205777873635}, "13": {"her - them": 0.10132656780206067, "her": 0.25451243665424317, "them": 0.1531858688521825}, "15": {"her - them": 0.057014631830478, "her": 0.22535324227548595, "them": 0.16833861044500795}, "16": {"her - them": 0.051938381945200396, "her": 0.20028391296948017, "them": 0.14834553102427978}, "17": {"her - them": 0.05176016583979404, "her": 0.2162724336970454, "them": 0.16451226785725137}, "1940": {"her - them": 0.05074669273155949, "her": 0.2785659300028224, "them": 0.22781923727126294}, "2": {"her - them": 0.046736105563703445, "her": 0.20554365906614896, "them": 0.15880755350244552}, "24": {"her - them": 0.10067248225496853, "her": 0.2719834112145659, "them": 0.17131092895959735}, "3": {"her - them": -0.06063517546721728, "her": 0.11543238577892176, "them": 0.17606756124613904}, "30": {"her - them": 0.05222749171945837, "her": 0.16251579019498966, "them": 0.11028829847553129}, "300": {"her - them": 0.05179664758254085, "her": 0.21322978380773233, "them": 0.16143313622519148}, "4": {"her - them": 0.0066175882573661915, "her": 0.1348809093452262, "them": 0.12826332108786}, "5": {"her - them": 0.05753075168488948, "her": 0.1784661934227515, "them": 0.12093544173786201}, "50": {"her - them": 0.05217788908128278, "her": 0.17111842586078274, "them": 0.11894053677949996}, "6": {"her - them": 0.007809580016066714, "her": 0.19646749894264, "them": 0.1886579189265733}, "7": {"her - them": 0.0068268511618820304, "her": 0.16251579019498966, "them": 0.15568893903310763}, "a": {"her - them": -0.0013038704772032061, "her": 0.3333178609459928, "them": 0.334621731423196}, "about": {"her - them": -0.027543399631074883, "her": 0.25053001175470346, "them": 0.27807341138577835}, "account": {"her - them": 0.05198142972150521, "her": 0.19590042639570676, "them": 0.14391899667420155}, "actually": {"her - them": -0.04688676758633423, "her": 0.1754268562294947, "them": 0.22231362381582892}, "add": {"her - them": 0.007007507008058855, "her": 0.18994513195009063, "them": 0.18293762494203178}, "african": {"her - them": 0.05685040041424522, "her": 0.23618230556413083, "them": 0.17933190514988562}, "after": {"her - them": 0.01986461118104929, "her": 0.21463476548571664, "them": 0.19477015430466735}, "again": {"her - them": 0.007646588951767286, "her": 0.173098180018062, "them": 0.1654515910662947}, "age": {"her - them": 0.06277698891406597, "her": 0.270006212082904, "them": 0.20722922316883802}, "ago": {"her - them": 0.10875322017659605, "her": 0.274522007281485, "them": 0.16576878710488896}, "air": {"her - them": 0.05661915336154094, "her": 0.24983446741109566, "them": 0.19321531404955472}, "alabama": {"her - them": 0.05111929341782448, "her": 0.25903597823430097, "them": 0.2079166848164765}, "all": {"her - them": -0.1092405499774507, "her": 0.17618915228479426, "them": 0.28542970226224496}, "allow": {"her - them": -0.020842046208085996, "her": 0.20028391296948017, "them": 0.22112595917756617}, "almost": {"her - them": -0.05945318788281967, "her": 0.15504377352218957, "them": 0.21449696140500923}, "along": {"her - them": 0.028867339535467246, "her": 0.21067919583408365, "them": 0.1818118562986164}, "also": {"her - them": -0.03277487883067237, "her": 0.21369429752243785, "them": 0.24646917635311022}, "always": {"her - them": -0.1263371089452975, "her": 0.09419497603279883, "them": 0.22053208497809634}, "am": {"her - them": -0.04807284286460131, "her": 0.1324326997622229, "them": 0.18050554262682422}, "america": {"her - them": -0.021652514391890393, "her": 0.1530750075925761, "them": 0.1747275219844665}, "american": {"her - them": 0.00657843107202899, "her": 0.13007796709348846, "them": 0.12349953602145947}, "among": {"her - them": 0.05206684679229834, "her": 0.18631706488792216, "them": 0.13425021809562382}, "an": {"her - them": -0.023062594217029136, "her": 0.18178815268399792, "them": 0.20485074690102706}, "ancestors": {"her - them": 0.05179664758254085, "her": 0.21322978380773233, "them": 0.16143313622519148}, "and": {"her - them": -0.01300342698577972, "her": 0.3765288386234401, "them": 0.38953226560921983}, "another": {"her - them": 0.03227737967102681, "her": 0.22019577218525052, "them": 0.1879183925142237}, "answer": {"her - them": 0.05186042162361282, "her": 0.2076492392768177, "them": 0.15578881765320488}, "anti": {"her - them": -0.023683686668595938, "her": 0.173098180018062, "them": 0.19678186668665792}, "any": {"her - them": -0.08348068948392007, "her": 0.1726126005321763, "them": 0.2560932900160964}, "anymore": {"her - them": 0.0069433296638324316, "her": 0.17972224677492976, "them": 0.17277891711109733}, "anyone": {"her - them": -0.16031296519945074, "her": 0.08839323354719311, "them": 0.24870619874664385}, "anything": {"her - them": 0.00889827797808318, "her": 0.21689300509618892, "them": 0.20799472711810574}, "apparently": {"her - them": 0.028708508233529495, "her": 0.24983446741109566, "them": 0.22112595917756617}, "are": {"her - them": -0.16758833730067402, "her": 0.16312315946106248, "them": 0.3307114967617365}, "area": {"her - them": -0.06085208820953897, "her": 0.10756434038301871, "them": 0.16841642859255768}, "arms": {"her - them": 0.007139686063513839, "her": 0.21322978380773233, "them": 0.2060900977442185}, "around": {"her - them": -0.010757419884317249, "her": 0.24798919255499238, "them": 0.25874661243930963}, "arrest": {"her - them": 0.05150586861213996, "her": 0.23521322529629968, "them": 0.18370735668415972}, "arrested": {"her - them": 0.10163286839662453, "her": 0.24555186507082608, "them": 0.14391899667420155}, "as": {"her - them": -0.07930976157442957, "her": 0.2246342215843322, "them": 0.30394398315876175}, "asian": {"her - them": 0.05228172457936371, "her": 0.15024094179517597, "them": 0.09795921721581226}, "ask": {"her - them": 0.03936066051980158, "her": 0.2527053575456485, "them": 0.2133446970258469}, "asked": {"her - them": 0.007068598919925451, "her": 0.20028391296948017, "them": 0.19321531404955472}, "at": {"her - them": -0.0030636075398243756, "her": 0.27222692640324897, "them": 0.27529053394307335}, "attack": {"her - them": 0.05736995378329185, "her": 0.19646749894264, "them": 0.13909754515934816}, "attacked": {"her - them": 0.10092633723733097, "her": 0.26543860509458234, "them": 0.16451226785725137}, "authorities": {"her - them": 0.0072073835693361454, "her": 0.22672547181678793, "them": 0.21951808824745178}, "away": {"her - them": -0.02525636108114393, "her": 0.2354960851767149, "them": 0.2607524462578588}, "babies": {"her - them": 0.05198142972150521, "her": 0.19590042639570676, "them": 0.14391899667420155}, "baby": {"her - them": 0.1293733331765026, "her": 0.3123109581185344, "them": 0.18293762494203178}, "back": {"her - them": 0.03162720296138821, "her": 0.29097667254900716, "them": 0.25934946958761895}, "bad": {"her - them": 0.006486718770803632, "her": 0.11920259202644945, "them": 0.11271587325564582}, "band": {"her - them": 0.05223329089908445, "her": 0.16138695319488647, "them": 0.10915366229580202}, "basically": {"her - them": -0.0410022302477156, "her": 0.2162724336970454, "them": 0.257274663944761}, "be": {"her - them": -0.07758925421492283, "her": 0.22156833114512678, "them": 0.2991575853600496}, "beaten": {"her - them": 0.10123710343118267, "her": 0.25702592108438754, "them": 0.15578881765320488}, "beautiful": {"her - them": 0.11272452335479241, "her": 0.2518220685141406, "them": 0.13909754515934816}, "beauty": {"her - them": 0.05074669273155949, "her": 0.2785659300028224, "them": 0.22781923727126294}, "because": {"her - them": -0.05703351755506483, "her": 0.2245523690333376, "them": 0.28158588658840245}, "been": {"her - them": -0.13166936005250895, "her": 0.10860192676518733, "them": 0.2402712868176963}, "before": {"her - them": 0.008860914536456765, "her": 0.21117940326300758, "them": 0.2023184887265508}, "begging": {"her - them": 0.007342852130890032, "her": 0.25903597823430097, "them": 0.25169312610341094}, "behind": {"her - them": 0.03865267917039933, "her": 0.284432250237953, "them": 0.24577957106755366}, "being": {"her - them": 0.00926576228252815, "her": 0.2176833516471089, "them": 0.20841758936458074}, "believe": {"her - them": 0.00663508617189934, "her": 0.1370605513380158, "them": 0.13042546516611647}, "best": {"her - them": -0.0865569366874232, "her": 0.13559882961877973, "them": 0.22215576630620293}, "better": {"her - them": -0.0358958491974177, "her": 0.17909243298517902, "them": 0.21498828218259672}, "big": {"her - them": 0.007695012141580471, "her": 0.17972511283132953, "them": 0.17203010068974905}, "bigger": {"her - them": 0.007172026129802889, "her": 0.2195145574429774, "them": 0.21234253131317452}, "birth": {"her - them": 0.05162562406816634, "her": 0.22672547181678793, "them": 0.17509984774862158}, "black": {"her - them": -0.005566671296392822, "her": 0.2619460904732638, "them": 0.2675127617696566}, "blacks": {"her - them": -0.10694562116335588, "her": 0.16436052870560608, "them": 0.27130614986896195}, "blind": {"her - them": 0.0072680525420451, "her": 0.24010886242285367, "them": 0.23284080988080857}, "blond": {"her - them": 0.10123710343118267, "her": 0.25702592108438754, "them": 0.15578881765320488}, "blood": {"her - them": -0.07359027220491704, "her": 0.15405107014205013, "them": 0.22764134234696717}, "blue": {"her - them": 0.0572712680709912, "her": 0.20554207512058953, "them": 0.14827080704959833}, "boat": {"her - them": 0.05143250549465264, "her": 0.24010886242285367, "them": 0.18867635692820103}, "bodies": {"her - them": 0.08671148874373133, "her": 0.3025085258353151, "them": 0.2157970370915838}, "body": {"her - them": 0.05206684679229834, "her": 0.18631706488792216, "them": 0.13425021809562382}, "born": {"her - them": 0.00705570008779402, "her": 0.1980459529545264, "them": 0.19099025286673238}, "both": {"her - them": 0.00855642603585155, "her": 0.2316505184861853, "them": 0.22309409245033374}, "bottom": {"her - them": 0.05156959162791974, "her": 0.23078016684482555, "them": 0.1792105752169058}, "boy": {"her - them": -0.059515471505634354, "her": 0.1530750075925761, "them": 0.21259047909821047}, "boys": {"her - them": 0.007043165244872501, "her": 0.19590042639570676, "them": 0.18885726115083426}, "brady": {"her - them": 0.007445559470235286, "her": 0.29334984049759827, "them": 0.285904281027363}, "break": {"her - them": 0.0070818899431091265, "her": 0.20262326034384018, "them": 0.19554137040073105}, "breed": {"her - them": -0.0413176484466814, "her": 0.2050743480522944, "them": 0.2463919964989758}, "bring": {"her - them": 0.022633273452469876, "her": 0.2609967014045114, "them": 0.23836342795204155}, "brothers": {"her - them": 0.0522388179770063, "her": 0.1602799804313825, "them": 0.1080411624543762}, "brought": {"her - them": 0.028761813230800987, "her": 0.23973052254724872, "them": 0.21096870931644773}, "brown": {"her - them": -0.02205132243070909, "her": 0.12877173625473656, "them": 0.15082305868544565}, "bucks": {"her - them": 0.007246606961929775, "her": 0.23521322529629968, "them": 0.2279666183343699}, "bulgarian": {"her - them": 0.05156959162791974, "her": 0.23078016684482555, "them": 0.1792105752169058}, "bullock": {"her - them": 0.04985932208715127, "her": 0.31726731633360494, "them": 0.2674079942464537}, "bully": {"her - them": 0.05074669273155949, "her": 0.2785659300028224, "them": 0.22781923727126294}, "bun": {"her - them": 0.04985932208715127, "her": 0.31726731633360494, "them": 0.2674079942464537}, "burn": {"her - them": 0.0071892825603991906, "her": 0.22298631965198298, "them": 0.2157970370915838}, "bus": {"her - them": 0.052051856028497406, "her": 0.18810025648872153, "them": 0.13604840046022412}, "but": {"her - them": -0.03178073527931927, "her": 0.2370907276619539, "them": 0.2688714629412732}, "by": {"her - them": 0.05075011453847883, "her": 0.2732384424912961, "them": 0.22248832795281726}, "ca": {"her - them": -0.003912999412896273, "her": 0.20926067905034168, "them": 0.21317367846323795}, "call": {"her - them": -0.05954570831064354, "her": 0.15211499817709653, "them": 0.21166070648774007}, "called": {"her - them": -0.009130275913605518, "her": 0.19240869697021046, "them": 0.20153897288381598}, "calling": {"her - them": 0.05625711502024802, "her": 0.26859964633342254, "them": 0.21234253131317452}, "came": {"her - them": -0.0007111430222558335, "her": 0.23934073702846242, "them": 0.24005188005071826}, "can": {"her - them": -0.03188576952568348, "her": 0.24173942919131872, "them": 0.2736251987170022}, "cant": {"her - them": 0.0067954517040105245, "her": 0.15812812584495733, "them": 0.1513326741409468}, "car": {"her - them": 0.11124378554541184, "her": 0.28719913992106677, "them": 0.17595535437565493}, "care": {"her - them": -0.05581666694581988, "her": 0.1999291895580106, "them": 0.25574585650383047}, "carry": {"her - them": 0.10141030791404068, "her": 0.2521191825483822, "them": 0.15070887463434154}, "cartoons": {"her - them": 0.05043114901442333, "her": 0.29334984049759827, "them": 0.24291869148317494}, "case": {"her - them": 0.06021351499702868, "her": 0.254001484673012, "them": 0.1937879696759833}, "cause": {"her - them": -0.08585917345898372, "her": 0.15211499817709653, "them": 0.23797417163608026}, "cds": {"her - them": 0.05074669273155949, "her": 0.2785659300028224, "them": 0.22781923727126294}, "certainly": {"her - them": 0.0070818899431091265, "her": 0.20262326034384018, "them": 0.19554137040073105}, "chance": {"her - them": -0.02075716710474801, "her": 0.2050743480522944, "them": 0.22583151515704242}, "change": {"her - them": 0.006868725650265584, "her": 0.1685235064731637, "them": 0.1616547808228981}, "changed": {"her - them": 0.05156959162791974, "her": 0.23078016684482555, "them": 0.1792105752169058}, "charge": {"her - them": 0.05182992613994422, "her": 0.2103621108088606, "them": 0.1585321846689164}, "cheap": {"her - them": 0.05198142972150521, "her": 0.19590042639570676, "them": 0.14391899667420155}, "check": {"her - them": -0.009219743515035655, "her": 0.18573473462950715, "them": 0.1949544781445428}, "checked": {"her - them": 0.05156959162791974, "her": 0.23078016684482555, "them": 0.1792105752169058}, "child": {"her - them": 0.11929067377408178, "her": 0.2820217781880322, "them": 0.16273110441395042}, "children": {"her - them": -0.08113744352773969, "her": 0.18974578859978433, "them": 0.270883232127524}, "chinese": {"her - them": -0.02111669163365082, "her": 0.18459130471124824, "them": 0.20570799634489906}, "city": {"her - them": -0.022102098932289066, "her": 0.12562151533974147, "them": 0.14772361427203054}, "civil": {"her - them": 0.05156959162791974, "her": 0.23078016684482555, "them": 0.1792105752169058}, "class": {"her - them": 0.028867339535467246, "her": 0.21067919583408365, "them": 0.1818118562986164}, "classes": {"her - them": 0.0070818899431091265, "her": 0.20262326034384018, "them": 0.19554137040073105}, "clean": {"her - them": 0.05206684679229834, "her": 0.18631706488792216, "them": 0.13425021809562382}, "close": {"her - them": 0.03934723226817757, "her": 0.254001484673012, "them": 0.2146542524048344}, "club": {"her - them": 0.05124447673702706, "her": 0.25180688919207256, "them": 0.2005624124550455}, "coat": {"her - them": 0.05111929341782448, "her": 0.25903597823430097, "them": 0.2079166848164765}, "college": {"her - them": 0.0523080805536065, "her": 0.14166996201506812, "them": 0.08936188146146162}, "color": {"her - them": 0.05738669785378589, "her": 0.19481035755682446, "them": 0.13742365970303858}, "com": {"her - them": 0.06865467132746367, "her": 0.19729723915326167, "them": 0.128642567825798}, "come": {"her - them": 0.009344609142739518, "her": 0.23008663951126082, "them": 0.2207420303685213}, "coming": {"her - them": -0.1310610427286473, "her": 0.1432883201425236, "them": 0.2743493628711709}, "commercials": {"her - them": 0.05096028223752491, "her": 0.2676957755738872, "them": 0.21673549333636227}, "common": {"her - them": 0.052018928508951984, "her": 0.1918564453192716, "them": 0.1398375168103196}, "community": {"her - them": 0.0572712680709912, "her": 0.20554207512058953, "them": 0.14827080704959833}, "computer": {"her - them": 0.051914385709498634, "her": 0.20262326034384018, "them": 0.15070887463434154}, "concerned": {"her - them": 0.05150586861213996, "her": 0.23521322529629968, "them": 0.18370735668415972}, "contaminating": {"her - them": 0.05043114901442333, "her": 0.29334984049759827, "them": 0.24291869148317494}, "contestant": {"her - them": 0.04985932208715127, "her": 0.31726731633360494, "them": 0.2674079942464537}, "continue": {"her - them": 0.1018780166536492, "her": 0.23792641711387333, "them": 0.13604840046022412}, "control": {"her - them": -0.041961455793983915, "her": 0.18129717591775266, "them": 0.22325863171173657}, "could": {"her - them": 0.009640368513544245, "her": 0.22603914693383753, "them": 0.2163987784202933}, "countries": {"her - them": -0.10632152517566062, "her": 0.15117048540389266, "them": 0.2574920105795533}, "country": {"her - them": -0.03680835224824755, "her": 0.14025304927528934, "them": 0.1770614015235369}, "courses": {"her - them": 0.05143250549465264, "her": 0.24010886242285367, "them": 0.18867635692820103}, "cover": {"her - them": 0.05176016583979404, "her": 0.2162724336970454, "them": 0.16451226785725137}, "crawl": {"her - them": 0.05074669273155949, "her": 0.2785659300028224, "them": 0.22781923727126294}, "creatures": {"her - them": 0.05167539069238564, "her": 0.22298631965198298, "them": 0.17131092895959735}, "crime": {"her - them": -0.0974696844880878, "her": 0.13417132833533024, "them": 0.23164101282341804}, "crimes": {"her - them": 0.05179664758254085, "her": 0.21322978380773233, "them": 0.16143313622519148}, "criminal": {"her - them": 0.051938381945200396, "her": 0.20028391296948017, "them": 0.14834553102427978}, "customer": {"her - them": 0.05096028223752491, "her": 0.2676957755738872, "them": 0.21673549333636227}, "cut": {"her - them": 0.056822363026919065, "her": 0.23792641711387333, "them": 0.18110405408695426}, "d": {"her - them": 0.06588647184732316, "her": 0.23801295767822253, "them": 0.17212648583089937}, "daddy": {"her - them": 0.007315804705191442, "her": 0.25180688919207256, "them": 0.24449108448688112}, "damn": {"her - them": -0.04182847228109712, "her": 0.18631706488792216, "them": 0.22814553716901928}, "daughter": {"her - them": 0.20247481051075122, "her": 0.3485600915824571, "them": 0.14608528107170587}, "daughters": {"her - them": 0.05111929341782448, "her": 0.25903597823430097, "them": 0.2079166848164765}, "day": {"her - them": 0.04686769497309884, "her": 0.1817656222089806, "them": 0.13489792723588176}, "days": {"her - them": 0.06551121359229614, "her": 0.2570999883982474, "them": 0.19158877480595124}, "death": {"her - them": 0.08213945669064324, "her": 0.26915107741357047, "them": 0.18701162072292724}, "decent": {"her - them": -0.02049836979225153, "her": 0.2195145574429774, "them": 0.24001292723522893}, "degenerate": {"her - them": 0.05096028223752491, "her": 0.2676957755738872, "them": 0.21673549333636227}, "did": {"her - them": 0.03982763004084955, "her": 0.24396329068231398, "them": 0.20413566064146443}, "didnt": {"her - them": 0.05186042162361282, "her": 0.2076492392768177, "them": 0.15578881765320488}, "die": {"her - them": 0.11163673784533423, "her": 0.2785720989985247, "them": 0.16693536115319046}, "different": {"her - them": -0.021904556126305985, "her": 0.1378048062092565, "them": 0.1597093623355625}, "dirty": {"her - them": 0.00689547952377173, "her": 0.17246258025848923, "them": 0.1655671007347175}, "discovered": {"her - them": 0.05143250549465264, "her": 0.24010886242285367, "them": 0.18867635692820103}, "disgusting": {"her - them": 0.052129935017750206, "her": 0.1781915393351357, "them": 0.1260616043173855}, "do": {"her - them": -0.1203032758627331, "her": 0.18769830706874713, "them": 0.3080015829314802}, "does": {"her - them": 0.08220441870571088, "her": 0.24928336911290938, "them": 0.1670789504071985}, "doesnt": {"her - them": 0.05156959162791974, "her": 0.23078016684482555, "them": 0.1792105752169058}, "dog": {"her - them": 0.039254502607086045, "her": 0.2625131343188226, "them": 0.22325863171173657}, "doing": {"her - them": 0.00779873683389723, "her": 0.19481035755682446, "them": 0.18701162072292724}, "done": {"her - them": 0.02269432541487762, "her": 0.22823780223015763, "them": 0.20554347681528}, "dont": {"her - them": -0.05009773949956839, "her": 0.17915827918351107, "them": 0.22925601868307946}, "door": {"her - them": -0.021055732176574082, "her": 0.18810025648872153, "them": 0.2091559886652956}, "doubt": {"her - them": -0.020842046208085996, "her": 0.20028391296948017, "them": 0.22112595917756617}, "down": {"her - them": -0.06339935219502485, "her": 0.19012218932771513, "them": 0.25352154152274}, "dr": {"her - them": 0.05222749171945837, "her": 0.16251579019498966, "them": 0.11028829847553129}, "drag": {"her - them": 0.0072680525420451, "her": 0.24010886242285367, "them": 0.23284080988080857}, "dress": {"her - them": 0.05162562406816634, "her": 0.22672547181678793, "them": 0.17509984774862158}, "drop": {"her - them": 0.05156959162791974, "her": 0.23078016684482555, "them": 0.1792105752169058}, "drug": {"her - them": 0.007007507008058855, "her": 0.18994513195009063, "them": 0.18293762494203178}, "drunkenly": {"her - them": 0.04985932208715127, "her": 0.31726731633360494, "them": 0.2674079942464537}, "dude": {"her - them": 0.10018340985466495, "her": 0.28389076653882467, "them": 0.18370735668415972}, "early": {"her - them": 0.05685040041424522, "her": 0.23618230556413083, "them": 0.17933190514988562}, "east": {"her - them": 0.006953460982908777, "her": 0.18129717591775266, "them": 0.17434371493484388}, "eating": {"her - them": 0.05665800249443115, "her": 0.24764825536116353, "them": 0.19099025286673238}, "educate": {"her - them": 0.028648349910634585, "her": 0.25967337275292834, "them": 0.23102502284229376}, "either": {"her - them": -0.0424733918164821, "her": 0.16138695319488647, "them": 0.20386034501136857}, "else": {"her - them": -0.0868337618658652, "her": 0.12877173625473656, "them": 0.21560549812060176}, "end": {"her - them": -0.02171485377121124, "her": 0.14932586688606003, "them": 0.17104072065727127}, "enemies": {"her - them": 0.007043165244872501, "her": 0.19590042639570676, "them": 0.18885726115083426}, "enjoy": {"her - them": 0.05198142972150521, "her": 0.19590042639570676, "them": 0.14391899667420155}, "enough": {"her - them": -0.06005214556774774, "her": 0.13559882961877973, "them": 0.19565097518652746}, "epithet": {"her - them": 0.04985932208715127, "her": 0.31726731633360494, "them": 0.2674079942464537}, "etc": {"her - them": -0.05619025669518393, "her": 0.18935037545617855, "them": 0.2455406321513625}, "europe": {"her - them": -0.07419066493228343, "her": 0.1378048062092565, "them": 0.21199547114153994}, "european": {"her - them": 0.08891152968670524, "her": 0.23718233673630357, "them": 0.14827080704959833}, "even": {"her - them": -0.11502022051449945, "her": 0.12912442860863504, "them": 0.2441446491231345}, "events": {"her - them": -0.020881532881941972, "her": 0.1980459529545264, "them": 0.21892748583646837}, "ever": {"her - them": -0.010048162478066724, "her": 0.20631956095437165, "them": 0.21636772343243837}, "every": {"her - them": -0.004211038421900293, "her": 0.22603914693383753, "them": 0.23025018535573782}, "evidence": {"her - them": 0.051960671882820525, "her": 0.1980459529545264, "them": 0.14608528107170587}, "evil": {"her - them": 0.05685040041424522, "her": 0.23618230556413083, "them": 0.17933190514988562}, "example": {"her - them": 0.05214056875825629, "her": 0.1767024764079143, "them": 0.12456190764965802}, "except": {"her - them": 0.052080961927402414, "her": 0.18459130471124824, "them": 0.13251034278384582}, "explain": {"her - them": 0.02868092149720075, "her": 0.25451243665424317, "them": 0.22583151515704242}, "explaining": {"her - them": 0.05074669273155949, "her": 0.2785659300028224, "them": 0.22781923727126294}, "eyes": {"her - them": 0.09589093295842407, "her": 0.2740258698413967, "them": 0.17813493688297263}, "face": {"her - them": 0.028867339535467246, "her": 0.21067919583408365, "them": 0.1818118562986164}, "fact": {"her - them": 0.06059556289194451, "her": 0.23253617041738542, "them": 0.1719406075254409}, "fair": {"her - them": 0.05150586861213996, "her": 0.23521322529629968, "them": 0.18370735668415972}, "family": {"her - them": 0.06558931848601232, "her": 0.25337295442385716, "them": 0.18778363593784483}, "far": {"her - them": -0.049009752367485254, "her": 0.21235223102392695, "them": 0.2613619833914122}, "fast": {"her - them": -0.041961455793983915, "her": 0.18129717591775266, "them": 0.22325863171173657}, "father": {"her - them": 0.045972054541851215, "her": 0.2735123946049315, "them": 0.22754034006308027}, "fear": {"her - them": -0.02114564935807345, "her": 0.18291915638950512, "them": 0.20406480574757857}, "fed": {"her - them": 0.051914385709498634, "her": 0.20262326034384018, "them": 0.15070887463434154}, "federal": {"her - them": 0.05124447673702706, "her": 0.25180688919207256, "them": 0.2005624124550455}, "feel": {"her - them": -0.08119841290241037, "her": 0.17602290545828586, "them": 0.2572213183606962}, "feet": {"her - them": 0.052051856028497406, "her": 0.18810025648872153, "them": 0.13604840046022412}, "female": {"her - them": 0.0568771202079561, "her": 0.23449406078824273, "them": 0.17761694058028663}, "females": {"her - them": 0.007095605068067251, "her": 0.2050743480522944, "them": 0.19797874298422716}, "few": {"her - them": -0.03644200318976326, "her": 0.25057947577164297, "them": 0.28702147896140623}, "fighting": {"her - them": -0.058641181177111784, "her": 0.17972224677492976, "them": 0.23836342795204155}, "filthy": {"her - them": 0.05176016583979404, "her": 0.2162724336970454, "them": 0.16451226785725137}, "finally": {"her - them": 0.051914385709498634, "her": 0.20262326034384018, "them": 0.15070887463434154}, "find": {"her - them": -0.07648157868844963, "her": 0.1690517468095208, "them": 0.2455333254979704}, "first": {"her - them": 0.06976443897071957, "her": 0.24923070023106872, "them": 0.17946626126034915}, "flung": {"her - them": 0.04985932208715127, "her": 0.31726731633360494, "them": 0.2674079942464537}, "follow": {"her - them": 0.10193208746850702, "her": 0.23618230556413083, "them": 0.13425021809562382}, "food": {"her - them": 0.00678786078759161, "her": 0.1570816242423745, "them": 0.1502937634547829}, "for": {"her - them": -0.05051084720737237, "her": 0.26073371333590584, "them": 0.3112445605432782}, "forum": {"her - them": 0.006463159023689602, "her": 0.11648705359951987, "them": 0.11002389457583027}, "fought": {"her - them": 0.05143250549465264, "her": 0.24010886242285367, "them": 0.18867635692820103}, "found": {"her - them": 0.15766393038933255, "her": 0.2979888158187876, "them": 0.14032488542945507}, "four": {"her - them": 0.052018928508951984, "her": 0.1918564453192716, "them": 0.1398375168103196}, "free": {"her - them": 0.08977196638676341, "her": 0.19875041437795102, "them": 0.10897844799118761}, "friend": {"her - them": 0.08883142515746467, "her": 0.24016409929841148, "them": 0.1513326741409468}, "friends": {"her - them": -0.009718290609876251, "her": 0.22846959644403775, "them": 0.238187887053914}, "from": {"her - them": 0.01241832847365909, "her": 0.26174892499142866, "them": 0.24933059651776956}, "front": {"her - them": 0.03210540451389618, "her": 0.25433204072267984, "them": 0.22222663620878366}, "future": {"her - them": -0.04267977152881497, "her": 0.1530750075925761, "them": 0.19575477912139108}, "fyromanians": {"her - them": 0.04985932208715127, "her": 0.31726731633360494, "them": 0.2674079942464537}, "gang": {"her - them": 0.132172659069962, "her": 0.2853585279221445, "them": 0.1531858688521825}, "garbage": {"her - them": 0.007095605068067251, "her": 0.2050743480522944, "them": 0.19797874298422716}, "garden": {"her - them": 0.05074669273155949, "her": 0.2785659300028224, "them": 0.22781923727126294}, "gas": {"her - them": 0.05162562406816634, "her": 0.22672547181678793, "them": 0.17509984774862158}, "gather": {"her - them": 0.05043114901442333, "her": 0.29334984049759827, "them": 0.24291869148317494}, "gave": {"her - them": 0.03919836106697408, "her": 0.26734389823599336, "them": 0.22814553716901928}, "general": {"her - them": 0.051719962931323055, "her": 0.2195145574429774, "them": 0.16779459451165435}, "get": {"her - them": -0.0634836484847019, "her": 0.23800034147496202, "them": 0.3014839899596639}, "gets": {"her - them": -0.04252826181496194, "her": 0.159193982916155, "them": 0.20172224473111694}, "getting": {"her - them": -0.009075977872640001, "her": 0.19646749894264, "them": 0.20554347681528}, "girl": {"her - them": 0.17905352001361016, "her": 0.34921831378297913, "them": 0.17016479376936897}, "girls": {"her - them": 0.02269308520793742, "her": 0.2299190136473802, "them": 0.2072259284394428}, "give": {"her - them": -0.07604406044161299, "her": 0.23129964745119824, "them": 0.30734370789281124}, "given": {"her - them": -0.04167990057465418, "her": 0.1918564453192716, "them": 0.23353634589392577}, "go": {"her - them": -0.03323675685852484, "her": 0.2250871852705677, "them": 0.25832394212909254}, "god": {"her - them": -0.07466153897861959, "her": 0.12440464866715333, "them": 0.1990661876457729}, "going": {"her - them": -0.04280270938291211, "her": 0.1668225483905066, "them": 0.2096252577734187}, "gonna": {"her - them": -0.020881532881941972, "her": 0.1980459529545264, "them": 0.21892748583646837}, "good": {"her - them": 0.004348758362417937, "her": 0.2131306202263434, "them": 0.20878186186392547}, "gorgeous": {"her - them": 0.05111929341782448, "her": 0.25903597823430097, "them": 0.2079166848164765}, "got": {"her - them": 0.0036930823010865588, "her": 0.23762645418687986, "them": 0.2339333718857933}, "grafton": {"her - them": 0.04985932208715127, "her": 0.31726731633360494, "them": 0.2674079942464537}, "grand": {"her - them": 0.10018340985466495, "her": 0.28389076653882467, "them": 0.18370735668415972}, "great": {"her - them": 0.007336754296007331, "her": 0.13526203634511097, "them": 0.12792528204910364}, "grocery": {"her - them": 0.05074669273155949, "her": 0.2785659300028224, "them": 0.22781923727126294}, "groid": {"her - them": 0.10114118808401196, "her": 0.25967337275292834, "them": 0.1585321846689164}, "groids": {"her - them": 0.05134673929529665, "her": 0.2455838165117697, "them": 0.19423707721647304}, "group": {"her - them": -0.04339888478306314, "her": 0.12262250685819279, "them": 0.16602139164125593}, "grow": {"her - them": 0.052018928508951984, "her": 0.1918564453192716, "them": 0.1398375168103196}, "growing": {"her - them": 0.05182992613994422, "her": 0.2103621108088606, "them": 0.1585321846689164}, "guess": {"her - them": -0.11588632057454834, "her": 0.1370605513380158, "them": 0.25294687191256415}, "guidance": {"her - them": 0.05043114901442333, "her": 0.29334984049759827, "them": 0.24291869148317494}, "gun": {"her - them": -0.0215318758672339, "her": 0.1602799804313825, "them": 0.1818118562986164}, "guy": {"her - them": 0.08265612415765586, "her": 0.2510108546879141, "them": 0.16835473053025826}, "guys": {"her - them": -0.021652514391890393, "her": 0.1530750075925761, "them": 0.1747275219844665}, "had": {"her - them": 0.025385878532304507, "her": 0.2621722154056136, "them": 0.23678633687330908}, "hair": {"her - them": 0.17817990935188852, "her": 0.25397824083914305, "them": 0.07579833148725454}, "half": {"her - them": -0.009161193935087492, "her": 0.1901003888694547, "them": 0.1992615828045422}, "hall": {"her - them": 0.05156959162791974, "her": 0.23078016684482555, "them": 0.1792105752169058}, "hand": {"her - them": -0.04232471266999646, "her": 0.1672697443381548, "them": 0.20959445700815127}, "handed": {"her - them": 0.007291014656908706, "her": 0.2455838165117697, "them": 0.23829280185486099}, "hands": {"her - them": 0.08318830085775133, "her": 0.2856591584703903, "them": 0.20247085761263897}, "happen": {"her - them": -0.021301844072449477, "her": 0.17384006521682, "them": 0.19514190928926947}, "happened": {"her - them": -0.021348326278928076, "her": 0.17111842586078274, "them": 0.19246675213971082}, "hard": {"her - them": -0.07402143104375328, "her": 0.1424736799017334, "them": 0.21649511094548668}, "hardly": {"her - them": 0.05167539069238564, "her": 0.22298631965198298, "them": 0.17131092895959735}, "has": {"her - them": 0.005266880445912003, "her": 0.23121715565515955, "them": 0.22595027520924754}, "hates": {"her - them": 0.05150586861213996, "her": 0.23521322529629968, "them": 0.18370735668415972}, "have": {"her - them": -0.13451448118956916, "her": 0.19607567587234426, "them": 0.3305901570619134}, "he": {"her - them": 0.0528711089604835, "her": 0.21696500443582045, "them": 0.16409389547533695}, "head": {"her - them": 0.0288646681136826, "her": 0.21176486471811704, "them": 0.18290019660443443}, "heads": {"her - them": 0.10141030791404068, "her": 0.2521191825483822, "them": 0.15070887463434154}, "healthy": {"her - them": 0.05156959162791974, "her": 0.23078016684482555, "them": 0.1792105752169058}, "hear": {"her - them": 0.05112682334986213, "her": 0.2660832917687189, "them": 0.2149564684188568}, "heard": {"her - them": 0.06569418993094758, "her": 0.2481821403575021, "them": 0.18248795042655452}, "hell": {"her - them": 0.01989233293507406, "her": 0.2400062043679588, "them": 0.22011387143288474}, "help": {"her - them": -0.03321744725969061, "her": 0.21834845643920953, "them": 0.25156590369890014}, "helps": {"her - them": 0.05124447673702706, "her": 0.25180688919207256, "them": 0.2005624124550455}, "her": {"her - them": 0.4709370208425977, "her": 0.6410983341501928, "them": 0.1701613133075951}, "here": {"her - them": 0.0050693582274994875, "her": 0.2106835185083204, "them": 0.2056141602808209}, "heritage": {"her - them": 0.008062889208691332, "her": 0.2415992351026171, "them": 0.23353634589392577}, "high": {"her - them": -0.06023487283969406, "her": 0.1294214071077621, "them": 0.18965627994745615}, "him": {"her - them": 0.13525438333967882, "her": 0.2516747534271817, "them": 0.11642037008750289}, "his": {"her - them": 0.1270862157176313, "her": 0.24607875080776803, "them": 0.11899253509013676}, "history": {"her - them": -0.009041549083573908, "her": 0.19904435523582753, "them": 0.20808590431940144}, "hit": {"her - them": 0.10193208746850702, "her": 0.23618230556413083, "them": 0.13425021809562382}, "holocaust": {"her - them": 0.052129935017750206, "her": 0.1781915393351357, "them": 0.1260616043173855}, "home": {"her - them": 0.07485918684437848, "her": 0.2968455606486357, "them": 0.22198637380425723}, "homeschool": {"her - them": 0.007315804705191442, "her": 0.25180688919207256, "them": 0.24449108448688112}, "hope": {"her - them": 0.1142842798164919, "her": 0.1996448357761226, "them": 0.0853605559596307}, "house": {"her - them": 0.09869078199962458, "her": 0.268246258692297, "them": 0.16955547669267243}, "how": {"her - them": -0.05760484401808172, "her": 0.21053015248402937, "them": 0.2681349965021111}, "html": {"her - them": 0.0522584649727538, "her": 0.15605373903779488, "them": 0.10379527406504108}, "http": {"her - them": 0.0664980767154611, "her": 0.19589374198914658, "them": 0.12939566527368548}, "https": {"her - them": 0.00640511302595434, "her": 0.10992202103840433, "them": 0.10351690801244999}, "huge": {"her - them": 0.006985159738036539, "her": 0.18631706488792216, "them": 0.17933190514988562}, "hunting": {"her - them": 0.05143250549465264, "her": 0.24010886242285367, "them": 0.18867635692820103}, "husband": {"her - them": 0.15318861526713073, "her": 0.33239919048403654, "them": 0.1792105752169058}, "i": {"her - them": -0.03895479251961936, "her": 0.30629290307501067, "them": 0.34524769559463003}, "if": {"her - them": -0.06924841128365616, "her": 0.23175704804066521, "them": 0.3010054593243214}, "ignorant": {"her - them": 0.05167539069238564, "her": 0.22298631965198298, "them": 0.17131092895959735}, "im": {"her - them": -0.10872221770598839, "her": 0.10222998750233273, "them": 0.21095220520832111}, "in": {"her - them": 0.005246665350897739, "her": 0.3299084329061708, "them": 0.32466176755527304}, "indeed": {"her - them": 0.05210683266851596, "her": 0.18129717591775266, "them": 0.1291903432492367}, "index": {"her - them": 0.051914385709498634, "her": 0.20262326034384018, "them": 0.15070887463434154}, "india": {"her - them": -0.02036748389009657, "her": 0.22672547181678793, "them": 0.2470929557068845}, "info": {"her - them": 0.05217788908128278, "her": 0.17111842586078274, "them": 0.11894053677949996}, "information": {"her - them": 0.006860093550665469, "her": 0.1672697443381548, "them": 0.16040965078748934}, "ing": {"her - them": 0.05176016583979404, "her": 0.2162724336970454, "them": 0.16451226785725137}, "instead": {"her - them": -0.008653981897846885, "her": 0.2282307875500129, "them": 0.23688476944785977}, "into": {"her - them": -0.013309274225941248, "her": 0.23705285772036722, "them": 0.25036213194630846}, "introduce": {"her - them": 0.05124447673702706, "her": 0.25180688919207256, "them": 0.2005624124550455}, "ireland": {"her - them": -0.009665498553108776, "her": 0.15273432287784142, "them": 0.1623998214309502}, "is": {"her - them": 0.023941427017460326, "her": 0.31161784972793793, "them": 0.2876764227104776}, "israel": {"her - them": 0.05210683266851596, "her": 0.18129717591775266, "them": 0.1291903432492367}, "it": {"her - them": -0.028516015335597, "her": 0.26994604342748124, "them": 0.29846205876307824}, "its": {"her - them": -0.10349520118205452, "her": 0.12709797645810922, "them": 0.23059317764016374}, "ive": {"her - them": 0.008071952681163563, "her": 0.2435377345517533, "them": 0.23546578187058972}, "jew": {"her - them": 0.03903271632641861, "her": 0.2492978872382437, "them": 0.2102651709118251}, "jewish": {"her - them": -0.04299342042735302, "her": 0.14009406646378456, "them": 0.18308748689113757}, "jews": {"her - them": -0.11895011981551959, "her": 0.15357164140154464, "them": 0.27252176121706423}, "job": {"her - them": 0.0068031427033210246, "her": 0.159193982916155, "them": 0.15239084021283397}, "join": {"her - them": -0.04267977152881497, "her": 0.1530750075925761, "them": 0.19575477912139108}, "jump": {"her - them": 0.007172026129802889, "her": 0.2195145574429774, "them": 0.21234253131317452}, "jumped": {"her - them": 0.007246606961929775, "her": 0.23521322529629968, "them": 0.2279666183343699}, "jumps": {"her - them": 0.04985932208715127, "her": 0.31726731633360494, "them": 0.2674079942464537}, "just": {"her - them": -0.060775217724437, "her": 0.22368697088452683, "them": 0.28446218860896383}, "kick": {"her - them": 0.10148893638681589, "her": 0.24983446741109566, "them": 0.14834553102427978}, "kicked": {"her - them": 0.05134673929529665, "her": 0.2455838165117697, "them": 0.19423707721647304}, "kid": {"her - them": -0.003693891718295733, "her": 0.22823780223015763, "them": 0.23193169394845337}, "kids": {"her - them": -0.004120184429276863, "her": 0.2585244666628088, "them": 0.2626446510920857}, "kill": {"her - them": -0.08488107797519018, "her": 0.17384006521682, "them": 0.2587211431920102}, "killed": {"her - them": 0.13041039025113776, "her": 0.2946424034800751, "them": 0.16423201322893732}, "killing": {"her - them": -0.058474139376272244, "her": 0.18459130471124824, "them": 0.24306544408752048}, "kind": {"her - them": -0.008980634544853955, "her": 0.2036098445533565, "them": 0.21259047909821047}, "kinda": {"her - them": 0.0072073835693361454, "her": 0.22672547181678793, "them": 0.21951808824745178}, "knife": {"her - them": 0.051719962931323055, "her": 0.2195145574429774, "them": 0.16779459451165435}, "knocked": {"her - them": 0.007226444143898392, "her": 0.23078016684482555, "them": 0.22355372270092716}, "know": {"her - them": -0.06877244266498672, "her": 0.17928041130360162, "them": 0.24805285396858834}, "knows": {"her - them": 0.00691409338113283, "her": 0.17525270382614078, "them": 0.16833861044500795}, "lady": {"her - them": 0.13273661191897554, "her": 0.27457534189612576, "them": 0.14183872997715022}, "large": {"her - them": -0.07230233615506798, "her": 0.18631706488792216, "them": 0.25861940104299014}, "last": {"her - them": 0.09980989100661958, "her": 0.2330251267288323, "them": 0.13321523572221272}, "later": {"her - them": 0.028848821874108088, "her": 0.2175323552082105, "them": 0.1886835333341024}, "latest": {"her - them": 0.05176016583979404, "her": 0.2162724336970454, "them": 0.16451226785725137}, "laugh": {"her - them": 0.060042276706183645, "her": 0.2625131343188226, "them": 0.20247085761263897}, "laughing": {"her - them": 0.007172026129802889, "her": 0.2195145574429774, "them": 0.21234253131317452}, "lay": {"her - them": 0.05143250549465264, "her": 0.24010886242285367, "them": 0.18867635692820103}, "learn": {"her - them": -0.07351402754957337, "her": 0.15605373903779488, "them": 0.22956776658736824}, "least": {"her - them": -0.04297480577038287, "her": 0.1408768564518783, "them": 0.18385166222226118}, "leave": {"her - them": -0.02297349279375921, "her": 0.20961397769662113, "them": 0.23258747049038034}, "left": {"her - them": 0.007727752533247062, "her": 0.18434703727119248, "them": 0.17661928473794541}, "less": {"her - them": -0.021252788296708514, "her": 0.1767024764079143, "them": 0.19795526470462282}, "let": {"her - them": 0.010447127731962047, "her": 0.270110873787646, "them": 0.25966374605568393}, "lets": {"her - them": -0.042156097980686674, "her": 0.17384006521682, "them": 0.21599616319750667}, "liberals": {"her - them": -0.04219167214634517, "her": 0.17246258025848923, "them": 0.2146542524048344}, "life": {"her - them": 0.032201193271567424, "her": 0.23803162919529036, "them": 0.20583043592372294}, "light": {"her - them": -0.021652514391890393, "her": 0.1530750075925761, "them": 0.1747275219844665}, "like": {"her - them": -0.010283681898292873, "her": 0.24850483576025156, "them": 0.25878851765854444}, "likely": {"her - them": 0.051960671882820525, "her": 0.1980459529545264, "them": 0.14608528107170587}, "line": {"her - them": 0.05721015258814466, "her": 0.21067919583408365, "them": 0.153469043245939}, "literally": {"her - them": 0.007172026129802889, "her": 0.2195145574429774, "them": 0.21234253131317452}, "little": {"her - them": 0.05846772164529676, "her": 0.26334314235019407, "them": 0.2048754207048973}, "live": {"her - them": -0.009830824594629084, "her": 0.14059913202699517, "them": 0.15042995662162426}, "lives": {"her - them": 0.006985159738036539, "her": 0.18631706488792216, "them": 0.17933190514988562}, "ll": {"her - them": -0.042543693092383955, "her": 0.1762150958889765, "them": 0.21875878898136045}, "local": {"her - them": 0.05223329089908445, "her": 0.16138695319488647, "them": 0.10915366229580202}, "long": {"her - them": -0.09849069100776058, "her": 0.11088957055058828, "them": 0.20938026155834885}, "longer": {"her - them": -0.020881532881941972, "her": 0.1980459529545264, "them": 0.21892748583646837}, "look": {"her - them": -0.11997304106126613, "her": 0.1365578004814003, "them": 0.2565308415426664}, "looked": {"her - them": 0.028817623989971036, "her": 0.22677288869459386, "them": 0.19795526470462282}, "looking": {"her - them": -0.02422423276042765, "her": 0.14416085932081768, "them": 0.16838509208124533}, "looks": {"her - them": 0.008459143800833263, "her": 0.21494389957463655, "them": 0.2064847557738033}, "lot": {"her - them": -0.02353246072518167, "her": 0.1810103778835904, "them": 0.20454283860877207}, "lots": {"her - them": -0.05942109347245497, "her": 0.15605373903779488, "them": 0.21547483251024985}, "love": {"her - them": 0.039001193536375406, "her": 0.25277369968762603, "them": 0.21377250615125062}, "m": {"her - them": -0.027081078370957495, "her": 0.1525141957535644, "them": 0.1795952741245219}, "make": {"her - them": -0.04376688592225103, "her": 0.21369429752243785, "them": 0.2574611834446889}, "makes": {"her - them": -0.046259553456545394, "her": 0.19646749894264, "them": 0.2427270523991854}, "making": {"her - them": 0.02882784422321305, "her": 0.22396975351248252, "them": 0.19514190928926947}, "male": {"her - them": 0.028852354514866507, "her": 0.21633023336294233, "them": 0.18747787884807582}, "mall": {"her - them": 0.1005265861582954, "her": 0.275626433906917, "them": 0.17509984774862158}, "man": {"her - them": 0.17928948232851727, "her": 0.23050207383107726, "them": 0.05121259150255999}, "many": {"her - them": -0.15268646745926134, "her": 0.12321223559913787, "them": 0.2758987030583992}, "may": {"her - them": 0.022695951076470794, "her": 0.21235223102392695, "them": 0.18965627994745615}, "maybe": {"her - them": -0.13331578636155814, "her": 0.10618957059519168, "them": 0.23950535695674982}, "me": {"her - them": 0.03185773028439978, "her": 0.24682478178372735, "them": 0.21496705149932757}, "means": {"her - them": 0.05217788908128278, "her": 0.17111842586078274, "them": 0.11894053677949996}, "media": {"her - them": -0.05963305756909301, "her": 0.14932586688606003, "them": 0.20895892445515304}, "meet": {"her - them": -0.06007356879931661, "her": 0.1348809093452262, "them": 0.1949544781445428}, "men": {"her - them": -0.07424373558656922, "her": 0.13632530287405178, "them": 0.210569038460621}, "mention": {"her - them": 0.007043165244872501, "her": 0.19590042639570676, "them": 0.18885726115083426}, "message": {"her - them": 0.052291059672865056, "her": 0.1475372455416844, "them": 0.09524618586881935}, "met": {"her - them": 0.0876976483529042, "her": 0.27655490950373846, "them": 0.18885726115083426}, "middle": {"her - them": -0.021055732176574082, "her": 0.18810025648872153, "them": 0.2091559886652956}, "mind": {"her - them": 0.007951873881333227, "her": 0.22001774020586887, "them": 0.21206586632453564}, "mins": {"her - them": 0.05074669273155949, "her": 0.2785659300028224, "them": 0.22781923727126294}, "miss": {"her - them": 0.051914385709498634, "her": 0.20262326034384018, "them": 0.15070887463434154}, "mixed": {"her - them": 0.0068188387401239, "her": 0.16138695319488647, "them": 0.15456811445476257}, "monday": {"her - them": 0.05162562406816634, "her": 0.22672547181678793, "them": 0.17509984774862158}, "money": {"her - them": -0.043197292051791764, "her": 0.13141239688006118, "them": 0.17460968893185294}, "mongol": {"her - them": 0.05074669273155949, "her": 0.2785659300028224, "them": 0.22781923727126294}, "monkey": {"her - them": 0.05167539069238564, "her": 0.22298631965198298, "them": 0.17131092895959735}, "month": {"her - them": 0.08847334431671117, "her": 0.2527053575456485, "them": 0.16423201322893732}, "months": {"her - them": 0.05697264581221756, "her": 0.2282307875500129, "them": 0.17125814173779533}, "moral": {"her - them": 0.05111929341782448, "her": 0.25903597823430097, "them": 0.2079166848164765}, "more": {"her - them": -0.05943951666606451, "her": 0.20538609764323418, "them": 0.2648256143092987}, "most": {"her - them": -0.19039164515613247, "her": 0.08909195308921883, "them": 0.2794835982453513}, "mother": {"her - them": 0.13231009879977004, "her": 0.308973531411627, "them": 0.17666343261185694}, "mouth": {"her - them": 0.05618637412298208, "her": 0.2719834112145659, "them": 0.2157970370915838}, "move": {"her - them": 0.006744247369833395, "her": 0.15117048540389266, "them": 0.14442623803405927}, "moved": {"her - them": 0.1023978958394892, "her": 0.22001774020586887, "them": 0.11761984436637966}, "movement": {"her - them": 0.052051856028497406, "her": 0.18810025648872153, "them": 0.13604840046022412}, "movie": {"her - them": 0.05203591236917651, "her": 0.18994513195009063, "them": 0.13790921958091412}, "movies": {"her - them": 0.05206684679229834, "her": 0.18631706488792216, "them": 0.13425021809562382}, "much": {"her - them": -0.17121776496346358, "her": 0.08944401357975507, "them": 0.26066177854321865}, "mulatto": {"her - them": 0.05074669273155949, "her": 0.2785659300028224, "them": 0.22781923727126294}, "mulattoe": {"her - them": 0.04985932208715127, "her": 0.31726731633360494, "them": 0.2674079942464537}, "murder": {"her - them": 0.13402229853491054, "her": 0.24665019471377797, "them": 0.11262789617886741}, "murdered": {"her - them": 0.08728759309076517, "her": 0.2878270517425951, "them": 0.20053945865182993}, "must": {"her - them": -0.009317442515093338, "her": 0.1784661934227515, "them": 0.18778363593784483}, "my": {"her - them": 0.03661642459471948, "her": 0.27342349836240976, "them": 0.23680707376769028}, "n": {"her - them": -0.002163566815397422, "her": 0.25323821799187424, "them": 0.25540178480727166}, "name": {"her - them": 0.1079121029689428, "her": 0.293879079302429, "them": 0.18596697633348622}, "names": {"her - them": 0.05179664758254085, "her": 0.21322978380773233, "them": 0.16143313622519148}, "nationalist": {"her - them": -0.02206170262394494, "her": 0.12812880080068384, "them": 0.15019050342462878}, "nazi": {"her - them": 0.05186042162361282, "her": 0.2076492392768177, "them": 0.15578881765320488}, "ne": {"her - them": 0.05096028223752491, "her": 0.2676957755738872, "them": 0.21673549333636227}, "nearest": {"her - them": -0.019903663365199997, "her": 0.25180688919207256, "them": 0.27171055255727256}, "neck": {"her - them": 0.05134673929529665, "her": 0.2455838165117697, "them": 0.19423707721647304}, "need": {"her - them": -0.07066340462289283, "her": 0.16588893737861216, "them": 0.236552342001505}, "needed": {"her - them": 0.051719962931323055, "her": 0.2195145574429774, "them": 0.16779459451165435}, "negro": {"her - them": 0.1202600590760648, "her": 0.2600505665859994, "them": 0.1397905075099346}, "never": {"her - them": -0.038630982492413146, "her": 0.2060715921398765, "them": 0.24470257463228964}, "new": {"her - them": 0.007914405290667725, "her": 0.14402642624973264, "them": 0.1361120209590649}, "news": {"her - them": -0.044213476518245226, "her": 0.0846726822356001, "them": 0.12888615875384532}, "next": {"her - them": 0.08264060840289719, "her": 0.25159277277745734, "them": 0.16895216437456015}, "nigerian": {"her - them": 0.05134673929529665, "her": 0.2455838165117697, "them": 0.19423707721647304}, "night": {"her - them": 0.08907705491061682, "her": 0.23077827665617723, "them": 0.1417012217455604}, "no": {"her - them": -0.026994305623467413, "her": 0.22485833064870323, "them": 0.25185263627217064}, "non": {"her - them": -0.05757019486784162, "her": 0.1475359625240293, "them": 0.20510615739187094}, "nor": {"her - them": 0.007124458257818017, "her": 0.2103621108088606, "them": 0.2032376525510426}, "nordic": {"her - them": 0.052186075439369886, "her": 0.16980591980574955, "them": 0.11761984436637966}, "nose": {"her - them": 0.10067248225496853, "her": 0.2719834112145659, "them": 0.17131092895959735}, "not": {"her - them": -0.10407135920674812, "her": 0.20922920800211278, "them": 0.3133005672088609}, "nothing": {"her - them": 0.008910166011979054, "her": 0.2187591471587523, "them": 0.20984898114677325}, "now": {"her - them": -0.04047164390142344, "her": 0.17780702817436278, "them": 0.21827867207578622}, "of": {"her - them": -0.09142205631848588, "her": 0.2797689633191215, "them": 0.37119101963760737}, "off": {"her - them": 0.027587420436205518, "her": 0.2761532338649392, "them": 0.24856581342873366}, "officers": {"her - them": 0.05143250549465264, "her": 0.24010886242285367, "them": 0.18867635692820103}, "often": {"her - them": 0.05198142972150521, "her": 0.19590042639570676, "them": 0.14391899667420155}, "old": {"her - them": 0.17995862660271225, "her": 0.31431348862731057, "them": 0.13435486202459831}, "on": {"her - them": -0.019065963526129714, "her": 0.2829926729921817, "them": 0.30205863651831144}, "once": {"her - them": -0.08675458639832553, "her": 0.13074157538948483, "them": 0.21749616178781037}, "one": {"her - them": -0.047368027010738445, "her": 0.21342609751940161, "them": 0.26079412453014006}, "ones": {"her - them": -0.021550130025918046, "her": 0.159193982916155, "them": 0.18074411294207304}, "only": {"her - them": -0.054693932893713326, "her": 0.18833347995582297, "them": 0.2430274128495363}, "open": {"her - them": 0.05729327282946878, "her": 0.2036098445533565, "them": 0.14631657172388773}, "opinion": {"her - them": 0.05179664758254085, "her": 0.21322978380773233, "them": 0.16143313622519148}, "or": {"her - them": -0.06797941211979858, "her": 0.21614855418880163, "them": 0.2841279663086002}, "oreo": {"her - them": 0.04985932208715127, "her": 0.31726731633360494, "them": 0.2674079942464537}, "other": {"her - them": 0.022610029885393818, "her": 0.2300482855965483, "them": 0.20743825571115448}, "others": {"her - them": 0.057282429999824414, "her": 0.20456784303487557, "them": 0.14728541303505116}, "our": {"her - them": -0.12359234020076665, "her": 0.13891563327861722, "them": 0.26250797347938387}, "out": {"her - them": -0.05071248633946229, "her": 0.25767761502311826, "them": 0.30839010136258055}, "outside": {"her - them": 0.10221098104493584, "her": 0.22677288869459386, "them": 0.12456190764965802}, "over": {"her - them": -0.04291826216041225, "her": 0.16256999704459238, "them": 0.20548825920500463}, "own": {"her - them": 0.006309413682718812, "her": 0.28130219491315106, "them": 0.27499278123043225}, "owner": {"her - them": 0.05176016583979404, "her": 0.2162724336970454, "them": 0.16451226785725137}, "page": {"her - them": 0.052215017226402274, "her": 0.1648429134052697, "them": 0.11262789617886741}, "parents": {"her - them": 0.06062369906091186, "her": 0.23077827665617723, "them": 0.17015457759526537}, "part": {"her - them": -0.060309495133103574, "her": 0.12686254690071896, "them": 0.18717204203382254}, "past": {"her - them": -0.058886058734271024, "her": 0.17246258025848923, "them": 0.23134863899276026}, "people": {"her - them": -0.09864179177581248, "her": 0.1914249348771838, "them": 0.29006672665299627}, "person": {"her - them": 0.009426878867282357, "her": 0.2444298277680148, "them": 0.23500294890073245}, "photo": {"her - them": 0.15571469665071677, "her": 0.297553426627867, "them": 0.14183872997715022}, "pics": {"her - them": 0.056380989520925795, "her": 0.2624710872651443, "them": 0.2060900977442185}, "picture": {"her - them": -0.07351402754957337, "her": 0.15605373903779488, "them": 0.22956776658736824}, "pictures": {"her - them": -0.0424733918164821, "her": 0.16138695319488647, "them": 0.20386034501136857}, "piece": {"her - them": -0.020711343262292875, "her": 0.2076492392768177, "them": 0.22836058253911057}, "pierce": {"her - them": 0.051960671882820525, "her": 0.1980459529545264, "them": 0.14608528107170587}, "place": {"her - them": 0.039757850362972025, "her": 0.19875041437795102, "them": 0.158992564014979}, "play": {"her - them": 0.02880613119434461, "her": 0.2297292254869498, "them": 0.2009230942926052}, "playing": {"her - them": 0.028732149594147632, "her": 0.24555186507082608, "them": 0.21681971547667844}, "please": {"her - them": -0.060448443407681504, "her": 0.12203950701887302, "them": 0.18248795042655452}, "plus": {"her - them": -0.04145019484688339, "her": 0.20028391296948017, "them": 0.24173410781636356}, "point": {"her - them": 0.028891002857295428, "her": 0.19817273769800106, "them": 0.16928173484070563}, "police": {"her - them": 0.14554307059305346, "her": 0.3037970866350933, "them": 0.15825401604203984}, "poop": {"her - them": 0.09738462426809155, "her": 0.3403033157512665, "them": 0.24291869148317494}, "poor": {"her - them": 0.006860093550665469, "her": 0.1672697443381548, "them": 0.16040965078748934}, "popular": {"her - them": 0.05124447673702706, "her": 0.25180688919207256, "them": 0.2005624124550455}, "post": {"her - them": -0.08789102864470202, "her": 0.10096121330762481, "them": 0.18885224195232683}, "posted": {"her - them": -0.021474776601864115, "her": 0.1636674394489462, "them": 0.18514221605081033}, "poster": {"her - them": 0.05182992613994422, "her": 0.2103621108088606, "them": 0.1585321846689164}, "power": {"her - them": 0.05220126295011242, "her": 0.1672697443381548, "them": 0.11506848138804239}, "practice": {"her - them": 0.05156959162791974, "her": 0.23078016684482555, "them": 0.1792105752169058}, "pre": {"her - them": 0.05156959162791974, "her": 0.23078016684482555, "them": 0.1792105752169058}, "prefer": {"her - them": -0.020611547862586677, "her": 0.21322978380773233, "them": 0.233841331670319}, "pride": {"her - them": 0.0067954517040105245, "her": 0.15812812584495733, "them": 0.1513326741409468}, "pro": {"her - them": -0.021301844072449477, "her": 0.17384006521682, "them": 0.19514190928926947}, "probably": {"her - them": -0.03573254134092113, "her": 0.18573473462950715, "them": 0.22146727597042828}, "problem": {"her - them": -0.04297480577038287, "her": 0.1408768564518783, "them": 0.18385166222226118}, "properly": {"her - them": 0.007139686063513839, "her": 0.21322978380773233, "them": 0.2060900977442185}, "protect": {"her - them": 0.1010379510399528, "her": 0.2624710872651443, "them": 0.16143313622519148}, "proud": {"her - them": -0.02161965908966737, "her": 0.15504377352218957, "them": 0.17666343261185694}, "proved": {"her - them": 0.05096028223752491, "her": 0.2676957755738872, "them": 0.21673549333636227}, "pull": {"her - them": 0.007226444143898392, "her": 0.23078016684482555, "them": 0.22355372270092716}, "pulls": {"her - them": 0.0987161357423923, "her": 0.31545162907875457, "them": 0.21673549333636227}, "put": {"her - them": -0.07242356525318547, "her": 0.21160131605198298, "them": 0.28402488130516845}, "questions": {"her - them": 0.051719962931323055, "her": 0.2195145574429774, "them": 0.16779459451165435}, "race": {"her - them": -0.07110952908690718, "her": 0.15451006944073634, "them": 0.22561959852764352}, "racial": {"her - them": 0.13443822295104618, "her": 0.236222322697186, "them": 0.10178409974613979}, "racist": {"her - them": 0.006583890419592245, "her": 0.13074157538948483, "them": 0.12415768496989259}, "rapes": {"her - them": 0.05156959162791974, "her": 0.23078016684482555, "them": 0.1792105752169058}, "re": {"her - them": -0.11848310296932653, "her": 0.08533433383796761, "them": 0.20381743680729414}, "read": {"her - them": -0.117167778008911, "her": 0.11286917219650304, "them": 0.23003695020541404}, "reading": {"her - them": 0.00696380201385019, "her": 0.18291915638950512, "them": 0.17595535437565493}, "reality": {"her - them": 0.0070818899431091265, "her": 0.20262326034384018, "them": 0.19554137040073105}, "really": {"her - them": -0.04378219730422486, "her": 0.10528883307468861, "them": 0.14907103037891348}, "reason": {"her - them": -0.035282559672546704, "her": 0.2036098445533565, "them": 0.23889240422590322}, "remember": {"her - them": 0.03205446259219988, "her": 0.2616222291795681, "them": 0.22956776658736824}, "residents": {"her - them": 0.05096028223752491, "her": 0.2676957755738872, "them": 0.21673549333636227}, "rest": {"her - them": 0.028852354514866507, "her": 0.21633023336294233, "them": 0.18747787884807582}, "right": {"her - them": -0.006584277412570061, "her": 0.22340444183788016, "them": 0.22998871925045022}, "rights": {"her - them": 0.051719962931323055, "her": 0.2195145574429774, "them": 0.16779459451165435}, "river": {"her - them": 0.056486462432557616, "her": 0.25702592108438754, "them": 0.20053945865182993}, "road": {"her - them": 0.10123710343118267, "her": 0.25702592108438754, "them": 0.15578881765320488}, "rob": {"her - them": 0.0073727752207700115, "her": 0.2676957755738872, "them": 0.2603230003531172}, "round": {"her - them": -0.041961455793983915, "her": 0.18129717591775266, "them": 0.22325863171173657}, "running": {"her - them": -0.021200847517675425, "her": 0.17972224677492976, "them": 0.2009230942926052}, "s": {"her - them": 0.038137497446952384, "her": 0.26490132402423383, "them": 0.22676382657728145}, "sad": {"her - them": 0.057153826060083734, "her": 0.2151535145561331, "them": 0.15799968849604937}, "safe": {"her - them": 0.0070818899431091265, "her": 0.20262326034384018, "them": 0.19554137040073105}, "said": {"her - them": 0.14815206825168087, "her": 0.31306200200992246, "them": 0.1649099337582416}, "sake": {"her - them": 0.05162562406816634, "her": 0.22672547181678793, "them": 0.17509984774862158}, "salute": {"her - them": 0.05124447673702706, "her": 0.25180688919207256, "them": 0.2005624124550455}, "same": {"her - them": -0.05757770643829421, "her": 0.16840738313799028, "them": 0.2259850895762845}, "sandra": {"her - them": 0.05043114901442333, "her": 0.29334984049759827, "them": 0.24291869148317494}, "sandwich": {"her - them": 0.04985932208715127, "her": 0.31726731633360494, "them": 0.2674079942464537}, "savage": {"her - them": 0.05156959162791974, "her": 0.23078016684482555, "them": 0.1792105752169058}, "save": {"her - them": 0.04566208061195379, "her": 0.2921147015748662, "them": 0.2464526209629124}, "saw": {"her - them": 0.06373065208226267, "her": 0.2187591471587523, "them": 0.15502849507648964}, "say": {"her - them": -0.014176254023281931, "her": 0.19514984911052696, "them": 0.2093261031338089}, "saying": {"her - them": 0.006834978466496222, "her": 0.1636674394489462, "them": 0.15683246098245}, "says": {"her - them": 0.039620427169083344, "her": 0.22270791406022092, "them": 0.18308748689113757}, "scene": {"her - them": 0.052051856028497406, "her": 0.18810025648872153, "them": 0.13604840046022412}, "school": {"her - them": -0.020325107684708438, "her": 0.23244207481114063, "them": 0.25276718249584906}, "schools": {"her - them": -0.08693473241814292, "her": 0.12623894604509503, "them": 0.21317367846323795}, "scum": {"her - them": -0.042226271165064166, "her": 0.17111842586078274, "them": 0.2133446970258469}, "search": {"her - them": 0.10208036221345024, "her": 0.23127070546268694, "them": 0.1291903432492367}, "second": {"her - them": 0.05679289760521694, "her": 0.23973052254724872, "them": 0.18293762494203178}, "secure": {"her - them": 0.05124447673702706, "her": 0.25180688919207256, "them": 0.2005624124550455}, "see": {"her - them": 0.015513713773181753, "her": 0.26123249657771186, "them": 0.2457187828045301}, "seems": {"her - them": -0.07369908111769763, "her": 0.15117048540389266, "them": 0.2248695665215903}, "seen": {"her - them": 0.00939932158062276, "her": 0.2394362717860368, "them": 0.23003695020541404}, "sell": {"her - them": 0.05186042162361282, "her": 0.2076492392768177, "them": 0.15578881765320488}, "sent": {"her - them": -0.04229274571163957, "her": 0.1685235064731637, "them": 0.21081625218480327}, "shall": {"her - them": 0.051888479200111914, "her": 0.2050743480522944, "them": 0.1531858688521825}, "shame": {"her - them": 0.056694603919991815, "her": 0.24555186507082608, "them": 0.18885726115083426}, "she": {"her - them": 0.33956896910952417, "her": 0.4778175898230653, "them": 0.13824862071354113}, "shes": {"her - them": 0.04985932208715127, "her": 0.31726731633360494, "them": 0.2674079942464537}, "shop": {"her - them": 0.007172026129802889, "her": 0.2195145574429774, "them": 0.21234253131317452}, "shot": {"her - them": 0.13033957543367178, "her": 0.2959066761683893, "them": 0.1655671007347175}, "should": {"her - them": -0.08805425332259345, "her": 0.19084309646839456, "them": 0.278897349790988}, "show": {"her - them": 0.025612360870318956, "her": 0.23934366076881344, "them": 0.2137312998984945}, "showed": {"her - them": 0.05602157762203891, "her": 0.27957530032296607, "them": 0.22355372270092716}, "shows": {"her - them": 0.006810937185443511, "her": 0.1602799804313825, "them": 0.153469043245939}, "sick": {"her - them": 0.05211870450599648, "her": 0.17972224677492976, "them": 0.12760354226893328}, "sickens": {"her - them": 0.04985932208715127, "her": 0.31726731633360494, "them": 0.2674079942464537}, "side": {"her - them": -0.021474776601864115, "her": 0.1636674394489462, "them": 0.18514221605081033}, "sign": {"her - them": 0.007030969327344816, "her": 0.19383953530687453, "them": 0.18680856597952972}, "sink": {"her - them": 0.007445559470235286, "her": 0.29334984049759827, "them": 0.285904281027363}, "site": {"her - them": 0.0076133793559491625, "her": 0.16868560092497603, "them": 0.16107222156902687}, "skin": {"her - them": 0.04629905167126988, "her": 0.250207545845944, "them": 0.20390849417467413}, "slavic": {"her - them": 0.00701908994622269, "her": 0.1918564453192716, "them": 0.1848373553730489}, "small": {"her - them": -0.009119703679506153, "her": 0.19319847935534443, "them": 0.20231818303485058}, "smart": {"her - them": -0.020435490880147733, "her": 0.22298631965198298, "them": 0.24342181053213072}, "so": {"her - them": -0.07379340771150797, "her": 0.2172135406059457, "them": 0.29100694831745366}, "some": {"her - them": -0.018595660004007003, "her": 0.24477298517303384, "them": 0.26336864517704084}, "somebody": {"her - them": 0.0071892825603991906, "her": 0.22298631965198298, "them": 0.2157970370915838}, "someone": {"her - them": -0.11724288584374194, "her": 0.11137881715791041, "them": 0.22862170300165235}, "something": {"her - them": -0.022438661364682505, "her": 0.10440028584602185, "them": 0.12683894721070435}, "son": {"her - them": 0.20500367928344898, "her": 0.32262352364982866, "them": 0.11761984436637966}, "song": {"her - them": 0.10252561837726569, "her": 0.2151535145561331, "them": 0.11262789617886741}, "soon": {"her - them": -0.05613755006792978, "her": 0.19085993473513146, "them": 0.24699748480306125}, "sorry": {"her - them": 0.1311699802328357, "her": 0.28044335254024444, "them": 0.14927337230740875}, "speak": {"her - them": -0.04260630914256697, "her": 0.15605373903779488, "them": 0.19866004818036184}, "spend": {"her - them": 0.05179664758254085, "her": 0.21322978380773233, "them": 0.16143313622519148}, "spread": {"her - them": 0.006985159738036539, "her": 0.18631706488792216, "them": 0.17933190514988562}, "standing": {"her - them": 0.1010379510399528, "her": 0.2624710872651443, "them": 0.16143313622519148}, "start": {"her - them": -0.09840738794628796, "her": 0.11286917219650304, "them": 0.211276560142791}, "started": {"her - them": -0.021494216181958375, "her": 0.16251579019498966, "them": 0.18401000637694803}, "station": {"her - them": 0.05186042162361282, "her": 0.2076492392768177, "them": 0.15578881765320488}, "stealing": {"her - them": 0.05124447673702706, "her": 0.25180688919207256, "them": 0.2005624124550455}, "still": {"her - them": -0.04714104050280346, "her": 0.16658990026152692, "them": 0.21373094076433038}, "stood": {"her - them": 0.007246606961929775, "her": 0.23521322529629968, "them": 0.2279666183343699}, "store": {"her - them": 0.05661915336154094, "her": 0.24983446741109566, "them": 0.19321531404955472}, "stories": {"her - them": 0.10148893638681589, "her": 0.24983446741109566, "them": 0.14834553102427978}, "stormed": {"her - them": 0.05074669273155949, "her": 0.2785659300028224, "them": 0.22781923727126294}, "stormfront": {"her - them": 0.006331210584700278, "her": 0.10180435631464768, "them": 0.0954731457299474}, "story": {"her - them": 0.1780147946396323, "her": 0.2570999883982474, "them": 0.07908519375861509}, "straight": {"her - them": -0.020881532881941972, "her": 0.1980459529545264, "them": 0.21892748583646837}, "strange": {"her - them": 0.05186042162361282, "her": 0.2076492392768177, "them": 0.15578881765320488}, "street": {"her - them": 0.02265284568025172, "her": 0.254001484673012, "them": 0.23134863899276026}, "strike": {"her - them": 0.05043114901442333, "her": 0.29334984049759827, "them": 0.24291869148317494}, "strong": {"her - them": 0.051960671882820525, "her": 0.1980459529545264, "them": 0.14608528107170587}, "student": {"her - them": 0.1326359128295369, "her": 0.27655490950373846, "them": 0.14391899667420155}, "students": {"her - them": -0.02158556431535638, "her": 0.1570816242423745, "them": 0.1786671885577309}, "stuff": {"her - them": 0.057282429999824414, "her": 0.20456784303487557, "them": 0.14728541303505116}, "stupid": {"her - them": 0.05106206688486281, "her": 0.2699442720160224, "them": 0.21888220513115958}, "such": {"her - them": -0.07472250147213622, "her": 0.12262250685819279, "them": 0.197345008330329}, "sunday": {"her - them": 0.05156959162791974, "her": 0.23078016684482555, "them": 0.1792105752169058}, "support": {"her - them": -0.021787209407822944, "her": 0.14495167916411525, "them": 0.1667388885719382}, "survive": {"her - them": 0.05156959162791974, "her": 0.23078016684482555, "them": 0.1792105752169058}, "suspect": {"her - them": 0.05643572020188575, "her": 0.25967337275292834, "them": 0.2032376525510426}, "suspects": {"her - them": 0.09997789374911034, "her": 0.2886542506773114, "them": 0.18867635692820103}, "sweden": {"her - them": 0.05222140576086619, "her": 0.1636674394489462, "them": 0.11144603368808002}, "swedish": {"her - them": 0.007043165244872501, "her": 0.19590042639570676, "them": 0.18885726115083426}, "t": {"her - them": -0.012839932733709009, "her": 0.24990582182462776, "them": 0.26274575455833676}, "table": {"her - them": 0.05162562406816634, "her": 0.22672547181678793, "them": 0.17509984774862158}, "take": {"her - them": -0.034177243819510816, "her": 0.18029642747587754, "them": 0.21447367129538836}, "taken": {"her - them": 0.13381962095908356, "her": 0.25143946532546324, "them": 0.11761984436637966}, "talk": {"her - them": -0.04715564319902779, "her": 0.16607661174659463, "them": 0.21323225494562242}, "talking": {"her - them": -0.021494216181958375, "her": 0.16251579019498966, "them": 0.18401000637694803}, "tape": {"her - them": 0.05162562406816634, "her": 0.22672547181678793, "them": 0.17509984774862158}, "targets": {"her - them": 0.05111929341782448, "her": 0.25903597823430097, "them": 0.2079166848164765}, "tatar": {"her - them": 0.05096028223752491, "her": 0.2676957755738872, "them": 0.21673549333636227}, "taught": {"her - them": 0.05182992613994422, "her": 0.2103621108088606, "them": 0.1585321846689164}, "teach": {"her - them": 0.022661987200408074, "her": 0.25020232726348834, "them": 0.22754034006308027}, "teacher": {"her - them": 0.10280576529420257, "her": 0.2036098445533565, "them": 0.10080407925915394}, "teaching": {"her - them": 0.10123710343118267, "her": 0.25702592108438754, "them": 0.15578881765320488}, "teen": {"her - them": 0.09974149125407583, "her": 0.2939785684705489, "them": 0.19423707721647304}, "teenagers": {"her - them": 0.09946436406232631, "her": 0.3000267765173718, "them": 0.2005624124550455}, "teeth": {"her - them": 0.08640105873930481, "her": 0.309954781440232, "them": 0.22355372270092716}, "tell": {"her - them": -0.12439120960812161, "her": 0.13007796709348846, "them": 0.25446917670161007}, "telling": {"her - them": 0.007007507008058855, "her": 0.18994513195009063, "them": 0.18293762494203178}, "tells": {"her - them": 0.10092633723733097, "her": 0.26543860509458234, "them": 0.16451226785725137}, "than": {"her - them": -0.07636009567562416, "her": 0.1956449068998041, "them": 0.27200500257542826}, "thank": {"her - them": 0.006435823723616091, "her": 0.11337370690596428, "them": 0.10693788318234819}, "that": {"her - them": -0.027715351119803167, "her": 0.2770160561111925, "them": 0.3047314072309957}, "thats": {"her - them": -0.059058148342387096, "her": 0.1672697443381548, "them": 0.2263278926805419}, "the": {"her - them": -0.03546899108577911, "her": 0.3060938797833475, "them": 0.3415628708691266}, "their": {"her - them": -0.17468112488782817, "her": 0.17007387569254134, "them": 0.3447550005803695}, "them": {"her - them": -0.44048567187108356, "her": 0.19469460514043277, "them": 0.6351802770115164}, "themselves": {"her - them": -0.09708381345407996, "her": 0.1424736799017334, "them": 0.23955749335581336}, "then": {"her - them": 0.007796162935168494, "her": 0.28061139335485746, "them": 0.27281523041968897}, "there": {"her - them": -0.11455256231145977, "her": 0.15390004983175942, "them": 0.2684526121432192}, "these": {"her - them": -0.18796429452187788, "her": 0.06111699969240033, "them": 0.24908129421427821}, "they": {"her - them": -0.17688196611487256, "her": 0.1975002517387618, "them": 0.37438221785363435}, "thin": {"her - them": 0.05134673929529665, "her": 0.2455838165117697, "them": 0.19423707721647304}, "thing": {"her - them": 0.025602024133505652, "her": 0.24512111537612633, "them": 0.21951909124262067}, "think": {"her - them": -0.06416595741818859, "her": 0.2031402211473919, "them": 0.2673061785655805}, "this": {"her - them": 0.05996005021167333, "her": 0.28241140981161683, "them": 0.2224513595999435}, "those": {"her - them": -0.09751360584990319, "her": 0.11952844782480522, "them": 0.2170420536747084}, "thought": {"her - them": 0.046449944464951404, "her": 0.23738764871910686, "them": 0.19093770425415546}, "thousands": {"her - them": -0.021173681694886315, "her": 0.18129717591775266, "them": 0.20247085761263897}, "thread": {"her - them": -0.061126293543792926, "her": 0.09729403912972004, "them": 0.15842033267351296}, "three": {"her - them": -0.04219167214634517, "her": 0.17246258025848923, "them": 0.2146542524048344}, "throw": {"her - them": -0.02091928908097168, "her": 0.19590042639570676, "them": 0.21681971547667844}, "tied": {"her - them": 0.05096028223752491, "her": 0.2676957755738872, "them": 0.21673549333636227}, "till": {"her - them": 0.00705570008779402, "her": 0.1980459529545264, "them": 0.19099025286673238}, "time": {"her - them": 0.05127504226942059, "her": 0.25194554106870803, "them": 0.20067049879928744}, "times": {"her - them": -0.047240509094162636, "her": 0.1630807225866117, "them": 0.21032123168077432}, "tiny": {"her - them": 0.05111929341782448, "her": 0.25903597823430097, "them": 0.2079166848164765}, "to": {"her - them": -0.08051764534689954, "her": 0.3192999623880746, "them": 0.39981760773497416}, "today": {"her - them": -0.08675458639832553, "her": 0.13074157538948483, "them": 0.21749616178781037}, "together": {"her - them": 0.02890216649763022, "her": 0.18299036874699612, "them": 0.1540882022493659}, "told": {"her - them": 0.0589127091914991, "her": 0.34019881129025586, "them": 0.28128610209875676}, "tom": {"her - them": 0.05124447673702706, "her": 0.25180688919207256, "them": 0.2005624124550455}, "too": {"her - them": -0.027151786872838535, "her": 0.19999961323325022, "them": 0.22715140010608875}, "took": {"her - them": 0.019868866125553275, "her": 0.270006212082904, "them": 0.2501373459573507}, "town": {"her - them": 0.007646588951767286, "her": 0.173098180018062, "them": 0.1654515910662947}, "toys": {"her - them": 0.05074669273155949, "her": 0.2785659300028224, "them": 0.22781923727126294}, "tragedy": {"her - them": 0.05124447673702706, "her": 0.25180688919207256, "them": 0.2005624124550455}, "training": {"her - them": -0.020293403593620418, "her": 0.23078016684482555, "them": 0.25107357043844597}, "trash": {"her - them": 0.007095605068067251, "her": 0.2050743480522944, "them": 0.19797874298422716}, "try": {"her - them": 0.00942128214655577, "her": 0.24339845579916453, "them": 0.23397717365260876}, "trying": {"her - them": 0.03968365329280368, "her": 0.21298982943500522, "them": 0.17330617614220153}, "turning": {"her - them": 0.10080505182176819, "her": 0.26859964633342254, "them": 0.16779459451165435}, "turns": {"her - them": 0.10036472510606026, "her": 0.27957530032296607, "them": 0.1792105752169058}, "tv": {"her - them": 0.007659459374803751, "her": 0.17483647246734138, "them": 0.16717701309253763}, "two": {"her - them": 0.06795732671241292, "her": 0.24274779027967788, "them": 0.17479046356726496}, "u": {"her - them": 0.05231189762256129, "her": 0.14009406646378456, "them": 0.08778216884122327}, "under": {"her - them": -0.021668505479098876, "her": 0.15211499817709653, "them": 0.1737835036561954}, "until": {"her - them": -0.02337146596434289, "her": 0.18935037545617855, "them": 0.21272184142052145}, "up": {"her - them": -0.06479380334370025, "her": 0.21304706679705718, "them": 0.2778408701407574}, "use": {"her - them": -0.1171164692253273, "her": 0.11388222623777665, "them": 0.23099869546310395}, "used": {"her - them": 0.034365384957648654, "her": 0.2731215608235434, "them": 0.23875617586589473}, "using": {"her - them": 0.022669587142137848, "her": 0.24665019471377797, "them": 0.22398060757164012}, "v": {"her - them": 0.007843355291132226, "her": 0.20174029084303155, "them": 0.19389693555189932}, "values": {"her - them": 0.007139686063513839, "her": 0.21322978380773233, "them": 0.2060900977442185}, "ve": {"her - them": -0.0401193237845458, "her": 0.19042923469669323, "them": 0.23054855848123904}, "very": {"her - them": 0.018226167883042543, "her": 0.20079699157188755, "them": 0.182570823688845}, "video": {"her - them": 0.11419626339940847, "her": 0.24117405472701028, "them": 0.1269777913276018}, "videos": {"her - them": 0.00678786078759161, "her": 0.1570816242423745, "them": 0.1502937634547829}, "voice": {"her - them": 0.05150586861213996, "her": 0.23521322529629968, "them": 0.18370735668415972}, "w": {"her - them": -0.02091928908097168, "her": 0.19590042639570676, "them": 0.21681971547667844}, "wait": {"her - them": -0.04609756923108063, "her": 0.20174029084303155, "them": 0.24783786007411218}, "walk": {"her - them": -0.00867323730835165, "her": 0.22677288869459386, "them": 0.2354461260029455}, "wandering": {"her - them": 0.007406511945365679, "her": 0.2785659300028224, "them": 0.27115941805745675}, "want": {"her - them": -0.08791385410045419, "her": 0.19344389131628645, "them": 0.28135774541674063}, "warm": {"her - them": 0.05167539069238564, "her": 0.22298631965198298, "them": 0.17131092895959735}, "was": {"her - them": 0.11484411724734087, "her": 0.3328351192281375, "them": 0.21799100198079666}, "watch": {"her - them": 0.0167345686864529, "her": 0.24687441224324175, "them": 0.23013984355678885}, "way": {"her - them": -0.022256584622396297, "her": 0.21943320241068312, "them": 0.24168978703307942}, "we": {"her - them": -0.06113102232714279, "her": 0.23003167897669052, "them": 0.2911627013038333}, "week": {"her - them": 0.13513723010596232, "her": 0.21628265980579514, "them": 0.08114542969983282}, "weeks": {"her - them": 0.1028272109051762, "her": 0.20266750770438813, "them": 0.09984029679921193}, "welfare": {"her - them": 0.051888479200111914, "her": 0.2050743480522944, "them": 0.1531858688521825}, "well": {"her - them": 0.0023536046686380707, "her": 0.21265627387582434, "them": 0.21030266920718627}, "went": {"her - them": 0.10839916261564736, "her": 0.2829597697416315, "them": 0.17456060712598415}, "were": {"her - them": -0.04085744250662429, "her": 0.23069321473454732, "them": 0.2715506572411716}, "what": {"her - them": -0.05845897427478999, "her": 0.1887423200975542, "them": 0.2472012943723442}, "whatever": {"her - them": 0.006996202401767265, "her": 0.18810025648872153, "them": 0.18110405408695426}, "whats": {"her - them": 0.05162562406816634, "her": 0.22672547181678793, "them": 0.17509984774862158}, "when": {"her - them": -0.020060248088653476, "her": 0.27337925975822447, "them": 0.29343950784687794}, "whenever": {"her - them": -0.020556859300223662, "her": 0.2162724336970454, "them": 0.23682929299726907}, "where": {"her - them": 0.031570618276215434, "her": 0.2353605231009927, "them": 0.20378990482477727}, "which": {"her - them": -0.1536080094122766, "her": 0.10054362784373333, "them": 0.2541516372560099}, "while": {"her - them": 0.1630241245128151, "her": 0.2725231369167178, "them": 0.10949901240390272}, "white": {"her - them": 0.010664955748863114, "her": 0.2852689252081899, "them": 0.2746039694593268}, "whites": {"her - them": -0.21399024183555654, "her": 0.048557849855335566, "them": 0.2625480916908921}, "whitey": {"her - them": 0.05156959162791974, "her": 0.23078016684482555, "them": 0.1792105752169058}, "who": {"her - them": -0.013577699687825434, "her": 0.24738326666815588, "them": 0.2609609663559813}, "whole": {"her - them": -0.042749150140616504, "her": 0.15024094179517597, "them": 0.19299009193579247}, "whose": {"her - them": 0.05143250549465264, "her": 0.24010886242285367, "them": 0.18867635692820103}, "whut": {"her - them": 0.05043114901442333, "her": 0.29334984049759827, "them": 0.24291869148317494}, "why": {"her - them": -0.12461624439663438, "her": 0.14416085932081768, "them": 0.26877710371745206}, "wife": {"her - them": 0.05210683266851596, "her": 0.18129717591775266, "them": 0.1291903432492367}, "will": {"her - them": -0.06750019726770379, "her": 0.24738985731552277, "them": 0.31489005458322655}, "william": {"her - them": 0.05198142972150521, "her": 0.19590042639570676, "them": 0.14391899667420155}, "wish": {"her - them": -0.008745569861283081, "her": 0.22130370556294496, "them": 0.23004927542422804}, "with": {"her - them": -0.03585120498457134, "her": 0.2866996986030043, "them": 0.32255090358757565}, "without": {"her - them": -0.09666737467021952, "her": 0.15117048540389266, "them": 0.24783786007411218}, "wn": {"her - them": 0.006886412631845418, "her": 0.17111842586078274, "them": 0.16423201322893732}, "wo": {"her - them": 0.00691409338113283, "her": 0.17525270382614078, "them": 0.16833861044500795}, "woman": {"her - them": 0.2210404255550057, "her": 0.3458634293314752, "them": 0.12482300377646947}, "women": {"her - them": -0.024640364446945978, "her": 0.20631764383591764, "them": 0.2309580082828636}, "wonderful": {"her - them": 0.051888479200111914, "her": 0.2050743480522944, "them": 0.1531858688521825}, "wore": {"her - them": 0.007315804705191442, "her": 0.25180688919207256, "them": 0.24449108448688112}, "work": {"her - them": -0.047019046441142937, "her": 0.1708531757713546, "them": 0.21787222221249752}, "world": {"her - them": -0.04770184511289924, "her": 0.14639192739600063, "them": 0.19409377250889986}, "would": {"her - them": -0.054965597105052916, "her": 0.22396598199402415, "them": 0.27893157909907706}, "wow": {"her - them": 0.05203591236917651, "her": 0.18994513195009063, "them": 0.13790921958091412}, "write": {"her - them": 0.007139686063513839, "her": 0.21322978380773233, "them": 0.2060900977442185}, "wrong": {"her - them": 0.0067954517040105245, "her": 0.15812812584495733, "them": 0.1513326741409468}, "www": {"her - them": 0.10074793343770376, "her": 0.19114434935897545, "them": 0.09039641592127169}, "ya": {"her - them": 0.057168609799931436, "her": 0.21400107078238143, "them": 0.15683246098245}, "yeah": {"her - them": -0.05954570831064354, "her": 0.15211499817709653, "them": 0.21166070648774007}, "year": {"her - them": 0.12268375109742721, "her": 0.28716236528389577, "them": 0.16447861418646856}, "years": {"her - them": -0.0013044640879369407, "her": 0.18481783775881022, "them": 0.18612230184674716}, "yelling": {"her - them": 0.05074669273155949, "her": 0.2785659300028224, "them": 0.22781923727126294}, "yet": {"her - them": 0.028896780293734214, "her": 0.19319847935534443, "them": 0.1643016990616102}, "you": {"her - them": -0.13336294843107346, "her": 0.14957120098644747, "them": 0.28293414941752093}, "young": {"her - them": 0.03209372429400045, "her": 0.2560686426039461, "them": 0.22397491830994562}, "younger": {"her - them": 0.10114118808401196, "her": 0.25967337275292834, "them": 0.1585321846689164}, "your": {"her - them": -0.08711443047578457, "her": 0.13293030843419426, "them": 0.22004473890997883}, "youtube": {"her - them": 0.13744937431058016, "her": 0.17882004205819427, "them": 0.04137066774761411}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-they.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-they.json new file mode 100644 index 0000000000000000000000000000000000000000..ef755ac92a628edbaf6049eaa38544032815a02d --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-they.json @@ -0,0 +1 @@ +{"000": {"her - they": 0.02009339006742486, "her": 0.15211499817709653, "they": 0.13202160810967167}, "1": {"her - they": 0.054582927748005605, "her": 0.18464593526301287, "they": 0.13006300751500727}, "10": {"her - they": 0.0873031060825207, "her": 0.22823780223015763, "they": 0.14093469614763693}, "11": {"her - they": 0.10595826487516329, "her": 0.1685235064731637, "they": 0.0625652415980004}, "12": {"her - they": 0.1872348267905684, "her": 0.2566909812699956, "they": 0.0694561544794272}, "13": {"her - they": 0.15439342861511446, "her": 0.25451243665424317, "they": 0.10011900803912871}, "15": {"her - they": 0.07009185790180814, "her": 0.22535324227548595, "they": 0.1552613843736778}, "16": {"her - they": 0.1051042174781523, "her": 0.20028391296948017, "they": 0.09517969549132788}, "17": {"her - they": 0.06372737469143619, "her": 0.2162724336970454, "they": 0.15254505900560922}, "1940": {"her - they": 0.10200405575119037, "her": 0.2785659300028224, "they": 0.17656187425163206}, "2": {"her - they": 0.07872122089904926, "her": 0.20554365906614896, "they": 0.1268224381670997}, "25962136": {"her - they": 0.09993958525924393, "her": 0.31726731633360494, "they": 0.217327731074361}, "27": {"her - they": 0.1525747079170729, "her": 0.28389076653882467, "they": 0.13131605862175177}, "3": {"her - they": -0.01915368011668872, "her": 0.11543238577892176, "they": 0.13458606589561048}, "30": {"her - they": 0.020050546260110852, "her": 0.16251579019498966, "they": 0.1424652439348788}, "300": {"her - they": 0.1046897278777222, "her": 0.21322978380773233, "they": 0.10854005593001013}, "4": {"her - they": 0.020153467796036342, "her": 0.1348809093452262, "they": 0.11472744154918986}, "43": {"her - they": 0.15092327809666872, "her": 0.3070478682701729, "they": 0.15612459017350416}, "48": {"her - they": 0.10252013486324865, "her": 0.2676957755738872, "they": 0.16517564071063853}, "5": {"her - they": 0.03190629170884837, "her": 0.1784661934227515, "they": 0.14655990171390312}, "50": {"her - they": 0.0048757772130146315, "her": 0.17111842586078274, "they": 0.1662426486477681}, "6": {"her - they": 0.0898533715355745, "her": 0.19646749894264, "they": 0.10661412740706551}, "7": {"her - they": 0.0390395161544924, "her": 0.16251579019498966, "they": 0.12347627404049726}, "8": {"her - they": 0.054883820402821415, "her": 0.2297292254869498, "they": 0.17484540508412838}, "88": {"her - they": 0.10648740846490504, "her": 0.1424736799017334, "they": 0.035986271436828365}, "9": {"her - they": 0.10611851889967687, "her": 0.16138695319488647, "they": 0.0552684342952096}, "_": {"her - they": 0.06531097474945688, "her": 0.11702098449488495, "they": 0.051710009745428075}, "a": {"her - they": 0.027987327130110706, "her": 0.3333178609459928, "they": 0.3053305338158821}, "about": {"her - they": -0.008321770228817194, "her": 0.25053001175470346, "they": 0.25885178198352066}, "account": {"her - they": 0.004875924869788301, "her": 0.19590042639570676, "they": 0.19102450152591846}, "actions": {"her - they": 0.1038971666745479, "her": 0.23521322529629968, "they": 0.13131605862175177}, "actual": {"her - they": 0.06372737469143619, "her": 0.2162724336970454, "they": 0.15254505900560922}, "actually": {"her - they": -0.014899037175093, "her": 0.1754268562294947, "they": 0.1903258934045877}, "add": {"her - they": 0.019913747447593888, "her": 0.18994513195009063, "they": 0.17003138450249675}, "administration": {"her - they": 0.1029113880607968, "her": 0.25903597823430097, "they": 0.15612459017350416}, "african": {"her - they": 0.08865359779999427, "her": 0.23618230556413083, "they": 0.14752870776413657}, "after": {"her - they": -0.00945925425720709, "her": 0.21463476548571664, "they": 0.22409401974292373}, "again": {"her - they": -0.026304342679548176, "her": 0.173098180018062, "they": 0.19940252269761016}, "age": {"her - they": 0.06809585082270747, "her": 0.270006212082904, "they": 0.2019103612601965}, "ago": {"her - they": 0.10964440397744951, "her": 0.274522007281485, "they": 0.1648776033040355}, "air": {"her - they": 0.06940376955275254, "her": 0.24983446741109566, "they": 0.18043069785834312}, "all": {"her - they": -0.11968317420718039, "her": 0.17618915228479426, "they": 0.29587232649197465}, "allow": {"her - they": 0.01985321511113705, "her": 0.20028391296948017, "they": 0.18043069785834312}, "almost": {"her - they": -0.018852054003999974, "her": 0.15504377352218957, "they": 0.17389582752618954}, "along": {"her - they": 0.013260178728705746, "her": 0.21067919583408365, "they": 0.1974190171053779}, "alongside": {"her - they": 0.10125739843848214, "her": 0.29334984049759827, "they": 0.19209244205911613}, "also": {"her - they": 0.029874930518785703, "her": 0.21369429752243785, "they": 0.18381936700365215}, "although": {"her - they": 0.1050321745383437, "her": 0.20262326034384018, "they": 0.09759108580549648}, "always": {"her - they": -0.10189461154813384, "her": 0.09419497603279883, "they": 0.19608958758093267}, "am": {"her - they": -0.021159592619157203, "her": 0.1324326997622229, "they": 0.1535922923813801}, "amazing": {"her - they": 0.004871878983410127, "her": 0.2103621108088606, "they": 0.20549023182545048}, "america": {"her - they": -0.007872171009535023, "her": 0.1530750075925761, "they": 0.16094717860211114}, "american": {"her - they": 0.0048558760266151635, "her": 0.13007796709348846, "they": 0.1252220910668733}, "among": {"her - they": 0.019933824724266302, "her": 0.18631706488792216, "they": 0.16638324016365585}, "amount": {"her - they": 0.038445891775662044, "her": 0.21322978380773233, "they": 0.1747838920320703}, "an": {"her - they": -0.013015105590483605, "her": 0.18178815268399792, "they": 0.19480325827448153}, "ancestors": {"her - they": -0.007582299713520174, "her": 0.21322978380773233, "they": 0.2208120835212525}, "and": {"her - they": 0.01275465031176104, "her": 0.3765288386234401, "they": 0.36377418831167907}, "another": {"her - they": 0.041147322678718706, "her": 0.22019577218525052, "they": 0.17904844950653181}, "answer": {"her - they": 0.10487313500886637, "her": 0.2076492392768177, "they": 0.10277610426795132}, "ant": {"her - they": 0.10125739843848214, "her": 0.29334984049759827, "they": 0.19209244205911613}, "anti": {"her - they": -0.02078698675013066, "her": 0.173098180018062, "they": 0.19388516676819265}, "any": {"her - they": -0.029638584700194898, "her": 0.1726126005321763, "they": 0.2022511852323712}, "anymore": {"her - they": -0.01863740932387184, "her": 0.17972224677492976, "they": 0.1983596560988016}, "anyone": {"her - they": -0.08846747138786651, "her": 0.08839323354719311, "they": 0.17686070493505962}, "anything": {"her - they": 0.01956273429230765, "her": 0.21689300509618892, "they": 0.19733027080388127}, "apart": {"her - they": 0.1038971666745479, "her": 0.23521322529629968, "they": 0.13131605862175177}, "apparently": {"her - they": 0.06940376955275254, "her": 0.24983446741109566, "they": 0.18043069785834312}, "are": {"her - they": -0.2166668236077891, "her": 0.16312315946106248, "they": 0.3797899830688516}, "area": {"her - they": -0.02904157571935634, "her": 0.10756434038301871, "they": 0.13660591610237505}, "arms": {"her - they": 0.0048707147780825966, "her": 0.21322978380773233, "they": 0.20835906902964973}, "around": {"her - they": 0.006883281104806016, "her": 0.24798919255499238, "they": 0.24110591145018637}, "arrest": {"her - they": 0.06326820759679663, "her": 0.23521322529629968, "they": 0.17194501769950304}, "arrested": {"her - they": 0.08832497219353419, "her": 0.24555186507082608, "they": 0.15722689287729189}, "as": {"her - they": -0.055225972355752356, "her": 0.2246342215843322, "they": 0.27986019394008455}, "asian": {"her - they": -0.04517877328720893, "her": 0.15024094179517597, "they": 0.1954197150823849}, "aside": {"her - they": 0.10252013486324865, "her": 0.2676957755738872, "they": 0.16517564071063853}, "ask": {"her - they": 0.06287236171757316, "her": 0.2527053575456485, "they": 0.18983299582807533}, "asked": {"her - they": 0.0048750202351074134, "her": 0.20028391296948017, "they": 0.19540889273437276}, "ass": {"her - they": 0.03861838729686917, "her": 0.20028391296948017, "they": 0.161665525672611}, "assaulting": {"her - they": 0.15092327809666872, "her": 0.3070478682701729, "they": 0.15612459017350416}, "at": {"her - they": 0.02797752809276935, "her": 0.27222692640324897, "they": 0.24424939831047962}, "attack": {"her - they": 0.042761988808764806, "her": 0.19646749894264, "they": 0.1537055101338752}, "attacked": {"her - they": 0.08756943163843586, "her": 0.26543860509458234, "they": 0.17786917345614647}, "attacking": {"her - they": 0.1029113880607968, "her": 0.25903597823430097, "they": 0.15612459017350416}, "authorities": {"her - they": 0.06348023737935224, "her": 0.22672547181678793, "they": 0.1632452344374357}, "autopsy": {"her - they": 0.10125739843848214, "her": 0.29334984049759827, "they": 0.19209244205911613}, "away": {"her - they": 0.05389541646500687, "her": 0.2354960851767149, "they": 0.18160066871170802}, "axis": {"her - they": 0.10200405575119037, "her": 0.2785659300028224, "they": 0.17656187425163206}, "babies": {"her - they": 0.06416478076081164, "her": 0.19590042639570676, "they": 0.13173564563489512}, "baby": {"her - they": 0.18664745464206528, "her": 0.3123109581185344, "they": 0.1256635034764691}, "back": {"her - they": 0.07310296797940766, "her": 0.29097667254900716, "they": 0.2178737045695995}, "bad": {"her - they": -0.059757329016790345, "her": 0.11920259202644945, "they": 0.1789599210432398}, "banana": {"her - they": 0.10125739843848214, "her": 0.29334984049759827, "they": 0.19209244205911613}, "band": {"her - they": 0.03905022499694295, "her": 0.16138695319488647, "they": 0.12233672819794351}, "bar": {"her - they": 0.06428162847362154, "her": 0.18994513195009063, "they": 0.1256635034764691}, "basically": {"her - they": 0.038403260240898934, "her": 0.2162724336970454, "they": 0.17786917345614647}, "be": {"her - they": -0.0893665783889496, "her": 0.22156833114512678, "they": 0.3109349095340764}, "beat": {"her - they": 0.05481578148527236, "her": 0.23285797524353008, "they": 0.17804219375825772}, "beaten": {"her - they": 0.05424955188173308, "her": 0.25702592108438754, "they": 0.20277636920265446}, "beating": {"her - they": 0.06326820759679663, "her": 0.23521322529629968, "they": 0.17194501769950304}, "beautiful": {"her - they": 0.1710140810310887, "her": 0.2518220685141406, "they": 0.08080798748305187}, "beauty": {"her - they": 0.10200405575119037, "her": 0.2785659300028224, "they": 0.17656187425163206}, "became": {"her - they": 0.06357041272376826, "her": 0.22298631965198298, "they": 0.15941590692821472}, "because": {"her - they": -0.07652073797895378, "her": 0.2245523690333376, "they": 0.3010731070122914}, "bedroom": {"her - they": 0.1514444238535732, "her": 0.3000267765173718, "they": 0.1485823526637986}, "been": {"her - they": -0.103747962669115, "her": 0.10860192676518733, "they": 0.21234988943430233}, "before": {"her - they": 0.014874386472139428, "her": 0.21117940326300758, "they": 0.19630501679086815}, "begging": {"her - they": 0.1029113880607968, "her": 0.25903597823430097, "they": 0.15612459017350416}, "behind": {"her - they": 0.0653174474778982, "her": 0.284432250237953, "they": 0.2191148027600548}, "being": {"her - they": 0.01355786183653554, "her": 0.2176833516471089, "they": 0.20412548981057335}, "beliefs": {"her - they": 0.1043517962269488, "her": 0.22298631965198298, "they": 0.11863452342503418}, "believe": {"her - they": -0.07145362972130717, "her": 0.1370605513380158, "they": 0.20851418105932298}, "best": {"her - they": -0.037500837106851315, "her": 0.13559882961877973, "they": 0.17309966672563104}, "better": {"her - they": -0.057725222387199765, "her": 0.17909243298517902, "they": 0.23681765537237878}, "big": {"her - they": 0.022120931496582563, "her": 0.17972511283132953, "they": 0.15760418133474696}, "bigger": {"her - they": 0.03835695763867994, "her": 0.2195145574429774, "they": 0.18115759980429746}, "birth": {"her - they": 0.06348023737935224, "her": 0.22672547181678793, "they": 0.1632452344374357}, "bitch": {"her - they": 0.10348431750294121, "her": 0.2455838165117697, "they": 0.14209949900882848}, "black": {"her - they": 0.013911472699241978, "her": 0.2619460904732638, "they": 0.2480346177740218}, "blacks": {"her - they": -0.0847641534767016, "her": 0.16436052870560608, "they": 0.24912468218230768}, "blind": {"her - they": 0.038041705998336894, "her": 0.24010886242285367, "they": 0.20206715642451678}, "blond": {"her - they": 0.15424981681643624, "her": 0.25702592108438754, "they": 0.10277610426795132}, "blonde": {"her - they": 0.18387400241028096, "her": 0.3025085258353151, "they": 0.11863452342503418}, "blood": {"her - they": 0.004870477307791554, "her": 0.15405107014205013, "they": 0.14918059283425858}, "blue": {"her - they": 0.042634962684934635, "her": 0.20554207512058953, "they": 0.1629071124356549}, "bodies": {"her - they": 0.18387400241028096, "her": 0.3025085258353151, "they": 0.11863452342503418}, "body": {"her - they": -0.02814442137566303, "her": 0.18631706488792216, "they": 0.2144614862635852}, "born": {"her - they": 0.03864674782648722, "her": 0.1980459529545264, "they": 0.15939920512803918}, "both": {"her - they": 0.06342579143936716, "her": 0.2316505184861853, "they": 0.16822472704681812}, "bottom": {"her - they": 0.10406600957577164, "her": 0.23078016684482555, "they": 0.1267141572690539}, "boy": {"her - they": 0.039125727429958915, "her": 0.1530750075925761, "they": 0.1139492801626172}, "boyfriend": {"her - they": 0.14188709424321116, "her": 0.31885468155987606, "they": 0.1769675873166649}, "boys": {"her - they": 0.0198794800147499, "her": 0.19590042639570676, "they": 0.17602094638095686}, "brain": {"her - they": 0.10458670243183306, "her": 0.2162724336970454, "they": 0.11168573126521235}, "brand": {"her - they": 0.10322453652827396, "her": 0.25180688919207256, "they": 0.1485823526637986}, "break": {"her - they": 0.06402688927050748, "her": 0.20262326034384018, "they": 0.1385963710733327}, "breed": {"her - they": 0.1049553400131657, "her": 0.2050743480522944, "they": 0.10011900803912871}, "brethren": {"her - they": 0.06261856249372189, "her": 0.25903597823430097, "they": 0.19641741574057908}, "bring": {"her - they": 0.06263704530570982, "her": 0.2609967014045114, "they": 0.1983596560988016}, "brother": {"her - they": 0.08913960953251926, "her": 0.22130370556294496, "they": 0.1321640960304257}, "brothers": {"her - they": -0.007839632975419536, "her": 0.1602799804313825, "they": 0.16811961340680204}, "brought": {"her - they": 0.08853120387730667, "her": 0.23973052254724872, "they": 0.15119931866994205}, "brown": {"her - they": -0.04554333504710309, "her": 0.12877173625473656, "they": 0.17431507130183965}, "btw": {"her - they": 0.1050321745383437, "her": 0.20262326034384018, "they": 0.09759108580549648}, "bucks": {"her - they": 0.03811995821083433, "her": 0.23521322529629968, "they": 0.19709326708546535}, "bulgarian": {"her - they": 0.10406600957577164, "her": 0.23078016684482555, "they": 0.1267141572690539}, "bulk": {"her - they": 0.1029113880607968, "her": 0.25903597823430097, "they": 0.15612459017350416}, "bullock": {"her - they": 0.09993958525924393, "her": 0.31726731633360494, "they": 0.217327731074361}, "bun": {"her - they": 0.09993958525924393, "her": 0.31726731633360494, "they": 0.217327731074361}, "burglarized": {"her - they": 0.09993958525924393, "her": 0.31726731633360494, "they": 0.217327731074361}, "burn": {"her - they": 0.1043517962269488, "her": 0.22298631965198298, "they": 0.11863452342503418}, "bus": {"her - they": -0.0281202929110497, "her": 0.18810025648872153, "they": 0.21622054939977123}, "but": {"her - they": -0.03360192023611655, "her": 0.2370907276619539, "they": 0.27069264789807046}, "by": {"her - they": 0.04535535537342586, "her": 0.2732384424912961, "they": 0.22788308711787023}, "ca": {"her - they": 0.011282557618708888, "her": 0.20926067905034168, "they": 0.1979781214316328}, "call": {"her - they": -0.01887616623240712, "her": 0.15211499817709653, "they": 0.17099116440950365}, "called": {"her - they": 0.013322910854857622, "her": 0.19240869697021046, "they": 0.17908578611535284}, "calling": {"her - they": 0.06881263172798652, "her": 0.26859964633342254, "they": 0.19978701460543602}, "came": {"her - they": 0.024318576082154486, "her": 0.23934073702846242, "they": 0.21502216094630794}, "camera": {"her - they": 0.15286114305391216, "her": 0.27957530032296607, "they": 0.1267141572690539}, "can": {"her - they": -0.028656950454976154, "her": 0.24173942919131872, "they": 0.27039637964629487}, "cant": {"her - they": -0.05223708579570563, "her": 0.15812812584495733, "they": 0.21036521164066296}, "car": {"her - they": 0.14310716291415948, "her": 0.28719913992106677, "they": 0.1440919770069073}, "care": {"her - they": -0.014703305865229943, "her": 0.1999291895580106, "they": 0.21463249542324053}, "carry": {"her - they": 0.06933475880859594, "her": 0.2521191825483822, "they": 0.1827844237397863}, "cartoons": {"her - they": 0.10125739843848214, "her": 0.29334984049759827, "they": 0.19209244205911613}, "case": {"her - they": 0.07375563927927964, "her": 0.254001484673012, "they": 0.18024584539373234}, "caught": {"her - they": 0.14556838447749604, "her": 0.26407445176213934, "they": 0.11850606728464329}, "cause": {"her - they": -0.05236535657976671, "her": 0.15211499817709653, "they": 0.20448035475686324}, "certainly": {"her - they": -0.007636413647558488, "her": 0.20262326034384018, "they": 0.21025967399139867}, "chance": {"her - they": 0.019823501240063546, "her": 0.2050743480522944, "they": 0.18525084681223086}, "change": {"her - they": 0.0048752446771370694, "her": 0.1685235064731637, "they": 0.16364826179602662}, "channel": {"her - they": 0.10523582628727358, "her": 0.19590042639570676, "they": 0.09066460010843318}, "charge": {"her - they": 0.038485343128764476, "her": 0.2103621108088606, "they": 0.17187676768009613}, "charged": {"her - they": 0.168577313437368, "her": 0.28878618885119295, "they": 0.12020887541382494}, "charges": {"her - they": 0.06338021943893271, "her": 0.23078016684482555, "they": 0.16739994740589284}, "cheap": {"her - they": 0.038673533518414877, "her": 0.19590042639570676, "they": 0.15722689287729189}, "check": {"her - they": 0.02208606961280124, "her": 0.18573473462950715, "they": 0.1636486650167059}, "checked": {"her - they": 0.03818903395686568, "her": 0.23078016684482555, "they": 0.19259113288795987}, "child": {"her - they": 0.06979581622894351, "her": 0.2820217781880322, "they": 0.2122259619590887}, "children": {"her - they": -0.02205849707293825, "her": 0.18974578859978433, "they": 0.21180428567272258}, "chin": {"her - they": 0.10125739843848214, "her": 0.29334984049759827, "they": 0.19209244205911613}, "chinese": {"her - they": -0.007725460784578336, "her": 0.18459130471124824, "they": 0.19231676549582657}, "chosen": {"her - they": 0.06299529941421969, "her": 0.2455838165117697, "they": 0.18258851709755}, "citizen": {"her - they": 0.10322453652827396, "her": 0.25180688919207256, "they": 0.1485823526637986}, "city": {"her - they": -0.03763489516515542, "her": 0.12562151533974147, "they": 0.1632564105048969}, "claims": {"her - they": 0.06402688927050748, "her": 0.20262326034384018, "they": 0.1385963710733327}, "class": {"her - they": 0.021921696312189265, "her": 0.21067919583408365, "they": 0.18875749952189438}, "classes": {"her - they": 0.1050321745383437, "her": 0.20262326034384018, "they": 0.09759108580549648}, "clean": {"her - they": 0.03878835712378559, "her": 0.18631706488792216, "they": 0.14752870776413657}, "close": {"her - they": 0.10154383486145141, "her": 0.254001484673012, "they": 0.15245764981156057}, "closet": {"her - they": 0.10252013486324865, "her": 0.2676957755738872, "they": 0.16517564071063853}, "coat": {"her - they": 0.1029113880607968, "her": 0.25903597823430097, "they": 0.15612459017350416}, "college": {"her - they": 0.10650129448448892, "her": 0.14166996201506812, "they": 0.035168667530579206}, "color": {"her - they": 0.08989667245928827, "her": 0.19481035755682446, "they": 0.1049136850975362}, "com": {"her - they": 0.066570801112701, "her": 0.19729723915326167, "they": 0.13072643804056067}, "come": {"her - they": -0.028741219731667406, "her": 0.23008663951126082, "they": 0.2588278592429282}, "coming": {"her - they": -0.059239637390239464, "her": 0.1432883201425236, "they": 0.20252795753276306}, "commercials": {"her - they": 0.062362423658144844, "her": 0.2676957755738872, "they": 0.20533335191574234}, "common": {"her - they": 0.06424466921051067, "her": 0.1918564453192716, "they": 0.12761177610876093}, "community": {"her - they": 0.07058012894804913, "her": 0.20554207512058953, "they": 0.1349619461725404}, "complaining": {"her - they": 0.10252013486324865, "her": 0.2676957755738872, "they": 0.16517564071063853}, "complex": {"her - they": 0.10322453652827396, "her": 0.25180688919207256, "they": 0.1485823526637986}, "computer": {"her - they": 0.06402688927050748, "her": 0.20262326034384018, "they": 0.1385963710733327}, "connection": {"her - they": 0.1038971666745479, "her": 0.23521322529629968, "they": 0.13131605862175177}, "contaminating": {"her - they": 0.10125739843848214, "her": 0.29334984049759827, "they": 0.19209244205911613}, "continue": {"her - they": 0.0217058677141021, "her": 0.23792641711387333, "they": 0.21622054939977123}, "continues": {"her - they": 0.1029113880607968, "her": 0.25903597823430097, "they": 0.15612459017350416}, "control": {"her - they": -0.028211440535055865, "her": 0.18129717591775266, "they": 0.20950861645280852}, "could": {"her - they": 0.0035666611186378483, "her": 0.22603914693383753, "they": 0.22247248581519968}, "countries": {"her - they": -0.03727757220142683, "her": 0.15117048540389266, "they": 0.1884480576053195}, "country": {"her - they": -0.05868234894029639, "her": 0.14025304927528934, "they": 0.19893539821558573}, "county": {"her - they": 0.08949071259493031, "her": 0.20961397769662113, "they": 0.12012326510169082}, "courses": {"her - they": 0.10370539507045784, "her": 0.24010886242285367, "they": 0.13640346735239584}, "court": {"her - they": 0.11341312346896842, "her": 0.25451243665424317, "they": 0.14109931318527474}, "cover": {"her - they": 0.038403260240898934, "her": 0.2162724336970454, "they": 0.17786917345614647}, "covers": {"her - they": 0.10200405575119037, "her": 0.2785659300028224, "they": 0.17656187425163206}, "crawl": {"her - they": 0.10200405575119037, "her": 0.2785659300028224, "they": 0.17656187425163206}, "creatures": {"her - they": 0.01970304064044756, "her": 0.22298631965198298, "they": 0.20328327901153542}, "crime": {"her - they": -0.04545538704398078, "her": 0.13417132833533024, "they": 0.17962671537931102}, "crimes": {"her - they": 0.06379641452605833, "her": 0.21322978380773233, "they": 0.149433369281674}, "criminal": {"her - they": 0.01985321511113705, "her": 0.20028391296948017, "they": 0.18043069785834312}, "cue": {"her - they": 0.09993958525924393, "her": 0.31726731633360494, "they": 0.217327731074361}, "customer": {"her - they": 0.10252013486324865, "her": 0.2676957755738872, "they": 0.16517564071063853}, "cut": {"her - they": 0.042117736832078645, "her": 0.23792641711387333, "they": 0.19580868028179468}, "d": {"her - they": 0.03880460180572595, "her": 0.23801295767822253, "they": 0.19920835587249658}, "dad": {"her - they": 0.10478487230690985, "her": 0.2103621108088606, "they": 0.10557723850195076}, "daddy": {"her - they": 0.06282421328873095, "her": 0.25180688919207256, "they": 0.1889826759033416}, "daily": {"her - they": 0.1038971666745479, "her": 0.23521322529629968, "they": 0.13131605862175177}, "damn": {"her - they": 0.06435037576812297, "her": 0.18631706488792216, "they": 0.12196668911979919}, "dance": {"her - they": 0.038403260240898934, "her": 0.2162724336970454, "they": 0.17786917345614647}, "daughter": {"her - they": 0.18916088645441792, "her": 0.3485600915824571, "they": 0.15939920512803918}, "daughters": {"her - they": 0.1029113880607968, "her": 0.25903597823430097, "they": 0.15612459017350416}, "day": {"her - they": -0.005953027755777274, "her": 0.1817656222089806, "they": 0.18771864996475787}, "days": {"her - they": 0.08812964816000673, "her": 0.2570999883982474, "they": 0.16897034023824065}, "dead": {"her - they": 0.10967515532440758, "her": 0.2772617210504742, "they": 0.16758656572606662}, "death": {"her - they": 0.07975001044294519, "her": 0.26915107741357047, "they": 0.18940106697062528}, "dec": {"her - they": 0.1029113880607968, "her": 0.25903597823430097, "they": 0.15612459017350416}, "decent": {"her - they": 0.06365237212105318, "her": 0.2195145574429774, "they": 0.15586218532192422}, "degenerate": {"her - they": 0.10252013486324865, "her": 0.2676957755738872, "they": 0.16517564071063853}, "did": {"her - they": 0.009368562888724896, "her": 0.24396329068231398, "they": 0.2345947277935891}, "didnt": {"her - they": 0.0385220143313221, "her": 0.2076492392768177, "they": 0.1691272249454956}, "die": {"her - they": 0.08604160262800123, "her": 0.2785720989985247, "they": 0.19253049637052347}, "different": {"her - they": -0.09164207404218605, "her": 0.1378048062092565, "they": 0.22944688025144255}, "dignity": {"her - they": 0.09993958525924393, "her": 0.31726731633360494, "they": 0.217327731074361}, "dirty": {"her - they": 0.004876014532422618, "her": 0.17246258025848923, "they": 0.16758656572606662}, "discovered": {"her - they": 0.10370539507045784, "her": 0.24010886242285367, "they": 0.13640346735239584}, "discussions": {"her - they": 0.1029113880607968, "her": 0.25903597823430097, "they": 0.15612459017350416}, "disgusted": {"her - they": 0.15225078332491554, "her": 0.2886542506773114, "they": 0.13640346735239584}, "disgusting": {"her - they": -0.007756171051226279, "her": 0.1781915393351357, "they": 0.185947710386362}, "disrespect": {"her - they": 0.10125739843848214, "her": 0.29334984049759827, "they": 0.19209244205911613}, "do": {"her - they": -0.12986396930927635, "her": 0.18769830706874713, "they": 0.3175622763780235}, "does": {"her - they": 0.11403949355410242, "her": 0.24928336911290938, "they": 0.13524387555880696}, "doesnt": {"her - they": 0.06338021943893271, "her": 0.23078016684482555, "they": 0.16739994740589284}, "dog": {"her - they": 0.14565841335712984, "her": 0.2625131343188226, "they": 0.11685472096169278}, "doing": {"her - they": -0.057290235087101016, "her": 0.19481035755682446, "they": 0.2521005926439255}, "done": {"her - they": 0.0873031060825207, "her": 0.22823780223015763, "they": 0.14093469614763693}, "dont": {"her - they": -0.040622467657019934, "her": 0.17915827918351107, "they": 0.219780746840531}, "door": {"her - they": 0.03876758781862083, "her": 0.18810025648872153, "they": 0.1493326686701007}, "doubt": {"her - they": 0.06407559189026957, "her": 0.20028391296948017, "they": 0.1362083210792106}, "down": {"her - they": -0.026342988525490107, "her": 0.19012218932771513, "they": 0.21646517785320524}, "drag": {"her - they": 0.038041705998336894, "her": 0.24010886242285367, "they": 0.20206715642451678}, "dragging": {"her - they": 0.10125739843848214, "her": 0.29334984049759827, "they": 0.19209244205911613}, "dress": {"her - they": 0.03825073144494215, "her": 0.22672547181678793, "they": 0.18847474037184578}, "driver": {"her - they": 0.1029113880607968, "her": 0.25903597823430097, "they": 0.15612459017350416}, "drop": {"her - they": 0.10406600957577164, "her": 0.23078016684482555, "they": 0.1267141572690539}, "dropped": {"her - they": 0.10252013486324865, "her": 0.2676957755738872, "they": 0.16517564071063853}, "drug": {"her - they": 0.03874581328014859, "her": 0.18994513195009063, "they": 0.15119931866994205}, "dude": {"her - they": 0.1525747079170729, "her": 0.28389076653882467, "they": 0.13131605862175177}, "dyed": {"her - they": 0.10200405575119037, "her": 0.2785659300028224, "they": 0.17656187425163206}, "early": {"her - they": 0.11421561644433165, "her": 0.23618230556413083, "they": 0.12196668911979919}, "east": {"her - they": 0.06444245495605988, "her": 0.18129717591775266, "they": 0.11685472096169278}, "eating": {"her - they": 0.054477819460624466, "her": 0.24764825536116353, "they": 0.19317043590053906}, "educate": {"her - they": 0.04171420471293258, "her": 0.25967337275292834, "they": 0.21795916803999577}, "effect": {"her - they": 0.10252013486324865, "her": 0.2676957755738872, "they": 0.16517564071063853}, "either": {"her - they": -0.018798840969549008, "her": 0.16138695319488647, "they": 0.18018579416443548}, "else": {"her - they": -0.052828932456971456, "her": 0.12877173625473656, "they": 0.18160066871170802}, "end": {"her - they": -0.0524236234248365, "her": 0.14932586688606003, "they": 0.20174949031089653}, "enemies": {"her - they": 0.004875924869788301, "her": 0.19590042639570676, "they": 0.19102450152591846}, "enjoy": {"her - they": 0.038673533518414877, "her": 0.19590042639570676, "they": 0.15722689287729189}, "enough": {"her - they": -0.037500837106851315, "her": 0.13559882961877973, "they": 0.17309966672563104}, "etc": {"her - they": -0.008554436615570121, "her": 0.18935037545617855, "they": 0.19790481207174868}, "europe": {"her - they": -0.02873609181725656, "her": 0.1378048062092565, "they": 0.16654089802651306}, "european": {"her - they": 0.07427522430064867, "her": 0.23718233673630357, "they": 0.1629071124356549}, "even": {"her - they": -0.09214023182774497, "her": 0.12912442860863504, "they": 0.22126466043638002}, "events": {"her - they": 0.03864674782648722, "her": 0.1980459529545264, "they": 0.15939920512803918}, "ever": {"her - they": 0.001939315240349293, "her": 0.20631956095437165, "they": 0.20438024571402236}, "every": {"her - they": -0.007518670541550948, "her": 0.22603914693383753, "they": 0.23355781747538848}, "everything": {"her - they": -0.0372040354454822, "her": 0.15605373903779488, "they": 0.19325777448327708}, "evidence": {"her - they": 0.03864674782648722, "her": 0.1980459529545264, "they": 0.15939920512803918}, "evil": {"her - they": 0.05474216873381099, "her": 0.23618230556413083, "they": 0.18144013683031984}, "example": {"her - they": 0.01998410595321065, "her": 0.1767024764079143, "they": 0.15671837045470366}, "except": {"her - they": 0.004876966623878987, "her": 0.18459130471124824, "they": 0.17971433808736925}, "expected": {"her - they": 0.10252013486324865, "her": 0.2676957755738872, "they": 0.16517564071063853}, "explain": {"her - they": 0.11341312346896842, "her": 0.25451243665424317, "they": 0.14109931318527474}, "eye": {"her - they": 0.06379641452605833, "her": 0.21322978380773233, "they": 0.149433369281674}, "eyes": {"her - they": 0.13732762185786432, "her": 0.2740258698413967, "they": 0.1366982479835324}, "face": {"her - they": 0.021921696312189265, "her": 0.21067919583408365, "they": 0.18875749952189438}, "facebook": {"her - they": 0.06420578026157092, "her": 0.19383953530687453, "they": 0.1296337550453036}, "fact": {"her - they": 0.029890635758503842, "her": 0.23253617041738542, "they": 0.20264553465888158}, "fair": {"her - they": 0.1038971666745479, "her": 0.23521322529629968, "they": 0.13131605862175177}, "fake": {"her - they": 0.05403551994401315, "her": 0.26543860509458234, "they": 0.2114030851505692}, "family": {"her - they": 0.073027747029549, "her": 0.25337295442385716, "they": 0.18034520739430815}, "far": {"her - they": 0.05410516370470034, "her": 0.21235223102392695, "they": 0.1582470673192266}, "fast": {"her - they": 0.004876919865262619, "her": 0.18129717591775266, "they": 0.17642025605249004}, "father": {"her - they": 0.0971872115780057, "her": 0.2735123946049315, "they": 0.1763251830269258}, "fault": {"her - they": 0.15375287382936997, "her": 0.26543860509458234, "they": 0.11168573126521235}, "favorite": {"her - they": 0.06416478076081164, "her": 0.19590042639570676, "they": 0.13173564563489512}, "fear": {"her - they": -0.01860810422946302, "her": 0.18291915638950512, "they": 0.20152726061896814}, "fed": {"her - they": 0.03858828242983772, "her": 0.20262326034384018, "they": 0.16403497791400246}, "federal": {"her - they": 0.06282421328873095, "her": 0.25180688919207256, "they": 0.1889826759033416}, "feel": {"her - they": -0.014894457205079148, "her": 0.17602290545828586, "they": 0.190917362663365}, "feet": {"her - they": 0.03876758781862083, "her": 0.18810025648872153, "they": 0.1493326686701007}, "females": {"her - they": 0.06397503486701966, "her": 0.2050743480522944, "they": 0.14109931318527474}, "few": {"her - they": 0.05117658601345154, "her": 0.25057947577164297, "they": 0.19940288975819143}, "fight": {"her - they": -0.04534266724058744, "her": 0.1408768564518783, "they": 0.18621952369246575}, "fighting": {"her - they": 0.004876841690801381, "her": 0.17972224677492976, "they": 0.17484540508412838}, "figured": {"her - they": 0.1038971666745479, "her": 0.23521322529629968, "they": 0.13131605862175177}, "filth": {"her - they": 0.1049553400131657, "her": 0.2050743480522944, "they": 0.10011900803912871}, "filthy": {"her - they": 0.038403260240898934, "her": 0.2162724336970454, "they": 0.17786917345614647}, "final": {"her - they": 0.1046897278777222, "her": 0.21322978380773233, "they": 0.10854005593001013}, "finally": {"her - they": 0.01983883660405389, "her": 0.20262326034384018, "they": 0.1827844237397863}, "find": {"her - they": -0.05354787609709935, "her": 0.1690517468095208, "they": 0.22259962290662014}, "first": {"her - they": 0.060334560610209254, "her": 0.24923070023106872, "they": 0.18889613962085947}, "flies": {"her - they": 0.10125739843848214, "her": 0.29334984049759827, "they": 0.19209244205911613}, "flipped": {"her - they": 0.06154083045178352, "her": 0.29334984049759827, "they": 0.23180901004581475}, "florida": {"her - they": 0.1051042174781523, "her": 0.20028391296948017, "they": 0.09517969549132788}, "follow": {"her - they": 0.06979906540047498, "her": 0.23618230556413083, "they": 0.16638324016365585}, "food": {"her - they": -0.037188342534318075, "her": 0.1570816242423745, "they": 0.1942699667766926}, "for": {"her - they": -0.004845466324917003, "her": 0.26073371333590584, "they": 0.26557917966082284}, "forced": {"her - they": -0.0076700474989407075, "her": 0.19590042639570676, "they": 0.20357047389464747}, "forest": {"her - they": 0.1038971666745479, "her": 0.23521322529629968, "they": 0.13131605862175177}, "forum": {"her - they": 0.03938808625465419, "her": 0.11648705359951987, "they": 0.07709896734486568}, "fought": {"her - they": 0.038041705998336894, "her": 0.24010886242285367, "they": 0.20206715642451678}, "found": {"her - they": 0.14215509781407104, "her": 0.2979888158187876, "they": 0.15583371800471657}, "fourth": {"her - they": 0.10252013486324865, "her": 0.2676957755738872, "they": 0.16517564071063853}, "free": {"her - they": 0.045553489933095354, "her": 0.19875041437795102, "they": 0.15319692444485566}, "friend": {"her - they": 0.0869081021456945, "her": 0.24016409929841148, "they": 0.15325599715271698}, "friends": {"her - they": 0.04729617426149546, "her": 0.22846959644403775, "they": 0.1811734221825423}, "from": {"her - they": 0.03878465503270015, "her": 0.26174892499142866, "they": 0.2229642699587285}, "front": {"her - they": 0.08700111948193168, "her": 0.25433204072267984, "they": 0.16733092124074816}, "fun": {"her - they": 0.019891523089393875, "her": 0.19383953530687453, "they": 0.17394801221748066}, "future": {"her - they": -0.01886829443290261, "her": 0.1530750075925761, "they": 0.17194330202547872}, "fyromanians": {"her - they": 0.09993958525924393, "her": 0.31726731633360494, "they": 0.217327731074361}, "g": {"her - they": 0.06372737469143619, "her": 0.2162724336970454, "they": 0.15254505900560922}, "gang": {"her - they": 0.11884041543247978, "her": 0.2853585279221445, "they": 0.16651811248966472}, "garbage": {"her - they": 0.019823501240063546, "her": 0.2050743480522944, "they": 0.18525084681223086}, "gave": {"her - they": 0.08590376140567352, "her": 0.26734389823599336, "they": 0.18144013683031984}, "general": {"her - they": 0.10447456852852409, "her": 0.2195145574429774, "they": 0.11503998891445331}, "generation": {"her - they": 0.1038971666745479, "her": 0.23521322529629968, "they": 0.13131605862175177}, "german": {"her - they": 0.07068732120940477, "her": 0.200827680523848, "they": 0.13014035931444323}, "get": {"her - they": -0.03455064654922341, "her": 0.23800034147496202, "they": 0.2725509880241854}, "gets": {"her - they": 0.004872520531055663, "her": 0.159193982916155, "they": 0.15432146238509933}, "getting": {"her - they": 0.022019232690900142, "her": 0.19646749894264, "they": 0.17444826625173987}, "girl": {"her - they": 0.20328369203948887, "her": 0.34921831378297913, "they": 0.14593462174349026}, "girls": {"her - they": 0.023240291666077384, "her": 0.2299190136473802, "they": 0.20667872198130283}, "give": {"her - they": 0.0019699814854318154, "her": 0.23129964745119824, "they": 0.22932966596576643}, "given": {"her - they": -0.02806891633508521, "her": 0.1918564453192716, "they": 0.2199253616543568}, "giving": {"her - they": 0.10545911581688802, "her": 0.18810025648872153, "they": 0.08264114067183351}, "go": {"her - they": -0.02422615041455259, "her": 0.2250871852705677, "they": 0.2493133356851203}, "god": {"her - they": -0.07178598500772827, "her": 0.12440464866715333, "they": 0.1961906336748816}, "gods": {"her - they": 0.06416478076081164, "her": 0.19590042639570676, "they": 0.13173564563489512}, "goes": {"her - they": 0.03164624759439999, "her": 0.20554207512058953, "they": 0.17389582752618954}, "going": {"her - they": -0.04741961859689697, "her": 0.1668225483905066, "they": 0.21424216698740356}, "gone": {"her - they": 0.038980691833622544, "her": 0.1685235064731637, "they": 0.12954281463954115}, "gonna": {"her - they": 0.06412146392119353, "her": 0.1980459529545264, "they": 0.13392448903333287}, "good": {"her - they": 0.00933770328133296, "her": 0.2131306202263434, "they": 0.20379291694501045}, "gorgeous": {"her - they": 0.06261856249372189, "her": 0.25903597823430097, "they": 0.19641741574057908}, "got": {"her - they": 0.06993728896538753, "her": 0.23762645418687986, "they": 0.16768916522149233}, "grand": {"her - they": 0.11194574883932162, "her": 0.28389076653882467, "they": 0.17194501769950304}, "granddaughter": {"her - they": 0.10125739843848214, "her": 0.29334984049759827, "they": 0.19209244205911613}, "great": {"her - they": -0.021135671713762294, "her": 0.13526203634511097, "they": 0.15639770805887326}, "groid": {"her - they": 0.11317155179347752, "her": 0.25967337275292834, "they": 0.14650182095945083}, "groids": {"her - they": 0.037951744988860864, "her": 0.2455838165117697, "they": 0.20763207152290883}, "group": {"her - they": -0.07734709404710272, "her": 0.12262250685819279, "they": 0.1999696009052955}, "grow": {"her - they": 0.03872294691680597, "her": 0.1918564453192716, "they": 0.15313349840246562}, "growing": {"her - they": 0.06386028984940978, "her": 0.2103621108088606, "they": 0.14650182095945083}, "guess": {"her - they": -0.03748060662732028, "her": 0.1370605513380158, "they": 0.1745411579653361}, "guidance": {"her - they": 0.10125739843848214, "her": 0.29334984049759827, "they": 0.19209244205911613}, "gun": {"her - they": -0.028477519090511882, "her": 0.1602799804313825, "they": 0.18875749952189438}, "guy": {"her - they": 0.10691513041679807, "her": 0.2510108546879141, "they": 0.14409572427111605}, "guys": {"her - they": -0.007872171009535023, "her": 0.1530750075925761, "they": 0.16094717860211114}, "had": {"her - they": 0.024947138302953586, "her": 0.2621722154056136, "they": 0.23722507710266}, "hair": {"her - they": 0.0882475719758431, "her": 0.25397824083914305, "they": 0.16573066886329996}, "half": {"her - they": 0.03180097473745233, "her": 0.1901003888694547, "they": 0.15829941413200238}, "hall": {"her - they": 0.10406600957577164, "her": 0.23078016684482555, "they": 0.1267141572690539}, "halloween": {"her - they": 0.10478487230690985, "her": 0.2103621108088606, "they": 0.10557723850195076}, "hand": {"her - they": -0.05203514239064336, "her": 0.1672697443381548, "they": 0.21930488672879817}, "handed": {"her - they": 0.06299529941421969, "her": 0.2455838165117697, "they": 0.18258851709755}, "handled": {"her - they": 0.09993958525924393, "her": 0.31726731633360494, "they": 0.217327731074361}, "hands": {"her - they": 0.10923890241790027, "her": 0.2856591584703903, "they": 0.17642025605249004}, "hang": {"her - they": 0.038673533518414877, "her": 0.19590042639570676, "they": 0.15722689287729189}, "happen": {"her - they": -0.018690431153703474, "her": 0.17384006521682, "they": 0.19253049637052347}, "happened": {"her - they": 0.02001136005140841, "her": 0.17111842586078274, "they": 0.15110706580937433}, "happy": {"her - they": 0.020064768911273706, "her": 0.159193982916155, "they": 0.1391292140048813}, "hard": {"her - they": -0.007918967550993333, "her": 0.1424736799017334, "they": 0.15039264745272674}, "hardly": {"her - they": 0.06357041272376826, "her": 0.22298631965198298, "they": 0.15941590692821472}, "harsh": {"her - they": 0.1029113880607968, "her": 0.25903597823430097, "they": 0.15612459017350416}, "has": {"her - they": 0.07703225838227093, "her": 0.23121715565515955, "they": 0.15418489727288862}, "hated": {"her - they": 0.11194574883932162, "her": 0.28389076653882467, "they": 0.17194501769950304}, "hates": {"her - they": 0.1038971666745479, "her": 0.23521322529629968, "they": 0.13131605862175177}, "haunted": {"her - they": 0.10200405575119037, "her": 0.2785659300028224, "they": 0.17656187425163206}, "have": {"her - they": -0.12977293159035314, "her": 0.19607567587234426, "they": 0.3258486074626974}, "he": {"her - they": 0.06557568516420781, "her": 0.21696500443582045, "they": 0.15138931927161264}, "head": {"her - they": 0.05525118625665326, "her": 0.21176486471811704, "they": 0.15651367846146377}, "heads": {"her - they": 0.11352281147504953, "her": 0.2521191825483822, "they": 0.1385963710733327}, "hear": {"her - they": 0.11728053045550843, "her": 0.2660832917687189, "they": 0.1488027613132105}, "heard": {"her - they": 0.06016711664816296, "her": 0.2481821403575021, "they": 0.18801502370933915}, "hearing": {"her - they": 0.03830637272902987, "her": 0.22298631965198298, "they": 0.18467994692295311}, "hell": {"her - they": 0.03498616940298854, "her": 0.2400062043679588, "they": 0.20502003496497026}, "help": {"her - they": 0.05398960360054192, "her": 0.21834845643920953, "they": 0.1643588528386676}, "helps": {"her - they": 0.10322453652827396, "her": 0.25180688919207256, "they": 0.1485823526637986}, "her": {"her - they": 0.49224604481921275, "her": 0.6410983341501928, "they": 0.14885228933098005}, "here": {"her - they": 0.013827483551898445, "her": 0.2106835185083204, "they": 0.19685603495642195}, "heritage": {"her - they": 0.1550961207785787, "her": 0.2415992351026171, "they": 0.0865031143240384}, "high": {"her - they": -0.01905320212393502, "her": 0.1294214071077621, "they": 0.1484746092316971}, "him": {"her - they": 0.07452009851218733, "her": 0.2516747534271817, "they": 0.17715465491499438}, "his": {"her - they": 0.06484785540493715, "her": 0.24607875080776803, "they": 0.18123089540283088}, "hispanic": {"her - they": 0.03864674782648722, "her": 0.1980459529545264, "they": 0.15939920512803918}, "history": {"her - they": -0.0018227110671705238, "her": 0.19904435523582753, "they": 0.20086706630299805}, "hit": {"her - they": 0.11421561644433165, "her": 0.23618230556413083, "they": 0.12196668911979919}, "holocaust": {"her - they": 0.10572268691427848, "her": 0.1781915393351357, "they": 0.07246885242085722}, "home": {"her - they": 0.08367285259133472, "her": 0.2968455606486357, "they": 0.21317270805730099}, "honourable": {"her - they": 0.09993958525924393, "her": 0.31726731633360494, "they": 0.217327731074361}, "hook": {"her - they": 0.10370539507045784, "her": 0.24010886242285367, "they": 0.13640346735239584}, "hoola": {"her - they": 0.09993958525924393, "her": 0.31726731633360494, "they": 0.217327731074361}, "hoops": {"her - they": 0.10200405575119037, "her": 0.2785659300028224, "they": 0.17656187425163206}, "hop": {"her - they": 0.10447456852852409, "her": 0.2195145574429774, "they": 0.11503998891445331}, "hope": {"her - they": 0.0019301159681929525, "her": 0.1996448357761226, "they": 0.19771471980792965}, "hopefully": {"her - they": 0.0048765112880038985, "her": 0.1918564453192716, "they": 0.1869799340312677}, "house": {"her - they": 0.08239440097137812, "her": 0.268246258692297, "they": 0.1858518577209189}, "how": {"her - they": -0.0617139180716382, "her": 0.21053015248402937, "they": 0.27224407055566757}, "html": {"her - they": 0.0390993477778806, "her": 0.15605373903779488, "they": 0.11695439125991428}, "http": {"her - they": 0.06771707351946057, "her": 0.19589374198914658, "they": 0.128176668469686}, "https": {"her - they": 0.06537176191020841, "her": 0.10992202103840433, "they": 0.04455025912819592}, "huge": {"her - they": -0.007717099301542241, "her": 0.18631706488792216, "they": 0.1940341641894644}, "huh": {"her - they": 0.1029113880607968, "her": 0.25903597823430097, "they": 0.15612459017350416}, "hundreds": {"her - they": 0.019968770873539154, "her": 0.17972224677492976, "they": 0.1597534759013906}, "hunting": {"her - they": 0.06314127510618878, "her": 0.24010886242285367, "they": 0.1769675873166649}, "i": {"her - they": 0.03830441739943247, "her": 0.30629290307501067, "they": 0.2679884856755782}, "idiot": {"her - they": 0.06348023737935224, "her": 0.22672547181678793, "they": 0.1632452344374357}, "if": {"her - they": -0.06396771240619387, "her": 0.23175704804066521, "they": 0.2957247604468591}, "ignorant": {"her - they": 0.1043517962269488, "her": 0.22298631965198298, "they": 0.11863452342503418}, "im": {"her - they": -0.06640237249120726, "her": 0.10222998750233273, "they": 0.16863235999353998}, "immigrant": {"her - they": 0.1828697456996451, "her": 0.31418580432139687, "they": 0.13131605862175177}, "in": {"her - they": 0.022311306779053186, "her": 0.3299084329061708, "they": 0.3075971261271176}, "indeed": {"her - they": -0.01862301539358177, "her": 0.18129717591775266, "they": 0.19992019131133443}, "index": {"her - they": 0.01983883660405389, "her": 0.20262326034384018, "they": 0.1827844237397863}, "india": {"her - they": 0.06348023737935224, "her": 0.22672547181678793, "they": 0.1632452344374357}, "information": {"her - they": 0.0200293111211296, "her": 0.1672697443381548, "they": 0.1472404332170252}, "ing": {"her - they": 0.038403260240898934, "her": 0.2162724336970454, "they": 0.17786917345614647}, "inside": {"her - they": 0.019823501240063546, "her": 0.2050743480522944, "they": 0.18525084681223086}, "instead": {"her - they": 0.0422830771636509, "her": 0.2282307875500129, "they": 0.185947710386362}, "into": {"her - they": 0.014932547550021158, "her": 0.23705285772036722, "they": 0.22212031017034606}, "introduce": {"her - they": 0.10322453652827396, "her": 0.25180688919207256, "they": 0.1485823526637986}, "iowa": {"her - they": 0.10252013486324865, "her": 0.2676957755738872, "they": 0.16517564071063853}, "ireland": {"her - they": -0.03676503449032603, "her": 0.15273432287784142, "they": 0.18949935736816745}, "is": {"her - they": 0.06010119266443231, "her": 0.31161784972793793, "they": 0.2515166570635056}, "israel": {"her - they": 0.019960606858439978, "her": 0.18129717591775266, "they": 0.16133656905931268}, "it": {"her - they": -0.022501287755270882, "her": 0.26994604342748124, "they": 0.2924473311827521}, "its": {"her - they": -0.054967229900084846, "her": 0.12709797645810922, "they": 0.18206520635819406}, "ive": {"her - they": 0.11390397950644968, "her": 0.2435377345517533, "they": 0.1296337550453036}, "jew": {"her - they": 0.06641118100347554, "her": 0.2492978872382437, "they": 0.18288670623476816}, "jewish": {"her - they": 0.020136730209891512, "her": 0.14009406646378456, "they": 0.11995733625389304}, "jews": {"her - they": -0.050289798233502825, "her": 0.15357164140154464, "they": 0.20386143963504746}, "job": {"her - they": -0.007844575398272768, "her": 0.159193982916155, "they": 0.16703855831442777}, "join": {"her - they": 0.1062906028181812, "her": 0.1530750075925761, "they": 0.04678440477439491}, "jump": {"her - they": 0.019727542837541384, "her": 0.2195145574429774, "they": 0.19978701460543602}, "jumped": {"her - they": 0.1038971666745479, "her": 0.23521322529629968, "they": 0.13131605862175177}, "jury": {"her - they": 0.1029113880607968, "her": 0.25903597823430097, "they": 0.15612459017350416}, "just": {"her - they": -0.050610403486978484, "her": 0.22368697088452683, "they": 0.2742973743715053}, "keeps": {"her - they": 0.06338021943893271, "her": 0.23078016684482555, "they": 0.16739994740589284}, "kick": {"her - they": 0.054425574676722904, "her": 0.24983446741109566, "they": 0.19540889273437276}, "kid": {"her - they": 0.05378953597841776, "her": 0.22823780223015763, "they": 0.17444826625173987}, "kids": {"her - they": 0.0008074923351958918, "her": 0.2585244666628088, "they": 0.2577169743276129}, "kill": {"her - they": -0.03692199752642872, "her": 0.17384006521682, "they": 0.2107620627432487}, "killed": {"her - they": 0.14353533767070076, "her": 0.2946424034800751, "they": 0.15110706580937433}, "killing": {"her - they": 0.01994316259234355, "her": 0.18459130471124824, "they": 0.1646481421189047}, "kind": {"her - they": 0.05540488304028243, "her": 0.2036098445533565, "they": 0.14820496151307408}, "kinda": {"her - they": 0.01967603031398127, "her": 0.22672547181678793, "they": 0.20704944150280666}, "kiss": {"her - they": 0.11217535291707323, "her": 0.27957530032296607, "they": 0.16739994740589284}, "knife": {"her - they": 0.06365237212105318, "her": 0.2195145574429774, "they": 0.15586218532192422}, "know": {"her - they": -0.0716858176874211, "her": 0.17928041130360162, "they": 0.2509662289910227}, "knows": {"her - they": 0.019991319452462963, "her": 0.17525270382614078, "they": 0.1552613843736778}, "lady": {"her - they": 0.18603198420551398, "her": 0.27457534189612576, "they": 0.08854335769061178}, "large": {"her - they": 0.004876928057602314, "her": 0.18631706488792216, "they": 0.18144013683031984}, "last": {"her - they": 0.0836216283324748, "her": 0.2330251267288323, "they": 0.1494034983963575}, "lately": {"her - they": 0.10370539507045784, "her": 0.24010886242285367, "they": 0.13640346735239584}, "later": {"her - they": 0.0424551113962085, "her": 0.2175323552082105, "they": 0.175077243812002}, "laugh": {"her - they": 0.08609287826633258, "her": 0.2625131343188226, "they": 0.17642025605249004}, "laughing": {"her - they": 0.06365237212105318, "her": 0.2195145574429774, "they": 0.15586218532192422}, "lay": {"her - they": 0.06314127510618878, "her": 0.24010886242285367, "they": 0.1769675873166649}, "learn": {"her - they": -0.0763502406389508, "her": 0.15605373903779488, "they": 0.23240397967674567}, "least": {"her - they": -0.07682318520342749, "her": 0.1408768564518783, "they": 0.2177000416553058}, "leave": {"her - they": -0.020399731677431532, "her": 0.20961397769662113, "they": 0.23001370937405266}, "leaves": {"her - they": 0.1046897278777222, "her": 0.21322978380773233, "they": 0.10854005593001013}, "left": {"her - they": -0.03625582750004663, "her": 0.18434703727119248, "they": 0.2206028647712391}, "lesbian": {"her - they": 0.1029113880607968, "her": 0.25903597823430097, "they": 0.15612459017350416}, "less": {"her - they": -0.0368745294579543, "her": 0.1767024764079143, "they": 0.2135770058658686}, "let": {"her - they": 0.08182935482629422, "her": 0.270110873787646, "they": 0.18828151896135176}, "lets": {"her - they": 0.038926061825686226, "her": 0.17384006521682, "they": 0.13491400339113377}, "liberals": {"her - they": -0.018702679523878635, "her": 0.17246258025848923, "they": 0.19116525978236787}, "lie": {"her - they": 0.08832497219353419, "her": 0.24555186507082608, "they": 0.15722689287729189}, "life": {"her - they": 0.08758086737963813, "her": 0.23803162919529036, "they": 0.15045076181565223}, "light": {"her - they": -0.01886829443290261, "her": 0.1530750075925761, "they": 0.17194330202547872}, "like": {"her - they": -0.027966895388438606, "her": 0.24850483576025156, "they": 0.27647173114869017}, "likely": {"her - they": 0.01986673488492474, "her": 0.1980459529545264, "they": 0.17817921806960166}, "line": {"her - they": 0.07045939019164218, "her": 0.21067919583408365, "they": 0.14021980564244146}, "lines": {"her - they": 0.06357041272376826, "her": 0.22298631965198298, "they": 0.15941590692821472}, "link": {"her - they": 0.0650652652912549, "her": 0.14009406646378456, "they": 0.07502880117252965}, "literally": {"her - they": 0.019727542837541384, "her": 0.2195145574429774, "they": 0.19978701460543602}, "little": {"her - they": 0.05153885667747149, "her": 0.26334314235019407, "they": 0.21180428567272258}, "live": {"her - they": -0.03194606449819462, "her": 0.14059913202699517, "they": 0.1725451965251898}, "lived": {"her - they": 0.18705361080357108, "her": 0.2595224632244283, "they": 0.07246885242085722}, "lives": {"her - they": 0.004876928057602314, "her": 0.18631706488792216, "they": 0.18144013683031984}, "ll": {"her - they": -0.05034299307598952, "her": 0.1762150958889765, "they": 0.22655808896496601}, "local": {"her - they": -0.00783458121167635, "her": 0.16138695319488647, "they": 0.16922153440656282}, "long": {"her - they": -0.09704360285326245, "her": 0.11088957055058828, "they": 0.20793317340385073}, "longer": {"her - they": 0.004875517053987338, "her": 0.1980459529545264, "they": 0.19317043590053906}, "look": {"her - they": -0.08604182242521985, "her": 0.1365578004814003, "they": 0.22259962290662014}, "looked": {"her - they": 0.08896606038361812, "her": 0.22677288869459386, "they": 0.13780682831097574}, "looking": {"her - they": -0.0019739297187780225, "her": 0.14416085932081768, "they": 0.1461347890395957}, "looks": {"her - they": 0.030086935914587498, "her": 0.21494389957463655, "they": 0.18485696366004906}, "lot": {"her - they": 0.04296035651000199, "her": 0.1810103778835904, "they": 0.1380500213735884}, "lots": {"her - they": 0.0390993477778806, "her": 0.15605373903779488, "they": 0.11695439125991428}, "love": {"her - they": 0.07304672805560786, "her": 0.25277369968762603, "they": 0.17972697163201817}, "loving": {"her - they": 0.06261856249372189, "her": 0.25903597823430097, "they": 0.19641741574057908}, "m": {"her - they": 0.0150562960170679, "her": 0.1525141957535644, "they": 0.1374578997364965}, "maggie": {"her - they": 0.09993958525924393, "her": 0.31726731633360494, "they": 0.217327731074361}, "mail": {"her - they": 0.004876842657243058, "her": 0.18810025648872153, "they": 0.18322341383147847}, "main": {"her - they": 0.01985321511113705, "her": 0.20028391296948017, "they": 0.18043069785834312}, "make": {"her - they": -0.015690667803772207, "her": 0.21369429752243785, "they": 0.22938496532621006}, "makes": {"her - they": -0.031161113312893784, "her": 0.19646749894264, "they": 0.2276286122555338}, "makeup": {"her - they": 0.1029113880607968, "her": 0.25903597823430097, "they": 0.15612459017350416}, "making": {"her - they": 0.042352903460713215, "her": 0.22396975351248252, "they": 0.1816168500517693}, "male": {"her - they": 0.05516158246408248, "her": 0.21633023336294233, "they": 0.16116865089885984}, "mall": {"her - they": 0.1123811994694813, "her": 0.275626433906917, "they": 0.1632452344374357}, "man": {"her - they": 0.07370987638610588, "her": 0.23050207383107726, "they": 0.1567921974449714}, "many": {"her - they": -0.08647635121653384, "her": 0.12321223559913787, "they": 0.2096885868156717}, "map": {"her - they": 0.10421644594814078, "her": 0.22672547181678793, "they": 0.12250902586864715}, "may": {"her - they": 0.023385080821996806, "her": 0.21235223102392695, "they": 0.18896715020193014}, "maybe": {"her - they": -0.1056147150775309, "her": 0.10618957059519168, "they": 0.21180428567272258}, "me": {"her - they": 0.06211990046754459, "her": 0.24682478178372735, "they": 0.18470488131618276}, "means": {"her - they": 0.02001136005140841, "her": 0.17111842586078274, "they": 0.15110706580937433}, "media": {"her - they": -0.059099542667789495, "her": 0.14932586688606003, "they": 0.20842540955384953}, "meet": {"her - they": -0.007951693492837447, "her": 0.1348809093452262, "they": 0.14283260283806365}, "memories": {"her - they": 0.10348431750294121, "her": 0.2455838165117697, "they": 0.14209949900882848}, "men": {"her - they": -0.06563698909052407, "her": 0.13632530287405178, "they": 0.20196229196457585}, "mention": {"her - they": 0.0198794800147499, "her": 0.19590042639570676, "they": 0.17602094638095686}, "mess": {"her - they": 0.06386028984940978, "her": 0.2103621108088606, "they": 0.14650182095945083}, "message": {"her - they": 0.06497025467603659, "her": 0.1475372455416844, "they": 0.08256699086564781}, "met": {"her - they": 0.11932801662644657, "her": 0.27655490950373846, "they": 0.15722689287729189}, "middle": {"her - they": 0.064316817121415, "her": 0.18810025648872153, "they": 0.12378343936730653}, "mind": {"her - they": 0.04241611842868978, "her": 0.22001774020586887, "they": 0.1776016217771791}, "mine": {"her - they": 0.013195882828725247, "her": 0.22677288869459386, "they": 0.2135770058658686}, "mins": {"her - they": 0.10200405575119037, "her": 0.2785659300028224, "they": 0.17656187425163206}, "miss": {"her - they": 0.03858828242983772, "her": 0.20262326034384018, "they": 0.16403497791400246}, "misunderstood": {"her - they": 0.06202577768673123, "her": 0.2785659300028224, "they": 0.2165401523160912}, "mixed": {"her - they": -0.052166055888577034, "her": 0.16138695319488647, "they": 0.2135530090834635}, "mom": {"her - they": 0.141296487277406, "her": 0.31317325495750215, "they": 0.17187676768009613}, "monday": {"her - they": 0.10421644594814078, "her": 0.22672547181678793, "they": 0.12250902586864715}, "money": {"her - they": -0.07160466745752286, "her": 0.13141239688006118, "they": 0.20301706433758404}, "mongol": {"her - they": 0.10200405575119037, "her": 0.2785659300028224, "they": 0.17656187425163206}, "monkey": {"her - they": 0.06357041272376826, "her": 0.22298631965198298, "they": 0.15941590692821472}, "montessori": {"her - they": 0.09993958525924393, "her": 0.31726731633360494, "they": 0.217327731074361}, "month": {"her - they": 0.10159829173627416, "her": 0.2527053575456485, "they": 0.15110706580937433}, "months": {"her - they": 0.11453690296977942, "her": 0.2282307875500129, "they": 0.11369388458023347}, "moore": {"her - they": 0.10406600957577164, "her": 0.23078016684482555, "they": 0.1267141572690539}, "more": {"her - they": -0.040042335945628976, "her": 0.20538609764323418, "they": 0.24542843358886315}, "morning": {"her - they": 0.14254144925950382, "her": 0.29567494766196945, "they": 0.15313349840246562}, "most": {"her - they": -0.1062014674493266, "her": 0.08909195308921883, "they": 0.19529342053854543}, "mother": {"her - they": 0.14606641897597208, "her": 0.308973531411627, "they": 0.1629071124356549}, "move": {"her - they": -0.03727757220142683, "her": 0.15117048540389266, "they": 0.1884480576053195}, "moved": {"her - they": 0.15614006136342906, "her": 0.22001774020586887, "they": 0.06387767884243979}, "movie": {"her - they": 0.03874581328014859, "her": 0.18994513195009063, "they": 0.15119931866994205}, "movies": {"her - they": 0.03878835712378559, "her": 0.18631706488792216, "they": 0.14752870776413657}, "ms": {"her - they": 0.062362423658144844, "her": 0.2676957755738872, "they": 0.20533335191574234}, "msm": {"her - they": 0.06261856249372189, "her": 0.25903597823430097, "they": 0.19641741574057908}, "much": {"her - they": -0.1432168371068082, "her": 0.08944401357975507, "they": 0.23266085068656325}, "mumsy": {"her - they": 0.09993958525924393, "her": 0.31726731633360494, "they": 0.217327731074361}, "muppet": {"her - they": 0.09993958525924393, "her": 0.31726731633360494, "they": 0.217327731074361}, "murder": {"her - they": 0.12082437745164581, "her": 0.24665019471377797, "they": 0.12582581726213216}, "murdered": {"her - they": 0.1186998267970995, "her": 0.2878270517425951, "they": 0.1691272249454956}, "murders": {"her - they": 0.1828697456996451, "her": 0.31418580432139687, "they": 0.13131605862175177}, "must": {"her - they": -0.03143412910371235, "her": 0.1784661934227515, "they": 0.20990032252646385}, "my": {"her - they": 0.06763334972751511, "her": 0.27342349836240976, "they": 0.20579014863489464}, "n": {"her - they": -0.03904708719653327, "her": 0.25323821799187424, "they": 0.2922853051884075}, "name": {"her - they": 0.10236451667691757, "her": 0.293879079302429, "they": 0.19151456262551145}, "names": {"her - they": 0.019770486218179867, "her": 0.21322978380773233, "they": 0.19345929758955246}, "nationalist": {"her - they": -0.03760186806261612, "her": 0.12812880080068384, "they": 0.16573066886329996}, "nazi": {"her - they": 0.0198070935936685, "her": 0.2076492392768177, "they": 0.1878421456831492}, "nearest": {"her - they": 0.10322453652827396, "her": 0.25180688919207256, "they": 0.1485823526637986}, "need": {"her - they": -0.044204665242510655, "her": 0.16588893737861216, "they": 0.2100936026211228}, "needed": {"her - they": 0.019727542837541384, "her": 0.2195145574429774, "they": 0.19978701460543602}, "negro": {"her - they": 0.08270090445456871, "her": 0.2600505665859994, "they": 0.1773496621314307}, "negroid": {"her - they": 0.10406600957577164, "her": 0.23078016684482555, "they": 0.1267141572690539}, "neighbors": {"her - they": 0.06326820759679663, "her": 0.23521322529629968, "they": 0.17194501769950304}, "network": {"her - they": 0.10447456852852409, "her": 0.2195145574429774, "they": 0.11503998891445331}, "never": {"her - they": -0.00991106999483704, "her": 0.2060715921398765, "they": 0.21598266213471354}, "new": {"her - they": -0.013970210093138896, "her": 0.14402642624973264, "they": 0.15799663634287153}, "news": {"her - they": -0.07268628417222134, "her": 0.0846726822356001, "they": 0.15735896640782143}, "news4jax": {"her - they": 0.10252013486324865, "her": 0.2676957755738872, "they": 0.16517564071063853}, "next": {"her - they": 0.06007821015194589, "her": 0.25159277277745734, "they": 0.19151456262551145}, "nig": {"her - they": 0.10322453652827396, "her": 0.25180688919207256, "they": 0.1485823526637986}, "nigeria": {"her - they": 0.06338021943893271, "her": 0.23078016684482555, "they": 0.16739994740589284}, "nigerian": {"her - they": 0.06299529941421969, "her": 0.2455838165117697, "they": 0.18258851709755}, "night": {"her - they": 0.07446063488859353, "her": 0.23077827665617723, "they": 0.1563176417675837}, "niglet": {"her - they": 0.1029113880607968, "her": 0.25903597823430097, "they": 0.15612459017350416}, "no": {"her - they": -0.030283342104054617, "her": 0.22485833064870323, "they": 0.25514167275275784}, "non": {"her - they": -0.06233278330478281, "her": 0.1475359625240293, "they": 0.20986874582881213}, "nonwhites": {"her - they": 0.06357041272376826, "her": 0.22298631965198298, "they": 0.15941590692821472}, "nor": {"her - they": 0.10478487230690985, "her": 0.2103621108088606, "they": 0.10557723850195076}, "nordic": {"her - they": 0.06463996348615773, "her": 0.16980591980574955, "they": 0.10516595631959182}, "nose": {"her - they": 0.11256750428635115, "her": 0.2719834112145659, "they": 0.15941590692821472}, "not": {"her - they": -0.06422879284361085, "her": 0.20922920800211278, "they": 0.27345800084572364}, "nothing": {"her - they": 0.04116893993086643, "her": 0.2187591471587523, "they": 0.17759020722788588}, "now": {"her - they": -0.0354402974800308, "her": 0.17780702817436278, "they": 0.21324732565439358}, "obviously": {"her - they": 0.06372737469143619, "her": 0.2162724336970454, "they": 0.15254505900560922}, "of": {"her - they": -0.04113031512468052, "her": 0.2797689633191215, "they": 0.320899278443802}, "off": {"her - they": 0.020467492413750343, "her": 0.2761532338649392, "they": 0.25568574145118883}, "officer": {"her - they": 0.10322453652827396, "her": 0.25180688919207256, "they": 0.1485823526637986}, "officers": {"her - they": 0.10370539507045784, "her": 0.24010886242285367, "they": 0.13640346735239584}, "often": {"her - they": -0.0076700474989407075, "her": 0.19590042639570676, "they": 0.20357047389464747}, "old": {"her - they": 0.16878601183053163, "her": 0.31431348862731057, "they": 0.14552747679677894}, "on": {"her - they": 0.005854687091544186, "her": 0.2829926729921817, "they": 0.27713798590063754}, "once": {"her - they": -0.04551154202179239, "her": 0.13074157538948483, "they": 0.17625311741127722}, "one": {"her - they": -0.024414170117440015, "her": 0.21342609751940161, "they": 0.23784026763684163}, "ones": {"her - they": -0.05886167328426989, "her": 0.159193982916155, "they": 0.21805565620042489}, "online": {"her - they": 0.0424551113962085, "her": 0.2175323552082105, "they": 0.175077243812002}, "only": {"her - they": -0.06029452850901529, "her": 0.18833347995582297, "they": 0.24862800846483826}, "op": {"her - they": 0.10322453652827396, "her": 0.25180688919207256, "they": 0.1485823526637986}, "open": {"her - they": 0.042662665951245377, "her": 0.2036098445533565, "they": 0.16094717860211114}, "or": {"her - they": -0.04761211608666205, "her": 0.21614855418880163, "they": 0.2637606702754637}, "other": {"her - they": 0.016842764119999964, "her": 0.2300482855965483, "they": 0.21320552147654834}, "others": {"her - they": 0.021964901432313083, "her": 0.20456784303487557, "they": 0.1826029416025625}, "our": {"her - they": -0.10085590385784685, "her": 0.13891563327861722, "they": 0.23977153713646407}, "out": {"her - they": -0.006666544639371441, "her": 0.25767761502311826, "they": 0.2643441596624897}, "outside": {"her - they": 0.1145940551246438, "her": 0.22677288869459386, "they": 0.11217883356995006}, "over": {"her - they": -0.0442682700826412, "her": 0.16256999704459238, "they": 0.20683826712723358}, "own": {"her - they": 0.04079974875791445, "her": 0.28130219491315106, "they": 0.2405024461552366}, "pack": {"her - they": 0.10406600957577164, "her": 0.23078016684482555, "they": 0.1267141572690539}, "page": {"her - they": 0.06471956142600321, "her": 0.1648429134052697, "they": 0.10012335197926647}, "pain": {"her - they": 0.10322453652827396, "her": 0.25180688919207256, "they": 0.1485823526637986}, "parents": {"her - they": 0.029911210353179174, "her": 0.23077827665617723, "they": 0.20086706630299805}, "park": {"her - they": 0.10370539507045784, "her": 0.24010886242285367, "they": 0.13640346735239584}, "part": {"her - they": -0.007985537684794985, "her": 0.12686254690071896, "they": 0.13484808458551395}, "past": {"her - they": -0.044759648714377126, "her": 0.17246258025848923, "they": 0.21722222897286636}, "people": {"her - they": -0.08429953699850098, "her": 0.1914249348771838, "they": 0.2757244718756848}, "person": {"her - they": 0.08859610976329824, "her": 0.2444298277680148, "they": 0.15583371800471657}, "pics": {"her - they": 0.087687195233074, "her": 0.2624710872651443, "they": 0.1747838920320703}, "picture": {"her - they": 0.004871318698126154, "her": 0.15605373903779488, "they": 0.15118242033966872}, "pictures": {"her - they": 0.06477295917957179, "her": 0.16138695319488647, "they": 0.09661399401531467}, "piece": {"her - they": 0.06391965104908798, "her": 0.2076492392768177, "they": 0.14372958822772972}, "pierce": {"her - they": 0.10517196086506941, "her": 0.1980459529545264, "they": 0.09287399208945699}, "place": {"her - they": 0.0005567173305877082, "her": 0.19875041437795102, "they": 0.1981936970473633}, "play": {"her - they": 0.08886978113011734, "her": 0.2297292254869498, "they": 0.14085944435683245}, "playing": {"her - they": 0.041981391176178606, "her": 0.24555186507082608, "they": 0.20357047389464747}, "please": {"her - they": -0.01910704638350337, "her": 0.12203950701887302, "they": 0.1411465534023764}, "plus": {"her - they": -0.0076481758320547655, "her": 0.20028391296948017, "they": 0.20793208880153494}, "pm": {"her - they": 0.020151236701996048, "her": 0.13559882961877973, "they": 0.11544759291678368}, "point": {"her - they": 0.03172221670869005, "her": 0.19817273769800106, "they": 0.166450520989311}, "police": {"her - they": 0.12998098231685165, "her": 0.3037970866350933, "they": 0.17381610431824165}, "poop": {"her - they": 0.14821087369215036, "her": 0.3403033157512665, "they": 0.19209244205911613}, "poor": {"her - they": -0.018748279230393627, "her": 0.1672697443381548, "they": 0.18601802356854844}, "post": {"her - they": -0.02910179420738246, "her": 0.10096121330762481, "they": 0.13006300751500727}, "posted": {"her - they": 0.06473791050820407, "her": 0.1636674394489462, "they": 0.09892952894074214}, "poster": {"her - they": 0.06386028984940978, "her": 0.2103621108088606, "they": 0.14650182095945083}, "powell": {"her - they": 0.062362423658144844, "her": 0.2676957755738872, "they": 0.20533335191574234}, "power": {"her - they": -0.028391630651083966, "her": 0.1672697443381548, "they": 0.19566137498923877}, "practice": {"her - they": 0.10406600957577164, "her": 0.23078016684482555, "they": 0.1267141572690539}, "pray": {"her - they": 0.10447456852852409, "her": 0.2195145574429774, "they": 0.11503998891445331}, "pre": {"her - they": 0.10406600957577164, "her": 0.23078016684482555, "they": 0.1267141572690539}, "prefer": {"her - they": 0.1046897278777222, "her": 0.21322978380773233, "they": 0.10854005593001013}, "pregnant": {"her - they": 0.06282421328873095, "her": 0.25180688919207256, "they": 0.1889826759033416}, "pride": {"her - they": -0.018826348577408336, "her": 0.15812812584495733, "they": 0.17695447442236567}, "pro": {"her - they": 0.004876230452751956, "her": 0.17384006521682, "they": 0.16896383476406804}, "probably": {"her - they": -0.03132618808768503, "her": 0.18573473462950715, "they": 0.21706092271719218}, "problem": {"her - they": -0.028702333433823973, "her": 0.1408768564518783, "they": 0.16957918988570228}, "procedure": {"her - they": 0.09993958525924393, "her": 0.31726731633360494, "they": 0.217327731074361}, "properly": {"her - they": 0.019770486218179867, "her": 0.21322978380773233, "they": 0.19345929758955246}, "protect": {"her - they": 0.15393103133513414, "her": 0.2624710872651443, "they": 0.10854005593001013}, "proud": {"her - they": -0.028540160004228682, "her": 0.15504377352218957, "they": 0.18358393352641825}, "proved": {"her - they": 0.062362423658144844, "her": 0.2676957755738872, "they": 0.20533335191574234}, "pull": {"her - they": 0.06338021943893271, "her": 0.23078016684482555, "they": 0.16739994740589284}, "pulled": {"her - they": 0.1029113880607968, "her": 0.25903597823430097, "they": 0.15612459017350416}, "pulls": {"her - they": 0.15027598836811604, "her": 0.31545162907875457, "they": 0.16517564071063853}, "purchase": {"her - they": 0.03784634926481503, "her": 0.25180688919207256, "they": 0.21396053992725753}, "put": {"her - they": -0.009478846183994777, "her": 0.21160131605198298, "they": 0.22108016223597776}, "queen": {"her - they": 0.06261856249372189, "her": 0.25903597823430097, "they": 0.19641741574057908}, "question": {"her - they": 0.004875517053987338, "her": 0.1980459529545264, "they": 0.19317043590053906}, "race": {"her - they": -0.050821384977347506, "her": 0.15451006944073634, "they": 0.20533145441808384}, "racial": {"her - they": 0.14705204083571233, "her": 0.236222322697186, "they": 0.08917028186147365}, "racist": {"her - they": -0.08722342105922842, "her": 0.13074157538948483, "they": 0.21796499644871326}, "ran": {"her - they": 0.038445891775662044, "her": 0.21322978380773233, "they": 0.1747838920320703}, "range": {"her - they": 0.06338021943893271, "her": 0.23078016684482555, "they": 0.16739994740589284}, "rapes": {"her - they": 0.10406600957577164, "her": 0.23078016684482555, "they": 0.1267141572690539}, "re": {"her - they": -0.22456210373391094, "her": 0.08533433383796761, "they": 0.30989643757187857}, "read": {"her - they": -0.045787726028415535, "her": 0.11286917219650304, "they": 0.15865689822491857}, "reading": {"her - they": 0.019952079854548582, "her": 0.18291915638950512, "they": 0.16296707653495654}, "reality": {"her - they": 0.03858828242983772, "her": 0.20262326034384018, "they": 0.16403497791400246}, "really": {"her - they": -0.09272782763825133, "her": 0.10528883307468861, "they": 0.19801666071293994}, "reason": {"her - they": 0.02197150143017898, "her": 0.2036098445533565, "they": 0.18163834312317753}, "refuse": {"her - they": 0.03811995821083433, "her": 0.23521322529629968, "they": 0.19709326708546535}, "remain": {"her - they": 0.10370539507045784, "her": 0.24010886242285367, "they": 0.13640346735239584}, "remember": {"her - they": 0.09770969924721778, "her": 0.2616222291795681, "they": 0.16391252993235034}, "reptile": {"her - they": 0.06154083045178352, "her": 0.29334984049759827, "they": 0.23180901004581475}, "resource": {"her - they": 0.062362423658144844, "her": 0.2676957755738872, "they": 0.20533335191574234}, "rest": {"her - they": -0.001775782641875917, "her": 0.21633023336294233, "they": 0.21810601600481824}, "restaurant": {"her - they": 0.10458670243183306, "her": 0.2162724336970454, "they": 0.11168573126521235}, "results": {"her - they": 0.10447456852852409, "her": 0.2195145574429774, "they": 0.11503998891445331}, "right": {"her - they": 0.013535696009068038, "her": 0.22340444183788016, "they": 0.20986874582881213}, "rights": {"her - they": 0.06365237212105318, "her": 0.2195145574429774, "they": 0.15586218532192422}, "road": {"her - they": 0.11329633285665783, "her": 0.25702592108438754, "they": 0.14372958822772972}, "rob": {"her - they": 0.10252013486324865, "her": 0.2676957755738872, "they": 0.16517564071063853}, "robbers": {"her - they": 0.10125739843848214, "her": 0.29334984049759827, "they": 0.19209244205911613}, "robbery": {"her - they": 0.10348431750294121, "her": 0.2455838165117697, "they": 0.14209949900882848}, "room": {"her - they": 0.11317155179347752, "her": 0.25967337275292834, "they": 0.14650182095945083}, "rose": {"her - they": 0.1106304525295938, "her": 0.3070478682701729, "they": 0.19641741574057908}, "round": {"her - they": 0.06444245495605988, "her": 0.18129717591775266, "they": 0.11685472096169278}, "running": {"her - they": 0.019968770873539154, "her": 0.17972224677492976, "they": 0.1597534759013906}, "s": {"her - they": 0.02654246184384218, "her": 0.26490132402423383, "they": 0.23835886218039165}, "sad": {"her - they": 0.08932769729400095, "her": 0.2151535145561331, "they": 0.12582581726213216}, "safe": {"her - they": 0.03858828242983772, "her": 0.20262326034384018, "they": 0.16403497791400246}, "said": {"her - they": 0.08502922178152914, "her": 0.31306200200992246, "they": 0.22803278022839332}, "sake": {"her - they": 0.10421644594814078, "her": 0.22672547181678793, "they": 0.12250902586864715}, "same": {"her - they": -0.07521032144153411, "her": 0.16840738313799028, "they": 0.2436177045795244}, "sandra": {"her - they": 0.10125739843848214, "her": 0.29334984049759827, "they": 0.19209244205911613}, "sandwich": {"her - they": 0.09993958525924393, "her": 0.31726731633360494, "they": 0.217327731074361}, "sat": {"her - they": 0.1403903974373237, "her": 0.3250703443602768, "they": 0.18467994692295311}, "savage": {"her - they": 0.10406600957577164, "her": 0.23078016684482555, "they": 0.1267141572690539}, "save": {"her - they": 0.1427820329047655, "her": 0.2921147015748662, "they": 0.1493326686701007}, "saw": {"her - they": 0.06157082063364161, "her": 0.2187591471587523, "they": 0.1571883265251107}, "say": {"her - they": -0.0561675573647934, "her": 0.19514984911052696, "they": 0.25131740647532036}, "saying": {"her - they": -0.02843621887510106, "her": 0.1636674394489462, "they": 0.19210365832404727}, "says": {"her - they": 0.0636417420960963, "her": 0.22270791406022092, "they": 0.15906617196412462}, "scene": {"her - they": -0.018559880681381785, "her": 0.18810025648872153, "they": 0.20666013717010331}, "school": {"her - they": 0.011754747736903881, "her": 0.23244207481114063, "they": 0.22068732707423674}, "schools": {"her - they": -0.10077082740521273, "her": 0.12623894604509503, "they": 0.22700977345030776}, "scum": {"her - they": 0.0048757772130146315, "her": 0.17111842586078274, "they": 0.1662426486477681}, "search": {"her - they": 0.15561602037543548, "her": 0.23127070546268694, "they": 0.07565468508725144}, "second": {"her - they": 0.02169023817823612, "her": 0.23973052254724872, "they": 0.2180402843690126}, "secure": {"her - they": 0.10322453652827396, "her": 0.25180688919207256, "they": 0.1485823526637986}, "see": {"her - they": 0.05133496610177257, "her": 0.26123249657771186, "they": 0.2098975304759393}, "seems": {"her - they": -0.02858555876106142, "her": 0.15117048540389266, "they": 0.17975604416495408}, "seen": {"her - they": 0.08077937356111822, "her": 0.2394362717860368, "they": 0.15865689822491857}, "sell": {"her - they": -0.007610931617974687, "her": 0.2076492392768177, "they": 0.21526017089479238}, "sent": {"her - they": -0.028375950339377787, "her": 0.1685235064731637, "they": 0.19689945681254148}, "separate": {"her - they": 0.10200405575119037, "her": 0.2785659300028224, "they": 0.17656187425163206}, "seriously": {"her - they": 0.06391965104908798, "her": 0.2076492392768177, "they": 0.14372958822772972}, "several": {"her - they": 0.020017558245204792, "her": 0.16980591980574955, "they": 0.14978836156054476}, "severely": {"her - they": 0.14821087369215036, "her": 0.3403033157512665, "they": 0.19209244205911613}, "shall": {"her - they": 0.06397503486701966, "her": 0.2050743480522944, "they": 0.14109931318527474}, "shame": {"her - they": 0.06953091868986921, "her": 0.24555186507082608, "they": 0.17602094638095686}, "she": {"her - they": 0.34755042647299494, "her": 0.4778175898230653, "they": 0.1302671633500704}, "shoot": {"her - they": 0.06412146392119353, "her": 0.1980459529545264, "they": 0.13392448903333287}, "shop": {"her - they": 0.06365237212105318, "her": 0.2195145574429774, "they": 0.15586218532192422}, "shopping": {"her - they": 0.10125739843848214, "her": 0.29334984049759827, "they": 0.19209244205911613}, "shot": {"her - they": 0.18804003792904966, "her": 0.2959066761683893, "they": 0.10786663823933962}, "should": {"her - they": -0.06950805285997105, "her": 0.19084309646839456, "they": 0.2603511493283656}, "show": {"her - they": -0.0020757767374396385, "her": 0.23934366076881344, "they": 0.24141943750625308}, "showed": {"her - they": 0.0869841674350062, "her": 0.27957530032296607, "they": 0.19259113288795987}, "shows": {"her - they": 0.004872902771924786, "her": 0.1602799804313825, "they": 0.15540707765945772}, "sick": {"her - they": 0.019968770873539154, "her": 0.17972224677492976, "they": 0.1597534759013906}, "side": {"her - they": -0.03708603024976259, "her": 0.1636674394489462, "they": 0.2007534696987088}, "sign": {"her - they": 0.03869889078150296, "her": 0.19383953530687453, "they": 0.15514064452537157}, "sink": {"her - they": 0.10125739843848214, "her": 0.29334984049759827, "they": 0.19209244205911613}, "sister": {"her - they": 0.16175367839324611, "her": 0.30420549190847146, "they": 0.14245181351522535}, "sisters": {"her - they": 0.06441308910486183, "her": 0.18291915638950512, "they": 0.11850606728464329}, "site": {"her - they": 0.03198735294144364, "her": 0.16868560092497603, "they": 0.1366982479835324}, "sitting": {"her - they": -0.007659369705934366, "her": 0.1980459529545264, "they": 0.20570532266046077}, "skin": {"her - they": 0.0774271237609988, "her": 0.250207545845944, "they": 0.1727804220849452}, "slapped": {"her - they": 0.09993958525924393, "her": 0.31726731633360494, "they": 0.217327731074361}, "slavic": {"her - they": 0.01990292718583514, "her": 0.1918564453192716, "they": 0.17195351813343646}, "slowly": {"her - they": 0.01961232665221163, "her": 0.23521322529629968, "they": 0.21560089864408805}, "small": {"her - they": 0.013320424614628928, "her": 0.19319847935534443, "they": 0.1798780547407155}, "smart": {"her - they": 0.03830637272902987, "her": 0.22298631965198298, "they": 0.18467994692295311}, "smashed": {"her - they": 0.10252013486324865, "her": 0.2676957755738872, "they": 0.16517564071063853}, "smile": {"her - they": 0.11139005137299887, "her": 0.2939785684705489, "they": 0.18258851709755}, "smiley": {"her - they": 0.10125739843848214, "her": 0.29334984049759827, "they": 0.19209244205911613}, "so": {"her - they": -0.06424670027075244, "her": 0.2172135406059457, "they": 0.28146024087669813}, "some": {"her - they": 0.027977494685601373, "her": 0.24477298517303384, "they": 0.21679549048743246}, "somebody": {"her - they": 0.01970304064044756, "her": 0.22298631965198298, "they": 0.20328327901153542}, "somehow": {"her - they": 0.09940145546463242, "her": 0.29918847007006844, "they": 0.19978701460543602}, "someone": {"her - they": -0.059911285997294686, "her": 0.11137881715791041, "they": 0.1712901031552051}, "something": {"her - they": -0.0927548816551225, "her": 0.10440028584602185, "they": 0.19715516750114434}, "son": {"her - they": 0.2587458448073889, "her": 0.32262352364982866, "they": 0.06387767884243979}, "song": {"her - they": 0.08932769729400095, "her": 0.2151535145561331, "they": 0.12582581726213216}, "soon": {"her - they": 0.005409842486761796, "her": 0.19085993473513146, "they": 0.18545009224836967}, "sorry": {"her - they": 0.12926093220057572, "her": 0.28044335254024444, "they": 0.15118242033966872}, "sounds": {"her - they": 0.06989089870857354, "her": 0.23285797524353008, "they": 0.16296707653495654}, "southern": {"her - they": 0.10523582628727358, "her": 0.19590042639570676, "they": 0.09066460010843318}, "speak": {"her - they": -0.0372040354454822, "her": 0.15605373903779488, "they": 0.19325777448327708}, "spelling": {"her - they": 0.10200405575119037, "her": 0.2785659300028224, "they": 0.17656187425163206}, "spend": {"her - they": 0.06379641452605833, "her": 0.21322978380773233, "they": 0.149433369281674}, "spit": {"her - they": 0.10252013486324865, "her": 0.2676957755738872, "they": 0.16517564071063853}, "spread": {"her - they": 0.019933824724266302, "her": 0.18631706488792216, "they": 0.16638324016365585}, "st": {"her - they": 0.07048476369173984, "her": 0.20961397769662113, "they": 0.1391292140048813}, "standing": {"her - they": 0.06901178967559182, "her": 0.2624710872651443, "they": 0.19345929758955246}, "start": {"her - they": -0.08283347110071597, "her": 0.11286917219650304, "they": 0.195702643297219}, "started": {"her - they": -0.07071882235419238, "her": 0.16251579019498966, "they": 0.23323461254918204}, "statement": {"her - they": 0.06314127510618878, "her": 0.24010886242285367, "they": 0.1769675873166649}, "station": {"her - they": 0.06391965104908798, "her": 0.2076492392768177, "they": 0.14372958822772972}, "statistics": {"her - they": 0.06357041272376826, "her": 0.22298631965198298, "they": 0.15941590692821472}, "stealing": {"her - they": 0.06282421328873095, "her": 0.25180688919207256, "they": 0.1889826759033416}, "stepped": {"her - they": 0.09993958525924393, "her": 0.31726731633360494, "they": 0.217327731074361}, "sticks": {"her - they": 0.10200405575119037, "her": 0.2785659300028224, "they": 0.17656187425163206}, "still": {"her - they": -0.026382426727289382, "her": 0.16658990026152692, "they": 0.1929723269888163}, "stood": {"her - they": 0.06326820759679663, "her": 0.23521322529629968, "they": 0.17194501769950304}, "store": {"her - they": 0.1546547719197678, "her": 0.24983446741109566, "they": 0.09517969549132788}, "stories": {"her - they": 0.041902378609560725, "her": 0.24983446741109566, "they": 0.20793208880153494}, "stormfront": {"her - they": -0.01924521387436466, "her": 0.10180435631464768, "they": 0.12104957018901234}, "story": {"her - they": 0.08812964816000673, "her": 0.2570999883982474, "they": 0.16897034023824065}, "straight": {"her - they": 0.06412146392119353, "her": 0.1980459529545264, "they": 0.13392448903333287}, "strange": {"her - they": 0.0385220143313221, "her": 0.2076492392768177, "they": 0.1691272249454956}, "street": {"her - they": 0.18740375694655054, "her": 0.254001484673012, "they": 0.06659772772646144}, "student": {"her - they": 0.11932801662644657, "her": 0.27655490950373846, "they": 0.15722689287729189}, "students": {"her - they": -0.01883510618256995, "her": 0.1570816242423745, "they": 0.17591673042494446}, "stuff": {"her - they": 0.01328237609648203, "her": 0.20456784303487557, "they": 0.19128546693839354}, "stupid": {"her - they": 0.059572443386907564, "her": 0.2699442720160224, "they": 0.21037182862911483}, "successful": {"her - they": 0.10348431750294121, "her": 0.2455838165117697, "they": 0.14209949900882848}, "such": {"her - they": -0.04564042773623592, "her": 0.12262250685819279, "they": 0.1682629345944287}, "suffering": {"her - they": 0.11011827716301223, "her": 0.31545162907875457, "they": 0.20533335191574234}, "suited": {"her - they": 0.10200405575119037, "her": 0.2785659300028224, "they": 0.17656187425163206}, "sun": {"her - they": 0.004873711593052915, "her": 0.2050743480522944, "they": 0.2002006364592415}, "support": {"her - they": -0.007908144263676697, "her": 0.14495167916411525, "they": 0.15285982342779195}, "surprised": {"her - they": 0.01986673488492474, "her": 0.1980459529545264, "they": 0.17817921806960166}, "survive": {"her - they": 0.03818903395686568, "her": 0.23078016684482555, "they": 0.19259113288795987}, "suspect": {"her - they": 0.08779660507283221, "her": 0.25967337275292834, "they": 0.17187676768009613}, "suspects": {"her - they": 0.15225078332491554, "her": 0.2886542506773114, "they": 0.13640346735239584}, "suspended": {"her - they": 0.10348431750294121, "her": 0.2455838165117697, "they": 0.14209949900882848}, "sweden": {"her - they": 0.039028478737814634, "her": 0.1636674394489462, "they": 0.12463896071113158}, "swedish": {"her - they": 0.10523582628727358, "her": 0.19590042639570676, "they": 0.09066460010843318}, "sweet": {"her - they": 0.1410127398912489, "her": 0.3299954157945905, "they": 0.1889826759033416}, "t": {"her - they": -0.039131293059247424, "her": 0.24990582182462776, "they": 0.2890371148838752}, "table": {"her - they": 0.06348023737935224, "her": 0.22672547181678793, "they": 0.1632452344374357}, "take": {"her - they": -0.053274055443770146, "her": 0.18029642747587754, "they": 0.2335704829196477}, "taken": {"her - they": 0.08650906562568625, "her": 0.25143946532546324, "they": 0.164930399699777}, "talk": {"her - they": -0.020855741878844203, "her": 0.16607661174659463, "they": 0.18693235362543884}, "talking": {"her - they": -0.05877912267801497, "her": 0.16251579019498966, "they": 0.22129491287300462}, "tape": {"her - they": 0.10421644594814078, "her": 0.22672547181678793, "they": 0.12250902586864715}, "tatar": {"her - they": 0.10252013486324865, "her": 0.2676957755738872, "they": 0.16517564071063853}, "taught": {"her - they": -0.007597057231135157, "her": 0.2103621108088606, "they": 0.21795916803999577}, "teach": {"her - they": 0.053302870450946865, "her": 0.25020232726348834, "they": 0.19689945681254148}, "teacher": {"her - they": 0.042662665951245377, "her": 0.2036098445533565, "they": 0.16094717860211114}, "teaching": {"her - they": 0.06918377540123835, "her": 0.25702592108438754, "they": 0.1878421456831492}, "teen": {"her - they": 0.11139005137299887, "her": 0.2939785684705489, "they": 0.18258851709755}, "teeth": {"her - they": 0.14255483403433913, "her": 0.309954781440232, "they": 0.16739994740589284}, "tell": {"her - they": -0.07163971332918115, "her": 0.13007796709348846, "they": 0.2017176804226696}, "telling": {"her - they": -0.007699409926494871, "her": 0.18994513195009063, "they": 0.1976445418765855}, "tells": {"her - they": 0.08756943163843586, "her": 0.26543860509458234, "they": 0.17786917345614647}, "than": {"her - they": -0.04572371842345474, "her": 0.1956449068998041, "they": 0.24136862532325884}, "thank": {"her - they": 0.004840761272984578, "her": 0.11337370690596428, "they": 0.1085329456329797}, "thanks": {"her - they": 0.06520188747569784, "her": 0.12812880080068384, "they": 0.062926913324986}, "thanksgiving": {"her - they": 0.1518790694617204, "her": 0.2939785684705489, "they": 0.14209949900882848}, "that": {"her - they": -0.03552237955882315, "her": 0.2770160561111925, "they": 0.31253843567001566}, "thats": {"her - they": -0.037028775883371806, "her": 0.1672697443381548, "they": 0.2042985202215266}, "the": {"her - they": -0.04020096188150585, "her": 0.3060938797833475, "they": 0.34629484166485336}, "their": {"her - they": -0.17301158105291076, "her": 0.17007387569254134, "they": 0.3430854567454521}, "them": {"her - they": -0.12196082408772072, "her": 0.19469460514043277, "they": 0.3166554292281535}, "themselves": {"her - they": -0.1285982921972286, "her": 0.1424736799017334, "they": 0.271071972098962}, "then": {"her - they": 0.01743295988760879, "her": 0.28061139335485746, "they": 0.2631784334672487}, "there": {"her - they": -0.07374291516021772, "her": 0.15390004983175942, "they": 0.22764296499197714}, "theres": {"her - they": 0.1043517962269488, "her": 0.22298631965198298, "they": 0.11863452342503418}, "these": {"her - they": -0.18287727169944343, "her": 0.06111699969240033, "they": 0.24399427139184376}, "they": {"her - they": -0.38828506032134064, "her": 0.1975002517387618, "they": 0.5857853120601024}, "thing": {"her - they": 0.03358634344660988, "her": 0.24512111537612633, "they": 0.21153477192951645}, "think": {"her - they": -0.06977223621597067, "her": 0.2031402211473919, "they": 0.27291245736336256}, "this": {"her - they": 0.05686587542394464, "her": 0.28241140981161683, "they": 0.2255455343876722}, "those": {"her - they": -0.11787397237720999, "her": 0.11952844782480522, "they": 0.2374024202020152}, "thought": {"her - they": 0.04087371113251961, "her": 0.23738764871910686, "they": 0.19651393758658725}, "thousands": {"her - they": -0.007741326651934138, "her": 0.18129717591775266, "they": 0.1890385025696868}, "thread": {"her - they": 0.00482238019187492, "her": 0.09729403912972004, "they": 0.09247165893784512}, "three": {"her - they": 0.004876014532422618, "her": 0.17246258025848923, "they": 0.16758656572606662}, "threw": {"her - they": 0.10348431750294121, "her": 0.2455838165117697, "they": 0.14209949900882848}, "throw": {"her - they": 0.0198794800147499, "her": 0.19590042639570676, "they": 0.17602094638095686}, "thru": {"her - they": 0.1029113880607968, "her": 0.25903597823430097, "they": 0.15612459017350416}, "tiger": {"her - they": 0.14821087369215036, "her": 0.3403033157512665, "they": 0.19209244205911613}, "till": {"her - they": 0.004875517053987338, "her": 0.1980459529545264, "they": 0.19317043590053906}, "time": {"her - they": 0.04406489025610627, "her": 0.25194554106870803, "they": 0.20788065081260176}, "times": {"her - they": -0.014991867887589244, "her": 0.1630807225866117, "they": 0.17807259047420093}, "tiny": {"her - they": 0.1029113880607968, "her": 0.25903597823430097, "they": 0.15612459017350416}, "to": {"her - they": -0.04118788426203718, "her": 0.3192999623880746, "they": 0.3604878466501118}, "today": {"her - they": -0.07162231561761082, "her": 0.13074157538948483, "they": 0.20236389100709565}, "together": {"her - they": -0.020686996037635325, "her": 0.18299036874699612, "they": 0.20367736478463144}, "told": {"her - they": 0.08888652254616647, "her": 0.34019881129025586, "they": 0.2513122887440894}, "too": {"her - they": 0.017473208717510957, "her": 0.19999961323325022, "they": 0.18252640451573926}, "took": {"her - they": 0.06809585082270747, "her": 0.270006212082904, "they": 0.2019103612601965}, "topics": {"her - they": 0.10322453652827396, "her": 0.25180688919207256, "they": 0.1485823526637986}, "town": {"her - they": 0.013377364739683956, "her": 0.173098180018062, "they": 0.15972081527837803}, "toys": {"her - they": 0.10200405575119037, "her": 0.2785659300028224, "they": 0.17656187425163206}, "training": {"her - they": 0.03818903395686568, "her": 0.23078016684482555, "they": 0.19259113288795987}, "trapped": {"her - they": 0.10125739843848214, "her": 0.29334984049759827, "they": 0.19209244205911613}, "trash": {"her - they": 0.1049553400131657, "her": 0.2050743480522944, "they": 0.10011900803912871}, "treatment": {"her - they": 0.1110441006140302, "her": 0.3000267765173718, "they": 0.1889826759033416}, "tree": {"her - they": 0.1549943768611415, "her": 0.2435377345517533, "they": 0.08854335769061178}, "tries": {"her - they": 0.14148300264012828, "her": 0.3240715197376783, "they": 0.18258851709755}, "try": {"her - they": 0.029542016332653964, "her": 0.24339845579916453, "they": 0.21385643946651056}, "trying": {"her - they": 0.011272149012335614, "her": 0.21298982943500522, "they": 0.2017176804226696}, "turned": {"her - they": 0.1046897278777222, "her": 0.21322978380773233, "they": 0.10854005593001013}, "turning": {"her - they": 0.11273746101149831, "her": 0.26859964633342254, "they": 0.15586218532192422}, "turns": {"her - they": 0.0869841674350062, "her": 0.27957530032296607, "they": 0.19259113288795987}, "tv": {"her - they": 0.013372961364488456, "her": 0.17483647246734138, "they": 0.16146351110285292}, "two": {"her - they": 0.05526573541822183, "her": 0.24274779027967788, "they": 0.18748205486145605}, "typical": {"her - they": 0.06391965104908798, "her": 0.2076492392768177, "they": 0.14372958822772972}, "tyres": {"her - they": 0.09993958525924393, "her": 0.31726731633360494, "they": 0.217327731074361}, "u": {"her - they": 0.1065280990292867, "her": 0.14009406646378456, "they": 0.033565967434497856}, "under": {"her - they": -0.02857456165776709, "her": 0.15211499817709653, "they": 0.18068955983486362}, "until": {"her - they": -0.02062077813531854, "her": 0.18935037545617855, "they": 0.2099711535914971}, "up": {"her - they": -0.044524530073612206, "her": 0.21304706679705718, "they": 0.2575715968706694}, "use": {"her - they": -0.06615728891727461, "her": 0.11388222623777665, "they": 0.18003951515505126}, "used": {"her - they": 0.1618730784943626, "her": 0.2731215608235434, "they": 0.11124848232918079}, "user": {"her - they": 0.10406600957577164, "her": 0.23078016684482555, "they": 0.1267141572690539}, "using": {"her - they": 0.1018475622445717, "her": 0.24665019471377797, "they": 0.14480263246920627}, "v": {"her - they": 0.07066684056012504, "her": 0.20174029084303155, "they": 0.1310734502829065}, "vague": {"her - they": 0.09993958525924393, "her": 0.31726731633360494, "they": 0.217327731074361}, "values": {"her - they": 0.1046897278777222, "her": 0.21322978380773233, "they": 0.10854005593001013}, "van": {"her - they": 0.10447456852852409, "her": 0.2195145574429774, "they": 0.11503998891445331}, "ve": {"her - they": -0.0020744377039473016, "her": 0.19042923469669323, "they": 0.19250367240064054}, "very": {"her - they": 0.02147478517489343, "her": 0.20079699157188755, "they": 0.17932220639699412}, "victim": {"her - they": 0.11289354608897312, "her": 0.26543860509458234, "they": 0.15254505900560922}, "video": {"her - they": 0.12031807230493255, "her": 0.24117405472701028, "they": 0.12085598242207773}, "videos": {"her - they": -0.01883510618256995, "her": 0.1570816242423745, "they": 0.17591673042494446}, "w": {"her - they": 0.10523582628727358, "her": 0.19590042639570676, "they": 0.09066460010843318}, "wait": {"her - they": 0.042689132725947154, "her": 0.20174029084303155, "they": 0.1590511581170844}, "walk": {"her - they": 0.0700545182398902, "her": 0.22677288869459386, "they": 0.15671837045470366}, "walkway": {"her - they": 0.09993958525924393, "her": 0.31726731633360494, "they": 0.217327731074361}, "wandering": {"her - they": 0.10200405575119037, "her": 0.2785659300028224, "they": 0.17656187425163206}, "wanna": {"her - they": 0.06372737469143619, "her": 0.2162724336970454, "they": 0.15254505900560922}, "want": {"her - they": -0.07293271192251413, "her": 0.19344389131628645, "they": 0.2663766032388006}, "warm": {"her - they": 0.06357041272376826, "her": 0.22298631965198298, "they": 0.15941590692821472}, "was": {"her - they": 0.14194360118168492, "her": 0.3328351192281375, "they": 0.1908915180464526}, "watch": {"her - they": 0.06492400353461411, "her": 0.24687441224324175, "they": 0.18195040870862764}, "watched": {"her - they": 0.06386028984940978, "her": 0.2103621108088606, "they": 0.14650182095945083}, "way": {"her - they": -0.00488283455912894, "her": 0.21943320241068312, "they": 0.22431603696981206}, "we": {"her - they": 0.026596128466584934, "her": 0.23003167897669052, "they": 0.2034355505101056}, "website": {"her - they": 0.06454864726731724, "her": 0.17525270382614078, "they": 0.11070405655882354}, "wednesday": {"her - they": 0.18141306313079192, "her": 0.3299954157945905, "they": 0.1485823526637986}, "week": {"her - they": 0.05402990547984152, "her": 0.21628265980579514, "they": 0.16225275432595362}, "weekend": {"her - they": 0.15452809674288576, "her": 0.2521191825483822, "they": 0.09759108580549648}, "weeks": {"her - they": 0.08968657749621524, "her": 0.20266750770438813, "they": 0.11298093020817289}, "welfare": {"her - they": -0.018395571228858515, "her": 0.2050743480522944, "they": 0.22346991928115292}, "well": {"her - they": -0.002162860327920485, "her": 0.21265627387582434, "they": 0.21481913420374482}, "went": {"her - they": 0.06784990063234722, "her": 0.2829597697416315, "they": 0.21510986910928429}, "were": {"her - they": -0.05870683631592774, "her": 0.23069321473454732, "they": 0.28940005105047506}, "what": {"her - they": -0.07802225558699816, "her": 0.1887423200975542, "they": 0.26676457568455236}, "whatever": {"her - they": 0.064316817121415, "her": 0.18810025648872153, "they": 0.12378343936730653}, "whats": {"her - they": 0.004863627156847711, "her": 0.22672547181678793, "they": 0.22186184465994022}, "when": {"her - they": -0.01994408060840469, "her": 0.27337925975822447, "they": 0.29332334036662916}, "whenever": {"her - they": 0.004869348546476221, "her": 0.2162724336970454, "they": 0.2114030851505692}, "where": {"her - they": 0.006716931081083344, "her": 0.2353605231009927, "they": 0.22864359201990936}, "which": {"her - they": -0.09737905581597334, "her": 0.10054362784373333, "they": 0.19792268365970667}, "while": {"her - they": 0.10350547336209581, "her": 0.2725231369167178, "they": 0.169017663554622}, "white": {"her - they": 0.02195231082360144, "her": 0.2852689252081899, "they": 0.2633166143845885}, "whites": {"her - they": -0.21090191606092912, "her": 0.048557849855335566, "they": 0.2594597659162647}, "whitey": {"her - they": 0.03818903395686568, "her": 0.23078016684482555, "they": 0.19259113288795987}, "who": {"her - they": 0.014234317035681926, "her": 0.24738326666815588, "they": 0.23314894963247396}, "whole": {"her - they": -0.03729137979603803, "her": 0.15024094179517597, "they": 0.187532321591214}, "whose": {"her - they": 0.06314127510618878, "her": 0.24010886242285367, "they": 0.1769675873166649}, "why": {"her - they": -0.08872749702332786, "her": 0.14416085932081768, "they": 0.23288835634414554}, "wife": {"her - they": 0.06444245495605988, "her": 0.18129717591775266, "they": 0.11685472096169278}, "will": {"her - they": -0.03609173631999185, "her": 0.24738985731552277, "they": 0.2834815936355146}, "william": {"her - they": 0.10523582628727358, "her": 0.19590042639570676, "they": 0.09066460010843318}, "wish": {"her - they": 0.08913960953251926, "her": 0.22130370556294496, "they": 0.1321640960304257}, "with": {"her - they": -0.0023613561748783707, "her": 0.2866996986030043, "they": 0.2890610547778827}, "without": {"her - they": -0.05238517543472637, "her": 0.15117048540389266, "they": 0.20355566083861903}, "wn": {"her - they": 0.06461833818646369, "her": 0.17111842586078274, "they": 0.10650008767431905}, "wo": {"her - they": -0.05185195802277043, "her": 0.17525270382614078, "they": 0.2271046618489112}, "woman": {"her - they": 0.19541266751582295, "her": 0.3458634293314752, "they": 0.15045076181565223}, "women": {"her - they": -0.017778797897419485, "her": 0.20631764383591764, "they": 0.22409644173333712}, "wonderful": {"her - they": 0.06397503486701966, "her": 0.2050743480522944, "they": 0.14109931318527474}, "wore": {"her - they": 0.06282421328873095, "her": 0.25180688919207256, "they": 0.1889826759033416}, "work": {"her - they": -0.031543847468762126, "her": 0.1708531757713546, "they": 0.2023970232401167}, "world": {"her - they": -0.0318732362098825, "her": 0.14639192739600063, "they": 0.17826516360588313}, "would": {"her - they": -0.004947297484565988, "her": 0.22396598199402415, "they": 0.22891327947859014}, "wow": {"her - they": 0.10540756276496795, "her": 0.18994513195009063, "they": 0.08453756918512269}, "write": {"her - they": 0.06379641452605833, "her": 0.21322978380773233, "they": 0.149433369281674}, "wrong": {"her - they": -0.018826348577408336, "her": 0.15812812584495733, "they": 0.17695447442236567}, "www": {"her - they": 0.06135146499386246, "her": 0.19114434935897545, "they": 0.129792884365113}, "ya": {"her - they": 0.021897412458334153, "her": 0.21400107078238143, "they": 0.19210365832404727}, "yeah": {"her - they": -0.05236535657976671, "her": 0.15211499817709653, "they": 0.20448035475686324}, "year": {"her - they": 0.14454004572504317, "her": 0.28716236528389577, "they": 0.1426223195588526}, "years": {"her - they": -0.005939079437877359, "her": 0.18481783775881022, "they": 0.19075691719668758}, "yep": {"her - they": 0.1535596574189692, "her": 0.26859964633342254, "they": 0.11503998891445331}, "yet": {"her - they": 0.013320424614628928, "her": 0.19319847935534443, "they": 0.1798780547407155}, "you": {"her - they": -0.07767299606162728, "her": 0.14957120098644747, "they": 0.22724419704807475}, "young": {"her - they": 0.06853632101273208, "her": 0.2560686426039461, "they": 0.187532321591214}, "younger": {"her - they": 0.06910073861028093, "her": 0.25967337275292834, "they": 0.1905726341426474}, "your": {"her - they": -0.05565170333341943, "her": 0.13293030843419426, "they": 0.1885820117676137}, "youtube": {"her - they": 0.12253022539453243, "her": 0.17882004205819427, "they": 0.05628981666366184}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-woman.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-woman.json new file mode 100644 index 0000000000000000000000000000000000000000..61e20c8a2e47ebaf1fad57cfad6105e5dd4417f5 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-her-woman.json @@ -0,0 +1 @@ +{"0": {"her - woman": -0.14556591227493945, "her": 0.1348809093452262, "woman": 0.28044682162016565}, "000": {"her - woman": -0.08670539341243935, "her": 0.15211499817709653, "woman": 0.23882039158953589}, "05": {"her - woman": -0.07793511285846727, "her": 0.29334984049759827, "woman": 0.37128495335606554}, "1": {"her - woman": -0.12949700358952448, "her": 0.18464593526301287, "woman": 0.31414293885253736}, "11": {"her - woman": -0.17848178678816232, "her": 0.1685235064731637, "woman": 0.347005293261326}, "13": {"her - woman": -0.03425784032863016, "her": 0.25451243665424317, "woman": 0.28877027698287333}, "15": {"her - woman": -0.03533154600312324, "her": 0.22535324227548595, "woman": 0.2606847882786092}, "16": {"her - woman": -0.08398201036686115, "her": 0.20028391296948017, "woman": 0.2842659233363413}, "17": {"her - woman": -0.13826868545686, "her": 0.2162724336970454, "woman": 0.3545411191539054}, "18": {"her - woman": -0.14061088288615564, "her": 0.1918564453192716, "woman": 0.33246732820542724}, "2": {"her - woman": -0.1056849503177823, "her": 0.20554365906614896, "woman": 0.31122860938393127}, "2010": {"her - woman": -0.08369592893057892, "her": 0.2050743480522944, "woman": 0.28877027698287333}, "21": {"her - woman": -0.14023195201452865, "her": 0.19590042639570676, "woman": 0.3361323784102354}, "24": {"her - woman": -0.03360483103979267, "her": 0.2719834112145659, "woman": 0.30558824225435854}, "25962136": {"her - woman": -0.07621571000113936, "her": 0.31726731633360494, "woman": 0.3934830263347443}, "27": {"her - woman": -0.03315561442615372, "her": 0.28389076653882467, "woman": 0.3170463809649784}, "28": {"her - woman": -0.08211394235273328, "her": 0.23078016684482555, "woman": 0.31289410919755883}, "3": {"her - woman": -0.14709164568057873, "her": 0.11543238577892176, "woman": 0.2625240314595005}, "30": {"her - woman": -0.08614101108000718, "her": 0.16251579019498966, "woman": 0.24865680127499684}, "43": {"her - woman": -0.03227234571339033, "her": 0.3070478682701729, "woman": 0.3393202139835632}, "5": {"her - woman": -0.0370155728945179, "her": 0.1784661934227515, "woman": 0.2154817663172694}, "6": {"her - woman": -0.036375222000488594, "her": 0.19646749894264, "woman": 0.2328427209431286}, "73": {"her - woman": -0.0789642618204251, "her": 0.2785659300028224, "woman": 0.3575301918232475}, "8": {"her - woman": -0.09171935900091205, "her": 0.2297292254869498, "woman": 0.32144858448786184}, "88": {"her - woman": -0.08721688266292768, "her": 0.1424736799017334, "woman": 0.22969056256466108}, "9": {"her - woman": -0.08620289758082994, "her": 0.16138695319488647, "woman": 0.2475898507757164}, "a": {"her - woman": -0.11279312474389042, "her": 0.3333178609459928, "woman": 0.4461109856898832}, "abominable": {"her - woman": -0.07621571000113936, "her": 0.31726731633360494, "woman": 0.3934830263347443}, "about": {"her - woman": -0.02555811296921956, "her": 0.25053001175470346, "woman": 0.276088124723923}, "accused": {"her - woman": -0.08211394235273328, "her": 0.23078016684482555, "woman": 0.31289410919755883}, "african": {"her - woman": -0.09125887298703789, "her": 0.23618230556413083, "woman": 0.3274411785511687}, "after": {"her - woman": 0.0185351222071988, "her": 0.21463476548571664, "woman": 0.19609964327851784}, "again": {"her - woman": -0.03720503058634561, "her": 0.173098180018062, "woman": 0.2103032106044076}, "ago": {"her - woman": 0.02179240135418059, "her": 0.274522007281485, "woman": 0.2527296059273044}, "all": {"her - woman": -0.05000534591416403, "her": 0.17618915228479426, "woman": 0.2261944981989583}, "allen": {"her - woman": -0.002774533028766679, "her": 0.31885468155987606, "woman": 0.32162921458864274}, "also": {"her - woman": 0.037705912409323666, "her": 0.21369429752243785, "woman": 0.17598838511311418}, "am": {"her - woman": -0.0979926752971251, "her": 0.1324326997622229, "woman": 0.23042537505934801}, "american": {"her - woman": -0.08785794962662155, "her": 0.13007796709348846, "woman": 0.21793591672011}, "an": {"her - woman": -0.1487390026878557, "her": 0.18178815268399792, "woman": 0.3305271553718536}, "and": {"her - woman": 0.00409414612947101, "her": 0.3765288386234401, "woman": 0.3724346924939691}, "another": {"her - woman": -0.07694523549951068, "her": 0.22019577218525052, "woman": 0.2971410076847612}, "any": {"her - woman": -0.07979249063622806, "her": 0.1726126005321763, "woman": 0.25240509116840437}, "anyone": {"her - woman": -0.08987663019718262, "her": 0.08839323354719311, "woman": 0.17826986374437573}, "ap": {"her - woman": -0.0797045105708375, "her": 0.2676957755738872, "woman": 0.3474002861447247}, "apartment": {"her - woman": -0.058454843889151675, "her": 0.29608627526475373, "woman": 0.3545411191539054}, "apparently": {"her - woman": -0.03443145592524566, "her": 0.24983446741109566, "woman": 0.2842659233363413}, "are": {"her - woman": -0.04439984117800755, "her": 0.16312315946106248, "woman": 0.20752300063907003}, "area": {"her - woman": -0.08897453644454056, "her": 0.10756434038301871, "woman": 0.19653887682755927}, "around": {"her - woman": 0.08097937179722109, "her": 0.24798919255499238, "woman": 0.1670098207577713}, "arrest": {"her - woman": -0.1363623936424675, "her": 0.23521322529629968, "woman": 0.37157561893876717}, "arrested": {"her - woman": -0.12566299926417232, "her": 0.24555186507082608, "woman": 0.3712148643349984}, "as": {"her - woman": -0.04419121510939142, "her": 0.2246342215843322, "woman": 0.2688254366937236}, "asian": {"her - woman": -0.14430102834253775, "her": 0.15024094179517597, "woman": 0.2945419701377137}, "assaulting": {"her - woman": -0.08584295142261805, "her": 0.3070478682701729, "woman": 0.39289081969279094}, "at": {"her - woman": 0.00649476228175111, "her": 0.27222692640324897, "woman": 0.26573216412149786}, "attack": {"her - woman": -0.036375222000488594, "her": 0.19646749894264, "woman": 0.2328427209431286}, "attacked": {"her - woman": -0.08910251405932307, "her": 0.26543860509458234, "woman": 0.3545411191539054}, "attempt": {"her - woman": -0.08028423574926224, "her": 0.25903597823430097, "woman": 0.3393202139835632}, "attends": {"her - woman": -0.07621571000113936, "her": 0.31726731633360494, "woman": 0.3934830263347443}, "babies": {"her - woman": -0.0842413803351637, "her": 0.19590042639570676, "woman": 0.28014180673087047}, "back": {"her - woman": 0.13740738002223787, "her": 0.29097667254900716, "woman": 0.1535692925267693}, "bad": {"her - woman": -0.08840502596564437, "her": 0.11920259202644945, "woman": 0.20760761799209382}, "be": {"her - woman": -0.04434340372787329, "her": 0.22156833114512678, "woman": 0.26591173487300007}, "beast": {"her - woman": -0.03315561442615372, "her": 0.28389076653882467, "woman": 0.3170463809649784}, "beat": {"her - woman": -0.12690342568563096, "her": 0.23285797524353008, "woman": 0.35976140092916103}, "beaten": {"her - woman": -0.15030210776684383, "her": 0.25702592108438754, "woman": 0.40732802885123137}, "beating": {"her - woman": -0.08183315566867871, "her": 0.23521322529629968, "woman": 0.3170463809649784}, "beautiful": {"her - woman": 0.018979347571011967, "her": 0.2518220685141406, "woman": 0.2328427209431286}, "because": {"her - woman": -0.029215347820188337, "her": 0.2245523690333376, "woman": 0.25376771685352595}, "been": {"her - woman": -0.13736984484016956, "her": 0.10860192676518733, "woman": 0.2459717716053569}, "behind": {"her - woman": 0.03788883375434146, "her": 0.284432250237953, "woman": 0.24654341648361153}, "being": {"her - woman": -0.05885118460053934, "her": 0.2176833516471089, "woman": 0.27653453624764823}, "beliefs": {"her - woman": -0.08260192260237556, "her": 0.22298631965198298, "woman": 0.30558824225435854}, "big": {"her - woman": -0.03697104132305368, "her": 0.17972511283132953, "woman": 0.2166961541543832}, "black": {"her - woman": -0.15759875571161192, "her": 0.2619460904732638, "woman": 0.4195448461848757}, "blacks": {"her - woman": -0.10310687929806439, "her": 0.16436052870560608, "woman": 0.26746740800367047}, "blind": {"her - woman": -0.13585705403512566, "her": 0.24010886242285367, "woman": 0.37596591645797933}, "blue": {"her - woman": -0.036049488387770307, "her": 0.20554207512058953, "woman": 0.24159156350835984}, "boy": {"her - woman": -0.18017678450500038, "her": 0.1530750075925761, "woman": 0.3332517920975765}, "boyfriend": {"her - woman": -0.002774533028766679, "her": 0.31885468155987606, "woman": 0.32162921458864274}, "boys": {"her - woman": -0.14023195201452865, "her": 0.19590042639570676, "woman": 0.3361323784102354}, "break": {"her - woman": -0.08384264948994338, "her": 0.20262326034384018, "woman": 0.28646590983378356}, "brother": {"her - woman": -0.035479058372292344, "her": 0.22130370556294496, "woman": 0.2567827639352373}, "brown": {"her - woman": -0.08792441789964664, "her": 0.12877173625473656, "woman": 0.2166961541543832}, "brutally": {"her - woman": -0.13291315968866652, "her": 0.2676957755738872, "woman": 0.4006089352625537}, "buisiness": {"her - woman": -0.07621571000113936, "her": 0.31726731633360494, "woman": 0.3934830263347443}, "burglarized": {"her - woman": -0.07621571000113936, "her": 0.31726731633360494, "woman": 0.3934830263347443}, "bus": {"her - woman": -0.20242611027307972, "her": 0.18810025648872153, "woman": 0.39052636676180125}, "but": {"her - woman": -0.012615931838369288, "her": 0.2370907276619539, "woman": 0.2497066595003232}, "by": {"her - woman": -0.06407377368665618, "her": 0.2732384424912961, "woman": 0.33731221617795226}, "ca": {"her - woman": -0.005030976792076619, "her": 0.20926067905034168, "woman": 0.2142916558424183}, "came": {"her - woman": 0.018844383866931796, "her": 0.23934073702846242, "woman": 0.22049635316153063}, "can": {"her - woman": 0.03160622134892768, "her": 0.24173942919131872, "woman": 0.21013320784239103}, "car": {"her - woman": -0.037155614639847456, "her": 0.28719913992106677, "woman": 0.3243547545609142}, "cause": {"her - woman": -0.14414309978587322, "her": 0.15211499817709653, "woman": 0.29625809796296976}, "charged": {"her - woman": 0.019294989715781474, "her": 0.28878618885119295, "woman": 0.2694911991354115}, "charges": {"her - woman": -0.08211394235273328, "her": 0.23078016684482555, "woman": 0.31289410919755883}, "check": {"her - woman": -0.0947120869906585, "her": 0.18573473462950715, "woman": 0.28044682162016565}, "child": {"her - woman": -0.00393350003705617, "her": 0.2820217781880322, "woman": 0.28595527822508837}, "children": {"her - woman": -0.064230658959854, "her": 0.18974578859978433, "woman": 0.25397644755963833}, "cite": {"her - woman": -0.07793511285846727, "her": 0.29334984049759827, "woman": 0.37128495335606554}, "clinton": {"her - woman": -0.13385484145848997, "her": 0.25903597823430097, "woman": 0.39289081969279094}, "close": {"her - woman": -0.00405014818234678, "her": 0.254001484673012, "woman": 0.25805163285535876}, "club": {"her - woman": -0.0807613798801301, "her": 0.25180688919207256, "woman": 0.33256826907220266}, "color": {"her - woman": -0.0364344934765338, "her": 0.19481035755682446, "woman": 0.23124485103335826}, "com": {"her - woman": -0.07266045545520097, "her": 0.19729723915326167, "woman": 0.26995769460846264}, "come": {"her - woman": 0.03780796759485164, "her": 0.23008663951126082, "woman": 0.19227867191640918}, "complex": {"her - woman": -0.0807613798801301, "her": 0.25180688919207256, "woman": 0.33256826907220266}, "confrontingthe": {"her - woman": -0.07621571000113936, "her": 0.31726731633360494, "woman": 0.3934830263347443}, "could": {"her - woman": -0.0709476261178057, "her": 0.22603914693383753, "woman": 0.2969867730516432}, "court": {"her - woman": -0.08992097450251213, "her": 0.25451243665424317, "woman": 0.3444334111567553}, "crime": {"her - woman": -0.14562307119080026, "her": 0.13417132833533024, "woman": 0.2797943995261305}, "crimes": {"her - woman": -0.08320257482850207, "her": 0.21322978380773233, "woman": 0.2964323586362344}, "damn": {"her - woman": -0.08480039869169637, "her": 0.18631706488792216, "woman": 0.2711174635796185}, "days": {"her - woman": 0.037897759018085314, "her": 0.2570999883982474, "woman": 0.21920222938016207}, "dead": {"her - woman": 0.019210088195115438, "her": 0.2772617210504742, "woman": 0.25805163285535876}, "death": {"her - woman": -0.10486734421163624, "her": 0.26915107741357047, "woman": 0.3740184216252067}, "demarco": {"her - woman": -0.07793511285846727, "her": 0.29334984049759827, "woman": 0.37128495335606554}, "different": {"her - woman": -0.08746052940849841, "her": 0.1378048062092565, "woman": 0.2252653356177549}, "disgusting": {"her - woman": -0.08526573664610382, "her": 0.1781915393351357, "woman": 0.2634572759812395}, "do": {"her - woman": 0.0036533409472185308, "her": 0.18769830706874713, "woman": 0.1840449661215286}, "does": {"her - woman": 0.05405307870267845, "her": 0.24928336911290938, "woman": 0.19523029041023093}, "dont": {"her - woman": -0.10209461369743345, "her": 0.17915827918351107, "woman": 0.2812528928809445}, "down": {"her - woman": -0.04117949186987374, "her": 0.19012218932771513, "woman": 0.23130168119758887}, "dr": {"her - woman": -0.14325242520342038, "her": 0.16251579019498966, "woman": 0.30576821539841004}, "drags": {"her - woman": -0.07621571000113936, "her": 0.31726731633360494, "woman": 0.3934830263347443}, "drop": {"her - woman": -0.08211394235273328, "her": 0.23078016684482555, "woman": 0.31289410919755883}, "early": {"her - woman": -0.03493515801548769, "her": 0.23618230556413083, "woman": 0.2711174635796185}, "east": {"her - woman": -0.08508881813987498, "her": 0.18129717591775266, "woman": 0.26638599405762764}, "else": {"her - woman": -0.08792441789964664, "her": 0.12877173625473656, "woman": 0.2166961541543832}, "ever": {"her - woman": 0.018418476588089178, "her": 0.20631956095437165, "woman": 0.18790108436628247}, "example": {"her - woman": -0.08535015242976501, "her": 0.1767024764079143, "woman": 0.2620526288376793}, "excuses": {"her - woman": -0.0789642618204251, "her": 0.2785659300028224, "woman": 0.3575301918232475}, "eyes": {"her - woman": -0.054857412089019564, "her": 0.2740258698413967, "woman": 0.32888328193041627}, "face": {"her - woman": -0.09304670048495636, "her": 0.21067919583408365, "woman": 0.30372589631904}, "family": {"her - woman": -0.020275042412984945, "her": 0.25337295442385716, "woman": 0.2736479968368421}, "fat": {"her - woman": -0.08152035216578907, "her": 0.24010886242285367, "woman": 0.32162921458864274}, "fault": {"her - woman": -0.03385030511231668, "her": 0.26543860509458234, "woman": 0.299288910206899}, "fear": {"her - woman": -0.08499595788948194, "her": 0.18291915638950512, "woman": 0.26791511427898707}, "feel": {"her - woman": -0.03710189108527315, "her": 0.17602290545828586, "woman": 0.213124796543559}, "female": {"her - woman": -0.1267453074069381, "her": 0.23449406078824273, "woman": 0.3612393681951808}, "few": {"her - woman": 0.0328038098389731, "her": 0.25057947577164297, "woman": 0.21777566593266987}, "fighting": {"her - woman": -0.08517868195514228, "her": 0.17972224677492976, "woman": 0.26490092873007204}, "filth": {"her - woman": -0.08369592893057892, "her": 0.2050743480522944, "woman": 0.28877027698287333}, "find": {"her - woman": -0.1725245576103805, "her": 0.1690517468095208, "woman": 0.3415763044199013}, "first": {"her - woman": 0.06825267624230644, "her": 0.24923070023106872, "woman": 0.18097802398876228}, "flipped": {"her - woman": -0.07793511285846727, "her": 0.29334984049759827, "woman": 0.37128495335606554}, "for": {"her - woman": -0.10445656868379749, "her": 0.26073371333590584, "woman": 0.3651902820197033}, "forced": {"her - woman": -0.0842413803351637, "her": 0.19590042639570676, "woman": 0.28014180673087047}, "found": {"her - woman": 0.032999155065117525, "her": 0.2979888158187876, "woman": 0.2649896607536701}, "four": {"her - woman": -0.08447861870732282, "her": 0.1918564453192716, "woman": 0.2763350640265944}, "from": {"her - woman": 0.01446762093215806, "her": 0.26174892499142866, "woman": 0.2472813040592706}, "front": {"her - woman": -0.0385460761107182, "her": 0.25433204072267984, "woman": 0.29287811683339804}, "gang": {"her - woman": -0.0590748832346108, "her": 0.2853585279221445, "woman": 0.3444334111567553}, "german": {"her - woman": -0.03621895740037037, "her": 0.200827680523848, "woman": 0.23704663792421837}, "get": {"her - woman": -0.0661389197018824, "her": 0.23800034147496202, "woman": 0.3041392611768444}, "gets": {"her - woman": -0.08632268366884174, "her": 0.159193982916155, "woman": 0.24551666658499674}, "girl": {"her - woman": 0.07615051951916585, "her": 0.34921831378297913, "woman": 0.2730677942638133}, "girls": {"her - woman": -0.06214572521967526, "her": 0.2299190136473802, "woman": 0.2920647388670555}, "give": {"her - woman": 0.01874986409716828, "her": 0.23129964745119824, "woman": 0.21254978335402996}, "go": {"her - woman": -0.01690580992817023, "her": 0.2250871852705677, "woman": 0.24199299519873793}, "god": {"her - woman": -0.08814513468687664, "her": 0.12440464866715333, "woman": 0.21254978335402996}, "gods": {"her - woman": -0.0842413803351637, "her": 0.19590042639570676, "woman": 0.28014180673087047}, "goes": {"her - woman": -0.09339642260201347, "her": 0.20554207512058953, "woman": 0.298938497722603}, "gone": {"her - woman": -0.08580906257352547, "her": 0.1685235064731637, "woman": 0.25433256904668916}, "good": {"her - woman": -0.10586691199652856, "her": 0.2131306202263434, "woman": 0.31899753222287197}, "got": {"her - woman": 0.06833735030635091, "her": 0.23762645418687986, "woman": 0.16928910388052895}, "granddaughter": {"her - woman": -0.07793511285846727, "her": 0.29334984049759827, "woman": 0.37128495335606554}, "groid": {"her - woman": -0.08953632632555336, "her": 0.25967337275292834, "woman": 0.3492096990784817}, "groids": {"her - woman": -0.08116715836306604, "her": 0.2455838165117697, "woman": 0.32675097487483573}, "grow": {"her - woman": -0.08447861870732282, "her": 0.1918564453192716, "woman": 0.2763350640265944}, "guess": {"her - woman": -0.08749912443047847, "her": 0.1370605513380158, "woman": 0.22455967576849428}, "gun": {"her - woman": -0.1434459158876575, "her": 0.1602799804313825, "woman": 0.30372589631904}, "guy": {"her - woman": -0.08445961227715187, "her": 0.2510108546879141, "woman": 0.335470466965066}, "had": {"her - woman": 0.052759445575235625, "her": 0.2621722154056136, "woman": 0.20941276983037796}, "hair": {"her - woman": -0.05692232379375939, "her": 0.25397824083914305, "woman": 0.31090056463290244}, "half": {"her - woman": -0.03660259891400289, "her": 0.1901003888694547, "woman": 0.2267029877834576}, "halloween": {"her - woman": -0.08337695825569322, "her": 0.2103621108088606, "woman": 0.2937390690645538}, "hang": {"her - woman": -0.0842413803351637, "her": 0.19590042639570676, "woman": 0.28014180673087047}, "happen": {"her - woman": -0.08551167452189984, "her": 0.17384006521682, "woman": 0.25935173973871983}, "hard": {"her - woman": -0.14494723947611063, "her": 0.1424736799017334, "woman": 0.28742091937784403}, "harris": {"her - woman": -0.08028423574926224, "her": 0.25903597823430097, "woman": 0.3393202139835632}, "has": {"her - woman": 0.09275166973634563, "her": 0.23121715565515955, "woman": 0.1384654859188139}, "have": {"her - woman": -0.014037381519607955, "her": 0.19607567587234426, "woman": 0.2101130573919522}, "he": {"her - woman": -0.04582044323979306, "her": 0.21696500443582045, "woman": 0.2627854476756135}, "healthy": {"her - woman": -0.08211394235273328, "her": 0.23078016684482555, "woman": 0.31289410919755883}, "hear": {"her - woman": -0.01987198645636945, "her": 0.2660832917687189, "woman": 0.28595527822508837}, "hearings": {"her - woman": -0.0789642618204251, "her": 0.2785659300028224, "woman": 0.3575301918232475}, "her": {"her - woman": 0.23260569008548054, "her": 0.6410983341501928, "woman": 0.40849264406471225}, "here": {"her - woman": -0.03502666203367641, "her": 0.2106835185083204, "woman": 0.2457101805419968}, "high": {"her - woman": -0.08789138494154314, "her": 0.1294214071077621, "woman": 0.21731279204930523}, "him": {"her - woman": 0.06823136046095471, "her": 0.2516747534271817, "woman": 0.183443392966227}, "his": {"her - woman": 0.08100226405856462, "her": 0.24607875080776803, "woman": 0.16507648674920342}, "hispanic": {"her - woman": -0.0841147177277056, "her": 0.1980459529545264, "woman": 0.282160670682232}, "home": {"her - woman": -0.012629764741546423, "her": 0.2968455606486357, "woman": 0.30947532539018213}, "homicide": {"her - woman": -0.08028423574926224, "her": 0.25903597823430097, "woman": 0.3393202139835632}, "hope": {"her - woman": 0.018320275815856324, "her": 0.1996448357761226, "woman": 0.18132455996026628}, "hopefully": {"her - woman": -0.08447861870732282, "her": 0.1918564453192716, "woman": 0.2763350640265944}, "house": {"her - woman": -0.004247052220268499, "her": 0.268246258692297, "woman": 0.2724933109125655}, "how": {"her - woman": 0.008393620423917308, "her": 0.21053015248402937, "woman": 0.20213653206011206}, "html": {"her - woman": -0.08649320127688204, "her": 0.15605373903779488, "woman": 0.2425469403146769}, "http": {"her - woman": -0.05997074509036879, "her": 0.19589374198914658, "woman": 0.25586448707951537}, "huge": {"her - woman": -0.08480039869169637, "her": 0.18631706488792216, "woman": 0.2711174635796185}, "husband": {"her - woman": 0.01950508128647771, "her": 0.33239919048403654, "woman": 0.31289410919755883}, "i": {"her - woman": 0.04327432553856175, "her": 0.30629290307501067, "woman": 0.2630185775364489}, "if": {"her - woman": -0.04383695212321892, "her": 0.23175704804066521, "woman": 0.27559400016388413}, "im": {"her - woman": -0.21304293090809248, "her": 0.10222998750233273, "woman": 0.3152729184104252}, "in": {"her - woman": -0.0585003125344532, "her": 0.3299084329061708, "woman": 0.388408745440624}, "index": {"her - woman": -0.08384264948994338, "her": 0.20262326034384018, "woman": 0.28646590983378356}, "injured": {"her - woman": -0.0797045105708375, "her": 0.2676957755738872, "woman": 0.3474002861447247}, "inside": {"her - woman": -0.08369592893057892, "her": 0.2050743480522944, "woman": 0.28877027698287333}, "intimidate": {"her - woman": -0.07621571000113936, "her": 0.31726731633360494, "woman": 0.3934830263347443}, "into": {"her - woman": 0.0683408283940922, "her": 0.23705285772036722, "woman": 0.16871202932627502}, "iowa": {"her - woman": -0.13291315968866652, "her": 0.2676957755738872, "woman": 0.4006089352625537}, "is": {"her - woman": 0.04047010174667032, "her": 0.31161784972793793, "woman": 0.2711477479812676}, "it": {"her - woman": 0.015854994707125925, "her": 0.26994604342748124, "woman": 0.2540910487203553}, "its": {"her - woman": -0.09830003289345493, "her": 0.12709797645810922, "woman": 0.22539800935156415}, "jew": {"her - woman": 0.03788186962953141, "her": 0.2492978872382437, "woman": 0.2114160176087123}, "jewish": {"her - woman": -0.08734139368559624, "her": 0.14009406646378456, "woman": 0.2274354601493808}, "jews": {"her - woman": -0.03788839741600858, "her": 0.15357164140154464, "woman": 0.19146003881755322}, "joel": {"her - woman": -0.07621571000113936, "her": 0.31726731633360494, "woman": 0.3934830263347443}, "just": {"her - woman": -0.021521343189475517, "her": 0.22368697088452683, "woman": 0.24520831407400234}, "kick": {"her - woman": -0.03443145592524566, "her": 0.24983446741109566, "woman": 0.2842659233363413}, "kid": {"her - woman": -0.0046049187129709734, "her": 0.22823780223015763, "woman": 0.2328427209431286}, "kids": {"her - woman": 0.09234996556373715, "her": 0.2585244666628088, "woman": 0.16617450109907167}, "killed": {"her - woman": -0.08119050379769083, "her": 0.2946424034800751, "woman": 0.3758329072777659}, "killing": {"her - woman": -0.08489989442416324, "her": 0.18459130471124824, "woman": 0.2694911991354115}, "know": {"her - woman": -0.02266429256316596, "her": 0.17928041130360162, "woman": 0.20194470386676758}, "large": {"her - woman": -0.08480039869169637, "her": 0.18631706488792216, "woman": 0.2711174635796185}, "last": {"her - woman": 0.054088632687046306, "her": 0.2330251267288323, "woman": 0.178936494041786}, "laugh": {"her - woman": -0.0038728597388050234, "her": 0.2625131343188226, "woman": 0.26638599405762764}, "lawyer": {"her - woman": -0.0797045105708375, "her": 0.2676957755738872, "woman": 0.3474002861447247}, "lay": {"her - woman": -0.08152035216578907, "her": 0.24010886242285367, "woman": 0.32162921458864274}, "least": {"her - woman": -0.08730051066720809, "her": 0.1408768564518783, "woman": 0.2281773671190864}, "liberals": {"her - woman": -0.08558905259686952, "her": 0.17246258025848923, "woman": 0.25805163285535876}, "light": {"her - woman": -0.08665384756602632, "her": 0.1530750075925761, "woman": 0.23972885515860243}, "like": {"her - woman": -0.05322138937117715, "her": 0.24850483576025156, "woman": 0.3017262251314287}, "line": {"her - woman": -0.03586422064952788, "her": 0.21067919583408365, "woman": 0.24654341648361153}, "live": {"her - woman": -0.09751475167673695, "her": 0.14059913202699517, "woman": 0.23811388370373213}, "local": {"her - woman": -0.14335025518998015, "her": 0.16138695319488647, "woman": 0.3047372083848666}, "london": {"her - woman": -0.08675599844612097, "her": 0.15117048540389266, "woman": 0.23792648385001364}, "long": {"her - woman": -0.08881350230818601, "her": 0.11088957055058828, "woman": 0.19970307285877428}, "look": {"her - woman": -0.13528329221364574, "her": 0.1365578004814003, "woman": 0.271841092695046}, "looking": {"her - woman": -0.20409658947973808, "her": 0.14416085932081768, "woman": 0.34825744880055576}, "loris": {"her - woman": -0.07621571000113936, "her": 0.31726731633360494, "woman": 0.3934830263347443}, "love": {"her - woman": 0.03788995754779695, "her": 0.25277369968762603, "woman": 0.21488374213982908}, "lovely": {"her - woman": -0.03346775218571829, "her": 0.275626433906917, "woman": 0.3090941860926353}, "m": {"her - woman": -0.08092845896040998, "her": 0.1525141957535644, "woman": 0.23344265471397438}, "makes": {"her - woman": -0.036375222000488594, "her": 0.19646749894264, "woman": 0.2328427209431286}, "making": {"her - woman": -0.03538198622623731, "her": 0.22396975351248252, "woman": 0.25935173973871983}, "male": {"her - woman": -0.09265795768099333, "her": 0.21633023336294233, "woman": 0.30898819104393566}, "mall": {"her - woman": -0.03346775218571829, "her": 0.275626433906917, "woman": 0.3090941860926353}, "man": {"her - woman": -0.19374085084861517, "her": 0.23050207383107726, "woman": 0.42424292467969243}, "mates": {"her - woman": -0.07793511285846727, "her": 0.29334984049759827, "woman": 0.37128495335606554}, "may": {"her - woman": -0.06307196231050047, "her": 0.21235223102392695, "woman": 0.2754241933344274}, "maybe": {"her - woman": -0.14778687696444665, "her": 0.10618957059519168, "woman": 0.25397644755963833}, "me": {"her - woman": -0.07942978682470203, "her": 0.24682478178372735, "woman": 0.3262545686084294}, "men": {"her - woman": -0.24937529175918308, "her": 0.13632530287405178, "woman": 0.38570059463323486}, "met": {"her - woman": -0.003586897227132013, "her": 0.27655490950373846, "woman": 0.28014180673087047}, "michael": {"her - woman": -0.1385676556096226, "her": 0.21322978380773233, "woman": 0.3517974394173549}, "middle": {"her - woman": -0.08469721603942487, "her": 0.18810025648872153, "woman": 0.2727974725281464}, "mixed": {"her - woman": -0.08620289758082994, "her": 0.16138695319488647, "woman": 0.2475898507757164}, "mom": {"her - woman": 0.01943418589294832, "her": 0.31317325495750215, "woman": 0.2937390690645538}, "month": {"her - woman": -0.004077406389588811, "her": 0.2527053575456485, "woman": 0.2567827639352373}, "more": {"her - woman": -0.04636034627933883, "her": 0.20538609764323418, "woman": 0.251746443922573}, "morning": {"her - woman": -0.03679238054345779, "her": 0.29567494766196945, "woman": 0.33246732820542724}, "most": {"her - woman": -0.08984454095256716, "her": 0.08909195308921883, "woman": 0.178936494041786}, "mother": {"her - woman": 0.010035033689023976, "her": 0.308973531411627, "woman": 0.298938497722603}, "mouth": {"her - woman": -0.03360483103979267, "her": 0.2719834112145659, "woman": 0.30558824225435854}, "movies": {"her - woman": -0.08480039869169637, "her": 0.18631706488792216, "woman": 0.2711174635796185}, "much": {"her - woman": -0.08982834965986622, "her": 0.08944401357975507, "woman": 0.17927236323962129}, "murder": {"her - woman": -0.09708440983167443, "her": 0.24665019471377797, "woman": 0.3437346045454524}, "murders": {"her - woman": -0.002860576643581525, "her": 0.31418580432139687, "woman": 0.3170463809649784}, "my": {"her - woman": 0.03267442827724534, "her": 0.27342349836240976, "woman": 0.2407490700851644}, "n": {"her - woman": 0.03805762299986268, "her": 0.25323821799187424, "woman": 0.21518059499201156}, "name": {"her - woman": 0.021954653641282462, "her": 0.293879079302429, "woman": 0.27192442566114655}, "nationalist": {"her - woman": -0.0879570579238304, "her": 0.12812880080068384, "woman": 0.21608585872451425}, "need": {"her - woman": -0.06541274381897672, "her": 0.16588893737861216, "woman": 0.23130168119758887}, "negro": {"her - woman": -0.0413267140716283, "her": 0.2600505665859994, "woman": 0.3013772806576277}, "negroid": {"her - woman": -0.08211394235273328, "her": 0.23078016684482555, "woman": 0.31289410919755883}, "never": {"her - woman": -0.02179254010793552, "her": 0.2060715921398765, "woman": 0.22786413224781202}, "new": {"her - woman": -0.006608028408462224, "her": 0.14402642624973264, "woman": 0.15063445465819486}, "news": {"her - woman": -0.21491591568916985, "her": 0.0846726822356001, "woman": 0.29958859792476994}, "news4jax": {"her - woman": -0.0797045105708375, "her": 0.2676957755738872, "woman": 0.3474002861447247}, "next": {"her - woman": -0.02033165288368921, "her": 0.25159277277745734, "woman": 0.27192442566114655}, "nigerian": {"her - woman": -0.08116715836306604, "her": 0.2455838165117697, "woman": 0.32675097487483573}, "night": {"her - woman": -0.004549003358032655, "her": 0.23077827665617723, "woman": 0.23532728001420988}, "no": {"her - woman": 0.0045552886720724994, "her": 0.22485833064870323, "woman": 0.22030304197663073}, "not": {"her - woman": -0.08960363708441851, "her": 0.20922920800211278, "woman": 0.2988328450865313}, "nothing": {"her - woman": 0.01859063465171462, "her": 0.2187591471587523, "woman": 0.20016851250703768}, "now": {"her - woman": 0.017970613060067364, "her": 0.17780702817436278, "woman": 0.15983641511429542}, "of": {"her - woman": -0.030332362018137382, "her": 0.2797689633191215, "woman": 0.31010132533725887}, "off": {"her - woman": 0.03294548041194412, "her": 0.2761532338649392, "woman": 0.24320775345299506}, "old": {"her - woman": -0.0734510902303096, "her": 0.31431348862731057, "woman": 0.38776457885762017}, "on": {"her - woman": -0.08413452454614229, "her": 0.2829926729921817, "woman": 0.367127197538324}, "once": {"her - woman": -0.08782410218844383, "her": 0.13074157538948483, "woman": 0.21856567757792866}, "one": {"her - woman": -0.04820327342720199, "her": 0.21342609751940161, "woman": 0.2616293709466036}, "online": {"her - woman": -0.035616086062791846, "her": 0.2175323552082105, "woman": 0.25314844127100233}, "only": {"her - woman": 0.03747755668872085, "her": 0.18833347995582297, "woman": 0.15085592326710212}, "or": {"her - woman": -0.021799894132679187, "her": 0.21614855418880163, "woman": 0.23794844832148082}, "other": {"her - woman": 0.08116106027635164, "her": 0.2300482855965483, "woman": 0.14888722532019666}, "others": {"her - woman": -0.036084552661005104, "her": 0.20456784303487557, "woman": 0.24065239569588068}, "our": {"her - woman": -0.08167450072001603, "her": 0.13891563327861722, "woman": 0.22059013399863325}, "out": {"her - woman": -0.05876883547153511, "her": 0.25767761502311826, "woman": 0.31644645049465336}, "over": {"her - woman": -0.006142032281682641, "her": 0.16256999704459238, "woman": 0.16871202932627502}, "own": {"her - woman": 0.005734418802983476, "her": 0.28130219491315106, "woman": 0.2755677761101676}, "palatka": {"her - woman": -0.1317084738428837, "her": 0.2785659300028224, "woman": 0.4102744038457061}, "part": {"her - woman": -0.14620524736309432, "her": 0.12686254690071896, "woman": 0.2730677942638133}, "people": {"her - woman": -0.006666808554891518, "her": 0.1914249348771838, "woman": 0.1980917434320753}, "perfectly": {"her - woman": -0.08028423574926224, "her": 0.25903597823430097, "woman": 0.3393202139835632}, "person": {"her - woman": 0.03786781825575078, "her": 0.2444298277680148, "woman": 0.20656200951226403}, "phil": {"her - woman": -0.07621571000113936, "her": 0.31726731633360494, "woman": 0.3934830263347443}, "please": {"her - woman": -0.08826370358553458, "her": 0.12203950701887302, "woman": 0.2103032106044076}, "pm": {"her - woman": -0.20920183525269226, "her": 0.13559882961877973, "woman": 0.344800664871472}, "police": {"her - woman": -0.09784953264927526, "her": 0.3037970866350933, "woman": 0.40164661928436857}, "poor": {"her - woman": -0.08587869693284753, "her": 0.1672697443381548, "woman": 0.25314844127100233}, "posted": {"her - woman": -0.14315232710705625, "her": 0.1636674394489462, "woman": 0.30681976655600246}, "powerful": {"her - woman": -0.08152035216578907, "her": 0.24010886242285367, "woman": 0.32162921458864274}, "pregnant": {"her - woman": -0.13462865344562014, "her": 0.25180688919207256, "woman": 0.3864355426376927}, "probably": {"her - woman": -0.0947120869906585, "her": 0.18573473462950715, "woman": 0.28044682162016565}, "proud": {"her - woman": -0.08654778998617027, "her": 0.15504377352218957, "woman": 0.24159156350835984}, "pulls": {"her - woman": -0.08515730618379913, "her": 0.31545162907875457, "woman": 0.4006089352625537}, "put": {"her - woman": -0.04031081300885267, "her": 0.21160131605198298, "woman": 0.25191212906083565}, "queen": {"her - woman": -0.08028423574926224, "her": 0.25903597823430097, "woman": 0.3393202139835632}, "race": {"her - woman": -0.06596180104586835, "her": 0.15451006944073634, "woman": 0.2204718704866047}, "racist": {"her - woman": -0.08782410218844383, "her": 0.13074157538948483, "woman": 0.21856567757792866}, "ran": {"her - woman": -0.08320257482850207, "her": 0.21322978380773233, "woman": 0.2964323586362344}, "range": {"her - woman": -0.08211394235273328, "her": 0.23078016684482555, "woman": 0.31289410919755883}, "re": {"her - woman": -0.18680915827987588, "her": 0.08533433383796761, "woman": 0.2721434921178435}, "read": {"her - woman": -0.14728638033204117, "her": 0.11286917219650304, "woman": 0.2601555525285442}, "really": {"her - woman": -0.08908395759325821, "her": 0.10528883307468861, "woman": 0.19437279066794683}, "reason": {"her - woman": -0.036119010605245916, "her": 0.2036098445533565, "woman": 0.23972885515860243}, "recovering": {"her - woman": -0.07621571000113936, "her": 0.31726731633360494, "woman": 0.3934830263347443}, "rent": {"her - woman": -0.07793511285846727, "her": 0.29334984049759827, "woman": 0.37128495335606554}, "reporter": {"her - woman": -0.0789642618204251, "her": 0.2785659300028224, "woman": 0.3575301918232475}, "results": {"her - woman": -0.08281696091442228, "her": 0.2195145574429774, "woman": 0.3023315183573997}, "right": {"her - woman": -0.021233269719437786, "her": 0.22340444183788016, "woman": 0.24463771155731795}, "rights": {"her - woman": -0.08281696091442228, "her": 0.2195145574429774, "woman": 0.3023315183573997}, "rlm": {"her - woman": -0.08398201036686115, "her": 0.20028391296948017, "woman": 0.2842659233363413}, "room": {"her - woman": -0.03406569631162548, "her": 0.25967337275292834, "woman": 0.2937390690645538}, "ruled": {"her - woman": -0.0797045105708375, "her": 0.2676957755738872, "woman": 0.3474002861447247}, "s": {"her - woman": 0.008320949285935797, "her": 0.26490132402423383, "woman": 0.25658037473829803}, "said": {"her - woman": 0.02398480782924256, "her": 0.31306200200992246, "woman": 0.2890771941806799}, "same": {"her - woman": -0.06528993378010473, "her": 0.16840738313799028, "woman": 0.233697316918095}, "saturday": {"her - woman": -0.08211394235273328, "her": 0.23078016684482555, "woman": 0.31289410919755883}, "saw": {"her - woman": 0.01859063465171462, "her": 0.2187591471587523, "woman": 0.20016851250703768}, "say": {"her - woman": 0.03754732519702986, "her": 0.19514984911052696, "woman": 0.1576025239134971}, "saying": {"her - woman": -0.08607771547754078, "her": 0.1636674394489462, "woman": 0.249745154926487}, "says": {"her - woman": -0.004727546089159873, "her": 0.22270791406022092, "woman": 0.2274354601493808}, "school": {"her - woman": 0.021304702631957356, "her": 0.23244207481114063, "woman": 0.21113737217918327}, "see": {"her - woman": -0.020153753843524636, "her": 0.26123249657771186, "woman": 0.2813862504212365}, "seems": {"her - woman": -0.08675599844612097, "her": 0.15117048540389266, "woman": 0.23792648385001364}, "seen": {"her - woman": -0.020719280742507423, "her": 0.2394362717860368, "woman": 0.2601555525285442}, "semen": {"her - woman": -0.07793511285846727, "her": 0.29334984049759827, "woman": 0.37128495335606554}, "separate": {"her - woman": -0.0789642618204251, "her": 0.2785659300028224, "woman": 0.3575301918232475}, "several": {"her - woman": -0.08573764090673491, "her": 0.16980591980574955, "woman": 0.25554356071248446}, "severely": {"her - woman": -0.08307627879028018, "her": 0.3403033157512665, "woman": 0.42337959454154667}, "she": {"her - woman": 0.21364892110068023, "her": 0.4778175898230653, "woman": 0.2641686687223851}, "shopping": {"her - woman": -0.07793511285846727, "her": 0.29334984049759827, "woman": 0.37128495335606554}, "shot": {"her - woman": -0.05459480458678717, "her": 0.2959066761683893, "woman": 0.35050148075517645}, "should": {"her - woman": -0.06022612517834311, "her": 0.19084309646839456, "woman": 0.2510692216467377}, "showed": {"her - woman": -0.033318808874592765, "her": 0.27957530032296607, "woman": 0.31289410919755883}, "shows": {"her - woman": -0.1434459158876575, "her": 0.1602799804313825, "woman": 0.30372589631904}, "sign": {"her - woman": -0.08436252671725536, "her": 0.19383953530687453, "woman": 0.2782020620241299}, "sister": {"her - woman": 0.03781949785084382, "her": 0.30420549190847146, "woman": 0.26638599405762764}, "site": {"her - woman": -0.09580274279693873, "her": 0.16868560092497603, "woman": 0.26448834372191476}, "sitting": {"her - woman": -0.14002945644548256, "her": 0.1980459529545264, "woman": 0.33807540940000896}, "slit": {"her - woman": -0.07621571000113936, "her": 0.31726731633360494, "woman": 0.3934830263347443}, "so": {"her - woman": 0.12267096722806814, "her": 0.2172135406059457, "woman": 0.09454257337787755}, "some": {"her - woman": -0.028850311678276258, "her": 0.24477298517303384, "woman": 0.2736232968513101}, "soon": {"her - woman": -0.03657552541424933, "her": 0.19085993473513146, "woman": 0.2274354601493808}, "sounds": {"her - woman": -0.035057139035456986, "her": 0.23285797524353008, "woman": 0.26791511427898707}, "speak": {"her - woman": -0.14380863157777715, "her": 0.15605373903779488, "woman": 0.299862370615572}, "specifically": {"her - woman": -0.0789642618204251, "her": 0.2785659300028224, "woman": 0.3575301918232475}, "spend": {"her - woman": -0.08320257482850207, "her": 0.21322978380773233, "woman": 0.2964323586362344}, "spending": {"her - woman": -0.03154038856155095, "her": 0.3259898032616966, "woman": 0.3575301918232475}, "standing": {"her - woman": -0.08932635215221063, "her": 0.2624710872651443, "woman": 0.3517974394173549}, "still": {"her - woman": -0.03743381065099241, "her": 0.16658990026152692, "woman": 0.20402371091251933}, "store": {"her - woman": -0.03443145592524566, "her": 0.24983446741109566, "woman": 0.2842659233363413}, "stories": {"her - woman": -0.03443145592524566, "her": 0.24983446741109566, "woman": 0.2842659233363413}, "story": {"her - woman": -0.020156648063980653, "her": 0.2570999883982474, "woman": 0.27725663646222803}, "straight": {"her - woman": -0.0841147177277056, "her": 0.1980459529545264, "woman": 0.282160670682232}, "street": {"her - woman": -0.06083929034705676, "her": 0.254001484673012, "woman": 0.31484077502006874}, "strong": {"her - woman": -0.0841147177277056, "her": 0.1980459529545264, "woman": 0.282160670682232}, "stuff": {"her - woman": -0.036084552661005104, "her": 0.20456784303487557, "woman": 0.24065239569588068}, "successful": {"her - woman": -0.08116715836306604, "her": 0.2455838165117697, "woman": 0.32675097487483573}, "surprised": {"her - woman": -0.0841147177277056, "her": 0.1980459529545264, "woman": 0.282160670682232}, "suspects": {"her - woman": -0.03297496391133137, "her": 0.2886542506773114, "woman": 0.32162921458864274}, "sweden": {"her - woman": -0.08607771547754078, "her": 0.1636674394489462, "woman": 0.249745154926487}, "t": {"her - woman": 0.014239063412881864, "her": 0.24990582182462776, "woman": 0.2356667584117459}, "take": {"her - woman": -0.005709707548573806, "her": 0.18029642747587754, "woman": 0.18600613502445135}, "talk": {"her - woman": -0.037451810851998446, "her": 0.16607661174659463, "woman": 0.20352842259859308}, "talking": {"her - woman": -0.08614101108000718, "her": 0.16251579019498966, "woman": 0.24865680127499684}, "tall": {"her - woman": -0.08301647650985361, "her": 0.2162724336970454, "woman": 0.299288910206899}, "targeted": {"her - woman": -0.0789642618204251, "her": 0.2785659300028224, "woman": 0.3575301918232475}, "teacher": {"her - woman": -0.09352705915347154, "her": 0.2036098445533565, "woman": 0.29713690370682805}, "tells": {"her - woman": -0.03385030511231668, "her": 0.26543860509458234, "woman": 0.299288910206899}, "than": {"her - woman": -0.022130759032865766, "her": 0.1956449068998041, "woman": 0.21777566593266987}, "thank": {"her - woman": -0.08869232120497096, "her": 0.11337370690596428, "woman": 0.20206602811093524}, "thanksgiving": {"her - woman": -0.03277240640428686, "her": 0.2939785684705489, "woman": 0.32675097487483573}, "that": {"her - woman": 0.0010259006114438085, "her": 0.2770160561111925, "woman": 0.2759901554997487}, "the": {"her - woman": -0.04825960111208594, "her": 0.3060938797833475, "woman": 0.35435348089543345}, "their": {"her - woman": -0.0717019024739784, "her": 0.17007387569254134, "woman": 0.24177577816651974}, "them": {"her - woman": 0.03220031450132435, "her": 0.19469460514043277, "woman": 0.16249429063910842}, "then": {"her - woman": 0.06990918741157182, "her": 0.28061139335485746, "woman": 0.21070220594328565}, "there": {"her - woman": -0.08494333796546363, "her": 0.15390004983175942, "woman": 0.23884338779722306}, "they": {"her - woman": -0.031940306374148436, "her": 0.1975002517387618, "woman": 0.22944055811291023}, "thing": {"her - woman": -0.0047932097218902625, "her": 0.24512111537612633, "woman": 0.2499143250980166}, "this": {"her - woman": 0.08434514561033774, "her": 0.28241140981161683, "woman": 0.1980662642012791}, "those": {"her - woman": -0.09872956565910186, "her": 0.11952844782480522, "woman": 0.21825801348390708}, "thread": {"her - woman": -0.08946338852178073, "her": 0.09729403912972004, "woman": 0.18675742765150077}, "threaten": {"her - woman": -0.1317084738428837, "her": 0.2785659300028224, "woman": 0.4102744038457061}, "threw": {"her - woman": -0.08116715836306604, "her": 0.2455838165117697, "woman": 0.32675097487483573}, "throat": {"her - woman": -0.08640876612032089, "her": 0.3000267765173718, "woman": 0.3864355426376927}, "till": {"her - woman": -0.0841147177277056, "her": 0.1980459529545264, "woman": 0.282160670682232}, "time": {"her - woman": 0.005149945531579131, "her": 0.25194554106870803, "woman": 0.2467955955371289}, "tnb": {"her - woman": -0.0797045105708375, "her": 0.2676957755738872, "woman": 0.3474002861447247}, "to": {"her - woman": -0.051302723934626815, "her": 0.3192999623880746, "woman": 0.37060268632270144}, "told": {"her - woman": 0.1097363913878967, "her": 0.34019881129025586, "woman": 0.23046241990235916}, "too": {"her - woman": -0.021989338697057104, "her": 0.19999961323325022, "woman": 0.22198895193030732}, "town": {"her - woman": -0.03720503058634561, "her": 0.173098180018062, "woman": 0.2103032106044076}, "treatment": {"her - woman": -0.03254149255483085, "her": 0.3000267765173718, "woman": 0.33256826907220266}, "try": {"her - woman": 0.0378644334985932, "her": 0.24339845579916453, "woman": 0.20553402230057133}, "trying": {"her - woman": -0.06303873891010348, "her": 0.21298982943500522, "woman": 0.2760285683451087}, "tuesday": {"her - woman": -0.033318808874592765, "her": 0.27957530032296607, "woman": 0.31289410919755883}, "turns": {"her - woman": -0.08802038701171289, "her": 0.27957530032296607, "woman": 0.36759568733467896}, "tv": {"her - woman": -0.13217206162413983, "her": 0.17483647246734138, "woman": 0.3070085340914812}, "two": {"her - woman": -0.06992054646905241, "her": 0.24274779027967788, "woman": 0.3126683367487303}, "u": {"her - woman": -0.145142521484501, "her": 0.14009406646378456, "woman": 0.28523658794828555}, "up": {"her - woman": -0.12721107294909065, "her": 0.21304706679705718, "woman": 0.3402581397461478}, "use": {"her - woman": -0.0886674219211399, "her": 0.11388222623777665, "woman": 0.20254964815891655}, "user": {"her - woman": -0.08211394235273328, "her": 0.23078016684482555, "woman": 0.31289410919755883}, "ve": {"her - woman": 0.018178014898724115, "her": 0.19042923469669323, "woman": 0.17225121979796912}, "victim": {"her - woman": -0.08910251405932307, "her": 0.26543860509458234, "woman": 0.3545411191539054}, "video": {"her - woman": -0.028589118131030405, "her": 0.24117405472701028, "woman": 0.2697631728580407}, "wait": {"her - woman": -0.03618619300698209, "her": 0.20174029084303155, "woman": 0.23792648385001364}, "walkway": {"her - woman": -0.07621571000113936, "her": 0.31726731633360494, "woman": 0.3934830263347443}, "want": {"her - woman": -0.08844497772134982, "her": 0.19344389131628645, "woman": 0.28188886903763627}, "was": {"her - woman": -0.0011244902769398935, "her": 0.3328351192281375, "woman": 0.3339596095050774}, "way": {"her - woman": -0.043146273190983936, "her": 0.21943320241068312, "woman": 0.26257947560166706}, "we": {"her - woman": 0.04688401694857011, "her": 0.23003167897669052, "woman": 0.1831476620281204}, "wednesday": {"her - woman": -0.05644012684310218, "her": 0.3299954157945905, "woman": 0.3864355426376927}, "week": {"her - woman": -0.004871604013156505, "her": 0.21628265980579514, "woman": 0.22115426381895165}, "weekend": {"her - woman": -0.034346727285401335, "her": 0.2521191825483822, "woman": 0.28646590983378356}, "well": {"her - woman": -0.04344526123675582, "her": 0.21265627387582434, "woman": 0.25610153511258016}, "were": {"her - woman": 0.08115581801706293, "her": 0.23069321473454732, "woman": 0.1495373967174844}, "what": {"her - woman": -0.030564507961167414, "her": 0.1887423200975542, "woman": 0.21930682805872162}, "whatever": {"her - woman": -0.08469721603942487, "her": 0.18810025648872153, "woman": 0.2727974725281464}, "when": {"her - woman": 0.09256703310946654, "her": 0.27337925975822447, "woman": 0.18081222664875793}, "where": {"her - woman": 0.008877707259028395, "her": 0.2353605231009927, "woman": 0.2264828158419643}, "which": {"her - woman": -0.0893101052619309, "her": 0.10054362784373333, "woman": 0.18985373310566422}, "while": {"her - woman": 0.009514025370153778, "her": 0.2725231369167178, "woman": 0.26300911154656403}, "white": {"her - woman": -0.17746615234804952, "her": 0.2852689252081899, "woman": 0.46273507755623944}, "whitey": {"her - woman": -0.08211394235273328, "her": 0.23078016684482555, "woman": 0.31289410919755883}, "who": {"her - woman": -0.1584115881883512, "her": 0.24738326666815588, "woman": 0.40579485485650707}, "whose": {"her - woman": -0.08152035216578907, "her": 0.24010886242285367, "woman": 0.32162921458864274}, "why": {"her - woman": -0.09730350174726596, "her": 0.14416085932081768, "woman": 0.24146436106808364}, "wife": {"her - woman": -0.08508881813987498, "her": 0.18129717591775266, "woman": 0.26638599405762764}, "will": {"her - woman": 0.0540886723866158, "her": 0.24738985731552277, "woman": 0.19330118492890697}, "william": {"her - woman": -0.0842413803351637, "her": 0.19590042639570676, "woman": 0.28014180673087047}, "with": {"her - woman": -0.07117309806717087, "her": 0.2866996986030043, "woman": 0.3578727966701752}, "wo": {"her - woman": -0.08543208445246842, "her": 0.17525270382614078, "woman": 0.2606847882786092}, "woman": {"her - woman": -0.3548306112978239, "her": 0.3458634293314752, "woman": 0.7006940406292991}, "womans": {"her - woman": -0.07621571000113936, "her": 0.31726731633360494, "woman": 0.3934830263347443}, "women": {"her - woman": -0.10015578575301384, "her": 0.20631764383591764, "woman": 0.3064734295889315}, "world": {"her - woman": -0.09717030701073101, "her": 0.14639192739600063, "woman": 0.24356223440673164}, "would": {"her - woman": -0.038389520790910375, "her": 0.22396598199402415, "woman": 0.2623555027849345}, "wrong": {"her - woman": -0.08638069403312493, "her": 0.15812812584495733, "woman": 0.24450881987808226}, "www": {"her - woman": -0.04438560739393635, "her": 0.19114434935897545, "woman": 0.2355299567529118}, "x202a": {"her - woman": -0.0842413803351637, "her": 0.19590042639570676, "woman": 0.28014180673087047}, "x202c": {"her - woman": -0.0842413803351637, "her": 0.19590042639570676, "woman": 0.28014180673087047}, "yard": {"her - woman": -0.03373187202397715, "her": 0.26859964633342254, "woman": 0.3023315183573997}, "year": {"her - woman": -0.09107616432487198, "her": 0.28716236528389577, "woman": 0.37823852960876775}, "years": {"her - woman": -0.12999989969639386, "her": 0.18481783775881022, "woman": 0.3148177374552041}, "yesterday": {"her - woman": -0.03373187202397715, "her": 0.26859964633342254, "woman": 0.3023315183573997}, "you": {"her - woman": -0.10714381636262824, "her": 0.14957120098644747, "woman": 0.2567150173490757}, "young": {"her - woman": 0.0190220046797277, "her": 0.2560686426039461, "woman": 0.23704663792421837}, "your": {"her - woman": -0.1358669480221069, "her": 0.13293030843419426, "woman": 0.26879725645630115}, "youtube": {"her - woman": -0.18478539350721576, "her": 0.17882004205819427, "woman": 0.36360543556541003}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-himself.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-himself.json new file mode 100644 index 0000000000000000000000000000000000000000..ec6029b3ce642e5e6aa3cde27b0b484bc017b780 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-himself.json @@ -0,0 +1 @@ +{"a": {"him - himself": -0.04247593267408195, "him": 0.36178430539725337, "himself": 0.4042602380713353}, "abraham": {"him - himself": -0.19495000927673778, "him": 0.326975622735601, "himself": 0.5219256320123388}, "after": {"him - himself": -0.11019377446873835, "him": 0.2597266605228449, "himself": 0.3699204349915832}, "all": {"him - himself": -0.07949149174935666, "him": 0.26188086486864653, "himself": 0.3413723566180032}, "and": {"him - himself": 0.07180990380064955, "him": 0.3997498253102883, "himself": 0.32793992150963874}, "any": {"him - himself": -0.1742207871633869, "him": 0.15843110332767157, "himself": 0.3326518904910585}, "are": {"him - himself": -0.11247915050446375, "him": 0.19233355952346862, "himself": 0.30481271002793237}, "arrested": {"him - himself": -0.21158682877684526, "him": 0.2324050111406903, "himself": 0.44399183991753555}, "ass": {"him - himself": -0.15884807482604874, "him": 0.2887232099089763, "himself": 0.44757128473502505}, "bad": {"him - himself": -0.1345226432488537, "him": 0.24566931744868292, "himself": 0.38019196069753664}, "be": {"him - himself": -0.05465147343691423, "him": 0.2884561914744113, "himself": 0.34310766491132555}, "because": {"him - himself": -0.0924838852573916, "him": 0.24145695294068642, "himself": 0.333940838198078}, "before": {"him - himself": -0.1702070992470976, "him": 0.19666383977155721, "himself": 0.3668709390186548}, "being": {"him - himself": -0.11151953220829472, "him": 0.2439156302547327, "himself": 0.3554351624630274}, "but": {"him - himself": -0.13403026046033206, "him": 0.26515976964789106, "himself": 0.3991900301082231}, "by": {"him - himself": -0.18227024175929246, "him": 0.25365410629692603, "himself": 0.4359243480562185}, "camera": {"him - himself": -0.20597438095658788, "him": 0.2663042096598264, "himself": 0.47227859061641425}, "chatroom": {"him - himself": -0.1904212595494823, "him": 0.35012035961205135, "himself": 0.5405416191615336}, "cheering": {"him - himself": -0.1904212595494823, "him": 0.35012035961205135, "himself": 0.5405416191615336}, "couple": {"him - himself": -0.21974119937056386, "him": 0.17805144838140835, "himself": 0.3977926477519722}, "d": {"him - himself": -0.10985301732243968, "him": 0.2637038543468052, "himself": 0.3735568716692449}, "day": {"him - himself": -0.11280758237793648, "him": 0.22799589131217052, "himself": 0.340803473690107}, "dealer": {"him - himself": -0.1996159464063516, "him": 0.30212145866089246, "himself": 0.5017374050672441}, "despite": {"him - himself": -0.20347558960910922, "him": 0.2806748764088565, "himself": 0.48415046601796574}, "did": {"him - himself": -0.1523101686870162, "him": 0.27786589156894786, "himself": 0.43017606025596405}, "digital": {"him - himself": -0.19495000927673778, "him": 0.326975622735601, "himself": 0.5219256320123388}, "drug": {"him - himself": -0.16016510542140605, "him": 0.2789523893847733, "himself": 0.43911749480617934}, "e": {"him - himself": -0.21691104179631404, "him": 0.19772837935709575, "himself": 0.4146394211534098}, "either": {"him - himself": -0.21675189080642934, "him": 0.19880689830019407, "himself": 0.4155587891066234}, "even": {"him - himself": -0.13829073799520955, "him": 0.20624349002944573, "himself": 0.3445342280246553}, "everyone": {"him - himself": -0.2198468152405025, "him": 0.17729780221543992, "himself": 0.39714461745594243}, "find": {"him - himself": -0.11191445380780846, "him": 0.23909598856303377, "himself": 0.3510104423708422}, "for": {"him - himself": -0.050138679378059436, "him": 0.305286159987585, "himself": 0.35542483936564445}, "forum": {"him - himself": -0.2228758205114109, "him": 0.15501589334753754, "himself": 0.37789171385894843}, "friend": {"him - himself": -0.20471091792273127, "him": 0.2821271891796713, "himself": 0.48683810710240255}, "from": {"him - himself": -0.03938560237611566, "him": 0.3214803030667667, "himself": 0.3608659054428824}, "fun": {"him - himself": -0.21190619823610204, "him": 0.2304003126663697, "himself": 0.44230651090247175}, "funny": {"him - himself": -0.21607797672632992, "him": 0.20334293622664681, "himself": 0.41942091295297673}, "get": {"him - himself": -0.07672607104052248, "him": 0.30239836748229054, "himself": 0.379124438522813}, "god": {"him - himself": -0.08851664734681386, "him": 0.2960737799490826, "himself": 0.3845904272958965}, "gotten": {"him - himself": -0.20930711592270862, "him": 0.2464669065431087, "himself": 0.45577402246581733}, "guy": {"him - himself": -0.05665281277396189, "him": 0.3284488751627865, "himself": 0.38510168793674837}, "have": {"him - himself": 0.058052218284801976, "him": 0.2789941667429293, "himself": 0.22094194845812734}, "having": {"him - himself": -0.21793691227056922, "him": 0.1907072283148148, "himself": 0.408644140585384}, "he": {"him - himself": 0.05748424984085554, "him": 0.45384851086428296, "himself": 0.3963642610234274}, "here": {"him - himself": -0.19827245926616646, "him": 0.1826600502209034, "himself": 0.38093250948706986}, "him": {"him - himself": 0.23477401658407387, "him": 0.6714495242197408, "himself": 0.4366755076356669}, "himself": {"him - himself": -0.43978834972233366, "him": 0.31012384021018496, "himself": 0.7499121899325186}, "his": {"him - himself": 0.11312712413576476, "him": 0.4551497970598489, "himself": 0.34202267292408417}, "home": {"him - himself": -0.1110880410711009, "him": 0.2491225141478657, "himself": 0.3602105552189666}, "https": {"him - himself": -0.22371354380492103, "him": 0.14860521824096556, "himself": 0.3723187620458866}, "i": {"him - himself": -0.028368664278546396, "him": 0.36541899971524117, "himself": 0.39378766399378756}, "if": {"him - himself": 0.05076398829003009, "him": 0.319169897632612, "himself": 0.2684059093425819}, "in": {"him - himself": -0.11784366990733125, "him": 0.3113532887371724, "himself": 0.42919695864450363}, "into": {"him - himself": -0.11241652178986689, "him": 0.23289122507989668, "himself": 0.34530774686976357}, "is": {"him - himself": 0.0007887786187135704, "him": 0.27347356987989074, "himself": 0.2726847912611772}, "islam": {"him - himself": -0.20782962474040617, "him": 0.2553613880073394, "himself": 0.46319101274774555}, "it": {"him - himself": -0.10077373742175527, "him": 0.27884087359671095, "himself": 0.3796146110184662}, "jew": {"him - himself": -0.16807523523812462, "him": 0.21550682706379087, "himself": 0.3835820623019155}, "just": {"him - himself": -0.06147116249296436, "him": 0.29748255113861677, "himself": 0.35895371363158113}, "killed": {"him - himself": -0.1293972377506667, "him": 0.2942238270246187, "himself": 0.4236210647752854}, "know": {"him - himself": -0.0756714772185669, "him": 0.24531403221776746, "himself": 0.32098550943633436}, "live": {"him - himself": -0.22627227868782715, "him": 0.12825174670313969, "himself": 0.35452402539096683}, "lol": {"him - himself": -0.1072317163303913, "him": 0.29323717593609483, "himself": 0.40046889226648613}, "m": {"him - himself": -0.17614125305345069, "him": 0.13854430943070833, "himself": 0.314685562484159}, "mail": {"him - himself": -0.21278831586431046, "him": 0.22481649586413494, "himself": 0.4376048117284454}, "maybe": {"him - himself": -0.16992393744120698, "him": 0.19921886455928312, "himself": 0.3691428020004901}, "me": {"him - himself": -0.07752785628763373, "him": 0.21230351894955843, "himself": 0.28983137523719216}, "might": {"him - himself": -0.21895494540370716, "him": 0.18361647265981548, "himself": 0.40257141806352265}, "more": {"him - himself": -0.22373530056760316, "him": 0.16266074993891894, "himself": 0.3863960505065221}, "morning": {"him - himself": -0.1599234379445006, "him": 0.2807598805478364, "himself": 0.440683318492337}, "my": {"him - himself": -0.0044002889271945456, "him": 0.24686723688316323, "himself": 0.2512675258103578}, "n": {"him - himself": -0.03614534931260782, "him": 0.23322492054025407, "himself": 0.2693702698528619}, "negro": {"him - himself": -0.16869684297273993, "him": 0.2101035826468309, "himself": 0.37880042561957084}, "new": {"him - himself": -0.13981639048111677, "him": 0.18911473541683577, "himself": 0.32893112589795254}, "not": {"him - himself": -0.0042116252383899155, "him": 0.25766995444422425, "himself": 0.26188157968261416}, "numerous": {"him - himself": -0.1904212595494823, "him": 0.35012035961205135, "himself": 0.5405416191615336}, "of": {"him - himself": -0.10719572483389694, "him": 0.3077842161310669, "himself": 0.4149799409649638}, "on": {"him - himself": 0.0876412128999603, "him": 0.30958878813355717, "himself": 0.22194757523359687}, "one": {"him - himself": -0.11786048244024683, "him": 0.25621571496083567, "himself": 0.3740761974010825}, "or": {"him - himself": 0.029699139629379256, "him": 0.29810504897196116, "himself": 0.2684059093425819}, "org": {"him - himself": -0.22266740926607026, "him": 0.15659299656534548, "himself": 0.37926040583141574}, "out": {"him - himself": 0.03695089374192362, "him": 0.3167769729442369, "himself": 0.2798260792023133}, "overdosed": {"him - himself": -0.1904212595494823, "him": 0.35012035961205135, "himself": 0.5405416191615336}, "people": {"him - himself": -0.1314457031376181, "him": 0.23272132682160196, "himself": 0.36416702995922007}, "police": {"him - himself": -0.1328844872506253, "him": 0.26174552649413757, "himself": 0.39463001374476286}, "reason": {"him - himself": -0.16466384736059758, "him": 0.24398029322478643, "himself": 0.408644140585384}, "reminds": {"him - himself": -0.20440775507147824, "him": 0.2753612228189775, "himself": 0.47976897789045575}, "rid": {"him - himself": -0.20597438095658788, "him": 0.2663042096598264, "himself": 0.47227859061641425}, "russian": {"him - himself": -0.21190619823610204, "him": 0.2304003126663697, "himself": 0.44230651090247175}, "s": {"him - himself": 0.05128756809774204, "him": 0.2848163546720277, "himself": 0.23352878657428566}, "said": {"him - himself": -0.05769927389991503, "him": 0.3095441633532902, "himself": 0.36724343725320524}, "saw": {"him - himself": -0.13525364437582313, "him": 0.23830322729342177, "himself": 0.3735568716692449}, "set": {"him - himself": -0.1292583355443731, "him": 0.29547351856861304, "himself": 0.42473185411298614}, "show": {"him - himself": -0.1110880410711009, "him": 0.2491225141478657, "himself": 0.3602105552189666}, "so": {"him - himself": -0.06135856256670713, "him": 0.2994151608024718, "himself": 0.36077372336917896}, "something": {"him - himself": -0.13589629379747073, "him": 0.23172205300754087, "himself": 0.3676183468050116}, "stormfront": {"him - himself": -0.2247287245262338, "him": 0.14067566836734693, "himself": 0.36540439289358073}, "story": {"him - himself": -0.16715950200477217, "him": 0.22333952152214318, "himself": 0.39049902352691535}, "straight": {"him - himself": -0.21125287985607324, "him": 0.23449183057735953, "himself": 0.4457447104334328}, "superiority": {"him - himself": -0.20523332551318613, "him": 0.2706086587789285, "himself": 0.4758419842921146}, "support": {"him - himself": -0.21907266525665559, "him": 0.1827882896283735, "himself": 0.4018609548850291}, "t": {"him - himself": -0.03625661711188766, "him": 0.2299151775094846, "himself": 0.26617179462137225}, "than": {"him - himself": -0.22878837620943165, "him": 0.1069119607676887, "himself": 0.3357003369771204}, "that": {"him - himself": -0.13578410125954365, "him": 0.2892306071997221, "himself": 0.42501470845926576}, "the": {"him - himself": -0.045430572976120964, "him": 0.34516523251726283, "himself": 0.3905958054933838}, "there": {"him - himself": -0.09686097094217377, "him": 0.17242114510783063, "himself": 0.2692821160500044}, "these": {"him - himself": -0.17447364414491853, "him": 0.15587944034250575, "himself": 0.3303530844874243}, "they": {"him - himself": -0.05650385090224036, "him": 0.2520456130388453, "himself": 0.3085494639410857}, "think": {"him - himself": -0.09295146254306927, "him": 0.23458775348846125, "himself": 0.3275392160315305}, "this": {"him - himself": -0.1122081716075865, "him": 0.25906825781960435, "himself": 0.37127642942719086}, "to": {"him - himself": 0.001191369547734078, "him": 0.3927993638792215, "himself": 0.3916079943314874}, "too": {"him - himself": -0.13878054280981855, "him": 0.20082675673103434, "himself": 0.3396072995408529}, "tried": {"him - himself": -0.2157160757433873, "him": 0.20575866107319318, "himself": 0.4214747368165805}, "trying": {"him - himself": -0.22109441961822923, "him": 0.16828094437036972, "himself": 0.38937536398859895}, "up": {"him - himself": 0.00538707517521092, "him": 0.29661196923561706, "himself": 0.29122489406040614}, "was": {"him - himself": -0.10505865268176906, "him": 0.3616073944378304, "himself": 0.46666604711959947}, "way": {"him - himself": -0.2523796760691741, "him": 0.16912925448341332, "himself": 0.4215089305525874}, "were": {"him - himself": -0.22976999722167202, "him": 0.09816392298644909, "himself": 0.3279339202081211}, "where": {"him - himself": -0.09175121559144328, "him": 0.2520189412789108, "himself": 0.34377015687035406}, "while": {"him - himself": -0.1094853485827389, "him": 0.2679575010691969, "himself": 0.3774428496519358}, "white": {"him - himself": 0.07028017963596567, "him": 0.3024393613720301, "himself": 0.23215918173606442}, "who": {"him - himself": -0.1827688514064248, "him": 0.25023287750657985, "himself": 0.43300172891300465}, "with": {"him - himself": 0.0017221793119677198, "him": 0.3329005679756812, "himself": 0.33117838866371346}, "would": {"him - himself": -0.013429491110768521, "him": 0.27885795972361627, "himself": 0.2922874508343848}, "www": {"him - himself": -0.11482084470875653, "him": 0.20184504524658264, "himself": 0.3166658899553392}, "you": {"him - himself": 0.08257971838878939, "him": 0.2881604462719304, "himself": 0.205580727883141}, "youtube": {"him - himself": -0.17836886606480382, "him": 0.11379976816465562, "himself": 0.29216863422945943}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-his.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-his.json new file mode 100644 index 0000000000000000000000000000000000000000..c90745d626750692ff9dd4941467310707ea08e6 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-his.json @@ -0,0 +1 @@ +{"1": {"him - his": 0.026463068205655194, "him": 0.19420713008402302, "his": 0.16774406187836782}, "104": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "17": {"him - his": 0.07488065086518292, "him": 0.30380273512386347, "his": 0.22892208425868055}, "2": {"him - his": 0.060797810084268905, "him": 0.2253857465579885, "his": 0.16458793647371958}, "20": {"him - his": -0.027138873410149644, "him": 0.19563167530214415, "his": 0.2227705487122938}, "2nd": {"him - his": 0.023003688260139765, "him": 0.2806748764088565, "his": 0.25767118814871676}, "3": {"him - his": 0.08576831692853862, "him": 0.267469896841979, "his": 0.1817015799134404}, "30": {"him - his": -0.027074983299423233, "him": 0.19990666149785047, "his": 0.2269816447972737}, "300": {"him - his": 0.02331596845144504, "him": 0.24925416557521224, "his": 0.2259381971237672}, "6": {"him - his": -0.027313752859475793, "him": 0.18361647265981548, "his": 0.21093022551929128}, "7": {"him - his": 0.023692061943327708, "him": 0.19990666149785047, "his": 0.17621459955452276}, "78265": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "a": {"him - his": 0.002623151684238656, "him": 0.36178430539725337, "his": 0.3591611537130147}, "abc": {"him - his": -0.02477748657319595, "him": 0.326975622735601, "his": 0.35175310930879694}, "about": {"him - his": -0.02192730152943778, "him": 0.2621328568110203, "his": 0.28406015834045806}, "absolutely": {"him - his": 0.02553756739867996, "him": 0.29093188231262707, "his": 0.2653943149139471}, "accused": {"him - his": -0.02597047539148367, "him": 0.2663042096598264, "his": 0.29227468505131005}, "act": {"him - his": 0.023545388365730946, "him": 0.2214018483365587, "his": 0.19785645997082776}, "acting": {"him - his": 0.023385798969215554, "him": 0.24132643349071967, "his": 0.2179406345215041}, "actions": {"him - his": 0.023109912980143477, "him": 0.2706086587789285, "his": 0.247498745798785}, "actually": {"him - his": -0.027601079701669418, "him": 0.16274468690527524, "his": 0.19034576660694466}, "adam": {"him - his": 0.07268791459712215, "him": 0.3520514611821366, "his": 0.27936354658501444}, "afghanistan": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "africa": {"him - his": 0.08530710726016386, "him": 0.2792386936243788, "his": 0.19393158636421495}, "after": {"him - his": -0.00654186303475629, "him": 0.2597266605228449, "his": 0.26626852355760117}, "afternoon": {"him - his": 0.023109912980143477, "him": 0.2706086587789285, "his": 0.247498745798785}, "again": {"him - his": 0.00979365028436241, "him": 0.2735994006296418, "his": 0.26380575034527937}, "age": {"him - his": -0.08232118466308935, "him": 0.20217366366505113, "his": 0.2844948483281405}, "ago": {"him - his": 0.0038285440350861732, "him": 0.23213991903157075, "his": 0.22831137499648457}, "agrees": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "ahead": {"him - his": 0.023153556872756054, "him": 0.2663042096598264, "his": 0.24315065278707032}, "alienate": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "all": {"him - his": -0.011454470762267133, "him": 0.26188086486864653, "his": 0.27333533563091367}, "allege": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "alone": {"him - his": 0.023752052777705784, "him": 0.18977153164623586, "his": 0.16601947886853008}, "alot": {"him - his": 0.023545388365730946, "him": 0.2214018483365587, "his": 0.19785645997082776}, "also": {"him - his": -0.06086575849638065, "him": 0.1252311838145944, "his": 0.18609694231097504}, "always": {"him - his": 0.029424941874812205, "him": 0.24769227054800133, "his": 0.21826732867318913}, "am": {"him - his": 0.024005786153645584, "him": 0.12017377204338381, "his": 0.09616798588973823}, "amongst": {"him - his": 0.023340930870628634, "him": 0.2464669065431087, "his": 0.22312597567248008}, "an": {"him - his": -0.027760873114652473, "him": 0.23171704402277699, "his": 0.25947791713742946}, "and": {"him - his": -0.00044814478804616753, "him": 0.3997498253102883, "his": 0.40019797009833447}, "angry": {"him - his": 0.07520879291335866, "him": 0.29567441608975875, "his": 0.2204656231764001}, "another": {"him - his": -0.08438419546558817, "him": 0.15148332158101607, "his": 0.23586751704660425}, "anti": {"him - his": -0.015468654829541378, "him": 0.248337095515738, "his": 0.26380575034527937}, "any": {"him - his": -0.0508400870697579, "him": 0.15843110332767157, "his": 0.20927119039742947}, "anything": {"him - his": -0.08450610270556697, "him": 0.14813797015365124, "his": 0.2326440728592182}, "apartment": {"him - his": -0.02622251074500337, "him": 0.2522110832706662, "his": 0.2784335940156696}, "ape": {"him - his": 0.07548002784422145, "him": 0.2887232099089763, "his": 0.21324318206475487}, "are": {"him - his": -0.0006787137282325273, "him": 0.19233355952346862, "his": 0.19301227325170114}, "area": {"him - his": 0.078176374895781, "him": 0.20053599801594163, "his": 0.12235962312016063}, "arm": {"him - his": -0.02589160899835541, "him": 0.2706086587789285, "his": 0.2965002677772839}, "armbar": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "around": {"him - his": 0.030666150497414585, "him": 0.2520189412789108, "his": 0.2213527907814962}, "arrested": {"him - his": -0.057787413896062456, "him": 0.2324050111406903, "his": 0.29019242503675274}, "as": {"him - his": -0.0027043878830173007, "him": 0.2753839819160887, "his": 0.278088369799106}, "ask": {"him - his": 0.08355248644101268, "him": 0.31878551288604123, "his": 0.23523302644502855}, "asks": {"him - his": 0.022857292959438613, "him": 0.2937249036291447, "his": 0.2708676106697061}, "ass": {"him - his": -0.005583687108280833, "him": 0.2887232099089763, "his": 0.29430689701725715}, "aswell": {"him - his": 0.022857292959438613, "him": 0.2937249036291447, "his": 0.2708676106697061}, "at": {"him - his": -0.001957608743448691, "him": 0.32661691274949106, "his": 0.32857452149293975}, "ate": {"him - his": 0.022627470775338665, "him": 0.31265633968191137, "his": 0.2900288689065727}, "atleast": {"him - his": 0.022627470775338665, "him": 0.31265633968191137, "his": 0.2900288689065727}, "attachment": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "attempted": {"him - his": 0.022757912075878017, "him": 0.30212145866089246, "his": 0.27936354658501444}, "attitude": {"him - his": 0.023060487648930095, "him": 0.2753612228189775, "his": 0.2523007351700474}, "auto": {"him - his": 0.022627470775338665, "him": 0.31265633968191137, "his": 0.2900288689065727}, "away": {"him - his": 0.053008940576175445, "him": 0.279833567375064, "his": 0.22682462679888854}, "back": {"him - his": 0.03398349610129614, "him": 0.2976967395516473, "his": 0.2637132434503512}, "backpack": {"him - his": 0.022627470775338665, "him": 0.31265633968191137, "his": 0.2900288689065727}, "bad": {"him - his": 0.003848116849594241, "him": 0.24566931744868292, "his": 0.24182120059908868}, "balls": {"him - his": 0.023003688260139765, "him": 0.2806748764088565, "his": 0.25767118814871676}, "bar": {"him - his": -0.026656076947044194, "him": 0.22661156319677023, "his": 0.2532676401438144}, "bautista": {"him - his": -0.025074823188766526, "him": 0.31265633968191137, "his": 0.3377311628706779}, "be": {"him - his": 0.0019017482893941562, "him": 0.2884561914744113, "his": 0.28655444318501716}, "beaten": {"him - his": 0.023364138343036828, "him": 0.24382976151943692, "his": 0.2204656231764001}, "beautiful": {"him - his": 0.023785621160780895, "him": 0.18361647265981548, "his": 0.1598308514990346}, "because": {"him - his": -0.013200858056252984, "him": 0.24145695294068642, "his": 0.2546578109969394}, "been": {"him - his": -0.10604596882155627, "him": 0.09662271361037235, "his": 0.20266868243192862}, "before": {"him - his": 0.07826339420531556, "him": 0.19666383977155721, "his": 0.11840044556624166}, "behaving": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "behaviour": {"him - his": 0.022757912075878017, "him": 0.30212145866089246, "his": 0.27936354658501444}, "behind": {"him - his": -0.0642169391783492, "him": 0.2508300592969267, "his": 0.3150469984752759}, "being": {"him - his": -0.020955306957392256, "him": 0.2439156302547327, "his": 0.26487093721212496}, "believe": {"him - his": -0.005957762006360917, "him": 0.2287279337381069, "his": 0.23468569574446782}, "best": {"him - his": -0.02745332712354434, "him": 0.1736670061958214, "his": 0.20112033331936574}, "bet": {"him - his": 0.025640490569521945, "him": 0.2826346854458359, "his": 0.256994194876314}, "better": {"him - his": 0.02627317046863989, "him": 0.22020475683285484, "his": 0.19393158636421495}, "between": {"him - his": 0.05938525730929031, "him": 0.2811511596825986, "his": 0.22176590237330826}, "black": {"him - his": -0.031530203893930575, "him": 0.25679990148706344, "his": 0.288330105380994}, "blanket": {"him - his": 0.022627470775338665, "him": 0.31265633968191137, "his": 0.2900288689065727}, "blesses": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "blonde": {"him - his": 0.02322772631472156, "him": 0.25873429442769613, "his": 0.23550656811297457}, "blue": {"him - his": 0.023735750666849936, "him": 0.19262600166763644, "his": 0.1688902510007865}, "book": {"him - his": -0.08247070779334295, "him": 0.19880689830019407, "his": 0.281277606093537}, "boy": {"him - his": 0.05239918419411202, "him": 0.30224357125866597, "his": 0.24984438706455395}, "break": {"him - his": -0.02645112890010204, "him": 0.23894318601384507, "his": 0.2653943149139471}, "british": {"him - his": -0.027004786944272885, "him": 0.2045375326424109, "his": 0.23154231958668378}, "brother": {"him - his": 0.07647200603973192, "him": 0.2611197844044521, "his": 0.18464777836472018}, "brown": {"him - his": 0.023865418160635227, "him": 0.1670064019505885, "his": 0.14314098378995327}, "buddies": {"him - his": 0.022757912075878017, "him": 0.30212145866089246, "his": 0.27936354658501444}, "but": {"him - his": 0.05557188742319624, "him": 0.26515976964789106, "his": 0.20958788222469482}, "butchy": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "butt": {"him - his": -0.025452979022432598, "him": 0.2937249036291447, "his": 0.3191778826515773}, "by": {"him - his": -0.038710230067304674, "him": 0.25365410629692603, "his": 0.2923643363642307}, "ca": {"him - his": -0.08389167457356925, "him": 0.16453483189832355, "his": 0.2484265064718928}, "california": {"him - his": 0.023519653702544774, "him": 0.22481649586413494, "his": 0.20129684216159016}, "call": {"him - his": 0.029663997133978437, "him": 0.32130889934191353, "his": 0.2916449022079351}, "called": {"him - his": 0.026162757534931497, "him": 0.233121873621537, "his": 0.2069591160866055}, "calls": {"him - his": 0.023153556872756054, "him": 0.2663042096598264, "his": 0.24315065278707032}, "came": {"him - his": 0.026236451922715315, "him": 0.2246412012565042, "his": 0.19840474933378888}, "camera": {"him - his": 0.023153556872756054, "him": 0.2663042096598264, "his": 0.24315065278707032}, "can": {"him - his": -0.007680802925894986, "him": 0.24468746548148004, "his": 0.25236826840737503}, "car": {"him - his": -0.06329274725759954, "him": 0.2723034740636727, "his": 0.33559622132127226}, "case": {"him - his": -0.05854965545605248, "him": 0.20959473654640517, "his": 0.26814439200245765}, "caught": {"him - his": 0.025762456849007742, "him": 0.2723034740636727, "his": 0.24654101721466498}, "cause": {"him - his": -0.027225031222197438, "him": 0.18977153164623586, "his": 0.2169965628684333}, "cbs": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "celebrate": {"him - his": -0.025803506854959357, "him": 0.2753612228189775, "his": 0.30116472967393687}, "certain": {"him - his": 0.02344310637878272, "him": 0.23449183057735953, "his": 0.21104872419857681}, "charged": {"him - his": -0.08143333700159802, "him": 0.2214018483365587, "his": 0.30283518533815673}, "chatroom": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "check": {"him - his": -0.00597045309306285, "him": 0.2266490866696048, "his": 0.23261953976266764}, "cheering": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "chick": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "child": {"him - his": -0.005935508055775085, "him": 0.23236606616839223, "his": 0.2383015742241673}, "childish": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "children": {"him - his": -0.08462028222479562, "him": 0.14495963929080602, "his": 0.22957992151560164}, "chocolate": {"him - his": 0.022857292959438613, "him": 0.2937249036291447, "his": 0.2708676106697061}, "christ": {"him - his": -0.057638567543702474, "him": 0.23666832947355468, "his": 0.29430689701725715}, "city": {"him - his": -0.027585291922783223, "him": 0.16393228033922044, "his": 0.19151757226200367}, "claims": {"him - his": -0.02645112890010204, "him": 0.23894318601384507, "his": 0.2653943149139471}, "class": {"him - his": 0.00388681168897681, "him": 0.2841334227333135, "his": 0.2802466110443367}, "climes": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "close": {"him - his": -0.02692695534730538, "him": 0.20959473654640517, "his": 0.23652169189371056}, "cnn": {"him - his": 0.023003688260139765, "him": 0.2806748764088565, "his": 0.25767118814871676}, "coat": {"him - his": 0.022857292959438613, "him": 0.2937249036291447, "his": 0.2708676106697061}, "com": {"him - his": 0.00988391933018673, "him": 0.20787826438659632, "his": 0.1979943450564096}, "come": {"him - his": -0.015674056393736452, "him": 0.2304848125420995, "his": 0.24615886893583594}, "comes": {"him - his": 0.023692061943327708, "him": 0.19990666149785047, "his": 0.17621459955452276}, "coming": {"him - his": 0.023798381398298568, "him": 0.1811664077667871, "his": 0.15736802636848854}, "commons": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "complaining": {"him - his": 0.022757912075878017, "him": 0.30212145866089246, "his": 0.27936354658501444}, "concerts": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "conslour": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "cool": {"him - his": -0.02681612697781957, "him": 0.21666271233878132, "his": 0.2434788393166009}, "coon": {"him - his": 0.023153556872756054, "him": 0.2663042096598264, "his": 0.24315065278707032}, "cops": {"him - his": -0.026274188720394664, "him": 0.24925416557521224, "his": 0.2755283542956069}, "could": {"him - his": 0.030608526205022524, "him": 0.25681622093070805, "his": 0.22620769472568553}, "country": {"him - his": -0.08520544758507764, "him": 0.1279093359927187, "his": 0.21311478357779634}, "couple": {"him - his": -0.027392405930681984, "him": 0.17805144838140835, "his": 0.20544385431209033}, "crap": {"him - his": 0.02371808183679766, "him": 0.19563167530214415, "his": 0.1719135934653465}, "crowd": {"him - his": 0.023003688260139765, "him": 0.2806748764088565, "his": 0.25767118814871676}, "d": {"him - his": 0.13760664979533999, "him": 0.2637038543468052, "his": 0.12609720455146523}, "damn": {"him - his": 0.07597144564477604, "him": 0.27551992977694356, "his": 0.19954848413216753}, "darkness": {"him - his": -0.02477748657319595, "him": 0.326975622735601, "his": 0.35175310930879694}, "darlington": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "dating": {"him - his": -0.02597047539148367, "him": 0.2663042096598264, "his": 0.29227468505131005}, "david": {"him - his": -0.05854965545605248, "him": 0.20959473654640517, "his": 0.26814439200245765}, "davidduke": {"him - his": 0.022627470775338665, "him": 0.31265633968191137, "his": 0.2900288689065727}, "dawg": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "day": {"him - his": -0.006764130173949751, "him": 0.22799589131217052, "his": 0.23476002148612027}, "days": {"him - his": 0.0776106724752681, "him": 0.22333952152214318, "his": 0.14572884904687508}, "decided": {"him - his": 0.02344310637878272, "him": 0.23449183057735953, "his": 0.21104872419857681}, "defending": {"him - his": -0.025588718115368503, "him": 0.28671294546807724, "his": 0.31230166358344574}, "demoralising": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "described": {"him - his": 0.022857292959438613, "him": 0.2937249036291447, "his": 0.2708676106697061}, "desert": {"him - his": 0.022937172455515575, "him": 0.28671294546807724, "his": 0.26377577301256167}, "did": {"him - his": 0.004443845284950176, "him": 0.27786589156894786, "his": 0.2734220462839977}, "digital": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "dirty": {"him - his": 0.023629227560721056, "him": 0.20959473654640517, "his": 0.18596550898568412}, "disgusting": {"him - his": -0.005715699471590341, "him": 0.26782550654206516, "his": 0.2735412060136555}, "do": {"him - his": 0.02406369423948518, "him": 0.23141937963189252, "his": 0.20735568539240734}, "does": {"him - his": -0.006136212798836055, "him": 0.19921886455928312, "his": 0.20535507735811917}, "dog": {"him - his": -0.029013600819719265, "him": 0.2707675137247977, "his": 0.29978111454451695}, "done": {"him - his": 0.02612699706076463, "him": 0.2370572225800559, "his": 0.21093022551929128}, "dont": {"him - his": 0.050019443716724094, "him": 0.26936832474586275, "his": 0.21934888102913866}, "doom": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "down": {"him - his": 0.019599927063353173, "him": 0.28945167959704726, "his": 0.2698517525336941}, "dreadlocks": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "drop": {"him - his": 0.023153556872756054, "him": 0.2663042096598264, "his": 0.24315065278707032}, "dropped": {"him - his": -0.02528735988939601, "him": 0.30212145866089246, "his": 0.32740881855028847}, "duke": {"him - his": -0.05792297846837438, "him": 0.22847111014636476, "his": 0.28639408861473914}, "during": {"him - his": -0.005834384336726256, "him": 0.24878509211688768, "his": 0.25461947645361394}, "duty": {"him - his": 0.023259713296016143, "him": 0.2553613880073394, "his": 0.23210167471132323}, "e": {"him - his": 0.02370545068583152, "him": 0.19772837935709575, "his": 0.17402292867126423}, "each": {"him - his": 0.023810306348254262, "him": 0.1788148497826529, "his": 0.15500454343439865}, "east": {"him - his": 0.023568943495292066, "him": 0.21819573637746792, "his": 0.19462679288217585}, "eating": {"him - his": 0.07556079058660883, "him": 0.28660951478518565, "his": 0.21104872419857681}, "eddie": {"him - his": 0.022627470775338665, "him": 0.31265633968191137, "his": 0.2900288689065727}, "either": {"him - his": 0.02369885550551673, "him": 0.19880689830019407, "his": 0.17510804279467734}, "else": {"him - his": -0.0060059502349385785, "him": 0.22081867656394996, "his": 0.22682462679888854}, "end": {"him - his": -0.059246253408733685, "him": 0.18705279619262588, "his": 0.24629904960135957}, "even": {"him - his": -0.032542711930234586, "him": 0.20624349002944573, "his": 0.2387862019596803}, "ever": {"him - his": 0.023968552392821932, "him": 0.13744130361099205, "his": 0.11347275121817012}, "every": {"him - his": -0.12168311391617839, "him": 0.12109380164966632, "his": 0.24277691556584471}, "everybody": {"him - his": 0.02322772631472156, "him": 0.25873429442769613, "his": 0.23550656811297457}, "everyone": {"him - his": -0.059530183571702894, "him": 0.17729780221543992, "his": 0.23682798578714281}, "evolution": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "explain": {"him - his": 0.023385798969215554, "him": 0.24132643349071967, "his": 0.2179406345215041}, "eyes": {"him - his": 0.023909395690707963, "him": 0.15606285733421207, "his": 0.1321534616435041}, "family": {"him - his": -0.06545977641487388, "him": 0.21959706636085125, "his": 0.2850568427757251}, "fans": {"him - his": 0.023109912980143477, "him": 0.2706086587789285, "his": 0.247498745798785}, "far": {"him - his": -0.006002180525121137, "him": 0.2214389654930056, "his": 0.22744114601812673}, "father": {"him - his": -0.05867218325300455, "him": 0.20575866107319318, "his": 0.26443084432619773}, "favorite": {"him - his": -0.026560696318366495, "him": 0.2324050111406903, "his": 0.2589657074590568}, "feds": {"him - his": 0.022757912075878017, "him": 0.30212145866089246, "his": 0.27936354658501444}, "feet": {"him - his": 0.023519653702544774, "him": 0.22481649586413494, "his": 0.20129684216159016}, "few": {"him - his": 0.048372405085922415, "him": 0.2609527984506781, "his": 0.21258039336475568}, "field": {"him - his": -0.026041851512660974, "him": 0.26236636036772887, "his": 0.28840821188038984}, "fight": {"him - his": -0.0594867244415144, "him": 0.1788148497826529, "his": 0.2383015742241673}, "find": {"him - his": 0.08676619697129767, "him": 0.23909598856303377, "his": 0.1523297915917361}, "finially": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "fires": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "first": {"him - his": -0.08099395861730535, "him": 0.184870301141983, "his": 0.26586425975928835}, "flea": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "floor": {"him - his": -0.07989099458958215, "him": 0.2522110832706662, "his": 0.33210207786024837}, "fm": {"him - his": 0.022627470775338665, "him": 0.31265633968191137, "his": 0.2900288689065727}, "following": {"him - his": 0.023385798969215554, "him": 0.24132643349071967, "his": 0.2179406345215041}, "fools": {"him - his": 0.023109912980143477, "him": 0.2706086587789285, "his": 0.247498745798785}, "football": {"him - his": 0.02359061498286441, "him": 0.21517262430282882, "his": 0.1915820093199644}, "for": {"him - his": 0.001286396999939099, "him": 0.305286159987585, "his": 0.3039997629876459}, "force": {"him - his": 0.023568943495292066, "him": 0.21819573637746792, "his": 0.19462679288217585}, "foreign": {"him - his": 0.02340608648883924, "him": 0.23894318601384507, "his": 0.21553709952500583}, "forest": {"him - his": 0.023109912980143477, "him": 0.2706086587789285, "his": 0.247498745798785}, "forgein": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "forum": {"him - his": -0.06013889937106659, "him": 0.15501589334753754, "his": 0.21515479271860413}, "forward": {"him - his": -0.026560696318366495, "him": 0.2324050111406903, "his": 0.2589657074590568}, "fought": {"him - his": -0.025803506854959357, "him": 0.2753612228189775, "his": 0.30116472967393687}, "found": {"him - his": 0.003846729079852479, "him": 0.24463430384360765, "his": 0.24078757476375517}, "french": {"him - his": -0.027091502999043282, "him": 0.19880689830019407, "his": 0.22589840129923736}, "friday": {"him - his": 0.023288999011985667, "him": 0.2522110832706662, "his": 0.22892208425868055}, "friend": {"him - his": 0.00388541363268885, "him": 0.2821271891796713, "his": 0.27824177554698243}, "friends": {"him - his": -0.084070707757598, "him": 0.15987239782696547, "his": 0.24394310558456347}, "friggen": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "from": {"him - his": 0.03345374732970974, "him": 0.3214803030667667, "his": 0.288026555737057}, "front": {"him - his": -0.06467948030884507, "him": 0.23955526643259084, "his": 0.3042347467414359}, "gang": {"him - his": -0.026410682478422348, "him": 0.24132643349071967, "his": 0.267737115969142}, "gather": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "get": {"him - his": 0.03692977712600576, "him": 0.30239836748229054, "his": 0.2654685903562848}, "gets": {"him - his": -0.00582810830174843, "him": 0.24979809086954, "his": 0.2556261991712884}, "getting": {"him - his": -0.027313752859475793, "him": 0.18361647265981548, "his": 0.21093022551929128}, "gf": {"him - his": 0.022627470775338665, "him": 0.31265633968191137, "his": 0.2900288689065727}, "girls": {"him - his": 0.11070648331538493, "him": 0.2722390081062954, "his": 0.1615325247909105}, "give": {"him - his": 0.053112146116151754, "him": 0.27579087452320444, "his": 0.2226787284070527}, "globalnews": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "go": {"him - his": 0.07319721921161304, "him": 0.28856637087868175, "his": 0.21536915166706871}, "god": {"him - his": 0.03007129546418502, "him": 0.2960737799490826, "his": 0.2660024844848976}, "goes": {"him - his": 0.023735750666849936, "him": 0.19262600166763644, "his": 0.1688902510007865}, "going": {"him - his": -0.0324491292000576, "him": 0.21121521964704423, "his": 0.24366434884710184}, "gone": {"him - his": 0.02737937019831127, "him": 0.291810214524509, "his": 0.26443084432619773}, "gonna": {"him - his": 0.02344310637878272, "him": 0.23449183057735953, "his": 0.21104872419857681}, "gonzalez": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "good": {"him - his": -0.04626123060857287, "him": 0.19660910491176226, "his": 0.24287033552033513}, "got": {"him - his": 0.03431984310905545, "him": 0.3234776360207465, "his": 0.289157792911691}, "grab": {"him - his": 0.023003688260139765, "him": 0.2806748764088565, "his": 0.25767118814871676}, "grabs": {"him - his": 0.022627470775338665, "him": 0.31265633968191137, "his": 0.2900288689065727}, "grant": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "green": {"him - his": 0.023620105108869943, "him": 0.2109360351157493, "his": 0.18731593000687935}, "group": {"him - his": 0.023890379170612236, "him": 0.16100529362567673, "his": 0.1371149144550645}, "guards": {"him - his": 0.023060487648930095, "him": 0.2753612228189775, "his": 0.2523007351700474}, "guidance": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "guy": {"him - his": 0.06188423221450856, "him": 0.3284488751627865, "his": 0.2665646429482779}, "had": {"him - his": 0.04475173868272686, "him": 0.3248138624028754, "his": 0.28006212372014855}, "hair": {"him - his": 0.1115467305071279, "him": 0.2540576416843928, "his": 0.14251091117726492}, "hal": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "half": {"him - his": -0.02740294336853874, "him": 0.17729780221543992, "his": 0.20470074558397866}, "hall": {"him - his": 0.023153556872756054, "him": 0.2663042096598264, "his": 0.24315065278707032}, "handed": {"him - his": 0.023003688260139765, "him": 0.2806748764088565, "his": 0.25767118814871676}, "happened": {"him - his": 0.058990800579590136, "him": 0.2942238270246187, "his": 0.23523302644502855}, "happening": {"him - his": 0.02344310637878272, "him": 0.23449183057735953, "his": 0.21104872419857681}, "hard": {"him - his": 0.023802445031150588, "him": 0.18037203478552719, "his": 0.1565695897543766}, "has": {"him - his": -0.08514806712660197, "him": 0.22420310018172637, "his": 0.30935116730832835}, "hated": {"him - his": 0.07411990843364924, "him": 0.32161865423243424, "his": 0.247498745798785}, "hates": {"him - his": 0.023109912980143477, "him": 0.2706086587789285, "his": 0.247498745798785}, "have": {"him - his": 0.02458353083951864, "him": 0.2789941667429293, "his": 0.2544106359034107}, "having": {"him - his": 0.02374676022085684, "him": 0.1907072283148148, "his": 0.16696046809395795}, "he": {"him - his": 0.022785081651366224, "him": 0.45384851086428296, "his": 0.43106342921291674}, "head": {"him - his": 0.028596338359130724, "him": 0.30987394445266775, "his": 0.281277606093537}, "heard": {"him - his": 0.003851610157211832, "him": 0.248337095515738, "his": 0.24448548535852616}, "hearted": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "hell": {"him - his": 0.02623086717017642, "him": 0.22530293467800794, "his": 0.19907206750783152}, "help": {"him - his": -0.029864199826242416, "him": 0.2273338852219474, "his": 0.2571980850481898}, "her": {"him - his": 0.019757214953187247, "him": 0.2693092534055421, "his": 0.24955203845235488}, "here": {"him - his": 0.08827607920650395, "him": 0.1826600502209034, "his": 0.09438397101439945}, "heritage": {"him - his": 0.07578014082950663, "him": 0.2807598805478364, "his": 0.20497973971832978}, "hey": {"him - his": -0.02745332712354434, "him": 0.1736670061958214, "his": 0.20112033331936574}, "him": {"him - his": 0.24286262399237407, "him": 0.6714495242197408, "his": 0.42858690022736673}, "himself": {"him - his": 0.07461727209721039, "him": 0.31012384021018496, "his": 0.23550656811297457}, "his": {"him - his": -0.21931830851103296, "him": 0.4551497970598489, "his": 0.6744681055708819}, "home": {"him - his": -0.006616675452728732, "him": 0.2491225141478657, "his": 0.25573918960059444}, "honor": {"him - his": 0.05733625683875676, "him": 0.34217758102955065, "his": 0.2848413241907939}, "hope": {"him - his": 0.03049450854783975, "him": 0.2659094522070556, "his": 0.23541494365921584}, "hospital": {"him - his": 0.022937172455515575, "him": 0.28671294546807724, "his": 0.26377577301256167}, "house": {"him - his": -0.04396915607033891, "him": 0.2774895059196531, "his": 0.321458661989992}, "how": {"him - his": 0.033478544454057096, "him": 0.2745778616690524, "his": 0.2410993172149953}, "http": {"him - his": -0.02826410929862097, "him": 0.1071640257403024, "his": 0.13542813503892337}, "https": {"him - his": 0.02393545630883527, "him": 0.14860521824096556, "his": 0.1246697619321303}, "hubbard": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "huffed": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "hundreds": {"him - his": 0.0761930269921696, "him": 0.26927574080421474, "his": 0.19308271381204514}, "i": {"him - his": 0.047559406585211905, "him": 0.36541899971524117, "his": 0.31785959313002926}, "id": {"him - his": 0.023557418405516367, "him": 0.21977444086851045, "his": 0.19621702246299408}, "if": {"him - his": 0.05315233395103797, "him": 0.319169897632612, "his": 0.26601756368157403}, "igger": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "ill": {"him - his": 0.025591737176108853, "him": 0.28660951478518565, "his": 0.2610177776090768}, "im": {"him - his": 0.023958511302878113, "him": 0.14109151169751535, "his": 0.11713300039463724}, "improve": {"him - his": 0.022757912075878017, "him": 0.30212145866089246, "his": 0.27936354658501444}, "in": {"him - his": -0.04481258078517936, "him": 0.3113532887371724, "his": 0.35616586952235174}, "instead": {"him - his": 0.02359061498286441, "him": 0.21517262430282882, "his": 0.1915820093199644}, "intergraton": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "internet": {"him - his": 0.023662697014889045, "him": 0.2045375326424109, "his": 0.18087483562752185}, "interviews": {"him - his": 0.022757912075878017, "him": 0.30212145866089246, "his": 0.27936354658501444}, "into": {"him - his": -0.045300684230490884, "him": 0.23289122507989668, "his": 0.27819190931038756}, "irish": {"him - his": 0.023918788606492103, "him": 0.15347756004219593, "his": 0.12955877143570382}, "is": {"him - his": -0.026106235283053336, "him": 0.27347356987989074, "his": 0.2995798051629441}, "it": {"him - his": -0.008064504297057296, "him": 0.27884087359671095, "his": 0.28690537789376824}, "its": {"him - his": 0.026602698087287324, "him": 0.1696823185637002, "his": 0.14307962047641287}, "jail": {"him - his": 0.05802251841129469, "him": 0.3234168333252418, "his": 0.2653943149139471}, "jesus": {"him - his": 0.003897362779921587, "him": 0.3051825158702931, "his": 0.3012851530903715}, "jew": {"him - his": -0.030078365679244767, "him": 0.21550682706379087, "his": 0.24558519274303564}, "jewish": {"him - his": 0.026176143698421084, "him": 0.23161999801051142, "his": 0.20544385431209033}, "jews": {"him - his": -0.04630141178947436, "him": 0.22967323568106943, "his": 0.2759746474705438}, "joeblogs": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "jones": {"him - his": 0.023003688260139765, "him": 0.2806748764088565, "his": 0.25767118814871676}, "jose": {"him - his": 0.07217293522596935, "him": 0.36220180413254205, "his": 0.2900288689065727}, "judge": {"him - his": 0.02353281457106221, "him": 0.22308129870322974, "his": 0.19954848413216753}, "jumped": {"him - his": 0.07411990843364924, "him": 0.32161865423243424, "his": 0.247498745798785}, "jury": {"him - his": 0.022857292959438613, "him": 0.2937249036291447, "his": 0.2708676106697061}, "just": {"him - his": 0.07194201900038111, "him": 0.29748255113861677, "his": 0.22554053213823566}, "justin": {"him - his": 0.023109912980143477, "him": 0.2706086587789285, "his": 0.247498745798785}, "k": {"him - his": -0.05792297846837438, "him": 0.22847111014636476, "his": 0.28639408861473914}, "keep": {"him - his": 0.0038509088010149906, "him": 0.24779401438557846, "his": 0.24394310558456347}, "kicked": {"him - his": -0.025703729625771943, "him": 0.2806748764088565, "his": 0.30637860603462846}, "kid": {"him - his": -0.012363869244430059, "him": 0.31557826675658723, "his": 0.3279421360010173}, "kids": {"him - his": -0.06718605499167349, "him": 0.1699605316686892, "his": 0.2371465866603627}, "killed": {"him - his": -0.030677107477760146, "him": 0.2942238270246187, "his": 0.32490093450237884}, "knew": {"him - his": 0.05882751939931152, "him": 0.2994130053547445, "his": 0.240585485955433}, "knife": {"him - his": 0.023259713296016143, "him": 0.2553613880073394, "his": 0.23210167471132323}, "know": {"him - his": 0.017314022149082398, "him": 0.24531403221776746, "his": 0.22800001006868506}, "knowbody": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "known": {"him - his": 0.07499773646449423, "him": 0.30093593358826143, "his": 0.2259381971237672}, "lads": {"him - his": 0.07391436367453591, "him": 0.32621509884458333, "his": 0.2523007351700474}, "lady": {"him - his": 0.023476131550398183, "him": 0.2304003126663697, "his": 0.20692418111597152}, "laid": {"him - his": 0.022857292959438613, "him": 0.2937249036291447, "his": 0.2708676106697061}, "large": {"him - his": 0.02353281457106221, "him": 0.22308129870322974, "his": 0.19954848413216753}, "last": {"him - his": 0.026532696156171015, "him": 0.18281449605090977, "his": 0.15628179989473875}, "laughing": {"him - his": 0.023259713296016143, "him": 0.2553613880073394, "his": 0.23210167471132323}, "least": {"him - his": -0.02738170432094056, "him": 0.1788148497826529, "his": 0.20619655410359347}, "leave": {"him - his": -0.00582810830174843, "him": 0.24979809086954, "his": 0.2556261991712884}, "led": {"him - his": 0.023060487648930095, "him": 0.2753612228189775, "his": 0.2523007351700474}, "lee": {"him - his": 0.022857292959438613, "him": 0.2937249036291447, "his": 0.2708676106697061}, "left": {"him - his": -0.08361423774438373, "him": 0.17159020543861633, "his": 0.25520444318300006}, "legal": {"him - his": 0.02322772631472156, "him": 0.25873429442769613, "his": 0.23550656811297457}, "let": {"him - his": -0.0002607156096908758, "him": 0.27378480282749884, "his": 0.2740455184371897}, "lets": {"him - his": 0.023620105108869943, "him": 0.2109360351157493, "his": 0.18731593000687935}, "letter": {"him - his": 0.023109912980143477, "him": 0.2706086587789285, "his": 0.247498745798785}, "liberal": {"him - his": 0.023662697014889045, "him": 0.2045375326424109, "his": 0.18087483562752185}, "life": {"him - his": 0.027809027079566284, "him": 0.25713916874103804, "his": 0.22933014166147175}, "light": {"him - his": -0.059137158749739155, "him": 0.1907072283148148, "his": 0.24984438706455395}, "like": {"him - his": 0.02438634908144366, "him": 0.28678199439027735, "his": 0.2623956453088337}, "list": {"him - his": 0.023579998526736173, "him": 0.21666271233878132, "his": 0.19308271381204514}, "listen": {"him - his": -0.026906107064150114, "him": 0.2109360351157493, "his": 0.2378421421798994}, "little": {"him - his": -0.030361056956318522, "him": 0.19921886455928312, "his": 0.22957992151560164}, "live": {"him - his": 0.023990476855498488, "him": 0.12825174670313969, "his": 0.1042612698476412}, "ll": {"him - his": 0.08653993518629566, "him": 0.24594815697766795, "his": 0.1594082217913723}, "local": {"him - his": -0.027091502999043282, "him": 0.19880689830019407, "his": 0.22589840129923736}, "lol": {"him - his": 0.08472220441172679, "him": 0.29323717593609483, "his": 0.20851497152436804}, "london": {"him - his": 0.023757211324829858, "him": 0.18885089780786082, "his": 0.16509368648303097}, "long": {"him - his": -0.06027973803177769, "him": 0.14955014351697787, "his": 0.20982988154875556}, "look": {"him - his": 0.014027437792588665, "him": 0.2598103472766689, "his": 0.24578290948408024}, "looked": {"him - his": 0.023600821364124502, "him": 0.21372297250887887, "his": 0.19012215114475436}, "looking": {"him - his": 0.06089745084715342, "him": 0.22066237561580382, "his": 0.1597649247686504}, "looks": {"him - his": -0.029925568434928412, "him": 0.22398678788056123, "his": 0.25391235631548964}, "lost": {"him - his": 0.025725220056895842, "him": 0.27551992977694356, "his": 0.24979470972004772}, "love": {"him - his": 0.13679679030417732, "him": 0.27806679050486327, "his": 0.14127000020068595}, "m": {"him - his": -0.0681196337070154, "him": 0.13854430943070833, "his": 0.20666394313772374}, "mail": {"him - his": 0.023519653702544774, "him": 0.22481649586413494, "his": 0.20129684216159016}, "malton": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "man": {"him - his": 0.011119558207795144, "him": 0.32239985150833167, "his": 0.3112802933005365}, "many": {"him - his": -0.06117662897201463, "him": 0.11105772223191988, "his": 0.17223435120393452}, "march": {"him - his": -0.10119104394127959, "him": 0.20217366366505113, "his": 0.3033647076063307}, "math": {"him - his": 0.07510678895335679, "him": 0.29823276462583687, "his": 0.22312597567248008}, "matter": {"him - his": 0.023677839817277335, "him": 0.20217366366505113, "his": 0.1784958238477738}, "may": {"him - his": 0.026263081807016253, "him": 0.2214389654930056, "his": 0.19517588368598934}, "maybe": {"him - his": -0.030361056956318522, "him": 0.19921886455928312, "his": 0.22957992151560164}, "me": {"him - his": 0.01744950386878319, "him": 0.21230351894955843, "his": 0.19485401508077524}, "media": {"him - his": -0.059246253408733685, "him": 0.18705279619262588, "his": 0.24629904960135957}, "meet": {"him - his": -0.027462972434261906, "him": 0.1729666944645749, "his": 0.20042966689883682}, "men": {"him - his": -0.027443543283050015, "him": 0.17437563697891512, "his": 0.20181918026196513}, "mercury": {"him - his": 0.022937172455515575, "him": 0.28671294546807724, "his": 0.26377577301256167}, "message": {"him - his": -0.027289535214508137, "him": 0.18530913022002143, "his": 0.21259866543452957}, "met": {"him - his": 0.023460070306441205, "him": 0.2324050111406903, "his": 0.20894494083424908}, "military": {"him - his": 0.023425147408799807, "him": 0.23666832947355468, "his": 0.21324318206475487}, "mine": {"him - his": 0.025828912057745845, "him": 0.26641439801317884, "his": 0.240585485955433}, "minister": {"him - his": 0.1322730492200124, "him": 0.3433217734185892, "his": 0.21104872419857681}, "minster": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "mocking": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "mom": {"him - his": 0.023340930870628634, "him": 0.2464669065431087, "his": 0.22312597567248008}, "money": {"him - his": 0.023854071470554045, "him": 0.16958292051742913, "his": 0.14572884904687508}, "monkey": {"him - his": 0.025282516019391077, "him": 0.31012384021018496, "his": 0.2848413241907939}, "monkies": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "month": {"him - his": 0.023638030607394778, "him": 0.20828580897211496, "his": 0.18464777836472018}, "more": {"him - his": -0.061005188488476886, "him": 0.16266074993891894, "his": 0.22366593842739582}, "morning": {"him - his": 0.07578014082950663, "him": 0.2807598805478364, "his": 0.20497973971832978}, "mother": {"him - his": 0.023735750666849936, "him": 0.19262600166763644, "his": 0.1688902510007865}, "mouth": {"him - his": -0.046318136568728185, "him": 0.31012384021018496, "his": 0.35644197677891315}, "move": {"him - his": 0.023757211324829858, "him": 0.18885089780786082, "his": 0.16509368648303097}, "moved": {"him - his": -0.0269669246307348, "him": 0.20700762027112124, "his": 0.23397454490185604}, "mr": {"him - his": -0.026625637019412313, "him": 0.22847111014636476, "his": 0.25509674716577707}, "much": {"him - his": 0.07854654594862019, "him": 0.18315272206359787, "his": 0.10460617611497768}, "mudslums": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "murder": {"him - his": -0.10119104394127959, "him": 0.20217366366505113, "his": 0.3033647076063307}, "music": {"him - his": 0.023854071470554045, "him": 0.16958292051742913, "his": 0.14572884904687508}, "my": {"him - his": 0.020197015555469516, "him": 0.24686723688316323, "his": 0.2266702213276937}, "n": {"him - his": -0.011981959595613961, "him": 0.23322492054025407, "his": 0.24520688013586803}, "name": {"him - his": -0.10309506881516012, "him": 0.2178100398439322, "his": 0.32090510865909233}, "nation": {"him - his": 0.026119415626009668, "him": 0.23787779178154064, "his": 0.21175837615553098}, "navy": {"him - his": 0.022857292959438613, "him": 0.2937249036291447, "his": 0.2708676106697061}, "nazi": {"him - his": 0.023364138343036828, "him": 0.24382976151943692, "his": 0.2204656231764001}, "nbc": {"him - his": 0.022937172455515575, "him": 0.28671294546807724, "his": 0.26377577301256167}, "need": {"him - his": 0.014039305364863336, "him": 0.25681622093070805, "his": 0.24277691556584471}, "needed": {"him - his": 0.023259713296016143, "him": 0.2553613880073394, "his": 0.23210167471132323}, "needs": {"him - his": 0.023425147408799807, "him": 0.23666832947355468, "his": 0.21324318206475487}, "neevr": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "negro": {"him - his": -0.10356240894765498, "him": 0.2101035826468309, "his": 0.3136659915944859}, "negroid": {"him - his": 0.023153556872756054, "him": 0.2663042096598264, "his": 0.24315065278707032}, "neighbor": {"him - his": 0.023003688260139765, "him": 0.2806748764088565, "his": 0.25767118814871676}, "never": {"him - his": 0.028285529737324067, "him": 0.20680969309838879, "his": 0.17852416336106472}, "new": {"him - his": 0.02841178733432323, "him": 0.18911473541683577, "his": 0.16070294808251254}, "news": {"him - his": -0.03241400467305461, "him": 0.21306202376618089, "his": 0.2454760284392355}, "next": {"him - his": 0.09039700254302765, "him": 0.31423125423965576, "his": 0.2238342516966281}, "niglet": {"him - his": 0.022857292959438613, "him": 0.2937249036291447, "his": 0.2708676106697061}, "nj": {"him - his": -0.025703729625771943, "him": 0.2806748764088565, "his": 0.30637860603462846}, "no": {"him - his": -0.01355154026040764, "him": 0.20747617070594296, "his": 0.2210277109663506}, "nobody": {"him - his": 0.023259713296016143, "him": 0.2553613880073394, "his": 0.23210167471132323}, "non": {"him - his": 0.02649248048153205, "him": 0.18955812867286378, "his": 0.16306564819133174}, "nor": {"him - his": 0.023340930870628634, "him": 0.2464669065431087, "his": 0.22312597567248008}, "not": {"him - his": 0.03696714489669603, "him": 0.25766995444422425, "his": 0.22070280954752822}, "nothing": {"him - his": -0.00610641219228078, "him": 0.20418908146373213, "his": 0.2102954936560129}, "notice": {"him - his": 0.02340608648883924, "him": 0.23894318601384507, "his": 0.21553709952500583}, "now": {"him - his": 0.030746827775515073, "him": 0.24504335915676773, "his": 0.21429653138125265}, "number": {"him - his": 0.025725220056895842, "him": 0.27551992977694356, "his": 0.24979470972004772}, "o": {"him - his": 0.023610643550211252, "him": 0.21231147338771328, "his": 0.18870082983750203}, "obama": {"him - his": -0.026525947031717262, "him": 0.23449183057735953, "his": 0.2610177776090768}, "obviously": {"him - his": 0.07488065086518292, "him": 0.30380273512386347, "his": 0.22892208425868055}, "of": {"him - his": -0.04719000118407779, "him": 0.3077842161310669, "his": 0.35497421731514467}, "off": {"him - his": 0.08244008969566202, "him": 0.30106592396762505, "his": 0.21862583427196303}, "officers": {"him - his": 0.023060487648930095, "him": 0.2753612228189775, "his": 0.2523007351700474}, "often": {"him - his": 0.023460070306441205, "him": 0.2324050111406903, "his": 0.20894494083424908}, "ohhh": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "ok": {"him - his": 0.05190805666039089, "him": 0.31878551288604123, "his": 0.26687745622565034}, "old": {"him - his": -0.006767751264783073, "him": 0.22747322326985867, "his": 0.23424097453464174}, "on": {"him - his": -0.025313777102478785, "him": 0.30958878813355717, "his": 0.33490256523603595}, "once": {"him - his": 0.027816060579650664, "him": 0.25650981238968246, "his": 0.2286937518100318}, "one": {"him - his": -0.00372112915509093, "him": 0.25621571496083567, "his": 0.2599368441159266}, "only": {"him - his": -0.13574636270521345, "him": 0.15452532844050326, "his": 0.2902716911457167}, "onto": {"him - his": 0.02322772631472156, "him": 0.25873429442769613, "his": 0.23550656811297457}, "op": {"him - his": 0.022937172455515575, "him": 0.28671294546807724, "his": 0.26377577301256167}, "open": {"him - his": 0.02374676022085684, "him": 0.1907072283148148, "his": 0.16696046809395795}, "or": {"him - his": 0.038975522640207094, "him": 0.29810504897196116, "his": 0.25912952633175407}, "org": {"him - his": -0.027681775680156062, "him": 0.15659299656534548, "his": 0.18427477224550154}, "other": {"him - his": -0.02484884021746747, "him": 0.23437705006171616, "his": 0.25922589027918364}, "our": {"him - his": -0.04650827843238545, "him": 0.18653731090932074, "his": 0.2330455893417062}, "out": {"him - his": 0.06086006295402013, "him": 0.3167769729442369, "his": 0.25591690999021677}, "outraged": {"him - his": 0.022627470775338665, "him": 0.31265633968191137, "his": 0.2900288689065727}, "over": {"him - his": -0.046913180140102095, "him": 0.20709458417816023, "his": 0.25400776431826233}, "overdosed": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "overwhelming": {"him - his": 0.022857292959438613, "him": 0.2937249036291447, "his": 0.2708676106697061}, "own": {"him - his": -0.0706891236530221, "him": 0.21724931438468986, "his": 0.28793843803771196}, "packi": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "parade": {"him - his": 0.023259713296016143, "him": 0.2553613880073394, "his": 0.23210167471132323}, "parents": {"him - his": -0.02727710261453059, "him": 0.18617438095403152, "his": 0.2134514835685621}, "partner": {"him - his": 0.022757912075878017, "him": 0.30212145866089246, "his": 0.27936354658501444}, "party": {"him - his": 0.023724134335090602, "him": 0.19461191789815618, "his": 0.17088778356306558}, "pass": {"him - his": 0.023677839817277335, "him": 0.20217366366505113, "his": 0.1784958238477738}, "patch": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "people": {"him - his": -0.01637640051421868, "him": 0.23272132682160196, "his": 0.24909772733582064}, "person": {"him - his": 0.003846729079852479, "him": 0.24463430384360765, "his": 0.24078757476375517}, "personally": {"him - his": 0.023060487648930095, "him": 0.2753612228189775, "his": 0.2523007351700474}, "phone": {"him - his": 0.02353281457106221, "him": 0.22308129870322974, "his": 0.19954848413216753}, "phony": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "pickering": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "picture": {"him - his": 0.11031204118345911, "him": 0.2801922717184903, "his": 0.1698802305350312}, "place": {"him - his": 0.06041969333237712, "him": 0.24212127324581753, "his": 0.1817015799134404}, "play": {"him - his": 0.023579998526736173, "him": 0.21666271233878132, "his": 0.19308271381204514}, "plummer": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "pm": {"him - his": 0.05994436726532543, "him": 0.26106470058469117, "his": 0.20112033331936574}, "point": {"him - his": 0.02611167940241324, "him": 0.2387103448369428, "his": 0.21259866543452957}, "police": {"him - his": 0.05992634623217244, "him": 0.26174552649413757, "his": 0.20181918026196513}, "poor": {"him - his": -0.027004786944272885, "him": 0.2045375326424109, "his": 0.23154231958668378}, "possible": {"him - his": 0.023557418405516367, "him": 0.21977444086851045, "his": 0.19621702246299408}, "possibly": {"him - his": 0.023109912980143477, "him": 0.2706086587789285, "his": 0.247498745798785}, "post": {"him - his": 0.08626188535381107, "him": 0.2540059472321789, "his": 0.16774406187836782}, "posts": {"him - his": -0.005733156053283062, "him": 0.26504021068737066, "his": 0.2707733667406537}, "power": {"him - his": 0.025925607601382933, "him": 0.2574679271880667, "his": 0.23154231958668378}, "pregnant": {"him - his": 0.022937172455515575, "him": 0.28671294546807724, "his": 0.26377577301256167}, "present": {"him - his": -0.026489482797703384, "him": 0.23666832947355468, "his": 0.26315781227125806}, "pride": {"him - his": -0.027138873410149644, "him": 0.19563167530214415, "his": 0.2227705487122938}, "principal": {"him - his": 0.022627470775338665, "him": 0.31265633968191137, "his": 0.2900288689065727}, "printing": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "prison": {"him - his": -0.026410682478422348, "him": 0.24132643349071967, "his": 0.267737115969142}, "probably": {"him - his": 0.0775209868828875, "him": 0.2266490866696048, "his": 0.1491280997867173}, "professor": {"him - his": 0.022937172455515575, "him": 0.28671294546807724, "his": 0.26377577301256167}, "proud": {"him - his": 0.0038832893847118855, "him": 0.2792498869638345, "his": 0.27536659757912263}, "public": {"him - his": -0.05955140772377185, "him": 0.17655364667985923, "his": 0.23610505440363108}, "pulled": {"him - his": 0.022857292959438613, "him": 0.2937249036291447, "his": 0.2708676106697061}, "punish": {"him - his": 0.022627470775338665, "him": 0.31265633968191137, "his": 0.2900288689065727}, "punk": {"him - his": 0.022857292959438613, "him": 0.2937249036291447, "his": 0.2708676106697061}, "put": {"him - his": 0.07408272130558793, "him": 0.2773143331820835, "his": 0.20323161187649555}, "r": {"him - his": -0.05785671064592032, "him": 0.2304003126663697, "his": 0.28825702331229003}, "racist": {"him - his": 0.060063256654916575, "him": 0.25650981238968246, "his": 0.19644655573476588}, "radio": {"him - his": 0.023610643550211252, "him": 0.21231147338771328, "his": 0.18870082983750203}, "rag": {"him - his": -0.025074823188766526, "him": 0.31265633968191137, "his": 0.3377311628706779}, "ran": {"him - his": -0.00550569042749377, "him": 0.30093593358826143, "his": 0.3064416240157552}, "rant": {"him - his": 0.022757912075878017, "him": 0.30212145866089246, "his": 0.27936354658501444}, "re": {"him - his": -0.028072369856081747, "him": 0.12457797008021917, "his": 0.15265033993630092}, "read": {"him - his": -0.06023030725714412, "him": 0.15148332158101607, "his": 0.2117136288381602}, "reading": {"him - his": -0.05821659920958028, "him": 0.21977444086851045, "his": 0.2779910400780907}, "reality": {"him - his": 0.02340608648883924, "him": 0.23894318601384507, "his": 0.21553709952500583}, "really": {"him - his": 0.060640498131983245, "him": 0.2325605773417268, "his": 0.17192007920974356}, "reason": {"him - his": 0.07701982513082847, "him": 0.24398029322478643, "his": 0.16696046809395795}, "regiment": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "relies": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "remark": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "remember": {"him - his": 0.027532582780527393, "him": 0.2801922717184903, "his": 0.2526596889379629}, "reminds": {"him - his": 0.023060487648930095, "him": 0.2753612228189775, "his": 0.2523007351700474}, "request": {"him - his": 0.022857292959438613, "him": 0.2937249036291447, "his": 0.2708676106697061}, "rest": {"him - his": -0.05874850596755485, "him": 0.20334293622664681, "his": 0.26209144219420166}, "return": {"him - his": 0.02641107507146867, "him": 0.353401902718444, "his": 0.32699082764697535}, "ride": {"him - his": -0.026410682478422348, "him": 0.24132643349071967, "his": 0.267737115969142}, "rigby": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "right": {"him - his": -0.0002741178916348397, "him": 0.2700832660787841, "his": 0.2703573839704189}, "rish": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "rob": {"him - his": 0.022757912075878017, "him": 0.30212145866089246, "his": 0.27936354658501444}, "rolling": {"him - his": -0.02477748657319595, "him": 0.326975622735601, "his": 0.35175310930879694}, "run": {"him - his": 0.023757211324829858, "him": 0.18885089780786082, "his": 0.16509368648303097}, "s": {"him - his": 0.012619803012017983, "him": 0.2848163546720277, "his": 0.2721965516600097}, "sacrifice": {"him - his": 0.023109912980143477, "him": 0.2706086587789285, "his": 0.247498745798785}, "safe": {"him - his": 0.02340608648883924, "him": 0.23894318601384507, "his": 0.21553709952500583}, "said": {"him - his": 0.0461807566258175, "him": 0.3095441633532902, "his": 0.2633634067274727}, "sat": {"him - his": 0.10667101291657607, "him": 0.34217758102955065, "his": 0.23550656811297457}, "saw": {"him - his": -0.015585034194300601, "him": 0.23830322729342177, "his": 0.25388826148772237}, "say": {"him - his": 0.03170089992803804, "him": 0.260480061941201, "his": 0.22877916201316295}, "says": {"him - his": 0.08484853174525325, "him": 0.2902923860573436, "his": 0.20544385431209033}, "school": {"him - his": 0.04711470099498269, "him": 0.2697353931093799, "his": 0.2226206921143972}, "screaming": {"him - his": 0.023003688260139765, "him": 0.2806748764088565, "his": 0.25767118814871676}, "scum": {"him - his": 0.023638030607394778, "him": 0.20828580897211496, "his": 0.18464777836472018}, "seal": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "section": {"him - his": 0.023600821364124502, "him": 0.21372297250887887, "his": 0.19012215114475436}, "secured": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "security": {"him - his": -0.026656076947044194, "him": 0.22661156319677023, "his": 0.2532676401438144}, "see": {"him - his": 0.055987663967621254, "him": 0.2978790009828294, "his": 0.24189133701520812}, "self": {"him - his": 0.0038978426511828146, "him": 0.30673302798933955, "his": 0.30283518533815673}, "selfish": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "send": {"him - his": 0.07738265939464511, "him": 0.23161999801051142, "his": 0.1542373386158663}, "senseless": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "sent": {"him - his": 0.02365474935503209, "him": 0.20575866107319318, "his": 0.1821039117181611}, "set": {"him - his": 0.02732912656615538, "him": 0.29547351856861304, "his": 0.26814439200245765}, "sexuality": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "shaved": {"him - his": 0.023003688260139765, "him": 0.2806748764088565, "his": 0.25767118814871676}, "she": {"him - his": 0.08701473871041912, "him": 0.2312195966170684, "his": 0.14420485790664928}, "shirt": {"him - his": 0.02319255064497794, "him": 0.26236636036772887, "his": 0.23917380972275093}, "shot": {"him - his": -0.047968727176995796, "him": 0.262394685500368, "his": 0.3103634126773638}, "should": {"him - his": -0.01763658654596434, "him": 0.2563665288093287, "his": 0.27400311535529304}, "show": {"him - his": 0.13836121708050952, "him": 0.2491225141478657, "his": 0.1107612970673562}, "shunning": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "signal": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "since": {"him - his": 0.026310681547279474, "him": 0.21550682706379087, "his": 0.1891961455165114}, "sister": {"him - his": 0.025780004108534538, "him": 0.2707675137247977, "his": 0.24498750961626314}, "sitting": {"him - his": 0.025591737176108853, "him": 0.28660951478518565, "his": 0.2610177776090768}, "skills": {"him - his": 0.023259713296016143, "him": 0.2553613880073394, "his": 0.23210167471132323}, "skinheads": {"him - his": 0.023153556872756054, "him": 0.2663042096598264, "his": 0.24315065278707032}, "slow": {"him - his": 0.023003688260139765, "him": 0.2806748764088565, "his": 0.25767118814871676}, "smashed": {"him - his": 0.022757912075878017, "him": 0.30212145866089246, "his": 0.27936354658501444}, "so": {"him - his": 0.011486811499612448, "him": 0.2994151608024718, "his": 0.2879283493028594}, "soldiers": {"him - his": 0.02331596845144504, "him": 0.24925416557521224, "his": 0.2259381971237672}, "some": {"him - his": 0.059198973956543915, "him": 0.26836234816847837, "his": 0.20916337421193446}, "someone": {"him - his": 0.029238472120319603, "him": 0.2637038543468052, "his": 0.2344653822264856}, "something": {"him - his": 0.06065925425497451, "him": 0.23172205300754087, "his": 0.17106279875256636}, "son": {"him - his": 0.059028654694177285, "him": 0.2930031995960333, "his": 0.23397454490185604}, "song": {"him - his": 0.07666826383681508, "him": 0.25516408768458887, "his": 0.1784958238477738}, "soon": {"him - his": -0.005940076177399861, "him": 0.23161999801051142, "his": 0.23756007418791128}, "sorrow": {"him - his": 0.022627470775338665, "him": 0.31265633968191137, "his": 0.2900288689065727}, "sorry": {"him - his": 0.023730021602000023, "him": 0.19361025213703123, "his": 0.1698802305350312}, "sould": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "speak": {"him - his": 0.023730021602000023, "him": 0.19361025213703123, "his": 0.1698802305350312}, "speaking": {"him - his": 0.023364138343036828, "him": 0.24382976151943692, "his": 0.2204656231764001}, "spend": {"him - his": 0.02331596845144504, "him": 0.24925416557521224, "his": 0.2259381971237672}, "spirit": {"him - his": -0.026274188720394664, "him": 0.24925416557521224, "his": 0.2755283542956069}, "star": {"him - his": 0.02331596845144504, "him": 0.24925416557521224, "his": 0.2259381971237672}, "started": {"him - his": 0.023692061943327708, "him": 0.19990666149785047, "his": 0.17621459955452276}, "step": {"him - his": -0.05683614525047698, "him": 0.25873429442769613, "his": 0.3155704396781731}, "stick": {"him - his": 0.025663133382059333, "him": 0.2807598805478364, "his": 0.25509674716577707}, "still": {"him - his": 0.06041969333237712, "him": 0.24212127324581753, "his": 0.1817015799134404}, "stockton": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "stood": {"him - his": -0.02589160899835541, "him": 0.2706086587789285, "his": 0.2965002677772839}, "stop": {"him - his": 0.023856989661517364, "him": 0.16892842380866424, "his": 0.14507143414714688}, "stories": {"him - his": 0.025565397637718257, "him": 0.2887232099089763, "his": 0.26315781227125806}, "stormed": {"him - his": 0.022627470775338665, "him": 0.31265633968191137, "his": 0.2900288689065727}, "stormfront": {"him - his": 0.023959693466313714, "him": 0.14067566836734693, "his": 0.11671597490103322}, "story": {"him - his": -0.0059906201393285785, "him": 0.22333952152214318, "his": 0.22933014166147175}, "strange": {"him - his": 0.023364138343036828, "him": 0.24382976151943692, "his": 0.2204656231764001}, "straw": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "streicher": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "student": {"him - his": 0.023460070306441205, "him": 0.2324050111406903, "his": 0.20894494083424908}, "students": {"him - his": 0.05938525730929031, "him": 0.2811511596825986, "his": 0.22176590237330826}, "stupid": {"him - his": 0.0237899727787087, "him": 0.1827882896283735, "his": 0.1589983168496648}, "substitute": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "such": {"him - his": 0.023890379170612236, "him": 0.16100529362567673, "his": 0.1371149144550645}, "suited": {"him - his": 0.022627470775338665, "him": 0.31265633968191137, "his": 0.2900288689065727}, "summer": {"him - his": 0.07597144564477604, "him": 0.27551992977694356, "his": 0.19954848413216753}, "sunnier": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "support": {"him - his": -0.05937168087753131, "him": 0.1827882896283735, "his": 0.24215997050590482}, "sure": {"him - his": 0.026332071326387013, "him": 0.21274552262064933, "his": 0.18641345129426232}, "suspended": {"him - his": 0.023003688260139765, "him": 0.2806748764088565, "his": 0.25767118814871676}, "t": {"him - his": -0.02694448677430672, "him": 0.2299151775094846, "his": 0.2568596642837913}, "taco": {"him - his": 0.022627470775338665, "him": 0.31265633968191137, "his": 0.2900288689065727}, "take": {"him - his": 0.07840842761938929, "him": 0.1899330561968225, "his": 0.1115246285774332}, "talk": {"him - his": 0.06674473618137106, "him": 0.30453297771848176, "his": 0.2377882415371107}, "talkin": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "tall": {"him - his": 0.023288999011985667, "him": 0.2522110832706662, "his": 0.22892208425868055}, "teach": {"him - his": 0.02365474935503209, "him": 0.20575866107319318, "his": 0.1821039117181611}, "teacher": {"him - his": -0.07829566256928083, "him": 0.24398029322478643, "his": 0.32227595579406726}, "teeth": {"him - his": 0.023153556872756054, "him": 0.2663042096598264, "his": 0.24315065278707032}, "tell": {"him - his": 0.02782299264802826, "him": 0.25588713067810387, "his": 0.2280641380300756}, "telling": {"him - his": -0.026656076947044194, "him": 0.22661156319677023, "his": 0.2532676401438144}, "than": {"him - his": -0.08586249634928979, "him": 0.1069119607676887, "his": 0.1927744571169785}, "thank": {"him - his": -0.060217642802529336, "him": 0.15197599556889557, "his": 0.2121936383714249}, "that": {"him - his": -0.041982707705674305, "him": 0.2892306071997221, "his": 0.3312133149053964}, "thatll": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "thats": {"him - his": 0.023662697014889045, "him": 0.2045375326424109, "his": 0.18087483562752185}, "the": {"him - his": -0.02237135319373712, "him": 0.34516523251726283, "his": 0.36753658571099995}, "their": {"him - his": -0.0487198461490925, "him": 0.12740826021744311, "his": 0.17612810636653561}, "them": {"him - his": 0.0036137122907889674, "him": 0.1402851172824357, "his": 0.13667140499164673}, "then": {"him - his": 0.023502308405034977, "him": 0.2951403568001886, "his": 0.2716380483951536}, "there": {"him - his": 0.014227513839347145, "him": 0.17242114510783063, "his": 0.1581936312684835}, "these": {"him - his": -0.08212371793720671, "him": 0.15587944034250575, "his": 0.23800315827971247}, "they": {"him - his": 0.007472815773196667, "him": 0.2520456130388453, "his": 0.24457279726564865}, "thing": {"him - his": 0.023959693466313714, "him": 0.14067566836734693, "his": 0.11671597490103322}, "things": {"him - his": 0.1368306210370724, "him": 0.2774895059196531, "his": 0.14065888488258071}, "think": {"him - his": 0.07541907252606897, "him": 0.23458775348846125, "his": 0.15916868096239228}, "this": {"him - his": -0.014065390987898607, "him": 0.25906825781960435, "his": 0.27313364880750296}, "those": {"him - his": -0.08584751901552358, "him": 0.10741699566950651, "his": 0.1932645146850301}, "thought": {"him - his": 0.07762780120456877, "him": 0.22269923535171565, "his": 0.14507143414714688}, "thousands": {"him - his": 0.02721323356843297, "him": 0.3036779726704364, "his": 0.2764647391020034}, "thread": {"him - his": -0.02793545533717534, "him": 0.13626855724430598, "his": 0.16420401258148132}, "threw": {"him - his": -0.025703729625771943, "him": 0.2806748764088565, "his": 0.30637860603462846}, "throng": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "through": {"him - his": -0.027491113341119172, "him": 0.1709136359926697, "his": 0.19840474933378888}, "thrown": {"him - his": 0.02517884334653231, "him": 0.31745352839784235, "his": 0.29227468505131005}, "time": {"him - his": -0.007159174512860689, "him": 0.25206671576632295, "his": 0.25922589027918364}, "times": {"him - his": 0.07382342864765373, "him": 0.2845880453353165, "his": 0.21076461668766278}, "to": {"him - his": 0.026081048534360773, "him": 0.3927993638792215, "his": 0.3667183153448607}, "today": {"him - his": 0.023856989661517364, "him": 0.16892842380866424, "his": 0.14507143414714688}, "told": {"him - his": 0.06575868072012625, "him": 0.33015023064133675, "his": 0.2643915499212105}, "tongue": {"him - his": 0.07268791459712215, "him": 0.3520514611821366, "his": 0.27936354658501444}, "too": {"him - his": -0.03264305189726477, "him": 0.20082675673103434, "his": 0.2334698086282991}, "took": {"him - his": 0.023677839817277335, "him": 0.20217366366505113, "his": 0.1784958238477738}, "tools": {"him - his": 0.022937172455515575, "him": 0.28671294546807724, "his": 0.26377577301256167}, "top": {"him - his": -0.026791773238795225, "him": 0.21819573637746792, "his": 0.24498750961626314}, "touch": {"him - his": 0.022757912075878017, "him": 0.30212145866089246, "his": 0.27936354658501444}, "traffic": {"him - his": 0.023003688260139765, "him": 0.2806748764088565, "his": 0.25767118814871676}, "trail": {"him - his": 0.022627470775338665, "him": 0.31265633968191137, "his": 0.2900288689065727}, "trash": {"him - his": 0.023385798969215554, "him": 0.24132643349071967, "his": 0.2179406345215041}, "tree": {"him - his": 0.023476131550398183, "him": 0.2304003126663697, "his": 0.20692418111597152}, "trudeau": {"him - his": 0.08139466846147203, "him": 0.3598282624771416, "his": 0.2784335940156696}, "trusted": {"him - his": 0.022627470775338665, "him": 0.31265633968191137, "his": 0.2900288689065727}, "truth": {"him - his": 0.02612699706076463, "him": 0.2370572225800559, "his": 0.21093022551929128}, "try": {"him - his": 0.11199078041331362, "him": 0.24361662707126938, "his": 0.13162584665795576}, "trying": {"him - his": -0.027526903164284855, "him": 0.16828094437036972, "his": 0.19580784753465458}, "turning": {"him - his": 0.023259713296016143, "him": 0.2553613880073394, "his": 0.23210167471132323}, "two": {"him - his": -0.10439098973793753, "him": 0.13823497663521286, "his": 0.2426259663731504}, "typical": {"him - his": 0.023364138343036828, "him": 0.24382976151943692, "his": 0.2204656231764001}, "u": {"him - his": 0.023814109765542046, "him": 0.17805144838140835, "his": 0.1542373386158663}, "uneven": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "universe": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "university": {"him - his": 0.02365474935503209, "him": 0.20575866107319318, "his": 0.1821039117181611}, "until": {"him - his": 0.023821475479170517, "him": 0.17655364667985923, "his": 0.15273217120068872}, "up": {"him - his": 0.014300934592701209, "him": 0.29661196923561706, "his": 0.28231103464291585}, "updates": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "upon": {"him - his": -0.02645112890010204, "him": 0.23894318601384507, "his": 0.2653943149139471}, "ur": {"him - his": 0.022937172455515575, "him": 0.28671294546807724, "his": 0.26377577301256167}, "urge": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "us": {"him - his": -0.08588468772098903, "him": 0.1061611260340441, "his": 0.19204581375503313}, "use": {"him - his": 0.06045423200910269, "him": 0.2406615904607469, "his": 0.1802073584516442}, "using": {"him - his": -0.02704074758674674, "him": 0.20217366366505113, "his": 0.22921441125179787}, "values": {"him - his": 0.02331596845144504, "him": 0.24925416557521224, "his": 0.2259381971237672}, "ve": {"him - his": -0.006273575277509991, "him": 0.17608163140245917, "his": 0.18235520667996916}, "very": {"him - his": 0.030709482323538484, "him": 0.24831204456902062, "his": 0.21760256224548213}, "victim": {"him - his": 0.07488065086518292, "him": 0.30380273512386347, "his": 0.22892208425868055}, "video": {"him - his": 0.014035838723421207, "him": 0.25770018757052304, "his": 0.24366434884710184}, "views": {"him - his": 0.023385798969215554, "him": 0.24132643349071967, "his": 0.2179406345215041}, "vile": {"him - his": 0.07430287561077203, "him": 0.31745352839784235, "his": 0.24315065278707032}, "w": {"him - his": 0.023460070306441205, "him": 0.2324050111406903, "his": 0.20894494083424908}, "walked": {"him - his": 0.023153556872756054, "him": 0.2663042096598264, "his": 0.24315065278707032}, "walks": {"him - his": 0.022627470775338665, "him": 0.31265633968191137, "his": 0.2900288689065727}, "wanna": {"him - his": 0.025369141108193882, "him": 0.30380273512386347, "his": 0.2784335940156696}, "want": {"him - his": -0.06005915384278765, "him": 0.19436857277921393, "his": 0.2544277266220016}, "wanted": {"him - his": 0.02369885550551673, "him": 0.19880689830019407, "his": 0.17510804279467734}, "wants": {"him - his": -0.027022993324074734, "him": 0.20334293622664681, "his": 0.23036592955072155}, "war": {"him - his": -0.02719746758065608, "him": 0.19165852812565232, "his": 0.2188559957063084}, "was": {"him - his": 0.010142572683275952, "him": 0.3616073944378304, "his": 0.35146482175455446}, "watch": {"him - his": -0.006235825712273491, "him": 0.18247798774948681, "his": 0.1887138134617603}, "watched": {"him - his": 0.07510678895335679, "him": 0.29823276462583687, "his": 0.22312597567248008}, "way": {"him - his": -0.06721235059947633, "him": 0.16912925448341332, "his": 0.23634160508288965}, "we": {"him - his": -0.016559214558230312, "him": 0.21785112086827874, "his": 0.23441033542650905}, "weapon": {"him - his": 0.02319255064497794, "him": 0.26236636036772887, "his": 0.23917380972275093}, "week": {"him - his": 0.11132365113022916, "him": 0.25906888728015126, "his": 0.1477452361499221}, "weeks": {"him - his": 0.05951932668618823, "him": 0.27651588955462153, "his": 0.2169965628684333}, "welcomed": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "welcomes": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "welfare": {"him - his": 0.023385798969215554, "him": 0.24132643349071967, "his": 0.2179406345215041}, "well": {"him - his": 0.028357974466029473, "him": 0.1970277971799087, "his": 0.16866982271387923}, "went": {"him - his": -0.006497138168537919, "him": 0.26603018701220743, "his": 0.27252732518074535}, "were": {"him - his": -0.12273215287055773, "him": 0.09816392298644909, "his": 0.22089607585700682}, "what": {"him - his": -0.027893402254639044, "him": 0.22439399585047398, "his": 0.252287398105113}, "whatever": {"him - his": 0.07591037878730639, "him": 0.27720722094889655, "his": 0.20129684216159016}, "when": {"him - his": 0.014248312238538674, "him": 0.3067490844630921, "his": 0.29250077222455345}, "whenever": {"him - his": 0.07488065086518292, "him": 0.30380273512386347, "his": 0.22892208425868055}, "where": {"him - his": -0.0003412751433146677, "him": 0.2520189412789108, "his": 0.25236021642222545}, "which": {"him - his": 0.053641415990868996, "him": 0.2536166318716249, "his": 0.19997521588075592}, "while": {"him - his": 0.009806523852269045, "him": 0.2679575010691969, "his": 0.25815097721692787}, "white": {"him - his": -0.0010768826715839563, "him": 0.3024393613720301, "his": 0.30351624404361405}, "whites": {"him - his": -0.0616230198552257, "him": 0.08858761153870645, "his": 0.15021063139393215}, "who": {"him - his": -0.016154494839558386, "him": 0.25023287750657985, "his": 0.26638737234613824}, "whut": {"him - his": 0.022439898735755026, "him": 0.326975622735601, "his": 0.30453572399984596}, "why": {"him - his": 0.02944035103518791, "him": 0.24629321845019142, "his": 0.2168528674150035}, "wife": {"him - his": -0.07639563888132789, "him": 0.3036779726704364, "his": 0.3800736115517643}, "wigger": {"him - his": 0.023003688260139765, "him": 0.2806748764088565, "his": 0.25767118814871676}, "wiggers": {"him - his": 0.023259713296016143, "him": 0.2553613880073394, "his": 0.23210167471132323}, "will": {"him - his": -0.05336628815362138, "him": 0.21395813211789055, "his": 0.26732442027151193}, "window": {"him - his": 0.02322772631472156, "him": 0.25873429442769613, "his": 0.23550656811297457}, "wisdom": {"him - his": -0.025452979022432598, "him": 0.2937249036291447, "his": 0.3191778826515773}, "with": {"him - his": 0.007680977465180205, "him": 0.3329005679756812, "his": 0.325219590510501}, "within": {"him - his": 0.023545388365730946, "him": 0.2214018483365587, "his": 0.19785645997082776}, "woman": {"him - his": 0.023854071470554045, "him": 0.16958292051742913, "his": 0.14572884904687508}, "won": {"him - his": -0.02589160899835541, "him": 0.2706086587789285, "his": 0.2965002677772839}, "wonder": {"him - his": -0.0299605195265219, "him": 0.22206576844262638, "his": 0.2520262879691483}, "wore": {"him - his": 0.022937172455515575, "him": 0.28671294546807724, "his": 0.26377577301256167}, "work": {"him - his": -0.006058113841700824, "him": 0.21220794850426067, "his": 0.2182660623459615}, "world": {"him - his": -0.027962727045284325, "him": 0.13398408666252834, "his": 0.16194681370781266}, "would": {"him - his": 0.0457759727143352, "him": 0.27885795972361627, "his": 0.23308198700928107}, "wouldnt": {"him - his": 0.022627470775338665, "him": 0.31265633968191137, "his": 0.2900288689065727}, "wouldve": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "wound": {"him - his": 0.022627470775338665, "him": 0.31265633968191137, "his": 0.2900288689065727}, "wp": {"him - his": 0.023425147408799807, "him": 0.23666832947355468, "his": 0.21324318206475487}, "wrench": {"him - his": 0.022111656864728324, "him": 0.35012035961205135, "his": 0.328008702747323}, "wrong": {"him - his": -0.05898780115146979, "him": 0.19563167530214415, "his": 0.25461947645361394}, "www": {"him - his": 0.029856103230315567, "him": 0.20184504524658264, "his": 0.17198894201626708}, "y": {"him - his": 0.07530456342245492, "him": 0.29324519794395904, "his": 0.2179406345215041}, "year": {"him - his": -0.07119656639299549, "him": 0.2045727456292547, "his": 0.2757693120222502}, "years": {"him - his": -0.030824544941589566, "him": 0.17052036991994468, "his": 0.20134491486153425}, "yes": {"him - his": 0.02638156210149617, "him": 0.20609870352571813, "his": 0.17971714142422196}, "yet": {"him - his": -0.027359788536931356, "him": 0.18037203478552719, "his": 0.20773182332245854}, "york": {"him - his": 0.02587299360665743, "him": 0.262394685500368, "his": 0.23652169189371056}, "you": {"him - his": 0.0928786346040413, "him": 0.2881604462719304, "his": 0.19528181166788908}, "your": {"him - his": -0.021775492192223633, "him": 0.2166336237950578, "his": 0.23840911598728143}, "youtube": {"him - his": -0.06876757041628523, "him": 0.11379976816465562, "his": 0.18256733858094085}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-man.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-man.json new file mode 100644 index 0000000000000000000000000000000000000000..3c79b3ef8797bca43c60e364df5b60339fb08414 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-man.json @@ -0,0 +1 @@ +{"1": {"him - man": -0.07371428345628639, "him": 0.19420713008402302, "man": 0.2679214135403094}, "17": {"him - man": 0.040621028564084005, "him": 0.30380273512386347, "man": 0.26318170655977946}, "2": {"him - man": 0.07678344776966059, "him": 0.2253857465579885, "man": 0.1486022987883279}, "20": {"him - man": -0.06546596095462798, "him": 0.19563167530214415, "man": 0.2610976362567721}, "3": {"him - man": 0.01204046750167237, "him": 0.267469896841979, "man": 0.25542942934030666}, "30": {"him - man": -0.09911650512078407, "him": 0.19990666149785047, "man": 0.29902316661863454}, "6": {"him - man": -0.09998704873088035, "him": 0.18361647265981548, "man": 0.28360352139069583}, "a": {"him - man": -0.03229824519827462, "him": 0.36178430539725337, "man": 0.394082550595528}, "about": {"him - man": 0.056385586437904034, "him": 0.2621328568110203, "man": 0.20574727037311624}, "accused": {"him - man": -0.11898238741924405, "him": 0.2663042096598264, "man": 0.3852865970790704}, "act": {"him - man": -0.011249424780007344, "him": 0.2214018483365587, "man": 0.23265127311656605}, "african": {"him - man": 0.0412040488886298, "him": 0.27551992977694356, "man": 0.23431588088831376}, "after": {"him - man": 0.012060748589233006, "him": 0.2597266605228449, "man": 0.24766591193361187}, "afternoon": {"him - man": -0.010797567348566628, "him": 0.2706086587789285, "man": 0.2814062261274951}, "again": {"him - man": 0.10140267953196827, "him": 0.2735994006296418, "man": 0.1721967210976735}, "aged": {"him - man": -0.010489734034311693, "him": 0.30212145866089246, "man": 0.31261119269520415}, "ago": {"him - man": 0.02139437197146271, "him": 0.23213991903157075, "man": 0.21074554706010803}, "all": {"him - man": 0.0017256888253808222, "him": 0.26188086486864653, "man": 0.2601551760432657}, "allege": {"him - man": -0.009993190087658643, "him": 0.35012035961205135, "man": 0.36011354969971}, "alot": {"him - man": -0.06453276686199791, "him": 0.2214018483365587, "man": 0.2859346151985566}, "already": {"him - man": -0.06550122270105663, "him": 0.19461191789815618, "man": 0.2601131405992128}, "always": {"him - man": -0.013989857638283337, "him": 0.24769227054800133, "man": 0.26168212818628467}, "am": {"him - man": -0.15029475581770957, "him": 0.12017377204338381, "man": 0.2704685278610934}, "an": {"him - man": -0.08009031931056393, "him": 0.23171704402277699, "man": 0.3118073633333409}, "and": {"him - man": 0.020942189550292922, "him": 0.3997498253102883, "man": 0.3788076357599954}, "angry": {"him - man": 0.04079682162839976, "him": 0.29567441608975875, "man": 0.254877594461359}, "another": {"him - man": -0.14816938225773518, "him": 0.15148332158101607, "man": 0.29965270383875126}, "anti": {"him - man": -0.013239458022829526, "him": 0.248337095515738, "man": 0.2615765535385675}, "any": {"him - man": -0.013179822229500565, "him": 0.15843110332767157, "man": 0.17161092555717214}, "anything": {"him - man": -0.011857015619616468, "him": 0.14813797015365124, "man": 0.1599949857732677}, "apartment": {"him - man": -0.010970623289113246, "him": 0.2522110832706662, "man": 0.26318170655977946}, "ape": {"him - man": 0.04094188360443052, "him": 0.2887232099089763, "man": 0.2477813263045458}, "apprehend": {"him - man": -0.009993190087658643, "him": 0.35012035961205135, "man": 0.36011354969971}, "ar": {"him - man": -0.010797567348566628, "him": 0.2706086587789285, "man": 0.2814062261274951}, "are": {"him - man": -0.03934073767396498, "him": 0.19233355952346862, "man": 0.2316742971974336}, "area": {"him - man": 0.04236227608402443, "him": 0.20053599801594163, "man": 0.1581737219319172}, "around": {"him - man": 0.03291574233003808, "him": 0.2520189412789108, "man": 0.2191031989488727}, "arrest": {"him - man": -0.010797567348566628, "him": 0.2706086587789285, "man": 0.2814062261274951}, "as": {"him - man": 0.010443363611221224, "him": 0.2753839819160887, "man": 0.2649406183048675}, "ask": {"him - man": 0.0991357721304813, "him": 0.31878551288604123, "man": 0.21964974075555993}, "asks": {"him - man": -0.010573163524978335, "him": 0.2937249036291447, "man": 0.30429806715412305}, "aswell": {"him - man": -0.010573163524978335, "him": 0.2937249036291447, "man": 0.30429806715412305}, "at": {"him - man": 0.08271409586145109, "him": 0.32661691274949106, "man": 0.24390281688803997}, "attempted": {"him - man": -0.010489734034311693, "him": 0.30212145866089246, "man": 0.31261119269520415}, "auto": {"him - man": -0.010383611891680578, "him": 0.31265633968191137, "man": 0.32303995157359194}, "away": {"him - man": 0.012003505789566438, "him": 0.279833567375064, "man": 0.26783006158549755}, "back": {"him - man": 0.06536181559521281, "him": 0.2976967395516473, "man": 0.2323349239564345}, "backpack": {"him - man": -0.010383611891680578, "him": 0.31265633968191137, "man": 0.32303995157359194}, "bad": {"him - man": 0.07621990946921717, "him": 0.24566931744868292, "man": 0.16944940797946575}, "balls": {"him - man": -0.010700801100620771, "him": 0.2806748764088565, "man": 0.2913756775094773}, "bankers": {"him - man": -0.010383611891680578, "him": 0.31265633968191137, "man": 0.32303995157359194}, "bar": {"him - man": -0.01120324895331648, "him": 0.22661156319677023, "man": 0.2378148121500867}, "bastard": {"him - man": -0.010573163524978335, "him": 0.2937249036291447, "man": 0.30429806715412305}, "bautista": {"him - man": -0.06058187768464174, "him": 0.31265633968191137, "man": 0.3732382173665531}, "be": {"him - man": 0.04927440555871543, "him": 0.2884561914744113, "man": 0.2391817859156959}, "beast": {"him - man": -0.010797567348566628, "him": 0.2706086587789285, "man": 0.2814062261274951}, "beat": {"him - man": -0.09798804479982937, "him": 0.21977444086851045, "man": 0.3177624856683398}, "beaten": {"him - man": -0.09652416939407499, "him": 0.24382976151943692, "man": 0.3403539309135119}, "beating": {"him - man": -0.010797567348566628, "him": 0.2706086587789285, "man": 0.2814062261274951}, "beautiful": {"him - man": -0.011572530088932331, "him": 0.18361647265981548, "man": 0.19518900274874781}, "because": {"him - man": -0.032669017003852774, "him": 0.24145695294068642, "man": 0.2741259699445392}, "been": {"him - man": -0.19931974770516298, "him": 0.09662271361037235, "man": 0.2959424613155353}, "being": {"him - man": 0.012095305955406727, "him": 0.2439156302547327, "man": 0.23182032429932597}, "best": {"him - man": -0.011654157115412539, "him": 0.1736670061958214, "man": 0.18532116331123394}, "better": {"him - man": 0.042112686473664784, "him": 0.22020475683285484, "man": 0.17809207035919006}, "between": {"him - man": -0.012865634450785757, "him": 0.2811511596825986, "man": 0.29401679413338433}, "black": {"him - man": -0.1339429447046116, "him": 0.25679990148706344, "man": 0.39074284619167504}, "boy": {"him - man": 0.10002286485650108, "him": 0.30224357125866597, "man": 0.20222070640216488}, "boyfriend": {"him - man": -0.06231777410505712, "him": 0.2753612228189775, "man": 0.33767899692403464}, "boys": {"him - man": 0.041025987346692355, "him": 0.28458243482757023, "man": 0.24355644748087787}, "brother": {"him - man": -0.012183863791361715, "him": 0.2611197844044521, "man": 0.2733036481958138}, "brown": {"him - man": -0.12643068339841793, "him": 0.1670064019505885, "man": 0.2934370853490064}, "bus": {"him - man": -0.12236944120556043, "him": 0.22481649586413494, "man": 0.34718593706969536}, "but": {"him - man": 0.03755194613199758, "him": 0.26515976964789106, "man": 0.22760782351589348}, "butchy": {"him - man": -0.009993190087658643, "him": 0.35012035961205135, "man": 0.36011354969971}, "by": {"him - man": -0.05106050626394881, "him": 0.25365410629692603, "man": 0.30471461256087484}, "ca": {"him - man": -0.06648400604736524, "him": 0.16453483189832355, "man": 0.23101883794568878}, "called": {"him - man": 0.04192783971390601, "him": 0.233121873621537, "man": 0.19119403390763098}, "came": {"him - man": -0.04690394373786902, "him": 0.2246412012565042, "man": 0.2715451449943732}, "camera": {"him - man": -0.010838497131602565, "him": 0.2663042096598264, "man": 0.27714270679142894}, "can": {"him - man": 0.0323156570065356, "him": 0.24468746548148004, "man": 0.21237180847494444}, "car": {"him - man": -0.04545901160466709, "him": 0.2723034740636727, "man": 0.3177624856683398}, "case": {"him - man": -0.06497037172634282, "him": 0.20959473654640517, "man": 0.274565108272748}, "caught": {"him - man": -0.09008611403346689, "him": 0.2723034740636727, "man": 0.3623895880971396}, "cause": {"him - man": -0.09966393581265356, "him": 0.18977153164623586, "man": 0.28943546745888943}, "certain": {"him - man": -0.011132653853543062, "him": 0.23449183057735953, "man": 0.2456244844309026}, "charged": {"him - man": -0.12263074646077418, "him": 0.2214018483365587, "man": 0.3440325947973329}, "check": {"him - man": 0.04202254383976359, "him": 0.2266490866696048, "man": 0.1846265428298412}, "chick": {"him - man": -0.010236788386903395, "him": 0.326975622735601, "man": 0.3372124111225044}, "child": {"him - man": 0.04193911331794273, "him": 0.23236606616839223, "man": 0.1904269528504495}, "chris": {"him - man": -0.010489734034311693, "him": 0.30212145866089246, "man": 0.31261119269520415}, "city": {"him - man": -0.06650256111883038, "him": 0.16393228033922044, "man": 0.23043484145805082}, "class": {"him - man": 0.07495075772037796, "him": 0.2841334227333135, "man": 0.20918266501293553}, "cnn": {"him - man": -0.010700801100620771, "him": 0.2806748764088565, "man": 0.2913756775094773}, "coat": {"him - man": -0.010573163524978335, "him": 0.2937249036291447, "man": 0.30429806715412305}, "cokes": {"him - man": -0.009993190087658643, "him": 0.35012035961205135, "man": 0.36011354969971}, "com": {"him - man": -0.03588867475758589, "him": 0.20787826438659632, "man": 0.2437669391441822}, "come": {"him - man": 0.021404055301744357, "him": 0.2304848125420995, "man": 0.20908075724035513}, "comes": {"him - man": -0.011435775836457218, "him": 0.19990666149785047, "man": 0.2113424373343077}, "coming": {"him - man": -0.011592764386334803, "him": 0.1811664077667871, "man": 0.1927591721531219}, "completely": {"him - man": -0.011070696083567394, "him": 0.24132643349071967, "man": 0.25239712957428706}, "conslour": {"him - man": -0.009993190087658643, "him": 0.35012035961205135, "man": 0.36011354969971}, "could": {"him - man": 0.03285638138274011, "him": 0.25681622093070805, "man": 0.22395983954796794}, "country": {"him - man": -0.06753060970974567, "him": 0.1279093359927187, "man": 0.19543994570246437}, "couple": {"him - man": -0.01161836382171963, "him": 0.17805144838140835, "man": 0.18966981220312798}, "d": {"him - man": 0.04675759094789611, "him": 0.2637038543468052, "man": 0.2169462633989091}, "darkness": {"him - man": -0.010236788386903395, "him": 0.326975622735601, "man": 0.3372124111225044}, "dating": {"him - man": -0.09506055689335818, "him": 0.2663042096598264, "man": 0.36136476655318456}, "day": {"him - man": -0.05333705162580493, "him": 0.22799589131217052, "man": 0.28133294293797545}, "described": {"him - man": -0.010573163524978335, "him": 0.2937249036291447, "man": 0.30429806715412305}, "did": {"him - man": 0.050250367613070696, "him": 0.27786589156894786, "man": 0.22761552395587717}, "dirty": {"him - man": -0.011352616713328934, "him": 0.20959473654640517, "man": 0.2209473532597341}, "do": {"him - man": 0.010480781665143823, "him": 0.23141937963189252, "man": 0.2209385979667487}, "does": {"him - man": -0.01280473632921672, "him": 0.19921886455928312, "man": 0.21202360088849984}, "dog": {"him - man": -0.04550860847366939, "him": 0.2707675137247977, "man": 0.31627612219846707}, "done": {"him - man": 0.04186821983130809, "him": 0.2370572225800559, "man": 0.19518900274874781}, "dont": {"him - man": 0.032692070405964335, "him": 0.26936832474586275, "man": 0.23667625433989842}, "down": {"him - man": 0.06549184004907932, "him": 0.28945167959704726, "man": 0.22395983954796794}, "drop": {"him - man": -0.010838497131602565, "him": 0.2663042096598264, "man": 0.27714270679142894}, "dropped": {"him - man": -0.010489734034311693, "him": 0.30212145866089246, "man": 0.31261119269520415}, "duty": {"him - man": -0.010941338661280609, "him": 0.2553613880073394, "man": 0.26630272666862}, "e": {"him - man": -0.01145428565583978, "him": 0.19772837935709575, "man": 0.20918266501293553}, "eating": {"him - man": -0.011910125405346528, "him": 0.28660951478518565, "man": 0.2985196401905322}, "edit": {"him - man": -0.010797567348566628, "him": 0.2706086587789285, "man": 0.2814062261274951}, "either": {"him - man": -0.011445129625840184, "him": 0.19880689830019407, "man": 0.21025202792603426}, "enchantment": {"him - man": -0.009993190087658643, "him": 0.35012035961205135, "man": 0.36011354969971}, "end": {"him - man": -0.011544003569003203, "him": 0.18705279619262588, "man": 0.19859679976162908}, "enough": {"him - man": 0.02120036467699285, "him": 0.26106470058469117, "man": 0.23986433590769832}, "especially": {"him - man": 0.0413746585301773, "him": 0.26641439801317884, "man": 0.22503973948300154}, "even": {"him - man": 0.021528320463409134, "him": 0.20624349002944573, "man": 0.1847151695660366}, "ever": {"him - man": -0.011939194806891096, "him": 0.13744130361099205, "man": 0.14938049841788315}, "every": {"him - man": -0.15023613192484842, "him": 0.12109380164966632, "man": 0.27132993357451474}, "everybody": {"him - man": -0.010909825092699998, "him": 0.25873429442769613, "man": 0.26964411952039613}, "everyone": {"him - man": -0.011624536260076451, "him": 0.17729780221543992, "man": 0.18892233847551637}, "exchange": {"him - man": -0.010573163524978335, "him": 0.2937249036291447, "man": 0.30429806715412305}, "explain": {"him - man": -0.011070696083567394, "him": 0.24132643349071967, "man": 0.25239712957428706}, "eyes": {"him - man": -0.10134658306872377, "him": 0.15606285733421207, "man": 0.25740944040293584}, "family": {"him - man": 0.04212097352981531, "him": 0.21959706636085125, "man": 0.17747609283103594}, "famous": {"him - man": -0.010909825092699998, "him": 0.25873429442769613, "man": 0.26964411952039613}, "far": {"him - man": 0.0420957425116458, "him": 0.2214389654930056, "man": 0.1793432229813598}, "fed": {"him - man": 0.040896318326113346, "him": 0.29093188231262707, "man": 0.2500355639865137}, "few": {"him - man": 0.0859849900797574, "him": 0.2609527984506781, "man": 0.17496780837092069}, "fight": {"him - man": -0.011612103067796586, "him": 0.1788148497826529, "man": 0.1904269528504495}, "find": {"him - man": 0.012104010753425126, "him": 0.23909598856303377, "man": 0.22699197780960864}, "finially": {"him - man": -0.009993190087658643, "him": 0.35012035961205135, "man": 0.36011354969971}, "first": {"him - man": -0.047960230721538655, "him": 0.184870301141983, "man": 0.23283053186352165}, "folklore": {"him - man": -0.010236788386903395, "him": 0.326975622735601, "man": 0.3372124111225044}, "for": {"him - man": -0.02627307613852886, "him": 0.305286159987585, "man": 0.3315592361261139}, "force": {"him - man": -0.09808038582099915, "him": 0.21819573637746792, "man": 0.31627612219846707}, "foreign": {"him - man": -0.011092377972668654, "him": 0.23894318601384507, "man": 0.2500355639865137}, "forest": {"him - man": -0.010797567348566628, "him": 0.2706086587789285, "man": 0.2814062261274951}, "forgein": {"him - man": -0.009993190087658643, "him": 0.35012035961205135, "man": 0.36011354969971}, "forum": {"him - man": -0.011803295313938589, "him": 0.15501589334753754, "man": 0.16681918866147613}, "forward": {"him - man": -0.011151436340187587, "him": 0.2324050111406903, "man": 0.24355644748087787}, "fought": {"him - man": -0.01075206428626957, "him": 0.2753612228189775, "man": 0.2861132871052471}, "found": {"him - man": 0.07625042698557341, "him": 0.24463430384360765, "man": 0.16838387685803424}, "fox": {"him - man": -0.011047832941922076, "him": 0.24382976151943692, "man": 0.254877594461359}, "free": {"him - man": -0.01181138191712311, "him": 0.1539861568995816, "man": 0.1657975388167047}, "french": {"him - man": -0.011445129625840184, "him": 0.19880689830019407, "man": 0.21025202792603426}, "friday": {"him - man": -0.12017676204101402, "him": 0.2522110832706662, "man": 0.37238784531168023}, "friend": {"him - man": 0.021029552922899153, "him": 0.2821271891796713, "man": 0.2610976362567721}, "friends": {"him - man": -0.01176494887720897, "him": 0.15987239782696547, "man": 0.17163734670417444}, "from": {"him - man": 0.0513404221587363, "him": 0.3214803030667667, "man": 0.2701398809080304}, "front": {"him - man": 0.04182957344439564, "him": 0.23955526643259084, "man": 0.1977256929881952}, "fugitive": {"him - man": -0.06058187768464174, "him": 0.31265633968191137, "man": 0.3732382173665531}, "fun": {"him - man": -0.09735455031495474, "him": 0.2304003126663697, "man": 0.32775486298132445}, "g": {"him - man": -0.010970623289113246, "him": 0.2522110832706662, "man": 0.26318170655977946}, "gang": {"him - man": -0.0966814701581997, "him": 0.24132643349071967, "man": 0.33800790364891936}, "gather": {"him - man": -0.010236788386903395, "him": 0.326975622735601, "man": 0.3372124111225044}, "gave": {"him - man": 0.09834062939631263, "him": 0.3326565102846264, "man": 0.23431588088831376}, "get": {"him - man": 0.08536120382766499, "him": 0.30239836748229054, "man": 0.21703716365462555}, "gets": {"him - man": 0.041664596843470875, "him": 0.24979809086954, "man": 0.20813349402606912}, "getting": {"him - man": -0.011572530088932331, "him": 0.18361647265981548, "man": 0.19518900274874781}, "gf": {"him - man": -0.010383611891680578, "him": 0.31265633968191137, "man": 0.32303995157359194}, "girl": {"him - man": -0.013188949622286561, "him": 0.25286870828330765, "man": 0.2660576579055942}, "girls": {"him - man": 0.021112847214454, "him": 0.2722390081062954, "man": 0.2511261608918414}, "give": {"him - man": 0.10130407947638731, "him": 0.27579087452320444, "man": 0.17448679504681713}, "go": {"him - man": 0.06566018239558447, "him": 0.28856637087868175, "man": 0.2229061884830973}, "god": {"him - man": 0.1215869849022655, "him": 0.2960737799490826, "man": 0.17448679504681713}, "goes": {"him - man": -0.06556952818668571, "him": 0.19262600166763644, "man": 0.25819552985432215}, "going": {"him - man": -0.039861922445936476, "him": 0.21121521964704423, "man": 0.2510771420929807}, "gone": {"him - man": 0.07466584607867074, "him": 0.291810214524509, "man": 0.21714436844583826}, "gonna": {"him - man": -0.011132653853543062, "him": 0.23449183057735953, "man": 0.2456244844309026}, "good": {"him - man": 0.01214381346044302, "him": 0.19660910491176226, "man": 0.18446529145131924}, "got": {"him - man": 0.03686375185495949, "him": 0.3234776360207465, "man": 0.286613884165787}, "group": {"him - man": -0.01175595430498616, "him": 0.16100529362567673, "man": 0.1727612479306629}, "grow": {"him - man": -0.0642626475251494, "him": 0.22847111014636476, "man": 0.29273375767151416}, "guidance": {"him - man": -0.010236788386903395, "him": 0.326975622735601, "man": 0.3372124111225044}, "gunfire": {"him - man": -0.059871173764330765, "him": 0.326975622735601, "man": 0.38684679649993176}, "guy": {"him - man": 0.03845092369829517, "him": 0.3284488751627865, "man": 0.2899979514644913}, "had": {"him - man": 0.0964041459776841, "him": 0.3248138624028754, "man": 0.2284097164251913}, "hair": {"him - man": 0.021251668632273152, "him": 0.2540576416843928, "man": 0.23280597305211967}, "half": {"him - man": -0.011624536260076451, "him": 0.17729780221543992, "man": 0.18892233847551637}, "hall": {"him - man": -0.06271412085769712, "him": 0.2663042096598264, "man": 0.3290183305175235}, "ham": {"him - man": -0.010489734034311693, "him": 0.30212145866089246, "man": 0.31261119269520415}, "handed": {"him - man": -0.010700801100620771, "him": 0.2806748764088565, "man": 0.2913756775094773}, "happened": {"him - man": 0.07457408626905876, "him": 0.2942238270246187, "man": 0.21964974075555993}, "hard": {"him - man": -0.06598033258959818, "him": 0.18037203478552719, "man": 0.24635236737512536}, "has": {"him - man": -0.0753408741821617, "him": 0.22420310018172637, "man": 0.2995439743638881}, "hated": {"him - man": -0.011516988832939556, "him": 0.32161865423243424, "man": 0.3331356430653738}, "have": {"him - man": 0.05511011658077472, "him": 0.2789941667429293, "man": 0.2238840501621546}, "he": {"him - man": 0.1453866227492156, "him": 0.45384851086428296, "man": 0.30846188811506736}, "head": {"him - man": 0.09962191652663349, "him": 0.30987394445266775, "man": 0.21025202792603426}, "heard": {"him - man": 0.021291510988611928, "him": 0.248337095515738, "man": 0.22704558452712606}, "hell": {"him - man": -0.012550694476608337, "him": 0.22530293467800794, "man": 0.23785362915461628}, "her": {"him - man": 0.018247745743367405, "him": 0.2693092534055421, "man": 0.2510615076621747}, "here": {"him - man": -0.05472694538728043, "him": 0.1826600502209034, "man": 0.23738699560818383}, "hero": {"him - man": -0.01075206428626957, "him": 0.2753612228189775, "man": 0.2861132871052471}, "hey": {"him - man": -0.10049438429165655, "him": 0.1736670061958214, "man": 0.27416139048747795}, "him": {"him - man": 0.342505262894758, "him": 0.6714495242197408, "man": 0.3289442613249828}, "his": {"him - man": 0.11964376888207806, "him": 0.4551497970598489, "man": 0.33550602817777087}, "hitler": {"him - man": -0.06402780961317264, "him": 0.23449183057735953, "man": 0.2985196401905322}, "hold": {"him - man": -0.011047832941922076, "him": 0.24382976151943692, "man": 0.254877594461359}, "home": {"him - man": 0.04703765280366404, "him": 0.2491225141478657, "man": 0.20208486134420167}, "honor": {"him - man": 0.07253346150915452, "him": 0.34217758102955065, "man": 0.26964411952039613}, "honour": {"him - man": -0.010970623289113246, "him": 0.2522110832706662, "man": 0.26318170655977946}, "hope": {"him - man": 0.12322025697033512, "him": 0.2659094522070556, "man": 0.14268919523672047}, "house": {"him - man": 0.10122686199263076, "him": 0.2774895059196531, "man": 0.17626264392702234}, "how": {"him - man": 0.11558581998459835, "him": 0.2745778616690524, "man": 0.15899204168445405}, "http": {"him - man": -0.12981103892130463, "him": 0.1071640257403024, "man": 0.23697506466160703}, "https": {"him - man": -0.06695952958195048, "him": 0.14860521824096556, "man": 0.21556474782291604}, "huffed": {"him - man": -0.009993190087658643, "him": 0.35012035961205135, "man": 0.36011354969971}, "i": {"him - man": 0.06985153645043413, "him": 0.36541899971524117, "man": 0.29556746326480704}, "id": {"him - man": -0.011263768346217895, "him": 0.21977444086851045, "man": 0.23103820921472834}, "if": {"him - man": 0.11359335619740615, "him": 0.319169897632612, "man": 0.20557654143520585}, "igger": {"him - man": -0.010236788386903395, "him": 0.326975622735601, "man": 0.3372124111225044}, "immigrants": {"him - man": -0.011352616713328934, "him": 0.20959473654640517, "man": 0.2209473532597341}, "in": {"him - man": -0.05899589286773799, "him": 0.3113532887371724, "man": 0.37034918160491037}, "into": {"him - man": 0.10302607888828327, "him": 0.23289122507989668, "man": 0.1298651461916134}, "invent": {"him - man": -0.010489734034311693, "him": 0.30212145866089246, "man": 0.31261119269520415}, "irish": {"him - man": -0.011815370278397769, "him": 0.15347756004219593, "man": 0.1652929303205937}, "is": {"him - man": -0.032365050457324906, "him": 0.27347356987989074, "man": 0.30583862033721565}, "it": {"him - man": 0.009792175423506244, "him": 0.27884087359671095, "man": 0.2690486981732047}, "its": {"him - man": 0.04267651627490596, "him": 0.1696823185637002, "man": 0.12700580228879424}, "jail": {"him - man": 0.07338126933872807, "him": 0.3234168333252418, "man": 0.2500355639865137}, "jumped": {"him - man": 0.040212428104939135, "him": 0.32161865423243424, "man": 0.2814062261274951}, "just": {"him - man": 0.05407133404826858, "him": 0.29748255113861677, "man": 0.2434112170903482}, "k": {"him - man": -0.011186671564977435, "him": 0.22847111014636476, "man": 0.2396577817113422}, "kick": {"him - man": 0.04094188360443052, "him": 0.2887232099089763, "man": 0.2477813263045458}, "kicked": {"him - man": -0.010700801100620771, "him": 0.2806748764088565, "man": 0.2913756775094773}, "kid": {"him - man": 0.06608844000821135, "him": 0.31557826675658723, "man": 0.2494898267483759}, "kill": {"him - man": -0.06492151378548092, "him": 0.2109360351157493, "man": 0.2758575489012302}, "killed": {"him - man": -0.012711484462862521, "him": 0.2942238270246187, "man": 0.3069353114874812}, "kiss": {"him - man": -0.010838497131602565, "him": 0.2663042096598264, "man": 0.27714270679142894}, "knife": {"him - man": -0.010941338661280609, "him": 0.2553613880073394, "man": 0.26630272666862}, "know": {"him - man": 0.08651782544423195, "him": 0.24531403221776746, "man": 0.1587962067735355}, "large": {"him - man": -0.011234582185084024, "him": 0.22308129870322974, "man": 0.23431588088831376}, "last": {"him - man": -0.07415385937372998, "him": 0.18281449605090977, "man": 0.25696835542463975}, "laughing": {"him - man": -0.010941338661280609, "him": 0.2553613880073394, "man": 0.26630272666862}, "learn": {"him - man": 0.041713756559408094, "him": 0.2468130994654634, "man": 0.2050993429060553}, "least": {"him - man": -0.011612103067796586, "him": 0.1788148497826529, "man": 0.1904269528504495}, "leave": {"him - man": 0.041664596843470875, "him": 0.24979809086954, "man": 0.20813349402606912}, "led": {"him - man": -0.01075206428626957, "him": 0.2753612228189775, "man": 0.2861132871052471}, "left": {"him - man": -0.011671013946352504, "him": 0.17159020543861633, "man": 0.18326121938496884}, "let": {"him - man": 0.06751629694280206, "him": 0.27378480282749884, "man": 0.20626850588469678}, "life": {"him - man": 0.07586900129278934, "him": 0.25713916874103804, "man": 0.1812701674482487}, "like": {"him - man": -0.060674875813402696, "him": 0.28678199439027735, "man": 0.34745687020368005}, "listen": {"him - man": -0.011340995986873104, "him": 0.2109360351157493, "man": 0.2222770311026224}, "little": {"him - man": -0.01280473632921672, "him": 0.19921886455928312, "man": 0.21202360088849984}, "live": {"him - man": -0.06752159184584292, "him": 0.12825174670313969, "man": 0.1957733385489826}, "local": {"him - man": -0.011445129625840184, "him": 0.19880689830019407, "man": 0.21025202792603426}, "lol": {"him - man": 0.04611650917363724, "him": 0.29323717593609483, "man": 0.24712066676245759}, "london": {"him - man": -0.06569804351148026, "him": 0.18885089780786082, "man": 0.2545489413193411}, "look": {"him - man": 0.032818369467060265, "him": 0.2598103472766689, "man": 0.22699197780960864}, "looking": {"him - man": -0.03963708565650437, "him": 0.22066237561580382, "man": 0.2602994612723082}, "looks": {"him - man": -0.01256377759492408, "him": 0.22398678788056123, "man": 0.2365505654754853}, "lost": {"him - man": 0.0412040488886298, "him": 0.27551992977694356, "man": 0.23431588088831376}, "love": {"him - man": 0.04645818259241946, "him": 0.27806679050486327, "man": 0.2316086079124438}, "m": {"him - man": -0.1798215346995441, "him": 0.13854430943070833, "man": 0.31836584413025243}, "mail": {"him - man": -0.09769004386751512, "him": 0.22481649586413494, "man": 0.32250653973165005}, "man": {"him - man": -0.36638791174016166, "him": 0.32239985150833167, "man": 0.6887877632484933}, "many": {"him - man": -0.06795647617902083, "him": 0.11105772223191988, "man": 0.1790141984109407}, "march": {"him - man": -0.06523672818010956, "him": 0.20217366366505113, "man": 0.2674103918451607}, "may": {"him - man": -0.012589024221074024, "him": 0.2214389654930056, "man": 0.23402798971407962}, "maybe": {"him - man": 0.04237761766597695, "him": 0.19921886455928312, "man": 0.15684124689330617}, "me": {"him - man": -0.05862783335640928, "him": 0.21230351894955843, "man": 0.2709313523059677}, "media": {"him - man": -0.011544003569003203, "him": 0.18705279619262588, "man": 0.19859679976162908}, "meet": {"him - man": -0.10052939625358814, "him": 0.1729666944645749, "man": 0.27349609071816305}, "men": {"him - man": -0.1464467364654491, "him": 0.17437563697891512, "man": 0.3208223734443642}, "met": {"him - man": -0.011151436340187587, "him": 0.2324050111406903, "man": 0.24355644748087787}, "missing": {"him - man": -0.01102364922913529, "him": 0.2464669065431087, "man": 0.257490555772244}, "money": {"him - man": -0.011687246930819573, "him": 0.16958292051742913, "man": 0.1812701674482487}, "monkey": {"him - man": 0.040479720689788834, "him": 0.31012384021018496, "man": 0.26964411952039613}, "monkies": {"him - man": -0.009993190087658643, "him": 0.35012035961205135, "man": 0.36011354969971}, "month": {"him - man": -0.06501783922369886, "him": 0.20828580897211496, "man": 0.2733036481958138}, "more": {"him - man": -0.13501517393167378, "him": 0.16266074993891894, "man": 0.2976759238705927}, "morning": {"him - man": -0.011973877123677756, "him": 0.2807598805478364, "man": 0.29273375767151416}, "most": {"him - man": -0.04801112215039555, "him": 0.18281449605090977, "man": 0.23082561820130532}, "mother": {"him - man": -0.01149737284831287, "him": 0.19262600166763644, "man": 0.2041233745159493}, "move": {"him - man": -0.011529008280902225, "him": 0.18885089780786082, "man": 0.20037990608876305}, "moved": {"him - man": -0.011374957106539435, "him": 0.20700762027112124, "man": 0.21838257737766067}, "much": {"him - man": -0.012955709285619371, "him": 0.18315272206359787, "man": 0.19610843134921724}, "murder": {"him - man": -0.124052187201463, "him": 0.20217366366505113, "man": 0.3262258508665141}, "my": {"him - man": 0.015300052241547651, "him": 0.24686723688316323, "man": 0.23156718464161558}, "n": {"him - man": -0.03950657238731281, "him": 0.23322492054025407, "man": 0.2727314929275669}, "name": {"him - man": -0.012624801614118608, "him": 0.2178100398439322, "man": 0.23043484145805082}, "names": {"him - man": -0.01099797916120987, "him": 0.24925416557521224, "man": 0.2602521447364221}, "nazi": {"him - man": -0.011047832941922076, "him": 0.24382976151943692, "man": 0.254877594461359}, "need": {"him - man": 0.06801533234823928, "him": 0.25681622093070805, "man": 0.18880088858246877}, "neevr": {"him - man": -0.009993190087658643, "him": 0.35012035961205135, "man": 0.36011354969971}, "negro": {"him - man": 0.04224566770520863, "him": 0.2101035826468309, "man": 0.16785791494162228}, "never": {"him - man": -0.06114072638577425, "him": 0.20680969309838879, "man": 0.26795041948416304}, "new": {"him - man": 0.021596326741708444, "him": 0.18911473541683577, "man": 0.16751840867512732}, "news": {"him - man": -0.013620386470428958, "him": 0.21306202376618089, "man": 0.22668241023660984}, "next": {"him - man": 0.1385663446861974, "him": 0.31423125423965576, "man": 0.17566490955345834}, "night": {"him - man": -0.07178901794857412, "him": 0.23955526643259084, "man": 0.31134428438116496}, "niglet": {"him - man": -0.010573163524978335, "him": 0.2937249036291447, "man": 0.30429806715412305}, "no": {"him - man": -0.04928558671589686, "him": 0.20747617070594296, "man": 0.2567617574218398}, "non": {"him - man": -0.07389580803265791, "him": 0.18955812867286378, "man": 0.2634539367055217}, "nor": {"him - man": -0.01102364922913529, "him": 0.2464669065431087, "man": 0.257490555772244}, "not": {"him - man": 0.058890841848920045, "him": 0.25766995444422425, "man": 0.1987791125953042}, "nothing": {"him - man": 0.04231882528400688, "him": 0.20418908146373213, "man": 0.16187025617972525}, "now": {"him - man": 0.006612567869997227, "him": 0.24504335915676773, "man": 0.2384307912867705}, "o": {"him - man": -0.06487118472305187, "him": 0.21231147338771328, "man": 0.27718265811076515}, "obviously": {"him - man": 0.040621028564084005, "him": 0.30380273512386347, "man": 0.26318170655977946}, "of": {"him - man": -0.03979289359523175, "him": 0.3077842161310669, "man": 0.3475771097262986}, "off": {"him - man": 0.10007643655873641, "him": 0.30106592396762505, "man": 0.20098948740888864}, "officers": {"him - man": -0.06231777410505712, "him": 0.2753612228189775, "man": 0.33767899692403464}, "ohhh": {"him - man": -0.009993190087658643, "him": 0.35012035961205135, "man": 0.36011354969971}, "old": {"him - man": -0.06888608425119583, "him": 0.22747322326985867, "man": 0.2963593075210545}, "on": {"him - man": -0.003015466376383835, "him": 0.30958878813355717, "man": 0.312604254509941}, "once": {"him - man": 0.021234027782298937, "him": 0.25650981238968246, "man": 0.23527578460738352}, "one": {"him - man": -0.03888807931892252, "him": 0.25621571496083567, "man": 0.2951037942797582}, "only": {"him - man": -0.04867427410671213, "him": 0.15452532844050326, "man": 0.2031996025472154}, "onto": {"him - man": -0.010909825092699998, "him": 0.25873429442769613, "man": 0.26964411952039613}, "or": {"him - man": 0.026345474079198405, "him": 0.29810504897196116, "man": 0.27175957489276276}, "org": {"him - man": -0.011790880292688766, "him": 0.15659299656534548, "man": 0.16838387685803424}, "origo": {"him - man": -0.009993190087658643, "him": 0.35012035961205135, "man": 0.36011354969971}, "other": {"him - man": 0.12464634546673345, "him": 0.23437705006171616, "man": 0.10973070459498271}, "our": {"him - man": -0.036331093125983205, "him": 0.18653731090932074, "man": 0.22286840403530395}, "out": {"him - man": 0.06893165972137738, "him": 0.3167769729442369, "man": 0.24784531322285952}, "over": {"him - man": 0.07722943798654683, "him": 0.20709458417816023, "man": 0.1298651461916134}, "own": {"him - man": 0.07698910203058032, "him": 0.21724931438468986, "man": 0.14026021235410954}, "packi": {"him - man": -0.009993190087658643, "him": 0.35012035961205135, "man": 0.36011354969971}, "pagan": {"him - man": -0.010797567348566628, "him": 0.2706086587789285, "man": 0.2814062261274951}, "pair": {"him - man": -0.01087570552563083, "him": 0.26236636036772887, "man": 0.2732420658933597}, "parts": {"him - man": -0.010909825092699998, "him": 0.25873429442769613, "man": 0.26964411952039613}, "pass": {"him - man": -0.011416438898744052, "him": 0.20217366366505113, "man": 0.21359010256379518}, "patch": {"him - man": -0.010236788386903395, "him": 0.326975622735601, "man": 0.3372124111225044}, "people": {"him - man": -0.04097190249686028, "him": 0.23272132682160196, "man": 0.27369322931846224}, "person": {"him - man": 0.07625042698557341, "him": 0.24463430384360765, "man": 0.16838387685803424}, "personally": {"him - man": -0.01075206428626957, "him": 0.2753612228189775, "man": 0.2861132871052471}, "phone": {"him - man": -0.011234582185084024, "him": 0.22308129870322974, "man": 0.23431588088831376}, "place": {"him - man": -0.013308156094489126, "him": 0.24212127324581753, "man": 0.25542942934030666}, "play": {"him - man": -0.011291087241488112, "him": 0.21666271233878132, "man": 0.22795379958026943}, "point": {"him - man": 0.041842714612985804, "him": 0.2387103448369428, "man": 0.196867630223957}, "police": {"him - man": -0.07630454425084005, "him": 0.26174552649413757, "man": 0.3380500707449776}, "power": {"him - man": 0.04153419837119984, "him": 0.2574679271880667, "man": 0.21593372881686687}, "pregnant": {"him - man": -0.010642051995318036, "him": 0.28671294546807724, "man": 0.2973549974633953}, "pride": {"him - man": -0.011472037137207958, "him": 0.19563167530214415, "man": 0.2071037124393521}, "principal": {"him - man": -0.010383611891680578, "him": 0.31265633968191137, "man": 0.32303995157359194}, "prison": {"him - man": -0.011070696083567394, "him": 0.24132643349071967, "man": 0.25239712957428706}, "proud": {"him - man": 0.021054357109512367, "him": 0.2792498869638345, "man": 0.25819552985432215}, "punk": {"him - man": -0.010573163524978335, "him": 0.2937249036291447, "man": 0.30429806715412305}, "r": {"him - man": -0.011169420137381564, "him": 0.2304003126663697, "man": 0.24156973280375127}, "racist": {"him - man": 0.021234027782298937, "him": 0.25650981238968246, "man": 0.23527578460738352}, "ran": {"him - man": -0.011751647266415421, "him": 0.30093593358826143, "man": 0.31268758085467685}, "re": {"him - man": -0.12891488907339246, "him": 0.12457797008021917, "man": 0.25349285915361164}, "really": {"him - man": -0.013412507441200205, "him": 0.2325605773417268, "man": 0.245973084782927}, "reason": {"him - man": -0.0463411323402832, "him": 0.24398029322478643, "man": 0.2903214255650696}, "regency": {"him - man": -0.010383611891680578, "him": 0.31265633968191137, "man": 0.32303995157359194}, "remember": {"him - man": 0.07509292881243501, "him": 0.2801922717184903, "man": 0.2050993429060553}, "reported": {"him - man": -0.011070696083567394, "him": 0.24132643349071967, "man": 0.25239712957428706}, "rest": {"him - man": -0.09892656459757607, "him": 0.20334293622664681, "man": 0.3022695008242229}, "right": {"him - man": 0.0676291166885569, "him": 0.2700832660787841, "man": 0.20245414939022718}, "rob": {"him - man": -0.06108911402237721, "him": 0.30212145866089246, "man": 0.3632105726832697}, "russian": {"him - man": -0.011169420137381564, "him": 0.2304003126663697, "man": 0.24156973280375127}, "s": {"him - man": -0.03888394710399573, "him": 0.2848163546720277, "man": 0.32370030177602344}, "said": {"him - man": 0.09963648868509106, "him": 0.3095441633532902, "man": 0.20990767466819915}, "sat": {"him - man": 0.07253346150915452, "him": 0.34217758102955065, "man": 0.26964411952039613}, "save": {"him - man": -0.011219203881658923, "him": 0.22481649586413494, "man": 0.23603569974579386}, "saw": {"him - man": 0.07643297111369651, "him": 0.23830322729342177, "man": 0.16187025617972525}, "say": {"him - man": 0.05063470474897838, "him": 0.260480061941201, "man": 0.2098453571922226}, "says": {"him - man": 0.10062257385421561, "him": 0.2902923860573436, "man": 0.18966981220312798}, "school": {"him - man": 0.10155117688185769, "him": 0.2697353931093799, "man": 0.1681842162275222}, "see": {"him - man": 0.06612734724010419, "him": 0.2978790009828294, "man": 0.2317516537427252}, "seen": {"him - man": -0.06687592576231882, "him": 0.15148332158101607, "man": 0.2183592473433349}, "sf": {"him - man": -0.011435775836457218, "him": 0.19990666149785047, "man": 0.2113424373343077}, "she": {"him - man": 0.012116397668195694, "him": 0.2312195966170684, "man": 0.2191031989488727}, "shoot": {"him - man": -0.011132653853543062, "him": 0.23449183057735953, "man": 0.2456244844309026}, "shot": {"him - man": -0.07071371665111525, "him": 0.262394685500368, "man": 0.33310840215148324}, "should": {"him - man": 0.002914089190200475, "him": 0.2563665288093287, "man": 0.2534524396191282}, "show": {"him - man": 0.10242600478288177, "him": 0.2491225141478657, "man": 0.14669650936498393}, "sincerely": {"him - man": -0.010573163524978335, "him": 0.2937249036291447, "man": 0.30429806715412305}, "single": {"him - man": -0.011374957106539435, "him": 0.20700762027112124, "man": 0.21838257737766067}, "sister": {"him - man": 0.04129413145293126, "him": 0.2707675137247977, "man": 0.22947338227186642}, "sitting": {"him - man": -0.011910125405346528, "him": 0.28660951478518565, "man": 0.2985196401905322}, "skinned": {"him - man": -0.010489734034311693, "him": 0.30212145866089246, "man": 0.31261119269520415}, "smashed": {"him - man": -0.010489734034311693, "him": 0.30212145866089246, "man": 0.31261119269520415}, "smile": {"him - man": -0.010700801100620771, "him": 0.2806748764088565, "man": 0.2913756775094773}, "so": {"him - man": 0.054019086339970795, "him": 0.2994151608024718, "man": 0.24539607446250103}, "some": {"him - man": -0.0036305156258101823, "him": 0.26836234816847837, "man": 0.27199286379428855}, "son": {"him - man": 0.02093158880792151, "him": 0.2930031995960333, "man": 0.2720716107881118}, "song": {"him - man": 0.04157398512079369, "him": 0.25516408768458887, "man": 0.21359010256379518}, "sorry": {"him - man": -0.09945884388936263, "him": 0.19361025213703123, "man": 0.29306909602639386}, "sound": {"him - man": -0.011374957106539435, "him": 0.20700762027112124, "man": 0.21838257737766067}, "spirit": {"him - man": -0.01099797916120987, "him": 0.24925416557521224, "man": 0.2602521447364221}, "square": {"him - man": -0.010700801100620771, "him": 0.2806748764088565, "man": 0.2913756775094773}, "star": {"him - man": -0.01099797916120987, "him": 0.24925416557521224, "man": 0.2602521447364221}, "stay": {"him - man": -0.01146325223029751, "him": 0.1966702417957716, "man": 0.20813349402606912}, "step": {"him - man": -0.010909825092699998, "him": 0.25873429442769613, "man": 0.26964411952039613}, "stood": {"him - man": -0.06252698428644532, "him": 0.2706086587789285, "man": 0.3331356430653738}, "stop": {"him - man": -0.011692527201910358, "him": 0.16892842380866424, "man": 0.1806209510105746}, "stories": {"him - man": 0.04094188360443052, "him": 0.2887232099089763, "man": 0.2477813263045458}, "stormed": {"him - man": -0.010383611891680578, "him": 0.31265633968191137, "man": 0.32303995157359194}, "stormfront": {"him - man": -0.011914521780683252, "him": 0.14067566836734693, "man": 0.15259019014803019}, "story": {"him - man": -0.04694067165944529, "him": 0.22333952152214318, "man": 0.27028019318158847}, "straw": {"him - man": -0.010236788386903395, "him": 0.326975622735601, "man": 0.3372124111225044}, "students": {"him - man": 0.02103801908338576, "him": 0.2811511596825986, "man": 0.2601131405992128}, "stupid": {"him - man": -0.10002998489265524, "him": 0.1827882896283735, "man": 0.28281827452102876}, "substitute": {"him - man": -0.010236788386903395, "him": 0.326975622735601, "man": 0.3372124111225044}, "such": {"him - man": -0.01175595430498616, "him": 0.16100529362567673, "man": 0.1727612479306629}, "suited": {"him - man": -0.010383611891680578, "him": 0.31265633968191137, "man": 0.32303995157359194}, "sure": {"him - man": -0.012674374922338028, "him": 0.21274552262064933, "man": 0.22541989754298736}, "t": {"him - man": -0.028694493835731694, "him": 0.2299151775094846, "man": 0.2586096713452163}, "table": {"him - man": -0.01087570552563083, "him": 0.26236636036772887, "man": 0.2732420658933597}, "take": {"him - man": 0.04248089492431459, "him": 0.1899330561968225, "man": 0.1474521612725079}, "talkin": {"him - man": -0.010236788386903395, "him": 0.326975622735601, "man": 0.3372124111225044}, "task": {"him - man": -0.01087570552563083, "him": 0.26236636036772887, "man": 0.2732420658933597}, "teacher": {"him - man": 0.04175958682262154, "him": 0.24398029322478643, "man": 0.20222070640216488}, "tell": {"him - man": -0.013155108347476852, "him": 0.25588713067810387, "man": 0.2690422390255807}, "telling": {"him - man": -0.0643342898896262, "him": 0.22661156319677023, "man": 0.2909458530863964}, "than": {"him - man": -0.10341609285035304, "him": 0.1069119607676887, "man": 0.21032805361804174}, "thanks": {"him - man": -0.011713035468508853, "him": 0.1663790348906812, "man": 0.17809207035919006}, "that": {"him - man": -0.020984192322961948, "him": 0.2892306071997221, "man": 0.31021479952268405}, "thats": {"him - man": -0.011396196174455975, "him": 0.2045375326424109, "man": 0.21593372881686687}, "the": {"him - man": -0.013704317723018111, "him": 0.34516523251726283, "man": 0.35886955024028094}, "their": {"him - man": -0.04157987885486411, "him": 0.12740826021744311, "man": 0.16898813907230723}, "them": {"him - man": 0.07836179466846896, "him": 0.1402851172824357, "man": 0.06192332261396675}, "then": {"him - man": 0.12740070754729416, "him": 0.2951403568001886, "man": 0.16773964925289442}, "there": {"him - man": -0.10022150450045714, "him": 0.17242114510783063, "man": 0.27264264960828777}, "theres": {"him - man": -0.010909825092699998, "him": 0.25873429442769613, "man": 0.26964411952039613}, "these": {"him - man": -0.01320238843135757, "him": 0.15587944034250575, "man": 0.16908182877386332}, "they": {"him - man": 0.02678846251623887, "him": 0.2520456130388453, "man": 0.22525715052260645}, "things": {"him - man": 0.10122686199263076, "him": 0.2774895059196531, "man": 0.17626264392702234}, "think": {"him - man": 0.12463776224305333, "him": 0.23458775348846125, "man": 0.10994999124540793}, "this": {"him - man": -0.05435320282902795, "him": 0.25906825781960435, "man": 0.3134214606486323}, "those": {"him - man": -0.012160964972650082, "him": 0.10741699566950651, "man": 0.11957796064215659}, "throws": {"him - man": -0.010489734034311693, "him": 0.30212145866089246, "man": 0.31261119269520415}, "time": {"him - man": -0.01513523677494577, "him": 0.25206671576632295, "man": 0.2672019525412687}, "times": {"him - man": 0.006631697668164127, "him": 0.2845880453353165, "man": 0.2779563476671524}, "to": {"him - man": 0.05885169500622689, "him": 0.3927993638792215, "man": 0.3339476688729946}, "told": {"him - man": 0.08302956387887916, "him": 0.33015023064133675, "man": 0.24712066676245759}, "too": {"him - man": 0.021551597578913784, "him": 0.20082675673103434, "man": 0.17927515915212056}, "trail": {"him - man": -0.010383611891680578, "him": 0.31265633968191137, "man": 0.32303995157359194}, "tree": {"him - man": -0.011169420137381564, "him": 0.2304003126663697, "man": 0.24156973280375127}, "true": {"him - man": -0.09971271440219528, "him": 0.18885089780786082, "man": 0.2885636122100561}, "try": {"him - man": 0.021323006354975416, "him": 0.24361662707126938, "man": 0.22229362071629397}, "trying": {"him - man": -0.011697744730257392, "him": 0.16828094437036972, "man": 0.17997868910062712}, "turned": {"him - man": -0.01099797916120987, "him": 0.24925416557521224, "man": 0.2602521447364221}, "turning": {"him - man": -0.010941338661280609, "him": 0.2553613880073394, "man": 0.26630272666862}, "twin": {"him - man": -0.010383611891680578, "him": 0.31265633968191137, "man": 0.32303995157359194}, "two": {"him - man": -0.12816162961581826, "him": 0.13823497663521286, "man": 0.2663966062510311}, "typical": {"him - man": -0.011047832941922076, "him": 0.24382976151943692, "man": 0.254877594461359}, "u": {"him - man": -0.01161836382171963, "him": 0.17805144838140835, "man": 0.18966981220312798}, "uneven": {"him - man": -0.009993190087658643, "him": 0.35012035961205135, "man": 0.36011354969971}, "university": {"him - man": -0.011385707372645076, "him": 0.20575866107319318, "man": 0.21714436844583826}, "until": {"him - man": -0.011630622866243862, "him": 0.17655364667985923, "man": 0.1881842695461031}, "up": {"him - man": 0.0018631618456213528, "him": 0.29661196923561706, "man": 0.2947488073899957}, "ur": {"him - man": -0.010642051995318036, "him": 0.28671294546807724, "man": 0.2973549974633953}, "us": {"him - man": -0.06807361634727421, "him": 0.1061611260340441, "man": 0.1742347423813183}, "use": {"him - man": 0.07636580142396734, "him": 0.2406615904607469, "man": 0.16429578903677955}, "ve": {"him - man": -0.013020826567876453, "him": 0.17608163140245917, "man": 0.18910245797033562}, "very": {"him - man": 0.06824799706602852, "him": 0.24831204456902062, "man": 0.1800640475029921}, "victim": {"him - man": 0.040621028564084005, "him": 0.30380273512386347, "man": 0.26318170655977946}, "video": {"him - man": -0.032300735128873104, "him": 0.25770018757052304, "man": 0.29000092269939615}, "walked": {"him - man": -0.06271412085769712, "him": 0.2663042096598264, "man": 0.3290183305175235}, "wanna": {"him - man": 0.040621028564084005, "him": 0.30380273512386347, "man": 0.26318170655977946}, "want": {"him - man": 0.021577208819091087, "him": 0.19436857277921393, "man": 0.17279136396012285}, "wanted": {"him - man": -0.011445129625840184, "him": 0.19880689830019407, "man": 0.21025202792603426}, "was": {"him - man": 0.04111313370426001, "him": 0.3616073944378304, "man": 0.3204942607335704}, "watch": {"him - man": -0.048019417616984056, "him": 0.18247798774948681, "man": 0.23049740536647087}, "watched": {"him - man": 0.040742208853592865, "him": 0.29823276462583687, "man": 0.257490555772244}, "way": {"him - man": -0.09586893785561307, "him": 0.16912925448341332, "man": 0.2649981923390264}, "we": {"him - man": 0.032575882501442804, "him": 0.21785112086827874, "man": 0.18527523836683593}, "week": {"him - man": 0.021215258125534986, "him": 0.25906888728015126, "man": 0.23785362915461628}, "weeks": {"him - man": 0.07522304545511685, "him": 0.27651588955462153, "man": 0.20129284409950468}, "welfare": {"him - man": -0.011070696083567394, "him": 0.24132643349071967, "man": 0.25239712957428706}, "well": {"him - man": 0.021566945116650582, "him": 0.1970277971799087, "man": 0.17546085206325812}, "went": {"him - man": -0.013771762242144214, "him": 0.26603018701220743, "man": 0.27980194925435165}, "were": {"him - man": -0.012226665649464952, "him": 0.09816392298644909, "man": 0.11039058863591404}, "what": {"him - man": 0.05131430505209711, "him": 0.22439399585047398, "man": 0.17307969079837687}, "whatever": {"him - man": 0.04117152120310269, "him": 0.27720722094889655, "man": 0.23603569974579386}, "when": {"him - man": 0.1068398076529386, "him": 0.3067490844630921, "man": 0.19990927681015352}, "whenever": {"him - man": 0.040621028564084005, "him": 0.30380273512386347, "man": 0.26318170655977946}, "where": {"him - man": -0.014573167402488929, "him": 0.2520189412789108, "man": 0.2665921086813997}, "which": {"him - man": 0.10224881290319529, "him": 0.2536166318716249, "man": 0.15136781896842963}, "while": {"him - man": 0.012039116463438138, "him": 0.2679575010691969, "man": 0.2559183846057588}, "white": {"him - man": -0.12037617674281542, "him": 0.3024393613720301, "man": 0.4228155381148455}, "whites": {"him - man": -0.10406989798178631, "him": 0.08858761153870645, "man": 0.19265750952049276}, "who": {"him - man": -0.002005571999919964, "him": 0.25023287750657985, "man": 0.2522384495064998}, "whole": {"him - man": -0.01153657044583764, "him": 0.18794481463959542, "man": 0.19948138508543306}, "whut": {"him - man": -0.010236788386903395, "him": 0.326975622735601, "man": 0.3372124111225044}, "why": {"him - man": 0.10253509643453418, "him": 0.24629321845019142, "man": 0.14375812201565724}, "wiggers": {"him - man": -0.09578472750667677, "him": 0.2553613880073394, "man": 0.35114611551401614}, "will": {"him - man": -0.016136688808263827, "him": 0.21395813211789055, "man": 0.23009482092615438}, "wisdom": {"him - man": -0.010573163524978335, "him": 0.2937249036291447, "man": 0.30429806715412305}, "with": {"him - man": -0.008792096243946779, "him": 0.3329005679756812, "man": 0.34169266421962796}, "within": {"him - man": -0.09789237305047763, "him": 0.2214018483365587, "man": 0.31929422138703634}, "woman": {"him - man": -0.22497256298868384, "him": 0.16958292051742913, "man": 0.39455548350611297}, "won": {"him - man": -0.010797567348566628, "him": 0.2706086587789285, "man": 0.2814062261274951}, "wonder": {"him - man": -0.012582822944210287, "him": 0.22206576844262638, "man": 0.23464859138683666}, "wore": {"him - man": -0.010642051995318036, "him": 0.28671294546807724, "man": 0.2973549974633953}, "work": {"him - man": -0.04724880537337611, "him": 0.21220794850426067, "man": 0.2594567538776368}, "world": {"him - man": -0.06736846922267453, "him": 0.13398408666252834, "man": 0.20135255588520287}, "would": {"him - man": 0.08849707532042805, "him": 0.27885795972361627, "man": 0.1903608844031882}, "wrench": {"him - man": -0.009993190087658643, "him": 0.35012035961205135, "man": 0.36011354969971}, "www": {"him - man": -0.06992643930353326, "him": 0.20184504524658264, "man": 0.2717714845501159}, "y": {"him - man": -0.044762705704960326, "him": 0.29324519794395904, "man": 0.33800790364891936}, "year": {"him - man": -0.09458834151644163, "him": 0.2045727456292547, "man": 0.29916108714569634}, "years": {"him - man": -0.013071468898475741, "him": 0.17052036991994468, "man": 0.18359183881842042}, "yes": {"him - man": 0.04229558452794102, "him": 0.20609870352571813, "man": 0.1638031189977771}, "yet": {"him - man": -0.011599306122376696, "him": 0.18037203478552719, "man": 0.19197134090790388}, "york": {"him - man": 0.04144733224063388, "him": 0.262394685500368, "man": 0.2209473532597341}, "you": {"him - man": 0.05039921535977268, "him": 0.2881604462719304, "man": 0.2377612309121577}, "young": {"him - man": -0.10908684650188027, "him": 0.24128385168266697, "man": 0.35037069818454725}, "your": {"him - man": -0.01610321697039363, "him": 0.2166336237950578, "man": 0.23273684076545142}, "yourself": {"him - man": -0.011544003569003203, "him": 0.18705279619262588, "man": 0.19859679976162908}, "youtube": {"him - man": -0.20114047080318545, "him": 0.11379976816465562, "man": 0.31494023896784107}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-she.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-she.json new file mode 100644 index 0000000000000000000000000000000000000000..de5de46f17fc2b9cbe5431ad34d569834768eaf1 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-she.json @@ -0,0 +1 @@ +{"1": {"him - she": 0.07383679465985969, "him": 0.19420713008402302, "she": 0.12037033542416332}, "2": {"him - she": 0.02152373920034245, "him": 0.2253857465579885, "she": 0.20386200735764604}, "2012": {"him - she": 0.017798080055574123, "him": 0.2324050111406903, "she": 0.21460693108511616}, "5": {"him - she": -0.03367778647476963, "him": 0.16575807644866997, "she": 0.1994358629234396}, "6": {"him - she": 0.018697856444503558, "him": 0.18361647265981548, "she": 0.16491861621531193}, "7": {"him - she": -0.033585620947749945, "him": 0.19990666149785047, "she": 0.2334922824456004}, "a": {"him - she": 0.007628464803002333, "him": 0.36178430539725337, "she": 0.35415584059425104}, "about": {"him - she": -0.010435710585572966, "him": 0.2621328568110203, "she": 0.27256856739659324}, "actually": {"him - she": -0.03368043004045526, "him": 0.16274468690527524, "she": 0.1964251169457305}, "addict": {"him - she": 0.0162581082824671, "him": 0.31265633968191137, "she": 0.29639823139944427}, "african": {"him - she": 0.01898048536285457, "him": 0.27551992977694356, "she": 0.256539444414089}, "after": {"him - she": 0.08019620238956446, "him": 0.2597266605228449, "she": 0.17953045813328042}, "again": {"him - she": 0.04626925656109099, "him": 0.2735994006296418, "she": 0.2273301440685508}, "age": {"him - she": -0.033575463422562846, "him": 0.20217366366505113, "she": 0.23574912708761397}, "aged": {"him - she": 0.016464520418813633, "him": 0.30212145866089246, "she": 0.28565693824207883}, "ago": {"him - she": -0.04043111873345809, "him": 0.23213991903157075, "she": 0.27257103776502883}, "all": {"him - she": 0.110175876719279, "him": 0.26188086486864653, "she": 0.15170498814936753}, "also": {"him - she": 0.019738435363470988, "him": 0.1252311838145944, "she": 0.1054927484511234}, "always": {"him - she": 0.1340504385490332, "him": 0.24769227054800133, "she": 0.11364183199896814}, "am": {"him - she": 0.019826717480348255, "him": 0.12017377204338381, "she": 0.10034705456303555}, "an": {"him - she": 0.0244783329371486, "him": 0.23171704402277699, "she": 0.20723871108562839}, "and": {"him - she": 0.027871692911476897, "him": 0.3997498253102883, "she": 0.3718781323988114}, "another": {"him - she": -0.03368241043193809, "him": 0.15148332158101607, "she": 0.18516573201295417}, "any": {"him - she": 0.021406200491126792, "him": 0.15843110332767157, "she": 0.13702490283654478}, "anything": {"him - she": -0.0670663938755176, "him": 0.14813797015365124, "she": 0.21520436402916884}, "apartment": {"him - she": 0.017424947159990434, "him": 0.2522110832706662, "she": 0.23478613611067578}, "ape": {"him - she": -0.013216662023431747, "him": 0.2887232099089763, "she": 0.30193987193240807}, "are": {"him - she": 0.008134417166021202, "him": 0.19233355952346862, "she": 0.18419914235744742}, "around": {"him - she": 0.06858367210188387, "him": 0.2520189412789108, "she": 0.1834352691770269}, "artic": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "as": {"him - she": 0.036810827526266326, "him": 0.2753839819160887, "she": 0.23857315438982238}, "ask": {"him - she": 0.04451338265818011, "him": 0.31878551288604123, "she": 0.2742721302278611}, "asked": {"him - she": 0.01771814561779486, "him": 0.23666832947355468, "she": 0.21895018385575982}, "aswell": {"him - she": 0.016628114759022983, "him": 0.2937249036291447, "she": 0.27709678887012174}, "at": {"him - she": 0.05678622528034605, "him": 0.32661691274949106, "she": 0.269830687469145}, "ate": {"him - she": 0.0162581082824671, "him": 0.31265633968191137, "she": 0.29639823139944427}, "austrian": {"him - she": 0.01597548485868122, "him": 0.326975622735601, "she": 0.31100013787691977}, "auto": {"him - she": 0.0162581082824671, "him": 0.31265633968191137, "she": 0.29639823139944427}, "away": {"him - she": 0.02141021297861856, "him": 0.279833567375064, "she": 0.2584233543964454}, "baby": {"him - she": -0.01319892969428077, "him": 0.2789523893847733, "she": 0.29215131907905406}, "back": {"him - she": -0.005203894027842049, "him": 0.2976967395516473, "she": 0.3029006335794894}, "backpack": {"him - she": 0.0162581082824671, "him": 0.31265633968191137, "she": 0.29639823139944427}, "bad": {"him - she": 0.02106739831786683, "him": 0.24566931744868292, "she": 0.2246019191308161}, "bag": {"him - she": -0.06462580124621747, "him": 0.25873429442769613, "she": 0.3233600956739136}, "bar": {"him - she": 0.017906366212254027, "him": 0.22661156319677023, "she": 0.2087051969845162}, "be": {"him - she": 0.06193105658612649, "him": 0.2884561914744113, "she": 0.22652513488828482}, "beautiful": {"him - she": -0.11051027994996962, "him": 0.18361647265981548, "she": 0.2941267526097851}, "because": {"him - she": -0.0638991658469798, "him": 0.24145695294068642, "she": 0.3053561187876662}, "been": {"him - she": 0.020233932740595026, "him": 0.09662271361037235, "she": 0.07638878086977732}, "before": {"him - she": -0.01283032902619402, "him": 0.19666383977155721, "she": 0.20949416879775123}, "behind": {"him - she": 0.019506771989821564, "him": 0.2508300592969267, "she": 0.23132328730710514}, "being": {"him - she": 0.04734379209342551, "him": 0.2439156302547327, "she": 0.1965718381613072}, "best": {"him - she": 0.01887796782054496, "him": 0.1736670061958214, "she": 0.15478903837527644}, "bet": {"him - she": 0.0700699668964358, "him": 0.2826346854458359, "she": 0.21256471854940012}, "bitch": {"him - she": 0.01688075352838314, "him": 0.2806748764088565, "she": 0.2637941228804734}, "black": {"him - she": -0.007921253412826013, "him": 0.25679990148706344, "she": 0.26472115489988945}, "blanket": {"him - she": 0.0162581082824671, "him": 0.31265633968191137, "she": 0.29639823139944427}, "blonde": {"him - she": -0.03315998806396786, "him": 0.25873429442769613, "she": 0.291894282491664}, "blue": {"him - she": -0.033614846186796915, "him": 0.19262600166763644, "she": 0.22624084785443335}, "boy": {"him - she": 0.1301051394228331, "him": 0.30224357125866597, "she": 0.17213843183583286}, "brother": {"him - she": 0.07108031313024693, "him": 0.2611197844044521, "she": 0.19003947127420517}, "brought": {"him - she": 0.017906366212254027, "him": 0.22661156319677023, "she": 0.2087051969845162}, "brown": {"him - she": 0.01899790249234526, "him": 0.1670064019505885, "she": 0.14800849945824324}, "bus": {"him - she": 0.017939839235500438, "him": 0.22481649586413494, "she": 0.2068766566286345}, "but": {"him - she": -0.034454003541663114, "him": 0.26515976964789106, "she": 0.2996137731895542}, "butchy": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "by": {"him - she": 0.025440668167209662, "him": 0.25365410629692603, "she": 0.22821343812971637}, "ca": {"him - she": 0.019042276511836903, "him": 0.16453483189832355, "she": 0.14549255538648664}, "call": {"him - she": 0.15012322824600915, "him": 0.32130889934191353, "she": 0.17118567109590438}, "called": {"him - she": 0.019879368153361304, "him": 0.233121873621537, "she": 0.2132425054681757}, "calling": {"him - she": 0.06885979330158631, "him": 0.3068560024147448, "she": 0.2379962091131585}, "came": {"him - she": -0.05732057521826059, "him": 0.2246412012565042, "she": 0.2819617764747648}, "camera": {"him - she": -0.03308081542935437, "him": 0.2663042096598264, "she": 0.29938502508918075}, "can": {"him - she": 0.02568812632298656, "him": 0.24468746548148004, "she": 0.21899933915849348}, "case": {"him - she": 0.01822218391576025, "him": 0.20959473654640517, "she": 0.19137255263064493}, "caught": {"him - she": 0.019049495073801992, "him": 0.2723034740636727, "she": 0.25325397898987073}, "chance": {"him - she": 0.017630568665184726, "him": 0.24132643349071967, "she": 0.22369586482553494}, "check": {"him - she": 0.07257299437491416, "him": 0.2266490866696048, "she": 0.15407609229469063}, "chest": {"him - she": 0.06639452294005777, "him": 0.3520514611821366, "she": 0.28565693824207883}, "chick": {"him - she": 0.01597548485868122, "him": 0.326975622735601, "she": 0.31100013787691977}, "child": {"him - she": 0.07233613769966937, "him": 0.23236606616839223, "she": 0.16002992846872285}, "children": {"him - she": -0.06710691088852727, "him": 0.14495963929080602, "she": 0.2120665501793333}, "christian": {"him - she": -0.033564337321257215, "him": 0.2045375326424109, "she": 0.2381018699636681}, "church": {"him - she": 0.017798080055574123, "him": 0.2324050111406903, "she": 0.21460693108511616}, "claims": {"him - she": 0.01767540745207427, "him": 0.23894318601384507, "she": 0.2212677785617708}, "class": {"him - she": -0.004029230648935678, "him": 0.2841334227333135, "she": 0.28816265338224917}, "close": {"him - she": 0.01822218391576025, "him": 0.20959473654640517, "she": 0.19137255263064493}, "coat": {"him - she": 0.016628114759022983, "him": 0.2937249036291447, "she": 0.27709678887012174}, "com": {"him - she": 0.04856451975062079, "him": 0.20787826438659632, "she": 0.15931374463597553}, "come": {"him - she": 0.054879211450885146, "him": 0.2304848125420995, "she": 0.17560560109121434}, "complaining": {"him - she": 0.016464520418813633, "him": 0.30212145866089246, "she": 0.28565693824207883}, "conslour": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "cookies": {"him - she": 0.06497945999649779, "him": 0.37597959787341756, "she": 0.31100013787691977}, "coon": {"him - she": 0.017156676330862874, "him": 0.2663042096598264, "she": 0.2491475333289635}, "could": {"him - she": 0.022954428358832046, "him": 0.25681622093070805, "she": 0.233861792571876}, "country": {"him - she": -0.03364612933921124, "him": 0.1279093359927187, "she": 0.16155546533192994}, "couple": {"him - she": -0.03365776773663853, "him": 0.17805144838140835, "she": 0.21170921611804688}, "courier": {"him - she": 0.0162581082824671, "him": 0.31265633968191137, "she": 0.29639823139944427}, "d": {"him - she": 0.07999416446732463, "him": 0.2637038543468052, "she": 0.18370968987948058}, "darkes": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "day": {"him - she": 0.00232124204451134, "him": 0.22799589131217052, "she": 0.22567464926765918}, "days": {"him - she": 0.07270817006018607, "him": 0.22333952152214318, "she": 0.1506313514619571}, "did": {"him - she": -0.004564020536349966, "him": 0.27786589156894786, "she": 0.28242991210529783}, "dirty": {"him - she": 0.01822218391576025, "him": 0.20959473654640517, "she": 0.19137255263064493}, "do": {"him - she": 0.005167194938622471, "him": 0.23141937963189252, "she": 0.22625218469327005}, "doctor": {"him - she": 0.01676410630193642, "him": 0.28671294546807724, "she": 0.2699488391661408}, "does": {"him - she": -0.0746105100624998, "him": 0.19921886455928312, "she": 0.2738293746217829}, "dog": {"him - she": -0.013179830943887416, "him": 0.2707675137247977, "she": 0.2839473446686851}, "dogs": {"him - she": 0.017798080055574123, "him": 0.2324050111406903, "she": 0.21460693108511616}, "done": {"him - she": -0.013060320001277825, "him": 0.2370572225800559, "she": 0.25011754258133373}, "dont": {"him - she": 0.02263786795798972, "him": 0.26936832474586275, "she": 0.24673045678787303}, "down": {"him - she": 0.07584628803182242, "him": 0.28945167959704726, "she": 0.21360539156522484}, "drop": {"him - she": 0.017156676330862874, "him": 0.2663042096598264, "she": 0.2491475333289635}, "dropped": {"him - she": 0.016464520418813633, "him": 0.30212145866089246, "she": 0.28565693824207883}, "drug": {"him - she": 0.07024719240025709, "him": 0.2789523893847733, "she": 0.2087051969845162}, "drugs": {"him - she": 0.017365178894180877, "him": 0.2553613880073394, "she": 0.2379962091131585}, "duty": {"him - she": 0.017365178894180877, "him": 0.2553613880073394, "she": 0.2379962091131585}, "e": {"him - she": 0.018440430340659508, "him": 0.19772837935709575, "she": 0.17928794901643624}, "eating": {"him - she": 0.06987666404906193, "him": 0.28660951478518565, "she": 0.21673285073612372}, "educate": {"him - she": 0.01753363112639733, "him": 0.2464669065431087, "she": 0.22893327541671138}, "either": {"him - she": 0.018420661490874346, "him": 0.19880689830019407, "she": 0.18038623680931973}, "else": {"him - she": 0.020135844469832603, "him": 0.22081867656394996, "she": 0.20068283209411736}, "end": {"him - she": -0.033633714700278816, "him": 0.18705279619262588, "she": 0.2206865108929047}, "enough": {"him - she": 0.10627566220941473, "him": 0.26106470058469117, "she": 0.15478903837527644}, "even": {"him - she": 0.021949140442258513, "him": 0.20624349002944573, "she": 0.1842943495871872}, "ever": {"him - she": -0.06719609925727166, "him": 0.13744130361099205, "she": 0.2046374028682637}, "every": {"him - she": -0.11276799092220968, "him": 0.12109380164966632, "she": 0.233861792571876}, "eyes": {"him - she": -0.1283691861332237, "him": 0.15606285733421207, "she": 0.2844320434674358}, "family": {"him - she": 0.02016120343741165, "him": 0.21959706636085125, "she": 0.1994358629234396}, "far": {"him - she": 0.07278515336632457, "him": 0.2214389654930056, "she": 0.14865381212668102}, "father": {"him - she": -0.033558376081779445, "him": 0.20575866107319318, "she": 0.23931703715497263}, "favorite": {"him - she": 0.017798080055574123, "him": 0.2324050111406903, "she": 0.21460693108511616}, "few": {"him - she": 0.061282605683154356, "him": 0.2609527984506781, "she": 0.19967019276752374}, "fight": {"him - she": 0.01878492131393006, "him": 0.1788148497826529, "she": 0.16002992846872285}, "figured": {"him - she": 0.017074280064149072, "him": 0.2706086587789285, "she": 0.2535343787147794}, "filthy": {"him - she": 0.017424947159990434, "him": 0.2522110832706662, "she": 0.23478613611067578}, "find": {"him - she": 0.04751236991601768, "him": 0.23909598856303377, "she": 0.1915836186470161}, "finially": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "finlly": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "first": {"him - she": -0.03780095157886984, "him": 0.184870301141983, "she": 0.22267125272085284}, "food": {"him - she": -0.06628391952590285, "him": 0.19461191789815618, "she": 0.26089583742405903}, "for": {"him - she": 0.04309104178234602, "him": 0.305286159987585, "she": 0.262195118205239}, "forest": {"him - she": 0.017074280064149072, "him": 0.2706086587789285, "she": 0.2535343787147794}, "forgein": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "forum": {"him - she": -0.03368313147137958, "him": 0.15501589334753754, "she": 0.18869902481891712}, "foruth": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "fought": {"him - she": 0.016983056636563243, "him": 0.2753612228189775, "she": 0.25837816618241427}, "found": {"him - she": 0.021090823060335967, "him": 0.24463430384360765, "she": 0.2235434807832717}, "fox": {"him - she": 0.017583399853066867, "him": 0.24382976151943692, "she": 0.22624636166637005}, "friend": {"him - she": 0.05289210471787978, "him": 0.2821271891796713, "she": 0.2292350844617915}, "friends": {"him - she": 0.01912579252949434, "him": 0.15987239782696547, "she": 0.14074660529747113}, "from": {"him - she": 0.016037239169923168, "him": 0.3214803030667667, "she": 0.30544306389684356}, "front": {"him - she": 0.0720322520845822, "him": 0.23955526643259084, "she": 0.16752301434800865}, "funny": {"him - she": 0.018337370287193067, "him": 0.20334293622664681, "she": 0.18500556593945375}, "g": {"him - she": 0.017424947159990434, "him": 0.2522110832706662, "she": 0.23478613611067578}, "gang": {"him - she": 0.017630568665184726, "him": 0.24132643349071967, "she": 0.22369586482553494}, "gather": {"him - she": 0.01597548485868122, "him": 0.326975622735601, "she": 0.31100013787691977}, "gave": {"him - she": 0.0761170658705374, "him": 0.3326565102846264, "she": 0.256539444414089}, "get": {"him - she": 0.026985402492411825, "him": 0.30239836748229054, "she": 0.2754129649898787}, "gets": {"him - she": -0.03734357910089417, "him": 0.24979809086954, "she": 0.28714166997043417}, "getting": {"him - she": -0.03364383359091419, "him": 0.18361647265981548, "she": 0.21726030625072967}, "gf": {"him - she": 0.0162581082824671, "him": 0.31265633968191137, "she": 0.29639823139944427}, "girl": {"him - she": -0.05463308681577217, "him": 0.25286870828330765, "she": 0.3075017950990798}, "girls": {"him - she": 0.10559697884522184, "him": 0.2722390081062954, "she": 0.16664202926107358}, "give": {"him - she": 0.07936575757747394, "him": 0.27579087452320444, "she": 0.1964251169457305}, "giving": {"him - she": 0.07033056432026205, "him": 0.27720722094889655, "she": 0.2068766566286345}, "go": {"him - she": 0.05040003706056695, "him": 0.28856637087868175, "she": 0.2381663338181148}, "goes": {"him - she": -0.11010455905471345, "him": 0.19262600166763644, "she": 0.3027305607223499}, "going": {"him - she": 0.02183914407330345, "him": 0.21121521964704423, "she": 0.18937607557374078}, "gone": {"him - she": 0.052493177369536376, "him": 0.291810214524509, "she": 0.23931703715497263}, "gonna": {"him - she": -0.033376157621736985, "him": 0.23449183057735953, "she": 0.2678679881990965}, "good": {"him - she": -0.014597834926211972, "him": 0.19660910491176226, "she": 0.21120693983797423}, "got": {"him - she": 0.04724093519228578, "him": 0.3234776360207465, "she": 0.2762367008284607}, "grand": {"him - she": 0.017074280064149072, "him": 0.2706086587789285, "she": 0.2535343787147794}, "group": {"him - she": -0.03368154994156966, "him": 0.16100529362567673, "she": 0.1946868435672464}, "guess": {"him - she": 0.07248735846945684, "him": 0.2287279337381069, "she": 0.15624057526865007}, "guidance": {"him - she": 0.01597548485868122, "him": 0.326975622735601, "she": 0.31100013787691977}, "guy": {"him - she": 0.13143328711956395, "him": 0.3284488751627865, "she": 0.19701558804322253}, "had": {"him - she": 0.017110632486323718, "him": 0.3248138624028754, "she": 0.3077032299165517}, "hair": {"him - she": -0.04019445951014844, "him": 0.2540576416843928, "she": 0.29425210119454126}, "hall": {"him - she": 0.017156676330862874, "him": 0.2663042096598264, "she": 0.2491475333289635}, "handed": {"him - she": 0.01688075352838314, "him": 0.2806748764088565, "she": 0.2637941228804734}, "happened": {"him - she": 0.10418435575041352, "him": 0.2942238270246187, "she": 0.19003947127420517}, "happy": {"him - she": 0.01845981252956952, "him": 0.1966702417957716, "she": 0.1782104292662021}, "hard": {"him - she": 0.018756715053015433, "him": 0.18037203478552719, "she": 0.16161531973251175}, "has": {"him - she": -0.07299247971929665, "him": 0.22420310018172637, "she": 0.297195579901023}, "hated": {"him - she": 0.017976672563982388, "him": 0.32161865423243424, "she": 0.30364198166845185}, "hates": {"him - she": 0.017074280064149072, "him": 0.2706086587789285, "she": 0.2535343787147794}, "have": {"him - she": 0.165978027092909, "him": 0.2789941667429293, "she": 0.11301613965002033}, "he": {"him - she": 0.23880976743490906, "him": 0.45384851086428296, "she": 0.2150387434293739}, "head": {"him - she": 0.07747667846712081, "him": 0.30987394445266775, "she": 0.23239726598554694}, "hear": {"him - she": -0.09106283153639852, "him": 0.1788148497826529, "she": 0.26987768131905143}, "heard": {"him - she": -0.02356069989577539, "him": 0.248337095515738, "she": 0.2718977954115134}, "hearing": {"him - she": 0.017301059986836204, "him": 0.25873429442769613, "she": 0.24143323444085993}, "hell": {"him - she": 0.07262814816900218, "him": 0.22530293467800794, "she": 0.15267478650900576}, "help": {"him - she": 0.07254484684667095, "him": 0.2273338852219474, "she": 0.15478903837527644}, "her": {"him - she": -0.23217003586797336, "him": 0.2693092534055421, "she": 0.5014792892735155}, "here": {"him - she": -0.029672596148066388, "him": 0.1826600502209034, "she": 0.21233264636896979}, "heritage": {"him - she": 0.018867773627159856, "him": 0.2807598805478364, "she": 0.26189210692067655}, "hey": {"him - she": 0.01887796782054496, "him": 0.1736670061958214, "she": 0.15478903837527644}, "him": {"him - she": 0.4463048204985524, "him": 0.6714495242197408, "she": 0.2251447037211884}, "his": {"him - she": 0.3074928797212608, "him": 0.4551497970598489, "she": 0.1476569173385881}, "hispanic": {"him - she": 0.01775897984123581, "him": 0.23449183057735953, "she": 0.21673285073612372}, "home": {"him - she": 0.08072344038471352, "him": 0.2491225141478657, "she": 0.1683990737631522}, "homeschooling": {"him - she": 0.016983056636563243, "him": 0.2753612228189775, "she": 0.25837816618241427}, "hope": {"him - she": -0.008970484890336472, "him": 0.2659094522070556, "she": 0.27487993709739206}, "house": {"him - she": 0.13199695053316646, "him": 0.2774895059196531, "she": 0.14549255538648664}, "how": {"him - she": 0.024857880884347705, "him": 0.2745778616690524, "she": 0.2497199807847047}, "http": {"him - she": -0.0674602553899318, "him": 0.1071640257403024, "she": 0.1746242811302342}, "https": {"him - she": 0.019326578806998534, "him": 0.14860521824096556, "she": 0.12927863943396703}, "huffed": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "huh": {"him - she": 0.016628114759022983, "him": 0.2937249036291447, "she": 0.27709678887012174}, "i": {"him - she": 0.04951159058278837, "him": 0.36541899971524117, "she": 0.3159074091324528}, "id": {"him - she": 0.01803366007220561, "him": 0.21977444086851045, "she": 0.20174078079630484}, "if": {"him - she": 0.022977549081418636, "him": 0.319169897632612, "she": 0.29619234855119336}, "igger": {"him - she": 0.01597548485868122, "him": 0.326975622735601, "she": 0.31100013787691977}, "im": {"him - she": 0.019459660892737124, "him": 0.14109151169751535, "she": 0.12163185080477823}, "in": {"him - she": -0.004593884109685309, "him": 0.3113532887371724, "she": 0.3159471728468577}, "instead": {"him - she": 0.01811903229896447, "him": 0.21517262430282882, "she": 0.19705359200386435}, "into": {"him - she": 0.08149829396047045, "him": 0.23289122507989668, "she": 0.15139293111942623}, "involved": {"him - she": 0.017583399853066867, "him": 0.24382976151943692, "she": 0.22624636166637005}, "is": {"him - she": -0.08806621918625473, "him": 0.27347356987989074, "she": 0.3615397890661455}, "it": {"him - she": 0.00825525675251887, "him": 0.27884087359671095, "she": 0.2705856168441921}, "its": {"him - she": 0.07470192633313377, "him": 0.1696823185637002, "she": 0.09498039223056642}, "ive": {"him - she": -0.03340701290546297, "him": 0.2304003126663697, "she": 0.2638073255718327}, "jew": {"him - she": 0.020245970419996068, "him": 0.21550682706379087, "she": 0.1952608566437948}, "jewish": {"him - she": 0.07236728866365569, "him": 0.23161999801051142, "she": 0.15925270934685573}, "journal": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "jumped": {"him - she": 0.06808427551765484, "him": 0.32161865423243424, "she": 0.2535343787147794}, "just": {"him - she": 0.020662530954864644, "him": 0.29748255113861677, "she": 0.2768200201837521}, "kick": {"him - she": 0.0697730260532165, "him": 0.2887232099089763, "she": 0.21895018385575982}, "kicked": {"him - she": -0.03291526730712113, "him": 0.2806748764088565, "she": 0.31359014371597765}, "kid": {"him - she": 0.1506596505412753, "him": 0.31557826675658723, "she": 0.16491861621531193}, "kids": {"him - she": -0.09010288267402541, "him": 0.1699605316686892, "she": 0.2600634143427146}, "kill": {"him - she": 0.018197412222009268, "him": 0.2109360351157493, "she": 0.19273862289374002}, "killed": {"him - she": 0.10418435575041352, "him": 0.2942238270246187, "she": 0.19003947127420517}, "kiss": {"him - she": -0.03308081542935437, "him": 0.2663042096598264, "she": 0.29938502508918075}, "knife": {"him - she": 0.017365178894180877, "him": 0.2553613880073394, "she": 0.2379962091131585}, "know": {"him - she": 0.02412780277689877, "him": 0.24531403221776746, "she": 0.2211862294408687}, "lady": {"him - she": -0.06544063250029405, "him": 0.2304003126663697, "she": 0.29584094516666376}, "large": {"him - she": 0.01797216039649374, "him": 0.22308129870322974, "she": 0.205109138306736}, "last": {"him - she": -0.03780788852803452, "him": 0.18281449605090977, "she": 0.22062238457894429}, "least": {"him - she": -0.033656035851740096, "him": 0.1788148497826529, "she": 0.212470885634393}, "leave": {"him - she": 0.019528597135275383, "him": 0.24979809086954, "she": 0.2302694937342646}, "let": {"him - she": 0.06756844926691519, "him": 0.27378480282749884, "she": 0.20621635356058365}, "lets": {"him - she": 0.018197412222009268, "him": 0.2109360351157493, "she": 0.19273862289374002}, "light": {"him - she": -0.0336216853627514, "him": 0.1907072283148148, "she": 0.2243289136775662}, "like": {"him - she": -0.011783429492112307, "him": 0.28678199439027735, "she": 0.29856542388238966}, "little": {"him - she": -0.037739602617363616, "him": 0.19921886455928312, "she": 0.23695846717664673}, "live": {"him - she": 0.019685567492312955, "him": 0.12825174670313969, "she": 0.10856617921082673}, "ll": {"him - she": 0.0020700061931936686, "him": 0.24594815697766795, "she": 0.24387815078447428}, "lol": {"him - she": 0.07842042606444408, "him": 0.29323717593609483, "she": 0.21481674987165075}, "london": {"him - she": 0.018602640040373375, "him": 0.18885089780786082, "she": 0.17024825776748745}, "long": {"him - she": -0.0336814960434568, "him": 0.14955014351697787, "she": 0.18323163956043467}, "look": {"him - she": 0.043105904222681235, "him": 0.2598103472766689, "she": 0.21670444305398767}, "looked": {"him - she": -0.03351592702648262, "him": 0.21372297250887887, "she": 0.2472388995353615}, "looking": {"him - she": 0.10851004723244453, "him": 0.22066237561580382, "she": 0.11215232838335928}, "looks": {"him - she": -0.07393730327625356, "him": 0.22398678788056123, "she": 0.2979240911568148}, "love": {"him - she": 0.13195476061299702, "him": 0.27806679050486327, "she": 0.14611202989186625}, "m": {"him - she": -0.05842493601727053, "him": 0.13854430943070833, "she": 0.19696924544797886}, "man": {"him - she": 0.11290568271058044, "him": 0.32239985150833167, "she": 0.20949416879775123}, "matter": {"him - she": -0.033575463422562846, "him": 0.20217366366505113, "she": 0.23574912708761397}, "may": {"him - she": 0.02012296070898023, "him": 0.2214389654930056, "she": 0.20131600478402537}, "maybe": {"him - she": -0.012847685620050175, "him": 0.19921886455928312, "she": 0.2120665501793333}, "me": {"him - she": -0.027114768544588552, "him": 0.21230351894955843, "she": 0.23941828749414698}, "meet": {"him - she": 0.01889060216988428, "him": 0.1729666944645749, "she": 0.15407609229469063}, "met": {"him - she": -0.03339209829284101, "him": 0.2324050111406903, "she": 0.2657971094335313}, "middle": {"him - she": 0.017939839235500438, "him": 0.22481649586413494, "she": 0.2068766566286345}, "might": {"him - she": 0.018697856444503558, "him": 0.18361647265981548, "she": 0.16491861621531193}, "mine": {"him - she": 0.07083730077144401, "him": 0.26641439801317884, "she": 0.19557709724173483}, "minister": {"him - she": 0.1265889226824655, "him": 0.3433217734185892, "she": 0.21673285073612372}, "missing": {"him - she": 0.01753363112639733, "him": 0.2464669065431087, "she": 0.22893327541671138}, "mixed": {"him - she": -0.06619586364159605, "him": 0.19880689830019407, "she": 0.2650027619417901}, "mom": {"him - she": 0.01753363112639733, "him": 0.2464669065431087, "she": 0.22893327541671138}, "money": {"him - she": 0.018951569055472017, "him": 0.16958292051742913, "she": 0.1506313514619571}, "monkey": {"him - she": 0.06869060576932504, "him": 0.31012384021018496, "she": 0.24143323444085993}, "monkies": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "month": {"him - she": -0.03354557689726376, "him": 0.20828580897211496, "she": 0.24183138586937872}, "months": {"him - she": -0.03350753501865067, "him": 0.21517262430282882, "she": 0.2486801593214795}, "more": {"him - she": -0.04080723545345663, "him": 0.16266074993891894, "she": 0.20346798539237557}, "mosier": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "most": {"him - she": 0.07424831684008304, "him": 0.18281449605090977, "she": 0.10856617921082673}, "mother": {"him - she": -0.11010455905471345, "him": 0.19262600166763644, "she": 0.3027305607223499}, "motorcyclist": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "mouth": {"him - she": 0.06869060576932504, "him": 0.31012384021018496, "she": 0.24143323444085993}, "move": {"him - she": 0.018602640040373375, "him": 0.18885089780786082, "she": 0.17024825776748745}, "moved": {"him - she": 0.018269905120966157, "him": 0.20700762027112124, "she": 0.18873771515015508}, "much": {"him - she": 0.020908842810679756, "him": 0.18315272206359787, "she": 0.1622438792529181}, "multiple": {"him - she": 0.016464520418813633, "him": 0.30212145866089246, "she": 0.28565693824207883}, "muslim": {"him - she": 0.07041079147020757, "him": 0.27551992977694356, "she": 0.205109138306736}, "my": {"him - she": -0.06009413780382508, "him": 0.24686723688316323, "she": 0.3069613746869883}, "n": {"him - she": -0.06992674016759004, "him": 0.23322492054025407, "she": 0.3031516607078441}, "name": {"him - she": -0.07411567295935778, "him": 0.2178100398439322, "she": 0.29192571280329}, "names": {"him - she": 0.017480941890291646, "him": 0.24925416557521224, "she": 0.2317732236849206}, "nation": {"him - she": 0.07210376021864928, "him": 0.23787779178154064, "she": 0.16577403156289136}, "nazi": {"him - she": 0.017583399853066867, "him": 0.24382976151943692, "she": 0.22624636166637005}, "need": {"him - she": 0.15553309872601007, "him": 0.25681622093070805, "she": 0.10128312220469798}, "needed": {"him - she": -0.03319347772391973, "him": 0.2553613880073394, "she": 0.2885548657312591}, "neevr": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "negro": {"him - she": 0.020357615937278056, "him": 0.2101035826468309, "she": 0.18974596670955285}, "negroes": {"him - she": -0.03360738849345127, "him": 0.19461191789815618, "she": 0.22821930639160745}, "nerve": {"him - she": 0.01676410630193642, "him": 0.28671294546807724, "she": 0.2699488391661408}, "neve": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "never": {"him - she": -0.04063430548140359, "him": 0.20680969309838879, "she": 0.24744399857979238}, "new": {"him - she": 0.056301108883320544, "him": 0.18911473541683577, "she": 0.13281362653351522}, "news": {"him - she": -0.0033260297728857635, "him": 0.21306202376618089, "she": 0.21638805353906665}, "next": {"him - she": 0.0587946817402919, "him": 0.31423125423965576, "she": 0.25543657249936386}, "no": {"him - she": -0.045050551643630615, "him": 0.20747617070594296, "she": 0.2525267223495736}, "non": {"him - she": -0.012780061900211664, "him": 0.18955812867286378, "she": 0.20233819057307545}, "nor": {"him - she": 0.01753363112639733, "him": 0.2464669065431087, "she": 0.22893327541671138}, "not": {"him - she": -0.019114559411939458, "him": 0.25766995444422425, "she": 0.2767845138561637}, "nothing": {"him - she": 0.07346245416152627, "him": 0.20418908146373213, "she": 0.13072662730220586}, "now": {"him - she": 0.006086572540140112, "him": 0.24504335915676773, "she": 0.23895678661662761}, "obviously": {"him - she": 0.018367890372223528, "him": 0.30380273512386347, "she": 0.28543484475163994}, "of": {"him - she": 0.03309365887252602, "him": 0.3077842161310669, "she": 0.27469055725854086}, "off": {"him - she": 0.010404839309714642, "him": 0.30106592396762505, "she": 0.2906610846579104}, "often": {"him - she": 0.017798080055574123, "him": 0.2324050111406903, "she": 0.21460693108511616}, "ohhh": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "old": {"him - she": -0.06546960280581746, "him": 0.22747322326985867, "she": 0.2929428260756761}, "on": {"him - she": 0.04854771485632925, "him": 0.30958878813355717, "she": 0.2610410732772279}, "once": {"him - she": 0.05390734584836343, "him": 0.25650981238968246, "she": 0.20260246654131903}, "one": {"him - she": 0.02605193292345523, "him": 0.25621571496083567, "she": 0.23016378203738044}, "only": {"him - she": -0.07554023544017438, "him": 0.15452532844050326, "she": 0.23006556388067764}, "onto": {"him - she": 0.017301059986836204, "him": 0.25873429442769613, "she": 0.24143323444085993}, "open": {"him - she": 0.018568796478981936, "him": 0.1907072283148148, "she": 0.17213843183583286}, "opened": {"him - she": 0.017424947159990434, "him": 0.2522110832706662, "she": 0.23478613611067578}, "opinion": {"him - she": 0.017480941890291646, "him": 0.24925416557521224, "she": 0.2317732236849206}, "or": {"him - she": 0.03611891086575192, "him": 0.29810504897196116, "she": 0.26198613810620924}, "org": {"him - she": 0.019184384367389673, "him": 0.15659299656534548, "she": 0.1374086121979558}, "other": {"him - she": -0.008711019080447552, "him": 0.23437705006171616, "she": 0.24308806914216372}, "our": {"him - she": 0.04924422252817631, "him": 0.18653731090932074, "she": 0.13729308838114443}, "out": {"him - she": 0.015209210499082637, "him": 0.3167769729442369, "she": 0.30156776244515426}, "outside": {"him - she": 0.018145875267144035, "him": 0.21372297250887887, "she": 0.19557709724173483}, "over": {"him - she": 0.05570165305873401, "him": 0.20709458417816023, "she": 0.15139293111942623}, "own": {"him - she": -0.003373070194254424, "him": 0.21724931438468986, "she": 0.22062238457894429}, "packi": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "parents": {"him - she": 0.018651366606022873, "him": 0.18617438095403152, "she": 0.16752301434800865}, "passed": {"him - she": 0.017301059986836204, "him": 0.25873429442769613, "she": 0.24143323444085993}, "patch": {"him - she": 0.01597548485868122, "him": 0.326975622735601, "she": 0.31100013787691977}, "people": {"him - she": 0.013772807750337707, "him": 0.23272132682160196, "she": 0.21894851907126425}, "perhaps": {"him - she": 0.01803366007220561, "him": 0.21977444086851045, "she": 0.20174078079630484}, "person": {"him - she": 0.021090823060335967, "him": 0.24463430384360765, "she": 0.2235434807832717}, "personally": {"him - she": -0.03297880526608998, "him": 0.2753612228189775, "she": 0.3083400280850675}, "picture": {"him - she": 0.05297082133750905, "him": 0.2801922717184903, "she": 0.22722145038098127}, "place": {"him - she": -0.003637993913776061, "him": 0.24212127324581753, "she": 0.2457592671595936}, "play": {"him - she": 0.01809141523360694, "him": 0.21666271233878132, "she": 0.19857129710517438}, "pm": {"him - she": 0.10627566220941473, "him": 0.26106470058469117, "she": 0.15478903837527644}, "point": {"him - she": 0.019762220886071213, "him": 0.2387103448369428, "she": 0.2189481239508716}, "police": {"him - she": 0.10623506712924616, "him": 0.26174552649413757, "she": 0.1555104593648914}, "possibly": {"him - she": 0.017074280064149072, "him": 0.2706086587789285, "she": 0.2535343787147794}, "post": {"him - she": 0.1336356118080156, "him": 0.2540059472321789, "she": 0.12037033542416332}, "pride": {"him - she": 0.018478823634364927, "him": 0.19563167530214415, "she": 0.17715285166777922}, "prime": {"him - she": 0.06885979330158631, "him": 0.3068560024147448, "she": 0.2379962091131585}, "principal": {"him - she": 0.0162581082824671, "him": 0.31265633968191137, "she": 0.29639823139944427}, "probably": {"him - she": 0.02001454655802687, "him": 0.2266490866696048, "she": 0.20663454011157792}, "proceeded": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "project": {"him - she": 0.01753363112639733, "him": 0.2464669065431087, "she": 0.22893327541671138}, "public": {"him - she": 0.018825829965914365, "him": 0.17655364667985923, "she": 0.15772781671394487}, "pulled": {"him - she": 0.016628114759022983, "him": 0.2937249036291447, "she": 0.27709678887012174}, "punk": {"him - she": 0.016628114759022983, "him": 0.2937249036291447, "she": 0.27709678887012174}, "put": {"him - she": 0.04248154220425504, "him": 0.2773143331820835, "she": 0.23483279097782844}, "racial": {"him - she": -0.06634418895137445, "him": 0.19165852812565232, "she": 0.25800271707702677}, "racist": {"him - she": 0.10654473469915599, "him": 0.25650981238968246, "she": 0.14996507769052647}, "ran": {"him - she": 0.06916270990334084, "him": 0.30093593358826143, "she": 0.2317732236849206}, "re": {"him - she": 0.01974985447416025, "him": 0.12457797008021917, "she": 0.10482811560605892}, "read": {"him - she": -0.03368241043193809, "him": 0.15148332158101607, "she": 0.18516573201295417}, "reality": {"him - she": 0.01767540745207427, "him": 0.23894318601384507, "she": 0.2212677785617708}, "really": {"him - she": 0.05480389235333061, "him": 0.2325605773417268, "she": 0.1777566849883962}, "reason": {"him - she": 0.07184186138895357, "him": 0.24398029322478643, "she": 0.17213843183583286}, "remember": {"him - she": -0.003995528973414486, "him": 0.2801922717184903, "she": 0.2841878006919048}, "repeatedly": {"him - she": 0.01597548485868122, "him": 0.326975622735601, "she": 0.31100013787691977}, "rest": {"him - she": 0.018337370287193067, "him": 0.20334293622664681, "she": 0.18500556593945375}, "right": {"him - she": 0.04274174188585761, "him": 0.2700832660787841, "she": 0.22734152419292647}, "rob": {"him - she": 0.016464520418813633, "him": 0.30212145866089246, "she": 0.28565693824207883}, "s": {"him - she": 0.012049701539468605, "him": 0.2848163546720277, "she": 0.2727666531325591}, "sacrifice": {"him - she": 0.017074280064149072, "him": 0.2706086587789285, "she": 0.2535343787147794}, "safe": {"him - she": 0.01767540745207427, "him": 0.23894318601384507, "she": 0.2212677785617708}, "said": {"him - she": 0.023178833826352663, "him": 0.3095441633532902, "she": 0.28636532952693755}, "salute": {"him - she": 0.01676410630193642, "him": 0.28671294546807724, "she": 0.2699488391661408}, "sat": {"him - she": 0.050283298537886656, "him": 0.34217758102955065, "she": 0.291894282491664}, "save": {"him - she": 0.017939839235500438, "him": 0.22481649586413494, "she": 0.2068766566286345}, "saw": {"him - she": 0.02123378462155942, "him": 0.23830322729342177, "she": 0.21706944267186234}, "say": {"him - she": 0.008824778392470145, "him": 0.260480061941201, "she": 0.25165528354873085}, "says": {"him - she": -0.015034893347825096, "him": 0.2902923860573436, "she": 0.3053272794051687}, "school": {"him - she": -0.0009056884676397758, "him": 0.2697353931093799, "she": 0.27064108157701966}, "scum": {"him - she": 0.018246337697909787, "him": 0.20828580897211496, "she": 0.19003947127420517}, "see": {"him - she": 0.04713506989219546, "him": 0.2978790009828294, "she": 0.2507439310906339}, "seen": {"him - she": 0.019275429249083237, "him": 0.15148332158101607, "she": 0.13220789233193284}, "set": {"him - she": 0.10410096593796811, "him": 0.29547351856861304, "she": 0.19137255263064493}, "she": {"him - she": -0.43882243676333765, "him": 0.2312195966170684, "she": 0.670042033380406}, "shoot": {"him - she": 0.01775897984123581, "him": 0.23449183057735953, "she": 0.21673285073612372}, "shot": {"him - she": 0.019261246339237037, "him": 0.262394685500368, "she": 0.24313343916113095}, "should": {"him - she": 0.08682624099857764, "him": 0.2563665288093287, "she": 0.16954028781075106}, "show": {"him - she": 0.08072344038471352, "him": 0.2491225141478657, "she": 0.1683990737631522}, "showed": {"him - she": -0.03308081542935437, "him": 0.2663042096598264, "she": 0.29938502508918075}, "similar": {"him - she": 0.017939839235500438, "him": 0.22481649586413494, "she": 0.2068766566286345}, "since": {"him - she": 0.07302242403322148, "him": 0.21550682706379087, "she": 0.1424844030305694}, "sister": {"him - she": -0.05627241257698906, "him": 0.2707675137247977, "she": 0.32703992630178674}, "slaping": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "smashed": {"him - she": 0.016464520418813633, "him": 0.30212145866089246, "she": 0.28565693824207883}, "smile": {"him - she": -0.03291526730712113, "him": 0.2806748764088565, "she": 0.31359014371597765}, "so": {"him - she": 0.035977429469085886, "him": 0.2994151608024718, "she": 0.26343773133338594}, "some": {"him - she": 0.02570497539677838, "him": 0.26836234816847837, "she": 0.2426573727717}, "something": {"him - she": -0.040435083114475495, "him": 0.23172205300754087, "she": 0.27215713612201636}, "son": {"him - she": 0.05244345091560998, "him": 0.2930031995960333, "she": 0.24055974868042335}, "soon": {"him - she": 0.07236728866365569, "him": 0.23161999801051142, "she": 0.15925270934685573}, "sorry": {"him - she": -0.15308998034419033, "him": 0.19361025213703123, "she": 0.34670023248122156}, "speak": {"him - she": -0.033611198243950036, "him": 0.19361025213703123, "she": 0.22722145038098127}, "speaking": {"him - she": -0.0332996445209629, "him": 0.24382976151943692, "she": 0.2771294060403998}, "spelling": {"him - she": 0.0162581082824671, "him": 0.31265633968191137, "she": 0.29639823139944427}, "spit": {"him - she": 0.016464520418813633, "him": 0.30212145866089246, "she": 0.28565693824207883}, "stamps": {"him - she": 0.0162581082824671, "him": 0.31265633968191137, "she": 0.29639823139944427}, "started": {"him - she": 0.01840048938456379, "him": 0.19990666149785047, "she": 0.18150617211328668}, "starts": {"him - she": 0.017630568665184726, "him": 0.24132643349071967, "she": 0.22369586482553494}, "stay": {"him - she": 0.01845981252956952, "him": 0.1966702417957716, "she": 0.1782104292662021}, "still": {"him - she": 0.10736598744823722, "him": 0.24212127324581753, "she": 0.1347552857975803}, "stood": {"him - she": 0.017074280064149072, "him": 0.2706086587789285, "she": 0.2535343787147794}, "stories": {"him - she": 0.0697730260532165, "him": 0.2887232099089763, "she": 0.21895018385575982}, "stormed": {"him - she": -0.03247534698022286, "him": 0.31265633968191137, "she": 0.34513168666213423}, "stormfront": {"him - she": -0.033672576737118654, "him": 0.14067566836734693, "she": 0.1743482451044656}, "story": {"him - she": 0.07270817006018607, "him": 0.22333952152214318, "she": 0.1506313514619571}, "straw": {"him - she": 0.01597548485868122, "him": 0.326975622735601, "she": 0.31100013787691977}, "student": {"him - she": 0.017798080055574123, "him": 0.2324050111406903, "she": 0.21460693108511616}, "students": {"him - she": 0.10503672007967585, "him": 0.2811511596825986, "she": 0.17611443960292272}, "stupid": {"him - she": -0.09093703972544792, "him": 0.1827882896283735, "she": 0.27372532935382143}, "substitute": {"him - she": 0.01597548485868122, "him": 0.326975622735601, "she": 0.31100013787691977}, "suced": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "such": {"him - she": 0.01910552260806686, "him": 0.16100529362567673, "she": 0.14189977101760987}, "suited": {"him - she": 0.0162581082824671, "him": 0.31265633968191137, "she": 0.29639823139944427}, "support": {"him - she": -0.03364609941343269, "him": 0.1827882896283735, "she": 0.2164343890418062}, "swedish": {"him - she": -0.03339209829284101, "him": 0.2324050111406903, "she": 0.2657971094335313}, "t": {"him - she": -0.06401300450970959, "him": 0.2299151775094846, "she": 0.2939281820191942}, "table": {"him - she": 0.01723186713805036, "him": 0.26236636036772887, "she": 0.2451344932296785}, "take": {"him - she": 0.020771050452682377, "him": 0.1899330561968225, "she": 0.16916200574414011}, "talk": {"him - she": 0.11737244930637913, "him": 0.30453297771848176, "she": 0.18716052841210262}, "talkin": {"him - she": 0.01597548485868122, "him": 0.326975622735601, "she": 0.31100013787691977}, "tall": {"him - she": 0.017424947159990434, "him": 0.2522110832706662, "she": 0.23478613611067578}, "teach": {"him - she": -0.033558376081779445, "him": 0.20575866107319318, "she": 0.23931703715497263}, "teacher": {"him - she": -0.10003556780453543, "him": 0.24398029322478643, "she": 0.34401586102932186}, "teaching": {"him - she": -0.0332996445209629, "him": 0.24382976151943692, "she": 0.2771294060403998}, "teen": {"him - she": 0.01688075352838314, "him": 0.2806748764088565, "she": 0.2637941228804734}, "teeth": {"him - she": 0.017156676330862874, "him": 0.2663042096598264, "she": 0.2491475333289635}, "telling": {"him - she": -0.033434133030557145, "him": 0.22661156319677023, "she": 0.26004569622732737}, "than": {"him - she": -0.03356761500601389, "him": 0.1069119607676887, "she": 0.1404795757737026}, "thank": {"him - she": -0.03368258466151319, "him": 0.15197599556889557, "she": 0.18565858023040877}, "that": {"him - she": 0.02242146032138609, "him": 0.2892306071997221, "she": 0.266809146878336}, "thats": {"him - she": -0.033564337321257215, "him": 0.2045375326424109, "she": 0.2381018699636681}, "the": {"him - she": 0.018277301887571318, "him": 0.34516523251726283, "she": 0.3268879306296915}, "thegirl": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "their": {"him - she": -0.023114665472624113, "him": 0.12740826021744311, "she": 0.15052292569006723}, "them": {"him - she": -0.023220011266868873, "him": 0.1402851172824357, "she": 0.16350512854930457}, "then": {"him - she": 0.02493093512125988, "him": 0.2951403568001886, "she": 0.2702094216789287}, "there": {"him - she": -0.008043046726175729, "him": 0.17242114510783063, "she": 0.18046419183400636}, "theres": {"him - she": 0.017301059986836204, "him": 0.25873429442769613, "she": 0.24143323444085993}, "these": {"him - she": 0.075154809113844, "him": 0.15587944034250575, "she": 0.08072463122866175}, "they": {"him - she": 0.07353084789858896, "him": 0.2520456130388453, "she": 0.17851476514025635}, "thing": {"him - she": -0.14369065696014657, "him": 0.14067566836734693, "she": 0.2843663253274935}, "think": {"him - she": -0.03392112830368346, "him": 0.23458775348846125, "she": 0.2685088817921447}, "this": {"him - she": -0.009436826027471978, "him": 0.25906825781960435, "she": 0.26850508384707633}, "thought": {"him - she": -0.012989422161476527, "him": 0.22269923535171565, "she": 0.23568865751319218}, "thread": {"him - she": 0.019544740784057213, "him": 0.13626855724430598, "she": 0.11672381646024876}, "thrown": {"him - she": 0.06830599506887886, "him": 0.31745352839784235, "she": 0.2491475333289635}, "time": {"him - she": 0.04120394853455808, "him": 0.25206671576632295, "she": 0.21086276723176486}, "times": {"him - she": 0.06704361635144407, "him": 0.2845880453353165, "she": 0.21754442898387244}, "to": {"him - she": 0.08217883931627745, "him": 0.3927993638792215, "she": 0.31062052456294403}, "today": {"him - she": 0.01896334611813777, "him": 0.16892842380866424, "she": 0.14996507769052647}, "told": {"him - she": 0.007597095659811315, "him": 0.33015023064133675, "she": 0.32255313498152544}, "too": {"him - she": -0.0555428011540966, "him": 0.20082675673103434, "she": 0.25636955788513094}, "top": {"him - she": 0.018062975582544716, "him": 0.21819573637746792, "she": 0.2001327607949232}, "trash": {"him - she": 0.017630568665184726, "him": 0.24132643349071967, "she": 0.22369586482553494}, "tree": {"him - she": -0.03340701290546297, "him": 0.2304003126663697, "she": 0.2638073255718327}, "try": {"him - she": -0.023565999770016416, "him": 0.24361662707126938, "she": 0.2671826268412858}, "trying": {"him - she": 0.018974992037664867, "him": 0.16828094437036972, "she": 0.14930595233270486}, "turned": {"him - she": 0.017480941890291646, "him": 0.24925416557521224, "she": 0.2317732236849206}, "turning": {"him - she": -0.06472958607280527, "him": 0.2553613880073394, "she": 0.32009097408014464}, "two": {"him - she": -0.11224673182829012, "him": 0.13823497663521286, "she": 0.250481708463503}, "tyep": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "typical": {"him - she": 0.017583399853066867, "him": 0.24382976151943692, "she": 0.22624636166637005}, "u": {"him - she": 0.01879873903455262, "him": 0.17805144838140835, "she": 0.15925270934685573}, "uneven": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "unfortunately": {"him - she": -0.06558590726198793, "him": 0.22481649586413494, "she": 0.29040240312612287}, "university": {"him - she": 0.01829291534620303, "him": 0.20575866107319318, "she": 0.18746574572699015}, "until": {"him - she": -0.06663010995803559, "him": 0.17655364667985923, "she": 0.24318375663789482}, "up": {"him - she": 0.10777107457015486, "him": 0.29661196923561706, "she": 0.1888408946654622}, "ur": {"him - she": 0.01676410630193642, "him": 0.28671294546807724, "she": 0.2699488391661408}, "us": {"him - she": -0.033563999572401026, "him": 0.1061611260340441, "she": 0.13972512560644512}, "use": {"him - she": 0.054506305729760035, "him": 0.2406615904607469, "she": 0.18615528473098686}, "using": {"him - she": 0.018358863365066563, "him": 0.20217366366505113, "she": 0.18381480029998457}, "values": {"him - she": 0.017480941890291646, "him": 0.24925416557521224, "she": 0.2317732236849206}, "ve": {"him - she": -0.012676651393491528, "him": 0.17608163140245917, "she": 0.1887582827959507}, "very": {"him - she": 0.02316752019374635, "him": 0.24831204456902062, "she": 0.22514452437527427}, "victim": {"him - she": 0.018367890372223528, "him": 0.30380273512386347, "she": 0.28543484475163994}, "video": {"him - she": 0.06832411199678226, "him": 0.25770018757052304, "she": 0.18937607557374078}, "views": {"him - she": 0.017630568665184726, "him": 0.24132643349071967, "she": 0.22369586482553494}, "vote": {"him - she": 0.06901659901318768, "him": 0.30380273512386347, "she": 0.23478613611067578}, "wait": {"him - she": -0.03362795918375, "him": 0.18885089780786082, "she": 0.22247885699161082}, "wanna": {"him - she": 0.06901659901318768, "him": 0.30380273512386347, "she": 0.23478613611067578}, "want": {"him - she": 0.05612888273839026, "him": 0.19436857277921393, "she": 0.13823969004082368}, "wants": {"him - she": -0.033570028165963106, "him": 0.20334293622664681, "she": 0.23691296439260992}, "was": {"him - she": -0.021640601158603612, "him": 0.3616073944378304, "she": 0.383247995596434}, "watch": {"him - she": -0.07500189569883187, "him": 0.18247798774948681, "she": 0.2574798834483187}, "watched": {"him - she": 0.06929948920912549, "him": 0.29823276462583687, "she": 0.22893327541671138}, "way": {"him - she": -0.05816069241029759, "him": 0.16912925448341332, "she": 0.2272899468937109}, "we": {"him - she": 0.055485702509022294, "him": 0.21785112086827874, "she": 0.16236541835925644}, "week": {"him - she": -0.0038043152298123384, "him": 0.25906888728015126, "she": 0.2628732025099636}, "weeks": {"him - she": 0.053119468038536094, "him": 0.27651588955462153, "she": 0.22339642151608544}, "welfare": {"him - she": -0.03332098714671691, "him": 0.24132643349071967, "she": 0.2746474206374366}, "well": {"him - she": -0.02351962510474359, "him": 0.1970277971799087, "she": 0.2205474222846523}, "went": {"him - she": -0.029513658124443398, "him": 0.26603018701220743, "she": 0.29554384513665083}, "were": {"him - she": -0.11334857467127278, "him": 0.09816392298644909, "she": 0.21151249765772187}, "wesley": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "what": {"him - she": 0.04212921689739932, "him": 0.22439399585047398, "she": 0.18226477895307466}, "whatever": {"him - she": 0.07033056432026205, "him": 0.27720722094889655, "she": 0.2068766566286345}, "when": {"him - she": 0.03564002226308227, "him": 0.3067490844630921, "she": 0.27110906220000985}, "where": {"him - she": -0.022002443160132223, "him": 0.2520189412789108, "she": 0.274021384439043}, "which": {"him - she": 0.13366150550186462, "him": 0.2536166318716249, "she": 0.1199551263697603}, "while": {"him - she": 0.001774945479585066, "him": 0.2679575010691969, "she": 0.26618255558961185}, "white": {"him - she": 0.02537602878401335, "him": 0.3024393613720301, "she": 0.27706333258801674}, "whites": {"him - she": -0.033463416529084994, "him": 0.08858761153870645, "she": 0.12205102806779144}, "who": {"him - she": 0.05421152280509178, "him": 0.25023287750657985, "she": 0.19602135470148807}, "whole": {"him - she": -0.03363089900299018, "him": 0.18794481463959542, "she": 0.2215757136425856}, "whut": {"him - she": 0.01597548485868122, "him": 0.326975622735601, "she": 0.31100013787691977}, "why": {"him - she": 0.04726002501619289, "him": 0.24629321845019142, "she": 0.19903319343399853}, "wigger": {"him - she": 0.01688075352838314, "him": 0.2806748764088565, "she": 0.2637941228804734}, "will": {"him - she": -0.02161388564156519, "him": 0.21395813211789055, "she": 0.23557201775945574}, "with": {"him - she": 0.08636870664167168, "him": 0.3329005679756812, "she": 0.2465318613340095}, "woman": {"him - she": -0.06674943963088503, "him": 0.16958292051742913, "she": 0.23633236014831416}, "won": {"him - she": 0.017074280064149072, "him": 0.2706086587789285, "she": 0.2535343787147794}, "wonder": {"him - she": 0.07275981610992152, "him": 0.22206576844262638, "she": 0.14930595233270486}, "wonderful": {"him - she": 0.017630568665184726, "him": 0.24132643349071967, "she": 0.22369586482553494}, "wore": {"him - she": 0.01676410630193642, "him": 0.28671294546807724, "she": 0.2699488391661408}, "work": {"him - she": 0.020314179087414952, "him": 0.21220794850426067, "she": 0.19189376941684572}, "would": {"him - she": 0.036837958535876764, "him": 0.27885795972361627, "she": 0.2420200011877395}, "wrench": {"him - she": 0.01551364423660584, "him": 0.35012035961205135, "she": 0.3346067153754455}, "write": {"him - she": 0.017480941890291646, "him": 0.24925416557521224, "she": 0.2317732236849206}, "www": {"him - she": 0.023267476550725752, "him": 0.20184504524658264, "she": 0.1785775686958569}, "y": {"him - she": 0.0695493331184241, "him": 0.29324519794395904, "she": 0.22369586482553494}, "ya": {"him - she": 0.018379896315577293, "him": 0.2010285890787668, "she": 0.1826486927631895}, "ye": {"him - she": 0.01676410630193642, "him": 0.28671294546807724, "she": 0.2699488391661408}, "year": {"him - she": -0.040648615261241694, "him": 0.2045727456292547, "she": 0.2452213608904964}, "years": {"him - she": -0.03783966459140983, "him": 0.17052036991994468, "she": 0.2083600345113545}, "yelling": {"him - she": 0.0162581082824671, "him": 0.31265633968191137, "she": 0.29639823139944427}, "yes": {"him - she": 0.07338937182161681, "him": 0.20609870352571813, "she": 0.13270933170410132}, "yet": {"him - she": -0.03365232609448923, "him": 0.18037203478552719, "she": 0.21402436088001642}, "you": {"him - she": 0.11738934621478761, "him": 0.2881604462719304, "she": 0.17077110005714277}, "young": {"him - she": 0.07195818180009397, "him": 0.24128385168266697, "she": 0.169325669882573}, "your": {"him - she": 0.05863264150827202, "him": 0.2166336237950578, "she": 0.15800098228678577}, "yourself": {"him - she": 0.01863538400214307, "him": 0.18705279619262588, "she": 0.1684174121904828}, "youtube": {"him - she": -0.0377700039610224, "him": 0.11379976816465562, "she": 0.15156977212567802}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-straight.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-straight.json new file mode 100644 index 0000000000000000000000000000000000000000..2625a1f6920c1240cb5fb08f6d6d8fc175d00b00 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-straight.json @@ -0,0 +1 @@ +{"5": {"him - straight": -0.16813131930482283, "him": 0.16575807644866997, "straight": 0.3338893957534928}, "a": {"him - straight": -0.020051791012197562, "him": 0.36178430539725337, "straight": 0.38183609640945093}, "about": {"him - straight": -0.042087873244624596, "him": 0.2621328568110203, "straight": 0.3042207300556449}, "add": {"him - straight": -0.16200881055640126, "him": 0.22661156319677023, "straight": 0.3886203737531715}, "ago": {"him - straight": -0.08158718665508977, "him": 0.23213991903157075, "straight": 0.3137271056866605}, "all": {"him - straight": -0.10082447087969337, "him": 0.26188086486864653, "straight": 0.3627053357483399}, "an": {"him - straight": -0.09432230258531632, "him": 0.23171704402277699, "straight": 0.3260393466080933}, "and": {"him - straight": -0.029559935930562886, "him": 0.3997498253102883, "straight": 0.4293097612408512}, "any": {"him - straight": -0.11829039578284894, "him": 0.15843110332767157, "straight": 0.2767214991105205}, "are": {"him - straight": -0.0441948129371213, "him": 0.19233355952346862, "straight": 0.23652837246058991}, "around": {"him - straight": -0.03632845475478663, "him": 0.2520189412789108, "straight": 0.2883473960336974}, "as": {"him - straight": -0.054067449406004775, "him": 0.2753839819160887, "straight": 0.3294514313220935}, "ass": {"him - straight": -0.10883745780473214, "him": 0.2887232099089763, "straight": 0.39756066771370846}, "at": {"him - straight": -0.016654360349375896, "him": 0.32661691274949106, "straight": 0.34327127309886696}, "bag": {"him - straight": -0.15834019061381382, "him": 0.25873429442769613, "straight": 0.41707448504150996}, "be": {"him - straight": 0.0886815968441432, "him": 0.2884561914744113, "straight": 0.19977459463026812}, "berber": {"him - straight": -0.1463015993122368, "him": 0.35012035961205135, "straight": 0.49642195892428814}, "black": {"him - straight": -0.06523094764251303, "him": 0.25679990148706344, "straight": 0.32203084912957647}, "blonde": {"him - straight": -0.15834019061381382, "him": 0.25873429442769613, "straight": 0.41707448504150996}, "by": {"him - straight": 0.009826372109091652, "him": 0.25365410629692603, "straight": 0.24382773418783438}, "ca": {"him - straight": -0.168243114218897, "him": 0.16453483189832355, "straight": 0.33277794611722056}, "can": {"him - straight": -0.11446666107935097, "him": 0.24468746548148004, "straight": 0.359154126560831}, "com": {"him - straight": -0.13215121955074774, "him": 0.20787826438659632, "straight": 0.34002948393734406}, "could": {"him - straight": -0.036197673502513794, "him": 0.25681622093070805, "straight": 0.29301389443322184}, "day": {"him - straight": -0.05724801438224869, "him": 0.22799589131217052, "straight": 0.2852439056944192}, "did": {"him - straight": -0.018658470537267158, "him": 0.27786589156894786, "straight": 0.296524362106215}, "do": {"him - straight": -0.14132679449675956, "him": 0.23141937963189252, "straight": 0.3727461741286521}, "down": {"him - straight": -0.07636923843646831, "him": 0.28945167959704726, "straight": 0.3658209180335156}, "either": {"him - straight": -0.23366182473370076, "him": 0.19880689830019407, "straight": 0.43246872303389483}, "eyes": {"him - straight": -0.24005275949066282, "him": 0.15606285733421207, "straight": 0.3961156168248749}, "fell": {"him - straight": -0.15400775284324764, "him": 0.2937249036291447, "straight": 0.44773265647239235}, "few": {"him - straight": -0.018954951824811495, "him": 0.2609527984506781, "straight": 0.2799077502754896}, "find": {"him - straight": -0.056829723962549816, "him": 0.23909598856303377, "straight": 0.2959257125255836}, "floor": {"him - straight": -0.15910925789728309, "him": 0.2522110832706662, "straight": 0.4113203411679493}, "for": {"him - straight": -0.015067204121518796, "him": 0.305286159987585, "straight": 0.3203533641091038}, "force": {"him - straight": -0.16292049171827838, "him": 0.21819573637746792, "straight": 0.3811162280957463}, "forward": {"him - straight": -0.16136922445969615, "him": 0.2324050111406903, "straight": 0.39377423560038644}, "from": {"him - straight": 0.025918906993977975, "him": 0.3214803030667667, "straight": 0.29556139607278875}, "get": {"him - straight": -0.012484046624928635, "him": 0.30239836748229054, "straight": 0.3148824141072192}, "gets": {"him - straight": -0.11203009810502709, "him": 0.24979809086954, "straight": 0.3618281889745671}, "getting": {"him - straight": -0.16644823977433312, "him": 0.18361647265981548, "straight": 0.3500647124341486}, "go": {"him - straight": 0.022141783532292514, "him": 0.28856637087868175, "straight": 0.26642458734638924}, "god": {"him - straight": -0.1057732680413408, "him": 0.2960737799490826, "straight": 0.4018470479904234}, "good": {"him - straight": -0.058364195233300775, "him": 0.19660910491176226, "straight": 0.25497330014506303}, "got": {"him - straight": -0.03996229799829032, "him": 0.3234776360207465, "straight": 0.3634399340190368}, "green": {"him - straight": -0.1636903034661142, "him": 0.2109360351157493, "straight": 0.3746263385818635}, "guy": {"him - straight": -0.0032390090278531236, "him": 0.3284488751627865, "straight": 0.3316878841906396}, "hair": {"him - straight": -0.08039579005050401, "him": 0.2540576416843928, "straight": 0.33445343173489683}, "half": {"him - straight": -0.16705463000802626, "him": 0.17729780221543992, "straight": 0.3443524322234662}, "has": {"him - straight": -0.03706014054149312, "him": 0.22420310018172637, "straight": 0.2612632407232195}, "have": {"him - straight": 0.039902918752145244, "him": 0.2789941667429293, "straight": 0.23909124799078407}, "he": {"him - straight": 0.19520242161953838, "him": 0.45384851086428296, "straight": 0.2586460892447446}, "head": {"him - straight": -0.053874902212031894, "him": 0.30987394445266775, "straight": 0.36374884666469964}, "her": {"him - straight": -0.003734941507193612, "him": 0.2693092534055421, "straight": 0.27304419491273574}, "here": {"him - straight": -0.05882858547762551, "him": 0.1826600502209034, "straight": 0.2414886356985289}, "him": {"him - straight": 0.367598749218682, "him": 0.6714495242197408, "straight": 0.3038507750010588}, "himself": {"him - straight": -0.10695064483132499, "him": 0.31012384021018496, "straight": 0.41707448504150996}, "https": {"him - straight": -0.1696578549106646, "him": 0.14860521824096556, "straight": 0.31826307315163016}, "i": {"him - straight": 0.06356723265662306, "him": 0.36541899971524117, "straight": 0.3018517670586181}, "if": {"him - straight": 0.03271023841673376, "him": 0.319169897632612, "straight": 0.28645965921587824}, "in": {"him - straight": -0.0009653437494866468, "him": 0.3113532887371724, "straight": 0.31231863248665903}, "into": {"him - straight": -0.1766722658065234, "him": 0.23289122507989668, "straight": 0.4095634908864201}, "is": {"him - straight": -0.05356669672661046, "him": 0.27347356987989074, "straight": 0.3270402666065012}, "it": {"him - straight": -0.1053983390868597, "him": 0.27884087359671095, "straight": 0.38423921268357064}, "its": {"him - straight": -0.11761414705615836, "him": 0.1696823185637002, "straight": 0.28729646561985855}, "just": {"him - straight": -0.04532866234814986, "him": 0.29748255113861677, "straight": 0.34281121348676663}, "keep": {"him - straight": -0.08074348732410852, "him": 0.24779401438557846, "straight": 0.328537501709687}, "kids": {"him - straight": -0.11759708530112464, "him": 0.1699605316686892, "straight": 0.28755761696981386}, "knew": {"him - straight": -0.0777065715860672, "him": 0.2994130053547445, "straight": 0.3771195769408117}, "left": {"him - straight": -0.23781630159886155, "him": 0.17159020543861633, "straight": 0.4094065070374779}, "life": {"him - straight": -0.08022261619040016, "him": 0.25713916874103804, "straight": 0.3373617849314382}, "like": {"him - straight": -0.045740975150718455, "him": 0.28678199439027735, "straight": 0.3325229695409958}, "local": {"him - straight": -0.16494194836450557, "him": 0.19880689830019407, "straight": 0.36374884666469964}, "look": {"him - straight": -0.03611536524891468, "him": 0.2598103472766689, "straight": 0.2959257125255836}, "looking": {"him - straight": -0.0821827916818087, "him": 0.22066237561580382, "straight": 0.3028451672976125}, "looks": {"him - straight": -0.1139752594515234, "him": 0.22398678788056123, "straight": 0.3379620473320846}, "love": {"him - straight": -0.05526414977163113, "him": 0.27806679050486327, "straight": 0.3333309402764944}, "me": {"him - straight": -0.09549462776333864, "him": 0.21230351894955843, "straight": 0.30779814671289707}, "more": {"him - straight": -0.208159171808533, "him": 0.16266074993891894, "straight": 0.37081992174745193}, "much": {"him - straight": -0.11676928044984394, "him": 0.18315272206359787, "straight": 0.2999220025134418}, "my": {"him - straight": -0.022503997340238863, "him": 0.24686723688316323, "straight": 0.2693712342234021}, "n": {"him - straight": -0.054195769611654065, "him": 0.23322492054025407, "straight": 0.28742069015190813}, "negroid": {"him - straight": -0.15743243853477107, "him": 0.2663042096598264, "straight": 0.42373664819459744}, "news": {"him - straight": -0.082566461993892, "him": 0.21306202376618089, "straight": 0.2956284857600729}, "no": {"him - straight": -0.11263211648472057, "him": 0.20747617070594296, "straight": 0.32010828719066353}, "not": {"him - straight": 0.054626301238987235, "him": 0.25766995444422425, "straight": 0.203043653205237}, "nothing": {"him - straight": -0.1867343236712685, "him": 0.20418908146373213, "straight": 0.3909234051350006}, "now": {"him - straight": -0.036516211854107916, "him": 0.24504335915676773, "straight": 0.28155957101087564}, "of": {"him - straight": -0.017138122232622732, "him": 0.3077842161310669, "straight": 0.3249223383636896}, "off": {"him - straight": -0.003464411391149169, "him": 0.30106592396762505, "straight": 0.3045303353587742}, "old": {"him - straight": -0.0572674075073957, "him": 0.22747322326985867, "straight": 0.28474063077725437}, "on": {"him - straight": -0.02023169164178351, "him": 0.30958878813355717, "straight": 0.3298204797753407}, "once": {"him - straight": -0.08025809774923232, "him": 0.25650981238968246, "straight": 0.33676791013891477}, "one": {"him - straight": -0.053320160600857924, "him": 0.25621571496083567, "straight": 0.3095358755616936}, "only": {"him - straight": -0.11851886647223248, "him": 0.15452532844050326, "straight": 0.27304419491273574}, "open": {"him - straight": -0.16575362221813467, "him": 0.1907072283148148, "straight": 0.35646085053294946}, "or": {"him - straight": 0.011645389756082924, "him": 0.29810504897196116, "straight": 0.28645965921587824}, "out": {"him - straight": -0.030182179014425548, "him": 0.3167769729442369, "straight": 0.34695915195866245}, "over": {"him - straight": -0.0828616957561571, "him": 0.20709458417816023, "straight": 0.28995627993431733}, "own": {"him - straight": -0.08235614438947814, "him": 0.21724931438468986, "straight": 0.299605458774168}, "pass": {"him - straight": -0.16459886232472204, "him": 0.20217366366505113, "straight": 0.36677252598977317}, "people": {"him - straight": -0.1525438457165999, "him": 0.23272132682160196, "straight": 0.38526517253820186}, "person": {"him - straight": -0.1519367121733964, "him": 0.24463430384360765, "straight": 0.39657101601700406}, "point": {"him - straight": -0.1823580160431541, "him": 0.2387103448369428, "straight": 0.4210683608800969}, "positive": {"him - straight": -0.1549037745117422, "him": 0.28671294546807724, "straight": 0.44161671997981944}, "power": {"him - straight": -0.11142558504291228, "him": 0.2574679271880667, "straight": 0.368893512230979}, "ran": {"him - straight": -0.17350738555304118, "him": 0.30093593358826143, "straight": 0.4744433191413026}, "reason": {"him - straight": -0.11248055730816303, "him": 0.24398029322478643, "straight": 0.35646085053294946}, "run": {"him - straight": -0.1659369116545565, "him": 0.18885089780786082, "straight": 0.35478780946241734}, "s": {"him - straight": -0.017465327221228677, "him": 0.2848163546720277, "straight": 0.3022816818932564}, "said": {"him - straight": -0.0033938439425205136, "him": 0.3095441633532902, "straight": 0.3129380072958107}, "saw": {"him - straight": -0.15262017784157886, "him": 0.23830322729342177, "straight": 0.3909234051350006}, "say": {"him - straight": -0.018963145565055406, "him": 0.260480061941201, "straight": 0.2794432075062564}, "security": {"him - straight": -0.16200881055640126, "him": 0.22661156319677023, "straight": 0.3886203737531715}, "see": {"him - straight": 0.04387563184603471, "him": 0.2978790009828294, "straight": 0.25400336913679467}, "seen": {"him - straight": -0.1694079084830446, "him": 0.15148332158101607, "straight": 0.3208912300640607}, "sexuality": {"him - straight": -0.14957105016228955, "him": 0.326975622735601, "straight": 0.47654667289789054}, "should": {"him - straight": -0.09274202297926004, "him": 0.2563665288093287, "straight": 0.34910855178858874}, "sicilian": {"him - straight": -0.1463015993122368, "him": 0.35012035961205135, "straight": 0.49642195892428814}, "something": {"him - straight": -0.08160921267123991, "him": 0.23172205300754087, "straight": 0.3133312656787808}, "straight": {"him - straight": -0.5103816397743912, "him": 0.23449183057735953, "straight": 0.7448734703517508}, "summer": {"him - straight": -0.10995512575973182, "him": 0.27551992977694356, "straight": 0.3854750555366754}, "t": {"him - straight": -0.054317868422779025, "him": 0.2299151775094846, "straight": 0.2842330459322636}, "tall": {"him - straight": -0.15910925789728309, "him": 0.2522110832706662, "straight": 0.4113203411679493}, "than": {"him - straight": -0.17299578950780087, "him": 0.1069119607676887, "straight": 0.2799077502754896}, "that": {"him - straight": 0.07014058837322146, "him": 0.2892306071997221, "straight": 0.21909001882650064}, "the": {"him - straight": -0.10732054754850745, "him": 0.34516523251726283, "straight": 0.4524857800657703}, "their": {"him - straight": -0.16278508321367335, "him": 0.12740826021744311, "straight": 0.29019334343111647}, "them": {"him - straight": -0.21075731339497406, "him": 0.1402851172824357, "straight": 0.35104243067740976}, "then": {"him - straight": -0.051728588488011706, "him": 0.2951403568001886, "straight": 0.3468689452882003}, "there": {"him - straight": -0.20187269639715938, "him": 0.17242114510783063, "straight": 0.37429384150499}, "they": {"him - straight": 0.01159501204129132, "him": 0.2520456130388453, "straight": 0.240450600997554}, "thing": {"him - straight": -0.17033351738833327, "him": 0.14067566836734693, "straight": 0.3110091857556802}, "this": {"him - straight": 0.01160906334470746, "him": 0.25906825781960435, "straight": 0.2474591944748969}, "time": {"him - straight": -0.019108122619431622, "him": 0.25206671576632295, "straight": 0.27117483838575457}, "to": {"him - straight": 0.0678085725301904, "him": 0.3927993638792215, "straight": 0.3249907913490311}, "trying": {"him - straight": -0.16789933205947882, "him": 0.16828094437036972, "straight": 0.33618027642984855}, "two": {"him - straight": -0.17053764456230233, "him": 0.13823497663521286, "straight": 0.3087726211975152}, "up": {"him - straight": -0.012573096539600648, "him": 0.29661196923561706, "straight": 0.3091850657752177}, "us": {"him - straight": -0.173051013049411, "him": 0.1061611260340441, "straight": 0.2792121390834551}, "video": {"him - straight": -0.036173428004109165, "him": 0.25770018757052304, "straight": 0.2938736155746322}, "wait": {"him - straight": -0.1659369116545565, "him": 0.18885089780786082, "straight": 0.35478780946241734}, "was": {"him - straight": 0.04311675163996781, "him": 0.3616073944378304, "straight": 0.3184906427978626}, "weeks": {"him - straight": -0.0791017803203396, "him": 0.27651588955462153, "straight": 0.35561766987496113}, "went": {"him - straight": -0.12699826582484253, "him": 0.26603018701220743, "straight": 0.39302845283704996}, "what": {"him - straight": -0.09477202223919856, "him": 0.22439399585047398, "straight": 0.31916601808967254}, "when": {"him - straight": -0.06077424736975218, "him": 0.3067490844630921, "straight": 0.3675233318328443}, "white": {"him - straight": -0.03701993152770322, "him": 0.3024393613720301, "straight": 0.3394592928997333}, "who": {"him - straight": -0.11401954676992843, "him": 0.25023287750657985, "straight": 0.3642524242765083}, "will": {"him - straight": -0.004229883577629628, "him": 0.21395813211789055, "straight": 0.21818801569552018}, "with": {"him - straight": -0.0508386590715974, "him": 0.3329005679756812, "straight": 0.3837392270472786}, "woman": {"him - straight": -0.16777886441400908, "him": 0.16958292051742913, "straight": 0.3373617849314382}, "wonder": {"him - straight": -0.11411450798722217, "him": 0.22206576844262638, "straight": 0.33618027642984855}, "world": {"him - straight": -0.17088884188754697, "him": 0.13398408666252834, "straight": 0.3048729285500753}, "www": {"him - straight": -0.058184843887593596, "him": 0.20184504524658264, "straight": 0.26002988913417624}, "year": {"him - straight": -0.08298487134055915, "him": 0.2045727456292547, "straight": 0.28755761696981386}, "years": {"him - straight": -0.11756270289581416, "him": 0.17052036991994468, "straight": 0.28808307281575884}, "you": {"him - straight": -0.026159820320456884, "him": 0.2881604462719304, "straight": 0.31432026659238727}, "your": {"him - straight": -0.004205275576186024, "him": 0.2166336237950578, "straight": 0.22083889937124382}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-their.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-their.json new file mode 100644 index 0000000000000000000000000000000000000000..9f3e88a236688ceab98330ca6492ffc392411585 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-their.json @@ -0,0 +1 @@ +{"1": {"him - their": 0.08399160521400806, "him": 0.19420713008402302, "their": 0.11021552487001496}, "17": {"him - their": 0.15049131702024265, "him": 0.30380273512386347, "their": 0.1533114181036208}, "2": {"him - their": 0.08067609814785393, "him": 0.2253857465579885, "their": 0.14470964841013456}, "20": {"him - their": 0.028847124288199216, "him": 0.19563167530214415, "their": 0.16678455101394493}, "2012": {"him - their": 0.09979119244426862, "him": 0.2324050111406903, "their": 0.13261381869642166}, "2nd": {"him - their": 0.0974736005084045, "him": 0.2806748764088565, "their": 0.18320127590045202}, "3": {"him - their": 0.12209210141682714, "him": 0.267469896841979, "their": 0.1453777954251519}, "300": {"him - their": 0.09903799954193104, "him": 0.24925416557521224, "their": 0.1502161660332812}, "5": {"him - their": 0.10219075837790627, "him": 0.16575807644866997, "their": 0.0635673180707637}, "6": {"him - their": 0.056934689192095794, "him": 0.18361647265981548, "their": 0.1266817834677197}, "7": {"him - their": 0.05654394827574047, "him": 0.19990666149785047, "their": 0.14336271322211}, "a": {"him - their": 0.07120787428976866, "him": 0.36178430539725337, "their": 0.2905764311074847}, "about": {"him - their": -0.021423638885452845, "him": 0.2621328568110203, "their": 0.2835564956964731}, "absolutely": {"him - their": 0.1514946928689742, "him": 0.29093188231262707, "their": 0.13943718944365285}, "abuse": {"him - their": 0.007894815607529165, "him": 0.24382976151943692, "their": 0.23593494591190775}, "act": {"him - their": 0.05598384787698868, "him": 0.2214018483365587, "their": 0.16541800045957003}, "acting": {"him - their": 0.05541930568753739, "him": 0.24132643349071967, "their": 0.18590712780318228}, "actions": {"him - their": 0.05451011551346949, "him": 0.2706086587789285, "their": 0.216098543265459}, "actually": {"him - their": -0.044828959739931534, "him": 0.16274468690527524, "their": 0.20757364664520678}, "add": {"him - their": 0.05584045628593648, "him": 0.22661156319677023, "their": 0.17077110691083375}, "africa": {"him - their": 0.06807572646630589, "him": 0.2792386936243788, "their": 0.21116296715807292}, "african": {"him - their": 0.15262104610870625, "him": 0.27551992977694356, "their": 0.1228988836682373}, "after": {"him - their": 0.05047446710096018, "him": 0.2597266605228449, "their": 0.2092521934218847}, "afternoon": {"him - their": 0.05451011551346949, "him": 0.2706086587789285, "their": 0.216098543265459}, "again": {"him - their": 0.06830630102076446, "him": 0.2735994006296418, "their": 0.20529309960887732}, "age": {"him - their": -0.02192823546232167, "him": 0.20217366366505113, "their": 0.2241018991273728}, "aged": {"him - their": 0.053425492636726274, "him": 0.30212145866089246, "their": 0.2486959660241662}, "ago": {"him - their": 0.0663583004599182, "him": 0.23213991903157075, "their": 0.16578161857165255}, "ahead": {"him - their": 0.054649712368337516, "him": 0.2663042096598264, "their": 0.21165449729148886}, "all": {"him - their": -0.024254489186386508, "him": 0.26188086486864653, "their": 0.28613535405503304}, "alone": {"him - their": 0.028937279641241404, "him": 0.18977153164623586, "their": 0.16083425200499446}, "alot": {"him - their": 0.10025095401759168, "him": 0.2214018483365587, "their": 0.12115089431896703}, "already": {"him - their": 0.028862935047557603, "him": 0.19461191789815618, "their": 0.16574898285059858}, "also": {"him - their": -0.09281639495818314, "him": 0.1252311838145944, "their": 0.21804757877277753}, "always": {"him - their": 0.028361961099597877, "him": 0.24769227054800133, "their": 0.21933030944840345}, "am": {"him - their": -0.06381683681655739, "him": 0.12017377204338381, "their": 0.1839906088599412}, "amongst": {"him - their": 0.09916671199292848, "him": 0.2464669065431087, "their": 0.14730019455018023}, "an": {"him - their": 0.028650297001833025, "him": 0.23171704402277699, "their": 0.20306674702094396}, "and": {"him - their": 0.020265950843933345, "him": 0.3997498253102883, "their": 0.37948387446635495}, "angry": {"him - their": 0.10718993744307695, "him": 0.29567441608975875, "their": 0.1884844786466818}, "another": {"him - their": -0.0080921403906343, "him": 0.15148332158101607, "their": 0.15957546197165037}, "answered": {"him - their": 0.053425492636726274, "him": 0.30212145866089246, "their": 0.2486959660241662}, "anti": {"him - their": 0.0537160899057019, "him": 0.248337095515738, "their": 0.1946210056100361}, "any": {"him - their": -0.03182070536708251, "him": 0.15843110332767157, "their": 0.19025180869475408}, "anybody": {"him - their": 0.09916671199292848, "him": 0.2464669065431087, "their": 0.14730019455018023}, "anything": {"him - their": -0.02212820434520213, "him": 0.14813797015365124, "their": 0.17026617449885337}, "apartment": {"him - their": 0.055092414087836244, "him": 0.2522110832706662, "their": 0.19711866918282997}, "ape": {"him - their": 0.1516611229351422, "him": 0.2887232099089763, "their": 0.13706208697383412}, "are": {"him - their": -0.15212123350254705, "him": 0.19233355952346862, "their": 0.34445479302601567}, "area": {"him - their": 0.019950041999755225, "him": 0.20053599801594163, "their": 0.1805859560161864}, "around": {"him - their": 0.010370148223945358, "him": 0.2520189412789108, "their": 0.24164879305496542}, "arrest": {"him - their": 0.09799752478955218, "him": 0.2706086587789285, "their": 0.1726111339893763}, "arrested": {"him - their": 0.09979119244426862, "him": 0.2324050111406903, "their": 0.13261381869642166}, "as": {"him - their": 0.019151776668222542, "him": 0.2753839819160887, "their": 0.25623220524786616}, "asked": {"him - their": 0.0555552050971963, "him": 0.23666832947355468, "their": 0.18111312437635838}, "asking": {"him - their": 0.05489023432587353, "him": 0.25873429442769613, "their": 0.2038440601018226}, "ass": {"him - their": 0.10761008553261794, "him": 0.2887232099089763, "their": 0.18111312437635838}, "at": {"him - their": 0.06006868390503578, "him": 0.32661691274949106, "their": 0.2665482288444553}, "attitude": {"him - their": 0.09775284286347422, "him": 0.2753612228189775, "their": 0.1776083799555033}, "auto": {"him - their": 0.0956658690321398, "him": 0.31265633968191137, "their": 0.21699047064977156}, "away": {"him - their": 0.06805114359771511, "him": 0.279833567375064, "their": 0.21178242377734888}, "back": {"him - their": 0.07912874016296603, "him": 0.2976967395516473, "their": 0.2185679993886813}, "bad": {"him - their": 0.033528325933393444, "him": 0.24566931744868292, "their": 0.21214099151528948}, "balls": {"him - their": 0.0974736005084045, "him": 0.2806748764088565, "their": 0.18320127590045202}, "bar": {"him - their": 0.10003642323497267, "him": 0.22661156319677023, "their": 0.12657513996179756}, "be": {"him - their": 0.02268919010995213, "him": 0.2884561914744113, "their": 0.2657670013644592}, "beast": {"him - their": 0.05451011551346949, "him": 0.2706086587789285, "their": 0.216098543265459}, "beat": {"him - their": 0.02845774073886756, "him": 0.21977444086851045, "their": 0.19131670012964289}, "beaten": {"him - their": 0.09928698835750485, "him": 0.24382976151943692, "their": 0.14454277316193206}, "beautiful": {"him - their": 0.10163795067089446, "him": 0.18361647265981548, "their": 0.08197852198892103}, "because": {"him - their": -0.05312209468313772, "him": 0.24145695294068642, "their": 0.29457904762382414}, "been": {"him - their": -0.12151431516865414, "him": 0.09662271361037235, "their": 0.2181370287790265}, "before": {"him - their": 0.04624005426555666, "him": 0.19666383977155721, "their": 0.15042378550600055}, "behaviour": {"him - their": 0.0962854771952896, "him": 0.30212145866089246, "their": 0.20583598146560286}, "behind": {"him - their": 0.0449263062227839, "him": 0.2508300592969267, "their": 0.2059037530741428}, "being": {"him - their": 0.021921667165129388, "him": 0.2439156302547327, "their": 0.2219939630896033}, "believe": {"him - their": 0.019569973200618818, "him": 0.2287279337381069, "their": 0.20915796053748809}, "bell": {"him - their": 0.09841053357638035, "him": 0.26236636036772887, "their": 0.1639558267913485}, "best": {"him - their": -0.03407756253064087, "him": 0.1736670061958214, "their": 0.20774456872646227}, "bet": {"him - their": 0.08051156649272923, "him": 0.2826346854458359, "their": 0.2021231189531067}, "better": {"him - their": 0.03174635579788909, "him": 0.22020475683285484, "their": 0.18845840103496575}, "between": {"him - their": 0.18780411882121117, "him": 0.2811511596825986, "their": 0.09334704086138741}, "bit": {"him - their": 0.02850955148626222, "him": 0.21666271233878132, "their": 0.1881531608525191}, "bitch": {"him - their": 0.0974736005084045, "him": 0.2806748764088565, "their": 0.18320127590045202}, "black": {"him - their": 0.008215407849512996, "him": 0.25679990148706344, "their": 0.24858449363755045}, "blonde": {"him - their": 0.09858797246639919, "him": 0.25873429442769613, "their": 0.16014632196129694}, "blue": {"him - their": 0.02889357763827577, "him": 0.19262600166763644, "their": 0.16373242402936067}, "book": {"him - their": 0.10111595055157124, "him": 0.19880689830019407, "their": 0.09769094774862283}, "boy": {"him - their": 0.14045934152639877, "him": 0.30224357125866597, "their": 0.1617842297322672}, "boys": {"him - their": 0.043979723850331526, "him": 0.28458243482757023, "their": 0.2406027109772387}, "break": {"him - their": 0.05548913543775516, "him": 0.23894318601384507, "their": 0.1834540505760899}, "british": {"him - their": 0.028706852931799726, "him": 0.2045375326424109, "their": 0.17583067971061117}, "brother": {"him - their": 0.15359997386423685, "him": 0.2611197844044521, "their": 0.10751981054021524}, "brought": {"him - their": 0.05584045628593648, "him": 0.22661156319677023, "their": 0.17077110691083375}, "brown": {"him - their": 0.029271373551639335, "him": 0.1670064019505885, "their": 0.13773502839894916}, "bus": {"him - their": 0.10011098243246054, "him": 0.22481649586413494, "their": 0.1247055134316744}, "but": {"him - their": -2.5325623161265298e-05, "him": 0.26515976964789106, "their": 0.26518509527105233}, "by": {"him - their": -0.01472177233981653, "him": 0.25365410629692603, "their": 0.26837587863674256}, "ca": {"him - their": -0.008121825691150303, "him": 0.16453483189832355, "their": 0.17265665758947385}, "california": {"him - their": 0.10011098243246054, "him": 0.22481649586413494, "their": 0.1247055134316744}, "call": {"him - their": 0.12337196023931282, "him": 0.32130889934191353, "their": 0.1979369391026007}, "called": {"him - their": 0.03150147534530068, "him": 0.233121873621537, "their": 0.20162039827623632}, "calling": {"him - their": 0.07932560996706109, "him": 0.3068560024147448, "their": 0.22753039244768372}, "came": {"him - their": 0.045593004108633484, "him": 0.2246412012565042, "their": 0.1790481971478707}, "camera": {"him - their": 0.09821500691762186, "him": 0.2663042096598264, "their": 0.1680892027422045}, "can": {"him - their": -0.01735598494335769, "him": 0.24468746548148004, "their": 0.26204345042483773}, "cannot": {"him - their": -0.021895119029556237, "him": 0.20828580897211496, "their": 0.2301809280016712}, "car": {"him - their": 0.08098677393402984, "him": 0.2723034740636727, "their": 0.19131670012964289}, "cars": {"him - their": 0.00793484850833806, "him": 0.23894318601384507, "their": 0.231008337505507}, "case": {"him - their": 0.008172322383812741, "him": 0.20959473654640517, "their": 0.20142241416259243}, "cause": {"him - their": 0.008329850253302712, "him": 0.18977153164623586, "their": 0.18144168139293315}, "celebrate": {"him - their": 0.09775284286347422, "him": 0.2753612228189775, "their": 0.1776083799555033}, "certain": {"him - their": 0.09970113850430379, "him": 0.23449183057735953, "their": 0.13479069207305575}, "check": {"him - their": 0.15565790514969682, "him": 0.2266490866696048, "their": 0.07099118151990796}, "child": {"him - their": 0.061967141880250765, "him": 0.23236606616839223, "their": 0.17039892428814146}, "children": {"him - their": -0.17529264704074093, "him": 0.14495963929080602, "their": 0.32025228633154695}, "christ": {"him - their": 0.09960624249972055, "him": 0.23666832947355468, "their": 0.13706208697383412}, "christian": {"him - their": 0.05642756628598414, "him": 0.2045375326424109, "their": 0.14810996635642676}, "church": {"him - their": 0.05567749048971696, "him": 0.2324050111406903, "their": 0.17672752065097333}, "cities": {"him - their": 0.028242502374092343, "him": 0.2324050111406903, "their": 0.20416250876659794}, "city": {"him - their": 0.008531709557001638, "him": 0.16393228033922044, "their": 0.1554005707822188}, "claims": {"him - their": 0.00793484850833806, "him": 0.23894318601384507, "their": 0.231008337505507}, "class": {"him - their": 0.11521949751854971, "him": 0.2841334227333135, "their": 0.16891392521476378}, "click": {"him - their": 0.10055683782407698, "him": 0.21372297250887887, "their": 0.11316613468480188}, "close": {"him - their": 0.056297783456941, "him": 0.20959473654640517, "their": 0.15329695308946417}, "co": {"him - their": 0.10055683782407698, "him": 0.21372297250887887, "their": 0.11316613468480188}, "com": {"him - their": 0.05193092892857293, "him": 0.20787826438659632, "their": 0.1559473354580234}, "come": {"him - their": 0.0250835252534585, "him": 0.2304848125420995, "their": 0.205401287288641}, "comes": {"him - their": 0.028780282060362067, "him": 0.19990666149785047, "their": 0.1711263794374884}, "coming": {"him - their": 0.0083975113628601, "him": 0.1811664077667871, "their": 0.172768896403927}, "completely": {"him - their": 0.05541930568753739, "him": 0.24132643349071967, "their": 0.18590712780318228}, "consider": {"him - their": 0.10747783173653716, "him": 0.29093188231262707, "their": 0.1834540505760899}, "convinced": {"him - their": 0.09326901378369179, "him": 0.35012035961205135, "their": 0.25685134582835956}, "cool": {"him - their": 0.056111695148961194, "him": 0.21666271233878132, "their": 0.16055101718982012}, "cops": {"him - their": 0.09903799954193104, "him": 0.24925416557521224, "their": 0.1502161660332812}, "could": {"him - their": 0.049331904210775185, "him": 0.25681622093070805, "their": 0.20748431671993287}, "country": {"him - their": -0.13827291561902894, "him": 0.1279093359927187, "their": 0.26618225161174763}, "couple": {"him - their": -0.00814743242426974, "him": 0.17805144838140835, "their": 0.1861988808056781}, "crap": {"him - their": -0.021961320280075136, "him": 0.19563167530214415, "their": 0.21759299558221928}, "cultural": {"him - their": 0.055266555151710806, "him": 0.2464669065431087, "their": 0.1912003513913979}, "d": {"him - their": 0.10558739267699277, "him": 0.2637038543468052, "their": 0.15811646166981244}, "damn": {"him - their": 0.10837658002441788, "him": 0.27551992977694356, "their": 0.16714334975252568}, "dat": {"him - their": 0.09676232017955311, "him": 0.2937249036291447, "their": 0.1969625834495916}, "dating": {"him - their": 0.054649712368337516, "him": 0.2663042096598264, "their": 0.21165449729148886}, "david": {"him - their": 0.056297783456941, "him": 0.20959473654640517, "their": 0.15329695308946417}, "day": {"him - their": 0.04326431088452459, "him": 0.22799589131217052, "their": 0.18473158042764593}, "days": {"him - their": 0.11100464601716097, "him": 0.22333952152214318, "their": 0.11233487550498221}, "decided": {"him - their": 0.09970113850430379, "him": 0.23449183057735953, "their": 0.13479069207305575}, "declare": {"him - their": 0.09676232017955311, "him": 0.2937249036291447, "their": 0.1969625834495916}, "desert": {"him - their": 0.09714900707821772, "him": 0.28671294546807724, "their": 0.18956393838985952}, "despicable": {"him - their": 0.09326901378369179, "him": 0.35012035961205135, "their": 0.25685134582835956}, "despite": {"him - their": 0.05417564124594179, "him": 0.2806748764088565, "their": 0.22649923516291473}, "destroyed": {"him - their": 0.09799752478955218, "him": 0.2706086587789285, "their": 0.1726111339893763}, "did": {"him - their": 0.13079930404005002, "him": 0.27786589156894786, "their": 0.14706658752889784}, "dirty": {"him - their": 0.02862544867188932, "him": 0.20959473654640517, "their": 0.18096928787451586}, "disgusting": {"him - their": 0.08118707371020287, "him": 0.26782550654206516, "their": 0.1866384328318623}, "diversity": {"him - their": 0.02843045269378261, "him": 0.2214018483365587, "their": 0.1929713956427761}, "do": {"him - their": -0.04537492375869595, "him": 0.23141937963189252, "their": 0.27679430339058847}, "does": {"him - their": 0.009229564822521186, "him": 0.19921886455928312, "their": 0.18998929973676193}, "dog": {"him - their": 0.1529519397798783, "him": 0.2707675137247977, "their": 0.11781557394491937}, "dogs": {"him - their": 0.007988191858226218, "him": 0.2324050111406903, "their": 0.22441681928246407}, "done": {"him - their": 0.06181904112691908, "him": 0.2370572225800559, "their": 0.17523818145313683}, "dont": {"him - their": 0.06334671016139459, "him": 0.26936832474586275, "their": 0.20602161458446816}, "down": {"him - their": 0.06928103468204513, "him": 0.28945167959704726, "their": 0.22017064491500213}, "dropped": {"him - their": 0.0962854771952896, "him": 0.30212145866089246, "their": 0.20583598146560286}, "drug": {"him - their": 0.10818128247393954, "him": 0.2789523893847733, "their": 0.17077110691083375}, "drugs": {"him - their": 0.09875025717708574, "him": 0.2553613880073394, "their": 0.15661113083025363}, "duke": {"him - their": 0.09995847559550539, "him": 0.22847111014636476, "their": 0.12851263455085937}, "during": {"him - their": 0.08200054110294275, "him": 0.24878509211688768, "their": 0.16678455101394493}, "duty": {"him - their": 0.09875025717708574, "him": 0.2553613880073394, "their": 0.15661113083025363}, "e": {"him - their": 0.056597879634336656, "him": 0.19772837935709575, "their": 0.1411304997227591}, "each": {"him - their": 0.00841592549451145, "him": 0.1788148497826529, "their": 0.17039892428814146}, "eat": {"him - their": 0.028603645311269216, "him": 0.2109360351157493, "their": 0.18233238980448008}, "eating": {"him - their": 0.08032386196781882, "him": 0.28660951478518565, "their": 0.20628565281736683}, "educate": {"him - their": 0.055266555151710806, "him": 0.2464669065431087, "their": 0.1912003513913979}, "either": {"him - their": -0.008176585405230946, "him": 0.19880689830019407, "their": 0.20698348370542502}, "else": {"him - their": -0.000509061033632574, "him": 0.22081867656394996, "their": 0.22132773759758254}, "end": {"him - their": 0.05685468079473771, "him": 0.18705279619262588, "their": 0.13019811539788817}, "england": {"him - their": 0.10055683782407698, "him": 0.21372297250887887, "their": 0.11316613468480188}, "enough": {"him - their": 0.09585381691278114, "him": 0.26106470058469117, "their": 0.16521088367191003}, "especially": {"him - their": 0.15324826332837696, "him": 0.26641439801317884, "their": 0.11316613468480188}, "even": {"him - their": -0.07542122211208094, "him": 0.20624349002944573, "their": 0.28166471214152666}, "ever": {"him - their": -0.022147977780948458, "him": 0.13744130361099205, "their": 0.1595892813919405}, "every": {"him - their": -0.12540478069936, "him": 0.12109380164966632, "their": 0.24649858234902633}, "everybody": {"him - their": 0.09858797246639919, "him": 0.25873429442769613, "their": 0.16014632196129694}, "everyone": {"him - their": 0.008427787612935805, "him": 0.17729780221543992, "their": 0.16887001460250411}, "evolution": {"him - their": 0.09478549257361876, "him": 0.326975622735601, "their": 0.23219013016198223}, "examples": {"him - their": 0.0962854771952896, "him": 0.30212145866089246, "their": 0.20583598146560286}, "excuse": {"him - their": 0.09775284286347422, "him": 0.2753612228189775, "their": 0.1776083799555033}, "explain": {"him - their": 0.09939980965456507, "him": 0.24132643349071967, "their": 0.1419266238361546}, "eyes": {"him - their": -0.054499136536286547, "him": 0.15606285733421207, "their": 0.21056199387049862}, "family": {"him - their": 0.03175764810759041, "him": 0.21959706636085125, "their": 0.18783941825326084}, "famous": {"him - their": 0.09858797246639919, "him": 0.25873429442769613, "their": 0.16014632196129694}, "far": {"him - their": 0.08306106100869218, "him": 0.2214389654930056, "their": 0.13837790448431342}, "fast": {"him - their": 0.056070608987119214, "him": 0.21819573637746792, "their": 0.1621251273903487}, "father": {"him - their": 0.02868731298515495, "him": 0.20575866107319318, "their": 0.17707134808803823}, "fed": {"him - their": 0.10747783173653716, "him": 0.29093188231262707, "their": 0.1834540505760899}, "feeding": {"him - their": 0.0974736005084045, "him": 0.2806748764088565, "their": 0.18320127590045202}, "feet": {"him - their": 0.028372769061787206, "him": 0.22481649586413494, "their": 0.19644372680234773}, "few": {"him - their": 0.07435584760426639, "him": 0.2609527984506781, "their": 0.1865969508464117}, "fidelity": {"him - their": 0.09326901378369179, "him": 0.35012035961205135, "their": 0.25685134582835956}, "fight": {"him - their": 0.00841592549451145, "him": 0.1788148497826529, "their": 0.17039892428814146}, "filthy": {"him - their": 0.055092414087836244, "him": 0.2522110832706662, "their": 0.19711866918282997}, "find": {"him - their": 0.02852721161525823, "him": 0.23909598856303377, "their": 0.21056877694777554}, "finger": {"him - their": 0.0974736005084045, "him": 0.2806748764088565, "their": 0.18320127590045202}, "first": {"him - their": -0.00033292162819523186, "him": 0.184870301141983, "their": 0.18520322277017823}, "fist": {"him - their": 0.0956658690321398, "him": 0.31265633968191137, "their": 0.21699047064977156}, "floor": {"him - their": 0.0988996651670454, "him": 0.2522110832706662, "their": 0.1533114181036208}, "folklore": {"him - their": 0.09478549257361876, "him": 0.326975622735601, "their": 0.23219013016198223}, "following": {"him - their": 0.007915341517518493, "him": 0.24132643349071967, "their": 0.23341109197320117}, "food": {"him - their": -0.02196625753275369, "him": 0.19461191789815618, "their": 0.21657817543090987}, "fools": {"him - their": 0.09799752478955218, "him": 0.2706086587789285, "their": 0.1726111339893763}, "football": {"him - their": 0.056151383128576565, "him": 0.21517262430282882, "their": 0.15902124117425226}, "for": {"him - their": 0.003296290657752554, "him": 0.305286159987585, "their": 0.30198986932983246}, "force": {"him - their": -0.021836901082011112, "him": 0.21819573637746792, "their": 0.24003263745947903}, "foreign": {"him - their": 0.09950599657019221, "him": 0.23894318601384507, "their": 0.13943718944365285}, "forum": {"him - their": -0.008100656250049465, "him": 0.15501589334753754, "their": 0.163116549597587}, "fought": {"him - their": 0.0543536006476763, "him": 0.2753612228189775, "their": 0.2210076221713012}, "found": {"him - their": 0.0659333717048686, "him": 0.24463430384360765, "their": 0.17870093213873905}, "free": {"him - their": 0.008608361474429699, "him": 0.1539861568995816, "their": 0.1453777954251519}, "french": {"him - their": 0.056571241917558246, "him": 0.19880689830019407, "their": 0.14223565638263583}, "friday": {"him - their": 0.0988996651670454, "him": 0.2522110832706662, "their": 0.1533114181036208}, "friend": {"him - their": 0.1877245237219221, "him": 0.2821271891796713, "their": 0.09440266545774918}, "friends": {"him - their": -0.05443890156609721, "him": 0.15987239782696547, "their": 0.21431129939306268}, "from": {"him - their": 0.0750084252014794, "him": 0.3214803030667667, "their": 0.24647187786528732}, "front": {"him - their": 0.019417789803221674, "him": 0.23955526643259084, "their": 0.22013747662936917}, "fun": {"him - their": 0.09987684384614726, "him": 0.2304003126663697, "their": 0.13052346882022245}, "funny": {"him - their": -0.03378522396314551, "him": 0.20334293622664681, "their": 0.23712816018979233}, "gang": {"him - their": 0.09939980965456507, "him": 0.24132643349071967, "their": 0.1419266238361546}, "gave": {"him - their": 0.16551316053210072, "him": 0.3326565102846264, "their": 0.16714334975252568}, "generations": {"him - their": -0.008193607847650775, "him": 0.2553613880073394, "their": 0.26355499585499015}, "get": {"him - their": 0.04652162706368257, "him": 0.30239836748229054, "their": 0.255876740418608}, "gets": {"him - their": 0.08195881800066857, "him": 0.24979809086954, "their": 0.16783927286887143}, "getting": {"him - their": -0.022015722357961648, "him": 0.18361647265981548, "their": 0.20563219501777713}, "girl": {"him - their": 0.06564204539690766, "him": 0.25286870828330765, "their": 0.1872266628864}, "girls": {"him - their": 0.03293853335913588, "him": 0.2722390081062954, "their": 0.23930047474715954}, "give": {"him - their": 0.03464625564103324, "him": 0.27579087452320444, "their": 0.2411446188821712}, "giving": {"him - their": 0.10828092573361636, "him": 0.27720722094889655, "their": 0.1689262952152802}, "go": {"him - their": 0.09046726344289488, "him": 0.28856637087868175, "their": 0.19809910743578688}, "god": {"him - their": 0.07025279878401205, "him": 0.2960737799490826, "their": 0.22582098116507057}, "goes": {"him - their": 0.10133410844871417, "him": 0.19262600166763644, "their": 0.09129189321892227}, "going": {"him - their": 0.009799288513334559, "him": 0.21121521964704423, "their": 0.20141593113370967}, "gone": {"him - their": 0.18691267546553836, "him": 0.291810214524509, "their": 0.10489753905897063}, "gonna": {"him - their": 0.09970113850430379, "him": 0.23449183057735953, "their": 0.13479069207305575}, "good": {"him - their": -0.03204193191507629, "him": 0.19660910491176226, "their": 0.22865103682683854}, "goodness": {"him - their": 0.0956658690321398, "him": 0.31265633968191137, "their": 0.21699047064977156}, "got": {"him - their": 0.11865348581726307, "him": 0.3234776360207465, "their": 0.2048241502034834}, "gotta": {"him - their": 0.09858797246639919, "him": 0.25873429442769613, "their": 0.16014632196129694}, "gotten": {"him - their": 0.09916671199292848, "him": 0.2464669065431087, "their": 0.14730019455018023}, "government": {"him - their": -0.05415429075742417, "him": 0.17655364667985923, "their": 0.2307079374372834}, "grabs": {"him - their": 0.053038254485762826, "him": 0.31265633968191137, "their": 0.25961808519614854}, "grand": {"him - their": 0.05451011551346949, "him": 0.2706086587789285, "their": 0.216098543265459}, "greatest": {"him - their": 0.09903799954193104, "him": 0.24925416557521224, "their": 0.1502161660332812}, "green": {"him - their": 0.10066481596766785, "him": 0.2109360351157493, "their": 0.11027121914808144}, "group": {"him - their": -0.022095732760682413, "him": 0.16100529362567673, "their": 0.18310102638635914}, "grow": {"him - their": 0.008020166170807946, "him": 0.22847111014636476, "their": 0.2204509439755568}, "guards": {"him - their": 0.09775284286347422, "him": 0.2753612228189775, "their": 0.1776083799555033}, "guess": {"him - their": 0.04549285700174538, "him": 0.2287279337381069, "their": 0.18323507673636152}, "guy": {"him - their": 0.15699396763280343, "him": 0.3284488751627865, "their": 0.17145490752998305}, "had": {"him - their": 0.08287758819080907, "him": 0.3248138624028754, "their": 0.24193627421206634}, "hair": {"him - their": 0.06559924064942707, "him": 0.2540576416843928, "their": 0.18845840103496575}, "half": {"him - their": 0.05707843997792501, "him": 0.17729780221543992, "their": 0.1202193622375149}, "hall": {"him - their": 0.09821500691762186, "him": 0.2663042096598264, "their": 0.1680892027422045}, "handed": {"him - their": 0.027346820358488344, "him": 0.2806748764088565, "their": 0.2533280560503682}, "hanging": {"him - their": 0.09775284286347422, "him": 0.2753612228189775, "their": 0.1776083799555033}, "happened": {"him - their": 0.18670401648440343, "him": 0.2942238270246187, "their": 0.10751981054021524}, "happening": {"him - their": 0.09970113850430379, "him": 0.23449183057735953, "their": 0.13479069207305575}, "happy": {"him - their": 0.10119225975298214, "him": 0.1966702417957716, "their": 0.09547798204278947}, "hard": {"him - their": 0.029078333364413705, "him": 0.18037203478552719, "their": 0.15129370142111348}, "has": {"him - their": -0.006900611307552207, "him": 0.22420310018172637, "their": 0.23110371148927858}, "hated": {"him - their": 0.14900752024305794, "him": 0.32161865423243424, "their": 0.1726111339893763}, "hates": {"him - their": 0.05451011551346949, "him": 0.2706086587789285, "their": 0.216098543265459}, "have": {"him - their": -0.03296712138320129, "him": 0.2789941667429293, "their": 0.3119612881261306}, "having": {"him - their": -0.03391846449892483, "him": 0.1907072283148148, "their": 0.22462569281373962}, "he": {"him - their": 0.3476530951971281, "him": 0.45384851086428296, "their": 0.10619541566715486}, "head": {"him - their": 0.11932538278185387, "him": 0.30987394445266775, "their": 0.19054856167081388}, "hear": {"him - their": -0.008148722796297109, "him": 0.1788148497826529, "their": 0.18696357257895002}, "heard": {"him - their": 0.0537160899057019, "him": 0.248337095515738, "their": 0.1946210056100361}, "hearing": {"him - their": 0.09858797246639919, "him": 0.25873429442769613, "their": 0.16014632196129694}, "hell": {"him - their": 0.08291889474311723, "him": 0.22530293467800794, "their": 0.1423840399348907}, "help": {"him - their": -0.0005390894924764411, "him": 0.2273338852219474, "their": 0.22787297471442383}, "her": {"him - their": 0.12440371563109348, "him": 0.2693092534055421, "their": 0.14490553777444865}, "here": {"him - their": -0.01958119442017653, "him": 0.1826600502209034, "their": 0.20224124464107993}, "heritage": {"him - their": 0.03051814022248428, "him": 0.2807598805478364, "their": 0.2502417403253521}, "hero": {"him - their": 0.09775284286347422, "him": 0.2753612228189775, "their": 0.1776083799555033}, "him": {"him - their": 0.5683029668203994, "him": 0.6714495242197408, "their": 0.10314655739934146}, "his": {"him - their": 0.3066446934169015, "him": 0.4551497970598489, "their": 0.14850510364294744}, "hispanic": {"him - their": 0.09970113850430379, "him": 0.23449183057735953, "their": 0.13479069207305575}, "hitler": {"him - their": 0.09970113850430379, "him": 0.23449183057735953, "their": 0.13479069207305575}, "hold": {"him - their": 0.055345282872755114, "him": 0.24382976151943692, "their": 0.1884844786466818}, "holiday": {"him - their": 0.05451011551346949, "him": 0.2706086587789285, "their": 0.216098543265459}, "holy": {"him - their": 0.09775284286347422, "him": 0.2753612228189775, "their": 0.1776083799555033}, "home": {"him - their": -0.023536637067935323, "him": 0.2491225141478657, "their": 0.27265915121580103}, "honor": {"him - their": 0.1820312590682537, "him": 0.34217758102955065, "their": 0.16014632196129694}, "honour": {"him - their": 0.055092414087836244, "him": 0.2522110832706662, "their": 0.19711866918282997}, "hope": {"him - their": 0.09004341801389024, "him": 0.2659094522070556, "their": 0.17586603419316535}, "host": {"him - their": 0.054649712368337516, "him": 0.2663042096598264, "their": 0.21165449729148886}, "house": {"him - their": 0.121481721165869, "him": 0.2774895059196531, "their": 0.1560077847537841}, "how": {"him - their": 0.014418907138812498, "him": 0.2745778616690524, "their": 0.2601589545302399}, "http": {"him - their": -0.07214138218011737, "him": 0.1071640257403024, "their": 0.17930540792041977}, "https": {"him - their": 0.057676427994937815, "him": 0.14860521824096556, "their": 0.09092879024602775}, "hundreds": {"him - their": 0.1530542152829502, "him": 0.26927574080421474, "their": 0.11622152552126452}, "hurt": {"him - their": 0.09875025717708574, "him": 0.2553613880073394, "their": 0.15661113083025363}, "i": {"him - their": 0.09831492228475475, "him": 0.36541899971524117, "their": 0.2671040774304864}, "id": {"him - their": 0.10031680756050297, "him": 0.21977444086851045, "their": 0.11945763330800747}, "if": {"him - their": 0.06496136188619556, "him": 0.319169897632612, "their": 0.25420853574641644}, "ignorant": {"him - their": 0.09858797246639919, "him": 0.25873429442769613, "their": 0.16014632196129694}, "ignore": {"him - their": 0.09903799954193104, "him": 0.24925416557521224, "their": 0.1502161660332812}, "im": {"him - their": -0.008065018142407288, "him": 0.14109151169751535, "their": 0.14915652983992264}, "immigrants": {"him - their": -0.03371450008551374, "him": 0.20959473654640517, "their": 0.24330923663191892}, "improve": {"him - their": 0.0962854771952896, "him": 0.30212145866089246, "their": 0.20583598146560286}, "in": {"him - their": -0.034165540325285515, "him": 0.3113532887371724, "their": 0.3455188290624579}, "independent": {"him - their": 0.0974736005084045, "him": 0.2806748764088565, "their": 0.18320127590045202}, "instead": {"him - their": 0.008127579456055134, "him": 0.21517262430282882, "their": 0.2070450448467737}, "internet": {"him - their": 0.1009066107019129, "him": 0.2045375326424109, "their": 0.103630921940498}, "into": {"him - their": -0.0006404418610344575, "him": 0.23289122507989668, "their": 0.23353166694093114}, "introduce": {"him - their": 0.09714900707821772, "him": 0.28671294546807724, "their": 0.18956393838985952}, "involved": {"him - their": 0.028040983424493043, "him": 0.24382976151943692, "their": 0.21578877809494387}, "irish": {"him - their": -0.044937611007078326, "him": 0.15347756004219593, "their": 0.19841517104927425}, "is": {"him - their": -0.02630679455479218, "him": 0.27347356987989074, "their": 0.2997803644346829}, "islam": {"him - their": 0.09875025717708574, "him": 0.2553613880073394, "their": 0.15661113083025363}, "israel": {"him - their": 0.0810558638307082, "him": 0.2707675137247977, "their": 0.18971164989408948}, "israeli": {"him - their": 0.09775284286347422, "him": 0.2753612228189775, "their": 0.1776083799555033}, "it": {"him - their": -0.008041982273977455, "him": 0.27884087359671095, "their": 0.2868828558706884}, "its": {"him - their": -0.009107482322061627, "him": 0.1696823185637002, "their": 0.17878980088576182}, "ive": {"him - their": 0.05573429943887975, "him": 0.2304003126663697, "their": 0.17466601322748995}, "jail": {"him - their": 0.18397964388158894, "him": 0.3234168333252418, "their": 0.13943718944365285}, "jesus": {"him - their": 0.07721453325963507, "him": 0.3051825158702931, "their": 0.22796798261065804}, "jew": {"him - their": 0.01975112392370887, "him": 0.21550682706379087, "their": 0.195755703140082}, "jewish": {"him - their": 0.04542111720483333, "him": 0.23161999801051142, "their": 0.1861988808056781}, "jews": {"him - their": -0.04481846032432238, "him": 0.22967323568106943, "their": 0.2744916960053918}, "jose": {"him - their": 0.1452113334827705, "him": 0.36220180413254205, "their": 0.21699047064977156}, "judge": {"him - their": 0.028402154108988414, "him": 0.22308129870322974, "their": 0.19467914459424132}, "jumped": {"him - their": 0.14900752024305794, "him": 0.32161865423243424, "their": 0.1726111339893763}, "just": {"him - their": 0.04798902418490997, "him": 0.29748255113861677, "their": 0.2494935269537068}, "k": {"him - their": 0.05578855115159151, "him": 0.22847111014636476, "their": 0.17268255899477325}, "keep": {"him - their": 0.04305803387579743, "him": 0.24779401438557846, "their": 0.20473598050978103}, "kick": {"him - their": 0.10761008553261794, "him": 0.2887232099089763, "their": 0.18111312437635838}, "kicked": {"him - their": 0.0974736005084045, "him": 0.2806748764088565, "their": 0.18320127590045202}, "kid": {"him - their": 0.1099460717388101, "him": 0.31557826675658723, "their": 0.20563219501777713}, "kids": {"him - their": -0.11967077825612984, "him": 0.1699605316686892, "their": 0.28963130992481906}, "kill": {"him - their": 0.028603645311269216, "him": 0.2109360351157493, "their": 0.18233238980448008}, "killed": {"him - their": 0.1422696615930887, "him": 0.2942238270246187, "their": 0.15195416543152998}, "kiss": {"him - their": 0.09821500691762186, "him": 0.2663042096598264, "their": 0.1680892027422045}, "knew": {"him - their": 0.18624687066994264, "him": 0.2994130053547445, "their": 0.11316613468480188}, "knife": {"him - their": 0.05499536122317569, "him": 0.2553613880073394, "their": 0.20036602678416368}, "know": {"him - their": -0.004390237297376753, "him": 0.24531403221776746, "their": 0.2497042695151442}, "known": {"him - their": 0.15071976755498023, "him": 0.30093593358826143, "their": 0.1502161660332812}, "lads": {"him - their": 0.14860671888908003, "him": 0.32621509884458333, "their": 0.1776083799555033}, "large": {"him - their": 0.05593794895070406, "him": 0.22308129870322974, "their": 0.16714334975252568}, "last": {"him - their": 0.0093743235639345, "him": 0.18281449605090977, "their": 0.17344017248697527}, "laughing": {"him - their": 0.027830995559655652, "him": 0.2553613880073394, "their": 0.22753039244768372}, "learn": {"him - their": -0.0006254025345377445, "him": 0.2468130994654634, "their": 0.24743850200000114}, "least": {"him - their": -0.022035157299588132, "him": 0.1788148497826529, "their": 0.20085000708224104}, "leave": {"him - their": 0.031171618102590365, "him": 0.24979809086954, "their": 0.21862647276694963}, "led": {"him - their": 0.09775284286347422, "him": 0.2753612228189775, "their": 0.1776083799555033}, "left": {"him - their": -0.03409533438334808, "him": 0.17159020543861633, "their": 0.2056855398219644}, "legal": {"him - their": 0.05489023432587353, "him": 0.25873429442769613, "their": 0.2038440601018226}, "less": {"him - their": 0.028558057040647983, "him": 0.21372297250887887, "their": 0.18516491546823088}, "let": {"him - their": 0.03622561516298209, "him": 0.27378480282749884, "their": 0.23755918766451675}, "lets": {"him - their": 0.10066481596766785, "him": 0.2109360351157493, "their": 0.11027121914808144}, "liberal": {"him - their": -0.06989572630014887, "him": 0.2045375326424109, "their": 0.27443325894255977}, "life": {"him - their": 0.03327889872427364, "him": 0.25713916874103804, "their": 0.2238602700167644}, "light": {"him - their": 0.008322466677299606, "him": 0.1907072283148148, "their": 0.18238476163751519}, "like": {"him - their": 0.03859550451830365, "him": 0.28678199439027735, "their": 0.2481864898719737}, "list": {"him - their": 0.02850955148626222, "him": 0.21666271233878132, "their": 0.1881531608525191}, "listen": {"him - their": 0.028603645311269216, "him": 0.2109360351157493, "their": 0.18233238980448008}, "little": {"him - their": -0.04406341340468087, "him": 0.19921886455928312, "their": 0.24328227796396398}, "live": {"him - their": -0.03438575521807716, "him": 0.12825174670313969, "their": 0.16263750192121684}, "ll": {"him - their": 0.05968708509500387, "him": 0.24594815697766795, "their": 0.18626107188266408}, "local": {"him - their": -0.008176585405230946, "him": 0.19880689830019407, "their": 0.20698348370542502}, "lol": {"him - their": 0.21378844761469595, "him": 0.29323717593609483, "their": 0.07944872832139888}, "long": {"him - their": 0.008642360656515247, "him": 0.14955014351697787, "their": 0.14090778286046263}, "look": {"him - their": 0.03657285469909455, "him": 0.2598103472766689, "their": 0.22323749257757436}, "looking": {"him - their": 0.03404489463948904, "him": 0.22066237561580382, "their": 0.18661748097631478}, "looks": {"him - their": 0.04560890731082526, "him": 0.22398678788056123, "their": 0.17837788056973597}, "lost": {"him - their": 0.08084078518270224, "him": 0.27551992977694356, "their": 0.19467914459424132}, "lots": {"him - their": 0.0288784151306635, "him": 0.19361025213703123, "their": 0.16473183700636773}, "love": {"him - their": 0.1048003125013291, "him": 0.27806679050486327, "their": 0.17326647800353417}, "m": {"him - their": -0.03192198371290192, "him": 0.13854430943070833, "their": 0.17046629314361025}, "mail": {"him - their": 0.05589020064885475, "him": 0.22481649586413494, "their": 0.1689262952152802}, "man": {"him - their": 0.18874180575821395, "him": 0.32239985150833167, "their": 0.13365804575011772}, "many": {"him - their": -0.15096178321228626, "him": 0.11105772223191988, "their": 0.26201950544420616}, "march": {"him - their": 0.10099378832044559, "him": 0.20217366366505113, "their": 0.10117987534460554}, "mary": {"him - their": 0.05417564124594179, "him": 0.2806748764088565, "their": 0.22649923516291473}, "matter": {"him - their": 0.056487268206484836, "him": 0.20217366366505113, "their": 0.1456863954585663}, "may": {"him - their": 0.0456704722471859, "him": 0.2214389654930056, "their": 0.1757684932458197}, "maybe": {"him - their": -0.037982188337516154, "him": 0.19921886455928312, "their": 0.23720105289679927}, "me": {"him - their": 0.039062163838648106, "him": 0.21230351894955843, "their": 0.17324135511091032}, "meanwhile": {"him - their": 0.0537252765099096, "him": 0.2937249036291447, "their": 0.23999962711923511}, "media": {"him - their": -0.03395457735927984, "him": 0.18705279619262588, "their": 0.22100737355190572}, "meet": {"him - their": 0.05717445517231261, "him": 0.1729666944645749, "their": 0.1157922392922623}, "memories": {"him - their": 0.0974736005084045, "him": 0.2806748764088565, "their": 0.18320127590045202}, "men": {"him - their": 0.029166032866662722, "him": 0.17437563697891512, "their": 0.1452096041122524}, "mention": {"him - their": 0.09979119244426862, "him": 0.2324050111406903, "their": 0.13261381869642166}, "message": {"him - their": -0.008159026336938796, "him": 0.18530913022002143, "their": 0.19346815655696023}, "met": {"him - their": 0.05567749048971696, "him": 0.2324050111406903, "their": 0.17672752065097333}, "middle": {"him - their": 0.05589020064885475, "him": 0.22481649586413494, "their": 0.1689262952152802}, "might": {"him - their": -0.008156457000937728, "him": 0.18361647265981548, "their": 0.1917729296607532}, "military": {"him - their": 0.0555552050971963, "him": 0.23666832947355468, "their": 0.18111312437635838}, "mine": {"him - their": 0.15324826332837696, "him": 0.26641439801317884, "their": 0.11316613468480188}, "minister": {"him - their": 0.1644478270081458, "him": 0.3433217734185892, "their": 0.1788739464104434}, "mixed": {"him - their": 0.008258336629380192, "him": 0.19880689830019407, "their": 0.19054856167081388}, "money": {"him - their": -0.06293377765054753, "him": 0.16958292051742913, "their": 0.23251669816797665}, "monkey": {"him - their": 0.05916138767838769, "him": 0.31012384021018496, "their": 0.2509624525317973}, "month": {"him - their": 0.10076599843189972, "him": 0.20828580897211496, "their": 0.10751981054021524}, "more": {"him - their": -0.06970773949240652, "him": 0.16266074993891894, "their": 0.23236848943132546}, "most": {"him - their": -0.07509865392274256, "him": 0.18281449605090977, "their": 0.25791314997365233}, "mother": {"him - their": -0.0081691908553502, "him": 0.19262600166763644, "their": 0.20079519252298664}, "mouth": {"him - their": 0.14997751824888803, "him": 0.31012384021018496, "their": 0.16014632196129694}, "move": {"him - their": 0.028951288468550412, "him": 0.18885089780786082, "their": 0.1598996093393104}, "moved": {"him - their": 0.00819301264825159, "him": 0.20700762027112124, "their": 0.19881460762286965}, "mr": {"him - their": 0.09995847559550539, "him": 0.22847111014636476, "their": 0.12851263455085937}, "much": {"him - their": -0.05008472462051583, "him": 0.18315272206359787, "their": 0.2332374466841137}, "multiply": {"him - their": 0.0537252765099096, "him": 0.2937249036291447, "their": 0.23999962711923511}, "murder": {"him - their": 0.10099378832044559, "him": 0.20217366366505113, "their": 0.10117987534460554}, "music": {"him - their": 0.02923484856389222, "him": 0.16958292051742913, "their": 0.1403480719535369}, "muslim": {"him - their": 0.15262104610870625, "him": 0.27551992977694356, "their": 0.1228988836682373}, "my": {"him - their": 0.057195429189093705, "him": 0.24686723688316323, "their": 0.18967180769406952}, "n": {"him - their": -0.024269003029205594, "him": 0.23322492054025407, "their": 0.25749392356945966}, "name": {"him - their": -0.0004949981012840332, "him": 0.2178100398439322, "their": 0.21830503794521625}, "names": {"him - their": 0.02794303070329454, "him": 0.24925416557521224, "their": 0.2213111348719177}, "nation": {"him - their": 0.061792857440995, "him": 0.23787779178154064, "their": 0.17608493434054565}, "nationals": {"him - their": 0.0956658690321398, "him": 0.31265633968191137, "their": 0.21699047064977156}, "neck": {"him - their": 0.0974736005084045, "him": 0.2806748764088565, "their": 0.18320127590045202}, "need": {"him - their": 0.025328905999939033, "him": 0.25681622093070805, "their": 0.23148731493076902}, "needs": {"him - their": 0.09960624249972055, "him": 0.23666832947355468, "their": 0.13706208697383412}, "negro": {"him - their": 0.019823677101857312, "him": 0.2101035826468309, "their": 0.1902799055449736}, "negroes": {"him - their": -0.03387867720599669, "him": 0.19461191789815618, "their": 0.22849059510415287}, "negroid": {"him - their": 0.09821500691762186, "him": 0.2663042096598264, "their": 0.1680892027422045}, "neighbor": {"him - their": 0.0974736005084045, "him": 0.2806748764088565, "their": 0.18320127590045202}, "never": {"him - their": -0.009856594127167578, "him": 0.20680969309838879, "their": 0.21666628722555636}, "new": {"him - their": 0.08190475444072823, "him": 0.18911473541683577, "their": 0.10720998097610754}, "news": {"him - their": 0.0028081605435119894, "him": 0.21306202376618089, "their": 0.2102538632226689}, "next": {"him - their": 0.14217841138428905, "him": 0.31423125423965576, "their": 0.1720528428553667}, "night": {"him - their": 0.11025614135756195, "him": 0.23955526643259084, "their": 0.1292991250750289}, "no": {"him - their": -0.018574631034509292, "him": 0.20747617070594296, "their": 0.22605080174045225}, "non": {"him - their": -0.031599948562777036, "him": 0.18955812867286378, "their": 0.22115807723564082}, "nor": {"him - their": 0.09916671199292848, "him": 0.2464669065431087, "their": 0.14730019455018023}, "not": {"him - their": -0.026448468770928935, "him": 0.25766995444422425, "their": 0.2841184232151532}, "nothing": {"him - their": 0.0320371188532147, "him": 0.20418908146373213, "their": 0.17215196261051743}, "notice": {"him - their": 0.00793484850833806, "him": 0.23894318601384507, "their": 0.231008337505507}, "noticed": {"him - their": 0.09903799954193104, "him": 0.24925416557521224, "their": 0.1502161660332812}, "now": {"him - their": 0.04310820314327163, "him": 0.24504335915676773, "their": 0.2019351560134961}, "number": {"him - their": 0.10837658002441788, "him": 0.27551992977694356, "their": 0.16714334975252568}, "o": {"him - their": 0.028581194287018413, "him": 0.21231147338771328, "their": 0.18373027910069487}, "obama": {"him - their": 0.09970113850430379, "him": 0.23449183057735953, "their": 0.13479069207305575}, "obviously": {"him - their": 0.15049131702024265, "him": 0.30380273512386347, "their": 0.1533114181036208}, "of": {"him - their": -0.05334305072975731, "him": 0.3077842161310669, "their": 0.3611272668608242}, "off": {"him - their": 0.025424869601958944, "him": 0.30106592396762505, "their": 0.2756410543656661}, "offering": {"him - their": 0.0962854771952896, "him": 0.30212145866089246, "their": 0.20583598146560286}, "officers": {"him - their": 0.09775284286347422, "him": 0.2753612228189775, "their": 0.1776083799555033}, "often": {"him - their": 0.007988191858226218, "him": 0.2324050111406903, "their": 0.22441681928246407}, "ok": {"him - their": 0.16683134745451125, "him": 0.31878551288604123, "their": 0.15195416543152998}, "old": {"him - their": 0.09317089011438709, "him": 0.22747322326985867, "their": 0.13430233315547158}, "on": {"him - their": 0.013078547485860459, "him": 0.30958878813355717, "their": 0.2965102406476967}, "once": {"him - their": 0.0960743744153138, "him": 0.25650981238968246, "their": 0.16043543797436866}, "one": {"him - their": 0.04527618574593148, "him": 0.25621571496083567, "their": 0.2109395292149042}, "only": {"him - their": -0.10386208329622842, "him": 0.15452532844050326, "their": 0.2583874117367317}, "onto": {"him - their": 0.09858797246639919, "him": 0.25873429442769613, "their": 0.16014632196129694}, "open": {"him - their": -0.008166673307270694, "him": 0.1907072283148148, "their": 0.19887390162208549}, "opened": {"him - their": 0.007825824496607459, "him": 0.2522110832706662, "their": 0.24438525877405876}, "opinion": {"him - their": 0.05518251145254083, "him": 0.24925416557521224, "their": 0.1940716541226714}, "or": {"him - their": 0.024491819533531967, "him": 0.29810504897196116, "their": 0.2736132294384292}, "org": {"him - their": 0.057518957572581575, "him": 0.15659299656534548, "their": 0.0990740389927639}, "other": {"him - their": 0.0014828787016466782, "him": 0.23437705006171616, "their": 0.23289417136006949}, "our": {"him - their": -0.05047898377721882, "him": 0.18653731090932074, "their": 0.23701629468653956}, "out": {"him - their": 0.07880061998663535, "him": 0.3167769729442369, "their": 0.23797635295760156}, "outside": {"him - their": -0.03366605885424276, "him": 0.21372297250887887, "their": 0.24738903136312163}, "over": {"him - their": 0.0028476579194745, "him": 0.20709458417816023, "their": 0.20424692625868573}, "overwhelming": {"him - their": 0.09676232017955311, "him": 0.2937249036291447, "their": 0.1969625834495916}, "own": {"him - their": -0.1511696227793471, "him": 0.21724931438468986, "their": 0.36841893716403695}, "pair": {"him - their": 0.09841053357638035, "him": 0.26236636036772887, "their": 0.1639558267913485}, "parents": {"him - their": -0.13878584364475824, "him": 0.18617438095403152, "their": 0.32496022459878976}, "partner": {"him - their": 0.0962854771952896, "him": 0.30212145866089246, "their": 0.20583598146560286}, "parts": {"him - their": 0.09858797246639919, "him": 0.25873429442769613, "their": 0.16014632196129694}, "party": {"him - their": -0.008171685719147254, "him": 0.19461191789815618, "their": 0.20278360361730344}, "pass": {"him - their": -0.008180154133644063, "him": 0.20217366366505113, "their": 0.2103538177986952}, "passed": {"him - their": 0.09858797246639919, "him": 0.25873429442769613, "their": 0.16014632196129694}, "people": {"him - their": -0.08099318052775778, "him": 0.23272132682160196, "their": 0.31371450734935974}, "perhaps": {"him - their": 0.008090528028213306, "him": 0.21977444086851045, "their": 0.21168391284029714}, "person": {"him - their": 0.043139234379981906, "him": 0.24463430384360765, "their": 0.20149506946362575}, "phone": {"him - their": 0.10018241503499244, "him": 0.22308129870322974, "their": 0.1228988836682373}, "picture": {"him - their": 0.11546043471212258, "him": 0.2801922717184903, "their": 0.16473183700636773}, "place": {"him - their": 0.0660204949778759, "him": 0.24212127324581753, "their": 0.17610077826794163}, "play": {"him - their": 0.10044118681751679, "him": 0.21666271233878132, "their": 0.11622152552126452}, "pm": {"him - their": 0.14455676327817632, "him": 0.26106470058469117, "their": 0.11650793730651485}, "point": {"him - their": 0.019429789731184394, "him": 0.2387103448369428, "their": 0.21928055510575842}, "police": {"him - their": 0.07922890356078702, "him": 0.26174552649413757, "their": 0.18251662293335055}, "polish": {"him - their": 0.09903799954193104, "him": 0.24925416557521224, "their": 0.1502161660332812}, "poor": {"him - their": 0.028706852931799726, "him": 0.2045375326424109, "their": 0.17583067971061117}, "possible": {"him - their": 0.008090528028213306, "him": 0.21977444086851045, "their": 0.21168391284029714}, "post": {"him - their": 0.17199508540813577, "him": 0.2540059472321789, "their": 0.08201086182404313}, "posts": {"him - their": 0.15334046480057634, "him": 0.26504021068737066, "their": 0.11169974588679432}, "power": {"him - their": 0.03101471425545202, "him": 0.2574679271880667, "their": 0.2264532129326147}, "present": {"him - their": 0.09960624249972055, "him": 0.23666832947355468, "their": 0.13706208697383412}, "pretending": {"him - their": 0.09676232017955311, "him": 0.2937249036291447, "their": 0.1969625834495916}, "pride": {"him - their": -0.008172923033803792, "him": 0.19563167530214415, "their": 0.20380459833594794}, "prime": {"him - their": 0.15024487158449118, "him": 0.3068560024147448, "their": 0.15661113083025363}, "prison": {"him - their": 0.09939980965456507, "him": 0.24132643349071967, "their": 0.1419266238361546}, "probably": {"him - their": 0.11085684737734249, "him": 0.2266490866696048, "their": 0.1157922392922623}, "professor": {"him - their": 0.09714900707821772, "him": 0.28671294546807724, "their": 0.18956393838985952}, "project": {"him - their": 0.09916671199292848, "him": 0.2464669065431087, "their": 0.14730019455018023}, "properly": {"him - their": 0.09903799954193104, "him": 0.24925416557521224, "their": 0.1502161660332812}, "proud": {"him - their": 0.03277586035299099, "him": 0.2792498869638345, "their": 0.24647402661084353}, "public": {"him - their": -0.03405227621869131, "him": 0.17655364667985923, "their": 0.21060592289855054}, "purported": {"him - their": 0.09326901378369179, "him": 0.35012035961205135, "their": 0.25685134582835956}, "put": {"him - their": 0.06304175158949823, "him": 0.2773143331820835, "their": 0.21427258159258525}, "r": {"him - their": 0.09987684384614726, "him": 0.2304003126663697, "their": 0.13052346882022245}, "racial": {"him - their": 0.008314954688535103, "him": 0.19165852812565232, "their": 0.1833435734371172}, "racist": {"him - their": 0.05346379110129901, "him": 0.25650981238968246, "their": 0.20304602128838345}, "radio": {"him - their": 0.10061172750091896, "him": 0.21231147338771328, "their": 0.11169974588679432}, "re": {"him - their": -0.09283412857185053, "him": 0.12457797008021917, "their": 0.2174120986520697}, "read": {"him - their": -0.04495983364410455, "him": 0.15148332158101607, "their": 0.19644315522512062}, "reading": {"him - their": 0.02845774073886756, "him": 0.21977444086851045, "their": 0.19131670012964289}, "ready": {"him - their": 0.05541930568753739, "him": 0.24132643349071967, "their": 0.18590712780318228}, "reality": {"him - their": 0.09950599657019221, "him": 0.23894318601384507, "their": 0.13943718944365285}, "really": {"him - their": 0.033803767799363255, "him": 0.2325605773417268, "their": 0.19875680954236355}, "reason": {"him - their": 0.04510639160270094, "him": 0.24398029322478643, "their": 0.19887390162208549}, "red": {"him - their": 0.008202986986912242, "him": 0.20575866107319318, "their": 0.19755567408628094}, "regency": {"him - their": 0.0956658690321398, "him": 0.31265633968191137, "their": 0.21699047064977156}, "remember": {"him - their": 0.09488154568687057, "him": 0.2801922717184903, "their": 0.18531072603161974}, "remove": {"him - their": 0.09821500691762186, "him": 0.2663042096598264, "their": 0.1680892027422045}, "reported": {"him - their": 0.05541930568753739, "him": 0.24132643349071967, "their": 0.18590712780318228}, "rest": {"him - their": -0.00818131780470141, "him": 0.20334293622664681, "their": 0.21152425403134822}, "rich": {"him - their": 0.05451011551346949, "him": 0.2706086587789285, "their": 0.216098543265459}, "right": {"him - their": 0.03631884739263122, "him": 0.2700832660787841, "their": 0.23376441868615286}, "rob": {"him - their": 0.0962854771952896, "him": 0.30212145866089246, "their": 0.20583598146560286}, "run": {"him - their": 0.028951288468550412, "him": 0.18885089780786082, "their": 0.1598996093393104}, "russian": {"him - their": 0.02827719371326301, "him": 0.2304003126663697, "their": 0.2021231189531067}, "s": {"him - their": 0.02219032028666562, "him": 0.2848163546720277, "their": 0.2626260343853621}, "sacrifice": {"him - their": 0.05451011551346949, "him": 0.2706086587789285, "their": 0.216098543265459}, "safe": {"him - their": 0.05548913543775516, "him": 0.23894318601384507, "their": 0.1834540505760899}, "said": {"him - their": 0.09527158176070497, "him": 0.3095441633532902, "their": 0.21427258159258525}, "satan": {"him - their": 0.09775284286347422, "him": 0.2753612228189775, "their": 0.1776083799555033}, "save": {"him - their": 0.05589020064885475, "him": 0.22481649586413494, "their": 0.1689262952152802}, "saw": {"him - their": 0.0336843657835392, "him": 0.23830322729342177, "their": 0.20461886150988257}, "say": {"him - their": 0.04874071310580422, "him": 0.260480061941201, "their": 0.21173934883539677}, "says": {"him - their": 0.07820204964434205, "him": 0.2902923860573436, "their": 0.21209033641300154}, "school": {"him - their": 0.00741406824566182, "him": 0.2697353931093799, "their": 0.26232132486371806}, "schooling": {"him - their": 0.09821500691762186, "him": 0.2663042096598264, "their": 0.1680892027422045}, "scum": {"him - their": 0.05633164354058498, "him": 0.20828580897211496, "their": 0.15195416543152998}, "section": {"him - their": 0.10055683782407698, "him": 0.21372297250887887, "their": 0.11316613468480188}, "security": {"him - their": 0.008035248613756318, "him": 0.22661156319677023, "their": 0.2185763145830139}, "see": {"him - their": 0.07022356425892179, "him": 0.2978790009828294, "their": 0.2276554367239076}, "seen": {"him - their": -0.054569198898185706, "him": 0.15148332158101607, "their": 0.20605252047920178}, "self": {"him - their": 0.06351431121110648, "him": 0.30673302798933955, "their": 0.24321871677823306}, "send": {"him - their": 0.06199044601674178, "him": 0.23161999801051142, "their": 0.16962955199376964}, "sent": {"him - their": 0.05639648543400014, "him": 0.20575866107319318, "their": 0.14936217563919305}, "set": {"him - their": 0.0940511044060206, "him": 0.29547351856861304, "their": 0.20142241416259243}, "sexuality": {"him - their": 0.09478549257361876, "him": 0.326975622735601, "their": 0.23219013016198223}, "sf": {"him - their": 0.028780282060362067, "him": 0.19990666149785047, "their": 0.1711263794374884}, "shake": {"him - their": 0.0962854771952896, "him": 0.30212145866089246, "their": 0.20583598146560286}, "shave": {"him - their": 0.09676232017955311, "him": 0.2937249036291447, "their": 0.1969625834495916}, "shaved": {"him - their": 0.0974736005084045, "him": 0.2806748764088565, "their": 0.18320127590045202}, "she": {"him - their": 0.10719607308604881, "him": 0.2312195966170684, "their": 0.12402352353101959}, "shoot": {"him - their": 0.09970113850430379, "him": 0.23449183057735953, "their": 0.13479069207305575}, "should": {"him - their": 0.010716958584328279, "him": 0.2563665288093287, "their": 0.24564957022500042}, "show": {"him - their": 0.0692554808756653, "him": 0.2491225141478657, "their": 0.1798670332722004}, "similar": {"him - their": 0.05589020064885475, "him": 0.22481649586413494, "their": 0.1689262952152802}, "since": {"him - their": 0.08327441324422713, "him": 0.21550682706379087, "their": 0.13223241381956374}, "sister": {"him - their": 0.06067503034475469, "him": 0.2707675137247977, "their": 0.210092483380043}, "sitting": {"him - their": 0.08032386196781882, "him": 0.28660951478518565, "their": 0.20628565281736683}, "skills": {"him - their": 0.09875025717708574, "him": 0.2553613880073394, "their": 0.15661113083025363}, "skinheads": {"him - their": 0.09821500691762186, "him": 0.2663042096598264, "their": 0.1680892027422045}, "smashed": {"him - their": 0.0962854771952896, "him": 0.30212145866089246, "their": 0.20583598146560286}, "so": {"him - their": 0.014611003991923777, "him": 0.2994151608024718, "their": 0.28480415681054805}, "soldiers": {"him - their": 0.05518251145254083, "him": 0.24925416557521224, "their": 0.1940716541226714}, "some": {"him - their": 0.017552322045409963, "him": 0.26836234816847837, "their": 0.2508100261230684}, "someone": {"him - their": 0.028044760091653076, "him": 0.2637038543468052, "their": 0.23565909425515214}, "something": {"him - their": 0.06637215589352599, "him": 0.23172205300754087, "their": 0.16534989711401488}, "somewhere": {"him - their": 0.1518188227121299, "him": 0.28660951478518565, "their": 0.13479069207305575}, "son": {"him - their": 0.18680985551650586, "him": 0.2930031995960333, "their": 0.10619334407952748}, "song": {"him - their": 0.15398421233998333, "him": 0.25516408768458887, "their": 0.10117987534460554}, "soon": {"him - their": 0.031530423772781174, "him": 0.23161999801051142, "their": 0.20008957423773024}, "sorry": {"him - their": 0.0288784151306635, "him": 0.19361025213703123, "their": 0.16473183700636773}, "speak": {"him - their": 0.008299526105411487, "him": 0.19361025213703123, "their": 0.18531072603161974}, "speaking": {"him - their": 0.055345282872755114, "him": 0.24382976151943692, "their": 0.1884844786466818}, "spend": {"him - their": 0.05518251145254083, "him": 0.24925416557521224, "their": 0.1940716541226714}, "spirit": {"him - their": 0.05518251145254083, "him": 0.24925416557521224, "their": 0.1940716541226714}, "spit": {"him - their": 0.0962854771952896, "him": 0.30212145866089246, "their": 0.20583598146560286}, "started": {"him - their": 0.028780282060362067, "him": 0.19990666149785047, "their": 0.1711263794374884}, "starts": {"him - their": 0.09939980965456507, "him": 0.24132643349071967, "their": 0.1419266238361546}, "stay": {"him - their": 0.008275291384568007, "him": 0.1966702417957716, "their": 0.1883949504112036}, "step": {"him - their": 0.09858797246639919, "him": 0.25873429442769613, "their": 0.16014632196129694}, "stick": {"him - their": 0.15224724599697703, "him": 0.2807598805478364, "their": 0.12851263455085937}, "still": {"him - their": 0.04320323854612776, "him": 0.24212127324581753, "their": 0.19891803469968977}, "stole": {"him - their": 0.0962854771952896, "him": 0.30212145866089246, "their": 0.20583598146560286}, "stood": {"him - their": 0.027543182681586093, "him": 0.2706086587789285, "their": 0.2430654760973424}, "stop": {"him - their": -0.022071023764521774, "him": 0.16892842380866424, "their": 0.19099944757318602}, "stories": {"him - their": 0.04385680439229239, "him": 0.2887232099089763, "their": 0.24486640551668393}, "stormfront": {"him - their": 0.10285673884370203, "him": 0.14067566836734693, "their": 0.03781892952364491}, "story": {"him - their": 0.06224450312322449, "him": 0.22333952152214318, "their": 0.16109501839891868}, "straight": {"him - their": 0.055617884166916126, "him": 0.23449183057735953, "their": 0.1788739464104434}, "strange": {"him - their": 0.09928698835750485, "him": 0.24382976151943692, "their": 0.14454277316193206}, "students": {"him - their": 0.0645729842516887, "him": 0.2811511596825986, "their": 0.21657817543090987}, "stupid": {"him - their": -0.03399534369597351, "him": 0.1827882896283735, "their": 0.21678363332434702}, "subsequently": {"him - their": 0.09478549257361876, "him": 0.326975622735601, "their": 0.23219013016198223}, "such": {"him - their": -0.022095732760682413, "him": 0.16100529362567673, "their": 0.18310102638635914}, "summer": {"him - their": 0.060502456939385024, "him": 0.27551992977694356, "their": 0.21501747283755854}, "sunday": {"him - their": 0.09821500691762186, "him": 0.2663042096598264, "their": 0.1680892027422045}, "superiority": {"him - their": 0.027543182681586093, "him": 0.2706086587789285, "their": 0.2430654760973424}, "support": {"him - their": -0.022019168492371954, "him": 0.1827882896283735, "their": 0.20480745812074547}, "sure": {"him - their": -0.01714870264495985, "him": 0.21274552262064933, "their": 0.22989422526560918}, "swedish": {"him - their": 0.09979119244426862, "him": 0.2324050111406903, "their": 0.13261381869642166}, "t": {"him - their": -0.03311548326832858, "him": 0.2299151775094846, "their": 0.2630306607778132}, "table": {"him - their": 0.09841053357638035, "him": 0.26236636036772887, "their": 0.1639558267913485}, "take": {"him - their": -0.06560127739924426, "him": 0.1899330561968225, "their": 0.25553433359606675}, "talk": {"him - their": 0.18051319042056335, "him": 0.30453297771848176, "their": 0.12401978729791839}, "talmud": {"him - their": 0.09326901378369179, "him": 0.35012035961205135, "their": 0.25685134582835956}, "teach": {"him - their": 0.10086112201422255, "him": 0.20575866107319318, "their": 0.10489753905897063}, "teacher": {"him - their": 0.11004124227149725, "him": 0.24398029322478643, "their": 0.13393905095328917}, "teaching": {"him - their": 0.09928698835750485, "him": 0.24382976151943692, "their": 0.14454277316193206}, "tell": {"him - their": 0.016702867923289427, "him": 0.25588713067810387, "their": 0.23918426275481444}, "telling": {"him - their": 0.05584045628593648, "him": 0.22661156319677023, "their": 0.17077110691083375}, "tend": {"him - their": 0.055266555151710806, "him": 0.2464669065431087, "their": 0.1912003513913979}, "than": {"him - their": -0.12115970057711199, "him": 0.1069119607676887, "their": 0.2280716613448007}, "thanks": {"him - their": 0.10217263699998085, "him": 0.1663790348906812, "their": 0.06420639789070036}, "that": {"him - their": -0.03560541242776438, "him": 0.2892306071997221, "their": 0.3248360196274865}, "thats": {"him - their": 0.1009066107019129, "him": 0.2045375326424109, "their": 0.103630921940498}, "the": {"him - their": -0.008671664863167783, "him": 0.34516523251726283, "their": 0.3538368973804306}, "their": {"him - their": -0.4959637586089972, "him": 0.12740826021744311, "their": 0.6233720188264403}, "them": {"him - their": -0.19361192153051965, "him": 0.1402851172824357, "their": 0.33389703881295535}, "then": {"him - their": 0.05603805799147543, "him": 0.2951403568001886, "their": 0.23910229880871314}, "there": {"him - their": -0.054538749454102614, "him": 0.17242114510783063, "their": 0.22695989456193325}, "theres": {"him - their": 0.09858797246639919, "him": 0.25873429442769613, "their": 0.16014632196129694}, "these": {"him - their": -0.10380966100309905, "him": 0.15587944034250575, "their": 0.2596891013456048}, "they": {"him - their": -0.14172131508937275, "him": 0.2520456130388453, "their": 0.39376692812821806}, "thing": {"him - their": -0.0923727396215922, "him": 0.14067566836734693, "their": 0.23304840798893914}, "things": {"him - their": 0.07880159385605143, "him": 0.2774895059196531, "their": 0.19868791206360167}, "think": {"him - their": -0.014758773818010634, "him": 0.23458775348846125, "their": 0.2493465273064719}, "this": {"him - their": 0.019267352577348323, "him": 0.25906825781960435, "their": 0.23980090524225603}, "those": {"him - their": -0.15485816894486742, "him": 0.10741699566950651, "their": 0.26227516461437395}, "thought": {"him - their": 0.009019276721651759, "him": 0.22269923535171565, "their": 0.2136799586300639}, "thousands": {"him - their": 0.14155284528008769, "him": 0.3036779726704364, "their": 0.1621251273903487}, "thread": {"him - their": 0.029681809282553, "him": 0.13626855724430598, "their": 0.10658674796175298}, "through": {"him - their": -0.022064270111012863, "him": 0.1709136359926697, "their": 0.19297790610368257}, "thrown": {"him - their": 0.14936432565563784, "him": 0.31745352839784235, "their": 0.1680892027422045}, "time": {"him - their": 0.03813319375865343, "him": 0.25206671576632295, "their": 0.21393352200766952}, "times": {"him - their": 0.09982289575287878, "him": 0.2845880453353165, "their": 0.18476514958243773}, "to": {"him - their": 0.03004757638228661, "him": 0.3927993638792215, "their": 0.3627517874969349}, "today": {"him - their": -0.022071023764521774, "him": 0.16892842380866424, "their": 0.19099944757318602}, "told": {"him - their": 0.12695801910561944, "him": 0.33015023064133675, "their": 0.20319221153571732}, "too": {"him - their": 0.03442812006502982, "him": 0.20082675673103434, "their": 0.16639863666600452}, "took": {"him - their": -0.02192823546232167, "him": 0.20217366366505113, "their": 0.2241018991273728}, "tools": {"him - their": 0.053969615989328895, "him": 0.28671294546807724, "their": 0.23274332947874835}, "top": {"him - their": 0.008103252997424926, "him": 0.21819573637746792, "their": 0.210092483380043}, "topic": {"him - their": 0.0988996651670454, "him": 0.2522110832706662, "their": 0.1533114181036208}, "trick": {"him - their": 0.05417564124594179, "him": 0.2806748764088565, "their": 0.22649923516291473}, "tried": {"him - their": 0.05639648543400014, "him": 0.20575866107319318, "their": 0.14936217563919305}, "true": {"him - their": 0.028951288468550412, "him": 0.18885089780786082, "their": 0.1598996093393104}, "truth": {"him - their": 0.008888896234014954, "him": 0.2370572225800559, "their": 0.22816832634604095}, "try": {"him - their": 0.05385861995418553, "him": 0.24361662707126938, "their": 0.18975800711708385}, "trying": {"him - their": -0.06296141327463312, "him": 0.16828094437036972, "their": 0.23124235764500284}, "turn": {"him - their": -0.008174152634769949, "him": 0.1966702417957716, "their": 0.20484439443054156}, "twice": {"him - their": 0.05489023432587353, "him": 0.25873429442769613, "their": 0.2038440601018226}, "two": {"him - their": -0.054757434055753645, "him": 0.13823497663521286, "their": 0.1929924106909665}, "unfortunately": {"him - their": 0.05589020064885475, "him": 0.22481649586413494, "their": 0.1689262952152802}, "university": {"him - their": 0.10086112201422255, "him": 0.20575866107319318, "their": 0.10489753905897063}, "until": {"him - their": 0.008433601367026339, "him": 0.17655364667985923, "their": 0.1681200453128329}, "up": {"him - their": 0.01891409673938571, "him": 0.29661196923561706, "their": 0.27769787249623135}, "upon": {"him - their": 0.05548913543775516, "him": 0.23894318601384507, "their": 0.1834540505760899}, "us": {"him - their": -0.11615507277490952, "him": 0.1061611260340441, "their": 0.22231619880895362}, "use": {"him - their": 0.01690984625331937, "him": 0.2406615904607469, "their": 0.22375174420742752}, "using": {"him - their": -0.03379809885674412, "him": 0.20217366366505113, "their": 0.23597176252179525}, "values": {"him - their": -0.008196163192902894, "him": 0.24925416557521224, "their": 0.25745032876811513}, "ve": {"him - their": 0.009433223506185584, "him": 0.17608163140245917, "their": 0.16664840789627358}, "very": {"him - their": 0.04302238386326898, "him": 0.24831204456902062, "their": 0.20528966070575164}, "victim": {"him - their": 0.15049131702024265, "him": 0.30380273512386347, "their": 0.1533114181036208}, "video": {"him - their": 0.1445244803691702, "him": 0.25770018757052304, "their": 0.11317570720135284}, "views": {"him - their": -0.00819789452148012, "him": 0.24132643349071967, "their": 0.2495243280121998}, "vile": {"him - their": 0.07877492691920016, "him": 0.31745352839784235, "their": 0.2386786014786422}, "wait": {"him - their": -0.008164137565171203, "him": 0.18885089780786082, "their": 0.19701503537303203}, "walked": {"him - their": 0.09821500691762186, "him": 0.2663042096598264, "their": 0.1680892027422045}, "want": {"him - their": 0.01750626426394039, "him": 0.19436857277921393, "their": 0.17686230851527354}, "wanted": {"him - their": 0.008258336629380192, "him": 0.19880689830019407, "their": 0.19054856167081388}, "wants": {"him - their": -0.00818131780470141, "him": 0.20334293622664681, "their": 0.21152425403134822}, "war": {"him - their": 0.10136754011835475, "him": 0.19165852812565232, "their": 0.09029098800729757}, "was": {"him - their": 0.15164295061631855, "him": 0.3616073944378304, "their": 0.20996444382151186}, "watch": {"him - their": -0.01721767566604321, "him": 0.18247798774948681, "their": 0.19969566341553002}, "way": {"him - their": -0.07088809704139845, "him": 0.16912925448341332, "their": 0.24001735152481177}, "we": {"him - their": -0.0035982313603431793, "him": 0.21785112086827874, "their": 0.22144935222862192}, "weeks": {"him - their": 0.143534823119385, "him": 0.27651588955462153, "their": 0.13298106643523652}, "welfare": {"him - their": 0.007915341517518493, "him": 0.24132643349071967, "their": 0.23341109197320117}, "well": {"him - their": -0.021230878440362727, "him": 0.1970277971799087, "their": 0.21825867562027143}, "went": {"him - their": 0.10546307728615309, "him": 0.26603018701220743, "their": 0.16056710972605434}, "were": {"him - their": -0.13092163697768533, "him": 0.09816392298644909, "their": 0.22908555996413443}, "what": {"him - their": -0.024262921308943364, "him": 0.22439399585047398, "their": 0.24865691715941735}, "whatever": {"him - their": 0.15250170751722214, "him": 0.27720722094889655, "their": 0.1247055134316744}, "when": {"him - their": 0.05505804729826358, "him": 0.3067490844630921, "their": 0.25169103716482855}, "whenever": {"him - their": 0.15049131702024265, "him": 0.30380273512386347, "their": 0.1533114181036208}, "where": {"him - their": 0.049474874155609805, "him": 0.2520189412789108, "their": 0.20254406712330097}, "whether": {"him - their": 0.09928698835750485, "him": 0.24382976151943692, "their": 0.14454277316193206}, "which": {"him - their": -0.0007426742786632023, "him": 0.2536166318716249, "their": 0.2543593061502881}, "while": {"him - their": 0.05893523942644335, "him": 0.2679575010691969, "their": 0.20902226164275356}, "white": {"him - their": 0.02781048601585423, "him": 0.3024393613720301, "their": 0.27462887535617586}, "whites": {"him - their": -0.19350923452977056, "him": 0.08858761153870645, "their": 0.282096846068477}, "who": {"him - their": -0.049317047629712285, "him": 0.25023287750657985, "their": 0.29954992513629214}, "whole": {"him - their": 0.05683370073756894, "him": 0.18794481463959542, "their": 0.13111111390202648}, "why": {"him - their": 0.021883049425381718, "him": 0.24629321845019142, "their": 0.2244101690248097}, "wife": {"him - their": 0.11396632277634691, "him": 0.3036779726704364, "their": 0.18971164989408948}, "wigger": {"him - their": 0.0974736005084045, "him": 0.2806748764088565, "their": 0.18320127590045202}, "wiggers": {"him - their": 0.09875025717708574, "him": 0.2553613880073394, "their": 0.15661113083025363}, "will": {"him - their": -0.043871837882885845, "him": 0.21395813211789055, "their": 0.2578299700007764}, "window": {"him - their": 0.09858797246639919, "him": 0.25873429442769613, "their": 0.16014632196129694}, "with": {"him - their": 0.01801049049009218, "him": 0.3329005679756812, "their": 0.314890077485589}, "within": {"him - their": 0.02843045269378261, "him": 0.2214018483365587, "their": 0.1929713956427761}, "woman": {"him - their": -0.008132000411552293, "him": 0.16958292051742913, "their": 0.17771492092898142}, "won": {"him - their": 0.09799752478955218, "him": 0.2706086587789285, "their": 0.1726111339893763}, "wonder": {"him - their": 0.031711646339010524, "him": 0.22206576844262638, "their": 0.19035412210361585}, "wondering": {"him - their": 0.05573429943887975, "him": 0.2304003126663697, "their": 0.17466601322748995}, "work": {"him - their": 0.045888854579564625, "him": 0.21220794850426067, "their": 0.16631909392469604}, "works": {"him - their": -0.021827110065256616, "him": 0.21977444086851045, "their": 0.24160155093376706}, "world": {"him - their": -0.06360436856798055, "him": 0.13398408666252834, "their": 0.19758845523050889}, "would": {"him - their": 0.04596712899996244, "him": 0.27885795972361627, "their": 0.23289083072365382}, "wp": {"him - their": 0.028168061508266562, "him": 0.23666832947355468, "their": 0.20850026796528812}, "write": {"him - their": 0.05518251145254083, "him": 0.24925416557521224, "their": 0.1940716541226714}, "wrong": {"him - their": 0.10122900984439497, "him": 0.19563167530214415, "their": 0.09440266545774918}, "www": {"him - their": 0.04387540217047464, "him": 0.20184504524658264, "their": 0.157969643076108}, "x": {"him - their": 0.09960624249972055, "him": 0.23666832947355468, "their": 0.13706208697383412}, "ye": {"him - their": 0.09714900707821772, "him": 0.28671294546807724, "their": 0.18956393838985952}, "year": {"him - their": 0.08140726438479103, "him": 0.2045727456292547, "their": 0.12316548124446368}, "years": {"him - their": -0.00910927930071151, "him": 0.17052036991994468, "their": 0.1796296492206562}, "yelling": {"him - their": 0.0956658690321398, "him": 0.31265633968191137, "their": 0.21699047064977156}, "yes": {"him - their": -0.00043907660858930053, "him": 0.20609870352571813, "their": 0.20653778013430743}, "yet": {"him - their": -0.022028998797188976, "him": 0.18037203478552719, "their": 0.20240103358271616}, "you": {"him - their": 0.0519819519989525, "him": 0.2881604462719304, "their": 0.23617849427297788}, "young": {"him - their": 0.019393174226124077, "him": 0.24128385168266697, "their": 0.2218906774565429}, "your": {"him - their": -0.014708218475880247, "him": 0.2166336237950578, "their": 0.23134184227093804}, "yourself": {"him - their": 0.10152404051463343, "him": 0.18705279619262588, "their": 0.08552875567799245}, "youtube": {"him - their": 0.06481812627945421, "him": 0.11379976816465562, "their": 0.048981641885201405}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-them.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-them.json new file mode 100644 index 0000000000000000000000000000000000000000..c61f05efd5b399384a30e4cdcd321c8b5d91551c --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-them.json @@ -0,0 +1 @@ +{"1": {"him - them": 0.07075361320226353, "him": 0.19420713008402302, "them": 0.12345351688175948}, "17": {"him - them": 0.1392904672666121, "him": 0.30380273512386347, "them": 0.16451226785725137}, "2": {"him - them": 0.06657819305554297, "him": 0.2253857465579885, "them": 0.15880755350244552}, "20": {"him - them": 0.015935528120157, "him": 0.19563167530214415, "them": 0.17969614718198715}, "3": {"him - them": 0.09140233559583999, "him": 0.267469896841979, "them": 0.17606756124613904}, "30": {"him - them": 0.08961836302231918, "him": 0.19990666149785047, "them": 0.11028829847553129}, "300": {"him - them": 0.08782102935002076, "him": 0.24925416557521224, "them": 0.16143313622519148}, "5": {"him - them": 0.044822634710807954, "him": 0.16575807644866997, "them": 0.12093544173786201}, "6": {"him - them": -0.005041446266757815, "him": 0.18361647265981548, "them": 0.1886579189265733}, "7": {"him - them": 0.04421772246474284, "him": 0.19990666149785047, "them": 0.15568893903310763}, "a": {"him - them": 0.027162573974057358, "him": 0.36178430539725337, "them": 0.334621731423196}, "about": {"him - them": -0.01594055457475807, "him": 0.2621328568110203, "them": 0.27807341138577835}, "absolutely": {"him - them": 0.14022300767828552, "him": 0.29093188231262707, "them": 0.15070887463434154}, "act": {"him - them": -0.021663595750961773, "him": 0.2214018483365587, "them": 0.24306544408752048}, "acting": {"him - them": 0.08814056463853717, "him": 0.24132643349071967, "them": 0.1531858688521825}, "actually": {"him - them": -0.05956893691055368, "him": 0.16274468690527524, "them": 0.22231362381582892}, "add": {"him - them": 0.04367393825473845, "him": 0.22661156319677023, "them": 0.18293762494203178}, "africa": {"him - them": 0.05336655551530775, "him": 0.2792386936243788, "them": 0.22587213810907106}, "african": {"him - them": 0.09618802462705794, "him": 0.27551992977694356, "them": 0.17933190514988562}, "after": {"him - them": 0.06495650621817753, "him": 0.2597266605228449, "them": 0.19477015430466735}, "again": {"him - them": 0.10814780956334707, "him": 0.2735994006296418, "them": 0.1654515910662947}, "age": {"him - them": -0.005055559503786888, "him": 0.20217366366505113, "them": 0.20722922316883802}, "ago": {"him - them": 0.06637113192668179, "him": 0.23213991903157075, "them": 0.16576878710488896}, "all": {"him - them": -0.02354883739359842, "him": 0.26188086486864653, "them": 0.28542970226224496}, "alone": {"him - them": -0.00504679567891389, "him": 0.18977153164623586, "them": 0.19481832732514975}, "alot": {"him - them": 0.08889150555271289, "him": 0.2214018483365587, "them": 0.13251034278384582}, "already": {"him - them": 0.0897841922736277, "him": 0.19461191789815618, "them": 0.10482772562452848}, "also": {"him - them": -0.12123799253851583, "him": 0.1252311838145944, "them": 0.24646917635311022}, "always": {"him - them": 0.027160185569904988, "him": 0.24769227054800133, "them": 0.22053208497809634}, "am": {"him - them": -0.060331770583440414, "him": 0.12017377204338381, "them": 0.18050554262682422}, "amongst": {"him - them": 0.08793472187419232, "him": 0.2464669065431087, "them": 0.1585321846689164}, "an": {"him - them": 0.026866297121749927, "him": 0.23171704402277699, "them": 0.20485074690102706}, "and": {"him - them": 0.010217559701068468, "him": 0.3997498253102883, "them": 0.38953226560921983}, "angry": {"him - them": 0.09513495743792882, "him": 0.29567441608975875, "them": 0.20053945865182993}, "another": {"him - them": -0.036435070933207636, "him": 0.15148332158101607, "them": 0.1879183925142237}, "answered": {"him - them": 0.08538596532453019, "him": 0.30212145866089246, "them": 0.21673549333636227}, "anti": {"him - them": 0.05155522882908006, "him": 0.248337095515738, "them": 0.19678186668665792}, "any": {"him - them": -0.0976621866884248, "him": 0.15843110332767157, "them": 0.2560932900160964}, "anybody": {"him - them": 0.08793472187419232, "him": 0.2464669065431087, "them": 0.1585321846689164}, "anything": {"him - them": -0.0598567569644545, "him": 0.14813797015365124, "them": 0.20799472711810574}, "are": {"him - them": -0.13837793723826788, "him": 0.19233355952346862, "them": 0.3307114967617365}, "area": {"him - them": 0.032119569423383953, "him": 0.20053599801594163, "them": 0.16841642859255768}, "arm": {"him - them": 0.08690130209476876, "him": 0.2706086587789285, "them": 0.18370735668415972}, "around": {"him - them": -0.0067276711603988515, "him": 0.2520189412789108, "them": 0.25874661243930963}, "arrest": {"him - them": 0.08690130209476876, "him": 0.2706086587789285, "them": 0.18370735668415972}, "arrested": {"him - them": 0.08848601446648874, "him": 0.2324050111406903, "them": 0.14391899667420155}, "arrests": {"him - them": 0.08538596532453019, "him": 0.30212145866089246, "them": 0.21673549333636227}, "as": {"him - them": -0.02856000124267305, "him": 0.2753839819160887, "them": 0.30394398315876175}, "ask": {"him - them": 0.10544081586019433, "him": 0.31878551288604123, "them": 0.2133446970258469}, "asked": {"him - them": 0.04345301542399996, "him": 0.23666832947355468, "them": 0.19321531404955472}, "asking": {"him - them": -0.005061400005213101, "him": 0.25873429442769613, "them": 0.26379569443290923}, "at": {"him - them": 0.051326378806417716, "him": 0.32661691274949106, "them": 0.27529053394307335}, "attitude": {"him - them": 0.08668486589077648, "him": 0.2753612228189775, "them": 0.18867635692820103}, "away": {"him - them": 0.01908112111720517, "him": 0.279833567375064, "them": 0.2607524462578588}, "awhile": {"him - them": 0.08709363444292056, "him": 0.2663042096598264, "them": 0.1792105752169058}, "baby": {"him - them": 0.09601476444274151, "him": 0.2789523893847733, "them": 0.18293762494203178}, "back": {"him - them": 0.038347269964028374, "him": 0.2976967395516473, "them": 0.25934946958761895}, "bad": {"him - them": 0.13295344419303712, "him": 0.24566931744868292, "them": 0.11271587325564582}, "be": {"him - them": -0.010701393885638288, "him": 0.2884561914744113, "them": 0.2991575853600496}, "beaten": {"him - them": 0.08804094386623204, "him": 0.24382976151943692, "them": 0.15578881765320488}, "beautiful": {"him - them": 0.04451892750046732, "him": 0.18361647265981548, "them": 0.13909754515934816}, "because": {"him - them": -0.040128933647716025, "him": 0.24145695294068642, "them": 0.28158588658840245}, "been": {"him - them": -0.14364857320732394, "him": 0.09662271361037235, "them": 0.2402712868176963}, "before": {"him - them": -0.005654648954993596, "him": 0.19666383977155721, "them": 0.2023184887265508}, "behind": {"him - them": 0.00505048822937304, "him": 0.2508300592969267, "them": 0.24577957106755366}, "being": {"him - them": 0.03549804089015196, "him": 0.2439156302547327, "them": 0.20841758936458074}, "believe": {"him - them": 0.09830246857199043, "him": 0.2287279337381069, "them": 0.13042546516611647}, "best": {"him - them": -0.04848876011038153, "him": 0.1736670061958214, "them": 0.22215576630620293}, "better": {"him - them": 0.005216474650258124, "him": 0.22020475683285484, "them": 0.21498828218259672}, "between": {"him - them": 0.08148870528144525, "him": 0.2811511596825986, "them": 0.19966245440115332}, "bit": {"him - them": -0.005062387791029299, "him": 0.21666271233878132, "them": 0.22172510012981062}, "black": {"him - them": -0.010712860282593162, "him": 0.25679990148706344, "them": 0.2675127617696566}, "blue": {"him - them": 0.04435519461803811, "him": 0.19262600166763644, "them": 0.14827080704959833}, "book": {"him - them": 0.08965323600439205, "him": 0.19880689830019407, "them": 0.10915366229580202}, "boy": {"him - them": 0.0896530921604555, "him": 0.30224357125866597, "them": 0.21259047909821047}, "boys": {"him - them": 0.09572517367673597, "him": 0.28458243482757023, "them": 0.18885726115083426}, "break": {"him - them": 0.043401815613114014, "him": 0.23894318601384507, "them": 0.19554137040073105}, "breaking": {"him - them": 0.08668486589077648, "him": 0.2753612228189775, "them": 0.18867635692820103}, "british": {"him - them": 0.015853999308308497, "him": 0.2045375326424109, "them": 0.1886835333341024}, "brought": {"him - them": 0.015642853880322494, "him": 0.22661156319677023, "them": 0.21096870931644773}, "brown": {"him - them": 0.01618334326514284, "him": 0.1670064019505885, "them": 0.15082305868544565}, "buddies": {"him - them": 0.08538596532453019, "him": 0.30212145866089246, "them": 0.21673549333636227}, "bus": {"him - them": 0.08876809540391081, "him": 0.22481649586413494, "them": 0.13604840046022412}, "but": {"him - them": -0.0037116932933821123, "him": 0.26515976964789106, "them": 0.2688714629412732}, "butt": {"him - them": 0.08580821881266823, "him": 0.2937249036291447, "them": 0.2079166848164765}, "button": {"him - them": 0.1371142785253902, "him": 0.33135135574186325, "them": 0.19423707721647304}, "by": {"him - them": 0.031165778344108774, "him": 0.25365410629692603, "them": 0.22248832795281726}, "ca": {"him - them": -0.048638846564914406, "him": 0.16453483189832355, "them": 0.21317367846323795}, "call": {"him - them": 0.10964819285417346, "him": 0.32130889934191353, "them": 0.21166070648774007}, "called": {"him - them": 0.03158290073772102, "him": 0.233121873621537, "them": 0.20153897288381598}, "calling": {"him - them": 0.0945134711015703, "him": 0.3068560024147448, "them": 0.21234253131317452}, "calls": {"him - them": 0.08709363444292056, "him": 0.2663042096598264, "them": 0.1792105752169058}, "came": {"him - them": -0.015410678794214067, "him": 0.2246412012565042, "them": 0.24005188005071826}, "can": {"him - them": -0.02893773323552215, "him": 0.24468746548148004, "them": 0.2736251987170022}, "cannot": {"him - them": 0.089345272192615, "him": 0.20828580897211496, "them": 0.11894053677949996}, "car": {"him - them": 0.09634811968801779, "him": 0.2723034740636727, "them": 0.17595535437565493}, "cars": {"him - them": 0.043401815613114014, "him": 0.23894318601384507, "them": 0.19554137040073105}, "case": {"him - them": 0.015806766870421873, "him": 0.20959473654640517, "them": 0.1937879696759833}, "cause": {"him - them": -0.04820263998984439, "him": 0.18977153164623586, "them": 0.23797417163608026}, "chance": {"him - them": 0.015494918333677249, "him": 0.24132643349071967, "them": 0.22583151515704242}, "check": {"him - them": 0.03169460852506198, "him": 0.2266490866696048, "them": 0.1949544781445428}, "child": {"him - them": 0.06963496175444181, "him": 0.23236606616839223, "them": 0.16273110441395042}, "children": {"him - them": -0.125923592836718, "him": 0.14495963929080602, "them": 0.270883232127524}, "christ": {"him - them": 0.0883227984492749, "him": 0.23666832947355468, "them": 0.14834553102427978}, "christian": {"him - them": 0.04412788185492156, "him": 0.2045375326424109, "them": 0.16040965078748934}, "church": {"him - them": 0.04354774998985603, "him": 0.2324050111406903, "them": 0.18885726115083426}, "cities": {"him - them": 0.04354774998985603, "him": 0.2324050111406903, "them": 0.18885726115083426}, "city": {"him - them": 0.016208666067189903, "him": 0.16393228033922044, "them": 0.14772361427203054}, "class": {"him - them": 0.10232156643469709, "him": 0.2841334227333135, "them": 0.1818118562986164}, "click": {"him - them": 0.04394415124144474, "him": 0.21372297250887887, "them": 0.16977882126743413}, "close": {"him - them": -0.005059515858429231, "him": 0.20959473654640517, "them": 0.2146542524048344}, "coat": {"him - them": 0.08580821881266823, "him": 0.2937249036291447, "them": 0.2079166848164765}, "com": {"him - them": 0.07923569656079832, "him": 0.20787826438659632, "them": 0.128642567825798}, "come": {"him - them": 0.009742782173578185, "him": 0.2304848125420995, "them": 0.2207420303685213}, "comes": {"him - them": 0.04421772246474284, "him": 0.19990666149785047, "them": 0.15568893903310763}, "coming": {"him - them": -0.09318295510438379, "him": 0.1811664077667871, "them": 0.2743493628711709}, "completely": {"him - them": 0.04334769050649251, "him": 0.24132643349071967, "them": 0.19797874298422716}, "consider": {"him - them": 0.06750796468008202, "him": 0.29093188231262707, "them": 0.22342391763254504}, "could": {"him - them": 0.040417442510414764, "him": 0.25681622093070805, "them": 0.2163987784202933}, "country": {"him - them": -0.04915206553081819, "him": 0.1279093359927187, "them": 0.1770614015235369}, "couple": {"him - them": 0.016090295909168995, "him": 0.17805144838140835, "them": 0.16196115247223936}, "crap": {"him - them": 0.015935528120157, "him": 0.19563167530214415, "them": 0.17969614718198715}, "cultural": {"him - them": 0.08793472187419232, "him": 0.2464669065431087, "them": 0.1585321846689164}, "d": {"him - them": 0.09157736851590584, "him": 0.2637038543468052, "them": 0.17212648583089937}, "daddy": {"him - them": 0.042221860981196124, "him": 0.28671294546807724, "them": 0.24449108448688112}, "damn": {"him - them": 0.04737439260792428, "him": 0.27551992977694356, "them": 0.22814553716901928}, "dating": {"him - them": 0.08709363444292056, "him": 0.2663042096598264, "them": 0.1792105752169058}, "david": {"him - them": 0.08930143064896609, "him": 0.20959473654640517, "them": 0.12029330589743908}, "dawg": {"him - them": 0.08405693125242605, "him": 0.326975622735601, "them": 0.24291869148317494}, "day": {"him - them": 0.09309796407628876, "him": 0.22799589131217052, "them": 0.13489792723588176}, "days": {"him - them": 0.031750746716191935, "him": 0.22333952152214318, "them": 0.19158877480595124}, "decided": {"him - them": 0.08840654950565366, "him": 0.23449183057735953, "them": 0.14608528107170587}, "described": {"him - them": 0.08580821881266823, "him": 0.2937249036291447, "them": 0.2079166848164765}, "desert": {"him - them": 0.08615053301303174, "him": 0.28671294546807724, "them": 0.2005624124550455}, "despite": {"him - them": 0.01507107498025545, "him": 0.2806748764088565, "them": 0.26560380142860107}, "did": {"him - them": 0.07373023092748343, "him": 0.27786589156894786, "them": 0.20413566064146443}, "directing": {"him - them": 0.08483710241064843, "him": 0.31265633968191137, "them": 0.22781923727126294}, "dirty": {"him - them": 0.04402763581168767, "him": 0.20959473654640517, "them": 0.1655671007347175}, "disgusting": {"him - them": 0.14176390222467966, "him": 0.26782550654206516, "them": 0.1260616043173855}, "diversity": {"him - them": 0.043784907756272085, "him": 0.2214018483365587, "them": 0.17761694058028663}, "do": {"him - them": -0.0765822032995877, "him": 0.23141937963189252, "them": 0.3080015829314802}, "doctor": {"him - them": 0.08615053301303174, "him": 0.28671294546807724, "them": 0.2005624124550455}, "does": {"him - them": 0.032139914152084614, "him": 0.19921886455928312, "them": 0.1670789504071985}, "dog": {"him - them": 0.04750888201306111, "him": 0.2707675137247977, "them": 0.22325863171173657}, "dogs": {"him - them": 0.08848601446648874, "him": 0.2324050111406903, "them": 0.14391899667420155}, "done": {"him - them": 0.03151374576477589, "him": 0.2370572225800559, "them": 0.20554347681528}, "dont": {"him - them": 0.04011230606278329, "him": 0.26936832474586275, "them": 0.22925601868307946}, "down": {"him - them": 0.03593013807430728, "him": 0.28945167959704726, "them": 0.25352154152274}, "drop": {"him - them": 0.08709363444292056, "him": 0.2663042096598264, "them": 0.1792105752169058}, "drug": {"him - them": 0.09601476444274151, "him": 0.2789523893847733, "them": 0.18293762494203178}, "drugs": {"him - them": 0.01534846077211044, "him": 0.2553613880073394, "them": 0.24001292723522893}, "during": {"him - them": 0.09745241797594087, "him": 0.24878509211688768, "them": 0.1513326741409468}, "e": {"him - them": 0.04425933611115676, "him": 0.19772837935709575, "them": 0.153469043245939}, "each": {"him - them": -0.06892503963616314, "him": 0.1788148497826529, "them": 0.24773988941881606}, "east": {"him - them": 0.04385202144262404, "him": 0.21819573637746792, "them": 0.17434371493484388}, "eat": {"him - them": 0.08925617337882855, "him": 0.2109360351157493, "them": 0.12167986173692075}, "eating": {"him - them": 0.09561926191845327, "him": 0.28660951478518565, "them": 0.19099025286673238}, "educate": {"him - them": 0.015441883700814951, "him": 0.2464669065431087, "them": 0.23102502284229376}, "either": {"him - them": -0.005053446711174497, "him": 0.19880689830019407, "them": 0.20386034501136857}, "else": {"him - them": 0.005213178443348204, "him": 0.22081867656394996, "them": 0.21560549812060176}, "end": {"him - them": 0.01601207553535461, "him": 0.18705279619262588, "them": 0.17104072065727127}, "england": {"him - them": 0.08916106485922085, "him": 0.21372297250887887, "them": 0.12456190764965802}, "enough": {"him - them": 0.0654137253981637, "him": 0.26106470058469117, "them": 0.19565097518652746}, "especially": {"him - them": 0.06845913330855602, "him": 0.26641439801317884, "them": 0.19795526470462282}, "even": {"him - them": -0.03790115909368877, "him": 0.20624349002944573, "them": 0.2441446491231345}, "ever": {"him - them": -0.07892641982144633, "him": 0.13744130361099205, "them": 0.21636772343243837}, "every": {"him - them": -0.1091563837060715, "him": 0.12109380164966632, "them": 0.23025018535573782}, "everybody": {"him - them": 0.08742336546809878, "him": 0.25873429442769613, "them": 0.17131092895959735}, "everyone": {"him - them": -0.036159494336232084, "him": 0.17729780221543992, "them": 0.213457296551672}, "evolution": {"him - them": 0.08405693125242605, "him": 0.326975622735601, "them": 0.24291869148317494}, "excuse": {"him - them": 0.08668486589077648, "him": 0.2753612228189775, "them": 0.18867635692820103}, "explain": {"him - them": 0.015494918333677249, "him": 0.24132643349071967, "them": 0.22583151515704242}, "eyes": {"him - them": -0.02207207954876056, "him": 0.15606285733421207, "them": 0.17813493688297263}, "falsely": {"him - them": 0.08405693125242605, "him": 0.326975622735601, "them": 0.24291869148317494}, "family": {"him - them": 0.03181343042300641, "him": 0.21959706636085125, "them": 0.18778363593784483}, "fans": {"him - them": 0.08690130209476876, "him": 0.2706086587789285, "them": 0.18370735668415972}, "far": {"him - them": -0.039923017898406604, "him": 0.2214389654930056, "them": 0.2613619833914122}, "fast": {"him - them": -0.005062895334268652, "him": 0.21819573637746792, "them": 0.22325863171173657}, "father": {"him - them": -0.021781678989887088, "him": 0.20575866107319318, "them": 0.22754034006308027}, "fed": {"him - them": 0.14022300767828552, "him": 0.29093188231262707, "them": 0.15070887463434154}, "federal": {"him - them": 0.08615053301303174, "him": 0.28671294546807724, "them": 0.2005624124550455}, "feds": {"him - them": 0.04179845830777529, "him": 0.30212145866089246, "them": 0.2603230003531172}, "feeding": {"him - them": 0.042382074553995536, "him": 0.2806748764088565, "them": 0.23829280185486099}, "feet": {"him - them": 0.08876809540391081, "him": 0.22481649586413494, "them": 0.13604840046022412}, "few": {"him - them": -0.026068680510728137, "him": 0.2609527984506781, "them": 0.28702147896140623}, "filthy": {"him - them": 0.08769881541341484, "him": 0.2522110832706662, "them": 0.16451226785725137}, "find": {"him - them": -0.006437336934936644, "him": 0.23909598856303377, "them": 0.2455333254979704}, "finger": {"him - them": 0.08643779919238348, "him": 0.2806748764088565, "them": 0.19423707721647304}, "fired": {"him - them": 0.1375387419163823, "him": 0.32621509884458333, "them": 0.18867635692820103}, "first": {"him - them": 0.005404039881633849, "him": 0.184870301141983, "them": 0.17946626126034915}, "fist": {"him - them": 0.08483710241064843, "him": 0.31265633968191137, "them": 0.22781923727126294}, "floor": {"him - them": 0.0430941696366865, "him": 0.2522110832706662, "them": 0.20911691363397972}, "following": {"him - them": 0.08814056463853717, "him": 0.24132643349071967, "them": 0.1531858688521825}, "food": {"him - them": 0.04431815444337328, "him": 0.19461191789815618, "them": 0.1502937634547829}, "fools": {"him - them": 0.04264204044455858, "him": 0.2706086587789285, "them": 0.2279666183343699}, "for": {"him - them": -0.0059584005556931885, "him": 0.305286159987585, "them": 0.3112445605432782}, "force": {"him - them": 0.04385202144262404, "him": 0.21819573637746792, "them": 0.17434371493484388}, "forum": {"him - them": 0.04499199877170727, "him": 0.15501589334753754, "them": 0.11002389457583027}, "forward": {"him - them": 0.08848601446648874, "him": 0.2324050111406903, "them": 0.14391899667420155}, "fought": {"him - them": 0.08668486589077648, "him": 0.2753612228189775, "them": 0.18867635692820103}, "found": {"him - them": 0.10430941841415259, "him": 0.24463430384360765, "them": 0.14032488542945507}, "free": {"him - them": 0.04500770890839398, "him": 0.1539861568995816, "them": 0.10897844799118761}, "french": {"him - them": 0.08965323600439205, "him": 0.19880689830019407, "them": 0.10915366229580202}, "friday": {"him - them": 0.0430941696366865, "him": 0.2522110832706662, "them": 0.20911691363397972}, "friend": {"him - them": 0.13079451503872447, "him": 0.2821271891796713, "them": 0.1513326741409468}, "friends": {"him - them": -0.07831548922694853, "him": 0.15987239782696547, "them": 0.238187887053914}, "friggen": {"him - them": 0.08405693125242605, "him": 0.326975622735601, "them": 0.24291869148317494}, "from": {"him - them": 0.07214970654899716, "him": 0.3214803030667667, "them": 0.24933059651776956}, "front": {"him - them": 0.01732863022380718, "him": 0.23955526643259084, "them": 0.22222663620878366}, "funny": {"him - them": -0.005056246849437257, "him": 0.20334293622664681, "them": 0.20839918307608407}, "gang": {"him - them": 0.08814056463853717, "him": 0.24132643349071967, "them": 0.1531858688521825}, "gather": {"him - them": 0.08405693125242605, "him": 0.326975622735601, "them": 0.24291869148317494}, "gave": {"him - them": 0.10451097311560711, "him": 0.3326565102846264, "them": 0.22814553716901928}, "generations": {"him - them": 0.08756679349568502, "him": 0.2553613880073394, "them": 0.16779459451165435}, "get": {"him - them": 0.0009143775226266304, "him": 0.30239836748229054, "them": 0.3014839899596639}, "gets": {"him - them": 0.048075846138423056, "him": 0.24979809086954, "them": 0.20172224473111694}, "getting": {"him - them": -0.02192700415546453, "him": 0.18361647265981548, "them": 0.20554347681528}, "girl": {"him - them": 0.08270391451393869, "him": 0.25286870828330765, "them": 0.17016479376936897}, "girls": {"him - them": 0.06501307966685263, "him": 0.2722390081062954, "them": 0.2072259284394428}, "give": {"him - them": -0.03155283336960679, "him": 0.27579087452320444, "them": 0.30734370789281124}, "go": {"him - them": 0.030242428749589212, "him": 0.28856637087868175, "them": 0.25832394212909254}, "god": {"him - them": 0.09700759230330971, "him": 0.2960737799490826, "them": 0.1990661876457729}, "going": {"him - them": 0.0015899618736255339, "him": 0.21121521964704423, "them": 0.2096252577734187}, "gonna": {"him - them": 0.015564344740891162, "him": 0.23449183057735953, "them": 0.21892748583646837}, "good": {"him - them": -0.012172756952163216, "him": 0.19660910491176226, "them": 0.20878186186392547}, "got": {"him - them": 0.08954426413495317, "him": 0.3234776360207465, "them": 0.2339333718857933}, "gotta": {"him - them": 0.08742336546809878, "him": 0.25873429442769613, "them": 0.17131092895959735}, "gotten": {"him - them": 0.015441883700814951, "him": 0.2464669065431087, "them": 0.23102502284229376}, "government": {"him - them": -0.02196797447040741, "him": 0.17655364667985923, "them": 0.19852162115026664}, "grab": {"him - them": 0.01507107498025545, "him": 0.2806748764088565, "them": 0.26560380142860107}, "grand": {"him - them": 0.08690130209476876, "him": 0.2706086587789285, "them": 0.18370735668415972}, "group": {"him - them": -0.005016098015579201, "him": 0.16100529362567673, "them": 0.16602139164125593}, "grow": {"him - them": 0.08863359333604515, "him": 0.22847111014636476, "them": 0.1398375168103196}, "guess": {"him - them": -0.02421893817445725, "him": 0.2287279337381069, "them": 0.25294687191256415}, "guidance": {"him - them": 0.08405693125242605, "him": 0.326975622735601, "them": 0.24291869148317494}, "guy": {"him - them": 0.16009414463252822, "him": 0.3284488751627865, "them": 0.16835473053025826}, "had": {"him - them": 0.08802752552956633, "him": 0.3248138624028754, "them": 0.23678633687330908}, "hair": {"him - them": 0.17825931019713828, "him": 0.2540576416843928, "them": 0.07579833148725454}, "half": {"him - them": -0.021963780589102283, "him": 0.17729780221543992, "them": 0.1992615828045422}, "hall": {"him - them": 0.08709363444292056, "him": 0.2663042096598264, "them": 0.1792105752169058}, "handed": {"him - them": 0.042382074553995536, "him": 0.2806748764088565, "them": 0.23829280185486099}, "hanging": {"him - them": 0.08668486589077648, "him": 0.2753612228189775, "them": 0.18867635692820103}, "happened": {"him - them": 0.10175707488490787, "him": 0.2942238270246187, "them": 0.19246675213971082}, "happening": {"him - them": 0.043501577710627154, "him": 0.23449183057735953, "them": 0.19099025286673238}, "hard": {"him - them": -0.036123076159959494, "him": 0.18037203478552719, "them": 0.21649511094548668}, "has": {"him - them": -0.0017471750275211695, "him": 0.22420310018172637, "them": 0.22595027520924754}, "hates": {"him - them": 0.08690130209476876, "him": 0.2706086587789285, "them": 0.18370735668415972}, "have": {"him - them": -0.0515959903189841, "him": 0.2789941667429293, "them": 0.3305901570619134}, "having": {"him - them": 0.04439065659092706, "him": 0.1907072283148148, "them": 0.14631657172388773}, "he": {"him - them": 0.289754615388946, "him": 0.45384851086428296, "them": 0.16409389547533695}, "head": {"him - them": 0.12697374784823331, "him": 0.30987394445266775, "them": 0.18290019660443443}, "hear": {"him - them": -0.03614161863620388, "him": 0.1788148497826529, "them": 0.2149564684188568}, "heard": {"him - them": 0.06584914508918346, "him": 0.248337095515738, "them": 0.18248795042655452}, "hell": {"him - them": 0.005189063245123193, "him": 0.22530293467800794, "them": 0.22011387143288474}, "help": {"him - them": -0.02423201847695275, "him": 0.2273338852219474, "them": 0.25156590369890014}, "her": {"him - them": 0.09914794009794703, "him": 0.2693092534055421, "them": 0.1701613133075951}, "here": {"him - them": -0.022954110059917515, "him": 0.1826600502209034, "them": 0.2056141602808209}, "heritage": {"him - them": 0.04722353465391063, "him": 0.2807598805478364, "them": 0.23353634589392577}, "hero": {"him - them": 0.08668486589077648, "him": 0.2753612228189775, "them": 0.18867635692820103}, "hey": {"him - them": 0.044691546983145564, "him": 0.1736670061958214, "them": 0.12897545921267584}, "him": {"him - them": 0.5550291541322379, "him": 0.6714495242197408, "them": 0.11642037008750289}, "his": {"him - them": 0.3361572619697122, "him": 0.4551497970598489, "them": 0.11899253509013676}, "hitler": {"him - them": 0.043501577710627154, "him": 0.23449183057735953, "them": 0.19099025286673238}, "hold": {"him - them": 0.08804094386623204, "him": 0.24382976151943692, "them": 0.15578881765320488}, "holiday": {"him - them": 0.08690130209476876, "him": 0.2706086587789285, "them": 0.18370735668415972}, "home": {"him - them": 0.027136140343608478, "him": 0.2491225141478657, "them": 0.22198637380425723}, "homeschooling": {"him - them": 0.08668486589077648, "him": 0.2753612228189775, "them": 0.18867635692820103}, "honest": {"him - them": 0.13854155939476465, "him": 0.31364140714338623, "them": 0.17509984774862158}, "honor": {"him - them": 0.1708666520699533, "him": 0.34217758102955065, "them": 0.17131092895959735}, "hope": {"him - them": 0.18054889624742487, "him": 0.2659094522070556, "them": 0.0853605559596307}, "hospital": {"him - them": 0.08615053301303174, "him": 0.28671294546807724, "them": 0.2005624124550455}, "house": {"him - them": 0.10793402922698067, "him": 0.2774895059196531, "them": 0.16955547669267243}, "how": {"him - them": 0.006442865166941314, "him": 0.2745778616690524, "them": 0.2681349965021111}, "http": {"him - them": -0.022231639533383085, "him": 0.1071640257403024, "them": 0.12939566527368548}, "https": {"him - them": 0.045088310228515574, "him": 0.14860521824096556, "them": 0.10351690801244999}, "hurt": {"him - them": 0.01534846077211044, "him": 0.2553613880073394, "them": 0.24001292723522893}, "i": {"him - them": 0.020171304120611133, "him": 0.36541899971524117, "them": 0.34524769559463003}, "id": {"him - them": 0.08894955459690779, "him": 0.21977444086851045, "them": 0.13082488627160266}, "if": {"him - them": 0.01816443830829062, "him": 0.319169897632612, "them": 0.3010054593243214}, "ignorant": {"him - them": 0.08742336546809878, "him": 0.25873429442769613, "them": 0.17131092895959735}, "im": {"him - them": -0.06986069351080576, "him": 0.14109151169751535, "them": 0.21095220520832111}, "immigrants": {"him - them": 0.015806766870421873, "him": 0.20959473654640517, "them": 0.1937879696759833}, "in": {"him - them": -0.013308478818100655, "him": 0.3113532887371724, "them": 0.32466176755527304}, "incident": {"him - them": 0.04264204044455858, "him": 0.2706086587789285, "them": 0.2279666183343699}, "instead": {"him - them": -0.021712145145030948, "him": 0.21517262430282882, "them": 0.23688476944785977}, "internet": {"him - them": -0.005056924365740373, "him": 0.2045375326424109, "them": 0.20959445700815127}, "interviews": {"him - them": 0.04179845830777529, "him": 0.30212145866089246, "them": 0.2603230003531172}, "into": {"him - them": -0.017470906866411784, "him": 0.23289122507989668, "them": 0.25036213194630846}, "introduce": {"him - them": 0.08615053301303174, "him": 0.28671294546807724, "them": 0.2005624124550455}, "irish": {"him - them": 0.045015434433191434, "him": 0.15347756004219593, "them": 0.10846212560900449}, "is": {"him - them": -0.014202852830586865, "him": 0.27347356987989074, "them": 0.2876764227104776}, "israel": {"him - them": 0.14157717047556098, "him": 0.2707675137247977, "them": 0.1291903432492367}, "it": {"him - them": -0.019621185166367294, "him": 0.27884087359671095, "them": 0.29846205876307824}, "its": {"him - them": -0.06091085907646354, "him": 0.1696823185637002, "them": 0.23059317764016374}, "ive": {"him - them": -0.005065469204220019, "him": 0.2304003126663697, "them": 0.23546578187058972}, "jail": {"him - them": 0.07940792672313002, "him": 0.3234168333252418, "them": 0.24400890660211177}, "jesus": {"him - them": 0.10111771012271453, "him": 0.3051825158702931, "them": 0.20406480574757857}, "jew": {"him - them": 0.0052416561519657845, "him": 0.21550682706379087, "them": 0.2102651709118251}, "jewish": {"him - them": 0.048532511119373845, "him": 0.23161999801051142, "them": 0.18308748689113757}, "jews": {"him - them": -0.0428485255359948, "him": 0.22967323568106943, "them": 0.27252176121706423}, "jones": {"him - them": 0.08643779919238348, "him": 0.2806748764088565, "them": 0.19423707721647304}, "judge": {"him - them": 0.08883108060760592, "him": 0.22308129870322974, "them": 0.13425021809562382}, "jumped": {"him - them": 0.09365203589806434, "him": 0.32161865423243424, "them": 0.2279666183343699}, "just": {"him - them": 0.01302036252965294, "him": 0.29748255113861677, "them": 0.28446218860896383}, "k": {"him - them": 0.08863359333604515, "him": 0.22847111014636476, "them": 0.1398375168103196}, "keep": {"him - them": 0.018500710562120187, "him": 0.24779401438557846, "them": 0.22929330382345828}, "kick": {"him - them": 0.14037767888469654, "him": 0.2887232099089763, "them": 0.14834553102427978}, "kicked": {"him - them": 0.08643779919238348, "him": 0.2806748764088565, "them": 0.19423707721647304}, "kid": {"him - them": 0.08364657280813387, "him": 0.31557826675658723, "them": 0.23193169394845337}, "kids": {"him - them": -0.09268411942339647, "him": 0.1699605316686892, "them": 0.2626446510920857}, "kill": {"him - them": -0.04778510807626088, "him": 0.2109360351157493, "them": 0.2587211431920102}, "killed": {"him - them": 0.12999181379568137, "him": 0.2942238270246187, "them": 0.16423201322893732}, "knew": {"him - them": 0.1748510977050865, "him": 0.2994130053547445, "them": 0.12456190764965802}, "knife": {"him - them": 0.08756679349568502, "him": 0.2553613880073394, "them": 0.16779459451165435}, "know": {"him - them": -0.00273882175082088, "him": 0.24531403221776746, "them": 0.24805285396858834}, "known": {"him - them": 0.13950279736306995, "him": 0.30093593358826143, "them": 0.16143313622519148}, "lady": {"him - them": 0.08856158268921949, "him": 0.2304003126663697, "them": 0.14183872997715022}, "laid": {"him - them": 0.08580821881266823, "him": 0.2937249036291447, "them": 0.2079166848164765}, "large": {"him - them": -0.0355381023397604, "him": 0.22308129870322974, "them": 0.25861940104299014}, "last": {"him - them": 0.04959926032869705, "him": 0.18281449605090977, "them": 0.13321523572221272}, "laughing": {"him - them": 0.04301885669416486, "him": 0.2553613880073394, "them": 0.21234253131317452}, "learn": {"him - them": 0.017245332878095154, "him": 0.2468130994654634, "them": 0.22956776658736824}, "least": {"him - them": -0.005036812439608268, "him": 0.1788148497826529, "them": 0.18385166222226118}, "leave": {"him - them": 0.017210620379159658, "him": 0.24979809086954, "them": 0.23258747049038034}, "led": {"him - them": 0.08668486589077648, "him": 0.2753612228189775, "them": 0.18867635692820103}, "left": {"him - them": -0.005029079299329081, "him": 0.17159020543861633, "them": 0.17661928473794541}, "legal": {"him - them": 0.08742336546809878, "him": 0.25873429442769613, "them": 0.17131092895959735}, "less": {"him - them": 0.015767707804256043, "him": 0.21372297250887887, "them": 0.19795526470462282}, "let": {"him - them": 0.01412105677181491, "him": 0.27378480282749884, "them": 0.25966374605568393}, "lets": {"him - them": -0.005060128081757376, "him": 0.2109360351157493, "them": 0.21599616319750667}, "liberal": {"him - them": -0.021790360038131007, "him": 0.2045375326424109, "them": 0.2263278926805419}, "life": {"him - them": 0.0513087328173151, "him": 0.25713916874103804, "them": 0.20583043592372294}, "light": {"him - them": 0.015979706330348287, "him": 0.1907072283148148, "them": 0.1747275219844665}, "like": {"him - them": 0.027993476731732914, "him": 0.28678199439027735, "them": 0.25878851765854444}, "list": {"him - them": 0.043883795227683986, "him": 0.21666271233878132, "them": 0.17277891711109733}, "listen": {"him - them": -0.005060128081757376, "him": 0.2109360351157493, "them": 0.21599616319750667}, "little": {"him - them": -0.005656556145614194, "him": 0.19921886455928312, "them": 0.2048754207048973}, "live": {"him - them": -0.02217820991848457, "him": 0.12825174670313969, "them": 0.15042995662162426}, "ll": {"him - them": 0.0271893679963075, "him": 0.24594815697766795, "them": 0.21875878898136045}, "local": {"him - them": 0.08965323600439205, "him": 0.19880689830019407, "them": 0.10915366229580202}, "lol": {"him - them": 0.15663300124373267, "him": 0.29323717593609483, "them": 0.13660417469236216}, "long": {"him - them": -0.05983011804137098, "him": 0.14955014351697787, "them": 0.20938026155834885}, "look": {"him - them": 0.003279505734002486, "him": 0.2598103472766689, "them": 0.2565308415426664}, "looked": {"him - them": 0.015767707804256043, "him": 0.21372297250887887, "them": 0.19795526470462282}, "looking": {"him - them": 0.05227728353455849, "him": 0.22066237561580382, "them": 0.16838509208124533}, "looks": {"him - them": 0.017502032106757937, "him": 0.22398678788056123, "them": 0.2064847557738033}, "lots": {"him - them": -0.021864580373218617, "him": 0.19361025213703123, "them": 0.21547483251024985}, "love": {"him - them": 0.06429428435361265, "him": 0.27806679050486327, "them": 0.21377250615125062}, "m": {"him - them": -0.04105096469381356, "him": 0.13854430943070833, "them": 0.1795952741245219}, "magazine": {"him - them": 0.08538596532453019, "him": 0.30212145866089246, "them": 0.21673549333636227}, "man": {"him - them": 0.2711872600057717, "him": 0.32239985150833167, "them": 0.05121259150255999}, "many": {"him - them": -0.1648409808264793, "him": 0.11105772223191988, "them": 0.2758987030583992}, "mary": {"him - them": 0.08643779919238348, "him": 0.2806748764088565, "them": 0.19423707721647304}, "matter": {"him - them": -0.005055559503786888, "him": 0.20217366366505113, "them": 0.20722922316883802}, "may": {"him - them": 0.031782685545549444, "him": 0.2214389654930056, "them": 0.18965627994745615}, "maybe": {"him - them": -0.040286492397466706, "him": 0.19921886455928312, "them": 0.23950535695674982}, "me": {"him - them": -0.002663532549769143, "him": 0.21230351894955843, "them": 0.21496705149932757}, "media": {"him - them": -0.021906128262527164, "him": 0.18705279619262588, "them": 0.20895892445515304}, "meet": {"him - them": -0.0219877836799679, "him": 0.1729666944645749, "them": 0.1949544781445428}, "men": {"him - them": -0.036193401481705884, "him": 0.17437563697891512, "them": 0.210569038460621}, "mention": {"him - them": 0.04354774998985603, "him": 0.2324050111406903, "them": 0.18885726115083426}, "mercury": {"him - them": 0.08615053301303174, "him": 0.28671294546807724, "them": 0.2005624124550455}, "message": {"him - them": 0.09006294435120209, "him": 0.18530913022002143, "them": 0.09524618586881935}, "met": {"him - them": 0.04354774998985603, "him": 0.2324050111406903, "them": 0.18885726115083426}, "middle": {"him - them": 0.015660507198839324, "him": 0.22481649586413494, "them": 0.2091559886652956}, "might": {"him - them": -0.04831522128863788, "him": 0.18361647265981548, "them": 0.23193169394845337}, "military": {"him - them": 0.0883227984492749, "him": 0.23666832947355468, "them": 0.14834553102427978}, "minister": {"him - them": 0.19723649234688334, "him": 0.3433217734185892, "them": 0.14608528107170587}, "mixed": {"him - them": 0.044238783845431506, "him": 0.19880689830019407, "them": 0.15456811445476257}, "money": {"him - them": -0.005026768414423816, "him": 0.16958292051742913, "them": 0.17460968893185294}, "monkey": {"him - them": 0.13881291125058762, "him": 0.31012384021018496, "them": 0.17131092895959735}, "month": {"him - them": 0.04405379574317764, "him": 0.20828580897211496, "them": 0.16423201322893732}, "months": {"him - them": 0.0439144825650335, "him": 0.21517262430282882, "them": 0.17125814173779533}, "more": {"him - them": -0.10216486437037975, "him": 0.16266074993891894, "them": 0.2648256143092987}, "most": {"him - them": -0.09666910219444153, "him": 0.18281449605090977, "them": 0.2794835982453513}, "mother": {"him - them": 0.015962569055779502, "him": 0.19262600166763644, "them": 0.17666343261185694}, "mouth": {"him - them": 0.09432680311860117, "him": 0.31012384021018496, "them": 0.2157970370915838}, "move": {"him - them": 0.044424659773801556, "him": 0.18885089780786082, "them": 0.14442623803405927}, "moved": {"him - them": 0.08938777590474158, "him": 0.20700762027112124, "them": 0.11761984436637966}, "much": {"him - them": -0.07750905647962078, "him": 0.18315272206359787, "them": 0.26066177854321865}, "multiply": {"him - them": 0.08580821881266823, "him": 0.2937249036291447, "them": 0.2079166848164765}, "murder": {"him - them": 0.08954576748618372, "him": 0.20217366366505113, "them": 0.11262789617886741}, "music": {"him - them": -0.005026768414423816, "him": 0.16958292051742913, "them": 0.17460968893185294}, "muslim": {"him - them": 0.09618802462705794, "him": 0.27551992977694356, "them": 0.17933190514988562}, "my": {"him - them": 0.010060163115472948, "him": 0.24686723688316323, "them": 0.23680707376769028}, "n": {"him - them": -0.022176864267017593, "him": 0.23322492054025407, "them": 0.25540178480727166}, "name": {"him - them": 0.031843063510445996, "him": 0.2178100398439322, "them": 0.18596697633348622}, "names": {"him - them": 0.08782102935002076, "him": 0.24925416557521224, "them": 0.16143313622519148}, "nation": {"him - them": 0.14350885161439214, "him": 0.23787779178154064, "them": 0.09436894016714849}, "nazi": {"him - them": 0.08804094386623204, "him": 0.24382976151943692, "them": 0.15578881765320488}, "neck": {"him - them": 0.08643779919238348, "him": 0.2806748764088565, "them": 0.19423707721647304}, "need": {"him - them": 0.02026387892920306, "him": 0.25681622093070805, "them": 0.236552342001505}, "needed": {"him - them": 0.08756679349568502, "him": 0.2553613880073394, "them": 0.16779459451165435}, "needs": {"him - them": 0.0883227984492749, "him": 0.23666832947355468, "them": 0.14834553102427978}, "negro": {"him - them": 0.0703130751368963, "him": 0.2101035826468309, "them": 0.1397905075099346}, "negroes": {"him - them": -0.04811130310943862, "him": 0.19461191789815618, "them": 0.2427232210075948}, "never": {"him - them": -0.03789288153390086, "him": 0.20680969309838879, "them": 0.24470257463228964}, "new": {"him - them": 0.053002714457770855, "him": 0.18911473541683577, "them": 0.1361120209590649}, "news": {"him - them": 0.08417586501233557, "him": 0.21306202376618089, "them": 0.12888615875384532}, "next": {"him - them": 0.1452790898650956, "him": 0.31423125423965576, "them": 0.16895216437456015}, "night": {"him - them": 0.09785404468703043, "him": 0.23955526643259084, "them": 0.1417012217455604}, "nigs": {"him - them": 0.08615053301303174, "him": 0.28671294546807724, "them": 0.2005624124550455}, "no": {"him - them": -0.04437646556622768, "him": 0.20747617070594296, "them": 0.25185263627217064}, "non": {"him - them": -0.015548028719007151, "him": 0.18955812867286378, "them": 0.20510615739187094}, "nor": {"him - them": 0.04322925399206612, "him": 0.2464669065431087, "them": 0.2032376525510426}, "not": {"him - them": -0.055630612764636655, "him": 0.25766995444422425, "them": 0.3133005672088609}, "nothing": {"him - them": -0.00565989968304112, "him": 0.20418908146373213, "them": 0.20984898114677325}, "notice": {"him - them": 0.08823431137950352, "him": 0.23894318601384507, "them": 0.15070887463434154}, "noticed": {"him - them": 0.08782102935002076, "him": 0.24925416557521224, "them": 0.16143313622519148}, "now": {"him - them": 0.02676468708098151, "him": 0.24504335915676773, "them": 0.21827867207578622}, "number": {"him - them": 0.14126971168131974, "him": 0.27551992977694356, "them": 0.13425021809562382}, "of": {"him - them": -0.06340680350654049, "him": 0.3077842161310669, "them": 0.37119101963760737}, "off": {"him - them": 0.05250011053889139, "him": 0.30106592396762505, "them": 0.24856581342873366}, "officers": {"him - them": 0.08668486589077648, "him": 0.2753612228189775, "them": 0.18867635692820103}, "often": {"him - them": 0.08848601446648874, "him": 0.2324050111406903, "them": 0.14391899667420155}, "ok": {"him - them": 0.12631876074633042, "him": 0.31878551288604123, "them": 0.19246675213971082}, "old": {"him - them": 0.09311836124526035, "him": 0.22747322326985867, "them": 0.13435486202459831}, "on": {"him - them": 0.007530151615245728, "him": 0.30958878813355717, "them": 0.30205863651831144}, "once": {"him - them": 0.03901365060187209, "him": 0.25650981238968246, "them": 0.21749616178781037}, "one": {"him - them": -0.004578409569304387, "him": 0.25621571496083567, "them": 0.26079412453014006}, "only": {"him - them": -0.08850208440903304, "him": 0.15452532844050326, "them": 0.2430274128495363}, "onto": {"him - them": 0.04293725733611234, "him": 0.25873429442769613, "them": 0.2157970370915838}, "open": {"him - them": 0.04439065659092706, "him": 0.1907072283148148, "them": 0.14631657172388773}, "opinion": {"him - them": 0.08782102935002076, "him": 0.24925416557521224, "them": 0.16143313622519148}, "or": {"him - them": 0.013977082663360951, "him": 0.29810504897196116, "them": 0.2841279663086002}, "org": {"him - them": 0.04496775978049411, "him": 0.15659299656534548, "them": 0.11162523678485137}, "other": {"him - them": 0.02693879435056168, "him": 0.23437705006171616, "them": 0.20743825571115448}, "our": {"him - them": -0.07597066257006313, "him": 0.18653731090932074, "them": 0.26250797347938387}, "out": {"him - them": 0.008386871581656352, "him": 0.3167769729442369, "them": 0.30839010136258055}, "outside": {"him - them": 0.08916106485922085, "him": 0.21372297250887887, "them": 0.12456190764965802}, "over": {"him - them": 0.001606324973155604, "him": 0.20709458417816023, "them": 0.20548825920500463}, "own": {"him - them": -0.057743466845742386, "him": 0.21724931438468986, "them": 0.27499278123043225}, "pair": {"him - them": 0.04284827212027709, "him": 0.26236636036772887, "them": 0.21951808824745178}, "panic": {"him - them": 0.08538596532453019, "him": 0.30212145866089246, "them": 0.21673549333636227}, "parade": {"him - them": 0.08756679349568502, "him": 0.2553613880073394, "them": 0.16779459451165435}, "parents": {"him - them": 0.016019803358766155, "him": 0.18617438095403152, "them": 0.17015457759526537}, "parts": {"him - them": 0.08742336546809878, "him": 0.25873429442769613, "them": 0.17131092895959735}, "party": {"him - them": 0.0897841922736277, "him": 0.19461191789815618, "them": 0.10482772562452848}, "pass": {"him - them": -0.03584287055058563, "him": 0.20217366366505113, "them": 0.23801653421563676}, "people": {"him - them": -0.057345399831394306, "him": 0.23272132682160196, "them": 0.29006672665299627}, "perhaps": {"him - them": 0.015709635120931875, "him": 0.21977444086851045, "them": 0.20406480574757857}, "person": {"him - them": 0.009631354942875203, "him": 0.24463430384360765, "them": 0.23500294890073245}, "phone": {"him - them": -0.0355381023397604, "him": 0.22308129870322974, "them": 0.25861940104299014}, "picture": {"him - them": 0.05062450513112207, "him": 0.2801922717184903, "them": 0.22956776658736824}, "piss": {"him - them": 0.08615053301303174, "him": 0.28671294546807724, "them": 0.2005624124550455}, "place": {"him - them": 0.08312870923083854, "him": 0.24212127324581753, "them": 0.158992564014979}, "play": {"him - them": 0.01573961804617613, "him": 0.21666271233878132, "them": 0.2009230942926052}, "point": {"him - them": 0.06942860999623718, "him": 0.2387103448369428, "them": 0.16928173484070563}, "police": {"him - them": 0.10349151045209773, "him": 0.26174552649413757, "them": 0.15825401604203984}, "poor": {"him - them": 0.04412788185492156, "him": 0.2045375326424109, "them": 0.16040965078748934}, "possible": {"him - them": 0.043819086492855513, "him": 0.21977444086851045, "them": 0.17595535437565493}, "post": {"him - them": 0.06515370527985206, "him": 0.2540059472321789, "them": 0.18885224195232683}, "power": {"him - them": 0.14239944580002434, "him": 0.2574679271880667, "them": 0.11506848138804239}, "present": {"him - them": 0.0883227984492749, "him": 0.23666832947355468, "them": 0.14834553102427978}, "pride": {"him - them": 0.04429900116119734, "him": 0.19563167530214415, "them": 0.1513326741409468}, "prime": {"him - them": 0.13906140790309046, "him": 0.3068560024147448, "them": 0.16779459451165435}, "prison": {"him - them": 0.08814056463853717, "him": 0.24132643349071967, "them": 0.1531858688521825}, "probably": {"him - them": 0.005181810699176503, "him": 0.2266490866696048, "them": 0.22146727597042828}, "problems": {"him - them": 0.043883795227683986, "him": 0.21666271233878132, "them": 0.17277891711109733}, "project": {"him - them": 0.08793472187419232, "him": 0.2464669065431087, "them": 0.1585321846689164}, "properly": {"him - them": 0.043164067830993746, "him": 0.24925416557521224, "them": 0.2060900977442185}, "proud": {"him - them": 0.10258645435197758, "him": 0.2792498869638345, "them": 0.17666343261185694}, "public": {"him - them": -0.02196797447040741, "him": 0.17655364667985923, "them": 0.19852162115026664}, "push": {"him - them": 0.015183420931473068, "him": 0.2706086587789285, "them": 0.2554252378474554}, "put": {"him - them": -0.0067105481230849695, "him": 0.2773143331820835, "them": 0.28402488130516845}, "racial": {"him - them": 0.08987442837951252, "him": 0.19165852812565232, "them": 0.10178409974613979}, "racist": {"him - them": 0.13235212741978986, "him": 0.25650981238968246, "them": 0.12415768496989259}, "re": {"him - them": -0.07923946672707496, "him": 0.12457797008021917, "them": 0.20381743680729414}, "read": {"him - them": -0.07855362862439796, "him": 0.15148332158101607, "them": 0.23003695020541404}, "reading": {"him - them": 0.043819086492855513, "him": 0.21977444086851045, "them": 0.17595535437565493}, "ready": {"him - them": 0.015494918333677249, "him": 0.24132643349071967, "them": 0.22583151515704242}, "reality": {"him - them": 0.043401815613114014, "him": 0.23894318601384507, "them": 0.19554137040073105}, "really": {"him - them": 0.08348954696281333, "him": 0.2325605773417268, "them": 0.14907103037891348}, "reason": {"him - them": 0.005087888998883211, "him": 0.24398029322478643, "them": 0.23889240422590322}, "rebel": {"him - them": 0.08643779919238348, "him": 0.2806748764088565, "them": 0.19423707721647304}, "red": {"him - them": 0.044103880250295074, "him": 0.20575866107319318, "them": 0.1616547808228981}, "remember": {"him - them": 0.05062450513112207, "him": 0.2801922717184903, "them": 0.22956776658736824}, "remove": {"him - them": 0.042750486958899214, "him": 0.2663042096598264, "them": 0.22355372270092716}, "reported": {"him - them": 0.08814056463853717, "him": 0.24132643349071967, "them": 0.1531858688521825}, "response": {"him - them": 0.08580821881266823, "him": 0.2937249036291447, "them": 0.2079166848164765}, "rest": {"him - them": 0.015865057378570996, "him": 0.20334293622664681, "them": 0.18747787884807582}, "rich": {"him - them": 0.04264204044455858, "him": 0.2706086587789285, "them": 0.2279666183343699}, "rid": {"him - them": 0.08709363444292056, "him": 0.2663042096598264, "them": 0.1792105752169058}, "right": {"him - them": 0.040094546828333855, "him": 0.2700832660787841, "them": 0.22998871925045022}, "rob": {"him - them": 0.04179845830777529, "him": 0.30212145866089246, "them": 0.2603230003531172}, "rock": {"him - them": 0.08823431137950352, "him": 0.23894318601384507, "them": 0.15070887463434154}, "run": {"him - them": 0.015996193042279644, "him": 0.18885089780786082, "them": 0.17285470476558118}, "russian": {"him - them": 0.08856158268921949, "him": 0.2304003126663697, "them": 0.14183872997715022}, "s": {"him - them": 0.05805252809474626, "him": 0.2848163546720277, "them": 0.22676382657728145}, "safe": {"him - them": 0.043401815613114014, "him": 0.23894318601384507, "them": 0.19554137040073105}, "said": {"him - them": 0.14463422959504862, "him": 0.3095441633532902, "them": 0.1649099337582416}, "salute": {"him - them": 0.08615053301303174, "him": 0.28671294546807724, "them": 0.2005624124550455}, "save": {"him - them": -0.021636125098777464, "him": 0.22481649586413494, "them": 0.2464526209629124}, "saw": {"him - them": 0.08327473221693213, "him": 0.23830322729342177, "them": 0.15502849507648964}, "say": {"him - them": 0.0511539588073921, "him": 0.260480061941201, "them": 0.2093261031338089}, "says": {"him - them": 0.10720489916620601, "him": 0.2902923860573436, "them": 0.18308748689113757}, "scared": {"him - them": 0.08615053301303174, "him": 0.28671294546807724, "them": 0.2005624124550455}, "school": {"him - them": 0.01696821061353082, "him": 0.2697353931093799, "them": 0.25276718249584906}, "schooling": {"him - them": 0.042750486958899214, "him": 0.2663042096598264, "them": 0.22355372270092716}, "screaming": {"him - them": 0.042382074553995536, "him": 0.2806748764088565, "them": 0.23829280185486099}, "scum": {"him - them": -0.005058888053731947, "him": 0.20828580897211496, "them": 0.2133446970258469}, "section": {"him - them": 0.08916106485922085, "him": 0.21372297250887887, "them": 0.12456190764965802}, "security": {"him - them": 0.0887023436158561, "him": 0.22661156319677023, "them": 0.13790921958091412}, "see": {"him - them": 0.05216021817829927, "him": 0.2978790009828294, "them": 0.2457187828045301}, "seen": {"him - them": -0.07855362862439796, "him": 0.15148332158101607, "them": 0.23003695020541404}, "self": {"him - them": 0.10102503164444049, "him": 0.30673302798933955, "them": 0.20570799634489906}, "send": {"him - them": 0.005154976206406703, "him": 0.23161999801051142, "them": 0.22646502180410472}, "sent": {"him - them": -0.0050575911116100825, "him": 0.20575866107319318, "them": 0.21081625218480327}, "set": {"him - them": 0.12990641783389553, "him": 0.29547351856861304, "them": 0.1655671007347175}, "sexuality": {"him - them": 0.08405693125242605, "him": 0.326975622735601, "them": 0.24291869148317494}, "sf": {"him - them": 0.04421772246474284, "him": 0.19990666149785047, "them": 0.15568893903310763}, "shake": {"him - them": 0.08538596532453019, "him": 0.30212145866089246, "them": 0.21673549333636227}, "she": {"him - them": 0.09297097590352726, "him": 0.2312195966170684, "them": 0.13824862071354113}, "shirts": {"him - them": 0.08615053301303174, "him": 0.28671294546807724, "them": 0.2005624124550455}, "shot": {"him - them": 0.09682758476565048, "him": 0.262394685500368, "them": 0.1655671007347175}, "should": {"him - them": -0.022530820981659316, "him": 0.2563665288093287, "them": 0.278897349790988}, "show": {"him - them": 0.03539121424937122, "him": 0.2491225141478657, "them": 0.2137312998984945}, "showed": {"him - them": 0.042750486958899214, "him": 0.2663042096598264, "them": 0.22355372270092716}, "similar": {"him - them": 0.08876809540391081, "him": 0.22481649586413494, "them": 0.13604840046022412}, "since": {"him - them": -0.005665707433375494, "him": 0.21550682706379087, "them": 0.22117253449716637}, "single": {"him - them": -0.0050582460534144, "him": 0.20700762027112124, "them": 0.21206586632453564}, "skills": {"him - them": 0.04301885669416486, "him": 0.2553613880073394, "them": 0.21234253131317452}, "slow": {"him - them": 0.08643779919238348, "him": 0.2806748764088565, "them": 0.19423707721647304}, "so": {"him - them": 0.008408212485018163, "him": 0.2994151608024718, "them": 0.29100694831745366}, "sold": {"him - them": 0.08668486589077648, "him": 0.2753612228189775, "them": 0.18867635692820103}, "soldiers": {"him - them": 0.01541283390489323, "him": 0.24925416557521224, "them": 0.233841331670319}, "some": {"him - them": 0.004993702991437532, "him": 0.26836234816847837, "them": 0.26336864517704084}, "someone": {"him - them": 0.03508215134515286, "him": 0.2637038543468052, "them": 0.22862170300165235}, "something": {"him - them": 0.10488310579683652, "him": 0.23172205300754087, "them": 0.12683894721070435}, "somewhere": {"him - them": 0.14052423371347977, "him": 0.28660951478518565, "them": 0.14608528107170587}, "son": {"him - them": 0.17538335522965365, "him": 0.2930031995960333, "them": 0.11761984436637966}, "song": {"him - them": 0.14253619150572144, "him": 0.25516408768458887, "them": 0.11262789617886741}, "soon": {"him - them": -0.015377486792549827, "him": 0.23161999801051142, "them": 0.24699748480306125}, "sorry": {"him - them": 0.04433687982962248, "him": 0.19361025213703123, "them": 0.14927337230740875}, "sound": {"him - them": 0.08938777590474158, "him": 0.20700762027112124, "them": 0.11761984436637966}, "speak": {"him - them": -0.005049796043330612, "him": 0.19361025213703123, "them": 0.19866004818036184}, "speaking": {"him - them": 0.04329030286760699, "him": 0.24382976151943692, "them": 0.20053945865182993}, "spend": {"him - them": 0.08782102935002076, "him": 0.24925416557521224, "them": 0.16143313622519148}, "spoken": {"him - them": 0.08668486589077648, "him": 0.2753612228189775, "them": 0.18867635692820103}, "stamps": {"him - them": 0.08483710241064843, "him": 0.31265633968191137, "them": 0.22781923727126294}, "started": {"him - them": 0.015896655120902436, "him": 0.19990666149785047, "them": 0.18401000637694803}, "starts": {"him - them": 0.04334769050649251, "him": 0.24132643349071967, "them": 0.19797874298422716}, "stay": {"him - them": -0.021844424293465725, "him": 0.1966702417957716, "them": 0.21851466608923734}, "step": {"him - them": 0.04293725733611234, "him": 0.25873429442769613, "them": 0.2157970370915838}, "stick": {"him - them": 0.0959225251747875, "him": 0.2807598805478364, "them": 0.1848373553730489}, "still": {"him - them": 0.028390332481487146, "him": 0.24212127324581753, "them": 0.21373094076433038}, "stood": {"him - them": 0.04264204044455858, "him": 0.2706086587789285, "them": 0.2279666183343699}, "stop": {"him - them": -0.08616576255222241, "him": 0.16892842380866424, "them": 0.25509418636088665}, "stories": {"him - them": 0.14037767888469654, "him": 0.2887232099089763, "them": 0.14834553102427978}, "stormed": {"him - them": 0.08483710241064843, "him": 0.31265633968191137, "them": 0.22781923727126294}, "stormfront": {"him - them": 0.04520252263739953, "him": 0.14067566836734693, "them": 0.0954731457299474}, "story": {"him - them": 0.1442543277635281, "him": 0.22333952152214318, "them": 0.07908519375861509}, "straight": {"him - them": 0.015564344740891162, "him": 0.23449183057735953, "them": 0.21892748583646837}, "strange": {"him - them": 0.08804094386623204, "him": 0.24382976151943692, "them": 0.15578881765320488}, "student": {"him - them": 0.08848601446648874, "him": 0.2324050111406903, "them": 0.14391899667420155}, "students": {"him - them": 0.10248397112486768, "him": 0.2811511596825986, "them": 0.1786671885577309}, "stupid": {"him - them": -0.03609391550278607, "him": 0.1827882896283735, "them": 0.21888220513115958}, "such": {"him - them": -0.036339714704652276, "him": 0.16100529362567673, "them": 0.197345008330329}, "summer": {"him - them": 0.14126971168131974, "him": 0.27551992977694356, "them": 0.13425021809562382}, "sunday": {"him - them": 0.08709363444292056, "him": 0.2663042096598264, "them": 0.1792105752169058}, "support": {"him - them": 0.01604940105643532, "him": 0.1827882896283735, "them": 0.1667388885719382}, "sure": {"him - them": 0.048972537837460584, "him": 0.21274552262064933, "them": 0.16377298478318875}, "swedish": {"him - them": 0.04354774998985603, "him": 0.2324050111406903, "them": 0.18885726115083426}, "t": {"him - them": -0.03283057704885217, "him": 0.2299151775094846, "them": 0.26274575455833676}, "table": {"him - them": 0.08726651261910728, "him": 0.26236636036772887, "them": 0.17509984774862158}, "take": {"him - them": -0.024540615098565866, "him": 0.1899330561968225, "them": 0.21447367129538836}, "talk": {"him - them": 0.09130072277285933, "him": 0.30453297771848176, "them": 0.21323225494562242}, "task": {"him - them": 0.08726651261910728, "him": 0.26236636036772887, "them": 0.17509984774862158}, "teach": {"him - them": -0.021781678989887088, "him": 0.20575866107319318, "them": 0.22754034006308027}, "teacher": {"him - them": 0.1431762139656325, "him": 0.24398029322478643, "them": 0.10080407925915394}, "teaching": {"him - them": 0.08804094386623204, "him": 0.24382976151943692, "them": 0.15578881765320488}, "teen": {"him - them": 0.08643779919238348, "him": 0.2806748764088565, "them": 0.19423707721647304}, "teeth": {"him - them": 0.042750486958899214, "him": 0.2663042096598264, "them": 0.22355372270092716}, "tell": {"him - them": 0.001417953976493802, "him": 0.25588713067810387, "them": 0.25446917670161007}, "telling": {"him - them": 0.04367393825473845, "him": 0.22661156319677023, "them": 0.18293762494203178}, "tend": {"him - them": 0.015441883700814951, "him": 0.2464669065431087, "them": 0.23102502284229376}, "than": {"him - them": -0.16509304180773954, "him": 0.1069119607676887, "them": 0.27200500257542826}, "thank": {"him - them": 0.04503811238654738, "him": 0.15197599556889557, "them": 0.10693788318234819}, "that": {"him - them": -0.015500800031273576, "him": 0.2892306071997221, "them": 0.3047314072309957}, "thats": {"him - them": -0.021790360038131007, "him": 0.2045375326424109, "them": 0.2263278926805419}, "the": {"him - them": 0.0036023616481362097, "him": 0.34516523251726283, "them": 0.3415628708691266}, "their": {"him - them": -0.2173467403629264, "him": 0.12740826021744311, "them": 0.3447550005803695}, "them": {"him - them": -0.49489515972908066, "him": 0.1402851172824357, "them": 0.6351802770115164}, "then": {"him - them": 0.022325126380499605, "him": 0.2951403568001886, "them": 0.27281523041968897}, "there": {"him - them": -0.09603146703538856, "him": 0.17242114510783063, "them": 0.2684526121432192}, "these": {"him - them": -0.09320185387177246, "him": 0.15587944034250575, "them": 0.24908129421427821}, "they": {"him - them": -0.12233660481478903, "him": 0.2520456130388453, "them": 0.37438221785363435}, "thing": {"him - them": -0.07884342287527374, "him": 0.14067566836734693, "them": 0.21951909124262067}, "things": {"him - them": 0.10793402922698067, "him": 0.2774895059196531, "them": 0.16955547669267243}, "think": {"him - them": -0.03271842507711922, "him": 0.23458775348846125, "them": 0.2673061785655805}, "this": {"him - them": 0.036616898219660854, "him": 0.25906825781960435, "them": 0.2224513595999435}, "those": {"him - them": -0.1096250580052019, "him": 0.10741699566950651, "them": 0.2170420536747084}, "thought": {"him - them": 0.03176153109756019, "him": 0.22269923535171565, "them": 0.19093770425415546}, "thousands": {"him - them": 0.10120711505779742, "him": 0.3036779726704364, "them": 0.20247085761263897}, "thread": {"him - them": -0.022151775429206988, "him": 0.13626855724430598, "them": 0.15842033267351296}, "through": {"him - them": -0.07798452835072125, "him": 0.1709136359926697, "them": 0.24889816434339096}, "time": {"him - them": 0.0513962169670355, "him": 0.25206671576632295, "them": 0.20067049879928744}, "times": {"him - them": 0.07426681365454219, "him": 0.2845880453353165, "them": 0.21032123168077432}, "to": {"him - them": -0.0070182438557526705, "him": 0.3927993638792215, "them": 0.39981760773497416}, "today": {"him - them": -0.048567737979146125, "him": 0.16892842380866424, "them": 0.21749616178781037}, "told": {"him - them": 0.04886412854257999, "him": 0.33015023064133675, "them": 0.28128610209875676}, "too": {"him - them": -0.026324643375054413, "him": 0.20082675673103434, "them": 0.22715140010608875}, "took": {"him - them": -0.04796368229229958, "him": 0.20217366366505113, "them": 0.2501373459573507}, "top": {"him - them": 0.04385202144262404, "him": 0.21819573637746792, "them": 0.17434371493484388}, "trash": {"him - them": 0.04334769050649251, "him": 0.24132643349071967, "them": 0.19797874298422716}, "tried": {"him - them": 0.044103880250295074, "him": 0.20575866107319318, "them": 0.1616547808228981}, "trudeau": {"him - them": 0.19531599461989024, "him": 0.3598282624771416, "them": 0.16451226785725137}, "true": {"him - them": 0.044424659773801556, "him": 0.18885089780786082, "them": 0.14442623803405927}, "truth": {"him - them": 0.005125528631602538, "him": 0.2370572225800559, "them": 0.23193169394845337}, "try": {"him - them": 0.009639453418660626, "him": 0.24361662707126938, "them": 0.23397717365260876}, "trying": {"him - them": -0.005025231771831812, "him": 0.16828094437036972, "them": 0.17330617614220153}, "turn": {"him - them": -0.04807171597679499, "him": 0.1966702417957716, "them": 0.2447419577725666}, "turning": {"him - them": 0.08756679349568502, "him": 0.2553613880073394, "them": 0.16779459451165435}, "twice": {"him - them": 0.04293725733611234, "him": 0.25873429442769613, "them": 0.2157970370915838}, "two": {"him - them": -0.0365554869320521, "him": 0.13823497663521286, "them": 0.17479046356726496}, "u": {"him - them": 0.09026927954018509, "him": 0.17805144838140835, "them": 0.08778216884122327}, "unfortunately": {"him - them": 0.08876809540391081, "him": 0.22481649586413494, "them": 0.13604840046022412}, "until": {"him - them": -0.03616819474066221, "him": 0.17655364667985923, "them": 0.21272184142052145}, "up": {"him - them": 0.018771099094859633, "him": 0.29661196923561706, "them": 0.2778408701407574}, "upon": {"him - them": 0.015519268381300022, "him": 0.23894318601384507, "them": 0.22342391763254504}, "us": {"him - them": -0.13826473371801384, "him": 0.1061611260340441, "them": 0.24442585975205794}, "use": {"him - them": 0.009662894997642946, "him": 0.2406615904607469, "them": 0.23099869546310395}, "using": {"him - them": -0.021806943906588994, "him": 0.20217366366505113, "them": 0.22398060757164012}, "values": {"him - them": 0.043164067830993746, "him": 0.24925416557521224, "them": 0.2060900977442185}, "ve": {"him - them": -0.05446692707877987, "him": 0.17608163140245917, "them": 0.23054855848123904}, "very": {"him - them": 0.06574122088017562, "him": 0.24831204456902062, "them": 0.182570823688845}, "video": {"him - them": 0.13072239624292123, "him": 0.25770018757052304, "them": 0.1269777913276018}, "views": {"him - them": 0.015494918333677249, "him": 0.24132643349071967, "them": 0.22583151515704242}, "vile": {"him - them": 0.13824295318093655, "him": 0.31745352839784235, "them": 0.1792105752169058}, "vote": {"him - them": 0.1392904672666121, "him": 0.30380273512386347, "them": 0.16451226785725137}, "w": {"him - them": 0.015585295664011845, "him": 0.2324050111406903, "them": 0.21681971547667844}, "wait": {"him - them": -0.05898696226625136, "him": 0.18885089780786082, "them": 0.24783786007411218}, "walked": {"him - them": 0.08709363444292056, "him": 0.2663042096598264, "them": 0.1792105752169058}, "walks": {"him - them": 0.08483710241064843, "him": 0.31265633968191137, "them": 0.22781923727126294}, "want": {"him - them": -0.0869891726375267, "him": 0.19436857277921393, "them": 0.28135774541674063}, "wanted": {"him - them": -0.005053446711174497, "him": 0.19880689830019407, "them": 0.20386034501136857}, "wants": {"him - them": 0.08950795033025886, "him": 0.20334293622664681, "them": 0.11383498589638795}, "war": {"him - them": 0.08987442837951252, "him": 0.19165852812565232, "them": 0.10178409974613979}, "was": {"him - them": 0.14361639245703375, "him": 0.3616073944378304, "them": 0.21799100198079666}, "watch": {"him - them": -0.047661855807302034, "him": 0.18247798774948681, "them": 0.23013984355678885}, "way": {"him - them": -0.0725605325496661, "him": 0.16912925448341332, "them": 0.24168978703307942}, "we": {"him - them": -0.07331158043555458, "him": 0.21785112086827874, "them": 0.2911627013038333}, "weapon": {"him - them": 0.04284827212027709, "him": 0.26236636036772887, "them": 0.21951808824745178}, "week": {"him - them": 0.17792345758031844, "him": 0.25906888728015126, "them": 0.08114542969983282}, "weeks": {"him - them": 0.17667559275540962, "him": 0.27651588955462153, "them": 0.09984029679921193}, "welfare": {"him - them": 0.08814056463853717, "him": 0.24132643349071967, "them": 0.1531858688521825}, "well": {"him - them": -0.013274872027277562, "him": 0.1970277971799087, "them": 0.21030266920718627}, "went": {"him - them": 0.09146957988622328, "him": 0.26603018701220743, "them": 0.17456060712598415}, "were": {"him - them": -0.1733867342547225, "him": 0.09816392298644909, "them": 0.2715506572411716}, "what": {"him - them": -0.022807298521870217, "him": 0.22439399585047398, "them": 0.2472012943723442}, "whatever": {"him - them": 0.09610316686194229, "him": 0.27720722094889655, "them": 0.18110405408695426}, "when": {"him - them": 0.01330957661621418, "him": 0.3067490844630921, "them": 0.29343950784687794}, "whenever": {"him - them": 0.0669734421265944, "him": 0.30380273512386347, "them": 0.23682929299726907}, "where": {"him - them": 0.04822903645413351, "him": 0.2520189412789108, "them": 0.20378990482477727}, "whether": {"him - them": -0.005065290529355698, "him": 0.24382976151943692, "them": 0.24889505204879261}, "which": {"him - them": -0.0005350053843850011, "him": 0.2536166318716249, "them": 0.2541516372560099}, "while": {"him - them": 0.1584584886652942, "him": 0.2679575010691969, "them": 0.10949901240390272}, "white": {"him - them": 0.02783539191270329, "him": 0.3024393613720301, "them": 0.2746039694593268}, "whites": {"him - them": -0.17396048015218565, "him": 0.08858761153870645, "them": 0.2625480916908921}, "who": {"him - them": -0.010728088849401463, "him": 0.25023287750657985, "them": 0.2609609663559813}, "whole": {"him - them": -0.005045277296197054, "him": 0.18794481463959542, "them": 0.19299009193579247}, "whut": {"him - them": 0.08405693125242605, "him": 0.326975622735601, "them": 0.24291869148317494}, "why": {"him - them": -0.02248388526726064, "him": 0.24629321845019142, "them": 0.26877710371745206}, "wife": {"him - them": 0.1744876294211997, "him": 0.3036779726704364, "them": 0.1291903432492367}, "wiggers": {"him - them": 0.01534846077211044, "him": 0.2553613880073394, "them": 0.24001292723522893}, "will": {"him - them": -0.100931922465336, "him": 0.21395813211789055, "them": 0.31489005458322655}, "with": {"him - them": 0.010349664388105528, "him": 0.3329005679756812, "them": 0.32255090358757565}, "within": {"him - them": 0.015693851991659652, "him": 0.2214018483365587, "them": 0.20570799634489906}, "woman": {"him - them": 0.04475991674095965, "him": 0.16958292051742913, "them": 0.12482300377646947}, "wonder": {"him - them": -0.005667924813334946, "him": 0.22206576844262638, "them": 0.22773369325596132}, "wonderful": {"him - them": 0.08814056463853717, "him": 0.24132643349071967, "them": 0.1531858688521825}, "wondering": {"him - them": 0.08856158268921949, "him": 0.2304003126663697, "them": 0.14183872997715022}, "wore": {"him - them": 0.042221860981196124, "him": 0.28671294546807724, "them": 0.24449108448688112}, "work": {"him - them": -0.0056642737082368555, "him": 0.21220794850426067, "them": 0.21787222221249752}, "works": {"him - them": 0.043819086492855513, "him": 0.21977444086851045, "them": 0.17595535437565493}, "world": {"him - them": -0.060109685846371524, "him": 0.13398408666252834, "them": 0.19409377250889986}, "would": {"him - them": -7.361937546079833e-05, "him": 0.27885795972361627, "them": 0.27893157909907706}, "wound": {"him - them": 0.08483710241064843, "him": 0.31265633968191137, "them": 0.22781923727126294}, "wp": {"him - them": 0.0883227984492749, "him": 0.23666832947355468, "them": 0.14834553102427978}, "write": {"him - them": 0.043164067830993746, "him": 0.24925416557521224, "them": 0.2060900977442185}, "wrong": {"him - them": 0.04429900116119734, "him": 0.19563167530214415, "them": 0.1513326741409468}, "www": {"him - them": 0.11144862932531095, "him": 0.20184504524658264, "them": 0.09039641592127169}, "ya": {"him - them": 0.04419612809631682, "him": 0.2010285890787668, "them": 0.15683246098245}, "ye": {"him - them": 0.08615053301303174, "him": 0.28671294546807724, "them": 0.2005624124550455}, "year": {"him - them": 0.040094131442786146, "him": 0.2045727456292547, "them": 0.16447861418646856}, "years": {"him - them": -0.015601931926802481, "him": 0.17052036991994468, "them": 0.18612230184674716}, "yelling": {"him - them": 0.08483710241064843, "him": 0.31265633968191137, "them": 0.22781923727126294}, "yes": {"him - them": 0.0704274842921348, "him": 0.20609870352571813, "them": 0.13567121923358333}, "yet": {"him - them": 0.016070335723916973, "him": 0.18037203478552719, "them": 0.1643016990616102}, "york": {"him - them": 0.1421013796029289, "him": 0.262394685500368, "them": 0.12029330589743908}, "you": {"him - them": 0.005226296854409451, "him": 0.2881604462719304, "them": 0.28293414941752093}, "young": {"him - them": 0.017308933372721352, "him": 0.24128385168266697, "them": 0.22397491830994562}, "your": {"him - them": -0.0034111151149210373, "him": 0.2166336237950578, "them": 0.22004473890997883}, "yourself": {"him - them": 0.044457310669398425, "him": 0.18705279619262588, "them": 0.14259548552322746}, "youtube": {"him - them": 0.07242910041704151, "him": 0.11379976816465562, "them": 0.04137066774761411}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-they.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-they.json new file mode 100644 index 0000000000000000000000000000000000000000..f1de5fd11310d03eff3a135fd9a5488ceadd1894 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-they.json @@ -0,0 +1 @@ +{"1": {"him - they": 0.06414412256901575, "him": 0.19420713008402302, "they": 0.13006300751500727}, "17": {"him - they": 0.15125767611825425, "him": 0.30380273512386347, "they": 0.15254505900560922}, "2": {"him - they": 0.09856330839088878, "him": 0.2253857465579885, "they": 0.1268224381670997}, "3": {"him - they": 0.13288383094636855, "him": 0.267469896841979, "they": 0.13458606589561048}, "30": {"him - they": 0.057441417562971664, "him": 0.19990666149785047, "they": 0.1424652439348788}, "300": {"him - they": 0.1407141096452021, "him": 0.24925416557521224, "they": 0.10854005593001013}, "5": {"him - they": 0.019198174734766843, "him": 0.16575807644866997, "they": 0.14655990171390312}, "6": {"him - they": 0.07700234525274997, "him": 0.18361647265981548, "they": 0.10661412740706551}, "7": {"him - they": 0.07643038745735321, "him": 0.19990666149785047, "they": 0.12347627404049726}, "78265": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "a": {"him - they": 0.05645377158137127, "him": 0.36178430539725337, "they": 0.3053305338158821}, "abc": {"him - they": 0.13488318067648486, "him": 0.326975622735601, "they": 0.19209244205911613}, "about": {"him - they": 0.0032810748274996193, "him": 0.2621328568110203, "they": 0.25885178198352066}, "absolutely": {"him - they": 0.09318304490219897, "him": 0.29093188231262707, "they": 0.1977488374104281}, "abuse": {"him - they": 0.1001001732917072, "him": 0.24382976151943692, "they": 0.14372958822772972}, "act": {"him - they": -0.021388321328637466, "him": 0.2214018483365587, "they": 0.24279016966519618}, "acting": {"him - they": 0.008369904061145655, "him": 0.24132643349071967, "they": 0.232956529429574}, "actions": {"him - they": 0.1392926001571767, "him": 0.2706086587789285, "they": 0.13131605862175177}, "actually": {"him - they": -0.02758120649931245, "him": 0.16274468690527524, "they": 0.1903258934045877}, "adam": {"him - they": 0.18687582047149806, "him": 0.3520514611821366, "they": 0.16517564071063853}, "add": {"him - they": 0.05658017869427348, "him": 0.22661156319677023, "they": 0.17003138450249675}, "africa": {"him - they": 0.054669189700057574, "him": 0.2792386936243788, "they": 0.22456950392432123}, "african": {"him - they": 0.127991222012807, "him": 0.27551992977694356, "they": 0.14752870776413657}, "after": {"him - they": 0.03563264077992115, "him": 0.2597266605228449, "they": 0.22409401974292373}, "afternoon": {"him - they": 0.1392926001571767, "him": 0.2706086587789285, "they": 0.13131605862175177}, "again": {"him - they": 0.07419687793203161, "him": 0.2735994006296418, "they": 0.19940252269761016}, "age": {"him - they": 0.0002633024048546151, "him": 0.20217366366505113, "they": 0.2019103612601965}, "ago": {"him - they": 0.06726231572753524, "him": 0.23213991903157075, "they": 0.1648776033040355}, "ahead": {"him - they": 0.13959005239077246, "him": 0.2663042096598264, "they": 0.1267141572690539}, "all": {"him - they": -0.03399146162332811, "him": 0.26188086486864653, "they": 0.29587232649197465}, "alone": {"him - they": 0.0003930535902367527, "him": 0.18977153164623586, "they": 0.1893784780559991}, "alot": {"him - they": 0.07561874173313407, "him": 0.2214018483365587, "they": 0.14578310660342464}, "already": {"him - they": 0.0003419511214635962, "him": 0.19461191789815618, "they": 0.1942699667766926}, "also": {"him - they": -0.05858818318905776, "him": 0.1252311838145944, "they": 0.18381936700365215}, "always": {"him - they": 0.05160268296706866, "him": 0.24769227054800133, "they": 0.19608958758093267}, "am": {"him - they": -0.033418520337996305, "him": 0.12017377204338381, "they": 0.1535922923813801}, "amongst": {"him - they": 0.0558942724004613, "him": 0.2464669065431087, "they": 0.1905726341426474}, "an": {"him - they": 0.03691378574829546, "him": 0.23171704402277699, "they": 0.19480325827448153}, "and": {"him - they": 0.03597563699860923, "him": 0.3997498253102883, "they": 0.36377418831167907}, "angry": {"him - they": 0.12654719114426316, "him": 0.29567441608975875, "they": 0.1691272249454956}, "another": {"him - they": -0.027565127925515742, "him": 0.15148332158101607, "they": 0.17904844950653181}, "anti": {"him - they": 0.05445192874754534, "him": 0.248337095515738, "they": 0.19388516676819265}, "any": {"him - they": -0.04382008190469963, "him": 0.15843110332767157, "they": 0.2022511852323712}, "anybody": {"him - they": 0.14088966804115793, "him": 0.2464669065431087, "they": 0.10557723850195076}, "anything": {"him - they": -0.04919230065023003, "him": 0.14813797015365124, "they": 0.19733027080388127}, "anytime": {"him - they": 0.13694581795025393, "him": 0.30212145866089246, "they": 0.16517564071063853}, "ape": {"him - they": 0.1082925120506332, "him": 0.2887232099089763, "they": 0.18043069785834312}, "appel": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "ar": {"him - they": 0.1392926001571767, "him": 0.2706086587789285, "they": 0.13131605862175177}, "are": {"him - they": -0.18745642354538297, "him": 0.19233355952346862, "they": 0.3797899830688516}, "area": {"him - they": 0.06393008191356658, "him": 0.20053599801594163, "they": 0.13660591610237505}, "around": {"him - they": 0.010913029828724413, "him": 0.2520189412789108, "they": 0.24110591145018637}, "arrest": {"him - they": 0.09866364107942543, "him": 0.2706086587789285, "they": 0.17194501769950304}, "arrested": {"him - they": 0.0751781182633984, "him": 0.2324050111406903, "they": 0.15722689287729189}, "as": {"him - they": -0.00447621202399584, "him": 0.2753839819160887, "they": 0.27986019394008455}, "ask": {"him - they": 0.1289525170579659, "him": 0.31878551288604123, "they": 0.18983299582807533}, "asked": {"him - they": 0.04125943673918192, "him": 0.23666832947355468, "they": 0.19540889273437276}, "asking": {"him - they": 0.05545101541616071, "him": 0.25873429442769613, "they": 0.20328327901153542}, "asks": {"him - they": 0.13760031345564055, "him": 0.2937249036291447, "they": 0.15612459017350416}, "ass": {"him - they": 0.12705768423636532, "him": 0.2887232099089763, "they": 0.161665525672611}, "at": {"him - they": 0.08236751443901144, "him": 0.32661691274949106, "they": 0.24424939831047962}, "ate": {"him - they": 0.1360944654302793, "him": 0.31265633968191137, "they": 0.17656187425163206}, "atleast": {"him - they": 0.09611618736582017, "him": 0.31265633968191137, "they": 0.2165401523160912}, "attachment": {"him - they": 0.13488318067648486, "him": 0.326975622735601, "they": 0.19209244205911613}, "attacker": {"him - they": 0.1360944654302793, "him": 0.31265633968191137, "they": 0.17656187425163206}, "attitude": {"him - they": 0.13895775546658168, "him": 0.2753612228189775, "they": 0.13640346735239584}, "away": {"him - they": 0.09823289866335597, "him": 0.279833567375064, "they": 0.18160066871170802}, "awhile": {"him - they": 0.13959005239077246, "him": 0.2663042096598264, "they": 0.1267141572690539}, "baby": {"him - they": 0.1532888859083042, "him": 0.2789523893847733, "they": 0.1256635034764691}, "back": {"him - they": 0.07982303498204782, "him": 0.2976967395516473, "they": 0.2178737045695995}, "bad": {"him - they": 0.06670939640544313, "him": 0.24566931744868292, "they": 0.1789599210432398}, "bankruptcy": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "bar": {"him - they": 0.10094805972030113, "him": 0.22661156319677023, "they": 0.1256635034764691}, "be": {"him - they": -0.02247871805966506, "him": 0.2884561914744113, "they": 0.3109349095340764}, "beat": {"him - they": 0.041732247110252724, "him": 0.21977444086851045, "they": 0.17804219375825772}, "beaten": {"him - they": 0.041053392316782455, "him": 0.24382976151943692, "they": 0.20277636920265446}, "beating": {"him - they": 0.09866364107942543, "him": 0.2706086587789285, "they": 0.17194501769950304}, "beautiful": {"him - they": 0.10280848517676361, "him": 0.18361647265981548, "they": 0.08080798748305187}, "because": {"him - they": -0.059616154071604976, "him": 0.24145695294068642, "they": 0.3010731070122914}, "becouse": {"him - they": 0.13760031345564055, "him": 0.2937249036291447, "they": 0.15612459017350416}, "been": {"him - they": -0.11572717582392998, "him": 0.09662271361037235, "they": 0.21234988943430233}, "before": {"him - they": 0.0003588229806890664, "him": 0.19666383977155721, "they": 0.19630501679086815}, "behaviour": {"him - they": 0.13694581795025393, "him": 0.30212145866089246, "they": 0.16517564071063853}, "behind": {"him - they": 0.031715256536871905, "him": 0.2508300592969267, "they": 0.2191148027600548}, "being": {"him - they": 0.03979014044415935, "him": 0.2439156302547327, "they": 0.20412548981057335}, "believe": {"him - they": 0.02021375267878392, "him": 0.2287279337381069, "they": 0.20851418105932298}, "bell": {"him - they": 0.13985733449908172, "him": 0.26236636036772887, "they": 0.12250902586864715}, "best": {"him - they": 0.0005673394701903589, "him": 0.1736670061958214, "they": 0.17309966672563104}, "bet": {"him - they": 0.08111489559998988, "him": 0.2826346854458359, "they": 0.20151978984584604}, "better": {"him - they": -0.01661289853952394, "him": 0.22020475683285484, "they": 0.23681765537237878}, "between": {"him - they": 0.05897008230095252, "him": 0.2811511596825986, "they": 0.22218107738164605}, "bit": {"him - they": 0.05690923643739071, "him": 0.21666271233878132, "they": 0.1597534759013906}, "bitch": {"him - they": 0.13857537740002804, "him": 0.2806748764088565, "they": 0.14209949900882848}, "black": {"him - they": 0.008765283713041638, "him": 0.25679990148706344, "they": 0.2480346177740218}, "blonde": {"him - they": 0.14009977100266197, "him": 0.25873429442769613, "they": 0.11863452342503418}, "blue": {"him - they": 0.029718889231981543, "him": 0.19262600166763644, "they": 0.1629071124356549}, "book": {"him - they": 0.0422932198387303, "him": 0.19880689830019407, "they": 0.15651367846146377}, "boy": {"him - they": 0.18829429109604878, "him": 0.30224357125866597, "they": 0.1139492801626172}, "boyfriend": {"him - they": 0.09839363550231262, "him": 0.2753612228189775, "they": 0.1769675873166649}, "boys": {"him - they": 0.10856148844661337, "him": 0.28458243482757023, "they": 0.17602094638095686}, "brain": {"him - they": 0.14052535200545385, "him": 0.2522110832706662, "they": 0.11168573126521235}, "break": {"him - they": 0.10034681494051237, "him": 0.23894318601384507, "they": 0.1385963710733327}, "breaking": {"him - they": 0.13895775546658168, "him": 0.2753612228189775, "they": 0.13640346735239584}, "british": {"him - they": 0.05729709942538569, "him": 0.2045375326424109, "they": 0.1472404332170252}, "brother": {"him - they": 0.1289556883740264, "him": 0.2611197844044521, "they": 0.1321640960304257}, "brought": {"him - they": 0.07541224452682818, "him": 0.22661156319677023, "they": 0.15119931866994205}, "brown": {"him - they": -0.007308669351251157, "him": 0.1670064019505885, "they": 0.17431507130183965}, "buddies": {"him - they": 0.09678810674515012, "him": 0.30212145866089246, "they": 0.20533335191574234}, "bumps": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "bus": {"him - they": 0.008595946464363707, "him": 0.22481649586413494, "they": 0.21622054939977123}, "but": {"him - they": -0.005532878250179396, "him": 0.26515976964789106, "they": 0.27069264789807046}, "butt": {"him - they": 0.13760031345564055, "him": 0.2937249036291447, "they": 0.15612459017350416}, "button": {"him - they": 0.14876283864431325, "him": 0.33135135574186325, "they": 0.18258851709755}, "by": {"him - they": 0.025771019179055804, "him": 0.25365410629692603, "they": 0.22788308711787023}, "ca": {"him - they": -0.033443289533309245, "him": 0.16453483189832355, "they": 0.1979781214316328}, "california": {"him - they": 0.14217535519230143, "him": 0.22481649586413494, "they": 0.08264114067183351}, "call": {"him - they": 0.15031773493240988, "him": 0.32130889934191353, "they": 0.17099116440950365}, "called": {"him - they": 0.05403608750618416, "him": 0.233121873621537, "they": 0.17908578611535284}, "calling": {"him - they": 0.10706898780930879, "him": 0.3068560024147448, "they": 0.19978701460543602}, "calls": {"him - they": 0.13959005239077246, "him": 0.2663042096598264, "they": 0.1267141572690539}, "came": {"him - they": 0.009619040310196253, "him": 0.2246412012565042, "they": 0.21502216094630794}, "camera": {"him - they": 0.13959005239077246, "him": 0.2663042096598264, "they": 0.1267141572690539}, "can": {"him - they": -0.025708914164814828, "him": 0.24468746548148004, "they": 0.27039637964629487}, "canadian": {"him - they": 0.13813059280427864, "him": 0.28671294546807724, "they": 0.1485823526637986}, "cannot": {"him - they": 0.018452813144039626, "him": 0.20828580897211496, "they": 0.18983299582807533}, "capped": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "car": {"him - they": 0.12821149705676543, "him": 0.2723034740636727, "they": 0.1440919770069073}, "cars": {"him - they": 0.0286835120224464, "him": 0.23894318601384507, "they": 0.21025967399139867}, "case": {"him - they": 0.029348891152672835, "him": 0.20959473654640517, "they": 0.18024584539373234}, "caught": {"him - they": 0.15379740677902942, "him": 0.2723034740636727, "they": 0.11850606728464329}, "cause": {"him - they": -0.014708823110627378, "him": 0.18977153164623586, "they": 0.20448035475686324}, "cbs": {"him - they": 0.13488318067648486, "him": 0.326975622735601, "they": 0.19209244205911613}, "certain": {"him - they": 0.028786507916898768, "him": 0.23449183057735953, "they": 0.20570532266046077}, "chance": {"him - they": 0.056075586678488804, "him": 0.24132643349071967, "they": 0.18525084681223086}, "charged": {"him - they": 0.10119297292273377, "him": 0.2214018483365587, "they": 0.12020887541382494}, "check": {"him - they": 0.06300042165289887, "him": 0.2266490866696048, "they": 0.1636486650167059}, "cheered": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "child": {"him - they": 0.02014010420930354, "him": 0.23236606616839223, "they": 0.2122259619590887}, "children": {"him - they": -0.06684464638191656, "him": 0.14495963929080602, "they": 0.21180428567272258}, "chocolate": {"him - they": 0.09730748788856564, "him": 0.2937249036291447, "they": 0.19641741574057908}, "christ": {"him - they": 0.10046000839434407, "him": 0.23666832947355468, "they": 0.1362083210792106}, "christian": {"him - they": 0.05729709942538569, "him": 0.2045375326424109, "they": 0.1472404332170252}, "church": {"him - they": 0.02883453724604282, "him": 0.2324050111406903, "they": 0.20357047389464747}, "cities": {"him - they": 0.10066936550579517, "him": 0.2324050111406903, "they": 0.13173564563489512}, "city": {"him - they": 0.0006758698343235503, "him": 0.16393228033922044, "they": 0.1632564105048969}, "claims": {"him - they": 0.10034681494051237, "him": 0.23894318601384507, "they": 0.1385963710733327}, "class": {"him - they": 0.0953759232114191, "him": 0.2841334227333135, "they": 0.18875749952189438}, "click": {"him - they": 0.07591614419790313, "him": 0.21372297250887887, "they": 0.13780682831097574}, "close": {"him - they": 0.057137086734844605, "him": 0.20959473654640517, "they": 0.15245764981156057}, "clueless": {"him - they": 0.13488318067648486, "him": 0.326975622735601, "they": 0.19209244205911613}, "cnn": {"him - they": 0.13857537740002804, "him": 0.2806748764088565, "they": 0.14209949900882848}, "co": {"him - they": 0.05700460205417521, "him": 0.21372297250887887, "they": 0.15671837045470366}, "coat": {"him - they": 0.13760031345564055, "him": 0.2937249036291447, "they": 0.15612459017350416}, "coke": {"him - they": 0.1360944654302793, "him": 0.31265633968191137, "they": 0.17656187425163206}, "com": {"him - they": 0.07715182634603565, "him": 0.20787826438659632, "they": 0.13072643804056067}, "come": {"him - they": -0.02834304670082874, "him": 0.2304848125420995, "they": 0.2588278592429282}, "comes": {"him - they": 0.01860164218479221, "him": 0.19990666149785047, "they": 0.18130501931305826}, "coming": {"him - they": -0.021361549765975957, "him": 0.1811664077667871, "they": 0.20252795753276306}, "complaining": {"him - they": 0.13694581795025393, "him": 0.30212145866089246, "they": 0.16517564071063853}, "completely": {"him - they": 0.02862806289764508, "him": 0.24132643349071967, "they": 0.2126983705930746}, "conquer": {"him - they": 0.1360944654302793, "him": 0.31265633968191137, "they": 0.17656187425163206}, "consider": {"him - they": 0.06988872599179882, "him": 0.29093188231262707, "they": 0.22104315632082824}, "convinced": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "cool": {"him - they": 0.07580326798194886, "him": 0.21666271233878132, "they": 0.14085944435683245}, "cops": {"him - they": 0.07447027354314195, "him": 0.24925416557521224, "they": 0.1747838920320703}, "couch": {"him - they": 0.13488318067648486, "him": 0.326975622735601, "they": 0.19209244205911613}, "could": {"him - they": 0.03434373511550837, "him": 0.25681622093070805, "they": 0.22247248581519968}, "country": {"him - they": -0.07102606222286703, "him": 0.1279093359927187, "they": 0.19893539821558573}, "couple": {"him - they": 0.009246398824371643, "him": 0.17805144838140835, "they": 0.1688050495570367}, "crap": {"him - they": -0.0075313225413045914, "him": 0.19563167530214415, "they": 0.20316299784344874}, "crowd": {"him - they": 0.13857537740002804, "him": 0.2806748764088565, "they": 0.14209949900882848}, "cue": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "cultural": {"him - they": 0.017762387985082062, "him": 0.2464669065431087, "they": 0.22870451855802665}, "d": {"him - they": 0.06449549847430863, "him": 0.2637038543468052, "they": 0.19920835587249658}, "daddy": {"him - they": 0.09773026956473563, "him": 0.28671294546807724, "they": 0.1889826759033416}, "damn": {"him - they": 0.15355324065714437, "him": 0.27551992977694356, "they": 0.12196668911979919}, "darkness": {"him - they": 0.13488318067648486, "him": 0.326975622735601, "they": 0.19209244205911613}, "dat": {"him - they": 0.09730748788856564, "him": 0.2937249036291447, "they": 0.19641741574057908}, "dating": {"him - they": 0.0737130767718665, "him": 0.2663042096598264, "they": 0.19259113288795987}, "day": {"him - they": 0.040277241347412646, "him": 0.22799589131217052, "they": 0.18771864996475787}, "days": {"him - they": 0.05436918128390253, "him": 0.22333952152214318, "they": 0.16897034023824065}, "dealer": {"him - they": 0.13694581795025393, "him": 0.30212145866089246, "they": 0.16517564071063853}, "decided": {"him - they": 0.04132139467682047, "him": 0.23449183057735953, "they": 0.19317043590053906}, "declare": {"him - they": 0.13760031345564055, "him": 0.2937249036291447, "they": 0.15612459017350416}, "den": {"him - they": 0.1360944654302793, "him": 0.31265633968191137, "they": 0.17656187425163206}, "dere": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "described": {"him - they": 0.09730748788856564, "him": 0.2937249036291447, "they": 0.19641741574057908}, "desert": {"him - they": 0.09773026956473563, "him": 0.28671294546807724, "they": 0.1889826759033416}, "despicable": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "despite": {"him - they": 0.09808635931130652, "him": 0.2806748764088565, "they": 0.18258851709755}, "destroyed": {"him - they": 0.1392926001571767, "him": 0.2706086587789285, "they": 0.13131605862175177}, "details": {"him - they": 0.13760031345564055, "him": 0.2937249036291447, "they": 0.15612459017350416}, "did": {"him - they": 0.04327116377535878, "him": 0.27786589156894786, "they": 0.2345947277935891}, "dime": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "dirty": {"him - they": 0.04200817082033856, "him": 0.20959473654640517, "they": 0.16758656572606662}, "dised": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "disgusting": {"him - they": 0.08187779615570318, "him": 0.26782550654206516, "they": 0.185947710386362}, "diversity": {"him - they": 0.05675370621765402, "him": 0.2214018483365587, "they": 0.1646481421189047}, "do": {"him - they": -0.08614289674613096, "him": 0.23141937963189252, "they": 0.3175622763780235}, "does": {"him - they": 0.06397498900047616, "him": 0.19921886455928312, "they": 0.13524387555880696}, "dog": {"him - they": 0.1539127927631049, "him": 0.2707675137247977, "they": 0.11685472096169278}, "dogs": {"him - they": 0.02883453724604282, "him": 0.2324050111406903, "they": 0.20357047389464747}, "done": {"him - they": 0.09612252643241898, "him": 0.2370572225800559, "they": 0.14093469614763693}, "dont": {"him - they": 0.04958757790533175, "him": 0.26936832474586275, "they": 0.219780746840531}, "double": {"him - they": 0.099666024265057, "him": 0.2522110832706662, "they": 0.15254505900560922}, "down": {"him - they": 0.07298650174384202, "him": 0.28945167959704726, "they": 0.21646517785320524}, "drive": {"him - they": 0.14120742545159096, "him": 0.24132643349071967, "they": 0.10011900803912871}, "drop": {"him - they": 0.13959005239077246, "him": 0.2663042096598264, "they": 0.1267141572690539}, "dropped": {"him - they": 0.13694581795025393, "him": 0.30212145866089246, "they": 0.16517564071063853}, "drug": {"him - they": 0.12775307071483125, "him": 0.2789523893847733, "they": 0.15119931866994205}, "drugs": {"him - they": 0.07420378820304191, "him": 0.2553613880073394, "they": 0.18115759980429746}, "during": {"him - they": 0.08280755322651423, "him": 0.24878509211688768, "they": 0.16597753889037345}, "e": {"him - they": 0.07650901966281948, "him": 0.19772837935709575, "they": 0.12121935969427627}, "each": {"him - they": -0.033411112176435775, "him": 0.1788148497826529, "they": 0.2122259619590887}, "east": {"him - they": 0.10134101541577514, "him": 0.21819573637746792, "they": 0.11685472096169278}, "eat": {"him - they": 0.018405538745225825, "him": 0.2109360351157493, "they": 0.19253049637052347}, "eating": {"him - they": 0.09343907888464659, "him": 0.28660951478518565, "they": 0.19317043590053906}, "educate": {"him - they": 0.028507738503112945, "him": 0.2464669065431087, "they": 0.21795916803999577}, "either": {"him - they": 0.018621104135758598, "him": 0.19880689830019407, "they": 0.18018579416443548}, "else": {"him - they": 0.03921800785224194, "him": 0.22081867656394996, "they": 0.18160066871170802}, "end": {"him - they": -0.014696694118270653, "him": 0.18705279619262588, "they": 0.20174949031089653}, "england": {"him - they": 0.14278085411689012, "him": 0.21372297250887887, "they": 0.07094211839198876}, "enough": {"him - they": 0.08796503385906013, "him": 0.26106470058469117, "they": 0.17309966672563104}, "especially": {"him - they": 0.08194867220516253, "him": 0.26641439801317884, "they": 0.18446572580801632}, "even": {"him - they": -0.015021170406934292, "him": 0.20624349002944573, "they": 0.22126466043638002}, "ever": {"him - they": -0.06693894210303031, "him": 0.13744130361099205, "they": 0.20438024571402236}, "every": {"him - they": -0.11246401582572216, "him": 0.12109380164966632, "they": 0.23355781747538848}, "everybody": {"him - they": 0.14009977100266197, "him": 0.25873429442769613, "they": 0.11863452342503418}, "everyone": {"him - they": 0.009257004457027207, "him": 0.17729780221543992, "they": 0.1680407977584127}, "evolution": {"him - they": 0.09516661268978624, "him": 0.326975622735601, "they": 0.23180901004581475}, "examples": {"him - they": 0.13694581795025393, "him": 0.30212145866089246, "they": 0.16517564071063853}, "exchange": {"him - they": 0.13760031345564055, "him": 0.2937249036291447, "they": 0.15612459017350416}, "explain": {"him - they": 0.10022712030544492, "him": 0.24132643349071967, "they": 0.14109931318527474}, "extent": {"him - they": 0.13694581795025393, "him": 0.30212145866089246, "they": 0.16517564071063853}, "eyes": {"him - they": 0.019364609350679685, "him": 0.15606285733421207, "they": 0.1366982479835324}, "faith": {"him - they": 0.13813059280427864, "him": 0.28671294546807724, "they": 0.1485823526637986}, "family": {"him - they": 0.039251858966543096, "him": 0.21959706636085125, "they": 0.18034520739430815}, "far": {"him - they": 0.06319189817377899, "him": 0.2214389654930056, "they": 0.1582470673192266}, "fast": {"him - they": 0.04177548032497788, "him": 0.21819573637746792, "they": 0.17642025605249004}, "father": {"him - they": 0.02943347804626739, "him": 0.20575866107319318, "they": 0.1763251830269258}, "favorite": {"him - they": 0.10066936550579517, "him": 0.2324050111406903, "they": 0.13173564563489512}, "fed": {"him - they": 0.1268969043986246, "him": 0.29093188231262707, "they": 0.16403497791400246}, "federal": {"him - they": 0.09773026956473563, "him": 0.28671294546807724, "they": 0.1889826759033416}, "feds": {"him - they": 0.13694581795025393, "him": 0.30212145866089246, "they": 0.16517564071063853}, "feeding": {"him - they": 0.07304280488594769, "him": 0.2806748764088565, "they": 0.20763207152290883}, "feet": {"him - they": 0.07548382719403424, "him": 0.22481649586413494, "they": 0.1493326686701007}, "few": {"him - they": 0.061549908692486666, "him": 0.2609527984506781, "they": 0.19940288975819143}, "fidelity": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "fight": {"him - they": -0.007404673909812837, "him": 0.1788148497826529, "they": 0.18621952369246575}, "figured": {"him - they": 0.1392926001571767, "him": 0.2706086587789285, "they": 0.13131605862175177}, "file": {"him - they": 0.14032139909288605, "him": 0.2553613880073394, "they": 0.11503998891445331}, "filthy": {"him - they": 0.07434190981451974, "him": 0.2522110832706662, "they": 0.17786917345614647}, "find": {"him - they": 0.01649636565641363, "him": 0.23909598856303377, "they": 0.22259962290662014}, "fired": {"him - they": 0.14924751152791843, "him": 0.32621509884458333, "they": 0.1769675873166649}, "first": {"him - they": -0.00402583847887647, "him": 0.184870301141983, "they": 0.18889613962085947}, "floor": {"him - they": 0.14052535200545385, "him": 0.2522110832706662, "they": 0.11168573126521235}, "folklore": {"him - they": 0.13488318067648486, "him": 0.326975622735601, "they": 0.19209244205911613}, "following": {"him - they": 0.14120742545159096, "him": 0.24132643349071967, "they": 0.10011900803912871}, "food": {"him - they": 0.0003419511214635962, "him": 0.19461191789815618, "they": 0.1942699667766926}, "fools": {"him - they": 0.04025324358273549, "him": 0.2706086587789285, "they": 0.230355415196193}, "football": {"him - they": 0.029224913916466838, "him": 0.21517262430282882, "they": 0.185947710386362}, "for": {"him - they": 0.039706980326762176, "him": 0.305286159987585, "they": 0.26557917966082284}, "force": {"him - they": 0.008687119924659398, "him": 0.21819573637746792, "they": 0.20950861645280852}, "foreign": {"him - they": 0.07490820809984261, "him": 0.23894318601384507, "they": 0.16403497791400246}, "forest": {"him - they": 0.1392926001571767, "him": 0.2706086587789285, "they": 0.13131605862175177}, "forum": {"him - they": 0.07791692600267186, "him": 0.15501589334753754, "they": 0.07709896734486568}, "forward": {"him - they": 0.05638406475973343, "him": 0.2324050111406903, "they": 0.17602094638095686}, "fought": {"him - they": 0.07329406639446073, "him": 0.2753612228189775, "they": 0.20206715642451678}, "found": {"him - they": 0.08880058583889108, "him": 0.24463430384360765, "they": 0.15583371800471657}, "fox": {"him - they": 0.028569590624644536, "him": 0.24382976151943692, "they": 0.21526017089479238}, "free": {"him - they": 0.0007892324547259244, "him": 0.1539861568995816, "they": 0.15319692444485566}, "french": {"him - they": 0.05747538136829322, "him": 0.19880689830019407, "they": 0.14133151693190085}, "friday": {"him - they": 0.14052535200545385, "him": 0.2522110832706662, "they": 0.11168573126521235}, "friend": {"him - they": 0.1288711920269543, "him": 0.2821271891796713, "they": 0.15325599715271698}, "friends": {"him - they": -0.02130102435557682, "him": 0.15987239782696547, "they": 0.1811734221825423}, "from": {"him - they": 0.09851603310803822, "him": 0.3214803030667667, "they": 0.2229642699587285}, "front": {"him - they": 0.07222434519184268, "him": 0.23955526643259084, "they": 0.16733092124074816}, "fun": {"him - they": 0.05645230044888905, "him": 0.2304003126663697, "they": 0.17394801221748066}, "funny": {"him - they": -0.043825039922983366, "him": 0.20334293622664681, "they": 0.24716797614963018}, "g": {"him - they": 0.099666024265057, "him": 0.2522110832706662, "they": 0.15254505900560922}, "gang": {"him - they": 0.07480832100105494, "him": 0.24132643349071967, "they": 0.16651811248966472}, "gat": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "gave": {"him - they": 0.15121637345430655, "him": 0.3326565102846264, "they": 0.18144013683031984}, "generations": {"him - they": 0.02829720194978863, "him": 0.2553613880073394, "they": 0.22706418605755074}, "get": {"him - they": 0.029847379458105117, "him": 0.30239836748229054, "they": 0.2725509880241854}, "gets": {"him - they": 0.09547662848444066, "him": 0.24979809086954, "they": 0.15432146238509933}, "getting": {"him - they": 0.009168206408075613, "him": 0.18361647265981548, "they": 0.17444826625173987}, "girl": {"him - they": 0.1069340865398174, "him": 0.25286870828330765, "they": 0.14593462174349026}, "girls": {"him - they": 0.0655602861249926, "him": 0.2722390081062954, "they": 0.20667872198130283}, "give": {"him - they": 0.046461208557438016, "him": 0.27579087452320444, "they": 0.22932966596576643}, "giving": {"him - they": 0.19456608027706304, "him": 0.27720722094889655, "they": 0.08264114067183351}, "go": {"him - they": 0.039253035193561464, "him": 0.28856637087868175, "they": 0.2493133356851203}, "god": {"him - they": 0.09988314627420103, "him": 0.2960737799490826, "they": 0.1961906336748816}, "goes": {"him - they": 0.018730174141446898, "him": 0.19262600166763644, "they": 0.17389582752618954}, "going": {"him - they": -0.003026947340359326, "him": 0.21121521964704423, "they": 0.21424216698740356}, "gone": {"him - they": 0.16226739988496786, "him": 0.291810214524509, "they": 0.12954281463954115}, "gonna": {"him - they": 0.10056734154402666, "him": 0.23449183057735953, "they": 0.13392448903333287}, "gonzalez": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "good": {"him - they": -0.007183812033248194, "him": 0.19660910491176226, "they": 0.20379291694501045}, "goodness": {"him - they": 0.1360944654302793, "him": 0.31265633968191137, "they": 0.17656187425163206}, "got": {"him - they": 0.15578847079925415, "him": 0.3234776360207465, "they": 0.16768916522149233}, "gotta": {"him - they": 0.09931838749948141, "him": 0.25873429442769613, "they": 0.15941590692821472}, "gotten": {"him - they": 0.04097667471765823, "him": 0.2464669065431087, "they": 0.20549023182545048}, "government": {"him - they": -0.05361937261411279, "him": 0.17655364667985923, "they": 0.23017301929397202}, "grab": {"him - they": 0.13857537740002804, "him": 0.2806748764088565, "they": 0.14209949900882848}, "grabbing": {"him - they": 0.09516661268978624, "him": 0.326975622735601, "they": 0.23180901004581475}, "grand": {"him - they": 0.09866364107942543, "him": 0.2706086587789285, "they": 0.17194501769950304}, "grant": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "greatest": {"him - they": 0.1407141096452021, "him": 0.24925416557521224, "they": 0.10854005593001013}, "green": {"him - they": 0.07602203172461552, "him": 0.2109360351157493, "they": 0.13491400339113377}, "group": {"him - they": -0.038964307279618776, "him": 0.16100529362567673, "they": 0.1999696009052955}, "grow": {"him - they": 0.07533761174389914, "him": 0.22847111014636476, "they": 0.15313349840246562}, "guards": {"him - they": 0.13895775546658168, "him": 0.2753612228189775, "they": 0.13640346735239584}, "guess": {"him - they": 0.05418677577277081, "him": 0.2287279337381069, "they": 0.1745411579653361}, "guidance": {"him - they": 0.13488318067648486, "him": 0.326975622735601, "they": 0.19209244205911613}, "guy": {"him - they": 0.18435315089167043, "him": 0.3284488751627865, "they": 0.14409572427111605}, "had": {"him - they": 0.08758878530021541, "him": 0.3248138624028754, "they": 0.23722507710266}, "hair": {"him - they": 0.08832697282109286, "him": 0.2540576416843928, "they": 0.16573066886329996}, "half": {"him - they": 0.01899838808343754, "him": 0.17729780221543992, "they": 0.15829941413200238}, "hall": {"him - they": 0.13959005239077246, "him": 0.2663042096598264, "they": 0.1267141572690539}, "handed": {"him - they": 0.09808635931130652, "him": 0.2806748764088565, "they": 0.18258851709755}, "hanging": {"him - they": 0.09839363550231262, "him": 0.2753612228189775, "they": 0.1769675873166649}, "happened": {"him - they": 0.14311676121524436, "him": 0.2942238270246187, "they": 0.15110706580937433}, "happening": {"him - they": 0.14161783848790255, "him": 0.23449183057735953, "they": 0.09287399208945699}, "happy": {"him - they": 0.05754102779089032, "him": 0.1966702417957716, "they": 0.1391292140048813}, "hard": {"him - they": 0.02997938733280045, "him": 0.18037203478552719, "they": 0.15039264745272674}, "has": {"him - they": 0.07001820290883776, "him": 0.22420310018172637, "they": 0.15418489727288862}, "hated": {"him - they": 0.1496736365329312, "him": 0.32161865423243424, "they": 0.17194501769950304}, "hates": {"him - they": 0.1392926001571767, "him": 0.2706086587789285, "they": 0.13131605862175177}, "hauling": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "have": {"him - they": -0.046854440719768076, "him": 0.2789941667429293, "they": 0.3258486074626974}, "having": {"him - they": 0.029760049712703657, "him": 0.1907072283148148, "they": 0.16094717860211114}, "he": {"him - they": 0.3024591915926703, "him": 0.45384851086428296, "they": 0.15138931927161264}, "head": {"him - they": 0.15336026599120398, "him": 0.30987394445266775, "they": 0.15651367846146377}, "hear": {"him - they": 0.03001208846944242, "him": 0.1788148497826529, "they": 0.1488027613132105}, "heard": {"him - they": 0.06032207180639884, "him": 0.248337095515738, "they": 0.18801502370933915}, "hearing": {"him - they": 0.07405434750474302, "him": 0.25873429442769613, "they": 0.18467994692295311}, "hector": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "heem": {"him - they": 0.13488318067648486, "him": 0.326975622735601, "they": 0.19209244205911613}, "hell": {"him - they": 0.020282899713037678, "him": 0.22530293467800794, "they": 0.20502003496497026}, "help": {"him - they": 0.06297503238327978, "him": 0.2273338852219474, "they": 0.1643588528386676}, "her": {"him - they": 0.12045696407456208, "him": 0.2693092534055421, "they": 0.14885228933098005}, "here": {"him - they": -0.014195984735518558, "him": 0.1826600502209034, "they": 0.19685603495642195}, "heritage": {"him - they": 0.194256766223798, "him": 0.2807598805478364, "they": 0.0865031143240384}, "hey": {"him - they": 0.10318709736898612, "him": 0.1736670061958214, "they": 0.07047990882683527}, "him": {"him - they": 0.4942948693047464, "him": 0.6714495242197408, "they": 0.17715465491499438}, "himself": {"him - they": 0.15070793328197024, "him": 0.31012384021018496, "they": 0.15941590692821472}, "his": {"him - they": 0.27391890165701804, "him": 0.4551497970598489, "they": 0.18123089540283088}, "hispanic": {"him - they": 0.07509262544932035, "him": 0.23449183057735953, "they": 0.15939920512803918}, "hitler": {"him - they": 0.10056734154402666, "him": 0.23449183057735953, "they": 0.13392448903333287}, "hold": {"him - they": 0.1410536572514856, "him": 0.24382976151943692, "they": 0.10277610426795132}, "holiday": {"him - they": 0.1392926001571767, "him": 0.2706086587789285, "they": 0.13131605862175177}, "holy": {"him - they": 0.13895775546658168, "him": 0.2753612228189775, "they": 0.13640346735239584}, "home": {"him - they": 0.03594980609056472, "him": 0.2491225141478657, "they": 0.21317270805730099}, "honest": {"him - they": 0.19113238127473908, "him": 0.31364140714338623, "they": 0.12250902586864715}, "honor": {"him - they": 0.15749763410659753, "him": 0.34217758102955065, "they": 0.18467994692295311}, "hoola": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "hoops": {"him - they": 0.1360944654302793, "him": 0.31265633968191137, "they": 0.17656187425163206}, "hope": {"him - they": 0.06819473239912593, "him": 0.2659094522070556, "they": 0.19771471980792965}, "host": {"him - they": 0.09890426225393353, "him": 0.2663042096598264, "they": 0.16739994740589284}, "hostile": {"him - they": 0.09678810674515012, "him": 0.30212145866089246, "they": 0.20533335191574234}, "house": {"him - they": 0.09163764819873421, "him": 0.2774895059196531, "they": 0.1858518577209189}, "housing": {"him - they": 0.07240864000449973, "him": 0.2937249036291447, "they": 0.221316263624645}, "how": {"him - they": 0.002333791113384831, "him": 0.2745778616690524, "they": 0.27224407055566757}, "http": {"him - they": -0.021012642729383607, "him": 0.1071640257403024, "they": 0.128176668469686}, "https": {"him - they": 0.10405495911276964, "him": 0.14860521824096556, "they": 0.04455025912819592}, "hubbard": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "huh": {"him - they": 0.13760031345564055, "him": 0.2937249036291447, "they": 0.15612459017350416}, "hundreds": {"him - they": 0.10952226490282413, "him": 0.26927574080421474, "they": 0.1597534759013906}, "hurt": {"him - they": 0.09949920268541515, "him": 0.2553613880073394, "they": 0.15586218532192422}, "i": {"him - they": 0.09743051403966296, "him": 0.36541899971524117, "they": 0.2679884856755782}, "id": {"him - they": 0.14245501582743514, "him": 0.21977444086851045, "they": 0.0773194250410753}, "if": {"him - they": 0.023445137185752918, "him": 0.319169897632612, "they": 0.2957247604468591}, "ignorant": {"him - they": 0.14009977100266197, "him": 0.25873429442769613, "they": 0.11863452342503418}, "ignore": {"him - they": 0.1407141096452021, "him": 0.24925416557521224, "they": 0.10854005593001013}, "ill": {"him - they": 0.15268502575185278, "him": 0.28660951478518565, "they": 0.13392448903333287}, "im": {"him - they": -0.027540848296024628, "him": 0.14109151169751535, "they": 0.16863235999353998}, "immigrants": {"him - they": 0.04200817082033856, "him": 0.20959473654640517, "they": 0.16758656572606662}, "in": {"him - they": 0.003756162610054792, "him": 0.3113532887371724, "they": 0.3075971261271176}, "independent": {"him - they": 0.13857537740002804, "him": 0.2806748764088565, "they": 0.14209949900882848}, "instead": {"him - they": 0.029224913916466838, "him": 0.21517262430282882, "they": 0.185947710386362}, "intentionally": {"him - they": 0.1360944654302793, "him": 0.31265633968191137, "they": 0.17656187425163206}, "intergraton": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "internet": {"him - they": 0.02946028883040891, "him": 0.2045375326424109, "they": 0.175077243812002}, "interviews": {"him - they": 0.09678810674515012, "him": 0.30212145866089246, "they": 0.20533335191574234}, "into": {"him - they": 0.010770914909550622, "him": 0.23289122507989668, "they": 0.22212031017034606}, "introduce": {"him - they": 0.13813059280427864, "him": 0.28671294546807724, "they": 0.1485823526637986}, "invent": {"him - they": 0.13694581795025393, "him": 0.30212145866089246, "they": 0.16517564071063853}, "involved": {"him - they": 0.1001001732917072, "him": 0.24382976151943692, "they": 0.14372958822772972}, "irish": {"him - they": -0.05385984382505701, "him": 0.15347756004219593, "they": 0.20733740386725294}, "is": {"him - they": 0.02195691281638512, "him": 0.27347356987989074, "they": 0.2515166570635056}, "islam": {"him - they": 0.055574373401903354, "him": 0.2553613880073394, "they": 0.19978701460543602}, "israel": {"him - they": 0.109430944665485, "him": 0.2707675137247977, "they": 0.16133656905931268}, "israeli": {"him - they": 0.09839363550231262, "him": 0.2753612228189775, "they": 0.1769675873166649}, "it": {"him - they": -0.013606457586041176, "him": 0.27884087359671095, "they": 0.2924473311827521}, "its": {"him - they": -0.012382887794493869, "him": 0.1696823185637002, "they": 0.18206520635819406}, "ive": {"him - they": 0.1007665576210661, "him": 0.2304003126663697, "they": 0.1296337550453036}, "jail": {"him - they": 0.1406324095854555, "him": 0.3234168333252418, "they": 0.1827844237397863}, "jesus": {"him - they": 0.12714032211203538, "him": 0.3051825158702931, "they": 0.17804219375825772}, "jew": {"him - they": 0.032620120829022714, "him": 0.21550682706379087, "they": 0.18288670623476816}, "jewish": {"him - they": 0.11166266175661838, "him": 0.23161999801051142, "they": 0.11995733625389304}, "jews": {"him - they": 0.025811796046021962, "him": 0.22967323568106943, "they": 0.20386143963504746}, "jose": {"him - they": 0.14566165181645085, "him": 0.36220180413254205, "they": 0.2165401523160912}, "judge": {"him - they": 0.07555259093909317, "him": 0.22308129870322974, "they": 0.14752870776413657}, "jumped": {"him - they": 0.19030259561068247, "him": 0.32161865423243424, "they": 0.13131605862175177}, "jury": {"him - they": 0.13760031345564055, "him": 0.2937249036291447, "they": 0.15612459017350416}, "jus": {"him - they": 0.1360944654302793, "him": 0.31265633968191137, "they": 0.17656187425163206}, "just": {"him - they": 0.02318517676711146, "him": 0.29748255113861677, "they": 0.2742973743715053}, "k": {"him - they": 0.04149117611509706, "him": 0.22847111014636476, "they": 0.1869799340312677}, "keep": {"him - they": 0.03412111967801379, "him": 0.24779401438557846, "they": 0.21367289470756468}, "kick": {"him - they": 0.09331431717460356, "him": 0.2887232099089763, "they": 0.19540889273437276}, "kid": {"him - they": 0.14113000050484736, "him": 0.31557826675658723, "they": 0.17444826625173987}, "kids": {"him - they": -0.08775644265892371, "him": 0.1699605316686892, "they": 0.2577169743276129}, "kill": {"him - they": 0.0001739723725005804, "him": 0.2109360351157493, "they": 0.2107620627432487}, "killed": {"him - they": 0.14311676121524436, "him": 0.2942238270246187, "they": 0.15110706580937433}, "kiss": {"him - they": 0.09890426225393353, "him": 0.2663042096598264, "they": 0.16739994740589284}, "knew": {"him - they": 0.14269463490004086, "him": 0.2994130053547445, "they": 0.15671837045470366}, "knife": {"him - they": 0.09949920268541515, "him": 0.2553613880073394, "they": 0.15586218532192422}, "know": {"him - they": -0.005652196773255264, "him": 0.24531403221776746, "they": 0.2509662289910227}, "known": {"him - they": 0.15150256430658743, "him": 0.30093593358826143, "they": 0.149433369281674}, "lady": {"him - they": 0.14185695497575793, "him": 0.2304003126663697, "they": 0.08854335769061178}, "laid": {"him - they": 0.13760031345564055, "him": 0.2937249036291447, "they": 0.15612459017350416}, "laptop": {"him - they": 0.1360944654302793, "him": 0.31265633968191137, "they": 0.17656187425163206}, "large": {"him - they": 0.04164116187290989, "him": 0.22308129870322974, "they": 0.18144013683031984}, "last": {"him - they": 0.03341099765455227, "him": 0.18281449605090977, "they": 0.1494034983963575}, "laughing": {"him - they": 0.09949920268541515, "him": 0.2553613880073394, "they": 0.15586218532192422}, "learn": {"him - they": 0.014409119788717728, "him": 0.2468130994654634, "they": 0.23240397967674567}, "least": {"him - they": -0.03888519187265288, "him": 0.1788148497826529, "they": 0.2177000416553058}, "leave": {"him - they": 0.019784381495487335, "him": 0.24979809086954, "they": 0.23001370937405266}, "led": {"him - they": 0.13895775546658168, "him": 0.2753612228189775, "they": 0.13640346735239584}, "left": {"him - they": -0.04901265933262278, "him": 0.17159020543861633, "they": 0.2206028647712391}, "less": {"him - they": 0.00014596664301025353, "him": 0.21372297250887887, "they": 0.2135770058658686}, "let": {"him - they": 0.08550328386614708, "him": 0.27378480282749884, "they": 0.18828151896135176}, "lets": {"him - they": 0.07602203172461552, "him": 0.2109360351157493, "they": 0.13491400339113377}, "letter": {"him - they": 0.1392926001571767, "him": 0.2706086587789285, "they": 0.13131605862175177}, "liberal": {"him - they": -0.007593602458352305, "him": 0.2045375326424109, "they": 0.2121311351007632}, "life": {"him - they": 0.10668840692538581, "him": 0.25713916874103804, "they": 0.15045076181565223}, "light": {"him - they": 0.01876392628933607, "him": 0.1907072283148148, "they": 0.17194330202547872}, "lightning": {"him - they": 0.13488318067648486, "him": 0.326975622735601, "they": 0.19209244205911613}, "like": {"him - they": 0.010310263241587181, "him": 0.28678199439027735, "they": 0.27647173114869017}, "list": {"him - they": 0.1426239005421046, "him": 0.21666271233878132, "they": 0.0740388117966767}, "listen": {"him - they": 0.07602203172461552, "him": 0.2109360351157493, "they": 0.13491400339113377}, "little": {"him - they": -0.012585421113439466, "him": 0.19921886455928312, "they": 0.21180428567272258}, "live": {"him - they": -0.04429344982205011, "him": 0.12825174670313969, "they": 0.1725451965251898}, "ll": {"him - they": 0.019390068012701933, "him": 0.24594815697766795, "they": 0.22655808896496601}, "local": {"him - they": 0.029585363893631256, "him": 0.19880689830019407, "they": 0.16922153440656282}, "lol": {"him - they": 0.13100176860703056, "him": 0.29323717593609483, "they": 0.16223540732906427}, "long": {"him - they": -0.058383029886872856, "him": 0.14955014351697787, "they": 0.20793317340385073}, "look": {"him - they": 0.03721072437004877, "him": 0.2598103472766689, "they": 0.22259962290662014}, "looked": {"him - they": 0.07591614419790313, "him": 0.21372297250887887, "they": 0.13780682831097574}, "looking": {"him - they": 0.07452758657620812, "him": 0.22066237561580382, "they": 0.1461347890395957}, "looks": {"him - they": 0.03912982422051217, "him": 0.22398678788056123, "they": 0.18485696366004906}, "lost": {"him - they": 0.08148576558747916, "him": 0.27551992977694356, "they": 0.1940341641894644}, "lots": {"him - they": 0.07665586087711695, "him": 0.19361025213703123, "they": 0.11695439125991428}, "love": {"him - they": 0.0983398188728451, "him": 0.27806679050486327, "they": 0.17972697163201817}, "m": {"him - they": 0.0010864096942118373, "him": 0.13854430943070833, "they": 0.1374578997364965}, "magazine": {"him - they": 0.13694581795025393, "him": 0.30212145866089246, "they": 0.16517564071063853}, "mail": {"him - they": 0.041593082032656464, "him": 0.22481649586413494, "they": 0.18322341383147847}, "man": {"him - they": 0.16560765406336028, "him": 0.32239985150833167, "they": 0.1567921974449714}, "many": {"him - they": -0.09863086458375182, "him": 0.11105772223191988, "they": 0.2096885868156717}, "march": {"him - they": 0.07634784640291897, "him": 0.20217366366505113, "they": 0.12582581726213216}, "mary": {"him - they": 0.09808635931130652, "him": 0.2806748764088565, "they": 0.18258851709755}, "math": {"him - they": 0.15173094366638604, "him": 0.29823276462583687, "they": 0.14650182095945083}, "matter": {"him - they": 0.05737103119584486, "him": 0.20217366366505113, "they": 0.14480263246920627}, "may": {"him - they": 0.032471815291075456, "him": 0.2214389654930056, "they": 0.18896715020193014}, "maybe": {"him - they": -0.012585421113439466, "him": 0.19921886455928312, "they": 0.21180428567272258}, "me": {"him - they": 0.027598637633375667, "him": 0.21230351894955843, "they": 0.18470488131618276}, "media": {"him - they": -0.021372613361223647, "him": 0.18705279619262588, "they": 0.20842540955384953}, "meet": {"him - they": 0.03013409162651126, "him": 0.1729666944645749, "they": 0.14283260283806365}, "mehico": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "memories": {"him - they": 0.13857537740002804, "him": 0.2806748764088565, "they": 0.14209949900882848}, "men": {"him - they": -0.027586654985660736, "him": 0.17437563697891512, "they": 0.20196229196457585}, "mention": {"him - they": 0.05638406475973343, "him": 0.2324050111406903, "they": 0.17602094638095686}, "mercury": {"him - they": 0.13813059280427864, "him": 0.28671294546807724, "they": 0.1485823526637986}, "message": {"him - they": 0.10274213935437362, "him": 0.18530913022002143, "they": 0.08256699086564781}, "met": {"him - they": 0.0751781182633984, "him": 0.2324050111406903, "they": 0.15722689287729189}, "middle": {"him - they": 0.10103305649682841, "him": 0.22481649586413494, "they": 0.12378343936730653}, "might": {"him - they": -0.02136645271080312, "him": 0.18361647265981548, "they": 0.2049829253706186}, "military": {"him - they": 0.07500280380094368, "him": 0.23666832947355468, "they": 0.161665525672611}, "mine": {"him - they": 0.05283739214731023, "him": 0.26641439801317884, "they": 0.2135770058658686}, "minister": {"him - they": 0.20939728438525634, "him": 0.3433217734185892, "they": 0.13392448903333287}, "mixed": {"him - they": -0.014746110783269428, "him": 0.19880689830019407, "they": 0.2135530090834635}, "mom": {"him - they": 0.07459013886301258, "him": 0.2464669065431087, "they": 0.17187676768009613}, "money": {"him - they": -0.033434143820154916, "him": 0.16958292051742913, "they": 0.20301706433758404}, "monique": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "monkey": {"him - they": 0.15070793328197024, "him": 0.31012384021018496, "they": 0.15941590692821472}, "montessori": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "month": {"him - they": 0.05717874316274063, "him": 0.20828580897211496, "they": 0.15110706580937433}, "months": {"him - they": 0.10147873972259536, "him": 0.21517262430282882, "they": 0.11369388458023347}, "more": {"him - they": -0.08276768364994422, "him": 0.16266074993891894, "they": 0.24542843358886315}, "morning": {"him - they": 0.12762638214537078, "him": 0.2807598805478364, "they": 0.15313349840246562}, "most": {"him - they": -0.012478924487635656, "him": 0.18281449605090977, "they": 0.19529342053854543}, "mother": {"him - they": 0.029718889231981543, "him": 0.19262600166763644, "they": 0.1629071124356549}, "move": {"him - they": 0.00040284020254133246, "him": 0.18885089780786082, "they": 0.1884480576053195}, "moved": {"him - they": 0.14312994142868146, "him": 0.20700762027112124, "they": 0.06387767884243979}, "much": {"him - they": -0.049508128622965386, "him": 0.18315272206359787, "they": 0.23266085068656325}, "multiply": {"him - they": 0.13760031345564055, "him": 0.2937249036291447, "they": 0.15612459017350416}, "mumsy": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "murder": {"him - they": 0.07634784640291897, "him": 0.20217366366505113, "they": 0.12582581726213216}, "music": {"him - they": 0.030204099834826192, "him": 0.16958292051742913, "they": 0.13937882068260293}, "muslim": {"him - they": 0.127991222012807, "him": 0.27551992977694356, "they": 0.14752870776413657}, "my": {"him - they": 0.041077088248268584, "him": 0.24686723688316323, "they": 0.20579014863489464}, "n": {"him - they": -0.05906038464815344, "him": 0.23322492054025407, "they": 0.2922853051884075}, "name": {"him - they": 0.026295477218420765, "him": 0.2178100398439322, "they": 0.19151456262551145}, "names": {"him - they": 0.055794867985659774, "him": 0.24925416557521224, "they": 0.19345929758955246}, "nation": {"him - they": 0.07229469064829491, "him": 0.23787779178154064, "they": 0.16558310113324573}, "navy": {"him - they": 0.13760031345564055, "him": 0.2937249036291447, "they": 0.15612459017350416}, "nazi": {"him - they": 0.055987615836287724, "him": 0.24382976151943692, "they": 0.1878421456831492}, "nbc": {"him - they": 0.13813059280427864, "him": 0.28671294546807724, "they": 0.1485823526637986}, "need": {"him - they": 0.04672261830958524, "him": 0.25681622093070805, "they": 0.2100936026211228}, "needed": {"him - they": 0.055574373401903354, "him": 0.2553613880073394, "they": 0.19978701460543602}, "needs": {"him - they": 0.1414886339822268, "him": 0.23666832947355468, "they": 0.09517969549132788}, "negro": {"him - they": 0.032753920515400214, "him": 0.2101035826468309, "they": 0.1773496621314307}, "negroes": {"him - they": -0.007523979632930611, "him": 0.19461191789815618, "they": 0.2021358975310868}, "negroid": {"him - they": 0.13959005239077246, "him": 0.2663042096598264, "they": 0.1267141572690539}, "neighbor": {"him - they": 0.13857537740002804, "him": 0.2806748764088565, "they": 0.14209949900882848}, "never": {"him - they": -0.009172969036324752, "him": 0.20680969309838879, "they": 0.21598266213471354}, "new": {"him - they": 0.031118099073964234, "him": 0.18911473541683577, "they": 0.15799663634287153}, "news": {"him - they": 0.055703057358359453, "him": 0.21306202376618089, "they": 0.15735896640782143}, "next": {"him - they": 0.12271669161414431, "him": 0.31423125423965576, "they": 0.19151456262551145}, "night": {"him - they": 0.08323762466500714, "him": 0.23955526643259084, "they": 0.1563176417675837}, "nights": {"him - they": 0.13694581795025393, "him": 0.30212145866089246, "they": 0.16517564071063853}, "niglet": {"him - they": 0.13760031345564055, "him": 0.2937249036291447, "they": 0.15612459017350416}, "nigs": {"him - they": 0.13813059280427864, "him": 0.28671294546807724, "they": 0.1485823526637986}, "no": {"him - they": -0.047665502046814884, "him": 0.20747617070594296, "they": 0.25514167275275784}, "non": {"him - they": -0.02031061715594834, "him": 0.18955812867286378, "they": 0.20986874582881213}, "nor": {"him - they": 0.14088966804115793, "him": 0.2464669065431087, "they": 0.10557723850195076}, "not": {"him - they": -0.01578804640149939, "him": 0.25766995444422425, "they": 0.27345800084572364}, "nothing": {"him - they": 0.026598874235846254, "him": 0.20418908146373213, "they": 0.17759020722788588}, "notice": {"him - they": 0.07490820809984261, "him": 0.23894318601384507, "they": 0.16403497791400246}, "noticed": {"him - they": 0.07447027354314195, "him": 0.24925416557521224, "they": 0.1747838920320703}, "now": {"him - they": 0.031796033502374144, "him": 0.24504335915676773, "they": 0.21324732565439358}, "number": {"him - they": 0.10913668961328771, "him": 0.27551992977694356, "they": 0.16638324016365585}, "o": {"him - they": 0.029288652938491144, "him": 0.21231147338771328, "they": 0.18302282044922213}, "obama": {"him - they": 0.14161783848790255, "him": 0.23449183057735953, "they": 0.09287399208945699}, "obviously": {"him - they": 0.15125767611825425, "him": 0.30380273512386347, "they": 0.15254505900560922}, "of": {"him - they": -0.013115062312735126, "him": 0.3077842161310669, "they": 0.320899278443802}, "off": {"him - they": 0.04538018251643622, "him": 0.30106592396762505, "they": 0.25568574145118883}, "officers": {"him - they": 0.13895775546658168, "him": 0.2753612228189775, "they": 0.13640346735239584}, "often": {"him - they": 0.02883453724604282, "him": 0.2324050111406903, "they": 0.20357047389464747}, "og": {"him - they": 0.1360944654302793, "him": 0.31265633968191137, "they": 0.17656187425163206}, "ok": {"him - they": 0.1398775193064956, "him": 0.31878551288604123, "they": 0.17890799357954562}, "old": {"him - they": 0.08194574647307973, "him": 0.22747322326985867, "they": 0.14552747679677894}, "on": {"him - they": 0.03245080223291963, "him": 0.30958878813355717, "they": 0.27713798590063754}, "once": {"him - they": 0.08025669497840524, "him": 0.25650981238968246, "they": 0.17625311741127722}, "one": {"him - they": 0.018375447323994043, "him": 0.25621571496083567, "they": 0.23784026763684163}, "only": {"him - they": -0.094102680024335, "him": 0.15452532844050326, "they": 0.24862800846483826}, "onto": {"him - they": 0.14009977100266197, "him": 0.25873429442769613, "they": 0.11863452342503418}, "op": {"him - they": 0.13813059280427864, "him": 0.28671294546807724, "they": 0.1485823526637986}, "open": {"him - they": 0.029760049712703657, "him": 0.1907072283148148, "they": 0.16094717860211114}, "or": {"him - they": 0.03434437869649748, "him": 0.29810504897196116, "they": 0.2637606702754637}, "org": {"him - they": 0.0304688823756723, "him": 0.15659299656534548, "they": 0.12612411418967318}, "other": {"him - they": 0.021171528585167826, "him": 0.23437705006171616, "they": 0.21320552147654834}, "our": {"him - they": -0.05323422622714333, "him": 0.18653731090932074, "they": 0.23977153713646407}, "out": {"him - they": 0.052432813281747204, "him": 0.3167769729442369, "they": 0.2643441596624897}, "outside": {"him - they": 0.1015441389389288, "him": 0.21372297250887887, "they": 0.11217883356995006}, "over": {"him - they": 0.0002563170509266577, "him": 0.20709458417816023, "they": 0.20683826712723358}, "own": {"him - they": -0.023253131770546748, "him": 0.21724931438468986, "they": 0.2405024461552366}, "pagan": {"him - they": 0.1392926001571767, "him": 0.2706086587789285, "they": 0.13131605862175177}, "pair": {"him - they": 0.04050451570778865, "him": 0.26236636036772887, "they": 0.22186184465994022}, "panic": {"him - they": 0.09678810674515012, "him": 0.30212145866089246, "they": 0.20533335191574234}, "parade": {"him - they": 0.07420378820304191, "him": 0.2553613880073394, "they": 0.18115759980429746}, "parents": {"him - they": -0.014692685348966533, "him": 0.18617438095403152, "they": 0.20086706630299805}, "parts": {"him - they": 0.14009977100266197, "him": 0.25873429442769613, "they": 0.11863452342503418}, "party": {"him - they": 0.057603843607842736, "him": 0.19461191789815618, "they": 0.13700807429031345}, "pass": {"him - they": 0.0002633024048546151, "him": 0.20217366366505113, "they": 0.2019103612601965}, "passed": {"him - they": 0.14009977100266197, "him": 0.25873429442769613, "they": 0.11863452342503418}, "peeps": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "people": {"him - they": -0.043003145054082814, "him": 0.23272132682160196, "they": 0.2757244718756848}, "per": {"him - they": 0.10056734154402666, "him": 0.23449183057735953, "they": 0.13392448903333287}, "perhaps": {"him - they": 0.029121754443154763, "him": 0.21977444086851045, "they": 0.19065268642535568}, "person": {"him - they": 0.08880058583889108, "him": 0.24463430384360765, "they": 0.15583371800471657}, "phone": {"him - they": 0.10111460958343055, "him": 0.22308129870322974, "they": 0.12196668911979919}, "phony": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "picking": {"him - they": 0.13813059280427864, "him": 0.28671294546807724, "they": 0.1485823526637986}, "picture": {"him - they": 0.1290098513788216, "him": 0.2801922717184903, "they": 0.15118242033966872}, "piss": {"him - they": 0.09773026956473563, "him": 0.28671294546807724, "they": 0.1889826759033416}, "place": {"him - they": 0.04392757619845422, "him": 0.24212127324581753, "they": 0.1981936970473633}, "play": {"him - they": 0.07580326798194886, "him": 0.21666271233878132, "they": 0.14085944435683245}, "player": {"him - they": 0.09866364107942543, "him": 0.2706086587789285, "they": 0.17194501769950304}, "pm": {"him - they": 0.14561710766790747, "him": 0.26106470058469117, "they": 0.11544759291678368}, "point": {"him - they": 0.0722598238476318, "him": 0.2387103448369428, "they": 0.166450520989311}, "police": {"him - they": 0.08792942217589592, "him": 0.26174552649413757, "they": 0.17381610431824165}, "polish": {"him - they": 0.1407141096452021, "him": 0.24925416557521224, "they": 0.10854005593001013}, "poor": {"him - they": 0.01851950907386246, "him": 0.2045375326424109, "they": 0.18601802356854844}, "positive": {"him - they": 0.07275240554081971, "him": 0.28671294546807724, "they": 0.21396053992725753}, "possible": {"him - they": 0.07568246386160316, "him": 0.21977444086851045, "they": 0.1440919770069073}, "post": {"him - they": 0.12394293971717163, "him": 0.2540059472321789, "they": 0.13006300751500727}, "posts": {"him - they": 0.15433615412854712, "him": 0.26504021068737066, "they": 0.11070405655882354}, "power": {"him - they": 0.06180655219882794, "him": 0.2574679271880667, "they": 0.19566137498923877}, "pregnant": {"him - they": 0.09773026956473563, "him": 0.28671294546807724, "they": 0.1889826759033416}, "pressed": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "pretending": {"him - they": 0.07240864000449973, "him": 0.2937249036291447, "they": 0.221316263624645}, "pride": {"him - they": 0.018677200879778477, "him": 0.19563167530214415, "they": 0.17695447442236567}, "prime": {"him - they": 0.1509938170928206, "him": 0.3068560024147448, "they": 0.15586218532192422}, "printing": {"him - they": 0.13488318067648486, "him": 0.326975622735601, "they": 0.19209244205911613}, "prison": {"him - they": 0.056075586678488804, "him": 0.24132643349071967, "they": 0.18525084681223086}, "probably": {"him - they": 0.009588163952412604, "him": 0.2266490866696048, "they": 0.21706092271719218}, "problems": {"him - they": 0.041817307254652936, "him": 0.21666271233878132, "they": 0.17484540508412838}, "professor": {"him - they": 0.13813059280427864, "him": 0.28671294546807724, "they": 0.1485823526637986}, "project": {"him - they": 0.14088966804115793, "him": 0.2464669065431087, "they": 0.10557723850195076}, "properly": {"him - they": 0.055794867985659774, "him": 0.24925416557521224, "they": 0.19345929758955246}, "protesters": {"him - they": 0.13985733449908172, "him": 0.26236636036772887, "they": 0.12250902586864715}, "proud": {"him - they": 0.09566595343741627, "him": 0.2792498869638345, "they": 0.18358393352641825}, "public": {"him - they": 0.0005356175424011123, "him": 0.17655364667985923, "they": 0.17601802913745812}, "pulled": {"him - they": 0.13760031345564055, "him": 0.2937249036291447, "they": 0.15612459017350416}, "purchase": {"him - they": 0.07275240554081971, "him": 0.28671294546807724, "they": 0.21396053992725753}, "purported": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "push": {"him - they": 0.09866364107942543, "him": 0.2706086587789285, "they": 0.17194501769950304}, "put": {"him - they": 0.05623417094610572, "him": 0.2773143331820835, "they": 0.22108016223597776}, "r": {"him - they": 0.1007665576210661, "him": 0.2304003126663697, "they": 0.1296337550453036}, "ra": {"him - they": 0.13760031345564055, "him": 0.2937249036291447, "they": 0.15612459017350416}, "racial": {"him - they": 0.10248824626417867, "him": 0.19165852812565232, "they": 0.08917028186147365}, "racist": {"him - they": 0.0385448159409692, "him": 0.25650981238968246, "they": 0.21796499644871326}, "radio": {"him - they": 0.07596990940748913, "him": 0.21231147338771328, "they": 0.13634156398022415}, "rag": {"him - they": 0.1360944654302793, "him": 0.31265633968191137, "they": 0.17656187425163206}, "ran": {"him - they": 0.12615204155619114, "him": 0.30093593358826143, "they": 0.1747838920320703}, "re": {"him - they": -0.1853184674916594, "him": 0.12457797008021917, "they": 0.30989643757187857}, "read": {"him - they": -0.007173576643902502, "him": 0.15148332158101607, "they": 0.15865689822491857}, "reading": {"him - they": 0.056807364333553906, "him": 0.21977444086851045, "they": 0.16296707653495654}, "ready": {"him - they": 0.04112579703147817, "him": 0.24132643349071967, "they": 0.2002006364592415}, "reality": {"him - they": 0.07490820809984261, "him": 0.23894318601384507, "they": 0.16403497791400246}, "really": {"him - they": 0.034543916628786864, "him": 0.2325605773417268, "they": 0.19801666071293994}, "reason": {"him - they": 0.062341950101608895, "him": 0.24398029322478643, "they": 0.18163834312317753}, "rebel": {"him - they": 0.07304280488594769, "him": 0.2806748764088565, "they": 0.20763207152290883}, "recess": {"him - they": 0.13488318067648486, "him": 0.326975622735601, "they": 0.19209244205911613}, "red": {"him - they": 0.10189601519890527, "him": 0.20575866107319318, "they": 0.10386264587428791}, "remember": {"him - they": 0.11627974178613998, "him": 0.2801922717184903, "they": 0.16391252993235034}, "remove": {"him - they": 0.055170055392161355, "him": 0.2663042096598264, "they": 0.21113415426766502}, "reported": {"him - they": 0.14120742545159096, "him": 0.24132643349071967, "they": 0.10011900803912871}, "request": {"him - they": 0.13760031345564055, "him": 0.2937249036291447, "they": 0.15612459017350416}, "rest": {"him - they": -0.014763079778171428, "him": 0.20334293622664681, "they": 0.21810601600481824}, "restrained": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "returning": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "rich": {"him - they": 0.1392926001571767, "him": 0.2706086587789285, "they": 0.13131605862175177}, "rid": {"him - they": 0.13959005239077246, "him": 0.2663042096598264, "they": 0.1267141572690539}, "ride": {"him - they": 0.07480832100105494, "him": 0.24132643349071967, "they": 0.16651811248966472}, "right": {"him - they": 0.06021452024997195, "him": 0.2700832660787841, "they": 0.20986874582881213}, "rob": {"him - they": 0.13694581795025393, "him": 0.30212145866089246, "they": 0.16517564071063853}, "robbie": {"him - they": 0.13488318067648486, "him": 0.326975622735601, "they": 0.19209244205911613}, "rock": {"him - they": 0.1413521002083486, "him": 0.23894318601384507, "they": 0.09759108580549648}, "ropes": {"him - they": 0.13488318067648486, "him": 0.326975622735601, "they": 0.19209244205911613}, "rumble": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "run": {"him - they": 0.00040284020254133246, "him": 0.18885089780786082, "they": 0.1884480576053195}, "russian": {"him - they": 0.1007665576210661, "him": 0.2304003126663697, "they": 0.1296337550453036}, "s": {"him - they": 0.046457492491636054, "him": 0.2848163546720277, "they": 0.23835886218039165}, "safe": {"him - they": 0.07490820809984261, "him": 0.23894318601384507, "they": 0.16403497791400246}, "said": {"him - they": 0.08151138312489689, "him": 0.3095441633532902, "they": 0.22803278022839332}, "sat": {"him - they": 0.15749763410659753, "him": 0.34217758102955065, "they": 0.18467994692295311}, "satan": {"him - they": 0.13895775546658168, "him": 0.2753612228189775, "they": 0.13640346735239584}, "save": {"him - they": 0.07548382719403424, "him": 0.22481649586413494, "they": 0.1493326686701007}, "saving": {"him - they": 0.09773026956473563, "him": 0.28671294546807724, "they": 0.1889826759033416}, "saw": {"him - they": 0.08111490076831107, "him": 0.23830322729342177, "they": 0.1571883265251107}, "say": {"him - they": 0.009162655465880631, "him": 0.260480061941201, "they": 0.25131740647532036}, "says": {"him - they": 0.13122621409321897, "him": 0.2902923860573436, "they": 0.15906617196412462}, "scared": {"him - they": 0.13813059280427864, "him": 0.28671294546807724, "they": 0.1485823526637986}, "school": {"him - they": 0.04904806603514314, "him": 0.2697353931093799, "they": 0.22068732707423674}, "schooling": {"him - they": 0.09890426225393353, "him": 0.2663042096598264, "they": 0.16739994740589284}, "screaming": {"him - they": 0.13857537740002804, "him": 0.2806748764088565, "they": 0.14209949900882848}, "scum": {"him - they": 0.04204316032434685, "him": 0.20828580897211496, "they": 0.1662426486477681}, "seal": {"him - they": 0.13488318067648486, "him": 0.326975622735601, "they": 0.19209244205911613}, "section": {"him - they": 0.14278085411689012, "him": 0.21372297250887887, "they": 0.07094211839198876}, "security": {"him - they": 0.07541224452682818, "him": 0.22661156319677023, "they": 0.15119931866994205}, "see": {"him - they": 0.08798147050689009, "him": 0.2978790009828294, "they": 0.2098975304759393}, "seen": {"him - they": -0.007173576643902502, "him": 0.15148332158101607, "they": 0.15865689822491857}, "self": {"him - they": 0.1270186899019703, "him": 0.30673302798933955, "they": 0.17971433808736925}, "selfish": {"him - they": 0.13488318067648486, "him": 0.326975622735601, "they": 0.19209244205911613}, "send": {"him - they": 0.06281494845347471, "him": 0.23161999801051142, "they": 0.1688050495570367}, "sent": {"him - they": 0.008859204260651704, "him": 0.20575866107319318, "they": 0.19689945681254148}, "set": {"him - they": 0.16195138640504508, "him": 0.29547351856861304, "they": 0.13352213216356795}, "sf": {"him - they": 0.10214657208798958, "him": 0.19990666149785047, "they": 0.09776008940986089}, "shake": {"him - they": 0.13694581795025393, "him": 0.30212145866089246, "they": 0.16517564071063853}, "shaved": {"him - they": 0.13857537740002804, "him": 0.2806748764088565, "they": 0.14209949900882848}, "she": {"him - they": 0.10095243326699799, "him": 0.2312195966170684, "they": 0.1302671633500704}, "shoot": {"him - they": 0.10056734154402666, "him": 0.23449183057735953, "they": 0.13392448903333287}, "shot": {"him - they": 0.15452804726102837, "him": 0.262394685500368, "they": 0.10786663823933962}, "should": {"him - they": -0.003984620519036919, "him": 0.2563665288093287, "they": 0.2603511493283656}, "show": {"him - they": 0.007703076641612627, "him": 0.2491225141478657, "they": 0.24141943750625308}, "showed": {"him - they": 0.0737130767718665, "him": 0.2663042096598264, "they": 0.19259113288795987}, "similar": {"him - they": 0.10103305649682841, "him": 0.22481649586413494, "they": 0.12378343936730653}, "since": {"him - they": 0.014964898522599857, "him": 0.21550682706379087, "they": 0.20054192854119102}, "single": {"him - they": 0.10184166395152942, "him": 0.20700762027112124, "they": 0.10516595631959182}, "sister": {"him - they": 0.12831570020957234, "him": 0.2707675137247977, "they": 0.14245181351522535}, "sitting": {"him - they": 0.08090419212472488, "him": 0.28660951478518565, "they": 0.20570532266046077}, "skills": {"him - they": 0.055574373401903354, "him": 0.2553613880073394, "they": 0.19978701460543602}, "skinned": {"him - they": 0.13694581795025393, "him": 0.30212145866089246, "they": 0.16517564071063853}, "slapped": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "smashed": {"him - they": 0.13694581795025393, "him": 0.30212145866089246, "they": 0.16517564071063853}, "smile": {"him - they": 0.09808635931130652, "him": 0.2806748764088565, "they": 0.18258851709755}, "so": {"him - they": 0.017954919925773694, "him": 0.2994151608024718, "they": 0.28146024087669813}, "sold": {"him - they": 0.09839363550231262, "him": 0.2753612228189775, "they": 0.1769675873166649}, "soldier": {"him - they": 0.13694581795025393, "him": 0.30212145866089246, "they": 0.16517564071063853}, "soldiers": {"him - they": 0.040895096545562504, "him": 0.24925416557521224, "they": 0.20835906902964973}, "some": {"him - they": 0.05156685768104591, "him": 0.26836234816847837, "they": 0.21679549048743246}, "someone": {"him - they": 0.09241375119160011, "him": 0.2637038543468052, "they": 0.1712901031552051}, "something": {"him - they": 0.03456688550639653, "him": 0.23172205300754087, "they": 0.19715516750114434}, "somewhere": {"him - they": 0.12721030965714647, "him": 0.28660951478518565, "they": 0.15939920512803918}, "son": {"him - they": 0.22912552075359355, "him": 0.2930031995960333, "they": 0.06387767884243979}, "song": {"him - they": 0.1293382704224567, "him": 0.25516408768458887, "they": 0.12582581726213216}, "soon": {"him - they": 0.04616990576214175, "him": 0.23161999801051142, "they": 0.18545009224836967}, "sorry": {"him - they": 0.04242783179736251, "him": 0.19361025213703123, "they": 0.15118242033966872}, "sound": {"him - they": -0.01477593490109022, "him": 0.20700762027112124, "they": 0.22178355517221146}, "speak": {"him - they": 0.00035247765375415185, "him": 0.19361025213703123, "they": 0.19325777448327708}, "speaking": {"him - they": 0.055987615836287724, "him": 0.24382976151943692, "they": 0.1878421456831492}, "spelling": {"him - they": 0.1360944654302793, "him": 0.31265633968191137, "they": 0.17656187425163206}, "spend": {"him - they": 0.09982079629353824, "him": 0.24925416557521224, "they": 0.149433369281674}, "spirit": {"him - they": 0.09982079629353824, "him": 0.24925416557521224, "they": 0.149433369281674}, "spit": {"him - they": 0.13694581795025393, "him": 0.30212145866089246, "they": 0.16517564071063853}, "spoken": {"him - they": 0.13895775546658168, "him": 0.2753612228189775, "they": 0.13640346735239584}, "stamps": {"him - they": 0.1360944654302793, "him": 0.31265633968191137, "they": 0.17656187425163206}, "started": {"him - they": -0.03332795105133157, "him": 0.19990666149785047, "they": 0.23323461254918204}, "starts": {"him - they": 0.056075586678488804, "him": 0.24132643349071967, "they": 0.18525084681223086}, "stay": {"him - they": 0.029631683481343846, "him": 0.1966702417957716, "they": 0.16703855831442777}, "step": {"him - they": 0.05545101541616071, "him": 0.25873429442769613, "they": 0.20328327901153542}, "stepped": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "stick": {"him - they": 0.10880636241439995, "him": 0.2807598805478364, "they": 0.17195351813343646}, "still": {"him - they": 0.049148946257001225, "him": 0.24212127324581753, "they": 0.1929723269888163}, "stole": {"him - they": 0.09678810674515012, "him": 0.30212145866089246, "they": 0.20533335191574234}, "stolen": {"him - they": 0.13760031345564055, "him": 0.2937249036291447, "they": 0.15612459017350416}, "stood": {"him - they": 0.09866364107942543, "him": 0.2706086587789285, "they": 0.17194501769950304}, "stop": {"him - they": -0.021330693413033175, "him": 0.16892842380866424, "they": 0.19025911722169742}, "stories": {"him - they": 0.08079112110744138, "him": 0.2887232099089763, "they": 0.20793208880153494}, "stormfront": {"him - they": 0.01962609817833459, "him": 0.14067566836734693, "they": 0.12104957018901234}, "story": {"him - they": 0.05436918128390253, "him": 0.22333952152214318, "they": 0.16897034023824065}, "straight": {"him - they": 0.10056734154402666, "him": 0.23449183057735953, "they": 0.13392448903333287}, "strange": {"him - they": 0.07470253657394132, "him": 0.24382976151943692, "they": 0.1691272249454956}, "student": {"him - they": 0.0751781182633984, "him": 0.2324050111406903, "they": 0.15722689287729189}, "students": {"him - they": 0.10523442925765411, "him": 0.2811511596825986, "they": 0.17591673042494446}, "stupid": {"him - they": -0.027583539000741314, "him": 0.1827882896283735, "they": 0.21037182862911483}, "such": {"him - they": -0.007257640968751977, "him": 0.16100529362567673, "they": 0.1682629345944287}, "suited": {"him - they": 0.1360944654302793, "him": 0.31265633968191137, "they": 0.17656187425163206}, "superiority": {"him - they": 0.1392926001571767, "him": 0.2706086587789285, "they": 0.13131605862175177}, "support": {"him - they": 0.029928466200581566, "him": 0.1827882896283735, "they": 0.15285982342779195}, "sure": {"him - they": -0.004297133785900603, "him": 0.21274552262064933, "they": 0.21704265640654993}, "surely": {"him - they": 0.1392926001571767, "him": 0.2706086587789285, "they": 0.13131605862175177}, "suspended": {"him - they": 0.13857537740002804, "him": 0.2806748764088565, "they": 0.14209949900882848}, "swedish": {"him - they": 0.1417404110322571, "him": 0.2324050111406903, "they": 0.09066460010843318}, "t": {"him - they": -0.05912193737439059, "him": 0.2299151775094846, "they": 0.2890371148838752}, "table": {"him - they": 0.09912112593029318, "him": 0.26236636036772887, "they": 0.1632452344374357}, "taco": {"him - they": 0.1360944654302793, "him": 0.31265633968191137, "they": 0.17656187425163206}, "take": {"him - they": -0.043637426722825196, "him": 0.1899330561968225, "they": 0.2335704829196477}, "talk": {"him - they": 0.11760062409304292, "him": 0.30453297771848176, "they": 0.18693235362543884}, "talmud": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "tapp": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "task": {"him - they": 0.13985733449908172, "him": 0.26236636036772887, "they": 0.12250902586864715}, "teach": {"him - they": 0.008859204260651704, "him": 0.20575866107319318, "they": 0.19689945681254148}, "teacher": {"him - they": 0.08303311462267529, "him": 0.24398029322478643, "they": 0.16094717860211114}, "teaching": {"him - they": 0.055987615836287724, "him": 0.24382976151943692, "they": 0.1878421456831492}, "teen": {"him - they": 0.09808635931130652, "him": 0.2806748764088565, "they": 0.18258851709755}, "teeth": {"him - they": 0.09890426225393353, "him": 0.2663042096598264, "they": 0.16739994740589284}, "tell": {"him - they": 0.054169450255434265, "him": 0.25588713067810387, "they": 0.2017176804226696}, "telling": {"him - they": 0.02896702132018472, "him": 0.22661156319677023, "they": 0.1976445418765855}, "tend": {"him - they": 0.09996508558365788, "him": 0.2464669065431087, "they": 0.14650182095945083}, "than": {"him - they": -0.13445666455557015, "him": 0.1069119607676887, "they": 0.24136862532325884}, "thank": {"him - they": 0.04344304993591587, "him": 0.15197599556889557, "they": 0.1085329456329797}, "thanks": {"him - they": 0.10345212156569521, "him": 0.1663790348906812, "they": 0.062926913324986}, "that": {"him - they": -0.023307828470293557, "him": 0.2892306071997221, "they": 0.31253843567001566}, "thats": {"him - they": 0.00023901242088428254, "him": 0.2045375326424109, "they": 0.2042985202215266}, "the": {"him - they": -0.0011296091475905268, "him": 0.34516523251726283, "they": 0.34629484166485336}, "their": {"him - they": -0.21567719652800899, "him": 0.12740826021744311, "they": 0.3430854567454521}, "them": {"him - they": -0.17637031194571778, "him": 0.1402851172824357, "they": 0.3166554292281535}, "then": {"him - they": 0.0319619233329399, "him": 0.2951403568001886, "they": 0.2631784334672487}, "there": {"him - they": -0.05522181988414651, "him": 0.17242114510783063, "they": 0.22764296499197714}, "theres": {"him - they": 0.14009977100266197, "him": 0.25873429442769613, "they": 0.11863452342503418}, "these": {"him - they": -0.08811483104933801, "him": 0.15587944034250575, "they": 0.24399427139184376}, "they": {"him - they": -0.3337396990212571, "him": 0.2520456130388453, "they": 0.5857853120601024}, "thing": {"him - they": -0.07085910356216951, "him": 0.14067566836734693, "they": 0.21153477192951645}, "things": {"him - they": 0.059200973814719504, "him": 0.2774895059196531, "they": 0.2182885321049336}, "think": {"him - they": -0.038324703874901306, "him": 0.23458775348846125, "they": 0.27291245736336256}, "this": {"him - they": 0.03352272343193216, "him": 0.25906825781960435, "they": 0.2255455343876722}, "those": {"him - they": -0.12998542453250872, "him": 0.10741699566950651, "they": 0.2374024202020152}, "thought": {"him - they": 0.0261852977651284, "him": 0.22269923535171565, "they": 0.19651393758658725}, "thousands": {"him - they": 0.1146394701007496, "him": 0.3036779726704364, "they": 0.1890385025696868}, "thread": {"him - they": 0.04379689830646086, "him": 0.13626855724430598, "they": 0.09247165893784512}, "threw": {"him - they": 0.13857537740002804, "him": 0.2806748764088565, "they": 0.14209949900882848}, "through": {"him - they": -0.03343132675656943, "him": 0.1709136359926697, "they": 0.20434496274923913}, "thrown": {"him - they": 0.19073937112878844, "him": 0.31745352839784235, "they": 0.1267141572690539}, "tiger": {"him - they": 0.13488318067648486, "him": 0.326975622735601, "they": 0.19209244205911613}, "time": {"him - they": 0.04418606495372118, "him": 0.25206671576632295, "they": 0.20788065081260176}, "times": {"him - they": 0.10651545486111558, "him": 0.2845880453353165, "they": 0.17807259047420093}, "to": {"him - they": 0.03231151722910969, "him": 0.3927993638792215, "they": 0.3604878466501118}, "today": {"him - they": -0.03343546719843141, "him": 0.16892842380866424, "they": 0.20236389100709565}, "told": {"him - they": 0.07883794189724735, "him": 0.33015023064133675, "they": 0.2513122887440894}, "tongue": {"him - they": 0.18687582047149806, "him": 0.3520514611821366, "they": 0.16517564071063853}, "too": {"him - they": 0.01830035221529508, "him": 0.20082675673103434, "they": 0.18252640451573926}, "took": {"him - they": 0.0002633024048546151, "him": 0.20217366366505113, "they": 0.2019103612601965}, "tools": {"him - they": 0.09773026956473563, "him": 0.28671294546807724, "they": 0.1889826759033416}, "top": {"him - they": 0.10134101541577514, "him": 0.21819573637746792, "they": 0.11685472096169278}, "topic": {"him - they": 0.14052535200545385, "him": 0.2522110832706662, "they": 0.11168573126521235}, "track": {"him - they": 0.13813059280427864, "him": 0.28671294546807724, "they": 0.1485823526637986}, "trash": {"him - they": 0.14120742545159096, "him": 0.24132643349071967, "they": 0.10011900803912871}, "tree": {"him - they": 0.14185695497575793, "him": 0.2304003126663697, "they": 0.08854335769061178}, "trick": {"him - they": 0.13857537740002804, "him": 0.2806748764088565, "they": 0.14209949900882848}, "tried": {"him - they": 0.008859204260651704, "him": 0.20575866107319318, "they": 0.19689945681254148}, "true": {"him - they": 0.01879653173993151, "him": 0.18885089780786082, "they": 0.1700543660679293}, "trusted": {"him - they": 0.1360944654302793, "him": 0.31265633968191137, "they": 0.17656187425163206}, "truth": {"him - they": 0.05389964069476069, "him": 0.2370572225800559, "they": 0.1831575818852952}, "try": {"him - they": 0.02976018760475882, "him": 0.24361662707126938, "they": 0.21385643946651056}, "trying": {"him - they": -0.03343673605229988, "him": 0.16828094437036972, "they": 0.2017176804226696}, "turn": {"him - they": -0.02756546309762406, "him": 0.1966702417957716, "they": 0.22423570489339567}, "turned": {"him - they": 0.1407141096452021, "him": 0.24925416557521224, "they": 0.10854005593001013}, "turning": {"him - they": 0.09949920268541515, "him": 0.2553613880073394, "they": 0.15586218532192422}, "twice": {"him - they": 0.07405434750474302, "him": 0.25873429442769613, "they": 0.18467994692295311}, "two": {"him - they": -0.04924707822624319, "him": 0.13823497663521286, "they": 0.18748205486145605}, "typical": {"him - they": 0.1001001732917072, "him": 0.24382976151943692, "they": 0.14372958822772972}, "u": {"him - they": 0.1444854809469105, "him": 0.17805144838140835, "they": 0.033565967434497856}, "uncle": {"him - they": 0.13760031345564055, "him": 0.2937249036291447, "they": 0.15612459017350416}, "unfortunately": {"him - they": 0.10103305649682841, "him": 0.22481649586413494, "they": 0.12378343936730653}, "units": {"him - they": 0.13694581795025393, "him": 0.30212145866089246, "they": 0.16517564071063853}, "university": {"him - they": 0.10189601519890527, "him": 0.20575866107319318, "they": 0.10386264587428791}, "until": {"him - they": -0.03341750691163786, "him": 0.17655364667985923, "they": 0.2099711535914971}, "up": {"him - they": 0.03904037236494767, "him": 0.29661196923561706, "they": 0.2575715968706694}, "upon": {"him - they": 0.041194348603416975, "him": 0.23894318601384507, "they": 0.1977488374104281}, "us": {"him - they": -0.146895066793573, "him": 0.1061611260340441, "they": 0.2530561928276171}, "use": {"him - they": 0.06062207530569563, "him": 0.2406615904607469, "they": 0.18003951515505126}, "user": {"him - they": 0.13959005239077246, "him": 0.2663042096598264, "they": 0.1267141572690539}, "using": {"him - they": 0.05737103119584486, "him": 0.20217366366505113, "they": 0.14480263246920627}, "utilities": {"him - they": 0.09516661268978624, "him": 0.326975622735601, "they": 0.23180901004581475}, "vague": {"him - they": 0.13279262853769033, "him": 0.35012035961205135, "they": 0.217327731074361}, "values": {"him - they": 0.1407141096452021, "him": 0.24925416557521224, "they": 0.10854005593001013}, "ve": {"him - they": -0.01642204099818137, "him": 0.17608163140245917, "they": 0.19250367240064054}, "verdict": {"him - they": 0.09516661268978624, "him": 0.326975622735601, "they": 0.23180901004581475}, "very": {"him - they": 0.0689898381720265, "him": 0.24831204456902062, "they": 0.17932220639699412}, "victim": {"him - they": 0.15125767611825425, "him": 0.30380273512386347, "they": 0.15254505900560922}, "video": {"him - they": 0.1368442051484453, "him": 0.25770018757052304, "they": 0.12085598242207773}, "views": {"him - they": 0.008369904061145655, "him": 0.24132643349071967, "they": 0.232956529429574}, "vile": {"him - they": 0.12486239550988248, "him": 0.31745352839784235, "they": 0.19259113288795987}, "vote": {"him - they": 0.15125767611825425, "him": 0.30380273512386347, "they": 0.15254505900560922}, "w": {"him - they": 0.1417404110322571, "him": 0.2324050111406903, "they": 0.09066460010843318}, "wait": {"him - they": 0.029799739690776428, "him": 0.18885089780786082, "they": 0.1590511581170844}, "walked": {"him - they": 0.09890426225393353, "him": 0.2663042096598264, "they": 0.16739994740589284}, "wanna": {"him - they": 0.15125767611825425, "him": 0.30380273512386347, "they": 0.15254505900560922}, "want": {"him - they": -0.07200803045958665, "him": 0.19436857277921393, "they": 0.2663766032388006}, "wanted": {"him - they": 0.018621104135758598, "him": 0.19880689830019407, "they": 0.18018579416443548}, "wants": {"him - they": 0.057334529964307795, "him": 0.20334293622664681, "they": 0.14600840626233902}, "war": {"him - they": 0.029739660154495418, "him": 0.19165852812565232, "they": 0.1619188679711569}, "was": {"him - they": 0.1707158763913778, "him": 0.3616073944378304, "they": 0.1908915180464526}, "watch": {"him - they": 0.0005275790408591774, "him": 0.18247798774948681, "they": 0.18195040870862764}, "watched": {"him - they": 0.15173094366638604, "him": 0.29823276462583687, "they": 0.14650182095945083}, "way": {"him - they": -0.055186782486398744, "him": 0.16912925448341332, "they": 0.22431603696981206}, "we": {"him - they": 0.014415570358173146, "him": 0.21785112086827874, "they": 0.2034355505101056}, "weapon": {"him - they": 0.07389161999588309, "him": 0.26236636036772887, "they": 0.18847474037184578}, "week": {"him - they": 0.09681613295419764, "him": 0.25906888728015126, "they": 0.16225275432595362}, "weeks": {"him - they": 0.16353495934644863, "him": 0.27651588955462153, "they": 0.11298093020817289}, "welfare": {"him - they": 0.017856514209566743, "him": 0.24132643349071967, "they": 0.22346991928115292}, "well": {"him - they": -0.017791337023836118, "him": 0.1970277971799087, "they": 0.21481913420374482}, "went": {"him - they": 0.050920317902923146, "him": 0.26603018701220743, "they": 0.21510986910928429}, "were": {"him - they": -0.19123612806402596, "him": 0.09816392298644909, "they": 0.28940005105047506}, "what": {"him - they": -0.04237057983407838, "him": 0.22439399585047398, "they": 0.26676457568455236}, "whatever": {"him - they": 0.15342378158159004, "him": 0.27720722094889655, "they": 0.12378343936730653}, "when": {"him - they": 0.013425744096462966, "him": 0.3067490844630921, "they": 0.29332334036662916}, "whenever": {"him - they": 0.09239964997329428, "him": 0.30380273512386347, "they": 0.2114030851505692}, "where": {"him - they": 0.02337534925900142, "him": 0.2520189412789108, "they": 0.22864359201990936}, "whether": {"him - they": 0.07470253657394132, "him": 0.24382976151943692, "they": 0.1691272249454956}, "which": {"him - they": 0.055693948211918254, "him": 0.2536166318716249, "they": 0.19792268365970667}, "while": {"him - they": 0.09893983751457491, "him": 0.2679575010691969, "they": 0.169017663554622}, "white": {"him - they": 0.039122746987441614, "him": 0.3024393613720301, "they": 0.2633166143845885}, "whites": {"him - they": -0.17087215437755823, "him": 0.08858761153870645, "they": 0.2594597659162647}, "who": {"him - they": 0.017083927874105898, "him": 0.25023287750657985, "they": 0.23314894963247396}, "whole": {"him - they": 0.00041249304838142375, "him": 0.18794481463959542, "they": 0.187532321591214}, "why": {"him - they": 0.013404862106045884, "him": 0.24629321845019142, "they": 0.23288835634414554}, "wife": {"him - they": 0.18682325170874362, "him": 0.3036779726704364, "they": 0.11685472096169278}, "wiggers": {"him - they": 0.055574373401903354, "him": 0.2553613880073394, "they": 0.19978701460543602}, "will": {"him - they": -0.06952346151762406, "him": 0.21395813211789055, "they": 0.2834815936355146}, "window": {"him - they": 0.14009977100266197, "him": 0.25873429442769613, "they": 0.11863452342503418}, "wisdom": {"him - they": 0.09730748788856564, "him": 0.2937249036291447, "they": 0.19641741574057908}, "wit": {"him - they": 0.1360944654302793, "him": 0.31265633968191137, "they": 0.17656187425163206}, "with": {"him - they": 0.043839513197798496, "him": 0.3329005679756812, "they": 0.2890610547778827}, "within": {"him - they": 0.04168751024918946, "him": 0.2214018483365587, "they": 0.17971433808736925}, "woman": {"him - they": 0.019132158701776897, "him": 0.16958292051742913, "they": 0.15045076181565223}, "wonder": {"him - they": 0.014848742671800141, "him": 0.22206576844262638, "they": 0.20721702577082624}, "wonderful": {"him - they": 0.10022712030544492, "him": 0.24132643349071967, "they": 0.14109931318527474}, "wondering": {"him - they": 0.0414370308362825, "him": 0.2304003126663697, "they": 0.1889632818300872}, "wore": {"him - they": 0.09773026956473563, "him": 0.28671294546807724, "they": 0.1889826759033416}, "work": {"him - they": 0.009810925264143955, "him": 0.21220794850426067, "they": 0.2023970232401167}, "works": {"him - they": 0.14245501582743514, "him": 0.21977444086851045, "they": 0.0773194250410753}, "world": {"him - they": -0.044281076943354786, "him": 0.13398408666252834, "they": 0.17826516360588313}, "would": {"him - they": 0.04994468024502613, "him": 0.27885795972361627, "they": 0.22891327947859014}, "wouldnt": {"him - they": 0.09611618736582017, "him": 0.31265633968191137, "they": 0.2165401523160912}, "wp": {"him - they": 0.1414886339822268, "him": 0.23666832947355468, "they": 0.09517969549132788}, "write": {"him - they": 0.09982079629353824, "him": 0.24925416557521224, "they": 0.149433369281674}, "wrong": {"him - they": 0.018677200879778477, "him": 0.19563167530214415, "they": 0.17695447442236567}, "www": {"him - they": 0.07205216088146965, "him": 0.20184504524658264, "they": 0.129792884365113}, "x": {"him - they": 0.10046000839434407, "him": 0.23666832947355468, "they": 0.1362083210792106}, "ya": {"him - they": 0.008924930754719534, "him": 0.2010285890787668, "they": 0.19210365832404727}, "year": {"him - they": 0.061950426070402104, "him": 0.2045727456292547, "they": 0.1426223195588526}, "years": {"him - they": -0.0202365472767429, "him": 0.17052036991994468, "they": 0.19075691719668758}, "yes": {"him - they": 0.015131248605016329, "him": 0.20609870352571813, "they": 0.1909674549207018}, "yet": {"him - they": 0.0004939800448116871, "him": 0.18037203478552719, "they": 0.1798780547407155}, "you": {"him - they": 0.060916249223855634, "him": 0.2881604462719304, "they": 0.22724419704807475}, "young": {"him - they": 0.053751530091452976, "him": 0.24128385168266697, "they": 0.187532321591214}, "your": {"him - they": 0.028051612027444106, "him": 0.2166336237950578, "they": 0.1885820117676137}, "youtube": {"him - they": 0.05750995150099378, "him": 0.11379976816465562, "they": 0.05628981666366184}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-woman.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-woman.json new file mode 100644 index 0000000000000000000000000000000000000000..682ddec8c735881ebf01a93000580f583ac8eb4c --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-him-woman.json @@ -0,0 +1 @@ +{"1": {"him - woman": -0.11993580876851434, "him": 0.19420713008402302, "woman": 0.31414293885253736}, "17": {"him - woman": -0.05073838403004194, "him": 0.30380273512386347, "woman": 0.3545411191539054}, "2": {"him - woman": -0.08584286282594278, "him": 0.2253857465579885, "woman": 0.31122860938393127}, "20": {"him - woman": -0.048877144575938114, "him": 0.19563167530214415, "woman": 0.24450881987808226}, "2012": {"him - woman": -0.04773679559018018, "him": 0.2324050111406903, "woman": 0.28014180673087047}, "3": {"him - woman": 0.004945865382478543, "him": 0.267469896841979, "woman": 0.2625240314595005}, "30": {"him - woman": -0.04875013977714637, "him": 0.19990666149785047, "woman": 0.24865680127499684}, "5": {"him - woman": -0.04972368986859943, "him": 0.16575807644866997, "woman": 0.2154817663172694}, "6": {"him - woman": -0.04922624828331312, "him": 0.18361647265981548, "woman": 0.2328427209431286}, "a": {"him - woman": -0.08432668029262985, "him": 0.36178430539725337, "woman": 0.4461109856898832}, "about": {"him - woman": -0.013955267912902747, "him": 0.2621328568110203, "woman": 0.276088124723923}, "accused": {"him - woman": -0.04658989953773246, "him": 0.2663042096598264, "woman": 0.31289410919755883}, "african": {"him - woman": -0.05192124877422516, "him": 0.27551992977694356, "woman": 0.3274411785511687}, "after": {"him - woman": 0.06362701724432704, "him": 0.2597266605228449, "woman": 0.19609964327851784}, "again": {"him - woman": 0.06329619002523418, "him": 0.2735994006296418, "woman": 0.2103032106044076}, "ago": {"him - woman": -0.020589686895733678, "him": 0.23213991903157075, "woman": 0.2527296059273044}, "all": {"him - woman": 0.035686366669688246, "him": 0.26188086486864653, "woman": 0.2261944981989583}, "alot": {"him - woman": -0.048089350798852765, "him": 0.2214018483365587, "woman": 0.2694911991354115}, "also": {"him - woman": -0.050757201298519794, "him": 0.1252311838145944, "woman": 0.17598838511311418}, "am": {"him - woman": -0.1102516030159642, "him": 0.12017377204338381, "woman": 0.23042537505934801}, "an": {"him - woman": -0.09881011134907663, "him": 0.23171704402277699, "woman": 0.3305271553718536}, "and": {"him - woman": 0.0273151328163192, "him": 0.3997498253102883, "woman": 0.3724346924939691}, "angry": {"him - woman": 0.00448415372805866, "him": 0.29567441608975875, "woman": 0.2911902623617001}, "another": {"him - woman": -0.14565768610374513, "him": 0.15148332158101607, "woman": 0.2971410076847612}, "any": {"him - woman": -0.0939739878407328, "him": 0.15843110332767157, "woman": 0.25240509116840437}, "apartment": {"him - woman": -0.10233003588323919, "him": 0.2522110832706662, "woman": 0.3545411191539054}, "are": {"him - woman": -0.015189441115601415, "him": 0.19233355952346862, "woman": 0.20752300063907003}, "area": {"him - woman": 0.003997121188382358, "him": 0.20053599801594163, "woman": 0.19653887682755927}, "around": {"him - woman": 0.08500912052113949, "him": 0.2520189412789108, "woman": 0.1670098207577713}, "arrest": {"him - woman": -0.10096696015983869, "him": 0.2706086587789285, "woman": 0.37157561893876717}, "arrested": {"him - woman": -0.1388098531943081, "him": 0.2324050111406903, "woman": 0.3712148643349984}, "as": {"him - woman": 0.0065585452223650975, "him": 0.2753839819160887, "woman": 0.2688254366937236}, "at": {"him - woman": 0.0608847486279932, "him": 0.32661691274949106, "woman": 0.26573216412149786}, "atleast": {"him - woman": -0.04487385214133616, "him": 0.31265633968191137, "woman": 0.3575301918232475}, "austrian": {"him - woman": -0.04430933062046455, "him": 0.326975622735601, "woman": 0.37128495335606554}, "back": {"him - woman": 0.14412744702487804, "him": 0.2976967395516473, "woman": 0.1535692925267693}, "bad": {"him - woman": 0.038061699456589104, "him": 0.24566931744868292, "woman": 0.20760761799209382}, "bautista": {"him - woman": -0.04487385214133616, "him": 0.31265633968191137, "woman": 0.3575301918232475}, "be": {"him - woman": 0.022544456601411245, "him": 0.2884561914744113, "woman": 0.26591173487300007}, "beast": {"him - woman": -0.04643772218604991, "him": 0.2706086587789285, "woman": 0.3170463809649784}, "beat": {"him - woman": -0.1399869600606506, "him": 0.21977444086851045, "woman": 0.35976140092916103}, "beaten": {"him - woman": -0.16349826733179446, "him": 0.24382976151943692, "woman": 0.40732802885123137}, "beating": {"him - woman": -0.04643772218604991, "him": 0.2706086587789285, "woman": 0.3170463809649784}, "beautiful": {"him - woman": -0.04922624828331312, "him": 0.18361647265981548, "woman": 0.2328427209431286}, "because": {"him - woman": -0.012310763912839529, "him": 0.24145695294068642, "woman": 0.25376771685352595}, "been": {"him - woman": -0.14934905799498455, "him": 0.09662271361037235, "woman": 0.2459717716053569}, "behind": {"him - woman": 0.004286642813315172, "him": 0.2508300592969267, "woman": 0.24654341648361153}, "being": {"him - woman": -0.03261890599291553, "him": 0.2439156302547327, "woman": 0.27653453624764823}, "black": {"him - woman": -0.16274494469781225, "him": 0.25679990148706344, "woman": 0.4195448461848757}, "blue": {"him - woman": -0.0489655618407234, "him": 0.19262600166763644, "woman": 0.24159156350835984}, "boy": {"him - woman": -0.031008220838910527, "him": 0.30224357125866597, "woman": 0.3332517920975765}, "boyfriend": {"him - woman": -0.04626799176966523, "him": 0.2753612228189775, "woman": 0.32162921458864274}, "boys": {"him - woman": -0.05154994358266518, "him": 0.28458243482757023, "woman": 0.3361323784102354}, "break": {"him - woman": -0.047522723819938495, "him": 0.23894318601384507, "woman": 0.28646590983378356}, "brother": {"him - woman": 0.004337020469214803, "him": 0.2611197844044521, "woman": 0.2567827639352373}, "brown": {"him - woman": -0.04968975220379471, "him": 0.1670064019505885, "woman": 0.2166961541543832}, "bus": {"him - woman": -0.1657098708976663, "him": 0.22481649586413494, "woman": 0.39052636676180125}, "but": {"him - woman": 0.015453110147567867, "him": 0.26515976964789106, "woman": 0.2497066595003232}, "by": {"him - woman": -0.08365810988102623, "him": 0.25365410629692603, "woman": 0.33731221617795226}, "ca": {"him - woman": -0.04975682394409475, "him": 0.16453483189832355, "woman": 0.2142916558424183}, "came": {"him - woman": 0.004144848094973563, "him": 0.2246412012565042, "woman": 0.22049635316153063}, "can": {"him - woman": 0.03455425763908901, "him": 0.24468746548148004, "woman": 0.21013320784239103}, "canadian": {"him - woman": -0.04585532360412542, "him": 0.28671294546807724, "woman": 0.33256826907220266}, "car": {"him - woman": -0.0520512804972415, "him": 0.2723034740636727, "woman": 0.3243547545609142}, "cause": {"him - woman": -0.1064865663167339, "him": 0.18977153164623586, "woman": 0.29625809796296976}, "charged": {"him - woman": -0.048089350798852765, "him": 0.2214018483365587, "woman": 0.2694911991354115}, "check": {"him - woman": -0.053797734950560866, "him": 0.2266490866696048, "woman": 0.28044682162016565}, "child": {"him - woman": -0.053589212056696145, "him": 0.23236606616839223, "woman": 0.28595527822508837}, "children": {"him - woman": -0.10901680826883231, "him": 0.14495963929080602, "woman": 0.25397644755963833}, "close": {"him - woman": -0.048456896308953584, "him": 0.20959473654640517, "woman": 0.25805163285535876}, "cokes": {"him - woman": -0.043362666722692955, "him": 0.35012035961205135, "woman": 0.3934830263347443}, "com": {"him - woman": -0.06207943022186632, "him": 0.20787826438659632, "woman": 0.26995769460846264}, "come": {"him - woman": 0.038206140625690305, "him": 0.2304848125420995, "woman": 0.19227867191640918}, "commercial": {"him - woman": -0.04685394782666241, "him": 0.25873429442769613, "woman": 0.30558824225435854}, "could": {"him - woman": -0.04017055212093518, "him": 0.25681622093070805, "woman": 0.2969867730516432}, "couple": {"him - woman": -0.04938401176797244, "him": 0.17805144838140835, "woman": 0.2274354601493808}, "damn": {"him - woman": 0.004402466197325039, "him": 0.27551992977694356, "woman": 0.2711174635796185}, "dating": {"him - woman": -0.13545572242536302, "him": 0.2663042096598264, "woman": 0.4017599320851894}, "days": {"him - woman": 0.004137292141981108, "him": 0.22333952152214318, "woman": 0.21920222938016207}, "disgusting": {"him - woman": 0.004368230560825637, "him": 0.26782550654206516, "woman": 0.2634572759812395}, "do": {"him - woman": 0.04737441351036392, "him": 0.23141937963189252, "woman": 0.1840449661215286}, "does": {"him - woman": 0.003988574149052182, "him": 0.19921886455928312, "woman": 0.19523029041023093}, "dont": {"him - woman": -0.011884568135081763, "him": 0.26936832474586275, "woman": 0.2812528928809445}, "down": {"him - woman": 0.05814999839945839, "him": 0.28945167959704726, "woman": 0.23130168119758887}, "drop": {"him - woman": -0.04658989953773246, "him": 0.2663042096598264, "woman": 0.31289410919755883}, "east": {"him - woman": -0.04819025768015972, "him": 0.21819573637746792, "woman": 0.26638599405762764}, "else": {"him - woman": 0.004122522409566759, "him": 0.22081867656394996, "woman": 0.2166961541543832}, "ever": {"him - woman": -0.05045978075529042, "him": 0.13744130361099205, "woman": 0.18790108436628247}, "eyes": {"him - woman": -0.1728204245962042, "him": 0.15606285733421207, "woman": 0.32888328193041627}, "family": {"him - woman": -0.054050930475990855, "him": 0.21959706636085125, "woman": 0.2736479968368421}, "few": {"him - woman": 0.04317713251800823, "him": 0.2609527984506781, "woman": 0.21777566593266987}, "find": {"him - woman": -0.10248031585686751, "him": 0.23909598856303377, "woman": 0.3415763044199013}, "finger": {"him - woman": -0.04607609846597921, "him": 0.2806748764088565, "woman": 0.32675097487483573}, "first": {"him - woman": 0.0038922771532207134, "him": 0.184870301141983, "woman": 0.18097802398876228}, "for": {"him - woman": -0.05990412203211831, "him": 0.305286159987585, "woman": 0.3651902820197033}, "force": {"him - woman": -0.10468482821001418, "him": 0.21819573637746792, "woman": 0.3228805645874821}, "found": {"him - woman": -0.020355356910062433, "him": 0.24463430384360765, "woman": 0.2649896607536701}, "fox": {"him - woman": -0.047360500842263176, "him": 0.24382976151943692, "woman": 0.2911902623617001}, "french": {"him - woman": -0.048782952475522334, "him": 0.19880689830019407, "woman": 0.2475898507757164}, "from": {"him - woman": 0.07419899900749613, "him": 0.3214803030667667, "woman": 0.2472813040592706}, "front": {"him - woman": -0.0533228504008072, "him": 0.23955526643259084, "woman": 0.29287811683339804}, "gang": {"him - woman": -0.10310697766603563, "him": 0.24132643349071967, "woman": 0.3444334111567553}, "get": {"him - woman": -0.00174089369455388, "him": 0.30239836748229054, "woman": 0.3041392611768444}, "gets": {"him - woman": 0.004281424284543256, "him": 0.24979809086954, "woman": 0.24551666658499674}, "girl": {"him - woman": -0.020199085980505627, "him": 0.25286870828330765, "woman": 0.2730677942638133}, "girls": {"him - woman": -0.019825730760760052, "him": 0.2722390081062954, "woman": 0.2920647388670555}, "give": {"him - woman": 0.06324109116917448, "him": 0.27579087452320444, "woman": 0.21254978335402996}, "go": {"him - woman": 0.046573375679943824, "him": 0.28856637087868175, "woman": 0.24199299519873793}, "god": {"him - woman": 0.08352399659505266, "him": 0.2960737799490826, "woman": 0.21254978335402996}, "goes": {"him - woman": -0.10631249605496657, "him": 0.19262600166763644, "woman": 0.298938497722603}, "gone": {"him - woman": 0.03747764547781984, "him": 0.291810214524509, "woman": 0.25433256904668916}, "good": {"him - woman": -0.12238842731110972, "him": 0.19660910491176226, "woman": 0.31899753222287197}, "got": {"him - woman": 0.15418853214021752, "him": 0.3234776360207465, "woman": 0.16928910388052895}, "green": {"him - woman": -0.04841570462297054, "him": 0.2109360351157493, "woman": 0.25935173973871983}, "grow": {"him - woman": -0.047863953880229654, "him": 0.22847111014636476, "woman": 0.2763350640265944}, "guess": {"him - woman": 0.004168257969612621, "him": 0.2287279337381069, "woman": 0.22455967576849428}, "guy": {"him - woman": -0.007021591802279514, "him": 0.3284488751627865, "woman": 0.335470466965066}, "had": {"him - woman": 0.11540109257249745, "him": 0.3248138624028754, "woman": 0.20941276983037796}, "hair": {"him - woman": -0.05684292294850962, "him": 0.2540576416843928, "woman": 0.31090056463290244}, "half": {"him - woman": -0.04940518556801768, "him": 0.17729780221543992, "woman": 0.2267029877834576}, "ham": {"him - woman": -0.04527882748383222, "him": 0.30212145866089246, "woman": 0.3474002861447247}, "hard": {"him - woman": -0.10704888459231685, "him": 0.18037203478552719, "woman": 0.28742091937784403}, "has": {"him - woman": 0.08573761426291246, "him": 0.22420310018172637, "woman": 0.1384654859188139}, "have": {"him - woman": 0.0688811093509771, "him": 0.2789941667429293, "woman": 0.2101130573919522}, "having": {"him - woman": -0.049021626843787636, "him": 0.1907072283148148, "woman": 0.23972885515860243}, "he": {"him - woman": 0.19106306318866945, "him": 0.45384851086428296, "woman": 0.2627854476756135}, "hear": {"him - woman": -0.10714042844243546, "him": 0.1788148497826529, "woman": 0.28595527822508837}, "her": {"him - woman": -0.13918339065917013, "him": 0.2693092534055421, "woman": 0.40849264406471225}, "here": {"him - woman": -0.06305013032109341, "him": 0.1826600502209034, "woman": 0.2457101805419968}, "hey": {"him - woman": -0.049506553230130285, "him": 0.1736670061958214, "woman": 0.22317355942595168}, "him": {"him - woman": 0.4880061312535138, "him": 0.6714495242197408, "woman": 0.183443392966227}, "his": {"him - woman": 0.29007331031064554, "him": 0.4551497970598489, "woman": 0.16507648674920342}, "hispanic": {"him - woman": -0.04766884010487246, "him": 0.23449183057735953, "woman": 0.282160670682232}, "hold": {"him - woman": -0.047360500842263176, "him": 0.24382976151943692, "woman": 0.2911902623617001}, "home": {"him - woman": -0.06035281124231642, "him": 0.2491225141478657, "woman": 0.30947532539018213}, "hope": {"him - woman": 0.0845848922467893, "him": 0.2659094522070556, "woman": 0.18132455996026628}, "house": {"him - woman": 0.004996195007087589, "him": 0.2774895059196531, "woman": 0.2724933109125655}, "how": {"him - woman": 0.07244132960894034, "him": 0.2745778616690524, "woman": 0.20213653206011206}, "http": {"him - woman": -0.14870046133921297, "him": 0.1071640257403024, "woman": 0.25586448707951537}, "i": {"him - woman": 0.10240042217879225, "him": 0.36541899971524117, "woman": 0.2630185775364489}, "id": {"him - woman": -0.04814067341047662, "him": 0.21977444086851045, "woman": 0.26791511427898707}, "if": {"him - woman": 0.043575897468727864, "him": 0.319169897632612, "woman": 0.27559400016388413}, "ill": {"him - woman": 0.004448844102953653, "him": 0.28660951478518565, "woman": 0.282160670682232}, "im": {"him - woman": -0.17418140671290985, "him": 0.14109151169751535, "woman": 0.3152729184104252}, "in": {"him - woman": -0.0770554567034516, "him": 0.3113532887371724, "woman": 0.388408745440624}, "internet": {"him - woman": -0.04861090862859144, "him": 0.2045375326424109, "woman": 0.25314844127100233}, "into": {"him - woman": 0.06417919575362166, "him": 0.23289122507989668, "woman": 0.16871202932627502}, "is": {"him - woman": 0.002325821898623126, "him": 0.27347356987989074, "woman": 0.2711477479812676}, "it": {"him - woman": 0.02474982487635563, "him": 0.27884087359671095, "woman": 0.2540910487203553}, "its": {"him - woman": -0.05571569078786395, "him": 0.1696823185637002, "woman": 0.22539800935156415}, "jew": {"him - woman": 0.004090809455078587, "him": 0.21550682706379087, "woman": 0.2114160176087123}, "jewish": {"him - woman": 0.004184537861130627, "him": 0.23161999801051142, "woman": 0.2274354601493808}, "jews": {"him - woman": 0.03821319686351621, "him": 0.22967323568106943, "woman": 0.19146003881755322}, "just": {"him - woman": 0.052274237064614426, "him": 0.29748255113861677, "woman": 0.24520831407400234}, "keep": {"him - woman": -0.02029556499272467, "him": 0.24779401438557846, "woman": 0.26808957937830313}, "kick": {"him - woman": 0.004457286572635, "him": 0.2887232099089763, "woman": 0.2842659233363413}, "kid": {"him - woman": 0.08273554581345863, "him": 0.31557826675658723, "woman": 0.2328427209431286}, "kids": {"him - woman": 0.0037860305696175434, "him": 0.1699605316686892, "woman": 0.16617450109907167}, "killed": {"him - woman": -0.08160908025314723, "him": 0.2942238270246187, "woman": 0.3758329072777659}, "know": {"him - woman": 0.04336932835099988, "him": 0.24531403221776746, "woman": 0.20194470386676758}, "large": {"him - woman": -0.04803616487638879, "him": 0.22308129870322974, "woman": 0.2711174635796185}, "last": {"him - woman": 0.0038780020091237766, "him": 0.18281449605090977, "woman": 0.178936494041786}, "least": {"him - woman": -0.04936251733643349, "him": 0.1788148497826529, "woman": 0.2281773671190864}, "light": {"him - woman": -0.049021626843787636, "him": 0.1907072283148148, "woman": 0.23972885515860243}, "like": {"him - woman": -0.014944230741151365, "him": 0.28678199439027735, "woman": 0.3017262251314287}, "live": {"him - woman": -0.10986213700059244, "him": 0.12825174670313969, "woman": 0.23811388370373213}, "local": {"him - woman": -0.10593031008467255, "him": 0.19880689830019407, "woman": 0.3047372083848666}, "lol": {"him - woman": 0.005068760030890129, "him": 0.29323717593609483, "woman": 0.2881684159052047}, "london": {"him - woman": -0.04907558604215281, "him": 0.18885089780786082, "woman": 0.23792648385001364}, "long": {"him - woman": -0.05015292934179641, "him": 0.14955014351697787, "woman": 0.19970307285877428}, "look": {"him - woman": -0.01203074541837712, "him": 0.2598103472766689, "woman": 0.271841092695046}, "looking": {"him - woman": -0.12759507318475194, "him": 0.22066237561580382, "woman": 0.34825744880055576}, "love": {"him - woman": 0.06318304836503419, "him": 0.27806679050486327, "woman": 0.21488374213982908}, "m": {"him - woman": -0.09489834528326604, "him": 0.13854430943070833, "woman": 0.23344265471397438}, "man": {"him - woman": -0.10184307317136077, "him": 0.32239985150833167, "woman": 0.42424292467969243}, "march": {"him - woman": -0.04868219518046302, "him": 0.20217366366505113, "woman": 0.25085585884551415}, "may": {"him - woman": -0.05398522784142182, "him": 0.2214389654930056, "woman": 0.2754241933344274}, "maybe": {"him - woman": -0.054757583000355214, "him": 0.19921886455928312, "woman": 0.25397644755963833}, "me": {"him - woman": -0.11395104965887096, "him": 0.21230351894955843, "woman": 0.3262545686084294}, "men": {"him - woman": -0.21132495765431974, "him": 0.17437563697891512, "woman": 0.38570059463323486}, "met": {"him - woman": -0.04773679559018018, "him": 0.2324050111406903, "woman": 0.28014180673087047}, "middle": {"him - woman": -0.047980976664011465, "him": 0.22481649586413494, "woman": 0.2727974725281464}, "minister": {"him - woman": 0.06116110273635722, "him": 0.3433217734185892, "woman": 0.282160670682232}, "mixed": {"him - woman": -0.048782952475522334, "him": 0.19880689830019407, "woman": 0.2475898507757164}, "mom": {"him - woman": -0.047272162521445116, "him": 0.2464669065431087, "woman": 0.2937390690645538}, "month": {"him - woman": -0.04849695496312234, "him": 0.20828580897211496, "woman": 0.2567827639352373}, "more": {"him - woman": -0.08908569398365407, "him": 0.16266074993891894, "woman": 0.251746443922573}, "morning": {"him - woman": -0.05170744765759083, "him": 0.2807598805478364, "woman": 0.33246732820542724}, "most": {"him - woman": 0.0038780020091237766, "him": 0.18281449605090977, "woman": 0.178936494041786}, "mother": {"him - woman": -0.10631249605496657, "him": 0.19262600166763644, "woman": 0.298938497722603}, "mouth": {"him - woman": 0.00453559795582642, "him": 0.31012384021018496, "woman": 0.30558824225435854}, "much": {"him - woman": 0.003880358823976582, "him": 0.18315272206359787, "woman": 0.17927236323962129}, "murder": {"him - woman": -0.14156094088040128, "him": 0.20217366366505113, "woman": 0.3437346045454524}, "music": {"him - woman": -0.04961930886273294, "him": 0.16958292051742913, "woman": 0.21920222938016207}, "muslim": {"him - woman": 0.004402466197325039, "him": 0.27551992977694356, "woman": 0.2711174635796185}, "my": {"him - woman": 0.006118166797998814, "him": 0.24686723688316323, "woman": 0.2407490700851644}, "n": {"him - woman": 0.018044325548242507, "him": 0.23322492054025407, "woman": 0.21518059499201156}, "name": {"him - woman": -0.05411438581721434, "him": 0.2178100398439322, "woman": 0.27192442566114655}, "navy": {"him - woman": -0.045595310354418495, "him": 0.2937249036291447, "woman": 0.3393202139835632}, "need": {"him - woman": 0.02551453973311918, "him": 0.25681622093070805, "woman": 0.23130168119758887}, "negro": {"him - woman": -0.0912736980107968, "him": 0.2101035826468309, "woman": 0.3013772806576277}, "negroid": {"him - woman": -0.04658989953773246, "him": 0.2663042096598264, "woman": 0.31289410919755883}, "never": {"him - woman": -0.021054439149423232, "him": 0.20680969309838879, "woman": 0.22786413224781202}, "new": {"him - woman": 0.038480280758640906, "him": 0.18911473541683577, "woman": 0.15063445465819486}, "news": {"him - woman": -0.08652657415858905, "him": 0.21306202376618089, "woman": 0.29958859792476994}, "next": {"him - woman": 0.042306828578509204, "him": 0.31423125423965576, "woman": 0.27192442566114655}, "night": {"him - woman": 0.004227986418380958, "him": 0.23955526643259084, "woman": 0.23532728001420988}, "no": {"him - woman": -0.012826871270687767, "him": 0.20747617070594296, "woman": 0.22030304197663073}, "not": {"him - woman": -0.04116289064230705, "him": 0.25766995444422425, "woman": 0.2988328450865313}, "nothing": {"him - woman": 0.004020568956694448, "him": 0.20418908146373213, "woman": 0.20016851250703768}, "now": {"him - woman": 0.08520694404247231, "him": 0.24504335915676773, "woman": 0.15983641511429542}, "o": {"him - woman": -0.04837331489089591, "him": 0.21231147338771328, "woman": 0.2606847882786092}, "of": {"him - woman": -0.002317109206191992, "him": 0.3077842161310669, "woman": 0.31010132533725887}, "off": {"him - woman": 0.05785817051462999, "him": 0.30106592396762505, "woman": 0.24320775345299506}, "ok": {"him - woman": 0.06200274895080393, "him": 0.31878551288604123, "woman": 0.2567827639352373}, "old": {"him - woman": -0.1602913555877615, "him": 0.22747322326985867, "woman": 0.38776457885762017}, "on": {"him - woman": -0.057538409404766844, "him": 0.30958878813355717, "woman": 0.367127197538324}, "once": {"him - woman": 0.037944134811753794, "him": 0.25650981238968246, "woman": 0.21856567757792866}, "one": {"him - woman": -0.005413655985767929, "him": 0.25621571496083567, "woman": 0.2616293709466036}, "only": {"him - woman": 0.0036694051734011413, "him": 0.15452532844050326, "woman": 0.15085592326710212}, "or": {"him - woman": 0.06015660065048034, "him": 0.29810504897196116, "woman": 0.23794844832148082}, "other": {"him - woman": 0.0854898247415195, "him": 0.23437705006171616, "woman": 0.14888722532019666}, "our": {"him - woman": -0.03405282308931251, "him": 0.18653731090932074, "woman": 0.22059013399863325}, "out": {"him - woman": 0.0003305224495835368, "him": 0.3167769729442369, "woman": 0.31644645049465336}, "over": {"him - woman": 0.038382554851885214, "him": 0.20709458417816023, "woman": 0.16871202932627502}, "own": {"him - woman": -0.05831846172547772, "him": 0.21724931438468986, "woman": 0.2755677761101676}, "people": {"him - woman": 0.03462958338952665, "him": 0.23272132682160196, "woman": 0.1980917434320753}, "perhaps": {"him - woman": -0.04814067341047662, "him": 0.21977444086851045, "woman": 0.26791511427898707}, "person": {"him - woman": 0.038072294331343626, "him": 0.24463430384360765, "woman": 0.20656200951226403}, "phone": {"him - woman": -0.04803616487638879, "him": 0.22308129870322974, "woman": 0.2711174635796185}, "pierre": {"him - woman": -0.04487385214133616, "him": 0.31265633968191137, "woman": 0.3575301918232475}, "pm": {"him - woman": -0.08373596428678082, "him": 0.26106470058469117, "woman": 0.344800664871472}, "police": {"him - woman": -0.139901092790231, "him": 0.26174552649413757, "woman": 0.40164661928436857}, "poor": {"him - woman": -0.04861090862859144, "him": 0.2045375326424109, "woman": 0.25314844127100233}, "pregnant": {"him - woman": -0.09972259716961546, "him": 0.28671294546807724, "woman": 0.3864355426376927}, "prime": {"him - woman": 0.004524484057345124, "him": 0.3068560024147448, "woman": 0.3023315183573997}, "prison": {"him - woman": -0.10310697766603563, "him": 0.24132643349071967, "woman": 0.3444334111567553}, "probably": {"him - woman": -0.053797734950560866, "him": 0.2266490866696048, "woman": 0.28044682162016565}, "proud": {"him - woman": 0.03765832345547468, "him": 0.2792498869638345, "woman": 0.24159156350835984}, "public": {"him - woman": -0.049426047915964305, "him": 0.17655364667985923, "woman": 0.22597969459582354}, "put": {"him - woman": 0.02540220412124783, "him": 0.2773143331820835, "woman": 0.25191212906083565}, "racist": {"him - woman": 0.037944134811753794, "him": 0.25650981238968246, "woman": 0.21856567757792866}, "ran": {"him - woman": 0.004503574952027023, "him": 0.30093593358826143, "woman": 0.2964323586362344}, "rant": {"him - woman": -0.04527882748383222, "him": 0.30212145866089246, "woman": 0.3474002861447247}, "re": {"him - woman": -0.14756552203762432, "him": 0.12457797008021917, "woman": 0.2721434921178435}, "read": {"him - woman": -0.10867223094752815, "him": 0.15148332158101607, "woman": 0.2601555525285442}, "really": {"him - woman": 0.03818778667377998, "him": 0.2325605773417268, "woman": 0.19437279066794683}, "reason": {"him - woman": 0.004251438066183999, "him": 0.24398029322478643, "woman": 0.23972885515860243}, "ride": {"him - woman": -0.047443843492153664, "him": 0.24132643349071967, "woman": 0.28877027698287333}, "right": {"him - woman": 0.02544555452146613, "him": 0.2700832660787841, "woman": 0.24463771155731795}, "s": {"him - woman": 0.02823597993372967, "him": 0.2848163546720277, "woman": 0.25658037473829803}, "said": {"him - woman": 0.020466969172610316, "him": 0.3095441633532902, "woman": 0.2890771941806799}, "saw": {"him - woman": 0.03813471478638408, "him": 0.23830322729342177, "woman": 0.20016851250703768}, "say": {"him - woman": 0.10287753802770389, "him": 0.260480061941201, "woman": 0.1576025239134971}, "says": {"him - woman": 0.0628569259079628, "him": 0.2902923860573436, "woman": 0.2274354601493808}, "school": {"him - woman": 0.058598020930196615, "him": 0.2697353931093799, "woman": 0.21113737217918327}, "see": {"him - woman": 0.016492750561592884, "him": 0.2978790009828294, "woman": 0.2813862504212365}, "seen": {"him - woman": -0.10867223094752815, "him": 0.15148332158101607, "woman": 0.2601555525285442}, "she": {"him - woman": -0.032949072105316696, "him": 0.2312195966170684, "woman": 0.2641686687223851}, "shot": {"him - woman": -0.08810679525480847, "him": 0.262394685500368, "woman": 0.35050148075517645}, "should": {"him - woman": 0.005297307162591025, "him": 0.2563665288093287, "woman": 0.2510692216467377}, "showed": {"him - woman": -0.04658989953773246, "him": 0.2663042096598264, "woman": 0.31289410919755883}, "single": {"him - woman": -0.1054121322600382, "him": 0.20700762027112124, "woman": 0.31241975253115944}, "sister": {"him - woman": 0.004381519667170042, "him": 0.2707675137247977, "woman": 0.26638599405762764}, "sitting": {"him - woman": -0.051465894614823315, "him": 0.28660951478518565, "woman": 0.33807540940000896}, "so": {"him - woman": 0.20487258742459427, "him": 0.2994151608024718, "woman": 0.09454257337787755}, "some": {"him - woman": -0.005260948682831723, "him": 0.26836234816847837, "woman": 0.2736232968513101}, "soon": {"him - woman": 0.004184537861130627, "him": 0.23161999801051142, "woman": 0.2274354601493808}, "speak": {"him - woman": -0.1062521184785408, "him": 0.19361025213703123, "woman": 0.299862370615572}, "spend": {"him - woman": -0.04717819306102217, "him": 0.24925416557521224, "woman": 0.2964323586362344}, "stick": {"him - woman": -0.05170744765759083, "him": 0.2807598805478364, "woman": 0.33246732820542724}, "still": {"him - woman": 0.038097562333298196, "him": 0.24212127324581753, "woman": 0.20402371091251933}, "stories": {"him - woman": 0.004457286572635, "him": 0.2887232099089763, "woman": 0.2842659233363413}, "story": {"him - woman": -0.05391711494008486, "him": 0.22333952152214318, "woman": 0.27725663646222803}, "straight": {"him - woman": -0.04766884010487246, "him": 0.23449183057735953, "woman": 0.282160670682232}, "sure": {"him - woman": 0.0040740074355780365, "him": 0.21274552262064933, "woman": 0.2086715151850713}, "t": {"him - woman": -0.0057515809022613, "him": 0.2299151775094846, "woman": 0.2356667584117459}, "take": {"him - woman": 0.003926921172371145, "him": 0.1899330561968225, "woman": 0.18600613502445135}, "talk": {"him - woman": 0.10100455511988868, "him": 0.30453297771848176, "woman": 0.20352842259859308}, "tall": {"him - woman": -0.0470778269362328, "him": 0.2522110832706662, "woman": 0.299288910206899}, "teacher": {"him - woman": -0.05315661048204162, "him": 0.24398029322478643, "woman": 0.29713690370682805}, "than": {"him - woman": -0.11086370516498116, "him": 0.1069119607676887, "woman": 0.21777566593266987}, "thank": {"him - woman": -0.05009003254203967, "him": 0.15197599556889557, "woman": 0.20206602811093524}, "that": {"him - woman": 0.013240451699973399, "him": 0.2892306071997221, "woman": 0.2759901554997487}, "the": {"him - woman": -0.009188248378170616, "him": 0.34516523251726283, "woman": 0.35435348089543345}, "their": {"him - woman": -0.11436751794907662, "him": 0.12740826021744311, "woman": 0.24177577816651974}, "them": {"him - woman": -0.022209173356672718, "him": 0.1402851172824357, "woman": 0.16249429063910842}, "then": {"him - woman": 0.08443815085690293, "him": 0.2951403568001886, "woman": 0.21070220594328565}, "there": {"him - woman": -0.06642224268939242, "him": 0.17242114510783063, "woman": 0.23884338779722306}, "they": {"him - woman": 0.022605054925935092, "him": 0.2520456130388453, "woman": 0.22944055811291023}, "thing": {"him - woman": -0.10923865673066965, "him": 0.14067566836734693, "woman": 0.2499143250980166}, "things": {"him - woman": 0.0631978500772348, "him": 0.2774895059196531, "woman": 0.2142916558424183}, "this": {"him - woman": 0.061001993618325256, "him": 0.25906825781960435, "woman": 0.1980662642012791}, "those": {"him - woman": -0.11084101781440057, "him": 0.10741699566950651, "woman": 0.21825801348390708}, "thread": {"him - woman": -0.0504888704071948, "him": 0.13626855724430598, "woman": 0.18675742765150077}, "threw": {"him - woman": -0.04607609846597921, "him": 0.2806748764088565, "woman": 0.32675097487483573}, "throws": {"him - woman": -0.04527882748383222, "him": 0.30212145866089246, "woman": 0.3474002861447247}, "time": {"him - woman": 0.005271120229194043, "him": 0.25206671576632295, "woman": 0.2467955955371289}, "to": {"him - woman": 0.02219667755652005, "him": 0.3927993638792215, "woman": 0.37060268632270144}, "told": {"him - woman": 0.09968781073897759, "him": 0.33015023064133675, "woman": 0.23046241990235916}, "too": {"him - woman": -0.021162195199272982, "him": 0.20082675673103434, "woman": 0.22198895193030732}, "true": {"him - woman": -0.04907558604215281, "him": 0.18885089780786082, "woman": 0.23792648385001364}, "truth": {"him - woman": 0.004214501636927298, "him": 0.2370572225800559, "woman": 0.2328427209431286}, "try": {"him - woman": 0.03808260477069805, "him": 0.24361662707126938, "woman": 0.20553402230057133}, "trying": {"him - woman": -0.10774762397473897, "him": 0.16828094437036972, "woman": 0.2760285683451087}, "turn": {"him - woman": -0.04884642478922513, "him": 0.1966702417957716, "woman": 0.24551666658499674}, "two": {"him - woman": -0.17443336011351743, "him": 0.13823497663521286, "woman": 0.3126683367487303}, "u": {"him - woman": -0.1071851395668772, "him": 0.17805144838140835, "woman": 0.28523658794828555}, "up": {"him - woman": -0.04364617051053077, "him": 0.29661196923561706, "woman": 0.3402581397461478}, "us": {"him - woman": -0.11089734315700422, "him": 0.1061611260340441, "woman": 0.21705846919104832}, "use": {"him - woman": 0.03811194230183035, "him": 0.2406615904607469, "woman": 0.20254964815891655}, "user": {"him - woman": -0.04658989953773246, "him": 0.2663042096598264, "woman": 0.31289410919755883}, "ve": {"him - woman": 0.003830411604490047, "him": 0.17608163140245917, "woman": 0.17225121979796912}, "victim": {"him - woman": -0.05073838403004194, "him": 0.30380273512386347, "woman": 0.3545411191539054}, "video": {"him - woman": -0.012062985287517647, "him": 0.25770018757052304, "woman": 0.2697631728580407}, "wait": {"him - woman": -0.04907558604215281, "him": 0.18885089780786082, "woman": 0.23792648385001364}, "want": {"him - woman": -0.08752029625842234, "him": 0.19436857277921393, "woman": 0.28188886903763627}, "wanted": {"him - woman": -0.048782952475522334, "him": 0.19880689830019407, "woman": 0.2475898507757164}, "was": {"him - woman": 0.027647784932752995, "him": 0.3616073944378304, "woman": 0.3339596095050774}, "way": {"him - woman": -0.09345022111825374, "him": 0.16912925448341332, "woman": 0.26257947560166706}, "we": {"him - woman": 0.034703458840158324, "him": 0.21785112086827874, "woman": 0.1831476620281204}, "week": {"him - woman": 0.037914623461199615, "him": 0.25906888728015126, "woman": 0.22115426381895165}, "well": {"him - woman": -0.059073737932671455, "him": 0.1970277971799087, "woman": 0.25610153511258016}, "were": {"him - woman": -0.051373473731035305, "him": 0.09816392298644909, "woman": 0.1495373967174844}, "what": {"him - woman": 0.005087167791752362, "him": 0.22439399585047398, "woman": 0.21930682805872162}, "whatever": {"him - woman": 0.004409748420750148, "him": 0.27720722094889655, "woman": 0.2727974725281464}, "when": {"him - woman": 0.1259368578143342, "him": 0.3067490844630921, "woman": 0.18081222664875793}, "where": {"him - woman": 0.025536125436946472, "him": 0.2520189412789108, "woman": 0.2264828158419643}, "which": {"him - woman": 0.0637628987659607, "him": 0.2536166318716249, "woman": 0.18985373310566422}, "while": {"him - woman": 0.004948389522632879, "him": 0.2679575010691969, "woman": 0.26300911154656403}, "white": {"him - woman": -0.16029571618420935, "him": 0.3024393613720301, "woman": 0.46273507755623944}, "who": {"him - woman": -0.15556197734992722, "him": 0.25023287750657985, "woman": 0.40579485485650707}, "why": {"him - woman": 0.004828857382107782, "him": 0.24629321845019142, "woman": 0.24146436106808364}, "wife": {"him - woman": 0.03729197861280875, "him": 0.3036779726704364, "woman": 0.26638599405762764}, "wiggers": {"him - woman": -0.10210106970035232, "him": 0.2553613880073394, "woman": 0.3574624577076917}, "will": {"him - woman": 0.020656947188983588, "him": 0.21395813211789055, "woman": 0.19330118492890697}, "window": {"him - woman": -0.04685394782666241, "him": 0.25873429442769613, "woman": 0.30558824225435854}, "with": {"him - woman": -0.024972228694494003, "him": 0.3329005679756812, "woman": 0.3578727966701752}, "woman": {"him - woman": -0.5311111201118699, "him": 0.16958292051742913, "woman": 0.7006940406292991}, "wonder": {"him - woman": 0.00412985172251637, "him": 0.22206576844262638, "woman": 0.21793591672011}, "world": {"him - woman": -0.1095781477442033, "him": 0.13398408666252834, "woman": 0.24356223440673164}, "would": {"him - woman": 0.016502456938681742, "him": 0.27885795972361627, "woman": 0.2623555027849345}, "wrong": {"him - woman": -0.048877144575938114, "him": 0.19563167530214415, "woman": 0.24450881987808226}, "www": {"him - woman": -0.03368491150632916, "him": 0.20184504524658264, "woman": 0.2355299567529118}, "year": {"him - woman": -0.17366578397951304, "him": 0.2045727456292547, "woman": 0.37823852960876775}, "years": {"him - woman": -0.1442973675352594, "him": 0.17052036991994468, "woman": 0.3148177374552041}, "yes": {"him - woman": 0.004032675414782888, "him": 0.20609870352571813, "woman": 0.20206602811093524}, "you": {"him - woman": 0.03144542892285468, "him": 0.2881604462719304, "woman": 0.2567150173490757}, "young": {"him - woman": 0.004237213758448599, "him": 0.24128385168266697, "woman": 0.23704663792421837}, "your": {"him - woman": -0.05216363266124335, "him": 0.2166336237950578, "woman": 0.26879725645630115}, "yourself": {"him - woman": -0.14285109258369155, "him": 0.18705279619262588, "woman": 0.32990388877631743}, "youtube": {"him - woman": -0.2498056674007544, "him": 0.11379976816465562, "woman": 0.36360543556541003}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-himself-his.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-himself-his.json new file mode 100644 index 0000000000000000000000000000000000000000..0eecc784c1a7755ec592d8e95ead1609fb669831 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-himself-his.json @@ -0,0 +1 @@ +{"a": {"himself - his": 0.04509908435832061, "himself": 0.4042602380713353, "his": 0.3591611537130147}, "after": {"himself - his": 0.10365191143398206, "himself": 0.3699204349915832, "his": 0.26626852355760117}, "all": {"himself - his": 0.06803702098708952, "himself": 0.3413723566180032, "his": 0.27333533563091367}, "allen": {"himself - his": 0.22746824272040833, "himself": 0.47976897789045575, "his": 0.2523007351700474}, "and": {"himself - his": -0.07225804858869572, "himself": 0.32793992150963874, "his": 0.40019797009833447}, "any": {"himself - his": 0.123380700093629, "himself": 0.3326518904910585, "his": 0.20927119039742947}, "anyone": {"himself - his": 0.2503473875577308, "himself": 0.35392413949364904, "his": 0.10357675193591827}, "are": {"himself - his": 0.11180043677623122, "himself": 0.30481271002793237, "his": 0.19301227325170114}, "arrested": {"himself - his": 0.1537994148807828, "himself": 0.44399183991753555, "his": 0.29019242503675274}, "ass": {"himself - his": 0.1532643877177679, "himself": 0.44757128473502505, "his": 0.29430689701725715}, "bad": {"himself - his": 0.13837076009844795, "himself": 0.38019196069753664, "his": 0.24182120059908868}, "be": {"himself - his": 0.05655322172630839, "himself": 0.34310766491132555, "his": 0.28655444318501716}, "because": {"himself - his": 0.07928302720113861, "himself": 0.333940838198078, "his": 0.2546578109969394}, "before": {"himself - his": 0.24847049345241315, "himself": 0.3668709390186548, "his": 0.11840044556624166}, "being": {"himself - his": 0.09056422525090246, "himself": 0.3554351624630274, "his": 0.26487093721212496}, "but": {"himself - his": 0.1896021478835283, "himself": 0.3991900301082231, "his": 0.20958788222469482}, "by": {"himself - his": 0.1435600116919878, "himself": 0.4359243480562185, "his": 0.2923643363642307}, "camera": {"himself - his": 0.22912793782934393, "himself": 0.47227859061641425, "his": 0.24315065278707032}, "chatroom": {"himself - his": 0.21253291641421063, "himself": 0.5405416191615336, "his": 0.328008702747323}, "cheering": {"himself - his": 0.21253291641421063, "himself": 0.5405416191615336, "his": 0.328008702747323}, "couple": {"himself - his": 0.19234879343988187, "himself": 0.3977926477519722, "his": 0.20544385431209033}, "d": {"himself - his": 0.24745966711777967, "himself": 0.3735568716692449, "his": 0.12609720455146523}, "day": {"himself - his": 0.10604345220398673, "himself": 0.340803473690107, "his": 0.23476002148612027}, "devil": {"himself - his": 0.22647927786924898, "himself": 0.48415046601796574, "his": 0.25767118814871676}, "did": {"himself - his": 0.15675401397196637, "himself": 0.43017606025596405, "his": 0.2734220462839977}, "digital": {"himself - his": 0.2173899080124928, "himself": 0.5219256320123388, "his": 0.30453572399984596}, "e": {"himself - his": 0.24061649248214556, "himself": 0.4146394211534098, "his": 0.17402292867126423}, "either": {"himself - his": 0.24045074631194607, "himself": 0.4155587891066234, "his": 0.17510804279467734}, "even": {"himself - his": 0.10574802606497496, "himself": 0.3445342280246553, "his": 0.2387862019596803}, "everyone": {"himself - his": 0.16031663166879961, "himself": 0.39714461745594243, "his": 0.23682798578714281}, "expressed": {"himself - his": 0.2856842640355998, "himself": 0.5757131329421725, "his": 0.2900288689065727}, "find": {"himself - his": 0.19868065077910613, "himself": 0.3510104423708422, "his": 0.1523297915917361}, "for": {"himself - his": 0.051425076377998535, "himself": 0.35542483936564445, "his": 0.3039997629876459}, "forum": {"himself - his": 0.1627369211403443, "himself": 0.37789171385894843, "his": 0.21515479271860413}, "friend": {"himself - his": 0.20859633155542012, "himself": 0.48683810710240255, "his": 0.27824177554698243}, "from": {"himself - his": 0.0728393497058254, "himself": 0.3608659054428824, "his": 0.288026555737057}, "get": {"himself - his": 0.11365584816652824, "himself": 0.379124438522813, "his": 0.2654685903562848}, "god": {"himself - his": 0.11858794281099888, "himself": 0.3845904272958965, "his": 0.2660024844848976}, "guy": {"himself - his": 0.11853704498847045, "himself": 0.38510168793674837, "his": 0.2665646429482779}, "have": {"himself - his": -0.033468687445283335, "himself": 0.22094194845812734, "his": 0.2544106359034107}, "having": {"himself - his": 0.24168367249142605, "himself": 0.408644140585384, "his": 0.16696046809395795}, "he": {"himself - his": -0.034699168189489316, "himself": 0.3963642610234274, "his": 0.43106342921291674}, "here": {"himself - his": 0.2865485384726704, "himself": 0.38093250948706986, "his": 0.09438397101439945}, "him": {"himself - his": 0.008088607408300197, "himself": 0.4366755076356669, "his": 0.42858690022736673}, "himself": {"himself - his": 0.5144056218195441, "himself": 0.7499121899325186, "his": 0.23550656811297457}, "his": {"himself - his": -0.3324454326467977, "himself": 0.34202267292408417, "his": 0.6744681055708819}, "home": {"himself - his": 0.10447136561837217, "himself": 0.3602105552189666, "his": 0.25573918960059444}, "https": {"himself - his": 0.2476490001137563, "himself": 0.3723187620458866, "his": 0.1246697619321303}, "i": {"himself - his": 0.0759280708637583, "himself": 0.39378766399378756, "his": 0.31785959313002926}, "if": {"himself - his": 0.0023883456610078735, "himself": 0.2684059093425819, "his": 0.26601756368157403}, "in": {"himself - his": 0.0730310891221519, "himself": 0.42919695864450363, "his": 0.35616586952235174}, "into": {"himself - his": 0.067115837559376, "himself": 0.34530774686976357, "his": 0.27819190931038756}, "is": {"himself - his": -0.026895013901766907, "himself": 0.2726847912611772, "his": 0.2995798051629441}, "it": {"himself - his": 0.09270923312469798, "himself": 0.3796146110184662, "his": 0.28690537789376824}, "jew": {"himself - his": 0.13799686955887985, "himself": 0.3835820623019155, "his": 0.24558519274303564}, "just": {"himself - his": 0.13341318149334547, "himself": 0.35895371363158113, "his": 0.22554053213823566}, "killed": {"himself - his": 0.09872013027290655, "himself": 0.4236210647752854, "his": 0.32490093450237884}, "know": {"himself - his": 0.0929854993676493, "himself": 0.32098550943633436, "his": 0.22800001006868506}, "live": {"himself - his": 0.25026275554332567, "himself": 0.35452402539096683, "his": 0.1042612698476412}, "lol": {"himself - his": 0.1919539207421181, "himself": 0.40046889226648613, "his": 0.20851497152436804}, "m": {"himself - his": 0.10802161934643528, "himself": 0.314685562484159, "his": 0.20666394313772374}, "mail": {"himself - his": 0.23630796956685524, "himself": 0.4376048117284454, "his": 0.20129684216159016}, "maybe": {"himself - his": 0.13956288048488846, "himself": 0.3691428020004901, "his": 0.22957992151560164}, "me": {"himself - his": 0.09497736015641692, "himself": 0.28983137523719216, "his": 0.19485401508077524}, "moment": {"himself - his": 0.23570357877400722, "himself": 0.440683318492337, "his": 0.20497973971832978}, "more": {"himself - his": 0.16273011207912627, "himself": 0.3863960505065221, "his": 0.22366593842739582}, "morning": {"himself - his": 0.23570357877400722, "himself": 0.440683318492337, "his": 0.20497973971832978}, "my": {"himself - his": 0.024597304482664062, "himself": 0.2512675258103578, "his": 0.2266702213276937}, "n": {"himself - his": 0.02416338971699386, "himself": 0.2693702698528619, "his": 0.24520688013586803}, "negro": {"himself - his": 0.06513443402508495, "himself": 0.37880042561957084, "his": 0.3136659915944859}, "new": {"himself - his": 0.16822817781544, "himself": 0.32893112589795254, "his": 0.16070294808251254}, "nordic": {"himself - his": 0.23917468476621404, "himself": 0.4225357727084399, "his": 0.18336108794222586}, "not": {"himself - his": 0.041178770135085946, "himself": 0.26188157968261416, "his": 0.22070280954752822}, "of": {"himself - his": 0.060005723649819154, "himself": 0.4149799409649638, "his": 0.35497421731514467}, "on": {"himself - his": -0.11295499000243908, "himself": 0.22194757523359687, "his": 0.33490256523603595}, "one": {"himself - his": 0.1141393532851559, "himself": 0.3740761974010825, "his": 0.2599368441159266}, "or": {"himself - his": 0.009276383010827838, "himself": 0.2684059093425819, "his": 0.25912952633175407}, "org": {"himself - his": 0.1949856335859142, "himself": 0.37926040583141574, "his": 0.18427477224550154}, "out": {"himself - his": 0.023909169212096515, "himself": 0.2798260792023133, "his": 0.25591690999021677}, "overdosed": {"himself - his": 0.21253291641421063, "himself": 0.5405416191615336, "his": 0.328008702747323}, "people": {"himself - his": 0.11506930262339943, "himself": 0.36416702995922007, "his": 0.24909772733582064}, "police": {"himself - his": 0.19281083348279773, "himself": 0.39463001374476286, "his": 0.20181918026196513}, "protect": {"himself - his": 0.15165960758922842, "himself": 0.4581012316049836, "his": 0.3064416240157552}, "reason": {"himself - his": 0.24168367249142605, "himself": 0.408644140585384, "his": 0.16696046809395795}, "reminds": {"himself - his": 0.22746824272040833, "himself": 0.47976897789045575, "his": 0.2523007351700474}, "s": {"himself - his": -0.03866776508572406, "himself": 0.23352878657428566, "his": 0.2721965516600097}, "said": {"himself - his": 0.10388003052573253, "himself": 0.36724343725320524, "his": 0.2633634067274727}, "saw": {"himself - his": 0.11966861018152253, "himself": 0.3735568716692449, "his": 0.25388826148772237}, "set": {"himself - his": 0.15658746211052849, "himself": 0.42473185411298614, "his": 0.26814439200245765}, "shoots": {"himself - his": 0.22400283663917303, "himself": 0.49487044730887914, "his": 0.2708676106697061}, "show": {"himself - his": 0.2494492581516104, "himself": 0.3602105552189666, "his": 0.1107612970673562}, "so": {"himself - his": 0.07284537406631958, "himself": 0.36077372336917896, "his": 0.2879283493028594}, "something": {"himself - his": 0.19655554805244524, "himself": 0.3676183468050116, "his": 0.17106279875256636}, "stormfront": {"himself - his": 0.2486884179925475, "himself": 0.36540439289358073, "his": 0.11671597490103322}, "story": {"himself - his": 0.1611688818654436, "himself": 0.39049902352691535, "his": 0.22933014166147175}, "support": {"himself - his": 0.15970098437912428, "himself": 0.4018609548850291, "his": 0.24215997050590482}, "suspect": {"himself - his": 0.18298459633250064, "himself": 0.45577402246581733, "his": 0.2727894261333167}, "t": {"himself - his": 0.009312130337580937, "himself": 0.26617179462137225, "his": 0.2568596642837913}, "than": {"himself - his": 0.14292587986014188, "himself": 0.3357003369771204, "his": 0.1927744571169785}, "that": {"himself - his": 0.09380139355386935, "himself": 0.42501470845926576, "his": 0.3312133149053964}, "the": {"himself - his": 0.023059219782383844, "himself": 0.3905958054933838, "his": 0.36753658571099995}, "there": {"himself - his": 0.11108848478152092, "himself": 0.2692821160500044, "his": 0.1581936312684835}, "these": {"himself - his": 0.09234992620771182, "himself": 0.3303530844874243, "his": 0.23800315827971247}, "they": {"himself - his": 0.06397666667543703, "himself": 0.3085494639410857, "his": 0.24457279726564865}, "think": {"himself - his": 0.16837053506913824, "himself": 0.3275392160315305, "his": 0.15916868096239228}, "third": {"himself - his": 0.23601178881638268, "himself": 0.43911749480617934, "his": 0.20310570598979666}, "this": {"himself - his": 0.0981427806196879, "himself": 0.37127642942719086, "his": 0.27313364880750296}, "to": {"himself - his": 0.024889678986626695, "himself": 0.3916079943314874, "his": 0.3667183153448607}, "too": {"himself - his": 0.10613749091255378, "himself": 0.3396072995408529, "his": 0.2334698086282991}, "trying": {"himself - his": 0.19356751645394438, "himself": 0.38937536398859895, "his": 0.19580784753465458}, "up": {"himself - his": 0.008913859417490289, "himself": 0.29122489406040614, "his": 0.28231103464291585}, "used": {"himself - his": 0.1372221351402479, "himself": 0.39049902352691535, "his": 0.25327688838666745}, "was": {"himself - his": 0.11520122536504501, "himself": 0.46666604711959947, "his": 0.35146482175455446}, "way": {"himself - his": 0.18516732546969777, "himself": 0.4215089305525874, "his": 0.23634160508288965}, "were": {"himself - his": 0.1070378443511143, "himself": 0.3279339202081211, "his": 0.22089607585700682}, "where": {"himself - his": 0.09140994044812861, "himself": 0.34377015687035406, "his": 0.25236021642222545}, "while": {"himself - his": 0.11929187243500794, "himself": 0.3774428496519358, "his": 0.25815097721692787}, "white": {"himself - his": -0.07135706230754962, "himself": 0.23215918173606442, "his": 0.30351624404361405}, "who": {"himself - his": 0.1666143565668664, "himself": 0.43300172891300465, "his": 0.26638737234613824}, "wish": {"himself - his": 0.2389732864105652, "himself": 0.4236210647752854, "his": 0.18464777836472018}, "with": {"himself - his": 0.005958798153212486, "himself": 0.33117838866371346, "his": 0.325219590510501}, "would": {"himself - his": 0.05920546382510372, "himself": 0.2922874508343848, "his": 0.23308198700928107}, "www": {"himself - his": 0.1446769479390721, "himself": 0.3166658899553392, "his": 0.17198894201626708}, "you": {"himself - his": 0.010298916215251919, "himself": 0.205580727883141, "his": 0.19528181166788908}, "youtube": {"himself - his": 0.10960129564851859, "himself": 0.29216863422945943, "his": 0.18256733858094085}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-himself-man.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-himself-man.json new file mode 100644 index 0000000000000000000000000000000000000000..03d987e821106f43073cfe86663948bbd45f004a --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-himself-man.json @@ -0,0 +1 @@ +{"a": {"himself - man": 0.010177687475807329, "himself": 0.4042602380713353, "man": 0.394082550595528}, "after": {"himself - man": 0.12225452305797135, "himself": 0.3699204349915832, "man": 0.24766591193361187}, "all": {"himself - man": 0.08121718057473748, "himself": 0.3413723566180032, "man": 0.2601551760432657}, "and": {"himself - man": -0.05086771425035663, "himself": 0.32793992150963874, "man": 0.3788076357599954}, "any": {"himself - man": 0.16104096493388634, "himself": 0.3326518904910585, "man": 0.17161092555717214}, "anyone": {"himself - man": 0.15881590534565715, "himself": 0.35392413949364904, "man": 0.1951082341479919}, "are": {"himself - man": 0.07313841283049877, "himself": 0.30481271002793237, "man": 0.2316742971974336}, "bad": {"himself - man": 0.21074255271807088, "himself": 0.38019196069753664, "man": 0.16944940797946575}, "be": {"himself - man": 0.10392587899562966, "himself": 0.34310766491132555, "man": 0.2391817859156959}, "because": {"himself - man": 0.05981486825353882, "himself": 0.333940838198078, "man": 0.2741259699445392}, "being": {"himself - man": 0.12361483816370145, "himself": 0.3554351624630274, "man": 0.23182032429932597}, "but": {"himself - man": 0.17158220659232964, "himself": 0.3991900301082231, "man": 0.22760782351589348}, "by": {"himself - man": 0.13120973549534365, "himself": 0.4359243480562185, "man": 0.30471461256087484}, "camera": {"himself - man": 0.1951358838249853, "himself": 0.47227859061641425, "man": 0.27714270679142894}, "couple": {"himself - man": 0.20812283554884423, "himself": 0.3977926477519722, "man": 0.18966981220312798}, "d": {"himself - man": 0.1566106082703358, "himself": 0.3735568716692449, "man": 0.2169462633989091}, "day": {"himself - man": 0.059470530752131545, "himself": 0.340803473690107, "man": 0.28133294293797545}, "did": {"himself - man": 0.20256053630008689, "himself": 0.43017606025596405, "man": 0.22761552395587717}, "e": {"himself - man": 0.20545675614047426, "himself": 0.4146394211534098, "man": 0.20918266501293553}, "either": {"himself - man": 0.20530676118058916, "himself": 0.4155587891066234, "man": 0.21025202792603426}, "even": {"himself - man": 0.15981905845861868, "himself": 0.3445342280246553, "man": 0.1847151695660366}, "everyone": {"himself - man": 0.20822227898042606, "himself": 0.39714461745594243, "man": 0.18892233847551637}, "film": {"himself - man": 0.19944306897573078, "himself": 0.4494786329622445, "man": 0.2500355639865137}, "find": {"himself - man": 0.12401846456123358, "himself": 0.3510104423708422, "man": 0.22699197780960864}, "for": {"himself - man": 0.023865603239530575, "himself": 0.35542483936564445, "man": 0.3315592361261139}, "forum": {"himself - man": 0.2110725251974723, "himself": 0.37789171385894843, "man": 0.16681918866147613}, "friend": {"himself - man": 0.22574047084563043, "himself": 0.48683810710240255, "man": 0.2610976362567721}, "from": {"himself - man": 0.09072602453485196, "himself": 0.3608659054428824, "man": 0.2701398809080304}, "fun": {"himself - man": 0.1145516479211473, "himself": 0.44230651090247175, "man": 0.32775486298132445}, "future": {"himself - man": 0.1523018458138105, "himself": 0.408644140585384, "man": 0.2563422947715735}, "get": {"himself - man": 0.16208727486818747, "himself": 0.379124438522813, "man": 0.21703716365462555}, "god": {"himself - man": 0.21010363224907935, "himself": 0.3845904272958965, "man": 0.17448679504681713}, "guy": {"himself - man": 0.09510373647225706, "himself": 0.38510168793674837, "man": 0.2899979514644913}, "have": {"himself - man": -0.0029421017040272557, "himself": 0.22094194845812734, "man": 0.2238840501621546}, "he": {"himself - man": 0.08790237290836006, "himself": 0.3963642610234274, "man": 0.30846188811506736}, "here": {"himself - man": 0.14354551387888603, "himself": 0.38093250948706986, "man": 0.23738699560818383}, "him": {"himself - man": 0.10773124631068415, "himself": 0.4366755076356669, "man": 0.3289442613249828}, "his": {"himself - man": 0.006516644746313305, "himself": 0.34202267292408417, "man": 0.33550602817777087}, "home": {"himself - man": 0.15812569387476494, "himself": 0.3602105552189666, "man": 0.20208486134420167}, "https": {"himself - man": 0.15675401422297056, "himself": 0.3723187620458866, "man": 0.21556474782291604}, "i": {"himself - man": 0.09822020072898052, "himself": 0.39378766399378756, "man": 0.29556746326480704}, "if": {"himself - man": 0.06282936790737606, "himself": 0.2684059093425819, "man": 0.20557654143520585}, "in": {"himself - man": 0.05884777703959326, "himself": 0.42919695864450363, "man": 0.37034918160491037}, "into": {"himself - man": 0.21544260067815016, "himself": 0.34530774686976357, "man": 0.1298651461916134}, "is": {"himself - man": -0.03315382907603848, "himself": 0.2726847912611772, "man": 0.30583862033721565}, "it": {"himself - man": 0.11056591284526152, "himself": 0.3796146110184662, "man": 0.2690486981732047}, "just": {"himself - man": 0.11554249654123294, "himself": 0.35895371363158113, "man": 0.2434112170903482}, "killed": {"himself - man": 0.11668575328780417, "himself": 0.4236210647752854, "man": 0.3069353114874812}, "know": {"himself - man": 0.16218930266279885, "himself": 0.32098550943633436, "man": 0.1587962067735355}, "live": {"himself - man": 0.15875068684198423, "himself": 0.35452402539096683, "man": 0.1957733385489826}, "lol": {"himself - man": 0.15334822550402855, "himself": 0.40046889226648613, "man": 0.24712066676245759}, "m": {"himself - man": -0.0036802816460934085, "himself": 0.314685562484159, "man": 0.31836584413025243}, "mail": {"himself - man": 0.11509827199679534, "himself": 0.4376048117284454, "man": 0.32250653973165005}, "maybe": {"himself - man": 0.21230155510718393, "himself": 0.3691428020004901, "man": 0.15684124689330617}, "me": {"himself - man": 0.018900022931224447, "himself": 0.28983137523719216, "man": 0.2709313523059677}, "more": {"himself - man": 0.08872012663592937, "himself": 0.3863960505065221, "man": 0.2976759238705927}, "morning": {"himself - man": 0.14794956082082283, "himself": 0.440683318492337, "man": 0.29273375767151416}, "murders": {"himself - man": 0.1944357581646195, "himself": 0.4758419842921146, "man": 0.2814062261274951}, "my": {"himself - man": 0.019700341168742197, "himself": 0.2512675258103578, "man": 0.23156718464161558}, "n": {"himself - man": -0.0033612230747049887, "himself": 0.2693702698528619, "man": 0.2727314929275669}, "negro": {"himself - man": 0.21094251067794856, "himself": 0.37880042561957084, "man": 0.16785791494162228}, "new": {"himself - man": 0.1614127172228252, "himself": 0.32893112589795254, "man": 0.16751840867512732}, "nordic": {"himself - man": 0.15046416192032808, "himself": 0.4225357727084399, "man": 0.2720716107881118}, "not": {"himself - man": 0.06310246708730996, "himself": 0.26188157968261416, "man": 0.1987791125953042}, "of": {"himself - man": 0.0674028312386652, "himself": 0.4149799409649638, "man": 0.3475771097262986}, "on": {"himself - man": -0.09065667927634413, "himself": 0.22194757523359687, "man": 0.312604254509941}, "one": {"himself - man": 0.07897240312132431, "himself": 0.3740761974010825, "man": 0.2951037942797582}, "or": {"himself - man": -0.003353665550180851, "himself": 0.2684059093425819, "man": 0.27175957489276276}, "org": {"himself - man": 0.2108765289733815, "himself": 0.37926040583141574, "man": 0.16838387685803424}, "out": {"himself - man": 0.03198076597945376, "himself": 0.2798260792023133, "man": 0.24784531322285952}, "page": {"himself - man": 0.20483595898932844, "himself": 0.4184260615531236, "man": 0.21359010256379518}, "people": {"himself - man": 0.09047380064075783, "himself": 0.36416702995922007, "man": 0.27369322931846224}, "police": {"himself - man": 0.05657994299978525, "himself": 0.39463001374476286, "man": 0.3380500707449776}, "protect": {"himself - man": 0.1978490868685615, "himself": 0.4581012316049836, "man": 0.2602521447364221}, "reason": {"himself - man": 0.11832271502031438, "himself": 0.408644140585384, "man": 0.2903214255650696}, "russia": {"himself - man": 0.14771832031486826, "himself": 0.44230651090247175, "man": 0.2945881905876035}, "russian": {"himself - man": 0.20073677809872048, "himself": 0.44230651090247175, "man": 0.24156973280375127}, "s": {"himself - man": -0.09017151520173777, "himself": 0.23352878657428566, "man": 0.32370030177602344}, "said": {"himself - man": 0.1573357625850061, "himself": 0.36724343725320524, "man": 0.20990767466819915}, "saw": {"himself - man": 0.21168661548951964, "himself": 0.3735568716692449, "man": 0.16187025617972525}, "scene": {"himself - man": 0.20156911198265154, "himself": 0.4376048117284454, "man": 0.23603569974579386}, "seems": {"himself - man": 0.15250713751512418, "himself": 0.40705607883446526, "man": 0.2545489413193411}, "show": {"himself - man": 0.21351404585398268, "himself": 0.3602105552189666, "man": 0.14669650936498393}, "so": {"himself - man": 0.11537764890667793, "himself": 0.36077372336917896, "man": 0.24539607446250103}, "stormfront": {"himself - man": 0.21281420274555055, "himself": 0.36540439289358073, "man": 0.15259019014803019}, "story": {"himself - man": 0.12021883034532688, "himself": 0.39049902352691535, "man": 0.27028019318158847}, "t": {"himself - man": 0.007562123276155963, "himself": 0.26617179462137225, "man": 0.2586096713452163}, "than": {"himself - man": 0.12537228335907863, "himself": 0.3357003369771204, "man": 0.21032805361804174}, "that": {"himself - man": 0.11479990893658171, "himself": 0.42501470845926576, "man": 0.31021479952268405}, "the": {"himself - man": 0.03172625525310285, "himself": 0.3905958054933838, "man": 0.35886955024028094}, "there": {"himself - man": -0.003360533558283363, "himself": 0.2692821160500044, "man": 0.27264264960828777}, "these": {"himself - man": 0.16127125571356096, "himself": 0.3303530844874243, "man": 0.16908182877386332}, "they": {"himself - man": 0.08329231341847923, "himself": 0.3085494639410857, "man": 0.22525715052260645}, "think": {"himself - man": 0.21758922478612258, "himself": 0.3275392160315305, "man": 0.10994999124540793}, "this": {"himself - man": 0.05785496877855856, "himself": 0.37127642942719086, "man": 0.3134214606486323}, "to": {"himself - man": 0.05766032545849281, "himself": 0.3916079943314874, "man": 0.3339476688729946}, "too": {"himself - man": 0.16033214038873234, "himself": 0.3396072995408529, "man": 0.17927515915212056}, "trying": {"himself - man": 0.20939667488797184, "himself": 0.38937536398859895, "man": 0.17997868910062712}, "up": {"himself - man": -0.0035239133295895675, "himself": 0.29122489406040614, "man": 0.2947488073899957}, "used": {"himself - man": 0.20922885607866665, "himself": 0.39049902352691535, "man": 0.1812701674482487}, "was": {"himself - man": 0.14617178638602907, "himself": 0.46666604711959947, "man": 0.3204942607335704}, "way": {"himself - man": 0.15651073821356104, "himself": 0.4215089305525874, "man": 0.2649981923390264}, "were": {"himself - man": 0.21754333157220707, "himself": 0.3279339202081211, "man": 0.11039058863591404}, "where": {"himself - man": 0.07717804818895435, "himself": 0.34377015687035406, "man": 0.2665921086813997}, "while": {"himself - man": 0.12152446504617703, "himself": 0.3774428496519358, "man": 0.2559183846057588}, "white": {"himself - man": -0.1906563563787811, "himself": 0.23215918173606442, "man": 0.4228155381148455}, "who": {"himself - man": 0.18076327940650483, "himself": 0.43300172891300465, "man": 0.2522384495064998}, "with": {"himself - man": -0.010514275555914498, "himself": 0.33117838866371346, "man": 0.34169266421962796}, "would": {"himself - man": 0.10192656643119657, "himself": 0.2922874508343848, "man": 0.1903608844031882}, "www": {"himself - man": 0.04489440540522327, "himself": 0.3166658899553392, "man": 0.2717714845501159}, "yesterday": {"himself - man": 0.19688828607912556, "himself": 0.46319101274774555, "man": 0.26630272666862}, "you": {"himself - man": -0.032180503029016705, "himself": 0.205580727883141, "man": 0.2377612309121577}, "youtube": {"himself - man": -0.022771604738381634, "himself": 0.29216863422945943, "man": 0.31494023896784107}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-himself-she.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-himself-she.json new file mode 100644 index 0000000000000000000000000000000000000000..6512eb93494201815346e258e8baa0be704cf611 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-himself-she.json @@ -0,0 +1 @@ +{"a": {"himself - she": 0.050104397477084284, "himself": 0.4042602380713353, "she": 0.35415584059425104}, "after": {"himself - she": 0.1903899768583028, "himself": 0.3699204349915832, "she": 0.17953045813328042}, "all": {"himself - she": 0.18966736846863566, "himself": 0.3413723566180032, "she": 0.15170498814936753}, "and": {"himself - she": -0.04393821088917266, "himself": 0.32793992150963874, "she": 0.3718781323988114}, "any": {"himself - she": 0.1956269876545137, "himself": 0.3326518904910585, "she": 0.13702490283654478}, "anyone": {"himself - she": 0.19271026937528077, "himself": 0.35392413949364904, "she": 0.16121387011836827}, "are": {"himself - she": 0.12061356767048495, "himself": 0.30481271002793237, "she": 0.18419914235744742}, "bad": {"himself - she": 0.15559004156672054, "himself": 0.38019196069753664, "she": 0.2246019191308161}, "be": {"himself - she": 0.11658253002304073, "himself": 0.34310766491132555, "she": 0.22652513488828482}, "because": {"himself - she": 0.028584719410411796, "himself": 0.333940838198078, "she": 0.3053561187876662}, "before": {"himself - she": 0.15737677022090357, "himself": 0.3668709390186548, "she": 0.20949416879775123}, "being": {"himself - she": 0.15886332430172023, "himself": 0.3554351624630274, "she": 0.1965718381613072}, "but": {"himself - she": 0.09957625691866895, "himself": 0.3991900301082231, "she": 0.2996137731895542}, "by": {"himself - she": 0.20771090992650212, "himself": 0.4359243480562185, "she": 0.22821343812971637}, "camera": {"himself - she": 0.1728935655272335, "himself": 0.47227859061641425, "she": 0.29938502508918075}, "couple": {"himself - she": 0.18608343163392532, "himself": 0.3977926477519722, "she": 0.21170921611804688}, "d": {"himself - she": 0.1898471817897643, "himself": 0.3735568716692449, "she": 0.18370968987948058}, "day": {"himself - she": 0.11512882442244782, "himself": 0.340803473690107, "she": 0.22567464926765918}, "did": {"himself - she": 0.14774614815066622, "himself": 0.43017606025596405, "she": 0.28242991210529783}, "drug": {"himself - she": 0.23041229782166314, "himself": 0.43911749480617934, "she": 0.2087051969845162}, "e": {"himself - she": 0.23535147213697355, "himself": 0.4146394211534098, "she": 0.17928794901643624}, "either": {"himself - she": 0.2351725522973037, "himself": 0.4155587891066234, "she": 0.18038623680931973}, "even": {"himself - she": 0.16023987843746806, "himself": 0.3445342280246553, "she": 0.1842943495871872}, "find": {"himself - she": 0.15942682372382613, "himself": 0.3510104423708422, "she": 0.1915836186470161}, "for": {"himself - she": 0.09322972116040545, "himself": 0.35542483936564445, "she": 0.262195118205239}, "forum": {"himself - she": 0.1891926890400313, "himself": 0.37789171385894843, "she": 0.18869902481891712}, "friend": {"himself - she": 0.2576030226406111, "himself": 0.48683810710240255, "she": 0.2292350844617915}, "from": {"himself - she": 0.055422841546038826, "himself": 0.3608659054428824, "she": 0.30544306389684356}, "funny": {"himself - she": 0.23441534701352298, "himself": 0.41942091295297673, "she": 0.18500556593945375}, "future": {"himself - she": 0.23650570874955115, "himself": 0.408644140585384, "she": 0.17213843183583286}, "get": {"himself - she": 0.1037114735329343, "himself": 0.379124438522813, "she": 0.2754129649898787}, "guy": {"himself - she": 0.18808609989352584, "himself": 0.38510168793674837, "she": 0.19701558804322253}, "have": {"himself - she": 0.10792580880810701, "himself": 0.22094194845812734, "she": 0.11301613965002033}, "he": {"himself - she": 0.18132551759405352, "himself": 0.3963642610234274, "she": 0.2150387434293739}, "here": {"himself - she": 0.16859986311810007, "himself": 0.38093250948706986, "she": 0.21233264636896979}, "him": {"himself - she": 0.21153080391447854, "himself": 0.4366755076356669, "she": 0.2251447037211884}, "his": {"himself - she": 0.19436575558549607, "himself": 0.34202267292408417, "she": 0.1476569173385881}, "home": {"himself - she": 0.19181148145581442, "himself": 0.3602105552189666, "she": 0.1683990737631522}, "https": {"himself - she": 0.24304012261191957, "himself": 0.3723187620458866, "she": 0.12927863943396703}, "i": {"himself - she": 0.07788025486133476, "himself": 0.39378766399378756, "she": 0.3159074091324528}, "if": {"himself - she": -0.027786439208611458, "himself": 0.2684059093425819, "she": 0.29619234855119336}, "in": {"himself - she": 0.11324978579764594, "himself": 0.42919695864450363, "she": 0.3159471728468577}, "into": {"himself - she": 0.19391481575033734, "himself": 0.34530774686976357, "she": 0.15139293111942623}, "is": {"himself - she": -0.0888549978049683, "himself": 0.2726847912611772, "she": 0.3615397890661455}, "it": {"himself - she": 0.10902899417427414, "himself": 0.3796146110184662, "she": 0.2705856168441921}, "jew": {"himself - she": 0.1883212056581207, "himself": 0.3835820623019155, "she": 0.1952608566437948}, "just": {"himself - she": 0.082133693447829, "himself": 0.35895371363158113, "she": 0.2768200201837521}, "killed": {"himself - she": 0.2335815935010802, "himself": 0.4236210647752854, "she": 0.19003947127420517}, "know": {"himself - she": 0.09979927999546567, "himself": 0.32098550943633436, "she": 0.2211862294408687}, "live": {"himself - she": 0.2459578461801401, "himself": 0.35452402539096683, "she": 0.10856617921082673}, "lol": {"himself - she": 0.18565214239483538, "himself": 0.40046889226648613, "she": 0.21481674987165075}, "m": {"himself - she": 0.11771631703618016, "himself": 0.314685562484159, "she": 0.19696924544797886}, "maybe": {"himself - she": 0.1570762518211568, "himself": 0.3691428020004901, "she": 0.2120665501793333}, "me": {"himself - she": 0.050413087743045176, "himself": 0.28983137523719216, "she": 0.23941828749414698}, "might": {"himself - she": 0.23765280184821072, "himself": 0.40257141806352265, "she": 0.16491861621531193}, "more": {"himself - she": 0.18292806511414653, "himself": 0.3863960505065221, "she": 0.20346798539237557}, "murders": {"himself - she": 0.2223076055773352, "himself": 0.4758419842921146, "she": 0.2535343787147794}, "my": {"himself - she": -0.055693848876630536, "himself": 0.2512675258103578, "she": 0.3069613746869883}, "n": {"himself - she": -0.03378139085498222, "himself": 0.2693702698528619, "she": 0.3031516607078441}, "negro": {"himself - she": 0.189054458910018, "himself": 0.37880042561957084, "she": 0.18974596670955285}, "new": {"himself - she": 0.19611749936443731, "himself": 0.32893112589795254, "she": 0.13281362653351522}, "not": {"himself - she": -0.014902934173549542, "himself": 0.26188157968261416, "she": 0.2767845138561637}, "of": {"himself - she": 0.14028938370642297, "himself": 0.4149799409649638, "she": 0.27469055725854086}, "on": {"himself - she": -0.03909349804363105, "himself": 0.22194757523359687, "she": 0.2610410732772279}, "one": {"himself - she": 0.14391241536370206, "himself": 0.3740761974010825, "she": 0.23016378203738044}, "or": {"himself - she": 0.006419771236372662, "himself": 0.2684059093425819, "she": 0.26198613810620924}, "org": {"himself - she": 0.24185179363345993, "himself": 0.37926040583141574, "she": 0.1374086121979558}, "out": {"himself - she": -0.02174168324284098, "himself": 0.2798260792023133, "she": 0.30156776244515426}, "page": {"himself - she": 0.23461126125313905, "himself": 0.4184260615531236, "she": 0.18381480029998457}, "people": {"himself - she": 0.14521851088795582, "himself": 0.36416702995922007, "she": 0.21894851907126425}, "police": {"himself - she": 0.23911955437987145, "himself": 0.39463001374476286, "she": 0.1555104593648914}, "protect": {"himself - she": 0.22632800792006302, "himself": 0.4581012316049836, "she": 0.2317732236849206}, "racism": {"himself - she": 0.22777905840046797, "himself": 0.4514749232260029, "she": 0.22369586482553494}, "reason": {"himself - she": 0.23650570874955115, "himself": 0.408644140585384, "she": 0.17213843183583286}, "s": {"himself - she": -0.03923786655827344, "himself": 0.23352878657428566, "she": 0.2727666531325591}, "said": {"himself - she": 0.08087810772626769, "himself": 0.36724343725320524, "she": 0.28636532952693755}, "saw": {"himself - she": 0.15648742899738255, "himself": 0.3735568716692449, "she": 0.21706944267186234}, "scene": {"himself - she": 0.2307281550998109, "himself": 0.4376048117284454, "she": 0.2068766566286345}, "seems": {"himself - she": 0.18457722184285444, "himself": 0.40705607883446526, "she": 0.22247885699161082}, "set": {"himself - she": 0.2333593014823412, "himself": 0.42473185411298614, "she": 0.19137255263064493}, "show": {"himself - she": 0.19181148145581442, "himself": 0.3602105552189666, "she": 0.1683990737631522}, "so": {"himself - she": 0.09733599203579302, "himself": 0.36077372336917896, "she": 0.26343773133338594}, "something": {"himself - she": 0.09546121068299523, "himself": 0.3676183468050116, "she": 0.27215713612201636}, "stormfront": {"himself - she": 0.19105614778911514, "himself": 0.36540439289358073, "she": 0.1743482451044656}, "story": {"himself - she": 0.23986767206495824, "himself": 0.39049902352691535, "she": 0.1506313514619571}, "support": {"himself - she": 0.1854265658432229, "himself": 0.4018609548850291, "she": 0.2164343890418062}, "suspect": {"himself - she": 0.22684074704910595, "himself": 0.45577402246581733, "she": 0.22893327541671138}, "t": {"himself - she": -0.027756387397821936, "himself": 0.26617179462137225, "she": 0.2939281820191942}, "than": {"himself - she": 0.19522076120341778, "himself": 0.3357003369771204, "she": 0.1404795757737026}, "that": {"himself - she": 0.15820556158092974, "himself": 0.42501470845926576, "she": 0.266809146878336}, "the": {"himself - she": 0.06370787486369228, "himself": 0.3905958054933838, "she": 0.3268879306296915}, "there": {"himself - she": 0.08881792421599805, "himself": 0.2692821160500044, "she": 0.18046419183400636}, "these": {"himself - she": 0.24962845325876254, "himself": 0.3303530844874243, "she": 0.08072463122866175}, "they": {"himself - she": 0.13003469880082932, "himself": 0.3085494639410857, "she": 0.17851476514025635}, "think": {"himself - she": 0.05903033423938581, "himself": 0.3275392160315305, "she": 0.2685088817921447}, "this": {"himself - she": 0.10277134558011453, "himself": 0.37127642942719086, "she": 0.26850508384707633}, "to": {"himself - she": 0.08098746976854337, "himself": 0.3916079943314874, "she": 0.31062052456294403}, "too": {"himself - she": 0.08323774165572195, "himself": 0.3396072995408529, "she": 0.25636955788513094}, "trouble": {"himself - she": 0.22732330302131418, "himself": 0.4535696646876842, "she": 0.22624636166637005}, "trying": {"himself - she": 0.2400694116558941, "himself": 0.38937536398859895, "she": 0.14930595233270486}, "ukrainian": {"himself - she": 0.2223076055773352, "himself": 0.4758419842921146, "she": 0.2535343787147794}, "up": {"himself - she": 0.10238399939494394, "himself": 0.29122489406040614, "she": 0.1888408946654622}, "used": {"himself - she": 0.10981393882044715, "himself": 0.39049902352691535, "she": 0.2806850847064682}, "was": {"himself - she": 0.08341805152316545, "himself": 0.46666604711959947, "she": 0.383247995596434}, "way": {"himself - she": 0.19421898365887652, "himself": 0.4215089305525874, "she": 0.2272899468937109}, "were": {"himself - she": 0.11642142255039925, "himself": 0.3279339202081211, "she": 0.21151249765772187}, "where": {"himself - she": 0.06974877243131106, "himself": 0.34377015687035406, "she": 0.274021384439043}, "while": {"himself - she": 0.11126029406232396, "himself": 0.3774428496519358, "she": 0.26618255558961185}, "white": {"himself - she": -0.04490415085195232, "himself": 0.23215918173606442, "she": 0.27706333258801674}, "who": {"himself - she": 0.23698037421151658, "himself": 0.43300172891300465, "she": 0.19602135470148807}, "with": {"himself - she": 0.08464652732970396, "himself": 0.33117838866371346, "she": 0.2465318613340095}, "would": {"himself - she": 0.050267449646645285, "himself": 0.2922874508343848, "she": 0.2420200011877395}, "www": {"himself - she": 0.13808832125948228, "himself": 0.3166658899553392, "she": 0.1785775686958569}, "yesterday": {"himself - she": 0.22519480363458705, "himself": 0.46319101274774555, "she": 0.2379962091131585}, "you": {"himself - she": 0.034809627825998224, "himself": 0.205580727883141, "she": 0.17077110005714277}, "youtube": {"himself - she": 0.14059886210378142, "himself": 0.29216863422945943, "she": 0.15156977212567802}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-himself-straight.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-himself-straight.json new file mode 100644 index 0000000000000000000000000000000000000000..a8f3f350dfbb9bd14d2d1353aa3c89e69e14e44f --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-himself-straight.json @@ -0,0 +1 @@ +{"a": {"himself - straight": 0.02242414166188439, "himself": 0.4042602380713353, "straight": 0.38183609640945093}, "all": {"himself - straight": -0.021332979130336716, "himself": 0.3413723566180032, "straight": 0.3627053357483399}, "and": {"himself - straight": -0.10136983973121244, "himself": 0.32793992150963874, "straight": 0.4293097612408512}, "any": {"himself - straight": 0.05593039138053796, "himself": 0.3326518904910585, "straight": 0.2767214991105205}, "anyone": {"himself - straight": 0.05494703447595256, "himself": 0.35392413949364904, "straight": 0.2989771050176965}, "are": {"himself - straight": 0.06828433756734245, "himself": 0.30481271002793237, "straight": 0.23652837246058991}, "ass": {"himself - straight": 0.050010617021316595, "himself": 0.44757128473502505, "straight": 0.39756066771370846}, "be": {"himself - straight": 0.14333307028105743, "himself": 0.34310766491132555, "straight": 0.19977459463026812}, "by": {"himself - straight": 0.19209661386838411, "himself": 0.4359243480562185, "straight": 0.24382773418783438}, "day": {"himself - straight": 0.055559567995687786, "himself": 0.340803473690107, "straight": 0.2852439056944192}, "devoid": {"himself - straight": 0.044119660237245506, "himself": 0.5405416191615336, "straight": 0.49642195892428814}, "did": {"himself - straight": 0.13365169814974903, "himself": 0.43017606025596405, "straight": 0.296524362106215}, "divine": {"himself - straight": 0.045378959114448225, "himself": 0.5219256320123388, "straight": 0.47654667289789054}, "either": {"himself - straight": -0.016909933927271414, "himself": 0.4155587891066234, "straight": 0.43246872303389483}, "find": {"himself - straight": 0.05508472984525864, "himself": 0.3510104423708422, "straight": 0.2959257125255836}, "for": {"himself - straight": 0.03507147525654064, "himself": 0.35542483936564445, "straight": 0.3203533641091038}, "from": {"himself - straight": 0.06530450937009363, "himself": 0.3608659054428824, "straight": 0.29556139607278875}, "get": {"himself - straight": 0.06424202441559385, "himself": 0.379124438522813, "straight": 0.3148824141072192}, "god": {"himself - straight": -0.017256620694526936, "himself": 0.3845904272958965, "straight": 0.4018470479904234}, "guy": {"himself - straight": 0.05341380374610877, "himself": 0.38510168793674837, "straight": 0.3316878841906396}, "have": {"himself - straight": -0.018149299532656732, "himself": 0.22094194845812734, "straight": 0.23909124799078407}, "he": {"himself - straight": 0.13771817177868284, "himself": 0.3963642610234274, "straight": 0.2586460892447446}, "here": {"himself - straight": 0.13944387378854095, "himself": 0.38093250948706986, "straight": 0.2414886356985289}, "him": {"himself - straight": 0.13282473263460814, "himself": 0.4366755076356669, "straight": 0.3038507750010588}, "himself": {"himself - straight": 0.33283770489100867, "himself": 0.7499121899325186, "straight": 0.41707448504150996}, "https": {"himself - straight": 0.05405568889425644, "himself": 0.3723187620458866, "straight": 0.31826307315163016}, "i": {"himself - straight": 0.09193589693516946, "himself": 0.39378766399378756, "straight": 0.3018517670586181}, "if": {"himself - straight": -0.018053749873296332, "himself": 0.2684059093425819, "straight": 0.28645965921587824}, "in": {"himself - straight": 0.1168783261578446, "himself": 0.42919695864450363, "straight": 0.31231863248665903}, "into": {"himself - straight": -0.06425574401665651, "himself": 0.34530774686976357, "straight": 0.4095634908864201}, "is": {"himself - straight": -0.054355475345324034, "himself": 0.2726847912611772, "straight": 0.3270402666065012}, "it": {"himself - straight": -0.004624601665104422, "himself": 0.3796146110184662, "straight": 0.38423921268357064}, "just": {"himself - straight": 0.016142500144814498, "himself": 0.35895371363158113, "straight": 0.34281121348676663}, "me": {"himself - straight": -0.017966771475704912, "himself": 0.28983137523719216, "straight": 0.30779814671289707}, "meaningless": {"himself - straight": 0.045378959114448225, "himself": 0.5219256320123388, "straight": 0.47654667289789054}, "more": {"himself - straight": 0.015576128759070162, "himself": 0.3863960505065221, "straight": 0.37081992174745193}, "my": {"himself - straight": -0.018103708413044317, "himself": 0.2512675258103578, "straight": 0.2693712342234021}, "n": {"himself - straight": -0.018050420299046244, "himself": 0.2693702698528619, "straight": 0.28742069015190813}, "not": {"himself - straight": 0.05883792647737715, "himself": 0.26188157968261416, "straight": 0.203043653205237}, "of": {"himself - straight": 0.09005760260127421, "himself": 0.4149799409649638, "straight": 0.3249223383636896}, "on": {"himself - straight": -0.10787290454174381, "himself": 0.22194757523359687, "straight": 0.3298204797753407}, "one": {"himself - straight": 0.0645403218393889, "himself": 0.3740761974010825, "straight": 0.3095358755616936}, "or": {"himself - straight": -0.018053749873296332, "himself": 0.2684059093425819, "straight": 0.28645965921587824}, "out": {"himself - straight": -0.06713307275634917, "himself": 0.2798260792023133, "straight": 0.34695915195866245}, "people": {"himself - straight": -0.021098142578981793, "himself": 0.36416702995922007, "straight": 0.38526517253820186}, "reason": {"himself - straight": 0.05218329005243455, "himself": 0.408644140585384, "straight": 0.35646085053294946}, "s": {"himself - straight": -0.06875289531897072, "himself": 0.23352878657428566, "straight": 0.3022816818932564}, "said": {"himself - straight": 0.05430542995739451, "himself": 0.36724343725320524, "straight": 0.3129380072958107}, "saw": {"himself - straight": -0.01736653346575573, "himself": 0.3735568716692449, "straight": 0.3909234051350006}, "something": {"himself - straight": 0.05428708112623082, "himself": 0.3676183468050116, "straight": 0.3133312656787808}, "straight": {"himself - straight": -0.299128759918318, "himself": 0.4457447104334328, "straight": 0.7448734703517508}, "t": {"himself - straight": -0.01806125131089137, "himself": 0.26617179462137225, "straight": 0.2842330459322636}, "than": {"himself - straight": 0.055792586701630786, "himself": 0.3357003369771204, "straight": 0.2799077502754896}, "that": {"himself - straight": 0.2059246896327651, "himself": 0.42501470845926576, "straight": 0.21909001882650064}, "the": {"himself - straight": -0.061889974572386486, "himself": 0.3905958054933838, "straight": 0.4524857800657703}, "there": {"himself - straight": -0.1050117254549856, "himself": 0.2692821160500044, "straight": 0.37429384150499}, "they": {"himself - straight": 0.06809886294353168, "himself": 0.3085494639410857, "straight": 0.240450600997554}, "this": {"himself - straight": 0.12381723495229396, "himself": 0.37127642942719086, "straight": 0.2474591944748969}, "to": {"himself - straight": 0.06661720298245632, "himself": 0.3916079943314874, "straight": 0.3249907913490311}, "trying": {"himself - straight": 0.05319508755875041, "himself": 0.38937536398859895, "straight": 0.33618027642984855}, "up": {"himself - straight": -0.017960171714811568, "himself": 0.29122489406040614, "straight": 0.3091850657752177}, "was": {"himself - straight": 0.14817540432173687, "himself": 0.46666604711959947, "straight": 0.3184906427978626}, "white": {"himself - straight": -0.10730011116366889, "himself": 0.23215918173606442, "straight": 0.3394592928997333}, "who": {"himself - straight": 0.06874930463649637, "himself": 0.43300172891300465, "straight": 0.3642524242765083}, "with": {"himself - straight": -0.05256083838356512, "himself": 0.33117838866371346, "straight": 0.3837392270472786}, "www": {"himself - straight": 0.056636000821162935, "himself": 0.3166658899553392, "straight": 0.26002988913417624}, "you": {"himself - straight": -0.10873953870924627, "himself": 0.205580727883141, "straight": 0.31432026659238727}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-himself-their.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-himself-their.json new file mode 100644 index 0000000000000000000000000000000000000000..2c4b9529991236117d7012f2db4014b1531855cc --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-himself-their.json @@ -0,0 +1 @@ +{"100": {"himself - their": 0.2256601763954201, "himself": 0.411980495176679, "their": 0.1863203187812589}, "a": {"himself - their": 0.11368380696385061, "himself": 0.4042602380713353, "their": 0.2905764311074847}, "accusations": {"himself - their": 0.28973550185035657, "himself": 0.5219256320123388, "their": 0.23219013016198223}, "after": {"himself - their": 0.16066824156969853, "himself": 0.3699204349915832, "their": 0.2092521934218847}, "all": {"himself - their": 0.05523700256297015, "himself": 0.3413723566180032, "their": 0.28613535405503304}, "and": {"himself - their": -0.05154395295671621, "himself": 0.32793992150963874, "their": 0.37948387446635495}, "any": {"himself - their": 0.1424000817963044, "himself": 0.3326518904910585, "their": 0.19025180869475408}, "anyone": {"himself - their": 0.1336032222717725, "himself": 0.35392413949364904, "their": 0.22032091722187655}, "apologize": {"himself - their": 0.2979078638592875, "himself": 0.49487044730887914, "their": 0.1969625834495916}, "are": {"himself - their": -0.039642082998083306, "himself": 0.30481271002793237, "their": 0.34445479302601567}, "arrested": {"himself - their": 0.3113780212211139, "himself": 0.44399183991753555, "their": 0.13261381869642166}, "ass": {"himself - their": 0.26645816035866665, "himself": 0.44757128473502505, "their": 0.18111312437635838}, "avoid": {"himself - their": 0.307255732160326, "himself": 0.4605671502639468, "their": 0.1533114181036208}, "bad": {"himself - their": 0.16805096918224716, "himself": 0.38019196069753664, "their": 0.21214099151528948}, "be": {"himself - their": 0.07734066354686636, "himself": 0.34310766491132555, "their": 0.2657670013644592}, "because": {"himself - their": 0.039361790574253874, "himself": 0.333940838198078, "their": 0.29457904762382414}, "before": {"himself - their": 0.21644715351265426, "himself": 0.3668709390186548, "their": 0.15042378550600055}, "being": {"himself - their": 0.1334411993734241, "himself": 0.3554351624630274, "their": 0.2219939630896033}, "but": {"himself - their": 0.1340049348371708, "himself": 0.3991900301082231, "their": 0.26518509527105233}, "by": {"himself - their": 0.16754846941947593, "himself": 0.4359243480562185, "their": 0.26837587863674256}, "camera": {"himself - their": 0.30418938787420974, "himself": 0.47227859061641425, "their": 0.1680892027422045}, "couple": {"himself - their": 0.21159376694629412, "himself": 0.3977926477519722, "their": 0.1861988808056781}, "d": {"himself - their": 0.21544040999943245, "himself": 0.3735568716692449, "their": 0.15811646166981244}, "day": {"himself - their": 0.15607189326246107, "himself": 0.340803473690107, "their": 0.18473158042764593}, "despite": {"himself - their": 0.25765123085505104, "himself": 0.48415046601796574, "their": 0.22649923516291473}, "devil": {"himself - their": 0.30094919011751375, "himself": 0.48415046601796574, "their": 0.18320127590045202}, "did": {"himself - their": 0.2831094727270662, "himself": 0.43017606025596405, "their": 0.14706658752889784}, "drug": {"himself - their": 0.2683463878953456, "himself": 0.43911749480617934, "their": 0.17077110691083375}, "e": {"himself - their": 0.2735089214306507, "himself": 0.4146394211534098, "their": 0.1411304997227591}, "either": {"himself - their": 0.2085753054011984, "himself": 0.4155587891066234, "their": 0.20698348370542502}, "entertainment": {"himself - their": 0.2597434410266556, "himself": 0.4758419842921146, "their": 0.216098543265459}, "even": {"himself - their": 0.06286951588312861, "himself": 0.3445342280246553, "their": 0.28166471214152666}, "everyone": {"himself - their": 0.2282746028534383, "himself": 0.39714461745594243, "their": 0.16887001460250411}, "false": {"himself - their": 0.23679009673306592, "himself": 0.4581012316049836, "their": 0.2213111348719177}, "find": {"himself - their": 0.14044166542306669, "himself": 0.3510104423708422, "their": 0.21056877694777554}, "for": {"himself - their": 0.05343497003581199, "himself": 0.35542483936564445, "their": 0.30198986932983246}, "forum": {"himself - their": 0.21477516426136142, "himself": 0.37789171385894843, "their": 0.163116549597587}, "friend": {"himself - their": 0.3924354416446534, "himself": 0.48683810710240255, "their": 0.09440266545774918}, "from": {"himself - their": 0.11439402757759506, "himself": 0.3608659054428824, "their": 0.24647187786528732}, "fun": {"himself - their": 0.3117830420822493, "himself": 0.44230651090247175, "their": 0.13052346882022245}, "funny": {"himself - their": 0.1822927527631844, "himself": 0.41942091295297673, "their": 0.23712816018979233}, "future": {"himself - their": 0.20977023896329852, "himself": 0.408644140585384, "their": 0.19887390162208549}, "get": {"himself - their": 0.12324769810420505, "himself": 0.379124438522813, "their": 0.255876740418608}, "god": {"himself - their": 0.15876944613082591, "himself": 0.3845904272958965, "their": 0.22582098116507057}, "gotten": {"himself - their": 0.3084738279156371, "himself": 0.45577402246581733, "their": 0.14730019455018023}, "guy": {"himself - their": 0.21364678040676532, "himself": 0.38510168793674837, "their": 0.17145490752998305}, "have": {"himself - their": -0.09101933966800327, "himself": 0.22094194845812734, "their": 0.3119612881261306}, "having": {"himself - their": 0.1840184477716444, "himself": 0.408644140585384, "their": 0.22462569281373962}, "he": {"himself - their": 0.2901688453562726, "himself": 0.3963642610234274, "their": 0.10619541566715486}, "here": {"himself - their": 0.17869126484598993, "himself": 0.38093250948706986, "their": 0.20224124464107993}, "him": {"himself - their": 0.33352895023632545, "himself": 0.4366755076356669, "their": 0.10314655739934146}, "his": {"himself - their": 0.19351756928113673, "himself": 0.34202267292408417, "their": 0.14850510364294744}, "home": {"himself - their": 0.08755140400316558, "himself": 0.3602105552189666, "their": 0.27265915121580103}, "https": {"himself - their": 0.28138997179985886, "himself": 0.3723187620458866, "their": 0.09092879024602775}, "i": {"himself - their": 0.12668358656330114, "himself": 0.39378766399378756, "their": 0.2671040774304864}, "if": {"himself - their": 0.014197373596165463, "himself": 0.2684059093425819, "their": 0.25420853574641644}, "immigration": {"himself - their": 0.24230409816473683, "himself": 0.4320157480588263, "their": 0.18971164989408948}, "in": {"himself - their": 0.08367812958204573, "himself": 0.42919695864450363, "their": 0.3455188290624579}, "into": {"himself - their": 0.11177607992883243, "himself": 0.34530774686976357, "their": 0.23353166694093114}, "is": {"himself - their": -0.02709557317350575, "himself": 0.2726847912611772, "their": 0.2997803644346829}, "islam": {"himself - their": 0.3065798819174919, "himself": 0.46319101274774555, "their": 0.15661113083025363}, "it": {"himself - their": 0.09273175514777782, "himself": 0.3796146110184662, "their": 0.2868828558706884}, "jew": {"himself - their": 0.1878263591618335, "himself": 0.3835820623019155, "their": 0.195755703140082}, "just": {"himself - their": 0.10946018667787433, "himself": 0.35895371363158113, "their": 0.2494935269537068}, "killed": {"himself - their": 0.27166689934375543, "himself": 0.4236210647752854, "their": 0.15195416543152998}, "know": {"himself - their": 0.07128123992119015, "himself": 0.32098550943633436, "their": 0.2497042695151442}, "live": {"himself - their": 0.19188652346975, "himself": 0.35452402539096683, "their": 0.16263750192121684}, "lol": {"himself - their": 0.32102016394508726, "himself": 0.40046889226648613, "their": 0.07944872832139888}, "m": {"himself - their": 0.14421926934054877, "himself": 0.314685562484159, "their": 0.17046629314361025}, "mail": {"himself - their": 0.2686785165131652, "himself": 0.4376048117284454, "their": 0.1689262952152802}, "maybe": {"himself - their": 0.13194174910369083, "himself": 0.3691428020004901, "their": 0.23720105289679927}, "me": {"himself - their": 0.11659002012628183, "himself": 0.28983137523719216, "their": 0.17324135511091032}, "members": {"himself - their": 0.20824375925960223, "himself": 0.4174513250388897, "their": 0.20920756577928748}, "might": {"himself - their": 0.21079848840276944, "himself": 0.40257141806352265, "their": 0.1917729296607532}, "million": {"himself - their": 0.3121706839414776, "himself": 0.440683318492337, "their": 0.12851263455085937}, "moment": {"himself - their": 0.3121706839414776, "himself": 0.440683318492337, "their": 0.12851263455085937}, "moments": {"himself - their": 0.29332921485722047, "himself": 0.510319685506992, "their": 0.21699047064977156}, "more": {"himself - their": 0.15402756107519663, "himself": 0.3863960505065221, "their": 0.23236848943132546}, "my": {"himself - their": 0.06159571811628825, "himself": 0.2512675258103578, "their": 0.18967180769406952}, "n": {"himself - their": 0.011876346283402228, "himself": 0.2693702698528619, "their": 0.25749392356945966}, "negro": {"himself - their": 0.18852052007459724, "himself": 0.37880042561957084, "their": 0.1902799055449736}, "new": {"himself - their": 0.221721144921845, "himself": 0.32893112589795254, "their": 0.10720998097610754}, "nordic": {"himself - their": 0.22372116508557024, "himself": 0.4225357727084399, "their": 0.19881460762286965}, "not": {"himself - their": -0.02223684353253902, "himself": 0.26188157968261416, "their": 0.2841184232151532}, "of": {"himself - their": 0.05385267410413963, "himself": 0.4149799409649638, "their": 0.3611272668608242}, "on": {"himself - their": -0.07456266541409984, "himself": 0.22194757523359687, "their": 0.2965102406476967}, "one": {"himself - their": 0.1631366681861783, "himself": 0.3740761974010825, "their": 0.2109395292149042}, "or": {"himself - their": -0.00520732009584729, "himself": 0.2684059093425819, "their": 0.2736132294384292}, "org": {"himself - their": 0.28018636683865183, "himself": 0.37926040583141574, "their": 0.0990740389927639}, "out": {"himself - their": 0.04184972624471173, "himself": 0.2798260792023133, "their": 0.23797635295760156}, "page": {"himself - their": 0.24499686623619832, "himself": 0.4184260615531236, "their": 0.1734291953169253}, "people": {"himself - their": 0.05045252260986033, "himself": 0.36416702995922007, "their": 0.31371450734935974}, "ple": {"himself - their": 0.31559826303131977, "himself": 0.4258694821794012, "their": 0.11027121914808144}, "police": {"himself - their": 0.2121133908114123, "himself": 0.39463001374476286, "their": 0.18251662293335055}, "process": {"himself - their": 0.254870820189644, "himself": 0.49487044730887914, "their": 0.23999962711923511}, "protect": {"himself - their": 0.2640295774823122, "himself": 0.4581012316049836, "their": 0.1940716541226714}, "racism": {"himself - their": 0.3095482993898483, "himself": 0.4514749232260029, "their": 0.1419266238361546}, "reason": {"himself - their": 0.20977023896329852, "himself": 0.408644140585384, "their": 0.19887390162208549}, "russia": {"himself - their": 0.3117830420822493, "himself": 0.44230651090247175, "their": 0.13052346882022245}, "russian": {"himself - their": 0.24018339194936505, "himself": 0.44230651090247175, "their": 0.2021231189531067}, "s": {"himself - their": -0.02909724781107642, "himself": 0.23352878657428566, "their": 0.2626260343853621}, "said": {"himself - their": 0.15297085566062, "himself": 0.36724343725320524, "their": 0.21427258159258525}, "saw": {"himself - their": 0.16893801015936233, "himself": 0.3735568716692449, "their": 0.20461886150988257}, "scene": {"himself - their": 0.312899298296771, "himself": 0.4376048117284454, "their": 0.1247055134316744}, "seems": {"himself - their": 0.17372984745073233, "himself": 0.40705607883446526, "their": 0.23332623138373293}, "set": {"himself - their": 0.2233094399503937, "himself": 0.42473185411298614, "their": 0.20142241416259243}, "show": {"himself - their": 0.1803435219467662, "himself": 0.3602105552189666, "their": 0.1798670332722004}, "sign": {"himself - their": 0.24018339194936505, "himself": 0.44230651090247175, "their": 0.2021231189531067}, "so": {"himself - their": 0.07596956655863091, "himself": 0.36077372336917896, "their": 0.28480415681054805}, "something": {"himself - their": 0.20226844969099672, "himself": 0.3676183468050116, "their": 0.16534989711401488}, "stormfront": {"himself - their": 0.3275854633699358, "himself": 0.36540439289358073, "their": 0.03781892952364491}, "story": {"himself - their": 0.22940400512799666, "himself": 0.39049902352691535, "their": 0.16109501839891868}, "straight": {"himself - their": 0.26687076402298937, "himself": 0.4457447104334328, "their": 0.1788739464104434}, "suicide": {"himself - their": 0.2507016003108435, "himself": 0.510319685506992, "their": 0.25961808519614854}, "superiority": {"himself - their": 0.23277650819477222, "himself": 0.4758419842921146, "their": 0.2430654760973424}, "support": {"himself - their": 0.19705349676428363, "himself": 0.4018609548850291, "their": 0.20480745812074547}, "suspect": {"himself - their": 0.2645736710744194, "himself": 0.45577402246581733, "their": 0.1912003513913979}, "t": {"himself - their": 0.003141133843559074, "himself": 0.26617179462137225, "their": 0.2630306607778132}, "than": {"himself - their": 0.10762867563231968, "himself": 0.3357003369771204, "their": 0.2280716613448007}, "that": {"himself - their": 0.10017868883177927, "himself": 0.42501470845926576, "their": 0.3248360196274865}, "the": {"himself - their": 0.03675890811295318, "himself": 0.3905958054933838, "their": 0.3538368973804306}, "there": {"himself - their": 0.04232222148807116, "himself": 0.2692821160500044, "their": 0.22695989456193325}, "these": {"himself - their": 0.07066398314181949, "himself": 0.3303530844874243, "their": 0.2596891013456048}, "they": {"himself - their": -0.08521746418713239, "himself": 0.3085494639410857, "their": 0.39376692812821806}, "think": {"himself - their": 0.07819268872505863, "himself": 0.3275392160315305, "their": 0.2493465273064719}, "third": {"himself - their": 0.31254235484438175, "himself": 0.43911749480617934, "their": 0.12657513996179756}, "this": {"himself - their": 0.13147552418493483, "himself": 0.37127642942719086, "their": 0.23980090524225603}, "to": {"himself - their": 0.028856206834552534, "himself": 0.3916079943314874, "their": 0.3627517874969349}, "too": {"himself - their": 0.17320866287484837, "himself": 0.3396072995408529, "their": 0.16639863666600452}, "tried": {"himself - their": 0.27211256117738747, "himself": 0.4214747368165805, "their": 0.14936217563919305}, "trouble": {"himself - their": 0.2650851860410024, "himself": 0.4535696646876842, "their": 0.1884844786466818}, "trying": {"himself - their": 0.15813300634359612, "himself": 0.38937536398859895, "their": 0.23124235764500284}, "up": {"himself - their": 0.01352702156417479, "himself": 0.29122489406040614, "their": 0.27769787249623135}, "used": {"himself - their": 0.22940400512799666, "himself": 0.39049902352691535, "their": 0.16109501839891868}, "was": {"himself - their": 0.2567016032980876, "himself": 0.46666604711959947, "their": 0.20996444382151186}, "way": {"himself - their": 0.18149157902777566, "himself": 0.4215089305525874, "their": 0.24001735152481177}, "were": {"himself - their": 0.09884836024398669, "himself": 0.3279339202081211, "their": 0.22908555996413443}, "where": {"himself - their": 0.14122608974705309, "himself": 0.34377015687035406, "their": 0.20254406712330097}, "while": {"himself - their": 0.16842058800918225, "himself": 0.3774428496519358, "their": 0.20902226164275356}, "white": {"himself - their": -0.04246969362011144, "himself": 0.23215918173606442, "their": 0.27462887535617586}, "who": {"himself - their": 0.1334518037767125, "himself": 0.43300172891300465, "their": 0.29954992513629214}, "wish": {"himself - their": 0.27166689934375543, "himself": 0.4236210647752854, "their": 0.15195416543152998}, "with": {"himself - their": 0.01628831117812446, "himself": 0.33117838866371346, "their": 0.314890077485589}, "would": {"himself - their": 0.05939662011073096, "himself": 0.2922874508343848, "their": 0.23289083072365382}, "www": {"himself - their": 0.15869624687923117, "himself": 0.3166658899553392, "their": 0.157969643076108}, "you": {"himself - their": -0.030597766389836883, "himself": 0.205580727883141, "their": 0.23617849427297788}, "youtube": {"himself - their": 0.24318699234425803, "himself": 0.29216863422945943, "their": 0.048981641885201405}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-himself-them.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-himself-them.json new file mode 100644 index 0000000000000000000000000000000000000000..cf67b22053feaea7bba798609a0ca21a0c9aee80 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-himself-them.json @@ -0,0 +1 @@ +{"a": {"himself - them": 0.06963850664813931, "himself": 0.4042602380713353, "them": 0.334621731423196}, "after": {"himself - them": 0.17515028068691588, "himself": 0.3699204349915832, "them": 0.19477015430466735}, "agent": {"himself - them": 0.28250044823572906, "himself": 0.510319685506992, "them": 0.22781923727126294}, "aka": {"himself - them": 0.2869537624924027, "himself": 0.49487044730887914, "them": 0.2079166848164765}, "all": {"himself - them": 0.05594265435575824, "himself": 0.3413723566180032, "them": 0.28542970226224496}, "and": {"himself - them": -0.06159234409958109, "himself": 0.32793992150963874, "them": 0.38953226560921983}, "any": {"himself - them": 0.0765586004749621, "himself": 0.3326518904910585, "them": 0.2560932900160964}, "anyone": {"himself - them": 0.10521794074700519, "himself": 0.35392413949364904, "them": 0.24870619874664385}, "are": {"himself - them": -0.025898786733804136, "himself": 0.30481271002793237, "them": 0.3307114967617365}, "arrested": {"himself - them": 0.300072843243334, "himself": 0.44399183991753555, "them": 0.14391899667420155}, "avoid": {"himself - them": 0.22373785726667772, "himself": 0.4605671502639468, "them": 0.23682929299726907}, "bad": {"himself - them": 0.26747608744189083, "himself": 0.38019196069753664, "them": 0.11271587325564582}, "be": {"himself - them": 0.043950079551275945, "himself": 0.34310766491132555, "them": 0.2991575853600496}, "because": {"himself - them": 0.05235495160967557, "himself": 0.333940838198078, "them": 0.28158588658840245}, "before": {"himself - them": 0.164552450292104, "himself": 0.3668709390186548, "them": 0.2023184887265508}, "being": {"himself - them": 0.14701757309844668, "himself": 0.3554351624630274, "them": 0.20841758936458074}, "but": {"himself - them": 0.13031856716694995, "himself": 0.3991900301082231, "them": 0.2688714629412732}, "by": {"himself - them": 0.21343602010340124, "himself": 0.4359243480562185, "them": 0.22248832795281726}, "couple": {"himself - them": 0.23583149527973285, "himself": 0.3977926477519722, "them": 0.16196115247223936}, "d": {"himself - them": 0.20143038583834552, "himself": 0.3735568716692449, "them": 0.17212648583089937}, "day": {"himself - them": 0.20590554645422524, "himself": 0.340803473690107, "them": 0.13489792723588176}, "despite": {"himself - them": 0.21854666458936467, "himself": 0.48415046601796574, "them": 0.26560380142860107}, "did": {"himself - them": 0.22604039961449962, "himself": 0.43017606025596405, "them": 0.20413566064146443}, "drug": {"himself - them": 0.25617986986414754, "himself": 0.43911749480617934, "them": 0.18293762494203178}, "e": {"himself - them": 0.2611703779074708, "himself": 0.4146394211534098, "them": 0.153469043245939}, "either": {"himself - them": 0.21169844409525485, "himself": 0.4155587891066234, "them": 0.20386034501136857}, "even": {"himself - them": 0.10038957890152078, "himself": 0.3445342280246553, "them": 0.2441446491231345}, "everyone": {"himself - them": 0.18368732090427042, "himself": 0.39714461745594243, "them": 0.213457296551672}, "false": {"himself - them": 0.2037827419024444, "himself": 0.4581012316049836, "them": 0.25431848970253923}, "find": {"himself - them": 0.10547711687287181, "himself": 0.3510104423708422, "them": 0.2455333254979704}, "for": {"himself - them": 0.04418027882236625, "himself": 0.35542483936564445, "them": 0.3112445605432782}, "forum": {"himself - them": 0.26786781928311815, "himself": 0.37789171385894843, "them": 0.11002389457583027}, "friend": {"himself - them": 0.33550543296145574, "himself": 0.48683810710240255, "them": 0.1513326741409468}, "from": {"himself - them": 0.11153530892511282, "himself": 0.3608659054428824, "them": 0.24933059651776956}, "funny": {"himself - them": 0.21102172987689266, "himself": 0.41942091295297673, "them": 0.20839918307608407}, "future": {"himself - them": 0.21288936146399293, "himself": 0.408644140585384, "them": 0.19575477912139108}, "get": {"himself - them": 0.07764044856314911, "himself": 0.379124438522813, "them": 0.3014839899596639}, "god": {"himself - them": 0.18552423965012357, "himself": 0.3845904272958965, "them": 0.1990661876457729}, "gotten": {"himself - them": 0.22474899962352357, "himself": 0.45577402246581733, "them": 0.23102502284229376}, "guy": {"himself - them": 0.2167469574064901, "himself": 0.38510168793674837, "them": 0.16835473053025826}, "have": {"himself - them": -0.10964820860378607, "himself": 0.22094194845812734, "them": 0.3305901570619134}, "having": {"himself - them": 0.2623275688614963, "himself": 0.408644140585384, "them": 0.14631657172388773}, "he": {"himself - them": 0.23227036554809047, "himself": 0.3963642610234274, "them": 0.16409389547533695}, "here": {"himself - them": 0.17531834920624895, "himself": 0.38093250948706986, "them": 0.2056141602808209}, "him": {"himself - them": 0.32025513754816404, "himself": 0.4366755076356669, "them": 0.11642037008750289}, "his": {"himself - them": 0.22303013783394743, "himself": 0.34202267292408417, "them": 0.11899253509013676}, "home": {"himself - them": 0.13822418141470938, "himself": 0.3602105552189666, "them": 0.22198637380425723}, "https": {"himself - them": 0.2688018540334366, "himself": 0.3723187620458866, "them": 0.10351690801244999}, "i": {"himself - them": 0.04853996839915753, "himself": 0.39378766399378756, "them": 0.34524769559463003}, "if": {"himself - them": -0.03259954998173947, "himself": 0.2684059093425819, "them": 0.3010054593243214}, "immigration": {"himself - them": 0.25767203312398246, "himself": 0.4320157480588263, "them": 0.17434371493484388}, "in": {"himself - them": 0.1045351910892306, "himself": 0.42919695864450363, "them": 0.32466176755527304}, "into": {"himself - them": 0.0949456149234551, "himself": 0.34530774686976357, "them": 0.25036213194630846}, "iraq": {"himself - them": 0.28250044823572906, "himself": 0.510319685506992, "them": 0.22781923727126294}, "is": {"himself - them": -0.014991631449300435, "himself": 0.2726847912611772, "them": 0.2876764227104776}, "it": {"himself - them": 0.08115255225538798, "himself": 0.3796146110184662, "them": 0.29846205876307824}, "jew": {"himself - them": 0.1733168913900904, "himself": 0.3835820623019155, "them": 0.2102651709118251}, "just": {"himself - them": 0.0744915250226173, "himself": 0.35895371363158113, "them": 0.28446218860896383}, "killed": {"himself - them": 0.25938905154634806, "himself": 0.4236210647752854, "them": 0.16423201322893732}, "know": {"himself - them": 0.07293265546774602, "himself": 0.32098550943633436, "them": 0.24805285396858834}, "live": {"himself - them": 0.20409406876934258, "himself": 0.35452402539096683, "them": 0.15042995662162426}, "lol": {"himself - them": 0.263864717574124, "himself": 0.40046889226648613, "them": 0.13660417469236216}, "m": {"himself - them": 0.13509028835963713, "himself": 0.314685562484159, "them": 0.1795952741245219}, "maybe": {"himself - them": 0.12963744504374028, "himself": 0.3691428020004901, "them": 0.23950535695674982}, "me": {"himself - them": 0.07486432373786459, "himself": 0.28983137523719216, "them": 0.21496705149932757}, "might": {"himself - them": 0.17063972411506928, "himself": 0.40257141806352265, "them": 0.23193169394845337}, "moment": {"himself - them": 0.30084580168201736, "himself": 0.440683318492337, "them": 0.1398375168103196}, "more": {"himself - them": 0.12157043619722341, "himself": 0.3863960505065221, "them": 0.2648256143092987}, "my": {"himself - them": 0.014460452042667493, "himself": 0.2512675258103578, "them": 0.23680707376769028}, "n": {"himself - them": 0.013968485045590229, "himself": 0.2693702698528619, "them": 0.25540178480727166}, "negro": {"himself - them": 0.23900991810963623, "himself": 0.37880042561957084, "them": 0.1397905075099346}, "new": {"himself - them": 0.19281910493888763, "himself": 0.32893112589795254, "them": 0.1361120209590649}, "nordic": {"himself - them": 0.3049159283420602, "himself": 0.4225357727084399, "them": 0.11761984436637966}, "not": {"himself - them": -0.05141898752624674, "himself": 0.26188157968261416, "them": 0.3133005672088609}, "of": {"himself - them": 0.043788921327356456, "himself": 0.4149799409649638, "them": 0.37119101963760737}, "on": {"himself - them": -0.08011106128471457, "himself": 0.22194757523359687, "them": 0.30205863651831144}, "one": {"himself - them": 0.11328207287094244, "himself": 0.3740761974010825, "them": 0.26079412453014006}, "or": {"himself - them": -0.015722056966018305, "himself": 0.2684059093425819, "them": 0.2841279663086002}, "org": {"himself - them": 0.26763516904656437, "himself": 0.37926040583141574, "them": 0.11162523678485137}, "out": {"himself - them": -0.028564022160267266, "himself": 0.2798260792023133, "them": 0.30839010136258055}, "page": {"himself - them": 0.3057981653742562, "himself": 0.4184260615531236, "them": 0.11262789617886741}, "people": {"himself - them": 0.0741003033062238, "himself": 0.36416702995922007, "them": 0.29006672665299627}, "pieces": {"himself - them": 0.2869537624924027, "himself": 0.49487044730887914, "them": 0.2079166848164765}, "ple": {"himself - them": 0.30418962044248044, "himself": 0.4258694821794012, "them": 0.12167986173692075}, "police": {"himself - them": 0.23637599770272302, "himself": 0.39463001374476286, "them": 0.15825401604203984}, "process": {"himself - them": 0.2431773212054682, "himself": 0.49487044730887914, "them": 0.25169312610341094}, "protect": {"himself - them": 0.2966680953797921, "himself": 0.4581012316049836, "them": 0.16143313622519148}, "racism": {"himself - them": 0.2534961802417758, "himself": 0.4514749232260029, "them": 0.19797874298422716}, "reason": {"himself - them": 0.1697517363594808, "himself": 0.408644140585384, "them": 0.23889240422590322}, "rid": {"himself - them": 0.29306801539950844, "himself": 0.47227859061641425, "them": 0.1792105752169058}, "russia": {"himself - them": 0.30046778092532156, "himself": 0.44230651090247175, "them": 0.14183872997715022}, "russian": {"himself - them": 0.30046778092532156, "himself": 0.44230651090247175, "them": 0.14183872997715022}, "s": {"himself - them": 0.006764959997004216, "himself": 0.23352878657428566, "them": 0.22676382657728145}, "said": {"himself - them": 0.20233350349496365, "himself": 0.36724343725320524, "them": 0.1649099337582416}, "saw": {"himself - them": 0.21852837659275526, "himself": 0.3735568716692449, "them": 0.15502849507648964}, "scene": {"himself - them": 0.3015564112682213, "himself": 0.4376048117284454, "them": 0.13604840046022412}, "seems": {"himself - them": 0.18218651231287497, "himself": 0.40705607883446526, "them": 0.2248695665215903}, "set": {"himself - them": 0.2591647533782686, "himself": 0.42473185411298614, "them": 0.1655671007347175}, "show": {"himself - them": 0.14647925532047212, "himself": 0.3602105552189666, "them": 0.2137312998984945}, "sign": {"himself - them": 0.25549794492294203, "himself": 0.44230651090247175, "them": 0.18680856597952972}, "so": {"himself - them": 0.0697667750517253, "himself": 0.36077372336917896, "them": 0.29100694831745366}, "something": {"himself - them": 0.24077939959430725, "himself": 0.3676183468050116, "them": 0.12683894721070435}, "stormfront": {"himself - them": 0.2699312471636333, "himself": 0.36540439289358073, "them": 0.0954731457299474}, "story": {"himself - them": 0.31141382976830023, "himself": 0.39049902352691535, "them": 0.07908519375861509}, "straight": {"himself - them": 0.2268172245969644, "himself": 0.4457447104334328, "them": 0.21892748583646837}, "support": {"himself - them": 0.2351220663130909, "himself": 0.4018609548850291, "them": 0.1667388885719382}, "suspect": {"himself - them": 0.25253636991477474, "himself": 0.45577402246581733, "them": 0.2032376525510426}, "t": {"himself - them": 0.003426040063035485, "himself": 0.26617179462137225, "them": 0.26274575455833676}, "than": {"himself - them": 0.06369533440169212, "himself": 0.3357003369771204, "them": 0.27200500257542826}, "that": {"himself - them": 0.12028330122827008, "himself": 0.42501470845926576, "them": 0.3047314072309957}, "the": {"himself - them": 0.049032934624257174, "himself": 0.3905958054933838, "them": 0.3415628708691266}, "there": {"himself - them": 0.0008295039067852117, "himself": 0.2692821160500044, "them": 0.2684526121432192}, "these": {"himself - them": 0.08127179027314607, "himself": 0.3303530844874243, "them": 0.24908129421427821}, "they": {"himself - them": -0.06583275391254867, "himself": 0.3085494639410857, "them": 0.37438221785363435}, "think": {"himself - them": 0.060233037465950046, "himself": 0.3275392160315305, "them": 0.2673061785655805}, "third": {"himself - them": 0.3012082752252652, "himself": 0.43911749480617934, "them": 0.13790921958091412}, "this": {"himself - them": 0.14882506982724736, "himself": 0.37127642942719086, "them": 0.2224513595999435}, "to": {"himself - them": -0.008209613403486749, "himself": 0.3916079943314874, "them": 0.39981760773497416}, "too": {"himself - them": 0.11245589943476414, "himself": 0.3396072995408529, "them": 0.22715140010608875}, "tried": {"himself - them": 0.25981995599368235, "himself": 0.4214747368165805, "them": 0.1616547808228981}, "trying": {"himself - them": 0.21606918784639742, "himself": 0.38937536398859895, "them": 0.17330617614220153}, "up": {"himself - them": 0.013384023919648713, "himself": 0.29122489406040614, "them": 0.2778408701407574}, "used": {"himself - them": 0.1517428476610206, "himself": 0.39049902352691535, "them": 0.23875617586589473}, "was": {"himself - them": 0.2486750451388028, "himself": 0.46666604711959947, "them": 0.21799100198079666}, "way": {"himself - them": 0.179819143519508, "himself": 0.4215089305525874, "them": 0.24168978703307942}, "were": {"himself - them": 0.05638326296694951, "himself": 0.3279339202081211, "them": 0.2715506572411716}, "where": {"himself - them": 0.1399802520455768, "himself": 0.34377015687035406, "them": 0.20378990482477727}, "while": {"himself - them": 0.26794383724803306, "himself": 0.3774428496519358, "them": 0.10949901240390272}, "white": {"himself - them": -0.04244478772326238, "himself": 0.23215918173606442, "them": 0.2746039694593268}, "who": {"himself - them": 0.17204076255702333, "himself": 0.43300172891300465, "them": 0.2609609663559813}, "wish": {"himself - them": 0.19357178935105734, "himself": 0.4236210647752854, "them": 0.23004927542422804}, "with": {"himself - them": 0.008627485076137809, "himself": 0.33117838866371346, "them": 0.32255090358757565}, "would": {"himself - them": 0.013355871735307723, "himself": 0.2922874508343848, "them": 0.27893157909907706}, "www": {"himself - them": 0.2262694740340675, "himself": 0.3166658899553392, "them": 0.09039641592127169}, "you": {"himself - them": -0.07735342153437993, "himself": 0.205580727883141, "them": 0.28293414941752093}, "youtube": {"himself - them": 0.2507979664818453, "himself": 0.29216863422945943, "them": 0.04137066774761411}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-himself-they.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-himself-they.json new file mode 100644 index 0000000000000000000000000000000000000000..f2e9c20ae716a6635232564c945a7ad6d7426fb1 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-himself-they.json @@ -0,0 +1 @@ +{"100": {"himself - they": 0.25977059882063225, "himself": 0.411980495176679, "they": 0.1522098963560468}, "395023": {"himself - they": 0.32321388808717266, "himself": 0.5405416191615336, "they": 0.217327731074361}, "5syk36rbphm": {"himself - they": 0.32321388808717266, "himself": 0.5405416191615336, "they": 0.217327731074361}, "84": {"himself - they": 0.33656176435660556, "himself": 0.5017374050672441, "they": 0.16517564071063853}, "a": {"himself - they": 0.09892970425545322, "himself": 0.4042602380713353, "they": 0.3053305338158821}, "accusations": {"himself - they": 0.32983318995322264, "himself": 0.5219256320123388, "they": 0.19209244205911613}, "after": {"himself - they": 0.1458264152486595, "himself": 0.3699204349915832, "they": 0.22409401974292373}, "agent": {"himself - they": 0.33375781125535997, "himself": 0.510319685506992, "they": 0.17656187425163206}, "all": {"himself - they": 0.045500030126028546, "himself": 0.3413723566180032, "they": 0.29587232649197465}, "and": {"himself - they": -0.03583426680204033, "himself": 0.32793992150963874, "they": 0.36377418831167907}, "any": {"himself - they": 0.13040070525868727, "himself": 0.3326518904910585, "they": 0.2022511852323712}, "anyone": {"himself - they": 0.17706343455858942, "himself": 0.35392413949364904, "they": 0.17686070493505962}, "apologize": {"himself - they": 0.29845303156830005, "himself": 0.49487044730887914, "they": 0.19641741574057908}, "are": {"himself - they": -0.07497727304091922, "himself": 0.30481271002793237, "they": 0.3797899830688516}, "arrested": {"himself - they": 0.2867649470402437, "himself": 0.44399183991753555, "they": 0.15722689287729189}, "ass": {"himself - they": 0.28590575906241406, "himself": 0.44757128473502505, "they": 0.161665525672611}, "avoid": {"himself - they": 0.30802209125833757, "himself": 0.4605671502639468, "they": 0.15254505900560922}, "bad": {"himself - they": 0.20123203965429684, "himself": 0.38019196069753664, "they": 0.1789599210432398}, "be": {"himself - they": 0.032172755377249174, "himself": 0.34310766491132555, "they": 0.3109349095340764}, "because": {"himself - they": 0.03286773118578662, "himself": 0.333940838198078, "they": 0.3010731070122914}, "before": {"himself - they": 0.17056592222778666, "himself": 0.3668709390186548, "they": 0.19630501679086815}, "being": {"himself - they": 0.15130967265245407, "himself": 0.3554351624630274, "they": 0.20412548981057335}, "biewers": {"himself - they": 0.32321388808717266, "himself": 0.5405416191615336, "they": 0.217327731074361}, "but": {"himself - they": 0.12849738221015267, "himself": 0.3991900301082231, "they": 0.27069264789807046}, "by": {"himself - they": 0.20804126093834827, "himself": 0.4359243480562185, "they": 0.22788308711787023}, "camera": {"himself - they": 0.3455644333473603, "himself": 0.47227859061641425, "they": 0.1267141572690539}, "couple": {"himself - they": 0.2289875981949355, "himself": 0.3977926477519722, "they": 0.1688050495570367}, "d": {"himself - they": 0.17434851579674832, "himself": 0.3735568716692449, "they": 0.19920835587249658}, "day": {"himself - they": 0.15308482372534912, "himself": 0.340803473690107, "they": 0.18771864996475787}, "dea": {"himself - they": 0.32321388808717266, "himself": 0.5405416191615336, "they": 0.217327731074361}, "dealer": {"himself - they": 0.33656176435660556, "himself": 0.5017374050672441, "they": 0.16517564071063853}, "demanding": {"himself - they": 0.33375781125535997, "himself": 0.510319685506992, "they": 0.17656187425163206}, "desperately": {"himself - they": 0.290116621966524, "himself": 0.5219256320123388, "they": 0.23180901004581475}, "despite": {"himself - they": 0.30156194892041577, "himself": 0.48415046601796574, "they": 0.18258851709755}, "devil": {"himself - they": 0.30156194892041577, "himself": 0.48415046601796574, "they": 0.18258851709755}, "did": {"himself - they": 0.19558133246237497, "himself": 0.43017606025596405, "they": 0.2345947277935891}, "drug": {"himself - they": 0.28791817613623727, "himself": 0.43911749480617934, "they": 0.15119931866994205}, "e": {"himself - they": 0.2934200614591335, "himself": 0.4146394211534098, "they": 0.12121935969427627}, "either": {"himself - they": 0.23537299494218794, "himself": 0.4155587891066234, "they": 0.18018579416443548}, "entertainment": {"himself - they": 0.30389696659261156, "himself": 0.4758419842921146, "they": 0.17194501769950304}, "even": {"himself - they": 0.12326956758827526, "himself": 0.3445342280246553, "they": 0.22126466043638002}, "everyone": {"himself - they": 0.22910381969752971, "himself": 0.39714461745594243, "they": 0.1680407977584127}, "expressed": {"himself - they": 0.39915125869054047, "himself": 0.5757131329421725, "they": 0.17656187425163206}, "false": {"himself - they": 0.34956117567497347, "himself": 0.4581012316049836, "they": 0.10854005593001013}, "film": {"himself - they": 0.351887547156748, "himself": 0.4494786329622445, "they": 0.09759108580549648}, "find": {"himself - they": 0.1284108194642221, "himself": 0.3510104423708422, "they": 0.22259962290662014}, "for": {"himself - they": 0.08984565970482161, "himself": 0.35542483936564445, "they": 0.26557917966082284}, "forum": {"himself - they": 0.3007927465140827, "himself": 0.37789171385894843, "they": 0.07709896734486568}, "friend": {"himself - they": 0.33358210994968557, "himself": 0.48683810710240255, "they": 0.15325599715271698}, "from": {"himself - they": 0.13790163548415388, "himself": 0.3608659054428824, "they": 0.2229642699587285}, "fun": {"himself - they": 0.26835849868499106, "himself": 0.44230651090247175, "they": 0.17394801221748066}, "funny": {"himself - they": 0.17225293680334655, "himself": 0.41942091295297673, "they": 0.24716797614963018}, "future": {"himself - they": 0.23670083855990529, "himself": 0.408644140585384, "they": 0.17194330202547872}, "get": {"himself - they": 0.1065734504986276, "himself": 0.379124438522813, "they": 0.2725509880241854}, "god": {"himself - they": 0.1883997936210149, "himself": 0.3845904272958965, "they": 0.1961906336748816}, "gotten": {"himself - they": 0.2502837906403669, "himself": 0.45577402246581733, "they": 0.20549023182545048}, "guy": {"himself - they": 0.24100596366563232, "himself": 0.38510168793674837, "they": 0.14409572427111605}, "hanged": {"himself - they": 0.32983318995322264, "himself": 0.5219256320123388, "they": 0.19209244205911613}, "have": {"himself - they": -0.10490665900457005, "himself": 0.22094194845812734, "they": 0.3258486074626974}, "having": {"himself - they": 0.24769696198327287, "himself": 0.408644140585384, "they": 0.16094717860211114}, "he": {"himself - they": 0.24497494175181478, "himself": 0.3963642610234274, "they": 0.15138931927161264}, "here": {"himself - they": 0.1840764745306479, "himself": 0.38093250948706986, "they": 0.19685603495642195}, "him": {"himself - they": 0.25952085272067255, "himself": 0.4366755076356669, "they": 0.17715465491499438}, "himself": {"himself - they": 0.5904962830043039, "himself": 0.7499121899325186, "they": 0.15941590692821472}, "his": {"himself - they": 0.1607917775212533, "himself": 0.34202267292408417, "they": 0.18123089540283088}, "home": {"himself - they": 0.14703784716166562, "himself": 0.3602105552189666, "they": 0.21317270805730099}, "https": {"himself - they": 0.32776850291769066, "himself": 0.3723187620458866, "they": 0.04455025912819592}, "i": {"himself - they": 0.12579917831820936, "himself": 0.39378766399378756, "they": 0.2679884856755782}, "if": {"himself - they": -0.027318851104277175, "himself": 0.2684059093425819, "they": 0.2957247604468591}, "immigration": {"himself - they": 0.25559549200633624, "himself": 0.4320157480588263, "they": 0.17642025605249004}, "in": {"himself - they": 0.12159983251738604, "himself": 0.42919695864450363, "they": 0.3075971261271176}, "increased": {"himself - they": 0.29377953319090083, "himself": 0.510319685506992, "they": 0.2165401523160912}, "interrupted": {"himself - they": 0.32321388808717266, "himself": 0.5405416191615336, "they": 0.217327731074361}, "into": {"himself - they": 0.12318743669941751, "himself": 0.34530774686976357, "they": 0.22212031017034606}, "iraq": {"himself - they": 0.33375781125535997, "himself": 0.510319685506992, "they": 0.17656187425163206}, "is": {"himself - they": 0.02116813419767155, "himself": 0.2726847912611772, "they": 0.2515166570635056}, "islam": {"himself - they": 0.2634039981423095, "himself": 0.46319101274774555, "they": 0.19978701460543602}, "it": {"himself - they": 0.0871672798357141, "himself": 0.3796146110184662, "they": 0.2924473311827521}, "jew": {"himself - they": 0.20069535606714733, "himself": 0.3835820623019155, "they": 0.18288670623476816}, "just": {"himself - they": 0.08465633926007582, "himself": 0.35895371363158113, "they": 0.2742973743715053}, "killed": {"himself - they": 0.27251399896591105, "himself": 0.4236210647752854, "they": 0.15110706580937433}, "know": {"himself - they": 0.07001928044531164, "himself": 0.32098550943633436, "they": 0.2509662289910227}, "lachkrampf": {"himself - they": 0.32321388808717266, "himself": 0.5405416191615336, "they": 0.217327731074361}, "live": {"himself - they": 0.18197882886577704, "himself": 0.35452402539096683, "they": 0.1725451965251898}, "lol": {"himself - they": 0.23823348493742186, "himself": 0.40046889226648613, "they": 0.16223540732906427}, "m": {"himself - they": 0.17722766274766252, "himself": 0.314685562484159, "they": 0.1374578997364965}, "mail": {"himself - they": 0.2543813978969669, "himself": 0.4376048117284454, "they": 0.18322341383147847}, "maxi": {"himself - they": 0.32321388808717266, "himself": 0.5405416191615336, "they": 0.217327731074361}, "maybe": {"himself - they": 0.15733851632776752, "himself": 0.3691428020004901, "they": 0.21180428567272258}, "me": {"himself - they": 0.1051264939210094, "himself": 0.28983137523719216, "they": 0.18470488131618276}, "members": {"himself - they": 0.25865787039852084, "himself": 0.4174513250388897, "they": 0.15879345464036887}, "might": {"himself - they": 0.19758849269290404, "himself": 0.40257141806352265, "they": 0.2049829253706186}, "million": {"himself - they": 0.3541802041682986, "himself": 0.440683318492337, "they": 0.0865031143240384}, "moment": {"himself - they": 0.2875498200898714, "himself": 0.440683318492337, "they": 0.15313349840246562}, "moments": {"himself - they": 0.33375781125535997, "himself": 0.510319685506992, "they": 0.17656187425163206}, "more": {"himself - they": 0.14096761691765894, "himself": 0.3863960505065221, "they": 0.24542843358886315}, "morning": {"himself - they": 0.2875498200898714, "himself": 0.440683318492337, "they": 0.15313349840246562}, "murders": {"himself - they": 0.34452592567036283, "himself": 0.4758419842921146, "they": 0.13131605862175177}, "my": {"himself - they": 0.04547737717546313, "himself": 0.2512675258103578, "they": 0.20579014863489464}, "n": {"himself - they": -0.02291503533554562, "himself": 0.2693702698528619, "they": 0.2922853051884075}, "negro": {"himself - they": 0.20145076348814014, "himself": 0.37880042561957084, "they": 0.1773496621314307}, "new": {"himself - they": 0.170934489555081, "himself": 0.32893112589795254, "they": 0.15799663634287153}, "nigga": {"himself - they": 0.338745857135375, "himself": 0.49487044730887914, "they": 0.15612459017350416}, "nordic": {"himself - they": 0.3173698163888481, "himself": 0.4225357727084399, "they": 0.10516595631959182}, "not": {"himself - they": -0.011576421163109474, "himself": 0.26188157968261416, "they": 0.27345800084572364}, "obvious": {"himself - they": 0.30156194892041577, "himself": 0.48415046601796574, "they": 0.18258851709755}, "of": {"himself - they": 0.09408066252116182, "himself": 0.4149799409649638, "they": 0.320899278443802}, "on": {"himself - they": -0.05519041066704067, "himself": 0.22194757523359687, "they": 0.27713798590063754}, "one": {"himself - they": 0.13623592976424087, "himself": 0.3740761974010825, "they": 0.23784026763684163}, "oooops": {"himself - they": 0.32321388808717266, "himself": 0.5405416191615336, "they": 0.217327731074361}, "or": {"himself - they": 0.004645239067118223, "himself": 0.2684059093425819, "they": 0.2637606702754637}, "org": {"himself - they": 0.25313629164174256, "himself": 0.37926040583141574, "they": 0.12612411418967318}, "out": {"himself - they": 0.015481919539823585, "himself": 0.2798260792023133, "they": 0.2643441596624897}, "page": {"himself - they": 0.31830270957385715, "himself": 0.4184260615531236, "they": 0.10012335197926647}, "people": {"himself - they": 0.0884425580835353, "himself": 0.36416702995922007, "they": 0.2757244718756848}, "pieces": {"himself - they": 0.338745857135375, "himself": 0.49487044730887914, "they": 0.15612459017350416}, "ple": {"himself - they": 0.2720276723236983, "himself": 0.4258694821794012, "they": 0.1538418098557029}, "police": {"himself - they": 0.2208139094265212, "himself": 0.39463001374476286, "they": 0.17381610431824165}, "pope": {"himself - they": 0.32321388808717266, "himself": 0.5405416191615336, "they": 0.217327731074361}, "popish": {"himself - they": 0.32321388808717266, "himself": 0.5405416191615336, "they": 0.217327731074361}, "process": {"himself - they": 0.29845303156830005, "himself": 0.49487044730887914, "they": 0.19641741574057908}, "protect": {"himself - they": 0.34956117567497347, "himself": 0.4581012316049836, "they": 0.10854005593001013}, "racism": {"himself - they": 0.28495681073633816, "himself": 0.4514749232260029, "they": 0.16651811248966472}, "rare": {"himself - they": 0.33375781125535997, "himself": 0.510319685506992, "they": 0.17656187425163206}, "reason": {"himself - they": 0.22700579746220648, "himself": 0.408644140585384, "they": 0.18163834312317753}, "reich": {"himself - they": 0.30156194892041577, "himself": 0.48415046601796574, "they": 0.18258851709755}, "rid": {"himself - they": 0.3455644333473603, "himself": 0.47227859061641425, "they": 0.1267141572690539}, "russia": {"himself - they": 0.31267275585716814, "himself": 0.44230651090247175, "they": 0.1296337550453036}, "russian": {"himself - they": 0.31267275585716814, "himself": 0.44230651090247175, "they": 0.1296337550453036}, "s": {"himself - they": -0.004830075606105988, "himself": 0.23352878657428566, "they": 0.23835886218039165}, "said": {"himself - they": 0.13921065702481192, "himself": 0.36724343725320524, "they": 0.22803278022839332}, "saw": {"himself - they": 0.2163685451441342, "himself": 0.3735568716692449, "they": 0.1571883265251107}, "scene": {"himself - they": 0.23094467455834208, "himself": 0.4376048117284454, "they": 0.20666013717010331}, "seems": {"himself - they": 0.22730003466951118, "himself": 0.40705607883446526, "they": 0.17975604416495408}, "set": {"himself - they": 0.2912097219494182, "himself": 0.42473185411298614, "they": 0.13352213216356795}, "sh2dnwk6u1a": {"himself - they": 0.32321388808717266, "himself": 0.5405416191615336, "they": 0.217327731074361}, "shoots": {"himself - they": 0.338745857135375, "himself": 0.49487044730887914, "they": 0.15612459017350416}, "show": {"himself - they": 0.11879111771271353, "himself": 0.3602105552189666, "they": 0.24141943750625308}, "sign": {"himself - they": 0.2871658663771002, "himself": 0.44230651090247175, "they": 0.15514064452537157}, "so": {"himself - they": 0.07931348249248082, "himself": 0.36077372336917896, "they": 0.28146024087669813}, "something": {"himself - they": 0.17046317930386726, "himself": 0.3676183468050116, "they": 0.19715516750114434}, "stormfront": {"himself - they": 0.24435482270456838, "himself": 0.36540439289358073, "they": 0.12104957018901234}, "story": {"himself - they": 0.2215286832886747, "himself": 0.39049902352691535, "they": 0.16897034023824065}, "straight": {"himself - they": 0.3118202214000999, "himself": 0.4457447104334328, "they": 0.13392448903333287}, "superiority": {"himself - they": 0.34452592567036283, "himself": 0.4758419842921146, "they": 0.13131605862175177}, "support": {"himself - they": 0.24900113145723715, "himself": 0.4018609548850291, "they": 0.15285982342779195}, "suspect": {"himself - they": 0.2838972547857212, "himself": 0.45577402246581733, "they": 0.17187676768009613}, "t": {"himself - they": -0.02286532026250293, "himself": 0.26617179462137225, "they": 0.2890371148838752}, "than": {"himself - they": 0.09433171165386153, "himself": 0.3357003369771204, "they": 0.24136862532325884}, "that": {"himself - they": 0.1124762727892501, "himself": 0.42501470845926576, "they": 0.31253843567001566}, "the": {"himself - they": 0.04430096382853044, "himself": 0.3905958054933838, "they": 0.34629484166485336}, "there": {"himself - they": 0.04163915105802726, "himself": 0.2692821160500044, "they": 0.22764296499197714}, "these": {"himself - they": 0.08635881309558052, "himself": 0.3303530844874243, "they": 0.24399427139184376}, "they": {"himself - they": -0.27723584811901675, "himself": 0.3085494639410857, "they": 0.5857853120601024}, "think": {"himself - they": 0.05462675866816796, "himself": 0.3275392160315305, "they": 0.27291245736336256}, "third": {"himself - they": 0.28791817613623727, "himself": 0.43911749480617934, "they": 0.15119931866994205}, "this": {"himself - they": 0.14573089503951867, "himself": 0.37127642942719086, "they": 0.2255455343876722}, "to": {"himself - they": 0.03112014768137561, "himself": 0.3916079943314874, "they": 0.3604878466501118}, "too": {"himself - they": 0.15708089502511363, "himself": 0.3396072995408529, "they": 0.18252640451573926}, "tried": {"himself - they": 0.224575280004039, "himself": 0.4214747368165805, "they": 0.19689945681254148}, "trouble": {"himself - they": 0.3098400764599545, "himself": 0.4535696646876842, "they": 0.14372958822772972}, "trying": {"himself - they": 0.18765768356592935, "himself": 0.38937536398859895, "they": 0.2017176804226696}, "ukrainian": {"himself - they": 0.34452592567036283, "himself": 0.4758419842921146, "they": 0.13131605862175177}, "up": {"himself - they": 0.03365329718973675, "himself": 0.29122489406040614, "they": 0.2575715968706694}, "used": {"himself - they": 0.27925054119773457, "himself": 0.39049902352691535, "they": 0.11124848232918079}, "was": {"himself - they": 0.27577452907314687, "himself": 0.46666604711959947, "they": 0.1908915180464526}, "way": {"himself - they": 0.19719289358277536, "himself": 0.4215089305525874, "they": 0.22431603696981206}, "were": {"himself - they": 0.03853386915764606, "himself": 0.3279339202081211, "they": 0.28940005105047506}, "where": {"himself - they": 0.1151265648504447, "himself": 0.34377015687035406, "they": 0.22864359201990936}, "while": {"himself - they": 0.2084251860973138, "himself": 0.3774428496519358, "they": 0.169017663554622}, "white": {"himself - they": -0.031157432648524053, "himself": 0.23215918173606442, "they": 0.2633166143845885}, "who": {"himself - they": 0.1998527792805307, "himself": 0.43300172891300465, "they": 0.23314894963247396}, "wish": {"himself - they": 0.2914569687448597, "himself": 0.4236210647752854, "they": 0.1321640960304257}, "with": {"himself - they": 0.04211733388583078, "himself": 0.33117838866371346, "they": 0.2890610547778827}, "would": {"himself - they": 0.06337417135579465, "himself": 0.2922874508343848, "they": 0.22891327947859014}, "www": {"himself - they": 0.18687300559022618, "himself": 0.3166658899553392, "they": 0.129792884365113}, "you": {"himself - they": -0.021663469164933752, "himself": 0.205580727883141, "they": 0.22724419704807475}, "youtube": {"himself - they": 0.2358788175657976, "himself": 0.29216863422945943, "they": 0.05628981666366184}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-himself-woman.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-himself-woman.json new file mode 100644 index 0000000000000000000000000000000000000000..71514168c28509cefad2ce645f8d160ed3b125af --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-himself-woman.json @@ -0,0 +1 @@ +{"a": {"himself - woman": -0.0418507476185479, "himself": 0.4042602380713353, "woman": 0.4461109856898832}, "after": {"himself - woman": 0.1738207917130654, "himself": 0.3699204349915832, "woman": 0.19609964327851784}, "all": {"himself - woman": 0.1151778584190449, "himself": 0.3413723566180032, "woman": 0.2261944981989583}, "allen": {"himself - woman": 0.158139763301813, "himself": 0.47976897789045575, "woman": 0.32162921458864274}, "and": {"himself - woman": -0.044494770984330356, "himself": 0.32793992150963874, "woman": 0.3724346924939691}, "any": {"himself - woman": 0.0802467993226541, "himself": 0.3326518904910585, "woman": 0.25240509116840437}, "anyone": {"himself - woman": 0.1756542757492733, "himself": 0.35392413949364904, "woman": 0.17826986374437573}, "are": {"himself - woman": 0.09728970938886233, "himself": 0.30481271002793237, "woman": 0.20752300063907003}, "arrested": {"himself - woman": 0.07277697558253715, "himself": 0.44399183991753555, "woman": 0.3712148643349984}, "bad": {"himself - woman": 0.17258434270544282, "himself": 0.38019196069753664, "woman": 0.20760761799209382}, "be": {"himself - woman": 0.07719593003832548, "himself": 0.34310766491132555, "woman": 0.26591173487300007}, "because": {"himself - woman": 0.08017312134455207, "himself": 0.333940838198078, "woman": 0.25376771685352595}, "being": {"himself - woman": 0.07890062621537919, "himself": 0.3554351624630274, "woman": 0.27653453624764823}, "but": {"himself - woman": 0.14948337060789993, "himself": 0.3991900301082231, "woman": 0.2497066595003232}, "by": {"himself - woman": 0.09861213187826623, "himself": 0.4359243480562185, "woman": 0.33731221617795226}, "couple": {"himself - woman": 0.17035718760259141, "himself": 0.3977926477519722, "woman": 0.2274354601493808}, "find": {"himself - woman": 0.009434137950940946, "himself": 0.3510104423708422, "woman": 0.3415763044199013}, "for": {"himself - woman": -0.009765442654058876, "himself": 0.35542483936564445, "woman": 0.3651902820197033}, "from": {"himself - woman": 0.11358460138361179, "himself": 0.3608659054428824, "woman": 0.2472813040592706}, "get": {"himself - woman": 0.0749851773459686, "himself": 0.379124438522813, "woman": 0.3041392611768444}, "god": {"himself - woman": 0.17204064394186652, "himself": 0.3845904272958965, "woman": 0.21254978335402996}, "guy": {"himself - woman": 0.04963122097168238, "himself": 0.38510168793674837, "woman": 0.335470466965066}, "have": {"himself - woman": 0.010828891066175128, "himself": 0.22094194845812734, "woman": 0.2101130573919522}, "having": {"himself - woman": 0.16891528542678158, "himself": 0.408644140585384, "woman": 0.23972885515860243}, "he": {"himself - woman": 0.1335788133478139, "himself": 0.3963642610234274, "woman": 0.2627854476756135}, "here": {"himself - woman": 0.13522232894507305, "himself": 0.38093250948706986, "woman": 0.2457101805419968}, "him": {"himself - woman": 0.25323211466943996, "himself": 0.4366755076356669, "woman": 0.183443392966227}, "his": {"himself - woman": 0.17694618617488075, "himself": 0.34202267292408417, "woman": 0.16507648674920342}, "home": {"himself - woman": 0.05073522982878448, "himself": 0.3602105552189666, "woman": 0.30947532539018213}, "i": {"himself - woman": 0.13076908645733865, "himself": 0.39378766399378756, "woman": 0.2630185775364489}, "if": {"himself - woman": -0.007188090821302229, "himself": 0.2684059093425819, "woman": 0.27559400016388413}, "in": {"himself - woman": 0.04078821320387965, "himself": 0.42919695864450363, "woman": 0.388408745440624}, "into": {"himself - woman": 0.17659571754348855, "himself": 0.34530774686976357, "woman": 0.16871202932627502}, "is": {"himself - woman": 0.0015370432799095557, "himself": 0.2726847912611772, "woman": 0.2711477479812676}, "it": {"himself - woman": 0.1255235622981109, "himself": 0.3796146110184662, "woman": 0.2540910487203553}, "jew": {"himself - woman": 0.1721660446932032, "himself": 0.3835820623019155, "woman": 0.2114160176087123}, "just": {"himself - woman": 0.11374539955757879, "himself": 0.35895371363158113, "woman": 0.24520831407400234}, "killed": {"himself - woman": 0.04778815749751947, "himself": 0.4236210647752854, "woman": 0.3758329072777659}, "know": {"himself - woman": 0.11904080556956678, "himself": 0.32098550943633436, "woman": 0.20194470386676758}, "live": {"himself - woman": 0.11641014168723471, "himself": 0.35452402539096683, "woman": 0.23811388370373213}, "lol": {"himself - woman": 0.11230047636128143, "himself": 0.40046889226648613, "woman": 0.2881684159052047}, "m": {"himself - woman": 0.08124290777018464, "himself": 0.314685562484159, "woman": 0.23344265471397438}, "maybe": {"himself - woman": 0.11516635444085177, "himself": 0.3691428020004901, "woman": 0.25397644755963833}, "me": {"himself - woman": -0.03642319337123723, "himself": 0.28983137523719216, "woman": 0.3262545686084294}, "more": {"himself - woman": 0.1346496065839491, "himself": 0.3863960505065221, "woman": 0.251746443922573}, "morning": {"himself - woman": 0.10821599028690976, "himself": 0.440683318492337, "woman": 0.33246732820542724}, "murders": {"himself - woman": 0.15879560332713621, "himself": 0.4758419842921146, "woman": 0.3170463809649784}, "my": {"himself - woman": 0.01051845572519336, "himself": 0.2512675258103578, "woman": 0.2407490700851644}, "n": {"himself - woman": 0.05418967486085033, "himself": 0.2693702698528619, "woman": 0.21518059499201156}, "negro": {"himself - woman": 0.07742314496194314, "himself": 0.37880042561957084, "woman": 0.3013772806576277}, "new": {"himself - woman": 0.17829667123975768, "himself": 0.32893112589795254, "woman": 0.15063445465819486}, "not": {"himself - woman": -0.03695126540391713, "himself": 0.26188157968261416, "woman": 0.2988328450865313}, "of": {"himself - woman": 0.10487861562770495, "himself": 0.4149799409649638, "woman": 0.31010132533725887}, "on": {"himself - woman": -0.14517962230472714, "himself": 0.22194757523359687, "woman": 0.367127197538324}, "one": {"himself - woman": 0.1124468264544789, "himself": 0.3740761974010825, "woman": 0.2616293709466036}, "or": {"himself - woman": 0.030457461021101084, "himself": 0.2684059093425819, "woman": 0.23794844832148082}, "out": {"himself - woman": -0.03662037129234008, "himself": 0.2798260792023133, "woman": 0.31644645049465336}, "people": {"himself - woman": 0.16607528652714476, "himself": 0.36416702995922007, "woman": 0.1980917434320753}, "police": {"himself - woman": -0.0070166055396057025, "himself": 0.39463001374476286, "woman": 0.40164661928436857}, "reason": {"himself - woman": 0.16891528542678158, "himself": 0.408644140585384, "woman": 0.23972885515860243}, "s": {"himself - woman": -0.02305158816401237, "himself": 0.23352878657428566, "woman": 0.25658037473829803}, "said": {"himself - woman": 0.07816624307252534, "himself": 0.36724343725320524, "woman": 0.2890771941806799}, "saw": {"himself - woman": 0.1733883591622072, "himself": 0.3735568716692449, "woman": 0.20016851250703768}, "seems": {"himself - woman": 0.16912959498445163, "himself": 0.40705607883446526, "woman": 0.23792648385001364}, "shoots": {"himself - woman": 0.15555023332531592, "himself": 0.49487044730887914, "woman": 0.3393202139835632}, "sign": {"himself - woman": 0.16410444887834186, "himself": 0.44230651090247175, "woman": 0.2782020620241299}, "so": {"himself - woman": 0.2662311499913014, "himself": 0.36077372336917896, "woman": 0.09454257337787755}, "story": {"himself - woman": 0.11324238706468731, "himself": 0.39049902352691535, "woman": 0.27725663646222803}, "straight": {"himself - woman": 0.16358403975120078, "himself": 0.4457447104334328, "woman": 0.282160670682232}, "t": {"himself - woman": 0.030505036209626357, "himself": 0.26617179462137225, "woman": 0.2356667584117459}, "than": {"himself - woman": 0.11792467104445051, "himself": 0.3357003369771204, "woman": 0.21777566593266987}, "that": {"himself - woman": 0.14902455295951705, "himself": 0.42501470845926576, "woman": 0.2759901554997487}, "the": {"himself - woman": 0.03624232459795035, "himself": 0.3905958054933838, "woman": 0.35435348089543345}, "there": {"himself - woman": 0.03043872825278135, "himself": 0.2692821160500044, "woman": 0.23884338779722306}, "they": {"himself - woman": 0.07910890582817545, "himself": 0.3085494639410857, "woman": 0.22944055811291023}, "this": {"himself - woman": 0.17321016522591176, "himself": 0.37127642942719086, "woman": 0.1980662642012791}, "to": {"himself - woman": 0.021005308008785972, "himself": 0.3916079943314874, "woman": 0.37060268632270144}, "too": {"himself - woman": 0.11761834761054557, "himself": 0.3396072995408529, "woman": 0.22198895193030732}, "trying": {"himself - woman": 0.11334679564349026, "himself": 0.38937536398859895, "woman": 0.2760285683451087}, "up": {"himself - woman": -0.04903324568574169, "himself": 0.29122489406040614, "woman": 0.3402581397461478}, "was": {"himself - woman": 0.13270643761452205, "himself": 0.46666604711959947, "woman": 0.3339596095050774}, "way": {"himself - woman": 0.15892945495092037, "himself": 0.4215089305525874, "woman": 0.26257947560166706}, "were": {"himself - woman": 0.17839652349063673, "himself": 0.3279339202081211, "woman": 0.1495373967174844}, "where": {"himself - woman": 0.11728734102838975, "himself": 0.34377015687035406, "woman": 0.2264828158419643}, "while": {"himself - woman": 0.11443373810537177, "himself": 0.3774428496519358, "woman": 0.26300911154656403}, "white": {"himself - woman": -0.23057589582017501, "himself": 0.23215918173606442, "woman": 0.46273507755623944}, "who": {"himself - woman": 0.027206874056497576, "himself": 0.43300172891300465, "woman": 0.40579485485650707}, "with": {"himself - woman": -0.026694408006461723, "himself": 0.33117838866371346, "woman": 0.3578727966701752}, "would": {"himself - woman": 0.029931948049450263, "himself": 0.2922874508343848, "woman": 0.2623555027849345}, "www": {"himself - woman": 0.08113593320242737, "himself": 0.3166658899553392, "woman": 0.2355299567529118}, "yesterday": {"himself - woman": 0.16085949439034586, "himself": 0.46319101274774555, "woman": 0.3023315183573997}, "you": {"himself - woman": -0.05113428946593471, "himself": 0.205580727883141, "woman": 0.2567150173490757}, "youtube": {"himself - woman": -0.0714368013359506, "himself": 0.29216863422945943, "woman": 0.36360543556541003}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-his-man.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-his-man.json new file mode 100644 index 0000000000000000000000000000000000000000..2512709aecb4bc7229f0d9d51fb41eb51745f84a --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-his-man.json @@ -0,0 +1 @@ +{"0": {"his - man": -0.03549844304312391, "his": 0.1491280997867173, "man": 0.1846265428298412}, "1": {"his - man": -0.10017735166194158, "his": 0.16774406187836782, "man": 0.2679214135403094}, "10": {"his - man": -0.12377266989166125, "his": 0.1598308514990346, "man": 0.28360352139069583}, "12": {"his - man": -0.034939695886261196, "his": 0.18870082983750203, "man": 0.22364052572376322}, "15": {"his - man": -0.08848182827326312, "his": 0.18870082983750203, "man": 0.27718265811076515}, "17": {"his - man": -0.03425962230109891, "his": 0.22892208425868055, "man": 0.26318170655977946}, "18": {"his - man": -0.034678041993012415, "his": 0.20497973971832978, "man": 0.2396577817113422}, "2": {"his - man": 0.015985637685391685, "his": 0.16458793647371958, "man": 0.1486022987883279}, "20": {"his - man": -0.03832708754447833, "his": 0.2227705487122938, "man": 0.2610976362567721}, "2010": {"his - man": -0.0871416988424242, "his": 0.2179406345215041, "man": 0.3050823333639283}, "2010apr02": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "21": {"his - man": -0.12069277046046156, "his": 0.20894494083424908, "man": 0.32963771129471064}, "27": {"his - man": -0.033907480328710105, "his": 0.247498745798785, "man": 0.2814062261274951}, "3": {"his - man": -0.07372784942686625, "his": 0.1817015799134404, "man": 0.25542942934030666}, "30": {"his - man": -0.07204152182136084, "his": 0.2269816447972737, "man": 0.29902316661863454}, "38": {"his - man": -0.03406825617060877, "his": 0.23917380972275093, "man": 0.2732420658933597}, "50": {"his - man": -0.03500196239083975, "his": 0.18464777836472018, "man": 0.21964974075555993}, "5824772": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "6": {"his - man": -0.07267329587140456, "his": 0.21093022551929128, "man": 0.28360352139069583}, "84th": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "9": {"his - man": -0.035143985131356914, "his": 0.17510804279467734, "man": 0.21025202792603426}, "a": {"his - man": -0.03492139688251328, "his": 0.3591611537130147, "man": 0.394082550595528}, "about": {"his - man": 0.07831288796734182, "his": 0.28406015834045806, "man": 0.20574727037311624}, "according": {"his - man": 0.04687135516585503, "his": 0.2811872360541688, "man": 0.23431588088831376}, "accused": {"his - man": -0.09301191202776038, "his": 0.29227468505131005, "man": 0.3852865970790704}, "act": {"his - man": -0.03479481314573829, "his": 0.19785645997082776, "man": 0.23265127311656605}, "after": {"his - man": 0.018602611623989296, "his": 0.26626852355760117, "man": 0.24766591193361187}, "afternoon": {"his - man": -0.033907480328710105, "his": 0.247498745798785, "man": 0.2814062261274951}, "again": {"his - man": 0.09160902924760586, "his": 0.26380575034527937, "man": 0.1721967210976735}, "against": {"his - man": -0.04289755630824202, "his": 0.24027730059023164, "man": 0.28317485689847366}, "ago": {"his - man": 0.017565827936376538, "his": 0.22831137499648457, "man": 0.21074554706010803}, "all": {"his - man": 0.013180159587647955, "his": 0.27333533563091367, "man": 0.2601551760432657}, "allege": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "allegedly": {"his - man": -0.03343045648441695, "his": 0.2708676106697061, "man": 0.30429806715412305}, "almost": {"his - man": -0.08930527885353565, "his": 0.1688902510007865, "man": 0.25819552985432215}, "alot": {"his - man": -0.08807815522772885, "his": 0.19785645997082776, "man": 0.2859346151985566}, "always": {"his - man": -0.04341479951309554, "his": 0.21826732867318913, "man": 0.26168212818628467}, "am": {"his - man": -0.17430054197135514, "his": 0.09616798588973823, "man": 0.2704685278610934}, "american": {"his - man": -0.035557597260955365, "his": 0.14442109183967175, "man": 0.17997868910062712}, "an": {"his - man": -0.052329446195911455, "his": 0.25947791713742946, "man": 0.3118073633333409}, "and": {"his - man": 0.02139033433833909, "his": 0.40019797009833447, "man": 0.3788076357599954}, "angry": {"his - man": -0.0344119712849589, "his": 0.2204656231764001, "man": 0.254877594461359}, "another": {"his - man": -0.06378518679214701, "his": 0.23586751704660425, "man": 0.29965270383875126}, "anti": {"his - man": 0.002229196806711853, "his": 0.26380575034527937, "man": 0.2615765535385675}, "anus": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "any": {"his - man": 0.037660264840257335, "his": 0.20927119039742947, "man": 0.17161092555717214}, "anyone": {"his - man": -0.09153148221207362, "his": 0.10357675193591827, "man": 0.1951082341479919}, "anything": {"his - man": 0.0726490870859505, "his": 0.2326440728592182, "man": 0.1599949857732677}, "apartment": {"his - man": 0.015251887455890123, "his": 0.2784335940156696, "man": 0.26318170655977946}, "ape": {"his - man": -0.03453814423979093, "his": 0.21324318206475487, "man": 0.2477813263045458}, "are": {"his - man": -0.038662023945732454, "his": 0.19301227325170114, "man": 0.2316742971974336}, "area": {"his - man": -0.03581409881175657, "his": 0.12235962312016063, "man": 0.1581737219319172}, "around": {"his - man": 0.002249591832623493, "his": 0.2213527907814962, "man": 0.2191031989488727}, "article": {"his - man": 0.015591967524195366, "his": 0.23397454490185604, "man": 0.21838257737766067}, "as": {"his - man": 0.013147751494238524, "his": 0.278088369799106, "man": 0.2649406183048675}, "ashamed": {"his - man": -0.03324764611018971, "his": 0.27936354658501444, "man": 0.31261119269520415}, "ashore": {"his - man": -0.03267668712265842, "his": 0.30453572399984596, "man": 0.3372124111225044}, "asian": {"his - man": -0.1235228088095329, "his": 0.1641825735674944, "man": 0.2877053823770273}, "ask": {"his - man": 0.015583285689468623, "his": 0.23523302644502855, "man": 0.21964974075555993}, "asks": {"his - man": -0.03343045648441695, "his": 0.2708676106697061, "man": 0.30429806715412305}, "assault": {"his - man": -0.03413755140742156, "his": 0.23550656811297457, "man": 0.26964411952039613}, "aswell": {"his - man": -0.03343045648441695, "his": 0.2708676106697061, "man": 0.30429806715412305}, "at": {"his - man": 0.08467170460489978, "his": 0.32857452149293975, "man": 0.24390281688803997}, "attack": {"his - man": -0.04063956787511619, "his": 0.24296395351557964, "man": 0.28360352139069583}, "attacked": {"his - man": -0.08660018626666638, "his": 0.22892208425868055, "man": 0.3155222705253469}, "attempted": {"his - man": -0.03324764611018971, "his": 0.27936354658501444, "man": 0.31261119269520415}, "auto": {"his - man": -0.03301108266701924, "his": 0.2900288689065727, "man": 0.32303995157359194}, "away": {"his - man": -0.04100543478660901, "his": 0.22682462679888854, "man": 0.26783006158549755}, "b": {"his - man": -0.035040456727677166, "his": 0.1821039117181611, "man": 0.21714436844583826}, "back": {"his - man": 0.03137831949391667, "his": 0.2637132434503512, "man": 0.2323349239564345}, "backpack": {"his - man": -0.03301108266701924, "his": 0.2900288689065727, "man": 0.32303995157359194}, "bad": {"his - man": 0.07237179261962293, "his": 0.24182120059908868, "man": 0.16944940797946575}, "ball": {"his - man": 0.0463361914828635, "his": 0.3012137859442225, "man": 0.254877594461359}, "balls": {"his - man": -0.03370448936076054, "his": 0.25767118814871676, "man": 0.2913756775094773}, "band": {"his - man": -0.035143985131356914, "his": 0.17510804279467734, "man": 0.21025202792603426}, "bar": {"his - man": 0.015452827993727714, "his": 0.2532676401438144, "man": 0.2378148121500867}, "bautista": {"his - man": -0.03550705449587521, "his": 0.3377311628706779, "man": 0.3732382173665531}, "be": {"his - man": 0.04737265726932127, "his": 0.28655444318501716, "man": 0.2391817859156959}, "beach": {"his - man": -0.03413755140742156, "his": 0.23550656811297457, "man": 0.26964411952039613}, "beaten": {"his - man": -0.11988830773711182, "his": 0.2204656231764001, "man": 0.3403539309135119}, "beautiful": {"his - man": -0.03535815124971323, "his": 0.1598308514990346, "man": 0.19518900274874781}, "because": {"his - man": -0.01946815894759979, "his": 0.2546578109969394, "man": 0.2741259699445392}, "been": {"his - man": -0.09327377888360669, "his": 0.20266868243192862, "man": 0.2959424613155353}, "being": {"his - man": 0.03305061291279898, "his": 0.26487093721212496, "man": 0.23182032429932597}, "best": {"his - man": 0.015799170008131802, "his": 0.20112033331936574, "man": 0.18532116331123394}, "better": {"his - man": 0.015839516005024895, "his": 0.19393158636421495, "man": 0.17809207035919006}, "between": {"his - man": -0.07225089176007607, "his": 0.22176590237330826, "man": 0.29401679413338433}, "big": {"his - man": 0.036641431241242195, "his": 0.270055262575982, "man": 0.2334138313347398}, "black": {"his - man": -0.10241274081068102, "his": 0.288330105380994, "man": 0.39074284619167504}, "blacks": {"his - man": -0.092143412773113, "his": 0.2247427206400196, "man": 0.3168861334131326}, "body": {"his - man": -0.034767396756146235, "his": 0.19954848413216753, "man": 0.23431588088831376}, "boulevard": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "boy": {"his - man": 0.04762368066238906, "his": 0.24984438706455395, "man": 0.20222070640216488}, "brother": {"his - man": -0.08865586983109364, "his": 0.18464777836472018, "man": 0.2733036481958138}, "brown": {"his - man": -0.15029610155905315, "his": 0.14314098378995327, "man": 0.2934370853490064}, "brutality": {"his - man": -0.03267668712265842, "his": 0.30453572399984596, "man": 0.3372124111225044}, "btw": {"his - man": -0.034498464461507894, "his": 0.21553709952500583, "man": 0.2500355639865137}, "built": {"his - man": -0.034767396756146235, "his": 0.19954848413216753, "man": 0.23431588088831376}, "but": {"his - man": -0.01801994129119866, "his": 0.20958788222469482, "man": 0.22760782351589348}, "butchy": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "by": {"his - man": -0.012350276196644139, "his": 0.2923643363642307, "man": 0.30471461256087484}, "ca": {"his - man": 0.017407668526204012, "his": 0.2484265064718928, "man": 0.23101883794568878}, "called": {"his - man": 0.015765082178974515, "his": 0.2069591160866055, "man": 0.19119403390763098}, "came": {"his - man": -0.07314039566058433, "his": 0.19840474933378888, "man": 0.2715451449943732}, "camera": {"his - man": -0.03399205400435862, "his": 0.24315065278707032, "man": 0.27714270679142894}, "campaign": {"his - man": -0.03406825617060877, "his": 0.23917380972275093, "man": 0.2732420658933597}, "can": {"his - man": 0.03999645993243059, "his": 0.25236826840737503, "man": 0.21237180847494444}, "car": {"his - man": 0.017833735652932448, "his": 0.33559622132127226, "man": 0.3177624856683398}, "case": {"his - man": -0.006420716270290339, "his": 0.26814439200245765, "man": 0.274565108272748}, "caught": {"his - man": -0.11584857088247463, "his": 0.24654101721466498, "man": 0.3623895880971396}, "cause": {"his - man": -0.07243890459045613, "his": 0.2169965628684333, "man": 0.28943546745888943}, "certain": {"his - man": -0.03457576023232578, "his": 0.21104872419857681, "man": 0.2456244844309026}, "charged": {"his - man": -0.04119740945917616, "his": 0.30283518533815673, "man": 0.3440325947973329}, "check": {"his - man": 0.04799299693282644, "his": 0.23261953976266764, "man": 0.1846265428298412}, "chick": {"his - man": -0.03267668712265842, "his": 0.30453572399984596, "man": 0.3372124111225044}, "child": {"his - man": 0.04787462137371781, "his": 0.2383015742241673, "man": 0.1904269528504495}, "chinese": {"his - man": -0.037792289484685215, "his": 0.2481423257138714, "man": 0.2859346151985566}, "city": {"his - man": -0.038917269196047155, "his": 0.19151757226200367, "man": 0.23043484145805082}, "class": {"his - man": 0.07106394603140115, "his": 0.2802466110443367, "man": 0.20918266501293553}, "cnn": {"his - man": -0.03370448936076054, "his": 0.25767118814871676, "man": 0.2913756775094773}, "coat": {"his - man": -0.03343045648441695, "his": 0.2708676106697061, "man": 0.30429806715412305}, "cold": {"his - man": -0.03445649505278295, "his": 0.2179406345215041, "man": 0.25239712957428706}, "com": {"his - man": -0.04577259408777262, "his": 0.1979943450564096, "man": 0.2437669391441822}, "come": {"his - man": 0.03707811169548081, "his": 0.24615886893583594, "man": 0.20908075724035513}, "comes": {"his - man": -0.035127837779784926, "his": 0.17621459955452276, "man": 0.2113424373343077}, "coming": {"his - man": -0.03539114578463337, "his": 0.15736802636848854, "man": 0.1927591721531219}, "conslour": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "constantly": {"his - man": -0.03357922445083361, "his": 0.26377577301256167, "man": 0.2973549974633953}, "cop": {"his - man": 0.0463361914828635, "his": 0.3012137859442225, "man": 0.254877594461359}, "corner": {"his - man": -0.03343045648441695, "his": 0.2708676106697061, "man": 0.30429806715412305}, "could": {"his - man": 0.0022478551777175837, "his": 0.22620769472568553, "man": 0.22395983954796794}, "country": {"his - man": 0.017674837875331972, "his": 0.21311478357779634, "man": 0.19543994570246437}, "couple": {"his - man": 0.015774042108962355, "his": 0.20544385431209033, "man": 0.18966981220312798}, "court": {"his - man": 0.015339986394854954, "his": 0.267737115969142, "man": 0.25239712957428706}, "crime": {"his - man": -0.023306981268295335, "his": 0.27506022357517823, "man": 0.29836720484347357}, "culture": {"his - man": 0.015731035210572564, "his": 0.21259866543452957, "man": 0.196867630223957}, "d": {"his - man": -0.09084905884744388, "his": 0.12609720455146523, "man": 0.2169462633989091}, "da": {"his - man": -0.03420105195729675, "his": 0.23210167471132323, "man": 0.26630272666862}, "dark": {"his - man": -0.08896228921582519, "his": 0.17734352886477653, "man": 0.2663058180806017}, "darkness": {"his - man": 0.014540698186292556, "his": 0.35175310930879694, "man": 0.3372124111225044}, "dating": {"his - man": -0.06909008150187451, "his": 0.29227468505131005, "man": 0.36136476655318456}, "daughter": {"his - man": -0.03457576023232578, "his": 0.21104872419857681, "man": 0.2456244844309026}, "day": {"his - man": -0.04657292145185518, "his": 0.23476002148612027, "man": 0.28133294293797545}, "dead": {"his - man": 0.015574338633976448, "his": 0.23652169189371056, "man": 0.2209473532597341}, "death": {"his - man": -0.007130809818050088, "his": 0.3002945657623285, "man": 0.3074253755803786}, "decide": {"his - man": -0.03406825617060877, "his": 0.23917380972275093, "man": 0.2732420658933597}, "described": {"his - man": -0.03343045648441695, "his": 0.2708676106697061, "man": 0.30429806715412305}, "determined": {"his - man": -0.03301108266701924, "his": 0.2900288689065727, "man": 0.32303995157359194}, "devastating": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "did": {"his - man": 0.04580652232812052, "his": 0.2734220462839977, "man": 0.22761552395587717}, "dirty": {"his - man": -0.03498184427404999, "his": 0.18596550898568412, "man": 0.2209473532597341}, "dive": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "dna": {"his - man": -0.03457576023232578, "his": 0.21104872419857681, "man": 0.2456244844309026}, "do": {"his - man": -0.013582912574341355, "his": 0.20735568539240734, "man": 0.2209385979667487}, "does": {"his - man": -0.006668523530380666, "his": 0.20535507735811917, "man": 0.21202360088849984}, "dog": {"his - man": -0.016495007653950122, "his": 0.29978111454451695, "man": 0.31627612219846707}, "don": {"his - man": 0.015639207462966015, "his": 0.2269816447972737, "man": 0.2113424373343077}, "done": {"his - man": 0.01574122277054346, "his": 0.21093022551929128, "man": 0.19518900274874781}, "dont": {"his - man": -0.01732737331075976, "his": 0.21934888102913866, "man": 0.23667625433989842}, "down": {"his - man": 0.045891912985726147, "his": 0.2698517525336941, "man": 0.22395983954796794}, "dress": {"his - man": -0.03406825617060877, "his": 0.23917380972275093, "man": 0.2732420658933597}, "drop": {"his - man": -0.03399205400435862, "his": 0.24315065278707032, "man": 0.27714270679142894}, "dropped": {"his - man": 0.014797625855084318, "his": 0.32740881855028847, "man": 0.31261119269520415}, "drove": {"his - man": -0.03267668712265842, "his": 0.30453572399984596, "man": 0.3372124111225044}, "duty": {"his - man": -0.03420105195729675, "his": 0.23210167471132323, "man": 0.26630272666862}, "e": {"his - man": -0.0351597363416713, "his": 0.17402292867126423, "man": 0.20918266501293553}, "early": {"his - man": -0.034767396756146235, "his": 0.19954848413216753, "man": 0.23431588088831376}, "eating": {"his - man": -0.08747091599195536, "his": 0.21104872419857681, "man": 0.2985196401905322}, "economy": {"his - man": -0.03324764611018971, "his": 0.27936354658501444, "man": 0.31261119269520415}, "either": {"his - man": -0.035143985131356914, "his": 0.17510804279467734, "man": 0.21025202792603426}, "elderly": {"his - man": -0.03343045648441695, "his": 0.2708676106697061, "man": 0.30429806715412305}, "elmira": {"his - man": -0.03267668712265842, "his": 0.30453572399984596, "man": 0.3372124111225044}, "end": {"his - man": 0.04770224983973048, "his": 0.24629904960135957, "man": 0.19859679976162908}, "even": {"his - man": 0.05407103239364372, "his": 0.2387862019596803, "man": 0.1847151695660366}, "ever": {"his - man": -0.03590774719971303, "his": 0.11347275121817012, "man": 0.14938049841788315}, "every": {"his - man": -0.028553018008670022, "his": 0.24277691556584471, "man": 0.27132993357451474}, "everybody": {"his - man": -0.03413755140742156, "his": 0.23550656811297457, "man": 0.26964411952039613}, "everyone": {"his - man": 0.04790564731162644, "his": 0.23682798578714281, "man": 0.18892233847551637}, "evil": {"his - man": -0.034767396756146235, "his": 0.19954848413216753, "man": 0.23431588088831376}, "ex": {"his - man": -0.11750516263532201, "his": 0.2523007351700474, "man": 0.36980589780536943}, "exception": {"his - man": -0.03301108266701924, "his": 0.2900288689065727, "man": 0.32303995157359194}, "explain": {"his - man": -0.03445649505278295, "his": 0.2179406345215041, "man": 0.25239712957428706}, "eyes": {"his - man": -0.12525597875943173, "his": 0.1321534616435041, "man": 0.25740944040293584}, "face": {"his - man": 0.07106394603140115, "his": 0.2802466110443367, "man": 0.20918266501293553}, "faces": {"his - man": -0.034364580099763925, "his": 0.22312597567248008, "man": 0.257490555772244}, "family": {"his - man": 0.10758074994468919, "his": 0.2850568427757251, "man": 0.17747609283103594}, "far": {"his - man": 0.04809792303676694, "his": 0.22744114601812673, "man": 0.1793432229813598}, "few": {"his - man": 0.03761258499383499, "his": 0.21258039336475568, "man": 0.17496780837092069}, "fight": {"his - man": 0.04787462137371781, "his": 0.2383015742241673, "man": 0.1904269528504495}, "find": {"his - man": -0.07466218621787254, "his": 0.1523297915917361, "man": 0.22699197780960864}, "finially": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "finished": {"his - man": -0.03343045648441695, "his": 0.2708676106697061, "man": 0.30429806715412305}, "first": {"his - man": 0.033033727895766696, "his": 0.26586425975928835, "man": 0.23283053186352165}, "five": {"his - man": 0.015466100714644326, "his": 0.2515018004604382, "man": 0.23603569974579386}, "for": {"his - man": -0.02755947313846796, "his": 0.3039997629876459, "man": 0.3315592361261139}, "force": {"his - man": -0.12164932931629122, "his": 0.19462679288217585, "man": 0.31627612219846707}, "foreign": {"his - man": -0.034498464461507894, "his": 0.21553709952500583, "man": 0.2500355639865137}, "forest": {"his - man": -0.033907480328710105, "his": 0.247498745798785, "man": 0.2814062261274951}, "forgein": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "forum": {"his - man": 0.048335604057128, "his": 0.21515479271860413, "man": 0.16681918866147613}, "forward": {"his - man": 0.015409259978178907, "his": 0.2589657074590568, "man": 0.24355644748087787}, "fought": {"his - man": 0.015051442568689788, "his": 0.30116472967393687, "man": 0.2861132871052471}, "found": {"his - man": 0.07240369790572093, "his": 0.24078757476375517, "man": 0.16838387685803424}, "french": {"his - man": 0.0156463733732031, "his": 0.22589840129923736, "man": 0.21025202792603426}, "friday": {"his - man": -0.14346576105299969, "his": 0.22892208425868055, "man": 0.37238784531168023}, "friend": {"his - man": 0.017144139290210303, "his": 0.27824177554698243, "man": 0.2610976362567721}, "friends": {"his - man": 0.07230575888038904, "his": 0.24394310558456347, "man": 0.17163734670417444}, "from": {"his - man": 0.01788667482902656, "his": 0.288026555737057, "man": 0.2701398809080304}, "front": {"his - man": 0.10650905375324071, "his": 0.3042347467414359, "man": 0.1977256929881952}, "full": {"his - man": -0.04051995346679968, "his": 0.24804365874325643, "man": 0.2885636122100561}, "gang": {"his - man": -0.07027078767977735, "his": 0.267737115969142, "man": 0.33800790364891936}, "gather": {"his - man": -0.03267668712265842, "his": 0.30453572399984596, "man": 0.3372124111225044}, "gay": {"his - man": 0.015555586397893617, "his": 0.23919611212165684, "man": 0.22364052572376322}, "gdansk": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "get": {"his - man": 0.04843142670165923, "his": 0.2654685903562848, "man": 0.21703716365462555}, "gets": {"his - man": 0.047492705145219305, "his": 0.2556261991712884, "man": 0.20813349402606912}, "getting": {"his - man": 0.01574122277054346, "his": 0.21093022551929128, "man": 0.19518900274874781}, "gf": {"his - man": -0.03301108266701924, "his": 0.2900288689065727, "man": 0.32303995157359194}, "girlfriend": {"his - man": -0.08508433504385221, "his": 0.25767118814871676, "man": 0.34275552319256897}, "girls": {"his - man": -0.08959363610093093, "his": 0.1615325247909105, "man": 0.2511261608918414}, "give": {"his - man": 0.048191933360235556, "his": 0.2226787284070527, "man": 0.17448679504681713}, "go": {"his - man": -0.007537036816028575, "his": 0.21536915166706871, "man": 0.2229061884830973}, "god": {"his - man": 0.09151568943808047, "his": 0.2660024844848976, "man": 0.17448679504681713}, "goes": {"his - man": -0.08930527885353565, "his": 0.1688902510007865, "man": 0.25819552985432215}, "going": {"his - man": -0.007412793245878874, "his": 0.24366434884710184, "man": 0.2510771420929807}, "gone": {"his - man": 0.047286475880359474, "his": 0.26443084432619773, "man": 0.21714436844583826}, "gonna": {"his - man": -0.03457576023232578, "his": 0.21104872419857681, "man": 0.2456244844309026}, "good": {"his - man": 0.05840504406901589, "his": 0.24287033552033513, "man": 0.18446529145131924}, "got": {"his - man": 0.0025439087459040444, "his": 0.289157792911691, "man": 0.286613884165787}, "grateful": {"his - man": -0.03343045648441695, "his": 0.2708676106697061, "man": 0.30429806715412305}, "gray": {"his - man": -0.03301108266701924, "his": 0.2900288689065727, "man": 0.32303995157359194}, "great": {"his - man": -0.126791218850133, "his": 0.09897113141145199, "man": 0.22576235026158498}, "groid": {"his - man": -0.034364580099763925, "his": 0.22312597567248008, "man": 0.257490555772244}, "group": {"his - man": -0.035646333475598396, "his": 0.1371149144550645, "man": 0.1727612479306629}, "guidance": {"his - man": -0.03267668712265842, "his": 0.30453572399984596, "man": 0.3372124111225044}, "gun": {"his - man": -0.006469670636895186, "his": 0.25665176961052144, "man": 0.2631214402474166}, "guy": {"his - man": -0.02343330851621339, "his": 0.2665646429482779, "man": 0.2899979514644913}, "guys": {"his - man": -0.03526023830820693, "his": 0.16696046809395795, "man": 0.20222070640216488}, "had": {"his - man": 0.05165240729495724, "his": 0.28006212372014855, "man": 0.2284097164251913}, "hair": {"his - man": -0.09029506187485475, "his": 0.14251091117726492, "man": 0.23280597305211967}, "half": {"his - man": 0.01577840710846229, "his": 0.20470074558397866, "man": 0.18892233847551637}, "hall": {"his - man": -0.08586767773045317, "his": 0.24315065278707032, "man": 0.3290183305175235}, "hand": {"his - man": 0.01560859076981691, "his": 0.23154231958668378, "man": 0.21593372881686687}, "handed": {"his - man": -0.03370448936076054, "his": 0.25767118814871676, "man": 0.2913756775094773}, "happened": {"his - man": 0.015583285689468623, "his": 0.23523302644502855, "man": 0.21964974075555993}, "hard": {"his - man": -0.08978277762074877, "his": 0.1565695897543766, "man": 0.24635236737512536}, "harvard": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "has": {"his - man": 0.009807192944440268, "his": 0.30935116730832835, "man": 0.2995439743638881}, "hate": {"his - man": 0.01588541320439457, "his": 0.18533482118386033, "man": 0.16944940797946575}, "hated": {"his - man": -0.0856368972665888, "his": 0.247498745798785, "man": 0.3331356430653738}, "have": {"his - man": 0.03052658574125608, "his": 0.2544106359034107, "man": 0.2238840501621546}, "he": {"his - man": 0.12260154109784938, "his": 0.43106342921291674, "man": 0.30846188811506736}, "head": {"his - man": 0.07102557816750277, "his": 0.281277606093537, "man": 0.21025202792603426}, "heard": {"his - man": 0.017439900831400096, "his": 0.24448548535852616, "man": 0.22704558452712606}, "hell": {"his - man": -0.03878156164678476, "his": 0.19907206750783152, "man": 0.23785362915461628}, "her": {"his - man": -0.0015094692098198415, "his": 0.24955203845235488, "man": 0.2510615076621747}, "here": {"his - man": -0.1430030245937844, "his": 0.09438397101439945, "man": 0.23738699560818383}, "hey": {"his - man": -0.07304105716811221, "his": 0.20112033331936574, "man": 0.27416139048747795}, "high": {"his - man": -0.03556556255911181, "his": 0.143777660422248, "man": 0.1793432229813598}, "him": {"his - man": 0.09964263890238395, "his": 0.42858690022736673, "man": 0.3289442613249828}, "his": {"his - man": 0.338962077393111, "his": 0.6744681055708819, "man": 0.33550602817777087}, "home": {"his - man": 0.05365432825639277, "his": 0.25573918960059444, "man": 0.20208486134420167}, "honor": {"his - man": 0.015197204670397757, "his": 0.2848413241907939, "man": 0.26964411952039613}, "hope": {"his - man": 0.09272574842249537, "his": 0.23541494365921584, "man": 0.14268919523672047}, "house": {"his - man": 0.14519601806296967, "his": 0.321458661989992, "man": 0.17626264392702234}, "how": {"his - man": 0.08210727553054126, "his": 0.2410993172149953, "man": 0.15899204168445405}, "http": {"his - man": -0.10154692962268366, "his": 0.13542813503892337, "man": 0.23697506466160703}, "https": {"his - man": -0.09089498589078575, "his": 0.1246697619321303, "man": 0.21556474782291604}, "huffed": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "humans": {"his - man": -0.03453814423979093, "his": 0.21324318206475487, "man": 0.2477813263045458}, "i": {"his - man": 0.02229212986522222, "his": 0.31785959313002926, "man": 0.29556746326480704}, "id": {"his - man": -0.03482118675173426, "his": 0.19621702246299408, "man": 0.23103820921472834}, "ie": {"his - man": 0.015339986394854954, "his": 0.267737115969142, "man": 0.25239712957428706}, "if": {"his - man": 0.06044102224636819, "his": 0.26601756368157403, "man": 0.20557654143520585}, "igger": {"his - man": -0.03267668712265842, "his": 0.30453572399984596, "man": 0.3372124111225044}, "in": {"his - man": -0.01418331208255863, "his": 0.35616586952235174, "man": 0.37034918160491037}, "into": {"his - man": 0.14832676311877416, "his": 0.27819190931038756, "man": 0.1298651461916134}, "irish": {"his - man": -0.03573415888488987, "his": 0.12955877143570382, "man": 0.1652929303205937}, "is": {"his - man": -0.00625881517427157, "his": 0.2995798051629441, "man": 0.30583862033721565}, "it": {"his - man": 0.01785667972056354, "his": 0.28690537789376824, "man": 0.2690486981732047}, "its": {"his - man": 0.016073818187618633, "his": 0.14307962047641287, "man": 0.12700580228879424}, "jail": {"his - man": 0.015358750927433384, "his": 0.2653943149139471, "man": 0.2500355639865137}, "job": {"his - man": -0.03517510884761052, "his": 0.1729583851784586, "man": 0.20813349402606912}, "jumped": {"his - man": -0.033907480328710105, "his": 0.247498745798785, "man": 0.2814062261274951}, "just": {"his - man": -0.017870684952112526, "his": 0.22554053213823566, "man": 0.2434112170903482}, "k": {"his - man": 0.046736306903396946, "his": 0.28639408861473914, "man": 0.2396577817113422}, "kept": {"his - man": -0.03399205400435862, "his": 0.24315065278707032, "man": 0.27714270679142894}, "kevin": {"his - man": -0.03343045648441695, "his": 0.2708676106697061, "man": 0.30429806715412305}, "kicked": {"his - man": 0.015002928525151171, "his": 0.30637860603462846, "man": 0.2913756775094773}, "kid": {"his - man": 0.0784523092526414, "his": 0.3279421360010173, "man": 0.2494898267483759}, "killed": {"his - man": 0.017965623014897625, "his": 0.32490093450237884, "man": 0.3069353114874812}, "killing": {"his - man": -0.12143776141620857, "his": 0.19785645997082776, "man": 0.31929422138703634}, "knife": {"his - man": -0.03420105195729675, "his": 0.23210167471132323, "man": 0.26630272666862}, "know": {"his - man": 0.06920380329514955, "his": 0.22800001006868506, "man": 0.1587962067735355}, "la": {"his - man": -0.033812551935199664, "his": 0.2523007351700474, "man": 0.2861132871052471}, "lack": {"his - man": -0.03420105195729675, "his": 0.23210167471132323, "man": 0.26630272666862}, "lapd": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "large": {"his - man": -0.034767396756146235, "his": 0.19954848413216753, "man": 0.23431588088831376}, "last": {"his - man": -0.100686555529901, "his": 0.15628179989473875, "man": 0.25696835542463975}, "latimes": {"his - man": -0.03267668712265842, "his": 0.30453572399984596, "man": 0.3372124111225044}, "laughing": {"his - man": -0.03420105195729675, "his": 0.23210167471132323, "man": 0.26630272666862}, "least": {"his - man": 0.015769601253143972, "his": 0.20619655410359347, "man": 0.1904269528504495}, "leave": {"his - man": 0.047492705145219305, "his": 0.2556261991712884, "man": 0.20813349402606912}, "led": {"his - man": -0.033812551935199664, "his": 0.2523007351700474, "man": 0.2861132871052471}, "left": {"his - man": 0.07194322379803123, "his": 0.25520444318300006, "man": 0.18326121938496884}, "let": {"his - man": 0.06777701255249294, "his": 0.2740455184371897, "man": 0.20626850588469678}, "lies": {"his - man": 0.015320073189329264, "his": 0.27019766765068826, "man": 0.254877594461359}, "life": {"his - man": 0.048059974213223056, "his": 0.22933014166147175, "man": 0.1812701674482487}, "like": {"his - man": -0.08506122489484635, "his": 0.2623956453088337, "man": 0.34745687020368005}, "listen": {"his - man": 0.01556511107727701, "his": 0.2378421421798994, "man": 0.2222770311026224}, "little": {"his - man": 0.0175563206271018, "his": 0.22957992151560164, "man": 0.21202360088849984}, "live": {"his - man": -0.0915120687013414, "his": 0.1042612698476412, "man": 0.1957733385489826}, "lived": {"his - man": 0.07042315635602284, "his": 0.29689990007015654, "man": 0.2264767437141337}, "lives": {"his - man": 0.01547882883173396, "his": 0.24979470972004772, "man": 0.23431588088831376}, "local": {"his - man": 0.0156463733732031, "his": 0.22589840129923736, "man": 0.21025202792603426}, "lol": {"his - man": -0.038605695238089544, "his": 0.20851497152436804, "man": 0.24712066676245759}, "london": {"his - man": -0.08945525483631012, "his": 0.16509368648303097, "man": 0.2545489413193411}, "look": {"his - man": 0.0187909316744716, "his": 0.24578290948408024, "man": 0.22699197780960864}, "looking": {"his - man": -0.10053453650365779, "his": 0.1597649247686504, "man": 0.2602994612723082}, "looks": {"his - man": 0.017361790840004332, "his": 0.25391235631548964, "man": 0.2365505654754853}, "lost": {"his - man": 0.01547882883173396, "his": 0.24979470972004772, "man": 0.23431588088831376}, "love": {"his - man": -0.09033860771175786, "his": 0.14127000020068595, "man": 0.2316086079124438}, "m": {"his - man": -0.11170190099252869, "his": 0.20666394313772374, "man": 0.31836584413025243}, "made": {"his - man": -0.038874386687904716, "his": 0.19393158636421495, "man": 0.23280597305211967}, "mail": {"his - man": -0.1212096975700599, "his": 0.20129684216159016, "man": 0.32250653973165005}, "make": {"his - man": 0.0022463214725443603, "his": 0.23017585471730145, "man": 0.2279295332447571}, "makes": {"his - man": -0.12377266989166125, "his": 0.1598308514990346, "man": 0.28360352139069583}, "man": {"his - man": -0.3775074699479568, "his": 0.3112802933005365, "man": 0.6887877632484933}, "mans": {"his - man": -0.03343045648441695, "his": 0.2708676106697061, "man": 0.30429806715412305}, "many": {"his - man": -0.0067798472070061955, "his": 0.17223435120393452, "man": 0.1790141984109407}, "march": {"his - man": 0.03595431576117003, "his": 0.3033647076063307, "man": 0.2674103918451607}, "marry": {"his - man": -0.03399205400435862, "his": 0.24315065278707032, "man": 0.27714270679142894}, "mate": {"his - man": -0.034498464461507894, "his": 0.21553709952500583, "man": 0.2500355639865137}, "may": {"his - man": -0.03885210602809028, "his": 0.19517588368598934, "man": 0.23402798971407962}, "maybe": {"his - man": 0.07273867462229547, "his": 0.22957992151560164, "man": 0.15684124689330617}, "me": {"his - man": -0.07607733722519247, "his": 0.19485401508077524, "man": 0.2709313523059677}, "media": {"his - man": 0.04770224983973048, "his": 0.24629904960135957, "man": 0.19859679976162908}, "meet": {"his - man": -0.07306642381932624, "his": 0.20042966689883682, "man": 0.27349609071816305}, "men": {"his - man": -0.11900319318239908, "his": 0.20181918026196513, "man": 0.3208223734443642}, "met": {"his - man": -0.03461150664662879, "his": 0.20894494083424908, "man": 0.24355644748087787}, "money": {"his - man": -0.03554131840137362, "his": 0.14572884904687508, "man": 0.1812701674482487}, "monkey": {"his - man": 0.015197204670397757, "his": 0.2848413241907939, "man": 0.26964411952039613}, "monkies": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "month": {"his - man": -0.08865586983109364, "his": 0.18464777836472018, "man": 0.2733036481958138}, "more": {"his - man": -0.0740099854431969, "his": 0.22366593842739582, "man": 0.2976759238705927}, "morning": {"his - man": -0.08775401795318438, "his": 0.20497973971832978, "man": 0.29273375767151416}, "mother": {"his - man": -0.035233123515162806, "his": 0.1688902510007865, "man": 0.2041233745159493}, "mourn": {"his - man": -0.03267668712265842, "his": 0.30453572399984596, "man": 0.3372124111225044}, "move": {"his - man": -0.03528621960573208, "his": 0.16509368648303097, "man": 0.20037990608876305}, "moved": {"his - man": 0.015591967524195366, "his": 0.23397454490185604, "man": 0.21838257737766067}, "movement": {"his - man": -0.0347388575842037, "his": 0.20129684216159016, "man": 0.23603569974579386}, "movie": {"his - man": -0.03470910616029005, "his": 0.20310570598979666, "man": 0.2378148121500867}, "much": {"his - man": -0.09150225523423956, "his": 0.10460617611497768, "man": 0.19610843134921724}, "murder": {"his - man": -0.022861143260183403, "his": 0.3033647076063307, "man": 0.3262258508665141}, "my": {"his - man": -0.004896963313921865, "his": 0.2266702213276937, "man": 0.23156718464161558}, "n": {"his - man": -0.02752461279169885, "his": 0.24520688013586803, "man": 0.2727314929275669}, "name": {"his - man": 0.09047026720104151, "his": 0.32090510865909233, "man": 0.23043484145805082}, "national": {"his - man": -0.08859959928706387, "his": 0.18596550898568412, "man": 0.274565108272748}, "nazi": {"his - man": -0.0344119712849589, "his": 0.2204656231764001, "man": 0.254877594461359}, "need": {"his - man": 0.053976026983375947, "his": 0.24277691556584471, "man": 0.18880088858246877}, "neevr": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "negro": {"his - man": 0.1458080766528636, "his": 0.3136659915944859, "man": 0.16785791494162228}, "neighbors": {"his - man": -0.033907480328710105, "his": 0.247498745798785, "man": 0.2814062261274951}, "never": {"his - man": -0.08942625612309832, "his": 0.17852416336106472, "man": 0.26795041948416304}, "new": {"his - man": -0.006815460592614786, "his": 0.16070294808251254, "man": 0.16751840867512732}, "news": {"his - man": 0.01879361820262565, "his": 0.2454760284392355, "man": 0.22668241023660984}, "next": {"his - man": 0.04816934214316976, "his": 0.2238342516966281, "man": 0.17566490955345834}, "niglet": {"his - man": -0.03343045648441695, "his": 0.2708676106697061, "man": 0.30429806715412305}, "no": {"his - man": -0.03573404645548922, "his": 0.2210277109663506, "man": 0.2567617574218398}, "non": {"his - man": -0.10038828851418996, "his": 0.16306564819133174, "man": 0.2634539367055217}, "nor": {"his - man": -0.034364580099763925, "his": 0.22312597567248008, "man": 0.257490555772244}, "nordic": {"his - man": -0.08871052284588596, "his": 0.18336108794222586, "man": 0.2720716107881118}, "nose": {"his - man": -0.03413755140742156, "his": 0.23550656811297457, "man": 0.26964411952039613}, "not": {"his - man": 0.021923696952224014, "his": 0.22070280954752822, "man": 0.1987791125953042}, "nothing": {"his - man": 0.04842523747628766, "his": 0.2102954936560129, "man": 0.16187025617972525}, "now": {"his - man": -0.024134259905517846, "his": 0.21429653138125265, "man": 0.2384307912867705}, "o": {"his - man": -0.08848182827326312, "his": 0.18870082983750203, "man": 0.27718265811076515}, "obituary": {"his - man": -0.03301108266701924, "his": 0.2900288689065727, "man": 0.32303995157359194}, "obviously": {"his - man": -0.03425962230109891, "his": 0.22892208425868055, "man": 0.26318170655977946}, "october": {"his - man": -0.03399205400435862, "his": 0.24315065278707032, "man": 0.27714270679142894}, "of": {"his - man": 0.007397107588846041, "his": 0.35497421731514467, "man": 0.3475771097262986}, "off": {"his - man": 0.017636346863074387, "his": 0.21862583427196303, "man": 0.20098948740888864}, "officers": {"his - man": -0.08537826175398722, "his": 0.2523007351700474, "man": 0.33767899692403464}, "ohhh": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "old": {"his - man": -0.062118332986412755, "his": 0.23424097453464174, "man": 0.2963593075210545}, "on": {"his - man": 0.02229831072609495, "his": 0.33490256523603595, "man": 0.312604254509941}, "once": {"his - man": -0.006582032797351728, "his": 0.2286937518100318, "man": 0.23527578460738352}, "one": {"his - man": -0.03516695016383159, "his": 0.2599368441159266, "man": 0.2951037942797582}, "online": {"his - man": -0.1475447245775139, "his": 0.18087483562752185, "man": 0.32841956020503577}, "only": {"his - man": 0.08707208859850132, "his": 0.2902716911457167, "man": 0.2031996025472154}, "onto": {"his - man": -0.03413755140742156, "his": 0.23550656811297457, "man": 0.26964411952039613}, "or": {"his - man": -0.012630048561008689, "his": 0.25912952633175407, "man": 0.27175957489276276}, "org": {"his - man": 0.015890895387467296, "his": 0.18427477224550154, "man": 0.16838387685803424}, "original": {"his - man": -0.03399205400435862, "his": 0.24315065278707032, "man": 0.27714270679142894}, "other": {"his - man": 0.14949518568420092, "his": 0.25922589027918364, "man": 0.10973070459498271}, "our": {"his - man": 0.010177185306402242, "his": 0.2330455893417062, "man": 0.22286840403530395}, "out": {"his - man": 0.008071596767357248, "his": 0.25591690999021677, "man": 0.24784531322285952}, "over": {"his - man": 0.12414261812664892, "his": 0.25400776431826233, "man": 0.1298651461916134}, "own": {"his - man": 0.14767822568360242, "his": 0.28793843803771196, "man": 0.14026021235410954}, "owns": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "p": {"his - man": 0.017125170796920053, "his": 0.2802466110443367, "man": 0.2631214402474166}, "packi": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "part": {"his - man": 0.048146162438051754, "his": 0.22501249101808743, "man": 0.17686632858003568}, "pass": {"his - man": -0.03509427871602139, "his": 0.1784958238477738, "man": 0.21359010256379518}, "passenger": {"his - man": -0.03267668712265842, "his": 0.30453572399984596, "man": 0.3372124111225044}, "patch": {"his - man": -0.03267668712265842, "his": 0.30453572399984596, "man": 0.3372124111225044}, "penalty2": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "people": {"his - man": -0.0245955019826416, "his": 0.24909772733582064, "man": 0.27369322931846224}, "person": {"his - man": 0.07240369790572093, "his": 0.24078757476375517, "man": 0.16838387685803424}, "personally": {"his - man": -0.033812551935199664, "his": 0.2523007351700474, "man": 0.2861132871052471}, "phone": {"his - man": -0.034767396756146235, "his": 0.19954848413216753, "man": 0.23431588088831376}, "place": {"his - man": -0.07372784942686625, "his": 0.1817015799134404, "man": 0.25542942934030666}, "play": {"his - man": -0.034871085768224286, "his": 0.19308271381204514, "man": 0.22795379958026943}, "point": {"his - man": 0.015731035210572564, "his": 0.21259866543452957, "man": 0.196867630223957}, "poles": {"his - man": -0.03413755140742156, "his": 0.23550656811297457, "man": 0.26964411952039613}, "police": {"his - man": -0.13623089048301248, "his": 0.20181918026196513, "man": 0.3380500707449776}, "political": {"his - man": -0.03431394761265491, "his": 0.2259381971237672, "man": 0.2602521447364221}, "potential": {"his - man": -0.03324764611018971, "his": 0.27936354658501444, "man": 0.31261119269520415}, "power": {"his - man": 0.01560859076981691, "his": 0.23154231958668378, "man": 0.21593372881686687}, "pregnant": {"his - man": -0.03357922445083361, "his": 0.26377577301256167, "man": 0.2973549974633953}, "pride": {"his - man": 0.015666836272941687, "his": 0.2227705487122938, "man": 0.2071037124393521}, "principal": {"his - man": -0.03301108266701924, "his": 0.2900288689065727, "man": 0.32303995157359194}, "prison": {"his - man": 0.015339986394854954, "his": 0.267737115969142, "man": 0.25239712957428706}, "protect": {"his - man": 0.04618947927933309, "his": 0.3064416240157552, "man": 0.2602521447364221}, "proud": {"his - man": 0.01717106772480048, "his": 0.27536659757912263, "man": 0.25819552985432215}, "published": {"his - man": -0.0856368972665888, "his": 0.247498745798785, "man": 0.3331356430653738}, "punk": {"his - man": -0.03343045648441695, "his": 0.2708676106697061, "man": 0.30429806715412305}, "r": {"his - man": 0.04668729050853876, "his": 0.28825702331229003, "man": 0.24156973280375127}, "race": {"his - man": -0.03975168364865603, "his": 0.13797235897441942, "man": 0.17772404262307545}, "racist": {"his - man": -0.03882922887261764, "his": 0.19644655573476588, "man": 0.23527578460738352}, "ramifications": {"his - man": -0.03267668712265842, "his": 0.30453572399984596, "man": 0.3372124111225044}, "ran": {"his - man": -0.006245956838921651, "his": 0.3064416240157552, "man": 0.31268758085467685}, "range": {"his - man": 0.015131978259881107, "his": 0.29227468505131005, "man": 0.27714270679142894}, "re": {"his - man": -0.10084251921731072, "his": 0.15265033993630092, "man": 0.25349285915361164}, "really": {"his - man": -0.07405300557318345, "his": 0.17192007920974356, "man": 0.245973084782927}, "reason": {"his - man": -0.12336095747111167, "his": 0.16696046809395795, "man": 0.2903214255650696}, "release": {"his - man": -0.03343045648441695, "his": 0.2708676106697061, "man": 0.30429806715412305}, "remember": {"his - man": 0.04756034603190762, "his": 0.2526596889379629, "man": 0.2050993429060553}, "resist": {"his - man": -0.03301108266701924, "his": 0.2900288689065727, "man": 0.32303995157359194}, "rest": {"his - man": -0.04017805863002122, "his": 0.26209144219420166, "man": 0.3022695008242229}, "right": {"his - man": 0.06790323458019173, "his": 0.2703573839704189, "man": 0.20245414939022718}, "road": {"his - man": 0.015320073189329264, "his": 0.27019766765068826, "man": 0.254877594461359}, "rob": {"his - man": -0.08384702609825523, "his": 0.27936354658501444, "man": 0.3632105726832697}, "running": {"his - man": 0.04702853860496228, "his": 0.2749823381852317, "man": 0.22795379958026943}, "s": {"his - man": -0.05150375011601371, "his": 0.2721965516600097, "man": 0.32370030177602344}, "sad": {"his - man": 0.015624308688002686, "his": 0.22921441125179787, "man": 0.21359010256379518}, "said": {"his - man": 0.053455732059273564, "his": 0.2633634067274727, "man": 0.20990767466819915}, "same": {"his - man": -0.09164233499073537, "his": 0.09961011548118198, "man": 0.19125245047191736}, "sat": {"his - man": -0.03413755140742156, "his": 0.23550656811297457, "man": 0.26964411952039613}, "saturday": {"his - man": -0.03399205400435862, "his": 0.24315065278707032, "man": 0.27714270679142894}, "saw": {"his - man": 0.09201800530799711, "his": 0.25388826148772237, "man": 0.16187025617972525}, "say": {"his - man": 0.018933804820940342, "his": 0.22877916201316295, "man": 0.2098453571922226}, "says": {"his - man": 0.015774042108962355, "his": 0.20544385431209033, "man": 0.18966981220312798}, "scares": {"his - man": -0.03267668712265842, "his": 0.30453572399984596, "man": 0.3372124111225044}, "school": {"his - man": 0.054436475886875, "his": 0.2226206921143972, "man": 0.1681842162275222}, "scrounging": {"his - man": -0.03267668712265842, "his": 0.30453572399984596, "man": 0.3372124111225044}, "seat": {"his - man": -0.03324764611018971, "his": 0.27936354658501444, "man": 0.31261119269520415}, "sedan": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "see": {"his - man": 0.010139683272482936, "his": 0.24189133701520812, "man": 0.2317516537427252}, "semen": {"his - man": -0.03267668712265842, "his": 0.30453572399984596, "man": 0.3372124111225044}, "september": {"his - man": -0.033812551935199664, "his": 0.2523007351700474, "man": 0.2861132871052471}, "service": {"his - man": 0.015276209559184795, "his": 0.2755283542956069, "man": 0.2602521447364221}, "several": {"his - man": 0.015591967524195366, "his": 0.23397454490185604, "man": 0.21838257737766067}, "she": {"his - man": -0.07489834104222343, "his": 0.14420485790664928, "man": 0.2191031989488727}, "shot": {"his - man": -0.02274498947411946, "his": 0.3103634126773638, "man": 0.33310840215148324}, "should": {"his - man": 0.020550675736164814, "his": 0.27400311535529304, "man": 0.2534524396191282}, "show": {"his - man": -0.035935212297627736, "his": 0.1107612970673562, "man": 0.14669650936498393}, "singer": {"his - man": -0.03370448936076054, "his": 0.25767118814871676, "man": 0.2913756775094773}, "sister": {"his - man": 0.015514127344396722, "his": 0.24498750961626314, "man": 0.22947338227186642}, "sitting": {"his - man": -0.03750186258145538, "his": 0.2610177776090768, "man": 0.2985196401905322}, "skins": {"his - man": -0.03406825617060877, "his": 0.23917380972275093, "man": 0.2732420658933597}, "small": {"his - man": -0.03540175115352728, "his": 0.1565695897543766, "man": 0.19197134090790388}, "smashed": {"his - man": -0.03324764611018971, "his": 0.27936354658501444, "man": 0.31261119269520415}, "so": {"his - man": 0.04253227484035835, "his": 0.2879283493028594, "man": 0.24539607446250103}, "some": {"his - man": -0.0628294895823541, "his": 0.20916337421193446, "man": 0.27199286379428855}, "sometimes": {"his - man": -0.03489473439416929, "his": 0.1915820093199644, "man": 0.2264767437141337}, "son": {"his - man": -0.038097065886255777, "his": 0.23397454490185604, "man": 0.2720716107881118}, "song": {"his - man": -0.03509427871602139, "his": 0.1784958238477738, "man": 0.21359010256379518}, "sorry": {"his - man": -0.12318886549136265, "his": 0.1698802305350312, "man": 0.29306909602639386}, "soul": {"his - man": -0.0871416988424242, "his": 0.2179406345215041, "man": 0.3050823333639283}, "sounds": {"his - man": -0.03482118675173426, "his": 0.19621702246299408, "man": 0.23103820921472834}, "southeast": {"his - man": -0.03301108266701924, "his": 0.2900288689065727, "man": 0.32303995157359194}, "spirit": {"his - man": 0.015276209559184795, "his": 0.2755283542956069, "man": 0.2602521447364221}, "stabbing": {"his - man": -0.03324764611018971, "his": 0.27936354658501444, "man": 0.31261119269520415}, "stand": {"his - man": -0.03505889318934502, "his": 0.18087483562752185, "man": 0.21593372881686687}, "standard": {"his - man": -0.033907480328710105, "his": 0.247498745798785, "man": 0.2814062261274951}, "star": {"his - man": -0.03431394761265491, "his": 0.2259381971237672, "man": 0.2602521447364221}, "start": {"his - man": -0.03575674662367345, "his": 0.12755754753189472, "man": 0.16331429415556817}, "state": {"his - man": 0.01572579058036691, "his": 0.2134514835685621, "man": 0.1977256929881952}, "step": {"his - man": 0.04592632015777698, "his": 0.3155704396781731, "man": 0.26964411952039613}, "stood": {"his - man": -0.03663537528808991, "his": 0.2965002677772839, "man": 0.3331356430653738}, "stop": {"his - man": -0.03554951686342772, "his": 0.14507143414714688, "man": 0.1806209510105746}, "stopped": {"his - man": -0.03445649505278295, "his": 0.2179406345215041, "man": 0.25239712957428706}, "stories": {"his - man": 0.015376485966712261, "his": 0.26315781227125806, "man": 0.2477813263045458}, "stormed": {"his - man": -0.03301108266701924, "his": 0.2900288689065727, "man": 0.32303995157359194}, "stormfront": {"his - man": -0.035874215246996966, "his": 0.11671597490103322, "man": 0.15259019014803019}, "story": {"his - man": -0.040950051520116715, "his": 0.22933014166147175, "man": 0.27028019318158847}, "strangling": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "straw": {"his - man": -0.03267668712265842, "his": 0.30453572399984596, "man": 0.3372124111225044}, "street": {"his - man": -0.03804341637903744, "his": 0.23652169189371056, "man": 0.274565108272748}, "students": {"his - man": -0.03834723822590455, "his": 0.22176590237330826, "man": 0.2601131405992128}, "stuff": {"his - man": -0.08934395792682542, "his": 0.1679171999906489, "man": 0.25726115791747434}, "stupid": {"his - man": -0.12381995767136394, "his": 0.1589983168496648, "man": 0.28281827452102876}, "style": {"his - man": -0.03425962230109891, "his": 0.22892208425868055, "man": 0.26318170655977946}, "substitute": {"his - man": -0.03267668712265842, "his": 0.30453572399984596, "man": 0.3372124111225044}, "such": {"his - man": -0.035646333475598396, "his": 0.1371149144550645, "man": 0.1727612479306629}, "suited": {"his - man": -0.03301108266701924, "his": 0.2900288689065727, "man": 0.32303995157359194}, "supermarket": {"his - man": -0.03267668712265842, "his": 0.30453572399984596, "man": 0.3372124111225044}, "sure": {"his - man": -0.03900644624872504, "his": 0.18641345129426232, "man": 0.22541989754298736}, "t": {"his - man": -0.001750007061424974, "his": 0.2568596642837913, "man": 0.2586096713452163}, "take": {"his - man": -0.035927532695074704, "his": 0.1115246285774332, "man": 0.1474521612725079}, "taken": {"his - man": 0.015591967524195366, "his": 0.23397454490185604, "man": 0.21838257737766067}, "talkin": {"his - man": -0.03267668712265842, "his": 0.30453572399984596, "man": 0.3372124111225044}, "talks": {"his - man": -0.03370448936076054, "his": 0.25767118814871676, "man": 0.2913756775094773}, "taylor": {"his - man": -0.03301108266701924, "his": 0.2900288689065727, "man": 0.32303995157359194}, "teacher": {"his - man": 0.12005524939190237, "his": 0.32227595579406726, "man": 0.20222070640216488}, "television": {"his - man": -0.034498464461507894, "his": 0.21553709952500583, "man": 0.2500355639865137}, "tell": {"his - man": -0.04097810099550511, "his": 0.2280641380300756, "man": 0.2690422390255807}, "telling": {"his - man": -0.037678212942582, "his": 0.2532676401438144, "man": 0.2909458530863964}, "than": {"his - man": -0.01755359650106325, "his": 0.1927744571169785, "man": 0.21032805361804174}, "that": {"his - man": 0.020998515382712357, "his": 0.3312133149053964, "man": 0.31021479952268405}, "thats": {"his - man": -0.03505889318934502, "his": 0.18087483562752185, "man": 0.21593372881686687}, "the": {"his - man": 0.008667035470719009, "his": 0.36753658571099995, "man": 0.35886955024028094}, "their": {"his - man": 0.007139967294228389, "his": 0.17612810636653561, "man": 0.16898813907230723}, "them": {"his - man": 0.07474808237767999, "his": 0.13667140499164673, "man": 0.06192332261396675}, "then": {"his - man": 0.10389839914225918, "his": 0.2716380483951536, "man": 0.16773964925289442}, "there": {"his - man": -0.11444901833980428, "his": 0.1581936312684835, "man": 0.27264264960828777}, "therefore": {"his - man": 0.015131978259881107, "his": 0.29227468505131005, "man": 0.27714270679142894}, "these": {"his - man": 0.06892132950584914, "his": 0.23800315827971247, "man": 0.16908182877386332}, "they": {"his - man": 0.019315646743042203, "his": 0.24457279726564865, "man": 0.22525715052260645}, "things": {"his - man": -0.03560375904444163, "his": 0.14065888488258071, "man": 0.17626264392702234}, "think": {"his - man": 0.04921868971698436, "his": 0.15916868096239228, "man": 0.10994999124540793}, "thinks": {"his - man": -0.03445649505278295, "his": 0.2179406345215041, "man": 0.25239712957428706}, "this": {"his - man": -0.04028781184112934, "his": 0.27313364880750296, "man": 0.3134214606486323}, "those": {"his - man": 0.0736865540428735, "his": 0.1932645146850301, "man": 0.11957796064215659}, "time": {"his - man": -0.007976062262085082, "his": 0.25922589027918364, "man": 0.2672019525412687}, "times": {"his - man": -0.0671917309794896, "his": 0.21076461668766278, "man": 0.2779563476671524}, "to": {"his - man": 0.032770646471866116, "his": 0.3667183153448607, "man": 0.3339476688729946}, "together": {"his - man": -0.006577097999327264, "his": 0.22997346747615804, "man": 0.2365505654754853}, "told": {"his - man": 0.017270883158752914, "his": 0.2643915499212105, "man": 0.24712066676245759}, "too": {"his - man": 0.05419464947617855, "his": 0.2334698086282991, "man": 0.17927515915212056}, "town": {"his - man": 0.015871099604544553, "his": 0.18806782070221806, "man": 0.1721967210976735}, "trail": {"his - man": -0.03301108266701924, "his": 0.2900288689065727, "man": 0.32303995157359194}, "tree": {"his - man": -0.034645551687779746, "his": 0.20692418111597152, "man": 0.24156973280375127}, "try": {"his - man": -0.0906677740583382, "his": 0.13162584665795576, "man": 0.22229362071629397}, "trying": {"his - man": 0.015829158434027463, "his": 0.19580784753465458, "man": 0.17997868910062712}, "turning": {"his - man": -0.03420105195729675, "his": 0.23210167471132323, "man": 0.26630272666862}, "two": {"his - man": -0.023770639877880723, "his": 0.2426259663731504, "man": 0.2663966062510311}, "typical": {"his - man": -0.0344119712849589, "his": 0.2204656231764001, "man": 0.254877594461359}, "u": {"his - man": -0.035432473587261676, "his": 0.1542373386158663, "man": 0.18966981220312798}, "uneven": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "university": {"his - man": -0.035040456727677166, "his": 0.1821039117181611, "man": 0.21714436844583826}, "until": {"his - man": -0.03545209834541438, "his": 0.15273217120068872, "man": 0.1881842695461031}, "up": {"his - man": -0.012437772747079856, "his": 0.28231103464291585, "man": 0.2947488073899957}, "ur": {"his - man": -0.03357922445083361, "his": 0.26377577301256167, "man": 0.2973549974633953}, "us": {"his - man": 0.01781107137371482, "his": 0.19204581375503313, "man": 0.1742347423813183}, "use": {"his - man": 0.015911569414864657, "his": 0.1802073584516442, "man": 0.16429578903677955}, "used": {"his - man": 0.07200672093841876, "his": 0.25327688838666745, "man": 0.1812701674482487}, "v": {"his - man": -0.03528621960573208, "his": 0.16509368648303097, "man": 0.20037990608876305}, "vagina": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "ve": {"his - man": -0.006747251290366463, "his": 0.18235520667996916, "man": 0.18910245797033562}, "very": {"his - man": 0.03753851474249004, "his": 0.21760256224548213, "man": 0.1800640475029921}, "victim": {"his - man": -0.03425962230109891, "his": 0.22892208425868055, "man": 0.26318170655977946}, "victims": {"his - man": 0.015438965454434878, "his": 0.25509674716577707, "man": 0.2396577817113422}, "video": {"his - man": -0.04633657385229431, "his": 0.24366434884710184, "man": 0.29000092269939615}, "violent": {"his - man": -0.034678041993012415, "his": 0.20497973971832978, "man": 0.2396577817113422}, "visitors": {"his - man": -0.03267668712265842, "his": 0.30453572399984596, "man": 0.3372124111225044}, "walked": {"his - man": -0.08586767773045317, "his": 0.24315065278707032, "man": 0.3290183305175235}, "wanna": {"his - man": 0.015251887455890123, "his": 0.2784335940156696, "man": 0.26318170655977946}, "want": {"his - man": 0.08163636266187874, "his": 0.2544277266220016, "man": 0.17279136396012285}, "wanted": {"his - man": -0.035143985131356914, "his": 0.17510804279467734, "man": 0.21025202792603426}, "was": {"his - man": 0.030970561020984055, "his": 0.35146482175455446, "man": 0.3204942607335704}, "watch": {"his - man": -0.041783591904710565, "his": 0.1887138134617603, "man": 0.23049740536647087}, "watched": {"his - man": -0.034364580099763925, "his": 0.22312597567248008, "man": 0.257490555772244}, "way": {"his - man": -0.028656587256136734, "his": 0.23634160508288965, "man": 0.2649981923390264}, "we": {"his - man": 0.049135097059673116, "his": 0.23441033542650905, "man": 0.18527523836683593}, "website": {"his - man": -0.034939695886261196, "his": 0.18870082983750203, "man": 0.22364052572376322}, "wedding": {"his - man": -0.03324764611018971, "his": 0.27936354658501444, "man": 0.31261119269520415}, "week": {"his - man": -0.09010839300469417, "his": 0.1477452361499221, "man": 0.23785362915461628}, "weeks": {"his - man": 0.01570371876892862, "his": 0.2169965628684333, "man": 0.20129284409950468}, "welfare": {"his - man": -0.03445649505278295, "his": 0.2179406345215041, "man": 0.25239712957428706}, "well": {"his - man": -0.006791029349378891, "his": 0.16866982271387923, "man": 0.17546085206325812}, "went": {"his - man": -0.007274624073606295, "his": 0.27252732518074535, "man": 0.27980194925435165}, "were": {"his - man": 0.11050548722109278, "his": 0.22089607585700682, "man": 0.11039058863591404}, "what": {"his - man": 0.07920770730673615, "his": 0.252287398105113, "man": 0.17307969079837687}, "whatever": {"his - man": -0.0347388575842037, "his": 0.20129684216159016, "man": 0.23603569974579386}, "when": {"his - man": 0.09259149541439993, "his": 0.29250077222455345, "man": 0.19990927681015352}, "whenever": {"his - man": -0.03425962230109891, "his": 0.22892208425868055, "man": 0.26318170655977946}, "where": {"his - man": -0.014231892259174261, "his": 0.25236021642222545, "man": 0.2665921086813997}, "which": {"his - man": 0.048607396912326295, "his": 0.19997521588075592, "man": 0.15136781896842963}, "while": {"his - man": 0.002232592611169093, "his": 0.25815097721692787, "man": 0.2559183846057588}, "white": {"his - man": -0.11929929407123147, "his": 0.30351624404361405, "man": 0.4228155381148455}, "whites": {"his - man": -0.04244687812656062, "his": 0.15021063139393215, "man": 0.19265750952049276}, "who": {"his - man": 0.014148922839638423, "his": 0.26638737234613824, "man": 0.2522384495064998}, "whut": {"his - man": -0.03267668712265842, "his": 0.30453572399984596, "man": 0.3372124111225044}, "why": {"his - man": 0.07309474539934627, "his": 0.2168528674150035, "man": 0.14375812201565724}, "wiggers": {"his - man": -0.11904444080269291, "his": 0.23210167471132323, "man": 0.35114611551401614}, "will": {"his - man": 0.03722959934535755, "his": 0.26732442027151193, "man": 0.23009482092615438}, "wisdom": {"his - man": 0.014879815497454263, "his": 0.3191778826515773, "man": 0.30429806715412305}, "with": {"his - man": -0.016473073709126984, "his": 0.325219590510501, "man": 0.34169266421962796}, "within": {"his - man": -0.12143776141620857, "his": 0.19785645997082776, "man": 0.31929422138703634}, "woman": {"his - man": -0.2488266344592379, "his": 0.14572884904687508, "man": 0.39455548350611297}, "women": {"his - man": -0.17131516767068958, "his": 0.13769156458663143, "man": 0.309006732257321}, "won": {"his - man": 0.01509404164978878, "his": 0.2965002677772839, "man": 0.2814062261274951}, "wonder": {"his - man": 0.017377696582311614, "his": 0.2520262879691483, "man": 0.23464859138683666}, "words": {"his - man": -0.03491758833824718, "his": 0.19012215114475436, "man": 0.22503973948300154}, "wore": {"his - man": -0.03357922445083361, "his": 0.26377577301256167, "man": 0.2973549974633953}, "work": {"his - man": -0.04119069153167529, "his": 0.2182660623459615, "man": 0.2594567538776368}, "world": {"his - man": -0.03940574217739021, "his": 0.16194681370781266, "man": 0.20135255588520287}, "would": {"his - man": 0.04272110260609285, "his": 0.23308198700928107, "man": 0.1903608844031882}, "wrench": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}, "www": {"his - man": -0.09978254253384883, "his": 0.17198894201626708, "man": 0.2717714845501159}, "x202a": {"his - man": -0.03461150664662879, "his": 0.20894494083424908, "man": 0.24355644748087787}, "y": {"his - man": -0.12006726912741525, "his": 0.2179406345215041, "man": 0.33800790364891936}, "year": {"his - man": -0.023391775123446146, "his": 0.2757693120222502, "man": 0.29916108714569634}, "years": {"his - man": 0.017753076043113825, "his": 0.20134491486153425, "man": 0.18359183881842042}, "yes": {"his - man": 0.01591402242644485, "his": 0.17971714142422196, "man": 0.1638031189977771}, "yet": {"his - man": 0.01576048241455466, "his": 0.20773182332245854, "man": 0.19197134090790388}, "york": {"his - man": 0.015574338633976448, "his": 0.23652169189371056, "man": 0.2209473532597341}, "you": {"his - man": -0.042479419244268624, "his": 0.19528181166788908, "man": 0.2377612309121577}, "your": {"his - man": 0.005672275221830003, "his": 0.23840911598728143, "man": 0.23273684076545142}, "youtube": {"his - man": -0.13237290038690022, "his": 0.18256733858094085, "man": 0.31494023896784107}, "zealot": {"his - man": -0.03210484695238697, "his": 0.328008702747323, "man": 0.36011354969971}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-his-she.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-his-she.json new file mode 100644 index 0000000000000000000000000000000000000000..f9e3f5f3522bbcd9f47f998ae1794f79cfd447f1 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-his-she.json @@ -0,0 +1 @@ +{"1": {"his - she": 0.0473737264542045, "his": 0.16774406187836782, "she": 0.12037033542416332}, "10": {"his - she": -0.057429454751695086, "his": 0.1598308514990346, "she": 0.21726030625072967}, "12": {"his - she": -0.005438655148398142, "his": 0.18870082983750203, "she": 0.19413948498590017}, "15": {"his - she": -0.05713454484426972, "his": 0.18870082983750203, "she": 0.24583537468177175}, "18": {"his - she": -0.005619718934448237, "his": 0.20497973971832978, "she": 0.21059945865277802}, "2": {"his - she": -0.039274070883926454, "his": 0.16458793647371958, "she": 0.20386200735764604}, "21": {"his - she": -0.005661990250867083, "his": 0.20894494083424908, "she": 0.21460693108511616}, "27": {"his - she": -0.0060356329159944044, "his": 0.247498745798785, "she": 0.2535343787147794}, "6": {"his - she": 0.04601160930397935, "his": 0.21093022551929128, "she": 0.16491861621531193}, "7": {"his - she": -0.05727768289107765, "his": 0.17621459955452276, "she": 0.2334922824456004}, "9": {"his - she": -0.0052781940146423845, "his": 0.17510804279467734, "she": 0.18038623680931973}, "a": {"his - she": 0.005005313118763677, "his": 0.3591611537130147, "she": 0.35415584059425104}, "about": {"his - she": 0.011491590943864816, "his": 0.28406015834045806, "she": 0.27256856739659324}, "above": {"his - she": 0.04495872320014438, "his": 0.24201231520400873, "she": 0.19705359200386435}, "accept": {"his - she": 0.04375513061068631, "his": 0.2755283542956069, "she": 0.2317732236849206}, "actually": {"his - she": -0.006079350338785844, "his": 0.19034576660694466, "she": 0.1964251169457305}, "after": {"his - she": 0.08673806542432075, "his": 0.26626852355760117, "she": 0.17953045813328042}, "again": {"his - she": 0.03647560627672858, "his": 0.26380575034527937, "she": 0.2273301440685508}, "against": {"his - she": 0.01725634461636974, "his": 0.24027730059023164, "she": 0.2230209559738619}, "age": {"his - she": 0.04874572124052651, "his": 0.2844948483281405, "she": 0.23574912708761397}, "ago": {"his - she": -0.04425966276854426, "his": 0.22831137499648457, "she": 0.27257103776502883}, "aim": {"his - she": -0.005960683506927578, "his": 0.23917380972275093, "she": 0.2451344932296785}, "all": {"his - she": 0.12163034748154614, "his": 0.27333533563091367, "she": 0.15170498814936753}, "almost": {"his - she": -0.005201978066188578, "his": 0.1688902510007865, "she": 0.17409222906697508}, "also": {"his - she": 0.08060419385985164, "his": 0.18609694231097504, "she": 0.1054927484511234}, "always": {"his - she": 0.10462549667422098, "his": 0.21826732867318913, "she": 0.11364183199896814}, "am": {"his - she": -0.004179068673297329, "his": 0.09616798588973823, "she": 0.10034705456303555}, "an": {"his - she": 0.052239206051801074, "his": 0.25947791713742946, "she": 0.20723871108562839}, "and": {"his - she": 0.028319837699523065, "his": 0.40019797009833447, "she": 0.3718781323988114}, "announced": {"his - she": -0.006122934731756624, "his": 0.25767118814871676, "she": 0.2637941228804734}, "another": {"his - she": 0.05070178503365008, "his": 0.23586751704660425, "she": 0.18516573201295417}, "answer": {"his - she": -0.005780738489969961, "his": 0.2204656231764001, "she": 0.22624636166637005}, "any": {"his - she": 0.07224628756088469, "his": 0.20927119039742947, "she": 0.13702490283654478}, "anyone": {"his - she": -0.05763711818245, "his": 0.10357675193591827, "she": 0.16121387011836827}, "anything": {"his - she": 0.01743970883004936, "his": 0.2326440728592182, "she": 0.21520436402916884}, "apartment": {"his - she": 0.0436474579049938, "his": 0.2784335940156696, "she": 0.23478613611067578}, "ape": {"his - she": -0.0886966898676532, "his": 0.21324318206475487, "she": 0.30193987193240807}, "apparently": {"his - she": 0.044207628415498246, "his": 0.26315781227125806, "she": 0.21895018385575982}, "arabic": {"his - she": -0.006369362492871566, "his": 0.2900288689065727, "she": 0.29639823139944427}, "are": {"his - she": 0.008813130894253729, "his": 0.19301227325170114, "she": 0.18419914235744742}, "around": {"his - she": 0.03791752160446929, "his": 0.2213527907814962, "she": 0.1834352691770269}, "as": {"his - she": 0.03951521540928363, "his": 0.278088369799106, "she": 0.23857315438982238}, "ask": {"his - she": -0.03903910378283257, "his": 0.23523302644502855, "she": 0.2742721302278611}, "aswell": {"his - she": -0.00622917820041563, "his": 0.2708676106697061, "she": 0.27709678887012174}, "at": {"his - she": 0.05874383402379474, "his": 0.32857452149293975, "she": 0.269830687469145}, "ate": {"his - she": -0.006369362492871566, "his": 0.2900288689065727, "she": 0.29639823139944427}, "attack": {"his - she": 0.07804533730026772, "his": 0.24296395351557964, "she": 0.16491861621531193}, "attacked": {"his - she": -0.05651276049295939, "his": 0.22892208425868055, "she": 0.28543484475163994}, "attacks": {"his - she": -0.005780738489969961, "his": 0.2204656231764001, "she": 0.22624636166637005}, "attention": {"his - she": 0.044497288512999056, "his": 0.25509674716577707, "she": 0.21059945865277802}, "auto": {"his - she": -0.006369362492871566, "his": 0.2900288689065727, "she": 0.29639823139944427}, "away": {"his - she": -0.031598727597556886, "his": 0.22682462679888854, "she": 0.2584233543964454}, "back": {"his - she": -0.03918739012913819, "his": 0.2637132434503512, "she": 0.3029006335794894}, "backpack": {"his - she": -0.006369362492871566, "his": 0.2900288689065727, "she": 0.29639823139944427}, "bad": {"his - she": 0.01721928146827259, "his": 0.24182120059908868, "she": 0.2246019191308161}, "bar": {"his - she": 0.04456244315929822, "his": 0.2532676401438144, "she": 0.2087051969845162}, "be": {"his - she": 0.06002930829673234, "his": 0.28655444318501716, "she": 0.22652513488828482}, "beautiful": {"his - she": -0.13429590111075052, "his": 0.1598308514990346, "she": 0.2941267526097851}, "became": {"his - she": -0.05638771437868942, "his": 0.23550656811297457, "she": 0.291894282491664}, "because": {"his - she": -0.050698307790726815, "his": 0.2546578109969394, "she": 0.3053561187876662}, "become": {"his - she": -0.00505606611943768, "his": 0.15736802636848854, "she": 0.16242409248792622}, "been": {"his - she": 0.1262799015621513, "his": 0.20266868243192862, "she": 0.07638878086977732}, "before": {"his - she": -0.09109372323150958, "his": 0.11840044556624166, "she": 0.20949416879775123}, "behind": {"his - she": 0.08372371116817076, "his": 0.3150469984752759, "she": 0.23132328730710514}, "being": {"his - she": 0.06829909905081777, "his": 0.26487093721212496, "she": 0.1965718381613072}, "best": {"his - she": 0.0463312949440893, "his": 0.20112033331936574, "she": 0.15478903837527644}, "bet": {"his - she": 0.04442947632691385, "his": 0.256994194876314, "she": 0.21256471854940012}, "big": {"his - she": 0.06937243048186464, "his": 0.270055262575982, "she": 0.20068283209411736}, "black": {"his - she": 0.023608950481104563, "his": 0.288330105380994, "she": 0.26472115489988945}, "blacks": {"his - she": 0.03780499323851172, "his": 0.2247427206400196, "she": 0.18693772740150788}, "blanket": {"his - she": -0.006369362492871566, "his": 0.2900288689065727, "she": 0.29639823139944427}, "blond": {"his - she": -0.005780738489969961, "his": 0.2204656231764001, "she": 0.22624636166637005}, "blonde": {"his - she": -0.05638771437868942, "his": 0.23550656811297457, "she": 0.291894282491664}, "blood": {"his - she": 0.10133373671765322, "his": 0.2744408273686447, "she": 0.1731070906509915}, "blue": {"his - she": -0.05735059685364685, "his": 0.1688902510007865, "she": 0.22624084785443335}, "boat": {"his - she": -0.006077431012366852, "his": 0.2523007351700474, "she": 0.25837816618241427}, "books": {"his - she": -0.005541978378490187, "his": 0.19785645997082776, "she": 0.20339843834931795}, "born": {"his - she": -0.0056841265375469074, "his": 0.21104872419857681, "she": 0.21673285073612372}, "both": {"his - she": 0.04589982814716573, "his": 0.21431724033764854, "she": 0.1684174121904828}, "boy": {"his - she": 0.07770595522872109, "his": 0.24984438706455395, "she": 0.17213843183583286}, "bring": {"his - she": -0.08936895984912321, "his": 0.19308271381204514, "she": 0.28245167366116836}, "brother": {"his - she": -0.005391692909484991, "his": 0.18464777836472018, "she": 0.19003947127420517}, "brothers": {"his - she": -0.005265020345172011, "his": 0.17402292867126423, "she": 0.17928794901643624}, "brown": {"his - she": -0.004867515668289968, "his": 0.14314098378995327, "she": 0.14800849945824324}, "burn": {"his - she": -0.05638771437868942, "his": 0.23550656811297457, "she": 0.291894282491664}, "but": {"his - she": -0.09002589096485936, "his": 0.20958788222469482, "she": 0.2996137731895542}, "butchy": {"his - she": -0.006598012628122485, "his": 0.328008702747323, "she": 0.3346067153754455}, "by": {"his - she": 0.06415089823451434, "his": 0.2923643363642307, "she": 0.22821343812971637}, "ca": {"his - she": 0.10293395108540615, "his": 0.2484265064718928, "she": 0.14549255538648664}, "call": {"his - she": 0.12045923111203072, "his": 0.2916449022079351, "she": 0.17118567109590438}, "called": {"his - she": -0.0062833893815701924, "his": 0.2069591160866055, "she": 0.2132425054681757}, "came": {"his - she": -0.0835570271409759, "his": 0.19840474933378888, "she": 0.2819617764747648}, "camera": {"his - she": -0.056234372302110425, "his": 0.24315065278707032, "she": 0.29938502508918075}, "can": {"his - she": 0.033368929248881546, "his": 0.25236826840737503, "she": 0.21899933915849348}, "care": {"his - she": -0.0051317629402380105, "his": 0.1632856492502448, "she": 0.1684174121904828}, "case": {"his - she": 0.07677183937181273, "his": 0.26814439200245765, "she": 0.19137255263064493}, "caught": {"his - she": -0.00671296177520575, "his": 0.24654101721466498, "she": 0.25325397898987073}, "check": {"his - she": 0.078543447467977, "his": 0.23261953976266764, "she": 0.15407609229469063}, "chick": {"his - she": -0.006464413877073805, "his": 0.30453572399984596, "she": 0.31100013787691977}, "child": {"his - she": 0.07827164575544446, "his": 0.2383015742241673, "she": 0.16002992846872285}, "children": {"his - she": 0.017513371336268346, "his": 0.22957992151560164, "she": 0.2120665501793333}, "chosen": {"his - she": -0.006122934731756624, "his": 0.25767118814871676, "she": 0.2637941228804734}, "claims": {"his - she": 0.04412653635217631, "his": 0.2653943149139471, "she": 0.2212677785617708}, "class": {"his - she": -0.007916042337912488, "his": 0.2802466110443367, "she": 0.28816265338224917}, "classmates": {"his - she": -0.006369362492871566, "his": 0.2900288689065727, "she": 0.29639823139944427}, "close": {"his - she": 0.04514913926306563, "his": 0.23652169189371056, "she": 0.19137255263064493}, "coat": {"his - she": -0.00622917820041563, "his": 0.2708676106697061, "she": 0.27709678887012174}, "com": {"his - she": 0.03868060042043406, "his": 0.1979943450564096, "she": 0.15931374463597553}, "come": {"his - she": 0.0705532678446216, "his": 0.24615886893583594, "she": 0.17560560109121434}, "comments": {"his - she": -0.006910304668294565, "his": 0.267737115969142, "she": 0.2746474206374366}, "community": {"his - she": -0.005201978066188578, "his": 0.1688902510007865, "she": 0.17409222906697508}, "complaining": {"his - she": -0.006293391657064384, "his": 0.27936354658501444, "she": 0.28565693824207883}, "complete": {"his - she": -0.005996880541893179, "his": 0.24315065278707032, "she": 0.2491475333289635}, "conslour": {"his - she": -0.006598012628122485, "his": 0.328008702747323, "she": 0.3346067153754455}, "continue": {"his - she": -0.005579814467044336, "his": 0.20129684216159016, "she": 0.2068766566286345}, "coon": {"his - she": -0.005996880541893179, "his": 0.24315065278707032, "she": 0.2491475333289635}, "could": {"his - she": -0.007654097846190477, "his": 0.22620769472568553, "she": 0.233861792571876}, "countries": {"his - she": -0.005154571284456483, "his": 0.16509368648303097, "she": 0.17024825776748745}, "country": {"his - she": 0.0515593182458664, "his": 0.21311478357779634, "she": 0.16155546533192994}, "couple": {"his - she": -0.006265361805956549, "his": 0.20544385431209033, "she": 0.21170921611804688}, "courage": {"his - she": -0.006293391657064384, "his": 0.27936354658501444, "she": 0.28565693824207883}, "crime": {"his - she": 0.12168881403771273, "his": 0.27506022357517823, "she": 0.1533714095374655}, "cussed": {"his - she": -0.006464413877073805, "his": 0.30453572399984596, "she": 0.31100013787691977}, "custody": {"his - she": 0.042584483154155084, "his": 0.30637860603462846, "she": 0.2637941228804734}, "cut": {"his - she": -0.005579814467044336, "his": 0.20129684216159016, "she": 0.2068766566286345}, "d": {"his - she": -0.057612485328015356, "his": 0.12609720455146523, "she": 0.18370968987948058}, "da": {"his - she": -0.005894534401835266, "his": 0.23210167471132323, "she": 0.2379962091131585}, "dad": {"his - she": 0.04385615071660531, "his": 0.2727894261333167, "she": 0.22893327541671138}, "dark": {"his - she": -0.0053051638984129845, "his": 0.17734352886477653, "she": 0.1826486927631895}, "daughter": {"his - she": -0.11244103051840784, "his": 0.21104872419857681, "she": 0.32348975471698466}, "day": {"his - she": 0.00908537221846109, "his": 0.23476002148612027, "she": 0.22567464926765918}, "days": {"his - she": -0.004902502415082027, "his": 0.14572884904687508, "she": 0.1506313514619571}, "dead": {"his - she": 0.04514913926306563, "his": 0.23652169189371056, "she": 0.19137255263064493}, "definitely": {"his - she": -0.0057306790367649685, "his": 0.21553709952500583, "she": 0.2212677785617708}, "did": {"his - she": -0.009007865821300143, "his": 0.2734220462839977, "she": 0.28242991210529783}, "didnt": {"his - she": -0.005780738489969961, "his": 0.2204656231764001, "she": 0.22624636166637005}, "dies": {"his - she": -0.006173066153579154, "his": 0.26377577301256167, "she": 0.2699488391661408}, "different": {"his - she": -0.006238960635621349, "his": 0.2032422725094984, "she": 0.20948123314511974}, "dirty": {"his - she": -0.005407043644960807, "his": 0.18596550898568412, "she": 0.19137255263064493}, "disliked": {"his - she": -0.006464413877073805, "his": 0.30453572399984596, "she": 0.31100013787691977}, "do": {"his - she": -0.018896499300862707, "his": 0.20735568539240734, "she": 0.22625218469327005}, "does": {"his - she": -0.06847429726366375, "his": 0.20535507735811917, "she": 0.2738293746217829}, "dog": {"his - she": 0.01583376987583185, "his": 0.29978111454451695, "she": 0.2839473446686851}, "done": {"his - she": -0.039187317062042454, "his": 0.21093022551929128, "she": 0.25011754258133373}, "dont": {"his - she": -0.027381575758734372, "his": 0.21934888102913866, "she": 0.24673045678787303}, "down": {"his - she": 0.056246360968469244, "his": 0.2698517525336941, "she": 0.21360539156522484}, "dress": {"his - she": -0.005960683506927578, "his": 0.23917380972275093, "she": 0.2451344932296785}, "drop": {"his - she": -0.005996880541893179, "his": 0.24315065278707032, "she": 0.2491475333289635}, "dropped": {"his - she": 0.04175188030820964, "his": 0.32740881855028847, "she": 0.28565693824207883}, "duty": {"his - she": -0.005894534401835266, "his": 0.23210167471132323, "she": 0.2379962091131585}, "e": {"his - she": -0.005265020345172011, "his": 0.17402292867126423, "she": 0.17928794901643624}, "eating": {"his - she": -0.0056841265375469074, "his": 0.21104872419857681, "she": 0.21673285073612372}, "ed": {"his - she": -0.006122934731756624, "his": 0.25767118814871676, "she": 0.2637941228804734}, "either": {"his - she": -0.0052781940146423845, "his": 0.17510804279467734, "she": 0.18038623680931973}, "elected": {"his - she": -0.05560495071515531, "his": 0.2708676106697061, "she": 0.3264725613848614}, "else": {"his - she": 0.026141794704771182, "his": 0.22682462679888854, "she": 0.20068283209411736}, "end": {"his - she": 0.02561253870845487, "his": 0.24629904960135957, "she": 0.2206865108929047}, "ends": {"his - she": -0.005926666327885355, "his": 0.23550656811297457, "she": 0.24143323444085993}, "european": {"his - she": -0.05735059685364685, "his": 0.1688902510007865, "she": 0.22624084785443335}, "even": {"his - she": 0.0544918523724931, "his": 0.2387862019596803, "she": 0.1842943495871872}, "ever": {"his - she": -0.09116465165009359, "his": 0.11347275121817012, "she": 0.2046374028682637}, "every": {"his - she": 0.00891512299396871, "his": 0.24277691556584471, "she": 0.233861792571876}, "evil": {"his - she": -0.005560654174568469, "his": 0.19954848413216753, "she": 0.205109138306736}, "ex": {"his - she": -0.006077431012366852, "his": 0.2523007351700474, "she": 0.25837816618241427}, "eyes": {"his - she": -0.15227858182393167, "his": 0.1321534616435041, "she": 0.2844320434674358}, "face": {"his - she": 0.10095866202790044, "his": 0.2802466110443367, "she": 0.17928794901643624}, "fact": {"his - she": -0.03916639809345887, "his": 0.21519636643502574, "she": 0.2543627645284846}, "family": {"his - she": 0.08562097985228553, "his": 0.2850568427757251, "she": 0.1994358629234396}, "far": {"his - she": 0.07878733389144571, "his": 0.22744114601812673, "she": 0.14865381212668102}, "father": {"his - she": 0.025113807171225105, "his": 0.26443084432619773, "she": 0.23931703715497263}, "favorite": {"his - she": 0.04435877637394062, "his": 0.2589657074590568, "she": 0.21460693108511616}, "feel": {"his - she": 0.026238121898020494, "his": 0.22325370994124302, "she": 0.19701558804322253}, "females": {"his - she": -0.005755230304030828, "his": 0.2179406345215041, "she": 0.22369586482553494}, "few": {"his - she": 0.012910200597231941, "his": 0.21258039336475568, "she": 0.19967019276752374}, "fight": {"his - she": 0.07827164575544446, "his": 0.2383015742241673, "she": 0.16002992846872285}, "find": {"his - she": -0.039253827055279994, "his": 0.1523297915917361, "she": 0.1915836186470161}, "finially": {"his - she": -0.006598012628122485, "his": 0.328008702747323, "she": 0.3346067153754455}, "first": {"his - she": 0.04319300703843551, "his": 0.26586425975928835, "she": 0.22267125272085284}, "for": {"his - she": 0.04180464478240692, "his": 0.3039997629876459, "she": 0.262195118205239}, "forest": {"his - she": -0.0060356329159944044, "his": 0.247498745798785, "she": 0.2535343787147794}, "forgein": {"his - she": -0.006598012628122485, "his": 0.328008702747323, "she": 0.3346067153754455}, "forum": {"his - she": 0.02645576789968701, "his": 0.21515479271860413, "she": 0.18869902481891712}, "fought": {"his - she": 0.0427865634915226, "his": 0.30116472967393687, "she": 0.25837816618241427}, "found": {"his - she": 0.017244093980483488, "his": 0.24078757476375517, "she": 0.2235434807832717}, "friend": {"his - she": 0.04900669108519093, "his": 0.27824177554698243, "she": 0.2292350844617915}, "friends": {"his - she": 0.10319650028709235, "his": 0.24394310558456347, "she": 0.14074660529747113}, "from": {"his - she": -0.01741650815978657, "his": 0.288026555737057, "she": 0.30544306389684356}, "front": {"his - she": 0.13671173239342727, "his": 0.3042347467414359, "she": 0.16752301434800865}, "gang": {"his - she": 0.044041251143607074, "his": 0.267737115969142, "she": 0.22369586482553494}, "garbage": {"his - she": -0.005755230304030828, "his": 0.2179406345215041, "she": 0.22369586482553494}, "gather": {"his - she": -0.006464413877073805, "his": 0.30453572399984596, "she": 0.31100013787691977}, "german": {"his - she": -0.05739314007509119, "his": 0.1641825735674944, "she": 0.2215757136425856}, "get": {"his - she": -0.009944374633593933, "his": 0.2654685903562848, "she": 0.2754129649898787}, "gets": {"his - she": -0.03151547079914574, "his": 0.2556261991712884, "she": 0.28714166997043417}, "getting": {"his - she": -0.006330080731438398, "his": 0.21093022551929128, "she": 0.21726030625072967}, "gf": {"his - she": -0.006369362492871566, "his": 0.2900288689065727, "she": 0.29639823139944427}, "girlfriend": {"his - she": -0.0559189555672609, "his": 0.25767118814871676, "she": 0.31359014371597765}, "girls": {"his - she": -0.00510950447016309, "his": 0.1615325247909105, "she": 0.16664202926107358}, "give": {"his - she": 0.026253611461322185, "his": 0.2226787284070527, "she": 0.1964251169457305}, "go": {"his - she": -0.02279718215104609, "his": 0.21536915166706871, "she": 0.2381663338181148}, "gods": {"his - she": -0.005661990250867083, "his": 0.20894494083424908, "she": 0.21460693108511616}, "goes": {"his - she": -0.13384030972156338, "his": 0.1688902510007865, "she": 0.3027305607223499}, "going": {"his - she": 0.054288273273361054, "his": 0.24366434884710184, "she": 0.18937607557374078}, "gone": {"his - she": 0.025113807171225105, "his": 0.26443084432619773, "she": 0.23931703715497263}, "gonna": {"his - she": -0.056819264000519704, "his": 0.21104872419857681, "she": 0.2678679881990965}, "good": {"his - she": 0.0316633956823609, "his": 0.24287033552033513, "she": 0.21120693983797423}, "got": {"his - she": 0.012921092083230334, "his": 0.289157792911691, "she": 0.2762367008284607}, "grass": {"his - she": -0.006077431012366852, "his": 0.2523007351700474, "she": 0.25837816618241427}, "great": {"his - she": -0.11647657390736647, "his": 0.09897113141145199, "she": 0.21544770531881846}, "groid": {"his - she": -0.0058072997442313035, "his": 0.22312597567248008, "she": 0.22893327541671138}, "ground": {"his - she": -0.005579814467044336, "his": 0.20129684216159016, "she": 0.2068766566286345}, "group": {"his - she": -0.0575719291121819, "his": 0.1371149144550645, "she": 0.1946868435672464}, "guidance": {"his - she": -0.006464413877073805, "his": 0.30453572399984596, "she": 0.31100013787691977}, "guy": {"his - she": 0.06954905490505539, "his": 0.2665646429482779, "she": 0.19701558804322253}, "had": {"his - she": -0.027641106196403142, "his": 0.28006212372014855, "she": 0.3077032299165517}, "hair": {"his - she": -0.15174119001727635, "his": 0.14251091117726492, "she": 0.29425210119454126}, "hall": {"his - she": -0.005996880541893179, "his": 0.24315065278707032, "she": 0.2491475333289635}, "handed": {"his - she": -0.006122934731756624, "his": 0.25767118814871676, "she": 0.2637941228804734}, "hands": {"his - she": 0.04809600287243604, "his": 0.29978111454451695, "she": 0.2516851116720809}, "happened": {"his - she": 0.04519355517082338, "his": 0.23523302644502855, "she": 0.19003947127420517}, "hard": {"his - she": -0.005045729978135155, "his": 0.1565695897543766, "she": 0.16161531973251175}, "hardly": {"his - she": -0.005926666327885355, "his": 0.23550656811297457, "she": 0.24143323444085993}, "has": {"his - she": 0.012155587407305324, "his": 0.30935116730832835, "she": 0.297195579901023}, "hate": {"his - she": -0.06400826189034178, "his": 0.18533482118386033, "she": 0.2493430830742021}, "hated": {"his - she": -0.05614323586966685, "his": 0.247498745798785, "she": 0.30364198166845185}, "hates": {"his - she": -0.0060356329159944044, "his": 0.247498745798785, "she": 0.2535343787147794}, "have": {"his - she": 0.14139449625339034, "his": 0.2544106359034107, "she": 0.11301613965002033}, "he": {"his - she": 0.21602468578354284, "his": 0.43106342921291674, "she": 0.2150387434293739}, "head": {"his - she": 0.04888034010799008, "his": 0.281277606093537, "she": 0.23239726598554694}, "heard": {"his - she": -0.02741231005298722, "his": 0.24448548535852616, "she": 0.2718977954115134}, "hell": {"his - she": 0.04639728099882576, "his": 0.19907206750783152, "she": 0.15267478650900576}, "help": {"his - she": 0.10240904667291337, "his": 0.2571980850481898, "she": 0.15478903837527644}, "her": {"his - she": -0.25192725082116063, "his": 0.24955203845235488, "she": 0.5014792892735155}, "here": {"his - she": -0.11794867535457033, "his": 0.09438397101439945, "she": 0.21233264636896979}, "heritage": {"his - she": -0.05691236720234677, "his": 0.20497973971832978, "she": 0.26189210692067655}, "hey": {"his - she": 0.0463312949440893, "his": 0.20112033331936574, "she": 0.15478903837527644}, "high": {"his - she": -0.05753834436177738, "his": 0.143777660422248, "she": 0.20131600478402537}, "highest": {"his - she": -0.006293391657064384, "his": 0.27936354658501444, "she": 0.28565693824207883}, "him": {"his - she": 0.20344219650617834, "his": 0.42858690022736673, "she": 0.2251447037211884}, "his": {"his - she": 0.5268111882322938, "his": 0.6744681055708819, "she": 0.1476569173385881}, "history": {"his - she": 0.02563584355968418, "his": 0.24544663585991944, "she": 0.21981079230023526}, "holocaust": {"his - she": -0.005471582683899939, "his": 0.1915820093199644, "she": 0.19705359200386435}, "home": {"his - she": 0.08734011583744225, "his": 0.25573918960059444, "she": 0.1683990737631522}, "hope": {"his - she": -0.03946499343817622, "his": 0.23541494365921584, "she": 0.27487993709739206}, "hoping": {"his - she": -0.056852168599282216, "his": 0.20894494083424908, "she": 0.2657971094335313}, "house": {"his - she": 0.17596610660350537, "his": 0.321458661989992, "she": 0.14549255538648664}, "how": {"his - she": -0.008620663569709391, "his": 0.2410993172149953, "she": 0.2497199807847047}, "http": {"his - she": -0.039196146091310835, "his": 0.13542813503892337, "she": 0.1746242811302342}, "https": {"his - she": -0.004608877501836736, "his": 0.1246697619321303, "she": 0.12927863943396703}, "huffed": {"his - she": -0.006598012628122485, "his": 0.328008702747323, "she": 0.3346067153754455}, "i": {"his - she": 0.001952183997576462, "his": 0.31785959313002926, "she": 0.3159074091324528}, "id": {"his - she": -0.005523758333310758, "his": 0.19621702246299408, "she": 0.20174078079630484}, "if": {"his - she": -0.03017478486961933, "his": 0.26601756368157403, "she": 0.29619234855119336}, "igger": {"his - she": -0.006464413877073805, "his": 0.30453572399984596, "she": 0.31100013787691977}, "im": {"his - she": -0.004498850410140989, "his": 0.11713300039463724, "she": 0.12163185080477823}, "in": {"his - she": 0.04021869667549405, "his": 0.35616586952235174, "she": 0.3159471728468577}, "information": {"his - she": -0.005347301633913504, "his": 0.18087483562752185, "she": 0.18622213726143536}, "ing": {"his - she": -0.005864051851995233, "his": 0.22892208425868055, "she": 0.23478613611067578}, "instead": {"his - she": -0.005471582683899939, "his": 0.1915820093199644, "she": 0.19705359200386435}, "into": {"his - she": 0.12679897819096134, "his": 0.27819190931038756, "she": 0.15139293111942623}, "iq": {"his - she": -0.0060356329159944044, "his": 0.247498745798785, "she": 0.2535343787147794}, "ireland": {"his - she": -0.057632830785476236, "his": 0.11630161473559625, "she": 0.17393444552107248}, "is": {"his - she": -0.0619599839032014, "his": 0.2995798051629441, "she": 0.3615397890661455}, "it": {"his - she": 0.016319761049576165, "his": 0.28690537789376824, "she": 0.2705856168441921}, "its": {"his - she": 0.04809922824584645, "his": 0.14307962047641287, "she": 0.09498039223056642}, "jew": {"his - she": 0.050324336099240835, "his": 0.24558519274303564, "she": 0.1952608566437948}, "jewish": {"his - she": 0.046191144965234604, "his": 0.20544385431209033, "she": 0.15925270934685573}, "job": {"his - she": -0.00525204408774349, "his": 0.1729583851784586, "she": 0.1782104292662021}, "jumped": {"his - she": -0.0060356329159944044, "his": 0.247498745798785, "she": 0.2535343787147794}, "just": {"his - she": -0.051279488045516464, "his": 0.22554053213823566, "she": 0.2768200201837521}, "kicked": {"his - she": -0.007211537681349189, "his": 0.30637860603462846, "she": 0.31359014371597765}, "kid": {"his - she": 0.16302351978570537, "his": 0.3279421360010173, "she": 0.16491861621531193}, "kids": {"his - she": -0.022916827682351926, "his": 0.2371465866603627, "she": 0.2600634143427146}, "killed": {"his - she": 0.13486146322817366, "his": 0.32490093450237884, "she": 0.19003947127420517}, "kind": {"his - she": 0.045780181167089984, "his": 0.21791861300292284, "she": 0.17213843183583286}, "knife": {"his - she": -0.005894534401835266, "his": 0.23210167471132323, "she": 0.2379962091131585}, "know": {"his - she": 0.006813780627816374, "his": 0.22800001006868506, "she": 0.2211862294408687}, "lady": {"his - she": -0.08891676405069224, "his": 0.20692418111597152, "she": 0.29584094516666376}, "large": {"his - she": -0.005560654174568469, "his": 0.19954848413216753, "she": 0.205109138306736}, "last": {"his - she": -0.06434058468420553, "his": 0.15628179989473875, "she": 0.22062238457894429}, "later": {"his - she": 0.11937304329047929, "his": 0.30559518055191465, "she": 0.18622213726143536}, "latin": {"his - she": -0.005996880541893179, "his": 0.24315065278707032, "she": 0.2491475333289635}, "laugh": {"his - she": -0.00550596791274735, "his": 0.19462679288217585, "she": 0.2001327607949232}, "least": {"his - she": -0.006274331530799537, "his": 0.20619655410359347, "she": 0.212470885634393}, "leave": {"his - she": 0.025356705437023813, "his": 0.2556261991712884, "she": 0.2302694937342646}, "let": {"his - she": 0.06782916487660606, "his": 0.2740455184371897, "she": 0.20621635356058365}, "lets": {"his - she": -0.005422692886860675, "his": 0.18731593000687935, "she": 0.19273862289374002}, "light": {"his - she": 0.025515473386987758, "his": 0.24984438706455395, "she": 0.2243289136775662}, "like": {"his - she": -0.036169778573555966, "his": 0.2623956453088337, "she": 0.29856542388238966}, "line": {"his - she": 0.045548077668639414, "his": 0.22483602668507566, "she": 0.17928794901643624}, "little": {"his - she": -0.007378545661045094, "his": 0.22957992151560164, "she": 0.23695846717664673}, "live": {"his - she": -0.004304909363185533, "his": 0.1042612698476412, "she": 0.10856617921082673}, "lived": {"his - she": 0.04821974074867705, "his": 0.29689990007015654, "she": 0.2486801593214795}, "ll": {"his - she": -0.08446992899310199, "his": 0.1594082217913723, "she": 0.24387815078447428}, "lol": {"his - she": -0.0063017783472827105, "his": 0.20851497152436804, "she": 0.21481674987165075}, "london": {"his - she": -0.005154571284456483, "his": 0.16509368648303097, "she": 0.17024825776748745}, "long": {"his - she": 0.026598241988320892, "his": 0.20982988154875556, "she": 0.18323163956043467}, "look": {"his - she": 0.02907846643009257, "his": 0.24578290948408024, "she": 0.21670444305398767}, "looked": {"his - she": -0.057116748390607125, "his": 0.19012215114475436, "she": 0.2472388995353615}, "looking": {"his - she": 0.04761259638529111, "his": 0.1597649247686504, "she": 0.11215232838335928}, "looks": {"his - she": -0.044011734841325145, "his": 0.25391235631548964, "she": 0.2979240911568148}, "love": {"his - she": -0.004842029691180305, "his": 0.14127000020068595, "she": 0.14611202989186625}, "m": {"his - she": 0.009694697689744874, "his": 0.20666394313772374, "she": 0.19696924544797886}, "make": {"his - she": -0.007704312906793798, "his": 0.23017585471730145, "she": 0.23788016762409525}, "makes": {"his - she": -0.057429454751695086, "his": 0.1598308514990346, "she": 0.21726030625072967}, "male": {"his - she": -0.05724041763358115, "his": 0.17967254675902877, "she": 0.23691296439260992}, "man": {"his - she": 0.10178612450278529, "his": 0.3112802933005365, "she": 0.20949416879775123}, "marry": {"his - she": -0.005996880541893179, "his": 0.24315065278707032, "she": 0.2491475333289635}, "matter": {"his - she": -0.05725330323984018, "his": 0.1784958238477738, "she": 0.23574912708761397}, "may": {"his - she": -0.006140121098036022, "his": 0.19517588368598934, "she": 0.20131600478402537}, "maybe": {"his - she": 0.017513371336268346, "his": 0.22957992151560164, "she": 0.2120665501793333}, "me": {"his - she": -0.04456427241337174, "his": 0.19485401508077524, "she": 0.23941828749414698}, "meet": {"his - she": 0.046353574604146186, "his": 0.20042966689883682, "she": 0.15407609229469063}, "met": {"his - she": -0.056852168599282216, "his": 0.20894494083424908, "she": 0.2657971094335313}, "mind": {"his - she": -0.005376627207929224, "his": 0.18336108794222586, "she": 0.18873771515015508}, "mine": {"his - she": 0.045008388713698166, "his": 0.240585485955433, "she": 0.19557709724173483}, "minister": {"his - she": -0.0056841265375469074, "his": 0.21104872419857681, "she": 0.21673285073612372}, "mom": {"his - she": -0.0058072997442313035, "his": 0.22312597567248008, "she": 0.22893327541671138}, "money": {"his - she": -0.004902502415082027, "his": 0.14572884904687508, "she": 0.1506313514619571}, "mongoloid": {"his - she": -0.006464413877073805, "his": 0.30453572399984596, "she": 0.31100013787691977}, "monkey": {"his - she": 0.04340808974993396, "his": 0.2848413241907939, "she": 0.24143323444085993}, "monkies": {"his - she": -0.006598012628122485, "his": 0.328008702747323, "she": 0.3346067153754455}, "month": {"his - she": -0.057183607504658535, "his": 0.18464777836472018, "she": 0.24183138586937872}, "more": {"his - she": 0.020197953035020255, "his": 0.22366593842739582, "she": 0.20346798539237557}, "mother": {"his - she": -0.13384030972156338, "his": 0.1688902510007865, "she": 0.3027305607223499}, "mothers": {"his - she": -0.006122934731756624, "his": 0.25767118814871676, "she": 0.2637941228804734}, "mouth": {"his - she": 0.11500874233805322, "his": 0.35644197677891315, "she": 0.24143323444085993}, "move": {"his - she": -0.005154571284456483, "his": 0.16509368648303097, "she": 0.17024825776748745}, "moved": {"his - she": 0.04523682975170096, "his": 0.23397454490185604, "she": 0.18873771515015508}, "movement": {"his - she": -0.005579814467044336, "his": 0.20129684216159016, "she": 0.2068766566286345}, "movie": {"his - she": -0.0055994909947195415, "his": 0.20310570598979666, "she": 0.2087051969845162}, "much": {"his - she": -0.057637703137940435, "his": 0.10460617611497768, "she": 0.1622438792529181}, "must": {"his - she": -0.09068230194261351, "his": 0.14188729691494545, "she": 0.23256959885755896}, "my": {"his - she": -0.0802911533592946, "his": 0.2266702213276937, "she": 0.3069613746869883}, "myself": {"his - she": -0.0052781940146423845, "his": 0.17510804279467734, "she": 0.18038623680931973}, "n": {"his - she": -0.05794478057197608, "his": 0.24520688013586803, "she": 0.3031516607078441}, "name": {"his - she": 0.028979395855802337, "his": 0.32090510865909233, "she": 0.29192571280329}, "nation": {"his - she": 0.045984344592639614, "his": 0.21175837615553098, "she": 0.16577403156289136}, "nazi": {"his - she": -0.005780738489969961, "his": 0.2204656231764001, "she": 0.22624636166637005}, "need": {"his - she": 0.14149379336114673, "his": 0.24277691556584471, "she": 0.10128312220469798}, "needed": {"his - she": -0.05645319101993587, "his": 0.23210167471132323, "she": 0.2885548657312591}, "neevr": {"his - she": -0.006598012628122485, "his": 0.328008702747323, "she": 0.3346067153754455}, "negro": {"his - she": 0.12392002488493303, "his": 0.3136659915944859, "she": 0.18974596670955285}, "neighbors": {"his - she": -0.0060356329159944044, "his": 0.247498745798785, "she": 0.2535343787147794}, "never": {"his - she": -0.06891983521872766, "his": 0.17852416336106472, "she": 0.24744399857979238}, "new": {"his - she": 0.027889321548997315, "his": 0.16070294808251254, "she": 0.13281362653351522}, "news": {"his - she": 0.029087974900168845, "his": 0.2454760284392355, "she": 0.21638805353906665}, "next": {"his - she": -0.031602320802735756, "his": 0.2238342516966281, "she": 0.25543657249936386}, "nigeria": {"his - she": -0.056234372302110425, "his": 0.24315065278707032, "she": 0.29938502508918075}, "no": {"his - she": -0.031499011383222975, "his": 0.2210277109663506, "she": 0.2525267223495736}, "non": {"his - she": -0.039272542381743714, "his": 0.16306564819133174, "she": 0.20233819057307545}, "nor": {"his - she": -0.0058072997442313035, "his": 0.22312597567248008, "she": 0.22893327541671138}, "nose": {"his - she": -0.05638771437868942, "his": 0.23550656811297457, "she": 0.291894282491664}, "not": {"his - she": -0.05608170430863549, "his": 0.22070280954752822, "she": 0.2767845138561637}, "nothing": {"his - she": 0.07956886635380706, "his": 0.2102954936560129, "she": 0.13072662730220586}, "now": {"his - she": -0.02466025523537496, "his": 0.21429653138125265, "she": 0.23895678661662761}, "obviously": {"his - she": -0.05651276049295939, "his": 0.22892208425868055, "she": 0.28543484475163994}, "of": {"his - she": 0.08028366005660381, "his": 0.35497421731514467, "she": 0.27469055725854086}, "off": {"his - she": -0.07203525038594738, "his": 0.21862583427196303, "she": 0.2906610846579104}, "often": {"his - she": -0.005661990250867083, "his": 0.20894494083424908, "she": 0.21460693108511616}, "ohhh": {"his - she": -0.006598012628122485, "his": 0.328008702747323, "she": 0.3346067153754455}, "old": {"his - she": -0.05870185154103438, "his": 0.23424097453464174, "she": 0.2929428260756761}, "on": {"his - she": 0.07386149195880803, "his": 0.33490256523603595, "she": 0.2610410732772279}, "once": {"his - she": 0.026091285268712766, "his": 0.2286937518100318, "she": 0.20260246654131903}, "one": {"his - she": 0.02977306207854616, "his": 0.2599368441159266, "she": 0.23016378203738044}, "online": {"his - she": -0.005347301633913504, "his": 0.18087483562752185, "she": 0.18622213726143536}, "only": {"his - she": 0.06020612726503907, "his": 0.2902716911457167, "she": 0.23006556388067764}, "onto": {"his - she": -0.005926666327885355, "his": 0.23550656811297457, "she": 0.24143323444085993}, "open": {"his - she": -0.0051779637418749025, "his": 0.16696046809395795, "she": 0.17213843183583286}, "or": {"his - she": -0.0028566117744551756, "his": 0.25912952633175407, "she": 0.26198613810620924}, "org": {"his - she": 0.046866160047545735, "his": 0.18427477224550154, "she": 0.1374086121979558}, "other": {"his - she": 0.01613782113701992, "his": 0.25922589027918364, "she": 0.24308806914216372}, "others": {"his - she": 0.045748905055316896, "his": 0.2188559957063084, "she": 0.1731070906509915}, "our": {"his - she": 0.09575250096056176, "his": 0.2330455893417062, "she": 0.13729308838114443}, "out": {"his - she": -0.045650852454937496, "his": 0.25591690999021677, "she": 0.30156776244515426}, "over": {"his - she": 0.1026148331988361, "his": 0.25400776431826233, "she": 0.15139293111942623}, "own": {"his - she": 0.06731605345876768, "his": 0.28793843803771196, "she": 0.22062238457894429}, "packi": {"his - she": -0.006598012628122485, "his": 0.328008702747323, "she": 0.3346067153754455}, "parents": {"his - she": 0.045928469220553464, "his": 0.2134514835685621, "she": 0.16752301434800865}, "part": {"his - she": 0.07890046112622118, "his": 0.22501249101808743, "she": 0.14611202989186625}, "patch": {"his - she": -0.006464413877073805, "his": 0.30453572399984596, "she": 0.31100013787691977}, "people": {"his - she": 0.030149208264556387, "his": 0.24909772733582064, "she": 0.21894851907126425}, "person": {"his - she": 0.017244093980483488, "his": 0.24078757476375517, "she": 0.2235434807832717}, "personally": {"his - she": -0.05603929291502008, "his": 0.2523007351700474, "she": 0.3083400280850675}, "picture": {"his - she": -0.05734121984595006, "his": 0.1698802305350312, "she": 0.22722145038098127}, "pictures": {"his - she": -0.0052781940146423845, "his": 0.17510804279467734, "she": 0.18038623680931973}, "place": {"his - she": -0.06405768724615318, "his": 0.1817015799134404, "she": 0.2457592671595936}, "play": {"his - she": -0.005488583293129234, "his": 0.19308271381204514, "she": 0.19857129710517438}, "pm": {"his - she": 0.0463312949440893, "his": 0.20112033331936574, "she": 0.15478903837527644}, "point": {"his - she": -0.006349458516342027, "his": 0.21259866543452957, "she": 0.2189481239508716}, "police": {"his - she": 0.04630872089707372, "his": 0.20181918026196513, "she": 0.1555104593648914}, "possibly": {"his - she": -0.0060356329159944044, "his": 0.247498745798785, "she": 0.2535343787147794}, "post": {"his - she": 0.0473737264542045, "his": 0.16774406187836782, "she": 0.12037033542416332}, "pray": {"his - she": -0.005894534401835266, "his": 0.23210167471132323, "she": 0.2379962091131585}, "pride": {"his - she": 0.04561769704451457, "his": 0.2227705487122938, "she": 0.17715285166777922}, "principal": {"his - she": -0.006369362492871566, "his": 0.2900288689065727, "she": 0.29639823139944427}, "probably": {"his - she": -0.05750644032486063, "his": 0.1491280997867173, "she": 0.20663454011157792}, "protect": {"his - she": 0.0746684003308346, "his": 0.3064416240157552, "she": 0.2317732236849206}, "public": {"his - she": 0.07837723768968621, "his": 0.23610505440363108, "she": 0.15772781671394487}, "pulled": {"his - she": -0.00622917820041563, "his": 0.2708676106697061, "she": 0.27709678887012174}, "punk": {"his - she": -0.00622917820041563, "his": 0.2708676106697061, "she": 0.27709678887012174}, "put": {"his - she": -0.031601179101332894, "his": 0.20323161187649555, "she": 0.23483279097782844}, "race": {"his - she": -0.03920703876634779, "his": 0.13797235897441942, "she": 0.1771793977407672}, "racist": {"his - she": 0.04648147804423941, "his": 0.19644655573476588, "she": 0.14996507769052647}, "ran": {"his - she": 0.0746684003308346, "his": 0.3064416240157552, "she": 0.2317732236849206}, "rap": {"his - she": -0.005926666327885355, "his": 0.23550656811297457, "she": 0.24143323444085993}, "re": {"his - she": 0.047822224330242, "his": 0.15265033993630092, "she": 0.10482811560605892}, "read": {"his - she": 0.02654789682520603, "his": 0.2117136288381602, "she": 0.18516573201295417}, "reality": {"his - she": -0.0057306790367649685, "his": 0.21553709952500583, "she": 0.2212677785617708}, "really": {"his - she": -0.005836605778652637, "his": 0.17192007920974356, "she": 0.1777566849883962}, "reason": {"his - she": -0.0051779637418749025, "his": 0.16696046809395795, "she": 0.17213843183583286}, "remember": {"his - she": -0.03152811175394188, "his": 0.2526596889379629, "she": 0.2841878006919048}, "rest": {"his - she": 0.07708587625474791, "his": 0.26209144219420166, "she": 0.18500556593945375}, "right": {"his - she": 0.04301585977749245, "his": 0.2703573839704189, "she": 0.22734152419292647}, "rob": {"his - she": -0.006293391657064384, "his": 0.27936354658501444, "she": 0.28565693824207883}, "running": {"his - she": 0.07641104108005733, "his": 0.2749823381852317, "she": 0.19857129710517438}, "s": {"his - she": -0.000570101472549378, "his": 0.2721965516600097, "she": 0.2727666531325591}, "sacrifice": {"his - she": -0.0060356329159944044, "his": 0.247498745798785, "she": 0.2535343787147794}, "safe": {"his - she": -0.0057306790367649685, "his": 0.21553709952500583, "she": 0.2212677785617708}, "saga": {"his - she": -0.006293391657064384, "his": 0.27936354658501444, "she": 0.28565693824207883}, "said": {"his - she": -0.023001922799464836, "his": 0.2633634067274727, "she": 0.28636532952693755}, "same": {"his - she": -0.13669586430936756, "his": 0.09961011548118198, "she": 0.23630597979054954}, "sat": {"his - she": -0.05638771437868942, "his": 0.23550656811297457, "she": 0.291894282491664}, "saw": {"his - she": 0.03681881881586002, "his": 0.25388826148772237, "she": 0.21706944267186234}, "say": {"his - she": -0.022876121535567895, "his": 0.22877916201316295, "she": 0.25165528354873085}, "says": {"his - she": -0.09988342509307835, "his": 0.20544385431209033, "she": 0.3053272794051687}, "school": {"his - she": -0.048020389462622465, "his": 0.2226206921143972, "she": 0.27064108157701966}, "scum": {"his - she": -0.005391692909484991, "his": 0.18464777836472018, "she": 0.19003947127420517}, "second": {"his - she": -0.0055994909947195415, "his": 0.20310570598979666, "she": 0.2087051969845162}, "see": {"his - she": -0.008852594075425796, "his": 0.24189133701520812, "she": 0.2507439310906339}, "set": {"his - she": 0.07677183937181273, "his": 0.26814439200245765, "she": 0.19137255263064493}, "shall": {"his - she": 0.044041251143607074, "his": 0.267737115969142, "she": 0.22369586482553494}, "she": {"his - she": -0.5258371754737567, "his": 0.14420485790664928, "she": 0.670042033380406}, "shift": {"his - she": -0.00622917820041563, "his": 0.2708676106697061, "she": 0.27709678887012174}, "shot": {"his - she": 0.06722997351623283, "his": 0.3103634126773638, "she": 0.24313343916113095}, "should": {"his - she": 0.10446282754454198, "his": 0.27400311535529304, "she": 0.16954028781075106}, "show": {"his - she": -0.05763777669579599, "his": 0.1107612970673562, "she": 0.1683990737631522}, "since": {"his - she": 0.04671174248594201, "his": 0.1891961455165114, "she": 0.1424844030305694}, "singer": {"his - she": -0.0559189555672609, "his": 0.25767118814871676, "she": 0.31359014371597765}, "sister": {"his - she": -0.0820524166855236, "his": 0.24498750961626314, "she": 0.32703992630178674}, "site": {"his - she": -0.004715551197655349, "his": 0.1321534616435041, "she": 0.13686901284115946}, "skin": {"his - she": -0.05744249275919702, "his": 0.15817749120575172, "she": 0.21561998396494875}, "small": {"his - she": -0.05745477112563982, "his": 0.1565695897543766, "she": 0.21402436088001642}, "smashed": {"his - she": -0.006293391657064384, "his": 0.27936354658501444, "she": 0.28565693824207883}, "so": {"his - she": 0.02449061796947344, "his": 0.2879283493028594, "she": 0.26343773133338594}, "social": {"his - she": 0.04474388736455345, "his": 0.2481423257138714, "she": 0.20339843834931795}, "solicited": {"his - she": -0.006598012628122485, "his": 0.328008702747323, "she": 0.3346067153754455}, "some": {"his - she": -0.033493998559765537, "his": 0.20916337421193446, "she": 0.2426573727717}, "something": {"his - she": -0.10109433736945, "his": 0.17106279875256636, "she": 0.27215713612201636}, "son": {"his - she": -0.006585203778567306, "his": 0.23397454490185604, "she": 0.24055974868042335}, "soon": {"his - she": 0.07830736484105555, "his": 0.23756007418791128, "she": 0.15925270934685573}, "sorry": {"his - she": -0.17682000194619035, "his": 0.1698802305350312, "she": 0.34670023248122156}, "sort": {"his - she": -0.005579814467044336, "his": 0.20129684216159016, "she": 0.2068766566286345}, "sounds": {"his - she": -0.05703695652687665, "his": 0.19621702246299408, "she": 0.25325397898987073}, "south": {"his - she": -0.005045729978135155, "his": 0.1565695897543766, "she": 0.16161531973251175}, "speak": {"his - she": -0.05734121984595006, "his": 0.1698802305350312, "she": 0.22722145038098127}, "speaking": {"his - she": -0.05666378286399973, "his": 0.2204656231764001, "she": 0.2771294060403998}, "start": {"his - she": -0.05760818448105945, "his": 0.12755754753189472, "she": 0.18516573201295417}, "started": {"his - she": -0.005291572558763918, "his": 0.17621459955452276, "she": 0.18150617211328668}, "state": {"his - she": -0.006359308731673147, "his": 0.2134514835685621, "she": 0.21981079230023526}, "statement": {"his - she": 0.0427865634915226, "his": 0.30116472967393687, "she": 0.25837816618241427}, "still": {"his - she": 0.0469462941158601, "his": 0.1817015799134404, "she": 0.1347552857975803}, "stood": {"his - she": 0.04296588906250448, "his": 0.2965002677772839, "she": 0.2535343787147794}, "stories": {"his - she": 0.044207628415498246, "his": 0.26315781227125806, "she": 0.21895018385575982}, "stormed": {"his - she": -0.05510281775556153, "his": 0.2900288689065727, "she": 0.34513168666213423}, "stormfront": {"his - she": -0.05763227020343237, "his": 0.11671597490103322, "she": 0.1743482451044656}, "story": {"his - she": 0.07869879019951465, "his": 0.22933014166147175, "she": 0.1506313514619571}, "straw": {"his - she": -0.006464413877073805, "his": 0.30453572399984596, "she": 0.31100013787691977}, "street": {"his - she": -0.0066117472674203925, "his": 0.23652169189371056, "she": 0.24313343916113095}, "student": {"his - she": -0.005661990250867083, "his": 0.20894494083424908, "she": 0.21460693108511616}, "students": {"his - she": 0.04565146277038554, "his": 0.22176590237330826, "she": 0.17611443960292272}, "stuff": {"his - she": -0.005189890660342589, "his": 0.1679171999906489, "she": 0.1731070906509915}, "stupid": {"his - she": -0.11472701250415662, "his": 0.1589983168496648, "she": 0.27372532935382143}, "substitute": {"his - she": -0.006464413877073805, "his": 0.30453572399984596, "she": 0.31100013787691977}, "such": {"his - she": -0.004784856562545375, "his": 0.1371149144550645, "she": 0.14189977101760987}, "suited": {"his - she": -0.006369362492871566, "his": 0.2900288689065727, "she": 0.29639823139944427}, "support": {"his - she": 0.025725581464098618, "his": 0.24215997050590482, "she": 0.2164343890418062}, "suspect": {"his - she": 0.04385615071660531, "his": 0.2727894261333167, "she": 0.22893327541671138}, "t": {"his - she": -0.03706851773540287, "his": 0.2568596642837913, "she": 0.2939281820191942}, "take": {"his - she": -0.057637377166706916, "his": 0.1115246285774332, "she": 0.16916200574414011}, "taken": {"his - she": 0.04523682975170096, "his": 0.23397454490185604, "she": 0.18873771515015508}, "talk": {"his - she": 0.05062771312500808, "his": 0.2377882415371107, "she": 0.18716052841210262}, "talkin": {"his - she": -0.006464413877073805, "his": 0.30453572399984596, "she": 0.31100013787691977}, "talks": {"his - she": -0.006122934731756624, "his": 0.25767118814871676, "she": 0.2637941228804734}, "tall": {"his - she": -0.005864051851995233, "his": 0.22892208425868055, "she": 0.23478613611067578}, "taylor": {"his - she": -0.006369362492871566, "his": 0.2900288689065727, "she": 0.29639823139944427}, "teach": {"his - she": -0.057213125436811535, "his": 0.1821039117181611, "she": 0.23931703715497263}, "teacher": {"his - she": -0.021739905235254597, "his": 0.32227595579406726, "she": 0.34401586102932186}, "teachers": {"his - she": -0.005098571591164058, "his": 0.1606754599717273, "she": 0.16577403156289136}, "teeth": {"his - she": -0.005996880541893179, "his": 0.24315065278707032, "she": 0.2491475333289635}, "telling": {"his - she": -0.006778056083512951, "his": 0.2532676401438144, "she": 0.26004569622732737}, "than": {"his - she": 0.052294881343275895, "his": 0.1927744571169785, "she": 0.1404795757737026}, "thank": {"his - she": 0.026535058141016143, "his": 0.2121936383714249, "she": 0.18565858023040877}, "that": {"his - she": 0.0644041680270604, "his": 0.3312133149053964, "she": 0.266809146878336}, "thats": {"his - she": -0.05722703433614626, "his": 0.18087483562752185, "she": 0.2381018699636681}, "the": {"his - she": 0.04064865508130844, "his": 0.36753658571099995, "she": 0.3268879306296915}, "their": {"his - she": 0.025605180676468386, "his": 0.17612810636653561, "she": 0.15052292569006723}, "them": {"his - she": -0.02683372355765784, "his": 0.13667140499164673, "she": 0.16350512854930457}, "themselves": {"his - she": -0.005045729978135155, "his": 0.1565695897543766, "she": 0.16161531973251175}, "then": {"his - she": 0.0014286267162249011, "his": 0.2716380483951536, "she": 0.2702094216789287}, "there": {"his - she": -0.022270560565522873, "his": 0.1581936312684835, "she": 0.18046419183400636}, "these": {"his - she": 0.15727852705105072, "his": 0.23800315827971247, "she": 0.08072463122866175}, "they": {"his - she": 0.0660580321253923, "his": 0.24457279726564865, "she": 0.17851476514025635}, "thing": {"his - she": -0.1676503504264603, "his": 0.11671597490103322, "she": 0.2843663253274935}, "think": {"his - she": -0.10934020082975243, "his": 0.15916868096239228, "she": 0.2685088817921447}, "thinks": {"his - she": -0.05670678611593247, "his": 0.2179406345215041, "she": 0.2746474206374366}, "this": {"his - she": 0.004628564960426629, "his": 0.27313364880750296, "she": 0.26850508384707633}, "thought": {"his - she": -0.0906172233660453, "his": 0.14507143414714688, "she": 0.23568865751319218}, "thread": {"his - she": 0.047480196121232554, "his": 0.16420401258148132, "she": 0.11672381646024876}, "three": {"his - she": -0.005407043644960807, "his": 0.18596550898568412, "she": 0.19137255263064493}, "thrown": {"his - she": 0.043127151722346546, "his": 0.29227468505131005, "she": 0.2491475333289635}, "time": {"his - she": 0.04836312304741877, "his": 0.25922589027918364, "she": 0.21086276723176486}, "times": {"his - she": -0.006779812296209664, "his": 0.21076461668766278, "she": 0.21754442898387244}, "to": {"his - she": 0.05609779078191668, "his": 0.3667183153448607, "she": 0.31062052456294403}, "today": {"his - she": -0.004893643543379594, "his": 0.14507143414714688, "she": 0.14996507769052647}, "together": {"his - she": 0.02605666823335176, "his": 0.22997346747615804, "she": 0.20391679924280628}, "told": {"his - she": -0.058161585060314935, "his": 0.2643915499212105, "she": 0.32255313498152544}, "too": {"his - she": -0.02289974925683183, "his": 0.2334698086282991, "she": 0.25636955788513094}, "top": {"his - she": 0.04485474882133994, "his": 0.24498750961626314, "she": 0.2001327607949232}, "trash": {"his - she": -0.005755230304030828, "his": 0.2179406345215041, "she": 0.22369586482553494}, "tree": {"his - she": -0.05688314445586115, "his": 0.20692418111597152, "she": 0.2638073255718327}, "try": {"his - she": -0.13555678018333003, "his": 0.13162584665795576, "she": 0.2671826268412858}, "trying": {"his - she": 0.04650189520194972, "his": 0.19580784753465458, "she": 0.14930595233270486}, "turning": {"his - she": -0.08798929936882141, "his": 0.23210167471132323, "she": 0.32009097408014464}, "two": {"his - she": -0.007855742090352585, "his": 0.2426259663731504, "she": 0.250481708463503}, "typical": {"his - she": -0.005780738489969961, "his": 0.2204656231764001, "she": 0.22624636166637005}, "u": {"his - she": -0.005015370730989427, "his": 0.1542373386158663, "she": 0.15925270934685573}, "under": {"his - she": 0.10144907763742339, "his": 0.27263474873332777, "she": 0.17118567109590438}, "uneven": {"his - she": -0.006598012628122485, "his": 0.328008702747323, "she": 0.3346067153754455}, "university": {"his - she": -0.005361834008829058, "his": 0.1821039117181611, "she": 0.18746574572699015}, "until": {"his - she": -0.0904515854372061, "his": 0.15273217120068872, "she": 0.24318375663789482}, "up": {"his - she": 0.09347013997745365, "his": 0.28231103464291585, "she": 0.1888408946654622}, "ur": {"his - she": -0.006173066153579154, "his": 0.26377577301256167, "she": 0.2699488391661408}, "us": {"his - she": 0.05232068814858801, "his": 0.19204581375503313, "she": 0.13972512560644512}, "use": {"his - she": -0.005947926279342652, "his": 0.1802073584516442, "she": 0.18615528473098686}, "used": {"his - she": -0.027408196319800737, "his": 0.25327688838666745, "she": 0.2806850847064682}, "using": {"his - she": 0.0453996109518133, "his": 0.22921441125179787, "she": 0.18381480029998457}, "v": {"his - she": -0.005154571284456483, "his": 0.16509368648303097, "she": 0.17024825776748745}, "values": {"his - she": -0.005835026561153395, "his": 0.2259381971237672, "she": 0.2317732236849206}, "ve": {"his - she": -0.0064030761159815375, "his": 0.18235520667996916, "she": 0.1887582827959507}, "very": {"his - she": -0.007541962129792135, "his": 0.21760256224548213, "she": 0.22514452437527427}, "victim": {"his - she": -0.05651276049295939, "his": 0.22892208425868055, "she": 0.28543484475163994}, "video": {"his - she": 0.054288273273361054, "his": 0.24366434884710184, "she": 0.18937607557374078}, "videos": {"his - she": 0.07751642986481011, "his": 0.25363086946773283, "she": 0.17611443960292272}, "views": {"his - she": -0.005755230304030828, "his": 0.2179406345215041, "she": 0.22369586482553494}, "wanna": {"his - she": 0.0436474579049938, "his": 0.2784335940156696, "she": 0.23478613611067578}, "want": {"his - she": 0.1161880365811779, "his": 0.2544277266220016, "she": 0.13823969004082368}, "wants": {"his - she": -0.006547034841888372, "his": 0.23036592955072155, "she": 0.23691296439260992}, "was": {"his - she": -0.031783173841879564, "his": 0.35146482175455446, "she": 0.383247995596434}, "watch": {"his - she": -0.06876606998655838, "his": 0.1887138134617603, "she": 0.2574798834483187}, "watched": {"his - she": -0.0058072997442313035, "his": 0.22312597567248008, "she": 0.22893327541671138}, "watching": {"his - she": -0.00525204408774349, "his": 0.1729583851784586, "she": 0.1782104292662021}, "way": {"his - she": 0.009051658189178746, "his": 0.23634160508288965, "she": 0.2272899468937109}, "we": {"his - she": 0.0720449170672526, "his": 0.23441033542650905, "she": 0.16236541835925644}, "week": {"his - she": -0.1151279663600415, "his": 0.1477452361499221, "she": 0.2628732025099636}, "weekend": {"his - she": -0.0057306790367649685, "his": 0.21553709952500583, "she": 0.2212677785617708}, "weeks": {"his - she": -0.006399858647652135, "his": 0.2169965628684333, "she": 0.22339642151608544}, "welfare": {"his - she": -0.05670678611593247, "his": 0.2179406345215041, "she": 0.2746474206374366}, "well": {"his - she": -0.051877599570773064, "his": 0.16866982271387923, "she": 0.2205474222846523}, "went": {"his - she": -0.02301651995590548, "his": 0.27252732518074535, "she": 0.29554384513665083}, "were": {"his - she": 0.009383578199284953, "his": 0.22089607585700682, "she": 0.21151249765772187}, "what": {"his - she": 0.07002261915203836, "his": 0.252287398105113, "she": 0.18226477895307466}, "whatever": {"his - she": -0.005579814467044336, "his": 0.20129684216159016, "she": 0.2068766566286345}, "when": {"his - she": 0.021391710024543598, "his": 0.29250077222455345, "she": 0.27110906220000985}, "where": {"his - she": -0.021661168016817556, "his": 0.25236021642222545, "she": 0.274021384439043}, "which": {"his - she": 0.08002008951099562, "his": 0.19997521588075592, "she": 0.1199551263697603}, "while": {"his - she": -0.008031578372683978, "his": 0.25815097721692787, "she": 0.26618255558961185}, "white": {"his - she": 0.026452911455597306, "his": 0.30351624404361405, "she": 0.27706333258801674}, "whites": {"his - she": 0.028159603326140703, "his": 0.15021063139393215, "she": 0.12205102806779144}, "who": {"his - she": 0.07036601764465017, "his": 0.26638737234613824, "she": 0.19602135470148807}, "whut": {"his - she": -0.006464413877073805, "his": 0.30453572399984596, "she": 0.31100013787691977}, "why": {"his - she": 0.01781967398100498, "his": 0.2168528674150035, "she": 0.19903319343399853}, "wigger": {"his - she": -0.006122934731756624, "his": 0.25767118814871676, "she": 0.2637941228804734}, "will": {"his - she": 0.03175240251205619, "his": 0.26732442027151193, "she": 0.23557201775945574}, "william": {"his - she": -0.005661990250867083, "his": 0.20894494083424908, "she": 0.21460693108511616}, "with": {"his - she": 0.07868772917649147, "his": 0.325219590510501, "she": 0.2465318613340095}, "wn": {"his - she": -0.005391692909484991, "his": 0.18464777836472018, "she": 0.19003947127420517}, "woman": {"his - she": -0.09060351110143908, "his": 0.14572884904687508, "she": 0.23633236014831416}, "women": {"his - she": -0.004792838443937963, "his": 0.13769156458663143, "she": 0.1424844030305694}, "won": {"his - she": 0.04296588906250448, "his": 0.2965002677772839, "she": 0.2535343787147794}, "wonder": {"his - she": 0.10272033563644342, "his": 0.2520262879691483, "she": 0.14930595233270486}, "wore": {"his - she": -0.006173066153579154, "his": 0.26377577301256167, "she": 0.2699488391661408}, "work": {"his - she": 0.026372292929115776, "his": 0.2182660623459615, "she": 0.19189376941684572}, "worst": {"his - she": -0.0057306790367649685, "his": 0.21553709952500583, "she": 0.2212677785617708}, "would": {"his - she": -0.008938014178458437, "his": 0.23308198700928107, "she": 0.2420200011877395}, "wrench": {"his - she": -0.006598012628122485, "his": 0.328008702747323, "she": 0.3346067153754455}, "www": {"his - she": -0.006588626679589815, "his": 0.17198894201626708, "she": 0.1785775686958569}, "x202a": {"his - she": -0.056852168599282216, "his": 0.20894494083424908, "she": 0.2657971094335313}, "y": {"his - she": -0.005755230304030828, "his": 0.2179406345215041, "she": 0.22369586482553494}, "yard": {"his - she": 0.043532172915776934, "his": 0.28152838202893543, "she": 0.2379962091131585}, "year": {"his - she": 0.030547951131753792, "his": 0.2757693120222502, "she": 0.2452213608904964}, "years": {"his - she": -0.007015119649820267, "his": 0.20134491486153425, "she": 0.2083600345113545}, "yes": {"his - she": 0.04700780972012064, "his": 0.17971714142422196, "she": 0.13270933170410132}, "yet": {"his - she": -0.006292537557557876, "his": 0.20773182332245854, "she": 0.21402436088001642}, "you": {"his - she": 0.024510711610746305, "his": 0.19528181166788908, "she": 0.17077110005714277}, "your": {"his - she": 0.08040813370049565, "his": 0.23840911598728143, "she": 0.15800098228678577}, "youths": {"his - she": -0.006464413877073805, "his": 0.30453572399984596, "she": 0.31100013787691977}, "youtube": {"his - she": 0.03099756645526283, "his": 0.18256733858094085, "she": 0.15156977212567802}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-his-straight.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-his-straight.json new file mode 100644 index 0000000000000000000000000000000000000000..3c17bc38d0de65561c2b90053276ceafff78c900 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-his-straight.json @@ -0,0 +1 @@ +{"28": {"his - straight": -0.18058599540752712, "his": 0.24315065278707032, "straight": 0.42373664819459744}, "a": {"his - straight": -0.022674942696436218, "his": 0.3591611537130147, "straight": 0.38183609640945093}, "about": {"his - straight": -0.020160571715186815, "his": 0.28406015834045806, "straight": 0.3042207300556449}, "ago": {"his - straight": -0.08541573069017594, "his": 0.22831137499648457, "straight": 0.3137271056866605}, "all": {"his - straight": -0.08937000011742624, "his": 0.27333533563091367, "straight": 0.3627053357483399}, "almost": {"his - straight": -0.1892988450488504, "his": 0.1688902510007865, "straight": 0.3581890960496369}, "an": {"his - straight": -0.06656142947066385, "his": 0.25947791713742946, "straight": 0.3260393466080933}, "and": {"his - straight": -0.02911179114251672, "his": 0.40019797009833447, "straight": 0.4293097612408512}, "any": {"his - straight": -0.06745030871309105, "his": 0.20927119039742947, "straight": 0.2767214991105205}, "anyone": {"his - straight": -0.19540035308177822, "his": 0.10357675193591827, "straight": 0.2989771050176965}, "appreciate": {"his - straight": -0.18156791692853538, "his": 0.23550656811297457, "straight": 0.41707448504150996}, "are": {"his - straight": -0.04351609920888877, "his": 0.19301227325170114, "straight": 0.23652837246058991}, "around": {"his - straight": -0.06699460525220122, "his": 0.2213527907814962, "straight": 0.2883473960336974}, "as": {"his - straight": -0.051363061522987474, "his": 0.278088369799106, "straight": 0.3294514313220935}, "ass": {"his - straight": -0.10325377069645131, "his": 0.29430689701725715, "straight": 0.39756066771370846}, "at": {"his - straight": -0.014696751605927205, "his": 0.32857452149293975, "straight": 0.34327127309886696}, "attention": {"his - straight": -0.13517894622895665, "his": 0.25509674716577707, "straight": 0.3902756933947337}, "band": {"his - straight": -0.1886408038700223, "his": 0.17510804279467734, "straight": 0.36374884666469964}, "be": {"his - straight": 0.08677984855474905, "his": 0.28655444318501716, "straight": 0.19977459463026812}, "became": {"his - straight": -0.18156791692853538, "his": 0.23550656811297457, "straight": 0.41707448504150996}, "black": {"his - straight": -0.03370074374858245, "his": 0.288330105380994, "straight": 0.32203084912957647}, "blonde": {"his - straight": -0.18156791692853538, "his": 0.23550656811297457, "straight": 0.41707448504150996}, "broke": {"his - straight": -0.181099244666584, "his": 0.23917380972275093, "straight": 0.42027305438933493}, "by": {"his - straight": 0.048536602176396326, "his": 0.2923643363642307, "straight": 0.24382773418783438}, "ca": {"his - straight": -0.08435143964532776, "his": 0.2484265064718928, "straight": 0.33277794611722056}, "can": {"his - straight": -0.10678585815345598, "his": 0.25236826840737503, "straight": 0.359154126560831}, "com": {"his - straight": -0.14203513888093447, "his": 0.1979943450564096, "straight": 0.34002948393734406}, "community": {"his - straight": -0.1892988450488504, "his": 0.1688902510007865, "straight": 0.3581890960496369}, "could": {"his - straight": -0.06680619970753632, "his": 0.22620769472568553, "straight": 0.29301389443322184}, "day": {"his - straight": -0.05048388420829894, "his": 0.23476002148612027, "straight": 0.2852439056944192}, "deviant": {"his - straight": -0.1741470299699162, "his": 0.2900288689065727, "straight": 0.4641758988764889}, "did": {"his - straight": -0.023102315822217334, "his": 0.2734220462839977, "straight": 0.296524362106215}, "do": {"his - straight": -0.16539048873624473, "his": 0.20735568539240734, "straight": 0.3727461741286521}, "down": {"his - straight": -0.09596916549982148, "his": 0.2698517525336941, "straight": 0.3658209180335156}, "either": {"his - straight": -0.2573606802392175, "his": 0.17510804279467734, "straight": 0.43246872303389483}, "event": {"his - straight": -0.18572465527396526, "his": 0.20129684216159016, "straight": 0.3870214974355554}, "eyes": {"his - straight": -0.2639621551813708, "his": 0.1321534616435041, "straight": 0.3961156168248749}, "face": {"his - straight": -0.15131384636149364, "his": 0.2802466110443367, "straight": 0.4315604574058303}, "fear": {"his - straight": -0.18630846485324407, "his": 0.19621702246299408, "straight": 0.38252548731623814}, "few": {"his - straight": -0.06732735691073391, "his": 0.21258039336475568, "straight": 0.2799077502754896}, "find": {"his - straight": -0.1435959209338475, "his": 0.1523297915917361, "straight": 0.2959257125255836}, "floor": {"his - straight": -0.07921826330770093, "his": 0.33210207786024837, "straight": 0.4113203411679493}, "for": {"his - straight": -0.016353601121457895, "his": 0.3039997629876459, "straight": 0.3203533641091038}, "force": {"his - straight": -0.18648943521357045, "his": 0.19462679288217585, "straight": 0.3811162280957463}, "forward": {"his - straight": -0.13480852814132965, "his": 0.2589657074590568, "straight": 0.39377423560038644}, "from": {"his - straight": -0.007534840335731763, "his": 0.288026555737057, "straight": 0.29556139607278875}, "full": {"his - straight": -0.10674415071916091, "his": 0.24804365874325643, "straight": 0.35478780946241734}, "get": {"his - straight": -0.049413823750934394, "his": 0.2654685903562848, "straight": 0.3148824141072192}, "gets": {"his - straight": -0.10620198980327866, "his": 0.2556261991712884, "straight": 0.3618281889745671}, "getting": {"his - straight": -0.13913448691485733, "his": 0.21093022551929128, "straight": 0.3500647124341486}, "go": {"his - straight": -0.05105543567932053, "his": 0.21536915166706871, "straight": 0.26642458734638924}, "god": {"his - straight": -0.13584456350552582, "his": 0.2660024844848976, "straight": 0.4018470479904234}, "good": {"his - straight": -0.012102964624727902, "his": 0.24287033552033513, "straight": 0.25497330014506303}, "got": {"his - straight": -0.07428214110734577, "his": 0.289157792911691, "straight": 0.3634399340190368}, "green": {"his - straight": -0.18731040857498416, "his": 0.18731593000687935, "straight": 0.3746263385818635}, "ground": {"his - straight": -0.18572465527396526, "his": 0.20129684216159016, "straight": 0.3870214974355554}, "groups": {"his - straight": -0.18731040857498416, "his": 0.18731593000687935, "straight": 0.3746263385818635}, "guy": {"his - straight": -0.06512324124236168, "his": 0.2665646429482779, "straight": 0.3316878841906396}, "hair": {"his - straight": -0.19194252055763192, "his": 0.14251091117726492, "straight": 0.33445343173489683}, "half": {"his - straight": -0.13965168663948752, "his": 0.20470074558397866, "straight": 0.3443524322234662}, "has": {"his - straight": 0.04808792658510885, "his": 0.30935116730832835, "straight": 0.2612632407232195}, "have": {"his - straight": 0.015319387912626603, "his": 0.2544106359034107, "straight": 0.23909124799078407}, "he": {"his - straight": 0.17241733996817216, "his": 0.43106342921291674, "straight": 0.2586460892447446}, "head": {"his - straight": -0.08247124057116262, "his": 0.281277606093537, "straight": 0.36374884666469964}, "her": {"his - straight": -0.02349215646038086, "his": 0.24955203845235488, "straight": 0.27304419491273574}, "here": {"his - straight": -0.14710466468412947, "his": 0.09438397101439945, "straight": 0.2414886356985289}, "him": {"his - straight": 0.12473612522630795, "his": 0.42858690022736673, "straight": 0.3038507750010588}, "himself": {"his - straight": -0.18156791692853538, "his": 0.23550656811297457, "straight": 0.41707448504150996}, "https": {"his - straight": -0.19359331121949985, "his": 0.1246697619321303, "straight": 0.31826307315163016}, "i": {"his - straight": 0.016007826071411158, "his": 0.31785959313002926, "straight": 0.3018517670586181}, "if": {"his - straight": -0.020442095534304205, "his": 0.26601756368157403, "straight": 0.28645965921587824}, "in": {"his - straight": 0.04384723703569271, "his": 0.35616586952235174, "straight": 0.31231863248665903}, "into": {"his - straight": -0.13137158157603251, "his": 0.27819190931038756, "straight": 0.4095634908864201}, "is": {"his - straight": -0.027460461443557127, "his": 0.2995798051629441, "straight": 0.3270402666065012}, "it": {"his - straight": -0.0973338347898024, "his": 0.28690537789376824, "straight": 0.38423921268357064}, "its": {"his - straight": -0.14421684514344568, "his": 0.14307962047641287, "straight": 0.28729646561985855}, "job": {"his - straight": -0.1888698037961085, "his": 0.1729583851784586, "straight": 0.3618281889745671}, "just": {"his - straight": -0.11727068134853097, "his": 0.22554053213823566, "straight": 0.34281121348676663}, "keep": {"his - straight": -0.08459439612512351, "his": 0.24394310558456347, "straight": 0.328537501709687}, "kids": {"his - straight": -0.050411030309451155, "his": 0.2371465866603627, "straight": 0.28755761696981386}, "knew": {"his - straight": -0.13653409098537872, "his": 0.240585485955433, "straight": 0.3771195769408117}, "left": {"his - straight": -0.15420206385447782, "his": 0.25520444318300006, "straight": 0.4094065070374779}, "life": {"his - straight": -0.10803164326996645, "his": 0.22933014166147175, "straight": 0.3373617849314382}, "like": {"his - straight": -0.07012732423216211, "his": 0.2623956453088337, "straight": 0.3325229695409958}, "local": {"his - straight": -0.1378504453654623, "his": 0.22589840129923736, "straight": 0.36374884666469964}, "look": {"his - straight": -0.05014280304150334, "his": 0.24578290948408024, "straight": 0.2959257125255836}, "looking": {"his - straight": -0.14308024252896212, "his": 0.1597649247686504, "straight": 0.3028451672976125}, "looks": {"his - straight": -0.08404969101659499, "his": 0.25391235631548964, "straight": 0.3379620473320846}, "love": {"his - straight": -0.19206094007580846, "his": 0.14127000020068595, "straight": 0.3333309402764944}, "male": {"his - straight": -0.25661111998730085, "his": 0.17967254675902877, "straight": 0.4362836667463296}, "me": {"his - straight": -0.11294413163212183, "his": 0.19485401508077524, "straight": 0.30779814671289707}, "more": {"his - straight": -0.1471539833200561, "his": 0.22366593842739582, "straight": 0.37081992174745193}, "much": {"his - straight": -0.19531582639846412, "his": 0.10460617611497768, "straight": 0.2999220025134418}, "my": {"his - straight": -0.04270101289570838, "his": 0.2266702213276937, "straight": 0.2693712342234021}, "n": {"his - straight": -0.042213810016040104, "his": 0.24520688013586803, "straight": 0.28742069015190813}, "nationalist": {"his - straight": -0.1082389952547104, "his": 0.22621443648018644, "straight": 0.33445343173489683}, "negroid": {"his - straight": -0.18058599540752712, "his": 0.24315065278707032, "straight": 0.42373664819459744}, "news": {"his - straight": -0.050152457320837396, "his": 0.2454760284392355, "straight": 0.2956284857600729}, "no": {"his - straight": -0.09908057622431293, "his": 0.2210277109663506, "straight": 0.32010828719066353}, "not": {"his - straight": 0.017659156342291205, "his": 0.22070280954752822, "straight": 0.203043653205237}, "nothing": {"his - straight": -0.1806279114789877, "his": 0.2102954936560129, "straight": 0.3909234051350006}, "now": {"his - straight": -0.06726303962962299, "his": 0.21429653138125265, "straight": 0.28155957101087564}, "of": {"his - straight": 0.030051878951455058, "his": 0.35497421731514467, "straight": 0.3249223383636896}, "off": {"his - straight": -0.08590450108681119, "his": 0.21862583427196303, "straight": 0.3045303353587742}, "old": {"his - straight": -0.05049965624261263, "his": 0.23424097453464174, "straight": 0.28474063077725437}, "on": {"his - straight": 0.005082085460695274, "his": 0.33490256523603595, "straight": 0.3298204797753407}, "once": {"his - straight": -0.10807415832888298, "his": 0.2286937518100318, "straight": 0.33676791013891477}, "one": {"his - straight": -0.049599031445766995, "his": 0.2599368441159266, "straight": 0.3095358755616936}, "only": {"his - straight": 0.017227496232980977, "his": 0.2902716911457167, "straight": 0.27304419491273574}, "open": {"his - straight": -0.1895003824389915, "his": 0.16696046809395795, "straight": 0.35646085053294946}, "or": {"his - straight": -0.02733013288412417, "his": 0.25912952633175407, "straight": 0.28645965921587824}, "out": {"his - straight": -0.09104224196844568, "his": 0.25591690999021677, "straight": 0.34695915195866245}, "over": {"his - straight": -0.035948515616055, "his": 0.25400776431826233, "straight": 0.28995627993431733}, "own": {"his - straight": -0.011667020736456035, "his": 0.28793843803771196, "straight": 0.299605458774168}, "pass": {"his - straight": -0.18827670214199937, "his": 0.1784958238477738, "straight": 0.36677252598977317}, "people": {"his - straight": -0.13616744520238122, "his": 0.24909772733582064, "straight": 0.38526517253820186}, "person": {"his - straight": -0.1557834412532489, "his": 0.24078757476375517, "straight": 0.39657101601700406}, "point": {"his - straight": -0.20846969544556734, "his": 0.21259866543452957, "straight": 0.4210683608800969}, "power": {"his - straight": -0.1373511926442952, "his": 0.23154231958668378, "straight": 0.368893512230979}, "ran": {"his - straight": -0.1680016951255474, "his": 0.3064416240157552, "straight": 0.4744433191413026}, "reason": {"his - straight": -0.1895003824389915, "his": 0.16696046809395795, "straight": 0.35646085053294946}, "road": {"his - straight": -0.13371152563182925, "his": 0.27019766765068826, "straight": 0.4039091932825175}, "run": {"his - straight": -0.18969412297938637, "his": 0.16509368648303097, "straight": 0.35478780946241734}, "s": {"his - straight": -0.03008513023324666, "his": 0.2721965516600097, "straight": 0.3022816818932564}, "said": {"his - straight": -0.04957460056833801, "his": 0.2633634067274727, "straight": 0.3129380072958107}, "saw": {"his - straight": -0.13703514364727826, "his": 0.25388826148772237, "straight": 0.3909234051350006}, "say": {"his - straight": -0.050664045493093446, "his": 0.22877916201316295, "straight": 0.2794432075062564}, "security": {"his - straight": -0.13535273360935707, "his": 0.2532676401438144, "straight": 0.3886203737531715}, "see": {"his - straight": -0.012112032121586541, "his": 0.24189133701520812, "straight": 0.25400336913679467}, "sexuality": {"his - straight": -0.17201094889804458, "his": 0.30453572399984596, "straight": 0.47654667289789054}, "should": {"his - straight": -0.0751054364332957, "his": 0.27400311535529304, "straight": 0.34910855178858874}, "something": {"his - straight": -0.14226846692621442, "his": 0.17106279875256636, "straight": 0.3133312656787808}, "stand": {"his - straight": -0.18801867660345714, "his": 0.18087483562752185, "straight": 0.368893512230979}, "stopped": {"his - straight": -0.18375107324386333, "his": 0.2179406345215041, "straight": 0.40169170776536745}, "summer": {"his - straight": -0.18592657140450786, "his": 0.19954848413216753, "straight": 0.3854750555366754}, "t": {"his - straight": -0.027373381648472306, "his": 0.2568596642837913, "straight": 0.2842330459322636}, "tall": {"his - straight": -0.18239825690926875, "his": 0.22892208425868055, "straight": 0.4113203411679493}, "texas": {"his - straight": -0.18746007075842966, "his": 0.18596550898568412, "straight": 0.3734255797441138}, "than": {"his - straight": -0.0871332931585111, "his": 0.1927744571169785, "straight": 0.2799077502754896}, "that": {"his - straight": 0.11212329607889576, "his": 0.3312133149053964, "straight": 0.21909001882650064}, "the": {"his - straight": -0.08494919435477033, "his": 0.36753658571099995, "straight": 0.4524857800657703}, "their": {"his - straight": -0.11406523706458085, "his": 0.17612810636653561, "straight": 0.29019334343111647}, "them": {"his - straight": -0.21437102568576302, "his": 0.13667140499164673, "straight": 0.35104243067740976}, "then": {"his - straight": -0.07523089689304668, "his": 0.2716380483951536, "straight": 0.3468689452882003}, "there": {"his - straight": -0.21610021023650652, "his": 0.1581936312684835, "straight": 0.37429384150499}, "they": {"his - straight": 0.004122196268094652, "his": 0.24457279726564865, "straight": 0.240450600997554}, "thing": {"his - straight": -0.19429321085464699, "his": 0.11671597490103322, "straight": 0.3110091857556802}, "this": {"his - straight": 0.025674454332606067, "his": 0.27313364880750296, "straight": 0.2474591944748969}, "throw": {"his - straight": -0.18482929476613735, "his": 0.20894494083424908, "straight": 0.39377423560038644}, "time": {"his - straight": -0.011948948106570934, "his": 0.25922589027918364, "straight": 0.27117483838575457}, "to": {"his - straight": 0.04172752399582963, "his": 0.3667183153448607, "straight": 0.3249907913490311}, "town": {"his - straight": -0.14098284392234134, "his": 0.18806782070221806, "straight": 0.3290506646245594}, "trying": {"his - straight": -0.14037242889519397, "his": 0.19580784753465458, "straight": 0.33618027642984855}, "two": {"his - straight": -0.0661466548243648, "his": 0.2426259663731504, "straight": 0.3087726211975152}, "up": {"his - straight": -0.026874031132301857, "his": 0.28231103464291585, "straight": 0.3091850657752177}, "us": {"his - straight": -0.08716632532842197, "his": 0.19204581375503313, "straight": 0.2792121390834551}, "video": {"his - straight": -0.05020926672753037, "his": 0.24366434884710184, "straight": 0.2938736155746322}, "was": {"his - straight": 0.03297417895669186, "his": 0.35146482175455446, "straight": 0.3184906427978626}, "weeks": {"his - straight": -0.13862110700652783, "his": 0.2169965628684333, "straight": 0.35561766987496113}, "went": {"his - straight": -0.12050112765630461, "his": 0.27252732518074535, "straight": 0.39302845283704996}, "what": {"his - straight": -0.06687861998455952, "his": 0.252287398105113, "straight": 0.31916601808967254}, "when": {"his - straight": -0.07502255960829085, "his": 0.29250077222455345, "straight": 0.3675233318328443}, "white": {"his - straight": -0.035943048856119264, "his": 0.30351624404361405, "straight": 0.3394592928997333}, "who": {"his - straight": -0.09786505193037004, "his": 0.26638737234613824, "straight": 0.3642524242765083}, "will": {"his - straight": 0.04913640457599175, "his": 0.26732442027151193, "straight": 0.21818801569552018}, "with": {"his - straight": -0.05851963653677761, "his": 0.325219590510501, "straight": 0.3837392270472786}, "woman": {"his - straight": -0.19163293588456312, "his": 0.14572884904687508, "straight": 0.3373617849314382}, "wonder": {"his - straight": -0.08415398846070027, "his": 0.2520262879691483, "straight": 0.33618027642984855}, "world": {"his - straight": -0.14292611484226264, "his": 0.16194681370781266, "straight": 0.3048729285500753}, "www": {"his - straight": -0.08804094711790916, "his": 0.17198894201626708, "straight": 0.26002988913417624}, "year": {"his - straight": -0.011788304947563666, "his": 0.2757693120222502, "straight": 0.28755761696981386}, "years": {"his - straight": -0.0867381579542246, "his": 0.20134491486153425, "straight": 0.28808307281575884}, "you": {"his - straight": -0.11903845492449819, "his": 0.19528181166788908, "straight": 0.31432026659238727}, "your": {"his - straight": 0.01757021661603761, "his": 0.23840911598728143, "straight": 0.22083889937124382}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-his-their.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-his-their.json new file mode 100644 index 0000000000000000000000000000000000000000..09efc879accbc5692a3cf8ec35d07c635dcc97bf --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-his-their.json @@ -0,0 +1 @@ +{"000": {"his - their": 0.03303841243329356, "his": 0.16601947886853008, "their": 0.13298106643523652}, "1": {"his - their": 0.057528537008352865, "his": 0.16774406187836782, "their": 0.11021552487001496}, "10": {"his - their": 0.005244518985691088, "his": 0.1598308514990346, "their": 0.1545863325133435}, "12": {"his - their": 0.0770010839507077, "his": 0.18870082983750203, "their": 0.11169974588679432}, "15": {"his - their": 0.0770010839507077, "his": 0.18870082983750203, "their": 0.11169974588679432}, "17": {"his - their": 0.07561066615505974, "his": 0.22892208425868055, "their": 0.1533114181036208}, "18": {"his - their": 0.0764671051674704, "his": 0.20497973971832978, "their": 0.12851263455085937}, "2": {"his - their": 0.01987828806358502, "his": 0.16458793647371958, "their": 0.14470964841013456}, "20": {"his - their": 0.05598599769834886, "his": 0.2227705487122938, "their": 0.16678455101394493}, "2007": {"his - their": 0.0739050272201145, "his": 0.2708676106697061, "their": 0.1969625834495916}, "2009": {"his - their": 0.07618109509092075, "his": 0.21324318206475487, "their": 0.13706208697383412}, "2010": {"his - their": 0.07601401068534952, "his": 0.2179406345215041, "their": 0.1419266238361546}, "2nd": {"his - their": 0.07446991224826474, "his": 0.25767118814871676, "their": 0.18320127590045202}, "3": {"his - their": 0.03632378448828852, "his": 0.1817015799134404, "their": 0.1453777954251519}, "300": {"his - their": 0.075722031090486, "his": 0.2259381971237672, "their": 0.1502161660332812}, "4": {"his - their": 0.005347786286446665, "his": 0.1491280997867173, "their": 0.14378031350027062}, "50": {"his - their": 0.0326936129331902, "his": 0.18464777836472018, "their": 0.15195416543152998}, "6": {"his - their": 0.08424844205157159, "his": 0.21093022551929128, "their": 0.1266817834677197}, "7": {"his - their": 0.03285188633241276, "his": 0.17621459955452276, "their": 0.14336271322211}, "9": {"his - their": 0.032872386412041515, "his": 0.17510804279467734, "their": 0.14223565638263583}, "a": {"his - their": 0.06858472260553, "his": 0.3591611537130147, "their": 0.2905764311074847}, "able": {"his - their": -0.03191343352812753, "his": 0.16696046809395795, "their": 0.19887390162208549}, "about": {"his - their": 0.0005036626439849368, "his": 0.28406015834045806, "their": 0.2835564956964731}, "above": {"his - their": 0.08299107402975647, "his": 0.24201231520400873, "their": 0.15902124117425226}, "absolutely": {"his - their": 0.12595712547029425, "his": 0.2653943149139471, "their": 0.13943718944365285}, "accept": {"his - their": 0.1253121882623257, "his": 0.2755283542956069, "their": 0.1502161660332812}, "according": {"his - their": 0.08650809145992747, "his": 0.2811872360541688, "their": 0.19467914459424132}, "across": {"his - their": 0.03537454556224151, "his": 0.22483602668507566, "their": 0.18946148112283415}, "act": {"his - their": 0.03243845951125773, "his": 0.19785645997082776, "their": 0.16541800045957003}, "acting": {"his - their": 0.032033506718321836, "his": 0.2179406345215041, "their": 0.18590712780318228}, "actions": {"his - their": 0.03140020253332601, "his": 0.247498745798785, "their": 0.216098543265459}, "active": {"his - their": 0.08204468789489969, "his": 0.26315781227125806, "their": 0.18111312437635838}, "actually": {"his - their": -0.017227880038262117, "his": 0.19034576660694466, "their": 0.20757364664520678}, "africa": {"his - their": -0.01723138079385797, "his": 0.19393158636421495, "their": 0.21116296715807292}, "after": {"his - their": 0.05701633013571647, "his": 0.26626852355760117, "their": 0.2092521934218847}, "afternoon": {"his - their": 0.03140020253332601, "his": 0.247498745798785, "their": 0.216098543265459}, "again": {"his - their": 0.05851265073640205, "his": 0.26380575034527937, "their": 0.20529309960887732}, "against": {"his - their": 0.02971530671973302, "his": 0.24027730059023164, "their": 0.21056199387049862}, "age": {"his - their": 0.06039294920076768, "his": 0.2844948483281405, "their": 0.2241018991273728}, "ago": {"his - their": 0.06252975642483202, "his": 0.22831137499648457, "their": 0.16578161857165255}, "agreed": {"his - their": 0.07536024615167763, "his": 0.23550656811297457, "their": 0.16014632196129694}, "ahead": {"his - their": 0.03149615549558146, "his": 0.24315065278707032, "their": 0.21165449729148886}, "all": {"his - their": -0.012800018424119375, "his": 0.27333533563091367, "their": 0.28613535405503304}, "allowed": {"his - their": 0.004782432067651138, "his": 0.20894494083424908, "their": 0.20416250876659794}, "almost": {"his - their": 0.005157826971425833, "his": 0.1688902510007865, "their": 0.16373242402936067}, "alone": {"his - their": 0.005185226863535619, "his": 0.16601947886853008, "their": 0.16083425200499446}, "alot": {"his - their": 0.07670556565186074, "his": 0.19785645997082776, "their": 0.12115089431896703}, "also": {"his - their": -0.03195063646180249, "his": 0.18609694231097504, "their": 0.21804757877277753}, "always": {"his - their": -0.0010629807752143283, "his": 0.21826732867318913, "their": 0.21933030944840345}, "am": {"his - their": -0.08782262297020298, "his": 0.09616798588973823, "their": 0.1839906088599412}, "american": {"his - their": -0.015361839969392027, "his": 0.14442109183967175, "their": 0.15978293180906378}, "amongst": {"his - their": 0.07582578112229985, "his": 0.22312597567248008, "their": 0.14730019455018023}, "an": {"his - their": 0.0564111701164855, "his": 0.25947791713742946, "their": 0.20306674702094396}, "and": {"his - their": 0.020714095631979512, "his": 0.40019797009833447, "their": 0.37948387446635495}, "angry": {"his - their": 0.031981144529718286, "his": 0.2204656231764001, "their": 0.1884844786466818}, "announced": {"his - their": 0.07446991224826474, "his": 0.25767118814871676, "their": 0.18320127590045202}, "another": {"his - their": 0.07629205507495387, "his": 0.23586751704660425, "their": 0.15957546197165037}, "anti": {"his - their": 0.06918474473524328, "his": 0.26380575034527937, "their": 0.1946210056100361}, "any": {"his - their": 0.019019381702675392, "his": 0.20927119039742947, "their": 0.19025180869475408}, "anyone": {"his - their": -0.11674416528595828, "his": 0.10357675193591827, "their": 0.22032091722187655}, "anything": {"his - their": 0.062377898360364836, "his": 0.2326440728592182, "their": 0.17026617449885337}, "anywhere": {"his - their": 0.07609991008135297, "his": 0.21553709952500583, "their": 0.13943718944365285}, "apartment": {"his - their": 0.08131492483283961, "his": 0.2784335940156696, "their": 0.19711866918282997}, "ape": {"his - their": 0.07618109509092075, "his": 0.21324318206475487, "their": 0.13706208697383412}, "apes": {"his - their": 0.07633112213782742, "his": 0.20894494083424908, "their": 0.13261381869642166}, "apparently": {"his - their": 0.054657544305969946, "his": 0.26315781227125806, "their": 0.20850026796528812}, "arab": {"his - their": 0.0748876118094087, "his": 0.247498745798785, "their": 0.1726111339893763}, "are": {"his - their": -0.15144251977431453, "his": 0.19301227325170114, "their": 0.34445479302601567}, "area": {"his - their": -0.05822633289602577, "his": 0.12235962312016063, "their": 0.1805859560161864}, "arms": {"his - their": -0.015465756717451318, "his": 0.2259381971237672, "their": 0.24140395384121852}, "around": {"his - their": -0.020296002273469227, "his": 0.2213527907814962, "their": 0.24164879305496542}, "arrested": {"his - their": 0.15757860634033108, "his": 0.29019242503675274, "their": 0.13261381869642166}, "arrived": {"his - their": 0.07421183462270214, "his": 0.26377577301256167, "their": 0.18956393838985952}, "art": {"his - their": 0.08214383119863339, "his": 0.2610177776090768, "their": 0.1788739464104434}, "article": {"his - their": 0.018782212650125085, "his": 0.23397454490185604, "their": 0.21519233225173096}, "aryan": {"his - their": 0.07681121893725648, "his": 0.19462679288217585, "their": 0.11781557394491937}, "as": {"his - their": 0.021856164551239843, "his": 0.278088369799106, "their": 0.25623220524786616}, "ashamed": {"his - their": 0.004153690043985081, "his": 0.27936354658501444, "their": 0.27520985654102936}, "asian": {"his - their": 0.0052027938148781205, "his": 0.1641825735674944, "their": 0.1589797797526163}, "ass": {"his - their": 0.11319377264089878, "his": 0.29430689701725715, "their": 0.18111312437635838}, "at": {"his - their": 0.06202629264848447, "his": 0.32857452149293975, "their": 0.2665482288444553}, "attack": {"his - their": 0.08837762100223615, "his": 0.24296395351557964, "their": 0.1545863325133435}, "attacks": {"his - their": 0.07592285001446802, "his": 0.2204656231764001, "their": 0.14454277316193206}, "attention": {"his - their": 0.08241418817100382, "his": 0.25509674716577707, "their": 0.17268255899477325}, "attitude": {"his - their": 0.07469235521454412, "his": 0.2523007351700474, "their": 0.1776083799555033}, "auto": {"his - their": 0.07303839825680114, "his": 0.2900288689065727, "their": 0.21699047064977156}, "away": {"his - their": 0.015042203021539663, "his": 0.22682462679888854, "their": 0.21178242377734888}, "b": {"his - their": -0.015451762368119848, "his": 0.1821039117181611, "their": 0.19755567408628094}, "bach": {"his - their": 0.07446991224826474, "his": 0.25767118814871676, "their": 0.18320127590045202}, "back": {"his - their": 0.04514524406166989, "his": 0.2637132434503512, "their": 0.2185679993886813}, "bad": {"his - their": 0.029680209083799203, "his": 0.24182120059908868, "their": 0.21214099151528948}, "balls": {"his - their": 0.07446991224826474, "his": 0.25767118814871676, "their": 0.18320127590045202}, "band": {"his - their": 0.07741709504605451, "his": 0.17510804279467734, "their": 0.09769094774862283}, "bankrupted": {"his - their": 0.07115735691896347, "his": 0.328008702747323, "their": 0.25685134582835956}, "bar": {"his - their": 0.12669250018201686, "his": 0.2532676401438144, "their": 0.12657513996179756}, "bare": {"his - their": 0.07234559383786374, "his": 0.30453572399984596, "their": 0.23219013016198223}, "be": {"his - their": 0.020787441820557973, "his": 0.28655444318501716, "their": 0.2657670013644592}, "beaten": {"his - their": 0.07592285001446802, "his": 0.2204656231764001, "their": 0.14454277316193206}, "beautiful": {"his - their": 0.07785232951011356, "his": 0.1598308514990346, "their": 0.08197852198892103}, "became": {"his - their": 0.07536024615167763, "his": 0.23550656811297457, "their": 0.16014632196129694}, "because": {"his - their": -0.03992123662688474, "his": 0.2546578109969394, "their": 0.29457904762382414}, "become": {"his - their": -0.031950974311223485, "his": 0.15736802636848854, "their": 0.18931900067971202}, "becomes": {"his - their": 0.07421183462270214, "his": 0.26377577301256167, "their": 0.18956393838985952}, "been": {"his - their": -0.015468346347097872, "his": 0.20266868243192862, "their": 0.2181370287790265}, "before": {"his - their": -0.032023339939758894, "his": 0.11840044556624166, "their": 0.15042378550600055}, "behavior": {"his - their": -0.015455884418822702, "his": 0.23550656811297457, "their": 0.2509624525317973}, "behaviour": {"his - their": 0.07352756511941158, "his": 0.27936354658501444, "their": 0.20583598146560286}, "behind": {"his - their": 0.1091432454011331, "his": 0.3150469984752759, "their": 0.2059037530741428}, "being": {"his - their": 0.042876974122521644, "his": 0.26487093721212496, "their": 0.2219939630896033}, "believe": {"his - their": 0.025527735206979735, "his": 0.23468569574446782, "their": 0.20915796053748809}, "best": {"his - their": -0.006624235407096529, "his": 0.20112033331936574, "their": 0.20774456872646227}, "bet": {"his - their": 0.05487107592320728, "his": 0.256994194876314, "their": 0.2021231189531067}, "better": {"his - their": 0.005473185329249203, "his": 0.19393158636421495, "their": 0.18845840103496575}, "between": {"his - their": 0.12841886151192083, "his": 0.22176590237330826, "their": 0.09334704086138741}, "big": {"his - their": 0.09492196226474856, "his": 0.270055262575982, "their": 0.17513330031123345}, "biggest": {"his - their": 0.03149615549558146, "his": 0.24315065278707032, "their": 0.21165449729148886}, "black": {"his - their": 0.03974561174344357, "his": 0.288330105380994, "their": 0.24858449363755045}, "blacks": {"his - their": -0.052590891170530396, "his": 0.2247427206400196, "their": 0.27733361181055}, "blonde": {"his - their": 0.07536024615167763, "his": 0.23550656811297457, "their": 0.16014632196129694}, "blood": {"his - their": 0.09109725393152751, "his": 0.2744408273686447, "their": 0.1833435734371172}, "blue": {"his - their": 0.005157826971425833, "his": 0.1688902510007865, "their": 0.16373242402936067}, "body": {"his - their": 0.07664960046393023, "his": 0.19954848413216753, "their": 0.1228988836682373}, "book": {"his - their": 0.1835866583449142, "his": 0.281277606093537, "their": 0.09769094774862283}, "books": {"his - their": 0.004885064328051664, "his": 0.19785645997082776, "their": 0.1929713956427761}, "born": {"his - their": 0.07625803212552107, "his": 0.21104872419857681, "their": 0.13479069207305575}, "both": {"his - their": 0.019102856671096513, "his": 0.21431724033764854, "their": 0.19521438366655203}, "boy": {"his - their": 0.08806015733228675, "his": 0.24984438706455395, "their": 0.1617842297322672}, "break": {"his - their": 0.0819402643378572, "his": 0.2653943149139471, "their": 0.1834540505760899}, "bring": {"his - their": -0.04542627148090453, "his": 0.19308271381204514, "their": 0.23850898529294967}, "british": {"his - their": 0.05571163987607261, "his": 0.23154231958668378, "their": 0.17583067971061117}, "broke": {"his - their": 0.07521798293140242, "his": 0.23917380972275093, "their": 0.1639558267913485}, "brother": {"his - their": 0.07712796782450494, "his": 0.18464777836472018, "their": 0.10751981054021524}, "brothers": {"his - their": -0.015438552451569915, "his": 0.17402292867126423, "their": 0.18946148112283415}, "brown": {"his - their": 0.005405955391004108, "his": 0.14314098378995327, "their": 0.13773502839894916}, "btw": {"his - their": 0.03208304894891592, "his": 0.21553709952500583, "their": 0.1834540505760899}, "built": {"his - their": -0.015468988705391012, "his": 0.19954848413216753, "their": 0.21501747283755854}, "burn": {"his - their": -0.015455884418822702, "his": 0.23550656811297457, "their": 0.2509624525317973}, "burned": {"his - their": 0.07234559383786374, "his": 0.30453572399984596, "their": 0.23219013016198223}, "burning": {"his - their": 0.07469235521454412, "his": 0.2523007351700474, "their": 0.1776083799555033}, "busy": {"his - their": 0.07469235521454412, "his": 0.2523007351700474, "their": 0.1776083799555033}, "but": {"his - their": -0.05559721304635751, "his": 0.20958788222469482, "their": 0.26518509527105233}, "by": {"his - their": 0.023988457727488144, "his": 0.2923643363642307, "their": 0.26837587863674256}, "ca": {"his - their": 0.07576984888241894, "his": 0.2484265064718928, "their": 0.17265665758947385}, "california": {"his - their": 0.07659132872991577, "his": 0.20129684216159016, "their": 0.1247055134316744}, "call": {"his - their": 0.09370796310533439, "his": 0.2916449022079351, "their": 0.1979369391026007}, "called": {"his - their": 0.005338717810369181, "his": 0.2069591160866055, "their": 0.20162039827623632}, "came": {"his - their": 0.01935655218591817, "his": 0.19840474933378888, "their": 0.1790481971478707}, "camera": {"his - their": 0.07506145004486581, "his": 0.24315065278707032, "their": 0.1680892027422045}, "can": {"his - their": -0.009675182017462702, "his": 0.25236826840737503, "their": 0.26204345042483773}, "car": {"his - their": 0.14427952119162937, "his": 0.33559622132127226, "their": 0.19131670012964289}, "care": {"his - their": -0.06826908352980099, "his": 0.1632856492502448, "their": 0.2315547327800458}, "case": {"his - their": 0.06672197783986522, "his": 0.26814439200245765, "their": 0.20142241416259243}, "cause": {"his - their": 0.03555488147550015, "his": 0.2169965628684333, "their": 0.18144168139293315}, "celebrate": {"his - their": 0.12355634971843357, "his": 0.30116472967393687, "their": 0.1776083799555033}, "center": {"his - their": 0.07609991008135297, "his": 0.21553709952500583, "their": 0.13943718944365285}, "certain": {"his - their": 0.07625803212552107, "his": 0.21104872419857681, "their": 0.13479069207305575}, "check": {"his - their": 0.16162835824275967, "his": 0.23261953976266764, "their": 0.07099118151990796}, "chicago": {"his - their": 0.12635188876263512, "his": 0.2589657074590568, "their": 0.13261381869642166}, "child": {"his - their": 0.06790264993602585, "his": 0.2383015742241673, "their": 0.17039892428814146}, "children": {"his - their": -0.09067236481594532, "his": 0.22957992151560164, "their": 0.32025228633154695}, "chinese": {"his - their": 0.03481787249603194, "his": 0.2481423257138714, "their": 0.21332445321783947}, "chosen": {"his - their": 0.031171952985802026, "his": 0.25767118814871676, "their": 0.22649923516291473}, "christ": {"his - their": 0.15724481004342303, "his": 0.29430689701725715, "their": 0.13706208697383412}, "christians": {"his - their": 0.0754905438810696, "his": 0.23210167471132323, "their": 0.15661113083025363}, "city": {"his - their": 0.03611700147978486, "his": 0.19151757226200367, "their": 0.1554005707822188}, "claimed": {"his - their": 0.03103244353381332, "his": 0.26377577301256167, "their": 0.23274332947874835}, "claims": {"his - their": 0.0343859774084401, "his": 0.2653943149139471, "their": 0.231008337505507}, "class": {"his - their": 0.1113326858295729, "his": 0.2802466110443367, "their": 0.16891392521476378}, "classroom": {"his - their": 0.07421183462270214, "his": 0.26377577301256167, "their": 0.18956393838985952}, "clique": {"his - their": 0.07115735691896347, "his": 0.328008702747323, "their": 0.25685134582835956}, "close": {"his - their": 0.08322473880424638, "his": 0.23652169189371056, "their": 0.15329695308946417}, "com": {"his - their": 0.0420470095983862, "his": 0.1979943450564096, "their": 0.1559473354580234}, "come": {"his - their": 0.04075758164719495, "his": 0.24615886893583594, "their": 0.205401287288641}, "comes": {"his - their": 0.005088220117034359, "his": 0.17621459955452276, "their": 0.1711263794374884}, "comfort": {"his - their": 0.07115735691896347, "his": 0.328008702747323, "their": 0.25685134582835956}, "coming": {"his - their": -0.015400870035438469, "his": 0.15736802636848854, "their": 0.172768896403927}, "commie": {"his - their": 0.03086798355047099, "his": 0.2708676106697061, "their": 0.23999962711923511}, "community": {"his - their": -0.015428441152797207, "his": 0.1688902510007865, "their": 0.1843186921535837}, "complain": {"his - their": -0.031292502711660064, "his": 0.247498745798785, "their": 0.27879124851044507}, "computers": {"his - their": 0.004061932728625428, "his": 0.2900288689065727, "their": 0.2859669361779473}, "comrade": {"his - their": 0.12157283708468561, "his": 0.32740881855028847, "their": 0.20583598146560286}, "constantly": {"his - their": 0.07421183462270214, "his": 0.26377577301256167, "their": 0.18956393838985952}, "continue": {"his - their": -0.015469864961213553, "his": 0.20129684216159016, "their": 0.21676670712280371}, "cool": {"his - their": 0.08292782212678076, "his": 0.2434788393166009, "their": 0.16055101718982012}, "cop": {"his - their": 0.15667101278229043, "his": 0.3012137859442225, "their": 0.14454277316193206}, "cops": {"his - their": 0.1253121882623257, "his": 0.2755283542956069, "their": 0.1502161660332812}, "corner": {"his - their": 0.0739050272201145, "his": 0.2708676106697061, "their": 0.1969625834495916}, "corps": {"his - their": 0.0748876118094087, "his": 0.247498745798785, "their": 0.1726111339893763}, "could": {"his - their": 0.01872337800575266, "his": 0.22620769472568553, "their": 0.20748431671993287}, "countries": {"his - their": -0.09411368087687266, "his": 0.16509368648303097, "their": 0.25920736735990363}, "country": {"his - their": -0.05306746803395129, "his": 0.21311478357779634, "their": 0.26618225161174763}, "couple": {"his - their": 0.019244973506412244, "his": 0.20544385431209033, "their": 0.1861988808056781}, "course": {"his - their": 0.07720637265919046, "his": 0.1821039117181611, "their": 0.10489753905897063}, "court": {"his - their": 0.12581049213298742, "his": 0.267737115969142, "their": 0.1419266238361546}, "cousins": {"his - their": 0.07234559383786374, "his": 0.30453572399984596, "their": 0.23219013016198223}, "crap": {"his - their": -0.0456794021168728, "his": 0.1719135934653465, "their": 0.21759299558221928}, "crime": {"his - their": 0.11125269858169479, "his": 0.27506022357517823, "their": 0.16380752499348344}, "crotch": {"his - their": 0.07352756511941158, "his": 0.27936354658501444, "their": 0.20583598146560286}, "crusaders": {"his - their": 0.07234559383786374, "his": 0.30453572399984596, "their": 0.23219013016198223}, "culture": {"his - their": -0.07510801044512924, "his": 0.21259866543452957, "their": 0.2877066758796588}, "cut": {"his - their": 0.0048531153592424325, "his": 0.20129684216159016, "their": 0.19644372680234773}, "d": {"his - their": -0.032019257118347216, "his": 0.12609720455146523, "their": 0.15811646166981244}, "damn": {"his - their": 0.03240513437964185, "his": 0.19954848413216753, "their": 0.16714334975252568}, "daniel": {"his - their": 0.1222152992019857, "his": 0.3191778826515773, "their": 0.1969625834495916}, "dark": {"his - their": 0.03283090778794426, "his": 0.17734352886477653, "their": 0.14451262107683227}, "dating": {"his - their": 0.08062018775982119, "his": 0.29227468505131005, "their": 0.21165449729148886}, "daughter": {"his - their": 0.004763071381209988, "his": 0.21104872419857681, "their": 0.20628565281736683}, "david": {"his - their": 0.11484743891299348, "his": 0.26814439200245765, "their": 0.15329695308946417}, "day": {"his - their": 0.05002844105847434, "his": 0.23476002148612027, "their": 0.18473158042764593}, "days": {"his - their": 0.03339397354189287, "his": 0.14572884904687508, "their": 0.11233487550498221}, "dead": {"his - their": 0.03509927773111812, "his": 0.23652169189371056, "their": 0.20142241416259243}, "death": {"his - their": 0.1752953770655915, "his": 0.3002945657623285, "their": 0.124999188696737}, "decide": {"his - their": 0.00450765450285931, "his": 0.23917380972275093, "their": 0.23466615521989162}, "decided": {"his - their": 0.07625803212552107, "his": 0.21104872419857681, "their": 0.13479069207305575}, "decloration": {"his - their": 0.07234559383786374, "his": 0.30453572399984596, "their": 0.23219013016198223}, "dedicated": {"his - their": 0.0804017245118249, "his": 0.2965002677772839, "their": 0.216098543265459}, "deeds": {"his - their": 0.07234559383786374, "his": 0.30453572399984596, "their": 0.23219013016198223}, "definitely": {"his - their": 0.03208304894891592, "his": 0.21553709952500583, "their": 0.1834540505760899}, "desert": {"his - their": 0.07421183462270214, "his": 0.26377577301256167, "their": 0.18956393838985952}, "deviant": {"his - their": 0.07303839825680114, "his": 0.2900288689065727, "their": 0.21699047064977156}, "devil": {"his - their": 0.07446991224826474, "his": 0.25767118814871676, "their": 0.18320127590045202}, "did": {"his - their": 0.12635545875509985, "his": 0.2734220462839977, "their": 0.14706658752889784}, "didnt": {"his - their": 0.031981144529718286, "his": 0.2204656231764001, "their": 0.1884844786466818}, "died": {"his - their": 0.08062018775982119, "his": 0.29227468505131005, "their": 0.21165449729148886}, "dies": {"his - their": 0.07421183462270214, "his": 0.26377577301256167, "their": 0.18956393838985952}, "different": {"his - their": 0.019279981650569322, "his": 0.2032422725094984, "their": 0.18396229085892907}, "dirty": {"his - their": 0.004996221111168264, "his": 0.18596550898568412, "their": 0.18096928787451586}, "disease": {"his - their": 0.07506145004486581, "his": 0.24315065278707032, "their": 0.1680892027422045}, "disgusting": {"his - their": 0.08690277318179321, "his": 0.2735412060136555, "their": 0.1866384328318623}, "dna": {"his - their": 0.07625803212552107, "his": 0.21104872419857681, "their": 0.13479069207305575}, "do": {"his - their": -0.06943861799818113, "his": 0.20735568539240734, "their": 0.27679430339058847}, "does": {"his - their": 0.01536577762135724, "his": 0.20535507735811917, "their": 0.18998929973676193}, "dog": {"his - their": 0.18196554059959757, "his": 0.29978111454451695, "their": 0.11781557394491937}, "don": {"his - their": 0.0558552653597853, "his": 0.2269816447972737, "their": 0.1711263794374884}, "done": {"his - their": 0.03569204406615445, "his": 0.21093022551929128, "their": 0.17523818145313683}, "dont": {"his - their": 0.0133272664446705, "his": 0.21934888102913866, "their": 0.20602161458446816}, "door": {"his - their": -0.015469864961213553, "his": 0.20129684216159016, "their": 0.21676670712280371}, "down": {"his - their": 0.04968110761869196, "his": 0.2698517525336941, "their": 0.22017064491500213}, "dr": {"his - their": 0.15993226038477146, "his": 0.2587626174547385, "their": 0.09883035706996704}, "draw": {"his - their": 0.03149615549558146, "his": 0.24315065278707032, "their": 0.21165449729148886}, "dress": {"his - their": 0.00450765450285931, "his": 0.23917380972275093, "their": 0.23466615521989162}, "dropped": {"his - their": 0.12157283708468561, "his": 0.32740881855028847, "their": 0.20583598146560286}, "duke": {"his - their": 0.15788145406387977, "his": 0.28639408861473914, "their": 0.12851263455085937}, "during": {"his - their": 0.087834925439669, "his": 0.25461947645361394, "their": 0.16678455101394493}, "duty": {"his - their": 0.0754905438810696, "his": 0.23210167471132323, "their": 0.15661113083025363}, "e": {"his - their": 0.03289242894850514, "his": 0.17402292867126423, "their": 0.1411304997227591}, "each": {"his - their": -0.015394380853742812, "his": 0.15500454343439865, "their": 0.17039892428814146}, "early": {"his - their": 0.004869339537926204, "his": 0.19954848413216753, "their": 0.19467914459424132}, "earth": {"his - their": 0.05550975237541933, "his": 0.2378421421798994, "their": 0.18233238980448008}, "easy": {"his - their": 0.004627062251849501, "his": 0.2259381971237672, "their": 0.2213111348719177}, "eating": {"his - their": 0.004763071381209988, "his": 0.21104872419857681, "their": 0.20628565281736683}, "either": {"his - their": -0.03187544091074768, "his": 0.17510804279467734, "their": 0.20698348370542502}, "elderly": {"his - their": 0.03086798355047099, "his": 0.2708676106697061, "their": 0.23999962711923511}, "elites": {"his - their": 0.07352756511941158, "his": 0.27936354658501444, "their": 0.20583598146560286}, "else": {"his - their": 0.0054968892013060044, "his": 0.22682462679888854, "their": 0.22132773759758254}, "end": {"his - their": 0.1161009342034714, "his": 0.24629904960135957, "their": 0.13019811539788817}, "ends": {"his - their": 0.07536024615167763, "his": 0.23550656811297457, "their": 0.16014632196129694}, "enemies": {"his - their": -0.03165777014298962, "his": 0.20894494083424908, "their": 0.2406027109772387}, "enemy": {"his - their": 0.08214383119863339, "his": 0.2610177776090768, "their": 0.1788739464104434}, "estranged": {"his - their": 0.07234559383786374, "his": 0.30453572399984596, "their": 0.23219013016198223}, "etc": {"his - their": -0.045865328898473334, "his": 0.15273217120068872, "their": 0.19859750009916205}, "european": {"his - their": 0.005157826971425833, "his": 0.1688902510007865, "their": 0.16373242402936067}, "even": {"his - their": -0.04287851018184635, "his": 0.2387862019596803, "their": 0.28166471214152666}, "evening": {"his - their": 0.08062018775982119, "his": 0.29227468505131005, "their": 0.21165449729148886}, "event": {"his - their": 0.07659132872991577, "his": 0.20129684216159016, "their": 0.1247055134316744}, "ever": {"his - their": -0.04611653017377039, "his": 0.11347275121817012, "their": 0.1595892813919405}, "every": {"his - their": -0.0037216667831816153, "his": 0.24277691556584471, "their": 0.24649858234902633}, "everybody": {"his - their": 0.07536024615167763, "his": 0.23550656811297457, "their": 0.16014632196129694}, "everyone": {"his - their": 0.0679579711846387, "his": 0.23682798578714281, "their": 0.16887001460250411}, "everything": {"his - their": 0.16034933512085509, "his": 0.2526596889379629, "their": 0.09231035381710782}, "evidence": {"his - their": 0.08214383119863339, "his": 0.2610177776090768, "their": 0.1788739464104434}, "evil": {"his - their": -0.045338955771938916, "his": 0.19954848413216753, "their": 0.24488743990410644}, "evolution": {"his - their": 0.07234559383786374, "his": 0.30453572399984596, "their": 0.23219013016198223}, "exception": {"his - their": 0.07303839825680114, "his": 0.2900288689065727, "their": 0.21699047064977156}, "exist": {"his - their": 0.004676845081456216, "his": 0.2204656231764001, "their": 0.21578877809494387}, "explain": {"his - their": 0.07601401068534952, "his": 0.2179406345215041, "their": 0.1419266238361546}, "exposing": {"his - their": 0.07303839825680114, "his": 0.2900288689065727, "their": 0.21699047064977156}, "eyes": {"his - their": -0.07840853222699451, "his": 0.1321534616435041, "their": 0.21056199387049862}, "face": {"his - their": 0.06056724922202303, "his": 0.2802466110443367, "their": 0.21967936182231365}, "faces": {"his - their": -0.06678865252009417, "his": 0.22312597567248008, "their": 0.28991462819257424}, "fact": {"his - their": 0.005254477384205508, "his": 0.21519636643502574, "their": 0.20994188905082023}, "fall": {"his - their": 0.004627062251849501, "his": 0.2259381971237672, "their": 0.2213111348719177}, "families": {"his - their": -0.026426544951088538, "his": 0.25509674716577707, "their": 0.2815232921168656}, "family": {"his - their": 0.09721742452246429, "his": 0.2850568427757251, "their": 0.18783941825326084}, "far": {"his - their": 0.08906324153381331, "his": 0.22744114601812673, "their": 0.13837790448431342}, "father": {"his - their": 0.0873594962381595, "his": 0.26443084432619773, "their": 0.17707134808803823}, "fault": {"his - their": 0.03180341507585058, "his": 0.22892208425868055, "their": 0.19711866918282997}, "fear": {"his - their": -0.06752338292129231, "his": 0.19621702246299408, "their": 0.2637404053842864}, "feel": {"his - their": 0.005535499053848092, "his": 0.22325370994124302, "their": 0.21771821088739493}, "feet": {"his - their": 0.0048531153592424325, "his": 0.20129684216159016, "their": 0.19644372680234773}, "females": {"his - their": -0.015470457451697062, "his": 0.2179406345215041, "their": 0.23341109197320117}, "few": {"his - their": 0.025983442518343974, "his": 0.21258039336475568, "their": 0.1865969508464117}, "fight": {"his - their": 0.06790264993602585, "his": 0.2383015742241673, "their": 0.17039892428814146}, "fighting": {"his - their": 0.004929552959526046, "his": 0.19308271381204514, "their": 0.1881531608525191}, "find": {"his - their": -0.05823898535603944, "his": 0.1523297915917361, "their": 0.21056877694777554}, "first": {"his - their": 0.08066103698911012, "his": 0.26586425975928835, "their": 0.18520322277017823}, "fit": {"his - their": 0.07561066615505974, "his": 0.22892208425868055, "their": 0.1533114181036208}, "five": {"his - their": 0.03473509333763447, "his": 0.2515018004604382, "their": 0.21676670712280371}, "floor": {"his - their": 0.17879065975662756, "his": 0.33210207786024837, "their": 0.1533114181036208}, "followed": {"his - their": 0.0739050272201145, "his": 0.2708676106697061, "their": 0.1969625834495916}, "following": {"his - their": -0.015470457451697062, "his": 0.2179406345215041, "their": 0.23341109197320117}, "fools": {"his - their": 0.0748876118094087, "his": 0.247498745798785, "their": 0.1726111339893763}, "foot": {"his - their": 0.03180341507585058, "his": 0.22892208425868055, "their": 0.19711866918282997}, "football": {"his - their": 0.032560768145712154, "his": 0.1915820093199644, "their": 0.15902124117425226}, "for": {"his - their": 0.002009893657813455, "his": 0.3039997629876459, "their": 0.30198986932983246}, "force": {"his - their": -0.04540584457730318, "his": 0.19462679288217585, "their": 0.24003263745947903}, "forced": {"his - their": 0.004782432067651138, "his": 0.20894494083424908, "their": 0.20416250876659794}, "foreign": {"his - their": 0.07609991008135297, "his": 0.21553709952500583, "their": 0.13943718944365285}, "forum": {"his - their": 0.052038243121017125, "his": 0.21515479271860413, "their": 0.163116549597587}, "fought": {"his - their": 0.08015710750263566, "his": 0.30116472967393687, "their": 0.2210076221713012}, "found": {"his - their": 0.06208664262501612, "his": 0.24078757476375517, "their": 0.17870093213873905}, "four": {"his - their": 0.0764671051674704, "his": 0.20497973971832978, "their": 0.12851263455085937}, "french": {"his - their": 0.08366274491660153, "his": 0.22589840129923736, "their": 0.14223565638263583}, "friday": {"his - their": 0.07561066615505974, "his": 0.22892208425868055, "their": 0.1533114181036208}, "friend": {"his - their": 0.18383911008923326, "his": 0.27824177554698243, "their": 0.09440266545774918}, "friends": {"his - their": 0.029631806191500798, "his": 0.24394310558456347, "their": 0.21431129939306268}, "from": {"his - their": 0.04155467787176967, "his": 0.288026555737057, "their": 0.24647187786528732}, "front": {"his - their": 0.08409727011206675, "his": 0.3042347467414359, "their": 0.22013747662936917}, "full": {"his - their": 0.08814404940394602, "his": 0.24804365874325643, "their": 0.1598996093393104}, "furiously": {"his - their": 0.07115735691896347, "his": 0.328008702747323, "their": 0.25685134582835956}, "furthermore": {"his - their": 0.07115735691896347, "his": 0.328008702747323, "their": 0.25685134582835956}, "gang": {"his - their": 0.12581049213298742, "his": 0.267737115969142, "their": 0.1419266238361546}, "garbage": {"his - their": 0.004699895413332017, "his": 0.2179406345215041, "their": 0.2132407391081721}, "gates": {"his - their": 0.07234559383786374, "his": 0.30453572399984596, "their": 0.23219013016198223}, "gay": {"his - their": 0.0831115439265156, "his": 0.23919611212165684, "their": 0.15608456819514124}, "gentleman": {"his - their": 0.07234559383786374, "his": 0.30453572399984596, "their": 0.23219013016198223}, "german": {"his - their": 0.03307145966546793, "his": 0.1641825735674944, "their": 0.13111111390202648}, "get": {"his - their": 0.00959184993767681, "his": 0.2654685903562848, "their": 0.255876740418608}, "gets": {"his - their": 0.087786926302417, "his": 0.2556261991712884, "their": 0.16783927286887143}, "getting": {"his - their": 0.005298030501514145, "his": 0.21093022551929128, "their": 0.20563219501777713}, "girls": {"his - their": -0.07776794995624906, "his": 0.1615325247909105, "their": 0.23930047474715954}, "give": {"his - their": -0.018465890475118513, "his": 0.2226787284070527, "their": 0.2411446188821712}, "glory": {"his - their": 0.0754905438810696, "his": 0.23210167471132323, "their": 0.15661113083025363}, "go": {"his - their": 0.01727004423128184, "his": 0.21536915166706871, "their": 0.19809910743578688}, "goals": {"his - their": 0.07521798293140242, "his": 0.23917380972275093, "their": 0.1639558267913485}, "god": {"his - their": 0.04018150331982703, "his": 0.2660024844848976, "their": 0.22582098116507057}, "gods": {"his - their": -0.015471878448214987, "his": 0.20894494083424908, "their": 0.22441681928246407}, "goes": {"his - their": 0.07759835778186423, "his": 0.1688902510007865, "their": 0.09129189321892227}, "going": {"his - their": 0.04224841771339216, "his": 0.24366434884710184, "their": 0.20141593113370967}, "gone": {"his - their": 0.1595333052672271, "his": 0.26443084432619773, "their": 0.10489753905897063}, "gonna": {"his - their": 0.07625803212552107, "his": 0.21104872419857681, "their": 0.13479069207305575}, "good": {"his - their": 0.014219298693496585, "his": 0.24287033552033513, "their": 0.22865103682683854}, "got": {"his - their": 0.08433364270820762, "his": 0.289157792911691, "their": 0.2048241502034834}, "grabs": {"his - their": 0.03041078371042416, "his": 0.2900288689065727, "their": 0.25961808519614854}, "grateful": {"his - their": 0.03086798355047099, "his": 0.2708676106697061, "their": 0.23999962711923511}, "great": {"his - their": -0.09587782844588845, "his": 0.09897113141145199, "their": 0.19484895985734044}, "green": {"his - their": 0.07704471085879791, "his": 0.18731593000687935, "their": 0.11027121914808144}, "ground": {"his - their": 0.0048531153592424325, "his": 0.20129684216159016, "their": 0.19644372680234773}, "group": {"his - their": -0.04598611193129465, "his": 0.1371149144550645, "their": 0.18310102638635914}, "groups": {"his - their": -0.015458525183558613, "his": 0.18731593000687935, "their": 0.20277445519043796}, "growing": {"his - their": 0.12548923158313646, "his": 0.2727894261333167, "their": 0.14730019455018023}, "guards": {"his - their": 0.07469235521454412, "his": 0.2523007351700474, "their": 0.1776083799555033}, "gun": {"his - their": 0.16007797759686127, "his": 0.25665176961052144, "their": 0.09657379201366019}, "guy": {"his - their": 0.09510973541829487, "his": 0.2665646429482779, "their": 0.17145490752998305}, "guys": {"his - their": -0.03191343352812753, "his": 0.16696046809395795, "their": 0.19887390162208549}, "had": {"his - their": 0.038125849508082205, "his": 0.28006212372014855, "their": 0.24193627421206634}, "hair": {"his - their": -0.045947489857700835, "his": 0.14251091117726492, "their": 0.18845840103496575}, "half": {"his - their": 0.08448138334646375, "his": 0.20470074558397866, "their": 0.1202193622375149}, "hall": {"his - their": 0.07506145004486581, "his": 0.24315065278707032, "their": 0.1680892027422045}, "hand": {"his - their": 0.018822320589547165, "his": 0.23154231958668378, "their": 0.21271999899713662}, "handed": {"his - their": 0.004343132098348579, "his": 0.25767118814871676, "their": 0.2533280560503682}, "hands": {"his - their": 0.07339267619504297, "his": 0.29978111454451695, "their": 0.22638843834947397}, "happen": {"his - their": 0.035067686989461444, "his": 0.2378421421798994, "their": 0.20277445519043796}, "happened": {"his - their": 0.12771321590481333, "his": 0.23523302644502855, "their": 0.10751981054021524}, "happening": {"his - their": 0.07625803212552107, "his": 0.21104872419857681, "their": 0.13479069207305575}, "hard": {"his - their": 0.005275888333263118, "his": 0.1565695897543766, "their": 0.15129370142111348}, "hardly": {"his - their": 0.07536024615167763, "his": 0.23550656811297457, "their": 0.16014632196129694}, "has": {"his - their": 0.07824745581904977, "his": 0.30935116730832835, "their": 0.23110371148927858}, "hate": {"his - their": 0.019561005549868338, "his": 0.18533482118386033, "their": 0.165773815633992}, "hated": {"his - their": 0.0748876118094087, "his": 0.247498745798785, "their": 0.1726111339893763}, "hates": {"his - their": 0.03140020253332601, "his": 0.247498745798785, "their": 0.216098543265459}, "have": {"his - their": -0.057550652222719934, "his": 0.2544106359034107, "their": 0.3119612881261306}, "having": {"his - their": -0.057665224719781666, "his": 0.16696046809395795, "their": 0.22462569281373962}, "he": {"his - their": 0.3248680135457619, "his": 0.43106342921291674, "their": 0.10619541566715486}, "head": {"his - their": 0.09072904442272314, "his": 0.281277606093537, "their": 0.19054856167081388}, "heal": {"his - their": 0.07234559383786374, "his": 0.30453572399984596, "their": 0.23219013016198223}, "heard": {"his - their": 0.049864479748490065, "his": 0.24448548535852616, "their": 0.1946210056100361}, "heart": {"his - their": 0.07633112213782742, "his": 0.20894494083424908, "their": 0.13261381869642166}, "hell": {"his - their": 0.05668802757294081, "his": 0.19907206750783152, "their": 0.1423840399348907}, "help": {"his - their": 0.029325110333765975, "his": 0.2571980850481898, "their": 0.22787297471442383}, "her": {"his - their": 0.10464650067790623, "his": 0.24955203845235488, "their": 0.14490553777444865}, "here": {"his - their": -0.10785727362668047, "his": 0.09438397101439945, "their": 0.20224124464107993}, "heritage": {"his - their": -0.045262000607022346, "his": 0.20497973971832978, "their": 0.2502417403253521}, "hierarchy": {"his - their": 0.07352756511941158, "his": 0.27936354658501444, "their": 0.20583598146560286}, "high": {"his - their": -0.015359677933394267, "his": 0.143777660422248, "their": 0.15913733835564225}, "him": {"his - their": 0.32544034282802525, "his": 0.42858690022736673, "their": 0.10314655739934146}, "his": {"his - their": 0.5259630019279344, "his": 0.6744681055708819, "their": 0.14850510364294744}, "history": {"his - their": 0.06763044221492087, "his": 0.24544663585991944, "their": 0.17781619364499857}, "holocaust": {"his - their": 0.032560768145712154, "his": 0.1915820093199644, "their": 0.15902124117425226}, "home": {"his - their": -0.01691996161520659, "his": 0.25573918960059444, "their": 0.27265915121580103}, "homes": {"his - their": 0.004776028795411114, "his": 0.26315781227125806, "their": 0.25838178347584695}, "honor": {"his - their": 0.12469500222949695, "his": 0.2848413241907939, "their": 0.16014632196129694}, "hope": {"his - their": 0.05954890946605049, "his": 0.23541494365921584, "their": 0.17586603419316535}, "hopefully": {"his - their": 0.0764671051674704, "his": 0.20497973971832978, "their": 0.12851263455085937}, "hoping": {"his - their": 0.004782432067651138, "his": 0.20894494083424908, "their": 0.20416250876659794}, "hours": {"his - their": 0.10986378969538063, "his": 0.30283518533815673, "their": 0.1929713956427761}, "house": {"his - their": 0.1654508772362079, "his": 0.321458661989992, "their": 0.1560077847537841}, "houston": {"his - their": 0.07536024615167763, "his": 0.23550656811297457, "their": 0.16014632196129694}, "how": {"his - their": -0.0190596373152446, "his": 0.2410993172149953, "their": 0.2601589545302399}, "http": {"his - their": -0.0438772728814964, "his": 0.13542813503892337, "their": 0.17930540792041977}, "https": {"his - their": 0.033740971686102544, "his": 0.1246697619321303, "their": 0.09092879024602775}, "humans": {"his - their": 0.004742914099466755, "his": 0.21324318206475487, "their": 0.20850026796528812}, "hundreds": {"his - their": 0.07686118829078062, "his": 0.19308271381204514, "their": 0.11622152552126452}, "i": {"his - their": 0.05075551569954284, "his": 0.31785959313002926, "their": 0.2671040774304864}, "iceland": {"his - their": 0.031662508011151974, "his": 0.23550656811297457, "their": 0.2038440601018226}, "icelanders": {"his - their": 0.07234559383786374, "his": 0.30453572399984596, "their": 0.23219013016198223}, "id": {"his - their": 0.0767593891549866, "his": 0.19621702246299408, "their": 0.11945763330800747}, "identity": {"his - their": 0.03180341507585058, "his": 0.22892208425868055, "their": 0.19711866918282997}, "if": {"his - their": 0.01180902793515759, "his": 0.26601756368157403, "their": 0.25420853574641644}, "illnesses": {"his - their": 0.07115735691896347, "his": 0.328008702747323, "their": 0.25685134582835956}, "im": {"his - their": -0.0320235294452854, "his": 0.11713300039463724, "their": 0.14915652983992264}, "imagine": {"his - their": -0.04538452847077298, "his": 0.19621702246299408, "their": 0.24160155093376706}, "improve": {"his - their": 0.07352756511941158, "his": 0.27936354658501444, "their": 0.20583598146560286}, "in": {"his - their": 0.010647040459893842, "his": 0.35616586952235174, "their": 0.3455188290624579}, "independance": {"his - their": 0.07871285252612228, "his": 0.32740881855028847, "their": 0.2486959660241662}, "indgrid": {"his - their": 0.07234559383786374, "his": 0.30453572399984596, "their": 0.23219013016198223}, "information": {"his - their": -0.015449966836537016, "his": 0.18087483562752185, "their": 0.19632480246405887}, "instead": {"his - their": -0.015463035526809277, "his": 0.1915820093199644, "their": 0.2070450448467737}, "instinct": {"his - their": 0.07352756511941158, "his": 0.27936354658501444, "their": 0.20583598146560286}, "interesting": {"his - their": 0.07690941770713, "his": 0.1915820093199644, "their": 0.11467259161283441}, "internet": {"his - their": 0.07724391368702385, "his": 0.18087483562752185, "their": 0.103630921940498}, "into": {"his - their": 0.04466024236945643, "his": 0.27819190931038756, "their": 0.23353166694093114}, "iq": {"his - their": 0.0748876118094087, "his": 0.247498745798785, "their": 0.1726111339893763}, "ireland": {"his - their": -0.06903807190716205, "his": 0.11630161473559625, "their": 0.1853396866427583}, "irish": {"his - their": -0.06885639961357043, "his": 0.12955877143570382, "their": 0.19841517104927425}, "is": {"his - their": -0.0002005592717388427, "his": 0.2995798051629441, "their": 0.2997803644346829}, "it": {"his - their": 2.2522023079840636e-05, "his": 0.28690537789376824, "their": 0.2868828558706884}, "italians": {"his - their": 0.0739050272201145, "his": 0.2708676106697061, "their": 0.1969625834495916}, "its": {"his - their": -0.03571018040934895, "his": 0.14307962047641287, "their": 0.17878980088576182}, "jail": {"his - their": 0.12595712547029425, "his": 0.2653943149139471, "their": 0.13943718944365285}, "jesus": {"his - their": 0.07331717047971348, "his": 0.3012851530903715, "their": 0.22796798261065804}, "jew": {"his - their": 0.049829489602953636, "his": 0.24558519274303564, "their": 0.195755703140082}, "jewish": {"his - their": 0.019244973506412244, "his": 0.20544385431209033, "their": 0.1861988808056781}, "jews": {"his - their": 0.0014829514651519826, "his": 0.2759746474705438, "their": 0.2744916960053918}, "job": {"his - their": -0.03188600925208296, "his": 0.1729583851784586, "their": 0.20484439443054156}, "john": {"his - their": 0.07618109509092075, "his": 0.21324318206475487, "their": 0.13706208697383412}, "jose": {"his - their": 0.07303839825680114, "his": 0.2900288689065727, "their": 0.21699047064977156}, "judge": {"his - their": 0.004869339537926204, "his": 0.19954848413216753, "their": 0.19467914459424132}, "jumped": {"his - their": 0.0748876118094087, "his": 0.247498745798785, "their": 0.1726111339893763}, "just": {"his - their": -0.02395299481547114, "his": 0.22554053213823566, "their": 0.2494935269537068}, "k": {"his - their": 0.11371152961996589, "his": 0.28639408861473914, "their": 0.17268255899477325}, "katz": {"his - their": 0.07115735691896347, "his": 0.328008702747323, "their": 0.25685134582835956}, "keep": {"his - their": 0.03920712507478244, "his": 0.24394310558456347, "their": 0.20473598050978103}, "kicked": {"his - their": 0.12317733013417645, "his": 0.30637860603462846, "their": 0.18320127590045202}, "kid": {"his - their": 0.12230994098324016, "his": 0.3279421360010173, "their": 0.20563219501777713}, "kids": {"his - their": -0.05248472326445636, "his": 0.2371465866603627, "their": 0.28963130992481906}, "killed": {"his - their": 0.17294676907084885, "his": 0.32490093450237884, "their": 0.15195416543152998}, "killing": {"his - their": 0.03243845951125773, "his": 0.19785645997082776, "their": 0.16541800045957003}, "kind": {"his - their": 0.08397956204963367, "his": 0.21791861300292284, "their": 0.13393905095328917}, "knew": {"his - their": 0.12741935127063111, "his": 0.240585485955433, "their": 0.11316613468480188}, "knife": {"his - their": 0.03173564792715955, "his": 0.23210167471132323, "their": 0.20036602678416368}, "know": {"his - their": -0.02170425944645915, "his": 0.22800001006868506, "their": 0.2497042695151442}, "knowing": {"his - their": 0.0748876118094087, "his": 0.247498745798785, "their": 0.1726111339893763}, "known": {"his - their": 0.075722031090486, "his": 0.2259381971237672, "their": 0.1502161660332812}, "knows": {"his - their": -0.03179958875631053, "his": 0.18870082983750203, "their": 0.22050041859381256}, "lads": {"his - their": 0.07469235521454412, "his": 0.2523007351700474, "their": 0.1776083799555033}, "land": {"his - their": -0.0318579939509214, "his": 0.1784958238477738, "their": 0.2103538177986952}, "languages": {"his - their": 0.03180341507585058, "his": 0.22892208425868055, "their": 0.19711866918282997}, "large": {"his - their": 0.03240513437964185, "his": 0.19954848413216753, "their": 0.16714334975252568}, "last": {"his - their": -0.017158372592236515, "his": 0.15628179989473875, "their": 0.17344017248697527}, "later": {"his - their": 0.1574852141954879, "his": 0.30559518055191465, "their": 0.14810996635642676}, "latest": {"his - their": 0.1349834086774184, "his": 0.33210207786024837, "their": 0.19711866918282997}, "latinos": {"his - their": 0.07303839825680114, "his": 0.2900288689065727, "their": 0.21699047064977156}, "laugh": {"his - their": -0.03176164546729812, "his": 0.19462679288217585, "their": 0.22638843834947397}, "laughing": {"his - their": 0.004571282263639509, "his": 0.23210167471132323, "their": 0.22753039244768372}, "least": {"his - their": 0.005346547021352427, "his": 0.20619655410359347, "their": 0.20085000708224104}, "leave": {"his - their": 0.036999726404338795, "his": 0.2556261991712884, "their": 0.21862647276694963}, "lebanese": {"his - their": 0.0739050272201145, "his": 0.2708676106697061, "their": 0.1969625834495916}, "led": {"his - their": 0.07469235521454412, "his": 0.2523007351700474, "their": 0.1776083799555033}, "left": {"his - their": 0.04951890336103565, "his": 0.25520444318300006, "their": 0.2056855398219644}, "legal": {"his - their": 0.031662508011151974, "his": 0.23550656811297457, "their": 0.2038440601018226}, "let": {"his - their": 0.036486330772672965, "his": 0.2740455184371897, "their": 0.23755918766451675}, "lets": {"his - their": 0.07704471085879791, "his": 0.18731593000687935, "their": 0.11027121914808144}, "level": {"his - their": 0.03208304894891592, "his": 0.21553709952500583, "their": 0.1834540505760899}, "liberal": {"his - their": -0.09355842331503791, "his": 0.18087483562752185, "their": 0.27443325894255977}, "lies": {"his - their": 0.08171318900400645, "his": 0.27019766765068826, "their": 0.1884844786466818}, "life": {"his - their": 0.005469871644707358, "his": 0.22933014166147175, "their": 0.2238602700167644}, "light": {"his - their": 0.06745962542703876, "his": 0.24984438706455395, "their": 0.18238476163751519}, "like": {"his - their": 0.014209155436859994, "his": 0.2623956453088337, "their": 0.2481864898719737}, "line": {"his - their": 0.12826223467141545, "his": 0.22483602668507566, "their": 0.09657379201366019}, "list": {"his - their": 0.004929552959526046, "his": 0.19308271381204514, "their": 0.1881531608525191}, "listen": {"his - their": 0.05550975237541933, "his": 0.2378421421798994, "their": 0.18233238980448008}, "listening": {"his - their": 0.0754905438810696, "his": 0.23210167471132323, "their": 0.15661113083025363}, "little": {"his - their": -0.013702356448362346, "his": 0.22957992151560164, "their": 0.24328227796396398}, "live": {"his - their": -0.058376232073575646, "his": 0.1042612698476412, "their": 0.16263750192121684}, "lived": {"his - their": 0.18222730845732213, "his": 0.29689990007015654, "their": 0.11467259161283441}, "lives": {"his - their": -0.04258907300071149, "his": 0.24979470972004772, "their": 0.2923837827207592}, "ll": {"his - their": -0.02685285009129179, "his": 0.1594082217913723, "their": 0.18626107188266408}, "local": {"his - their": 0.018914917593812336, "his": 0.22589840129923736, "their": 0.20698348370542502}, "lol": {"his - their": 0.12906624320296917, "his": 0.20851497152436804, "their": 0.07944872832139888}, "long": {"his - their": 0.06892209868829294, "his": 0.20982988154875556, "their": 0.14090778286046263}, "look": {"his - their": 0.022545416906505883, "his": 0.24578290948408024, "their": 0.22323749257757436}, "looking": {"his - their": -0.026852556207664385, "his": 0.1597649247686504, "their": 0.18661748097631478}, "looks": {"his - their": 0.07553447574575367, "his": 0.25391235631548964, "their": 0.17837788056973597}, "lose": {"his - their": 0.0754905438810696, "his": 0.23210167471132323, "their": 0.15661113083025363}, "lost": {"his - their": 0.0551155651258064, "his": 0.24979470972004772, "their": 0.19467914459424132}, "love": {"his - their": -0.03199647780284823, "his": 0.14127000020068595, "their": 0.17326647800353417}, "low": {"his - their": 0.075722031090486, "his": 0.2259381971237672, "their": 0.1502161660332812}, "lower": {"his - their": 0.07421183462270214, "his": 0.26377577301256167, "their": 0.18956393838985952}, "lunch": {"his - their": 0.0748876118094087, "his": 0.247498745798785, "their": 0.1726111339893763}, "m": {"his - their": 0.036197649994113484, "his": 0.20666394313772374, "their": 0.17046629314361025}, "made": {"his - their": 0.08486912338507889, "his": 0.19393158636421495, "their": 0.10906246297913606}, "magic": {"his - their": 0.07352756511941158, "his": 0.27936354658501444, "their": 0.20583598146560286}, "mail": {"his - their": 0.032370546946309975, "his": 0.20129684216159016, "their": 0.1689262952152802}, "maintain": {"his - their": 0.07352756511941158, "his": 0.27936354658501444, "their": 0.20583598146560286}, "make": {"his - their": -0.020285546534808963, "his": 0.23017585471730145, "their": 0.2504614012521104}, "makes": {"his - their": -0.09428742743515606, "his": 0.1598308514990346, "their": 0.25411827893419064}, "male": {"his - their": 0.07728042196778942, "his": 0.17967254675902877, "their": 0.10239212479123935}, "man": {"his - their": 0.1776222475504188, "his": 0.3112802933005365, "their": 0.13365804575011772}, "many": {"his - their": -0.08978515424027164, "his": 0.17223435120393452, "their": 0.26201950544420616}, "march": {"his - their": 0.20218483226172518, "his": 0.3033647076063307, "their": 0.10117987534460554}, "marriage": {"his - their": 0.05399798958125171, "his": 0.28152838202893543, "their": 0.22753039244768372}, "married": {"his - their": 0.08062018775982119, "his": 0.29227468505131005, "their": 0.21165449729148886}, "mate": {"his - their": 0.07609991008135297, "his": 0.21553709952500583, "their": 0.13943718944365285}, "matter": {"his - their": 0.0328094283892075, "his": 0.1784958238477738, "their": 0.1456863954585663}, "may": {"his - their": 0.019407390440169647, "his": 0.19517588368598934, "their": 0.1757684932458197}, "maybe": {"his - their": -0.007621131381197632, "his": 0.22957992151560164, "their": 0.23720105289679927}, "me": {"his - their": 0.021612659969864917, "his": 0.19485401508077524, "their": 0.17324135511091032}, "media": {"his - their": 0.025291676049453843, "his": 0.24629904960135957, "their": 0.22100737355190572}, "meet": {"his - their": 0.08463742760657451, "his": 0.20042966689883682, "their": 0.1157922392922623}, "meeting": {"his - their": 0.031662508011151974, "his": 0.23550656811297457, "their": 0.2038440601018226}, "men": {"his - their": 0.05660957614971274, "his": 0.20181918026196513, "their": 0.1452096041122524}, "message": {"his - their": 0.01913050887756934, "his": 0.21259866543452957, "their": 0.19346815655696023}, "met": {"his - their": 0.03221742018327575, "his": 0.20894494083424908, "their": 0.17672752065097333}, "metal": {"his - their": 0.03233459907896291, "his": 0.20310570598979666, "their": 0.17077110691083375}, "military": {"his - their": 0.032130057688396496, "his": 0.21324318206475487, "their": 0.18111312437635838}, "mind": {"his - their": -0.01545351968064379, "his": 0.18336108794222586, "their": 0.19881460762286965}, "mine": {"his - their": 0.12741935127063111, "his": 0.240585485955433, "their": 0.11316613468480188}, "minister": {"his - their": 0.03217477778813341, "his": 0.21104872419857681, "their": 0.1788739464104434}, "moment": {"his - their": 0.0764671051674704, "his": 0.20497973971832978, "their": 0.12851263455085937}, "money": {"his - their": -0.08678784912110157, "his": 0.14572884904687508, "their": 0.23251669816797665}, "monkey": {"his - their": 0.03387887165899661, "his": 0.2848413241907939, "their": 0.2509624525317973}, "monkeys": {"his - their": 0.07561066615505974, "his": 0.22892208425868055, "their": 0.1533114181036208}, "month": {"his - their": 0.07712796782450494, "his": 0.18464777836472018, "their": 0.10751981054021524}, "more": {"his - their": -0.008702551003929637, "his": 0.22366593842739582, "their": 0.23236848943132546}, "mother": {"his - their": -0.031904941522200136, "his": 0.1688902510007865, "their": 0.20079519252298664}, "mouth": {"his - their": 0.1962956548176162, "his": 0.35644197677891315, "their": 0.16014632196129694}, "move": {"his - their": 0.005194077143720555, "his": 0.16509368648303097, "their": 0.1598996093393104}, "moved": {"his - their": 0.03515993727898639, "his": 0.23397454490185604, "their": 0.19881460762286965}, "movement": {"his - their": 0.07659132872991577, "his": 0.20129684216159016, "their": 0.1247055134316744}, "mr": {"his - their": 0.1265841126149177, "his": 0.25509674716577707, "their": 0.12851263455085937}, "much": {"his - their": -0.12863127056913604, "his": 0.10460617611497768, "their": 0.2332374466841137}, "murder": {"his - their": 0.20218483226172518, "his": 0.3033647076063307, "their": 0.10117987534460554}, "music": {"his - their": 0.005380777093338174, "his": 0.14572884904687508, "their": 0.1403480719535369}, "muslims": {"his - their": 0.0047218845569377554, "his": 0.21553709952500583, "their": 0.21081521496806807}, "must": {"his - their": -0.04595212133831539, "his": 0.14188729691494545, "their": 0.18783941825326084}, "my": {"his - their": 0.03699841363362419, "his": 0.2266702213276937, "their": 0.18967180769406952}, "myself": {"his - their": 0.005098708633554716, "his": 0.17510804279467734, "their": 0.17000933416112263}, "myth": {"his - their": 0.07115735691896347, "his": 0.328008702747323, "their": 0.25685134582835956}, "n": {"his - their": -0.012287043433591632, "his": 0.24520688013586803, "their": 0.25749392356945966}, "name": {"his - their": 0.10260007071387608, "his": 0.32090510865909233, "their": 0.21830503794521625}, "nation": {"his - their": 0.03567344181498533, "his": 0.21175837615553098, "their": 0.17608493434054565}, "national": {"his - their": -0.03181610476328442, "his": 0.18596550898568412, "their": 0.21778161374896854}, "nationalist": {"his - their": 0.06834816540322819, "his": 0.22621443648018644, "their": 0.15786627107695825}, "nationalists": {"his - their": 0.07690941770713, "his": 0.1915820093199644, "their": 0.11467259161283441}, "naturally": {"his - their": 0.07506145004486581, "his": 0.24315065278707032, "their": 0.1680892027422045}, "need": {"his - their": 0.011289600635075697, "his": 0.24277691556584471, "their": 0.23148731493076902}, "needs": {"his - their": 0.07618109509092075, "his": 0.21324318206475487, "their": 0.13706208697383412}, "negro": {"his - their": 0.12338608604951229, "his": 0.3136659915944859, "their": 0.1902799055449736}, "negroid": {"his - their": 0.07506145004486581, "his": 0.24315065278707032, "their": 0.1680892027422045}, "neighbor": {"his - their": 0.07446991224826474, "his": 0.25767118814871676, "their": 0.18320127590045202}, "neighbors": {"his - their": 0.0748876118094087, "his": 0.247498745798785, "their": 0.1726111339893763}, "neighbourhood": {"his - their": 0.07352756511941158, "his": 0.27936354658501444, "their": 0.20583598146560286}, "never": {"his - their": -0.038142123864491645, "his": 0.17852416336106472, "their": 0.21666628722555636}, "new": {"his - their": 0.053492967106405, "his": 0.16070294808251254, "their": 0.10720998097610754}, "news": {"his - their": 0.0352221652165666, "his": 0.2454760284392355, "their": 0.2102538632226689}, "newsroom": {"his - their": 0.07469235521454412, "his": 0.2523007351700474, "their": 0.1776083799555033}, "next": {"his - their": 0.051781408841261395, "his": 0.2238342516966281, "their": 0.1720528428553667}, "nigeria": {"his - their": 0.07506145004486581, "his": 0.24315065278707032, "their": 0.1680892027422045}, "nnn": {"his - their": 0.0739050272201145, "his": 0.2708676106697061, "their": 0.1969625834495916}, "no": {"his - their": -0.005023090774101652, "his": 0.2210277109663506, "their": 0.22605080174045225}, "non": {"his - their": -0.058092429044309085, "his": 0.16306564819133174, "their": 0.22115807723564082}, "none": {"his - their": 0.08305227349431693, "his": 0.240585485955433, "their": 0.15753321246111607}, "nonwhites": {"his - their": 0.12469500222949695, "his": 0.2848413241907939, "their": 0.16014632196129694}, "nor": {"his - their": 0.07582578112229985, "his": 0.22312597567248008, "their": 0.14730019455018023}, "nordic": {"his - their": -0.01545351968064379, "his": 0.18336108794222586, "their": 0.19881460762286965}, "nose": {"his - their": 0.07536024615167763, "his": 0.23550656811297457, "their": 0.16014632196129694}, "not": {"his - their": -0.06341561366762496, "his": 0.22070280954752822, "their": 0.2841184232151532}, "note": {"his - their": 0.03233459907896291, "his": 0.20310570598979666, "their": 0.17077110691083375}, "nothing": {"his - their": 0.03814353104549548, "his": 0.2102954936560129, "their": 0.17215196261051743}, "notice": {"his - their": -0.015471237980501179, "his": 0.21553709952500583, "their": 0.231008337505507}, "now": {"his - their": 0.012361375367756555, "his": 0.21429653138125265, "their": 0.2019351560134961}, "number": {"his - their": 0.08265135996752204, "his": 0.24979470972004772, "their": 0.16714334975252568}, "numbers": {"his - their": 0.0765305660279991, "his": 0.20310570598979666, "their": 0.12657513996179756}, "o": {"his - their": 0.004970550736807161, "his": 0.18870082983750203, "their": 0.18373027910069487}, "obama": {"his - their": 0.12622708553602105, "his": 0.2610177776090768, "their": 0.13479069207305575}, "obviously": {"his - their": 0.07561066615505974, "his": 0.22892208425868055, "their": 0.1533114181036208}, "of": {"his - their": -0.006153049545679523, "his": 0.35497421731514467, "their": 0.3611272668608242}, "off": {"his - their": -0.05701522009370308, "his": 0.21862583427196303, "their": 0.2756410543656661}, "office": {"his - their": 0.004472051308428121, "his": 0.24315065278707032, "their": 0.2386786014786422}, "officers": {"his - their": 0.07469235521454412, "his": 0.2523007351700474, "their": 0.1776083799555033}, "officials": {"his - their": 0.07446991224826474, "his": 0.25767118814871676, "their": 0.18320127590045202}, "often": {"his - their": -0.015471878448214987, "his": 0.20894494083424908, "their": 0.22441681928246407}, "ok": {"his - their": 0.11492329079412036, "his": 0.26687745622565034, "their": 0.15195416543152998}, "old": {"his - their": 0.09993864137917016, "his": 0.23424097453464174, "their": 0.13430233315547158}, "on": {"his - their": 0.038392324588339244, "his": 0.33490256523603595, "their": 0.2965102406476967}, "once": {"his - their": 0.06825831383566314, "his": 0.2286937518100318, "their": 0.16043543797436866}, "one": {"his - their": 0.04899731490102241, "his": 0.2599368441159266, "their": 0.2109395292149042}, "ones": {"his - their": -0.05756906090100525, "his": 0.1729583851784586, "their": 0.23052744607946385}, "online": {"his - their": 0.005044155916910681, "his": 0.18087483562752185, "their": 0.17583067971061117}, "only": {"his - their": 0.03188427940898503, "his": 0.2902716911457167, "their": 0.2583874117367317}, "onto": {"his - their": 0.07536024615167763, "his": 0.23550656811297457, "their": 0.16014632196129694}, "open": {"his - their": -0.03191343352812753, "his": 0.16696046809395795, "their": 0.19887390162208549}, "or": {"his - their": -0.014483703106675128, "his": 0.25912952633175407, "their": 0.2736132294384292}, "org": {"his - their": 0.08520073325273764, "his": 0.18427477224550154, "their": 0.0990740389927639}, "other": {"his - their": 0.02633171891911415, "his": 0.25922589027918364, "their": 0.23289417136006949}, "others": {"his - their": 0.005217245764127076, "his": 0.2188559957063084, "their": 0.21363874994218132}, "our": {"his - their": -0.003970705344833375, "his": 0.2330455893417062, "their": 0.23701629468653956}, "out": {"his - their": 0.017940557032615212, "his": 0.25591690999021677, "their": 0.23797635295760156}, "over": {"his - their": 0.049760838059576595, "his": 0.25400776431826233, "their": 0.20424692625868573}, "overwhelming": {"his - their": 0.0739050272201145, "his": 0.2708676106697061, "their": 0.1969625834495916}, "own": {"his - their": -0.08048049912632499, "his": 0.28793843803771196, "their": 0.36841893716403695}, "p": {"his - their": 0.1836728190306765, "his": 0.2802466110443367, "their": 0.09657379201366019}, "pale": {"his - their": 0.07469235521454412, "his": 0.2523007351700474, "their": 0.1776083799555033}, "parents": {"his - their": -0.11150874103022765, "his": 0.2134514835685621, "their": 0.32496022459878976}, "part": {"his - their": 0.11721180574870955, "his": 0.22501249101808743, "their": 0.10780068526937787}, "particularly": {"his - their": 0.07446991224826474, "his": 0.25767118814871676, "their": 0.18320127590045202}, "partner": {"his - their": 0.07352756511941158, "his": 0.27936354658501444, "their": 0.20583598146560286}, "party": {"his - their": -0.031895820054237856, "his": 0.17088778356306558, "their": 0.20278360361730344}, "pass": {"his - their": -0.0318579939509214, "his": 0.1784958238477738, "their": 0.2103538177986952}, "past": {"his - their": -0.03181610476328442, "his": 0.18596550898568412, "their": 0.21778161374896854}, "people": {"his - their": -0.0646167800135391, "his": 0.24909772733582064, "their": 0.31371450734935974}, "person": {"his - their": 0.03929250530012943, "his": 0.24078757476375517, "their": 0.20149506946362575}, "personal": {"his - their": 0.07592285001446802, "his": 0.2204656231764001, "their": 0.14454277316193206}, "perspective": {"his - their": 0.07446991224826474, "his": 0.25767118814871676, "their": 0.18320127590045202}, "phone": {"his - their": 0.07664960046393023, "his": 0.19954848413216753, "their": 0.1228988836682373}, "pic": {"his - their": 0.07521798293140242, "his": 0.23917380972275093, "their": 0.1639558267913485}, "picture": {"his - their": 0.005148393528663475, "his": 0.1698802305350312, "their": 0.16473183700636773}, "pictures": {"his - their": 0.005098708633554716, "his": 0.17510804279467734, "their": 0.17000933416112263}, "place": {"his - their": 0.005600801645498782, "his": 0.1817015799134404, "their": 0.17610077826794163}, "play": {"his - their": 0.07686118829078062, "his": 0.19308271381204514, "their": 0.11622152552126452}, "pm": {"his - their": 0.0846123960128509, "his": 0.20112033331936574, "their": 0.11650793730651485}, "point": {"his - their": -0.006681889671228847, "his": 0.21259866543452957, "their": 0.21928055510575842}, "poles": {"his - their": 0.07536024615167763, "his": 0.23550656811297457, "their": 0.16014632196129694}, "police": {"his - their": 0.019302557328614578, "his": 0.20181918026196513, "their": 0.18251662293335055}, "political": {"his - their": 0.075722031090486, "his": 0.2259381971237672, "their": 0.1502161660332812}, "pollute": {"his - their": 0.07234559383786374, "his": 0.30453572399984596, "their": 0.23219013016198223}, "pool": {"his - their": 0.0748876118094087, "his": 0.247498745798785, "their": 0.1726111339893763}, "poor": {"his - their": 0.05571163987607261, "his": 0.23154231958668378, "their": 0.17583067971061117}, "position": {"his - their": 0.0748876118094087, "his": 0.247498745798785, "their": 0.1726111339893763}, "possible": {"his - their": -0.01546689037730306, "his": 0.19621702246299408, "their": 0.21168391284029714}, "post": {"his - their": 0.08573320005432469, "his": 0.16774406187836782, "their": 0.08201086182404313}, "posts": {"his - their": 0.1590736208538594, "his": 0.2707733667406537, "their": 0.11169974588679432}, "power": {"his - their": 0.005089106654069087, "his": 0.23154231958668378, "their": 0.2264532129326147}, "pray": {"his - their": 0.0754905438810696, "his": 0.23210167471132323, "their": 0.15661113083025363}, "preach": {"his - their": 0.030667580560848257, "his": 0.27936354658501444, "their": 0.2486959660241662}, "precisely": {"his - their": 0.07421183462270214, "his": 0.26377577301256167, "their": 0.18956393838985952}, "presence": {"his - their": 0.07352756511941158, "his": 0.27936354658501444, "their": 0.20583598146560286}, "present": {"his - their": 0.12609572529742394, "his": 0.26315781227125806, "their": 0.13706208697383412}, "president": {"his - their": 0.07582578112229985, "his": 0.22312597567248008, "their": 0.14730019455018023}, "pride": {"his - their": 0.018965950376345853, "his": 0.2227705487122938, "their": 0.20380459833594794}, "prison": {"his - their": 0.12581049213298742, "his": 0.267737115969142, "their": 0.1419266238361546}, "private": {"his - their": 0.031981144529718286, "his": 0.2204656231764001, "their": 0.1884844786466818}, "pro": {"his - their": -0.015458525183558613, "his": 0.18731593000687935, "their": 0.20277445519043796}, "probably": {"his - their": 0.033335860494454986, "his": 0.1491280997867173, "their": 0.1157922392922623}, "professor": {"his - their": 0.07421183462270214, "his": 0.26377577301256167, "their": 0.18956393838985952}, "property": {"his - their": 0.07521798293140242, "his": 0.23917380972275093, "their": 0.1639558267913485}, "protect": {"his - their": 0.11236996989308379, "his": 0.3064416240157552, "their": 0.1940716541226714}, "protecting": {"his - their": 0.07234559383786374, "his": 0.30453572399984596, "their": 0.23219013016198223}, "proud": {"his - their": 0.028892570968279102, "his": 0.27536659757912263, "their": 0.24647402661084353}, "public": {"his - their": 0.02549913150508054, "his": 0.23610505440363108, "their": 0.21060592289855054}, "pull": {"his - their": 0.07506145004486581, "his": 0.24315065278707032, "their": 0.1680892027422045}, "put": {"his - their": -0.011040969716089699, "his": 0.20323161187649555, "their": 0.21427258159258525}, "r": {"his - their": 0.15773355449206758, "his": 0.28825702331229003, "their": 0.13052346882022245}, "race": {"his - their": -0.1369580749108271, "his": 0.13797235897441942, "their": 0.2749304338852465}, "races": {"his - their": 0.055673418575301975, "his": 0.2327447666633402, "their": 0.17707134808803823}, "racist": {"his - their": -0.006599465553617567, "his": 0.19644655573476588, "their": 0.20304602128838345}, "radio": {"his - their": 0.0770010839507077, "his": 0.18870082983750203, "their": 0.11169974588679432}, "range": {"his - their": 0.12418548230910553, "his": 0.29227468505131005, "their": 0.1680892027422045}, "rap": {"his - their": 0.031662508011151974, "his": 0.23550656811297457, "their": 0.2038440601018226}, "rather": {"his - their": -0.03182383622134782, "his": 0.18464777836472018, "their": 0.216471614586068}, "re": {"his - their": -0.06476175871576878, "his": 0.15265033993630092, "their": 0.2174120986520697}, "read": {"his - their": 0.01527047361303957, "his": 0.2117136288381602, "their": 0.19644315522512062}, "reading": {"his - their": 0.08667433994844784, "his": 0.2779910400780907, "their": 0.19131670012964289}, "reality": {"his - their": 0.07609991008135297, "his": 0.21553709952500583, "their": 0.13943718944365285}, "really": {"his - their": -0.02683673033261999, "his": 0.17192007920974356, "their": 0.19875680954236355}, "reason": {"his - their": -0.03191343352812753, "his": 0.16696046809395795, "their": 0.19887390162208549}, "remember": {"his - their": 0.06734896290634318, "his": 0.2526596889379629, "their": 0.18531072603161974}, "reply": {"his - their": 0.07592285001446802, "his": 0.2204656231764001, "their": 0.14454277316193206}, "reporters": {"his - their": 0.0739050272201145, "his": 0.2708676106697061, "their": 0.1969625834495916}, "rest": {"his - their": 0.05056718816285344, "his": 0.26209144219420166, "their": 0.21152425403134822}, "restaurant": {"his - their": 0.07561066615505974, "his": 0.22892208425868055, "their": 0.1533114181036208}, "right": {"his - their": 0.03659296528426606, "his": 0.2703573839704189, "their": 0.23376441868615286}, "rob": {"his - their": 0.07352756511941158, "his": 0.27936354658501444, "their": 0.20583598146560286}, "role": {"his - their": 0.03149615549558146, "his": 0.24315065278707032, "their": 0.21165449729148886}, "rules": {"his - their": 0.07561066615505974, "his": 0.22892208425868055, "their": 0.1533114181036208}, "run": {"his - their": 0.005194077143720555, "his": 0.16509368648303097, "their": 0.1598996093393104}, "running": {"his - their": 0.08682917733271261, "his": 0.2749823381852317, "their": 0.1881531608525191}, "r\u00fc\u00fctel": {"his - their": 0.12355634971843357, "his": 0.30116472967393687, "their": 0.1776083799555033}, "s": {"his - their": 0.009570517274647639, "his": 0.2721965516600097, "their": 0.2626260343853621}, "sacrifice": {"his - their": 0.03140020253332601, "his": 0.247498745798785, "their": 0.216098543265459}, "sad": {"his - their": 0.08352801579323157, "his": 0.22921441125179787, "their": 0.1456863954585663}, "safe": {"his - their": 0.03208304894891592, "his": 0.21553709952500583, "their": 0.1834540505760899}, "safety": {"his - their": 0.07421183462270214, "his": 0.26377577301256167, "their": 0.18956393838985952}, "said": {"his - their": 0.04909082513488747, "his": 0.2633634067274727, "their": 0.21427258159258525}, "same": {"his - their": -0.08776619999619986, "his": 0.09961011548118198, "their": 0.18737631547738184}, "saturday": {"his - their": 0.07506145004486581, "his": 0.24315065278707032, "their": 0.1680892027422045}, "saw": {"his - their": 0.0492693999778398, "his": 0.25388826148772237, "their": 0.20461886150988257}, "say": {"his - their": 0.017039813177766178, "his": 0.22877916201316295, "their": 0.21173934883539677}, "says": {"his - their": -0.006646482100911205, "his": 0.20544385431209033, "their": 0.21209033641300154}, "school": {"his - their": -0.03970063274932087, "his": 0.2226206921143972, "their": 0.26232132486371806}, "scum": {"his - their": 0.0326936129331902, "his": 0.18464777836472018, "their": 0.15195416543152998}, "search": {"his - their": 0.03250166549182715, "his": 0.19462679288217585, "their": 0.1621251273903487}, "second": {"his - their": 0.0765305660279991, "his": 0.20310570598979666, "their": 0.12657513996179756}, "section": {"his - their": 0.07695601645995248, "his": 0.19012215114475436, "their": 0.11316613468480188}, "security": {"his - their": 0.03469132556080051, "his": 0.2532676401438144, "their": 0.2185763145830139}, "see": {"his - their": 0.014235900291300535, "his": 0.24189133701520812, "their": 0.2276554367239076}, "seek": {"his - their": 0.0748876118094087, "his": 0.247498745798785, "their": 0.1726111339893763}, "seem": {"his - their": 0.0048531153592424325, "his": 0.20129684216159016, "their": 0.19644372680234773}, "self": {"his - their": 0.05961646855992367, "his": 0.30283518533815673, "their": 0.24321871677823306}, "sell": {"his - their": 0.004676845081456216, "his": 0.2204656231764001, "their": 0.21578877809494387}, "selling": {"his - their": 0.07421183462270214, "his": 0.26377577301256167, "their": 0.18956393838985952}, "send": {"his - their": -0.015392213377903335, "his": 0.1542373386158663, "their": 0.16962955199376964}, "sent": {"his - their": 0.03274173607896805, "his": 0.1821039117181611, "their": 0.14936217563919305}, "sentence": {"his - their": 0.07352756511941158, "his": 0.27936354658501444, "their": 0.20583598146560286}, "served": {"his - their": 0.03103244353381332, "his": 0.26377577301256167, "their": 0.23274332947874835}, "service": {"his - their": 0.08145670017293549, "his": 0.2755283542956069, "their": 0.1940716541226714}, "set": {"his - their": 0.06672197783986522, "his": 0.26814439200245765, "their": 0.20142241416259243}, "several": {"his - their": 0.08333145166801012, "his": 0.23397454490185604, "their": 0.15064309323384592}, "sexuality": {"his - their": 0.07234559383786374, "his": 0.30453572399984596, "their": 0.23219013016198223}, "shall": {"his - their": 0.12581049213298742, "his": 0.267737115969142, "their": 0.1419266238361546}, "shaved": {"his - their": 0.07446991224826474, "his": 0.25767118814871676, "their": 0.18320127590045202}, "she": {"his - their": 0.02018133437562969, "his": 0.14420485790664928, "their": 0.12402352353101959}, "shed": {"his - their": 0.0739050272201145, "his": 0.2708676106697061, "their": 0.1969625834495916}, "sheriff": {"his - their": 0.07352756511941158, "his": 0.27936354658501444, "their": 0.20583598146560286}, "shift": {"his - their": 0.0739050272201145, "his": 0.2708676106697061, "their": 0.1969625834495916}, "should": {"his - their": 0.028353545130292618, "his": 0.27400311535529304, "their": 0.24564957022500042}, "shoving": {"his - their": 0.07115735691896347, "his": 0.328008702747323, "their": 0.25685134582835956}, "show": {"his - their": -0.06910573620484421, "his": 0.1107612970673562, "their": 0.1798670332722004}, "shows": {"his - their": 0.005109003456500449, "his": 0.17402292867126423, "their": 0.16891392521476378}, "since": {"his - their": 0.056963731696947656, "his": 0.1891961455165114, "their": 0.13223241381956374}, "sister": {"his - their": 0.03489502623622015, "his": 0.24498750961626314, "their": 0.210092483380043}, "sit": {"his - their": -0.015470457451697062, "his": 0.2179406345215041, "their": 0.23341109197320117}, "site": {"his - their": -0.07840853222699451, "his": 0.1321534616435041, "their": 0.21056199387049862}, "sitting": {"his - their": 0.05473212479170997, "his": 0.2610177776090768, "their": 0.20628565281736683}, "skills": {"his - their": 0.0754905438810696, "his": 0.23210167471132323, "their": 0.15661113083025363}, "skin": {"his - their": -0.07784878107413379, "his": 0.15817749120575172, "their": 0.2360262722798855}, "skinheads": {"his - their": 0.07506145004486581, "his": 0.24315065278707032, "their": 0.1680892027422045}, "skinny": {"his - their": 0.0739050272201145, "his": 0.2708676106697061, "their": 0.1969625834495916}, "skins": {"his - their": 0.07521798293140242, "his": 0.23917380972275093, "their": 0.1639558267913485}, "small": {"his - their": 0.005275888333263118, "his": 0.1565695897543766, "their": 0.15129370142111348}, "smashed": {"his - their": 0.07352756511941158, "his": 0.27936354658501444, "their": 0.20583598146560286}, "so": {"his - their": 0.0031241924923113285, "his": 0.2879283493028594, "their": 0.28480415681054805}, "social": {"his - their": 0.12699143139490437, "his": 0.2481423257138714, "their": 0.12115089431896703}, "soldiers": {"his - their": 0.03186654300109579, "his": 0.2259381971237672, "their": 0.1940716541226714}, "some": {"his - their": -0.04164665191113395, "his": 0.20916337421193446, "their": 0.2508100261230684}, "somehow": {"his - their": 0.0754905438810696, "his": 0.23210167471132323, "their": 0.15661113083025363}, "someone": {"his - their": -0.001193712028666527, "his": 0.2344653822264856, "their": 0.23565909425515214}, "something": {"his - their": 0.005712901638551482, "his": 0.17106279875256636, "their": 0.16534989711401488}, "sometimes": {"his - their": -0.015463035526809277, "his": 0.1915820093199644, "their": 0.2070450448467737}, "son": {"his - their": 0.12778120082232858, "his": 0.23397454490185604, "their": 0.10619334407952748}, "song": {"his - their": 0.07731594850316825, "his": 0.1784958238477738, "their": 0.10117987534460554}, "soon": {"his - their": 0.037470499950181035, "his": 0.23756007418791128, "their": 0.20008957423773024}, "sorry": {"his - their": 0.005148393528663475, "his": 0.1698802305350312, "their": 0.16473183700636773}, "sort": {"his - their": -0.03171540117179694, "his": 0.20129684216159016, "their": 0.2330122433333871}, "soul": {"his - their": 0.032033506718321836, "his": 0.2179406345215041, "their": 0.18590712780318228}, "souls": {"his - their": 0.07303839825680114, "his": 0.2900288689065727, "their": 0.21699047064977156}, "sounds": {"his - their": 0.032470610215498075, "his": 0.19621702246299408, "their": 0.163746412247496}, "sources": {"his - their": 0.07506145004486581, "his": 0.24315065278707032, "their": 0.1680892027422045}, "south": {"his - their": -0.015398709599995702, "his": 0.1565695897543766, "their": 0.1719682993543723}, "soviets": {"his - their": 0.030052152208426608, "his": 0.30453572399984596, "their": 0.27448357179141936}, "speak": {"his - their": -0.015430495496588537, "his": 0.1698802305350312, "their": 0.18531072603161974}, "speaking": {"his - their": 0.031981144529718286, "his": 0.2204656231764001, "their": 0.1884844786466818}, "species": {"his - their": 0.07561066615505974, "his": 0.22892208425868055, "their": 0.1533114181036208}, "spend": {"his - their": 0.03186654300109579, "his": 0.2259381971237672, "their": 0.1940716541226714}, "spirit": {"his - their": 0.08145670017293549, "his": 0.2755283542956069, "their": 0.1940716541226714}, "spirits": {"his - their": 0.07352756511941158, "his": 0.27936354658501444, "their": 0.20583598146560286}, "sports": {"his - their": 0.07686118829078062, "his": 0.19308271381204514, "their": 0.11622152552126452}, "stand": {"his - their": 0.005044155916910681, "his": 0.18087483562752185, "their": 0.17583067971061117}, "standard": {"his - their": 0.0748876118094087, "his": 0.247498745798785, "their": 0.1726111339893763}, "start": {"his - their": 0.005558710100286968, "his": 0.12755754753189472, "their": 0.12199883743160775}, "started": {"his - their": 0.005088220117034359, "his": 0.17621459955452276, "their": 0.1711263794374884}, "state": {"his - their": 0.019116794516122332, "his": 0.2134514835685621, "their": 0.19433468905243978}, "step": {"his - their": 0.15542411771687617, "his": 0.3155704396781731, "their": 0.16014632196129694}, "stick": {"his - their": 0.1265841126149177, "his": 0.25509674716577707, "their": 0.12851263455085937}, "still": {"his - their": -0.017216454786249363, "his": 0.1817015799134404, "their": 0.19891803469968977}, "stood": {"his - their": 0.0534347916799415, "his": 0.2965002677772839, "their": 0.2430654760973424}, "stop": {"his - their": -0.04592801342603914, "his": 0.14507143414714688, "their": 0.19099944757318602}, "stopped": {"his - their": 0.032033506718321836, "his": 0.2179406345215041, "their": 0.18590712780318228}, "stories": {"his - their": 0.018291406754574135, "his": 0.26315781227125806, "their": 0.24486640551668393}, "stormfront": {"his - their": 0.07889704537738831, "his": 0.11671597490103322, "their": 0.03781892952364491}, "story": {"his - their": 0.06823512326255307, "his": 0.22933014166147175, "their": 0.16109501839891868}, "strange": {"his - their": 0.07592285001446802, "his": 0.2204656231764001, "their": 0.14454277316193206}, "street": {"his - their": 0.08322473880424638, "his": 0.23652169189371056, "their": 0.15329695308946417}, "students": {"his - their": 0.005187726942398385, "his": 0.22176590237330826, "their": 0.21657817543090987}, "stuff": {"his - their": 0.07762621198335135, "his": 0.1679171999906489, "their": 0.09029098800729757}, "stupid": {"his - their": -0.05778531647468221, "his": 0.1589983168496648, "their": 0.21678363332434702}, "style": {"his - their": 0.03180341507585058, "his": 0.22892208425868055, "their": 0.19711866918282997}, "such": {"his - their": -0.04598611193129465, "his": 0.1371149144550645, "their": 0.18310102638635914}, "summer": {"his - their": -0.015468988705391012, "his": 0.19954848413216753, "their": 0.21501747283755854}, "sun": {"his - their": 0.032033506718321836, "his": 0.2179406345215041, "their": 0.18590712780318228}, "support": {"his - their": 0.03735251238515935, "his": 0.24215997050590482, "their": 0.20480745812074547}, "sure": {"his - their": -0.043480773971346864, "his": 0.18641345129426232, "their": 0.22989422526560918}, "survive": {"his - their": 0.03149615549558146, "his": 0.24315065278707032, "their": 0.21165449729148886}, "suspect": {"his - their": 0.08158907474191879, "his": 0.2727894261333167, "their": 0.1912003513913979}, "system": {"his - their": 0.15926586314599384, "his": 0.26814439200245765, "their": 0.1088785288564638}, "t": {"his - their": -0.006170996494021863, "his": 0.2568596642837913, "their": 0.2630306607778132}, "take": {"his - their": -0.14400970501863355, "his": 0.1115246285774332, "their": 0.25553433359606675}, "takes": {"his - their": 0.03186654300109579, "his": 0.2259381971237672, "their": 0.1940716541226714}, "taking": {"his - their": -0.06767416733426371, "his": 0.19012215114475436, "their": 0.25779631847901807}, "talk": {"his - their": 0.11376845423919231, "his": 0.2377882415371107, "their": 0.12401978729791839}, "tat": {"his - their": 0.07234559383786374, "his": 0.30453572399984596, "their": 0.23219013016198223}, "teach": {"his - their": 0.07720637265919046, "his": 0.1821039117181611, "their": 0.10489753905897063}, "teacher": {"his - their": 0.18833690484077809, "his": 0.32227595579406726, "their": 0.13393905095328917}, "teachers": {"his - their": -0.057760738373081405, "his": 0.1606754599717273, "their": 0.2184361983448087}, "teenagers": {"his - their": 0.03103244353381332, "his": 0.26377577301256167, "their": 0.23274332947874835}, "television": {"his - their": 0.07609991008135297, "his": 0.21553709952500583, "their": 0.13943718944365285}, "tell": {"his - their": -0.011120124724738834, "his": 0.2280641380300756, "their": 0.23918426275481444}, "telling": {"his - their": 0.08249653323298067, "his": 0.2532676401438144, "their": 0.17077110691083375}, "temporary": {"his - their": 0.07303839825680114, "his": 0.2900288689065727, "their": 0.21699047064977156}, "texas": {"his - their": 0.07708698012922031, "his": 0.18596550898568412, "their": 0.1088785288564638}, "than": {"his - their": -0.035297204227822204, "his": 0.1927744571169785, "their": 0.2280716613448007}, "that": {"his - their": 0.006377295277909922, "his": 0.3312133149053964, "their": 0.3248360196274865}, "thats": {"his - their": 0.07724391368702385, "his": 0.18087483562752185, "their": 0.103630921940498}, "the": {"his - their": 0.013699688330569337, "his": 0.36753658571099995, "their": 0.3538368973804306}, "their": {"his - their": -0.4472439124599047, "his": 0.17612810636653561, "their": 0.6233720188264403}, "them": {"his - their": -0.19722563382130862, "his": 0.13667140499164673, "their": 0.33389703881295535}, "themselves": {"his - their": -0.07788681924440805, "his": 0.1565695897543766, "their": 0.23445640899878464}, "then": {"his - their": 0.032535749586440454, "his": 0.2716380483951536, "their": 0.23910229880871314}, "there": {"his - their": -0.06876626329344976, "his": 0.1581936312684835, "their": 0.22695989456193325}, "these": {"his - their": -0.021685943065892332, "his": 0.23800315827971247, "their": 0.2596891013456048}, "they": {"his - their": -0.1491941308625694, "his": 0.24457279726564865, "their": 0.39376692812821806}, "thing": {"his - their": -0.11633243308790592, "his": 0.11671597490103322, "their": 0.23304840798893914}, "things": {"his - their": -0.05802902718102096, "his": 0.14065888488258071, "their": 0.19868791206360167}, "think": {"his - their": -0.0901778463440796, "his": 0.15916868096239228, "their": 0.2493465273064719}, "third": {"his - their": 0.0765305660279991, "his": 0.20310570598979666, "their": 0.12657513996179756}, "this": {"his - their": 0.03333274356524693, "his": 0.27313364880750296, "their": 0.23980090524225603}, "those": {"his - their": -0.06901064992934386, "his": 0.1932645146850301, "their": 0.26227516461437395}, "thou": {"his - their": 0.07303839825680114, "his": 0.2900288689065727, "their": 0.21699047064977156}, "thought": {"his - their": -0.06860852448291702, "his": 0.14507143414714688, "their": 0.2136799586300639}, "thoughts": {"his - their": 0.031171952985802026, "his": 0.25767118814871676, "their": 0.22649923516291473}, "thousands": {"his - their": 0.11433961171165472, "his": 0.2764647391020034, "their": 0.1621251273903487}, "thread": {"his - their": 0.05761726461972834, "his": 0.16420401258148132, "their": 0.10658674796175298}, "threat": {"his - their": 0.07446991224826474, "his": 0.25767118814871676, "their": 0.18320127590045202}, "three": {"his - their": 0.07708698012922031, "his": 0.18596550898568412, "their": 0.1088785288564638}, "through": {"his - their": 0.00542684323010631, "his": 0.19840474933378888, "their": 0.19297790610368257}, "throw": {"his - their": 0.004782432067651138, "his": 0.20894494083424908, "their": 0.20416250876659794}, "thrown": {"his - their": 0.12418548230910553, "his": 0.29227468505131005, "their": 0.1680892027422045}, "thus": {"his - their": 0.0804017245118249, "his": 0.2965002677772839, "their": 0.216098543265459}, "time": {"his - their": 0.045292368271514116, "his": 0.25922589027918364, "their": 0.21393352200766952}, "times": {"his - their": 0.02599946710522505, "his": 0.21076461668766278, "their": 0.18476514958243773}, "to": {"his - their": 0.003966527847925838, "his": 0.3667183153448607, "their": 0.3627517874969349}, "today": {"his - their": -0.04592801342603914, "his": 0.14507143414714688, "their": 0.19099944757318602}, "together": {"his - their": 0.051595586906422075, "his": 0.22997346747615804, "their": 0.17837788056973597}, "told": {"his - their": 0.061199338385493185, "his": 0.2643915499212105, "their": 0.20319221153571732}, "too": {"his - their": 0.06707117196229459, "his": 0.2334698086282991, "their": 0.16639863666600452}, "took": {"his - their": -0.04560607527959901, "his": 0.1784958238477738, "their": 0.2241018991273728}, "tools": {"his - their": 0.03103244353381332, "his": 0.26377577301256167, "their": 0.23274332947874835}, "top": {"his - their": 0.03489502623622015, "his": 0.24498750961626314, "their": 0.210092483380043}, "torn": {"his - their": 0.07234559383786374, "his": 0.30453572399984596, "their": 0.23219013016198223}, "town": {"his - their": 0.005534205035265166, "his": 0.18806782070221806, "their": 0.1825336156669529}, "truth": {"his - their": -0.017238100826749675, "his": 0.21093022551929128, "their": 0.22816832634604095}, "try": {"his - their": -0.058132160459128085, "his": 0.13162584665795576, "their": 0.18975800711708385}, "trying": {"his - their": -0.03543451011034826, "his": 0.19580784753465458, "their": 0.23124235764500284}, "tuesday": {"his - their": 0.12418548230910553, "his": 0.29227468505131005, "their": 0.1680892027422045}, "twisted": {"his - their": 0.07421183462270214, "his": 0.26377577301256167, "their": 0.18956393838985952}, "two": {"his - their": 0.04963355568218389, "his": 0.2426259663731504, "their": 0.1929924106909665}, "types": {"his - their": 0.12418548230910553, "his": 0.29227468505131005, "their": 0.1680892027422045}, "under": {"his - their": 0.13965368229809125, "his": 0.27263474873332777, "their": 0.13298106643523652}, "understand": {"his - their": 0.03503519176540776, "his": 0.23919611212165684, "their": 0.20416092035624908}, "unique": {"his - their": 0.030667580560848257, "his": 0.27936354658501444, "their": 0.2486959660241662}, "university": {"his - their": 0.07720637265919046, "his": 0.1821039117181611, "their": 0.10489753905897063}, "unless": {"his - their": 0.03192562428108217, "his": 0.22312597567248008, "their": 0.1912003513913979}, "until": {"his - their": -0.015387874112144179, "his": 0.15273217120068872, "their": 0.1681200453128329}, "up": {"his - their": 0.004613162146684502, "his": 0.28231103464291585, "their": 0.27769787249623135}, "upon": {"his - their": 0.0819402643378572, "his": 0.2653943149139471, "their": 0.1834540505760899}, "us": {"his - their": -0.03027038505392049, "his": 0.19204581375503313, "their": 0.22231619880895362}, "use": {"his - their": -0.043544385755783316, "his": 0.1802073584516442, "their": 0.22375174420742752}, "used": {"his - their": 0.09218186998774877, "his": 0.25327688838666745, "their": 0.16109501839891868}, "using": {"his - their": -0.00675735126999738, "his": 0.22921441125179787, "their": 0.23597176252179525}, "usual": {"his - their": 0.004571282263639509, "his": 0.23210167471132323, "their": 0.22753039244768372}, "v": {"his - their": 0.03305508946639585, "his": 0.16509368648303097, "their": 0.13203859701663512}, "values": {"his - their": -0.031512131644347935, "his": 0.2259381971237672, "their": 0.25745032876811513}, "ve": {"his - their": 0.015706798783695575, "his": 0.18235520667996916, "their": 0.16664840789627358}, "very": {"his - their": 0.012312901539730498, "his": 0.21760256224548213, "their": 0.20528966070575164}, "victim": {"his - their": 0.07561066615505974, "his": 0.22892208425868055, "their": 0.1533114181036208}, "victims": {"his - their": 0.08241418817100382, "his": 0.25509674716577707, "their": 0.17268255899477325}, "video": {"his - their": 0.130488641645749, "his": 0.24366434884710184, "their": 0.11317570720135284}, "videos": {"his - their": 0.06731055068647393, "his": 0.25363086946773283, "their": 0.1863203187812589}, "views": {"his - their": -0.031583693490695675, "his": 0.2179406345215041, "their": 0.2495243280121998}, "vile": {"his - their": 0.004472051308428121, "his": 0.24315065278707032, "their": 0.2386786014786422}, "violent": {"his - their": 0.0764671051674704, "his": 0.20497973971832978, "their": 0.12851263455085937}, "visit": {"his - their": 0.07521798293140242, "his": 0.23917380972275093, "their": 0.1639558267913485}, "walked": {"his - their": 0.07506145004486581, "his": 0.24315065278707032, "their": 0.1680892027422045}, "want": {"his - their": 0.07756541810672804, "his": 0.2544277266220016, "their": 0.17686230851527354}, "wanted": {"his - their": -0.015440518876136539, "his": 0.17510804279467734, "their": 0.19054856167081388}, "wants": {"his - their": 0.018841675519373324, "his": 0.23036592955072155, "their": 0.21152425403134822}, "war": {"his - their": 0.12856500769901083, "his": 0.2188559957063084, "their": 0.09029098800729757}, "was": {"his - their": 0.1415003779330426, "his": 0.35146482175455446, "their": 0.20996444382151186}, "wasted": {"his - their": 0.07352756511941158, "his": 0.27936354658501444, "their": 0.20583598146560286}, "watch": {"his - their": -0.010981849953769718, "his": 0.1887138134617603, "their": 0.19969566341553002}, "watching": {"his - their": 0.07748040313566913, "his": 0.1729583851784586, "their": 0.09547798204278947}, "waves": {"his - their": 0.07234559383786374, "his": 0.30453572399984596, "their": 0.23219013016198223}, "way": {"his - their": -0.0036757464419221175, "his": 0.23634160508288965, "their": 0.24001735152481177}, "we": {"his - their": 0.012960983197887133, "his": 0.23441033542650905, "their": 0.22144935222862192}, "weather": {"his - their": 0.0754905438810696, "his": 0.23210167471132323, "their": 0.15661113083025363}, "web": {"his - their": 0.07601401068534952, "his": 0.2179406345215041, "their": 0.1419266238361546}, "website": {"his - their": -0.03179958875631053, "his": 0.18870082983750203, "their": 0.22050041859381256}, "weeks": {"his - their": 0.08401549643319678, "his": 0.2169965628684333, "their": 0.13298106643523652}, "weight": {"his - their": 0.0748876118094087, "his": 0.247498745798785, "their": 0.1726111339893763}, "welfare": {"his - their": -0.015470457451697062, "his": 0.2179406345215041, "their": 0.23341109197320117}, "well": {"his - their": -0.0495888529063922, "his": 0.16866982271387923, "their": 0.21825867562027143}, "went": {"his - their": 0.11196021545469101, "his": 0.27252732518074535, "their": 0.16056710972605434}, "were": {"his - their": -0.00818948410712761, "his": 0.22089607585700682, "their": 0.22908555996413443}, "what": {"his - their": 0.00363048094569568, "his": 0.252287398105113, "their": 0.24865691715941735}, "whatever": {"his - their": 0.07659132872991577, "his": 0.20129684216159016, "their": 0.1247055134316744}, "when": {"his - their": 0.040809735059724905, "his": 0.29250077222455345, "their": 0.25169103716482855}, "whenever": {"his - their": 0.07561066615505974, "his": 0.22892208425868055, "their": 0.1533114181036208}, "where": {"his - their": 0.04981614929892447, "his": 0.25236021642222545, "their": 0.20254406712330097}, "which": {"his - their": -0.0543840902695322, "his": 0.19997521588075592, "their": 0.2543593061502881}, "while": {"his - their": 0.04912871557417431, "his": 0.25815097721692787, "their": 0.20902226164275356}, "white": {"his - their": 0.028887368687438186, "his": 0.30351624404361405, "their": 0.27462887535617586}, "whites": {"his - their": -0.13188621467454487, "his": 0.15021063139393215, "their": 0.282096846068477}, "who": {"his - their": -0.0331625527901539, "his": 0.26638737234613824, "their": 0.29954992513629214}, "why": {"his - their": -0.007557301609806194, "his": 0.2168528674150035, "their": 0.2244101690248097}, "wife": {"his - their": 0.1903619616576748, "his": 0.3800736115517643, "their": 0.18971164989408948}, "wigger": {"his - their": 0.07446991224826474, "his": 0.25767118814871676, "their": 0.18320127590045202}, "wiggers": {"his - their": 0.0754905438810696, "his": 0.23210167471132323, "their": 0.15661113083025363}, "will": {"his - their": 0.009494450270735533, "his": 0.26732442027151193, "their": 0.2578299700007764}, "willing": {"his - their": 0.004571282263639509, "his": 0.23210167471132323, "their": 0.22753039244768372}, "window": {"his - their": 0.07536024615167763, "his": 0.23550656811297457, "their": 0.16014632196129694}, "wish": {"his - their": 0.0326936129331902, "his": 0.18464777836472018, "their": 0.15195416543152998}, "with": {"his - their": 0.010329513024911974, "his": 0.325219590510501, "their": 0.314890077485589}, "within": {"his - their": 0.004885064328051664, "his": 0.19785645997082776, "their": 0.1929713956427761}, "wn": {"his - their": -0.015455235245782406, "his": 0.18464777836472018, "their": 0.2001030136105026}, "woman": {"his - their": -0.03198607188210634, "his": 0.14572884904687508, "their": 0.17771492092898142}, "women": {"his - their": -0.07829941115610475, "his": 0.13769156458663143, "their": 0.21599097574273618}, "won": {"his - their": 0.12388913378790758, "his": 0.2965002677772839, "their": 0.1726111339893763}, "wonder": {"his - their": 0.061672165865532425, "his": 0.2520262879691483, "their": 0.19035412210361585}, "word": {"his - their": 0.0777062523311404, "his": 0.16509368648303097, "their": 0.08738743415189057}, "words": {"his - their": 0.00495723567652348, "his": 0.19012215114475436, "their": 0.18516491546823088}, "work": {"his - their": 0.05194696842126545, "his": 0.2182660623459615, "their": 0.16631909392469604}, "world": {"his - their": -0.03564164152269622, "his": 0.16194681370781266, "their": 0.19758845523050889}, "worst": {"his - their": 0.0047218845569377554, "his": 0.21553709952500583, "their": 0.21081521496806807}, "would": {"his - their": 0.00019115628562724196, "his": 0.23308198700928107, "their": 0.23289083072365382}, "wp": {"his - their": 0.004742914099466755, "his": 0.21324318206475487, "their": 0.20850026796528812}, "wretstr\u00f6m": {"his - their": 0.07234559383786374, "his": 0.30453572399984596, "their": 0.23219013016198223}, "wrong": {"his - their": 0.16021681099586477, "his": 0.25461947645361394, "their": 0.09440266545774918}, "www": {"his - their": 0.014019298940159075, "his": 0.17198894201626708, "their": 0.157969643076108}, "yard": {"his - their": 0.1249172511986818, "his": 0.28152838202893543, "their": 0.15661113083025363}, "year": {"his - their": 0.1526038307777865, "his": 0.2757693120222502, "their": 0.12316548124446368}, "years": {"his - their": 0.021715265640878056, "his": 0.20134491486153425, "their": 0.1796296492206562}, "yes": {"his - their": -0.02682063871008547, "his": 0.17971714142422196, "their": 0.20653778013430743}, "yet": {"his - their": 0.005330789739742381, "his": 0.20773182332245854, "their": 0.20240103358271616}, "you": {"his - their": -0.0408966826050888, "his": 0.19528181166788908, "their": 0.23617849427297788}, "your": {"his - their": 0.007067273716343386, "his": 0.23840911598728143, "their": 0.23134184227093804}, "youth": {"his - their": 0.03285188633241276, "his": 0.17621459955452276, "their": 0.14336271322211}, "youtube": {"his - their": 0.13358569669573944, "his": 0.18256733858094085, "their": 0.048981641885201405}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-his-them.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-his-them.json new file mode 100644 index 0000000000000000000000000000000000000000..45a5aad78dfca38e4baa45aafbf1c0f56859c0a8 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-his-them.json @@ -0,0 +1 @@ +{"1": {"his - them": 0.04429054499660834, "his": 0.16774406187836782, "them": 0.12345351688175948}, "10": {"his - them": -0.02882706742753871, "his": 0.1598308514990346, "them": 0.1886579189265733}, "12": {"his - them": 0.06559877205876567, "his": 0.18870082983750203, "them": 0.12310205777873635}, "15": {"his - them": 0.02036221939249408, "his": 0.18870082983750203, "them": 0.16833861044500795}, "17": {"his - them": 0.06440981640142918, "his": 0.22892208425868055, "them": 0.16451226785725137}, "2": {"his - them": 0.005780382971274062, "his": 0.16458793647371958, "them": 0.15880755350244552}, "20": {"his - them": 0.043074401530306644, "his": 0.2227705487122938, "them": 0.17969614718198715}, "22": {"his - them": 0.11373378751728108, "his": 0.28152838202893543, "them": 0.16779459451165435}, "2508": {"his - them": 0.06586792766890638, "his": 0.1784958238477738, "them": 0.11262789617886741}, "3": {"his - them": 0.0056340186673013715, "his": 0.1817015799134404, "them": 0.17606756124613904}, "30": {"his - them": 0.11669334632174241, "his": 0.2269816447972737, "them": 0.11028829847553129}, "300": {"his - them": 0.06450506089857572, "his": 0.2259381971237672, "them": 0.16143313622519148}, "4": {"his - them": 0.020864778698857278, "his": 0.1491280997867173, "them": 0.12826332108786}, "40": {"his - them": 0.0648976510404751, "his": 0.21324318206475487, "them": 0.14834553102427978}, "50": {"his - them": 0.06570724158522022, "his": 0.18464777836472018, "them": 0.11894053677949996}, "6": {"his - them": 0.022272306592717978, "his": 0.21093022551929128, "them": 0.1886579189265733}, "7": {"his - them": 0.020525660521415134, "his": 0.17621459955452276, "them": 0.15568893903310763}, "a": {"his - them": 0.024539422289818702, "his": 0.3591611537130147, "them": 0.334621731423196}, "able": {"his - them": -0.05974179429704199, "his": 0.16696046809395795, "them": 0.22670226239099994}, "about": {"his - them": 0.005986746954679711, "his": 0.28406015834045806, "them": 0.27807341138577835}, "above": {"his - them": 0.11595071088662323, "his": 0.24201231520400873, "them": 0.1260616043173855}, "absolutely": {"his - them": 0.11468544027960556, "his": 0.2653943149139471, "them": 0.15070887463434154}, "accept": {"his - them": 0.11409521807041542, "his": 0.2755283542956069, "them": 0.16143313622519148}, "according": {"his - them": 0.14693701795854497, "his": 0.2811872360541688, "them": 0.13425021809562382}, "account": {"his - them": 0.1462734283625512, "his": 0.29019242503675274, "them": 0.14391899667420155}, "across": {"his - them": 0.005270306654574536, "his": 0.22483602668507566, "them": 0.21956572003050112}, "act": {"his - them": -0.04520898411669272, "his": 0.19785645997082776, "them": 0.24306544408752048}, "acting": {"his - them": 0.06475476566932162, "his": 0.2179406345215041, "them": 0.1531858688521825}, "actuallly": {"his - them": 0.06060070850086935, "his": 0.328008702747323, "them": 0.2674079942464537}, "actually": {"his - them": -0.03196785720888426, "his": 0.19034576660694466, "them": 0.22231362381582892}, "africa": {"his - them": -0.031940551744856105, "his": 0.19393158636421495, "them": 0.22587213810907106}, "after": {"his - them": 0.07149836925293382, "his": 0.26626852355760117, "them": 0.19477015430466735}, "again": {"his - them": 0.09835415927898467, "his": 0.26380575034527937, "them": 0.1654515910662947}, "against": {"his - them": 0.024510470179511745, "his": 0.24027730059023164, "them": 0.2157668304107199}, "age": {"his - them": 0.07726562515930246, "his": 0.2844948483281405, "them": 0.20722922316883802}, "ago": {"his - them": 0.06254258789159561, "his": 0.22831137499648457, "them": 0.16576878710488896}, "agreed": {"his - them": 0.06419563915337723, "his": 0.23550656811297457, "them": 0.17131092895959735}, "all": {"his - them": -0.012094366631331288, "his": 0.27333533563091367, "them": 0.28542970226224496}, "allowed": {"his - them": 0.06502594416004753, "his": 0.20894494083424908, "them": 0.14391899667420155}, "almost": {"his - them": -0.04560671040422273, "his": 0.1688902510007865, "them": 0.21449696140500923}, "alone": {"his - them": -0.028798848456619675, "his": 0.16601947886853008, "them": 0.19481832732514975}, "alot": {"his - them": 0.06534611718698194, "his": 0.19785645997082776, "them": 0.13251034278384582}, "also": {"his - them": -0.06037223404213518, "his": 0.18609694231097504, "them": 0.24646917635311022}, "always": {"his - them": -0.0022647563049072172, "his": 0.21826732867318913, "them": 0.22053208497809634}, "am": {"his - them": -0.084337556737086, "his": 0.09616798588973823, "them": 0.18050554262682422}, "american": {"his - them": 0.020921555818212284, "his": 0.14442109183967175, "them": 0.12349953602145947}, "amongst": {"his - them": 0.06459379100356369, "his": 0.22312597567248008, "them": 0.1585321846689164}, "an": {"his - them": 0.0546271702364024, "his": 0.25947791713742946, "them": 0.20485074690102706}, "and": {"his - them": 0.010665704489114636, "his": 0.40019797009833447, "them": 0.38953226560921983}, "angry": {"his - them": 0.01992616452457016, "his": 0.2204656231764001, "them": 0.20053945865182993}, "another": {"his - them": 0.04794912453238054, "his": 0.23586751704660425, "them": 0.1879183925142237}, "answer": {"his - them": 0.06467680552319521, "his": 0.2204656231764001, "them": 0.15578881765320488}, "anti": {"his - them": 0.06702388365862144, "his": 0.26380575034527937, "them": 0.19678186668665792}, "any": {"his - them": -0.0468220996186669, "his": 0.20927119039742947, "them": 0.2560932900160964}, "anyone": {"his - them": -0.1451294468107256, "his": 0.10357675193591827, "them": 0.24870619874664385}, "anything": {"his - them": 0.024649345741112466, "his": 0.2326440728592182, "them": 0.20799472711810574}, "anywhere": {"his - them": 0.06482822489066428, "his": 0.21553709952500583, "them": 0.15070887463434154}, "apes": {"his - them": 0.06502594416004753, "his": 0.20894494083424908, "them": 0.14391899667420155}, "apparently": {"his - them": 0.042031853093691895, "his": 0.26315781227125806, "them": 0.22112595917756617}, "are": {"his - them": -0.13769922351003536, "his": 0.19301227325170114, "them": 0.3307114967617365}, "area": {"his - them": -0.046056805472397044, "his": 0.12235962312016063, "them": 0.16841642859255768}, "arm": {"his - them": 0.11279291109312417, "his": 0.2965002677772839, "them": 0.18370735668415972}, "arms": {"his - them": 0.019848099379548706, "his": 0.2259381971237672, "them": 0.2060900977442185}, "around": {"his - them": -0.037393821657813436, "his": 0.2213527907814962, "them": 0.25874661243930963}, "arrested": {"his - them": 0.1462734283625512, "his": 0.29019242503675274, "them": 0.14391899667420155}, "arrived": {"his - them": 0.01928468852568055, "his": 0.26377577301256167, "them": 0.24449108448688112}, "art": {"his - them": 0.11493249653737092, "his": 0.2610177776090768, "them": 0.14608528107170587}, "article": {"his - them": 0.0219086785773204, "his": 0.23397454490185604, "them": 0.21206586632453564}, "artist": {"his - them": 0.06321336055751617, "his": 0.26377577301256167, "them": 0.2005624124550455}, "aryan": {"his - them": -0.007844064730463118, "his": 0.19462679288217585, "them": 0.20247085761263897}, "as": {"his - them": -0.02585561335965575, "his": 0.278088369799106, "them": 0.30394398315876175}, "asian": {"his - them": 0.06622335635168215, "his": 0.1641825735674944, "them": 0.09795921721581226}, "ask": {"his - them": 0.021888329419181646, "his": 0.23523302644502855, "them": 0.2133446970258469}, "at": {"his - them": 0.05328398754986641, "his": 0.32857452149293975, "them": 0.27529053394307335}, "attack": {"his - them": 0.10386640835623148, "his": 0.24296395351557964, "them": 0.13909754515934816}, "attacked": {"his - them": 0.06440981640142918, "his": 0.22892208425868055, "them": 0.16451226785725137}, "attacks": {"his - them": 0.06467680552319521, "his": 0.2204656231764001, "them": 0.15578881765320488}, "attention": {"his - them": 0.07025939179272817, "his": 0.25509674716577707, "them": 0.1848373553730489}, "attitude": {"his - them": 0.06362437824184639, "his": 0.2523007351700474, "them": 0.18867635692820103}, "away": {"his - them": -0.033927819458970276, "his": 0.22682462679888854, "them": 0.2607524462578588}, "b": {"his - them": 0.020449130895262985, "his": 0.1821039117181611, "them": 0.1616547808228981}, "back": {"his - them": 0.004363773862732234, "his": 0.2637132434503512, "them": 0.25934946958761895}, "bad": {"his - them": 0.12910532734344288, "his": 0.24182120059908868, "them": 0.11271587325564582}, "band": {"his - them": 0.06595438049887532, "his": 0.17510804279467734, "them": 0.10915366229580202}, "bare": {"his - them": 0.06161703251667103, "his": 0.30453572399984596, "them": 0.24291869148317494}, "battle": {"his - them": 0.06407396197412935, "his": 0.23917380972275093, "them": 0.17509984774862158}, "be": {"his - them": -0.012603142175032445, "his": 0.28655444318501716, "them": 0.2991575853600496}, "beach": {"his - them": 0.06419563915337723, "his": 0.23550656811297457, "them": 0.17131092895959735}, "beaten": {"his - them": 0.06467680552319521, "his": 0.2204656231764001, "them": 0.15578881765320488}, "beautiful": {"his - them": 0.020733306339686425, "his": 0.1598308514990346, "them": 0.13909754515934816}, "because": {"his - them": -0.02692807559146304, "his": 0.2546578109969394, "them": 0.28158588658840245}, "become": {"his - them": -0.028837513675431053, "his": 0.15736802636848854, "them": 0.1862055400439196}, "becomes": {"his - them": 0.01928468852568055, "his": 0.26377577301256167, "them": 0.24449108448688112}, "been": {"his - them": -0.03760260438576768, "his": 0.20266868243192862, "them": 0.2402712868176963}, "before": {"his - them": -0.08391804316030915, "his": 0.11840044556624166, "them": 0.2023184887265508}, "behavior": {"his - them": 0.01970953102139078, "his": 0.23550656811297457, "them": 0.2157970370915838}, "behind": {"his - them": 0.06926742740772224, "his": 0.3150469984752759, "them": 0.24577957106755366}, "being": {"his - them": 0.056453347847544216, "his": 0.26487093721212496, "them": 0.20841758936458074}, "believe": {"his - them": 0.10426023057835135, "his": 0.23468569574446782, "them": 0.13042546516611647}, "best": {"his - them": -0.021035432986837188, "his": 0.20112033331936574, "them": 0.22215576630620293}, "better": {"his - them": -0.021056695818381765, "his": 0.19393158636421495, "them": 0.21498828218259672}, "between": {"his - them": 0.022103447972154938, "his": 0.22176590237330826, "them": 0.19966245440115332}, "big": {"his - them": 0.09802516188623295, "his": 0.270055262575982, "them": 0.17203010068974905}, "biggest": {"his - them": 0.06394007757016451, "his": 0.24315065278707032, "them": 0.1792105752169058}, "bits": {"his - them": 0.062209631635309764, "his": 0.2900288689065727, "them": 0.22781923727126294}, "black": {"his - them": 0.020817343611337413, "his": 0.288330105380994, "them": 0.2675127617696566}, "blacks": {"his - them": -0.046563429228942355, "his": 0.2247427206400196, "them": 0.27130614986896195}, "blond": {"his - them": 0.06467680552319521, "his": 0.2204656231764001, "them": 0.15578881765320488}, "blood": {"his - them": 0.04679948502167755, "his": 0.2744408273686447, "them": 0.22764134234696717}, "blue": {"his - them": 0.02061944395118817, "his": 0.1688902510007865, "them": 0.14827080704959833}, "boat": {"his - them": 0.06362437824184639, "his": 0.2523007351700474, "them": 0.18867635692820103}, "body": {"his - them": 0.0652982660365437, "his": 0.19954848413216753, "them": 0.13425021809562382}, "bonus": {"his - them": 0.06060070850086935, "his": 0.328008702747323, "them": 0.2674079942464537}, "bonuses": {"his - them": 0.06161703251667103, "his": 0.30453572399984596, "them": 0.24291869148317494}, "book": {"his - them": 0.172123943797735, "his": 0.281277606093537, "them": 0.10915366229580202}, "books": {"his - them": -0.007851536374071294, "his": 0.19785645997082776, "them": 0.20570799634489906}, "born": {"his - them": 0.020058471331844435, "his": 0.21104872419857681, "them": 0.19099025286673238}, "both": {"his - them": -0.008776852112685196, "his": 0.21431724033764854, "them": 0.22309409245033374}, "boy": {"his - them": 0.03725390796634348, "his": 0.24984438706455395, "them": 0.21259047909821047}, "break": {"his - them": 0.06985294451321605, "his": 0.2653943149139471, "them": 0.19554137040073105}, "bring": {"his - them": -0.0452807141399964, "his": 0.19308271381204514, "them": 0.23836342795204155}, "british": {"his - them": 0.04285878625258138, "his": 0.23154231958668378, "them": 0.1886835333341024}, "broke": {"his - them": 0.06407396197412935, "his": 0.23917380972275093, "them": 0.17509984774862158}, "brothers": {"his - them": 0.06598176621688803, "his": 0.17402292867126423, "them": 0.1080411624543762}, "brown": {"his - them": -0.007682074895492386, "his": 0.14314098378995327, "them": 0.15082305868544565}, "buddies": {"his - them": 0.06262805324865217, "his": 0.27936354658501444, "them": 0.21673549333636227}, "built": {"his - them": 0.020216578982281908, "his": 0.19954848413216753, "them": 0.17933190514988562}, "burn": {"his - them": 0.01970953102139078, "his": 0.23550656811297457, "them": 0.2157970370915838}, "busy": {"his - them": 0.06362437824184639, "his": 0.2523007351700474, "them": 0.18867635692820103}, "but": {"his - them": -0.059283580716578355, "his": 0.20958788222469482, "them": 0.2688714629412732}, "butt": {"his - them": 0.11126119783510083, "his": 0.3191778826515773, "them": 0.2079166848164765}, "by": {"his - them": 0.06987600841141345, "his": 0.2923643363642307, "them": 0.22248832795281726}, "ca": {"his - them": 0.03525282800865484, "his": 0.2484265064718928, "them": 0.21317367846323795}, "cafe": {"his - them": 0.062209631635309764, "his": 0.2900288689065727, "them": 0.22781923727126294}, "call": {"his - them": 0.07998419572019502, "his": 0.2916449022079351, "them": 0.21166070648774007}, "called": {"his - them": 0.0054201432027895236, "his": 0.2069591160866055, "them": 0.20153897288381598}, "calls": {"his - them": 0.06394007757016451, "his": 0.24315065278707032, "them": 0.1792105752169058}, "came": {"his - them": -0.04164713071692938, "his": 0.19840474933378888, "them": 0.24005188005071826}, "campaign": {"his - them": 0.06407396197412935, "his": 0.23917380972275093, "them": 0.17509984774862158}, "can": {"his - them": -0.021256930309627164, "his": 0.25236826840737503, "them": 0.2736251987170022}, "cans": {"his - them": 0.062209631635309764, "his": 0.2900288689065727, "them": 0.22781923727126294}, "car": {"his - them": 0.15964086694561733, "his": 0.33559622132127226, "them": 0.17595535437565493}, "care": {"his - them": -0.09246020725358567, "his": 0.1632856492502448, "them": 0.25574585650383047}, "case": {"his - them": 0.07435642232647435, "his": 0.26814439200245765, "them": 0.1937879696759833}, "cause": {"his - them": -0.020977608767646955, "his": 0.2169965628684333, "them": 0.23797417163608026}, "check": {"his - them": 0.03766506161812483, "his": 0.23261953976266764, "them": 0.1949544781445428}, "chicago": {"his - them": 0.07010844630822252, "his": 0.2589657074590568, "them": 0.18885726115083426}, "child": {"his - them": 0.0755704698102169, "his": 0.2383015742241673, "them": 0.16273110441395042}, "children": {"his - them": -0.041303310611922384, "his": 0.22957992151560164, "them": 0.270883232127524}, "chinese": {"his - them": 0.042434329368972346, "his": 0.2481423257138714, "them": 0.20570799634489906}, "chipie": {"his - them": 0.06060070850086935, "his": 0.328008702747323, "them": 0.2674079942464537}, "christ": {"his - them": 0.14596136599297738, "his": 0.29430689701725715, "them": 0.14834553102427978}, "city": {"his - them": 0.043793957989973126, "his": 0.19151757226200367, "them": 0.14772361427203054}, "class": {"his - them": 0.09843475474572028, "his": 0.2802466110443367, "them": 0.1818118562986164}, "classmates": {"his - them": 0.062209631635309764, "his": 0.2900288689065727, "them": 0.22781923727126294}, "close": {"his - them": 0.02186743948887615, "his": 0.23652169189371056, "them": 0.2146542524048344}, "coat": {"his - them": 0.06295092585322962, "his": 0.2708676106697061, "them": 0.2079166848164765}, "cold": {"his - them": -0.028451361977471695, "his": 0.2179406345215041, "them": 0.2463919964989758}, "com": {"his - them": 0.06935177723061159, "his": 0.1979943450564096, "them": 0.128642567825798}, "come": {"his - them": 0.025416838567314637, "his": 0.24615886893583594, "them": 0.2207420303685213}, "comes": {"his - them": 0.020525660521415134, "his": 0.17621459955452276, "them": 0.15568893903310763}, "coming": {"his - them": -0.11698133650268236, "his": 0.15736802636848854, "them": 0.2743493628711709}, "comments": {"his - them": 0.06975837298491486, "his": 0.267737115969142, "them": 0.19797874298422716}, "community": {"his - them": 0.02061944395118817, "his": 0.1688902510007865, "them": 0.14827080704959833}, "comrade": {"his - them": 0.1106733252139262, "his": 0.32740881855028847, "them": 0.21673549333636227}, "conclusion": {"his - them": 0.06295092585322962, "his": 0.2708676106697061, "them": 0.2079166848164765}, "contaminating": {"his - them": 0.06161703251667103, "his": 0.30453572399984596, "them": 0.24291869148317494}, "continue": {"his - them": 0.06524844170136604, "his": 0.20129684216159016, "them": 0.13604840046022412}, "corps": {"his - them": 0.06379138911462529, "his": 0.247498745798785, "them": 0.18370735668415972}, "could": {"his - them": 0.00980891630539224, "his": 0.22620769472568553, "them": 0.2163987784202933}, "countries": {"his - them": -0.09239832409652232, "his": 0.16509368648303097, "them": 0.2574920105795533}, "country": {"his - them": 0.03605338205425945, "his": 0.21311478357779634, "them": 0.1770614015235369}, "couple": {"his - them": 0.04348270183985098, "his": 0.20544385431209033, "them": 0.16196115247223936}, "course": {"his - them": 0.020449130895262985, "his": 0.1821039117181611, "them": 0.1616547808228981}, "cousins": {"his - them": 0.06161703251667103, "his": 0.30453572399984596, "them": 0.24291869148317494}, "cover": {"his - them": 0.06440981640142918, "his": 0.22892208425868055, "them": 0.16451226785725137}, "crap": {"his - them": -0.007782553716640661, "his": 0.1719135934653465, "them": 0.17969614718198715}, "crime": {"his - them": 0.043419210751760196, "his": 0.27506022357517823, "them": 0.23164101282341804}, "crusaders": {"his - them": 0.06161703251667103, "his": 0.30453572399984596, "them": 0.24291869148317494}, "culture": {"his - them": 0.11735247956571022, "his": 0.21259866543452957, "them": 0.09524618586881935}, "cut": {"his - them": 0.020192788074635898, "his": 0.20129684216159016, "them": 0.18110405408695426}, "d": {"his - them": -0.04602928127943415, "his": 0.12609720455146523, "them": 0.17212648583089937}, "damn": {"his - them": -0.028597053036851755, "his": 0.19954848413216753, "them": 0.22814553716901928}, "dark": {"his - them": -0.007798687186033798, "his": 0.17734352886477653, "them": 0.18514221605081033}, "dating": {"his - them": 0.11306410983440424, "his": 0.29227468505131005, "them": 0.1792105752169058}, "daughter": {"his - them": 0.06496344312687094, "his": 0.21104872419857681, "them": 0.14608528107170587}, "david": {"his - them": 0.14785108610501857, "his": 0.26814439200245765, "them": 0.12029330589743908}, "dawg": {"his - them": 0.06161703251667103, "his": 0.30453572399984596, "them": 0.24291869148317494}, "day": {"his - them": 0.09986209425023851, "his": 0.23476002148612027, "them": 0.13489792723588176}, "days": {"his - them": -0.04585992575907616, "his": 0.14572884904687508, "them": 0.19158877480595124}, "death": {"his - them": 0.11328294503940126, "his": 0.3002945657623285, "them": 0.18701162072292724}, "decide": {"his - them": 0.019655721475299148, "his": 0.23917380972275093, "them": 0.21951808824745178}, "decided": {"his - them": 0.06496344312687094, "his": 0.21104872419857681, "them": 0.14608528107170587}, "described": {"his - them": 0.06295092585322962, "his": 0.2708676106697061, "them": 0.2079166848164765}, "desert": {"his - them": 0.06321336055751617, "his": 0.26377577301256167, "them": 0.2005624124550455}, "determined": {"his - them": 0.062209631635309764, "his": 0.2900288689065727, "them": 0.22781923727126294}, "deviant": {"his - them": 0.062209631635309764, "his": 0.2900288689065727, "them": 0.22781923727126294}, "did": {"his - them": 0.06928638564253325, "his": 0.2734220462839977, "them": 0.20413566064146443}, "didnt": {"his - them": 0.06467680552319521, "his": 0.2204656231764001, "them": 0.15578881765320488}, "died": {"his - them": 0.041201114612864076, "his": 0.29227468505131005, "them": 0.25107357043844597}, "different": {"his - them": 0.0435329101739359, "his": 0.2032422725094984, "them": 0.1597093623355625}, "dirty": {"his - them": 0.020398408250966615, "his": 0.18596550898568412, "them": 0.1655671007347175}, "disease": {"his - them": 0.01959693008614316, "his": 0.24315065278707032, "them": 0.22355372270092716}, "disgusting": {"his - them": 0.14747960169627, "his": 0.2735412060136555, "them": 0.1260616043173855}, "dna": {"his - them": 0.06496344312687094, "his": 0.21104872419857681, "them": 0.14608528107170587}, "do": {"his - them": -0.10064589753907288, "his": 0.20735568539240734, "them": 0.3080015829314802}, "does": {"his - them": 0.03827612695092067, "his": 0.20535507735811917, "them": 0.1670789504071985}, "dog": {"his - them": 0.07652248283278038, "his": 0.29978111454451695, "them": 0.22325863171173657}, "don": {"his - them": 0.04297163842032567, "his": 0.2269816447972737, "them": 0.18401000637694803}, "done": {"his - them": 0.005386748704011263, "his": 0.21093022551929128, "them": 0.20554347681528}, "donkeys": {"his - them": 0.06060070850086935, "his": 0.328008702747323, "them": 0.2674079942464537}, "dont": {"his - them": -0.0099071376539408, "his": 0.21934888102913866, "them": 0.22925601868307946}, "door": {"his - them": -0.00785914650370545, "his": 0.20129684216159016, "them": 0.2091559886652956}, "down": {"his - them": 0.01633021101095411, "his": 0.2698517525336941, "them": 0.25352154152274}, "dr": {"his - them": 0.1484743189792072, "his": 0.2587626174547385, "them": 0.11028829847553129}, "dress": {"his - them": 0.06407396197412935, "his": 0.23917380972275093, "them": 0.17509984774862158}, "drop": {"his - them": 0.06394007757016451, "his": 0.24315065278707032, "them": 0.1792105752169058}, "dude": {"his - them": 0.06379138911462529, "his": 0.247498745798785, "them": 0.18370735668415972}, "during": {"his - them": 0.10328680231266713, "his": 0.25461947645361394, "them": 0.1513326741409468}, "e": {"his - them": 0.02055388542532524, "his": 0.17402292867126423, "them": 0.153469043245939}, "each": {"his - them": -0.0927353459844174, "his": 0.15500454343439865, "them": 0.24773988941881606}, "early": {"his - them": 0.020216578982281908, "his": 0.19954848413216753, "them": 0.17933190514988562}, "east": {"his - them": 0.020283077947331973, "his": 0.19462679288217585, "them": 0.17434371493484388}, "easy": {"his - them": 0.06450506089857572, "his": 0.2259381971237672, "them": 0.16143313622519148}, "eating": {"his - them": 0.020058471331844435, "his": 0.21104872419857681, "them": 0.19099025286673238}, "either": {"his - them": -0.028752302216691228, "his": 0.17510804279467734, "them": 0.20386034501136857}, "else": {"his - them": 0.011219128678286783, "his": 0.22682462679888854, "them": 0.21560549812060176}, "employees": {"his - them": 0.06262805324865217, "his": 0.27936354658501444, "them": 0.21673549333636227}, "encouraging": {"his - them": 0.06262805324865217, "his": 0.27936354658501444, "them": 0.21673549333636227}, "end": {"his - them": 0.07525832894408829, "his": 0.24629904960135957, "them": 0.17104072065727127}, "enemies": {"his - them": 0.020087679683414822, "his": 0.20894494083424908, "them": 0.18885726115083426}, "enemy": {"his - them": 0.07002752474234442, "his": 0.2610177776090768, "them": 0.19099025286673238}, "enjoy": {"his - them": 0.06502594416004753, "his": 0.20894494083424908, "them": 0.14391899667420155}, "etc": {"his - them": -0.09280846095067377, "his": 0.15273217120068872, "them": 0.2455406321513625}, "european": {"his - them": 0.02061944395118817, "his": 0.1688902510007865, "them": 0.14827080704959833}, "even": {"his - them": -0.005358447163454183, "his": 0.2387862019596803, "them": 0.2441446491231345}, "evening": {"his - them": 0.11306410983440424, "his": 0.29227468505131005, "them": 0.1792105752169058}, "event": {"his - them": 0.020192788074635898, "his": 0.20129684216159016, "them": 0.18110405408695426}, "ever": {"his - them": -0.10289497221426826, "his": 0.11347275121817012, "them": 0.21636772343243837}, "every": {"his - them": 0.01252673021010689, "his": 0.24277691556584471, "them": 0.23025018535573782}, "everybody": {"his - them": 0.06419563915337723, "his": 0.23550656811297457, "them": 0.17131092895959735}, "everyone": {"his - them": 0.02337068923547081, "his": 0.23682798578714281, "them": 0.213457296551672}, "evidence": {"his - them": 0.11493249653737092, "his": 0.2610177776090768, "them": 0.14608528107170587}, "evil": {"his - them": 0.020216578982281908, "his": 0.19954848413216753, "them": 0.17933190514988562}, "evolution": {"his - them": 0.06161703251667103, "his": 0.30453572399984596, "them": 0.24291869148317494}, "exist": {"his - them": 0.06467680552319521, "his": 0.2204656231764001, "them": 0.15578881765320488}, "explain": {"his - them": -0.007890880635538305, "his": 0.2179406345215041, "them": 0.22583151515704242}, "eyes": {"his - them": -0.04598147523946852, "his": 0.1321534616435041, "them": 0.17813493688297263}, "face": {"his - them": 0.09843475474572028, "his": 0.2802466110443367, "them": 0.1818118562986164}, "faces": {"his - them": 0.019888323121437484, "his": 0.22312597567248008, "them": 0.2032376525510426}, "fact": {"his - them": 0.04325575890958483, "his": 0.21519636643502574, "them": 0.1719406075254409}, "fall": {"his - them": -0.00790313454655181, "his": 0.2259381971237672, "them": 0.233841331670319}, "families": {"his - them": 0.0215604012718513, "his": 0.25509674716577707, "them": 0.23353634589392577}, "family": {"his - them": 0.0972732068378803, "his": 0.2850568427757251, "them": 0.18778363593784483}, "fans": {"his - them": 0.06379138911462529, "his": 0.247498745798785, "them": 0.18370735668415972}, "far": {"his - them": -0.03392083737328547, "his": 0.22744114601812673, "them": 0.2613619833914122}, "father": {"his - them": 0.03689050426311746, "his": 0.26443084432619773, "them": 0.22754034006308027}, "fear": {"his - them": -0.007847783284584492, "his": 0.19621702246299408, "them": 0.20406480574757857}, "feds": {"his - them": 0.01904054623189727, "his": 0.27936354658501444, "them": 0.2603230003531172}, "feel": {"his - them": -0.033967608419453205, "his": 0.22325370994124302, "them": 0.2572213183606962}, "feet": {"his - them": 0.06524844170136604, "his": 0.20129684216159016, "them": 0.13604840046022412}, "felt": {"his - them": 0.06459379100356369, "his": 0.22312597567248008, "them": 0.1585321846689164}, "females": {"his - them": 0.019961891537276955, "his": 0.2179406345215041, "them": 0.19797874298422716}, "few": {"his - them": -0.07444108559665055, "his": 0.21258039336475568, "them": 0.28702147896140623}, "fighting": {"his - them": -0.0452807141399964, "his": 0.19308271381204514, "them": 0.23836342795204155}, "find": {"his - them": -0.09320353390623431, "his": 0.1523297915917361, "them": 0.2455333254979704}, "first": {"his - them": 0.0863979984989392, "his": 0.26586425975928835, "them": 0.17946626126034915}, "five": {"his - them": 0.11545340000021406, "his": 0.2515018004604382, "them": 0.13604840046022412}, "floor": {"his - them": 0.12298516422626865, "his": 0.33210207786024837, "them": 0.20911691363397972}, "following": {"his - them": 0.06475476566932162, "his": 0.2179406345215041, "them": 0.1531858688521825}, "fools": {"his - them": 0.0195321274644151, "his": 0.247498745798785, "them": 0.2279666183343699}, "foot": {"his - them": 0.06440981640142918, "his": 0.22892208425868055, "them": 0.16451226785725137}, "for": {"his - them": -0.0072447975556322874, "his": 0.3039997629876459, "them": 0.3112445605432782}, "force": {"his - them": 0.020283077947331973, "his": 0.19462679288217585, "them": 0.17434371493484388}, "fords": {"his - them": 0.06060070850086935, "his": 0.328008702747323, "them": 0.2674079942464537}, "forum": {"his - them": 0.10513089814277386, "his": 0.21515479271860413, "them": 0.11002389457583027}, "forward": {"his - them": 0.11504671078485523, "his": 0.2589657074590568, "them": 0.14391899667420155}, "fought": {"his - them": 0.11248837274573584, "his": 0.30116472967393687, "them": 0.18867635692820103}, "found": {"his - them": 0.10046268933430011, "his": 0.24078757476375517, "them": 0.14032488542945507}, "four": {"his - them": 0.06514222290801017, "his": 0.20497973971832978, "them": 0.1398375168103196}, "french": {"his - them": 0.11674473900343534, "his": 0.22589840129923736, "them": 0.10915366229580202}, "friday": {"his - them": 0.01980517062470083, "his": 0.22892208425868055, "them": 0.20911691363397972}, "friend": {"his - them": 0.12690910140603562, "his": 0.27824177554698243, "them": 0.1513326741409468}, "friends": {"his - them": 0.005755218530649475, "his": 0.24394310558456347, "them": 0.238187887053914}, "friggen": {"his - them": 0.06161703251667103, "his": 0.30453572399984596, "them": 0.24291869148317494}, "from": {"his - them": 0.038695959219287424, "his": 0.288026555737057, "them": 0.24933059651776956}, "front": {"his - them": 0.08200811053265225, "his": 0.3042347467414359, "them": 0.22222663620878366}, "full": {"his - them": 0.07518895397767525, "his": 0.24804365874325643, "them": 0.17285470476558118}, "gang": {"his - them": 0.11455124711695952, "his": 0.267737115969142, "them": 0.1531858688521825}, "garbage": {"his - them": 0.019961891537276955, "his": 0.2179406345215041, "them": 0.19797874298422716}, "gas": {"his - them": 0.06407396197412935, "his": 0.23917380972275093, "them": 0.17509984774862158}, "gather": {"his - them": 0.06161703251667103, "his": 0.30453572399984596, "them": 0.24291869148317494}, "get": {"his - them": -0.03601539960337913, "his": 0.2654685903562848, "them": 0.3014839899596639}, "gets": {"his - them": 0.053903954440171487, "his": 0.2556261991712884, "them": 0.20172224473111694}, "getting": {"his - them": 0.005386748704011263, "his": 0.21093022551929128, "them": 0.20554347681528}, "girls": {"his - them": -0.045693403648532305, "his": 0.1615325247909105, "them": 0.2072259284394428}, "give": {"his - them": -0.08466497948575855, "his": 0.2226787284070527, "them": 0.30734370789281124}, "go": {"his - them": -0.04295479046202383, "his": 0.21536915166706871, "them": 0.25832394212909254}, "god": {"his - them": 0.06693629683912469, "his": 0.2660024844848976, "them": 0.1990661876457729}, "going": {"his - them": 0.034039091073683136, "his": 0.24366434884710184, "them": 0.2096252577734187}, "gonna": {"his - them": -0.007878761637891557, "his": 0.21104872419857681, "them": 0.21892748583646837}, "good": {"his - them": 0.03408847365640966, "his": 0.24287033552033513, "them": 0.20878186186392547}, "got": {"his - them": 0.055224421025897724, "his": 0.289157792911691, "them": 0.2339333718857933}, "grab": {"his - them": -0.007932613279884315, "his": 0.25767118814871676, "them": 0.26560380142860107}, "grave": {"his - them": 0.11214152881815542, "his": 0.30637860603462846, "them": 0.19423707721647304}, "great": {"his - them": -0.02895415063765165, "his": 0.09897113141145199, "them": 0.12792528204910364}, "groid": {"his - them": 0.06459379100356369, "his": 0.22312597567248008, "them": 0.1585321846689164}, "ground": {"his - them": -0.028584268704633653, "his": 0.20129684216159016, "them": 0.22988111086622381}, "group": {"his - them": -0.028906477186191437, "his": 0.1371149144550645, "them": 0.16602139164125593}, "groups": {"his - them": 0.020380568853688885, "his": 0.18731593000687935, "them": 0.16693536115319046}, "growing": {"his - them": 0.1142572414644003, "his": 0.2727894261333167, "them": 0.1585321846689164}, "guidance": {"his - them": 0.06161703251667103, "his": 0.30453572399984596, "them": 0.24291869148317494}, "gun": {"his - them": 0.07483991331190504, "his": 0.25665176961052144, "them": 0.1818118562986164}, "guy": {"his - them": 0.09820991241801966, "his": 0.2665646429482779, "them": 0.16835473053025826}, "guys": {"his - them": -0.007767053890508552, "his": 0.16696046809395795, "them": 0.1747275219844665}, "h": {"his - them": 0.019848099379548706, "his": 0.2259381971237672, "them": 0.2060900977442185}, "had": {"his - them": 0.04327578684683947, "his": 0.28006212372014855, "them": 0.23678633687330908}, "hair": {"his - them": 0.06671257969001038, "his": 0.14251091117726492, "them": 0.07579833148725454}, "half": {"his - them": 0.005439162779436457, "his": 0.20470074558397866, "them": 0.1992615828045422}, "hall": {"his - them": 0.06394007757016451, "his": 0.24315065278707032, "them": 0.1792105752169058}, "hammer": {"his - them": 0.06321336055751617, "his": 0.26377577301256167, "them": 0.2005624124550455}, "hand": {"his - them": 0.021947862578532512, "his": 0.23154231958668378, "them": 0.20959445700815127}, "handed": {"his - them": 0.01937838629385577, "his": 0.25767118814871676, "them": 0.23829280185486099}, "hands": {"his - them": 0.09731025693187798, "his": 0.29978111454451695, "them": 0.20247085761263897}, "happen": {"his - them": 0.042700232890629936, "his": 0.2378421421798994, "them": 0.19514190928926947}, "happened": {"his - them": 0.042766274305317736, "his": 0.23523302644502855, "them": 0.19246675213971082}, "happening": {"his - them": 0.020058471331844435, "his": 0.21104872419857681, "them": 0.19099025286673238}, "hard": {"his - them": -0.05992552119111008, "his": 0.1565695897543766, "them": 0.21649511094548668}, "hardly": {"his - them": 0.06419563915337723, "his": 0.23550656811297457, "them": 0.17131092895959735}, "has": {"his - them": 0.0834008920990808, "his": 0.30935116730832835, "them": 0.22595027520924754}, "hate": {"his - them": -0.021078092798375803, "his": 0.18533482118386033, "them": 0.20641291398223613}, "hates": {"his - them": 0.06379138911462529, "his": 0.247498745798785, "them": 0.18370735668415972}, "have": {"his - them": -0.07617952115850274, "his": 0.2544106359034107, "them": 0.3305901570619134}, "having": {"his - them": 0.02064389637007022, "his": 0.16696046809395795, "them": 0.14631657172388773}, "he": {"his - them": 0.2669695337375798, "his": 0.43106342921291674, "them": 0.16409389547533695}, "head": {"his - them": 0.09837740948910259, "his": 0.281277606093537, "them": 0.18290019660443443}, "heard": {"his - them": 0.06199753493197163, "his": 0.24448548535852616, "them": 0.18248795042655452}, "heart": {"his - them": 0.06502594416004753, "his": 0.20894494083424908, "them": 0.14391899667420155}, "hell": {"his - them": -0.021041803925053226, "his": 0.19907206750783152, "them": 0.22011387143288474}, "help": {"his - them": 0.005632181349289667, "his": 0.2571980850481898, "them": 0.25156590369890014}, "her": {"his - them": 0.07939072514475978, "his": 0.24955203845235488, "them": 0.1701613133075951}, "here": {"his - them": -0.11123018926642146, "his": 0.09438397101439945, "them": 0.2056141602808209}, "heritage": {"his - them": -0.028556606175595994, "his": 0.20497973971832978, "them": 0.23353634589392577}, "hey": {"his - them": 0.0721448741066899, "his": 0.20112033331936574, "them": 0.12897545921267584}, "high": {"his - them": -0.045878619525208164, "his": 0.143777660422248, "them": 0.18965627994745615}, "him": {"his - them": 0.31216653013986384, "his": 0.42858690022736673, "them": 0.11642037008750289}, "his": {"his - them": 0.5554755704807451, "his": 0.6744681055708819, "them": 0.11899253509013676}, "history": {"his - them": 0.037360731540518, "his": 0.24544663585991944, "them": 0.20808590431940144}, "holocaust": {"his - them": 0.06552040500257891, "his": 0.1915820093199644, "them": 0.1260616043173855}, "home": {"his - them": 0.03375281579633721, "his": 0.25573918960059444, "them": 0.22198637380425723}, "homeland": {"his - them": 0.06407396197412935, "his": 0.23917380972275093, "them": 0.17509984774862158}, "homes": {"his - them": 0.11481228124697829, "his": 0.26315781227125806, "them": 0.14834553102427978}, "honor": {"his - them": 0.11353039523119654, "his": 0.2848413241907939, "them": 0.17131092895959735}, "hope": {"his - them": 0.15005438769958512, "his": 0.23541494365921584, "them": 0.0853605559596307}, "hospital": {"his - them": 0.06321336055751617, "his": 0.26377577301256167, "them": 0.2005624124550455}, "hours": {"his - them": 0.1252182447578701, "his": 0.30283518533815673, "them": 0.17761694058028663}, "house": {"his - them": 0.15190318529731958, "his": 0.321458661989992, "them": 0.16955547669267243}, "houston": {"his - them": 0.06419563915337723, "his": 0.23550656811297457, "them": 0.17131092895959735}, "how": {"his - them": -0.027035679287115782, "his": 0.2410993172149953, "them": 0.2681349965021111}, "http": {"his - them": 0.006032469765237886, "his": 0.13542813503892337, "them": 0.12939566527368548}, "https": {"his - them": 0.021152853919680303, "his": 0.1246697619321303, "them": 0.10351690801244999}, "humans": {"his - them": 0.02002786801520015, "his": 0.21324318206475487, "them": 0.19321531404955472}, "i": {"his - them": -0.027388102464600772, "his": 0.31785959313002926, "them": 0.34524769559463003}, "id": {"his - them": 0.06539213619139142, "his": 0.19621702246299408, "them": 0.13082488627160266}, "ie": {"his - them": 0.11455124711695952, "his": 0.267737115969142, "them": 0.1531858688521825}, "if": {"his - them": -0.034987895642747346, "his": 0.26601756368157403, "them": 0.3010054593243214}, "im": {"his - them": -0.09381920481368387, "his": 0.11713300039463724, "them": 0.21095220520832111}, "imagine": {"his - them": 0.06539213619139142, "his": 0.19621702246299408, "them": 0.13082488627160266}, "in": {"his - them": 0.0315041019670787, "his": 0.35616586952235174, "them": 0.32466176755527304}, "information": {"his - them": 0.020465184840032513, "his": 0.18087483562752185, "them": 0.16040965078748934}, "ing": {"his - them": 0.06440981640142918, "his": 0.22892208425868055, "them": 0.16451226785725137}, "instead": {"his - them": -0.04530276012789536, "his": 0.1915820093199644, "them": 0.23688476944785977}, "internet": {"his - them": -0.028719621380629418, "his": 0.18087483562752185, "them": 0.20959445700815127}, "interviews": {"his - them": 0.01904054623189727, "his": 0.27936354658501444, "them": 0.2603230003531172}, "into": {"his - them": 0.0278297773640791, "his": 0.27819190931038756, "them": 0.25036213194630846}, "ireland": {"his - them": -0.046098206695353944, "his": 0.11630161473559625, "them": 0.1623998214309502}, "irish": {"his - them": 0.02109664582669933, "his": 0.12955877143570382, "them": 0.10846212560900449}, "is": {"his - them": 0.011903382452466471, "his": 0.2995798051629441, "them": 0.2876764227104776}, "it": {"his - them": -0.011556680869309999, "his": 0.28690537789376824, "them": 0.29846205876307824}, "its": {"his - them": -0.08751355716375087, "his": 0.14307962047641287, "them": 0.23059317764016374}, "jail": {"his - them": 0.02138540831183533, "his": 0.2653943149139471, "them": 0.24400890660211177}, "jesus": {"his - them": 0.09722034734279295, "his": 0.3012851530903715, "them": 0.20406480574757857}, "jew": {"his - them": 0.03532002183121055, "his": 0.24558519274303564, "them": 0.2102651709118251}, "jewish": {"his - them": 0.02235636742095276, "his": 0.20544385431209033, "them": 0.18308748689113757}, "jews": {"his - them": 0.003452886253479559, "his": 0.2759746474705438, "them": 0.27252176121706423}, "job": {"his - them": 0.02056754496562463, "his": 0.1729583851784586, "them": 0.15239084021283397}, "jones": {"his - them": 0.06343411093224371, "his": 0.25767118814871676, "them": 0.19423707721647304}, "judge": {"his - them": 0.0652982660365437, "his": 0.19954848413216753, "them": 0.13425021809562382}, "jumped": {"his - them": 0.0195321274644151, "his": 0.247498745798785, "them": 0.2279666183343699}, "just": {"his - them": -0.05892165647072817, "his": 0.22554053213823566, "them": 0.28446218860896383}, "k": {"his - them": 0.14655657180441953, "his": 0.28639408861473914, "them": 0.1398375168103196}, "katz": {"his - them": 0.06060070850086935, "his": 0.328008702747323, "them": 0.2674079942464537}, "keep": {"his - them": 0.014649801761105197, "his": 0.24394310558456347, "them": 0.22929330382345828}, "kept": {"his - them": 0.06394007757016451, "his": 0.24315065278707032, "them": 0.1792105752169058}, "kicked": {"his - them": 0.11214152881815542, "his": 0.30637860603462846, "them": 0.19423707721647304}, "kid": {"his - them": 0.09601044205256393, "his": 0.3279421360010173, "them": 0.23193169394845337}, "kids": {"his - them": -0.025498064431722978, "his": 0.2371465866603627, "them": 0.2626446510920857}, "killed": {"his - them": 0.1606689212734415, "his": 0.32490093450237884, "them": 0.16423201322893732}, "killing": {"his - them": -0.04520898411669272, "his": 0.19785645997082776, "them": 0.24306544408752048}, "kind": {"his - them": 0.005328133904712373, "his": 0.21791861300292284, "them": 0.21259047909821047}, "knew": {"his - them": 0.11602357830577498, "his": 0.240585485955433, "them": 0.12456190764965802}, "knife": {"his - them": 0.06430708019966888, "his": 0.23210167471132323, "them": 0.16779459451165435}, "knocking": {"his - them": 0.062209631635309764, "his": 0.2900288689065727, "them": 0.22781923727126294}, "know": {"his - them": -0.020052843899903278, "his": 0.22800001006868506, "them": 0.24805285396858834}, "known": {"his - them": 0.06450506089857572, "his": 0.2259381971237672, "them": 0.16143313622519148}, "knows": {"his - them": 0.02036221939249408, "his": 0.18870082983750203, "them": 0.16833861044500795}, "ko": {"his - them": 0.06262805324865217, "his": 0.27936354658501444, "them": 0.21673549333636227}, "lack": {"his - them": 0.06430708019966888, "his": 0.23210167471132323, "them": 0.16779459451165435}, "lady": {"his - them": 0.0650854511388213, "his": 0.20692418111597152, "them": 0.14183872997715022}, "laid": {"his - them": 0.06295092585322962, "his": 0.2708676106697061, "them": 0.2079166848164765}, "land": {"his - them": 0.06586792766890638, "his": 0.1784958238477738, "them": 0.11262789617886741}, "large": {"his - them": -0.05907091691082261, "his": 0.19954848413216753, "them": 0.25861940104299014}, "last": {"his - them": 0.023066564172526033, "his": 0.15628179989473875, "them": 0.13321523572221272}, "later": {"his - them": 0.11691164721781225, "his": 0.30559518055191465, "them": 0.1886835333341024}, "latest": {"his - them": 0.167589810002997, "his": 0.33210207786024837, "them": 0.16451226785725137}, "laugh": {"his - them": -0.007844064730463118, "his": 0.19462679288217585, "them": 0.20247085761263897}, "laughing": {"his - them": 0.019759143398148715, "his": 0.23210167471132323, "them": 0.21234253131317452}, "least": {"his - them": 0.02234489188133229, "his": 0.20619655410359347, "them": 0.18385166222226118}, "leave": {"his - them": 0.023038728680908088, "his": 0.2556261991712884, "them": 0.23258747049038034}, "led": {"his - them": 0.06362437824184639, "his": 0.2523007351700474, "them": 0.18867635692820103}, "left": {"his - them": 0.07858515844505465, "his": 0.25520444318300006, "them": 0.17661928473794541}, "legal": {"his - them": 0.06419563915337723, "his": 0.23550656811297457, "them": 0.17131092895959735}, "let": {"his - them": 0.014381772381505786, "his": 0.2740455184371897, "them": 0.25966374605568393}, "lets": {"his - them": -0.02868023319062732, "his": 0.18731593000687935, "them": 0.21599616319750667}, "level": {"his - them": 0.019995729124274775, "his": 0.21553709952500583, "them": 0.19554137040073105}, "liberal": {"his - them": -0.04545305705302005, "his": 0.18087483562752185, "them": 0.2263278926805419}, "lies": {"his - them": 0.02130261560189564, "his": 0.27019766765068826, "them": 0.24889505204879261}, "life": {"his - them": 0.023499705737748816, "his": 0.22933014166147175, "them": 0.20583043592372294}, "light": {"his - them": 0.07511686508008744, "his": 0.24984438706455395, "them": 0.1747275219844665}, "like": {"his - them": 0.0036071276502892546, "his": 0.2623956453088337, "them": 0.25878851765854444}, "limerick": {"his - them": 0.06808580417976748, "his": 0.30637860603462846, "them": 0.23829280185486099}, "line": {"his - them": 0.07136698343913667, "his": 0.22483602668507566, "them": 0.153469043245939}, "list": {"his - them": 0.020303796700947813, "his": 0.19308271381204514, "them": 0.17277891711109733}, "listen": {"his - them": 0.02184597898239274, "his": 0.2378421421798994, "them": 0.21599616319750667}, "little": {"his - them": 0.024704500810704327, "his": 0.22957992151560164, "them": 0.2048754207048973}, "live": {"his - them": -0.04616868677398306, "his": 0.1042612698476412, "them": 0.15042995662162426}, "lives": {"his - them": 0.0704628045701621, "his": 0.24979470972004772, "them": 0.17933190514988562}, "ll": {"his - them": -0.05935056718998816, "his": 0.1594082217913723, "them": 0.21875878898136045}, "load": {"his - them": 0.019459925289238844, "his": 0.2523007351700474, "them": 0.23284080988080857}, "local": {"his - them": 0.11674473900343534, "his": 0.22589840129923736, "them": 0.10915366229580202}, "lol": {"his - them": 0.07191079683200588, "his": 0.20851497152436804, "them": 0.13660417469236216}, "long": {"his - them": 0.0004496199904067133, "his": 0.20982988154875556, "them": 0.20938026155834885}, "look": {"his - them": -0.01074793205858618, "his": 0.24578290948408024, "them": 0.2565308415426664}, "looked": {"his - them": -0.00783311355986846, "his": 0.19012215114475436, "them": 0.19795526470462282}, "looking": {"his - them": -0.008620167312594934, "his": 0.1597649247686504, "them": 0.16838509208124533}, "looks": {"his - them": 0.04742760054168635, "his": 0.25391235631548964, "them": 0.2064847557738033}, "love": {"his - them": -0.07250250595056468, "his": 0.14127000020068595, "them": 0.21377250615125062}, "low": {"his - them": 0.06450506089857572, "his": 0.2259381971237672, "them": 0.16143313622519148}, "lunch": {"his - them": 0.0195321274644151, "his": 0.247498745798785, "them": 0.2279666183343699}, "lying": {"his - them": 0.06407396197412935, "his": 0.23917380972275093, "them": 0.17509984774862158}, "m": {"his - them": 0.027068669013201846, "his": 0.20666394313772374, "them": 0.1795952741245219}, "made": {"his - them": 0.02252961779116766, "his": 0.19393158636421495, "them": 0.1714019685730473}, "magic": {"his - them": 0.06262805324865217, "his": 0.27936354658501444, "them": 0.21673549333636227}, "mainstream": {"his - them": 0.06394007757016451, "his": 0.24315065278707032, "them": 0.1792105752169058}, "maintain": {"his - them": 0.06262805324865217, "his": 0.27936354658501444, "them": 0.21673549333636227}, "make": {"his - them": -0.027285328727387426, "his": 0.23017585471730145, "them": 0.2574611834446889}, "makes": {"his - them": -0.08289620090015082, "his": 0.1598308514990346, "them": 0.2427270523991854}, "male": {"his - them": -0.007805332089047046, "his": 0.17967254675902877, "them": 0.18747787884807582}, "man": {"his - them": 0.26006770179797656, "his": 0.3112802933005365, "them": 0.05121259150255999}, "managers": {"his - them": 0.06060070850086935, "his": 0.328008702747323, "them": 0.2674079942464537}, "mans": {"his - them": 0.06295092585322962, "his": 0.2708676106697061, "them": 0.2079166848164765}, "many": {"his - them": -0.10366435185446468, "his": 0.17223435120393452, "them": 0.2758987030583992}, "marriage": {"his - them": 0.11373378751728108, "his": 0.28152838202893543, "them": 0.16779459451165435}, "mate": {"his - them": -0.007886818107539217, "his": 0.21553709952500583, "them": 0.22342391763254504}, "matter": {"his - them": -0.028733399321064224, "his": 0.1784958238477738, "them": 0.20722922316883802}, "may": {"his - them": 0.005519603738533191, "his": 0.19517588368598934, "them": 0.18965627994745615}, "maybe": {"his - them": -0.009925435441148184, "his": 0.22957992151560164, "them": 0.23950535695674982}, "me": {"his - them": -0.020113036418552332, "his": 0.19485401508077524, "them": 0.21496705149932757}, "media": {"his - them": 0.03734012514620652, "his": 0.24629904960135957, "them": 0.20895892445515304}, "meet": {"his - them": 0.005475188754294008, "his": 0.20042966689883682, "them": 0.1949544781445428}, "meeting": {"his - them": 0.06419563915337723, "his": 0.23550656811297457, "them": 0.17131092895959735}, "men": {"his - them": -0.008749858198655869, "his": 0.20181918026196513, "them": 0.210569038460621}, "mercury": {"his - them": 0.06321336055751617, "his": 0.26377577301256167, "them": 0.2005624124550455}, "message": {"his - them": 0.11735247956571022, "his": 0.21259866543452957, "them": 0.09524618586881935}, "met": {"his - them": 0.020087679683414822, "his": 0.20894494083424908, "them": 0.18885726115083426}, "military": {"his - them": 0.0648976510404751, "his": 0.21324318206475487, "them": 0.14834553102427978}, "mind": {"his - them": -0.02870477838230978, "his": 0.18336108794222586, "them": 0.21206586632453564}, "minister": {"his - them": 0.06496344312687094, "his": 0.21104872419857681, "them": 0.14608528107170587}, "model": {"his - them": 0.06394007757016451, "his": 0.24315065278707032, "them": 0.1792105752169058}, "moment": {"his - them": 0.06514222290801017, "his": 0.20497973971832978, "them": 0.1398375168103196}, "money": {"his - them": -0.02888083988497786, "his": 0.14572884904687508, "them": 0.17460968893185294}, "monkey": {"his - them": 0.11353039523119654, "his": 0.2848413241907939, "them": 0.17131092895959735}, "monkeys": {"his - them": 0.01980517062470083, "his": 0.22892208425868055, "them": 0.20911691363397972}, "month": {"his - them": 0.02041576513578286, "his": 0.18464777836472018, "them": 0.16423201322893732}, "moon": {"his - them": 0.06343411093224371, "his": 0.25767118814871676, "them": 0.19423707721647304}, "more": {"his - them": -0.04115967588190286, "his": 0.22366593842739582, "them": 0.2648256143092987}, "mother": {"his - them": -0.007773181611070434, "his": 0.1688902510007865, "them": 0.17666343261185694}, "mouth": {"his - them": 0.14064493968732936, "his": 0.35644197677891315, "them": 0.2157970370915838}, "move": {"his - them": 0.020667448448971698, "his": 0.16509368648303097, "them": 0.14442623803405927}, "moved": {"his - them": 0.11635470053547638, "his": 0.23397454490185604, "them": 0.11761984436637966}, "movement": {"his - them": 0.06524844170136604, "his": 0.20129684216159016, "them": 0.13604840046022412}, "movie": {"his - them": 0.06519648640888254, "his": 0.20310570598979666, "them": 0.13790921958091412}, "much": {"his - them": -0.15605560242824096, "his": 0.10460617611497768, "them": 0.26066177854321865}, "murder": {"his - them": 0.1907368114274633, "his": 0.3033647076063307, "them": 0.11262789617886741}, "music": {"his - them": -0.02888083988497786, "his": 0.14572884904687508, "them": 0.17460968893185294}, "muslims": {"his - them": 0.06482822489066428, "his": 0.21553709952500583, "them": 0.15070887463434154}, "must": {"his - them": -0.045896339022899385, "his": 0.14188729691494545, "them": 0.18778363593784483}, "my": {"his - them": -0.010136852439996569, "his": 0.2266702213276937, "them": 0.23680707376769028}, "myself": {"his - them": 0.06595438049887532, "his": 0.17510804279467734, "them": 0.10915366229580202}, "n": {"his - them": -0.010194904671403632, "his": 0.24520688013586803, "them": 0.25540178480727166}, "name": {"his - them": 0.1349381323256061, "his": 0.32090510865909233, "them": 0.18596697633348622}, "nation": {"his - them": 0.11738943598838249, "his": 0.21175837615553098, "them": 0.09436894016714849}, "national": {"his - them": 0.06567220308824503, "his": 0.18596550898568412, "them": 0.12029330589743908}, "nationalist": {"his - them": 0.07602393305555766, "his": 0.22621443648018644, "them": 0.15019050342462878}, "nationalists": {"his - them": 0.06552040500257891, "his": 0.1915820093199644, "them": 0.1260616043173855}, "naturally": {"his - them": 0.06394007757016451, "his": 0.24315065278707032, "them": 0.1792105752169058}, "nazi": {"his - them": 0.06467680552319521, "his": 0.2204656231764001, "them": 0.15578881765320488}, "need": {"his - them": 0.006224573564339725, "his": 0.24277691556584471, "them": 0.236552342001505}, "needed": {"his - them": 0.06430708019966888, "his": 0.23210167471132323, "them": 0.16779459451165435}, "needs": {"his - them": 0.0648976510404751, "his": 0.21324318206475487, "them": 0.14834553102427978}, "negro": {"his - them": 0.17387548408455128, "his": 0.3136659915944859, "them": 0.1397905075099346}, "never": {"his - them": -0.06617841127122492, "his": 0.17852416336106472, "them": 0.24470257463228964}, "new": {"his - them": 0.024590927123447626, "his": 0.16070294808251254, "them": 0.1361120209590649}, "news": {"his - them": 0.11658986968539017, "his": 0.2454760284392355, "them": 0.12888615875384532}, "next": {"his - them": 0.05488208732206795, "his": 0.2238342516966281, "them": 0.16895216437456015}, "no": {"his - them": -0.03082492530582004, "his": 0.2210277109663506, "them": 0.25185263627217064}, "non": {"his - them": -0.0420405092005392, "his": 0.16306564819133174, "them": 0.20510615739187094}, "none": {"his - them": 0.005139359952487488, "his": 0.240585485955433, "them": 0.2354461260029455}, "nor": {"his - them": 0.019888323121437484, "his": 0.22312597567248008, "them": 0.2032376525510426}, "nordic": {"his - them": 0.0657412435758462, "his": 0.18336108794222586, "them": 0.11761984436637966}, "nose": {"his - them": 0.06419563915337723, "his": 0.23550656811297457, "them": 0.17131092895959735}, "not": {"his - them": -0.09259775766133269, "his": 0.22070280954752822, "them": 0.3133005672088609}, "note": {"his - them": 0.06519648640888254, "his": 0.20310570598979666, "them": 0.13790921958091412}, "nothing": {"his - them": 0.00044651250923966046, "his": 0.2102954936560129, "them": 0.20984898114677325}, "notice": {"his - them": 0.06482822489066428, "his": 0.21553709952500583, "them": 0.15070887463434154}, "now": {"his - them": -0.003982140694533565, "his": 0.21429653138125265, "them": 0.21827867207578622}, "number": {"his - them": 0.1155444916244239, "his": 0.24979470972004772, "them": 0.13425021809562382}, "numbers": {"his - them": -0.07095141217995293, "his": 0.20310570598979666, "them": 0.2740571181697496}, "of": {"his - them": -0.016216802322462698, "his": 0.35497421731514467, "them": 0.37119101963760737}, "off": {"his - them": -0.02993997915677063, "his": 0.21862583427196303, "them": 0.24856581342873366}, "office": {"his - them": 0.01959693008614316, "his": 0.24315065278707032, "them": 0.22355372270092716}, "officers": {"his - them": 0.06362437824184639, "his": 0.2523007351700474, "them": 0.18867635692820103}, "officials": {"his - them": 0.06343411093224371, "his": 0.25767118814871676, "them": 0.19423707721647304}, "often": {"his - them": 0.06502594416004753, "his": 0.20894494083424908, "them": 0.14391899667420155}, "ok": {"his - them": 0.07441070408593953, "his": 0.26687745622565034, "them": 0.19246675213971082}, "old": {"his - them": 0.09988611251004342, "his": 0.23424097453464174, "them": 0.13435486202459831}, "on": {"his - them": 0.03284392871772451, "his": 0.33490256523603595, "them": 0.30205863651831144}, "once": {"his - them": 0.011197590022221426, "his": 0.2286937518100318, "them": 0.21749616178781037}, "one": {"his - them": -0.0008572804142134571, "his": 0.2599368441159266, "them": 0.26079412453014006}, "ones": {"his - them": -0.007785727763614442, "his": 0.1729583851784586, "them": 0.18074411294207304}, "only": {"his - them": 0.047244278296180414, "his": 0.2902716911457167, "them": 0.2430274128495363}, "onto": {"his - them": 0.01970953102139078, "his": 0.23550656811297457, "them": 0.2157970370915838}, "open": {"his - them": 0.02064389637007022, "his": 0.16696046809395795, "them": 0.14631657172388773}, "or": {"his - them": -0.024998439976846143, "his": 0.25912952633175407, "them": 0.2841279663086002}, "org": {"his - them": 0.07264953546065017, "his": 0.18427477224550154, "them": 0.11162523678485137}, "other": {"his - them": 0.05178763456802915, "his": 0.25922589027918364, "them": 0.20743825571115448}, "others": {"his - them": 0.07157058267125724, "his": 0.2188559957063084, "them": 0.14728541303505116}, "our": {"his - them": -0.029462384137677683, "his": 0.2330455893417062, "them": 0.26250797347938387}, "out": {"his - them": -0.05247319137236378, "his": 0.25591690999021677, "them": 0.30839010136258055}, "over": {"his - them": 0.0485195051132577, "his": 0.25400776431826233, "them": 0.20548825920500463}, "overeactcted": {"his - them": 0.06060070850086935, "his": 0.328008702747323, "them": 0.2674079942464537}, "own": {"his - them": 0.012945656807279715, "his": 0.28793843803771196, "them": 0.27499278123043225}, "owner": {"his - them": 0.06440981640142918, "his": 0.22892208425868055, "them": 0.16451226785725137}, "p": {"his - them": 0.17220544858996048, "his": 0.2802466110443367, "them": 0.1080411624543762}, "pale": {"his - them": 0.06362437824184639, "his": 0.2523007351700474, "them": 0.18867635692820103}, "parade": {"his - them": 0.06430708019966888, "his": 0.23210167471132323, "them": 0.16779459451165435}, "parents": {"his - them": 0.043296905973296745, "his": 0.2134514835685621, "them": 0.17015457759526537}, "part": {"his - them": 0.03784044898426489, "his": 0.22501249101808743, "them": 0.18717204203382254}, "party": {"his - them": 0.0660600579385371, "his": 0.17088778356306558, "them": 0.10482772562452848}, "pass": {"his - them": -0.05952071036786297, "his": 0.1784958238477738, "them": 0.23801653421563676}, "past": {"his - them": -0.04538313000707614, "his": 0.18596550898568412, "them": 0.23134863899276026}, "paying": {"his - them": 0.01937838629385577, "his": 0.25767118814871676, "them": 0.23829280185486099}, "people": {"his - them": -0.040968999317175625, "his": 0.24909772733582064, "them": 0.29006672665299627}, "person": {"his - them": 0.005784625863022724, "his": 0.24078757476375517, "them": 0.23500294890073245}, "personal": {"his - them": 0.06467680552319521, "his": 0.2204656231764001, "them": 0.15578881765320488}, "perspective": {"his - them": 0.06343411093224371, "his": 0.25767118814871676, "them": 0.19423707721647304}, "phone": {"his - them": -0.05907091691082261, "his": 0.19954848413216753, "them": 0.25861940104299014}, "pic": {"his - them": 0.06407396197412935, "his": 0.23917380972275093, "them": 0.17509984774862158}, "picture": {"his - them": -0.05968753605233704, "his": 0.1698802305350312, "them": 0.22956776658736824}, "pictures": {"his - them": -0.028752302216691228, "his": 0.17510804279467734, "them": 0.20386034501136857}, "place": {"his - them": 0.022709015898461415, "his": 0.1817015799134404, "them": 0.158992564014979}, "play": {"his - them": -0.007840380480560044, "his": 0.19308271381204514, "them": 0.2009230942926052}, "point": {"his - them": 0.04331693059382394, "his": 0.21259866543452957, "them": 0.16928173484070563}, "poles": {"his - them": 0.06419563915337723, "his": 0.23550656811297457, "them": 0.17131092895959735}, "police": {"his - them": 0.04356516421992529, "his": 0.20181918026196513, "them": 0.15825401604203984}, "political": {"his - them": 0.06450506089857572, "his": 0.2259381971237672, "them": 0.16143313622519148}, "pool": {"his - them": 0.06379138911462529, "his": 0.247498745798785, "them": 0.18370735668415972}, "poor": {"his - them": 0.07113266879919444, "his": 0.23154231958668378, "them": 0.16040965078748934}, "possible": {"his - them": 0.020261668087339146, "his": 0.19621702246299408, "them": 0.17595535437565493}, "post": {"his - them": -0.02110818007395901, "his": 0.16774406187836782, "them": 0.18885224195232683}, "power": {"his - them": 0.11647383819864139, "his": 0.23154231958668378, "them": 0.11506848138804239}, "preach": {"his - them": 0.06262805324865217, "his": 0.27936354658501444, "them": 0.21673549333636227}, "presence": {"his - them": 0.06262805324865217, "his": 0.27936354658501444, "them": 0.21673549333636227}, "present": {"his - them": 0.11481228124697829, "his": 0.26315781227125806, "them": 0.14834553102427978}, "pride": {"his - them": 0.07143787457134698, "his": 0.2227705487122938, "them": 0.1513326741409468}, "prison": {"his - them": 0.11455124711695952, "his": 0.267737115969142, "them": 0.1531858688521825}, "private": {"his - them": 0.06467680552319521, "his": 0.2204656231764001, "them": 0.15578881765320488}, "pro": {"his - them": -0.007825979282390122, "his": 0.18731593000687935, "them": 0.19514190928926947}, "probably": {"his - them": -0.072339176183711, "his": 0.1491280997867173, "them": 0.22146727597042828}, "property": {"his - them": 0.06407396197412935, "his": 0.23917380972275093, "them": 0.17509984774862158}, "protect": {"his - them": 0.14500848779056372, "his": 0.3064416240157552, "them": 0.16143313622519148}, "proud": {"his - them": 0.0987031649672657, "his": 0.27536659757912263, "them": 0.17666343261185694}, "public": {"his - them": 0.03758343325336444, "his": 0.23610505440363108, "them": 0.19852162115026664}, "pull": {"his - them": 0.01959693008614316, "his": 0.24315065278707032, "them": 0.22355372270092716}, "put": {"his - them": -0.0807932694286729, "his": 0.20323161187649555, "them": 0.28402488130516845}, "q": {"his - them": 0.06379138911462529, "his": 0.247498745798785, "them": 0.18370735668415972}, "race": {"his - them": -0.0876472395532241, "his": 0.13797235897441942, "them": 0.22561959852764352}, "races": {"his - them": 0.11641511911271143, "his": 0.2327447666633402, "them": 0.11632964755062877}, "racist": {"his - them": 0.0722888707648733, "his": 0.19644655573476588, "them": 0.12415768496989259}, "ramifications": {"his - them": 0.06161703251667103, "his": 0.30453572399984596, "them": 0.24291869148317494}, "rather": {"his - them": -0.045401497059507856, "his": 0.18464777836472018, "them": 0.23004927542422804}, "re": {"his - them": -0.05116709687099322, "his": 0.15265033993630092, "them": 0.20381743680729414}, "read": {"his - them": -0.018323321367253842, "his": 0.2117136288381602, "them": 0.23003695020541404}, "reading": {"his - them": 0.10203568570243579, "his": 0.2779910400780907, "them": 0.17595535437565493}, "reality": {"his - them": 0.019995729124274775, "his": 0.21553709952500583, "them": 0.19554137040073105}, "really": {"his - them": 0.022849048830830082, "his": 0.17192007920974356, "them": 0.14907103037891348}, "reason": {"his - them": -0.07193193613194526, "his": 0.16696046809395795, "them": 0.23889240422590322}, "recently": {"his - them": 0.06496344312687094, "his": 0.21104872419857681, "them": 0.14608528107170587}, "release": {"his - them": 0.06295092585322962, "his": 0.2708676106697061, "them": 0.2079166848164765}, "remember": {"his - them": 0.02309192235059468, "his": 0.2526596889379629, "them": 0.22956776658736824}, "reply": {"his - them": 0.06467680552319521, "his": 0.2204656231764001, "them": 0.15578881765320488}, "rest": {"his - them": 0.07461356334612584, "his": 0.26209144219420166, "them": 0.18747787884807582}, "right": {"his - them": 0.040368664719968694, "his": 0.2703573839704189, "them": 0.22998871925045022}, "road": {"his - them": 0.11440884999748338, "his": 0.27019766765068826, "them": 0.15578881765320488}, "roars": {"his - them": 0.06060070850086935, "his": 0.328008702747323, "them": 0.2674079942464537}, "rob": {"his - them": 0.01904054623189727, "his": 0.27936354658501444, "them": 0.2603230003531172}, "role": {"his - them": 0.01959693008614316, "his": 0.24315065278707032, "them": 0.22355372270092716}, "rules": {"his - them": 0.01980517062470083, "his": 0.22892208425868055, "them": 0.20911691363397972}, "run": {"his - them": -0.007761018282550214, "his": 0.16509368648303097, "them": 0.17285470476558118}, "running": {"his - them": 0.07405924389262653, "his": 0.2749823381852317, "them": 0.2009230942926052}, "s": {"his - them": 0.045432725082728276, "his": 0.2721965516600097, "them": 0.22676382657728145}, "sad": {"his - them": 0.0712147227557485, "his": 0.22921441125179787, "them": 0.15799968849604937}, "safe": {"his - them": 0.019995729124274775, "his": 0.21553709952500583, "them": 0.19554137040073105}, "safety": {"his - them": 0.06321336055751617, "his": 0.26377577301256167, "them": 0.2005624124550455}, "said": {"his - them": 0.09845347296923113, "his": 0.2633634067274727, "them": 0.1649099337582416}, "same": {"his - them": -0.1263749740951025, "his": 0.09961011548118198, "them": 0.2259850895762845}, "saw": {"his - them": 0.09885976641123273, "his": 0.25388826148772237, "them": 0.15502849507648964}, "say": {"his - them": 0.019453058879354057, "his": 0.22877916201316295, "them": 0.2093261031338089}, "says": {"his - them": 0.02235636742095276, "his": 0.20544385431209033, "them": 0.18308748689113757}, "school": {"his - them": -0.030146490381451868, "his": 0.2226206921143972, "them": 0.25276718249584906}, "screaming": {"his - them": 0.01937838629385577, "his": 0.25767118814871676, "them": 0.23829280185486099}, "scum": {"his - them": -0.028696918661126725, "his": 0.18464777836472018, "them": 0.2133446970258469}, "search": {"his - them": 0.06543644963293915, "his": 0.19462679288217585, "them": 0.1291903432492367}, "second": {"his - them": 0.02016808104776488, "his": 0.20310570598979666, "them": 0.18293762494203178}, "section": {"his - them": 0.06556024349509634, "his": 0.19012215114475436, "them": 0.12456190764965802}, "security": {"his - them": 0.1153584205629003, "his": 0.2532676401438144, "them": 0.13790921958091412}, "see": {"his - them": -0.0038274457893219815, "his": 0.24189133701520812, "them": 0.2457187828045301}, "seek": {"his - them": 0.06379138911462529, "his": 0.247498745798785, "them": 0.18370735668415972}, "seem": {"his - them": -0.00785914650370545, "his": 0.20129684216159016, "them": 0.2091559886652956}, "self": {"his - them": 0.09712718899325767, "his": 0.30283518533815673, "them": 0.20570799634489906}, "sell": {"his - them": 0.06467680552319521, "his": 0.2204656231764001, "them": 0.15578881765320488}, "selling": {"his - them": 0.06321336055751617, "his": 0.26377577301256167, "them": 0.2005624124550455}, "send": {"his - them": -0.07222768318823841, "his": 0.1542373386158663, "them": 0.22646502180410472}, "sent": {"his - them": -0.028712340466642172, "his": 0.1821039117181611, "them": 0.21081625218480327}, "service": {"his - them": 0.041687022625287895, "his": 0.2755283542956069, "them": 0.233841331670319}, "set": {"his - them": 0.10257729126774015, "his": 0.26814439200245765, "them": 0.1655671007347175}, "sexuality": {"his - them": 0.06161703251667103, "his": 0.30453572399984596, "them": 0.24291869148317494}, "shall": {"his - them": 0.11455124711695952, "his": 0.267737115969142, "them": 0.1531858688521825}, "she": {"his - them": 0.005956237193108144, "his": 0.14420485790664928, "them": 0.13824862071354113}, "shot": {"his - them": 0.14479631194264628, "his": 0.3103634126773638, "them": 0.1655671007347175}, "should": {"his - them": -0.004894234435694977, "his": 0.27400311535529304, "them": 0.278897349790988}, "shoving": {"his - them": 0.06060070850086935, "his": 0.328008702747323, "them": 0.2674079942464537}, "show": {"his - them": -0.10297000283113829, "his": 0.1107612970673562, "them": 0.2137312998984945}, "shows": {"his - them": 0.02055388542532524, "his": 0.17402292867126423, "them": 0.153469043245939}, "shut": {"his - them": 0.06379138911462529, "his": 0.247498745798785, "them": 0.18370735668415972}, "since": {"his - them": -0.03197638898065497, "his": 0.1891961455165114, "them": 0.22117253449716637}, "sit": {"his - them": -0.028451361977471695, "his": 0.2179406345215041, "them": 0.2463919964989758}, "site": {"his - them": -0.028918759925522758, "his": 0.1321534616435041, "them": 0.16107222156902687}, "skills": {"his - them": 0.019759143398148715, "his": 0.23210167471132323, "them": 0.21234253131317452}, "skin": {"his - them": -0.04573100296892241, "his": 0.15817749120575172, "them": 0.20390849417467413}, "skinny": {"his - them": 0.06295092585322962, "his": 0.2708676106697061, "them": 0.2079166848164765}, "slow": {"his - them": 0.06343411093224371, "his": 0.25767118814871676, "them": 0.19423707721647304}, "small": {"his - them": -0.04574859328047398, "his": 0.1565695897543766, "them": 0.20231818303485058}, "so": {"his - them": -0.0030785990145942854, "his": 0.2879283493028594, "them": 0.29100694831745366}, "social": {"his - them": 0.005076881626350921, "his": 0.2481423257138714, "them": 0.24306544408752048}, "soldiers": {"his - them": -0.00790313454655181, "his": 0.2259381971237672, "them": 0.233841331670319}, "some": {"his - them": -0.054205270965106384, "his": 0.20916337421193446, "them": 0.26336864517704084}, "someone": {"his - them": 0.005843679224833254, "his": 0.2344653822264856, "them": 0.22862170300165235}, "something": {"his - them": 0.04422385154186201, "his": 0.17106279875256636, "them": 0.12683894721070435}, "sometimes": {"his - them": -0.007836730218066024, "his": 0.1915820093199644, "them": 0.19941873953803044}, "son": {"his - them": 0.11635470053547638, "his": 0.23397454490185604, "them": 0.11761984436637966}, "song": {"his - them": 0.06586792766890638, "his": 0.1784958238477738, "them": 0.11262789617886741}, "soon": {"his - them": -0.009437410615149966, "his": 0.23756007418791128, "them": 0.24699748480306125}, "sorry": {"his - them": 0.020606858227622454, "his": 0.1698802305350312, "them": 0.14927337230740875}, "sort": {"his - them": -0.00785914650370545, "his": 0.20129684216159016, "them": 0.2091559886652956}, "soul": {"his - them": 0.06475476566932162, "his": 0.2179406345215041, "them": 0.1531858688521825}, "south": {"his - them": 0.02077371685668944, "his": 0.1565695897543766, "them": 0.13579587289768716}, "speak": {"his - them": -0.028779817645330635, "his": 0.1698802305350312, "them": 0.19866004818036184}, "speaking": {"his - them": 0.01992616452457016, "his": 0.2204656231764001, "them": 0.20053945865182993}, "speech": {"his - them": 0.14500848779056372, "his": 0.3064416240157552, "them": 0.16143313622519148}, "spend": {"his - them": 0.06450506089857572, "his": 0.2259381971237672, "them": 0.16143313622519148}, "sports": {"his - them": -0.028642386317765473, "his": 0.19308271381204514, "them": 0.22172510012981062}, "stand": {"his - them": -0.007808697706580547, "his": 0.18087483562752185, "them": 0.1886835333341024}, "start": {"his - them": -0.08371901261089629, "his": 0.12755754753189472, "them": 0.211276560142791}, "started": {"his - them": -0.0077954068224252715, "his": 0.17621459955452276, "them": 0.18401000637694803}, "state": {"his - them": 0.0053655792491606735, "his": 0.2134514835685621, "them": 0.20808590431940144}, "step": {"his - them": 0.09977340258658932, "his": 0.3155704396781731, "them": 0.2157970370915838}, "stick": {"his - them": 0.07025939179272817, "his": 0.25509674716577707, "them": 0.1848373553730489}, "still": {"his - them": -0.032029360850889976, "his": 0.1817015799134404, "them": 0.21373094076433038}, "stood": {"his - them": 0.06853364944291399, "his": 0.2965002677772839, "them": 0.2279666183343699}, "stop": {"his - them": -0.11002275221373978, "his": 0.14507143414714688, "them": 0.25509418636088665}, "stories": {"his - them": 0.11481228124697829, "his": 0.26315781227125806, "them": 0.14834553102427978}, "stormed": {"his - them": 0.062209631635309764, "his": 0.2900288689065727, "them": 0.22781923727126294}, "stormfront": {"his - them": 0.021242829171085817, "his": 0.11671597490103322, "them": 0.0954731457299474}, "story": {"his - them": 0.15024494790285667, "his": 0.22933014166147175, "them": 0.07908519375861509}, "strange": {"his - them": 0.06467680552319521, "his": 0.2204656231764001, "them": 0.15578881765320488}, "street": {"his - them": 0.005173052900950298, "his": 0.23652169189371056, "them": 0.23134863899276026}, "student": {"his - them": 0.06502594416004753, "his": 0.20894494083424908, "them": 0.14391899667420155}, "students": {"his - them": 0.043098713815577366, "his": 0.22176590237330826, "them": 0.1786671885577309}, "stuff": {"his - them": 0.020631786955597753, "his": 0.1679171999906489, "them": 0.14728541303505116}, "stupid": {"his - them": -0.05988388828149477, "his": 0.1589983168496648, "them": 0.21888220513115958}, "style": {"his - them": 0.06440981640142918, "his": 0.22892208425868055, "them": 0.16451226785725137}, "such": {"his - them": -0.06023009387526451, "his": 0.1371149144550645, "them": 0.197345008330329}, "summer": {"his - them": 0.0652982660365437, "his": 0.19954848413216753, "them": 0.13425021809562382}, "support": {"his - them": 0.07542108193396663, "his": 0.24215997050590482, "them": 0.1667388885719382}, "sure": {"his - them": 0.02264046651107357, "his": 0.18641345129426232, "them": 0.16377298478318875}, "survive": {"his - them": 0.06394007757016451, "his": 0.24315065278707032, "them": 0.1792105752169058}, "suspect": {"his - them": 0.0695517735822741, "his": 0.2727894261333167, "them": 0.2032376525510426}, "system": {"his - them": 0.05349013959762325, "his": 0.26814439200245765, "them": 0.2146542524048344}, "t": {"his - them": -0.005886090274545452, "his": 0.2568596642837913, "them": 0.26274575455833676}, "take": {"his - them": -0.10294904271795516, "his": 0.1115246285774332, "them": 0.21447367129538836}, "taken": {"his - them": 0.11635470053547638, "his": 0.23397454490185604, "them": 0.11761984436637966}, "taking": {"his - them": -0.00783311355986846, "his": 0.19012215114475436, "them": 0.19795526470462282}, "talk": {"his - them": 0.024555986591488277, "his": 0.2377882415371107, "them": 0.21323225494562242}, "teach": {"his - them": -0.04543642834491918, "his": 0.1821039117181611, "them": 0.22754034006308027}, "teacher": {"his - them": 0.22147187653491332, "his": 0.32227595579406726, "them": 0.10080407925915394}, "teachers": {"his - them": -0.07208125600669385, "his": 0.1606754599717273, "them": 0.23275671597842115}, "teenagers": {"his - them": 0.06321336055751617, "his": 0.26377577301256167, "them": 0.2005624124550455}, "teeth": {"his - them": 0.01959693008614316, "his": 0.24315065278707032, "them": 0.22355372270092716}, "television": {"his - them": 0.06482822489066428, "his": 0.21553709952500583, "them": 0.15070887463434154}, "tell": {"his - them": -0.02640503867153446, "his": 0.2280641380300756, "them": 0.25446917670161007}, "telling": {"his - them": 0.07033001520178264, "his": 0.2532676401438144, "them": 0.18293762494203178}, "terror": {"his - them": 0.06321336055751617, "his": 0.26377577301256167, "them": 0.2005624124550455}, "than": {"his - them": -0.07923054545844976, "his": 0.1927744571169785, "them": 0.27200500257542826}, "thank": {"his - them": 0.10525575518907672, "his": 0.2121936383714249, "them": 0.10693788318234819}, "that": {"his - them": 0.02648190767440073, "his": 0.3312133149053964, "them": 0.3047314072309957}, "thats": {"his - them": -0.04545305705302005, "his": 0.18087483562752185, "them": 0.2263278926805419}, "the": {"his - them": 0.02597371484187333, "his": 0.36753658571099995, "them": 0.3415628708691266}, "their": {"his - them": -0.1686268942138339, "his": 0.17612810636653561, "them": 0.3447550005803695}, "them": {"his - them": -0.4985088720198696, "his": 0.13667140499164673, "them": 0.6351802770115164}, "themselves": {"his - them": -0.08298790360143676, "his": 0.1565695897543766, "them": 0.23955749335581336}, "then": {"his - them": -0.0011771820245353726, "his": 0.2716380483951536, "them": 0.27281523041968897}, "there": {"his - them": -0.11025898087473571, "his": 0.1581936312684835, "them": 0.2684526121432192}, "these": {"his - them": -0.011078135934565747, "his": 0.23800315827971247, "them": 0.24908129421427821}, "they": {"his - them": -0.1298094205879857, "his": 0.24457279726564865, "them": 0.37438221785363435}, "thing": {"his - them": -0.10280311634158745, "his": 0.11671597490103322, "them": 0.21951909124262067}, "things": {"his - them": -0.028896591810091715, "his": 0.14065888488258071, "them": 0.16955547669267243}, "think": {"his - them": -0.10813749760318819, "his": 0.15916868096239228, "them": 0.2673061785655805}, "third": {"his - them": 0.06519648640888254, "his": 0.20310570598979666, "them": 0.13790921958091412}, "this": {"his - them": 0.05068228920755946, "his": 0.27313364880750296, "them": 0.2224513595999435}, "those": {"his - them": -0.023777538989678326, "his": 0.1932645146850301, "them": 0.2170420536747084}, "thought": {"his - them": -0.04586627010700858, "his": 0.14507143414714688, "them": 0.19093770425415546}, "thousands": {"his - them": 0.07399388148936445, "his": 0.2764647391020034, "them": 0.20247085761263897}, "thread": {"his - them": 0.005783679907968353, "his": 0.16420401258148132, "them": 0.15842033267351296}, "threat": {"his - them": 0.06343411093224371, "his": 0.25767118814871676, "them": 0.19423707721647304}, "three": {"his - them": -0.028688743419150287, "his": 0.18596550898568412, "them": 0.2146542524048344}, "through": {"his - them": -0.05049341500960208, "his": 0.19840474933378888, "them": 0.24889816434339096}, "throw": {"his - them": -0.00787477464242936, "his": 0.20894494083424908, "them": 0.21681971547667844}, "thus": {"his - them": 0.06853364944291399, "his": 0.2965002677772839, "them": 0.2279666183343699}, "time": {"his - them": 0.05855539147989619, "his": 0.25922589027918364, "them": 0.20067049879928744}, "times": {"his - them": 0.0004433850068884526, "his": 0.21076461668766278, "them": 0.21032123168077432}, "to": {"his - them": -0.033099292390113444, "his": 0.3667183153448607, "them": 0.39981760773497416}, "today": {"his - them": -0.07242472764066349, "his": 0.14507143414714688, "them": 0.21749616178781037}, "together": {"his - them": 0.07588526522679215, "his": 0.22997346747615804, "them": 0.1540882022493659}, "told": {"his - them": -0.016894552177546263, "his": 0.2643915499212105, "them": 0.28128610209875676}, "too": {"his - them": 0.006318408522210356, "his": 0.2334698086282991, "them": 0.22715140010608875}, "took": {"his - them": -0.07164152210957692, "his": 0.1784958238477738, "them": 0.2501373459573507}, "top": {"his - them": 0.07064379468141926, "his": 0.24498750961626314, "them": 0.17434371493484388}, "town": {"his - them": 0.022616229635923357, "his": 0.18806782070221806, "them": 0.1654515910662947}, "trash": {"his - them": 0.019961891537276955, "his": 0.2179406345215041, "them": 0.19797874298422716}, "trip": {"his - them": 0.0195321274644151, "his": 0.247498745798785, "them": 0.2279666183343699}, "trudeau": {"his - them": 0.11392132615841821, "his": 0.2784335940156696, "them": 0.16451226785725137}, "truth": {"his - them": -0.02100146842916209, "his": 0.21093022551929128, "them": 0.23193169394845337}, "try": {"his - them": -0.10235132699465299, "his": 0.13162584665795576, "them": 0.23397717365260876}, "trying": {"his - them": 0.022501671392453043, "his": 0.19580784753465458, "them": 0.17330617614220153}, "turning": {"his - them": 0.06430708019966888, "his": 0.23210167471132323, "them": 0.16779459451165435}, "two": {"his - them": 0.06783550280588543, "his": 0.2426259663731504, "them": 0.17479046356726496}, "u": {"his - them": 0.06645516977464304, "his": 0.1542373386158663, "them": 0.08778216884122327}, "under": {"his - them": 0.09885124507713236, "his": 0.27263474873332777, "them": 0.1737835036561954}, "understand": {"his - them": 0.042665752212095676, "his": 0.23919611212165684, "them": 0.19653035990956116}, "unless": {"his - them": -0.007899047169813683, "his": 0.22312597567248008, "them": 0.23102502284229376}, "until": {"his - them": -0.05998967021983273, "his": 0.15273217120068872, "them": 0.21272184142052145}, "untill": {"his - them": 0.06343411093224371, "his": 0.25767118814871676, "them": 0.19423707721647304}, "up": {"his - them": 0.004470164502158425, "his": 0.28231103464291585, "them": 0.2778408701407574}, "upon": {"his - them": 0.04197039728140206, "his": 0.2653943149139471, "them": 0.22342391763254504}, "us": {"his - them": -0.05238004599702481, "his": 0.19204581375503313, "them": 0.24442585975205794}, "use": {"his - them": -0.05079133701145974, "his": 0.1802073584516442, "them": 0.23099869546310395}, "used": {"his - them": 0.014520712520772722, "his": 0.25327688838666745, "them": 0.23875617586589473}, "using": {"his - them": 0.005233803680157745, "his": 0.22921441125179787, "them": 0.22398060757164012}, "usual": {"his - them": 0.06430708019966888, "his": 0.23210167471132323, "them": 0.16779459451165435}, "v": {"his - them": -0.02880324906886836, "his": 0.16509368648303097, "them": 0.19389693555189932}, "values": {"his - them": 0.019848099379548706, "his": 0.2259381971237672, "them": 0.2060900977442185}, "ve": {"his - them": -0.04819335180126988, "his": 0.18235520667996916, "them": 0.23054855848123904}, "very": {"his - them": 0.03503173855663713, "his": 0.21760256224548213, "them": 0.182570823688845}, "video": {"his - them": 0.11668655751950002, "his": 0.24366434884710184, "them": 0.1269777913276018}, "videos": {"his - them": 0.10333710601294993, "his": 0.25363086946773283, "them": 0.1502937634547829}, "views": {"his - them": -0.007890880635538305, "his": 0.2179406345215041, "them": 0.22583151515704242}, "vile": {"his - them": 0.06394007757016451, "his": 0.24315065278707032, "them": 0.1792105752169058}, "violent": {"his - them": 0.06514222290801017, "his": 0.20497973971832978, "them": 0.1398375168103196}, "w": {"his - them": -0.00787477464242936, "his": 0.20894494083424908, "them": 0.21681971547667844}, "walked": {"his - them": 0.06394007757016451, "his": 0.24315065278707032, "them": 0.1792105752169058}, "walks": {"his - them": 0.062209631635309764, "his": 0.2900288689065727, "them": 0.22781923727126294}, "wandering": {"his - them": 0.018869450849115954, "his": 0.2900288689065727, "them": 0.27115941805745675}, "want": {"his - them": -0.026930018794739052, "his": 0.2544277266220016, "them": 0.28135774541674063}, "wanted": {"his - them": -0.028752302216691228, "his": 0.17510804279467734, "them": 0.20386034501136857}, "wants": {"his - them": 0.1165309436543336, "his": 0.23036592955072155, "them": 0.11383498589638795}, "war": {"his - them": 0.1170718959601686, "his": 0.2188559957063084, "them": 0.10178409974613979}, "was": {"his - them": 0.1334738197737578, "his": 0.35146482175455446, "them": 0.21799100198079666}, "watch": {"his - them": -0.04142603009502854, "his": 0.1887138134617603, "them": 0.23013984355678885}, "way": {"his - them": -0.005348181950189768, "his": 0.23634160508288965, "them": 0.24168978703307942}, "we": {"his - them": -0.05675236587732427, "his": 0.23441033542650905, "them": 0.2911627013038333}, "weapon": {"his - them": 0.019655721475299148, "his": 0.23917380972275093, "them": 0.21951808824745178}, "weather": {"his - them": 0.019759143398148715, "his": 0.23210167471132323, "them": 0.21234253131317452}, "week": {"his - them": 0.06659980645008928, "his": 0.1477452361499221, "them": 0.08114542969983282}, "weeks": {"his - them": 0.11715626606922137, "his": 0.2169965628684333, "them": 0.09984029679921193}, "welfare": {"his - them": 0.06475476566932162, "his": 0.2179406345215041, "them": 0.1531858688521825}, "well": {"his - them": -0.041632846493307035, "his": 0.16866982271387923, "them": 0.21030266920718627}, "went": {"his - them": 0.0979667180547612, "his": 0.27252732518074535, "them": 0.17456060712598415}, "were": {"his - them": -0.05065458138416479, "his": 0.22089607585700682, "them": 0.2715506572411716}, "what": {"his - them": 0.005086103732768826, "his": 0.252287398105113, "them": 0.2472012943723442}, "whatever": {"his - them": 0.020192788074635898, "his": 0.20129684216159016, "them": 0.18110405408695426}, "when": {"his - them": -0.0009387356223244936, "his": 0.29250077222455345, "them": 0.29343950784687794}, "whenever": {"his - them": -0.007907208738588523, "his": 0.22892208425868055, "them": 0.23682929299726907}, "where": {"his - them": 0.04857031159744818, "his": 0.25236021642222545, "them": 0.20378990482477727}, "which": {"his - them": -0.054176421375254, "his": 0.19997521588075592, "them": 0.2541516372560099}, "while": {"his - them": 0.14865196481302514, "his": 0.25815097721692787, "them": 0.10949901240390272}, "white": {"his - them": 0.028912274584287245, "his": 0.30351624404361405, "them": 0.2746039694593268}, "whites": {"his - them": -0.11233746029695996, "his": 0.15021063139393215, "them": 0.2625480916908921}, "who": {"his - them": 0.005426405990156924, "his": 0.26638737234613824, "them": 0.2609609663559813}, "whut": {"his - them": 0.06161703251667103, "his": 0.30453572399984596, "them": 0.24291869148317494}, "why": {"his - them": -0.05192423630244855, "his": 0.2168528674150035, "them": 0.26877710371745206}, "wife": {"his - them": 0.2508832683025276, "his": 0.3800736115517643, "them": 0.1291903432492367}, "wiggers": {"his - them": -0.007911252523905704, "his": 0.23210167471132323, "them": 0.24001292723522893}, "will": {"his - them": -0.04756563431171462, "his": 0.26732442027151193, "them": 0.31489005458322655}, "william": {"his - them": 0.06502594416004753, "his": 0.20894494083424908, "them": 0.14391899667420155}, "willing": {"his - them": -0.007911252523905704, "his": 0.23210167471132323, "them": 0.24001292723522893}, "wish": {"his - them": -0.045401497059507856, "his": 0.18464777836472018, "them": 0.23004927542422804}, "with": {"his - them": 0.002668686922925323, "his": 0.325219590510501, "them": 0.32255090358757565}, "within": {"his - them": -0.007851536374071294, "his": 0.19785645997082776, "them": 0.20570799634489906}, "wn": {"his - them": 0.02041576513578286, "his": 0.18464777836472018, "them": 0.16423201322893732}, "woman": {"his - them": 0.020905845270405607, "his": 0.14572884904687508, "them": 0.12482300377646947}, "women": {"his - them": -0.09326644369623219, "his": 0.13769156458663143, "them": 0.2309580082828636}, "wonder": {"his - them": 0.024292594713186955, "his": 0.2520262879691483, "them": 0.22773369325596132}, "word": {"his - them": 0.020667448448971698, "his": 0.16509368648303097, "them": 0.14442623803405927}, "wore": {"his - them": 0.01928468852568055, "his": 0.26377577301256167, "them": 0.24449108448688112}, "work": {"his - them": 0.0003938401334639685, "his": 0.2182660623459615, "them": 0.21787222221249752}, "world": {"his - them": -0.0321469588010872, "his": 0.16194681370781266, "them": 0.19409377250889986}, "would": {"his - them": -0.045849592089796, "his": 0.23308198700928107, "them": 0.27893157909907706}, "wound": {"his - them": 0.062209631635309764, "his": 0.2900288689065727, "them": 0.22781923727126294}, "wp": {"his - them": 0.0648976510404751, "his": 0.21324318206475487, "them": 0.14834553102427978}, "wrong": {"his - them": 0.10328680231266713, "his": 0.25461947645361394, "them": 0.1513326741409468}, "www": {"his - them": 0.08159252609499539, "his": 0.17198894201626708, "them": 0.09039641592127169}, "year": {"his - them": 0.11129069783578163, "his": 0.2757693120222502, "them": 0.16447861418646856}, "years": {"his - them": 0.015222613014787084, "his": 0.20134491486153425, "them": 0.18612230184674716}, "yes": {"his - them": 0.04404592219063863, "his": 0.17971714142422196, "them": 0.13567121923358333}, "yet": {"his - them": 0.04343012426084833, "his": 0.20773182332245854, "them": 0.1643016990616102}, "york": {"his - them": 0.11622838599627147, "his": 0.23652169189371056, "them": 0.12029330589743908}, "you": {"his - them": -0.08765233774963185, "his": 0.19528181166788908, "them": 0.28293414941752093}, "your": {"his - them": 0.018364377077302596, "his": 0.23840911598728143, "them": 0.22004473890997883}, "youth": {"his - them": -0.04551463636830397, "his": 0.17621459955452276, "them": 0.22172923592282673}, "youtube": {"his - them": 0.14119667083332674, "his": 0.18256733858094085, "them": 0.04137066774761411}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-his-they.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-his-they.json new file mode 100644 index 0000000000000000000000000000000000000000..1fc38d76d71375a1a5b9c5fe6bae5a8cc34d6012 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-his-they.json @@ -0,0 +1 @@ +{"000": {"his - they": 0.033997870758858406, "his": 0.16601947886853008, "they": 0.13202160810967167}, "1": {"his - they": 0.037681054363360555, "his": 0.16774406187836782, "they": 0.13006300751500727}, "10": {"his - they": 0.01889615535139766, "his": 0.1598308514990346, "they": 0.14093469614763693}, "12": {"his - they": 0.11924467535807483, "his": 0.18870082983750203, "they": 0.0694561544794272}, "15": {"his - they": 0.03343944546382421, "his": 0.18870082983750203, "they": 0.1552613843736778}, "17": {"his - they": 0.07637702525307133, "his": 0.22892208425868055, "they": 0.15254505900560922}, "2": {"his - they": 0.03776549830661988, "his": 0.16458793647371958, "they": 0.1268224381670997}, "22": {"his - they": 0.1664883931144821, "his": 0.28152838202893543, "they": 0.11503998891445331}, "2508": {"his - they": 0.05267000658564164, "his": 0.1784958238477738, "they": 0.12582581726213216}, "26": {"his - they": 0.1658991860117427, "his": 0.28840821188038984, "they": 0.12250902586864715}, "27": {"his - they": 0.11618268717703323, "his": 0.247498745798785, "they": 0.13131605862175177}, "3": {"his - they": 0.04711551401782993, "his": 0.1817015799134404, "they": 0.13458606589561048}, "30": {"his - they": 0.0845164008623949, "his": 0.2269816447972737, "they": 0.1424652439348788}, "300": {"his - they": 0.11739814119375706, "his": 0.2259381971237672, "they": 0.10854005593001013}, "38": {"his - they": 0.07592857528531524, "his": 0.23917380972275093, "they": 0.1632452344374357}, "4": {"his - they": 0.03440065823752743, "his": 0.1491280997867173, "they": 0.11472744154918986}, "40": {"his - they": 0.07703486098554427, "his": 0.21324318206475487, "they": 0.1362083210792106}, "43": {"his - they": 0.11474302049620194, "his": 0.2708676106697061, "they": 0.15612459017350416}, "50": {"his - they": 0.018405129716952073, "his": 0.18464777836472018, "they": 0.1662426486477681}, "6": {"his - they": 0.10431609811222577, "his": 0.21093022551929128, "they": 0.10661412740706551}, "7": {"his - they": 0.052738325514025505, "his": 0.17621459955452276, "they": 0.12347627404049726}, "78265": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "9": {"his - they": 0.11983960849946775, "his": 0.17510804279467734, "they": 0.0552684342952096}, "a": {"his - they": 0.053830619897132614, "his": 0.3591611537130147, "they": 0.3053305338158821}, "abc": {"his - they": 0.1596606672496808, "his": 0.35175310930879694, "they": 0.19209244205911613}, "able": {"his - they": -0.038459660414345925, "his": 0.16696046809395795, "they": 0.20542012850830388}, "abomination": {"his - they": 0.11418790587437591, "his": 0.27936354658501444, "they": 0.16517564071063853}, "about": {"his - they": 0.0252083763569374, "his": 0.28406015834045806, "they": 0.25885178198352066}, "above": {"his - they": 0.10270032514523811, "his": 0.24201231520400873, "they": 0.13931199005877062}, "absolutely": {"his - they": 0.06764547750351901, "his": 0.2653943149139471, "they": 0.1977488374104281}, "accept": {"his - they": 0.06716928526595717, "his": 0.2755283542956069, "they": 0.20835906902964973}, "according": {"his - they": 0.09974709922384895, "his": 0.2811872360541688, "they": 0.18144013683031984}, "account": {"his - they": 0.09916792351083428, "his": 0.29019242503675274, "they": 0.19102450152591846}, "across": {"his - they": 0.10361666699079938, "his": 0.22483602668507566, "they": 0.12121935969427627}, "act": {"his - they": -0.04493370969436841, "his": 0.19785645997082776, "they": 0.24279016966519618}, "acting": {"his - they": -0.015015894908069899, "his": 0.2179406345215041, "they": 0.232956529429574}, "actions": {"his - they": 0.11618268717703323, "his": 0.247498745798785, "they": 0.13131605862175177}, "active": {"his - they": 0.08272711441291494, "his": 0.26315781227125806, "they": 0.18043069785834312}, "actually": {"his - they": 1.98732023569681e-05, "his": 0.19034576660694466, "they": 0.1903258934045877}, "adam": {"his - they": 0.11418790587437591, "his": 0.27936354658501444, "they": 0.16517564071063853}, "address": {"his - they": 0.11474302049620194, "his": 0.2708676106697061, "they": 0.15612459017350416}, "admit": {"his - they": 0.0740301946692721, "his": 0.27936354658501444, "they": 0.20533335191574234}, "advocate": {"his - they": 0.11474302049620194, "his": 0.2708676106697061, "they": 0.15612459017350416}, "africa": {"his - they": -0.03063791756010628, "his": 0.19393158636421495, "they": 0.22456950392432123}, "after": {"his - they": 0.04217450381467744, "his": 0.26626852355760117, "they": 0.22409401974292373}, "afternoon": {"his - they": 0.11618268717703323, "his": 0.247498745798785, "they": 0.13131605862175177}, "again": {"his - they": 0.0644032276476692, "his": 0.26380575034527937, "they": 0.19940252269761016}, "against": {"his - they": 0.04001723823137901, "his": 0.24027730059023164, "they": 0.20026006235885263}, "age": {"his - they": 0.08258448706794397, "his": 0.2844948483281405, "they": 0.2019103612601965}, "ago": {"his - they": 0.06343377169244907, "his": 0.22831137499648457, "they": 0.1648776033040355}, "agreed": {"his - they": 0.07609066118475985, "his": 0.23550656811297457, "they": 0.15941590692821472}, "ahead": {"his - they": 0.11643649551801641, "his": 0.24315065278707032, "they": 0.1267141572690539}, "alarm": {"his - they": 0.11474302049620194, "his": 0.2708676106697061, "they": 0.15612459017350416}, "all": {"his - they": -0.02253699086106098, "his": 0.27333533563091367, "they": 0.29587232649197465}, "allowed": {"his - they": -0.005441063103299587, "his": 0.20894494083424908, "they": 0.21438600393754867}, "almost": {"his - they": -0.005005576525403038, "his": 0.1688902510007865, "they": 0.17389582752618954}, "alone": {"his - they": -0.02335899918746903, "his": 0.16601947886853008, "they": 0.1893784780559991}, "alot": {"his - they": 0.052073353367403125, "his": 0.19785645997082776, "they": 0.14578310660342464}, "also": {"his - they": 0.0022775753073228933, "his": 0.18609694231097504, "they": 0.18381936700365215}, "always": {"his - they": 0.022177741092256453, "his": 0.21826732867318913, "they": 0.19608958758093267}, "am": {"his - they": -0.05742430649164189, "his": 0.09616798588973823, "they": 0.1535922923813801}, "american": {"his - they": 0.019199000772798458, "his": 0.14442109183967175, "they": 0.1252220910668733}, "amongst": {"his - they": 0.03255334152983266, "his": 0.22312597567248008, "they": 0.1905726341426474}, "an": {"his - they": 0.06467465886294793, "his": 0.25947791713742946, "they": 0.19480325827448153}, "and": {"his - they": 0.036423781786655396, "his": 0.40019797009833447, "they": 0.36377418831167907}, "angry": {"his - they": 0.0513383982309045, "his": 0.2204656231764001, "they": 0.1691272249454956}, "another": {"his - they": 0.05681906754007243, "his": 0.23586751704660425, "they": 0.17904844950653181}, "answer": {"his - they": 0.11768951890844877, "his": 0.2204656231764001, "they": 0.10277610426795132}, "anti": {"his - they": 0.06992058357708672, "his": 0.26380575034527937, "they": 0.19388516676819265}, "any": {"his - they": 0.0070200051650582684, "his": 0.20927119039742947, "they": 0.2022511852323712}, "anyone": {"his - they": -0.07328395299914135, "his": 0.10357675193591827, "they": 0.17686070493505962}, "anything": {"his - they": 0.035313802055336935, "his": 0.2326440728592182, "they": 0.19733027080388127}, "anywhere": {"his - they": 0.03275267578521954, "his": 0.21553709952500583, "they": 0.1827844237397863}, "ape": {"his - they": 0.03281248420641175, "his": 0.21324318206475487, "they": 0.18043069785834312}, "apes": {"his - they": 0.1182803407258159, "his": 0.20894494083424908, "they": 0.09066460010843318}, "apparently": {"his - they": 0.08272711441291494, "his": 0.26315781227125806, "they": 0.18043069785834312}, "applications": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "appreciate": {"his - they": 0.1168720446879404, "his": 0.23550656811297457, "they": 0.11863452342503418}, "arabic": {"his - they": 0.11346699465494064, "his": 0.2900288689065727, "they": 0.17656187425163206}, "are": {"his - they": -0.18677770981715044, "his": 0.19301227325170114, "they": 0.3797899830688516}, "area": {"his - they": -0.014246292982214415, "his": 0.12235962312016063, "they": 0.13660591610237505}, "arms": {"his - they": 0.017579128094117463, "his": 0.2259381971237672, "they": 0.20835906902964973}, "around": {"his - they": -0.01975312066869017, "his": 0.2213527907814962, "they": 0.24110591145018637}, "arrested": {"his - they": 0.13296553215946086, "his": 0.29019242503675274, "they": 0.15722689287729189}, "arrived": {"his - they": 0.11519342034876306, "his": 0.26377577301256167, "they": 0.1485823526637986}, "art": {"his - they": 0.10161857248103762, "his": 0.2610177776090768, "they": 0.15939920512803918}, "article": {"his - they": 0.06904414520207905, "his": 0.23397454490185604, "they": 0.164930399699777}, "aryan": {"his - they": 0.07777207192048308, "his": 0.19462679288217585, "they": 0.11685472096169278}, "as": {"his - they": -0.0017718241409785396, "his": 0.278088369799106, "they": 0.27986019394008455}, "ashamed": {"his - they": 0.04922983948684889, "his": 0.27936354658501444, "they": 0.23013370709816555}, "asian": {"his - they": -0.031237141514890487, "his": 0.1641825735674944, "they": 0.1954197150823849}, "aside": {"his - they": 0.11418790587437591, "his": 0.27936354658501444, "they": 0.16517564071063853}, "ask": {"his - they": 0.04540003061695322, "his": 0.23523302644502855, "they": 0.18983299582807533}, "asks": {"his - they": 0.11474302049620194, "his": 0.2708676106697061, "they": 0.15612459017350416}, "ass": {"his - they": 0.13264137134464615, "his": 0.29430689701725715, "they": 0.161665525672611}, "assault": {"his - they": 0.07609066118475985, "his": 0.23550656811297457, "they": 0.15941590692821472}, "assume": {"his - they": 0.11474302049620194, "his": 0.2708676106697061, "they": 0.15612459017350416}, "at": {"his - they": 0.08432512318246013, "his": 0.32857452149293975, "they": 0.24424939831047962}, "ate": {"his - they": 0.11346699465494064, "his": 0.2900288689065727, "they": 0.17656187425163206}, "atleast": {"his - they": 0.0734887165904815, "his": 0.2900288689065727, "they": 0.2165401523160912}, "attachment": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "attack": {"his - they": 0.08925844338170444, "his": 0.24296395351557964, "they": 0.1537055101338752}, "attacked": {"his - they": 0.051052910802534074, "his": 0.22892208425868055, "they": 0.17786917345614647}, "attacking": {"his - they": 0.11474302049620194, "his": 0.2708676106697061, "they": 0.15612459017350416}, "attacks": {"his - they": 0.0513383982309045, "his": 0.2204656231764001, "they": 0.1691272249454956}, "attend": {"his - they": 0.1168720446879404, "his": 0.23550656811297457, "they": 0.11863452342503418}, "attention": {"his - they": 0.08314322903234062, "his": 0.25509674716577707, "they": 0.17195351813343646}, "attitude": {"his - they": 0.11589726781765158, "his": 0.2523007351700474, "they": 0.13640346735239584}, "away": {"his - they": 0.04522395808718052, "his": 0.22682462679888854, "they": 0.18160066871170802}, "b": {"his - they": -0.005156947472537421, "his": 0.1821039117181611, "they": 0.18726085919069851}, "back": {"his - they": 0.04583953888075168, "his": 0.2637132434503512, "they": 0.2178737045695995}, "bad": {"his - they": 0.06286127955584889, "his": 0.24182120059908868, "they": 0.1789599210432398}, "ball": {"his - they": 0.19843768167627118, "his": 0.3012137859442225, "they": 0.10277610426795132}, "band": {"his - they": 0.05277131459673383, "his": 0.17510804279467734, "they": 0.12233672819794351}, "bar": {"his - they": 0.12760413666734532, "his": 0.2532676401438144, "they": 0.1256635034764691}, "be": {"his - they": -0.024380466349059216, "his": 0.28655444318501716, "they": 0.3109349095340764}, "beaten": {"his - they": 0.017689253973745628, "his": 0.2204656231764001, "they": 0.20277636920265446}, "beautiful": {"his - they": 0.07902286401598271, "his": 0.1598308514990346, "they": 0.08080798748305187}, "became": {"his - they": 0.07609066118475985, "his": 0.23550656811297457, "they": 0.15941590692821472}, "because": {"his - they": -0.04641529601535199, "his": 0.2546578109969394, "they": 0.3010731070122914}, "become": {"his - they": -0.03846737298966141, "his": 0.15736802636848854, "they": 0.19583539935814995}, "becomes": {"his - they": 0.07479309710922005, "his": 0.26377577301256167, "they": 0.1889826759033416}, "been": {"his - they": -0.00968120700237371, "his": 0.20266868243192862, "they": 0.21234988943430233}, "before": {"his - they": -0.07790457122462649, "his": 0.11840044556624166, "they": 0.19630501679086815}, "begun": {"his - they": 0.11346699465494064, "his": 0.2900288689065727, "they": 0.17656187425163206}, "behavior": {"his - they": 0.05082662119002146, "his": 0.23550656811297457, "they": 0.18467994692295311}, "behaviour": {"his - they": 0.11418790587437591, "his": 0.27936354658501444, "they": 0.16517564071063853}, "behind": {"his - they": 0.0959321957152211, "his": 0.3150469984752759, "they": 0.2191148027600548}, "being": {"his - they": 0.060745447401551605, "his": 0.26487093721212496, "they": 0.20412548981057335}, "believe": {"his - they": 0.026171514685144837, "his": 0.23468569574446782, "they": 0.20851418105932298}, "best": {"his - they": 0.0280206665937347, "his": 0.20112033331936574, "they": 0.17309966672563104}, "bet": {"his - they": 0.05547440503046794, "his": 0.256994194876314, "they": 0.20151978984584604}, "better": {"his - they": -0.04288606900816383, "his": 0.19393158636421495, "they": 0.23681765537237878}, "between": {"his - they": -0.00041517500833779253, "his": 0.22176590237330826, "they": 0.22218107738164605}, "big": {"his - they": 0.11245108124123504, "his": 0.270055262575982, "they": 0.15760418133474696}, "biggest": {"his - they": 0.07575070538117748, "his": 0.24315065278707032, "they": 0.16739994740589284}, "black": {"his - they": 0.04029548760697221, "his": 0.288330105380994, "they": 0.2480346177740218}, "blacks": {"his - they": -0.024381961542288083, "his": 0.2247427206400196, "they": 0.24912468218230768}, "blond": {"his - they": 0.11768951890844877, "his": 0.2204656231764001, "they": 0.10277610426795132}, "blonde": {"his - they": 0.1168720446879404, "his": 0.23550656811297457, "they": 0.11863452342503418}, "blood": {"his - they": 0.12526023453438614, "his": 0.2744408273686447, "they": 0.14918059283425858}, "blue": {"his - they": 0.005983138565131607, "his": 0.1688902510007865, "they": 0.1629071124356549}, "body": {"his - they": -0.014913002131417663, "his": 0.19954848413216753, "they": 0.2144614862635852}, "bombings": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "bonfire": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "book": {"his - they": 0.12476392763207325, "his": 0.281277606093537, "they": 0.15651367846146377}, "books": {"his - they": 0.018142121883458512, "his": 0.19785645997082776, "they": 0.17971433808736925}, "born": {"his - they": 0.051649519070537636, "his": 0.21104872419857681, "they": 0.15939920512803918}, "both": {"his - they": 0.04609251329083042, "his": 0.21431724033764854, "they": 0.16822472704681812}, "boy": {"his - they": 0.13589510690193674, "his": 0.24984438706455395, "they": 0.1139492801626172}, "break": {"his - they": 0.1267979438406144, "his": 0.2653943149139471, "they": 0.1385963710733327}, "brethren": {"his - they": 0.07445019492912702, "his": 0.2708676106697061, "they": 0.19641741574057908}, "bring": {"his - they": -0.005276942286756459, "his": 0.19308271381204514, "they": 0.1983596560988016}, "british": {"his - they": 0.08430188636965857, "his": 0.23154231958668378, "they": 0.1472404332170252}, "broke": {"his - they": 0.11666478385410378, "his": 0.23917380972275093, "they": 0.12250902586864715}, "brother": {"his - they": 0.052483682334294485, "his": 0.18464777836472018, "they": 0.1321640960304257}, "brothers": {"his - they": 0.0059033152644621945, "his": 0.17402292867126423, "they": 0.16811961340680204}, "brown": {"his - they": -0.031174087511886384, "his": 0.14314098378995327, "they": 0.17431507130183965}, "btw": {"his - they": 0.11794601371950934, "his": 0.21553709952500583, "they": 0.09759108580549648}, "buddies": {"his - they": 0.0740301946692721, "his": 0.27936354658501444, "they": 0.20533335191574234}, "built": {"his - they": 0.05201977636803096, "his": 0.19954848413216753, "they": 0.14752870776413657}, "burn": {"his - they": 0.1168720446879404, "his": 0.23550656811297457, "they": 0.11863452342503418}, "burning": {"his - they": 0.11589726781765158, "his": 0.2523007351700474, "they": 0.13640346735239584}, "busy": {"his - they": 0.07533314785338252, "his": 0.2523007351700474, "they": 0.1769675873166649}, "but": {"his - they": -0.06110476567337564, "his": 0.20958788222469482, "they": 0.27069264789807046}, "butt": {"his - they": 0.16305329247807315, "his": 0.3191778826515773, "they": 0.15612459017350416}, "by": {"his - they": 0.06448124924636048, "his": 0.2923643363642307, "they": 0.22788308711787023}, "ca": {"his - they": 0.05044838504026, "his": 0.2484265064718928, "they": 0.1979781214316328}, "caliber": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "california": {"his - they": 0.11865570148975665, "his": 0.20129684216159016, "they": 0.08264114067183351}, "call": {"his - they": 0.12065373779843144, "his": 0.2916449022079351, "they": 0.17099116440950365}, "called": {"his - they": 0.027873329971252664, "his": 0.2069591160866055, "they": 0.17908578611535284}, "calls": {"his - they": 0.11643649551801641, "his": 0.24315065278707032, "they": 0.1267141572690539}, "came": {"his - they": -0.016617411612519062, "his": 0.19840474933378888, "they": 0.21502216094630794}, "camera": {"his - they": 0.11643649551801641, "his": 0.24315065278707032, "they": 0.1267141572690539}, "campaign": {"his - they": 0.11666478385410378, "his": 0.23917380972275093, "they": 0.12250902586864715}, "can": {"his - they": -0.01802811123891984, "his": 0.25236826840737503, "they": 0.27039637964629487}, "car": {"his - they": 0.19150424431436497, "his": 0.33559622132127226, "they": 0.1440919770069073}, "care": {"his - they": -0.05134684617299573, "his": 0.1632856492502448, "they": 0.21463249542324053}, "case": {"his - they": 0.08789854660872531, "his": 0.26814439200245765, "they": 0.18024584539373234}, "caught": {"his - they": 0.12803494993002168, "his": 0.24654101721466498, "they": 0.11850606728464329}, "cause": {"his - they": 0.01251620811157006, "his": 0.2169965628684333, "they": 0.20448035475686324}, "cbs": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "celebrating": {"his - they": 0.11589726781765158, "his": 0.2523007351700474, "they": 0.13640346735239584}, "center": {"his - they": 0.11794601371950934, "his": 0.21553709952500583, "they": 0.09759108580549648}, "certain": {"his - they": 0.005343401538116049, "his": 0.21104872419857681, "they": 0.20570532266046077}, "charged": {"his - they": 0.1826263099243318, "his": 0.30283518533815673, "they": 0.12020887541382494}, "check": {"his - they": 0.06897087474596172, "his": 0.23261953976266764, "they": 0.1636486650167059}, "child": {"his - they": 0.026075612265078624, "his": 0.2383015742241673, "they": 0.2122259619590887}, "children": {"his - they": 0.017775635842879056, "his": 0.22957992151560164, "they": 0.21180428567272258}, "chinese": {"his - they": 0.05582556021804483, "his": 0.2481423257138714, "they": 0.19231676549582657}, "chocolate": {"his - they": 0.07445019492912702, "his": 0.2708676106697061, "they": 0.19641741574057908}, "chosen": {"his - they": 0.07508267105116675, "his": 0.25767118814871676, "they": 0.18258851709755}, "christ": {"his - they": 0.15809857593804655, "his": 0.29430689701725715, "they": 0.1362083210792106}, "christians": {"his - they": 0.11706168579686992, "his": 0.23210167471132323, "they": 0.11503998891445331}, "christs": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "city": {"his - they": 0.028261161757106773, "his": 0.19151757226200367, "they": 0.1632564105048969}, "claimed": {"his - they": 0.11519342034876306, "his": 0.26377577301256167, "they": 0.1485823526637986}, "claims": {"his - they": 0.1267979438406144, "his": 0.2653943149139471, "they": 0.1385963710733327}, "class": {"his - they": 0.0914891115224423, "his": 0.2802466110443367, "they": 0.18875749952189438}, "classmates": {"his - they": 0.0734887165904815, "his": 0.2900288689065727, "they": 0.2165401523160912}, "clique": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "close": {"his - they": 0.08406404208214999, "his": 0.23652169189371056, "they": 0.15245764981156057}, "closed": {"his - they": 0.07575070538117748, "his": 0.24315065278707032, "they": 0.16739994740589284}, "cloud": {"his - they": 0.04981523308530414, "his": 0.26377577301256167, "they": 0.21396053992725753}, "cnn": {"his - they": 0.11557168913988827, "his": 0.25767118814871676, "they": 0.14209949900882848}, "coat": {"his - they": 0.11474302049620194, "his": 0.2708676106697061, "they": 0.15612459017350416}, "col": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "cold": {"his - they": 0.01773999806226262, "his": 0.2179406345215041, "they": 0.2002006364592415}, "com": {"his - they": 0.06726790701584892, "his": 0.1979943450564096, "they": 0.13072643804056067}, "come": {"his - they": -0.012668990307092287, "his": 0.24615886893583594, "they": 0.2588278592429282}, "comes": {"his - they": -0.005090419758535497, "his": 0.17621459955452276, "they": 0.18130501931305826}, "coming": {"his - they": -0.045159931164274525, "his": 0.15736802636848854, "they": 0.20252795753276306}, "comment": {"his - they": 0.11873962397688927, "his": 0.19954848413216753, "they": 0.08080886015527826}, "comments": {"his - they": 0.1676181079300133, "his": 0.267737115969142, "they": 0.10011900803912871}, "commie": {"his - they": 0.07445019492912702, "his": 0.2708676106697061, "they": 0.19641741574057908}, "community": {"his - they": 0.0339283048282461, "his": 0.1688902510007865, "they": 0.1349619461725404}, "complain": {"his - they": 0.07555372809928196, "his": 0.247498745798785, "they": 0.17194501769950304}, "complaining": {"his - they": 0.11418790587437591, "his": 0.27936354658501444, "they": 0.16517564071063853}, "complex": {"his - they": 0.11519342034876306, "his": 0.26377577301256167, "they": 0.1485823526637986}, "contaminating": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "continue": {"his - they": -0.014923707238181066, "his": 0.20129684216159016, "they": 0.21622054939977123}, "cool": {"his - they": 0.10261939495976843, "his": 0.2434788393166009, "they": 0.14085944435683245}, "cop": {"his - they": 0.15748419771649277, "his": 0.3012137859442225, "they": 0.14372958822772972}, "cops": {"his - they": 0.10074446226353662, "his": 0.2755283542956069, "they": 0.1747838920320703}, "corps": {"his - they": 0.07555372809928196, "his": 0.247498745798785, "they": 0.17194501769950304}, "could": {"his - they": 0.0037352089104858432, "his": 0.22620769472568553, "they": 0.22247248581519968}, "countries": {"his - they": -0.023354371122288525, "his": 0.16509368648303097, "they": 0.1884480576053195}, "country": {"his - they": 0.014179385362210611, "his": 0.21311478357779634, "they": 0.19893539821558573}, "county": {"his - they": 0.10367040911839086, "his": 0.22379367422008167, "they": 0.12012326510169082}, "couple": {"his - they": 0.03663880475505363, "his": 0.20544385431209033, "they": 0.1688050495570367}, "course": {"his - they": -0.014795545094380386, "his": 0.1821039117181611, "they": 0.19689945681254148}, "court": {"his - they": 0.12663780278386727, "his": 0.267737115969142, "they": 0.14109931318527474}, "cousins": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "cover": {"his - they": 0.051052910802534074, "his": 0.22892208425868055, "they": 0.17786917345614647}, "cowards": {"his - they": 0.11346699465494064, "his": 0.2900288689065727, "they": 0.17656187425163206}, "crap": {"his - they": -0.031249404378102252, "his": 0.1719135934653465, "they": 0.20316299784344874}, "crime": {"his - they": 0.09543350819586721, "his": 0.27506022357517823, "they": 0.17962671537931102}, "crowd": {"his - they": 0.11557168913988827, "his": 0.25767118814871676, "they": 0.14209949900882848}, "crucifixion": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "crude": {"his - they": 0.11418790587437591, "his": 0.27936354658501444, "they": 0.16517564071063853}, "crusade": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "crusaders": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "crushed": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "culturally": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "culture": {"his - they": 0.005919943453226745, "his": 0.21259866543452957, "they": 0.20667872198130283}, "cut": {"his - they": 0.005488161879795478, "his": 0.20129684216159016, "they": 0.19580868028179468}, "d": {"his - they": -0.07311115132103135, "his": 0.12609720455146523, "they": 0.19920835587249658}, "dad": {"his - they": 0.16721218763136592, "his": 0.2727894261333167, "they": 0.10557723850195076}, "damn": {"his - they": 0.07758179501236834, "his": 0.19954848413216753, "they": 0.12196668911979919}, "dangle": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "dark": {"his - they": 0.01855007422440766, "his": 0.17734352886477653, "they": 0.15879345464036887}, "darkness": {"his - they": 0.1596606672496808, "his": 0.35175310930879694, "they": 0.19209244205911613}, "dating": {"his - they": 0.09968355216335018, "his": 0.29227468505131005, "they": 0.19259113288795987}, "daughter": {"his - they": 0.051649519070537636, "his": 0.21104872419857681, "they": 0.15939920512803918}, "day": {"his - they": 0.047041371521362396, "his": 0.23476002148612027, "they": 0.18771864996475787}, "days": {"his - they": -0.023241491191365565, "his": 0.14572884904687508, "they": 0.16897034023824065}, "dead": {"his - they": 0.06893512616764394, "his": 0.23652169189371056, "they": 0.16758656572606662}, "death": {"his - they": 0.11089349879170321, "his": 0.3002945657623285, "they": 0.18940106697062528}, "deathskull": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "decide": {"his - they": 0.017311965062810714, "his": 0.23917380972275093, "they": 0.22186184465994022}, "decided": {"his - they": 0.017878288298037753, "his": 0.21104872419857681, "they": 0.19317043590053906}, "deeds": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "described": {"his - they": 0.07445019492912702, "his": 0.2708676106697061, "they": 0.19641741574057908}, "desert": {"his - they": 0.07479309710922005, "his": 0.26377577301256167, "they": 0.1889826759033416}, "devil": {"his - they": 0.07508267105116675, "his": 0.25767118814871676, "they": 0.18258851709755}, "did": {"his - they": 0.0388273184904086, "his": 0.2734220462839977, "they": 0.2345947277935891}, "didn": {"his - they": 0.11418790587437591, "his": 0.27936354658501444, "they": 0.16517564071063853}, "didnt": {"his - they": 0.0513383982309045, "his": 0.2204656231764001, "they": 0.1691272249454956}, "died": {"his - they": 0.1248747376454172, "his": 0.29227468505131005, "they": 0.16739994740589284}, "different": {"his - they": -0.026204607741944164, "his": 0.2032422725094984, "they": 0.22944688025144255}, "directly": {"his - they": 0.11519342034876306, "his": 0.26377577301256167, "they": 0.1485823526637986}, "dirty": {"his - they": 0.018378943259617503, "his": 0.18596550898568412, "they": 0.16758656572606662}, "disease": {"his - they": 0.07575070538117748, "his": 0.24315065278707032, "they": 0.16739994740589284}, "disgusting": {"his - they": 0.08759349562729352, "his": 0.2735412060136555, "they": 0.185947710386362}, "disliked": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "dna": {"his - they": 0.03286950612897516, "his": 0.21104872419857681, "they": 0.17817921806960166}, "do": {"his - they": -0.11020659098561614, "his": 0.20735568539240734, "they": 0.3175622763780235}, "does": {"his - they": 0.07011120179931221, "his": 0.20535507735811917, "they": 0.13524387555880696}, "dog": {"his - they": 0.18292639358282417, "his": 0.29978111454451695, "they": 0.11685472096169278}, "don": {"his - they": 0.056636439365684355, "his": 0.2269816447972737, "they": 0.17034520543158935}, "done": {"his - they": 0.06999552937165435, "his": 0.21093022551929128, "they": 0.14093469614763693}, "dont": {"his - they": -0.0004318658113923457, "his": 0.21934888102913866, "they": 0.219780746840531}, "door": {"his - they": 0.05196417349148946, "his": 0.20129684216159016, "they": 0.1493326686701007}, "down": {"his - they": 0.05338657468048885, "his": 0.2698517525336941, "they": 0.21646517785320524}, "draw": {"his - they": 0.05055951989911045, "his": 0.24315065278707032, "they": 0.19259113288795987}, "dress": {"his - they": 0.05069906935090515, "his": 0.23917380972275093, "they": 0.18847474037184578}, "drop": {"his - they": 0.11643649551801641, "his": 0.24315065278707032, "they": 0.1267141572690539}, "dropped": {"his - they": 0.16223317783964994, "his": 0.32740881855028847, "they": 0.16517564071063853}, "drunk": {"his - they": 0.11589726781765158, "his": 0.2523007351700474, "they": 0.13640346735239584}, "dude": {"his - they": 0.11618268717703323, "his": 0.247498745798785, "they": 0.13131605862175177}, "during": {"his - they": 0.08864193756324049, "his": 0.25461947645361394, "they": 0.16597753889037345}, "e": {"his - they": 0.05280356897698796, "his": 0.17402292867126423, "they": 0.12121935969427627}, "each": {"his - they": -0.05722141852469004, "his": 0.15500454343439865, "they": 0.2122259619590887}, "early": {"his - they": 0.07758179501236834, "his": 0.19954848413216753, "they": 0.12196668911979919}, "earth": {"his - they": 0.0562252921281301, "his": 0.2378421421798994, "they": 0.1816168500517693}, "east": {"his - they": 0.07777207192048308, "his": 0.19462679288217585, "they": 0.11685472096169278}, "easy": {"his - they": 0.0765048278420932, "his": 0.2259381971237672, "they": 0.149433369281674}, "eating": {"his - they": 0.017878288298037753, "his": 0.21104872419857681, "they": 0.19317043590053906}, "economy": {"his - they": 0.11418790587437591, "his": 0.27936354658501444, "they": 0.16517564071063853}, "ed": {"his - they": 0.07508267105116675, "his": 0.25767118814871676, "they": 0.18258851709755}, "either": {"his - they": -0.005077751369758132, "his": 0.17510804279467734, "they": 0.18018579416443548}, "elementary": {"his - they": 0.16476126232154104, "his": 0.30116472967393687, "they": 0.13640346735239584}, "elites": {"his - they": 0.11418790587437591, "his": 0.27936354658501444, "they": 0.16517564071063853}, "else": {"his - they": 0.04522395808718052, "his": 0.22682462679888854, "they": 0.18160066871170802}, "end": {"his - they": 0.04454955929046303, "his": 0.24629904960135957, "they": 0.20174949031089653}, "endless": {"his - they": 0.11346699465494064, "his": 0.2900288689065727, "they": 0.17656187425163206}, "enemies": {"his - they": 0.01792043930833062, "his": 0.20894494083424908, "they": 0.19102450152591846}, "enemy": {"his - they": 0.05531245494861603, "his": 0.2610177776090768, "they": 0.20570532266046077}, "enjoy": {"his - they": 0.0517180479569572, "his": 0.20894494083424908, "they": 0.15722689287729189}, "equipment": {"his - they": 0.0734887165904815, "his": 0.2900288689065727, "they": 0.2165401523160912}, "etc": {"his - they": -0.04517264087105996, "his": 0.15273217120068872, "they": 0.19790481207174868}, "eu": {"his - they": 0.1172363529934682, "his": 0.22892208425868055, "they": 0.11168573126521235}, "european": {"his - they": 0.005983138565131607, "his": 0.1688902510007865, "they": 0.1629071124356549}, "even": {"his - they": 0.017521541523300294, "his": 0.2387862019596803, "they": 0.22126466043638002}, "evening": {"his - they": 0.16556052778225613, "his": 0.29227468505131005, "they": 0.1267141572690539}, "event": {"his - they": 0.11865570148975665, "his": 0.20129684216159016, "they": 0.08264114067183351}, "ever": {"his - they": -0.09090749449585224, "his": 0.11347275121817012, "they": 0.20438024571402236}, "every": {"his - they": 0.009219098090456235, "his": 0.24277691556584471, "they": 0.23355781747538848}, "everybody": {"his - they": 0.1168720446879404, "his": 0.23550656811297457, "they": 0.11863452342503418}, "everyone": {"his - they": 0.0687871880287301, "his": 0.23682798578714281, "they": 0.1680407977584127}, "everything": {"his - they": 0.059401914454685845, "his": 0.2526596889379629, "they": 0.19325777448327708}, "evidence": {"his - they": 0.10161857248103762, "his": 0.2610177776090768, "they": 0.15939920512803918}, "evil": {"his - they": 0.018108347301847683, "his": 0.19954848413216753, "they": 0.18144013683031984}, "evolution": {"his - they": 0.07272671395403121, "his": 0.30453572399984596, "they": 0.23180901004581475}, "exist": {"his - they": 0.07673603494867037, "his": 0.2204656231764001, "they": 0.14372958822772972}, "explain": {"his - they": 0.07684132133622937, "his": 0.2179406345215041, "they": 0.14109931318527474}, "expressed": {"his - they": 0.11346699465494064, "his": 0.2900288689065727, "they": 0.17656187425163206}, "eyes": {"his - they": -0.004544786340028278, "his": 0.1321534616435041, "they": 0.1366982479835324}, "eyh": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "face": {"his - they": 0.0914891115224423, "his": 0.2802466110443367, "they": 0.18875749952189438}, "faces": {"his - they": 0.017635743847029595, "his": 0.22312597567248008, "they": 0.20549023182545048}, "fact": {"his - they": 0.012550831776144161, "his": 0.21519636643502574, "they": 0.20264553465888158}, "fag": {"his - they": 0.07592857528531524, "his": 0.23917380972275093, "they": 0.1632452344374357}, "fall": {"his - they": 0.017579128094117463, "his": 0.2259381971237672, "they": 0.20835906902964973}, "families": {"his - they": 0.06811681313450937, "his": 0.25509674716577707, "they": 0.1869799340312677}, "family": {"his - they": 0.10471163538141698, "his": 0.2850568427757251, "they": 0.18034520739430815}, "fan": {"his - they": 0.11666478385410378, "his": 0.23917380972275093, "they": 0.12250902586864715}, "far": {"his - they": 0.06919407869890012, "his": 0.22744114601812673, "they": 0.1582470673192266}, "farming": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "father": {"his - they": 0.08810566129927194, "his": 0.26443084432619773, "they": 0.1763251830269258}, "fault": {"his - they": 0.1172363529934682, "his": 0.22892208425868055, "they": 0.11168573126521235}, "favorite": {"his - they": 0.12723006182416166, "his": 0.2589657074590568, "they": 0.13173564563489512}, "fear": {"his - they": -0.005310238155974062, "his": 0.19621702246299408, "they": 0.20152726061896814}, "feds": {"his - they": 0.11418790587437591, "his": 0.27936354658501444, "they": 0.16517564071063853}, "feel": {"his - they": 0.032336347277878014, "his": 0.22325370994124302, "they": 0.190917362663365}, "feet": {"his - they": 0.05196417349148946, "his": 0.20129684216159016, "they": 0.1493326686701007}, "felt": {"his - they": 0.051249207992383944, "his": 0.22312597567248008, "they": 0.17187676768009613}, "females": {"his - they": 0.07684132133622937, "his": 0.2179406345215041, "they": 0.14109931318527474}, "few": {"his - they": 0.01317750360656425, "his": 0.21258039336475568, "they": 0.19940288975819143}, "fight": {"his - they": 0.05208205053170156, "his": 0.2383015742241673, "they": 0.18621952369246575}, "fighting": {"his - they": 0.018237308727916762, "his": 0.19308271381204514, "they": 0.17484540508412838}, "final": {"his - they": 0.11739814119375706, "his": 0.2259381971237672, "they": 0.10854005593001013}, "find": {"his - they": -0.07026983131488404, "his": 0.1523297915917361, "they": 0.22259962290662014}, "first": {"his - they": 0.07696812013842888, "his": 0.26586425975928835, "they": 0.18889613962085947}, "fists": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "fit": {"his - they": 0.03239957368251539, "his": 0.22892208425868055, "they": 0.19652251057616515}, "five": {"his - they": 0.10216913179033749, "his": 0.2515018004604382, "they": 0.1493326686701007}, "floor": {"his - they": 0.220416346595036, "his": 0.33210207786024837, "they": 0.11168573126521235}, "following": {"his - they": 0.1178216264823754, "his": 0.2179406345215041, "they": 0.10011900803912871}, "fools": {"his - they": 0.017143330602592016, "his": 0.247498745798785, "they": 0.230355415196193}, "foot": {"his - they": 0.07637702525307133, "his": 0.22892208425868055, "they": 0.15254505900560922}, "football": {"his - they": 0.005634298933602427, "his": 0.1915820093199644, "they": 0.185947710386362}, "for": {"his - they": 0.03842058332682308, "his": 0.3039997629876459, "they": 0.26557917966082284}, "force": {"his - they": -0.014881823570632668, "his": 0.19462679288217585, "they": 0.20950861645280852}, "forced": {"his - they": 0.005374466939601613, "his": 0.20894494083424908, "they": 0.20357047389464747}, "foreign": {"his - they": 0.05150212161100337, "his": 0.21553709952500583, "they": 0.16403497791400246}, "forest": {"his - they": 0.11618268717703323, "his": 0.247498745798785, "they": 0.13131605862175177}, "forever": {"his - they": 0.11706168579686992, "his": 0.23210167471132323, "they": 0.11503998891445331}, "forum": {"his - they": 0.13805582537373845, "his": 0.21515479271860413, "they": 0.07709896734486568}, "forums": {"his - they": 0.11817473210911983, "his": 0.21104872419857681, "they": 0.09287399208945699}, "forward": {"his - they": 0.08294476107809992, "his": 0.2589657074590568, "they": 0.17602094638095686}, "fought": {"his - they": 0.09909757324942009, "his": 0.30116472967393687, "they": 0.20206715642451678}, "found": {"his - they": 0.0849538567590386, "his": 0.24078757476375517, "they": 0.15583371800471657}, "freak": {"his - they": 0.07445019492912702, "his": 0.2708676106697061, "they": 0.19641741574057908}, "freedom": {"his - they": 0.07592857528531524, "his": 0.23917380972275093, "they": 0.1632452344374357}, "freese": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "french": {"his - they": 0.0845668843673365, "his": 0.22589840129923736, "they": 0.14133151693190085}, "friday": {"his - they": 0.1172363529934682, "his": 0.22892208425868055, "they": 0.11168573126521235}, "friend": {"his - they": 0.12498577839426545, "his": 0.27824177554698243, "they": 0.15325599715271698}, "friends": {"his - they": 0.06276968340202119, "his": 0.24394310558456347, "they": 0.1811734221825423}, "from": {"his - they": 0.06506228577832848, "his": 0.288026555737057, "they": 0.2229642699587285}, "front": {"his - they": 0.13690382550068775, "his": 0.3042347467414359, "they": 0.16733092124074816}, "full": {"his - they": 0.1360153704902291, "his": 0.24804365874325643, "they": 0.11202828825302732}, "funeral": {"his - they": 0.11618268717703323, "his": 0.247498745798785, "they": 0.13131605862175177}, "gang": {"his - they": 0.10121900347947729, "his": 0.267737115969142, "they": 0.16651811248966472}, "garbage": {"his - they": 0.03268978770927325, "his": 0.2179406345215041, "they": 0.18525084681223086}, "gate": {"his - they": 0.11346699465494064, "his": 0.2900288689065727, "they": 0.17656187425163206}, "gates": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "gay": {"his - they": 0.04526560440888233, "his": 0.23919611212165684, "they": 0.1939305077127745}, "german": {"his - they": 0.03404221425305118, "his": 0.1641825735674944, "they": 0.13014035931444323}, "get": {"his - they": -0.007082397667900642, "his": 0.2654685903562848, "they": 0.2725509880241854}, "gets": {"his - they": 0.10130473678618909, "his": 0.2556261991712884, "they": 0.15432146238509933}, "getting": {"his - they": 0.036481959267551406, "his": 0.21093022551929128, "they": 0.17444826625173987}, "girls": {"his - they": -0.04514619719039234, "his": 0.1615325247909105, "they": 0.20667872198130283}, "give": {"his - they": -0.006650937558713738, "his": 0.2226787284070527, "they": 0.22932966596576643}, "go": {"his - they": -0.033944184018051576, "his": 0.21536915166706871, "they": 0.2493133356851203}, "god": {"his - they": 0.06981185081001601, "his": 0.2660024844848976, "they": 0.1961906336748816}, "gods": {"his - they": 0.07720929519935396, "his": 0.20894494083424908, "they": 0.13173564563489512}, "goes": {"his - they": -0.005005576525403038, "his": 0.1688902510007865, "they": 0.17389582752618954}, "going": {"his - they": 0.029422181859698276, "his": 0.24366434884710184, "they": 0.21424216698740356}, "gone": {"his - they": 0.13488802968665659, "his": 0.26443084432619773, "they": 0.12954281463954115}, "gonna": {"his - they": 0.07712423516524394, "his": 0.21104872419857681, "they": 0.13392448903333287}, "gonzalez": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "good": {"his - they": 0.03907741857532468, "his": 0.24287033552033513, "they": 0.20379291694501045}, "got": {"his - they": 0.1214686276901987, "his": 0.289157792911691, "they": 0.16768916522149233}, "grab": {"his - they": 0.11557168913988827, "his": 0.25767118814871676, "they": 0.14209949900882848}, "grant": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "grass": {"his - they": 0.11589726781765158, "his": 0.2523007351700474, "they": 0.13640346735239584}, "grave": {"his - they": 0.09874653451171964, "his": 0.30637860603462846, "they": 0.20763207152290883}, "gray": {"his - they": 0.11346699465494064, "his": 0.2900288689065727, "they": 0.17656187425163206}, "great": {"his - they": -0.057426576647421276, "his": 0.09897113141145199, "they": 0.15639770805887326}, "green": {"his - they": 0.05240192661574558, "his": 0.18731593000687935, "they": 0.13491400339113377}, "groid": {"his - they": 0.07662415471302925, "his": 0.22312597567248008, "they": 0.14650182095945083}, "ground": {"his - they": 0.005488161879795478, "his": 0.20129684216159016, "they": 0.19580868028179468}, "group": {"his - they": -0.06285468645023101, "his": 0.1371149144550645, "they": 0.1999696009052955}, "groups": {"his - they": 0.05240192661574558, "his": 0.18731593000687935, "they": 0.13491400339113377}, "growing": {"his - they": 0.12628760517386586, "his": 0.2727894261333167, "they": 0.14650182095945083}, "guards": {"his - they": 0.11589726781765158, "his": 0.2523007351700474, "they": 0.13640346735239584}, "guidance": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "gun": {"his - they": 0.06789427008862706, "his": 0.25665176961052144, "they": 0.18875749952189438}, "guy": {"his - they": 0.12246891867716186, "his": 0.2665646429482779, "they": 0.14409572427111605}, "guys": {"his - they": 0.006013289491846818, "his": 0.16696046809395795, "they": 0.16094717860211114}, "h": {"his - they": 0.0765048278420932, "his": 0.2259381971237672, "they": 0.149433369281674}, "had": {"his - they": 0.04283704661748855, "his": 0.28006212372014855, "they": 0.23722507710266}, "hair": {"his - they": -0.023219757686035042, "his": 0.14251091117726492, "they": 0.16573066886329996}, "half": {"his - they": 0.04640133145197628, "his": 0.20470074558397866, "they": 0.15829941413200238}, "hall": {"his - they": 0.11643649551801641, "his": 0.24315065278707032, "they": 0.1267141572690539}, "hammer": {"his - they": 0.11519342034876306, "his": 0.26377577301256167, "they": 0.1485823526637986}, "hand": {"his - they": 0.012237432857885616, "his": 0.23154231958668378, "they": 0.21930488672879817}, "handed": {"his - they": 0.07508267105116675, "his": 0.25767118814871676, "they": 0.18258851709755}, "handgun": {"his - they": 0.11519342034876306, "his": 0.26377577301256167, "they": 0.1485823526637986}, "handled": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "hands": {"his - they": 0.12336085849202691, "his": 0.29978111454451695, "they": 0.17642025605249004}, "happen": {"his - they": 0.04531164580937594, "his": 0.2378421421798994, "they": 0.19253049637052347}, "happened": {"his - they": 0.08412596063565422, "his": 0.23523302644502855, "they": 0.15110706580937433}, "happening": {"his - they": 0.11817473210911983, "his": 0.21104872419857681, "they": 0.09287399208945699}, "hard": {"his - they": 0.006176942301649863, "his": 0.1565695897543766, "they": 0.15039264745272674}, "hardly": {"his - they": 0.07609066118475985, "his": 0.23550656811297457, "they": 0.15941590692821472}, "has": {"his - they": 0.15516627003543973, "his": 0.30935116730832835, "they": 0.15418489727288862}, "hate": {"his - they": -0.03899653641726905, "his": 0.18533482118386033, "they": 0.22433135760112938}, "hated": {"his - they": 0.07555372809928196, "his": 0.247498745798785, "they": 0.17194501769950304}, "hates": {"his - they": 0.11618268717703323, "his": 0.247498745798785, "they": 0.13131605862175177}, "have": {"his - they": -0.07143797155928672, "his": 0.2544106359034107, "they": 0.3258486074626974}, "having": {"his - they": 0.006013289491846818, "his": 0.16696046809395795, "they": 0.16094717860211114}, "he": {"his - they": 0.2796741099413041, "his": 0.43106342921291674, "they": 0.15138931927161264}, "head": {"his - they": 0.12476392763207325, "his": 0.281277606093537, "they": 0.15651367846146377}, "heal": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "heard": {"his - they": 0.05647046164918701, "his": 0.24448548535852616, "they": 0.18801502370933915}, "heart": {"his - they": 0.07720929519935396, "his": 0.20894494083424908, "they": 0.13173564563489512}, "heavily": {"his - they": 0.11418790587437591, "his": 0.27936354658501444, "they": 0.16517564071063853}, "hebrews": {"his - they": 0.0734887165904815, "his": 0.2900288689065727, "they": 0.2165401523160912}, "hell": {"his - they": -0.005947967457138742, "his": 0.19907206750783152, "they": 0.20502003496497026}, "help": {"his - they": 0.0928392322095222, "his": 0.2571980850481898, "they": 0.1643588528386676}, "her": {"his - they": 0.10069974912137483, "his": 0.24955203845235488, "they": 0.14885228933098005}, "herd": {"his - they": 0.07479309710922005, "his": 0.26377577301256167, "they": 0.1889826759033416}, "here": {"his - they": -0.1024720639420225, "his": 0.09438397101439945, "they": 0.19685603495642195}, "heritage": {"his - they": 0.11847662539429138, "his": 0.20497973971832978, "they": 0.0865031143240384}, "hey": {"his - they": 0.13064042449253047, "his": 0.20112033331936574, "they": 0.07047990882683527}, "hierarchy": {"his - they": 0.04922983948684889, "his": 0.27936354658501444, "they": 0.23013370709816555}, "high": {"his - they": -0.004696948809449125, "his": 0.143777660422248, "they": 0.1484746092316971}, "him": {"his - they": 0.25143224531237235, "his": 0.42858690022736673, "they": 0.17715465491499438}, "himself": {"his - they": 0.07609066118475985, "his": 0.23550656811297457, "they": 0.15941590692821472}, "his": {"his - they": 0.493237210168051, "his": 0.6744681055708819, "they": 0.18123089540283088}, "history": {"his - they": 0.04457956955692138, "his": 0.24544663585991944, "they": 0.20086706630299805}, "hoards": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "holocaust": {"his - they": 0.11911315689910719, "his": 0.1915820093199644, "they": 0.07246885242085722}, "home": {"his - they": 0.042566481543293455, "his": 0.25573918960059444, "they": 0.21317270805730099}, "homeland": {"his - they": 0.07592857528531524, "his": 0.23917380972275093, "they": 0.1632452344374357}, "homes": {"his - they": 0.08272711441291494, "his": 0.26315781227125806, "they": 0.18043069785834312}, "honor": {"his - they": 0.10016137726784077, "his": 0.2848413241907939, "they": 0.18467994692295311}, "hope": {"his - they": 0.037700223851286185, "his": 0.23541494365921584, "they": 0.19771471980792965}, "hopefully": {"his - they": 0.01799980568706208, "his": 0.20497973971832978, "they": 0.1869799340312677}, "hoping": {"his - they": 0.0517180479569572, "his": 0.20894494083424908, "they": 0.15722689287729189}, "hours": {"his - they": 0.12312084725078748, "his": 0.30283518533815673, "they": 0.17971433808736925}, "house": {"his - they": 0.13560680426907312, "his": 0.321458661989992, "they": 0.1858518577209189}, "houston": {"his - they": 0.05082662119002146, "his": 0.23550656811297457, "they": 0.18467994692295311}, "how": {"his - they": -0.031144753340672265, "his": 0.2410993172149953, "they": 0.27224407055566757}, "http": {"his - they": 0.007251466569237364, "his": 0.13542813503892337, "they": 0.128176668469686}, "https": {"his - they": 0.08011950280393437, "his": 0.1246697619321303, "they": 0.04455025912819592}, "hubbard": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "humans": {"his - they": 0.03281248420641175, "his": 0.21324318206475487, "they": 0.18043069785834312}, "hundreds": {"his - they": 0.033329237910654536, "his": 0.19308271381204514, "they": 0.1597534759013906}, "i": {"his - they": 0.04987110745445106, "his": 0.31785959313002926, "they": 0.2679884856755782}, "iceland": {"his - they": 0.03222328910143915, "his": 0.23550656811297457, "they": 0.20328327901153542}, "id": {"his - they": 0.11889759742191879, "his": 0.19621702246299408, "they": 0.0773194250410753}, "identity": {"his - they": 0.07637702525307133, "his": 0.22892208425868055, "they": 0.15254505900560922}, "if": {"his - they": -0.02970719676528505, "his": 0.26601756368157403, "they": 0.2957247604468591}, "ill": {"his - they": 0.12709328857574392, "his": 0.2610177776090768, "they": 0.13392448903333287}, "illnesses": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "im": {"his - they": -0.05149935959890274, "his": 0.11713300039463724, "they": 0.16863235999353998}, "imagine": {"his - they": 0.03324994592803754, "his": 0.19621702246299408, "they": 0.16296707653495654}, "in": {"his - they": 0.04856874339523415, "his": 0.35616586952235174, "they": 0.3075971261271176}, "information": {"his - they": 0.033634402410496644, "his": 0.18087483562752185, "they": 0.1472404332170252}, "ing": {"his - they": 0.051052910802534074, "his": 0.22892208425868055, "they": 0.17786917345614647}, "instead": {"his - they": 0.005634298933602427, "his": 0.1915820093199644, "they": 0.185947710386362}, "instinct": {"his - they": 0.0740301946692721, "his": 0.27936354658501444, "they": 0.20533335191574234}, "interesting": {"his - they": 0.07788812473973095, "his": 0.1915820093199644, "they": 0.11369388458023347}, "intergraton": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "internet": {"his - they": 0.005797591815519865, "his": 0.18087483562752185, "they": 0.175077243812002}, "interviews": {"his - they": 0.0740301946692721, "his": 0.27936354658501444, "they": 0.20533335191574234}, "into": {"his - they": 0.056071599140041506, "his": 0.27819190931038756, "they": 0.22212031017034606}, "iq": {"his - they": 0.11618268717703323, "his": 0.247498745798785, "they": 0.13131605862175177}, "ireland": {"his - they": -0.0731977426325712, "his": 0.11630161473559625, "they": 0.18949935736816745}, "irish": {"his - they": -0.07777863243154912, "his": 0.12955877143570382, "they": 0.20733740386725294}, "is": {"his - they": 0.04806314809943846, "his": 0.2995798051629441, "they": 0.2515166570635056}, "israelites": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "it": {"his - they": -0.005541953288983881, "his": 0.28690537789376824, "they": 0.2924473311827521}, "italians": {"his - they": 0.07445019492912702, "his": 0.2708676106697061, "they": 0.19641741574057908}, "its": {"his - they": -0.03898558588178119, "his": 0.14307962047641287, "they": 0.18206520635819406}, "jail": {"his - they": 0.08260989117416082, "his": 0.2653943149139471, "they": 0.1827844237397863}, "jesus": {"his - they": 0.1232429593321138, "his": 0.3012851530903715, "they": 0.17804219375825772}, "jew": {"his - they": 0.06269848650826748, "his": 0.24558519274303564, "they": 0.18288670623476816}, "jewish": {"his - they": 0.08548651805819729, "his": 0.20544385431209033, "they": 0.11995733625389304}, "jews": {"his - they": 0.07211320783549632, "his": 0.2759746474705438, "they": 0.20386143963504746}, "jimmy": {"his - they": 0.16427910702579998, "his": 0.30637860603462846, "they": 0.14209949900882848}, "job": {"his - they": 0.005919826864030836, "his": 0.1729583851784586, "they": 0.16703855831442777}, "jose": {"his - they": 0.0734887165904815, "his": 0.2900288689065727, "they": 0.2165401523160912}, "judge": {"his - they": 0.05201977636803096, "his": 0.19954848413216753, "they": 0.14752870776413657}, "jumped": {"his - they": 0.11618268717703323, "his": 0.247498745798785, "they": 0.13131605862175177}, "junior": {"his - they": 0.16305329247807315, "his": 0.3191778826515773, "they": 0.15612459017350416}, "jury": {"his - they": 0.11474302049620194, "his": 0.2708676106697061, "they": 0.15612459017350416}, "just": {"his - they": -0.04875684223326965, "his": 0.22554053213823566, "they": 0.2742973743715053}, "k": {"his - they": 0.09941415458347144, "his": 0.28639408861473914, "they": 0.1869799340312677}, "keep": {"his - they": 0.0302702108769988, "his": 0.24394310558456347, "they": 0.21367289470756468}, "kept": {"his - they": 0.11643649551801641, "his": 0.24315065278707032, "they": 0.1267141572690539}, "kid": {"his - they": 0.15349386974927742, "his": 0.3279421360010173, "they": 0.17444826625173987}, "kids": {"his - they": -0.020570387667250223, "his": 0.2371465866603627, "they": 0.2577169743276129}, "killed": {"his - they": 0.1737938686930045, "his": 0.32490093450237884, "they": 0.15110706580937433}, "killing": {"his - they": 0.033208317851923075, "his": 0.19785645997082776, "they": 0.1646481421189047}, "kind": {"his - they": 0.06971365148984876, "his": 0.21791861300292284, "they": 0.14820496151307408}, "knew": {"his - they": 0.08386711550072934, "his": 0.240585485955433, "they": 0.15671837045470366}, "knife": {"his - they": 0.076239489389399, "his": 0.23210167471132323, "they": 0.15586218532192422}, "knocking": {"his - they": 0.11346699465494064, "his": 0.2900288689065727, "they": 0.17656187425163206}, "know": {"his - they": -0.02296621892233766, "his": 0.22800001006868506, "they": 0.2509662289910227}, "knowing": {"his - they": 0.03189784715469696, "his": 0.247498745798785, "they": 0.21560089864408805}, "known": {"his - they": 0.0765048278420932, "his": 0.2259381971237672, "they": 0.149433369281674}, "knows": {"his - they": 0.03343944546382421, "his": 0.18870082983750203, "they": 0.1552613843736778}, "lady": {"his - they": 0.11838082342535974, "his": 0.20692418111597152, "they": 0.08854335769061178}, "laid": {"his - they": 0.11474302049620194, "his": 0.2708676106697061, "they": 0.15612459017350416}, "land": {"his - they": -0.03843665733739185, "his": 0.1784958238477738, "they": 0.21693248118516564}, "languages": {"his - they": 0.1172363529934682, "his": 0.22892208425868055, "they": 0.11168573126521235}, "large": {"his - they": 0.018108347301847683, "his": 0.19954848413216753, "they": 0.18144013683031984}, "last": {"his - they": 0.006878301498381256, "his": 0.15628179989473875, "they": 0.1494034983963575}, "later": {"his - they": 0.13051793673991266, "his": 0.30559518055191465, "they": 0.175077243812002}, "laugh": {"his - they": 0.018206536829685815, "his": 0.19462679288217585, "they": 0.17642025605249004}, "laughing": {"his - they": 0.076239489389399, "his": 0.23210167471132323, "they": 0.15586218532192422}, "laying": {"his - they": 0.11418790587437591, "his": 0.27936354658501444, "they": 0.16517564071063853}, "least": {"his - they": -0.011503487551712321, "his": 0.20619655410359347, "they": 0.2177000416553058}, "leave": {"his - they": 0.025612489797235766, "his": 0.2556261991712884, "they": 0.23001370937405266}, "led": {"his - they": 0.11589726781765158, "his": 0.2523007351700474, "they": 0.13640346735239584}, "left": {"his - they": 0.03460157841176095, "his": 0.25520444318300006, "they": 0.2206028647712391}, "let": {"his - they": 0.08576399947583796, "his": 0.2740455184371897, "they": 0.18828151896135176}, "lets": {"his - they": 0.05240192661574558, "his": 0.18731593000687935, "they": 0.13491400339113377}, "letter": {"his - they": 0.11618268717703323, "his": 0.247498745798785, "they": 0.13131605862175177}, "level": {"his - they": 0.11794601371950934, "his": 0.21553709952500583, "they": 0.09759108580549648}, "liberal": {"his - they": -0.03125629947324135, "his": 0.18087483562752185, "they": 0.2121311351007632}, "lies": {"his - they": 0.10107044270519266, "his": 0.27019766765068826, "they": 0.1691272249454956}, "life": {"his - they": 0.07887937984581952, "his": 0.22933014166147175, "they": 0.15045076181565223}, "light": {"his - they": 0.07790108503907522, "his": 0.24984438706455395, "they": 0.17194330202547872}, "lighter": {"his - they": 0.11418790587437591, "his": 0.27936354658501444, "they": 0.16517564071063853}, "like": {"his - they": -0.014076085839856478, "his": 0.2623956453088337, "they": 0.27647173114869017}, "limerick": {"his - they": 0.16427910702579998, "his": 0.30637860603462846, "they": 0.14209949900882848}, "line": {"his - they": 0.0846162210426342, "his": 0.22483602668507566, "they": 0.14021980564244146}, "list": {"his - they": 0.11904390201536844, "his": 0.19308271381204514, "they": 0.0740388117966767}, "listen": {"his - they": 0.10292813878876564, "his": 0.2378421421798994, "they": 0.13491400339113377}, "little": {"his - they": 0.017775635842879056, "his": 0.22957992151560164, "they": 0.21180428567272258}, "live": {"his - they": -0.0682839266775486, "his": 0.1042612698476412, "they": 0.1725451965251898}, "lived": {"his - they": 0.22443104764929933, "his": 0.29689990007015654, "they": 0.07246885242085722}, "lives": {"his - they": 0.06835457288972788, "his": 0.24979470972004772, "they": 0.18144013683031984}, "livestock": {"his - they": 0.0734887165904815, "his": 0.2900288689065727, "they": 0.2165401523160912}, "ll": {"his - they": -0.06714986717359372, "his": 0.1594082217913723, "they": 0.22655808896496601}, "local": {"his - they": 0.05667686689267454, "his": 0.22589840129923736, "they": 0.16922153440656282}, "lol": {"his - they": 0.04627956419530377, "his": 0.20851497152436804, "they": 0.16223540732906427}, "lonely": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "long": {"his - they": 0.001896708144904835, "his": 0.20982988154875556, "they": 0.20793317340385073}, "look": {"his - they": 0.023183286577460105, "his": 0.24578290948408024, "they": 0.22259962290662014}, "looked": {"his - they": 0.05231532283377863, "his": 0.19012215114475436, "they": 0.13780682831097574}, "looking": {"his - they": 0.013630135729054693, "his": 0.1597649247686504, "they": 0.1461347890395957}, "looks": {"his - they": 0.06905539265544058, "his": 0.25391235631548964, "they": 0.18485696366004906}, "lose": {"his - they": 0.076239489389399, "his": 0.23210167471132323, "they": 0.15586218532192422}, "lost": {"his - they": 0.05576054553058332, "his": 0.24979470972004772, "they": 0.1940341641894644}, "love": {"his - they": -0.038456971431332226, "his": 0.14127000020068595, "they": 0.17972697163201817}, "low": {"his - they": 0.017579128094117463, "his": 0.2259381971237672, "they": 0.20835906902964973}, "lower": {"his - they": 0.11519342034876306, "his": 0.26377577301256167, "they": 0.1485823526637986}, "lunch": {"his - they": 0.07555372809928196, "his": 0.247498745798785, "they": 0.17194501769950304}, "lying": {"his - they": 0.07592857528531524, "his": 0.23917380972275093, "they": 0.1632452344374357}, "m": {"his - they": 0.06920604340122724, "his": 0.20666394313772374, "they": 0.1374578997364965}, "made": {"his - they": 0.10511974903393069, "his": 0.19393158636421495, "they": 0.08881183733028426}, "magic": {"his - they": 0.0740301946692721, "his": 0.27936354658501444, "they": 0.20533335191574234}, "mail": {"his - they": 0.01807342833011169, "his": 0.20129684216159016, "they": 0.18322341383147847}, "mainstream": {"his - they": 0.11643649551801641, "his": 0.24315065278707032, "they": 0.1267141572690539}, "maintain": {"his - they": 0.0740301946692721, "his": 0.27936354658501444, "they": 0.20533335191574234}, "make": {"his - they": 0.0007908893910913983, "his": 0.23017585471730145, "they": 0.22938496532621006}, "makes": {"his - they": -0.06779776075649921, "his": 0.1598308514990346, "they": 0.2276286122555338}, "male": {"his - they": 0.01850389586016893, "his": 0.17967254675902877, "they": 0.16116865089885984}, "man": {"his - they": 0.15448809585556514, "his": 0.3112802933005365, "they": 0.1567921974449714}, "mans": {"his - they": 0.11474302049620194, "his": 0.2708676106697061, "they": 0.15612459017350416}, "many": {"his - they": -0.03745423561173719, "his": 0.17223435120393452, "they": 0.2096885868156717}, "march": {"his - they": 0.17753889034419856, "his": 0.3033647076063307, "they": 0.12582581726213216}, "marine": {"his - they": 0.11643649551801641, "his": 0.24315065278707032, "they": 0.1267141572690539}, "marriage": {"his - they": 0.10037078222463797, "his": 0.28152838202893543, "they": 0.18115759980429746}, "married": {"his - they": 0.08114053078364503, "his": 0.29227468505131005, "they": 0.21113415426766502}, "marry": {"his - they": 0.07575070538117748, "his": 0.24315065278707032, "they": 0.16739994740589284}, "mate": {"his - they": 0.11794601371950934, "his": 0.21553709952500583, "they": 0.09759108580549648}, "math": {"his - they": 0.07662415471302925, "his": 0.22312597567248008, "they": 0.14650182095945083}, "matter": {"his - they": 0.03369319137856752, "his": 0.1784958238477738, "they": 0.14480263246920627}, "may": {"his - they": 0.0062087334840592034, "his": 0.19517588368598934, "they": 0.18896715020193014}, "maybe": {"his - they": 0.017775635842879056, "his": 0.22957992151560164, "they": 0.21180428567272258}, "me": {"his - they": 0.010149133764592477, "his": 0.19485401508077524, "they": 0.18470488131618276}, "media": {"his - they": 0.03787364004751004, "his": 0.24629904960135957, "they": 0.20842540955384953}, "meet": {"his - they": 0.05759706406077317, "his": 0.20042966689883682, "they": 0.14283260283806365}, "meeting": {"his - they": 0.07609066118475985, "his": 0.23550656811297457, "they": 0.15941590692821472}, "men": {"his - they": -0.00014311170261072093, "his": 0.20181918026196513, "they": 0.20196229196457585}, "mercury": {"his - they": 0.11519342034876306, "his": 0.26377577301256167, "they": 0.1485823526637986}, "message": {"his - they": 0.13003167456888176, "his": 0.21259866543452957, "they": 0.08256699086564781}, "met": {"his - they": 0.0517180479569572, "his": 0.20894494083424908, "they": 0.15722689287729189}, "metal": {"his - they": 0.07744220251332756, "his": 0.20310570598979666, "they": 0.1256635034764691}, "mighty": {"his - they": 0.11346699465494064, "his": 0.2900288689065727, "they": 0.17656187425163206}, "military": {"his - they": 0.05157765639214387, "his": 0.21324318206475487, "they": 0.161665525672611}, "mind": {"his - they": 0.005759466165046773, "his": 0.18336108794222586, "they": 0.1776016217771791}, "mine": {"his - they": 0.027008480089564385, "his": 0.240585485955433, "they": 0.2135770058658686}, "minister": {"his - they": 0.07712423516524394, "his": 0.21104872419857681, "they": 0.13392448903333287}, "model": {"his - they": 0.07575070538117748, "his": 0.24315065278707032, "they": 0.16739994740589284}, "mom": {"his - they": 0.051249207992383944, "his": 0.22312597567248008, "they": 0.17187676768009613}, "moment": {"his - they": 0.051846241315864156, "his": 0.20497973971832978, "they": 0.15313349840246562}, "money": {"his - they": -0.05728821529070896, "his": 0.14572884904687508, "they": 0.20301706433758404}, "monkey": {"his - they": 0.12542541726257916, "his": 0.2848413241907939, "they": 0.15941590692821472}, "monkeys": {"his - they": 0.07637702525307133, "his": 0.22892208425868055, "they": 0.15254505900560922}, "month": {"his - they": 0.03354071255534585, "his": 0.18464777836472018, "they": 0.15110706580937433}, "moon": {"his - they": 0.11557168913988827, "his": 0.25767118814871676, "they": 0.14209949900882848}, "more": {"his - they": -0.021762495161467332, "his": 0.22366593842739582, "they": 0.24542843358886315}, "morning": {"his - they": 0.051846241315864156, "his": 0.20497973971832978, "they": 0.15313349840246562}, "mother": {"his - they": 0.005983138565131607, "his": 0.1688902510007865, "they": 0.1629071124356549}, "mourn": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "move": {"his - they": -0.023354371122288525, "his": 0.16509368648303097, "they": 0.1884480576053195}, "moved": {"his - they": 0.17009686605941626, "his": 0.23397454490185604, "they": 0.06387767884243979}, "movie": {"his - they": 0.05190638731985461, "his": 0.20310570598979666, "they": 0.15119931866994205}, "much": {"his - they": -0.1280546745715856, "his": 0.10460617611497768, "they": 0.23266085068656325}, "murder": {"his - they": 0.17753889034419856, "his": 0.3033647076063307, "they": 0.12582581726213216}, "music": {"his - they": 0.006350028364272148, "his": 0.14572884904687508, "they": 0.13937882068260293}, "muslims": {"his - they": 0.005277425533607161, "his": 0.21553709952500583, "they": 0.21025967399139867}, "must": {"his - they": -0.0680130256115184, "his": 0.14188729691494545, "they": 0.20990032252646385}, "my": {"his - they": 0.020880072692799068, "his": 0.2266702213276937, "they": 0.20579014863489464}, "myself": {"his - they": 0.03377652586277649, "his": 0.17510804279467734, "they": 0.14133151693190085}, "n": {"his - they": -0.04707842505253948, "his": 0.24520688013586803, "they": 0.2922853051884075}, "nail": {"his - they": 0.11346699465494064, "his": 0.2900288689065727, "they": 0.17656187425163206}, "name": {"his - they": 0.12939054603358088, "his": 0.32090510865909233, "they": 0.19151456262551145}, "nation": {"his - they": 0.046175275022285245, "his": 0.21175837615553098, "they": 0.16558310113324573}, "national": {"his - they": -0.00519975079668375, "his": 0.18596550898568412, "they": 0.19116525978236787}, "nationalist": {"his - they": 0.06048376761688648, "his": 0.22621443648018644, "they": 0.16573066886329996}, "nationalists": {"his - they": 0.018267201094344626, "his": 0.1915820093199644, "they": 0.1733148082256198}, "naturally": {"his - they": 0.0320164985194053, "his": 0.24315065278707032, "they": 0.21113415426766502}, "navy": {"his - they": 0.11474302049620194, "his": 0.2708676106697061, "they": 0.15612459017350416}, "nazi": {"his - they": 0.032623477493250896, "his": 0.2204656231764001, "they": 0.1878421456831492}, "nbc": {"his - they": 0.11519342034876306, "his": 0.26377577301256167, "they": 0.1485823526637986}, "need": {"his - they": 0.032683312944721904, "his": 0.24277691556584471, "they": 0.2100936026211228}, "needed": {"his - they": 0.03231466010588721, "his": 0.23210167471132323, "they": 0.19978701460543602}, "needs": {"his - they": 0.118063486573427, "his": 0.21324318206475487, "they": 0.09517969549132788}, "negro": {"his - they": 0.1363163294630552, "his": 0.3136659915944859, "they": 0.1773496621314307}, "negroid": {"his - they": 0.11643649551801641, "his": 0.24315065278707032, "they": 0.1267141572690539}, "neighbor": {"his - they": 0.11557168913988827, "his": 0.25767118814871676, "they": 0.14209949900882848}, "neighbors": {"his - they": 0.07555372809928196, "his": 0.247498745798785, "they": 0.17194501769950304}, "neither": {"his - they": 0.07637702525307133, "his": 0.22892208425868055, "they": 0.15254505900560922}, "never": {"his - they": -0.03745849877364882, "his": 0.17852416336106472, "they": 0.21598266213471354}, "new": {"his - they": 0.002706311739641004, "his": 0.16070294808251254, "they": 0.15799663634287153}, "news": {"his - they": 0.08811706203141406, "his": 0.2454760284392355, "they": 0.15735896640782143}, "next": {"his - they": 0.03231968907111665, "his": 0.2238342516966281, "they": 0.19151456262551145}, "nigeria": {"his - they": 0.07575070538117748, "his": 0.24315065278707032, "they": 0.16739994740589284}, "niglet": {"his - they": 0.11474302049620194, "his": 0.2708676106697061, "they": 0.15612459017350416}, "no": {"his - they": -0.03411396178640724, "his": 0.2210277109663506, "they": 0.25514167275275784}, "non": {"his - they": -0.04680309763748039, "his": 0.16306564819133174, "they": 0.20986874582881213}, "none": {"his - they": 0.10277865764445726, "his": 0.240585485955433, "they": 0.13780682831097574}, "nonwhites": {"his - they": 0.12542541726257916, "his": 0.2848413241907939, "they": 0.15941590692821472}, "nor": {"his - they": 0.11754873717052931, "his": 0.22312597567248008, "they": 0.10557723850195076}, "nordic": {"his - they": 0.07819513162263404, "his": 0.18336108794222586, "they": 0.10516595631959182}, "nose": {"his - they": 0.07609066118475985, "his": 0.23550656811297457, "they": 0.15941590692821472}, "not": {"his - they": -0.05275519129819542, "his": 0.22070280954752822, "they": 0.27345800084572364}, "note": {"his - they": 0.11856813680467397, "his": 0.20310570598979666, "they": 0.08453756918512269}, "nothing": {"his - they": 0.032705286428127034, "his": 0.2102954936560129, "they": 0.17759020722788588}, "notice": {"his - they": 0.05150212161100337, "his": 0.21553709952500583, "they": 0.16403497791400246}, "now": {"his - they": 0.0010492057268590704, "his": 0.21429653138125265, "they": 0.21324732565439358}, "number": {"his - they": 0.08341146955639187, "his": 0.24979470972004772, "they": 0.16638324016365585}, "numbers": {"his - they": -0.005381917353566801, "his": 0.20310570598979666, "they": 0.20848762334336346}, "o": {"his - they": 0.005678009388279892, "his": 0.18870082983750203, "they": 0.18302282044922213}, "obama": {"his - they": 0.1681437855196198, "his": 0.2610177776090768, "they": 0.09287399208945699}, "obviously": {"his - they": 0.07637702525307133, "his": 0.22892208425868055, "they": 0.15254505900560922}, "of": {"his - they": 0.034074938871342664, "his": 0.35497421731514467, "they": 0.320899278443802}, "off": {"his - they": -0.037059907179225804, "his": 0.21862583427196303, "they": 0.25568574145118883}, "office": {"his - they": 0.07575070538117748, "his": 0.24315065278707032, "they": 0.16739994740589284}, "officers": {"his - they": 0.11589726781765158, "his": 0.2523007351700474, "they": 0.13640346735239584}, "often": {"his - they": 0.005374466939601613, "his": 0.20894494083424908, "they": 0.20357047389464747}, "ohio": {"his - they": 0.07592857528531524, "his": 0.23917380972275093, "they": 0.1632452344374357}, "ok": {"his - they": 0.08796946264610472, "his": 0.26687745622565034, "they": 0.17890799357954562}, "old": {"his - they": 0.0887134977378628, "his": 0.23424097453464174, "they": 0.14552747679677894}, "on": {"his - they": 0.057764579335398414, "his": 0.33490256523603595, "they": 0.27713798590063754}, "once": {"his - they": 0.05244063439875457, "his": 0.2286937518100318, "they": 0.17625311741127722}, "one": {"his - they": 0.022096576479084973, "his": 0.2599368441159266, "they": 0.23784026763684163}, "ones": {"his - they": -0.045097271021966284, "his": 0.1729583851784586, "they": 0.21805565620042489}, "online": {"his - they": 0.005797591815519865, "his": 0.18087483562752185, "they": 0.175077243812002}, "only": {"his - they": 0.04164368268087845, "his": 0.2902716911457167, "they": 0.24862800846483826}, "onto": {"his - they": 0.1168720446879404, "his": 0.23550656811297457, "they": 0.11863452342503418}, "op": {"his - they": 0.11519342034876306, "his": 0.26377577301256167, "they": 0.1485823526637986}, "open": {"his - they": 0.006013289491846818, "his": 0.16696046809395795, "they": 0.16094717860211114}, "or": {"his - they": -0.004631143943709615, "his": 0.25912952633175407, "they": 0.2637606702754637}, "org": {"his - they": 0.058150658055828364, "his": 0.18427477224550154, "they": 0.12612411418967318}, "original": {"his - they": 0.11643649551801641, "his": 0.24315065278707032, "they": 0.1267141572690539}, "other": {"his - they": 0.0460203688026353, "his": 0.25922589027918364, "they": 0.21320552147654834}, "others": {"his - they": 0.03625305410374591, "his": 0.2188559957063084, "they": 0.1826029416025625}, "our": {"his - they": -0.0067259477947578805, "his": 0.2330455893417062, "they": 0.23977153713646407}, "out": {"his - they": -0.00842724967227293, "his": 0.25591690999021677, "they": 0.2643441596624897}, "over": {"his - they": 0.04716949719102875, "his": 0.25400776431826233, "they": 0.20683826712723358}, "own": {"his - they": 0.047435991882475353, "his": 0.28793843803771196, "they": 0.2405024461552366}, "p": {"his - they": 0.11212699763753464, "his": 0.2802466110443367, "they": 0.16811961340680204}, "pack": {"his - they": 0.11643649551801641, "his": 0.24315065278707032, "they": 0.1267141572690539}, "paid": {"his - they": 0.07592857528531524, "his": 0.23917380972275093, "they": 0.1632452344374357}, "pale": {"his - they": 0.07533314785338252, "his": 0.2523007351700474, "they": 0.1769675873166649}, "panthers": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "parade": {"his - they": 0.050944074907025766, "his": 0.23210167471132323, "they": 0.18115759980429746}, "parents": {"his - they": 0.012584417265564057, "his": 0.2134514835685621, "they": 0.20086706630299805}, "part": {"his - they": 0.09016440643257348, "his": 0.22501249101808743, "they": 0.13484808458551395}, "party": {"his - they": 0.033879709272752134, "his": 0.17088778356306558, "they": 0.13700807429031345}, "pass": {"his - they": -0.02341453741242272, "his": 0.1784958238477738, "they": 0.2019103612601965}, "past": {"his - they": -0.03125671998718224, "his": 0.18596550898568412, "they": 0.21722222897286636}, "pearls": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "penis": {"his - they": 0.0734887165904815, "his": 0.2900288689065727, "they": 0.2165401523160912}, "people": {"his - they": -0.026626744539864133, "his": 0.24909772733582064, "they": 0.2757244718756848}, "person": {"his - they": 0.0849538567590386, "his": 0.24078757476375517, "they": 0.15583371800471657}, "personal": {"his - they": 0.11768951890844877, "his": 0.2204656231764001, "they": 0.10277610426795132}, "perspective": {"his - they": 0.11557168913988827, "his": 0.25767118814871676, "they": 0.14209949900882848}, "phone": {"his - they": 0.07758179501236834, "his": 0.19954848413216753, "they": 0.12196668911979919}, "phony": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "pic": {"his - they": 0.11666478385410378, "his": 0.23917380972275093, "they": 0.12250902586864715}, "picture": {"his - they": 0.018697810195362485, "his": 0.1698802305350312, "they": 0.15118242033966872}, "pictures": {"his - they": 0.07849404877936267, "his": 0.17510804279467734, "they": 0.09661399401531467}, "place": {"his - they": -0.0164921171339229, "his": 0.1817015799134404, "they": 0.1981936970473633}, "plains": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "play": {"his - they": 0.05222326945521269, "his": 0.19308271381204514, "they": 0.14085944435683245}, "pm": {"his - they": 0.08567274040258206, "his": 0.20112033331936574, "they": 0.11544759291678368}, "point": {"his - they": 0.04614814444521856, "his": 0.21259866543452957, "they": 0.166450520989311}, "poles": {"his - they": 0.07609066118475985, "his": 0.23550656811297457, "they": 0.15941590692821472}, "police": {"his - they": 0.028003075943723477, "his": 0.20181918026196513, "they": 0.17381610431824165}, "political": {"his - they": 0.0765048278420932, "his": 0.2259381971237672, "they": 0.149433369281674}, "poll": {"his - they": 0.16427910702579998, "his": 0.30637860603462846, "they": 0.14209949900882848}, "pool": {"his - they": 0.11618268717703323, "his": 0.247498745798785, "they": 0.13131605862175177}, "poor": {"his - they": 0.045524296018135346, "his": 0.23154231958668378, "they": 0.18601802356854844}, "position": {"his - they": 0.07555372809928196, "his": 0.247498745798785, "they": 0.17194501769950304}, "possible": {"his - they": 0.05212504545608679, "his": 0.19621702246299408, "they": 0.1440919770069073}, "post": {"his - they": 0.037681054363360555, "his": 0.16774406187836782, "they": 0.13006300751500727}, "posting": {"his - they": 0.07819513162263404, "his": 0.18336108794222586, "they": 0.10516595631959182}, "posts": {"his - they": 0.16006931018183018, "his": 0.2707733667406537, "they": 0.11070405655882354}, "potential": {"his - they": 0.11418790587437591, "his": 0.27936354658501444, "they": 0.16517564071063853}, "power": {"his - they": 0.03588094459744501, "his": 0.23154231958668378, "they": 0.19566137498923877}, "pray": {"his - they": 0.11706168579686992, "his": 0.23210167471132323, "they": 0.11503998891445331}, "preach": {"his - they": 0.11418790587437591, "his": 0.27936354658501444, "they": 0.16517564071063853}, "precisely": {"his - they": 0.11519342034876306, "his": 0.26377577301256167, "they": 0.1485823526637986}, "pregnant": {"his - they": 0.07479309710922005, "his": 0.26377577301256167, "they": 0.1889826759033416}, "presence": {"his - they": 0.11418790587437591, "his": 0.27936354658501444, "they": 0.16517564071063853}, "pride": {"his - they": 0.04581607428992812, "his": 0.2227705487122938, "they": 0.17695447442236567}, "printing": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "prison": {"his - they": 0.08248626915691115, "his": 0.267737115969142, "they": 0.18525084681223086}, "private": {"his - they": 0.032623477493250896, "his": 0.2204656231764001, "they": 0.1878421456831492}, "pro": {"his - they": 0.01835209524281131, "his": 0.18731593000687935, "they": 0.16896383476406804}, "probably": {"his - they": -0.0679328229304749, "his": 0.1491280997867173, "they": 0.21706092271719218}, "procedure": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "professor": {"his - they": 0.11519342034876306, "his": 0.26377577301256167, "they": 0.1485823526637986}, "property": {"his - they": 0.07592857528531524, "his": 0.23917380972275093, "they": 0.1632452344374357}, "protect": {"his - they": 0.19790156808574505, "his": 0.3064416240157552, "they": 0.10854005593001013}, "protecting": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "proud": {"his - they": 0.09178266405270438, "his": 0.27536659757912263, "they": 0.18358393352641825}, "public": {"his - they": 0.06008702526617296, "his": 0.23610505440363108, "they": 0.17601802913745812}, "pull": {"his - they": 0.07575070538117748, "his": 0.24315065278707032, "they": 0.16739994740589284}, "pulled": {"his - they": 0.11474302049620194, "his": 0.2708676106697061, "they": 0.15612459017350416}, "put": {"his - they": -0.017848550359482213, "his": 0.20323161187649555, "they": 0.22108016223597776}, "q": {"his - they": 0.11618268717703323, "his": 0.247498745798785, "they": 0.13131605862175177}, "quebec": {"his - they": 0.0740301946692721, "his": 0.27936354658501444, "they": 0.20533335191574234}, "r": {"his - they": 0.15862326826698642, "his": 0.28825702331229003, "they": 0.1296337550453036}, "race": {"his - they": -0.06735909544366442, "his": 0.13797235897441942, "they": 0.20533145441808384}, "races": {"his - they": 0.03584530985079873, "his": 0.2327447666633402, "they": 0.19689945681254148}, "racist": {"his - they": -0.021518440713947373, "his": 0.19644655573476588, "they": 0.21796499644871326}, "radio": {"his - they": 0.052359265857277876, "his": 0.18870082983750203, "they": 0.13634156398022415}, "rag": {"his - they": 0.16116928861904584, "his": 0.3377311628706779, "they": 0.17656187425163206}, "rally": {"his - they": 0.050944074907025766, "his": 0.23210167471132323, "they": 0.18115759980429746}, "ramifications": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "ran": {"his - they": 0.1316577319836849, "his": 0.3064416240157552, "they": 0.1747838920320703}, "rancher": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "range": {"his - they": 0.1248747376454172, "his": 0.29227468505131005, "they": 0.16739994740589284}, "rap": {"his - they": 0.05082662119002146, "his": 0.23550656811297457, "they": 0.18467994692295311}, "rather": {"his - they": 0.018405129716952073, "his": 0.18464777836472018, "they": 0.1662426486477681}, "re": {"his - they": -0.15724609763557765, "his": 0.15265033993630092, "they": 0.30989643757187857}, "read": {"his - they": 0.05305673061324162, "his": 0.2117136288381602, "they": 0.15865689822491857}, "reading": {"his - they": 0.11502396354313418, "his": 0.2779910400780907, "they": 0.16296707653495654}, "reality": {"his - they": 0.05150212161100337, "his": 0.21553709952500583, "they": 0.16403497791400246}, "really": {"his - they": -0.02609658150319638, "his": 0.17192007920974356, "they": 0.19801666071293994}, "reason": {"his - they": -0.014677875029219578, "his": 0.16696046809395795, "they": 0.18163834312317753}, "recently": {"his - they": 0.11817473210911983, "his": 0.21104872419857681, "they": 0.09287399208945699}, "refuse": {"his - they": 0.05040547871331966, "his": 0.247498745798785, "they": 0.19709326708546535}, "release": {"his - they": 0.11474302049620194, "his": 0.2708676106697061, "they": 0.15612459017350416}, "remember": {"his - they": 0.08874715900561259, "his": 0.2526596889379629, "they": 0.16391252993235034}, "repeated": {"his - they": 0.11346699465494064, "his": 0.2900288689065727, "they": 0.17656187425163206}, "reply": {"his - they": 0.11768951890844877, "his": 0.2204656231764001, "they": 0.10277610426795132}, "request": {"his - they": 0.11474302049620194, "his": 0.2708676106697061, "they": 0.15612459017350416}, "rest": {"his - they": 0.04398542618938342, "his": 0.26209144219420166, "they": 0.21810601600481824}, "restaurant": {"his - they": 0.1172363529934682, "his": 0.22892208425868055, "they": 0.11168573126521235}, "ride": {"his - they": 0.10121900347947729, "his": 0.267737115969142, "they": 0.16651811248966472}, "right": {"his - they": 0.06048863814160679, "his": 0.2703573839704189, "they": 0.20986874582881213}, "road": {"his - they": 0.12646807942295854, "his": 0.27019766765068826, "they": 0.14372958822772972}, "rob": {"his - they": 0.11418790587437591, "his": 0.27936354658501444, "they": 0.16517564071063853}, "robbery": {"his - they": 0.11557168913988827, "his": 0.25767118814871676, "they": 0.14209949900882848}, "role": {"his - they": 0.07575070538117748, "his": 0.24315065278707032, "they": 0.16739994740589284}, "rules": {"his - they": 0.051052910802534074, "his": 0.22892208425868055, "they": 0.17786917345614647}, "run": {"his - they": -0.023354371122288525, "his": 0.16509368648303097, "they": 0.1884480576053195}, "running": {"his - they": 0.1152288622838411, "his": 0.2749823381852317, "they": 0.1597534759013906}, "s": {"his - they": 0.03383768947961807, "his": 0.2721965516600097, "they": 0.23835886218039165}, "sad": {"his - they": 0.10338859398966571, "his": 0.22921441125179787, "they": 0.12582581726213216}, "safe": {"his - they": 0.05150212161100337, "his": 0.21553709952500583, "they": 0.16403497791400246}, "safety": {"his - they": 0.07479309710922005, "his": 0.26377577301256167, "they": 0.1889826759033416}, "said": {"his - they": 0.03533062649907939, "his": 0.2633634067274727, "they": 0.22803278022839332}, "salem": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "same": {"his - they": -0.1440075890983424, "his": 0.09961011548118198, "they": 0.2436177045795244}, "sat": {"his - they": 0.05082662119002146, "his": 0.23550656811297457, "they": 0.18467994692295311}, "saw": {"his - they": 0.09669993496261167, "his": 0.25388826148772237, "they": 0.1571883265251107}, "say": {"his - they": -0.02253824446215741, "his": 0.22877916201316295, "they": 0.25131740647532036}, "says": {"his - they": 0.046377682347965715, "his": 0.20544385431209033, "they": 0.15906617196412462}, "scheduled": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "school": {"his - they": 0.0019333650401604507, "his": 0.2226206921143972, "they": 0.22068732707423674}, "screaming": {"his - they": 0.11557168913988827, "his": 0.25767118814871676, "they": 0.14209949900882848}, "scum": {"his - they": 0.018405129716952073, "his": 0.18464777836472018, "they": 0.1662426486477681}, "seal": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "search": {"his - they": 0.11897210779492441, "his": 0.19462679288217585, "they": 0.07565468508725144}, "seat": {"his - they": 0.11418790587437591, "his": 0.27936354658501444, "they": 0.16517564071063853}, "second": {"his - they": -0.01493457837921594, "his": 0.20310570598979666, "they": 0.2180402843690126}, "section": {"his - they": 0.1191800327527656, "his": 0.19012215114475436, "they": 0.07094211839198876}, "secularism": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "security": {"his - they": 0.10206832147387238, "his": 0.2532676401438144, "they": 0.15119931866994205}, "see": {"his - they": 0.03199380653926884, "his": 0.24189133701520812, "they": 0.2098975304759393}, "seek": {"his - they": 0.07555372809928196, "his": 0.247498745798785, "they": 0.17194501769950304}, "seem": {"his - they": -0.02348322163101224, "his": 0.20129684216159016, "they": 0.2247800637926024}, "self": {"his - they": 0.12312084725078748, "his": 0.30283518533815673, "they": 0.17971433808736925}, "selfish": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "sell": {"his - they": 0.005205452281607709, "his": 0.2204656231764001, "they": 0.21526017089479238}, "send": {"his - they": -0.014567710941170403, "his": 0.1542373386158663, "they": 0.1688050495570367}, "sent": {"his - they": -0.014795545094380386, "his": 0.1821039117181611, "they": 0.19689945681254148}, "sentence": {"his - they": 0.11418790587437591, "his": 0.27936354658501444, "they": 0.16517564071063853}, "served": {"his - they": 0.04981523308530414, "his": 0.26377577301256167, "they": 0.21396053992725753}, "service": {"his - they": 0.10074446226353662, "his": 0.2755283542956069, "they": 0.1747838920320703}, "set": {"his - they": 0.1346222598388897, "his": 0.26814439200245765, "they": 0.13352213216356795}, "several": {"his - they": 0.08418618334131128, "his": 0.23397454490185604, "they": 0.14978836156054476}, "shall": {"his - they": 0.12663780278386727, "his": 0.267737115969142, "they": 0.14109931318527474}, "sharing": {"his - they": 0.11589726781765158, "his": 0.2523007351700474, "they": 0.13640346735239584}, "shaved": {"his - they": 0.11557168913988827, "his": 0.25767118814871676, "they": 0.14209949900882848}, "she": {"his - they": 0.013937694556578867, "his": 0.14420485790664928, "they": 0.1302671633500704}, "shift": {"his - they": 0.11474302049620194, "his": 0.2708676106697061, "they": 0.15612459017350416}, "shines": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "shocked": {"his - they": 0.07479309710922005, "his": 0.26377577301256167, "they": 0.1889826759033416}, "shoots": {"his - they": 0.11474302049620194, "his": 0.2708676106697061, "they": 0.15612459017350416}, "short": {"his - they": 0.05201977636803096, "his": 0.19954848413216753, "they": 0.14752870776413657}, "shot": {"his - they": 0.20249677443802416, "his": 0.3103634126773638, "they": 0.10786663823933962}, "should": {"his - they": 0.01365196602692742, "his": 0.27400311535529304, "they": 0.2603511493283656}, "show": {"his - they": -0.1306581404388969, "his": 0.1107612970673562, "they": 0.24141943750625308}, "shows": {"his - they": 0.018615851011806517, "his": 0.17402292867126423, "they": 0.15540707765945772}, "since": {"his - they": -0.011345783024679618, "his": 0.1891961455165114, "they": 0.20054192854119102}, "sister": {"his - they": 0.1025356961010378, "his": 0.24498750961626314, "they": 0.14245181351522535}, "sit": {"his - they": 0.05142252203183939, "his": 0.2179406345215041, "they": 0.16651811248966472}, "site": {"his - they": -0.004544786340028278, "his": 0.1321534616435041, "they": 0.1366982479835324}, "sitting": {"his - they": 0.05531245494861603, "his": 0.2610177776090768, "they": 0.20570532266046077}, "skills": {"his - they": 0.03231466010588721, "his": 0.23210167471132323, "they": 0.19978701460543602}, "skin": {"his - they": -0.014602930879193482, "his": 0.15817749120575172, "they": 0.1727804220849452}, "skinny": {"his - they": 0.07445019492912702, "his": 0.2708676106697061, "they": 0.19641741574057908}, "skull": {"his - they": 0.11346699465494064, "his": 0.2900288689065727, "they": 0.17656187425163206}, "small": {"his - they": -0.0233084649863389, "his": 0.1565695897543766, "they": 0.1798780547407155}, "smashed": {"his - they": 0.11418790587437591, "his": 0.27936354658501444, "they": 0.16517564071063853}, "smiley": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "so": {"his - they": 0.006468108426161245, "his": 0.2879283493028594, "they": 0.28146024087669813}, "social": {"his - they": 0.06842798762650215, "his": 0.2481423257138714, "they": 0.17971433808736925}, "soldiers": {"his - they": 0.017579128094117463, "his": 0.2259381971237672, "they": 0.20835906902964973}, "solicited": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "some": {"his - they": -0.007632116275498008, "his": 0.20916337421193446, "they": 0.21679549048743246}, "somehow": {"his - they": 0.03231466010588721, "his": 0.23210167471132323, "they": 0.19978701460543602}, "someone": {"his - they": 0.06317527907128051, "his": 0.2344653822264856, "they": 0.1712901031552051}, "something": {"his - they": -0.026092368748577982, "his": 0.17106279875256636, "they": 0.19715516750114434}, "sometimes": {"his - they": 0.005634298933602427, "his": 0.1915820093199644, "they": 0.185947710386362}, "son": {"his - they": 0.17009686605941626, "his": 0.23397454490185604, "they": 0.06387767884243979}, "song": {"his - they": 0.05267000658564164, "his": 0.1784958238477738, "they": 0.12582581726213216}, "soon": {"his - they": 0.05210998193954161, "his": 0.23756007418791128, "they": 0.18545009224836967}, "sorry": {"his - they": 0.018697810195362485, "his": 0.1698802305350312, "they": 0.15118242033966872}, "sort": {"his - they": -0.014923707238181066, "his": 0.20129684216159016, "they": 0.21622054939977123}, "soul": {"his - they": 0.07684132133622937, "his": 0.2179406345215041, "they": 0.14109931318527474}, "souls": {"his - they": 0.11346699465494064, "his": 0.2900288689065727, "they": 0.17656187425163206}, "sounds": {"his - they": 0.03324994592803754, "his": 0.19621702246299408, "they": 0.16296707653495654}, "south": {"his - they": -0.0233084649863389, "his": 0.1565695897543766, "they": 0.1798780547407155}, "speak": {"his - they": -0.02337754394824587, "his": 0.1698802305350312, "they": 0.19325777448327708}, "speaking": {"his - they": 0.032623477493250896, "his": 0.2204656231764001, "they": 0.1878421456831492}, "species": {"his - they": 0.07637702525307133, "his": 0.22892208425868055, "they": 0.15254505900560922}, "speech": {"his - they": 0.19790156808574505, "his": 0.3064416240157552, "they": 0.10854005593001013}, "spend": {"his - they": 0.0765048278420932, "his": 0.2259381971237672, "they": 0.149433369281674}, "spirit": {"his - they": 0.1260949850139329, "his": 0.2755283542956069, "they": 0.149433369281674}, "spirits": {"his - they": 0.11418790587437591, "his": 0.27936354658501444, "they": 0.16517564071063853}, "sports": {"his - they": 0.07783108357402299, "his": 0.19308271381204514, "they": 0.11525163023802215}, "stake": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "stand": {"his - they": -0.0051431879410265835, "his": 0.18087483562752185, "they": 0.18601802356854844}, "standard": {"his - they": 0.11618268717703323, "his": 0.247498745798785, "they": 0.13131605862175177}, "start": {"his - they": -0.06814509576532429, "his": 0.12755754753189472, "they": 0.195702643297219}, "started": {"his - they": -0.05702001299465928, "his": 0.17621459955452276, "they": 0.23323461254918204}, "state": {"his - they": 0.06989449944618412, "his": 0.2134514835685621, "they": 0.143556984122378}, "statement": {"his - they": 0.12419714235727197, "his": 0.30116472967393687, "they": 0.1769675873166649}, "step": {"his - they": 0.11228716066663769, "his": 0.3155704396781731, "they": 0.20328327901153542}, "stick": {"his - they": 0.08314322903234062, "his": 0.25509674716577707, "they": 0.17195351813343646}, "still": {"his - they": -0.011270747075375898, "his": 0.1817015799134404, "they": 0.1929723269888163}, "stood": {"his - they": 0.12455525007778084, "his": 0.2965002677772839, "they": 0.17194501769950304}, "stop": {"his - they": -0.04518768307455054, "his": 0.14507143414714688, "they": 0.19025911722169742}, "stopped": {"his - they": 0.03268978770927325, "his": 0.2179406345215041, "they": 0.18525084681223086}, "stories": {"his - they": 0.055225723469723126, "his": 0.26315781227125806, "they": 0.20793208880153494}, "stormfront": {"his - they": -0.004333595287979122, "his": 0.11671597490103322, "they": 0.12104957018901234}, "story": {"his - they": 0.06035980142323111, "his": 0.22933014166147175, "they": 0.16897034023824065}, "strange": {"his - they": 0.0513383982309045, "his": 0.2204656231764001, "they": 0.1691272249454956}, "street": {"his - they": 0.16992396416724911, "his": 0.23652169189371056, "they": 0.06659772772646144}, "student": {"his - they": 0.0517180479569572, "his": 0.20894494083424908, "they": 0.15722689287729189}, "students": {"his - they": 0.0458491719483638, "his": 0.22176590237330826, "they": 0.17591673042494446}, "stuff": {"his - they": -0.02336826694774463, "his": 0.1679171999906489, "they": 0.19128546693839354}, "stupid": {"his - they": -0.051373511779450015, "his": 0.1589983168496648, "they": 0.21037182862911483}, "such": {"his - they": -0.031148020139364213, "his": 0.1371149144550645, "they": 0.1682629345944287}, "suited": {"his - they": 0.11346699465494064, "his": 0.2900288689065727, "they": 0.17656187425163206}, "sun": {"his - they": 0.01773999806226262, "his": 0.2179406345215041, "they": 0.2002006364592415}, "support": {"his - they": 0.08930014707811287, "his": 0.24215997050590482, "they": 0.15285982342779195}, "sure": {"his - they": -0.030629205112287616, "his": 0.18641345129426232, "they": 0.21704265640654993}, "surprised": {"his - they": 0.08283855953947514, "his": 0.2610177776090768, "they": 0.17817921806960166}, "survive": {"his - they": 0.05055951989911045, "his": 0.24315065278707032, "they": 0.19259113288795987}, "suspect": {"his - they": 0.10091265845322056, "his": 0.2727894261333167, "they": 0.17187676768009613}, "suspended": {"his - they": 0.11557168913988827, "his": 0.25767118814871676, "they": 0.14209949900882848}, "system": {"his - they": 0.10055782627639104, "his": 0.26814439200245765, "they": 0.16758656572606662}, "t": {"his - they": -0.03217745060008387, "his": 0.2568596642837913, "they": 0.2890371148838752}, "taco": {"his - they": 0.11346699465494064, "his": 0.2900288689065727, "they": 0.17656187425163206}, "take": {"his - they": -0.12204585434221449, "his": 0.1115246285774332, "they": 0.2335704829196477}, "taken": {"his - they": 0.06904414520207905, "his": 0.23397454490185604, "they": 0.164930399699777}, "takes": {"his - they": 0.0765048278420932, "his": 0.2259381971237672, "they": 0.149433369281674}, "taking": {"his - they": 0.0779433175748043, "his": 0.19012215114475436, "they": 0.11217883356995006}, "talk": {"his - they": 0.050855887911671865, "his": 0.2377882415371107, "they": 0.18693235362543884}, "teach": {"his - they": -0.014795545094380386, "his": 0.1821039117181611, "they": 0.19689945681254148}, "teacher": {"his - they": 0.16132877719195612, "his": 0.32227595579406726, "they": 0.16094717860211114}, "teachers": {"his - they": -0.02333131893017884, "his": 0.1606754599717273, "they": 0.18400677890190614}, "teeth": {"his - they": 0.07575070538117748, "his": 0.24315065278707032, "they": 0.16739994740589284}, "television": {"his - they": 0.017788262114577735, "his": 0.21553709952500583, "they": 0.1977488374104281}, "tell": {"his - they": 0.026346457607406004, "his": 0.2280641380300756, "they": 0.2017176804226696}, "telling": {"his - they": 0.055623098267228915, "his": 0.2532676401438144, "they": 0.1976445418765855}, "temporary": {"his - they": 0.11346699465494064, "his": 0.2900288689065727, "they": 0.17656187425163206}, "terror": {"his - they": 0.11519342034876306, "his": 0.26377577301256167, "they": 0.1485823526637986}, "texas": {"his - they": 0.11936778125922268, "his": 0.18596550898568412, "they": 0.06659772772646144}, "than": {"his - they": -0.04859416820628035, "his": 0.1927744571169785, "they": 0.24136862532325884}, "thank": {"his - they": 0.1036606927384452, "his": 0.2121936383714249, "they": 0.1085329456329797}, "that": {"his - they": 0.018674879235380748, "his": 0.3312133149053964, "they": 0.31253843567001566}, "thats": {"his - they": -0.023423684594004762, "his": 0.18087483562752185, "they": 0.2042985202215266}, "the": {"his - they": 0.021241744046146593, "his": 0.36753658571099995, "they": 0.34629484166485336}, "theft": {"his - they": 0.11474302049620194, "his": 0.2708676106697061, "they": 0.15612459017350416}, "their": {"his - they": -0.16695735037891649, "his": 0.17612810636653561, "they": 0.3430854567454521}, "them": {"his - they": -0.17998402423650675, "his": 0.13667140499164673, "they": 0.3166554292281535}, "themselves": {"his - they": -0.1145023823445854, "his": 0.1565695897543766, "they": 0.271071972098962}, "then": {"his - they": 0.008459614927904924, "his": 0.2716380483951536, "they": 0.2631784334672487}, "there": {"his - they": -0.06944933372349366, "his": 0.1581936312684835, "they": 0.22764296499197714}, "therefore": {"his - they": 0.09968355216335018, "his": 0.29227468505131005, "they": 0.19259113288795987}, "these": {"his - they": -0.005991113112131297, "his": 0.23800315827971247, "they": 0.24399427139184376}, "they": {"his - they": -0.3412125147944538, "his": 0.24457279726564865, "they": 0.5857853120601024}, "thing": {"his - they": -0.09481879702848323, "his": 0.11671597490103322, "they": 0.21153477192951645}, "things": {"his - they": -0.07762964722235288, "his": 0.14065888488258071, "they": 0.2182885321049336}, "think": {"his - they": -0.11374377640097028, "his": 0.15916868096239228, "they": 0.27291245736336256}, "thinks": {"his - they": 0.05142252203183939, "his": 0.2179406345215041, "they": 0.16651811248966472}, "third": {"his - they": 0.05190638731985461, "his": 0.20310570598979666, "they": 0.15119931866994205}, "this": {"his - they": 0.04758811441983077, "his": 0.27313364880750296, "they": 0.2255455343876722}, "thorn": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}, "those": {"his - they": -0.044137905516985126, "his": 0.1932645146850301, "they": 0.2374024202020152}, "thought": {"his - they": -0.051442503439440374, "his": 0.14507143414714688, "they": 0.19651393758658725}, "thousands": {"his - they": 0.08742623653231663, "his": 0.2764647391020034, "they": 0.1890385025696868}, "thread": {"his - they": 0.0717323536436362, "his": 0.16420401258148132, "they": 0.09247165893784512}, "threat": {"his - they": 0.11557168913988827, "his": 0.25767118814871676, "they": 0.14209949900882848}, "three": {"his - they": 0.018378943259617503, "his": 0.18596550898568412, "they": 0.16758656572606662}, "threw": {"his - they": 0.16427910702579998, "his": 0.30637860603462846, "they": 0.14209949900882848}, "throne": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "through": {"his - they": -0.005940213415450257, "his": 0.19840474933378888, "they": 0.20434496274923913}, "throw": {"his - they": 0.03292399445329222, "his": 0.20894494083424908, "they": 0.17602094638095686}, "thrown": {"his - they": 0.16556052778225613, "his": 0.29227468505131005, "they": 0.1267141572690539}, "thus": {"his - they": 0.09940700069181854, "his": 0.2965002677772839, "they": 0.19709326708546535}, "time": {"his - they": 0.05134523946658187, "his": 0.25922589027918364, "they": 0.20788065081260176}, "times": {"his - they": 0.032692026213461844, "his": 0.21076461668766278, "they": 0.17807259047420093}, "to": {"his - they": 0.006230468694748914, "his": 0.3667183153448607, "they": 0.3604878466501118}, "today": {"his - they": -0.05729245685994877, "his": 0.14507143414714688, "they": 0.20236389100709565}, "together": {"his - they": 0.0262961026915266, "his": 0.22997346747615804, "they": 0.20367736478463144}, "told": {"his - they": 0.013079261177121104, "his": 0.2643915499212105, "they": 0.2513122887440894}, "tongue": {"his - they": 0.11418790587437591, "his": 0.27936354658501444, "they": 0.16517564071063853}, "too": {"his - they": 0.05094340411255985, "his": 0.2334698086282991, "they": 0.18252640451573926}, "took": {"his - they": -0.02341453741242272, "his": 0.1784958238477738, "they": 0.2019103612601965}, "tools": {"his - they": 0.07479309710922005, "his": 0.26377577301256167, "they": 0.1889826759033416}, "top": {"his - they": 0.12813278865457037, "his": 0.24498750961626314, "they": 0.11685472096169278}, "town": {"his - they": 0.028347005423840027, "his": 0.18806782070221806, "they": 0.15972081527837803}, "trash": {"his - they": 0.1178216264823754, "his": 0.2179406345215041, "they": 0.10011900803912871}, "tree": {"his - they": 0.11838082342535974, "his": 0.20692418111597152, "they": 0.08854335769061178}, "trip": {"his - they": 0.05040547871331966, "his": 0.247498745798785, "they": 0.19709326708546535}, "trusted": {"his - they": 0.11346699465494064, "his": 0.2900288689065727, "they": 0.17656187425163206}, "truth": {"his - they": 0.027772643633996064, "his": 0.21093022551929128, "they": 0.1831575818852952}, "try": {"his - they": -0.0822305928085548, "his": 0.13162584665795576, "they": 0.21385643946651056}, "trying": {"his - they": -0.005909832888015026, "his": 0.19580784753465458, "they": 0.2017176804226696}, "turning": {"his - they": 0.076239489389399, "his": 0.23210167471132323, "they": 0.15586218532192422}, "twisted": {"his - they": 0.11519342034876306, "his": 0.26377577301256167, "they": 0.1485823526637986}, "two": {"his - they": 0.05514391151169434, "his": 0.2426259663731504, "they": 0.18748205486145605}, "types": {"his - they": 0.1248747376454172, "his": 0.29227468505131005, "they": 0.16739994740589284}, "typical": {"his - they": 0.07673603494867037, "his": 0.2204656231764001, "they": 0.14372958822772972}, "u": {"his - they": 0.12067137118136845, "his": 0.1542373386158663, "they": 0.033565967434497856}, "under": {"his - they": 0.09194518889846415, "his": 0.27263474873332777, "they": 0.18068955983486362}, "understand": {"his - they": 0.056173291672434705, "his": 0.23919611212165684, "they": 0.18302282044922213}, "university": {"his - they": 0.07824126584387318, "his": 0.1821039117181611, "they": 0.10386264587428791}, "unless": {"his - they": 0.07662415471302925, "his": 0.22312597567248008, "they": 0.14650182095945083}, "until": {"his - they": -0.05723898239080838, "his": 0.15273217120068872, "they": 0.2099711535914971}, "untill": {"his - they": 0.07508267105116675, "his": 0.25767118814871676, "they": 0.18258851709755}, "up": {"his - they": 0.024739437772246464, "his": 0.28231103464291585, "they": 0.2575715968706694}, "upon": {"his - they": 0.06764547750351901, "his": 0.2653943149139471, "they": 0.1977488374104281}, "us": {"his - they": -0.06101037907258397, "his": 0.19204581375503313, "they": 0.2530561928276171}, "use": {"his - they": 0.0001678432965929455, "his": 0.1802073584516442, "they": 0.18003951515505126}, "used": {"his - they": 0.14202840605748668, "his": 0.25327688838666745, "they": 0.11124848232918079}, "using": {"his - they": 0.0844117787825916, "his": 0.22921441125179787, "they": 0.14480263246920627}, "v": {"his - they": 0.034020236200124454, "his": 0.16509368648303097, "they": 0.1310734502829065}, "values": {"his - they": 0.11739814119375706, "his": 0.2259381971237672, "they": 0.10854005593001013}, "ve": {"his - they": -0.010148465720671379, "his": 0.18235520667996916, "they": 0.19250367240064054}, "very": {"his - they": 0.03828035584848802, "his": 0.21760256224548213, "they": 0.17932220639699412}, "victim": {"his - they": 0.07637702525307133, "his": 0.22892208425868055, "they": 0.15254505900560922}, "victims": {"his - they": 0.12748497105701614, "his": 0.25509674716577707, "they": 0.12761177610876093}, "video": {"his - they": 0.1228083664250241, "his": 0.24366434884710184, "they": 0.12085598242207773}, "videos": {"his - they": 0.07771413904278837, "his": 0.25363086946773283, "they": 0.17591673042494446}, "views": {"his - they": -0.015015894908069899, "his": 0.2179406345215041, "they": 0.232956529429574}, "vile": {"his - they": 0.05055951989911045, "his": 0.24315065278707032, "they": 0.19259113288795987}, "violent": {"his - they": 0.01799980568706208, "his": 0.20497973971832978, "they": 0.1869799340312677}, "visitors": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "w": {"his - they": 0.1182803407258159, "his": 0.20894494083424908, "they": 0.09066460010843318}, "walked": {"his - they": 0.07575070538117748, "his": 0.24315065278707032, "they": 0.16739994740589284}, "wandering": {"his - they": 0.11346699465494064, "his": 0.2900288689065727, "they": 0.17656187425163206}, "wanna": {"his - they": 0.12588853501006037, "his": 0.2784335940156696, "they": 0.15254505900560922}, "want": {"his - they": -0.011948876616798998, "his": 0.2544277266220016, "they": 0.2663766032388006}, "wanted": {"his - they": -0.005077751369758132, "his": 0.17510804279467734, "they": 0.18018579416443548}, "wants": {"his - they": 0.08435752328838253, "his": 0.23036592955072155, "they": 0.14600840626233902}, "war": {"his - they": 0.0569371277351515, "his": 0.2188559957063084, "they": 0.1619188679711569}, "was": {"his - they": 0.16057330370810186, "his": 0.35146482175455446, "they": 0.1908915180464526}, "washed": {"his - they": 0.11418790587437591, "his": 0.27936354658501444, "they": 0.16517564071063853}, "watch": {"his - they": 0.006763404753132668, "his": 0.1887138134617603, "they": 0.18195040870862764}, "watched": {"his - they": 0.07662415471302925, "his": 0.22312597567248008, "they": 0.14650182095945083}, "watching": {"his - they": -0.038449568967536984, "his": 0.1729583851784586, "they": 0.21140795414599559}, "way": {"his - they": 0.01202556811307759, "his": 0.23634160508288965, "they": 0.22431603696981206}, "we": {"his - they": 0.03097478491640346, "his": 0.23441033542650905, "they": 0.2034355505101056}, "weapon": {"his - they": 0.05069906935090515, "his": 0.23917380972275093, "they": 0.18847474037184578}, "weather": {"his - they": 0.076239489389399, "his": 0.23210167471132323, "they": 0.15586218532192422}, "web": {"his - they": 0.1178216264823754, "his": 0.2179406345215041, "they": 0.10011900803912871}, "website": {"his - they": 0.07799677327867849, "his": 0.18870082983750203, "they": 0.11070405655882354}, "week": {"his - they": -0.01450751817603152, "his": 0.1477452361499221, "they": 0.16225275432595362}, "weekend": {"his - they": 0.11794601371950934, "his": 0.21553709952500583, "they": 0.09759108580549648}, "weeks": {"his - they": 0.10401563266026041, "his": 0.2169965628684333, "they": 0.11298093020817289}, "welfare": {"his - they": -0.0055292847596488115, "his": 0.2179406345215041, "they": 0.22346991928115292}, "well": {"his - they": -0.04614931148986559, "his": 0.16866982271387923, "they": 0.21481913420374482}, "went": {"his - they": 0.057417456071461065, "his": 0.27252732518074535, "they": 0.21510986910928429}, "were": {"his - they": -0.06850397519346824, "his": 0.22089607585700682, "they": 0.28940005105047506}, "what": {"his - they": -0.014477177579439338, "his": 0.252287398105113, "they": 0.26676457568455236}, "whatever": {"his - they": 0.07751340279428363, "his": 0.20129684216159016, "they": 0.12378343936730653}, "when": {"his - they": -0.000822568142075708, "his": 0.29250077222455345, "they": 0.29332334036662916}, "whenever": {"his - they": 0.01751899910811136, "his": 0.22892208425868055, "they": 0.2114030851505692}, "where": {"his - they": 0.02371662440231609, "his": 0.25236021642222545, "they": 0.22864359201990936}, "which": {"his - they": 0.002052532221049258, "his": 0.19997521588075592, "they": 0.19792268365970667}, "while": {"his - they": 0.08913331366230587, "his": 0.25815097721692787, "they": 0.169017663554622}, "whilst": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "white": {"his - they": 0.04019962965902557, "his": 0.30351624404361405, "they": 0.2633166143845885}, "whites": {"his - they": -0.10924913452233254, "his": 0.15021063139393215, "they": 0.2594597659162647}, "who": {"his - they": 0.033238422713664284, "his": 0.26638737234613824, "they": 0.23314894963247396}, "why": {"his - they": -0.016035488929142028, "his": 0.2168528674150035, "they": 0.23288835634414554}, "wife": {"his - they": 0.26321889059007153, "his": 0.3800736115517643, "they": 0.11685472096169278}, "wiggers": {"his - they": 0.03231466010588721, "his": 0.23210167471132323, "they": 0.19978701460543602}, "will": {"his - they": -0.016157173364002686, "his": 0.26732442027151193, "they": 0.2834815936355146}, "william": {"his - they": 0.1182803407258159, "his": 0.20894494083424908, "they": 0.09066460010843318}, "willing": {"his - they": 0.03231466010588721, "his": 0.23210167471132323, "they": 0.19978701460543602}, "win": {"his - they": 0.1168720446879404, "his": 0.23550656811297457, "they": 0.11863452342503418}, "window": {"his - they": 0.1168720446879404, "his": 0.23550656811297457, "they": 0.11863452342503418}, "winter": {"his - they": 0.11643649551801641, "his": 0.24315065278707032, "they": 0.1267141572690539}, "wisdom": {"his - they": 0.12276046691099823, "his": 0.3191778826515773, "they": 0.19641741574057908}, "wish": {"his - they": 0.052483682334294485, "his": 0.18464777836472018, "they": 0.1321640960304257}, "with": {"his - they": 0.03615853573261829, "his": 0.325219590510501, "they": 0.2890610547778827}, "within": {"his - they": 0.018142121883458512, "his": 0.19785645997082776, "they": 0.17971433808736925}, "wn": {"his - they": 0.07814769069040113, "his": 0.18464777836472018, "they": 0.10650008767431905}, "woman": {"his - they": -0.004721912768777148, "his": 0.14572884904687508, "they": 0.15045076181565223}, "women": {"his - they": -0.0864048771467057, "his": 0.13769156458663143, "they": 0.22409644173333712}, "wonder": {"his - they": 0.04480926219832204, "his": 0.2520262879691483, "they": 0.20721702577082624}, "word": {"his - they": 0.01879236582453203, "his": 0.16509368648303097, "they": 0.14630132065849893}, "words": {"his - they": 0.033403780690050705, "his": 0.19012215114475436, "they": 0.15671837045470366}, "wore": {"his - they": 0.07479309710922005, "his": 0.26377577301256167, "they": 0.1889826759033416}, "work": {"his - they": 0.01586903910584478, "his": 0.2182660623459615, "they": 0.2023970232401167}, "world": {"his - they": -0.01631834989807046, "his": 0.16194681370781266, "they": 0.17826516360588313}, "worst": {"his - they": 0.03275267578521954, "his": 0.21553709952500583, "they": 0.1827844237397863}, "would": {"his - they": 0.004168707530690929, "his": 0.23308198700928107, "they": 0.22891327947859014}, "wouldn": {"his - they": 0.11244328194072983, "his": 0.30453572399984596, "they": 0.19209244205911613}, "wouldnt": {"his - they": 0.0734887165904815, "his": 0.2900288689065727, "they": 0.2165401523160912}, "wp": {"his - they": 0.118063486573427, "his": 0.21324318206475487, "they": 0.09517969549132788}, "written": {"his - they": 0.11794601371950934, "his": 0.21553709952500583, "they": 0.09759108580549648}, "wrong": {"his - they": 0.07766500203124826, "his": 0.25461947645361394, "they": 0.17695447442236567}, "wrote": {"his - they": 0.16620680076575972, "his": 0.2848413241907939, "they": 0.11863452342503418}, "www": {"his - they": 0.042196057651154084, "his": 0.17198894201626708, "they": 0.129792884365113}, "year": {"his - they": 0.1331469924633976, "his": 0.2757693120222502, "they": 0.1426223195588526}, "years": {"his - they": 0.010587997664846666, "his": 0.20134491486153425, "they": 0.19075691719668758}, "yes": {"his - they": -0.011250313496479841, "his": 0.17971714142422196, "they": 0.1909674549207018}, "yet": {"his - they": 0.027853768581743044, "his": 0.20773182332245854, "they": 0.1798780547407155}, "you": {"his - they": -0.03196238538018567, "his": 0.19528181166788908, "they": 0.22724419704807475}, "your": {"his - they": 0.04982710421966774, "his": 0.23840911598728143, "they": 0.1885820117676137}, "youth": {"his - they": 0.018572445037995183, "his": 0.17621459955452276, "they": 0.15764215451652758}, "youtube": {"his - they": 0.126277521917279, "his": 0.18256733858094085, "they": 0.05628981666366184}, "zealot": {"his - they": 0.11068097167296201, "his": 0.328008702747323, "they": 0.217327731074361}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-his-woman.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-his-woman.json new file mode 100644 index 0000000000000000000000000000000000000000..b8b55dded416b897f07dc04a168f807de925e5bc --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-his-woman.json @@ -0,0 +1 @@ +{"0": {"his - woman": -0.13131872183344837, "his": 0.1491280997867173, "woman": 0.28044682162016565}, "000": {"his - woman": -0.0728009127210058, "his": 0.16601947886853008, "woman": 0.23882039158953589}, "1": {"his - woman": -0.14639887697416953, "his": 0.16774406187836782, "woman": 0.31414293885253736}, "15": {"his - woman": -0.07198395844110717, "his": 0.18870082983750203, "woman": 0.2606847882786092}, "17": {"his - woman": -0.12561903489522486, "his": 0.22892208425868055, "woman": 0.3545411191539054}, "18": {"his - woman": -0.12748758848709746, "his": 0.20497973971832978, "woman": 0.33246732820542724}, "2": {"his - woman": -0.14664067291021168, "his": 0.16458793647371958, "woman": 0.31122860938393127}, "20": {"his - woman": -0.02173827116578847, "his": 0.2227705487122938, "woman": 0.24450881987808226}, "2009": {"his - woman": -0.07102274127158645, "his": 0.21324318206475487, "woman": 0.2842659233363413}, "2010": {"his - woman": -0.07082964246136922, "his": 0.2179406345215041, "woman": 0.28877027698287333}, "2010apr02": {"his - woman": -0.06547432358742128, "his": 0.328008702747323, "woman": 0.3934830263347443}, "21": {"his - woman": -0.12718743757598633, "his": 0.20894494083424908, "woman": 0.3361323784102354}, "27": {"his - woman": -0.06954763516619339, "his": 0.247498745798785, "woman": 0.3170463809649784}, "28": {"his - woman": -0.06974345641048851, "his": 0.24315065278707032, "woman": 0.31289410919755883}, "3": {"his - woman": -0.08082245154606008, "his": 0.1817015799134404, "woman": 0.2625240314595005}, "30": {"his - woman": -0.02167515647772314, "his": 0.2269816447972737, "woman": 0.24865680127499684}, "36": {"his - woman": -0.06750132291667482, "his": 0.2900288689065727, "woman": 0.3575301918232475}, "43": {"his - woman": -0.06845260331385711, "his": 0.2708676106697061, "woman": 0.3393202139835632}, "5824772": {"his - woman": -0.06547432358742128, "his": 0.328008702747323, "woman": 0.3934830263347443}, "6": {"his - woman": -0.02191249542383733, "his": 0.21093022551929128, "woman": 0.2328427209431286}, "84th": {"his - woman": -0.06547432358742128, "his": 0.328008702747323, "woman": 0.3934830263347443}, "9": {"his - woman": -0.07248180798103906, "his": 0.17510804279467734, "woman": 0.2475898507757164}, "a": {"his - woman": -0.08694983197686851, "his": 0.3591611537130147, "woman": 0.4461109856898832}, "about": {"his - woman": 0.007972033616535035, "his": 0.28406015834045806, "woman": 0.276088124723923}, "above": {"his - woman": -0.021444960777230793, "his": 0.24201231520400873, "woman": 0.2634572759812395}, "according": {"his - woman": 0.010069772474550265, "his": 0.2811872360541688, "woman": 0.2711174635796185}, "accused": {"his - woman": -0.020619424146248788, "his": 0.29227468505131005, "woman": 0.31289410919755883}, "after": {"his - woman": 0.07016888027908333, "his": 0.26626852355760117, "woman": 0.19609964327851784}, "again": {"his - woman": 0.05350253974087177, "his": 0.26380575034527937, "woman": 0.2103032106044076}, "against": {"his - woman": -0.024211043131683124, "his": 0.24027730059023164, "woman": 0.26448834372191476}, "ago": {"his - woman": -0.02441823093081985, "his": 0.22831137499648457, "woman": 0.2527296059273044}, "all": {"his - woman": 0.04714083743195538, "his": 0.27333533563091367, "woman": 0.2261944981989583}, "allen": {"his - woman": -0.06932847941859532, "his": 0.2523007351700474, "woman": 0.32162921458864274}, "alot": {"his - woman": -0.07163473916458371, "his": 0.19785645997082776, "woman": 0.2694911991354115}, "also": {"his - woman": 0.010108557197860857, "his": 0.18609694231097504, "woman": 0.17598838511311418}, "am": {"his - woman": -0.13425738916960978, "his": 0.09616798588973823, "woman": 0.23042537505934801}, "american": {"his - woman": -0.07351482488043826, "his": 0.14442109183967175, "woman": 0.21793591672011}, "an": {"his - woman": -0.07104923823442416, "his": 0.25947791713742946, "woman": 0.3305271553718536}, "and": {"his - woman": 0.027763277604365366, "his": 0.40019797009833447, "woman": 0.3724346924939691}, "angry": {"his - woman": -0.0707246391853, "his": 0.2204656231764001, "woman": 0.2911902623617001}, "another": {"his - woman": -0.06127349063815696, "his": 0.23586751704660425, "woman": 0.2971410076847612}, "any": {"his - woman": -0.0431339007709749, "his": 0.20927119039742947, "woman": 0.25240509116840437}, "anyone": {"his - woman": -0.07469311180845746, "his": 0.10357675193591827, "woman": 0.17826986374437573}, "apartment": {"his - woman": -0.07610752513823582, "his": 0.2784335940156696, "woman": 0.3545411191539054}, "apes": {"his - woman": -0.07119686589662139, "his": 0.20894494083424908, "woman": 0.28014180673087047}, "apparently": {"his - woman": -0.021108111065083257, "his": 0.26315781227125806, "woman": 0.2842659233363413}, "are": {"his - woman": -0.014510727387368888, "his": 0.19301227325170114, "woman": 0.20752300063907003}, "area": {"his - woman": -0.07417925370739864, "his": 0.12235962312016063, "woman": 0.19653887682755927}, "around": {"his - woman": 0.0543429700237249, "his": 0.2213527907814962, "woman": 0.1670098207577713}, "arrested": {"his - woman": -0.08102243929824565, "his": 0.29019242503675274, "woman": 0.3712148643349984}, "aryan": {"his - woman": -0.16370024103047856, "his": 0.19462679288217585, "woman": 0.3583270339126544}, "as": {"his - woman": 0.009262933105382398, "his": 0.278088369799106, "woman": 0.2688254366937236}, "asian": {"his - woman": -0.1303593965702193, "his": 0.1641825735674944, "woman": 0.2945419701377137}, "assault": {"his - woman": -0.1250816149066866, "his": 0.23550656811297457, "woman": 0.36058818301966117}, "at": {"his - woman": 0.06284235737144189, "his": 0.32857452149293975, "woman": 0.26573216412149786}, "atleast": {"his - woman": -0.06750132291667482, "his": 0.2900288689065727, "woman": 0.3575301918232475}, "attack": {"his - woman": 0.010121232572451039, "his": 0.24296395351557964, "woman": 0.2328427209431286}, "attacked": {"his - woman": -0.12561903489522486, "his": 0.22892208425868055, "woman": 0.3545411191539054}, "attacks": {"his - woman": -0.12629437672312396, "his": 0.2204656231764001, "woman": 0.34675999989952405}, "back": {"his - woman": 0.1101439509235819, "his": 0.2637132434503512, "woman": 0.1535692925267693}, "bad": {"his - woman": 0.03421358260699486, "his": 0.24182120059908868, "woman": 0.20760761799209382}, "bautista": {"his - woman": -0.01979902895256963, "his": 0.3377311628706779, "woman": 0.3575301918232475}, "be": {"his - woman": 0.02064270831201709, "his": 0.28655444318501716, "woman": 0.26591173487300007}, "beaten": {"his - woman": -0.18686240567483128, "his": 0.2204656231764001, "woman": 0.40732802885123137}, "beautiful": {"his - woman": -0.07301186944409402, "his": 0.1598308514990346, "woman": 0.2328427209431286}, "because": {"his - woman": 0.0008900941434134557, "his": 0.2546578109969394, "woman": 0.25376771685352595}, "become": {"his - woman": -0.07309439353387062, "his": 0.15736802636848854, "woman": 0.23046241990235916}, "been": {"his - woman": -0.04330308917342829, "his": 0.20266868243192862, "woman": 0.2459717716053569}, "behind": {"his - woman": 0.06850358199166437, "his": 0.3150469984752759, "woman": 0.24654341648361153}, "being": {"his - woman": -0.011663599035523275, "his": 0.26487093721212496, "woman": 0.27653453624764823}, "big": {"his - woman": 0.0533591084215988, "his": 0.270055262575982, "woman": 0.2166961541543832}, "black": {"his - woman": -0.13121474080388168, "his": 0.288330105380994, "woman": 0.4195448461848757}, "blacks": {"his - woman": -0.04272468736365087, "his": 0.2247427206400196, "woman": 0.26746740800367047}, "blue": {"his - woman": -0.07270131250757333, "his": 0.1688902510007865, "woman": 0.24159156350835984}, "boulevard": {"his - woman": -0.06547432358742128, "his": 0.328008702747323, "woman": 0.3934830263347443}, "boy": {"his - woman": -0.08340740503302255, "his": 0.24984438706455395, "woman": 0.3332517920975765}, "break": {"his - woman": -0.021071594919836456, "his": 0.2653943149139471, "woman": 0.28646590983378356}, "brother": {"his - woman": -0.07213498557051712, "his": 0.18464777836472018, "woman": 0.2567827639352373}, "brown": {"his - woman": -0.07355517036442993, "his": 0.14314098378995327, "woman": 0.2166961541543832}, "but": {"his - woman": -0.040118777275628376, "his": 0.20958788222469482, "woman": 0.2497066595003232}, "by": {"his - woman": -0.04494787981372156, "his": 0.2923643363642307, "woman": 0.33731221617795226}, "ca": {"his - woman": 0.034134850629474495, "his": 0.2484265064718928, "woman": 0.2142916558424183}, "came": {"his - woman": -0.02209160382774175, "his": 0.19840474933378888, "woman": 0.22049635316153063}, "can": {"his - woman": 0.042235060564983995, "his": 0.25236826840737503, "woman": 0.21013320784239103}, "car": {"his - woman": 0.011241466760358032, "his": 0.33559622132127226, "woman": 0.3243547545609142}, "cause": {"his - woman": -0.07926153509453646, "his": 0.2169965628684333, "woman": 0.29625809796296976}, "charged": {"his - woman": 0.03334398620274526, "his": 0.30283518533815673, "woman": 0.2694911991354115}, "check": {"his - woman": -0.047827281857498016, "his": 0.23261953976266764, "woman": 0.28044682162016565}, "child": {"his - woman": -0.04765370400092106, "his": 0.2383015742241673, "woman": 0.28595527822508837}, "children": {"his - woman": -0.024396526044036693, "his": 0.22957992151560164, "woman": 0.25397644755963833}, "cliff": {"his - woman": -0.06674922935621957, "his": 0.30453572399984596, "woman": 0.37128495335606554}, "close": {"his - woman": -0.021529940961648203, "his": 0.23652169189371056, "woman": 0.25805163285535876}, "com": {"his - woman": -0.07196334955205305, "his": 0.1979943450564096, "woman": 0.26995769460846264}, "come": {"his - woman": 0.05388019701942676, "his": 0.24615886893583594, "woman": 0.19227867191640918}, "complex": {"his - woman": -0.068792496059641, "his": 0.26377577301256167, "woman": 0.33256826907220266}, "cop": {"his - woman": 0.010023523582522398, "his": 0.3012137859442225, "woman": 0.2911902623617001}, "corner": {"his - woman": -0.06845260331385711, "his": 0.2708676106697061, "woman": 0.3393202139835632}, "could": {"his - woman": -0.0707790783259577, "his": 0.22620769472568553, "woman": 0.2969867730516432}, "couple": {"his - woman": -0.021991605837290457, "his": 0.20544385431209033, "woman": 0.2274354601493808}, "court": {"his - woman": -0.07669629518761328, "his": 0.267737115969142, "woman": 0.3444334111567553}, "crime": {"his - woman": -0.0047341759509522685, "his": 0.27506022357517823, "woman": 0.2797943995261305}, "damn": {"his - woman": -0.071568979447451, "his": 0.19954848413216753, "woman": 0.2711174635796185}, "dark": {"his - woman": -0.07240162606171047, "his": 0.17734352886477653, "woman": 0.249745154926487}, "dating": {"his - woman": -0.10948524703387935, "his": 0.29227468505131005, "woman": 0.4017599320851894}, "days": {"his - woman": -0.07347338033328699, "his": 0.14572884904687508, "woman": 0.21920222938016207}, "dead": {"his - woman": -0.021529940961648203, "his": 0.23652169189371056, "woman": 0.25805163285535876}, "death": {"his - woman": -0.07372385586287822, "his": 0.3002945657623285, "woman": 0.3740184216252067}, "different": {"his - woman": -0.022023063108256524, "his": 0.2032422725094984, "woman": 0.2252653356177549}, "disgusting": {"his - woman": 0.010083930032415978, "his": 0.2735412060136555, "woman": 0.2634572759812395}, "do": {"his - woman": 0.023310719270878744, "his": 0.20735568539240734, "woman": 0.1840449661215286}, "does": {"his - woman": 0.010124786947888237, "his": 0.20535507735811917, "woman": 0.19523029041023093}, "don": {"his - woman": -0.02167515647772314, "his": 0.2269816447972737, "woman": 0.24865680127499684}, "dont": {"his - woman": -0.06190401185180586, "his": 0.21934888102913866, "woman": 0.2812528928809445}, "down": {"his - woman": 0.03855007133610522, "his": 0.2698517525336941, "woman": 0.23130168119758887}, "dr": {"his - woman": -0.04700559794367154, "his": 0.2587626174547385, "woman": 0.30576821539841004}, "drop": {"his - woman": -0.06974345641048851, "his": 0.24315065278707032, "woman": 0.31289410919755883}, "drove": {"his - woman": -0.06674922935621957, "his": 0.30453572399984596, "woman": 0.37128495335606554}, "early": {"his - woman": -0.071568979447451, "his": 0.19954848413216753, "woman": 0.2711174635796185}, "east": {"his - woman": -0.07175920117545179, "his": 0.19462679288217585, "woman": 0.26638599405762764}, "elderly": {"his - woman": -0.06845260331385711, "his": 0.2708676106697061, "woman": 0.3393202139835632}, "else": {"his - woman": 0.010128472644505337, "his": 0.22682462679888854, "woman": 0.2166961541543832}, "ever": {"his - woman": -0.07442833314811236, "his": 0.11347275121817012, "woman": 0.18790108436628247}, "eyes": {"his - woman": -0.19672982028691216, "his": 0.1321534616435041, "woman": 0.32888328193041627}, "face": {"his - woman": -0.023479285274703332, "his": 0.2802466110443367, "woman": 0.30372589631904}, "family": {"his - woman": 0.011408845938883028, "his": 0.2850568427757251, "woman": 0.2736479968368421}, "fault": {"his - woman": -0.07036682594821847, "his": 0.22892208425868055, "woman": 0.299288910206899}, "fear": {"his - woman": -0.07169809181599299, "his": 0.19621702246299408, "woman": 0.26791511427898707}, "feel": {"his - woman": 0.010128913397684014, "his": 0.22325370994124302, "woman": 0.213124796543559}, "few": {"his - woman": -0.005195272567914189, "his": 0.21258039336475568, "woman": 0.21777566593266987}, "fighting": {"his - woman": -0.0718182149180269, "his": 0.19308271381204514, "woman": 0.26490092873007204}, "find": {"his - woman": -0.18924651282816518, "his": 0.1523297915917361, "woman": 0.3415763044199013}, "first": {"his - woman": 0.08488623577052606, "his": 0.26586425975928835, "woman": 0.18097802398876228}, "for": {"his - woman": -0.06119051903205741, "his": 0.3039997629876459, "woman": 0.3651902820197033}, "force": {"his - woman": -0.12825377170530625, "his": 0.19462679288217585, "woman": 0.3228805645874821}, "forced": {"his - woman": -0.07119686589662139, "his": 0.20894494083424908, "woman": 0.28014180673087047}, "found": {"his - woman": -0.024202085989914912, "his": 0.24078757476375517, "woman": 0.2649896607536701}, "four": {"his - woman": -0.07135532430826463, "his": 0.20497973971832978, "woman": 0.2763350640265944}, "french": {"his - woman": -0.021691449476479052, "his": 0.22589840129923736, "woman": 0.2475898507757164}, "from": {"his - woman": 0.04074525167778639, "his": 0.288026555737057, "woman": 0.2472813040592706}, "front": {"his - woman": 0.011356629908037874, "his": 0.3042347467414359, "woman": 0.29287811683339804}, "full": {"his - woman": 0.010117174893242792, "his": 0.24804365874325643, "woman": 0.23792648385001364}, "gang": {"his - woman": -0.07669629518761328, "his": 0.267737115969142, "woman": 0.3444334111567553}, "german": {"his - woman": -0.07286406435672396, "his": 0.1641825735674944, "woman": 0.23704663792421837}, "get": {"his - woman": -0.03867067082055964, "his": 0.2654685903562848, "woman": 0.3041392611768444}, "gets": {"his - woman": 0.010109532586291686, "his": 0.2556261991712884, "woman": 0.24551666658499674}, "girls": {"his - woman": -0.130532214076145, "his": 0.1615325247909105, "woman": 0.2920647388670555}, "give": {"his - woman": 0.010128945053022725, "his": 0.2226787284070527, "woman": 0.21254978335402996}, "go": {"his - woman": -0.026623843531669217, "his": 0.21536915166706871, "woman": 0.24199299519873793}, "god": {"his - woman": 0.05345270113086764, "his": 0.2660024844848976, "woman": 0.21254978335402996}, "gods": {"his - woman": -0.07119686589662139, "his": 0.20894494083424908, "woman": 0.28014180673087047}, "goes": {"his - woman": -0.1300482467218165, "his": 0.1688902510007865, "woman": 0.298938497722603}, "gone": {"his - woman": 0.010098275279508573, "his": 0.26443084432619773, "woman": 0.25433256904668916}, "good": {"his - woman": -0.07612719670253684, "his": 0.24287033552033513, "woman": 0.31899753222287197}, "got": {"his - woman": 0.11986868903116207, "his": 0.289157792911691, "woman": 0.16928910388052895}, "gray": {"his - woman": -0.06750132291667482, "his": 0.2900288689065727, "woman": 0.3575301918232475}, "green": {"his - woman": -0.07203580973184048, "his": 0.18731593000687935, "woman": 0.25935173973871983}, "groid": {"his - woman": -0.12608372340600163, "his": 0.22312597567248008, "woman": 0.3492096990784817}, "gun": {"his - woman": -0.04707412670851857, "his": 0.25665176961052144, "woman": 0.30372589631904}, "guy": {"his - woman": -0.06890582401678808, "his": 0.2665646429482779, "woman": 0.335470466965066}, "had": {"his - woman": 0.07064935388977059, "his": 0.28006212372014855, "woman": 0.20941276983037796}, "hair": {"his - woman": -0.16838965345563753, "his": 0.14251091117726492, "woman": 0.31090056463290244}, "half": {"his - woman": -0.02200224219947894, "his": 0.20470074558397866, "woman": 0.2267029877834576}, "happen": {"his - woman": -0.021509597558820426, "his": 0.2378421421798994, "woman": 0.25935173973871983}, "hard": {"his - woman": -0.13085132962346743, "his": 0.1565695897543766, "woman": 0.28742091937784403}, "harvard": {"his - woman": -0.06547432358742128, "his": 0.328008702747323, "woman": 0.3934830263347443}, "has": {"his - woman": 0.17088568138951443, "his": 0.30935116730832835, "woman": 0.1384654859188139}, "hate": {"his - woman": -0.02227279680823349, "his": 0.18533482118386033, "woman": 0.20760761799209382}, "have": {"his - woman": 0.04429757851145846, "his": 0.2544106359034107, "woman": 0.2101130573919522}, "having": {"his - woman": -0.07276838706464447, "his": 0.16696046809395795, "woman": 0.23972885515860243}, "he": {"his - woman": 0.16827798153730322, "his": 0.43106342921291674, "woman": 0.2627854476756135}, "her": {"his - woman": -0.15894060561235737, "his": 0.24955203845235488, "woman": 0.40849264406471225}, "here": {"his - woman": -0.15132620952759734, "his": 0.09438397101439945, "woman": 0.2457101805419968}, "hey": {"his - woman": -0.022053226106585944, "his": 0.20112033331936574, "woman": 0.22317355942595168}, "high": {"his - woman": -0.07353513162705724, "his": 0.143777660422248, "woman": 0.21731279204930523}, "him": {"his - woman": 0.24514350726113973, "his": 0.42858690022736673, "woman": 0.183443392966227}, "his": {"his - woman": 0.5093916188216785, "his": 0.6744681055708819, "woman": 0.16507648674920342}, "home": {"his - woman": -0.05373613578958769, "his": 0.25573918960059444, "woman": 0.30947532539018213}, "hope": {"his - woman": 0.05409038369894956, "his": 0.23541494365921584, "woman": 0.18132455996026628}, "hopefully": {"his - woman": -0.07135532430826463, "his": 0.20497973971832978, "woman": 0.2763350640265944}, "house": {"his - woman": 0.0489653510774265, "his": 0.321458661989992, "woman": 0.2724933109125655}, "how": {"his - woman": 0.038962785154883245, "his": 0.2410993172149953, "woman": 0.20213653206011206}, "http": {"his - woman": -0.120436352040592, "his": 0.13542813503892337, "woman": 0.25586448707951537}, "i": {"his - woman": 0.054841015593580345, "his": 0.31785959313002926, "woman": 0.2630185775364489}, "id": {"his - woman": -0.07169809181599299, "his": 0.19621702246299408, "woman": 0.26791511427898707}, "if": {"his - woman": -0.009576436482310102, "his": 0.26601756368157403, "woman": 0.27559400016388413}, "ill": {"his - woman": -0.0211428930731552, "his": 0.2610177776090768, "woman": 0.282160670682232}, "im": {"his - woman": -0.19813991801578795, "his": 0.11713300039463724, "woman": 0.3152729184104252}, "in": {"his - woman": -0.03224287591827224, "his": 0.35616586952235174, "woman": 0.388408745440624}, "internet": {"his - woman": -0.07227360564348048, "his": 0.18087483562752185, "woman": 0.25314844127100233}, "into": {"his - woman": 0.10947987998411254, "his": 0.27819190931038756, "woman": 0.16871202932627502}, "is": {"his - woman": 0.028432057181676462, "his": 0.2995798051629441, "woman": 0.2711477479812676}, "it": {"his - woman": 0.032814329173412926, "his": 0.28690537789376824, "woman": 0.2540910487203553}, "its": {"his - woman": -0.08231838887515128, "his": 0.14307962047641287, "woman": 0.22539800935156415}, "jackson": {"his - woman": -0.02046448491470587, "his": 0.30116472967393687, "woman": 0.32162921458864274}, "jew": {"his - woman": 0.034169175134323354, "his": 0.24558519274303564, "woman": 0.2114160176087123}, "jewish": {"his - woman": -0.021991605837290457, "his": 0.20544385431209033, "woman": 0.2274354601493808}, "jews": {"his - woman": 0.08451460865299057, "his": 0.2759746474705438, "woman": 0.19146003881755322}, "just": {"his - woman": -0.01966778193576668, "his": 0.22554053213823566, "woman": 0.24520831407400234}, "keep": {"his - woman": -0.02414647379373966, "his": 0.24394310558456347, "woman": 0.26808957937830313}, "kevin": {"his - woman": -0.06845260331385711, "his": 0.2708676106697061, "woman": 0.3393202139835632}, "kid": {"his - woman": 0.09509941505788869, "his": 0.3279421360010173, "woman": 0.2328427209431286}, "kids": {"his - woman": 0.07097208556129103, "his": 0.2371465866603627, "woman": 0.16617450109907167}, "killed": {"his - woman": -0.05093197277538708, "his": 0.32490093450237884, "woman": 0.3758329072777659}, "killing": {"his - woman": -0.07163473916458371, "his": 0.19785645997082776, "woman": 0.2694911991354115}, "know": {"his - woman": 0.026055306201917483, "his": 0.22800001006868506, "woman": 0.20194470386676758}, "la": {"his - woman": -0.06932847941859532, "his": 0.2523007351700474, "woman": 0.32162921458864274}, "lapd": {"his - woman": -0.06547432358742128, "his": 0.328008702747323, "woman": 0.3934830263347443}, "large": {"his - woman": -0.071568979447451, "his": 0.19954848413216753, "woman": 0.2711174635796185}, "last": {"his - woman": -0.02265469414704724, "his": 0.15628179989473875, "woman": 0.178936494041786}, "latimes": {"his - woman": -0.06674922935621957, "his": 0.30453572399984596, "woman": 0.37128495335606554}, "laugh": {"his - woman": -0.07175920117545179, "his": 0.19462679288217585, "woman": 0.26638599405762764}, "least": {"his - woman": -0.021980813015492928, "his": 0.20619655410359347, "woman": 0.2281773671190864}, "light": {"his - woman": 0.01011553190595152, "his": 0.24984438706455395, "woman": 0.23972885515860243}, "like": {"his - woman": -0.039330579822595024, "his": 0.2623956453088337, "woman": 0.3017262251314287}, "line": {"his - woman": -0.02170738979853587, "his": 0.22483602668507566, "woman": 0.24654341648361153}, "listening": {"his - woman": -0.07022984364607646, "his": 0.23210167471132323, "woman": 0.3023315183573997}, "live": {"his - woman": -0.13385261385609093, "his": 0.1042612698476412, "woman": 0.23811388370373213}, "local": {"his - woman": -0.07883880708562926, "his": 0.22589840129923736, "woman": 0.3047372083848666}, "lol": {"his - woman": -0.07965344438083666, "his": 0.20851497152436804, "woman": 0.2881684159052047}, "london": {"his - woman": -0.07283279736698267, "his": 0.16509368648303097, "woman": 0.23792648385001364}, "long": {"his - woman": 0.010126808689981281, "his": 0.20982988154875556, "woman": 0.19970307285877428}, "look": {"his - woman": -0.026058183210965785, "his": 0.24578290948408024, "woman": 0.271841092695046}, "looking": {"his - woman": -0.18849252403190536, "his": 0.1597649247686504, "woman": 0.34825744880055576}, "love": {"his - woman": -0.07361374193914313, "his": 0.14127000020068595, "woman": 0.21488374213982908}, "m": {"his - woman": -0.02677871157625064, "his": 0.20666394313772374, "woman": 0.23344265471397438}, "makes": {"his - woman": -0.07301186944409402, "his": 0.1598308514990346, "woman": 0.2328427209431286}, "male": {"his - woman": -0.12931564428490688, "his": 0.17967254675902877, "woman": 0.30898819104393566}, "man": {"his - woman": -0.11296263137915591, "his": 0.3112802933005365, "woman": 0.42424292467969243}, "march": {"his - woman": 0.05250884876081657, "his": 0.3033647076063307, "woman": 0.25085585884551415}, "mate": {"his - woman": -0.12668024327431843, "his": 0.21553709952500583, "woman": 0.34221734279932425}, "may": {"his - woman": -0.08024830964843807, "his": 0.19517588368598934, "woman": 0.2754241933344274}, "maybe": {"his - woman": -0.024396526044036693, "his": 0.22957992151560164, "woman": 0.25397644755963833}, "me": {"his - woman": -0.13140055352765415, "his": 0.19485401508077524, "woman": 0.3262545686084294}, "men": {"his - woman": -0.18388141437126973, "his": 0.20181918026196513, "woman": 0.38570059463323486}, "met": {"his - woman": -0.07119686589662139, "his": 0.20894494083424908, "woman": 0.28014180673087047}, "minister": {"his - woman": -0.07111194648365518, "his": 0.21104872419857681, "woman": 0.282160670682232}, "mom": {"his - woman": -0.07061309339207375, "his": 0.22312597567248008, "woman": 0.2937390690645538}, "month": {"his - woman": -0.07213498557051712, "his": 0.18464777836472018, "woman": 0.2567827639352373}, "more": {"his - woman": -0.028080505495177183, "his": 0.22366593842739582, "woman": 0.251746443922573}, "morning": {"his - woman": -0.12748758848709746, "his": 0.20497973971832978, "woman": 0.33246732820542724}, "mother": {"his - woman": -0.1300482467218165, "his": 0.1688902510007865, "woman": 0.298938497722603}, "mouth": {"his - woman": 0.050853734524554606, "his": 0.35644197677891315, "woman": 0.30558824225435854}, "much": {"his - woman": -0.07466618712464361, "his": 0.10460617611497768, "woman": 0.17927236323962129}, "murder": {"his - woman": -0.040369896939121686, "his": 0.3033647076063307, "woman": 0.3437346045454524}, "music": {"his - woman": -0.07347338033328699, "his": 0.14572884904687508, "woman": 0.21920222938016207}, "my": {"his - woman": -0.014078848757470702, "his": 0.2266702213276937, "woman": 0.2407490700851644}, "n": {"his - woman": 0.030026285143856468, "his": 0.24520688013586803, "woman": 0.21518059499201156}, "name": {"his - woman": 0.04898068299794578, "his": 0.32090510865909233, "woman": 0.27192442566114655}, "nationalist": {"his - woman": 0.010128577755672191, "his": 0.22621443648018644, "woman": 0.21608585872451425}, "navy": {"his - woman": -0.06845260331385711, "his": 0.2708676106697061, "woman": 0.3393202139835632}, "need": {"his - woman": 0.011475234368255843, "his": 0.24277691556584471, "woman": 0.23130168119758887}, "negro": {"his - woman": 0.012288710936858183, "his": 0.3136659915944859, "woman": 0.3013772806576277}, "negroid": {"his - woman": -0.06974345641048851, "his": 0.24315065278707032, "woman": 0.31289410919755883}, "never": {"his - woman": -0.0493399688867473, "his": 0.17852416336106472, "woman": 0.22786413224781202}, "new": {"his - woman": 0.010068493424317676, "his": 0.16070294808251254, "woman": 0.15063445465819486}, "news": {"his - woman": -0.054112569485534445, "his": 0.2454760284392355, "woman": 0.29958859792476994}, "next": {"his - woman": -0.04809017396451845, "his": 0.2238342516966281, "woman": 0.27192442566114655}, "no": {"his - woman": 0.0007246689897198733, "his": 0.2210277109663506, "woman": 0.22030304197663073}, "not": {"his - woman": -0.07813003553900308, "his": 0.22070280954752822, "woman": 0.2988328450865313}, "nothing": {"his - woman": 0.010126981148975228, "his": 0.2102954936560129, "woman": 0.20016851250703768}, "now": {"his - woman": 0.05446011626695724, "his": 0.21429653138125265, "woman": 0.15983641511429542}, "o": {"his - woman": -0.07198395844110717, "his": 0.18870082983750203, "woman": 0.2606847882786092}, "of": {"his - woman": 0.0448728919778858, "his": 0.35497421731514467, "woman": 0.31010132533725887}, "off": {"his - woman": -0.02458191918103203, "his": 0.21862583427196303, "woman": 0.24320775345299506}, "ohio": {"his - woman": -0.06992037636988435, "his": 0.23917380972275093, "woman": 0.3090941860926353}, "ok": {"his - woman": 0.010094692290413043, "his": 0.26687745622565034, "woman": 0.2567827639352373}, "old": {"his - woman": -0.15352360432297843, "his": 0.23424097453464174, "woman": 0.38776457885762017}, "on": {"his - woman": -0.03222463230228806, "his": 0.33490256523603595, "woman": 0.367127197538324}, "once": {"his - woman": 0.01012807423210313, "his": 0.2286937518100318, "woman": 0.21856567757792866}, "one": {"his - woman": -0.0016925268306769992, "his": 0.2599368441159266, "woman": 0.2616293709466036}, "online": {"his - woman": -0.07227360564348048, "his": 0.18087483562752185, "woman": 0.25314844127100233}, "only": {"his - woman": 0.1394157678786146, "his": 0.2902716911457167, "woman": 0.15085592326710212}, "opens": {"his - woman": -0.06674922935621957, "his": 0.30453572399984596, "woman": 0.37128495335606554}, "or": {"his - woman": 0.021181078010273247, "his": 0.25912952633175407, "woman": 0.23794844832148082}, "original": {"his - woman": -0.06974345641048851, "his": 0.24315065278707032, "woman": 0.31289410919755883}, "other": {"his - woman": 0.11033866495898698, "his": 0.25922589027918364, "woman": 0.14888722532019666}, "others": {"his - woman": -0.02179639998957228, "his": 0.2188559957063084, "woman": 0.24065239569588068}, "our": {"his - woman": 0.012455455343072935, "his": 0.2330455893417062, "woman": 0.22059013399863325}, "out": {"his - woman": -0.060529540504436596, "his": 0.25591690999021677, "woman": 0.31644645049465336}, "over": {"his - woman": 0.08529573499198731, "his": 0.25400776431826233, "woman": 0.16871202932627502}, "own": {"his - woman": 0.01237066192754438, "his": 0.28793843803771196, "woman": 0.2755677761101676}, "p": {"his - woman": 0.03370319456072515, "his": 0.2802466110443367, "woman": 0.24654341648361153}, "part": {"his - woman": -0.04805530324572585, "his": 0.22501249101808743, "woman": 0.2730677942638133}, "passenger": {"his - woman": -0.06674922935621957, "his": 0.30453572399984596, "woman": 0.37128495335606554}, "penalty2": {"his - woman": -0.06547432358742128, "his": 0.328008702747323, "woman": 0.3934830263347443}, "people": {"his - woman": 0.05100598390374533, "his": 0.24909772733582064, "woman": 0.1980917434320753}, "person": {"his - woman": 0.03422556525149115, "his": 0.24078757476375517, "woman": 0.20656200951226403}, "phone": {"his - woman": -0.071568979447451, "his": 0.19954848413216753, "woman": 0.2711174635796185}, "pic": {"his - woman": -0.06992037636988435, "his": 0.23917380972275093, "woman": 0.3090941860926353}, "pm": {"his - woman": -0.14368033155210624, "his": 0.20112033331936574, "woman": 0.344800664871472}, "police": {"his - woman": -0.19982743902240344, "his": 0.20181918026196513, "woman": 0.40164661928436857}, "poor": {"his - woman": -0.021606121684318552, "his": 0.23154231958668378, "woman": 0.25314844127100233}, "pregnant": {"his - woman": -0.12265976962513103, "his": 0.26377577301256167, "woman": 0.3864355426376927}, "prison": {"his - woman": -0.07669629518761328, "his": 0.267737115969142, "woman": 0.3444334111567553}, "probably": {"his - woman": -0.13131872183344837, "his": 0.1491280997867173, "woman": 0.28044682162016565}, "proud": {"his - woman": 0.033775034070762794, "his": 0.27536659757912263, "woman": 0.24159156350835984}, "public": {"his - woman": 0.010125359807807544, "his": 0.23610505440363108, "woman": 0.22597969459582354}, "put": {"his - woman": -0.048680517184340105, "his": 0.20323161187649555, "woman": 0.25191212906083565}, "race": {"his - woman": -0.08249951151218526, "his": 0.13797235897441942, "woman": 0.2204718704866047}, "racist": {"his - woman": -0.02211912184316278, "his": 0.19644655573476588, "woman": 0.21856567757792866}, "ran": {"his - woman": 0.010009265379520793, "his": 0.3064416240157552, "woman": 0.2964323586362344}, "range": {"his - woman": -0.020619424146248788, "his": 0.29227468505131005, "woman": 0.31289410919755883}, "rant": {"his - woman": -0.06803673955971024, "his": 0.27936354658501444, "woman": 0.3474002861447247}, "re": {"his - woman": -0.11949315218154258, "his": 0.15265033993630092, "woman": 0.2721434921178435}, "read": {"his - woman": -0.048441923690384026, "his": 0.2117136288381602, "woman": 0.2601555525285442}, "really": {"his - woman": -0.022452711458203267, "his": 0.17192007920974356, "woman": 0.19437279066794683}, "reason": {"his - woman": -0.07276838706464447, "his": 0.16696046809395795, "woman": 0.23972885515860243}, "release": {"his - woman": -0.06845260331385711, "his": 0.2708676106697061, "woman": 0.3393202139835632}, "ride": {"his - woman": -0.021033161013731316, "his": 0.267737115969142, "woman": 0.28877027698287333}, "right": {"his - woman": 0.02571967241310097, "his": 0.2703573839704189, "woman": 0.24463771155731795}, "s": {"his - woman": 0.015616176921711689, "his": 0.2721965516600097, "woman": 0.25658037473829803}, "said": {"his - woman": -0.025713787453207182, "his": 0.2633634067274727, "woman": 0.2890771941806799}, "same": {"his - woman": -0.13408720143691302, "his": 0.09961011548118198, "woman": 0.233697316918095}, "saturday": {"his - woman": -0.06974345641048851, "his": 0.24315065278707032, "woman": 0.31289410919755883}, "saw": {"his - woman": 0.053719748980684684, "his": 0.25388826148772237, "woman": 0.20016851250703768}, "say": {"his - woman": 0.07117663809966585, "his": 0.22877916201316295, "woman": 0.1576025239134971}, "says": {"his - woman": -0.021991605837290457, "his": 0.20544385431209033, "woman": 0.2274354601493808}, "school": {"his - woman": 0.011483319935213926, "his": 0.2226206921143972, "woman": 0.21113737217918327}, "seat": {"his - woman": -0.06803673955971024, "his": 0.27936354658501444, "woman": 0.3474002861447247}, "sedan": {"his - woman": -0.06547432358742128, "his": 0.328008702747323, "woman": 0.3934830263347443}, "see": {"his - woman": -0.03949491340602837, "his": 0.24189133701520812, "woman": 0.2813862504212365}, "semen": {"his - woman": -0.06674922935621957, "his": 0.30453572399984596, "woman": 0.37128495335606554}, "service": {"his - woman": -0.07626908512174801, "his": 0.2755283542956069, "woman": 0.3517974394173549}, "several": {"his - woman": -0.021569015810628422, "his": 0.23397454490185604, "woman": 0.25554356071248446}, "sharing": {"his - woman": -0.06932847941859532, "his": 0.2523007351700474, "woman": 0.32162921458864274}, "she": {"his - woman": -0.11996381081573582, "his": 0.14420485790664928, "woman": 0.2641686687223851}, "shockley": {"his - woman": -0.02046448491470587, "his": 0.30116472967393687, "woman": 0.32162921458864274}, "shoots": {"his - woman": -0.06845260331385711, "his": 0.2708676106697061, "woman": 0.3393202139835632}, "shot": {"his - woman": -0.04013806807781267, "his": 0.3103634126773638, "woman": 0.35050148075517645}, "should": {"his - woman": 0.022933893708555364, "his": 0.27400311535529304, "woman": 0.2510692216467377}, "shows": {"his - woman": -0.12970296764777578, "his": 0.17402292867126423, "woman": 0.30372589631904}, "sister": {"his - woman": -0.021398484441364496, "his": 0.24498750961626314, "woman": 0.26638599405762764}, "site": {"his - woman": -0.13233488207841065, "his": 0.1321534616435041, "woman": 0.26448834372191476}, "sitting": {"his - woman": -0.07705763179093217, "his": 0.2610177776090768, "woman": 0.33807540940000896}, "so": {"his - woman": 0.19338577592498182, "his": 0.2879283493028594, "woman": 0.09454257337787755}, "some": {"his - woman": -0.06445992263937564, "his": 0.20916337421193446, "woman": 0.2736232968513101}, "soon": {"his - woman": 0.010124614038530488, "his": 0.23756007418791128, "woman": 0.2274354601493808}, "sounds": {"his - woman": -0.07169809181599299, "his": 0.19621702246299408, "woman": 0.26791511427898707}, "south": {"his - woman": -0.07312097281028448, "his": 0.1565695897543766, "woman": 0.22969056256466108}, "southeast": {"his - woman": -0.06750132291667482, "his": 0.2900288689065727, "woman": 0.3575301918232475}, "speak": {"his - woman": -0.12998214008054082, "his": 0.1698802305350312, "woman": 0.299862370615572}, "spend": {"his - woman": -0.07049416151246721, "his": 0.2259381971237672, "woman": 0.2964323586362344}, "stand": {"his - woman": -0.07227360564348048, "his": 0.18087483562752185, "woman": 0.25314844127100233}, "state": {"his - woman": -0.02187579644564777, "his": 0.2134514835685621, "woman": 0.23532728001420988}, "stick": {"his - woman": -0.07737058103965017, "his": 0.25509674716577707, "woman": 0.33246732820542724}, "still": {"his - woman": -0.022322130999078926, "his": 0.1817015799134404, "woman": 0.20402371091251933}, "stopped": {"his - woman": -0.07082964246136922, "his": 0.2179406345215041, "woman": 0.28877027698287333}, "stories": {"his - woman": -0.021108111065083257, "his": 0.26315781227125806, "woman": 0.2842659233363413}, "story": {"his - woman": -0.04792649480075628, "his": 0.22933014166147175, "woman": 0.27725663646222803}, "street": {"his - woman": -0.07831908312635819, "his": 0.23652169189371056, "woman": 0.31484077502006874}, "stuff": {"his - woman": -0.07273519570523176, "his": 0.1679171999906489, "woman": 0.24065239569588068}, "supermarket": {"his - woman": -0.06674922935621957, "his": 0.30453572399984596, "woman": 0.37128495335606554}, "sure": {"his - woman": -0.022258063890808977, "his": 0.18641345129426232, "woman": 0.2086715151850713}, "surprised": {"his - woman": -0.0211428930731552, "his": 0.2610177776090768, "woman": 0.282160670682232}, "surrounding": {"his - woman": -0.06803673955971024, "his": 0.27936354658501444, "woman": 0.3474002861447247}, "t": {"his - woman": 0.02119290587204542, "his": 0.2568596642837913, "woman": 0.2356667584117459}, "take": {"his - woman": -0.07448150644701815, "his": 0.1115246285774332, "woman": 0.18600613502445135}, "takes": {"his - woman": -0.12585924229358772, "his": 0.2259381971237672, "woman": 0.3517974394173549}, "talk": {"his - woman": 0.03425981893851762, "his": 0.2377882415371107, "woman": 0.20352842259859308}, "tall": {"his - woman": -0.07036682594821847, "his": 0.22892208425868055, "woman": 0.299288910206899}, "teacher": {"his - woman": 0.02513905208723921, "his": 0.32227595579406726, "woman": 0.29713690370682805}, "teachers": {"his - woman": -0.07298338107340863, "his": 0.1606754599717273, "woman": 0.23365884104513593}, "texas": {"his - woman": -0.07208612386967464, "his": 0.18596550898568412, "woman": 0.25805163285535876}, "than": {"his - woman": -0.025001208815691373, "his": 0.1927744571169785, "woman": 0.21777566593266987}, "thank": {"his - woman": 0.010127610260489667, "his": 0.2121936383714249, "woman": 0.20206602811093524}, "that": {"his - woman": 0.055223159405647704, "his": 0.3312133149053964, "woman": 0.2759901554997487}, "the": {"his - woman": 0.013183104815566504, "his": 0.36753658571099995, "woman": 0.35435348089543345}, "their": {"his - woman": -0.06564767179998413, "his": 0.17612810636653561, "woman": 0.24177577816651974}, "them": {"his - woman": -0.025822885647461685, "his": 0.13667140499164673, "woman": 0.16249429063910842}, "then": {"his - woman": 0.06093584245186795, "his": 0.2716380483951536, "woman": 0.21070220594328565}, "there": {"his - woman": -0.08064975652873957, "his": 0.1581936312684835, "woman": 0.23884338779722306}, "they": {"his - woman": 0.015132239152738425, "his": 0.24457279726564865, "woman": 0.22944055811291023}, "thing": {"his - woman": -0.13319835019698337, "his": 0.11671597490103322, "woman": 0.2499143250980166}, "things": {"his - woman": -0.07363277095983758, "his": 0.14065888488258071, "woman": 0.2142916558424183}, "this": {"his - woman": 0.07506738460622386, "his": 0.27313364880750296, "woman": 0.1980662642012791}, "those": {"his - woman": -0.024993498798876995, "his": 0.1932645146850301, "woman": 0.21825801348390708}, "thread": {"his - woman": -0.022553415070019456, "his": 0.16420401258148132, "woman": 0.18675742765150077}, "threw": {"his - woman": -0.020372368840207267, "his": 0.30637860603462846, "woman": 0.32675097487483573}, "time": {"his - woman": 0.012430294742054732, "his": 0.25922589027918364, "woman": 0.2467955955371289}, "to": {"his - woman": -0.003884370977840723, "his": 0.3667183153448607, "woman": 0.37060268632270144}, "told": {"his - woman": 0.03392913001885134, "his": 0.2643915499212105, "woman": 0.23046241990235916}, "too": {"his - woman": 0.011480856697991787, "his": 0.2334698086282991, "woman": 0.22198895193030732}, "town": {"his - woman": -0.02223538990218954, "his": 0.18806782070221806, "woman": 0.2103032106044076}, "truth": {"his - woman": -0.02191249542383733, "his": 0.21093022551929128, "woman": 0.2328427209431286}, "try": {"his - woman": -0.07390817564261556, "his": 0.13162584665795576, "woman": 0.20553402230057133}, "trying": {"his - woman": -0.08022072081045412, "his": 0.19580784753465458, "woman": 0.2760285683451087}, "tuesday": {"his - woman": -0.020619424146248788, "his": 0.29227468505131005, "woman": 0.31289410919755883}, "two": {"his - woman": -0.0700423703755799, "his": 0.2426259663731504, "woman": 0.3126683367487303}, "u": {"his - woman": -0.13099924933241924, "his": 0.1542373386158663, "woman": 0.28523658794828555}, "up": {"his - woman": -0.05794710510323198, "his": 0.28231103464291585, "woman": 0.3402581397461478}, "us": {"his - woman": -0.02501265543601519, "his": 0.19204581375503313, "woman": 0.21705846919104832}, "use": {"his - woman": -0.02234228970727234, "his": 0.1802073584516442, "woman": 0.20254964815891655}, "ve": {"his - woman": 0.010103986882000038, "his": 0.18235520667996916, "woman": 0.17225121979796912}, "victim": {"his - woman": -0.12561903489522486, "his": 0.22892208425868055, "woman": 0.3545411191539054}, "video": {"his - woman": -0.026098824010938854, "his": 0.24366434884710184, "woman": 0.2697631728580407}, "want": {"his - woman": -0.027461142415634687, "his": 0.2544277266220016, "woman": 0.28188886903763627}, "wanted": {"his - woman": -0.07248180798103906, "his": 0.17510804279467734, "woman": 0.2475898507757164}, "was": {"his - woman": 0.017505212249477042, "his": 0.35146482175455446, "woman": 0.3339596095050774}, "way": {"his - woman": -0.026237870518777406, "his": 0.23634160508288965, "woman": 0.26257947560166706}, "we": {"his - woman": 0.051262673398388636, "his": 0.23441033542650905, "woman": 0.1831476620281204}, "web": {"his - woman": -0.07082964246136922, "his": 0.2179406345215041, "woman": 0.28877027698287333}, "week": {"his - woman": -0.07340902766902954, "his": 0.1477452361499221, "woman": 0.22115426381895165}, "weekend": {"his - woman": -0.07092881030877773, "his": 0.21553709952500583, "woman": 0.28646590983378356}, "well": {"his - woman": -0.08743171239870093, "his": 0.16866982271387923, "woman": 0.25610153511258016}, "were": {"his - woman": 0.07135867913952243, "his": 0.22089607585700682, "woman": 0.1495373967174844}, "what": {"his - woman": 0.032980570046391405, "his": 0.252287398105113, "woman": 0.21930682805872162}, "whatever": {"his - woman": -0.07150063036655624, "his": 0.20129684216159016, "woman": 0.2727974725281464}, "when": {"his - woman": 0.11168854557579552, "his": 0.29250077222455345, "woman": 0.18081222664875793}, "where": {"his - woman": 0.02587740058026114, "his": 0.25236021642222545, "woman": 0.2264828158419643}, "which": {"his - woman": 0.0101214827750917, "his": 0.19997521588075592, "woman": 0.18985373310566422}, "while": {"his - woman": -0.004858134329636166, "his": 0.25815097721692787, "woman": 0.26300911154656403}, "white": {"his - woman": -0.1592188335126254, "his": 0.30351624404361405, "woman": 0.46273507755623944}, "who": {"his - woman": -0.13940748251036883, "his": 0.26638737234613824, "woman": 0.40579485485650707}, "why": {"his - woman": -0.02461149365308013, "his": 0.2168528674150035, "woman": 0.24146436106808364}, "wife": {"his - woman": 0.11368761749413664, "his": 0.3800736115517643, "woman": 0.26638599405762764}, "wiggers": {"his - woman": -0.12536078299636846, "his": 0.23210167471132323, "woman": 0.3574624577076917}, "will": {"his - woman": 0.07402323534260496, "his": 0.26732442027151193, "woman": 0.19330118492890697}, "william": {"his - woman": -0.07119686589662139, "his": 0.20894494083424908, "woman": 0.28014180673087047}, "window": {"his - woman": -0.07008167414138397, "his": 0.23550656811297457, "woman": 0.30558824225435854}, "with": {"his - woman": -0.03265320615967421, "his": 0.325219590510501, "woman": 0.3578727966701752}, "woman": {"his - woman": -0.554965191582424, "his": 0.14572884904687508, "woman": 0.7006940406292991}, "women": {"his - woman": -0.16878186500230005, "his": 0.13769156458663143, "woman": 0.3064734295889315}, "wonder": {"his - woman": 0.03409037124903827, "his": 0.2520262879691483, "woman": 0.21793591672011}, "world": {"his - woman": -0.08161542069891897, "his": 0.16194681370781266, "woman": 0.24356223440673164}, "would": {"his - woman": -0.029273515775653458, "his": 0.23308198700928107, "woman": 0.2623555027849345}, "wrong": {"his - woman": 0.010110656575531674, "his": 0.25461947645361394, "woman": 0.24450881987808226}, "www": {"his - woman": -0.06354101473664472, "his": 0.17198894201626708, "woman": 0.2355299567529118}, "x202a": {"his - woman": -0.07119686589662139, "his": 0.20894494083424908, "woman": 0.28014180673087047}, "yard": {"his - woman": -0.020803136328464256, "his": 0.28152838202893543, "woman": 0.3023315183573997}, "year": {"his - woman": -0.10246921758651756, "his": 0.2757693120222502, "woman": 0.37823852960876775}, "years": {"his - woman": -0.11347282259366984, "his": 0.20134491486153425, "woman": 0.3148177374552041}, "yes": {"his - woman": -0.022348886686713282, "his": 0.17971714142422196, "woman": 0.20206602811093524}, "you": {"his - woman": -0.061433205681186626, "his": 0.19528181166788908, "woman": 0.2567150173490757}, "your": {"his - woman": -0.03038814046901972, "his": 0.23840911598728143, "woman": 0.26879725645630115}, "youtube": {"his - woman": -0.18103809698446918, "his": 0.18256733858094085, "woman": 0.36360543556541003}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-man-she.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-man-she.json new file mode 100644 index 0000000000000000000000000000000000000000..e29b41dfdad8b5bbfcde3a509e8913876e976f6e --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-man-she.json @@ -0,0 +1 @@ +{"1": {"man - she": 0.1475510781161461, "man": 0.2679214135403094, "she": 0.12037033542416332}, "10": {"man - she": 0.06634321513996616, "man": 0.28360352139069583, "she": 0.21726030625072967}, "11": {"man - she": 0.029678622718848108, "man": 0.21714436844583826, "she": 0.18746574572699015}, "12": {"man - she": 0.029501040737863055, "man": 0.22364052572376322, "she": 0.19413948498590017}, "15": {"man - she": 0.0313472834289934, "man": 0.27718265811076515, "she": 0.24583537468177175}, "18": {"man - she": 0.02905832305856418, "man": 0.2396577817113422, "she": 0.21059945865277802}, "2": {"man - she": -0.05525970856931814, "man": 0.1486022987883279, "she": 0.20386200735764604}, "2014": {"man - she": 0.02839557044910368, "man": 0.26318170655977946, "she": 0.23478613611067578}, "21": {"man - she": 0.11503078020959448, "man": 0.32963771129471064, "she": 0.21460693108511616}, "27": {"man - she": 0.0278718474127157, "man": 0.2814062261274951, "she": 0.2535343787147794}, "6": {"man - she": 0.11868490517538391, "man": 0.28360352139069583, "she": 0.16491861621531193}, "9": {"man - she": 0.02986579111671453, "man": 0.21025202792603426, "she": 0.18038623680931973}, "a": {"man - she": 0.039926710001276955, "man": 0.394082550595528, "she": 0.35415584059425104}, "about": {"man - she": -0.066821297023477, "man": 0.20574727037311624, "she": 0.27256856739659324}, "african": {"man - she": -0.02222356352577523, "man": 0.23431588088831376, "she": 0.256539444414089}, "after": {"man - she": 0.06813545380033145, "man": 0.24766591193361187, "she": 0.17953045813328042}, "again": {"man - she": -0.05513342297087728, "man": 0.1721967210976735, "she": 0.2273301440685508}, "against": {"man - she": 0.06015390092461176, "man": 0.28317485689847366, "she": 0.2230209559738619}, "aged": {"man - she": 0.026954254453125326, "man": 0.31261119269520415, "she": 0.28565693824207883}, "ago": {"man - she": -0.0618254907049208, "man": 0.21074554706010803, "she": 0.27257103776502883}, "all": {"man - she": 0.10845018789389818, "man": 0.2601551760432657, "she": 0.15170498814936753}, "almost": {"man - she": 0.08410330078734707, "man": 0.25819552985432215, "she": 0.17409222906697508}, "along": {"man - she": 0.029894715996499288, "man": 0.20918266501293553, "she": 0.17928794901643624}, "always": {"man - she": 0.1480402961873165, "man": 0.26168212818628467, "she": 0.11364183199896814}, "am": {"man - she": 0.17012147329805782, "man": 0.2704685278610934, "she": 0.10034705456303555}, "an": {"man - she": 0.10456865224771253, "man": 0.3118073633333409, "she": 0.20723871108562839}, "and": {"man - she": 0.006929503361183975, "man": 0.3788076357599954, "she": 0.3718781323988114}, "another": {"man - she": 0.11448697182579709, "man": 0.29965270383875126, "she": 0.18516573201295417}, "any": {"man - she": 0.03458602272062736, "man": 0.17161092555717214, "she": 0.13702490283654478}, "anyone": {"man - she": 0.03389436402962362, "man": 0.1951082341479919, "she": 0.16121387011836827}, "anything": {"man - she": -0.05520937825590114, "man": 0.1599949857732677, "she": 0.21520436402916884}, "anyway": {"man - she": 0.029501040737863055, "man": 0.22364052572376322, "she": 0.19413948498590017}, "apartment": {"man - she": 0.02839557044910368, "man": 0.26318170655977946, "she": 0.23478613611067578}, "ape": {"man - she": -0.054158545627862265, "man": 0.2477813263045458, "she": 0.30193987193240807}, "are": {"man - she": 0.04747515483998618, "man": 0.2316742971974336, "she": 0.18419914235744742}, "around": {"man - she": 0.0356679297718458, "man": 0.2191031989488727, "she": 0.1834352691770269}, "as": {"man - she": 0.026367463915045103, "man": 0.2649406183048675, "she": 0.23857315438982238}, "ashley": {"man - she": 0.025506834324264482, "man": 0.36011354969971, "she": 0.3346067153754455}, "ask": {"man - she": -0.05462238947230119, "man": 0.21964974075555993, "she": 0.2742721302278611}, "aswell": {"man - she": 0.027201278284001318, "man": 0.30429806715412305, "she": 0.27709678887012174}, "at": {"man - she": -0.025927870581105045, "man": 0.24390281688803997, "she": 0.269830687469145}, "attack": {"man - she": 0.11868490517538391, "man": 0.28360352139069583, "she": 0.16491861621531193}, "attacked": {"man - she": 0.03008742577370699, "man": 0.3155222705253469, "she": 0.28543484475163994}, "auto": {"man - she": 0.026641720174147676, "man": 0.32303995157359194, "she": 0.29639823139944427}, "away": {"man - she": 0.009406707189052121, "man": 0.26783006158549755, "she": 0.2584233543964454}, "back": {"man - she": -0.07056570962305486, "man": 0.2323349239564345, "she": 0.3029006335794894}, "backpack": {"man - she": 0.026641720174147676, "man": 0.32303995157359194, "she": 0.29639823139944427}, "bad": {"man - she": -0.055152511151350336, "man": 0.16944940797946575, "she": 0.2246019191308161}, "bar": {"man - she": 0.029109615165570507, "man": 0.2378148121500867, "she": 0.2087051969845162}, "be": {"man - she": 0.012656651027411064, "man": 0.2391817859156959, "she": 0.22652513488828482}, "beautiful": {"man - she": -0.09893774986103729, "man": 0.19518900274874781, "she": 0.2941267526097851}, "because": {"man - she": -0.031230148843127026, "man": 0.2741259699445392, "she": 0.3053561187876662}, "bedroom": {"man - she": 0.027406158297254457, "man": 0.2973549974633953, "she": 0.2699488391661408}, "been": {"man - she": 0.219553680445758, "man": 0.2959424613155353, "she": 0.07638878086977732}, "being": {"man - she": 0.035248486138018786, "man": 0.23182032429932597, "she": 0.1965718381613072}, "best": {"man - she": 0.0305321249359575, "man": 0.18532116331123394, "she": 0.15478903837527644}, "big": {"man - she": 0.03273099924062245, "man": 0.2334138313347398, "she": 0.20068283209411736}, "black": {"man - she": 0.1260216912917856, "man": 0.39074284619167504, "she": 0.26472115489988945}, "blacks": {"man - she": 0.12994840601162472, "man": 0.3168861334131326, "she": 0.18693772740150788}, "blind": {"man - she": 0.027735120922832812, "man": 0.2861132871052471, "she": 0.25837816618241427}, "boy": {"man - she": 0.03008227456633203, "man": 0.20222070640216488, "she": 0.17213843183583286}, "breed": {"man - she": 0.02870126474875212, "man": 0.25239712957428706, "she": 0.22369586482553494}, "brother": {"man - she": 0.08326417692160865, "man": 0.2733036481958138, "she": 0.19003947127420517}, "brown": {"man - she": 0.14542858589076318, "man": 0.2934370853490064, "she": 0.14800849945824324}, "bulgarian": {"man - she": 0.02799517346246544, "man": 0.27714270679142894, "she": 0.2491475333289635}, "bus": {"man - she": 0.14030928044106086, "man": 0.34718593706969536, "she": 0.2068766566286345}, "but": {"man - she": -0.0720059496736607, "man": 0.22760782351589348, "she": 0.2996137731895542}, "butchy": {"man - she": 0.025506834324264482, "man": 0.36011354969971, "she": 0.3346067153754455}, "by": {"man - she": 0.07650117443115848, "man": 0.30471461256087484, "she": 0.22821343812971637}, "ca": {"man - she": 0.08552628255920214, "man": 0.23101883794568878, "she": 0.14549255538648664}, "called": {"man - she": -0.022048471560544708, "man": 0.19119403390763098, "she": 0.2132425054681757}, "came": {"man - she": -0.01041663148039157, "man": 0.2715451449943732, "she": 0.2819617764747648}, "camera": {"man - she": -0.022242318297751806, "man": 0.27714270679142894, "she": 0.29938502508918075}, "can": {"man - she": -0.006627530683549043, "man": 0.21237180847494444, "she": 0.21899933915849348}, "careful": {"man - she": 0.07987079718856, "man": 0.3290183305175235, "she": 0.2491475333289635}, "case": {"man - she": 0.08319255564210307, "man": 0.274565108272748, "she": 0.19137255263064493}, "cat": {"man - she": 0.07896140031209559, "man": 0.34275552319256897, "she": 0.2637941228804734}, "caught": {"man - she": 0.10913560910726888, "man": 0.3623895880971396, "she": 0.25325397898987073}, "check": {"man - she": 0.03055045053515057, "man": 0.1846265428298412, "she": 0.15407609229469063}, "chick": {"man - she": 0.026212273245584616, "man": 0.3372124111225044, "she": 0.31100013787691977}, "child": {"man - she": 0.030397024381726645, "man": 0.1904269528504495, "she": 0.16002992846872285}, "class": {"man - she": -0.07897998836931364, "man": 0.20918266501293553, "she": 0.28816265338224917}, "coat": {"man - she": 0.027201278284001318, "man": 0.30429806715412305, "she": 0.27709678887012174}, "college": {"man - she": 0.030376666555870818, "man": 0.19119403390763098, "she": 0.16081736735176017}, "color": {"man - she": 0.11879990355494491, "man": 0.28204390999464707, "she": 0.16324400643970216}, "com": {"man - she": 0.08445319450820668, "man": 0.2437669391441822, "she": 0.15931374463597553}, "come": {"man - she": 0.03347515614914079, "man": 0.20908075724035513, "she": 0.17560560109121434}, "conslour": {"man - she": 0.025506834324264482, "man": 0.36011354969971, "she": 0.3346067153754455}, "could": {"man - she": -0.009901953023908061, "man": 0.22395983954796794, "she": 0.233861792571876}, "country": {"man - she": 0.03388448037053443, "man": 0.19543994570246437, "she": 0.16155546533192994}, "couple": {"man - she": -0.022039403914918904, "man": 0.18966981220312798, "she": 0.21170921611804688}, "creatures": {"man - she": -0.02225016297126786, "man": 0.26964411952039613, "she": 0.291894282491664}, "crime": {"man - she": 0.14499579530600806, "man": 0.29836720484347357, "she": 0.1533714095374655}, "d": {"man - she": 0.03323657351942852, "man": 0.2169462633989091, "she": 0.18370968987948058}, "da": {"man - she": 0.028306517555461486, "man": 0.26630272666862, "she": 0.2379962091131585}, "dark": {"man - she": 0.0836571253174122, "man": 0.2663058180806017, "she": 0.1826486927631895}, "daughter": {"man - she": -0.07786527028608206, "man": 0.2456244844309026, "she": 0.32348975471698466}, "day": {"man - she": 0.05565829367031627, "man": 0.28133294293797545, "she": 0.22567464926765918}, "de": {"man - she": 0.028478921051501516, "man": 0.2602521447364221, "she": 0.2317732236849206}, "dead": {"man - she": 0.029574800629089182, "man": 0.2209473532597341, "she": 0.19137255263064493}, "did": {"man - she": -0.05481438814942066, "man": 0.22761552395587717, "she": 0.28242991210529783}, "dirty": {"man - she": 0.029574800629089182, "man": 0.2209473532597341, "she": 0.19137255263064493}, "do": {"man - she": -0.005313586726521352, "man": 0.2209385979667487, "she": 0.22625218469327005}, "does": {"man - she": -0.06180577373328308, "man": 0.21202360088849984, "she": 0.2738293746217829}, "dog": {"man - she": 0.03232877752978197, "man": 0.31627612219846707, "she": 0.2839473446686851}, "done": {"man - she": -0.054928539832585915, "man": 0.19518900274874781, "she": 0.25011754258133373}, "dont": {"man - she": -0.010054202447974614, "man": 0.23667625433989842, "she": 0.24673045678787303}, "down": {"man - she": 0.010354447982743098, "man": 0.22395983954796794, "she": 0.21360539156522484}, "dress": {"man - she": 0.02810757266368119, "man": 0.2732420658933597, "she": 0.2451344932296785}, "drop": {"man - she": 0.02799517346246544, "man": 0.27714270679142894, "she": 0.2491475333289635}, "dropped": {"man - she": 0.026954254453125326, "man": 0.31261119269520415, "she": 0.28565693824207883}, "duty": {"man - she": 0.028306517555461486, "man": 0.26630272666862, "she": 0.2379962091131585}, "e": {"man - she": 0.029894715996499288, "man": 0.20918266501293553, "she": 0.17928794901643624}, "eating": {"man - she": 0.08178678945440845, "man": 0.2985196401905322, "she": 0.21673285073612372}, "either": {"man - she": 0.02986579111671453, "man": 0.21025202792603426, "she": 0.18038623680931973}, "end": {"man - she": -0.022089711131275613, "man": 0.19859679976162908, "she": 0.2206865108929047}, "endscreen": {"man - she": 0.025506834324264482, "man": 0.36011354969971, "she": 0.3346067153754455}, "english": {"man - she": 0.030689410854678773, "man": 0.1793432229813598, "she": 0.14865381212668102}, "enough": {"man - she": 0.08507529753242188, "man": 0.23986433590769832, "she": 0.15478903837527644}, "even": {"man - she": 0.0004208199788493794, "man": 0.1847151695660366, "she": 0.1842943495871872}, "ever": {"man - she": -0.05525690445038056, "man": 0.14938049841788315, "she": 0.2046374028682637}, "every": {"man - she": 0.03746814100263873, "man": 0.27132993357451474, "she": 0.233861792571876}, "evil": {"man - she": 0.029206742581577766, "man": 0.23431588088831376, "she": 0.205109138306736}, "ex": {"man - she": 0.11142773162295516, "man": 0.36980589780536943, "she": 0.25837816618241427}, "exactly": {"man - she": 0.029711591555431516, "man": 0.21593372881686687, "she": 0.18622213726143536}, "example": {"man - she": -0.022199160052359945, "man": 0.22503973948300154, "she": 0.2472388995353615}, "eyes": {"man - she": -0.02702260306449994, "man": 0.25740944040293584, "she": 0.2844320434674358}, "face": {"man - she": 0.029894715996499288, "man": 0.20918266501293553, "she": 0.17928794901643624}, "family": {"man - she": -0.021959770092403658, "man": 0.17747609283103594, "she": 0.1994358629234396}, "far": {"man - she": 0.030689410854678773, "man": 0.1793432229813598, "she": 0.14865381212668102}, "feature": {"man - she": 0.027201278284001318, "man": 0.30429806715412305, "she": 0.27709678887012174}, "february": {"man - she": 0.027735120922832812, "man": 0.2861132871052471, "she": 0.25837816618241427}, "few": {"man - she": -0.02470238439660305, "man": 0.17496780837092069, "she": 0.19967019276752374}, "fight": {"man - she": 0.030397024381726645, "man": 0.1904269528504495, "she": 0.16002992846872285}, "find": {"man - she": 0.03540835916259255, "man": 0.22699197780960864, "she": 0.1915836186470161}, "finially": {"man - she": 0.025506834324264482, "man": 0.36011354969971, "she": 0.3346067153754455}, "first": {"man - she": 0.010159279142668814, "man": 0.23283053186352165, "she": 0.22267125272085284}, "for": {"man - she": 0.06936411792087488, "man": 0.3315592361261139, "she": 0.262195118205239}, "forest": {"man - she": 0.0278718474127157, "man": 0.2814062261274951, "she": 0.2535343787147794}, "forgein": {"man - she": 0.025506834324264482, "man": 0.36011354969971, "she": 0.3346067153754455}, "forum": {"man - she": -0.02187983615744099, "man": 0.16681918866147613, "she": 0.18869902481891712}, "fought": {"man - she": 0.027735120922832812, "man": 0.2861132871052471, "she": 0.25837816618241427}, "found": {"man - she": -0.055159603925237444, "man": 0.16838387685803424, "she": 0.2235434807832717}, "fox": {"man - she": 0.028631232794988942, "man": 0.254877594461359, "she": 0.22624636166637005}, "fqpazvlq4xq": {"man - she": 0.025506834324264482, "man": 0.36011354969971, "she": 0.3346067153754455}, "friend": {"man - she": 0.031862551794980626, "man": 0.2610976362567721, "she": 0.2292350844617915}, "friends": {"man - she": 0.03089074140670331, "man": 0.17163734670417444, "she": 0.14074660529747113}, "from": {"man - she": -0.03530318298881313, "man": 0.2701398809080304, "she": 0.30544306389684356}, "front": {"man - she": 0.030202678640186553, "man": 0.1977256929881952, "she": 0.16752301434800865}, "future": {"man - she": 0.08420386293574064, "man": 0.2563422947715735, "she": 0.17213843183583286}, "g": {"man - she": 0.02839557044910368, "man": 0.26318170655977946, "she": 0.23478613611067578}, "gang": {"man - she": 0.11431203882338442, "man": 0.33800790364891936, "she": 0.22369586482553494}, "gather": {"man - she": 0.026212273245584616, "man": 0.3372124111225044, "she": 0.31100013787691977}, "gave": {"man - she": -0.02222356352577523, "man": 0.23431588088831376, "she": 0.256539444414089}, "get": {"man - she": -0.058375801335253164, "man": 0.21703716365462555, "she": 0.2754129649898787}, "gets": {"man - she": -0.07900817594436504, "man": 0.20813349402606912, "she": 0.28714166997043417}, "getting": {"man - she": -0.02207130350198186, "man": 0.19518900274874781, "she": 0.21726030625072967}, "gf": {"man - she": 0.026641720174147676, "man": 0.32303995157359194, "she": 0.29639823139944427}, "girl": {"man - she": -0.04144413719348561, "man": 0.2660576579055942, "she": 0.3075017950990798}, "girlfriend": {"man - she": 0.029165379476591313, "man": 0.34275552319256897, "she": 0.31359014371597765}, "girls": {"man - she": 0.08448413163076784, "man": 0.2511261608918414, "she": 0.16664202926107358}, "give": {"man - she": -0.02193832189891337, "man": 0.17448679504681713, "she": 0.1964251169457305}, "glasses": {"man - she": 0.026954254453125326, "man": 0.31261119269520415, "she": 0.28565693824207883}, "go": {"man - she": -0.015260145335017516, "man": 0.2229061884830973, "she": 0.2381663338181148}, "goes": {"man - she": -0.044535030868027736, "man": 0.25819552985432215, "she": 0.3027305607223499}, "going": {"man - she": 0.06170106651923993, "man": 0.2510771420929807, "she": 0.18937607557374078}, "gone": {"man - she": -0.02217266870913437, "man": 0.21714436844583826, "she": 0.23931703715497263}, "gonna": {"man - she": -0.022243503768193923, "man": 0.2456244844309026, "she": 0.2678679881990965}, "good": {"man - she": -0.026741648386654993, "man": 0.18446529145131924, "she": 0.21120693983797423}, "got": {"man - she": 0.01037718333732629, "man": 0.286613884165787, "she": 0.2762367008284607}, "graduate": {"man - she": 0.027201278284001318, "man": 0.30429806715412305, "she": 0.27709678887012174}, "great": {"man - she": 0.010314644942766515, "man": 0.22576235026158498, "she": 0.21544770531881846}, "groid": {"man - she": 0.02855728035553262, "man": 0.257490555772244, "she": 0.22893327541671138}, "group": {"man - she": -0.0219255956365835, "man": 0.1727612479306629, "she": 0.1946868435672464}, "guidance": {"man - she": 0.026212273245584616, "man": 0.3372124111225044, "she": 0.31100013787691977}, "guy": {"man - she": 0.09298236342126878, "man": 0.2899979514644913, "she": 0.19701558804322253}, "had": {"man - she": -0.07929351349136038, "man": 0.2284097164251913, "she": 0.3077032299165517}, "hair": {"man - she": -0.06144612814242159, "man": 0.23280597305211967, "she": 0.29425210119454126}, "hall": {"man - she": 0.07987079718856, "man": 0.3290183305175235, "she": 0.2491475333289635}, "handed": {"man - she": 0.027581554629003913, "man": 0.2913756775094773, "she": 0.2637941228804734}, "happened": {"man - she": 0.029610269481354756, "man": 0.21964974075555993, "she": 0.19003947127420517}, "hard": {"man - she": 0.08473704764261361, "man": 0.24635236737512536, "she": 0.16161531973251175}, "has": {"man - she": 0.0023483944628650555, "man": 0.2995439743638881, "she": 0.297195579901023}, "hate": {"man - she": -0.07989367509473635, "man": 0.16944940797946575, "she": 0.2493430830742021}, "hated": {"man - she": 0.029493661396921944, "man": 0.3331356430653738, "she": 0.30364198166845185}, "have": {"man - she": 0.11086791051213427, "man": 0.2238840501621546, "she": 0.11301613965002033}, "he": {"man - she": 0.09342314468569346, "man": 0.30846188811506736, "she": 0.2150387434293739}, "head": {"man - she": -0.022145238059512684, "man": 0.21025202792603426, "she": 0.23239726598554694}, "heard": {"man - she": -0.04485221088438732, "man": 0.22704558452712606, "she": 0.2718977954115134}, "heil": {"man - she": 0.028210885079536202, "man": 0.26964411952039613, "she": 0.24143323444085993}, "hell": {"man - she": 0.08517884264561051, "man": 0.23785362915461628, "she": 0.15267478650900576}, "her": {"man - she": -0.25041778161134076, "man": 0.2510615076621747, "she": 0.5014792892735155}, "here": {"man - she": 0.02505434923921404, "man": 0.23738699560818383, "she": 0.21233264636896979}, "hey": {"man - she": 0.11937235211220151, "man": 0.27416139048747795, "she": 0.15478903837527644}, "high": {"man - she": -0.02197278180266557, "man": 0.1793432229813598, "she": 0.20131600478402537}, "him": {"man - she": 0.10379955760379439, "man": 0.3289442613249828, "she": 0.2251447037211884}, "his": {"man - she": 0.18784911083918276, "man": 0.33550602817777087, "she": 0.1476569173385881}, "home": {"man - she": 0.03368578758104948, "man": 0.20208486134420167, "she": 0.1683990737631522}, "hope": {"man - she": -0.1321907418606716, "man": 0.14268919523672047, "she": 0.27487993709739206}, "house": {"man - she": 0.0307700885405357, "man": 0.17626264392702234, "she": 0.14549255538648664}, "how": {"man - she": -0.09072793910025065, "man": 0.15899204168445405, "she": 0.2497199807847047}, "http": {"man - she": 0.06235078353137283, "man": 0.23697506466160703, "she": 0.1746242811302342}, "https": {"man - she": 0.08628610838894901, "man": 0.21556474782291604, "she": 0.12927863943396703}, "huffed": {"man - she": 0.025506834324264482, "man": 0.36011354969971, "she": 0.3346067153754455}, "hum": {"man - she": 0.026641720174147676, "man": 0.32303995157359194, "she": 0.29639823139944427}, "i": {"man - she": -0.02033994586764576, "man": 0.29556746326480704, "she": 0.3159074091324528}, "id": {"man - she": 0.029297428418423505, "man": 0.23103820921472834, "she": 0.20174078079630484}, "idiot": {"man - she": -0.022246987558624087, "man": 0.2732420658933597, "she": 0.2954890534519838}, "if": {"man - she": -0.09061580711598752, "man": 0.20557654143520585, "she": 0.29619234855119336}, "igger": {"man - she": 0.026212273245584616, "man": 0.3372124111225044, "she": 0.31100013787691977}, "in": {"man - she": 0.05440200875805268, "man": 0.37034918160491037, "she": 0.3159471728468577}, "indeed": {"man - she": 0.02934062147694322, "man": 0.22947338227186642, "she": 0.2001327607949232}, "intelligent": {"man - she": 0.13818430826192518, "man": 0.36711758367863656, "she": 0.22893327541671138}, "into": {"man - she": -0.02152778492781282, "man": 0.1298651461916134, "she": 0.15139293111942623}, "is": {"man - she": -0.05570116872892983, "man": 0.30583862033721565, "she": 0.3615397890661455}, "it": {"man - she": -0.001536918670987375, "man": 0.2690486981732047, "she": 0.2705856168441921}, "its": {"man - she": 0.032025410058227816, "man": 0.12700580228879424, "she": 0.09498039223056642}, "job": {"man - she": 0.02992306475986703, "man": 0.20813349402606912, "she": 0.1782104292662021}, "jumped": {"man - she": 0.0278718474127157, "man": 0.2814062261274951, "she": 0.2535343787147794}, "just": {"man - she": -0.03340880309340394, "man": 0.2434112170903482, "she": 0.2768200201837521}, "kick": {"man - she": 0.028831142448785985, "man": 0.2477813263045458, "she": 0.21895018385575982}, "kicked": {"man - she": -0.02221446620650036, "man": 0.2913756775094773, "she": 0.31359014371597765}, "kid": {"man - she": 0.08457121053306396, "man": 0.2494898267483759, "she": 0.16491861621531193}, "kill": {"man - she": 0.08311892600749018, "man": 0.2758575489012302, "she": 0.19273862289374002}, "killed": {"man - she": 0.11689584021327604, "man": 0.3069353114874812, "she": 0.19003947127420517}, "kiss": {"man - she": -0.022242318297751806, "man": 0.27714270679142894, "she": 0.29938502508918075}, "knife": {"man - she": 0.028306517555461486, "man": 0.26630272666862, "she": 0.2379962091131585}, "know": {"man - she": -0.06239002266733318, "man": 0.1587962067735355, "she": 0.2211862294408687}, "large": {"man - she": 0.029206742581577766, "man": 0.23431588088831376, "she": 0.205109138306736}, "last": {"man - she": 0.03634597084569546, "man": 0.25696835542463975, "she": 0.22062238457894429}, "least": {"man - she": -0.02204393278394351, "man": 0.1904269528504495, "she": 0.212470885634393}, "leave": {"man - she": -0.022135999708195492, "man": 0.20813349402606912, "she": 0.2302694937342646}, "let": {"man - she": 5.215232411312498e-05, "man": 0.20626850588469678, "she": 0.20621635356058365}, "like": {"man - she": 0.04889144632129039, "man": 0.34745687020368005, "she": 0.29856542388238966}, "little": {"man - she": -0.024934866288146895, "man": 0.21202360088849984, "she": 0.23695846717664673}, "live": {"man - she": 0.08720715933815587, "man": 0.1957733385489826, "she": 0.10856617921082673}, "lived": {"man - she": -0.02220341560734579, "man": 0.2264767437141337, "she": 0.2486801593214795}, "living": {"man - she": 0.06665196961768721, "man": 0.27760919329392897, "she": 0.21095722367624176}, "lol": {"man - she": 0.03230391689080683, "man": 0.24712066676245759, "she": 0.21481674987165075}, "london": {"man - she": 0.08430068355185363, "man": 0.2545489413193411, "she": 0.17024825776748745}, "look": {"man - she": 0.01028753475562097, "man": 0.22699197780960864, "she": 0.21670444305398767}, "looking": {"man - she": 0.1481471328889489, "man": 0.2602994612723082, "she": 0.11215232838335928}, "looks": {"man - she": -0.06137352568132948, "man": 0.2365505654754853, "she": 0.2979240911568148}, "love": {"man - she": 0.08549657802057756, "man": 0.2316086079124438, "she": 0.14611202989186625}, "m": {"man - she": 0.12139659868227357, "man": 0.31836584413025243, "she": 0.19696924544797886}, "machete": {"man - she": 0.026641720174147676, "man": 0.32303995157359194, "she": 0.29639823139944427}, "make": {"man - she": -0.009950634379338158, "man": 0.2279295332447571, "she": 0.23788016762409525}, "makes": {"man - she": 0.06634321513996616, "man": 0.28360352139069583, "she": 0.21726030625072967}, "man": {"man - she": 0.4792935944507421, "man": 0.6887877632484933, "she": 0.20949416879775123}, "marry": {"man - she": 0.02799517346246544, "man": 0.27714270679142894, "she": 0.2491475333289635}, "may": {"man - she": 0.032711984930054255, "man": 0.23402798971407962, "she": 0.20131600478402537}, "maybe": {"man - she": -0.05522530328602712, "man": 0.15684124689330617, "she": 0.2120665501793333}, "me": {"man - she": 0.03151306481182073, "man": 0.2709313523059677, "she": 0.23941828749414698}, "meet": {"man - she": 0.11941999842347242, "man": 0.27349609071816305, "she": 0.15407609229469063}, "met": {"man - she": -0.022240661952653423, "man": 0.24355644748087787, "she": 0.2657971094335313}, "missing": {"man - she": 0.02855728035553262, "man": 0.257490555772244, "she": 0.22893327541671138}, "money": {"man - she": 0.03063881598629159, "man": 0.1812701674482487, "she": 0.1506313514619571}, "monkey": {"man - she": 0.028210885079536202, "man": 0.26964411952039613, "she": 0.24143323444085993}, "monkies": {"man - she": 0.025506834324264482, "man": 0.36011354969971, "she": 0.3346067153754455}, "month": {"man - she": 0.0314722623264351, "man": 0.2733036481958138, "she": 0.24183138586937872}, "more": {"man - she": 0.09420793847821715, "man": 0.2976759238705927, "she": 0.20346798539237557}, "most": {"man - she": 0.12225943899047859, "man": 0.23082561820130532, "she": 0.10856617921082673}, "mother": {"man - she": -0.09860718620640058, "man": 0.2041233745159493, "she": 0.3027305607223499}, "move": {"man - she": 0.0301316483212756, "man": 0.20037990608876305, "she": 0.17024825776748745}, "moved": {"man - she": 0.029644862227505592, "man": 0.21838257737766067, "she": 0.18873771515015508}, "movement": {"man - she": 0.02915904311715936, "man": 0.23603569974579386, "she": 0.2068766566286345}, "movie": {"man - she": 0.029109615165570507, "man": 0.2378148121500867, "she": 0.2087051969845162}, "much": {"man - she": 0.03386455209629913, "man": 0.19610843134921724, "she": 0.1622438792529181}, "murders": {"man - she": 0.0278718474127157, "man": 0.2814062261274951, "she": 0.2535343787147794}, "my": {"man - she": -0.07539419004537273, "man": 0.23156718464161558, "she": 0.3069613746869883}, "n": {"man - she": -0.03042016778027723, "man": 0.2727314929275669, "she": 0.3031516607078441}, "name": {"man - she": -0.06149087134523917, "man": 0.23043484145805082, "she": 0.29192571280329}, "names": {"man - she": 0.028478921051501516, "man": 0.2602521447364221, "she": 0.2317732236849206}, "nazi": {"man - she": 0.028631232794988942, "man": 0.254877594461359, "she": 0.22624636166637005}, "need": {"man - she": 0.08751776637777078, "man": 0.18880088858246877, "she": 0.10128312220469798}, "neevr": {"man - she": 0.025506834324264482, "man": 0.36011354969971, "she": 0.3346067153754455}, "negro": {"man - she": -0.021888051767930572, "man": 0.16785791494162228, "she": 0.18974596670955285}, "neighbors": {"man - she": 0.0278718474127157, "man": 0.2814062261274951, "she": 0.2535343787147794}, "never": {"man - she": 0.02050642090437066, "man": 0.26795041948416304, "she": 0.24744399857979238}, "new": {"man - she": 0.0347047821416121, "man": 0.16751840867512732, "she": 0.13281362653351522}, "news": {"man - she": 0.010294356697543194, "man": 0.22668241023660984, "she": 0.21638805353906665}, "next": {"man - she": -0.07977166294590551, "man": 0.17566490955345834, "she": 0.25543657249936386}, "nigerian": {"man - she": -0.02221446620650036, "man": 0.2913756775094773, "she": 0.31359014371597765}, "no": {"man - she": 0.004235035072266247, "man": 0.2567617574218398, "she": 0.2525267223495736}, "non": {"man - she": 0.06111574613244625, "man": 0.2634539367055217, "she": 0.20233819057307545}, "nor": {"man - she": 0.02855728035553262, "man": 0.257490555772244, "she": 0.22893327541671138}, "nose": {"man - she": -0.02225016297126786, "man": 0.26964411952039613, "she": 0.291894282491664}, "not": {"man - she": -0.0780054012608595, "man": 0.1987791125953042, "she": 0.2767845138561637}, "nothing": {"man - she": 0.031143628877519397, "man": 0.16187025617972525, "she": 0.13072662730220586}, "now": {"man - she": -0.0005259953298571152, "man": 0.2384307912867705, "she": 0.23895678661662761}, "nr": {"man - she": 0.025506834324264482, "man": 0.36011354969971, "she": 0.3346067153754455}, "obviously": {"man - she": -0.022253138191860478, "man": 0.26318170655977946, "she": 0.28543484475163994}, "of": {"man - she": 0.07288655246775777, "man": 0.3475771097262986, "she": 0.27469055725854086}, "off": {"man - she": -0.08967159724902177, "man": 0.20098948740888864, "she": 0.2906610846579104}, "ohhh": {"man - she": 0.025506834324264482, "man": 0.36011354969971, "she": 0.3346067153754455}, "old": {"man - she": 0.003416481445378372, "man": 0.2963593075210545, "she": 0.2929428260756761}, "on": {"man - she": 0.051563181232713085, "man": 0.312604254509941, "she": 0.2610410732772279}, "once": {"man - she": 0.032673318066064494, "man": 0.23527578460738352, "she": 0.20260246654131903}, "one": {"man - she": 0.06494001224237775, "man": 0.2951037942797582, "she": 0.23016378203738044}, "online": {"man - she": 0.1421974229436004, "man": 0.32841956020503577, "she": 0.18622213726143536}, "only": {"man - she": -0.02686596133346225, "man": 0.2031996025472154, "she": 0.23006556388067764}, "onto": {"man - she": 0.028210885079536202, "man": 0.26964411952039613, "she": 0.24143323444085993}, "or": {"man - she": 0.009773436786553513, "man": 0.27175957489276276, "she": 0.26198613810620924}, "org": {"man - she": 0.03097526466007844, "man": 0.16838387685803424, "she": 0.1374086121979558}, "other": {"man - she": -0.133357364547181, "man": 0.10973070459498271, "she": 0.24308806914216372}, "our": {"man - she": 0.08557531565415952, "man": 0.22286840403530395, "she": 0.13729308838114443}, "out": {"man - she": -0.053722449222294744, "man": 0.24784531322285952, "she": 0.30156776244515426}, "over": {"man - she": -0.02152778492781282, "man": 0.1298651461916134, "she": 0.15139293111942623}, "own": {"man - she": -0.08036217222483474, "man": 0.14026021235410954, "she": 0.22062238457894429}, "packi": {"man - she": 0.025506834324264482, "man": 0.36011354969971, "she": 0.3346067153754455}, "page": {"man - she": 0.029775302263810616, "man": 0.21359010256379518, "she": 0.18381480029998457}, "part": {"man - she": 0.030754298688169424, "man": 0.17686632858003568, "she": 0.14611202989186625}, "patch": {"man - she": 0.026212273245584616, "man": 0.3372124111225044, "she": 0.31100013787691977}, "people": {"man - she": 0.054744710247197986, "man": 0.27369322931846224, "she": 0.21894851907126425}, "person": {"man - she": -0.055159603925237444, "man": 0.16838387685803424, "she": 0.2235434807832717}, "personally": {"man - she": -0.022226740979820414, "man": 0.2861132871052471, "she": 0.3083400280850675}, "place": {"man - she": 0.009670162180713066, "man": 0.25542942934030666, "she": 0.2457592671595936}, "play": {"man - she": 0.02938250247509505, "man": 0.22795379958026943, "she": 0.19857129710517438}, "point": {"man - she": -0.02208049372691459, "man": 0.196867630223957, "she": 0.2189481239508716}, "police": {"man - she": 0.1825396113800862, "man": 0.3380500707449776, "she": 0.1555104593648914}, "pride": {"man - she": 0.029950860771572885, "man": 0.2071037124393521, "she": 0.17715285166777922}, "principal": {"man - she": 0.026641720174147676, "man": 0.32303995157359194, "she": 0.29639823139944427}, "protect": {"man - she": 0.028478921051501516, "man": 0.2602521447364221, "she": 0.2317732236849206}, "publicly": {"man - she": 0.027406158297254457, "man": 0.2973549974633953, "she": 0.2699488391661408}, "pulls": {"man - she": 0.026954254453125326, "man": 0.31261119269520415, "she": 0.28565693824207883}, "punk": {"man - she": 0.027201278284001318, "man": 0.30429806715412305, "she": 0.27709678887012174}, "race": {"man - she": 0.0005446448823082373, "man": 0.17772404262307545, "she": 0.1771793977407672}, "racially": {"man - she": 0.028306517555461486, "man": 0.26630272666862, "she": 0.2379962091131585}, "racist": {"man - she": 0.08531070691685705, "man": 0.23527578460738352, "she": 0.14996507769052647}, "ran": {"man - she": 0.08091435716975626, "man": 0.31268758085467685, "she": 0.2317732236849206}, "rape": {"man - she": 0.028767785424742925, "man": 0.2500355639865137, "she": 0.2212677785617708}, "rapes": {"man - she": 0.02799517346246544, "man": 0.27714270679142894, "she": 0.2491475333289635}, "re": {"man - she": 0.1486647435475527, "man": 0.25349285915361164, "she": 0.10482811560605892}, "real": {"man - she": 0.03029227195673742, "man": 0.19436766917827591, "she": 0.1640753972215385}, "really": {"man - she": 0.06821639979453081, "man": 0.245973084782927, "she": 0.1777566849883962}, "reason": {"man - she": 0.11818299372923677, "man": 0.2903214255650696, "she": 0.17213843183583286}, "remember": {"man - she": -0.0790884577858495, "man": 0.2050993429060553, "she": 0.2841878006919048}, "rest": {"man - she": 0.11726393488476913, "man": 0.3022695008242229, "she": 0.18500556593945375}, "right": {"man - she": -0.024887374802699286, "man": 0.20245414939022718, "she": 0.22734152419292647}, "river": {"man - she": 0.028631232794988942, "man": 0.254877594461359, "she": 0.22624636166637005}, "rlm": {"man - she": -0.022246084110632836, "man": 0.2477813263045458, "she": 0.27002741041517864}, "rob": {"man - she": 0.07755363444119084, "man": 0.3632105726832697, "she": 0.28565693824207883}, "roll": {"man - she": 0.027406158297254457, "man": 0.2973549974633953, "she": 0.2699488391661408}, "running": {"man - she": 0.02938250247509505, "man": 0.22795379958026943, "she": 0.19857129710517438}, "s": {"man - she": 0.050933648643464335, "man": 0.32370030177602344, "she": 0.2727666531325591}, "said": {"man - she": -0.0764576548587384, "man": 0.20990767466819915, "she": 0.28636532952693755}, "same": {"man - she": -0.045053529318632185, "man": 0.19125245047191736, "she": 0.23630597979054954}, "sat": {"man - she": -0.02225016297126786, "man": 0.26964411952039613, "she": 0.291894282491664}, "save": {"man - she": 0.02915904311715936, "man": 0.23603569974579386, "she": 0.2068766566286345}, "saw": {"man - she": -0.05519918649213709, "man": 0.16187025617972525, "she": 0.21706944267186234}, "say": {"man - she": -0.04180992635650824, "man": 0.2098453571922226, "she": 0.25165528354873085}, "says": {"man - she": -0.1156574672020407, "man": 0.18966981220312798, "she": 0.3053272794051687}, "scene": {"man - she": 0.02915904311715936, "man": 0.23603569974579386, "she": 0.2068766566286345}, "school": {"man - she": -0.10245686534949747, "man": 0.1681842162275222, "she": 0.27064108157701966}, "see": {"man - she": -0.01899227734790873, "man": 0.2317516537427252, "she": 0.2507439310906339}, "seems": {"man - she": 0.03207008432773026, "man": 0.2545489413193411, "she": 0.22247885699161082}, "seen": {"man - she": 0.08615135501140206, "man": 0.2183592473433349, "she": 0.13220789233193284}, "seriously": {"man - she": 0.028631232794988942, "man": 0.254877594461359, "she": 0.22624636166637005}, "she": {"man - she": -0.4509388344315333, "man": 0.2191031989488727, "she": 0.670042033380406}, "shoot": {"man - she": 0.028891633694778873, "man": 0.2456244844309026, "she": 0.21673285073612372}, "shot": {"man - she": 0.08997496299035229, "man": 0.33310840215148324, "she": 0.24313343916113095}, "should": {"man - she": 0.08391215180837716, "man": 0.2534524396191282, "she": 0.16954028781075106}, "show": {"man - she": -0.021702564398168256, "man": 0.14669650936498393, "she": 0.1683990737631522}, "singer": {"man - she": -0.02221446620650036, "man": 0.2913756775094773, "she": 0.31359014371597765}, "sister": {"man - she": -0.09756654402992032, "man": 0.22947338227186642, "she": 0.32703992630178674}, "small": {"man - she": -0.022053019972112536, "man": 0.19197134090790388, "she": 0.21402436088001642}, "smashed": {"man - she": 0.026954254453125326, "man": 0.31261119269520415, "she": 0.28565693824207883}, "smile": {"man - she": -0.02221446620650036, "man": 0.2913756775094773, "she": 0.31359014371597765}, "so": {"man - she": -0.01804165687088491, "man": 0.24539607446250103, "she": 0.26343773133338594}, "some": {"man - she": 0.02933549102258856, "man": 0.27199286379428855, "she": 0.2426573727717}, "somewhat": {"man - she": 0.027406158297254457, "man": 0.2973549974633953, "she": 0.2699488391661408}, "son": {"man - she": 0.03151186210768847, "man": 0.2720716107881118, "she": 0.24055974868042335}, "sorry": {"man - she": -0.0536311364548277, "man": 0.29306909602639386, "she": 0.34670023248122156}, "sounds": {"man - she": -0.02221576977514239, "man": 0.23103820921472834, "she": 0.25325397898987073}, "start": {"man - she": -0.021851437857385997, "man": 0.16331429415556817, "she": 0.18516573201295417}, "state": {"man - she": -0.022085099312040057, "man": 0.1977256929881952, "she": 0.21981079230023526}, "stay": {"man - she": 0.02992306475986703, "man": 0.20813349402606912, "she": 0.1782104292662021}, "stood": {"man - she": 0.07960126435059439, "man": 0.3331356430653738, "she": 0.2535343787147794}, "stories": {"man - she": 0.028831142448785985, "man": 0.2477813263045458, "she": 0.21895018385575982}, "stormed": {"man - she": -0.022091735088542286, "man": 0.32303995157359194, "she": 0.34513168666213423}, "stormfront": {"man - she": -0.021758054956435402, "man": 0.15259019014803019, "she": 0.1743482451044656}, "story": {"man - she": 0.11964884171963136, "man": 0.27028019318158847, "she": 0.1506313514619571}, "straw": {"man - she": 0.026212273245584616, "man": 0.3372124111225044, "she": 0.31100013787691977}, "street": {"man - she": 0.031431669111617044, "man": 0.274565108272748, "she": 0.24313343916113095}, "students": {"man - she": 0.08399870099629009, "man": 0.2601131405992128, "she": 0.17611443960292272}, "stuff": {"man - she": 0.08415406726648283, "man": 0.25726115791747434, "she": 0.1731070906509915}, "stupid": {"man - she": 0.009092945167207322, "man": 0.28281827452102876, "she": 0.27372532935382143}, "substitute": {"man - she": 0.026212273245584616, "man": 0.3372124111225044, "she": 0.31100013787691977}, "such": {"man - she": 0.03086147691305302, "man": 0.1727612479306629, "she": 0.14189977101760987}, "sucks": {"man - she": 0.027581554629003913, "man": 0.2913756775094773, "she": 0.2637941228804734}, "suited": {"man - she": 0.026641720174147676, "man": 0.32303995157359194, "she": 0.29639823139944427}, "t": {"man - she": -0.0353185106739779, "man": 0.2586096713452163, "she": 0.2939281820191942}, "table": {"man - she": 0.02810757266368119, "man": 0.2732420658933597, "she": 0.2451344932296785}, "take": {"man - she": -0.02170984447163221, "man": 0.1474521612725079, "she": 0.16916200574414011}, "taken": {"man - she": 0.029644862227505592, "man": 0.21838257737766067, "she": 0.18873771515015508}, "talkin": {"man - she": 0.026212273245584616, "man": 0.3372124111225044, "she": 0.31100013787691977}, "talks": {"man - she": 0.027581554629003913, "man": 0.2913756775094773, "she": 0.2637941228804734}, "tape": {"man - she": 0.11255553914516575, "man": 0.35769003237484426, "she": 0.2451344932296785}, "taylor": {"man - she": 0.026641720174147676, "man": 0.32303995157359194, "she": 0.29639823139944427}, "teacher": {"man - she": -0.14179515462715697, "man": 0.20222070640216488, "she": 0.34401586102932186}, "telling": {"man - she": 0.03090015685906905, "man": 0.2909458530863964, "she": 0.26004569622732737}, "than": {"man - she": 0.06984847784433915, "man": 0.21032805361804174, "she": 0.1404795757737026}, "that": {"man - she": 0.043405652644348036, "man": 0.31021479952268405, "she": 0.266809146878336}, "thats": {"man - she": -0.02216814114680124, "man": 0.21593372881686687, "she": 0.2381018699636681}, "the": {"man - she": 0.03198161961058943, "man": 0.35886955024028094, "she": 0.3268879306296915}, "their": {"man - she": 0.018465213382239998, "man": 0.16898813907230723, "she": 0.15052292569006723}, "them": {"man - she": -0.10158180593533783, "man": 0.06192332261396675, "she": 0.16350512854930457}, "then": {"man - she": -0.10246977242603428, "man": 0.16773964925289442, "she": 0.2702094216789287}, "there": {"man - she": 0.09217845777428141, "man": 0.27264264960828777, "she": 0.18046419183400636}, "theres": {"man - she": 0.028210885079536202, "man": 0.26964411952039613, "she": 0.24143323444085993}, "these": {"man - she": 0.08835719754520158, "man": 0.16908182877386332, "she": 0.08072463122866175}, "they": {"man - she": 0.04674238538235009, "man": 0.22525715052260645, "she": 0.17851476514025635}, "think": {"man - she": -0.15855889054673677, "man": 0.10994999124540793, "she": 0.2685088817921447}, "thinks": {"man - she": -0.02225029106314952, "man": 0.25239712957428706, "she": 0.2746474206374366}, "this": {"man - she": 0.04491637680155597, "man": 0.3134214606486323, "she": 0.26850508384707633}, "time": {"man - she": 0.05633918530950385, "man": 0.2672019525412687, "she": 0.21086276723176486}, "times": {"man - she": 0.06041191868327994, "man": 0.2779563476671524, "she": 0.21754442898387244}, "to": {"man - she": 0.023327144310050563, "man": 0.3339476688729946, "she": 0.31062052456294403}, "together": {"man - she": 0.03263376623267902, "man": 0.2365505654754853, "she": 0.20391679924280628}, "told": {"man - she": -0.07543246821906785, "man": 0.24712066676245759, "she": 0.32255313498152544}, "too": {"man - she": -0.07709439873301038, "man": 0.17927515915212056, "she": 0.25636955788513094}, "towards": {"man - she": 0.08091435716975626, "man": 0.31268758085467685, "she": 0.2317732236849206}, "tree": {"man - she": -0.022237592768081405, "man": 0.24156973280375127, "she": 0.2638073255718327}, "try": {"man - she": -0.04488900612499183, "man": 0.22229362071629397, "she": 0.2671826268412858}, "trying": {"man - she": 0.03067273676792226, "man": 0.17997868910062712, "she": 0.14930595233270486}, "turned": {"man - she": 0.028478921051501516, "man": 0.2602521447364221, "she": 0.2317732236849206}, "turning": {"man - she": -0.05378824741152466, "man": 0.26630272666862, "she": 0.32009097408014464}, "tv": {"man - she": 0.12014290217192514, "man": 0.2632174486450922, "she": 0.14307454647316709}, "two": {"man - she": 0.015914897787528137, "man": 0.2663966062510311, "she": 0.250481708463503}, "typical": {"man - she": 0.028631232794988942, "man": 0.254877594461359, "she": 0.22624636166637005}, "u": {"man - she": 0.03041710285627225, "man": 0.18966981220312798, "she": 0.15925270934685573}, "uneven": {"man - she": 0.025506834324264482, "man": 0.36011354969971, "she": 0.3346067153754455}, "university": {"man - she": 0.029678622718848108, "man": 0.21714436844583826, "she": 0.18746574572699015}, "until": {"man - she": -0.05499948709179173, "man": 0.1881842695461031, "she": 0.24318375663789482}, "up": {"man - she": 0.10590791272453351, "man": 0.2947488073899957, "she": 0.1888408946654622}, "ur": {"man - she": 0.027406158297254457, "man": 0.2973549974633953, "she": 0.2699488391661408}, "us": {"man - she": 0.034509616774873186, "man": 0.1742347423813183, "she": 0.13972512560644512}, "use": {"man - she": -0.02185949569420731, "man": 0.16429578903677955, "she": 0.18615528473098686}, "used": {"man - she": -0.09941491725821949, "man": 0.1812701674482487, "she": 0.2806850847064682}, "v": {"man - she": 0.0301316483212756, "man": 0.20037990608876305, "she": 0.17024825776748745}, "ve": {"man - she": 0.0003441751743849253, "man": 0.18910245797033562, "she": 0.1887582827959507}, "very": {"man - she": -0.04508047687228217, "man": 0.1800640475029921, "she": 0.22514452437527427}, "victim": {"man - she": -0.022253138191860478, "man": 0.26318170655977946, "she": 0.28543484475163994}, "video": {"man - she": 0.10062484712565536, "man": 0.29000092269939615, "she": 0.18937607557374078}, "wanna": {"man - she": 0.02839557044910368, "man": 0.26318170655977946, "she": 0.23478613611067578}, "want": {"man - she": 0.03455167391929917, "man": 0.17279136396012285, "she": 0.13823969004082368}, "was": {"man - she": -0.06275373486286362, "man": 0.3204942607335704, "she": 0.383247995596434}, "watch": {"man - she": -0.02698247808184781, "man": 0.23049740536647087, "she": 0.2574798834483187}, "watched": {"man - she": 0.02855728035553262, "man": 0.257490555772244, "she": 0.22893327541671138}, "way": {"man - she": 0.03770824544531548, "man": 0.2649981923390264, "she": 0.2272899468937109}, "we": {"man - she": 0.02290982000757949, "man": 0.18527523836683593, "she": 0.16236541835925644}, "week": {"man - she": -0.025019573355347324, "man": 0.23785362915461628, "she": 0.2628732025099636}, "weeks": {"man - she": -0.022103577416580755, "man": 0.20129284409950468, "she": 0.22339642151608544}, "welfare": {"man - she": -0.02225029106314952, "man": 0.25239712957428706, "she": 0.2746474206374366}, "well": {"man - she": -0.04508657022139417, "man": 0.17546085206325812, "she": 0.2205474222846523}, "went": {"man - she": -0.015741895882299184, "man": 0.27980194925435165, "she": 0.29554384513665083}, "were": {"man - she": -0.10112190902180783, "man": 0.11039058863591404, "she": 0.21151249765772187}, "what": {"man - she": -0.00918508815469779, "man": 0.17307969079837687, "she": 0.18226477895307466}, "whatever": {"man - she": 0.02915904311715936, "man": 0.23603569974579386, "she": 0.2068766566286345}, "when": {"man - she": -0.07119978538985633, "man": 0.19990927681015352, "she": 0.27110906220000985}, "where": {"man - she": -0.007429275757643294, "man": 0.2665921086813997, "she": 0.274021384439043}, "which": {"man - she": 0.03141269259866933, "man": 0.15136781896842963, "she": 0.1199551263697603}, "while": {"man - she": -0.010264170983853071, "man": 0.2559183846057588, "she": 0.26618255558961185}, "white": {"man - she": 0.14575220552682877, "man": 0.4228155381148455, "she": 0.27706333258801674}, "whites": {"man - she": 0.07060648145270132, "man": 0.19265750952049276, "she": 0.12205102806779144}, "whitey": {"man - she": 0.07987079718856, "man": 0.3290183305175235, "she": 0.2491475333289635}, "who": {"man - she": 0.05621709480501175, "man": 0.2522384495064998, "she": 0.19602135470148807}, "whole": {"man - she": -0.022094328557152543, "man": 0.19948138508543306, "she": 0.2215757136425856}, "whut": {"man - she": 0.026212273245584616, "man": 0.3372124111225044, "she": 0.31100013787691977}, "why": {"man - she": -0.05527507141834129, "man": 0.14375812201565724, "she": 0.19903319343399853}, "will": {"man - she": -0.005477196833301362, "man": 0.23009482092615438, "she": 0.23557201775945574}, "with": {"man - she": 0.09516080288561846, "man": 0.34169266421962796, "she": 0.2465318613340095}, "woman": {"man - she": 0.1582231233577988, "man": 0.39455548350611297, "she": 0.23633236014831416}, "women": {"man - she": 0.16652232922675161, "man": 0.309006732257321, "she": 0.1424844030305694}, "won": {"man - she": 0.0278718474127157, "man": 0.2814062261274951, "she": 0.2535343787147794}, "wonder": {"man - she": 0.08534263905413181, "man": 0.23464859138683666, "she": 0.14930595233270486}, "wore": {"man - she": 0.027406158297254457, "man": 0.2973549974633953, "she": 0.2699488391661408}, "work": {"man - she": 0.06756298446079106, "man": 0.2594567538776368, "she": 0.19189376941684572}, "would": {"man - she": -0.05165911678455129, "man": 0.1903608844031882, "she": 0.2420200011877395}, "wrench": {"man - she": 0.025506834324264482, "man": 0.36011354969971, "she": 0.3346067153754455}, "www": {"man - she": 0.09319391585425901, "man": 0.2717714845501159, "she": 0.1785775686958569}, "x202a": {"man - she": -0.022240661952653423, "man": 0.24355644748087787, "she": 0.2657971094335313}, "x202c": {"man - she": -0.022240661952653423, "man": 0.24355644748087787, "she": 0.2657971094335313}, "y": {"man - she": 0.11431203882338442, "man": 0.33800790364891936, "she": 0.22369586482553494}, "year": {"man - she": 0.05393972625519994, "man": 0.29916108714569634, "she": 0.2452213608904964}, "years": {"man - she": -0.024768195692934092, "man": 0.18359183881842042, "she": 0.2083600345113545}, "yes": {"man - she": 0.03109378729367579, "man": 0.1638031189977771, "she": 0.13270933170410132}, "yesterday": {"man - she": 0.028306517555461486, "man": 0.26630272666862, "she": 0.2379962091131585}, "yet": {"man - she": -0.022053019972112536, "man": 0.19197134090790388, "she": 0.21402436088001642}, "you": {"man - she": 0.06699013085501493, "man": 0.2377612309121577, "she": 0.17077110005714277}, "young": {"man - she": 0.18104502830197425, "man": 0.35037069818454725, "she": 0.169325669882573}, "your": {"man - she": 0.07473585847866565, "man": 0.23273684076545142, "she": 0.15800098228678577}, "yourself": {"man - she": 0.03017938757114627, "man": 0.19859679976162908, "she": 0.1684174121904828}, "youtube": {"man - she": 0.16337046684216305, "man": 0.31494023896784107, "she": 0.15156977212567802}, "zakeshia": {"man - she": 0.025506834324264482, "man": 0.36011354969971, "she": 0.3346067153754455}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-man-straight.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-man-straight.json new file mode 100644 index 0000000000000000000000000000000000000000..0cbf9f3895a2beed978b34a464dc7548682e3d5f --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-man-straight.json @@ -0,0 +1 @@ +{"a": {"man - straight": 0.01224645418607706, "man": 0.394082550595528, "straight": 0.38183609640945093}, "about": {"man - straight": -0.09847345968252863, "man": 0.20574727037311624, "straight": 0.3042207300556449}, "ago": {"man - straight": -0.10298155862655248, "man": 0.21074554706010803, "straight": 0.3137271056866605}, "all": {"man - straight": -0.1025501597050742, "man": 0.2601551760432657, "straight": 0.3627053357483399}, "almost": {"man - straight": -0.09999356619531474, "man": 0.25819552985432215, "straight": 0.3581890960496369}, "an": {"man - straight": -0.014231983274752391, "man": 0.3118073633333409, "straight": 0.3260393466080933}, "and": {"man - straight": -0.05050212548085581, "man": 0.3788076357599954, "straight": 0.4293097612408512}, "any": {"man - straight": -0.10511057355334838, "man": 0.17161092555717214, "straight": 0.2767214991105205}, "anyone": {"man - straight": -0.10386887086970459, "man": 0.1951082341479919, "straight": 0.2989771050176965}, "are": {"man - straight": -0.0048540752631563155, "man": 0.2316742971974336, "straight": 0.23652837246058991}, "around": {"man - straight": -0.06924419708482471, "man": 0.2191031989488727, "straight": 0.2883473960336974}, "as": {"man - straight": -0.064510813017226, "man": 0.2649406183048675, "straight": 0.3294514313220935}, "at": {"man - straight": -0.09936845621082699, "man": 0.24390281688803997, "straight": 0.34327127309886696}, "band": {"man - straight": -0.15349681873866539, "man": 0.21025202792603426, "straight": 0.36374884666469964}, "be": {"man - straight": 0.03940719128542777, "man": 0.2391817859156959, "straight": 0.19977459463026812}, "black": {"man - straight": 0.06871199706209857, "man": 0.39074284619167504, "straight": 0.32203084912957647}, "by": {"man - straight": 0.060886878373040465, "man": 0.30471461256087484, "straight": 0.24382773418783438}, "ca": {"man - straight": -0.10175910817153178, "man": 0.23101883794568878, "straight": 0.33277794611722056}, "can": {"man - straight": -0.14678231808588657, "man": 0.21237180847494444, "straight": 0.359154126560831}, "centre": {"man - straight": -0.14703098849597523, "man": 0.2732420658933597, "straight": 0.42027305438933493}, "college": {"man - straight": -0.15523043957772967, "man": 0.19119403390763098, "straight": 0.34642447348536065}, "com": {"man - straight": -0.09626254479316185, "man": 0.2437669391441822, "straight": 0.34002948393734406}, "could": {"man - straight": -0.0690540548852539, "man": 0.22395983954796794, "straight": 0.29301389443322184}, "day": {"man - straight": -0.003910962756443759, "man": 0.28133294293797545, "straight": 0.2852439056944192}, "did": {"man - straight": -0.06890883815033785, "man": 0.22761552395587717, "straight": 0.296524362106215}, "do": {"man - straight": -0.15180757616190338, "man": 0.2209385979667487, "straight": 0.3727461741286521}, "dot": {"man - straight": -0.147798032376258, "man": 0.26630272666862, "straight": 0.414100759044878}, "down": {"man - straight": -0.14186107848554763, "man": 0.22395983954796794, "straight": 0.3658209180335156}, "either": {"man - straight": -0.22221669510786057, "man": 0.21025202792603426, "straight": 0.43246872303389483}, "eyes": {"man - straight": -0.13870617642193905, "man": 0.25740944040293584, "straight": 0.3961156168248749}, "face": {"man - straight": -0.2223777923928948, "man": 0.20918266501293553, "straight": 0.4315604574058303}, "few": {"man - straight": -0.1049399419045689, "man": 0.17496780837092069, "straight": 0.2799077502754896}, "find": {"man - straight": -0.06893373471597494, "man": 0.22699197780960864, "straight": 0.2959257125255836}, "for": {"man - straight": 0.011205872017010066, "man": 0.3315592361261139, "straight": 0.3203533641091038}, "force": {"man - straight": -0.06484010589727923, "man": 0.31627612219846707, "straight": 0.3811162280957463}, "forward": {"man - straight": -0.15021778811950856, "man": 0.24355644748087787, "straight": 0.39377423560038644}, "from": {"man - straight": -0.025421515164758324, "man": 0.2701398809080304, "straight": 0.29556139607278875}, "full": {"man - straight": -0.06622419725236123, "man": 0.2885636122100561, "straight": 0.35478780946241734}, "get": {"man - straight": -0.09784525045259362, "man": 0.21703716365462555, "straight": 0.3148824141072192}, "gets": {"man - straight": -0.15369469494849797, "man": 0.20813349402606912, "straight": 0.3618281889745671}, "getting": {"man - straight": -0.1548757096854008, "man": 0.19518900274874781, "straight": 0.3500647124341486}, "go": {"man - straight": -0.04351839886329195, "man": 0.2229061884830973, "straight": 0.26642458734638924}, "god": {"man - straight": -0.2273602529436063, "man": 0.17448679504681713, "straight": 0.4018470479904234}, "good": {"man - straight": -0.0705080086937438, "man": 0.18446529145131924, "straight": 0.25497330014506303}, "got": {"man - straight": -0.07682604985324981, "man": 0.286613884165787, "straight": 0.3634399340190368}, "guy": {"man - straight": -0.04168993272614829, "man": 0.2899979514644913, "straight": 0.3316878841906396}, "hair": {"man - straight": -0.10164745868277716, "man": 0.23280597305211967, "straight": 0.33445343173489683}, "half": {"man - straight": -0.1554300937479498, "man": 0.18892233847551637, "straight": 0.3443524322234662}, "has": {"man - straight": 0.038280733640668585, "man": 0.2995439743638881, "straight": 0.2612632407232195}, "have": {"man - straight": -0.015207197828629476, "man": 0.2238840501621546, "straight": 0.23909124799078407}, "he": {"man - straight": 0.04981579887032278, "man": 0.30846188811506736, "straight": 0.2586460892447446}, "head": {"man - straight": -0.15349681873866539, "man": 0.21025202792603426, "straight": 0.36374884666469964}, "her": {"man - straight": -0.021982687250561017, "man": 0.2510615076621747, "straight": 0.27304419491273574}, "here": {"man - straight": -0.004101640090345082, "man": 0.23738699560818383, "straight": 0.2414886356985289}, "him": {"man - straight": 0.025093486323923997, "man": 0.3289442613249828, "straight": 0.3038507750010588}, "https": {"man - straight": -0.10269832532871412, "man": 0.21556474782291604, "straight": 0.31826307315163016}, "i": {"man - straight": -0.0062843037938110635, "man": 0.29556746326480704, "straight": 0.3018517670586181}, "if": {"man - straight": -0.08088311778067239, "man": 0.20557654143520585, "straight": 0.28645965921587824}, "in": {"man - straight": 0.05803054911825134, "man": 0.37034918160491037, "straight": 0.31231863248665903}, "into": {"man - straight": -0.2796983446948067, "man": 0.1298651461916134, "straight": 0.4095634908864201}, "is": {"man - straight": -0.021201646269285557, "man": 0.30583862033721565, "straight": 0.3270402666065012}, "it": {"man - straight": -0.11519051451036594, "man": 0.2690486981732047, "straight": 0.38423921268357064}, "its": {"man - straight": -0.16029066333106431, "man": 0.12700580228879424, "straight": 0.28729646561985855}, "job": {"man - straight": -0.15369469494849797, "man": 0.20813349402606912, "straight": 0.3618281889745671}, "just": {"man - straight": -0.09939999639641844, "man": 0.2434112170903482, "straight": 0.34281121348676663}, "left": {"man - straight": -0.22614528765250905, "man": 0.18326121938496884, "straight": 0.4094065070374779}, "life": {"man - straight": -0.1560916174831895, "man": 0.1812701674482487, "straight": 0.3373617849314382}, "like": {"man - straight": 0.01493390066268424, "man": 0.34745687020368005, "straight": 0.3325229695409958}, "local": {"man - straight": -0.15349681873866539, "man": 0.21025202792603426, "straight": 0.36374884666469964}, "look": {"man - straight": -0.06893373471597494, "man": 0.22699197780960864, "straight": 0.2959257125255836}, "looking": {"man - straight": -0.04254570602530433, "man": 0.2602994612723082, "straight": 0.3028451672976125}, "looks": {"man - straight": -0.10141148185659932, "man": 0.2365505654754853, "straight": 0.3379620473320846}, "love": {"man - straight": -0.1017223323640506, "man": 0.2316086079124438, "straight": 0.3333309402764944}, "me": {"man - straight": -0.03686679440692936, "man": 0.2709313523059677, "straight": 0.30779814671289707}, "more": {"man - straight": -0.07314399787685921, "man": 0.2976759238705927, "straight": 0.37081992174745193}, "much": {"man - straight": -0.10381357116422457, "man": 0.19610843134921724, "straight": 0.2999220025134418}, "my": {"man - straight": -0.037804049581786514, "man": 0.23156718464161558, "straight": 0.2693712342234021}, "n": {"man - straight": -0.014689197224341255, "man": 0.2727314929275669, "straight": 0.28742069015190813}, "news": {"man - straight": -0.06894607552346305, "man": 0.22668241023660984, "straight": 0.2956284857600729}, "no": {"man - straight": -0.06334652976882371, "man": 0.2567617574218398, "straight": 0.32010828719066353}, "not": {"man - straight": -0.00426454060993281, "man": 0.1987791125953042, "straight": 0.203043653205237}, "nothing": {"man - straight": -0.22905314895527537, "man": 0.16187025617972525, "straight": 0.3909234051350006}, "now": {"man - straight": -0.04312877972410514, "man": 0.2384307912867705, "straight": 0.28155957101087564}, "of": {"man - straight": 0.022654771362609016, "man": 0.3475771097262986, "straight": 0.3249223383636896}, "off": {"man - straight": -0.10354084794988558, "man": 0.20098948740888864, "straight": 0.3045303353587742}, "old": {"man - straight": 0.011618676743800127, "man": 0.2963593075210545, "straight": 0.28474063077725437}, "on": {"man - straight": -0.017216225265399676, "man": 0.312604254509941, "straight": 0.3298204797753407}, "once": {"man - straight": -0.10149212553153125, "man": 0.23527578460738352, "straight": 0.33676791013891477}, "one": {"man - straight": -0.014432081281935405, "man": 0.2951037942797582, "straight": 0.3095358755616936}, "only": {"man - straight": -0.06984459236552035, "man": 0.2031996025472154, "straight": 0.27304419491273574}, "or": {"man - straight": -0.014700084323115481, "man": 0.27175957489276276, "straight": 0.28645965921587824}, "out": {"man - straight": -0.09911383873580293, "man": 0.24784531322285952, "straight": 0.34695915195866245}, "over": {"man - straight": -0.16009113374270392, "man": 0.1298651461916134, "straight": 0.28995627993431733}, "own": {"man - straight": -0.15934524642005846, "man": 0.14026021235410954, "straight": 0.299605458774168}, "pass": {"man - straight": -0.153182423425978, "man": 0.21359010256379518, "straight": 0.36677252598977317}, "people": {"man - straight": -0.11157194321973962, "man": 0.27369322931846224, "straight": 0.38526517253820186}, "person": {"man - straight": -0.22818713915896982, "man": 0.16838387685803424, "straight": 0.39657101601700406}, "please": {"man - straight": -0.1568539435268859, "man": 0.1721967210976735, "straight": 0.3290506646245594}, "point": {"man - straight": -0.2242007306561399, "man": 0.196867630223957, "straight": 0.4210683608800969}, "power": {"man - straight": -0.15295978341411212, "man": 0.21593372881686687, "straight": 0.368893512230979}, "racially": {"man - straight": -0.147798032376258, "man": 0.26630272666862, "straight": 0.414100759044878}, "ran": {"man - straight": -0.16175573828662576, "man": 0.31268758085467685, "straight": 0.4744433191413026}, "reason": {"man - straight": -0.06613942496787983, "man": 0.2903214255650696, "straight": 0.35646085053294946}, "road": {"man - straight": -0.14903159882115852, "man": 0.254877594461359, "straight": 0.4039091932825175}, "s": {"man - straight": 0.021418619882767054, "man": 0.32370030177602344, "straight": 0.3022816818932564}, "said": {"man - straight": -0.10303033262761158, "man": 0.20990767466819915, "straight": 0.3129380072958107}, "saw": {"man - straight": -0.22905314895527537, "man": 0.16187025617972525, "straight": 0.3909234051350006}, "say": {"man - straight": -0.06959785031403379, "man": 0.2098453571922226, "straight": 0.2794432075062564}, "see": {"man - straight": -0.022251715394069477, "man": 0.2317516537427252, "straight": 0.25400336913679467}, "seen": {"man - straight": -0.10253198272072578, "man": 0.2183592473433349, "straight": 0.3208912300640607}, "should": {"man - straight": -0.09565611216946052, "man": 0.2534524396191282, "straight": 0.34910855178858874}, "stand": {"man - straight": -0.15295978341411212, "man": 0.21593372881686687, "straight": 0.368893512230979}, "station": {"man - straight": -0.14903159882115852, "man": 0.254877594461359, "straight": 0.4039091932825175}, "stopped": {"man - straight": -0.14929457819108038, "man": 0.25239712957428706, "straight": 0.40169170776536745}, "t": {"man - straight": -0.02562337458704733, "man": 0.2586096713452163, "straight": 0.2842330459322636}, "than": {"man - straight": -0.06957969665744784, "man": 0.21032805361804174, "straight": 0.2799077502754896}, "that": {"man - straight": 0.0911247806961834, "man": 0.31021479952268405, "straight": 0.21909001882650064}, "the": {"man - straight": -0.09361622982548934, "man": 0.35886955024028094, "straight": 0.4524857800657703}, "their": {"man - straight": -0.12120520435880924, "man": 0.16898813907230723, "straight": 0.29019334343111647}, "them": {"man - straight": -0.289119108063443, "man": 0.06192332261396675, "straight": 0.35104243067740976}, "then": {"man - straight": -0.17912929603530586, "man": 0.16773964925289442, "straight": 0.3468689452882003}, "there": {"man - straight": -0.10165119189670224, "man": 0.27264264960828777, "straight": 0.37429384150499}, "they": {"man - straight": -0.01519345047494755, "man": 0.22525715052260645, "straight": 0.240450600997554}, "this": {"man - straight": 0.0659622661737354, "man": 0.3134214606486323, "straight": 0.2474591944748969}, "time": {"man - straight": -0.003972885844485852, "man": 0.2672019525412687, "straight": 0.27117483838575457}, "to": {"man - straight": 0.008956877523963513, "man": 0.3339476688729946, "straight": 0.3249907913490311}, "town": {"man - straight": -0.1568539435268859, "man": 0.1721967210976735, "straight": 0.3290506646245594}, "trying": {"man - straight": -0.15620158732922143, "man": 0.17997868910062712, "straight": 0.33618027642984855}, "tv": {"man - straight": -0.06740088229228236, "man": 0.2632174486450922, "straight": 0.3306183309373746}, "two": {"man - straight": -0.042376014946484075, "man": 0.2663966062510311, "straight": 0.3087726211975152}, "up": {"man - straight": -0.014436258385222, "man": 0.2947488073899957, "straight": 0.3091850657752177}, "us": {"man - straight": -0.1049773967021368, "man": 0.1742347423813183, "straight": 0.2792121390834551}, "video": {"man - straight": -0.003872692875236061, "man": 0.29000092269939615, "straight": 0.2938736155746322}, "was": {"man - straight": 0.002003617935707802, "man": 0.3204942607335704, "straight": 0.3184906427978626}, "weeks": {"man - straight": -0.15432482577545645, "man": 0.20129284409950468, "straight": 0.35561766987496113}, "went": {"man - straight": -0.11322650358269831, "man": 0.27980194925435165, "straight": 0.39302845283704996}, "what": {"man - straight": -0.14608632729129567, "man": 0.17307969079837687, "straight": 0.31916601808967254}, "when": {"man - straight": -0.16761405502269078, "man": 0.19990927681015352, "straight": 0.3675233318328443}, "white": {"man - straight": 0.0833562452151122, "man": 0.4228155381148455, "straight": 0.3394592928997333}, "who": {"man - straight": -0.11201397477000846, "man": 0.2522384495064998, "straight": 0.3642524242765083}, "will": {"man - straight": 0.011906805230634199, "man": 0.23009482092615438, "straight": 0.21818801569552018}, "with": {"man - straight": -0.042046562827650624, "man": 0.34169266421962796, "straight": 0.3837392270472786}, "woman": {"man - straight": 0.05719369857467477, "man": 0.39455548350611297, "straight": 0.3373617849314382}, "wonder": {"man - straight": -0.10153168504301188, "man": 0.23464859138683666, "straight": 0.33618027642984855}, "world": {"man - straight": -0.10352037266487243, "man": 0.20135255588520287, "straight": 0.3048729285500753}, "www": {"man - straight": 0.011741595415939665, "man": 0.2717714845501159, "straight": 0.26002988913417624}, "year": {"man - straight": 0.01160347017588248, "man": 0.29916108714569634, "straight": 0.28755761696981386}, "years": {"man - straight": -0.10449123399733842, "man": 0.18359183881842042, "straight": 0.28808307281575884}, "you": {"man - straight": -0.07655903568022956, "man": 0.2377612309121577, "straight": 0.31432026659238727}, "your": {"man - straight": 0.011897941394207606, "man": 0.23273684076545142, "straight": 0.22083889937124382}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-man-their.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-man-their.json new file mode 100644 index 0000000000000000000000000000000000000000..53420944534c657ef87d9cb59d8bf10d8660c210 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-man-their.json @@ -0,0 +1 @@ +{"01": {"man - their": 0.10779105907353576, "man": 0.2973549974633953, "their": 0.18956393838985952}, "1": {"man - their": 0.15770588867029445, "man": 0.2679214135403094, "their": 0.11021552487001496}, "10": {"man - their": 0.12901718887735233, "man": 0.28360352139069583, "their": 0.1545863325133435}, "11": {"man - their": 0.06778219280664521, "man": 0.21714436844583826, "their": 0.14936217563919305}, "12": {"man - their": 0.1119407798369689, "man": 0.22364052572376322, "their": 0.11169974588679432}, "15": {"man - their": 0.16548291222397082, "man": 0.27718265811076515, "their": 0.11169974588679432}, "17": {"man - their": 0.10987028845615865, "man": 0.26318170655977946, "their": 0.1533114181036208}, "18": {"man - their": 0.11114514716048282, "man": 0.2396577817113422, "their": 0.12851263455085937}, "2": {"man - their": 0.0038926503781933353, "man": 0.1486022987883279, "their": 0.14470964841013456}, "20": {"man - their": 0.0943130852428272, "man": 0.2610976362567721, "their": 0.16678455101394493}, "2010": {"man - their": 0.16315570952777372, "man": 0.3050823333639283, "their": 0.1419266238361546}, "2015": {"man - their": 0.10733548370453144, "man": 0.30429806715412305, "their": 0.1969625834495916}, "3": {"man - their": 0.11005163391515477, "man": 0.25542942934030666, "their": 0.1453777954251519}, "32": {"man - their": 0.16162577856503932, "man": 0.32177210052633626, "their": 0.16014632196129694}, "50": {"man - their": 0.06769557532402995, "man": 0.21964974075555993, "their": 0.15195416543152998}, "6": {"man - their": 0.15692173792297615, "man": 0.28360352139069583, "their": 0.1266817834677197}, "9": {"man - their": 0.06801637154339843, "man": 0.21025202792603426, "their": 0.14223565638263583}, "_": {"man - their": 0.1142768689340044, "man": 0.16733637876525329, "their": 0.05305950983124887}, "a": {"man - their": 0.10350611948804328, "man": 0.394082550595528, "their": 0.2905764311074847}, "about": {"man - their": -0.07780922532335688, "man": 0.20574727037311624, "their": 0.2835564956964731}, "according": {"man - their": 0.03963673629407244, "man": 0.23431588088831376, "their": 0.19467914459424132}, "act": {"man - their": 0.06723327265699602, "man": 0.23265127311656605, "their": 0.16541800045957003}, "african": {"man - their": 0.11141699722007646, "man": 0.23431588088831376, "their": 0.1228988836682373}, "after": {"man - their": 0.038413718511727174, "man": 0.24766591193361187, "their": 0.2092521934218847}, "afternoon": {"man - their": 0.06530768286203611, "man": 0.2814062261274951, "their": 0.216098543265459}, "again": {"man - their": -0.03309637851120381, "man": 0.1721967210976735, "their": 0.20529309960887732}, "against": {"man - their": 0.07261286302797504, "man": 0.28317485689847366, "their": 0.21056199387049862}, "aged": {"man - their": 0.06391522667103797, "man": 0.31261119269520415, "their": 0.2486959660241662}, "ages": {"man - their": 0.10969159583836635, "man": 0.26630272666862, "their": 0.15661113083025363}, "aggressive": {"man - their": 0.10677521122960129, "man": 0.31261119269520415, "their": 0.20583598146560286}, "ago": {"man - their": 0.044963928488455485, "man": 0.21074554706010803, "their": 0.16578161857165255}, "all": {"man - their": -0.02598017801176733, "man": 0.2601551760432657, "their": 0.28613535405503304}, "almost": {"man - their": 0.09446310582496148, "man": 0.25819552985432215, "their": 0.16373242402936067}, "along": {"man - their": 0.06805216529017644, "man": 0.20918266501293553, "their": 0.1411304997227591}, "alot": {"man - their": 0.1647837208795896, "man": 0.2859346151985566, "their": 0.12115089431896703}, "already": {"man - their": 0.09436415774861423, "man": 0.2601131405992128, "their": 0.16574898285059858}, "alright": {"man - their": 0.10733548370453144, "man": 0.30429806715412305, "their": 0.1969625834495916}, "always": {"man - their": 0.042351818737881214, "man": 0.26168212818628467, "their": 0.21933030944840345}, "am": {"man - their": 0.08647791900115218, "man": 0.2704685278610934, "their": 0.1839906088599412}, "american": {"man - their": 0.020195757291563338, "man": 0.17997868910062712, "their": 0.15978293180906378}, "americans": {"man - their": 0.03954546169997805, "man": 0.2378148121500867, "their": 0.19826935045010866}, "among": {"man - their": 0.06717253113578808, "man": 0.23431588088831376, "their": 0.16714334975252568}, "an": {"man - their": 0.10874061631239695, "man": 0.3118073633333409, "their": 0.20306674702094396}, "and": {"man - their": -0.0006762387063595776, "man": 0.3788076357599954, "their": 0.37948387446635495}, "angry": {"man - their": 0.06639311581467719, "man": 0.254877594461359, "their": 0.1884844786466818}, "another": {"man - their": 0.14007724186710088, "man": 0.29965270383875126, "their": 0.15957546197165037}, "anti": {"man - their": 0.06695554792853142, "man": 0.2615765535385675, "their": 0.1946210056100361}, "any": {"man - their": -0.018640883137581943, "man": 0.17161092555717214, "their": 0.19025180869475408}, "anyone": {"man - their": -0.025212683073884662, "man": 0.1951082341479919, "their": 0.22032091722187655}, "anything": {"man - their": -0.010271188725585662, "man": 0.1599949857732677, "their": 0.17026617449885337}, "anyway": {"man - their": 0.1119407798369689, "man": 0.22364052572376322, "their": 0.11169974588679432}, "anyways": {"man - their": 0.06510566493394587, "man": 0.2861132871052471, "their": 0.2210076221713012}, "apartment": {"man - their": 0.06606303737694949, "man": 0.26318170655977946, "their": 0.19711866918282997}, "ape": {"man - their": 0.11071923933071168, "man": 0.2477813263045458, "their": 0.13706208697383412}, "are": {"man - their": -0.11278049582858207, "man": 0.2316742971974336, "their": 0.34445479302601567}, "area": {"man - their": -0.022412234084269206, "man": 0.1581737219319172, "their": 0.1805859560161864}, "around": {"man - their": -0.02254559410609272, "man": 0.2191031989488727, "their": 0.24164879305496542}, "arrest": {"man - their": 0.1087950921381188, "man": 0.2814062261274951, "their": 0.1726111339893763}, "article": {"man - their": 0.0031902451259297193, "man": 0.21838257737766067, "their": 0.21519233225173096}, "as": {"man - their": 0.008708413057001319, "man": 0.2649406183048675, "their": 0.25623220524786616}, "ashamed": {"man - their": 0.03740133615417479, "man": 0.31261119269520415, "their": 0.27520985654102936}, "asian": {"man - their": 0.12872560262441102, "man": 0.2877053823770273, "their": 0.1589797797526163}, "asians": {"man - their": 0.04045859209451022, "man": 0.20129284409950468, "their": 0.16083425200499446}, "at": {"man - their": -0.022645411956415312, "man": 0.24390281688803997, "their": 0.2665482288444553}, "attack": {"man - their": 0.12901718887735233, "man": 0.28360352139069583, "their": 0.1545863325133435}, "attire": {"man - their": 0.10326220387135043, "man": 0.36011354969971, "their": 0.25685134582835956}, "auto": {"man - their": 0.10604948092382038, "man": 0.32303995157359194, "their": 0.21699047064977156}, "away": {"man - their": 0.05604763780814867, "man": 0.26783006158549755, "their": 0.21178242377734888}, "b": {"man - their": 0.019588694359557318, "man": 0.21714436844583826, "their": 0.19755567408628094}, "back": {"man - their": 0.01376692456775322, "man": 0.2323349239564345, "their": 0.2185679993886813}, "bad": {"man - their": -0.042691583535823724, "man": 0.16944940797946575, "their": 0.21214099151528948}, "balls": {"man - their": 0.10817440160902528, "man": 0.2913756775094773, "their": 0.18320127590045202}, "band": {"man - their": 0.11256108017741143, "man": 0.21025202792603426, "their": 0.09769094774862283}, "bank": {"man - their": 0.10905350404922443, "man": 0.27714270679142894, "their": 0.1680892027422045}, "bar": {"man - their": 0.11123967218828915, "man": 0.2378148121500867, "their": 0.12657513996179756}, "be": {"man - their": -0.0265852154487633, "man": 0.2391817859156959, "their": 0.2657670013644592}, "beast": {"man - their": 0.06530768286203611, "man": 0.2814062261274951, "their": 0.216098543265459}, "beat": {"man - their": 0.12644578553869693, "man": 0.3177624856683398, "their": 0.19131670012964289}, "beaten": {"man - their": 0.19581115775157984, "man": 0.3403539309135119, "their": 0.14454277316193206}, "beautiful": {"man - their": 0.11321048075982679, "man": 0.19518900274874781, "their": 0.08197852198892103}, "because": {"man - their": -0.020453077679284948, "man": 0.2741259699445392, "their": 0.29457904762382414}, "bedroom": {"man - their": 0.10779105907353576, "man": 0.2973549974633953, "their": 0.18956393838985952}, "been": {"man - their": 0.07780543253650882, "man": 0.2959424613155353, "their": 0.2181370287790265}, "being": {"man - their": 0.009826361209722662, "man": 0.23182032429932597, "their": 0.2219939630896033}, "best": {"man - their": -0.02242340541522833, "man": 0.18532116331123394, "their": 0.20774456872646227}, "better": {"man - their": -0.010366330675775692, "man": 0.17809207035919006, "their": 0.18845840103496575}, "between": {"man - their": 0.20066975327199693, "man": 0.29401679413338433, "their": 0.09334704086138741}, "big": {"man - their": 0.05828053102350636, "man": 0.2334138313347398, "their": 0.17513330031123345}, "black": {"man - their": 0.1421583525541246, "man": 0.39074284619167504, "their": 0.24858449363755045}, "blacks": {"man - their": 0.0395525216025826, "man": 0.3168861334131326, "their": 0.27733361181055}, "blame": {"man - their": 0.06580005941857353, "man": 0.26964411952039613, "their": 0.2038440601018226}, "body": {"man - their": 0.11141699722007646, "man": 0.23431588088831376, "their": 0.1228988836682373}, "boy": {"man - their": 0.04043647666989769, "man": 0.20222070640216488, "their": 0.1617842297322672}, "boys": {"man - their": 0.0029537365036391705, "man": 0.24355644748087787, "their": 0.2406027109772387}, "brave": {"man - their": 0.15895607960831876, "man": 0.3485200179981783, "their": 0.18956393838985952}, "breed": {"man - their": 0.06649000177110478, "man": 0.25239712957428706, "their": 0.18590712780318228}, "brings": {"man - their": 0.10779105907353576, "man": 0.2973549974633953, "their": 0.18956393838985952}, "broadcast": {"man - their": 0.06697522271656894, "man": 0.2396577817113422, "their": 0.17268255899477325}, "brother": {"man - their": 0.16578383765559856, "man": 0.2733036481958138, "their": 0.10751981054021524}, "brown": {"man - their": 0.15570205695005726, "man": 0.2934370853490064, "their": 0.13773502839894916}, "btw": {"man - their": 0.06658151341042381, "man": 0.2500355639865137, "their": 0.1834540505760899}, "built": {"man - their": 0.019298408050755222, "man": 0.23431588088831376, "their": 0.21501747283755854}, "bus": {"man - their": 0.22248042363802095, "man": 0.34718593706969536, "their": 0.1247055134316744}, "but": {"man - their": -0.03757727175515885, "man": 0.22760782351589348, "their": 0.26518509527105233}, "by": {"man - their": 0.03633873392413228, "man": 0.30471461256087484, "their": 0.26837587863674256}, "ca": {"man - their": 0.05836218035621493, "man": 0.23101883794568878, "their": 0.17265665758947385}, "called": {"man - their": -0.010426364368605334, "man": 0.19119403390763098, "their": 0.20162039827623632}, "came": {"man - their": 0.0924969478465025, "man": 0.2715451449943732, "their": 0.1790481971478707}, "camera": {"man - their": 0.10905350404922443, "man": 0.27714270679142894, "their": 0.1680892027422045}, "can": {"man - their": -0.04967164194989329, "man": 0.21237180847494444, "their": 0.26204345042483773}, "canada": {"man - their": 0.12303281689820773, "man": 0.2455942643253848, "their": 0.12256144742717708}, "car": {"man - their": 0.12644578553869693, "man": 0.3177624856683398, "their": 0.19131670012964289}, "careful": {"man - their": 0.16092912777531898, "man": 0.3290183305175235, "their": 0.1680892027422045}, "case": {"man - their": 0.07314269411015556, "man": 0.274565108272748, "their": 0.20142241416259243}, "cause": {"man - their": 0.10799378606595628, "man": 0.28943546745888943, "their": 0.18144168139293315}, "centre": {"man - their": 0.0656513282749642, "man": 0.2732420658933597, "their": 0.2075907376183955}, "certain": {"man - their": 0.11083379235784685, "man": 0.2456244844309026, "their": 0.13479069207305575}, "change": {"man - their": 0.019588694359557318, "man": 0.21714436844583826, "their": 0.19755567408628094}, "charge": {"man - their": 0.0662902043808461, "man": 0.257490555772244, "their": 0.1912003513913979}, "check": {"man - their": 0.11363536130993324, "man": 0.1846265428298412, "their": 0.07099118151990796}, "child": {"man - their": 0.020028028562308037, "man": 0.1904269528504495, "their": 0.17039892428814146}, "chinese": {"man - their": 0.07261016198071715, "man": 0.2859346151985566, "their": 0.21332445321783947}, "choice": {"man - their": 0.06510566493394587, "man": 0.2861132871052471, "their": 0.2210076221713012}, "citizens": {"man - their": 0.10850490714974378, "man": 0.2861132871052471, "their": 0.1776083799555033}, "city": {"man - their": 0.07503427067583202, "man": 0.23043484145805082, "their": 0.1554005707822188}, "class": {"man - their": 0.04026873979817175, "man": 0.20918266501293553, "their": 0.16891392521476378}, "color": {"man - their": 0.1291268303992433, "man": 0.28204390999464707, "their": 0.15291707959540377}, "com": {"man - their": 0.08781960368615882, "man": 0.2437669391441822, "their": 0.1559473354580234}, "come": {"man - their": 0.0036794699517141427, "man": 0.20908075724035513, "their": 0.205401287288641}, "comes": {"man - their": 0.040216057896819285, "man": 0.2113424373343077, "their": 0.1711263794374884}, "coming": {"man - their": 0.019990275749194902, "man": 0.1927591721531219, "their": 0.172768896403927}, "completely": {"man - their": 0.06649000177110478, "man": 0.25239712957428706, "their": 0.18590712780318228}, "confused": {"man - their": 0.10733548370453144, "man": 0.30429806715412305, "their": 0.1969625834495916}, "constantly": {"man - their": 0.10779105907353576, "man": 0.2973549974633953, "their": 0.18956393838985952}, "content": {"man - their": 0.10779105907353576, "man": 0.2973549974633953, "their": 0.18956393838985952}, "cop": {"man - their": 0.11033482129942693, "man": 0.254877594461359, "their": 0.14454277316193206}, "corner": {"man - their": 0.10733548370453144, "man": 0.30429806715412305, "their": 0.1969625834495916}, "could": {"man - their": 0.016475522828035077, "man": 0.22395983954796794, "their": 0.20748431671993287}, "country": {"man - their": -0.07074230590928327, "man": 0.19543994570246437, "their": 0.26618225161174763}, "couple": {"man - their": 0.003470931397449889, "man": 0.18966981220312798, "their": 0.1861988808056781}, "court": {"man - their": 0.11047050573813247, "man": 0.25239712957428706, "their": 0.1419266238361546}, "creatures": {"man - their": 0.03867814985029441, "man": 0.26964411952039613, "their": 0.23096596967010172}, "crime": {"man - their": 0.13455967984999012, "man": 0.29836720484347357, "their": 0.16380752499348344}, "culture": {"man - their": -0.0908390456557018, "man": 0.196867630223957, "their": 0.2877066758796588}, "cute": {"man - their": 0.10779105907353576, "man": 0.2973549974633953, "their": 0.18956393838985952}, "d": {"man - their": 0.05882980172909666, "man": 0.2169462633989091, "their": 0.15811646166981244}, "daily": {"man - their": 0.06530768286203611, "man": 0.2814062261274951, "their": 0.216098543265459}, "dark": {"man - their": 0.12179319700376945, "man": 0.2663058180806017, "their": 0.14451262107683227}, "dating": {"man - their": 0.1497102692616957, "man": 0.36136476655318456, "their": 0.21165449729148886}, "daughter": {"man - their": 0.03933883161353577, "man": 0.2456244844309026, "their": 0.20628565281736683}, "day": {"man - their": 0.09660136251032952, "man": 0.28133294293797545, "their": 0.18473158042764593}, "daylight": {"man - their": 0.10502228096052216, "man": 0.3372124111225044, "their": 0.23219013016198223}, "dead": {"man - their": 0.019524939097141675, "man": 0.2209473532597341, "their": 0.20142241416259243}, "death": {"man - their": 0.1824261868836416, "man": 0.3074253755803786, "their": 0.124999188696737}, "deceased": {"man - their": 0.10502228096052216, "man": 0.3372124111225044, "their": 0.23219013016198223}, "decide": {"man - their": 0.03857591067346808, "man": 0.2732420658933597, "their": 0.23466615521989162}, "denied": {"man - their": 0.10733548370453144, "man": 0.30429806715412305, "their": 0.1969625834495916}, "departments": {"man - their": 0.06391522667103797, "man": 0.31261119269520415, "their": 0.2486959660241662}, "did": {"man - their": 0.08054893642697933, "man": 0.22761552395587717, "their": 0.14706658752889784}, "dirty": {"man - their": 0.03997806538521825, "man": 0.2209473532597341, "their": 0.18096928787451586}, "disagree": {"man - their": 0.10779105907353576, "man": 0.2973549974633953, "their": 0.18956393838985952}, "distance": {"man - their": 0.10850490714974378, "man": 0.2861132871052471, "their": 0.1776083799555033}, "dna": {"man - their": 0.11083379235784685, "man": 0.2456244844309026, "their": 0.13479069207305575}, "do": {"man - their": -0.055855705423839774, "man": 0.2209385979667487, "their": 0.27679430339058847}, "does": {"man - their": 0.022034301151737906, "man": 0.21202360088849984, "their": 0.18998929973676193}, "dog": {"man - their": 0.1984605482535477, "man": 0.31627612219846707, "their": 0.11781557394491937}, "don": {"man - their": 0.040216057896819285, "man": 0.2113424373343077, "their": 0.1711263794374884}, "done": {"man - their": 0.019950821295610988, "man": 0.19518900274874781, "their": 0.17523818145313683}, "dont": {"man - their": 0.030654639755430257, "man": 0.23667625433989842, "their": 0.20602161458446816}, "down": {"man - their": 0.0037891946329658144, "man": 0.22395983954796794, "their": 0.22017064491500213}, "dress": {"man - their": 0.03857591067346808, "man": 0.2732420658933597, "their": 0.23466615521989162}, "drink": {"man - their": 0.03939393871427993, "man": 0.24355644748087787, "their": 0.20416250876659794}, "dropped": {"man - their": 0.10677521122960129, "man": 0.31261119269520415, "their": 0.20583598146560286}, "dumb": {"man - their": 0.03983831088227141, "man": 0.2264767437141337, "their": 0.1866384328318623}, "duty": {"man - their": 0.10969159583836635, "man": 0.26630272666862, "their": 0.15661113083025363}, "e": {"man - their": 0.06805216529017644, "man": 0.20918266501293553, "their": 0.1411304997227591}, "early": {"man - their": 0.03963673629407244, "man": 0.23431588088831376, "their": 0.19467914459424132}, "eating": {"man - their": 0.09223398737316535, "man": 0.2985196401905322, "their": 0.20628565281736683}, "either": {"man - their": 0.0032685442206092374, "man": 0.21025202792603426, "their": 0.20698348370542502}, "elderly": {"man - their": 0.06429844003488794, "man": 0.30429806715412305, "their": 0.23999962711923511}, "encourage": {"man - their": 0.10905350404922443, "man": 0.27714270679142894, "their": 0.1680892027422045}, "end": {"man - their": 0.06839868436374091, "man": 0.19859679976162908, "their": 0.13019811539788817}, "english": {"man - their": -0.051272023603627315, "man": 0.1793432229813598, "their": 0.2306152465849871}, "enough": {"man - their": 0.07465345223578829, "man": 0.23986433590769832, "their": 0.16521088367191003}, "especially": {"man - their": 0.11187360479819966, "man": 0.22503973948300154, "their": 0.11316613468480188}, "even": {"man - their": -0.09694954257549007, "man": 0.1847151695660366, "their": 0.28166471214152666}, "ever": {"man - their": -0.010208782974057362, "man": 0.14938049841788315, "their": 0.1595892813919405}, "every": {"man - their": 0.024831351225488407, "man": 0.27132993357451474, "their": 0.24649858234902633}, "everybody": {"man - their": 0.10949779755909919, "man": 0.26964411952039613, "their": 0.16014632196129694}, "everyone": {"man - their": 0.020052323873012257, "man": 0.18892233847551637, "their": 0.16887001460250411}, "evil": {"man - their": -0.010571559015792681, "man": 0.23431588088831376, "their": 0.24488743990410644}, "exactly": {"man - their": 0.0401030491062557, "man": 0.21593372881686687, "their": 0.17583067971061117}, "example": {"man - their": 0.11187360479819966, "man": 0.22503973948300154, "their": 0.11316613468480188}, "exception": {"man - their": 0.10604948092382038, "man": 0.32303995157359194, "their": 0.21699047064977156}, "explain": {"man - their": 0.11047050573813247, "man": 0.25239712957428706, "their": 0.1419266238361546}, "exposed": {"man - their": 0.10733548370453144, "man": 0.30429806715412305, "their": 0.1969625834495916}, "eyes": {"man - their": 0.04684744653243722, "man": 0.25740944040293584, "their": 0.21056199387049862}, "f": {"man - their": 0.16548291222397082, "man": 0.27718265811076515, "their": 0.11169974588679432}, "face": {"man - their": -0.01049669680937812, "man": 0.20918266501293553, "their": 0.21967936182231365}, "facebook": {"man - their": 0.039446613850644574, "man": 0.24156973280375127, "their": 0.2021231189531067}, "faces": {"man - their": -0.03242407242033024, "man": 0.257490555772244, "their": 0.28991462819257424}, "family": {"man - their": -0.0103633254222249, "man": 0.17747609283103594, "their": 0.18783941825326084}, "famous": {"man - their": 0.10949779755909919, "man": 0.26964411952039613, "their": 0.16014632196129694}, "far": {"man - their": 0.04096531849704638, "man": 0.1793432229813598, "their": 0.13837790448431342}, "fed": {"man - their": 0.06658151341042381, "man": 0.2500355639865137, "their": 0.1834540505760899}, "fellow": {"man - their": 0.11019036122206377, "man": 0.257490555772244, "their": 0.14730019455018023}, "few": {"man - their": -0.011629142475491017, "man": 0.17496780837092069, "their": 0.1865969508464117}, "fight": {"man - their": 0.020028028562308037, "man": 0.1904269528504495, "their": 0.17039892428814146}, "find": {"man - their": 0.016423200861833104, "man": 0.22699197780960864, "their": 0.21056877694777554}, "first": {"man - their": 0.04762730909334342, "man": 0.23283053186352165, "their": 0.18520322277017823}, "five": {"man - their": 0.019268992622990144, "man": 0.23603569974579386, "their": 0.21676670712280371}, "flee": {"man - their": 0.10604948092382038, "man": 0.32303995157359194, "their": 0.21699047064977156}, "folklore": {"man - their": 0.10502228096052216, "man": 0.3372124111225044, "their": 0.23219013016198223}, "footage": {"man - their": 0.15824620043784549, "man": 0.3552087838874371, "their": 0.1969625834495916}, "for": {"man - their": 0.029569366796281416, "man": 0.3315592361261139, "their": 0.30198986932983246}, "force": {"man - their": 0.07624348473898804, "man": 0.31627612219846707, "their": 0.24003263745947903}, "foreign": {"man - their": 0.11059837454286087, "man": 0.2500355639865137, "their": 0.13943718944365285}, "foreigners": {"man - their": 0.16193006000288618, "man": 0.3185411908331398, "their": 0.15661113083025363}, "forum": {"man - their": 0.0037026390638891238, "man": 0.16681918866147613, "their": 0.163116549597587}, "fought": {"man - their": 0.06510566493394587, "man": 0.2861132871052471, "their": 0.2210076221713012}, "found": {"man - their": -0.010317055280704812, "man": 0.16838387685803424, "their": 0.17870093213873905}, "free": {"man - their": 0.020419743391552808, "man": 0.1657975388167047, "their": 0.1453777954251519}, "french": {"man - their": 0.06801637154339843, "man": 0.21025202792603426, "their": 0.14223565638263583}, "friday": {"man - their": 0.21907642720805942, "man": 0.37238784531168023, "their": 0.1533114181036208}, "friend": {"man - their": 0.16669497079902296, "man": 0.2610976362567721, "their": 0.09440266545774918}, "friends": {"man - their": -0.04267395268888824, "man": 0.17163734670417444, "their": 0.21431129939306268}, "from": {"man - their": 0.023668003042743108, "man": 0.2701398809080304, "their": 0.24647187786528732}, "front": {"man - their": -0.022411783641173966, "man": 0.1977256929881952, "their": 0.22013747662936917}, "full": {"man - their": 0.1286640028707457, "man": 0.2885636122100561, "their": 0.1598996093393104}, "fun": {"man - their": 0.197231394161102, "man": 0.32775486298132445, "their": 0.13052346882022245}, "future": {"man - their": 0.05746839314948801, "man": 0.2563422947715735, "their": 0.19887390162208549}, "gang": {"man - their": 0.19608127981276477, "man": 0.33800790364891936, "their": 0.1419266238361546}, "gave": {"man - their": 0.06717253113578808, "man": 0.23431588088831376, "their": 0.16714334975252568}, "gay": {"man - their": 0.06755595752862198, "man": 0.22364052572376322, "their": 0.15608456819514124}, "genetic": {"man - their": 0.11071923933071168, "man": 0.2477813263045458, "their": 0.13706208697383412}, "genocide": {"man - their": 0.0401030491062557, "man": 0.21593372881686687, "their": 0.17583067971061117}, "get": {"man - their": -0.03883957676398242, "man": 0.21703716365462555, "their": 0.255876740418608}, "gets": {"man - their": 0.04029422115719769, "man": 0.20813349402606912, "their": 0.16783927286887143}, "getting": {"man - their": -0.010443192269029317, "man": 0.19518900274874781, "their": 0.20563219501777713}, "ghost": {"man - their": 0.10779105907353576, "man": 0.2973549974633953, "their": 0.18956393838985952}, "girl": {"man - their": 0.07883099501919422, "man": 0.2660576579055942, "their": 0.1872266628864}, "girls": {"man - their": 0.01182568614468188, "man": 0.2511261608918414, "their": 0.23930047474715954}, "give": {"man - their": -0.06665782383535407, "man": 0.17448679504681713, "their": 0.2411446188821712}, "glad": {"man - their": 0.11158057590672087, "man": 0.23103820921472834, "their": 0.11945763330800747}, "go": {"man - their": 0.024807081047310414, "man": 0.2229061884830973, "their": 0.19809910743578688}, "god": {"man - their": -0.05133418611825344, "man": 0.17448679504681713, "their": 0.22582098116507057}, "goes": {"man - their": 0.16690363663539987, "man": 0.25819552985432215, "their": 0.09129189321892227}, "going": {"man - their": 0.049661210959271035, "man": 0.2510771420929807, "their": 0.20141593113370967}, "gone": {"man - their": 0.11224682938686763, "man": 0.21714436844583826, "their": 0.10489753905897063}, "gonna": {"man - their": 0.11083379235784685, "man": 0.2456244844309026, "their": 0.13479069207305575}, "good": {"man - their": -0.04418574537551931, "man": 0.18446529145131924, "their": 0.22865103682683854}, "got": {"man - their": 0.08178973396230357, "man": 0.286613884165787, "their": 0.2048241502034834}, "grateful": {"man - their": 0.06429844003488794, "man": 0.30429806715412305, "their": 0.23999962711923511}, "great": {"man - their": 0.03091339040424454, "man": 0.22576235026158498, "their": 0.19484895985734044}, "greece": {"man - their": 0.10949779755909919, "man": 0.26964411952039613, "their": 0.16014632196129694}, "group": {"man - their": -0.010339778455696252, "man": 0.1727612479306629, "their": 0.18310102638635914}, "grow": {"man - their": 0.07228281369595735, "man": 0.29273375767151416, "their": 0.2204509439755568}, "gun": {"man - their": 0.16654764823375645, "man": 0.2631214402474166, "their": 0.09657379201366019}, "guy": {"man - their": 0.11854304393450826, "man": 0.2899979514644913, "their": 0.17145490752998305}, "guys": {"man - their": 0.0033468047800793987, "man": 0.20222070640216488, "their": 0.19887390162208549}, "had": {"man - their": -0.013526557786875032, "man": 0.2284097164251913, "their": 0.24193627421206634}, "hair": {"man - their": 0.04434757201715392, "man": 0.23280597305211967, "their": 0.18845840103496575}, "half": {"man - their": 0.06870297623800146, "man": 0.18892233847551637, "their": 0.1202193622375149}, "hall": {"man - their": 0.16092912777531898, "man": 0.3290183305175235, "their": 0.1680892027422045}, "hand": {"man - their": 0.0032137298197302544, "man": 0.21593372881686687, "their": 0.21271999899713662}, "handed": {"man - their": 0.038047621459109116, "man": 0.2913756775094773, "their": 0.2533280560503682}, "happened": {"man - their": 0.11212993021534469, "man": 0.21964974075555993, "their": 0.10751981054021524}, "hard": {"man - their": 0.09505866595401188, "man": 0.24635236737512536, "their": 0.15129370142111348}, "has": {"man - their": 0.0684402628746095, "man": 0.2995439743638881, "their": 0.23110371148927858}, "hate": {"man - their": 0.003675592345473766, "man": 0.16944940797946575, "their": 0.165773815633992}, "hated": {"man - their": 0.1605245090759975, "man": 0.3331356430653738, "their": 0.1726111339893763}, "have": {"man - their": -0.08807723796397601, "man": 0.2238840501621546, "their": 0.3119612881261306}, "he": {"man - their": 0.20226647244791252, "man": 0.30846188811506736, "their": 0.10619541566715486}, "head": {"man - their": 0.019703466255220375, "man": 0.21025202792603426, "their": 0.19054856167081388}, "heard": {"man - their": 0.03242457891708997, "man": 0.22704558452712606, "their": 0.1946210056100361}, "hell": {"man - their": 0.09546958921972556, "man": 0.23785362915461628, "their": 0.1423840399348907}, "her": {"man - their": 0.10615596988772608, "man": 0.2510615076621747, "their": 0.14490553777444865}, "here": {"man - their": 0.0351457509671039, "man": 0.23738699560818383, "their": 0.20224124464107993}, "hero": {"man - their": 0.10850490714974378, "man": 0.2861132871052471, "their": 0.1776083799555033}, "hi": {"man - their": 0.15692173792297615, "man": 0.28360352139069583, "their": 0.1266817834677197}, "high": {"man - their": 0.02020588462571754, "man": 0.1793432229813598, "their": 0.15913733835564225}, "him": {"man - their": 0.2257977039256413, "man": 0.3289442613249828, "their": 0.10314655739934146}, "his": {"man - their": 0.18700092453482342, "man": 0.33550602817777087, "their": 0.14850510364294744}, "hitler": {"man - their": 0.16372894811747643, "man": 0.2985196401905322, "their": 0.13479069207305575}, "hold": {"man - their": 0.06639311581467719, "man": 0.254877594461359, "their": 0.1884844786466818}, "home": {"man - their": -0.07057428987159936, "man": 0.20208486134420167, "their": 0.27265915121580103}, "honor": {"man - their": 0.10949779755909919, "man": 0.26964411952039613, "their": 0.16014632196129694}, "honour": {"man - their": 0.06606303737694949, "man": 0.26318170655977946, "their": 0.19711866918282997}, "hope": {"man - their": -0.03317683895644488, "man": 0.14268919523672047, "their": 0.17586603419316535}, "house": {"man - their": 0.020254859173238243, "man": 0.17626264392702234, "their": 0.1560077847537841}, "how": {"man - their": -0.10116691284578586, "man": 0.15899204168445405, "their": 0.2601589545302399}, "http": {"man - their": 0.057669656741187264, "man": 0.23697506466160703, "their": 0.17930540792041977}, "https": {"man - their": 0.12463595757688829, "man": 0.21556474782291604, "their": 0.09092879024602775}, "human": {"man - their": 0.0193542963744312, "man": 0.23103820921472834, "their": 0.21168391284029714}, "humans": {"man - their": 0.039281058339257685, "man": 0.2477813263045458, "their": 0.20850026796528812}, "humor": {"man - their": 0.15624774671678154, "man": 0.3732382173665531, "their": 0.21699047064977156}, "i": {"man - their": 0.02846338583432062, "man": 0.29556746326480704, "their": 0.2671040774304864}, "id": {"man - their": 0.11158057590672087, "man": 0.23103820921472834, "their": 0.11945763330800747}, "if": {"man - their": -0.0486319943112106, "man": 0.20557654143520585, "their": 0.25420853574641644}, "immigrants": {"man - their": -0.02236188337218481, "man": 0.2209473532597341, "their": 0.24330923663191892}, "in": {"man - their": 0.024830352542452472, "man": 0.37034918160491037, "their": 0.3455188290624579}, "indeed": {"man - their": 0.11165780832694705, "man": 0.22947338227186642, "their": 0.11781557394491937}, "influenced": {"man - their": 0.10502228096052216, "man": 0.3372124111225044, "their": 0.23219013016198223}, "injury": {"man - their": 0.10604948092382038, "man": 0.32303995157359194, "their": 0.21699047064977156}, "intelligent": {"man - their": 0.17591723228723866, "man": 0.36711758367863656, "their": 0.1912003513913979}, "into": {"man - their": -0.10366652074931773, "man": 0.1298651461916134, "their": 0.23353166694093114}, "invasion": {"man - their": 0.10733548370453144, "man": 0.30429806715412305, "their": 0.1969625834495916}, "irish": {"man - their": -0.03312224072868056, "man": 0.1652929303205937, "their": 0.19841517104927425}, "is": {"man - their": 0.006058255902532728, "man": 0.30583862033721565, "their": 0.2997803644346829}, "it": {"man - their": -0.0178341576974837, "man": 0.2690486981732047, "their": 0.2868828558706884}, "its": {"man - their": -0.051783998596967584, "man": 0.12700580228879424, "their": 0.17878980088576182}, "jail": {"man - their": 0.11059837454286087, "man": 0.2500355639865137, "their": 0.13943718944365285}, "job": {"man - their": 0.0032890995955275615, "man": 0.20813349402606912, "their": 0.20484439443054156}, "jpg": {"man - their": 0.11934049379325304, "man": 0.30279454436934294, "their": 0.1834540505760899}, "jumped": {"man - their": 0.1087950921381188, "man": 0.2814062261274951, "their": 0.1726111339893763}, "just": {"man - their": -0.006082309863358615, "man": 0.2434112170903482, "their": 0.2494935269537068}, "k": {"man - their": 0.06697522271656894, "man": 0.2396577817113422, "their": 0.17268255899477325}, "kick": {"man - their": 0.06666820192818743, "man": 0.2477813263045458, "their": 0.18111312437635838}, "kicked": {"man - their": 0.10817440160902528, "man": 0.2913756775094773, "their": 0.18320127590045202}, "kid": {"man - their": 0.043857631730598756, "man": 0.2494898267483759, "their": 0.20563219501777713}, "kill": {"man - their": 0.09352515909675013, "man": 0.2758575489012302, "their": 0.18233238980448008}, "killed": {"man - their": 0.15498114605595123, "man": 0.3069353114874812, "their": 0.15195416543152998}, "killing": {"man - their": 0.1538762209274663, "man": 0.31929422138703634, "their": 0.16541800045957003}, "kin": {"man - their": 0.10604948092382038, "man": 0.32303995157359194, "their": 0.21699047064977156}, "kiss": {"man - their": 0.10905350404922443, "man": 0.27714270679142894, "their": 0.1680892027422045}, "knackers": {"man - their": 0.10502228096052216, "man": 0.3372124111225044, "their": 0.23219013016198223}, "knife": {"man - their": 0.0659366998844563, "man": 0.26630272666862, "their": 0.20036602678416368}, "know": {"man - their": -0.0909080627416087, "man": 0.1587962067735355, "their": 0.2497042695151442}, "l": {"man - their": 0.11141699722007646, "man": 0.23431588088831376, "their": 0.1228988836682373}, "ladies": {"man - their": 0.1087950921381188, "man": 0.2814062261274951, "their": 0.1726111339893763}, "large": {"man - their": 0.06717253113578808, "man": 0.23431588088831376, "their": 0.16714334975252568}, "last": {"man - their": 0.08352818293766448, "man": 0.25696835542463975, "their": 0.17344017248697527}, "laughing": {"man - their": 0.03877233422093626, "man": 0.26630272666862, "their": 0.22753039244768372}, "lead": {"man - their": 0.0662902043808461, "man": 0.257490555772244, "their": 0.1912003513913979}, "learn": {"man - their": -0.04233915909394584, "man": 0.2050993429060553, "their": 0.24743850200000114}, "least": {"man - their": -0.010423054231791545, "man": 0.1904269528504495, "their": 0.20085000708224104}, "leave": {"man - their": -0.01049297874088051, "man": 0.20813349402606912, "their": 0.21862647276694963}, "led": {"man - their": 0.10850490714974378, "man": 0.2861132871052471, "their": 0.1776083799555033}, "left": {"man - their": -0.022424320436995576, "man": 0.18326121938496884, "their": 0.2056855398219644}, "let": {"man - their": -0.03129068177981997, "man": 0.20626850588469678, "their": 0.23755918766451675}, "lies": {"man - their": 0.06639311581467719, "man": 0.254877594461359, "their": 0.1884844786466818}, "life": {"man - their": -0.0425901025685157, "man": 0.1812701674482487, "their": 0.2238602700167644}, "like": {"man - their": 0.09927038033170635, "man": 0.34745687020368005, "their": 0.2481864898719737}, "listen": {"man - their": 0.03994464129814232, "man": 0.2222770311026224, "their": 0.18233238980448008}, "little": {"man - their": -0.03125867707546415, "man": 0.21202360088849984, "their": 0.24328227796396398}, "live": {"man - their": 0.03313583662776576, "man": 0.1957733385489826, "their": 0.16263750192121684}, "lived": {"man - their": 0.11180415210129929, "man": 0.2264767437141337, "their": 0.11467259161283441}, "lives": {"man - their": -0.05806790183244545, "man": 0.23431588088831376, "their": 0.2923837827207592}, "living": {"man - their": 0.12943490854769754, "man": 0.27760919329392897, "their": 0.14817428474623143}, "local": {"man - their": 0.0032685442206092374, "man": 0.21025202792603426, "their": 0.20698348370542502}, "lol": {"man - their": 0.1676719384410587, "man": 0.24712066676245759, "their": 0.07944872832139888}, "look": {"man - their": 0.0037544852320342825, "man": 0.22699197780960864, "their": 0.22323749257757436}, "looking": {"man - their": 0.0736819802959934, "man": 0.2602994612723082, "their": 0.18661748097631478}, "looks": {"man - their": 0.05817268490574934, "man": 0.2365505654754853, "their": 0.17837788056973597}, "lost": {"man - their": 0.03963673629407244, "man": 0.23431588088831376, "their": 0.19467914459424132}, "love": {"man - their": 0.058342129908909635, "man": 0.2316086079124438, "their": 0.17326647800353417}, "luck": {"man - their": 0.11158057590672087, "man": 0.23103820921472834, "their": 0.11945763330800747}, "m": {"man - their": 0.14789955098664218, "man": 0.31836584413025243, "their": 0.17046629314361025}, "machete": {"man - their": 0.10604948092382038, "man": 0.32303995157359194, "their": 0.21699047064977156}, "made": {"man - their": 0.1237435100729836, "man": 0.23280597305211967, "their": 0.10906246297913606}, "mail": {"man - their": 0.15358024451636987, "man": 0.32250653973165005, "their": 0.1689262952152802}, "make": {"man - their": -0.022531868007353323, "man": 0.2279295332447571, "their": 0.2504614012521104}, "makes": {"man - their": 0.02948524245650519, "man": 0.28360352139069583, "their": 0.25411827893419064}, "man": {"man - their": 0.5551297174983756, "man": 0.6887877632484933, "their": 0.13365804575011772}, "mannerisms": {"man - their": 0.06272883933108503, "man": 0.3372124111225044, "their": 0.27448357179141936}, "many": {"man - their": -0.08300530703326545, "man": 0.1790141984109407, "their": 0.26201950544420616}, "march": {"man - their": 0.16623051650055515, "man": 0.2674103918451607, "their": 0.10117987534460554}, "mark": {"man - their": 0.10928623910201118, "man": 0.2732420658933597, "their": 0.1639558267913485}, "mate": {"man - their": 0.11059837454286087, "man": 0.2500355639865137, "their": 0.13943718944365285}, "may": {"man - their": 0.058259496468259925, "man": 0.23402798971407962, "their": 0.1757684932458197}, "maybe": {"man - their": -0.0803598060034931, "man": 0.15684124689330617, "their": 0.23720105289679927}, "me": {"man - their": 0.09768999719505739, "man": 0.2709313523059677, "their": 0.17324135511091032}, "media": {"man - their": -0.02241057379027664, "man": 0.19859679976162908, "their": 0.22100737355190572}, "meet": {"man - their": 0.15770385142590077, "man": 0.27349609071816305, "their": 0.1157922392922623}, "men": {"man - their": 0.1756127693321118, "man": 0.3208223734443642, "their": 0.1452096041122524}, "mess": {"man - their": 0.03901719449786728, "man": 0.257490555772244, "their": 0.21847336127437672}, "met": {"man - their": 0.06682892682990454, "man": 0.24355644748087787, "their": 0.17672752065097333}, "miles": {"man - their": 0.11019036122206377, "man": 0.257490555772244, "their": 0.14730019455018023}, "money": {"man - their": -0.051246530719727956, "man": 0.1812701674482487, "their": 0.23251669816797665}, "monkey": {"man - their": 0.018681666988598855, "man": 0.26964411952039613, "their": 0.2509624525317973}, "month": {"man - their": 0.16578383765559856, "man": 0.2733036481958138, "their": 0.10751981054021524}, "more": {"man - their": 0.06530743443926726, "man": 0.2976759238705927, "their": 0.23236848943132546}, "most": {"man - their": -0.027087531772347018, "man": 0.23082561820130532, "their": 0.25791314997365233}, "mother": {"man - their": 0.00332818199296267, "man": 0.2041233745159493, "their": 0.20079519252298664}, "move": {"man - their": 0.04048029674945264, "man": 0.20037990608876305, "their": 0.1598996093393104}, "moved": {"man - their": 0.019567969754791026, "man": 0.21838257737766067, "their": 0.19881460762286965}, "movement": {"man - their": 0.11133018631411946, "man": 0.23603569974579386, "their": 0.1247055134316744}, "much": {"man - their": -0.03712901533489646, "man": 0.19610843134921724, "their": 0.2332374466841137}, "murder": {"man - their": 0.22504597552190858, "man": 0.3262258508665141, "their": 0.10117987534460554}, "murdered": {"man - their": 0.16294187939362284, "man": 0.3074846525555549, "their": 0.14454277316193206}, "my": {"man - their": 0.041895376947546054, "man": 0.23156718464161558, "their": 0.18967180769406952}, "n": {"man - their": 0.015237569358107217, "man": 0.2727314929275669, "their": 0.25749392356945966}, "name": {"man - their": 0.012129803512834575, "man": 0.23043484145805082, "their": 0.21830503794521625}, "names": {"man - their": 0.03894100986450441, "man": 0.2602521447364221, "their": 0.2213111348719177}, "national": {"man - their": 0.056783494523779454, "man": 0.274565108272748, "their": 0.21778161374896854}, "nationalism": {"man - their": 0.03939393871427993, "man": 0.24355644748087787, "their": 0.20416250876659794}, "natives": {"man - their": 0.06510566493394587, "man": 0.2861132871052471, "their": 0.2210076221713012}, "nature": {"man - their": 0.06682892682990454, "man": 0.24355644748087787, "their": 0.17672752065097333}, "need": {"man - their": -0.04268642634830025, "man": 0.18880088858246877, "their": 0.23148731493076902}, "negro": {"man - their": -0.022421990603351316, "man": 0.16785791494162228, "their": 0.1902799055449736}, "neighbors": {"man - their": 0.1087950921381188, "man": 0.2814062261274951, "their": 0.1726111339893763}, "net": {"man - their": 0.11158057590672087, "man": 0.23103820921472834, "their": 0.11945763330800747}, "never": {"man - their": 0.051284132258606674, "man": 0.26795041948416304, "their": 0.21666628722555636}, "new": {"man - their": 0.060308427699019784, "man": 0.16751840867512732, "their": 0.10720998097610754}, "news": {"man - their": 0.016428547013940947, "man": 0.22668241023660984, "their": 0.2102538632226689}, "next": {"man - their": 0.003612066698091637, "man": 0.17566490955345834, "their": 0.1720528428553667}, "nice": {"man - their": 0.10873917869142485, "man": 0.27760919329392897, "their": 0.16887001460250411}, "nigerian": {"man - their": 0.10817440160902528, "man": 0.2913756775094773, "their": 0.18320127590045202}, "night": {"man - their": 0.18204515930613607, "man": 0.31134428438116496, "their": 0.1292991250750289}, "no": {"man - their": 0.03071095568138757, "man": 0.2567617574218398, "their": 0.22605080174045225}, "non": {"man - their": 0.042295859469880875, "man": 0.2634539367055217, "their": 0.22115807723564082}, "nor": {"man - their": 0.11019036122206377, "man": 0.257490555772244, "their": 0.14730019455018023}, "nordic": {"man - their": 0.07325700316524217, "man": 0.2720716107881118, "their": 0.19881460762286965}, "north": {"man - their": 0.0674027823904493, "man": 0.22795379958026943, "their": 0.16055101718982012}, "nose": {"man - their": 0.10949779755909919, "man": 0.26964411952039613, "their": 0.16014632196129694}, "not": {"man - their": -0.08533931061984898, "man": 0.1987791125953042, "their": 0.2841184232151532}, "nothing": {"man - their": -0.010281706430792181, "man": 0.16187025617972525, "their": 0.17215196261051743}, "now": {"man - their": 0.0364956352732744, "man": 0.2384307912867705, "their": 0.2019351560134961}, "o": {"man - their": 0.09345237901007028, "man": 0.27718265811076515, "their": 0.18373027910069487}, "obviously": {"man - their": 0.10987028845615865, "man": 0.26318170655977946, "their": 0.1533114181036208}, "of": {"man - their": -0.013550157134525564, "man": 0.3475771097262986, "their": 0.3611272668608242}, "off": {"man - their": -0.07465156695677747, "man": 0.20098948740888864, "their": 0.2756410543656661}, "officers": {"man - their": 0.16007061696853134, "man": 0.33767899692403464, "their": 0.1776083799555033}, "old": {"man - their": 0.16205697436558292, "man": 0.2963593075210545, "their": 0.13430233315547158}, "on": {"man - their": 0.016094013862244294, "man": 0.312604254509941, "their": 0.2965102406476967}, "once": {"man - their": 0.07484034663301486, "man": 0.23527578460738352, "their": 0.16043543797436866}, "one": {"man - their": 0.084164265064854, "man": 0.2951037942797582, "their": 0.2109395292149042}, "online": {"man - their": 0.1525888804944246, "man": 0.32841956020503577, "their": 0.17583067971061117}, "only": {"man - their": -0.055187809189516296, "man": 0.2031996025472154, "their": 0.2583874117367317}, "onto": {"man - their": 0.10949779755909919, "man": 0.26964411952039613, "their": 0.16014632196129694}, "or": {"man - their": -0.0018536545456664388, "man": 0.27175957489276276, "their": 0.2736132294384292}, "org": {"man - their": 0.06930983786527034, "man": 0.16838387685803424, "their": 0.0990740389927639}, "organization": {"man - their": 0.11033482129942693, "man": 0.254877594461359, "their": 0.14454277316193206}, "other": {"man - their": -0.12316346676508677, "man": 0.10973070459498271, "their": 0.23289417136006949}, "our": {"man - their": -0.014147890651235617, "man": 0.22286840403530395, "their": 0.23701629468653956}, "out": {"man - their": 0.009868960265257964, "man": 0.24784531322285952, "their": 0.23797635295760156}, "over": {"man - their": -0.07438178006707233, "man": 0.1298651461916134, "their": 0.20424692625868573}, "own": {"man - their": -0.2281587248099274, "man": 0.14026021235410954, "their": 0.36841893716403695}, "p": {"man - their": 0.16654764823375645, "man": 0.2631214402474166, "their": 0.09657379201366019}, "page": {"man - their": 0.04016090724686988, "man": 0.21359010256379518, "their": 0.1734291953169253}, "pair": {"man - their": 0.10928623910201118, "man": 0.2732420658933597, "their": 0.1639558267913485}, "paki": {"man - their": 0.10604948092382038, "man": 0.32303995157359194, "their": 0.21699047064977156}, "paper": {"man - their": 0.06675053802045919, "man": 0.2456244844309026, "their": 0.1788739464104434}, "part": {"man - their": 0.0690656433106578, "man": 0.17686632858003568, "their": 0.10780068526937787}, "parts": {"man - their": 0.10949779755909919, "man": 0.26964411952039613, "their": 0.16014632196129694}, "pass": {"man - their": 0.0032362847650999893, "man": 0.21359010256379518, "their": 0.2103538177986952}, "peer": {"man - their": 0.10502228096052216, "man": 0.3372124111225044, "their": 0.23219013016198223}, "people": {"man - their": -0.0400212780308975, "man": 0.27369322931846224, "their": 0.31371450734935974}, "perfect": {"man - their": 0.10850490714974378, "man": 0.2861132871052471, "their": 0.1776083799555033}, "person": {"man - their": -0.033111192605591505, "man": 0.16838387685803424, "their": 0.20149506946362575}, "phone": {"man - their": 0.11141699722007646, "man": 0.23431588088831376, "their": 0.1228988836682373}, "photo": {"man - their": 0.11104626398352882, "man": 0.24156973280375127, "their": 0.13052346882022245}, "pick": {"man - their": 0.03933883161353577, "man": 0.2456244844309026, "their": 0.20628565281736683}, "place": {"man - their": 0.07932865107236503, "man": 0.25542942934030666, "their": 0.17610077826794163}, "planned": {"man - their": 0.10604948092382038, "man": 0.32303995157359194, "their": 0.21699047064977156}, "play": {"man - their": 0.1117322740590049, "man": 0.22795379958026943, "their": 0.11622152552126452}, "please": {"man - their": 0.06920119321987131, "man": 0.1721967210976735, "their": 0.1029955278778022}, "point": {"man - their": -0.02241292488180141, "man": 0.196867630223957, "their": 0.21928055510575842}, "poles": {"man - their": 0.10949779755909919, "man": 0.26964411952039613, "their": 0.16014632196129694}, "police": {"man - their": 0.15553344781162706, "man": 0.3380500707449776, "their": 0.18251662293335055}, "political": {"man - their": 0.11003597870314091, "man": 0.2602521447364221, "their": 0.1502161660332812}, "posted": {"man - their": 0.16631282987134405, "man": 0.2663058180806017, "their": 0.09999298820925769}, "power": {"man - their": -0.010519484115747824, "man": 0.21593372881686687, "their": 0.2264532129326147}, "pressure": {"man - their": 0.10817440160902528, "man": 0.2913756775094773, "their": 0.18320127590045202}, "pride": {"man - their": 0.003299114103404166, "man": 0.2071037124393521, "their": 0.20380459833594794}, "prison": {"man - their": 0.11047050573813247, "man": 0.25239712957428706, "their": 0.1419266238361546}, "protect": {"man - their": 0.0661804906137507, "man": 0.2602521447364221, "their": 0.1940716541226714}, "proud": {"man - their": 0.01172150324347862, "man": 0.25819552985432215, "their": 0.24647402661084353}, "punches": {"man - their": 0.10502228096052216, "man": 0.3372124111225044, "their": 0.23219013016198223}, "purpose": {"man - their": 0.10928623910201118, "man": 0.2732420658933597, "their": 0.1639558267913485}, "r": {"man - their": 0.11104626398352882, "man": 0.24156973280375127, "their": 0.13052346882022245}, "race": {"man - their": -0.09720639126217107, "man": 0.17772404262307545, "their": 0.2749304338852465}, "racist": {"man - their": 0.03222976331900007, "man": 0.23527578460738352, "their": 0.20304602128838345}, "rahowa": {"man - their": 0.10677521122960129, "man": 0.31261119269520415, "their": 0.20583598146560286}, "range": {"man - their": 0.10905350404922443, "man": 0.27714270679142894, "their": 0.1680892027422045}, "rape": {"man - their": 0.11059837454286087, "man": 0.2500355639865137, "their": 0.13943718944365285}, "rapes": {"man - their": 0.10905350404922443, "man": 0.27714270679142894, "their": 0.1680892027422045}, "re": {"man - their": 0.036080760501541936, "man": 0.25349285915361164, "their": 0.2174120986520697}, "real": {"man - their": 0.019964171605575565, "man": 0.19436766917827591, "their": 0.17440349757270035}, "really": {"man - their": 0.04721627524056346, "man": 0.245973084782927, "their": 0.19875680954236355}, "reason": {"man - their": 0.09144752394298414, "man": 0.2903214255650696, "their": 0.19887390162208549}, "regency": {"man - their": 0.10604948092382038, "man": 0.32303995157359194, "their": 0.21699047064977156}, "remember": {"man - their": 0.01978861687443556, "man": 0.2050993429060553, "their": 0.18531072603161974}, "reported": {"man - their": 0.06649000177110478, "man": 0.25239712957428706, "their": 0.18590712780318228}, "rest": {"man - their": 0.09074524679287466, "man": 0.3022695008242229, "their": 0.21152425403134822}, "reveal": {"man - their": 0.10502228096052216, "man": 0.3372124111225044, "their": 0.23219013016198223}, "right": {"man - their": -0.031310269295925675, "man": 0.20245414939022718, "their": 0.23376441868615286}, "risk": {"man - their": 0.06510566493394587, "man": 0.2861132871052471, "their": 0.2210076221713012}, "rob": {"man - their": 0.1573745912176668, "man": 0.3632105726832697, "their": 0.20583598146560286}, "rule": {"man - their": 0.0661804906137507, "man": 0.2602521447364221, "their": 0.1940716541226714}, "running": {"man - their": 0.03980063872775033, "man": 0.22795379958026943, "their": 0.1881531608525191}, "russia": {"man - their": 0.16406472176738104, "man": 0.2945881905876035, "their": 0.13052346882022245}, "russian": {"man - their": 0.039446613850644574, "man": 0.24156973280375127, "their": 0.2021231189531067}, "s": {"man - their": 0.06107426739066135, "man": 0.32370030177602344, "their": 0.2626260343853621}, "sad": {"man - their": 0.06790370710522889, "man": 0.21359010256379518, "their": 0.1456863954585663}, "said": {"man - their": -0.004364906924386097, "man": 0.20990767466819915, "their": 0.21427258159258525}, "same": {"man - their": 0.003876134994535513, "man": 0.19125245047191736, "their": 0.18737631547738184}, "saturday": {"man - their": 0.10905350404922443, "man": 0.27714270679142894, "their": 0.1680892027422045}, "save": {"man - their": 0.06710940453051367, "man": 0.23603569974579386, "their": 0.1689262952152802}, "saw": {"man - their": -0.04274860533015731, "man": 0.16187025617972525, "their": 0.20461886150988257}, "say": {"man - their": -0.0018939916431741644, "man": 0.2098453571922226, "their": 0.21173934883539677}, "says": {"man - their": -0.02242052420987356, "man": 0.18966981220312798, "their": 0.21209033641300154}, "scale": {"man - their": 0.10969159583836635, "man": 0.26630272666862, "their": 0.15661113083025363}, "scene": {"man - their": 0.11133018631411946, "man": 0.23603569974579386, "their": 0.1247055134316744}, "school": {"man - their": -0.09413710863619587, "man": 0.1681842162275222, "their": 0.26232132486371806}, "scores": {"man - their": 0.10779105907353576, "man": 0.2973549974633953, "their": 0.18956393838985952}, "searching": {"man - their": 0.10850490714974378, "man": 0.2861132871052471, "their": 0.1776083799555033}, "see": {"man - their": 0.0040962170188175995, "man": 0.2317516537427252, "their": 0.2276554367239076}, "seeing": {"man - their": 0.03933883161353577, "man": 0.2456244844309026, "their": 0.20628565281736683}, "seems": {"man - their": 0.021222709935608153, "man": 0.2545489413193411, "their": 0.23332623138373293}, "seen": {"man - their": 0.012306726864133116, "man": 0.2183592473433349, "their": 0.20605252047920178}, "sense": {"man - their": 0.01889680174513836, "man": 0.257490555772244, "their": 0.23859375402710564}, "service": {"man - their": 0.0661804906137507, "man": 0.2602521447364221, "their": 0.1940716541226714}, "several": {"man - their": 0.06773948414381475, "man": 0.21838257737766067, "their": 0.15064309323384592}, "sf": {"man - their": 0.040216057896819285, "man": 0.2113424373343077, "their": 0.1711263794374884}, "she": {"man - their": 0.09507967541785312, "man": 0.2191031989488727, "their": 0.12402352353101959}, "shoot": {"man - their": 0.11083379235784685, "man": 0.2456244844309026, "their": 0.13479069207305575}, "should": {"man - their": 0.007802869394127804, "man": 0.2534524396191282, "their": 0.24564957022500042}, "show": {"man - their": -0.033170523907216476, "man": 0.14669650936498393, "their": 0.1798670332722004}, "sister": {"man - their": 0.019380898891823428, "man": 0.22947338227186642, "their": 0.210092483380043}, "sitting": {"man - their": 0.09223398737316535, "man": 0.2985196401905322, "their": 0.20628565281736683}, "situation": {"man - their": 0.039156390466114965, "man": 0.25239712957428706, "their": 0.2132407391081721}, "six": {"man - their": 0.11033482129942693, "man": 0.254877594461359, "their": 0.14454277316193206}, "skins": {"man - their": 0.10928623910201118, "man": 0.2732420658933597, "their": 0.1639558267913485}, "small": {"man - their": 0.0406776394867904, "man": 0.19197134090790388, "their": 0.15129370142111348}, "smashed": {"man - their": 0.10677521122960129, "man": 0.31261119269520415, "their": 0.20583598146560286}, "so": {"man - their": -0.03940808234804702, "man": 0.24539607446250103, "their": 0.28480415681054805}, "some": {"man - their": 0.021182837671220145, "man": 0.27199286379428855, "their": 0.2508100261230684}, "sometimes": {"man - their": 0.019431698867360014, "man": 0.2264767437141337, "their": 0.2070450448467737}, "son": {"man - their": 0.16587826670858435, "man": 0.2720716107881118, "their": 0.10619334407952748}, "song": {"man - their": 0.11241022721918964, "man": 0.21359010256379518, "their": 0.10117987534460554}, "songs": {"man - their": 0.002775564572364997, "man": 0.26318170655977946, "their": 0.26040614198741446}, "sorry": {"man - their": 0.12833725902002613, "man": 0.29306909602639386, "their": 0.16473183700636773}, "soul": {"man - their": 0.11917520556074604, "man": 0.3050823333639283, "their": 0.18590712780318228}, "sounds": {"man - their": 0.06729179696723234, "man": 0.23103820921472834, "their": 0.163746412247496}, "source": {"man - their": 0.06658151341042381, "man": 0.2500355639865137, "their": 0.1834540505760899}, "spirit": {"man - their": 0.0661804906137507, "man": 0.2602521447364221, "their": 0.1940716541226714}, "st": {"man - their": 0.12205380839712882, "man": 0.26210016005424425, "their": 0.14004635165711543}, "stand": {"man - their": 0.0401030491062557, "man": 0.21593372881686687, "their": 0.17583067971061117}, "standard": {"man - their": 0.1087950921381188, "man": 0.2814062261274951, "their": 0.1726111339893763}, "start": {"man - their": 0.04131545672396042, "man": 0.16331429415556817, "their": 0.12199883743160775}, "state": {"man - their": 0.003391003935755421, "man": 0.1977256929881952, "their": 0.19433468905243978}, "station": {"man - their": 0.06639311581467719, "man": 0.254877594461359, "their": 0.1884844786466818}, "stay": {"man - their": 0.019738543614865517, "man": 0.20813349402606912, "their": 0.1883949504112036}, "step": {"man - their": 0.10949779755909919, "man": 0.26964411952039613, "their": 0.16014632196129694}, "stood": {"man - their": 0.09007016696803141, "man": 0.3331356430653738, "their": 0.2430654760973424}, "stop": {"man - their": -0.010378496562611417, "man": 0.1806209510105746, "their": 0.19099944757318602}, "stopped": {"man - their": 0.06649000177110478, "man": 0.25239712957428706, "their": 0.18590712780318228}, "stories": {"man - their": 0.0029149207878618744, "man": 0.2477813263045458, "their": 0.24486640551668393}, "stormfront": {"man - their": 0.11477126062438528, "man": 0.15259019014803019, "their": 0.03781892952364491}, "story": {"man - their": 0.10918517478266979, "man": 0.27028019318158847, "their": 0.16109501839891868}, "street": {"man - their": 0.12126815518328382, "man": 0.274565108272748, "their": 0.15329695308946417}, "strong": {"man - their": 0.06675053802045919, "man": 0.2456244844309026, "their": 0.1788739464104434}, "students": {"man - their": 0.043534965168302936, "man": 0.2601131405992128, "their": 0.21657817543090987}, "stuff": {"man - their": 0.16697016991017677, "man": 0.25726115791747434, "their": 0.09029098800729757}, "stupid": {"man - their": 0.06603464119668173, "man": 0.28281827452102876, "their": 0.21678363332434702}, "style": {"man - their": 0.06606303737694949, "man": 0.26318170655977946, "their": 0.19711866918282997}, "such": {"man - their": -0.010339778455696252, "man": 0.1727612479306629, "their": 0.18310102638635914}, "sucks": {"man - their": 0.10817440160902528, "man": 0.2913756775094773, "their": 0.18320127590045202}, "suggest": {"man - their": 0.0659366998844563, "man": 0.26630272666862, "their": 0.20036602678416368}, "sure": {"man - their": -0.004474327722621824, "man": 0.22541989754298736, "their": 0.22989422526560918}, "suspected": {"man - their": 0.06487644234656256, "man": 0.2913756775094773, "their": 0.22649923516291473}, "t": {"man - their": -0.004420989432596889, "man": 0.2586096713452163, "their": 0.2630306607778132}, "table": {"man - their": 0.10928623910201118, "man": 0.2732420658933597, "their": 0.1639558267913485}, "take": {"man - their": -0.10808217232355885, "man": 0.1474521612725079, "their": 0.25553433359606675}, "talked": {"man - their": 0.10733548370453144, "man": 0.30429806715412305, "their": 0.1969625834495916}, "talking": {"man - their": 0.0032579890903150777, "man": 0.2113424373343077, "their": 0.2080844482439926}, "tape": {"man - their": 0.15009929475644876, "man": 0.35769003237484426, "their": 0.2075907376183955}, "teacher": {"man - their": 0.06828165544887571, "man": 0.20222070640216488, "their": 0.13393905095328917}, "television": {"man - their": 0.11059837454286087, "man": 0.2500355639865137, "their": 0.13943718944365285}, "tell": {"man - their": 0.02985797627076628, "man": 0.2690422390255807, "their": 0.23918426275481444}, "telling": {"man - their": 0.12017474617556267, "man": 0.2909458530863964, "their": 0.17077110691083375}, "tens": {"man - their": 0.06606303737694949, "man": 0.26318170655977946, "their": 0.19711866918282997}, "than": {"man - their": -0.017743607726758953, "man": 0.21032805361804174, "their": 0.2280716613448007}, "thanks": {"man - their": 0.1138856724684897, "man": 0.17809207035919006, "their": 0.06420639789070036}, "that": {"man - their": -0.014621220104802435, "man": 0.31021479952268405, "their": 0.3248360196274865}, "thats": {"man - their": 0.11230280687636887, "man": 0.21593372881686687, "their": 0.103630921940498}, "the": {"man - their": 0.005032652859850328, "man": 0.35886955024028094, "their": 0.3538368973804306}, "their": {"man - their": -0.4543838797541331, "man": 0.16898813907230723, "their": 0.6233720188264403}, "them": {"man - their": -0.2719737161989886, "man": 0.06192332261396675, "their": 0.33389703881295535}, "then": {"man - their": -0.07136264955581872, "man": 0.16773964925289442, "their": 0.23910229880871314}, "there": {"man - their": 0.04568275504635452, "man": 0.27264264960828777, "their": 0.22695989456193325}, "theres": {"man - their": 0.10949779755909919, "man": 0.26964411952039613, "their": 0.16014632196129694}, "these": {"man - their": -0.09060727257174148, "man": 0.16908182877386332, "their": 0.2596891013456048}, "they": {"man - their": -0.16850977760561162, "man": 0.22525715052260645, "their": 0.39376692812821806}, "things": {"man - their": -0.02242526813657933, "man": 0.17626264392702234, "their": 0.19868791206360167}, "think": {"man - their": -0.13939653606106395, "man": 0.10994999124540793, "their": 0.2493465273064719}, "this": {"man - their": 0.07362055540637627, "man": 0.3134214606486323, "their": 0.23980090524225603}, "those": {"man - their": -0.14269720397221736, "man": 0.11957796064215659, "their": 0.26227516461437395}, "time": {"man - their": 0.0532684305335992, "man": 0.2672019525412687, "their": 0.21393352200766952}, "times": {"man - their": 0.09319119808471465, "man": 0.2779563476671524, "their": 0.18476514958243773}, "tired": {"man - their": 0.06649000177110478, "man": 0.25239712957428706, "their": 0.18590712780318228}, "to": {"man - their": -0.028804118623940278, "man": 0.3339476688729946, "their": 0.3627517874969349}, "toe": {"man - their": 0.10850490714974378, "man": 0.2861132871052471, "their": 0.1776083799555033}, "together": {"man - their": 0.05817268490574934, "man": 0.2365505654754853, "their": 0.17837788056973597}, "told": {"man - their": 0.04392845522674027, "man": 0.24712066676245759, "their": 0.20319221153571732}, "too": {"man - their": 0.012876522486116038, "man": 0.17927515915212056, "their": 0.16639863666600452}, "town": {"man - their": -0.010336894569279387, "man": 0.1721967210976735, "their": 0.1825336156669529}, "train": {"man - their": 0.06487644234656256, "man": 0.2913756775094773, "their": 0.22649923516291473}, "trial": {"man - their": 0.1087950921381188, "man": 0.2814062261274951, "their": 0.1726111339893763}, "true": {"man - their": 0.1286640028707457, "man": 0.2885636122100561, "their": 0.1598996093393104}, "try": {"man - their": 0.03253561359921012, "man": 0.22229362071629397, "their": 0.18975800711708385}, "trying": {"man - their": -0.05126366854437572, "man": 0.17997868910062712, "their": 0.23124235764500284}, "turkey": {"man - their": 0.1087950921381188, "man": 0.2814062261274951, "their": 0.1726111339893763}, "tv": {"man - their": 0.20335226464226938, "man": 0.2632174486450922, "their": 0.05986518400282284}, "two": {"man - their": 0.07340419556006461, "man": 0.2663966062510311, "their": 0.1929924106909665}, "uk": {"man - their": 0.11256108017741143, "man": 0.21025202792603426, "their": 0.09769094774862283}, "university": {"man - their": 0.11224682938686763, "man": 0.21714436844583826, "their": 0.10489753905897063}, "until": {"man - their": 0.0200642242332702, "man": 0.1881842695461031, "their": 0.1681200453128329}, "up": {"man - their": 0.017050934893764358, "man": 0.2947488073899957, "their": 0.27769787249623135}, "us": {"man - their": -0.04808145642763531, "man": 0.1742347423813183, "their": 0.22231619880895362}, "use": {"man - their": -0.05945595517064797, "man": 0.16429578903677955, "their": 0.22375174420742752}, "used": {"man - their": 0.020175149049330016, "man": 0.1812701674482487, "their": 0.16109501839891868}, "uses": {"man - their": 0.06530768286203611, "man": 0.2814062261274951, "their": 0.216098543265459}, "v": {"man - their": 0.06834130907212793, "man": 0.20037990608876305, "their": 0.13203859701663512}, "ve": {"man - their": 0.022454050074062037, "man": 0.18910245797033562, "their": 0.16664840789627358}, "very": {"man - their": -0.02522561320275954, "man": 0.1800640475029921, "their": 0.20528966070575164}, "victim": {"man - their": 0.10987028845615865, "man": 0.26318170655977946, "their": 0.1533114181036208}, "victims": {"man - their": 0.06697522271656894, "man": 0.2396577817113422, "their": 0.17268255899477325}, "video": {"man - their": 0.1768252154980433, "man": 0.29000092269939615, "their": 0.11317570720135284}, "violence": {"man - their": 0.16247141482139565, "man": 0.31268758085467685, "their": 0.1502161660332812}, "violent": {"man - their": 0.11114514716048282, "man": 0.2396577817113422, "their": 0.12851263455085937}, "walked": {"man - their": 0.16092912777531898, "man": 0.3290183305175235, "their": 0.1680892027422045}, "walking": {"man - their": 0.06606303737694949, "man": 0.26318170655977946, "their": 0.19711866918282997}, "want": {"man - their": -0.004070944555150696, "man": 0.17279136396012285, "their": 0.17686230851527354}, "wanted": {"man - their": 0.019703466255220375, "man": 0.21025202792603426, "their": 0.19054856167081388}, "was": {"man - their": 0.11052981691205854, "man": 0.3204942607335704, "their": 0.20996444382151186}, "watch": {"man - their": 0.030801741950940847, "man": 0.23049740536647087, "their": 0.19969566341553002}, "way": {"man - their": 0.024980840814214617, "man": 0.2649981923390264, "their": 0.24001735152481177}, "we": {"man - their": -0.036174113861785984, "man": 0.18527523836683593, "their": 0.22144935222862192}, "website": {"man - their": 0.0031401071299506644, "man": 0.22364052572376322, "their": 0.22050041859381256}, "weeks": {"man - their": 0.06831177766426816, "man": 0.20129284409950468, "their": 0.13298106643523652}, "welfare": {"man - their": 0.018986037601085887, "man": 0.25239712957428706, "their": 0.23341109197320117}, "well": {"man - their": -0.04279782355701331, "man": 0.17546085206325812, "their": 0.21825867562027143}, "went": {"man - their": 0.1192348395282973, "man": 0.27980194925435165, "their": 0.16056710972605434}, "were": {"man - their": -0.11869497132822039, "man": 0.11039058863591404, "their": 0.22908555996413443}, "west": {"man - their": 0.09296321955578052, "man": 0.2859346151985566, "their": 0.1929713956427761}, "what": {"man - their": -0.07557722636104047, "man": 0.17307969079837687, "their": 0.24865691715941735}, "whatever": {"man - their": 0.11133018631411946, "man": 0.23603569974579386, "their": 0.1247055134316744}, "when": {"man - their": -0.05178176035467502, "man": 0.19990927681015352, "their": 0.25169103716482855}, "whenever": {"man - their": 0.10987028845615865, "man": 0.26318170655977946, "their": 0.1533114181036208}, "where": {"man - their": 0.06404804155809873, "man": 0.2665921086813997, "their": 0.20254406712330097}, "which": {"man - their": -0.1029914871818585, "man": 0.15136781896842963, "their": 0.2543593061502881}, "while": {"man - their": 0.046896122963005216, "man": 0.2559183846057588, "their": 0.20902226164275356}, "white": {"man - their": 0.14818666275866965, "man": 0.4228155381148455, "their": 0.27462887535617586}, "whites": {"man - their": -0.08943933654798425, "man": 0.19265750952049276, "their": 0.282096846068477}, "whitey": {"man - their": 0.0903397290388813, "man": 0.3290183305175235, "their": 0.2386786014786422}, "who": {"man - their": -0.04731147562979232, "man": 0.2522384495064998, "their": 0.29954992513629214}, "whole": {"man - their": 0.06837027118340658, "man": 0.19948138508543306, "their": 0.13111111390202648}, "why": {"man - their": -0.08065204700915246, "man": 0.14375812201565724, "their": 0.2244101690248097}, "wiggers": {"man - their": 0.1945349846837625, "man": 0.35114611551401614, "their": 0.15661113083025363}, "wild": {"man - their": 0.10949779755909919, "man": 0.26964411952039613, "their": 0.16014632196129694}, "will": {"man - their": -0.027735149074622018, "man": 0.23009482092615438, "their": 0.2578299700007764}, "with": {"man - their": 0.026802586734038958, "man": 0.34169266421962796, "their": 0.314890077485589}, "within": {"man - their": 0.12632282574426024, "man": 0.31929422138703634, "their": 0.1929713956427761}, "woman": {"man - their": 0.21684056257713155, "man": 0.39455548350611297, "their": 0.17771492092898142}, "women": {"man - their": 0.09301575651458482, "man": 0.309006732257321, "their": 0.21599097574273618}, "won": {"man - their": 0.1087950921381188, "man": 0.2814062261274951, "their": 0.1726111339893763}, "wonder": {"man - their": 0.04429446928322081, "man": 0.23464859138683666, "their": 0.19035412210361585}, "words": {"man - their": 0.03987482401477066, "man": 0.22503973948300154, "their": 0.18516491546823088}, "work": {"man - their": 0.09313765995294074, "man": 0.2594567538776368, "their": 0.16631909392469604}, "world": {"man - their": 0.003764100654693986, "man": 0.20135255588520287, "their": 0.19758845523050889}, "would": {"man - their": -0.04252994632046561, "man": 0.1903608844031882, "their": 0.23289083072365382}, "wrestling": {"man - their": 0.10733548370453144, "man": 0.30429806715412305, "their": 0.1969625834495916}, "www": {"man - their": 0.1138018414740079, "man": 0.2717714845501159, "their": 0.157969643076108}, "year": {"man - their": 0.17599560590123264, "man": 0.29916108714569634, "their": 0.12316548124446368}, "years": {"man - their": 0.003962189597764232, "man": 0.18359183881842042, "their": 0.1796296492206562}, "yes": {"man - their": -0.04273466113653032, "man": 0.1638031189977771, "their": 0.20653778013430743}, "yet": {"man - their": -0.01042969267481228, "man": 0.19197134090790388, "their": 0.20240103358271616}, "you": {"man - their": 0.0015827366391798214, "man": 0.2377612309121577, "their": 0.23617849427297788}, "young": {"man - their": 0.12848002072800435, "man": 0.35037069818454725, "their": 0.2218906774565429}, "your": {"man - their": 0.001394998494513383, "man": 0.23273684076545142, "their": 0.23134184227093804}, "yourself": {"man - their": 0.11306804408363663, "man": 0.19859679976162908, "their": 0.08552875567799245}, "youtube": {"man - their": 0.2659585970826397, "man": 0.31494023896784107, "their": 0.048981641885201405}, "zionist": {"man - their": 0.11059837454286087, "man": 0.2500355639865137, "their": 0.13943718944365285}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-man-them.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-man-them.json new file mode 100644 index 0000000000000000000000000000000000000000..fd0a89c8e88c8648ff7e98f3de541c5d4fbd38e8 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-man-them.json @@ -0,0 +1 @@ +{"1": {"man - them": 0.14446789665854992, "man": 0.2679214135403094, "them": 0.12345351688175948}, "10": {"man - them": 0.09494560246412254, "man": 0.28360352139069583, "them": 0.1886579189265733}, "12": {"man - them": 0.10053846794502687, "man": 0.22364052572376322, "them": 0.12310205777873635}, "15": {"man - them": 0.1088440476657572, "man": 0.27718265811076515, "them": 0.16833861044500795}, "17": {"man - them": 0.09866943870252809, "man": 0.26318170655977946, "them": 0.16451226785725137}, "2": {"man - them": -0.010205254714117623, "man": 0.1486022987883279, "them": 0.15880755350244552}, "20": {"man - them": 0.08140148907478498, "man": 0.2610976362567721, "them": 0.17969614718198715}, "3": {"man - them": 0.07936186809416762, "man": 0.25542942934030666, "them": 0.17606756124613904}, "30": {"man - them": 0.18873486814310325, "man": 0.29902316661863454, "them": 0.11028829847553129}, "50": {"man - them": 0.10070920397605997, "man": 0.21964974075555993, "them": 0.11894053677949996}, "6": {"man - them": 0.09494560246412254, "man": 0.28360352139069583, "them": 0.1886579189265733}, "a": {"man - them": 0.05946081917233198, "man": 0.394082550595528, "them": 0.334621731423196}, "about": {"man - them": -0.0723261410126621, "man": 0.20574727037311624, "them": 0.27807341138577835}, "accepted": {"man - them": 0.05327247722443851, "man": 0.2861132871052471, "them": 0.23284080988080857}, "according": {"man - them": 0.10006566279268994, "man": 0.23431588088831376, "them": 0.13425021809562382}, "act": {"man - them": -0.010414170970954428, "man": 0.23265127311656605, "them": 0.24306544408752048}, "african": {"man - them": 0.05498397573842814, "man": 0.23431588088831376, "them": 0.17933190514988562}, "after": {"man - them": 0.05289575762894452, "man": 0.24766591193361187, "them": 0.19477015430466735}, "again": {"man - them": 0.006745130031378804, "man": 0.1721967210976735, "them": 0.1654515910662947}, "against": {"man - them": 0.06740802648775376, "man": 0.28317485689847366, "them": 0.2157668304107199}, "ages": {"man - them": 0.09850813215696563, "man": 0.26630272666862, "them": 0.16779459451165435}, "ago": {"man - them": 0.044976759955219076, "man": 0.21074554706010803, "them": 0.16576878710488896}, "all": {"man - them": -0.025274526218979243, "man": 0.2601551760432657, "them": 0.28542970226224496}, "almost": {"man - them": 0.04369856844931291, "man": 0.25819552985432215, "them": 0.21449696140500923}, "along": {"man - them": 0.027370808714319128, "man": 0.20918266501293553, "them": 0.1818118562986164}, "alot": {"man - them": 0.1534242724147108, "man": 0.2859346151985566, "them": 0.13251034278384582}, "already": {"man - them": 0.15528541497468434, "man": 0.2601131405992128, "them": 0.10482772562452848}, "always": {"man - them": 0.041150043208188325, "man": 0.26168212818628467, "them": 0.22053208497809634}, "am": {"man - them": 0.08996298523426915, "man": 0.2704685278610934, "them": 0.18050554262682422}, "american": {"man - them": 0.05647915307916765, "man": 0.17997868910062712, "them": 0.12349953602145947}, "americans": {"man - them": 0.09990559256917259, "man": 0.2378148121500867, "them": 0.13790921958091412}, "among": {"man - them": 0.10006566279268994, "man": 0.23431588088831376, "them": 0.13425021809562382}, "an": {"man - them": 0.10695661643231386, "man": 0.3118073633333409, "them": 0.20485074690102706}, "and": {"man - them": -0.010724629849224454, "man": 0.3788076357599954, "them": 0.38953226560921983}, "anger": {"man - them": 0.09587569935884188, "man": 0.31261119269520415, "them": 0.21673549333636227}, "angry": {"man - them": 0.054338135809529065, "man": 0.254877594461359, "them": 0.20053945865182993}, "another": {"man - them": 0.11173431132452755, "man": 0.29965270383875126, "them": 0.1879183925142237}, "anti": {"man - them": 0.06479468685190959, "man": 0.2615765535385675, "them": 0.19678186668665792}, "any": {"man - them": -0.08448236445892424, "man": 0.17161092555717214, "them": 0.2560932900160964}, "anyone": {"man - them": -0.05359796459865196, "man": 0.1951082341479919, "them": 0.24870619874664385}, "anything": {"man - them": -0.04799974134483803, "man": 0.1599949857732677, "them": 0.20799472711810574}, "anyway": {"man - them": 0.055301915278755276, "man": 0.22364052572376322, "them": 0.16833861044500795}, "are": {"man - them": -0.0990371995643029, "man": 0.2316742971974336, "them": 0.3307114967617365}, "area": {"man - them": -0.010242706660640477, "man": 0.1581737219319172, "them": 0.16841642859255768}, "around": {"man - them": -0.03964341349043693, "man": 0.2191031989488727, "them": 0.25874661243930963}, "arrest": {"man - them": 0.09769886944333539, "man": 0.2814062261274951, "them": 0.18370735668415972}, "article": {"man - them": 0.006316711053125035, "man": 0.21838257737766067, "them": 0.21206586632453564}, "as": {"man - them": -0.03900336485389427, "man": 0.2649406183048675, "them": 0.30394398315876175}, "asian": {"man - them": 0.18974616516121506, "man": 0.2877053823770273, "them": 0.09795921721581226}, "asians": {"man - them": 0.05592914604799795, "man": 0.20129284409950468, "them": 0.14536369805150673}, "ask": {"man - them": 0.006305043729713022, "man": 0.21964974075555993, "them": 0.2133446970258469}, "at": {"man - them": -0.031387717055033376, "man": 0.24390281688803997, "them": 0.27529053394307335}, "attack": {"man - them": 0.14450597623134767, "man": 0.28360352139069583, "them": 0.13909754515934816}, "attacked": {"man - them": 0.15101000266809556, "man": 0.3155222705253469, "them": 0.16451226785725137}, "away": {"man - them": 0.007077615327638731, "man": 0.26783006158549755, "them": 0.2607524462578588}, "b": {"man - them": 0.05548958762294015, "man": 0.21714436844583826, "them": 0.1616547808228981}, "babies": {"man - them": 0.09963745080667633, "man": 0.24355644748087787, "them": 0.14391899667420155}, "back": {"man - them": -0.02701454563118444, "man": 0.2323349239564345, "them": 0.25934946958761895}, "bad": {"man - them": 0.05673353472381994, "man": 0.16944940797946575, "them": 0.11271587325564582}, "band": {"man - them": 0.10109836563023224, "man": 0.21025202792603426, "them": 0.10915366229580202}, "be": {"man - them": -0.05997579944435372, "man": 0.2391817859156959, "them": 0.2991575853600496}, "beach": {"man - them": 0.09833319056079878, "man": 0.26964411952039613, "them": 0.17131092895959735}, "beaten": {"man - them": 0.18456511326030703, "man": 0.3403539309135119, "them": 0.15578881765320488}, "beautiful": {"man - them": 0.05609145758939965, "man": 0.19518900274874781, "them": 0.13909754515934816}, "because": {"man - them": -0.007459916643863251, "man": 0.2741259699445392, "them": 0.28158588658840245}, "been": {"man - them": 0.05567117449783901, "man": 0.2959424613155353, "them": 0.2402712868176963}, "being": {"man - them": 0.023402734934745234, "man": 0.23182032429932597, "them": 0.20841758936458074}, "best": {"man - them": -0.03683460299496899, "man": 0.18532116331123394, "them": 0.22215576630620293}, "better": {"man - them": -0.03689621182340666, "man": 0.17809207035919006, "them": 0.21498828218259672}, "between": {"man - them": 0.09435433973223101, "man": 0.29401679413338433, "them": 0.19966245440115332}, "big": {"man - them": 0.06138373064499075, "man": 0.2334138313347398, "them": 0.17203010068974905}, "black": {"man - them": 0.12323008442201844, "man": 0.39074284619167504, "them": 0.2675127617696566}, "blacks": {"man - them": 0.045579983544170644, "man": 0.3168861334131326, "them": 0.27130614986896195}, "blame": {"man - them": 0.05384708242881234, "man": 0.26964411952039613, "them": 0.2157970370915838}, "blind": {"man - them": 0.05327247722443851, "man": 0.2861132871052471, "them": 0.23284080988080857}, "body": {"man - them": 0.10006566279268994, "man": 0.23431588088831376, "them": 0.13425021809562382}, "boy": {"man - them": -0.010369772696045582, "man": 0.20222070640216488, "them": 0.21259047909821047}, "boys": {"man - them": 0.054699186330043614, "man": 0.24355644748087787, "them": 0.18885726115083426}, "breed": {"man - them": 0.006005133075311253, "man": 0.25239712957428706, "them": 0.2463919964989758}, "brown": {"man - them": 0.14261402666356077, "man": 0.2934370853490064, "them": 0.15082305868544565}, "built": {"man - them": 0.05498397573842814, "man": 0.23431588088831376, "them": 0.17933190514988562}, "bulgarian": {"man - them": 0.09793213157452313, "man": 0.27714270679142894, "them": 0.1792105752169058}, "bus": {"man - them": 0.21113753660947124, "man": 0.34718593706969536, "them": 0.13604840046022412}, "but": {"man - them": -0.041263639425379695, "man": 0.22760782351589348, "them": 0.2688714629412732}, "by": {"man - them": 0.08222628460805759, "man": 0.30471461256087484, "them": 0.22248832795281726}, "ca": {"man - them": 0.01784515948245083, "man": 0.23101883794568878, "them": 0.21317367846323795}, "called": {"man - them": -0.010344938976184992, "man": 0.19119403390763098, "them": 0.20153897288381598}, "came": {"man - them": 0.03149326494365495, "man": 0.2715451449943732, "them": 0.24005188005071826}, "campaign": {"man - them": 0.09814221814473811, "man": 0.2732420658933597, "them": 0.17509984774862158}, "can": {"man - them": -0.061253390242057754, "man": 0.21237180847494444, "them": 0.2736251987170022}, "canada": {"man - them": 0.11059583258120059, "man": 0.2455942643253848, "them": 0.13499843174418422}, "car": {"man - them": 0.14180713129268488, "man": 0.3177624856683398, "them": 0.17595535437565493}, "careful": {"man - them": 0.14980775530061768, "man": 0.3290183305175235, "them": 0.1792105752169058}, "case": {"man - them": 0.08077713859676469, "man": 0.274565108272748, "them": 0.1937879696759833}, "cause": {"man - them": 0.05146129582280917, "man": 0.28943546745888943, "them": 0.23797417163608026}, "centre": {"man - them": 0.09814221814473811, "man": 0.2732420658933597, "them": 0.17509984774862158}, "change": {"man - them": 0.05548958762294015, "man": 0.21714436844583826, "them": 0.1616547808228981}, "charge": {"man - them": 0.09895837110332761, "man": 0.257490555772244, "them": 0.1585321846689164}, "check": {"man - them": -0.010327935314701608, "man": 0.1846265428298412, "them": 0.1949544781445428}, "child": {"man - them": 0.027695848436499082, "man": 0.1904269528504495, "them": 0.16273110441395042}, "chinese": {"man - them": 0.08022661885365756, "man": 0.2859346151985566, "them": 0.20570799634489906}, "citizens": {"man - them": 0.05327247722443851, "man": 0.2861132871052471, "them": 0.23284080988080857}, "city": {"man - them": 0.08271122718602028, "man": 0.23043484145805082, "them": 0.14772361427203054}, "class": {"man - them": 0.027370808714319128, "man": 0.20918266501293553, "them": 0.1818118562986164}, "coat": {"man - them": 0.09638138233764657, "man": 0.30429806715412305, "them": 0.2079166848164765}, "cold": {"man - them": 0.006005133075311253, "man": 0.25239712957428706, "them": 0.2463919964989758}, "college": {"man - them": 0.10183215244616936, "man": 0.19119403390763098, "them": 0.08936188146146162}, "color": {"man - them": 0.1446202502916085, "man": 0.28204390999464707, "them": 0.13742365970303858}, "com": {"man - them": 0.11512437131838421, "man": 0.2437669391441822, "them": 0.128642567825798}, "come": {"man - them": -0.011661273128166172, "man": 0.20908075724035513, "them": 0.2207420303685213}, "comes": {"man - them": 0.05565349830120006, "man": 0.2113424373343077, "them": 0.15568893903310763}, "coming": {"man - them": -0.08159019071804899, "man": 0.1927591721531219, "them": 0.2743493628711709}, "comit": {"man - them": 0.09270555545325632, "man": 0.36011354969971, "them": 0.2674079942464537}, "commercials": {"man - them": 0.09587569935884188, "man": 0.31261119269520415, "them": 0.21673549333636227}, "completely": {"man - them": 0.0544183865900599, "man": 0.25239712957428706, "them": 0.19797874298422716}, "concept": {"man - them": 0.09814221814473811, "man": 0.2732420658933597, "them": 0.17509984774862158}, "could": {"man - them": 0.0075610611276746564, "man": 0.22395983954796794, "them": 0.2163987784202933}, "country": {"man - them": 0.01837854417892748, "man": 0.19543994570246437, "them": 0.1770614015235369}, "couple": {"man - them": 0.027708659730888624, "man": 0.18966981220312798, "them": 0.16196115247223936}, "coz": {"man - them": 0.09429371963932945, "man": 0.3372124111225044, "them": 0.24291869148317494}, "crazy": {"man - them": 0.026517011922248424, "man": 0.254877594461359, "them": 0.22836058253911057}, "creatures": {"man - them": 0.09833319056079878, "man": 0.26964411952039613, "them": 0.17131092895959735}, "crime": {"man - them": 0.06672619202005553, "man": 0.29836720484347357, "them": 0.23164101282341804}, "crimes": {"man - them": 0.09881900851123063, "man": 0.2602521447364221, "them": 0.16143313622519148}, "criminal": {"man - them": 0.09943579528026603, "man": 0.2477813263045458, "them": 0.14834553102427978}, "culture": {"man - them": 0.10162144435513766, "man": 0.196867630223957, "them": 0.09524618586881935}, "d": {"man - them": 0.04481977756800973, "man": 0.2169462633989091, "them": 0.17212648583089937}, "dark": {"man - them": 0.08116360202979139, "man": 0.2663058180806017, "them": 0.18514221605081033}, "dating": {"man - them": 0.18215419133627875, "man": 0.36136476655318456, "them": 0.1792105752169058}, "daughter": {"man - them": 0.09953920335919672, "man": 0.2456244844309026, "them": 0.14608528107170587}, "day": {"man - them": 0.1464350157020937, "man": 0.28133294293797545, "them": 0.13489792723588176}, "de": {"man - them": 0.09881900851123063, "man": 0.2602521447364221, "them": 0.16143313622519148}, "death": {"man - them": 0.12041375485745134, "man": 0.3074253755803786, "them": 0.18701162072292724}, "deaths": {"man - them": 0.09679258500834978, "man": 0.2973549974633953, "them": 0.2005624124550455}, "decide": {"man - them": 0.05372397764590792, "man": 0.2732420658933597, "them": 0.21951808824745178}, "defense": {"man - them": 0.09908877680815412, "man": 0.254877594461359, "them": 0.15578881765320488}, "denied": {"man - them": 0.09638138233764657, "man": 0.30429806715412305, "them": 0.2079166848164765}, "departments": {"man - them": 0.09587569935884188, "man": 0.31261119269520415, "them": 0.21673549333636227}, "described": {"man - them": 0.09638138233764657, "man": 0.30429806715412305, "them": 0.2079166848164765}, "determined": {"man - them": 0.09522071430232901, "man": 0.32303995157359194, "them": 0.22781923727126294}, "did": {"man - them": 0.023479863314412736, "man": 0.22761552395587717, "them": 0.20413566064146443}, "dirty": {"man - them": 0.055380252525016604, "man": 0.2209473532597341, "them": 0.1655671007347175}, "disagree": {"man - them": 0.09679258500834978, "man": 0.2973549974633953, "them": 0.2005624124550455}, "distance": {"man - them": 0.09743693017704605, "man": 0.2861132871052471, "them": 0.18867635692820103}, "dna": {"man - them": 0.09953920335919672, "man": 0.2456244844309026, "them": 0.14608528107170587}, "do": {"man - them": -0.08706298496473153, "man": 0.2209385979667487, "them": 0.3080015829314802}, "does": {"man - them": 0.044944650481301335, "man": 0.21202360088849984, "them": 0.1670789504071985}, "dog": {"man - them": 0.0930174904867305, "man": 0.31627612219846707, "them": 0.22325863171173657}, "don": {"man - them": 0.027332430957359655, "man": 0.2113424373343077, "them": 0.18401000637694803}, "done": {"man - them": -0.010354474066532199, "man": 0.19518900274874781, "them": 0.20554347681528}, "dont": {"man - them": 0.007420235656818958, "man": 0.23667625433989842, "them": 0.22925601868307946}, "down": {"man - them": -0.029561701974772037, "man": 0.22395983954796794, "them": 0.25352154152274}, "dress": {"man - them": 0.09814221814473811, "man": 0.2732420658933597, "them": 0.17509984774862158}, "drop": {"man - them": 0.09793213157452313, "man": 0.27714270679142894, "them": 0.1792105752169058}, "dumb": {"man - them": -0.010408025733726067, "man": 0.2264767437141337, "them": 0.23688476944785977}, "e": {"man - them": 0.05571362176699654, "man": 0.20918266501293553, "them": 0.153469043245939}, "early": {"man - them": 0.05498397573842814, "man": 0.23431588088831376, "them": 0.17933190514988562}, "eating": {"man - them": 0.1075293873237998, "man": 0.2985196401905322, "them": 0.19099025286673238}, "either": {"man - them": 0.006391682914665686, "man": 0.21025202792603426, "them": 0.20386034501136857}, "em": {"man - them": 0.09908877680815412, "man": 0.254877594461359, "them": 0.15578881765320488}, "encourage": {"man - them": 0.09793213157452313, "man": 0.27714270679142894, "them": 0.1792105752169058}, "end": {"man - them": 0.02755607910435781, "man": 0.19859679976162908, "them": 0.17104072065727127}, "english": {"man - them": -0.010313056966096357, "man": 0.1793432229813598, "them": 0.18965627994745615}, "enough": {"man - them": 0.04421336072117085, "man": 0.23986433590769832, "them": 0.19565097518652746}, "especially": {"man - them": 0.02708447477837872, "man": 0.22503973948300154, "them": 0.19795526470462282}, "even": {"man - them": -0.0594294795570979, "man": 0.1847151695660366, "them": 0.2441446491231345}, "ever": {"man - them": -0.06698722501455523, "man": 0.14938049841788315, "them": 0.21636772343243837}, "every": {"man - them": 0.04107974821877691, "man": 0.27132993357451474, "them": 0.23025018535573782}, "everybody": {"man - them": 0.09833319056079878, "man": 0.26964411952039613, "them": 0.17131092895959735}, "everyone": {"man - them": -0.024534958076155633, "man": 0.18892233847551637, "them": 0.213457296551672}, "evil": {"man - them": 0.05498397573842814, "man": 0.23431588088831376, "them": 0.17933190514988562}, "exactly": {"man - them": 0.05552407802937753, "man": 0.21593372881686687, "them": 0.16040965078748934}, "example": {"man - them": 0.10047783183334352, "man": 0.22503973948300154, "them": 0.12456190764965802}, "explain": {"man - them": 0.026565614417244643, "man": 0.25239712957428706, "them": 0.22583151515704242}, "eyes": {"man - them": 0.07927450351996321, "man": 0.25740944040293584, "them": 0.17813493688297263}, "face": {"man - them": 0.027370808714319128, "man": 0.20918266501293553, "them": 0.1818118562986164}, "faces": {"man - them": 0.05425290322120141, "man": 0.257490555772244, "them": 0.2032376525510426}, "family": {"man - them": -0.010307543106808897, "man": 0.17747609283103594, "them": 0.18778363593784483}, "far": {"man - them": -0.0820187604100524, "man": 0.1793432229813598, "them": 0.2613619833914122}, "february": {"man - them": 0.09743693017704605, "man": 0.2861132871052471, "them": 0.18867635692820103}, "fed": {"man - them": 0.09932668935217218, "man": 0.2500355639865137, "them": 0.15070887463434154}, "fellow": {"man - them": 0.09895837110332761, "man": 0.257490555772244, "them": 0.1585321846689164}, "few": {"man - them": -0.11205367059048554, "man": 0.17496780837092069, "them": 0.28702147896140623}, "find": {"man - them": -0.01854134768836177, "man": 0.22699197780960864, "them": 0.2455333254979704}, "finland": {"man - them": 0.09932668935217218, "man": 0.2500355639865137, "them": 0.15070887463434154}, "first": {"man - them": 0.0533642706031725, "man": 0.23283053186352165, "them": 0.17946626126034915}, "five": {"man - them": 0.09998729928556974, "man": 0.23603569974579386, "them": 0.13604840046022412}, "fo": {"man - them": 0.09679258500834978, "man": 0.2973549974633953, "them": 0.2005624124550455}, "for": {"man - them": 0.020314675582835673, "man": 0.3315592361261139, "them": 0.3112445605432782}, "force": {"man - them": 0.1419324072636232, "man": 0.31627612219846707, "them": 0.17434371493484388}, "forum": {"man - them": 0.05679529408564586, "man": 0.16681918866147613, "them": 0.11002389457583027}, "forward": {"man - them": 0.09963745080667633, "man": 0.24355644748087787, "them": 0.14391899667420155}, "fought": {"man - them": 0.09743693017704605, "man": 0.2861132871052471, "them": 0.18867635692820103}, "found": {"man - them": 0.028058991428579177, "man": 0.16838387685803424, "them": 0.14032488542945507}, "free": {"man - them": 0.05681909082551709, "man": 0.1657975388167047, "them": 0.10897844799118761}, "french": {"man - them": 0.10109836563023224, "man": 0.21025202792603426, "them": 0.10915366229580202}, "friday": {"man - them": 0.16327093167770051, "man": 0.37238784531168023, "them": 0.20911691363397972}, "friend": {"man - them": 0.10976496211582532, "man": 0.2610976362567721, "them": 0.1513326741409468}, "friends": {"man - them": -0.06655054034973956, "man": 0.17163734670417444, "them": 0.238187887053914}, "from": {"man - them": 0.020809284390260863, "man": 0.2701398809080304, "them": 0.24933059651776956}, "front": {"man - them": -0.02450094322058846, "man": 0.1977256929881952, "them": 0.22222663620878366}, "full": {"man - them": 0.11570890744447493, "man": 0.2885636122100561, "them": 0.17285470476558118}, "future": {"man - them": 0.060587515650182416, "man": 0.2563422947715735, "them": 0.19575477912139108}, "gang": {"man - them": 0.18482203479673687, "man": 0.33800790364891936, "them": 0.1531858688521825}, "gather": {"man - them": 0.09429371963932945, "man": 0.3372124111225044, "them": 0.24291869148317494}, "gave": {"man - them": 0.00617034371929448, "man": 0.23431588088831376, "them": 0.22814553716901928}, "genocide": {"man - them": 0.05552407802937753, "man": 0.21593372881686687, "them": 0.16040965078748934}, "get": {"man - them": -0.08444682630503836, "man": 0.21703716365462555, "them": 0.3014839899596639}, "gets": {"man - them": 0.0064112492949521815, "man": 0.20813349402606912, "them": 0.20172224473111694}, "getting": {"man - them": -0.010354474066532199, "man": 0.19518900274874781, "them": 0.20554347681528}, "girl": {"man - them": 0.09589286413622525, "man": 0.2660576579055942, "them": 0.17016479376936897}, "girls": {"man - them": 0.04390023245239863, "man": 0.2511261608918414, "them": 0.2072259284394428}, "give": {"man - them": -0.1328569128459941, "man": 0.17448679504681713, "them": 0.30734370789281124}, "glad": {"man - them": 0.10021332294312568, "man": 0.23103820921472834, "them": 0.13082488627160266}, "go": {"man - them": -0.035417753645995254, "man": 0.2229061884830973, "them": 0.25832394212909254}, "god": {"man - them": -0.02457939259895578, "man": 0.17448679504681713, "them": 0.1990661876457729}, "going": {"man - them": 0.04145188431956201, "man": 0.2510771420929807, "them": 0.2096252577734187}, "gonna": {"man - them": 0.026696998594434224, "man": 0.2456244844309026, "them": 0.21892748583646837}, "good": {"man - them": -0.024316570412606237, "man": 0.18446529145131924, "them": 0.20878186186392547}, "got": {"man - them": 0.05268051227999368, "man": 0.286613884165787, "them": 0.2339333718857933}, "great": {"man - them": 0.09783706821248134, "man": 0.22576235026158498, "them": 0.12792528204910364}, "groid": {"man - them": 0.09895837110332761, "man": 0.257490555772244, "them": 0.1585321846689164}, "group": {"man - them": 0.006739856289406959, "man": 0.1727612479306629, "them": 0.16602139164125593}, "grow": {"man - them": 0.15289624086119455, "man": 0.29273375767151416, "them": 0.1398375168103196}, "guidance": {"man - them": 0.09429371963932945, "man": 0.3372124111225044, "them": 0.24291869148317494}, "gun": {"man - them": 0.08130958394880022, "man": 0.2631214402474166, "them": 0.1818118562986164}, "guy": {"man - them": 0.12164322093423305, "man": 0.2899979514644913, "them": 0.16835473053025826}, "guys": {"man - them": 0.02749318441769838, "man": 0.20222070640216488, "them": 0.1747275219844665}, "had": {"man - them": -0.008376620448117766, "man": 0.2284097164251913, "them": 0.23678633687330908}, "hair": {"man - them": 0.15700764156486513, "man": 0.23280597305211967, "them": 0.07579833148725454}, "half": {"man - them": -0.010339244329025832, "man": 0.18892233847551637, "them": 0.1992615828045422}, "hall": {"man - them": 0.14980775530061768, "man": 0.3290183305175235, "them": 0.1792105752169058}, "hand": {"man - them": 0.006339271808715602, "man": 0.21593372881686687, "them": 0.20959445700815127}, "handed": {"man - them": 0.05308287565461631, "man": 0.2913756775094773, "them": 0.23829280185486099}, "happened": {"man - them": 0.027182988615849113, "man": 0.21964974075555993, "them": 0.19246675213971082}, "hard": {"man - them": 0.029857256429638684, "man": 0.24635236737512536, "them": 0.21649511094548668}, "has": {"man - them": 0.07359369915464054, "man": 0.2995439743638881, "them": 0.22595027520924754}, "hate": {"man - them": -0.036963506002770374, "man": 0.16944940797946575, "them": 0.20641291398223613}, "have": {"man - them": -0.10670610689975882, "man": 0.2238840501621546, "them": 0.3305901570619134}, "he": {"man - them": 0.1443679926397304, "man": 0.30846188811506736, "them": 0.16409389547533695}, "head": {"man - them": 0.027351831321599823, "man": 0.21025202792603426, "them": 0.18290019660443443}, "heard": {"man - them": 0.044557634100571536, "man": 0.22704558452712606, "them": 0.18248795042655452}, "hell": {"man - them": 0.01773975772173153, "man": 0.23785362915461628, "them": 0.22011387143288474}, "her": {"man - them": 0.08090019435457962, "man": 0.2510615076621747, "them": 0.1701613133075951}, "here": {"man - them": 0.031772835327362914, "man": 0.23738699560818383, "them": 0.2056141602808209}, "hero": {"man - them": 0.09743693017704605, "man": 0.2861132871052471, "them": 0.18867635692820103}, "hey": {"man - them": 0.14518593127480212, "man": 0.27416139048747795, "them": 0.12897545921267584}, "high": {"man - them": -0.010313056966096357, "man": 0.1793432229813598, "them": 0.18965627994745615}, "him": {"man - them": 0.2125238912374799, "man": 0.3289442613249828, "them": 0.11642037008750289}, "his": {"man - them": 0.21651349308763412, "man": 0.33550602817777087, "them": 0.11899253509013676}, "hitler": {"man - them": 0.1075293873237998, "man": 0.2985196401905322, "them": 0.19099025286673238}, "hold": {"man - them": 0.09908877680815412, "man": 0.254877594461359, "them": 0.15578881765320488}, "home": {"man - them": -0.01990151246005556, "man": 0.20208486134420167, "them": 0.22198637380425723}, "honor": {"man - them": 0.09833319056079878, "man": 0.26964411952039613, "them": 0.17131092895959735}, "hope": {"man - them": 0.05732863927708977, "man": 0.14268919523672047, "them": 0.0853605559596307}, "house": {"man - them": 0.0067071672343499145, "man": 0.17626264392702234, "them": 0.16955547669267243}, "how": {"man - them": -0.10914295481765704, "man": 0.15899204168445405, "them": 0.2681349965021111}, "http": {"man - them": 0.10757939938792155, "man": 0.23697506466160703, "them": 0.12939566527368548}, "https": {"man - them": 0.11204783981046605, "man": 0.21556474782291604, "them": 0.10351690801244999}, "human": {"man - them": 0.10021332294312568, "man": 0.23103820921472834, "them": 0.13082488627160266}, "humans": {"man - them": 0.05456601225499108, "man": 0.2477813263045458, "them": 0.19321531404955472}, "humor": {"man - them": 0.10207879930909636, "man": 0.3732382173665531, "them": 0.27115941805745675}, "i": {"man - them": -0.04968023232982299, "man": 0.29556746326480704, "them": 0.34524769559463003}, "id": {"man - them": 0.10021332294312568, "man": 0.23103820921472834, "them": 0.13082488627160266}, "ie": {"man - them": 0.09921126072210457, "man": 0.25239712957428706, "them": 0.1531858688521825}, "if": {"man - them": -0.09542891788911553, "man": 0.20557654143520585, "them": 0.3010054593243214}, "immigrants": {"man - them": 0.027159383583750807, "man": 0.2209473532597341, "them": 0.1937879696759833}, "in": {"man - them": 0.04568741404963733, "man": 0.37034918160491037, "them": 0.32466176755527304}, "indeed": {"man - them": 0.10028303902262972, "man": 0.22947338227186642, "them": 0.1291903432492367}, "intelligent": {"man - them": 0.20858539900972017, "man": 0.36711758367863656, "them": 0.1585321846689164}, "into": {"man - them": -0.12049698575469506, "man": 0.1298651461916134, "them": 0.25036213194630846}, "irish": {"man - them": 0.0568308047115892, "man": 0.1652929303205937, "them": 0.10846212560900449}, "is": {"man - them": 0.01816219762673804, "man": 0.30583862033721565, "them": 0.2876764227104776}, "it": {"man - them": -0.02941336058987354, "man": 0.2690486981732047, "them": 0.29846205876307824}, "its": {"man - them": -0.1035873753513695, "man": 0.12700580228879424, "them": 0.23059317764016374}, "jail": {"man - them": 0.0060266573844019455, "man": 0.2500355639865137, "them": 0.24400890660211177}, "job": {"man - them": 0.05574265381323515, "man": 0.20813349402606912, "them": 0.15239084021283397}, "jumped": {"man - them": 0.053439607793125204, "man": 0.2814062261274951, "them": 0.2279666183343699}, "june": {"man - them": 0.09679258500834978, "man": 0.2973549974633953, "them": 0.2005624124550455}, "just": {"man - them": -0.04105097151861564, "man": 0.2434112170903482, "them": 0.28446218860896383}, "k": {"man - them": 0.09982026490102258, "man": 0.2396577817113422, "them": 0.1398375168103196}, "kept": {"man - them": 0.09793213157452313, "man": 0.27714270679142894, "them": 0.1792105752169058}, "kick": {"man - them": 0.09943579528026603, "man": 0.2477813263045458, "them": 0.14834553102427978}, "kicked": {"man - them": 0.09713860029300425, "man": 0.2913756775094773, "them": 0.19423707721647304}, "kid": {"man - them": 0.01755813279992252, "man": 0.2494898267483759, "them": 0.23193169394845337}, "kill": {"man - them": 0.017136405709220037, "man": 0.2758575489012302, "them": 0.2587211431920102}, "killed": {"man - them": 0.1427032982585439, "man": 0.3069353114874812, "them": 0.16423201322893732}, "killing": {"man - them": 0.07622877729951585, "man": 0.31929422138703634, "them": 0.24306544408752048}, "kinda": {"man - them": 0.05372397764590792, "man": 0.2732420658933597, "them": 0.21951808824745178}, "kkk": {"man - them": 0.09793213157452313, "man": 0.27714270679142894, "them": 0.1792105752169058}, "knife": {"man - them": 0.09850813215696563, "man": 0.26630272666862, "them": 0.16779459451165435}, "know": {"man - them": -0.08925664719505283, "man": 0.1587962067735355, "them": 0.24805285396858834}, "lack": {"man - them": 0.09850813215696563, "man": 0.26630272666862, "them": 0.16779459451165435}, "large": {"man - them": -0.024303520154676378, "man": 0.23431588088831376, "them": 0.25861940104299014}, "last": {"man - them": 0.12375311970242703, "man": 0.25696835542463975, "them": 0.13321523572221272}, "laughing": {"man - them": 0.05396019535544547, "man": 0.26630272666862, "them": 0.21234253131317452}, "lead": {"man - them": 0.09895837110332761, "man": 0.257490555772244, "them": 0.1585321846689164}, "learn": {"man - them": -0.02446842368131294, "man": 0.2050993429060553, "them": 0.22956776658736824}, "least": {"man - them": 0.006575290628188318, "man": 0.1904269528504495, "them": 0.18385166222226118}, "leave": {"man - them": -0.024453976464311217, "man": 0.20813349402606912, "them": 0.23258747049038034}, "led": {"man - them": 0.09743693017704605, "man": 0.2861132871052471, "them": 0.18867635692820103}, "left": {"man - them": 0.006641934647023423, "man": 0.18326121938496884, "them": 0.17661928473794541}, "let": {"man - them": -0.05339524017098715, "man": 0.20626850588469678, "them": 0.25966374605568393}, "lies": {"man - them": 0.005982542412566377, "man": 0.254877594461359, "them": 0.24889505204879261}, "life": {"man - them": -0.02456026847547424, "man": 0.1812701674482487, "them": 0.20583043592372294}, "like": {"man - them": 0.08866835254513561, "man": 0.34745687020368005, "them": 0.25878851765854444}, "listen": {"man - them": 0.006280867905115728, "man": 0.2222770311026224, "them": 0.21599616319750667}, "little": {"man - them": 0.007148180183602526, "man": 0.21202360088849984, "them": 0.2048754207048973}, "live": {"man - them": 0.045343381927358345, "man": 0.1957733385489826, "them": 0.15042995662162426}, "lives": {"man - them": 0.05498397573842814, "man": 0.23431588088831376, "them": 0.17933190514988562}, "living": {"man - them": 0.09527612662231752, "man": 0.27760919329392897, "them": 0.18233306667161145}, "local": {"man - them": 0.10109836563023224, "man": 0.21025202792603426, "them": 0.10915366229580202}, "lol": {"man - them": 0.11051649207009542, "man": 0.24712066676245759, "them": 0.13660417469236216}, "look": {"man - them": -0.02953886373305778, "man": 0.22699197780960864, "them": 0.2565308415426664}, "looking": {"man - them": 0.09191436919106286, "man": 0.2602994612723082, "them": 0.16838509208124533}, "looks": {"man - them": 0.030065809701682017, "man": 0.2365505654754853, "them": 0.2064847557738033}, "loud": {"man - them": 0.09793213157452313, "man": 0.27714270679142894, "them": 0.1792105752169058}, "love": {"man - them": 0.017836101761193185, "man": 0.2316086079124438, "them": 0.21377250615125062}, "luck": {"man - them": 0.05508285483907341, "man": 0.23103820921472834, "them": 0.17595535437565493}, "m": {"man - them": 0.13877057000573054, "man": 0.31836584413025243, "them": 0.1795952741245219}, "made": {"man - them": 0.06140400447907238, "man": 0.23280597305211967, "them": 0.1714019685730473}, "make": {"man - them": -0.029531650199931786, "man": 0.2279295332447571, "them": 0.2574611834446889}, "makes": {"man - them": 0.04087646899151043, "man": 0.28360352139069583, "them": 0.2427270523991854}, "man": {"man - them": 0.6375751717459334, "man": 0.6887877632484933, "them": 0.05121259150255999}, "mans": {"man - them": 0.09638138233764657, "man": 0.30429806715412305, "them": 0.2079166848164765}, "many": {"man - them": -0.09688450464745849, "man": 0.1790141984109407, "them": 0.2758987030583992}, "mark": {"man - them": 0.05372397764590792, "man": 0.2732420658933597, "them": 0.21951808824745178}, "mate": {"man - them": 0.026611646353968677, "man": 0.2500355639865137, "them": 0.22342391763254504}, "may": {"man - them": 0.04437170976662347, "man": 0.23402798971407962, "them": 0.18965627994745615}, "maybe": {"man - them": -0.08266411006344365, "man": 0.15684124689330617, "them": 0.23950535695674982}, "me": {"man - them": 0.05596430080664014, "man": 0.2709313523059677, "them": 0.21496705149932757}, "media": {"man - them": -0.01036212469352396, "man": 0.19859679976162908, "them": 0.20895892445515304}, "meet": {"man - them": 0.07854161257362025, "man": 0.27349609071816305, "them": 0.1949544781445428}, "men": {"man - them": 0.1102533349837432, "man": 0.3208223734443642, "them": 0.210569038460621}, "met": {"man - them": 0.054699186330043614, "man": 0.24355644748087787, "them": 0.18885726115083426}, "mile": {"man - them": 0.05358898409050178, "man": 0.27714270679142894, "them": 0.22355372270092716}, "mob": {"man - them": 0.09713860029300425, "man": 0.2913756775094773, "them": 0.19423707721647304}, "mold": {"man - them": 0.09429371963932945, "man": 0.3372124111225044, "them": 0.24291869148317494}, "monday": {"man - them": 0.09814221814473811, "man": 0.2732420658933597, "them": 0.17509984774862158}, "money": {"man - them": 0.006660478516395757, "man": 0.1812701674482487, "them": 0.17460968893185294}, "monkey": {"man - them": 0.09833319056079878, "man": 0.26964411952039613, "them": 0.17131092895959735}, "month": {"man - them": 0.1090716349668765, "man": 0.2733036481958138, "them": 0.16423201322893732}, "more": {"man - them": 0.03285030956129403, "man": 0.2976759238705927, "them": 0.2648256143092987}, "most": {"man - them": -0.04865798004404598, "man": 0.23082561820130532, "them": 0.2794835982453513}, "mother": {"man - them": 0.027459941904092372, "man": 0.2041233745159493, "them": 0.17666343261185694}, "move": {"man - them": 0.05595366805470378, "man": 0.20037990608876305, "them": 0.14442623803405927}, "moved": {"man - them": 0.10076273301128101, "man": 0.21838257737766067, "them": 0.11761984436637966}, "movement": {"man - them": 0.09998729928556974, "man": 0.23603569974579386, "them": 0.13604840046022412}, "movie": {"man - them": 0.09990559256917259, "man": 0.2378148121500867, "them": 0.13790921958091412}, "much": {"man - them": -0.06455334719400141, "man": 0.19610843134921724, "them": 0.26066177854321865}, "murder": {"man - them": 0.2135979546876467, "man": 0.3262258508665141, "them": 0.11262789617886741}, "murdered": {"man - them": 0.10694519390372498, "man": 0.3074846525555549, "them": 0.20053945865182993}, "my": {"man - them": -0.005239889126074704, "man": 0.23156718464161558, "them": 0.23680707376769028}, "n": {"man - them": 0.017329708120295217, "man": 0.2727314929275669, "them": 0.25540178480727166}, "name": {"man - them": 0.044467865124564604, "man": 0.23043484145805082, "them": 0.18596697633348622}, "names": {"man - them": 0.09881900851123063, "man": 0.2602521447364221, "them": 0.16143313622519148}, "national": {"man - them": 0.1542718023753089, "man": 0.274565108272748, "them": 0.12029330589743908}, "nationalism": {"man - them": 0.09963745080667633, "man": 0.24355644748087787, "them": 0.14391899667420155}, "nature": {"man - them": 0.054699186330043614, "man": 0.24355644748087787, "them": 0.18885726115083426}, "nazi": {"man - them": 0.09908877680815412, "man": 0.254877594461359, "them": 0.15578881765320488}, "need": {"man - them": -0.04775145341903622, "man": 0.18880088858246877, "them": 0.236552342001505}, "negro": {"man - them": 0.028067407431687674, "man": 0.16785791494162228, "them": 0.1397905075099346}, "neighborhood": {"man - them": 0.05406479292579974, "man": 0.26318170655977946, "them": 0.20911691363397972}, "net": {"man - them": 0.10021332294312568, "man": 0.23103820921472834, "them": 0.13082488627160266}, "never": {"man - them": 0.023247844851873395, "man": 0.26795041948416304, "them": 0.24470257463228964}, "new": {"man - them": 0.03140638771606241, "man": 0.16751840867512732, "them": 0.1361120209590649}, "news": {"man - them": 0.09779625148276452, "man": 0.22668241023660984, "them": 0.12888615875384532}, "next": {"man - them": 0.006712745178898194, "man": 0.17566490955345834, "them": 0.16895216437456015}, "nice": {"man - them": 0.19060153813646463, "man": 0.27760919329392897, "them": 0.08700765515746434}, "nigerian": {"man - them": 0.09713860029300425, "man": 0.2913756775094773, "them": 0.19423707721647304}, "night": {"man - them": 0.16964306263560455, "man": 0.31134428438116496, "them": 0.1417012217455604}, "no": {"man - them": 0.004909121149669182, "man": 0.2567617574218398, "them": 0.25185263627217064}, "non": {"man - them": 0.05834777931365076, "man": 0.2634539367055217, "them": 0.20510615739187094}, "nor": {"man - them": 0.05425290322120141, "man": 0.257490555772244, "them": 0.2032376525510426}, "nordic": {"man - them": 0.15445176642173214, "man": 0.2720716107881118, "them": 0.11761984436637966}, "north": {"man - them": 0.10035025731133615, "man": 0.22795379958026943, "them": 0.12760354226893328}, "nose": {"man - them": 0.09833319056079878, "man": 0.26964411952039613, "them": 0.17131092895959735}, "not": {"man - them": -0.1145214546135567, "man": 0.1987791125953042, "them": 0.3133005672088609}, "nothing": {"man - them": -0.047978724967048, "man": 0.16187025617972525, "them": 0.20984898114677325}, "now": {"man - them": 0.02015211921098428, "man": 0.2384307912867705, "them": 0.21827867207578622}, "nuts": {"man - them": 0.09522071430232901, "man": 0.32303995157359194, "them": 0.22781923727126294}, "of": {"man - them": -0.02361390991130874, "man": 0.3475771097262986, "them": 0.37119101963760737}, "off": {"man - them": -0.04757632601984502, "man": 0.20098948740888864, "them": 0.24856581342873366}, "officers": {"man - them": 0.1490026399958336, "man": 0.33767899692403464, "them": 0.18867635692820103}, "old": {"man - them": 0.16200444549645618, "man": 0.2963593075210545, "them": 0.13435486202459831}, "on": {"man - them": 0.010545617991629563, "man": 0.312604254509941, "them": 0.30205863651831144}, "once": {"man - them": 0.017779622819573154, "man": 0.23527578460738352, "them": 0.21749616178781037}, "one": {"man - them": 0.03430966974961813, "man": 0.2951037942797582, "them": 0.26079412453014006}, "only": {"man - them": -0.03982781030232091, "man": 0.2031996025472154, "them": 0.2430274128495363}, "onto": {"man - them": 0.05384708242881234, "man": 0.26964411952039613, "them": 0.2157970370915838}, "or": {"man - them": -0.012368391415837454, "man": 0.27175957489276276, "them": 0.2841279663086002}, "org": {"man - them": 0.056758640073182876, "man": 0.16838387685803424, "them": 0.11162523678485137}, "organization": {"man - them": 0.09908877680815412, "man": 0.254877594461359, "them": 0.15578881765320488}, "other": {"man - them": -0.09770755111617177, "man": 0.10973070459498271, "them": 0.20743825571115448}, "our": {"man - them": -0.039639569444079925, "man": 0.22286840403530395, "them": 0.26250797347938387}, "out": {"man - them": -0.06054478813972103, "man": 0.24784531322285952, "them": 0.30839010136258055}, "over": {"man - them": -0.07562311301339122, "man": 0.1298651461916134, "them": 0.20548825920500463}, "own": {"man - them": -0.1347325688763227, "man": 0.14026021235410954, "them": 0.27499278123043225}, "p": {"man - them": 0.15508027779304043, "man": 0.2631214402474166, "them": 0.1080411624543762}, "page": {"man - them": 0.10096220638492777, "man": 0.21359010256379518, "them": 0.11262789617886741}, "pair": {"man - them": 0.05372397764590792, "man": 0.2732420658933597, "them": 0.21951808824745178}, "paper": {"man - them": 0.054634231564170216, "man": 0.2456244844309026, "them": 0.19099025286673238}, "part": {"man - them": -0.010305713453786863, "man": 0.17686632858003568, "them": 0.18717204203382254}, "parts": {"man - them": 0.09833319056079878, "man": 0.26964411952039613, "them": 0.17131092895959735}, "pass": {"man - them": -0.02442643165184158, "man": 0.21359010256379518, "them": 0.23801653421563676}, "people": {"man - them": -0.016373497334534026, "man": 0.27369322931846224, "them": 0.29006672665299627}, "person": {"man - them": -0.06661907204269821, "man": 0.16838387685803424, "them": 0.23500294890073245}, "phone": {"man - them": -0.024303520154676378, "man": 0.23431588088831376, "them": 0.25861940104299014}, "photo": {"man - them": 0.09973100282660105, "man": 0.24156973280375127, "them": 0.14183872997715022}, "photos": {"man - them": 0.05449419358578267, "man": 0.2500355639865137, "them": 0.19554137040073105}, "pick": {"man - them": 0.026696998594434224, "man": 0.2456244844309026, "them": 0.21892748583646837}, "picked": {"man - them": 0.09743693017704605, "man": 0.2861132871052471, "them": 0.18867635692820103}, "place": {"man - them": 0.09643686532532766, "man": 0.25542942934030666, "them": 0.158992564014979}, "play": {"man - them": 0.027030705287664242, "man": 0.22795379958026943, "them": 0.2009230942926052}, "please": {"man - them": -0.010291229328881019, "man": 0.1721967210976735, "them": 0.18248795042655452}, "point": {"man - them": 0.027585895383251374, "man": 0.196867630223957, "them": 0.16928173484070563}, "poles": {"man - them": 0.09833319056079878, "man": 0.26964411952039613, "them": 0.17131092895959735}, "police": {"man - them": 0.17979605470293777, "man": 0.3380500707449776, "them": 0.15825401604203984}, "political": {"man - them": 0.09881900851123063, "man": 0.2602521447364221, "them": 0.16143313622519148}, "posted": {"man - them": 0.08116360202979139, "man": 0.2663058180806017, "them": 0.18514221605081033}, "power": {"man - them": 0.10086524742882448, "man": 0.21593372881686687, "them": 0.11506848138804239}, "pressure": {"man - them": 0.09713860029300425, "man": 0.2913756775094773, "them": 0.19423707721647304}, "pride": {"man - them": 0.055771038298405295, "man": 0.2071037124393521, "them": 0.1513326741409468}, "prison": {"man - them": 0.09921126072210457, "man": 0.25239712957428706, "them": 0.1531858688521825}, "protect": {"man - them": 0.09881900851123063, "man": 0.2602521447364221, "them": 0.16143313622519148}, "proud": {"man - them": 0.08153209724246521, "man": 0.25819552985432215, "them": 0.17666343261185694}, "pulls": {"man - them": 0.09587569935884188, "man": 0.31261119269520415, "them": 0.21673549333636227}, "purpose": {"man - them": 0.09814221814473811, "man": 0.2732420658933597, "them": 0.17509984774862158}, "race": {"man - them": -0.047895555904568066, "man": 0.17772404262307545, "them": 0.22561959852764352}, "racially": {"man - them": 0.09850813215696563, "man": 0.26630272666862, "them": 0.16779459451165435}, "racist": {"man - them": 0.11111809963749093, "man": 0.23527578460738352, "them": 0.12415768496989259}, "ramifications": {"man - them": 0.09429371963932945, "man": 0.3372124111225044, "them": 0.24291869148317494}, "rape": {"man - them": 0.026611646353968677, "man": 0.2500355639865137, "them": 0.22342391763254504}, "rapes": {"man - them": 0.09793213157452313, "man": 0.27714270679142894, "them": 0.1792105752169058}, "re": {"man - them": 0.0496754223463175, "man": 0.25349285915361164, "them": 0.20381743680729414}, "real": {"man - them": -0.057235002321531336, "man": 0.19436766917827591, "them": 0.25160267149980725}, "really": {"man - them": 0.09690205440401353, "man": 0.245973084782927, "them": 0.14907103037891348}, "reason": {"man - them": 0.05142902133916641, "man": 0.2903214255650696, "them": 0.23889240422590322}, "release": {"man - them": 0.09638138233764657, "man": 0.30429806715412305, "them": 0.2079166848164765}, "remember": {"man - them": -0.02446842368131294, "man": 0.2050993429060553, "them": 0.22956776658736824}, "reported": {"man - them": 0.09921126072210457, "man": 0.25239712957428706, "them": 0.1531858688521825}, "rest": {"man - them": 0.11479162197614706, "man": 0.3022695008242229, "them": 0.18747787884807582}, "right": {"man - them": -0.02753456986022304, "man": 0.20245414939022718, "them": 0.22998871925045022}, "risk": {"man - them": 0.05327247722443851, "man": 0.2861132871052471, "them": 0.23284080988080857}, "river": {"man - them": 0.054338135809529065, "man": 0.254877594461359, "them": 0.20053945865182993}, "road": {"man - them": 0.09908877680815412, "man": 0.254877594461359, "them": 0.15578881765320488}, "rob": {"man - them": 0.1028875723301525, "man": 0.3632105726832697, "them": 0.2603230003531172}, "roll": {"man - them": 0.09679258500834978, "man": 0.2973549974633953, "them": 0.2005624124550455}, "rule": {"man - them": 0.054162046992203616, "man": 0.2602521447364221, "them": 0.2060900977442185}, "running": {"man - them": 0.027030705287664242, "man": 0.22795379958026943, "them": 0.2009230942926052}, "russia": {"man - them": 0.15274946061045327, "man": 0.2945881905876035, "them": 0.14183872997715022}, "russian": {"man - them": 0.09973100282660105, "man": 0.24156973280375127, "them": 0.14183872997715022}, "s": {"man - them": 0.09693647519874199, "man": 0.32370030177602344, "them": 0.22676382657728145}, "sad": {"man - them": 0.055590414067745814, "man": 0.21359010256379518, "them": 0.15799968849604937}, "said": {"man - them": 0.04499774090995756, "man": 0.20990767466819915, "them": 0.1649099337582416}, "same": {"man - them": -0.034732639104367136, "man": 0.19125245047191736, "them": 0.2259850895762845}, "save": {"man - them": -0.010416921217118541, "man": 0.23603569974579386, "them": 0.2464526209629124}, "saw": {"man - them": 0.006841761103235616, "man": 0.16187025617972525, "them": 0.15502849507648964}, "say": {"man - them": 0.0005192540584137151, "man": 0.2098453571922226, "them": 0.2093261031338089}, "says": {"man - them": 0.006582325311990406, "man": 0.18966981220312798, "them": 0.18308748689113757}, "scale": {"man - them": 0.09850813215696563, "man": 0.26630272666862, "them": 0.16779459451165435}, "scene": {"man - them": 0.09998729928556974, "man": 0.23603569974579386, "them": 0.13604840046022412}, "school": {"man - them": -0.08458296626832687, "man": 0.1681842162275222, "them": 0.25276718249584906}, "see": {"man - them": -0.013967129061804917, "man": 0.2317516537427252, "them": 0.2457187828045301}, "seeing": {"man - them": 0.054634231564170216, "man": 0.2456244844309026, "them": 0.19099025286673238}, "seems": {"man - them": 0.02967937479775079, "man": 0.2545489413193411, "them": 0.2248695665215903}, "seen": {"man - them": -0.011677702862079142, "man": 0.2183592473433349, "them": 0.23003695020541404}, "sense": {"man - them": 0.09895837110332761, "man": 0.257490555772244, "them": 0.1585321846689164}, "service": {"man - them": 0.0264108130661031, "man": 0.2602521447364221, "them": 0.233841331670319}, "sf": {"man - them": 0.05565349830120006, "man": 0.2113424373343077, "them": 0.15568893903310763}, "she": {"man - them": 0.08085457823533157, "man": 0.2191031989488727, "them": 0.13824862071354113}, "shot": {"man - them": 0.16754130141676574, "man": 0.33310840215148324, "them": 0.1655671007347175}, "should": {"man - them": -0.02544491017185979, "man": 0.2534524396191282, "them": 0.278897349790988}, "show": {"man - them": -0.06703479053351055, "man": 0.14669650936498393, "them": 0.2137312998984945}, "single": {"man - them": 0.006316711053125035, "man": 0.21838257737766067, "them": 0.21206586632453564}, "situation": {"man - them": 0.09921126072210457, "man": 0.25239712957428706, "them": 0.1531858688521825}, "six": {"man - them": 0.09908877680815412, "man": 0.254877594461359, "them": 0.15578881765320488}, "small": {"man - them": -0.010346842126946698, "man": 0.19197134090790388, "them": 0.20231818303485058}, "so": {"man - them": -0.04561087385495263, "man": 0.24539607446250103, "them": 0.29100694831745366}, "some": {"man - them": 0.008624218617247714, "man": 0.27199286379428855, "them": 0.26336864517704084}, "sometimes": {"man - them": 0.027058004176103267, "man": 0.2264767437141337, "them": 0.19941873953803044}, "son": {"man - them": 0.15445176642173214, "man": 0.2720716107881118, "them": 0.11761984436637966}, "song": {"man - them": 0.10096220638492777, "man": 0.21359010256379518, "them": 0.11262789617886741}, "sorry": {"man - them": 0.1437957237189851, "man": 0.29306909602639386, "them": 0.14927337230740875}, "soul": {"man - them": 0.15189646451174582, "man": 0.3050823333639283, "them": 0.1531858688521825}, "sound": {"man - them": 0.10076273301128101, "man": 0.21838257737766067, "them": 0.11761984436637966}, "spot": {"man - them": 0.09793213157452313, "man": 0.27714270679142894, "them": 0.1792105752169058}, "stand": {"man - them": 0.027250195482764472, "man": 0.21593372881686687, "them": 0.1886835333341024}, "start": {"man - them": -0.047962265987222835, "man": 0.16331429415556817, "them": 0.211276560142791}, "starting": {"man - them": 0.02635241356251039, "man": 0.26318170655977946, "them": 0.23682929299726907}, "state": {"man - them": -0.010360211331206237, "man": 0.1977256929881952, "them": 0.20808590431940144}, "station": {"man - them": 0.09908877680815412, "man": 0.254877594461359, "them": 0.15578881765320488}, "stay": {"man - them": -0.010381172063168215, "man": 0.20813349402606912, "them": 0.21851466608923734}, "step": {"man - them": 0.05384708242881234, "man": 0.26964411952039613, "them": 0.2157970370915838}, "stood": {"man - them": 0.1051690247310039, "man": 0.3331356430653738, "them": 0.2279666183343699}, "stop": {"man - them": -0.07447323535031206, "man": 0.1806209510105746, "them": 0.25509418636088665}, "stories": {"man - them": 0.09943579528026603, "man": 0.2477813263045458, "them": 0.14834553102427978}, "stormed": {"man - them": 0.09522071430232901, "man": 0.32303995157359194, "them": 0.22781923727126294}, "stormfront": {"man - them": 0.05711704441808278, "man": 0.15259019014803019, "them": 0.0954731457299474}, "story": {"man - them": 0.19119499942297338, "man": 0.27028019318158847, "them": 0.07908519375861509}, "street": {"man - them": 0.043216469279987735, "man": 0.274565108272748, "them": 0.23134863899276026}, "strong": {"man - them": 0.09953920335919672, "man": 0.2456244844309026, "them": 0.14608528107170587}, "students": {"man - them": 0.08144595204148192, "man": 0.2601131405992128, "them": 0.1786671885577309}, "stuff": {"man - them": 0.10997574488242318, "man": 0.25726115791747434, "them": 0.14728541303505116}, "stupid": {"man - them": 0.06393606938986918, "man": 0.28281827452102876, "them": 0.21888220513115958}, "style": {"man - them": 0.09866943870252809, "man": 0.26318170655977946, "them": 0.16451226785725137}, "sub": {"man - them": 0.09943579528026603, "man": 0.2477813263045458, "them": 0.14834553102427978}, "such": {"man - them": -0.024583760399666116, "man": 0.1727612479306629, "them": 0.197345008330329}, "sucks": {"man - them": 0.09713860029300425, "man": 0.2913756775094773, "them": 0.19423707721647304}, "sure": {"man - them": 0.06164691275979861, "man": 0.22541989754298736, "them": 0.16377298478318875}, "t": {"man - them": -0.004136083213120478, "man": 0.2586096713452163, "them": 0.26274575455833676}, "table": {"man - them": 0.09814221814473811, "man": 0.2732420658933597, "them": 0.17509984774862158}, "take": {"man - them": -0.06702151002288045, "man": 0.1474521612725079, "them": 0.21447367129538836}, "taken": {"man - them": 0.10076273301128101, "man": 0.21838257737766067, "them": 0.11761984436637966}, "talked": {"man - them": 0.05260494105071212, "man": 0.30429806715412305, "them": 0.25169312610341094}, "talking": {"man - them": 0.027332430957359655, "man": 0.2113424373343077, "them": 0.18401000637694803}, "tape": {"man - them": 0.18259018462622267, "man": 0.35769003237484426, "them": 0.17509984774862158}, "task": {"man - them": 0.09814221814473811, "man": 0.2732420658933597, "them": 0.17509984774862158}, "teacher": {"man - them": 0.10141662714301095, "man": 0.20222070640216488, "them": 0.10080407925915394}, "television": {"man - them": 0.09932668935217218, "man": 0.2500355639865137, "them": 0.15070887463434154}, "tell": {"man - them": 0.014573062323970654, "man": 0.2690422390255807, "them": 0.25446917670161007}, "telling": {"man - them": 0.10800822814436464, "man": 0.2909458530863964, "them": 0.18293762494203178}, "tens": {"man - them": 0.05406479292579974, "man": 0.26318170655977946, "them": 0.20911691363397972}, "than": {"man - them": -0.06167694895738651, "man": 0.21032805361804174, "them": 0.27200500257542826}, "that": {"man - them": 0.0054833922916883715, "man": 0.31021479952268405, "them": 0.3047314072309957}, "thats": {"man - them": -0.010394163863675032, "man": 0.21593372881686687, "them": 0.2263278926805419}, "the": {"man - them": 0.01730667937115432, "man": 0.35886955024028094, "them": 0.3415628708691266}, "their": {"man - them": -0.17576686150806228, "man": 0.16898813907230723, "them": 0.3447550005803695}, "them": {"man - them": -0.5732569543975496, "man": 0.06192332261396675, "them": 0.6351802770115164}, "then": {"man - them": -0.10507558116679455, "man": 0.16773964925289442, "them": 0.27281523041968897}, "there": {"man - them": 0.0041900374650685746, "man": 0.27264264960828777, "them": 0.2684526121432192}, "these": {"man - them": -0.07999946544041489, "man": 0.16908182877386332, "them": 0.24908129421427821}, "they": {"man - them": -0.1491250673310279, "man": 0.22525715052260645, "them": 0.37438221785363435}, "things": {"man - them": 0.0067071672343499145, "man": 0.17626264392702234, "them": 0.16955547669267243}, "think": {"man - them": -0.15735618732017254, "man": 0.10994999124540793, "them": 0.2673061785655805}, "this": {"man - them": 0.0909701010486888, "man": 0.3134214606486323, "them": 0.2224513595999435}, "those": {"man - them": -0.09746409303255182, "man": 0.11957796064215659, "them": 0.2170420536747084}, "time": {"man - them": 0.06653145374198127, "man": 0.2672019525412687, "them": 0.20067049879928744}, "times": {"man - them": 0.06763511598637806, "man": 0.2779563476671524, "them": 0.21032123168077432}, "to": {"man - them": -0.06586993886197956, "man": 0.3339476688729946, "them": 0.39981760773497416}, "together": {"man - them": 0.08246236322611941, "man": 0.2365505654754853, "them": 0.1540882022493659}, "told": {"man - them": -0.03416543533629918, "man": 0.24712066676245759, "them": 0.28128610209875676}, "too": {"man - them": -0.0478762409539682, "man": 0.17927515915212056, "them": 0.22715140010608875}, "towards": {"man - them": 0.07884624918435784, "man": 0.31268758085467685, "them": 0.233841331670319}, "town": {"man - them": 0.006745130031378804, "man": 0.1721967210976735, "them": 0.1654515910662947}, "true": {"man - them": 0.14413737417599684, "man": 0.2885636122100561, "them": 0.14442623803405927}, "truly": {"man - them": 0.09866943870252809, "man": 0.26318170655977946, "them": 0.16451226785725137}, "try": {"man - them": -0.01168355293631479, "man": 0.22229362071629397, "them": 0.23397717365260876}, "trying": {"man - them": 0.0066725129584255805, "man": 0.17997868910062712, "them": 0.17330617614220153}, "turning": {"man - them": 0.09850813215696563, "man": 0.26630272666862, "them": 0.16779459451165435}, "tv": {"man - them": 0.09604043555255459, "man": 0.2632174486450922, "them": 0.16717701309253763}, "two": {"man - them": 0.09160614268376616, "man": 0.2663966062510311, "them": 0.17479046356726496}, "u": {"man - them": 0.10188764336190471, "man": 0.18966981220312798, "them": 0.08778216884122327}, "uk": {"man - them": 0.10109836563023224, "man": 0.21025202792603426, "them": 0.10915366229580202}, "until": {"man - them": -0.02453757187441835, "man": 0.1881842695461031, "them": 0.21272184142052145}, "up": {"man - them": 0.01690793724923828, "man": 0.2947488073899957, "them": 0.2778408701407574}, "us": {"man - them": -0.07019111737073963, "man": 0.1742347423813183, "them": 0.24442585975205794}, "use": {"man - them": -0.0667029064263244, "man": 0.16429578903677955, "them": 0.23099869546310395}, "used": {"man - them": -0.057486008417646034, "man": 0.1812701674482487, "them": 0.23875617586589473}, "uses": {"man - them": 0.09769886944333539, "man": 0.2814062261274951, "them": 0.18370735668415972}, "v": {"man - them": 0.006482970536863725, "man": 0.20037990608876305, "them": 0.19389693555189932}, "ve": {"man - them": -0.041446100510903416, "man": 0.18910245797033562, "them": 0.23054855848123904}, "very": {"man - them": -0.0025067761858529047, "man": 0.1800640475029921, "them": 0.182570823688845}, "video": {"man - them": 0.16302313137179433, "man": 0.29000092269939615, "them": 0.1269777913276018}, "violent": {"man - them": 0.09982026490102258, "man": 0.2396577817113422, "them": 0.1398375168103196}, "walked": {"man - them": 0.14980775530061768, "man": 0.3290183305175235, "them": 0.1792105752169058}, "walking": {"man - them": 0.09866943870252809, "man": 0.26318170655977946, "them": 0.16451226785725137}, "want": {"man - them": -0.10856638145661779, "man": 0.17279136396012285, "them": 0.28135774541674063}, "wanted": {"man - them": 0.006391682914665686, "man": 0.21025202792603426, "them": 0.20386034501136857}, "warning": {"man - them": 0.09793213157452313, "man": 0.27714270679142894, "them": 0.1792105752169058}, "was": {"man - them": 0.10250325875277375, "man": 0.3204942607335704, "them": 0.21799100198079666}, "watch": {"man - them": 0.0003575618096820221, "man": 0.23049740536647087, "them": 0.23013984355678885}, "way": {"man - them": 0.023308405305946966, "man": 0.2649981923390264, "them": 0.24168978703307942}, "we": {"man - them": -0.10588746293699738, "man": 0.18527523836683593, "them": 0.2911627013038333}, "week": {"man - them": 0.15670819945478345, "man": 0.23785362915461628, "them": 0.08114542969983282}, "weeks": {"man - them": 0.10145254730029275, "man": 0.20129284409950468, "them": 0.09984029679921193}, "welfare": {"man - them": 0.09921126072210457, "man": 0.25239712957428706, "them": 0.1531858688521825}, "well": {"man - them": -0.034841817143928144, "man": 0.17546085206325812, "them": 0.21030266920718627}, "went": {"man - them": 0.1052413421283675, "man": 0.27980194925435165, "them": 0.17456060712598415}, "were": {"man - them": -0.16116006860525756, "man": 0.11039058863591404, "them": 0.2715506572411716}, "west": {"man - them": 0.1534242724147108, "man": 0.2859346151985566, "them": 0.13251034278384582}, "what": {"man - them": -0.07412160357396733, "man": 0.17307969079837687, "them": 0.2472012943723442}, "whatever": {"man - them": 0.054931645658839595, "man": 0.23603569974579386, "them": 0.18110405408695426}, "when": {"man - them": -0.09353023103672442, "man": 0.19990927681015352, "them": 0.29343950784687794}, "whenever": {"man - them": 0.02635241356251039, "man": 0.26318170655977946, "them": 0.23682929299726907}, "where": {"man - them": 0.06280220385662244, "man": 0.2665921086813997, "them": 0.20378990482477727}, "which": {"man - them": -0.10278381828758029, "man": 0.15136781896842963, "them": 0.2541516372560099}, "while": {"man - them": 0.14641937220185605, "man": 0.2559183846057588, "them": 0.10949901240390272}, "white": {"man - them": 0.1482115686555187, "man": 0.4228155381148455, "them": 0.2746039694593268}, "whites": {"man - them": -0.06989058217039934, "man": 0.19265750952049276, "them": 0.2625480916908921}, "whitey": {"man - them": 0.14980775530061768, "man": 0.3290183305175235, "them": 0.1792105752169058}, "who": {"man - them": -0.008722516849481499, "man": 0.2522384495064998, "them": 0.2609609663559813}, "whole": {"man - them": 0.006491293149640587, "man": 0.19948138508543306, "them": 0.19299009193579247}, "whut": {"man - them": 0.09429371963932945, "man": 0.3372124111225044, "them": 0.24291869148317494}, "why": {"man - them": -0.12501898170179482, "man": 0.14375812201565724, "them": 0.26877710371745206}, "wiggers": {"man - them": 0.11113318827878721, "man": 0.35114611551401614, "them": 0.24001292723522893}, "will": {"man - them": -0.08479523365707217, "man": 0.23009482092615438, "them": 0.31489005458322655}, "with": {"man - them": 0.019141760632052307, "man": 0.34169266421962796, "them": 0.32255090358757565}, "within": {"man - them": 0.11358622504213728, "man": 0.31929422138703634, "them": 0.20570799634489906}, "woman": {"man - them": 0.2697324797296435, "man": 0.39455548350611297, "them": 0.12482300377646947}, "women": {"man - them": 0.07804872397445739, "man": 0.309006732257321, "them": 0.2309580082828636}, "wonder": {"man - them": 0.006914898130875341, "man": 0.23464859138683666, "them": 0.22773369325596132}, "wore": {"man - them": 0.05286391297651416, "man": 0.2973549974633953, "them": 0.24449108448688112}, "work": {"man - them": 0.04158453166513926, "man": 0.2594567538776368, "them": 0.21787222221249752}, "world": {"man - them": 0.007258783376303007, "man": 0.20135255588520287, "them": 0.19409377250889986}, "would": {"man - them": -0.08857069469588885, "man": 0.1903608844031882, "them": 0.27893157909907706}, "www": {"man - them": 0.18137506862884423, "man": 0.2717714845501159, "them": 0.09039641592127169}, "year": {"man - them": 0.13468247295922778, "man": 0.29916108714569634, "them": 0.16447861418646856}, "years": {"man - them": -0.0025304630283267404, "man": 0.18359183881842042, "them": 0.18612230184674716}, "yes": {"man - them": 0.02813189976419378, "man": 0.1638031189977771, "them": 0.13567121923358333}, "yet": {"man - them": 0.02766964184629367, "man": 0.19197134090790388, "them": 0.1643016990616102}, "york": {"man - them": 0.10065404736229502, "man": 0.2209473532597341, "them": 0.12029330589743908}, "you": {"man - them": -0.04517291850536323, "man": 0.2377612309121577, "them": 0.28293414941752093}, "young": {"man - them": 0.12639577987460163, "man": 0.35037069818454725, "them": 0.22397491830994562}, "your": {"man - them": 0.012692101855472593, "man": 0.23273684076545142, "them": 0.22004473890997883}, "yourself": {"man - them": 0.05600131423840163, "man": 0.19859679976162908, "them": 0.14259548552322746}, "youtube": {"man - them": 0.27356957122022696, "man": 0.31494023896784107, "them": 0.04137066774761411}, "zionist": {"man - them": 0.09932668935217218, "man": 0.2500355639865137, "them": 0.15070887463434154}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-man-they.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-man-they.json new file mode 100644 index 0000000000000000000000000000000000000000..e42242640ca1be93f157a3f203955eaf691f1817 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-man-they.json @@ -0,0 +1 @@ +{"1": {"man - they": 0.13785840602530214, "man": 0.2679214135403094, "they": 0.13006300751500727}, "10": {"man - they": 0.1426688252430589, "man": 0.28360352139069583, "they": 0.14093469614763693}, "11": {"man - they": 0.15457912684783787, "man": 0.21714436844583826, "they": 0.0625652415980004}, "12": {"man - they": 0.15418437124433604, "man": 0.22364052572376322, "they": 0.0694561544794272}, "14": {"man - they": 0.15504502514648294, "man": 0.20918266501293553, "they": 0.05413763986645259}, "15": {"man - they": 0.12192127373708733, "man": 0.27718265811076515, "they": 0.1552613843736778}, "17": {"man - they": 0.11063664755417024, "man": 0.26318170655977946, "they": 0.15254505900560922}, "2": {"man - they": 0.021779860621228192, "man": 0.1486022987883279, "they": 0.1268224381670997}, "2001": {"man - they": 0.15009016750574333, "man": 0.2814062261274951, "they": 0.13131605862175177}, "2011": {"man - they": 0.11063664755417024, "man": 0.26318170655977946, "they": 0.15254505900560922}, "2015": {"man - they": 0.1481734769806189, "man": 0.30429806715412305, "they": 0.15612459017350416}, "27": {"man - they": 0.15009016750574333, "man": 0.2814062261274951, "they": 0.13131605862175177}, "3": {"man - they": 0.12084336344469618, "man": 0.25542942934030666, "they": 0.13458606589561048}, "30": {"man - they": 0.15655792268375573, "man": 0.29902316661863454, "they": 0.1424652439348788}, "32": {"man - they": 0.2031375771013021, "man": 0.32177210052633626, "they": 0.11863452342503418}, "35": {"man - they": 0.15073304002471255, "man": 0.2732420658933597, "they": 0.12250902586864715}, "38": {"man - they": 0.10999683145592401, "man": 0.2732420658933597, "they": 0.1632452344374357}, "50": {"man - they": 0.05340709210779182, "man": 0.21964974075555993, "they": 0.1662426486477681}, "6": {"man - they": 0.17698939398363034, "man": 0.28360352139069583, "they": 0.10661412740706551}, "65": {"man - they": 0.14511996906338825, "man": 0.3372124111225044, "they": 0.19209244205911613}, "9": {"man - they": 0.15498359363082465, "man": 0.21025202792603426, "they": 0.0552684342952096}, "_": {"man - they": 0.1156263690198252, "man": 0.16733637876525329, "they": 0.051710009745428075}, "a": {"man - they": 0.08875201677964589, "man": 0.394082550595528, "they": 0.3053305338158821}, "about": {"man - they": -0.053104511610404415, "man": 0.20574727037311624, "they": 0.25885178198352066}, "accepted": {"man - they": 0.14970981975285125, "man": 0.2861132871052471, "they": 0.13640346735239584}, "according": {"man - they": 0.05287574405799392, "man": 0.23431588088831376, "they": 0.18144013683031984}, "act": {"man - they": -0.010138896548630122, "man": 0.23265127311656605, "they": 0.24279016966519618}, "adverts": {"man - they": 0.14511996906338825, "man": 0.3372124111225044, "they": 0.19209244205911613}, "african": {"man - they": 0.08678717312417719, "man": 0.23431588088831376, "they": 0.14752870776413657}, "after": {"man - they": 0.023571892190688143, "man": 0.24766591193361187, "they": 0.22409401974292373}, "afternoon": {"man - they": 0.15009016750574333, "man": 0.2814062261274951, "they": 0.13131605862175177}, "again": {"man - they": -0.027205801599936658, "man": 0.1721967210976735, "they": 0.19940252269761016}, "against": {"man - they": 0.08291479453962103, "man": 0.28317485689847366, "they": 0.20026006235885263}, "ages": {"man - they": 0.15126273775416665, "man": 0.26630272666862, "they": 0.11503998891445331}, "ago": {"man - they": 0.04586794375607253, "man": 0.21074554706010803, "they": 0.1648776033040355}, "albino": {"man - they": 0.14278581862534898, "man": 0.36011354969971, "they": 0.217327731074361}, "all": {"man - they": -0.035717150448708934, "man": 0.2601551760432657, "they": 0.29587232649197465}, "almost": {"man - they": 0.08429970232813261, "man": 0.25819552985432215, "they": 0.17389582752618954}, "along": {"man - they": 0.011763647907557628, "man": 0.20918266501293553, "they": 0.1974190171053779}, "alot": {"man - they": 0.14015150859513198, "man": 0.2859346151985566, "they": 0.14578310660342464}, "already": {"man - they": 0.06584317382252022, "man": 0.2601131405992128, "they": 0.1942699667766926}, "always": {"man - they": 0.065592540605352, "man": 0.26168212818628467, "they": 0.19608958758093267}, "am": {"man - they": 0.11687623547971326, "man": 0.2704685278610934, "they": 0.1535922923813801}, "american": {"man - they": 0.05475659803375382, "man": 0.17997868910062712, "they": 0.1252220910668733}, "americans": {"man - they": 0.06778342764758996, "man": 0.2378148121500867, "they": 0.17003138450249675}, "among": {"man - they": 0.0679326407246579, "man": 0.23431588088831376, "they": 0.16638324016365585}, "an": {"man - they": 0.11700410505885939, "man": 0.3118073633333409, "they": 0.19480325827448153}, "and": {"man - they": 0.015033447448316306, "man": 0.3788076357599954, "they": 0.36377418831167907}, "angry": {"man - they": 0.0857503695158634, "man": 0.254877594461359, "they": 0.1691272249454956}, "another": {"man - they": 0.12060425433221944, "man": 0.29965270383875126, "they": 0.17904844950653181}, "anti": {"man - they": 0.06769138677037487, "man": 0.2615765535385675, "they": 0.19388516676819265}, "any": {"man - they": -0.030640259675199066, "man": 0.17161092555717214, "they": 0.2022511852323712}, "anyone": {"man - they": 0.018247529212932267, "man": 0.1951082341479919, "they": 0.17686070493505962}, "anything": {"man - they": -0.03733528503061356, "man": 0.1599949857732677, "they": 0.19733027080388127}, "anyway": {"man - they": 0.05326424509600644, "man": 0.22364052572376322, "they": 0.17037628062775678}, "ape": {"man - they": 0.06735062844620268, "man": 0.2477813263045458, "they": 0.18043069785834312}, "ar": {"man - they": 0.15009016750574333, "man": 0.2814062261274951, "they": 0.13131605862175177}, "archives": {"man - they": 0.14743555198456562, "man": 0.31261119269520415, "they": 0.16517564071063853}, "are": {"man - they": -0.148115685871418, "man": 0.2316742971974336, "they": 0.3797899830688516}, "area": {"man - they": 0.021567805829542153, "man": 0.1581737219319172, "they": 0.13660591610237505}, "arent": {"man - they": 0.1464780773219599, "man": 0.32303995157359194, "they": 0.17656187425163206}, "armenian": {"man - they": 0.14970981975285125, "man": 0.2861132871052471, "they": 0.13640346735239584}, "around": {"man - they": -0.022002712501313665, "man": 0.2191031989488727, "they": 0.24110591145018637}, "arrest": {"man - they": 0.10946120842799206, "man": 0.2814062261274951, "they": 0.17194501769950304}, "article": {"man - they": 0.05345217767788368, "man": 0.21838257737766067, "they": 0.164930399699777}, "as": {"man - they": -0.014919575635217064, "man": 0.2649406183048675, "they": 0.27986019394008455}, "ashamed": {"man - they": 0.0824774855970386, "man": 0.31261119269520415, "they": 0.23013370709816555}, "asian": {"man - they": 0.09228566729464241, "man": 0.2877053823770273, "they": 0.1954197150823849}, "asians": {"man - they": 0.030301679690001027, "man": 0.20129284409950468, "they": 0.17099116440950365}, "ask": {"man - they": 0.029816744927484595, "man": 0.21964974075555993, "they": 0.18983299582807533}, "asks": {"man - they": 0.1481734769806189, "man": 0.30429806715412305, "they": 0.15612459017350416}, "assault": {"man - they": 0.11022821259218141, "man": 0.26964411952039613, "they": 0.15941590692821472}, "at": {"man - they": -0.0003465814224396513, "man": 0.24390281688803997, "they": 0.24424939831047962}, "attack": {"man - they": 0.12989801125682063, "man": 0.28360352139069583, "they": 0.1537055101338752}, "attacked": {"man - they": 0.13765309706920045, "man": 0.3155222705253469, "they": 0.17786917345614647}, "attempting": {"man - they": 0.1464780773219599, "man": 0.32303995157359194, "they": 0.17656187425163206}, "attire": {"man - they": 0.14278581862534898, "man": 0.36011354969971, "they": 0.217327731074361}, "away": {"man - they": 0.08622939287378953, "man": 0.26783006158549755, "they": 0.18160066871170802}, "b": {"man - they": 0.029883509255139745, "man": 0.21714436844583826, "they": 0.18726085919069851}, "babies": {"man - they": 0.11182080184598275, "man": 0.24355644748087787, "they": 0.13173564563489512}, "back": {"man - they": 0.014461219386835006, "man": 0.2323349239564345, "they": 0.2178737045695995}, "bad": {"man - they": -0.00951051306377404, "man": 0.16944940797946575, "they": 0.1789599210432398}, "ball": {"man - they": 0.15210149019340768, "man": 0.254877594461359, "they": 0.10277610426795132}, "band": {"man - they": 0.08791529972809074, "man": 0.21025202792603426, "they": 0.12233672819794351}, "bar": {"man - they": 0.11215130867361761, "man": 0.2378148121500867, "they": 0.1256635034764691}, "be": {"man - they": -0.07175312361838049, "man": 0.2391817859156959, "they": 0.3109349095340764}, "beat": {"man - they": 0.1397202919100821, "man": 0.3177624856683398, "they": 0.17804219375825772}, "beaten": {"man - they": 0.13757756171085744, "man": 0.3403539309135119, "they": 0.20277636920265446}, "beating": {"man - they": 0.10946120842799206, "man": 0.2814062261274951, "they": 0.17194501769950304}, "beautiful": {"man - they": 0.11438101526569594, "man": 0.19518900274874781, "they": 0.08080798748305187}, "because": {"man - they": -0.026947137067752203, "man": 0.2741259699445392, "they": 0.3010731070122914}, "bedroom": {"man - they": 0.14877264479959668, "man": 0.2973549974633953, "they": 0.1485823526637986}, "been": {"man - they": 0.08359257188123298, "man": 0.2959424613155353, "they": 0.21234988943430233}, "being": {"man - they": 0.027694834488752623, "man": 0.23182032429932597, "they": 0.20412548981057335}, "best": {"man - they": 0.012221496585602898, "man": 0.18532116331123394, "they": 0.17309966672563104}, "better": {"man - they": -0.058725585013188725, "man": 0.17809207035919006, "they": 0.23681765537237878}, "between": {"man - they": 0.07183571675173828, "man": 0.29401679413338433, "they": 0.22218107738164605}, "big": {"man - they": 0.07580964999999285, "man": 0.2334138313347398, "they": 0.15760418133474696}, "black": {"man - they": 0.14270822841765324, "man": 0.39074284619167504, "they": 0.2480346177740218}, "blacks": {"man - they": 0.06776145123082492, "man": 0.3168861334131326, "they": 0.24912468218230768}, "blame": {"man - they": 0.05152365651738383, "man": 0.26964411952039613, "they": 0.2181204630030123}, "blind": {"man - they": 0.0840461306807303, "man": 0.2861132871052471, "they": 0.20206715642451678}, "body": {"man - they": 0.019854394624728572, "man": 0.23431588088831376, "they": 0.2144614862635852}, "boy": {"man - they": 0.08827142623954769, "man": 0.20222070640216488, "they": 0.1139492801626172}, "boyfriend": {"man - they": 0.16071140960736974, "man": 0.33767899692403464, "they": 0.1769675873166649}, "boys": {"man - they": 0.06753550109992101, "man": 0.24355644748087787, "they": 0.17602094638095686}, "brave": {"man - they": 0.19993766533437968, "man": 0.3485200179981783, "they": 0.1485823526637986}, "breed": {"man - they": 0.15227812153515835, "man": 0.25239712957428706, "they": 0.10011900803912871}, "broadcast": {"man - they": 0.1531546673873038, "man": 0.2396577817113422, "they": 0.0865031143240384}, "brother": {"man - they": 0.14113955216538812, "man": 0.2733036481958138, "they": 0.1321640960304257}, "brown": {"man - they": 0.11912201404716677, "man": 0.2934370853490064, "they": 0.17431507130183965}, "btw": {"man - they": 0.15244447818101725, "man": 0.2500355639865137, "they": 0.09759108580549648}, "built": {"man - they": 0.08678717312417719, "man": 0.23431588088831376, "they": 0.14752870776413657}, "bulgarian": {"man - they": 0.15042854952237503, "man": 0.27714270679142894, "they": 0.1267141572690539}, "bus": {"man - they": 0.13096538766992413, "man": 0.34718593706969536, "they": 0.21622054939977123}, "but": {"man - they": -0.04308482438217698, "man": 0.22760782351589348, "they": 0.27069264789807046}, "by": {"man - they": 0.07683152544300462, "man": 0.30471461256087484, "they": 0.22788308711787023}, "ca": {"man - they": 0.03304071651405599, "man": 0.23101883794568878, "they": 0.1979781214316328}, "called": {"man - they": 0.012108247792278148, "man": 0.19119403390763098, "they": 0.17908578611535284}, "came": {"man - they": 0.05652298404806527, "man": 0.2715451449943732, "they": 0.21502216094630794}, "camera": {"man - they": 0.15042854952237503, "man": 0.27714270679142894, "they": 0.1267141572690539}, "campaign": {"man - they": 0.15073304002471255, "man": 0.2732420658933597, "they": 0.12250902586864715}, "can": {"man - they": -0.05802457117135043, "man": 0.21237180847494444, "they": 0.27039637964629487}, "canada": {"man - they": 0.07523076576949334, "man": 0.2455942643253848, "they": 0.17036349855589147}, "capital": {"man - they": 0.14970981975285125, "man": 0.2861132871052471, "they": 0.13640346735239584}, "car": {"man - they": 0.17367050866143252, "man": 0.3177624856683398, "they": 0.1440919770069073}, "case": {"man - they": 0.09431926287901565, "man": 0.274565108272748, "they": 0.18024584539373234}, "caught": {"man - they": 0.2438835208124963, "man": 0.3623895880971396, "they": 0.11850606728464329}, "cause": {"man - they": 0.08495511270202619, "man": 0.28943546745888943, "they": 0.20448035475686324}, "centre": {"man - they": 0.08476732552151392, "man": 0.2732420658933597, "they": 0.18847474037184578}, "certain": {"man - they": 0.03991916177044183, "man": 0.2456244844309026, "they": 0.20570532266046077}, "change": {"man - they": 0.05349610664981164, "man": 0.21714436844583826, "they": 0.16364826179602662}, "chants": {"man - they": 0.14511996906338825, "man": 0.3372124111225044, "they": 0.19209244205911613}, "charge": {"man - they": 0.08561378809214787, "man": 0.257490555772244, "they": 0.17187676768009613}, "charged": {"man - they": 0.22382371938350795, "man": 0.3440325947973329, "they": 0.12020887541382494}, "check": {"man - they": 0.020977877813135287, "man": 0.1846265428298412, "they": 0.1636486650167059}, "child": {"man - they": -0.02179900910863919, "man": 0.1904269528504495, "they": 0.2122259619590887}, "chinese": {"man - they": 0.09361784970273004, "man": 0.2859346151985566, "they": 0.19231676549582657}, "choice": {"man - they": 0.14970981975285125, "man": 0.2861132871052471, "they": 0.13640346735239584}, "city": {"man - they": 0.06717843095315393, "man": 0.23043484145805082, "they": 0.1632564105048969}, "class": {"man - they": 0.020425165491041147, "man": 0.20918266501293553, "they": 0.18875749952189438}, "clearly": {"man - they": 0.14877264479959668, "man": 0.2973549974633953, "they": 0.1485823526637986}, "cnn": {"man - they": 0.1492761785006488, "man": 0.2913756775094773, "they": 0.14209949900882848}, "coat": {"man - they": 0.1481734769806189, "man": 0.30429806715412305, "they": 0.15612459017350416}, "cold": {"man - they": 0.05219649311504557, "man": 0.25239712957428706, "they": 0.2002006364592415}, "college": {"man - they": 0.15602536637705178, "man": 0.19119403390763098, "they": 0.035168667530579206}, "color": {"man - they": 0.1771302248971109, "man": 0.28204390999464707, "they": 0.1049136850975362}, "com": {"man - they": 0.11304050110362154, "man": 0.2437669391441822, "they": 0.13072643804056067}, "come": {"man - they": -0.049747102002573096, "man": 0.20908075724035513, "they": 0.2588278592429282}, "comes": {"man - they": 0.03003741802124943, "man": 0.2113424373343077, "they": 0.18130501931305826}, "coming": {"man - they": -0.009768785379641154, "man": 0.1927591721531219, "they": 0.20252795753276306}, "comit": {"man - they": 0.14278581862534898, "man": 0.36011354969971, "they": 0.217327731074361}, "commercials": {"man - they": 0.10727784077946181, "man": 0.31261119269520415, "they": 0.20533335191574234}, "completely": {"man - they": 0.03969875898121247, "man": 0.25239712957428706, "they": 0.2126983705930746}, "concept": {"man - they": 0.15073304002471255, "man": 0.2732420658933597, "they": 0.12250902586864715}, "confused": {"man - they": 0.08298180352947807, "man": 0.30429806715412305, "they": 0.221316263624645}, "content": {"man - they": 0.10837232156005366, "man": 0.2973549974633953, "they": 0.1889826759033416}, "cop": {"man - they": 0.11114800623362928, "man": 0.254877594461359, "they": 0.14372958822772972}, "correct": {"man - they": 0.08600058607251126, "man": 0.2500355639865137, "they": 0.16403497791400246}, "could": {"man - they": 0.0014873537327682596, "man": 0.22395983954796794, "they": 0.22247248581519968}, "country": {"man - they": -0.003495452513121361, "man": 0.19543994570246437, "they": 0.19893539821558573}, "couple": {"man - they": 0.020864762646091273, "man": 0.18966981220312798, "they": 0.1688050495570367}, "court": {"man - they": 0.11129781638901232, "man": 0.25239712957428706, "they": 0.14109931318527474}, "coz": {"man - they": 0.14511996906338825, "man": 0.3372124111225044, "they": 0.19209244205911613}, "cpamikei": {"man - they": 0.155037786454117, "man": 0.38684679649993176, "they": 0.23180901004581475}, "crazy": {"man - they": 0.0670354487782098, "man": 0.254877594461359, "they": 0.1878421456831492}, "creatures": {"man - they": 0.06636084050886071, "man": 0.26964411952039613, "they": 0.20328327901153542}, "crime": {"man - they": 0.11874048946416255, "man": 0.29836720484347357, "they": 0.17962671537931102}, "crimes": {"man - they": 0.11081877545474811, "man": 0.2602521447364221, "they": 0.149433369281674}, "criminal": {"man - they": 0.06735062844620268, "man": 0.2477813263045458, "they": 0.18043069785834312}, "culture": {"man - they": -0.009811091757345819, "man": 0.196867630223957, "they": 0.20667872198130283}, "cute": {"man - they": 0.14877264479959668, "man": 0.2973549974633953, "they": 0.1485823526637986}, "d": {"man - they": 0.017737907526412522, "man": 0.2169462633989091, "they": 0.19920835587249658}, "daily": {"man - they": 0.15009016750574333, "man": 0.2814062261274951, "they": 0.13131605862175177}, "dance": {"man - they": 0.08531253310363299, "man": 0.26318170655977946, "they": 0.17786917345614647}, "dark": {"man - they": 0.10751236344023285, "man": 0.2663058180806017, "they": 0.15879345464036887}, "darkness": {"man - they": 0.14511996906338825, "man": 0.3372124111225044, "they": 0.19209244205911613}, "data": {"man - they": 0.14877264479959668, "man": 0.2973549974633953, "they": 0.1485823526637986}, "dating": {"man - they": 0.1687736336652247, "man": 0.36136476655318456, "they": 0.19259113288795987}, "daughter": {"man - they": 0.08622527930286342, "man": 0.2456244844309026, "they": 0.15939920512803918}, "day": {"man - they": 0.09361429297321758, "man": 0.28133294293797545, "they": 0.18771864996475787}, "daylight": {"man - they": 0.14511996906338825, "man": 0.3372124111225044, "they": 0.19209244205911613}, "dead": {"man - they": 0.05336078753366749, "man": 0.2209473532597341, "they": 0.16758656572606662}, "death": {"man - they": 0.1180243086097533, "man": 0.3074253755803786, "they": 0.18940106697062528}, "decide": {"man - they": 0.05138022123341948, "man": 0.2732420658933597, "they": 0.22186184465994022}, "defense": {"man - they": 0.0857503695158634, "man": 0.254877594461359, "they": 0.1691272249454956}, "denied": {"man - they": 0.10788065141354397, "man": 0.30429806715412305, "they": 0.19641741574057908}, "departments": {"man - they": 0.14743555198456562, "man": 0.31261119269520415, "they": 0.16517564071063853}, "des": {"man - they": 0.1464780773219599, "man": 0.32303995157359194, "they": 0.17656187425163206}, "described": {"man - they": 0.10788065141354397, "man": 0.30429806715412305, "they": 0.19641741574057908}, "detrimental": {"man - they": 0.1566980650504619, "man": 0.3732382173665531, "they": 0.2165401523160912}, "did": {"man - they": -0.006979203837711917, "man": 0.22761552395587717, "they": 0.2345947277935891}, "dirty": {"man - they": 0.05336078753366749, "man": 0.2209473532597341, "they": 0.16758656572606662}, "disagree": {"man - they": 0.14877264479959668, "man": 0.2973549974633953, "they": 0.1485823526637986}, "dna": {"man - they": 0.06744526636130094, "man": 0.2456244844309026, "they": 0.17817921806960166}, "do": {"man - they": -0.09662367841127478, "man": 0.2209385979667487, "they": 0.3175622763780235}, "does": {"man - they": 0.07677972532969288, "man": 0.21202360088849984, "they": 0.13524387555880696}, "dog": {"man - they": 0.1994214012367743, "man": 0.31627612219846707, "they": 0.11685472096169278}, "don": {"man - they": 0.04099723190271834, "man": 0.2113424373343077, "they": 0.17034520543158935}, "done": {"man - they": 0.054254306601110885, "man": 0.19518900274874781, "they": 0.14093469614763693}, "dont": {"man - they": 0.016895507499367413, "man": 0.23667625433989842, "they": 0.219780746840531}, "dot": {"man - they": 0.15126273775416665, "man": 0.26630272666862, "they": 0.11503998891445331}, "down": {"man - they": 0.007494661694762705, "man": 0.22395983954796794, "they": 0.21646517785320524}, "dress": {"man - they": 0.08476732552151392, "man": 0.2732420658933597, "they": 0.18847474037184578}, "drink": {"man - they": 0.08632955460358599, "man": 0.24355644748087787, "they": 0.15722689287729189}, "drop": {"man - they": 0.15042854952237503, "man": 0.27714270679142894, "they": 0.1267141572690539}, "dropped": {"man - they": 0.14743555198456562, "man": 0.31261119269520415, "they": 0.16517564071063853}, "dumb": {"man - they": 0.05316193548851392, "man": 0.2264767437141337, "they": 0.1733148082256198}, "e": {"man - they": 0.08796330531865926, "man": 0.20918266501293553, "they": 0.12121935969427627}, "early": {"man - they": 0.11234919176851457, "man": 0.23431588088831376, "they": 0.12196668911979919}, "eating": {"man - they": 0.10534920428999311, "man": 0.2985196401905322, "they": 0.19317043590053906}, "economy": {"man - they": 0.14743555198456562, "man": 0.31261119269520415, "they": 0.16517564071063853}, "either": {"man - they": 0.030066233761598782, "man": 0.21025202792603426, "they": 0.18018579416443548}, "em": {"man - they": 0.0670354487782098, "man": 0.254877594461359, "they": 0.1878421456831492}, "encourage": {"man - they": 0.1097427593855361, "man": 0.27714270679142894, "they": 0.16739994740589284}, "end": {"man - they": -0.0031526905492674506, "man": 0.19859679976162908, "they": 0.20174949031089653}, "english": {"man - they": 0.004388929440286654, "man": 0.1793432229813598, "they": 0.17495429354107314}, "enough": {"man - they": 0.06676466918206728, "man": 0.23986433590769832, "they": 0.17309966672563104}, "es": {"man - they": 0.14743555198456562, "man": 0.31261119269520415, "they": 0.16517564071063853}, "especially": {"man - they": 0.040574013674985226, "man": 0.22503973948300154, "they": 0.18446572580801632}, "even": {"man - they": -0.036549490870343426, "man": 0.1847151695660366, "they": 0.22126466043638002}, "ever": {"man - they": -0.05499974729613921, "man": 0.14938049841788315, "they": 0.20438024571402236}, "every": {"man - they": 0.03777211609912626, "man": 0.27132993357451474, "they": 0.23355781747538848}, "everybody": {"man - they": 0.15100959609536196, "man": 0.26964411952039613, "they": 0.11863452342503418}, "everyone": {"man - they": 0.020881540717103658, "man": 0.18892233847551637, "they": 0.1680407977584127}, "evil": {"man - they": 0.05287574405799392, "man": 0.23431588088831376, "they": 0.18144013683031984}, "exactly": {"man - they": 0.029915705248318436, "man": 0.21593372881686687, "they": 0.18601802356854844}, "example": {"man - they": 0.06832136902829788, "man": 0.22503973948300154, "they": 0.15671837045470366}, "exchange": {"man - they": 0.1481734769806189, "man": 0.30429806715412305, "they": 0.15612459017350416}, "explain": {"man - they": 0.11129781638901232, "man": 0.25239712957428706, "they": 0.14109931318527474}, "exposed": {"man - they": 0.1481734769806189, "man": 0.30429806715412305, "they": 0.15612459017350416}, "eyes": {"man - they": 0.12071119241940345, "man": 0.25740944040293584, "they": 0.1366982479835324}, "face": {"man - they": 0.020425165491041147, "man": 0.20918266501293553, "they": 0.18875749952189438}, "facebook": {"man - they": 0.11193597775844766, "man": 0.24156973280375127, "they": 0.1296337550453036}, "faces": {"man - they": 0.05200032394679352, "man": 0.257490555772244, "they": 0.20549023182545048}, "family": {"man - they": -0.0028691145632722126, "man": 0.17747609283103594, "they": 0.18034520739430815}, "far": {"man - they": 0.021096155662133187, "man": 0.1793432229813598, "they": 0.1582470673192266}, "fed": {"man - they": 0.08600058607251126, "man": 0.2500355639865137, "they": 0.16403497791400246}, "fellow": {"man - they": 0.15191331727029322, "man": 0.257490555772244, "they": 0.10557723850195076}, "few": {"man - they": -0.02443508138727074, "man": 0.17496780837092069, "they": 0.19940288975819143}, "fight": {"man - they": 0.00420742915798375, "man": 0.1904269528504495, "they": 0.18621952369246575}, "film": {"man - they": 0.15244447818101725, "man": 0.2500355639865137, "they": 0.09759108580549648}, "find": {"man - they": 0.0043923549029885045, "man": 0.22699197780960864, "they": 0.22259962290662014}, "finland": {"man - they": 0.15244447818101725, "man": 0.2500355639865137, "they": 0.09759108580549648}, "first": {"man - they": 0.043934392242662185, "man": 0.23283053186352165, "they": 0.18889613962085947}, "five": {"man - they": 0.08670303107569316, "man": 0.23603569974579386, "they": 0.1493326686701007}, "flee": {"man - they": 0.10649979925750075, "man": 0.32303995157359194, "they": 0.2165401523160912}, "folklore": {"man - they": 0.14511996906338825, "man": 0.3372124111225044, "they": 0.19209244205911613}, "for": {"man - they": 0.06598005646529104, "man": 0.3315592361261139, "they": 0.26557917966082284}, "force": {"man - they": 0.10676750574565855, "man": 0.31627612219846707, "they": 0.20950861645280852}, "foreign": {"man - they": 0.08600058607251126, "man": 0.2500355639865137, "they": 0.16403497791400246}, "foreigners": {"man - they": 0.13738359102884234, "man": 0.3185411908331398, "they": 0.18115759980429746}, "forest": {"man - they": 0.15009016750574333, "man": 0.2814062261274951, "they": 0.13131605862175177}, "forum": {"man - they": 0.08972022131661045, "man": 0.16681918866147613, "they": 0.07709896734486568}, "forward": {"man - they": 0.06753550109992101, "man": 0.24355644748087787, "they": 0.17602094638095686}, "fought": {"man - they": 0.0840461306807303, "man": 0.2861132871052471, "they": 0.20206715642451678}, "found": {"man - they": 0.012550158853317672, "man": 0.16838387685803424, "they": 0.15583371800471657}, "fox": {"man - they": 0.03961742356656661, "man": 0.254877594461359, "they": 0.21526017089479238}, "free": {"man - they": 0.012600614371849034, "man": 0.1657975388167047, "they": 0.15319692444485566}, "french": {"man - they": 0.0689205109941334, "man": 0.21025202792603426, "they": 0.14133151693190085}, "friday": {"man - they": 0.26070211404646787, "man": 0.37238784531168023, "they": 0.11168573126521235}, "friend": {"man - they": 0.10784163910405514, "man": 0.2610976362567721, "they": 0.15325599715271698}, "friends": {"man - they": -0.00953607547836785, "man": 0.17163734670417444, "they": 0.1811734221825423}, "from": {"man - they": 0.04717561094930192, "man": 0.2701398809080304, "they": 0.2229642699587285}, "front": {"man - they": 0.030394771747447036, "man": 0.1977256929881952, "they": 0.16733092124074816}, "full": {"man - they": 0.17653532395702878, "man": 0.2885636122100561, "they": 0.11202828825302732}, "fun": {"man - they": 0.1538068507638438, "man": 0.32775486298132445, "they": 0.17394801221748066}, "future": {"man - they": 0.08439899274609478, "man": 0.2563422947715735, "they": 0.17194330202547872}, "g": {"man - they": 0.11063664755417024, "man": 0.26318170655977946, "they": 0.15254505900560922}, "gang": {"man - they": 0.17148979115925464, "man": 0.33800790364891936, "they": 0.16651811248966472}, "gave": {"man - they": 0.05287574405799392, "man": 0.23431588088831376, "they": 0.18144013683031984}, "gay": {"man - they": 0.029710018010988715, "man": 0.22364052572376322, "they": 0.1939305077127745}, "gemelas": {"man - they": 0.14278581862534898, "man": 0.36011354969971, "they": 0.217327731074361}, "genetic": {"man - they": 0.0861158006319348, "man": 0.2477813263045458, "they": 0.161665525672611}, "genocide": {"man - they": 0.053538936741536924, "man": 0.21593372881686687, "they": 0.16239479207532995}, "get": {"man - they": -0.05551382436955987, "man": 0.21703716365462555, "they": 0.2725509880241854}, "gets": {"man - they": 0.05381203164096979, "man": 0.20813349402606912, "they": 0.15432146238509933}, "getting": {"man - they": 0.020740736497007944, "man": 0.19518900274874781, "they": 0.17444826625173987}, "girl": {"man - they": 0.12012303616210396, "man": 0.2660576579055942, "they": 0.14593462174349026}, "girls": {"man - they": 0.044447438910538595, "man": 0.2511261608918414, "they": 0.20667872198130283}, "give": {"man - they": -0.054842870918949294, "man": 0.17448679504681713, "they": 0.22932966596576643}, "glad": {"man - they": 0.15371878417365303, "man": 0.23103820921472834, "they": 0.0773194250410753}, "go": {"man - they": -0.026407147202023, "man": 0.2229061884830973, "they": 0.2493133356851203}, "god": {"man - they": -0.021703838628064465, "man": 0.17448679504681713, "they": 0.1961906336748816}, "goes": {"man - they": 0.08429970232813261, "man": 0.25819552985432215, "they": 0.17389582752618954}, "going": {"man - they": 0.03683497510557715, "man": 0.2510771420929807, "they": 0.21424216698740356}, "gone": {"man - they": 0.08760155380629711, "man": 0.21714436844583826, "they": 0.12954281463954115}, "gonna": {"man - they": 0.11169999539756972, "man": 0.2456244844309026, "they": 0.13392448903333287}, "good": {"man - they": -0.019327625493691214, "man": 0.18446529145131924, "they": 0.20379291694501045}, "got": {"man - they": 0.11892471894429466, "man": 0.286613884165787, "they": 0.16768916522149233}, "graduate": {"man - they": 0.1481734769806189, "man": 0.30429806715412305, "they": 0.15612459017350416}, "gray": {"man - they": 0.1464780773219599, "man": 0.32303995157359194, "they": 0.17656187425163206}, "great": {"man - they": 0.06936464220271171, "man": 0.22576235026158498, "they": 0.15639770805887326}, "groid": {"man - they": 0.11098873481279317, "man": 0.257490555772244, "they": 0.14650182095945083}, "group": {"man - they": -0.027208352974632616, "man": 0.1727612479306629, "they": 0.1999696009052955}, "grow": {"man - they": 0.13960025926904854, "man": 0.29273375767151416, "they": 0.15313349840246562}, "guidance": {"man - they": 0.14511996906338825, "man": 0.3372124111225044, "they": 0.19209244205911613}, "gun": {"man - they": 0.07436394072552224, "man": 0.2631214402474166, "they": 0.18875749952189438}, "guy": {"man - they": 0.14590222719337526, "man": 0.2899979514644913, "they": 0.14409572427111605}, "guys": {"man - they": 0.04127352780005375, "man": 0.20222070640216488, "they": 0.16094717860211114}, "had": {"man - they": -0.008815360677468687, "man": 0.2284097164251913, "they": 0.23722507710266}, "hair": {"man - they": 0.06707530418881971, "man": 0.23280597305211967, "they": 0.16573066886329996}, "half": {"man - they": 0.03062292434351399, "man": 0.18892233847551637, "they": 0.15829941413200238}, "hall": {"man - they": 0.20230417324846958, "man": 0.3290183305175235, "they": 0.1267141572690539}, "hand": {"man - they": -0.003371157911931294, "man": 0.21593372881686687, "they": 0.21930488672879817}, "handed": {"man - they": 0.10878716041192729, "man": 0.2913756775094773, "they": 0.18258851709755}, "haplogroup": {"man - they": 0.10788065141354397, "man": 0.30429806715412305, "they": 0.19641741574057908}, "happened": {"man - they": 0.0685426749461856, "man": 0.21964974075555993, "they": 0.15110706580937433}, "hard": {"man - they": 0.09595971992239863, "man": 0.24635236737512536, "they": 0.15039264745272674}, "has": {"man - they": 0.14535907709099946, "man": 0.2995439743638881, "they": 0.15418489727288862}, "hate": {"man - they": -0.05488194962166362, "man": 0.16944940797946575, "they": 0.22433135760112938}, "hated": {"man - they": 0.16119062536587075, "man": 0.3331356430653738, "they": 0.17194501769950304}, "have": {"man - they": -0.1019645573005428, "man": 0.2238840501621546, "they": 0.3258486074626974}, "he": {"man - they": 0.15707256884345472, "man": 0.30846188811506736, "they": 0.15138931927161264}, "head": {"man - they": 0.053738349464570484, "man": 0.21025202792603426, "they": 0.15651367846146377}, "heard": {"man - they": 0.03903056081778691, "man": 0.22704558452712606, "they": 0.18801502370933915}, "hell": {"man - they": 0.032833594189646015, "man": 0.23785362915461628, "they": 0.20502003496497026}, "hello": {"man - they": 0.1548559322801386, "man": 0.21245480449997725, "they": 0.05759887221983866}, "her": {"man - they": 0.10220921833119467, "man": 0.2510615076621747, "they": 0.14885228933098005}, "here": {"man - they": 0.04053096065176187, "man": 0.23738699560818383, "they": 0.19685603495642195}, "hey": {"man - they": 0.20368148166064268, "man": 0.27416139048747795, "they": 0.07047990882683527}, "hi": {"man - they": 0.17698939398363034, "man": 0.28360352139069583, "they": 0.10661412740706551}, "high": {"man - they": 0.030868613749662682, "man": 0.1793432229813598, "they": 0.1484746092316971}, "him": {"man - they": 0.1517896064099884, "man": 0.3289442613249828, "they": 0.17715465491499438}, "his": {"man - they": 0.15427513277493998, "man": 0.33550602817777087, "they": 0.18123089540283088}, "hitler": {"man - they": 0.1645951511571993, "man": 0.2985196401905322, "they": 0.13392448903333287}, "hold": {"man - they": 0.15210149019340768, "man": 0.254877594461359, "they": 0.10277610426795132}, "home": {"man - they": -0.011087846713099314, "man": 0.20208486134420167, "they": 0.21317270805730099}, "honor": {"man - they": 0.08496417259744302, "man": 0.26964411952039613, "they": 0.18467994692295311}, "hood": {"man - they": 0.14743555198456562, "man": 0.31261119269520415, "they": 0.16517564071063853}, "hope": {"man - they": -0.05502552457120918, "man": 0.14268919523672047, "they": 0.19771471980792965}, "house": {"man - they": -0.009589213793896545, "man": 0.17626264392702234, "they": 0.1858518577209189}, "how": {"man - they": -0.11325202887121352, "man": 0.15899204168445405, "they": 0.27224407055566757}, "http": {"man - they": 0.10879839619192103, "man": 0.23697506466160703, "they": 0.128176668469686}, "https": {"man - they": 0.17101448869472013, "man": 0.21556474782291604, "they": 0.04455025912819592}, "human": {"man - they": 0.08694623220782105, "man": 0.23103820921472834, "they": 0.1440919770069073}, "humans": {"man - they": 0.06735062844620268, "man": 0.2477813263045458, "they": 0.18043069785834312}, "humor": {"man - they": 0.19667634311492105, "man": 0.3732382173665531, "they": 0.17656187425163206}, "i": {"man - they": 0.027578977589228837, "man": 0.29556746326480704, "they": 0.2679884856755782}, "id": {"man - they": 0.15371878417365303, "man": 0.23103820921472834, "they": 0.0773194250410753}, "idiot": {"man - they": 0.10999683145592401, "man": 0.2732420658933597, "they": 0.1632452344374357}, "if": {"man - they": -0.09014821901165324, "man": 0.20557654143520585, "they": 0.2957247604468591}, "immigrants": {"man - they": 0.05336078753366749, "man": 0.2209473532597341, "they": 0.16758656572606662}, "in": {"man - they": 0.06275205547779278, "man": 0.37034918160491037, "they": 0.3075971261271176}, "indeed": {"man - they": 0.029553190960531994, "man": 0.22947338227186642, "they": 0.19992019131133443}, "influenced": {"man - they": 0.14511996906338825, "man": 0.3372124111225044, "they": 0.19209244205911613}, "injury": {"man - they": 0.1464780773219599, "man": 0.32303995157359194, "they": 0.17656187425163206}, "intelligent": {"man - they": 0.2615403451766858, "man": 0.36711758367863656, "they": 0.10557723850195076}, "into": {"man - they": -0.09225516397873265, "man": 0.1298651461916134, "they": 0.22212031017034606}, "invent": {"man - they": 0.14743555198456562, "man": 0.31261119269520415, "they": 0.16517564071063853}, "iowa": {"man - they": 0.19803493197263114, "man": 0.3632105726832697, "they": 0.16517564071063853}, "irish": {"man - they": -0.042044473546659245, "man": 0.1652929303205937, "they": 0.20733740386725294}, "is": {"man - they": 0.05432196327371003, "man": 0.30583862033721565, "they": 0.2515166570635056}, "it": {"man - they": -0.02339863300954742, "man": 0.2690486981732047, "they": 0.2924473311827521}, "its": {"man - they": -0.055059404069399825, "man": 0.12700580228879424, "they": 0.18206520635819406}, "j": {"man - they": 0.08531253310363299, "man": 0.26318170655977946, "they": 0.17786917345614647}, "jail": {"man - they": 0.06725114024672743, "man": 0.2500355639865137, "they": 0.1827844237397863}, "jardinero": {"man - they": 0.14278581862534898, "man": 0.36011354969971, "they": 0.217327731074361}, "jetlageando": {"man - they": 0.1464780773219599, "man": 0.32303995157359194, "they": 0.17656187425163206}, "job": {"man - they": 0.041094935711641356, "man": 0.20813349402606912, "they": 0.16703855831442777}, "jpg": {"man - they": 0.20520345856384647, "man": 0.30279454436934294, "they": 0.09759108580549648}, "jpghttp": {"man - they": 0.1464780773219599, "man": 0.32303995157359194, "they": 0.17656187425163206}, "jumped": {"man - they": 0.15009016750574333, "man": 0.2814062261274951, "they": 0.13131605862175177}, "just": {"man - they": -0.030886157281157123, "man": 0.2434112170903482, "they": 0.2742973743715053}, "k": {"man - they": 0.0526778476800745, "man": 0.2396577817113422, "they": 0.1869799340312677}, "kept": {"man - they": 0.15042854952237503, "man": 0.27714270679142894, "they": 0.1267141572690539}, "kick": {"man - they": 0.052372433570173044, "man": 0.2477813263045458, "they": 0.19540889273437276}, "kid": {"man - they": 0.07504156049663602, "man": 0.2494898267483759, "they": 0.17444826625173987}, "kill": {"man - they": 0.0650954861579815, "man": 0.2758575489012302, "they": 0.2107620627432487}, "killed": {"man - they": 0.15582824567810688, "man": 0.3069353114874812, "they": 0.15110706580937433}, "killing": {"man - they": 0.15464607926813165, "man": 0.31929422138703634, "they": 0.1646481421189047}, "kinda": {"man - they": 0.06619262439055304, "man": 0.2732420658933597, "they": 0.20704944150280666}, "kiss": {"man - they": 0.1097427593855361, "man": 0.27714270679142894, "they": 0.16739994740589284}, "kkk": {"man - they": 0.15042854952237503, "man": 0.27714270679142894, "they": 0.1267141572690539}, "knackers": {"man - they": 0.14511996906338825, "man": 0.3372124111225044, "they": 0.19209244205911613}, "knife": {"man - they": 0.11044054134669576, "man": 0.26630272666862, "they": 0.15586218532192422}, "know": {"man - they": -0.09217002221748721, "man": 0.1587962067735355, "they": 0.2509662289910227}, "ladies": {"man - they": 0.15009016750574333, "man": 0.2814062261274951, "they": 0.13131605862175177}, "large": {"man - they": 0.05287574405799392, "man": 0.23431588088831376, "they": 0.18144013683031984}, "last": {"man - they": 0.10756485702828225, "man": 0.25696835542463975, "they": 0.1494034983963575}, "laughing": {"man - they": 0.11044054134669576, "man": 0.26630272666862, "they": 0.15586218532192422}, "lead": {"man - they": 0.15191331727029322, "man": 0.257490555772244, "they": 0.10557723850195076}, "learn": {"man - they": -0.027304636770690366, "man": 0.2050993429060553, "they": 0.23240397967674567}, "least": {"man - they": -0.027273088804856294, "man": 0.1904269528504495, "they": 0.2177000416553058}, "leave": {"man - they": -0.02188021534798354, "man": 0.20813349402606912, "they": 0.23001370937405266}, "led": {"man - they": 0.14970981975285125, "man": 0.2861132871052471, "they": 0.13640346735239584}, "left": {"man - they": -0.03734164538627027, "man": 0.18326121938496884, "they": 0.2206028647712391}, "lesbian": {"man - they": 0.1481734769806189, "man": 0.30429806715412305, "they": 0.15612459017350416}, "let": {"man - they": 0.017986986923345022, "man": 0.20626850588469678, "they": 0.18828151896135176}, "lies": {"man - they": 0.0857503695158634, "man": 0.254877594461359, "they": 0.1691272249454956}, "life": {"man - they": 0.03081940563259647, "man": 0.1812701674482487, "they": 0.15045076181565223}, "like": {"man - they": 0.07098513905498988, "man": 0.34745687020368005, "they": 0.27647173114869017}, "liquid": {"man - they": 0.14511996906338825, "man": 0.3372124111225044, "they": 0.19209244205911613}, "listen": {"man - they": 0.08736302771148863, "man": 0.2222770311026224, "they": 0.13491400339113377}, "little": {"man - they": 0.00021931521577725488, "man": 0.21202360088849984, "they": 0.21180428567272258}, "live": {"man - they": 0.023228142023792808, "man": 0.1957733385489826, "they": 0.1725451965251898}, "lived": {"man - they": 0.15400789129327647, "man": 0.2264767437141337, "they": 0.07246885242085722}, "lives": {"man - they": 0.05287574405799392, "man": 0.23431588088831376, "they": 0.18144013683031984}, "living": {"man - they": 0.07272514739211097, "man": 0.27760919329392897, "they": 0.204884045901818}, "local": {"man - they": 0.04103049351947144, "man": 0.21025202792603426, "they": 0.16922153440656282}, "lol": {"man - they": 0.08488525943339331, "man": 0.24712066676245759, "they": 0.16223540732906427}, "look": {"man - they": 0.0043923549029885045, "man": 0.22699197780960864, "they": 0.22259962290662014}, "looking": {"man - they": 0.11416467223271248, "man": 0.2602994612723082, "they": 0.1461347890395957}, "looks": {"man - they": 0.05169360181543625, "man": 0.2365505654754853, "they": 0.18485696366004906}, "lost": {"man - they": 0.04028171669884936, "man": 0.23431588088831376, "they": 0.1940341641894644}, "loud": {"man - they": 0.15042854952237503, "man": 0.27714270679142894, "they": 0.1267141572690539}, "love": {"man - they": 0.051881636280425636, "man": 0.2316086079124438, "they": 0.17972697163201817}, "luck": {"man - they": 0.11253214193008505, "man": 0.23103820921472834, "they": 0.11850606728464329}, "m": {"man - they": 0.18090794439375593, "man": 0.31836584413025243, "they": 0.1374578997364965}, "made": {"man - they": 0.1439941357218354, "man": 0.23280597305211967, "they": 0.08881183733028426}, "mail": {"man - they": 0.13928312590017158, "man": 0.32250653973165005, "they": 0.18322341383147847}, "make": {"man - they": -0.001455432081452962, "man": 0.2279295332447571, "they": 0.22938496532621006}, "makes": {"man - they": 0.05597490913516204, "man": 0.28360352139069583, "they": 0.2276286122555338}, "man": {"man - they": 0.5319955658035219, "man": 0.6887877632484933, "they": 0.1567921974449714}, "mannerisms": {"man - they": 0.10540340107668963, "man": 0.3372124111225044, "they": 0.23180901004581475}, "mans": {"man - they": 0.1481734769806189, "man": 0.30429806715412305, "they": 0.15612459017350416}, "many": {"man - they": -0.030674388404730996, "man": 0.1790141984109407, "they": 0.2096885868156717}, "march": {"man - they": 0.14158457458302853, "man": 0.2674103918451607, "they": 0.12582581726213216}, "mark": {"man - they": 0.08476732552151392, "man": 0.2732420658933597, "they": 0.18847474037184578}, "marry": {"man - they": 0.1097427593855361, "man": 0.27714270679142894, "they": 0.16739994740589284}, "mate": {"man - they": 0.15244447818101725, "man": 0.2500355639865137, "they": 0.09759108580549648}, "may": {"man - they": 0.04506083951214948, "man": 0.23402798971407962, "they": 0.18896715020193014}, "maybe": {"man - they": -0.05496303877941641, "man": 0.15684124689330617, "they": 0.21180428567272258}, "me": {"man - they": 0.08622647098978495, "man": 0.2709313523059677, "they": 0.18470488131618276}, "media": {"man - they": -0.009828609792220444, "man": 0.19859679976162908, "they": 0.20842540955384953}, "meet": {"man - they": 0.1306634878800994, "man": 0.27349609071816305, "they": 0.14283260283806365}, "men": {"man - they": 0.11886008147978835, "man": 0.3208223734443642, "they": 0.20196229196457585}, "mess": {"man - they": 0.11098873481279317, "man": 0.257490555772244, "they": 0.14650182095945083}, "met": {"man - they": 0.08632955460358599, "man": 0.24355644748087787, "they": 0.15722689287729189}, "mile": {"man - they": 0.15042854952237503, "man": 0.27714270679142894, "they": 0.1267141572690539}, "miles": {"man - they": 0.06691792162959659, "man": 0.257490555772244, "they": 0.1905726341426474}, "minded": {"man - they": 0.15244447818101725, "man": 0.2500355639865137, "they": 0.09759108580549648}, "mob": {"man - they": 0.08374360598656846, "man": 0.2913756775094773, "they": 0.20763207152290883}, "moines": {"man - they": 0.14511996906338825, "man": 0.3372124111225044, "they": 0.19209244205911613}, "mold": {"man - they": 0.14511996906338825, "man": 0.3372124111225044, "they": 0.19209244205911613}, "monday": {"man - they": 0.15073304002471255, "man": 0.2732420658933597, "they": 0.12250902586864715}, "money": {"man - they": -0.021746896889335343, "man": 0.1812701674482487, "they": 0.20301706433758404}, "monkey": {"man - they": 0.11022821259218141, "man": 0.26964411952039613, "they": 0.15941590692821472}, "month": {"man - they": 0.12219658238643949, "man": 0.2733036481958138, "they": 0.15110706580937433}, "more": {"man - they": 0.052247490281729564, "man": 0.2976759238705927, "they": 0.24542843358886315}, "morning": {"man - they": 0.13960025926904854, "man": 0.29273375767151416, "they": 0.15313349840246562}, "most": {"man - they": 0.03553219766275989, "man": 0.23082561820130532, "they": 0.19529342053854543}, "mother": {"man - they": 0.041216262080294414, "man": 0.2041233745159493, "they": 0.1629071124356549}, "mourn": {"man - they": 0.14511996906338825, "man": 0.3372124111225044, "they": 0.19209244205911613}, "move": {"man - they": 0.011931848483443558, "man": 0.20037990608876305, "they": 0.1884480576053195}, "moved": {"man - they": 0.15450489853522087, "man": 0.21838257737766067, "they": 0.06387767884243979}, "movie": {"man - they": 0.08661549348014466, "man": 0.2378148121500867, "they": 0.15119931866994205}, "much": {"man - they": -0.036552419337346015, "man": 0.19610843134921724, "they": 0.23266085068656325}, "murder": {"man - they": 0.20040003360438197, "man": 0.3262258508665141, "they": 0.12582581726213216}, "murdered": {"man - they": 0.1383574276100593, "man": 0.3074846525555549, "they": 0.1691272249454956}, "murders": {"man - they": 0.15009016750574333, "man": 0.2814062261274951, "they": 0.13131605862175177}, "my": {"man - they": 0.025777036006720933, "man": 0.23156718464161558, "they": 0.20579014863489464}, "n": {"man - they": -0.01955381226084063, "man": 0.2727314929275669, "they": 0.2922853051884075}, "name": {"man - they": 0.03892027883253937, "man": 0.23043484145805082, "they": 0.19151456262551145}, "names": {"man - they": 0.06679284714686964, "man": 0.2602521447364221, "they": 0.19345929758955246}, "national": {"man - they": 0.08339984849038012, "man": 0.274565108272748, "they": 0.19116525978236787}, "nationalism": {"man - they": 0.08632955460358599, "man": 0.24355644748087787, "they": 0.15722689287729189}, "natives": {"man - they": 0.14970981975285125, "man": 0.2861132871052471, "they": 0.13640346735239584}, "nature": {"man - they": 0.08632955460358599, "man": 0.24355644748087787, "they": 0.15722689287729189}, "nazi": {"man - they": 0.0670354487782098, "man": 0.254877594461359, "they": 0.1878421456831492}, "nearly": {"man - they": 0.15260163081321793, "man": 0.2477813263045458, "they": 0.09517969549132788}, "need": {"man - they": -0.021292714038654043, "man": 0.18880088858246877, "they": 0.2100936026211228}, "negro": {"man - they": -0.009491747189808414, "man": 0.16785791494162228, "they": 0.1773496621314307}, "neighborhood": {"man - they": 0.11063664755417024, "man": 0.26318170655977946, "they": 0.15254505900560922}, "neighbors": {"man - they": 0.10946120842799206, "man": 0.2814062261274951, "they": 0.17194501769950304}, "net": {"man - they": 0.15371878417365303, "man": 0.23103820921472834, "they": 0.0773194250410753}, "never": {"man - they": 0.0519677573494495, "man": 0.26795041948416304, "they": 0.21598266213471354}, "new": {"man - they": 0.00952177233225579, "man": 0.16751840867512732, "they": 0.15799663634287153}, "news": {"man - they": 0.06932344382878841, "man": 0.22668241023660984, "they": 0.15735896640782143}, "next": {"man - they": -0.015849653072053105, "man": 0.17566490955345834, "they": 0.19151456262551145}, "nice": {"man - they": 0.13035525065917763, "man": 0.27760919329392897, "they": 0.14725394263475133}, "nigerian": {"man - they": 0.10878716041192729, "man": 0.2913756775094773, "they": 0.18258851709755}, "night": {"man - they": 0.15502664261358126, "man": 0.31134428438116496, "they": 0.1563176417675837}, "niglet": {"man - they": 0.1481734769806189, "man": 0.30429806715412305, "they": 0.15612459017350416}, "no": {"man - they": 0.0016200846690819781, "man": 0.2567617574218398, "they": 0.25514167275275784}, "non": {"man - they": 0.05358519087670957, "man": 0.2634539367055217, "they": 0.20986874582881213}, "nor": {"man - they": 0.15191331727029322, "man": 0.257490555772244, "they": 0.10557723850195076}, "nordic": {"man - they": 0.16690565446852001, "man": 0.2720716107881118, "they": 0.10516595631959182}, "north": {"man - they": 0.08709435522343698, "man": 0.22795379958026943, "they": 0.14085944435683245}, "nose": {"man - they": 0.11022821259218141, "man": 0.26964411952039613, "they": 0.15941590692821472}, "not": {"man - they": -0.07467888825041943, "man": 0.1987791125953042, "they": 0.27345800084572364}, "nothing": {"man - they": -0.015719951048160624, "man": 0.16187025617972525, "they": 0.17759020722788588}, "now": {"man - they": 0.025183465632376917, "man": 0.2384307912867705, "they": 0.21324732565439358}, "o": {"man - they": 0.09415983766154301, "man": 0.27718265811076515, "they": 0.18302282044922213}, "obviously": {"man - they": 0.11063664755417024, "man": 0.26318170655977946, "they": 0.15254505900560922}, "odd": {"man - they": 0.10914569978858218, "man": 0.2861132871052471, "they": 0.1769675873166649}, "of": {"man - they": 0.026677831282496622, "man": 0.3475771097262986, "they": 0.320899278443802}, "off": {"man - they": -0.05469625404230019, "man": 0.20098948740888864, "they": 0.25568574145118883}, "officer": {"man - they": 0.14877264479959668, "man": 0.2973549974633953, "they": 0.1485823526637986}, "officers": {"man - they": 0.2012755295716388, "man": 0.33767899692403464, "they": 0.13640346735239584}, "old": {"man - they": 0.15083183072427556, "man": 0.2963593075210545, "they": 0.14552747679677894}, "on": {"man - they": 0.035466268609303464, "man": 0.312604254509941, "they": 0.27713798590063754}, "once": {"man - they": 0.0590226671961063, "man": 0.23527578460738352, "they": 0.17625311741127722}, "one": {"man - they": 0.05726352664291656, "man": 0.2951037942797582, "they": 0.23784026763684163}, "online": {"man - they": 0.15334231639303378, "man": 0.32841956020503577, "they": 0.175077243812002}, "only": {"man - they": -0.04542840591762287, "man": 0.2031996025472154, "they": 0.24862800846483826}, "onto": {"man - they": 0.15100959609536196, "man": 0.26964411952039613, "they": 0.11863452342503418}, "or": {"man - they": 0.007998904617299074, "man": 0.27175957489276276, "they": 0.2637606702754637}, "org": {"man - they": 0.04225976266836107, "man": 0.16838387685803424, "they": 0.12612411418967318}, "organization": {"man - they": 0.11114800623362928, "man": 0.254877594461359, "they": 0.14372958822772972}, "original": {"man - they": 0.15042854952237503, "man": 0.27714270679142894, "they": 0.1267141572690539}, "other": {"man - they": -0.10347481688156562, "man": 0.10973070459498271, "they": 0.21320552147654834}, "our": {"man - they": -0.016903133101160123, "man": 0.22286840403530395, "they": 0.23977153713646407}, "out": {"man - they": -0.016498846439630177, "man": 0.24784531322285952, "they": 0.2643441596624897}, "over": {"man - they": -0.07697312093562017, "man": 0.1298651461916134, "they": 0.20683826712723358}, "own": {"man - they": -0.10024223380112707, "man": 0.14026021235410954, "they": 0.2405024461552366}, "p": {"man - they": 0.09500182684061459, "man": 0.2631214402474166, "they": 0.16811961340680204}, "pagan": {"man - they": 0.15009016750574333, "man": 0.2814062261274951, "they": 0.13131605862175177}, "page": {"man - they": 0.11346675058452871, "man": 0.21359010256379518, "they": 0.10012335197926647}, "pair": {"man - they": 0.05138022123341948, "man": 0.2732420658933597, "they": 0.22186184465994022}, "paki": {"man - they": 0.1464780773219599, "man": 0.32303995157359194, "they": 0.17656187425163206}, "paper": {"man - they": 0.1527504923414456, "man": 0.2456244844309026, "they": 0.09287399208945699}, "part": {"man - they": 0.042018243994521726, "man": 0.17686632858003568, "they": 0.13484808458551395}, "parts": {"man - they": 0.15100959609536196, "man": 0.26964411952039613, "they": 0.11863452342503418}, "pass": {"man - they": 0.011679741303598667, "man": 0.21359010256379518, "they": 0.2019103612601965}, "peer": {"man - they": 0.14511996906338825, "man": 0.3372124111225044, "they": 0.19209244205911613}, "people": {"man - they": -0.0020312425572225346, "man": 0.27369322931846224, "they": 0.2757244718756848}, "perfect": {"man - they": 0.14970981975285125, "man": 0.2861132871052471, "they": 0.13640346735239584}, "person": {"man - they": 0.012550158853317672, "man": 0.16838387685803424, "they": 0.15583371800471657}, "phone": {"man - they": 0.11234919176851457, "man": 0.23431588088831376, "they": 0.12196668911979919}, "photos": {"man - they": 0.11143919291318102, "man": 0.2500355639865137, "they": 0.1385963710733327}, "pick": {"man - they": 0.052454048530363534, "man": 0.2456244844309026, "they": 0.19317043590053906}, "picked": {"man - they": 0.14970981975285125, "man": 0.2861132871052471, "they": 0.13640346735239584}, "place": {"man - they": 0.05723573229294335, "man": 0.25542942934030666, "they": 0.1981936970473633}, "play": {"man - they": 0.08709435522343698, "man": 0.22795379958026943, "they": 0.14085944435683245}, "please": {"man - they": 0.031050167695297115, "man": 0.1721967210976735, "they": 0.1411465534023764}, "point": {"man - they": 0.030417109234645995, "man": 0.196867630223957, "they": 0.166450520989311}, "points": {"man - they": 0.15042854952237503, "man": 0.27714270679142894, "they": 0.1267141572690539}, "poles": {"man - they": 0.11022821259218141, "man": 0.26964411952039613, "they": 0.15941590692821472}, "police": {"man - they": 0.16423396642673596, "man": 0.3380500707449776, "they": 0.17381610431824165}, "political": {"man - they": 0.11081877545474811, "man": 0.2602521447364221, "they": 0.149433369281674}, "posted": {"man - they": 0.16737628913985958, "man": 0.2663058180806017, "they": 0.09892952894074214}, "potential": {"man - they": 0.14743555198456562, "man": 0.31261119269520415, "they": 0.16517564071063853}, "power": {"man - they": 0.020272353827628098, "man": 0.21593372881686687, "they": 0.19566137498923877}, "pregnant": {"man - they": 0.10837232156005366, "man": 0.2973549974633953, "they": 0.1889826759033416}, "pressure": {"man - they": 0.1492761785006488, "man": 0.2913756775094773, "they": 0.14209949900882848}, "pride": {"man - they": 0.030149238016986435, "man": 0.2071037124393521, "they": 0.17695447442236567}, "prison": {"man - they": 0.0671462827620562, "man": 0.25239712957428706, "they": 0.18525084681223086}, "protect": {"man - they": 0.15171208880641196, "man": 0.2602521447364221, "they": 0.10854005593001013}, "proud": {"man - they": 0.0746115963279039, "man": 0.25819552985432215, "they": 0.18358393352641825}, "publicly": {"man - they": 0.14877264479959668, "man": 0.2973549974633953, "they": 0.1485823526637986}, "pulls": {"man - they": 0.14743555198456562, "man": 0.31261119269520415, "they": 0.16517564071063853}, "punches": {"man - they": 0.14511996906338825, "man": 0.3372124111225044, "they": 0.19209244205911613}, "purpose": {"man - they": 0.0283446533426035, "man": 0.2732420658933597, "they": 0.2448974125507562}, "r": {"man - they": 0.11193597775844766, "man": 0.24156973280375127, "they": 0.1296337550453036}, "race": {"man - they": -0.02760741179500839, "man": 0.17772404262307545, "they": 0.20533145441808384}, "racially": {"man - they": 0.11044054134669576, "man": 0.26630272666862, "they": 0.15586218532192422}, "racist": {"man - they": 0.017310788158670265, "man": 0.23527578460738352, "they": 0.21796499644871326}, "ramifications": {"man - they": 0.14511996906338825, "man": 0.3372124111225044, "they": 0.19209244205911613}, "ran": {"man - they": 0.13790368882260656, "man": 0.31268758085467685, "they": 0.1747838920320703}, "range": {"man - they": 0.1097427593855361, "man": 0.27714270679142894, "they": 0.16739994740589284}, "rape": {"man - they": 0.06725114024672743, "man": 0.2500355639865137, "they": 0.1827844237397863}, "rapes": {"man - they": 0.15042854952237503, "man": 0.27714270679142894, "they": 0.1267141572690539}, "raping": {"man - they": 0.15009016750574333, "man": 0.2814062261274951, "they": 0.13131605862175177}, "re": {"man - they": -0.05640357841826693, "man": 0.25349285915361164, "they": 0.30989643757187857}, "react": {"man - they": 0.1481734769806189, "man": 0.30429806715412305, "they": 0.15612459017350416}, "real": {"man - they": -0.032439620028176325, "man": 0.19436766917827591, "they": 0.22680728920645224}, "really": {"man - they": 0.04795642406998707, "man": 0.245973084782927, "they": 0.19801666071293994}, "reason": {"man - they": 0.10868308244189209, "man": 0.2903214255650696, "they": 0.18163834312317753}, "release": {"man - they": 0.1481734769806189, "man": 0.30429806715412305, "they": 0.15612459017350416}, "remember": {"man - they": 0.04118681297370497, "man": 0.2050993429060553, "they": 0.16391252993235034}, "reported": {"man - they": 0.15227812153515835, "man": 0.25239712957428706, "they": 0.10011900803912871}, "rest": {"man - they": 0.08416348481940464, "man": 0.3022695008242229, "they": 0.21810601600481824}, "right": {"man - they": -0.007414596438584942, "man": 0.20245414939022718, "they": 0.20986874582881213}, "risk": {"man - they": 0.10914569978858218, "man": 0.2861132871052471, "they": 0.1769675873166649}, "road": {"man - they": 0.11114800623362928, "man": 0.254877594461359, "they": 0.14372958822772972}, "rob": {"man - they": 0.19803493197263114, "man": 0.3632105726832697, "they": 0.16517564071063853}, "roll": {"man - they": 0.14877264479959668, "man": 0.2973549974633953, "they": 0.1485823526637986}, "room": {"man - they": 0.11098873481279317, "man": 0.257490555772244, "they": 0.14650182095945083}, "rule": {"man - they": 0.051893075706772374, "man": 0.2602521447364221, "they": 0.20835906902964973}, "running": {"man - they": 0.06820032367887882, "man": 0.22795379958026943, "they": 0.1597534759013906}, "russia": {"man - they": 0.16495443554229988, "man": 0.2945881905876035, "they": 0.1296337550453036}, "russian": {"man - they": 0.11193597775844766, "man": 0.24156973280375127, "they": 0.1296337550453036}, "s": {"man - they": 0.08534143959563179, "man": 0.32370030177602344, "they": 0.23835886218039165}, "sad": {"man - they": 0.08776428530166303, "man": 0.21359010256379518, "they": 0.12582581726213216}, "said": {"man - they": -0.01812510556019417, "man": 0.20990767466819915, "they": 0.22803278022839332}, "same": {"man - they": -0.052365254107607034, "man": 0.19125245047191736, "they": 0.2436177045795244}, "sat": {"man - they": 0.08496417259744302, "man": 0.26964411952039613, "they": 0.18467994692295311}, "save": {"man - they": 0.08670303107569316, "man": 0.23603569974579386, "they": 0.1493326686701007}, "saw": {"man - they": 0.004681929654614558, "man": 0.16187025617972525, "they": 0.1571883265251107}, "say": {"man - they": -0.04147204928309775, "man": 0.2098453571922226, "they": 0.25131740647532036}, "says": {"man - they": 0.03060364023900336, "man": 0.18966981220312798, "they": 0.15906617196412462}, "scale": {"man - they": 0.11044054134669576, "man": 0.26630272666862, "they": 0.15586218532192422}, "scene": {"man - they": 0.029375562575690545, "man": 0.23603569974579386, "they": 0.20666013717010331}, "school": {"man - they": -0.05250311084671455, "man": 0.1681842162275222, "they": 0.22068732707423674}, "scpf": {"man - they": 0.10649979925750075, "man": 0.32303995157359194, "they": 0.2165401523160912}, "sdl": {"man - they": 0.14278581862534898, "man": 0.36011354969971, "they": 0.217327731074361}, "searching": {"man - they": 0.10914569978858218, "man": 0.2861132871052471, "they": 0.1769675873166649}, "seat": {"man - they": 0.14743555198456562, "man": 0.31261119269520415, "they": 0.16517564071063853}, "see": {"man - they": 0.021854123266785902, "man": 0.2317516537427252, "they": 0.2098975304759393}, "seeing": {"man - they": 0.08622527930286342, "man": 0.2456244844309026, "they": 0.15939920512803918}, "seems": {"man - they": 0.074792897154387, "man": 0.2545489413193411, "they": 0.17975604416495408}, "seen": {"man - they": 0.05970234911841632, "man": 0.2183592473433349, "they": 0.15865689822491857}, "sense": {"man - they": 0.08561378809214787, "man": 0.257490555772244, "they": 0.17187676768009613}, "seriously": {"man - they": 0.11114800623362928, "man": 0.254877594461359, "they": 0.14372958822772972}, "service": {"man - they": 0.08546825270435182, "man": 0.2602521447364221, "they": 0.1747838920320703}, "several": {"man - they": 0.06859421581711592, "man": 0.21838257737766067, "they": 0.14978836156054476}, "sf": {"man - they": 0.1135823479244468, "man": 0.2113424373343077, "they": 0.09776008940986089}, "shape": {"man - they": 0.14970981975285125, "man": 0.2861132871052471, "they": 0.13640346735239584}, "she": {"man - they": 0.0888360355988023, "man": 0.2191031989488727, "they": 0.1302671633500704}, "shoot": {"man - they": 0.11169999539756972, "man": 0.2456244844309026, "they": 0.13392448903333287}, "shot": {"man - they": 0.22524176391214362, "man": 0.33310840215148324, "they": 0.10786663823933962}, "should": {"man - they": -0.006898709709237394, "man": 0.2534524396191282, "they": 0.2603511493283656}, "show": {"man - they": -0.09472292814126915, "man": 0.14669650936498393, "they": 0.24141943750625308}, "single": {"man - they": 0.11321662105806886, "man": 0.21838257737766067, "they": 0.10516595631959182}, "sister": {"man - they": 0.08702156875664108, "man": 0.22947338227186642, "they": 0.14245181351522535}, "sitting": {"man - they": 0.09281431753007141, "man": 0.2985196401905322, "they": 0.20570532266046077}, "situation": {"man - they": 0.11129781638901232, "man": 0.25239712957428706, "they": 0.14109931318527474}, "six": {"man - they": 0.11114800623362928, "man": 0.254877594461359, "they": 0.14372958822772972}, "skinned": {"man - they": 0.14743555198456562, "man": 0.31261119269520415, "they": 0.16517564071063853}, "small": {"man - they": 0.012093286167188383, "man": 0.19197134090790388, "they": 0.1798780547407155}, "smashed": {"man - they": 0.14743555198456562, "man": 0.31261119269520415, "they": 0.16517564071063853}, "smile": {"man - they": 0.10878716041192729, "man": 0.2913756775094773, "they": 0.18258851709755}, "so": {"man - they": -0.0360641664141971, "man": 0.24539607446250103, "they": 0.28146024087669813}, "some": {"man - they": 0.05519737330685609, "man": 0.27199286379428855, "they": 0.21679549048743246}, "sometimes": {"man - they": 0.04052903332777172, "man": 0.2264767437141337, "they": 0.185947710386362}, "son": {"man - they": 0.20819393194567204, "man": 0.2720716107881118, "they": 0.06387767884243979}, "song": {"man - they": 0.08776428530166303, "man": 0.21359010256379518, "they": 0.12582581726213216}, "songs": {"man - they": 0.08531253310363299, "man": 0.26318170655977946, "they": 0.17786917345614647}, "sorry": {"man - they": 0.14188667568672514, "man": 0.29306909602639386, "they": 0.15118242033966872}, "soul": {"man - they": 0.16398302017865357, "man": 0.3050823333639283, "they": 0.14109931318527474}, "sound": {"man - they": -0.0034009777945507857, "man": 0.21838257737766067, "they": 0.22178355517221146}, "sounds": {"man - they": 0.0680711326797718, "man": 0.23103820921472834, "they": 0.16296707653495654}, "source": {"man - they": 0.06725114024672743, "man": 0.2500355639865137, "they": 0.1827844237397863}, "spirit": {"man - they": 0.11081877545474811, "man": 0.2602521447364221, "they": 0.149433369281674}, "spot": {"man - they": 0.15042854952237503, "man": 0.27714270679142894, "they": 0.1267141572690539}, "st": {"man - they": 0.12297094604936296, "man": 0.26210016005424425, "they": 0.1391292140048813}, "stand": {"man - they": 0.029915705248318436, "man": 0.21593372881686687, "they": 0.18601802356854844}, "standard": {"man - they": 0.15009016750574333, "man": 0.2814062261274951, "they": 0.13131605862175177}, "start": {"man - they": -0.03238834914165084, "man": 0.16331429415556817, "they": 0.195702643297219}, "starting": {"man - they": 0.08531253310363299, "man": 0.26318170655977946, "they": 0.17786917345614647}, "state": {"man - they": 0.054168708865817206, "man": 0.1977256929881952, "they": 0.143556984122378}, "stating": {"man - they": 0.14511996906338825, "man": 0.3372124111225044, "they": 0.19209244205911613}, "station": {"man - they": 0.11114800623362928, "man": 0.254877594461359, "they": 0.14372958822772972}, "stay": {"man - they": 0.041094935711641356, "man": 0.20813349402606912, "they": 0.16703855831442777}, "step": {"man - they": 0.06636084050886071, "man": 0.26964411952039613, "they": 0.20328327901153542}, "stood": {"man - they": 0.16119062536587075, "man": 0.3331356430653738, "they": 0.17194501769950304}, "stop": {"man - they": -0.009638166211122817, "man": 0.1806209510105746, "they": 0.19025911722169742}, "stopped": {"man - they": 0.0671462827620562, "man": 0.25239712957428706, "they": 0.18525084681223086}, "stories": {"man - they": 0.039849237503010865, "man": 0.2477813263045458, "they": 0.20793208880153494}, "stormfront": {"man - they": 0.03154061995901784, "man": 0.15259019014803019, "they": 0.12104957018901234}, "story": {"man - they": 0.10130985294334782, "man": 0.27028019318158847, "they": 0.16897034023824065}, "street": {"man - they": 0.20796738054628655, "man": 0.274565108272748, "they": 0.06659772772646144}, "structure": {"man - they": 0.1464780773219599, "man": 0.32303995157359194, "they": 0.17656187425163206}, "students": {"man - they": 0.08419641017426835, "man": 0.2601131405992128, "they": 0.17591673042494446}, "stuff": {"man - they": 0.06597569097908079, "man": 0.25726115791747434, "they": 0.19128546693839354}, "stupid": {"man - they": 0.07244644589191393, "man": 0.28281827452102876, "they": 0.21037182862911483}, "sub": {"man - they": 0.1115730052253352, "man": 0.2477813263045458, "they": 0.1362083210792106}, "such": {"man - they": 0.004498313336234183, "man": 0.1727612479306629, "they": 0.1682629345944287}, "sucks": {"man - they": 0.08374360598656846, "man": 0.2913756775094773, "they": 0.20763207152290883}, "suggest": {"man - they": 0.15126273775416665, "man": 0.26630272666862, "they": 0.11503998891445331}, "suited": {"man - they": 0.1464780773219599, "man": 0.32303995157359194, "they": 0.17656187425163206}, "supossed": {"man - they": 0.14278581862534898, "man": 0.36011354969971, "they": 0.217327731074361}, "sure": {"man - they": 0.008377241136437424, "man": 0.22541989754298736, "they": 0.21704265640654993}, "t": {"man - they": -0.030427443538658894, "man": 0.2586096713452163, "they": 0.2890371148838752}, "table": {"man - they": 0.10999683145592401, "man": 0.2732420658933597, "they": 0.1632452344374357}, "take": {"man - they": -0.08611832164713978, "man": 0.1474521612725079, "they": 0.2335704829196477}, "taken": {"man - they": 0.05345217767788368, "man": 0.21838257737766067, "they": 0.164930399699777}, "talked": {"man - they": 0.10788065141354397, "man": 0.30429806715412305, "they": 0.19641741574057908}, "talking": {"man - they": -0.009952475538696937, "man": 0.2113424373343077, "they": 0.22129491287300462}, "tape": {"man - they": 0.2351810065061971, "man": 0.35769003237484426, "they": 0.12250902586864715}, "task": {"man - they": 0.15073304002471255, "man": 0.2732420658933597, "they": 0.12250902586864715}, "teacher": {"man - they": 0.04127352780005375, "man": 0.20222070640216488, "they": 0.16094717860211114}, "television": {"man - they": 0.05228672657608563, "man": 0.2500355639865137, "they": 0.1977488374104281}, "tell": {"man - they": 0.06732455860291112, "man": 0.2690422390255807, "they": 0.2017176804226696}, "telling": {"man - they": 0.09330131120981092, "man": 0.2909458530863964, "they": 0.1976445418765855}, "tens": {"man - they": 0.11063664755417024, "man": 0.26318170655977946, "they": 0.15254505900560922}, "than": {"man - they": -0.031040571705217096, "man": 0.21032805361804174, "they": 0.24136862532325884}, "thanks": {"man - they": 0.11516515703420406, "man": 0.17809207035919006, "they": 0.062926913324986}, "that": {"man - they": -0.002323636147331609, "man": 0.31021479952268405, "they": 0.31253843567001566}, "thats": {"man - they": 0.011635208595340257, "man": 0.21593372881686687, "they": 0.2042985202215266}, "the": {"man - they": 0.012574708575427584, "man": 0.35886955024028094, "they": 0.34629484166485336}, "their": {"man - they": -0.17409731767314487, "man": 0.16898813907230723, "they": 0.3430854567454521}, "them": {"man - they": -0.2547321066141867, "man": 0.06192332261396675, "they": 0.3166554292281535}, "then": {"man - they": -0.09543878421435426, "man": 0.16773964925289442, "they": 0.2631784334672487}, "there": {"man - they": 0.044999684616310626, "man": 0.27264264960828777, "they": 0.22764296499197714}, "therefore": {"man - they": 0.08455157390346907, "man": 0.27714270679142894, "they": 0.19259113288795987}, "theres": {"man - they": 0.15100959609536196, "man": 0.26964411952039613, "they": 0.11863452342503418}, "these": {"man - they": -0.07491244261798044, "man": 0.16908182877386332, "they": 0.24399427139184376}, "they": {"man - they": -0.360528161537496, "man": 0.22525715052260645, "they": 0.5857853120601024}, "things": {"man - they": -0.04202588817791125, "man": 0.17626264392702234, "they": 0.2182885321049336}, "think": {"man - they": -0.16296246611795462, "man": 0.10994999124540793, "they": 0.27291245736336256}, "thinks": {"man - they": 0.08587901708462234, "man": 0.25239712957428706, "they": 0.16651811248966472}, "this": {"man - they": 0.08787592626096011, "man": 0.3134214606486323, "they": 0.2255455343876722}, "those": {"man - they": -0.11782445955985862, "man": 0.11957796064215659, "they": 0.2374024202020152}, "time": {"man - they": 0.05932130172866695, "man": 0.2672019525412687, "they": 0.20788065081260176}, "times": {"man - they": 0.09988375719295145, "man": 0.2779563476671524, "they": 0.17807259047420093}, "tired": {"man - they": 0.08587901708462234, "man": 0.25239712957428706, "they": 0.16651811248966472}, "title": {"man - they": 0.1097427593855361, "man": 0.27714270679142894, "they": 0.16739994740589284}, "to": {"man - they": -0.026540177777117202, "man": 0.3339476688729946, "they": 0.3604878466501118}, "toe": {"man - they": 0.14970981975285125, "man": 0.2861132871052471, "they": 0.13640346735239584}, "together": {"man - they": 0.032873200690853865, "man": 0.2365505654754853, "they": 0.20367736478463144}, "told": {"man - they": -0.00419162198163181, "man": 0.24712066676245759, "they": 0.2513122887440894}, "too": {"man - they": -0.0032512453636187044, "man": 0.17927515915212056, "they": 0.18252640451573926}, "towards": {"man - they": 0.11922828326512439, "man": 0.31268758085467685, "they": 0.19345929758955246}, "town": {"man - they": 0.012475905819295474, "man": 0.1721967210976735, "they": 0.15972081527837803}, "train": {"man - they": 0.1492761785006488, "man": 0.2913756775094773, "they": 0.14209949900882848}, "tree": {"man - they": 0.1530263751131395, "man": 0.24156973280375127, "they": 0.08854335769061178}, "trial": {"man - they": 0.15009016750574333, "man": 0.2814062261274951, "they": 0.13131605862175177}, "true": {"man - they": 0.1185092461421268, "man": 0.2885636122100561, "they": 0.1700543660679293}, "truly": {"man - they": 0.1514959752945671, "man": 0.26318170655977946, "they": 0.11168573126521235}, "try": {"man - they": 0.008437181249783404, "man": 0.22229362071629397, "they": 0.21385643946651056}, "trying": {"man - they": -0.02173899132204249, "man": 0.17997868910062712, "they": 0.2017176804226696}, "turkey": {"man - they": 0.15009016750574333, "man": 0.2814062261274951, "they": 0.13131605862175177}, "turned": {"man - they": 0.15171208880641196, "man": 0.2602521447364221, "they": 0.10854005593001013}, "turning": {"man - they": 0.11044054134669576, "man": 0.26630272666862, "they": 0.15586218532192422}, "tv": {"man - they": 0.1017539375422393, "man": 0.2632174486450922, "they": 0.16146351110285292}, "two": {"man - they": 0.07891455138957507, "man": 0.2663966062510311, "they": 0.18748205486145605}, "type": {"man - they": 0.05321385388308586, "man": 0.22503973948300154, "they": 0.17182588559991568}, "typical": {"man - they": 0.11114800623362928, "man": 0.254877594461359, "they": 0.14372958822772972}, "u": {"man - they": 0.15610384476863012, "man": 0.18966981220312798, "they": 0.033565967434497856}, "uk": {"man - they": 0.053738349464570484, "man": 0.21025202792603426, "they": 0.15651367846146377}, "university": {"man - they": 0.11328172257155035, "man": 0.21714436844583826, "they": 0.10386264587428791}, "until": {"man - they": -0.021786884045394, "man": 0.1881842695461031, "they": 0.2099711535914971}, "up": {"man - they": 0.03717721051932632, "man": 0.2947488073899957, "they": 0.2575715968706694}, "us": {"man - they": -0.07882145044629879, "man": 0.1742347423813183, "they": 0.2530561928276171}, "use": {"man - they": -0.01574372611827171, "man": 0.16429578903677955, "they": 0.18003951515505126}, "used": {"man - they": 0.07002168511906791, "man": 0.1812701674482487, "they": 0.11124848232918079}, "uses": {"man - they": 0.15009016750574333, "man": 0.2814062261274951, "they": 0.13131605862175177}, "v": {"man - they": 0.06930645580585654, "man": 0.20037990608876305, "they": 0.1310734502829065}, "ve": {"man - they": -0.0034012144303049163, "man": 0.18910245797033562, "they": 0.19250367240064054}, "very": {"man - they": 0.0007418411059979813, "man": 0.1800640475029921, "they": 0.17932220639699412}, "victim": {"man - they": 0.11063664755417024, "man": 0.26318170655977946, "they": 0.15254505900560922}, "victims": {"man - they": 0.11204600560258127, "man": 0.2396577817113422, "they": 0.12761177610876093}, "video": {"man - they": 0.1691449402773184, "man": 0.29000092269939615, "they": 0.12085598242207773}, "view": {"man - they": 0.15210149019340768, "man": 0.254877594461359, "they": 0.10277610426795132}, "violence": {"man - they": 0.16325421157300285, "man": 0.31268758085467685, "they": 0.149433369281674}, "violent": {"man - they": 0.0526778476800745, "man": 0.2396577817113422, "they": 0.1869799340312677}, "visitors": {"man - they": 0.14511996906338825, "man": 0.3372124111225044, "they": 0.19209244205911613}, "walked": {"man - they": 0.16161838311163065, "man": 0.3290183305175235, "they": 0.16739994740589284}, "walking": {"man - they": 0.0666591959836143, "man": 0.26318170655977946, "they": 0.19652251057616515}, "wanna": {"man - they": 0.11063664755417024, "man": 0.26318170655977946, "they": 0.15254505900560922}, "want": {"man - they": -0.09358523927867773, "man": 0.17279136396012285, "they": 0.2663766032388006}, "wanted": {"man - they": 0.030066233761598782, "man": 0.21025202792603426, "they": 0.18018579416443548}, "warning": {"man - they": 0.15042854952237503, "man": 0.27714270679142894, "they": 0.1267141572690539}, "was": {"man - they": 0.1296027426871178, "man": 0.3204942607335704, "they": 0.1908915180464526}, "watch": {"man - they": 0.04854699665784323, "man": 0.23049740536647087, "they": 0.18195040870862764}, "watched": {"man - they": 0.11098873481279317, "man": 0.257490555772244, "they": 0.14650182095945083}, "way": {"man - they": 0.04068215536921432, "man": 0.2649981923390264, "they": 0.22431603696981206}, "we": {"man - they": -0.018160312143269658, "man": 0.18527523836683593, "they": 0.2034355505101056}, "website": {"man - they": 0.11293646916493968, "man": 0.22364052572376322, "they": 0.11070405655882354}, "week": {"man - they": 0.07560087482866265, "man": 0.23785362915461628, "they": 0.16225275432595362}, "weeks": {"man - they": 0.08831191389133179, "man": 0.20129284409950468, "they": 0.11298093020817289}, "welfare": {"man - they": 0.028927210293134137, "man": 0.25239712957428706, "they": 0.22346991928115292}, "well": {"man - they": -0.0393582821404867, "man": 0.17546085206325812, "they": 0.21481913420374482}, "went": {"man - they": 0.06469208014506736, "man": 0.27980194925435165, "they": 0.21510986910928429}, "were": {"man - they": -0.179009462414561, "man": 0.11039058863591404, "they": 0.28940005105047506}, "west": {"man - they": 0.20689833046478184, "man": 0.2859346151985566, "they": 0.07903628473377478}, "what": {"man - they": -0.09368488488617549, "man": 0.17307969079837687, "they": 0.26676457568455236}, "whatever": {"man - they": 0.11225226037848733, "man": 0.23603569974579386, "they": 0.12378343936730653}, "when": {"man - they": -0.09341406355647563, "man": 0.19990927681015352, "they": 0.29332334036662916}, "whenever": {"man - they": 0.051778621409210274, "man": 0.26318170655977946, "they": 0.2114030851505692}, "where": {"man - they": 0.03794851666149035, "man": 0.2665921086813997, "they": 0.22864359201990936}, "which": {"man - they": -0.04655486469127704, "man": 0.15136781896842963, "they": 0.19792268365970667}, "while": {"man - they": 0.08690072105113678, "man": 0.2559183846057588, "they": 0.169017663554622}, "whille": {"man - they": 0.14278581862534898, "man": 0.36011354969971, "they": 0.217327731074361}, "white": {"man - they": 0.15949892373025704, "man": 0.4228155381148455, "they": 0.2633166143845885}, "whites": {"man - they": -0.06680225639577192, "man": 0.19265750952049276, "they": 0.2594597659162647}, "whitey": {"man - they": 0.13642719762956362, "man": 0.3290183305175235, "they": 0.19259113288795987}, "who": {"man - they": 0.01908949987402586, "man": 0.2522384495064998, "they": 0.23314894963247396}, "whole": {"man - they": 0.011949063494219064, "man": 0.19948138508543306, "they": 0.187532321591214}, "why": {"man - they": -0.0891302343284883, "man": 0.14375812201565724, "they": 0.23288835634414554}, "wiggers": {"man - they": 0.15135910090858012, "man": 0.35114611551401614, "they": 0.19978701460543602}, "wild": {"man - they": 0.11022821259218141, "man": 0.26964411952039613, "they": 0.15941590692821472}, "will": {"man - they": -0.053386772709360236, "man": 0.23009482092615438, "they": 0.2834815936355146}, "wisdom": {"man - they": 0.10788065141354397, "man": 0.30429806715412305, "they": 0.19641741574057908}, "with": {"man - they": 0.052631609441745275, "man": 0.34169266421962796, "they": 0.2890610547778827}, "within": {"man - they": 0.13957988329966708, "man": 0.31929422138703634, "they": 0.17971433808736925}, "woman": {"man - they": 0.24410472169046074, "man": 0.39455548350611297, "they": 0.15045076181565223}, "women": {"man - they": 0.08491029052398388, "man": 0.309006732257321, "they": 0.22409644173333712}, "wonder": {"man - they": 0.027431565616010428, "man": 0.23464859138683666, "they": 0.20721702577082624}, "words": {"man - they": 0.06832136902829788, "man": 0.22503973948300154, "they": 0.15671837045470366}, "wore": {"man - they": 0.10837232156005366, "man": 0.2973549974633953, "they": 0.1889826759033416}, "work": {"man - they": 0.05705973063752007, "man": 0.2594567538776368, "they": 0.2023970232401167}, "world": {"man - they": 0.023087392279319746, "man": 0.20135255588520287, "they": 0.17826516360588313}, "would": {"man - they": -0.038552395075401924, "man": 0.1903608844031882, "they": 0.22891327947859014}, "wrestling": {"man - they": 0.1481734769806189, "man": 0.30429806715412305, "they": 0.15612459017350416}, "www": {"man - they": 0.1419786001850029, "man": 0.2717714845501159, "they": 0.129792884365113}, "year": {"man - they": 0.15653876758684374, "man": 0.29916108714569634, "they": 0.1426223195588526}, "years": {"man - they": -0.007165078378267159, "man": 0.18359183881842042, "they": 0.19075691719668758}, "yes": {"man - they": -0.027164335922924693, "man": 0.1638031189977771, "they": 0.1909674549207018}, "yet": {"man - they": 0.012093286167188383, "man": 0.19197134090790388, "they": 0.1798780547407155}, "yo": {"man - they": 0.15042854952237503, "man": 0.27714270679142894, "they": 0.1267141572690539}, "you": {"man - they": 0.010517033864082953, "man": 0.2377612309121577, "they": 0.22724419704807475}, "young": {"man - they": 0.16283837659333325, "man": 0.35037069818454725, "they": 0.187532321591214}, "your": {"man - they": 0.044154828997837736, "man": 0.23273684076545142, "they": 0.1885820117676137}, "youtube": {"man - they": 0.25865042230417923, "man": 0.31494023896784107, "they": 0.05628981666366184}, "zealot": {"man - they": 0.14278581862534898, "man": 0.36011354969971, "they": 0.217327731074361}, "zionist": {"man - they": 0.15244447818101725, "man": 0.2500355639865137, "they": 0.09759108580549648}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-man-woman.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-man-woman.json new file mode 100644 index 0000000000000000000000000000000000000000..6c029112d3e9be066b4ed1e50b89ae606f206207 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-man-woman.json @@ -0,0 +1 @@ +{"0": {"man - woman": -0.09582027879032445, "man": 0.1846265428298412, "woman": 0.28044682162016565}, "05": {"man - woman": -0.034072542233561154, "man": 0.3372124111225044, "woman": 0.37128495335606554}, "1": {"man - woman": -0.04622152531222795, "man": 0.2679214135403094, "woman": 0.31414293885253736}, "11": {"man - woman": -0.12986092481548775, "man": 0.21714436844583826, "woman": 0.347005293261326}, "15": {"man - woman": 0.016497869832155954, "man": 0.27718265811076515, "woman": 0.2606847882786092}, "17": {"man - woman": -0.09135941259412594, "man": 0.26318170655977946, "woman": 0.3545411191539054}, "18": {"man - woman": -0.09280954649408504, "man": 0.2396577817113422, "woman": 0.33246732820542724}, "2": {"man - woman": -0.16262631059560337, "man": 0.1486022987883279, "woman": 0.31122860938393127}, "20": {"man - woman": 0.016588816378689863, "man": 0.2610976362567721, "woman": 0.24450881987808226}, "2010": {"man - woman": 0.016312056381054985, "man": 0.3050823333639283, "woman": 0.28877027698287333}, "2010apr02": {"man - woman": -0.03336947663503431, "man": 0.36011354969971, "woman": 0.3934830263347443}, "2011": {"man - woman": -0.03610720364711956, "man": 0.26318170655977946, "woman": 0.299288910206899}, "21": {"man - woman": -0.006494667115524766, "man": 0.32963771129471064, "woman": 0.3361323784102354}, "27": {"man - woman": -0.035640154837483284, "man": 0.2814062261274951, "woman": 0.3170463809649784}, "3": {"man - woman": -0.007094602119193827, "man": 0.25542942934030666, "woman": 0.2625240314595005}, "30": {"man - woman": 0.0503663653436377, "man": 0.29902316661863454, "woman": 0.24865680127499684}, "5824772": {"man - woman": -0.03336947663503431, "man": 0.36011354969971, "woman": 0.3934830263347443}, "6": {"man - woman": 0.05076080044756723, "man": 0.28360352139069583, "woman": 0.2328427209431286}, "65": {"man - woman": -0.034072542233561154, "man": 0.3372124111225044, "woman": 0.37128495335606554}, "75": {"man - woman": -0.036028791688779704, "man": 0.26630272666862, "woman": 0.3023315183573997}, "84th": {"man - woman": -0.03336947663503431, "man": 0.36011354969971, "woman": 0.3934830263347443}, "9": {"man - woman": -0.03733782284968215, "man": 0.21025202792603426, "woman": 0.2475898507757164}, "a": {"man - woman": -0.05202843509435523, "man": 0.394082550595528, "woman": 0.4461109856898832}, "about": {"man - woman": -0.07034085435080678, "man": 0.20574727037311624, "woman": 0.276088124723923}, "according": {"man - woman": -0.03680158269130476, "man": 0.23431588088831376, "woman": 0.2711174635796185}, "accused": {"man - woman": 0.07239248788151159, "man": 0.3852865970790704, "woman": 0.31289410919755883}, "african": {"man - woman": -0.09312529766285496, "man": 0.23431588088831376, "woman": 0.3274411785511687}, "after": {"man - woman": 0.05156626865509403, "man": 0.24766591193361187, "woman": 0.19609964327851784}, "again": {"man - woman": -0.03810648950673409, "man": 0.1721967210976735, "woman": 0.2103032106044076}, "against": {"man - woman": 0.018686513176558894, "man": 0.28317485689847366, "woman": 0.26448834372191476}, "ago": {"man - woman": -0.04198405886719639, "man": 0.21074554706010803, "woman": 0.2527296059273044}, "all": {"man - woman": 0.033960677844307424, "man": 0.2601551760432657, "woman": 0.2261944981989583}, "alot": {"man - woman": 0.016443416063145144, "man": 0.2859346151985566, "woman": 0.2694911991354115}, "am": {"man - woman": 0.04004315280174536, "man": 0.2704685278610934, "woman": 0.23042537505934801}, "american": {"man - woman": -0.03795722761948289, "man": 0.17997868910062712, "woman": 0.21793591672011}, "an": {"man - woman": -0.018719792038512706, "man": 0.3118073633333409, "woman": 0.3305271553718536}, "and": {"man - woman": 0.006372943266026276, "man": 0.3788076357599954, "woman": 0.3724346924939691}, "angry": {"man - woman": -0.0363126679003411, "man": 0.254877594461359, "woman": 0.2911902623617001}, "another": {"man - woman": 0.0025116961539900506, "man": 0.29965270383875126, "woman": 0.2971410076847612}, "anthropology": {"man - woman": -0.03449024024965558, "man": 0.32303995157359194, "woman": 0.3575301918232475}, "any": {"man - woman": -0.08079416561123223, "man": 0.17161092555717214, "woman": 0.25240509116840437}, "anyone": {"man - woman": 0.01683837040361616, "man": 0.1951082341479919, "woman": 0.17826986374437573}, "apartment": {"man - woman": -0.09135941259412594, "man": 0.26318170655977946, "woman": 0.3545411191539054}, "are": {"man - woman": 0.024151296558363566, "man": 0.2316742971974336, "woman": 0.20752300063907003}, "area": {"man - woman": -0.03836515489564207, "man": 0.1581737219319172, "woman": 0.19653887682755927}, "around": {"man - woman": 0.05209337819110141, "man": 0.2191031989488727, "woman": 0.1670098207577713}, "arrest": {"man - woman": -0.09016939281127206, "man": 0.2814062261274951, "woman": 0.37157561893876717}, "as": {"man - woman": -0.003884818388856126, "man": 0.2649406183048675, "woman": 0.2688254366937236}, "asian": {"man - woman": -0.006836587760686408, "man": 0.2877053823770273, "woman": 0.2945419701377137}, "assault": {"man - woman": -0.09094406349926504, "man": 0.26964411952039613, "woman": 0.36058818301966117}, "at": {"man - woman": -0.02182934723345789, "man": 0.24390281688803997, "woman": 0.26573216412149786}, "attack": {"man - woman": 0.05076080044756723, "man": 0.28360352139069583, "woman": 0.2328427209431286}, "attacked": {"man - woman": -0.03901884862855848, "man": 0.3155222705253469, "woman": 0.3545411191539054}, "babies": {"man - woman": -0.036585359249992594, "man": 0.24355644748087787, "woman": 0.28014180673087047}, "back": {"man - woman": 0.07876563142966522, "man": 0.2323349239564345, "woman": 0.1535692925267693}, "bad": {"man - woman": -0.03815821001262806, "man": 0.16944940797946575, "woman": 0.20760761799209382}, "ballistic": {"man - woman": -0.034789093449520525, "man": 0.31261119269520415, "woman": 0.3474002861447247}, "bautista": {"man - woman": 0.01570802554330558, "man": 0.3732382173665531, "woman": 0.3575301918232475}, "be": {"man - woman": -0.026729948957304184, "man": 0.2391817859156959, "woman": 0.26591173487300007}, "beast": {"man - woman": -0.035640154837483284, "man": 0.2814062261274951, "woman": 0.3170463809649784}, "beat": {"man - woman": -0.041998915260821224, "man": 0.3177624856683398, "woman": 0.35976140092916103}, "beaten": {"man - woman": -0.06697409793771947, "man": 0.3403539309135119, "woman": 0.40732802885123137}, "beating": {"man - woman": -0.035640154837483284, "man": 0.2814062261274951, "woman": 0.3170463809649784}, "beautiful": {"man - woman": -0.03765371819438079, "man": 0.19518900274874781, "woman": 0.2328427209431286}, "because": {"man - woman": 0.020358253091013245, "man": 0.2741259699445392, "woman": 0.25376771685352595}, "been": {"man - woman": 0.0499706897101784, "man": 0.2959424613155353, "woman": 0.2459717716053569}, "being": {"man - woman": -0.04471421194832226, "man": 0.23182032429932597, "woman": 0.27653453624764823}, "big": {"man - woman": 0.016717677180356605, "man": 0.2334138313347398, "woman": 0.2166961541543832}, "black": {"man - woman": -0.028801999993200655, "man": 0.39074284619167504, "woman": 0.4195448461848757}, "blacks": {"man - woman": 0.04941872540946213, "man": 0.3168861334131326, "woman": 0.26746740800367047}, "blind": {"man - woman": -0.08985262935273225, "man": 0.2861132871052471, "woman": 0.37596591645797933}, "boulevard": {"man - woman": -0.03336947663503431, "man": 0.36011354969971, "woman": 0.3934830263347443}, "boy": {"man - woman": -0.1310310856954116, "man": 0.20222070640216488, "woman": 0.3332517920975765}, "boyfriend": {"man - woman": 0.016049782335391893, "man": 0.33767899692403464, "woman": 0.32162921458864274}, "boys": {"man - woman": -0.09257593092935754, "man": 0.24355644748087787, "woman": 0.3361323784102354}, "broadcast": {"man - woman": -0.09280954649408504, "man": 0.2396577817113422, "woman": 0.33246732820542724}, "brother": {"man - woman": 0.01652088426057652, "man": 0.2733036481958138, "woman": 0.2567827639352373}, "brown": {"man - woman": 0.07674093119462322, "man": 0.2934370853490064, "woman": 0.2166961541543832}, "bus": {"man - woman": -0.043340429692105886, "man": 0.34718593706969536, "woman": 0.39052636676180125}, "but": {"man - woman": -0.022098835984429716, "man": 0.22760782351589348, "woman": 0.2497066595003232}, "by": {"man - woman": -0.03259760361707742, "man": 0.30471461256087484, "woman": 0.33731221617795226}, "ca": {"man - woman": 0.016727182103270483, "man": 0.23101883794568878, "woman": 0.2142916558424183}, "came": {"man - woman": 0.05104879183284258, "man": 0.2715451449943732, "woman": 0.22049635316153063}, "can": {"man - woman": 0.002238600632553406, "man": 0.21237180847494444, "woman": 0.21013320784239103}, "car": {"man - woman": -0.0065922688925744155, "man": 0.3177624856683398, "woman": 0.3243547545609142}, "cause": {"man - woman": -0.006822630504080329, "man": 0.28943546745888943, "woman": 0.29625809796296976}, "chants": {"man - woman": -0.034072542233561154, "man": 0.3372124111225044, "woman": 0.37128495335606554}, "charged": {"man - woman": 0.07454139566192142, "man": 0.3440325947973329, "woman": 0.2694911991354115}, "check": {"man - woman": -0.09582027879032445, "man": 0.1846265428298412, "woman": 0.28044682162016565}, "child": {"man - woman": -0.09552832537463887, "man": 0.1904269528504495, "woman": 0.28595527822508837}, "cokes": {"man - woman": -0.03336947663503431, "man": 0.36011354969971, "woman": 0.3934830263347443}, "color": {"man - woman": 0.05079905896128881, "man": 0.28204390999464707, "woman": 0.23124485103335826}, "com": {"man - woman": -0.02619075546428043, "man": 0.2437669391441822, "woman": 0.26995769460846264}, "coma": {"man - woman": -0.03336947663503431, "man": 0.36011354969971, "woman": 0.3934830263347443}, "come": {"man - woman": 0.016802085323945948, "man": 0.20908075724035513, "woman": 0.19227867191640918}, "communicating": {"man - woman": -0.03336947663503431, "man": 0.36011354969971, "woman": 0.3934830263347443}, "cop": {"man - woman": -0.0363126679003411, "man": 0.254877594461359, "woman": 0.2911902623617001}, "corner": {"man - woman": -0.03502214682944016, "man": 0.30429806715412305, "woman": 0.3393202139835632}, "could": {"man - woman": -0.07302693350367528, "man": 0.22395983954796794, "woman": 0.2969867730516432}, "couple": {"man - woman": -0.03776564794625281, "man": 0.18966981220312798, "woman": 0.2274354601493808}, "court": {"man - woman": -0.09203628158246824, "man": 0.25239712957428706, "woman": 0.3444334111567553}, "cpamikei": {"man - woman": -0.03653279804161491, "man": 0.38684679649993176, "woman": 0.42337959454154667}, "crime": {"man - woman": 0.018572805317343066, "man": 0.29836720484347357, "woman": 0.2797943995261305}, "crimes": {"man - woman": -0.0361802138998123, "man": 0.2602521447364221, "woman": 0.2964323586362344}, "dark": {"man - woman": 0.016560663154114724, "man": 0.2663058180806017, "woman": 0.249745154926487}, "dating": {"man - woman": -0.04039516553200484, "man": 0.36136476655318456, "woman": 0.4017599320851894}, "dead": {"man - woman": -0.03710427959562465, "man": 0.2209473532597341, "woman": 0.25805163285535876}, "death": {"man - woman": -0.06659304604482813, "man": 0.3074253755803786, "woman": 0.3740184216252067}, "des": {"man - woman": -0.03449024024965558, "man": 0.32303995157359194, "woman": 0.3575301918232475}, "detrimental": {"man - woman": -0.03703618647915302, "man": 0.3732382173665531, "woman": 0.4102744038457061}, "difuses": {"man - woman": -0.03336947663503431, "man": 0.36011354969971, "woman": 0.3934830263347443}, "do": {"man - woman": 0.0368936318452201, "man": 0.2209385979667487, "woman": 0.1840449661215286}, "does": {"man - woman": 0.016793310478268902, "man": 0.21202360088849984, "woman": 0.19523029041023093}, "don": {"man - woman": -0.037314363940689155, "man": 0.2113424373343077, "woman": 0.24865680127499684}, "dont": {"man - woman": -0.0445766385410461, "man": 0.23667625433989842, "woman": 0.2812528928809445}, "down": {"man - woman": -0.007341841649620928, "man": 0.22395983954796794, "woman": 0.23130168119758887}, "drink": {"man - woman": -0.036585359249992594, "man": 0.24355644748087787, "woman": 0.28014180673087047}, "drop": {"man - woman": -0.035751402406129895, "man": 0.27714270679142894, "woman": 0.31289410919755883}, "drove": {"man - woman": -0.034072542233561154, "man": 0.3372124111225044, "woman": 0.37128495335606554}, "early": {"man - woman": -0.03680158269130476, "man": 0.23431588088831376, "woman": 0.2711174635796185}, "elderly": {"man - woman": -0.03502214682944016, "man": 0.30429806715412305, "woman": 0.3393202139835632}, "ever": {"man - woman": -0.03852058594839933, "man": 0.14938049841788315, "woman": 0.18790108436628247}, "example": {"man - woman": -0.03701288935467778, "man": 0.22503973948300154, "woman": 0.2620526288376793}, "eyes": {"man - woman": -0.07147384152748043, "man": 0.25740944040293584, "woman": 0.32888328193041627}, "face": {"man - woman": -0.09454323130610448, "man": 0.20918266501293553, "woman": 0.30372589631904}, "family": {"man - woman": -0.09617190400580616, "man": 0.17747609283103594, "woman": 0.2736479968368421}, "few": {"man - woman": -0.04280785756174918, "man": 0.17496780837092069, "woman": 0.21777566593266987}, "find": {"man - woman": -0.11458432661029264, "man": 0.22699197780960864, "woman": 0.3415763044199013}, "first": {"man - woman": 0.05185250787475937, "man": 0.23283053186352165, "woman": 0.18097802398876228}, "for": {"man - woman": -0.03363104589358945, "man": 0.3315592361261139, "woman": 0.3651902820197033}, "force": {"man - woman": -0.0066044423890150306, "man": 0.31627612219846707, "woman": 0.3228805645874821}, "forces": {"man - woman": -0.03502214682944016, "man": 0.30429806715412305, "woman": 0.3393202139835632}, "found": {"man - woman": -0.09660578389563584, "man": 0.16838387685803424, "woman": 0.2649896607536701}, "fox": {"man - woman": -0.0363126679003411, "man": 0.254877594461359, "woman": 0.2911902623617001}, "french": {"man - woman": -0.03733782284968215, "man": 0.21025202792603426, "woman": 0.2475898507757164}, "from": {"man - woman": 0.022858576848759832, "man": 0.2701398809080304, "woman": 0.2472813040592706}, "front": {"man - woman": -0.09515242384520284, "man": 0.1977256929881952, "woman": 0.29287811683339804}, "fu": {"man - woman": -0.03449024024965558, "man": 0.32303995157359194, "woman": 0.3575301918232475}, "full": {"man - woman": 0.05063712836004247, "man": 0.2885636122100561, "woman": 0.23792648385001364}, "gang": {"man - woman": -0.006425507507835937, "man": 0.33800790364891936, "woman": 0.3444334111567553}, "get": {"man - woman": -0.08710209752221887, "man": 0.21703716365462555, "woman": 0.3041392611768444}, "gets": {"man - woman": -0.03738317255892762, "man": 0.20813349402606912, "woman": 0.24551666658499674}, "girl": {"man - woman": -0.007010136358219066, "man": 0.2660576579055942, "woman": 0.2730677942638133}, "girls": {"man - woman": -0.04093857797521405, "man": 0.2511261608918414, "woman": 0.2920647388670555}, "give": {"man - woman": -0.03806298830721283, "man": 0.17448679504681713, "woman": 0.21254978335402996}, "go": {"man - woman": -0.019086806715640642, "man": 0.2229061884830973, "woman": 0.24199299519873793}, "god": {"man - woman": -0.03806298830721283, "man": 0.17448679504681713, "woman": 0.21254978335402996}, "goes": {"man - woman": -0.040742967868280855, "man": 0.25819552985432215, "woman": 0.298938497722603}, "gone": {"man - woman": -0.0371882006008509, "man": 0.21714436844583826, "woman": 0.25433256904668916}, "good": {"man - woman": -0.13453224077155274, "man": 0.18446529145131924, "woman": 0.31899753222287197}, "got": {"man - woman": 0.11732478028525803, "man": 0.286613884165787, "woman": 0.16928910388052895}, "gray": {"man - woman": -0.03449024024965558, "man": 0.32303995157359194, "woman": 0.3575301918232475}, "groid": {"man - woman": -0.0917191433062377, "man": 0.257490555772244, "woman": 0.3492096990784817}, "grow": {"man - woman": 0.01639869364491975, "man": 0.29273375767151416, "woman": 0.2763350640265944}, "gun": {"man - woman": -0.040604456071623385, "man": 0.2631214402474166, "woman": 0.30372589631904}, "guy": {"man - woman": -0.045472515500574684, "man": 0.2899979514644913, "woman": 0.335470466965066}, "had": {"man - woman": 0.018996946594813352, "man": 0.2284097164251913, "woman": 0.20941276983037796}, "hair": {"man - woman": -0.07809459158078277, "man": 0.23280597305211967, "woman": 0.31090056463290244}, "half": {"man - woman": -0.03778064930794123, "man": 0.18892233847551637, "woman": 0.2267029877834576}, "ham": {"man - woman": -0.034789093449520525, "man": 0.31261119269520415, "woman": 0.3474002861447247}, "hard": {"man - woman": -0.04106855200271867, "man": 0.24635236737512536, "woman": 0.28742091937784403}, "harvard": {"man - woman": -0.03336947663503431, "man": 0.36011354969971, "woman": 0.3934830263347443}, "has": {"man - woman": 0.16107848844507416, "man": 0.2995439743638881, "woman": 0.1384654859188139}, "hate": {"man - woman": -0.03815821001262806, "man": 0.16944940797946575, "woman": 0.20760761799209382}, "have": {"man - woman": 0.013770992770202384, "man": 0.2238840501621546, "woman": 0.2101130573919522}, "he": {"man - woman": 0.04567644043945385, "man": 0.30846188811506736, "woman": 0.2627854476756135}, "her": {"man - woman": -0.15743113640253753, "man": 0.2510615076621747, "woman": 0.40849264406471225}, "here": {"man - woman": -0.008323184933812983, "man": 0.23738699560818383, "woman": 0.2457101805419968}, "hey": {"man - woman": 0.05098783106152627, "man": 0.27416139048747795, "woman": 0.22317355942595168}, "hi": {"man - woman": 0.05076080044756723, "man": 0.28360352139069583, "woman": 0.2328427209431286}, "high": {"man - woman": -0.037969569067945436, "man": 0.1793432229813598, "woman": 0.21731279204930523}, "him": {"man - woman": 0.14550086835875578, "man": 0.3289442613249828, "woman": 0.183443392966227}, "his": {"man - woman": 0.17042954142856745, "man": 0.33550602817777087, "woman": 0.16507648674920342}, "hold": {"man - woman": -0.0363126679003411, "man": 0.254877594461359, "woman": 0.2911902623617001}, "home": {"man - woman": -0.10739046404598046, "man": 0.20208486134420167, "woman": 0.30947532539018213}, "hope": {"man - woman": -0.03863536472354581, "man": 0.14268919523672047, "woman": 0.18132455996026628}, "house": {"man - woman": -0.09623066698554317, "man": 0.17626264392702234, "woman": 0.2724933109125655}, "how": {"man - woman": -0.04314449037565801, "man": 0.15899204168445405, "woman": 0.20213653206011206}, "http": {"man - woman": -0.018889422417908336, "man": 0.23697506466160703, "woman": 0.25586448707951537}, "i": {"man - woman": 0.03254888572835812, "man": 0.29556746326480704, "woman": 0.2630185775364489}, "id": {"man - woman": -0.036876905064258725, "man": 0.23103820921472834, "woman": 0.26791511427898707}, "if": {"man - woman": -0.07001745872867829, "man": 0.20557654143520585, "woman": 0.27559400016388413}, "in": {"man - woman": -0.01805956383571361, "man": 0.37034918160491037, "woman": 0.388408745440624}, "injured": {"man - woman": -0.034789093449520525, "man": 0.31261119269520415, "woman": 0.3474002861447247}, "into": {"man - woman": -0.038846883134661614, "man": 0.1298651461916134, "woman": 0.16871202932627502}, "iowa": {"man - woman": -0.03739836257928403, "man": 0.3632105726832697, "woman": 0.4006089352625537}, "is": {"man - woman": 0.03469087235594803, "man": 0.30583862033721565, "woman": 0.2711477479812676}, "it": {"man - woman": 0.014957649452849386, "man": 0.2690486981732047, "woman": 0.2540910487203553}, "its": {"man - woman": -0.09839220706276991, "man": 0.12700580228879424, "woman": 0.22539800935156415}, "just": {"man - woman": -0.0017970969836541562, "man": 0.2434112170903482, "woman": 0.24520831407400234}, "kevin": {"man - woman": -0.03502214682944016, "man": 0.30429806715412305, "woman": 0.3393202139835632}, "kick": {"man - woman": -0.03648459703179552, "man": 0.2477813263045458, "woman": 0.2842659233363413}, "kid": {"man - woman": 0.01664710580524728, "man": 0.2494898267483759, "woman": 0.2328427209431286}, "killed": {"man - woman": -0.0688975957902847, "man": 0.3069353114874812, "woman": 0.3758329072777659}, "killing": {"man - woman": 0.04980302225162486, "man": 0.31929422138703634, "woman": 0.2694911991354115}, "kills": {"man - woman": 0.015810286538544993, "man": 0.3632105726832697, "woman": 0.3474002861447247}, "know": {"man - woman": -0.04314849709323207, "man": 0.1587962067735355, "woman": 0.20194470386676758}, "kung": {"man - woman": -0.03449024024965558, "man": 0.32303995157359194, "woman": 0.3575301918232475}, "la": {"man - woman": -0.03551592748339566, "man": 0.2861132871052471, "woman": 0.32162921458864274}, "lapd": {"man - woman": -0.03336947663503431, "man": 0.36011354969971, "woman": 0.3934830263347443}, "large": {"man - woman": -0.03680158269130476, "man": 0.23431588088831376, "woman": 0.2711174635796185}, "last": {"man - woman": 0.07803186138285376, "man": 0.25696835542463975, "woman": 0.178936494041786}, "latimes": {"man - woman": -0.034072542233561154, "man": 0.3372124111225044, "woman": 0.37128495335606554}, "lawyer": {"man - woman": -0.034789093449520525, "man": 0.31261119269520415, "woman": 0.3474002861447247}, "least": {"man - woman": -0.0377504142686369, "man": 0.1904269528504495, "woman": 0.2281773671190864}, "like": {"man - woman": 0.04573064507225133, "man": 0.34745687020368005, "woman": 0.3017262251314287}, "liquid": {"man - woman": -0.034072542233561154, "man": 0.3372124111225044, "woman": 0.37128495335606554}, "live": {"man - woman": -0.042340545154749526, "man": 0.1957733385489826, "woman": 0.23811388370373213}, "local": {"man - woman": -0.09448518045883236, "man": 0.21025202792603426, "woman": 0.3047372083848666}, "lol": {"man - woman": -0.041047749142747114, "man": 0.24712066676245759, "woman": 0.2881684159052047}, "london": {"man - woman": 0.016622457469327445, "man": 0.2545489413193411, "woman": 0.23792648385001364}, "look": {"man - woman": -0.044849114885437386, "man": 0.22699197780960864, "woman": 0.271841092695046}, "looking": {"man - woman": -0.08795798752824757, "man": 0.2602994612723082, "woman": 0.34825744880055576}, "loud": {"man - woman": -0.09045298054325002, "man": 0.27714270679142894, "woman": 0.36759568733467896}, "love": {"man - woman": 0.016724865772614728, "man": 0.2316086079124438, "woman": 0.21488374213982908}, "m": {"man - woman": 0.08492318941627805, "man": 0.31836584413025243, "woman": 0.23344265471397438}, "mace": {"man - woman": -0.03336947663503431, "man": 0.36011354969971, "woman": 0.3934830263347443}, "makes": {"man - woman": 0.05076080044756723, "man": 0.28360352139069583, "woman": 0.2328427209431286}, "man": {"man - woman": 0.2645448385688009, "man": 0.6887877632484933, "woman": 0.42424292467969243}, "march": {"man - woman": 0.016554532999646543, "man": 0.2674103918451607, "woman": 0.25085585884551415}, "mate": {"man - woman": -0.09218177881281053, "man": 0.2500355639865137, "woman": 0.34221734279932425}, "may": {"man - woman": -0.04139620362034779, "man": 0.23402798971407962, "woman": 0.2754241933344274}, "maybe": {"man - woman": -0.09713520066633216, "man": 0.15684124689330617, "woman": 0.25397644755963833}, "me": {"man - woman": -0.055323216302461675, "man": 0.2709313523059677, "woman": 0.3262545686084294}, "men": {"man - woman": -0.06487822118887066, "man": 0.3208223734443642, "woman": 0.38570059463323486}, "met": {"man - woman": -0.036585359249992594, "man": 0.24355644748087787, "woman": 0.28014180673087047}, "michael": {"man - woman": -0.09154529468093281, "man": 0.2602521447364221, "woman": 0.3517974394173549}, "mob": {"man - woman": -0.03537529736535844, "man": 0.2913756775094773, "woman": 0.32675097487483573}, "moines": {"man - woman": -0.034072542233561154, "man": 0.3372124111225044, "woman": 0.37128495335606554}, "month": {"man - woman": 0.01652088426057652, "man": 0.2733036481958138, "woman": 0.2567827639352373}, "more": {"man - woman": 0.045929479948019714, "man": 0.2976759238705927, "woman": 0.251746443922573}, "morning": {"man - woman": -0.039733570533913076, "man": 0.29273375767151416, "woman": 0.33246732820542724}, "most": {"man - woman": 0.05188912415951932, "man": 0.23082561820130532, "woman": 0.178936494041786}, "mother": {"man - woman": -0.0948151232066537, "man": 0.2041233745159493, "woman": 0.298938497722603}, "much": {"man - woman": 0.016836068109595953, "man": 0.19610843134921724, "woman": 0.17927236323962129}, "mugger": {"man - woman": -0.03336947663503431, "man": 0.36011354969971, "woman": 0.3934830263347443}, "murder": {"man - woman": -0.017508753678938282, "man": 0.3262258508665141, "woman": 0.3437346045454524}, "murders": {"man - woman": -0.035640154837483284, "man": 0.2814062261274951, "woman": 0.3170463809649784}, "my": {"man - woman": -0.009181885443548837, "man": 0.23156718464161558, "woman": 0.2407490700851644}, "n": {"man - woman": 0.05755089793555532, "man": 0.2727314929275669, "woman": 0.21518059499201156}, "name": {"man - woman": -0.04148958420309573, "man": 0.23043484145805082, "woman": 0.27192442566114655}, "nationalism": {"man - woman": -0.036585359249992594, "man": 0.24355644748087787, "woman": 0.28014180673087047}, "nearly": {"man - woman": -0.03648459703179552, "man": 0.2477813263045458, "woman": 0.2842659233363413}, "need": {"man - woman": -0.0425007926151201, "man": 0.18880088858246877, "woman": 0.23130168119758887}, "negro": {"man - woman": -0.13351936571600542, "man": 0.16785791494162228, "woman": 0.3013772806576277}, "never": {"man - woman": 0.04008628723635102, "man": 0.26795041948416304, "woman": 0.22786413224781202}, "new": {"man - woman": 0.016883954016932462, "man": 0.16751840867512732, "woman": 0.15063445465819486}, "news": {"man - woman": -0.0729061876881601, "man": 0.22668241023660984, "woman": 0.29958859792476994}, "next": {"man - woman": -0.09625951610768821, "man": 0.17566490955345834, "woman": 0.27192442566114655}, "nice": {"man - woman": 0.05090620551047137, "man": 0.27760919329392897, "woman": 0.2267029877834576}, "nigerian": {"man - woman": -0.03537529736535844, "man": 0.2913756775094773, "woman": 0.32675097487483573}, "night": {"man - woman": 0.07601700436695508, "man": 0.31134428438116496, "woman": 0.23532728001420988}, "no": {"man - woman": 0.036458715445209094, "man": 0.2567617574218398, "woman": 0.22030304197663073}, "not": {"man - woman": -0.1000537324912271, "man": 0.1987791125953042, "woman": 0.2988328450865313}, "nothing": {"man - woman": -0.03829825632731243, "man": 0.16187025617972525, "woman": 0.20016851250703768}, "now": {"man - woman": 0.07859437617247508, "man": 0.2384307912867705, "woman": 0.15983641511429542}, "o": {"man - woman": 0.016497869832155954, "man": 0.27718265811076515, "woman": 0.2606847882786092}, "of": {"man - woman": 0.03747578438903976, "man": 0.3475771097262986, "woman": 0.31010132533725887}, "off": {"man - woman": -0.04221826604410642, "man": 0.20098948740888864, "woman": 0.24320775345299506}, "old": {"man - woman": -0.09140527133656567, "man": 0.2963593075210545, "woman": 0.38776457885762017}, "on": {"man - woman": -0.05452294302838301, "man": 0.312604254509941, "woman": 0.367127197538324}, "once": {"man - woman": 0.016710107029454857, "man": 0.23527578460738352, "woman": 0.21856567757792866}, "one": {"man - woman": 0.03347442333315459, "man": 0.2951037942797582, "woman": 0.2616293709466036}, "online": {"man - woman": 0.07527111893403343, "man": 0.32841956020503577, "woman": 0.25314844127100233}, "only": {"man - woman": 0.05234367928011327, "man": 0.2031996025472154, "woman": 0.15085592326710212}, "or": {"man - woman": 0.033811126571281935, "man": 0.27175957489276276, "woman": 0.23794844832148082}, "original": {"man - woman": -0.035751402406129895, "man": 0.27714270679142894, "woman": 0.31289410919755883}, "other": {"man - woman": -0.039156520725213945, "man": 0.10973070459498271, "woman": 0.14888722532019666}, "our": {"man - woman": 0.002278270036670693, "man": 0.22286840403530395, "woman": 0.22059013399863325}, "out": {"man - woman": -0.06860113727179384, "man": 0.24784531322285952, "woman": 0.31644645049465336}, "over": {"man - woman": -0.038846883134661614, "man": 0.1298651461916134, "woman": 0.16871202932627502}, "own": {"man - woman": -0.13530756375605804, "man": 0.14026021235410954, "woman": 0.2755677761101676}, "p": {"man - woman": 0.0165780237638051, "man": 0.2631214402474166, "woman": 0.24654341648361153}, "part": {"man - woman": -0.0962014656837776, "man": 0.17686632858003568, "woman": 0.2730677942638133}, "passenger": {"man - woman": -0.034072542233561154, "man": 0.3372124111225044, "woman": 0.37128495335606554}, "patient": {"man - woman": -0.034789093449520525, "man": 0.31261119269520415, "woman": 0.3474002861447247}, "penalty2": {"man - woman": -0.03336947663503431, "man": 0.36011354969971, "woman": 0.3934830263347443}, "people": {"man - woman": 0.07560148588638693, "man": 0.27369322931846224, "woman": 0.1980917434320753}, "person": {"man - woman": -0.038178132654229785, "man": 0.16838387685803424, "woman": 0.20656200951226403}, "phone": {"man - woman": -0.03680158269130476, "man": 0.23431588088831376, "woman": 0.2711174635796185}, "pick": {"man - woman": -0.0365361862513294, "man": 0.2456244844309026, "woman": 0.282160670682232}, "please": {"man - woman": -0.03810648950673409, "man": 0.1721967210976735, "woman": 0.2103032106044076}, "police": {"man - woman": -0.06359654853939095, "man": 0.3380500707449776, "woman": 0.40164661928436857}, "posted": {"man - woman": -0.04051394847540074, "man": 0.2663058180806017, "woman": 0.30681976655600246}, "pregnant": {"man - woman": -0.08908054517429742, "man": 0.2973549974633953, "woman": 0.3864355426376927}, "prison": {"man - woman": -0.09203628158246824, "man": 0.25239712957428706, "woman": 0.3444334111567553}, "proud": {"man - woman": 0.016603966345962312, "man": 0.25819552985432215, "woman": 0.24159156350835984}, "pulls": {"man - woman": -0.08799774256734955, "man": 0.31261119269520415, "woman": 0.4006089352625537}, "punches": {"man - woman": -0.034072542233561154, "man": 0.3372124111225044, "woman": 0.37128495335606554}, "race": {"man - woman": -0.042747827863529236, "man": 0.17772404262307545, "woman": 0.2204718704866047}, "racially": {"man - woman": -0.036028791688779704, "man": 0.26630272666862, "woman": 0.3023315183573997}, "racist": {"man - woman": 0.016710107029454857, "man": 0.23527578460738352, "woman": 0.21856567757792866}, "ran": {"man - woman": 0.016255222218442444, "man": 0.31268758085467685, "woman": 0.2964323586362344}, "range": {"man - woman": -0.035751402406129895, "man": 0.27714270679142894, "woman": 0.31289410919755883}, "rape": {"man - woman": -0.09218177881281053, "man": 0.2500355639865137, "woman": 0.34221734279932425}, "re": {"man - woman": -0.01865063296423186, "man": 0.25349285915361164, "woman": 0.2721434921178435}, "real": {"man - woman": -0.03767050462301583, "man": 0.19436766917827591, "woman": 0.23203817380129174}, "really": {"man - woman": 0.05160029411498018, "man": 0.245973084782927, "woman": 0.19437279066794683}, "reason": {"man - woman": 0.0505925704064672, "man": 0.2903214255650696, "woman": 0.23972885515860243}, "release": {"man - woman": -0.03502214682944016, "man": 0.30429806715412305, "woman": 0.3393202139835632}, "reporter": {"man - woman": -0.03449024024965558, "man": 0.32303995157359194, "woman": 0.3575301918232475}, "right": {"man - woman": -0.042183562167090766, "man": 0.20245414939022718, "woman": 0.24463771155731795}, "rlm": {"man - woman": -0.03648459703179552, "man": 0.2477813263045458, "woman": 0.2842659233363413}, "robber": {"man - woman": -0.03336947663503431, "man": 0.36011354969971, "woman": 0.3934830263347443}, "room": {"man - woman": -0.036248513292309825, "man": 0.257490555772244, "woman": 0.2937390690645538}, "s": {"man - woman": 0.0671199270377254, "man": 0.32370030177602344, "woman": 0.25658037473829803}, "said": {"man - woman": -0.07916951951248075, "man": 0.20990767466819915, "woman": 0.2890771941806799}, "same": {"man - woman": -0.04244486644617765, "man": 0.19125245047191736, "woman": 0.233697316918095}, "saturday": {"man - woman": -0.035751402406129895, "man": 0.27714270679142894, "woman": 0.31289410919755883}, "saw": {"man - woman": -0.03829825632731243, "man": 0.16187025617972525, "woman": 0.20016851250703768}, "say": {"man - woman": 0.0522428332787255, "man": 0.2098453571922226, "woman": 0.1576025239134971}, "says": {"man - woman": -0.03776564794625281, "man": 0.18966981220312798, "woman": 0.2274354601493808}, "school": {"man - woman": -0.042953155951661076, "man": 0.1681842162275222, "woman": 0.21113737217918327}, "seat": {"man - woman": -0.034789093449520525, "man": 0.31261119269520415, "woman": 0.3474002861447247}, "sedan": {"man - woman": -0.03336947663503431, "man": 0.36011354969971, "woman": 0.3934830263347443}, "see": {"man - woman": -0.049634596678511306, "man": 0.2317516537427252, "woman": 0.2813862504212365}, "seems": {"man - woman": 0.016622457469327445, "man": 0.2545489413193411, "woman": 0.23792648385001364}, "seen": {"man - woman": -0.041796305185209326, "man": 0.2183592473433349, "woman": 0.2601555525285442}, "semen": {"man - woman": -0.034072542233561154, "man": 0.3372124111225044, "woman": 0.37128495335606554}, "sentenced": {"man - woman": -0.08616718341904228, "man": 0.3372124111225044, "woman": 0.42337959454154667}, "service": {"man - woman": -0.09154529468093281, "man": 0.2602521447364221, "woman": 0.3517974394173549}, "several": {"man - woman": -0.03716098333482379, "man": 0.21838257737766067, "woman": 0.25554356071248446}, "she": {"man - woman": -0.04506546977351239, "man": 0.2191031989488727, "woman": 0.2641686687223851}, "shot": {"man - woman": -0.017393078603693213, "man": 0.33310840215148324, "woman": 0.35050148075517645}, "should": {"man - woman": 0.00238321797239055, "man": 0.2534524396191282, "woman": 0.2510692216467377}, "single": {"man - woman": -0.09403717515349877, "man": 0.21838257737766067, "woman": 0.31241975253115944}, "sister": {"man - woman": -0.03691261178576122, "man": 0.22947338227186642, "woman": 0.26638599405762764}, "sitting": {"man - woman": -0.03955576920947679, "man": 0.2985196401905322, "woman": 0.33807540940000896}, "situation": {"man - woman": -0.03637314740858627, "man": 0.25239712957428706, "woman": 0.28877027698287333}, "so": {"man - woman": 0.15085350108462348, "man": 0.24539607446250103, "woman": 0.09454257337787755}, "soap": {"man - woman": -0.03336947663503431, "man": 0.36011354969971, "woman": 0.3934830263347443}, "some": {"man - woman": -0.0016304330570215408, "man": 0.27199286379428855, "woman": 0.2736232968513101}, "sounds": {"man - woman": -0.036876905064258725, "man": 0.23103820921472834, "woman": 0.26791511427898707}, "southeast": {"man - woman": -0.03449024024965558, "man": 0.32303995157359194, "woman": 0.3575301918232475}, "spending": {"man - woman": -0.03449024024965558, "man": 0.32303995157359194, "woman": 0.3575301918232475}, "sprays": {"man - woman": -0.03336947663503431, "man": 0.36011354969971, "woman": 0.3934830263347443}, "stand": {"man - woman": -0.03721471245413546, "man": 0.21593372881686687, "woman": 0.25314844127100233}, "state": {"man - woman": -0.03760158702601468, "man": 0.1977256929881952, "woman": 0.23532728001420988}, "stopped": {"man - woman": -0.03637314740858627, "man": 0.25239712957428706, "woman": 0.28877027698287333}, "stories": {"man - woman": -0.03648459703179552, "man": 0.2477813263045458, "woman": 0.2842659233363413}, "story": {"man - woman": -0.006976443280639566, "man": 0.27028019318158847, "woman": 0.27725663646222803}, "street": {"man - woman": -0.04027566674732075, "man": 0.274565108272748, "woman": 0.31484077502006874}, "strong": {"man - woman": -0.0365361862513294, "man": 0.2456244844309026, "woman": 0.282160670682232}, "stuff": {"man - woman": 0.01660876222159366, "man": 0.25726115791747434, "woman": 0.24065239569588068}, "sub": {"man - woman": -0.03648459703179552, "man": 0.2477813263045458, "woman": 0.2842659233363413}, "supermarket": {"man - woman": -0.034072542233561154, "man": 0.3372124111225044, "woman": 0.37128495335606554}, "sure": {"man - woman": 0.016748382357916064, "man": 0.22541989754298736, "woman": 0.2086715151850713}, "t": {"man - woman": 0.022942912933470394, "man": 0.2586096713452163, "woman": 0.2356667584117459}, "take": {"man - woman": -0.03855397375194344, "man": 0.1474521612725079, "woman": 0.18600613502445135}, "talking": {"man - woman": -0.037314363940689155, "man": 0.2113424373343077, "woman": 0.24865680127499684}, "teacher": {"man - woman": -0.09491619730466316, "man": 0.20222070640216488, "woman": 0.29713690370682805}, "than": {"man - woman": -0.0074476123146281215, "man": 0.21032805361804174, "woman": 0.21777566593266987}, "that": {"man - woman": 0.03422464402293535, "man": 0.31021479952268405, "woman": 0.2759901554997487}, "the": {"man - woman": 0.004516069344847495, "man": 0.35886955024028094, "woman": 0.35435348089543345}, "their": {"man - woman": -0.07278763909421251, "man": 0.16898813907230723, "woman": 0.24177577816651974}, "them": {"man - woman": -0.10057096802514168, "man": 0.06192332261396675, "woman": 0.16249429063910842}, "then": {"man - woman": -0.04296255669039123, "man": 0.16773964925289442, "woman": 0.21070220594328565}, "there": {"man - woman": 0.03379926181106471, "man": 0.27264264960828777, "woman": 0.23884338779722306}, "they": {"man - woman": -0.004183407590303778, "man": 0.22525715052260645, "woman": 0.22944055811291023}, "things": {"man - woman": -0.038029011915395955, "man": 0.17626264392702234, "woman": 0.2142916558424183}, "this": {"man - woman": 0.1153551964473532, "man": 0.3134214606486323, "woman": 0.1980662642012791}, "those": {"man - woman": -0.09868005284175049, "man": 0.11957796064215659, "woman": 0.21825801348390708}, "throws": {"man - woman": -0.034789093449520525, "man": 0.31261119269520415, "woman": 0.3474002861447247}, "time": {"man - woman": 0.020406357004139813, "man": 0.2672019525412687, "woman": 0.2467955955371289}, "to": {"man - woman": -0.03665501744970684, "man": 0.3339476688729946, "woman": 0.37060268632270144}, "told": {"man - woman": 0.016658246860098425, "man": 0.24712066676245759, "woman": 0.23046241990235916}, "too": {"man - woman": -0.042713792778186765, "man": 0.17927515915212056, "woman": 0.22198895193030732}, "towards": {"man - woman": -0.03910985856267807, "man": 0.31268758085467685, "woman": 0.3517974394173549}, "town": {"man - woman": -0.03810648950673409, "man": 0.1721967210976735, "woman": 0.2103032106044076}, "true": {"man - woman": 0.05063712836004247, "man": 0.2885636122100561, "woman": 0.23792648385001364}, "try": {"man - woman": 0.016759598415722637, "man": 0.22229362071629397, "woman": 0.20553402230057133}, "trying": {"man - woman": -0.09604987924448158, "man": 0.17997868910062712, "woman": 0.2760285683451087}, "tv": {"man - woman": -0.04379108544638899, "man": 0.2632174486450922, "woman": 0.3070085340914812}, "two": {"man - woman": -0.04627173049769917, "man": 0.2663966062510311, "woman": 0.3126683367487303}, "type": {"man - woman": -0.03701288935467778, "man": 0.22503973948300154, "woman": 0.2620526288376793}, "u": {"man - woman": -0.09556677574515757, "man": 0.18966981220312798, "woman": 0.28523658794828555}, "up": {"man - woman": -0.04550933235615212, "man": 0.2947488073899957, "woman": 0.3402581397461478}, "us": {"man - woman": -0.04282372680973001, "man": 0.1742347423813183, "woman": 0.21705846919104832}, "use": {"man - woman": -0.038253859122136996, "man": 0.16429578903677955, "woman": 0.20254964815891655}, "ve": {"man - woman": 0.0168512381723665, "man": 0.18910245797033562, "woman": 0.17225121979796912}, "victim": {"man - woman": -0.09135941259412594, "man": 0.26318170655977946, "woman": 0.3545411191539054}, "video": {"man - woman": 0.020237749841355457, "man": 0.29000092269939615, "woman": 0.2697631728580407}, "vs": {"man - woman": -0.035640154837483284, "man": 0.2814062261274951, "woman": 0.3170463809649784}, "want": {"man - woman": -0.10909750507751342, "man": 0.17279136396012285, "woman": 0.28188886903763627}, "wanted": {"man - woman": -0.03733782284968215, "man": 0.21025202792603426, "woman": 0.2475898507757164}, "was": {"man - woman": -0.013465348771507013, "man": 0.3204942607335704, "woman": 0.3339596095050774}, "wasting": {"man - woman": -0.034789093449520525, "man": 0.31261119269520415, "woman": 0.3474002861447247}, "way": {"man - woman": 0.0024187167373593277, "man": 0.2649981923390264, "woman": 0.26257947560166706}, "we": {"man - woman": 0.00212757633871552, "man": 0.18527523836683593, "woman": 0.1831476620281204}, "week": {"man - woman": 0.01669936533566463, "man": 0.23785362915461628, "woman": 0.22115426381895165}, "well": {"man - woman": -0.08064068304932204, "man": 0.17546085206325812, "woman": 0.25610153511258016}, "were": {"man - woman": -0.03914680808157035, "man": 0.11039058863591404, "woman": 0.1495373967174844}, "what": {"man - woman": -0.04622713726034475, "man": 0.17307969079837687, "woman": 0.21930682805872162}, "whatever": {"man - woman": -0.03676177278235254, "man": 0.23603569974579386, "woman": 0.2727974725281464}, "when": {"man - woman": 0.019097050161395596, "man": 0.19990927681015352, "woman": 0.18081222664875793}, "where": {"man - woman": 0.0401092928394354, "man": 0.2665921086813997, "woman": 0.2264828158419643}, "which": {"man - woman": -0.038485914137234595, "man": 0.15136781896842963, "woman": 0.18985373310566422}, "while": {"man - woman": -0.007090726940805259, "man": 0.2559183846057588, "woman": 0.26300911154656403}, "white": {"man - woman": -0.039919539441393925, "man": 0.4228155381148455, "woman": 0.46273507755623944}, "whitey": {"man - woman": 0.01612422131996466, "man": 0.3290183305175235, "woman": 0.31289410919755883}, "who": {"man - woman": -0.15355640535000725, "man": 0.2522384495064998, "woman": 0.40579485485650707}, "why": {"man - woman": -0.0977062390524264, "man": 0.14375812201565724, "woman": 0.24146436106808364}, "wiggers": {"man - woman": -0.00631634219367555, "man": 0.35114611551401614, "woman": 0.3574624577076917}, "will": {"man - woman": 0.036793635997247415, "man": 0.23009482092615438, "woman": 0.19330118492890697}, "with": {"man - woman": -0.016180132450547224, "man": 0.34169266421962796, "woman": 0.3578727966701752}, "woman": {"man - woman": -0.3061385571231861, "man": 0.39455548350611297, "woman": 0.7006940406292991}, "women": {"man - woman": 0.0025333026683895254, "man": 0.309006732257321, "woman": 0.3064734295889315}, "wonder": {"man - woman": 0.016712674666726657, "man": 0.23464859138683666, "woman": 0.21793591672011}, "world": {"man - woman": -0.042209678521528765, "man": 0.20135255588520287, "woman": 0.24356223440673164}, "would": {"man - woman": -0.07199461838174631, "man": 0.1903608844031882, "woman": 0.2623555027849345}, "wuz": {"man - woman": -0.03336947663503431, "man": 0.36011354969971, "woman": 0.3934830263347443}, "www": {"man - woman": 0.036241527797204104, "man": 0.2717714845501159, "woman": 0.2355299567529118}, "x202a": {"man - woman": -0.036585359249992594, "man": 0.24355644748087787, "woman": 0.28014180673087047}, "x202c": {"man - woman": -0.036585359249992594, "man": 0.24355644748087787, "woman": 0.28014180673087047}, "year": {"man - woman": -0.07907744246307141, "man": 0.29916108714569634, "woman": 0.37823852960876775}, "years": {"man - woman": -0.13122589863678366, "man": 0.18359183881842042, "woman": 0.3148177374552041}, "yes": {"man - woman": -0.03826290911315813, "man": 0.1638031189977771, "woman": 0.20206602811093524}, "yesterday": {"man - woman": -0.036028791688779704, "man": 0.26630272666862, "woman": 0.3023315183573997}, "you": {"man - woman": -0.018953786436918002, "man": 0.2377612309121577, "woman": 0.2567150173490757}, "young": {"man - woman": 0.11332406026032887, "man": 0.35037069818454725, "woman": 0.23704663792421837}, "your": {"man - woman": -0.03606041569084972, "man": 0.23273684076545142, "woman": 0.26879725645630115}, "yourself": {"man - woman": -0.13130708901468835, "man": 0.19859679976162908, "woman": 0.32990388877631743}, "youtube": {"man - woman": -0.04866519659756896, "man": 0.31494023896784107, "woman": 0.36360543556541003}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-she-straight.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-she-straight.json new file mode 100644 index 0000000000000000000000000000000000000000..875caac8c7915464ee08076842a4930b1a704092 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-she-straight.json @@ -0,0 +1 @@ +{"5": {"she - straight": -0.1344535328300532, "she": 0.1994358629234396, "straight": 0.3338893957534928}, "88": {"she - straight": -0.1855178020227729, "she": 0.16161531973251175, "straight": 0.34713312175528466}, "a": {"she - straight": -0.027680255815199895, "she": 0.35415584059425104, "straight": 0.38183609640945093}, "about": {"she - straight": -0.03165216265905163, "she": 0.27256856739659324, "straight": 0.3042207300556449}, "ago": {"she - straight": -0.04115606792163168, "she": 0.27257103776502883, "straight": 0.3137271056866605}, "all": {"she - straight": -0.21100034759897238, "she": 0.15170498814936753, "straight": 0.3627053357483399}, "almost": {"she - straight": -0.1840968669826618, "she": 0.17409222906697508, "straight": 0.3581890960496369}, "although": {"she - straight": -0.17831113017197467, "she": 0.2212677785617708, "straight": 0.39957890873374546}, "an": {"she - straight": -0.11880063552246492, "she": 0.20723871108562839, "straight": 0.3260393466080933}, "and": {"she - straight": -0.057431628842039784, "she": 0.3718781323988114, "straight": 0.4293097612408512}, "any": {"she - straight": -0.13969659627397574, "she": 0.13702490283654478, "straight": 0.2767214991105205}, "anyone": {"she - straight": -0.1377632348993282, "she": 0.16121387011836827, "straight": 0.2989771050176965}, "are": {"she - straight": -0.0523292301031425, "she": 0.18419914235744742, "straight": 0.23652837246058991}, "around": {"she - straight": -0.1049121268566705, "she": 0.1834352691770269, "straight": 0.2883473960336974}, "as": {"she - straight": -0.0908782769322711, "she": 0.23857315438982238, "straight": 0.3294514313220935}, "at": {"she - straight": -0.07344058562972194, "she": 0.269830687469145, "straight": 0.34327127309886696}, "attention": {"she - straight": -0.1796762347419557, "she": 0.21059945865277802, "straight": 0.3902756933947337}, "bag": {"she - straight": -0.09371438936759635, "she": 0.3233600956739136, "straight": 0.41707448504150996}, "be": {"she - straight": 0.02675054025801671, "she": 0.22652513488828482, "straight": 0.19977459463026812}, "became": {"she - straight": -0.12518020254984596, "she": 0.291894282491664, "straight": 0.41707448504150996}, "black": {"she - straight": -0.057309694229687014, "she": 0.26472115489988945, "straight": 0.32203084912957647}, "blonde": {"she - straight": -0.12518020254984596, "she": 0.291894282491664, "straight": 0.41707448504150996}, "by": {"she - straight": -0.01561429605811801, "she": 0.22821343812971637, "straight": 0.24382773418783438}, "ca": {"she - straight": -0.1872853907307339, "she": 0.14549255538648664, "straight": 0.33277794611722056}, "can": {"she - straight": -0.14015478740233753, "she": 0.21899933915849348, "straight": 0.359154126560831}, "college": {"she - straight": -0.18560710613360049, "she": 0.16081736735176017, "straight": 0.34642447348536065}, "com": {"she - straight": -0.18071573930136853, "she": 0.15931374463597553, "straight": 0.34002948393734406}, "community": {"she - straight": -0.1840968669826618, "she": 0.17409222906697508, "straight": 0.3581890960496369}, "could": {"she - straight": -0.05915210186134584, "she": 0.233861792571876, "straight": 0.29301389443322184}, "day": {"she - straight": -0.05956925642676003, "she": 0.22567464926765918, "straight": 0.2852439056944192}, "did": {"she - straight": -0.014094450000917191, "she": 0.28242991210529783, "straight": 0.296524362106215}, "do": {"she - straight": -0.14649398943538203, "she": 0.22625218469327005, "straight": 0.3727461741286521}, "down": {"she - straight": -0.15221552646829073, "she": 0.21360539156522484, "straight": 0.3658209180335156}, "either": {"she - straight": -0.2520824862245751, "she": 0.18038623680931973, "straight": 0.43246872303389483}, "eyes": {"she - straight": -0.11168357335743911, "she": 0.2844320434674358, "straight": 0.3961156168248749}, "face": {"she - straight": -0.2522725083893941, "she": 0.17928794901643624, "straight": 0.4315604574058303}, "failed": {"she - straight": -0.17254496703554068, "she": 0.2637941228804734, "straight": 0.43633908991601406}, "few": {"she - straight": -0.08023755750796585, "she": 0.19967019276752374, "straight": 0.2799077502754896}, "find": {"she - straight": -0.1043420938785675, "she": 0.1915836186470161, "straight": 0.2959257125255836}, "for": {"she - straight": -0.058158245903864814, "she": 0.262195118205239, "straight": 0.3203533641091038}, "from": {"she - straight": 0.009881667824054807, "she": 0.30544306389684356, "straight": 0.29556139607278875}, "get": {"she - straight": -0.03946944911734046, "she": 0.2754129649898787, "straight": 0.3148824141072192}, "gets": {"she - straight": -0.07468651900413292, "she": 0.28714166997043417, "straight": 0.3618281889745671}, "getting": {"she - straight": -0.13280440618341893, "she": 0.21726030625072967, "straight": 0.3500647124341486}, "go": {"she - straight": -0.028258253528274435, "she": 0.2381663338181148, "straight": 0.26642458734638924}, "good": {"she - straight": -0.0437663603070888, "she": 0.21120693983797423, "straight": 0.25497330014506303}, "got": {"she - straight": -0.0872032331905761, "she": 0.2762367008284607, "straight": 0.3634399340190368}, "ground": {"she - straight": -0.18014484080692092, "she": 0.2068766566286345, "straight": 0.3870214974355554}, "guy": {"she - straight": -0.13467229614741708, "she": 0.19701558804322253, "straight": 0.3316878841906396}, "hair": {"she - straight": -0.04020133054035557, "she": 0.29425210119454126, "straight": 0.33445343173489683}, "has": {"she - straight": 0.03593233917780353, "she": 0.297195579901023, "straight": 0.2612632407232195}, "have": {"she - straight": -0.12607510834076374, "she": 0.11301613965002033, "straight": 0.23909124799078407}, "he": {"she - straight": -0.04360734581537068, "she": 0.2150387434293739, "straight": 0.2586460892447446}, "head": {"she - straight": -0.1313515806791527, "she": 0.23239726598554694, "straight": 0.36374884666469964}, "her": {"she - straight": 0.22843509436077974, "she": 0.5014792892735155, "straight": 0.27304419491273574}, "here": {"she - straight": -0.029155989329559123, "she": 0.21233264636896979, "straight": 0.2414886356985289}, "him": {"she - straight": -0.0787060712798704, "she": 0.2251447037211884, "straight": 0.3038507750010588}, "https": {"she - straight": -0.18898443371766313, "she": 0.12927863943396703, "straight": 0.31826307315163016}, "i": {"she - straight": 0.014055642073834695, "she": 0.3159074091324528, "straight": 0.3018517670586181}, "if": {"she - straight": 0.009732689335315126, "she": 0.29619234855119336, "straight": 0.28645965921587824}, "in": {"she - straight": 0.003628540360198662, "she": 0.3159471728468577, "straight": 0.31231863248665903}, "info": {"she - straight": -0.13042190515408594, "she": 0.24183138586937872, "straight": 0.37225329102346466}, "into": {"she - straight": -0.2581705597669939, "she": 0.15139293111942623, "straight": 0.4095634908864201}, "is": {"she - straight": 0.03449952245964427, "she": 0.3615397890661455, "straight": 0.3270402666065012}, "it": {"she - straight": -0.11365359583937856, "she": 0.2705856168441921, "straight": 0.38423921268357064}, "its": {"she - straight": -0.19231607338929213, "she": 0.09498039223056642, "straight": 0.28729646561985855}, "job": {"she - straight": -0.183617759708365, "she": 0.1782104292662021, "straight": 0.3618281889745671}, "just": {"she - straight": -0.0659911933030145, "she": 0.2768200201837521, "straight": 0.34281121348676663}, "kids": {"she - straight": -0.02749420262709923, "she": 0.2600634143427146, "straight": 0.28755761696981386}, "like": {"she - straight": -0.03395754565860615, "she": 0.29856542388238966, "straight": 0.3325229695409958}, "look": {"she - straight": -0.07922126947159591, "she": 0.21670444305398767, "straight": 0.2959257125255836}, "looking": {"she - straight": -0.19069283891425323, "she": 0.11215232838335928, "straight": 0.3028451672976125}, "looks": {"she - straight": -0.04003795617526984, "she": 0.2979240911568148, "straight": 0.3379620473320846}, "love": {"she - straight": -0.18721891038462815, "she": 0.14611202989186625, "straight": 0.3333309402764944}, "male": {"she - straight": -0.1993707023537197, "she": 0.23691296439260992, "straight": 0.4362836667463296}, "me": {"she - straight": -0.06837985921875009, "she": 0.23941828749414698, "straight": 0.30779814671289707}, "more": {"she - straight": -0.16735193635507636, "she": 0.20346798539237557, "straight": 0.37081992174745193}, "much": {"she - straight": -0.1376781232605237, "she": 0.1622438792529181, "straight": 0.2999220025134418}, "my": {"she - straight": 0.03759014046358622, "she": 0.3069613746869883, "straight": 0.2693712342234021}, "n": {"she - straight": 0.015730970555935975, "she": 0.3031516607078441, "straight": 0.28742069015190813}, "news": {"she - straight": -0.07924043222100624, "she": 0.21638805353906665, "straight": 0.2956284857600729}, "no": {"she - straight": -0.06758156484108996, "she": 0.2525267223495736, "straight": 0.32010828719066353}, "not": {"she - straight": 0.07374086065092669, "she": 0.2767845138561637, "straight": 0.203043653205237}, "nothing": {"she - straight": -0.26019677783279477, "she": 0.13072662730220586, "straight": 0.3909234051350006}, "now": {"she - straight": -0.04260278439424803, "she": 0.23895678661662761, "straight": 0.28155957101087564}, "of": {"she - straight": -0.050231781105148754, "she": 0.27469055725854086, "straight": 0.3249223383636896}, "off": {"she - straight": -0.013869250700863811, "she": 0.2906610846579104, "straight": 0.3045303353587742}, "old": {"she - straight": 0.008202195298421755, "she": 0.2929428260756761, "straight": 0.28474063077725437}, "older": {"she - straight": -0.17398324778603635, "she": 0.2535343787147794, "straight": 0.42751762650081576}, "on": {"she - straight": -0.06877940649811276, "she": 0.2610410732772279, "straight": 0.3298204797753407}, "once": {"she - straight": -0.13416544359759575, "she": 0.20260246654131903, "straight": 0.33676791013891477}, "one": {"she - straight": -0.07937209352431315, "she": 0.23016378203738044, "straight": 0.3095358755616936}, "only": {"she - straight": -0.042978631032058096, "she": 0.23006556388067764, "straight": 0.27304419491273574}, "open": {"she - straight": -0.1843224186971166, "she": 0.17213843183583286, "straight": 0.35646085053294946}, "or": {"she - straight": -0.024473521109668994, "she": 0.26198613810620924, "straight": 0.28645965921587824}, "out": {"she - straight": -0.045391389513508185, "she": 0.30156776244515426, "straight": 0.34695915195866245}, "over": {"she - straight": -0.1385633488148911, "she": 0.15139293111942623, "straight": 0.28995627993431733}, "own": {"she - straight": -0.07898307419522371, "she": 0.22062238457894429, "straight": 0.299605458774168}, "people": {"she - straight": -0.1663166534669376, "she": 0.21894851907126425, "straight": 0.38526517253820186}, "person": {"she - straight": -0.17302753523373238, "she": 0.2235434807832717, "straight": 0.39657101601700406}, "point": {"she - straight": -0.20212023692922532, "she": 0.2189481239508716, "straight": 0.4210683608800969}, "problem": {"she - straight": -0.18569504804345202, "she": 0.16002992846872285, "straight": 0.3457249765121749}, "racially": {"she - straight": -0.17610454993171948, "she": 0.2379962091131585, "straight": 0.414100759044878}, "ran": {"she - straight": -0.24267009545638202, "she": 0.2317732236849206, "straight": 0.4744433191413026}, "reason": {"she - straight": -0.1843224186971166, "she": 0.17213843183583286, "straight": 0.35646085053294946}, "s": {"she - straight": -0.02951502876069728, "she": 0.2727666531325591, "straight": 0.3022816818932564}, "said": {"she - straight": -0.026572677768873176, "she": 0.28636532952693755, "straight": 0.3129380072958107}, "saw": {"she - straight": -0.17385396246313828, "she": 0.21706944267186234, "straight": 0.3909234051350006}, "say": {"she - straight": -0.02778792395752555, "she": 0.25165528354873085, "straight": 0.2794432075062564}, "see": {"she - straight": -0.0032594380461607453, "she": 0.2507439310906339, "straight": 0.25400336913679467}, "seen": {"she - straight": -0.18868333773212784, "she": 0.13220789233193284, "straight": 0.3208912300640607}, "should": {"she - straight": -0.17956826397783768, "she": 0.16954028781075106, "straight": 0.34910855178858874}, "something": {"she - straight": -0.041174129556764416, "she": 0.27215713612201636, "straight": 0.3133312656787808}, "stare": {"she - straight": -0.17254496703554068, "she": 0.2637941228804734, "straight": 0.43633908991601406}, "t": {"she - straight": 0.009695136086930567, "she": 0.2939281820191942, "straight": 0.2842330459322636}, "tall": {"she - straight": -0.17653420505727352, "she": 0.23478613611067578, "straight": 0.4113203411679493}, "than": {"she - straight": -0.139428174501787, "she": 0.1404795757737026, "straight": 0.2799077502754896}, "that": {"she - straight": 0.04771912805183537, "she": 0.266809146878336, "straight": 0.21909001882650064}, "the": {"she - straight": -0.12559784943607877, "she": 0.3268879306296915, "straight": 0.4524857800657703}, "their": {"she - straight": -0.13967041774104924, "she": 0.15052292569006723, "straight": 0.29019334343111647}, "them": {"she - straight": -0.18753730212810518, "she": 0.16350512854930457, "straight": 0.35104243067740976}, "then": {"she - straight": -0.07665952360927158, "she": 0.2702094216789287, "straight": 0.3468689452882003}, "there": {"she - straight": -0.19382964967098365, "she": 0.18046419183400636, "straight": 0.37429384150499}, "they": {"she - straight": -0.061935835857297644, "she": 0.17851476514025635, "straight": 0.240450600997554}, "thing": {"she - straight": -0.0266428604281867, "she": 0.2843663253274935, "straight": 0.3110091857556802}, "this": {"she - straight": 0.021045889372179438, "she": 0.26850508384707633, "straight": 0.2474591944748969}, "time": {"she - straight": -0.060312071153989705, "she": 0.21086276723176486, "straight": 0.27117483838575457}, "to": {"she - straight": -0.01437026678608705, "she": 0.31062052456294403, "straight": 0.3249907913490311}, "trying": {"she - straight": -0.1868743240971437, "she": 0.14930595233270486, "straight": 0.33618027642984855}, "turns": {"she - straight": -0.17458911486563394, "she": 0.2491475333289635, "straight": 0.42373664819459744}, "tv": {"she - straight": -0.1875437844642075, "she": 0.14307454647316709, "straight": 0.3306183309373746}, "two": {"she - straight": -0.05829091273401221, "she": 0.250481708463503, "straight": 0.3087726211975152}, "up": {"she - straight": -0.12034417110975551, "she": 0.1888408946654622, "straight": 0.3091850657752177}, "us": {"she - straight": -0.13948701347700998, "she": 0.13972512560644512, "straight": 0.2792121390834551}, "video": {"she - straight": -0.10449754000089143, "she": 0.18937607557374078, "straight": 0.2938736155746322}, "wait": {"she - straight": -0.1323089524708065, "she": 0.22247885699161082, "straight": 0.35478780946241734}, "was": {"she - straight": 0.06475735279857142, "she": 0.383247995596434, "straight": 0.3184906427978626}, "weeks": {"she - straight": -0.1322212483588757, "she": 0.22339642151608544, "straight": 0.35561766987496113}, "went": {"she - straight": -0.09748460770039913, "she": 0.29554384513665083, "straight": 0.39302845283704996}, "what": {"she - straight": -0.13690123913659788, "she": 0.18226477895307466, "straight": 0.31916601808967254}, "when": {"she - straight": -0.09641426963283445, "she": 0.27110906220000985, "straight": 0.3675233318328443}, "white": {"she - straight": -0.06239596031171657, "she": 0.27706333258801674, "straight": 0.3394592928997333}, "who": {"she - straight": -0.1682310695750202, "she": 0.19602135470148807, "straight": 0.3642524242765083}, "will": {"she - straight": 0.01738400206393556, "she": 0.23557201775945574, "straight": 0.21818801569552018}, "wind": {"she - straight": -0.17330792689884678, "she": 0.25837816618241427, "straight": 0.43168609308126105}, "with": {"she - straight": -0.13720736571326908, "she": 0.2465318613340095, "straight": 0.3837392270472786}, "woman": {"she - straight": -0.10102942478312404, "she": 0.23633236014831416, "straight": 0.3373617849314382}, "wonder": {"she - straight": -0.1868743240971437, "she": 0.14930595233270486, "straight": 0.33618027642984855}, "wow": {"she - straight": -0.1799151767686553, "she": 0.2087051969845162, "straight": 0.3886203737531715}, "www": {"she - straight": -0.08145232043831935, "she": 0.1785775686958569, "straight": 0.26002988913417624}, "year": {"she - straight": -0.04233625607931746, "she": 0.2452213608904964, "straight": 0.28755761696981386}, "years": {"she - straight": -0.07972303830440433, "she": 0.2083600345113545, "straight": 0.28808307281575884}, "you": {"she - straight": -0.1435491665352445, "she": 0.17077110005714277, "straight": 0.31432026659238727}, "your": {"she - straight": -0.06283791708445804, "she": 0.15800098228678577, "straight": 0.22083889937124382}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-she-their.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-she-their.json new file mode 100644 index 0000000000000000000000000000000000000000..ce8d006fce832a5f7435eecdf6cb3d8fbede69c9 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-she-their.json @@ -0,0 +1 @@ +{"1": {"she - their": 0.010154810554148366, "she": 0.12037033542416332, "their": 0.11021552487001496}, "10": {"she - their": 0.06267397373738617, "she": 0.21726030625072967, "their": 0.1545863325133435}, "11": {"she - their": 0.038103570087797106, "she": 0.18746574572699015, "their": 0.14936217563919305}, "12": {"she - their": 0.08243973909910585, "she": 0.19413948498590017, "their": 0.11169974588679432}, "13": {"she - their": 0.010455125717362845, "she": 0.22369586482553494, "their": 0.2132407391081721}, "15": {"she - their": 0.13413562879497742, "she": 0.24583537468177175, "their": 0.11169974588679432}, "18": {"she - their": 0.08208682410191864, "she": 0.21059945865277802, "their": 0.12851263455085937}, "2": {"she - their": 0.059152358947511474, "she": 0.20386200735764604, "their": 0.14470964841013456}, "2012": {"she - their": 0.0819931123886945, "she": 0.21460693108511616, "their": 0.13261381869642166}, "5": {"she - their": 0.1358685448526759, "she": 0.1994358629234396, "their": 0.0635673180707637}, "6": {"she - their": 0.038236832747592236, "she": 0.16491861621531193, "their": 0.1266817834677197}, "7": {"she - their": 0.09012956922349041, "she": 0.2334922824456004, "their": 0.14336271322211}, "8": {"she - their": 0.038020279915354255, "she": 0.19857129710517438, "their": 0.16055101718982012}, "9": {"she - their": 0.0381505804266839, "she": 0.18038623680931973, "their": 0.14223565638263583}, "a": {"she - their": 0.06357940948676633, "she": 0.35415584059425104, "their": 0.2905764311074847}, "about": {"she - their": -0.010987928299879879, "she": 0.27256856739659324, "their": 0.2835564956964731}, "above": {"she - their": 0.038032350829612094, "she": 0.19705359200386435, "their": 0.15902124117425226}, "abusing": {"she - their": 0.07881000771493754, "she": 0.31100013787691977, "their": 0.23219013016198223}, "accept": {"she - their": 0.0815570576516394, "she": 0.2317732236849206, "their": 0.1502161660332812}, "accounts": {"she - their": 0.010456614558078003, "she": 0.27709678887012174, "their": 0.26664017431204373}, "actually": {"she - their": -0.011148529699476273, "she": 0.1964251169457305, "their": 0.20757364664520678}, "adopt": {"she - their": 0.037205509687392474, "she": 0.2699488391661408, "their": 0.23274332947874835}, "african": {"she - their": 0.13364056074585168, "she": 0.256539444414089, "their": 0.1228988836682373}, "after": {"she - their": -0.02972173528860428, "she": 0.17953045813328042, "their": 0.2092521934218847}, "again": {"she - their": 0.02203704445967347, "she": 0.2273301440685508, "their": 0.20529309960887732}, "against": {"she - their": 0.01245896210336328, "she": 0.2230209559738619, "their": 0.21056199387049862}, "age": {"she - their": 0.011647227960241174, "she": 0.23574912708761397, "their": 0.2241018991273728}, "aged": {"she - their": 0.03696097221791264, "she": 0.28565693824207883, "their": 0.2486959660241662}, "agency": {"she - their": 0.08013420542053012, "she": 0.27709678887012174, "their": 0.1969625834495916}, "ago": {"she - their": 0.10678941919337628, "she": 0.27257103776502883, "their": 0.16578161857165255}, "all": {"she - their": -0.1344303659056655, "she": 0.15170498814936753, "their": 0.28613535405503304}, "almost": {"she - their": 0.010359805037614411, "she": 0.17409222906697508, "their": 0.16373242402936067}, "along": {"she - their": 0.03815744929367715, "she": 0.17928794901643624, "their": 0.1411304997227591}, "alongside": {"she - their": 0.07881000771493754, "she": 0.31100013787691977, "their": 0.23219013016198223}, "also": {"she - their": -0.11255483032165413, "she": 0.1054927484511234, "their": 0.21804757877277753}, "always": {"she - their": -0.10568847744943531, "she": 0.11364183199896814, "their": 0.21933030944840345}, "am": {"she - their": -0.08364355429690565, "she": 0.10034705456303555, "their": 0.1839906088599412}, "america": {"she - their": -0.01024632980168233, "she": 0.17213843183583286, "their": 0.18238476163751519}, "an": {"she - their": 0.004171964064684425, "she": 0.20723871108562839, "their": 0.20306674702094396}, "and": {"she - their": -0.007605742067543553, "she": 0.3718781323988114, "their": 0.37948387446635495}, "announced": {"she - their": 0.08059284698002137, "she": 0.2637941228804734, "their": 0.18320127590045202}, "another": {"she - their": 0.025590270041303792, "she": 0.18516573201295417, "their": 0.15957546197165037}, "any": {"she - their": -0.0532269058582093, "she": 0.13702490283654478, "their": 0.19025180869475408}, "anyone": {"she - their": -0.05910704710350828, "she": 0.16121387011836827, "their": 0.22032091722187655}, "anything": {"she - their": 0.044938189530315475, "she": 0.21520436402916884, "their": 0.17026617449885337}, "anyway": {"she - their": 0.08243973909910585, "she": 0.19413948498590017, "their": 0.11169974588679432}, "apartment": {"she - their": 0.03766746692784581, "she": 0.23478613611067578, "their": 0.19711866918282997}, "ape": {"she - their": 0.16487778495857394, "she": 0.30193987193240807, "their": 0.13706208697383412}, "apparently": {"she - their": 0.0104499158904717, "she": 0.21895018385575982, "their": 0.20850026796528812}, "are": {"she - their": -0.16025565066856826, "she": 0.18419914235744742, "their": 0.34445479302601567}, "around": {"she - their": -0.05821352387793852, "she": 0.1834352691770269, "their": 0.24164879305496542}, "as": {"she - their": -0.017659050858043784, "she": 0.23857315438982238, "their": 0.25623220524786616}, "asked": {"she - their": 0.03783705947940144, "she": 0.21895018385575982, "their": 0.18111312437635838}, "at": {"she - their": 0.0032824586246897325, "she": 0.269830687469145, "their": 0.2665482288444553}, "attack": {"she - their": 0.010332283701968425, "she": 0.16491861621531193, "their": 0.1545863325133435}, "attacks": {"she - their": 0.08170358850443799, "she": 0.22624636166637005, "their": 0.14454277316193206}, "attention": {"she - their": 0.037916899658004766, "she": 0.21059945865277802, "their": 0.17268255899477325}, "auto": {"she - their": 0.0794077607496727, "she": 0.29639823139944427, "their": 0.21699047064977156}, "average": {"she - their": 0.010455125717362845, "she": 0.22369586482553494, "their": 0.2132407391081721}, "away": {"she - their": 0.04664093061909655, "she": 0.2584233543964454, "their": 0.21178242377734888}, "baba": {"she - their": 0.07881000771493754, "she": 0.31100013787691977, "their": 0.23219013016198223}, "back": {"she - their": 0.08433263419080808, "she": 0.3029006335794894, "their": 0.2185679993886813}, "bad": {"she - their": 0.012460927615526612, "she": 0.2246019191308161, "their": 0.21214099151528948}, "bar": {"she - their": 0.08213005702271864, "she": 0.2087051969845162, "their": 0.12657513996179756}, "be": {"she - their": -0.039241866476174364, "she": 0.22652513488828482, "their": 0.2657670013644592}, "beautiful": {"she - their": 0.21214823062086408, "she": 0.2941267526097851, "their": 0.08197852198892103}, "became": {"she - their": 0.13174796053036705, "she": 0.291894282491664, "their": 0.16014632196129694}, "because": {"she - their": 0.010777071163842078, "she": 0.3053561187876662, "their": 0.29457904762382414}, "become": {"she - their": -0.026894908191785805, "she": 0.16242409248792622, "their": 0.18931900067971202}, "becoming": {"she - their": 0.03754375561128301, "she": 0.2451344932296785, "their": 0.2075907376183955}, "bedroom": {"she - their": 0.0803849007762813, "she": 0.2699488391661408, "their": 0.18956393838985952}, "been": {"she - their": -0.14174824790924917, "she": 0.07638878086977732, "their": 0.2181370287790265}, "before": {"she - their": 0.05907038329175068, "she": 0.20949416879775123, "their": 0.15042378550600055}, "behind": {"she - their": 0.025419534232962337, "she": 0.23132328730710514, "their": 0.2059037530741428}, "being": {"she - their": -0.025422124928296125, "she": 0.1965718381613072, "their": 0.2219939630896033}, "belgrade": {"she - their": 0.0794077607496727, "she": 0.29639823139944427, "their": 0.21699047064977156}, "below": {"she - their": 0.010438738538761039, "she": 0.21059945865277802, "their": 0.20016072011401698}, "besides": {"she - their": 0.0809232447254031, "she": 0.2535343787147794, "their": 0.1726111339893763}, "best": {"she - their": -0.05295553035118583, "she": 0.15478903837527644, "their": 0.20774456872646227}, "bet": {"she - their": 0.010441599596293427, "she": 0.21256471854940012, "their": 0.2021231189531067}, "big": {"she - their": 0.02554953178288391, "she": 0.20068283209411736, "their": 0.17513330031123345}, "bigger": {"she - their": 0.037630182328994816, "she": 0.2379962091131585, "their": 0.20036602678416368}, "birth": {"she - their": 0.03754375561128301, "she": 0.2451344932296785, "their": 0.2075907376183955}, "bitch": {"she - their": 0.08059284698002137, "she": 0.2637941228804734, "their": 0.18320127590045202}, "black": {"she - their": 0.016136661262339008, "she": 0.26472115489988945, "their": 0.24858449363755045}, "blacks": {"she - their": -0.09039588440904212, "she": 0.18693772740150788, "their": 0.27733361181055}, "blonde": {"she - their": 0.13174796053036705, "she": 0.291894282491664, "their": 0.16014632196129694}, "blood": {"she - their": -0.010236482786125711, "she": 0.1731070906509915, "their": 0.1833435734371172}, "blue": {"she - their": 0.06250842382507268, "she": 0.22624084785443335, "their": 0.16373242402936067}, "books": {"she - their": 0.01042704270654185, "she": 0.20339843834931795, "their": 0.1929713956427761}, "born": {"she - their": 0.08194215866306798, "she": 0.21673285073612372, "their": 0.13479069207305575}, "both": {"she - their": -0.026796971476069215, "she": 0.1684174121904828, "their": 0.19521438366655203}, "boy": {"she - their": 0.010354202103565663, "she": 0.17213843183583286, "their": 0.1617842297322672}, "breed": {"she - their": 0.037788737022352664, "she": 0.22369586482553494, "their": 0.18590712780318228}, "bring": {"she - their": 0.043942688368218685, "she": 0.28245167366116836, "their": 0.23850898529294967}, "brother": {"she - their": 0.08251966073398993, "she": 0.19003947127420517, "their": 0.10751981054021524}, "brothers": {"she - their": -0.010173532106397903, "she": 0.17928794901643624, "their": 0.18946148112283415}, "brought": {"she - their": 0.03793409007368245, "she": 0.2087051969845162, "their": 0.17077110691083375}, "brown": {"she - their": 0.010273471059294076, "she": 0.14800849945824324, "their": 0.13773502839894916}, "burn": {"she - their": 0.04093182995986672, "she": 0.291894282491664, "their": 0.2509624525317973}, "bus": {"she - their": 0.0821711431969601, "she": 0.2068766566286345, "their": 0.1247055134316744}, "but": {"she - their": 0.03442867791850185, "she": 0.2996137731895542, "their": 0.26518509527105233}, "by": {"she - their": -0.04016244050702619, "she": 0.22821343812971637, "their": 0.26837587863674256}, "c": {"she - their": 0.08194215866306798, "she": 0.21673285073612372, "their": 0.13479069207305575}, "ca": {"she - their": -0.027164102202987206, "she": 0.14549255538648664, "their": 0.17265665758947385}, "call": {"she - their": -0.026751268006696333, "she": 0.17118567109590438, "their": 0.1979369391026007}, "called": {"she - their": 0.011622107191939374, "she": 0.2132425054681757, "their": 0.20162039827623632}, "calling": {"she - their": 0.010465816665474775, "she": 0.2379962091131585, "their": 0.22753039244768372}, "came": {"she - their": 0.10291357932689407, "she": 0.2819617764747648, "their": 0.1790481971478707}, "camera": {"she - their": 0.13129582234697623, "she": 0.29938502508918075, "their": 0.1680892027422045}, "can": {"she - their": -0.04304411126634425, "she": 0.21899933915849348, "their": 0.26204345042483773}, "cant": {"she - their": 0.01036830065383429, "she": 0.17715285166777922, "their": 0.16678455101394493}, "card": {"she - their": 0.08117866643833, "she": 0.2451344932296785, "their": 0.1639558267913485}, "care": {"she - their": -0.06313732058956298, "she": 0.1684174121904828, "their": 0.2315547327800458}, "careful": {"she - their": 0.08105833058675899, "she": 0.2491475333289635, "their": 0.1680892027422045}, "carry": {"she - their": 0.1328467371411245, "she": 0.27228392658477735, "their": 0.13943718944365285}, "case": {"she - their": -0.010049861531947507, "she": 0.19137255263064493, "their": 0.20142241416259243}, "caucasus": {"she - their": 0.07982095677647597, "she": 0.28565693824207883, "their": 0.20583598146560286}, "certainly": {"she - their": 0.08882987600868744, "she": 0.27228392658477735, "their": 0.1834540505760899}, "check": {"she - their": 0.08308491077478267, "she": 0.15407609229469063, "their": 0.07099118151990796}, "child": {"she - their": -0.010368995819418608, "she": 0.16002992846872285, "their": 0.17039892428814146}, "children": {"she - their": -0.10818573615221366, "she": 0.2120665501793333, "their": 0.32025228633154695}, "chosen": {"she - their": 0.03729488771755865, "she": 0.2637941228804734, "their": 0.22649923516291473}, "christian": {"she - their": 0.08999190360724135, "she": 0.2381018699636681, "their": 0.14810996635642676}, "church": {"she - their": 0.037879410434142835, "she": 0.21460693108511616, "their": 0.17672752065097333}, "claiming": {"she - their": 0.037435835449320415, "she": 0.2535343787147794, "their": 0.216098543265459}, "claims": {"she - their": -0.00974055894373621, "she": 0.2212677785617708, "their": 0.231008337505507}, "class": {"she - their": 0.11924872816748538, "she": 0.28816265338224917, "their": 0.16891392521476378}, "classes": {"she - their": 0.08183058911811794, "she": 0.2212677785617708, "their": 0.13943718944365285}, "clean": {"she - their": -0.009908334530822543, "she": 0.205109138306736, "their": 0.21501747283755854}, "close": {"she - their": 0.038075599541180755, "she": 0.19137255263064493, "their": 0.15329695308946417}, "color": {"she - their": 0.010326926844298395, "she": 0.16324400643970216, "their": 0.15291707959540377}, "com": {"she - their": 0.00336640917795214, "she": 0.15931374463597553, "their": 0.1559473354580234}, "come": {"she - their": -0.029795686197426646, "she": 0.17560560109121434, "their": 0.205401287288641}, "community": {"she - their": -0.010226463086608628, "she": 0.17409222906697508, "their": 0.1843186921535837}, "compared": {"she - their": 0.037732924025313475, "she": 0.22893327541671138, "their": 0.1912003513913979}, "contacted": {"she - their": 0.03678014620329573, "she": 0.29639823139944427, "their": 0.25961808519614854}, "continue": {"she - their": -0.009890050494169217, "she": 0.2068766566286345, "their": 0.21676670712280371}, "control": {"she - their": -0.00995972258511979, "she": 0.2001327607949232, "their": 0.210092483380043}, "could": {"she - their": 0.02637747585194314, "she": 0.233861792571876, "their": 0.20748431671993287}, "countries": {"she - their": -0.08895910959241618, "she": 0.17024825776748745, "their": 0.25920736735990363}, "country": {"she - their": -0.1046267862798177, "she": 0.16155546533192994, "their": 0.26618225161174763}, "couple": {"she - their": 0.025510335312368793, "she": 0.21170921611804688, "their": 0.1861988808056781}, "crawl": {"she - their": 0.0794077607496727, "she": 0.29639823139944427, "their": 0.21699047064977156}, "creatures": {"she - their": 0.060928312821562275, "she": 0.291894282491664, "their": 0.23096596967010172}, "credit": {"she - their": 0.08138507828290487, "she": 0.2379962091131585, "their": 0.15661113083025363}, "crime": {"she - their": -0.010436115456017941, "she": 0.1533714095374655, "their": 0.16380752499348344}, "cry": {"she - their": 0.0803849007762813, "she": 0.2699488391661408, "their": 0.18956393838985952}, "crying": {"she - their": 0.07982095677647597, "she": 0.28565693824207883, "their": 0.20583598146560286}, "cut": {"she - their": 0.010432929826286769, "she": 0.2068766566286345, "their": 0.19644372680234773}, "d": {"she - their": 0.02559322820966814, "she": 0.18370968987948058, "their": 0.15811646166981244}, "dark": {"she - their": 0.03813607168635724, "she": 0.1826486927631895, "their": 0.14451262107683227}, "daughter": {"she - their": 0.11720410189961783, "she": 0.32348975471698466, "their": 0.20628565281736683}, "daughters": {"she - their": 0.03709716175088662, "she": 0.27709678887012174, "their": 0.23999962711923511}, "day": {"she - their": 0.04094306884001325, "she": 0.22567464926765918, "their": 0.18473158042764593}, "days": {"she - their": 0.0382964759569749, "she": 0.1506313514619571, "their": 0.11233487550498221}, "dead": {"she - their": -0.010049861531947507, "she": 0.19137255263064493, "their": 0.20142241416259243}, "definitely": {"she - their": 0.03781372798568089, "she": 0.2212677785617708, "their": 0.1834540505760899}, "deliberate": {"she - their": 0.0794077607496727, "she": 0.29639823139944427, "their": 0.21699047064977156}, "denial": {"she - their": 0.07881000771493754, "she": 0.31100013787691977, "their": 0.23219013016198223}, "department": {"she - their": 0.08128691247956299, "she": 0.24143323444085993, "their": 0.16014632196129694}, "did": {"she - their": 0.1353633245764, "she": 0.28242991210529783, "their": 0.14706658752889784}, "didnt": {"she - their": 0.03776188301968825, "she": 0.22624636166637005, "their": 0.1884844786466818}, "die": {"she - their": 0.08979437585115699, "she": 0.24446752004348166, "their": 0.15467314419232467}, "dies": {"she - their": 0.0803849007762813, "she": 0.2699488391661408, "their": 0.18956393838985952}, "different": {"she - their": 0.02551894228619067, "she": 0.20948123314511974, "their": 0.18396229085892907}, "dirty": {"she - their": 0.010403264756129071, "she": 0.19137255263064493, "their": 0.18096928787451586}, "do": {"she - their": -0.05054211869731842, "she": 0.22625218469327005, "their": 0.27679430339058847}, "does": {"she - their": 0.08384007488502099, "she": 0.2738293746217829, "their": 0.18998929973676193}, "doesnt": {"she - their": 0.08105833058675899, "she": 0.2491475333289635, "their": 0.1680892027422045}, "dog": {"she - their": 0.16613177072376573, "she": 0.2839473446686851, "their": 0.11781557394491937}, "dogs": {"she - their": -0.009809888197347905, "she": 0.21460693108511616, "their": 0.22441681928246407}, "doing": {"she - their": 0.02549438577497118, "she": 0.21561998396494875, "their": 0.19012559818997757}, "done": {"she - their": 0.0748793611281969, "she": 0.25011754258133373, "their": 0.17523818145313683}, "dont": {"she - their": 0.04070884220340487, "she": 0.24673045678787303, "their": 0.20602161458446816}, "down": {"she - their": -0.006565253349777284, "she": 0.21360539156522484, "their": 0.22017064491500213}, "dragging": {"she - their": 0.07881000771493754, "she": 0.31100013787691977, "their": 0.23219013016198223}, "dress": {"she - their": 0.010468338009786887, "she": 0.2451344932296785, "their": 0.23466615521989162}, "dropped": {"she - their": 0.07982095677647597, "she": 0.28565693824207883, "their": 0.20583598146560286}, "drug": {"she - their": 0.03793409007368245, "she": 0.2087051969845162, "their": 0.17077110691083375}, "drugs": {"she - their": 0.08138507828290487, "she": 0.2379962091131585, "their": 0.15661113083025363}, "drunkenly": {"she - their": 0.07775536954708595, "she": 0.3346067153754455, "their": 0.25685134582835956}, "duty": {"she - their": 0.08138507828290487, "she": 0.2379962091131585, "their": 0.15661113083025363}, "dyed": {"she - their": 0.0794077607496727, "she": 0.29639823139944427, "their": 0.21699047064977156}, "e": {"she - their": 0.03815744929367715, "she": 0.17928794901643624, "their": 0.1411304997227591}, "eating": {"she - their": 0.010447197918756895, "she": 0.21673285073612372, "their": 0.20628565281736683}, "educate": {"she - their": 0.037732924025313475, "she": 0.22893327541671138, "their": 0.1912003513913979}, "either": {"she - their": -0.026597246896105292, "she": 0.18038623680931973, "their": 0.20698348370542502}, "else": {"she - their": -0.020644905503465177, "she": 0.20068283209411736, "their": 0.22132773759758254}, "email": {"she - their": 0.08241096255693295, "she": 0.19557709724173483, "their": 0.11316613468480188}, "employee": {"she - their": 0.0794077607496727, "she": 0.29639823139944427, "their": 0.21699047064977156}, "end": {"she - their": 0.09048839549501653, "she": 0.2206865108929047, "their": 0.13019811539788817}, "ends": {"she - their": 0.08128691247956299, "she": 0.24143323444085993, "their": 0.16014632196129694}, "english": {"she - their": -0.08196143445830609, "she": 0.14865381212668102, "their": 0.2306152465849871}, "enough": {"she - their": -0.010421845296633592, "she": 0.15478903837527644, "their": 0.16521088367191003}, "entry": {"she - their": 0.0794077607496727, "she": 0.29639823139944427, "their": 0.21699047064977156}, "epithet": {"she - their": 0.07775536954708595, "she": 0.3346067153754455, "their": 0.25685134582835956}, "europe": {"she - their": 0.038272346347050526, "she": 0.15697961496876808, "their": 0.11870726862171756}, "european": {"she - their": 0.06250842382507268, "she": 0.22624084785443335, "their": 0.16373242402936067}, "even": {"she - their": -0.09737036255433945, "she": 0.1842943495871872, "their": 0.28166471214152666}, "ever": {"she - their": 0.0450481214763232, "she": 0.2046374028682637, "their": 0.1595892813919405}, "every": {"she - their": -0.012636789777150326, "she": 0.233861792571876, "their": 0.24649858234902633}, "everyday": {"she - their": 0.0803849007762813, "she": 0.2699488391661408, "their": 0.18956393838985952}, "evil": {"she - their": -0.03977830159737045, "she": 0.205109138306736, "their": 0.24488743990410644}, "exactly": {"she - their": 0.010391457550824185, "she": 0.18622213726143536, "their": 0.17583067971061117}, "example": {"she - their": 0.1340727648505596, "she": 0.2472388995353615, "their": 0.11316613468480188}, "except": {"she - their": 0.08224754403035092, "she": 0.20339843834931795, "their": 0.12115089431896703}, "eyes": {"she - their": 0.07387004959693716, "she": 0.2844320434674358, "their": 0.21056199387049862}, "face": {"she - their": -0.04039141280587741, "she": 0.17928794901643624, "their": 0.21967936182231365}, "fact": {"she - their": 0.04442087547766438, "she": 0.2543627645284846, "their": 0.20994188905082023}, "failed": {"she - their": 0.03729488771755865, "she": 0.2637941228804734, "their": 0.22649923516291473}, "fake": {"she - their": 0.13212342664801913, "she": 0.28543484475163994, "their": 0.1533114181036208}, "family": {"she - their": 0.011596444670178757, "she": 0.1994358629234396, "their": 0.18783941825326084}, "far": {"she - their": 0.010275907642367604, "she": 0.14865381212668102, "their": 0.13837790448431342}, "father": {"she - their": 0.062245689066934395, "she": 0.23931703715497263, "their": 0.17707134808803823}, "favor": {"she - their": 0.0803849007762813, "she": 0.2699488391661408, "their": 0.18956393838985952}, "feel": {"she - their": -0.020702622844172403, "she": 0.19701558804322253, "their": 0.21771821088739493}, "female": {"she - their": 0.13372009735820767, "she": 0.2548709916771747, "their": 0.12115089431896703}, "females": {"she - their": -0.009715227147666233, "she": 0.22369586482553494, "their": 0.23341109197320117}, "few": {"she - their": 0.013073241921112033, "she": 0.19967019276752374, "their": 0.1865969508464117}, "fight": {"she - their": -0.010368995819418608, "she": 0.16002992846872285, "their": 0.17039892428814146}, "filthy": {"she - their": 0.03766746692784581, "she": 0.23478613611067578, "their": 0.19711866918282997}, "find": {"she - their": -0.018985158300759447, "she": 0.1915836186470161, "their": 0.21056877694777554}, "fire": {"she - their": 0.03776188301968825, "she": 0.22624636166637005, "their": 0.1884844786466818}, "first": {"she - their": 0.03746802995067461, "she": 0.22267125272085284, "their": 0.18520322277017823}, "folks": {"she - their": 0.03789870532191017, "she": 0.21256471854940012, "their": 0.17466601322748995}, "food": {"she - their": 0.044317661993149154, "she": 0.26089583742405903, "their": 0.21657817543090987}, "for": {"she - their": -0.039794751124593464, "she": 0.262195118205239, "their": 0.30198986932983246}, "forefathers": {"she - their": 0.03651656608550041, "she": 0.31100013787691977, "their": 0.27448357179141936}, "forgot": {"she - their": 0.08128691247956299, "she": 0.24143323444085993, "their": 0.16014632196129694}, "forum": {"she - their": 0.025582475221330114, "she": 0.18869902481891712, "their": 0.163116549597587}, "fought": {"she - their": 0.03737054401111306, "she": 0.25837816618241427, "their": 0.2210076221713012}, "found": {"she - their": 0.04484254864453263, "she": 0.2235434807832717, "their": 0.17870093213873905}, "friend": {"she - their": 0.1348324190040423, "she": 0.2292350844617915, "their": 0.09440266545774918}, "friends": {"she - their": -0.07356469409559155, "she": 0.14074660529747113, "their": 0.21431129939306268}, "from": {"she - their": 0.05897118603155624, "she": 0.30544306389684356, "their": 0.24647187786528732}, "front": {"she - their": -0.05261446228136052, "she": 0.16752301434800865, "their": 0.22013747662936917}, "funny": {"she - their": -0.05212259425033858, "she": 0.18500556593945375, "their": 0.23712816018979233}, "future": {"she - their": -0.02673546978625263, "she": 0.17213843183583286, "their": 0.19887390162208549}, "gang": {"she - their": 0.08176924098938035, "she": 0.22369586482553494, "their": 0.1419266238361546}, "garbage": {"she - their": 0.010455125717362845, "she": 0.22369586482553494, "their": 0.2132407391081721}, "garden": {"she - their": 0.0794077607496727, "she": 0.29639823139944427, "their": 0.21699047064977156}, "gave": {"she - their": 0.08939609466156331, "she": 0.256539444414089, "their": 0.16714334975252568}, "generation": {"she - their": 0.0809232447254031, "she": 0.2535343787147794, "their": 0.1726111339893763}, "german": {"she - their": 0.09046459974055912, "she": 0.2215757136425856, "their": 0.13111111390202648}, "get": {"she - their": 0.019536224571270744, "she": 0.2754129649898787, "their": 0.255876740418608}, "gets": {"she - their": 0.11930239710156273, "she": 0.28714166997043417, "their": 0.16783927286887143}, "getting": {"she - their": 0.011628111232952543, "she": 0.21726030625072967, "their": 0.20563219501777713}, "girl": {"she - their": 0.12027513221267983, "she": 0.3075017950990798, "their": 0.1872266628864}, "girls": {"she - their": -0.07265844548608597, "she": 0.16664202926107358, "their": 0.23930047474715954}, "give": {"she - their": -0.0447195019364407, "she": 0.1964251169457305, "their": 0.2411446188821712}, "giving": {"she - their": 0.03795036141335431, "she": 0.2068766566286345, "their": 0.1689262952152802}, "go": {"she - their": 0.04006722638232793, "she": 0.2381663338181148, "their": 0.19809910743578688}, "gods": {"she - their": -0.009809888197347905, "she": 0.21460693108511616, "their": 0.22441681928246407}, "goes": {"she - their": 0.2114386675034276, "she": 0.3027305607223499, "their": 0.09129189321892227}, "going": {"she - their": -0.012039855559968893, "she": 0.18937607557374078, "their": 0.20141593113370967}, "gone": {"she - their": 0.134419498096002, "she": 0.23931703715497263, "their": 0.10489753905897063}, "gonna": {"she - their": 0.13307729612604077, "she": 0.2678679881990965, "their": 0.13479069207305575}, "good": {"she - their": -0.017444096988864316, "she": 0.21120693983797423, "their": 0.22865103682683854}, "got": {"she - their": 0.07141255062497728, "she": 0.2762367008284607, "their": 0.2048241502034834}, "grade": {"she - their": 0.010459914142334659, "she": 0.22893327541671138, "their": 0.21847336127437672}, "grand": {"she - their": 0.037435835449320415, "she": 0.2535343787147794, "their": 0.216098543265459}, "great": {"she - their": 0.020598745461478024, "she": 0.21544770531881846, "their": 0.19484895985734044}, "ground": {"she - their": 0.010432929826286769, "she": 0.2068766566286345, "their": 0.19644372680234773}, "group": {"she - their": 0.011585817180887248, "she": 0.1946868435672464, "their": 0.18310102638635914}, "guess": {"she - their": -0.026994501467711457, "she": 0.15624057526865007, "their": 0.18323507673636152}, "guise": {"she - their": 0.0794077607496727, "she": 0.29639823139944427, "their": 0.21699047064977156}, "guy": {"she - their": 0.02556068051323948, "she": 0.19701558804322253, "their": 0.17145490752998305}, "had": {"she - their": 0.06576695570448535, "she": 0.3077032299165517, "their": 0.24193627421206634}, "hair": {"she - their": 0.10579370015957551, "she": 0.29425210119454126, "their": 0.18845840103496575}, "hall": {"she - their": 0.08105833058675899, "she": 0.2491475333289635, "their": 0.1680892027422045}, "handed": {"she - their": 0.010466066830105203, "she": 0.2637941228804734, "their": 0.2533280560503682}, "hands": {"she - their": 0.025296673322606933, "she": 0.2516851116720809, "their": 0.22638843834947397}, "hang": {"she - their": 0.01044442231851822, "she": 0.21460693108511616, "their": 0.20416250876659794}, "happened": {"she - their": 0.08251966073398993, "she": 0.19003947127420517, "their": 0.10751981054021524}, "happy": {"she - their": 0.08273244722341262, "she": 0.1782104292662021, "their": 0.09547798204278947}, "hard": {"she - their": 0.010321618311398273, "she": 0.16161531973251175, "their": 0.15129370142111348}, "hardly": {"she - their": 0.08128691247956299, "she": 0.24143323444085993, "their": 0.16014632196129694}, "harmful": {"she - their": 0.07881000771493754, "she": 0.31100013787691977, "their": 0.23219013016198223}, "harsh": {"she - their": 0.08013420542053012, "she": 0.27709678887012174, "their": 0.1969625834495916}, "has": {"she - their": 0.06609186841174444, "she": 0.297195579901023, "their": 0.23110371148927858}, "hate": {"she - their": 0.08356926744021012, "she": 0.2493430830742021, "their": 0.165773815633992}, "hated": {"she - their": 0.13103084767907555, "she": 0.30364198166845185, "their": 0.1726111339893763}, "hates": {"she - their": 0.037435835449320415, "she": 0.2535343787147794, "their": 0.216098543265459}, "have": {"she - their": -0.19894514847611028, "she": 0.11301613965002033, "their": 0.3119612881261306}, "he": {"she - their": 0.10884332776221904, "she": 0.2150387434293739, "their": 0.10619541566715486}, "head": {"she - their": 0.04184870431473306, "she": 0.23239726598554694, "their": 0.19054856167081388}, "heads": {"she - their": -0.06127655319934447, "she": 0.2212677785617708, "their": 0.28254433176111526}, "hear": {"she - their": 0.08291410874010141, "she": 0.26987768131905143, "their": 0.18696357257895002}, "heard": {"she - their": 0.07727678980147729, "she": 0.2718977954115134, "their": 0.1946210056100361}, "hearing": {"she - their": 0.08128691247956299, "she": 0.24143323444085993, "their": 0.16014632196129694}, "hell": {"she - their": 0.01029074657411505, "she": 0.15267478650900576, "their": 0.1423840399348907}, "help": {"she - their": -0.07308393633914739, "she": 0.15478903837527644, "their": 0.22787297471442383}, "her": {"she - their": 0.35657375149906684, "she": 0.5014792892735155, "their": 0.14490553777444865}, "here": {"she - their": 0.01009140172788986, "she": 0.21233264636896979, "their": 0.20224124464107993}, "heritage": {"she - their": 0.011650366595324424, "she": 0.26189210692067655, "their": 0.2502417403253521}, "high": {"she - their": 0.04217866642838311, "she": 0.20131600478402537, "their": 0.15913733835564225}, "him": {"she - their": 0.12199814632184693, "she": 0.2251447037211884, "their": 0.10314655739934146}, "his": {"she - their": -0.0008481863043593441, "she": 0.1476569173385881, "their": 0.14850510364294744}, "hispanic": {"she - their": 0.08194215866306798, "she": 0.21673285073612372, "their": 0.13479069207305575}, "history": {"she - their": 0.04199459865523669, "she": 0.21981079230023526, "their": 0.17781619364499857}, "hit": {"she - their": 0.04152197157653045, "she": 0.256539444414089, "their": 0.21501747283755854}, "holahoax": {"she - their": 0.0794077607496727, "she": 0.29639823139944427, "their": 0.21699047064977156}, "holocaust": {"she - their": 0.038032350829612094, "she": 0.19705359200386435, "their": 0.15902124117425226}, "home": {"she - their": -0.10426007745264884, "she": 0.1683990737631522, "their": 0.27265915121580103}, "hope": {"she - their": 0.09901390290422671, "she": 0.27487993709739206, "their": 0.17586603419316535}, "hoping": {"she - their": 0.061634600666933353, "she": 0.2657971094335313, "their": 0.20416250876659794}, "house": {"she - their": -0.010515229367297457, "she": 0.14549255538648664, "their": 0.1560077847537841}, "how": {"she - their": -0.010438973745535207, "she": 0.2497199807847047, "their": 0.2601589545302399}, "http": {"she - their": -0.0046811267901855635, "she": 0.1746242811302342, "their": 0.17930540792041977}, "https": {"she - their": 0.03834984918793928, "she": 0.12927863943396703, "their": 0.09092879024602775}, "husband": {"she - their": 0.08105833058675899, "she": 0.2491475333289635, "their": 0.1680892027422045}, "i": {"she - their": 0.04880333170196638, "she": 0.3159074091324528, "their": 0.2671040774304864}, "id": {"she - their": 0.08228314748829736, "she": 0.20174078079630484, "their": 0.11945763330800747}, "idea": {"she - their": 0.03820460466066786, "she": 0.17118567109590438, "their": 0.13298106643523652}, "if": {"she - their": 0.04198381280477692, "she": 0.29619234855119336, "their": 0.25420853574641644}, "im": {"she - their": -0.02752467903514441, "she": 0.12163185080477823, "their": 0.14915652983992264}, "important": {"she - their": 0.010415159172002059, "she": 0.19705359200386435, "their": 0.1866384328318623}, "in": {"she - their": -0.029571656215600206, "she": 0.3159471728468577, "their": 0.3455188290624579}, "indeed": {"she - their": 0.08231718685000383, "she": 0.2001327607949232, "their": 0.11781557394491937}, "india": {"she - their": 0.08117866643833, "she": 0.2451344932296785, "their": 0.1639558267913485}, "info": {"she - their": 0.04172837225887613, "she": 0.24183138586937872, "their": 0.2001030136105026}, "information": {"she - their": -0.010102665202623512, "she": 0.18622213726143536, "their": 0.19632480246405887}, "inside": {"she - their": 0.037788737022352664, "she": 0.22369586482553494, "their": 0.18590712780318228}, "instead": {"she - their": -0.009991452842909337, "she": 0.19705359200386435, "their": 0.2070450448467737}, "intelligent": {"she - their": 0.037732924025313475, "she": 0.22893327541671138, "their": 0.1912003513913979}, "into": {"she - their": -0.08213873582150491, "she": 0.15139293111942623, "their": 0.23353166694093114}, "involved": {"she - their": 0.010457583571426177, "she": 0.22624636166637005, "their": 0.21578877809494387}, "iq": {"she - their": 0.0809232447254031, "she": 0.2535343787147794, "their": 0.1726111339893763}, "ireland": {"she - their": -0.01140524112168581, "she": 0.17393444552107248, "their": 0.1853396866427583}, "is": {"she - their": 0.061759424631462556, "she": 0.3615397890661455, "their": 0.2997803644346829}, "it": {"she - their": -0.016297239026496324, "she": 0.2705856168441921, "their": 0.2868828558706884}, "its": {"she - their": -0.0838094086551954, "she": 0.09498039223056642, "their": 0.17878980088576182}, "ive": {"she - their": 0.08914131234434272, "she": 0.2638073255718327, "their": 0.17466601322748995}, "japanese": {"she - their": 0.08183058911811794, "she": 0.2212677785617708, "their": 0.13943718944365285}, "jew": {"she - their": -0.000494846496287199, "she": 0.1952608566437948, "their": 0.195755703140082}, "jewish": {"she - their": -0.02694617145882236, "she": 0.15925270934685573, "their": 0.1861988808056781}, "job": {"she - their": -0.026633965164339468, "she": 0.1782104292662021, "their": 0.20484439443054156}, "jump": {"she - their": 0.037630182328994816, "she": 0.2379962091131585, "their": 0.20036602678416368}, "jumped": {"she - their": 0.0809232447254031, "she": 0.2535343787147794, "their": 0.1726111339893763}, "just": {"she - their": 0.027326493230045323, "she": 0.2768200201837521, "their": 0.2494935269537068}, "keeping": {"she - their": 0.07982095677647597, "she": 0.28565693824207883, "their": 0.20583598146560286}, "keeps": {"she - their": 0.08105833058675899, "she": 0.2491475333289635, "their": 0.1680892027422045}, "kick": {"she - their": 0.03783705947940144, "she": 0.21895018385575982, "their": 0.18111312437635838}, "kicked": {"she - their": 0.13038886781552564, "she": 0.31359014371597765, "their": 0.18320127590045202}, "kid": {"she - their": -0.040713578802465206, "she": 0.16491861621531193, "their": 0.20563219501777713}, "kids": {"she - their": -0.02956789558210443, "she": 0.2600634143427146, "their": 0.28963130992481906}, "kill": {"she - their": 0.010406233089259947, "she": 0.19273862289374002, "their": 0.18233238980448008}, "killed": {"she - their": 0.03808530584267519, "she": 0.19003947127420517, "their": 0.15195416543152998}, "kind": {"she - their": 0.03819938088254368, "she": 0.17213843183583286, "their": 0.13393905095328917}, "kiss": {"she - their": 0.13129582234697623, "she": 0.29938502508918075, "their": 0.1680892027422045}, "knife": {"she - their": 0.037630182328994816, "she": 0.2379962091131585, "their": 0.20036602678416368}, "know": {"she - their": -0.028518040074275525, "she": 0.2211862294408687, "their": 0.2497042695151442}, "large": {"she - their": 0.03796578855421032, "she": 0.205109138306736, "their": 0.16714334975252568}, "last": {"she - their": 0.04718221209196902, "she": 0.22062238457894429, "their": 0.17344017248697527}, "lately": {"she - their": 0.03737054401111306, "she": 0.25837816618241427, "their": 0.2210076221713012}, "later": {"she - their": 0.0381121709050086, "she": 0.18622213726143536, "their": 0.14810996635642676}, "laugh": {"she - their": -0.02625567755455077, "she": 0.2001327607949232, "their": 0.22638843834947397}, "law": {"she - their": 0.010388526473525117, "she": 0.18500556593945375, "their": 0.17461703946592863}, "leaders": {"she - their": 0.03709716175088662, "she": 0.27709678887012174, "their": 0.23999962711923511}, "least": {"she - their": 0.011620878552151964, "she": 0.212470885634393, "their": 0.20085000708224104}, "leave": {"she - their": 0.011643020967314982, "she": 0.2302694937342646, "their": 0.21862647276694963}, "leaves": {"she - their": 0.1322893103854475, "she": 0.2825054764187287, "their": 0.1502161660332812}, "lesson": {"she - their": 0.16292253019392416, "she": 0.3268783569852727, "their": 0.1639558267913485}, "let": {"she - their": -0.0313428341039331, "she": 0.20621635356058365, "their": 0.23755918766451675}, "lets": {"she - their": 0.08246740374565859, "she": 0.19273862289374002, "their": 0.11027121914808144}, "lie": {"she - their": 0.08906958878255797, "she": 0.2657971094335313, "their": 0.17672752065097333}, "light": {"she - their": 0.041944152040051, "she": 0.2243289136775662, "their": 0.18238476163751519}, "like": {"she - their": 0.05037893401041596, "she": 0.29856542388238966, "their": 0.2481864898719737}, "likes": {"she - their": 0.13129582234697623, "she": 0.29938502508918075, "their": 0.1680892027422045}, "line": {"she - their": 0.08271415700277605, "she": 0.17928794901643624, "their": 0.09657379201366019}, "link": {"she - their": 0.010313744868031077, "she": 0.15925270934685573, "their": 0.14893896447882465}, "little": {"she - their": -0.006323810787317252, "she": 0.23695846717664673, "their": 0.24328227796396398}, "live": {"she - their": -0.05407132271039011, "she": 0.10856617921082673, "their": 0.16263750192121684}, "lived": {"she - their": 0.13400756770864508, "she": 0.2486801593214795, "their": 0.11467259161283441}, "living": {"she - their": 0.06278293893001033, "she": 0.21095722367624176, "their": 0.14817428474623143}, "ll": {"she - their": 0.0576170789018102, "she": 0.24387815078447428, "their": 0.18626107188266408}, "lol": {"she - their": 0.13536802155025188, "she": 0.21481674987165075, "their": 0.07944872832139888}, "long": {"she - their": 0.042323856699972046, "she": 0.18323163956043467, "their": 0.14090778286046263}, "longer": {"she - their": 0.037858904325680315, "she": 0.21673285073612372, "their": 0.1788739464104434}, "look": {"she - their": -0.006533049523586687, "she": 0.21670444305398767, "their": 0.22323749257757436}, "looking": {"she - their": -0.0744651525929555, "she": 0.11215232838335928, "their": 0.18661748097631478}, "looks": {"she - their": 0.11954621058707882, "she": 0.2979240911568148, "their": 0.17837788056973597}, "love": {"she - their": -0.027154448111667923, "she": 0.14611202989186625, "their": 0.17326647800353417}, "lucky": {"she - their": 0.08105833058675899, "she": 0.2491475333289635, "their": 0.1680892027422045}, "m": {"she - their": 0.02650295230436861, "she": 0.19696924544797886, "their": 0.17046629314361025}, "machete": {"she - their": 0.0794077607496727, "she": 0.29639823139944427, "their": 0.21699047064977156}, "main": {"she - their": 0.06152714244989052, "she": 0.27002741041517864, "their": 0.20850026796528812}, "majority": {"she - their": -0.009831096893295227, "she": 0.21256471854940012, "their": 0.22239581544269535}, "make": {"she - their": -0.012581233628015165, "she": 0.23788016762409525, "their": 0.2504614012521104}, "makes": {"she - their": -0.03685797268346097, "she": 0.21726030625072967, "their": 0.25411827893419064}, "male": {"she - their": 0.13452083960137057, "she": 0.23691296439260992, "their": 0.10239212479123935}, "man": {"she - their": 0.07583612304763351, "she": 0.20949416879775123, "their": 0.13365804575011772}, "mass": {"she - their": 0.037879410434142835, "she": 0.21460693108511616, "their": 0.17672752065097333}, "massive": {"she - their": 0.037732924025313475, "she": 0.22893327541671138, "their": 0.1912003513913979}, "matter": {"she - their": 0.09006273162904768, "she": 0.23574912708761397, "their": 0.1456863954585663}, "may": {"she - their": 0.02554751153820567, "she": 0.20131600478402537, "their": 0.1757684932458197}, "maybe": {"she - their": -0.02513450271746598, "she": 0.2120665501793333, "their": 0.23720105289679927}, "me": {"she - their": 0.06617693238323666, "she": 0.23941828749414698, "their": 0.17324135511091032}, "mean": {"she - their": 0.010356997435430393, "she": 0.1731070906509915, "their": 0.1627500932155611}, "means": {"she - their": 0.1343115753291635, "she": 0.24183138586937872, "their": 0.10751981054021524}, "meet": {"she - their": 0.03828385300242833, "she": 0.15407609229469063, "their": 0.1157922392922623}, "member": {"she - their": 0.08224754403035092, "she": 0.20339843834931795, "their": 0.12115089431896703}, "mercy": {"she - their": 0.03709716175088662, "she": 0.27709678887012174, "their": 0.23999962711923511}, "met": {"she - their": 0.08906958878255797, "she": 0.2657971094335313, "their": 0.17672752065097333}, "middle": {"she - their": 0.03795036141335431, "she": 0.2068766566286345, "their": 0.1689262952152802}, "might": {"she - their": -0.026854313445441286, "she": 0.16491861621531193, "their": 0.1917729296607532}, "mind": {"she - their": -0.010076892472714566, "she": 0.18873771515015508, "their": 0.19881460762286965}, "mine": {"she - their": 0.08241096255693295, "she": 0.19557709724173483, "their": 0.11316613468480188}, "minister": {"she - their": 0.037858904325680315, "she": 0.21673285073612372, "their": 0.1788739464104434}, "mixed": {"she - their": 0.07445420027097624, "she": 0.2650027619417901, "their": 0.19054856167081388}, "money": {"she - their": -0.08188534670601955, "she": 0.1506313514619571, "their": 0.23251669816797665}, "monkey": {"she - their": -0.009529218090937347, "she": 0.24143323444085993, "their": 0.2509624525317973}, "month": {"she - their": 0.1343115753291635, "she": 0.24183138586937872, "their": 0.10751981054021524}, "more": {"she - their": -0.028900504038949892, "she": 0.20346798539237557, "their": 0.23236848943132546}, "most": {"she - their": -0.1493469707628256, "she": 0.10856617921082673, "their": 0.25791314997365233}, "mother": {"she - their": 0.10193536819936325, "she": 0.3027305607223499, "their": 0.20079519252298664}, "mouth": {"she - their": 0.08128691247956299, "she": 0.24143323444085993, "their": 0.16014632196129694}, "move": {"she - their": 0.010348648428177037, "she": 0.17024825776748745, "their": 0.1598996093393104}, "moved": {"she - their": -0.010076892472714566, "she": 0.18873771515015508, "their": 0.19881460762286965}, "movement": {"she - their": 0.0821711431969601, "she": 0.2068766566286345, "their": 0.1247055134316744}, "much": {"she - their": -0.07099356743119559, "she": 0.1622438792529181, "their": 0.2332374466841137}, "muppet": {"she - their": 0.07775536954708595, "she": 0.3346067153754455, "their": 0.25685134582835956}, "muslim": {"she - their": 0.0822102546384987, "she": 0.205109138306736, "their": 0.1228988836682373}, "must": {"she - their": 0.04473018060429812, "she": 0.23256959885755896, "their": 0.18783941825326084}, "my": {"she - their": 0.11728956699291879, "she": 0.3069613746869883, "their": 0.18967180769406952}, "myself": {"she - their": 0.0103769026481971, "she": 0.18038623680931973, "their": 0.17000933416112263}, "n": {"she - their": 0.04565773713838445, "she": 0.3031516607078441, "their": 0.25749392356945966}, "name": {"she - their": 0.07362067485807375, "she": 0.29192571280329, "their": 0.21830503794521625}, "names": {"she - their": 0.010462088813002896, "she": 0.2317732236849206, "their": 0.2213111348719177}, "nation": {"she - their": -0.010310902777654285, "she": 0.16577403156289136, "their": 0.17608493434054565}, "ne": {"she - their": 0.07982095677647597, "she": 0.28565693824207883, "their": 0.20583598146560286}, "need": {"she - their": -0.13020419272607103, "she": 0.10128312220469798, "their": 0.23148731493076902}, "negro": {"she - their": -0.0005339388354207442, "she": 0.18974596670955285, "their": 0.1902799055449736}, "negroes": {"she - their": -0.00027128871254542, "she": 0.22821930639160745, "their": 0.22849059510415287}, "neighbors": {"she - their": 0.0809232447254031, "she": 0.2535343787147794, "their": 0.1726111339893763}, "never": {"she - their": 0.030777711354236015, "she": 0.24744399857979238, "their": 0.21666628722555636}, "new": {"she - their": 0.025603645557407684, "she": 0.13281362653351522, "their": 0.10720998097610754}, "news": {"she - their": 0.006134190316397753, "she": 0.21638805353906665, "their": 0.2102538632226689}, "next": {"she - their": 0.08338372964399715, "she": 0.25543657249936386, "their": 0.1720528428553667}, "nigeria": {"she - their": 0.13129582234697623, "she": 0.29938502508918075, "their": 0.1680892027422045}, "nigerian": {"she - their": 0.13038886781552564, "she": 0.31359014371597765, "their": 0.18320127590045202}, "no": {"she - their": 0.026475920609121323, "she": 0.2525267223495736, "their": 0.22605080174045225}, "non": {"she - their": -0.01881988666256537, "she": 0.20233819057307545, "their": 0.22115807723564082}, "nor": {"she - their": 0.08163308086653115, "she": 0.22893327541671138, "their": 0.14730019455018023}, "nose": {"she - their": 0.13174796053036705, "she": 0.291894282491664, "their": 0.16014632196129694}, "not": {"she - their": -0.007333909358989477, "she": 0.2767845138561637, "their": 0.2841184232151532}, "nothing": {"she - their": -0.04142533530831158, "she": 0.13072662730220586, "their": 0.17215196261051743}, "now": {"she - their": 0.03702163060313152, "she": 0.23895678661662761, "their": 0.2019351560134961}, "obviously": {"she - their": 0.13212342664801913, "she": 0.28543484475163994, "their": 0.1533114181036208}, "of": {"she - their": -0.08643670960228333, "she": 0.27469055725854086, "their": 0.3611272668608242}, "off": {"she - their": 0.015020030292244302, "she": 0.2906610846579104, "their": 0.2756410543656661}, "official": {"she - their": 0.08138507828290487, "she": 0.2379962091131585, "their": 0.15661113083025363}, "often": {"she - their": -0.009809888197347905, "she": 0.21460693108511616, "their": 0.22441681928246407}, "old": {"she - their": 0.15864049292020455, "she": 0.2929428260756761, "their": 0.13430233315547158}, "on": {"she - their": -0.03546916737046879, "she": 0.2610410732772279, "their": 0.2965102406476967}, "once": {"she - their": 0.04216702856695037, "she": 0.20260246654131903, "their": 0.16043543797436866}, "one": {"she - their": 0.01922425282247625, "she": 0.23016378203738044, "their": 0.2109395292149042}, "online": {"she - their": 0.010391457550824185, "she": 0.18622213726143536, "their": 0.17583067971061117}, "only": {"she - their": -0.028321847856054044, "she": 0.23006556388067764, "their": 0.2583874117367317}, "onto": {"she - their": 0.08128691247956299, "she": 0.24143323444085993, "their": 0.16014632196129694}, "open": {"she - their": -0.02673546978625263, "she": 0.17213843183583286, "their": 0.19887390162208549}, "opened": {"she - their": -0.009599122663382975, "she": 0.23478613611067578, "their": 0.24438525877405876}, "opinion": {"she - their": 0.03770156956224918, "she": 0.2317732236849206, "their": 0.1940716541226714}, "or": {"she - their": -0.011627091332219952, "she": 0.26198613810620924, "their": 0.2736132294384292}, "org": {"she - their": 0.0383345732051919, "she": 0.1374086121979558, "their": 0.0990740389927639}, "other": {"she - their": 0.01019389778209423, "she": 0.24308806914216372, "their": 0.23289417136006949}, "others": {"she - their": -0.04053165929118982, "she": 0.1731070906509915, "their": 0.21363874994218132}, "our": {"she - their": -0.09972320630539513, "she": 0.13729308838114443, "their": 0.23701629468653956}, "out": {"she - their": 0.06359140948755271, "she": 0.30156776244515426, "their": 0.23797635295760156}, "outside": {"she - their": -0.05181193412138679, "she": 0.19557709724173483, "their": 0.24738903136312163}, "over": {"she - their": -0.05285399513925951, "she": 0.15139293111942623, "their": 0.20424692625868573}, "own": {"she - their": -0.14779655258509267, "she": 0.22062238457894429, "their": 0.36841893716403695}, "page": {"she - their": 0.010385604983059266, "she": 0.18381480029998457, "their": 0.1734291953169253}, "parents": {"she - their": -0.1574372102507811, "she": 0.16752301434800865, "their": 0.32496022459878976}, "part": {"she - their": 0.03831134462248838, "she": 0.14611202989186625, "their": 0.10780068526937787}, "passed": {"she - their": 0.08128691247956299, "she": 0.24143323444085993, "their": 0.16014632196129694}, "pay": {"she - their": 0.03799436854880883, "she": 0.20174078079630484, "their": 0.163746412247496}, "payments": {"she - their": 0.0794077607496727, "she": 0.29639823139944427, "their": 0.21699047064977156}, "people": {"she - their": -0.09476598827809549, "she": 0.21894851907126425, "their": 0.31371450734935974}, "perhaps": {"she - their": -0.009943132043992303, "she": 0.20174078079630484, "their": 0.21168391284029714}, "person": {"she - their": 0.02204841131964594, "she": 0.2235434807832717, "their": 0.20149506946362575}, "pics": {"she - their": 0.03770156956224918, "she": 0.2317732236849206, "their": 0.1940716541226714}, "picture": {"she - their": 0.062489613374613534, "she": 0.22722145038098127, "their": 0.16473183700636773}, "pictures": {"she - their": 0.0103769026481971, "she": 0.18038623680931973, "their": 0.17000933416112263}, "place": {"she - their": 0.06965848889165197, "she": 0.2457592671595936, "their": 0.17610077826794163}, "play": {"she - their": 0.08234977158390985, "she": 0.19857129710517438, "their": 0.11622152552126452}, "playing": {"she - their": -0.02599577989212254, "she": 0.21460693108511616, "their": 0.2406027109772387}, "pm": {"she - their": 0.03828110106876159, "she": 0.15478903837527644, "their": 0.11650793730651485}, "point": {"she - their": -0.00033243115488681974, "she": 0.2189481239508716, "their": 0.21928055510575842}, "police": {"she - their": -0.02700616356845914, "she": 0.1555104593648914, "their": 0.18251662293335055}, "post": {"she - their": 0.038359473600120195, "she": 0.12037033542416332, "their": 0.08201086182404313}, "pray": {"she - their": 0.08138507828290487, "she": 0.2379962091131585, "their": 0.15661113083025363}, "pretty": {"she - their": -0.010429023313242247, "she": 0.15407609229469063, "their": 0.16450511560793288}, "pride": {"she - their": -0.02665174666816872, "she": 0.17715285166777922, "their": 0.20380459833594794}, "prime": {"she - their": 0.08138507828290487, "she": 0.2379962091131585, "their": 0.15661113083025363}, "probably": {"she - their": 0.09084230081931562, "she": 0.20663454011157792, "their": 0.1157922392922623}, "problem": {"she - their": -0.04082007861351819, "she": 0.16002992846872285, "their": 0.20085000708224104}, "project": {"she - their": 0.08163308086653115, "she": 0.22893327541671138, "their": 0.14730019455018023}, "protect": {"she - their": 0.03770156956224918, "she": 0.2317732236849206, "their": 0.1940716541226714}, "proved": {"she - their": 0.07982095677647597, "she": 0.28565693824207883, "their": 0.20583598146560286}, "public": {"she - their": -0.05287810618460567, "she": 0.15772781671394487, "their": 0.21060592289855054}, "put": {"she - their": 0.020560209385243194, "she": 0.23483279097782844, "their": 0.21427258159258525}, "quickly": {"she - their": 0.061340627945455944, "she": 0.2771294060403998, "their": 0.21578877809494387}, "race": {"she - their": -0.0977510361444793, "she": 0.1771793977407672, "their": 0.2749304338852465}, "racial": {"she - their": 0.07465914363990955, "she": 0.25800271707702677, "their": 0.1833435734371172}, "racism": {"she - their": 0.08176924098938035, "she": 0.22369586482553494, "their": 0.1419266238361546}, "racist": {"she - their": -0.05308094359785698, "she": 0.14996507769052647, "their": 0.20304602128838345}, "rap": {"she - their": 0.03758917433903733, "she": 0.24143323444085993, "their": 0.2038440601018226}, "rape": {"she - their": 0.08183058911811794, "she": 0.2212677785617708, "their": 0.13943718944365285}, "rapes": {"she - their": 0.08105833058675899, "she": 0.2491475333289635, "their": 0.1680892027422045}, "re": {"she - their": -0.11258398304601078, "she": 0.10482811560605892, "their": 0.2174120986520697}, "read": {"she - their": -0.01127742321216646, "she": 0.18516573201295417, "their": 0.19644315522512062}, "real": {"she - their": -0.010328100351161856, "she": 0.1640753972215385, "their": 0.17440349757270035}, "reality": {"she - their": 0.08183058911811794, "she": 0.2212677785617708, "their": 0.13943718944365285}, "really": {"she - their": -0.021000124553967353, "she": 0.1777566849883962, "their": 0.19875680954236355}, "reason": {"she - their": -0.02673546978625263, "she": 0.17213843183583286, "their": 0.19887390162208549}, "regularly": {"she - their": 0.07881000771493754, "she": 0.31100013787691977, "their": 0.23219013016198223}, "religion": {"she - their": 0.08147471800705497, "she": 0.23478613611067578, "their": 0.1533114181036208}, "remember": {"she - their": 0.09887707466028506, "she": 0.2841878006919048, "their": 0.18531072603161974}, "reptile": {"she - their": 0.07881000771493754, "she": 0.31100013787691977, "their": 0.23219013016198223}, "requested": {"she - their": 0.07881000771493754, "she": 0.31100013787691977, "their": 0.23219013016198223}, "rest": {"she - their": -0.026518688091894477, "she": 0.18500556593945375, "their": 0.21152425403134822}, "revenue": {"she - their": 0.07881000771493754, "she": 0.31100013787691977, "their": 0.23219013016198223}, "right": {"she - their": -0.006422894493226389, "she": 0.22734152419292647, "their": 0.23376441868615286}, "rob": {"she - their": 0.07982095677647597, "she": 0.28565693824207883, "their": 0.20583598146560286}, "rude": {"she - their": 0.0794077607496727, "she": 0.29639823139944427, "their": 0.21699047064977156}, "running": {"she - their": 0.01041813625265528, "she": 0.19857129710517438, "their": 0.1881531608525191}, "s": {"she - their": 0.010140618747197017, "she": 0.2727666531325591, "their": 0.2626260343853621}, "sa": {"she - their": 0.08138507828290487, "she": 0.2379962091131585, "their": 0.15661113083025363}, "sacrifice": {"she - their": 0.037435835449320415, "she": 0.2535343787147794, "their": 0.216098543265459}, "safe": {"she - their": 0.03781372798568089, "she": 0.2212677785617708, "their": 0.1834540505760899}, "said": {"she - their": 0.0720927479343523, "she": 0.28636532952693755, "their": 0.21427258159258525}, "same": {"she - their": 0.0489296643131677, "she": 0.23630597979054954, "their": 0.18737631547738184}, "save": {"she - their": 0.03795036141335431, "she": 0.2068766566286345, "their": 0.1689262952152802}, "saw": {"she - their": 0.012450581161979779, "she": 0.21706944267186234, "their": 0.20461886150988257}, "say": {"she - their": 0.03991593471333407, "she": 0.25165528354873085, "their": 0.21173934883539677}, "says": {"she - their": 0.09323694299216714, "she": 0.3053272794051687, "their": 0.21209033641300154}, "scene": {"she - their": 0.0821711431969601, "she": 0.2068766566286345, "their": 0.1247055134316744}, "school": {"she - their": 0.008319756713301596, "she": 0.27064108157701966, "their": 0.26232132486371806}, "scum": {"she - their": 0.03808530584267519, "she": 0.19003947127420517, "their": 0.15195416543152998}, "second": {"she - their": 0.08213005702271864, "she": 0.2087051969845162, "their": 0.12657513996179756}, "seconds": {"she - their": 0.1307316481295642, "she": 0.3083400280850675, "their": 0.1776083799555033}, "see": {"she - their": 0.02308849436672633, "she": 0.2507439310906339, "their": 0.2276554367239076}, "seems": {"she - their": -0.010847374392122106, "she": 0.22247885699161082, "their": 0.23332623138373293}, "seen": {"she - their": -0.07384462814726894, "she": 0.13220789233193284, "their": 0.20605252047920178}, "selfishness": {"she - their": 0.07775536954708595, "she": 0.3346067153754455, "their": 0.25685134582835956}, "set": {"she - their": -0.010049861531947507, "she": 0.19137255263064493, "their": 0.20142241416259243}, "shall": {"she - their": 0.08176924098938035, "she": 0.22369586482553494, "their": 0.1419266238361546}, "shame": {"she - their": -0.02599577989212254, "she": 0.21460693108511616, "their": 0.2406027109772387}, "she": {"she - their": 0.5460185098493864, "she": 0.670042033380406, "their": 0.12402352353101959}, "shift": {"she - their": 0.08013420542053012, "she": 0.27709678887012174, "their": 0.1969625834495916}, "shoot": {"she - their": 0.08194215866306798, "she": 0.21673285073612372, "their": 0.13479069207305575}, "should": {"she - their": -0.07610928241424936, "she": 0.16954028781075106, "their": 0.24564957022500042}, "show": {"she - their": -0.01146795950904822, "she": 0.1683990737631522, "their": 0.1798670332722004}, "sick": {"she - their": -0.02628323365936583, "she": 0.19857129710517438, "their": 0.2248545307645402}, "side": {"she - their": -0.026558873016097967, "she": 0.1826486927631895, "their": 0.20920756577928748}, "similar": {"she - their": 0.03795036141335431, "she": 0.2068766566286345, "their": 0.1689262952152802}, "since": {"she - their": 0.010251989211005647, "she": 0.1424844030305694, "their": 0.13223241381956374}, "sister": {"she - their": 0.11694744292174375, "she": 0.32703992630178674, "their": 0.210092483380043}, "sisters": {"she - their": 0.01042408066666195, "she": 0.20174078079630484, "their": 0.19131670012964289}, "site": {"she - their": -0.07369298102933916, "she": 0.13686901284115946, "their": 0.21056199387049862}, "skin": {"she - their": -0.020406288314936766, "she": 0.21561998396494875, "their": 0.2360262722798855}, "slaves": {"she - their": -0.009349944987547099, "she": 0.25837816618241427, "their": 0.26772811116996137}, "slavic": {"she - their": 0.037916899658004766, "she": 0.21059945865277802, "their": 0.17268255899477325}, "slowly": {"she - their": 0.037435835449320415, "she": 0.2535343787147794, "their": 0.216098543265459}, "small": {"she - their": 0.06273065945890294, "she": 0.21402436088001642, "their": 0.15129370142111348}, "smart": {"she - their": 0.08128691247956299, "she": 0.24143323444085993, "their": 0.16014632196129694}, "smashed": {"she - their": 0.07982095677647597, "she": 0.28565693824207883, "their": 0.20583598146560286}, "smell": {"she - their": 0.0794077607496727, "she": 0.29639823139944427, "their": 0.21699047064977156}, "so": {"she - their": -0.02136642547716211, "she": 0.26343773133338594, "their": 0.28480415681054805}, "social": {"she - their": 0.08224754403035092, "she": 0.20339843834931795, "their": 0.12115089431896703}, "some": {"she - their": -0.008152653351368416, "she": 0.2426573727717, "their": 0.2508100261230684}, "something": {"she - their": 0.10680723900800149, "she": 0.27215713612201636, "their": 0.16534989711401488}, "son": {"she - their": 0.13436640460089588, "she": 0.24055974868042335, "their": 0.10619334407952748}, "soon": {"she - their": -0.040836864890874514, "she": 0.15925270934685573, "their": 0.20008957423773024}, "sorry": {"she - their": 0.18196839547485383, "she": 0.34670023248122156, "their": 0.16473183700636773}, "sort": {"she - their": -0.026135586704752606, "she": 0.2068766566286345, "their": 0.2330122433333871}, "sounds": {"she - their": 0.08950756674237473, "she": 0.25325397898987073, "their": 0.163746412247496}, "south": {"she - their": -0.010352979621860547, "she": 0.16161531973251175, "their": 0.1719682993543723}, "spanish": {"she - their": 0.08128691247956299, "she": 0.24143323444085993, "their": 0.16014632196129694}, "speak": {"she - their": 0.04191072434936152, "she": 0.22722145038098127, "their": 0.18531072603161974}, "speaking": {"she - their": 0.08864492739371801, "she": 0.2771294060403998, "their": 0.1884844786466818}, "spit": {"she - their": 0.07982095677647597, "she": 0.28565693824207883, "their": 0.20583598146560286}, "stare": {"she - their": 0.08059284698002137, "she": 0.2637941228804734, "their": 0.18320127590045202}, "start": {"she - their": 0.06316689458134642, "she": 0.18516573201295417, "their": 0.12199883743160775}, "started": {"she - their": 0.010379792675798277, "she": 0.18150617211328668, "their": 0.1711263794374884}, "starts": {"she - their": 0.08176924098938035, "she": 0.22369586482553494, "their": 0.1419266238361546}, "state": {"she - their": 0.02547610324779548, "she": 0.21981079230023526, "their": 0.19433468905243978}, "status": {"she - their": 0.08059284698002137, "she": 0.2637941228804734, "their": 0.18320127590045202}, "stay": {"she - their": -0.010184521145001513, "she": 0.1782104292662021, "their": 0.1883949504112036}, "still": {"she - their": -0.06416274890210946, "she": 0.1347552857975803, "their": 0.19891803469968977}, "stock": {"she - their": 0.03781372798568089, "she": 0.2212677785617708, "their": 0.1834540505760899}, "stood": {"she - their": 0.01046890261743702, "she": 0.2535343787147794, "their": 0.2430654760973424}, "store": {"she - their": 0.08188809688192569, "she": 0.21895018385575982, "their": 0.13706208697383412}, "stories": {"she - their": -0.02591622166092411, "she": 0.21895018385575982, "their": 0.24486640551668393}, "stormfront": {"she - their": 0.13652931558082068, "she": 0.1743482451044656, "their": 0.03781892952364491}, "story": {"she - their": -0.010463666936961574, "she": 0.1506313514619571, "their": 0.16109501839891868}, "street": {"she - their": 0.08983648607166678, "she": 0.24313343916113095, "their": 0.15329695308946417}, "students": {"she - their": -0.04046373582798715, "she": 0.17611443960292272, "their": 0.21657817543090987}, "stuff": {"she - their": 0.08281610264369393, "she": 0.1731070906509915, "their": 0.09029098800729757}, "stupid": {"she - their": 0.05694169602947441, "she": 0.27372532935382143, "their": 0.21678363332434702}, "subhuman": {"she - their": 0.07982095677647597, "she": 0.28565693824207883, "their": 0.20583598146560286}, "such": {"she - their": -0.04120125536874927, "she": 0.14189977101760987, "their": 0.18310102638635914}, "sucks": {"she - their": 0.08059284698002137, "she": 0.2637941228804734, "their": 0.18320127590045202}, "suffering": {"she - their": 0.07982095677647597, "she": 0.28565693824207883, "their": 0.20583598146560286}, "support": {"she - their": 0.011626930921060735, "she": 0.2164343890418062, "their": 0.20480745812074547}, "surviving": {"she - their": 0.07881000771493754, "she": 0.31100013787691977, "their": 0.23219013016198223}, "suspect": {"she - their": 0.037732924025313475, "she": 0.22893327541671138, "their": 0.1912003513913979}, "swedish": {"she - their": 0.13318329073710963, "she": 0.2657971094335313, "their": 0.13261381869642166}, "t": {"she - their": 0.03089752124138101, "she": 0.2939281820191942, "their": 0.2630306607778132}, "table": {"she - their": 0.08117866643833, "she": 0.2451344932296785, "their": 0.1639558267913485}, "take": {"she - their": -0.08637232785192664, "she": 0.16916200574414011, "their": 0.25553433359606675}, "talent": {"she - their": 0.07982095677647597, "she": 0.28565693824207883, "their": 0.20583598146560286}, "talk": {"she - their": 0.06314074111418423, "she": 0.18716052841210262, "their": 0.12401978729791839}, "tan": {"she - their": 0.08013420542053012, "she": 0.27709678887012174, "their": 0.1969625834495916}, "tape": {"she - their": 0.03754375561128301, "she": 0.2451344932296785, "their": 0.2075907376183955}, "taught": {"she - their": 0.037732924025313475, "she": 0.22893327541671138, "their": 0.1912003513913979}, "teach": {"she - their": 0.134419498096002, "she": 0.23931703715497263, "their": 0.10489753905897063}, "teacher": {"she - their": 0.21007681007603268, "she": 0.34401586102932186, "their": 0.13393905095328917}, "teachers": {"she - their": -0.05266216678191735, "she": 0.16577403156289136, "their": 0.2184361983448087}, "teaching": {"she - their": 0.13258663287846775, "she": 0.2771294060403998, "their": 0.14454277316193206}, "teenager": {"she - their": 0.07982095677647597, "she": 0.28565693824207883, "their": 0.20583598146560286}, "telling": {"she - their": 0.08927458931649362, "she": 0.26004569622732737, "their": 0.17077110691083375}, "text": {"she - their": 0.010447197918756895, "she": 0.21673285073612372, "their": 0.20628565281736683}, "than": {"she - their": -0.0875920855710981, "she": 0.1404795757737026, "their": 0.2280716613448007}, "thanksgiving": {"she - their": 0.08059284698002137, "she": 0.2637941228804734, "their": 0.18320127590045202}, "that": {"she - their": -0.05802687274915047, "she": 0.266809146878336, "their": 0.3248360196274865}, "thats": {"she - their": 0.1344709480231701, "she": 0.2381018699636681, "their": 0.103630921940498}, "the": {"she - their": -0.0269489667507391, "she": 0.3268879306296915, "their": 0.3538368973804306}, "their": {"she - their": -0.47284909313637313, "she": 0.15052292569006723, "their": 0.6233720188264403}, "them": {"she - their": -0.17039191026365078, "she": 0.16350512854930457, "their": 0.33389703881295535}, "themselves": {"she - their": -0.07284108926627289, "she": 0.16161531973251175, "their": 0.23445640899878464}, "then": {"she - their": 0.031107122870215553, "she": 0.2702094216789287, "their": 0.23910229880871314}, "there": {"she - their": -0.046495702727926885, "she": 0.18046419183400636, "their": 0.22695989456193325}, "theres": {"she - their": 0.08128691247956299, "she": 0.24143323444085993, "their": 0.16014632196129694}, "these": {"she - their": -0.17896447011694305, "she": 0.08072463122866175, "their": 0.2596891013456048}, "they": {"she - their": -0.2152521629879617, "she": 0.17851476514025635, "their": 0.39376692812821806}, "thing": {"she - their": 0.05131791733855437, "she": 0.2843663253274935, "their": 0.23304840798893914}, "think": {"she - their": 0.019162354485672828, "she": 0.2685088817921447, "their": 0.2493465273064719}, "this": {"she - their": 0.028704178604820302, "she": 0.26850508384707633, "their": 0.23980090524225603}, "though": {"she - their": -0.05287810618460567, "she": 0.15772781671394487, "their": 0.21060592289855054}, "thought": {"she - their": 0.022008698883128286, "she": 0.23568865751319218, "their": 0.2136799586300639}, "thread": {"she - their": 0.010137068498495785, "she": 0.11672381646024876, "their": 0.10658674796175298}, "three": {"she - their": 0.08249402377418112, "she": 0.19137255263064493, "their": 0.1088785288564638}, "thrown": {"she - their": 0.08105833058675899, "she": 0.2491475333289635, "their": 0.1680892027422045}, "thunder": {"she - their": 0.0794077607496727, "she": 0.29639823139944427, "their": 0.21699047064977156}, "till": {"she - their": 0.13307729612604077, "she": 0.2678679881990965, "their": 0.13479069207305575}, "time": {"she - their": -0.003070754775904655, "she": 0.21086276723176486, "their": 0.21393352200766952}, "times": {"she - their": 0.03277927940143471, "she": 0.21754442898387244, "their": 0.18476514958243773}, "to": {"she - their": -0.05213126293399084, "she": 0.31062052456294403, "their": 0.3627517874969349}, "today": {"she - their": -0.041034369882659544, "she": 0.14996507769052647, "their": 0.19099944757318602}, "together": {"she - their": 0.025538918673070315, "she": 0.20391679924280628, "their": 0.17837788056973597}, "told": {"she - their": 0.11936092344580812, "she": 0.32255313498152544, "their": 0.20319221153571732}, "too": {"she - their": 0.08997092121912642, "she": 0.25636955788513094, "their": 0.16639863666600452}, "top": {"she - their": -0.00995972258511979, "she": 0.2001327607949232, "their": 0.210092483380043}, "toys": {"she - their": 0.0794077607496727, "she": 0.29639823139944427, "their": 0.21699047064977156}, "traitor": {"she - their": 0.0803849007762813, "she": 0.2699488391661408, "their": 0.18956393838985952}, "tries": {"she - their": 0.010466066830105203, "she": 0.2637941228804734, "their": 0.2533280560503682}, "trouble": {"she - their": 0.03776188301968825, "she": 0.22624636166637005, "their": 0.1884844786466818}, "try": {"she - their": 0.07742461972420195, "she": 0.2671826268412858, "their": 0.18975800711708385}, "trying": {"she - their": -0.08193640531229798, "she": 0.14930595233270486, "their": 0.23124235764500284}, "turns": {"she - their": 0.08105833058675899, "she": 0.2491475333289635, "their": 0.1680892027422045}, "tv": {"she - their": 0.08320936247034424, "she": 0.14307454647316709, "their": 0.05986518400282284}, "two": {"she - their": 0.057489297772536474, "she": 0.250481708463503, "their": 0.1929924106909665}, "under": {"she - their": 0.03820460466066786, "she": 0.17118567109590438, "their": 0.13298106643523652}, "unfortunately": {"she - their": 0.12147610791084268, "she": 0.29040240312612287, "their": 0.1689262952152802}, "university": {"she - their": 0.08256820666801952, "she": 0.18746574572699015, "their": 0.10489753905897063}, "unsuspecting": {"she - their": 0.0794077607496727, "she": 0.29639823139944427, "their": 0.21699047064977156}, "until": {"she - their": 0.07506371132506193, "she": 0.24318375663789482, "their": 0.1681200453128329}, "up": {"she - their": -0.08885697783076915, "she": 0.1888408946654622, "their": 0.27769787249623135}, "us": {"she - their": -0.0825910732025085, "she": 0.13972512560644512, "their": 0.22231619880895362}, "use": {"she - their": -0.03759645947644066, "she": 0.18615528473098686, "their": 0.22375174420742752}, "used": {"she - their": 0.11959006630754951, "she": 0.2806850847064682, "their": 0.16109501839891868}, "using": {"she - their": -0.05215696222181068, "she": 0.18381480029998457, "their": 0.23597176252179525}, "usually": {"she - their": 0.02535182541216241, "she": 0.24313343916113095, "their": 0.21778161374896854}, "v": {"she - their": 0.03820966075085233, "she": 0.17024825776748745, "their": 0.13203859701663512}, "values": {"she - their": -0.02567710508319454, "she": 0.2317732236849206, "their": 0.25745032876811513}, "ve": {"she - their": 0.022109874899677112, "she": 0.1887582827959507, "their": 0.16664840789627358}, "very": {"she - their": 0.019854863669522632, "she": 0.22514452437527427, "their": 0.20528966070575164}, "victim": {"she - their": 0.13212342664801913, "she": 0.28543484475163994, "their": 0.1533114181036208}, "video": {"she - their": 0.07620036837238794, "she": 0.18937607557374078, "their": 0.11317570720135284}, "videos": {"she - their": -0.01020587917833618, "she": 0.17611443960292272, "their": 0.1863203187812589}, "views": {"she - their": -0.025828463186664846, "she": 0.22369586482553494, "their": 0.2495243280121998}, "wait": {"she - their": 0.025463821618578797, "she": 0.22247885699161082, "their": 0.19701503537303203}, "walk": {"she - their": 0.038043884780618764, "she": 0.19557709724173483, "their": 0.15753321246111607}, "want": {"she - their": -0.038622618474449866, "she": 0.13823969004082368, "their": 0.17686230851527354}, "wants": {"she - their": 0.025388710361261696, "she": 0.23691296439260992, "their": 0.21152425403134822}, "warm": {"she - their": 0.13174796053036705, "she": 0.291894282491664, "their": 0.16014632196129694}, "was": {"she - their": 0.17328355177492216, "she": 0.383247995596434, "their": 0.20996444382151186}, "watch": {"she - their": 0.05778422003278866, "she": 0.2574798834483187, "their": 0.19969566341553002}, "watching": {"she - their": 0.08273244722341262, "she": 0.1782104292662021, "their": 0.09547798204278947}, "way": {"she - their": -0.012727404631100864, "she": 0.2272899468937109, "their": 0.24001735152481177}, "we": {"she - their": -0.059083933869365474, "she": 0.16236541835925644, "their": 0.22144935222862192}, "weeks": {"she - their": 0.09041535508084891, "she": 0.22339642151608544, "their": 0.13298106643523652}, "welfare": {"she - their": 0.041236328664235405, "she": 0.2746474206374366, "their": 0.23341109197320117}, "well": {"she - their": 0.002288746664380864, "she": 0.2205474222846523, "their": 0.21825867562027143}, "went": {"she - their": 0.1349767354105965, "she": 0.29554384513665083, "their": 0.16056710972605434}, "were": {"she - their": -0.017573062306412562, "she": 0.21151249765772187, "their": 0.22908555996413443}, "western": {"she - their": 0.03809462191630916, "she": 0.18873771515015508, "their": 0.15064309323384592}, "what": {"she - their": -0.06639213820634268, "she": 0.18226477895307466, "their": 0.24865691715941735}, "whatever": {"she - their": 0.0821711431969601, "she": 0.2068766566286345, "their": 0.1247055134316744}, "when": {"she - their": 0.019418025035181308, "she": 0.27110906220000985, "their": 0.25169103716482855}, "where": {"she - their": 0.07147731731574203, "she": 0.274021384439043, "their": 0.20254406712330097}, "which": {"she - their": -0.13440417978052782, "she": 0.1199551263697603, "their": 0.2543593061502881}, "while": {"she - their": 0.05716029394685829, "she": 0.26618255558961185, "their": 0.20902226164275356}, "white": {"she - their": 0.002434457231840881, "she": 0.27706333258801674, "their": 0.27462887535617586}, "whites": {"she - their": -0.16004581800068557, "she": 0.12205102806779144, "their": 0.282096846068477}, "whitey": {"she - their": 0.0104689318503213, "she": 0.2491475333289635, "their": 0.2386786014786422}, "who": {"she - their": -0.10352857043480407, "she": 0.19602135470148807, "their": 0.29954992513629214}, "whole": {"she - their": 0.09046459974055912, "she": 0.2215757136425856, "their": 0.13111111390202648}, "why": {"she - their": -0.025376975590811174, "she": 0.19903319343399853, "their": 0.2244101690248097}, "wigger": {"she - their": 0.08059284698002137, "she": 0.2637941228804734, "their": 0.18320127590045202}, "will": {"she - their": -0.022257952241320655, "she": 0.23557201775945574, "their": 0.2578299700007764}, "with": {"she - their": -0.0683582161515795, "she": 0.2465318613340095, "their": 0.314890077485589}, "witness": {"she - their": 0.07982095677647597, "she": 0.28565693824207883, "their": 0.20583598146560286}, "wn": {"she - their": -0.010063542336297415, "she": 0.19003947127420517, "their": 0.2001030136105026}, "wo": {"she - their": -0.010021435370348913, "she": 0.19413948498590017, "their": 0.20416092035624908}, "woman": {"she - their": 0.05861743921933274, "she": 0.23633236014831416, "their": 0.17771492092898142}, "women": {"she - their": -0.07350657271216679, "she": 0.1424844030305694, "their": 0.21599097574273618}, "won": {"she - their": 0.0809232447254031, "she": 0.2535343787147794, "their": 0.1726111339893763}, "wonder": {"she - their": -0.041048169770911, "she": 0.14930595233270486, "their": 0.19035412210361585}, "work": {"she - their": 0.025574675492149673, "she": 0.19189376941684572, "their": 0.16631909392469604}, "worked": {"she - their": 0.08754343840299286, "she": 0.30364198166845185, "their": 0.216098543265459}, "worshipping": {"she - their": 0.0794077607496727, "she": 0.29639823139944427, "their": 0.21699047064977156}, "worst": {"she - their": 0.010452563593702724, "she": 0.2212677785617708, "their": 0.21081521496806807}, "would": {"she - their": 0.009129170464085679, "she": 0.2420200011877395, "their": 0.23289083072365382}, "write": {"she - their": 0.03770156956224918, "she": 0.2317732236849206, "their": 0.1940716541226714}, "www": {"she - their": 0.02060792561974889, "she": 0.1785775686958569, "their": 0.157969643076108}, "yard": {"she - their": 0.08138507828290487, "she": 0.2379962091131585, "their": 0.15661113083025363}, "ye": {"she - their": 0.0803849007762813, "she": 0.2699488391661408, "their": 0.18956393838985952}, "yeah": {"she - their": 0.025459482413484724, "she": 0.22339642151608544, "their": 0.1979369391026007}, "year": {"she - their": 0.12205587964603272, "she": 0.2452213608904964, "their": 0.12316548124446368}, "years": {"she - their": 0.028730385290698324, "she": 0.2083600345113545, "their": 0.1796296492206562}, "yelling": {"she - their": 0.0794077607496727, "she": 0.29639823139944427, "their": 0.21699047064977156}, "yes": {"she - their": -0.07382844843020611, "she": 0.13270933170410132, "their": 0.20653778013430743}, "yet": {"she - their": 0.011623327297300257, "she": 0.21402436088001642, "their": 0.20240103358271616}, "you": {"she - their": -0.06540739421583511, "she": 0.17077110005714277, "their": 0.23617849427297788}, "young": {"she - their": -0.052565007573969896, "she": 0.169325669882573, "their": 0.2218906774565429}, "your": {"she - their": -0.07334085998415227, "she": 0.15800098228678577, "their": 0.23134184227093804}, "yours": {"she - their": 0.0809232447254031, "she": 0.2535343787147794, "their": 0.1726111339893763}, "yourself": {"she - their": 0.08288865651249036, "she": 0.1684174121904828, "their": 0.08552875567799245}, "youtube": {"she - their": 0.10258813024047661, "she": 0.15156977212567802, "their": 0.048981641885201405}, "yr": {"she - their": 0.08013420542053012, "she": 0.27709678887012174, "their": 0.1969625834495916}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-she-them.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-she-them.json new file mode 100644 index 0000000000000000000000000000000000000000..8c16bca0bd91d73bed13a5afc2f6728a647cf8cd --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-she-them.json @@ -0,0 +1 @@ +{"1": {"she - them": -0.0030831814575961597, "she": 0.12037033542416332, "them": 0.12345351688175948}, "10": {"she - them": 0.028602387324156375, "she": 0.21726030625072967, "them": 0.1886579189265733}, "12": {"she - them": 0.07103742720716381, "she": 0.19413948498590017, "them": 0.12310205777873635}, "13": {"she - them": 0.07050999597335245, "she": 0.22369586482553494, "them": 0.1531858688521825}, "15": {"she - them": 0.0774967642367638, "she": 0.24583537468177175, "them": 0.16833861044500795}, "2": {"she - them": 0.045054453855200516, "she": 0.20386200735764604, "them": 0.15880755350244552}, "5": {"she - them": 0.07850042118557758, "she": 0.1994358629234396, "them": 0.12093544173786201}, "6": {"she - them": -0.023739302711261373, "she": 0.16491861621531193, "them": 0.1886579189265733}, "7": {"she - them": 0.07780334341249279, "she": 0.2334922824456004, "them": 0.15568893903310763}, "a": {"she - them": 0.019534109171055025, "she": 0.35415584059425104, "them": 0.334621731423196}, "about": {"she - them": -0.005504843989185104, "she": 0.27256856739659324, "them": 0.27807341138577835}, "above": {"she - them": 0.07099198768647885, "she": 0.19705359200386435, "them": 0.1260616043173855}, "accept": {"she - them": 0.07034008745972911, "she": 0.2317732236849206, "them": 0.16143313622519148}, "actually": {"she - them": -0.025888506870098416, "she": 0.1964251169457305, "them": 0.22231362381582892}, "african": {"she - them": 0.07720753926420337, "she": 0.256539444414089, "them": 0.17933190514988562}, "after": {"she - them": -0.01523969617138693, "she": 0.17953045813328042, "them": 0.19477015430466735}, "again": {"she - them": 0.06187855300225609, "she": 0.2273301440685508, "them": 0.1654515910662947}, "against": {"she - them": 0.007254125563142005, "she": 0.2230209559738619, "them": 0.2157668304107199}, "age": {"she - them": 0.028519903918775957, "she": 0.23574912708761397, "them": 0.20722922316883802}, "ago": {"she - them": 0.10680225066013987, "she": 0.27257103776502883, "them": 0.16576878710488896}, "all": {"she - them": -0.13372471411287742, "she": 0.15170498814936753, "them": 0.28542970226224496}, "almost": {"she - them": -0.040404732338034155, "she": 0.17409222906697508, "them": 0.21449696140500923}, "along": {"she - them": -0.00252390728218016, "she": 0.17928794901643624, "them": 0.1818118562986164}, "also": {"she - them": -0.14097642790198683, "she": 0.1054927484511234, "them": 0.24646917635311022}, "always": {"she - them": -0.1068902529791282, "she": 0.11364183199896814, "them": 0.22053208497809634}, "am": {"she - them": -0.08015848806378867, "she": 0.10034705456303555, "them": 0.18050554262682422}, "america": {"she - them": -0.0025890901486336493, "she": 0.17213843183583286, "them": 0.1747275219844665}, "an": {"she - them": 0.0023879641846013266, "she": 0.20723871108562839, "them": 0.20485074690102706}, "and": {"she - them": -0.01765413321040843, "she": 0.3718781323988114, "them": 0.38953226560921983}, "another": {"she - them": -0.0027526605012695438, "she": 0.18516573201295417, "them": 0.1879183925142237}, "answer": {"she - them": 0.07045754401316517, "she": 0.22624636166637005, "them": 0.15578881765320488}, "any": {"she - them": -0.1190683871795516, "she": 0.13702490283654478, "them": 0.2560932900160964}, "anyone": {"she - them": -0.08749232862827558, "she": 0.16121387011836827, "them": 0.24870619874664385}, "anything": {"she - them": 0.007209636911063105, "she": 0.21520436402916884, "them": 0.20799472711810574}, "anyway": {"she - them": 0.02580087454089222, "she": 0.19413948498590017, "them": 0.16833861044500795}, "apparently": {"she - them": -0.0021757753218063502, "she": 0.21895018385575982, "them": 0.22112595917756617}, "are": {"she - them": -0.14651235440428909, "she": 0.18419914235744742, "them": 0.3307114967617365}, "around": {"she - them": -0.07531134326228273, "she": 0.1834352691770269, "them": 0.25874661243930963}, "arts": {"she - them": 0.07040109074779499, "she": 0.22893327541671138, "them": 0.1585321846689164}, "as": {"she - them": -0.06537082876893938, "she": 0.23857315438982238, "them": 0.30394398315876175}, "ask": {"she - them": 0.060927433202014214, "she": 0.2742721302278611, "them": 0.2133446970258469}, "asked": {"she - them": 0.025734869806205096, "she": 0.21895018385575982, "them": 0.19321531404955472}, "assembly": {"she - them": 0.06857899412818133, "she": 0.29639823139944427, "them": 0.22781923727126294}, "at": {"she - them": -0.0054598464739283314, "she": 0.269830687469145, "them": 0.27529053394307335}, "attack": {"she - them": 0.025821071055963762, "she": 0.16491861621531193, "them": 0.13909754515934816}, "attacked": {"she - them": 0.12092257689438857, "she": 0.28543484475163994, "them": 0.16451226785725137}, "attacks": {"she - them": 0.07045754401316517, "she": 0.22624636166637005, "them": 0.15578881765320488}, "attention": {"she - them": 0.02576210327972911, "she": 0.21059945865277802, "them": 0.1848373553730489}, "average": {"she - them": 0.07050999597335245, "she": 0.22369586482553494, "them": 0.1531858688521825}, "away": {"she - them": -0.0023290918614133904, "she": 0.2584233543964454, "them": 0.2607524462578588}, "baby": {"she - them": 0.10921369413702228, "she": 0.29215131907905406, "them": 0.18293762494203178}, "back": {"she - them": 0.04355116399187042, "she": 0.3029006335794894, "them": 0.25934946958761895}, "bad": {"she - them": 0.11188604587517027, "she": 0.2246019191308161, "them": 0.11271587325564582}, "be": {"she - them": -0.07263245047176478, "she": 0.22652513488828482, "them": 0.2991575853600496}, "beautiful": {"she - them": 0.15502920745043694, "she": 0.2941267526097851, "them": 0.13909754515934816}, "because": {"she - them": 0.023770232199263774, "she": 0.3053561187876662, "them": 0.28158588658840245}, "become": {"she - them": -0.023781447555993374, "she": 0.16242409248792622, "them": 0.1862055400439196}, "becoming": {"she - them": 0.07003464548105692, "she": 0.2451344932296785, "them": 0.17509984774862158}, "been": {"she - them": -0.16388250594791898, "she": 0.07638878086977732, "them": 0.2402712868176963}, "before": {"she - them": 0.007175680071200424, "she": 0.20949416879775123, "them": 0.2023184887265508}, "behind": {"she - them": -0.014456283760448524, "she": 0.23132328730710514, "them": 0.24577957106755366}, "being": {"she - them": -0.011845751203273552, "she": 0.1965718381613072, "them": 0.20841758936458074}, "besides": {"she - them": 0.06982702203061969, "she": 0.2535343787147794, "them": 0.18370735668415972}, "best": {"she - them": -0.06736672793092649, "she": 0.15478903837527644, "them": 0.22215576630620293}, "big": {"she - them": 0.028652731404368303, "she": 0.20068283209411736, "them": 0.17203010068974905}, "bigger": {"she - them": 0.02565367779998398, "she": 0.2379962091131585, "them": 0.21234253131317452}, "birth": {"she - them": 0.07003464548105692, "she": 0.2451344932296785, "them": 0.17509984774862158}, "black": {"she - them": -0.0027916068697671492, "she": 0.26472115489988945, "them": 0.2675127617696566}, "blacks": {"she - them": -0.08436842246745407, "she": 0.18693772740150788, "them": 0.27130614986896195}, "blind": {"she - them": 0.025537356301605696, "she": 0.25837816618241427, "them": 0.23284080988080857}, "blond": {"she - them": 0.07045754401316517, "she": 0.22624636166637005, "them": 0.15578881765320488}, "blood": {"she - them": -0.05453425169597567, "she": 0.1731070906509915, "them": 0.22764134234696717}, "blue": {"she - them": 0.07797004080483502, "she": 0.22624084785443335, "them": 0.14827080704959833}, "boat": {"she - them": 0.06970180925421324, "she": 0.25837816618241427, "them": 0.18867635692820103}, "books": {"she - them": -0.0023095579955811074, "she": 0.20339843834931795, "them": 0.20570799634489906}, "born": {"she - them": 0.025742597869391343, "she": 0.21673285073612372, "them": 0.19099025286673238}, "both": {"she - them": -0.054676680259850924, "she": 0.1684174121904828, "them": 0.22309409245033374}, "boy": {"she - them": -0.04045204726237761, "she": 0.17213843183583286, "them": 0.21259047909821047}, "breed": {"she - them": -0.022696131673440867, "she": 0.22369586482553494, "them": 0.2463919964989758}, "bring": {"she - them": 0.04408824570912681, "she": 0.28245167366116836, "them": 0.23836342795204155}, "brothers": {"she - them": 0.07124678656206004, "she": 0.17928794901643624, "them": 0.1080411624543762}, "brought": {"she - them": -0.002263512331931533, "she": 0.2087051969845162, "them": 0.21096870931644773}, "brown": {"she - them": -0.002814559227202418, "she": 0.14800849945824324, "them": 0.15082305868544565}, "bulgarian": {"she - them": 0.06993695811205769, "she": 0.2491475333289635, "them": 0.1792105752169058}, "burn": {"she - them": 0.0760972454000802, "she": 0.291894282491664, "them": 0.2157970370915838}, "bus": {"she - them": 0.07082825616841038, "she": 0.2068766566286345, "them": 0.13604840046022412}, "but": {"she - them": 0.030742310248281002, "she": 0.2996137731895542, "them": 0.2688714629412732}, "buy": {"she - them": 0.025795450266069025, "she": 0.19705359200386435, "them": 0.17125814173779533}, "by": {"she - them": 0.005725110176899112, "she": 0.22821343812971637, "them": 0.22248832795281726}, "ca": {"she - them": -0.06768112307675131, "she": 0.14549255538648664, "them": 0.21317367846323795}, "call": {"she - them": -0.040475035391835695, "she": 0.17118567109590438, "them": 0.21166070648774007}, "called": {"she - them": 0.011703532584359716, "she": 0.2132425054681757, "them": 0.20153897288381598}, "calling": {"she - them": 0.02565367779998398, "she": 0.2379962091131585, "them": 0.21234253131317452}, "came": {"she - them": 0.04190989642404652, "she": 0.2819617764747648, "them": 0.24005188005071826}, "can": {"she - them": -0.05462585955850871, "she": 0.21899933915849348, "them": 0.2736251987170022}, "cant": {"she - them": 0.02582017752683241, "she": 0.17715285166777922, "them": 0.1513326741409468}, "card": {"she - them": 0.025616404982226726, "she": 0.2451344932296785, "them": 0.21951808824745178}, "care": {"she - them": -0.08732844431334766, "she": 0.1684174121904828, "them": 0.25574585650383047}, "careful": {"she - them": 0.06993695811205769, "she": 0.2491475333289635, "them": 0.1792105752169058}, "carry": {"she - them": 0.1215750519504358, "she": 0.27228392658477735, "them": 0.15070887463434154}, "cartoons": {"she - them": 0.06808144639374483, "she": 0.31100013787691977, "them": 0.24291869148317494}, "case": {"she - them": -0.002415417045338375, "she": 0.19137255263064493, "them": 0.1937879696759833}, "certainly": {"she - them": 0.0767425561840463, "she": 0.27228392658477735, "them": 0.19554137040073105}, "chance": {"she - them": -0.002135650331507477, "she": 0.22369586482553494, "them": 0.22583151515704242}, "changed": {"she - them": 0.06993695811205769, "she": 0.2491475333289635, "them": 0.1792105752169058}, "check": {"she - them": -0.04087838584985218, "she": 0.15407609229469063, "them": 0.1949544781445428}, "child": {"she - them": -0.002701175945227563, "she": 0.16002992846872285, "them": 0.16273110441395042}, "children": {"she - them": -0.05881668194819073, "she": 0.2120665501793333, "them": 0.270883232127524}, "christian": {"she - them": 0.07769221917617877, "she": 0.2381018699636681, "them": 0.16040965078748934}, "church": {"she - them": 0.025749669934281905, "she": 0.21460693108511616, "them": 0.18885726115083426}, "class": {"she - them": 0.10635079708363276, "she": 0.28816265338224917, "them": 0.1818118562986164}, "classes": {"she - them": 0.025726408161039743, "she": 0.2212677785617708, "them": 0.19554137040073105}, "classmates": {"she - them": 0.06857899412818133, "she": 0.29639823139944427, "them": 0.22781923727126294}, "clean": {"she - them": 0.07085892021111218, "she": 0.205109138306736, "them": 0.13425021809562382}, "close": {"she - them": -0.02328169977418948, "she": 0.19137255263064493, "them": 0.2146542524048344}, "club": {"she - them": 0.06938642671109532, "she": 0.2699488391661408, "them": 0.2005624124550455}, "coat": {"she - them": 0.06918010405364525, "she": 0.27709678887012174, "them": 0.2079166848164765}, "college": {"she - them": 0.07145548589029854, "she": 0.16081736735176017, "them": 0.08936188146146162}, "color": {"she - them": 0.025820346736663585, "she": 0.16324400643970216, "them": 0.13742365970303858}, "com": {"she - them": 0.03067117681017753, "she": 0.15931374463597553, "them": 0.128642567825798}, "come": {"she - them": -0.04513642927730696, "she": 0.17560560109121434, "them": 0.2207420303685213}, "comments": {"she - them": 0.07666867765320942, "she": 0.2746474206374366, "them": 0.19797874298422716}, "community": {"she - them": 0.02582142201737675, "she": 0.17409222906697508, "them": 0.14827080704959833}, "compared": {"she - them": 0.07040109074779499, "she": 0.22893327541671138, "them": 0.1585321846689164}, "contacted": {"she - them": 0.06857899412818133, "she": 0.29639823139944427, "them": 0.22781923727126294}, "continue": {"she - them": 0.07082825616841038, "she": 0.2068766566286345, "them": 0.13604840046022412}, "control": {"she - them": -0.023125870916813368, "she": 0.2001327607949232, "them": 0.22325863171173657}, "convenience": {"she - them": 0.06857899412818133, "she": 0.29639823139944427, "them": 0.22781923727126294}, "could": {"she - them": 0.017463014151582718, "she": 0.233861792571876, "them": 0.2163987784202933}, "couldnt": {"she - them": 0.06892144490571656, "she": 0.28565693824207883, "them": 0.21673549333636227}, "countries": {"she - them": -0.08724375281206584, "she": 0.17024825776748745, "them": 0.2574920105795533}, "country": {"she - them": -0.01550593619160695, "she": 0.16155546533192994, "them": 0.1770614015235369}, "couple": {"she - them": 0.04974806364580753, "she": 0.21170921611804688, "them": 0.16196115247223936}, "crawl": {"she - them": 0.06857899412818133, "she": 0.29639823139944427, "them": 0.22781923727126294}, "creatures": {"she - them": 0.12058335353206664, "she": 0.291894282491664, "them": 0.17131092895959735}, "credit": {"she - them": 0.02565367779998398, "she": 0.2379962091131585, "them": 0.21234253131317452}, "crime": {"she - them": -0.07826960328595253, "she": 0.1533714095374655, "them": 0.23164101282341804}, "customer": {"she - them": 0.06892144490571656, "she": 0.28565693824207883, "them": 0.21673549333636227}, "cut": {"she - them": 0.025772602541680234, "she": 0.2068766566286345, "them": 0.18110405408695426}, "d": {"she - them": 0.011583204048581208, "she": 0.18370968987948058, "them": 0.17212648583089937}, "dark": {"she - them": -0.0024935232876208135, "she": 0.1826486927631895, "them": 0.18514221605081033}, "daughter": {"she - them": 0.17740447364527878, "she": 0.32348975471698466, "them": 0.14608528107170587}, "daughters": {"she - them": 0.06918010405364525, "she": 0.27709678887012174, "them": 0.2079166848164765}, "day": {"she - them": 0.09077672203177742, "she": 0.22567464926765918, "them": 0.13489792723588176}, "days": {"she - them": -0.04095742334399413, "she": 0.1506313514619571, "them": 0.19158877480595124}, "de": {"she - them": 0.07034008745972911, "she": 0.2317732236849206, "them": 0.16143313622519148}, "did": {"she - them": 0.0782942514638334, "she": 0.28242991210529783, "them": 0.20413566064146443}, "didnt": {"she - them": 0.07045754401316517, "she": 0.22624636166637005, "them": 0.15578881765320488}, "die": {"she - them": 0.07753215889029119, "she": 0.24446752004348166, "them": 0.16693536115319046}, "different": {"she - them": 0.04977187080955725, "she": 0.20948123314511974, "them": 0.1597093623355625}, "dirty": {"she - them": 0.025805451895927423, "she": 0.19137255263064493, "them": 0.1655671007347175}, "district": {"she - them": 0.06970180925421324, "she": 0.25837816618241427, "them": 0.18867635692820103}, "do": {"she - them": -0.08174939823821017, "she": 0.22625218469327005, "them": 0.3080015829314802}, "doctor": {"she - them": 0.06938642671109532, "she": 0.2699488391661408, "them": 0.2005624124550455}, "does": {"she - them": 0.10675042421458442, "she": 0.2738293746217829, "them": 0.1670789504071985}, "doesnt": {"she - them": 0.06993695811205769, "she": 0.2491475333289635, "them": 0.1792105752169058}, "dog": {"she - them": 0.060688712956948526, "she": 0.2839473446686851, "them": 0.22325863171173657}, "dogs": {"she - them": 0.07068793441091462, "she": 0.21460693108511616, "them": 0.14391899667420155}, "doing": {"she - them": 0.02860836324202151, "she": 0.21561998396494875, "them": 0.18701162072292724}, "done": {"she - them": 0.044574065766053717, "she": 0.25011754258133373, "them": 0.20554347681528}, "dont": {"she - them": 0.01747443810479357, "she": 0.24673045678787303, "them": 0.22925601868307946}, "down": {"she - them": -0.039916149957515135, "she": 0.21360539156522484, "them": 0.25352154152274}, "dress": {"she - them": 0.07003464548105692, "she": 0.2451344932296785, "them": 0.17509984774862158}, "drop": {"she - them": 0.06993695811205769, "she": 0.2491475333289635, "them": 0.1792105752169058}, "drug": {"she - them": 0.02576757204248442, "she": 0.2087051969845162, "them": 0.18293762494203178}, "drugs": {"she - them": -0.0020167181220704378, "she": 0.2379962091131585, "them": 0.24001292723522893}, "drunkenly": {"she - them": 0.06719872112899183, "she": 0.3346067153754455, "them": 0.2674079942464537}, "e": {"she - them": 0.025818905770497252, "she": 0.17928794901643624, "them": 0.153469043245939}, "eating": {"she - them": 0.025742597869391343, "she": 0.21673285073612372, "them": 0.19099025286673238}, "educate": {"she - them": -0.00209174742558238, "she": 0.22893327541671138, "them": 0.23102502284229376}, "either": {"she - them": -0.023474108202048843, "she": 0.18038623680931973, "them": 0.20386034501136857}, "else": {"she - them": -0.014922666026484399, "she": 0.20068283209411736, "them": 0.21560549812060176}, "end": {"she - them": 0.049645790235633425, "she": 0.2206865108929047, "them": 0.17104072065727127}, "english": {"she - them": -0.04100246782077513, "she": 0.14865381212668102, "them": 0.18965627994745615}, "enough": {"she - them": -0.040861936811251026, "she": 0.15478903837527644, "them": 0.19565097518652746}, "epithet": {"she - them": 0.06719872112899183, "she": 0.3346067153754455, "them": 0.2674079942464537}, "europe": {"she - them": -0.055015856172771854, "she": 0.15697961496876808, "them": 0.21199547114153994}, "european": {"she - them": 0.07797004080483502, "she": 0.22624084785443335, "them": 0.14827080704959833}, "even": {"she - them": -0.05985029953594728, "she": 0.1842943495871872, "them": 0.2441446491231345}, "ever": {"she - them": -0.011730320564174668, "she": 0.2046374028682637, "them": 0.21636772343243837}, "every": {"she - them": 0.0036116072161381796, "she": 0.233861792571876, "them": 0.23025018535573782}, "evil": {"she - them": 0.025777233156850377, "she": 0.205109138306736, "them": 0.17933190514988562}, "exactly": {"she - them": 0.025812486473946017, "she": 0.18622213726143536, "them": 0.16040965078748934}, "example": {"she - them": 0.12267699188570347, "she": 0.2472388995353615, "them": 0.12456190764965802}, "excellent": {"she - them": 0.07055890392742925, "she": 0.2212677785617708, "them": 0.15070887463434154}, "except": {"she - them": 0.07088809556547213, "she": 0.20339843834931795, "them": 0.13251034278384582}, "explaining": {"she - them": 0.06857899412818133, "she": 0.29639823139944427, "them": 0.22781923727126294}, "eyes": {"she - them": 0.10629710658446315, "she": 0.2844320434674358, "them": 0.17813493688297263}, "face": {"she - them": -0.00252390728218016, "she": 0.17928794901643624, "them": 0.1818118562986164}, "fact": {"she - them": 0.0824221570030437, "she": 0.2543627645284846, "them": 0.1719406075254409}, "fair": {"she - them": 0.11993462498429214, "she": 0.30364198166845185, "them": 0.18370735668415972}, "family": {"she - them": 0.01165222698559476, "she": 0.1994358629234396, "them": 0.18778363593784483}, "far": {"she - them": -0.11270817126473118, "she": 0.14865381212668102, "them": 0.2613619833914122}, "father": {"she - them": 0.011776697091892357, "she": 0.23931703715497263, "them": 0.22754034006308027}, "favor": {"she - them": 0.06938642671109532, "she": 0.2699488391661408, "them": 0.2005624124550455}, "february": {"she - them": 0.06970180925421324, "she": 0.25837816618241427, "them": 0.18867635692820103}, "feel": {"she - them": -0.0602057303174737, "she": 0.19701558804322253, "them": 0.2572213183606962}, "feeling": {"she - them": 0.07020161460150415, "she": 0.2379962091131585, "them": 0.16779459451165435}, "female": {"she - them": 0.07725405109688807, "she": 0.2548709916771747, "them": 0.17761694058028663}, "females": {"she - them": 0.025717121841307783, "she": 0.22369586482553494, "them": 0.19797874298422716}, "few": {"she - them": -0.0873512861938825, "she": 0.19967019276752374, "them": 0.28702147896140623}, "filthy": {"she - them": 0.07027386825342441, "she": 0.23478613611067578, "them": 0.16451226785725137}, "find": {"she - them": -0.05394970685095432, "she": 0.1915836186470161, "them": 0.2455333254979704}, "fire": {"she - them": 0.07045754401316517, "she": 0.22624636166637005, "them": 0.15578881765320488}, "first": {"she - them": 0.04320499146050369, "she": 0.22267125272085284, "them": 0.17946626126034915}, "folks": {"she - them": 0.025756152569870405, "she": 0.21256471854940012, "them": 0.18680856597952972}, "food": {"she - them": 0.11060207396927613, "she": 0.26089583742405903, "them": 0.1502937634547829}, "for": {"she - them": -0.049049442338039206, "she": 0.262195118205239, "them": 0.3112445605432782}, "form": {"she - them": 0.07055890392742925, "she": 0.2212677785617708, "them": 0.15070887463434154}, "forum": {"she - them": 0.07867513024308685, "she": 0.18869902481891712, "them": 0.11002389457583027}, "fought": {"she - them": 0.06970180925421324, "she": 0.25837816618241427, "them": 0.18867635692820103}, "found": {"she - them": 0.08321859535381662, "she": 0.2235434807832717, "them": 0.14032488542945507}, "friend": {"she - them": 0.07790241032084469, "she": 0.2292350844617915, "them": 0.1513326741409468}, "friends": {"she - them": -0.09744128175644287, "she": 0.14074660529747113, "them": 0.238187887053914}, "from": {"she - them": 0.056112467379073994, "she": 0.30544306389684356, "them": 0.24933059651776956}, "front": {"she - them": -0.054703621860775015, "she": 0.16752301434800865, "them": 0.22222663620878366}, "functions": {"she - them": 0.06808144639374483, "she": 0.31100013787691977, "them": 0.24291869148317494}, "funny": {"she - them": -0.023393617136630324, "she": 0.18500556593945375, "them": 0.20839918307608407}, "future": {"she - them": -0.023616347285558226, "she": 0.17213843183583286, "them": 0.19575477912139108}, "fyromanians": {"she - them": 0.06719872112899183, "she": 0.3346067153754455, "them": 0.2674079942464537}, "gang": {"she - them": 0.07050999597335245, "she": 0.22369586482553494, "them": 0.1531858688521825}, "garbage": {"she - them": 0.025717121841307783, "she": 0.22369586482553494, "them": 0.19797874298422716}, "garden": {"she - them": 0.06857899412818133, "she": 0.29639823139944427, "them": 0.22781923727126294}, "gather": {"she - them": 0.06808144639374483, "she": 0.31100013787691977, "them": 0.24291869148317494}, "gave": {"she - them": 0.02839390724506971, "she": 0.256539444414089, "them": 0.22814553716901928}, "general": {"she - them": 0.07020161460150415, "she": 0.2379962091131585, "them": 0.16779459451165435}, "get": {"she - them": -0.026071024969785195, "she": 0.2754129649898787, "them": 0.3014839899596639}, "gets": {"she - them": 0.08541942523931723, "she": 0.28714166997043417, "them": 0.20172224473111694}, "getting": {"she - them": 0.01171682943544966, "she": 0.21726030625072967, "them": 0.20554347681528}, "girl": {"she - them": 0.13733700132971086, "she": 0.3075017950990798, "them": 0.17016479376936897}, "girls": {"she - them": -0.040583899178369215, "she": 0.16664202926107358, "them": 0.2072259284394428}, "give": {"she - them": -0.11091859094708073, "she": 0.1964251169457305, "them": 0.30734370789281124}, "glared": {"she - them": 0.06719872112899183, "she": 0.3346067153754455, "them": 0.2674079942464537}, "go": {"she - them": -0.020157608310977737, "she": 0.2381663338181148, "them": 0.25832394212909254}, "going": {"she - them": -0.020249182199677918, "she": 0.18937607557374078, "them": 0.2096252577734187}, "gonna": {"she - them": 0.04894050236262815, "she": 0.2678679881990965, "them": 0.21892748583646837}, "good": {"she - them": 0.002425077974048756, "she": 0.21120693983797423, "them": 0.20878186186392547}, "gorgeous": {"she - them": 0.11855587656838493, "she": 0.3264725613848614, "them": 0.2079166848164765}, "got": {"she - them": 0.04230332894266739, "she": 0.2762367008284607, "them": 0.2339333718857933}, "grand": {"she - them": 0.06982702203061969, "she": 0.2535343787147794, "them": 0.18370735668415972}, "great": {"she - them": 0.08752242326971482, "she": 0.21544770531881846, "them": 0.12792528204910364}, "groid": {"she - them": 0.07040109074779499, "she": 0.22893327541671138, "them": 0.1585321846689164}, "ground": {"she - them": -0.023004454237589317, "she": 0.2068766566286345, "them": 0.22988111086622381}, "group": {"she - them": 0.02866545192599046, "she": 0.1946868435672464, "them": 0.16602139164125593}, "guess": {"she - them": -0.09670629664391409, "she": 0.15624057526865007, "them": 0.25294687191256415}, "guidance": {"she - them": 0.06808144639374483, "she": 0.31100013787691977, "them": 0.24291869148317494}, "guy": {"she - them": 0.028660857512964266, "she": 0.19701558804322253, "them": 0.16835473053025826}, "gypsies": {"she - them": 0.025537356301605696, "she": 0.25837816618241427, "them": 0.23284080988080857}, "had": {"she - them": 0.07091689304324261, "she": 0.3077032299165517, "them": 0.23678633687330908}, "hair": {"she - them": 0.21845376970728672, "she": 0.29425210119454126, "them": 0.07579833148725454}, "hall": {"she - them": 0.06993695811205769, "she": 0.2491475333289635, "them": 0.1792105752169058}, "handed": {"she - them": 0.025501321025612395, "she": 0.2637941228804734, "them": 0.23829280185486099}, "hands": {"she - them": 0.049214254059441936, "she": 0.2516851116720809, "them": 0.20247085761263897}, "happened": {"she - them": -0.0024272808655056433, "she": 0.19003947127420517, "them": 0.19246675213971082}, "hard": {"she - them": -0.05487979121297493, "she": 0.16161531973251175, "them": 0.21649511094548668}, "hardly": {"she - them": 0.07012230548126258, "she": 0.24143323444085993, "them": 0.17131092895959735}, "has": {"she - them": 0.07124530469177548, "she": 0.297195579901023, "them": 0.22595027520924754}, "hate": {"she - them": 0.04293016909196598, "she": 0.2493430830742021, "them": 0.20641291398223613}, "hates": {"she - them": 0.06982702203061969, "she": 0.2535343787147794, "them": 0.18370735668415972}, "have": {"she - them": -0.21757401741189308, "she": 0.11301613965002033, "them": 0.3305901570619134}, "he": {"she - them": 0.05094484795403695, "she": 0.2150387434293739, "them": 0.16409389547533695}, "head": {"she - them": 0.04949706938111251, "she": 0.23239726598554694, "them": 0.18290019660443443}, "heads": {"she - them": 0.07055890392742925, "she": 0.2212677785617708, "them": 0.15070887463434154}, "hear": {"she - them": 0.05492121290019464, "she": 0.26987768131905143, "them": 0.2149564684188568}, "heard": {"she - them": 0.08940984498495885, "she": 0.2718977954115134, "them": 0.18248795042655452}, "hell": {"she - them": -0.06743908492387898, "she": 0.15267478650900576, "them": 0.22011387143288474}, "help": {"she - them": -0.0967768653236237, "she": 0.15478903837527644, "them": 0.25156590369890014}, "her": {"she - them": 0.3313179759659204, "she": 0.5014792892735155, "them": 0.1701613133075951}, "here": {"she - them": 0.006718486088148873, "she": 0.21233264636896979, "them": 0.2056141602808209}, "heritage": {"she - them": 0.028355761026750775, "she": 0.26189210692067655, "them": 0.23353634589392577}, "hey": {"she - them": 0.025813579162600603, "she": 0.15478903837527644, "them": 0.12897545921267584}, "high": {"she - them": 0.011659724836569213, "she": 0.20131600478402537, "them": 0.18965627994745615}, "him": {"she - them": 0.1087243336336855, "she": 0.2251447037211884, "them": 0.11642037008750289}, "his": {"she - them": 0.028664382248451345, "she": 0.1476569173385881, "them": 0.11899253509013676}, "history": {"she - them": 0.01172488798083382, "she": 0.21981079230023526, "them": 0.20808590431940144}, "hit": {"she - them": 0.12228922631846517, "she": 0.256539444414089, "them": 0.13425021809562382}, "holocaust": {"she - them": 0.07099198768647885, "she": 0.19705359200386435, "them": 0.1260616043173855}, "home": {"she - them": -0.05358730004110504, "she": 0.1683990737631522, "them": 0.22198637380425723}, "homeschooling": {"she - them": 0.06970180925421324, "she": 0.25837816618241427, "them": 0.18867635692820103}, "hope": {"she - them": 0.18951938113776134, "she": 0.27487993709739206, "them": 0.0853605559596307}, "house": {"she - them": -0.024062921306185786, "she": 0.14549255538648664, "them": 0.16955547669267243}, "how": {"she - them": -0.01841501571740639, "she": 0.2497199807847047, "them": 0.2681349965021111}, "http": {"she - them": 0.04522861585654872, "she": 0.1746242811302342, "them": 0.12939566527368548}, "https": {"she - them": 0.02576173142151704, "she": 0.12927863943396703, "them": 0.10351690801244999}, "husband": {"she - them": 0.06993695811205769, "she": 0.2491475333289635, "them": 0.1792105752169058}, "i": {"she - them": -0.029340286462177234, "she": 0.3159074091324528, "them": 0.34524769559463003}, "id": {"she - them": 0.07091589452470218, "she": 0.20174078079630484, "them": 0.13082488627160266}, "idea": {"she - them": -0.00259783256029103, "she": 0.17118567109590438, "them": 0.1737835036561954}, "if": {"she - them": -0.004813110773128015, "she": 0.29619234855119336, "them": 0.3010054593243214}, "im": {"she - them": -0.08932035440354288, "she": 0.12163185080477823, "them": 0.21095220520832111}, "important": {"she - them": 0.025795450266069025, "she": 0.19705359200386435, "them": 0.17125814173779533}, "in": {"she - them": -0.008714594708415346, "she": 0.3159471728468577, "them": 0.32466176755527304}, "indeed": {"she - them": 0.0709424175456865, "she": 0.2001327607949232, "them": 0.1291903432492367}, "india": {"she - them": -0.001958462477205991, "she": 0.2451344932296785, "them": 0.2470929557068845}, "info": {"she - them": 0.12289084908987875, "she": 0.24183138586937872, "them": 0.11894053677949996}, "information": {"she - them": 0.025812486473946017, "she": 0.18622213726143536, "them": 0.16040965078748934}, "ing": {"she - them": 0.07027386825342441, "she": 0.23478613611067578, "them": 0.16451226785725137}, "instead": {"she - them": -0.03983117744399542, "she": 0.19705359200386435, "them": 0.23688476944785977}, "intelligent": {"she - them": 0.07040109074779499, "she": 0.22893327541671138, "them": 0.1585321846689164}, "into": {"she - them": -0.09896920082688224, "she": 0.15139293111942623, "them": 0.25036213194630846}, "ireland": {"she - them": 0.011534624090122292, "she": 0.17393444552107248, "them": 0.1623998214309502}, "is": {"she - them": 0.07386336635566787, "she": 0.3615397890661455, "them": 0.2876764227104776}, "it": {"she - them": -0.027876441918886163, "she": 0.2705856168441921, "them": 0.29846205876307824}, "its": {"she - them": -0.13561278540959731, "she": 0.09498039223056642, "them": 0.23059317764016374}, "ive": {"she - them": 0.02834154370124295, "she": 0.2638073255718327, "them": 0.23546578187058972}, "japanese": {"she - them": 0.07055890392742925, "she": 0.2212677785617708, "them": 0.15070887463434154}, "jew": {"she - them": -0.015004314268030283, "she": 0.1952608566437948, "them": 0.2102651709118251}, "jewish": {"she - them": -0.023834777544281843, "she": 0.15925270934685573, "them": 0.18308748689113757}, "job": {"she - them": 0.02581958905336812, "she": 0.1782104292662021, "them": 0.15239084021283397}, "join": {"she - them": 0.028574134556175107, "she": 0.2243289136775662, "them": 0.19575477912139108}, "jump": {"she - them": 0.02565367779998398, "she": 0.2379962091131585, "them": 0.21234253131317452}, "jumped": {"she - them": 0.025567760380409504, "she": 0.2535343787147794, "them": 0.2279666183343699}, "just": {"she - them": -0.007642168425211704, "she": 0.2768200201837521, "them": 0.28446218860896383}, "kick": {"she - them": 0.07060465283148004, "she": 0.21895018385575982, "them": 0.14834553102427978}, "kicked": {"she - them": 0.11935306649950461, "she": 0.31359014371597765, "them": 0.19423707721647304}, "kid": {"she - them": -0.06701307773314144, "she": 0.16491861621531193, "them": 0.23193169394845337}, "kids": {"she - them": -0.002581236749371052, "she": 0.2600634143427146, "them": 0.2626446510920857}, "kill": {"she - them": -0.06598252029827015, "she": 0.19273862289374002, "them": 0.2587211431920102}, "killed": {"she - them": 0.02580745804526785, "she": 0.19003947127420517, "them": 0.16423201322893732}, "kind": {"she - them": -0.04045204726237761, "she": 0.17213843183583286, "them": 0.21259047909821047}, "knife": {"she - them": 0.07020161460150415, "she": 0.2379962091131585, "them": 0.16779459451165435}, "know": {"she - them": -0.02686662452771965, "she": 0.2211862294408687, "them": 0.24805285396858834}, "lady": {"she - them": 0.15400221518951354, "she": 0.29584094516666376, "them": 0.14183872997715022}, "large": {"she - them": -0.053510262736254144, "she": 0.205109138306736, "them": 0.25861940104299014}, "last": {"she - them": 0.08740714885673156, "she": 0.22062238457894429, "them": 0.13321523572221272}, "later": {"she - them": -0.0024613960726670436, "she": 0.18622213726143536, "them": 0.1886835333341024}, "laugh": {"she - them": -0.002338096817715768, "she": 0.2001327607949232, "them": 0.20247085761263897}, "law": {"she - them": 0.02581386596174845, "she": 0.18500556593945375, "them": 0.1591916999777053}, "lay": {"she - them": 0.06970180925421324, "she": 0.25837816618241427, "them": 0.18867635692820103}, "learned": {"she - them": 0.06970180925421324, "she": 0.25837816618241427, "them": 0.18867635692820103}, "least": {"she - them": 0.028619223412131828, "she": 0.212470885634393, "them": 0.18385166222226118}, "leave": {"she - them": -0.002317976756115725, "she": 0.2302694937342646, "them": 0.23258747049038034}, "let": {"she - them": -0.05344739249510028, "she": 0.20621635356058365, "them": 0.25966374605568393}, "lets": {"she - them": -0.023257540303766644, "she": 0.19273862289374002, "them": 0.21599616319750667}, "light": {"she - them": 0.04960139169309968, "she": 0.2243289136775662, "them": 0.1747275219844665}, "like": {"she - them": 0.03977690622384522, "she": 0.29856542388238966, "them": 0.25878851765854444}, "likely": {"she - them": 0.07064756966441785, "she": 0.21673285073612372, "them": 0.14608528107170587}, "line": {"she - them": 0.025818905770497252, "she": 0.17928794901643624, "them": 0.153469043245939}, "literally": {"she - them": 0.02565367779998398, "she": 0.2379962091131585, "them": 0.21234253131317452}, "little": {"she - them": 0.03208304647174942, "she": 0.23695846717664673, "them": 0.2048754207048973}, "live": {"she - them": -0.041863777410797526, "she": 0.10856617921082673, "them": 0.15042995662162426}, "living": {"she - them": 0.028624157004630307, "she": 0.21095722367624176, "them": 0.18233306667161145}, "ll": {"she - them": 0.025119361803113832, "she": 0.24387815078447428, "them": 0.21875878898136045}, "loans": {"she - them": 0.06892144490571656, "she": 0.28565693824207883, "them": 0.21673549333636227}, "lol": {"she - them": 0.07821257517928859, "she": 0.21481674987165075, "them": 0.13660417469236216}, "long": {"she - them": -0.02614862199791418, "she": 0.18323163956043467, "them": 0.20938026155834885}, "longer": {"she - them": -0.0021946351003446496, "she": 0.21673285073612372, "them": 0.21892748583646837}, "look": {"she - them": -0.03982639848867875, "she": 0.21670444305398767, "them": 0.2565308415426664}, "looked": {"she - them": 0.049283634830738665, "she": 0.2472388995353615, "them": 0.19795526470462282}, "looking": {"she - them": -0.056232763697886046, "she": 0.11215232838335928, "them": 0.16838509208124533}, "looks": {"she - them": 0.0914393353830115, "she": 0.2979240911568148, "them": 0.2064847557738033}, "love": {"she - them": -0.06766047625938437, "she": 0.14611202989186625, "them": 0.21377250615125062}, "lucky": {"she - them": 0.06993695811205769, "she": 0.2491475333289635, "them": 0.1792105752169058}, "m": {"she - them": 0.01737397132345697, "she": 0.19696924544797886, "them": 0.1795952741245219}, "majority": {"she - them": 0.025756152569870405, "she": 0.21256471854940012, "them": 0.18680856597952972}, "make": {"she - them": -0.019581015820593628, "she": 0.23788016762409525, "them": 0.2574611834446889}, "makes": {"she - them": -0.025466746148455732, "she": 0.21726030625072967, "them": 0.2427270523991854}, "male": {"she - them": 0.0494350855445341, "she": 0.23691296439260992, "them": 0.18747787884807582}, "man": {"she - them": 0.15828157729519124, "she": 0.20949416879775123, "them": 0.05121259150255999}, "mass": {"she - them": 0.07068793441091462, "she": 0.21460693108511616, "them": 0.14391899667420155}, "massive": {"she - them": 0.07040109074779499, "she": 0.22893327541671138, "them": 0.1585321846689164}, "matter": {"she - them": 0.028519903918775957, "she": 0.23574912708761397, "them": 0.20722922316883802}, "may": {"she - them": 0.011659724836569213, "she": 0.20131600478402537, "them": 0.18965627994745615}, "maybe": {"she - them": -0.02743880677741653, "she": 0.2120665501793333, "them": 0.23950535695674982}, "me": {"she - them": 0.02445123599481941, "she": 0.23941828749414698, "them": 0.21496705149932757}, "mean": {"she - them": -0.002580215358494814, "she": 0.1731070906509915, "them": 0.17568730600948632}, "means": {"she - them": 0.12289084908987875, "she": 0.24183138586937872, "them": 0.11894053677949996}, "meet": {"she - them": -0.04087838584985218, "she": 0.15407609229469063, "them": 0.1949544781445428}, "member": {"she - them": 0.025781497769031325, "she": 0.20339843834931795, "them": 0.17761694058028663}, "mercy": {"she - them": 0.06918010405364525, "she": 0.27709678887012174, "them": 0.2079166848164765}, "met": {"she - them": 0.07693984828269704, "she": 0.2657971094335313, "them": 0.18885726115083426}, "middle": {"she - them": -0.0022793320366611136, "she": 0.2068766566286345, "them": 0.2091559886652956}, "might": {"she - them": -0.06701307773314144, "she": 0.16491861621531193, "them": 0.23193169394845337}, "mind": {"she - them": -0.023328151174380557, "she": 0.18873771515015508, "them": 0.21206586632453564}, "minister": {"she - them": 0.07064756966441785, "she": 0.21673285073612372, "them": 0.14608528107170587}, "mixed": {"she - them": 0.11043464748702755, "she": 0.2650027619417901, "them": 0.15456811445476257}, "modern": {"she - them": 0.12134058838719494, "she": 0.2771294060403998, "them": 0.15578881765320488}, "money": {"she - them": -0.023978337469895833, "she": 0.1506313514619571, "them": 0.17460968893185294}, "mongol": {"she - them": 0.06857899412818133, "she": 0.29639823139944427, "them": 0.22781923727126294}, "monkey": {"she - them": 0.07012230548126258, "she": 0.24143323444085993, "them": 0.17131092895959735}, "month": {"she - them": 0.0775993726404414, "she": 0.24183138586937872, "them": 0.16423201322893732}, "months": {"she - them": 0.07742201758368417, "she": 0.2486801593214795, "them": 0.17125814173779533}, "more": {"she - them": -0.06135762891692312, "she": 0.20346798539237557, "them": 0.2648256143092987}, "most": {"she - them": -0.17091741903452456, "she": 0.10856617921082673, "them": 0.2794835982453513}, "mother": {"she - them": 0.12606712811049295, "she": 0.3027305607223499, "them": 0.17666343261185694}, "mouth": {"she - them": 0.025636197349276135, "she": 0.24143323444085993, "them": 0.2157970370915838}, "move": {"she - them": 0.02582201973342818, "she": 0.17024825776748745, "them": 0.14442623803405927}, "moved": {"she - them": 0.07111787078377542, "she": 0.18873771515015508, "them": 0.11761984436637966}, "movement": {"she - them": 0.07082825616841038, "she": 0.2068766566286345, "them": 0.13604840046022412}, "movie": {"she - them": 0.07079597740360208, "she": 0.2087051969845162, "them": 0.13790921958091412}, "movies": {"she - them": 0.15446110332134966, "she": 0.2887113214169735, "them": 0.13425021809562382}, "much": {"she - them": -0.09841789929030054, "she": 0.1622438792529181, "them": 0.26066177854321865}, "mulatto": {"she - them": 0.06857899412818133, "she": 0.29639823139944427, "them": 0.22781923727126294}, "muslim": {"she - them": 0.025777233156850377, "she": 0.205109138306736, "them": 0.17933190514988562}, "must": {"she - them": 0.04478596291971412, "she": 0.23256959885755896, "them": 0.18778363593784483}, "my": {"she - them": 0.07015430091929803, "she": 0.3069613746869883, "them": 0.23680707376769028}, "myself": {"she - them": 0.07123257451351771, "she": 0.18038623680931973, "them": 0.10915366229580202}, "n": {"she - them": 0.04774987590057245, "she": 0.3031516607078441, "them": 0.25540178480727166}, "name": {"she - them": 0.10595873646980378, "she": 0.29192571280329, "them": 0.18596697633348622}, "names": {"she - them": 0.07034008745972911, "she": 0.2317732236849206, "them": 0.16143313622519148}, "nation": {"she - them": 0.07140509139574287, "she": 0.16577403156289136, "them": 0.09436894016714849}, "nazi": {"she - them": 0.07045754401316517, "she": 0.22624636166637005, "them": 0.15578881765320488}, "ne": {"she - them": 0.06892144490571656, "she": 0.28565693824207883, "them": 0.21673549333636227}, "need": {"she - them": -0.135269219796807, "she": 0.10128312220469798, "them": 0.236552342001505}, "needed": {"she - them": 0.12076027121960475, "she": 0.2885548657312591, "them": 0.16779459451165435}, "negro": {"she - them": 0.049955459199618246, "she": 0.18974596670955285, "them": 0.1397905075099346}, "negroes": {"she - them": -0.014503914615987351, "she": 0.22821930639160745, "them": 0.2427232210075948}, "never": {"she - them": 0.0027414239475027358, "she": 0.24744399857979238, "them": 0.24470257463228964}, "new": {"she - them": -0.003298394425549689, "she": 0.13281362653351522, "them": 0.1361120209590649}, "news": {"she - them": 0.08750189478522133, "she": 0.21638805353906665, "them": 0.12888615875384532}, "next": {"she - them": 0.08648440812480371, "she": 0.25543657249936386, "them": 0.16895216437456015}, "nigerian": {"she - them": 0.11935306649950461, "she": 0.31359014371597765, "them": 0.19423707721647304}, "no": {"she - them": 0.0006740860774029356, "she": 0.2525267223495736, "them": 0.25185263627217064}, "non": {"she - them": -0.0027679668187954864, "she": 0.20233819057307545, "them": 0.20510615739187094}, "nor": {"she - them": 0.025695622865668788, "she": 0.22893327541671138, "them": 0.2032376525510426}, "nose": {"she - them": 0.12058335353206664, "she": 0.291894282491664, "them": 0.17131092895959735}, "not": {"she - them": -0.0365160533526972, "she": 0.2767845138561637, "them": 0.3133005672088609}, "nothing": {"she - them": -0.0791223538445674, "she": 0.13072662730220586, "them": 0.20984898114677325}, "now": {"she - them": 0.020678114540841397, "she": 0.23895678661662761, "them": 0.21827867207578622}, "of": {"she - them": -0.09650046237906651, "she": 0.27469055725854086, "them": 0.37119101963760737}, "off": {"she - them": 0.04209527122917675, "she": 0.2906610846579104, "them": 0.24856581342873366}, "offer": {"she - them": 0.06970180925421324, "she": 0.25837816618241427, "them": 0.18867635692820103}, "often": {"she - them": 0.07068793441091462, "she": 0.21460693108511616, "them": 0.14391899667420155}, "old": {"she - them": 0.1585879640510778, "she": 0.2929428260756761, "them": 0.13435486202459831}, "older": {"she - them": 0.06982702203061969, "she": 0.2535343787147794, "them": 0.18370735668415972}, "on": {"she - them": -0.04101756324108352, "she": 0.2610410732772279, "them": 0.30205863651831144}, "once": {"she - them": -0.01489369524649134, "she": 0.20260246654131903, "them": 0.21749616178781037}, "one": {"she - them": -0.030630342492759616, "she": 0.23016378203738044, "them": 0.26079412453014006}, "only": {"she - them": -0.012961848968858658, "she": 0.23006556388067764, "them": 0.2430274128495363}, "onto": {"she - them": 0.025636197349276135, "she": 0.24143323444085993, "them": 0.2157970370915838}, "open": {"she - them": 0.025821860111945122, "she": 0.17213843183583286, "them": 0.14631657172388773}, "opinion": {"she - them": 0.07034008745972911, "she": 0.2317732236849206, "them": 0.16143313622519148}, "or": {"she - them": -0.022141828202390967, "she": 0.26198613810620924, "them": 0.2841279663086002}, "org": {"she - them": 0.025783375413104437, "she": 0.1374086121979558, "them": 0.11162523678485137}, "other": {"she - them": 0.03564981343100923, "she": 0.24308806914216372, "them": 0.20743825571115448}, "others": {"she - them": 0.02582167761594034, "she": 0.1731070906509915, "them": 0.14728541303505116}, "our": {"she - them": -0.12521488509823944, "she": 0.13729308838114443, "them": 0.26250797347938387}, "out": {"she - them": -0.006822338917426285, "she": 0.30156776244515426, "them": 0.30839010136258055}, "outside": {"she - them": 0.07101518959207681, "she": 0.19557709724173483, "them": 0.12456190764965802}, "over": {"she - them": -0.054095328085578404, "she": 0.15139293111942623, "them": 0.20548825920500463}, "own": {"she - them": -0.05437039665148796, "she": 0.22062238457894429, "them": 0.27499278123043225}, "page": {"she - them": 0.07118690412111715, "she": 0.18381480029998457, "them": 0.11262789617886741}, "papers": {"she - them": 0.06938642671109532, "she": 0.2699488391661408, "them": 0.2005624124550455}, "parents": {"she - them": -0.0026315632472567185, "she": 0.16752301434800865, "them": 0.17015457759526537}, "part": {"she - them": -0.04106001214195629, "she": 0.14611202989186625, "them": 0.18717204203382254}, "pay": {"she - them": 0.025785426420649904, "she": 0.20174078079630484, "them": 0.17595535437565493}, "people": {"she - them": -0.07111820758173201, "she": 0.21894851907126425, "them": 0.29006672665299627}, "perhaps": {"she - them": -0.0023240249512737343, "she": 0.20174078079630484, "them": 0.20406480574757857}, "person": {"she - them": -0.011459468117460764, "she": 0.2235434807832717, "them": 0.23500294890073245}, "pics": {"she - them": 0.0256831259407021, "she": 0.2317732236849206, "them": 0.2060900977442185}, "picture": {"she - them": -0.002346316206386978, "she": 0.22722145038098127, "them": 0.22956776658736824}, "pictures": {"she - them": -0.023474108202048843, "she": 0.18038623680931973, "them": 0.20386034501136857}, "piece": {"she - them": -0.0021142208727405187, "she": 0.22624636166637005, "them": 0.22836058253911057}, "place": {"she - them": 0.0867667031446146, "she": 0.2457592671595936, "them": 0.158992564014979}, "planet": {"she - them": 0.025789045860079324, "she": 0.2001327607949232, "them": 0.17434371493484388}, "play": {"she - them": -0.0023517971874308097, "she": 0.19857129710517438, "them": 0.2009230942926052}, "played": {"she - them": 0.06970180925421324, "she": 0.25837816618241427, "them": 0.18867635692820103}, "playing": {"she - them": -0.002212784391562278, "she": 0.21460693108511616, "them": 0.21681971547667844}, "poachers": {"she - them": 0.06719872112899183, "she": 0.3346067153754455, "them": 0.2674079942464537}, "point": {"she - them": 0.049666389110165965, "she": 0.2189481239508716, "them": 0.16928173484070563}, "police": {"she - them": -0.0027435566771484288, "she": 0.1555104593648914, "them": 0.15825401604203984}, "poop": {"she - them": 0.06808144639374483, "she": 0.31100013787691977, "them": 0.24291869148317494}, "popular": {"she - them": 0.11899029156575616, "she": 0.31955270402080166, "them": 0.2005624124550455}, "post": {"she - them": -0.06848190652816351, "she": 0.12037033542416332, "them": 0.18885224195232683}, "prefer": {"she - them": -0.0020681079853984152, "she": 0.2317732236849206, "them": 0.233841331670319}, "pretty": {"she - them": -0.04087838584985218, "she": 0.15407609229469063, "them": 0.1949544781445428}, "pride": {"she - them": 0.02582017752683241, "she": 0.17715285166777922, "them": 0.1513326741409468}, "prime": {"she - them": 0.07020161460150415, "she": 0.2379962091131585, "them": 0.16779459451165435}, "probably": {"she - them": -0.014832735858850365, "she": 0.20663454011157792, "them": 0.22146727597042828}, "problem": {"she - them": -0.023821733753538327, "she": 0.16002992846872285, "them": 0.18385166222226118}, "project": {"she - them": 0.07040109074779499, "she": 0.22893327541671138, "them": 0.1585321846689164}, "protect": {"she - them": 0.07034008745972911, "she": 0.2317732236849206, "them": 0.16143313622519148}, "proved": {"she - them": 0.06892144490571656, "she": 0.28565693824207883, "them": 0.21673549333636227}, "public": {"she - them": -0.04079380443632177, "she": 0.15772781671394487, "them": 0.19852162115026664}, "pulls": {"she - them": 0.06892144490571656, "she": 0.28565693824207883, "them": 0.21673549333636227}, "punished": {"she - them": 0.06808144639374483, "she": 0.31100013787691977, "them": 0.24291869148317494}, "put": {"she - them": -0.04919209032734001, "she": 0.23483279097782844, "them": 0.28402488130516845}, "questions": {"she - them": 0.07020161460150415, "she": 0.2379962091131585, "them": 0.16779459451165435}, "race": {"she - them": -0.0484402007868763, "she": 0.1771793977407672, "them": 0.22561959852764352}, "racial": {"she - them": 0.156218617330887, "she": 0.25800271707702677, "them": 0.10178409974613979}, "racially": {"she - them": 0.07020161460150415, "she": 0.2379962091131585, "them": 0.16779459451165435}, "racism": {"she - them": 0.025717121841307783, "she": 0.22369586482553494, "them": 0.19797874298422716}, "racist": {"she - them": 0.025807392720633884, "she": 0.14996507769052647, "them": 0.12415768496989259}, "rape": {"she - them": -0.002156139070774249, "she": 0.2212677785617708, "them": 0.22342391763254504}, "raped": {"she - them": 0.06982702203061969, "she": 0.2535343787147794, "them": 0.18370735668415972}, "rapes": {"she - them": 0.06993695811205769, "she": 0.2491475333289635, "them": 0.1792105752169058}, "re": {"she - them": -0.09898932120123521, "she": 0.10482811560605892, "them": 0.20381743680729414}, "read": {"she - them": -0.04487121819245987, "she": 0.18516573201295417, "them": 0.23003695020541404}, "real": {"she - them": -0.08752727427826876, "she": 0.1640753972215385, "them": 0.25160267149980725}, "reality": {"she - them": 0.025726408161039743, "she": 0.2212677785617708, "them": 0.19554137040073105}, "really": {"she - them": 0.02868565460948272, "she": 0.1777566849883962, "them": 0.14907103037891348}, "reason": {"she - them": -0.06675397239007036, "she": 0.17213843183583286, "them": 0.23889240422590322}, "religion": {"she - them": 0.07027386825342441, "she": 0.23478613611067578, "them": 0.16451226785725137}, "remember": {"she - them": 0.05462003410453656, "she": 0.2841878006919048, "them": 0.22956776658736824}, "rest": {"she - them": -0.0024723129086220708, "she": 0.18500556593945375, "them": 0.18747787884807582}, "right": {"she - them": -0.0026471950575237546, "she": 0.22734152419292647, "them": 0.22998871925045022}, "river": {"she - them": 0.025706903014540122, "she": 0.22624636166637005, "them": 0.20053945865182993}, "rob": {"she - them": 0.025333937888961655, "she": 0.28565693824207883, "them": 0.2603230003531172}, "roll": {"she - them": 0.06938642671109532, "she": 0.2699488391661408, "them": 0.2005624124550455}, "rude": {"she - them": 0.06857899412818133, "she": 0.29639823139944427, "them": 0.22781923727126294}, "running": {"she - them": -0.0023517971874308097, "she": 0.19857129710517438, "them": 0.2009230942926052}, "s": {"she - them": 0.046002826555277654, "she": 0.2727666531325591, "them": 0.22676382657728145}, "sa": {"she - them": 0.07020161460150415, "she": 0.2379962091131585, "them": 0.16779459451165435}, "safe": {"she - them": 0.025726408161039743, "she": 0.2212677785617708, "them": 0.19554137040073105}, "said": {"she - them": 0.12145539576869596, "she": 0.28636532952693755, "them": 0.1649099337582416}, "salute": {"she - them": 0.06938642671109532, "she": 0.2699488391661408, "them": 0.2005624124550455}, "same": {"she - them": 0.01032089021426505, "she": 0.23630597979054954, "them": 0.2259850895762845}, "save": {"she - them": -0.0395759643342779, "she": 0.2068766566286345, "them": 0.2464526209629124}, "saw": {"she - them": 0.06204094759537271, "she": 0.21706944267186234, "them": 0.15502849507648964}, "say": {"she - them": 0.04232918041492195, "she": 0.25165528354873085, "them": 0.2093261031338089}, "says": {"she - them": 0.12223979251403111, "she": 0.3053272794051687, "them": 0.18308748689113757}, "scene": {"she - them": 0.07082825616841038, "she": 0.2068766566286345, "them": 0.13604840046022412}, "school": {"she - them": 0.017873899081170597, "she": 0.27064108157701966, "them": 0.25276718249584906}, "scum": {"she - them": -0.023305225751641734, "she": 0.19003947127420517, "them": 0.2133446970258469}, "second": {"she - them": 0.02576757204248442, "she": 0.2087051969845162, "them": 0.18293762494203178}, "see": {"she - them": 0.005025148286103814, "she": 0.2507439310906339, "them": 0.2457187828045301}, "seems": {"she - them": -0.002390709529979468, "she": 0.22247885699161082, "them": 0.2248695665215903}, "seen": {"she - them": -0.0978290578734812, "she": 0.13220789233193284, "them": 0.23003695020541404}, "set": {"she - them": 0.025805451895927423, "she": 0.19137255263064493, "them": 0.1655671007347175}, "shall": {"she - them": 0.07050999597335245, "she": 0.22369586482553494, "them": 0.1531858688521825}, "shame": {"she - them": 0.025749669934281905, "she": 0.21460693108511616, "them": 0.18885726115083426}, "she": {"she - them": 0.5317934126668649, "she": 0.670042033380406, "them": 0.13824862071354113}, "shot": {"she - them": 0.07756633842641344, "she": 0.24313343916113095, "them": 0.1655671007347175}, "should": {"she - them": -0.10935706198023695, "she": 0.16954028781075106, "them": 0.278897349790988}, "show": {"she - them": -0.045332226135342296, "she": 0.1683990737631522, "them": 0.2137312998984945}, "showed": {"she - them": 0.07583130238825359, "she": 0.29938502508918075, "them": 0.22355372270092716}, "sick": {"she - them": 0.0709677548362411, "she": 0.19857129710517438, "them": 0.12760354226893328}, "side": {"she - them": -0.0024935232876208135, "she": 0.1826486927631895, "them": 0.18514221605081033}, "similar": {"she - them": 0.07082825616841038, "she": 0.2068766566286345, "them": 0.13604840046022412}, "since": {"she - them": -0.07868813146659698, "she": 0.1424844030305694, "them": 0.22117253449716637}, "site": {"she - them": -0.02420320872786741, "she": 0.13686901284115946, "them": 0.16107222156902687}, "skin": {"she - them": 0.011711489790274615, "she": 0.21561998396494875, "them": 0.20390849417467413}, "slavic": {"she - them": 0.02576210327972911, "she": 0.21059945865277802, "them": 0.1848373553730489}, "small": {"she - them": 0.011706177845165838, "she": 0.21402436088001642, "them": 0.20231818303485058}, "smart": {"she - them": -0.0019885760912707884, "she": 0.24143323444085993, "them": 0.24342181053213072}, "smell": {"she - them": 0.06857899412818133, "she": 0.29639823139944427, "them": 0.22781923727126294}, "so": {"she - them": -0.027569216984067724, "she": 0.26343773133338594, "them": 0.29100694831745366}, "social": {"she - them": -0.03966700573820253, "she": 0.20339843834931795, "them": 0.24306544408752048}, "some": {"she - them": -0.020711272405340847, "she": 0.2426573727717, "them": 0.26336864517704084}, "something": {"she - them": 0.145318188911312, "she": 0.27215713612201636, "them": 0.12683894721070435}, "son": {"she - them": 0.12293990431404368, "she": 0.24055974868042335, "them": 0.11761984436637966}, "soon": {"she - them": -0.08774477545620551, "she": 0.15925270934685573, "them": 0.24699748480306125}, "sorry": {"she - them": 0.1974268601738128, "she": 0.34670023248122156, "them": 0.14927337230740875}, "sort": {"she - them": -0.0022793320366611136, "she": 0.2068766566286345, "them": 0.2091559886652956}, "south": {"she - them": 0.025819446834824594, "she": 0.16161531973251175, "them": 0.13579587289768716}, "spat": {"she - them": 0.06719872112899183, "she": 0.3346067153754455, "them": 0.2674079942464537}, "speak": {"she - them": 0.028561402200619423, "she": 0.22722145038098127, "them": 0.19866004818036184}, "speaking": {"she - them": 0.07658994738856989, "she": 0.2771294060403998, "them": 0.20053945865182993}, "stamps": {"she - them": 0.06857899412818133, "she": 0.29639823139944427, "them": 0.22781923727126294}, "stare": {"she - them": -0.021929361603640285, "she": 0.2637941228804734, "them": 0.28572348448411367}, "start": {"she - them": -0.02611082812983684, "she": 0.18516573201295417, "them": 0.211276560142791}, "started": {"she - them": -0.002503834263661353, "she": 0.18150617211328668, "them": 0.18401000637694803}, "starts": {"she - them": 0.025717121841307783, "she": 0.22369586482553494, "them": 0.19797874298422716}, "state": {"she - them": 0.01172488798083382, "she": 0.21981079230023526, "them": 0.20808590431940144}, "stay": {"she - them": -0.040304236823035244, "she": 0.1782104292662021, "them": 0.21851466608923734}, "still": {"she - them": -0.07897565496675008, "she": 0.1347552857975803, "them": 0.21373094076433038}, "stock": {"she - them": 0.07055890392742925, "she": 0.2212677785617708, "them": 0.15070887463434154}, "stood": {"she - them": 0.025567760380409504, "she": 0.2535343787147794, "them": 0.2279666183343699}, "store": {"she - them": 0.025734869806205096, "she": 0.21895018385575982, "them": 0.19321531404955472}, "stories": {"she - them": 0.07060465283148004, "she": 0.21895018385575982, "them": 0.14834553102427978}, "stormed": {"she - them": 0.11731244939087129, "she": 0.34513168666213423, "them": 0.22781923727126294}, "stormfront": {"she - them": 0.07887509937451818, "she": 0.1743482451044656, "them": 0.0954731457299474}, "story": {"she - them": 0.07154615770334202, "she": 0.1506313514619571, "them": 0.07908519375861509}, "street": {"she - them": 0.01178480016837069, "she": 0.24313343916113095, "them": 0.23134863899276026}, "streets": {"she - them": -0.002135650331507477, "she": 0.22369586482553494, "them": 0.22583151515704242}, "student": {"she - them": 0.07068793441091462, "she": 0.21460693108511616, "them": 0.14391899667420155}, "students": {"she - them": -0.0025527489548081705, "she": 0.17611443960292272, "them": 0.1786671885577309}, "stuff": {"she - them": 0.02582167761594034, "she": 0.1731070906509915, "them": 0.14728541303505116}, "stupid": {"she - them": 0.054843124222661854, "she": 0.27372532935382143, "them": 0.21888220513115958}, "such": {"she - them": -0.05544523731271914, "she": 0.14189977101760987, "them": 0.197345008330329}, "sucks": {"she - them": 0.06955704566400034, "she": 0.2637941228804734, "them": 0.19423707721647304}, "support": {"she - them": 0.04969550046986801, "she": 0.2164343890418062, "them": 0.1667388885719382}, "suspect": {"she - them": 0.025695622865668788, "she": 0.22893327541671138, "them": 0.2032376525510426}, "sweden": {"she - them": 0.07120265907510949, "she": 0.1826486927631895, "them": 0.11144603368808002}, "swedish": {"she - them": 0.07693984828269704, "she": 0.2657971094335313, "them": 0.18885726115083426}, "t": {"she - them": 0.03118242746085742, "she": 0.2939281820191942, "them": 0.26274575455833676}, "table": {"she - them": 0.07003464548105692, "she": 0.2451344932296785, "them": 0.17509984774862158}, "take": {"she - them": -0.04531166555124824, "she": 0.16916200574414011, "them": 0.21447367129538836}, "taken": {"she - them": 0.07111787078377542, "she": 0.18873771515015508, "them": 0.11761984436637966}, "talk": {"she - them": -0.0260717265335198, "she": 0.18716052841210262, "them": 0.21323225494562242}, "tape": {"she - them": 0.07003464548105692, "she": 0.2451344932296785, "them": 0.17509984774862158}, "tatar": {"she - them": 0.06892144490571656, "she": 0.28565693824207883, "them": 0.21673549333636227}, "taught": {"she - them": 0.07040109074779499, "she": 0.22893327541671138, "them": 0.1585321846689164}, "teach": {"she - them": 0.011776697091892357, "she": 0.23931703715497263, "them": 0.22754034006308027}, "teacher": {"she - them": 0.24321178177016792, "she": 0.34401586102932186, "them": 0.10080407925915394}, "teachers": {"she - them": -0.06698268441552979, "she": 0.16577403156289136, "them": 0.23275671597842115}, "teaches": {"she - them": 0.06970180925421324, "she": 0.25837816618241427, "them": 0.18867635692820103}, "teaching": {"she - them": 0.12134058838719494, "she": 0.2771294060403998, "them": 0.15578881765320488}, "teen": {"she - them": 0.06955704566400034, "she": 0.2637941228804734, "them": 0.19423707721647304}, "teeth": {"she - them": 0.02559381062803634, "she": 0.2491475333289635, "them": 0.22355372270092716}, "telling": {"she - them": 0.07710807128529559, "she": 0.26004569622732737, "them": 0.18293762494203178}, "test": {"she - them": 0.025756152569870405, "she": 0.21256471854940012, "them": 0.18680856597952972}, "text": {"she - them": 0.07064756966441785, "she": 0.21673285073612372, "them": 0.14608528107170587}, "than": {"she - them": -0.13152542680172566, "she": 0.1404795757737026, "them": 0.27200500257542826}, "thank": {"she - them": 0.07872069704806058, "she": 0.18565858023040877, "them": 0.10693788318234819}, "that": {"she - them": -0.037922260352659665, "she": 0.266809146878336, "them": 0.3047314072309957}, "thats": {"she - them": 0.011773977283126208, "she": 0.2381018699636681, "them": 0.2263278926805419}, "the": {"she - them": -0.014674940239435108, "she": 0.3268879306296915, "them": 0.3415628708691266}, "their": {"she - them": -0.19423207489030228, "she": 0.15052292569006723, "them": 0.3447550005803695}, "them": {"she - them": -0.4716751484622118, "she": 0.16350512854930457, "them": 0.6351802770115164}, "themselves": {"she - them": -0.07794217362330161, "she": 0.16161531973251175, "them": 0.23955749335581336}, "then": {"she - them": -0.0026058087407602737, "she": 0.2702094216789287, "them": 0.27281523041968897}, "theory": {"she - them": 0.06970180925421324, "she": 0.25837816618241427, "them": 0.18867635692820103}, "there": {"she - them": -0.08798842030921283, "she": 0.18046419183400636, "them": 0.2684526121432192}, "these": {"she - them": -0.16835666298561647, "she": 0.08072463122866175, "them": 0.24908129421427821}, "they": {"she - them": -0.195867452713378, "she": 0.17851476514025635, "them": 0.37438221785363435}, "thing": {"she - them": 0.06484723408487283, "she": 0.2843663253274935, "them": 0.21951909124262067}, "think": {"she - them": 0.001202703226564239, "she": 0.2685088817921447, "them": 0.2673061785655805}, "this": {"she - them": 0.04605372424713283, "she": 0.26850508384707633, "them": 0.2224513595999435}, "though": {"she - them": -0.06726531658655863, "she": 0.15772781671394487, "them": 0.2249931333005035}, "thought": {"she - them": 0.04475095325903672, "she": 0.23568865751319218, "them": 0.19093770425415546}, "thread": {"she - them": -0.0416965162132642, "she": 0.11672381646024876, "them": 0.15842033267351296}, "three": {"she - them": -0.02328169977418948, "she": 0.19137255263064493, "them": 0.2146542524048344}, "till": {"she - them": 0.07687773533236414, "she": 0.2678679881990965, "them": 0.19099025286673238}, "time": {"she - them": 0.01019226843247742, "she": 0.21086276723176486, "them": 0.20067049879928744}, "times": {"she - them": 0.007223197303098117, "she": 0.21754442898387244, "them": 0.21032123168077432}, "tiny": {"she - them": 0.06918010405364525, "she": 0.27709678887012174, "them": 0.2079166848164765}, "to": {"she - them": -0.08919708317203012, "she": 0.31062052456294403, "them": 0.39981760773497416}, "today": {"she - them": -0.0675310840972839, "she": 0.14996507769052647, "them": 0.21749616178781037}, "together": {"she - them": 0.04982859699344039, "she": 0.20391679924280628, "them": 0.1540882022493659}, "told": {"she - them": 0.04126703288276867, "she": 0.32255313498152544, "them": 0.28128610209875676}, "too": {"she - them": 0.029218157779042186, "she": 0.25636955788513094, "them": 0.22715140010608875}, "top": {"she - them": 0.025789045860079324, "she": 0.2001327607949232, "them": 0.17434371493484388}, "towards": {"she - them": -0.0020681079853984152, "she": 0.2317732236849206, "them": 0.233841331670319}, "toys": {"she - them": 0.06857899412818133, "she": 0.29639823139944427, "them": 0.22781923727126294}, "tragedy": {"she - them": 0.06938642671109532, "she": 0.2699488391661408, "them": 0.2005624124550455}, "trash": {"she - them": 0.025717121841307783, "she": 0.22369586482553494, "them": 0.19797874298422716}, "try": {"she - them": 0.03320545318867704, "she": 0.2671826268412858, "them": 0.23397717365260876}, "trying": {"she - them": -0.02400022380949668, "she": 0.14930595233270486, "them": 0.17330617614220153}, "turning": {"she - them": 0.1522963795684903, "she": 0.32009097408014464, "them": 0.16779459451165435}, "turns": {"she - them": 0.06993695811205769, "she": 0.2491475333289635, "them": 0.1792105752169058}, "tv": {"she - them": -0.024102466619370544, "she": 0.14307454647316709, "them": 0.16717701309253763}, "two": {"she - them": 0.07569124489623802, "she": 0.250481708463503, "them": 0.17479046356726496}, "u": {"she - them": 0.07147054050563247, "she": 0.15925270934685573, "them": 0.08778216884122327}, "under": {"she - them": -0.00259783256029103, "she": 0.17118567109590438, "them": 0.1737835036561954}, "unfortunately": {"she - them": 0.15435400266589874, "she": 0.29040240312612287, "them": 0.13604840046022412}, "until": {"she - them": 0.030461915217373375, "she": 0.24318375663789482, "them": 0.21272184142052145}, "up": {"she - them": -0.08899997547529523, "she": 0.1888408946654622, "them": 0.2778408701407574}, "us": {"she - them": -0.10470073414561282, "she": 0.13972512560644512, "them": 0.24442585975205794}, "use": {"she - them": -0.04484341073211709, "she": 0.18615528473098686, "them": 0.23099869546310395}, "used": {"she - them": 0.04192890884057346, "she": 0.2806850847064682, "them": 0.23875617586589473}, "using": {"she - them": -0.04016580727165556, "she": 0.18381480029998457, "them": 0.22398060757164012}, "usually": {"she - them": 0.028479186756296543, "she": 0.24313343916113095, "them": 0.2146542524048344}, "v": {"she - them": -0.023648677784411876, "she": 0.17024825776748745, "them": 0.19389693555189932}, "values": {"she - them": 0.0256831259407021, "she": 0.2317732236849206, "them": 0.2060900977442185}, "ve": {"she - them": -0.04179027568528834, "she": 0.1887582827959507, "them": 0.23054855848123904}, "very": {"she - them": 0.04257370068642927, "she": 0.22514452437527427, "them": 0.182570823688845}, "video": {"she - them": 0.06239828424613897, "she": 0.18937607557374078, "them": 0.1269777913276018}, "videos": {"she - them": 0.02582067614813982, "she": 0.17611443960292272, "them": 0.1502937634547829}, "views": {"she - them": -0.002135650331507477, "she": 0.22369586482553494, "them": 0.22583151515704242}, "vote": {"she - them": 0.07027386825342441, "she": 0.23478613611067578, "them": 0.16451226785725137}, "wait": {"she - them": -0.025359003082501358, "she": 0.22247885699161082, "them": 0.24783786007411218}, "walk": {"she - them": -0.03986902876121068, "she": 0.19557709724173483, "them": 0.2354461260029455}, "want": {"she - them": -0.14311805537591696, "she": 0.13823969004082368, "them": 0.28135774541674063}, "wants": {"she - them": 0.12307797849622197, "she": 0.23691296439260992, "them": 0.11383498589638795}, "warm": {"she - them": 0.12058335353206664, "she": 0.291894282491664, "them": 0.17131092895959735}, "was": {"she - them": 0.16525699361563737, "she": 0.383247995596434, "them": 0.21799100198079666}, "watch": {"she - them": 0.027340039891529833, "she": 0.2574798834483187, "them": 0.23013984355678885}, "way": {"she - them": -0.014399840139368514, "she": 0.2272899468937109, "them": 0.24168978703307942}, "we": {"she - them": -0.12879728294457687, "she": 0.16236541835925644, "them": 0.2911627013038333}, "week": {"she - them": 0.18172777281013078, "she": 0.2628732025099636, "them": 0.08114542969983282}, "weeks": {"she - them": 0.12355612471687351, "she": 0.22339642151608544, "them": 0.09984029679921193}, "welfare": {"she - them": 0.12146155178525408, "she": 0.2746474206374366, "them": 0.1531858688521825}, "well": {"she - them": 0.010244753077466029, "she": 0.2205474222846523, "them": 0.21030266920718627}, "went": {"she - them": 0.12098323801066668, "she": 0.29554384513665083, "them": 0.17456060712598415}, "were": {"she - them": -0.06003815958344974, "she": 0.21151249765772187, "them": 0.2715506572411716}, "western": {"she - them": 0.025809292086868885, "she": 0.18873771515015508, "them": 0.1629284230632862}, "what": {"she - them": -0.06493651541926954, "she": 0.18226477895307466, "them": 0.2472012943723442}, "whatever": {"she - them": 0.025772602541680234, "she": 0.2068766566286345, "them": 0.18110405408695426}, "when": {"she - them": -0.02233044564686809, "she": 0.27110906220000985, "them": 0.29343950784687794}, "where": {"she - them": 0.07023147961426573, "she": 0.274021384439043, "them": 0.20378990482477727}, "which": {"she - them": -0.13419651088624962, "she": 0.1199551263697603, "them": 0.2541516372560099}, "while": {"she - them": 0.15668354318570912, "she": 0.26618255558961185, "them": 0.10949901240390272}, "white": {"she - them": 0.0024593631286899398, "she": 0.27706333258801674, "them": 0.2746039694593268}, "whites": {"she - them": -0.14049706362310066, "she": 0.12205102806779144, "them": 0.2625480916908921}, "whitey": {"she - them": 0.06993695811205769, "she": 0.2491475333289635, "them": 0.1792105752169058}, "who": {"she - them": -0.06493961165449325, "she": 0.19602135470148807, "them": 0.2609609663559813}, "whole": {"she - them": 0.02858562170679313, "she": 0.2215757136425856, "them": 0.19299009193579247}, "whut": {"she - them": 0.06808144639374483, "she": 0.31100013787691977, "them": 0.24291869148317494}, "why": {"she - them": -0.06974391028345353, "she": 0.19903319343399853, "them": 0.26877710371745206}, "will": {"she - them": -0.07931803682377081, "she": 0.23557201775945574, "them": 0.31489005458322655}, "william": {"she - them": 0.07068793441091462, "she": 0.21460693108511616, "them": 0.14391899667420155}, "with": {"she - them": -0.07601904225356615, "she": 0.2465318613340095, "them": 0.32255090358757565}, "wn": {"she - them": 0.02580745804526785, "she": 0.19003947127420517, "them": 0.16423201322893732}, "wo": {"she - them": 0.02580087454089222, "she": 0.19413948498590017, "them": 0.16833861044500795}, "woman": {"she - them": 0.11150935637184468, "she": 0.23633236014831416, "them": 0.12482300377646947}, "women": {"she - them": -0.08847360525229422, "she": 0.1424844030305694, "them": 0.2309580082828636}, "wonder": {"she - them": -0.07842774092325647, "she": 0.14930595233270486, "them": 0.22773369325596132}, "wonderful": {"she - them": 0.07050999597335245, "she": 0.22369586482553494, "them": 0.1531858688521825}, "wore": {"she - them": 0.025457754679259703, "she": 0.2699488391661408, "them": 0.24449108448688112}, "work": {"she - them": -0.025978452795651807, "she": 0.19189376941684572, "them": 0.21787222221249752}, "worshipping": {"she - them": 0.06857899412818133, "she": 0.29639823139944427, "them": 0.22781923727126294}, "would": {"she - them": -0.03691157791133756, "she": 0.2420200011877395, "them": 0.27893157909907706}, "wow": {"she - them": 0.07079597740360208, "she": 0.2087051969845162, "them": 0.13790921958091412}, "write": {"she - them": 0.0256831259407021, "she": 0.2317732236849206, "them": 0.2060900977442185}, "www": {"she - them": 0.0881811527745852, "she": 0.1785775686958569, "them": 0.09039641592127169}, "ya": {"she - them": 0.025816231780739524, "she": 0.1826486927631895, "them": 0.15683246098245}, "ye": {"she - them": 0.06938642671109532, "she": 0.2699488391661408, "them": 0.2005624124550455}, "yeah": {"she - them": 0.011735715028345362, "she": 0.22339642151608544, "them": 0.21166070648774007}, "year": {"she - them": 0.08074274670402784, "she": 0.2452213608904964, "them": 0.16447861418646856}, "years": {"she - them": 0.02223773266460735, "she": 0.2083600345113545, "them": 0.18612230184674716}, "yelling": {"she - them": 0.06857899412818133, "she": 0.29639823139944427, "them": 0.22781923727126294}, "yes": {"she - them": -0.00296188752948201, "she": 0.13270933170410132, "them": 0.13567121923358333}, "yet": {"she - them": 0.049722661818406205, "she": 0.21402436088001642, "them": 0.1643016990616102}, "you": {"she - them": -0.11216304936037816, "she": 0.17077110005714277, "them": 0.28293414941752093}, "young": {"she - them": -0.05464924842737262, "she": 0.169325669882573, "them": 0.22397491830994562}, "younger": {"she - them": 0.12121122495112363, "she": 0.27974340962004, "them": 0.1585321846689164}, "your": {"she - them": -0.06204375662319306, "she": 0.15800098228678577, "them": 0.22004473890997883}, "yourself": {"she - them": 0.025821926667255357, "she": 0.1684174121904828, "them": 0.14259548552322746}, "youtube": {"she - them": 0.1101991043780639, "she": 0.15156977212567802, "them": 0.04137066774761411}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-she-they.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-she-they.json new file mode 100644 index 0000000000000000000000000000000000000000..e651b90b162443a1bccf833e893617a6ca8e2409 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-she-they.json @@ -0,0 +1 @@ +{"06": {"she - they": 0.12097219869661757, "she": 0.27709678887012174, "they": 0.15612459017350416}, "1": {"she - they": -0.009692672090843943, "she": 0.12037033542416332, "they": 0.13006300751500727}, "10": {"she - they": 0.07632561010309274, "she": 0.21726030625072967, "they": 0.14093469614763693}, "11": {"she - they": 0.12490050412898974, "she": 0.18746574572699015, "they": 0.0625652415980004}, "12": {"she - they": 0.12468333050647297, "she": 0.19413948498590017, "they": 0.0694561544794272}, "13": {"she - they": 0.12357685678640623, "she": 0.22369586482553494, "they": 0.10011900803912871}, "15": {"she - they": 0.09057399030809393, "she": 0.24583537468177175, "they": 0.1552613843736778}, "2": {"she - they": 0.07703956919054633, "she": 0.20386200735764604, "they": 0.1268224381670997}, "27": {"she - they": 0.12221832009302763, "she": 0.2535343787147794, "they": 0.13131605862175177}, "5": {"she - they": 0.05287596120953647, "she": 0.1994358629234396, "they": 0.14655990171390312}, "6": {"she - they": 0.058304488808246416, "she": 0.16491861621531193, "they": 0.10661412740706551}, "7": {"she - they": 0.11001600840510316, "she": 0.2334922824456004, "they": 0.12347627404049726}, "8": {"she - they": 0.023725892021045997, "she": 0.19857129710517438, "they": 0.17484540508412838}, "88": {"she - they": 0.1256290482956834, "she": 0.16161531973251175, "they": 0.035986271436828365}, "9": {"she - they": 0.12511780251411014, "she": 0.18038623680931973, "they": 0.0552684342952096}, "a": {"she - they": 0.04882530677836894, "she": 0.35415584059425104, "they": 0.3053305338158821}, "about": {"she - they": 0.013716785413072585, "she": 0.27256856739659324, "they": 0.25885178198352066}, "above": {"she - they": 0.05774160194509373, "she": 0.19705359200386435, "they": 0.13931199005877062}, "accept": {"she - they": 0.023414154655270858, "she": 0.2317732236849206, "they": 0.20835906902964973}, "accounts": {"she - they": 0.12097219869661757, "she": 0.27709678887012174, "they": 0.15612459017350416}, "actually": {"she - they": 0.006099223541142812, "she": 0.1964251169457305, "they": 0.1903258934045877}, "administration": {"she - they": 0.12097219869661757, "she": 0.27709678887012174, "they": 0.15612459017350416}, "adopt": {"she - they": 0.12136648650234222, "she": 0.2699488391661408, "they": 0.1485823526637986}, "advice": {"she - they": 0.13247837556344927, "she": 0.291894282491664, "they": 0.15941590692821472}, "african": {"she - they": 0.10901073664995242, "she": 0.256539444414089, "they": 0.14752870776413657}, "after": {"she - they": -0.04456356160964331, "she": 0.17953045813328042, "they": 0.22409401974292373}, "again": {"she - they": 0.027927621370940625, "she": 0.2273301440685508, "they": 0.19940252269761016}, "against": {"she - they": 0.02276089361500927, "she": 0.2230209559738619, "they": 0.20026006235885263}, "age": {"she - they": 0.03383876582741746, "she": 0.23574912708761397, "they": 0.2019103612601965}, "agency": {"she - they": 0.12097219869661757, "she": 0.27709678887012174, "they": 0.15612459017350416}, "ago": {"she - they": 0.10769343446099333, "she": 0.27257103776502883, "they": 0.1648776033040355}, "albanian": {"she - they": 0.1204812975314403, "she": 0.28565693824207883, "they": 0.16517564071063853}, "all": {"she - they": -0.14416733834260712, "she": 0.15170498814936753, "they": 0.29587232649197465}, "almost": {"she - they": 0.00019640154078554017, "she": 0.17409222906697508, "they": 0.17389582752618954}, "along": {"she - they": -0.01813106808894166, "she": 0.17928794901643624, "they": 0.1974190171053779}, "alongside": {"she - they": 0.11890769581780364, "she": 0.31100013787691977, "they": 0.19209244205911613}, "also": {"she - they": -0.07832661855252875, "she": 0.1054927484511234, "they": 0.18381936700365215}, "although": {"she - they": 0.12367669275627431, "she": 0.2212677785617708, "they": 0.09759108580549648}, "always": {"she - they": -0.08244775558196453, "she": 0.11364183199896814, "they": 0.19608958758093267}, "am": {"she - they": -0.05324523781834456, "she": 0.10034705456303555, "they": 0.1535922923813801}, "america": {"she - they": 0.01119125323372172, "she": 0.17213843183583286, "they": 0.16094717860211114}, "an": {"she - they": 0.012435452811146858, "she": 0.20723871108562839, "they": 0.19480325827448153}, "and": {"she - they": 0.008103944087132331, "she": 0.3718781323988114, "they": 0.36377418831167907}, "another": {"she - they": 0.00611728250642235, "she": 0.18516573201295417, "they": 0.17904844950653181}, "answer": {"she - they": 0.12347025739841873, "she": 0.22624636166637005, "they": 0.10277610426795132}, "any": {"she - they": -0.06522628239582642, "she": 0.13702490283654478, "they": 0.2022511852323712}, "anyone": {"she - they": -0.015646834816691352, "she": 0.16121387011836827, "they": 0.17686070493505962}, "anything": {"she - they": 0.017874093225287574, "she": 0.21520436402916884, "they": 0.19733027080388127}, "anyway": {"she - they": 0.023763204358143386, "she": 0.19413948498590017, "they": 0.17037628062775678}, "apart": {"she - they": 0.12221832009302763, "she": 0.2535343787147794, "they": 0.13131605862175177}, "ape": {"she - they": 0.12150917407406495, "she": 0.30193987193240807, "they": 0.18043069785834312}, "apparently": {"she - they": 0.0385194859974167, "she": 0.21895018385575982, "they": 0.18043069785834312}, "arabic": {"she - they": 0.11983635714781221, "she": 0.29639823139944427, "they": 0.17656187425163206}, "are": {"she - they": -0.19559084071140417, "she": 0.18419914235744742, "they": 0.3797899830688516}, "around": {"she - they": -0.05767064227315946, "she": 0.1834352691770269, "they": 0.24110591145018637}, "arts": {"she - they": 0.05705650773661525, "she": 0.22893327541671138, "they": 0.17187676768009613}, "as": {"she - they": -0.04128703955026217, "she": 0.23857315438982238, "they": 0.27986019394008455}, "ask": {"she - they": 0.08443913439978579, "she": 0.2742721302278611, "they": 0.18983299582807533}, "asked": {"she - they": 0.02354129112138706, "she": 0.21895018385575982, "they": 0.19540889273437276}, "assignment": {"she - they": 0.11983635714781221, "she": 0.29639823139944427, "they": 0.17656187425163206}, "at": {"she - they": 0.025581289158665393, "she": 0.269830687469145, "they": 0.24424939831047962}, "ate": {"she - they": 0.11983635714781221, "she": 0.29639823139944427, "they": 0.17656187425163206}, "attack": {"she - they": 0.011213106081436719, "she": 0.16491861621531193, "they": 0.1537055101338752}, "attacked": {"she - they": 0.10756567129549346, "she": 0.28543484475163994, "they": 0.17786917345614647}, "attacks": {"she - they": 0.05711913672087446, "she": 0.22624636166637005, "they": 0.1691272249454956}, "attention": {"she - they": 0.03864594051934156, "she": 0.21059945865277802, "they": 0.17195351813343646}, "average": {"she - they": 0.05717775233587022, "she": 0.22369586482553494, "they": 0.16651811248966472}, "away": {"she - they": 0.07682268568473741, "she": 0.2584233543964454, "they": 0.18160066871170802}, "axis": {"she - they": 0.11983635714781221, "she": 0.29639823139944427, "they": 0.17656187425163206}, "baby": {"she - they": 0.16648781560258497, "she": 0.29215131907905406, "they": 0.1256635034764691}, "back": {"she - they": 0.08502692900988987, "she": 0.3029006335794894, "they": 0.2178737045695995}, "bad": {"she - they": 0.045641998087576297, "she": 0.2246019191308161, "they": 0.1789599210432398}, "baffrooms": {"she - they": 0.1172789843010845, "she": 0.3346067153754455, "they": 0.217327731074361}, "banana": {"she - they": 0.11890769581780364, "she": 0.31100013787691977, "they": 0.19209244205911613}, "bar": {"she - they": 0.0830416935080471, "she": 0.2087051969845162, "they": 0.1256635034764691}, "be": {"she - they": -0.08440977464579155, "she": 0.22652513488828482, "they": 0.3109349095340764}, "beautiful": {"she - they": 0.21331876512673323, "she": 0.2941267526097851, "they": 0.08080798748305187}, "became": {"she - they": 0.13247837556344927, "she": 0.291894282491664, "they": 0.15941590692821472}, "because": {"she - they": 0.004283011775374823, "she": 0.3053561187876662, "they": 0.3010731070122914}, "become": {"she - they": -0.03341130687022373, "she": 0.16242409248792622, "they": 0.19583539935814995}, "becoming": {"she - they": 0.12262546736103136, "she": 0.2451344932296785, "they": 0.12250902586864715}, "bedroom": {"she - they": 0.12136648650234222, "she": 0.2699488391661408, "they": 0.1485823526637986}, "been": {"she - they": -0.135961108564525, "she": 0.07638878086977732, "they": 0.21234988943430233}, "before": {"she - they": 0.013189152006883087, "she": 0.20949416879775123, "they": 0.19630501679086815}, "behind": {"she - they": 0.012208484547050341, "she": 0.23132328730710514, "they": 0.2191148027600548}, "being": {"she - they": -0.007553651649266163, "she": 0.1965718381613072, "they": 0.20412548981057335}, "besides": {"she - they": 0.12221832009302763, "she": 0.2535343787147794, "they": 0.13131605862175177}, "best": {"she - they": -0.018310628350354602, "she": 0.15478903837527644, "they": 0.17309966672563104}, "bet": {"she - they": 0.011044928703554086, "she": 0.21256471854940012, "they": 0.20151978984584604}, "big": {"she - they": 0.043078650759370396, "she": 0.20068283209411736, "they": 0.15760418133474696}, "bigger": {"she - they": 0.05683860930886103, "she": 0.2379962091131585, "they": 0.18115759980429746}, "birth": {"she - they": 0.08188925879224282, "she": 0.2451344932296785, "they": 0.1632452344374357}, "bitch": {"she - they": 0.1216946238716449, "she": 0.2637941228804734, "they": 0.14209949900882848}, "black": {"she - they": 0.01668653712586765, "she": 0.26472115489988945, "they": 0.2480346177740218}, "blacks": {"she - they": -0.0621869547807998, "she": 0.18693772740150788, "they": 0.24912468218230768}, "blind": {"she - they": 0.05631100975789749, "she": 0.25837816618241427, "they": 0.20206715642451678}, "blond": {"she - they": 0.12347025739841873, "she": 0.22624636166637005, "they": 0.10277610426795132}, "blonde": {"she - they": 0.17325975906662983, "she": 0.291894282491664, "they": 0.11863452342503418}, "blood": {"she - they": 0.023926497816732922, "she": 0.1731070906509915, "they": 0.14918059283425858}, "blue": {"she - they": 0.06333373541877846, "she": 0.22624084785443335, "they": 0.1629071124356549}, "books": {"she - they": 0.0236841002619487, "she": 0.20339843834931795, "they": 0.17971433808736925}, "born": {"she - they": 0.057333645608084544, "she": 0.21673285073612372, "they": 0.15939920512803918}, "both": {"she - they": 0.00019268514366468925, "she": 0.1684174121904828, "they": 0.16822472704681812}, "boy": {"she - they": 0.05818915167321566, "she": 0.17213843183583286, "they": 0.1139492801626172}, "breed": {"she - they": 0.12357685678640623, "she": 0.22369586482553494, "they": 0.10011900803912871}, "bring": {"she - they": 0.08409201756236676, "she": 0.28245167366116836, "they": 0.1983596560988016}, "brother": {"she - they": 0.057875375243779476, "she": 0.19003947127420517, "they": 0.1321640960304257}, "brothers": {"she - they": 0.011168335609634206, "she": 0.17928794901643624, "they": 0.16811961340680204}, "brought": {"she - they": 0.057505878314574155, "she": 0.2087051969845162, "they": 0.15119931866994205}, "brown": {"she - they": -0.026306571843596416, "she": 0.14800849945824324, "they": 0.17431507130183965}, "bulgarian": {"she - they": 0.12243337605990959, "she": 0.2491475333289635, "they": 0.1267141572690539}, "burn": {"she - they": 0.17325975906662983, "she": 0.291894282491664, "they": 0.11863452342503418}, "bus": {"she - they": -0.00934389277113673, "she": 0.2068766566286345, "they": 0.21622054939977123}, "but": {"she - they": 0.028921125291483718, "she": 0.2996137731895542, "they": 0.27069264789807046}, "buy": {"she - they": 0.05774160194509373, "she": 0.19705359200386435, "they": 0.13931199005877062}, "by": {"she - they": 0.0003303510118461417, "she": 0.22821343812971637, "they": 0.22788308711787023}, "ca": {"she - they": -0.05248556604514615, "she": 0.14549255538648664, "they": 0.1979781214316328}, "call": {"she - they": 0.000194506686400725, "she": 0.17118567109590438, "they": 0.17099116440950365}, "called": {"she - they": 0.034156719352822856, "she": 0.2132425054681757, "they": 0.17908578611535284}, "calling": {"she - they": 0.03820919450772248, "she": 0.2379962091131585, "they": 0.19978701460543602}, "came": {"she - they": 0.06693961552845684, "she": 0.2819617764747648, "they": 0.21502216094630794}, "camera": {"she - they": 0.17267086782012683, "she": 0.29938502508918075, "they": 0.1267141572690539}, "can": {"she - they": -0.05139704048780139, "she": 0.21899933915849348, "they": 0.27039637964629487}, "cant": {"she - they": -0.03321235997288374, "she": 0.17715285166777922, "they": 0.21036521164066296}, "card": {"she - they": 0.12262546736103136, "she": 0.2451344932296785, "they": 0.12250902586864715}, "care": {"she - they": -0.04621508323275772, "she": 0.1684174121904828, "they": 0.21463249542324053}, "carry": {"she - they": 0.08949950284499106, "she": 0.27228392658477735, "they": 0.1827844237397863}, "cartoons": {"she - they": 0.11890769581780364, "she": 0.31100013787691977, "they": 0.19209244205911613}, "case": {"she - they": 0.011126707236912586, "she": 0.19137255263064493, "they": 0.18024584539373234}, "caucasus": {"she - they": 0.1204812975314403, "she": 0.28565693824207883, "they": 0.16517564071063853}, "caught": {"she - they": 0.13474791170522743, "she": 0.25325397898987073, "they": 0.11850606728464329}, "certainly": {"she - they": 0.06202425259337868, "she": 0.27228392658477735, "they": 0.21025967399139867}, "chance": {"she - they": 0.03844501801330408, "she": 0.22369586482553494, "they": 0.18525084681223086}, "check": {"she - they": -0.009572572722015282, "she": 0.15407609229469063, "they": 0.1636486650167059}, "child": {"she - they": -0.052196033490365834, "she": 0.16002992846872285, "they": 0.2122259619590887}, "children": {"she - they": 0.0002622645066107099, "she": 0.2120665501793333, "they": 0.21180428567272258}, "chimp": {"she - they": 0.12097219869661757, "she": 0.27709678887012174, "they": 0.15612459017350416}, "chimpout": {"she - they": 0.11983635714781221, "she": 0.29639823139944427, "they": 0.17656187425163206}, "chosen": {"she - they": 0.08120560578292338, "she": 0.2637941228804734, "they": 0.18258851709755}, "christian": {"she - they": 0.0908614367466429, "she": 0.2381018699636681, "they": 0.1472404332170252}, "church": {"she - they": 0.011036457190468696, "she": 0.21460693108511616, "they": 0.20357047389464747}, "claiming": {"she - they": 0.08158936101527636, "she": 0.2535343787147794, "they": 0.17194501769950304}, "claims": {"she - they": 0.0826714074884381, "she": 0.2212677785617708, "they": 0.1385963710733327}, "class": {"she - they": 0.09940515386035478, "she": 0.28816265338224917, "they": 0.18875749952189438}, "classes": {"she - they": 0.12367669275627431, "she": 0.2212677785617708, "they": 0.09759108580549648}, "classmates": {"she - they": 0.07985807908335307, "she": 0.29639823139944427, "they": 0.2165401523160912}, "clean": {"she - they": 0.057580430542599426, "she": 0.205109138306736, "they": 0.14752870776413657}, "close": {"she - they": 0.03891490281908436, "she": 0.19137255263064493, "they": 0.15245764981156057}, "closet": {"she - they": 0.1204812975314403, "she": 0.28565693824207883, "they": 0.16517564071063853}, "coal": {"she - they": 0.11983635714781221, "she": 0.29639823139944427, "they": 0.17656187425163206}, "coat": {"she - they": 0.12097219869661757, "she": 0.27709678887012174, "they": 0.15612459017350416}, "college": {"she - they": 0.12564869982118096, "she": 0.16081736735176017, "they": 0.035168667530579206}, "color": {"she - they": 0.05833032134216597, "she": 0.16324400643970216, "they": 0.1049136850975362}, "colored": {"she - they": 0.07985807908335307, "she": 0.29639823139944427, "they": 0.2165401523160912}, "com": {"she - they": 0.028587306595414863, "she": 0.15931374463597553, "they": 0.13072643804056067}, "come": {"she - they": -0.08322225815171388, "she": 0.17560560109121434, "they": 0.2588278592429282}, "comments": {"she - they": 0.17452841259830787, "she": 0.2746474206374366, "they": 0.10011900803912871}, "community": {"she - they": 0.03913028289443468, "she": 0.17409222906697508, "they": 0.1349619461725404}, "compared": {"she - they": 0.03836064127406397, "she": 0.22893327541671138, "they": 0.1905726341426474}, "complaining": {"she - they": 0.1204812975314403, "she": 0.28565693824207883, "they": 0.16517564071063853}, "connection": {"she - they": 0.12221832009302763, "she": 0.2535343787147794, "they": 0.13131605862175177}, "contacted": {"she - they": 0.07985807908335307, "she": 0.29639823139944427, "they": 0.2165401523160912}, "continue": {"she - they": -0.00934389277113673, "she": 0.2068766566286345, "they": 0.21622054939977123}, "continues": {"she - they": 0.12097219869661757, "she": 0.27709678887012174, "they": 0.15612459017350416}, "control": {"she - they": -0.009375855657885318, "she": 0.2001327607949232, "they": 0.20950861645280852}, "convenience": {"she - they": 0.11983635714781221, "she": 0.29639823139944427, "they": 0.17656187425163206}, "could": {"she - they": 0.01138930675667632, "she": 0.233861792571876, "they": 0.22247248581519968}, "countries": {"she - they": -0.018199799837832042, "she": 0.17024825776748745, "they": 0.1884480576053195}, "country": {"she - they": -0.03737993288365579, "she": 0.16155546533192994, "they": 0.19893539821558573}, "couple": {"she - they": 0.042904166561010176, "she": 0.21170921611804688, "they": 0.1688050495570367}, "covers": {"she - they": 0.11983635714781221, "she": 0.29639823139944427, "they": 0.17656187425163206}, "crawl": {"she - they": 0.11983635714781221, "she": 0.29639823139944427, "they": 0.17656187425163206}, "creatures": {"she - they": 0.08861100348012857, "she": 0.291894282491664, "they": 0.20328327901153542}, "credit": {"she - they": 0.08213402379123427, "she": 0.2379962091131585, "they": 0.15586218532192422}, "crime": {"she - they": -0.026255305841845517, "she": 0.1533714095374655, "they": 0.17962671537931102}, "crying": {"she - they": 0.1204812975314403, "she": 0.28565693824207883, "they": 0.16517564071063853}, "customer": {"she - they": 0.1204812975314403, "she": 0.28565693824207883, "they": 0.16517564071063853}, "cut": {"she - they": 0.011067976346839814, "she": 0.2068766566286345, "they": 0.19580868028179468}, "d": {"she - they": -0.015498665993015998, "she": 0.18370968987948058, "they": 0.19920835587249658}, "dad": {"she - they": 0.12335603691476062, "she": 0.22893327541671138, "they": 0.10557723850195076}, "dark": {"she - they": 0.023855238122820643, "she": 0.1826486927631895, "they": 0.15879345464036887}, "dated": {"she - they": 0.1172789843010845, "she": 0.3346067153754455, "they": 0.217327731074361}, "daughter": {"she - they": 0.16409054958894548, "she": 0.32348975471698466, "they": 0.15939920512803918}, "daughters": {"she - they": 0.12097219869661757, "she": 0.27709678887012174, "they": 0.15612459017350416}, "day": {"she - they": 0.037955999302901305, "she": 0.22567464926765918, "they": 0.18771864996475787}, "days": {"she - they": -0.018338988776283538, "she": 0.1506313514619571, "they": 0.16897034023824065}, "dead": {"she - they": 0.02378598690457831, "she": 0.19137255263064493, "they": 0.16758656572606662}, "department": {"she - they": 0.12279871101582575, "she": 0.24143323444085993, "they": 0.11863452342503418}, "did": {"she - they": 0.047835184311708745, "she": 0.28242991210529783, "they": 0.2345947277935891}, "didnt": {"she - they": 0.05711913672087446, "she": 0.22624636166637005, "they": 0.1691272249454956}, "die": {"she - they": 0.05193702367295819, "she": 0.24446752004348166, "they": 0.19253049637052347}, "different": {"she - they": -0.019965647106322815, "she": 0.20948123314511974, "they": 0.22944688025144255}, "difficult": {"she - they": 0.1216946238716449, "she": 0.2637941228804734, "they": 0.14209949900882848}, "dirty": {"she - they": 0.02378598690457831, "she": 0.19137255263064493, "they": 0.16758656572606662}, "disgusted": {"she - they": 0.12197469883001844, "she": 0.25837816618241427, "they": 0.13640346735239584}, "disliked": {"she - they": 0.11890769581780364, "she": 0.31100013787691977, "they": 0.19209244205911613}, "district": {"she - they": 0.08141057886574937, "she": 0.25837816618241427, "they": 0.1769675873166649}, "do": {"she - they": -0.09131009168475343, "she": 0.22625218469327005, "they": 0.3175622763780235}, "does": {"she - they": 0.13858549906297596, "she": 0.2738293746217829, "they": 0.13524387555880696}, "doesnt": {"she - they": 0.08174758592307066, "she": 0.2491475333289635, "they": 0.16739994740589284}, "dog": {"she - they": 0.16709262370699232, "she": 0.2839473446686851, "they": 0.11685472096169278}, "dogs": {"she - they": 0.011036457190468696, "she": 0.21460693108511616, "they": 0.20357047389464747}, "doing": {"she - they": -0.036480608678976734, "she": 0.21561998396494875, "they": 0.2521005926439255}, "done": {"she - they": 0.1091828464336968, "she": 0.25011754258133373, "they": 0.14093469614763693}, "dont": {"she - they": 0.026949709947342027, "she": 0.24673045678787303, "they": 0.219780746840531}, "down": {"she - they": -0.0028597862879803926, "she": 0.21360539156522484, "they": 0.21646517785320524}, "dragging": {"she - they": 0.11890769581780364, "she": 0.31100013787691977, "they": 0.19209244205911613}, "dress": {"she - they": 0.05665975285783273, "she": 0.2451344932296785, "they": 0.18847474037184578}, "driver": {"she - they": 0.12097219869661757, "she": 0.27709678887012174, "they": 0.15612459017350416}, "drop": {"she - they": 0.12243337605990959, "she": 0.2491475333289635, "they": 0.1267141572690539}, "dropped": {"she - they": 0.1204812975314403, "she": 0.28565693824207883, "they": 0.16517564071063853}, "drug": {"she - they": 0.057505878314574155, "she": 0.2087051969845162, "they": 0.15119931866994205}, "drugs": {"she - they": 0.05683860930886103, "she": 0.2379962091131585, "they": 0.18115759980429746}, "dyed": {"she - they": 0.11983635714781221, "she": 0.29639823139944427, "they": 0.17656187425163206}, "e": {"she - they": 0.05806858932215997, "she": 0.17928794901643624, "they": 0.12121935969427627}, "eating": {"she - they": 0.02356241483558466, "she": 0.21673285073612372, "they": 0.19317043590053906}, "ed": {"she - they": 0.08120560578292338, "she": 0.2637941228804734, "they": 0.18258851709755}, "educate": {"she - they": 0.010974107376715614, "she": 0.22893327541671138, "they": 0.21795916803999577}, "effort": {"she - they": 0.12221832009302763, "she": 0.2535343787147794, "they": 0.13131605862175177}, "either": {"she - they": 0.00020044264488425223, "she": 0.18038623680931973, "they": 0.18018579416443548}, "else": {"she - they": 0.01908216338240934, "she": 0.20068283209411736, "they": 0.18160066871170802}, "employee": {"she - they": 0.11983635714781221, "she": 0.29639823139944427, "they": 0.17656187425163206}, "end": {"she - they": 0.018937020582008163, "she": 0.2206865108929047, "they": 0.20174949031089653}, "english": {"she - they": -0.02630048141439212, "she": 0.14865381212668102, "they": 0.17495429354107314}, "enough": {"she - they": -0.018310628350354602, "she": 0.15478903837527644, "they": 0.17309966672563104}, "europe": {"she - they": -0.00956128305774498, "she": 0.15697961496876808, "they": 0.16654089802651306}, "european": {"she - they": 0.06333373541877846, "she": 0.22624084785443335, "they": 0.1629071124356549}, "even": {"she - they": -0.036970310849192806, "she": 0.1842943495871872, "they": 0.22126466043638002}, "ever": {"she - they": 0.00025715715424134977, "she": 0.2046374028682637, "they": 0.20438024571402236}, "every": {"she - they": 0.0003039750964875243, "she": 0.233861792571876, "they": 0.23355781747538848}, "evil": {"she - they": 0.02366900147641615, "she": 0.205109138306736, "they": 0.18144013683031984}, "exactly": {"she - they": 0.00020411369288692027, "she": 0.18622213726143536, "they": 0.18601802356854844}, "example": {"she - they": 0.09052052908065783, "she": 0.2472388995353615, "they": 0.15671837045470366}, "excellent": {"she - they": 0.0826714074884381, "she": 0.2212677785617708, "they": 0.1385963710733327}, "except": {"she - they": 0.0236841002619487, "she": 0.20339843834931795, "they": 0.17971433808736925}, "eyes": {"she - they": 0.1477337954839034, "she": 0.2844320434674358, "they": 0.1366982479835324}, "face": {"she - they": -0.00946955050545814, "she": 0.17928794901643624, "they": 0.18875749952189438}, "fact": {"she - they": 0.05171722986960303, "she": 0.2543627645284846, "they": 0.20264553465888158}, "fair": {"she - they": 0.17232592304670008, "she": 0.30364198166845185, "they": 0.13131605862175177}, "fake": {"she - they": 0.07403175960107075, "she": 0.28543484475163994, "they": 0.2114030851505692}, "family": {"she - they": 0.019090655529131445, "she": 0.1994358629234396, "they": 0.18034520739430815}, "far": {"she - they": -0.009593255192545586, "she": 0.14865381212668102, "they": 0.1582470673192266}, "father": {"she - they": 0.06299185412804684, "she": 0.23931703715497263, "they": 0.1763251830269258}, "favor": {"she - they": 0.12136648650234222, "she": 0.2699488391661408, "they": 0.1485823526637986}, "favorite": {"she - they": 0.08287128545022104, "she": 0.21460693108511616, "they": 0.13173564563489512}, "feel": {"she - they": 0.006098225379857519, "she": 0.19701558804322253, "they": 0.190917362663365}, "feeling": {"she - they": 0.05683860930886103, "she": 0.2379962091131585, "they": 0.18115759980429746}, "females": {"she - they": 0.0825965516402602, "she": 0.22369586482553494, "they": 0.14109931318527474}, "few": {"she - they": 0.0002673030093323092, "she": 0.19967019276752374, "they": 0.19940288975819143}, "fight": {"she - they": -0.026189595223742895, "she": 0.16002992846872285, "they": 0.18621952369246575}, "figured": {"she - they": 0.12221832009302763, "she": 0.2535343787147794, "they": 0.13131605862175177}, "films": {"she - they": 0.12136648650234222, "she": 0.2699488391661408, "they": 0.1485823526637986}, "filthy": {"she - they": 0.05691696265452931, "she": 0.23478613611067578, "they": 0.17786917345614647}, "find": {"she - they": -0.031016004259604046, "she": 0.1915836186470161, "they": 0.22259962290662014}, "fire": {"she - they": 0.03840421598322086, "she": 0.22624636166637005, "they": 0.1878421456831492}, "first": {"she - they": 0.03377511309999337, "she": 0.22267125272085284, "they": 0.18889613962085947}, "folks": {"she - they": 0.011044928703554086, "she": 0.21256471854940012, "they": 0.20151978984584604}, "food": {"she - they": 0.06662587064736644, "she": 0.26089583742405903, "they": 0.1942699667766926}, "for": {"she - they": -0.003384061455583842, "she": 0.262195118205239, "they": 0.26557917966082284}, "forest": {"she - they": 0.12221832009302763, "she": 0.2535343787147794, "they": 0.13131605862175177}, "forgot": {"she - they": 0.0820173275126452, "she": 0.24143323444085993, "they": 0.15941590692821472}, "form": {"she - they": 0.05723280064776834, "she": 0.2212677785617708, "they": 0.16403497791400246}, "forum": {"she - they": 0.11160005747405144, "she": 0.18869902481891712, "they": 0.07709896734486568}, "fought": {"she - they": 0.05631100975789749, "she": 0.25837816618241427, "they": 0.20206715642451678}, "found": {"she - they": 0.06770976277855512, "she": 0.2235434807832717, "they": 0.15583371800471657}, "fox": {"she - they": 0.01098619077157767, "she": 0.22624636166637005, "they": 0.21526017089479238}, "friend": {"she - they": 0.07597908730907452, "she": 0.2292350844617915, "they": 0.15325599715271698}, "friends": {"she - they": -0.04042681688507116, "she": 0.14074660529747113, "they": 0.1811734221825423}, "from": {"she - they": 0.08247879393811505, "she": 0.30544306389684356, "they": 0.2229642699587285}, "front": {"she - they": 0.00019209310726048257, "she": 0.16752301434800865, "they": 0.16733092124074816}, "functions": {"she - they": 0.11890769581780364, "she": 0.31100013787691977, "they": 0.19209244205911613}, "funny": {"she - they": -0.06216241021017643, "she": 0.18500556593945375, "they": 0.24716797614963018}, "future": {"she - they": 0.00019512981035413324, "she": 0.17213843183583286, "they": 0.17194330202547872}, "fyromanians": {"she - they": 0.1172789843010845, "she": 0.3346067153754455, "they": 0.217327731074361}, "g": {"she - they": 0.08224107710506656, "she": 0.23478613611067578, "they": 0.15254505900560922}, "gain": {"she - they": 0.11983635714781221, "she": 0.29639823139944427, "they": 0.17656187425163206}, "gang": {"she - they": 0.05717775233587022, "she": 0.22369586482553494, "they": 0.16651811248966472}, "garbage": {"she - they": 0.03844501801330408, "she": 0.22369586482553494, "they": 0.18525084681223086}, "gave": {"she - they": 0.07509930758376915, "she": 0.256539444414089, "they": 0.18144013683031984}, "general": {"she - they": 0.12295622019870518, "she": 0.2379962091131585, "they": 0.11503998891445331}, "generation": {"she - they": 0.12221832009302763, "she": 0.2535343787147794, "they": 0.13131605862175177}, "german": {"she - they": 0.09143535432814237, "she": 0.2215757136425856, "they": 0.13014035931444323}, "germany": {"she - they": 0.08287128545022104, "she": 0.21460693108511616, "they": 0.13173564563489512}, "get": {"she - they": 0.0028619769656932914, "she": 0.2754129649898787, "they": 0.2725509880241854}, "gets": {"she - they": 0.13282020758533483, "she": 0.28714166997043417, "they": 0.15432146238509933}, "getting": {"she - they": 0.042812039998989804, "she": 0.21726030625072967, "they": 0.17444826625173987}, "girl": {"she - they": 0.16156717335558957, "she": 0.3075017950990798, "they": 0.14593462174349026}, "girls": {"she - they": -0.04003669272022925, "she": 0.16664202926107358, "they": 0.20667872198130283}, "give": {"she - they": -0.03290454902003592, "she": 0.1964251169457305, "they": 0.22932966596576643}, "giving": {"she - they": 0.12423551595680099, "she": 0.2068766566286345, "they": 0.08264114067183351}, "go": {"she - they": -0.011147001867005485, "she": 0.2381663338181148, "they": 0.2493133356851203}, "gods": {"she - they": 0.08287128545022104, "she": 0.21460693108511616, "they": 0.13173564563489512}, "goes": {"she - they": 0.12883473319616034, "she": 0.3027305607223499, "they": 0.17389582752618954}, "going": {"she - they": -0.024866091413662778, "she": 0.18937607557374078, "they": 0.21424216698740356}, "gone": {"she - they": 0.10977422251543148, "she": 0.23931703715497263, "they": 0.12954281463954115}, "gonna": {"she - they": 0.13394349916576365, "she": 0.2678679881990965, "they": 0.13392448903333287}, "good": {"she - they": 0.007414022892963779, "she": 0.21120693983797423, "they": 0.20379291694501045}, "gorgeous": {"she - they": 0.13005514564428233, "she": 0.3264725613848614, "they": 0.19641741574057908}, "got": {"she - they": 0.10854753560696837, "she": 0.2762367008284607, "they": 0.16768916522149233}, "grade": {"she - they": 0.08243145445726055, "she": 0.22893327541671138, "they": 0.14650182095945083}, "graduate": {"she - they": 0.12097219869661757, "she": 0.27709678887012174, "they": 0.15612459017350416}, "grand": {"she - they": 0.08158936101527636, "she": 0.2535343787147794, "they": 0.17194501769950304}, "grass": {"she - they": 0.12197469883001844, "she": 0.25837816618241427, "they": 0.13640346735239584}, "great": {"she - they": 0.0590499972599452, "she": 0.21544770531881846, "they": 0.15639770805887326}, "groid": {"she - they": 0.08243145445726055, "she": 0.22893327541671138, "they": 0.14650182095945083}, "ground": {"she - they": 0.011067976346839814, "she": 0.2068766566286345, "they": 0.19580868028179468}, "group": {"she - they": -0.0052827573380491155, "she": 0.1946868435672464, "they": 0.1999696009052955}, "guess": {"she - they": -0.018300582696686024, "she": 0.15624057526865007, "they": 0.1745411579653361}, "guidance": {"she - they": 0.11890769581780364, "she": 0.31100013787691977, "they": 0.19209244205911613}, "guise": {"she - they": 0.11983635714781221, "she": 0.29639823139944427, "they": 0.17656187425163206}, "guy": {"she - they": 0.052919863772106474, "she": 0.19701558804322253, "they": 0.14409572427111605}, "gypsies": {"she - they": 0.08141057886574937, "she": 0.25837816618241427, "they": 0.1769675873166649}, "had": {"she - they": 0.07047815281389169, "she": 0.3077032299165517, "they": 0.23722507710266}, "hair": {"she - they": 0.1285214323312413, "she": 0.29425210119454126, "they": 0.16573066886329996}, "hall": {"she - they": 0.12243337605990959, "she": 0.2491475333289635, "they": 0.1267141572690539}, "handed": {"she - they": 0.08120560578292338, "she": 0.2637941228804734, "they": 0.18258851709755}, "hands": {"she - they": 0.07526485561959087, "she": 0.2516851116720809, "they": 0.17642025605249004}, "hang": {"she - they": 0.05738003820782428, "she": 0.21460693108511616, "they": 0.15722689287729189}, "happened": {"she - they": 0.038932405464830844, "she": 0.19003947127420517, "they": 0.15110706580937433}, "happy": {"she - they": 0.0390812152613208, "she": 0.1782104292662021, "they": 0.1391292140048813}, "hard": {"she - they": 0.011222672279785018, "she": 0.16161531973251175, "they": 0.15039264745272674}, "hardly": {"she - they": 0.0820173275126452, "she": 0.24143323444085993, "they": 0.15941590692821472}, "harsh": {"she - they": 0.12097219869661757, "she": 0.27709678887012174, "they": 0.15612459017350416}, "has": {"she - they": 0.1430106826281344, "she": 0.297195579901023, "they": 0.15418489727288862}, "hate": {"she - they": 0.025011725473072732, "she": 0.2493430830742021, "they": 0.22433135760112938}, "hated": {"she - they": 0.1316969639689488, "she": 0.30364198166845185, "they": 0.17194501769950304}, "hates": {"she - they": 0.12221832009302763, "she": 0.2535343787147794, "they": 0.13131605862175177}, "have": {"she - they": -0.21283246781267706, "she": 0.11301613965002033, "they": 0.3258486074626974}, "he": {"she - they": 0.06364942415776126, "she": 0.2150387434293739, "they": 0.15138931927161264}, "head": {"she - they": 0.07588358752408317, "she": 0.23239726598554694, "they": 0.15651367846146377}, "heads": {"she - they": 0.0826714074884381, "she": 0.2212677785617708, "they": 0.1385963710733327}, "hear": {"she - they": 0.12107492000584094, "she": 0.26987768131905143, "they": 0.1488027613132105}, "heard": {"she - they": 0.08388277170217423, "she": 0.2718977954115134, "they": 0.18801502370933915}, "hearing": {"she - they": 0.056753287517906814, "she": 0.24143323444085993, "they": 0.18467994692295311}, "hell": {"she - they": -0.0523452484559645, "she": 0.15267478650900576, "they": 0.20502003496497026}, "help": {"she - they": -0.009569814463391169, "she": 0.15478903837527644, "they": 0.1643588528386676}, "her": {"she - they": 0.35262699994253544, "she": 0.5014792892735155, "they": 0.14885228933098005}, "here": {"she - they": 0.01547661141254783, "she": 0.21233264636896979, "they": 0.19685603495642195}, "heritage": {"she - they": 0.17538899259663815, "she": 0.26189210692067655, "they": 0.0865031143240384}, "hey": {"she - they": 0.08430912954844116, "she": 0.15478903837527644, "they": 0.07047990882683527}, "high": {"she - they": 0.05284139555232825, "she": 0.20131600478402537, "they": 0.1484746092316971}, "him": {"she - they": 0.04799004880619401, "she": 0.2251447037211884, "they": 0.17715465491499438}, "his": {"she - they": -0.03357397806424278, "she": 0.1476569173385881, "they": 0.18123089540283088}, "hispanic": {"she - they": 0.057333645608084544, "she": 0.21673285073612372, "they": 0.15939920512803918}, "historian": {"she - they": 0.11890769581780364, "she": 0.31100013787691977, "they": 0.19209244205911613}, "history": {"she - they": 0.018943725997237204, "she": 0.21981079230023526, "they": 0.20086706630299805}, "hit": {"she - they": 0.1345727552942898, "she": 0.256539444414089, "they": 0.12196668911979919}, "holocaust": {"she - they": 0.12458473958300713, "she": 0.19705359200386435, "they": 0.07246885242085722}, "home": {"she - they": -0.044773634294148795, "she": 0.1683990737631522, "they": 0.21317270805730099}, "homos": {"she - they": 0.11890769581780364, "she": 0.31100013787691977, "they": 0.19209244205911613}, "hope": {"she - they": 0.0771652172894624, "she": 0.27487993709739206, "they": 0.19771471980792965}, "hoping": {"she - they": 0.10857021655623941, "she": 0.2657971094335313, "they": 0.15722689287729189}, "house": {"she - they": -0.040359302334432245, "she": 0.14549255538648664, "they": 0.1858518577209189}, "how": {"she - they": -0.022524089770962874, "she": 0.2497199807847047, "they": 0.27224407055566757}, "http": {"she - they": 0.0464476126605482, "she": 0.1746242811302342, "they": 0.128176668469686}, "https": {"she - they": 0.08472838030577111, "she": 0.12927863943396703, "they": 0.04455025912819592}, "huh": {"she - they": 0.12097219869661757, "she": 0.27709678887012174, "they": 0.15612459017350416}, "i": {"she - they": 0.047918923456874596, "she": 0.3159074091324528, "they": 0.2679884856755782}, "id": {"she - they": 0.12442135575522954, "she": 0.20174078079630484, "they": 0.0773194250410753}, "idea": {"she - they": 0.011194211283493904, "she": 0.17118567109590438, "they": 0.15999145981241047}, "idiot": {"she - they": 0.1322438190145481, "she": 0.2954890534519838, "they": 0.1632452344374357}, "if": {"she - they": 0.0004675881043342822, "she": 0.29619234855119336, "they": 0.2957247604468591}, "im": {"she - they": -0.04700050918876175, "she": 0.12163185080477823, "they": 0.16863235999353998}, "immigrant": {"she - they": 0.12221832009302763, "she": 0.2535343787147794, "they": 0.13131605862175177}, "important": {"she - they": 0.011105881617502367, "she": 0.19705359200386435, "they": 0.185947710386362}, "in": {"she - they": 0.0083500467197401, "she": 0.3159471728468577, "they": 0.3075971261271176}, "indeed": {"she - they": 0.00021256948358877592, "she": 0.2001327607949232, "they": 0.19992019131133443}, "india": {"she - they": 0.08188925879224282, "she": 0.2451344932296785, "they": 0.1632452344374357}, "inferior": {"she - they": 0.11890769581780364, "she": 0.31100013787691977, "they": 0.19209244205911613}, "information": {"she - they": 0.03898170404441015, "she": 0.18622213726143536, "they": 0.1472404332170252}, "ing": {"she - they": 0.05691696265452931, "she": 0.23478613611067578, "they": 0.17786917345614647}, "inside": {"she - they": 0.03844501801330408, "she": 0.22369586482553494, "they": 0.18525084681223086}, "instead": {"she - they": 0.011105881617502367, "she": 0.19705359200386435, "they": 0.185947710386362}, "intelligent": {"she - they": 0.12335603691476062, "she": 0.22893327541671138, "they": 0.10557723850195076}, "intended": {"she - they": 0.08067937312954265, "she": 0.27709678887012174, "they": 0.19641741574057908}, "into": {"she - they": -0.07072737905091983, "she": 0.15139293111942623, "they": 0.22212031017034606}, "involved": {"she - they": 0.08251677343864033, "she": 0.22624636166637005, "they": 0.14372958822772972}, "iq": {"she - they": 0.12221832009302763, "she": 0.2535343787147794, "they": 0.13131605862175177}, "ireland": {"she - they": -0.015564911847094964, "she": 0.17393444552107248, "they": 0.18949935736816745}, "is": {"she - they": 0.11002313200263986, "she": 0.3615397890661455, "they": 0.2515166570635056}, "it": {"she - they": -0.021861714338560045, "she": 0.2705856168441921, "they": 0.2924473311827521}, "its": {"she - they": -0.08708481412762764, "she": 0.09498039223056642, "they": 0.18206520635819406}, "ive": {"she - they": 0.13417357052652906, "she": 0.2638073255718327, "they": 0.1296337550453036}, "japanese": {"she - they": 0.05723280064776834, "she": 0.2212677785617708, "they": 0.16403497791400246}, "jew": {"she - they": 0.012374150409026646, "she": 0.1952608566437948, "they": 0.18288670623476816}, "jewish": {"she - they": 0.03929537309296269, "she": 0.15925270934685573, "they": 0.11995733625389304}, "job": {"she - they": 0.011171870951774326, "she": 0.1782104292662021, "they": 0.16703855831442777}, "join": {"she - they": 0.17754450890317128, "she": 0.2243289136775662, "they": 0.04678440477439491}, "jump": {"she - they": 0.03820919450772248, "she": 0.2379962091131585, "they": 0.19978701460543602}, "jumped": {"she - they": 0.12221832009302763, "she": 0.2535343787147794, "they": 0.13131605862175177}, "just": {"she - they": 0.0025226458122468154, "she": 0.2768200201837521, "they": 0.2742973743715053}, "keeps": {"she - they": 0.08174758592307066, "she": 0.2491475333289635, "they": 0.16739994740589284}, "kick": {"she - they": 0.02354129112138706, "she": 0.21895018385575982, "they": 0.19540889273437276}, "kid": {"she - they": -0.009529650036427945, "she": 0.16491861621531193, "they": 0.17444826625173987}, "kids": {"she - they": 0.002346440015101703, "she": 0.2600634143427146, "they": 0.2577169743276129}, "kill": {"she - they": -0.018023439849508688, "she": 0.19273862289374002, "they": 0.2107620627432487}, "killed": {"she - they": 0.038932405464830844, "she": 0.19003947127420517, "they": 0.15110706580937433}, "kind": {"she - they": 0.023933470322758776, "she": 0.17213843183583286, "they": 0.14820496151307408}, "kiss": {"she - they": 0.1319850776832879, "she": 0.29938502508918075, "they": 0.16739994740589284}, "knife": {"she - they": 0.08213402379123427, "she": 0.2379962091131585, "they": 0.15586218532192422}, "know": {"she - they": -0.029779999550154035, "she": 0.2211862294408687, "they": 0.2509662289910227}, "lady": {"she - they": 0.20729758747605198, "she": 0.29584094516666376, "they": 0.08854335769061178}, "large": {"she - they": 0.02366900147641615, "she": 0.205109138306736, "they": 0.18144013683031984}, "last": {"she - they": 0.07121888618258679, "she": 0.22062238457894429, "they": 0.1494034983963575}, "lately": {"she - they": 0.12197469883001844, "she": 0.25837816618241427, "they": 0.13640346735239584}, "later": {"she - they": 0.011144893449433368, "she": 0.18622213726143536, "they": 0.175077243812002}, "laugh": {"she - they": 0.023712504742433166, "she": 0.2001327607949232, "they": 0.17642025605249004}, "law": {"she - they": -0.01808610040432676, "she": 0.18500556593945375, "they": 0.2030916663437805}, "lay": {"she - they": 0.08141057886574937, "she": 0.25837816618241427, "they": 0.1769675873166649}, "learned": {"she - they": 0.12197469883001844, "she": 0.25837816618241427, "they": 0.13640346735239584}, "least": {"she - they": -0.005229156020912784, "she": 0.212470885634393, "they": 0.2177000416553058}, "leave": {"she - they": 0.0002557843602119525, "she": 0.2302694937342646, "they": 0.23001370937405266}, "leaves": {"she - they": 0.17396542048871855, "she": 0.2825054764187287, "they": 0.10854005593001013}, "lesson": {"she - they": 0.20436933111662553, "she": 0.3268783569852727, "they": 0.12250902586864715}, "let": {"she - they": 0.017934834599231897, "she": 0.20621635356058365, "they": 0.18828151896135176}, "lets": {"she - they": 0.057824619502606256, "she": 0.19273862289374002, "they": 0.13491400339113377}, "lie": {"she - they": 0.10857021655623941, "she": 0.2657971094335313, "they": 0.15722689287729189}, "light": {"she - they": 0.052385611652087466, "she": 0.2243289136775662, "they": 0.17194330202547872}, "like": {"she - they": 0.022093692733699488, "she": 0.29856542388238966, "they": 0.27647173114869017}, "likely": {"she - they": 0.038553632666522064, "she": 0.21673285073612372, "they": 0.17817921806960166}, "likes": {"she - they": 0.1319850776832879, "she": 0.29938502508918075, "they": 0.16739994740589284}, "line": {"she - they": 0.03906814337399478, "she": 0.17928794901643624, "they": 0.14021980564244146}, "link": {"she - they": 0.08422390817432608, "she": 0.15925270934685573, "they": 0.07502880117252965}, "literally": {"she - they": 0.03820919450772248, "she": 0.2379962091131585, "they": 0.19978701460543602}, "little": {"she - they": 0.02515418150392415, "she": 0.23695846717664673, "they": 0.21180428567272258}, "live": {"she - they": -0.06397901731436306, "she": 0.10856617921082673, "they": 0.1725451965251898}, "lived": {"she - they": 0.17621130690062226, "she": 0.2486801593214795, "they": 0.07246885242085722}, "living": {"she - they": 0.00607317777442376, "she": 0.21095722367624176, "they": 0.204884045901818}, "ll": {"she - they": 0.017320061819508265, "she": 0.24387815078447428, "they": 0.22655808896496601}, "loans": {"she - they": 0.08032358632633649, "she": 0.28565693824207883, "they": 0.20533335191574234}, "lol": {"she - they": 0.05258134254258648, "she": 0.21481674987165075, "they": 0.16223540732906427}, "long": {"she - they": -0.024701533843416057, "she": 0.18323163956043467, "they": 0.20793317340385073}, "longer": {"she - they": 0.02356241483558466, "she": 0.21673285073612372, "they": 0.19317043590053906}, "look": {"she - they": -0.005895179852632465, "she": 0.21670444305398767, "they": 0.22259962290662014}, "looked": {"she - they": 0.10943207122438575, "she": 0.2472388995353615, "they": 0.13780682831097574}, "looking": {"she - they": -0.03398246065623642, "she": 0.11215232838335928, "they": 0.1461347890395957}, "looks": {"she - they": 0.11306712749676573, "she": 0.2979240911568148, "they": 0.18485696366004906}, "love": {"she - they": -0.03361494174015192, "she": 0.14611202989186625, "they": 0.17972697163201817}, "loving": {"she - they": 0.08067937312954265, "she": 0.27709678887012174, "they": 0.19641741574057908}, "lucky": {"she - they": 0.08174758592307066, "she": 0.2491475333289635, "they": 0.16739994740589284}, "m": {"she - they": 0.059511345711482366, "she": 0.19696924544797886, "they": 0.1374578997364965}, "maggie": {"she - they": 0.1172789843010845, "she": 0.3346067153754455, "they": 0.217327731074361}, "main": {"she - they": 0.08959671255683552, "she": 0.27002741041517864, "they": 0.18043069785834312}, "majority": {"she - they": 0.023601436719312918, "she": 0.21256471854940012, "they": 0.1889632818300872}, "make": {"she - they": 0.008495202297885196, "she": 0.23788016762409525, "they": 0.22938496532621006}, "makes": {"she - they": -0.010368306004804123, "she": 0.21726030625072967, "they": 0.2276286122555338}, "makeup": {"she - they": 0.12097219869661757, "she": 0.27709678887012174, "they": 0.15612459017350416}, "male": {"she - they": 0.07574431349375008, "she": 0.23691296439260992, "they": 0.16116865089885984}, "man": {"she - they": 0.05270197135277985, "she": 0.20949416879775123, "they": 0.1567921974449714}, "map": {"she - they": 0.12262546736103136, "she": 0.2451344932296785, "they": 0.12250902586864715}, "marry": {"she - they": 0.08174758592307066, "she": 0.2491475333289635, "they": 0.16739994740589284}, "mass": {"she - they": 0.05738003820782428, "she": 0.21460693108511616, "they": 0.15722689287729189}, "massive": {"she - they": 0.03836064127406397, "she": 0.22893327541671138, "they": 0.1905726341426474}, "matter": {"she - they": 0.0909464946184077, "she": 0.23574912708761397, "they": 0.14480263246920627}, "may": {"she - they": 0.012348854582095226, "she": 0.20131600478402537, "they": 0.18896715020193014}, "maybe": {"she - they": 0.0002622645066107099, "she": 0.2120665501793333, "they": 0.21180428567272258}, "me": {"she - they": 0.05471340617796422, "she": 0.23941828749414698, "they": 0.18470488131618276}, "mean": {"she - they": 0.00019576133575224808, "she": 0.1731070906509915, "they": 0.17291132931523925}, "means": {"she - they": 0.09072432006000439, "she": 0.24183138586937872, "they": 0.15110706580937433}, "meet": {"she - they": 0.011243489456626982, "she": 0.15407609229469063, "they": 0.14283260283806365}, "member": {"she - they": 0.12436215361554318, "she": 0.20339843834931795, "they": 0.07903628473377478}, "mercy": {"she - they": 0.08067937312954265, "she": 0.27709678887012174, "they": 0.19641741574057908}, "met": {"she - they": 0.10857021655623941, "she": 0.2657971094335313, "they": 0.15722689287729189}, "middle": {"she - they": 0.08309321726132797, "she": 0.2068766566286345, "they": 0.12378343936730653}, "might": {"she - they": -0.04006430915530668, "she": 0.16491861621531193, "they": 0.2049829253706186}, "mind": {"she - they": 0.011136093372975997, "she": 0.18873771515015508, "they": 0.1776016217771791}, "mine": {"she - they": -0.01799990862413378, "she": 0.19557709724173483, "they": 0.2135770058658686}, "minister": {"she - they": 0.08280836170279085, "she": 0.21673285073612372, "they": 0.13392448903333287}, "misunderstood": {"she - they": 0.12859153434604303, "she": 0.34513168666213423, "they": 0.2165401523160912}, "mixed": {"she - they": 0.05144975285832662, "she": 0.2650027619417901, "they": 0.2135530090834635}, "modern": {"she - they": 0.10800218109490423, "she": 0.2771294060403998, "they": 0.1691272249454956}, "mom": {"she - they": 0.05705650773661525, "she": 0.22893327541671138, "they": 0.17187676768009613}, "money": {"she - they": -0.05238571287562693, "she": 0.1506313514619571, "they": 0.20301706433758404}, "mongol": {"she - they": 0.11983635714781221, "she": 0.29639823139944427, "they": 0.17656187425163206}, "monkey": {"she - they": 0.0820173275126452, "she": 0.24143323444085993, "they": 0.15941590692821472}, "month": {"she - they": 0.09072432006000439, "she": 0.24183138586937872, "they": 0.15110706580937433}, "months": {"she - they": 0.13498627474124603, "she": 0.2486801593214795, "they": 0.11369388458023347}, "more": {"she - they": -0.04196044819648759, "she": 0.20346798539237557, "they": 0.24542843358886315}, "most": {"she - they": -0.0867272413277187, "she": 0.10856617921082673, "they": 0.19529342053854543}, "mother": {"she - they": 0.139823448286695, "she": 0.3027305607223499, "they": 0.1629071124356549}, "move": {"she - they": -0.018199799837832042, "she": 0.17024825776748745, "they": 0.1884480576053195}, "moved": {"she - they": 0.12486003630771529, "she": 0.18873771515015508, "they": 0.06387767884243979}, "movie": {"she - they": 0.057505878314574155, "she": 0.2087051969845162, "they": 0.15119931866994205}, "movies": {"she - they": 0.1411826136528369, "she": 0.2887113214169735, "they": 0.14752870776413657}, "much": {"she - they": -0.07041697143364514, "she": 0.1622438792529181, "they": 0.23266085068656325}, "muppet": {"she - they": 0.1172789843010845, "she": 0.3346067153754455, "they": 0.217327731074361}, "murders": {"she - they": 0.12221832009302763, "she": 0.2535343787147794, "they": 0.13131605862175177}, "muslim": {"she - they": 0.057580430542599426, "she": 0.205109138306736, "they": 0.14752870776413657}, "must": {"she - they": 0.022669276331095112, "she": 0.23256959885755896, "they": 0.20990032252646385}, "my": {"she - they": 0.10117122605209367, "she": 0.3069613746869883, "they": 0.20579014863489464}, "myself": {"she - they": 0.039054719877418875, "she": 0.18038623680931973, "they": 0.14133151693190085}, "n": {"she - they": 0.010866355519436599, "she": 0.3031516607078441, "they": 0.2922853051884075}, "name": {"she - they": 0.10041115017777855, "she": 0.29192571280329, "they": 0.19151456262551145}, "names": {"she - they": 0.03831392609536813, "she": 0.2317732236849206, "they": 0.19345929758955246}, "nation": {"she - they": 0.00019093042964563045, "she": 0.16577403156289136, "they": 0.16558310113324573}, "nazi": {"she - they": 0.03840421598322086, "she": 0.22624636166637005, "they": 0.1878421456831492}, "need": {"she - they": -0.10881048041642483, "she": 0.10128312220469798, "they": 0.2100936026211228}, "needed": {"she - they": 0.08876785112582308, "she": 0.2885548657312591, "they": 0.19978701460543602}, "negro": {"she - they": 0.012396304578122158, "she": 0.18974596670955285, "they": 0.1773496621314307}, "negroes": {"she - they": 0.026083408860520657, "she": 0.22821930639160745, "they": 0.2021358975310868}, "neighbors": {"she - they": 0.08158936101527636, "she": 0.2535343787147794, "they": 0.17194501769950304}, "never": {"she - they": 0.03146133644507884, "she": 0.24744399857979238, "they": 0.21598266213471354}, "new": {"she - they": -0.02518300980935631, "she": 0.13281362653351522, "they": 0.15799663634287153}, "news": {"she - they": 0.05902908713124522, "she": 0.21638805353906665, "they": 0.15735896640782143}, "next": {"she - they": 0.06392200987385241, "she": 0.25543657249936386, "they": 0.19151456262551145}, "nigeria": {"she - they": 0.1319850776832879, "she": 0.29938502508918075, "they": 0.16739994740589284}, "nigerian": {"she - they": 0.13100162661842765, "she": 0.31359014371597765, "they": 0.18258851709755}, "no": {"she - they": -0.0026149504031842685, "she": 0.2525267223495736, "they": 0.25514167275275784}, "non": {"she - they": -0.007530555255736676, "she": 0.20233819057307545, "they": 0.20986874582881213}, "nor": {"she - they": 0.12335603691476062, "she": 0.22893327541671138, "they": 0.10557723850195076}, "nose": {"she - they": 0.13247837556344927, "she": 0.291894282491664, "they": 0.15941590692821472}, "not": {"she - they": 0.0033265130104400686, "she": 0.2767845138561637, "they": 0.27345800084572364}, "nothing": {"she - they": -0.04686357992568002, "she": 0.13072662730220586, "they": 0.17759020722788588}, "now": {"she - they": 0.025709460962234032, "she": 0.23895678661662761, "they": 0.21324732565439358}, "obviously": {"she - they": 0.13288978574603072, "she": 0.28543484475163994, "they": 0.15254505900560922}, "of": {"she - they": -0.04620872118526115, "she": 0.27469055725854086, "they": 0.320899278443802}, "off": {"she - they": 0.034975343206721576, "she": 0.2906610846579104, "they": 0.25568574145118883}, "official": {"she - they": 0.12295622019870518, "she": 0.2379962091131585, "they": 0.11503998891445331}, "often": {"she - they": 0.011036457190468696, "she": 0.21460693108511616, "they": 0.20357047389464747}, "old": {"she - they": 0.14741534927889718, "she": 0.2929428260756761, "they": 0.14552747679677894}, "older": {"she - they": 0.12221832009302763, "she": 0.2535343787147794, "they": 0.13131605862175177}, "on": {"she - they": -0.01609691262340962, "she": 0.2610410732772279, "they": 0.27713798590063754}, "once": {"she - they": 0.026349349130041805, "she": 0.20260246654131903, "they": 0.17625311741127722}, "one": {"she - they": -0.007676485599461186, "she": 0.23016378203738044, "they": 0.23784026763684163}, "online": {"she - they": 0.011144893449433368, "she": 0.18622213726143536, "they": 0.175077243812002}, "only": {"she - they": -0.01856244458416062, "she": 0.23006556388067764, "they": 0.24862800846483826}, "onto": {"she - they": 0.12279871101582575, "she": 0.24143323444085993, "they": 0.11863452342503418}, "open": {"she - they": 0.01119125323372172, "she": 0.17213843183583286, "they": 0.16094717860211114}, "or": {"she - they": -0.0017745321692544391, "she": 0.26198613810620924, "they": 0.2637606702754637}, "org": {"she - they": 0.011284498008282629, "she": 0.1374086121979558, "they": 0.12612411418967318}, "other": {"she - they": 0.029882547665615378, "she": 0.24308806914216372, "they": 0.21320552147654834}, "others": {"she - they": -0.009495850951570989, "she": 0.1731070906509915, "they": 0.1826029416025625}, "our": {"she - they": -0.10247844875531964, "she": 0.13729308838114443, "they": 0.23977153713646407}, "out": {"she - they": 0.03722360278266457, "she": 0.30156776244515426, "they": 0.2643441596624897}, "outside": {"she - they": 0.08339826367178477, "she": 0.19557709724173483, "they": 0.11217883356995006}, "over": {"she - they": -0.05544533600780735, "she": 0.15139293111942623, "they": 0.20683826712723358}, "own": {"she - they": -0.019880061576292324, "she": 0.22062238457894429, "they": 0.2405024461552366}, "page": {"she - they": 0.08369144832071809, "she": 0.18381480029998457, "they": 0.10012335197926647}, "parents": {"she - they": -0.03334405195498941, "she": 0.16752301434800865, "they": 0.20086706630299805}, "part": {"she - they": 0.011263945306352302, "she": 0.14611202989186625, "they": 0.13484808458551395}, "passed": {"she - they": 0.12279871101582575, "she": 0.24143323444085993, "they": 0.11863452342503418}, "pay": {"she - they": 0.011088094370949153, "she": 0.20174078079630484, "they": 0.19065268642535568}, "payments": {"she - they": 0.07985807908335307, "she": 0.29639823139944427, "they": 0.2165401523160912}, "people": {"she - they": -0.05677595280442052, "she": 0.21894851907126425, "they": 0.2757244718756848}, "perform": {"she - they": 0.12097219869661757, "she": 0.27709678887012174, "they": 0.15612459017350416}, "perhaps": {"she - they": 0.011088094370949153, "she": 0.20174078079630484, "they": 0.19065268642535568}, "person": {"she - they": 0.06770976277855512, "she": 0.2235434807832717, "they": 0.15583371800471657}, "pics": {"she - they": 0.056989331652850306, "she": 0.2317732236849206, "they": 0.1747838920320703}, "picture": {"she - they": 0.07603903004131254, "she": 0.22722145038098127, "they": 0.15118242033966872}, "pictures": {"she - they": 0.08377224279400505, "she": 0.18038623680931973, "they": 0.09661399401531467}, "piece": {"she - they": 0.08251677343864033, "she": 0.22624636166637005, "they": 0.14372958822772972}, "place": {"she - they": 0.04756557011223028, "she": 0.2457592671595936, "they": 0.1981936970473633}, "planet": {"she - they": 0.038796191735610525, "she": 0.2001327607949232, "they": 0.16133656905931268}, "play": {"she - they": 0.057711852748341924, "she": 0.19857129710517438, "they": 0.14085944435683245}, "played": {"she - they": 0.08141057886574937, "she": 0.25837816618241427, "they": 0.1769675873166649}, "playing": {"she - they": 0.011036457190468696, "she": 0.21460693108511616, "they": 0.20357047389464747}, "pm": {"she - they": 0.03934144545849276, "she": 0.15478903837527644, "they": 0.11544759291678368}, "point": {"she - they": 0.052497602961560585, "she": 0.2189481239508716, "they": 0.166450520989311}, "police": {"she - they": -0.018305644953350242, "she": 0.1555104593648914, "they": 0.17381610431824165}, "poop": {"she - they": 0.11890769581780364, "she": 0.31100013787691977, "they": 0.19209244205911613}, "post": {"she - they": -0.009692672090843943, "she": 0.12037033542416332, "they": 0.13006300751500727}, "pray": {"she - they": 0.12295622019870518, "she": 0.2379962091131585, "they": 0.11503998891445331}, "prefer": {"she - they": 0.12323316775491046, "she": 0.2317732236849206, "they": 0.10854005593001013}, "pretty": {"she - they": -0.07255212826831459, "she": 0.15407609229469063, "they": 0.22662822056300522}, "pride": {"she - they": 0.00019837724541355017, "she": 0.17715285166777922, "they": 0.17695447442236567}, "prime": {"she - they": 0.08213402379123427, "she": 0.2379962091131585, "they": 0.15586218532192422}, "probably": {"she - they": -0.010426382605614265, "she": 0.20663454011157792, "they": 0.21706092271719218}, "problem": {"she - they": -0.009549261416979427, "she": 0.16002992846872285, "they": 0.16957918988570228}, "project": {"she - they": 0.12335603691476062, "she": 0.22893327541671138, "they": 0.10557723850195076}, "promoting": {"she - they": 0.12221832009302763, "she": 0.2535343787147794, "they": 0.13131605862175177}, "protect": {"she - they": 0.12323316775491046, "she": 0.2317732236849206, "they": 0.10854005593001013}, "proved": {"she - they": 0.08032358632633649, "she": 0.28565693824207883, "they": 0.20533335191574234}, "public": {"she - they": -0.018290212423513252, "she": 0.15772781671394487, "they": 0.17601802913745812}, "publicly": {"she - they": 0.12136648650234222, "she": 0.2699488391661408, "they": 0.1485823526637986}, "pulled": {"she - they": 0.12097219869661757, "she": 0.27709678887012174, "they": 0.15612459017350416}, "pulls": {"she - they": 0.1204812975314403, "she": 0.28565693824207883, "they": 0.16517564071063853}, "pun": {"she - they": 0.1172789843010845, "she": 0.3346067153754455, "they": 0.217327731074361}, "punished": {"she - they": 0.11890769581780364, "she": 0.31100013787691977, "they": 0.19209244205911613}, "put": {"she - they": 0.013752628741850681, "she": 0.23483279097782844, "they": 0.22108016223597776}, "pyre": {"she - they": 0.11890769581780364, "she": 0.31100013787691977, "they": 0.19209244205911613}, "question": {"she - they": 0.02356241483558466, "she": 0.21673285073612372, "they": 0.19317043590053906}, "race": {"she - they": -0.028152056677316628, "she": 0.1771793977407672, "they": 0.20533145441808384}, "racial": {"she - they": 0.16883243521555313, "she": 0.25800271707702677, "they": 0.08917028186147365}, "racially": {"she - they": 0.08213402379123427, "she": 0.2379962091131585, "they": 0.15586218532192422}, "racism": {"she - they": 0.05717775233587022, "she": 0.22369586482553494, "they": 0.16651811248966472}, "racist": {"she - they": -0.06799991875818678, "she": 0.14996507769052647, "they": 0.21796499644871326}, "ran": {"she - they": 0.056989331652850306, "she": 0.2317732236849206, "they": 0.1747838920320703}, "rap": {"she - they": 0.056753287517906814, "she": 0.24143323444085993, "they": 0.18467994692295311}, "rape": {"she - they": 0.038483354821984506, "she": 0.2212677785617708, "they": 0.1827844237397863}, "raped": {"she - they": 0.08158936101527636, "she": 0.2535343787147794, "they": 0.17194501769950304}, "rapes": {"she - they": 0.12243337605990959, "she": 0.2491475333289635, "they": 0.1267141572690539}, "re": {"she - they": -0.20506832196581964, "she": 0.10482811560605892, "they": 0.30989643757187857}, "read": {"she - they": 0.02650883378803559, "she": 0.18516573201295417, "they": 0.15865689822491857}, "real": {"she - they": -0.06273189198491375, "she": 0.1640753972215385, "they": 0.22680728920645224}, "reality": {"she - they": 0.05723280064776834, "she": 0.2212677785617708, "they": 0.16403497791400246}, "really": {"she - they": -0.020259975724543744, "she": 0.1777566849883962, "they": 0.19801666071293994}, "reason": {"she - they": -0.009499911287344676, "she": 0.17213843183583286, "they": 0.18163834312317753}, "region": {"she - they": 0.1204812975314403, "she": 0.28565693824207883, "they": 0.16517564071063853}, "religion": {"she - they": 0.12310040484546343, "she": 0.23478613611067578, "they": 0.11168573126521235}, "remember": {"she - they": 0.12027527075955446, "she": 0.2841878006919048, "they": 0.16391252993235034}, "reptile": {"she - they": 0.07919112783110502, "she": 0.31100013787691977, "they": 0.23180901004581475}, "reputation": {"she - they": 0.1204812975314403, "she": 0.28565693824207883, "they": 0.16517564071063853}, "requested": {"she - they": 0.11890769581780364, "she": 0.31100013787691977, "they": 0.19209244205911613}, "rest": {"she - they": -0.033100450065364495, "she": 0.18500556593945375, "they": 0.21810601600481824}, "revenue": {"she - they": 0.11890769581780364, "she": 0.31100013787691977, "they": 0.19209244205911613}, "right": {"she - they": 0.017472778364114344, "she": 0.22734152419292647, "they": 0.20986874582881213}, "rob": {"she - they": 0.1204812975314403, "she": 0.28565693824207883, "they": 0.16517564071063853}, "robbers": {"she - they": 0.11890769581780364, "she": 0.31100013787691977, "they": 0.19209244205911613}, "roll": {"she - they": 0.12136648650234222, "she": 0.2699488391661408, "they": 0.1485823526637986}, "rose": {"she - they": 0.08067937312954265, "she": 0.27709678887012174, "they": 0.19641741574057908}, "rude": {"she - they": 0.07985807908335307, "she": 0.29639823139944427, "they": 0.2165401523160912}, "running": {"she - they": 0.03881782120378377, "she": 0.19857129710517438, "they": 0.1597534759013906}, "s": {"she - they": 0.03440779095216745, "she": 0.2727666531325591, "they": 0.23835886218039165}, "sa": {"she - they": 0.08213402379123427, "she": 0.2379962091131585, "they": 0.15586218532192422}, "safe": {"she - they": 0.05723280064776834, "she": 0.2212677785617708, "they": 0.16403497791400246}, "said": {"she - they": 0.05833254929854423, "she": 0.28636532952693755, "they": 0.22803278022839332}, "same": {"she - they": -0.007311724788974849, "she": 0.23630597979054954, "they": 0.2436177045795244}, "sat": {"she - they": 0.10721433556871088, "she": 0.291894282491664, "they": 0.18467994692295311}, "save": {"she - they": 0.0575439879585338, "she": 0.2068766566286345, "they": 0.1493326686701007}, "saw": {"she - they": 0.05988111614675165, "she": 0.21706944267186234, "they": 0.1571883265251107}, "say": {"she - they": 0.00033787707341048634, "she": 0.25165528354873085, "they": 0.25131740647532036}, "says": {"she - they": 0.14626110744104406, "she": 0.3053272794051687, "they": 0.15906617196412462}, "scenario": {"she - they": 0.12197469883001844, "she": 0.25837816618241427, "they": 0.13640346735239584}, "scene": {"she - they": 0.0002165194585311836, "she": 0.2068766566286345, "they": 0.20666013717010331}, "schmidt": {"she - they": 0.1172789843010845, "she": 0.3346067153754455, "they": 0.217327731074361}, "school": {"she - they": 0.049953754502782916, "she": 0.27064108157701966, "they": 0.22068732707423674}, "scum": {"she - they": 0.023796822626437064, "she": 0.19003947127420517, "they": 0.1662426486477681}, "second": {"she - they": -0.009335087384496399, "she": 0.2087051969845162, "they": 0.2180402843690126}, "secondly": {"she - they": 0.11890769581780364, "she": 0.31100013787691977, "they": 0.19209244205911613}, "seconds": {"she - they": 0.1313724407684026, "she": 0.3083400280850675, "they": 0.1769675873166649}, "see": {"she - they": 0.04084640061469463, "she": 0.2507439310906339, "they": 0.2098975304759393}, "seems": {"she - they": 0.04272281282665674, "she": 0.22247885699161082, "they": 0.17975604416495408}, "seen": {"she - they": -0.02644900589298574, "she": 0.13220789233193284, "they": 0.15865689822491857}, "seriously": {"she - they": 0.08251677343864033, "she": 0.22624636166637005, "they": 0.14372958822772972}, "serve": {"she - they": 0.08067937312954265, "she": 0.27709678887012174, "they": 0.19641741574057908}, "set": {"she - they": 0.057850420467076974, "she": 0.19137255263064493, "they": 0.13352213216356795}, "shall": {"she - they": 0.0825965516402602, "she": 0.22369586482553494, "they": 0.14109931318527474}, "shame": {"she - they": 0.038585984704159304, "she": 0.21460693108511616, "they": 0.17602094638095686}, "she": {"she - they": 0.5397748700303356, "she": 0.670042033380406, "they": 0.1302671633500704}, "sheboon": {"she - they": 0.07985807908335307, "she": 0.29639823139944427, "they": 0.2165401523160912}, "shift": {"she - they": 0.12097219869661757, "she": 0.27709678887012174, "they": 0.15612459017350416}, "shoot": {"she - they": 0.08280836170279085, "she": 0.21673285073612372, "they": 0.13392448903333287}, "shot": {"she - they": 0.13526680092179133, "she": 0.24313343916113095, "they": 0.10786663823933962}, "should": {"she - they": -0.09081086151761456, "she": 0.16954028781075106, "they": 0.2603511493283656}, "show": {"she - they": -0.07302036374310089, "she": 0.1683990737631522, "they": 0.24141943750625308}, "showed": {"she - they": 0.10679389220122087, "she": 0.29938502508918075, "they": 0.19259113288795987}, "sick": {"she - they": 0.03881782120378377, "she": 0.19857129710517438, "they": 0.1597534759013906}, "side": {"she - they": -0.01810477693551929, "she": 0.1826486927631895, "they": 0.2007534696987088}, "similar": {"she - they": 0.08309321726132797, "she": 0.2068766566286345, "they": 0.12378343936730653}, "since": {"she - they": -0.05805752551062163, "she": 0.1424844030305694, "they": 0.20054192854119102}, "sister": {"she - they": 0.1845881127865614, "she": 0.32703992630178674, "they": 0.14245181351522535}, "sisters": {"she - they": 0.08323471351166155, "she": 0.20174078079630484, "they": 0.11850606728464329}, "site": {"she - they": 0.0001707648576270704, "she": 0.13686901284115946, "they": 0.1366982479835324}, "skin": {"she - they": 0.04283956188000354, "she": 0.21561998396494875, "they": 0.1727804220849452}, "slaves": {"she - they": 0.05631100975789749, "she": 0.25837816618241427, "they": 0.20206715642451678}, "slavic": {"she - they": 0.03864594051934156, "she": 0.21059945865277802, "they": 0.17195351813343646}, "slowly": {"she - they": 0.03793348007069136, "she": 0.2535343787147794, "they": 0.21560089864408805}, "small": {"she - they": 0.03414630613930092, "she": 0.21402436088001642, "they": 0.1798780547407155}, "smart": {"she - they": 0.056753287517906814, "she": 0.24143323444085993, "they": 0.18467994692295311}, "smashed": {"she - they": 0.1204812975314403, "she": 0.28565693824207883, "they": 0.16517564071063853}, "smell": {"she - they": 0.11983635714781221, "she": 0.29639823139944427, "they": 0.17656187425163206}, "smile": {"she - they": 0.13100162661842765, "she": 0.31359014371597765, "they": 0.18258851709755}, "so": {"she - they": -0.018022509543312193, "she": 0.26343773133338594, "they": 0.28146024087669813}, "social": {"she - they": 0.0236841002619487, "she": 0.20339843834931795, "they": 0.17971433808736925}, "solicited": {"she - they": 0.1172789843010845, "she": 0.3346067153754455, "they": 0.217327731074361}, "some": {"she - they": 0.02586188228426753, "she": 0.2426573727717, "they": 0.21679549048743246}, "something": {"she - they": 0.07500196862087202, "she": 0.27215713612201636, "they": 0.19715516750114434}, "son": {"she - they": 0.17668206983798357, "she": 0.24055974868042335, "they": 0.06387767884243979}, "soon": {"she - they": -0.026197382901513938, "she": 0.15925270934685573, "they": 0.18545009224836967}, "sorry": {"she - they": 0.19551781214155284, "she": 0.34670023248122156, "they": 0.15118242033966872}, "sort": {"she - they": -0.00934389277113673, "she": 0.2068766566286345, "they": 0.21622054939977123}, "sounds": {"she - they": 0.09028690245491419, "she": 0.25325397898987073, "they": 0.16296707653495654}, "south": {"she - they": -0.018262735008203745, "she": 0.16161531973251175, "they": 0.1798780547407155}, "spanish": {"she - they": 0.12279871101582575, "she": 0.24143323444085993, "they": 0.11863452342503418}, "speak": {"she - they": 0.03396367589770419, "she": 0.22722145038098127, "they": 0.19325777448327708}, "speaking": {"she - they": 0.08928726035725063, "she": 0.2771294060403998, "they": 0.1878421456831492}, "specie": {"she - they": 0.1172789843010845, "she": 0.3346067153754455, "they": 0.217327731074361}, "spelling": {"she - they": 0.11983635714781221, "she": 0.29639823139944427, "they": 0.17656187425163206}, "spit": {"she - they": 0.1204812975314403, "she": 0.28565693824207883, "they": 0.16517564071063853}, "stamps": {"she - they": 0.11983635714781221, "she": 0.29639823139944427, "they": 0.17656187425163206}, "start": {"she - they": -0.010536911284264844, "she": 0.18516573201295417, "they": 0.195702643297219}, "started": {"she - they": -0.05172844043589536, "she": 0.18150617211328668, "they": 0.23323461254918204}, "starts": {"she - they": 0.03844501801330408, "she": 0.22369586482553494, "they": 0.18525084681223086}, "state": {"she - they": 0.07625380817785726, "she": 0.21981079230023526, "they": 0.143556984122378}, "statement": {"she - they": 0.08141057886574937, "she": 0.25837816618241427, "they": 0.1769675873166649}, "status": {"she - they": 0.1216946238716449, "she": 0.2637941228804734, "they": 0.14209949900882848}, "stay": {"she - they": 0.011171870951774326, "she": 0.1782104292662021, "they": 0.16703855831442777}, "sticks": {"she - they": 0.11983635714781221, "she": 0.29639823139944427, "they": 0.17656187425163206}, "still": {"she - they": -0.058217041191235996, "she": 0.1347552857975803, "they": 0.1929723269888163}, "stock": {"she - they": 0.038483354821984506, "she": 0.2212677785617708, "they": 0.1827844237397863}, "stood": {"she - they": 0.08158936101527636, "she": 0.2535343787147794, "they": 0.17194501769950304}, "store": {"she - they": 0.12377048836443194, "she": 0.21895018385575982, "they": 0.09517969549132788}, "stories": {"she - they": 0.01101809505422488, "she": 0.21895018385575982, "they": 0.20793208880153494}, "stormfront": {"she - they": 0.053298674915453245, "she": 0.1743482451044656, "they": 0.12104957018901234}, "story": {"she - they": -0.018338988776283538, "she": 0.1506313514619571, "they": 0.16897034023824065}, "street": {"she - they": 0.1765357114346695, "she": 0.24313343916113095, "they": 0.06659772772646144}, "streets": {"she - they": 0.05717775233587022, "she": 0.22369586482553494, "they": 0.16651811248966472}, "student": {"she - they": 0.05738003820782428, "she": 0.21460693108511616, "they": 0.15722689287729189}, "students": {"she - they": 0.00019770917797826137, "she": 0.17611443960292272, "they": 0.17591673042494446}, "stuff": {"she - they": -0.018178376287402043, "she": 0.1731070906509915, "they": 0.19128546693839354}, "stupid": {"she - they": 0.06335350072470661, "she": 0.27372532935382143, "they": 0.21037182862911483}, "subhuman": {"she - they": 0.1204812975314403, "she": 0.28565693824207883, "they": 0.16517564071063853}, "such": {"she - they": -0.026363163576818838, "she": 0.14189977101760987, "they": 0.1682629345944287}, "sucks": {"she - they": 0.05616205135756455, "she": 0.2637941228804734, "they": 0.20763207152290883}, "suffering": {"she - they": 0.08032358632633649, "she": 0.28565693824207883, "they": 0.20533335191574234}, "suited": {"she - they": 0.11983635714781221, "she": 0.29639823139944427, "they": 0.17656187425163206}, "support": {"she - they": 0.06357456561401426, "she": 0.2164343890418062, "they": 0.15285982342779195}, "suspect": {"she - they": 0.05705650773661525, "she": 0.22893327541671138, "they": 0.17187676768009613}, "sweden": {"she - they": 0.058009732052057936, "she": 0.1826486927631895, "they": 0.12463896071113158}, "swedish": {"she - they": 0.1751325093250981, "she": 0.2657971094335313, "they": 0.09066460010843318}, "sweet": {"she - they": 0.1614247861964887, "she": 0.3504074620998303, "they": 0.1889826759033416}, "t": {"she - they": 0.004891067135319005, "she": 0.2939281820191942, "they": 0.2890371148838752}, "table": {"she - they": 0.08188925879224282, "she": 0.2451344932296785, "they": 0.1632452344374357}, "take": {"she - they": -0.06440847717550757, "she": 0.16916200574414011, "they": 0.2335704829196477}, "taken": {"she - they": 0.02380731545037809, "she": 0.18873771515015508, "they": 0.164930399699777}, "talk": {"she - they": 0.00022817478666378732, "she": 0.18716052841210262, "they": 0.18693235362543884}, "tan": {"she - they": 0.12097219869661757, "she": 0.27709678887012174, "they": 0.15612459017350416}, "tape": {"she - they": 0.12262546736103136, "she": 0.2451344932296785, "they": 0.12250902586864715}, "tatar": {"she - they": 0.1204812975314403, "she": 0.28565693824207883, "they": 0.16517564071063853}, "taught": {"she - they": 0.010974107376715614, "she": 0.22893327541671138, "they": 0.21795916803999577}, "teach": {"she - they": 0.04241758034243115, "she": 0.23931703715497263, "they": 0.19689945681254148}, "teacher": {"she - they": 0.18306868242721072, "she": 0.34401586102932186, "they": 0.16094717860211114}, "teachers": {"she - they": -0.018232747339014782, "she": 0.16577403156289136, "they": 0.18400677890190614}, "teaching": {"she - they": 0.08928726035725063, "she": 0.2771294060403998, "they": 0.1878421456831492}, "teen": {"she - they": 0.08120560578292338, "she": 0.2637941228804734, "they": 0.18258851709755}, "teeth": {"she - they": 0.08174758592307066, "she": 0.2491475333289635, "they": 0.16739994740589284}, "telling": {"she - they": 0.062401154350741866, "she": 0.26004569622732737, "they": 0.1976445418765855}, "test": {"she - they": 0.12402136085878834, "she": 0.21256471854940012, "they": 0.08854335769061178}, "text": {"she - they": 0.12385885864666674, "she": 0.21673285073612372, "they": 0.09287399208945699}, "than": {"she - they": -0.10088904954955624, "she": 0.1404795757737026, "they": 0.24136862532325884}, "thank": {"she - they": 0.07712563459742906, "she": 0.18565858023040877, "they": 0.1085329456329797}, "thanksgiving": {"she - they": 0.1216946238716449, "she": 0.2637941228804734, "they": 0.14209949900882848}, "that": {"she - they": -0.045729288791679645, "she": 0.266809146878336, "they": 0.31253843567001566}, "thats": {"she - they": 0.0338033497421415, "she": 0.2381018699636681, "they": 0.2042985202215266}, "the": {"she - they": -0.019406911035161845, "she": 0.3268879306296915, "they": 0.34629484166485336}, "their": {"she - they": -0.19256253105538487, "she": 0.15052292569006723, "they": 0.3430854567454521}, "them": {"she - they": -0.1531503006788489, "she": 0.16350512854930457, "they": 0.3166554292281535}, "themselves": {"she - they": -0.10945665236645025, "she": 0.16161531973251175, "they": 0.271071972098962}, "then": {"she - they": 0.007030988211680023, "she": 0.2702094216789287, "they": 0.2631784334672487}, "theory": {"she - they": 0.08141057886574937, "she": 0.25837816618241427, "they": 0.1769675873166649}, "there": {"she - they": -0.04717877315797078, "she": 0.18046419183400636, "they": 0.22764296499197714}, "theres": {"she - they": 0.12279871101582575, "she": 0.24143323444085993, "they": 0.11863452342503418}, "these": {"she - they": -0.16326964016318202, "she": 0.08072463122866175, "they": 0.24399427139184376}, "they": {"she - they": -0.4072705469198461, "she": 0.17851476514025635, "they": 0.5857853120601024}, "thing": {"she - they": 0.07283155339797706, "she": 0.2843663253274935, "they": 0.21153477192951645}, "think": {"she - they": -0.004403575571217844, "she": 0.2685088817921447, "they": 0.27291245736336256}, "thinks": {"she - they": 0.10812930814777186, "she": 0.2746474206374366, "they": 0.16651811248966472}, "this": {"she - they": 0.04295954945940414, "she": 0.26850508384707633, "they": 0.2255455343876722}, "though": {"she - they": -0.026212571930233075, "she": 0.15772781671394487, "they": 0.18394038864417794}, "thought": {"she - they": 0.03917471992660493, "she": 0.23568865751319218, "they": 0.19651393758658725}, "thread": {"she - they": 0.024252157522403645, "she": 0.11672381646024876, "they": 0.09247165893784512}, "three": {"she - they": 0.02378598690457831, "she": 0.19137255263064493, "they": 0.16758656572606662}, "thrown": {"she - they": 0.12243337605990959, "she": 0.2491475333289635, "they": 0.1267141572690539}, "till": {"she - they": 0.07469755229855746, "she": 0.2678679881990965, "they": 0.19317043590053906}, "time": {"she - they": 0.0029821164191631, "she": 0.21086276723176486, "they": 0.20788065081260176}, "times": {"she - they": 0.03947183850967151, "she": 0.21754442898387244, "they": 0.17807259047420093}, "tiny": {"she - they": 0.12097219869661757, "she": 0.27709678887012174, "they": 0.15612459017350416}, "to": {"she - they": -0.049867322087167765, "she": 0.31062052456294403, "they": 0.3604878466501118}, "today": {"she - they": -0.052398813316569176, "she": 0.14996507769052647, "they": 0.20236389100709565}, "together": {"she - they": 0.000239434458174842, "she": 0.20391679924280628, "they": 0.20367736478463144}, "told": {"she - they": 0.07124084623743604, "she": 0.32255313498152544, "they": 0.2513122887440894}, "too": {"she - they": 0.07384315336939168, "she": 0.25636955788513094, "they": 0.18252640451573926}, "top": {"she - they": 0.08327803983323043, "she": 0.2001327607949232, "they": 0.11685472096169278}, "tortured": {"she - they": 0.1695769554061395, "she": 0.33475259611677805, "they": 0.16517564071063853}, "towards": {"she - they": 0.03831392609536813, "she": 0.2317732236849206, "they": 0.19345929758955246}, "toys": {"she - they": 0.11983635714781221, "she": 0.29639823139944427, "they": 0.17656187425163206}, "trash": {"she - they": 0.12357685678640623, "she": 0.22369586482553494, "they": 0.10011900803912871}, "tree": {"she - they": 0.1752639678812209, "she": 0.2638073255718327, "they": 0.08854335769061178}, "tries": {"she - they": 0.08120560578292338, "she": 0.2637941228804734, "they": 0.18258851709755}, "trouble": {"she - they": 0.08251677343864033, "she": 0.22624636166637005, "they": 0.14372958822772972}, "try": {"she - they": 0.053326187374775236, "she": 0.2671826268412858, "they": 0.21385643946651056}, "trying": {"she - they": -0.05241172808996475, "she": 0.14930595233270486, "they": 0.2017176804226696}, "turned": {"she - they": 0.12323316775491046, "she": 0.2317732236849206, "they": 0.10854005593001013}, "turning": {"she - they": 0.16422878875822042, "she": 0.32009097408014464, "they": 0.15586218532192422}, "turns": {"she - they": 0.05655640044100363, "she": 0.2491475333289635, "they": 0.19259113288795987}, "tv": {"she - they": -0.01838896462968584, "she": 0.14307454647316709, "they": 0.16146351110285292}, "two": {"she - they": 0.06299965360204693, "she": 0.250481708463503, "they": 0.18748205486145605}, "typical": {"she - they": 0.08251677343864033, "she": 0.22624636166637005, "they": 0.14372958822772972}, "u": {"she - they": 0.12568674191235787, "she": 0.15925270934685573, "they": 0.033565967434497856}, "ukrainian": {"she - they": 0.12221832009302763, "she": 0.2535343787147794, "they": 0.13131605862175177}, "under": {"she - they": -0.009503888738959243, "she": 0.17118567109590438, "they": 0.18068955983486362}, "unfortunately": {"she - they": 0.16661896375881635, "she": 0.29040240312612287, "they": 0.12378343936730653}, "university": {"she - they": 0.08360309985270224, "she": 0.18746574572699015, "they": 0.10386264587428791}, "unsuspecting": {"she - they": 0.11983635714781221, "she": 0.29639823139944427, "they": 0.17656187425163206}, "until": {"she - they": 0.033212603046397726, "she": 0.24318375663789482, "they": 0.2099711535914971}, "up": {"she - they": -0.06873070220520719, "she": 0.1888408946654622, "they": 0.2575715968706694}, "us": {"she - they": -0.11333106722117198, "she": 0.13972512560644512, "they": 0.2530561928276171}, "use": {"she - they": 0.006115769575935598, "she": 0.18615528473098686, "they": 0.18003951515505126}, "used": {"she - they": 0.16943660237728742, "she": 0.2806850847064682, "they": 0.11124848232918079}, "using": {"she - they": 0.039012167830778294, "she": 0.18381480029998457, "they": 0.14480263246920627}, "usually": {"she - they": 0.02591121018826459, "she": 0.24313343916113095, "they": 0.21722222897286636}, "v": {"she - they": 0.03917480748458094, "she": 0.17024825776748745, "they": 0.1310734502829065}, "values": {"she - they": 0.12323316775491046, "she": 0.2317732236849206, "they": 0.10854005593001013}, "ve": {"she - they": -0.0037453896046898416, "she": 0.1887582827959507, "they": 0.19250367240064054}, "very": {"she - they": 0.04582231797828015, "she": 0.22514452437527427, "they": 0.17932220639699412}, "victim": {"she - they": 0.13288978574603072, "she": 0.28543484475163994, "they": 0.15254505900560922}, "video": {"she - they": 0.06852009315166305, "she": 0.18937607557374078, "they": 0.12085598242207773}, "videos": {"she - they": 0.00019770917797826137, "she": 0.17611443960292272, "they": 0.17591673042494446}, "views": {"she - they": -0.00926066460403907, "she": 0.22369586482553494, "they": 0.232956529429574}, "vote": {"she - they": 0.08224107710506656, "she": 0.23478613611067578, "they": 0.15254505900560922}, "wait": {"she - they": 0.06342769887452643, "she": 0.22247885699161082, "they": 0.1590511581170844}, "walk": {"she - they": 0.03885872678703117, "she": 0.19557709724173483, "they": 0.15671837045470366}, "wanna": {"she - they": 0.08224107710506656, "she": 0.23478613611067578, "they": 0.15254505900560922}, "want": {"she - they": -0.1281369131979769, "she": 0.13823969004082368, "they": 0.2663766032388006}, "wants": {"she - they": 0.0909045581302709, "she": 0.23691296439260992, "they": 0.14600840626233902}, "warm": {"she - they": 0.13247837556344927, "she": 0.291894282491664, "they": 0.15941590692821472}, "was": {"she - they": 0.19235647754998142, "she": 0.383247995596434, "they": 0.1908915180464526}, "watch": {"she - they": 0.07552947473969104, "she": 0.2574798834483187, "they": 0.18195040870862764}, "watched": {"she - they": 0.08243145445726055, "she": 0.22893327541671138, "they": 0.14650182095945083}, "watches": {"she - they": 0.11890769581780364, "she": 0.31100013787691977, "they": 0.19209244205911613}, "watching": {"she - they": -0.033197524879793494, "she": 0.1782104292662021, "they": 0.21140795414599559}, "way": {"she - they": 0.002973909923898843, "she": 0.2272899468937109, "they": 0.22431603696981206}, "we": {"she - they": -0.04107013215084915, "she": 0.16236541835925644, "they": 0.2034355505101056}, "week": {"she - they": 0.10062044818400998, "she": 0.2628732025099636, "they": 0.16225275432595362}, "weekend": {"she - they": 0.12367669275627431, "she": 0.2212677785617708, "they": 0.09759108580549648}, "weeks": {"she - they": 0.11041549130791255, "she": 0.22339642151608544, "they": 0.11298093020817289}, "welfare": {"she - they": 0.051177501356283656, "she": 0.2746474206374366, "they": 0.22346991928115292}, "well": {"she - they": 0.005728288080907473, "she": 0.2205474222846523, "they": 0.21481913420374482}, "went": {"she - they": 0.08043397602736654, "she": 0.29554384513665083, "they": 0.21510986910928429}, "were": {"she - they": -0.07788755339275319, "she": 0.21151249765772187, "they": 0.28940005105047506}, "western": {"she - they": 0.038949353589610325, "she": 0.18873771515015508, "they": 0.14978836156054476}, "what": {"she - they": -0.0844997967314777, "she": 0.18226477895307466, "they": 0.26676457568455236}, "whatever": {"she - they": 0.08309321726132797, "she": 0.2068766566286345, "they": 0.12378343936730653}, "when": {"she - they": -0.022214278166619306, "she": 0.27110906220000985, "they": 0.29332334036662916}, "where": {"she - they": 0.045377792419133645, "she": 0.274021384439043, "they": 0.22864359201990936}, "which": {"she - they": -0.07796755728994637, "she": 0.1199551263697603, "they": 0.19792268365970667}, "while": {"she - they": 0.09716489203498985, "she": 0.26618255558961185, "they": 0.169017663554622}, "white": {"she - they": 0.013746718203428265, "she": 0.27706333258801674, "they": 0.2633166143845885}, "whites": {"she - they": -0.13740873784847324, "she": 0.12205102806779144, "they": 0.2594597659162647}, "whitey": {"she - they": 0.05655640044100363, "she": 0.2491475333289635, "they": 0.19259113288795987}, "who": {"she - they": -0.037127594930985885, "she": 0.19602135470148807, "they": 0.23314894963247396}, "whole": {"she - they": 0.03404339205137161, "she": 0.2215757136425856, "they": 0.187532321591214}, "why": {"she - they": -0.03385516291014701, "she": 0.19903319343399853, "they": 0.23288835634414554}, "will": {"she - they": -0.047909575876058874, "she": 0.23557201775945574, "they": 0.2834815936355146}, "william": {"she - they": 0.12394233097668299, "she": 0.21460693108511616, "they": 0.09066460010843318}, "with": {"she - they": -0.04252919344387318, "she": 0.2465318613340095, "they": 0.2890610547778827}, "wn": {"she - they": 0.08353938359988612, "she": 0.19003947127420517, "they": 0.10650008767431905}, "wo": {"she - they": -0.032965176863011036, "she": 0.19413948498590017, "they": 0.2271046618489112}, "woman": {"she - they": 0.08588159833266193, "she": 0.23633236014831416, "they": 0.15045076181565223}, "women": {"she - they": -0.08161203870276773, "she": 0.1424844030305694, "they": 0.22409644173333712}, "wonder": {"she - they": -0.05791107343812138, "she": 0.14930595233270486, "they": 0.20721702577082624}, "wonderful": {"she - they": 0.0825965516402602, "she": 0.22369586482553494, "they": 0.14109931318527474}, "wore": {"she - they": 0.0809661632627992, "she": 0.2699488391661408, "they": 0.1889826759033416}, "work": {"she - they": -0.010503253823270997, "she": 0.19189376941684572, "they": 0.2023970232401167}, "worshipping": {"she - they": 0.11983635714781221, "she": 0.29639823139944427, "they": 0.17656187425163206}, "worst": {"she - they": 0.038483354821984506, "she": 0.2212677785617708, "they": 0.1827844237397863}, "would": {"she - they": 0.013106721709149366, "she": 0.2420200011877395, "they": 0.22891327947859014}, "wow": {"she - they": 0.12416762779939351, "she": 0.2087051969845162, "they": 0.08453756918512269}, "write": {"she - they": 0.08233985440324659, "she": 0.2317732236849206, "they": 0.149433369281674}, "www": {"she - they": 0.0487846843307439, "she": 0.1785775686958569, "they": 0.129792884365113}, "ya": {"she - they": -0.009454965560857759, "she": 0.1826486927631895, "they": 0.19210365832404727}, "yeah": {"she - they": 0.018916066759222194, "she": 0.22339642151608544, "they": 0.20448035475686324}, "year": {"she - they": 0.1025990413316438, "she": 0.2452213608904964, "they": 0.1426223195588526}, "years": {"she - they": 0.017603117314666933, "she": 0.2083600345113545, "they": 0.19075691719668758}, "yes": {"she - they": -0.05825812321660048, "she": 0.13270933170410132, "they": 0.1909674549207018}, "yet": {"she - they": 0.03414630613930092, "she": 0.21402436088001642, "they": 0.1798780547407155}, "you": {"she - they": -0.056473096990931976, "she": 0.17077110005714277, "they": 0.22724419704807475}, "young": {"she - they": -0.018206651708640997, "she": 0.169325669882573, "they": 0.187532321591214}, "younger": {"she - they": 0.0891707754773926, "she": 0.27974340962004, "they": 0.1905726341426474}, "your": {"she - they": -0.030581029480827915, "she": 0.15800098228678577, "they": 0.1885820117676137}, "youtube": {"she - they": 0.09527995546201617, "she": 0.15156977212567802, "they": 0.05628981666366184}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-she-woman.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-she-woman.json new file mode 100644 index 0000000000000000000000000000000000000000..d62c96d8349415ee37e346cd492588c1ba7b9b38 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-she-woman.json @@ -0,0 +1 @@ +{"1": {"she - woman": -0.19377260342837405, "she": 0.12037033542416332, "woman": 0.31414293885253736}, "11": {"she - woman": -0.15953954753433586, "she": 0.18746574572699015, "woman": 0.347005293261326}, "13": {"she - woman": -0.06507441215733839, "she": 0.22369586482553494, "woman": 0.28877027698287333}, "15": {"she - woman": -0.014849413596837446, "she": 0.24583537468177175, "woman": 0.2606847882786092}, "18": {"she - woman": -0.12186786955264922, "she": 0.21059945865277802, "woman": 0.33246732820542724}, "1935": {"she - woman": -0.058876310959298794, "she": 0.3346067153754455, "woman": 0.3934830263347443}, "2": {"she - woman": -0.10736660202628523, "she": 0.20386200735764604, "woman": 0.31122860938393127}, "2012": {"she - woman": -0.0655348756457543, "she": 0.21460693108511616, "woman": 0.28014180673087047}, "21": {"she - woman": -0.12152544732511925, "she": 0.21460693108511616, "woman": 0.3361323784102354}, "27": {"she - woman": -0.06351200225019898, "she": 0.2535343787147794, "woman": 0.3170463809649784}, "5": {"she - woman": -0.016045903393829802, "she": 0.1994358629234396, "woman": 0.2154817663172694}, "6": {"she - woman": -0.06792410472781668, "she": 0.16491861621531193, "woman": 0.2328427209431286}, "8": {"she - woman": -0.12287728738268747, "she": 0.19857129710517438, "woman": 0.32144858448786184}, "88": {"she - woman": -0.06807524283214933, "she": 0.16161531973251175, "woman": 0.22969056256466108}, "9": {"she - woman": -0.06720361396639668, "she": 0.18038623680931973, "woman": 0.2475898507757164}, "a": {"she - woman": -0.09195514509563218, "she": 0.35415584059425104, "woman": 0.4461109856898832}, "about": {"she - woman": -0.003519557327329781, "she": 0.27256856739659324, "woman": 0.276088124723923}, "above": {"she - woman": -0.06640368397737517, "she": 0.19705359200386435, "woman": 0.2634572759812395}, "actress": {"she - woman": -0.06028481547914577, "she": 0.31100013787691977, "woman": 0.37128495335606554}, "african": {"she - woman": -0.07090173413707973, "she": 0.256539444414089, "woman": 0.3274411785511687}, "after": {"she - woman": -0.01656918514523742, "she": 0.17953045813328042, "woman": 0.19609964327851784}, "again": {"she - woman": 0.01702693346414319, "she": 0.2273301440685508, "woman": 0.2103032106044076}, "against": {"she - woman": -0.041467387748052864, "she": 0.2230209559738619, "woman": 0.26448834372191476}, "ago": {"she - woman": 0.01984143183772441, "she": 0.27257103776502883, "woman": 0.2527296059273044}, "all": {"she - woman": -0.07448951004959076, "she": 0.15170498814936753, "woman": 0.2261944981989583}, "also": {"she - woman": -0.07049563666199078, "she": 0.1054927484511234, "woman": 0.17598838511311418}, "am": {"she - woman": -0.13007832049631246, "she": 0.10034705456303555, "woman": 0.23042537505934801}, "an": {"she - woman": -0.12328844428622523, "she": 0.20723871108562839, "woman": 0.3305271553718536}, "and": {"she - woman": -0.0005565600951576988, "she": 0.3718781323988114, "woman": 0.3724346924939691}, "another": {"she - woman": -0.11197527567180704, "she": 0.18516573201295417, "woman": 0.2971410076847612}, "any": {"she - woman": -0.11538018833185959, "she": 0.13702490283654478, "woman": 0.25240509116840437}, "anyone": {"she - woman": -0.01705599362600746, "she": 0.16121387011836827, "woman": 0.17826986374437573}, "apartment": {"she - woman": -0.11975498304322962, "she": 0.23478613611067578, "woman": 0.3545411191539054}, "apparently": {"she - woman": -0.0653157394805815, "she": 0.21895018385575982, "woman": 0.2842659233363413}, "are": {"she - woman": -0.023323858281622617, "she": 0.18419914235744742, "woman": 0.20752300063907003}, "around": {"she - woman": 0.01642544841925561, "she": 0.1834352691770269, "woman": 0.1670098207577713}, "as": {"she - woman": -0.03025228230390123, "she": 0.23857315438982238, "woman": 0.2688254366937236}, "at": {"she - woman": 0.004098523347647154, "she": 0.269830687469145, "woman": 0.26573216412149786}, "attack": {"she - woman": -0.06792410472781668, "she": 0.16491861621531193, "woman": 0.2328427209431286}, "attacked": {"she - woman": -0.06910627440226547, "she": 0.28543484475163994, "woman": 0.3545411191539054}, "attacks": {"she - woman": -0.120513638233154, "she": 0.22624636166637005, "woman": 0.34675999989952405}, "austrian": {"she - woman": -0.06028481547914577, "she": 0.31100013787691977, "woman": 0.37128495335606554}, "back": {"she - woman": 0.14933134105272008, "she": 0.3029006335794894, "woman": 0.1535692925267693}, "bad": {"she - woman": 0.016994301138722273, "she": 0.2246019191308161, "woman": 0.20760761799209382}, "be": {"she - woman": -0.03938659998471525, "she": 0.22652513488828482, "woman": 0.26591173487300007}, "beautiful": {"she - woman": 0.0612840316666565, "she": 0.2941267526097851, "woman": 0.2328427209431286}, "because": {"she - woman": 0.05158840193414027, "she": 0.3053561187876662, "woman": 0.25376771685352595}, "become": {"she - woman": -0.06803832741443294, "she": 0.16242409248792622, "woman": 0.23046241990235916}, "been": {"she - woman": -0.1695829907355796, "she": 0.07638878086977732, "woman": 0.2459717716053569}, "behind": {"she - woman": -0.015220129176506392, "she": 0.23132328730710514, "woman": 0.24654341648361153}, "being": {"she - woman": -0.07996269808634104, "she": 0.1965718381613072, "woman": 0.27653453624764823}, "big": {"she - woman": -0.016013322060265844, "she": 0.20068283209411736, "woman": 0.2166961541543832}, "black": {"she - woman": -0.15482369128498624, "she": 0.26472115489988945, "woman": 0.4195448461848757}, "blacks": {"she - woman": -0.08052968060216259, "she": 0.18693772740150788, "woman": 0.26746740800367047}, "blind": {"she - woman": -0.11758775027556506, "she": 0.25837816618241427, "woman": 0.37596591645797933}, "blue": {"she - woman": -0.015350715653926483, "she": 0.22624084785443335, "woman": 0.24159156350835984}, "boasted": {"she - woman": -0.058876310959298794, "she": 0.3346067153754455, "woman": 0.3934830263347443}, "boy": {"she - woman": -0.16111336026174364, "she": 0.17213843183583286, "woman": 0.3332517920975765}, "brother": {"she - woman": -0.06674329266103213, "she": 0.19003947127420517, "woman": 0.2567827639352373}, "brown": {"she - woman": -0.06868765469613997, "she": 0.14800849945824324, "woman": 0.2166961541543832}, "bus": {"she - woman": -0.18364971013316675, "she": 0.2068766566286345, "woman": 0.39052636676180125}, "but": {"she - woman": 0.04990711368923098, "she": 0.2996137731895542, "woman": 0.2497066595003232}, "by": {"she - woman": -0.1090987780482359, "she": 0.22821343812971637, "woman": 0.33731221617795226}, "ca": {"she - woman": -0.06879910045593166, "she": 0.14549255538648664, "woman": 0.2142916558424183}, "came": {"she - woman": 0.06146542331323415, "she": 0.2819617764747648, "woman": 0.22049635316153063}, "can": {"she - woman": 0.008866131316102449, "she": 0.21899933915849348, "woman": 0.21013320784239103}, "check": {"she - woman": -0.12637072932547502, "she": 0.15407609229469063, "woman": 0.28044682162016565}, "child": {"she - woman": -0.12592534975636552, "she": 0.16002992846872285, "woman": 0.28595527822508837}, "children": {"she - woman": -0.04190989738030504, "she": 0.2120665501793333, "woman": 0.25397644755963833}, "close": {"she - woman": -0.06667908022471383, "she": 0.19137255263064493, "woman": 0.25805163285535876}, "club": {"she - woman": -0.06261942990606184, "she": 0.2699488391661408, "woman": 0.33256826907220266}, "color": {"she - woman": -0.0680008445936561, "she": 0.16324400643970216, "woman": 0.23124485103335826}, "com": {"she - woman": -0.11064394997248711, "she": 0.15931374463597553, "woman": 0.26995769460846264}, "come": {"she - woman": -0.01667307082519484, "she": 0.17560560109121434, "woman": 0.19227867191640918}, "could": {"she - woman": -0.06312498047976722, "she": 0.233861792571876, "woman": 0.2969867730516432}, "couple": {"she - woman": -0.015726244031333908, "she": 0.21170921611804688, "woman": 0.2274354601493808}, "crime": {"she - woman": -0.126422989988665, "she": 0.1533714095374655, "woman": 0.2797943995261305}, "dark": {"she - woman": -0.06709646216329748, "she": 0.1826486927631895, "woman": 0.249745154926487}, "days": {"she - woman": -0.06857087791820496, "she": 0.1506313514619571, "woman": 0.21920222938016207}, "dead": {"she - woman": -0.06667908022471383, "she": 0.19137255263064493, "woman": 0.25805163285535876}, "different": {"she - woman": -0.015784102472635175, "she": 0.20948123314511974, "woman": 0.2252653356177549}, "difficult": {"she - woman": -0.06295685199436235, "she": 0.2637941228804734, "woman": 0.32675097487483573}, "do": {"she - woman": 0.04220721857174145, "she": 0.22625218469327005, "woman": 0.1840449661215286}, "does": {"she - woman": 0.07859908421155198, "she": 0.2738293746217829, "woman": 0.19523029041023093}, "dont": {"she - woman": -0.034522436093071485, "she": 0.24673045678787303, "woman": 0.2812528928809445}, "down": {"she - woman": -0.017696289632364026, "she": 0.21360539156522484, "woman": 0.23130168119758887}, "drop": {"she - woman": -0.06374657586859533, "she": 0.2491475333289635, "woman": 0.31289410919755883}, "else": {"she - woman": -0.016013322060265844, "she": 0.20068283209411736, "woman": 0.2166961541543832}, "ever": {"she - woman": 0.016736318501981234, "she": 0.2046374028682637, "woman": 0.18790108436628247}, "example": {"she - woman": -0.014813729302317835, "she": 0.2472388995353615, "woman": 0.2620526288376793}, "eyes": {"she - woman": -0.04445123846298049, "she": 0.2844320434674358, "woman": 0.32888328193041627}, "face": {"she - woman": -0.12443794730260377, "she": 0.17928794901643624, "woman": 0.30372589631904}, "family": {"she - woman": -0.0742121339134025, "she": 0.1994358629234396, "woman": 0.2736479968368421}, "fat": {"she - woman": -0.06325104840622847, "she": 0.25837816618241427, "woman": 0.32162921458864274}, "feel": {"she - woman": -0.01610920850033648, "she": 0.19701558804322253, "woman": 0.213124796543559}, "female": {"she - woman": -0.10636837651800612, "she": 0.2548709916771747, "woman": 0.3612393681951808}, "few": {"she - woman": -0.01810547316514613, "she": 0.19967019276752374, "woman": 0.21777566593266987}, "find": {"she - woman": -0.1499926857728852, "she": 0.1915836186470161, "woman": 0.3415763044199013}, "first": {"she - woman": 0.041693228732090554, "she": 0.22267125272085284, "woman": 0.18097802398876228}, "for": {"she - woman": -0.10299516381446433, "she": 0.262195118205239, "woman": 0.3651902820197033}, "found": {"she - woman": -0.0414461799703984, "she": 0.2235434807832717, "woman": 0.2649896607536701}, "fox": {"she - woman": -0.06494390069533004, "she": 0.22624636166637005, "woman": 0.2911902623617001}, "franz": {"she - woman": -0.058876310959298794, "she": 0.3346067153754455, "woman": 0.3934830263347443}, "from": {"she - woman": 0.05816175983757296, "she": 0.30544306389684356, "woman": 0.2472813040592706}, "front": {"she - woman": -0.1253551024853894, "she": 0.16752301434800865, "woman": 0.29287811683339804}, "gang": {"she - woman": -0.12073754633122036, "she": 0.22369586482553494, "woman": 0.3444334111567553}, "german": {"she - woman": -0.01547092428163277, "she": 0.2215757136425856, "woman": 0.23704663792421837}, "germany": {"she - woman": -0.0655348756457543, "she": 0.21460693108511616, "woman": 0.28014180673087047}, "get": {"she - woman": -0.028726296186965705, "she": 0.2754129649898787, "woman": 0.3041392611768444}, "gets": {"she - woman": 0.041625003385437426, "she": 0.28714166997043417, "woman": 0.24551666658499674}, "girl": {"she - woman": 0.03443400083526654, "she": 0.3075017950990798, "woman": 0.2730677942638133}, "girls": {"she - woman": -0.1254227096059819, "she": 0.16664202926107358, "woman": 0.2920647388670555}, "give": {"she - woman": -0.01612466640829946, "she": 0.1964251169457305, "woman": 0.21254978335402996}, "go": {"she - woman": -0.0038266613806231253, "she": 0.2381663338181148, "woman": 0.24199299519873793}, "gods": {"she - woman": -0.0655348756457543, "she": 0.21460693108511616, "woman": 0.28014180673087047}, "goes": {"she - woman": 0.0037920629997468813, "she": 0.3027305607223499, "woman": 0.298938497722603}, "gone": {"she - woman": -0.015015531891716533, "she": 0.23931703715497263, "woman": 0.25433256904668916}, "good": {"she - woman": -0.10779059238489774, "she": 0.21120693983797423, "woman": 0.31899753222287197}, "got": {"she - woman": 0.10694759694793174, "she": 0.2762367008284607, "woman": 0.16928910388052895}, "groid": {"she - woman": -0.12027642366177033, "she": 0.22893327541671138, "woman": 0.3492096990784817}, "guess": {"she - woman": -0.06831910049984422, "she": 0.15624057526865007, "woman": 0.22455967576849428}, "guy": {"she - woman": -0.13845487892184347, "she": 0.19701558804322253, "woman": 0.335470466965066}, "gypsie": {"she - woman": -0.06028481547914577, "she": 0.31100013787691977, "woman": 0.37128495335606554}, "gypsies": {"she - woman": -0.06325104840622847, "she": 0.25837816618241427, "woman": 0.32162921458864274}, "had": {"she - woman": 0.09829046008617373, "she": 0.3077032299165517, "woman": 0.20941276983037796}, "hair": {"she - woman": -0.016648463438361183, "she": 0.29425210119454126, "woman": 0.31090056463290244}, "hang": {"she - woman": -0.0655348756457543, "she": 0.21460693108511616, "woman": 0.28014180673087047}, "hard": {"she - woman": -0.12580559964533228, "she": 0.16161531973251175, "woman": 0.28742091937784403}, "has": {"she - woman": 0.1587300939822091, "she": 0.297195579901023, "woman": 0.1384654859188139}, "hate": {"she - woman": 0.04173546508210829, "she": 0.2493430830742021, "woman": 0.20760761799209382}, "have": {"she - woman": -0.09709691774193188, "she": 0.11301613965002033, "woman": 0.2101130573919522}, "he": {"she - woman": -0.04774670424623961, "she": 0.2150387434293739, "woman": 0.2627854476756135}, "hear": {"she - woman": -0.01607759690603694, "she": 0.26987768131905143, "woman": 0.28595527822508837}, "her": {"she - woman": 0.09298664520880323, "she": 0.5014792892735155, "woman": 0.40849264406471225}, "here": {"she - woman": -0.033377534173027024, "she": 0.21233264636896979, "woman": 0.2457101805419968}, "hey": {"she - woman": -0.06838452105067525, "she": 0.15478903837527644, "woman": 0.22317355942595168}, "high": {"she - woman": -0.015996787265279866, "she": 0.20131600478402537, "woman": 0.21731279204930523}, "him": {"she - woman": 0.04170131075496139, "she": 0.2251447037211884, "woman": 0.183443392966227}, "his": {"she - woman": -0.017419569410615315, "she": 0.1476569173385881, "woman": 0.16507648674920342}, "hispanic": {"she - woman": -0.06542781994610827, "she": 0.21673285073612372, "woman": 0.282160670682232}, "home": {"she - woman": -0.14107625162702994, "she": 0.1683990737631522, "woman": 0.30947532539018213}, "hope": {"she - woman": 0.09355537713712578, "she": 0.27487993709739206, "woman": 0.18132455996026628}, "house": {"she - woman": -0.12700075552607887, "she": 0.14549255538648664, "woman": 0.2724933109125655}, "how": {"she - woman": 0.047583448724592636, "she": 0.2497199807847047, "woman": 0.20213653206011206}, "http": {"she - woman": -0.08124020594928116, "she": 0.1746242811302342, "woman": 0.25586448707951537}, "husband": {"she - woman": -0.06374657586859533, "she": 0.2491475333289635, "woman": 0.31289410919755883}, "i": {"she - woman": 0.05288883159600388, "she": 0.3159074091324528, "woman": 0.2630185775364489}, "id": {"she - woman": -0.06617433348268223, "she": 0.20174078079630484, "woman": 0.26791511427898707}, "if": {"she - woman": 0.02059834838730923, "she": 0.29619234855119336, "woman": 0.27559400016388413}, "im": {"she - woman": -0.19364106760564698, "she": 0.12163185080477823, "woman": 0.3152729184104252}, "important": {"she - woman": -0.06640368397737517, "she": 0.19705359200386435, "woman": 0.2634572759812395}, "in": {"she - woman": -0.07246157259376629, "she": 0.3159471728468577, "woman": 0.388408745440624}, "inside": {"she - woman": -0.06507441215733839, "she": 0.22369586482553494, "woman": 0.28877027698287333}, "into": {"she - woman": -0.017319098206848793, "she": 0.15139293111942623, "woman": 0.16871202932627502}, "is": {"she - woman": 0.09039204108487786, "she": 0.3615397890661455, "woman": 0.2711477479812676}, "it": {"she - woman": 0.01649456812383676, "she": 0.2705856168441921, "woman": 0.2540910487203553}, "its": {"she - woman": -0.13041761712099773, "she": 0.09498039223056642, "woman": 0.22539800935156415}, "jew": {"she - woman": -0.01615516096491748, "she": 0.1952608566437948, "woman": 0.2114160176087123}, "jewish": {"she - woman": -0.06818275080252506, "she": 0.15925270934685573, "woman": 0.2274354601493808}, "just": {"she - woman": 0.03161170610974978, "she": 0.2768200201837521, "woman": 0.24520831407400234}, "kick": {"she - woman": -0.0653157394805815, "she": 0.21895018385575982, "woman": 0.2842659233363413}, "kid": {"she - woman": -0.06792410472781668, "she": 0.16491861621531193, "woman": 0.2328427209431286}, "kids": {"she - woman": 0.09388891324364296, "she": 0.2600634143427146, "woman": 0.16617450109907167}, "killed": {"she - woman": -0.18579343600356074, "she": 0.19003947127420517, "woman": 0.3758329072777659}, "know": {"she - woman": 0.01924152557410111, "she": 0.2211862294408687, "woman": 0.20194470386676758}, "large": {"she - woman": -0.06600832527288253, "she": 0.205109138306736, "woman": 0.2711174635796185}, "last": {"she - woman": 0.04168589053715829, "she": 0.22062238457894429, "woman": 0.178936494041786}, "laugh": {"she - woman": -0.06625323326270444, "she": 0.2001327607949232, "woman": 0.26638599405762764}, "lay": {"she - woman": -0.06325104840622847, "she": 0.25837816618241427, "woman": 0.32162921458864274}, "least": {"she - woman": -0.01570648148469339, "she": 0.212470885634393, "woman": 0.2281773671190864}, "light": {"she - woman": -0.015399941481036239, "she": 0.2243289136775662, "woman": 0.23972885515860243}, "like": {"she - woman": -0.003160801249039058, "she": 0.29856542388238966, "woman": 0.3017262251314287}, "line": {"she - woman": -0.06725546746717528, "she": 0.17928794901643624, "woman": 0.24654341648361153}, "live": {"she - woman": -0.1295477044929054, "she": 0.10856617921082673, "woman": 0.23811388370373213}, "lol": {"she - woman": -0.07335166603355395, "she": 0.21481674987165075, "woman": 0.2881684159052047}, "london": {"she - woman": -0.06767822608252619, "she": 0.17024825776748745, "woman": 0.23792648385001364}, "long": {"she - woman": -0.01647143329833961, "she": 0.18323163956043467, "woman": 0.19970307285877428}, "look": {"she - woman": -0.055136649641058355, "she": 0.21670444305398767, "woman": 0.271841092695046}, "looking": {"she - woman": -0.23610512041719647, "she": 0.11215232838335928, "woman": 0.34825744880055576}, "love": {"she - woman": -0.06877171224796283, "she": 0.14611202989186625, "woman": 0.21488374213982908}, "lovely": {"she - woman": -0.06395969286295677, "she": 0.2451344932296785, "woman": 0.3090941860926353}, "m": {"she - woman": -0.036473409265995516, "she": 0.19696924544797886, "woman": 0.23344265471397438}, "makes": {"she - woman": -0.015582414692398933, "she": 0.21726030625072967, "woman": 0.2328427209431286}, "male": {"she - woman": -0.07207522665132574, "she": 0.23691296439260992, "woman": 0.30898819104393566}, "man": {"she - woman": -0.2147487558819412, "she": 0.20949416879775123, "woman": 0.42424292467969243}, "may": {"she - woman": -0.07410818855040205, "she": 0.20131600478402537, "woman": 0.2754241933344274}, "maybe": {"she - woman": -0.04190989738030504, "she": 0.2120665501793333, "woman": 0.25397644755963833}, "me": {"she - woman": -0.0868362811142824, "she": 0.23941828749414698, "woman": 0.3262545686084294}, "met": {"she - woman": -0.01434469729733917, "she": 0.2657971094335313, "woman": 0.28014180673087047}, "middle": {"she - woman": -0.0659208158995119, "she": 0.2068766566286345, "woman": 0.2727974725281464}, "minister": {"she - woman": -0.06542781994610827, "she": 0.21673285073612372, "woman": 0.282160670682232}, "mixed": {"she - woman": 0.017412911166073713, "she": 0.2650027619417901, "woman": 0.2475898507757164}, "mom": {"she - woman": -0.06480579364784245, "she": 0.22893327541671138, "woman": 0.2937390690645538}, "month": {"she - woman": -0.014951378065858584, "she": 0.24183138586937872, "woman": 0.2567827639352373}, "more": {"she - woman": -0.04827845853019744, "she": 0.20346798539237557, "woman": 0.251746443922573}, "most": {"she - woman": -0.07037031483095926, "she": 0.10856617921082673, "woman": 0.178936494041786}, "mother": {"she - woman": 0.0037920629997468813, "she": 0.3027305607223499, "woman": 0.298938497722603}, "mouth": {"she - woman": -0.06415500781349862, "she": 0.24143323444085993, "woman": 0.30558824225435854}, "movies": {"she - woman": 0.017593857837354954, "she": 0.2887113214169735, "woman": 0.2711174635796185}, "much": {"she - woman": -0.017028483986703175, "she": 0.1622438792529181, "woman": 0.17927236323962129}, "murders": {"she - woman": -0.06351200225019898, "she": 0.2535343787147794, "woman": 0.3170463809649784}, "muslim": {"she - woman": -0.06600832527288253, "she": 0.205109138306736, "woman": 0.2711174635796185}, "my": {"she - woman": 0.0662123046018239, "she": 0.3069613746869883, "woman": 0.2407490700851644}, "n": {"she - woman": 0.08797106571583255, "she": 0.3031516607078441, "woman": 0.21518059499201156}, "name": {"she - woman": 0.020001287142143442, "she": 0.29192571280329, "woman": 0.27192442566114655}, "need": {"she - woman": -0.1300185589928909, "she": 0.10128312220469798, "woman": 0.23130168119758887}, "negress": {"she - woman": -0.06028481547914577, "she": 0.31100013787691977, "woman": 0.37128495335606554}, "negro": {"she - woman": -0.11163131394807485, "she": 0.18974596670955285, "woman": 0.3013772806576277}, "never": {"she - woman": 0.01957986633198036, "she": 0.24744399857979238, "woman": 0.22786413224781202}, "new": {"she - woman": -0.01782082812467964, "she": 0.13281362653351522, "woman": 0.15063445465819486}, "news": {"she - woman": -0.08320054438570329, "she": 0.21638805353906665, "woman": 0.29958859792476994}, "next": {"she - woman": -0.016487853161782695, "she": 0.25543657249936386, "woman": 0.27192442566114655}, "nigerian": {"she - woman": -0.013160831158858077, "she": 0.31359014371597765, "woman": 0.32675097487483573}, "no": {"she - woman": 0.03222368037294285, "she": 0.2525267223495736, "woman": 0.22030304197663073}, "not": {"she - woman": -0.02204833123036759, "she": 0.2767845138561637, "woman": 0.2988328450865313}, "nothing": {"she - woman": -0.06944188520483183, "she": 0.13072662730220586, "woman": 0.20016851250703768}, "now": {"she - woman": 0.0791203715023322, "she": 0.23895678661662761, "woman": 0.15983641511429542}, "of": {"she - woman": -0.03541076807871801, "she": 0.27469055725854086, "woman": 0.31010132533725887}, "off": {"she - woman": 0.04745333120491535, "she": 0.2906610846579104, "woman": 0.24320775345299506}, "old": {"she - woman": -0.09482175278194405, "she": 0.2929428260756761, "woman": 0.38776457885762017}, "on": {"she - woman": -0.10608612426109609, "she": 0.2610410732772279, "woman": 0.367127197538324}, "once": {"she - woman": -0.015963211036609637, "she": 0.20260246654131903, "woman": 0.21856567757792866}, "one": {"she - woman": -0.03146558890922316, "she": 0.23016378203738044, "woman": 0.2616293709466036}, "online": {"she - woman": -0.06692630400956698, "she": 0.18622213726143536, "woman": 0.25314844127100233}, "only": {"she - woman": 0.07920964061357552, "she": 0.23006556388067764, "woman": 0.15085592326710212}, "or": {"she - woman": 0.024037689784728422, "she": 0.26198613810620924, "woman": 0.23794844832148082}, "other": {"she - woman": 0.09420084382196706, "she": 0.24308806914216372, "woman": 0.14888722532019666}, "others": {"she - woman": -0.06754530504488918, "she": 0.1731070906509915, "woman": 0.24065239569588068}, "our": {"she - woman": -0.08329704561748882, "she": 0.13729308838114443, "woman": 0.22059013399863325}, "out": {"she - woman": -0.0148786880494991, "she": 0.30156776244515426, "woman": 0.31644645049465336}, "over": {"she - woman": -0.017319098206848793, "she": 0.15139293111942623, "woman": 0.16871202932627502}, "own": {"she - woman": -0.0549453915312233, "she": 0.22062238457894429, "woman": 0.2755677761101676}, "part": {"she - woman": -0.12695576437194703, "she": 0.14611202989186625, "woman": 0.2730677942638133}, "people": {"she - woman": 0.020856775639188946, "she": 0.21894851907126425, "woman": 0.1980917434320753}, "perhaps": {"she - woman": -0.06617433348268223, "she": 0.20174078079630484, "woman": 0.26791511427898707}, "person": {"she - woman": 0.01698147127100766, "she": 0.2235434807832717, "woman": 0.20656200951226403}, "pm": {"she - woman": -0.19001162649619555, "she": 0.15478903837527644, "woman": 0.344800664871472}, "police": {"she - woman": -0.24613615991947715, "she": 0.1555104593648914, "woman": 0.40164661928436857}, "prime": {"she - woman": -0.06433530924424119, "she": 0.2379962091131585, "woman": 0.3023315183573997}, "probably": {"she - woman": -0.07381228150858773, "she": 0.20663454011157792, "woman": 0.28044682162016565}, "public": {"she - woman": -0.06825187788187867, "she": 0.15772781671394487, "woman": 0.22597969459582354}, "pulls": {"she - woman": -0.11495199702047487, "she": 0.28565693824207883, "woman": 0.4006089352625537}, "put": {"she - woman": -0.01707933808300721, "she": 0.23483279097782844, "woman": 0.25191212906083565}, "race": {"she - woman": -0.043292472745837474, "she": 0.1771793977407672, "woman": 0.2204718704866047}, "racially": {"she - woman": -0.06433530924424119, "she": 0.2379962091131585, "woman": 0.3023315183573997}, "racist": {"she - woman": -0.06860059988740219, "she": 0.14996507769052647, "woman": 0.21856567757792866}, "ran": {"she - woman": -0.06465913495131381, "she": 0.2317732236849206, "woman": 0.2964323586362344}, "rape": {"she - woman": -0.12094956423755346, "she": 0.2212677785617708, "woman": 0.34221734279932425}, "re": {"she - woman": -0.16731537651178457, "she": 0.10482811560605892, "woman": 0.2721434921178435}, "read": {"she - woman": -0.07498982051559006, "she": 0.18516573201295417, "woman": 0.2601555525285442}, "real": {"she - woman": -0.06796277657975325, "she": 0.1640753972215385, "woman": 0.23203817380129174}, "really": {"she - woman": -0.01661610567955063, "she": 0.1777566849883962, "woman": 0.19437279066794683}, "reason": {"she - woman": -0.06759042332276957, "she": 0.17213843183583286, "woman": 0.23972885515860243}, "recognizable": {"she - woman": -0.058876310959298794, "she": 0.3346067153754455, "woman": 0.3934830263347443}, "right": {"she - woman": -0.01729618736439148, "she": 0.22734152419292647, "woman": 0.24463771155731795}, "rlm": {"she - woman": -0.014238512921162683, "she": 0.27002741041517864, "woman": 0.2842659233363413}, "s": {"she - woman": 0.016186278394261067, "she": 0.2727666531325591, "woman": 0.25658037473829803}, "sabbath": {"she - woman": -0.058876310959298794, "she": 0.3346067153754455, "woman": 0.3934830263347443}, "said": {"she - woman": -0.0027118646537423463, "she": 0.28636532952693755, "woman": 0.2890771941806799}, "same": {"she - woman": 0.002608662872454537, "she": 0.23630597979054954, "woman": 0.233697316918095}, "saw": {"she - woman": 0.016900930164824662, "she": 0.21706944267186234, "woman": 0.20016851250703768}, "say": {"she - woman": 0.09405275963523374, "she": 0.25165528354873085, "woman": 0.1576025239134971}, "says": {"she - woman": 0.07789181925578789, "she": 0.3053272794051687, "woman": 0.2274354601493808}, "school": {"she - woman": 0.05950370939783639, "she": 0.27064108157701966, "woman": 0.21113737217918327}, "see": {"she - woman": -0.030642319330602574, "she": 0.2507439310906339, "woman": 0.2813862504212365}, "seems": {"she - woman": -0.015447626858402813, "she": 0.22247885699161082, "woman": 0.23792648385001364}, "seen": {"she - woman": -0.12794766019661138, "she": 0.13220789233193284, "woman": 0.2601555525285442}, "she": {"she - woman": 0.40587336465802093, "she": 0.670042033380406, "woman": 0.2641686687223851}, "shot": {"she - woman": -0.1073680415940455, "she": 0.24313343916113095, "woman": 0.35050148075517645}, "should": {"she - woman": -0.08152893383598661, "she": 0.16954028781075106, "woman": 0.2510692216467377}, "showed": {"she - woman": -0.013509084108378089, "she": 0.29938502508918075, "woman": 0.31289410919755883}, "sissi": {"she - woman": -0.058876310959298794, "she": 0.3346067153754455, "woman": 0.3934830263347443}, "sister": {"she - woman": 0.0606539322441591, "she": 0.32703992630178674, "woman": 0.26638599405762764}, "site": {"she - woman": -0.1276193308807553, "she": 0.13686901284115946, "woman": 0.26448834372191476}, "so": {"she - woman": 0.16889515795550838, "she": 0.26343773133338594, "woman": 0.09454257337787755}, "some": {"she - woman": -0.030965924079610102, "she": 0.2426573727717, "woman": 0.2736232968513101}, "soon": {"she - woman": -0.06818275080252506, "she": 0.15925270934685573, "woman": 0.2274354601493808}, "sounds": {"she - woman": -0.014661135289116334, "she": 0.25325397898987073, "woman": 0.26791511427898707}, "south": {"she - woman": -0.06807524283214933, "she": 0.16161531973251175, "woman": 0.22969056256466108}, "speak": {"she - woman": -0.07264092023459076, "she": 0.22722145038098127, "woman": 0.299862370615572}, "state": {"she - woman": -0.015516487713974625, "she": 0.21981079230023526, "woman": 0.23532728001420988}, "still": {"she - woman": -0.06926842511493903, "she": 0.1347552857975803, "woman": 0.20402371091251933}, "store": {"she - woman": -0.0653157394805815, "she": 0.21895018385575982, "woman": 0.2842659233363413}, "stories": {"she - woman": -0.0653157394805815, "she": 0.21895018385575982, "woman": 0.2842659233363413}, "story": {"she - woman": -0.12662528500027093, "she": 0.1506313514619571, "woman": 0.27725663646222803}, "street": {"she - woman": -0.07170733585893779, "she": 0.24313343916113095, "woman": 0.31484077502006874}, "stuff": {"she - woman": -0.06754530504488918, "she": 0.1731070906509915, "woman": 0.24065239569588068}, "sweden": {"she - woman": -0.06709646216329748, "she": 0.1826486927631895, "woman": 0.249745154926487}, "t": {"she - woman": 0.05826142360744829, "she": 0.2939281820191942, "woman": 0.2356667584117459}, "take": {"she - woman": -0.016844129280311232, "she": 0.16916200574414011, "woman": 0.18600613502445135}, "talk": {"she - woman": -0.016367894186490456, "she": 0.18716052841210262, "woman": 0.20352842259859308}, "tall": {"she - woman": -0.06450277409622324, "she": 0.23478613611067578, "woman": 0.299288910206899}, "teacher": {"she - woman": 0.04687895732249381, "she": 0.34401586102932186, "woman": 0.29713690370682805}, "teachers": {"she - woman": -0.06788480948224457, "she": 0.16577403156289136, "woman": 0.23365884104513593}, "than": {"she - woman": -0.07729609015896727, "she": 0.1404795757737026, "woman": 0.21777566593266987}, "thank": {"she - woman": -0.016407447880526477, "she": 0.18565858023040877, "woman": 0.20206602811093524}, "thanksgiving": {"she - woman": -0.06295685199436235, "she": 0.2637941228804734, "woman": 0.32675097487483573}, "that": {"she - woman": -0.00918100862141269, "she": 0.266809146878336, "woman": 0.2759901554997487}, "the": {"she - woman": -0.027465550265741934, "she": 0.3268879306296915, "woman": 0.35435348089543345}, "their": {"she - woman": -0.09125285247645251, "she": 0.15052292569006723, "woman": 0.24177577816651974}, "them": {"she - woman": 0.001010837910196155, "she": 0.16350512854930457, "woman": 0.16249429063910842}, "then": {"she - woman": 0.05950721573564305, "she": 0.2702094216789287, "woman": 0.21070220594328565}, "there": {"she - woman": -0.058379195963216696, "she": 0.18046419183400636, "woman": 0.23884338779722306}, "they": {"she - woman": -0.05092579297265387, "she": 0.17851476514025635, "woman": 0.22944055811291023}, "thing": {"she - woman": 0.03445200022947692, "she": 0.2843663253274935, "woman": 0.2499143250980166}, "this": {"she - woman": 0.07043881964579723, "she": 0.26850508384707633, "woman": 0.1980662642012791}, "thread": {"she - woman": -0.07003361119125201, "she": 0.11672381646024876, "woman": 0.18675742765150077}, "till": {"she - woman": -0.014292682483135477, "she": 0.2678679881990965, "woman": 0.282160670682232}, "time": {"she - woman": -0.03593282830536404, "she": 0.21086276723176486, "woman": 0.2467955955371289}, "to": {"she - woman": -0.0599821617597574, "she": 0.31062052456294403, "woman": 0.37060268632270144}, "told": {"she - woman": 0.09209071507916627, "she": 0.32255313498152544, "woman": 0.23046241990235916}, "too": {"she - woman": 0.03438060595482362, "she": 0.25636955788513094, "woman": 0.22198895193030732}, "towards": {"she - woman": -0.12002421573243433, "she": 0.2317732236849206, "woman": 0.3517974394173549}, "try": {"she - woman": 0.06164860454071447, "she": 0.2671826268412858, "woman": 0.20553402230057133}, "trying": {"she - woman": -0.12672261601240384, "she": 0.14930595233270486, "woman": 0.2760285683451087}, "turns": {"she - woman": -0.11844815400571546, "she": 0.2491475333289635, "woman": 0.36759568733467896}, "tv": {"she - woman": -0.16393398761831413, "she": 0.14307454647316709, "woman": 0.3070085340914812}, "two": {"she - woman": -0.06218662828522731, "she": 0.250481708463503, "woman": 0.3126683367487303}, "u": {"she - woman": -0.12598387860142982, "she": 0.15925270934685573, "woman": 0.28523658794828555}, "up": {"she - woman": -0.15141724508068563, "she": 0.1888408946654622, "woman": 0.3402581397461478}, "us": {"she - woman": -0.0773333435846032, "she": 0.13972512560644512, "woman": 0.21705846919104832}, "use": {"she - woman": -0.016394363427929687, "she": 0.18615528473098686, "woman": 0.20254964815891655}, "usually": {"she - woman": -0.01491819369422781, "she": 0.24313343916113095, "woman": 0.25805163285535876}, "uta": {"she - woman": -0.058876310959298794, "she": 0.3346067153754455, "woman": 0.3934830263347443}, "ve": {"she - woman": 0.016507062997981575, "she": 0.1887582827959507, "woman": 0.17225121979796912}, "victim": {"she - woman": -0.06910627440226547, "she": 0.28543484475163994, "woman": 0.3545411191539054}, "video": {"she - woman": -0.08038709728429991, "she": 0.18937607557374078, "woman": 0.2697631728580407}, "wait": {"she - woman": -0.015447626858402813, "she": 0.22247885699161082, "woman": 0.23792648385001364}, "want": {"she - woman": -0.1436491789968126, "she": 0.13823969004082368, "woman": 0.28188886903763627}, "was": {"she - woman": 0.049288386091356606, "she": 0.383247995596434, "woman": 0.3339596095050774}, "way": {"she - woman": -0.03528952870795615, "she": 0.2272899468937109, "woman": 0.26257947560166706}, "we": {"she - woman": -0.02078224366886397, "she": 0.16236541835925644, "woman": 0.1831476620281204}, "week": {"she - woman": 0.04171893869101195, "she": 0.2628732025099636, "woman": 0.22115426381895165}, "weekend": {"she - woman": -0.06519813127201277, "she": 0.2212677785617708, "woman": 0.28646590983378356}, "well": {"she - woman": -0.035554112827927864, "she": 0.2205474222846523, "woman": 0.25610153511258016}, "were": {"she - woman": 0.061975100940237476, "she": 0.21151249765772187, "woman": 0.1495373967174844}, "what": {"she - woman": -0.03704204910564696, "she": 0.18226477895307466, "woman": 0.21930682805872162}, "whatever": {"she - woman": -0.0659208158995119, "she": 0.2068766566286345, "woman": 0.2727974725281464}, "when": {"she - woman": 0.09029683555125192, "she": 0.27110906220000985, "woman": 0.18081222664875793}, "where": {"she - woman": 0.047538568597078695, "she": 0.274021384439043, "woman": 0.2264828158419643}, "which": {"she - woman": -0.06989860673590392, "she": 0.1199551263697603, "woman": 0.18985373310566422}, "while": {"she - woman": 0.003173444043047813, "she": 0.26618255558961185, "woman": 0.26300911154656403}, "white": {"she - woman": -0.1856717449682227, "she": 0.27706333258801674, "woman": 0.46273507755623944}, "whitey": {"she - woman": -0.06374657586859533, "she": 0.2491475333289635, "woman": 0.31289410919755883}, "who": {"she - woman": -0.209773500155019, "she": 0.19602135470148807, "woman": 0.40579485485650707}, "why": {"she - woman": -0.04243116763408511, "she": 0.19903319343399853, "woman": 0.24146436106808364}, "will": {"she - woman": 0.04227083283054878, "she": 0.23557201775945574, "woman": 0.19330118492890697}, "william": {"she - woman": -0.0655348756457543, "she": 0.21460693108511616, "woman": 0.28014180673087047}, "with": {"she - woman": -0.11134093533616568, "she": 0.2465318613340095, "woman": 0.3578727966701752}, "wo": {"she - woman": -0.06654530329270902, "she": 0.19413948498590017, "woman": 0.2606847882786092}, "woman": {"she - woman": -0.4643616804809849, "she": 0.23633236014831416, "woman": 0.7006940406292991}, "women": {"she - woman": -0.1639890265583621, "she": 0.1424844030305694, "woman": 0.3064734295889315}, "wonder": {"she - woman": -0.06862996438740515, "she": 0.14930595233270486, "woman": 0.21793591672011}, "would": {"she - woman": -0.02033550159719502, "she": 0.2420200011877395, "woman": 0.2623555027849345}, "www": {"she - woman": -0.05695238805705491, "she": 0.1785775686958569, "woman": 0.2355299567529118}, "x202a": {"she - woman": -0.01434469729733917, "she": 0.2657971094335313, "woman": 0.28014180673087047}, "x202c": {"she - woman": -0.01434469729733917, "she": 0.2657971094335313, "woman": 0.28014180673087047}, "yard": {"she - woman": -0.06433530924424119, "she": 0.2379962091131585, "woman": 0.3023315183573997}, "year": {"she - woman": -0.13301716871827135, "she": 0.2452213608904964, "woman": 0.37823852960876775}, "years": {"she - woman": -0.10645770294384957, "she": 0.2083600345113545, "woman": 0.3148177374552041}, "yes": {"she - woman": -0.06935669640683392, "she": 0.13270933170410132, "woman": 0.20206602811093524}, "yesterday": {"she - woman": -0.06433530924424119, "she": 0.2379962091131585, "woman": 0.3023315183573997}, "you": {"she - woman": -0.08594391729193293, "she": 0.17077110005714277, "woman": 0.2567150173490757}, "young": {"she - woman": -0.06772096804164537, "she": 0.169325669882573, "woman": 0.23704663792421837}, "your": {"she - woman": -0.11079627416951537, "she": 0.15800098228678577, "woman": 0.26879725645630115}, "yourself": {"she - woman": -0.16148647658583462, "she": 0.1684174121904828, "woman": 0.32990388877631743}, "youtube": {"she - woman": -0.21203566343973201, "she": 0.15156977212567802, "woman": 0.36360543556541003}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-straight-their.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-straight-their.json new file mode 100644 index 0000000000000000000000000000000000000000..3194933fa50c3c59e2fc62ed13be6076bce6b148 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-straight-their.json @@ -0,0 +1 @@ +{"5": {"straight - their": 0.2703220776827291, "straight": 0.3338893957534928, "their": 0.0635673180707637}, "a": {"straight - their": 0.09125966530196622, "straight": 0.38183609640945093, "their": 0.2905764311074847}, "about": {"straight - their": 0.02066423435917175, "straight": 0.3042207300556449, "their": 0.2835564956964731}, "add": {"straight - their": 0.21784926684233774, "straight": 0.3886203737531715, "their": 0.17077110691083375}, "ago": {"straight - their": 0.14794548711500796, "straight": 0.3137271056866605, "their": 0.16578161857165255}, "aids": {"straight - their": 0.21612485815765556, "straight": 0.39957890873374546, "their": 0.1834540505760899}, "all": {"straight - their": 0.07656998169330687, "straight": 0.3627053357483399, "their": 0.28613535405503304}, "almost": {"straight - their": 0.19445667202027622, "straight": 0.3581890960496369, "their": 0.16373242402936067}, "an": {"straight - their": 0.12297259958714934, "straight": 0.3260393466080933, "their": 0.20306674702094396}, "and": {"straight - their": 0.04982588677449623, "straight": 0.4293097612408512, "their": 0.37948387446635495}, "any": {"straight - their": 0.08646969041576644, "straight": 0.2767214991105205, "their": 0.19025180869475408}, "anyone": {"straight - their": 0.07865618779581993, "straight": 0.2989771050176965, "their": 0.22032091722187655}, "are": {"straight - their": -0.10792642056542576, "straight": 0.23652837246058991, "their": 0.34445479302601567}, "around": {"straight - their": 0.04669860297873199, "straight": 0.2883473960336974, "their": 0.24164879305496542}, "as": {"straight - their": 0.07321922607422732, "straight": 0.3294514313220935, "their": 0.25623220524786616}, "ass": {"straight - their": 0.21644754333735008, "straight": 0.39756066771370846, "their": 0.18111312437635838}, "at": {"straight - their": 0.07672304425441168, "straight": 0.34327127309886696, "their": 0.2665482288444553}, "attention": {"straight - their": 0.21759313439996048, "straight": 0.3902756933947337, "their": 0.17268255899477325}, "band": {"straight - their": 0.2660578989160768, "straight": 0.36374884666469964, "their": 0.09769094774862283}, "be": {"straight - their": -0.06599240673419107, "straight": 0.19977459463026812, "their": 0.2657670013644592}, "became": {"straight - their": 0.25692816308021305, "straight": 0.41707448504150996, "their": 0.16014632196129694}, "beliefs": {"straight - their": 0.21323042493968736, "straight": 0.41707448504150996, "their": 0.2038440601018226}, "black": {"straight - their": 0.07344635549202602, "straight": 0.32203084912957647, "their": 0.24858449363755045}, "blonde": {"straight - their": 0.25692816308021305, "straight": 0.41707448504150996, "their": 0.16014632196129694}, "broke": {"straight - their": 0.2563172275979864, "straight": 0.42027305438933493, "their": 0.1639558267913485}, "by": {"straight - their": -0.024548144448908182, "straight": 0.24382773418783438, "their": 0.26837587863674256}, "ca": {"straight - their": 0.1601212885277467, "straight": 0.33277794611722056, "their": 0.17265665758947385}, "can": {"straight - their": 0.09711067613599328, "straight": 0.359154126560831, "their": 0.26204345042483773}, "centre": {"straight - their": 0.21268231677093943, "straight": 0.42027305438933493, "their": 0.2075907376183955}, "chasing": {"straight - their": 0.20634207478713798, "straight": 0.45503804081130417, "their": 0.2486959660241662}, "com": {"straight - their": 0.18408214847932067, "straight": 0.34002948393734406, "their": 0.1559473354580234}, "community": {"straight - their": 0.17387040389605318, "straight": 0.3581890960496369, "their": 0.1843186921535837}, "contact": {"straight - their": 0.21208215090310858, "straight": 0.42373664819459744, "their": 0.21165449729148886}, "could": {"straight - their": 0.08552957771328898, "straight": 0.29301389443322184, "their": 0.20748431671993287}, "cross": {"straight - their": 0.19035102330306283, "straight": 0.3886203737531715, "their": 0.19826935045010866}, "day": {"straight - their": 0.10051232526677328, "straight": 0.2852439056944192, "their": 0.18473158042764593}, "deviant": {"straight - their": 0.24718542822671735, "straight": 0.4641758988764889, "their": 0.21699047064977156}, "did": {"straight - their": 0.14945777457731718, "straight": 0.296524362106215, "their": 0.14706658752889784}, "do": {"straight - their": 0.0959518707380636, "straight": 0.3727461741286521, "their": 0.27679430339058847}, "dope": {"straight - their": 0.24435654273590832, "straight": 0.47654667289789054, "their": 0.23219013016198223}, "doubt": {"straight - their": 0.21644754333735008, "straight": 0.39756066771370846, "their": 0.18111312437635838}, "down": {"straight - their": 0.14565027311851345, "straight": 0.3658209180335156, "their": 0.22017064491500213}, "download": {"straight - their": 0.2647334804832494, "straight": 0.37225329102346466, "their": 0.10751981054021524}, "either": {"straight - their": 0.2254852393284698, "straight": 0.43246872303389483, "their": 0.20698348370542502}, "equally": {"straight - their": 0.24718542822671735, "straight": 0.4641758988764889, "their": 0.21699047064977156}, "event": {"straight - their": 0.262315984003881, "straight": 0.3870214974355554, "their": 0.1247055134316744}, "eyes": {"straight - their": 0.18555362295437627, "straight": 0.3961156168248749, "their": 0.21056199387049862}, "face": {"straight - their": 0.21188109558351667, "straight": 0.4315604574058303, "their": 0.21967936182231365}, "failed": {"straight - their": 0.20983985475309933, "straight": 0.43633908991601406, "their": 0.22649923516291473}, "fear": {"straight - their": 0.11878508193195175, "straight": 0.38252548731623814, "their": 0.2637404053842864}, "few": {"straight - their": 0.09331079942907788, "straight": 0.2799077502754896, "their": 0.1865969508464117}, "find": {"straight - their": 0.08535693557780805, "straight": 0.2959257125255836, "their": 0.21056877694777554}, "floor": {"straight - their": 0.2580089230643285, "straight": 0.4113203411679493, "their": 0.1533114181036208}, "for": {"straight - their": 0.01836349477927135, "straight": 0.3203533641091038, "their": 0.30198986932983246}, "force": {"straight - their": 0.14108359063626727, "straight": 0.3811162280957463, "their": 0.24003263745947903}, "francisco": {"straight - their": 0.2549064925114395, "straight": 0.42751762650081576, "their": 0.1726111339893763}, "from": {"straight - their": 0.04908951820750143, "straight": 0.29556139607278875, "their": 0.24647187786528732}, "full": {"straight - their": 0.19488820012310692, "straight": 0.35478780946241734, "their": 0.1598996093393104}, "get": {"straight - their": 0.059005673688611204, "straight": 0.3148824141072192, "their": 0.255876740418608}, "gets": {"straight - their": 0.19398891610569566, "straight": 0.3618281889745671, "their": 0.16783927286887143}, "getting": {"straight - their": 0.14443251741637148, "straight": 0.3500647124341486, "their": 0.20563219501777713}, "go": {"straight - their": 0.06832547991060237, "straight": 0.26642458734638924, "their": 0.19809910743578688}, "god": {"straight - their": 0.17602606682535285, "straight": 0.4018470479904234, "their": 0.22582098116507057}, "good": {"straight - their": 0.026322263318224487, "straight": 0.25497330014506303, "their": 0.22865103682683854}, "got": {"straight - their": 0.15861578381555339, "straight": 0.3634399340190368, "their": 0.2048241502034834}, "green": {"straight - their": 0.2643551194337821, "straight": 0.3746263385818635, "their": 0.11027121914808144}, "ground": {"straight - their": 0.1905777706332077, "straight": 0.3870214974355554, "their": 0.19644372680234773}, "groups": {"straight - their": 0.17185188339142554, "straight": 0.3746263385818635, "their": 0.20277445519043796}, "guy": {"straight - their": 0.16023297666065656, "straight": 0.3316878841906396, "their": 0.17145490752998305}, "hair": {"straight - their": 0.14599503069993108, "straight": 0.33445343173489683, "their": 0.18845840103496575}, "half": {"straight - their": 0.22413306998595128, "straight": 0.3443524322234662, "their": 0.1202193622375149}, "has": {"straight - their": 0.030159529233940913, "straight": 0.2612632407232195, "their": 0.23110371148927858}, "have": {"straight - their": -0.07287004013534654, "straight": 0.23909124799078407, "their": 0.3119612881261306}, "haymaker": {"straight - their": 0.24435654273590832, "straight": 0.47654667289789054, "their": 0.23219013016198223}, "he": {"straight - their": 0.15245067357758973, "straight": 0.2586460892447446, "their": 0.10619541566715486}, "head": {"straight - their": 0.17320028499388576, "straight": 0.36374884666469964, "their": 0.19054856167081388}, "her": {"straight - their": 0.1281386571382871, "straight": 0.27304419491273574, "their": 0.14490553777444865}, "here": {"straight - their": 0.03924739105744898, "straight": 0.2414886356985289, "their": 0.20224124464107993}, "heterosexual": {"straight - their": 0.2395706130959286, "straight": 0.49642195892428814, "their": 0.25685134582835956}, "him": {"straight - their": 0.2007042176017173, "straight": 0.3038507750010588, "their": 0.10314655739934146}, "homosexual": {"straight - their": 0.21141908323535677, "straight": 0.42751762650081576, "their": 0.216098543265459}, "homosexuals": {"straight - their": 0.21208215090310858, "straight": 0.42373664819459744, "their": 0.21165449729148886}, "https": {"straight - their": 0.22733428290560243, "straight": 0.31826307315163016, "their": 0.09092879024602775}, "i": {"straight - their": 0.034747689628131684, "straight": 0.3018517670586181, "their": 0.2671040774304864}, "if": {"straight - their": 0.032251123469461795, "straight": 0.28645965921587824, "their": 0.25420853574641644}, "immediately": {"straight - their": 0.2520527815899599, "straight": 0.44161671997981944, "their": 0.18956393838985952}, "in": {"straight - their": -0.03320019657579887, "straight": 0.31231863248665903, "their": 0.3455188290624579}, "infiltrate": {"straight - their": 0.2395706130959286, "straight": 0.49642195892428814, "their": 0.25685134582835956}, "info": {"straight - their": 0.17215027741296207, "straight": 0.37225329102346466, "their": 0.2001030136105026}, "into": {"straight - their": 0.17603182394548894, "straight": 0.4095634908864201, "their": 0.23353166694093114}, "is": {"straight - their": 0.027259902171818284, "straight": 0.3270402666065012, "their": 0.2997803644346829}, "issue": {"straight - their": 0.21323042493968736, "straight": 0.41707448504150996, "their": 0.2038440601018226}, "it": {"straight - their": 0.09735635681288224, "straight": 0.38423921268357064, "their": 0.2868828558706884}, "its": {"straight - their": 0.10850666473409673, "straight": 0.28729646561985855, "their": 0.17878980088576182}, "job": {"straight - their": 0.15698379454402553, "straight": 0.3618281889745671, "their": 0.20484439443054156}, "just": {"straight - their": 0.09331768653305983, "straight": 0.34281121348676663, "their": 0.2494935269537068}, "keep": {"straight - their": 0.12380152119990595, "straight": 0.328537501709687, "their": 0.20473598050978103}, "kids": {"straight - their": -0.002073692955005202, "straight": 0.28755761696981386, "their": 0.28963130992481906}, "knew": {"straight - their": 0.2639534422560098, "straight": 0.3771195769408117, "their": 0.11316613468480188}, "language": {"straight - their": 0.15381245290783765, "straight": 0.3886203737531715, "their": 0.23480792084533383}, "left": {"straight - their": 0.20372096721551347, "straight": 0.4094065070374779, "their": 0.2056855398219644}, "life": {"straight - their": 0.1135015149146738, "straight": 0.3373617849314382, "their": 0.2238602700167644}, "like": {"straight - their": 0.08433647966902211, "straight": 0.3325229695409958, "their": 0.2481864898719737}, "local": {"straight - their": 0.15676536295927462, "straight": 0.36374884666469964, "their": 0.20698348370542502}, "look": {"straight - their": 0.07268821994800923, "straight": 0.2959257125255836, "their": 0.22323749257757436}, "looking": {"straight - their": 0.11622768632129774, "straight": 0.3028451672976125, "their": 0.18661748097631478}, "looks": {"straight - their": 0.15958416676234866, "straight": 0.3379620473320846, "their": 0.17837788056973597}, "love": {"straight - their": 0.16006446227296023, "straight": 0.3333309402764944, "their": 0.17326647800353417}, "male": {"straight - their": 0.3338915419550903, "straight": 0.4362836667463296, "their": 0.10239212479123935}, "me": {"straight - their": 0.13455679160198675, "straight": 0.30779814671289707, "their": 0.17324135511091032}, "more": {"straight - their": 0.13845143231612647, "straight": 0.37081992174745193, "their": 0.23236848943132546}, "much": {"straight - their": 0.06668455582932811, "straight": 0.2999220025134418, "their": 0.2332374466841137}, "my": {"straight - their": 0.07969942652933257, "straight": 0.2693712342234021, "their": 0.18967180769406952}, "n": {"straight - their": 0.029926766582448472, "straight": 0.28742069015190813, "their": 0.25749392356945966}, "nationalist": {"straight - their": 0.17658716065793859, "straight": 0.33445343173489683, "their": 0.15786627107695825}, "negroid": {"straight - their": 0.25564744545239293, "straight": 0.42373664819459744, "their": 0.1680892027422045}, "news": {"straight - their": 0.085374622537404, "straight": 0.2956284857600729, "their": 0.2102538632226689}, "no": {"straight - their": 0.09405748545021128, "straight": 0.32010828719066353, "their": 0.22605080174045225}, "normal": {"straight - their": 0.21578457996218517, "straight": 0.40169170776536745, "their": 0.18590712780318228}, "not": {"straight - their": -0.08107477000991617, "straight": 0.203043653205237, "their": 0.2841184232151532}, "nothing": {"straight - their": 0.2187714425244832, "straight": 0.3909234051350006, "their": 0.17215196261051743}, "now": {"straight - their": 0.07962441499737954, "straight": 0.28155957101087564, "their": 0.2019351560134961}, "of": {"straight - their": -0.03620492849713458, "straight": 0.3249223383636896, "their": 0.3611272668608242}, "off": {"straight - their": 0.028889280993108113, "straight": 0.3045303353587742, "their": 0.2756410543656661}, "oh": {"straight - their": 0.19398891610569566, "straight": 0.3618281889745671, "their": 0.16783927286887143}, "old": {"straight - their": 0.1504382976217828, "straight": 0.28474063077725437, "their": 0.13430233315547158}, "on": {"straight - their": 0.03331023912764397, "straight": 0.3298204797753407, "their": 0.2965102406476967}, "once": {"straight - their": 0.17633247216454612, "straight": 0.33676791013891477, "their": 0.16043543797436866}, "one": {"straight - their": 0.0985963463467894, "straight": 0.3095358755616936, "their": 0.2109395292149042}, "only": {"straight - their": 0.014656783176004051, "straight": 0.27304419491273574, "their": 0.2583874117367317}, "open": {"straight - their": 0.15758694891086397, "straight": 0.35646085053294946, "their": 0.19887390162208549}, "or": {"straight - their": 0.012846429777449042, "straight": 0.28645965921587824, "their": 0.2736132294384292}, "orientation": {"straight - their": 0.2395706130959286, "straight": 0.49642195892428814, "their": 0.25685134582835956}, "out": {"straight - their": 0.10898279900106089, "straight": 0.34695915195866245, "their": 0.23797635295760156}, "over": {"straight - their": 0.0857093536756316, "straight": 0.28995627993431733, "their": 0.20424692625868573}, "own": {"straight - their": -0.06881347838986895, "straight": 0.299605458774168, "their": 0.36841893716403695}, "pass": {"straight - their": 0.15641870819107798, "straight": 0.36677252598977317, "their": 0.2103538177986952}, "people": {"straight - their": 0.07155066518884212, "straight": 0.38526517253820186, "their": 0.31371450734935974}, "person": {"straight - their": 0.19507594655337832, "straight": 0.39657101601700406, "their": 0.20149506946362575}, "perverts": {"straight - their": 0.24435654273590832, "straight": 0.47654667289789054, "their": 0.23219013016198223}, "please": {"straight - their": 0.2260551367467572, "straight": 0.3290506646245594, "their": 0.1029955278778022}, "point": {"straight - their": 0.2017878057743385, "straight": 0.4210683608800969, "their": 0.21928055510575842}, "power": {"straight - their": 0.1424402992983643, "straight": 0.368893512230979, "their": 0.2264532129326147}, "problem": {"straight - their": 0.14487496942993383, "straight": 0.3457249765121749, "their": 0.20085000708224104}, "promote": {"straight - their": 0.2608375939864962, "straight": 0.3956282860595519, "their": 0.13479069207305575}, "psychos": {"straight - their": 0.2395706130959286, "straight": 0.49642195892428814, "their": 0.25685134582835956}, "pub": {"straight - their": 0.25077007302280074, "straight": 0.44773265647239235, "their": 0.1969625834495916}, "reason": {"straight - their": 0.15758694891086397, "straight": 0.35646085053294946, "their": 0.19887390162208549}, "run": {"straight - their": 0.19488820012310692, "straight": 0.35478780946241734, "their": 0.1598996093393104}, "s": {"straight - their": 0.0396556475078943, "straight": 0.3022816818932564, "their": 0.2626260343853621}, "said": {"straight - their": 0.09866542570322548, "straight": 0.3129380072958107, "their": 0.21427258159258525}, "san": {"straight - their": 0.21732594259871432, "straight": 0.3919919558262043, "their": 0.17466601322748995}, "saw": {"straight - their": 0.18630454362511806, "straight": 0.3909234051350006, "their": 0.20461886150988257}, "say": {"straight - their": 0.06770385867085962, "straight": 0.2794432075062564, "their": 0.21173934883539677}, "security": {"straight - their": 0.17004405917015758, "straight": 0.3886203737531715, "their": 0.2185763145830139}, "see": {"straight - their": 0.026347932412887076, "straight": 0.25400336913679467, "their": 0.2276554367239076}, "seen": {"straight - their": 0.1148387095848589, "straight": 0.3208912300640607, "their": 0.20605252047920178}, "sex": {"straight - their": 0.2580089230643285, "straight": 0.4113203411679493, "their": 0.1533114181036208}, "sexuality": {"straight - their": 0.24435654273590832, "straight": 0.47654667289789054, "their": 0.23219013016198223}, "shop": {"straight - their": 0.25748962821462434, "straight": 0.414100759044878, "their": 0.15661113083025363}, "should": {"straight - their": 0.10345898156358832, "straight": 0.34910855178858874, "their": 0.24564957022500042}, "signature": {"straight - their": 0.2492020593457013, "straight": 0.45503804081130417, "their": 0.20583598146560286}, "simple": {"straight - their": 0.21644754333735008, "straight": 0.39756066771370846, "their": 0.18111312437635838}, "something": {"straight - their": 0.1479813685647659, "straight": 0.3133312656787808, "their": 0.16534989711401488}, "stand": {"straight - their": 0.19306283252036782, "straight": 0.368893512230979, "their": 0.17583067971061117}, "stare": {"straight - their": 0.253137814015562, "straight": 0.43633908991601406, "their": 0.18320127590045202}, "station": {"straight - their": 0.2154247146358357, "straight": 0.4039091932825175, "their": 0.1884844786466818}, "stopped": {"straight - their": 0.21578457996218517, "straight": 0.40169170776536745, "their": 0.18590712780318228}, "straight": {"straight - their": 0.5659995239413074, "straight": 0.7448734703517508, "their": 0.1788739464104434}, "successful": {"straight - their": 0.20983985475309933, "straight": 0.43633908991601406, "their": 0.22649923516291473}, "summer": {"straight - their": 0.17045758269911684, "straight": 0.3854750555366754, "their": 0.21501747283755854}, "t": {"straight - their": 0.021202385154450443, "straight": 0.2842330459322636, "their": 0.2630306607778132}, "texas": {"straight - their": 0.26454705088764996, "straight": 0.3734255797441138, "their": 0.1088785288564638}, "than": {"straight - their": 0.05183608893068889, "straight": 0.2799077502754896, "their": 0.2280716613448007}, "that": {"straight - their": -0.10574600080098584, "straight": 0.21909001882650064, "their": 0.3248360196274865}, "the": {"straight - their": 0.09864888268533967, "straight": 0.4524857800657703, "their": 0.3538368973804306}, "thebest": {"straight - their": 0.2395706130959286, "straight": 0.49642195892428814, "their": 0.25685134582835956}, "their": {"straight - their": -0.33317867539532386, "straight": 0.29019334343111647, "their": 0.6233720188264403}, "them": {"straight - their": 0.017145391864454407, "straight": 0.35104243067740976, "their": 0.33389703881295535}, "then": {"straight - their": 0.10776664647948714, "straight": 0.3468689452882003, "their": 0.23910229880871314}, "there": {"straight - their": 0.14733394694305676, "straight": 0.37429384150499, "their": 0.22695989456193325}, "they": {"straight - their": -0.15331632713066407, "straight": 0.240450600997554, "their": 0.39376692812821806}, "thing": {"straight - their": 0.07796077776674107, "straight": 0.3110091857556802, "their": 0.23304840798893914}, "this": {"straight - their": 0.007658289232640864, "straight": 0.2474591944748969, "their": 0.23980090524225603}, "throw": {"straight - their": 0.1896117268337885, "straight": 0.39377423560038644, "their": 0.20416250876659794}, "time": {"straight - their": 0.05724131637808505, "straight": 0.27117483838575457, "their": 0.21393352200766952}, "to": {"straight - their": -0.03776099614790379, "straight": 0.3249907913490311, "their": 0.3627517874969349}, "town": {"straight - their": 0.1465170489576065, "straight": 0.3290506646245594, "their": 0.1825336156669529}, "trying": {"straight - their": 0.10493791878484571, "straight": 0.33618027642984855, "their": 0.23124235764500284}, "turns": {"straight - their": 0.25564744545239293, "straight": 0.42373664819459744, "their": 0.1680892027422045}, "tv": {"straight - their": 0.27075314693455177, "straight": 0.3306183309373746, "their": 0.05986518400282284}, "two": {"straight - their": 0.11578021050654869, "straight": 0.3087726211975152, "their": 0.1929924106909665}, "up": {"straight - their": 0.03148719327898636, "straight": 0.3091850657752177, "their": 0.27769787249623135}, "us": {"straight - their": 0.05689594027450148, "straight": 0.2792121390834551, "their": 0.22231619880895362}, "video": {"straight - their": 0.18069790837327937, "straight": 0.2938736155746322, "their": 0.11317570720135284}, "wait": {"straight - their": 0.1577727740893853, "straight": 0.35478780946241734, "their": 0.19701503537303203}, "waiting": {"straight - their": 0.21208215090310858, "straight": 0.42373664819459744, "their": 0.21165449729148886}, "was": {"straight - their": 0.10852619897635074, "straight": 0.3184906427978626, "their": 0.20996444382151186}, "weeks": {"straight - their": 0.2226366034397246, "straight": 0.35561766987496113, "their": 0.13298106643523652}, "went": {"straight - their": 0.23246134311099562, "straight": 0.39302845283704996, "their": 0.16056710972605434}, "what": {"straight - their": 0.0705091009302552, "straight": 0.31916601808967254, "their": 0.24865691715941735}, "when": {"straight - their": 0.11583229466801576, "straight": 0.3675233318328443, "their": 0.25169103716482855}, "white": {"straight - their": 0.06483041754355745, "straight": 0.3394592928997333, "their": 0.27462887535617586}, "who": {"straight - their": 0.06470249914021614, "straight": 0.3642524242765083, "their": 0.29954992513629214}, "will": {"straight - their": -0.039641954305256216, "straight": 0.21818801569552018, "their": 0.2578299700007764}, "with": {"straight - their": 0.06884914956168958, "straight": 0.3837392270472786, "their": 0.314890077485589}, "without": {"straight - their": 0.112014129709714, "straight": 0.35478780946241734, "their": 0.24277367975270334}, "woman": {"straight - their": 0.15964686400245678, "straight": 0.3373617849314382, "their": 0.17771492092898142}, "wonder": {"straight - their": 0.1458261543262327, "straight": 0.33618027642984855, "their": 0.19035412210361585}, "world": {"straight - their": 0.10728447331956642, "straight": 0.3048729285500753, "their": 0.19758845523050889}, "www": {"straight - their": 0.10206024605806824, "straight": 0.26002988913417624, "their": 0.157969643076108}, "yahoo": {"straight - their": 0.25849184280910265, "straight": 0.40870800884238384, "their": 0.1502161660332812}, "year": {"straight - their": 0.16439213572535016, "straight": 0.28755761696981386, "their": 0.12316548124446368}, "years": {"straight - their": 0.10845342359510265, "straight": 0.28808307281575884, "their": 0.1796296492206562}, "you": {"straight - their": 0.07814177231940939, "straight": 0.31432026659238727, "their": 0.23617849427297788}, "your": {"straight - their": -0.010502942899694223, "straight": 0.22083889937124382, "their": 0.23134184227093804}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-straight-them.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-straight-them.json new file mode 100644 index 0000000000000000000000000000000000000000..392e463ff82fa583943cec9cdb9109bb88b0d223 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-straight-them.json @@ -0,0 +1 @@ +{"19": {"straight - them": 0.24850583891318495, "straight": 0.40169170776536745, "them": 0.1531858688521825}, "40s": {"straight - them": 0.2336279814147156, "straight": 0.47654667289789054, "them": 0.24291869148317494}, "5": {"straight - them": 0.21295395401563078, "straight": 0.3338893957534928, "them": 0.12093544173786201}, "a": {"straight - them": 0.04721436498625492, "straight": 0.38183609640945093, "them": 0.334621731423196}, "about": {"straight - them": 0.026147318669866526, "straight": 0.3042207300556449, "them": 0.27807341138577835}, "add": {"straight - them": 0.2056827488111397, "straight": 0.3886203737531715, "them": 0.18293762494203178}, "ago": {"straight - them": 0.14795831858177155, "straight": 0.3137271056866605, "them": 0.16576878710488896}, "aids": {"straight - them": 0.1555700021316337, "straight": 0.39957890873374546, "them": 0.24400890660211177}, "air": {"straight - them": 0.20434535366415374, "straight": 0.39756066771370846, "them": 0.19321531404955472}, "all": {"straight - them": 0.07727563348609495, "straight": 0.3627053357483399, "them": 0.28542970226224496}, "almost": {"straight - them": 0.14369213464462766, "straight": 0.3581890960496369, "them": 0.21449696140500923}, "ammo": {"straight - them": 0.20075496614188315, "straight": 0.42027305438933493, "them": 0.21951808824745178}, "an": {"straight - them": 0.12118859970706625, "straight": 0.3260393466080933, "them": 0.20485074690102706}, "and": {"straight - them": 0.039777495631631354, "straight": 0.4293097612408512, "them": 0.38953226560921983}, "any": {"straight - them": 0.020628209094424144, "straight": 0.2767214991105205, "them": 0.2560932900160964}, "anyone": {"straight - them": 0.05027090627105263, "straight": 0.2989771050176965, "them": 0.24870619874664385}, "are": {"straight - them": -0.09418312430114659, "straight": 0.23652837246058991, "them": 0.3307114967617365}, "around": {"straight - them": 0.02960078359438778, "straight": 0.2883473960336974, "them": 0.25874661243930963}, "as": {"straight - them": 0.025507448163331725, "straight": 0.3294514313220935, "them": 0.30394398315876175}, "at": {"straight - them": 0.06798073915579361, "straight": 0.34327127309886696, "them": 0.27529053394307335}, "attention": {"straight - them": 0.20543833802168482, "straight": 0.3902756933947337, "them": 0.1848373553730489}, "band": {"straight - them": 0.2545951843688976, "straight": 0.36374884666469964, "them": 0.10915366229580202}, "be": {"straight - them": -0.09938299072978149, "straight": 0.19977459463026812, "them": 0.2991575853600496}, "black": {"straight - them": 0.054518087359919865, "straight": 0.32203084912957647, "them": 0.2675127617696566}, "broke": {"straight - them": 0.24517320664071335, "straight": 0.42027305438933493, "them": 0.17509984774862158}, "buddylist": {"straight - them": 0.22901396467783447, "straight": 0.49642195892428814, "them": 0.2674079942464537}, "by": {"straight - them": 0.021339406235017122, "straight": 0.24382773418783438, "them": 0.22248832795281726}, "ca": {"straight - them": 0.1196042676539826, "straight": 0.33277794611722056, "them": 0.21317367846323795}, "can": {"straight - them": 0.08552892784382882, "straight": 0.359154126560831, "them": 0.2736251987170022}, "catch": {"straight - them": 0.24452607297769163, "straight": 0.42373664819459744, "them": 0.1792105752169058}, "centre": {"straight - them": 0.24517320664071335, "straight": 0.42027305438933493, "them": 0.17509984774862158}, "chasing": {"straight - them": 0.2383025474749419, "straight": 0.45503804081130417, "them": 0.21673549333636227}, "college": {"straight - them": 0.25706259202389903, "straight": 0.34642447348536065, "them": 0.08936188146146162}, "com": {"straight - them": 0.21138691611154606, "straight": 0.34002948393734406, "them": 0.128642567825798}, "community": {"straight - them": 0.20991828900003856, "straight": 0.3581890960496369, "them": 0.14827080704959833}, "contact": {"straight - them": 0.24452607297769163, "straight": 0.42373664819459744, "them": 0.1792105752169058}, "could": {"straight - them": 0.07661511601292856, "straight": 0.29301389443322184, "them": 0.2163987784202933}, "cross": {"straight - them": 0.25071115417225737, "straight": 0.3886203737531715, "them": 0.13790921958091412}, "day": {"straight - them": 0.15034597845853745, "straight": 0.2852439056944192, "them": 0.13489792723588176}, "deviant": {"straight - them": 0.23635666160522598, "straight": 0.4641758988764889, "them": 0.22781923727126294}, "did": {"straight - them": 0.09238870146475059, "straight": 0.296524362106215, "them": 0.20413566064146443}, "do": {"straight - them": 0.06474459119717185, "straight": 0.3727461741286521, "them": 0.3080015829314802}, "doubt": {"straight - them": 0.1764347085361423, "straight": 0.39756066771370846, "them": 0.22112595917756617}, "down": {"straight - them": 0.1122993765107756, "straight": 0.3658209180335156, "them": 0.25352154152274}, "download": {"straight - them": 0.20802127779452734, "straight": 0.37225329102346466, "them": 0.16423201322893732}, "either": {"straight - them": 0.22860837802252626, "straight": 0.43246872303389483, "them": 0.20386034501136857}, "event": {"straight - them": 0.20591744334860115, "straight": 0.3870214974355554, "them": 0.18110405408695426}, "eyes": {"straight - them": 0.21798067994190226, "straight": 0.3961156168248749, "them": 0.17813493688297263}, "face": {"straight - them": 0.24974860110721392, "straight": 0.4315604574058303, "them": 0.1818118562986164}, "fear": {"straight - them": 0.17846068156865957, "straight": 0.38252548731623814, "them": 0.20406480574757857}, "few": {"straight - them": -0.007113728685916643, "straight": 0.2799077502754896, "them": 0.28702147896140623}, "files": {"straight - them": 0.24105430752477394, "straight": 0.44161671997981944, "them": 0.2005624124550455}, "find": {"straight - them": 0.05039238702761317, "straight": 0.2959257125255836, "them": 0.2455333254979704}, "floor": {"straight - them": 0.20220342753396958, "straight": 0.4113203411679493, "them": 0.20911691363397972}, "for": {"straight - them": 0.009108803565825607, "straight": 0.3203533641091038, "them": 0.3112445605432782}, "force": {"straight - them": 0.20677251316090242, "straight": 0.3811162280957463, "them": 0.17434371493484388}, "forward": {"straight - them": 0.24985523892618489, "straight": 0.39377423560038644, "them": 0.14391899667420155}, "from": {"straight - them": 0.046230799555019186, "straight": 0.29556139607278875, "them": 0.24933059651776956}, "full": {"straight - them": 0.18193310469683616, "straight": 0.35478780946241734, "them": 0.17285470476558118}, "get": {"straight - them": 0.013398424147555266, "straight": 0.3148824141072192, "them": 0.3014839899596639}, "gets": {"straight - them": 0.16010594424345015, "straight": 0.3618281889745671, "them": 0.20172224473111694}, "getting": {"straight - them": 0.1445212356188686, "straight": 0.3500647124341486, "them": 0.20554347681528}, "go": {"straight - them": 0.008100645217296698, "straight": 0.26642458734638924, "them": 0.25832394212909254}, "god": {"straight - them": 0.2027808603446505, "straight": 0.4018470479904234, "them": 0.1990661876457729}, "good": {"straight - them": 0.04619143828113756, "straight": 0.25497330014506303, "them": 0.20878186186392547}, "got": {"straight - them": 0.1295065621332435, "straight": 0.3634399340190368, "them": 0.2339333718857933}, "ground": {"straight - them": 0.1571403865693316, "straight": 0.3870214974355554, "them": 0.22988111086622381}, "groups": {"straight - them": 0.20769097742867304, "straight": 0.3746263385818635, "them": 0.16693536115319046}, "guy": {"straight - them": 0.16333315366038134, "straight": 0.3316878841906396, "them": 0.16835473053025826}, "hair": {"straight - them": 0.25865510024764227, "straight": 0.33445343173489683, "them": 0.07579833148725454}, "half": {"straight - them": 0.14509084941892397, "straight": 0.3443524322234662, "them": 0.1992615828045422}, "has": {"straight - them": 0.03531296551397195, "straight": 0.2612632407232195, "them": 0.22595027520924754}, "have": {"straight - them": -0.09149890907112934, "straight": 0.23909124799078407, "them": 0.3305901570619134}, "havent": {"straight - them": 0.242102012699541, "straight": 0.43633908991601406, "them": 0.19423707721647304}, "haymaker": {"straight - them": 0.2336279814147156, "straight": 0.47654667289789054, "them": 0.24291869148317494}, "he": {"straight - them": 0.09455219376940763, "straight": 0.2586460892447446, "them": 0.16409389547533695}, "head": {"straight - them": 0.1808486500602652, "straight": 0.36374884666469964, "them": 0.18290019660443443}, "her": {"straight - them": 0.10288288160514064, "straight": 0.27304419491273574, "them": 0.1701613133075951}, "here": {"straight - them": 0.035874475417707996, "straight": 0.2414886356985289, "them": 0.2056141602808209}, "heterosexual": {"straight - them": 0.22901396467783447, "straight": 0.49642195892428814, "them": 0.2674079942464537}, "hilarious": {"straight - them": 0.19884528320045247, "straight": 0.43168609308126105, "them": 0.23284080988080857}, "him": {"straight - them": 0.1874304049135559, "straight": 0.3038507750010588, "them": 0.11642037008750289}, "hiv": {"straight - them": 0.24105430752477394, "straight": 0.44161671997981944, "them": 0.2005624124550455}, "homosexual": {"straight - them": 0.24381026981665604, "straight": 0.42751762650081576, "them": 0.18370735668415972}, "homosexuals": {"straight - them": 0.20018292549367028, "straight": 0.42373664819459744, "them": 0.22355372270092716}, "https": {"straight - them": 0.21474616513918016, "straight": 0.31826307315163016, "them": 0.10351690801244999}, "i": {"straight - them": -0.04339592853601193, "straight": 0.3018517670586181, "them": 0.34524769559463003}, "if": {"straight - them": -0.014545800108443141, "straight": 0.28645965921587824, "them": 0.3010054593243214}, "in": {"straight - them": -0.012343135068614008, "straight": 0.31231863248665903, "them": 0.32466176755527304}, "infiltrate": {"straight - them": 0.22901396467783447, "straight": 0.49642195892428814, "them": 0.2674079942464537}, "info": {"straight - them": 0.2533127542439647, "straight": 0.37225329102346466, "them": 0.11894053677949996}, "into": {"straight - them": 0.15920135894011161, "straight": 0.4095634908864201, "them": 0.25036213194630846}, "is": {"straight - them": 0.0393638438960236, "straight": 0.3270402666065012, "them": 0.2876764227104776}, "issue": {"straight - them": 0.20127744794992616, "straight": 0.41707448504150996, "them": 0.2157970370915838}, "it": {"straight - them": 0.0857771539204924, "straight": 0.38423921268357064, "them": 0.29846205876307824}, "its": {"straight - them": 0.056703287979694816, "straight": 0.28729646561985855, "them": 0.23059317764016374}, "job": {"straight - them": 0.20943734876173312, "straight": 0.3618281889745671, "them": 0.15239084021283397}, "just": {"straight - them": 0.0583490248778028, "straight": 0.34281121348676663, "them": 0.28446218860896383}, "kazaa": {"straight - them": 0.2336279814147156, "straight": 0.47654667289789054, "them": 0.24291869148317494}, "keep": {"straight - them": 0.09924419788622871, "straight": 0.328537501709687, "them": 0.22929330382345828}, "kids": {"straight - them": 0.024912965877728177, "straight": 0.28755761696981386, "them": 0.2626446510920857}, "knew": {"straight - them": 0.2525576692911537, "straight": 0.3771195769408117, "them": 0.12456190764965802}, "language": {"straight - them": 0.25071115417225737, "straight": 0.3886203737531715, "them": 0.13790921958091412}, "left": {"straight - them": 0.23278722229953247, "straight": 0.4094065070374779, "them": 0.17661928473794541}, "life": {"straight - them": 0.13153134900771526, "straight": 0.3373617849314382, "them": 0.20583043592372294}, "like": {"straight - them": 0.07373445188245137, "straight": 0.3325229695409958, "them": 0.25878851765854444}, "local": {"straight - them": 0.2545951843688976, "straight": 0.36374884666469964, "them": 0.10915366229580202}, "look": {"straight - them": 0.03939487098291716, "straight": 0.2959257125255836, "them": 0.2565308415426664}, "looking": {"straight - them": 0.1344600752163672, "straight": 0.3028451672976125, "them": 0.16838509208124533}, "looks": {"straight - them": 0.13147729155828133, "straight": 0.3379620473320846, "them": 0.2064847557738033}, "love": {"straight - them": 0.11955843412524378, "straight": 0.3333309402764944, "them": 0.21377250615125062}, "male": {"straight - them": 0.2488057878982538, "straight": 0.4362836667463296, "them": 0.18747787884807582}, "me": {"straight - them": 0.0928310952135695, "straight": 0.30779814671289707, "them": 0.21496705149932757}, "meat": {"straight - them": 0.24300973615306, "straight": 0.43168609308126105, "them": 0.18867635692820103}, "methinks": {"straight - them": 0.22901396467783447, "straight": 0.49642195892428814, "them": 0.2674079942464537}, "more": {"straight - them": 0.10599430743815325, "straight": 0.37081992174745193, "them": 0.2648256143092987}, "much": {"straight - them": 0.03926022397022316, "straight": 0.2999220025134418, "them": 0.26066177854321865}, "my": {"straight - them": 0.03256416045571181, "straight": 0.2693712342234021, "them": 0.23680707376769028}, "n": {"straight - them": 0.03201890534463647, "straight": 0.28742069015190813, "them": 0.25540178480727166}, "nationalist": {"straight - them": 0.18426292831026805, "straight": 0.33445343173489683, "them": 0.15019050342462878}, "news": {"straight - them": 0.16674232700622757, "straight": 0.2956284857600729, "them": 0.12888615875384532}, "no": {"straight - them": 0.0682556509184929, "straight": 0.32010828719066353, "them": 0.25185263627217064}, "normal": {"straight - them": 0.24850583891318495, "straight": 0.40169170776536745, "them": 0.1531858688521825}, "not": {"straight - them": -0.11025691400362389, "straight": 0.203043653205237, "them": 0.3133005672088609}, "nothing": {"straight - them": 0.18107442398822737, "straight": 0.3909234051350006, "them": 0.20984898114677325}, "now": {"straight - them": 0.06328089893508942, "straight": 0.28155957101087564, "them": 0.21827867207578622}, "of": {"straight - them": -0.046268681273917756, "straight": 0.3249223383636896, "them": 0.37119101963760737}, "off": {"straight - them": 0.05596452193004056, "straight": 0.3045303353587742, "them": 0.24856581342873366}, "oh": {"straight - them": 0.254878292669943, "straight": 0.3618281889745671, "them": 0.10694989630462408}, "old": {"straight - them": 0.15038576875265605, "straight": 0.28474063077725437, "them": 0.13435486202459831}, "older": {"straight - them": 0.24381026981665604, "straight": 0.42751762650081576, "them": 0.18370735668415972}, "on": {"straight - them": 0.02776184325702924, "straight": 0.3298204797753407, "them": 0.30205863651831144}, "once": {"straight - them": 0.1192717483511044, "straight": 0.33676791013891477, "them": 0.21749616178781037}, "one": {"straight - them": 0.04874175103155354, "straight": 0.3095358755616936, "them": 0.26079412453014006}, "only": {"straight - them": 0.030016782063199438, "straight": 0.27304419491273574, "them": 0.2430274128495363}, "open": {"straight - them": 0.21014427880906172, "straight": 0.35646085053294946, "them": 0.14631657172388773}, "or": {"straight - them": 0.002331692907278027, "straight": 0.28645965921587824, "them": 0.2841279663086002}, "orientation": {"straight - them": 0.22901396467783447, "straight": 0.49642195892428814, "them": 0.2674079942464537}, "out": {"straight - them": 0.0385690505960819, "straight": 0.34695915195866245, "them": 0.30839010136258055}, "over": {"straight - them": 0.0844680207293127, "straight": 0.28995627993431733, "them": 0.20548825920500463}, "own": {"straight - them": 0.02461267754373575, "straight": 0.299605458774168, "them": 0.27499278123043225}, "pass": {"straight - them": 0.1287559917741364, "straight": 0.36677252598977317, "them": 0.23801653421563676}, "people": {"straight - them": 0.0951984458852056, "straight": 0.38526517253820186, "them": 0.29006672665299627}, "person": {"straight - them": 0.1615680671162716, "straight": 0.39657101601700406, "them": 0.23500294890073245}, "perverts": {"straight - them": 0.2336279814147156, "straight": 0.47654667289789054, "them": 0.24291869148317494}, "please": {"straight - them": 0.14656271419800487, "straight": 0.3290506646245594, "them": 0.18248795042655452}, "point": {"straight - them": 0.2517866260393913, "straight": 0.4210683608800969, "them": 0.16928173484070563}, "power": {"straight - them": 0.2538250308429366, "straight": 0.368893512230979, "them": 0.11506848138804239}, "problem": {"straight - them": 0.1618733142899137, "straight": 0.3457249765121749, "them": 0.18385166222226118}, "promote": {"straight - them": 0.20463803319281954, "straight": 0.3956282860595519, "them": 0.19099025286673238}, "psychos": {"straight - them": 0.22901396467783447, "straight": 0.49642195892428814, "them": 0.2674079942464537}, "pub": {"straight - them": 0.23981597165591587, "straight": 0.44773265647239235, "them": 0.2079166848164765}, "racially": {"straight - them": 0.24630616453322363, "straight": 0.414100759044878, "them": 0.16779459451165435}, "reason": {"straight - them": 0.11756844630704624, "straight": 0.35646085053294946, "them": 0.23889240422590322}, "road": {"straight - them": 0.24812037562931263, "straight": 0.4039091932825175, "them": 0.15578881765320488}, "run": {"straight - them": 0.18193310469683616, "straight": 0.35478780946241734, "them": 0.17285470476558118}, "s": {"straight - them": 0.07551785531597494, "straight": 0.3022816818932564, "them": 0.22676382657728145}, "said": {"straight - them": 0.14802807353756914, "straight": 0.3129380072958107, "them": 0.1649099337582416}, "saw": {"straight - them": 0.235894910058511, "straight": 0.3909234051350006, "them": 0.15502849507648964}, "say": {"straight - them": 0.0701171043724475, "straight": 0.2794432075062564, "them": 0.2093261031338089}, "security": {"straight - them": 0.25071115417225737, "straight": 0.3886203737531715, "them": 0.13790921958091412}, "see": {"straight - them": 0.00828458633226456, "straight": 0.25400336913679467, "them": 0.2457187828045301}, "seen": {"straight - them": 0.09085427985864664, "straight": 0.3208912300640607, "them": 0.23003695020541404}, "sex": {"straight - them": 0.20220342753396958, "straight": 0.4113203411679493, "them": 0.20911691363397972}, "sexuality": {"straight - them": 0.2336279814147156, "straight": 0.47654667289789054, "them": 0.24291869148317494}, "shop": {"straight - them": 0.20175822773170346, "straight": 0.414100759044878, "them": 0.21234253131317452}, "should": {"straight - them": 0.07021120199760073, "straight": 0.34910855178858874, "them": 0.278897349790988}, "signature": {"straight - them": 0.2383025474749419, "straight": 0.45503804081130417, "them": 0.21673549333636227}, "simple": {"straight - them": 0.1558265598973449, "straight": 0.39756066771370846, "them": 0.24173410781636356}, "something": {"straight - them": 0.18649231846807643, "straight": 0.3133312656787808, "them": 0.12683894721070435}, "stand": {"straight - them": 0.1802099788968766, "straight": 0.368893512230979, "them": 0.1886835333341024}, "stare": {"straight - them": 0.1506156054319004, "straight": 0.43633908991601406, "them": 0.28572348448411367}, "station": {"straight - them": 0.24812037562931263, "straight": 0.4039091932825175, "them": 0.15578881765320488}, "straight": {"straight - them": 0.5259459845152824, "straight": 0.7448734703517508, "them": 0.21892748583646837}, "summer": {"straight - them": 0.25122483744105156, "straight": 0.3854750555366754, "them": 0.13425021809562382}, "t": {"straight - them": 0.021487291373926853, "straight": 0.2842330459322636, "them": 0.26274575455833676}, "tests": {"straight - them": 0.19955100816644586, "straight": 0.42751762650081576, "them": 0.2279666183343699}, "than": {"straight - them": 0.00790274770006133, "straight": 0.2799077502754896, "them": 0.27200500257542826}, "that": {"straight - them": -0.08564138840449503, "straight": 0.21909001882650064, "them": 0.3047314072309957}, "the": {"straight - them": 0.11092290919664366, "straight": 0.4524857800657703, "them": 0.3415628708691266}, "thebest": {"straight - them": 0.22901396467783447, "straight": 0.49642195892428814, "them": 0.2674079942464537}, "their": {"straight - them": -0.05456165714925304, "straight": 0.29019334343111647, "them": 0.3447550005803695}, "them": {"straight - them": -0.2841378463341066, "straight": 0.35104243067740976, "them": 0.6351802770115164}, "then": {"straight - them": 0.07405371486851131, "straight": 0.3468689452882003, "them": 0.27281523041968897}, "there": {"straight - them": 0.10584122936177082, "straight": 0.37429384150499, "them": 0.2684526121432192}, "they": {"straight - them": -0.13393161685608035, "straight": 0.240450600997554, "them": 0.37438221785363435}, "thing": {"straight - them": 0.09149009451305953, "straight": 0.3110091857556802, "them": 0.21951909124262067}, "this": {"straight - them": 0.025007834874953394, "straight": 0.2474591944748969, "them": 0.2224513595999435}, "throw": {"straight - them": 0.176954520123708, "straight": 0.39377423560038644, "them": 0.21681971547667844}, "time": {"straight - them": 0.07050433958646712, "straight": 0.27117483838575457, "them": 0.20067049879928744}, "to": {"straight - them": -0.07482681638594307, "straight": 0.3249907913490311, "them": 0.39981760773497416}, "town": {"straight - them": 0.1635990735582647, "straight": 0.3290506646245594, "them": 0.1654515910662947}, "trying": {"straight - them": 0.162874100287647, "straight": 0.33618027642984855, "them": 0.17330617614220153}, "turns": {"straight - them": 0.24452607297769163, "straight": 0.42373664819459744, "them": 0.1792105752169058}, "tv": {"straight - them": 0.16344131784483695, "straight": 0.3306183309373746, "them": 0.16717701309253763}, "two": {"straight - them": 0.13398215763025023, "straight": 0.3087726211975152, "them": 0.17479046356726496}, "up": {"straight - them": 0.03134419563446028, "straight": 0.3091850657752177, "them": 0.2778408701407574}, "us": {"straight - them": 0.03478627933139716, "straight": 0.2792121390834551, "them": 0.24442585975205794}, "video": {"straight - them": 0.1668958242470304, "straight": 0.2938736155746322, "them": 0.1269777913276018}, "wait": {"straight - them": 0.10694994938830515, "straight": 0.35478780946241734, "them": 0.24783786007411218}, "was": {"straight - them": 0.10049964081706594, "straight": 0.3184906427978626, "them": 0.21799100198079666}, "weeks": {"straight - them": 0.2557773730757492, "straight": 0.35561766987496113, "them": 0.09984029679921193}, "went": {"straight - them": 0.2184678457110658, "straight": 0.39302845283704996, "them": 0.17456060712598415}, "what": {"straight - them": 0.07196472371732834, "straight": 0.31916601808967254, "them": 0.2472012943723442}, "when": {"straight - them": 0.07408382398596636, "straight": 0.3675233318328443, "them": 0.29343950784687794}, "white": {"straight - them": 0.06485532344040651, "straight": 0.3394592928997333, "them": 0.2746039694593268}, "who": {"straight - them": 0.10329145792052696, "straight": 0.3642524242765083, "them": 0.2609609663559813}, "will": {"straight - them": -0.09670203888770637, "straight": 0.21818801569552018, "them": 0.31489005458322655}, "with": {"straight - them": 0.06118832345970293, "straight": 0.3837392270472786, "them": 0.32255090358757565}, "without": {"straight - them": 0.10694994938830515, "straight": 0.35478780946241734, "them": 0.24783786007411218}, "woman": {"straight - them": 0.21253878115496871, "straight": 0.3373617849314382, "them": 0.12482300377646947}, "wonder": {"straight - them": 0.10844658317388722, "straight": 0.33618027642984855, "them": 0.22773369325596132}, "world": {"straight - them": 0.11077915604117544, "straight": 0.3048729285500753, "them": 0.19409377250889986}, "wow": {"straight - them": 0.25071115417225737, "straight": 0.3886203737531715, "them": 0.13790921958091412}, "www": {"straight - them": 0.16963347321290456, "straight": 0.26002988913417624, "them": 0.09039641592127169}, "year": {"straight - them": 0.1230790027833453, "straight": 0.28755761696981386, "them": 0.16447861418646856}, "years": {"straight - them": 0.10196077096901168, "straight": 0.28808307281575884, "them": 0.18612230184674716}, "you": {"straight - them": 0.031386117174866335, "straight": 0.31432026659238727, "them": 0.28293414941752093}, "your": {"straight - them": 0.0007941604612649866, "straight": 0.22083889937124382, "them": 0.22004473890997883}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-straight-they.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-straight-they.json new file mode 100644 index 0000000000000000000000000000000000000000..1758464197be31654e1b367550fd04d42875c6a1 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-straight-they.json @@ -0,0 +1 @@ +{"116": {"straight - they": 0.2844542308387744, "straight": 0.47654667289789054, "they": 0.19209244205911613}, "19": {"straight - they": 0.2605923945800927, "straight": 0.40169170776536745, "they": 0.14109931318527474}, "40s": {"straight - they": 0.2844542308387744, "straight": 0.47654667289789054, "they": 0.19209244205911613}, "5": {"straight - they": 0.18732949403958968, "straight": 0.3338893957534928, "they": 0.14655990171390312}, "88": {"straight - they": 0.3111468503184563, "straight": 0.34713312175528466, "they": 0.035986271436828365}, "a": {"straight - they": 0.07650556259356883, "straight": 0.38183609640945093, "they": 0.3053305338158821}, "about": {"straight - they": 0.045368948072124216, "straight": 0.3042207300556449, "they": 0.25885178198352066}, "add": {"straight - they": 0.21858898925067474, "straight": 0.3886203737531715, "they": 0.17003138450249675}, "ago": {"straight - they": 0.148849502382625, "straight": 0.3137271056866605, "they": 0.1648776033040355}, "aids": {"straight - they": 0.21679448499395917, "straight": 0.39957890873374546, "they": 0.1827844237397863}, "air": {"straight - they": 0.21712996985536534, "straight": 0.39756066771370846, "they": 0.18043069785834312}, "all": {"straight - they": 0.06683300925636526, "straight": 0.3627053357483399, "they": 0.29587232649197465}, "almost": {"straight - they": 0.18429326852344735, "straight": 0.3581890960496369, "they": 0.17389582752618954}, "although": {"straight - they": 0.301987822928249, "straight": 0.39957890873374546, "they": 0.09759108580549648}, "ammo": {"straight - they": 0.2977640285206878, "straight": 0.42027305438933493, "they": 0.12250902586864715}, "an": {"straight - they": 0.13123608833361178, "straight": 0.3260393466080933, "they": 0.19480325827448153}, "and": {"straight - they": 0.06553557292917211, "straight": 0.4293097612408512, "they": 0.36377418831167907}, "any": {"straight - they": 0.07447031387814931, "straight": 0.2767214991105205, "they": 0.2022511852323712}, "anyone": {"straight - they": 0.12211640008263686, "straight": 0.2989771050176965, "they": 0.17686070493505962}, "appreciate": {"straight - they": 0.2984399616164758, "straight": 0.41707448504150996, "they": 0.11863452342503418}, "are": {"straight - they": -0.14326161060826167, "straight": 0.23652837246058991, "they": 0.3797899830688516}, "around": {"straight - they": 0.047241484583511045, "straight": 0.2883473960336974, "they": 0.24110591145018637}, "as": {"straight - they": 0.049591237382008935, "straight": 0.3294514313220935, "they": 0.27986019394008455}, "ass": {"straight - they": 0.23589514204109746, "straight": 0.39756066771370846, "they": 0.161665525672611}, "at": {"straight - they": 0.09902187478838734, "straight": 0.34327127309886696, "they": 0.24424939831047962}, "attention": {"straight - they": 0.21832217526129727, "straight": 0.3902756933947337, "they": 0.17195351813343646}, "austin": {"straight - they": 0.29303436731602084, "straight": 0.44161671997981944, "they": 0.1485823526637986}, "band": {"straight - they": 0.24141211846675614, "straight": 0.36374884666469964, "they": 0.12233672819794351}, "be": {"straight - they": -0.11116031490380826, "straight": 0.19977459463026812, "they": 0.3109349095340764}, "became": {"straight - they": 0.25765857811329523, "straight": 0.41707448504150996, "they": 0.15941590692821472}, "beliefs": {"straight - they": 0.2984399616164758, "straight": 0.41707448504150996, "they": 0.11863452342503418}, "black": {"straight - they": 0.07399623135555466, "straight": 0.32203084912957647, "they": 0.2480346177740218}, "blonde": {"straight - they": 0.2984399616164758, "straight": 0.41707448504150996, "they": 0.11863452342503418}, "booming": {"straight - they": 0.2790942278499271, "straight": 0.49642195892428814, "they": 0.217327731074361}, "broke": {"straight - they": 0.2977640285206878, "straight": 0.42027305438933493, "they": 0.12250902586864715}, "by": {"straight - they": 0.015944647069964152, "straight": 0.24382773418783438, "they": 0.22788308711787023}, "ca": {"straight - they": 0.13479982468558777, "straight": 0.33277794611722056, "they": 0.1979781214316328}, "can": {"straight - they": 0.08875774691453614, "straight": 0.359154126560831, "they": 0.27039637964629487}, "centre": {"straight - they": 0.23179831401748915, "straight": 0.42027305438933493, "they": 0.18847474037184578}, "chasing": {"straight - they": 0.24970468889556183, "straight": 0.45503804081130417, "they": 0.20533335191574234}, "college": {"straight - they": 0.3112558059547814, "straight": 0.34642447348536065, "they": 0.035168667530579206}, "com": {"straight - they": 0.2093030458967834, "straight": 0.34002948393734406, "they": 0.13072643804056067}, "community": {"straight - they": 0.2232271498770965, "straight": 0.3581890960496369, "they": 0.1349619461725404}, "contact": {"straight - they": 0.25633670078870463, "straight": 0.42373664819459744, "they": 0.16739994740589284}, "could": {"straight - they": 0.07054140861802216, "straight": 0.29301389443322184, "they": 0.22247248581519968}, "cross": {"straight - they": 0.19097583187658598, "straight": 0.3886203737531715, "they": 0.1976445418765855}, "day": {"straight - they": 0.09752525572966134, "straight": 0.2852439056944192, "they": 0.18771864996475787}, "did": {"straight - they": 0.061929634312625936, "straight": 0.296524362106215, "they": 0.2345947277935891}, "do": {"straight - they": 0.0551838977506286, "straight": 0.3727461741286521, "they": 0.3175622763780235}, "dope": {"straight - they": 0.2447376628520758, "straight": 0.47654667289789054, "they": 0.23180901004581475}, "dot": {"straight - they": 0.29906077013042465, "straight": 0.414100759044878, "they": 0.11503998891445331}, "doubt": {"straight - they": 0.26135234663449786, "straight": 0.39756066771370846, "they": 0.1362083210792106}, "down": {"straight - they": 0.14935574018031034, "straight": 0.3658209180335156, "they": 0.21646517785320524}, "either": {"straight - they": 0.25228292886945936, "straight": 0.43246872303389483, "they": 0.18018579416443548}, "event": {"straight - they": 0.3043803567637219, "straight": 0.3870214974355554, "they": 0.08264114067183351}, "explanation": {"straight - they": 0.2916080662988882, "straight": 0.44773265647239235, "they": 0.15612459017350416}, "eyes": {"straight - they": 0.2594173688413425, "straight": 0.3961156168248749, "they": 0.1366982479835324}, "face": {"straight - they": 0.24280295788393594, "straight": 0.4315604574058303, "they": 0.18875749952189438}, "fear": {"straight - they": 0.18099822669727, "straight": 0.38252548731623814, "they": 0.20152726061896814}, "few": {"straight - they": 0.08050486051729816, "straight": 0.2799077502754896, "they": 0.19940288975819143}, "files": {"straight - they": 0.29303436731602084, "straight": 0.44161671997981944, "they": 0.1485823526637986}, "find": {"straight - they": 0.07332608961896345, "straight": 0.2959257125255836, "they": 0.22259962290662014}, "floor": {"straight - they": 0.29963460990273694, "straight": 0.4113203411679493, "they": 0.11168573126521235}, "for": {"straight - they": 0.05477418444828097, "straight": 0.3203533641091038, "they": 0.26557917966082284}, "force": {"straight - they": 0.17160761164293778, "straight": 0.3811162280957463, "they": 0.20950861645280852}, "forward": {"straight - they": 0.21775328921942957, "straight": 0.39377423560038644, "they": 0.17602094638095686}, "from": {"straight - they": 0.07259712611406025, "straight": 0.29556139607278875, "they": 0.2229642699587285}, "full": {"straight - they": 0.24275952120939, "straight": 0.35478780946241734, "they": 0.11202828825302732}, "get": {"straight - they": 0.04233142608303375, "straight": 0.3148824141072192, "they": 0.2725509880241854}, "gets": {"straight - they": 0.20750672658946775, "straight": 0.3618281889745671, "they": 0.15432146238509933}, "getting": {"straight - they": 0.17561644618240874, "straight": 0.3500647124341486, "they": 0.17444826625173987}, "go": {"straight - they": 0.01711125166126895, "straight": 0.26642458734638924, "they": 0.2493133356851203}, "god": {"straight - they": 0.20565641431554182, "straight": 0.4018470479904234, "they": 0.1961906336748816}, "good": {"straight - they": 0.05118038320005258, "straight": 0.25497330014506303, "they": 0.20379291694501045}, "got": {"straight - they": 0.19575076879754447, "straight": 0.3634399340190368, "they": 0.16768916522149233}, "green": {"straight - they": 0.23971233519072974, "straight": 0.3746263385818635, "they": 0.13491400339113377}, "ground": {"straight - they": 0.19121281715376073, "straight": 0.3870214974355554, "they": 0.19580868028179468}, "groups": {"straight - they": 0.23971233519072974, "straight": 0.3746263385818635, "they": 0.13491400339113377}, "guard": {"straight - they": 0.29303436731602084, "straight": 0.44161671997981944, "they": 0.1485823526637986}, "guy": {"straight - they": 0.18759215991952355, "straight": 0.3316878841906396, "they": 0.14409572427111605}, "hair": {"straight - they": 0.16872276287159688, "straight": 0.33445343173489683, "they": 0.16573066886329996}, "half": {"straight - they": 0.1860530180914638, "straight": 0.3443524322234662, "they": 0.15829941413200238}, "has": {"straight - they": 0.10707834345033088, "straight": 0.2612632407232195, "they": 0.15418489727288862}, "have": {"straight - they": -0.08675735947191332, "straight": 0.23909124799078407, "they": 0.3258486074626974}, "havent": {"straight - they": 0.29423959090718554, "straight": 0.43633908991601406, "they": 0.14209949900882848}, "he": {"straight - they": 0.10725676997313194, "straight": 0.2586460892447446, "they": 0.15138931927161264}, "head": {"straight - they": 0.20723516820323587, "straight": 0.36374884666469964, "they": 0.15651367846146377}, "her": {"straight - they": 0.12419190558175569, "straight": 0.27304419491273574, "they": 0.14885228933098005}, "here": {"straight - they": 0.044632600742106954, "straight": 0.2414886356985289, "they": 0.19685603495642195}, "hilarious": {"straight - they": 0.2952826257288652, "straight": 0.43168609308126105, "they": 0.13640346735239584}, "him": {"straight - they": 0.1266961200860644, "straight": 0.3038507750010588, "they": 0.17715465491499438}, "himself": {"straight - they": 0.25765857811329523, "straight": 0.41707448504150996, "they": 0.15941590692821472}, "hiv": {"straight - they": 0.2526340440764778, "straight": 0.44161671997981944, "they": 0.1889826759033416}, "homosexual": {"straight - they": 0.296201567879064, "straight": 0.42751762650081576, "they": 0.13131605862175177}, "homosexuals": {"straight - they": 0.29702249092554356, "straight": 0.42373664819459744, "they": 0.1267141572690539}, "https": {"straight - they": 0.2737128140234342, "straight": 0.31826307315163016, "they": 0.04455025912819592}, "i": {"straight - they": 0.0338632813830399, "straight": 0.3018517670586181, "they": 0.2679884856755782}, "if": {"straight - they": -0.009265101230980843, "straight": 0.28645965921587824, "they": 0.2957247604468591}, "immediately": {"straight - they": 0.2276561800525619, "straight": 0.44161671997981944, "they": 0.21396053992725753}, "in": {"straight - they": 0.004721506359541439, "straight": 0.31231863248665903, "they": 0.3075971261271176}, "into": {"straight - they": 0.18744318071607402, "straight": 0.4095634908864201, "they": 0.22212031017034606}, "is": {"straight - they": 0.07552360954299558, "straight": 0.3270402666065012, "they": 0.2515166570635056}, "issue": {"straight - they": 0.25765857811329523, "straight": 0.41707448504150996, "they": 0.15941590692821472}, "it": {"straight - they": 0.09179188150081852, "straight": 0.38423921268357064, "they": 0.2924473311827521}, "its": {"straight - they": 0.10523125926166449, "straight": 0.28729646561985855, "they": 0.18206520635819406}, "job": {"straight - they": 0.19478963066013932, "straight": 0.3618281889745671, "they": 0.16703855831442777}, "just": {"straight - they": 0.06851383911526132, "straight": 0.34281121348676663, "they": 0.2742973743715053}, "keep": {"straight - they": 0.11486460700212231, "straight": 0.328537501709687, "they": 0.21367289470756468}, "kids": {"straight - they": 0.029840642642200932, "straight": 0.28755761696981386, "they": 0.2577169743276129}, "knew": {"straight - they": 0.22040120648610806, "straight": 0.3771195769408117, "they": 0.15671837045470366}, "language": {"straight - they": 0.21858898925067474, "straight": 0.3886203737531715, "they": 0.17003138450249675}, "left": {"straight - they": 0.18880364226623877, "straight": 0.4094065070374779, "they": 0.2206028647712391}, "life": {"straight - they": 0.18691102311578597, "straight": 0.3373617849314382, "they": 0.15045076181565223}, "like": {"straight - they": 0.056051238392305636, "straight": 0.3325229695409958, "they": 0.27647173114869017}, "local": {"straight - they": 0.19452731225813683, "straight": 0.36374884666469964, "they": 0.16922153440656282}, "look": {"straight - they": 0.07332608961896345, "straight": 0.2959257125255836, "they": 0.22259962290662014}, "looking": {"straight - they": 0.1567103782580168, "straight": 0.3028451672976125, "they": 0.1461347890395957}, "looks": {"straight - they": 0.15310508367203557, "straight": 0.3379620473320846, "they": 0.18485696366004906}, "love": {"straight - they": 0.15360396864447623, "straight": 0.3333309402764944, "they": 0.17972697163201817}, "male": {"straight - they": 0.2751150158474698, "straight": 0.4362836667463296, "they": 0.16116865089885984}, "me": {"straight - they": 0.12309326539671431, "straight": 0.30779814671289707, "they": 0.18470488131618276}, "mid": {"straight - they": 0.2952826257288652, "straight": 0.43168609308126105, "they": 0.13640346735239584}, "more": {"straight - they": 0.12539148815858878, "straight": 0.37081992174745193, "they": 0.24542843358886315}, "much": {"straight - they": 0.06726115182687856, "straight": 0.2999220025134418, "they": 0.23266085068656325}, "my": {"straight - they": 0.06358108558850745, "straight": 0.2693712342234021, "they": 0.20579014863489464}, "n": {"straight - they": -0.004864615036499376, "straight": 0.28742069015190813, "they": 0.2922853051884075}, "nationalist": {"straight - they": 0.16872276287159688, "straight": 0.33445343173489683, "they": 0.16573066886329996}, "negroid": {"straight - they": 0.29702249092554356, "straight": 0.42373664819459744, "they": 0.1267141572690539}, "news": {"straight - they": 0.13826951935225146, "straight": 0.2956284857600729, "they": 0.15735896640782143}, "no": {"straight - they": 0.06496661443790569, "straight": 0.32010828719066353, "they": 0.25514167275275784}, "normal": {"straight - they": 0.2605923945800927, "straight": 0.40169170776536745, "they": 0.14109931318527474}, "not": {"straight - they": -0.07041434764048662, "straight": 0.203043653205237, "they": 0.27345800084572364}, "nothing": {"straight - they": 0.21333319790711475, "straight": 0.3909234051350006, "they": 0.17759020722788588}, "now": {"straight - they": 0.06831224535648206, "straight": 0.28155957101087564, "they": 0.21324732565439358}, "of": {"straight - they": 0.004023059919887606, "straight": 0.3249223383636896, "they": 0.320899278443802}, "off": {"straight - they": 0.04884459390758539, "straight": 0.3045303353587742, "they": 0.25568574145118883}, "oh": {"straight - they": 0.19478963066013932, "straight": 0.3618281889745671, "they": 0.16703855831442777}, "old": {"straight - they": 0.13921315398047543, "straight": 0.28474063077725437, "they": 0.14552747679677894}, "older": {"straight - they": 0.296201567879064, "straight": 0.42751762650081576, "they": 0.13131605862175177}, "on": {"straight - they": 0.05268249387470314, "straight": 0.3298204797753407, "they": 0.27713798590063754}, "once": {"straight - they": 0.16051479272763755, "straight": 0.33676791013891477, "they": 0.17625311741127722}, "one": {"straight - they": 0.07169560792485197, "straight": 0.3095358755616936, "they": 0.23784026763684163}, "only": {"straight - they": 0.024416186447897475, "straight": 0.27304419491273574, "they": 0.24862800846483826}, "open": {"straight - they": 0.19551367193083832, "straight": 0.35646085053294946, "they": 0.16094717860211114}, "or": {"straight - they": 0.022698988940414555, "straight": 0.28645965921587824, "they": 0.2637606702754637}, "out": {"straight - they": 0.08261499229617275, "straight": 0.34695915195866245, "they": 0.2643441596624897}, "over": {"straight - they": 0.08311801280708375, "straight": 0.28995627993431733, "they": 0.20683826712723358}, "own": {"straight - they": 0.05910301261893139, "straight": 0.299605458774168, "they": 0.2405024461552366}, "pass": {"straight - they": 0.16486216472957665, "straight": 0.36677252598977317, "they": 0.2019103612601965}, "people": {"straight - they": 0.10954070066251709, "straight": 0.38526517253820186, "they": 0.2757244718756848}, "person": {"straight - they": 0.2407372980122875, "straight": 0.39657101601700406, "they": 0.15583371800471657}, "please": {"straight - they": 0.187904111222183, "straight": 0.3290506646245594, "they": 0.1411465534023764}, "point": {"straight - they": 0.2546178398907859, "straight": 0.4210683608800969, "they": 0.166450520989311}, "positive": {"straight - they": 0.2276561800525619, "straight": 0.44161671997981944, "they": 0.21396053992725753}, "power": {"straight - they": 0.17323213724174022, "straight": 0.368893512230979, "they": 0.19566137498923877}, "problem": {"straight - they": 0.1761457866264726, "straight": 0.3457249765121749, "they": 0.16957918988570228}, "promote": {"straight - they": 0.23622908093151274, "straight": 0.3956282860595519, "they": 0.15939920512803918}, "racially": {"straight - they": 0.2582385737229538, "straight": 0.414100759044878, "they": 0.15586218532192422}, "ran": {"straight - they": 0.2996594271092323, "straight": 0.4744433191413026, "they": 0.1747838920320703}, "reason": {"straight - they": 0.17482250740977193, "straight": 0.35646085053294946, "they": 0.18163834312317753}, "road": {"straight - they": 0.26017960505478777, "straight": 0.4039091932825175, "they": 0.14372958822772972}, "run": {"straight - they": 0.16633975185709785, "straight": 0.35478780946241734, "they": 0.1884480576053195}, "s": {"straight - they": 0.06392281971286473, "straight": 0.3022816818932564, "they": 0.23835886218039165}, "said": {"straight - they": 0.0849052270674174, "straight": 0.3129380072958107, "they": 0.22803278022839332}, "san": {"straight - they": 0.26235820078090066, "straight": 0.3919919558262043, "they": 0.1296337550453036}, "saw": {"straight - they": 0.23373507860988993, "straight": 0.3909234051350006, "they": 0.1571883265251107}, "say": {"straight - they": 0.028125801030936037, "straight": 0.2794432075062564, "they": 0.25131740647532036}, "security": {"straight - they": 0.23742105508322944, "straight": 0.3886203737531715, "they": 0.15119931866994205}, "see": {"straight - they": 0.04410583866085538, "straight": 0.25400336913679467, "they": 0.2098975304759393}, "seen": {"straight - they": 0.1622343318391421, "straight": 0.3208912300640607, "they": 0.15865689822491857}, "sex": {"straight - they": 0.29963460990273694, "straight": 0.4113203411679493, "they": 0.11168573126521235}, "shop": {"straight - they": 0.2582385737229538, "straight": 0.414100759044878, "they": 0.15586218532192422}, "should": {"straight - they": 0.08875740246022312, "straight": 0.34910855178858874, "they": 0.2603511493283656}, "simple": {"straight - they": 0.1788338312149639, "straight": 0.39756066771370846, "they": 0.21872683649874455}, "something": {"straight - they": 0.11617609817763644, "straight": 0.3133312656787808, "they": 0.19715516750114434}, "stand": {"straight - they": 0.18287548866243056, "straight": 0.368893512230979, "they": 0.18601802356854844}, "station": {"straight - they": 0.26017960505478777, "straight": 0.4039091932825175, "they": 0.14372958822772972}, "steps": {"straight - they": 0.28761402462485686, "straight": 0.4641758988764889, "they": 0.17656187425163206}, "stopped": {"straight - they": 0.21644086095313658, "straight": 0.40169170776536745, "they": 0.18525084681223086}, "straight": {"straight - they": 0.6109489813184179, "straight": 0.7448734703517508, "they": 0.13392448903333287}, "successful": {"straight - they": 0.29423959090718554, "straight": 0.43633908991601406, "they": 0.14209949900882848}, "t": {"straight - they": -0.004804068951611562, "straight": 0.2842330459322636, "they": 0.2890371148838752}, "tests": {"straight - they": 0.296201567879064, "straight": 0.42751762650081576, "they": 0.13131605862175177}, "texas": {"straight - they": 0.30682785201765234, "straight": 0.3734255797441138, "they": 0.06659772772646144}, "than": {"straight - they": 0.03853912495223075, "straight": 0.2799077502754896, "they": 0.24136862532325884}, "that": {"straight - they": -0.09344841684351501, "straight": 0.21909001882650064, "they": 0.31253843567001566}, "the": {"straight - they": 0.10619093840091692, "straight": 0.4524857800657703, "they": 0.34629484166485336}, "their": {"straight - they": -0.05289211331433563, "straight": 0.29019334343111647, "they": 0.3430854567454521}, "them": {"straight - they": 0.03438700144925627, "straight": 0.35104243067740976, "they": 0.3166554292281535}, "then": {"straight - they": 0.08369051182095161, "straight": 0.3468689452882003, "they": 0.2631784334672487}, "there": {"straight - they": 0.14665087651301287, "straight": 0.37429384150499, "they": 0.22764296499197714}, "they": {"straight - they": -0.3453347110625484, "straight": 0.240450600997554, "they": 0.5857853120601024}, "thing": {"straight - they": 0.09947441382616376, "straight": 0.3110091857556802, "they": 0.21153477192951645}, "this": {"straight - they": 0.0219136600872247, "straight": 0.2474591944748969, "they": 0.2255455343876722}, "throw": {"straight - they": 0.21775328921942957, "straight": 0.39377423560038644, "they": 0.17602094638095686}, "time": {"straight - they": 0.0632941875731528, "straight": 0.27117483838575457, "they": 0.20788065081260176}, "to": {"straight - they": -0.035497055301080715, "straight": 0.3249907913490311, "they": 0.3604878466501118}, "town": {"straight - they": 0.16932984934618137, "straight": 0.3290506646245594, "they": 0.15972081527837803}, "trying": {"straight - they": 0.13446259600717894, "straight": 0.33618027642984855, "they": 0.2017176804226696}, "turns": {"straight - they": 0.23114551530663757, "straight": 0.42373664819459744, "they": 0.19259113288795987}, "tv": {"straight - they": 0.16915481983452166, "straight": 0.3306183309373746, "they": 0.16146351110285292}, "two": {"straight - they": 0.12129056633605914, "straight": 0.3087726211975152, "they": 0.18748205486145605}, "up": {"straight - they": 0.05161346890454832, "straight": 0.3091850657752177, "they": 0.2575715968706694}, "us": {"straight - they": 0.026155946255838003, "straight": 0.2792121390834551, "they": 0.2530561928276171}, "video": {"straight - they": 0.17301763315255447, "straight": 0.2938736155746322, "they": 0.12085598242207773}, "wait": {"straight - they": 0.19573665134533294, "straight": 0.35478780946241734, "they": 0.1590511581170844}, "waiting": {"straight - they": 0.25633670078870463, "straight": 0.42373664819459744, "they": 0.16739994740589284}, "was": {"straight - they": 0.12759912475141, "straight": 0.3184906427978626, "they": 0.1908915180464526}, "weeks": {"straight - they": 0.24263673966678823, "straight": 0.35561766987496113, "they": 0.11298093020817289}, "went": {"straight - they": 0.17791858372776567, "straight": 0.39302845283704996, "they": 0.21510986910928429}, "what": {"straight - they": 0.05240144240512018, "straight": 0.31916601808967254, "they": 0.26676457568455236}, "when": {"straight - they": 0.07419999146621514, "straight": 0.3675233318328443, "they": 0.29332334036662916}, "white": {"straight - they": 0.07614267851514483, "straight": 0.3394592928997333, "they": 0.2633166143845885}, "who": {"straight - they": 0.13110347464403432, "straight": 0.3642524242765083, "they": 0.23314894963247396}, "will": {"straight - they": -0.06529357793999443, "straight": 0.21818801569552018, "they": 0.2834815936355146}, "with": {"straight - they": 0.0946781722693959, "straight": 0.3837392270472786, "they": 0.2890610547778827}, "without": {"straight - they": 0.1512321486237983, "straight": 0.35478780946241734, "they": 0.20355566083861903}, "woman": {"straight - they": 0.18691102311578597, "straight": 0.3373617849314382, "they": 0.15045076181565223}, "wonder": {"straight - they": 0.1289632506590223, "straight": 0.33618027642984855, "they": 0.20721702577082624}, "world": {"straight - they": 0.12660776494419218, "straight": 0.3048729285500753, "they": 0.17826516360588313}, "wow": {"straight - they": 0.3040828045680488, "straight": 0.3886203737531715, "they": 0.08453756918512269}, "www": {"straight - they": 0.13023700476906325, "straight": 0.26002988913417624, "they": 0.129792884365113}, "yahoo": {"straight - they": 0.3001679529123737, "straight": 0.40870800884238384, "they": 0.10854005593001013}, "year": {"straight - they": 0.14493529741096126, "straight": 0.28755761696981386, "they": 0.1426223195588526}, "years": {"straight - they": 0.09732615561907126, "straight": 0.28808307281575884, "they": 0.19075691719668758}, "you": {"straight - they": 0.08707606954431252, "straight": 0.31432026659238727, "they": 0.22724419704807475}, "your": {"straight - they": 0.03225688760363013, "straight": 0.22083889937124382, "they": 0.1885820117676137}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-straight-woman.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-straight-woman.json new file mode 100644 index 0000000000000000000000000000000000000000..67168fb25f2a413f3fe9bf714b4034b708c26966 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-straight-woman.json @@ -0,0 +1 @@ +{"28": {"straight - woman": 0.11084253899703861, "straight": 0.42373664819459744, "woman": 0.31289410919755883}, "5": {"straight - woman": 0.1184076294362234, "straight": 0.3338893957534928, "woman": 0.2154817663172694}, "88": {"straight - woman": 0.11744255919062357, "straight": 0.34713312175528466, "woman": 0.22969056256466108}, "a": {"straight - woman": -0.06427488928043229, "straight": 0.38183609640945093, "woman": 0.4461109856898832}, "about": {"straight - woman": 0.02813260533172185, "straight": 0.3042207300556449, "woman": 0.276088124723923}, "ago": {"straight - woman": 0.06099749975935609, "straight": 0.3137271056866605, "woman": 0.2527296059273044}, "all": {"straight - woman": 0.13651083754938162, "straight": 0.3627053357483399, "woman": 0.2261944981989583}, "an": {"straight - woman": -0.004487808763760315, "straight": 0.3260393466080933, "woman": 0.3305271553718536}, "and": {"straight - woman": 0.056875068746882085, "straight": 0.4293097612408512, "woman": 0.3724346924939691}, "any": {"straight - woman": 0.024316407942116147, "straight": 0.2767214991105205, "woman": 0.25240509116840437}, "anyone": {"straight - woman": 0.12070724127332075, "straight": 0.2989771050176965, "woman": 0.17826986374437573}, "are": {"straight - woman": 0.029005371821519882, "straight": 0.23652837246058991, "woman": 0.20752300063907003}, "around": {"straight - woman": 0.12133757527592612, "straight": 0.2883473960336974, "woman": 0.1670098207577713}, "as": {"straight - woman": 0.06062599462836987, "straight": 0.3294514313220935, "woman": 0.2688254366937236}, "at": {"straight - woman": 0.0775391089773691, "straight": 0.34327127309886696, "woman": 0.26573216412149786}, "be": {"straight - woman": -0.06613714024273196, "straight": 0.19977459463026812, "woman": 0.26591173487300007}, "beliefs": {"straight - woman": 0.11148624278715141, "straight": 0.41707448504150996, "woman": 0.30558824225435854}, "black": {"straight - woman": -0.09751399705529923, "straight": 0.32203084912957647, "woman": 0.4195448461848757}, "buisiness": {"straight - woman": 0.10293893258954384, "straight": 0.49642195892428814, "woman": 0.3934830263347443}, "by": {"straight - woman": -0.09348448199011788, "straight": 0.24382773418783438, "woman": 0.33731221617795226}, "ca": {"straight - woman": 0.11848629027480226, "straight": 0.33277794611722056, "woman": 0.2142916558424183}, "can": {"straight - woman": 0.14902091871843998, "straight": 0.359154126560831, "woman": 0.21013320784239103}, "com": {"straight - woman": 0.07007178932888142, "straight": 0.34002948393734406, "woman": 0.26995769460846264}, "could": {"straight - woman": -0.003972878618421383, "straight": 0.29301389443322184, "woman": 0.2969867730516432}, "do": {"straight - woman": 0.18870120800712348, "straight": 0.3727461741286521, "woman": 0.1840449661215286}, "down": {"straight - woman": 0.1345192368359267, "straight": 0.3658209180335156, "woman": 0.23130168119758887}, "eyes": {"straight - woman": 0.06723233489445862, "straight": 0.3961156168248749, "woman": 0.32888328193041627}, "face": {"straight - woman": 0.1278345610867903, "straight": 0.4315604574058303, "woman": 0.30372589631904}, "fear": {"straight - woman": 0.11461037303725108, "straight": 0.38252548731623814, "woman": 0.26791511427898707}, "few": {"straight - woman": 0.06213208434281972, "straight": 0.2799077502754896, "woman": 0.21777566593266987}, "find": {"straight - woman": -0.045650591894317694, "straight": 0.2959257125255836, "woman": 0.3415763044199013}, "for": {"straight - woman": -0.044836917910599516, "straight": 0.3203533641091038, "woman": 0.3651902820197033}, "force": {"straight - woman": 0.0582356635082642, "straight": 0.3811162280957463, "woman": 0.3228805645874821}, "from": {"straight - woman": 0.048280092013518155, "straight": 0.29556139607278875, "woman": 0.2472813040592706}, "full": {"straight - woman": 0.1168613256124037, "straight": 0.35478780946241734, "woman": 0.23792648385001364}, "get": {"straight - woman": 0.010743152930374755, "straight": 0.3148824141072192, "woman": 0.3041392611768444}, "gets": {"straight - woman": 0.11631152238957035, "straight": 0.3618281889745671, "woman": 0.24551666658499674}, "go": {"straight - woman": 0.02443159214765131, "straight": 0.26642458734638924, "woman": 0.24199299519873793}, "god": {"straight - woman": 0.18929726463639346, "straight": 0.4018470479904234, "woman": 0.21254978335402996}, "good": {"straight - woman": -0.06402423207780894, "straight": 0.25497330014506303, "woman": 0.31899753222287197}, "got": {"straight - woman": 0.19415083013850784, "straight": 0.3634399340190368, "woman": 0.16928910388052895}, "green": {"straight - woman": 0.11527459884314367, "straight": 0.3746263385818635, "woman": 0.25935173973871983}, "guy": {"straight - woman": -0.0037825827744263907, "straight": 0.3316878841906396, "woman": 0.335470466965066}, "hair": {"straight - woman": 0.02355286710199439, "straight": 0.33445343173489683, "woman": 0.31090056463290244}, "half": {"straight - woman": 0.11764944444000858, "straight": 0.3443524322234662, "woman": 0.2267029877834576}, "has": {"straight - woman": 0.12279775480440558, "straight": 0.2612632407232195, "woman": 0.1384654859188139}, "have": {"straight - woman": 0.02897819059883186, "straight": 0.23909124799078407, "woman": 0.2101130573919522}, "he": {"straight - woman": -0.0041393584308689335, "straight": 0.2586460892447446, "woman": 0.2627854476756135}, "her": {"straight - woman": -0.1354484491519765, "straight": 0.27304419491273574, "woman": 0.40849264406471225}, "here": {"straight - woman": -0.0042215448434679, "straight": 0.2414886356985289, "woman": 0.2457101805419968}, "him": {"straight - woman": 0.12040738203483178, "straight": 0.3038507750010588, "woman": 0.183443392966227}, "i": {"straight - woman": 0.03883318952216919, "straight": 0.3018517670586181, "woman": 0.2630185775364489}, "if": {"straight - woman": 0.010865659051994103, "straight": 0.28645965921587824, "woman": 0.27559400016388413}, "in": {"straight - woman": -0.07609011295396495, "straight": 0.31231863248665903, "woman": 0.388408745440624}, "into": {"straight - woman": 0.24085146156014506, "straight": 0.4095634908864201, "woman": 0.16871202932627502}, "is": {"straight - woman": 0.05589251862523359, "straight": 0.3270402666065012, "woman": 0.2711477479812676}, "it": {"straight - woman": 0.13014816396321532, "straight": 0.38423921268357064, "woman": 0.2540910487203553}, "its": {"straight - woman": 0.061898456268294405, "straight": 0.28729646561985855, "woman": 0.22539800935156415}, "just": {"straight - woman": 0.09760289941276429, "straight": 0.34281121348676663, "woman": 0.24520831407400234}, "keep": {"straight - woman": 0.06044792233138385, "straight": 0.328537501709687, "woman": 0.26808957937830313}, "kids": {"straight - woman": 0.12138311587074219, "straight": 0.28755761696981386, "woman": 0.16617450109907167}, "like": {"straight - woman": 0.03079674440956709, "straight": 0.3325229695409958, "woman": 0.3017262251314287}, "local": {"straight - woman": 0.05901163827983302, "straight": 0.36374884666469964, "woman": 0.3047372083848666}, "look": {"straight - woman": 0.024084619830537557, "straight": 0.2959257125255836, "woman": 0.271841092695046}, "looking": {"straight - woman": -0.04541228150294324, "straight": 0.3028451672976125, "woman": 0.34825744880055576}, "love": {"straight - woman": 0.11844719813666532, "straight": 0.3333309402764944, "woman": 0.21488374213982908}, "male": {"straight - woman": 0.12729547570239397, "straight": 0.4362836667463296, "woman": 0.30898819104393566}, "me": {"straight - woman": -0.018456421895532316, "straight": 0.30779814671289707, "woman": 0.3262545686084294}, "more": {"straight - woman": 0.11907347782487893, "straight": 0.37081992174745193, "woman": 0.251746443922573}, "much": {"straight - woman": 0.12064963927382052, "straight": 0.2999220025134418, "woman": 0.17927236323962129}, "my": {"straight - woman": 0.028622164138237677, "straight": 0.2693712342234021, "woman": 0.2407490700851644}, "n": {"straight - woman": 0.07224009515989657, "straight": 0.28742069015190813, "woman": 0.21518059499201156}, "nationalist": {"straight - woman": 0.11836757301038259, "straight": 0.33445343173489683, "woman": 0.21608585872451425}, "negroid": {"straight - woman": 0.11084253899703861, "straight": 0.42373664819459744, "woman": 0.31289410919755883}, "news": {"straight - woman": -0.003960112164697049, "straight": 0.2956284857600729, "woman": 0.29958859792476994}, "no": {"straight - woman": 0.0998052452140328, "straight": 0.32010828719066353, "woman": 0.22030304197663073}, "not": {"straight - woman": -0.09578919188129428, "straight": 0.203043653205237, "woman": 0.2988328450865313}, "nothing": {"straight - woman": 0.19075489262796294, "straight": 0.3909234051350006, "woman": 0.20016851250703768}, "now": {"straight - woman": 0.12172315589658023, "straight": 0.28155957101087564, "woman": 0.15983641511429542}, "of": {"straight - woman": 0.01482101302643074, "straight": 0.3249223383636896, "woman": 0.31010132533725887}, "off": {"straight - woman": 0.06132258190577916, "straight": 0.3045303353587742, "woman": 0.24320775345299506}, "old": {"straight - woman": -0.1030239480803658, "straight": 0.28474063077725437, "woman": 0.38776457885762017}, "on": {"straight - woman": -0.03730671776298333, "straight": 0.3298204797753407, "woman": 0.367127197538324}, "once": {"straight - woman": 0.11820223256098611, "straight": 0.33676791013891477, "woman": 0.21856567757792866}, "one": {"straight - woman": 0.047906504615089995, "straight": 0.3095358755616936, "woman": 0.2616293709466036}, "only": {"straight - woman": 0.12218827164563362, "straight": 0.27304419491273574, "woman": 0.15085592326710212}, "or": {"straight - woman": 0.048511210894397416, "straight": 0.28645965921587824, "woman": 0.23794844832148082}, "out": {"straight - woman": 0.030512701464009084, "straight": 0.34695915195866245, "woman": 0.31644645049465336}, "over": {"straight - woman": 0.12124425060804231, "straight": 0.28995627993431733, "woman": 0.16871202932627502}, "own": {"straight - woman": 0.024037682664000415, "straight": 0.299605458774168, "woman": 0.2755677761101676}, "people": {"straight - woman": 0.18717342910612655, "straight": 0.38526517253820186, "woman": 0.1980917434320753}, "person": {"straight - woman": 0.19000900650474004, "straight": 0.39657101601700406, "woman": 0.20656200951226403}, "please": {"straight - woman": 0.1187474540201518, "straight": 0.3290506646245594, "woman": 0.2103032106044076}, "powerful": {"straight - woman": 0.1100568784926183, "straight": 0.43168609308126105, "woman": 0.32162921458864274}, "racially": {"straight - woman": 0.11176924068747829, "straight": 0.414100759044878, "woman": 0.3023315183573997}, "ran": {"straight - woman": 0.1780109605050682, "straight": 0.4744433191413026, "woman": 0.2964323586362344}, "reason": {"straight - woman": 0.11673199537434703, "straight": 0.35646085053294946, "woman": 0.23972885515860243}, "s": {"straight - woman": 0.04570130715495835, "straight": 0.3022816818932564, "woman": 0.25658037473829803}, "said": {"straight - woman": 0.02386081311513083, "straight": 0.3129380072958107, "woman": 0.2890771941806799}, "saw": {"straight - woman": 0.19075489262796294, "straight": 0.3909234051350006, "woman": 0.20016851250703768}, "say": {"straight - woman": 0.12184068359275929, "straight": 0.2794432075062564, "woman": 0.1576025239134971}, "see": {"straight - woman": -0.02738288128444183, "straight": 0.25400336913679467, "woman": 0.2813862504212365}, "seen": {"straight - woman": 0.06073567753551645, "straight": 0.3208912300640607, "woman": 0.2601555525285442}, "should": {"straight - woman": 0.09803933014185107, "straight": 0.34910855178858874, "woman": 0.2510692216467377}, "stand": {"straight - woman": 0.11574507095997666, "straight": 0.368893512230979, "woman": 0.25314844127100233}, "stopped": {"straight - woman": 0.11292143078249411, "straight": 0.40169170776536745, "woman": 0.28877027698287333}, "straight": {"straight - woman": 0.4627127996695188, "straight": 0.7448734703517508, "woman": 0.282160670682232}, "successful": {"straight - woman": 0.10958811504117832, "straight": 0.43633908991601406, "woman": 0.32675097487483573}, "t": {"straight - woman": 0.048566287520517726, "straight": 0.2842330459322636, "woman": 0.2356667584117459}, "tall": {"straight - woman": 0.11203143096105028, "straight": 0.4113203411679493, "woman": 0.299288910206899}, "texas": {"straight - woman": 0.11537394688875502, "straight": 0.3734255797441138, "woman": 0.25805163285535876}, "than": {"straight - woman": 0.06213208434281972, "straight": 0.2799077502754896, "woman": 0.21777566593266987}, "that": {"straight - woman": -0.05690013667324806, "straight": 0.21909001882650064, "woman": 0.2759901554997487}, "the": {"straight - woman": 0.09813229917033683, "straight": 0.4524857800657703, "woman": 0.35435348089543345}, "their": {"straight - woman": 0.04841756526459673, "straight": 0.29019334343111647, "woman": 0.24177577816651974}, "them": {"straight - woman": 0.18854814003830134, "straight": 0.35104243067740976, "woman": 0.16249429063910842}, "then": {"straight - woman": 0.13616673934491463, "straight": 0.3468689452882003, "woman": 0.21070220594328565}, "there": {"straight - woman": 0.13545045370776695, "straight": 0.37429384150499, "woman": 0.23884338779722306}, "they": {"straight - woman": 0.011010042884643773, "straight": 0.240450600997554, "woman": 0.22944055811291023}, "thing": {"straight - woman": 0.06109486065766362, "straight": 0.3110091857556802, "woman": 0.2499143250980166}, "this": {"straight - woman": 0.0493929302736178, "straight": 0.2474591944748969, "woman": 0.1980662642012791}, "time": {"straight - woman": 0.024379242848625665, "straight": 0.27117483838575457, "woman": 0.2467955955371289}, "to": {"straight - woman": -0.04561189497367035, "straight": 0.3249907913490311, "woman": 0.37060268632270144}, "town": {"straight - woman": 0.1187474540201518, "straight": 0.3290506646245594, "woman": 0.2103032106044076}, "trying": {"straight - woman": 0.06015170808473985, "straight": 0.33618027642984855, "woman": 0.2760285683451087}, "turns": {"straight - woman": 0.05614096085991849, "straight": 0.42373664819459744, "woman": 0.36759568733467896}, "tv": {"straight - woman": 0.02360979684589337, "straight": 0.3306183309373746, "woman": 0.3070085340914812}, "two": {"straight - woman": -0.0038957155512150954, "straight": 0.3087726211975152, "woman": 0.3126683367487303}, "up": {"straight - woman": -0.03107307397093012, "straight": 0.3091850657752177, "woman": 0.3402581397461478}, "us": {"straight - woman": 0.06215366989240678, "straight": 0.2792121390834551, "woman": 0.21705846919104832}, "video": {"straight - woman": 0.024110442716591518, "straight": 0.2938736155746322, "woman": 0.2697631728580407}, "wait": {"straight - woman": 0.1168613256124037, "straight": 0.35478780946241734, "woman": 0.23792648385001364}, "was": {"straight - woman": -0.015468966707214815, "straight": 0.3184906427978626, "woman": 0.3339596095050774}, "what": {"straight - woman": 0.09985919003095092, "straight": 0.31916601808967254, "woman": 0.21930682805872162}, "when": {"straight - woman": 0.18671110518408637, "straight": 0.3675233318328443, "woman": 0.18081222664875793}, "white": {"straight - woman": -0.12327578465650613, "straight": 0.3394592928997333, "woman": 0.46273507755623944}, "who": {"straight - woman": -0.04154243057999879, "straight": 0.3642524242765083, "woman": 0.40579485485650707}, "will": {"straight - woman": 0.024886830766613216, "straight": 0.21818801569552018, "woman": 0.19330118492890697}, "with": {"straight - woman": 0.0258664303771034, "straight": 0.3837392270472786, "woman": 0.3578727966701752}, "woman": {"straight - woman": -0.3633322556978609, "straight": 0.3373617849314382, "woman": 0.7006940406292991}, "wonder": {"straight - woman": 0.11824435970973854, "straight": 0.33618027642984855, "woman": 0.21793591672011}, "world": {"straight - woman": 0.06131069414334367, "straight": 0.3048729285500753, "woman": 0.24356223440673164}, "www": {"straight - woman": 0.02449993238126444, "straight": 0.26002988913417624, "woman": 0.2355299567529118}, "year": {"straight - woman": -0.09068091263895389, "straight": 0.28755761696981386, "woman": 0.37823852960876775}, "years": {"straight - woman": -0.026734664639445238, "straight": 0.28808307281575884, "woman": 0.3148177374552041}, "you": {"straight - woman": 0.05760524924331156, "straight": 0.31432026659238727, "woman": 0.2567150173490757}, "your": {"straight - woman": -0.04795835708505733, "straight": 0.22083889937124382, "woman": 0.26879725645630115}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-their-them.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-their-them.json new file mode 100644 index 0000000000000000000000000000000000000000..8c7c3223dc9f2d5a41189cb003ea6ec7e446b6ed --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-their-them.json @@ -0,0 +1 @@ +{"00": {"their - them": -0.011442861105148597, "their": 0.10239212479123935, "them": 0.11383498589638795}, "041809": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "1": {"their - them": -0.013237992011744526, "their": 0.11021552487001496, "them": 0.12345351688175948}, "10": {"their - them": -0.0340715864132298, "their": 0.1545863325133435, "them": 0.1886579189265733}, "12": {"their - them": -0.011402311891942032, "their": 0.11169974588679432, "them": 0.12310205777873635}, "13": {"their - them": 0.0600548702559896, "their": 0.2132407391081721, "them": 0.1531858688521825}, "15": {"their - them": -0.056638864558213625, "their": 0.11169974588679432, "them": 0.16833861044500795}, "16": {"their - them": -0.011283444050445651, "their": 0.13706208697383412, "them": 0.14834553102427978}, "17": {"their - them": -0.01120084975363056, "their": 0.1533114181036208, "them": 0.16451226785725137}, "1million": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "2": {"their - them": -0.014097905092310958, "their": 0.14470964841013456, "them": 0.15880755350244552}, "20": {"their - them": -0.012911596168042216, "their": 0.16678455101394493, "them": 0.17969614718198715}, "200": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "20s": {"their - them": 0.05847436320466709, "their": 0.27520985654102936, "them": 0.21673549333636227}, "24": {"their - them": -0.011164606998300408, "their": 0.16014632196129694, "them": 0.17131092895959735}, "3": {"their - them": -0.030689765820987147, "their": 0.1453777954251519, "them": 0.17606756124613904}, "300": {"their - them": -0.011216970191910286, "their": 0.1502161660332812, "them": 0.16143313622519148}, "30s": {"their - them": -0.054730542653819325, "their": 0.1969625834495916, "them": 0.25169312610341094}, "311": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "4": {"their - them": 0.015516992412410613, "their": 0.14378031350027062, "them": 0.12826332108786}, "5": {"their - them": -0.057368123667098314, "their": 0.0635673180707637, "them": 0.12093544173786201}, "50": {"their - them": 0.033013628652030017, "their": 0.15195416543152998, "them": 0.11894053677949996}, "6": {"their - them": -0.06197613545885361, "their": 0.1266817834677197, "them": 0.1886579189265733}, "7": {"their - them": -0.012326225810997626, "their": 0.14336271322211, "them": 0.15568893903310763}, "828": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "a": {"their - them": -0.0440453003157113, "their": 0.2905764311074847, "them": 0.334621731423196}, "able": {"their - them": -0.027828360768914456, "their": 0.19887390162208549, "them": 0.22670226239099994}, "about": {"their - them": 0.005483084310694775, "their": 0.2835564956964731, "them": 0.27807341138577835}, "above": {"their - them": 0.03295963685686676, "their": 0.15902124117425226, "them": 0.1260616043173855}, "absolutely": {"their - them": -0.01127168519068869, "their": 0.13943718944365285, "them": 0.15070887463434154}, "accept": {"their - them": -0.011216970191910286, "their": 0.1502161660332812, "them": 0.16143313622519148}, "acceptable": {"their - them": -0.011067976972697735, "their": 0.1776083799555033, "them": 0.18867635692820103}, "according": {"their - them": 0.0604289264986175, "their": 0.19467914459424132, "them": 0.13425021809562382}, "achievement": {"their - them": 0.031960472687803915, "their": 0.2486959660241662, "them": 0.21673549333636227}, "across": {"their - them": -0.030104238907666975, "their": 0.18946148112283415, "them": 0.21956572003050112}, "act": {"their - them": -0.07764744362795045, "their": 0.16541800045957003, "them": 0.24306544408752048}, "acting": {"their - them": 0.03272125895099978, "their": 0.18590712780318228, "them": 0.1531858688521825}, "action": {"their - them": 0.023903176863079467, "their": 0.22796798261065804, "them": 0.20406480574757857}, "acts": {"their - them": -0.011096222694783414, "their": 0.1726111339893763, "them": 0.18370735668415972}, "actually": {"their - them": -0.014739977170622143, "their": 0.20757364664520678, "them": 0.22231362381582892}, "add": {"their - them": -0.012166518031198031, "their": 0.17077110691083375, "them": 0.18293762494203178}, "affirmative": {"their - them": 0.059090978833895136, "their": 0.2533280560503682, "them": 0.19423707721647304}, "afraid": {"their - them": -0.05556226145610327, "their": 0.1639558267913485, "them": 0.21951808824745178}, "africa": {"their - them": -0.014709170950998135, "their": 0.21116296715807292, "them": 0.22587213810907106}, "african": {"their - them": -0.05643302148164832, "their": 0.1228988836682373, "them": 0.17933190514988562}, "africans": {"their - them": -0.012571804444166695, "their": 0.21578877809494387, "them": 0.22836058253911057}, "after": {"their - them": 0.014482039117217349, "their": 0.2092521934218847, "them": 0.19477015430466735}, "again": {"their - them": 0.039841508542582615, "their": 0.20529309960887732, "them": 0.1654515910662947}, "against": {"their - them": -0.005204836540221275, "their": 0.21056199387049862, "them": 0.2157668304107199}, "age": {"their - them": 0.016872675958534783, "their": 0.2241018991273728, "them": 0.20722922316883802}, "agendas": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "ages": {"their - them": -0.011183463681400718, "their": 0.15661113083025363, "them": 0.16779459451165435}, "ago": {"their - them": 1.2831466763590926e-05, "their": 0.16578161857165255, "them": 0.16576878710488896}, "agreed": {"their - them": -0.011164606998300408, "their": 0.16014632196129694, "them": 0.17131092895959735}, "aids": {"their - them": -0.06055485602602187, "their": 0.1834540505760899, "them": 0.24400890660211177}, "albanians": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "all": {"their - them": 0.0007056517927880868, "their": 0.28613535405503304, "them": 0.28542970226224496}, "alliance": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "allow": {"their - them": -0.01262569121227805, "their": 0.20850026796528812, "them": 0.22112595917756617}, "allowed": {"their - them": 0.060243512092396395, "their": 0.20416250876659794, "them": 0.14391899667420155}, "allowing": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "allows": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "almost": {"their - them": -0.050764537375648566, "their": 0.16373242402936067, "them": 0.21449696140500923}, "alone": {"their - them": -0.033984075320155294, "their": 0.16083425200499446, "them": 0.19481832732514975}, "along": {"their - them": -0.04068135657585731, "their": 0.1411304997227591, "them": 0.1818118562986164}, "alot": {"their - them": -0.011359448464878796, "their": 0.12115089431896703, "them": 0.13251034278384582}, "already": {"their - them": 0.0609212572260701, "their": 0.16574898285059858, "them": 0.10482772562452848}, "also": {"their - them": -0.02842159758033269, "their": 0.21804757877277753, "them": 0.24646917635311022}, "always": {"their - them": -0.001201775529692889, "their": 0.21933030944840345, "them": 0.22053208497809634}, "am": {"their - them": 0.003485066233116979, "their": 0.1839906088599412, "them": 0.18050554262682422}, "ambulance": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "america": {"their - them": 0.007657239653048681, "their": 0.18238476163751519, "them": 0.1747275219844665}, "american": {"their - them": 0.03628339578760431, "their": 0.15978293180906378, "them": 0.12349953602145947}, "americans": {"their - them": 0.060360130869194534, "their": 0.19826935045010866, "them": 0.13790921958091412}, "among": {"their - them": 0.03289313165690186, "their": 0.16714334975252568, "them": 0.13425021809562382}, "amongst": {"their - them": -0.011231990118736157, "their": 0.14730019455018023, "them": 0.1585321846689164}, "an": {"their - them": -0.001783999880083098, "their": 0.20306674702094396, "them": 0.20485074690102706}, "ancestors": {"their - them": 0.09601719254292365, "their": 0.25745032876811513, "them": 0.16143313622519148}, "and": {"their - them": -0.010048391142864876, "their": 0.37948387446635495, "them": 0.38953226560921983}, "angry": {"their - them": -0.012054980005148125, "their": 0.1884844786466818, "them": 0.20053945865182993}, "animal": {"their - them": 0.0327675933520786, "their": 0.18111312437635838, "them": 0.14834553102427978}, "animalistic": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "animals": {"their - them": 0.051979240722156456, "their": 0.22959618130244308, "them": 0.17761694058028663}, "another": {"their - them": -0.028342930542573336, "their": 0.15957546197165037, "them": 0.1879183925142237}, "answered": {"their - them": 0.031960472687803915, "their": 0.2486959660241662, "them": 0.21673549333636227}, "anti": {"their - them": -0.002160861076621834, "their": 0.1946210056100361, "them": 0.19678186668665792}, "any": {"their - them": -0.0658414813213423, "their": 0.19025180869475408, "them": 0.2560932900160964}, "anybody": {"their - them": -0.011231990118736157, "their": 0.14730019455018023, "them": 0.1585321846689164}, "anymore": {"their - them": -0.012227899921277208, "their": 0.16055101718982012, "them": 0.17277891711109733}, "anyone": {"their - them": -0.028385281524767297, "their": 0.22032091722187655, "them": 0.24870619874664385}, "anything": {"their - them": -0.03772855261925237, "their": 0.17026617449885337, "them": 0.20799472711810574}, "anyway": {"their - them": -0.056638864558213625, "their": 0.11169974588679432, "them": 0.16833861044500795}, "anywhere": {"their - them": -0.01127168519068869, "their": 0.13943718944365285, "them": 0.15070887463434154}, "apes": {"their - them": -0.011305177977779884, "their": 0.13261381869642166, "them": 0.14391899667420155}, "apparently": {"their - them": -0.01262569121227805, "their": 0.20850026796528812, "them": 0.22112595917756617}, "applaud": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "approached": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "arabs": {"their - them": -0.011183463681400718, "their": 0.15661113083025363, "them": 0.16779459451165435}, "are": {"their - them": 0.01374329626427917, "their": 0.34445479302601567, "them": 0.3307114967617365}, "area": {"their - them": 0.012169527423628729, "their": 0.1805859560161864, "them": 0.16841642859255768}, "areas": {"their - them": 0.03257143227250933, "their": 0.20036602678416368, "them": 0.16779459451165435}, "argue": {"their - them": -0.054730542653819325, "their": 0.1969625834495916, "them": 0.25169312610341094}, "argument": {"their - them": -0.011067976972697735, "their": 0.1776083799555033, "them": 0.18867635692820103}, "arguments": {"their - them": -0.05448701888751431, "their": 0.20583598146560286, "them": 0.2603230003531172}, "arms": {"their - them": 0.035313856097000024, "their": 0.24140395384121852, "them": 0.2060900977442185}, "arnt": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "around": {"their - them": -0.01709781938434421, "their": 0.24164879305496542, "them": 0.25874661243930963}, "arrest": {"their - them": -0.011096222694783414, "their": 0.1726111339893763, "them": 0.18370735668415972}, "arrested": {"their - them": -0.011305177977779884, "their": 0.13261381869642166, "them": 0.14391899667420155}, "arrived": {"their - them": -0.054927146097021595, "their": 0.18956393838985952, "them": 0.24449108448688112}, "art": {"their - them": 0.03278866533873753, "their": 0.1788739464104434, "them": 0.14608528107170587}, "article": {"their - them": 0.0031264659271953155, "their": 0.21519233225173096, "them": 0.21206586632453564}, "aryan": {"their - them": -0.0846552836677196, "their": 0.11781557394491937, "them": 0.20247085761263897}, "as": {"their - them": -0.04771177791089559, "their": 0.25623220524786616, "them": 0.30394398315876175}, "asian": {"their - them": 0.06102056253680403, "their": 0.1589797797526163, "them": 0.09795921721581226}, "asians": {"their - them": 0.015470553953487731, "their": 0.16083425200499446, "them": 0.14536369805150673}, "asked": {"their - them": -0.012102189673196345, "their": 0.18111312437635838, "them": 0.19321531404955472}, "asking": {"their - them": -0.059951634331086634, "their": 0.2038440601018226, "them": 0.26379569443290923}, "asses": {"their - them": 0.05038562442874395, "their": 0.29487670891562506, "them": 0.24449108448688112}, "at": {"their - them": -0.008742305098618064, "their": 0.2665482288444553, "them": 0.27529053394307335}, "attack": {"their - them": 0.015488787353995337, "their": 0.1545863325133435, "them": 0.13909754515934816}, "attacks": {"their - them": -0.01124604449127281, "their": 0.14454277316193206, "them": 0.15578881765320488}, "attending": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "attention": {"their - them": -0.012154796378275656, "their": 0.17268255899477325, "them": 0.1848373553730489}, "attitude": {"their - them": -0.011067976972697735, "their": 0.1776083799555033, "them": 0.18867635692820103}, "authorities": {"their - them": 0.015148066972439839, "their": 0.23466615521989162, "them": 0.21951808824745178}, "average": {"their - them": 0.0600548702559896, "their": 0.2132407391081721, "them": 0.1531858688521825}, "avoid": {"their - them": -0.08351787489364826, "their": 0.1533114181036208, "them": 0.23682929299726907}, "aware": {"their - them": -0.055731400482920884, "their": 0.15661113083025363, "them": 0.21234253131317452}, "away": {"their - them": -0.04897002248050994, "their": 0.21178242377734888, "them": 0.2607524462578588}, "az": {"their - them": 0.03244392207458305, "their": 0.21165449729148886, "them": 0.1792105752169058}, "b": {"their - them": 0.03590089326338283, "their": 0.19755567408628094, "them": 0.1616547808228981}, "back": {"their - them": -0.04078147019893766, "their": 0.2185679993886813, "them": 0.25934946958761895}, "background": {"their - them": -0.011067976972697735, "their": 0.1776083799555033, "them": 0.18867635692820103}, "bad": {"their - them": 0.09942511825964366, "their": 0.21214099151528948, "them": 0.11271587325564582}, "ban": {"their - them": -0.055232429925305276, "their": 0.1776083799555033, "them": 0.23284080988080857}, "band": {"their - them": -0.01146271454717919, "their": 0.09769094774862283, "them": 0.10915366229580202}, "bare": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "baseball": {"their - them": -0.010998474065185976, "their": 0.18956393838985952, "them": 0.2005624124550455}, "based": {"their - them": 0.06028438897595648, "their": 0.2021231189531067, "them": 0.14183872997715022}, "bat": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "be": {"their - them": -0.03339058399559042, "their": 0.2657670013644592, "them": 0.2991575853600496}, "bean": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "beasts": {"their - them": 0.03233126524310018, "their": 0.2210076221713012, "them": 0.18867635692820103}, "beaten": {"their - them": -0.01124604449127281, "their": 0.14454277316193206, "them": 0.15578881765320488}, "beautiful": {"their - them": -0.057119023170427136, "their": 0.08197852198892103, "them": 0.13909754515934816}, "beauty": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "because": {"their - them": 0.012993161035421696, "their": 0.29457904762382414, "them": 0.28158588658840245}, "become": {"their - them": 0.003113460635792431, "their": 0.18931900067971202, "them": 0.1862055400439196}, "becomes": {"their - them": -0.054927146097021595, "their": 0.18956393838985952, "them": 0.24449108448688112}, "becoming": {"their - them": 0.032490889869773915, "their": 0.2075907376183955, "them": 0.17509984774862158}, "been": {"their - them": -0.022134258038669807, "their": 0.2181370287790265, "them": 0.2402712868176963}, "beer": {"their - them": 0.03272125895099978, "their": 0.18590712780318228, "them": 0.1531858688521825}, "before": {"their - them": -0.05189470322055026, "their": 0.15042378550600055, "them": 0.2023184887265508}, "behavior": {"their - them": 0.03516541544021348, "their": 0.2509624525317973, "them": 0.2157970370915838}, "behind": {"their - them": -0.03987581799341086, "their": 0.2059037530741428, "them": 0.24577957106755366}, "being": {"their - them": 0.013576373725022572, "their": 0.2219939630896033, "them": 0.20841758936458074}, "belief": {"their - them": -0.011067976972697735, "their": 0.1776083799555033, "them": 0.18867635692820103}, "believe": {"their - them": 0.07873249537137161, "their": 0.20915796053748809, "them": 0.13042546516611647}, "besides": {"their - them": -0.011096222694783414, "their": 0.1726111339893763, "them": 0.18370735668415972}, "best": {"their - them": -0.014411197579740659, "their": 0.20774456872646227, "them": 0.22215576630620293}, "betrayal": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "better": {"their - them": -0.026529881147630968, "their": 0.18845840103496575, "them": 0.21498828218259672}, "between": {"their - them": -0.10631541353976591, "their": 0.09334704086138741, "them": 0.19966245440115332}, "big": {"their - them": 0.0031031996214843927, "their": 0.17513330031123345, "them": 0.17203010068974905}, "bigger": {"their - them": -0.011976504529010834, "their": 0.20036602678416368, "them": 0.21234253131317452}, "biggest": {"their - them": 0.03244392207458305, "their": 0.21165449729148886, "them": 0.1792105752169058}, "billion": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "birth": {"their - them": 0.032490889869773915, "their": 0.2075907376183955, "them": 0.17509984774862158}, "bit": {"their - them": -0.03357193927729152, "their": 0.1881531608525191, "them": 0.22172510012981062}, "black": {"their - them": -0.018928268132106157, "their": 0.24858449363755045, "them": 0.2675127617696566}, "blacks": {"their - them": 0.0060274619415880415, "their": 0.27733361181055, "them": 0.27130614986896195}, "blades": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "blame": {"their - them": -0.011952976989761194, "their": 0.2038440601018226, "them": 0.2157970370915838}, "blamed": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "blinded": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "block": {"their - them": 0.05965504071050437, "their": 0.23096596967010172, "them": 0.17131092895959735}, "blood": {"their - them": -0.04429776890984996, "their": 0.1833435734371172, "them": 0.22764134234696717}, "bloody": {"their - them": -0.011899225409438302, "their": 0.21165449729148886, "them": 0.22355372270092716}, "blue": {"their - them": 0.015461616979762338, "their": 0.16373242402936067, "them": 0.14827080704959833}, "board": {"their - them": -0.012285329829440278, "their": 0.15064309323384592, "them": 0.1629284230632862}, "bob": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "bodies": {"their - them": 0.05112899831386916, "their": 0.26692603540545295, "them": 0.2157970370915838}, "body": {"their - them": -0.01135133442738652, "their": 0.1228988836682373, "them": 0.13425021809562382}, "book": {"their - them": -0.01146271454717919, "their": 0.09769094774862283, "them": 0.10915366229580202}, "books": {"their - them": -0.012736600702122958, "their": 0.1929713956427761, "them": 0.20570799634489906}, "boots": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "border": {"their - them": 0.059999960441739, "their": 0.21578877809494387, "them": 0.15578881765320488}, "born": {"their - them": -0.056199560793676634, "their": 0.13479069207305575, "them": 0.19099025286673238}, "bosses": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "both": {"their - them": -0.02787970878378171, "their": 0.19521438366655203, "them": 0.22309409245033374}, "bottom": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "bows": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "boy": {"their - them": -0.05080624936594327, "their": 0.1617842297322672, "them": 0.21259047909821047}, "boys": {"their - them": 0.051745449826404444, "their": 0.2406027109772387, "them": 0.18885726115083426}, "brady": {"their - them": -0.053714150865380755, "their": 0.23219013016198223, "them": 0.285904281027363}, "brainwash": {"their - them": 0.031798847924885604, "their": 0.25961808519614854, "them": 0.22781923727126294}, "brainwashed": {"their - them": -0.029035707903404873, "their": 0.2546246842319796, "them": 0.28366039213538446}, "bread": {"their - them": -0.011096222694783414, "their": 0.1726111339893763, "them": 0.18370735668415972}, "break": {"their - them": -0.012087319824641146, "their": 0.1834540505760899, "them": 0.19554137040073105}, "breath": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "breed": {"their - them": -0.06048486869579353, "their": 0.18590712780318228, "them": 0.2463919964989758}, "breeding": {"their - them": -0.03957775043030812, "their": 0.2038440601018226, "them": 0.24342181053213072}, "bring": {"their - them": 0.00014555734090812567, "their": 0.23850898529294967, "them": 0.23836342795204155}, "britain": {"their - them": -0.012208942128158928, "their": 0.163746412247496, "them": 0.17595535437565493}, "british": {"their - them": -0.012852853623491228, "their": 0.17583067971061117, "them": 0.1886835333341024}, "broke": {"their - them": -0.01114402095727307, "their": 0.1639558267913485, "them": 0.17509984774862158}, "brothers": {"their - them": 0.08142031866845795, "their": 0.18946148112283415, "them": 0.1080411624543762}, "brought": {"their - them": -0.040197602405613986, "their": 0.17077110691083375, "them": 0.21096870931644773}, "brown": {"their - them": -0.013088030286496494, "their": 0.13773502839894916, "them": 0.15082305868544565}, "build": {"their - them": -0.07709127378556199, "their": 0.18111312437635838, "them": 0.25820439816192037}, "built": {"their - them": 0.03568556768767292, "their": 0.21501747283755854, "them": 0.17933190514988562}, "bunch": {"their - them": -0.027443596164824724, "their": 0.2248545307645402, "them": 0.25229812692936493}, "burger": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "burn": {"their - them": 0.03516541544021348, "their": 0.2509624525317973, "them": 0.2157970370915838}, "bus": {"their - them": -0.011342887028549728, "their": 0.1247055134316744, "them": 0.13604840046022412}, "business": {"their - them": 0.08029946287116546, "their": 0.231008337505507, "them": 0.15070887463434154}, "busy": {"their - them": -0.011067976972697735, "their": 0.1776083799555033, "them": 0.18867635692820103}, "but": {"their - them": -0.003686367670220847, "their": 0.26518509527105233, "them": 0.2688714629412732}, "by": {"their - them": 0.045887550683925304, "their": 0.26837587863674256, "them": 0.22248832795281726}, "ca": {"their - them": -0.040517020873764104, "their": 0.17265665758947385, "them": 0.21317367846323795}, "call": {"their - them": -0.013723767385139363, "their": 0.1979369391026007, "them": 0.21166070648774007}, "called": {"their - them": 8.14253924203423e-05, "their": 0.20162039827623632, "them": 0.20153897288381598}, "calling": {"their - them": 0.015187861134509206, "their": 0.22753039244768372, "them": 0.21234253131317452}, "came": {"their - them": -0.06100368290284755, "their": 0.1790481971478707, "them": 0.24005188005071826}, "camp": {"their - them": 0.03280852397677178, "their": 0.17672752065097333, "them": 0.14391899667420155}, "can": {"their - them": -0.011581748292164462, "their": 0.26204345042483773, "them": 0.2736251987170022}, "canada": {"their - them": -0.012436984317007141, "their": 0.12256144742717708, "them": 0.13499843174418422}, "cancer": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "candy": {"their - them": -0.011259245016027902, "their": 0.1419266238361546, "them": 0.1531858688521825}, "cannot": {"their - them": 0.11124039122217123, "their": 0.2301809280016712, "them": 0.11894053677949996}, "cant": {"their - them": 0.015451876872998122, "their": 0.16678455101394493, "them": 0.1513326741409468}, "car": {"their - them": 0.015361345753987954, "their": 0.19131670012964289, "them": 0.17595535437565493}, "card": {"their - them": -0.05556226145610327, "their": 0.1639558267913485, "them": 0.21951808824745178}, "cards": {"their - them": -0.0814627498016813, "their": 0.20583598146560286, "them": 0.28729873126728417}, "care": {"their - them": -0.02419112372378468, "their": 0.2315547327800458, "them": 0.25574585650383047}, "careful": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "carry": {"their - them": -0.01127168519068869, "their": 0.13943718944365285, "them": 0.15070887463434154}, "carrying": {"their - them": 0.015148066972439839, "their": 0.23466615521989162, "them": 0.21951808824745178}, "cars": {"their - them": 0.035466967104775954, "their": 0.231008337505507, "them": 0.19554137040073105}, "case": {"their - them": 0.007634444486609132, "their": 0.20142241416259243, "them": 0.1937879696759833}, "cases": {"their - them": -0.05556226145610327, "their": 0.1639558267913485, "them": 0.21951808824745178}, "cats": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "cause": {"their - them": -0.056532490243147104, "their": 0.18144168139293315, "them": 0.23797417163608026}, "celtic": {"their - them": 0.08049782260826252, "their": 0.22441681928246407, "them": 0.14391899667420155}, "centre": {"their - them": 0.032490889869773915, "their": 0.2075907376183955, "them": 0.17509984774862158}, "certainly": {"their - them": -0.012087319824641146, "their": 0.1834540505760899, "them": 0.19554137040073105}, "chain": {"their - them": -0.011627034328950986, "their": 0.2486959660241662, "them": 0.2603230003531172}, "challenging": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "change": {"their - them": 0.03590089326338283, "their": 0.19755567408628094, "them": 0.1616547808228981}, "charge": {"their - them": 0.03266816672248152, "their": 0.1912003513913979, "them": 0.1585321846689164}, "chasing": {"their - them": 0.031960472687803915, "their": 0.2486959660241662, "them": 0.21673549333636227}, "cheap": {"their - them": 0.060243512092396395, "their": 0.20416250876659794, "them": 0.14391899667420155}, "chechen": {"their - them": -0.010998474065185976, "their": 0.18956393838985952, "them": 0.2005624124550455}, "check": {"their - them": -0.12396329662463484, "their": 0.07099118151990796, "them": 0.1949544781445428}, "checked": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "chicago": {"their - them": -0.056243442454412595, "their": 0.13261381869642166, "them": 0.18885726115083426}, "child": {"their - them": 0.007667819874191045, "their": 0.17039892428814146, "them": 0.16273110441395042}, "children": {"their - them": 0.04936905420402293, "their": 0.32025228633154695, "them": 0.270883232127524}, "chinese": {"their - them": 0.007616456872940408, "their": 0.21332445321783947, "them": 0.20570799634489906}, "choose": {"their - them": -0.011793566691946256, "their": 0.22649923516291473, "them": 0.23829280185486099}, "christ": {"their - them": -0.011283444050445651, "their": 0.13706208697383412, "them": 0.14834553102427978}, "christian": {"their - them": -0.01229968443106258, "their": 0.14810996635642676, "them": 0.16040965078748934}, "christianity": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "church": {"their - them": -0.01212974049986093, "their": 0.17672752065097333, "them": 0.18885726115083426}, "churches": {"their - them": 0.05980979665507177, "their": 0.22432206451232314, "them": 0.16451226785725137}, "cities": {"their - them": 0.015305247615763684, "their": 0.20416250876659794, "them": 0.18885726115083426}, "citizens": {"their - them": -0.055232429925305276, "their": 0.1776083799555033, "them": 0.23284080988080857}, "city": {"their - them": 0.007676956510188265, "their": 0.1554005707822188, "them": 0.14772361427203054}, "civilization": {"their - them": 0.06540438495230322, "their": 0.2502417403253521, "them": 0.1848373553730489}, "civilize": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "claim": {"their - them": -0.01262569121227805, "their": 0.20850026796528812, "them": 0.22112595917756617}, "class": {"their - them": -0.01289793108385262, "their": 0.16891392521476378, "them": 0.1818118562986164}, "classes": {"their - them": -0.0561041809570782, "their": 0.13943718944365285, "them": 0.19554137040073105}, "classwork": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "clean": {"their - them": 0.08076725474193472, "their": 0.21501747283755854, "them": 0.13425021809562382}, "click": {"their - them": -0.05661268658263224, "their": 0.11316613468480188, "them": 0.16977882126743413}, "close": {"their - them": -0.061357299315370234, "their": 0.15329695308946417, "them": 0.2146542524048344}, "clothes": {"their - them": 0.014947048208632796, "their": 0.26664017431204373, "them": 0.25169312610341094}, "clubs": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "cockroaches": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "colleges": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "color": {"their - them": 0.01549341989236519, "their": 0.15291707959540377, "them": 0.13742365970303858}, "columbus": {"their - them": -0.054730542653819325, "their": 0.1969625834495916, "them": 0.25169312610341094}, "com": {"their - them": 0.02730476763222539, "their": 0.1559473354580234, "them": 0.128642567825798}, "come": {"their - them": -0.015340743079880315, "their": 0.205401287288641, "them": 0.2207420303685213}, "comes": {"their - them": 0.015437440404380776, "their": 0.1711263794374884, "them": 0.15568893903310763}, "coming": {"their - them": -0.10158046646724389, "their": 0.172768896403927, "them": 0.2743493628711709}, "commit": {"their - them": -0.05509152595440897, "their": 0.18320127590045202, "them": 0.23829280185486099}, "committed": {"their - them": -0.011096222694783414, "their": 0.1726111339893763, "them": 0.18370735668415972}, "communities": {"their - them": 0.08022522312101868, "their": 0.23341109197320117, "them": 0.1531858688521825}, "community": {"their - them": 0.03604788510398538, "their": 0.1843186921535837, "them": 0.14827080704959833}, "companies": {"their - them": -0.011096222694783414, "their": 0.1726111339893763, "them": 0.18370735668415972}, "compared": {"their - them": 0.03266816672248152, "their": 0.1912003513913979, "them": 0.1585321846689164}, "compete": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "completely": {"their - them": -0.012071615181044881, "their": 0.18590712780318228, "them": 0.19797874298422716}, "comprehend": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "computer": {"their - them": 0.06010634033372653, "their": 0.21081521496806807, "them": 0.15070887463434154}, "comrade": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "comrades": {"their - them": -0.05448701888751431, "their": 0.20583598146560286, "them": 0.2603230003531172}, "concerned": {"their - them": 0.032391186581299275, "their": 0.216098543265459, "them": 0.18370735668415972}, "condemning": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "consequences": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "consider": {"their - them": -0.03996986705645514, "their": 0.1834540505760899, "them": 0.22342391763254504}, "considered": {"their - them": -0.01120084975363056, "their": 0.1533114181036208, "them": 0.16451226785725137}, "contact": {"their - them": 0.03244392207458305, "their": 0.21165449729148886, "them": 0.1792105752169058}, "contacted": {"their - them": 0.031798847924885604, "their": 0.25961808519614854, "them": 0.22781923727126294}, "contempt": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "context": {"their - them": -0.010998474065185976, "their": 0.18956393838985952, "them": 0.2005624124550455}, "continue": {"their - them": 0.08071830666257959, "their": 0.21676670712280371, "them": 0.13604840046022412}, "control": {"their - them": -0.013166148331693578, "their": 0.210092483380043, "them": 0.22325863171173657}, "corp": {"their - them": -0.010998474065185976, "their": 0.18956393838985952, "them": 0.2005624124550455}, "corps": {"their - them": -0.011096222694783414, "their": 0.1726111339893763, "them": 0.18370735668415972}, "cough": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "could": {"their - them": -0.008914461700360421, "their": 0.20748431671993287, "them": 0.2163987784202933}, "counsel": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "counter": {"their - them": -0.08298436769624146, "their": 0.1680892027422045, "them": 0.25107357043844597}, "countries": {"their - them": 0.0017153567803503411, "their": 0.25920736735990363, "them": 0.2574920105795533}, "country": {"their - them": 0.08912085008821075, "their": 0.26618225161174763, "them": 0.1770614015235369}, "couple": {"their - them": 0.024237728333438735, "their": 0.1861988808056781, "them": 0.16196115247223936}, "course": {"their - them": -0.05675724176392748, "their": 0.10489753905897063, "them": 0.1616547808228981}, "courses": {"their - them": -0.011067976972697735, "their": 0.1776083799555033, "them": 0.18867635692820103}, "cousins": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "cow": {"their - them": -0.055650715130286854, "their": 0.16014632196129694, "them": 0.2157970370915838}, "crap": {"their - them": 0.037896848400232136, "their": 0.21759299558221928, "them": 0.17969614718198715}, "crawl": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "create": {"their - them": 0.08071830666257959, "their": 0.21676670712280371, "them": 0.13604840046022412}, "creatures": {"their - them": 0.05965504071050437, "their": 0.23096596967010172, "them": 0.17131092895959735}, "credit": {"their - them": -0.055731400482920884, "their": 0.15661113083025363, "them": 0.21234253131317452}, "crime": {"their - them": -0.06783348782993459, "their": 0.16380752499348344, "them": 0.23164101282341804}, "cross": {"their - them": 0.060360130869194534, "their": 0.19826935045010866, "them": 0.13790921958091412}, "crusaders": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "cultural": {"their - them": 0.03266816672248152, "their": 0.1912003513913979, "them": 0.1585321846689164}, "culture": {"their - them": 0.19246049001083948, "their": 0.2877066758796588, "them": 0.09524618586881935}, "cunning": {"their - them": 0.03156488030824442, "their": 0.27448357179141936, "them": 0.24291869148317494}, "cupboards": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "cure": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "currently": {"their - them": -0.011183463681400718, "their": 0.15661113083025363, "them": 0.16779459451165435}, "cut": {"their - them": 0.015339672715393465, "their": 0.19644372680234773, "them": 0.18110405408695426}, "d": {"their - them": -0.014010024161086931, "their": 0.15811646166981244, "them": 0.17212648583089937}, "damage": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "damn": {"their - them": -0.0610021874164936, "their": 0.16714334975252568, "them": 0.22814553716901928}, "dancingrabbit": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "dangerous": {"their - them": -0.032829724762807516, "their": 0.23096596967010172, "them": 0.26379569443290923}, "dark": {"their - them": -0.040629594973978056, "their": 0.14451262107683227, "them": 0.18514221605081033}, "darker": {"their - them": -0.010998474065185976, "their": 0.18956393838985952, "them": 0.2005624124550455}, "date": {"their - them": 0.08022522312101868, "their": 0.23341109197320117, "them": 0.1531858688521825}, "dating": {"their - them": 0.03244392207458305, "their": 0.21165449729148886, "them": 0.1792105752169058}, "daughter": {"their - them": 0.06020037174566095, "their": 0.20628565281736683, "them": 0.14608528107170587}, "daughters": {"their - them": 0.03208294230275863, "their": 0.23999962711923511, "them": 0.2079166848164765}, "david": {"their - them": 0.03300364719202509, "their": 0.15329695308946417, "them": 0.12029330589743908}, "day": {"their - them": 0.049833653191764166, "their": 0.18473158042764593, "them": 0.13489792723588176}, "days": {"their - them": -0.07925389930096903, "their": 0.11233487550498221, "them": 0.19158877480595124}, "deal": {"their - them": -0.0561041809570782, "their": 0.13943718944365285, "them": 0.19554137040073105}, "death": {"their - them": -0.06201243202619024, "their": 0.124999188696737, "them": 0.18701162072292724}, "decade": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "decent": {"their - them": -0.0834017964049753, "their": 0.15661113083025363, "them": 0.24001292723522893}, "decide": {"their - them": 0.015148066972439839, "their": 0.23466615521989162, "them": 0.21951808824745178}, "decided": {"their - them": -0.011294588998650129, "their": 0.13479069207305575, "them": 0.14608528107170587}, "decimated": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "defend": {"their - them": 0.03274517594174836, "their": 0.1834540505760899, "them": 0.15070887463434154}, "degenerate": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "degree": {"their - them": -0.011183463681400718, "their": 0.15661113083025363, "them": 0.16779459451165435}, "demise": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "denied": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "departments": {"their - them": 0.031960472687803915, "their": 0.2486959660241662, "them": 0.21673549333636227}, "deport": {"their - them": -0.054730542653819325, "their": 0.1969625834495916, "them": 0.25169312610341094}, "desert": {"their - them": -0.010998474065185976, "their": 0.18956393838985952, "them": 0.2005624124550455}, "deserve": {"their - them": -0.011067976972697735, "their": 0.1776083799555033, "them": 0.18867635692820103}, "designed": {"their - them": 0.03253313114222525, "their": 0.2038440601018226, "them": 0.17131092895959735}, "desire": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "desperate": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "despite": {"their - them": -0.03910456626568634, "their": 0.22649923516291473, "them": 0.26560380142860107}, "destroy": {"their - them": 0.015221037127699205, "their": 0.2213111348719177, "them": 0.2060900977442185}, "destruction": {"their - them": 0.015168932578517924, "their": 0.23096596967010172, "them": 0.2157970370915838}, "deviant": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "did": {"their - them": -0.05706907311256659, "their": 0.14706658752889784, "them": 0.20413566064146443}, "didnt": {"their - them": 0.03269566099347693, "their": 0.1884844786466818, "them": 0.15578881765320488}, "die": {"their - them": -0.012262216960865796, "their": 0.15467314419232467, "them": 0.16693536115319046}, "died": {"their - them": -0.03941907314695711, "their": 0.21165449729148886, "them": 0.25107357043844597}, "difference": {"their - them": 0.03263851789747993, "their": 0.1940716541226714, "them": 0.16143313622519148}, "different": {"their - them": 0.02425292852336658, "their": 0.18396229085892907, "them": 0.1597093623355625}, "dig": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "direction": {"their - them": -0.010998474065185976, "their": 0.18956393838985952, "them": 0.2005624124550455}, "dirty": {"their - them": 0.015402187139798351, "their": 0.18096928787451586, "them": 0.1655671007347175}, "disagree": {"their - them": -0.010998474065185976, "their": 0.18956393838985952, "them": 0.2005624124550455}, "discharge": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "disease": {"their - them": -0.05546451995872265, "their": 0.1680892027422045, "them": 0.22355372270092716}, "diseases": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "disgusting": {"their - them": 0.060576828514476794, "their": 0.1866384328318623, "them": 0.1260616043173855}, "dismal": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "disowned": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "distance": {"their - them": -0.011067976972697735, "their": 0.1776083799555033, "them": 0.18867635692820103}, "diversity": {"their - them": 0.015354455062489475, "their": 0.1929713956427761, "them": 0.17761694058028663}, "dna": {"their - them": -0.011294588998650129, "their": 0.13479069207305575, "them": 0.14608528107170587}, "do": {"their - them": -0.031207279540891752, "their": 0.27679430339058847, "them": 0.3080015829314802}, "doctors": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "does": {"their - them": 0.02291034932956343, "their": 0.18998929973676193, "them": 0.1670789504071985}, "doesnt": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "dog": {"their - them": -0.1054430577668172, "their": 0.11781557394491937, "them": 0.22325863171173657}, "dogs": {"their - them": 0.08049782260826252, "their": 0.22441681928246407, "them": 0.14391899667420155}, "doing": {"their - them": 0.003113977467050333, "their": 0.19012559818997757, "them": 0.18701162072292724}, "don": {"their - them": -0.01288362693945963, "their": 0.1711263794374884, "them": 0.18401000637694803}, "done": {"their - them": -0.030305295362143186, "their": 0.17523818145313683, "them": 0.20554347681528}, "dont": {"their - them": -0.0232344040986113, "their": 0.20602161458446816, "them": 0.22925601868307946}, "door": {"their - them": 0.007610718457508103, "their": 0.21676670712280371, "them": 0.2091559886652956}, "doubt": {"their - them": -0.04001283480120779, "their": 0.18111312437635838, "them": 0.22112595917756617}, "doug": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "down": {"their - them": -0.03335089660773785, "their": 0.22017064491500213, "them": 0.25352154152274}, "download": {"their - them": -0.05671220268872208, "their": 0.10751981054021524, "them": 0.16423201322893732}, "downloaded": {"their - them": 0.03218091702370285, "their": 0.23274332947874835, "them": 0.2005624124550455}, "dozen": {"their - them": -0.011164606998300408, "their": 0.16014632196129694, "them": 0.17131092895959735}, "dr": {"their - them": -0.011457941405564248, "their": 0.09883035706996704, "them": 0.11028829847553129}, "dress": {"their - them": 0.059566307471270036, "their": 0.23466615521989162, "them": 0.17509984774862158}, "drinking": {"their - them": 0.03244392207458305, "their": 0.21165449729148886, "them": 0.1792105752169058}, "drug": {"their - them": -0.012166518031198031, "their": 0.17077110691083375, "them": 0.18293762494203178}, "drugs": {"their - them": -0.0834017964049753, "their": 0.15661113083025363, "them": 0.24001292723522893}, "drunkenly": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "dublin": {"their - them": 0.03257143227250933, "their": 0.20036602678416368, "them": 0.16779459451165435}, "due": {"their - them": 0.05946802626173639, "their": 0.2386786014786422, "them": 0.1792105752169058}, "dumb": {"their - them": -0.05024633661599748, "their": 0.1866384328318623, "them": 0.23688476944785977}, "during": {"their - them": 0.015451876872998122, "their": 0.16678455101394493, "them": 0.1513326741409468}, "e": {"their - them": -0.012338543523179896, "their": 0.1411304997227591, "them": 0.153469043245939}, "each": {"their - them": -0.0773409651306746, "their": 0.17039892428814146, "them": 0.24773988941881606}, "early": {"their - them": 0.015347239444355704, "their": 0.19467914459424132, "them": 0.17933190514988562}, "earned": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "earshot": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "easier": {"their - them": -0.055805495530358906, "their": 0.1533114181036208, "them": 0.20911691363397972}, "easy": {"their - them": 0.059877998646726216, "their": 0.2213111348719177, "them": 0.16143313622519148}, "eat": {"their - them": 0.06065252806755933, "their": 0.18233238980448008, "them": 0.12167986173692075}, "eating": {"their - them": 0.015295399950634447, "their": 0.20628565281736683, "them": 0.19099025286673238}, "economical": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "ect": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "edge": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "educate": {"their - them": -0.039824671450895854, "their": 0.1912003513913979, "them": 0.23102502284229376}, "educated": {"their - them": 0.015148066972439839, "their": 0.23466615521989162, "them": 0.21951808824745178}, "education": {"their - them": 0.06573006818185234, "their": 0.23850898529294967, "them": 0.17277891711109733}, "either": {"their - them": 0.0031231386940564487, "their": 0.20698348370542502, "them": 0.20386034501136857}, "else": {"their - them": 0.005722239476980778, "their": 0.22132773759758254, "them": 0.21560549812060176}, "elses": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "emails": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "encourage": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "end": {"their - them": -0.0408426052593831, "their": 0.13019811539788817, "them": 0.17104072065727127}, "endure": {"their - them": 0.03156488030824442, "their": 0.27448357179141936, "them": 0.24291869148317494}, "enemies": {"their - them": 0.051745449826404444, "their": 0.2406027109772387, "them": 0.18885726115083426}, "enemy": {"their - them": -0.012116306456288972, "their": 0.1788739464104434, "them": 0.19099025286673238}, "england": {"their - them": -0.011395772964856138, "their": 0.11316613468480188, "them": 0.12456190764965802}, "english": {"their - them": 0.04095896663753096, "their": 0.2306152465849871, "them": 0.18965627994745615}, "enough": {"their - them": -0.030440091514617434, "their": 0.16521088367191003, "them": 0.19565097518652746}, "enrolling": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "epithet": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "especially": {"their - them": -0.08478913001982094, "their": 0.11316613468480188, "them": 0.19795526470462282}, "etc": {"their - them": -0.04694313205220044, "their": 0.19859750009916205, "them": 0.2455406321513625}, "ethnic": {"their - them": 0.03289313165690186, "their": 0.16714334975252568, "them": 0.13425021809562382}, "ethnics": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "europe": {"their - them": -0.09328820251982238, "their": 0.11870726862171756, "them": 0.21199547114153994}, "european": {"their - them": 0.015461616979762338, "their": 0.16373242402936067, "them": 0.14827080704959833}, "even": {"their - them": 0.03752006301839217, "their": 0.28166471214152666, "them": 0.2441446491231345}, "evening": {"their - them": 0.03244392207458305, "their": 0.21165449729148886, "them": 0.1792105752169058}, "event": {"their - them": -0.05639854065527987, "their": 0.1247055134316744, "them": 0.18110405408695426}, "eventhough": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "events": {"their - them": 0.023762293494637154, "their": 0.24268977933110553, "them": 0.21892748583646837}, "eventually": {"their - them": -0.012087319824641146, "their": 0.1834540505760899, "them": 0.19554137040073105}, "ever": {"their - them": -0.05677844204049787, "their": 0.1595892813919405, "them": 0.21636772343243837}, "every": {"their - them": 0.016248396993288505, "their": 0.24649858234902633, "them": 0.23025018535573782}, "everybody": {"their - them": -0.011164606998300408, "their": 0.16014632196129694, "them": 0.17131092895959735}, "everyone": {"their - them": -0.04458728194916789, "their": 0.16887001460250411, "them": 0.213457296551672}, "evidence": {"their - them": 0.03278866533873753, "their": 0.1788739464104434, "them": 0.14608528107170587}, "evil": {"their - them": 0.06555553475422082, "their": 0.24488743990410644, "them": 0.17933190514988562}, "evolution": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "evolutionary": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "exactly": {"their - them": 0.015421028923121832, "their": 0.17583067971061117, "them": 0.16040965078748934}, "example": {"their - them": -0.011395772964856138, "their": 0.11316613468480188, "them": 0.12456190764965802}, "except": {"their - them": -0.011359448464878796, "their": 0.12115089431896703, "them": 0.13251034278384582}, "excuse": {"their - them": -0.011067976972697735, "their": 0.1776083799555033, "them": 0.18867635692820103}, "exist": {"their - them": 0.059999960441739, "their": 0.21578877809494387, "them": 0.15578881765320488}, "expect": {"their - them": -0.06041057340211081, "their": 0.1884844786466818, "them": 0.24889505204879261}, "experience": {"their - them": 0.015249319443113946, "their": 0.21578877809494387, "them": 0.20053945865182993}, "explain": {"their - them": -0.08390489132088783, "their": 0.1419266238361546, "them": 0.22583151515704242}, "express": {"their - them": -0.011067976972697735, "their": 0.1776083799555033, "them": 0.18867635692820103}, "extinction": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "extreme": {"their - them": -0.055232429925305276, "their": 0.1776083799555033, "them": 0.23284080988080857}, "eyes": {"their - them": 0.03242705698752599, "their": 0.21056199387049862, "them": 0.17813493688297263}, "face": {"their - them": 0.03786750552369725, "their": 0.21967936182231365, "them": 0.1818118562986164}, "faces": {"their - them": 0.08667697564153165, "their": 0.28991462819257424, "them": 0.2032376525510426}, "fact": {"their - them": 0.03800128152537932, "their": 0.20994188905082023, "them": 0.1719406075254409}, "faggots": {"their - them": 0.031960472687803915, "their": 0.2486959660241662, "them": 0.21673549333636227}, "fall": {"their - them": -0.01253019679840131, "their": 0.2213111348719177, "them": 0.233841331670319}, "falling": {"their - them": -0.054730542653819325, "their": 0.1969625834495916, "them": 0.25169312610341094}, "false": {"their - them": -0.03300735483062153, "their": 0.2213111348719177, "them": 0.25431848970253923}, "families": {"their - them": 0.047986946222939836, "their": 0.2815232921168656, "them": 0.23353634589392577}, "family": {"their - them": 5.578231541600309e-05, "their": 0.18783941825326084, "them": 0.18778363593784483}, "far": {"their - them": -0.12298407890709878, "their": 0.13837790448431342, "them": 0.2613619833914122}, "fares": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "farm": {"their - them": -0.011096222694783414, "their": 0.1726111339893763, "them": 0.18370735668415972}, "fast": {"their - them": -0.061133504321387866, "their": 0.1621251273903487, "them": 0.22325863171173657}, "father": {"their - them": -0.05046899197504204, "their": 0.17707134808803823, "them": 0.22754034006308027}, "favor": {"their - them": -0.010998474065185976, "their": 0.18956393838985952, "them": 0.2005624124550455}, "fear": {"their - them": 0.05967559963670782, "their": 0.2637404053842864, "them": 0.20406480574757857}, "fed": {"their - them": 0.03274517594174836, "their": 0.1834540505760899, "them": 0.15070887463434154}, "feed": {"their - them": -0.10381287759751506, "their": 0.15661113083025363, "them": 0.2604240084277687}, "feeding": {"their - them": -0.05509152595440897, "their": 0.18320127590045202, "them": 0.23829280185486099}, "feel": {"their - them": -0.0395031074733013, "their": 0.21771821088739493, "them": 0.2572213183606962}, "feet": {"their - them": 0.060395326342123606, "their": 0.19644372680234773, "them": 0.13604840046022412}, "fellow": {"their - them": -0.011231990118736157, "their": 0.14730019455018023, "them": 0.1585321846689164}, "female": {"their - them": -0.0564660462613196, "their": 0.12115089431896703, "them": 0.17761694058028663}, "females": {"their - them": 0.035432348988974016, "their": 0.23341109197320117, "them": 0.19797874298422716}, "feminist": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "fence": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "few": {"their - them": -0.10042452811499453, "their": 0.1865969508464117, "them": 0.28702147896140623}, "fighting": {"their - them": -0.05021026709952245, "their": 0.1881531608525191, "them": 0.23836342795204155}, "figures": {"their - them": -0.011183463681400718, "their": 0.15661113083025363, "them": 0.16779459451165435}, "fill": {"their - them": 0.03226215794644169, "their": 0.22649923516291473, "them": 0.19423707721647304}, "filthy": {"their - them": 0.0326064013255786, "their": 0.19711866918282997, "them": 0.16451226785725137}, "finally": {"their - them": -0.01127168519068869, "their": 0.13943718944365285, "them": 0.15070887463434154}, "find": {"their - them": -0.034964548550194874, "their": 0.21056877694777554, "them": 0.2455333254979704}, "finger": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "fire": {"their - them": 0.03269566099347693, "their": 0.1884844786466818, "them": 0.15578881765320488}, "first": {"their - them": 0.0057369615098290805, "their": 0.18520322277017823, "them": 0.17946626126034915}, "fish": {"their - them": -0.05649772106764746, "their": 0.11945763330800747, "them": 0.17595535437565493}, "fist": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "five": {"their - them": 0.08071830666257959, "their": 0.21676670712280371, "them": 0.13604840046022412}, "flats": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "flesh": {"their - them": -0.05940607861339847, "their": 0.2210076221713012, "them": 0.2804137007846997}, "floor": {"their - them": -0.055805495530358906, "their": 0.1533114181036208, "them": 0.20911691363397972}, "foeigners": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "folk": {"their - them": -0.011216970191910286, "their": 0.1502161660332812, "them": 0.16143313622519148}, "folks": {"their - them": -0.012142552752039765, "their": 0.17466601322748995, "them": 0.18680856597952972}, "follow": {"their - them": 0.09702615085671604, "their": 0.23127636895233986, "them": 0.13425021809562382}, "following": {"their - them": 0.08022522312101868, "their": 0.23341109197320117, "them": 0.1531858688521825}, "food": {"their - them": 0.06628441197612697, "their": 0.21657817543090987, "them": 0.1502937634547829}, "fools": {"their - them": -0.0553554843449936, "their": 0.1726111339893763, "them": 0.2279666183343699}, "foot": {"their - them": 0.0326064013255786, "their": 0.19711866918282997, "them": 0.16451226785725137}, "for": {"their - them": -0.009254691213445743, "their": 0.30198986932983246, "them": 0.3112445605432782}, "force": {"their - them": 0.06568892252463515, "their": 0.24003263745947903, "them": 0.17434371493484388}, "forcing": {"their - them": 0.023417010333004584, "their": 0.27449058077145055, "them": 0.25107357043844597}, "forgotten": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "forum": {"their - them": 0.05309265502175674, "their": 0.163116549597587, "them": 0.11002389457583027}, "fought": {"their - them": 0.03233126524310018, "their": 0.2210076221713012, "them": 0.18867635692820103}, "found": {"their - them": 0.03837604670928399, "their": 0.17870093213873905, "them": 0.14032488542945507}, "four": {"their - them": -0.01132488225946024, "their": 0.12851263455085937, "them": 0.1398375168103196}, "free": {"their - them": 0.03639934743396428, "their": 0.1453777954251519, "them": 0.10897844799118761}, "french": {"their - them": 0.03308199408683381, "their": 0.14223565638263583, "them": 0.10915366229580202}, "friday": {"their - them": -0.055805495530358906, "their": 0.1533114181036208, "them": 0.20911691363397972}, "friend": {"their - them": -0.05693000868319763, "their": 0.09440266545774918, "them": 0.1513326741409468}, "friends": {"their - them": -0.023876587660851323, "their": 0.21431129939306268, "them": 0.238187887053914}, "from": {"their - them": -0.002858718652482245, "their": 0.24647187786528732, "them": 0.24933059651776956}, "front": {"their - them": -0.0020891595794144957, "their": 0.22013747662936917, "them": 0.22222663620878366}, "fruits": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "full": {"their - them": -0.012955095426270768, "their": 0.1598996093393104, "them": 0.17285470476558118}, "funds": {"their - them": -0.054927146097021595, "their": 0.18956393838985952, "them": 0.24449108448688112}, "funny": {"their - them": 0.028728977113708254, "their": 0.23712816018979233, "them": 0.20839918307608407}, "further": {"their - them": -0.055731400482920884, "their": 0.15661113083025363, "them": 0.21234253131317452}, "furture": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "future": {"their - them": 0.0031191225006944046, "their": 0.19887390162208549, "them": 0.19575477912139108}, "game": {"their - them": -0.01135133442738652, "their": 0.1228988836682373, "them": 0.13425021809562382}, "games": {"their - them": 0.032391186581299275, "their": 0.216098543265459, "them": 0.18370735668415972}, "gang": {"their - them": -0.011259245016027902, "their": 0.1419266238361546, "them": 0.1531858688521825}, "gangs": {"their - them": 0.03226215794644169, "their": 0.22649923516291473, "them": 0.19423707721647304}, "garbage": {"their - them": 0.015261996123944938, "their": 0.2132407391081721, "them": 0.19797874298422716}, "garden": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "gave": {"their - them": -0.0610021874164936, "their": 0.16714334975252568, "them": 0.22814553716901928}, "gays": {"their - them": -0.011096222694783414, "their": 0.1726111339893763, "them": 0.18370735668415972}, "gene": {"their - them": -0.011096222694783414, "their": 0.1726111339893763, "them": 0.18370735668415972}, "generations": {"their - them": 0.0957604013433358, "their": 0.26355499585499015, "them": 0.16779459451165435}, "genes": {"their - them": -0.01186807506891091, "their": 0.216098543265459, "them": 0.2279666183343699}, "genocide": {"their - them": 0.015421028923121832, "their": 0.17583067971061117, "them": 0.16040965078748934}, "germans": {"their - them": -0.012054980005148125, "their": 0.1884844786466818, "them": 0.20053945865182993}, "get": {"their - them": -0.04560724954105594, "their": 0.255876740418608, "them": 0.3014839899596639}, "gets": {"their - them": -0.03388297186224551, "their": 0.16783927286887143, "them": 0.20172224473111694}, "getting": {"their - them": 8.871820249711782e-05, "their": 0.20563219501777713, "them": 0.20554347681528}, "ghetto": {"their - them": -0.05599668548989786, "their": 0.14454277316193206, "them": 0.20053945865182993}, "gibberish": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "girl": {"their - them": 0.01706186911703103, "their": 0.1872266628864, "them": 0.17016479376936897}, "girls": {"their - them": 0.03207454630771675, "their": 0.23930047474715954, "them": 0.2072259284394428}, "give": {"their - them": -0.06619908901064003, "their": 0.2411446188821712, "them": 0.30734370789281124}, "given": {"their - them": 0.003131657052108522, "their": 0.2366680029460343, "them": 0.23353634589392577}, "glad": {"their - them": -0.011367252963595184, "their": 0.11945763330800747, "them": 0.13082488627160266}, "glass": {"their - them": -0.010998474065185976, "their": 0.18956393838985952, "them": 0.2005624124550455}, "go": {"their - them": -0.06022483469330567, "their": 0.19809910743578688, "them": 0.25832394212909254}, "god": {"their - them": 0.02675479351929766, "their": 0.22582098116507057, "them": 0.1990661876457729}, "going": {"their - them": -0.008209326639709025, "their": 0.20141593113370967, "them": 0.2096252577734187}, "goinna": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "gonna": {"their - them": -0.08413679376341263, "their": 0.13479069207305575, "them": 0.21892748583646837}, "good": {"their - them": 0.019869174962913072, "their": 0.22865103682683854, "them": 0.20878186186392547}, "got": {"their - them": -0.029109221682309894, "their": 0.2048241502034834, "them": 0.2339333718857933}, "gotta": {"their - them": -0.011164606998300408, "their": 0.16014632196129694, "them": 0.17131092895959735}, "gotten": {"their - them": -0.08372482829211353, "their": 0.14730019455018023, "them": 0.23102502284229376}, "goverment": {"their - them": -0.054730542653819325, "their": 0.1969625834495916, "them": 0.25169312610341094}, "government": {"their - them": 0.032186316287016764, "their": 0.2307079374372834, "them": 0.19852162115026664}, "grand": {"their - them": 0.032391186581299275, "their": 0.216098543265459, "them": 0.18370735668415972}, "grandchildren": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "graves": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "great": {"their - them": 0.0669236778082368, "their": 0.19484895985734044, "them": 0.12792528204910364}, "grocery": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "groids": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "ground": {"their - them": -0.033437384063876086, "their": 0.19644372680234773, "them": 0.22988111086622381}, "group": {"their - them": 0.01707963474510321, "their": 0.18310102638635914, "them": 0.16602139164125593}, "groups": {"their - them": 0.0358390940372475, "their": 0.20277445519043796, "them": 0.16693536115319046}, "grow": {"their - them": 0.0806134271652372, "their": 0.2204509439755568, "them": 0.1398375168103196}, "growing": {"their - them": -0.011231990118736157, "their": 0.14730019455018023, "them": 0.1585321846689164}, "growth": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "guess": {"their - them": -0.06971179517620263, "their": 0.18323507673636152, "them": 0.25294687191256415}, "gun": {"their - them": -0.08523806428495621, "their": 0.09657379201366019, "them": 0.1818118562986164}, "guns": {"their - them": 0.035942409021586935, "their": 0.1939420975176363, "them": 0.15799968849604937}, "guy": {"their - them": 0.0031001769997247852, "their": 0.17145490752998305, "them": 0.16835473053025826}, "guys": {"their - them": 0.02414637963761898, "their": 0.19887390162208549, "them": 0.1747275219844665}, "had": {"their - them": 0.0051499373387572656, "their": 0.24193627421206634, "them": 0.23678633687330908}, "hair": {"their - them": 0.11266006954771121, "their": 0.18845840103496575, "them": 0.07579833148725454}, "half": {"their - them": -0.0790422205670273, "their": 0.1202193622375149, "them": 0.1992615828045422}, "hall": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "hand": {"their - them": 0.0031255419889853475, "their": 0.21271999899713662, "them": 0.20959445700815127}, "handed": {"their - them": 0.015035254195507192, "their": 0.2533280560503682, "them": 0.23829280185486099}, "hands": {"their - them": 0.023917580736835004, "their": 0.22638843834947397, "them": 0.20247085761263897}, "hanging": {"their - them": -0.011067976972697735, "their": 0.1776083799555033, "them": 0.18867635692820103}, "happen": {"their - them": 0.0076325459011684915, "their": 0.20277445519043796, "them": 0.19514190928926947}, "happened": {"their - them": -0.08494694159949558, "their": 0.10751981054021524, "them": 0.19246675213971082}, "happening": {"their - them": -0.056199560793676634, "their": 0.13479069207305575, "them": 0.19099025286673238}, "happens": {"their - them": 0.060323203303697365, "their": 0.20016072011401698, "them": 0.1398375168103196}, "happily": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "hard": {"their - them": -0.0652014095243732, "their": 0.15129370142111348, "them": 0.21649511094548668}, "hardly": {"their - them": -0.011164606998300408, "their": 0.16014632196129694, "them": 0.17131092895959735}, "harlem": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "has": {"their - them": 0.005153436280031037, "their": 0.23110371148927858, "them": 0.22595027520924754}, "hate": {"their - them": -0.04063909834824414, "their": 0.165773815633992, "them": 0.20641291398223613}, "hates": {"their - them": 0.032391186581299275, "their": 0.216098543265459, "them": 0.18370735668415972}, "have": {"their - them": -0.018628868935782805, "their": 0.3119612881261306, "them": 0.3305901570619134}, "having": {"their - them": 0.07830912108985189, "their": 0.22462569281373962, "them": 0.14631657172388773}, "haymaker": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "he": {"their - them": -0.05789847980818209, "their": 0.10619541566715486, "them": 0.16409389547533695}, "head": {"their - them": 0.007648365066379448, "their": 0.19054856167081388, "them": 0.18290019660443443}, "heads": {"their - them": 0.13183545712677372, "their": 0.28254433176111526, "them": 0.15070887463434154}, "hear": {"their - them": -0.027992895839906773, "their": 0.18696357257895002, "them": 0.2149564684188568}, "heard": {"their - them": 0.012133055183481567, "their": 0.1946210056100361, "them": 0.18248795042655452}, "heart": {"their - them": -0.011305177977779884, "their": 0.13261381869642166, "them": 0.14391899667420155}, "hell": {"their - them": -0.07772983149799403, "their": 0.1423840399348907, "them": 0.22011387143288474}, "help": {"their - them": -0.023692928984476308, "their": 0.22787297471442383, "them": 0.25156590369890014}, "helping": {"their - them": -0.05546451995872265, "their": 0.1680892027422045, "them": 0.22355372270092716}, "her": {"their - them": -0.025255775533146452, "their": 0.14490553777444865, "them": 0.1701613133075951}, "here": {"their - them": -0.0033729156397409865, "their": 0.20224124464107993, "them": 0.2056141602808209}, "heritage": {"their - them": 0.01670539443142635, "their": 0.2502417403253521, "them": 0.23353634589392577}, "hero": {"their - them": -0.011067976972697735, "their": 0.1776083799555033, "them": 0.18867635692820103}, "heroes": {"their - them": -0.055232429925305276, "their": 0.1776083799555033, "them": 0.23284080988080857}, "heterosexual": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "hews": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "hide": {"their - them": 0.11031910047464508, "their": 0.2521578304517953, "them": 0.14183872997715022}, "high": {"their - them": -0.030518941591813897, "their": 0.15913733835564225, "them": 0.18965627994745615}, "higher": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "highlights": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "him": {"their - them": -0.013273812688161427, "their": 0.10314655739934146, "them": 0.11642037008750289}, "his": {"their - them": 0.02951256855281069, "their": 0.14850510364294744, "them": 0.11899253509013676}, "hispanics": {"their - them": 0.05965504071050437, "their": 0.23096596967010172, "them": 0.17131092895959735}, "history": {"their - them": -0.030269710674402872, "their": 0.17781619364499857, "them": 0.20808590431940144}, "hit": {"their - them": 0.08076725474193472, "their": 0.21501747283755854, "them": 0.13425021809562382}, "hitler": {"their - them": -0.056199560793676634, "their": 0.13479069207305575, "them": 0.19099025286673238}, "hold": {"their - them": 0.03269566099347693, "their": 0.1884844786466818, "them": 0.15578881765320488}, "holiday": {"their - them": 0.032391186581299275, "their": 0.216098543265459, "them": 0.18370735668415972}, "holocaust": {"their - them": 0.03295963685686676, "their": 0.15902124117425226, "them": 0.1260616043173855}, "home": {"their - them": 0.0506727774115438, "their": 0.27265915121580103, "them": 0.22198637380425723}, "homelands": {"their - them": 0.034887301289152794, "their": 0.26772811116996137, "them": 0.23284080988080857}, "homes": {"their - them": 0.11003625245156717, "their": 0.25838178347584695, "them": 0.14834553102427978}, "homo": {"their - them": -0.011096222694783414, "their": 0.1726111339893763, "them": 0.18370735668415972}, "homogenous": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "homosexual": {"their - them": 0.032391186581299275, "their": 0.216098543265459, "them": 0.18370735668415972}, "homosexuals": {"their - them": -0.011899225409438302, "their": 0.21165449729148886, "them": 0.22355372270092716}, "honor": {"their - them": -0.011164606998300408, "their": 0.16014632196129694, "them": 0.17131092895959735}, "hope": {"their - them": 0.09050547823353465, "their": 0.17586603419316535, "them": 0.0853605559596307}, "hours": {"their - them": 0.015354455062489475, "their": 0.1929713956427761, "them": 0.17761694058028663}, "house": {"their - them": -0.013547691938888329, "their": 0.1560077847537841, "them": 0.16955547669267243}, "houses": {"their - them": 0.01527384456733702, "their": 0.21081521496806807, "them": 0.19554137040073105}, "houston": {"their - them": -0.011164606998300408, "their": 0.16014632196129694, "them": 0.17131092895959735}, "how": {"their - them": -0.007976041971871184, "their": 0.2601589545302399, "them": 0.2681349965021111}, "however": {"their - them": 0.0604289264986175, "their": 0.19467914459424132, "them": 0.13425021809562382}, "html": {"their - them": -0.011484920247933253, "their": 0.09231035381710782, "them": 0.10379527406504108}, "http": {"their - them": 0.049909742646734284, "their": 0.17930540792041977, "them": 0.12939566527368548}, "https": {"their - them": -0.012588117766422241, "their": 0.09092879024602775, "them": 0.10351690801244999}, "huge": {"their - them": 0.03568556768767292, "their": 0.21501747283755854, "them": 0.17933190514988562}, "human": {"their - them": 0.08085902656869448, "their": 0.21168391284029714, "them": 0.13082488627160266}, "humans": {"their - them": 0.015284953915733396, "their": 0.20850026796528812, "them": 0.19321531404955472}, "humor": {"their - them": -0.054168947407685186, "their": 0.21699047064977156, "them": 0.27115941805745675}, "hundred": {"their - them": -0.055805495530358906, "their": 0.1533114181036208, "them": 0.20911691363397972}, "hurt": {"their - them": -0.0834017964049753, "their": 0.15661113083025363, "them": 0.24001292723522893}, "husband": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "hyena": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "i": {"their - them": -0.07814361816414361, "their": 0.2671040774304864, "them": 0.34524769559463003}, "iam": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "id": {"their - them": -0.011367252963595184, "their": 0.11945763330800747, "them": 0.13082488627160266}, "idea": {"their - them": -0.04080243722095889, "their": 0.13298106643523652, "them": 0.1737835036561954}, "ideology": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "idiots": {"their - them": -0.05546451995872265, "their": 0.1680892027422045, "them": 0.22355372270092716}, "if": {"their - them": -0.046796923577904936, "their": 0.25420853574641644, "them": 0.3010054593243214}, "ignorant": {"their - them": -0.011164606998300408, "their": 0.16014632196129694, "them": 0.17131092895959735}, "illegals": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "im": {"their - them": -0.06179567536839847, "their": 0.14915652983992264, "them": 0.21095220520832111}, "imagine": {"their - them": 0.1107766646621644, "their": 0.24160155093376706, "them": 0.13082488627160266}, "immigrants": {"their - them": 0.04952126695593562, "their": 0.24330923663191892, "them": 0.1937879696759833}, "immigration": {"their - them": 0.0153679349592456, "their": 0.18971164989408948, "them": 0.17434371493484388}, "important": {"their - them": 0.015380291094066967, "their": 0.1866384328318623, "them": 0.17125814173779533}, "impossible": {"their - them": 0.03226215794644169, "their": 0.22649923516291473, "them": 0.19423707721647304}, "impression": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "in": {"their - them": 0.02085706150718486, "their": 0.3455188290624579, "them": 0.32466176755527304}, "include": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "including": {"their - them": 0.02378299550056026, "their": 0.2406027109772387, "them": 0.21681971547667844}, "incredibly": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "indeed": {"their - them": -0.011374769304317328, "their": 0.11781557394491937, "them": 0.1291903432492367}, "index": {"their - them": -0.01127168519068869, "their": 0.13943718944365285, "them": 0.15070887463434154}, "india": {"their - them": -0.08313712891553598, "their": 0.1639558267913485, "them": 0.2470929557068845}, "indians": {"their - them": -0.0558739317109373, "their": 0.1502161660332812, "them": 0.2060900977442185}, "industry": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "infiltrate": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "info": {"their - them": 0.08116247683100263, "their": 0.2001030136105026, "them": 0.11894053677949996}, "information": {"their - them": 0.03591515167656953, "their": 0.19632480246405887, "them": 0.16040965078748934}, "informed": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "innocent": {"their - them": -0.011096222694783414, "their": 0.1726111339893763, "them": 0.18370735668415972}, "instead": {"their - them": -0.02983972460108608, "their": 0.2070450448467737, "them": 0.23688476944785977}, "instill": {"their - them": -0.054168947407685186, "their": 0.21699047064977156, "them": 0.27115941805745675}, "intellectual": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "intelligent": {"their - them": 0.03266816672248152, "their": 0.1912003513913979, "them": 0.1585321846689164}, "intend": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "interest": {"their - them": -0.05593745800086236, "their": 0.14730019455018023, "them": 0.2032376525510426}, "internet": {"their - them": -0.10596353506765327, "their": 0.103630921940498, "them": 0.20959445700815127}, "interpret": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "interracial": {"their - them": 0.03226215794644169, "their": 0.22649923516291473, "them": 0.19423707721647304}, "interview": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "interviewed": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "into": {"their - them": -0.016830465005377326, "their": 0.23353166694093114, "them": 0.25036213194630846}, "introduce": {"their - them": -0.010998474065185976, "their": 0.18956393838985952, "them": 0.2005624124550455}, "ireland": {"their - them": 0.022939865211808103, "their": 0.1853396866427583, "them": 0.1623998214309502}, "irish": {"their - them": 0.08995304544026976, "their": 0.19841517104927425, "them": 0.10846212560900449}, "is": {"their - them": 0.012103941724205314, "their": 0.2997803644346829, "them": 0.2876764227104776}, "island": {"their - them": 0.059877998646726216, "their": 0.2213111348719177, "them": 0.16143313622519148}, "israel": {"their - them": 0.06052130664485278, "their": 0.18971164989408948, "them": 0.1291903432492367}, "issue": {"their - them": -0.011952976989761194, "their": 0.2038440601018226, "them": 0.2157970370915838}, "it": {"their - them": -0.01157920289238984, "their": 0.2868828558706884, "them": 0.29846205876307824}, "its": {"their - them": -0.051803376754401914, "their": 0.17878980088576182, "them": 0.23059317764016374}, "ive": {"their - them": -0.06079976864309977, "their": 0.17466601322748995, "them": 0.23546578187058972}, "jail": {"their - them": -0.10457171715845892, "their": 0.13943718944365285, "them": 0.24400890660211177}, "japanese": {"their - them": -0.01127168519068869, "their": 0.13943718944365285, "them": 0.15070887463434154}, "jesus": {"their - them": 0.023903176863079467, "their": 0.22796798261065804, "them": 0.20406480574757857}, "jew": {"their - them": -0.014509467771743084, "their": 0.195755703140082, "them": 0.2102651709118251}, "jewish": {"their - them": 0.0031113939145405167, "their": 0.1861988808056781, "them": 0.18308748689113757}, "jews": {"their - them": 0.0019699347883275764, "their": 0.2744916960053918, "them": 0.27252176121706423}, "job": {"their - them": 0.05245355421770759, "their": 0.20484439443054156, "them": 0.15239084021283397}, "jobs": {"their - them": 0.035613588602507906, "their": 0.2204509439755568, "them": 0.1848373553730489}, "judge": {"their - them": 0.0604289264986175, "their": 0.19467914459424132, "them": 0.13425021809562382}, "jump": {"their - them": -0.011976504529010834, "their": 0.20036602678416368, "them": 0.21234253131317452}, "jumped": {"their - them": -0.0553554843449936, "their": 0.1726111339893763, "them": 0.2279666183343699}, "jungle": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "just": {"their - them": -0.03496866165525703, "their": 0.2494935269537068, "them": 0.28446218860896383}, "justify": {"their - them": 0.01488685618791219, "their": 0.27520985654102936, "them": 0.2603230003531172}, "k": {"their - them": 0.03284504218445364, "their": 0.17268255899477325, "them": 0.1398375168103196}, "katz": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "keep": {"their - them": -0.024557323313677243, "their": 0.20473598050978103, "them": 0.22929330382345828}, "kick": {"their - them": 0.0327675933520786, "their": 0.18111312437635838, "them": 0.14834553102427978}, "kicked": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "kid": {"their - them": -0.026299498930676235, "their": 0.20563219501777713, "them": 0.23193169394845337}, "kids": {"their - them": 0.02698665883273338, "their": 0.28963130992481906, "them": 0.2626446510920857}, "kill": {"their - them": -0.0763887533875301, "their": 0.18233238980448008, "them": 0.2587211431920102}, "killed": {"their - them": -0.012277847797407343, "their": 0.15195416543152998, "them": 0.16423201322893732}, "killing": {"their - them": -0.07764744362795045, "their": 0.16541800045957003, "them": 0.24306544408752048}, "kind": {"their - them": -0.07865142814492129, "their": 0.13393905095328917, "them": 0.21259047909821047}, "king": {"their - them": 0.09613169799818283, "their": 0.2546638826670992, "them": 0.1585321846689164}, "knees": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "knew": {"their - them": -0.011395772964856138, "their": 0.11316613468480188, "them": 0.12456190764965802}, "knife": {"their - them": 0.03257143227250933, "their": 0.20036602678416368, "them": 0.16779459451165435}, "knights": {"their - them": 0.03244392207458305, "their": 0.21165449729148886, "them": 0.1792105752169058}, "knocked": {"their - them": -0.05546451995872265, "their": 0.1680892027422045, "them": 0.22355372270092716}, "know": {"their - them": 0.0016514155465558733, "their": 0.2497042695151442, "them": 0.24805285396858834}, "knowledge": {"their - them": 0.032391186581299275, "their": 0.216098543265459, "them": 0.18370735668415972}, "known": {"their - them": -0.011216970191910286, "their": 0.1502161660332812, "them": 0.16143313622519148}, "knows": {"their - them": 0.05216180814880461, "their": 0.22050041859381256, "them": 0.16833861044500795}, "kosher": {"their - them": -0.011067976972697735, "their": 0.1776083799555033, "them": 0.18867635692820103}, "labled": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "land": {"their - them": 0.09772592161982778, "their": 0.2103538177986952, "them": 0.11262789617886741}, "language": {"their - them": 0.09689870126441971, "their": 0.23480792084533383, "them": 0.13790921958091412}, "large": {"their - them": -0.09147605129046446, "their": 0.16714334975252568, "them": 0.25861940104299014}, "last": {"their - them": 0.04022493676476255, "their": 0.17344017248697527, "them": 0.13321523572221272}, "late": {"their - them": -0.012712261862947882, "their": 0.19644372680234773, "them": 0.2091559886652956}, "later": {"their - them": -0.04057356697767564, "their": 0.14810996635642676, "them": 0.1886835333341024}, "latest": {"their - them": 0.0326064013255786, "their": 0.19711866918282997, "them": 0.16451226785725137}, "laugh": {"their - them": 0.023917580736835004, "their": 0.22638843834947397, "them": 0.20247085761263897}, "laughing": {"their - them": 0.015187861134509206, "their": 0.22753039244768372, "them": 0.21234253131317452}, "law": {"their - them": 0.015425339488223333, "their": 0.17461703946592863, "them": 0.1591916999777053}, "lead": {"their - them": 0.03266816672248152, "their": 0.1912003513913979, "them": 0.1585321846689164}, "learn": {"their - them": 0.0178707354126329, "their": 0.24743850200000114, "them": 0.22956776658736824}, "learning": {"their - them": -0.011259245016027902, "their": 0.1419266238361546, "them": 0.1531858688521825}, "least": {"their - them": 0.016998344859979864, "their": 0.20085000708224104, "them": 0.18385166222226118}, "leave": {"their - them": -0.013960997723430707, "their": 0.21862647276694963, "them": 0.23258747049038034}, "leaving": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "led": {"their - them": -0.011067976972697735, "their": 0.1776083799555033, "them": 0.18867635692820103}, "left": {"their - them": 0.029066255084019, "their": 0.2056855398219644, "them": 0.17661928473794541}, "legal": {"their - them": 0.03253313114222525, "their": 0.2038440601018226, "them": 0.17131092895959735}, "less": {"their - them": -0.01279034923639194, "their": 0.18516491546823088, "them": 0.19795526470462282}, "let": {"their - them": -0.02210455839116718, "their": 0.23755918766451675, "them": 0.25966374605568393}, "lets": {"their - them": -0.10572494404942523, "their": 0.11027121914808144, "them": 0.21599616319750667}, "letting": {"their - them": 0.007531728525095094, "their": 0.2546246842319796, "them": 0.2470929557068845}, "level": {"their - them": -0.012087319824641146, "their": 0.1834540505760899, "them": 0.19554137040073105}, "liberal": {"their - them": 0.04810536626201786, "their": 0.27443325894255977, "them": 0.2263278926805419}, "liberals": {"their - them": 0.039084936161409595, "their": 0.253739188566244, "them": 0.2146542524048344}, "library": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "lies": {"their - them": -0.06041057340211081, "their": 0.1884844786466818, "them": 0.24889505204879261}, "life": {"their - them": 0.018029834093041458, "their": 0.2238602700167644, "them": 0.20583043592372294}, "light": {"their - them": 0.007657239653048681, "their": 0.18238476163751519, "them": 0.1747275219844665}, "like": {"their - them": -0.010602027786570739, "their": 0.2481864898719737, "them": 0.25878851765854444}, "line": {"their - them": -0.0568952512322788, "their": 0.09657379201366019, "them": 0.153469043245939}, "list": {"their - them": 0.015374243741421767, "their": 0.1881531608525191, "them": 0.17277891711109733}, "listen": {"their - them": -0.03366377339302659, "their": 0.18233238980448008, "them": 0.21599616319750667}, "little": {"their - them": 0.038406857259066673, "their": 0.24328227796396398, "them": 0.2048754207048973}, "live": {"their - them": 0.012207545299592587, "their": 0.16263750192121684, "them": 0.15042995662162426}, "lives": {"their - them": 0.1130518775708736, "their": 0.2923837827207592, "them": 0.17933190514988562}, "living": {"their - them": -0.03415878192538002, "their": 0.14817428474623143, "them": 0.18233306667161145}, "ll": {"their - them": -0.032497717098696366, "their": 0.18626107188266408, "them": 0.21875878898136045}, "local": {"their - them": 0.097829821409623, "their": 0.20698348370542502, "them": 0.10915366229580202}, "locals": {"their - them": 0.03218091702370285, "their": 0.23274332947874835, "them": 0.2005624124550455}, "locust": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "lol": {"their - them": -0.057155446370963287, "their": 0.07944872832139888, "them": 0.13660417469236216}, "long": {"their - them": -0.06847247869788622, "their": 0.14090778286046263, "them": 0.20938026155834885}, "longer": {"their - them": -0.040053539426024964, "their": 0.1788739464104434, "them": 0.21892748583646837}, "look": {"their - them": -0.03329334896509206, "their": 0.22323749257757436, "them": 0.2565308415426664}, "looking": {"their - them": 0.01823238889506945, "their": 0.18661748097631478, "them": 0.16838509208124533}, "looks": {"their - them": -0.028106875204067322, "their": 0.17837788056973597, "them": 0.2064847557738033}, "lot": {"their - them": -0.06551524079024482, "their": 0.13902759781852725, "them": 0.20454283860877207}, "lots": {"their - them": -0.050742995503882116, "their": 0.16473183700636773, "them": 0.21547483251024985}, "love": {"their - them": -0.04050602814771645, "their": 0.17326647800353417, "them": 0.21377250615125062}, "loved": {"their - them": 0.05965504071050437, "their": 0.23096596967010172, "them": 0.17131092895959735}, "low": {"their - them": -0.011216970191910286, "their": 0.1502161660332812, "them": 0.16143313622519148}, "loyalty": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "luck": {"their - them": -0.05649772106764746, "their": 0.11945763330800747, "them": 0.17595535437565493}, "lucky": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "lunch": {"their - them": -0.0553554843449936, "their": 0.1726111339893763, "them": 0.2279666183343699}, "m": {"their - them": -0.009128980980911638, "their": 0.17046629314361025, "them": 0.1795952741245219}, "made": {"their - them": -0.06233950559391123, "their": 0.10906246297913606, "them": 0.1714019685730473}, "magic": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "mainly": {"their - them": 0.03208294230275863, "their": 0.23999962711923511, "them": 0.2079166848164765}, "maintain": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "majority": {"their - them": 0.03558724946316563, "their": 0.22239581544269535, "them": 0.18680856597952972}, "make": {"their - them": -0.006999782192578463, "their": 0.2504614012521104, "them": 0.2574611834446889}, "maker": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "makes": {"their - them": 0.011391226535005239, "their": 0.25411827893419064, "them": 0.2427270523991854}, "making": {"their - them": -0.012809519484789395, "their": 0.18233238980448008, "them": 0.19514190928926947}, "male": {"their - them": -0.08508575405683647, "their": 0.10239212479123935, "them": 0.18747787884807582}, "males": {"their - them": -0.0397106238144391, "their": 0.19711866918282997, "them": 0.23682929299726907}, "man": {"their - them": 0.08244545424755773, "their": 0.13365804575011772, "them": 0.05121259150255999}, "manipulation": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "many": {"their - them": -0.01387919761419304, "their": 0.26201950544420616, "them": 0.2758987030583992}, "mark": {"their - them": -0.05556226145610327, "their": 0.1639558267913485, "them": 0.21951808824745178}, "marriage": {"their - them": 0.05973579793602937, "their": 0.22753039244768372, "them": 0.16779459451165435}, "marxist": {"their - them": -0.01114402095727307, "their": 0.1639558267913485, "them": 0.17509984774862158}, "mary": {"their - them": 0.03226215794644169, "their": 0.22649923516291473, "them": 0.19423707721647304}, "mass": {"their - them": 0.03280852397677178, "their": 0.17672752065097333, "them": 0.14391899667420155}, "massive": {"their - them": 0.03266816672248152, "their": 0.1912003513913979, "them": 0.1585321846689164}, "master": {"their - them": 0.05892392228306745, "their": 0.25948633473811294, "them": 0.2005624124550455}, "masters": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "mate": {"their - them": -0.08398672818889219, "their": 0.13943718944365285, "them": 0.22342391763254504}, "mating": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "matter": {"their - them": -0.061542827710271725, "their": 0.1456863954585663, "them": 0.20722922316883802}, "may": {"their - them": -0.013887786701636456, "their": 0.1757684932458197, "them": 0.18965627994745615}, "maybe": {"their - them": -0.0023043040599505515, "their": 0.23720105289679927, "them": 0.23950535695674982}, "mckenzie": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "me": {"their - them": -0.04172569638841725, "their": 0.17324135511091032, "them": 0.21496705149932757}, "mean": {"their - them": -0.012937212793925207, "their": 0.1627500932155611, "them": 0.17568730600948632}, "means": {"their - them": -0.011420726239284723, "their": 0.10751981054021524, "them": 0.11894053677949996}, "meant": {"their - them": -0.01120084975363056, "their": 0.1533114181036208, "them": 0.16451226785725137}, "media": {"their - them": 0.012048449096752678, "their": 0.22100737355190572, "them": 0.20895892445515304}, "medicience": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "meet": {"their - them": -0.0791622388522805, "their": 0.1157922392922623, "them": 0.1949544781445428}, "meeting": {"their - them": 0.03253313114222525, "their": 0.2038440601018226, "them": 0.17131092895959735}, "melt": {"their - them": -0.011627034328950986, "their": 0.2486959660241662, "them": 0.2603230003531172}, "member": {"their - them": -0.0564660462613196, "their": 0.12115089431896703, "them": 0.17761694058028663}, "memberships": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "men": {"their - them": -0.0653594343483686, "their": 0.1452096041122524, "them": 0.210569038460621}, "mention": {"their - them": -0.056243442454412595, "their": 0.13261381869642166, "them": 0.18885726115083426}, "mercy": {"their - them": 0.03208294230275863, "their": 0.23999962711923511, "them": 0.2079166848164765}, "message": {"their - them": 0.09822197068814088, "their": 0.19346815655696023, "them": 0.09524618586881935}, "met": {"their - them": -0.01212974049986093, "their": 0.17672752065097333, "them": 0.18885726115083426}, "mexicans": {"their - them": -0.0558739317109373, "their": 0.1502161660332812, "them": 0.2060900977442185}, "mexico": {"their - them": -0.011164606998300408, "their": 0.16014632196129694, "them": 0.17131092895959735}, "middle": {"their - them": -0.040229693450015425, "their": 0.1689262952152802, "them": 0.2091559886652956}, "might": {"their - them": -0.040158764287700155, "their": 0.1917729296607532, "them": 0.23193169394845337}, "military": {"their - them": 0.0327675933520786, "their": 0.18111312437635838, "them": 0.14834553102427978}, "millions": {"their - them": -0.03349427655342513, "their": 0.1929713956427761, "them": 0.22646567219620123}, "mind": {"their - them": -0.013251258701665991, "their": 0.19881460762286965, "them": 0.21206586632453564}, "minds": {"their - them": 0.0487401707463927, "their": 0.27710075328550327, "them": 0.22836058253911057}, "minister": {"their - them": 0.03278866533873753, "their": 0.1788739464104434, "them": 0.14608528107170587}, "minorities": {"their - them": -0.011096222694783414, "their": 0.1726111339893763, "them": 0.18370735668415972}, "minority": {"their - them": -0.012262216960865796, "their": 0.15467314419232467, "them": 0.16693536115319046}, "mint": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "mixed": {"their - them": 0.035980447216051314, "their": 0.19054856167081388, "them": 0.15456811445476257}, "mixing": {"their - them": 0.06052130664485278, "their": 0.18971164989408948, "them": 0.1291903432492367}, "moderators": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "moment": {"their - them": -0.01132488225946024, "their": 0.12851263455085937, "them": 0.1398375168103196}, "money": {"their - them": 0.05790700923612371, "their": 0.23251669816797665, "them": 0.17460968893185294}, "monitor": {"their - them": 0.03208294230275863, "their": 0.23999962711923511, "them": 0.2079166848164765}, "monkey": {"their - them": 0.07965152357219993, "their": 0.2509624525317973, "them": 0.17131092895959735}, "monkeys": {"their - them": -0.055805495530358906, "their": 0.1533114181036208, "them": 0.20911691363397972}, "month": {"their - them": -0.05671220268872208, "their": 0.10751981054021524, "them": 0.16423201322893732}, "more": {"their - them": -0.032457124877973226, "their": 0.23236848943132546, "them": 0.2648256143092987}, "most": {"their - them": -0.02157044827169896, "their": 0.25791314997365233, "them": 0.2794835982453513}, "mostly": {"their - them": -0.012218587544495174, "their": 0.1621251273903487, "them": 0.17434371493484388}, "mother": {"their - them": 0.024131759911129702, "their": 0.20079519252298664, "them": 0.17666343261185694}, "mouth": {"their - them": -0.055650715130286854, "their": 0.16014632196129694, "them": 0.2157970370915838}, "move": {"their - them": 0.015473371305251143, "their": 0.1598996093393104, "them": 0.14442623803405927}, "moved": {"their - them": 0.08119476325648999, "their": 0.19881460762286965, "them": 0.11761984436637966}, "movement": {"their - them": -0.011342887028549728, "their": 0.1247055134316744, "them": 0.13604840046022412}, "moving": {"their - them": -0.01212974049986093, "their": 0.17672752065097333, "them": 0.18885726115083426}, "mtv": {"their - them": -0.011096222694783414, "their": 0.1726111339893763, "them": 0.18370735668415972}, "much": {"their - them": -0.02742433185910495, "their": 0.2332374466841137, "them": 0.26066177854321865}, "mudraces": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "multiculti": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "multicultural": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "multiculturalism": {"their - them": 0.03266816672248152, "their": 0.1912003513913979, "them": 0.1585321846689164}, "multiply": {"their - them": 0.03208294230275863, "their": 0.23999962711923511, "them": 0.2079166848164765}, "murder": {"their - them": -0.011448020834261871, "their": 0.10117987534460554, "them": 0.11262789617886741}, "murdered": {"their - them": -0.05599668548989786, "their": 0.14454277316193206, "them": 0.20053945865182993}, "music": {"their - them": -0.034261616978316034, "their": 0.1403480719535369, "them": 0.17460968893185294}, "muslim": {"their - them": -0.05643302148164832, "their": 0.1228988836682373, "them": 0.17933190514988562}, "muslims": {"their - them": 0.06010634033372653, "their": 0.21081521496806807, "them": 0.15070887463434154}, "must": {"their - them": 5.578231541600309e-05, "their": 0.18783941825326084, "them": 0.18778363593784483}, "my": {"their - them": -0.04713526607362076, "their": 0.18967180769406952, "them": 0.23680707376769028}, "myself": {"their - them": 0.06085567186532061, "their": 0.17000933416112263, "them": 0.10915366229580202}, "n": {"their - them": 0.0020921387621880005, "their": 0.25749392356945966, "them": 0.25540178480727166}, "name": {"their - them": 0.03233806161173003, "their": 0.21830503794521625, "them": 0.18596697633348622}, "names": {"their - them": 0.059877998646726216, "their": 0.2213111348719177, "them": 0.16143313622519148}, "nation": {"their - them": 0.08171599417339716, "their": 0.17608493434054565, "them": 0.09436894016714849}, "national": {"their - them": 0.09748830785152945, "their": 0.21778161374896854, "them": 0.12029330589743908}, "nationalism": {"their - them": 0.060243512092396395, "their": 0.20416250876659794, "them": 0.14391899667420155}, "nationalist": {"their - them": 0.007675767652329468, "their": 0.15786627107695825, "them": 0.15019050342462878}, "nationalists": {"their - them": -0.011389012704551088, "their": 0.11467259161283441, "them": 0.1260616043173855}, "nationality": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "nations": {"their - them": 0.12268989026290456, "their": 0.25029343253183783, "them": 0.12760354226893328}, "native": {"their - them": 0.06015473694100834, "their": 0.20850026796528812, "them": 0.14834553102427978}, "naturally": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "nature": {"their - them": -0.01212974049986093, "their": 0.17672752065097333, "them": 0.18885726115083426}, "ne": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "near": {"their - them": -0.07836652270071673, "their": 0.14336271322211, "them": 0.22172923592282673}, "nearest": {"their - them": -0.08214661416741303, "their": 0.18956393838985952, "them": 0.27171055255727256}, "necessary": {"their - them": 0.031798847924885604, "their": 0.25961808519614854, "them": 0.22781923727126294}, "neck": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "need": {"their - them": -0.005065027070735972, "their": 0.23148731493076902, "them": 0.236552342001505}, "needless": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "needs": {"their - them": -0.011283444050445651, "their": 0.13706208697383412, "them": 0.14834553102427978}, "negro": {"their - them": 0.05048939803503899, "their": 0.1902799055449736, "them": 0.1397905075099346}, "negroes": {"their - them": -0.014232625903441931, "their": 0.22849059510415287, "them": 0.2427232210075948}, "neighborhoods": {"their - them": 0.03226215794644169, "their": 0.22649923516291473, "them": 0.19423707721647304}, "net": {"their - them": -0.011367252963595184, "their": 0.11945763330800747, "them": 0.13082488627160266}, "never": {"their - them": -0.02803628740673328, "their": 0.21666628722555636, "them": 0.24470257463228964}, "new": {"their - them": -0.028902039982957373, "their": 0.10720998097610754, "them": 0.1361120209590649}, "news": {"their - them": 0.08136770446882358, "their": 0.2102538632226689, "them": 0.12888615875384532}, "newspaper": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "next": {"their - them": 0.003100678480806557, "their": 0.1720528428553667, "them": 0.16895216437456015}, "nice": {"their - them": 0.08186235944503978, "their": 0.16887001460250411, "them": 0.08700765515746434}, "nick": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "nigerian": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "night": {"their - them": -0.01240209667053152, "their": 0.1292991250750289, "them": 0.1417012217455604}, "no": {"their - them": -0.025801834531718387, "their": 0.22605080174045225, "them": 0.25185263627217064}, "non": {"their - them": 0.016051919843769885, "their": 0.22115807723564082, "them": 0.20510615739187094}, "none": {"their - them": -0.07791291354182944, "their": 0.15753321246111607, "them": 0.2354461260029455}, "nor": {"their - them": -0.05593745800086236, "their": 0.14730019455018023, "them": 0.2032376525510426}, "nordic": {"their - them": 0.08119476325648999, "their": 0.19881460762286965, "them": 0.11761984436637966}, "normal": {"their - them": 0.03272125895099978, "their": 0.18590712780318228, "them": 0.1531858688521825}, "north": {"their - them": 0.03294747492088684, "their": 0.16055101718982012, "them": 0.12760354226893328}, "northern": {"their - them": 0.03284504218445364, "their": 0.17268255899477325, "them": 0.1398375168103196}, "nose": {"their - them": -0.011164606998300408, "their": 0.16014632196129694, "them": 0.17131092895959735}, "not": {"their - them": -0.02918214399370772, "their": 0.2841184232151532, "them": 0.3133005672088609}, "note": {"their - them": 0.032861887329919626, "their": 0.17077110691083375, "them": 0.13790921958091412}, "nothing": {"their - them": -0.037697018536255816, "their": 0.17215196261051743, "them": 0.20984898114677325}, "notice": {"their - them": 0.08029946287116546, "their": 0.231008337505507, "them": 0.15070887463434154}, "noticed": {"their - them": -0.011216970191910286, "their": 0.1502161660332812, "them": 0.16143313622519148}, "now": {"their - them": -0.01634351606229012, "their": 0.2019351560134961, "them": 0.21827867207578622}, "ns": {"their - them": -0.011231990118736157, "their": 0.14730019455018023, "them": 0.1585321846689164}, "number": {"their - them": 0.03289313165690186, "their": 0.16714334975252568, "them": 0.13425021809562382}, "numbers": {"their - them": -0.14748197820795203, "their": 0.12657513996179756, "them": 0.2740571181697496}, "obvisously": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "occurred": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "of": {"their - them": -0.010063752776783175, "their": 0.3611272668608242, "them": 0.37119101963760737}, "off": {"their - them": 0.02707524093693245, "their": 0.2756410543656661, "them": 0.24856581342873366}, "office": {"their - them": 0.01512487877771504, "their": 0.2386786014786422, "them": 0.22355372270092716}, "officers": {"their - them": -0.011067976972697735, "their": 0.1776083799555033, "them": 0.18867635692820103}, "officials": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "offspring": {"their - them": -0.01169349898417582, "their": 0.23999962711923511, "them": 0.25169312610341094}, "often": {"their - them": 0.08049782260826252, "their": 0.22441681928246407, "them": 0.14391899667420155}, "oh": {"their - them": 0.06088937656424735, "their": 0.16783927286887143, "them": 0.10694989630462408}, "oje3egtgg9k": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "ok": {"their - them": -0.04051258670818084, "their": 0.15195416543152998, "them": 0.19246675213971082}, "okay": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "old": {"their - them": -5.252886912673893e-05, "their": 0.13430233315547158, "them": 0.13435486202459831}, "on": {"their - them": -0.005548395870614731, "their": 0.2965102406476967, "them": 0.30205863651831144}, "once": {"their - them": -0.05706072381344171, "their": 0.16043543797436866, "them": 0.21749616178781037}, "one": {"their - them": -0.04985459531523587, "their": 0.2109395292149042, "them": 0.26079412453014006}, "ones": {"their - them": 0.049783333137390806, "their": 0.23052744607946385, "them": 0.18074411294207304}, "only": {"their - them": 0.015359998887195386, "their": 0.2583874117367317, "them": 0.2430274128495363}, "onto": {"their - them": -0.055650715130286854, "their": 0.16014632196129694, "them": 0.2157970370915838}, "open": {"their - them": 0.05255732989819775, "their": 0.19887390162208549, "them": 0.14631657172388773}, "openly": {"their - them": 0.03516541544021348, "their": 0.2509624525317973, "them": 0.2157970370915838}, "opinion": {"their - them": 0.03263851789747993, "their": 0.1940716541226714, "them": 0.16143313622519148}, "or": {"their - them": -0.010514736870171015, "their": 0.2736132294384292, "them": 0.2841279663086002}, "order": {"their - them": 0.03753674518618849, "their": 0.24160155093376706, "them": 0.20406480574757857}, "org": {"their - them": -0.012551197792087465, "their": 0.0990740389927639, "them": 0.11162523678485137}, "organization": {"their - them": -0.01124604449127281, "their": 0.14454277316193206, "them": 0.15578881765320488}, "orientation": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "other": {"their - them": 0.025455915648915, "their": 0.23289417136006949, "them": 0.20743825571115448}, "others": {"their - them": 0.06635333690713016, "their": 0.21363874994218132, "them": 0.14728541303505116}, "otherwise": {"their - them": -0.05509152595440897, "their": 0.18320127590045202, "them": 0.23829280185486099}, "ought": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "our": {"their - them": -0.025491678792844308, "their": 0.23701629468653956, "them": 0.26250797347938387}, "ours": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "out": {"their - them": -0.07041374840497899, "their": 0.23797635295760156, "them": 0.30839010136258055}, "outside": {"their - them": 0.1228271237134636, "their": 0.24738903136312163, "them": 0.12456190764965802}, "over": {"their - them": -0.001241332946318896, "their": 0.20424692625868573, "them": 0.20548825920500463}, "own": {"their - them": 0.0934261559336047, "their": 0.36841893716403695, "them": 0.27499278123043225}, "owners": {"their - them": -0.010998474065185976, "their": 0.18956393838985952, "them": 0.2005624124550455}, "p": {"their - them": -0.01146737044071601, "their": 0.09657379201366019, "them": 0.1080411624543762}, "page": {"their - them": 0.06080129913805789, "their": 0.1734291953169253, "them": 0.11262789617886741}, "painstakingly": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "paint": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "pair": {"their - them": -0.05556226145610327, "their": 0.1639558267913485, "them": 0.21951808824745178}, "pakis": {"their - them": -0.0553554843449936, "their": 0.1726111339893763, "them": 0.2279666183343699}, "pale": {"their - them": -0.011067976972697735, "their": 0.1776083799555033, "them": 0.18867635692820103}, "pants": {"their - them": 0.059090978833895136, "their": 0.2533280560503682, "them": 0.19423707721647304}, "paper": {"their - them": -0.012116306456288972, "their": 0.1788739464104434, "them": 0.19099025286673238}, "parading": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "parasite": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "parent": {"their - them": 0.035041604111291536, "their": 0.2585953268122187, "them": 0.22355372270092716}, "parents": {"their - them": 0.1548056470035244, "their": 0.32496022459878976, "them": 0.17015457759526537}, "part": {"their - them": -0.07937135676444466, "their": 0.10780068526937787, "them": 0.18717204203382254}, "parts": {"their - them": -0.011164606998300408, "their": 0.16014632196129694, "them": 0.17131092895959735}, "party": {"their - them": 0.09795587799277496, "their": 0.20278360361730344, "them": 0.10482772562452848}, "pass": {"their - them": -0.02766271641694157, "their": 0.2103538177986952, "them": 0.23801653421563676}, "past": {"their - them": -0.01356702524379172, "their": 0.21778161374896854, "them": 0.23134863899276026}, "pathetic": {"their - them": -0.05509152595440897, "their": 0.18320127590045202, "them": 0.23829280185486099}, "pay": {"their - them": -0.012208942128158928, "their": 0.163746412247496, "them": 0.17595535437565493}, "pc": {"their - them": -0.011067976972697735, "their": 0.1776083799555033, "them": 0.18867635692820103}, "peep": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "people": {"their - them": 0.023647780696363474, "their": 0.31371450734935974, "them": 0.29006672665299627}, "perceive": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "perhaps": {"their - them": 0.007619107092718569, "their": 0.21168391284029714, "them": 0.20406480574757857}, "permission": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "person": {"their - them": -0.0335078794371067, "their": 0.20149506946362575, "them": 0.23500294890073245}, "personal": {"their - them": -0.01124604449127281, "their": 0.14454277316193206, "them": 0.15578881765320488}, "perspective": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "perverts": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "phone": {"their - them": -0.13572051737475282, "their": 0.1228988836682373, "them": 0.25861940104299014}, "photo": {"their - them": -0.01131526115692777, "their": 0.13052346882022245, "them": 0.14183872997715022}, "pic": {"their - them": -0.01114402095727307, "their": 0.1639558267913485, "them": 0.17509984774862158}, "pick": {"their - them": -0.012641833019101545, "their": 0.20628565281736683, "them": 0.21892748583646837}, "pics": {"their - them": -0.012018443621547081, "their": 0.1940716541226714, "them": 0.2060900977442185}, "picture": {"their - them": -0.06483592958100051, "their": 0.16473183700636773, "them": 0.22956776658736824}, "pictures": {"their - them": -0.033851010850245944, "their": 0.17000933416112263, "them": 0.20386034501136857}, "pig": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "pitched": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "pizza": {"their - them": -0.010998474065185976, "their": 0.18956393838985952, "them": 0.2005624124550455}, "place": {"their - them": 0.017108214252962634, "their": 0.17610077826794163, "them": 0.158992564014979}, "places": {"their - them": -0.011426500286852187, "their": 0.10619334407952748, "them": 0.11761984436637966}, "plain": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "plan": {"their - them": -0.05649772106764746, "their": 0.11945763330800747, "them": 0.17595535437565493}, "plans": {"their - them": 0.03257143227250933, "their": 0.20036602678416368, "them": 0.16779459451165435}, "play": {"their - them": -0.08470156877134066, "their": 0.11622152552126452, "them": 0.2009230942926052}, "players": {"their - them": 0.03218091702370285, "their": 0.23274332947874835, "them": 0.2005624124550455}, "playing": {"their - them": 0.02378299550056026, "their": 0.2406027109772387, "them": 0.21681971547667844}, "ple": {"their - them": -0.011408642588839307, "their": 0.11027121914808144, "them": 0.12167986173692075}, "please": {"their - them": -0.07949242254875233, "their": 0.1029955278778022, "them": 0.18248795042655452}, "plus": {"their - them": 0.02830584218025123, "their": 0.2700399499966148, "them": 0.24173410781636356}, "pockets": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "point": {"their - them": 0.049998820265052785, "their": 0.21928055510575842, "them": 0.16928173484070563}, "pointed": {"their - them": -0.010998474065185976, "their": 0.18956393838985952, "them": 0.2005624124550455}, "poles": {"their - them": -0.011164606998300408, "their": 0.16014632196129694, "them": 0.17131092895959735}, "police": {"their - them": 0.024262606891310712, "their": 0.18251662293335055, "them": 0.15825401604203984}, "policy": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "polite": {"their - them": -0.011067976972697735, "their": 0.1776083799555033, "them": 0.18867635692820103}, "political": {"their - them": -0.011216970191910286, "their": 0.1502161660332812, "them": 0.16143313622519148}, "polluting": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "pool": {"their - them": -0.011096222694783414, "their": 0.1726111339893763, "them": 0.18370735668415972}, "poor": {"their - them": 0.015421028923121832, "their": 0.17583067971061117, "them": 0.16040965078748934}, "population": {"their - them": -0.011382016747668755, "their": 0.11622152552126452, "them": 0.12760354226893328}, "positions": {"their - them": 0.05847436320466709, "their": 0.27520985654102936, "them": 0.21673549333636227}, "possible": {"their - them": 0.03572855846464221, "their": 0.21168391284029714, "them": 0.17595535437565493}, "post": {"their - them": -0.1068413801282837, "their": 0.08201086182404313, "them": 0.18885224195232683}, "posted": {"their - them": -0.08514922784155264, "their": 0.09999298820925769, "them": 0.18514221605081033}, "poster": {"their - them": 0.03266816672248152, "their": 0.1912003513913979, "them": 0.1585321846689164}, "posters": {"their - them": -0.01114402095727307, "their": 0.1639558267913485, "them": 0.17509984774862158}, "power": {"their - them": 0.1113847315445723, "their": 0.2264532129326147, "them": 0.11506848138804239}, "practice": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "pre": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "preach": {"their - them": 0.031960472687803915, "their": 0.2486959660241662, "them": 0.21673549333636227}, "presence": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "present": {"their - them": -0.011283444050445651, "their": 0.13706208697383412, "them": 0.14834553102427978}, "press": {"their - them": -0.011183463681400718, "their": 0.15661113083025363, "them": 0.16779459451165435}, "pressure": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "pretty": {"their - them": -0.03044936253660993, "their": 0.16450511560793288, "them": 0.1949544781445428}, "prevail": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "prevent": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "pride": {"their - them": 0.05247192419500113, "their": 0.20380459833594794, "them": 0.1513326741409468}, "primates": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "prime": {"their - them": -0.011183463681400718, "their": 0.15661113083025363, "them": 0.16779459451165435}, "print": {"their - them": -0.055731400482920884, "their": 0.15661113083025363, "them": 0.21234253131317452}, "prison": {"their - them": -0.011259245016027902, "their": 0.1419266238361546, "them": 0.1531858688521825}, "private": {"their - them": 0.03269566099347693, "their": 0.1884844786466818, "them": 0.15578881765320488}, "pro": {"their - them": 0.0076325459011684915, "their": 0.20277445519043796, "them": 0.19514190928926947}, "probably": {"their - them": -0.10567503667816598, "their": 0.1157922392922623, "them": 0.22146727597042828}, "problem": {"their - them": 0.016998344859979864, "their": 0.20085000708224104, "them": 0.18385166222226118}, "probz": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "process": {"their - them": -0.01169349898417582, "their": 0.23999962711923511, "them": 0.25169312610341094}, "producing": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "project": {"their - them": -0.011231990118736157, "their": 0.14730019455018023, "them": 0.1585321846689164}, "promote": {"their - them": -0.056199560793676634, "their": 0.13479069207305575, "them": 0.19099025286673238}, "pronounced": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "proof": {"their - them": -0.011096222694783414, "their": 0.1726111339893763, "them": 0.18370735668415972}, "propaganda": {"their - them": 0.060360130869194534, "their": 0.19826935045010866, "them": 0.13790921958091412}, "properly": {"their - them": -0.0558739317109373, "their": 0.1502161660332812, "them": 0.2060900977442185}, "property": {"their - them": -0.01114402095727307, "their": 0.1639558267913485, "them": 0.17509984774862158}, "protect": {"their - them": 0.03263851789747993, "their": 0.1940716541226714, "them": 0.16143313622519148}, "proud": {"their - them": 0.06981059399898659, "their": 0.24647402661084353, "them": 0.17666343261185694}, "prove": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "proved": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "psychos": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "pub": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "public": {"their - them": 0.012084301748283899, "their": 0.21060592289855054, "them": 0.19852162115026664}, "pull": {"their - them": -0.05546451995872265, "their": 0.1680892027422045, "them": 0.22355372270092716}, "punch": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "punishing": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "pure": {"their - them": -0.011927350629056283, "their": 0.2075907376183955, "them": 0.21951808824745178}, "purpose": {"their - them": -0.01114402095727307, "their": 0.1639558267913485, "them": 0.17509984774862158}, "pushed": {"their - them": -0.039502218088489, "their": 0.2075907376183955, "them": 0.2470929557068845}, "pushing": {"their - them": -0.011627034328950986, "their": 0.2486959660241662, "them": 0.2603230003531172}, "put": {"their - them": -0.0697522997125832, "their": 0.21427258159258525, "them": 0.28402488130516845}, "putting": {"their - them": 0.015221037127699205, "their": 0.2213111348719177, "them": 0.2060900977442185}, "quit": {"their - them": 0.032391186581299275, "their": 0.216098543265459, "them": 0.18370735668415972}, "quite": {"their - them": -0.10567245069001921, "their": 0.11169974588679432, "them": 0.21737219657681353}, "race": {"their - them": 0.049310835357603, "their": 0.2749304338852465, "them": 0.22561959852764352}, "races": {"their - them": 0.06074170053740946, "their": 0.17707134808803823, "them": 0.11632964755062877}, "racial": {"their - them": 0.08155947369097742, "their": 0.1833435734371172, "them": 0.10178409974613979}, "racism": {"their - them": -0.056052119148072566, "their": 0.1419266238361546, "them": 0.19797874298422716}, "racist": {"their - them": 0.07888833631849086, "their": 0.20304602128838345, "them": 0.12415768496989259}, "raise": {"their - them": 0.05973579793602937, "their": 0.22753039244768372, "them": 0.16779459451165435}, "ranks": {"their - them": 0.031798847924885604, "their": 0.25961808519614854, "them": 0.22781923727126294}, "ranting": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "rape": {"their - them": -0.08398672818889219, "their": 0.13943718944365285, "them": 0.22342391763254504}, "rapes": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "rather": {"their - them": -0.013577660838160033, "their": 0.216471614586068, "them": 0.23004927542422804}, "re": {"their - them": 0.013594661844775563, "their": 0.2174120986520697, "them": 0.20381743680729414}, "read": {"their - them": -0.03359379498029341, "their": 0.19644315522512062, "them": 0.23003695020541404}, "reading": {"their - them": 0.015361345753987954, "their": 0.19131670012964289, "them": 0.17595535437565493}, "ready": {"their - them": -0.03992438735386014, "their": 0.18590712780318228, "them": 0.22583151515704242}, "real": {"their - them": -0.0771991739271069, "their": 0.17440349757270035, "them": 0.25160267149980725}, "reality": {"their - them": -0.0561041809570782, "their": 0.13943718944365285, "them": 0.19554137040073105}, "realize": {"their - them": -0.012571804444166695, "their": 0.21578877809494387, "them": 0.22836058253911057}, "really": {"their - them": 0.04968577916345007, "their": 0.19875680954236355, "them": 0.14907103037891348}, "reason": {"their - them": -0.04001850260381773, "their": 0.19887390162208549, "them": 0.23889240422590322}, "reasons": {"their - them": -0.01120084975363056, "their": 0.1533114181036208, "them": 0.16451226785725137}, "recon": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "record": {"their - them": -0.01114402095727307, "their": 0.1639558267913485, "them": 0.17509984774862158}, "red": {"their - them": 0.03590089326338283, "their": 0.19755567408628094, "them": 0.1616547808228981}, "reds": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "reduce": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "refer": {"their - them": -0.054168947407685186, "their": 0.21699047064977156, "them": 0.27115941805745675}, "refused": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "rejected": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "relatives": {"their - them": -0.11818210531121603, "their": 0.18956393838985952, "them": 0.30774604370107556}, "religion": {"their - them": -0.01120084975363056, "their": 0.1533114181036208, "them": 0.16451226785725137}, "remember": {"their - them": -0.0442570405557485, "their": 0.18531072603161974, "them": 0.22956776658736824}, "remove": {"their - them": -0.05546451995872265, "their": 0.1680892027422045, "them": 0.22355372270092716}, "replace": {"their - them": -0.0814627498016813, "their": 0.20583598146560286, "them": 0.28729873126728417}, "reply": {"their - them": -0.01124604449127281, "their": 0.14454277316193206, "them": 0.15578881765320488}, "report": {"their - them": -0.056664142005109025, "their": 0.11027121914808144, "them": 0.16693536115319046}, "reported": {"their - them": 0.03272125895099978, "their": 0.18590712780318228, "them": 0.1531858688521825}, "reporting": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "representing": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "requires": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "residents": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "resistance": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "respect": {"their - them": -0.013128064331460743, "their": 0.21501747283755854, "them": 0.22814553716901928}, "responsibility": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "rest": {"their - them": 0.024046375183272406, "their": 0.21152425403134822, "them": 0.18747787884807582}, "rich": {"their - them": -0.01186807506891091, "their": 0.216098543265459, "them": 0.2279666183343699}, "right": {"their - them": 0.003775699435702634, "their": 0.23376441868615286, "them": 0.22998871925045022}, "rights": {"their - them": 0.03257143227250933, "their": 0.20036602678416368, "them": 0.16779459451165435}, "ripped": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "risk": {"their - them": -0.011833187709507365, "their": 0.2210076221713012, "them": 0.23284080988080857}, "rob": {"their - them": -0.05448701888751431, "their": 0.20583598146560286, "them": 0.2603230003531172}, "role": {"their - them": -0.011899225409438302, "their": 0.21165449729148886, "them": 0.22355372270092716}, "roman": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "round": {"their - them": -0.013166148331693578, "their": 0.210092483380043, "them": 0.22325863171173657}, "rude": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "rule": {"their - them": -0.012018443621547081, "their": 0.1940716541226714, "them": 0.2060900977442185}, "rules": {"their - them": -0.055805495530358906, "their": 0.1533114181036208, "them": 0.20911691363397972}, "run": {"their - them": -0.012955095426270768, "their": 0.1598996093393104, "them": 0.17285470476558118}, "running": {"their - them": -0.01276993344008609, "their": 0.1881531608525191, "them": 0.2009230942926052}, "russia": {"their - them": -0.01131526115692777, "their": 0.13052346882022245, "them": 0.14183872997715022}, "russian": {"their - them": 0.06028438897595648, "their": 0.2021231189531067, "them": 0.14183872997715022}, "russians": {"their - them": 0.07987299091680738, "their": 0.24438525877405876, "them": 0.16451226785725137}, "s": {"their - them": 0.03586220780808064, "their": 0.2626260343853621, "them": 0.22676382657728145}, "sa": {"their - them": -0.011183463681400718, "their": 0.15661113083025363, "them": 0.16779459451165435}, "sad": {"their - them": -0.012313293037483075, "their": 0.1456863954585663, "them": 0.15799968849604937}, "sadly": {"their - them": -0.039502218088489, "their": 0.2075907376183955, "them": 0.2470929557068845}, "safe": {"their - them": -0.012087319824641146, "their": 0.1834540505760899, "them": 0.19554137040073105}, "safety": {"their - them": -0.010998474065185976, "their": 0.18956393838985952, "them": 0.2005624124550455}, "said": {"their - them": 0.04936264783434366, "their": 0.21427258159258525, "them": 0.1649099337582416}, "sake": {"their - them": -0.01114402095727307, "their": 0.1639558267913485, "them": 0.17509984774862158}, "same": {"their - them": -0.03860877409890265, "their": 0.18737631547738184, "them": 0.2259850895762845}, "sand": {"their - them": -0.053714150865380755, "their": 0.23219013016198223, "them": 0.285904281027363}, "savage": {"their - them": 0.03244392207458305, "their": 0.21165449729148886, "them": 0.1792105752169058}, "save": {"their - them": -0.07752632574763221, "their": 0.1689262952152802, "them": 0.2464526209629124}, "saw": {"their - them": 0.04959036643339293, "their": 0.20461886150988257, "them": 0.15502849507648964}, "say": {"their - them": 0.0024132457015878794, "their": 0.21173934883539677, "them": 0.2093261031338089}, "saying": {"their - them": 0.06613033080348005, "their": 0.22296279178593004, "them": 0.15683246098245}, "says": {"their - them": 0.029002849521863966, "their": 0.21209033641300154, "them": 0.18308748689113757}, "scale": {"their - them": -0.011183463681400718, "their": 0.15661113083025363, "them": 0.16779459451165435}, "scene": {"their - them": -0.011342887028549728, "their": 0.1247055134316744, "them": 0.13604840046022412}, "school": {"their - them": 0.009554142367869, "their": 0.26232132486371806, "them": 0.25276718249584906}, "schooling": {"their - them": -0.05546451995872265, "their": 0.1680892027422045, "them": 0.22355372270092716}, "schools": {"their - them": 0.03655398243604663, "their": 0.24972766089928458, "them": 0.21317367846323795}, "screeching": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "screen": {"their - them": -0.011899225409438302, "their": 0.21165449729148886, "them": 0.22355372270092716}, "scum": {"their - them": -0.06139053159431693, "their": 0.15195416543152998, "them": 0.2133446970258469}, "search": {"their - them": 0.032934784141112006, "their": 0.1621251273903487, "them": 0.1291903432492367}, "second": {"their - them": -0.05636248498023422, "their": 0.12657513996179756, "them": 0.18293762494203178}, "section": {"their - them": -0.011395772964856138, "their": 0.11316613468480188, "them": 0.12456190764965802}, "security": {"their - them": 0.08066709500209979, "their": 0.2185763145830139, "them": 0.13790921958091412}, "see": {"their - them": -0.018063346080622517, "their": 0.2276554367239076, "them": 0.2457187828045301}, "seeing": {"their - them": 0.015295399950634447, "their": 0.20628565281736683, "them": 0.19099025286673238}, "seek": {"their - them": -0.011096222694783414, "their": 0.1726111339893763, "them": 0.18370735668415972}, "seem": {"their - them": -0.012712261862947882, "their": 0.19644372680234773, "them": 0.2091559886652956}, "seems": {"their - them": 0.008456664862142638, "their": 0.23332623138373293, "them": 0.2248695665215903}, "seen": {"their - them": -0.02398442972621226, "their": 0.20605252047920178, "them": 0.23003695020541404}, "self": {"their - them": 0.037510720433334005, "their": 0.24321871677823306, "them": 0.20570799634489906}, "sell": {"their - them": 0.059999960441739, "their": 0.21578877809494387, "them": 0.15578881765320488}, "selling": {"their - them": -0.010998474065185976, "their": 0.18956393838985952, "them": 0.2005624124550455}, "send": {"their - them": -0.056835469810335076, "their": 0.16962955199376964, "them": 0.22646502180410472}, "sending": {"their - them": 0.09460948638447786, "their": 0.2888465636009509, "them": 0.19423707721647304}, "sends": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "sense": {"their - them": 0.08006156935818926, "their": 0.23859375402710564, "them": 0.1585321846689164}, "sent": {"their - them": -0.06145407654561022, "their": 0.14936217563919305, "them": 0.21081625218480327}, "serious": {"their - them": -0.055731400482920884, "their": 0.15661113083025363, "them": 0.21234253131317452}, "service": {"their - them": -0.0397696775476476, "their": 0.1940716541226714, "them": 0.233841331670319}, "set": {"their - them": 0.03585531342787493, "their": 0.20142241416259243, "them": 0.1655671007347175}, "setting": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "sex": {"their - them": -0.055805495530358906, "their": 0.1533114181036208, "them": 0.20911691363397972}, "sexual": {"their - them": -0.011231990118736157, "their": 0.14730019455018023, "them": 0.1585321846689164}, "sexuality": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "sf": {"their - them": 0.015437440404380776, "their": 0.1711263794374884, "them": 0.15568893903310763}, "shake": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "shall": {"their - them": -0.011259245016027902, "their": 0.1419266238361546, "them": 0.1531858688521825}, "shame": {"their - them": 0.051745449826404444, "their": 0.2406027109772387, "them": 0.18885726115083426}, "she": {"their - them": -0.014225097182521546, "their": 0.12402352353101959, "them": 0.13824862071354113}, "shock": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "shools": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "shop": {"their - them": -0.055731400482920884, "their": 0.15661113083025363, "them": 0.21234253131317452}, "should": {"their - them": -0.033247779565987595, "their": 0.24564957022500042, "them": 0.278897349790988}, "shoulder": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "shouting": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "shoving": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "show": {"their - them": -0.033864266626294076, "their": 0.1798670332722004, "them": 0.2137312998984945}, "showing": {"their - them": 0.05190818924643284, "their": 0.2330122433333871, "them": 0.18110405408695426}, "shows": {"their - them": 0.015444881968824792, "their": 0.16891392521476378, "them": 0.153469043245939}, "sick": {"their - them": 0.09725098849560693, "their": 0.2248545307645402, "them": 0.12760354226893328}, "side": {"their - them": 0.024065349728477153, "their": 0.20920756577928748, "them": 0.18514221605081033}, "sign": {"their - them": 0.015314552973576978, "their": 0.2021231189531067, "them": 0.18680856597952972}, "signature": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "similar": {"their - them": 0.032877894755056064, "their": 0.1689262952152802, "them": 0.13604840046022412}, "simple": {"their - them": -0.06062098344000519, "their": 0.18111312437635838, "them": 0.24173410781636356}, "simply": {"their - them": 0.060360130869194534, "their": 0.19826935045010866, "them": 0.13790921958091412}, "since": {"their - them": -0.08894012067760262, "their": 0.13223241381956374, "them": 0.22117253449716637}, "sit": {"their - them": -0.012980904525774634, "their": 0.23341109197320117, "them": 0.2463919964989758}, "site": {"their - them": 0.04948977230147175, "their": 0.21056199387049862, "them": 0.16107222156902687}, "situation": {"their - them": 0.0600548702559896, "their": 0.2132407391081721, "them": 0.1531858688521825}, "situations": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "six": {"their - them": -0.01124604449127281, "their": 0.14454277316193206, "them": 0.15578881765320488}, "skills": {"their - them": -0.055731400482920884, "their": 0.15661113083025363, "them": 0.21234253131317452}, "skin": {"their - them": 0.03211777810521138, "their": 0.2360262722798855, "them": 0.20390849417467413}, "skinny": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "skipping": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "slang": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "slavic": {"their - them": -0.012154796378275656, "their": 0.17268255899477325, "them": 0.1848373553730489}, "slavs": {"their - them": 0.03253313114222525, "their": 0.2038440601018226, "them": 0.17131092895959735}, "sleep": {"their - them": -0.01174775500813277, "their": 0.23274332947874835, "them": 0.24449108448688112}, "slither": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "small": {"their - them": -0.0510244816137371, "their": 0.15129370142111348, "them": 0.20231818303485058}, "smart": {"their - them": -0.08327548857083378, "their": 0.16014632196129694, "them": 0.24342181053213072}, "smash": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "smashing": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "smell": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "so": {"their - them": -0.006202791506905614, "their": 0.28480415681054805, "them": 0.29100694831745366}, "social": {"their - them": -0.12191454976855345, "their": 0.12115089431896703, "them": 0.24306544408752048}, "society": {"their - them": -0.012218587544495174, "their": 0.1621251273903487, "them": 0.17434371493484388}, "soft": {"their - them": 0.03218091702370285, "their": 0.23274332947874835, "them": 0.2005624124550455}, "soldiers": {"their - them": -0.0397696775476476, "their": 0.1940716541226714, "them": 0.233841331670319}, "some": {"their - them": -0.01255861905397243, "their": 0.2508100261230684, "them": 0.26336864517704084}, "somebody": {"their - them": 0.015168932578517924, "their": 0.23096596967010172, "them": 0.2157970370915838}, "someone": {"their - them": 0.007037391253499781, "their": 0.23565909425515214, "them": 0.22862170300165235}, "something": {"their - them": 0.038510949903310526, "their": 0.16534989711401488, "them": 0.12683894721070435}, "sometimes": {"their - them": 0.007626305308743253, "their": 0.2070450448467737, "them": 0.19941873953803044}, "somewhere": {"their - them": -0.011294588998650129, "their": 0.13479069207305575, "them": 0.14608528107170587}, "son": {"their - them": -0.011426500286852187, "their": 0.10619334407952748, "them": 0.11761984436637966}, "song": {"their - them": -0.011448020834261871, "their": 0.10117987534460554, "them": 0.11262789617886741}, "soon": {"their - them": -0.046907910565331, "their": 0.20008957423773024, "them": 0.24699748480306125}, "sorry": {"their - them": 0.015458464698958979, "their": 0.16473183700636773, "them": 0.14927337230740875}, "sort": {"their - them": 0.023856254668091492, "their": 0.2330122433333871, "them": 0.2091559886652956}, "sotries": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "soul": {"their - them": 0.03272125895099978, "their": 0.18590712780318228, "them": 0.1531858688521825}, "sounding": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "south": {"their - them": 0.03617242645668514, "their": 0.1719682993543723, "them": 0.13579587289768716}, "space": {"their - them": -0.01127168519068869, "their": 0.13943718944365285, "them": 0.15070887463434154}, "speak": {"their - them": -0.013349322148742099, "their": 0.18531072603161974, "them": 0.19866004818036184}, "speaking": {"their - them": -0.012054980005148125, "their": 0.1884844786466818, "them": 0.20053945865182993}, "speed": {"their - them": 0.03266816672248152, "their": 0.1912003513913979, "them": 0.1585321846689164}, "spend": {"their - them": 0.03263851789747993, "their": 0.1940716541226714, "them": 0.16143313622519148}, "speny": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "sport": {"their - them": -0.011067976972697735, "their": 0.1776083799555033, "them": 0.18867635692820103}, "sports": {"their - them": -0.10550357460854609, "their": 0.11622152552126452, "them": 0.22172510012981062}, "spread": {"their - them": 0.03568556768767292, "their": 0.21501747283755854, "them": 0.17933190514988562}, "stand": {"their - them": -0.012852853623491228, "their": 0.17583067971061117, "them": 0.1886835333341024}, "standing": {"their - them": 0.03263851789747993, "their": 0.1940716541226714, "them": 0.16143313622519148}, "stare": {"their - them": -0.10252220858366165, "their": 0.18320127590045202, "them": 0.28572348448411367}, "staring": {"their - them": -0.0814627498016813, "their": 0.20583598146560286, "them": 0.28729873126728417}, "start": {"their - them": -0.08927772271118325, "their": 0.12199883743160775, "them": 0.211276560142791}, "started": {"their - them": -0.01288362693945963, "their": 0.1711263794374884, "them": 0.18401000637694803}, "starts": {"their - them": -0.056052119148072566, "their": 0.1419266238361546, "them": 0.19797874298422716}, "state": {"their - them": -0.013751215266961658, "their": 0.19433468905243978, "them": 0.20808590431940144}, "states": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "station": {"their - them": 0.03269566099347693, "their": 0.1884844786466818, "them": 0.15578881765320488}, "stats": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "stay": {"their - them": -0.03011971567803373, "their": 0.1883949504112036, "them": 0.21851466608923734}, "stds": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "step": {"their - them": -0.055650715130286854, "their": 0.16014632196129694, "them": 0.2157970370915838}, "stick": {"their - them": -0.05632472082218953, "their": 0.12851263455085937, "them": 0.1848373553730489}, "sticking": {"their - them": -0.05509152595440897, "their": 0.18320127590045202, "them": 0.23829280185486099}, "still": {"their - them": -0.014812906064640613, "their": 0.19891803469968977, "them": 0.21373094076433038}, "stock": {"their - them": 0.03274517594174836, "their": 0.1834540505760899, "them": 0.15070887463434154}, "stood": {"their - them": 0.015098857762972484, "their": 0.2430654760973424, "them": 0.2279666183343699}, "stop": {"their - them": -0.06409473878770064, "their": 0.19099944757318602, "them": 0.25509418636088665}, "store": {"their - them": -0.056153227075720596, "their": 0.13706208697383412, "them": 0.19321531404955472}, "stories": {"their - them": 0.09652087449240415, "their": 0.24486640551668393, "them": 0.14834553102427978}, "stormfront": {"their - them": -0.05765421620630249, "their": 0.03781892952364491, "them": 0.0954731457299474}, "story": {"their - them": 0.0820098246403036, "their": 0.16109501839891868, "them": 0.07908519375861509}, "straight": {"their - them": -0.040053539426024964, "their": 0.1788739464104434, "them": 0.21892748583646837}, "strange": {"their - them": -0.01124604449127281, "their": 0.14454277316193206, "them": 0.15578881765320488}, "street": {"their - them": -0.07805168590329609, "their": 0.15329695308946417, "them": 0.23134863899276026}, "strong": {"their - them": 0.03278866533873753, "their": 0.1788739464104434, "them": 0.14608528107170587}, "students": {"their - them": 0.03791098687317898, "their": 0.21657817543090987, "them": 0.1786671885577309}, "stuff": {"their - them": -0.05699442502775359, "their": 0.09029098800729757, "them": 0.14728541303505116}, "stupid": {"their - them": -0.0020985718068125547, "their": 0.21678363332434702, "them": 0.21888220513115958}, "style": {"their - them": 0.0326064013255786, "their": 0.19711866918282997, "them": 0.16451226785725137}, "succeed": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "such": {"their - them": -0.014243981943969863, "their": 0.18310102638635914, "them": 0.197345008330329}, "sucks": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "summer": {"their - them": 0.08076725474193472, "their": 0.21501747283755854, "them": 0.13425021809562382}, "sunday": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "suntimes": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "super": {"their - them": 0.03253313114222525, "their": 0.2038440601018226, "them": 0.17131092895959735}, "support": {"their - them": 0.038068569548807274, "their": 0.20480745812074547, "them": 0.1667388885719382}, "supports": {"their - them": -0.054168947407685186, "their": 0.21699047064977156, "them": 0.27115941805745675}, "suppose": {"their - them": -0.012037301159644687, "their": 0.1912003513913979, "them": 0.2032376525510426}, "supposed": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "supposedly": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "supremacists": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "sure": {"their - them": 0.06612124048242043, "their": 0.22989422526560918, "them": 0.16377298478318875}, "surprise": {"their - them": 0.03266816672248152, "their": 0.1912003513913979, "them": 0.1585321846689164}, "survive": {"their - them": 0.03244392207458305, "their": 0.21165449729148886, "them": 0.1792105752169058}, "suspect": {"their - them": -0.012037301159644687, "their": 0.1912003513913979, "them": 0.2032376525510426}, "swedes": {"their - them": -0.055650715130286854, "their": 0.16014632196129694, "them": 0.2157970370915838}, "swedish": {"their - them": -0.056243442454412595, "their": 0.13261381869642166, "them": 0.18885726115083426}, "swim": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "symbol": {"their - them": -0.011231990118736157, "their": 0.14730019455018023, "them": 0.1585321846689164}, "system": {"their - them": -0.1057757235483706, "their": 0.1088785288564638, "them": 0.2146542524048344}, "t": {"their - them": 0.0002849062194764107, "their": 0.2630306607778132, "them": 0.26274575455833676}, "table": {"their - them": -0.01114402095727307, "their": 0.1639558267913485, "them": 0.17509984774862158}, "take": {"their - them": 0.0410606623006784, "their": 0.25553433359606675, "them": 0.21447367129538836}, "taking": {"their - them": 0.05984105377439525, "their": 0.25779631847901807, "them": 0.19795526470462282}, "talk": {"their - them": -0.08921246764770403, "their": 0.12401978729791839, "them": 0.21323225494562242}, "talked": {"their - them": -0.054730542653819325, "their": 0.1969625834495916, "them": 0.25169312610341094}, "talking": {"their - them": 0.024074441867044577, "their": 0.2080844482439926, "them": 0.18401000637694803}, "tape": {"their - them": 0.032490889869773915, "their": 0.2075907376183955, "them": 0.17509984774862158}, "taste": {"their - them": -0.039502218088489, "their": 0.2075907376183955, "them": 0.2470929557068845}, "taught": {"their - them": 0.03266816672248152, "their": 0.1912003513913979, "them": 0.1585321846689164}, "teach": {"their - them": -0.12264280100410964, "their": 0.10489753905897063, "them": 0.22754034006308027}, "teacher": {"their - them": 0.033134971694135235, "their": 0.13393905095328917, "them": 0.10080407925915394}, "teachers": {"their - them": -0.014320517633612445, "their": 0.2184361983448087, "them": 0.23275671597842115}, "teaching": {"their - them": -0.01124604449127281, "their": 0.14454277316193206, "them": 0.15578881765320488}, "teams": {"their - them": 0.058723489495567244, "their": 0.26664017431204373, "them": 0.2079166848164765}, "teenagers": {"their - them": 0.03218091702370285, "their": 0.23274332947874835, "them": 0.2005624124550455}, "teens": {"their - them": 0.03218091702370285, "their": 0.23274332947874835, "them": 0.2005624124550455}, "television": {"their - them": -0.01127168519068869, "their": 0.13943718944365285, "them": 0.15070887463434154}, "tell": {"their - them": -0.015284913946795625, "their": 0.23918426275481444, "them": 0.25446917670161007}, "telling": {"their - them": -0.012166518031198031, "their": 0.17077110691083375, "them": 0.18293762494203178}, "tells": {"their - them": 0.0326064013255786, "their": 0.19711866918282997, "them": 0.16451226785725137}, "tend": {"their - them": -0.039824671450895854, "their": 0.1912003513913979, "them": 0.23102502284229376}, "tens": {"their - them": -0.011998244451149748, "their": 0.19711866918282997, "them": 0.20911691363397972}, "territories": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "text": {"their - them": 0.06020037174566095, "their": 0.20628565281736683, "them": 0.14608528107170587}, "than": {"their - them": -0.04393334123062756, "their": 0.2280716613448007, "them": 0.27200500257542826}, "thanking": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "that": {"their - them": 0.020104612396490806, "their": 0.3248360196274865, "them": 0.3047314072309957}, "thats": {"their - them": -0.1226969707400439, "their": 0.103630921940498, "them": 0.2263278926805419}, "the": {"their - them": 0.012274026511303993, "their": 0.3538368973804306, "them": 0.3415628708691266}, "thebest": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "their": {"their - them": 0.2786170182460708, "their": 0.6233720188264403, "them": 0.3447550005803695}, "them": {"their - them": -0.301283238198561, "their": 0.33389703881295535, "them": 0.6351802770115164}, "themselves": {"their - them": -0.005101084357028718, "their": 0.23445640899878464, "them": 0.23955749335581336}, "then": {"their - them": -0.03371293161097583, "their": 0.23910229880871314, "them": 0.27281523041968897}, "there": {"their - them": -0.04149271758128595, "their": 0.22695989456193325, "them": 0.2684526121432192}, "these": {"their - them": 0.010607807131326585, "their": 0.2596891013456048, "them": 0.24908129421427821}, "they": {"their - them": 0.019384710274583716, "their": 0.39376692812821806, "them": 0.37438221785363435}, "thick": {"their - them": -0.055232429925305276, "their": 0.1776083799555033, "them": 0.23284080988080857}, "thing": {"their - them": 0.013529316746318465, "their": 0.23304840798893914, "them": 0.21951909124262067}, "things": {"their - them": 0.029132435370929244, "their": 0.19868791206360167, "them": 0.16955547669267243}, "think": {"their - them": -0.01795965125910859, "their": 0.2493465273064719, "them": 0.2673061785655805}, "third": {"their - them": -0.01133407961911656, "their": 0.12657513996179756, "them": 0.13790921958091412}, "this": {"their - them": 0.01734954564231253, "their": 0.23980090524225603, "them": 0.2224513595999435}, "thoguht": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "those": {"their - them": 0.04523311093966553, "their": 0.26227516461437395, "them": 0.2170420536747084}, "though": {"their - them": -0.014387210401952955, "their": 0.21060592289855054, "them": 0.2249931333005035}, "thought": {"their - them": 0.022742254375908433, "their": 0.2136799586300639, "them": 0.19093770425415546}, "thousand": {"their - them": -0.08406387220373204, "their": 0.13706208697383412, "them": 0.22112595917756617}, "thousands": {"their - them": -0.040345730222290266, "their": 0.1621251273903487, "them": 0.20247085761263897}, "thread": {"their - them": -0.051833584711759986, "their": 0.10658674796175298, "them": 0.15842033267351296}, "threat": {"their - them": -0.011035801316021027, "their": 0.18320127590045202, "them": 0.19423707721647304}, "three": {"their - them": -0.1057757235483706, "their": 0.1088785288564638, "them": 0.2146542524048344}, "through": {"their - them": -0.05592025823970839, "their": 0.19297790610368257, "them": 0.24889816434339096}, "throw": {"their - them": -0.012657206710080499, "their": 0.20416250876659794, "them": 0.21681971547667844}, "thus": {"their - them": -0.01186807506891091, "their": 0.216098543265459, "them": 0.2279666183343699}, "ticket": {"their - them": -0.011541332861308207, "their": 0.25961808519614854, "them": 0.27115941805745675}, "till": {"their - them": -0.056199560793676634, "their": 0.13479069207305575, "them": 0.19099025286673238}, "time": {"their - them": 0.013263023208382074, "their": 0.21393352200766952, "them": 0.20067049879928744}, "times": {"their - them": -0.025556082098336597, "their": 0.18476514958243773, "them": 0.21032123168077432}, "titles": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "to": {"their - them": -0.03706582023803928, "their": 0.3627517874969349, "them": 0.39981760773497416}, "today": {"their - them": -0.02649671421462435, "their": 0.19099944757318602, "them": 0.21749616178781037}, "toes": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "together": {"their - them": 0.024289678320370073, "their": 0.17837788056973597, "them": 0.1540882022493659}, "told": {"their - them": -0.07809389056303945, "their": 0.20319221153571732, "them": 0.28128610209875676}, "tom": {"their - them": -0.010998474065185976, "their": 0.18956393838985952, "them": 0.2005624124550455}, "too": {"their - them": -0.060752763440084234, "their": 0.16639863666600452, "them": 0.22715140010608875}, "took": {"their - them": -0.02603544682997791, "their": 0.2241018991273728, "them": 0.2501373459573507}, "tool": {"their - them": -0.054730542653819325, "their": 0.1969625834495916, "them": 0.25169312610341094}, "top": {"their - them": 0.035748768445199114, "their": 0.210092483380043, "them": 0.17434371493484388}, "tourists": {"their - them": 0.031960472687803915, "their": 0.2486959660241662, "them": 0.21673549333636227}, "toward": {"their - them": -0.054927146097021595, "their": 0.18956393838985952, "them": 0.24449108448688112}, "town": {"their - them": 0.01708202460065819, "their": 0.1825336156669529, "them": 0.1654515910662947}, "toys": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "traitors": {"their - them": -0.03996986705645514, "their": 0.1834540505760899, "them": 0.22342391763254504}, "treat": {"their - them": 0.05935811941318267, "their": 0.2430654760973424, "them": 0.18370735668415972}, "tried": {"their - them": -0.012292605183705063, "their": 0.14936217563919305, "them": 0.1616547808228981}, "true": {"their - them": 0.015473371305251143, "their": 0.1598996093393104, "them": 0.14442623803405927}, "truth": {"their - them": -0.003763367602412415, "their": 0.22816832634604095, "them": 0.23193169394845337}, "try": {"their - them": -0.044219166535524906, "their": 0.18975800711708385, "them": 0.23397717365260876}, "trying": {"their - them": 0.057936181502801304, "their": 0.23124235764500284, "them": 0.17330617614220153}, "turn": {"their - them": -0.039897563342025044, "their": 0.20484439443054156, "them": 0.2447419577725666}, "turns": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "tv": {"their - them": -0.10731182908971479, "their": 0.05986518400282284, "them": 0.16717701309253763}, "twice": {"their - them": -0.011952976989761194, "their": 0.2038440601018226, "them": 0.2157970370915838}, "two": {"their - them": 0.018201947123701545, "their": 0.1929924106909665, "them": 0.17479046356726496}, "uk": {"their - them": -0.01146271454717919, "their": 0.09769094774862283, "them": 0.10915366229580202}, "ukraine": {"their - them": -0.011294588998650129, "their": 0.13479069207305575, "them": 0.14608528107170587}, "uncovered": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "under": {"their - them": -0.04080243722095889, "their": 0.13298106643523652, "them": 0.1737835036561954}, "understand": {"their - them": 0.007630560446687917, "their": 0.20416092035624908, "them": 0.19653035990956116}, "unfortunately": {"their - them": 0.032877894755056064, "their": 0.1689262952152802, "them": 0.13604840046022412}, "united": {"their - them": 0.03233126524310018, "their": 0.2210076221713012, "them": 0.18867635692820103}, "unless": {"their - them": -0.039824671450895854, "their": 0.1912003513913979, "them": 0.23102502284229376}, "unnecesserily": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "until": {"their - them": -0.04460179610768855, "their": 0.1681200453128329, "them": 0.21272184142052145}, "unworthy": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "up": {"their - them": -0.00014299764452607722, "their": 0.27769787249623135, "them": 0.2778408701407574}, "updated": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "upon": {"their - them": -0.03996986705645514, "their": 0.1834540505760899, "them": 0.22342391763254504}, "us": {"their - them": -0.02210966094310432, "their": 0.22231619880895362, "them": 0.24442585975205794}, "use": {"their - them": -0.007246951255676426, "their": 0.22375174420742752, "them": 0.23099869546310395}, "used": {"their - them": -0.07766115746697605, "their": 0.16109501839891868, "them": 0.23875617586589473}, "users": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "uses": {"their - them": 0.032391186581299275, "their": 0.216098543265459, "them": 0.18370735668415972}, "using": {"their - them": 0.011991154950155125, "their": 0.23597176252179525, "them": 0.22398060757164012}, "usual": {"their - them": 0.05973579793602937, "their": 0.22753039244768372, "them": 0.16779459451165435}, "usually": {"their - them": 0.003127361344134133, "their": 0.21778161374896854, "them": 0.2146542524048344}, "uttering": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "v": {"their - them": -0.06185833853526421, "their": 0.13203859701663512, "them": 0.19389693555189932}, "values": {"their - them": 0.05136023102389664, "their": 0.25745032876811513, "them": 0.2060900977442185}, "various": {"their - them": -0.0834017964049753, "their": 0.15661113083025363, "them": 0.24001292723522893}, "ve": {"their - them": -0.06390015058496545, "their": 0.16664840789627358, "them": 0.23054855848123904}, "version": {"their - them": -0.01131526115692777, "their": 0.13052346882022245, "them": 0.14183872997715022}, "very": {"their - them": 0.022718837016906634, "their": 0.20528966070575164, "them": 0.182570823688845}, "via": {"their - them": 0.032391186581299275, "their": 0.216098543265459, "them": 0.18370735668415972}, "video": {"their - them": -0.013802084126248976, "their": 0.11317570720135284, "them": 0.1269777913276018}, "videos": {"their - them": 0.036026555326476, "their": 0.1863203187812589, "them": 0.1502937634547829}, "views": {"their - them": 0.02369281285515737, "their": 0.2495243280121998, "them": 0.22583151515704242}, "vile": {"their - them": 0.05946802626173639, "their": 0.2386786014786422, "them": 0.1792105752169058}, "violent": {"their - them": -0.01132488225946024, "their": 0.12851263455085937, "them": 0.1398375168103196}, "virtually": {"their - them": -0.010954101366884877, "their": 0.1969625834495916, "them": 0.2079166848164765}, "virus": {"their - them": 0.031960472687803915, "their": 0.2486959660241662, "them": 0.21673549333636227}, "voice": {"their - them": -0.011096222694783414, "their": 0.1726111339893763, "them": 0.18370735668415972}, "wait": {"their - them": -0.050822824701080155, "their": 0.19701503537303203, "them": 0.24783786007411218}, "wake": {"their - them": 0.02378299550056026, "their": 0.2406027109772387, "them": 0.21681971547667844}, "walk": {"their - them": -0.07791291354182944, "their": 0.15753321246111607, "them": 0.2354461260029455}, "walked": {"their - them": -0.011121372474701297, "their": 0.1680892027422045, "them": 0.1792105752169058}, "walking": {"their - them": 0.0326064013255786, "their": 0.19711866918282997, "them": 0.16451226785725137}, "wall": {"their - them": -0.05556226145610327, "their": 0.1639558267913485, "them": 0.21951808824745178}, "want": {"their - them": -0.10449543690146709, "their": 0.17686230851527354, "them": 0.28135774541674063}, "wanted": {"their - them": -0.01331178334055469, "their": 0.19054856167081388, "them": 0.20386034501136857}, "wants": {"their - them": 0.09768926813496027, "their": 0.21152425403134822, "them": 0.11383498589638795}, "war": {"their - them": -0.011493111738842224, "their": 0.09029098800729757, "them": 0.10178409974613979}, "warm": {"their - them": -0.011164606998300408, "their": 0.16014632196129694, "them": 0.17131092895959735}, "wars": {"their - them": -0.05448701888751431, "their": 0.20583598146560286, "them": 0.2603230003531172}, "was": {"their - them": -0.008026558159284797, "their": 0.20996444382151186, "them": 0.21799100198079666}, "watch": {"their - them": -0.030444180141258825, "their": 0.19969566341553002, "them": 0.23013984355678885}, "water": {"their - them": 0.039399970092031444, "their": 0.23515474921342253, "them": 0.19575477912139108}, "way": {"their - them": -0.00167243550826765, "their": 0.24001735152481177, "them": 0.24168978703307942}, "ways": {"their - them": 0.059999960441739, "their": 0.21578877809494387, "them": 0.15578881765320488}, "we": {"their - them": -0.0697133490752114, "their": 0.22144935222862192, "them": 0.2911627013038333}, "weak": {"their - them": 0.03208294230275863, "their": 0.23999962711923511, "them": 0.2079166848164765}, "weaknesses": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "wear": {"their - them": -0.03996986705645514, "their": 0.1834540505760899, "them": 0.22342391763254504}, "wearing": {"their - them": 0.007562622170899508, "their": 0.24140395384121852, "them": 0.233841331670319}, "weather": {"their - them": -0.055731400482920884, "their": 0.15661113083025363, "them": 0.21234253131317452}, "weeks": {"their - them": 0.033140769636024595, "their": 0.13298106643523652, "them": 0.09984029679921193}, "welcome": {"their - them": -0.08598410553392842, "their": 0.06420639789070036, "them": 0.15019050342462878}, "welfare": {"their - them": 0.08022522312101868, "their": 0.23341109197320117, "them": 0.1531858688521825}, "well": {"their - them": 0.007956006413085165, "their": 0.21825867562027143, "them": 0.21030266920718627}, "went": {"their - them": -0.013993497399929805, "their": 0.16056710972605434, "them": 0.17456060712598415}, "were": {"their - them": -0.04246509727703718, "their": 0.22908555996413443, "them": 0.2715506572411716}, "werent": {"their - them": -0.010556648418094117, "their": 0.25685134582835956, "them": 0.2674079942464537}, "west": {"their - them": 0.060461052858930275, "their": 0.1929713956427761, "them": 0.13251034278384582}, "western": {"their - them": -0.012285329829440278, "their": 0.15064309323384592, "them": 0.1629284230632862}, "what": {"their - them": 0.0014556227870731464, "their": 0.24865691715941735, "them": 0.2472012943723442}, "whatever": {"their - them": -0.05639854065527987, "their": 0.1247055134316744, "them": 0.18110405408695426}, "whats": {"their - them": 0.032490889869773915, "their": 0.2075907376183955, "them": 0.17509984774862158}, "when": {"their - them": -0.0417484706820494, "their": 0.25169103716482855, "them": 0.29343950784687794}, "whenever": {"their - them": -0.08351787489364826, "their": 0.1533114181036208, "them": 0.23682929299726907}, "where": {"their - them": -0.0012458377014762934, "their": 0.20254406712330097, "them": 0.20378990482477727}, "wherever": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "whether": {"their - them": -0.10435227888686055, "their": 0.14454277316193206, "them": 0.24889505204879261}, "which": {"their - them": 0.00020766889427820123, "their": 0.2543593061502881, "them": 0.2541516372560099}, "while": {"their - them": 0.09952324923885084, "their": 0.20902226164275356, "them": 0.10949901240390272}, "white": {"their - them": 2.4905896849058973e-05, "their": 0.27462887535617586, "them": 0.2746039694593268}, "whites": {"their - them": 0.01954875437758491, "their": 0.282096846068477, "them": 0.2625480916908921}, "whitey": {"their - them": 0.05946802626173639, "their": 0.2386786014786422, "them": 0.1792105752169058}, "who": {"their - them": 0.03858895878031082, "their": 0.29954992513629214, "them": 0.2609609663559813}, "whole": {"their - them": -0.06187897803376599, "their": 0.13111111390202648, "them": 0.19299009193579247}, "whom": {"their - them": 0.03218091702370285, "their": 0.23274332947874835, "them": 0.2005624124550455}, "why": {"their - them": -0.04436693469264236, "their": 0.2244101690248097, "them": 0.26877710371745206}, "wife": {"their - them": 0.06052130664485278, "their": 0.18971164989408948, "them": 0.1291903432492367}, "wiggers": {"their - them": -0.0834017964049753, "their": 0.15661113083025363, "them": 0.24001292723522893}, "will": {"their - them": -0.057060084582450155, "their": 0.2578299700007764, "them": 0.31489005458322655}, "willing": {"their - them": -0.012482534787545213, "their": 0.22753039244768372, "them": 0.24001292723522893}, "wing": {"their - them": -0.010998474065185976, "their": 0.18956393838985952, "them": 0.2005624124550455}, "wipe": {"their - them": -0.010998474065185976, "their": 0.18956393838985952, "them": 0.2005624124550455}, "wish": {"their - them": -0.07809510999269806, "their": 0.15195416543152998, "them": 0.23004927542422804}, "wishing": {"their - them": -0.010728561321192709, "their": 0.23219013016198223, "them": 0.24291869148317494}, "with": {"their - them": -0.007660826101986651, "their": 0.314890077485589, "them": 0.32255090358757565}, "within": {"their - them": -0.012736600702122958, "their": 0.1929713956427761, "them": 0.20570799634489906}, "without": {"their - them": -0.0050641803214088454, "their": 0.24277367975270334, "them": 0.24783786007411218}, "wn": {"their - them": 0.035871000381565266, "their": 0.2001030136105026, "them": 0.16423201322893732}, "wo": {"their - them": 0.035822309911241135, "their": 0.20416092035624908, "them": 0.16833861044500795}, "woman": {"their - them": 0.052891917152511944, "their": 0.17771492092898142, "them": 0.12482300377646947}, "women": {"their - them": -0.014967032540127434, "their": 0.21599097574273618, "them": 0.2309580082828636}, "wonder": {"their - them": -0.03737957115234547, "their": 0.19035412210361585, "them": 0.22773369325596132}, "wondering": {"their - them": 0.032827283250339734, "their": 0.17466601322748995, "them": 0.14183872997715022}, "wont": {"their - them": -0.03964690045106525, "their": 0.20036602678416368, "them": 0.24001292723522893}, "word": {"their - them": -0.0570388038821687, "their": 0.08738743415189057, "them": 0.14442623803405927}, "work": {"their - them": -0.05155312828780148, "their": 0.16631909392469604, "them": 0.21787222221249752}, "working": {"their - them": -0.013303758006933453, "their": 0.1916570621746469, "them": 0.20496082018158035}, "works": {"their - them": 0.06564619655811213, "their": 0.24160155093376706, "them": 0.17595535437565493}, "world": {"their - them": 0.0034946827216090215, "their": 0.19758845523050889, "them": 0.19409377250889986}, "worry": {"their - them": -0.011067976972697735, "their": 0.1776083799555033, "them": 0.18867635692820103}, "worse": {"their - them": 0.007624022338811598, "their": 0.20854711663141678, "them": 0.2009230942926052}, "worshipping": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "worthy": {"their - them": -0.01089951187075941, "their": 0.20583598146560286, "them": 0.21673549333636227}, "would": {"their - them": -0.04604074837542324, "their": 0.23289083072365382, "them": 0.27893157909907706}, "wp": {"their - them": 0.06015473694100834, "their": 0.20850026796528812, "them": 0.14834553102427978}, "wpww": {"their - them": -0.011096222694783414, "their": 0.1726111339893763, "them": 0.18370735668415972}, "write": {"their - them": -0.012018443621547081, "their": 0.1940716541226714, "them": 0.2060900977442185}, "wrong": {"their - them": -0.05693000868319763, "their": 0.09440266545774918, "them": 0.1513326741409468}, "www": {"their - them": 0.06757322715483631, "their": 0.157969643076108, "them": 0.09039641592127169}, "ye": {"their - them": -0.010998474065185976, "their": 0.18956393838985952, "them": 0.2005624124550455}, "yeah": {"their - them": -0.013723767385139363, "their": 0.1979369391026007, "them": 0.21166070648774007}, "year": {"their - them": -0.04131313294200488, "their": 0.12316548124446368, "them": 0.16447861418646856}, "years": {"their - them": -0.006492652626090972, "their": 0.1796296492206562, "them": 0.18612230184674716}, "yelling": {"their - them": -0.010828766621491376, "their": 0.21699047064977156, "them": 0.22781923727126294}, "yes": {"their - them": 0.0708665609007241, "their": 0.20653778013430743, "them": 0.13567121923358333}, "yet": {"their - them": 0.03809933452110595, "their": 0.20240103358271616, "them": 0.1643016990616102}, "you": {"their - them": -0.04675565514454305, "their": 0.23617849427297788, "them": 0.28293414941752093}, "young": {"their - them": -0.0020842408534027246, "their": 0.2218906774565429, "them": 0.22397491830994562}, "your": {"their - them": 0.01129710336095921, "their": 0.23134184227093804, "them": 0.22004473890997883}, "yourself": {"their - them": -0.057066729845235004, "their": 0.08552875567799245, "them": 0.14259548552322746}, "youth": {"their - them": -0.07836652270071673, "their": 0.14336271322211, "them": 0.22172923592282673}, "youtube": {"their - them": 0.007610974137587295, "their": 0.048981641885201405, "them": 0.04137066774761411}, "yt": {"their - them": -0.011067976972697735, "their": 0.1776083799555033, "them": 0.18867635692820103}, "yup": {"their - them": 0.03208294230275863, "their": 0.23999962711923511, "them": 0.2079166848164765}, "zionist": {"their - them": -0.01127168519068869, "their": 0.13943718944365285, "them": 0.15070887463434154}, "zoo": {"their - them": 0.032490889869773915, "their": 0.2075907376183955, "them": 0.17509984774862158}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-their-they.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-their-they.json new file mode 100644 index 0000000000000000000000000000000000000000..464bd1f3841cff27062ce0a8479b1c922ab89127 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-their-they.json @@ -0,0 +1 @@ +{"00": {"their - they": 0.042364100525445085, "their": 0.10239212479123935, "they": 0.06002802426579427}, "000": {"their - they": 0.0009594583255648492, "their": 0.13298106643523652, "they": 0.13202160810967167}, "1": {"their - they": -0.01984748264499231, "their": 0.11021552487001496, "they": 0.13006300751500727}, "10": {"their - they": 0.013651636365706571, "their": 0.1545863325133435, "they": 0.14093469614763693}, "100": {"their - they": 0.03411042242521212, "their": 0.1863203187812589, "they": 0.1522098963560468}, "11": {"their - they": 0.08679693404119264, "their": 0.14936217563919305, "they": 0.0625652415980004}, "116782": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "11alive": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "12": {"their - they": 0.04224359140736712, "their": 0.11169974588679432, "they": 0.0694561544794272}, "13": {"their - they": 0.11312173106904339, "their": 0.2132407391081721, "they": 0.10011900803912871}, "15": {"their - they": -0.04356163848688349, "their": 0.11169974588679432, "they": 0.1552613843736778}, "16": {"their - they": 0.04188239148250625, "their": 0.13706208697383412, "they": 0.09517969549132788}, "17": {"their - they": 0.0007663590980115931, "their": 0.1533114181036208, "they": 0.15254505900560922}, "1million": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "2": {"their - they": 0.017887210243034857, "their": 0.14470964841013456, "they": 0.1268224381670997}, "200lb": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "2015": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "25": {"their - they": 0.04732644277309167, "their": 0.1866384328318623, "they": 0.13931199005877062}, "3": {"their - they": 0.01079172952954141, "their": 0.1453777954251519, "they": 0.13458606589561048}, "300": {"their - they": 0.04167611010327106, "their": 0.1502161660332812, "they": 0.10854005593001013}, "30s": {"their - they": 0.0005451677090125284, "their": 0.1969625834495916, "they": 0.19641741574057908}, "311": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "32": {"their - they": 0.04151179853626276, "their": 0.16014632196129694, "they": 0.11863452342503418}, "4": {"their - they": 0.029052871951080764, "their": 0.14378031350027062, "they": 0.11472744154918986}, "4971848": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "5": {"their - they": -0.08299258364313943, "their": 0.0635673180707637, "they": 0.14655990171390312}, "50": {"their - they": -0.01428848321623813, "their": 0.15195416543152998, "they": 0.1662426486477681}, "6": {"their - they": 0.02006765606065418, "their": 0.1266817834677197, "they": 0.10661412740706551}, "7": {"their - they": 0.019886439181612744, "their": 0.14336271322211, "they": 0.12347627404049726}, "70": {"their - they": 0.04162568683840846, "their": 0.1533114181036208, "they": 0.11168573126521235}, "8": {"their - they": -0.014294387894308258, "their": 0.16055101718982012, "they": 0.17484540508412838}, "828": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "9": {"their - they": 0.08696722208742623, "their": 0.14223565638263583, "they": 0.0552684342952096}, "_": {"their - they": 0.0013495000858207984, "their": 0.05305950983124887, "they": 0.051710009745428075}, "a": {"their - they": -0.014754102708397387, "their": 0.2905764311074847, "they": 0.3053305338158821}, "abiding": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "ability": {"their - they": 0.08416097681494975, "their": 0.23274332947874835, "they": 0.1485823526637986}, "able": {"their - they": -0.0065462268862183925, "their": 0.19887390162208549, "they": 0.20542012850830388}, "about": {"their - they": 0.024704713712952464, "their": 0.2835564956964731, "they": 0.25885178198352066}, "above": {"their - they": 0.019709251115481635, "their": 0.15902124117425226, "they": 0.13931199005877062}, "absolutely": {"their - they": -0.05831164796677524, "their": 0.13943718944365285, "they": 0.1977488374104281}, "abuse": {"their - they": 0.09220535768417804, "their": 0.23593494591190775, "they": 0.14372958822772972}, "accept": {"their - they": -0.05814290299636854, "their": 0.1502161660332812, "they": 0.20835906902964973}, "acceptable": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "access": {"their - they": 0.0006892553363116727, "their": 0.1680892027422045, "they": 0.16739994740589284}, "accomplish": {"their - they": 0.0005812624865179083, "their": 0.18956393838985952, "they": 0.1889826759033416}, "according": {"their - they": 0.013239007763921479, "their": 0.19467914459424132, "they": 0.18144013683031984}, "accounts": {"their - they": 0.11051558413853957, "their": 0.26664017431204373, "they": 0.15612459017350416}, "accusations": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "achievement": {"their - they": 0.04336261410842385, "their": 0.2486959660241662, "they": 0.20533335191574234}, "across": {"their - they": 0.06824212142855787, "their": 0.18946148112283415, "they": 0.12121935969427627}, "act": {"their - they": -0.07737216920562615, "their": 0.16541800045957003, "they": 0.24279016966519618}, "acting": {"their - they": -0.047049401626391735, "their": 0.18590712780318228, "they": 0.232956529429574}, "action": {"their - they": 0.037315296185302355, "their": 0.22796798261065804, "they": 0.19065268642535568}, "actions": {"their - they": 0.08478248464370722, "their": 0.216098543265459, "they": 0.13131605862175177}, "active": {"their - they": 0.0006824265180152556, "their": 0.18111312437635838, "they": 0.18043069785834312}, "acts": {"their - they": -0.024482133096089043, "their": 0.1726111339893763, "they": 0.19709326708546535}, "actual": {"their - they": 0.0007663590980115931, "their": 0.1533114181036208, "they": 0.15254505900560922}, "actually": {"their - they": 0.017247753240619085, "their": 0.20757364664520678, "they": 0.1903258934045877}, "add": {"their - they": 0.0007397224083370013, "their": 0.17077110691083375, "they": 0.17003138450249675}, "adding": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "admin": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "admire": {"their - they": 0.08352032531352765, "their": 0.2486959660241662, "they": 0.16517564071063853}, "adopt": {"their - they": 0.08416097681494975, "their": 0.23274332947874835, "they": 0.1485823526637986}, "advanced": {"their - they": 0.0006127588029020137, "their": 0.18320127590045202, "they": 0.18258851709755}, "affirmative": {"their - they": 0.07073953895281818, "their": 0.2533280560503682, "they": 0.18258851709755}, "afraid": {"their - they": -0.024518913580497265, "their": 0.1639558267913485, "they": 0.18847474037184578}, "africa": {"their - they": -0.013406536766248311, "their": 0.21116296715807292, "they": 0.22456950392432123}, "african": {"their - they": -0.02462982409589927, "their": 0.1228988836682373, "they": 0.14752870776413657}, "africans": {"their - they": -0.010230261631195087, "their": 0.21578877809494387, "they": 0.22601903972613896}, "after": {"their - they": -0.014841826321039031, "their": 0.2092521934218847, "they": 0.22409401974292373}, "afternoon": {"their - they": 0.08478248464370722, "their": 0.216098543265459, "they": 0.13131605862175177}, "again": {"their - they": 0.0058905769112671535, "their": 0.20529309960887732, "they": 0.19940252269761016}, "against": {"their - they": 0.01030193151164599, "their": 0.21056199387049862, "they": 0.20026006235885263}, "age": {"their - they": 0.022191537867176286, "their": 0.2241018991273728, "they": 0.2019103612601965}, "agency": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "agenda": {"their - they": 0.06640400261896534, "their": 0.2475616024232628, "they": 0.18115759980429746}, "agendas": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "agents": {"their - they": 0.04391071806536473, "their": 0.22649923516291473, "they": 0.18258851709755}, "ages": {"their - they": 0.041571141915800316, "their": 0.15661113083025363, "they": 0.11503998891445331}, "ago": {"their - they": 0.0009040152676170476, "their": 0.16578161857165255, "they": 0.1648776033040355}, "agreed": {"their - they": 0.0007304150330822157, "their": 0.16014632196129694, "they": 0.15941590692821472}, "ahead": {"their - they": 0.08494034002243495, "their": 0.21165449729148886, "they": 0.1267141572690539}, "aid": {"their - they": -0.024518913580497265, "their": 0.1639558267913485, "they": 0.18847474037184578}, "aids": {"their - they": 0.0006696268363036162, "their": 0.1834540505760899, "they": 0.1827844237397863}, "alcoholics": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "alive": {"their - they": 0.0006407926388384, "their": 0.1776083799555033, "they": 0.1769675873166649}, "all": {"their - they": -0.009736972436941604, "their": 0.28613535405503304, "they": 0.29587232649197465}, "allegiance": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "allow": {"their - they": 0.028069570106944997, "their": 0.20850026796528812, "they": 0.18043069785834312}, "allowed": {"their - they": -0.010223495170950725, "their": 0.20416250876659794, "they": 0.21438600393754867}, "allowing": {"their - they": 0.0006127588029020137, "their": 0.18320127590045202, "they": 0.18258851709755}, "allows": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "almost": {"their - they": -0.010163403496828871, "their": 0.16373242402936067, "they": 0.17389582752618954}, "alone": {"their - they": -0.02854422605100465, "their": 0.16083425200499446, "they": 0.1893784780559991}, "along": {"their - they": -0.05628851738261881, "their": 0.1411304997227591, "they": 0.1974190171053779}, "alongside": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "alot": {"their - they": -0.02463221228445761, "their": 0.12115089431896703, "they": 0.14578310660342464}, "already": {"their - they": -0.028520983926094007, "their": 0.16574898285059858, "they": 0.1942699667766926}, "also": {"their - they": 0.03422821176912538, "their": 0.21804757877277753, "they": 0.18381936700365215}, "always": {"their - they": 0.02324072186747078, "their": 0.21933030944840345, "they": 0.19608958758093267}, "am": {"their - they": 0.030398316478561088, "their": 0.1839906088599412, "they": 0.1535922923813801}, "ambulance": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "america": {"their - they": 0.02143758303540405, "their": 0.18238476163751519, "they": 0.16094717860211114}, "american": {"their - they": 0.034560840742190485, "their": 0.15978293180906378, "they": 0.1252220910668733}, "americans": {"their - they": 0.02823796594761191, "their": 0.19826935045010866, "they": 0.17003138450249675}, "among": {"their - they": 0.0007601095888698228, "their": 0.16714334975252568, "they": 0.16638324016365585}, "amongst": {"their - they": -0.04327243959246718, "their": 0.14730019455018023, "they": 0.1905726341426474}, "ample": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "an": {"their - they": 0.008263488746462433, "their": 0.20306674702094396, "they": 0.19480325827448153}, "ancestors": {"their - they": 0.03663824524686263, "their": 0.25745032876811513, "they": 0.2208120835212525}, "ancient": {"their - they": 0.07142092078245593, "their": 0.23466615521989162, "they": 0.1632452344374357}, "and": {"their - they": 0.015709686154675884, "their": 0.37948387446635495, "they": 0.36377418831167907}, "angry": {"their - they": 0.01935725370118621, "their": 0.1884844786466818, "they": 0.1691272249454956}, "animal": {"their - they": 0.0006824265180152556, "their": 0.18111312437635838, "they": 0.18043069785834312}, "animalistic": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "animals": {"their - they": 0.06494803918353839, "their": 0.22959618130244308, "they": 0.1646481421189047}, "anime": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "another": {"their - they": -0.019472987534881442, "their": 0.15957546197165037, "they": 0.17904844950653181}, "anti": {"their - they": 0.0007358388418434447, "their": 0.1946210056100361, "they": 0.19388516676819265}, "ants": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "any": {"their - they": -0.011999376537617124, "their": 0.19025180869475408, "they": 0.2022511852323712}, "anybody": {"their - they": 0.04172295604822947, "their": 0.14730019455018023, "they": 0.10557723850195076}, "anymore": {"their - they": -0.03780863890898148, "their": 0.16055101718982012, "they": 0.1983596560988016}, "anyone": {"their - they": 0.04346021228681693, "their": 0.22032091722187655, "they": 0.17686070493505962}, "anything": {"their - they": -0.0270640963050279, "their": 0.17026617449885337, "they": 0.19733027080388127}, "anyway": {"their - they": -0.05867653474096246, "their": 0.11169974588679432, "they": 0.17037628062775678}, "anywhere": {"their - they": -0.043347234296133436, "their": 0.13943718944365285, "they": 0.1827844237397863}, "ape": {"their - they": -0.043368610884508996, "their": 0.13706208697383412, "they": 0.18043069785834312}, "apes": {"their - they": 0.04194921858798849, "their": 0.13261381869642166, "they": 0.09066460010843318}, "apologize": {"their - they": 0.0005451677090125284, "their": 0.1969625834495916, "they": 0.19641741574057908}, "apparently": {"their - they": 0.028069570106944997, "their": 0.20850026796528812, "they": 0.18043069785834312}, "appearance": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "applaud": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "approached": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "approval": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "arabs": {"their - they": -0.058035682297385704, "their": 0.15661113083025363, "they": 0.21464681312763934}, "are": {"their - they": -0.03533519004283592, "their": 0.34445479302601567, "they": 0.3797899830688516}, "area": {"their - they": 0.04398003991381136, "their": 0.1805859560161864, "they": 0.13660591610237505}, "areas": {"their - they": 0.019208426979866217, "their": 0.20036602678416368, "they": 0.18115759980429746}, "argue": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "argument": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "arkansas": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "armenians": {"their - they": 0.041446800922701366, "their": 0.1639558267913485, "they": 0.12250902586864715}, "arms": {"their - they": 0.03304488481156878, "their": 0.24140395384121852, "they": 0.20835906902964973}, "arnt": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "around": {"their - they": 0.0005428816047790552, "their": 0.24164879305496542, "they": 0.24110591145018637}, "arrest": {"their - they": 0.0006661162898732587, "their": 0.1726111339893763, "they": 0.17194501769950304}, "arrested": {"their - they": -0.02461307418087022, "their": 0.13261381869642166, "they": 0.15722689287729189}, "arrived": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "arse": {"their - they": 0.08305621094451648, "their": 0.25961808519614854, "they": 0.17656187425163206}, "art": {"their - they": 0.01947474128240423, "their": 0.1788739464104434, "they": 0.15939920512803918}, "article": {"their - they": 0.050261932551953964, "their": 0.21519233225173096, "they": 0.164930399699777}, "aryan": {"their - they": 0.0009608529832265955, "their": 0.11781557394491937, "they": 0.11685472096169278}, "as": {"their - they": -0.023627988692218382, "their": 0.25623220524786616, "they": 0.27986019394008455}, "ashamed": {"their - they": 0.04507614944286381, "their": 0.27520985654102936, "they": 0.23013370709816555}, "asian": {"their - they": -0.03643993532976861, "their": 0.1589797797526163, "they": 0.1954197150823849}, "asians": {"their - they": -0.010156912404509194, "their": 0.16083425200499446, "they": 0.17099116440950365}, "asked": {"their - they": -0.014295768358014382, "their": 0.18111312437635838, "they": 0.19540889273437276}, "asking": {"their - they": 0.0005607810902871768, "their": 0.2038440601018226, "they": 0.20328327901153542}, "ass": {"their - they": 0.019447598703747376, "their": 0.18111312437635838, "they": 0.161665525672611}, "assaulting": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "asses": {"their - they": 0.14629435625182646, "their": 0.29487670891562506, "they": 0.1485823526637986}, "assorted": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "asylum": {"their - they": -0.024430795622456813, "their": 0.18320127590045202, "they": 0.20763207152290883}, "at": {"their - they": 0.02229883053397566, "their": 0.2665482288444553, "they": 0.24424939831047962}, "attack": {"their - they": 0.0008808223794682934, "their": 0.1545863325133435, "they": 0.1537055101338752}, "attacks": {"their - they": -0.024584451783563527, "their": 0.14454277316193206, "they": 0.1691272249454956}, "attending": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "attention": {"their - they": 0.0007290408613367938, "their": 0.17268255899477325, "they": 0.17195351813343646}, "attire": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "attitude": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "attitudes": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "attracted": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "authorities": {"their - they": 0.07142092078245593, "their": 0.23466615521989162, "they": 0.1632452344374357}, "average": {"their - they": 0.046722626618507374, "their": 0.2132407391081721, "they": 0.16651811248966472}, "avoid": {"their - they": 0.0007663590980115931, "their": 0.1533114181036208, "they": 0.15254505900560922}, "aware": {"their - they": -0.058035682297385704, "their": 0.15661113083025363, "they": 0.21464681312763934}, "away": {"their - they": 0.03018175506564086, "their": 0.21178242377734888, "they": 0.18160066871170802}, "b": {"their - they": 0.010294814895582427, "their": 0.19755567408628094, "they": 0.18726085919069851}, "baboon": {"their - they": 0.08239112973230323, "their": 0.27448357179141936, "they": 0.19209244205911613}, "back": {"their - they": 0.0006942948190817866, "their": 0.2185679993886813, "they": 0.2178737045695995}, "background": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "backward": {"their - they": 0.0003811201161674771, "their": 0.23219013016198223, "they": 0.23180901004581475}, "bad": {"their - they": 0.033181070472049684, "their": 0.21214099151528948, "they": 0.1789599210432398}, "badges": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "ban": {"their - they": -0.05764650504836913, "their": 0.1776083799555033, "they": 0.23525488500387243}, "band": {"their - they": -0.024645780449320684, "their": 0.09769094774862283, "they": 0.12233672819794351}, "bands": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "banning": {"their - they": 0.0005026295498605227, "their": 0.20583598146560286, "they": 0.20533335191574234}, "bar": {"their - they": 0.0009116364853284653, "their": 0.12657513996179756, "they": 0.1256635034764691}, "barretts": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "base": {"their - they": 0.04457361017722075, "their": 0.19711866918282997, "they": 0.15254505900560922}, "baseball": {"their - they": 0.0005812624865179083, "their": 0.18956393838985952, "they": 0.1889826759033416}, "based": {"their - they": 0.04698247442773512, "their": 0.2021231189531067, "they": 0.15514064452537157}, "basketball": {"their - they": -0.024396601537398005, "their": 0.18956393838985952, "they": 0.21396053992725753}, "bat": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "bbc": {"their - they": -0.024584451783563527, "their": 0.14454277316193206, "they": 0.1691272249454956}, "be": {"their - they": -0.04516790816961719, "their": 0.2657670013644592, "they": 0.3109349095340764}, "beat": {"their - they": 0.013274506371385164, "their": 0.19131670012964289, "they": 0.17804219375825772}, "beaten": {"their - they": -0.058233596040722396, "their": 0.14454277316193206, "they": 0.20277636920265446}, "beautiful": {"their - they": 0.001170534505869153, "their": 0.08197852198892103, "they": 0.08080798748305187}, "beauty": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "became": {"their - they": 0.0007304150330822157, "their": 0.16014632196129694, "they": 0.15941590692821472}, "because": {"their - they": -0.006494059388467255, "their": 0.29457904762382414, "they": 0.3010731070122914}, "become": {"their - they": -0.0065163986784379235, "their": 0.18931900067971202, "they": 0.19583539935814995}, "becomes": {"their - they": 0.0005812624865179083, "their": 0.18956393838985952, "they": 0.1889826759033416}, "becoming": {"their - they": 0.08508171174974835, "their": 0.2075907376183955, "they": 0.12250902586864715}, "bedroom": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "been": {"their - they": 0.005787139344724163, "their": 0.2181370287790265, "they": 0.21234988943430233}, "beer": {"their - they": 0.019389015313517555, "their": 0.18590712780318228, "they": 0.16651811248966472}, "before": {"their - they": -0.045881231284867596, "their": 0.15042378550600055, "they": 0.19630501679086815}, "behavior": {"their - they": 0.06628250560884416, "their": 0.2509624525317973, "they": 0.18467994692295311}, "behaviour": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "behind": {"their - they": -0.013211049685911996, "their": 0.2059037530741428, "they": 0.2191148027600548}, "being": {"their - they": 0.01786847327902996, "their": 0.2219939630896033, "they": 0.20412548981057335}, "belief": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "beliefs": {"their - they": 0.08520953667678842, "their": 0.2038440601018226, "they": 0.11863452342503418}, "believe": {"their - they": 0.0006437794781651018, "their": 0.20915796053748809, "they": 0.20851418105932298}, "believed": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "bell": {"their - they": 0.041446800922701366, "their": 0.1639558267913485, "they": 0.12250902586864715}, "bellied": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "beloved": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "besides": {"their - they": 0.04129507536762453, "their": 0.1726111339893763, "they": 0.13131605862175177}, "best": {"their - they": 0.03464490200083123, "their": 0.20774456872646227, "they": 0.17309966672563104}, "bet": {"their - they": 0.0006033291072606584, "their": 0.2021231189531067, "they": 0.20151978984584604}, "better": {"their - they": -0.04835925433741303, "their": 0.18845840103496575, "they": 0.23681765537237878}, "between": {"their - they": -0.12883403652025865, "their": 0.09334704086138741, "they": 0.22218107738164605}, "bible": {"their - they": 0.04490480329714777, "their": 0.18111312437635838, "they": 0.1362083210792106}, "big": {"their - they": 0.017529118976486485, "their": 0.17513330031123345, "they": 0.15760418133474696}, "bigger": {"their - they": 0.019208426979866217, "their": 0.20036602678416368, "they": 0.18115759980429746}, "biggest": {"their - they": 0.04425454988559602, "their": 0.21165449729148886, "they": 0.16739994740589284}, "billion": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "birth": {"their - they": 0.04434550318095981, "their": 0.2075907376183955, "they": 0.1632452344374357}, "bit": {"their - they": 0.02839968495112849, "their": 0.1881531608525191, "they": 0.1597534759013906}, "bitch": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "black": {"their - they": 0.0005498758635286427, "their": 0.24858449363755045, "they": 0.2480346177740218}, "blacks": {"their - they": 0.028208929628242313, "their": 0.27733361181055, "they": 0.24912468218230768}, "blades": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "blame": {"their - they": -0.0142764029011897, "their": 0.2038440601018226, "they": 0.2181204630030123}, "blank": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "blast": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "bleach": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "blinded": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "block": {"their - they": 0.0462860227471486, "their": 0.23096596967010172, "they": 0.18467994692295311}, "blonde": {"their - they": 0.04151179853626276, "their": 0.16014632196129694, "they": 0.11863452342503418}, "blood": {"their - they": 0.034162980602858634, "their": 0.1833435734371172, "they": 0.14918059283425858}, "bloody": {"their - they": 0.019063364403528987, "their": 0.21165449729148886, "they": 0.19259113288795987}, "blue": {"their - they": 0.0008253115937057742, "their": 0.16373242402936067, "they": 0.1629071124356549}, "bnp": {"their - they": 0.0007663590980115931, "their": 0.1533114181036208, "they": 0.15254505900560922}, "bo": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "board": {"their - they": -0.014287306465931071, "their": 0.15064309323384592, "they": 0.164930399699777}, "bodies": {"their - they": 0.1482915119804188, "their": 0.26692603540545295, "they": 0.11863452342503418}, "body": {"their - they": -0.09156260259534789, "their": 0.1228988836682373, "they": 0.2144614862635852}, "boers": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "boggling": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "book": {"their - they": -0.05882273071284094, "their": 0.09769094774862283, "they": 0.15651367846146377}, "books": {"their - they": 0.013257057555406848, "their": 0.1929713956427761, "they": 0.17971433808736925}, "boots": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "border": {"their - they": 0.11301267382699255, "their": 0.21578877809494387, "they": 0.10277610426795132}, "born": {"their - they": -0.024608513054983433, "their": 0.13479069207305575, "they": 0.15939920512803918}, "bosses": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "both": {"their - they": 0.026989656619733904, "their": 0.19521438366655203, "they": 0.16822472704681812}, "bottom": {"their - they": 0.0413750454731506, "their": 0.1680892027422045, "they": 0.1267141572690539}, "bought": {"their - they": 0.04176666889398074, "their": 0.14454277316193206, "they": 0.10277610426795132}, "bowl": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "bowmen": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "bows": {"their - they": 0.0005026295498605227, "their": 0.20583598146560286, "they": 0.20533335191574234}, "boy": {"their - they": 0.047834949569649995, "their": 0.1617842297322672, "they": 0.1139492801626172}, "boys": {"their - they": 0.06458176459628184, "their": 0.2406027109772387, "they": 0.17602094638095686}, "braces": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "brains": {"their - they": 0.0005812624865179083, "their": 0.18956393838985952, "they": 0.1889826759033416}, "brainwash": {"their - they": 0.043077932880057346, "their": 0.25961808519614854, "they": 0.2165401523160912}, "brainwashed": {"their - they": 0.047575242729172934, "their": 0.2546246842319796, "they": 0.20704944150280666}, "brainwashing": {"their - they": -0.024458776469013482, "their": 0.1776083799555033, "they": 0.20206715642451678}, "brave": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "bread": {"their - they": -0.024482133096089043, "their": 0.1726111339893763, "they": 0.19709326708546535}, "break": {"their - they": 0.04485767950275721, "their": 0.1834540505760899, "they": 0.1385963710733327}, "breed": {"their - they": 0.08578811976405357, "their": 0.18590712780318228, "they": 0.10011900803912871}, "breeding": {"their - they": 0.0005607810902871768, "their": 0.2038440601018226, "they": 0.20328327901153542}, "brewing": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "bright": {"their - they": 0.044428153173607876, "their": 0.2038440601018226, "they": 0.15941590692821472}, "bring": {"their - they": 0.04014932919414807, "their": 0.23850898529294967, "they": 0.1983596560988016}, "britain": {"their - they": 0.019654435240588713, "their": 0.163746412247496, "they": 0.1440919770069073}, "british": {"their - they": 0.028590246493585963, "their": 0.17583067971061117, "they": 0.1472404332170252}, "broadcast": {"their - they": 0.08617944467073485, "their": 0.17268255899477325, "they": 0.0865031143240384}, "broke": {"their - they": 0.041446800922701366, "their": 0.1639558267913485, "they": 0.12250902586864715}, "broken": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "brother": {"their - they": -0.024644285490210457, "their": 0.10751981054021524, "they": 0.1321640960304257}, "brothers": {"their - they": 0.02134186771603211, "their": 0.18946148112283415, "they": 0.16811961340680204}, "brought": {"their - they": 0.019571788240891702, "their": 0.17077110691083375, "they": 0.15119931866994205}, "brown": {"their - they": -0.03658004290289049, "their": 0.13773502839894916, "they": 0.17431507130183965}, "brownshirt": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "brushes": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "bs": {"their - they": 0.0007489455083294072, "their": 0.15661113083025363, "they": 0.15586218532192422}, "btw": {"their - they": 0.08586296477059342, "their": 0.1834540505760899, "they": 0.09759108580549648}, "bubble": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "build": {"their - they": 0.0006824265180152556, "their": 0.18111312437635838, "they": 0.18043069785834312}, "built": {"their - they": 0.06748876507342197, "their": 0.21501747283755854, "they": 0.14752870776413657}, "bunch": {"their - they": -0.02503985109104459, "their": 0.2248545307645402, "they": 0.2498943818555848}, "burger": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "burn": {"their - they": 0.1323279291067631, "their": 0.2509624525317973, "they": 0.11863452342503418}, "burning": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "burst": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "bury": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "bus": {"their - they": -0.09151503596809683, "their": 0.1247055134316744, "they": 0.21622054939977123}, "business": {"their - they": 0.048223913765720716, "their": 0.231008337505507, "they": 0.1827844237397863}, "busy": {"their - they": 0.0006407926388384, "their": 0.1776083799555033, "they": 0.1769675873166649}, "but": {"their - they": -0.005507552627018131, "their": 0.26518509527105233, "they": 0.27069264789807046}, "butter": {"their - they": 0.07112045839783934, "their": 0.2430654760973424, "they": 0.17194501769950304}, "buying": {"their - they": 0.04162568683840846, "their": 0.1533114181036208, "they": 0.11168573126521235}, "by": {"their - they": 0.040492791518872334, "their": 0.26837587863674256, "they": 0.22788308711787023}, "bye": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "ca": {"their - they": -0.025321463842158942, "their": 0.17265665758947385, "they": 0.1979781214316328}, "california": {"their - they": 0.04206437275984089, "their": 0.1247055134316744, "they": 0.08264114067183351}, "call": {"their - they": 0.026945774693097058, "their": 0.1979369391026007, "they": 0.17099116440950365}, "called": {"their - they": 0.022534612160883483, "their": 0.20162039827623632, "they": 0.17908578611535284}, "calling": {"their - they": 0.027743377842247702, "their": 0.22753039244768372, "they": 0.19978701460543602}, "came": {"their - they": -0.03597396379843723, "their": 0.1790481971478707, "they": 0.21502216094630794}, "camera": {"their - they": 0.0413750454731506, "their": 0.1680892027422045, "they": 0.1267141572690539}, "cameras": {"their - they": 0.0005451677090125284, "their": 0.1969625834495916, "they": 0.19641741574057908}, "camp": {"their - they": 0.019500627773681445, "their": 0.17672752065097333, "they": 0.15722689287729189}, "can": {"their - they": -0.00835292922145714, "their": 0.26204345042483773, "they": 0.27039637964629487}, "canada": {"their - they": -0.0478020511287144, "their": 0.12256144742717708, "they": 0.17036349855589147}, "cancer": {"their - they": 0.0004503183336803662, "their": 0.21699047064977156, "they": 0.2165401523160912}, "candy": {"their - they": 0.04180761579702588, "their": 0.1419266238361546, "they": 0.10011900803912871}, "cannot": {"their - they": 0.04034793217359586, "their": 0.2301809280016712, "they": 0.18983299582807533}, "cant": {"their - they": -0.04358066062671803, "their": 0.16678455101394493, "they": 0.21036521164066296}, "captured": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "car": {"their - they": 0.047224723122735596, "their": 0.19131670012964289, "they": 0.1440919770069073}, "card": {"their - they": 0.041446800922701366, "their": 0.1639558267913485, "they": 0.12250902586864715}, "cards": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "care": {"their - they": 0.01692223735680526, "their": 0.2315547327800458, "they": 0.21463249542324053}, "careers": {"their - they": 0.043077932880057346, "their": 0.25961808519614854, "they": 0.2165401523160912}, "carry": {"their - they": -0.043347234296133436, "their": 0.13943718944365285, "they": 0.1827844237397863}, "carrying": {"their - they": 0.04619141484804584, "their": 0.23466615521989162, "they": 0.18847474037184578}, "cars": {"their - they": 0.02074866351410834, "their": 0.231008337505507, "they": 0.21025967399139867}, "carved": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "case": {"their - they": 0.021176568768860093, "their": 0.20142241416259243, "they": 0.18024584539373234}, "cases": {"their - they": -0.043093614711458145, "their": 0.1639558267913485, "they": 0.20704944150280666}, "catid": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "cats": {"their - they": -0.043044951525460506, "their": 0.1680892027422045, "they": 0.21113415426766502}, "caucasus": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "cause": {"their - they": -0.02303867336393009, "their": 0.18144168139293315, "they": 0.20448035475686324}, "caused": {"their - they": 0.0005451677090125284, "their": 0.1969625834495916, "they": 0.19641741574057908}, "causes": {"their - they": 0.04336261410842385, "their": 0.2486959660241662, "they": 0.20533335191574234}, "celebrated": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "celtic": {"their - they": 0.09268117364756895, "their": 0.22441681928246407, "they": 0.13173564563489512}, "center": {"their - they": 0.04184610363815637, "their": 0.13943718944365285, "they": 0.09759108580549648}, "centers": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "centre": {"their - they": 0.01911599724654972, "their": 0.2075907376183955, "they": 0.18847474037184578}, "certain": {"their - they": -0.07091463058740502, "their": 0.13479069207305575, "they": 0.20570532266046077}, "certainly": {"their - they": -0.02680562341530876, "their": 0.1834540505760899, "they": 0.21025967399139867}, "chain": {"their - they": 0.04336261410842385, "their": 0.2486959660241662, "they": 0.20533335191574234}, "change": {"their - they": 0.03390741229025432, "their": 0.19755567408628094, "they": 0.16364826179602662}, "chaos": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "characteristics": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "charge": {"their - they": 0.019323583711301773, "their": 0.1912003513913979, "they": 0.17187676768009613}, "chasing": {"their - they": 0.04336261410842385, "their": 0.2486959660241662, "they": 0.20533335191574234}, "cheap": {"their - they": 0.04693561588930606, "their": 0.20416250876659794, "they": 0.15722689287729189}, "chechen": {"their - they": 0.0005812624865179083, "their": 0.18956393838985952, "they": 0.1889826759033416}, "check": {"their - they": -0.09265748349679795, "their": 0.07099118151990796, "they": 0.1636486650167059}, "checked": {"their - they": -0.024501930145755357, "their": 0.1680892027422045, "they": 0.19259113288795987}, "cheney": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "child": {"their - they": -0.041827037670947226, "their": 0.17039892428814146, "they": 0.2122259619590887}, "children": {"their - they": 0.10844800065882437, "their": 0.32025228633154695, "they": 0.21180428567272258}, "chinese": {"their - they": 0.02100768772201289, "their": 0.21332445321783947, "they": 0.19231676549582657}, "chips": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "choice": {"their - they": 0.08460415481890537, "their": 0.2210076221713012, "they": 0.13640346735239584}, "choose": {"their - they": 0.04391071806536473, "their": 0.22649923516291473, "they": 0.18258851709755}, "chosen": {"their - they": 0.04391071806536473, "their": 0.22649923516291473, "they": 0.18258851709755}, "christ": {"their - they": 0.0008537658946235205, "their": 0.13706208697383412, "they": 0.1362083210792106}, "christian": {"their - they": 0.0008695331394015515, "their": 0.14810996635642676, "they": 0.1472404332170252}, "christianity": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "christians": {"their - they": 0.041571141915800316, "their": 0.15661113083025363, "they": 0.11503998891445331}, "church": {"their - they": -0.02684295324367414, "their": 0.17672752065097333, "they": 0.20357047389464747}, "churches": {"their - they": 0.1126363332471108, "their": 0.22432206451232314, "they": 0.11168573126521235}, "cities": {"their - they": 0.07242686313170282, "their": 0.20416250876659794, "they": 0.13173564563489512}, "citizen": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "city": {"their - they": -0.007855839722678087, "their": 0.1554005707822188, "they": 0.1632564105048969}, "civilization": {"their - they": 0.050695264587187094, "their": 0.2502417403253521, "they": 0.19954647573816503}, "civilize": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "claim": {"their - they": 0.0005681791637531797, "their": 0.20850026796528812, "they": 0.20793208880153494}, "claimed": {"their - they": 0.08416097681494975, "their": 0.23274332947874835, "they": 0.1485823526637986}, "claiming": {"their - they": 0.04415352556595595, "their": 0.216098543265459, "they": 0.17194501769950304}, "claims": {"their - they": 0.09241196643217431, "their": 0.231008337505507, "they": 0.1385963710733327}, "class": {"their - they": -0.0198435743071306, "their": 0.16891392521476378, "they": 0.18875749952189438}, "classes": {"their - they": 0.04184610363815637, "their": 0.13943718944365285, "they": 0.09759108580549648}, "classwork": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "clean": {"their - they": 0.06748876507342197, "their": 0.21501747283755854, "they": 0.14752870776413657}, "click": {"their - they": -0.024640693626173854, "their": 0.11316613468480188, "they": 0.13780682831097574}, "clique": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "close": {"their - they": 0.0008393032779036025, "their": 0.15329695308946417, "they": 0.15245764981156057}, "clothes": {"their - they": 0.045323910687398744, "their": 0.26664017431204373, "they": 0.221316263624645}, "clubs": {"their - they": 0.0004503183336803662, "their": 0.21699047064977156, "they": 0.2165401523160912}, "co": {"their - they": -0.043552235769901776, "their": 0.11316613468480188, "they": 0.15671837045470366}, "cockroaches": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "collect": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "collections": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "collective": {"their - they": 0.08352032531352765, "their": 0.2486959660241662, "they": 0.16517564071063853}, "collectors": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "color": {"their - they": 0.04800339449786757, "their": 0.15291707959540377, "they": 0.1049136850975362}, "com": {"their - they": 0.025220897417462723, "their": 0.1559473354580234, "they": 0.13072643804056067}, "come": {"their - they": -0.05342657195428724, "their": 0.205401287288641, "they": 0.2588278592429282}, "comes": {"their - they": -0.010178639875569856, "their": 0.1711263794374884, "they": 0.18130501931305826}, "comic": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "coming": {"their - they": -0.029759061128836056, "their": 0.172768896403927, "they": 0.20252795753276306}, "commie": {"their - they": 0.04358221137865603, "their": 0.23999962711923511, "they": 0.19641741574057908}, "commit": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "committed": {"their - they": 0.04129507536762453, "their": 0.1726111339893763, "they": 0.13131605862175177}, "communist": {"their - they": 0.08416097681494975, "their": 0.23274332947874835, "they": 0.1485823526637986}, "communities": {"their - they": 0.03321045551395968, "their": 0.23341109197320117, "they": 0.2002006364592415}, "community": {"their - they": 0.04935674598104331, "their": 0.1843186921535837, "they": 0.1349619461725404}, "compared": {"their - they": 0.0006277172487504923, "their": 0.1912003513913979, "they": 0.1905726341426474}, "complain": {"their - they": 0.10684623081094202, "their": 0.27879124851044507, "they": 0.17194501769950304}, "completely": {"their - they": -0.02679124278989231, "their": 0.18590712780318228, "they": 0.2126983705930746}, "compliment": {"their - they": 0.0004503183336803662, "their": 0.21699047064977156, "they": 0.2165401523160912}, "comprehend": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "computer": {"their - they": 0.07221884389473537, "their": 0.21081521496806807, "they": 0.1385963710733327}, "comrades": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "confiscated": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "conflict": {"their - they": 0.0005451677090125284, "their": 0.1969625834495916, "they": 0.19641741574057908}, "confused": {"their - they": -0.024353680175053377, "their": 0.1969625834495916, "they": 0.221316263624645}, "confusion": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "consequences": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "conservative": {"their - they": 0.0006407926388384, "their": 0.1776083799555033, "they": 0.1769675873166649}, "consider": {"their - they": -0.03758910574473834, "their": 0.1834540505760899, "they": 0.22104315632082824}, "considered": {"their - they": 0.0007663590980115931, "their": 0.1533114181036208, "they": 0.15254505900560922}, "constructed": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "consumed": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "contact": {"their - they": 0.04425454988559602, "their": 0.21165449729148886, "they": 0.16739994740589284}, "contacted": {"their - they": 0.043077932880057346, "their": 0.25961808519614854, "they": 0.2165401523160912}, "contaminate": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "contempt": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "content": {"their - they": 0.0005812624865179083, "their": 0.18956393838985952, "they": 0.1889826759033416}, "continent": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "continue": {"their - they": 0.0005461577230324866, "their": 0.21676670712280371, "they": 0.21622054939977123}, "control": {"their - they": 0.0005838669272344721, "their": 0.210092483380043, "they": 0.20950861645280852}, "convince": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "convinced": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "cool": {"their - they": 0.01969157283298767, "their": 0.16055101718982012, "they": 0.14085944435683245}, "cop": {"their - they": 0.0008131849342023489, "their": 0.14454277316193206, "they": 0.14372958822772972}, "cops": {"their - they": -0.02456772599878909, "their": 0.1502161660332812, "they": 0.1747838920320703}, "corps": {"their - they": 0.0006661162898732587, "their": 0.1726111339893763, "they": 0.17194501769950304}, "cost": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "cotton": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "cough": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "could": {"their - they": -0.014988169095266818, "their": 0.20748431671993287, "they": 0.22247248581519968}, "council": {"their - they": 0.0006661162898732587, "their": 0.1726111339893763, "they": 0.17194501769950304}, "counsel": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "counter": {"their - they": 0.0006892553363116727, "their": 0.1680892027422045, "they": 0.16739994740589284}, "countries": {"their - they": 0.07075930975458414, "their": 0.25920736735990363, "they": 0.1884480576053195}, "country": {"their - they": 0.0672468533961619, "their": 0.26618225161174763, "they": 0.19893539821558573}, "couple": {"their - they": 0.017393831248641384, "their": 0.1861988808056781, "they": 0.1688050495570367}, "course": {"their - they": -0.09200191775357085, "their": 0.10489753905897063, "they": 0.19689945681254148}, "courses": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "court": {"their - they": 0.0008273106508798478, "their": 0.1419266238361546, "they": 0.14109931318527474}, "cousins": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "cow": {"their - they": 0.0007304150330822157, "their": 0.16014632196129694, "they": 0.15941590692821472}, "cracked": {"their - they": 0.08352032531352765, "their": 0.2486959660241662, "they": 0.16517564071063853}, "cradle": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "crap": {"their - they": 0.014429997738770545, "their": 0.21759299558221928, "they": 0.20316299784344874}, "crawl": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "cream": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "create": {"their - they": 0.033543293291325244, "their": 0.21676670712280371, "they": 0.18322341383147847}, "creatively": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "creatures": {"their - they": 0.027682690658566295, "their": 0.23096596967010172, "they": 0.20328327901153542}, "credit": {"their - they": 0.0007489455083294072, "their": 0.15661113083025363, "they": 0.15586218532192422}, "crime": {"their - they": -0.015819190385827575, "their": 0.16380752499348344, "they": 0.17962671537931102}, "cringe": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "crocodile": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "cross": {"their - they": 0.0006248085735231501, "their": 0.19826935045010866, "they": 0.1976445418765855}, "crusaders": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "crying": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "cs": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "cultural": {"their - they": -0.037504167166628744, "their": 0.1912003513913979, "they": 0.22870451855802665}, "culture": {"their - they": 0.08102795389835599, "their": 0.2877066758796588, "they": 0.20667872198130283}, "cupboards": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "cure": {"their - they": -0.024353680175053377, "their": 0.1969625834495916, "they": 0.221316263624645}, "current": {"their - they": 0.0006407926388384, "their": 0.1776083799555033, "they": 0.1769675873166649}, "currently": {"their - they": 0.041571141915800316, "their": 0.15661113083025363, "they": 0.11503998891445331}, "cut": {"their - they": 0.0006350465205530453, "their": 0.19644372680234773, "they": 0.19580868028179468}, "cute": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "d": {"their - they": -0.04109189420268414, "their": 0.15811646166981244, "they": 0.19920835587249658}, "daily": {"their - they": 0.08478248464370722, "their": 0.216098543265459, "they": 0.13131605862175177}, "damage": {"their - they": 0.0006892553363116727, "their": 0.1680892027422045, "they": 0.16739994740589284}, "damn": {"their - they": 0.04517666063272649, "their": 0.16714334975252568, "they": 0.12196668911979919}, "dancing": {"their - they": 0.0006661162898732587, "their": 0.1726111339893763, "they": 0.17194501769950304}, "dangerous": {"their - they": 0.071550062741887, "their": 0.23096596967010172, "they": 0.15941590692821472}, "dangers": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "dark": {"their - they": -0.014280833563536599, "their": 0.14451262107683227, "they": 0.15879345464036887}, "darker": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "dat": {"their - they": 0.0005451677090125284, "their": 0.1969625834495916, "they": 0.19641741574057908}, "date": {"their - they": 0.04816024516097031, "their": 0.23341109197320117, "they": 0.18525084681223086}, "dating": {"their - they": 0.019063364403528987, "their": 0.21165449729148886, "they": 0.19259113288795987}, "daughter": {"their - they": 0.04688644768932765, "their": 0.20628565281736683, "they": 0.15939920512803918}, "daughters": {"their - they": 0.08387503694573095, "their": 0.23999962711923511, "they": 0.15612459017350416}, "dawn": {"their - they": 0.0006407926388384, "their": 0.1776083799555033, "they": 0.1769675873166649}, "day": {"their - they": -0.002987069537111947, "their": 0.18473158042764593, "they": 0.18771864996475787}, "daylight": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "days": {"their - they": -0.05663546473325844, "their": 0.11233487550498221, "they": 0.16897034023824065}, "dead": {"their - they": 0.03383584843652582, "their": 0.20142241416259243, "they": 0.16758656572606662}, "deal": {"their - they": -0.05831164796677524, "their": 0.13943718944365285, "they": 0.1977488374104281}, "death": {"their - they": -0.06440187827388828, "their": 0.124999188696737, "they": 0.18940106697062528}, "decade": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "decent": {"their - they": 0.0007489455083294072, "their": 0.15661113083025363, "they": 0.15586218532192422}, "decide": {"their - they": 0.012804310559951404, "their": 0.23466615521989162, "they": 0.22186184465994022}, "decided": {"their - they": -0.058379743827483316, "their": 0.13479069207305575, "they": 0.19317043590053906}, "decimated": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "declare": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "deeds": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "defend": {"their - they": 0.04485767950275721, "their": 0.1834540505760899, "they": 0.1385963710733327}, "degenerate": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "degree": {"their - they": 0.0007489455083294072, "their": 0.15661113083025363, "they": 0.15586218532192422}, "degrees": {"their - they": 0.019063364403528987, "their": 0.21165449729148886, "they": 0.19259113288795987}, "demons": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "demos": {"their - they": 0.0003811201161674771, "their": 0.23219013016198223, "they": 0.23180901004581475}, "denied": {"their - they": 0.0005451677090125284, "their": 0.1969625834495916, "they": 0.19641741574057908}, "department": {"their - they": 0.04151179853626276, "their": 0.16014632196129694, "they": 0.11863452342503418}, "departments": {"their - they": 0.08352032531352765, "their": 0.2486959660241662, "they": 0.16517564071063853}, "depressing": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "desert": {"their - they": 0.0005812624865179083, "their": 0.18956393838985952, "they": 0.1889826759033416}, "deserve": {"their - they": -0.04292640954254118, "their": 0.1776083799555033, "they": 0.22053478949804448}, "designed": {"their - they": 0.044428153173607876, "their": 0.2038440601018226, "they": 0.15941590692821472}, "desire": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "despicable": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "despite": {"their - they": 0.04391071806536473, "their": 0.22649923516291473, "they": 0.18258851709755}, "destroy": {"their - they": -0.010231832146973957, "their": 0.2213111348719177, "they": 0.23154296701889165}, "destroyed": {"their - they": 0.04129507536762453, "their": 0.1726111339893763, "they": 0.13131605862175177}, "destroying": {"their - they": 0.0005026295498605227, "their": 0.20583598146560286, "they": 0.20533335191574234}, "destruction": {"their - they": 0.0462860227471486, "their": 0.23096596967010172, "they": 0.18467994692295311}, "develop": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "developed": {"their - they": 0.08305621094451648, "their": 0.25961808519614854, "they": 0.17656187425163206}, "devil": {"their - they": 0.0006127588029020137, "their": 0.18320127590045202, "they": 0.18258851709755}, "did": {"their - they": -0.08752814026469125, "their": 0.14706658752889784, "they": 0.2345947277935891}, "didnt": {"their - they": 0.01935725370118621, "their": 0.1884844786466818, "they": 0.1691272249454956}, "die": {"their - they": -0.0378573521781988, "their": 0.15467314419232467, "they": 0.19253049637052347}, "died": {"their - they": 0.04425454988559602, "their": 0.21165449729148886, "they": 0.16739994740589284}, "difference": {"their - they": 0.04463828484099741, "their": 0.1940716541226714, "they": 0.149433369281674}, "different": {"their - they": -0.045484589392513486, "their": 0.18396229085892907, "they": 0.22944688025144255}, "direction": {"their - they": 0.0005812624865179083, "their": 0.18956393838985952, "they": 0.1889826759033416}, "dirty": {"their - they": 0.013382722148449239, "their": 0.18096928787451586, "they": 0.16758656572606662}, "disagree": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "disapproval": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "discharge": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "discussion": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "disease": {"their - they": 0.0006892553363116727, "their": 0.1680892027422045, "they": 0.16739994740589284}, "diseases": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "disgrace": {"their - they": 0.0005451677090125284, "their": 0.1969625834495916, "they": 0.19641741574057908}, "disgusting": {"their - they": 0.000690722445500308, "their": 0.1866384328318623, "they": 0.185947710386362}, "dismal": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "disowned": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "display": {"their - they": 0.13098694503786443, "their": 0.2730864440466929, "they": 0.14209949900882848}, "disrespect": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "disturb": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "diversity": {"their - they": 0.02832325352387141, "their": 0.1929713956427761, "they": 0.1646481421189047}, "divorce": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "dna": {"their - they": -0.04338852599654591, "their": 0.13479069207305575, "they": 0.17817921806960166}, "do": {"their - they": -0.04076797298743501, "their": 0.27679430339058847, "they": 0.3175622763780235}, "doctors": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "does": {"their - they": 0.05474542417795497, "their": 0.18998929973676193, "they": 0.13524387555880696}, "doesnt": {"their - they": 0.0006892553363116727, "their": 0.1680892027422045, "they": 0.16739994740589284}, "dog": {"their - they": 0.0009608529832265955, "their": 0.11781557394491937, "they": 0.11685472096169278}, "dogs": {"their - they": 0.0208463453878166, "their": 0.22441681928246407, "they": 0.20357047389464747}, "doing": {"their - they": -0.06197499445394791, "their": 0.19012559818997757, "they": 0.2521005926439255}, "don": {"their - they": 0.0007811740058990546, "their": 0.1711263794374884, "they": 0.17034520543158935}, "done": {"their - they": 0.0343034853054999, "their": 0.17523818145313683, "they": 0.14093469614763693}, "dont": {"their - they": -0.013759132256062845, "their": 0.20602161458446816, "they": 0.219780746840531}, "door": {"their - they": 0.06743403845270302, "their": 0.21676670712280371, "they": 0.1493326686701007}, "dope": {"their - they": 0.0003811201161674771, "their": 0.23219013016198223, "they": 0.23180901004581475}, "dots": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "doubt": {"their - they": 0.04490480329714777, "their": 0.18111312437635838, "they": 0.1362083210792106}, "down": {"their - they": 0.003705467061796891, "their": 0.22017064491500213, "they": 0.21646517785320524}, "downloaded": {"their - they": 0.08416097681494975, "their": 0.23274332947874835, "they": 0.1485823526637986}, "dragging": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "draw": {"their - they": 0.019063364403528987, "their": 0.21165449729148886, "they": 0.19259113288795987}, "dress": {"their - they": 0.04619141484804584, "their": 0.23466615521989162, "they": 0.18847474037184578}, "dressing": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "drink": {"their - they": 0.04693561588930606, "their": 0.20416250876659794, "they": 0.15722689287729189}, "drinking": {"their - they": 0.04425454988559602, "their": 0.21165449729148886, "they": 0.16739994740589284}, "driving": {"their - they": 0.08553159819266128, "their": 0.1940716541226714, "they": 0.10854005593001013}, "dropped": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "drowning": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "drug": {"their - they": 0.019571788240891702, "their": 0.17077110691083375, "they": 0.15119931866994205}, "drugs": {"their - they": -0.024546468974043834, "their": 0.15661113083025363, "they": 0.18115759980429746}, "drying": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "dublin": {"their - they": 0.04450384146223946, "their": 0.20036602678416368, "they": 0.15586218532192422}, "due": {"their - they": 0.07127865407274936, "their": 0.2386786014786422, "they": 0.16739994740589284}, "dumb": {"their - they": 0.013323624606242507, "their": 0.1866384328318623, "they": 0.1733148082256198}, "dung": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "during": {"their - they": 0.0008070121235714822, "their": 0.16678455101394493, "they": 0.16597753889037345}, "dyed": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "e": {"their - they": 0.01991114002848282, "their": 0.1411304997227591, "they": 0.12121935969427627}, "each": {"their - they": -0.041827037670947226, "their": 0.17039892428814146, "they": 0.2122259619590887}, "early": {"their - they": 0.07271245547444213, "their": 0.19467914459424132, "they": 0.12196668911979919}, "earned": {"their - they": 0.0005026295498605227, "their": 0.20583598146560286, "they": 0.20533335191574234}, "earshot": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "earth": {"their - they": 0.0007155397527107699, "their": 0.18233238980448008, "they": 0.1816168500517693}, "easier": {"their - they": -0.043211092472544343, "their": 0.1533114181036208, "they": 0.19652251057616515}, "easily": {"their - they": 0.0006892553363116727, "their": 0.1680892027422045, "they": 0.16739994740589284}, "eastern": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "easy": {"their - they": 0.0718777655902437, "their": 0.2213111348719177, "they": 0.149433369281674}, "eat": {"their - they": -0.010198106566043391, "their": 0.18233238980448008, "they": 0.19253049637052347}, "eating": {"their - they": 0.013115216916827765, "their": 0.20628565281736683, "they": 0.19317043590053906}, "ebola": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "ect": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "educate": {"their - they": -0.02675881664859786, "their": 0.1912003513913979, "they": 0.21795916803999577}, "educated": {"their - they": 0.04619141484804584, "their": 0.23466615521989162, "they": 0.18847474037184578}, "education": {"their - they": 0.09764954093611722, "their": 0.23850898529294967, "they": 0.14085944435683245}, "effect": {"their - they": 0.08352032531352765, "their": 0.2486959660241662, "they": 0.16517564071063853}, "either": {"their - they": 0.026797689540989544, "their": 0.20698348370542502, "they": 0.18018579416443548}, "elites": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "else": {"their - they": 0.03972706888587452, "their": 0.22132773759758254, "they": 0.18160066871170802}, "elses": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "employee": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "encourage": {"their - they": 0.0006892553363116727, "their": 0.1680892027422045, "they": 0.16739994740589284}, "end": {"their - they": -0.07155137491300836, "their": 0.13019811539788817, "they": 0.20174949031089653}, "enemies": {"their - they": 0.04957820945132024, "their": 0.2406027109772387, "they": 0.19102450152591846}, "enemy": {"their - they": -0.026831376250017358, "their": 0.1788739464104434, "they": 0.20570532266046077}, "england": {"their - they": 0.042224016292813124, "their": 0.11316613468480188, "they": 0.07094211839198876}, "english": {"their - they": 0.05566095304391397, "their": 0.2306152465849871, "they": 0.17495429354107314}, "enjoyed": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "enough": {"their - they": -0.00788878305372101, "their": 0.16521088367191003, "they": 0.17309966672563104}, "enslavement": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "entertainment": {"their - they": 0.04415352556595595, "their": 0.216098543265459, "they": 0.17194501769950304}, "era": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "escapes": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "especially": {"their - they": -0.07129959112321443, "their": 0.11316613468480188, "they": 0.18446572580801632}, "esque": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "etc": {"their - they": 0.000692688027413374, "their": 0.19859750009916205, "they": 0.19790481207174868}, "eternal": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "ethnic": {"their - they": 0.08633448959724742, "their": 0.16714334975252568, "they": 0.08080886015527826}, "ethnics": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "euro": {"their - they": 0.04425454988559602, "their": 0.21165449729148886, "they": 0.16739994740589284}, "europe": {"their - they": -0.047833629404795505, "their": 0.11870726862171756, "they": 0.16654089802651306}, "european": {"their - they": 0.0008253115937057742, "their": 0.16373242402936067, "they": 0.1629071124356549}, "europeans": {"their - they": 0.1341255664509702, "their": 0.21676670712280371, "they": 0.08264114067183351}, "europeoid": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "even": {"their - they": 0.060400051705146646, "their": 0.28166471214152666, "they": 0.22126466043638002}, "evening": {"their - they": 0.08494034002243495, "their": 0.21165449729148886, "they": 0.1267141572690539}, "event": {"their - they": 0.04206437275984089, "their": 0.1247055134316744, "they": 0.08264114067183351}, "eventhough": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "events": {"their - they": 0.08329057420306635, "their": 0.24268977933110553, "they": 0.15939920512803918}, "eventually": {"their - they": -0.014294786834338186, "their": 0.1834540505760899, "they": 0.1977488374104281}, "ever": {"their - they": -0.04479096432208185, "their": 0.1595892813919405, "they": 0.20438024571402236}, "evertime": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "every": {"their - they": 0.01294076487363785, "their": 0.24649858234902633, "they": 0.23355781747538848}, "everybody": {"their - they": 0.04151179853626276, "their": 0.16014632196129694, "they": 0.11863452342503418}, "everyone": {"their - they": 0.0008292168440914016, "their": 0.16887001460250411, "they": 0.1680407977584127}, "everything": {"their - they": -0.10094742066616925, "their": 0.09231035381710782, "they": 0.19325777448327708}, "everywhere": {"their - they": -0.09169304250788915, "their": 0.11781557394491937, "they": 0.20950861645280852}, "evidence": {"their - they": 0.01947474128240423, "their": 0.1788739464104434, "they": 0.15939920512803918}, "evil": {"their - they": 0.0634473030737866, "their": 0.24488743990410644, "they": 0.18144013683031984}, "evolution": {"their - they": 0.0003811201161674771, "their": 0.23219013016198223, "they": 0.23180901004581475}, "evolutionary": {"their - they": 0.0003811201161674771, "their": 0.23219013016198223, "they": 0.23180901004581475}, "exactly": {"their - they": -0.010187343857937264, "their": 0.17583067971061117, "they": 0.18601802356854844}, "example": {"their - they": -0.043552235769901776, "their": 0.11316613468480188, "they": 0.15671837045470366}, "examples": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "except": {"their - they": -0.058563443768402224, "their": 0.12115089431896703, "they": 0.17971433808736925}, "exist": {"their - they": 0.07205918986721416, "their": 0.21578877809494387, "they": 0.14372958822772972}, "expect": {"their - they": 0.01935725370118621, "their": 0.1884844786466818, "they": 0.1691272249454956}, "experience": {"their - they": 0.11301267382699255, "their": 0.21578877809494387, "they": 0.10277610426795132}, "explain": {"their - they": 0.0008273106508798478, "their": 0.1419266238361546, "they": 0.14109931318527474}, "exposed": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "express": {"their - they": 0.0006407926388384, "their": 0.1776083799555033, "they": 0.1769675873166649}, "expressing": {"their - they": 0.08305621094451648, "their": 0.25961808519614854, "they": 0.17656187425163206}, "extreme": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "eyes": {"their - they": 0.07386374588696623, "their": 0.21056199387049862, "they": 0.1366982479835324}, "face": {"their - they": 0.030921862300419267, "their": 0.21967936182231365, "they": 0.18875749952189438}, "facebook": {"their - they": 0.07248936390780308, "their": 0.2021231189531067, "they": 0.1296337550453036}, "faces": {"their - they": 0.08442439636712376, "their": 0.28991462819257424, "they": 0.20549023182545048}, "facing": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "fact": {"their - they": 0.007296354391938653, "their": 0.20994188905082023, "they": 0.20264553465888158}, "facts": {"their - they": 0.041446800922701366, "their": 0.1639558267913485, "they": 0.12250902586864715}, "faem": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "faggots": {"their - they": 0.08352032531352765, "their": 0.2486959660241662, "they": 0.16517564071063853}, "fags": {"their - they": -0.04265761587086622, "their": 0.1969625834495916, "they": 0.23962019932045783}, "failing": {"their - they": 0.0003811201161674771, "their": 0.23219013016198223, "they": 0.23180901004581475}, "fake": {"their - they": -0.058091667046948375, "their": 0.1533114181036208, "they": 0.2114030851505692}, "fall": {"their - they": 0.012952065842267962, "their": 0.2213111348719177, "they": 0.20835906902964973}, "false": {"their - they": 0.11277107894190756, "their": 0.2213111348719177, "they": 0.10854005593001013}, "fame": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "families": {"their - they": 0.09454335808559791, "their": 0.2815232921168656, "they": 0.1869799340312677}, "family": {"their - they": 0.007494210858952688, "their": 0.18783941825326084, "they": 0.18034520739430815}, "far": {"their - they": -0.01986916283491319, "their": 0.13837790448431342, "they": 0.1582470673192266}, "fascist": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "fast": {"their - they": -0.014295128662141332, "their": 0.1621251273903487, "they": 0.17642025605249004}, "fastest": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "fate": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "father": {"their - they": 0.0007461650611124415, "their": 0.17707134808803823, "they": 0.1763251830269258}, "fault": {"their - they": 0.08543293791761762, "their": 0.19711866918282997, "they": 0.11168573126521235}, "favor": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "favorites": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "favour": {"their - they": 0.0004503183336803662, "their": 0.21699047064977156, "they": 0.2165401523160912}, "faxes": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "fear": {"their - they": 0.06221314476531825, "their": 0.2637404053842864, "they": 0.20152726061896814}, "features": {"their - they": 0.08460415481890537, "their": 0.2210076221713012, "they": 0.13640346735239584}, "feces": {"their - they": 0.0004503183336803662, "their": 0.21699047064977156, "they": 0.2165401523160912}, "fed": {"their - they": 0.01941907266208745, "their": 0.1834540505760899, "they": 0.16403497791400246}, "feed": {"their - they": -0.08115159569233915, "their": 0.15661113083025363, "they": 0.23776272652259278}, "feeding": {"their - they": -0.024430795622456813, "their": 0.18320127590045202, "they": 0.20763207152290883}, "feel": {"their - they": 0.02680084822402992, "their": 0.21771821088739493, "they": 0.190917362663365}, "feet": {"their - they": 0.04711105813224703, "their": 0.19644372680234773, "they": 0.1493326686701007}, "fellow": {"their - they": 0.04172295604822947, "their": 0.14730019455018023, "they": 0.10557723850195076}, "females": {"their - they": 0.09231177878792643, "their": 0.23341109197320117, "they": 0.14109931318527474}, "fence": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "fetish": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "fever": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "few": {"their - they": -0.012805938911779724, "their": 0.1865969508464117, "they": 0.19940288975819143}, "fidelity": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "fields": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "fierce": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "fiercely": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "fight": {"their - they": -0.015820599404324287, "their": 0.17039892428814146, "they": 0.18621952369246575}, "fighting": {"their - they": 0.013307755768390717, "their": 0.1881531608525191, "they": 0.17484540508412838}, "figure": {"their - they": 0.04983623212202001, "their": 0.23127636895233986, "they": 0.18144013683031984}, "figures": {"their - they": 0.041571141915800316, "their": 0.15661113083025363, "they": 0.11503998891445331}, "fill": {"their - they": 0.08439973615408625, "their": 0.22649923516291473, "they": 0.14209949900882848}, "filth": {"their - they": 0.08578811976405357, "their": 0.18590712780318228, "they": 0.10011900803912871}, "filthy": {"their - they": 0.019249495726683497, "their": 0.19711866918282997, "they": 0.17786917345614647}, "finally": {"their - they": -0.043347234296133436, "their": 0.13943718944365285, "they": 0.1827844237397863}, "find": {"their - they": -0.0120308459588446, "their": 0.21056877694777554, "they": 0.22259962290662014}, "fine": {"their - they": -0.024584451783563527, "their": 0.14454277316193206, "they": 0.1691272249454956}, "fire": {"their - they": 0.0006423329635326103, "their": 0.1884844786466818, "they": 0.1878421456831492}, "first": {"their - they": -0.003692916850681238, "their": 0.18520322277017823, "they": 0.18889613962085947}, "fish": {"their - they": -0.043509443226949066, "their": 0.11945763330800747, "they": 0.16296707653495654}, "fit": {"their - they": -0.043211092472544343, "their": 0.1533114181036208, "they": 0.19652251057616515}, "five": {"their - they": 0.06743403845270302, "their": 0.21676670712280371, "they": 0.1493326686701007}, "flare": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "flavor": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "flee": {"their - they": 0.0004503183336803662, "their": 0.21699047064977156, "they": 0.2165401523160912}, "flesh": {"their - they": 0.08460415481890537, "their": 0.2210076221713012, "they": 0.13640346735239584}, "fling": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "flipped": {"their - they": 0.0003811201161674771, "their": 0.23219013016198223, "they": 0.23180901004581475}, "floor": {"their - they": 0.04162568683840846, "their": 0.1533114181036208, "they": 0.11168573126521235}, "floors": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "focus": {"their - they": -0.024533624961656175, "their": 0.16014632196129694, "they": 0.18467994692295311}, "focusing": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "folk": {"their - they": 0.04167611010327106, "their": 0.1502161660332812, "they": 0.10854005593001013}, "folklore": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "folks": {"their - they": -0.026853776618356084, "their": 0.17466601322748995, "they": 0.20151978984584604}, "follow": {"their - they": 0.064893128788684, "their": 0.23127636895233986, "they": 0.16638324016365585}, "followers": {"their - they": 0.04336261410842385, "their": 0.2486959660241662, "they": 0.20533335191574234}, "following": {"their - they": 0.13329208393407246, "their": 0.23341109197320117, "they": 0.10011900803912871}, "food": {"their - they": 0.022308208654217287, "their": 0.21657817543090987, "they": 0.1942699667766926}, "fools": {"their - they": -0.05774428120681668, "their": 0.1726111339893763, "they": 0.230355415196193}, "foot": {"their - they": 0.04457361017722075, "their": 0.19711866918282997, "they": 0.15254505900560922}, "football": {"their - they": -0.026926469212109727, "their": 0.15902124117425226, "they": 0.185947710386362}, "for": {"their - they": 0.03641068966900962, "their": 0.30198986932983246, "they": 0.26557917966082284}, "force": {"their - they": 0.03052402100667051, "their": 0.24003263745947903, "they": 0.20950861645280852}, "forced": {"their - they": 0.0005920348719504753, "their": 0.20416250876659794, "they": 0.20357047389464747}, "forcing": {"their - they": 0.08189944788349068, "their": 0.27449058077145055, "they": 0.19259113288795987}, "foreign": {"their - they": -0.024597788470349602, "their": 0.13943718944365285, "they": 0.16403497791400246}, "foreigners": {"their - they": -0.024546468974043834, "their": 0.15661113083025363, "they": 0.18115759980429746}, "forgot": {"their - they": 0.0007304150330822157, "their": 0.16014632196129694, "they": 0.15941590692821472}, "forgotten": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "forum": {"their - they": 0.08601758225272133, "their": 0.163116549597587, "they": 0.07709896734486568}, "fought": {"their - they": 0.01894046574678443, "their": 0.2210076221713012, "they": 0.20206715642451678}, "found": {"their - they": 0.022867214134022484, "their": 0.17870093213873905, "they": 0.15583371800471657}, "founded": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "fred": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "free": {"their - they": -0.007819129019703774, "their": 0.1453777954251519, "they": 0.15319692444485566}, "french": {"their - they": 0.0009041394507349754, "their": 0.14223565638263583, "they": 0.14133151693190085}, "friday": {"their - they": 0.04162568683840846, "their": 0.1533114181036208, "they": 0.11168573126521235}, "friend": {"their - they": -0.0588533316949678, "their": 0.09440266545774918, "they": 0.15325599715271698}, "friends": {"their - they": 0.03313787721052039, "their": 0.21431129939306268, "they": 0.1811734221825423}, "from": {"their - they": 0.023507607906558814, "their": 0.24647187786528732, "they": 0.2229642699587285}, "front": {"their - they": 0.052806555388621, "their": 0.22013747662936917, "they": 0.16733092124074816}, "fubu": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "fufilled": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "full": {"their - they": 0.047871321086283086, "their": 0.1598996093393104, "they": 0.11202828825302732}, "fun": {"their - they": -0.04342454339725821, "their": 0.13052346882022245, "they": 0.17394801221748066}, "funniest": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "funny": {"their - they": -0.010039815959837856, "their": 0.23712816018979233, "they": 0.24716797614963018}, "further": {"their - they": 0.041571141915800316, "their": 0.15661113083025363, "they": 0.11503998891445331}, "future": {"their - they": 0.026930599596606764, "their": 0.19887390162208549, "they": 0.17194330202547872}, "gains": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "game": {"their - they": 0.0009321945484381117, "their": 0.1228988836682373, "they": 0.12196668911979919}, "games": {"their - they": 0.019005276179993646, "their": 0.216098543265459, "they": 0.19709326708546535}, "gang": {"their - they": -0.02459148865351013, "their": 0.1419266238361546, "they": 0.16651811248966472}, "gangs": {"their - they": 0.08439973615408625, "their": 0.22649923516291473, "they": 0.14209949900882848}, "gangsta": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "gap": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "garbage": {"their - they": 0.027989892295941232, "their": 0.2132407391081721, "they": 0.18525084681223086}, "gated": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "gates": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "gave": {"their - they": -0.014296787077794165, "their": 0.16714334975252568, "they": 0.18144013683031984}, "gawk": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "gay": {"their - they": -0.037845939517633265, "their": 0.15608456819514124, "they": 0.1939305077127745}, "gays": {"their - they": 0.04129507536762453, "their": 0.1726111339893763, "they": 0.13131605862175177}, "gene": {"their - they": 0.04129507536762453, "their": 0.1726111339893763, "they": 0.13131605862175177}, "generation": {"their - they": 0.04129507536762453, "their": 0.1726111339893763, "they": 0.13131605862175177}, "generations": {"their - they": 0.036490809797439405, "their": 0.26355499585499015, "they": 0.22706418605755074}, "genes": {"their - they": 0.08478248464370722, "their": 0.216098543265459, "they": 0.13131605862175177}, "genetic": {"their - they": -0.024603438698776875, "their": 0.13706208697383412, "they": 0.161665525672611}, "genocide": {"their - they": 0.013435887635281224, "their": 0.17583067971061117, "they": 0.16239479207532995}, "genotype": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "german": {"their - they": 0.0009707545875832502, "their": 0.13111111390202648, "they": 0.13014035931444323}, "germanic": {"their - they": 0.0413750454731506, "their": 0.1680892027422045, "they": 0.1267141572690539}, "germans": {"their - they": 0.0006423329635326103, "their": 0.1884844786466818, "they": 0.1878421456831492}, "get": {"their - they": -0.016674247605577452, "their": 0.255876740418608, "they": 0.2725509880241854}, "gets": {"their - they": 0.013517810483772097, "their": 0.16783927286887143, "they": 0.15432146238509933}, "getting": {"their - they": 0.03118392876603726, "their": 0.20563219501777713, "they": 0.17444826625173987}, "ghetto": {"their - they": -0.024584451783563527, "their": 0.14454277316193206, "they": 0.1691272249454956}, "girl": {"their - they": 0.04129204114290974, "their": 0.1872266628864, "they": 0.14593462174349026}, "girls": {"their - they": 0.032621752765856715, "their": 0.23930047474715954, "they": 0.20667872198130283}, "give": {"their - they": 0.011814952916404775, "their": 0.2411446188821712, "they": 0.22932966596576643}, "given": {"their - they": 0.01674264129167749, "their": 0.2366680029460343, "they": 0.2199253616543568}, "giving": {"their - they": 0.08628515454344668, "their": 0.1689262952152802, "they": 0.08264114067183351}, "glad": {"their - they": 0.04213820826693218, "their": 0.11945763330800747, "they": 0.0773194250410753}, "go": {"their - they": -0.051214228249333416, "their": 0.19809910743578688, "they": 0.2493133356851203}, "god": {"their - they": 0.029630347490188974, "their": 0.22582098116507057, "they": 0.1961906336748816}, "gods": {"their - they": 0.09268117364756895, "their": 0.22441681928246407, "they": 0.13173564563489512}, "goes": {"their - they": -0.08260393430726727, "their": 0.09129189321892227, "they": 0.17389582752618954}, "going": {"their - they": -0.012826235853693885, "their": 0.20141593113370967, "they": 0.21424216698740356}, "goinna": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "gone": {"their - they": -0.024645275580570516, "their": 0.10489753905897063, "they": 0.12954281463954115}, "gonna": {"their - they": 0.0008662030397228737, "their": 0.13479069207305575, "they": 0.13392448903333287}, "good": {"their - they": 0.024858119881828095, "their": 0.22865103682683854, "they": 0.20379291694501045}, "goodbye": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "goodness": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "got": {"their - they": 0.03713498498199108, "their": 0.2048241502034834, "they": 0.16768916522149233}, "gotta": {"their - they": 0.0007304150330822157, "their": 0.16014632196129694, "they": 0.15941590692821472}, "gotten": {"their - they": -0.05819003727527025, "their": 0.14730019455018023, "they": 0.20549023182545048}, "goverment": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "government": {"their - they": 0.0005349181433113859, "their": 0.2307079374372834, "they": 0.23017301929397202}, "goyim": {"their - they": 0.07112045839783934, "their": 0.2430654760973424, "they": 0.17194501769950304}, "grade": {"their - they": 0.07197154031492589, "their": 0.21847336127437672, "they": 0.14650182095945083}, "grand": {"their - they": 0.04415352556595595, "their": 0.216098543265459, "they": 0.17194501769950304}, "graves": {"their - they": 0.0005026295498605227, "their": 0.20583598146560286, "they": 0.20533335191574234}, "great": {"their - they": 0.03845125179846717, "their": 0.19484895985734044, "they": 0.15639770805887326}, "greatest": {"their - they": 0.04167611010327106, "their": 0.1502161660332812, "they": 0.10854005593001013}, "green": {"their - they": -0.02464278424305233, "their": 0.11027121914808144, "they": 0.13491400339113377}, "groids": {"their - they": -0.024430795622456813, "their": 0.18320127590045202, "they": 0.20763207152290883}, "ground": {"their - they": 0.0006350465205530453, "their": 0.19644372680234773, "they": 0.19580868028179468}, "group": {"their - they": -0.016868574518936363, "their": 0.18310102638635914, "they": 0.1999696009052955}, "groups": {"their - they": 0.0678604517993042, "their": 0.20277445519043796, "they": 0.13491400339113377}, "grow": {"their - they": 0.06731744557309119, "their": 0.2204509439755568, "they": 0.15313349840246562}, "growing": {"their - they": 0.000798373590729401, "their": 0.14730019455018023, "they": 0.14650182095945083}, "guards": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "guess": {"their - they": 0.008693918771025433, "their": 0.18323507673636152, "they": 0.1745411579653361}, "guidelines": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "guise": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "gun": {"their - they": -0.0921837075082342, "their": 0.09657379201366019, "they": 0.18875749952189438}, "guns": {"their - they": -0.007968263742560211, "their": 0.1939420975176363, "they": 0.2019103612601965}, "guy": {"their - they": 0.027359183258866993, "their": 0.17145490752998305, "they": 0.14409572427111605}, "guys": {"their - they": 0.03792672301997435, "their": 0.19887390162208549, "they": 0.16094717860211114}, "habits": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "had": {"their - they": 0.004711197109406345, "their": 0.24193627421206634, "they": 0.23722507710266}, "hair": {"their - they": 0.022727732171665793, "their": 0.18845840103496575, "they": 0.16573066886329996}, "half": {"their - they": -0.038080051894487474, "their": 0.1202193622375149, "they": 0.15829941413200238}, "hall": {"their - they": 0.0413750454731506, "their": 0.1680892027422045, "they": 0.1267141572690539}, "halls": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "hand": {"their - they": -0.006584887731661548, "their": 0.21271999899713662, "they": 0.21930488672879817}, "handed": {"their - they": 0.07073953895281818, "their": 0.2533280560503682, "they": 0.18258851709755}, "hands": {"their - they": 0.04996818229698394, "their": 0.22638843834947397, "they": 0.17642025605249004}, "hang": {"their - they": 0.04693561588930606, "their": 0.20416250876659794, "they": 0.15722689287729189}, "hanging": {"their - they": 0.0006407926388384, "their": 0.1776083799555033, "they": 0.1769675873166649}, "happen": {"their - they": 0.010243958819914495, "their": 0.20277445519043796, "they": 0.19253049637052347}, "happened": {"their - they": -0.04358725526915909, "their": 0.10751981054021524, "they": 0.15110706580937433}, "happening": {"their - they": 0.04191669998359876, "their": 0.13479069207305575, "they": 0.09287399208945699}, "happens": {"their - they": 0.02820720198058052, "their": 0.20016072011401698, "they": 0.17195351813343646}, "happily": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "happy": {"their - they": -0.04365123196209182, "their": 0.09547798204278947, "they": 0.1391292140048813}, "harassed": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "hard": {"their - they": 0.0009010539683867447, "their": 0.15129370142111348, "they": 0.15039264745272674}, "hardly": {"their - they": 0.0007304150330822157, "their": 0.16014632196129694, "they": 0.15941590692821472}, "harsh": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "has": {"their - they": 0.07691881421638996, "their": 0.23110371148927858, "they": 0.15418489727288862}, "hate": {"their - they": -0.05855754196713739, "their": 0.165773815633992, "they": 0.22433135760112938}, "hated": {"their - they": 0.0006661162898732587, "their": 0.1726111339893763, "they": 0.17194501769950304}, "hates": {"their - they": 0.08478248464370722, "their": 0.216098543265459, "they": 0.13131605862175177}, "hatred": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "haunted": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "have": {"their - they": -0.013887319336566784, "their": 0.3119612881261306, "they": 0.3258486074626974}, "having": {"their - they": 0.06367851421162848, "their": 0.22462569281373962, "they": 0.16094717860211114}, "he": {"their - they": -0.04519390360445778, "their": 0.10619541566715486, "they": 0.15138931927161264}, "head": {"their - they": 0.03403488320935011, "their": 0.19054856167081388, "they": 0.15651367846146377}, "heads": {"their - they": 0.14394796068778257, "their": 0.28254433176111526, "they": 0.1385963710733327}, "heal": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "healing": {"their - they": 0.08305621094451648, "their": 0.25961808519614854, "they": 0.17656187425163206}, "hear": {"their - they": 0.03816081126573953, "their": 0.18696357257895002, "they": 0.1488027613132105}, "heard": {"their - they": 0.0066059819006969445, "their": 0.1946210056100361, "they": 0.18801502370933915}, "hearing": {"their - they": -0.024533624961656175, "their": 0.16014632196129694, "they": 0.18467994692295311}, "heart": {"their - they": 0.0008781730615265437, "their": 0.13261381869642166, "they": 0.13173564563489512}, "hearts": {"their - they": 0.11051558413853957, "their": 0.26664017431204373, "they": 0.15612459017350416}, "heaven": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "hell": {"their - they": -0.06263599503007955, "their": 0.1423840399348907, "they": 0.20502003496497026}, "help": {"their - they": 0.06351412187575622, "their": 0.22787297471442383, "they": 0.1643588528386676}, "helping": {"their - they": 0.0006892553363116727, "their": 0.1680892027422045, "they": 0.16739994740589284}, "her": {"their - they": -0.003946751556531403, "their": 0.14490553777444865, "they": 0.14885228933098005}, "here": {"their - they": 0.005385209684657971, "their": 0.20224124464107993, "they": 0.19685603495642195}, "heritage": {"their - they": 0.16373862600131373, "their": 0.2502417403253521, "they": 0.0865031143240384}, "hi": {"their - they": 0.02006765606065418, "their": 0.1266817834677197, "they": 0.10661412740706551}, "hide": {"their - they": 0.09701718592642372, "their": 0.2521578304517953, "they": 0.15514064452537157}, "hiding": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "hierarchy": {"their - they": -0.02429772563256269, "their": 0.20583598146560286, "they": 0.23013370709816555}, "high": {"their - they": 0.010662729123945142, "their": 0.15913733835564225, "they": 0.1484746092316971}, "higher": {"their - they": -0.024501930145755357, "their": 0.1680892027422045, "they": 0.19259113288795987}, "highlights": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "him": {"their - they": -0.07400809751565292, "their": 0.10314655739934146, "they": 0.17715465491499438}, "his": {"their - they": -0.03272579175988344, "their": 0.14850510364294744, "they": 0.18123089540283088}, "hispanic": {"their - they": -0.024608513054983433, "their": 0.13479069207305575, "they": 0.15939920512803918}, "hispanics": {"their - they": 0.11233144624506754, "their": 0.23096596967010172, "they": 0.11863452342503418}, "historians": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "history": {"their - they": -0.023050872657999488, "their": 0.17781619364499857, "they": 0.20086706630299805}, "hit": {"their - they": 0.09305078371775935, "their": 0.21501747283755854, "they": 0.12196668911979919}, "hitler": {"their - they": 0.0008662030397228737, "their": 0.13479069207305575, "they": 0.13392448903333287}, "ho": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "hold": {"their - they": 0.08570837437873048, "their": 0.1884844786466818, "they": 0.10277610426795132}, "holiday": {"their - they": 0.08478248464370722, "their": 0.216098543265459, "they": 0.13131605862175177}, "holocaust": {"their - they": 0.08655238875339503, "their": 0.15902124117425226, "they": 0.07246885242085722}, "holy": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "home": {"their - they": 0.059486443158500046, "their": 0.27265915121580103, "they": 0.21317270805730099}, "homelands": {"their - they": 0.09076052385329647, "their": 0.26772811116996137, "they": 0.1769675873166649}, "homes": {"their - they": 0.07795108561750383, "their": 0.25838178347584695, "they": 0.18043069785834312}, "homo": {"their - they": 0.0006661162898732587, "their": 0.1726111339893763, "they": 0.17194501769950304}, "homogenous": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "homosexual": {"their - they": 0.08478248464370722, "their": 0.216098543265459, "they": 0.13131605862175177}, "homosexuality": {"their - they": 0.019005276179993646, "their": 0.216098543265459, "they": 0.19709326708546535}, "homosexuals": {"their - they": 0.08494034002243495, "their": 0.21165449729148886, "they": 0.1267141572690539}, "honor": {"their - they": -0.024533624961656175, "their": 0.16014632196129694, "they": 0.18467994692295311}, "hooves": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "hop": {"their - they": 0.08532603786971037, "their": 0.20036602678416368, "they": 0.11503998891445331}, "hope": {"their - they": -0.0218486856147643, "their": 0.17586603419316535, "they": 0.19771471980792965}, "hopefully": {"their - they": -0.058467299480408325, "their": 0.12851263455085937, "they": 0.1869799340312677}, "hoping": {"their - they": 0.04693561588930606, "their": 0.20416250876659794, "they": 0.15722689287729189}, "horizon": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "horns": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "host": {"their - they": 0.04425454988559602, "their": 0.21165449729148886, "they": 0.16739994740589284}, "hostility": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "hours": {"their - they": 0.013257057555406848, "their": 0.1929713956427761, "they": 0.17971433808736925}, "house": {"their - they": -0.029844072967134788, "their": 0.1560077847537841, "they": 0.1858518577209189}, "houses": {"their - they": 0.02803079122828178, "their": 0.21081521496806807, "they": 0.1827844237397863}, "houston": {"their - they": -0.024533624961656175, "their": 0.16014632196129694, "they": 0.18467994692295311}, "how": {"their - they": -0.012085116025427667, "their": 0.2601589545302399, "they": 0.27224407055566757}, "however": {"their - they": 0.11387028443896306, "their": 0.19467914459424132, "they": 0.08080886015527826}, "html": {"their - they": -0.024644037442806452, "their": 0.09231035381710782, "they": 0.11695439125991428}, "http": {"their - they": 0.05112873945073376, "their": 0.17930540792041977, "they": 0.128176668469686}, "https": {"their - they": 0.04637853111783183, "their": 0.09092879024602775, "they": 0.04455025912819592}, "huge": {"their - they": 0.02098330864809414, "their": 0.21501747283755854, "they": 0.1940341641894644}, "human": {"their - they": 0.06759193583338985, "their": 0.21168391284029714, "they": 0.1440919770069073}, "humans": {"their - they": 0.028069570106944997, "their": 0.20850026796528812, "they": 0.18043069785834312}, "humor": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "hundreds": {"their - they": -0.04353195038012608, "their": 0.11622152552126452, "they": 0.1597534759013906}, "hungarians": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "hurt": {"their - they": 0.0007489455083294072, "their": 0.15661113083025363, "they": 0.15586218532192422}, "husbands": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "huts": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "hygiene": {"their - they": 0.0003811201161674771, "their": 0.23219013016198223, "they": 0.23180901004581475}, "i": {"their - they": -0.0008844082450917834, "their": 0.2671040774304864, "they": 0.2679884856755782}, "ice": {"their - they": -0.024557755352525662, "their": 0.1533114181036208, "they": 0.17786917345614647}, "iceland": {"their - they": 0.0005607810902871768, "their": 0.2038440601018226, "they": 0.20328327901153542}, "id": {"their - they": 0.04213820826693218, "their": 0.11945763330800747, "they": 0.0773194250410753}, "idea": {"their - they": -0.027010393377173952, "their": 0.13298106643523652, "they": 0.15999145981241047}, "identity": {"their - they": 0.04457361017722075, "their": 0.19711866918282997, "they": 0.15254505900560922}, "ideology": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "idiots": {"their - they": -0.043044951525460506, "their": 0.1680892027422045, "they": 0.21113415426766502}, "if": {"their - they": -0.04151622470044264, "their": 0.25420853574641644, "they": 0.2957247604468591}, "ignorant": {"their - they": 0.04151179853626276, "their": 0.16014632196129694, "they": 0.11863452342503418}, "ignore": {"their - they": 0.04167611010327106, "their": 0.1502161660332812, "they": 0.10854005593001013}, "illegal": {"their - they": 0.08562311288944714, "their": 0.1912003513913979, "they": 0.10557723850195076}, "illegals": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "illnesses": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "im": {"their - they": -0.01947583015361734, "their": 0.14915652983992264, "they": 0.16863235999353998}, "imagine": {"their - they": 0.07863447439881052, "their": 0.24160155093376706, "they": 0.16296707653495654}, "immediate": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "immediately": {"their - they": -0.024396601537398005, "their": 0.18956393838985952, "they": 0.21396053992725753}, "immigrants": {"their - they": 0.0757226709058523, "their": 0.24330923663191892, "they": 0.16758656572606662}, "immigration": {"their - they": 0.013291393841599441, "their": 0.18971164989408948, "they": 0.17642025605249004}, "implement": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "important": {"their - they": 0.000690722445500308, "their": 0.1866384328318623, "they": 0.185947710386362}, "impossible": {"their - they": 0.04391071806536473, "their": 0.22649923516291473, "they": 0.18258851709755}, "in": {"their - they": 0.03792170293534031, "their": 0.3455188290624579, "they": 0.3075971261271176}, "incapable": {"their - they": 0.0003811201161674771, "their": 0.23219013016198223, "they": 0.23180901004581475}, "include": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "including": {"their - they": 0.06458176459628184, "their": 0.2406027109772387, "they": 0.17602094638095686}, "indeed": {"their - they": -0.08210461736641506, "their": 0.11781557394491937, "they": 0.19992019131133443}, "independent": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "index": {"their - they": -0.043347234296133436, "their": 0.13943718944365285, "they": 0.1827844237397863}, "india": {"their - they": 0.0007105923539128256, "their": 0.1639558267913485, "they": 0.1632452344374357}, "indians": {"their - they": 0.0007827967516071954, "their": 0.1502161660332812, "they": 0.149433369281674}, "indigenous": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "individuals": {"their - they": 0.0006127588029020137, "their": 0.18320127590045202, "they": 0.18258851709755}, "indoctrination": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "industry": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "infestations": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "infighting": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "influence": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "influenced": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "information": {"their - they": 0.04908436924703366, "their": 0.19632480246405887, "they": 0.1472404332170252}, "informed": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "injury": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "innocent": {"their - they": -0.024482133096089043, "their": 0.1726111339893763, "they": 0.19709326708546535}, "inside": {"their - they": 0.0006562809909514133, "their": 0.18590712780318228, "they": 0.18525084681223086}, "instead": {"their - they": 0.021097334460411704, "their": 0.2070450448467737, "they": 0.185947710386362}, "instill": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "instinct": {"their - they": 0.0005026295498605227, "their": 0.20583598146560286, "they": 0.20533335191574234}, "integrated": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "intelligent": {"their - they": 0.08562311288944714, "their": 0.1912003513913979, "they": 0.10557723850195076}, "intend": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "intention": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "interest": {"their - they": 0.000798373590729401, "their": 0.14730019455018023, "they": 0.14650182095945083}, "interested": {"their - they": 0.0009956893279707835, "their": 0.11169974588679432, "they": 0.11070405655882354}, "interesting": {"their - they": 0.000978707032600945, "their": 0.11467259161283441, "they": 0.11369388458023347}, "intergrate": {"their - they": 0.0003811201161674771, "their": 0.23219013016198223, "they": 0.23180901004581475}, "internet": {"their - they": -0.07144632187150399, "their": 0.103630921940498, "they": 0.175077243812002}, "interpret": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "interracial": {"their - they": 0.04391071806536473, "their": 0.22649923516291473, "they": 0.18258851709755}, "interviewed": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "into": {"their - they": 0.01141135677058508, "their": 0.23353166694093114, "they": 0.22212031017034606}, "introduce": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "involved": {"their - they": 0.07205918986721416, "their": 0.21578877809494387, "they": 0.14372958822772972}, "iq": {"their - they": 0.04129507536762453, "their": 0.1726111339893763, "they": 0.13131605862175177}, "ireland": {"their - they": -0.004159670725409154, "their": 0.1853396866427583, "they": 0.18949935736816745}, "irish": {"their - they": -0.008922232817978687, "their": 0.19841517104927425, "they": 0.20733740386725294}, "irreparable": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "is": {"their - they": 0.0482637073711773, "their": 0.2997803644346829, "they": 0.2515166570635056}, "islam": {"their - they": -0.04317588377518239, "their": 0.15661113083025363, "they": 0.19978701460543602}, "island": {"their - they": 0.0718777655902437, "their": 0.2213111348719177, "they": 0.149433369281674}, "israel": {"their - they": 0.0283750808347768, "their": 0.18971164989408948, "they": 0.16133656905931268}, "israeli": {"their - they": 0.0006407926388384, "their": 0.1776083799555033, "they": 0.1769675873166649}, "issue": {"their - they": 0.044428153173607876, "their": 0.2038440601018226, "they": 0.15941590692821472}, "it": {"their - they": -0.005564475312063721, "their": 0.2868828558706884, "they": 0.2924473311827521}, "italians": {"their - they": 0.0005451677090125284, "their": 0.1969625834495916, "they": 0.19641741574057908}, "items": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "its": {"their - they": -0.0032754054724322412, "their": 0.17878980088576182, "they": 0.18206520635819406}, "itself": {"their - they": 0.0859334288850305, "their": 0.18111312437635838, "they": 0.09517969549132788}, "ive": {"their - they": 0.04503225818218634, "their": 0.17466601322748995, "they": 0.1296337550453036}, "jack": {"their - they": 0.0413750454731506, "their": 0.1680892027422045, "they": 0.1267141572690539}, "jail": {"their - they": -0.043347234296133436, "their": 0.13943718944365285, "they": 0.1827844237397863}, "japanese": {"their - they": -0.024597788470349602, "their": 0.13943718944365285, "they": 0.16403497791400246}, "jerusalem": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "jesus": {"their - they": 0.049925788852400316, "their": 0.22796798261065804, "they": 0.17804219375825772}, "jew": {"their - they": 0.012868996905313845, "their": 0.195755703140082, "they": 0.18288670623476816}, "jewish": {"their - they": 0.06624154455178505, "their": 0.1861988808056781, "they": 0.11995733625389304}, "jews": {"their - they": 0.07063025637034434, "their": 0.2744916960053918, "they": 0.20386143963504746}, "job": {"their - they": 0.037805836116113795, "their": 0.20484439443054156, "they": 0.16703855831442777}, "jobs": {"their - they": 0.06731744557309119, "their": 0.2204509439755568, "they": 0.15313349840246562}, "jose": {"their - they": 0.0004503183336803662, "their": 0.21699047064977156, "they": 0.2165401523160912}, "joy": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "jpg": {"their - they": 0.08586296477059342, "their": 0.1834540505760899, "they": 0.09759108580549648}, "judge": {"their - they": 0.04715043683010475, "their": 0.19467914459424132, "they": 0.14752870776413657}, "jump": {"their - they": 0.0005790121787276614, "their": 0.20036602678416368, "they": 0.19978701460543602}, "jumped": {"their - they": 0.04129507536762453, "their": 0.1726111339893763, "they": 0.13131605862175177}, "jungle": {"their - they": -0.024430795622456813, "their": 0.18320127590045202, "they": 0.20763207152290883}, "jungles": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "just": {"their - they": -0.024803847417798508, "their": 0.2494935269537068, "they": 0.2742973743715053}, "justify": {"their - they": 0.11003421583039083, "their": 0.27520985654102936, "they": 0.16517564071063853}, "k": {"their - they": -0.014297375036494447, "their": 0.17268255899477325, "they": 0.1869799340312677}, "keen": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "keep": {"their - they": -0.00893691419778364, "their": 0.20473598050978103, "they": 0.21367289470756468}, "keeps": {"their - they": 0.0006892553363116727, "their": 0.1680892027422045, "they": 0.16739994740589284}, "kick": {"their - they": -0.014295768358014382, "their": 0.18111312437635838, "they": 0.19540889273437276}, "kid": {"their - they": 0.03118392876603726, "their": 0.20563219501777713, "they": 0.17444826625173987}, "kids": {"their - they": 0.031914335597206134, "their": 0.28963130992481906, "they": 0.2577169743276129}, "kill": {"their - they": -0.028429672938768635, "their": 0.18233238980448008, "they": 0.2107620627432487}, "killed": {"their - they": 0.0008470996221556504, "their": 0.15195416543152998, "they": 0.15110706580937433}, "killers": {"their - they": -0.024353680175053377, "their": 0.1969625834495916, "they": 0.221316263624645}, "killing": {"their - they": 0.0007698583406653414, "their": 0.16541800045957003, "they": 0.1646481421189047}, "kind": {"their - they": -0.014265910559784906, "their": 0.13393905095328917, "they": 0.14820496151307408}, "king": {"their - they": 0.10816206170764839, "their": 0.2546638826670992, "they": 0.14650182095945083}, "kingdom": {"their - they": 0.04358221137865603, "their": 0.23999962711923511, "they": 0.19641741574057908}, "kings": {"their - they": -0.02429772563256269, "their": 0.20583598146560286, "they": 0.23013370709816555}, "kiss": {"their - they": 0.0006892553363116727, "their": 0.1680892027422045, "they": 0.16739994740589284}, "knackers": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "knees": {"their - they": 0.0005026295498605227, "their": 0.20583598146560286, "they": 0.20533335191574234}, "knew": {"their - they": -0.043552235769901776, "their": 0.11316613468480188, "they": 0.15671837045470366}, "knife": {"their - they": 0.04450384146223946, "their": 0.20036602678416368, "they": 0.15586218532192422}, "knights": {"their - they": 0.08494034002243495, "their": 0.21165449729148886, "they": 0.1267141572690539}, "know": {"their - they": -0.0012619594758785102, "their": 0.2497042695151442, "they": 0.2509662289910227}, "knowing": {"their - they": -0.04298976465471174, "their": 0.1726111339893763, "they": 0.21560089864408805}, "knowingly": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "knowledge": {"their - they": 0.019005276179993646, "their": 0.216098543265459, "they": 0.19709326708546535}, "known": {"their - they": 0.0007827967516071954, "their": 0.1502161660332812, "they": 0.149433369281674}, "knows": {"their - they": 0.06523903422013475, "their": 0.22050041859381256, "they": 0.1552613843736778}, "knuckles": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "kosher": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "labeled": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "labled": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "labor": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "ladies": {"their - they": 0.04129507536762453, "their": 0.1726111339893763, "they": 0.13131605862175177}, "land": {"their - they": -0.006578663386470451, "their": 0.2103538177986952, "they": 0.21693248118516564}, "language": {"their - they": 0.06477653634283709, "their": 0.23480792084533383, "they": 0.17003138450249675}, "languages": {"their - they": 0.08543293791761762, "their": 0.19711866918282997, "they": 0.11168573126521235}, "lard": {"their - they": 0.0003811201161674771, "their": 0.23219013016198223, "they": 0.23180901004581475}, "large": {"their - they": -0.014296787077794165, "their": 0.16714334975252568, "they": 0.18144013683031984}, "last": {"their - they": 0.02403667409061777, "their": 0.17344017248697527, "they": 0.1494034983963575}, "late": {"their - they": 0.0726602874350412, "their": 0.19644372680234773, "they": 0.12378343936730653}, "lately": {"their - they": 0.08460415481890537, "their": 0.2210076221713012, "they": 0.13640346735239584}, "later": {"their - they": -0.026967277455575228, "their": 0.14810996635642676, "they": 0.175077243812002}, "latrines": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "laugh": {"their - they": 0.04996818229698394, "their": 0.22638843834947397, "they": 0.17642025605249004}, "laughing": {"their - they": 0.0716682071257595, "their": 0.22753039244768372, "they": 0.15586218532192422}, "law": {"their - they": -0.028474626877851877, "their": 0.17461703946592863, "they": 0.2030916663437805}, "lead": {"their - they": 0.08562311288944714, "their": 0.1912003513913979, "they": 0.10557723850195076}, "learn": {"their - they": 0.015034522323255473, "their": 0.24743850200000114, "they": 0.23240397967674567}, "learning": {"their - they": 0.0008273106508798478, "their": 0.1419266238361546, "they": 0.14109931318527474}, "learnt": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "least": {"their - they": -0.01685003457306475, "their": 0.20085000708224104, "they": 0.2177000416553058}, "leave": {"their - they": -0.01138723660710303, "their": 0.21862647276694963, "they": 0.23001370937405266}, "leaves": {"their - they": 0.04167611010327106, "their": 0.1502161660332812, "they": 0.10854005593001013}, "leaving": {"their - they": -0.024501930145755357, "their": 0.1680892027422045, "they": 0.19259113288795987}, "led": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "left": {"their - they": -0.014917324949274696, "their": 0.2056855398219644, "they": 0.2206028647712391}, "lefties": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "less": {"their - they": -0.02841209039763773, "their": 0.18516491546823088, "they": 0.2135770058658686}, "lesser": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "lesson": {"their - they": 0.041446800922701366, "their": 0.1639558267913485, "they": 0.12250902586864715}, "let": {"their - they": 0.049277668703164995, "their": 0.23755918766451675, "they": 0.18828151896135176}, "lets": {"their - they": -0.02464278424305233, "their": 0.11027121914808144, "they": 0.13491400339113377}, "letting": {"their - they": 0.047575242729172934, "their": 0.2546246842319796, "they": 0.20704944150280666}, "level": {"their - they": 0.08586296477059342, "their": 0.1834540505760899, "they": 0.09759108580549648}, "liberal": {"their - they": 0.062302123841796564, "their": 0.27443325894255977, "they": 0.2121311351007632}, "liberals": {"their - they": 0.06257392878387613, "their": 0.253739188566244, "they": 0.19116525978236787}, "library": {"their - they": 0.0005451677090125284, "their": 0.1969625834495916, "they": 0.19641741574057908}, "libtards": {"their - they": 0.0005451677090125284, "their": 0.1969625834495916, "they": 0.19641741574057908}, "licking": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "lie": {"their - they": 0.019500627773681445, "their": 0.17672752065097333, "they": 0.15722689287729189}, "lies": {"their - they": 0.01935725370118621, "their": 0.1884844786466818, "they": 0.1691272249454956}, "life": {"their - they": 0.07340950820111217, "their": 0.2238602700167644, "they": 0.15045076181565223}, "light": {"their - they": 0.010441459612036463, "their": 0.18238476163751519, "they": 0.17194330202547872}, "like": {"their - they": -0.028285241276716472, "their": 0.2481864898719737, "they": 0.27647173114869017}, "likes": {"their - they": 0.0006892553363116727, "their": 0.1680892027422045, "they": 0.16739994740589284}, "line": {"their - they": -0.043646013628781274, "their": 0.09657379201366019, "they": 0.14021980564244146}, "link": {"their - they": 0.073910163306295, "their": 0.14893896447882465, "they": 0.07502880117252965}, "lips": {"their - they": 0.01878278955149082, "their": 0.23274332947874835, "they": 0.21396053992725753}, "list": {"their - they": 0.11411434905584239, "their": 0.1881531608525191, "they": 0.0740388117966767}, "listen": {"their - they": 0.04741838641334631, "their": 0.18233238980448008, "they": 0.13491400339113377}, "lit": {"their - they": 0.0004503183336803662, "their": 0.21699047064977156, "they": 0.2165401523160912}, "liters": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "little": {"their - they": 0.0314779922912414, "their": 0.24328227796396398, "they": 0.21180428567272258}, "live": {"their - they": -0.00990769460397295, "their": 0.16263750192121684, "they": 0.1725451965251898}, "lived": {"their - they": 0.04220373919197719, "their": 0.11467259161283441, "they": 0.07246885242085722}, "lives": {"their - they": 0.11094364589043937, "their": 0.2923837827207592, "they": 0.18144013683031984}, "living": {"their - they": -0.05670976115558657, "their": 0.14817428474623143, "they": 0.204884045901818}, "ll": {"their - they": -0.040297017082301934, "their": 0.18626107188266408, "they": 0.22655808896496601}, "local": {"their - they": 0.0377619492988622, "their": 0.20698348370542502, "they": 0.16922153440656282}, "locals": {"their - they": 0.04376065357540673, "their": 0.23274332947874835, "they": 0.1889826759033416}, "locust": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "lol": {"their - they": -0.0827866790076654, "their": 0.07944872832139888, "they": 0.16223540732906427}, "lololol": {"their - they": 0.08239112973230323, "their": 0.27448357179141936, "they": 0.19209244205911613}, "long": {"their - they": -0.0670253905433881, "their": 0.14090778286046263, "they": 0.20793317340385073}, "longer": {"their - they": -0.014296489490095654, "their": 0.1788739464104434, "they": 0.19317043590053906}, "look": {"their - they": 0.000637869670954222, "their": 0.22323749257757436, "they": 0.22259962290662014}, "looking": {"their - they": 0.04048269193671908, "their": 0.18661748097631478, "they": 0.1461347890395957}, "looks": {"their - they": -0.006479083090313087, "their": 0.17837788056973597, "they": 0.18485696366004906}, "loose": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "lose": {"their - they": 0.0007489455083294072, "their": 0.15661113083025363, "they": 0.15586218532192422}, "losing": {"their - they": 0.09099070905039774, "their": 0.2629357267499008, "they": 0.17194501769950304}, "loss": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "lost": {"their - they": 0.0006449804047769236, "their": 0.19467914459424132, "they": 0.1940341641894644}, "lot": {"their - they": 0.0009775764449388435, "their": 0.13902759781852725, "they": 0.1380500213735884}, "lots": {"their - they": 0.047777445746453456, "their": 0.16473183700636773, "they": 0.11695439125991428}, "love": {"their - they": -0.006460493628483999, "their": 0.17326647800353417, "they": 0.17972697163201817}, "loved": {"their - they": 0.071550062741887, "their": 0.23096596967010172, "they": 0.15941590692821472}, "low": {"their - they": -0.05814290299636854, "their": 0.1502161660332812, "they": 0.20835906902964973}, "lower": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "loyalty": {"their - they": 0.0005026295498605227, "their": 0.20583598146560286, "they": 0.20533335191574234}, "luck": {"their - they": 0.0009515660233641865, "their": 0.11945763330800747, "they": 0.11850606728464329}, "lucky": {"their - they": 0.0006892553363116727, "their": 0.1680892027422045, "they": 0.16739994740589284}, "lunch": {"their - they": 0.0006661162898732587, "their": 0.1726111339893763, "they": 0.17194501769950304}, "lust": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "m": {"their - they": 0.033008393407113756, "their": 0.17046629314361025, "they": 0.1374578997364965}, "made": {"their - they": 0.0202506256488518, "their": 0.10906246297913606, "they": 0.08881183733028426}, "madness": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "magic": {"their - they": 0.0005026295498605227, "their": 0.20583598146560286, "they": 0.20533335191574234}, "mail": {"their - they": -0.014297118616198284, "their": 0.1689262952152802, "they": 0.18322341383147847}, "main": {"their - they": 0.028069570106944997, "their": 0.20850026796528812, "they": 0.18043069785834312}, "maintain": {"their - they": 0.0005026295498605227, "their": 0.20583598146560286, "they": 0.20533335191574234}, "majestic": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "major": {"their - they": 0.04503225818218634, "their": 0.17466601322748995, "they": 0.1296337550453036}, "majority": {"their - they": 0.033432533612608145, "their": 0.22239581544269535, "they": 0.1889632818300872}, "make": {"their - they": 0.02107643592590036, "their": 0.2504614012521104, "they": 0.22938496532621006}, "maker": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "makes": {"their - they": 0.026489666678656848, "their": 0.25411827893419064, "they": 0.2276286122555338}, "making": {"their - they": 0.0007155397527107699, "their": 0.18233238980448008, "they": 0.1816168500517693}, "male": {"their - they": -0.05877652610762049, "their": 0.10239212479123935, "they": 0.16116865089885984}, "males": {"their - they": 0.019249495726683497, "their": 0.19711866918282997, "they": 0.17786917345614647}, "man": {"their - they": -0.023134151694853666, "their": 0.13365804575011772, "they": 0.1567921974449714}, "manipulation": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "mannerisms": {"their - they": 0.042674561745604606, "their": 0.27448357179141936, "they": 0.23180901004581475}, "manners": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "many": {"their - they": 0.05233091862853445, "their": 0.26201950544420616, "they": 0.2096885868156717}, "march": {"their - they": -0.024645941917526615, "their": 0.10117987534460554, "they": 0.12582581726213216}, "marches": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "mark": {"their - they": -0.024518913580497265, "their": 0.1639558267913485, "they": 0.18847474037184578}, "marked": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "marriage": {"their - they": 0.04637279264338626, "their": 0.22753039244768372, "they": 0.18115759980429746}, "married": {"their - they": 0.0005203430238238382, "their": 0.21165449729148886, "they": 0.21113415426766502}, "martin": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "marxist": {"their - they": 0.0007105923539128256, "their": 0.1639558267913485, "they": 0.1632452344374357}, "mary": {"their - they": 0.04391071806536473, "their": 0.22649923516291473, "they": 0.18258851709755}, "mass": {"their - they": 0.019500627773681445, "their": 0.17672752065097333, "they": 0.15722689287729189}, "massive": {"their - they": 0.0006277172487504923, "their": 0.1912003513913979, "they": 0.1905726341426474}, "master": {"their - they": 0.11090398207431434, "their": 0.25948633473811294, "they": 0.1485823526637986}, "masters": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "mate": {"their - they": 0.04184610363815637, "their": 0.13943718944365285, "they": 0.09759108580549648}, "material": {"their - they": 0.04425454988559602, "their": 0.21165449729148886, "they": 0.16739994740589284}, "mathieson": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "mating": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "matter": {"their - they": 0.0008837629893600207, "their": 0.1456863954585663, "they": 0.14480263246920627}, "may": {"their - they": -0.013198656956110444, "their": 0.1757684932458197, "they": 0.18896715020193014}, "maybe": {"their - they": 0.02539676722407669, "their": 0.23720105289679927, "they": 0.21180428567272258}, "me": {"their - they": -0.01146352620527244, "their": 0.17324135511091032, "they": 0.18470488131618276}, "mean": {"their - they": -0.010161236099678145, "their": 0.1627500932155611, "they": 0.17291132931523925}, "means": {"their - they": -0.04358725526915909, "their": 0.10751981054021524, "they": 0.15110706580937433}, "meant": {"their - they": 0.04162568683840846, "their": 0.1533114181036208, "they": 0.11168573126521235}, "measure": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "media": {"their - they": 0.012581963998056195, "their": 0.22100737355190572, "they": 0.20842540955384953}, "meet": {"their - they": -0.027040363545801346, "their": 0.1157922392922623, "they": 0.14283260283806365}, "meeting": {"their - they": 0.044428153173607876, "their": 0.2038440601018226, "they": 0.15941590692821472}, "member": {"their - they": 0.04211460958519225, "their": 0.12115089431896703, "they": 0.07903628473377478}, "members": {"their - they": 0.05041411113891861, "their": 0.20920756577928748, "they": 0.15879345464036887}, "memories": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "memorize": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "men": {"their - they": -0.05675268785232346, "their": 0.1452096041122524, "they": 0.20196229196457585}, "mentality": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "mention": {"their - they": -0.043407127684535196, "their": 0.13261381869642166, "they": 0.17602094638095686}, "mercy": {"their - they": 0.04358221137865603, "their": 0.23999962711923511, "they": 0.19641741574057908}, "mess": {"their - they": 0.07197154031492589, "their": 0.21847336127437672, "they": 0.14650182095945083}, "message": {"their - they": 0.11090116569131242, "their": 0.19346815655696023, "they": 0.08256699086564781}, "messed": {"their - they": 0.08352032531352765, "their": 0.2486959660241662, "they": 0.16517564071063853}, "met": {"their - they": 0.019500627773681445, "their": 0.17672752065097333, "they": 0.15722689287729189}, "metal": {"their - they": 0.04510760343436465, "their": 0.17077110691083375, "they": 0.1256635034764691}, "mexican": {"their - they": 0.04162568683840846, "their": 0.1533114181036208, "they": 0.11168573126521235}, "mexicans": {"their - they": 0.0007827967516071954, "their": 0.1502161660332812, "they": 0.149433369281674}, "mexico": {"their - they": 0.04151179853626276, "their": 0.16014632196129694, "they": 0.11863452342503418}, "middle": {"their - they": 0.04514285584797366, "their": 0.1689262952152802, "they": 0.12378343936730653}, "might": {"their - they": -0.01320999570986539, "their": 0.1917729296607532, "they": 0.2049829253706186}, "miles": {"their - they": -0.04327243959246718, "their": 0.14730019455018023, "they": 0.1905726341426474}, "militants": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "military": {"their - they": 0.019447598703747376, "their": 0.18111312437635838, "they": 0.161665525672611}, "million": {"their - they": 0.04200952022682097, "their": 0.12851263455085937, "they": 0.0865031143240384}, "millions": {"their - they": 0.04718828903935146, "their": 0.1929713956427761, "they": 0.14578310660342464}, "mind": {"their - they": 0.021212985845690563, "their": 0.19881460762286965, "they": 0.1776016217771791}, "mindless": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "minds": {"their - they": 0.051081713559364306, "their": 0.27710075328550327, "they": 0.22601903972613896}, "mine": {"their - they": -0.10041087118106673, "their": 0.11316613468480188, "they": 0.2135770058658686}, "miniskirt": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "minister": {"their - they": 0.044949457377110535, "their": 0.1788739464104434, "they": 0.13392448903333287}, "minorities": {"their - they": -0.024482133096089043, "their": 0.1726111339893763, "they": 0.19709326708546535}, "minority": {"their - they": -0.0378573521781988, "their": 0.15467314419232467, "they": 0.19253049637052347}, "mixed": {"their - they": -0.02300444741264962, "their": 0.19054856167081388, "they": 0.2135530090834635}, "mixing": {"their - they": 0.0283750808347768, "their": 0.18971164989408948, "they": 0.16133656905931268}, "mlk": {"their - they": 0.0003811201161674771, "their": 0.23219013016198223, "they": 0.23180901004581475}, "mobilized": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "moderators": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "moment": {"their - they": -0.02462086385160625, "their": 0.12851263455085937, "they": 0.15313349840246562}, "moments": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "monarchy": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "money": {"their - they": 0.029499633830392613, "their": 0.23251669816797665, "they": 0.20301706433758404}, "monitor": {"their - they": 0.04358221137865603, "their": 0.23999962711923511, "they": 0.19641741574057908}, "monkey": {"their - they": 0.09154654560358255, "their": 0.2509624525317973, "they": 0.15941590692821472}, "monkeys": {"their - they": 0.0007663590980115931, "their": 0.1533114181036208, "they": 0.15254505900560922}, "month": {"their - they": -0.04358725526915909, "their": 0.10751981054021524, "they": 0.15110706580937433}, "morally": {"their - they": 0.0003811201161674771, "their": 0.23219013016198223, "they": 0.23180901004581475}, "more": {"their - they": -0.013059944157537695, "their": 0.23236848943132546, "they": 0.24542843358886315}, "moscow": {"their - they": 0.0006892553363116727, "their": 0.1680892027422045, "they": 0.16739994740589284}, "most": {"their - they": 0.06261972943510691, "their": 0.25791314997365233, "they": 0.19529342053854543}, "mostly": {"their - they": -0.014295128662141332, "their": 0.1621251273903487, "they": 0.17642025605249004}, "mother": {"their - they": 0.037888080087331744, "their": 0.20079519252298664, "they": 0.1629071124356549}, "move": {"their - they": -0.02854844826600908, "their": 0.1598996093393104, "they": 0.1884480576053195}, "moved": {"their - they": 0.13493692878042984, "their": 0.19881460762286965, "they": 0.06387767884243979}, "moving": {"their - they": 0.04499187501607821, "their": 0.17672752065097333, "they": 0.13173564563489512}, "mtv": {"their - they": 0.0006661162898732587, "their": 0.1726111339893763, "they": 0.17194501769950304}, "much": {"their - they": 0.0005765959975504442, "their": 0.2332374466841137, "they": 0.23266085068656325}, "mud": {"their - they": -0.02461307418087022, "their": 0.13261381869642166, "they": 0.15722689287729189}, "mudraces": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "multiculti": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "multicultural": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "multiculturalism": {"their - they": 0.044698530431947076, "their": 0.1912003513913979, "they": 0.14650182095945083}, "multikulti": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "multiply": {"their - they": 0.08387503694573095, "their": 0.23999962711923511, "they": 0.15612459017350416}, "muppet": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "murder": {"their - they": -0.024645941917526615, "their": 0.10117987534460554, "they": 0.12582581726213216}, "murdered": {"their - they": -0.024584451783563527, "their": 0.14454277316193206, "they": 0.1691272249454956}, "murderer": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "music": {"their - they": 0.000969251270933974, "their": 0.1403480719535369, "they": 0.13937882068260293}, "muslim": {"their - they": -0.02462982409589927, "their": 0.1228988836682373, "they": 0.14752870776413657}, "muslims": {"their - they": 0.0005555409766694053, "their": 0.21081521496806807, "they": 0.21025967399139867}, "must": {"their - they": -0.022060904273203008, "their": 0.18783941825326084, "they": 0.20990032252646385}, "mutilate": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "my": {"their - they": -0.01611834094082512, "their": 0.18967180769406952, "they": 0.20579014863489464}, "myself": {"their - they": 0.028677817229221775, "their": 0.17000933416112263, "they": 0.14133151693190085}, "n": {"their - they": -0.03479138161894785, "their": 0.25749392356945966, "they": 0.2922853051884075}, "name": {"their - they": 0.0267904753197048, "their": 0.21830503794521625, "they": 0.19151456262551145}, "names": {"their - they": 0.027851837282365233, "their": 0.2213111348719177, "they": 0.19345929758955246}, "nasty": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "nation": {"their - they": 0.010501833207299915, "their": 0.17608493434054565, "they": 0.16558310113324573}, "national": {"their - they": 0.02661635396660067, "their": 0.21778161374896854, "they": 0.19116525978236787}, "nationalism": {"their - they": 0.04693561588930606, "their": 0.20416250876659794, "they": 0.15722689287729189}, "nationalist": {"their - they": -0.00786439778634171, "their": 0.15786627107695825, "they": 0.16573066886329996}, "nationalists": {"their - they": -0.058642216612785375, "their": 0.11467259161283441, "they": 0.1733148082256198}, "nationality": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "nations": {"their - they": 0.05193377643303623, "their": 0.25029343253183783, "they": 0.1983596560988016}, "native": {"their - they": 0.11332057247396024, "their": 0.20850026796528812, "they": 0.09517969549132788}, "natives": {"their - they": 0.08460415481890537, "their": 0.2210076221713012, "they": 0.13640346735239584}, "naturally": {"their - they": -0.043044951525460506, "their": 0.1680892027422045, "they": 0.21113415426766502}, "nature": {"their - they": 0.019500627773681445, "their": 0.17672752065097333, "they": 0.15722689287729189}, "nazis": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "near": {"their - they": -0.014279441294417577, "their": 0.14336271322211, "they": 0.15764215451652758}, "nearest": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "need": {"their - they": 0.021393712309646207, "their": 0.23148731493076902, "they": 0.2100936026211228}, "needless": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "needs": {"their - they": 0.04188239148250625, "their": 0.13706208697383412, "they": 0.09517969549132788}, "negro": {"their - they": 0.012930243413542902, "their": 0.1902799055449736, "they": 0.1773496621314307}, "negroes": {"their - they": 0.026354697573066077, "their": 0.22849059510415287, "they": 0.2021358975310868}, "negroid": {"their - they": 0.0413750454731506, "their": 0.1680892027422045, "they": 0.1267141572690539}, "neighbor": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "neighborhoods": {"their - they": 0.04391071806536473, "their": 0.22649923516291473, "they": 0.18258851709755}, "neighbors": {"their - they": 0.0006661162898732587, "their": 0.1726111339893763, "they": 0.17194501769950304}, "net": {"their - they": 0.04213820826693218, "their": 0.11945763330800747, "they": 0.0773194250410753}, "never": {"their - they": 0.0006836250908428265, "their": 0.21666628722555636, "they": 0.21598266213471354}, "nevertheless": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "new": {"their - they": -0.050786655366763994, "their": 0.10720998097610754, "they": 0.15799663634287153}, "news": {"their - they": 0.052894896814847464, "their": 0.2102538632226689, "they": 0.15735896640782143}, "newspaper": {"their - they": 0.0413750454731506, "their": 0.1680892027422045, "they": 0.1267141572690539}, "next": {"their - they": -0.019461719770144742, "their": 0.1720528428553667, "they": 0.19151456262551145}, "nice": {"their - they": 0.02161607196775278, "their": 0.16887001460250411, "they": 0.14725394263475133}, "nigeria": {"their - they": 0.0006892553363116727, "their": 0.1680892027422045, "they": 0.16739994740589284}, "nigerian": {"their - they": 0.0006127588029020137, "their": 0.18320127590045202, "they": 0.18258851709755}, "night": {"their - they": -0.02701851669255481, "their": 0.1292991250750289, "they": 0.1563176417675837}, "no": {"their - they": -0.02909087101230559, "their": 0.22605080174045225, "they": 0.25514167275275784}, "non": {"their - they": 0.011289331406828695, "their": 0.22115807723564082, "they": 0.20986874582881213}, "none": {"their - they": 0.01972638415014033, "their": 0.15753321246111607, "they": 0.13780682831097574}, "nonwhite": {"their - they": 0.01911599724654972, "their": 0.2075907376183955, "they": 0.18847474037184578}, "nonwhites": {"their - they": 0.0007304150330822157, "their": 0.16014632196129694, "they": 0.15941590692821472}, "nor": {"their - they": 0.04172295604822947, "their": 0.14730019455018023, "they": 0.10557723850195076}, "nordic": {"their - they": 0.09364865130327783, "their": 0.19881460762286965, "they": 0.10516595631959182}, "normal": {"their - they": 0.04480781461790753, "their": 0.18590712780318228, "they": 0.14109931318527474}, "north": {"their - they": 0.01969157283298767, "their": 0.16055101718982012, "they": 0.14085944435683245}, "northern": {"their - they": 0.0007290408613367938, "their": 0.17268255899477325, "they": 0.17195351813343646}, "norway": {"their - they": -0.024603438698776875, "their": 0.13706208697383412, "they": 0.161665525672611}, "nose": {"their - they": 0.0007304150330822157, "their": 0.16014632196129694, "they": 0.15941590692821472}, "not": {"their - they": 0.010660422369429545, "their": 0.2841184232151532, "they": 0.27345800084572364}, "note": {"their - they": 0.08623353772571106, "their": 0.17077110691083375, "they": 0.08453756918512269}, "nothing": {"their - they": -0.005438244617368443, "their": 0.17215196261051743, "they": 0.17759020722788588}, "notice": {"their - they": 0.06697335959150455, "their": 0.231008337505507, "they": 0.16403497791400246}, "noticed": {"their - they": -0.02456772599878909, "their": 0.1502161660332812, "they": 0.1747838920320703}, "now": {"their - they": -0.011312169640897485, "their": 0.2019351560134961, "they": 0.21324732565439358}, "nowadays": {"their - they": 0.019005276179993646, "their": 0.216098543265459, "they": 0.19709326708546535}, "ns": {"their - they": 0.04172295604822947, "their": 0.14730019455018023, "they": 0.10557723850195076}, "nt": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "number": {"their - they": 0.0007601095888698228, "their": 0.16714334975252568, "they": 0.16638324016365585}, "numbers": {"their - they": -0.0819124833815659, "their": 0.12657513996179756, "they": 0.20848762334336346}, "o": {"their - they": 0.000707458651472731, "their": 0.18373027910069487, "they": 0.18302282044922213}, "obama": {"their - they": 0.04191669998359876, "their": 0.13479069207305575, "they": 0.09287399208945699}, "object": {"their - they": 0.0005026295498605227, "their": 0.20583598146560286, "they": 0.20533335191574234}, "obstacle": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "obviously": {"their - they": 0.0007663590980115931, "their": 0.1533114181036208, "they": 0.15254505900560922}, "of": {"their - they": 0.04022798841702219, "their": 0.3611272668608242, "they": 0.320899278443802}, "off": {"their - they": 0.019955312914477275, "their": 0.2756410543656661, "they": 0.25568574145118883}, "office": {"their - they": 0.07127865407274936, "their": 0.2386786014786422, "they": 0.16739994740589284}, "officers": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "official": {"their - they": 0.041571141915800316, "their": 0.15661113083025363, "they": 0.11503998891445331}, "offspring": {"their - they": 0.08387503694573095, "their": 0.23999962711923511, "they": 0.15612459017350416}, "often": {"their - they": 0.0208463453878166, "their": 0.22441681928246407, "they": 0.20357047389464747}, "oh": {"their - they": 0.0008007145544436656, "their": 0.16783927286887143, "they": 0.16703855831442777}, "oil": {"their - they": 0.0005607810902871768, "their": 0.2038440601018226, "they": 0.20328327901153542}, "ok": {"their - they": -0.02695382814801564, "their": 0.15195416543152998, "they": 0.17890799357954562}, "okay": {"their - they": -0.024501930145755357, "their": 0.1680892027422045, "they": 0.19259113288795987}, "old": {"their - they": -0.011225143641307361, "their": 0.13430233315547158, "they": 0.14552747679677894}, "on": {"their - they": 0.01937225474705917, "their": 0.2965102406476967, "they": 0.27713798590063754}, "once": {"their - they": -0.015817679436908566, "their": 0.16043543797436866, "they": 0.17625311741127722}, "one": {"their - they": -0.026900738421937437, "their": 0.2109395292149042, "they": 0.23784026763684163}, "ones": {"their - they": 0.012471789879038964, "their": 0.23052744607946385, "they": 0.21805565620042489}, "online": {"their - they": 0.0007534358986091838, "their": 0.17583067971061117, "they": 0.175077243812002}, "only": {"their - they": 0.009759403271893424, "their": 0.2583874117367317, "they": 0.24862800846483826}, "onto": {"their - they": 0.04151179853626276, "their": 0.16014632196129694, "they": 0.11863452342503418}, "open": {"their - they": 0.03792672301997435, "their": 0.19887390162208549, "they": 0.16094717860211114}, "openly": {"their - they": 0.06628250560884416, "their": 0.2509624525317973, "they": 0.18467994692295311}, "opinions": {"their - they": 0.08416097681494975, "their": 0.23274332947874835, "they": 0.1485823526637986}, "oppose": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "opposing": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "or": {"their - they": 0.009852559162965513, "their": 0.2736132294384292, "they": 0.2637606702754637}, "orchestrating": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "order": {"their - they": 0.05094886450841138, "their": 0.24160155093376706, "they": 0.19065268642535568}, "org": {"their - they": -0.027050075196909273, "their": 0.0990740389927639, "they": 0.12612411418967318}, "organization": {"their - they": 0.0008131849342023489, "their": 0.14454277316193206, "they": 0.14372958822772972}, "orlando": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "orthodox": {"their - they": 0.0005812624865179083, "their": 0.18956393838985952, "they": 0.1889826759033416}, "other": {"their - they": 0.019688649883521148, "their": 0.23289417136006949, "they": 0.21320552147654834}, "others": {"their - they": 0.03103580833961883, "their": 0.21363874994218132, "they": 0.1826029416025625}, "otherwise": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "ought": {"their - they": 0.0005026295498605227, "their": 0.20583598146560286, "they": 0.20533335191574234}, "our": {"their - they": -0.0027552424499245054, "their": 0.23701629468653956, "they": 0.23977153713646407}, "ours": {"their - they": -0.0701808995582662, "their": 0.1680892027422045, "they": 0.23827010230047072}, "out": {"their - they": -0.02636780670488814, "their": 0.23797635295760156, "they": 0.2643441596624897}, "outside": {"their - they": 0.13521019779317156, "their": 0.24738903136312163, "they": 0.11217883356995006}, "outta": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "over": {"their - they": -0.0025913408685478423, "their": 0.20424692625868573, "they": 0.20683826712723358}, "overcome": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "own": {"their - they": 0.12791649100880034, "their": 0.36841893716403695, "they": 0.2405024461552366}, "owned": {"their - they": 0.0413750454731506, "their": 0.1680892027422045, "they": 0.1267141572690539}, "owners": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "p": {"their - they": -0.07154582139314185, "their": 0.09657379201366019, "they": 0.16811961340680204}, "page": {"their - they": 0.07330584333765883, "their": 0.1734291953169253, "they": 0.10012335197926647}, "paint": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "pair": {"their - they": -0.0579060178685917, "their": 0.1639558267913485, "they": 0.22186184465994022}, "paki": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "pakis": {"their - they": 0.04129507536762453, "their": 0.1726111339893763, "they": 0.13131605862175177}, "pale": {"their - they": 0.0006407926388384, "their": 0.1776083799555033, "they": 0.1769675873166649}, "palenka": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "pantheon": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "pants": {"their - they": 0.1112285570415397, "their": 0.2533280560503682, "they": 0.14209949900882848}, "paper": {"their - they": 0.08599995432098642, "their": 0.1788739464104434, "they": 0.09287399208945699}, "parading": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "parasite": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "parasites": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "parent": {"their - they": 0.047461172544553676, "their": 0.2585953268122187, "they": 0.21113415426766502}, "parents": {"their - they": 0.1240931582957917, "their": 0.32496022459878976, "they": 0.20086706630299805}, "part": {"their - they": -0.027047399316136075, "their": 0.10780068526937787, "they": 0.13484808458551395}, "parts": {"their - they": 0.04151179853626276, "their": 0.16014632196129694, "they": 0.11863452342503418}, "party": {"their - they": 0.06577552932698999, "their": 0.20278360361730344, "they": 0.13700807429031345}, "pass": {"their - they": 0.008443456538498678, "their": 0.2103538177986952, "they": 0.2019103612601965}, "passed": {"their - they": 0.04151179853626276, "their": 0.16014632196129694, "they": 0.11863452342503418}, "past": {"their - they": 0.0005593847761021786, "their": 0.21778161374896854, "they": 0.21722222897286636}, "pathetic": {"their - they": -0.024430795622456813, "their": 0.18320127590045202, "they": 0.20763207152290883}, "pay": {"their - they": -0.02690627417785968, "their": 0.163746412247496, "they": 0.19065268642535568}, "payments": {"their - they": 0.0004503183336803662, "their": 0.21699047064977156, "they": 0.2165401523160912}, "pc": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "peanut": {"their - they": 0.0005451677090125284, "their": 0.1969625834495916, "they": 0.19641741574057908}, "peer": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "people": {"their - they": 0.037990035473674966, "their": 0.31371450734935974, "they": 0.2757244718756848}, "peoples": {"their - they": 0.04637279264338626, "their": 0.22753039244768372, "they": 0.18115759980429746}, "perceive": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "percent": {"their - they": 0.08553159819266128, "their": 0.1940716541226714, "they": 0.10854005593001013}, "perfect": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "perhaps": {"their - they": 0.021031226414941456, "their": 0.21168391284029714, "they": 0.19065268642535568}, "perry": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "person": {"their - they": 0.04566135145890918, "their": 0.20149506946362575, "they": 0.15583371800471657}, "personal": {"their - they": 0.04176666889398074, "their": 0.14454277316193206, "they": 0.10277610426795132}, "personnel": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "perspective": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "persucuted": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "perverted": {"their - they": 0.0004503183336803662, "their": 0.21699047064977156, "they": 0.2165401523160912}, "pest": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "pet": {"their - they": 0.0009515660233641865, "their": 0.11945763330800747, "they": 0.11850606728464329}, "phone": {"their - they": 0.0009321945484381117, "their": 0.1228988836682373, "they": 0.12196668911979919}, "pic": {"their - they": 0.041446800922701366, "their": 0.1639558267913485, "they": 0.12250902586864715}, "pick": {"their - they": 0.013115216916827765, "their": 0.20628565281736683, "they": 0.19317043590053906}, "pics": {"their - they": 0.019287762090601124, "their": 0.1940716541226714, "they": 0.1747838920320703}, "picture": {"their - they": 0.01354941666669901, "their": 0.16473183700636773, "they": 0.15118242033966872}, "pictures": {"their - they": 0.07339534014580795, "their": 0.17000933416112263, "they": 0.09661399401531467}, "pills": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "pimped": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "place": {"their - they": -0.022092918779421683, "their": 0.17610077826794163, "they": 0.1981936970473633}, "places": {"their - they": -0.02464484008648342, "their": 0.10619334407952748, "they": 0.1308381841660109}, "plague": {"their - they": 0.0004503183336803662, "their": 0.21699047064977156, "they": 0.2165401523160912}, "plain": {"their - they": 0.0006127588029020137, "their": 0.18320127590045202, "they": 0.18258851709755}, "plan": {"their - they": 0.04213820826693218, "their": 0.11945763330800747, "they": 0.0773194250410753}, "plants": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "plates": {"their - they": -0.024353680175053377, "their": 0.1969625834495916, "they": 0.221316263624645}, "play": {"their - they": -0.02463791883556793, "their": 0.11622152552126452, "they": 0.14085944435683245}, "players": {"their - they": 0.04376065357540673, "their": 0.23274332947874835, "they": 0.1889826759033416}, "playing": {"their - they": 0.037032237082591235, "their": 0.2406027109772387, "they": 0.20357047389464747}, "ple": {"their - they": -0.043570590707621454, "their": 0.11027121914808144, "they": 0.1538418098557029}, "please": {"their - they": -0.038151025524574195, "their": 0.1029955278778022, "they": 0.1411465534023764}, "plenty": {"their - they": 0.0006661162898732587, "their": 0.1726111339893763, "they": 0.17194501769950304}, "plus": {"their - they": 0.062107861195079855, "their": 0.2700399499966148, "they": 0.20793208880153494}, "pm": {"their - they": 0.0010603443897311687, "their": 0.11650793730651485, "they": 0.11544759291678368}, "pockets": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "point": {"their - they": 0.052830034116447405, "their": 0.21928055510575842, "they": 0.166450520989311}, "pointed": {"their - they": 0.0005812624865179083, "their": 0.18956393838985952, "they": 0.1889826759033416}, "poisoning": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "poles": {"their - they": 0.0007304150330822157, "their": 0.16014632196129694, "they": 0.15941590692821472}, "police": {"their - they": 0.008700518615108899, "their": 0.18251662293335055, "they": 0.17381610431824165}, "policy": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "polish": {"their - they": 0.04167611010327106, "their": 0.1502161660332812, "they": 0.10854005593001013}, "political": {"their - they": 0.0007827967516071954, "their": 0.1502161660332812, "they": 0.149433369281674}, "politics": {"their - they": 0.04167611010327106, "their": 0.1502161660332812, "they": 0.10854005593001013}, "pool": {"their - they": 0.04129507536762453, "their": 0.1726111339893763, "they": 0.13131605862175177}, "poor": {"their - they": -0.010187343857937264, "their": 0.17583067971061117, "they": 0.18601802356854844}, "population": {"their - they": 0.0009698952832423724, "their": 0.11622152552126452, "they": 0.11525163023802215}, "position": {"their - they": 0.0006661162898732587, "their": 0.1726111339893763, "they": 0.17194501769950304}, "positions": {"their - they": 0.11003421583039083, "their": 0.27520985654102936, "they": 0.16517564071063853}, "possible": {"their - they": 0.06759193583338985, "their": 0.21168391284029714, "they": 0.1440919770069073}, "post": {"their - they": -0.04805214569096414, "their": 0.08201086182404313, "they": 0.13006300751500727}, "posted": {"their - they": 0.0010634592685155458, "their": 0.09999298820925769, "they": 0.09892952894074214}, "poster": {"their - they": 0.044698530431947076, "their": 0.1912003513913979, "they": 0.14650182095945083}, "posters": {"their - they": 0.041446800922701366, "their": 0.1639558267913485, "they": 0.12250902586864715}, "posts": {"their - they": 0.0009956893279707835, "their": 0.11169974588679432, "they": 0.11070405655882354}, "power": {"their - they": 0.03079183794337592, "their": 0.2264532129326147, "they": 0.19566137498923877}, "practically": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "practice": {"their - they": 0.0413750454731506, "their": 0.1680892027422045, "they": 0.1267141572690539}, "practices": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "pray": {"their - they": 0.041571141915800316, "their": 0.15661113083025363, "they": 0.11503998891445331}, "pre": {"their - they": 0.0413750454731506, "their": 0.1680892027422045, "they": 0.1267141572690539}, "preach": {"their - they": 0.08352032531352765, "their": 0.2486959660241662, "they": 0.16517564071063853}, "precisely": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "preposterous": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "presence": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "press": {"their - they": -0.04317588377518239, "their": 0.15661113083025363, "they": 0.19978701460543602}, "pressure": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "pretend": {"their - they": 0.0004503183336803662, "their": 0.21699047064977156, "they": 0.2165401523160912}, "pretending": {"their - they": -0.024353680175053377, "their": 0.1969625834495916, "they": 0.221316263624645}, "pretty": {"their - they": -0.06212310495507234, "their": 0.16450511560793288, "they": 0.22662822056300522}, "prevent": {"their - they": 0.0005451677090125284, "their": 0.1969625834495916, "they": 0.19641741574057908}, "pride": {"their - they": 0.02685012391358227, "their": 0.20380459833594794, "they": 0.17695447442236567}, "primates": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "prime": {"their - they": 0.0007489455083294072, "their": 0.15661113083025363, "they": 0.15586218532192422}, "primitive": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "print": {"their - they": 0.041571141915800316, "their": 0.15661113083025363, "they": 0.11503998891445331}, "prison": {"their - they": -0.04332422297607627, "their": 0.1419266238361546, "they": 0.18525084681223086}, "privacy": {"their - they": 0.10940506192631522, "their": 0.2859669361779473, "they": 0.17656187425163206}, "private": {"their - they": 0.0006423329635326103, "their": 0.1884844786466818, "they": 0.1878421456831492}, "pro": {"their - they": 0.033810620426369925, "their": 0.20277445519043796, "they": 0.16896383476406804}, "probably": {"their - they": -0.10126868342492988, "their": 0.1157922392922623, "they": 0.21706092271719218}, "problem": {"their - they": 0.031270817196538764, "their": 0.20085000708224104, "they": 0.16957918988570228}, "probz": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "process": {"their - they": 0.04358221137865603, "their": 0.23999962711923511, "they": 0.19641741574057908}, "professor": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "progressive": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "project": {"their - they": 0.04172295604822947, "their": 0.14730019455018023, "they": 0.10557723850195076}, "promise": {"their - they": 0.0005026295498605227, "their": 0.20583598146560286, "they": 0.20533335191574234}, "promote": {"their - they": -0.024608513054983433, "their": 0.13479069207305575, "they": 0.15939920512803918}, "proof": {"their - they": 0.0006661162898732587, "their": 0.1726111339893763, "they": 0.17194501769950304}, "propaganda": {"their - they": 0.013200924074773718, "their": 0.19826935045010866, "they": 0.18506842637533494}, "properly": {"their - they": -0.04324313155627127, "their": 0.1502161660332812, "they": 0.19345929758955246}, "property": {"their - they": 0.0007105923539128256, "their": 0.1639558267913485, "they": 0.1632452344374357}, "prostitute": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "protect": {"their - they": 0.08553159819266128, "their": 0.1940716541226714, "they": 0.10854005593001013}, "protecting": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "protest": {"their - they": 0.08387503694573095, "their": 0.23999962711923511, "they": 0.15612459017350416}, "proud": {"their - they": 0.06289009308442528, "their": 0.24647402661084353, "they": 0.18358393352641825}, "proved": {"their - they": 0.0005026295498605227, "their": 0.20583598146560286, "they": 0.20533335191574234}, "pseudo": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "public": {"their - they": 0.03458789376109242, "their": 0.21060592289855054, "they": 0.17601802913745812}, "pull": {"their - they": 0.0006892553363116727, "their": 0.1680892027422045, "they": 0.16739994740589284}, "punch": {"their - they": -0.024430795622456813, "their": 0.18320127590045202, "they": 0.20763207152290883}, "punches": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "pupils": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "purpoise": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "purported": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "purpose": {"their - they": -0.08094158575940769, "their": 0.1639558267913485, "they": 0.2448974125507562}, "pushed": {"their - they": 0.01911599724654972, "their": 0.2075907376183955, "they": 0.18847474037184578}, "pushover": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "put": {"their - they": -0.0068075806433925135, "their": 0.21427258159258525, "they": 0.22108016223597776}, "putting": {"their - they": 0.027851837282365233, "their": 0.2213111348719177, "they": 0.19345929758955246}, "pykies": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "quiets": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "quit": {"their - they": 0.04415352556595595, "their": 0.216098543265459, "they": 0.17194501769950304}, "quite": {"their - they": -0.04356163848688349, "their": 0.11169974588679432, "they": 0.1552613843736778}, "r": {"their - they": 0.0008897137749188377, "their": 0.13052346882022245, "they": 0.1296337550453036}, "race": {"their - they": 0.06959897946716267, "their": 0.2749304338852465, "they": 0.20533145441808384}, "races": {"their - they": -0.019828108724503246, "their": 0.17707134808803823, "they": 0.19689945681254148}, "racial": {"their - they": 0.09417329157564357, "their": 0.1833435734371172, "they": 0.08917028186147365}, "racism": {"their - they": -0.02459148865351013, "their": 0.1419266238361546, "they": 0.16651811248966472}, "racist": {"their - they": -0.014918975160329806, "their": 0.20304602128838345, "they": 0.21796499644871326}, "racists": {"their - they": 0.04358221137865603, "their": 0.23999962711923511, "they": 0.19641741574057908}, "radical": {"their - they": 0.0005026295498605227, "their": 0.20583598146560286, "they": 0.20533335191574234}, "radio": {"their - they": -0.02464181809342983, "their": 0.11169974588679432, "they": 0.13634156398022415}, "raise": {"their - they": 0.0716682071257595, "their": 0.22753039244768372, "they": 0.15586218532192422}, "raised": {"their - they": -0.024220464624089055, "their": 0.21699047064977156, "they": 0.24121093527386062}, "rampant": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "range": {"their - they": 0.0006892553363116727, "their": 0.1680892027422045, "they": 0.16739994740589284}, "ranks": {"their - they": 0.043077932880057346, "their": 0.25961808519614854, "they": 0.2165401523160912}, "ranting": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "rap": {"their - they": 0.019164113178869485, "their": 0.2038440601018226, "they": 0.18467994692295311}, "rape": {"their - they": -0.043347234296133436, "their": 0.13943718944365285, "they": 0.1827844237397863}, "rapes": {"their - they": 0.0413750454731506, "their": 0.1680892027422045, "they": 0.1267141572690539}, "rate": {"their - they": 0.11090398207431434, "their": 0.25948633473811294, "they": 0.1485823526637986}, "rather": {"their - they": 0.0502289659382999, "their": 0.216471614586068, "they": 0.1662426486477681}, "re": {"their - they": -0.09248433891980887, "their": 0.2174120986520697, "they": 0.30989643757187857}, "read": {"their - they": 0.03778625700020205, "their": 0.19644315522512062, "they": 0.15865689822491857}, "reading": {"their - they": 0.028349623594686346, "their": 0.19131670012964289, "they": 0.16296707653495654}, "ready": {"their - they": -0.014293508656059217, "their": 0.18590712780318228, "they": 0.2002006364592415}, "real": {"their - they": -0.05240379163375189, "their": 0.17440349757270035, "they": 0.22680728920645224}, "realise": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "reality": {"their - they": -0.024597788470349602, "their": 0.13943718944365285, "they": 0.16403497791400246}, "realize": {"their - they": 0.000528607200151493, "their": 0.21578877809494387, "they": 0.21526017089479238}, "realizing": {"their - they": 0.0004503183336803662, "their": 0.21699047064977156, "they": 0.2165401523160912}, "really": {"their - they": 0.0007401488294236092, "their": 0.19875680954236355, "they": 0.19801666071293994}, "reason": {"their - they": 0.017235558498907955, "their": 0.19887390162208549, "they": 0.18163834312317753}, "reasons": {"their - they": 0.04162568683840846, "their": 0.1533114181036208, "they": 0.11168573126521235}, "reception": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "recognized": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "recon": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "recover": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "red": {"their - they": 0.09369302821199303, "their": 0.19755567408628094, "they": 0.10386264587428791}, "reds": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "refer": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "refused": {"their - they": 0.0006127588029020137, "their": 0.18320127590045202, "they": 0.18258851709755}, "regardless": {"their - they": 0.04129507536762453, "their": 0.1726111339893763, "they": 0.13131605862175177}, "reinforce": {"their - they": 0.0004503183336803662, "their": 0.21699047064977156, "they": 0.2165401523160912}, "rejected": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "relief": {"their - they": 0.08416097681494975, "their": 0.23274332947874835, "they": 0.1485823526637986}, "religion": {"their - they": 0.04162568683840846, "their": 0.1533114181036208, "they": 0.11168573126521235}, "religious": {"their - they": 0.08439973615408625, "their": 0.22649923516291473, "they": 0.14209949900882848}, "remain": {"their - they": 0.08460415481890537, "their": 0.2210076221713012, "they": 0.13640346735239584}, "remember": {"their - they": 0.021398196099269406, "their": 0.18531072603161974, "they": 0.16391252993235034}, "remove": {"their - they": -0.043044951525460506, "their": 0.1680892027422045, "they": 0.21113415426766502}, "reparations": {"their - they": 0.0003811201161674771, "their": 0.23219013016198223, "they": 0.23180901004581475}, "repay": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "replace": {"their - they": 0.0005026295498605227, "their": 0.20583598146560286, "they": 0.20533335191574234}, "reply": {"their - they": 0.04176666889398074, "their": 0.14454277316193206, "they": 0.10277610426795132}, "report": {"their - they": -0.043570590707621454, "their": 0.11027121914808144, "they": 0.1538418098557029}, "reported": {"their - they": 0.08578811976405357, "their": 0.18590712780318228, "they": 0.10011900803912871}, "reporting": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "represented": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "representing": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "reptile": {"their - they": 0.0003811201161674771, "their": 0.23219013016198223, "they": 0.23180901004581475}, "requested": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "requires": {"their - they": 0.0003811201161674771, "their": 0.23219013016198223, "they": 0.23180901004581475}, "resistance": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "resource": {"their - they": 0.0005026295498605227, "their": 0.20583598146560286, "they": 0.20533335191574234}, "respect": {"their - they": 0.010123828168997706, "their": 0.21501747283755854, "they": 0.20489364466856083}, "responsibility": {"their - they": 0.0005451677090125284, "their": 0.1969625834495916, "they": 0.19641741574057908}, "rest": {"their - they": -0.006581761973470018, "their": 0.21152425403134822, "they": 0.21810601600481824}, "restaurant": {"their - they": 0.04162568683840846, "their": 0.1533114181036208, "they": 0.11168573126521235}, "restore": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "result": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "revenue": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "rhythm": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "rich": {"their - they": 0.08478248464370722, "their": 0.216098543265459, "they": 0.13131605862175177}, "ridiculed": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "right": {"their - they": 0.023895672857340733, "their": 0.23376441868615286, "they": 0.20986874582881213}, "rights": {"their - they": 0.04450384146223946, "their": 0.20036602678416368, "they": 0.15586218532192422}, "ripped": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "risk": {"their - they": 0.04404003485463631, "their": 0.2210076221713012, "they": 0.1769675873166649}, "rob": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "role": {"their - they": 0.04425454988559602, "their": 0.21165449729148886, "they": 0.16739994740589284}, "roman": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "round": {"their - they": 0.09323776241835022, "their": 0.210092483380043, "they": 0.11685472096169278}, "rude": {"their - they": 0.0004503183336803662, "their": 0.21699047064977156, "they": 0.2165401523160912}, "rule": {"their - they": -0.014287414906978324, "their": 0.1940716541226714, "they": 0.20835906902964973}, "rules": {"their - they": -0.024557755352525662, "their": 0.1533114181036208, "they": 0.17786917345614647}, "run": {"their - they": -0.02854844826600908, "their": 0.1598996093393104, "they": 0.1884480576053195}, "running": {"their - they": 0.02839968495112849, "their": 0.1881531608525191, "they": 0.1597534759013906}, "russia": {"their - they": 0.0008897137749188377, "their": 0.13052346882022245, "they": 0.1296337550453036}, "russian": {"their - they": 0.07248936390780308, "their": 0.2021231189531067, "they": 0.1296337550453036}, "russians": {"their - they": 0.09184019976844954, "their": 0.24438525877405876, "they": 0.15254505900560922}, "s": {"their - they": 0.024267172204970433, "their": 0.2626260343853621, "they": 0.23835886218039165}, "sa": {"their - they": 0.0007489455083294072, "their": 0.15661113083025363, "they": 0.15586218532192422}, "sad": {"their - they": 0.019860578196434137, "their": 0.1456863954585663, "they": 0.12582581726213216}, "sadly": {"their - they": 0.01911599724654972, "their": 0.2075907376183955, "they": 0.18847474037184578}, "safe": {"their - they": 0.01941907266208745, "their": 0.1834540505760899, "they": 0.16403497791400246}, "safely": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "safety": {"their - they": 0.0005812624865179083, "their": 0.18956393838985952, "they": 0.1889826759033416}, "sag": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "said": {"their - they": -0.013760198635808074, "their": 0.21427258159258525, "they": 0.22803278022839332}, "sake": {"their - they": 0.041446800922701366, "their": 0.1639558267913485, "they": 0.12250902586864715}, "sale": {"their - they": 0.0005026295498605227, "their": 0.20583598146560286, "they": 0.20533335191574234}, "same": {"their - they": -0.05624138910214255, "their": 0.18737631547738184, "they": 0.2436177045795244}, "san": {"their - they": 0.04503225818218634, "their": 0.17466601322748995, "they": 0.1296337550453036}, "sand": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "satan": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "savage": {"their - they": 0.08494034002243495, "their": 0.21165449729148886, "they": 0.1267141572690539}, "save": {"their - they": 0.019593626545179488, "their": 0.1689262952152802, "they": 0.1493326686701007}, "saw": {"their - they": 0.04743053498477187, "their": 0.20461886150988257, "they": 0.1571883265251107}, "say": {"their - they": -0.039578057639923586, "their": 0.21173934883539677, "they": 0.25131740647532036}, "saying": {"their - they": 0.030859133461882765, "their": 0.22296279178593004, "they": 0.19210365832404727}, "says": {"their - they": 0.05302416444887692, "their": 0.21209033641300154, "they": 0.15906617196412462}, "scale": {"their - they": 0.0007489455083294072, "their": 0.15661113083025363, "they": 0.15586218532192422}, "scene": {"their - they": -0.08195462373842892, "their": 0.1247055134316744, "they": 0.20666013717010331}, "scenes": {"their - they": 0.0005026295498605227, "their": 0.20583598146560286, "they": 0.20533335191574234}, "school": {"their - they": 0.04163399778948132, "their": 0.26232132486371806, "they": 0.22068732707423674}, "schooling": {"their - they": 0.0006892553363116727, "their": 0.1680892027422045, "they": 0.16739994740589284}, "schools": {"their - they": 0.02271788744897682, "their": 0.24972766089928458, "they": 0.22700977345030776}, "score": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "screen": {"their - they": 0.04425454988559602, "their": 0.21165449729148886, "they": 0.16739994740589284}, "scum": {"their - they": -0.01428848321623813, "their": 0.15195416543152998, "they": 0.1662426486477681}, "scumbags": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "search": {"their - they": 0.08647044230309726, "their": 0.1621251273903487, "they": 0.07565468508725144}, "searching": {"their - they": 0.0006407926388384, "their": 0.1776083799555033, "they": 0.1769675873166649}, "second": {"their - they": -0.09146514440721504, "their": 0.12657513996179756, "they": 0.2180402843690126}, "seconds": {"their - they": 0.0006407926388384, "their": 0.1776083799555033, "they": 0.1769675873166649}, "section": {"their - they": 0.042224016292813124, "their": 0.11316613468480188, "they": 0.07094211839198876}, "security": {"their - they": 0.06737699591307186, "their": 0.2185763145830139, "they": 0.15119931866994205}, "see": {"their - they": 0.017757906247968303, "their": 0.2276554367239076, "they": 0.2098975304759393}, "seeing": {"their - they": 0.04688644768932765, "their": 0.20628565281736683, "they": 0.15939920512803918}, "seek": {"their - they": 0.0006661162898732587, "their": 0.1726111339893763, "they": 0.17194501769950304}, "seem": {"their - they": -0.028336336990254674, "their": 0.19644372680234773, "they": 0.2247800637926024}, "seems": {"their - they": 0.05357018721877885, "their": 0.23332623138373293, "they": 0.17975604416495408}, "seen": {"their - they": 0.047395622254283204, "their": 0.20605252047920178, "they": 0.15865689822491857}, "self": {"their - they": 0.06350437869086381, "their": 0.24321871677823306, "they": 0.17971433808736925}, "sell": {"their - they": 0.000528607200151493, "their": 0.21578877809494387, "they": 0.21526017089479238}, "send": {"their - they": 0.0008245024367329323, "their": 0.16962955199376964, "they": 0.1688050495570367}, "sending": {"their - they": 0.14674706459212242, "their": 0.2888465636009509, "they": 0.14209949900882848}, "sends": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "sense": {"their - they": 0.06671698634700951, "their": 0.23859375402710564, "they": 0.17187676768009613}, "sent": {"their - they": -0.047537281173348434, "their": 0.14936217563919305, "they": 0.19689945681254148}, "sentence": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "separate": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "serious": {"their - they": -0.024546468974043834, "their": 0.15661113083025363, "they": 0.18115759980429746}, "served": {"their - they": 0.01878278955149082, "their": 0.23274332947874835, "they": 0.21396053992725753}, "service": {"their - they": 0.019287762090601124, "their": 0.1940716541226714, "they": 0.1747838920320703}, "set": {"their - they": 0.06790028199902448, "their": 0.20142241416259243, "they": 0.13352213216356795}, "settle": {"their - they": 0.019005276179993646, "their": 0.216098543265459, "they": 0.19709326708546535}, "several": {"their - they": 0.0008547316733011623, "their": 0.15064309323384592, "they": 0.14978836156054476}, "sex": {"their - they": 0.04162568683840846, "their": 0.1533114181036208, "they": 0.11168573126521235}, "sexual": {"their - they": -0.04327243959246718, "their": 0.14730019455018023, "they": 0.1905726341426474}, "sf": {"their - they": 0.07336629002762751, "their": 0.1711263794374884, "they": 0.09776008940986089}, "shake": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "shall": {"their - they": 0.0008273106508798478, "their": 0.1419266238361546, "they": 0.14109931318527474}, "shame": {"their - they": 0.06458176459628184, "their": 0.2406027109772387, "they": 0.17602094638095686}, "share": {"their - they": 0.08553159819266128, "their": 0.1940716541226714, "they": 0.10854005593001013}, "sharks": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "shaved": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "she": {"their - they": -0.0062436398190508224, "their": 0.12402352353101959, "they": 0.1302671633500704}, "sheep": {"their - they": -0.024458776469013482, "their": 0.1776083799555033, "they": 0.20206715642451678}, "shift": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "ship": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "shocking": {"their - they": 0.08478248464370722, "their": 0.216098543265459, "they": 0.13131605862175177}, "shools": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "shoot": {"their - they": 0.0008662030397228737, "their": 0.13479069207305575, "they": 0.13392448903333287}, "shop": {"their - they": 0.0007489455083294072, "their": 0.15661113083025363, "they": 0.15586218532192422}, "shopping": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "shops": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "should": {"their - they": -0.014701579103365198, "their": 0.24564957022500042, "they": 0.2603511493283656}, "shoulder": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "shoulders": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "show": {"their - they": -0.06155240423405267, "their": 0.1798670332722004, "they": 0.24141943750625308}, "showing": {"their - they": 0.008232179540784701, "their": 0.2330122433333871, "they": 0.2247800637926024}, "shown": {"their - they": 0.04151179853626276, "their": 0.16014632196129694, "they": 0.11863452342503418}, "shows": {"their - they": 0.013506847555306067, "their": 0.16891392521476378, "they": 0.15540707765945772}, "sick": {"their - they": 0.0651010548631496, "their": 0.2248545307645402, "they": 0.1597534759013906}, "sickness": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "side": {"their - they": 0.008454096080578677, "their": 0.20920756577928748, "they": 0.2007534696987088}, "sight": {"their - they": -0.043093614711458145, "their": 0.1639558267913485, "they": 0.20704944150280666}, "sign": {"their - they": 0.04698247442773512, "their": 0.2021231189531067, "they": 0.15514064452537157}, "similar": {"their - they": 0.04514285584797366, "their": 0.1689262952152802, "they": 0.12378343936730653}, "simple": {"their - they": -0.03761371212238618, "their": 0.18111312437635838, "they": 0.21872683649874455}, "simply": {"their - they": 0.013200924074773718, "their": 0.19826935045010866, "they": 0.18506842637533494}, "since": {"their - they": -0.06830951472162727, "their": 0.13223241381956374, "they": 0.20054192854119102}, "singing": {"their - they": 0.04404003485463631, "their": 0.2210076221713012, "they": 0.1769675873166649}, "sings": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "sins": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "sister": {"their - they": 0.06764066986481765, "their": 0.210092483380043, "they": 0.14245181351522535}, "sisters": {"their - they": 0.0728106328449996, "their": 0.19131670012964289, "they": 0.11850606728464329}, "sit": {"their - they": 0.06689297948353645, "their": 0.23341109197320117, "they": 0.16651811248966472}, "site": {"their - they": 0.07386374588696623, "their": 0.21056199387049862, "they": 0.1366982479835324}, "sitting": {"their - they": 0.0005803301569060615, "their": 0.20628565281736683, "they": 0.20570532266046077}, "situation": {"their - they": 0.07214142592289735, "their": 0.2132407391081721, "they": 0.14109931318527474}, "situations": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "six": {"their - they": 0.0008131849342023489, "their": 0.14454277316193206, "they": 0.14372958822772972}, "skills": {"their - they": -0.04317588377518239, "their": 0.15661113083025363, "they": 0.19978701460543602}, "skin": {"their - they": 0.0632458501949403, "their": 0.2360262722798855, "they": 0.1727804220849452}, "skinny": {"their - they": 0.0005451677090125284, "their": 0.1969625834495916, "they": 0.19641741574057908}, "skyrocketed": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "slang": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "slave": {"their - they": 0.08387503694573095, "their": 0.23999962711923511, "they": 0.15612459017350416}, "slaves": {"their - they": 0.06566095474544459, "their": 0.26772811116996137, "they": 0.20206715642451678}, "slavic": {"their - they": 0.0007290408613367938, "their": 0.17268255899477325, "they": 0.17195351813343646}, "slavs": {"their - they": 0.044428153173607876, "their": 0.2038440601018226, "they": 0.15941590692821472}, "sleep": {"their - they": 0.04376065357540673, "their": 0.23274332947874835, "they": 0.1889826759033416}, "slowly": {"their - they": 0.0004976446213709462, "their": 0.216098543265459, "they": 0.21560089864408805}, "small": {"their - they": -0.02858435331960202, "their": 0.15129370142111348, "they": 0.1798780547407155}, "smart": {"their - they": -0.024533624961656175, "their": 0.16014632196129694, "they": 0.18467994692295311}, "smarter": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "smash": {"their - they": 0.0003811201161674771, "their": 0.23219013016198223, "they": 0.23180901004581475}, "smashed": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "smell": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "smiles": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "smoke": {"their - they": -0.024482133096089043, "their": 0.1726111339893763, "they": 0.19709326708546535}, "so": {"their - they": 0.003343915933849917, "their": 0.28480415681054805, "they": 0.28146024087669813}, "soak": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "soaker": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "social": {"their - they": -0.058563443768402224, "their": 0.12115089431896703, "they": 0.17971433808736925}, "societies": {"their - they": 0.04336261410842385, "their": 0.2486959660241662, "they": 0.20533335191574234}, "society": {"their - they": -0.014295128662141332, "their": 0.1621251273903487, "they": 0.17642025605249004}, "soft": {"their - they": 0.04376065357540673, "their": 0.23274332947874835, "they": 0.1889826759033416}, "soldiers": {"their - they": -0.014287414906978324, "their": 0.1940716541226714, "they": 0.20835906902964973}, "some": {"their - they": 0.034014535635635945, "their": 0.2508100261230684, "they": 0.21679549048743246}, "somebody": {"their - they": 0.027682690658566295, "their": 0.23096596967010172, "they": 0.20328327901153542}, "somehow": {"their - they": -0.04317588377518239, "their": 0.15661113083025363, "they": 0.19978701460543602}, "someone": {"their - they": 0.06436899109994704, "their": 0.23565909425515214, "they": 0.1712901031552051}, "something": {"their - they": -0.031805270387129464, "their": 0.16534989711401488, "they": 0.19715516750114434}, "sometimes": {"their - they": 0.021097334460411704, "their": 0.2070450448467737, "they": 0.185947710386362}, "somewhere": {"their - they": -0.024608513054983433, "their": 0.13479069207305575, "they": 0.15939920512803918}, "son": {"their - they": 0.042315665237087685, "their": 0.10619334407952748, "they": 0.06387767884243979}, "song": {"their - they": -0.024645941917526615, "their": 0.10117987534460554, "they": 0.12582581726213216}, "songs": {"their - they": 0.08253696853126799, "their": 0.26040614198741446, "they": 0.17786917345614647}, "sons": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "soon": {"their - they": 0.014639481989360575, "their": 0.20008957423773024, "they": 0.18545009224836967}, "sorry": {"their - they": 0.01354941666669901, "their": 0.16473183700636773, "they": 0.15118242033966872}, "sort": {"their - they": 0.016791693933615875, "their": 0.2330122433333871, "they": 0.21622054939977123}, "sotries": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "soul": {"their - they": 0.04480781461790753, "their": 0.18590712780318228, "they": 0.14109931318527474}, "souls": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "sounding": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "sounds": {"their - they": 0.000779335712539464, "their": 0.163746412247496, "they": 0.16296707653495654}, "source": {"their - they": 0.0006696268363036162, "their": 0.1834540505760899, "they": 0.1827844237397863}, "south": {"their - they": -0.007909755386343198, "their": 0.1719682993543723, "they": 0.1798780547407155}, "space": {"their - they": -0.024597788470349602, "their": 0.13943718944365285, "they": 0.16403497791400246}, "spaniards": {"their - they": 0.0005026295498605227, "their": 0.20583598146560286, "they": 0.20533335191574234}, "spanish": {"their - they": 0.04151179853626276, "their": 0.16014632196129694, "they": 0.11863452342503418}, "speak": {"their - they": -0.007947048451657335, "their": 0.18531072603161974, "they": 0.19325777448327708}, "speaking": {"their - they": 0.0006423329635326103, "their": 0.1884844786466818, "they": 0.1878421456831492}, "special": {"their - they": 0.041571141915800316, "their": 0.15661113083025363, "they": 0.11503998891445331}, "species": {"their - they": 0.0007663590980115931, "their": 0.1533114181036208, "they": 0.15254505900560922}, "speed": {"their - they": 0.08562311288944714, "their": 0.1912003513913979, "they": 0.10557723850195076}, "spend": {"their - they": 0.04463828484099741, "their": 0.1940716541226714, "they": 0.149433369281674}, "spent": {"their - they": 0.04485767950275721, "their": 0.1834540505760899, "they": 0.1385963710733327}, "speny": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "spin": {"their - they": -0.024396601537398005, "their": 0.18956393838985952, "they": 0.21396053992725753}, "spirit": {"their - they": 0.04463828484099741, "their": 0.1940716541226714, "they": 0.149433369281674}, "spirits": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "spit": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "spook": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "sport": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "sports": {"their - they": 0.0009698952832423724, "their": 0.11622152552126452, "they": 0.11525163023802215}, "spread": {"their - they": 0.04863423267390268, "their": 0.21501747283755854, "they": 0.16638324016365585}, "st": {"their - they": 0.0009171376522341401, "their": 0.14004635165711543, "they": 0.1391292140048813}, "stamp": {"their - they": 0.0004503183336803662, "their": 0.21699047064977156, "they": 0.2165401523160912}, "stand": {"their - they": -0.010187343857937264, "their": 0.17583067971061117, "they": 0.18601802356854844}, "standard": {"their - they": 0.04129507536762453, "their": 0.1726111339893763, "they": 0.13131605862175177}, "standing": {"their - they": 0.0006123565331189462, "their": 0.1940716541226714, "they": 0.19345929758955246}, "staring": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "start": {"their - they": -0.07370380586561126, "their": 0.12199883743160775, "they": 0.195702643297219}, "started": {"their - they": -0.06210823311169364, "their": 0.1711263794374884, "they": 0.23323461254918204}, "starts": {"their - they": -0.04332422297607627, "their": 0.1419266238361546, "they": 0.18525084681223086}, "state": {"their - they": 0.050777704930061784, "their": 0.19433468905243978, "they": 0.143556984122378}, "station": {"their - they": 0.04475489041895209, "their": 0.1884844786466818, "they": 0.14372958822772972}, "stats": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "status": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "staunchly": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "stay": {"their - they": 0.02135639209677584, "their": 0.1883949504112036, "they": 0.16703855831442777}, "stayed": {"their - they": 0.019005276179993646, "their": 0.216098543265459, "they": 0.19709326708546535}, "stds": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "steel": {"their - they": 0.08520953667678842, "their": 0.2038440601018226, "they": 0.11863452342503418}, "step": {"their - they": -0.043136957050238484, "their": 0.16014632196129694, "they": 0.20328327901153542}, "steppe": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "stepping": {"their - they": 0.08305621094451648, "their": 0.25961808519614854, "they": 0.17656187425163206}, "stick": {"their - they": -0.04344088358257708, "their": 0.12851263455085937, "they": 0.17195351813343646}, "sticking": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "stigmatized": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "still": {"their - they": 0.005945707710873466, "their": 0.19891803469968977, "they": 0.1929723269888163}, "stm": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "stock": {"their - they": 0.0006696268363036162, "their": 0.1834540505760899, "they": 0.1827844237397863}, "stole": {"their - they": 0.0005026295498605227, "their": 0.20583598146560286, "they": 0.20533335191574234}, "stone": {"their - they": 0.0005812624865179083, "their": 0.18956393838985952, "they": 0.1889826759033416}, "stood": {"their - they": 0.07112045839783934, "their": 0.2430654760973424, "they": 0.17194501769950304}, "stop": {"their - they": 0.0007403303514885995, "their": 0.19099944757318602, "they": 0.19025911722169742}, "stopped": {"their - they": 0.0006562809909514133, "their": 0.18590712780318228, "they": 0.18525084681223086}, "store": {"their - they": 0.04188239148250625, "their": 0.13706208697383412, "they": 0.09517969549132788}, "stories": {"their - they": 0.03693431671514899, "their": 0.24486640551668393, "they": 0.20793208880153494}, "storm": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "stormfront": {"their - they": -0.08323064066536742, "their": 0.03781892952364491, "they": 0.12104957018901234}, "story": {"their - they": -0.007875321839321964, "their": 0.16109501839891868, "they": 0.16897034023824065}, "straight": {"their - they": 0.044949457377110535, "their": 0.1788739464104434, "they": 0.13392448903333287}, "strange": {"their - they": -0.024584451783563527, "their": 0.14454277316193206, "they": 0.1691272249454956}, "street": {"their - they": 0.08669922536300273, "their": 0.15329695308946417, "they": 0.06659772772646144}, "strengthen": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "strippers": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "strive": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "students": {"their - they": 0.04066144500596541, "their": 0.21657817543090987, "they": 0.17591673042494446}, "study": {"their - they": 0.04475489041895209, "their": 0.1884844786466818, "they": 0.14372958822772972}, "stuff": {"their - they": -0.10099447893109598, "their": 0.09029098800729757, "they": 0.19128546693839354}, "stupid": {"their - they": 0.006411804695232198, "their": 0.21678363332434702, "they": 0.21037182862911483}, "subhuman": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "submissions": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "succeeding": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "successful": {"their - they": 0.08439973615408625, "their": 0.22649923516291473, "they": 0.14209949900882848}, "such": {"their - they": 0.014838091791930436, "their": 0.18310102638635914, "they": 0.1682629345944287}, "sucks": {"their - they": -0.024430795622456813, "their": 0.18320127590045202, "they": 0.20763207152290883}, "suffer": {"their - they": 0.0005812624865179083, "their": 0.18956393838985952, "they": 0.1889826759033416}, "suffering": {"their - they": 0.0005026295498605227, "their": 0.20583598146560286, "they": 0.20533335191574234}, "suggest": {"their - they": 0.08532603786971037, "their": 0.20036602678416368, "they": 0.11503998891445331}, "suit": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "sun": {"their - they": -0.014293508656059217, "their": 0.18590712780318228, "they": 0.2002006364592415}, "super": {"their - they": 0.019164113178869485, "their": 0.2038440601018226, "they": 0.18467994692295311}, "superiority": {"their - they": 0.11174941747559061, "their": 0.2430654760973424, "they": 0.13131605862175177}, "supply": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "support": {"their - they": 0.05194763469295352, "their": 0.20480745812074547, "they": 0.15285982342779195}, "supporting": {"their - they": 0.0005203430238238382, "their": 0.21165449729148886, "they": 0.21113415426766502}, "supports": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "suppose": {"their - they": -0.02675881664859786, "their": 0.1912003513913979, "they": 0.21795916803999577}, "supposed": {"their - they": 0.0413750454731506, "their": 0.1680892027422045, "they": 0.1267141572690539}, "supposedly": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "supremacists": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "sure": {"their - they": 0.012851568859059248, "their": 0.22989422526560918, "they": 0.21704265640654993}, "surprise": {"their - they": 0.0006277172487504923, "their": 0.1912003513913979, "they": 0.1905726341426474}, "survive": {"their - they": 0.019063364403528987, "their": 0.21165449729148886, "they": 0.19259113288795987}, "suspect": {"their - they": 0.019323583711301773, "their": 0.1912003513913979, "they": 0.17187676768009613}, "sweat": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "swedes": {"their - they": 0.0007304150330822157, "their": 0.16014632196129694, "they": 0.15941590692821472}, "swedish": {"their - they": 0.04194921858798849, "their": 0.13261381869642166, "they": 0.09066460010843318}, "swim": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "swimming": {"their - they": 0.0004503183336803662, "their": 0.21699047064977156, "they": 0.2165401523160912}, "symbol": {"their - they": 0.000798373590729401, "their": 0.14730019455018023, "they": 0.14650182095945083}, "system": {"their - they": -0.05870803686960281, "their": 0.1088785288564638, "they": 0.16758656572606662}, "t": {"their - they": -0.026006454106062005, "their": 0.2630306607778132, "they": 0.2890371148838752}, "table": {"their - they": 0.0007105923539128256, "their": 0.1639558267913485, "they": 0.1632452344374357}, "tables": {"their - they": 0.08305621094451648, "their": 0.25961808519614854, "they": 0.17656187425163206}, "tail": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "taint": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "take": {"their - they": 0.021963850676419067, "their": 0.25553433359606675, "they": 0.2335704829196477}, "takes": {"their - they": 0.04463828484099741, "their": 0.1940716541226714, "they": 0.149433369281674}, "taking": {"their - they": 0.145617484909068, "their": 0.25779631847901807, "they": 0.11217883356995006}, "talk": {"their - they": -0.06291256632752044, "their": 0.12401978729791839, "they": 0.18693235362543884}, "talked": {"their - they": 0.0005451677090125284, "their": 0.1969625834495916, "they": 0.19641741574057908}, "talking": {"their - they": -0.013210464629012014, "their": 0.2080844482439926, "they": 0.22129491287300462}, "talmud": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "tan": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "tape": {"their - they": 0.08508171174974835, "their": 0.2075907376183955, "they": 0.12250902586864715}, "taste": {"their - they": 0.08508171174974835, "their": 0.2075907376183955, "they": 0.12250902586864715}, "taught": {"their - they": -0.02675881664859786, "their": 0.1912003513913979, "they": 0.21795916803999577}, "taxes": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "teach": {"their - they": -0.09200191775357085, "their": 0.10489753905897063, "they": 0.19689945681254148}, "teacher": {"their - they": -0.02700812764882196, "their": 0.13393905095328917, "they": 0.16094717860211114}, "teachers": {"their - they": 0.034429419442902565, "their": 0.2184361983448087, "they": 0.18400677890190614}, "teaching": {"their - they": -0.04329937252121713, "their": 0.14454277316193206, "they": 0.1878421456831492}, "team": {"their - they": 0.08586296477059342, "their": 0.1834540505760899, "they": 0.09759108580549648}, "teams": {"their - they": 0.11051558413853957, "their": 0.26664017431204373, "they": 0.15612459017350416}, "tears": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "teens": {"their - they": 0.08416097681494975, "their": 0.23274332947874835, "they": 0.1485823526637986}, "television": {"their - they": -0.05831164796677524, "their": 0.13943718944365285, "they": 0.1977488374104281}, "tell": {"their - they": 0.03746658233214484, "their": 0.23918426275481444, "they": 0.2017176804226696}, "telling": {"their - they": -0.026873434965751758, "their": 0.17077110691083375, "they": 0.1976445418765855}, "tells": {"their - they": 0.019249495726683497, "their": 0.19711866918282997, "they": 0.17786917345614647}, "tempers": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "temporary": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "tend": {"their - they": 0.044698530431947076, "their": 0.1912003513913979, "they": 0.14650182095945083}, "tens": {"their - they": 0.04457361017722075, "their": 0.19711866918282997, "they": 0.15254505900560922}, "territories": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "testing": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "texas": {"their - they": 0.04228080113000236, "their": 0.1088785288564638, "they": 0.06659772772646144}, "text": {"their - they": 0.11341166072790984, "their": 0.20628565281736683, "they": 0.09287399208945699}, "than": {"their - they": -0.013296963978458143, "their": 0.2280716613448007, "they": 0.24136862532325884}, "thanking": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "thanks": {"their - they": 0.0012794845657143616, "their": 0.06420639789070036, "they": 0.062926913324986}, "thanksgiving": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "that": {"their - they": 0.012297583957470826, "their": 0.3248360196274865, "they": 0.31253843567001566}, "thats": {"their - they": -0.10066759828102861, "their": 0.103630921940498, "they": 0.2042985202215266}, "the": {"their - they": 0.007542055715577256, "their": 0.3538368973804306, "they": 0.34629484166485336}, "their": {"their - they": 0.28028656208098823, "their": 0.6233720188264403, "they": 0.3430854567454521}, "theirs": {"their - they": -0.024353680175053377, "their": 0.1969625834495916, "they": 0.221316263624645}, "them": {"their - they": 0.017241609584801865, "their": 0.33389703881295535, "they": 0.3166554292281535}, "themselves": {"their - they": -0.036615563100177356, "their": 0.23445640899878464, "they": 0.271071972098962}, "then": {"their - they": -0.02407613465853553, "their": 0.23910229880871314, "they": 0.2631784334672487}, "there": {"their - they": -0.0006830704300438972, "their": 0.22695989456193325, "they": 0.22764296499197714}, "theres": {"their - they": 0.04151179853626276, "their": 0.16014632196129694, "they": 0.11863452342503418}, "these": {"their - they": 0.015694829953761036, "their": 0.2596891013456048, "they": 0.24399427139184376}, "they": {"their - they": -0.19201838393188436, "their": 0.39376692812821806, "they": 0.5857853120601024}, "thick": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "thing": {"their - they": 0.02151363605942269, "their": 0.23304840798893914, "they": 0.21153477192951645}, "things": {"their - they": -0.019600620041331923, "their": 0.19868791206360167, "they": 0.2182885321049336}, "think": {"their - they": -0.02356593005689067, "their": 0.2493465273064719, "they": 0.27291245736336256}, "thinking": {"their - they": 0.000690722445500308, "their": 0.1866384328318623, "they": 0.185947710386362}, "third": {"their - they": -0.024624178708144484, "their": 0.12657513996179756, "they": 0.15119931866994205}, "this": {"their - they": 0.014255370854583838, "their": 0.23980090524225603, "they": 0.2255455343876722}, "thoguht": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "those": {"their - they": 0.024872744412358733, "their": 0.26227516461437395, "they": 0.2374024202020152}, "though": {"their - they": 0.026665534254372597, "their": 0.21060592289855054, "they": 0.18394038864417794}, "thought": {"their - they": 0.017166021043476642, "their": 0.2136799586300639, "they": 0.19651393758658725}, "thousand": {"their - they": -0.024603438698776875, "their": 0.13706208697383412, "they": 0.161665525672611}, "thousands": {"their - they": -0.02691337517933809, "their": 0.1621251273903487, "they": 0.1890385025696868}, "thread": {"their - they": 0.01411508902390786, "their": 0.10658674796175298, "they": 0.09247165893784512}, "threat": {"their - they": 0.04110177689162353, "their": 0.18320127590045202, "they": 0.14209949900882848}, "threatening": {"their - they": 0.0005026295498605227, "their": 0.20583598146560286, "they": 0.20533335191574234}, "three": {"their - they": -0.05870803686960281, "their": 0.1088785288564638, "they": 0.16758656572606662}, "through": {"their - they": -0.011367056645556567, "their": 0.19297790610368257, "they": 0.20434496274923913}, "throw": {"their - they": 0.028141562385641083, "their": 0.20416250876659794, "they": 0.17602094638095686}, "thrown": {"their - they": 0.0413750454731506, "their": 0.1680892027422045, "they": 0.1267141572690539}, "thugs": {"their - they": 0.0005451677090125284, "their": 0.1969625834495916, "they": 0.19641741574057908}, "thus": {"their - they": 0.019005276179993646, "their": 0.216098543265459, "they": 0.19709326708546535}, "till": {"their - they": -0.058379743827483316, "their": 0.13479069207305575, "they": 0.19317043590053906}, "time": {"their - they": 0.006052871195067755, "their": 0.21393352200766952, "they": 0.20788065081260176}, "times": {"their - they": 0.006692559108236795, "their": 0.18476514958243773, "they": 0.17807259047420093}, "tired": {"their - they": 0.019389015313517555, "their": 0.18590712780318228, "they": 0.16651811248966472}, "titles": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "tits": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "to": {"their - they": 0.002263940846823076, "their": 0.3627517874969349, "they": 0.3604878466501118}, "toast": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "today": {"their - they": -0.011364443433909632, "their": 0.19099944757318602, "they": 0.20236389100709565}, "toe": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "together": {"their - they": -0.025299484214895473, "their": 0.17837788056973597, "they": 0.20367736478463144}, "told": {"their - they": -0.04812007720837208, "their": 0.20319221153571732, "they": 0.2513122887440894}, "too": {"their - they": -0.016127767849734742, "their": 0.16639863666600452, "they": 0.18252640451573926}, "took": {"their - they": 0.022191537867176286, "their": 0.2241018991273728, "they": 0.2019103612601965}, "tool": {"their - they": 0.0005451677090125284, "their": 0.1969625834495916, "they": 0.19641741574057908}, "tools": {"their - they": 0.04376065357540673, "their": 0.23274332947874835, "they": 0.1889826759033416}, "top": {"their - they": 0.09323776241835022, "their": 0.210092483380043, "they": 0.11685472096169278}, "topic": {"their - they": 0.04162568683840846, "their": 0.1533114181036208, "they": 0.11168573126521235}, "torment": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "tourists": {"their - they": 0.08352032531352765, "their": 0.2486959660241662, "they": 0.16517564071063853}, "town": {"their - they": 0.02281280038857486, "their": 0.1825336156669529, "they": 0.15972081527837803}, "towns": {"their - they": -0.058091667046948375, "their": 0.1533114181036208, "they": 0.2114030851505692}, "toys": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "tra": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "train": {"their - they": 0.08439973615408625, "their": 0.22649923516291473, "they": 0.14209949900882848}, "traitors": {"their - they": -0.014294786834338186, "their": 0.1834540505760899, "they": 0.1977488374104281}, "treat": {"their - they": 0.07112045839783934, "their": 0.2430654760973424, "they": 0.17194501769950304}, "treated": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "trial": {"their - they": 0.04129507536762453, "their": 0.1726111339893763, "they": 0.13131605862175177}, "tribe": {"their - they": 0.08478248464370722, "their": 0.216098543265459, "they": 0.13131605862175177}, "tribes": {"their - they": 0.08416097681494975, "their": 0.23274332947874835, "they": 0.1485823526637986}, "trick": {"their - they": 0.08439973615408625, "their": 0.22649923516291473, "they": 0.14209949900882848}, "tried": {"their - they": -0.047537281173348434, "their": 0.14936217563919305, "they": 0.19689945681254148}, "tries": {"their - they": 0.07073953895281818, "their": 0.2533280560503682, "they": 0.18258851709755}, "trouble": {"their - they": 0.04475489041895209, "their": 0.1884844786466818, "they": 0.14372958822772972}, "true": {"their - they": -0.010154756728618902, "their": 0.1598996093393104, "they": 0.1700543660679293}, "truth": {"their - they": 0.04501074446074574, "their": 0.22816832634604095, "they": 0.1831575818852952}, "try": {"their - they": -0.024098432349426713, "their": 0.18975800711708385, "they": 0.21385643946651056}, "trying": {"their - they": 0.029524677222333234, "their": 0.23124235764500284, "they": 0.2017176804226696}, "tubes": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "turkey": {"their - they": 0.04129507536762453, "their": 0.1726111339893763, "they": 0.13131605862175177}, "turn": {"their - they": -0.01939131046285411, "their": 0.20484439443054156, "they": 0.22423570489339567}, "turns": {"their - they": -0.024501930145755357, "their": 0.1680892027422045, "they": 0.19259113288795987}, "tv": {"their - they": -0.10159832710003008, "their": 0.05986518400282284, "they": 0.16146351110285292}, "twice": {"their - they": 0.019164113178869485, "their": 0.2038440601018226, "they": 0.18467994692295311}, "twisted": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "two": {"their - they": 0.005510355829510455, "their": 0.1929924106909665, "they": 0.18748205486145605}, "types": {"their - they": 0.0006892553363116727, "their": 0.1680892027422045, "they": 0.16739994740589284}, "ufc": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "ugly": {"their - they": 0.0007663590980115931, "their": 0.1533114181036208, "they": 0.15254505900560922}, "uk": {"their - they": -0.05882273071284094, "their": 0.09769094774862283, "they": 0.15651367846146377}, "ukraine": {"their - they": 0.04191669998359876, "their": 0.13479069207305575, "they": 0.09287399208945699}, "ukrainians": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "unbelievable": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "under": {"their - they": -0.0477084933996271, "their": 0.13298106643523652, "they": 0.18068955983486362}, "understand": {"their - they": 0.021138099907026947, "their": 0.20416092035624908, "they": 0.18302282044922213}, "undesirable": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "undesirables": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "uneducated": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "unfortunately": {"their - they": 0.04514285584797366, "their": 0.1689262952152802, "they": 0.12378343936730653}, "uniform": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "uniformly": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "united": {"their - they": 0.08460415481890537, "their": 0.2210076221713012, "they": 0.13640346735239584}, "university": {"their - they": 0.0010348931846827225, "their": 0.10489753905897063, "they": 0.10386264587428791}, "unless": {"their - they": 0.044698530431947076, "their": 0.1912003513913979, "they": 0.14650182095945083}, "unsuspecting": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "until": {"their - they": -0.0418511082786642, "their": 0.1681200453128329, "they": 0.2099711535914971}, "unworthy": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "up": {"their - they": 0.020126275625561962, "their": 0.27769787249623135, "they": 0.2575715968706694}, "updated": {"their - they": 0.0006892553363116727, "their": 0.1680892027422045, "they": 0.16739994740589284}, "upon": {"their - they": -0.014294786834338186, "their": 0.1834540505760899, "they": 0.1977488374104281}, "ups": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "us": {"their - they": -0.03073999401866348, "their": 0.22231619880895362, "they": 0.2530561928276171}, "use": {"their - they": 0.04371222905237626, "their": 0.22375174420742752, "they": 0.18003951515505126}, "used": {"their - they": 0.04984653606973789, "their": 0.16109501839891868, "they": 0.11124848232918079}, "uses": {"their - they": 0.08478248464370722, "their": 0.216098543265459, "they": 0.13131605862175177}, "using": {"their - they": 0.09116913005258898, "their": 0.23597176252179525, "they": 0.14480263246920627}, "usually": {"their - they": 0.0005593847761021786, "their": 0.21778161374896854, "they": 0.21722222897286636}, "utter": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "v": {"their - they": 0.0009651467337286057, "their": 0.13203859701663512, "they": 0.1310734502829065}, "validating": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "value": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "valued": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "values": {"their - they": 0.14891027283810498, "their": 0.25745032876811513, "they": 0.10854005593001013}, "various": {"their - they": 0.0007489455083294072, "their": 0.15661113083025363, "they": 0.15586218532192422}, "ve": {"their - they": -0.025855264504366954, "their": 0.16664840789627358, "they": 0.19250367240064054}, "vermin": {"their - they": 0.08305621094451648, "their": 0.25961808519614854, "they": 0.17656187425163206}, "version": {"their - they": 0.0008897137749188377, "their": 0.13052346882022245, "they": 0.1296337550453036}, "very": {"their - they": 0.02596745430875752, "their": 0.20528966070575164, "they": 0.17932220639699412}, "via": {"their - they": 0.08478248464370722, "their": 0.216098543265459, "they": 0.13131605862175177}, "viciously": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "victim": {"their - they": 0.0007663590980115931, "their": 0.1533114181036208, "they": 0.15254505900560922}, "victims": {"their - they": 0.04507078288601232, "their": 0.17268255899477325, "they": 0.12761177610876093}, "video": {"their - they": -0.007680275220724897, "their": 0.11317570720135284, "they": 0.12085598242207773}, "videos": {"their - they": 0.010403588356314442, "their": 0.1863203187812589, "they": 0.17591673042494446}, "views": {"their - they": 0.016567798582625776, "their": 0.2495243280121998, "they": 0.232956529429574}, "vile": {"their - they": 0.04608746859068233, "their": 0.2386786014786422, "they": 0.19259113288795987}, "violence": {"their - they": 0.0007827967516071954, "their": 0.1502161660332812, "they": 0.149433369281674}, "violent": {"their - they": -0.058467299480408325, "their": 0.12851263455085937, "they": 0.1869799340312677}, "virus": {"their - they": 0.08352032531352765, "their": 0.2486959660241662, "they": 0.16517564071063853}, "volkstaat": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "von": {"their - they": 0.0400976881028661, "their": 0.23219013016198223, "they": 0.19209244205911613}, "wait": {"their - they": 0.03796387725594763, "their": 0.19701503537303203, "they": 0.1590511581170844}, "waiting": {"their - they": 0.04425454988559602, "their": 0.21165449729148886, "they": 0.16739994740589284}, "wake": {"their - they": 0.08337581809994682, "their": 0.2406027109772387, "they": 0.15722689287729189}, "waking": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "walk": {"their - they": 0.0008148420064124084, "their": 0.15753321246111607, "they": 0.15671837045470366}, "walked": {"their - they": 0.0006892553363116727, "their": 0.1680892027422045, "they": 0.16739994740589284}, "walking": {"their - they": 0.000596158606664815, "their": 0.19711866918282997, "they": 0.19652251057616515}, "wall": {"their - they": 0.0007105923539128256, "their": 0.1639558267913485, "they": 0.1632452344374357}, "want": {"their - they": -0.08951429472352704, "their": 0.17686230851527354, "they": 0.2663766032388006}, "wanted": {"their - they": 0.010362767506378406, "their": 0.19054856167081388, "they": 0.18018579416443548}, "wanting": {"their - they": 0.08508171174974835, "their": 0.2075907376183955, "they": 0.12250902586864715}, "wants": {"their - they": 0.0655158477690092, "their": 0.21152425403134822, "they": 0.14600840626233902}, "war": {"their - they": -0.07162787996385933, "their": 0.09029098800729757, "they": 0.1619188679711569}, "warm": {"their - they": 0.0007304150330822157, "their": 0.16014632196129694, "they": 0.15941590692821472}, "wars": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "was": {"their - they": 0.019072925775059257, "their": 0.20996444382151186, "they": 0.1908915180464526}, "waste": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "watch": {"their - they": 0.017745254706902386, "their": 0.19969566341553002, "they": 0.18195040870862764}, "watching": {"their - they": -0.11592997210320612, "their": 0.09547798204278947, "they": 0.21140795414599559}, "water": {"their - they": 0.053516406090244995, "their": 0.23515474921342253, "they": 0.18163834312317753}, "way": {"their - they": 0.015701314554999707, "their": 0.24001735152481177, "they": 0.22431603696981206}, "ways": {"their - they": 0.013012408892289412, "their": 0.21578877809494387, "they": 0.20277636920265446}, "we": {"their - they": 0.018013801718516326, "their": 0.22144935222862192, "they": 0.2034355505101056}, "weak": {"their - they": 0.04358221137865603, "their": 0.23999962711923511, "they": 0.19641741574057908}, "weaknesses": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "wear": {"their - they": -0.02680562341530876, "their": 0.1834540505760899, "they": 0.21025967399139867}, "wearing": {"their - they": 0.06662006180914823, "their": 0.24140395384121852, "they": 0.1747838920320703}, "weather": {"their - they": 0.0007489455083294072, "their": 0.15661113083025363, "they": 0.15586218532192422}, "web": {"their - they": 0.04180761579702588, "their": 0.1419266238361546, "they": 0.10011900803912871}, "webcam": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "website": {"their - they": 0.10979636203498902, "their": 0.22050041859381256, "they": 0.11070405655882354}, "wednesday": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "weeks": {"their - they": 0.020000136227063633, "their": 0.13298106643523652, "they": 0.11298093020817289}, "weird": {"their - they": 0.04066034075496433, "their": 0.20583598146560286, "they": 0.16517564071063853}, "welcome": {"their - they": -0.059068081492841026, "their": 0.06420639789070036, "they": 0.12327447938354139}, "welfare": {"their - they": 0.00994117269204825, "their": 0.23341109197320117, "they": 0.22346991928115292}, "well": {"their - they": 0.003439541416526609, "their": 0.21825867562027143, "they": 0.21481913420374482}, "went": {"their - they": -0.054542759383229944, "their": 0.16056710972605434, "they": 0.21510986910928429}, "were": {"their - they": -0.06031449108634063, "their": 0.22908555996413443, "they": 0.28940005105047506}, "werent": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "west": {"their - they": 0.11393511090900132, "their": 0.1929713956427761, "they": 0.07903628473377478}, "western": {"their - they": 0.0008547316733011623, "their": 0.15064309323384592, "they": 0.14978836156054476}, "what": {"their - they": -0.018107658525135018, "their": 0.24865691715941735, "they": 0.26676457568455236}, "whatever": {"their - they": 0.0009220740643678671, "their": 0.1247055134316744, "they": 0.12378343936730653}, "whats": {"their - they": -0.014271107041544717, "their": 0.2075907376183955, "they": 0.22186184465994022}, "when": {"their - they": -0.04163230320180061, "their": 0.25169103716482855, "they": 0.29332334036662916}, "whenever": {"their - they": -0.058091667046948375, "their": 0.1533114181036208, "they": 0.2114030851505692}, "where": {"their - they": -0.026099524896608384, "their": 0.20254406712330097, "they": 0.22864359201990936}, "wherever": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "whether": {"their - they": -0.024584451783563527, "their": 0.14454277316193206, "they": 0.1691272249454956}, "which": {"their - they": 0.056436622490581456, "their": 0.2543593061502881, "they": 0.19792268365970667}, "while": {"their - they": 0.04000459808813156, "their": 0.20902226164275356, "they": 0.169017663554622}, "white": {"their - they": 0.011312260971587385, "their": 0.27462887535617586, "they": 0.2633166143845885}, "whites": {"their - they": 0.02263708015221233, "their": 0.282096846068477, "they": 0.2594597659162647}, "whitey": {"their - they": 0.04608746859068233, "their": 0.2386786014786422, "they": 0.19259113288795987}, "who": {"their - they": 0.06640097550381818, "their": 0.29954992513629214, "they": 0.23314894963247396}, "whole": {"their - they": -0.056421207689187514, "their": 0.13111111390202648, "they": 0.187532321591214}, "whom": {"their - they": -0.014220155243355043, "their": 0.23274332947874835, "they": 0.2469634847221034}, "whore": {"their - they": 0.08352032531352765, "their": 0.2486959660241662, "they": 0.16517564071063853}, "why": {"their - they": -0.008478187319335834, "their": 0.2244101690248097, "they": 0.23288835634414554}, "wife": {"their - they": 0.0728569289323967, "their": 0.18971164989408948, "they": 0.11685472096169278}, "wiggerism": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "wiggers": {"their - they": -0.04317588377518239, "their": 0.15661113083025363, "they": 0.19978701460543602}, "wild": {"their - they": 0.0007304150330822157, "their": 0.16014632196129694, "they": 0.15941590692821472}, "will": {"their - they": -0.02565162363473822, "their": 0.2578299700007764, "they": 0.2834815936355146}, "willing": {"their - they": 0.027743377842247702, "their": 0.22753039244768372, "they": 0.19978701460543602}, "window": {"their - they": 0.04151179853626276, "their": 0.16014632196129694, "they": 0.11863452342503418}, "wing": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "wipe": {"their - they": -0.024396601537398005, "their": 0.18956393838985952, "they": 0.21396053992725753}, "wish": {"their - they": 0.019790069401104282, "their": 0.15195416543152998, "they": 0.1321640960304257}, "with": {"their - they": 0.025829022707706317, "their": 0.314890077485589, "they": 0.2890610547778827}, "within": {"their - they": 0.013257057555406848, "their": 0.1929713956427761, "they": 0.17971433808736925}, "without": {"their - they": 0.0392180189140843, "their": 0.24277367975270334, "they": 0.20355566083861903}, "wizards": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "wn": {"their - they": 0.09360292593618354, "their": 0.2001030136105026, "they": 0.10650008767431905}, "wo": {"their - they": -0.022943741492662123, "their": 0.20416092035624908, "they": 0.2271046618489112}, "woman": {"their - they": 0.02726415911332919, "their": 0.17771492092898142, "they": 0.15045076181565223}, "women": {"their - they": -0.00810546599060094, "their": 0.21599097574273618, "they": 0.22409644173333712}, "wonder": {"their - they": -0.016862903667210383, "their": 0.19035412210361585, "they": 0.20721702577082624}, "wondering": {"their - they": -0.014297268602597252, "their": 0.17466601322748995, "they": 0.1889632818300872}, "wont": {"their - they": -0.014280786343475654, "their": 0.20036602678416368, "they": 0.21464681312763934}, "word": {"their - they": -0.058913886506608365, "their": 0.08738743415189057, "they": 0.14630132065849893}, "words": {"their - they": 0.028446545013527225, "their": 0.18516491546823088, "they": 0.15671837045470366}, "work": {"their - they": -0.03607792931542067, "their": 0.16631909392469604, "they": 0.2023970232401167}, "working": {"their - they": 0.01035204286158864, "their": 0.1916570621746469, "they": 0.18130501931305826}, "works": {"their - they": 0.16428212589269175, "their": 0.24160155093376706, "they": 0.0773194250410753}, "world": {"their - they": 0.01932329162462576, "their": 0.19758845523050889, "they": 0.17826516360588313}, "worry": {"their - they": 0.0006407926388384, "their": 0.1776083799555033, "they": 0.1769675873166649}, "worse": {"their - they": 0.021076001538004596, "their": 0.20854711663141678, "they": 0.1874711150934122}, "worshipping": {"their - they": 0.040428596398139505, "their": 0.21699047064977156, "they": 0.17656187425163206}, "worst": {"their - they": 0.02803079122828178, "their": 0.21081521496806807, "they": 0.1827844237397863}, "worth": {"their - they": 0.0008781730615265437, "their": 0.13261381869642166, "they": 0.13173564563489512}, "worthless": {"their - they": -0.043093614711458145, "their": 0.1639558267913485, "they": 0.20704944150280666}, "worthy": {"their - they": 0.0005026295498605227, "their": 0.20583598146560286, "they": 0.20533335191574234}, "would": {"their - they": 0.003977551245063687, "their": 0.23289083072365382, "they": 0.22891327947859014}, "wp": {"their - they": 0.11332057247396024, "their": 0.20850026796528812, "they": 0.09517969549132788}, "wpww": {"their - they": 0.04129507536762453, "their": 0.1726111339893763, "they": 0.13131605862175177}, "wrenching": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "wrestling": {"their - they": 0.04083799327608745, "their": 0.1969625834495916, "they": 0.15612459017350416}, "write": {"their - they": 0.04463828484099741, "their": 0.1940716541226714, "they": 0.149433369281674}, "writers": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "wrong": {"their - they": -0.08255180896461649, "their": 0.09440266545774918, "they": 0.17695447442236567}, "wtf": {"their - they": 0.04151179853626276, "their": 0.16014632196129694, "they": 0.11863452342503418}, "www": {"their - they": 0.02817675871099501, "their": 0.157969643076108, "they": 0.129792884365113}, "x": {"their - they": 0.0008537658946235205, "their": 0.13706208697383412, "they": 0.1362083210792106}, "yahoo": {"their - they": 0.04167611010327106, "their": 0.1502161660332812, "they": 0.10854005593001013}, "yea": {"their - they": 0.04129507536762453, "their": 0.1726111339893763, "they": 0.13131605862175177}, "yeah": {"their - they": -0.00654341565426253, "their": 0.1979369391026007, "they": 0.20448035475686324}, "year": {"their - they": -0.019456838314388922, "their": 0.12316548124446368, "they": 0.1426223195588526}, "years": {"their - they": -0.01112726797603139, "their": 0.1796296492206562, "they": 0.19075691719668758}, "yellow": {"their - they": 0.0008408183703201566, "their": 0.13943718944365285, "they": 0.1385963710733327}, "yellows": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "yes": {"their - they": 0.01557032521360563, "their": 0.20653778013430743, "they": 0.1909674549207018}, "yet": {"their - they": 0.022522978842000663, "their": 0.20240103358271616, "they": 0.1798780547407155}, "you": {"their - they": 0.008934297224903132, "their": 0.23617849427297788, "they": 0.22724419704807475}, "young": {"their - they": 0.0343583558653289, "their": 0.2218906774565429, "they": 0.187532321591214}, "your": {"their - they": 0.04275983050332435, "their": 0.23134184227093804, "they": 0.1885820117676137}, "youth": {"their - they": -0.014279441294417577, "their": 0.14336271322211, "they": 0.15764215451652758}, "youtube": {"their - they": -0.007308174778460436, "their": 0.048981641885201405, "they": 0.05628981666366184}, "yrs": {"their - they": 0.04098158572606092, "their": 0.18956393838985952, "they": 0.1485823526637986}, "yt": {"their - they": 0.04120491260310746, "their": 0.1776083799555033, "they": 0.13640346735239584}, "yup": {"their - they": 0.08387503694573095, "their": 0.23999962711923511, "they": 0.15612459017350416}, "zakus": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "zapoy": {"their - they": 0.03952361475399854, "their": 0.25685134582835956, "they": 0.217327731074361}, "zero": {"their - they": 0.0413750454731506, "their": 0.1680892027422045, "they": 0.1267141572690539}, "zionist": {"their - they": 0.04184610363815637, "their": 0.13943718944365285, "they": 0.09759108580549648}, "zoo": {"their - they": 0.08508171174974835, "their": 0.2075907376183955, "they": 0.12250902586864715}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-their-woman.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-their-woman.json new file mode 100644 index 0000000000000000000000000000000000000000..245f7eed5c585fb596716167c2248c38cdb0b5fb --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-their-woman.json @@ -0,0 +1 @@ +{"000": {"their - woman": -0.10583932515429936, "their": 0.13298106643523652, "woman": 0.23882039158953589}, "1": {"their - woman": -0.2039274139825224, "their": 0.11021552487001496, "woman": 0.31414293885253736}, "11": {"their - woman": -0.19764311762213296, "their": 0.14936217563919305, "woman": 0.347005293261326}, "13": {"their - woman": -0.07552953787470124, "their": 0.2132407391081721, "woman": 0.28877027698287333}, "15": {"their - woman": -0.14898504239181487, "their": 0.11169974588679432, "woman": 0.2606847882786092}, "16": {"their - woman": -0.1472038363625072, "their": 0.13706208697383412, "woman": 0.2842659233363413}, "17": {"their - woman": -0.2012297010502846, "their": 0.1533114181036208, "woman": 0.3545411191539054}, "18": {"their - woman": -0.20395469365456786, "their": 0.12851263455085937, "woman": 0.33246732820542724}, "2": {"their - woman": -0.1665189609737967, "their": 0.14470964841013456, "woman": 0.31122860938393127}, "20": {"their - woman": -0.07772426886413733, "their": 0.16678455101394493, "woman": 0.24450881987808226}, "2009": {"their - woman": -0.1472038363625072, "their": 0.13706208697383412, "woman": 0.2842659233363413}, "2010": {"their - woman": -0.14684365314671874, "their": 0.1419266238361546, "woman": 0.28877027698287333}, "2012": {"their - woman": -0.1475279880344488, "their": 0.13261381869642166, "woman": 0.28014180673087047}, "24": {"their - woman": -0.1454419202930616, "their": 0.16014632196129694, "woman": 0.30558824225435854}, "3": {"their - woman": -0.1171462360343486, "their": 0.1453777954251519, "woman": 0.2625240314595005}, "5": {"their - woman": -0.15191444824650568, "their": 0.0635673180707637, "woman": 0.2154817663172694}, "6": {"their - woman": -0.10616093747540892, "their": 0.1266817834677197, "woman": 0.2328427209431286}, "8": {"their - woman": -0.16089756729804172, "their": 0.16055101718982012, "woman": 0.32144858448786184}, "9": {"their - woman": -0.10535419439308058, "their": 0.14223565638263583, "woman": 0.2475898507757164}, "a": {"their - woman": -0.1555345545823985, "their": 0.2905764311074847, "woman": 0.4461109856898832}, "about": {"their - woman": 0.007468370972550098, "their": 0.2835564956964731, "woman": 0.276088124723923}, "above": {"their - woman": -0.10443603480698727, "their": 0.15902124117425226, "woman": 0.2634572759812395}, "according": {"their - woman": -0.0764383189853772, "their": 0.19467914459424132, "woman": 0.2711174635796185}, "african": {"their - woman": -0.2045422948829314, "their": 0.1228988836682373, "woman": 0.3274411785511687}, "after": {"their - woman": 0.013152550143366859, "their": 0.2092521934218847, "woman": 0.19609964327851784}, "again": {"their - woman": -0.005010110995530281, "their": 0.20529309960887732, "woman": 0.2103032106044076}, "against": {"their - woman": -0.053926349851416144, "their": 0.21056199387049862, "woman": 0.26448834372191476}, "ago": {"their - woman": -0.08694798735565187, "their": 0.16578161857165255, "woman": 0.2527296059273044}, "aleviated": {"their - woman": -0.13663168050638475, "their": 0.25685134582835956, "woman": 0.3934830263347443}, "all": {"their - woman": 0.059940855856074754, "their": 0.28613535405503304, "woman": 0.2261944981989583}, "alot": {"their - woman": -0.14834030481644445, "their": 0.12115089431896703, "woman": 0.2694911991354115}, "also": {"their - woman": 0.042059193659663346, "their": 0.21804757877277753, "woman": 0.17598838511311418}, "am": {"their - woman": -0.04643476619940681, "their": 0.1839906088599412, "woman": 0.23042537505934801}, "american": {"their - woman": -0.05815298491104623, "their": 0.15978293180906378, "woman": 0.21793591672011}, "an": {"their - woman": -0.12746040835090966, "their": 0.20306674702094396, "woman": 0.3305271553718536}, "and": {"their - woman": 0.007049181972385854, "their": 0.37948387446635495, "woman": 0.3724346924939691}, "angry": {"their - woman": -0.10270578371501829, "their": 0.1884844786466818, "woman": 0.2911902623617001}, "another": {"their - woman": -0.13756554571311083, "their": 0.15957546197165037, "woman": 0.2971410076847612}, "any": {"their - woman": -0.06215328247365029, "their": 0.19025180869475408, "woman": 0.25240509116840437}, "anyone": {"their - woman": 0.04205105347750082, "their": 0.22032091722187655, "woman": 0.17826986374437573}, "apartment": {"their - woman": -0.15742244997107543, "their": 0.19711866918282997, "woman": 0.3545411191539054}, "apes": {"their - woman": -0.1475279880344488, "their": 0.13261381869642166, "woman": 0.28014180673087047}, "apparently": {"their - woman": -0.0757656553710532, "their": 0.20850026796528812, "woman": 0.2842659233363413}, "are": {"their - woman": 0.13693179238694564, "their": 0.34445479302601567, "woman": 0.20752300063907003}, "area": {"their - woman": -0.015952920811372867, "their": 0.1805859560161864, "woman": 0.19653887682755927}, "areas": {"their - woman": -0.101965491573236, "their": 0.20036602678416368, "woman": 0.3023315183573997}, "around": {"their - woman": 0.07463897229719413, "their": 0.24164879305496542, "woman": 0.1670098207577713}, "arrest": {"their - woman": -0.19896448494939087, "their": 0.1726111339893763, "woman": 0.37157561893876717}, "arrested": {"their - woman": -0.23860104563857673, "their": 0.13261381869642166, "woman": 0.3712148643349984}, "aryan": {"their - woman": -0.24051145996773504, "their": 0.11781557394491937, "woman": 0.3583270339126544}, "as": {"their - woman": -0.012593231445857445, "their": 0.25623220524786616, "woman": 0.2688254366937236}, "asian": {"their - woman": -0.13556219038509743, "their": 0.1589797797526163, "woman": 0.2945419701377137}, "assaulting": {"their - woman": -0.19592823624319933, "their": 0.1969625834495916, "woman": 0.39289081969279094}, "at": {"their - woman": 0.0008160647229574214, "their": 0.2665482288444553, "woman": 0.26573216412149786}, "attack": {"their - woman": -0.0782563884297851, "their": 0.1545863325133435, "woman": 0.2328427209431286}, "attacks": {"their - woman": -0.202217226737592, "their": 0.14454277316193206, "woman": 0.34675999989952405}, "attractive": {"their - woman": -0.19477295379695084, "their": 0.20583598146560286, "woman": 0.4006089352625537}, "back": {"their - woman": 0.064998706861912, "their": 0.2185679993886813, "woman": 0.1535692925267693}, "bad": {"their - woman": 0.004533373523195661, "their": 0.21214099151528948, "woman": 0.20760761799209382}, "baltic": {"their - woman": -0.14354969897438372, "their": 0.18320127590045202, "woman": 0.32675097487483573}, "be": {"their - woman": -0.00014473350854088407, "their": 0.2657670013644592, "woman": 0.26591173487300007}, "beast": {"their - woman": -0.1009478376995194, "their": 0.216098543265459, "woman": 0.3170463809649784}, "beat": {"their - woman": -0.16844470079951815, "their": 0.19131670012964289, "woman": 0.35976140092916103}, "beaten": {"their - woman": -0.26278525568929934, "their": 0.14454277316193206, "woman": 0.40732802885123137}, "beautiful": {"their - woman": -0.15086419895420758, "their": 0.08197852198892103, "woman": 0.2328427209431286}, "because": {"their - woman": 0.04081133077029819, "their": 0.29457904762382414, "woman": 0.25376771685352595}, "become": {"their - woman": -0.04114341922264714, "their": 0.18931900067971202, "woman": 0.23046241990235916}, "been": {"their - woman": -0.027834742826330416, "their": 0.2181370287790265, "woman": 0.2459717716053569}, "behind": {"their - woman": -0.04063966340946873, "their": 0.2059037530741428, "woman": 0.24654341648361153}, "being": {"their - woman": -0.05454057315804492, "their": 0.2219939630896033, "woman": 0.27653453624764823}, "beliefs": {"their - woman": -0.10174418215253594, "their": 0.2038440601018226, "woman": 0.30558824225435854}, "big": {"their - woman": -0.041562853843149755, "their": 0.17513330031123345, "woman": 0.2166961541543832}, "black": {"their - woman": -0.17096035254732525, "their": 0.24858449363755045, "woman": 0.4195448461848757}, "blacks": {"their - woman": 0.009866203806879525, "their": 0.27733361181055, "woman": 0.26746740800367047}, "blue": {"their - woman": -0.07785913947899917, "their": 0.16373242402936067, "woman": 0.24159156350835984}, "boredom": {"their - woman": -0.1390948231940833, "their": 0.23219013016198223, "woman": 0.37128495335606554}, "boy": {"their - woman": -0.1714675623653093, "their": 0.1617842297322672, "woman": 0.3332517920975765}, "boys": {"their - woman": -0.0955296674329967, "their": 0.2406027109772387, "woman": 0.3361323784102354}, "brainwashed": {"their - woman": -0.05446950186065569, "their": 0.2546246842319796, "woman": 0.3090941860926353}, "break": {"their - woman": -0.10301185925769366, "their": 0.1834540505760899, "woman": 0.28646590983378356}, "broadcast": {"their - woman": -0.159784769210654, "their": 0.17268255899477325, "woman": 0.33246732820542724}, "brother": {"their - woman": -0.14926295339502205, "their": 0.10751981054021524, "woman": 0.2567827639352373}, "brown": {"their - woman": -0.07896112575543404, "their": 0.13773502839894916, "woman": 0.2166961541543832}, "bus": {"their - woman": -0.26582085333012684, "their": 0.1247055134316744, "woman": 0.39052636676180125}, "but": {"their - woman": 0.015478435770729132, "their": 0.26518509527105233, "woman": 0.2497066595003232}, "buying": {"their - woman": -0.1459774921032782, "their": 0.1533114181036208, "woman": 0.299288910206899}, "by": {"their - woman": -0.0689363375412097, "their": 0.26837587863674256, "woman": 0.33731221617795226}, "ca": {"their - woman": -0.04163499825294445, "their": 0.17265665758947385, "woman": 0.2142916558424183}, "came": {"their - woman": -0.04144815601365992, "their": 0.1790481971478707, "woman": 0.22049635316153063}, "can": {"their - woman": 0.0519102425824467, "their": 0.26204345042483773, "woman": 0.21013320784239103}, "candy": {"their - woman": -0.14684365314671874, "their": 0.1419266238361546, "woman": 0.28877027698287333}, "car": {"their - woman": -0.13303805443127134, "their": 0.19131670012964289, "woman": 0.3243547545609142}, "cause": {"their - woman": -0.1148164165700366, "their": 0.18144168139293315, "woman": 0.29625809796296976}, "chatting": {"their - woman": -0.1390948231940833, "their": 0.23219013016198223, "woman": 0.37128495335606554}, "check": {"their - woman": -0.2094556401002577, "their": 0.07099118151990796, "woman": 0.28044682162016565}, "child": {"their - woman": -0.11555635393694691, "their": 0.17039892428814146, "woman": 0.28595527822508837}, "children": {"their - woman": 0.06627583877190862, "their": 0.32025228633154695, "woman": 0.25397644755963833}, "close": {"their - woman": -0.10475467976589459, "their": 0.15329695308946417, "woman": 0.25805163285535876}, "color": {"their - woman": -0.0783277714379545, "their": 0.15291707959540377, "woman": 0.23124485103335826}, "columbus": {"their - woman": -0.1423576305339716, "their": 0.1969625834495916, "woman": 0.3393202139835632}, "com": {"their - woman": -0.11401035915043925, "their": 0.1559473354580234, "woman": 0.26995769460846264}, "come": {"their - woman": 0.013122615372231805, "their": 0.205401287288641, "woman": 0.19227867191640918}, "cop": {"their - woman": -0.14664748919976803, "their": 0.14454277316193206, "woman": 0.2911902623617001}, "corner": {"their - woman": -0.1423576305339716, "their": 0.1969625834495916, "woman": 0.3393202139835632}, "could": {"their - woman": -0.08950245633171036, "their": 0.20748431671993287, "woman": 0.2969867730516432}, "couple": {"their - woman": -0.0412365793437027, "their": 0.1861988808056781, "woman": 0.2274354601493808}, "court": {"their - woman": -0.2025067873206007, "their": 0.1419266238361546, "woman": 0.3444334111567553}, "crime": {"their - woman": -0.11598687453264706, "their": 0.16380752499348344, "woman": 0.2797943995261305}, "damn": {"their - woman": -0.10397411382709285, "their": 0.16714334975252568, "woman": 0.2711174635796185}, "dark": {"their - woman": -0.10523253384965472, "their": 0.14451262107683227, "woman": 0.249745154926487}, "date": {"their - woman": -0.05535918500967216, "their": 0.23341109197320117, "woman": 0.28877027698287333}, "dating": {"their - woman": -0.19010543479370054, "their": 0.21165449729148886, "woman": 0.4017599320851894}, "days": {"their - woman": -0.10686735387517986, "their": 0.11233487550498221, "woman": 0.21920222938016207}, "dead": {"their - woman": -0.056629218692766325, "their": 0.20142241416259243, "woman": 0.25805163285535876}, "death": {"their - woman": -0.24901923292846972, "their": 0.124999188696737, "woman": 0.3740184216252067}, "different": {"their - woman": -0.041303044758825846, "their": 0.18396229085892907, "woman": 0.2252653356177549}, "disgusting": {"their - woman": -0.07681884314937723, "their": 0.1866384328318623, "woman": 0.2634572759812395}, "do": {"their - woman": 0.09274933726905987, "their": 0.27679430339058847, "woman": 0.1840449661215286}, "does": {"their - woman": -0.005240990673469004, "their": 0.18998929973676193, "woman": 0.19523029041023093}, "don": {"their - woman": -0.07753042183750844, "their": 0.1711263794374884, "woman": 0.24865680127499684}, "dont": {"their - woman": -0.07523127829647636, "their": 0.20602161458446816, "woman": 0.2812528928809445}, "down": {"their - woman": -0.011131036282586743, "their": 0.22017064491500213, "woman": 0.23130168119758887}, "dr": {"their - woman": -0.206937858328443, "their": 0.09883035706996704, "woman": 0.30576821539841004}, "drink": {"their - woman": -0.07597929796427252, "their": 0.20416250876659794, "woman": 0.28014180673087047}, "early": {"their - woman": -0.0764383189853772, "their": 0.19467914459424132, "woman": 0.2711174635796185}, "edge": {"their - woman": -0.1423576305339716, "their": 0.1969625834495916, "woman": 0.3393202139835632}, "elderly": {"their - woman": -0.0993205868643281, "their": 0.23999962711923511, "woman": 0.3393202139835632}, "else": {"their - woman": 0.004631583443199333, "their": 0.22132773759758254, "woman": 0.2166961541543832}, "ever": {"their - woman": -0.028311802974341965, "their": 0.1595892813919405, "woman": 0.18790108436628247}, "everywhere": {"their - woman": -0.14857042011270827, "their": 0.11781557394491937, "woman": 0.26638599405762764}, "example": {"their - woman": -0.14888649415287744, "their": 0.11316613468480188, "woman": 0.2620526288376793}, "experience": {"their - woman": -0.07540148426675622, "their": 0.21578877809494387, "woman": 0.2911902623617001}, "eyes": {"their - woman": -0.11832128805991765, "their": 0.21056199387049862, "woman": 0.32888328193041627}, "face": {"their - woman": -0.08404653449672636, "their": 0.21967936182231365, "woman": 0.30372589631904}, "family": {"their - woman": -0.08580857858358126, "their": 0.18783941825326084, "woman": 0.2736479968368421}, "fault": {"their - woman": -0.10217024102406905, "their": 0.19711866918282997, "woman": 0.299288910206899}, "fear": {"their - woman": -0.004174708894700674, "their": 0.2637404053842864, "woman": 0.26791511427898707}, "feel": {"their - woman": 0.004593414343835922, "their": 0.21771821088739493, "woman": 0.213124796543559}, "female": {"their - woman": -0.2400884738762138, "their": 0.12115089431896703, "woman": 0.3612393681951808}, "few": {"their - woman": -0.031178715086258163, "their": 0.1865969508464117, "woman": 0.21777566593266987}, "fighting": {"their - woman": -0.07674776787755294, "their": 0.1881531608525191, "woman": 0.26490092873007204}, "figure": {"their - woman": -0.09616480959882887, "their": 0.23127636895233986, "woman": 0.3274411785511687}, "filth": {"their - woman": -0.10286314917969105, "their": 0.18590712780318228, "woman": 0.28877027698287333}, "find": {"their - woman": -0.13100752747212574, "their": 0.21056877694777554, "woman": 0.3415763044199013}, "finger": {"their - woman": -0.14354969897438372, "their": 0.18320127590045202, "woman": 0.32675097487483573}, "first": {"their - woman": 0.004225198781415945, "their": 0.18520322277017823, "woman": 0.18097802398876228}, "flipped": {"their - woman": -0.1390948231940833, "their": 0.23219013016198223, "woman": 0.37128495335606554}, "for": {"their - woman": -0.06320041268987087, "their": 0.30198986932983246, "woman": 0.3651902820197033}, "force": {"their - woman": -0.08284792712800307, "their": 0.24003263745947903, "woman": 0.3228805645874821}, "forced": {"their - woman": -0.07597929796427252, "their": 0.20416250876659794, "woman": 0.28014180673087047}, "found": {"their - woman": -0.08628872861493103, "their": 0.17870093213873905, "woman": 0.2649896607536701}, "four": {"their - woman": -0.14782242947573504, "their": 0.12851263455085937, "woman": 0.2763350640265944}, "french": {"their - woman": -0.10535419439308058, "their": 0.14223565638263583, "woman": 0.2475898507757164}, "from": {"their - woman": -0.0008094261939832759, "their": 0.24647187786528732, "woman": 0.2472813040592706}, "front": {"their - woman": -0.07274064020402887, "their": 0.22013747662936917, "woman": 0.29287811683339804}, "full": {"their - woman": -0.07802687451070323, "their": 0.1598996093393104, "woman": 0.23792648385001364}, "gang": {"their - woman": -0.2025067873206007, "their": 0.1419266238361546, "woman": 0.3444334111567553}, "gauge": {"their - woman": -0.14053972117347596, "their": 0.21699047064977156, "woman": 0.3575301918232475}, "german": {"their - woman": -0.10593552402219189, "their": 0.13111111390202648, "woman": 0.23704663792421837}, "get": {"their - woman": -0.04826252075823645, "their": 0.255876740418608, "woman": 0.3041392611768444}, "gets": {"their - woman": -0.07767739371612531, "their": 0.16783927286887143, "woman": 0.24551666658499674}, "girl": {"their - woman": -0.08584113137741328, "their": 0.1872266628864, "woman": 0.2730677942638133}, "girls": {"their - woman": -0.05276426411989593, "their": 0.23930047474715954, "woman": 0.2920647388670555}, "give": {"their - woman": 0.028594835528141238, "their": 0.2411446188821712, "woman": 0.21254978335402996}, "go": {"their - woman": -0.043893887762951056, "their": 0.19809910743578688, "woman": 0.24199299519873793}, "god": {"their - woman": 0.013271197811040608, "their": 0.22582098116507057, "woman": 0.21254978335402996}, "gods": {"their - woman": -0.0557249874484064, "their": 0.22441681928246407, "woman": 0.28014180673087047}, "goes": {"their - woman": -0.20764660450368072, "their": 0.09129189321892227, "woman": 0.298938497722603}, "gone": {"their - woman": -0.14943502998771852, "their": 0.10489753905897063, "woman": 0.25433256904668916}, "good": {"their - woman": -0.09034649539603343, "their": 0.22865103682683854, "woman": 0.31899753222287197}, "got": {"their - woman": 0.035535046322954456, "their": 0.2048241502034834, "woman": 0.16928910388052895}, "green": {"their - woman": -0.1490805205906384, "their": 0.11027121914808144, "woman": 0.25935173973871983}, "groids": {"their - woman": -0.14354969897438372, "their": 0.18320127590045202, "woman": 0.32675097487483573}, "grow": {"their - woman": -0.0558841200510376, "their": 0.2204509439755568, "woman": 0.2763350640265944}, "guess": {"their - woman": -0.04132459903213276, "their": 0.18323507673636152, "woman": 0.22455967576849428}, "gun": {"their - woman": -0.20715210430537984, "their": 0.09657379201366019, "woman": 0.30372589631904}, "guns": {"their - woman": -0.05691376132787784, "their": 0.1939420975176363, "woman": 0.25085585884551415}, "guy": {"their - woman": -0.16401555943508295, "their": 0.17145490752998305, "woman": 0.335470466965066}, "had": {"their - woman": 0.032523504381688384, "their": 0.24193627421206634, "woman": 0.20941276983037796}, "hair": {"their - woman": -0.12244216359793669, "their": 0.18845840103496575, "woman": 0.31090056463290244}, "half": {"their - woman": -0.10648362554594269, "their": 0.1202193622375149, "woman": 0.2267029877834576}, "hang": {"their - woman": -0.07597929796427252, "their": 0.20416250876659794, "woman": 0.28014180673087047}, "happen": {"their - woman": -0.05657728454828187, "their": 0.20277445519043796, "woman": 0.25935173973871983}, "happily": {"their - woman": -0.14156430467912182, "their": 0.20583598146560286, "woman": 0.3474002861447247}, "hard": {"their - woman": -0.13612721795673055, "their": 0.15129370142111348, "woman": 0.28742091937784403}, "has": {"their - woman": 0.09263822557046467, "their": 0.23110371148927858, "woman": 0.1384654859188139}, "hate": {"their - woman": -0.04183380235810183, "their": 0.165773815633992, "woman": 0.20760761799209382}, "have": {"their - woman": 0.1018482307341784, "their": 0.3119612881261306, "woman": 0.2101130573919522}, "having": {"their - woman": -0.015103162344862808, "their": 0.22462569281373962, "woman": 0.23972885515860243}, "he": {"their - woman": -0.15659003200845867, "their": 0.10619541566715486, "woman": 0.2627854476756135}, "headed": {"their - woman": -0.1423576305339716, "their": 0.1969625834495916, "woman": 0.3393202139835632}, "hear": {"their - woman": -0.09899170564613835, "their": 0.18696357257895002, "woman": 0.28595527822508837}, "heaven": {"their - woman": -0.14402083463313944, "their": 0.1776083799555033, "woman": 0.32162921458864274}, "her": {"their - woman": -0.2635871062902636, "their": 0.14490553777444865, "woman": 0.40849264406471225}, "here": {"their - woman": -0.04346893590091688, "their": 0.20224124464107993, "woman": 0.2457101805419968}, "hi": {"their - woman": -0.10616093747540892, "their": 0.1266817834677197, "woman": 0.2328427209431286}, "hide": {"their - woman": -0.026044231572334597, "their": 0.2521578304517953, "woman": 0.2782020620241299}, "high": {"their - woman": -0.058175453693662976, "their": 0.15913733835564225, "woman": 0.21731279204930523}, "him": {"their - woman": -0.08029683556688554, "their": 0.10314655739934146, "woman": 0.183443392966227}, "his": {"their - woman": -0.01657138310625597, "their": 0.14850510364294744, "woman": 0.16507648674920342}, "hispanic": {"their - woman": -0.14736997860917625, "their": 0.13479069207305575, "woman": 0.282160670682232}, "hold": {"their - woman": -0.10270578371501829, "their": 0.1884844786466818, "woman": 0.2911902623617001}, "home": {"their - woman": -0.0368161741743811, "their": 0.27265915121580103, "woman": 0.30947532539018213}, "hope": {"their - woman": -0.00545852576710093, "their": 0.17586603419316535, "woman": 0.18132455996026628}, "hopefully": {"their - woman": -0.14782242947573504, "their": 0.12851263455085937, "woman": 0.2763350640265944}, "house": {"their - woman": -0.11648552615878141, "their": 0.1560077847537841, "woman": 0.2724933109125655}, "how": {"their - woman": 0.058022422470127843, "their": 0.2601589545302399, "woman": 0.20213653206011206}, "html": {"their - woman": -0.1502365864975691, "their": 0.09231035381710782, "woman": 0.2425469403146769}, "http": {"their - woman": -0.0765590791590956, "their": 0.17930540792041977, "woman": 0.25586448707951537}, "huge": {"their - woman": -0.056099990742059985, "their": 0.21501747283755854, "woman": 0.2711174635796185}, "husband": {"their - woman": -0.14480490645535432, "their": 0.1680892027422045, "woman": 0.31289410919755883}, "i": {"their - woman": 0.004085499894037503, "their": 0.2671040774304864, "woman": 0.2630185775364489}, "id": {"their - woman": -0.1484574809709796, "their": 0.11945763330800747, "woman": 0.26791511427898707}, "if": {"their - woman": -0.021385464417467692, "their": 0.25420853574641644, "woman": 0.27559400016388413}, "im": {"their - woman": -0.16611638857050257, "their": 0.14915652983992264, "woman": 0.3152729184104252}, "important": {"their - woman": -0.07681884314937723, "their": 0.1866384328318623, "woman": 0.2634572759812395}, "in": {"their - woman": -0.04288991637816608, "their": 0.3455188290624579, "woman": 0.388408745440624}, "index": {"their - woman": -0.1470287203901307, "their": 0.13943718944365285, "woman": 0.28646590983378356}, "inside": {"their - woman": -0.10286314917969105, "their": 0.18590712780318228, "woman": 0.28877027698287333}, "instant": {"their - woman": -0.1423576305339716, "their": 0.1969625834495916, "woman": 0.3393202139835632}, "intellectual": {"their - woman": -0.1423576305339716, "their": 0.1969625834495916, "woman": 0.3393202139835632}, "interest": {"their - woman": -0.1464388745143736, "their": 0.14730019455018023, "woman": 0.2937390690645538}, "interested": {"their - woman": -0.14898504239181487, "their": 0.11169974588679432, "woman": 0.2606847882786092}, "internet": {"their - woman": -0.14951751933050433, "their": 0.103630921940498, "woman": 0.25314844127100233}, "into": {"their - woman": 0.06481963761465612, "their": 0.23353166694093114, "woman": 0.16871202932627502}, "is": {"their - woman": 0.028632616453415305, "their": 0.2997803644346829, "woman": 0.2711477479812676}, "it": {"their - woman": 0.032791807150333085, "their": 0.2868828558706884, "woman": 0.2540910487203553}, "its": {"their - woman": -0.046608208465802325, "their": 0.17878980088576182, "woman": 0.22539800935156415}, "jew": {"their - woman": -0.015660314468630282, "their": 0.195755703140082, "woman": 0.2114160176087123}, "jewish": {"their - woman": -0.0412365793437027, "their": 0.1861988808056781, "woman": 0.2274354601493808}, "jews": {"their - woman": 0.08303165718783859, "their": 0.2744916960053918, "woman": 0.19146003881755322}, "just": {"their - woman": 0.004285212879704459, "their": 0.2494935269537068, "woman": 0.24520831407400234}, "keep": {"their - woman": -0.0633535988685221, "their": 0.20473598050978103, "woman": 0.26808957937830313}, "kick": {"their - woman": -0.10315279895998294, "their": 0.18111312437635838, "woman": 0.2842659233363413}, "kid": {"their - woman": -0.027210525925351475, "their": 0.20563219501777713, "woman": 0.2328427209431286}, "kids": {"their - woman": 0.12345680882574739, "their": 0.28963130992481906, "woman": 0.16617450109907167}, "killed": {"their - woman": -0.22387874184623593, "their": 0.15195416543152998, "woman": 0.3758329072777659}, "killing": {"their - woman": -0.10407319867584144, "their": 0.16541800045957003, "woman": 0.2694911991354115}, "know": {"their - woman": 0.047759565648376634, "their": 0.2497042695151442, "woman": 0.20194470386676758}, "large": {"their - woman": -0.10397411382709285, "their": 0.16714334975252568, "woman": 0.2711174635796185}, "last": {"their - woman": -0.005496321554810724, "their": 0.17344017248697527, "woman": 0.178936494041786}, "laugh": {"their - woman": -0.039997555708153665, "their": 0.22638843834947397, "woman": 0.26638599405762764}, "least": {"their - woman": -0.027327360036845355, "their": 0.20085000708224104, "woman": 0.2281773671190864}, "liberals": {"their - woman": -0.0043124442891147585, "their": 0.253739188566244, "woman": 0.25805163285535876}, "light": {"their - woman": -0.05734409352108724, "their": 0.18238476163751519, "woman": 0.23972885515860243}, "like": {"their - woman": -0.05353973525945502, "their": 0.2481864898719737, "woman": 0.3017262251314287}, "line": {"their - woman": -0.14996962446995132, "their": 0.09657379201366019, "woman": 0.24654341648361153}, "listening": {"their - woman": -0.14572038752714606, "their": 0.15661113083025363, "woman": 0.3023315183573997}, "live": {"their - woman": -0.07547638178251528, "their": 0.16263750192121684, "woman": 0.23811388370373213}, "local": {"their - woman": -0.0977537246794416, "their": 0.20698348370542502, "woman": 0.3047372083848666}, "lol": {"their - woman": -0.20871968758380582, "their": 0.07944872832139888, "woman": 0.2881684159052047}, "long": {"their - woman": -0.058795289998311656, "their": 0.14090778286046263, "woman": 0.19970307285877428}, "look": {"their - woman": -0.04860360011747167, "their": 0.22323749257757436, "woman": 0.271841092695046}, "looking": {"their - woman": -0.16163996782424098, "their": 0.18661748097631478, "woman": 0.34825744880055576}, "love": {"their - woman": -0.04161726413629491, "their": 0.17326647800353417, "woman": 0.21488374213982908}, "m": {"their - woman": -0.06297636157036413, "their": 0.17046629314361025, "woman": 0.23344265471397438}, "makes": {"their - woman": 0.02127555799106204, "their": 0.25411827893419064, "woman": 0.2328427209431286}, "making": {"their - woman": -0.07701934993423976, "their": 0.18233238980448008, "woman": 0.25935173973871983}, "male": {"their - woman": -0.2065960662526963, "their": 0.10239212479123935, "woman": 0.30898819104393566}, "males": {"their - woman": -0.10217024102406905, "their": 0.19711866918282997, "woman": 0.299288910206899}, "man": {"their - woman": -0.29058487892957474, "their": 0.13365804575011772, "woman": 0.42424292467969243}, "march": {"their - woman": -0.1496759835009086, "their": 0.10117987534460554, "woman": 0.25085585884551415}, "mate": {"their - woman": -0.2027801533556714, "their": 0.13943718944365285, "woman": 0.34221734279932425}, "may": {"their - woman": -0.09965570008860772, "their": 0.1757684932458197, "woman": 0.2754241933344274}, "maybe": {"their - woman": -0.01677539466283906, "their": 0.23720105289679927, "woman": 0.25397644755963833}, "me": {"their - woman": -0.15301321349751906, "their": 0.17324135511091032, "woman": 0.3262545686084294}, "men": {"their - woman": -0.24049099052098247, "their": 0.1452096041122524, "woman": 0.38570059463323486}, "messenger": {"their - woman": -0.1390948231940833, "their": 0.23219013016198223, "woman": 0.37128495335606554}, "met": {"their - woman": -0.10341428607989714, "their": 0.17672752065097333, "woman": 0.28014180673087047}, "middle": {"their - woman": -0.10387117731286621, "their": 0.1689262952152802, "woman": 0.2727974725281464}, "minister": {"their - woman": -0.10328672427178859, "their": 0.1788739464104434, "woman": 0.282160670682232}, "mixed": {"their - woman": -0.057041289104902526, "their": 0.19054856167081388, "woman": 0.2475898507757164}, "month": {"their - woman": -0.14926295339502205, "their": 0.10751981054021524, "woman": 0.2567827639352373}, "more": {"their - woman": -0.019377954491247545, "their": 0.23236848943132546, "woman": 0.251746443922573}, "most": {"their - woman": 0.07897665593186634, "their": 0.25791314997365233, "woman": 0.178936494041786}, "mostly": {"their - woman": -0.10426086666727893, "their": 0.1621251273903487, "woman": 0.26638599405762764}, "mother": {"their - woman": -0.09814330519961637, "their": 0.20079519252298664, "woman": 0.298938497722603}, "motivated": {"their - woman": -0.1423576305339716, "their": 0.1969625834495916, "woman": 0.3393202139835632}, "mouth": {"their - woman": -0.1454419202930616, "their": 0.16014632196129694, "woman": 0.30558824225435854}, "moving": {"their - woman": -0.10341428607989714, "their": 0.17672752065097333, "woman": 0.28014180673087047}, "much": {"their - woman": 0.05396508344449241, "their": 0.2332374466841137, "woman": 0.17927236323962129}, "murder": {"their - woman": -0.24255472920084686, "their": 0.10117987534460554, "woman": 0.3437346045454524}, "music": {"their - woman": -0.07885415742662516, "their": 0.1403480719535369, "woman": 0.21920222938016207}, "muslim": {"their - woman": -0.1482185799113812, "their": 0.1228988836682373, "woman": 0.2711174635796185}, "my": {"their - woman": -0.05107726239109489, "their": 0.18967180769406952, "woman": 0.2407490700851644}, "n": {"their - woman": 0.0423133285774481, "their": 0.25749392356945966, "woman": 0.21518059499201156}, "nails": {"their - woman": -0.13663168050638475, "their": 0.25685134582835956, "woman": 0.3934830263347443}, "name": {"their - woman": -0.053619387715930306, "their": 0.21830503794521625, "woman": 0.27192442566114655}, "nationalism": {"their - woman": -0.07597929796427252, "their": 0.20416250876659794, "woman": 0.28014180673087047}, "nationalist": {"their - woman": -0.058219587647556, "their": 0.15786627107695825, "woman": 0.21608585872451425}, "nations": {"their - woman": -0.014607496198234204, "their": 0.25029343253183783, "woman": 0.26490092873007204}, "near": {"their - woman": -0.10529408805288684, "their": 0.14336271322211, "woman": 0.24865680127499684}, "need": {"their - woman": 0.0001856337331801461, "their": 0.23148731493076902, "woman": 0.23130168119758887}, "negro": {"their - woman": -0.1110973751126541, "their": 0.1902799055449736, "woman": 0.3013772806576277}, "negroid": {"their - woman": -0.14480490645535432, "their": 0.1680892027422045, "woman": 0.31289410919755883}, "never": {"their - woman": -0.011197845022255654, "their": 0.21666628722555636, "woman": 0.22786413224781202}, "new": {"their - woman": -0.04342447368208732, "their": 0.10720998097610754, "woman": 0.15063445465819486}, "news": {"their - woman": -0.08933473470210104, "their": 0.2102538632226689, "woman": 0.29958859792476994}, "next": {"their - woman": -0.09987158280577985, "their": 0.1720528428553667, "woman": 0.27192442566114655}, "nice": {"their - woman": -0.057832973180953484, "their": 0.16887001460250411, "woman": 0.2267029877834576}, "nigerian": {"their - woman": -0.14354969897438372, "their": 0.18320127590045202, "woman": 0.32675097487483573}, "night": {"their - woman": -0.106028154939181, "their": 0.1292991250750289, "woman": 0.23532728001420988}, "no": {"their - woman": 0.005747759763821525, "their": 0.22605080174045225, "woman": 0.22030304197663073}, "noses": {"their - woman": -0.1390948231940833, "their": 0.23219013016198223, "woman": 0.37128495335606554}, "not": {"their - woman": -0.014714421871378114, "their": 0.2841184232151532, "woman": 0.2988328450865313}, "nothing": {"their - woman": -0.02801654989652025, "their": 0.17215196261051743, "woman": 0.20016851250703768}, "now": {"their - woman": 0.04209874089920068, "their": 0.2019351560134961, "woman": 0.15983641511429542}, "o": {"their - woman": -0.07695450917791433, "their": 0.18373027910069487, "woman": 0.2606847882786092}, "of": {"their - woman": 0.05102594152356532, "their": 0.3611272668608242, "woman": 0.31010132533725887}, "off": {"their - woman": 0.03243330091267105, "their": 0.2756410543656661, "woman": 0.24320775345299506}, "ok": {"their - woman": -0.10482859850370732, "their": 0.15195416543152998, "woman": 0.2567827639352373}, "old": {"their - woman": -0.2534622457021486, "their": 0.13430233315547158, "woman": 0.38776457885762017}, "on": {"their - woman": -0.0706169568906273, "their": 0.2965102406476967, "woman": 0.367127197538324}, "once": {"their - woman": -0.05813023960356001, "their": 0.16043543797436866, "woman": 0.21856567757792866}, "one": {"their - woman": -0.05068984173169941, "their": 0.2109395292149042, "woman": 0.2616293709466036}, "online": {"their - woman": -0.07731776156039116, "their": 0.17583067971061117, "woman": 0.25314844127100233}, "only": {"their - woman": 0.10753148846962957, "their": 0.2583874117367317, "woman": 0.15085592326710212}, "or": {"their - woman": 0.035664781116948374, "their": 0.2736132294384292, "woman": 0.23794844832148082}, "orthodox": {"their - woman": -0.14300433068234314, "their": 0.18956393838985952, "woman": 0.33256826907220266}, "other": {"their - woman": 0.08400694603987283, "their": 0.23289417136006949, "woman": 0.14888722532019666}, "others": {"their - woman": -0.027013645753699356, "their": 0.21363874994218132, "woman": 0.24065239569588068}, "our": {"their - woman": 0.01642616068790631, "their": 0.23701629468653956, "woman": 0.22059013399863325}, "out": {"their - woman": -0.07847009753705181, "their": 0.23797635295760156, "woman": 0.31644645049465336}, "over": {"their - woman": 0.035534896932410714, "their": 0.20424692625868573, "woman": 0.16871202932627502}, "own": {"their - woman": 0.09285116105386937, "their": 0.36841893716403695, "woman": 0.2755677761101676}, "p": {"their - woman": -0.14996962446995132, "their": 0.09657379201366019, "woman": 0.24654341648361153}, "part": {"their - woman": -0.16526710899443542, "their": 0.10780068526937787, "woman": 0.2730677942638133}, "people": {"their - woman": 0.11562276391728443, "their": 0.31371450734935974, "woman": 0.1980917434320753}, "perhaps": {"their - woman": -0.056231201438689926, "their": 0.21168391284029714, "woman": 0.26791511427898707}, "person": {"their - woman": -0.00506694004863828, "their": 0.20149506946362575, "woman": 0.20656200951226403}, "phone": {"their - woman": -0.1482185799113812, "their": 0.1228988836682373, "woman": 0.2711174635796185}, "pic": {"their - woman": -0.14513835930128677, "their": 0.1639558267913485, "woman": 0.3090941860926353}, "pick": {"their - woman": -0.07587501786486517, "their": 0.20628565281736683, "woman": 0.282160670682232}, "places": {"their - woman": -0.149350216632957, "their": 0.10619334407952748, "woman": 0.25554356071248446}, "please": {"their - woman": -0.1073076827266054, "their": 0.1029955278778022, "woman": 0.2103032106044076}, "pm": {"their - woman": -0.22829272756495714, "their": 0.11650793730651485, "woman": 0.344800664871472}, "police": {"their - woman": -0.219129996351018, "their": 0.18251662293335055, "woman": 0.40164661928436857}, "poor": {"their - woman": -0.07731776156039116, "their": 0.17583067971061117, "woman": 0.25314844127100233}, "posted": {"their - woman": -0.2068267783467448, "their": 0.09999298820925769, "woman": 0.30681976655600246}, "prime": {"their - woman": -0.14572038752714606, "their": 0.15661113083025363, "woman": 0.3023315183573997}, "prison": {"their - woman": -0.2025067873206007, "their": 0.1419266238361546, "woman": 0.3444334111567553}, "probably": {"their - woman": -0.16465458232790336, "their": 0.1157922392922623, "woman": 0.28044682162016565}, "proud": {"their - woman": 0.004882463102483692, "their": 0.24647402661084353, "woman": 0.24159156350835984}, "public": {"their - woman": -0.015373771697272998, "their": 0.21060592289855054, "woman": 0.22597969459582354}, "punches": {"their - woman": -0.1390948231940833, "their": 0.23219013016198223, "woman": 0.37128495335606554}, "pushover": {"their - woman": -0.13663168050638475, "their": 0.25685134582835956, "woman": 0.3934830263347443}, "put": {"their - woman": -0.037639547468250406, "their": 0.21427258159258525, "woman": 0.25191212906083565}, "quite": {"their - woman": -0.14898504239181487, "their": 0.11169974588679432, "woman": 0.2606847882786092}, "race": {"their - woman": 0.05445856339864183, "their": 0.2749304338852465, "woman": 0.2204718704866047}, "racist": {"their - woman": -0.015519656289545214, "their": 0.20304602128838345, "woman": 0.21856567757792866}, "range": {"their - woman": -0.14480490645535432, "their": 0.1680892027422045, "woman": 0.31289410919755883}, "rape": {"their - woman": -0.2027801533556714, "their": 0.13943718944365285, "woman": 0.34221734279932425}, "re": {"their - woman": -0.0547313934657738, "their": 0.2174120986520697, "woman": 0.2721434921178435}, "read": {"their - woman": -0.0637123973034236, "their": 0.19644315522512062, "woman": 0.2601555525285442}, "real": {"their - woman": -0.05763467622859139, "their": 0.17440349757270035, "woman": 0.23203817380129174}, "really": {"their - woman": 0.004384018874416723, "their": 0.19875680954236355, "woman": 0.19437279066794683}, "reason": {"their - woman": -0.04085495353651694, "their": 0.19887390162208549, "woman": 0.23972885515860243}, "recommend": {"their - woman": -0.1423576305339716, "their": 0.1969625834495916, "woman": 0.3393202139835632}, "right": {"their - woman": -0.010873292871165091, "their": 0.23376441868615286, "woman": 0.24463771155731795}, "rights": {"their - woman": -0.101965491573236, "their": 0.20036602678416368, "woman": 0.3023315183573997}, "ripped": {"their - woman": -0.14053972117347596, "their": 0.21699047064977156, "woman": 0.3575301918232475}, "ruled": {"their - woman": -0.14156430467912182, "their": 0.20583598146560286, "woman": 0.3474002861447247}, "s": {"their - woman": 0.00604565964706405, "their": 0.2626260343853621, "woman": 0.25658037473829803}, "said": {"their - woman": -0.07480461258809465, "their": 0.21427258159258525, "woman": 0.2890771941806799}, "same": {"their - woman": -0.04632100144071316, "their": 0.18737631547738184, "woman": 0.233697316918095}, "saturday": {"their - woman": -0.14480490645535432, "their": 0.1680892027422045, "woman": 0.31289410919755883}, "saw": {"their - woman": 0.004450349002844883, "their": 0.20461886150988257, "woman": 0.20016851250703768}, "say": {"their - woman": 0.05413682492189967, "their": 0.21173934883539677, "woman": 0.1576025239134971}, "saying": {"their - woman": -0.02678236314055696, "their": 0.22296279178593004, "woman": 0.249745154926487}, "says": {"their - woman": -0.015345123736379251, "their": 0.21209033641300154, "woman": 0.2274354601493808}, "school": {"their - woman": 0.051183952684534795, "their": 0.26232132486371806, "woman": 0.21113737217918327}, "see": {"their - woman": -0.053730813697328905, "their": 0.2276554367239076, "woman": 0.2813862504212365}, "seems": {"their - woman": -0.004600252466280708, "their": 0.23332623138373293, "woman": 0.23792648385001364}, "seen": {"their - woman": -0.05410303204934244, "their": 0.20605252047920178, "woman": 0.2601555525285442}, "separate": {"their - woman": -0.14053972117347596, "their": 0.21699047064977156, "woman": 0.3575301918232475}, "service": {"their - woman": -0.1577257852946835, "their": 0.1940716541226714, "woman": 0.3517974394173549}, "settle": {"their - woman": -0.1009478376995194, "their": 0.216098543265459, "woman": 0.3170463809649784}, "several": {"their - woman": -0.10490046747863854, "their": 0.15064309323384592, "woman": 0.25554356071248446}, "she": {"their - woman": -0.1401451451913655, "their": 0.12402352353101959, "woman": 0.2641686687223851}, "shin": {"their - woman": -0.09680138156464618, "their": 0.27448357179141936, "woman": 0.37128495335606554}, "shock": {"their - woman": -0.14053972117347596, "their": 0.21699047064977156, "woman": 0.3575301918232475}, "shooting": {"their - woman": -0.10328672427178859, "their": 0.1788739464104434, "woman": 0.282160670682232}, "shopping": {"their - woman": -0.1390948231940833, "their": 0.23219013016198223, "woman": 0.37128495335606554}, "should": {"their - woman": -0.005419651421737254, "their": 0.24564957022500042, "woman": 0.2510692216467377}, "showing": {"their - woman": -0.0397852291947593, "their": 0.2330122433333871, "woman": 0.2727974725281464}, "shows": {"their - woman": -0.13481197110427623, "their": 0.16891392521476378, "woman": 0.30372589631904}, "sign": {"their - woman": -0.0760789430710232, "their": 0.2021231189531067, "woman": 0.2782020620241299}, "sister": {"their - woman": -0.056293510677584646, "their": 0.210092483380043, "woman": 0.26638599405762764}, "site": {"their - woman": -0.053926349851416144, "their": 0.21056199387049862, "woman": 0.26448834372191476}, "sitting": {"their - woman": -0.13178975658264214, "their": 0.20628565281736683, "woman": 0.33807540940000896}, "situation": {"their - woman": -0.07552953787470124, "their": 0.2132407391081721, "woman": 0.28877027698287333}, "so": {"their - woman": 0.1902615834326705, "their": 0.28480415681054805, "woman": 0.09454257337787755}, "some": {"their - woman": -0.022813270728241686, "their": 0.2508100261230684, "woman": 0.2736232968513101}, "soon": {"their - woman": -0.027345885911650547, "their": 0.20008957423773024, "woman": 0.2274354601493808}, "sounds": {"their - woman": -0.10416870203149106, "their": 0.163746412247496, "woman": 0.26791511427898707}, "south": {"their - woman": -0.05772226321028878, "their": 0.1719682993543723, "woman": 0.22969056256466108}, "speak": {"their - woman": -0.11455164458395228, "their": 0.18531072603161974, "woman": 0.299862370615572}, "spend": {"their - woman": -0.102360704513563, "their": 0.1940716541226714, "woman": 0.2964323586362344}, "spent": {"their - woman": -0.10301185925769366, "their": 0.1834540505760899, "woman": 0.28646590983378356}, "stand": {"their - woman": -0.07731776156039116, "their": 0.17583067971061117, "woman": 0.25314844127100233}, "standing": {"their - woman": -0.1577257852946835, "their": 0.1940716541226714, "woman": 0.3517974394173549}, "state": {"their - woman": -0.0409925909617701, "their": 0.19433468905243978, "woman": 0.23532728001420988}, "steel": {"their - woman": -0.10174418215253594, "their": 0.2038440601018226, "woman": 0.30558824225435854}, "stick": {"their - woman": -0.20395469365456786, "their": 0.12851263455085937, "woman": 0.33246732820542724}, "still": {"their - woman": -0.005105676212829563, "their": 0.19891803469968977, "woman": 0.20402371091251933}, "stopped": {"their - woman": -0.10286314917969105, "their": 0.18590712780318228, "woman": 0.28877027698287333}, "store": {"their - woman": -0.1472038363625072, "their": 0.13706208697383412, "woman": 0.2842659233363413}, "stories": {"their - woman": -0.03939951781965739, "their": 0.24486640551668393, "woman": 0.2842659233363413}, "story": {"their - woman": -0.11616161806330935, "their": 0.16109501839891868, "woman": 0.27725663646222803}, "straight": {"their - woman": -0.10328672427178859, "their": 0.1788739464104434, "woman": 0.282160670682232}, "street": {"their - woman": -0.16154382193060457, "their": 0.15329695308946417, "woman": 0.31484077502006874}, "strong": {"their - woman": -0.10328672427178859, "their": 0.1788739464104434, "woman": 0.282160670682232}, "stuff": {"their - woman": -0.1503614076885831, "their": 0.09029098800729757, "woman": 0.24065239569588068}, "successful": {"their - woman": -0.100251739711921, "their": 0.22649923516291473, "woman": 0.32675097487483573}, "sure": {"their - woman": 0.021222710080537888, "their": 0.22989422526560918, "woman": 0.2086715151850713}, "t": {"their - woman": 0.027363902366067283, "their": 0.2630306607778132, "woman": 0.2356667584117459}, "take": {"their - woman": 0.06952819857161541, "their": 0.25553433359606675, "woman": 0.18600613502445135}, "takes": {"their - woman": -0.1577257852946835, "their": 0.1940716541226714, "woman": 0.3517974394173549}, "talk": {"their - woman": -0.07950863530067469, "their": 0.12401978729791839, "woman": 0.20352842259859308}, "talking": {"their - woman": -0.04057235303100423, "their": 0.2080844482439926, "woman": 0.24865680127499684}, "teacher": {"their - woman": -0.16319785275353887, "their": 0.13393905095328917, "woman": 0.29713690370682805}, "teachers": {"their - woman": -0.015222642700327221, "their": 0.2184361983448087, "woman": 0.23365884104513593}, "teens": {"their - woman": -0.09982493959345431, "their": 0.23274332947874835, "woman": 0.33256826907220266}, "tells": {"their - woman": -0.10217024102406905, "their": 0.19711866918282997, "woman": 0.299288910206899}, "texas": {"their - woman": -0.14917310399889494, "their": 0.1088785288564638, "woman": 0.25805163285535876}, "than": {"their - woman": 0.010295995412130832, "their": 0.2280716613448007, "woman": 0.21777566593266987}, "thanksgiving": {"their - woman": -0.14354969897438372, "their": 0.18320127590045202, "woman": 0.32675097487483573}, "that": {"their - woman": 0.04884586412773778, "their": 0.3248360196274865, "woman": 0.2759901554997487}, "the": {"their - woman": -0.0005165835150028331, "their": 0.3538368973804306, "woman": 0.35435348089543345}, "their": {"their - woman": 0.3815962406599206, "their": 0.6233720188264403, "woman": 0.24177577816651974}, "them": {"their - woman": 0.17140274817384693, "their": 0.33389703881295535, "woman": 0.16249429063910842}, "then": {"their - woman": 0.028400092865427495, "their": 0.23910229880871314, "woman": 0.21070220594328565}, "there": {"their - woman": -0.01188349323528981, "their": 0.22695989456193325, "woman": 0.23884338779722306}, "they": {"their - woman": 0.16432637001530784, "their": 0.39376692812821806, "woman": 0.22944055811291023}, "thing": {"their - woman": -0.01686591710907745, "their": 0.23304840798893914, "woman": 0.2499143250980166}, "things": {"their - woman": -0.015603743778816626, "their": 0.19868791206360167, "woman": 0.2142916558424183}, "this": {"their - woman": 0.04173464104097693, "their": 0.23980090524225603, "woman": 0.1980662642012791}, "those": {"their - woman": 0.044017151130466864, "their": 0.26227516461437395, "woman": 0.21825801348390708}, "thread": {"their - woman": -0.0801706796897478, "their": 0.10658674796175298, "woman": 0.18675742765150077}, "throat": {"their - woman": -0.19687160424783318, "their": 0.18956393838985952, "woman": 0.3864355426376927}, "till": {"their - woman": -0.14736997860917625, "their": 0.13479069207305575, "woman": 0.282160670682232}, "time": {"their - woman": -0.032862073529459385, "their": 0.21393352200766952, "woman": 0.2467955955371289}, "to": {"their - woman": -0.007850898825766561, "their": 0.3627517874969349, "woman": 0.37060268632270144}, "toes": {"their - woman": -0.1390948231940833, "their": 0.23219013016198223, "woman": 0.37128495335606554}, "told": {"their - woman": -0.027270208366641846, "their": 0.20319221153571732, "woman": 0.23046241990235916}, "too": {"their - woman": -0.0555903152643028, "their": 0.16639863666600452, "woman": 0.22198895193030732}, "town": {"their - woman": -0.027769594937454706, "their": 0.1825336156669529, "woman": 0.2103032106044076}, "treat": {"their - woman": -0.073980904867636, "their": 0.2430654760973424, "woman": 0.3170463809649784}, "treated": {"their - woman": -0.1423576305339716, "their": 0.1969625834495916, "woman": 0.3393202139835632}, "true": {"their - woman": -0.07802687451070323, "their": 0.1598996093393104, "woman": 0.23792648385001364}, "truth": {"their - woman": -0.0046743945970876555, "their": 0.22816832634604095, "woman": 0.2328427209431286}, "try": {"their - woman": -0.01577601518348748, "their": 0.18975800711708385, "woman": 0.20553402230057133}, "trying": {"their - woman": -0.044786210700105855, "their": 0.23124235764500284, "woman": 0.2760285683451087}, "tuesday": {"their - woman": -0.14480490645535432, "their": 0.1680892027422045, "woman": 0.31289410919755883}, "turn": {"their - woman": -0.04067227215445518, "their": 0.20484439443054156, "woman": 0.24551666658499674}, "turns": {"their - woman": -0.19950648459247444, "their": 0.1680892027422045, "woman": 0.36759568733467896}, "tv": {"their - woman": -0.24714335008865837, "their": 0.05986518400282284, "woman": 0.3070085340914812}, "two": {"their - woman": -0.11967592605776378, "their": 0.1929924106909665, "woman": 0.3126683367487303}, "ugly": {"their - woman": -0.1459774921032782, "their": 0.1533114181036208, "woman": 0.299288910206899}, "up": {"their - woman": -0.06256026724991648, "their": 0.27769787249623135, "woman": 0.3402581397461478}, "updated": {"their - woman": -0.14480490645535432, "their": 0.1680892027422045, "woman": 0.31289410919755883}, "us": {"their - woman": 0.005257729617905299, "their": 0.22231619880895362, "woman": 0.21705846919104832}, "use": {"their - woman": 0.021202096048510977, "their": 0.22375174420742752, "woman": 0.20254964815891655}, "usually": {"their - woman": -0.04027001910639022, "their": 0.21778161374896854, "woman": 0.25805163285535876}, "ve": {"their - woman": -0.005602811901695537, "their": 0.16664840789627358, "woman": 0.17225121979796912}, "via": {"their - woman": -0.1009478376995194, "their": 0.216098543265459, "woman": 0.3170463809649784}, "victim": {"their - woman": -0.2012297010502846, "their": 0.1533114181036208, "woman": 0.3545411191539054}, "video": {"their - woman": -0.15658746565668785, "their": 0.11317570720135284, "woman": 0.2697631728580407}, "wait": {"their - woman": -0.04091144847698161, "their": 0.19701503537303203, "woman": 0.23792648385001364}, "wake": {"their - woman": -0.039539095753631764, "their": 0.2406027109772387, "woman": 0.28014180673087047}, "want": {"their - woman": -0.10502656052236273, "their": 0.17686230851527354, "woman": 0.28188886903763627}, "wanted": {"their - woman": -0.057041289104902526, "their": 0.19054856167081388, "woman": 0.2475898507757164}, "warrior": {"their - woman": -0.09982493959345431, "their": 0.23274332947874835, "woman": 0.33256826907220266}, "was": {"their - woman": -0.12399516568356556, "their": 0.20996444382151186, "woman": 0.3339596095050774}, "way": {"their - woman": -0.02256212407685529, "their": 0.24001735152481177, "woman": 0.26257947560166706}, "we": {"their - woman": 0.038301690200501504, "their": 0.22144935222862192, "woman": 0.1831476620281204}, "wearing": {"their - woman": -0.05502840479501589, "their": 0.24140395384121852, "woman": 0.2964323586362344}, "web": {"their - woman": -0.14684365314671874, "their": 0.1419266238361546, "woman": 0.28877027698287333}, "wednesday": {"their - woman": -0.19687160424783318, "their": 0.18956393838985952, "woman": 0.3864355426376927}, "well": {"their - woman": -0.03784285949230873, "their": 0.21825867562027143, "woman": 0.25610153511258016}, "were": {"their - woman": 0.07954816324665004, "their": 0.22908555996413443, "woman": 0.1495373967174844}, "what": {"their - woman": 0.029350089100695725, "their": 0.24865691715941735, "woman": 0.21930682805872162}, "whatever": {"their - woman": -0.148091959096472, "their": 0.1247055134316744, "woman": 0.2727974725281464}, "when": {"their - woman": 0.07087881051607062, "their": 0.25169103716482855, "woman": 0.18081222664875793}, "where": {"their - woman": -0.023938748718663333, "their": 0.20254406712330097, "woman": 0.2264828158419643}, "which": {"their - woman": 0.0645055730446239, "their": 0.2543593061502881, "woman": 0.18985373310566422}, "while": {"their - woman": -0.053986849903810474, "their": 0.20902226164275356, "woman": 0.26300911154656403}, "white": {"their - woman": -0.18810620220006358, "their": 0.27462887535617586, "woman": 0.46273507755623944}, "whitey": {"their - woman": -0.07421550771891663, "their": 0.2386786014786422, "woman": 0.31289410919755883}, "who": {"their - woman": -0.10624492972021493, "their": 0.29954992513629214, "woman": 0.40579485485650707}, "why": {"their - woman": -0.017054192043273936, "their": 0.2244101690248097, "woman": 0.24146436106808364}, "wife": {"their - woman": -0.07667434416353816, "their": 0.18971164989408948, "woman": 0.26638599405762764}, "wiggers": {"their - woman": -0.20085132687743806, "their": 0.15661113083025363, "woman": 0.3574624577076917}, "will": {"their - woman": 0.06452878507186943, "their": 0.2578299700007764, "woman": 0.19330118492890697}, "window": {"their - woman": -0.1454419202930616, "their": 0.16014632196129694, "woman": 0.30558824225435854}, "with": {"their - woman": -0.04298271918458618, "their": 0.314890077485589, "woman": 0.3578727966701752}, "wo": {"their - woman": -0.05652386792236011, "their": 0.20416092035624908, "woman": 0.2606847882786092}, "woman": {"their - woman": -0.5229791197003176, "their": 0.17771492092898142, "woman": 0.7006940406292991}, "women": {"their - woman": -0.0904824538461953, "their": 0.21599097574273618, "woman": 0.3064734295889315}, "wonder": {"their - woman": -0.027581794616494154, "their": 0.19035412210361585, "woman": 0.21793591672011}, "world": {"their - woman": -0.04597377917622275, "their": 0.19758845523050889, "woman": 0.24356223440673164}, "worse": {"their - woman": -0.056353812098655254, "their": 0.20854711663141678, "woman": 0.26490092873007204}, "worth": {"their - woman": -0.1475279880344488, "their": 0.13261381869642166, "woman": 0.28014180673087047}, "would": {"their - woman": -0.0294646720612807, "their": 0.23289083072365382, "woman": 0.2623555027849345}, "wrong": {"their - woman": -0.1501061544203331, "their": 0.09440266545774918, "woman": 0.24450881987808226}, "www": {"their - woman": -0.0775603136768038, "their": 0.157969643076108, "woman": 0.2355299567529118}, "yard": {"their - woman": -0.14572038752714606, "their": 0.15661113083025363, "woman": 0.3023315183573997}, "year": {"their - woman": -0.25507304836430406, "their": 0.12316548124446368, "woman": 0.37823852960876775}, "years": {"their - woman": -0.1351880882345479, "their": 0.1796296492206562, "woman": 0.3148177374552041}, "yes": {"their - woman": 0.004471752023372189, "their": 0.20653778013430743, "woman": 0.20206602811093524}, "you": {"their - woman": -0.020536523076097823, "their": 0.23617849427297788, "woman": 0.2567150173490757}, "young": {"their - woman": -0.015155960467675478, "their": 0.2218906774565429, "woman": 0.23704663792421837}, "your": {"their - woman": -0.037455414185363106, "their": 0.23134184227093804, "woman": 0.26879725645630115}, "yourself": {"their - woman": -0.24437513309832498, "their": 0.08552875567799245, "woman": 0.32990388877631743}, "youtube": {"their - woman": -0.31462379368020865, "their": 0.048981641885201405, "woman": 0.36360543556541003}, "yrs": {"their - woman": -0.14300433068234314, "their": 0.18956393838985952, "woman": 0.33256826907220266}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-them-they.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-them-they.json new file mode 100644 index 0000000000000000000000000000000000000000..617982cb5048f9b27244403ada4a8bbe049e06fe --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-them-they.json @@ -0,0 +1 @@ +{"00": {"them - they": 0.05380696163059368, "them": 0.11383498589638795, "they": 0.06002802426579427}, "1": {"them - they": -0.006609490633247783, "them": 0.12345351688175948, "they": 0.13006300751500727}, "10": {"them - they": 0.04772322277893637, "them": 0.1886579189265733, "they": 0.14093469614763693}, "12": {"them - they": 0.053645903299309156, "them": 0.12310205777873635, "they": 0.0694561544794272}, "13": {"them - they": 0.053066860813053784, "them": 0.1531858688521825, "they": 0.10011900803912871}, "15": {"them - they": 0.013077226071330134, "them": 0.16833861044500795, "they": 0.1552613843736778}, "150": {"them - they": 0.05213757820764456, "them": 0.19423707721647304, "they": 0.14209949900882848}, "16": {"them - they": 0.0531658355329519, "them": 0.14834553102427978, "they": 0.09517969549132788}, "17": {"them - they": 0.011967208851642153, "them": 0.16451226785725137, "they": 0.15254505900560922}, "19": {"them - they": 0.01208655566690775, "them": 0.1531858688521825, "they": 0.14109931318527474}, "1940": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "1million": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "1st": {"them - they": 0.056272853810016094, "them": 0.21951808824745178, "they": 0.1632452344374357}, "2": {"them - they": 0.031985115335345815, "them": 0.15880755350244552, "they": 0.1268224381670997}, "22": {"them - they": 0.052754605597201035, "them": 0.16779459451165435, "they": 0.11503998891445331}, "2508": {"them - they": -0.013197921083264744, "them": 0.11262789617886741, "they": 0.12582581726213216}, "3": {"them - they": 0.04148149535052856, "them": 0.17606756124613904, "they": 0.13458606589561048}, "30": {"them - they": -0.03217694545934752, "them": 0.11028829847553129, "they": 0.1424652439348788}, "300": {"them - they": 0.05289308029518135, "them": 0.16143313622519148, "they": 0.10854005593001013}, "30c": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "30s": {"them - they": 0.055275710362831854, "them": 0.25169312610341094, "they": 0.19641741574057908}, "311": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "4": {"them - they": 0.01353587953867015, "them": 0.12826332108786, "they": 0.11472744154918986}, "40": {"them - they": 0.012137209945069172, "them": 0.14834553102427978, "they": 0.1362083210792106}, "40s": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "5": {"them - they": -0.02562445997604111, "them": 0.12093544173786201, "they": 0.14655990171390312}, "50": {"them - they": -0.047302111868268146, "them": 0.11894053677949996, "they": 0.1662426486477681}, "50f": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "549": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "6": {"them - they": 0.08204379151950779, "them": 0.1886579189265733, "they": 0.10661412740706551}, "7": {"them - they": 0.03221266499261037, "them": 0.15568893903310763, "they": 0.12347627404049726}, "700": {"them - they": 0.01164856011892304, "them": 0.19423707721647304, "they": 0.18258851709755}, "7k": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "828": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "a": {"them - they": 0.029291197607313912, "them": 0.334621731423196, "they": 0.3053305338158821}, "able": {"them - they": 0.021282133882696064, "them": 0.22670226239099994, "they": 0.20542012850830388}, "about": {"them - they": 0.01922162940225769, "them": 0.27807341138577835, "they": 0.25885178198352066}, "above": {"them - they": -0.013250385741385123, "them": 0.1260616043173855, "they": 0.13931199005877062}, "absolutely": {"them - they": -0.04703996277608655, "them": 0.15070887463434154, "they": 0.1977488374104281}, "acadamys": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "accept": {"them - they": -0.046925932804458254, "them": 0.16143313622519148, "they": 0.20835906902964973}, "acceptable": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "accepted": {"them - they": 0.09643734252841274, "them": 0.23284080988080857, "they": 0.13640346735239584}, "accident": {"them - they": 0.0961933028460325, "them": 0.23829280185486099, "they": 0.14209949900882848}, "accomplished": {"them - they": 0.011402141420619932, "them": 0.21673549333636227, "they": 0.20533335191574234}, "according": {"them - they": -0.047189918734696024, "them": 0.13425021809562382, "they": 0.18144013683031984}, "accordingly": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "account": {"them - they": -0.04710550485171691, "them": 0.14391899667420155, "they": 0.19102450152591846}, "accross": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "achievement": {"them - they": 0.011402141420619932, "them": 0.21673549333636227, "they": 0.20533335191574234}, "across": {"them - they": 0.09834636033622485, "them": 0.21956572003050112, "they": 0.12121935969427627}, "act": {"them - they": 0.00027527442232430643, "them": 0.24306544408752048, "they": 0.24279016966519618}, "acting": {"them - they": -0.07977066057739152, "them": 0.1531858688521825, "they": 0.232956529429574}, "action": {"them - they": 0.013412119322222887, "them": 0.20406480574757857, "they": 0.19065268642535568}, "acts": {"them - they": -0.013385910401305628, "them": 0.18370735668415972, "they": 0.19709326708546535}, "actually": {"them - they": 0.03198773041124123, "them": 0.22231362381582892, "they": 0.1903258934045877}, "ad": {"them - they": 0.09683956543187325, "them": 0.22355372270092716, "they": 0.1267141572690539}, "add": {"them - they": 0.012906240439535033, "them": 0.18293762494203178, "they": 0.17003138450249675}, "addressed": {"them - they": 0.011109681437360186, "them": 0.24291869148317494, "they": 0.23180901004581475}, "adjust": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "ads": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "affirmative": {"them - they": 0.01164856011892304, "them": 0.19423707721647304, "they": 0.18258851709755}, "afraid": {"them - they": 0.031043347875606003, "them": 0.21951808824745178, "they": 0.18847474037184578}, "africa": {"them - they": 0.0013026341847498235, "them": 0.22587213810907106, "they": 0.22456950392432123}, "african": {"them - they": 0.03180319738574905, "them": 0.17933190514988562, "they": 0.14752870776413657}, "africans": {"them - they": 0.0023415428129716087, "them": 0.22836058253911057, "they": 0.22601903972613896}, "after": {"them - they": -0.02932386543825638, "them": 0.19477015430466735, "they": 0.22409401974292373}, "again": {"them - they": -0.03395093163131546, "them": 0.1654515910662947, "they": 0.19940252269761016}, "against": {"them - they": 0.015506768051867265, "them": 0.2157668304107199, "they": 0.20026006235885263}, "agane": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "age": {"them - they": 0.005318861908641503, "them": 0.20722922316883802, "they": 0.2019103612601965}, "agendas": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "agent": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "ages": {"them - they": 0.052754605597201035, "them": 0.16779459451165435, "they": 0.11503998891445331}, "ago": {"them - they": 0.0008911838008534567, "them": 0.16576878710488896, "they": 0.1648776033040355}, "agree": {"them - they": 0.031891901419618535, "them": 0.17434371493484388, "they": 0.14245181351522535}, "agreed": {"them - they": 0.011895022031382624, "them": 0.17131092895959735, "they": 0.15941590692821472}, "ahem": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "aided": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "aids": {"them - they": 0.061224482862325486, "them": 0.24400890660211177, "they": 0.1827844237397863}, "air": {"them - they": 0.0127846161912116, "them": 0.19321531404955472, "they": 0.18043069785834312}, "alberta": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "aliens": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "all": {"them - they": -0.010442624229729691, "them": 0.28542970226224496, "they": 0.29587232649197465}, "allow": {"them - they": 0.04069526131922305, "them": 0.22112595917756617, "they": 0.18043069785834312}, "allowed": {"them - they": -0.07046700726334712, "them": 0.14391899667420155, "they": 0.21438600393754867}, "allowing": {"them - they": 0.01164856011892304, "them": 0.19423707721647304, "they": 0.18258851709755}, "allows": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "almost": {"them - they": 0.040601133878819695, "them": 0.21449696140500923, "they": 0.17389582752618954}, "alone": {"them - they": 0.005439849269150643, "them": 0.19481832732514975, "they": 0.1893784780559991}, "along": {"them - they": -0.0156071608067615, "them": 0.1818118562986164, "they": 0.1974190171053779}, "alot": {"them - they": -0.013272763819578814, "them": 0.13251034278384582, "they": 0.14578310660342464}, "already": {"them - they": -0.0894422411521641, "them": 0.10482772562452848, "they": 0.1942699667766926}, "als": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "also": {"them - they": 0.06264980934945807, "them": 0.24646917635311022, "they": 0.18381936700365215}, "always": {"them - they": 0.02444249739716367, "them": 0.22053208497809634, "they": 0.19608958758093267}, "am": {"them - they": 0.02691325024544411, "them": 0.18050554262682422, "they": 0.1535922923813801}, "ambulance": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "america": {"them - they": 0.01378034338235537, "them": 0.1747275219844665, "they": 0.16094717860211114}, "american": {"them - they": -0.001722555045413826, "them": 0.12349953602145947, "they": 0.1252220910668733}, "americans": {"them - they": -0.032122164921582624, "them": 0.13790921958091412, "they": 0.17003138450249675}, "ammo": {"them - they": 0.09700906237880463, "them": 0.21951808824745178, "they": 0.12250902586864715}, "among": {"them - they": -0.032133022068032036, "them": 0.13425021809562382, "they": 0.16638324016365585}, "amongst": {"them - they": -0.032040449473731025, "them": 0.1585321846689164, "they": 0.1905726341426474}, "an": {"them - they": 0.010047488626545531, "them": 0.20485074690102706, "they": 0.19480325827448153}, "ancestors": {"them - they": -0.059378947296061024, "them": 0.16143313622519148, "they": 0.2208120835212525}, "and": {"them - they": 0.02575807729754076, "them": 0.38953226560921983, "they": 0.36377418831167907}, "angry": {"them - they": 0.031412233706334336, "them": 0.20053945865182993, "they": 0.1691272249454956}, "animal": {"them - they": -0.032085166834063344, "them": 0.14834553102427978, "they": 0.18043069785834312}, "animalistic": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "animals": {"them - they": 0.012968798461381936, "them": 0.17761694058028663, "they": 0.1646481421189047}, "annoying": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "another": {"them - they": 0.008869943007691894, "them": 0.1879183925142237, "they": 0.17904844950653181}, "answer": {"them - they": 0.053012713385253554, "them": 0.15578881765320488, "they": 0.10277610426795132}, "anthropologists": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "anti": {"them - they": 0.0028966999184652786, "them": 0.19678186668665792, "they": 0.19388516676819265}, "any": {"them - they": 0.05384210478372517, "them": 0.2560932900160964, "they": 0.2022511852323712}, "anybody": {"them - they": 0.052954946166965625, "them": 0.1585321846689164, "they": 0.10557723850195076}, "anymore": {"them - they": -0.02558073898770427, "them": 0.17277891711109733, "they": 0.1983596560988016}, "anyone": {"them - they": 0.07184549381158423, "them": 0.24870619874664385, "they": 0.17686070493505962}, "anything": {"them - they": 0.010664456314224469, "them": 0.20799472711810574, "they": 0.19733027080388127}, "anyway": {"them - they": -0.0020376701827488353, "them": 0.16833861044500795, "they": 0.17037628062775678}, "anywhere": {"them - they": -0.032075549105444745, "them": 0.15070887463434154, "they": 0.1827844237397863}, "apes": {"them - they": 0.05325439656576837, "them": 0.14391899667420155, "they": 0.09066460010843318}, "apparently": {"them - they": 0.04069526131922305, "them": 0.22112595917756617, "they": 0.18043069785834312}, "applaud": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "approached": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "arabs": {"them - they": -0.046852218615984986, "them": 0.16779459451165435, "they": 0.21464681312763934}, "are": {"them - they": -0.04907848630711509, "them": 0.3307114967617365, "they": 0.3797899830688516}, "area": {"them - they": 0.03181051249018263, "them": 0.16841642859255768, "they": 0.13660591610237505}, "areas": {"them - they": -0.013363005292643115, "them": 0.16779459451165435, "they": 0.18115759980429746}, "argue": {"them - they": 0.09556853592990677, "them": 0.25169312610341094, "they": 0.15612459017350416}, "arguing": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "argument": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "arms": {"them - they": -0.0022689712854312427, "them": 0.2060900977442185, "they": 0.20835906902964973}, "army": {"them - they": 0.01208655566690775, "them": 0.1531858688521825, "they": 0.14109931318527474}, "arnt": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "around": {"them - they": 0.017640700989123265, "them": 0.25874661243930963, "they": 0.24110591145018637}, "arrest": {"them - they": 0.011762338984656673, "them": 0.18370735668415972, "they": 0.17194501769950304}, "arrested": {"them - they": -0.013307896203090336, "them": 0.14391899667420155, "they": 0.15722689287729189}, "arrived": {"them - they": 0.09590873182308252, "them": 0.24449108448688112, "they": 0.1485823526637986}, "art": {"them - they": -0.013313924056333304, "them": 0.14608528107170587, "they": 0.15939920512803918}, "article": {"them - they": 0.04713546662475865, "them": 0.21206586632453564, "they": 0.164930399699777}, "arts": {"them - they": -0.013344583011179745, "them": 0.1585321846689164, "they": 0.17187676768009613}, "aryan": {"them - they": 0.0856161366509462, "them": 0.20247085761263897, "they": 0.11685472096169278}, "as": {"them - they": 0.02408378921867721, "them": 0.30394398315876175, "they": 0.27986019394008455}, "asian": {"them - they": -0.09746049786657264, "them": 0.09795921721581226, "they": 0.1954197150823849}, "asians": {"them - they": -0.025627466357996925, "them": 0.14536369805150673, "they": 0.17099116440950365}, "ask": {"them - they": 0.023511701197771573, "them": 0.2133446970258469, "they": 0.18983299582807533}, "asked": {"them - they": -0.002193578684818037, "them": 0.19321531404955472, "they": 0.19540889273437276}, "asking": {"them - they": 0.06051241542137381, "them": 0.26379569443290923, "they": 0.20328327901153542}, "asses": {"them - they": 0.09590873182308252, "them": 0.24449108448688112, "they": 0.1485823526637986}, "at": {"them - they": 0.031041135632593725, "them": 0.27529053394307335, "they": 0.24424939831047962}, "attack": {"them - they": -0.014607964974527043, "them": 0.13909754515934816, "they": 0.1537055101338752}, "attacked": {"them - they": -0.013356905598895102, "them": 0.16451226785725137, "they": 0.17786917345614647}, "attacks": {"them - they": -0.013338407292290716, "them": 0.15578881765320488, "they": 0.1691272249454956}, "attended": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "attending": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "attention": {"them - they": 0.01288383723961245, "them": 0.1848373553730489, "they": 0.17195351813343646}, "attitude": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "authorities": {"them - they": 0.056272853810016094, "them": 0.21951808824745178, "they": 0.1632452344374357}, "available": {"them - they": -0.013350755806878806, "them": 0.16143313622519148, "they": 0.1747838920320703}, "average": {"them - they": -0.013332243637482227, "them": 0.1531858688521825, "they": 0.16651811248966472}, "avoid": {"them - they": 0.08428423399165985, "them": 0.23682929299726907, "they": 0.15254505900560922}, "aware": {"them - they": -0.0023042818144648203, "them": 0.21234253131317452, "they": 0.21464681312763934}, "away": {"them - they": 0.0791517775461508, "them": 0.2607524462578588, "they": 0.18160066871170802}, "awhile": {"them - they": 0.0524964179478519, "them": 0.1792105752169058, "they": 0.1267141572690539}, "b": {"them - they": -0.025606078367800406, "them": 0.1616547808228981, "they": 0.18726085919069851}, "babies": {"them - they": 0.012183351039306428, "them": 0.14391899667420155, "they": 0.13173564563489512}, "baby": {"them - they": 0.05727412146556268, "them": 0.18293762494203178, "they": 0.1256635034764691}, "back": {"them - they": 0.041475765018019445, "them": 0.25934946958761895, "they": 0.2178737045695995}, "background": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "bad": {"them - they": -0.06624404778759398, "them": 0.11271587325564582, "they": 0.1789599210432398}, "ban": {"them - they": -0.0024140751230638524, "them": 0.23284080988080857, "they": 0.23525488500387243}, "band": {"them - they": -0.013183065902141494, "them": 0.10915366229580202, "they": 0.12233672819794351}, "baseball": {"them - they": 0.011579736551703884, "them": 0.2005624124550455, "they": 0.1889826759033416}, "based": {"them - they": -0.013301914548221355, "them": 0.14183872997715022, "they": 0.15514064452537157}, "basic": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "basically": {"them - they": 0.07940549048861453, "them": 0.257274663944761, "they": 0.17786917345614647}, "bat": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "be": {"them - they": -0.011777324174026771, "them": 0.2991575853600496, "they": 0.3109349095340764}, "beaten": {"them - they": -0.046987551549449585, "them": 0.15578881765320488, "they": 0.20277636920265446}, "beautiful": {"them - they": 0.05828955767629629, "them": 0.13909754515934816, "they": 0.08080798748305187}, "beauty": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "because": {"them - they": -0.01948722042388895, "them": 0.28158588658840245, "they": 0.3010731070122914}, "become": {"them - they": -0.009629859314230355, "them": 0.1862055400439196, "they": 0.19583539935814995}, "becomes": {"them - they": 0.055508408583539504, "them": 0.24449108448688112, "they": 0.1889826759033416}, "becoming": {"them - they": 0.052590821879974436, "them": 0.17509984774862158, "they": 0.12250902586864715}, "bed": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "been": {"them - they": 0.02792139738339397, "them": 0.2402712868176963, "they": 0.21234988943430233}, "beer": {"them - they": -0.013332243637482227, "them": 0.1531858688521825, "they": 0.16651811248966472}, "before": {"them - they": 0.006013471935682663, "them": 0.2023184887265508, "they": 0.19630501679086815}, "begging": {"them - they": 0.09556853592990677, "them": 0.25169312610341094, "they": 0.15612459017350416}, "begin": {"them - they": 0.05213757820764456, "them": 0.19423707721647304, "they": 0.14209949900882848}, "behave": {"them - they": -0.03189354195992833, "them": 0.18370735668415972, "they": 0.21560089864408805}, "behavior": {"them - they": 0.03111709016863068, "them": 0.2157970370915838, "they": 0.18467994692295311}, "behind": {"them - they": 0.026664768307498865, "them": 0.24577957106755366, "they": 0.2191148027600548}, "being": {"them - they": 0.004292099554007389, "them": 0.20841758936458074, "they": 0.20412548981057335}, "belief": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "believe": {"them - they": -0.07808871589320651, "them": 0.13042546516611647, "they": 0.20851418105932298}, "belong": {"them - they": -0.032040449473731025, "them": 0.1585321846689164, "they": 0.1905726341426474}, "besides": {"them - they": 0.05239129806240794, "them": 0.18370735668415972, "they": 0.13131605862175177}, "best": {"them - they": 0.04905609958057189, "them": 0.22215576630620293, "they": 0.17309966672563104}, "better": {"them - they": -0.021829373189782064, "them": 0.21498828218259672, "they": 0.23681765537237878}, "between": {"them - they": -0.02251862298049273, "them": 0.19966245440115332, "they": 0.22218107738164605}, "big": {"them - they": 0.014425919355002093, "them": 0.17203010068974905, "they": 0.15760418133474696}, "bigger": {"them - they": 0.03118493150887705, "them": 0.21234253131317452, "they": 0.18115759980429746}, "biggest": {"them - they": 0.01181062781101297, "them": 0.1792105752169058, "they": 0.16739994740589284}, "billion": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "birth": {"them - they": 0.011854613311185896, "them": 0.17509984774862158, "they": 0.1632452344374357}, "bit": {"them - they": 0.06197162422842001, "them": 0.22172510012981062, "they": 0.1597534759013906}, "bite": {"them - they": -0.01339812747221203, "them": 0.2005624124550455, "they": 0.21396053992725753}, "black": {"them - they": 0.0194781439956348, "them": 0.2675127617696566, "they": 0.2480346177740218}, "blackmail": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "blacks": {"them - they": 0.02218146768665427, "them": 0.27130614986896195, "they": 0.24912468218230768}, "blades": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "blame": {"them - they": -0.002323425911428506, "them": 0.2157970370915838, "they": 0.2181204630030123}, "bless": {"them - they": 0.0524964179478519, "them": 0.1792105752169058, "they": 0.1267141572690539}, "blind": {"them - they": 0.030773653456291794, "them": 0.23284080988080857, "they": 0.20206715642451678}, "blinded": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "block": {"them - they": -0.013369017963355767, "them": 0.17131092895959735, "they": 0.18467994692295311}, "blond": {"them - they": 0.053012713385253554, "them": 0.15578881765320488, "they": 0.10277610426795132}, "blood": {"them - they": 0.0784607495127086, "them": 0.22764134234696717, "they": 0.14918059283425858}, "bloodlines": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "bloody": {"them - they": 0.03096258981296729, "them": 0.22355372270092716, "they": 0.19259113288795987}, "blue": {"them - they": -0.014636305386056564, "them": 0.14827080704959833, "they": 0.1629071124356549}, "board": {"them - they": -0.002001976636490793, "them": 0.1629284230632862, "they": 0.164930399699777}, "bodies": {"them - they": 0.09716251366654961, "them": 0.2157970370915838, "they": 0.11863452342503418}, "body": {"them - they": -0.08021126816796137, "them": 0.13425021809562382, "they": 0.2144614862635852}, "bomb": {"them - they": 0.011965064221738125, "them": 0.2603230003531172, "they": 0.24835793613137905}, "bombs": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "book": {"them - they": -0.04736001616566175, "them": 0.10915366229580202, "they": 0.15651367846146377}, "books": {"them - they": 0.025993658257529806, "them": 0.20570799634489906, "they": 0.17971433808736925}, "booths": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "boots": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "border": {"them - they": 0.053012713385253554, "them": 0.15578881765320488, "they": 0.10277610426795132}, "born": {"them - they": 0.0315910477386932, "them": 0.19099025286673238, "they": 0.15939920512803918}, "bosses": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "both": {"them - they": 0.05486936540351561, "them": 0.22309409245033374, "they": 0.16822472704681812}, "bother": {"them - they": 0.056272853810016094, "them": 0.21951808824745178, "they": 0.1632452344374357}, "bottom": {"them - they": 0.0524964179478519, "them": 0.1792105752169058, "they": 0.1267141572690539}, "bows": {"them - they": 0.011402141420619932, "them": 0.21673549333636227, "they": 0.20533335191574234}, "boy": {"them - they": 0.09864119893559327, "them": 0.21259047909821047, "they": 0.1139492801626172}, "boys": {"them - they": 0.0128363147698774, "them": 0.18885726115083426, "they": 0.17602094638095686}, "bracelets": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "brainwash": {"them - they": 0.011279084955171742, "them": 0.22781923727126294, "they": 0.2165401523160912}, "brainwashed": {"them - they": 0.0766109506325778, "them": 0.28366039213538446, "they": 0.20704944150280666}, "bread": {"them - they": -0.013385910401305628, "them": 0.18370735668415972, "they": 0.19709326708546535}, "break": {"them - they": 0.056944999327398355, "them": 0.19554137040073105, "they": 0.1385963710733327}, "breaking": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "breed": {"them - they": 0.1462729884598471, "them": 0.2463919964989758, "they": 0.10011900803912871}, "breeding": {"them - they": 0.040138531520595294, "them": 0.24342181053213072, "they": 0.20328327901153542}, "brilliant": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "bring": {"them - they": 0.040003771853239944, "them": 0.23836342795204155, "they": 0.1983596560988016}, "brit": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "britain": {"them - they": 0.03186337736874764, "them": 0.17595535437565493, "they": 0.1440919770069073}, "british": {"them - they": 0.04144310011707719, "them": 0.1886835333341024, "they": 0.1472404332170252}, "brits": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "broke": {"them - they": 0.052590821879974436, "them": 0.17509984774862158, "they": 0.12250902586864715}, "brothers": {"them - they": -0.06007845095242584, "them": 0.1080411624543762, "they": 0.16811961340680204}, "brought": {"them - they": 0.05976939064650569, "them": 0.21096870931644773, "they": 0.15119931866994205}, "brown": {"them - they": -0.023492012616393998, "them": 0.15082305868544565, "they": 0.17431507130183965}, "bucks": {"them - they": 0.030873351248904557, "them": 0.2279666183343699, "they": 0.19709326708546535}, "buddies": {"them - they": 0.011402141420619932, "them": 0.21673549333636227, "they": 0.20533335191574234}, "build": {"them - they": 0.07777370030357725, "them": 0.25820439816192037, "they": 0.18043069785834312}, "building": {"them - they": 0.012112503561008847, "them": 0.15070887463434154, "they": 0.1385963710733327}, "built": {"them - they": 0.03180319738574905, "them": 0.17933190514988562, "they": 0.14752870776413657}, "bulgarian": {"them - they": 0.0524964179478519, "them": 0.1792105752169058, "they": 0.1267141572690539}, "bulgarians": {"them - they": 0.09556853592990677, "them": 0.25169312610341094, "they": 0.15612459017350416}, "bull": {"them - they": 0.01181062781101297, "them": 0.1792105752169058, "they": 0.16739994740589284}, "bullet": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "bullock": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "bun": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "bunch": {"them - they": 0.0024037450737801336, "them": 0.25229812692936493, "they": 0.2498943818555848}, "burger": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "burkha": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "burn": {"them - they": 0.09716251366654961, "them": 0.2157970370915838, "they": 0.11863452342503418}, "bus": {"them - they": -0.0801721489395471, "them": 0.13604840046022412, "they": 0.21622054939977123}, "business": {"them - they": -0.032075549105444745, "them": 0.15070887463434154, "they": 0.1827844237397863}, "bussing": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "busy": {"them - they": 0.011708769611536135, "them": 0.18867635692820103, "they": 0.1769675873166649}, "but": {"them - they": -0.0018211849567972838, "them": 0.2688714629412732, "they": 0.27069264789807046}, "butt": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "button": {"them - they": 0.01164856011892304, "them": 0.19423707721647304, "they": 0.18258851709755}, "buy": {"them - they": 0.031946151679024704, "them": 0.17125814173779533, "they": 0.13931199005877062}, "by": {"them - they": -0.00539475916505297, "them": 0.22248832795281726, "they": 0.22788308711787023}, "c18": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "ca": {"them - they": 0.015195557031605161, "them": 0.21317367846323795, "they": 0.1979781214316328}, "call": {"them - they": 0.04066954207823642, "them": 0.21166070648774007, "they": 0.17099116440950365}, "called": {"them - they": 0.02245318676846314, "them": 0.20153897288381598, "they": 0.17908578611535284}, "calling": {"them - they": 0.012555516707738495, "them": 0.21234253131317452, "they": 0.19978701460543602}, "calls": {"them - they": 0.0524964179478519, "them": 0.1792105752169058, "they": 0.1267141572690539}, "came": {"them - they": 0.02502971910441032, "them": 0.24005188005071826, "they": 0.21502216094630794}, "camp": {"them - they": -0.013307896203090336, "them": 0.14391899667420155, "they": 0.15722689287729189}, "campaign": {"them - they": 0.052590821879974436, "them": 0.17509984774862158, "they": 0.12250902586864715}, "can": {"them - they": 0.0032288190707073228, "them": 0.2736251987170022, "they": 0.27039637964629487}, "canada": {"them - they": -0.03536506681170726, "them": 0.13499843174418422, "they": 0.17036349855589147}, "cancer": {"them - they": 0.011279084955171742, "them": 0.22781923727126294, "they": 0.2165401523160912}, "candy": {"them - they": 0.053066860813053784, "them": 0.1531858688521825, "they": 0.10011900803912871}, "cannot": {"them - they": -0.07089245904857537, "them": 0.11894053677949996, "they": 0.18983299582807533}, "cant": {"them - they": -0.05903253749971615, "them": 0.1513326741409468, "they": 0.21036521164066296}, "car": {"them - they": 0.03186337736874764, "them": 0.17595535437565493, "they": 0.1440919770069073}, "card": {"them - they": 0.09700906237880463, "them": 0.21951808824745178, "they": 0.12250902586864715}, "cards": {"them - they": 0.12212309055664564, "them": 0.28729873126728417, "they": 0.16517564071063853}, "care": {"them - they": 0.04111336108058994, "them": 0.25574585650383047, "they": 0.21463249542324053}, "cares": {"them - they": 0.09590873182308252, "them": 0.24449108448688112, "they": 0.1485823526637986}, "carry": {"them - they": -0.032075549105444745, "them": 0.15070887463434154, "they": 0.1827844237397863}, "carrying": {"them - they": 0.031043347875606003, "them": 0.21951808824745178, "they": 0.18847474037184578}, "cars": {"them - they": -0.014718303590667614, "them": 0.19554137040073105, "they": 0.21025967399139867}, "cartoons": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "case": {"them - they": 0.013542124282250961, "them": 0.1937879696759833, "they": 0.18024584539373234}, "cases": {"them - they": 0.012468646744645123, "them": 0.21951808824745178, "they": 0.20704944150280666}, "cats": {"them - they": -0.03192357905075921, "them": 0.1792105752169058, "they": 0.21113415426766502}, "cause": {"them - they": 0.033493816879217014, "them": 0.23797417163608026, "they": 0.20448035475686324}, "causing": {"them - they": 0.09514735964247864, "them": 0.2603230003531172, "they": 0.16517564071063853}, "celtic": {"them - they": 0.012183351039306428, "them": 0.14391899667420155, "they": 0.13173564563489512}, "centre": {"them - they": -0.013374892623224194, "them": 0.17509984774862158, "they": 0.18847474037184578}, "certainly": {"them - they": -0.014718303590667614, "them": 0.19554137040073105, "they": 0.21025967399139867}, "chain": {"them - they": 0.05498964843737483, "them": 0.2603230003531172, "they": 0.20533335191574234}, "chance": {"them - they": 0.040580668344811555, "them": 0.22583151515704242, "they": 0.18525084681223086}, "change": {"them - they": -0.001993480973128514, "them": 0.1616547808228981, "they": 0.16364826179602662}, "changes": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "charge": {"them - they": -0.013344583011179745, "them": 0.1585321846689164, "they": 0.17187676768009613}, "chasing": {"them - they": 0.011402141420619932, "them": 0.21673549333636227, "they": 0.20533335191574234}, "chavs": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "cheap": {"them - they": -0.013307896203090336, "them": 0.14391899667420155, "they": 0.15722689287729189}, "chechen": {"them - they": 0.011579736551703884, "them": 0.2005624124550455, "they": 0.1889826759033416}, "check": {"them - they": 0.031305813127836896, "them": 0.1949544781445428, "they": 0.1636486650167059}, "checked": {"them - they": -0.01338055767105406, "them": 0.1792105752169058, "they": 0.19259113288795987}, "chicks": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "child": {"them - they": -0.04949485754513827, "them": 0.16273110441395042, "they": 0.2122259619590887}, "children": {"them - they": 0.05907894645480144, "them": 0.270883232127524, "they": 0.21180428567272258}, "chimps": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "chinese": {"them - they": 0.013391230849072483, "them": 0.20570799634489906, "they": 0.19231676549582657}, "choices": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "choose": {"them - they": 0.055704284757310984, "them": 0.23829280185486099, "they": 0.18258851709755}, "chose": {"them - they": -0.013385910401305628, "them": 0.18370735668415972, "they": 0.19709326708546535}, "christ": {"them - they": 0.012137209945069172, "them": 0.14834553102427978, "they": 0.1362083210792106}, "christian": {"them - they": 0.013169217570464131, "them": 0.16040965078748934, "they": 0.1472404332170252}, "christianity": {"them - they": 0.05213757820764456, "them": 0.19423707721647304, "they": 0.14209949900882848}, "chuck": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "church": {"them - they": -0.014713212743813209, "them": 0.18885726115083426, "they": 0.20357047389464747}, "churches": {"them - they": 0.05282653659203902, "them": 0.16451226785725137, "they": 0.11168573126521235}, "cities": {"them - they": 0.05712161551593914, "them": 0.18885726115083426, "they": 0.13173564563489512}, "city": {"them - they": -0.015532796232866353, "them": 0.14772361427203054, "they": 0.1632564105048969}, "civilization": {"them - they": -0.014709120365116124, "them": 0.1848373553730489, "they": 0.19954647573816503}, "civilize": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "claim": {"them - they": 0.01319387037603123, "them": 0.22112595917756617, "they": 0.20793208880153494}, "class": {"them - they": -0.006945643223277981, "them": 0.1818118562986164, "they": 0.18875749952189438}, "classes": {"them - they": 0.09795028459523457, "them": 0.19554137040073105, "they": 0.09759108580549648}, "classmates": {"them - they": 0.011279084955171742, "them": 0.22781923727126294, "they": 0.2165401523160912}, "classwork": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "clean": {"them - they": -0.01327848966851275, "them": 0.13425021809562382, "they": 0.14752870776413657}, "cleaning": {"them - they": 0.05239129806240794, "them": 0.18370735668415972, "they": 0.13131605862175177}, "click": {"them - they": 0.03197199295645839, "them": 0.16977882126743413, "they": 0.13780682831097574}, "clips": {"them - they": 0.09381183896824685, "them": 0.285904281027363, "they": 0.19209244205911613}, "close": {"them - they": 0.062196602593273836, "them": 0.2146542524048344, "they": 0.15245764981156057}, "clothes": {"them - they": 0.030376862478765948, "them": 0.25169312610341094, "they": 0.221316263624645}, "clubs": {"them - they": 0.011279084955171742, "them": 0.22781923727126294, "they": 0.2165401523160912}, "clues": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "coach": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "coat": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "cockroaches": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "codes": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "cold": {"them - they": 0.046191360039734314, "them": 0.2463919964989758, "they": 0.2002006364592415}, "college": {"them - they": 0.05419321393088242, "them": 0.08936188146146162, "they": 0.035168667530579206}, "color": {"them - they": 0.03250997460550238, "them": 0.13742365970303858, "they": 0.1049136850975362}, "com": {"them - they": -0.0020838702147626675, "them": 0.128642567825798, "they": 0.13072643804056067}, "combined": {"them - they": 0.011402141420619932, "them": 0.21673549333636227, "they": 0.20533335191574234}, "come": {"them - they": -0.038085828874406924, "them": 0.2207420303685213, "they": 0.2588278592429282}, "comes": {"them - they": -0.02561608027995063, "them": 0.15568893903310763, "they": 0.18130501931305826}, "coming": {"them - they": 0.07182140533840783, "them": 0.2743493628711709, "they": 0.20252795753276306}, "comit": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "comments": {"them - they": 0.09785973494509845, "them": 0.19797874298422716, "they": 0.10011900803912871}, "commercials": {"them - they": 0.011402141420619932, "them": 0.21673549333636227, "they": 0.20533335191574234}, "commies": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "commit": {"them - they": 0.0961933028460325, "them": 0.23829280185486099, "they": 0.14209949900882848}, "commits": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "committed": {"them - they": 0.05239129806240794, "them": 0.18370735668415972, "they": 0.13131605862175177}, "common": {"them - they": 0.012225740701558685, "them": 0.1398375168103196, "they": 0.12761177610876093}, "communication": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "communists": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "communities": {"them - they": -0.047014767607059, "them": 0.1531858688521825, "they": 0.2002006364592415}, "community": {"them - they": 0.013308860877057932, "them": 0.14827080704959833, "they": 0.1349619461725404}, "company": {"them - they": -0.013295981592146011, "them": 0.1398375168103196, "they": 0.15313349840246562}, "compared": {"them - they": -0.032040449473731025, "them": 0.1585321846689164, "they": 0.1905726341426474}, "comparing": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "completely": {"them - they": -0.01471962760884743, "them": 0.19797874298422716, "they": 0.2126983705930746}, "comprehend": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "computer": {"them - they": 0.012112503561008847, "them": 0.15070887463434154, "they": 0.1385963710733327}, "comrades": {"them - they": 0.09514735964247864, "them": 0.2603230003531172, "they": 0.16517564071063853}, "concentrated": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "concept": {"them - they": 0.052590821879974436, "them": 0.17509984774862158, "they": 0.12250902586864715}, "conditions": {"them - they": 0.011402141420619932, "them": 0.21673549333636227, "they": 0.20533335191574234}, "connect": {"them - they": 0.09556853592990677, "them": 0.25169312610341094, "they": 0.15612459017350416}, "consequences": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "conservatives": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "consider": {"them - they": 0.0023807613117168003, "them": 0.22342391763254504, "they": 0.22104315632082824}, "considered": {"them - they": 0.011967208851642153, "them": 0.16451226785725137, "they": 0.15254505900560922}, "constitution": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "contact": {"them - they": 0.01181062781101297, "them": 0.1792105752169058, "they": 0.16739994740589284}, "contacted": {"them - they": 0.011279084955171742, "them": 0.22781923727126294, "they": 0.2165401523160912}, "contaminating": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "contempt": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "continue": {"them - they": -0.0801721489395471, "them": 0.13604840046022412, "they": 0.21622054939977123}, "contributing": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "control": {"them - they": 0.01375001525892805, "them": 0.22325863171173657, "they": 0.20950861645280852}, "convenience": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "corps": {"them - they": 0.011762338984656673, "them": 0.18370735668415972, "they": 0.17194501769950304}, "corressponds": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "cough": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "could": {"them - they": -0.006073707394906397, "them": 0.2163987784202933, "they": 0.22247248581519968}, "counsel": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "counter": {"them - they": 0.08367362303255313, "them": 0.25107357043844597, "they": 0.16739994740589284}, "countries": {"them - they": 0.0690439529742338, "them": 0.2574920105795533, "they": 0.1884480576053195}, "country": {"them - they": -0.02187399669204884, "them": 0.1770614015235369, "they": 0.19893539821558573}, "couple": {"them - they": -0.006843897084797351, "them": 0.16196115247223936, "they": 0.1688050495570367}, "course": {"them - they": -0.03524467598964337, "them": 0.1616547808228981, "they": 0.19689945681254148}, "courses": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "cousins": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "cover": {"them - they": -0.013356905598895102, "them": 0.16451226785725137, "they": 0.17786917345614647}, "cow": {"them - they": 0.05638113016336907, "them": 0.2157970370915838, "they": 0.15941590692821472}, "cows": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "coz": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "crap": {"them - they": -0.02346685066146159, "them": 0.17969614718198715, "they": 0.20316299784344874}, "crawl": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "crazy": {"them - they": 0.040518436855961376, "them": 0.22836058253911057, "they": 0.1878421456831492}, "create": {"them - they": -0.04717501337125435, "them": 0.13604840046022412, "they": 0.18322341383147847}, "creatures": {"them - they": -0.031972350051938075, "them": 0.17131092895959735, "they": 0.20328327901153542}, "credit": {"them - they": 0.05648034599125029, "them": 0.21234253131317452, "they": 0.15586218532192422}, "crime": {"them - they": 0.052014297444107016, "them": 0.23164101282341804, "they": 0.17962671537931102}, "crimes": {"them - they": 0.011999766943517481, "them": 0.16143313622519148, "they": 0.149433369281674}, "criminal": {"them - they": -0.032085166834063344, "them": 0.14834553102427978, "they": 0.18043069785834312}, "criminals": {"them - they": 0.012468646744645123, "them": 0.21951808824745178, "they": 0.20704944150280666}, "crisis": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "croatian": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "cross": {"them - they": -0.059735322295671384, "them": 0.13790921958091412, "they": 0.1976445418765855}, "crosses": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "crusaders": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "cultural": {"them - they": -0.07017233388911026, "them": 0.1585321846689164, "they": 0.22870451855802665}, "culture": {"them - they": -0.11143253611248348, "them": 0.09524618586881935, "they": 0.20667872198130283}, "cupboards": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "cure": {"them - they": -0.0133995788081685, "them": 0.2079166848164765, "they": 0.221316263624645}, "currently": {"them - they": 0.052754605597201035, "them": 0.16779459451165435, "they": 0.11503998891445331}, "customer": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "cut": {"them - they": -0.01470462619484042, "them": 0.18110405408695426, "they": 0.19580868028179468}, "d": {"them - they": -0.027081870041597206, "them": 0.17212648583089937, "they": 0.19920835587249658}, "daddy": {"them - they": 0.055508408583539504, "them": 0.24449108448688112, "they": 0.1889826759033416}, "dads": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "damage": {"them - they": 0.01181062781101297, "them": 0.1792105752169058, "they": 0.16739994740589284}, "damn": {"them - they": 0.10617884804922009, "them": 0.22814553716901928, "they": 0.12196668911979919}, "dangerous": {"them - they": 0.10437978750469451, "them": 0.26379569443290923, "they": 0.15941590692821472}, "dark": {"them - they": 0.026348761410441457, "them": 0.18514221605081033, "they": 0.15879345464036887}, "darker": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "date": {"them - they": -0.03206497796004837, "them": 0.1531858688521825, "they": 0.18525084681223086}, "dating": {"them - they": -0.01338055767105406, "them": 0.1792105752169058, "they": 0.19259113288795987}, "daughter": {"them - they": -0.013313924056333304, "them": 0.14608528107170587, "they": 0.15939920512803918}, "daughters": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "day": {"them - they": -0.05282072272887611, "them": 0.13489792723588176, "they": 0.18771864996475787}, "days": {"them - they": 0.022618434567710594, "them": 0.19158877480595124, "they": 0.16897034023824065}, "deactivation": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "deal": {"them - they": -0.0022074670096970395, "them": 0.19554137040073105, "they": 0.1977488374104281}, "death": {"them - they": -0.002389446247698046, "them": 0.18701162072292724, "they": 0.18940106697062528}, "decade": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "decent": {"them - they": 0.08415074191330471, "them": 0.24001292723522893, "they": 0.15586218532192422}, "decide": {"them - they": -0.0023437564124884347, "them": 0.21951808824745178, "they": 0.22186184465994022}, "decided": {"them - they": -0.04708515482883319, "them": 0.14608528107170587, "they": 0.19317043590053906}, "decimated": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "defend": {"them - they": 0.012112503561008847, "them": 0.15070887463434154, "they": 0.1385963710733327}, "defense": {"them - they": -0.013338407292290716, "them": 0.15578881765320488, "they": 0.1691272249454956}, "degenerate": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "degree": {"them - they": 0.011932409189730125, "them": 0.16779459451165435, "they": 0.15586218532192422}, "demonstration": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "denied": {"them - they": 0.011499269075897406, "them": 0.2079166848164765, "they": 0.19641741574057908}, "departments": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "described": {"them - they": 0.011499269075897406, "them": 0.2079166848164765, "they": 0.19641741574057908}, "desert": {"them - they": 0.011579736551703884, "them": 0.2005624124550455, "they": 0.1889826759033416}, "deserve": {"them - they": -0.03185843256984344, "them": 0.18867635692820103, "they": 0.22053478949804448}, "designed": {"them - they": 0.011895022031382624, "them": 0.17131092895959735, "they": 0.15941590692821472}, "desire": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "despite": {"them - they": 0.08301528433105107, "them": 0.26560380142860107, "they": 0.18258851709755}, "destroy": {"them - they": -0.025452869274673162, "them": 0.2060900977442185, "they": 0.23154296701889165}, "destruction": {"them - they": 0.03111709016863068, "them": 0.2157970370915838, "they": 0.18467994692295311}, "determines": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "did": {"them - they": -0.030459067152124653, "them": 0.20413566064146443, "they": 0.2345947277935891}, "didnt": {"them - they": -0.013338407292290716, "them": 0.15578881765320488, "they": 0.1691272249454956}, "die": {"them - they": -0.025595135217333004, "them": 0.16693536115319046, "they": 0.19253049637052347}, "died": {"them - they": 0.08367362303255313, "them": 0.25107357043844597, "they": 0.16739994740589284}, "difference": {"them - they": 0.011999766943517481, "them": 0.16143313622519148, "they": 0.149433369281674}, "differences": {"them - they": 0.011402141420619932, "them": 0.21673549333636227, "they": 0.20533335191574234}, "different": {"them - they": -0.06973751791588007, "them": 0.1597093623355625, "they": 0.22944688025144255}, "direction": {"them - they": 0.011579736551703884, "them": 0.2005624124550455, "they": 0.1889826759033416}, "dirty": {"them - they": -0.0020194649913491125, "them": 0.1655671007347175, "they": 0.16758656572606662}, "disagree": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "disaster": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "discharge": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "discovered": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "disease": {"them - they": 0.05615377529503432, "them": 0.22355372270092716, "they": 0.16739994740589284}, "diseases": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "disgust": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "disgusting": {"them - they": -0.059886106068976486, "them": 0.1260616043173855, "they": 0.185947710386362}, "dismal": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "disowned": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "distraction": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "district": {"them - they": 0.011708769611536135, "them": 0.18867635692820103, "they": 0.1769675873166649}, "diversity": {"them - they": 0.012968798461381936, "them": 0.17761694058028663, "they": 0.1646481421189047}, "dna": {"them - they": -0.03209393699789578, "them": 0.14608528107170587, "they": 0.17817921806960166}, "do": {"them - they": -0.009560693446543256, "them": 0.3080015829314802, "they": 0.3175622763780235}, "docs": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "doctors": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "doctrines": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "does": {"them - they": 0.03183507484839154, "them": 0.1670789504071985, "they": 0.13524387555880696}, "doesnt": {"them - they": 0.01181062781101297, "them": 0.1792105752169058, "they": 0.16739994740589284}, "dog": {"them - they": 0.1064039107500438, "them": 0.22325863171173657, "they": 0.11685472096169278}, "dogs": {"them - they": -0.05965147722044592, "them": 0.14391899667420155, "they": 0.20357047389464747}, "doing": {"them - they": -0.06508897192099825, "them": 0.18701162072292724, "they": 0.2521005926439255}, "don": {"them - they": 0.013664800945358685, "them": 0.18401000637694803, "they": 0.17034520543158935}, "done": {"them - they": 0.06460878066764308, "them": 0.20554347681528, "they": 0.14093469614763693}, "dont": {"them - they": 0.009475271842548455, "them": 0.22925601868307946, "they": 0.219780746840531}, "door": {"them - they": 0.05982331999519491, "them": 0.2091559886652956, "they": 0.1493326686701007}, "doubt": {"them - they": 0.08491763809835556, "them": 0.22112595917756617, "they": 0.1362083210792106}, "down": {"them - they": 0.03705636366953474, "them": 0.25352154152274, "they": 0.21646517785320524}, "downloaded": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "drag": {"them - they": 0.030773653456291794, "them": 0.23284080988080857, "they": 0.20206715642451678}, "dress": {"them - they": -0.013374892623224194, "them": 0.17509984774862158, "they": 0.18847474037184578}, "dressed": {"them - they": -0.01338055767105406, "them": 0.1792105752169058, "they": 0.19259113288795987}, "dries": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "drinking": {"them - they": 0.01181062781101297, "them": 0.1792105752169058, "they": 0.16739994740589284}, "drop": {"them - they": 0.0524964179478519, "them": 0.1792105752169058, "they": 0.1267141572690539}, "drug": {"them - they": 0.031738306272089734, "them": 0.18293762494203178, "they": 0.15119931866994205}, "drugs": {"them - they": 0.05885532743093147, "them": 0.24001292723522893, "they": 0.18115759980429746}, "dublin": {"them - they": 0.011932409189730125, "them": 0.16779459451165435, "they": 0.15586218532192422}, "dude": {"them - they": 0.05239129806240794, "them": 0.18370735668415972, "they": 0.13131605862175177}, "dudes": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "due": {"them - they": 0.01181062781101297, "them": 0.1792105752169058, "they": 0.16739994740589284}, "dumb": {"them - they": 0.06356996122223998, "them": 0.23688476944785977, "they": 0.1733148082256198}, "during": {"them - they": -0.01464486474942664, "them": 0.1513326741409468, "they": 0.16597753889037345}, "dust": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "e": {"them - they": 0.03224968355166272, "them": 0.153469043245939, "they": 0.12121935969427627}, "each": {"them - they": 0.03551392745972737, "them": 0.24773988941881606, "they": 0.2122259619590887}, "early": {"them - they": 0.05736521603008643, "them": 0.17933190514988562, "they": 0.12196668911979919}, "earned": {"them - they": 0.011402141420619932, "them": 0.21673549333636227, "they": 0.20533335191574234}, "earshot": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "easier": {"them - they": 0.012594403057814563, "them": 0.20911691363397972, "they": 0.19652251057616515}, "east": {"them - they": 0.057488993973151103, "them": 0.17434371493484388, "they": 0.11685472096169278}, "easy": {"them - they": 0.011999766943517481, "them": 0.16143313622519148, "they": 0.149433369281674}, "eat": {"them - they": -0.07085063463360272, "them": 0.12167986173692075, "they": 0.19253049637052347}, "eating": {"them - they": -0.002180183033806682, "them": 0.19099025286673238, "they": 0.19317043590053906}, "ect": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "edl": {"them - they": 0.011402141420619932, "them": 0.21673549333636227, "they": 0.20533335191574234}, "educate": {"them - they": 0.013065854802297994, "them": 0.23102502284229376, "they": 0.21795916803999577}, "educated": {"them - they": 0.031043347875606003, "them": 0.21951808824745178, "they": 0.18847474037184578}, "educating": {"them - they": 0.011402141420619932, "them": 0.21673549333636227, "they": 0.20533335191574234}, "education": {"them - they": 0.03191947275426488, "them": 0.17277891711109733, "they": 0.14085944435683245}, "eggs": {"them - they": 0.011499269075897406, "them": 0.2079166848164765, "they": 0.19641741574057908}, "either": {"them - they": 0.023674550846933096, "them": 0.20386034501136857, "they": 0.18018579416443548}, "else": {"them - they": 0.03400482940889374, "them": 0.21560549812060176, "they": 0.18160066871170802}, "elses": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "em": {"them - they": -0.03205332802994432, "them": 0.15578881765320488, "they": 0.1878421456831492}, "emulate": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "enabling": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "encounters": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "encourage": {"them - they": 0.01181062781101297, "them": 0.1792105752169058, "they": 0.16739994740589284}, "end": {"them - they": -0.030708769653625262, "them": 0.17104072065727127, "they": 0.20174949031089653}, "enemies": {"them - they": -0.0021672403750842006, "them": 0.18885726115083426, "they": 0.19102450152591846}, "enemy": {"them - they": -0.014715069793728386, "them": 0.19099025286673238, "they": 0.20570532266046077}, "england": {"them - they": 0.05361978925766926, "them": 0.12456190764965802, "they": 0.07094211839198876}, "english": {"them - they": 0.01470198640638301, "them": 0.18965627994745615, "they": 0.17495429354107314}, "enjoy": {"them - they": -0.013307896203090336, "them": 0.14391899667420155, "they": 0.15722689287729189}, "enough": {"them - they": 0.022551308460896424, "them": 0.19565097518652746, "they": 0.17309966672563104}, "enter": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "entitled": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "equal": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "especially": {"them - they": 0.013489538896606507, "them": 0.19795526470462282, "they": 0.18446572580801632}, "etc": {"them - they": 0.04763582007961381, "them": 0.2455406321513625, "they": 0.19790481207174868}, "ethnic": {"them - they": 0.05344135794034556, "them": 0.13425021809562382, "they": 0.08080886015527826}, "ethnics": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "europe": {"them - they": 0.045454573115026875, "them": 0.21199547114153994, "they": 0.16654089802651306}, "european": {"them - they": -0.014636305386056564, "them": 0.14827080704959833, "they": 0.1629071124356549}, "even": {"them - they": 0.022879988686754477, "them": 0.2441446491231345, "they": 0.22126466043638002}, "evening": {"them - they": 0.0524964179478519, "them": 0.1792105752169058, "they": 0.1267141572690539}, "event": {"them - they": 0.09846291341512076, "them": 0.18110405408695426, "they": 0.08264114067183351}, "eventhough": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "events": {"them - they": 0.05952828070842919, "them": 0.21892748583646837, "they": 0.15939920512803918}, "eventually": {"them - they": -0.0022074670096970395, "them": 0.19554137040073105, "they": 0.1977488374104281}, "ever": {"them - they": 0.011987477718416018, "them": 0.21636772343243837, "they": 0.20438024571402236}, "every": {"them - they": -0.0033076321196506553, "them": 0.23025018535573782, "they": 0.23355781747538848}, "everybody": {"them - they": 0.05267640553456317, "them": 0.17131092895959735, "they": 0.11863452342503418}, "everyone": {"them - they": 0.04541649879325929, "them": 0.213457296551672, "they": 0.1680407977584127}, "evidence": {"them - they": -0.013313924056333304, "them": 0.14608528107170587, "they": 0.15939920512803918}, "evil": {"them - they": -0.002108231680434225, "them": 0.17933190514988562, "they": 0.18144013683031984}, "evolution": {"them - they": 0.011109681437360186, "them": 0.24291869148317494, "they": 0.23180901004581475}, "evolutionary": {"them - they": 0.011109681437360186, "them": 0.24291869148317494, "they": 0.23180901004581475}, "evolve": {"them - they": 0.09514735964247864, "them": 0.2603230003531172, "they": 0.16517564071063853}, "exactly": {"them - they": -0.025608372781059097, "them": 0.16040965078748934, "they": 0.18601802356854844}, "example": {"them - they": -0.03215646280504564, "them": 0.12456190764965802, "they": 0.15671837045470366}, "excellent": {"them - they": 0.012112503561008847, "them": 0.15070887463434154, "they": 0.1385963710733327}, "except": {"them - they": -0.04720399530352343, "them": 0.13251034278384582, "they": 0.17971433808736925}, "exclusively": {"them - they": 0.011402141420619932, "them": 0.21673549333636227, "they": 0.20533335191574234}, "exist": {"them - they": 0.01205922942547516, "them": 0.15578881765320488, "they": 0.14372958822772972}, "expect": {"them - they": 0.07976782710329702, "them": 0.24889505204879261, "they": 0.1691272249454956}, "expeled": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "experience": {"them - they": 0.0977633543838786, "them": 0.20053945865182993, "they": 0.10277610426795132}, "explain": {"them - they": 0.08473220197176767, "them": 0.22583151515704242, "they": 0.14109931318527474}, "express": {"them - they": 0.011708769611536135, "them": 0.18867635692820103, "they": 0.1769675873166649}, "exsplosives": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "extreme": {"them - they": 0.09643734252841274, "them": 0.23284080988080857, "they": 0.13640346735239584}, "eyes": {"them - they": 0.041436688899440244, "them": 0.17813493688297263, "they": 0.1366982479835324}, "face": {"them - they": -0.006945643223277981, "them": 0.1818118562986164, "they": 0.18875749952189438}, "faces": {"them - they": -0.00225257927440789, "them": 0.2032376525510426, "they": 0.20549023182545048}, "fact": {"them - they": -0.030704927133440668, "them": 0.1719406075254409, "they": 0.20264553465888158}, "faggot": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "faggots": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "fair": {"them - they": 0.05239129806240794, "them": 0.18370735668415972, "they": 0.13131605862175177}, "fall": {"them - they": 0.025482262640669273, "them": 0.233841331670319, "they": 0.20835906902964973}, "false": {"them - they": 0.14577843377252908, "them": 0.25431848970253923, "they": 0.10854005593001013}, "families": {"them - they": 0.046556411862658076, "them": 0.23353634589392577, "they": 0.1869799340312677}, "family": {"them - they": 0.007438428543536685, "them": 0.18778363593784483, "they": 0.18034520739430815}, "far": {"them - they": 0.10311491607218559, "them": 0.2613619833914122, "they": 0.1582470673192266}, "farmer": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "fast": {"them - they": 0.046838375659246534, "them": 0.22325863171173657, "they": 0.17642025605249004}, "father": {"them - they": 0.05121515703615448, "them": 0.22754034006308027, "they": 0.1763251830269258}, "faves": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "favor": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "fear": {"them - they": 0.00253754512861043, "them": 0.20406480574757857, "they": 0.20152726061896814}, "fed": {"them - they": -0.013326103279660911, "them": 0.15070887463434154, "they": 0.16403497791400246}, "federal": {"them - they": 0.011579736551703884, "them": 0.2005624124550455, "they": 0.1889826759033416}, "feds": {"them - they": 0.09514735964247864, "them": 0.2603230003531172, "they": 0.16517564071063853}, "feed": {"them - they": 0.022661281905175912, "them": 0.2604240084277687, "they": 0.23776272652259278}, "feeding": {"them - they": 0.030660730331952157, "them": 0.23829280185486099, "they": 0.20763207152290883}, "feel": {"them - they": 0.06630395569733122, "them": 0.2572213183606962, "they": 0.190917362663365}, "feeling": {"them - they": -0.013363005292643115, "them": 0.16779459451165435, "they": 0.18115759980429746}, "feesible": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "feet": {"them - they": -0.013284268209876576, "them": 0.13604840046022412, "they": 0.1493326686701007}, "fellow": {"them - they": 0.052954946166965625, "them": 0.1585321846689164, "they": 0.10557723850195076}, "felt": {"them - they": -0.013344583011179745, "them": 0.1585321846689164, "they": 0.17187676768009613}, "females": {"them - they": 0.05687942979895241, "them": 0.19797874298422716, "they": 0.14109931318527474}, "fence": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "feral": {"them - they": 0.0524964179478519, "them": 0.1792105752169058, "they": 0.1267141572690539}, "few": {"them - they": 0.0876185892032148, "them": 0.28702147896140623, "they": 0.19940288975819143}, "fighting": {"them - they": 0.06351802286791317, "them": 0.23836342795204155, "they": 0.17484540508412838}, "figures": {"them - they": 0.052754605597201035, "them": 0.16779459451165435, "they": 0.11503998891445331}, "files": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "fill": {"them - they": 0.05213757820764456, "them": 0.19423707721647304, "they": 0.14209949900882848}, "filthy": {"them - they": -0.013356905598895102, "them": 0.16451226785725137, "they": 0.17786917345614647}, "finally": {"them - they": -0.032075549105444745, "them": 0.15070887463434154, "they": 0.1827844237397863}, "find": {"them - they": 0.022933702591350275, "them": 0.2455333254979704, "they": 0.22259962290662014}, "finland": {"them - they": 0.05311778882884506, "them": 0.15070887463434154, "they": 0.09759108580549648}, "fire": {"them - they": -0.03205332802994432, "them": 0.15578881765320488, "they": 0.1878421456831492}, "firearms": {"them - they": 0.03018929325495162, "them": 0.2603230003531172, "they": 0.23013370709816555}, "fired": {"them - they": 0.011708769611536135, "them": 0.18867635692820103, "they": 0.1769675873166649}, "first": {"them - they": -0.009429878360510319, "them": 0.17946626126034915, "they": 0.18889613962085947}, "fish": {"them - they": 0.012988277840698392, "them": 0.17595535437565493, "they": 0.16296707653495654}, "fits": {"them - they": 0.011762338984656673, "them": 0.18370735668415972, "they": 0.17194501769950304}, "five": {"them - they": -0.013284268209876576, "them": 0.13604840046022412, "they": 0.1493326686701007}, "flag": {"them - they": 0.012112503561008847, "them": 0.15070887463434154, "they": 0.1385963710733327}, "flesh": {"them - they": 0.14401023343230385, "them": 0.2804137007846997, "they": 0.13640346735239584}, "flier": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "floor": {"them - they": 0.09743118236876737, "them": 0.20911691363397972, "they": 0.11168573126521235}, "flour": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "fly": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "folk": {"them - they": 0.05289308029518135, "them": 0.16143313622519148, "they": 0.10854005593001013}, "folks": {"them - they": -0.01471122386631632, "them": 0.18680856597952972, "they": 0.20151978984584604}, "follow": {"them - they": -0.032133022068032036, "them": 0.13425021809562382, "they": 0.16638324016365585}, "following": {"them - they": 0.053066860813053784, "them": 0.1531858688521825, "they": 0.10011900803912871}, "food": {"them - they": -0.043976203321909685, "them": 0.1502937634547829, "they": 0.1942699667766926}, "fools": {"them - they": -0.0023887968618230837, "them": 0.2279666183343699, "they": 0.230355415196193}, "foot": {"them - they": 0.011967208851642153, "them": 0.16451226785725137, "they": 0.15254505900560922}, "for": {"them - they": 0.045665380882455364, "them": 0.3112445605432782, "they": 0.26557917966082284}, "force": {"them - they": -0.03516490151796464, "them": 0.17434371493484388, "they": 0.20950861645280852}, "forcing": {"them - they": 0.0584824375504861, "them": 0.25107357043844597, "they": 0.19259113288795987}, "foreigner": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "forgotten": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "form": {"them - they": -0.013326103279660911, "them": 0.15070887463434154, "they": 0.16403497791400246}, "formulate": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "forum": {"them - they": 0.03292492723096459, "them": 0.11002389457583027, "they": 0.07709896734486568}, "forward": {"them - they": -0.03210194970675531, "them": 0.14391899667420155, "they": 0.17602094638095686}, "fought": {"them - they": -0.013390799496315747, "them": 0.18867635692820103, "they": 0.20206715642451678}, "found": {"them - they": -0.015508832575261505, "them": 0.14032488542945507, "they": 0.15583371800471657}, "foundamental": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "france": {"them - they": 0.011895022031382624, "them": 0.17131092895959735, "they": 0.15941590692821472}, "free": {"them - they": -0.044218476453668054, "them": 0.10897844799118761, "they": 0.15319692444485566}, "french": {"them - they": -0.03217785463609883, "them": 0.10915366229580202, "they": 0.14133151693190085}, "friday": {"them - they": 0.09743118236876737, "them": 0.20911691363397972, "they": 0.11168573126521235}, "friend": {"them - they": -0.0019233230117701727, "them": 0.1513326741409468, "they": 0.15325599715271698}, "friends": {"them - they": 0.05701446487137171, "them": 0.238187887053914, "they": 0.1811734221825423}, "from": {"them - they": 0.02636632655904106, "them": 0.24933059651776956, "they": 0.2229642699587285}, "front": {"them - they": 0.0548957149680355, "them": 0.22222663620878366, "they": 0.16733092124074816}, "full": {"them - they": 0.060826416512553855, "them": 0.17285470476558118, "they": 0.11202828825302732}, "functions": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "funny": {"them - they": -0.03876879307354611, "them": 0.20839918307608407, "they": 0.24716797614963018}, "further": {"them - they": 0.0973025423987212, "them": 0.21234253131317452, "they": 0.11503998891445331}, "future": {"them - they": 0.02381147709591236, "them": 0.19575477912139108, "they": 0.17194330202547872}, "fyromanians": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "game": {"them - they": 0.012283528975824631, "them": 0.13425021809562382, "they": 0.12196668911979919}, "games": {"them - they": -0.013385910401305628, "them": 0.18370735668415972, "they": 0.19709326708546535}, "gander": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "gang": {"them - they": -0.013332243637482227, "them": 0.1531858688521825, "they": 0.16651811248966472}, "gangs": {"them - they": 0.05213757820764456, "them": 0.19423707721647304, "they": 0.14209949900882848}, "garbage": {"them - they": 0.012727896171996295, "them": 0.19797874298422716, "they": 0.18525084681223086}, "gave": {"them - they": 0.04670540033869944, "them": 0.22814553716901928, "they": 0.18144013683031984}, "gays": {"them - they": 0.05239129806240794, "them": 0.18370735668415972, "they": 0.13131605862175177}, "gene": {"them - they": 0.05239129806240794, "them": 0.18370735668415972, "they": 0.13131605862175177}, "general": {"them - they": 0.052754605597201035, "them": 0.16779459451165435, "they": 0.11503998891445331}, "general1812": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "generally": {"them - they": -0.01338055767105406, "them": 0.1792105752169058, "they": 0.19259113288795987}, "generations": {"them - they": -0.059269591545896394, "them": 0.16779459451165435, "they": 0.22706418605755074}, "genes": {"them - they": 0.09665055971261813, "them": 0.2279666183343699, "they": 0.13131605862175177}, "genocide": {"them - they": -0.0019851412878406083, "them": 0.16040965078748934, "they": 0.16239479207532995}, "genuine": {"them - they": -0.031703514503981345, "them": 0.2079166848164765, "they": 0.23962019932045783}, "germans": {"them - they": 0.012697312968680735, "them": 0.20053945865182993, "they": 0.1878421456831492}, "get": {"them - they": 0.028933001935478486, "them": 0.3014839899596639, "they": 0.2725509880241854}, "gets": {"them - they": 0.047400782346017606, "them": 0.20172224473111694, "they": 0.15432146238509933}, "getting": {"them - they": 0.031095210563540143, "them": 0.20554347681528, "they": 0.17444826625173987}, "ghetto": {"them - they": 0.031412233706334336, "them": 0.20053945865182993, "they": 0.1691272249454956}, "girl": {"them - they": 0.02423017202587871, "them": 0.17016479376936897, "they": 0.14593462174349026}, "girls": {"them - they": 0.0005472064581399649, "them": 0.2072259284394428, "they": 0.20667872198130283}, "give": {"them - they": 0.07801404192704481, "them": 0.30734370789281124, "they": 0.22932966596576643}, "given": {"them - they": 0.013610984239568968, "them": 0.23353634589392577, "they": 0.2199253616543568}, "gives": {"them - they": 0.055275710362831854, "them": 0.25169312610341094, "they": 0.19641741574057908}, "glad": {"them - they": 0.053505461230527365, "them": 0.13082488627160266, "they": 0.0773194250410753}, "global": {"them - they": 0.0565718546283705, "them": 0.20911691363397972, "they": 0.15254505900560922}, "glock": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "go": {"them - they": 0.009010606443972252, "them": 0.25832394212909254, "they": 0.2493133356851203}, "god": {"them - they": 0.0028755539708913147, "them": 0.1990661876457729, "they": 0.1961906336748816}, "going": {"them - they": -0.00461690921398486, "them": 0.2096252577734187, "they": 0.21424216698740356}, "goinna": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "golden": {"them - they": -0.013369017963355767, "them": 0.17131092895959735, "they": 0.18467994692295311}, "gonna": {"them - they": 0.0850029968031355, "them": 0.21892748583646837, "they": 0.13392448903333287}, "good": {"them - they": 0.0049889449189150226, "them": 0.20878186186392547, "they": 0.20379291694501045}, "gorgeous": {"them - they": 0.011499269075897406, "them": 0.2079166848164765, "they": 0.19641741574057908}, "got": {"them - they": 0.06624420666430098, "them": 0.2339333718857933, "they": 0.16768916522149233}, "gotchya": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "gotta": {"them - they": 0.011895022031382624, "them": 0.17131092895959735, "they": 0.15941590692821472}, "gotten": {"them - they": 0.025534791016843278, "them": 0.23102502284229376, "they": 0.20549023182545048}, "goverment": {"them - they": 0.09556853592990677, "them": 0.25169312610341094, "they": 0.15612459017350416}, "government": {"them - they": -0.03165139814370538, "them": 0.19852162115026664, "they": 0.23017301929397202}, "grab": {"them - they": 0.12350430241977259, "them": 0.26560380142860107, "they": 0.14209949900882848}, "graces": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "grand": {"them - they": 0.011762338984656673, "them": 0.18370735668415972, "they": 0.17194501769950304}, "grave": {"them - they": -0.013394994306435787, "them": 0.19423707721647304, "they": 0.20763207152290883}, "graves": {"them - they": 0.011402141420619932, "them": 0.21673549333636227, "they": 0.20533335191574234}, "graveyard": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "great": {"them - they": -0.028472426009769625, "them": 0.12792528204910364, "they": 0.15639770805887326}, "greek": {"them - they": 0.053066860813053784, "them": 0.1531858688521825, "they": 0.10011900803912871}, "groid": {"them - they": 0.012030363709465558, "them": 0.1585321846689164, "they": 0.14650182095945083}, "groids": {"them - they": -0.013394994306435787, "them": 0.19423707721647304, "they": 0.20763207152290883}, "grooving": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "ground": {"them - they": 0.03407243058442913, "them": 0.22988111086622381, "they": 0.19580868028179468}, "group": {"them - they": -0.033948209264039575, "them": 0.16602139164125593, "they": 0.1999696009052955}, "groups": {"them - they": 0.032021357762056696, "them": 0.16693536115319046, "they": 0.13491400339113377}, "grow": {"them - they": -0.013295981592146011, "them": 0.1398375168103196, "they": 0.15313349840246562}, "growing": {"them - they": 0.012030363709465558, "them": 0.1585321846689164, "they": 0.14650182095945083}, "guess": {"them - they": 0.07840571394722806, "them": 0.25294687191256415, "they": 0.1745411579653361}, "guidance": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "guilt": {"them - they": -0.04664805851203327, "them": 0.18370735668415972, "they": 0.230355415196193}, "gun": {"them - they": -0.006945643223277981, "them": 0.1818118562986164, "they": 0.18875749952189438}, "guns": {"them - they": -0.043910672764147146, "them": 0.15799968849604937, "they": 0.2019103612601965}, "guy": {"them - they": 0.024259006259142207, "them": 0.16835473053025826, "they": 0.14409572427111605}, "guys": {"them - they": 0.01378034338235537, "them": 0.1747275219844665, "they": 0.16094717860211114}, "gypsies": {"them - they": 0.055873222564143676, "them": 0.23284080988080857, "they": 0.1769675873166649}, "h": {"them - they": 0.05665672846254449, "them": 0.2060900977442185, "they": 0.149433369281674}, "had": {"them - they": -0.00043874022935092016, "them": 0.23678633687330908, "they": 0.23722507710266}, "haha": {"them - they": 0.05267640553456317, "them": 0.17131092895959735, "they": 0.11863452342503418}, "hair": {"them - they": -0.08993233737604542, "them": 0.07579833148725454, "they": 0.16573066886329996}, "half": {"them - they": 0.04096216867253982, "them": 0.1992615828045422, "they": 0.15829941413200238}, "hall": {"them - they": 0.0524964179478519, "them": 0.1792105752169058, "they": 0.1267141572690539}, "hammer": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "hand": {"them - they": -0.009710429720646896, "them": 0.20959445700815127, "they": 0.21930488672879817}, "handed": {"them - they": 0.055704284757310984, "them": 0.23829280185486099, "they": 0.18258851709755}, "hands": {"them - they": 0.026050601560148934, "them": 0.20247085761263897, "they": 0.17642025605249004}, "hanging": {"them - they": 0.011708769611536135, "them": 0.18867635692820103, "they": 0.1769675873166649}, "happen": {"them - they": 0.0026114129187460033, "them": 0.19514190928926947, "they": 0.19253049637052347}, "happened": {"them - they": 0.04135968633033649, "them": 0.19246675213971082, "they": 0.15110706580937433}, "happening": {"them - they": 0.0981162607772754, "them": 0.19099025286673238, "they": 0.09287399208945699}, "happens": {"them - they": -0.032116001323116844, "them": 0.1398375168103196, "they": 0.17195351813343646}, "happily": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "harass": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "hard": {"them - they": 0.06610246349275994, "them": 0.21649511094548668, "they": 0.15039264745272674}, "hardly": {"them - they": 0.011895022031382624, "them": 0.17131092895959735, "they": 0.15941590692821472}, "has": {"them - they": 0.07176537793635893, "them": 0.22595027520924754, "they": 0.15418489727288862}, "hate": {"them - they": -0.01791844361889325, "them": 0.20641291398223613, "they": 0.22433135760112938}, "hates": {"them - they": 0.05239129806240794, "them": 0.18370735668415972, "they": 0.13131605862175177}, "have": {"them - they": 0.004741549599216022, "them": 0.3305901570619134, "they": 0.3258486074626974}, "havent": {"them - they": 0.05213757820764456, "them": 0.19423707721647304, "they": 0.14209949900882848}, "having": {"them - they": -0.014630606878223401, "them": 0.14631657172388773, "they": 0.16094717860211114}, "he": {"them - they": 0.01270457620372431, "them": 0.16409389547533695, "they": 0.15138931927161264}, "head": {"them - they": 0.02638651814297066, "them": 0.18290019660443443, "they": 0.15651367846146377}, "heads": {"them - they": 0.012112503561008847, "them": 0.15070887463434154, "they": 0.1385963710733327}, "health": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "hear": {"them - they": 0.0661537071056463, "them": 0.2149564684188568, "they": 0.1488027613132105}, "heard": {"them - they": -0.0055270732827846225, "them": 0.18248795042655452, "they": 0.18801502370933915}, "heart": {"them - they": 0.012183351039306428, "them": 0.14391899667420155, "they": 0.13173564563489512}, "hehe": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "hell": {"them - they": 0.015093836467914484, "them": 0.22011387143288474, "they": 0.20502003496497026}, "help": {"them - they": 0.08720705086023253, "them": 0.25156590369890014, "they": 0.1643588528386676}, "helping": {"them - they": 0.05615377529503432, "them": 0.22355372270092716, "they": 0.16739994740589284}, "helps": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "her": {"them - they": 0.02130902397661505, "them": 0.1701613133075951, "they": 0.14885228933098005}, "here": {"them - they": 0.008758125324398958, "them": 0.2056141602808209, "they": 0.19685603495642195}, "heritage": {"them - they": 0.14703323156988737, "them": 0.23353634589392577, "they": 0.0865031143240384}, "hey": {"them - they": 0.05849555038584056, "them": 0.12897545921267584, "they": 0.07047990882683527}, "hide": {"them - they": -0.013301914548221355, "them": 0.14183872997715022, "they": 0.15514064452537157}, "high": {"them - they": 0.04118167071575904, "them": 0.18965627994745615, "they": 0.1484746092316971}, "higher": {"them - they": -0.01338055767105406, "them": 0.1792105752169058, "they": 0.19259113288795987}, "highlights": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "hilarious": {"them - they": 0.09643734252841274, "them": 0.23284080988080857, "they": 0.13640346735239584}, "hill": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "him": {"them - they": -0.06073428482749149, "them": 0.11642037008750289, "they": 0.17715465491499438}, "hint": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "his": {"them - they": -0.06223836031269413, "them": 0.11899253509013676, "they": 0.18123089540283088}, "hispanics": {"them - they": 0.05267640553456317, "them": 0.17131092895959735, "they": 0.11863452342503418}, "history": {"them - they": 0.007218838016403384, "them": 0.20808590431940144, "they": 0.20086706630299805}, "hit": {"them - they": 0.012283528975824631, "them": 0.13425021809562382, "they": 0.12196668911979919}, "hitler": {"them - they": 0.05706576383339951, "them": 0.19099025286673238, "they": 0.13392448903333287}, "hitlers": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "hiv": {"them - they": 0.011579736551703884, "them": 0.2005624124550455, "they": 0.1889826759033416}, "hold": {"them - they": 0.053012713385253554, "them": 0.15578881765320488, "they": 0.10277610426795132}, "holiday": {"them - they": 0.05239129806240794, "them": 0.18370735668415972, "they": 0.13131605862175177}, "holocaust": {"them - they": 0.053592751896528276, "them": 0.1260616043173855, "they": 0.07246885242085722}, "home": {"them - they": 0.008813665746956245, "them": 0.22198637380425723, "they": 0.21317270805730099}, "homeland": {"them - they": 0.011854613311185896, "them": 0.17509984774862158, "they": 0.1632452344374357}, "homelands": {"them - they": 0.055873222564143676, "them": 0.23284080988080857, "they": 0.1769675873166649}, "homes": {"them - they": -0.032085166834063344, "them": 0.14834553102427978, "they": 0.18043069785834312}, "homo": {"them - they": 0.011762338984656673, "them": 0.18370735668415972, "they": 0.17194501769950304}, "homogenous": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "homosexual": {"them - they": 0.05239129806240794, "them": 0.18370735668415972, "they": 0.13131605862175177}, "homosexuals": {"them - they": 0.09683956543187325, "them": 0.22355372270092716, "they": 0.1267141572690539}, "honest": {"them - they": 0.052590821879974436, "them": 0.17509984774862158, "they": 0.12250902586864715}, "honestly": {"them - they": -0.046890817293317816, "them": 0.16451226785725137, "they": 0.2114030851505692}, "honor": {"them - they": -0.013369017963355767, "them": 0.17131092895959735, "they": 0.18467994692295311}, "hooligans": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "hope": {"them - they": -0.11235416384829895, "them": 0.0853605559596307, "they": 0.19771471980792965}, "hour": {"them - they": 0.09826520828891794, "them": 0.18680856597952972, "they": 0.08854335769061178}, "hours": {"them - they": -0.0020973975070826267, "them": 0.17761694058028663, "they": 0.17971433808736925}, "house": {"them - they": -0.01629638102824646, "them": 0.16955547669267243, "they": 0.1858518577209189}, "houses": {"them - they": 0.012756946660944762, "them": 0.19554137040073105, "they": 0.1827844237397863}, "houston": {"them - they": -0.013369017963355767, "them": 0.17131092895959735, "they": 0.18467994692295311}, "how": {"them - they": -0.004109074053556483, "them": 0.2681349965021111, "they": 0.27224407055566757}, "however": {"them - they": 0.05344135794034556, "them": 0.13425021809562382, "they": 0.08080886015527826}, "html": {"them - they": -0.013159117194873199, "them": 0.10379527406504108, "they": 0.11695439125991428}, "http": {"them - they": 0.001218996803999478, "them": 0.12939566527368548, "they": 0.128176668469686}, "https": {"them - they": 0.05896664888425407, "them": 0.10351690801244999, "they": 0.04455025912819592}, "huge": {"them - they": -0.01470225903957878, "them": 0.17933190514988562, "they": 0.1940341641894644}, "human": {"them - they": -0.013267090735304632, "them": 0.13082488627160266, "they": 0.1440919770069073}, "humans": {"them - they": 0.0127846161912116, "them": 0.19321531404955472, "they": 0.18043069785834312}, "humor": {"them - they": 0.09459754380582469, "them": 0.27115941805745675, "they": 0.17656187425163206}, "hunting": {"them - they": 0.011708769611536135, "them": 0.18867635692820103, "they": 0.1769675873166649}, "hurt": {"them - they": 0.08415074191330471, "them": 0.24001292723522893, "they": 0.15586218532192422}, "i": {"them - they": 0.07725920991905183, "them": 0.34524769559463003, "they": 0.2679884856755782}, "id": {"them - they": 0.053505461230527365, "them": 0.13082488627160266, "they": 0.0773194250410753}, "idea": {"them - they": 0.013792043843784935, "them": 0.1737835036561954, "they": 0.15999145981241047}, "ideology": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "idiots": {"them - they": 0.01241956843326214, "them": 0.22355372270092716, "they": 0.21113415426766502}, "if": {"them - they": 0.005280698877462298, "them": 0.3010054593243214, "they": 0.2957247604468591}, "ignorant": {"them - they": 0.05267640553456317, "them": 0.17131092895959735, "they": 0.11863452342503418}, "ike": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "illegals": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "illness": {"them - they": 0.09459754380582469, "them": 0.27115941805745675, "they": 0.17656187425163206}, "im": {"them - they": 0.04231984521478113, "them": 0.21095220520832111, "they": 0.16863235999353998}, "image": {"them - they": 0.01208655566690775, "them": 0.1531858688521825, "they": 0.14109931318527474}, "imagine": {"them - they": -0.03214219026335388, "them": 0.13082488627160266, "they": 0.16296707653495654}, "immigrants": {"them - they": 0.026201403949916685, "them": 0.1937879696759833, "they": 0.16758656572606662}, "immigration": {"them - they": -0.002076541117646158, "them": 0.17434371493484388, "they": 0.17642025605249004}, "important": {"them - they": -0.014689568648566659, "them": 0.17125814173779533, "they": 0.185947710386362}, "impossible": {"them - they": 0.01164856011892304, "them": 0.19423707721647304, "they": 0.18258851709755}, "in": {"them - they": 0.017064641428155447, "them": 0.32466176755527304, "they": 0.3075971261271176}, "inaction": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "include": {"them - they": 0.05213757820764456, "them": 0.19423707721647304, "they": 0.14209949900882848}, "including": {"them - they": 0.04079876909572158, "them": 0.21681971547667844, "they": 0.17602094638095686}, "incorporating": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "indeed": {"them - they": -0.07072984806209773, "them": 0.1291903432492367, "they": 0.19992019131133443}, "index": {"them - they": -0.032075549105444745, "them": 0.15070887463434154, "they": 0.1827844237397863}, "india": {"them - they": 0.08384772126944881, "them": 0.2470929557068845, "they": 0.1632452344374357}, "indians": {"them - they": 0.05665672846254449, "them": 0.2060900977442185, "they": 0.149433369281674}, "industry": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "infected": {"them - they": 0.12267889763020762, "them": 0.2788034878037118, "they": 0.15612459017350416}, "information": {"them - they": 0.013169217570464131, "them": 0.16040965078748934, "they": 0.1472404332170252}, "informed": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "ing": {"them - they": -0.013356905598895102, "them": 0.16451226785725137, "they": 0.17786917345614647}, "inherent": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "inheritance": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "innocent": {"them - they": -0.013385910401305628, "them": 0.18370735668415972, "they": 0.19709326708546535}, "instead": {"them - they": 0.050937059061497786, "them": 0.23688476944785977, "they": 0.185947710386362}, "instill": {"them - they": 0.09459754380582469, "them": 0.27115941805745675, "they": 0.17656187425163206}, "integral": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "intellect": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "intelligence": {"them - they": 0.0961933028460325, "them": 0.23829280185486099, "they": 0.14209949900882848}, "intelligent": {"them - they": 0.052954946166965625, "them": 0.1585321846689164, "they": 0.10557723850195076}, "intend": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "interest": {"them - they": 0.05673583159159176, "them": 0.2032376525510426, "they": 0.14650182095945083}, "internet": {"them - they": 0.03451721319614928, "them": 0.20959445700815127, "they": 0.175077243812002}, "interogation": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "interpret": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "interracial": {"them - they": 0.01164856011892304, "them": 0.19423707721647304, "they": 0.18258851709755}, "interviewed": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "interviews": {"them - they": 0.05498964843737483, "them": 0.2603230003531172, "they": 0.20533335191574234}, "intimidation": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "into": {"them - they": 0.028241821775962406, "them": 0.25036213194630846, "they": 0.22212031017034606}, "introduce": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "ira": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "iraq": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "ireland": {"them - they": -0.027099535937217256, "them": 0.1623998214309502, "they": 0.18949935736816745}, "irish": {"them - they": -0.09887527825824845, "them": 0.10846212560900449, "they": 0.20733740386725294}, "ironic": {"them - they": 0.011279084955171742, "them": 0.22781923727126294, "they": 0.2165401523160912}, "irony": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "is": {"them - they": 0.036159765646971986, "them": 0.2876764227104776, "they": 0.2515166570635056}, "islamic": {"them - they": 0.011762338984656673, "them": 0.18370735668415972, "they": 0.17194501769950304}, "island": {"them - they": 0.011999766943517481, "them": 0.16143313622519148, "they": 0.149433369281674}, "israel": {"them - they": -0.03214622581007598, "them": 0.1291903432492367, "they": 0.16133656905931268}, "issue": {"them - they": 0.05638113016336907, "them": 0.2157970370915838, "they": 0.15941590692821472}, "it": {"them - they": 0.006014727580326118, "them": 0.29846205876307824, "they": 0.2924473311827521}, "italian": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "its": {"them - they": 0.04852797128196967, "them": 0.23059317764016374, "they": 0.18206520635819406}, "ive": {"them - they": 0.10583202682528611, "them": 0.23546578187058972, "they": 0.1296337550453036}, "jail": {"them - they": 0.061224482862325486, "them": 0.24400890660211177, "they": 0.1827844237397863}, "japanese": {"them - they": -0.013326103279660911, "them": 0.15070887463434154, "they": 0.16403497791400246}, "jeans": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "jesus": {"them - they": 0.02602261198932085, "them": 0.20406480574757857, "they": 0.17804219375825772}, "jew": {"them - they": 0.02737846467705693, "them": 0.2102651709118251, "they": 0.18288670623476816}, "jewish": {"them - they": 0.06313015063724453, "them": 0.18308748689113757, "they": 0.11995733625389304}, "jews": {"them - they": 0.06866032158201676, "them": 0.27252176121706423, "they": 0.20386143963504746}, "jiving": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "job": {"them - they": -0.014647718101593793, "them": 0.15239084021283397, "they": 0.16703855831442777}, "jobs": {"them - they": 0.03170385697058328, "them": 0.1848373553730489, "they": 0.15313349840246562}, "join": {"them - they": 0.14897037434699617, "them": 0.19575477912139108, "they": 0.04678440477439491}, "joking": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "judge": {"them - they": -0.01327848966851275, "them": 0.13425021809562382, "they": 0.14752870776413657}, "jump": {"them - they": 0.012555516707738495, "them": 0.21234253131317452, "they": 0.19978701460543602}, "jumped": {"them - they": 0.09665055971261813, "them": 0.2279666183343699, "they": 0.13131605862175177}, "jungle": {"them - they": -0.013394994306435787, "them": 0.19423707721647304, "they": 0.20763207152290883}, "junk": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "just": {"them - they": 0.01016481423745852, "them": 0.28446218860896383, "they": 0.2742973743715053}, "justify": {"them - they": 0.09514735964247864, "them": 0.2603230003531172, "they": 0.16517564071063853}, "k": {"them - they": -0.047142417220948085, "them": 0.1398375168103196, "they": 0.1869799340312677}, "keenly": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "keep": {"them - they": 0.015620409115893602, "them": 0.22929330382345828, "they": 0.21367289470756468}, "kept": {"them - they": 0.0524964179478519, "them": 0.1792105752169058, "they": 0.1267141572690539}, "kick": {"them - they": -0.04706336171009298, "them": 0.14834553102427978, "they": 0.19540889273437276}, "kid": {"them - they": 0.057483427696713496, "them": 0.23193169394845337, "they": 0.17444826625173987}, "kids": {"them - they": 0.004927676764472755, "them": 0.2626446510920857, "they": 0.2577169743276129}, "kill": {"them - they": 0.04795908044876146, "them": 0.2587211431920102, "they": 0.2107620627432487}, "killed": {"them - they": 0.013124947419562993, "them": 0.16423201322893732, "they": 0.15110706580937433}, "killing": {"them - they": 0.0784173019686158, "them": 0.24306544408752048, "they": 0.1646481421189047}, "kind": {"them - they": 0.06438551758513639, "them": 0.21259047909821047, "they": 0.14820496151307408}, "kinda": {"them - they": 0.012468646744645123, "them": 0.21951808824745178, "they": 0.20704944150280666}, "king": {"them - they": 0.012030363709465558, "them": 0.1585321846689164, "they": 0.14650182095945083}, "kkk": {"them - they": 0.0524964179478519, "them": 0.1792105752169058, "they": 0.1267141572690539}, "klan": {"them - they": 0.031506392486728596, "them": 0.19554137040073105, "they": 0.16403497791400246}, "klansman": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "klike": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "knees": {"them - they": 0.011402141420619932, "them": 0.21673549333636227, "they": 0.20533335191574234}, "knew": {"them - they": -0.03215646280504564, "them": 0.12456190764965802, "they": 0.15671837045470366}, "knife": {"them - they": 0.011932409189730125, "them": 0.16779459451165435, "they": 0.15586218532192422}, "knights": {"them - they": 0.0524964179478519, "them": 0.1792105752169058, "they": 0.1267141572690539}, "knock": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "knocking": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "know": {"them - they": -0.0029133750224343835, "them": 0.24805285396858834, "they": 0.2509662289910227}, "knowledge": {"them - they": -0.013385910401305628, "them": 0.18370735668415972, "they": 0.19709326708546535}, "known": {"them - they": 0.011999766943517481, "them": 0.16143313622519148, "they": 0.149433369281674}, "knows": {"them - they": 0.013077226071330134, "them": 0.16833861044500795, "they": 0.1552613843736778}, "kosher": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "labled": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "lacks": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "lady": {"them - they": 0.05329537228653844, "them": 0.14183872997715022, "they": 0.08854335769061178}, "laid": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "land": {"them - they": -0.10430458500629823, "them": 0.11262789617886741, "they": 0.21693248118516564}, "langauges": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "language": {"them - they": -0.032122164921582624, "them": 0.13790921958091412, "they": 0.17003138450249675}, "large": {"them - they": 0.0771792642126703, "them": 0.25861940104299014, "they": 0.18144013683031984}, "larger": {"them - they": 0.0524964179478519, "them": 0.1792105752169058, "they": 0.1267141572690539}, "last": {"them - they": -0.016188262674144777, "them": 0.13321523572221272, "they": 0.1494034983963575}, "late": {"them - they": 0.08537254929798908, "them": 0.2091559886652956, "they": 0.12378343936730653}, "later": {"them - they": 0.013606289522100412, "them": 0.1886835333341024, "they": 0.175077243812002}, "laugh": {"them - they": 0.026050601560148934, "them": 0.20247085761263897, "they": 0.17642025605249004}, "laughing": {"them - they": 0.05648034599125029, "them": 0.21234253131317452, "they": 0.15586218532192422}, "law": {"them - they": -0.04389996636607521, "them": 0.1591916999777053, "they": 0.2030916663437805}, "laws": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "lay": {"them - they": 0.011708769611536135, "them": 0.18867635692820103, "they": 0.1769675873166649}, "lazy": {"them - they": -0.01338055767105406, "them": 0.1792105752169058, "they": 0.19259113288795987}, "lead": {"them - they": 0.052954946166965625, "them": 0.1585321846689164, "they": 0.10557723850195076}, "leaflets": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "learn": {"them - they": -0.0028362130893774262, "them": 0.22956776658736824, "they": 0.23240397967674567}, "learned": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "learning": {"them - they": 0.01208655566690775, "them": 0.1531858688521825, "they": 0.14109931318527474}, "least": {"them - they": -0.03384837943304461, "them": 0.18385166222226118, "they": 0.2177000416553058}, "leave": {"them - they": 0.0025737611163276775, "them": 0.23258747049038034, "they": 0.23001370937405266}, "leaving": {"them - they": -0.01338055767105406, "them": 0.1792105752169058, "they": 0.19259113288795987}, "led": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "leeches": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "left": {"them - they": -0.043983580033293695, "them": 0.17661928473794541, "they": 0.2206028647712391}, "leftist": {"them - they": 0.01164856011892304, "them": 0.19423707721647304, "they": 0.18258851709755}, "less": {"them - they": -0.015621741161245789, "them": 0.19795526470462282, "they": 0.2135770058658686}, "let": {"them - they": 0.07138222709433217, "them": 0.25966374605568393, "they": 0.18828151896135176}, "lets": {"them - they": 0.0810821598063729, "them": 0.21599616319750667, "they": 0.13491400339113377}, "letting": {"them - they": 0.04004351420407784, "them": 0.2470929557068845, "they": 0.20704944150280666}, "level": {"them - they": 0.09795028459523457, "them": 0.19554137040073105, "they": 0.09759108580549648}, "levi": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "liberal": {"them - they": 0.014196757579778702, "them": 0.2263278926805419, "they": 0.2121311351007632}, "liberals": {"them - they": 0.023488992622466537, "them": 0.2146542524048344, "they": 0.19116525978236787}, "library": {"them - they": 0.011499269075897406, "them": 0.2079166848164765, "they": 0.19641741574057908}, "lies": {"them - they": 0.07976782710329702, "them": 0.24889505204879261, "they": 0.1691272249454956}, "life": {"them - they": 0.05537967410807071, "them": 0.20583043592372294, "they": 0.15045076181565223}, "lifted": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "light": {"them - they": 0.0027842199589877825, "them": 0.1747275219844665, "they": 0.17194330202547872}, "like": {"them - they": -0.017683213490145733, "them": 0.25878851765854444, "they": 0.27647173114869017}, "likely": {"them - they": -0.03209393699789578, "them": 0.14608528107170587, "they": 0.17817921806960166}, "limerick": {"them - they": 0.0961933028460325, "them": 0.23829280185486099, "they": 0.14209949900882848}, "line": {"them - they": 0.013249237603497527, "them": 0.153469043245939, "they": 0.14021980564244146}, "links": {"them - they": 0.011999766943517481, "them": 0.16143313622519148, "they": 0.149433369281674}, "list": {"them - they": 0.09874010531442062, "them": 0.17277891711109733, "they": 0.0740388117966767}, "listen": {"them - they": 0.0810821598063729, "them": 0.21599616319750667, "they": 0.13491400339113377}, "literal": {"them - they": 0.05461926574136555, "them": 0.27115941805745675, "they": 0.2165401523160912}, "literally": {"them - they": 0.012555516707738495, "them": 0.21234253131317452, "they": 0.19978701460543602}, "little": {"them - they": -0.006928864967825271, "them": 0.2048754207048973, "they": 0.21180428567272258}, "live": {"them - they": -0.022115239903565537, "them": 0.15042995662162426, "they": 0.1725451965251898}, "livelihoods": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "lives": {"them - they": -0.002108231680434225, "them": 0.17933190514988562, "they": 0.18144013683031984}, "living": {"them - they": -0.022550979230206547, "them": 0.18233306667161145, "they": 0.204884045901818}, "ll": {"them - they": -0.007799299983605568, "them": 0.21875878898136045, "they": 0.22655808896496601}, "loans": {"them - they": 0.011402141420619932, "them": 0.21673549333636227, "they": 0.20533335191574234}, "local": {"them - they": -0.0600678721107608, "them": 0.10915366229580202, "they": 0.16922153440656282}, "locals": {"them - they": 0.011579736551703884, "them": 0.2005624124550455, "they": 0.1889826759033416}, "location": {"them - they": 0.05213757820764456, "them": 0.19423707721647304, "they": 0.14209949900882848}, "locust": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "logistics": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "lol": {"them - they": -0.02563123263670211, "them": 0.13660417469236216, "they": 0.16223540732906427}, "long": {"them - they": 0.0014470881544981218, "them": 0.20938026155834885, "they": 0.20793317340385073}, "longer": {"them - they": 0.02575704993592931, "them": 0.21892748583646837, "they": 0.19317043590053906}, "look": {"them - they": 0.033931218636046284, "them": 0.2565308415426664, "they": 0.22259962290662014}, "looked": {"them - they": 0.06014843639364709, "them": 0.19795526470462282, "they": 0.13780682831097574}, "looking": {"them - they": 0.022250303041649627, "them": 0.16838509208124533, "they": 0.1461347890395957}, "looks": {"them - they": 0.021627792113754235, "them": 0.2064847557738033, "they": 0.18485696366004906}, "losers": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "lot": {"them - they": 0.06649281723518366, "them": 0.20454283860877207, "they": 0.1380500213735884}, "lots": {"them - they": 0.09852044125033557, "them": 0.21547483251024985, "they": 0.11695439125991428}, "loud": {"them - they": 0.0524964179478519, "them": 0.1792105752169058, "they": 0.1267141572690539}, "love": {"them - they": 0.03404553451923245, "them": 0.21377250615125062, "they": 0.17972697163201817}, "loved": {"them - they": 0.011895022031382624, "them": 0.17131092895959735, "they": 0.15941590692821472}, "low": {"them - they": -0.046925932804458254, "them": 0.16143313622519148, "they": 0.20835906902964973}, "loyalists": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "loyalty": {"them - they": 0.011402141420619932, "them": 0.21673549333636227, "they": 0.20533335191574234}, "luck": {"them - they": 0.057449287091011644, "them": 0.17595535437565493, "they": 0.11850606728464329}, "lucky": {"them - they": 0.01181062781101297, "them": 0.1792105752169058, "they": 0.16739994740589284}, "lunch": {"them - they": 0.05602160063486686, "them": 0.2279666183343699, "they": 0.17194501769950304}, "lying": {"them - they": 0.011854613311185896, "them": 0.17509984774862158, "they": 0.1632452344374357}, "m": {"them - they": 0.042137374388025395, "them": 0.1795952741245219, "they": 0.1374578997364965}, "made": {"them - they": 0.08259013124276303, "them": 0.1714019685730473, "they": 0.08881183733028426}, "magazine": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "magic": {"them - they": 0.011402141420619932, "them": 0.21673549333636227, "they": 0.20533335191574234}, "mainstream": {"them - they": 0.0524964179478519, "them": 0.1792105752169058, "they": 0.1267141572690539}, "maintain": {"them - they": 0.011402141420619932, "them": 0.21673549333636227, "they": 0.20533335191574234}, "majority": {"them - they": -0.002154715850557487, "them": 0.18680856597952972, "they": 0.1889632818300872}, "make": {"them - they": 0.028076218118478824, "them": 0.2574611834446889, "they": 0.22938496532621006}, "maker": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "makes": {"them - they": 0.01509844014365161, "them": 0.2427270523991854, "they": 0.2276286122555338}, "making": {"them - they": 0.013525059237500164, "them": 0.19514190928926947, "they": 0.1816168500517693}, "male": {"them - they": 0.026309227949215974, "them": 0.18747787884807582, "they": 0.16116865089885984}, "males": {"them - they": 0.058960119541122596, "them": 0.23682929299726907, "they": 0.17786917345614647}, "mall": {"them - they": 0.011854613311185896, "them": 0.17509984774862158, "they": 0.1632452344374357}, "man": {"them - they": -0.10557960594241139, "them": 0.05121259150255999, "they": 0.1567921974449714}, "mandatory": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "manipulation": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "manner": {"them - they": -0.03181675606097059, "them": 0.19423707721647304, "they": 0.22605383327744363}, "mans": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "many": {"them - they": 0.06621011624272749, "them": 0.2758987030583992, "they": 0.2096885868156717}, "mark": {"them - they": 0.031043347875606003, "them": 0.21951808824745178, "they": 0.18847474037184578}, "marriage": {"them - they": -0.013363005292643115, "them": 0.16779459451165435, "they": 0.18115759980429746}, "marxism": {"them - they": 0.011109681437360186, "them": 0.24291869148317494, "they": 0.23180901004581475}, "marxist": {"them - they": 0.011854613311185896, "them": 0.17509984774862158, "they": 0.1632452344374357}, "mary": {"them - they": 0.01164856011892304, "them": 0.19423707721647304, "they": 0.18258851709755}, "mask": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "mass": {"them - they": -0.013307896203090336, "them": 0.14391899667420155, "they": 0.15722689287729189}, "massive": {"them - they": -0.032040449473731025, "them": 0.1585321846689164, "they": 0.1905726341426474}, "master": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "masters": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "matched": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "mate": {"them - they": 0.12583283182704857, "them": 0.22342391763254504, "they": 0.09759108580549648}, "mating": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "matter": {"them - they": 0.062426590699631745, "them": 0.20722922316883802, "they": 0.14480263246920627}, "may": {"them - they": 0.0006891297455260126, "them": 0.18965627994745615, "they": 0.18896715020193014}, "maybe": {"them - they": 0.02770107128402724, "them": 0.23950535695674982, "they": 0.21180428567272258}, "me": {"them - they": 0.03026217018314481, "them": 0.21496705149932757, "they": 0.18470488131618276}, "mean": {"them - they": 0.002775976694247062, "them": 0.17568730600948632, "they": 0.17291132931523925}, "meaning": {"them - they": 0.012030363709465558, "them": 0.1585321846689164, "they": 0.14650182095945083}, "means": {"them - they": -0.032166529029874366, "them": 0.11894053677949996, "they": 0.15110706580937433}, "meant": {"them - they": 0.05282653659203902, "them": 0.16451226785725137, "they": 0.11168573126521235}, "media": {"them - they": 0.0005335149013035168, "them": 0.20895892445515304, "they": 0.20842540955384953}, "mediterranean": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "meet": {"them - they": 0.05212187530647916, "them": 0.1949544781445428, "they": 0.14283260283806365}, "meeting": {"them - they": 0.011895022031382624, "them": 0.17131092895959735, "they": 0.15941590692821472}, "member": {"them - they": 0.09858065584651185, "them": 0.17761694058028663, "they": 0.07903628473377478}, "memo": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "men": {"them - they": 0.008606746496045148, "them": 0.210569038460621, "they": 0.20196229196457585}, "mention": {"them - they": 0.0128363147698774, "them": 0.18885726115083426, "they": 0.17602094638095686}, "mentioned": {"them - they": 0.01181062781101297, "them": 0.1792105752169058, "they": 0.16739994740589284}, "mercury": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "mercy": {"them - they": 0.011499269075897406, "them": 0.2079166848164765, "they": 0.19641741574057908}, "message": {"them - they": 0.012679195003171537, "them": 0.09524618586881935, "they": 0.08256699086564781}, "messy": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "met": {"them - they": 0.031630368273542375, "them": 0.18885726115083426, "they": 0.15722689287729189}, "mexicans": {"them - they": 0.05665672846254449, "them": 0.2060900977442185, "they": 0.149433369281674}, "mexico": {"them - they": 0.05267640553456317, "them": 0.17131092895959735, "they": 0.11863452342503418}, "middle": {"them - they": 0.08537254929798908, "them": 0.2091559886652956, "they": 0.12378343936730653}, "might": {"them - they": 0.026948768577834764, "them": 0.23193169394845337, "they": 0.2049829253706186}, "mile": {"them - they": 0.09683956543187325, "them": 0.22355372270092716, "they": 0.1267141572690539}, "military": {"them - they": -0.013319994648331224, "them": 0.14834553102427978, "they": 0.161665525672611}, "millions": {"them - they": 0.08068256559277659, "them": 0.22646567219620123, "they": 0.14578310660342464}, "mind": {"them - they": 0.034464244547356554, "them": 0.21206586632453564, "they": 0.1776016217771791}, "minds": {"them - they": 0.0023415428129716087, "them": 0.22836058253911057, "they": 0.22601903972613896}, "minister": {"them - they": 0.012160792038373003, "them": 0.14608528107170587, "they": 0.13392448903333287}, "minorities": {"them - they": -0.013385910401305628, "them": 0.18370735668415972, "they": 0.19709326708546535}, "minority": {"them - they": -0.025595135217333004, "them": 0.16693536115319046, "they": 0.19253049637052347}, "mins": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "minus": {"them - they": 0.09381183896824685, "them": 0.285904281027363, "they": 0.19209244205911613}, "miss": {"them - they": -0.013326103279660911, "them": 0.15070887463434154, "they": 0.16403497791400246}, "mixed": {"them - they": -0.058984894628700935, "them": 0.15456811445476257, "they": 0.2135530090834635}, "mixing": {"them - they": -0.03214622581007598, "them": 0.1291903432492367, "they": 0.16133656905931268}, "mixture": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "mob": {"them - they": -0.013394994306435787, "them": 0.19423707721647304, "they": 0.20763207152290883}, "model": {"them - they": 0.01181062781101297, "them": 0.1792105752169058, "they": 0.16739994740589284}, "moderators": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "modern": {"them - they": -0.013338407292290716, "them": 0.15578881765320488, "they": 0.1691272249454956}, "mold": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "moment": {"them - they": -0.013295981592146011, "them": 0.1398375168103196, "they": 0.15313349840246562}, "monday": {"them - they": 0.052590821879974436, "them": 0.17509984774862158, "they": 0.12250902586864715}, "money": {"them - they": -0.0284073754057311, "them": 0.17460968893185294, "they": 0.20301706433758404}, "mongol": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "monitor": {"them - they": 0.011499269075897406, "them": 0.2079166848164765, "they": 0.19641741574057908}, "monkey": {"them - they": 0.011895022031382624, "them": 0.17131092895959735, "they": 0.15941590692821472}, "monkeys": {"them - they": 0.0565718546283705, "them": 0.20911691363397972, "they": 0.15254505900560922}, "month": {"them - they": 0.013124947419562993, "them": 0.16423201322893732, "they": 0.15110706580937433}, "months": {"them - they": 0.05756425715756186, "them": 0.17125814173779533, "they": 0.11369388458023347}, "moon": {"them - they": 0.05213757820764456, "them": 0.19423707721647304, "they": 0.14209949900882848}, "moonbats": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "more": {"them - they": 0.01939718072043553, "them": 0.2648256143092987, "they": 0.24542843358886315}, "most": {"them - they": 0.08419017770680587, "them": 0.2794835982453513, "they": 0.19529342053854543}, "mostly": {"them - they": -0.002076541117646158, "them": 0.17434371493484388, "they": 0.17642025605249004}, "mother": {"them - they": 0.013756320176202042, "them": 0.17666343261185694, "they": 0.1629071124356549}, "mountain": {"them - they": 0.052590821879974436, "them": 0.17509984774862158, "they": 0.12250902586864715}, "move": {"them - they": -0.04402181957126022, "them": 0.14442623803405927, "they": 0.1884480576053195}, "moved": {"them - they": 0.05374216552393987, "them": 0.11761984436637966, "they": 0.06387767884243979}, "movie": {"them - they": -0.013290099089027924, "them": 0.13790921958091412, "they": 0.15119931866994205}, "movies": {"them - they": -0.01327848966851275, "them": 0.13425021809562382, "they": 0.14752870776413657}, "moving": {"them - they": 0.05712161551593914, "them": 0.18885726115083426, "they": 0.13173564563489512}, "mtv": {"them - they": 0.011762338984656673, "them": 0.18370735668415972, "they": 0.17194501769950304}, "much": {"them - they": 0.028000927856655394, "them": 0.26066177854321865, "they": 0.23266085068656325}, "mudraces": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "mugged": {"them - they": 0.011109681437360186, "them": 0.24291869148317494, "they": 0.23180901004581475}, "mulattos": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "multiculti": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "multicultural": {"them - they": 0.05213757820764456, "them": 0.19423707721647304, "they": 0.14209949900882848}, "multiculturalism": {"them - they": 0.012030363709465558, "them": 0.1585321846689164, "they": 0.14650182095945083}, "multiply": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "murder": {"them - they": -0.013197921083264744, "them": 0.11262789617886741, "they": 0.12582581726213216}, "murdered": {"them - they": 0.031412233706334336, "them": 0.20053945865182993, "they": 0.1691272249454956}, "music": {"them - they": 0.03523086824925001, "them": 0.17460968893185294, "they": 0.13937882068260293}, "muslim": {"them - they": 0.03180319738574905, "them": 0.17933190514988562, "they": 0.14752870776413657}, "muslims": {"them - they": -0.05955079935705712, "them": 0.15070887463434154, "they": 0.21025967399139867}, "must": {"them - they": -0.02211668658861901, "them": 0.18778363593784483, "they": 0.20990032252646385}, "my": {"them - they": 0.031016925132795636, "them": 0.23680707376769028, "they": 0.20579014863489464}, "myself": {"them - they": -0.03217785463609883, "them": 0.10915366229580202, "they": 0.14133151693190085}, "n": {"them - they": -0.03688352038113585, "them": 0.25540178480727166, "they": 0.2922853051884075}, "name": {"them - they": -0.005547586292025231, "them": 0.18596697633348622, "they": 0.19151456262551145}, "named": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "names": {"them - they": -0.03202616136436098, "them": 0.16143313622519148, "they": 0.19345929758955246}, "nation": {"them - they": -0.07121416096609724, "them": 0.09436894016714849, "they": 0.16558310113324573}, "national": {"them - they": -0.07087195388492878, "them": 0.12029330589743908, "they": 0.19116525978236787}, "nationalism": {"them - they": -0.013307896203090336, "them": 0.14391899667420155, "they": 0.15722689287729189}, "nationalist": {"them - they": -0.015540165438671177, "them": 0.15019050342462878, "they": 0.16573066886329996}, "nationalists": {"them - they": -0.04725320390823429, "them": 0.1260616043173855, "they": 0.1733148082256198}, "nationality": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "nations": {"them - they": -0.07075611382986832, "them": 0.12760354226893328, "they": 0.1983596560988016}, "native": {"them - they": 0.0531658355329519, "them": 0.14834553102427978, "they": 0.09517969549132788}, "naturally": {"them - they": -0.03192357905075921, "them": 0.1792105752169058, "they": 0.21113415426766502}, "nature": {"them - they": 0.031630368273542375, "them": 0.18885726115083426, "they": 0.15722689287729189}, "nazi": {"them - they": -0.03205332802994432, "them": 0.15578881765320488, "they": 0.1878421456831492}, "nba": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "near": {"them - they": 0.06408708140629915, "them": 0.22172923592282673, "they": 0.15764215451652758}, "nearest": {"them - they": 0.12312819989347396, "them": 0.27171055255727256, "they": 0.1485823526637986}, "need": {"them - they": 0.02645873938038218, "them": 0.236552342001505, "they": 0.2100936026211228}, "needed": {"them - they": -0.03199242009378167, "them": 0.16779459451165435, "they": 0.19978701460543602}, "needless": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "needs": {"them - they": 0.0531658355329519, "them": 0.14834553102427978, "they": 0.09517969549132788}, "negro": {"them - they": -0.03755915462149609, "them": 0.1397905075099346, "they": 0.1773496621314307}, "negroes": {"them - they": 0.04058732347650801, "them": 0.2427232210075948, "they": 0.2021358975310868}, "negros": {"them - they": -0.013374892623224194, "them": 0.17509984774862158, "they": 0.18847474037184578}, "neighborhood": {"them - they": 0.0565718546283705, "them": 0.20911691363397972, "they": 0.15254505900560922}, "neighborhoods": {"them - they": 0.01164856011892304, "them": 0.19423707721647304, "they": 0.18258851709755}, "net": {"them - they": 0.053505461230527365, "them": 0.13082488627160266, "they": 0.0773194250410753}, "never": {"them - they": 0.028719912497576106, "them": 0.24470257463228964, "they": 0.21598266213471354}, "new": {"them - they": -0.02188461538380662, "them": 0.1361120209590649, "they": 0.15799663634287153}, "news": {"them - they": -0.028472807653976112, "them": 0.12888615875384532, "they": 0.15735896640782143}, "newspaper": {"them - they": 0.0524964179478519, "them": 0.1792105752169058, "they": 0.1267141572690539}, "next": {"them - they": -0.0225623982509513, "them": 0.16895216437456015, "they": 0.19151456262551145}, "nfl": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "nice": {"them - they": -0.060246287477287, "them": 0.08700765515746434, "they": 0.14725394263475133}, "nigerian": {"them - they": 0.01164856011892304, "them": 0.19423707721647304, "they": 0.18258851709755}, "night": {"them - they": -0.014616420022023291, "them": 0.1417012217455604, "they": 0.1563176417675837}, "nigs": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "no": {"them - they": -0.003289036480587204, "them": 0.25185263627217064, "they": 0.25514167275275784}, "non": {"them - they": -0.00476258843694119, "them": 0.20510615739187094, "they": 0.20986874582881213}, "none": {"them - they": 0.09763929769196977, "them": 0.2354461260029455, "they": 0.13780682831097574}, "nor": {"them - they": 0.09766041404909183, "them": 0.2032376525510426, "they": 0.10557723850195076}, "nordic": {"them - they": 0.012453888046787848, "them": 0.11761984436637966, "they": 0.10516595631959182}, "normal": {"them - they": 0.01208655566690775, "them": 0.1531858688521825, "they": 0.14109931318527474}, "north": {"them - they": -0.013255902087899174, "them": 0.12760354226893328, "they": 0.14085944435683245}, "northern": {"them - they": -0.032116001323116844, "them": 0.1398375168103196, "they": 0.17195351813343646}, "nose": {"them - they": 0.011895022031382624, "them": 0.17131092895959735, "they": 0.15941590692821472}, "not": {"them - they": 0.039842566363137266, "them": 0.3133005672088609, "they": 0.27345800084572364}, "note": {"them - they": 0.053371650395791434, "them": 0.13790921958091412, "they": 0.08453756918512269}, "nothing": {"them - they": 0.03225877391888737, "them": 0.20984898114677325, "they": 0.17759020722788588}, "notice": {"them - they": -0.013326103279660911, "them": 0.15070887463434154, "they": 0.16403497791400246}, "noticed": {"them - they": -0.013350755806878806, "them": 0.16143313622519148, "they": 0.1747838920320703}, "now": {"them - they": 0.005031346421392635, "them": 0.21827867207578622, "they": 0.21324732565439358}, "ns": {"them - they": 0.052954946166965625, "them": 0.1585321846689164, "they": 0.10557723850195076}, "number": {"them - they": -0.032133022068032036, "them": 0.13425021809562382, "they": 0.16638324016365585}, "numbers": {"them - they": 0.06556949482638613, "them": 0.2740571181697496, "they": 0.20848762334336346}, "of": {"them - they": 0.05029174119380536, "them": 0.37119101963760737, "they": 0.320899278443802}, "off": {"them - they": -0.007119928022455174, "them": 0.24856581342873366, "they": 0.25568574145118883}, "offers": {"them - they": 0.05239129806240794, "them": 0.18370735668415972, "they": 0.13131605862175177}, "office": {"them - they": 0.05615377529503432, "them": 0.22355372270092716, "they": 0.16739994740589284}, "officers": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "offspring": {"them - they": 0.09556853592990677, "them": 0.25169312610341094, "they": 0.15612459017350416}, "often": {"them - they": -0.05965147722044592, "them": 0.14391899667420155, "they": 0.20357047389464747}, "oh": {"them - they": -0.06008866200980369, "them": 0.10694989630462408, "they": 0.16703855831442777}, "ok": {"them - they": 0.013558758560165196, "them": 0.19246675213971082, "they": 0.17890799357954562}, "okay": {"them - they": -0.01338055767105406, "them": 0.1792105752169058, "they": 0.19259113288795987}, "old": {"them - they": -0.011172614772180622, "them": 0.13435486202459831, "they": 0.14552747679677894}, "older": {"them - they": 0.05239129806240794, "them": 0.18370735668415972, "they": 0.13131605862175177}, "olds": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "on": {"them - they": 0.0249206506176739, "them": 0.30205863651831144, "they": 0.27713798590063754}, "once": {"them - they": 0.041243044376533144, "them": 0.21749616178781037, "they": 0.17625311741127722}, "one": {"them - they": 0.02295385689329843, "them": 0.26079412453014006, "they": 0.23784026763684163}, "ones": {"them - they": -0.03731154325835184, "them": 0.18074411294207304, "they": 0.21805565620042489}, "only": {"them - they": -0.005600595615301962, "them": 0.2430274128495363, "they": 0.24862800846483826}, "onto": {"them - they": 0.09716251366654961, "them": 0.2157970370915838, "they": 0.11863452342503418}, "open": {"them - they": -0.014630606878223401, "them": 0.14631657172388773, "they": 0.16094717860211114}, "openly": {"them - they": 0.03111709016863068, "them": 0.2157970370915838, "they": 0.18467994692295311}, "or": {"them - they": 0.020367296033136528, "them": 0.2841279663086002, "they": 0.2637606702754637}, "order": {"them - they": 0.013412119322222887, "them": 0.20406480574757857, "they": 0.19065268642535568}, "ordered": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "org": {"them - they": -0.014498877404821808, "them": 0.11162523678485137, "they": 0.12612411418967318}, "organised": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "organization": {"them - they": 0.01205922942547516, "them": 0.15578881765320488, "they": 0.14372958822772972}, "other": {"them - they": -0.005767265765393853, "them": 0.20743825571115448, "they": 0.21320552147654834}, "others": {"them - they": -0.03531752856751133, "them": 0.14728541303505116, "they": 0.1826029416025625}, "otherwise": {"them - they": 0.0961933028460325, "them": 0.23829280185486099, "they": 0.14209949900882848}, "ought": {"them - they": 0.011402141420619932, "them": 0.21673549333636227, "they": 0.20533335191574234}, "our": {"them - they": 0.022736436342919802, "them": 0.26250797347938387, "they": 0.23977153713646407}, "ours": {"them - they": -0.059059527083564906, "them": 0.1792105752169058, "they": 0.23827010230047072}, "out": {"them - they": 0.04404594170009085, "them": 0.30839010136258055, "they": 0.2643441596624897}, "outside": {"them - they": 0.012383074079707956, "them": 0.12456190764965802, "they": 0.11217883356995006}, "over": {"them - they": -0.0013500079222289463, "them": 0.20548825920500463, "they": 0.20683826712723358}, "overlooked": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "owe": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "own": {"them - they": 0.03449033507519564, "them": 0.27499278123043225, "they": 0.2405024461552366}, "owners": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "ownership": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "p": {"them - they": -0.06007845095242584, "them": 0.1080411624543762, "they": 0.16811961340680204}, "page": {"them - they": 0.01250454419960094, "them": 0.11262789617886741, "they": 0.10012335197926647}, "paint": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "painted": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "pair": {"them - they": -0.0023437564124884347, "them": 0.21951808824745178, "they": 0.22186184465994022}, "pakis": {"them - they": 0.09665055971261813, "them": 0.2279666183343699, "they": 0.13131605862175177}, "pale": {"them - they": 0.011708769611536135, "them": 0.18867635692820103, "they": 0.1769675873166649}, "panic": {"them - they": 0.011402141420619932, "them": 0.21673549333636227, "they": 0.20533335191574234}, "pants": {"them - they": 0.05213757820764456, "them": 0.19423707721647304, "they": 0.14209949900882848}, "paper": {"them - they": 0.0981162607772754, "them": 0.19099025286673238, "they": 0.09287399208945699}, "parade": {"them - they": -0.013363005292643115, "them": 0.16779459451165435, "they": 0.18115759980429746}, "parading": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "parasite": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "parent": {"them - they": 0.01241956843326214, "them": 0.22355372270092716, "they": 0.21113415426766502}, "parents": {"them - they": -0.030712488707732688, "them": 0.17015457759526537, "they": 0.20086706630299805}, "part": {"them - they": 0.05232395744830859, "them": 0.18717204203382254, "they": 0.13484808458551395}, "parts": {"them - they": 0.05267640553456317, "them": 0.17131092895959735, "they": 0.11863452342503418}, "party": {"them - they": -0.032180348665784966, "them": 0.10482772562452848, "they": 0.13700807429031345}, "pass": {"them - they": 0.03610617295544025, "them": 0.23801653421563676, "they": 0.2019103612601965}, "past": {"them - they": 0.014126410019893898, "them": 0.23134863899276026, "they": 0.21722222897286636}, "pathetic": {"them - they": 0.030660730331952157, "them": 0.23829280185486099, "they": 0.20763207152290883}, "patriots": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "pawns": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "pay": {"them - they": -0.014697332049700751, "them": 0.17595535437565493, "they": 0.19065268642535568}, "pc": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "peace": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "people": {"them - they": 0.014342254777311492, "them": 0.29006672665299627, "they": 0.2757244718756848}, "perceive": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "performing": {"them - they": 0.09459754380582469, "them": 0.27115941805745675, "they": 0.17656187425163206}, "perhaps": {"them - they": 0.013412119322222887, "them": 0.20406480574757857, "they": 0.19065268642535568}, "person": {"them - they": 0.07916923089601588, "them": 0.23500294890073245, "they": 0.15583371800471657}, "personal": {"them - they": 0.053012713385253554, "them": 0.15578881765320488, "they": 0.10277610426795132}, "personalities": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "perspective": {"them - they": 0.05213757820764456, "them": 0.19423707721647304, "they": 0.14209949900882848}, "pertains": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "phone": {"them - they": 0.13665271192319095, "them": 0.25861940104299014, "they": 0.12196668911979919}, "photocopies": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "photos": {"them - they": 0.056944999327398355, "them": 0.19554137040073105, "they": 0.1385963710733327}, "phrases": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "pic": {"them - they": 0.052590821879974436, "them": 0.17509984774862158, "they": 0.12250902586864715}, "pick": {"them - they": 0.02575704993592931, "them": 0.21892748583646837, "they": 0.19317043590053906}, "picked": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "pics": {"them - they": 0.031306205712148205, "them": 0.2060900977442185, "they": 0.1747838920320703}, "picture": {"them - they": 0.07838534624769952, "them": 0.22956776658736824, "they": 0.15118242033966872}, "pictures": {"them - they": 0.1072463509960539, "them": 0.20386034501136857, "they": 0.09661399401531467}, "piece": {"them - they": 0.08463099431138085, "them": 0.22836058253911057, "they": 0.14372958822772972}, "pieces": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "pierce": {"them - they": 0.05321128898224889, "them": 0.14608528107170587, "they": 0.09287399208945699}, "piss": {"them - they": 0.011579736551703884, "them": 0.2005624124550455, "they": 0.1889826759033416}, "place": {"them - they": -0.03920113303238432, "them": 0.158992564014979, "they": 0.1981936970473633}, "places": {"them - they": -0.013218339799631232, "them": 0.11761984436637966, "they": 0.1308381841660109}, "plain": {"them - they": 0.01164856011892304, "them": 0.19423707721647304, "they": 0.18258851709755}, "plan": {"them - they": 0.09863592933457964, "them": 0.17595535437565493, "they": 0.0773194250410753}, "planet": {"them - they": 0.0130071458755312, "them": 0.17434371493484388, "they": 0.16133656905931268}, "play": {"them - they": 0.060063649935772734, "them": 0.2009230942926052, "they": 0.14085944435683245}, "played": {"them - they": 0.011708769611536135, "them": 0.18867635692820103, "they": 0.1769675873166649}, "players": {"them - they": 0.011579736551703884, "them": 0.2005624124550455, "they": 0.1889826759033416}, "playing": {"them - they": 0.013249241582030974, "them": 0.21681971547667844, "they": 0.20357047389464747}, "ple": {"them - they": -0.03216194811878215, "them": 0.12167986173692075, "they": 0.1538418098557029}, "please": {"them - they": 0.041341397024178134, "them": 0.18248795042655452, "they": 0.1411465534023764}, "plus": {"them - they": 0.03380201901482863, "them": 0.24173410781636356, "they": 0.20793208880153494}, "pockets": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "point": {"them - they": 0.0028312138513946206, "them": 0.16928173484070563, "they": 0.166450520989311}, "pointed": {"them - they": 0.011579736551703884, "them": 0.2005624124550455, "they": 0.1889826759033416}, "poles": {"them - they": 0.011895022031382624, "them": 0.17131092895959735, "they": 0.15941590692821472}, "police": {"them - they": -0.015562088276201813, "them": 0.15825401604203984, "they": 0.17381610431824165}, "policy": {"them - they": 0.05213757820764456, "them": 0.19423707721647304, "they": 0.14209949900882848}, "political": {"them - they": 0.011999766943517481, "them": 0.16143313622519148, "they": 0.149433369281674}, "politicians": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "pool": {"them - they": 0.05239129806240794, "them": 0.18370735668415972, "they": 0.13131605862175177}, "poop": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "poor": {"them - they": -0.025608372781059097, "them": 0.16040965078748934, "they": 0.18601802356854844}, "poportion": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "population": {"them - they": 0.012351912030911127, "them": 0.12760354226893328, "they": 0.11525163023802215}, "positions": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "possible": {"them - they": 0.03186337736874764, "them": 0.17595535437565493, "they": 0.1440919770069073}, "post": {"them - they": 0.058789234437319565, "them": 0.18885224195232683, "they": 0.13006300751500727}, "posted": {"them - they": 0.08621268711006819, "them": 0.18514221605081033, "they": 0.09892952894074214}, "poster": {"them - they": 0.012030363709465558, "them": 0.1585321846689164, "they": 0.14650182095945083}, "posters": {"them - they": 0.052590821879974436, "them": 0.17509984774862158, "they": 0.12250902586864715}, "power": {"them - they": -0.08059289360119638, "them": 0.11506848138804239, "they": 0.19566137498923877}, "practice": {"them - they": 0.0524964179478519, "them": 0.1792105752169058, "they": 0.1267141572690539}, "prayers": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "pre": {"them - they": 0.0524964179478519, "them": 0.1792105752169058, "they": 0.1267141572690539}, "preach": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "prefer": {"them - they": 0.12530127574030886, "them": 0.233841331670319, "they": 0.10854005593001013}, "preparing": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "presence": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "press": {"them - they": -0.03199242009378167, "them": 0.16779459451165435, "they": 0.19978701460543602}, "pressure": {"them - they": 0.05213757820764456, "them": 0.19423707721647304, "they": 0.14209949900882848}, "pretty": {"them - they": -0.03167374241846241, "them": 0.1949544781445428, "they": 0.22662822056300522}, "prevent": {"them - they": 0.011499269075897406, "them": 0.2079166848164765, "they": 0.19641741574057908}, "prices": {"them - they": 0.09514735964247864, "them": 0.2603230003531172, "they": 0.16517564071063853}, "pride": {"them - they": -0.02562180028141886, "them": 0.1513326741409468, "they": 0.17695447442236567}, "primates": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "prime": {"them - they": 0.011932409189730125, "them": 0.16779459451165435, "they": 0.15586218532192422}, "print": {"them - they": 0.0973025423987212, "them": 0.21234253131317452, "they": 0.11503998891445331}, "printer": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "prison": {"them - they": -0.03206497796004837, "them": 0.1531858688521825, "they": 0.18525084681223086}, "private": {"them - they": -0.03205332802994432, "them": 0.15578881765320488, "they": 0.1878421456831492}, "pro": {"them - they": 0.026178074525201434, "them": 0.19514190928926947, "they": 0.16896383476406804}, "probably": {"them - they": 0.0044063532532361005, "them": 0.22146727597042828, "they": 0.21706092271719218}, "problem": {"them - they": 0.0142724723365589, "them": 0.18385166222226118, "they": 0.16957918988570228}, "problems": {"them - they": -0.0020664879730310504, "them": 0.17277891711109733, "they": 0.17484540508412838}, "probz": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "process": {"them - they": 0.055275710362831854, "them": 0.25169312610341094, "they": 0.19641741574057908}, "processes": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "profiecent": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "program": {"them - they": 0.011854613311185896, "them": 0.17509984774862158, "they": 0.1632452344374357}, "programing": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "progressing": {"them - they": 0.011109681437360186, "them": 0.24291869148317494, "they": 0.23180901004581475}, "project": {"them - they": 0.052954946166965625, "them": 0.1585321846689164, "they": 0.10557723850195076}, "promote": {"them - they": 0.0315910477386932, "them": 0.19099025286673238, "they": 0.15939920512803918}, "proncipal": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "proof": {"them - they": 0.011762338984656673, "them": 0.18370735668415972, "they": 0.17194501769950304}, "propaganda": {"them - they": -0.047159206794420816, "them": 0.13790921958091412, "they": 0.18506842637533494}, "properly": {"them - they": 0.012630800154666028, "them": 0.2060900977442185, "they": 0.19345929758955246}, "property": {"them - they": 0.011854613311185896, "them": 0.17509984774862158, "they": 0.1632452344374357}, "proscribed": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "protect": {"them - they": 0.05289308029518135, "them": 0.16143313622519148, "they": 0.10854005593001013}, "protection": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "proud": {"them - they": -0.006920500914561312, "them": 0.17666343261185694, "they": 0.18358393352641825}, "proved": {"them - they": 0.011402141420619932, "them": 0.21673549333636227, "they": 0.20533335191574234}, "public": {"them - they": 0.02250359201280852, "them": 0.19852162115026664, "they": 0.17601802913745812}, "pull": {"them - they": 0.05615377529503432, "them": 0.22355372270092716, "they": 0.16739994740589284}, "pulls": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "punch": {"them - they": -0.013394994306435787, "them": 0.19423707721647304, "they": 0.20763207152290883}, "punished": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "purpose": {"them - they": -0.06979756480213462, "them": 0.17509984774862158, "they": 0.2448974125507562}, "push": {"them - they": 0.08348022014795237, "them": 0.2554252378474554, "they": 0.17194501769950304}, "pushed": {"them - they": 0.05861821533503872, "them": 0.2470929557068845, "they": 0.18847474037184578}, "put": {"them - they": 0.06294471906919069, "them": 0.28402488130516845, "they": 0.22108016223597776}, "putting": {"them - they": 0.012630800154666028, "them": 0.2060900977442185, "they": 0.19345929758955246}, "q": {"them - they": 0.05239129806240794, "them": 0.18370735668415972, "they": 0.13131605862175177}, "quit": {"them - they": 0.011762338984656673, "them": 0.18370735668415972, "they": 0.17194501769950304}, "quite": {"them - they": 0.06211081220313572, "them": 0.21737219657681353, "they": 0.1552613843736778}, "race": {"them - they": 0.020288144109559675, "them": 0.22561959852764352, "they": 0.20533145441808384}, "races": {"them - they": -0.0805698092619127, "them": 0.11632964755062877, "they": 0.19689945681254148}, "racial": {"them - they": 0.012613817884666145, "them": 0.10178409974613979, "they": 0.08917028186147365}, "racially": {"them - they": 0.011932409189730125, "them": 0.16779459451165435, "they": 0.15586218532192422}, "racism": {"them - they": 0.031460630494562436, "them": 0.19797874298422716, "they": 0.16651811248966472}, "racist": {"them - they": -0.09380731147882067, "them": 0.12415768496989259, "they": 0.21796499644871326}, "raise": {"them - they": 0.011932409189730125, "them": 0.16779459451165435, "they": 0.15586218532192422}, "ramifications": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "ranks": {"them - they": 0.011279084955171742, "them": 0.22781923727126294, "they": 0.2165401523160912}, "ranting": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "rape": {"them - they": 0.040639493892758755, "them": 0.22342391763254504, "they": 0.1827844237397863}, "raped": {"them - they": 0.011762338984656673, "them": 0.18370735668415972, "they": 0.17194501769950304}, "rapes": {"them - they": 0.0524964179478519, "them": 0.1792105752169058, "they": 0.1267141572690539}, "rarely": {"them - they": 0.05816335160437469, "them": 0.26023050802889147, "they": 0.20206715642451678}, "rather": {"them - they": 0.06380662677645993, "them": 0.23004927542422804, "they": 0.1662426486477681}, "re": {"them - they": -0.10607900076458443, "them": 0.20381743680729414, "they": 0.30989643757187857}, "read": {"them - they": 0.07138005198049546, "them": 0.23003695020541404, "they": 0.15865689822491857}, "reading": {"them - they": 0.012988277840698392, "them": 0.17595535437565493, "they": 0.16296707653495654}, "ready": {"them - they": 0.025630878697800924, "them": 0.22583151515704242, "they": 0.2002006364592415}, "real": {"them - they": 0.02479538229335501, "them": 0.25160267149980725, "they": 0.22680728920645224}, "reality": {"them - they": 0.031506392486728596, "them": 0.19554137040073105, "they": 0.16403497791400246}, "realize": {"them - they": 0.013100411644318188, "them": 0.22836058253911057, "they": 0.21526017089479238}, "really": {"them - they": -0.04894563033402646, "them": 0.14907103037891348, "they": 0.19801666071293994}, "reason": {"them - they": 0.057254061102725684, "them": 0.23889240422590322, "they": 0.18163834312317753}, "reasons": {"them - they": 0.05282653659203902, "them": 0.16451226785725137, "they": 0.11168573126521235}, "rebel": {"them - they": -0.013394994306435787, "them": 0.19423707721647304, "they": 0.20763207152290883}, "recently": {"them - they": 0.05321128898224889, "them": 0.14608528107170587, "they": 0.09287399208945699}, "recieve": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "recognition": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "recon": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "red": {"them - they": 0.0577921349486102, "them": 0.1616547808228981, "they": 0.10386264587428791}, "reds": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "refer": {"them - they": 0.09459754380582469, "them": 0.27115941805745675, "they": 0.17656187425163206}, "refugee": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "refused": {"them - they": 0.01164856011892304, "them": 0.19423707721647304, "they": 0.18258851709755}, "regular": {"them - they": -0.01339812747221203, "them": 0.2005624124550455, "they": 0.21396053992725753}, "rejected": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "relate": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "relations": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "release": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "religion": {"them - they": 0.05282653659203902, "them": 0.16451226785725137, "they": 0.11168573126521235}, "reluctant": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "remember": {"them - they": 0.0656552366550179, "them": 0.22956776658736824, "they": 0.16391252993235034}, "remind": {"them - they": 0.055704284757310984, "them": 0.23829280185486099, "they": 0.18258851709755}, "remove": {"them - they": 0.01241956843326214, "them": 0.22355372270092716, "they": 0.21113415426766502}, "rents": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "replace": {"them - they": 0.08196537935154183, "them": 0.28729873126728417, "they": 0.20533335191574234}, "reply": {"them - they": 0.053012713385253554, "them": 0.15578881765320488, "they": 0.10277610426795132}, "report": {"them - they": 0.013093551297487571, "them": 0.16693536115319046, "they": 0.1538418098557029}, "reported": {"them - they": 0.053066860813053784, "them": 0.1531858688521825, "they": 0.10011900803912871}, "reporting": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "representing": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "requires": {"them - they": 0.011109681437360186, "them": 0.24291869148317494, "they": 0.23180901004581475}, "reserve": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "resistance": {"them - they": 0.05213757820764456, "them": 0.19423707721647304, "they": 0.14209949900882848}, "respect": {"them - they": 0.02325189250045845, "them": 0.22814553716901928, "they": 0.20489364466856083}, "responses": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "responsibility": {"them - they": 0.011499269075897406, "them": 0.2079166848164765, "they": 0.19641741574057908}, "rest": {"them - they": -0.030628137156742424, "them": 0.18747787884807582, "they": 0.21810601600481824}, "rich": {"them - they": 0.09665055971261813, "them": 0.2279666183343699, "they": 0.13131605862175177}, "rid": {"them - they": 0.0524964179478519, "them": 0.1792105752169058, "they": 0.1267141572690539}, "right": {"them - they": 0.0201199734216381, "them": 0.22998871925045022, "they": 0.20986874582881213}, "rights": {"them - they": 0.011932409189730125, "them": 0.16779459451165435, "they": 0.15586218532192422}, "ripped": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "risk": {"them - they": 0.055873222564143676, "them": 0.23284080988080857, "they": 0.1769675873166649}, "road": {"them - they": 0.01205922942547516, "them": 0.15578881765320488, "they": 0.14372958822772972}, "rob": {"them - they": 0.09514735964247864, "them": 0.2603230003531172, "they": 0.16517564071063853}, "rock": {"them - they": 0.05311778882884506, "them": 0.15070887463434154, "they": 0.09759108580549648}, "role": {"them - they": 0.05615377529503432, "them": 0.22355372270092716, "they": 0.16739994740589284}, "roll": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "roman": {"them - they": 0.05213757820764456, "them": 0.19423707721647304, "they": 0.14209949900882848}, "romans": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "rough": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "round": {"them - they": 0.1064039107500438, "them": 0.22325863171173657, "they": 0.11685472096169278}, "rounds": {"them - they": 0.09643734252841274, "them": 0.23284080988080857, "they": 0.13640346735239584}, "routine": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "rude": {"them - they": 0.011279084955171742, "them": 0.22781923727126294, "they": 0.2165401523160912}, "rudimentary": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "rule": {"them - they": -0.0022689712854312427, "them": 0.2060900977442185, "they": 0.20835906902964973}, "rules": {"them - they": 0.031247740177833244, "them": 0.20911691363397972, "they": 0.17786917345614647}, "run": {"them - they": -0.015593352839738311, "them": 0.17285470476558118, "they": 0.1884480576053195}, "running": {"them - they": 0.04116961839121458, "them": 0.2009230942926052, "they": 0.1597534759013906}, "russia": {"them - they": 0.012204974931846607, "them": 0.14183872997715022, "they": 0.1296337550453036}, "russian": {"them - they": 0.012204974931846607, "them": 0.14183872997715022, "they": 0.1296337550453036}, "russians": {"them - they": 0.011967208851642153, "them": 0.16451226785725137, "they": 0.15254505900560922}, "s": {"them - they": -0.011595035603110204, "them": 0.22676382657728145, "they": 0.23835886218039165}, "sa": {"them - they": 0.011932409189730125, "them": 0.16779459451165435, "they": 0.15586218532192422}, "sad": {"them - they": 0.03217387123391721, "them": 0.15799968849604937, "they": 0.12582581726213216}, "sadly": {"them - they": 0.05861821533503872, "them": 0.2470929557068845, "they": 0.18847474037184578}, "safe": {"them - they": 0.031506392486728596, "them": 0.19554137040073105, "they": 0.16403497791400246}, "safety": {"them - they": 0.011579736551703884, "them": 0.2005624124550455, "they": 0.1889826759033416}, "said": {"them - they": -0.06312284647015173, "them": 0.1649099337582416, "they": 0.22803278022839332}, "sake": {"them - they": 0.052590821879974436, "them": 0.17509984774862158, "they": 0.12250902586864715}, "same": {"them - they": -0.0176326150032399, "them": 0.2259850895762845, "they": 0.2436177045795244}, "sand": {"them - they": 0.09381183896824685, "them": 0.285904281027363, "they": 0.19209244205911613}, "sandra": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "sandwich": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "savage": {"them - they": 0.0524964179478519, "them": 0.1792105752169058, "they": 0.1267141572690539}, "savages": {"them - they": 0.040138531520595294, "them": 0.24342181053213072, "they": 0.20328327901153542}, "save": {"them - they": 0.0971199522928117, "them": 0.2464526209629124, "they": 0.1493326686701007}, "saw": {"them - they": -0.002159831448621058, "them": 0.15502849507648964, "they": 0.1571883265251107}, "say": {"them - they": -0.041991303341511466, "them": 0.2093261031338089, "they": 0.25131740647532036}, "saying": {"them - they": -0.03527119734159728, "them": 0.15683246098245, "they": 0.19210365832404727}, "says": {"them - they": 0.024021314927012954, "them": 0.18308748689113757, "they": 0.15906617196412462}, "scale": {"them - they": 0.011932409189730125, "them": 0.16779459451165435, "they": 0.15586218532192422}, "scans": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "scared": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "scatter": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "scene": {"them - they": -0.07061173670987919, "them": 0.13604840046022412, "they": 0.20666013717010331}, "school": {"them - they": 0.03207985542161232, "them": 0.25276718249584906, "they": 0.22068732707423674}, "schooling": {"them - they": 0.05615377529503432, "them": 0.22355372270092716, "they": 0.16739994740589284}, "schools": {"them - they": -0.013836094987069808, "them": 0.21317367846323795, "they": 0.22700977345030776}, "science": {"them - they": 0.05239129806240794, "them": 0.18370735668415972, "they": 0.13131605862175177}, "sciences": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "scientists": {"them - they": 0.011109681437360186, "them": 0.24291869148317494, "they": 0.23180901004581475}, "screaming": {"them - they": 0.0961933028460325, "them": 0.23829280185486099, "they": 0.14209949900882848}, "screen": {"them - they": 0.05615377529503432, "them": 0.22355372270092716, "they": 0.16739994740589284}, "scum": {"them - they": 0.0471020483780788, "them": 0.2133446970258469, "they": 0.1662426486477681}, "sea": {"them - they": 0.09665055971261813, "them": 0.2279666183343699, "they": 0.13131605862175177}, "search": {"them - they": 0.05353565816198526, "them": 0.1291903432492367, "they": 0.07565468508725144}, "second": {"them - they": -0.03510265942698082, "them": 0.18293762494203178, "they": 0.2180402843690126}, "section": {"them - they": 0.05361978925766926, "them": 0.12456190764965802, "they": 0.07094211839198876}, "secure": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "security": {"them - they": -0.013290099089027924, "them": 0.13790921958091412, "they": 0.15119931866994205}, "see": {"them - they": 0.03582125232859082, "them": 0.2457187828045301, "they": 0.2098975304759393}, "seeing": {"them - they": 0.0315910477386932, "them": 0.19099025286673238, "they": 0.15939920512803918}, "seek": {"them - they": 0.011762338984656673, "them": 0.18370735668415972, "they": 0.17194501769950304}, "seem": {"them - they": -0.015624075127306791, "them": 0.2091559886652956, "they": 0.2247800637926024}, "seems": {"them - they": 0.04511352235663621, "them": 0.2248695665215903, "they": 0.17975604416495408}, "seen": {"them - they": 0.07138005198049546, "them": 0.23003695020541404, "they": 0.15865689822491857}, "self": {"them - they": 0.025993658257529806, "them": 0.20570799634489906, "they": 0.17971433808736925}, "sell": {"them - they": -0.059471353241587505, "them": 0.15578881765320488, "they": 0.21526017089479238}, "selves": {"them - they": 0.09381183896824685, "them": 0.285904281027363, "they": 0.19209244205911613}, "send": {"them - they": 0.05765997224706801, "them": 0.22646502180410472, "they": 0.1688050495570367}, "sending": {"them - they": 0.05213757820764456, "them": 0.19423707721647304, "they": 0.14209949900882848}, "sends": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "sense": {"them - they": -0.013344583011179745, "them": 0.1585321846689164, "they": 0.17187676768009613}, "senses": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "sent": {"them - they": 0.013916795372261787, "them": 0.21081625218480327, "they": 0.19689945681254148}, "serbs": {"them - they": 0.09643734252841274, "them": 0.23284080988080857, "they": 0.13640346735239584}, "serious": {"them - they": 0.03118493150887705, "them": 0.21234253131317452, "they": 0.18115759980429746}, "service": {"them - they": 0.05905743963824872, "them": 0.233841331670319, "they": 0.1747838920320703}, "set": {"them - they": 0.03204496857114955, "them": 0.1655671007347175, "they": 0.13352213216356795}, "sex": {"them - they": 0.09743118236876737, "them": 0.20911691363397972, "they": 0.11168573126521235}, "sexual": {"them - they": -0.032040449473731025, "them": 0.1585321846689164, "they": 0.1905726341426474}, "sf": {"them - they": 0.057928849623246736, "them": 0.15568893903310763, "they": 0.09776008940986089}, "shake": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "shall": {"them - they": 0.01208655566690775, "them": 0.1531858688521825, "they": 0.14109931318527474}, "shame": {"them - they": 0.0128363147698774, "them": 0.18885726115083426, "they": 0.17602094638095686}, "she": {"them - they": 0.007981457363470723, "them": 0.13824862071354113, "they": 0.1302671633500704}, "shipping": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "shoes": {"them - they": 0.011579736551703884, "them": 0.2005624124550455, "they": 0.1889826759033416}, "shools": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "shop": {"them - they": 0.05648034599125029, "them": 0.21234253131317452, "they": 0.15586218532192422}, "shot": {"them - they": 0.057700462495377886, "them": 0.1655671007347175, "they": 0.10786663823933962}, "should": {"them - they": 0.018546200462622398, "them": 0.278897349790988, "they": 0.2603511493283656}, "shoulder": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "show": {"them - they": -0.027688137607758595, "them": 0.2137312998984945, "they": 0.24141943750625308}, "showed": {"them - they": 0.03096258981296729, "them": 0.22355372270092716, "they": 0.19259113288795987}, "showing": {"them - they": -0.04367600970564814, "them": 0.18110405408695426, "they": 0.2247800637926024}, "shows": {"them - they": -0.0019380344135187244, "them": 0.153469043245939, "they": 0.15540707765945772}, "shrine": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "shutting": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "sick": {"them - they": -0.03214993363245733, "them": 0.12760354226893328, "they": 0.1597534759013906}, "side": {"them - they": -0.015611253647898476, "them": 0.18514221605081033, "they": 0.2007534696987088}, "sign": {"them - they": 0.03166792145415814, "them": 0.18680856597952972, "they": 0.15514064452537157}, "similar": {"them - they": 0.012264961092917595, "them": 0.13604840046022412, "they": 0.12378343936730653}, "simple": {"them - they": 0.02300727131761901, "them": 0.24173410781636356, "they": 0.21872683649874455}, "simply": {"them - they": -0.047159206794420816, "them": 0.13790921958091412, "they": 0.18506842637533494}, "since": {"them - they": 0.02063060595597535, "them": 0.22117253449716637, "they": 0.20054192854119102}, "single": {"them - they": 0.10689991000494382, "them": 0.21206586632453564, "they": 0.10516595631959182}, "sink": {"them - they": 0.09381183896824685, "them": 0.285904281027363, "they": 0.19209244205911613}, "sit": {"them - they": 0.07987388400931109, "them": 0.2463919964989758, "they": 0.16651811248966472}, "site": {"them - they": 0.02437397358549448, "them": 0.16107222156902687, "they": 0.1366982479835324}, "sites": {"them - they": 0.01181062781101297, "them": 0.1792105752169058, "they": 0.16739994740589284}, "situation": {"them - they": 0.01208655566690775, "them": 0.1531858688521825, "they": 0.14109931318527474}, "situations": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "six": {"them - they": 0.01205922942547516, "them": 0.15578881765320488, "they": 0.14372958822772972}, "skills": {"them - they": 0.012555516707738495, "them": 0.21234253131317452, "they": 0.19978701460543602}, "skin": {"them - they": 0.031128072089728925, "them": 0.20390849417467413, "they": 0.1727804220849452}, "skinny": {"them - they": 0.011499269075897406, "them": 0.2079166848164765, "they": 0.19641741574057908}, "slang": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "slaughtering": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "slav": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "slavic": {"them - they": 0.01288383723961245, "them": 0.1848373553730489, "they": 0.17195351813343646}, "slavs": {"them - they": 0.011895022031382624, "them": 0.17131092895959735, "they": 0.15941590692821472}, "sleep": {"them - they": 0.055508408583539504, "them": 0.24449108448688112, "they": 0.1889826759033416}, "small": {"them - they": 0.02244012829413508, "them": 0.20231818303485058, "they": 0.1798780547407155}, "smaller": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "smart": {"them - they": 0.0587418636091776, "them": 0.24342181053213072, "they": 0.18467994692295311}, "smash": {"them - they": 0.011109681437360186, "them": 0.24291869148317494, "they": 0.23180901004581475}, "smell": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "sneakers": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "so": {"them - they": 0.00954670744075553, "them": 0.29100694831745366, "they": 0.28146024087669813}, "soccer": {"them - they": 0.05267640553456317, "them": 0.17131092895959735, "they": 0.11863452342503418}, "social": {"them - they": 0.06335110600015123, "them": 0.24306544408752048, "they": 0.17971433808736925}, "society": {"them - they": -0.002076541117646158, "them": 0.17434371493484388, "they": 0.17642025605249004}, "soft": {"them - they": 0.011579736551703884, "them": 0.2005624124550455, "they": 0.1889826759033416}, "sold": {"them - they": 0.011708769611536135, "them": 0.18867635692820103, "they": 0.1769675873166649}, "soldiers": {"them - they": 0.025482262640669273, "them": 0.233841331670319, "they": 0.20835906902964973}, "some": {"them - they": 0.046573154689608376, "them": 0.26336864517704084, "they": 0.21679549048743246}, "somebody": {"them - they": 0.01251375808004837, "them": 0.2157970370915838, "they": 0.20328327901153542}, "someone": {"them - they": 0.057331599846447256, "them": 0.22862170300165235, "they": 0.1712901031552051}, "something": {"them - they": -0.07031622029043999, "them": 0.12683894721070435, "they": 0.19715516750114434}, "sometimes": {"them - they": 0.013471029151668451, "them": 0.19941873953803044, "they": 0.185947710386362}, "somewhere": {"them - they": -0.013313924056333304, "them": 0.14608528107170587, "they": 0.15939920512803918}, "son": {"them - they": 0.05374216552393987, "them": 0.11761984436637966, "they": 0.06387767884243979}, "song": {"them - they": -0.013197921083264744, "them": 0.11262789617886741, "they": 0.12582581726213216}, "soon": {"them - they": 0.06154739255469158, "them": 0.24699748480306125, "they": 0.18545009224836967}, "sorry": {"them - they": -0.001909048032259969, "them": 0.14927337230740875, "they": 0.15118242033966872}, "sort": {"them - they": -0.007064560734475617, "them": 0.2091559886652956, "they": 0.21622054939977123}, "sotries": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "soul": {"them - they": 0.01208655566690775, "them": 0.1531858688521825, "they": 0.14109931318527474}, "sound": {"them - they": -0.1041637108058318, "them": 0.11761984436637966, "they": 0.22178355517221146}, "sounding": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "south": {"them - they": -0.04408218184302834, "them": 0.13579587289768716, "they": 0.1798780547407155}, "space": {"them - they": -0.013326103279660911, "them": 0.15070887463434154, "they": 0.16403497791400246}, "speak": {"them - they": 0.005402273697084764, "them": 0.19866004818036184, "they": 0.19325777448327708}, "speaking": {"them - they": 0.012697312968680735, "them": 0.20053945865182993, "they": 0.1878421456831492}, "speech": {"them - they": 0.05289308029518135, "them": 0.16143313622519148, "they": 0.10854005593001013}, "speed": {"them - they": 0.052954946166965625, "them": 0.1585321846689164, "they": 0.10557723850195076}, "spend": {"them - they": 0.011999766943517481, "them": 0.16143313622519148, "they": 0.149433369281674}, "speny": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "spitting": {"them - they": 0.011279084955171742, "them": 0.22781923727126294, "they": 0.2165401523160912}, "spoken": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "sport": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "sports": {"them - they": 0.10647346989178846, "them": 0.22172510012981062, "they": 0.11525163023802215}, "spot": {"them - they": 0.0524964179478519, "them": 0.1792105752169058, "they": 0.1267141572690539}, "spots": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "spread": {"them - they": 0.012948664986229763, "them": 0.17933190514988562, "they": 0.16638324016365585}, "stamps": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "stand": {"them - they": 0.002665509765553964, "them": 0.1886835333341024, "they": 0.18601802356854844}, "standing": {"them - they": -0.03202616136436098, "them": 0.16143313622519148, "they": 0.19345929758955246}, "staring": {"them - they": 0.12212309055664564, "them": 0.28729873126728417, "they": 0.16517564071063853}, "start": {"them - they": 0.015573916845571995, "them": 0.211276560142791, "they": 0.195702643297219}, "started": {"them - they": -0.04922460617223401, "them": 0.18401000637694803, "they": 0.23323461254918204}, "starting": {"them - they": 0.058960119541122596, "them": 0.23682929299726907, "they": 0.17786917345614647}, "starts": {"them - they": 0.012727896171996295, "them": 0.19797874298422716, "they": 0.18525084681223086}, "starve": {"them - they": 0.011402141420619932, "them": 0.21673549333636227, "they": 0.20533335191574234}, "starving": {"them - they": 0.03018929325495162, "them": 0.2603230003531172, "they": 0.23013370709816555}, "state": {"them - they": 0.06452892019702344, "them": 0.20808590431940144, "they": 0.143556984122378}, "station": {"them - they": 0.01205922942547516, "them": 0.15578881765320488, "they": 0.14372958822772972}, "stats": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "stay": {"them - they": 0.05147610777480957, "them": 0.21851466608923734, "they": 0.16703855831442777}, "stds": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "steal": {"them - they": 0.024869262297478933, "them": 0.26560380142860107, "they": 0.24073453913112214}, "stealing": {"them - they": 0.011579736551703884, "them": 0.2005624124550455, "they": 0.1889826759033416}, "steam": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "step": {"them - they": 0.01251375808004837, "them": 0.2157970370915838, "they": 0.20328327901153542}, "stick": {"them - they": 0.01288383723961245, "them": 0.1848373553730489, "they": 0.17195351813343646}, "sticking": {"them - they": 0.0961933028460325, "them": 0.23829280185486099, "they": 0.14209949900882848}, "still": {"them - they": 0.02075861377551408, "them": 0.21373094076433038, "they": 0.1929723269888163}, "stink": {"them - they": 0.011109681437360186, "them": 0.24291869148317494, "they": 0.23180901004581475}, "stock": {"them - they": -0.032075549105444745, "them": 0.15070887463434154, "they": 0.1827844237397863}, "stocked": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "stood": {"them - they": 0.05602160063486686, "them": 0.2279666183343699, "they": 0.17194501769950304}, "stop": {"them - they": 0.06483506913918924, "them": 0.25509418636088665, "they": 0.19025911722169742}, "store": {"them - they": 0.09803561855822684, "them": 0.19321531404955472, "they": 0.09517969549132788}, "stores": {"them - they": 0.09700906237880463, "them": 0.21951808824745178, "they": 0.12250902586864715}, "stories": {"them - they": -0.05958655777725516, "them": 0.14834553102427978, "they": 0.20793208880153494}, "stormfront": {"them - they": -0.02557642445906494, "them": 0.0954731457299474, "they": 0.12104957018901234}, "story": {"them - they": -0.08988514647962556, "them": 0.07908519375861509, "they": 0.16897034023824065}, "straight": {"them - they": 0.0850029968031355, "them": 0.21892748583646837, "they": 0.13392448903333287}, "strange": {"them - they": -0.013338407292290716, "them": 0.15578881765320488, "they": 0.1691272249454956}, "strategical": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "strategy": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "street": {"them - they": 0.16475091126629882, "them": 0.23134863899276026, "they": 0.06659772772646144}, "streets": {"them - they": 0.059313402667377696, "them": 0.22583151515704242, "they": 0.16651811248966472}, "student": {"them - they": -0.013307896203090336, "them": 0.14391899667420155, "they": 0.15722689287729189}, "students": {"them - they": 0.002750458132786432, "them": 0.1786671885577309, "they": 0.17591673042494446}, "stuff": {"them - they": -0.044000053903342384, "them": 0.14728541303505116, "they": 0.19128546693839354}, "stupid": {"them - they": 0.008510376502044753, "them": 0.21888220513115958, "they": 0.21037182862911483}, "styles": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "sub": {"them - they": 0.012137209945069172, "them": 0.14834553102427978, "they": 0.1362083210792106}, "such": {"them - they": 0.0290820737359003, "them": 0.197345008330329, "they": 0.1682629345944287}, "sucks": {"them - they": -0.013394994306435787, "them": 0.19423707721647304, "they": 0.20763207152290883}, "suitation": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "super": {"them - they": -0.013369017963355767, "them": 0.17131092895959735, "they": 0.18467994692295311}, "support": {"them - they": 0.013879065144146246, "them": 0.1667388885719382, "they": 0.15285982342779195}, "supports": {"them - they": 0.09459754380582469, "them": 0.27115941805745675, "they": 0.17656187425163206}, "suppose": {"them - they": -0.014721515488953174, "them": 0.2032376525510426, "they": 0.21795916803999577}, "supposed": {"them - they": 0.0524964179478519, "them": 0.1792105752169058, "they": 0.1267141572690539}, "supposedly": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "supremacists": {"them - they": 0.05213757820764456, "them": 0.19423707721647304, "they": 0.14209949900882848}, "sure": {"them - they": -0.05326967162336119, "them": 0.16377298478318875, "they": 0.21704265640654993}, "surplus": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "surprise": {"them - they": -0.032040449473731025, "them": 0.1585321846689164, "they": 0.1905726341426474}, "survival": {"them - they": 0.052954946166965625, "them": 0.1585321846689164, "they": 0.10557723850195076}, "survive": {"them - they": -0.01338055767105406, "them": 0.1792105752169058, "they": 0.19259113288795987}, "suspect": {"them - they": 0.03136088487094646, "them": 0.2032376525510426, "they": 0.17187676768009613}, "suspects": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "sweden": {"them - they": -0.013192927023051554, "them": 0.11144603368808002, "they": 0.12463896071113158}, "swedes": {"them - they": 0.05638113016336907, "them": 0.2157970370915838, "they": 0.15941590692821472}, "swedish": {"them - they": 0.09819266104240108, "them": 0.18885726115083426, "they": 0.09066460010843318}, "swim": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "symbol": {"them - they": 0.012030363709465558, "them": 0.1585321846689164, "they": 0.14650182095945083}, "system": {"them - they": 0.04706768667876779, "them": 0.2146542524048344, "they": 0.16758656572606662}, "t": {"them - they": -0.026291360325538415, "them": 0.26274575455833676, "they": 0.2890371148838752}, "table": {"them - they": 0.011854613311185896, "them": 0.17509984774862158, "they": 0.1632452344374357}, "tactics": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "take": {"them - they": -0.01909681162425933, "them": 0.21447367129538836, "they": 0.2335704829196477}, "taken": {"them - they": -0.04731055533339733, "them": 0.11761984436637966, "they": 0.164930399699777}, "taking": {"them - they": 0.08577643113467276, "them": 0.19795526470462282, "they": 0.11217883356995006}, "talk": {"them - they": 0.02629990132018359, "them": 0.21323225494562242, "they": 0.18693235362543884}, "talked": {"them - they": 0.055275710362831854, "them": 0.25169312610341094, "they": 0.19641741574057908}, "talking": {"them - they": -0.03728490649605659, "them": 0.18401000637694803, "they": 0.22129491287300462}, "tape": {"them - they": 0.052590821879974436, "them": 0.17509984774862158, "they": 0.12250902586864715}, "task": {"them - they": 0.052590821879974436, "them": 0.17509984774862158, "they": 0.12250902586864715}, "taste": {"them - they": 0.12458392983823735, "them": 0.2470929557068845, "they": 0.12250902586864715}, "tatar": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "taught": {"them - they": -0.05942698337107938, "them": 0.1585321846689164, "they": 0.21795916803999577}, "teach": {"them - they": 0.030640883250538792, "them": 0.22754034006308027, "they": 0.19689945681254148}, "teacher": {"them - they": -0.060143099342957196, "them": 0.10080407925915394, "they": 0.16094717860211114}, "teachers": {"them - they": 0.04874993707651501, "them": 0.23275671597842115, "they": 0.18400677890190614}, "teaching": {"them - they": -0.03205332802994432, "them": 0.15578881765320488, "they": 0.1878421456831492}, "teams": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "techniques": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "teen": {"them - they": 0.01164856011892304, "them": 0.19423707721647304, "they": 0.18258851709755}, "teens": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "teeth": {"them - they": 0.05615377529503432, "them": 0.22355372270092716, "they": 0.16739994740589284}, "television": {"them - they": -0.04703996277608655, "them": 0.15070887463434154, "they": 0.1977488374104281}, "tell": {"them - they": 0.05275149627894046, "them": 0.25446917670161007, "they": 0.2017176804226696}, "telling": {"them - they": -0.014706916934553727, "them": 0.18293762494203178, "they": 0.1976445418765855}, "tells": {"them - they": -0.013356905598895102, "them": 0.16451226785725137, "they": 0.17786917345614647}, "ten": {"them - they": 0.052754605597201035, "them": 0.16779459451165435, "they": 0.11503998891445331}, "tend": {"them - they": 0.08452320188284293, "them": 0.23102502284229376, "they": 0.14650182095945083}, "tends": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "tens": {"them - they": 0.0565718546283705, "them": 0.20911691363397972, "they": 0.15254505900560922}, "terms": {"them - they": -0.013394994306435787, "them": 0.19423707721647304, "they": 0.20763207152290883}, "terrified": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "territories": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "terror": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "terroris": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "terrorist": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "test": {"them - they": 0.09826520828891794, "them": 0.18680856597952972, "they": 0.08854335769061178}, "tests": {"them - they": 0.09665055971261813, "them": 0.2279666183343699, "they": 0.13131605862175177}, "text": {"them - they": 0.05321128898224889, "them": 0.14608528107170587, "they": 0.09287399208945699}, "thad": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "than": {"them - they": 0.030636377252169417, "them": 0.27200500257542826, "they": 0.24136862532325884}, "thank": {"them - they": -0.0015950624506315125, "them": 0.10693788318234819, "they": 0.1085329456329797}, "thanking": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "that": {"them - they": -0.007807028439019981, "them": 0.3047314072309957, "they": 0.31253843567001566}, "thats": {"them - they": 0.02202937245901529, "them": 0.2263278926805419, "they": 0.2042985202215266}, "the": {"them - they": -0.0047319707957267365, "them": 0.3415628708691266, "they": 0.34629484166485336}, "their": {"them - they": 0.0016695438349174085, "them": 0.3447550005803695, "they": 0.3430854567454521}, "them": {"them - they": 0.3185248477833629, "them": 0.6351802770115164, "they": 0.3166554292281535}, "themselves": {"them - they": -0.03151447874314864, "them": 0.23955749335581336, "they": 0.271071972098962}, "then": {"them - they": 0.009636796952440296, "them": 0.27281523041968897, "they": 0.2631784334672487}, "theory": {"them - they": 0.011708769611536135, "them": 0.18867635692820103, "they": 0.1769675873166649}, "there": {"them - they": 0.04080964715124205, "them": 0.2684526121432192, "they": 0.22764296499197714}, "these": {"them - they": 0.0050870228224344505, "them": 0.24908129421427821, "they": 0.24399427139184376}, "they": {"them - they": -0.21140309420646808, "them": 0.37438221785363435, "they": 0.5857853120601024}, "thick": {"them - they": 0.09643734252841274, "them": 0.23284080988080857, "they": 0.13640346735239584}, "thier": {"them - they": 0.08272787665393094, "them": 0.27171055255727256, "they": 0.1889826759033416}, "thing": {"them - they": 0.007984319313104227, "them": 0.21951909124262067, "they": 0.21153477192951645}, "things": {"them - they": -0.04873305541226117, "them": 0.16955547669267243, "they": 0.2182885321049336}, "think": {"them - they": -0.005606278797782083, "them": 0.2673061785655805, "they": 0.27291245736336256}, "third": {"them - they": -0.013290099089027924, "them": 0.13790921958091412, "they": 0.15119931866994205}, "this": {"them - they": -0.003094174787728693, "them": 0.2224513595999435, "they": 0.2255455343876722}, "thoguht": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "those": {"them - they": -0.0203603665273068, "them": 0.2170420536747084, "they": 0.2374024202020152}, "though": {"them - they": 0.04105274465632555, "them": 0.2249931333005035, "they": 0.18394038864417794}, "thought": {"them - they": -0.00557623333243179, "them": 0.19093770425415546, "they": 0.19651393758658725}, "thousand": {"them - they": 0.05946043350495517, "them": 0.22112595917756617, "they": 0.161665525672611}, "thousands": {"them - they": 0.013432355042952177, "them": 0.20247085761263897, "they": 0.1890385025696868}, "thread": {"them - they": 0.06594867373566785, "them": 0.15842033267351296, "they": 0.09247165893784512}, "threat": {"them - they": 0.05213757820764456, "them": 0.19423707721647304, "they": 0.14209949900882848}, "threatened": {"them - they": -0.01339821376180328, "them": 0.21673549333636227, "they": 0.23013370709816555}, "three": {"them - they": 0.04706768667876779, "them": 0.2146542524048344, "they": 0.16758656572606662}, "throu": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "through": {"them - they": 0.044553201594151826, "them": 0.24889816434339096, "they": 0.20434496274923913}, "throw": {"them - they": 0.04079876909572158, "them": 0.21681971547667844, "they": 0.17602094638095686}, "thus": {"them - they": 0.030873351248904557, "them": 0.2279666183343699, "they": 0.19709326708546535}, "tie": {"them - they": 0.011279084955171742, "them": 0.22781923727126294, "they": 0.2165401523160912}, "till": {"them - they": -0.002180183033806682, "them": 0.19099025286673238, "they": 0.19317043590053906}, "time": {"them - they": -0.007210152013314319, "them": 0.20067049879928744, "they": 0.20788065081260176}, "timely": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "times": {"them - they": 0.03224864120657339, "them": 0.21032123168077432, "they": 0.17807259047420093}, "tiny": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "titles": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "to": {"them - they": 0.03932976108486236, "them": 0.39981760773497416, "they": 0.3604878466501118}, "today": {"them - they": 0.015132270780714718, "them": 0.21749616178781037, "they": 0.20236389100709565}, "together": {"them - they": -0.049589162535265546, "them": 0.1540882022493659, "they": 0.20367736478463144}, "told": {"them - they": 0.029973813354667367, "them": 0.28128610209875676, "they": 0.2513122887440894}, "too": {"them - they": 0.04462499559034949, "them": 0.22715140010608875, "they": 0.18252640451573926}, "took": {"them - they": 0.048226984697154196, "them": 0.2501373459573507, "they": 0.2019103612601965}, "tool": {"them - they": 0.055275710362831854, "them": 0.25169312610341094, "they": 0.19641741574057908}, "top": {"them - they": 0.057488993973151103, "them": 0.17434371493484388, "they": 0.11685472096169278}, "tourist": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "tourists": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "towards": {"them - they": 0.04038203408076654, "them": 0.233841331670319, "they": 0.19345929758955246}, "town": {"them - they": 0.00573077578791667, "them": 0.1654515910662947, "they": 0.15972081527837803}, "toys": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "tracking": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "tracts": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "trade": {"them - they": 0.05213757820764456, "them": 0.19423707721647304, "they": 0.14209949900882848}, "traditional": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "training": {"them - they": 0.0584824375504861, "them": 0.25107357043844597, "they": 0.19259113288795987}, "trainnig": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "traitors": {"them - they": 0.025675080222116953, "them": 0.22342391763254504, "they": 0.1977488374104281}, "tranning": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "trash": {"them - they": 0.09785973494509845, "them": 0.19797874298422716, "they": 0.10011900803912871}, "trashy": {"them - they": 0.011109681437360186, "them": 0.24291869148317494, "they": 0.23180901004581475}, "treat": {"them - they": 0.011762338984656673, "them": 0.18370735668415972, "they": 0.17194501769950304}, "tried": {"them - they": -0.03524467598964337, "them": 0.1616547808228981, "they": 0.19689945681254148}, "tring": {"them - they": 0.011109681437360186, "them": 0.24291869148317494, "they": 0.23180901004581475}, "trip": {"them - they": 0.030873351248904557, "them": 0.2279666183343699, "they": 0.19709326708546535}, "troops": {"them - they": 0.052754605597201035, "them": 0.16779459451165435, "they": 0.11503998891445331}, "true": {"them - they": -0.025628128033870046, "them": 0.14442623803405927, "they": 0.1700543660679293}, "truly": {"them - they": 0.05282653659203902, "them": 0.16451226785725137, "they": 0.11168573126521235}, "trunks": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "truth": {"them - they": 0.048774112063158154, "them": 0.23193169394845337, "they": 0.1831575818852952}, "try": {"them - they": 0.020120734186098194, "them": 0.23397717365260876, "they": 0.21385643946651056}, "trying": {"them - they": -0.02841150428046807, "them": 0.17330617614220153, "they": 0.2017176804226696}, "turn": {"them - they": 0.020506252879170933, "them": 0.2447419577725666, "they": 0.22423570489339567}, "turning": {"them - they": 0.011932409189730125, "them": 0.16779459451165435, "they": 0.15586218532192422}, "turns": {"them - they": -0.01338055767105406, "them": 0.1792105752169058, "they": 0.19259113288795987}, "tv": {"them - they": 0.005713501989684705, "them": 0.16717701309253763, "they": 0.16146351110285292}, "twice": {"them - they": 0.03111709016863068, "them": 0.2157970370915838, "they": 0.18467994692295311}, "two": {"them - they": -0.01269159129419109, "them": 0.17479046356726496, "they": 0.18748205486145605}, "u": {"them - they": 0.05421620140672541, "them": 0.08778216884122327, "they": 0.033565967434497856}, "uaf": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "uk": {"them - they": -0.04736001616566175, "them": 0.10915366229580202, "they": 0.15651367846146377}, "ukraine": {"them - they": 0.05321128898224889, "them": 0.14608528107170587, "they": 0.09287399208945699}, "under": {"them - they": -0.006906056178668213, "them": 0.1737835036561954, "they": 0.18068955983486362}, "understand": {"them - they": 0.01350753946033903, "them": 0.19653035990956116, "they": 0.18302282044922213}, "unfortunately": {"them - they": 0.012264961092917595, "them": 0.13604840046022412, "they": 0.12378343936730653}, "united": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "unless": {"them - they": 0.08452320188284293, "them": 0.23102502284229376, "they": 0.14650182095945083}, "until": {"them - they": 0.002750687829024351, "them": 0.21272184142052145, "they": 0.2099711535914971}, "untill": {"them - they": 0.01164856011892304, "them": 0.19423707721647304, "they": 0.18258851709755}, "unworthy": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "up": {"them - they": 0.02026927327008804, "them": 0.2778408701407574, "they": 0.2575715968706694}, "updated": {"them - they": 0.01181062781101297, "them": 0.1792105752169058, "they": 0.16739994740589284}, "upon": {"them - they": 0.025675080222116953, "them": 0.22342391763254504, "they": 0.1977488374104281}, "upper": {"them - they": 0.011895022031382624, "them": 0.17131092895959735, "they": 0.15941590692821472}, "us": {"them - they": -0.00863033307555916, "them": 0.24442585975205794, "they": 0.2530561928276171}, "usally": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "use": {"them - they": 0.05095918030805269, "them": 0.23099869546310395, "they": 0.18003951515505126}, "used": {"them - they": 0.12750769353671393, "them": 0.23875617586589473, "they": 0.11124848232918079}, "useful": {"them - they": 0.05239129806240794, "them": 0.18370735668415972, "they": 0.13131605862175177}, "useless": {"them - they": 0.05239129806240794, "them": 0.18370735668415972, "they": 0.13131605862175177}, "uses": {"them - they": 0.05239129806240794, "them": 0.18370735668415972, "they": 0.13131605862175177}, "using": {"them - they": 0.07917797510243385, "them": 0.22398060757164012, "they": 0.14480263246920627}, "usually": {"them - they": -0.0025679765680319544, "them": 0.2146542524048344, "they": 0.21722222897286636}, "uuuu": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "v": {"them - they": 0.06282348526899281, "them": 0.19389693555189932, "they": 0.1310734502829065}, "vaccinating": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "values": {"them - they": 0.09755004181420836, "them": 0.2060900977442185, "they": 0.10854005593001013}, "various": {"them - they": 0.08415074191330471, "them": 0.24001292723522893, "they": 0.15586218532192422}, "ve": {"them - they": 0.0380448860805985, "them": 0.23054855848123904, "they": 0.19250367240064054}, "version": {"them - they": 0.012204974931846607, "them": 0.14183872997715022, "they": 0.1296337550453036}, "very": {"them - they": 0.003248617291850886, "them": 0.182570823688845, "they": 0.17932220639699412}, "via": {"them - they": 0.05239129806240794, "them": 0.18370735668415972, "they": 0.13131605862175177}, "video": {"them - they": 0.006121808905524079, "them": 0.1269777913276018, "they": 0.12085598242207773}, "videos": {"them - they": -0.02562296697016156, "them": 0.1502937634547829, "they": 0.17591673042494446}, "views": {"them - they": -0.0071250142725315935, "them": 0.22583151515704242, "they": 0.232956529429574}, "vile": {"them - they": -0.01338055767105406, "them": 0.1792105752169058, "they": 0.19259113288795987}, "violent": {"them - they": -0.047142417220948085, "them": 0.1398375168103196, "they": 0.1869799340312677}, "virus": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "visa": {"them - they": 0.011279084955171742, "them": 0.22781923727126294, "they": 0.2165401523160912}, "vote": {"them - they": 0.011967208851642153, "them": 0.16451226785725137, "they": 0.15254505900560922}, "vouch": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "w": {"them - they": 0.12615511536824525, "them": 0.21681971547667844, "they": 0.09066460010843318}, "wait": {"them - they": 0.08878670195702779, "them": 0.24783786007411218, "they": 0.1590511581170844}, "wake": {"them - they": 0.05959282259938656, "them": 0.21681971547667844, "they": 0.15722689287729189}, "walk": {"them - they": 0.07872775554824185, "them": 0.2354461260029455, "they": 0.15671837045470366}, "walked": {"them - they": 0.01181062781101297, "them": 0.1792105752169058, "they": 0.16739994740589284}, "walking": {"them - they": -0.032010242718913784, "them": 0.16451226785725137, "they": 0.19652251057616515}, "wall": {"them - they": 0.056272853810016094, "them": 0.21951808824745178, "they": 0.1632452344374357}, "wandering": {"them - they": 0.09459754380582469, "them": 0.27115941805745675, "they": 0.17656187425163206}, "want": {"them - they": 0.014981142177940054, "them": 0.28135774541674063, "they": 0.2663766032388006}, "wanted": {"them - they": 0.023674550846933096, "them": 0.20386034501136857, "they": 0.18018579416443548}, "wants": {"them - they": -0.03217342036595107, "them": 0.11383498589638795, "they": 0.14600840626233902}, "war": {"them - they": -0.06013476822501711, "them": 0.10178409974613979, "they": 0.1619188679711569}, "warm": {"them - they": 0.011895022031382624, "them": 0.17131092895959735, "they": 0.15941590692821472}, "warning": {"them - they": 0.0524964179478519, "them": 0.1792105752169058, "they": 0.1267141572690539}, "wars": {"them - they": 0.09514735964247864, "them": 0.2603230003531172, "they": 0.16517564071063853}, "was": {"them - they": 0.027099483934344054, "them": 0.21799100198079666, "they": 0.1908915180464526}, "wasnt": {"them - they": 0.0961933028460325, "them": 0.23829280185486099, "they": 0.14209949900882848}, "watch": {"them - they": 0.04818943484816121, "them": 0.23013984355678885, "they": 0.18195040870862764}, "water": {"them - they": 0.01411643599821355, "them": 0.19575477912139108, "they": 0.18163834312317753}, "way": {"them - they": 0.017373750063267357, "them": 0.24168978703307942, "they": 0.22431603696981206}, "ways": {"them - they": -0.046987551549449585, "them": 0.15578881765320488, "they": 0.20277636920265446}, "we": {"them - they": 0.08772715079372773, "them": 0.2911627013038333, "they": 0.2034355505101056}, "weak": {"them - they": 0.011499269075897406, "them": 0.2079166848164765, "they": 0.19641741574057908}, "weaker": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "weaknesses": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "weapon": {"them - they": 0.031043347875606003, "them": 0.21951808824745178, "they": 0.18847474037184578}, "wear": {"them - they": 0.013164243641146378, "them": 0.22342391763254504, "they": 0.21025967399139867}, "wearing": {"them - they": 0.05905743963824872, "them": 0.233841331670319, "they": 0.1747838920320703}, "weather": {"them - they": 0.05648034599125029, "them": 0.21234253131317452, "they": 0.15586218532192422}, "week": {"them - they": -0.0811073246261208, "them": 0.08114542969983282, "they": 0.16225275432595362}, "weeks": {"them - they": -0.013140633408960961, "them": 0.09984029679921193, "they": 0.11298093020817289}, "weirdo": {"them - they": 0.050826249424058806, "them": 0.24291869148317494, "they": 0.19209244205911613}, "welcome": {"them - they": 0.026916024041087394, "them": 0.15019050342462878, "they": 0.12327447938354139}, "welfare": {"them - they": -0.07028405042897043, "them": 0.1531858688521825, "they": 0.22346991928115292}, "well": {"them - they": -0.004516464996558556, "them": 0.21030266920718627, "they": 0.21481913420374482}, "went": {"them - they": -0.04054926198330014, "them": 0.17456060712598415, "they": 0.21510986910928429}, "were": {"them - they": -0.01784939380930345, "them": 0.2715506572411716, "they": 0.28940005105047506}, "werent": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "west": {"them - they": 0.05347405805007105, "them": 0.13251034278384582, "they": 0.07903628473377478}, "western": {"them - they": 0.01314006150274144, "them": 0.1629284230632862, "they": 0.14978836156054476}, "what": {"them - they": -0.019563281312208164, "them": 0.2472012943723442, "they": 0.26676457568455236}, "whatever": {"them - they": 0.057320614719647736, "them": 0.18110405408695426, "they": 0.12378343936730653}, "whats": {"them - they": -0.04676199691131863, "them": 0.17509984774862158, "they": 0.22186184465994022}, "when": {"them - they": 0.00011616748024878554, "them": 0.29343950784687794, "they": 0.29332334036662916}, "whenever": {"them - they": 0.025426207846699883, "them": 0.23682929299726907, "they": 0.2114030851505692}, "where": {"them - they": -0.02485368719513209, "them": 0.20378990482477727, "they": 0.22864359201990936}, "wherever": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "whether": {"them - they": 0.07976782710329702, "them": 0.24889505204879261, "they": 0.1691272249454956}, "which": {"them - they": 0.056228953596303255, "them": 0.2541516372560099, "they": 0.19792268365970667}, "while": {"them - they": -0.059518651150719276, "them": 0.10949901240390272, "they": 0.169017663554622}, "whine": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "white": {"them - they": 0.011287355074738326, "them": 0.2746039694593268, "they": 0.2633166143845885}, "whites": {"them - they": 0.0030883257746274206, "them": 0.2625480916908921, "they": 0.2594597659162647}, "whitey": {"them - they": -0.01338055767105406, "them": 0.1792105752169058, "they": 0.19259113288795987}, "who": {"them - they": 0.02781201672350736, "them": 0.2609609663559813, "they": 0.23314894963247396}, "whole": {"them - they": 0.0054577703445784775, "them": 0.19299009193579247, "they": 0.187532321591214}, "whom": {"them - they": -0.04640107226705789, "them": 0.2005624124550455, "they": 0.2469634847221034}, "whos": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "whose": {"them - they": 0.011708769611536135, "them": 0.18867635692820103, "they": 0.1769675873166649}, "why": {"them - they": 0.03588874737330652, "them": 0.26877710371745206, "they": 0.23288835634414554}, "wife": {"them - they": 0.012335622287543924, "them": 0.1291903432492367, "they": 0.11685472096169278}, "wiggers": {"them - they": 0.040225912629792915, "them": 0.24001292723522893, "they": 0.19978701460543602}, "wildness": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}, "will": {"them - they": 0.031408460947711936, "them": 0.31489005458322655, "they": 0.2834815936355146}, "william": {"them - they": 0.05325439656576837, "them": 0.14391899667420155, "they": 0.09066460010843318}, "willing": {"them - they": 0.040225912629792915, "them": 0.24001292723522893, "they": 0.19978701460543602}, "wing": {"them - they": 0.051980059791246896, "them": 0.2005624124550455, "they": 0.1485823526637986}, "wipe": {"them - they": -0.01339812747221203, "them": 0.2005624124550455, "they": 0.21396053992725753}, "wish": {"them - they": 0.09788517939380234, "them": 0.23004927542422804, "they": 0.1321640960304257}, "wishes": {"them - they": 0.05155985262572374, "them": 0.21673549333636227, "they": 0.16517564071063853}, "with": {"them - they": 0.03348984880969297, "them": 0.32255090358757565, "they": 0.2890610547778827}, "within": {"them - they": 0.025993658257529806, "them": 0.20570799634489906, "they": 0.17971433808736925}, "without": {"them - they": 0.04428219923549315, "them": 0.24783786007411218, "they": 0.20355566083861903}, "wn": {"them - they": 0.05773192555461827, "them": 0.16423201322893732, "they": 0.10650008767431905}, "wo": {"them - they": -0.05876605140390326, "them": 0.16833861044500795, "they": 0.2271046618489112}, "woman": {"them - they": -0.025627758039182755, "them": 0.12482300377646947, "they": 0.15045076181565223}, "women": {"them - they": 0.006861566549526493, "them": 0.2309580082828636, "they": 0.22409644173333712}, "wonder": {"them - they": 0.020516667485135087, "them": 0.22773369325596132, "they": 0.20721702577082624}, "wonderful": {"them - they": 0.01208655566690775, "them": 0.1531858688521825, "they": 0.14109931318527474}, "wondering": {"them - they": -0.047124551852936986, "them": 0.14183872997715022, "they": 0.1889632818300872}, "wont": {"them - they": 0.0253661141075896, "them": 0.24001292723522893, "they": 0.21464681312763934}, "word": {"them - they": -0.0018750826244396668, "them": 0.14442623803405927, "they": 0.14630132065849893}, "wore": {"them - they": 0.055508408583539504, "them": 0.24449108448688112, "they": 0.1889826759033416}, "work": {"them - they": 0.01547519897238081, "them": 0.21787222221249752, "they": 0.2023970232401167}, "working": {"them - they": 0.023655800868522092, "them": 0.20496082018158035, "they": 0.18130501931305826}, "works": {"them - they": 0.09863592933457964, "them": 0.17595535437565493, "they": 0.0773194250410753}, "world": {"them - they": 0.01582860890301674, "them": 0.19409377250889986, "they": 0.17826516360588313}, "worry": {"them - they": 0.011708769611536135, "them": 0.18867635692820103, "they": 0.1769675873166649}, "worse": {"them - they": 0.013451979199192998, "them": 0.2009230942926052, "they": 0.1874711150934122}, "worshipping": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "worthy": {"them - they": 0.011402141420619932, "them": 0.21673549333636227, "they": 0.20533335191574234}, "would": {"them - they": 0.05001829962048693, "them": 0.27893157909907706, "they": 0.22891327947859014}, "wow": {"them - they": 0.053371650395791434, "them": 0.13790921958091412, "they": 0.08453756918512269}, "wp": {"them - they": 0.0531658355329519, "them": 0.14834553102427978, "they": 0.09517969549132788}, "wpww": {"them - they": 0.05239129806240794, "them": 0.18370735668415972, "they": 0.13131605862175177}, "write": {"them - they": 0.05665672846254449, "them": 0.2060900977442185, "they": 0.149433369281674}, "wrong": {"them - they": -0.02562180028141886, "them": 0.1513326741409468, "they": 0.17695447442236567}, "www": {"them - they": -0.0393964684438413, "them": 0.09039641592127169, "they": 0.129792884365113}, "ya": {"them - they": -0.03527119734159728, "them": 0.15683246098245, "they": 0.19210365832404727}, "yeah": {"them - they": 0.007180351730876833, "them": 0.21166070648774007, "they": 0.20448035475686324}, "year": {"them - they": 0.021856294627615958, "them": 0.16447861418646856, "they": 0.1426223195588526}, "years": {"them - they": -0.004634615349940419, "them": 0.18612230184674716, "they": 0.19075691719668758}, "yes": {"them - they": -0.05529623568711847, "them": 0.13567121923358333, "they": 0.1909674549207018}, "yet": {"them - they": -0.015576355679105286, "them": 0.1643016990616102, "they": 0.1798780547407155}, "you": {"them - they": 0.05568995236944618, "them": 0.28293414941752093, "they": 0.22724419704807475}, "young": {"them - they": 0.036442596718731624, "them": 0.22397491830994562, "they": 0.187532321591214}, "younger": {"them - they": -0.032040449473731025, "them": 0.1585321846689164, "they": 0.1905726341426474}, "youngsters": {"them - they": 0.05125736301963088, "them": 0.22781923727126294, "they": 0.17656187425163206}, "your": {"them - they": 0.03146272714236514, "them": 0.22004473890997883, "they": 0.1885820117676137}, "youth": {"them - they": 0.06408708140629915, "them": 0.22172923592282673, "they": 0.15764215451652758}, "youtube": {"them - they": -0.01491914891604773, "them": 0.04137066774761411, "they": 0.05628981666366184}, "yt": {"them - they": 0.0522728895758052, "them": 0.18867635692820103, "they": 0.13640346735239584}, "yup": {"them - they": 0.051792094642972325, "them": 0.2079166848164765, "they": 0.15612459017350416}, "zionist": {"them - they": 0.05311778882884506, "them": 0.15070887463434154, "they": 0.09759108580549648}, "zoo": {"them - they": 0.052590821879974436, "them": 0.17509984774862158, "they": 0.12250902586864715}, "zyklon": {"them - they": 0.05008026317209266, "them": 0.2674079942464537, "they": 0.217327731074361}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-them-woman.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-them-woman.json new file mode 100644 index 0000000000000000000000000000000000000000..311888daf567bffb2cfbd6059abf2fe9eaf720ee --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-them-woman.json @@ -0,0 +1 @@ +{"1": {"them - woman": -0.19068942197077787, "them": 0.12345351688175948, "woman": 0.31414293885253736}, "13": {"them - woman": -0.13558440813069084, "them": 0.1531858688521825, "woman": 0.28877027698287333}, "15": {"them - woman": -0.09234617783360125, "them": 0.16833861044500795, "woman": 0.2606847882786092}, "16": {"them - woman": -0.13592039231206154, "them": 0.14834553102427978, "woman": 0.2842659233363413}, "17": {"them - woman": -0.19002885129665403, "them": 0.16451226785725137, "woman": 0.3545411191539054}, "2": {"them - woman": -0.15242105588148575, "them": 0.15880755350244552, "woman": 0.31122860938393127}, "20": {"them - woman": -0.06481267269609511, "them": 0.17969614718198715, "woman": 0.24450881987808226}, "24": {"them - woman": -0.1342773132947612, "them": 0.17131092895959735, "woman": 0.30558824225435854}, "3": {"them - woman": -0.08645647021336145, "them": 0.17606756124613904, "woman": 0.2625240314595005}, "30": {"them - woman": -0.13836850279946555, "them": 0.11028829847553129, "woman": 0.24865680127499684}, "5": {"them - woman": -0.09454632457940738, "them": 0.12093544173786201, "woman": 0.2154817663172694}, "6": {"them - woman": -0.04418480201655531, "them": 0.1886579189265733, "woman": 0.2328427209431286}, "a": {"them - woman": -0.11148925426668721, "them": 0.334621731423196, "woman": 0.4461109856898832}, "about": {"them - woman": 0.0019852866618553233, "them": 0.27807341138577835, "woman": 0.276088124723923}, "above": {"them - woman": -0.13739567166385402, "them": 0.1260616043173855, "woman": 0.2634572759812395}, "according": {"them - woman": -0.1368672454839947, "them": 0.13425021809562382, "woman": 0.2711174635796185}, "african": {"them - woman": -0.1481092734012831, "them": 0.17933190514988562, "woman": 0.3274411785511687}, "after": {"them - woman": -0.00132948897385049, "them": 0.19477015430466735, "woman": 0.19609964327851784}, "again": {"them - woman": -0.0448516195381129, "them": 0.1654515910662947, "woman": 0.2103032106044076}, "against": {"them - woman": -0.04872151331119487, "them": 0.2157668304107199, "woman": 0.26448834372191476}, "ago": {"them - woman": -0.08696081882241546, "them": 0.16576878710488896, "woman": 0.2527296059273044}, "alien": {"them - woman": -0.0870772857916075, "them": 0.2603230003531172, "woman": 0.3474002861447247}, "all": {"them - woman": 0.05923520406328667, "them": 0.28542970226224496, "woman": 0.2261944981989583}, "alot": {"them - woman": -0.13698085635156565, "them": 0.13251034278384582, "woman": 0.2694911991354115}, "also": {"them - woman": 0.07048079123999604, "them": 0.24646917635311022, "woman": 0.17598838511311418}, "am": {"them - woman": -0.04991983243252379, "them": 0.18050554262682422, "woman": 0.23042537505934801}, "american": {"them - woman": -0.09443638069865054, "them": 0.12349953602145947, "woman": 0.21793591672011}, "an": {"them - woman": -0.12567640847082656, "them": 0.20485074690102706, "woman": 0.3305271553718536}, "and": {"them - woman": 0.01709757311525073, "them": 0.38953226560921983, "woman": 0.3724346924939691}, "angry": {"them - woman": -0.09065080370987016, "them": 0.20053945865182993, "woman": 0.2911902623617001}, "another": {"them - woman": -0.1092226151705375, "them": 0.1879183925142237, "woman": 0.2971410076847612}, "any": {"them - woman": 0.0036881988476920036, "them": 0.2560932900160964, "woman": 0.25240509116840437}, "anyone": {"them - woman": 0.07043633500226812, "them": 0.24870619874664385, "woman": 0.17826986374437573}, "apes": {"them - woman": -0.13622281005666892, "them": 0.14391899667420155, "woman": 0.28014180673087047}, "apparently": {"them - woman": -0.06313996415877515, "them": 0.22112595917756617, "woman": 0.2842659233363413}, "are": {"them - woman": 0.12318849612266647, "them": 0.3307114967617365, "woman": 0.20752300063907003}, "area": {"them - woman": -0.028122448235001596, "them": 0.16841642859255768, "woman": 0.19653887682755927}, "areas": {"them - woman": -0.13453692384574534, "them": 0.16779459451165435, "woman": 0.3023315183573997}, "around": {"them - woman": 0.09173679168153834, "them": 0.25874661243930963, "woman": 0.1670098207577713}, "arrest": {"them - woman": -0.18786826225460745, "them": 0.18370735668415972, "woman": 0.37157561893876717}, "arrested": {"them - woman": -0.22729586766079685, "them": 0.14391899667420155, "woman": 0.3712148643349984}, "aryan": {"them - woman": -0.15585617630001544, "them": 0.20247085761263897, "woman": 0.3583270339126544}, "as": {"them - woman": 0.03511854646503815, "them": 0.30394398315876175, "woman": 0.2688254366937236}, "asian": {"them - woman": -0.19658275292190147, "them": 0.09795921721581226, "woman": 0.2945419701377137}, "at": {"them - woman": 0.009558369821575485, "them": 0.27529053394307335, "woman": 0.26573216412149786}, "attack": {"them - woman": -0.09374517578378044, "them": 0.13909754515934816, "woman": 0.2328427209431286}, "attacked": {"them - woman": -0.19002885129665403, "them": 0.16451226785725137, "woman": 0.3545411191539054}, "attacks": {"them - woman": -0.19097118224631918, "them": 0.15578881765320488, "woman": 0.34675999989952405}, "babies": {"them - woman": -0.13622281005666892, "them": 0.14391899667420155, "woman": 0.28014180673087047}, "back": {"them - woman": 0.10578017706084966, "them": 0.25934946958761895, "woman": 0.1535692925267693}, "bad": {"them - woman": -0.094891744736448, "them": 0.11271587325564582, "woman": 0.20760761799209382}, "be": {"them - woman": 0.03324585048704953, "them": 0.2991575853600496, "woman": 0.26591173487300007}, "beaten": {"them - woman": -0.25153921119802647, "them": 0.15578881765320488, "woman": 0.40732802885123137}, "beautiful": {"them - woman": -0.09374517578378044, "them": 0.13909754515934816, "woman": 0.2328427209431286}, "because": {"them - woman": 0.027818169734876497, "them": 0.28158588658840245, "woman": 0.25376771685352595}, "become": {"them - woman": -0.04425687985843957, "them": 0.1862055400439196, "woman": 0.23046241990235916}, "been": {"them - woman": -0.005700484787660609, "them": 0.2402712868176963, "woman": 0.2459717716053569}, "behind": {"them - woman": -0.0007638454160578678, "them": 0.24577957106755366, "woman": 0.24654341648361153}, "being": {"them - woman": -0.06811694688306749, "them": 0.20841758936458074, "woman": 0.27653453624764823}, "big": {"them - woman": -0.04466605346463415, "them": 0.17203010068974905, "woman": 0.2166961541543832}, "bikel": {"them - woman": -0.1283662618728906, "them": 0.24291869148317494, "woman": 0.37128495335606554}, "black": {"them - woman": -0.1520320844152191, "them": 0.2675127617696566, "woman": 0.4195448461848757}, "blacks": {"them - woman": 0.003838741865291484, "them": 0.27130614986896195, "woman": 0.26746740800367047}, "blind": {"them - woman": -0.14312510657717076, "them": 0.23284080988080857, "woman": 0.37596591645797933}, "blue": {"them - woman": -0.0933207564587615, "them": 0.14827080704959833, "woman": 0.24159156350835984}, "boy": {"them - woman": -0.12066131299936603, "them": 0.21259047909821047, "woman": 0.3332517920975765}, "boys": {"them - woman": -0.14727511725940115, "them": 0.18885726115083426, "woman": 0.3361323784102354}, "brainwashed": {"them - woman": -0.025433793957250816, "them": 0.28366039213538446, "woman": 0.3090941860926353}, "break": {"them - woman": -0.09092453943305251, "them": 0.19554137040073105, "woman": 0.28646590983378356}, "brown": {"them - woman": -0.06587309546893755, "them": 0.15082305868544565, "woman": 0.2166961541543832}, "building": {"them - woman": -0.13575703519944202, "them": 0.15070887463434154, "woman": 0.28646590983378356}, "bus": {"them - woman": -0.25447796630157715, "them": 0.13604840046022412, "woman": 0.39052636676180125}, "but": {"them - woman": 0.01916480344094998, "them": 0.2688714629412732, "woman": 0.2497066595003232}, "by": {"them - woman": -0.114823888225135, "them": 0.22248832795281726, "woman": 0.33731221617795226}, "ca": {"them - woman": -0.001117977379180346, "them": 0.21317367846323795, "woman": 0.2142916558424183}, "cakes": {"them - woman": -0.12607503208829063, "them": 0.2674079942464537, "woman": 0.3934830263347443}, "came": {"them - woman": 0.01955552688918763, "them": 0.24005188005071826, "woman": 0.22049635316153063}, "can": {"them - woman": 0.06349199087461116, "them": 0.2736251987170022, "woman": 0.21013320784239103}, "candy": {"them - woman": -0.13558440813069084, "them": 0.1531858688521825, "woman": 0.28877027698287333}, "car": {"them - woman": -0.1483994001852593, "them": 0.17595535437565493, "woman": 0.3243547545609142}, "cause": {"them - woman": -0.0582839263268895, "them": 0.23797417163608026, "woman": 0.29625809796296976}, "check": {"them - woman": -0.08549234347562285, "them": 0.1949544781445428, "woman": 0.28044682162016565}, "child": {"them - woman": -0.12322417381113795, "them": 0.16273110441395042, "woman": 0.28595527822508837}, "children": {"them - woman": 0.01690678456788569, "them": 0.270883232127524, "woman": 0.25397644755963833}, "close": {"them - woman": -0.04339738045052435, "them": 0.2146542524048344, "woman": 0.25805163285535876}, "club": {"them - woman": -0.13200585661715716, "them": 0.2005624124550455, "woman": 0.33256826907220266}, "color": {"them - woman": -0.09382119133031969, "them": 0.13742365970303858, "woman": 0.23124485103335826}, "columbus": {"them - woman": -0.08762708788015228, "them": 0.25169312610341094, "woman": 0.3393202139835632}, "com": {"them - woman": -0.14131512678266464, "them": 0.128642567825798, "woman": 0.26995769460846264}, "come": {"them - woman": 0.02846335845211212, "them": 0.2207420303685213, "woman": 0.19227867191640918}, "competition": {"them - woman": -0.1283662618728906, "them": 0.24291869148317494, "woman": 0.37128495335606554}, "could": {"them - woman": -0.08058799463134994, "them": 0.2163987784202933, "woman": 0.2969867730516432}, "couple": {"them - woman": -0.06547430767714144, "them": 0.16196115247223936, "woman": 0.2274354601493808}, "crime": {"them - woman": -0.048153386702712464, "them": 0.23164101282341804, "woman": 0.2797943995261305}, "crimes": {"them - woman": -0.13499922241104292, "them": 0.16143313622519148, "woman": 0.2964323586362344}, "damn": {"them - woman": -0.04297192641059924, "them": 0.22814553716901928, "woman": 0.2711174635796185}, "dark": {"them - woman": -0.06460293887567667, "them": 0.18514221605081033, "woman": 0.249745154926487}, "date": {"them - woman": -0.13558440813069084, "them": 0.1531858688521825, "woman": 0.28877027698287333}, "dating": {"them - woman": -0.2225493568682836, "them": 0.1792105752169058, "woman": 0.4017599320851894}, "days": {"them - woman": -0.027613454574210827, "them": 0.19158877480595124, "woman": 0.21920222938016207}, "death": {"them - woman": -0.18700680090227947, "them": 0.18701162072292724, "woman": 0.3740184216252067}, "different": {"them - woman": -0.06555597328219243, "them": 0.1597093623355625, "woman": 0.2252653356177549}, "disgusting": {"them - woman": -0.13739567166385402, "them": 0.1260616043173855, "woman": 0.2634572759812395}, "do": {"them - woman": 0.12395661680995163, "them": 0.3080015829314802, "woman": 0.1840449661215286}, "does": {"them - woman": -0.028151340003032432, "them": 0.1670789504071985, "woman": 0.19523029041023093}, "don": {"them - woman": -0.06464679489804881, "them": 0.18401000637694803, "woman": 0.24865680127499684}, "dont": {"them - woman": -0.051996874197865056, "them": 0.22925601868307946, "woman": 0.2812528928809445}, "down": {"them - woman": 0.02221986032515111, "them": 0.25352154152274, "woman": 0.23130168119758887}, "dr": {"them - woman": -0.19547991692287875, "them": 0.11028829847553129, "woman": 0.30576821539841004}, "drop": {"them - woman": -0.13368353398065302, "them": 0.1792105752169058, "woman": 0.31289410919755883}, "early": {"them - woman": -0.0917855584297329, "them": 0.17933190514988562, "woman": 0.2711174635796185}, "east": {"them - woman": -0.09204227912278376, "them": 0.17434371493484388, "woman": 0.26638599405762764}, "edge": {"them - woman": -0.13140352916708672, "them": 0.2079166848164765, "woman": 0.3393202139835632}, "else": {"them - woman": -0.0010906560337814453, "them": 0.21560549812060176, "woman": 0.2166961541543832}, "ever": {"them - woman": 0.028466639066155902, "them": 0.21636772343243837, "woman": 0.18790108436628247}, "example": {"them - woman": -0.1374907211880213, "them": 0.12456190764965802, "woman": 0.2620526288376793}, "experience": {"them - woman": -0.09065080370987016, "them": 0.20053945865182993, "woman": 0.2911902623617001}, "eyes": {"them - woman": -0.15074834504744364, "them": 0.17813493688297263, "woman": 0.32888328193041627}, "face": {"them - woman": -0.12191404002042361, "them": 0.1818118562986164, "woman": 0.30372589631904}, "family": {"them - woman": -0.08586436089899727, "them": 0.18778363593784483, "woman": 0.2736479968368421}, "fear": {"them - woman": -0.0638503085314085, "them": 0.20406480574757857, "woman": 0.26791511427898707}, "feel": {"them - woman": 0.04409652181713722, "them": 0.2572213183606962, "woman": 0.213124796543559}, "female": {"them - woman": -0.1836224276148942, "them": 0.17761694058028663, "woman": 0.3612393681951808}, "few": {"them - woman": 0.06924581302873636, "them": 0.28702147896140623, "woman": 0.21777566593266987}, "fighting": {"them - woman": -0.026537500778030493, "them": 0.23836342795204155, "woman": 0.26490092873007204}, "find": {"them - woman": -0.09604297892193087, "them": 0.2455333254979704, "woman": 0.3415763044199013}, "finger": {"them - woman": -0.1325138976583627, "them": 0.19423707721647304, "woman": 0.32675097487483573}, "first": {"them - woman": -0.0015117627284131352, "them": 0.17946626126034915, "woman": 0.18097802398876228}, "for": {"them - woman": -0.053945721476425124, "them": 0.3112445605432782, "woman": 0.3651902820197033}, "force": {"them - woman": -0.14853684965263822, "them": 0.17434371493484388, "woman": 0.3228805645874821}, "fort": {"them - woman": -0.1306647928083624, "them": 0.21673549333636227, "woman": 0.3474002861447247}, "found": {"them - woman": -0.12466477532421502, "them": 0.14032488542945507, "woman": 0.2649896607536701}, "four": {"them - woman": -0.1364975472162748, "them": 0.1398375168103196, "woman": 0.2763350640265944}, "french": {"them - woman": -0.1384361884799144, "them": 0.10915366229580202, "woman": 0.2475898507757164}, "from": {"them - woman": 0.002049292458498969, "them": 0.24933059651776956, "woman": 0.2472813040592706}, "front": {"them - woman": -0.07065148062461438, "them": 0.22222663620878366, "woman": 0.29287811683339804}, "fruit": {"them - woman": -0.1325138976583627, "them": 0.19423707721647304, "woman": 0.32675097487483573}, "full": {"them - woman": -0.06507177908443246, "them": 0.17285470476558118, "woman": 0.23792648385001364}, "gang": {"them - woman": -0.1912475423045728, "them": 0.1531858688521825, "woman": 0.3444334111567553}, "get": {"them - woman": -0.0026552712171805104, "them": 0.3014839899596639, "woman": 0.3041392611768444}, "gets": {"them - woman": -0.0437944218538798, "them": 0.20172224473111694, "woman": 0.24551666658499674}, "girl": {"them - woman": -0.10290300049444431, "them": 0.17016479376936897, "woman": 0.2730677942638133}, "girls": {"them - woman": -0.08483881042761268, "them": 0.2072259284394428, "woman": 0.2920647388670555}, "give": {"them - woman": 0.09479392453878127, "them": 0.30734370789281124, "woman": 0.21254978335402996}, "go": {"them - woman": 0.016330946930354612, "them": 0.25832394212909254, "woman": 0.24199299519873793}, "god": {"them - woman": -0.013483595708257051, "them": 0.1990661876457729, "woman": 0.21254978335402996}, "good": {"them - woman": -0.1102156703589465, "them": 0.20878186186392547, "woman": 0.31899753222287197}, "got": {"them - woman": 0.06464426800526435, "them": 0.2339333718857933, "woman": 0.16928910388052895}, "groid": {"them - woman": -0.19067751440956532, "them": 0.1585321846689164, "woman": 0.3492096990784817}, "groids": {"them - woman": -0.1325138976583627, "them": 0.19423707721647304, "woman": 0.32675097487483573}, "grow": {"them - woman": -0.1364975472162748, "them": 0.1398375168103196, "woman": 0.2763350640265944}, "guess": {"them - woman": 0.02838719614406987, "them": 0.25294687191256415, "woman": 0.22455967576849428}, "gun": {"them - woman": -0.12191404002042361, "them": 0.1818118562986164, "woman": 0.30372589631904}, "guns": {"them - woman": -0.09285617034946478, "them": 0.15799968849604937, "woman": 0.25085585884551415}, "guy": {"them - woman": -0.16711573643480773, "them": 0.16835473053025826, "woman": 0.335470466965066}, "gypsies": {"them - woman": -0.08878840470783417, "them": 0.23284080988080857, "woman": 0.32162921458864274}, "had": {"them - woman": 0.02737356704293112, "them": 0.23678633687330908, "woman": 0.20941276983037796}, "hair": {"them - woman": -0.2351022331456479, "them": 0.07579833148725454, "woman": 0.31090056463290244}, "half": {"them - woman": -0.027441404978915396, "them": 0.1992615828045422, "woman": 0.2267029877834576}, "happen": {"them - woman": -0.06420983044945036, "them": 0.19514190928926947, "woman": 0.25935173973871983}, "happily": {"them - woman": -0.1306647928083624, "them": 0.21673549333636227, "woman": 0.3474002861447247}, "hard": {"them - woman": -0.07092580843235735, "them": 0.21649511094548668, "woman": 0.28742091937784403}, "has": {"them - woman": 0.08748478929043363, "them": 0.22595027520924754, "woman": 0.1384654859188139}, "hate": {"them - woman": -0.0011947040098576889, "them": 0.20641291398223613, "woman": 0.20760761799209382}, "have": {"them - woman": 0.1204770996699612, "them": 0.3305901570619134, "woman": 0.2101130573919522}, "having": {"them - woman": -0.0934122834347147, "them": 0.14631657172388773, "woman": 0.23972885515860243}, "he": {"them - woman": -0.09869155220027656, "them": 0.16409389547533695, "woman": 0.2627854476756135}, "healthy": {"them - woman": -0.13368353398065302, "them": 0.1792105752169058, "woman": 0.31289410919755883}, "hear": {"them - woman": -0.07099880980623158, "them": 0.2149564684188568, "woman": 0.28595527822508837}, "her": {"them - woman": -0.23833133075711715, "them": 0.1701613133075951, "woman": 0.40849264406471225}, "here": {"them - woman": -0.040096020261175896, "them": 0.2056141602808209, "woman": 0.2457101805419968}, "hey": {"them - woman": -0.09419810021327585, "them": 0.12897545921267584, "woman": 0.22317355942595168}, "hide": {"them - woman": -0.13636333204697967, "them": 0.14183872997715022, "woman": 0.2782020620241299}, "high": {"them - woman": -0.02765651210184908, "them": 0.18965627994745615, "woman": 0.21731279204930523}, "him": {"them - woman": -0.06702302287872411, "them": 0.11642037008750289, "woman": 0.183443392966227}, "his": {"them - woman": -0.04608395165906666, "them": 0.11899253509013676, "woman": 0.16507648674920342}, "hold": {"them - woman": -0.13540144470849522, "them": 0.15578881765320488, "woman": 0.2911902623617001}, "home": {"them - woman": -0.0874889515859249, "them": 0.22198637380425723, "woman": 0.30947532539018213}, "hope": {"them - woman": -0.09596400400063558, "them": 0.0853605559596307, "woman": 0.18132455996026628}, "house": {"them - woman": -0.10293783421989308, "them": 0.16955547669267243, "woman": 0.2724933109125655}, "how": {"them - woman": 0.06599846444199903, "them": 0.2681349965021111, "woman": 0.20213653206011206}, "html": {"them - woman": -0.13875166624963584, "them": 0.10379527406504108, "woman": 0.2425469403146769}, "http": {"them - woman": -0.12646882180582988, "them": 0.12939566527368548, "woman": 0.25586448707951537}, "huge": {"them - woman": -0.0917855584297329, "them": 0.17933190514988562, "woman": 0.2711174635796185}, "husband": {"them - woman": -0.13368353398065302, "them": 0.1792105752169058, "woman": 0.31289410919755883}, "i": {"them - woman": 0.08222911805818112, "them": 0.34524769559463003, "woman": 0.2630185775364489}, "id": {"them - woman": -0.1370902280073844, "them": 0.13082488627160266, "woman": 0.26791511427898707}, "if": {"them - woman": 0.025411459160437244, "them": 0.3010054593243214, "woman": 0.27559400016388413}, "im": {"them - woman": -0.10432071320210409, "them": 0.21095220520832111, "woman": 0.3152729184104252}, "important": {"them - woman": -0.0921991342434442, "them": 0.17125814173779533, "woman": 0.2634572759812395}, "in": {"them - woman": -0.06374697788535094, "them": 0.32466176755527304, "woman": 0.388408745440624}, "index": {"them - woman": -0.13575703519944202, "them": 0.15070887463434154, "woman": 0.28646590983378356}, "intellectual": {"them - woman": -0.13140352916708672, "them": 0.2079166848164765, "woman": 0.3393202139835632}, "interest": {"them - woman": -0.09050141651351123, "them": 0.2032376525510426, "woman": 0.2937390690645538}, "internet": {"them - woman": -0.043553984262851064, "them": 0.20959445700815127, "woman": 0.25314844127100233}, "into": {"them - woman": 0.08165010262003344, "them": 0.25036213194630846, "woman": 0.16871202932627502}, "is": {"them - woman": 0.01652867472920999, "them": 0.2876764227104776, "woman": 0.2711477479812676}, "it": {"them - woman": 0.044371010042722925, "them": 0.29846205876307824, "woman": 0.2540910487203553}, "its": {"them - woman": 0.005195168288599589, "them": 0.23059317764016374, "woman": 0.22539800935156415}, "jew": {"them - woman": -0.0011508466968871978, "them": 0.2102651709118251, "woman": 0.2114160176087123}, "jewish": {"them - woman": -0.04434797325824322, "them": 0.18308748689113757, "woman": 0.2274354601493808}, "jews": {"them - woman": 0.08106172239951101, "them": 0.27252176121706423, "woman": 0.19146003881755322}, "just": {"them - woman": 0.039253874534961486, "them": 0.28446218860896383, "woman": 0.24520831407400234}, "keep": {"them - woman": -0.038796275554844856, "them": 0.22929330382345828, "woman": 0.26808957937830313}, "kick": {"them - woman": -0.13592039231206154, "them": 0.14834553102427978, "woman": 0.2842659233363413}, "kid": {"them - woman": -0.0009110269946752403, "them": 0.23193169394845337, "woman": 0.2328427209431286}, "kids": {"them - woman": 0.09647014999301401, "them": 0.2626446510920857, "woman": 0.16617450109907167}, "killed": {"them - woman": -0.2116008940488286, "them": 0.16423201322893732, "woman": 0.3758329072777659}, "killing": {"them - woman": -0.026425755047890992, "them": 0.24306544408752048, "woman": 0.2694911991354115}, "know": {"them - woman": 0.04610815010182076, "them": 0.24805285396858834, "woman": 0.20194470386676758}, "large": {"them - woman": -0.012498062536628385, "them": 0.25861940104299014, "woman": 0.2711174635796185}, "last": {"them - woman": -0.04572125831957327, "them": 0.13321523572221272, "woman": 0.178936494041786}, "laugh": {"them - woman": -0.06391513644498867, "them": 0.20247085761263897, "woman": 0.26638599405762764}, "lay": {"them - woman": -0.1329528576604417, "them": 0.18867635692820103, "woman": 0.32162921458864274}, "least": {"them - woman": -0.04432570489682522, "them": 0.18385166222226118, "woman": 0.2281773671190864}, "liberals": {"them - woman": -0.04339738045052435, "them": 0.2146542524048344, "woman": 0.25805163285535876}, "light": {"them - woman": -0.06500133317413592, "them": 0.1747275219844665, "woman": 0.23972885515860243}, "like": {"them - woman": -0.04293770747288428, "them": 0.25878851765854444, "woman": 0.3017262251314287}, "line": {"them - woman": -0.09307437323767254, "them": 0.153469043245939, "woman": 0.24654341648361153}, "live": {"them - woman": -0.08768392708210787, "them": 0.15042995662162426, "woman": 0.23811388370373213}, "local": {"them - woman": -0.19558354608906459, "them": 0.10915366229580202, "woman": 0.3047372083848666}, "lol": {"them - woman": -0.15156424121284254, "them": 0.13660417469236216, "woman": 0.2881684159052047}, "lone": {"them - woman": -0.1306647928083624, "them": 0.21673549333636227, "woman": 0.3474002861447247}, "long": {"them - woman": 0.009677188699574568, "them": 0.20938026155834885, "woman": 0.19970307285877428}, "look": {"them - woman": -0.015310251152379606, "them": 0.2565308415426664, "woman": 0.271841092695046}, "looking": {"them - woman": -0.17987235671931043, "them": 0.16838509208124533, "woman": 0.34825744880055576}, "loud": {"them - woman": -0.18838511211777315, "them": 0.1792105752169058, "woman": 0.36759568733467896}, "love": {"them - woman": -0.0011112359885784573, "them": 0.21377250615125062, "woman": 0.21488374213982908}, "m": {"them - woman": -0.05384738058945249, "them": 0.1795952741245219, "woman": 0.23344265471397438}, "makes": {"them - woman": 0.0098843314560568, "them": 0.2427270523991854, "woman": 0.2328427209431286}, "making": {"them - woman": -0.06420983044945036, "them": 0.19514190928926947, "woman": 0.25935173973871983}, "male": {"them - woman": -0.12151031219585984, "them": 0.18747787884807582, "woman": 0.30898819104393566}, "males": {"them - woman": -0.06245961720962995, "them": 0.23682929299726907, "woman": 0.299288910206899}, "mall": {"them - woman": -0.1339943383440137, "them": 0.17509984774862158, "woman": 0.3090941860926353}, "man": {"them - woman": -0.37303033317713247, "them": 0.05121259150255999, "woman": 0.42424292467969243}, "mate": {"them - woman": -0.11879342516677921, "them": 0.22342391763254504, "woman": 0.34221734279932425}, "may": {"them - woman": -0.08576791338697126, "them": 0.18965627994745615, "woman": 0.2754241933344274}, "maybe": {"them - woman": -0.014471090602888509, "them": 0.23950535695674982, "woman": 0.25397644755963833}, "me": {"them - woman": -0.11128751710910181, "them": 0.21496705149932757, "woman": 0.3262545686084294}, "men": {"them - woman": -0.17513155617261386, "them": 0.210569038460621, "woman": 0.38570059463323486}, "met": {"them - woman": -0.09128454558003621, "them": 0.18885726115083426, "woman": 0.28014180673087047}, "middle": {"them - woman": -0.06364148386285079, "them": 0.2091559886652956, "woman": 0.2727974725281464}, "minister": {"them - woman": -0.13607538961052612, "them": 0.14608528107170587, "woman": 0.282160670682232}, "mixed": {"them - woman": -0.09302173632095384, "them": 0.15456811445476257, "woman": 0.2475898507757164}, "mob": {"them - woman": -0.1325138976583627, "them": 0.19423707721647304, "woman": 0.32675097487483573}, "month": {"them - woman": -0.09255075070629998, "them": 0.16423201322893732, "woman": 0.2567827639352373}, "more": {"them - woman": 0.01307917038672568, "them": 0.2648256143092987, "woman": 0.251746443922573}, "most": {"them - woman": 0.1005471042035653, "them": 0.2794835982453513, "woman": 0.178936494041786}, "mostly": {"them - woman": -0.09204227912278376, "them": 0.17434371493484388, "woman": 0.26638599405762764}, "mother": {"them - woman": -0.12227506511074607, "them": 0.17666343261185694, "woman": 0.298938497722603}, "mouth": {"them - woman": -0.08979120516277475, "them": 0.2157970370915838, "woman": 0.30558824225435854}, "movies": {"them - woman": -0.1368672454839947, "them": 0.13425021809562382, "woman": 0.2711174635796185}, "moving": {"them - woman": -0.09128454558003621, "them": 0.18885726115083426, "woman": 0.28014180673087047}, "much": {"them - woman": 0.08138941530359736, "them": 0.26066177854321865, "woman": 0.17927236323962129}, "murder": {"them - woman": -0.23110670836658498, "them": 0.11262789617886741, "woman": 0.3437346045454524}, "music": {"them - woman": -0.044592540448309126, "them": 0.17460968893185294, "woman": 0.21920222938016207}, "muslim": {"them - woman": -0.0917855584297329, "them": 0.17933190514988562, "woman": 0.2711174635796185}, "my": {"them - woman": -0.0039419963174741335, "them": 0.23680707376769028, "woman": 0.2407490700851644}, "n": {"them - woman": 0.0402211898152601, "them": 0.25540178480727166, "woman": 0.21518059499201156}, "name": {"them - woman": -0.08595744932766033, "them": 0.18596697633348622, "woman": 0.27192442566114655}, "nationalism": {"them - woman": -0.13622281005666892, "them": 0.14391899667420155, "woman": 0.28014180673087047}, "nationalist": {"them - woman": -0.06589535529988547, "them": 0.15019050342462878, "woman": 0.21608585872451425}, "nations": {"them - woman": -0.13729738646113876, "them": 0.12760354226893328, "woman": 0.26490092873007204}, "near": {"them - woman": -0.026927565352170113, "them": 0.22172923592282673, "woman": 0.24865680127499684}, "need": {"them - woman": 0.0052506608039161184, "them": 0.236552342001505, "woman": 0.23130168119758887}, "negro": {"them - woman": -0.1615867731476931, "them": 0.1397905075099346, "woman": 0.3013772806576277}, "never": {"them - woman": 0.016838442384477625, "them": 0.24470257463228964, "woman": 0.22786413224781202}, "new": {"them - woman": -0.01452243369912995, "them": 0.1361120209590649, "woman": 0.15063445465819486}, "news": {"them - woman": -0.17070243917092462, "them": 0.12888615875384532, "woman": 0.29958859792476994}, "next": {"them - woman": -0.1029722612865864, "them": 0.16895216437456015, "woman": 0.27192442566114655}, "nice": {"them - woman": -0.13969533262599326, "them": 0.08700765515746434, "woman": 0.2267029877834576}, "nigerian": {"them - woman": -0.1325138976583627, "them": 0.19423707721647304, "woman": 0.32675097487483573}, "night": {"them - woman": -0.09362605826864948, "them": 0.1417012217455604, "woman": 0.23532728001420988}, "no": {"them - woman": 0.03154959429553991, "them": 0.25185263627217064, "woman": 0.22030304197663073}, "norfolk": {"them - woman": -0.1297109545519846, "them": 0.22781923727126294, "woman": 0.3575301918232475}, "not": {"them - woman": 0.014467722122329607, "them": 0.3133005672088609, "woman": 0.2988328450865313}, "nothing": {"them - woman": 0.009680468639735568, "them": 0.20984898114677325, "woman": 0.20016851250703768}, "now": {"them - woman": 0.0584422569614908, "them": 0.21827867207578622, "woman": 0.15983641511429542}, "of": {"them - woman": 0.061089694300348496, "them": 0.37119101963760737, "woman": 0.31010132533725887}, "off": {"them - woman": 0.005358059975738599, "them": 0.24856581342873366, "woman": 0.24320775345299506}, "offers": {"them - woman": -0.13333902428081867, "them": 0.18370735668415972, "woman": 0.3170463809649784}, "ok": {"them - woman": -0.06431601179552648, "them": 0.19246675213971082, "woman": 0.2567827639352373}, "old": {"them - woman": -0.2534097168330218, "them": 0.13435486202459831, "woman": 0.38776457885762017}, "on": {"them - woman": -0.06506856102001257, "them": 0.30205863651831144, "woman": 0.367127197538324}, "once": {"them - woman": -0.0010695157901182972, "them": 0.21749616178781037, "woman": 0.21856567757792866}, "one": {"them - woman": -0.000835246416463542, "them": 0.26079412453014006, "woman": 0.2616293709466036}, "only": {"them - woman": 0.09217148958243418, "them": 0.2430274128495363, "woman": 0.15085592326710212}, "or": {"them - woman": 0.04617951798711939, "them": 0.2841279663086002, "woman": 0.23794844832148082}, "other": {"them - woman": 0.058551030390957826, "them": 0.20743825571115448, "woman": 0.14888722532019666}, "others": {"them - woman": -0.09336698266082952, "them": 0.14728541303505116, "woman": 0.24065239569588068}, "our": {"them - woman": 0.04191783948075062, "them": 0.26250797347938387, "woman": 0.22059013399863325}, "out": {"them - woman": -0.008056349132072815, "them": 0.30839010136258055, "woman": 0.31644645049465336}, "over": {"them - woman": 0.03677622987872961, "them": 0.20548825920500463, "woman": 0.16871202932627502}, "own": {"them - woman": -0.0005749948797353355, "them": 0.27499278123043225, "woman": 0.2755677761101676}, "p": {"them - woman": -0.13850225402923533, "them": 0.1080411624543762, "woman": 0.24654341648361153}, "part": {"them - woman": -0.08589575222999074, "them": 0.18717204203382254, "woman": 0.2730677942638133}, "penalty": {"them - woman": -0.13140352916708672, "them": 0.2079166848164765, "woman": 0.3393202139835632}, "people": {"them - woman": 0.09197498322092096, "them": 0.29006672665299627, "woman": 0.1980917434320753}, "perhaps": {"them - woman": -0.0638503085314085, "them": 0.20406480574757857, "woman": 0.26791511427898707}, "person": {"them - woman": 0.028440939388468423, "them": 0.23500294890073245, "woman": 0.20656200951226403}, "phone": {"them - woman": -0.012498062536628385, "them": 0.25861940104299014, "woman": 0.2711174635796185}, "pic": {"them - woman": -0.1339943383440137, "them": 0.17509984774862158, "woman": 0.3090941860926353}, "pick": {"them - woman": -0.06323318484576362, "them": 0.21892748583646837, "woman": 0.282160670682232}, "places": {"them - woman": -0.13792371634610479, "them": 0.11761984436637966, "woman": 0.25554356071248446}, "please": {"them - woman": -0.027815260177853074, "them": 0.18248795042655452, "woman": 0.2103032106044076}, "police": {"them - woman": -0.24339260324232873, "them": 0.15825401604203984, "woman": 0.40164661928436857}, "poor": {"them - woman": -0.092738790483513, "them": 0.16040965078748934, "woman": 0.25314844127100233}, "posted": {"them - woman": -0.12167755050519213, "them": 0.18514221605081033, "woman": 0.30681976655600246}, "prime": {"them - woman": -0.13453692384574534, "them": 0.16779459451165435, "woman": 0.3023315183573997}, "prison": {"them - woman": -0.1912475423045728, "them": 0.1531858688521825, "woman": 0.3444334111567553}, "probably": {"them - woman": -0.05897954564973737, "them": 0.22146727597042828, "woman": 0.28044682162016565}, "proud": {"them - woman": -0.0649281308965029, "them": 0.17666343261185694, "woman": 0.24159156350835984}, "public": {"them - woman": -0.027458073445556896, "them": 0.19852162115026664, "woman": 0.22597969459582354}, "pulls": {"them - woman": -0.18387344192619143, "them": 0.21673549333636227, "woman": 0.4006089352625537}, "put": {"them - woman": 0.0321127522443328, "them": 0.28402488130516845, "woman": 0.25191212906083565}, "quite": {"them - woman": -0.04331259170179566, "them": 0.21737219657681353, "woman": 0.2606847882786092}, "race": {"them - woman": 0.005147728041038829, "them": 0.22561959852764352, "woman": 0.2204718704866047}, "racially": {"them - woman": -0.13453692384574534, "them": 0.16779459451165435, "woman": 0.3023315183573997}, "racist": {"them - woman": -0.09440799260803608, "them": 0.12415768496989259, "woman": 0.21856567757792866}, "rape": {"them - woman": -0.11879342516677921, "them": 0.22342391763254504, "woman": 0.34221734279932425}, "re": {"them - woman": -0.06832605531054936, "them": 0.20381743680729414, "woman": 0.2721434921178435}, "read": {"them - woman": -0.030118602323130184, "them": 0.23003695020541404, "woman": 0.2601555525285442}, "real": {"them - woman": 0.01956449769851551, "them": 0.25160267149980725, "woman": 0.23203817380129174}, "really": {"them - woman": -0.04530176028903335, "them": 0.14907103037891348, "woman": 0.19437279066794683}, "reason": {"them - woman": -0.000836450932699212, "them": 0.23889240422590322, "woman": 0.23972885515860243}, "release": {"them - woman": -0.13140352916708672, "them": 0.2079166848164765, "woman": 0.3393202139835632}, "remind": {"them - woman": -0.08845817301997475, "them": 0.23829280185486099, "woman": 0.32675097487483573}, "right": {"them - woman": -0.014648992306867725, "them": 0.22998871925045022, "woman": 0.24463771155731795}, "rights": {"them - woman": -0.13453692384574534, "them": 0.16779459451165435, "woman": 0.3023315183573997}, "ripped": {"them - woman": -0.1297109545519846, "them": 0.22781923727126294, "woman": 0.3575301918232475}, "s": {"them - woman": -0.029816548161016587, "them": 0.22676382657728145, "woman": 0.25658037473829803}, "said": {"them - woman": -0.12416726042243831, "them": 0.1649099337582416, "woman": 0.2890771941806799}, "sailors": {"them - woman": -0.1283662618728906, "them": 0.24291869148317494, "woman": 0.37128495335606554}, "same": {"them - woman": -0.0077122273418105125, "them": 0.2259850895762845, "woman": 0.233697316918095}, "saw": {"them - woman": -0.045140017430548046, "them": 0.15502849507648964, "woman": 0.20016851250703768}, "say": {"them - woman": 0.05172357922031179, "them": 0.2093261031338089, "woman": 0.1576025239134971}, "saying": {"them - woman": -0.092912693944037, "them": 0.15683246098245, "woman": 0.249745154926487}, "says": {"them - woman": -0.04434797325824322, "them": 0.18308748689113757, "woman": 0.2274354601493808}, "school": {"them - woman": 0.041629810316665794, "them": 0.25276718249584906, "woman": 0.21113737217918327}, "see": {"them - woman": -0.03566746761670639, "them": 0.2457187828045301, "woman": 0.2813862504212365}, "seems": {"them - woman": -0.013056917328423345, "them": 0.2248695665215903, "woman": 0.23792648385001364}, "seen": {"them - woman": -0.030118602323130184, "them": 0.23003695020541404, "woman": 0.2601555525285442}, "service": {"them - woman": -0.11795610774703591, "them": 0.233841331670319, "woman": 0.3517974394173549}, "she": {"them - woman": -0.12592004800884396, "them": 0.13824862071354113, "woman": 0.2641686687223851}, "shock": {"them - woman": -0.1297109545519846, "them": 0.22781923727126294, "woman": 0.3575301918232475}, "shot": {"them - woman": -0.18493438002045895, "them": 0.1655671007347175, "woman": 0.35050148075517645}, "should": {"them - woman": 0.02782812814425034, "them": 0.278897349790988, "woman": 0.2510692216467377}, "showed": {"them - woman": -0.08934038649663167, "them": 0.22355372270092716, "woman": 0.31289410919755883}, "showing": {"them - woman": -0.09169341844119214, "them": 0.18110405408695426, "woman": 0.2727974725281464}, "shows": {"them - woman": -0.15025685307310102, "them": 0.153469043245939, "woman": 0.30372589631904}, "sign": {"them - woman": -0.09139349604460018, "them": 0.18680856597952972, "woman": 0.2782020620241299}, "single": {"them - woman": -0.1003538862066238, "them": 0.21206586632453564, "woman": 0.31241975253115944}, "site": {"them - woman": -0.1034161221528879, "them": 0.16107222156902687, "woman": 0.26448834372191476}, "situation": {"them - woman": -0.13558440813069084, "them": 0.1531858688521825, "woman": 0.28877027698287333}, "so": {"them - woman": 0.1964643749395761, "them": 0.29100694831745366, "woman": 0.09454257337787755}, "some": {"them - woman": -0.010254651674269255, "them": 0.26336864517704084, "woman": 0.2736232968513101}, "soon": {"them - woman": 0.019562024653680454, "them": 0.24699748480306125, "woman": 0.2274354601493808}, "south": {"them - woman": -0.09389468966697392, "them": 0.13579587289768716, "woman": 0.22969056256466108}, "speak": {"them - woman": -0.10120232243521018, "them": 0.19866004818036184, "woman": 0.299862370615572}, "spend": {"them - woman": -0.13499922241104292, "them": 0.16143313622519148, "woman": 0.2964323586362344}, "stand": {"them - woman": -0.06446490793689993, "them": 0.1886835333341024, "woman": 0.25314844127100233}, "standing": {"them - woman": -0.19036430319216344, "them": 0.16143313622519148, "woman": 0.3517974394173549}, "state": {"them - woman": -0.027241375694808445, "them": 0.20808590431940144, "woman": 0.23532728001420988}, "stick": {"them - woman": -0.14762997283237833, "them": 0.1848373553730489, "woman": 0.33246732820542724}, "still": {"them - woman": 0.00970722985181105, "them": 0.21373094076433038, "woman": 0.20402371091251933}, "store": {"them - woman": -0.0910506092867866, "them": 0.19321531404955472, "woman": 0.2842659233363413}, "stories": {"them - woman": -0.13592039231206154, "them": 0.14834553102427978, "woman": 0.2842659233363413}, "story": {"them - woman": -0.19817144270361295, "them": 0.07908519375861509, "woman": 0.27725663646222803}, "straight": {"them - woman": -0.06323318484576362, "them": 0.21892748583646837, "woman": 0.282160670682232}, "street": {"them - woman": -0.08349213602730848, "them": 0.23134863899276026, "woman": 0.31484077502006874}, "strong": {"them - woman": -0.13607538961052612, "them": 0.14608528107170587, "woman": 0.282160670682232}, "stuff": {"them - woman": -0.09336698266082952, "them": 0.14728541303505116, "woman": 0.24065239569588068}, "sub": {"them - woman": -0.13592039231206154, "them": 0.14834553102427978, "woman": 0.2842659233363413}, "sure": {"them - woman": -0.04489853040188255, "them": 0.16377298478318875, "woman": 0.2086715151850713}, "suspects": {"them - woman": -0.1329528576604417, "them": 0.18867635692820103, "woman": 0.32162921458864274}, "sweden": {"them - woman": -0.13829912123840699, "them": 0.11144603368808002, "woman": 0.249745154926487}, "t": {"them - woman": 0.027078996146590872, "them": 0.26274575455833676, "woman": 0.2356667584117459}, "take": {"them - woman": 0.02846753627093701, "them": 0.21447367129538836, "woman": 0.18600613502445135}, "talk": {"them - woman": 0.009703832347029345, "them": 0.21323225494562242, "woman": 0.20352842259859308}, "talking": {"them - woman": -0.06464679489804881, "them": 0.18401000637694803, "woman": 0.24865680127499684}, "teacher": {"them - woman": -0.1963328244476741, "them": 0.10080407925915394, "woman": 0.29713690370682805}, "teachers": {"them - woman": -0.0009021250667147762, "them": 0.23275671597842115, "woman": 0.23365884104513593}, "teens": {"them - woman": -0.13200585661715716, "them": 0.2005624124550455, "woman": 0.33256826907220266}, "tells": {"them - woman": -0.13477664234964765, "them": 0.16451226785725137, "woman": 0.299288910206899}, "than": {"them - woman": 0.05422933664275839, "them": 0.27200500257542826, "woman": 0.21777566593266987}, "thank": {"them - woman": -0.09512814492858705, "them": 0.10693788318234819, "woman": 0.20206602811093524}, "that": {"them - woman": 0.028741251731246975, "them": 0.3047314072309957, "woman": 0.2759901554997487}, "the": {"them - woman": -0.012790610026306826, "them": 0.3415628708691266, "woman": 0.35435348089543345}, "their": {"them - woman": 0.10297922241384977, "them": 0.3447550005803695, "woman": 0.24177577816651974}, "them": {"them - woman": 0.47268598637240794, "them": 0.6351802770115164, "woman": 0.16249429063910842}, "then": {"them - woman": 0.06211302447640332, "them": 0.27281523041968897, "woman": 0.21070220594328565}, "there": {"them - woman": 0.029609224345996138, "them": 0.2684526121432192, "woman": 0.23884338779722306}, "they": {"them - woman": 0.14494165974072412, "them": 0.37438221785363435, "woman": 0.22944055811291023}, "thing": {"them - woman": -0.030395233855395914, "them": 0.21951909124262067, "woman": 0.2499143250980166}, "things": {"them - woman": -0.04473617914974587, "them": 0.16955547669267243, "woman": 0.2142916558424183}, "this": {"them - woman": 0.024385095398664403, "them": 0.2224513595999435, "woman": 0.1980662642012791}, "those": {"them - woman": -0.001215959809198669, "them": 0.2170420536747084, "woman": 0.21825801348390708}, "thread": {"them - woman": -0.02833709497798781, "them": 0.15842033267351296, "woman": 0.18675742765150077}, "till": {"them - woman": -0.09117041781549962, "them": 0.19099025286673238, "woman": 0.282160670682232}, "time": {"them - woman": -0.04612509673784146, "them": 0.20067049879928744, "woman": 0.2467955955371289}, "to": {"them - woman": 0.02921492141227272, "them": 0.39981760773497416, "woman": 0.37060268632270144}, "toes": {"them - woman": -0.1283662618728906, "them": 0.24291869148317494, "woman": 0.37128495335606554}, "told": {"them - woman": 0.0508236821963976, "them": 0.28128610209875676, "woman": 0.23046241990235916}, "too": {"them - woman": 0.005162448175781431, "them": 0.22715140010608875, "woman": 0.22198895193030732}, "towards": {"them - woman": -0.11795610774703591, "them": 0.233841331670319, "woman": 0.3517974394173549}, "town": {"them - woman": -0.0448516195381129, "them": 0.1654515910662947, "woman": 0.2103032106044076}, "treat": {"them - woman": -0.13333902428081867, "them": 0.18370735668415972, "woman": 0.3170463809649784}, "true": {"them - woman": -0.09350024581595437, "them": 0.14442623803405927, "woman": 0.23792648385001364}, "truth": {"them - woman": -0.0009110269946752403, "them": 0.23193169394845337, "woman": 0.2328427209431286}, "try": {"them - woman": 0.028443151352037427, "them": 0.23397717365260876, "woman": 0.20553402230057133}, "trying": {"them - woman": -0.10272239220290716, "them": 0.17330617614220153, "woman": 0.2760285683451087}, "turn": {"them - woman": -0.000774708812430136, "them": 0.2447419577725666, "woman": 0.24551666658499674}, "turns": {"them - woman": -0.18838511211777315, "them": 0.1792105752169058, "woman": 0.36759568733467896}, "tv": {"them - woman": -0.13983152099894358, "them": 0.16717701309253763, "woman": 0.3070085340914812}, "two": {"them - woman": -0.13787787318146533, "them": 0.17479046356726496, "woman": 0.3126683367487303}, "u": {"them - woman": -0.1974544191070623, "them": 0.08778216884122327, "woman": 0.28523658794828555}, "up": {"them - woman": -0.0624172696053904, "them": 0.2778408701407574, "woman": 0.3402581397461478}, "updated": {"them - woman": -0.13368353398065302, "them": 0.1792105752169058, "woman": 0.31289410919755883}, "us": {"them - woman": 0.02736739056100962, "them": 0.24442585975205794, "woman": 0.21705846919104832}, "use": {"them - woman": 0.028449047304187403, "them": 0.23099869546310395, "woman": 0.20254964815891655}, "usually": {"them - woman": -0.04339738045052435, "them": 0.2146542524048344, "woman": 0.25805163285535876}, "ve": {"them - woman": 0.05829733868326992, "them": 0.23054855848123904, "woman": 0.17225121979796912}, "via": {"them - woman": -0.13333902428081867, "them": 0.18370735668415972, "woman": 0.3170463809649784}, "video": {"them - woman": -0.14278538153043888, "them": 0.1269777913276018, "woman": 0.2697631728580407}, "wait": {"them - woman": 0.009911376224098545, "them": 0.24783786007411218, "woman": 0.23792648385001364}, "wake": {"them - woman": -0.06332209125419203, "them": 0.21681971547667844, "woman": 0.28014180673087047}, "want": {"them - woman": -0.0005311236208956349, "them": 0.28135774541674063, "woman": 0.28188886903763627}, "wanted": {"them - woman": -0.04372950576434784, "them": 0.20386034501136857, "woman": 0.2475898507757164}, "was": {"them - woman": -0.11596860752428076, "them": 0.21799100198079666, "woman": 0.3339596095050774}, "way": {"them - woman": -0.02088968856858764, "them": 0.24168978703307942, "woman": 0.26257947560166706}, "we": {"them - woman": 0.1080150392757129, "them": 0.2911627013038333, "woman": 0.1831476620281204}, "wearing": {"them - woman": -0.0625910269659154, "them": 0.233841331670319, "woman": 0.2964323586362344}, "week": {"them - woman": -0.14000883411911882, "them": 0.08114542969983282, "woman": 0.22115426381895165}, "well": {"them - woman": -0.04579886590539389, "them": 0.21030266920718627, "woman": 0.25610153511258016}, "were": {"them - woman": 0.12201326052368722, "them": 0.2715506572411716, "woman": 0.1495373967174844}, "what": {"them - woman": 0.02789446631362258, "them": 0.2472012943723442, "woman": 0.21930682805872162}, "whatever": {"them - woman": -0.09169341844119214, "them": 0.18110405408695426, "woman": 0.2727974725281464}, "when": {"them - woman": 0.11262728119812002, "them": 0.29343950784687794, "woman": 0.18081222664875793}, "where": {"them - woman": -0.02269291101718704, "them": 0.20378990482477727, "woman": 0.2264828158419643}, "which": {"them - woman": 0.0642979041503457, "them": 0.2541516372560099, "woman": 0.18985373310566422}, "while": {"them - woman": -0.1535100991426613, "them": 0.10949901240390272, "woman": 0.26300911154656403}, "white": {"them - woman": -0.18813110809691264, "them": 0.2746039694593268, "woman": 0.46273507755623944}, "whitey": {"them - woman": -0.13368353398065302, "them": 0.1792105752169058, "woman": 0.31289410919755883}, "who": {"them - woman": -0.14483388850052575, "them": 0.2609609663559813, "woman": 0.40579485485650707}, "whose": {"them - woman": -0.1329528576604417, "them": 0.18867635692820103, "woman": 0.32162921458864274}, "why": {"them - woman": 0.02731274264936842, "them": 0.26877710371745206, "woman": 0.24146436106808364}, "wife": {"them - woman": -0.13719565080839094, "them": 0.1291903432492367, "woman": 0.26638599405762764}, "wiggers": {"them - woman": -0.11744953047246276, "them": 0.24001292723522893, "woman": 0.3574624577076917}, "will": {"them - woman": 0.12158886965431959, "them": 0.31489005458322655, "woman": 0.19330118492890697}, "william": {"them - woman": -0.13622281005666892, "them": 0.14391899667420155, "woman": 0.28014180673087047}, "with": {"them - woman": -0.03532189308259953, "them": 0.32255090358757565, "woman": 0.3578727966701752}, "wo": {"them - woman": -0.09234617783360125, "them": 0.16833861044500795, "woman": 0.2606847882786092}, "woman": {"them - woman": -0.5758710368528296, "them": 0.12482300377646947, "woman": 0.7006940406292991}, "women": {"them - woman": -0.07551542130606786, "them": 0.2309580082828636, "woman": 0.3064734295889315}, "wonder": {"them - woman": 0.009797776535851316, "them": 0.22773369325596132, "woman": 0.21793591672011}, "world": {"them - woman": -0.04946846189783177, "them": 0.19409377250889986, "woman": 0.24356223440673164}, "worse": {"them - woman": -0.06397783443746685, "them": 0.2009230942926052, "woman": 0.26490092873007204}, "would": {"them - woman": 0.01657607631414254, "them": 0.27893157909907706, "woman": 0.2623555027849345}, "wrong": {"them - woman": -0.09317614573713545, "them": 0.1513326741409468, "woman": 0.24450881987808226}, "www": {"them - woman": -0.1451335408316401, "them": 0.09039641592127169, "woman": 0.2355299567529118}, "year": {"them - woman": -0.2137599154222992, "them": 0.16447861418646856, "woman": 0.37823852960876775}, "years": {"them - woman": -0.12869543560845692, "them": 0.18612230184674716, "woman": 0.3148177374552041}, "yes": {"them - woman": -0.06639480887735191, "them": 0.13567121923358333, "woman": 0.20206602811093524}, "you": {"them - woman": 0.026219132068445228, "them": 0.28293414941752093, "woman": 0.2567150173490757}, "young": {"them - woman": -0.013071719614272753, "them": 0.22397491830994562, "woman": 0.23704663792421837}, "your": {"them - woman": -0.048752517546322316, "them": 0.22004473890997883, "woman": 0.26879725645630115}, "yourself": {"them - woman": -0.18730840325308998, "them": 0.14259548552322746, "woman": 0.32990388877631743}, "youtube": {"them - woman": -0.3222347678177959, "them": 0.04137066774761411, "woman": 0.36360543556541003}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-they-woman.json b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-they-woman.json new file mode 100644 index 0000000000000000000000000000000000000000..37fcd9c63760e314856988910a2962d36ae16ac7 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/associations/npmi/combined-they-woman.json @@ -0,0 +1 @@ +{"000": {"they - woman": -0.10679878347986421, "they": 0.13202160810967167, "woman": 0.23882039158953589}, "1": {"they - woman": -0.1840799313375301, "they": 0.13006300751500727, "woman": 0.31414293885253736}, "11": {"they - woman": -0.2844400516633256, "they": 0.0625652415980004, "woman": 0.347005293261326}, "13": {"they - woman": -0.18865126894374462, "they": 0.10011900803912871, "woman": 0.28877027698287333}, "15": {"they - woman": -0.10542340390493138, "they": 0.1552613843736778, "woman": 0.2606847882786092}, "16": {"they - woman": -0.18908622784501344, "they": 0.09517969549132788, "woman": 0.2842659233363413}, "17": {"they - woman": -0.20199606014829619, "they": 0.15254505900560922, "woman": 0.3545411191539054}, "2": {"they - woman": -0.18440617121683156, "they": 0.1268224381670997, "woman": 0.31122860938393127}, "2011": {"they - woman": -0.1467438512012898, "they": 0.15254505900560922, "woman": 0.299288910206899}, "25962136": {"they - woman": -0.1761552952603833, "they": 0.217327731074361, "woman": 0.3934830263347443}, "27": {"they - woman": -0.18573032234322662, "they": 0.13131605862175177, "woman": 0.3170463809649784}, "3": {"they - woman": -0.12793796556389, "they": 0.13458606589561048, "woman": 0.2625240314595005}, "30": {"they - woman": -0.10619155734011804, "they": 0.1424652439348788, "woman": 0.24865680127499684}, "43": {"they - woman": -0.18319562381005905, "they": 0.15612459017350416, "woman": 0.3393202139835632}, "5": {"they - woman": -0.06892186460336627, "they": 0.14655990171390312, "woman": 0.2154817663172694}, "6": {"they - woman": -0.12622859353606308, "they": 0.10661412740706551, "woman": 0.2328427209431286}, "65": {"they - woman": -0.1791925112969494, "they": 0.19209244205911613, "woman": 0.37128495335606554}, "8": {"they - woman": -0.14660317940373346, "they": 0.17484540508412838, "woman": 0.32144858448786184}, "88": {"they - woman": -0.19370429112783272, "they": 0.035986271436828365, "woman": 0.22969056256466108}, "9": {"they - woman": -0.19232141648050682, "they": 0.0552684342952096, "woman": 0.2475898507757164}, "a": {"they - woman": -0.14078045187400112, "they": 0.3053305338158821, "woman": 0.4461109856898832}, "abortion": {"they - woman": -0.18398591640840406, "they": 0.1485823526637986, "woman": 0.33256826907220266}, "about": {"they - woman": -0.017236342740402366, "they": 0.25885178198352066, "woman": 0.276088124723923}, "above": {"they - woman": -0.1241452859224689, "they": 0.13931199005877062, "woman": 0.2634572759812395}, "according": {"they - woman": -0.08967732674929868, "they": 0.18144013683031984, "woman": 0.2711174635796185}, "african": {"they - woman": -0.17991247078703215, "they": 0.14752870776413657, "woman": 0.3274411785511687}, "after": {"they - woman": 0.02799437646440589, "they": 0.22409401974292373, "woman": 0.19609964327851784}, "again": {"they - woman": -0.010900687906797435, "they": 0.19940252269761016, "woman": 0.2103032106044076}, "against": {"they - woman": -0.06422828136306213, "they": 0.20026006235885263, "woman": 0.26448834372191476}, "ago": {"they - woman": -0.08785200262326892, "they": 0.1648776033040355, "woman": 0.2527296059273044}, "all": {"they - woman": 0.06967782829301636, "they": 0.29587232649197465, "woman": 0.2261944981989583}, "alot": {"they - woman": -0.12370809253198684, "they": 0.14578310660342464, "woman": 0.2694911991354115}, "also": {"they - woman": 0.007830981890537964, "they": 0.18381936700365215, "woman": 0.17598838511311418}, "am": {"they - woman": -0.0768330826779679, "they": 0.1535922923813801, "woman": 0.23042537505934801}, "american": {"they - woman": -0.09271382565323671, "they": 0.1252220910668733, "woman": 0.21793591672011}, "an": {"they - woman": -0.1357238970973721, "they": 0.19480325827448153, "woman": 0.3305271553718536}, "and": {"they - woman": -0.00866050418229003, "they": 0.36377418831167907, "woman": 0.3724346924939691}, "angry": {"they - woman": -0.1220630374162045, "they": 0.1691272249454956, "woman": 0.2911902623617001}, "another": {"they - woman": -0.11809255817822939, "they": 0.17904844950653181, "woman": 0.2971410076847612}, "any": {"they - woman": -0.050153905936033166, "they": 0.2022511852323712, "woman": 0.25240509116840437}, "anyone": {"they - woman": -0.0014091588093161078, "they": 0.17686070493505962, "woman": 0.17826986374437573}, "apes": {"they - woman": -0.18947720662243728, "they": 0.09066460010843318, "woman": 0.28014180673087047}, "apparently": {"they - woman": -0.1038352254779982, "they": 0.18043069785834312, "woman": 0.2842659233363413}, "are": {"they - woman": 0.17226698242978156, "they": 0.3797899830688516, "woman": 0.20752300063907003}, "area": {"they - woman": -0.059932960725184226, "they": 0.13660591610237505, "woman": 0.19653887682755927}, "areas": {"they - woman": -0.12117391855310222, "they": 0.18115759980429746, "woman": 0.3023315183573997}, "around": {"they - woman": 0.07409609069241507, "they": 0.24110591145018637, "woman": 0.1670098207577713}, "arrest": {"they - woman": -0.19963060123926413, "they": 0.17194501769950304, "woman": 0.37157561893876717}, "arrested": {"they - woman": -0.2139879714577065, "they": 0.15722689287729189, "woman": 0.3712148643349984}, "aryan": {"they - woman": -0.24147231295096164, "they": 0.11685472096169278, "woman": 0.3583270339126544}, "as": {"they - woman": 0.011034757246360938, "they": 0.27986019394008455, "woman": 0.2688254366937236}, "asian": {"they - woman": -0.09912225505532882, "they": 0.1954197150823849, "woman": 0.2945419701377137}, "assault": {"they - woman": -0.20117227609144644, "they": 0.15941590692821472, "woman": 0.36058818301966117}, "assaulting": {"they - woman": -0.23676622951928677, "they": 0.15612459017350416, "woman": 0.39289081969279094}, "at": {"they - woman": -0.02148276581101824, "they": 0.24424939831047962, "woman": 0.26573216412149786}, "atleast": {"they - woman": -0.14099003950715633, "they": 0.2165401523160912, "woman": 0.3575301918232475}, "attack": {"they - woman": -0.0791372108092534, "they": 0.1537055101338752, "woman": 0.2328427209431286}, "attacked": {"they - woman": -0.17667194569775893, "they": 0.17786917345614647, "woman": 0.3545411191539054}, "attacks": {"they - woman": -0.17763277495402846, "they": 0.1691272249454956, "woman": 0.34675999989952405}, "babies": {"they - woman": -0.14840616109597535, "they": 0.13173564563489512, "woman": 0.28014180673087047}, "back": {"they - woman": 0.06430441204283022, "they": 0.2178737045695995, "woman": 0.1535692925267693}, "bad": {"they - woman": -0.028647696948854023, "they": 0.1789599210432398, "woman": 0.20760761799209382}, "bah": {"they - woman": -0.1791925112969494, "they": 0.19209244205911613, "woman": 0.37128495335606554}, "be": {"they - woman": 0.045023174661076304, "they": 0.3109349095340764, "woman": 0.26591173487300007}, "beat": {"they - woman": -0.1817192071709033, "they": 0.17804219375825772, "woman": 0.35976140092916103}, "beaten": {"they - woman": -0.2045516596485769, "they": 0.20277636920265446, "woman": 0.40732802885123137}, "beating": {"they - woman": -0.14510136326547535, "they": 0.17194501769950304, "woman": 0.3170463809649784}, "beautiful": {"they - woman": -0.15203473346007673, "they": 0.08080798748305187, "woman": 0.2328427209431286}, "because": {"they - woman": 0.04730539015876545, "they": 0.3010731070122914, "woman": 0.25376771685352595}, "become": {"they - woman": -0.034627020544209214, "they": 0.19583539935814995, "woman": 0.23046241990235916}, "been": {"they - woman": -0.03362188217105458, "they": 0.21234988943430233, "woman": 0.2459717716053569}, "behind": {"they - woman": -0.027428613723556733, "they": 0.2191148027600548, "woman": 0.24654341648361153}, "being": {"they - woman": -0.07240904643707488, "they": 0.20412548981057335, "woman": 0.27653453624764823}, "beliefs": {"they - woman": -0.18695371882932438, "they": 0.11863452342503418, "woman": 0.30558824225435854}, "big": {"they - woman": -0.05909197281963624, "they": 0.15760418133474696, "woman": 0.2166961541543832}, "black": {"they - woman": -0.1715102284108539, "they": 0.2480346177740218, "woman": 0.4195448461848757}, "blacks": {"they - woman": -0.018342725821362788, "they": 0.24912468218230768, "woman": 0.26746740800367047}, "blind": {"they - woman": -0.17389876003346255, "they": 0.20206715642451678, "woman": 0.37596591645797933}, "blue": {"they - woman": -0.07868445107270494, "they": 0.1629071124356549, "woman": 0.24159156350835984}, "boy": {"they - woman": -0.2193025119349593, "they": 0.1139492801626172, "woman": 0.3332517920975765}, "boyfriend": {"they - woman": -0.14466162727197784, "they": 0.1769675873166649, "woman": 0.32162921458864274}, "boys": {"they - woman": -0.16011143202927855, "they": 0.17602094638095686, "woman": 0.3361323784102354}, "brainwashed": {"they - woman": -0.10204474458982862, "they": 0.20704944150280666, "woman": 0.3090941860926353}, "break": {"they - woman": -0.14786953876045086, "they": 0.1385963710733327, "woman": 0.28646590983378356}, "broadcast": {"they - woman": -0.24596421388138884, "they": 0.0865031143240384, "woman": 0.33246732820542724}, "brother": {"they - woman": -0.1246186679048116, "they": 0.1321640960304257, "woman": 0.2567827639352373}, "brown": {"they - woman": -0.04238108285254355, "they": 0.17431507130183965, "woman": 0.2166961541543832}, "building": {"they - woman": -0.14786953876045086, "they": 0.1385963710733327, "woman": 0.28646590983378356}, "burglarized": {"they - woman": -0.1761552952603833, "they": 0.217327731074361, "woman": 0.3934830263347443}, "bus": {"they - woman": -0.17430581736203002, "they": 0.21622054939977123, "woman": 0.39052636676180125}, "but": {"they - woman": 0.020985988397747263, "they": 0.27069264789807046, "woman": 0.2497066595003232}, "buying": {"they - woman": -0.18760317894168665, "they": 0.11168573126521235, "woman": 0.299288910206899}, "by": {"they - woman": -0.10942912906008204, "they": 0.22788308711787023, "woman": 0.33731221617795226}, "ca": {"they - woman": -0.016313534410785507, "they": 0.1979781214316328, "woman": 0.2142916558424183}, "came": {"they - woman": -0.00547419221522269, "they": 0.21502216094630794, "woman": 0.22049635316153063}, "can": {"they - woman": 0.06026317180390384, "they": 0.27039637964629487, "woman": 0.21013320784239103}, "canadian": {"they - woman": -0.18398591640840406, "they": 0.1485823526637986, "woman": 0.33256826907220266}, "candy": {"they - woman": -0.18865126894374462, "they": 0.10011900803912871, "woman": 0.28877027698287333}, "car": {"they - woman": -0.18026277755400694, "they": 0.1440919770069073, "woman": 0.3243547545609142}, "cause": {"they - woman": -0.09177774320610652, "they": 0.20448035475686324, "woman": 0.29625809796296976}, "chants": {"they - woman": -0.1791925112969494, "they": 0.19209244205911613, "woman": 0.37128495335606554}, "charged": {"they - woman": -0.14928232372158654, "they": 0.12020887541382494, "woman": 0.2694911991354115}, "charges": {"they - woman": -0.145494161791666, "they": 0.16739994740589284, "woman": 0.31289410919755883}, "check": {"they - woman": -0.11679815660345974, "they": 0.1636486650167059, "woman": 0.28044682162016565}, "child": {"they - woman": -0.07372931626599968, "they": 0.2122259619590887, "woman": 0.28595527822508837}, "children": {"they - woman": -0.04217216188691575, "they": 0.21180428567272258, "woman": 0.25397644755963833}, "close": {"they - woman": -0.10559398304379819, "they": 0.15245764981156057, "woman": 0.25805163285535876}, "color": {"they - woman": -0.12633116593582205, "they": 0.1049136850975362, "woman": 0.23124485103335826}, "com": {"they - woman": -0.13923125656790197, "they": 0.13072643804056067, "woman": 0.26995769460846264}, "come": {"they - woman": 0.06654918732651904, "they": 0.2588278592429282, "woman": 0.19227867191640918}, "complex": {"they - woman": -0.18398591640840406, "they": 0.1485823526637986, "woman": 0.33256826907220266}, "cop": {"they - woman": -0.14746067413397038, "they": 0.14372958822772972, "woman": 0.2911902623617001}, "could": {"they - woman": -0.07451428723644354, "they": 0.22247248581519968, "woman": 0.2969867730516432}, "couple": {"they - woman": -0.058630410592344084, "they": 0.1688050495570367, "woman": 0.2274354601493808}, "court": {"they - woman": -0.20333409797148055, "they": 0.14109931318527474, "woman": 0.3444334111567553}, "cpamikei": {"they - woman": -0.19157058449573192, "they": 0.23180901004581475, "woman": 0.42337959454154667}, "crime": {"they - woman": -0.10016768414681948, "they": 0.17962671537931102, "woman": 0.2797943995261305}, "crimes": {"they - woman": -0.1469989893545604, "they": 0.149433369281674, "woman": 0.2964323586362344}, "damn": {"they - woman": -0.14915077445981934, "they": 0.12196668911979919, "woman": 0.2711174635796185}, "dark": {"they - woman": -0.09095170028611813, "they": 0.15879345464036887, "woman": 0.249745154926487}, "date": {"they - woman": -0.10351943017064247, "they": 0.18525084681223086, "woman": 0.28877027698287333}, "dating": {"they - woman": -0.20916879919722953, "they": 0.19259113288795987, "woman": 0.4017599320851894}, "days": {"they - woman": -0.05023188914192142, "they": 0.16897034023824065, "woman": 0.21920222938016207}, "dead": {"they - woman": -0.09046506712929214, "they": 0.16758656572606662, "woman": 0.25805163285535876}, "death": {"they - woman": -0.18461735465458143, "they": 0.18940106697062528, "woman": 0.3740184216252067}, "des": {"they - woman": -0.18096831757161547, "they": 0.17656187425163206, "woman": 0.3575301918232475}, "detrimental": {"they - woman": -0.19373425152961493, "they": 0.2165401523160912, "woman": 0.4102744038457061}, "different": {"they - woman": 0.004181544633687639, "they": 0.22944688025144255, "woman": 0.2252653356177549}, "difficult": {"they - woman": -0.18465147586600725, "they": 0.14209949900882848, "woman": 0.32675097487483573}, "disgusting": {"they - woman": -0.07750956559487754, "they": 0.185947710386362, "woman": 0.2634572759812395}, "do": {"they - woman": 0.13351731025649488, "they": 0.3175622763780235, "woman": 0.1840449661215286}, "does": {"they - woman": -0.059986414851423975, "they": 0.13524387555880696, "woman": 0.19523029041023093}, "don": {"they - woman": -0.0783115958434075, "they": 0.17034520543158935, "woman": 0.24865680127499684}, "dont": {"they - woman": -0.06147214604041351, "they": 0.219780746840531, "woman": 0.2812528928809445}, "down": {"they - woman": -0.014836503344383634, "they": 0.21646517785320524, "woman": 0.23130168119758887}, "drink": {"they - woman": -0.12291491385357858, "they": 0.15722689287729189, "woman": 0.28014180673087047}, "drop": {"they - woman": -0.18617995192850492, "they": 0.1267141572690539, "woman": 0.31289410919755883}, "early": {"they - woman": -0.14915077445981934, "they": 0.12196668911979919, "woman": 0.2711174635796185}, "east": {"they - woman": -0.14953127309593486, "they": 0.11685472096169278, "woman": 0.26638599405762764}, "else": {"they - woman": -0.035095485442675184, "they": 0.18160066871170802, "woman": 0.2166961541543832}, "entire": {"they - woman": -0.147237248105103, "they": 0.14650182095945083, "woman": 0.2937390690645538}, "ever": {"they - woman": 0.016479161347739885, "they": 0.20438024571402236, "woman": 0.18790108436628247}, "everywhere": {"they - woman": -0.05687737760481912, "they": 0.20950861645280852, "woman": 0.26638599405762764}, "example": {"they - woman": -0.10533425838297567, "they": 0.15671837045470366, "woman": 0.2620526288376793}, "experience": {"they - woman": -0.18841415809374878, "they": 0.10277610426795132, "woman": 0.2911902623617001}, "eyes": {"they - woman": -0.19218503394688388, "they": 0.1366982479835324, "woman": 0.32888328193041627}, "face": {"they - woman": -0.11496839679714563, "they": 0.18875749952189438, "woman": 0.30372589631904}, "family": {"they - woman": -0.09330278944253395, "they": 0.18034520739430815, "woman": 0.2736479968368421}, "fault": {"they - woman": -0.18760317894168665, "they": 0.11168573126521235, "woman": 0.299288910206899}, "fear": {"they - woman": -0.06638785366001893, "they": 0.20152726061896814, "woman": 0.26791511427898707}, "feel": {"they - woman": -0.022207433880194, "they": 0.190917362663365, "woman": 0.213124796543559}, "few": {"they - woman": -0.01837277617447844, "they": 0.19940288975819143, "woman": 0.21777566593266987}, "fighting": {"they - woman": -0.09005552364594366, "they": 0.17484540508412838, "woman": 0.26490092873007204}, "figure": {"they - woman": -0.14600104172084888, "they": 0.18144013683031984, "woman": 0.3274411785511687}, "filth": {"they - woman": -0.18865126894374462, "they": 0.10011900803912871, "woman": 0.28877027698287333}, "find": {"they - woman": -0.11897668151328114, "they": 0.22259962290662014, "woman": 0.3415763044199013}, "first": {"they - woman": 0.007918115632097183, "they": 0.18889613962085947, "woman": 0.18097802398876228}, "flipped": {"they - woman": -0.1394759433102508, "they": 0.23180901004581475, "woman": 0.37128495335606554}, "for": {"they - woman": -0.09961110235888049, "they": 0.26557917966082284, "woman": 0.3651902820197033}, "force": {"they - woman": -0.11337194813467358, "they": 0.20950861645280852, "woman": 0.3228805645874821}, "forced": {"they - woman": -0.076571332836223, "they": 0.20357047389464747, "woman": 0.28014180673087047}, "found": {"they - woman": -0.10915594274895352, "they": 0.15583371800471657, "woman": 0.2649896607536701}, "fox": {"they - woman": -0.07593009146690771, "they": 0.21526017089479238, "woman": 0.2911902623617001}, "french": {"they - woman": -0.10625833384381556, "they": 0.14133151693190085, "woman": 0.2475898507757164}, "from": {"they - woman": -0.02431703410054209, "they": 0.2229642699587285, "woman": 0.2472813040592706}, "front": {"they - woman": -0.12554719559264987, "they": 0.16733092124074816, "woman": 0.29287811683339804}, "full": {"they - woman": -0.1258981955969863, "they": 0.11202828825302732, "woman": 0.23792648385001364}, "gang": {"they - woman": -0.17791529866709058, "they": 0.16651811248966472, "woman": 0.3444334111567553}, "german": {"they - woman": -0.10690627860977514, "they": 0.13014035931444323, "woman": 0.23704663792421837}, "germany": {"they - woman": -0.14840616109597535, "they": 0.13173564563489512, "woman": 0.28014180673087047}, "get": {"they - woman": -0.031588273152659, "they": 0.2725509880241854, "woman": 0.3041392611768444}, "gets": {"they - woman": -0.0911952041998974, "they": 0.15432146238509933, "woman": 0.24551666658499674}, "girl": {"they - woman": -0.12713317252032302, "they": 0.14593462174349026, "woman": 0.2730677942638133}, "girls": {"they - woman": -0.08538601688575265, "they": 0.20667872198130283, "woman": 0.2920647388670555}, "give": {"they - woman": 0.016779882611736463, "they": 0.22932966596576643, "woman": 0.21254978335402996}, "go": {"they - woman": 0.00732034048638236, "they": 0.2493133356851203, "woman": 0.24199299519873793}, "god": {"they - woman": -0.016359149679148366, "they": 0.1961906336748816, "woman": 0.21254978335402996}, "gods": {"they - woman": -0.14840616109597535, "they": 0.13173564563489512, "woman": 0.28014180673087047}, "goes": {"they - woman": -0.12504267019641346, "they": 0.17389582752618954, "woman": 0.298938497722603}, "gone": {"they - woman": -0.12478975440714801, "they": 0.12954281463954115, "woman": 0.25433256904668916}, "good": {"they - woman": -0.11520461527786152, "they": 0.20379291694501045, "woman": 0.31899753222287197}, "got": {"they - woman": -0.001599938659036626, "they": 0.16768916522149233, "woman": 0.16928910388052895}, "granddaughter": {"they - woman": -0.1791925112969494, "they": 0.19209244205911613, "woman": 0.37128495335606554}, "gray": {"they - woman": -0.18096831757161547, "they": 0.17656187425163206, "woman": 0.3575301918232475}, "green": {"they - woman": -0.12443773634758606, "they": 0.13491400339113377, "woman": 0.25935173973871983}, "groid": {"they - woman": -0.20270787811903088, "they": 0.14650182095945083, "woman": 0.3492096990784817}, "groids": {"they - woman": -0.1191189033519269, "they": 0.20763207152290883, "woman": 0.32675097487483573}, "grow": {"they - woman": -0.12320156562412879, "they": 0.15313349840246562, "woman": 0.2763350640265944}, "guess": {"they - woman": -0.05001851780315819, "they": 0.1745411579653361, "woman": 0.22455967576849428}, "gun": {"they - woman": -0.11496839679714563, "they": 0.18875749952189438, "woman": 0.30372589631904}, "guns": {"they - woman": -0.04894549758531763, "they": 0.2019103612601965, "woman": 0.25085585884551415}, "guy": {"they - woman": -0.19137474269394994, "they": 0.14409572427111605, "woman": 0.335470466965066}, "gypsies": {"they - woman": -0.14466162727197784, "they": 0.1769675873166649, "woman": 0.32162921458864274}, "had": {"they - woman": 0.02781230727228204, "they": 0.23722507710266, "woman": 0.20941276983037796}, "hair": {"they - woman": -0.14516989576960249, "they": 0.16573066886329996, "woman": 0.31090056463290244}, "half": {"they - woman": -0.06840357365145522, "they": 0.15829941413200238, "woman": 0.2267029877834576}, "halloween": {"they - woman": -0.18816183056260305, "they": 0.10557723850195076, "woman": 0.2937390690645538}, "hang": {"they - woman": -0.12291491385357858, "they": 0.15722689287729189, "woman": 0.28014180673087047}, "happen": {"they - woman": -0.06682124336819636, "they": 0.19253049637052347, "woman": 0.25935173973871983}, "happily": {"they - woman": -0.18222464543408615, "they": 0.16517564071063853, "woman": 0.3474002861447247}, "hard": {"they - woman": -0.1370282719251173, "they": 0.15039264745272674, "woman": 0.28742091937784403}, "has": {"they - woman": 0.015719411354074703, "they": 0.15418489727288862, "woman": 0.1384654859188139}, "hate": {"they - woman": 0.01672373960903556, "they": 0.22433135760112938, "woman": 0.20760761799209382}, "have": {"they - woman": 0.11573555007074518, "they": 0.3258486074626974, "woman": 0.2101130573919522}, "having": {"they - woman": -0.07878167655649129, "they": 0.16094717860211114, "woman": 0.23972885515860243}, "he": {"they - woman": -0.11139612840400087, "they": 0.15138931927161264, "woman": 0.2627854476756135}, "hear": {"they - woman": -0.13715251691187788, "they": 0.1488027613132105, "woman": 0.28595527822508837}, "heaven": {"they - woman": -0.1852257472362469, "they": 0.13640346735239584, "woman": 0.32162921458864274}, "her": {"they - woman": -0.2596403547337322, "they": 0.14885228933098005, "woman": 0.40849264406471225}, "here": {"they - woman": -0.048854145585574854, "they": 0.19685603495642195, "woman": 0.2457101805419968}, "hey": {"they - woman": -0.1526936505991164, "they": 0.07047990882683527, "woman": 0.22317355942595168}, "hi": {"they - woman": -0.12622859353606308, "they": 0.10661412740706551, "woman": 0.2328427209431286}, "hide": {"they - woman": -0.12306141749875832, "they": 0.15514064452537157, "woman": 0.2782020620241299}, "high": {"they - woman": -0.06883818281760812, "they": 0.1484746092316971, "woman": 0.21731279204930523}, "him": {"they - woman": -0.006288738051232617, "they": 0.17715465491499438, "woman": 0.183443392966227}, "his": {"they - woman": 0.016154408653627467, "they": 0.18123089540283088, "woman": 0.16507648674920342}, "hispanic": {"they - woman": -0.12276146555419282, "they": 0.15939920512803918, "woman": 0.282160670682232}, "hold": {"they - woman": -0.18841415809374878, "they": 0.10277610426795132, "woman": 0.2911902623617001}, "home": {"they - woman": -0.09630261733288115, "they": 0.21317270805730099, "woman": 0.30947532539018213}, "hope": {"they - woman": 0.01639015984766337, "they": 0.19771471980792965, "woman": 0.18132455996026628}, "hopefully": {"they - woman": -0.08935512999532672, "they": 0.1869799340312677, "woman": 0.2763350640265944}, "house": {"they - woman": -0.08664145319164662, "they": 0.1858518577209189, "woman": 0.2724933109125655}, "how": {"they - woman": 0.07010753849555551, "they": 0.27224407055566757, "woman": 0.20213653206011206}, "html": {"they - woman": -0.12559254905476264, "they": 0.11695439125991428, "woman": 0.2425469403146769}, "http": {"they - woman": -0.12768781860982936, "they": 0.128176668469686, "woman": 0.25586448707951537}, "huge": {"they - woman": -0.07708329939015413, "they": 0.1940341641894644, "woman": 0.2711174635796185}, "i": {"they - woman": 0.0049699081391292865, "they": 0.2679884856755782, "woman": 0.2630185775364489}, "id": {"they - woman": -0.19059568923791176, "they": 0.0773194250410753, "woman": 0.26791511427898707}, "if": {"they - woman": 0.020130760282974947, "they": 0.2957247604468591, "woman": 0.27559400016388413}, "ill": {"they - woman": -0.14823618164889912, "they": 0.13392448903333287, "woman": 0.282160670682232}, "im": {"they - woman": -0.14664055841688522, "they": 0.16863235999353998, "woman": 0.3152729184104252}, "important": {"they - woman": -0.07750956559487754, "they": 0.185947710386362, "woman": 0.2634572759812395}, "in": {"they - woman": -0.08081161931350639, "they": 0.3075971261271176, "woman": 0.388408745440624}, "index": {"they - woman": -0.10368148609399727, "they": 0.1827844237397863, "woman": 0.28646590983378356}, "inside": {"they - woman": -0.10351943017064247, "they": 0.18525084681223086, "woman": 0.28877027698287333}, "interest": {"they - woman": -0.147237248105103, "they": 0.14650182095945083, "woman": 0.2937390690645538}, "interested": {"they - woman": -0.14998073171978565, "they": 0.11070405655882354, "woman": 0.2606847882786092}, "internet": {"they - woman": -0.07807119745900035, "they": 0.175077243812002, "woman": 0.25314844127100233}, "into": {"they - woman": 0.05340828084407104, "they": 0.22212031017034606, "woman": 0.16871202932627502}, "iowa": {"they - woman": -0.23543329455191517, "they": 0.16517564071063853, "woman": 0.4006089352625537}, "is": {"they - woman": -0.019631090917761995, "they": 0.2515166570635056, "woman": 0.2711477479812676}, "it": {"they - woman": 0.03835628246239681, "they": 0.2924473311827521, "woman": 0.2540910487203553}, "its": {"they - woman": -0.043332802993370084, "they": 0.18206520635819406, "woman": 0.22539800935156415}, "jew": {"they - woman": -0.028529311373944127, "they": 0.18288670623476816, "woman": 0.2114160176087123}, "jewish": {"they - woman": -0.10747812389548775, "they": 0.11995733625389304, "woman": 0.2274354601493808}, "jews": {"they - woman": 0.012401400817494246, "they": 0.20386143963504746, "woman": 0.19146003881755322}, "just": {"they - woman": 0.029089060297502967, "they": 0.2742973743715053, "woman": 0.24520831407400234}, "keep": {"they - woman": -0.05441668467073846, "they": 0.21367289470756468, "woman": 0.26808957937830313}, "kick": {"they - woman": -0.08885703060196856, "they": 0.19540889273437276, "woman": 0.2842659233363413}, "kid": {"they - woman": -0.058394454691388736, "they": 0.17444826625173987, "woman": 0.2328427209431286}, "kids": {"they - woman": 0.09154247322854125, "they": 0.2577169743276129, "woman": 0.16617450109907167}, "killed": {"they - woman": -0.22472584146839159, "they": 0.15110706580937433, "woman": 0.3758329072777659}, "killing": {"they - woman": -0.10484305701650679, "they": 0.1646481421189047, "woman": 0.2694911991354115}, "know": {"they - woman": 0.049021525124255144, "they": 0.2509662289910227, "woman": 0.20194470386676758}, "large": {"they - woman": -0.08967732674929868, "they": 0.18144013683031984, "woman": 0.2711174635796185}, "last": {"they - woman": -0.029532995645428495, "they": 0.1494034983963575, "woman": 0.178936494041786}, "laugh": {"they - woman": -0.0899657380051376, "they": 0.17642025605249004, "woman": 0.26638599405762764}, "lay": {"they - woman": -0.14466162727197784, "they": 0.1769675873166649, "woman": 0.32162921458864274}, "least": {"they - woman": -0.010477325463780607, "they": 0.2177000416553058, "woman": 0.2281773671190864}, "liberals": {"they - woman": -0.06688637307299089, "they": 0.19116525978236787, "woman": 0.25805163285535876}, "libtard": {"they - woman": -0.1852257472362469, "they": 0.13640346735239584, "woman": 0.32162921458864274}, "light": {"they - woman": -0.0677855531331237, "they": 0.17194330202547872, "woman": 0.23972885515860243}, "like": {"they - woman": -0.025254493982738546, "they": 0.27647173114869017, "woman": 0.3017262251314287}, "line": {"they - woman": -0.10632361084117006, "they": 0.14021980564244146, "woman": 0.24654341648361153}, "liquid": {"they - woman": -0.1791925112969494, "they": 0.19209244205911613, "woman": 0.37128495335606554}, "live": {"they - woman": -0.06556868717854233, "they": 0.1725451965251898, "woman": 0.23811388370373213}, "local": {"they - woman": -0.1355156739783038, "they": 0.16922153440656282, "woman": 0.3047372083848666}, "lol": {"they - woman": -0.12593300857614043, "they": 0.16223540732906427, "woman": 0.2881684159052047}, "long": {"they - woman": 0.008230100545076446, "they": 0.20793317340385073, "woman": 0.19970307285877428}, "look": {"they - woman": -0.04924146978842589, "they": 0.22259962290662014, "woman": 0.271841092695046}, "looking": {"they - woman": -0.20212265976096006, "they": 0.1461347890395957, "woman": 0.34825744880055576}, "loud": {"they - woman": -0.24088153006562504, "they": 0.1267141572690539, "woman": 0.36759568733467896}, "love": {"they - woman": -0.03515677050781091, "they": 0.17972697163201817, "woman": 0.21488374213982908}, "m": {"they - woman": -0.09598475497747788, "they": 0.1374578997364965, "woman": 0.23344265471397438}, "makes": {"they - woman": -0.0052141086875948095, "they": 0.2276286122555338, "woman": 0.2328427209431286}, "making": {"they - woman": -0.07773488968695053, "they": 0.1816168500517693, "woman": 0.25935173973871983}, "male": {"they - woman": -0.1478195401450758, "they": 0.16116865089885984, "woman": 0.30898819104393566}, "males": {"they - woman": -0.12141973675075254, "they": 0.17786917345614647, "woman": 0.299288910206899}, "mall": {"they - woman": -0.1458489516551996, "they": 0.1632452344374357, "woman": 0.3090941860926353}, "man": {"they - woman": -0.2674507272347211, "they": 0.1567921974449714, "woman": 0.42424292467969243}, "march": {"they - woman": -0.125030041583382, "they": 0.12582581726213216, "woman": 0.25085585884551415}, "mate": {"they - woman": -0.24462625699382778, "they": 0.09759108580549648, "woman": 0.34221734279932425}, "may": {"they - woman": -0.08645704313249727, "they": 0.18896715020193014, "woman": 0.2754241933344274}, "maybe": {"they - woman": -0.04217216188691575, "they": 0.21180428567272258, "woman": 0.25397644755963833}, "me": {"they - woman": -0.14154968729224662, "they": 0.18470488131618276, "woman": 0.3262545686084294}, "men": {"they - woman": -0.183738302668659, "they": 0.20196229196457585, "woman": 0.38570059463323486}, "mentally": {"they - woman": -0.18096831757161547, "they": 0.17656187425163206, "woman": 0.3575301918232475}, "met": {"they - woman": -0.12291491385357858, "they": 0.15722689287729189, "woman": 0.28014180673087047}, "middle": {"they - woman": -0.1490140331608399, "they": 0.12378343936730653, "woman": 0.2727974725281464}, "minister": {"they - woman": -0.14823618164889912, "they": 0.13392448903333287, "woman": 0.282160670682232}, "mixed": {"they - woman": -0.034036841692252906, "they": 0.2135530090834635, "woman": 0.2475898507757164}, "mob": {"they - woman": -0.1191189033519269, "they": 0.20763207152290883, "woman": 0.32675097487483573}, "moines": {"they - woman": -0.1791925112969494, "they": 0.19209244205911613, "woman": 0.37128495335606554}, "mom": {"they - woman": -0.1218623013844577, "they": 0.17187676768009613, "woman": 0.2937390690645538}, "month": {"they - woman": -0.10567569812586297, "they": 0.15110706580937433, "woman": 0.2567827639352373}, "more": {"they - woman": -0.00631801033370985, "they": 0.24542843358886315, "woman": 0.251746443922573}, "morning": {"they - woman": -0.17933382980296161, "they": 0.15313349840246562, "woman": 0.33246732820542724}, "most": {"they - woman": 0.016356926496759433, "they": 0.19529342053854543, "woman": 0.178936494041786}, "mostly": {"they - woman": -0.0899657380051376, "they": 0.17642025605249004, "woman": 0.26638599405762764}, "mother": {"they - woman": -0.1360313852869481, "they": 0.1629071124356549, "woman": 0.298938497722603}, "movies": {"they - woman": -0.12358875581548195, "they": 0.14752870776413657, "woman": 0.2711174635796185}, "moving": {"they - woman": -0.14840616109597535, "they": 0.13173564563489512, "woman": 0.28014180673087047}, "much": {"they - woman": 0.05338848744694197, "they": 0.23266085068656325, "woman": 0.17927236323962129}, "mug": {"they - woman": -0.18096831757161547, "they": 0.17656187425163206, "woman": 0.3575301918232475}, "murder": {"they - woman": -0.21790878728332025, "they": 0.12582581726213216, "woman": 0.3437346045454524}, "murders": {"they - woman": -0.18573032234322662, "they": 0.13131605862175177, "woman": 0.3170463809649784}, "music": {"they - woman": -0.07982340869755913, "they": 0.13937882068260293, "woman": 0.21920222938016207}, "muslim": {"they - woman": -0.12358875581548195, "they": 0.14752870776413657, "woman": 0.2711174635796185}, "my": {"they - woman": -0.03495892145026977, "they": 0.20579014863489464, "woman": 0.2407490700851644}, "n": {"they - woman": 0.07710471019639595, "they": 0.2922853051884075, "woman": 0.21518059499201156}, "name": {"they - woman": -0.0804098630356351, "they": 0.19151456262551145, "woman": 0.27192442566114655}, "nationalism": {"they - woman": -0.12291491385357858, "they": 0.15722689287729189, "woman": 0.28014180673087047}, "nationalist": {"they - woman": -0.05035518986121429, "they": 0.16573066886329996, "woman": 0.21608585872451425}, "nations": {"they - woman": -0.06654127263127044, "they": 0.1983596560988016, "woman": 0.26490092873007204}, "navy": {"they - woman": -0.18319562381005905, "they": 0.15612459017350416, "woman": 0.3393202139835632}, "near": {"they - woman": -0.09101464675846926, "they": 0.15764215451652758, "woman": 0.24865680127499684}, "nearly": {"they - woman": -0.18908622784501344, "they": 0.09517969549132788, "woman": 0.2842659233363413}, "need": {"they - woman": -0.02120807857646606, "they": 0.2100936026211228, "woman": 0.23130168119758887}, "negro": {"they - woman": -0.12402761852619701, "they": 0.1773496621314307, "woman": 0.3013772806576277}, "negroid": {"they - woman": -0.18617995192850492, "they": 0.1267141572690539, "woman": 0.31289410919755883}, "never": {"they - woman": -0.01188147011309848, "they": 0.21598266213471354, "woman": 0.22786413224781202}, "new": {"they - woman": 0.007362181684676672, "they": 0.15799663634287153, "woman": 0.15063445465819486}, "news": {"they - woman": -0.1422296315169485, "they": 0.15735896640782143, "woman": 0.29958859792476994}, "news4jax": {"they - woman": -0.18222464543408615, "they": 0.16517564071063853, "woman": 0.3474002861447247}, "next": {"they - woman": -0.0804098630356351, "they": 0.19151456262551145, "woman": 0.27192442566114655}, "nice": {"they - woman": -0.07944904514870627, "they": 0.14725394263475133, "woman": 0.2267029877834576}, "nigerian": {"they - woman": -0.14416245777728573, "they": 0.18258851709755, "woman": 0.32675097487483573}, "night": {"they - woman": -0.07900963824662618, "they": 0.1563176417675837, "woman": 0.23532728001420988}, "no": {"they - woman": 0.034838630776127116, "they": 0.25514167275275784, "woman": 0.22030304197663073}, "not": {"they - woman": -0.02537484424080766, "they": 0.27345800084572364, "woman": 0.2988328450865313}, "nothing": {"they - woman": -0.022578305279151806, "they": 0.17759020722788588, "woman": 0.20016851250703768}, "november": {"they - woman": -0.18398591640840406, "they": 0.1485823526637986, "woman": 0.33256826907220266}, "now": {"they - woman": 0.053410910540098167, "they": 0.21324732565439358, "woman": 0.15983641511429542}, "o": {"they - woman": -0.07766196782938706, "they": 0.18302282044922213, "woman": 0.2606847882786092}, "oak": {"they - woman": -0.18222464543408615, "they": 0.16517564071063853, "woman": 0.3474002861447247}, "of": {"they - woman": 0.010797953106543134, "they": 0.320899278443802, "woman": 0.31010132533725887}, "off": {"they - woman": 0.012477987998193774, "they": 0.25568574145118883, "woman": 0.24320775345299506}, "offers": {"they - woman": -0.18573032234322662, "they": 0.13131605862175177, "woman": 0.3170463809649784}, "ohio": {"they - woman": -0.1458489516551996, "they": 0.1632452344374357, "woman": 0.3090941860926353}, "ok": {"they - woman": -0.07787477035569168, "they": 0.17890799357954562, "woman": 0.2567827639352373}, "old": {"they - woman": -0.24223710206084123, "they": 0.14552747679677894, "woman": 0.38776457885762017}, "on": {"they - woman": -0.08998921163768647, "they": 0.27713798590063754, "woman": 0.367127197538324}, "once": {"they - woman": -0.04231256016665144, "they": 0.17625311741127722, "woman": 0.21856567757792866}, "one": {"they - woman": -0.023789103309761972, "they": 0.23784026763684163, "woman": 0.2616293709466036}, "online": {"they - woman": -0.07807119745900035, "they": 0.175077243812002, "woman": 0.25314844127100233}, "only": {"they - woman": 0.09777208519773614, "they": 0.24862800846483826, "woman": 0.15085592326710212}, "or": {"they - woman": 0.02581222195398286, "they": 0.2637606702754637, "woman": 0.23794844832148082}, "original": {"they - woman": -0.18617995192850492, "they": 0.1267141572690539, "woman": 0.31289410919755883}, "orthodox": {"they - woman": -0.14358559316886105, "they": 0.1889826759033416, "woman": 0.33256826907220266}, "other": {"they - woman": 0.06431829615635168, "they": 0.21320552147654834, "woman": 0.14888722532019666}, "others": {"they - woman": -0.05804945409331819, "they": 0.1826029416025625, "woman": 0.24065239569588068}, "our": {"they - woman": 0.019181403137830816, "they": 0.23977153713646407, "woman": 0.22059013399863325}, "out": {"they - woman": -0.05210229083216367, "they": 0.2643441596624897, "woman": 0.31644645049465336}, "over": {"they - woman": 0.03812623780095856, "they": 0.20683826712723358, "woman": 0.16871202932627502}, "own": {"they - woman": -0.035065329954930974, "they": 0.2405024461552366, "woman": 0.2755677761101676}, "p": {"they - woman": -0.07842380307680949, "they": 0.16811961340680204, "woman": 0.24654341648361153}, "part": {"they - woman": -0.13821970967829933, "they": 0.13484808458551395, "woman": 0.2730677942638133}, "people": {"they - woman": 0.07763272844360947, "they": 0.2757244718756848, "woman": 0.1980917434320753}, "perhaps": {"they - woman": -0.07726242785363138, "they": 0.19065268642535568, "woman": 0.26791511427898707}, "person": {"they - woman": -0.05072829150754746, "they": 0.15583371800471657, "woman": 0.20656200951226403}, "phone": {"they - woman": -0.14915077445981934, "they": 0.12196668911979919, "woman": 0.2711174635796185}, "pic": {"they - woman": -0.18658516022398813, "they": 0.12250902586864715, "woman": 0.3090941860926353}, "pick": {"they - woman": -0.08899023478169293, "they": 0.19317043590053906, "woman": 0.282160670682232}, "places": {"they - woman": -0.12470537654647357, "they": 0.1308381841660109, "woman": 0.25554356071248446}, "please": {"they - woman": -0.06915665720203121, "they": 0.1411465534023764, "woman": 0.2103032106044076}, "pm": {"they - woman": -0.2293530719546883, "they": 0.11544759291678368, "woman": 0.344800664871472}, "police": {"they - woman": -0.2278305149661269, "they": 0.17381610431824165, "woman": 0.40164661928436857}, "poor": {"they - woman": -0.0671304177024539, "they": 0.18601802356854844, "woman": 0.25314844127100233}, "posted": {"they - woman": -0.20789023761526032, "they": 0.09892952894074214, "woman": 0.30681976655600246}, "pregnant": {"they - woman": -0.19745286673435108, "they": 0.1889826759033416, "woman": 0.3864355426376927}, "prime": {"they - woman": -0.14646933303547546, "they": 0.15586218532192422, "woman": 0.3023315183573997}, "prison": {"they - woman": -0.15918256434452444, "they": 0.18525084681223086, "woman": 0.3444334111567553}, "probably": {"they - woman": -0.06338589890297347, "they": 0.21706092271719218, "woman": 0.28044682162016565}, "proud": {"they - woman": -0.05800762998194159, "they": 0.18358393352641825, "woman": 0.24159156350835984}, "public": {"they - woman": -0.04996166545836542, "they": 0.17601802913745812, "woman": 0.22597969459582354}, "pulls": {"they - woman": -0.23543329455191517, "they": 0.16517564071063853, "woman": 0.4006089352625537}, "punches": {"they - woman": -0.1791925112969494, "they": 0.19209244205911613, "woman": 0.37128495335606554}, "pushover": {"they - woman": -0.1761552952603833, "they": 0.217327731074361, "woman": 0.3934830263347443}, "put": {"they - woman": -0.030831966824857893, "they": 0.22108016223597776, "woman": 0.25191212906083565}, "queen": {"they - woman": -0.14290279824298413, "they": 0.19641741574057908, "woman": 0.3393202139835632}, "quite": {"they - woman": -0.10542340390493138, "they": 0.1552613843736778, "woman": 0.2606847882786092}, "race": {"they - woman": -0.015140416068520846, "they": 0.20533145441808384, "woman": 0.2204718704866047}, "racially": {"they - woman": -0.14646933303547546, "they": 0.15586218532192422, "woman": 0.3023315183573997}, "racist": {"they - woman": -0.000600681129215408, "they": 0.21796499644871326, "woman": 0.21856567757792866}, "ran": {"they - woman": -0.12164846660416412, "they": 0.1747838920320703, "woman": 0.2964323586362344}, "range": {"they - woman": -0.145494161791666, "they": 0.16739994740589284, "woman": 0.31289410919755883}, "rape": {"they - woman": -0.15943291905953796, "they": 0.1827844237397863, "woman": 0.34221734279932425}, "re": {"they - woman": 0.03775294545403507, "they": 0.30989643757187857, "woman": 0.2721434921178435}, "read": {"they - woman": -0.10149865430362565, "they": 0.15865689822491857, "woman": 0.2601555525285442}, "real": {"they - woman": -0.005230884594839502, "they": 0.22680728920645224, "woman": 0.23203817380129174}, "really": {"they - woman": 0.003643870044993114, "they": 0.19801666071293994, "woman": 0.19437279066794683}, "reason": {"they - woman": -0.058090512035424896, "they": 0.18163834312317753, "woman": 0.23972885515860243}, "release": {"they - woman": -0.18319562381005905, "they": 0.15612459017350416, "woman": 0.3393202139835632}, "remind": {"they - woman": -0.14416245777728573, "they": 0.18258851709755, "woman": 0.32675097487483573}, "results": {"they - woman": -0.18729152944294636, "they": 0.11503998891445331, "woman": 0.3023315183573997}, "ride": {"they - woman": -0.12225216449320861, "they": 0.16651811248966472, "woman": 0.28877027698287333}, "right": {"they - woman": -0.034768965728505824, "they": 0.20986874582881213, "woman": 0.24463771155731795}, "rights": {"they - woman": -0.14646933303547546, "they": 0.15586218532192422, "woman": 0.3023315183573997}, "ripped": {"they - woman": -0.18096831757161547, "they": 0.17656187425163206, "woman": 0.3575301918232475}, "room": {"they - woman": -0.147237248105103, "they": 0.14650182095945083, "woman": 0.2937390690645538}, "s": {"they - woman": -0.018221512557906383, "they": 0.23835886218039165, "woman": 0.25658037473829803}, "said": {"they - woman": -0.061044413952286575, "they": 0.22803278022839332, "woman": 0.2890771941806799}, "same": {"they - woman": 0.009920387661429386, "they": 0.2436177045795244, "woman": 0.233697316918095}, "saw": {"they - woman": -0.04298018598192699, "they": 0.1571883265251107, "woman": 0.20016851250703768}, "say": {"they - woman": 0.09371488256182325, "they": 0.25131740647532036, "woman": 0.1576025239134971}, "saying": {"they - woman": -0.057641496602439724, "they": 0.19210365832404727, "woman": 0.249745154926487}, "says": {"they - woman": -0.06836928818525617, "they": 0.15906617196412462, "woman": 0.2274354601493808}, "school": {"they - woman": 0.009549954895053475, "they": 0.22068732707423674, "woman": 0.21113737217918327}, "seat": {"they - woman": -0.18222464543408615, "they": 0.16517564071063853, "woman": 0.3474002861447247}, "seattle": {"they - woman": -0.18398591640840406, "they": 0.1485823526637986, "woman": 0.33256826907220266}, "see": {"they - woman": -0.07148871994529721, "they": 0.2098975304759393, "woman": 0.2813862504212365}, "seeking": {"they - woman": -0.14358559316886105, "they": 0.1889826759033416, "woman": 0.33256826907220266}, "seems": {"they - woman": -0.058170439685059555, "they": 0.17975604416495408, "woman": 0.23792648385001364}, "seen": {"they - woman": -0.10149865430362565, "they": 0.15865689822491857, "woman": 0.2601555525285442}, "separate": {"they - woman": -0.18096831757161547, "they": 0.17656187425163206, "woman": 0.3575301918232475}, "service": {"they - woman": -0.17701354738528463, "they": 0.1747838920320703, "woman": 0.3517974394173549}, "settle": {"they - woman": -0.11995311387951305, "they": 0.19709326708546535, "woman": 0.3170463809649784}, "several": {"they - woman": -0.1057551991519397, "they": 0.14978836156054476, "woman": 0.25554356071248446}, "severely": {"they - woman": -0.23128715248243054, "they": 0.19209244205911613, "woman": 0.42337959454154667}, "sharing": {"they - woman": -0.1852257472362469, "they": 0.13640346735239584, "woman": 0.32162921458864274}, "she": {"they - woman": -0.13390150537231468, "they": 0.1302671633500704, "woman": 0.2641686687223851}, "shoots": {"they - woman": -0.18319562381005905, "they": 0.15612459017350416, "woman": 0.3393202139835632}, "shopping": {"they - woman": -0.1791925112969494, "they": 0.19209244205911613, "woman": 0.37128495335606554}, "shot": {"they - woman": -0.24263484251583683, "they": 0.10786663823933962, "woman": 0.35050148075517645}, "should": {"they - woman": 0.009281927681627944, "they": 0.2603511493283656, "woman": 0.2510692216467377}, "showed": {"they - woman": -0.12030297630959896, "they": 0.19259113288795987, "woman": 0.31289410919755883}, "showing": {"they - woman": -0.048017408735544, "they": 0.2247800637926024, "woman": 0.2727974725281464}, "shows": {"they - woman": -0.1483188186595823, "they": 0.15540707765945772, "woman": 0.30372589631904}, "sign": {"they - woman": -0.12306141749875832, "they": 0.15514064452537157, "woman": 0.2782020620241299}, "single": {"they - woman": -0.20725379621156764, "they": 0.10516595631959182, "woman": 0.31241975253115944}, "sister": {"they - woman": -0.1239341805424023, "they": 0.14245181351522535, "woman": 0.26638599405762764}, "site": {"they - woman": -0.12779009573838238, "they": 0.1366982479835324, "woman": 0.26448834372191476}, "sitting": {"they - woman": -0.1323700867395482, "they": 0.20570532266046077, "woman": 0.33807540940000896}, "situation": {"they - woman": -0.1476709637975986, "they": 0.14109931318527474, "woman": 0.28877027698287333}, "so": {"they - woman": 0.18691766749882058, "they": 0.28146024087669813, "woman": 0.09454257337787755}, "some": {"they - woman": -0.05682780636387763, "they": 0.21679549048743246, "woman": 0.2736232968513101}, "soon": {"they - woman": -0.04198536790101112, "they": 0.18545009224836967, "woman": 0.2274354601493808}, "sounds": {"they - woman": -0.10494803774403053, "they": 0.16296707653495654, "woman": 0.26791511427898707}, "south": {"they - woman": -0.049812507823945584, "they": 0.1798780547407155, "woman": 0.22969056256466108}, "speak": {"they - woman": -0.10660459613229495, "they": 0.19325777448327708, "woman": 0.299862370615572}, "spend": {"they - woman": -0.1469989893545604, "they": 0.149433369281674, "woman": 0.2964323586362344}, "spent": {"they - woman": -0.14786953876045086, "they": 0.1385963710733327, "woman": 0.28646590983378356}, "stand": {"they - woman": -0.0671304177024539, "they": 0.18601802356854844, "woman": 0.25314844127100233}, "standing": {"they - woman": -0.15833814182780245, "they": 0.19345929758955246, "woman": 0.3517974394173549}, "state": {"they - woman": -0.09177029589183189, "they": 0.143556984122378, "woman": 0.23532728001420988}, "steel": {"they - woman": -0.18695371882932438, "they": 0.11863452342503418, "woman": 0.30558824225435854}, "stick": {"they - woman": -0.16051381007199078, "they": 0.17195351813343646, "woman": 0.33246732820542724}, "still": {"they - woman": -0.011051383923703029, "they": 0.1929723269888163, "woman": 0.20402371091251933}, "stopped": {"they - woman": -0.10351943017064247, "they": 0.18525084681223086, "woman": 0.28877027698287333}, "store": {"they - woman": -0.18908622784501344, "they": 0.09517969549132788, "woman": 0.2842659233363413}, "stories": {"they - woman": -0.07633383453480638, "they": 0.20793208880153494, "woman": 0.2842659233363413}, "story": {"they - woman": -0.10828629622398739, "they": 0.16897034023824065, "woman": 0.27725663646222803}, "straight": {"they - woman": -0.14823618164889912, "they": 0.13392448903333287, "woman": 0.282160670682232}, "street": {"they - woman": -0.2482430472936073, "they": 0.06659772772646144, "woman": 0.31484077502006874}, "stuck": {"they - woman": -0.18222464543408615, "they": 0.16517564071063853, "woman": 0.3474002861447247}, "stuff": {"they - woman": -0.04936692875748713, "they": 0.19128546693839354, "woman": 0.24065239569588068}, "sub": {"they - woman": -0.14805760225713072, "they": 0.1362083210792106, "woman": 0.2842659233363413}, "successful": {"they - woman": -0.18465147586600725, "they": 0.14209949900882848, "woman": 0.32675097487483573}, "sure": {"they - woman": 0.00837114122147864, "they": 0.21704265640654993, "woman": 0.2086715151850713}, "surprised": {"they - woman": -0.10398145261263034, "they": 0.17817921806960166, "woman": 0.282160670682232}, "suspects": {"they - woman": -0.1852257472362469, "they": 0.13640346735239584, "woman": 0.32162921458864274}, "sweden": {"they - woman": -0.1251061942153554, "they": 0.12463896071113158, "woman": 0.249745154926487}, "t": {"they - woman": 0.05337035647212929, "they": 0.2890371148838752, "woman": 0.2356667584117459}, "take": {"they - woman": 0.04756434789519634, "they": 0.2335704829196477, "woman": 0.18600613502445135}, "takes": {"they - woman": -0.20236407013568092, "they": 0.149433369281674, "woman": 0.3517974394173549}, "talk": {"they - woman": -0.016596068973154243, "they": 0.18693235362543884, "woman": 0.20352842259859308}, "talking": {"they - woman": -0.027361888401992218, "they": 0.22129491287300462, "woman": 0.24865680127499684}, "teacher": {"they - woman": -0.1361897251047169, "they": 0.16094717860211114, "woman": 0.29713690370682805}, "teachers": {"they - woman": -0.049652062143229786, "they": 0.18400677890190614, "woman": 0.23365884104513593}, "teens": {"they - woman": -0.18398591640840406, "they": 0.1485823526637986, "woman": 0.33256826907220266}, "tells": {"they - woman": -0.12141973675075254, "they": 0.17786917345614647, "woman": 0.299288910206899}, "texas": {"they - woman": -0.19145390512889732, "they": 0.06659772772646144, "woman": 0.25805163285535876}, "than": {"they - woman": 0.023592959390588975, "they": 0.24136862532325884, "woman": 0.21777566593266987}, "thank": {"they - woman": -0.09353308247795554, "they": 0.1085329456329797, "woman": 0.20206602811093524}, "thanksgiving": {"they - woman": -0.18465147586600725, "they": 0.14209949900882848, "woman": 0.32675097487483573}, "that": {"they - woman": 0.036548280170266956, "they": 0.31253843567001566, "woman": 0.2759901554997487}, "the": {"they - woman": -0.008058639230580089, "they": 0.34629484166485336, "woman": 0.35435348089543345}, "their": {"they - woman": 0.10130967857893236, "they": 0.3430854567454521, "woman": 0.24177577816651974}, "them": {"they - woman": 0.15416113858904507, "they": 0.3166554292281535, "woman": 0.16249429063910842}, "then": {"they - woman": 0.052476227523963026, "they": 0.2631784334672487, "woman": 0.21070220594328565}, "there": {"they - woman": -0.011200422805245913, "they": 0.22764296499197714, "woman": 0.23884338779722306}, "they": {"they - woman": 0.3563447539471922, "they": 0.5857853120601024, "woman": 0.22944055811291023}, "thing": {"they - woman": -0.03837955316850014, "they": 0.21153477192951645, "woman": 0.2499143250980166}, "things": {"they - woman": 0.003996876262515298, "they": 0.2182885321049336, "woman": 0.2142916558424183}, "this": {"they - woman": 0.027479270186393095, "they": 0.2255455343876722, "woman": 0.1980662642012791}, "those": {"they - woman": 0.01914440671810813, "they": 0.2374024202020152, "woman": 0.21825801348390708}, "thread": {"they - woman": -0.09428576871365565, "they": 0.09247165893784512, "woman": 0.18675742765150077}, "threw": {"they - woman": -0.18465147586600725, "they": 0.14209949900882848, "woman": 0.32675097487483573}, "till": {"they - woman": -0.08899023478169293, "they": 0.19317043590053906, "woman": 0.282160670682232}, "time": {"they - woman": -0.03891494472452714, "they": 0.20788065081260176, "woman": 0.2467955955371289}, "to": {"they - woman": -0.010114839672589637, "they": 0.3604878466501118, "woman": 0.37060268632270144}, "told": {"they - woman": 0.020849868841730235, "they": 0.2513122887440894, "woman": 0.23046241990235916}, "too": {"they - woman": -0.03946254741456806, "they": 0.18252640451573926, "woman": 0.22198895193030732}, "towards": {"they - woman": -0.15833814182780245, "they": 0.19345929758955246, "woman": 0.3517974394173549}, "town": {"they - woman": -0.05058239532602957, "they": 0.15972081527837803, "woman": 0.2103032106044076}, "treat": {"they - woman": -0.14510136326547535, "they": 0.17194501769950304, "woman": 0.3170463809649784}, "treated": {"they - woman": -0.18319562381005905, "they": 0.15612459017350416, "woman": 0.3393202139835632}, "treatment": {"they - woman": -0.14358559316886105, "they": 0.1889826759033416, "woman": 0.33256826907220266}, "true": {"they - woman": -0.06787211778208432, "they": 0.1700543660679293, "woman": 0.23792648385001364}, "truth": {"they - woman": -0.049685139057833394, "they": 0.1831575818852952, "woman": 0.2328427209431286}, "try": {"they - woman": 0.008322417165939233, "they": 0.21385643946651056, "woman": 0.20553402230057133}, "trying": {"they - woman": -0.07431088792243909, "they": 0.2017176804226696, "woman": 0.2760285683451087}, "turn": {"they - woman": -0.02128096169160107, "they": 0.22423570489339567, "woman": 0.24551666658499674}, "turns": {"they - woman": -0.17500455444671909, "they": 0.19259113288795987, "woman": 0.36759568733467896}, "tv": {"they - woman": -0.1455450229886283, "they": 0.16146351110285292, "woman": 0.3070085340914812}, "two": {"they - woman": -0.12518628188727424, "they": 0.18748205486145605, "woman": 0.3126683367487303}, "type": {"they - woman": -0.09022674323776364, "they": 0.17182588559991568, "woman": 0.2620526288376793}, "u": {"they - woman": -0.2516706205137877, "they": 0.033565967434497856, "woman": 0.28523658794828555}, "ugly": {"they - woman": -0.1467438512012898, "they": 0.15254505900560922, "woman": 0.299288910206899}, "up": {"they - woman": -0.08268654287547844, "they": 0.2575715968706694, "woman": 0.3402581397461478}, "updated": {"they - woman": -0.145494161791666, "they": 0.16739994740589284, "woman": 0.31289410919755883}, "us": {"they - woman": 0.03599772363656878, "they": 0.2530561928276171, "woman": 0.21705846919104832}, "use": {"they - woman": -0.022510133003865285, "they": 0.18003951515505126, "woman": 0.20254964815891655}, "user": {"they - woman": -0.18617995192850492, "they": 0.1267141572690539, "woman": 0.31289410919755883}, "usually": {"they - woman": -0.0408294038824924, "they": 0.21722222897286636, "woman": 0.25805163285535876}, "ve": {"they - woman": 0.020252452602671417, "they": 0.19250367240064054, "woman": 0.17225121979796912}, "via": {"they - woman": -0.18573032234322662, "they": 0.13131605862175177, "woman": 0.3170463809649784}, "victim": {"they - woman": -0.20199606014829619, "they": 0.15254505900560922, "woman": 0.3545411191539054}, "video": {"they - woman": -0.14890719043596296, "they": 0.12085598242207773, "woman": 0.2697631728580407}, "wait": {"they - woman": -0.07887532573292924, "they": 0.1590511581170844, "woman": 0.23792648385001364}, "wake": {"they - woman": -0.12291491385357858, "they": 0.15722689287729189, "woman": 0.28014180673087047}, "walkway": {"they - woman": -0.1761552952603833, "they": 0.217327731074361, "woman": 0.3934830263347443}, "want": {"they - woman": -0.01551226579883569, "they": 0.2663766032388006, "woman": 0.28188886903763627}, "wanted": {"they - woman": -0.06740405661128093, "they": 0.18018579416443548, "woman": 0.2475898507757164}, "was": {"they - woman": -0.1430680914586248, "they": 0.1908915180464526, "woman": 0.3339596095050774}, "washington": {"they - woman": -0.18658516022398813, "they": 0.12250902586864715, "woman": 0.3090941860926353}, "way": {"they - woman": -0.038263438631854996, "they": 0.22431603696981206, "woman": 0.26257947560166706}, "we": {"they - woman": 0.020287888481985178, "they": 0.2034355505101056, "woman": 0.1831476620281204}, "wearing": {"they - woman": -0.12164846660416412, "they": 0.1747838920320703, "woman": 0.2964323586362344}, "web": {"they - woman": -0.18865126894374462, "they": 0.10011900803912871, "woman": 0.28877027698287333}, "wednesday": {"they - woman": -0.2378531899738941, "they": 0.1485823526637986, "woman": 0.3864355426376927}, "week": {"they - woman": -0.05890150949299802, "they": 0.16225275432595362, "woman": 0.22115426381895165}, "weekend": {"they - woman": -0.1888748240282871, "they": 0.09759108580549648, "woman": 0.28646590983378356}, "well": {"they - woman": -0.04128240090883534, "they": 0.21481913420374482, "woman": 0.25610153511258016}, "were": {"they - woman": 0.13986265433299067, "they": 0.28940005105047506, "woman": 0.1495373967174844}, "what": {"they - woman": 0.04745774762583074, "they": 0.26676457568455236, "woman": 0.21930682805872162}, "whatever": {"they - woman": -0.1490140331608399, "they": 0.12378343936730653, "woman": 0.2727974725281464}, "when": {"they - woman": 0.11251111371787123, "they": 0.29332334036662916, "woman": 0.18081222664875793}, "where": {"they - woman": 0.0021607761779450507, "they": 0.22864359201990936, "woman": 0.2264828158419643}, "which": {"they - woman": 0.008068950554042442, "they": 0.19792268365970667, "woman": 0.18985373310566422}, "while": {"they - woman": -0.09399144799194203, "they": 0.169017663554622, "woman": 0.26300911154656403}, "white": {"they - woman": -0.19941846317165096, "they": 0.2633166143845885, "woman": 0.46273507755623944}, "whitey": {"they - woman": -0.12030297630959896, "they": 0.19259113288795987, "woman": 0.31289410919755883}, "who": {"they - woman": -0.1726459052240331, "they": 0.23314894963247396, "woman": 0.40579485485650707}, "whose": {"they - woman": -0.14466162727197784, "they": 0.1769675873166649, "woman": 0.32162921458864274}, "why": {"they - woman": -0.008576004723938102, "they": 0.23288835634414554, "woman": 0.24146436106808364}, "wife": {"they - woman": -0.14953127309593486, "they": 0.11685472096169278, "woman": 0.26638599405762764}, "wiggers": {"they - woman": -0.15767544310225567, "they": 0.19978701460543602, "woman": 0.3574624577076917}, "will": {"they - woman": 0.09018040870660765, "they": 0.2834815936355146, "woman": 0.19330118492890697}, "william": {"they - woman": -0.18947720662243728, "they": 0.09066460010843318, "woman": 0.28014180673087047}, "window": {"they - woman": -0.18695371882932438, "they": 0.11863452342503418, "woman": 0.30558824225435854}, "with": {"they - woman": -0.0688117418922925, "they": 0.2890610547778827, "woman": 0.3578727966701752}, "wo": {"they - woman": -0.03358012642969799, "they": 0.2271046618489112, "woman": 0.2606847882786092}, "woman": {"they - woman": -0.5502432788136469, "they": 0.15045076181565223, "woman": 0.7006940406292991}, "women": {"they - woman": -0.08237698785559436, "they": 0.22409644173333712, "woman": 0.3064734295889315}, "wonder": {"they - woman": -0.010718890949283771, "they": 0.20721702577082624, "woman": 0.21793591672011}, "world": {"they - woman": -0.06529707080084851, "they": 0.17826516360588313, "woman": 0.24356223440673164}, "worse": {"they - woman": -0.07742981363665985, "they": 0.1874711150934122, "woman": 0.26490092873007204}, "worth": {"they - woman": -0.14840616109597535, "they": 0.13173564563489512, "woman": 0.28014180673087047}, "would": {"they - woman": -0.03344222330634439, "they": 0.22891327947859014, "woman": 0.2623555027849345}, "wreck": {"they - woman": -0.1791925112969494, "they": 0.19209244205911613, "woman": 0.37128495335606554}, "wrong": {"they - woman": -0.06755434545571659, "they": 0.17695447442236567, "woman": 0.24450881987808226}, "www": {"they - woman": -0.10573707238779881, "they": 0.129792884365113, "woman": 0.2355299567529118}, "year": {"they - woman": -0.23561621004991515, "they": 0.1426223195588526, "woman": 0.37823852960876775}, "years": {"they - woman": -0.1240608202585165, "they": 0.19075691719668758, "woman": 0.3148177374552041}, "yes": {"they - woman": -0.01109857319023344, "they": 0.1909674549207018, "woman": 0.20206602811093524}, "you": {"they - woman": -0.029470820301000955, "they": 0.22724419704807475, "woman": 0.2567150173490757}, "young": {"they - woman": -0.04951431633300438, "they": 0.187532321591214, "woman": 0.23704663792421837}, "your": {"they - woman": -0.08021524468868746, "they": 0.1885820117676137, "woman": 0.26879725645630115}, "youtube": {"they - woman": -0.3073156189017482, "they": 0.05628981666366184, "woman": 0.36360543556541003}, "yrs": {"they - woman": -0.18398591640840406, "they": 0.1485823526637986, "woman": 0.33256826907220266}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/base_dset/dataset.arrow b/cache_dir/hate_speech18_default_train_text/base_dset/dataset.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4dcb13fef0454af3428cfb26cf21246738d8e23e --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/base_dset/dataset.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd5e880cf863c2e7e0e6d0c94497415a092aca2b6fb6bef5147d1ff450f8f9ca +size 1376864 diff --git a/cache_dir/hate_speech18_default_train_text/base_dset/dataset_info.json b/cache_dir/hate_speech18_default_train_text/base_dset/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b281b877e8175ab53dfccdf75ae9161363266d87 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/base_dset/dataset_info.json @@ -0,0 +1,69 @@ +{ + "builder_name": "hate_speech18", + "citation": "@inproceedings{gibert2018hate,\n title = \"{Hate Speech Dataset from a White Supremacy Forum}\",\n author = \"de Gibert, Ona and\n Perez, Naiara and\n Garcia-Pablos, Aitor and\n Cuadros, Montse\",\n booktitle = \"Proceedings of the 2nd Workshop on Abusive Language Online ({ALW}2)\",\n month = oct,\n year = \"2018\",\n address = \"Brussels, Belgium\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/W18-5102\",\n doi = \"10.18653/v1/W18-5102\",\n pages = \"11--20\",\n}\n", + "config_name": "default", + "dataset_size": 1375340, + "description": "These files contain text extracted from Stormfront, a white supremacist forum. A random set of\nforums posts have been sampled from several subforums and split into sentences. Those sentences\nhave been manually labelled as containing hate speech or not, according to certain annotation guidelines.\n", + "download_checksums": { + "https://github.com/Vicomtech/hate-speech-dataset/archive/master.zip": { + "num_bytes": 3664530, + "checksum": "acc0d7ce40e22cf019daa752a5136049a45462b9ba4eab8bf40ea82dcd867eba" + } + }, + "download_size": 3664530, + "features": { + "text": { + "dtype": "string", + "id": null, + "_type": "Value" + }, + "user_id": { + "dtype": "int64", + "id": null, + "_type": "Value" + }, + "subforum_id": { + "dtype": "int64", + "id": null, + "_type": "Value" + }, + "num_contexts": { + "dtype": "int64", + "id": null, + "_type": "Value" + }, + "label": { + "num_classes": 4, + "names": [ + "noHate", + "hate", + "idk/skip", + "relation" + ], + "id": null, + "_type": "ClassLabel" + } + }, + "homepage": "https://github.com/Vicomtech/hate-speech-dataset", + "license": "", + "post_processed": null, + "post_processing_size": null, + "size_in_bytes": 5039870, + "splits": { + "train": { + "name": "train", + "num_bytes": 1375340, + "num_examples": 10944, + "dataset_name": "hate_speech18" + } + }, + "supervised_keys": null, + "task_templates": null, + "version": { + "version_str": "0.0.0", + "description": null, + "major": 0, + "minor": 0, + "patch": 0 + } +} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/base_dset/state.json b/cache_dir/hate_speech18_default_train_text/base_dset/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f884e11b6efb28e90a439720ff9a47bd12b5d617 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/base_dset/state.json @@ -0,0 +1,14 @@ +{ + "_data_files": [ + { + "filename": "dataset.arrow" + } + ], + "_fingerprint": "2a0154376a0edbf3", + "_format_columns": null, + "_format_kwargs": {}, + "_format_type": null, + "_indexes": {}, + "_output_all_columns": false, + "_split": "train" +} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/dset_peek.json b/cache_dir/hate_speech18_default_train_text/dset_peek.json new file mode 100644 index 0000000000000000000000000000000000000000..ec59c1ed31bc0b3cd691d8647d4c7e9efa89e00f --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/dset_peek.json @@ -0,0 +1 @@ +{"dset peek": {"text": ["As of March 13th , 2014 , the booklet had been downloaded over 18,300 times and counting .", "In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .", "( Simply copy and paste the following text into your YouTube videos description boxes. )", "Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .", "Click on the `` DOWNLOAD ( 7.42 MB ) '' green banner link .", "Booklet updated on Feb. 14th , 2014 .", "( Now with over 18,300 Downloads. )", "PDF file : http://www.mediafire.com/download/7p3p3goadvvqvsf/WNDebateBooklet_2-14-14.pdfMSWordfile:http://www.mediafire.com/download/psezkkk4d6a3wt1/WNDebateBooklet _ 2-14-14.docx Watch the 10 hour video version of `` The Zionist Attack on Western Civilization '' @ http://trutube.tv/video/14247/The-Zionist-Attack-on-Western-Civilization-Pages-1-33-Part-1-of-4-Banned-from-YouTubeNotepadPromotionalYouTubeComment:http://www.mediafire.com/download/96fg6ft02lyfruz/Booklet _ White _ YT _ Comment _ ( Hyperlinked ) .txt http://www.mediafire.com/download/zcn3wozjbwnezms/Booklet-White-YT-Comment- ( Hyperlinked-Back-Up % 5D.txt http://www.mediafire.com/download/9uyudq1yuxu1dur/Booklet+Comment+%28Firefox%29.txt2minutepromotionalBOOKLETvideo@http://www.youtube.com/watch ? v = _ 8hg254ALpM Are you interested in helping spread the booklet download link across the world ?", "Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?", "Thank you in advance. : ) Download the youtube `` description box '' info text file below @ http://www.mediafire.com/download/dqhn1czprr17o21/Booklet-Description-Box _ Info.txt", "She may or may not be a Jew but she 's certainly stupid , she seems to think the Blacks wo n't kill her alongside every other White they can get their dirty hands on , what a muppet !", "Thank you for the info. i will deffinetly look into them .", "I hope there is room for one more as i am very excited about this .", "I just came across this piece of garbage .", "Comments say she is from SA .", "Warning : Graphic .", "Die Antwoord - `` Cookie Thumper '' ( Official Video ) - YouTube", "The whites are more in the range of 4.8 million .", "I believe this can be higher since I 've read reports that especially whites in the Free State were not counted in the latest census .", "Thank you for posting your story .", "I think you should write a book as well .", "I 've always considered teaching as one of the professions I would like to get into , but not in a neighbourhood like that ... never. kids like that disgust me .", "And the sad thing is the white students at those schools will act like that too .", "I guess I 'll just stick to homeschooling my kids , when and if I have them ...", "Randy Blazak is an `` expert '' all right--he teaches `` Sociology of Star Trek '' --a credited class students actually pay for .", "No wonder young people ca n't get jobs .", "They take underwater basket weaving courses and they have no worthwhile skills on account of angry still my favorite comment .", "Old Tarzan movies , `` Zulu '' , and `` King Kong '' have many such images .", "National Geographic magazines in the 1950s and early 1960s are replete with color photos of African villagers .", "Dr. Albert Schweitzer 's two-hour documentary from 1958 was shown in movie theaters everywhere .", "I think VHS tapes are available at Amazon .", "Their gods often had pale skin and blue eyes but I suppose literacy is n't valued highly by their cultural intelligencia .", "When the girl starts talking the guy in the middles lips start moving .", "He was checking her lines , bad actors ca n't help themselves from doing this .", "This whole situation starts to become really bizarre .", "I was a Right Sector supporter but it starts to sound as if they are in fact just Israeli agents ......", "I do n't know who to support anymore ................", "I've read many post on here saying Israel gives training to US law enforcement .", "I remember after the Boston Marathon bombings watching Fox News and they said law enforcement was consulting Israel for advice .", "I believe his dog would like to get as far away from him as possible !", "Free North Carolina : Peterson 's particulars VikingInMe", "So according to section C , what few jobs there are in our areas will be given to these people as well Thanks for posting this .", "Greece need a man like Adolf Hitler and now is the perfect time to start a national political movement to free Your country from the zionist bankers", "The image below is for the First Week of March 2011. freeman in court - judge bows to Sovereign - Canada YouTube - freeman in court - judge bows to Sovereign - Canada", "I do n't watch T.V. or Hollywood movies .", "I know of Chris Rock and subsequently have hated him for a long time .", "He is a pathetic little chimp .", "Declaring war on the innocent White Population of any nation could easily be justified by anyone who was not a White Nationalist .", "Seekers of Truth , Start out by watching the `` Benjamin Freedman Speaks '' video @ youtube .", "com/watch ? v = hXBcyX97jGM then move on to watching , `` The Loss of Liberty '' film @ youtube .", "com/watch ? v = kBD6Gm6VoDM Then watch 8 min. Obama at AIPAC @ youtube .", "com/watch ? v = KrdyCxpB4fs And then the entire Myron Fagan video @ youtube .", "com/watch ? v = 6OK6ks7BSOY For a FREE informative BOOKLET & video on the Zionist-engineered INTENTIONAL destruction of White people go to : youtube .", "com/watch ? v = n663eVTSyS8", "Note!", "Wntube is now .net , not .com.", "They have improved the site .", "Please contribute and/or donate .", "http://www.wntube.net/play.php ? vid = 1428 & code = 108", "Try El Paso Texas Soo much mudd invasion that the river is the same color as those playing/crossing in it .. year round !", "Welcome to the front lines ...", "Folk , Faith , Family Hail Victory !!", "Here is a video of the event that is worth watching just to see a beautiful White lady screaming `` scum , scum , scum , f * * * ing scum !!! '' at the muslim filth .", "Protesters Clash during Military Parade in Barking", "Does this not show how stupid these folks can be ?", "Let 's order a pizza to be delivered where we are and then try to assault the driver , no one will know how to catch us .", "Nice to know that are still a few men out there who `` have a pair '' .", "Your courage and honestly are apprecated .", "Jesus Christ is Lord indeed .", "Y' all have a nice day .", "I suppose the concept of a male cow and a female cow producing MORE cows , and the repeating process is too much for them to understand .", "May they all get mad cow disease .", "The sooner the better .", "Yeah, but no one will ever hear of this .", "Instead we are left to shed a tear for the black kids killed in a church bombing 40 years ago .", "That's all I needed to hear .", "* Unsubscribed * Off to the SA threads .", "There are White folks that require a little of our time .", "I guess Mr. Pena forgot about the black speed skater who won the gold and is being glorified on NBC every 5 minutes .", "I'm sad to find this out right now but I 'm also sorry to inform you that Kevin was killed several years ago .", "http://www.visioncircle.org/archive/003870.html", "I'm having a hard time believing this .", "I have 2 friends in CS and neither has EVER worked with a black .", "All their coworkers are white , NE asian or indian/paki , except one guy worked with a mestizo for a few weeks on a project .", "Hundreds of people , but no blacks !", "I also attended a Masters/PhD graduation ceremony at a major state university a few years ago - none of the CS degrees were awarded to blacks. [ a couple computer degrees went to blacks , but they were in IT with a focus on internet marketing/web-commerce ] So where are all these black computer geniuses hiding ?", "Over and over , you hear about home-schooled kids beating out public school kids for spelling bees .", "Unfortunately , there are some poor White families where both parents work .", "Perhaps if a school district has only a few White families left , they could get together and each parent could teach the kids one day per week .", "The parents who could n't teach on weekdays could teach on Saturday .", "That was me .", "I have no intention of ever setting foot in Mexico so I 'll have to take your word for it .", "Excellent Article !! * * * * * Why Were n't They In Jail ?", "Three of the four suspects in the death of a 12-year-old Moore County girl were repeat offenders , free on probation .", "Steve Reed Reporter Three of the suspects charged with the murder of a 12-year old Moore County girl were given suspended sentences for other crimes and were free on probation at the time of her slaying .", "Perry Ross Schiro , 19 , of Harnett County was charged yesterday with murder in the Sept. 21 shooting death of Emily Elizabeth Haddock .", "He is the fourth suspect to be charged with her murder .", "Also charged are Sherrod Nicholas Harrison , 19 , Michael Graham Currie , 18 , and Van Roger Smith , 16 , all of Cameron in Harnett County .", "Two of the suspects , Mr. Harrison and Mr. Currie , were repeat probation violators .", "Only Mr. Smith had no prior criminal record ."], "user_id": [572066, 572066, 572066, 572066, 572066, 572066, 572066, 572066, 572066, 572066, 572058, 575003, 575003, 575437, 575437, 575437, 575437, 572287, 572287, 575975, 575975, 575975, 575975, 575975, 576176, 576176, 576176, 573356, 573356, 573356, 573356, 576372, 572083, 572083, 575939, 575939, 575939, 575744, 575744, 575948, 575948, 572179, 573375, 572066, 575841, 575841, 575841, 573148, 572066, 572066, 572066, 572066, 572066, 572066, 575695, 575695, 575695, 575695, 575695, 577823, 577823, 577823, 572076, 572076, 578244, 578244, 575999, 575999, 575999, 575999, 577495, 577495, 577495, 578159, 578159, 578990, 578990, 578990, 572508, 572139, 572139, 579206, 579206, 579206, 579206, 579206, 575645, 575645, 575645, 575645, 577040, 577040, 572180, 572180, 572180, 572180, 572180, 572180, 572180, 572180], "subforum_id": [1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1396, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1346, 1397, 1397, 1397, 1397, 1397, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345], "num_contexts": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 3, 2, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 0, 0, 2, 2, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 2, 2, 1, 3, 3, 0, 1, 1, 1, 1, 0, 0, 0, 0, 2, 2, 6, 0, 6, 6, 6, 6, 6, 6], "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/general_stats_dict.json b/cache_dir/hate_speech18_default_train_text/general_stats_dict.json new file mode 100644 index 0000000000000000000000000000000000000000..d6d929c51eef63d3ab4c3ed002d53e5388ba933c --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/general_stats_dict.json @@ -0,0 +1 @@ +{"total words": 16372, "total open words": 16136, "text_nan_count": 0, "duplicate_fraction": 0.016812865497076057} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/labels/labels.json b/cache_dir/hate_speech18_default_train_text/labels/labels.json new file mode 100644 index 0000000000000000000000000000000000000000..849580dea64a392b27fa6a5a2b450c294ac99801 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/labels/labels.json @@ -0,0 +1 @@ +{"label_measurement": {"label_distribution": {"labels": [0, 1, 2, 3], "fractions": [0.8686951754385965, 0.10928362573099415, 0.0066703216374269, 0.015350877192982455]}, "label_skew": 3.6791795371907026, "sums": [9507, 1196, 73, 168]}, "label_names": ["noHate", "hate", "idk/skip", "relation"]} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/labels/labels_fig.html b/cache_dir/hate_speech18_default_train_text/labels/labels_fig.html new file mode 100644 index 0000000000000000000000000000000000000000..b8cf7400d23af939de203c6736975caacf3e1fe8 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/labels/labels_fig.html @@ -0,0 +1,64 @@ + + + +
+
+ + \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/labels/labels_fig.json b/cache_dir/hate_speech18_default_train_text/labels/labels_fig.json new file mode 100644 index 0000000000000000000000000000000000000000..72b53e48369118be617cde3a86c2d67cc05107df --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/labels/labels_fig.json @@ -0,0 +1 @@ +"{\"data\":[{\"domain\":{\"x\":[0.0,1.0],\"y\":[0.0,1.0]},\"hovertemplate\":\"label=%{label}
value=%{value}\",\"labels\":[\"noHate\",\"hate\",\"idk/skip\",\"relation\"],\"legendgroup\":\"\",\"name\":\"\",\"showlegend\":true,\"type\":\"pie\",\"values\":[9507,1196,73,168]}],\"layout\":{\"legend\":{\"tracegroupgap\":0},\"margin\":{\"t\":60},\"template\":{\"data\":{\"bar\":[{\"error_x\":{\"color\":\"#2a3f5f\"},\"error_y\":{\"color\":\"#2a3f5f\"},\"marker\":{\"line\":{\"color\":\"#E5ECF6\",\"width\":0.5},\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"bar\"}],\"barpolar\":[{\"marker\":{\"line\":{\"color\":\"#E5ECF6\",\"width\":0.5},\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"barpolar\"}],\"carpet\":[{\"aaxis\":{\"endlinecolor\":\"#2a3f5f\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"minorgridcolor\":\"white\",\"startlinecolor\":\"#2a3f5f\"},\"baxis\":{\"endlinecolor\":\"#2a3f5f\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"minorgridcolor\":\"white\",\"startlinecolor\":\"#2a3f5f\"},\"type\":\"carpet\"}],\"choropleth\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"type\":\"choropleth\"}],\"contour\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"type\":\"contour\"}],\"contourcarpet\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"type\":\"contourcarpet\"}],\"heatmap\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"type\":\"heatmap\"}],\"heatmapgl\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"type\":\"heatmapgl\"}],\"histogram\":[{\"marker\":{\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"histogram\"}],\"histogram2d\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"type\":\"histogram2d\"}],\"histogram2dcontour\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"type\":\"histogram2dcontour\"}],\"mesh3d\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"type\":\"mesh3d\"}],\"parcoords\":[{\"line\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"parcoords\"}],\"pie\":[{\"automargin\":true,\"type\":\"pie\"}],\"scatter\":[{\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scatter\"}],\"scatter3d\":[{\"line\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scatter3d\"}],\"scattercarpet\":[{\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scattercarpet\"}],\"scattergeo\":[{\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scattergeo\"}],\"scattergl\":[{\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scattergl\"}],\"scattermapbox\":[{\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scattermapbox\"}],\"scatterpolar\":[{\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scatterpolar\"}],\"scatterpolargl\":[{\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scatterpolargl\"}],\"scatterternary\":[{\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scatterternary\"}],\"surface\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"type\":\"surface\"}],\"table\":[{\"cells\":{\"fill\":{\"color\":\"#EBF0F8\"},\"line\":{\"color\":\"white\"}},\"header\":{\"fill\":{\"color\":\"#C8D4E3\"},\"line\":{\"color\":\"white\"}},\"type\":\"table\"}]},\"layout\":{\"annotationdefaults\":{\"arrowcolor\":\"#2a3f5f\",\"arrowhead\":0,\"arrowwidth\":1},\"autotypenumbers\":\"strict\",\"coloraxis\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"colorscale\":{\"diverging\":[[0,\"#8e0152\"],[0.1,\"#c51b7d\"],[0.2,\"#de77ae\"],[0.3,\"#f1b6da\"],[0.4,\"#fde0ef\"],[0.5,\"#f7f7f7\"],[0.6,\"#e6f5d0\"],[0.7,\"#b8e186\"],[0.8,\"#7fbc41\"],[0.9,\"#4d9221\"],[1,\"#276419\"]],\"sequential\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"sequentialminus\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]},\"colorway\":[\"#636efa\",\"#EF553B\",\"#00cc96\",\"#ab63fa\",\"#FFA15A\",\"#19d3f3\",\"#FF6692\",\"#B6E880\",\"#FF97FF\",\"#FECB52\"],\"font\":{\"color\":\"#2a3f5f\"},\"geo\":{\"bgcolor\":\"white\",\"lakecolor\":\"white\",\"landcolor\":\"#E5ECF6\",\"showlakes\":true,\"showland\":true,\"subunitcolor\":\"white\"},\"hoverlabel\":{\"align\":\"left\"},\"hovermode\":\"closest\",\"mapbox\":{\"style\":\"light\"},\"paper_bgcolor\":\"white\",\"plot_bgcolor\":\"#E5ECF6\",\"polar\":{\"angularaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"bgcolor\":\"#E5ECF6\",\"radialaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"}},\"scene\":{\"xaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"gridwidth\":2,\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\"},\"yaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"gridwidth\":2,\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\"},\"zaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"gridwidth\":2,\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\"}},\"shapedefaults\":{\"line\":{\"color\":\"#2a3f5f\"}},\"ternary\":{\"aaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"baxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"bgcolor\":\"#E5ECF6\",\"caxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"}},\"title\":{\"x\":0.05},\"xaxis\":{\"automargin\":true,\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\",\"title\":{\"standoff\":15},\"zerolinecolor\":\"white\",\"zerolinewidth\":2},\"yaxis\":{\"automargin\":true,\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\",\"title\":{\"standoff\":15},\"zerolinecolor\":\"white\",\"zerolinewidth\":2}}}}}" \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/lengths/length_measurements.json b/cache_dir/hate_speech18_default_train_text/lengths/length_measurements.json new file mode 100644 index 0000000000000000000000000000000000000000..743808c10f5e3fa89365ec163451ff770faecb81 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/lengths/length_measurements.json @@ -0,0 +1 @@ +{"average_instance_length": 16.54906798245614, "standard_dev_instance_length": 13.023375221348289, "num_instance_lengths": 105} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/lengths/lengths_fig.png b/cache_dir/hate_speech18_default_train_text/lengths/lengths_fig.png new file mode 100644 index 0000000000000000000000000000000000000000..5aef4710cd467ec749920279cd10be36481d4816 Binary files /dev/null and b/cache_dir/hate_speech18_default_train_text/lengths/lengths_fig.png differ diff --git a/cache_dir/hate_speech18_default_train_text/lengths/lengths_table.json b/cache_dir/hate_speech18_default_train_text/lengths/lengths_table.json new file mode 100644 index 0000000000000000000000000000000000000000..0706f64e9be15c1dad175cd450969c48ccf0c032 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/lengths/lengths_table.json @@ -0,0 +1 @@ +{"0": {"text": "As of March 13th , 2014 , the booklet had been downloaded over 18,300 times and counting .", "length": 16}, "1": {"text": "In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .", "length": 33}, "2": {"text": "( Simply copy and paste the following text into your YouTube videos description boxes. )", "length": 13}, "3": {"text": "Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .", "length": 23}, "4": {"text": "Click on the `` DOWNLOAD ( 7.42 MB ) '' green banner link .", "length": 10}, "5": {"text": "Booklet updated on Feb. 14th , 2014 .", "length": 6}, "6": {"text": "( Now with over 18,300 Downloads. )", "length": 6}, "7": {"text": "PDF file : http://www.mediafire.com/download/7p3p3goadvvqvsf/WNDebateBooklet_2-14-14.pdfMSWordfile:http://www.mediafire.com/download/psezkkk4d6a3wt1/WNDebateBooklet _ 2-14-14.docx Watch the 10 hour video version of `` The Zionist Attack on Western Civilization '' @ http://trutube.tv/video/14247/The-Zionist-Attack-on-Western-Civilization-Pages-1-33-Part-1-of-4-Banned-from-YouTubeNotepadPromotionalYouTubeComment:http://www.mediafire.com/download/96fg6ft02lyfruz/Booklet _ White _ YT _ Comment _ ( Hyperlinked ) .txt http://www.mediafire.com/download/zcn3wozjbwnezms/Booklet-White-YT-Comment- ( Hyperlinked-Back-Up % 5D.txt http://www.mediafire.com/download/9uyudq1yuxu1dur/Booklet+Comment+%28Firefox%29.txt2minutepromotionalBOOKLETvideo@http://www.youtube.com/watch ? v = _ 8hg254ALpM Are you interested in helping spread the booklet download link across the world ?", "length": 121}, "8": {"text": "Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?", "length": 19}, "9": {"text": "Thank you in advance. : ) Download the youtube `` description box '' info text file below @ http://www.mediafire.com/download/dqhn1czprr17o21/Booklet-Description-Box _ Info.txt", "length": 25}, "10": {"text": "She may or may not be a Jew but she 's certainly stupid , she seems to think the Blacks wo n't kill her alongside every other White they can get their dirty hands on , what a muppet !", "length": 38}, "11": {"text": "Thank you for the info. i will deffinetly look into them .", "length": 11}, "12": {"text": "I hope there is room for one more as i am very excited about this .", "length": 15}, "13": {"text": "I just came across this piece of garbage .", "length": 8}, "14": {"text": "Comments say she is from SA .", "length": 6}, "15": {"text": "Warning : Graphic .", "length": 2}, "16": {"text": "Die Antwoord - `` Cookie Thumper '' ( Official Video ) - YouTube", "length": 7}, "17": {"text": "The whites are more in the range of 4.8 million .", "length": 11}, "18": {"text": "I believe this can be higher since I 've read reports that especially whites in the Free State were not counted in the latest census .", "length": 25}, "19": {"text": "Thank you for posting your story .", "length": 6}, "20": {"text": "I think you should write a book as well .", "length": 9}, "21": {"text": "I 've always considered teaching as one of the professions I would like to get into , but not in a neighbourhood like that ... never. kids like that disgust me .", "length": 29}, "22": {"text": "And the sad thing is the white students at those schools will act like that too .", "length": 16}, "23": {"text": "I guess I 'll just stick to homeschooling my kids , when and if I have them ...", "length": 16}, "24": {"text": "Randy Blazak is an `` expert '' all right--he teaches `` Sociology of Star Trek '' --a credited class students actually pay for .", "length": 20}, "25": {"text": "No wonder young people ca n't get jobs .", "length": 9}, "26": {"text": "They take underwater basket weaving courses and they have no worthwhile skills on account of angry still my favorite comment .", "length": 20}, "27": {"text": "Old Tarzan movies , `` Zulu '' , and `` King Kong '' have many such images .", "length": 11}, "28": {"text": "National Geographic magazines in the 1950s and early 1960s are replete with color photos of African villagers .", "length": 17}, "29": {"text": "Dr. Albert Schweitzer 's two-hour documentary from 1958 was shown in movie theaters everywhere .", "length": 15}, "30": {"text": "I think VHS tapes are available at Amazon .", "length": 8}, "31": {"text": "Their gods often had pale skin and blue eyes but I suppose literacy is n't valued highly by their cultural intelligencia .", "length": 22}, "32": {"text": "When the girl starts talking the guy in the middles lips start moving .", "length": 13}, "33": {"text": "He was checking her lines , bad actors ca n't help themselves from doing this .", "length": 15}, "34": {"text": "This whole situation starts to become really bizarre .", "length": 8}, "35": {"text": "I was a Right Sector supporter but it starts to sound as if they are in fact just Israeli agents ......", "length": 20}, "36": {"text": "I do n't know who to support anymore ................", "length": 9}, "37": {"text": "I've read many post on here saying Israel gives training to US law enforcement .", "length": 15}, "38": {"text": "I remember after the Boston Marathon bombings watching Fox News and they said law enforcement was consulting Israel for advice .", "length": 20}, "39": {"text": "I believe his dog would like to get as far away from him as possible !", "length": 15}, "40": {"text": "Free North Carolina : Peterson 's particulars VikingInMe", "length": 7}, "41": {"text": "So according to section C , what few jobs there are in our areas will be given to these people as well Thanks for posting this .", "length": 25}, "42": {"text": "Greece need a man like Adolf Hitler and now is the perfect time to start a national political movement to free Your country from the zionist bankers", "length": 27}, "43": {"text": "The image below is for the First Week of March 2011. freeman in court - judge bows to Sovereign - Canada YouTube - freeman in court - judge bows to Sovereign - Canada", "length": 28}, "44": {"text": "I do n't watch T.V. or Hollywood movies .", "length": 10}, "45": {"text": "I know of Chris Rock and subsequently have hated him for a long time .", "length": 14}, "46": {"text": "He is a pathetic little chimp .", "length": 6}, "47": {"text": "Declaring war on the innocent White Population of any nation could easily be justified by anyone who was not a White Nationalist .", "length": 22}, "48": {"text": "Seekers of Truth , Start out by watching the `` Benjamin Freedman Speaks '' video @ youtube .", "length": 13}, "49": {"text": "com/watch ? v = hXBcyX97jGM then move on to watching , `` The Loss of Liberty '' film @ youtube .", "length": 15}, "50": {"text": "com/watch ? v = kBD6Gm6VoDM Then watch 8 min. Obama at AIPAC @ youtube .", "length": 12}, "51": {"text": "com/watch ? v = KrdyCxpB4fs And then the entire Myron Fagan video @ youtube .", "length": 12}, "52": {"text": "com/watch ? v = 6OK6ks7BSOY For a FREE informative BOOKLET & video on the Zionist-engineered INTENTIONAL destruction of White people go to : youtube .", "length": 22}, "53": {"text": "com/watch ? v = n663eVTSyS8", "length": 4}, "54": {"text": "Note!", "length": 1}, "55": {"text": "Wntube is now .net , not .com.", "length": 6}, "56": {"text": "They have improved the site .", "length": 5}, "57": {"text": "Please contribute and/or donate .", "length": 5}, "58": {"text": "http://www.wntube.net/play.php ? vid = 1428 & code = 108", "length": 10}, "59": {"text": "Try El Paso Texas Soo much mudd invasion that the river is the same color as those playing/crossing in it .. year round !", "length": 23}, "60": {"text": "Welcome to the front lines ...", "length": 5}, "61": {"text": "Folk , Faith , Family Hail Victory !!", "length": 5}, "62": {"text": "Here is a video of the event that is worth watching just to see a beautiful White lady screaming `` scum , scum , scum , f * * * ing scum !!! '' at the muslim filth .", "length": 29}, "63": {"text": "Protesters Clash during Military Parade in Barking", "length": 7}, "64": {"text": "Does this not show how stupid these folks can be ?", "length": 10}, "65": {"text": "Let 's order a pizza to be delivered where we are and then try to assault the driver , no one will know how to catch us .", "length": 26}, "66": {"text": "Nice to know that are still a few men out there who `` have a pair '' .", "length": 15}, "67": {"text": "Your courage and honestly are apprecated .", "length": 6}, "68": {"text": "Jesus Christ is Lord indeed .", "length": 5}, "69": {"text": "Y' all have a nice day .", "length": 6}, "70": {"text": "I suppose the concept of a male cow and a female cow producing MORE cows , and the repeating process is too much for them to understand .", "length": 26}, "71": {"text": "May they all get mad cow disease .", "length": 7}, "72": {"text": "The sooner the better .", "length": 4}, "73": {"text": "Yeah, but no one will ever hear of this .", "length": 9}, "74": {"text": "Instead we are left to shed a tear for the black kids killed in a church bombing 40 years ago .", "length": 20}, "75": {"text": "That's all I needed to hear .", "length": 7}, "76": {"text": "* Unsubscribed * Off to the SA threads .", "length": 6}, "77": {"text": "There are White folks that require a little of our time .", "length": 11}, "78": {"text": "I guess Mr. Pena forgot about the black speed skater who won the gold and is being glorified on NBC every 5 minutes .", "length": 23}, "79": {"text": "I'm sad to find this out right now but I 'm also sorry to inform you that Kevin was killed several years ago .", "length": 24}, "80": {"text": "http://www.visioncircle.org/archive/003870.html", "length": 7}, "81": {"text": "I'm having a hard time believing this .", "length": 8}, "82": {"text": "I have 2 friends in CS and neither has EVER worked with a black .", "length": 14}, "83": {"text": "All their coworkers are white , NE asian or indian/paki , except one guy worked with a mestizo for a few weeks on a project .", "length": 24}, "84": {"text": "Hundreds of people , but no blacks !", "length": 6}, "85": {"text": "I also attended a Masters/PhD graduation ceremony at a major state university a few years ago - none of the CS degrees were awarded to blacks. [ a couple computer degrees went to blacks , but they were in IT with a focus on internet marketing/web-commerce ] So where are all these black computer geniuses hiding ?", "length": 55}, "86": {"text": "Over and over , you hear about home-schooled kids beating out public school kids for spelling bees .", "length": 17}, "87": {"text": "Unfortunately , there are some poor White families where both parents work .", "length": 11}, "88": {"text": "Perhaps if a school district has only a few White families left , they could get together and each parent could teach the kids one day per week .", "length": 27}, "89": {"text": "The parents who could n't teach on weekdays could teach on Saturday .", "length": 13}, "90": {"text": "That was me .", "length": 3}, "91": {"text": "I have no intention of ever setting foot in Mexico so I 'll have to take your word for it .", "length": 20}, "92": {"text": "Excellent Article !! * * * * * Why Were n't They In Jail ?", "length": 9}, "93": {"text": "Three of the four suspects in the death of a 12-year-old Moore County girl were repeat offenders , free on probation .", "length": 22}, "94": {"text": "Steve Reed Reporter Three of the suspects charged with the murder of a 12-year old Moore County girl were given suspended sentences for other crimes and were free on probation at the time of her slaying .", "length": 37}, "95": {"text": "Perry Ross Schiro , 19 , of Harnett County was charged yesterday with murder in the Sept. 21 shooting death of Emily Elizabeth Haddock .", "length": 22}, "96": {"text": "He is the fourth suspect to be charged with her murder .", "length": 11}, "97": {"text": "Also charged are Sherrod Nicholas Harrison , 19 , Michael Graham Currie , 18 , and Van Roger Smith , 16 , all of Cameron in Harnett County .", "length": 22}, "98": {"text": "Two of the suspects , Mr. Harrison and Mr. Currie , were repeat probation violators .", "length": 13}, "99": {"text": "Only Mr. Smith had no prior criminal record .", "length": 8}, "100": {"text": "Mr. Schiro , the latest suspect to be charged in the killing , was arrested when a .22-caliber handgun , possibly the murder weapon , was found in his car .", "length": 27}, "101": {"text": "He was also charged with burglary , larceny and possession of stolen property .", "length": 12}, "102": {"text": "All four suspects are being held without bond in the Moore County Jail .", "length": 13}, "103": {"text": "The Rest Of The Story", "length": 5}, "104": {"text": "Nevermind, found the new page Knew it had to be a groid .... any report of rape ?", "length": 16}, "105": {"text": "Surprised it came back so fast ...", "length": 6}, "106": {"text": "http://www.wral.com/news/local/story/1850536/", "length": 8}, "107": {"text": "Obama has membership in Prince Hall ( for blacks ) lodge and will become the next president , according to this guy : [ youtube = http://www.youtube.com/watch ? v = _ nLfRsReGII ] Zagami [ /youtube ]", "length": 30}, "108": {"text": "they act as if negros with aids should have the right to reproduce when they will die off and have no way to take care of the kid I cant believe that they are doing this by the millions its crazy", "length": 41}, "109": {"text": "Good.", "length": 1}, "110": {"text": "I hope they all starve .", "length": 5}, "111": {"text": "No white person should send a single penny or lift a single finger to help them .", "length": 16}, "112": {"text": "He's a retarded feral negro ( yes , feral humans who cannot talk occasionally pop up , having been abandoned as children. ) .", "length": 20}, "113": {"text": "He walks upright , and has human arms and legs .", "length": 9}, "114": {"text": "I 've seen negroes who look ( and undoubtedly act ) like him .", "length": 11}, "115": {"text": "http://www.occultopedia.com/f/feral_children.htmhttp://www.ling.lancs.ac.uk/chimp/la...E4/4kamala.htmhttp://www.occultopedia.com/w/wildpeter.htm Aragorn", "length": 24}, "116": {"text": "Again, every time I will see filthy comment about Georgia without providing any facts , I will respond .", "length": 17}, "117": {"text": "I will respond until Armenian scum will stop", "length": 8}, "118": {"text": "The reason large white families were encouraged those days was to build up the population of white Germans , which were ravaged by the jewish attacks at them during WW1 and in hyperinflation 1920 's .", "length": 34}, "119": {"text": "I see a nation where I can walk out my front door and not feel like a minority in my own country .", "length": 22}, "120": {"text": "Where a white woman can go about in public and not fear assault by muds .", "length": 15}, "121": {"text": "No, I see that as giving up .", "length": 7}, "122": {"text": "I hope one day to proudly say again that I am an American , when we take this country back .", "length": 19}, "123": {"text": "BTL", "length": 1}, "124": {"text": "OK, I have been through some of the other threads on this section about NS and watched a few videos on YT .", "length": 22}, "125": {"text": "It has obviously been misunderstood and i would been keen to learn more .", "length": 13}, "126": {"text": "I retract - always .... Always because an animal lacks the skills to properly raise a ( half ) human child .", "length": 17}, "127": {"text": "I apologize for my ignorance .", "length": 5}, "128": {"text": "Baby steps .", "length": 2}, "129": {"text": "I do n't think anyone is insinuating that we are equal to non whites , or that we would ignore white nations .", "length": 22}, "130": {"text": "When most whites today have so much white guilt laid upon them that they feel they have to act black or have sexual relations and children with blacks just to be accepted there is a problem with the white race memo .", "length": 41}, "131": {"text": "These people have no idea about who they are or where they came from and any knowledge that they do have has guilt attached to it .", "length": 26}, "132": {"text": "If whites did have some knowledge and a little more recognition was put out there I think most of them would feel a little more pride of who they are and stick to the white race .", "length": 36}, "133": {"text": "There should not be problems between the different classes inside the race white since we are all whites they should be joined to fight against non-whites they are our enemies .", "length": 31}, "134": {"text": "If a person is white and he is a Christian or a Pagan then i consider him as my brother or sister no matter whatever profession he is into .", "length": 29}, "135": {"text": "Can you give any examples of progress made by skinheads or the Klan ?", "length": 13}, "136": {"text": "Seems to me they are in precipitous decline .", "length": 8}, "137": {"text": "Ive been around here for four years and seen almost no class divide .", "length": 13}, "138": {"text": "I dont really like even talking about it , because I fear we will create a division where there is none .", "length": 20}, "139": {"text": "Black ``women''on London transport ...", "length": 5}, "140": {"text": "Racist woman rant in London part 1 - YouTube ORIGINAL Racist Black Girls Fighting , South London Railway Balham to Mitcham 18.11.2011 - YouTube", "length": 23}, "141": {"text": "[QUOTE=Trotis;10497843]Isn't South African chocolate made by overseas companies based in SA ? ( British and Swiss ) Would a `` Mars bar '' taste different made in SA compared to one in England ? / QUOTE ] I would have thought so too , but the stuff tastes different .", "length": 44}, "142": {"text": "I think it has something to do with the type of sugar or where the sugar was originally grown .", "length": 19}, "143": {"text": "BTW - I do n't recall seeing a Mars Bar in S.A ?", "length": 13}, "144": {"text": "I never drink diet anything either because of the aspartame and water is for the fish .", "length": 16}, "145": {"text": "I try to avoid the GMO stuff too , but since they do n't label the stuff it 's hard to do .", "length": 22}, "146": {"text": "And then you need to avoid High Fructose Corn Syrup - bad for you and made from GM corn .", "length": 18}, "147": {"text": "You also need to avoid anything Soya .", "length": 7}, "148": {"text": "And then there is the pesticides on your fresh ( ? ) fruit and veggies .", "length": 12}, "149": {"text": "And the non-edible chemicals in the processed and sometimes not so processed food .", "length": 14}, "150": {"text": "In the end the only safe thing to eat is grass if you are lucky enough to have your own garden ( or grow your own food if you have the space ) and hope to hell the government here does n't do chemical spraying .", "length": 44}, "151": {"text": "Hell , the way we are deliberately poisoning ourselves I 'm surprised we have lasted this long !", "length": 16}, "152": {"text": "If not kept in check , we may very will be living in an actual Planet of the Apes soon .", "length": 19}, "153": {"text": "YouTube - & #x202a ; Kenya - Hacked to death by panga in front of film crew & #x202c ; & rlm ;", "length": 15}, "154": {"text": "Racist attack by blacks on a young white girl in France .", "length": 11}, "155": {"text": "Negro holding the camera laughs with glee : Dailymotion - Agression raciste contre une jeune fille blanche - France - une vid\u00e9o News & Politics", "length": 20}, "156": {"text": "What happens when Popeye 's runs out of chicken YouTube - Popeyes Freakout ( Ghetto Vers .", "length": 14}, "157": {"text": "2.0 ) * Does contain alot of profanity , so you have been forewarned *", "length": 12}, "158": {"text": "Negro rainforest `` music ''.", "length": 3}, "159": {"text": "( If you click the video , the video comments are full of self-hating whites ) : YouTube - BAKA RAINFOREST PEOPLE YODELLERS", "length": 19}, "160": {"text": "What the ...", "length": 2}, "161": {"text": "Non-Muslim Michigan High School students wear hijabs in school for class lesson to `` explore religion and identity '' | Pamela Geller , Atlas Shrugs", "length": 22}, "162": {"text": "I have n't been able to finish watching even one of these videos .", "length": 14}, "163": {"text": "As soon as I hear them uttering their monkey gibberish I feel like smashing my computer screen with my fist .", "length": 20}, "164": {"text": "That would be too expensive .", "length": 5}, "165": {"text": "Thanks.", "length": 1}, "166": {"text": "I hope this will catch on like the 14 words .", "length": 10}, "167": {"text": "If anyone wants to post it in other forums feel free to do so .", "length": 14}, "168": {"text": "It is very hard for average Whites to see their own disenfranchisement , let alone realize that it is planned .", "length": 19}, "169": {"text": "This is because much of the disenfranchisement is by way of destroying White cultural identity and pride .", "length": 17}, "170": {"text": "So contributing and participating in any way to opportunities to instill pride in White ethnic heritage and even White American ethnic heritage will go a long way in helping them recognize what is being taken away .", "length": 36}, "171": {"text": "Pffffft!", "length": 1}, "172": {"text": "Ive seen that crap too , and thought WTF ?", "length": 8}, "173": {"text": "I can picture him as that baby monkey on the ' save the rainforest comercial or whatever", "length": 16}, "174": {"text": "The only thing holding us back are our traitors and the 40billion anti-european people of the earth that flourished on our technology .", "length": 23}, "175": {"text": "Thanks for saving the picture but the one I saw was a black guy looking at a laptop and a White girl sitting next to him , laughing and hanging on him also looking at the laptop but they did n't show what was on the laptop .", "length": 47}, "176": {"text": "They were in a living room sitting on the couch implying that they were a couple .", "length": 16}, "177": {"text": "Its really sad how so many whites just don`t even care and there actually happy that this is coming to be .", "length": 22}, "178": {"text": "There's more sex and sleaze condensed on the shelves of the check out line than you 'll get in 2 hours of TV - and 2 hours of TV is lethal to your spirit !", "length": 34}, "179": {"text": "And her husband is Tom Brady , this good-looking White Nordic guy : Here 's a photo of them with their ( white ) children :", "length": 22}, "180": {"text": "I actually celebrate Black History Month .", "length": 6}, "181": {"text": "I have a dream - one of these days Black occupation of America will be history !", "length": 15}, "182": {"text": "Pathological killers , they are .", "length": 4}, "183": {"text": "Jews have been poisoning wells since Biblical times .", "length": 8}, "184": {"text": "No wonder we are in such bad shape with this tribe in charge of the White House and Congress .", "length": 19}, "185": {"text": "The Jew represents the snake .", "length": 5}, "186": {"text": "All you need is to cut off it 's head and the rest of the problems will crumble away with ease", "length": 21}, "187": {"text": "I hate to see such beautiful white females become victims of these sick , violent merciless animals .", "length": 16}, "188": {"text": "Separation is the only answer !", "length": 5}, "189": {"text": "White Power !", "length": 2}, "190": {"text": "White Americans and White Europeons have too few children .", "length": 9}, "191": {"text": "Other than the Amish no other group of whites have large families .", "length": 12}, "192": {"text": "Honestly the better idea is private schools for our people ; the average parent is a poor teacher .", "length": 17}, "193": {"text": "The muslims have ultra strict racialist private schools the world over ; why do n't whites ?", "length": 16}, "194": {"text": "While they are in prison the kikes should get the same food the regular prison population gets ...", "length": 17}, "195": {"text": "Who the hell cares if its not kosher ...", "length": 8}, "196": {"text": "This is n't the local 4 diamond Hilton situated on some sunny beach ...", "length": 14}, "197": {"text": "i've felt anger when i 've read it on forum , but we have to do our part and speaking at loud voice this fact , because , for example , i 'm from europe and this fact is not pased on tv news or in the news paper ... knows your enemies is the first pass for vicory on them !", "length": 57}, "198": {"text": "We dont care about Alaska while it is not white land .", "length": 11}, "199": {"text": "We are more concerned about ZOG controlling US and Russia .", "length": 10}, "200": {"text": "Why do n't White Europeans and Americans grow a set of balls , and deport these Black and brown animals from their countries ?", "length": 23}, "201": {"text": "Another EuroRus update , more video and photos ! [ gvideo ] http://video.google.com/videoplay ? docid = 5268894597794277031 [ /gvideo ] A Fascinating Conversation Between Dr. Alfred Vierling & Dr. Duke !", "length": 25}, "202": {"text": "Kris Roman , Jan Kristel , Dr. Alfred Vierling , Dr. David Duke , Thiery Van Roy , Frederik Ranson , Andreas Thierry , Stephanos Gekas .", "length": 19}, "203": {"text": "Robert Steuckers and Dr. David Duke Gunther Van Den Eynde en Dr. David Duke Euro-Rus 2008 !", "length": 17}, "204": {"text": "Euro-Rus \u0415\u0432\u0440\u043e-\u0420\u0443\u0441\u044c For a great Europe , from Gibraltar to Vladivostok !", "length": 12}, "205": {"text": "http://www.eurorus.org/", "length": 4}, "206": {"text": "What would you have done instead ?", "length": 6}, "207": {"text": "Ignore the genocide on Serbs , turn your back on your own people .", "length": 12}, "208": {"text": "Then you are a traitor .", "length": 5}, "209": {"text": "Ivan Ivanovich Shishkin , January 25 , 1832 March 20 , 1898 ( \u0418\u0432\u0430\u043d \u0418\u0432\u0430\u043d\u043e\u0432\u0438\u0447 \u0428\u0438\u0448\u043a\u0438\u043d ) Felling of Forest , 1867 Landscape with a Lake At the Seashore , 1890 ( sketch ) Birch Grove , 1896 View at a Neighborhood of Petersburg , 1856 Swiss Landscape , 1866 Forest on the Eve of Thunderstorm , 1872 Oak Forest in a Grey day , 1873 ( sketch ) Swamp .", "length": 54}, "210": {"text": "Woodlands , 1890 Rain in an Oak Forest , 1891", "length": 8}, "211": {"text": "Finns mixed with swedes and got blond hair and blue eyes , but ethnical finn look like tatar : dark hair , dark eyes , short height , round face .", "length": 25}, "212": {"text": "The reasons : Alcoholism takes around 150000 lives every year .", "length": 9}, "213": {"text": "Aids - around 20000 every year .", "length": 5}, "214": {"text": "Emmigration - around 50000-100000 per year .", "length": 6}, "215": {"text": "Heart diseases - around 100000 per year .", "length": 6}, "216": {"text": "High mortality rate - like country is at war .", "length": 8}, "217": {"text": "Lowest birthrate in world .", "length": 4}, "218": {"text": "http://www.guardian.co.uk/russia/art...772175,00.html Attaboy , Putin .", "length": 12}, "219": {"text": "If I were in the audience , I 'd clap till my hands were numb .", "length": 14}, "220": {"text": "That 's telling worthless s.o.b.s like Cheney what they can do with their cheap words and crocodile tears .", "length": 21}, "221": {"text": "I have long loved Tchaikovsky ballets and Mussorgsky operas and now I enjoy Russian traditional music as well .", "length": 18}, "222": {"text": "I just bought two CD 's featuring the Russian Radio Chorus Orchestra , Orchestra Vladimir Avramow , and St. Petersburg Balaika Ensemble playing such songs as St. Petersburg , Why Should I Be Sad , Dark Night , The Long Way , Wolga , So Many Days , Nastassja , Two Guitars , Fields , Hai-Da Trojka , Bandura , Tschubtschik , Troika , The Cossack , Our Little Village , Stenka Rasin , and many others .", "length": 60}, "223": {"text": "I was recently in Zaporojie , Ukraine , which has a famous Cossack enclave , where I had the opportunity to dine at a Cossack restaurant and listen to traditional Cossack music played live .", "length": 31}, "224": {"text": "Listening to this music brings back memories of all my visits to Russia and Ukraine .", "length": 15}, "225": {"text": "Oh so we cannot post on this subject because at this moment in time we are not in the same AREA as you .... WHATEVER So I will wait maybe untill next spring when I go to LODZ And JP should wait untill he starts school this winter in Bratislava THEN can we post ?? ......... PLEASE SIR", "length": 55}, "226": {"text": "I keep telling people about things like this , and they never believe me .", "length": 13}, "227": {"text": "I want to show them this thread .", "length": 7}, "228": {"text": "This is great !", "length": 3}, "229": {"text": "It was until Kveldulf saw fit to open it up again with his unnecessary comments .", "length": 15}, "230": {"text": "I have to go to work now .", "length": 7}, "231": {"text": "Hispanic: A woman threw her 2 1/2-year-old granddaughter several stories to her death from a walkway at a shopping mall http://www.news4jax.com/video/25962136/index.html negro : -- Police arrested a 17-year-old who they said burglarized a home over the Thanksgiving weekend .", "length": 48}, "232": {"text": "Jacksonville police said Brian Williams broke into the home on Braddock Road while the family was out of town and baked brownies , drank orange juice , surfed porn websites and loaded up the victim 's car with bottles of liquor .", "length": 39}, "233": {"text": "http://www.news4jax.com/news/25976955/detail.html", "length": 8}, "234": {"text": "SEX: MALE RACE : BLACK D.O.B : 08-24-1950 HEIGHT : 5 ' 11 WEIGHT : 180 EYE : BROWN HAIR BLACK In Custody For : 001 MISDEMEANOR COUNT OF CRIMINAL TRESPASS 2ND DEG This dude looks like an olde version of Cornielious from `` Planet of the Apes '' !", "length": 44}, "235": {"text": "LOL", "length": 1}, "236": {"text": "You can have your site on Odins Rage but host your picture and zip files somewhere else like geocities.com , cause Odins Rage doesnt give much room .", "length": 27}, "237": {"text": "Don't want to ruin the spirit of the mood , but are n't Russians for the most part Orthodox Christian , and they have a different day for Christmas ?", "length": 29}, "238": {"text": "I think it is January 6'th or 7'th , not the same as us .", "length": 15}, "239": {"text": "Because the communist party was almost all jew out to kill any gentile that stood in their way or had property that the jew - communist wanted .", "length": 26}, "240": {"text": "Couple Befriend Negroid , Negroid Tries To Burn Down Couples Home - NNN Reporters Newsroom Forum Moblie Couple Says Neighbor Tried to Set Their Apartment on Fire Reported by : Irika Sargent Last Update : 4/25 9 : 01 pm Moblie Couple Says Neighbor Tried to Set Their Apartment on Fire | Local15tv.com , Mobile & Pensacola News , Entertainment , Videos , Business Search and Shopping This is what happens when you make friends with spearchuckers .", "length": 68}, "241": {"text": "http://www.newnation.vg/forums/showthread.php?p=325910 Coach Accused Of Fondling Student Student 's Mother Alerts Deputies After Finding Note POSTED : Monday , March 8 , 2010 UPDATED : 9 : 42 am EST March 9 , 2010 * * * Pedophile Alert * * * Robert Bennett. http://www.clickorlando.com/educatio...82/detail.html", "length": 47}, "242": {"text": "Just got turned on to a website from a friend of mine .", "length": 12}, "243": {"text": "Shows some interesting statistics about the jew rats ...", "length": 8}, "244": {"text": "http://ifamericaknew.org/", "length": 3}, "245": {"text": "It's sort of like the Black computer genius that only appears with any ubiquity on television or in the cinema .", "length": 21}, "246": {"text": "I know they 're probably out there , but I 've never met a Black IT professional who was n't exclusively in sales .", "length": 23}, "247": {"text": "Have you ever heard about death mask of Franco ?", "length": 9}, "248": {"text": "One day I have seen it on EBay , but I 'm not sure about authenticity of the mask .", "length": 18}, "249": {"text": "Is this group in Sweden genuine or are they thieves who steal money but never send the goods you order ?", "length": 20}, "250": {"text": "Can any Swedish comrades tell me about them ?", "length": 8}, "251": {"text": "She is white but looks somewhat below average for a white Swedish girl , I think .", "length": 15}, "252": {"text": "Why do the Swedes hide their best looking females ?", "length": 9}, "253": {"text": "I must just say before this thread possibly dies that I have great fear that without action the cause will die along with the rise of multiculturatism", "length": 27}, "254": {"text": "Gl\u00e6delig jul !", "length": 2}, "255": {"text": "My Norwegian uncle has been visiting , and he has shared with us some things about Christmas celebrated in Norway ...", "length": 19}, "256": {"text": "Interesting .", "length": 1}, "257": {"text": "I also have been talking to a person from Denmark , and I learned about gingerbread , dancing around the tree , and the various customs of Jul ( Dinner , place presents under the tree , desert , dance around tree , open presents ) .", "length": 37}, "258": {"text": "I found it to be pretty interesting , and I hope you all had a G\u00e6delig jul !", "length": 16}, "259": {"text": "Ca n't wait until tomorrow !", "length": 6}, "260": {"text": "I had actualy written th epost for last summer but had to cancel my trip ... so it is 2005 !!! ok every body cool ? * L * Shann 2508", "length": 26}, "261": {"text": "LOL, ok I give up I just had never heard that specific word before and it was n't in my dictionary .", "length": 22}, "262": {"text": "And since I 'm not really Sture All\u00e9n or Horace Engdahl I ca n't say if it 's in Svenska Akademins Ordlista .", "length": 23}, "263": {"text": "i think some of you are a bit wrong on this one since Our Race Is Our Nation when will you learn ?", "length": 22}, "264": {"text": "It makes me so damn angry that the swedes ca n't see it !!!", "length": 14}, "265": {"text": "The blacks and browns are detroying sweden and nobody does anything about it ! : madex : madex : madex", "length": 16}, "266": {"text": "The only thing manipulated here are the minds of few foreigners , who reckon they can live amongest superiour , pagan blood .", "length": 20}, "267": {"text": "Det er forresten en ting til \u00d3rkneyjar vil si deg , `` Tack s\u00e5 mycket . ''", "length": 13}, "268": {"text": "What say you of Jotunheim ?", "length": 5}, "269": {"text": "Do you have any figures on this ?", "length": 7}, "270": {"text": "I 'm pretty sure that tens of billions are sent abroad every year even though 50 + % stays in Sweden .", "length": 19}, "271": {"text": "Hmm... let 's try again , viewing by number of asylum seekers per 1,000 population .", "length": 15}, "272": {"text": "These are much more important in my estimation .", "length": 8}, "273": {"text": "For instance , the U.S. lets in about 900,000 people legally every year , while Canada lets in about 225,000 .", "length": 21}, "274": {"text": "However , in per-capita rates , U.S. legal immigration is at about 3 per 1,000 annually , while for Canada it 's about 7 .", "length": 24}, "275": {"text": "Thus , shockingly , Canada may actually achieve a non-white majority before the U.S. does .", "length": 15}, "276": {"text": "Denmark : 2.3 ( 2001 ) , 1.1 ( 2002 ) , 0.9 ( 2003 ) , 0.6 ( 2004 ) . ( assuming population of 5.4 million ) Good job Denmark !", "length": 22}, "277": {"text": "Let 's see it get down to zero !", "length": 8}, "278": {"text": "Norway : 3.3 ( 2001 ) , 3.9 ( 2002 ) , 3.5 ( 2003 ) , 1.8 ( 2004 ) . ( assuming population of 4.5 million ) Sweden : 2.6 ( 2001 ) , 3.7 ( 2002 ) , 3.5 ( 2003 ) , 2.6 ( 2004 ) . ( assuming population of 8.9 million ) Iceland is at about 0.2 .", "length": 44}, "279": {"text": "Finland , however , used to be very low , but it 's now higher than Denmark and nearly as high as Norway .", "length": 20}, "280": {"text": "By per capita take-ins , Norway was the worst in 2001 , but apparently the Norwegians cracked down in 2004 and they 're now lower than Sweden 's rate .", "length": 28}, "281": {"text": "Aragorn", "length": 1}, "282": {"text": "That is good news When i was in Norge ..", "length": 9}, "283": {"text": "The only Blacks i saw were Somalies .. and they 're a cross mix of Black and Arabs .", "length": 17}, "284": {"text": "No, it 's not possible .", "length": 5}, "285": {"text": "Read the earlier posts and see that there are still lots of non-whites coming to Denmark .", "length": 17}, "286": {"text": "I do n't dare to look at them !", "length": 9}, "287": {"text": "You should see what my grandma 's hair looked like 50 years ago ...", "length": 13}, "288": {"text": "Eldritch and myself went early to the harbour , but all the boats were cancelled on account of rough weather .", "length": 19}, "289": {"text": "One day , brother ... one day .", "length": 5}, "290": {"text": "I've seen on the web he is making a new horror film called `` it waits '' but cant find that much about it", "length": 23}, "291": {"text": "I thought they agreed they wouldn t do the Salem march this year because his parents didn t want the media attention ?", "length": 22}, "292": {"text": "Jag har inte sj\u00e4lv varit med n\u00e5gon g\u00e5ng men jag har stor respekt f\u00f6r de som deltar .", "length": 17}, "293": {"text": "Why, are you afraid that your son might come and find you drunk in a bar 20 years later and try to kill you or something ...", "length": 26}, "294": {"text": "Damn, Finland is closing in on Sweden in this poll !", "length": 10}, "295": {"text": "But you are most welcome anyway Ugric _ Warspirit .", "length": 9}, "296": {"text": "Suomalainen totta kai !", "length": 3}, "297": {"text": "i get what your saying and there are thousands of non irish here who will never contribute anything to this land .", "length": 21}, "298": {"text": "The folk im talking about have been shoulder to shoulder with me for a long time and i will continue to show loyalty and respect to them as they have more than earned it 828", "length": 35}, "299": {"text": "unless you are a tourist or here the study for a year or two please just go back Russian , we dont need or want more slavs", "length": 26}, "300": {"text": "What a load of crap.Water are ye people for real Ireland is been taken over by non Irish and this rubbish .", "length": 22}, "301": {"text": "I hate the word racist it makes people being called racist think that they are doing something wrong when they the immigrants coming here are doing something wrong", "length": 28}, "302": {"text": "Reminds me of an old joke .", "length": 6}, "303": {"text": "Whats the difference between St. Patrcks Day , and Martin Luther King Day ? ........................... On St. Patricks day every body wishes they are Irish .", "length": 22}, "304": {"text": "Im sorry that many people in my country are stupid .", "length": 10}, "305": {"text": "They feel the need to close down a prison full of terroris / people who aided in the killing of our soldiers and scatter them all around the world. ??????????????????", "length": 28}, "306": {"text": "and the Poles decide to up and leave therefore devastating the Irish economy as every man and his dog are telling us what are the potential ramifications for our welfare scrounging visitors from far ashore ?", "length": 35}, "307": {"text": "No I was asking for a link for were it says their banning the celtic cross , but thanks for the link i 'll check it out .", "length": 26}, "308": {"text": "Cheers", "length": 1}, "309": {"text": "If they have some marches and what not about showing pride in their culture you guys should go out and do the same If you could try and contact people you know in different cities and see if their willing to do the same .", "length": 44}, "310": {"text": "good luck NoRemorseNoRegrets , hopefully its good news about your job and lets hope you dont become another figure in a stat !", "length": 21}, "311": {"text": "I posted a thread in Stormfront Ireland the week before about english hooligans slashing an Irish mans throat , the thread dissappeared without explanation .", "length": 23}, "312": {"text": "A crude drawing of a swastika on a wall with spraypaint will only make neutral people associate nazi 's with common lowlife scum .", "length": 23}, "313": {"text": "Can a mod also change the thread title so it says the 10th ? dont want people showing up 10 days late", "length": 21}, "314": {"text": "Watching those videos makes me feel like im going to explode with hatred for those creatures .", "length": 16}, "315": {"text": "A feel a mix of intense hate and depression that we have let things degenerate so far .", "length": 17}, "316": {"text": "From what I know they 're almost exclusively Nigerian asylum seekers .", "length": 11}, "317": {"text": "They have a few of their own shops , a food shop by the bus/train station and a clothes shop where they sell FUBU and other assorted gangsta rap crap .", "length": 30}, "318": {"text": "This filth is a sectarian British song not an Irish folk song the sort of scum who wrote and admire this filth have no place on a WN forum yet alone an Irish forum", "length": 34}, "319": {"text": "Thanks for that Limerickpit I have put that on my planner no doubt it will be a total destoration of the facts !!", "length": 22}, "320": {"text": "During the early punk scene , he was always seen decked out in a Union flag blazer , then all a sudden , an instant nationality transplant .", "length": 24}, "321": {"text": "well done at least someone is getting off their arse and taking action rather then sitting behind a computer being a cyber warrior.i hope others will follow suit", "length": 29}, "322": {"text": "So if a fellow white man rapes my daughter or kills my brother I should let it go because he is white ?", "length": 22}, "323": {"text": "Its a disgrace my sister has been on the waiting list for 6 years and their giving away houses to these scumbags", "length": 22}, "324": {"text": "Most of the info on this site is out of date but it has some interesting information on the groups/orgs that have come and gone over the years .", "length": 29}, "325": {"text": "http://www.tau.ac.il/Anti-Semitism/a...-4/ireland.htm", "length": 11}, "326": {"text": "the younger limerick crowd say the gangs from moyross are in regular fights with the poles they go around in tens and when they meet all hell breaks lose its very like in east germany with the poles and working class irish .", "length": 42}, "327": {"text": "I was away for the weekend that is why I did get around to posting my blood group ( I do n't see why I should bother anyway ) BTW , I am in blood group `` O ''", "length": 35}, "328": {"text": "The Church of Ireland Archbishop of Dublin has called for an amnesty for immigrants who have been in Ireland for five years or more without their status being resolved .", "length": 29}, "329": {"text": "http://www.thepost.ie/post/pages/p/s...726-qqqx=1.asp", "length": 12}, "330": {"text": "Thanks It may not seem like much but just puting one of those leaflets up on a noticeboard gets a lot of people talking .", "length": 24}, "331": {"text": "No it is not a joke , we have a very high standard education system here in Ireland ..", "length": 17}, "332": {"text": "It is as good as anywhere in the world ..", "length": 9}, "333": {"text": "Thankfully, the C.W. Camp-Out will go ahead this year .", "length": 11}, "334": {"text": "Unfortunately , we missed out last year but this year s occasion will definitely make up for it .", "length": 17}, "335": {"text": "Beautiful scenery , music , campfire and good , true company .", "length": 8}, "336": {"text": "Looking forward to it !", "length": 4}, "337": {"text": "Regards , Draiodoir .", "length": 2}, "338": {"text": "I read recently in cold black and white print that there was around 10,000 nigerians in Ireland ... Now you say close to 300,000 ????!", "length": 25}, "339": {"text": "Is this true ?", "length": 3}, "340": {"text": "These people who want foreign aid increased are the same people who walk past irish people living rough on the streets and they do n't care about the old people who the government ignores .", "length": 35}, "341": {"text": "16", "length": 1}, "342": {"text": "I had a few of the CDs and gave them all away , let me see if i can get you a copy !!!!", "length": 22}, "343": {"text": "Don't think you supremacists would ever be able to build up the force of resistance that Irish Republicans did mate .", "length": 21}, "344": {"text": "Look on in jealousy !!! 2508", "length": 5}, "345": {"text": "Lie, lie , lie !!!", "length": 3}, "346": {"text": "Irish men are SOOOOOOO beautiful !!!!", "length": 5}, "347": {"text": "I love their darker hair , their skin , their eyes !", "length": 9}, "348": {"text": "They are stunning !! * KISS * 2056", "length": 5}, "349": {"text": "the article says they went into mainstream schooling so i think that must have played a role in it.the drugs were proscribed to them for health problems", "length": 28}, "350": {"text": "There is an active community here - you just need to get off the net to find it .", "length": 17}, "351": {"text": "Use PM to get in touch .", "length": 6}, "352": {"text": "How could you begin to tell people that all this multi cultural stuff is wrong without being hated on by our fellow people ?", "length": 23}, "353": {"text": "Yeah it was the same way when I was going to school in Calgary. the problem is they have like 8 kids where we only have about 1-2 children usually .", "length": 31}, "354": {"text": "Are only chapter right now is in the Fraser Valley near Vancouver but were looking to open chapters all over Canada .", "length": 21}, "355": {"text": "Some Natives were driving around in a truck a few years ago .", "length": 12}, "356": {"text": "Nothing unusual about that except it said on the back window .", "length": 11}, "357": {"text": "`` Work harder white boy , my brother needs a new truck '' .", "length": 10}, "358": {"text": "True story", "length": 2}, "359": {"text": "put the kids in a ophanage and arrest the whore of a mother to a point of not having more biracial kids 8 kids have to suffer all their lives to due a whore", "length": 34}, "360": {"text": "There are other ' Games ' , similar to the first you described , eg : 1 ] FIFA , and 2 ] The British FA ......", "length": 18}, "361": {"text": "BTW Im led to believe that Football [ soccer ] was invented in Somalia , in about 1066 AD .", "length": 16}, "362": {"text": "Pigs bladders were not used there , and the footballs were made from Camels doings .", "length": 14}, "363": {"text": "Like I said earlier the English have been subjected to a far worse campaign of indoctrination than the rest of us .", "length": 21}, "364": {"text": "I have to admit I do n't think I 've ever met a Briton ??? and I am English , so you must know something that I do n't know ??? , good for you .", "length": 33}, "365": {"text": "What I do know is that I live on a small Island and it seems that a lot of people from various countries in the world are willing to desert their homelands and their families just to come here , in my mind that tells me a lot about said people and their home countries , most of all it highlights their weaknesses of how their own countries have let them down and how they feel the need to feed off somebody elses country , how should we English interpret this without sounding rude ??? , locust ??? , parasite ??? , you tell me .", "length": 96}, "366": {"text": "I base this post on the fact that I live a few hundred yards from the house I was born in and have never felt the desire to suck the milk from anything other than an English nipple .", "length": 38}, "367": {"text": "My Mind 's Eye - Small Faces - YouTube", "length": 7}, "368": {"text": "I would not even use anything that man says winston churchill is the reason we are in this mess in the first place the bastard should have been shot", "length": 29}, "369": {"text": "I think they have .", "length": 4}, "370": {"text": "I have this vision of a left christian screeching ' the meek shall inherit the earth `` as a member of the peaceful religion goes a chopping .... humour .", "length": 26}, "371": {"text": "What do i know ? ?!!!!! ...", "length": 4}, "372": {"text": "Why would you want to see this pollution spread further into our gene pool ?", "length": 14}, "373": {"text": "Thank the Gods she has chosen to go with her own kind .", "length": 12}, "374": {"text": "I have just followed the link for the BDP , tried to check the policies only to be shown a lot of Latin that translates as total gobbledegook !", "length": 27}, "375": {"text": "Hacked website ?", "length": 2}, "376": {"text": "A happy St. David 's day to all of our Welsh compatriots !", "length": 12}, "377": {"text": "From your one time enemies , and now eternal allies , the English", "length": 11}, "378": {"text": "today i had an assembly on diversity and how we should embrace other cultures and learn about them .", "length": 18}, "379": {"text": "Not one mention about burns night our own culture .", "length": 9}, "380": {"text": "Re: What is happening in our schools ?", "length": 7}, "381": {"text": "Simple truth is that sadly they are preparing them for the only future that marxism offers -", "length": 16}, "382": {"text": "Don't be ridiculous !", "length": 4}, "383": {"text": "So you advocate independence , just to join another sovereign Nation ( As Wales would be in this hypothetical scenario ) ?", "length": 18}, "384": {"text": "Indeed.", "length": 1}, "385": {"text": "The OP has gone to sunnier climes for a couple of weeks so I 'll close this now and explain to him on his return ....", "length": 25}, "386": {"text": "Don't care much for football these days and sincerely hope that the team called England get a hiding but i will be wearing my new Serbia shirt during the tournament.COME ON SERBIA DO US PROUD !", "length": 37}, "387": {"text": "is anyone else fed up with people using the so called race card against you ? if so , tell us about it", "length": 21}, "388": {"text": "No I will not be buying guns and bullets .", "length": 9}, "389": {"text": "And it 's not my fault the BNP is run by a gangster .", "length": 13}, "390": {"text": "Yeah iam from Edinburgh and i when i was at secondary school my classes where full of blacks and pakis and half them could hardly speak english .", "length": 27}, "391": {"text": "i do this and the looks i get out of disgust are regular but i happily carry on walking and laugh them off , they think showing me a few pictures of negro kids on a poster without a burger is going to make me want to give money to them ?", "length": 50}, "392": {"text": "ye i heard that one to. or ' we all came from Africa any way so why dose it matter ' ........ my answer ? ' we evolved to be better'", "length": 26}, "393": {"text": "yes it is dying down the only way we could beat our problem is by voting for BNP in the next election", "length": 22}, "394": {"text": "Hello to all my friends here on the forum .", "length": 9}, "395": {"text": "Well , the warm weather is coming in and guess what , I now have to painstakingly endure all the offspring of these immigrants , Africans , foeigners ( Im putting them all because there is that many of them ) all playing out the front of the flats in the small garden area , screeching and shouting and their hyena pitched laughing .", "length": 56}, "396": {"text": "There is a sign up , placed by the council , stating `` No Ball Games '' , so what are they doing , yes playing football .", "length": 21}, "397": {"text": "Playing with their scooters , bikes and other NOISY toys right outside our windows .", "length": 13}, "398": {"text": "Can hardly hear our tv .", "length": 5}, "399": {"text": "It got so bad that I literally sat outside with our dog ( he was on a lead ) .", "length": 17}, "400": {"text": "They all p * * * * d off and stayed up their end with that stupid look on their faces .", "length": 17}, "401": {"text": "I sat there for 5 minutes and then took the dog for a walk .", "length": 14}, "402": {"text": "There must have been about 10 of them , all black , and others coming in to join them .", "length": 17}, "403": {"text": "There was not one white child amongst them .", "length": 8}, "404": {"text": "Oh yes and to round it all off we have new neighbours moved in .", "length": 14}, "405": {"text": "Foreign of course .", "length": 3}, "406": {"text": "I had to open the landing window earlier because the stench of their cooking was overpowering .", "length": 16}, "407": {"text": "Thankyou all for allowing me to vent as I feel so angry .......", "length": 12}, "408": {"text": "he wrote the truth and you dont know if he is white or not as none knows who post here is a confirmed white .", "length": 24}, "409": {"text": "On the other hand point to anything he posted as not to be the absolute truth .", "length": 16}, "410": {"text": "Every time I see a black security guard they are either sat down or on the phone , they have no proffesionalism whatsoever .", "length": 22}, "411": {"text": "Yes, more homosexual degeneracy foisted upon the silent majority .", "length": 9}, "412": {"text": "Dare to speak out in a country with supposed free speech and you 're labelled a bigot !", "length": 17}, "413": {"text": "Absolutely ridiculous .", "length": 2}, "414": {"text": "Hey I 'm not really new to browsing the forums but i 've only just got his account and have decided to become more active online and in day to day life .", "length": 32}, "415": {"text": "If you follow the cycle of water , what we drink has already been down the toilet a few times , so it 's nothing new .", "length": 24}, "416": {"text": "Agree with Barrrytheanglosaxon with many points ... Oh !", "length": 7}, "417": {"text": "English team are 100 % white ...", "length": 5}, "418": {"text": "And one of thing I like in football , among football fans many white patriots Right wing ultras RUS - YouTube", "length": 19}, "419": {"text": "I cant understand why people in Britain loves so much to breed with non whites , it keeps me shocking when i go there .", "length": 23}, "420": {"text": "I have never seen such thing in any other country .", "length": 10}, "421": {"text": "Something mysterious must be happening there", "length": 6}, "422": {"text": "Didnt you just say we 're all going to die off anyway ... but its ok because more White people are going to replace us ?", "length": 24}, "423": {"text": "Coming right up .", "length": 3}, "424": {"text": "There 's sugar in the bowl and lemon on the side .", "length": 11}, "425": {"text": "It 's a pleasure to make your acquaintance Madam .", "length": 9}, "426": {"text": "Is it a competition on TV to get the most alien looking black and to put them with a white woman ?", "length": 21}, "427": {"text": "In light of who `` brings it up '' I would imagine that , like all their other claims and accusations , this is wildly exaggerated .", "length": 22}, "428": {"text": "Do you mean ......", "length": 3}, "429": {"text": "It is better to be hated for what you are than to be loved for what you are not .", "length": 19}, "430": {"text": "Andre Gide French critic , essayist , & novelist ( 1869 - 1951 )", "length": 8}, "431": {"text": "Yeah, we could do with the same amount of black rapists as the Nordic countries are privileged enough to have .", "length": 20}, "432": {"text": "No .", "length": 1}, "433": {"text": "Rule Britannia .", "length": 2}, "434": {"text": "Yes true It reminds me of this incident Muslim Extremists Abuse Royal Anglian Troops After Afghanistan Return , Barking - London 2010 - YouTube", "length": 21}, "435": {"text": "surely gotta be more than that. town to town you see minority whites. - if whites are supposed to be at least 70million - its a very hard way of showing it", "length": 30}, "436": {"text": "Personal Card for Teacher - Johann Warzecha in the Upper Silesian village of Kaminietz , near Tost-Gleiwitz ( Toszek-Gliwice ) .", "length": 18}, "437": {"text": "The name of the village was changed to Dramastein , during the Third Reich , today it is called Kamieniec in Poland .", "length": 20}, "438": {"text": "You are telling me that 78 % of kids under 6 in Frankfurt are all foreigners ?", "length": 15}, "439": {"text": "Jeeze its worst than the UK .", "length": 6}, "440": {"text": "First I 'm not from Moldavia ...", "length": 6}, "441": {"text": "Second , I really hope one day you chauvinists try to take our Transylvania from us ! 1330 Posada , ring a bell ? 1467 Baia , ring a bell ? 1599 Selimbar , ring a bell ?", "length": 30}, "442": {"text": "Budapest 1919 , Trianon 1920 , ring a bell ? 2013 , our military is still vastly superior to yours as it has always been !", "length": 21}, "443": {"text": "There is no way you are taking our ancestral homelands from us ever !", "length": 13}, "444": {"text": "Oh that 's just great .", "length": 5}, "445": {"text": "I enjoy when a Brit comes in and tells Bulgarians everything they need to know about themselves .", "length": 17}, "446": {"text": "The girl is indeed amazing .", "length": 5}, "447": {"text": "We could have so much more sports medals if our politicians and authorities were not such greedy bastards ...", "length": 18}, "448": {"text": "Hi everyone .... I 'm from Slovenia and I utterly hate every living muslim in this world ....... and I despise even the dead ones", "length": 23}, "449": {"text": "we had somebody there to monitor this protest they had around 13 people there despite their claims that they usually have hundreds at their demos .", "length": 25}, "450": {"text": "My friend lives in Gdansk and he told me almost everyone in his city was white with the exception of some foreign students and a Chinese man who owns a dive bar .", "length": 32}, "451": {"text": "There is not enough interest on either side for a re-unification to be attempted .", "length": 15}, "452": {"text": "Besides that , there 's the Transnistria issue to be solved and the hard fact that Romania simply does not have the economical power to accomplish such a re-unification .", "length": 29}, "453": {"text": "The gay issue is practically non-existent in Romania , even though the local gay NGO organizes a yearly `` pride parade '' in Bucharest .", "length": 22}, "454": {"text": "In fact , this year this `` event '' is going to be this weekend .", "length": 12}, "455": {"text": "There were never more than a few hundred people attending this parade , many of them non-Romanian gays arrived from Western Europe .", "length": 22}, "456": {"text": "For the vast majority of Romanians , gays simply do n't exist , except on TV .", "length": 15}, "457": {"text": "I feel a great appreciation and admiration for the Polish people and I get sad when i hear white brothers speaking ill of the poles .", "length": 25}, "458": {"text": "If Bulgarians are n't slavic , then it 's perhaps time for the rest of them to seek a new name for themselves , cos it 's us that used that ethnonym first , dig ?", "length": 33}, "459": {"text": "All of ukraine is Russia/Poland/Romania , you fake ukrainians .", "length": 10}, "460": {"text": ": P + from someone else to Csabi : `` So according to Csabi romanians listen to hungarian music ?", "length": 15}, "461": {"text": "http://www.krepublishers.com/02-Jour ... sey-K-Text.PDF `` Molecular genetic methods supported our observations , that there is a relatively small difference between the Hungarian and Indian groups , the Central - Europeans differ more '' .", "length": 34}, "462": {"text": "Source : \u00a9 Kamla-Raj 2006 Int J Hum Genet , 6 ( 3 ) : 177-183 ( 2006 ) Human Chromosomal Polymorphism in a Hungarian Sample Kata D\u00e9csey1 , Orsolya Bellovits2 and Gy\u00f6rgyi M. Bujdos\u00f32 1 .", "length": 29}, "463": {"text": "Semmelweis University , Department of Forensic Medicine , Budapest , Hungary , 1091 2 .", "length": 10}, "464": {"text": "Hungarian Academy of Sciences - Semmelweis University , Institute of Forensic Medicine , Budapest , Hungary , 1091 E-mail : bujgyo@igaz.sote.hu Hey look it even has same year as Csabi 's hungarian music popularity in Romania , except in my case it has exact source specified with documentation and contact material and is not done by some sensationalist newspaper but by hungarian Universities .", "length": 60}, "465": {"text": "Maybe stormfront should consider this documentation and letting other gypsy groups join or kicking hungarians out ? \"", "length": 16}, "466": {"text": "Let's not concern ourselves with an anti-GD video that barely has any views and will most likely only be watched by anarchists .", "length": 24}, "467": {"text": "Like it or not , and I certainly do n't , but Ireland , especially NI is littered with memorials to , and even statues of , red terrorists .", "length": 25}, "468": {"text": "Top ten movies banned in Ireland Ten movies that the Irish censors blocked from Ireland 's cinemas Top ten movies banned in Ireland | IrishCentral", "length": 24}, "469": {"text": "I wonder if that 's in retaliation for Loyalist mobs attacking Catholic homes with little interference from the PSNI last week .", "length": 21}, "470": {"text": "I stumbled n this by accident Absolute savages and yet you will have all the liberal women saying how great multiculturalism is and we are all the same Le T\u00c3 \u00a9 l\u00c3 \u00a9 gramme - France - Montpellier ( 34 ) .", "length": 35}, "471": {"text": "Ap\u00c3 \u00a9 ro g\u00c3 \u00a9 ant : trois jeunes soup\u00c3 \u00a7 onn\u00c3 \u00a9 s de viol https : //www.stormfront.org/forum/t809905/", "length": 17}, "472": {"text": "It's a start .", "length": 4}, "473": {"text": "Hopefully they do n't get intimidated by the enemies of our land and of our freedom - those antifa scum .", "length": 20}, "474": {"text": "Okay so if I go by that logic means you 're willing to give up that piece of land ...", "length": 19}, "475": {"text": "A genius , are n't you ?", "length": 6}, "476": {"text": "I know much about that event because I was in that crowd that day in 2010 .", "length": 16}, "477": {"text": "I could almost see myself in that video ...", "length": 8}, "478": {"text": "Thank You , Are you THEA charles Martell ??", "length": 7}, "479": {"text": "I think i heard your name on the stromfront radio , im honored .", "length": 12}, "480": {"text": "God bless in either case", "length": 5}, "481": {"text": "The powers that be want all Whites dumbed down with Negro blood .", "length": 12}, "482": {"text": "They all need to be sent back to Afreka along with the Joos that control our politicians .", "length": 17}, "483": {"text": "Liberia Awaits", "length": 2}, "484": {"text": "Have you slavs that live in the West ever seen these Western Devils and their obsession with American football .", "length": 19}, "485": {"text": "I am so tired of it .", "length": 6}, "486": {"text": "I hope my negroes beat your negroes .", "length": 7}, "487": {"text": "It is stupid", "length": 3}, "488": {"text": "Indeed.", "length": 1}, "489": {"text": "I 'm planning to have a little gathering to remember the good old days .", "length": 14}, "490": {"text": "Some candle light , a good drink , a forbidden flag on the wall and Triumph des Willens on the telly .", "length": 19}, "491": {"text": "im new on here and was just wanderin if any ladies are intrested i a good oel southernman from tennessee send me a messege .", "length": 24}, "492": {"text": "Hey momofsix .. to have six kids is a great gift that you have given our race and for that i thank you they are lucky to have such awesome parents as you two", "length": 33}, "493": {"text": "Every one stop making fun of other people 's pic 's were all a white family.By the way all you lady 's on here are looking fine to bad i 'm only 16 .", "length": 34}, "494": {"text": "Dusty Rhodes ?!", "length": 2}, "495": {"text": "There 's a name from the past !", "length": 7}, "496": {"text": "Back in 1981 Dusty used to show up in bars in Tampa , where my band was playing , get up onstage with us and sing `` Johnny Be Good '' and `` Long-Haired Country Boy '' , the only two songs he knew .", "length": 38}, "497": {"text": "First kiss was behind the church door in third grade .", "length": 10}, "498": {"text": "30 years later we got married .", "length": 6}, "499": {"text": "5 years later we split up .", "length": 6}, "500": {"text": "Last time I kissed her .... yesterday .", "length": 6}, "501": {"text": "I so hope that coon got life in jail or the death penaltyYou did and are doing the best you can nobody can ask for more .", "length": 26}, "502": {"text": "If I was 20 years younger I would jump at the chance .", "length": 12}, "503": {"text": "Come on guys , help her show her kids the right way .", "length": 11}, "504": {"text": "LOL, pillow count means nothing , there are actually five ...", "length": 9}, "505": {"text": "I need them to build a little fort around me at night .", "length": 12}, "506": {"text": "Hey do you have a permit for your eyes .. coz eyes like that are lethal a man can drown in' em", "length": 21}, "507": {"text": "Hi, I am in Nor Cal and there are many other like minded people here too .", "length": 16}, "508": {"text": "PM me if you want to chat .", "length": 7}, "509": {"text": "Try this link here .", "length": 4}, "510": {"text": "From there , just click on `` pictures '' and wait for them to load .", "length": 12}, "511": {"text": "A lot there are old , but I have lots of new ones I 'll be adding soon .", "length": 17}, "512": {"text": "Ive never herd of one even actually happening but i would think that it would not last either.if you dont get along you never will. cant force it .", "length": 29}, "513": {"text": "im 21 in hamilton looking for people who dont put up with society 's crap my email is hammer _ smashed _ skull@hotmail.com", "length": 25}, "514": {"text": "I think I will post one , I placed my profile on Eurodate a few days ago .", "length": 16}, "515": {"text": "So I 'll use the same one for the most part .", "length": 11}, "516": {"text": "Thanks everybody for your input .", "length": 5}, "517": {"text": "Everyone on my MSN gets all manner of pics ( ) but I 've never put any up here so here goes Some pics from about a year ago and a small anigif from a week ago heh Robin", "length": 37}, "518": {"text": "new to the hole scene 20/m from connecticut make sure you find the real people and not the hole fake wp people", "length": 23}, "519": {"text": "this thread seems pretty dead lately. i think it would be cool to hear about anyone who has made any good friends from one of the cookouts .", "length": 27}, "520": {"text": "88", "length": 1}, "521": {"text": "Hey thanks for the friendly welcome !", "length": 6}, "522": {"text": "I was really excited to come across this site full of like minded people !", "length": 14}, "523": {"text": "I was begininning to feel alone out here in SoCal !", "length": 10}, "524": {"text": "I am in kalamzoo , There are a few of us odinists in town , .", "length": 13}, "525": {"text": "You like Jager ?", "length": 3}, "526": {"text": "NeoFolk ?", "length": 1}, "527": {"text": "Contact me , we 'll have a holiday ... - cheers .", "length": 8}, "528": {"text": "Hi All Are there any women in Texas who are proud of their race ?", "length": 14}, "529": {"text": "If so , email me or PM me .", "length": 7}, "530": {"text": "I would like to talk to you .", "length": 7}, "531": {"text": "Jeremy WPWW", "length": 2}, "532": {"text": "i saw it on opp.now i know what your name stands for.congrats you have a nice looking boyfriend.i read opp once and awhile to see if they took my pic off of here yet and put it on there .", "length": 42}, "533": {"text": "hey i definitly know what your going through. i am a reserve officer in my town just so i can bust the * * * * * * crack dealers. i have no better enjoyment than to watch one squirm before he is sent up the river. my town is mostly * * * * * * s so you already know i am a very busy officer", "length": 56}, "534": {"text": "DuetschGirlTX, No I live in a tiny ass town where i am only one of 100 white folks ( maybe less ) . near San Antonio. there are so many dirts around and they all stick together. so when it comes to a White Girl in this town i gotta have my own back ALWAYS Is that where you are ?", "length": 57}, "535": {"text": "In Dallas", "length": 2}, "536": {"text": "He never mentioned anything about the lack of white women on Stormfront .... He is looking for Proud , White Women in Florida", "length": 21}, "537": {"text": "thank you both of you !!!!!! maybe if i would have put on my glasses i would have found it before .... tee hee !!!", "length": 22}, "538": {"text": "im 27 live in manchvagas n.h. my x girl was suposed to go and we broke up at x mass and i missed the show last yr. but not this yr. so if your a cute white women into boston oi e mail me hammerfist@attbi.com", "length": 48}, "539": {"text": "Hey Braveheart , I am almost 20 years old and I am a 5 ' 6' ' , blond/blue , 120lb female .", "length": 18}, "540": {"text": "I enjoy outdoor sports , although I never went fishing before .", "length": 10}, "541": {"text": "I live in CT. and if you want to reply , my email address is bclaw23@hotmail.com ~ EuroCatB ~", "length": 18}, "542": {"text": "The company I work for is in need of qualified help .", "length": 11}, "543": {"text": "The pay is poor to fair ( you wo n't get rich ) .", "length": 12}, "544": {"text": "The work involves : selling sporting goods and assisting customers with questions or problems .", "length": 13}, "545": {"text": "If you are interested and capable please send brief resume to : Steeltoe69@worldnet.att.net More details will be sent to acceptable applicants .", "length": 23}, "546": {"text": "Hiring someone from this website should ensure we do n't hire undesirables .", "length": 13}, "547": {"text": "Prior military experience desired , 21 years of age or more required .", "length": 11}, "548": {"text": "Thanks to all responses , Deathstar 69 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Mod Note : I was going to move this off the board , but I decided to leave it here with a warning instead .", "length": 28}, "549": {"text": "Neither Stormfront or the moderators check the validity of posts like this .", "length": 12}, "550": {"text": "All I ask is to PLEASE be careful when responding to threads like this .", "length": 14}, "551": {"text": "NEVER be the first one to offer information about yourself or job history to ANYONE on the net .", "length": 18}, "552": {"text": "PLEASE , if you are interested in this position , make the poster provide you with more info before revealing anything about yourself .", "length": 21}, "553": {"text": "Worker .", "length": 1}, "554": {"text": "looking for proud white female in ohio for friends and maybe more .", "length": 12}, "555": {"text": "26 5feet 8 inches dark blonde hazel/green eyes 155 lbs babyface", "length": 12}, "556": {"text": "Wow, in just two hours you found your white knight .", "length": 10}, "557": {"text": "Well good for you .", "length": 4}, "558": {"text": "Good luck to you and your knight", "length": 7}, "559": {"text": "i think this was one of the first forums i posted in too. i do n't think it 's a standard by which to judge someone. mike", "length": 28}, "560": {"text": "I met her in person a month or two ago , she has n't been back on stormfront , I have n't even seen her on AIM lately , I 'd say email is your best hope of contacting her .", "length": 39}, "561": {"text": "heil sisters and brothers lit see if this makes it I do n't care about looks I 'm a happy puppy if you are WHITE PRIDE thin you are right. if you are skin or kkkk or A.N or what ever you are We are family in this war for are gods and race stand tall and be proud to be a ARYAN 88 Goldenboy 88", "length": 68}, "562": {"text": "My tongue ring is back where it 's suppose to be but the bottom ball caught my teeth causing the barbell to go at an angel which makes it look closer to the tip .", "length": 34}, "563": {"text": "Clast, good luck in your search !", "length": 6}, "564": {"text": "You are very handsome and your attitudes about your daughter are right where they should be !", "length": 16}, "565": {"text": "Never Enough - YouTube FPV Hexakopter flight over the base village of Whitefish Mountain Ski Resort .", "length": 15}, "566": {"text": "- YouTube Big Mtn snow makes great dog flips - YouTube New Years Eve Fireworks and Torchlight Parade on Big Mountain - YouTube", "length": 20}, "567": {"text": "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .", "length": 23}, "568": {"text": "Been a dream of mine to visit Iceland for years now .", "length": 11}, "569": {"text": "Finally going to make it up there in the end of the summer !", "length": 13}, "570": {"text": "From Norway to the Fareo Islands and then onto Iceland .", "length": 10}, "571": {"text": "I cant judge because i dont know them all , plus i think they are all good in their own way , that 's why they are moderators", "length": 26}, "572": {"text": "Tom, follow the links following this message if want to be prouductive ; otherwise we have to delete the messages of those who spread the message of non-community and defeat .", "length": 30}, "573": {"text": "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .", "length": 21}, "574": {"text": "I'd rather do that than just pack up and leave my country .", "length": 13}, "575": {"text": "One out we will never win but if we can form proper communities we can gain real strength .", "length": 18}, "576": {"text": "BTW you are not wrong about Mildura , I went through there in mid 2000 and there was n't a non-White in sight but late last year when I went through there all I saw were islanders , indians , asians , and whatever other crap little johnnie could get dumped into the country .", "length": 52}, "577": {"text": "Large enough to have a secure border and 100 mile free fire zone around it .", "length": 15}, "578": {"text": "Always a need to keep the military spear sharp .", "length": 9}, "579": {"text": "I think it good strategy that we start these in small areas then grow outwards. perhaps 2 close communities can merge if they get big enough .", "length": 26}, "580": {"text": "It's hard being White in California .", "length": 7}, "581": {"text": "That 's why we need to keep in touch and stay organized .", "length": 12}, "582": {"text": "Join the Nationalist Coalition http://www.ncoal.com", "length": 8}, "583": {"text": "Well yes that s the thing there is a difference between being publically a White Nationalist and being a nut or some ' stereotypical skinhead ' .", "length": 24}, "584": {"text": "88 all , this is my first post and i 've read this whole thread so i guess I have a few comment 's , let 's start , shall we ?", "length": 28}, "585": {"text": "Zuul88-My cousin 's an IE Peckerwood , and i 'm a good friends with another , I live over here in san bernardino , send me a pm ?", "length": 26}, "586": {"text": "MOPAR88-Again , I live in San Bernardino , send a pm ?", "length": 10}, "587": {"text": "WhiteByP-I 'm not sure if SWP is a group or what , but I know a few people that sport that , maybe we could talk some .", "length": 26}, "588": {"text": "Oragus-I live in San Bernardino , send me a pm ? evllzrd1-out by ontario mills eh ?", "length": 16}, "589": {"text": "I was out there like 2 weeks ago and got my new doc 's , maybe we can talk too ?", "length": 19}, "590": {"text": "The Mighty Sisto-You live in Laguna Beach ?", "length": 8}, "591": {"text": "That 's the only beach i 've ever been to and then again i 've only been 4 or so times , the first time I went I saw 3 skins , two being guys and one had a panzerfaust shirt on and the other had a big swazi on his lower back and it did n't seem like he was getting * * * * for it in public , then I saw a few other 's on later trip 's , you 're not alone comrade .", "length": 81}, "592": {"text": "twylytegrl-again , I live in SB , I almost went to that faire , send me a pm ?", "length": 16}, "593": {"text": "FreedomRanger-I live out in CA now but was actually going to West Virginia sometime probably too ( hopefully soon but by the end of this next year almost 100 % sure ) , the charleston area , send me a pm ? sikgirl88-I live a city over ... san bernardino ( -. - heard it enough yet ? ) , send me a pm ?", "length": 53}, "594": {"text": "I 'm lame , I know , but just thought I could get that all out in one setting , 88 ! 2508", "length": 19}, "595": {"text": "I like the Wall idea .", "length": 5}, "596": {"text": "Although it might freak out the government .. lol My favorite part of St. Augustine Florida .. Is the old city walls .", "length": 20}, "597": {"text": "This is my next read .", "length": 5}, "598": {"text": "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .", "length": 17}, "599": {"text": "Shoe Bombers , crotch bombers , 9/11 and Israel has now been seen over 203,000 times ( in less than 2.5 months ) .", "length": 22}, "600": {"text": "Everyone keep on spreading Dr. Dukes videos around the internet and we will soon win the war .", "length": 17}, "601": {"text": "Shoe Bombers , crotch bombers , 9/11 and Israel Created on January 28th , 2010 .", "length": 13}, "602": {"text": "YouTube - Shoe Bombers , crotch bombers , 9/11 and Israel", "length": 9}, "603": {"text": "This is definitely the most informal thread I have read about the jewish problem one thing I dont understand is the fact that most jews seem pretty white and the bible says king David had red hair is there a difference in the dna of most jews and europeans or is it mainly a just their condensening holier than thou attitude .", "length": 61}, "604": {"text": "They have caused their own hate from the nations by their hate for everyone else .", "length": 15}, "605": {"text": "I just came in from my night job or I 'd look around a bit more .", "length": 16}, "606": {"text": "But a new PLE friend in Sao Paulo introduced himself by e-mail this morning .", "length": 15}, "607": {"text": "I think we need to take a stand in our homes across the country and around the world .", "length": 18}, "608": {"text": "If we give them a good hold on our land , then it will be hard to stop them .", "length": 18}, "609": {"text": "I would die for my child .", "length": 6}, "610": {"text": "I would also die for the chance for our people to have a living space .", "length": 15}, "611": {"text": "I've taken a few dance classes at various times and enjoy it .", "length": 13}, "612": {"text": "Only problem is in the multiracial environment it means you have to dance with non-Whites .", "length": 16}, "613": {"text": "At the moment , the dance classes in my small town have all stopped .", "length": 13}, "614": {"text": "Great idea though , I would love an all White dance class WPWW", "length": 12}, "615": {"text": "What are the major fish and game species of the region ?", "length": 11}, "616": {"text": "Ie : warm water fish , cold water fish , birds , big game ?", "length": 10}, "617": {"text": "January 29th , 2012 - Whitefish Amtrak Station in winter .", "length": 8}, "618": {"text": "January 29th , 2012 - Whitefish Lake frozen over .", "length": 7}, "619": {"text": "Hungry Horse July 1st , 2011 February 25th , 2012 March 4th , 2012 - C-Falls", "length": 13}, "620": {"text": "Might I suggest this documentary series for getting rid of europhobic tendencies ?", "length": 12}, "621": {"text": "A very eurocentric , pro-western/european civ documentary https : //www.stormfront.org/forum/t994651 / DOWN WITH EUROPHOBIA", "length": 17}, "622": {"text": "hahahahahaha!", "length": 1}, "623": {"text": "- I always loved that scene !", "length": 5}, "624": {"text": "My kinda place !", "length": 3}, "625": {"text": "I remembered a really good one : Muenster , TX. - 95.7 % White - Zero negroids Muenster , Texas ( TX 76252 ) profile : population , maps , real estate , averages , homes , statistics , relocation , travel , jobs , hospitals , schools , crime , moving , houses , news This town figured out a name that would keep the blacks from moving in ; Cut and Shoot , Texas : 85.8 % White , Zero Negros .", "length": 57}, "626": {"text": "Cut and Shoot , Texas ( TX 77303 ) profile : population , maps , real estate , averages , homes , statistics , relocation , travel , jobs , hospitals , schools , crime , moving , houses , news", "length": 23}, "627": {"text": "The picture in my sig is a Mennonite farm in Creston .. just a couple miles from where I am typing this .", "length": 21}, "628": {"text": "Save your change or eat pork and beans one night instead of going out , and give the money to a White mother. photo crawling infant reaching out", "length": 27}, "629": {"text": "In order to publish someone 's name openly on a SF Forum you will need their permission first .", "length": 18}, "630": {"text": "Even if that someone openly uses their own name .", "length": 9}, "631": {"text": "It 's for everyones protection here .", "length": 6}, "632": {"text": "There are lots of groups who do the suit and tie thing , but they are still haters to the MSM and averge public .", "length": 23}, "633": {"text": "The only people I see the swastika attracting is the social outcast and this is repeatedly seen in each and every demonstration by groups which use it .", "length": 27}, "634": {"text": "At least the NS in Sweden have the right idea and are something that Americans should look towards .", "length": 18}, "635": {"text": "it looks like jews have taken over ukar.org but you can read the section of the website dealing with the kosher tax on archive.org : http://web.archive.org/web/200602110...r.org/tax.html", "length": 36}, "636": {"text": "I think your right about the R meaning registered trade mark .", "length": 11}, "637": {"text": "I cant say I have ever saw a C in A on any products I have looked at .", "length": 18}, "638": {"text": "I have a flyer at home that has the symbols to look for so once I return home I can get that info out 2 you .", "length": 26}, "639": {"text": "The times they are a changing .", "length": 6}, "640": {"text": "I saw a poll from Missippi that said that 40 % did n't think Lott should step down for his segregationist remark .", "length": 22}, "641": {"text": "The Jewish race is without any doubt the greatest threat to the survival of the White race .", "length": 17}, "642": {"text": "The Jews are responsible for massive non-White immigration to Europe and North America .", "length": 14}, "643": {"text": "It is a fact that ninety-nine percent of those who talk of serious illegal activity are crazies or government agents .", "length": 21}, "644": {"text": "That justifies a zero-tolerance policy .", "length": 6}, "645": {"text": "The last paragraph of this essay talks about sticker techniques .", "length": 10}, "646": {"text": "The essay itself is chock full o ' helpful hints on info distribution .", "length": 12}, "647": {"text": "Is My Awakening still in print ?", "length": 6}, "648": {"text": "I tried to buy an extra copy a while back and it was no longer available from my bookseller .", "length": 19}, "649": {"text": "14 Athenian Warrior", "length": 3}, "650": {"text": "can u guys check to make sure ur site work with Linux lots of Linux folks use Konqueror. just a thought", "length": 21}, "651": {"text": "It gets back to the question of how we present ourselves in some acceptable fashion while at the same time not changing who we are .", "length": 25}, "652": {"text": "I wonder how many young Whites pick up pro-WN ideas , but then after watching Romper Stomper or some old Springer episode see that negative image of WNs and decide thay they do n't want anything to do with us .", "length": 41}, "653": {"text": "The sister of Daniel Wretstr\u00f6m spoke at a march to remember his murder , followed directly by a speech by Blood and Honor .", "length": 22}, "654": {"text": "Apparently , she has taken her suffering and used it to help other white people .", "length": 14}, "655": {"text": "See the threads : Over 1800 gathered to honour Daniel !", "length": 9}, "656": {"text": "Daniel Wretstr\u00f6m march And their website : http://www.salemfonden.info/ ( currently seems to be down but usually works just fine )", "length": 20}, "657": {"text": "I place white power propaganda in fast food restaurants and public places like movie theatre toilets and public toilets and public phone terminals .", "length": 23}, "658": {"text": "I was wondering if you can give me a link on how to become ordained as a minister over the internet .", "length": 21}, "659": {"text": "Thank you , Sieg Heil Ryan", "length": 5}, "660": {"text": "i am a white nationalist of a christian faith but still am a white nationalist for racial survival the anti racist christians are the true chirstians ememy", "length": 27}, "661": {"text": "The largest age demographic for users on this site are in their 20s or early 30s .", "length": 16}, "662": {"text": "The second largest are in their late teens and early 20s .", "length": 11}, "663": {"text": "Shows what you know , Charlie .", "length": 5}, "664": {"text": "No if anything it shows that genes play important part in how we behave .", "length": 14}, "665": {"text": "Both Asians and whites are composed and calm and blacks seem to have no self control .", "length": 16}, "666": {"text": "I wonder why ?", "length": 3}, "667": {"text": "Well, maybe they 're slowly working their way to destroying Eastern Europe .", "length": 12}, "668": {"text": "It 's obvious the International Jew has big plans for Ukraine now .", "length": 12}, "669": {"text": "Anybody else notice we have a lot of asians showing up here lately all wanting to share their thoughts ?", "length": 19}, "670": {"text": "OV topics really do come in waves .", "length": 7}, "671": {"text": "I actually have to take some law classes for my degree , What 's cited is that it 's impossible to treat all people equally because of their behavior .", "length": 28}, "672": {"text": "We might as well just abandon the land because people invaded the land and took it from the animals .", "length": 19}, "673": {"text": "Mexicans have plenty of open space in their countries to develop they do n't need ours .", "length": 17}, "674": {"text": "I just click on the open forums for the entertainment .", "length": 10}, "675": {"text": "Its funny how the unregistered members or the open forum members try to rationalize their thoughts", "length": 16}, "676": {"text": "Idiots like you fail to last when surrounded by your pets , The name of your alleged savior will be on your lips as you get `` diversified ''", "length": 26}, "677": {"text": "But neither is the Ku Klux Klan or Any group or organization that is openly pro white or even suspected of being pro white , like the tea parties .", "length": 28}, "678": {"text": "I find it funny that people here spend their time trying to figure out if Spaniards , Ukrainians , Portuguese , Italians , and Russians are white enough .", "length": 24}, "679": {"text": "I'd say yes , because when the whites took over again they killed all the yellows and their offspring and started off right again .", "length": 24}, "680": {"text": "Same with all of Europe after the evil yellow invasion .", "length": 10}, "681": {"text": "Not to mention that its a business in jails among the gangs too .", "length": 13}, "682": {"text": "A powerful gang member who may not rape , may sell a new prisoner to someone that does .", "length": 17}, "683": {"text": "Nothing yet , eh ?", "length": 3}, "684": {"text": "Here , chew on this : Violence mars May Day rally in Seattle They just come here `` seeking a better life ( hand-out ) '' ..........", "length": 21}, "685": {"text": "Exactly, they want us to lay down and die .", "length": 9}, "686": {"text": "By their words and deeds , they declare themselves to be staunchly in favor of the genocide of our people .", "length": 19}, "687": {"text": "Mormons generally affirm , as do orthodox Christians , that the death of Jesus Christ made the offering of sacrifices , and in particular animal/blood sacrifices , obsolete .", "length": 25}, "688": {"text": "A `` holocaust '' .", "length": 2}, "689": {"text": "A pile of burned offerings .", "length": 5}, "690": {"text": "There are public schools and public libraries everywhere .", "length": 8}, "691": {"text": "The problem is in blacks ' heads , but hey , you have already known that .", "length": 13}, "692": {"text": "(shrug) College campuses are the place where multiculti propaganda is laid on the thickest .", "length": 14}, "693": {"text": "And I wonder how many of those couples regret crossing the color line ?", "length": 13}, "694": {"text": "Lots of whites recover from a case of jungle fever to find that they 've done irreparable damage to their lives .", "length": 21}, "695": {"text": "The saddest figure in the apartment complex where I live ( thank GOD I 'm moving next month !!! ) is a fat , blowzy white woman with two mixed race kids whose husband ran out on the family years ago .", "length": 37}, "696": {"text": "It makes my skin crawl to hear her drunkenly yelling at her kids about how much she hates them and their father , using every racial epithet I 've ever heard .", "length": 30}, "697": {"text": "She does this two or three times a week .", "length": 9}, "698": {"text": "America is such a beautiful rainbow !", "length": 6}, "699": {"text": "Gay marriage has no place in any society , regardless of your race and culture.It destroys , morals , values , and the future of your offspring that will keep your race and culture alive.Regardless of your race and culture , homosexuality and gay marriage is the genocide of mankind .", "length": 47}, "700": {"text": "Thanks , CPAMIKE", "length": 2}, "701": {"text": "Yes, it 's just skin color .", "length": 6}, "702": {"text": "It could n't have anything to do with ethnicity/culture in its entirety where it does n't belong .", "length": 20}, "703": {"text": "Does it surprise you that those White hating non-whites still want to live in White countries made GREAT by White people and brought low by non-whites ?", "length": 28}, "704": {"text": "Haha, I 'm on my phone now and ca n't type a huge response , but I want to congratulate you on your nomination for worst liberal logic ever .", "length": 29}, "705": {"text": "Indeed, so many species have been hunted to extinction .", "length": 9}, "706": {"text": "I do n't know if this is the case of the Seal but I like to believe that one day there will be no want or need to slaughter animals on a large scale like we currently do .", "length": 39}, "707": {"text": "They're cowards and simpletons who are utterly incapable of generating a reasoned argument free of sententiously repeated stock phrases and scare-words like `` racist . ''", "length": 25}, "708": {"text": "You wo n't see any of them in a thread like this who do n't come just to take a cheap shot at us via strawman arguments or ad hominems .", "length": 32}, "709": {"text": "It 's not a coincidence that they attack in packs and side with the herd on every ethical question ; they 're inferior and they know it , ill-suited to standing up alone or thinking through a complex scenario to settle upon an internally consistent position .", "length": 45}, "710": {"text": "They instead decide by convenience , low risk , and unenlightened self-interest .", "length": 11}, "711": {"text": "Want a libtard to oppose abortion ?", "length": 6}, "712": {"text": "Give them a thousand bucks for each baby they save .", "length": 10}, "713": {"text": "Want a libtard to support White Nationalism ?", "length": 7}, "714": {"text": "Tell them we 'll legalize drugs and pedophilia .", "length": 8}, "715": {"text": "Now you know why I DON' T want to attract them to our movement .", "length": 14}, "716": {"text": "Dear Farhard-On , ...................... / \u00b4 \u00af / ) .................... , / \u00af .. / ................... / .... / ............. / \u00b4 \u00af / ' ... ' / \u00b4 \u00af \u00af ` \u00b7 \u00b8 .......... / ' / ... / .... / ....... / \u00a8 \u00af \\ ........ ( ' ( ... \u00b4 ... \u00b4 .... \u00af ~ / ' ... ' ) ......... \\ ................. ' ..... / .......... ' ' ... \\ .......... _ . \u00b7 \u00b4 ............ \\ .............. ( .............. \\ ............. \\ ...", "length": 4}, "717": {"text": "Sincerely , Cummins88", "length": 2}, "718": {"text": "This is the first I 've heard about that site ... so I just went and looked around in there a bit .", "length": 21}, "719": {"text": "At least they picked an appropriate name ... it seems like they are a bunch of kooks .", "length": 16}, "720": {"text": "I'd like to know exactly what a `` white supremacist '' is first .", "length": 12}, "721": {"text": "Last I checked it 's another kind of supremacist controlling everything .", "length": 11}, "722": {"text": "Are they talking about the African women with huge lip plates ?", "length": 11}, "723": {"text": "Just wondering , hope they take that slogan all the way back to Africa .", "length": 13}, "724": {"text": "They should build a PLA , but actually do so inside Africa .", "length": 11}, "725": {"text": "I hear Liberia is nice this time of the year .", "length": 10}, "726": {"text": "This is such a stupid question as you are not born poor or rich but if it came down to it obviously white and `` poor '' .", "length": 25}, "727": {"text": "The Black race is yet to invent any kind of civilization .", "length": 11}, "728": {"text": "Any kind of civilization Negroes have today is a gift from the White race .", "length": 14}, "729": {"text": "What does any of that have to do with racial preservation and the resistance to the deliberate and calculated extermination of the White race and the destruction of western civilization which 99 % of the members of this site are concerned with ?", "length": 41}, "730": {"text": "They almost always choose to identify with blacks more than whites .", "length": 11}, "731": {"text": "They can become some of the most anti-white people on earth .", "length": 12}, "732": {"text": "Well that has nothing to do with White Nationalism .", "length": 9}, "733": {"text": "The core of White Nationalism is based on the preservation of European Identity , history , culture etc .", "length": 16}, "734": {"text": "The White race is best because when the Creator made Whites , He made them better than He made the other races .", "length": 21}, "735": {"text": "So we are upgraded blacks .... ??", "length": 5}, "736": {"text": "What about Asians ...", "length": 3}, "737": {"text": "Light skin but dark hair ...", "length": 5}, "738": {"text": "How about native americans ?", "length": 4}, "739": {"text": "They are kinda a gray brown with either dark hair or some sort of brown hair ?", "length": 16}, "740": {"text": "As if Jews are the only enemies with a good set of brains .", "length": 13}, "741": {"text": "Unfortunately , intelligent outliers of races generally not gifted with a high average intelligence can be very deadly .", "length": 17}, "742": {"text": "Nope.", "length": 1}, "743": {"text": "Look at Chechnya .", "length": 3}, "744": {"text": "Liberals will have you believe it is so they can blame Whitey but it 's all such a mixed hell hole , all that breeding with arabs ....", "length": 26}, "745": {"text": "You realize you are not going to be convincing any loyal board members to the terrific joys of diversity and the cultural enrichment that say the Somali Muslim refugees are bringing to White communities .", "length": 34}, "746": {"text": "Just keep it civil .", "length": 4}, "747": {"text": "I am White and I believe all White people know the difference between right and wrong no matter what they say about their political positions.We are facing genocide as a people and the infighting is just loved by non Whites .", "length": 41}, "748": {"text": "So they invented the metric system now ?", "length": 7}, "749": {"text": "What about peanut butter ?", "length": 4}, "750": {"text": "Or the traffic lite ?", "length": 4}, "751": {"text": "Was n't Beethoven a Native American ?", "length": 7}, "752": {"text": "You can always pick up some 6-8 `` diameter pvc/poly pipe and cap the ends .", "length": 16}, "753": {"text": "I will be handing all mine over to the proper authorities .", "length": 11}, "754": {"text": "Red hot and smoking .", "length": 4}, "755": {"text": "Lots of free goodies for all the new SF babies !", "length": 10}, "756": {"text": "Free diaper bag , changing pad , formula samples/coupons , and other nice stuff .", "length": 12}, "757": {"text": "Breastfeeding moms can throw the formula stuff away or give it to a shelter .", "length": 14}, "758": {"text": "Here 's the link : http://apps.meadjohnson.com/forms/jsp/Efb/Efb.do ?", "length": 13}, "759": {"text": "I went to party school in liberal farts .", "length": 8}, "760": {"text": "I got a little debt and i dont find it useful for finding higher paying jobs .", "length": 16}, "761": {"text": "I want to go back to law school .", "length": 8}, "762": {"text": "If the White House was a mud hut I might believe it ... however it looks like the exact same architecture as many other European designed/built structures .", "length": 27}, "763": {"text": "It's pretty simple ; if they come at you , you come at them .", "length": 13}, "764": {"text": "All I know is one speed , put them down asap !", "length": 10}, "765": {"text": "Here's the straight dope as they say .", "length": 8}, "766": {"text": "Ya got a virgin shooter .", "length": 5}, "767": {"text": "An Ar15 .", "length": 2}, "768": {"text": "Iron sights .", "length": 2}, "769": {"text": "A hundred yards .", "length": 3}, "770": {"text": "A paper plate .", "length": 3}, "771": {"text": "And 15 minutes .", "length": 3}, "772": {"text": "In under 15 minutes the shooter is hitting the paper plate .", "length": 11}, "773": {"text": "No problem .", "length": 2}, "774": {"text": "Pinkerton security guards used rock salt in shotguns on trespassers in Ohio , they shot a neighbor of mine with it during the mid 1970 's .", "length": 25}, "775": {"text": "I have found a website for the Teacher 's TV channel .", "length": 11}, "776": {"text": "It has a lot of useful videos free to download on it .", "length": 12}, "777": {"text": "It is located here : http://www.teachers.tv / .", "length": 8}, "778": {"text": "It actively teaches kids to be PC , but it is still useful .", "length": 12}, "779": {"text": "Guess who picked Canada 's first batch of refugees from Turkey ?", "length": 11}, "780": {"text": "Guess who picked Canada 's first batch of refugees from Turkey ?", "length": 11}, "781": {"text": "- YouTube", "length": 1}, "782": {"text": "That's why I did n't display it .", "length": 9}, "783": {"text": "I guess I should have included a warning for those who click on it .", "length": 14}, "784": {"text": "exactly.", "length": 1}, "785": {"text": "We are a civil rights movement for the 21st century , we are on the righteous path of freedom and no one will stop us from bringing true equality and diversity of thought to the educational field .", "length": 36}, "786": {"text": "I have Japanese friends online , and they think it 's pretty funny that our countries are letting themselves get * * * * ed by bull * * * * .", "length": 22}, "787": {"text": "GLORY To our British Activist & Nationalist ! Good To to See the Poles Help Out !!", "length": 14}, "788": {"text": "Glory To all our Valiant British Brothers & Sisters !", "length": 8}, "789": {"text": "Good shape .", "length": 2}, "790": {"text": "Alot of blue missing but it always goes bang and fits in my pants pocket better than my Taurus tip up .", "length": 21}, "791": {"text": "He say for my country and my people to we are a gypsie for me it 's the same !", "length": 19}, "792": {"text": "When I look at pictures that puts all clear to me ...", "length": 11}, "793": {"text": "I am a stay at home dad and run several businesses from home and rearing kids IS work .", "length": 18}, "794": {"text": "I chose to be the stay at home dad for disciplinarian and educational purposes .", "length": 14}, "795": {"text": "Its working out splendidly .", "length": 4}, "796": {"text": "https://equity.spps.org/uploads/raci...y_glossary.pdf In another version ( hardcopy , photocopy from a 2009 ) it read power , position , and privilege , and now it reads power , presence , and privilege .", "length": 30}, "797": {"text": "Public school teachers ( ~ 70 percent white even in CA ) actually buy into this .", "length": 13}, "798": {"text": "A few weeks ago I heard a teacher tell his classroom that Blacks and Latinos can be proud of their culture , but whites should feel ashamed of their history and culture .", "length": 31}, "799": {"text": "I think you will probably run out of places to run and hide if you do n't attempt to make some sort of stand where you are .", "length": 28}, "800": {"text": "Had another great meet this weekend and was able to meet some new people .", "length": 14}, "801": {"text": "I 'm hoping things will continue to grow with our smaller meets and will make for a good turn out at our events this year !", "length": 25}, "802": {"text": "I have many of her CDs - saw her a Lisner years ago UTE LEMPER ~ The Case Continues - YouTube I have every CD from this band Dead Can Dance - the wind that shakes the barley - YouTube Dead Can Dance - Yulunga - YouTube as well as her solo ones \u00e2 `` Soundtrack - Gladiator - Now We Are Free ( with lyric ) .flv - YouTube Lisa Gerrard - Sacrifice - YouTube", "length": 61}, "803": {"text": "I think you should take advantage of the fact you 're in highschool and it 's not really an important place in the long run .", "length": 25}, "804": {"text": "Teachers care less and tend to chalk it up to rebellion .", "length": 11}, "805": {"text": "If you have good grades , do n't get in trouble , are involved in extracurriculars , and otherwise are a good citizen , probably most teachers are n't going to take time out of their day unless your school is REALLY liberal .", "length": 41}, "806": {"text": "For perspective : I wrote a final paper for English class that was basically the Revisionist perspective on the Holocaust , and I outspokenly debated my poli-sci teacher accordingly .", "length": 28}, "807": {"text": "Nothing happened except I got an 88 % on the paper .", "length": 10}, "808": {"text": "As far as I understand , public school teachers are more restricted than university professors .", "length": 14}, "809": {"text": "If a 10th grade teacher says they 're grading from a rubric that says they 're grading based on grammar , spelling , sentence structure , and format only , they ca n't , in most cases , turn around and give you a failing grade for the assignment because they do n't like the content .", "length": 52}, "810": {"text": "Stay away from Alberta .", "length": 4}, "811": {"text": "All of our tim hortons are staffed by those nast filipinos and every single town is full of Indians and asians .", "length": 21}, "812": {"text": "I live in northern Alberta and even there I ca n't get away from them .", "length": 16}, "813": {"text": "Yes indeed it is , and yes he is a jew .", "length": 10}, "814": {"text": "I remember when that happened ..... could n't have happened to a nicer guy .", "length": 14}, "815": {"text": "LOL Tim", "length": 2}, "816": {"text": "1911 Colt Single Action Army ( A.K.A. Peacemaker ) F & N Five seveN PSG-1 I could go on all day , but I just listed a few off the top of my head", "length": 33}, "817": {"text": "We need to deport all nonwhites immediately , that or stop letting more in and sterilize the ones here , that will fix the problem .", "length": 23}, "818": {"text": "Yep!", "length": 1}, "819": {"text": "If I had one it would 've probably made the list .", "length": 11}, "820": {"text": "I only included guns that are in my possession .", "length": 9}, "821": {"text": "I wonder what these race mixers are thinking ?", "length": 8}, "822": {"text": "Has anyone ever asked them about it ?", "length": 7}, "823": {"text": "Do they say they dont care ?", "length": 6}, "824": {"text": "They want mixed kids ?", "length": 4}, "825": {"text": "They dont think a child of their own race is good enough ?", "length": 12}, "826": {"text": "The mass killing of jews should be partly Britain 's fault but the western zionist world wants people to forget about Britain 's imperial past and lay the blame on white nordic nazi Germany .", "length": 34}, "827": {"text": "Back when there were proper Christian churches , and people attended them , this sort of music was available every Sunday .", "length": 19}, "828": {"text": "Now we have `` judeo-christian '' faux mega-churches that play `` christian rock '' .", "length": 12}, "829": {"text": "The Best of West Ireland : Dingle , Galway and the Aran Islands - YouTube South Ireland : Waterford to the Ring of Kerry - YouTube Dublin and Mystical Side-Trips - YouTube Belfast and the Best of Northern Ireland - YouTube", "length": 35}, "830": {"text": "I honestly hate Indians , Muslims , really anything with brown , black or yellow coloured skin I hate .", "length": 16}, "831": {"text": "Is that a hate crime what I just said ?", "length": 9}, "832": {"text": "I just meant in the US generally , whether it turns out he 's a friend or not my first instinct is always to help one of my own if they 're being attacked .", "length": 33}, "833": {"text": "Sure, send me an IM on Goodreads or here telling me your Goodreads ID so I can invite you to join it .", "length": 22}, "834": {"text": "facebook has an 4x4 van page .", "length": 6}, "835": {"text": "Search for it .", "length": 3}, "836": {"text": "Always one coming up for sale .", "length": 6}, "837": {"text": "Lot of old ambulances , rescue vans ripe for modding to live in .", "length": 12}, "838": {"text": "You might want to check this out , gave it a pretty good review as a truck/ATV/snow mobile gun or just as a back-up that takes standard AR/M16 magazines .", "length": 32}, "839": {"text": "Predator Xtreme , August 2015", "length": 4}, "840": {"text": "Have you ever gave hard knocks better than you got them ?", "length": 11}, "841": {"text": "Try experiencing what a couple of pounds of steel to the face feels like .", "length": 14}, "842": {"text": "Reflections on the 1970s Image Credit & Copyright : Jimmy Walker Explanation : The 1970s are sometimes ignored by astronomers , like this beautiful grouping of reflection nebulae in Orion - NGC 1977 , NGC 1975 , and NGC 1973 - usually overlooked in favor of the substantial glow from the nearby stellar nursery better known as the Orion Nebula .", "length": 52}, "843": {"text": "Found along Orion 's sword just north of the bright Orion Nebula complex , these reflection nebulae are also associated with Orion 's giant molecular cloud about 1,500 light-years away , but are dominated by the characteristic blue color of interstellar dust reflecting light from hot young stars .", "length": 48}, "844": {"text": "In this sharp color image a portion of the Orion Nebula appears along the bottom border with the cluster of reflection nebulae at picture center .", "length": 25}, "845": {"text": "NGC 1977 stretches across the field just below center , separated from NGC 1973 ( above right ) and NGC 1975 ( above left ) by dark regions laced with faint red emission from hydrogen atoms .", "length": 31}, "846": {"text": "Taken together , the dark regions suggest to many the shape of a running man .", "length": 14}, "847": {"text": "Yeah, hay rides are popular here .", "length": 6}, "848": {"text": "I remember going on them when I was a young boy .", "length": 11}, "849": {"text": "I 've gone through corn mazes as well .", "length": 8}, "850": {"text": "Good memories .", "length": 2}, "851": {"text": "I swear I would get a tee shirt with this on it and wear it to school .", "length": 17}, "852": {"text": "Ignorance is when someone do n't know the truth .", "length": 10}, "853": {"text": "Stupid is when someone do n't want the truth .", "length": 10}, "854": {"text": "Which one are you ?", "length": 4}, "855": {"text": "Yes, not to mention lagathas Amazonian warriors .", "length": 7}, "856": {"text": "Anyone with half a brain would n't send a bunch of seventy pound women into battle with swords .", "length": 19}, "857": {"text": "Watch out for them one-droppers .", "length": 6}, "858": {"text": "I need to get this done too , but my luck I 'll find out my great-grandfather was an IDF General .", "length": 21}, "859": {"text": "It's very easy for people to sit behind their computers in the comfort of their homes and judge an elderly gentleman who has dedicated his life to exposing the Holocaust myth when it 's not your office being burned to the ground , when it 's not you being bankrupted or thrown in prison .", "length": 54}, "860": {"text": "Mr Irving played a fundamental role in my own journey through Holocaust revision and for that he will always have my gratitude .", "length": 22}, "861": {"text": "Because they are essentially child-like and until someone steps up and says something they will just carry on , again like children .", "length": 22}, "862": {"text": "no doubt thats a lovely gun , if i had the money im looking at a benelli as my next shot gun ... also the price of single shot shot guns have gone sky high", "length": 33}, "863": {"text": "Here is another source for 5.56 They are out of stock on the Wolf garbage but have PMC and some Federal in stock .", "length": 24}, "864": {"text": "http://www.the-armory.com/shopsite_s...mmunition.html", "length": 8}, "865": {"text": "You can go straight into a community college without GED , you just have to pass the tests .", "length": 17}, "866": {"text": "Then you can transfer to Uni from there .", "length": 8}, "867": {"text": "I would definitely not recommend becoming a teacher in the us the pay is not the greatest .", "length": 17}, "868": {"text": "And you will have to teach alot of lies to the students .", "length": 12}, "869": {"text": "i have been using Firefox for about 6 months now. ive never looked back , IE is so slow when compared to FF", "length": 22}, "870": {"text": "Around here their always shooting .", "length": 5}, "871": {"text": "In clubs that search people you see them get their asses handed to them .", "length": 14}, "872": {"text": "Then it back to getting the gun and shooting .", "length": 9}, "873": {"text": "Its gone full retard now .", "length": 5}, "874": {"text": "Everything thinks they are banning all 556/223 and hoarding all of it .", "length": 13}, "875": {"text": "Hell some places are a buck a round for green tip its hilarious .", "length": 13}, "876": {"text": "I do n't know why people associate Southern Europeans with light brown/olive skin .", "length": 15}, "877": {"text": "Most Southern Europeans have white skin , but not a pink undertone .", "length": 11}, "878": {"text": "I grew up near Little Italy ( not NY ) and parents grew up in Brooklyn .", "length": 14}, "879": {"text": "By the time I was growing up in the 2000s and early 2010s the area was already mixed and a few shops closed down .", "length": 24}, "880": {"text": "Honestly if they ever fired them I 'd expect they 'd do more damage to themselves since the average negro lacks the intellect for basic firearms training .", "length": 27}, "881": {"text": "I 'm surprised they 're not holding the gun back to front .", "length": 12}, "882": {"text": "In the Great War white men fought with heavy weapons .", "length": 10}, "883": {"text": "`` Small '' arms are n't always light weight .", "length": 8}, "884": {"text": "The concept of carrying thousands of varmit rounds to enable spray and pray in battle is a post Korean War concept .", "length": 21}, "885": {"text": "Ever wonder why ?", "length": 3}, "886": {"text": "This is a good thread There is a lot of cheap WHITE places to live in the U.S. I have already drivin to look at some places already .", "length": 29}, "887": {"text": "My ancestors who had the good sense and foresight to come and build America .", "length": 14}, "888": {"text": "I wonder what they would have to say about the type of country it is turning in to ?", "length": 18}, "889": {"text": "SMH you all do n't understand Hitler 's message , it was that all people should be proud of their nation and all people should improve themselves within their own national community ( volksgemeinshaft ) .", "length": 33}, "890": {"text": "Same here .", "length": 2}, "891": {"text": "I enjoyed playing the game when I was a kid , but I never enjoyed watching it on TV .", "length": 18}, "892": {"text": "It just does n't hold my attention .", "length": 8}, "893": {"text": "Same with basketball and baseball .", "length": 5}, "894": {"text": "On the other hand , I did n't ride horses or bulls , but I love to watch the rodeo .", "length": 19}, "895": {"text": "Recently blew away an old computer tower .", "length": 7}, "896": {"text": "Remington 000 standard velocity failed to penetrate past the motherboard , mostly stopping between a couple of sheets of metal comprising the shell of the unit .", "length": 25}, "897": {"text": "Pellets flattened out quite nicely .", "length": 5}, "898": {"text": "Overpenetration IS a serious concern .", "length": 5}, "899": {"text": "An even smaller pellet is probably ideal , #4 Buck , perhaps .", "length": 10}, "900": {"text": "At HD ranges youre looking at a cluster of shot a few inches wide at best .", "length": 16}, "901": {"text": "See Jeff Cooper for further instruction .", "length": 6}, "902": {"text": "BTW , Winchester slugs blew a 1 inch hole in and out .", "length": 11}, "903": {"text": "Bad for home defense , which is a pity , its probably a spectacular manstopper , those soft lead hollow base Foster slugs flatten out quickly .", "length": 23}, "904": {"text": "I've always been partial to Lully and Rameau : Jean Baptiste Lully - L' Orchestre du Roi Soleil - YouTube Jean Philippe Rameau /// Orchestral Suites - YouTube", "length": 24}, "905": {"text": "And the contributions of whites are everywhere .", "length": 7}, "906": {"text": "Literally .", "length": 1}, "907": {"text": "Every cultured society and all things therein were created by whites .", "length": 11}, "908": {"text": "Except peanut butter", "length": 3}, "909": {"text": "Renoir was a French artist .", "length": 5}, "910": {"text": "I like the French .", "length": 4}, "911": {"text": "They love art and high culture .", "length": 6}, "912": {"text": "I also like Renoir .", "length": 4}, "913": {"text": "This man is an idiot .", "length": 5}, "914": {"text": "i did a homeschooling thing where i saw a teacher once a week and she failed me just because of my views. id do the assignment exactly right and the highest i ever got was a c", "length": 37}, "915": {"text": "I discovered this beer quite awhile ago when it was a regional beer even though its claim to famous was the oldest brewery in America .", "length": 25}, "916": {"text": "Now it is also the largest American owned brewery .", "length": 9}, "917": {"text": "YUENGLINGS", "length": 1}, "918": {"text": "I had a chance to go visit Chepstow Castle last time I was in the area .", "length": 16}, "919": {"text": "Great Britain is Castle country for sure", "length": 7}, "920": {"text": "he's obviously a good christian white boy with good values .", "length": 11}, "921": {"text": "It 's wasted on a groid but I understand his need to uphold his principles .", "length": 15}, "922": {"text": "No, I 'm in Spanish class at school in Canada and we focus sometimes on Mexican slang and do n't learn vosotros .", "length": 23}, "923": {"text": "Do what you can to help keep Stormfront alive and growing .", "length": 11}, "924": {"text": "Just 5 bucks a month from every active member is all it takes .", "length": 13}, "925": {"text": "Is that a problem ?", "length": 4}, "926": {"text": "mommy told me never to squelch on someone 's claims. the very fear of exposure makes me want to avoid lying .", "length": 21}, "927": {"text": "I see it as a martial art yes but more as a system of life that includes martial arts and various forms of military skills", "length": 25}, "928": {"text": "Truly sad that we 've decreased education standards to make minority students more successful .", "length": 14}, "929": {"text": "Instead of challenging young white minds , we put them to sleep in a sea of apathy towards standards .", "length": 18}, "930": {"text": "I bought a bag of candy .", "length": 6}, "931": {"text": "If kids come by , they get it .", "length": 7}, "932": {"text": "If not ...", "length": 2}, "933": {"text": "I am giving the whole bag to the kids across the street ....", "length": 12}, "934": {"text": "but please prepare yourself for anything like a nuclear blast or a huge earth quake or hurricane .... shtf in many ways", "length": 21}, "935": {"text": "In my opinion , from my experience with the schools in my area , the teachers say it is not their job to break up a fight Im not saying this is right but its going on in many different areas", "length": 39}, "936": {"text": "I know mopeds are dangerous so are your krautschrockerts. btw this is a Yamaha i like .", "length": 16}, "937": {"text": "Yamaha Aerox 150 PS 1000ccm - YouTube Yep a 1000 cc aerox", "length": 11}, "938": {"text": "Hey, I have a Folkwear pattern for that style of shirt which I 've been meaning to make .", "length": 18}, "939": {"text": "Thanks for the encouragement !", "length": 4}, "940": {"text": "I'm more of a grappler than a striker , I would lunge out with a windpipe grab and bring them down to the floor .... my record for KO' ing someone with a choke is currently 3 secs", "length": 37}, "941": {"text": "I wonder why the Jewish Media always pretends that all the blood thirsty third world savages are victims and it is all Whitey 's fault ?", "length": 25}, "942": {"text": "If a third world savage attacks a Jew , is it all Jewey 's fault ?", "length": 14}, "943": {"text": "I have : 1 Sister with Grey Eyes 1 Sister with Blue Eyes 1 Sister with Green Eyes me and my Brother have Blue Eyes !", "length": 24}, "944": {"text": "For when a people is not willing or able to fight for its existence -- Providence in its eternal justice has decreed that people 's end .", "length": 25}, "945": {"text": "-Adolf Hitler ( Mein Kampf )", "length": 4}, "946": {"text": "Slowly making my way through a Romanian Bible I got for my birthday in July .", "length": 15}, "947": {"text": "Though I am not a Christian , I can read it alongside the English and try to figure out words I do n't know .", "length": 24}, "948": {"text": "I was gonna suggest an old Marlin 783 but then I remembered that it 's a .22 Mag .", "length": 18}, "949": {"text": "Great gun though !", "length": 3}, "950": {"text": "This is why it is important for us to join together as one group , organize and prepare to fight as an army .", "length": 22}, "951": {"text": "America: 25 percent of American students pass their geography America : 25 percent of American students pass their geography `` Speak for Change", "length": 21}, "952": {"text": "I think you already know the answer to your own question .", "length": 11}, "953": {"text": "I remember a classmate complaining how she hated her jewish neighbors .", "length": 11}, "954": {"text": "She would let the kids come over and play with her dog or watch cartoons and she gave them them her old toys .", "length": 23}, "955": {"text": "After a week or two , one of the kids asks `` are you jewish ?", "length": 13}, "956": {"text": "My mom says I ca n't play here any more if you 're not jewish . \"", "length": 16}, "957": {"text": "So how do they pass on their kosher values to their kids , despite sending them to public shools ?", "length": 18}, "958": {"text": "-Strict education at home .", "length": 4}, "959": {"text": "-Strict religious education at temple - Their ' sunday shool ' equivalent .", "length": 9}, "960": {"text": "-Sending their kids to jewish summer camps .", "length": 7}, "961": {"text": "-Strictly , no goyim friends .", "length": 4}, "962": {"text": "-Those that can , send their kids to jewish only schools It 's hardly a surprise they are so united and our kids have friends like Tra' von .", "length": 27}, "963": {"text": "I say it is better to be very strict with your kid and homeshcool if possible than not to and hope for the best .", "length": 24}, "964": {"text": "The ' Civilization ' series narrated by Kenneth Clark is free on Youtube .", "length": 11}, "965": {"text": "YouTube - & #x202a ; Civilisation EP1#1 & #x202c ; & rlm ; The above is a link to the first section of the first episode .", "length": 20}, "966": {"text": "'Civilization ' is a very contemporary , yet PC-free history of Western Europe .", "length": 12}, "967": {"text": "That is a good article .", "length": 5}, "968": {"text": "I will have to try that and see how much force it adds !", "length": 13}, "969": {"text": "Thanks for the share .", "length": 4}, "970": {"text": "I went in to chase bank to make a payment on my credit card all chase banks in my city have bullet proof glass in front of the teller .", "length": 29}, "971": {"text": "I live in a city where a 70 year old house starts at 400k .", "length": 14}, "972": {"text": "Something is up .", "length": 3}, "973": {"text": "Love Halloween , even the contemporary themes .", "length": 6}, "974": {"text": "Ghosts , Goblins , etc ...", "length": 3}, "975": {"text": "Little kids all decked out in their costumes .", "length": 8}, "976": {"text": "The chorus of `` trick or treat '' or `` Halloween Apples '' bellowing at the door .", "length": 13}, "977": {"text": "It puts a warm smile on my face every year .", "length": 10}, "978": {"text": "Homosexuals ca n't undo the fight against White Genocide , only hypocrites can , I 'd rather have openly homosexual men on our side than closet fags or sexual deviants who skulk about pretending to be something they 're not .", "length": 39}, "979": {"text": "If a person 's sexuality is an issue for them only then it should be an issue for us , normal people of either orientation do n't have their sex life at the centre of their attention all the time , a heterosexual deviant is just as much as a problem as a homosexual deviant and there are more straight perverts and psychos around trying to `` infiltrate '' groups than there are homosexuals .", "length": 71}, "980": {"text": "I remember hearing a talk from Irving on that massacre .", "length": 10}, "981": {"text": "He said the documentation showed the victims were sent along with several weeks of food , so they were not intended to be killed .", "length": 23}, "982": {"text": "I went to the baofeng website but it was in Chinese ...", "length": 11}, "983": {"text": "Really ?", "length": 1}, "984": {"text": "BaoFeng \u5de6\u773c\u6280\u672f \u91c7\u7528\u5de6\u773c\u4e13\u5229\u6280\u672f \u5229\u7528cpu\u548cgpu\u6709\u6548\u63d0\u5347\u753b\u8d28 \u5728\u7ebf\u9ad8\u6e05 shd\u4e13\u5229\u6280\u672f , 1m\u5e26\u5bbd \u6d41\u7545\u64ad\u653e720p\u9ad8\u6e05\u89c6\u9891 3d\u6280\u672f", "length": 9}, "985": {"text": "Just saw this one in Palm Springs ....", "length": 7}, "986": {"text": "It 's really large .", "length": 4}, "987": {"text": "I was surprised to see it there on Palm Canyon Drive .. here 's a detail :", "length": 15}, "988": {"text": "I agree that this would be amazing !", "length": 7}, "989": {"text": "We all have unique abilities and knowledge , can you imagine if we got together and each of us put together a class for all the children in our specialized field ?", "length": 30}, "990": {"text": "Sounds like a heavenly community .", "length": 5}, "991": {"text": "Dude stink bomb this event , when it gets dark , chuck a bunch of them on the floor , different spots , when the chimps start jiving and grooving , they will step on them .", "length": 31}, "992": {"text": "It seems to me that most people on this board are friendly to home schooling , yet some who support home schools think that segregating boys from girls would slow social development .", "length": 31}, "993": {"text": "On which fantasy island do you live on ?", "length": 8}, "994": {"text": "Faggots are always pushing their homosexual agenda .", "length": 7}, "995": {"text": "Even the queers in small towns have been emboldened to go out and peddle the homosexual agenda .", "length": 17}, "996": {"text": "My new word o ' the week ( which has somehow become the word o ' two weeks ) : torpid : tor * pid adj : 1 ) Dormant ; hibernating .", "length": 22}, "997": {"text": "2 ) Lethargic [ syn. inactive ]", "length": 4}, "998": {"text": "Axis History Factbook : Waffen SS-Grenadier-Sturmbrigade Brigade Frankreich - French Volunteers and Collaborationist Forces Amazon.com : FOR EUROPE : The French Volunteers of the Waffen-SS ( 9781874622680 ) : Robert Forbes : Books Amazon.com : FOR EUROPE : The French Volunteers of the Waffen-SS ( 9781874622680 ) : Robert Forbes : Books http://www.militaryphotos.net/forums ... ss- ( RK ) -holder", "length": 52}, "999": {"text": "Careful with it at school though .", "length": 6}, "1000": {"text": "In high school i got all kinds of hell for having an article on Rudolph Hess , and this was before i was even a WN .", "length": 25}, "1001": {"text": "That is great .", "length": 3}, "1002": {"text": "We need more of our kids on the honor role and in college , crowding out the non-W 's !", "length": 19}, "1003": {"text": "Completed over two years ago with a certificate , I attended the University of Pittsburgh and finished at Kansas State University , both nationally ranked universities .", "length": 24}, "1004": {"text": "Some Universities have a substantial number of lectures available for free online .", "length": 12}, "1005": {"text": "Here is Yale YouTube - YaleCourses 's Channel There are a number of other major Universities with lectures posted as well .", "length": 20}, "1006": {"text": "Beware many of these lectures hustle the jew cults of globalism , humanism , and social collectivism .", "length": 15}, "1007": {"text": "AS in Business Admin , bachelors may have to wait because the college system in California is falling apart fast with tuition skyrocketing and admission shrinking .", "length": 25}, "1008": {"text": "They are trying to dumb us down on purpose ( said to say , it 's been working ) .", "length": 16}, "1009": {"text": "Just look at the nonsense on tv !", "length": 7}, "1010": {"text": "Does your wife post here ?", "length": 5}, "1011": {"text": "I 'd love to have her join our homeschool discussions .", "length": 10}, "1012": {"text": "There 's a social group she can join to post in and not have to post publicly , if she wants .", "length": 20}, "1013": {"text": "She has more courage than the whole German nation put together .", "length": 11}, "1014": {"text": "God protect and bless you dear lady .", "length": 7}, "1015": {"text": "You are my heroine .", "length": 4}, "1016": {"text": "her is another relatively good maths resource http://www.youtube.com/user/khanacademy the videos cover a wide range of topics. ( i know ... ' khan ' .... but what ever helps )", "length": 28}, "1017": {"text": "And still the GREAT LIBERAL EXPERIMENT continues !!", "length": 7}, "1018": {"text": "They will eventually kill off the whites and go back to the jungle ways .", "length": 14}, "1019": {"text": "ingratiate Main Entry : in \u00b7 gra \u00b7 ti \u00b7 ate Pronunciation : in- ' grA-shE- `` At Function : transitive verb Inflected Form ( s ) : - at \u00b7 ed ; - at \u00b7 ing Etymology : 2in - + Latin gratia grace : to gain favor or favorable acceptance for by deliberate effort -- usually used with with < ingratiate themselves with the community leaders -- William Attwood > - in \u00b7 gra \u00b7 ti \u00b7 a \u00b7 tion /- '' grA-shE- ' A-sh & n / noun - in \u00b7 gra \u00b7 tia \u00b7 to \u00b7 ry /- ' grA-sh ( E- ) & - `` tOr-E , - '' tor -/ adjective", "length": 72}, "1020": {"text": "In light of this it 's now wonder Hitler was considered a champion of the German people .", "length": 17}, "1021": {"text": "To change so much in such a brief time ...", "length": 9}, "1022": {"text": "I find it inspiring .", "length": 4}, "1023": {"text": "I'm not really surprised - now going to college with blacks I can tell you they continue to behave in such a manner even in higher education .", "length": 27}, "1024": {"text": "They always think they are somehow exempt from the rules", "length": 10}, "1025": {"text": "This is bull * * * * !", "length": 3}, "1026": {"text": "They 're actually teaching this , in some places ?", "length": 8}, "1027": {"text": "This is awful .. complain to the teachers about lying to students ( then again , you do n't want your kids kicked out ) .", "length": 22}, "1028": {"text": "Switching schools is easy .", "length": 4}, "1029": {"text": "My son ever comes home with something like that and you can bet I 'll have something to say about it .", "length": 21}, "1030": {"text": "They have a St. Patrick ' Day free book here .", "length": 9}, "1031": {"text": "The main free stuff page for this month is here .", "length": 10}, "1032": {"text": "And a 99 cent unit study store here .", "length": 8}, "1033": {"text": "Cool site !", "length": 2}, "1034": {"text": "that sounds like hippyism. im not leaving my children 's values up for grabs. as ive said before , if parents dont feel their children 's heads with good things then the pc patrol will definitely feel their heads with bad things .", "length": 41}, "1035": {"text": "I'm too lazy to reread , did he say ' Teacher `` or '' Teacher 's asst . \" ?", "length": 14}, "1036": {"text": "That might explain the 17 year old angle .", "length": 8}, "1037": {"text": "Yeah.", "length": 1}, "1038": {"text": "So far today I 've come across the words scum , slut and bitch .", "length": 13}, "1039": {"text": "All too describe my sisters .", "length": 5}, "1040": {"text": "Stormfront .", "length": 1}, "1041": {"text": "I come for the Pride , but I stay for the love .", "length": 11}, "1042": {"text": "I would like to find the where the document came from and when it was first published thank you for your reply .", "length": 22}, "1043": {"text": "The soldiers of today may face this same treatment before they die if things keep going the way it has been .", "length": 21}, "1044": {"text": "I'm a high school senior .", "length": 6}, "1045": {"text": "I 'm going off to college in about 6 months and i 'm wondering how you college guys prepared for it/payed for it. any tips ?", "length": 26}, "1046": {"text": "For gods sake Davison you say `` many '' but I went to Iran when I was little ( I only went to Shiraz & Tehran ) & I never saw anyone with light hair or light eyes , I have since met a few with green eyes but never light hair so it couldnt have been `` many '' .", "length": 51}, "1047": {"text": "I was only six but i remember them all being dark .", "length": 11}, "1048": {"text": "That is only when they began speaking English as a majority .", "length": 11}, "1049": {"text": "You can search for maps of where the language was spoken over time .", "length": 13}, "1050": {"text": "[quote=Holston;7597407] God is the one that claims to be merciful and not like nature .", "length": 16}, "1051": {"text": "I 'm just pointing out our version of mercy and the God of the Bible are not even close to the same thing .", "length": 23}, "1052": {"text": "I'd say a fitting punishment is dealing with the developmentally challenged children for the rest for your life .", "length": 19}, "1053": {"text": "In reality screwing up is it 's own punishment , and nothing deters nor rehabilitates .", "length": 14}, "1054": {"text": "After watching television I can spot a Jew like that .", "length": 10}, "1055": {"text": "Most look the same or have the same features .", "length": 9}, "1056": {"text": "All I have to do is get a picture of my old boss and compare .", "length": 15}, "1057": {"text": "You can still bring that to the attention of local media and civil society groups .", "length": 15}, "1058": {"text": "He 's a petty celebrity , so it 's worth some attention .", "length": 11}, "1059": {"text": "I think white pride world wide works just fine But i am a white supremacist so it suits me to the tee", "length": 22}, "1060": {"text": "Agreed! rep will have to wait though .. Cheap money , massive bailouts of crony banksters , manipulated employment figures , etc , etc , ..", "length": 19}, "1061": {"text": "Stocking up on canned goods is still a top priority .", "length": 10}, "1062": {"text": "I must fall under the Alpine grouping as well .", "length": 9}, "1063": {"text": "I have light brown hair and light brown eyes , like my father .", "length": 12}, "1064": {"text": "My father 's sister had blonde hair and light blue eyes .", "length": 11}, "1065": {"text": "My mother has dark brown hair and striking green eyes .", "length": 10}, "1066": {"text": "I wish I had her eye color ...", "length": 7}, "1067": {"text": "I seriously ca n't figure what group I belong to ... any suggestions ? * The Mighty Sisto *", "length": 16}, "1068": {"text": "I bet this Negro is planning for an insanity defense and he may just get it .", "length": 16}, "1069": {"text": "There was a black who slit a perfectly healthy white womans throat while standing behind her in a store for no other reason then her being white and woman .", "length": 29}, "1070": {"text": "This Negro got found not guilty by an insanity defense .", "length": 10}, "1071": {"text": "oh definitely do push ups and sit ups for the time being .... does n't your school have a weight room you can use ? you should go there ...", "length": 28}, "1072": {"text": "Everyone should help out the National Alliance and get involved .", "length": 10}, "1073": {"text": "Help pass out the NA `` LOVE YOUR RACE '' flyers , that will be a big help .", "length": 15}, "1074": {"text": "https : //www.stormfront.org/forum/t111114 / https : //www.stormfront.org/forum/t108388 / https : //www.stormfront.org/forum/showthread.php ? t = 108610 https : //www.stormfront.org/forum/t108427 / Make this a great VValentines Day for our movement GOOD LUCK TO ALL WHO WILL BE PASSING OUT THE FLYRES http://www.whitefreespeech.com/sub/i...fleaflets.html", "length": 55}, "1075": {"text": "I guess in that case , I will just grow a big fro , and it 's no big deal .", "length": 18}, "1076": {"text": "As long as my heart is true to the cause .", "length": 10}, "1077": {"text": "I only ordered once-by cash and had no problems .", "length": 10}, "1078": {"text": "Sometimes these things happen.You can always report it to your credit card company and get a reimbursement from them .", "length": 20}, "1079": {"text": "Don't you love the double standards ?", "length": 7}, "1080": {"text": "We ca n't have an all White clothing company but Negro 's can have all-black companies like FUBU , etc ... sigh .", "length": 22}, "1081": {"text": "Unfortunately rich kids always get their way , I say you just ignore the kid during the summer get back at him that always works .", "length": 24}, "1082": {"text": "You are white and you are better then them and the next time they harass you and someone else form a group of buddies and go up to the proncipal office .", "length": 31}, "1083": {"text": "Never march alone .", "length": 3}, "1084": {"text": "My parents are like this .", "length": 5}, "1085": {"text": "The only older person I know who I can act racist around is my friend 's mom .", "length": 17}, "1086": {"text": "It 's funny , she even taught their dogs to hate blacks .", "length": 11}, "1087": {"text": "OMG why are you posting your face on a board , It is dangerous here ( Holland ) to post your face on a `facist` board.Becouse allot of Antifa is watching 2 .", "length": 30}, "1088": {"text": "lol I dont know I just saw somewhere that Franklin was a forbidden name ... thanx I try to search on google ...", "length": 21}, "1089": {"text": "- = Wulfi = -", "length": 1}, "1090": {"text": "i dont see why u couldnt go alone i mean its in a public place , unless hes picking you up or something ...... first post", "length": 24}, "1091": {"text": "I guess I got lucky , I we n't to a public high school and we never had to learn about the holohoax .", "length": 23}, "1092": {"text": "Yes, I edited out your personal info , as you should only give that out to those who can be trusted .", "length": 20}, "1093": {"text": "To post it on a public message board is just inviting disaster .", "length": 12}, "1094": {"text": "I see so many BM/WF around my city its not even funny .", "length": 13}, "1095": {"text": "Actually it is kind of funny , because if the black guy sees me staring at them , he will try to stare me down .", "length": 23}, "1096": {"text": "It happened in Taco Bell once and I just grinned at him and he turned away .", "length": 16}, "1097": {"text": "Why is there an exclusively homosexual high school when you do n't even go to school for sex in the first place ?!", "length": 23}, "1098": {"text": "Im glad to see this board back in action , whew .", "length": 10}, "1099": {"text": "O and Happy Birthday from Michigan , US to everyone on this page , heh heh .", "length": 14}, "1100": {"text": "14/88", "length": 2}, "1101": {"text": "LOL GJ brother 10 points for the Uber humans and - 10 for the sub human ape creatures you are truly one bad mofo whitey crakker man", "length": 26}, "1102": {"text": "yea i thought so when i saw a episode they had a klanmen on there and he was calling jerry a * * * * ing jew lol", "length": 24}, "1103": {"text": "I feel for you .", "length": 4}, "1104": {"text": "This is the reason certain schools down here where I live have a white prom and a black prom .", "length": 19}, "1105": {"text": "It keeps it simple .", "length": 4}, "1106": {"text": "Ill shave my head when I finally get my 5 GCSE grades at C or above .", "length": 16}, "1107": {"text": "ETA of shaved head ....... some time in 2009 : P", "length": 9}, "1108": {"text": "whats up I thought I might put my pic up here I 'm looking for some friends theres too many negroes around here some times I feel like there is' int any white guy left in the world. so message me and let me know there is stll some white brothers out their .", "length": 53}, "1109": {"text": "Well that 's good to hear .", "length": 6}, "1110": {"text": "I noticed that that that was your first post .", "length": 9}, "1111": {"text": "Welcome to Stormfront , the largest White Nationalist community on the web .", "length": 11}, "1112": {"text": "Good for you !", "length": 3}, "1113": {"text": "I never started so i dont have to contend with the addiction .... been drug/alcohol/sex free my whole life .", "length": 20}, "1114": {"text": "well im glad to hear there are more youth in our world and lets all hope those mudds and niggs go to h-e-l-l", "length": 26}, "1115": {"text": "I knew a kid down the street who was home schooled and he didnt act like a kid his age should .", "length": 21}, "1116": {"text": "But maybe it was just him .", "length": 6}, "1117": {"text": "the only way we can win is by opening the eyes of all whites and we cant do it softly can we ?", "length": 22}, "1118": {"text": "im half an hour from pasadena , maybe 45mins from the valley. im in the inland empire near ontario by the 10/15freeway interchange", "length": 23}, "1119": {"text": "Hey everyone I would like to get together with some people from my state that are like me .", "length": 18}, "1120": {"text": "Lemme know if you are from Ohio and maybe we could meet up and chat .", "length": 15}, "1121": {"text": "Freuer Frei !", "length": 2}, "1122": {"text": "My family is falling apart .", "length": 5}, "1123": {"text": "I hate it and I feel like I ca n't do anything about it .", "length": 15}, "1124": {"text": "I 've tried everything talking to my parents about it but I guess it 's their choice to get a divorce if they are n't happy together .", "length": 28}, "1125": {"text": "Sorry for my delay in answering , been working at a summer camp .", "length": 12}, "1126": {"text": "Im in Roxbury .", "length": 3}, "1127": {"text": "Thanks for the e-mail and addresses .", "length": 7}, "1128": {"text": "I have this bad habit of leaving aol im on when i 'm not actually home so if I do n't im you back I 'm probably not there and I 'm not just ignoring you. me too", "length": 39}, "1129": {"text": "i didnt say they 'd run but race mixing will eventually take over and america will be majority black or mixed race , whites will be in the minority except for in certain republican nationalist areas", "length": 35}, "1130": {"text": "They took the action of screaming for help and getting off the bus .", "length": 13}, "1131": {"text": "Its not like they cheered on the attacker or gave him a weapon , or restrained the victim .", "length": 17}, "1132": {"text": "I would not be surprised if this woman was specifically targeted by local Jews from her town for this abominable treatment .", "length": 21}, "1133": {"text": "They must have trapped her somehow , and sent her thru the network to Israel .", "length": 14}, "1134": {"text": "God save her .", "length": 3}, "1135": {"text": "I would say that you should spread this information to your friends and family as well as send this story to other internet sites for starters .", "length": 26}, "1136": {"text": "I do n't know how true this is , but I 've heard to pick number two for french because they speak better english than picking one for english and getting who knows what pretending to speak English", "length": 38}, "1137": {"text": "He's 6 ' 4 too .", "length": 5}, "1138": {"text": "A tall straight white male with 5 white kids , the left is triggered no doubt .", "length": 15}, "1139": {"text": "Hope he 'll stop all the foreign aid and fund the military more .", "length": 13}, "1140": {"text": "I would never join a Christian group , or a group that would allow Christians to join .", "length": 16}, "1141": {"text": "So my interests in this group are minimal .", "length": 8}, "1142": {"text": "White men and women who have many white children and teach them.to be white nationalist do more for our cause than these groups .", "length": 24}, "1143": {"text": "Apparently he came to the conclusion that his French was too poor to win over Quebec , and thus he felt destined to lose .", "length": 23}, "1144": {"text": "Yeah you can count on it , there will be lot of people on the streets that day protesting against this jew government what we have here .", "length": 26}, "1145": {"text": "hello all im thinking of going to europe in the next couple weeks and am trying to decide between ireland and eastern europe .", "length": 23}, "1146": {"text": "If I go to the east ill definitely go to budapest , feel free to pm me if you want to meet up .", "length": 22}, "1147": {"text": "Only if they get their collective heads out of the punch bowl and wake up to what 's going on in the world .", "length": 23}, "1148": {"text": "Whites are far too comfortable over here ; every night is party night , so to speak .", "length": 15}, "1149": {"text": "Robbie is funny and I have no problems with him .", "length": 10}, "1150": {"text": "This is your typical Afrikaans music .", "length": 6}, "1151": {"text": "Bobby van Jaarsveld - Kyk Waar Is Ons Nou [ Official Music Video ] - YouTube We can all have a dance and feel good for a while .", "length": 24}, "1152": {"text": "There are only two outspoken artists - Steve Hofmeyer and Sunette Bridges .", "length": 11}, "1153": {"text": "I like this video : Die Antwoord - `` Fatty Boom Boom '' ( Official Video ) - YouTube Girl dresses in blackface , shows Africa is savage , and makes fun of Lady Gaga .", "length": 26}, "1154": {"text": "I 've seen interviews of them and they seem trashy .", "length": 10}, "1155": {"text": "They all smoke like crazy , especially the girl with the Three Stooges haircut .", "length": 13}, "1156": {"text": "Agreed.", "length": 1}, "1157": {"text": "And changing a word or phrase to something that seems less confrontational does nothing to help those of us that are victims of anti-whites .", "length": 25}, "1158": {"text": "It's sad when the stupid petitions get filled in 2-3 weeks like that one to build the death star .", "length": 21}, "1159": {"text": "It 's why they do n't take real ones seriously .", "length": 11}, "1160": {"text": "People will say that the disease we brought killed most of them , but huge numbers of them died of an unknown disease before Columbus came into contact with them .", "length": 29}, "1161": {"text": "Alex Jones is not Pro White , he is trying to take anti-White and subvert it back into `` anti-racism '' and forced racial integration .", "length": 24}, "1162": {"text": "He is the kind of anti-white , that will whine about ' anti-White racism ' , instead of just calling them ' anti-White ' .", "length": 21}, "1163": {"text": "His commenters drone on , about how `` all races must all stick together '' .", "length": 12}, "1164": {"text": "That should give you a big clue about his goals .", "length": 10}, "1165": {"text": "It is good that anti-White , is working its way out into the mainstream though .", "length": 15}, "1166": {"text": "Same here .", "length": 2}, "1167": {"text": "This would make me crazy if I saw it in person .", "length": 11}, "1168": {"text": "The sheer disrespect of just standing there and making her clean up their mess , and laughing about it .", "length": 18}, "1169": {"text": "Wait when did he single you out and call you a racist do you know him or have talk to him in person ?", "length": 23}, "1170": {"text": "Am i missing something here ?", "length": 5}, "1171": {"text": "Absolutely.", "length": 1}, "1172": {"text": "I put Neo-cons and Liberals in the same category as far as whites go .", "length": 15}, "1173": {"text": "Neither one is better than the other .", "length": 7}, "1174": {"text": "And most people will laugh and shake their head at you when you tell them that Jews are a very dangerous group of people .", "length": 24}, "1175": {"text": "And greetings to you as well Brother .", "length": 7}, "1176": {"text": "Thank you for your kind words , hope to meet you in the new white world one day soon .", "length": 18}, "1177": {"text": "Nope.", "length": 1}, "1178": {"text": "I was just trying to see how many of you saw other races as a bigger thread than your own , and apparently , a few think this way .", "length": 27}, "1179": {"text": "The Pastor is saying the truth !", "length": 6}, "1180": {"text": "Here is another revealing one for the mass brainwashed population : Obama 's mother is a white-trash Obama 's father was married already Obama is a bastard child all correct ! [ youtube ] http://www.youtube.com/watch ? v = sxKpdxiXKgY [ /youtube ]", "length": 39}, "1181": {"text": "This family that wants to complain about gays should come to San Francisco and raise some hell at these gay pride events .... a much better target ..... and these people in San Francisco openly blasphemied Christ with their parody of ' The Last Supper `` as their poster for their last event .", "length": 49}, "1182": {"text": "That or it might be that Blacks have smaller brains and an IQ 15-30 points lower than that of White people on average .", "length": 24}, "1183": {"text": "But who knows ?", "length": 3}, "1184": {"text": "Thank you for sharing your free and peaceful home while you have one .", "length": 13}, "1185": {"text": "Who knows how much longer that will be for any of us. ~", "length": 12}, "1186": {"text": "I bet all the Ted Pike stuff is on the ADL hit list , look for that to start disappearing down the memory hole .", "length": 23}, "1187": {"text": "You know , wheat and corn grow pretty fast .", "length": 8}, "1188": {"text": "Then there 's beans , potatoes , yams , ... ?", "length": 6}, "1189": {"text": "My Kansas ancestors got by during the Great Depression without eating cow dung , and everything was covered in dust then .", "length": 20}, "1190": {"text": "It seems to me that nature is taking out the trash .", "length": 11}, "1191": {"text": "Though starvation is a horrible way to die .", "length": 8}, "1192": {"text": "Just yesterday on t.v. there was some MTV thing where a Western girl was visiting a family in India .", "length": 20}, "1193": {"text": "The Indian teenager was showing the Caucasian American girl how to dissolve cow dung in water , and then use a broom to spread the filth all over the floor of their house .", "length": 32}, "1194": {"text": "The Western teen was naturally grossed out , and then they cut to different scene .", "length": 14}, "1195": {"text": "Certain cultural practices just tell you volumes about a people , do n't they ?", "length": 14}, "1196": {"text": "It will be the same here when the goodies run out .", "length": 11}, "1197": {"text": "Absolute stupidity !", "length": 2}, "1198": {"text": "Are there any whites left in that craphole or have they all been killed ?", "length": 14}, "1199": {"text": "Beeline TV - Watch Online TV - Free Internet TV - Live TV Channels This has got a number of Japanese TV links for streaming .", "length": 22}, "1200": {"text": "I'm actually a big fan of Subway but I always laugh when I read this .", "length": 16}, "1201": {"text": "They neglect to mention that Jared also ran about 30 miles a day ...", "length": 13}, "1202": {"text": "White Rage , it 's what 's for dinner !!", "length": 8}, "1203": {"text": "Do ` F * ck with our families , buckwheat !!", "length": 7}, "1204": {"text": "YouTube - Hell 's coming with me", "length": 6}, "1205": {"text": "Free Edgar Steele has announced the start of an official fundraising campaign with full support of Cyndi Steele : Fundraising Campaign | Free Edgar Steele", "length": 23}, "1206": {"text": "A man in charge of an organization that is so hated like the KKK should have been more careful .", "length": 19}, "1207": {"text": "He of all people should have known to what extent the Federal Government will go to have people like him thrown in prison .", "length": 23}, "1208": {"text": "There is no different versions of bad when it comes to race traitors , if you date a non white it is bad , no matter if the non-white is asian , black or arab.", "length": 33}, "1209": {"text": "I know , it 's disgusting .", "length": 5}, "1210": {"text": "I ca n't fathom seeing all those brainless whites along with their negro counterparts worshipping Obama .", "length": 17}, "1211": {"text": "Also , those stupid white women who watch Oprah and not realize the fact that Oprah is very racist .", "length": 18}, "1212": {"text": "She was probably the victim of a groid rage rape also .", "length": 11}, "1213": {"text": "Have to follow up on this one !", "length": 7}, "1214": {"text": "Where 's Lenny Pitts ' article on this one ?", "length": 8}, "1215": {"text": "We knew that report was a lie the entire time .", "length": 10}, "1216": {"text": "Why did it take so long to release it ?", "length": 9}, "1217": {"text": "Had to make it up that is why", "length": 8}, "1218": {"text": "Perhaps I should walk back into my H.S. when it starts Monday and get on the P.A. system and say I want to tie all * * * * * * s to the back of my car and drag them across the ground till they die , and then say I 'm joking .", "length": 49}, "1219": {"text": "I hope I see the day when thease worthless pieces of crap are OUT OF HERE .", "length": 16}, "1220": {"text": "All the jews I have ever known will do anything for money , and all I can say is there are no good jews", "length": 23}, "1221": {"text": "Let mother nature evolve these people naturally because no amount of money or aid is going to drag these ' things ' into the civilized world where they serve absolutely no purpose .", "length": 30}, "1222": {"text": ":hide And if you 're around Knights of Columbus or their Roman Catholic brethern , keep a close hold on your young children , particularly the boys .", "length": 25}, "1223": {"text": "DR Congo troops accused of rapes Government troops in the Democratic Republic of Congo carry out most of the rapes of civilians caught up in the war with rebel groups , a rights group says .", "length": 34}, "1224": {"text": "US-based Human Rights Watch says thousands have been raped by rebels and soldiers in the past six months .", "length": 19}, "1225": {"text": "http://news.bbc.co.uk/2/hi/africa/8130746.stm", "length": 10}, "1226": {"text": "What do they do with them ?", "length": 6}, "1227": {"text": "It 's mind boggling to me , I mean they just cut it off and run off with it in their hands ?", "length": 21}, "1228": {"text": "Then what ?", "length": 2}, "1229": {"text": "She probably gets the food for her food kiosk from the garbage site , and she does n't want to carry it far .", "length": 23}, "1230": {"text": "Something tells me that you 're sitting in the wrong section of the Stormfront bus .", "length": 15}, "1231": {"text": "I believe , judging from your other posts , that you belong more towards the back .", "length": 14}, "1232": {"text": "And this is why SA went from First World under Botha 's rule ( deKlerk does n't count ) to a Third World begger horde .", "length": 24}, "1233": {"text": "It 's embarassing .", "length": 3}, "1234": {"text": "Just shows how thick they actually are one farmer-one bullet they will just end up starving and asking WHITES to feed them", "length": 23}, "1235": {"text": "Precisely!", "length": 1}, "1236": {"text": "Too bad 98 percent of public school kids are being taught everything BUT the truth .", "length": 15}, "1237": {"text": "No doubt they 'll be coming up with chocolate-colored Leprechauns and a Chinese flavored Uncle Sam 's too .", "length": 19}, "1238": {"text": "i think the main problem with our movement is that we 're not subtle in our approach. we need to use words that do n't promote controversy. instead of saying racial purity we use words like idenity .", "length": 38}, "1239": {"text": "Whites in all their glory against impossibly large hordes of non-whites .", "length": 12}, "1240": {"text": "No wonder Lord Of The Rings is so hated by our social engineers .", "length": 13}, "1241": {"text": "YouTube - & #x202a ; Rohirrim charges at Helmsdeep & #x202c ; & lrm ;", "length": 8}, "1242": {"text": "Very informative .", "length": 2}, "1243": {"text": "I 'll have to reread it a few more times to get it clear but thanks for posting this .", "length": 19}, "1244": {"text": "I heard that some black people pretend to be ghetto because they have no money and they live in the ghetto .", "length": 21}, "1245": {"text": "But that 's just a rumour", "length": 6}, "1246": {"text": "I think that World Star Hip Hop should be mandatory viewing for every single white person on the planet , period .", "length": 20}, "1247": {"text": "The raw footage of these beasts in their moments of candor is so much more revealing and persuasive for helping our fellow white brothers and sisters see the truth than a thousand books could ever be .", "length": 36}, "1248": {"text": "This disgusting negro makes us ( white people ) look bad .", "length": 9}, "1249": {"text": "He should be flagged and reported. skyyjohn 's Channel - YouTube EstablishedMen.com sent me on a blind date !", "length": 18}, "1250": {"text": "- YouTube", "length": 1}, "1251": {"text": "Good thing there are the zionist police to keep me from coming and taking everything you have earned with your arrogance .", "length": 21}, "1252": {"text": "I actually have a college degree , but choose not to make a living with it because I cannot sit at a desk in front of a computer all day .", "length": 29}, "1253": {"text": "It makes me tired .", "length": 4}, "1254": {"text": "The cologne was under the seat .", "length": 6}, "1255": {"text": "Thieves and liars always think you 're stealing and lying .", "length": 10}, "1256": {"text": "& #x202a ; Father And Son Assault Leads To Death & #x202c ; & rlm ; - YouTube", "length": 11}, "1257": {"text": "Many years ago maybe , there 's no ammo for them anyway , rather send a donation of a few thousand M4 's", "length": 21}, "1258": {"text": "More black-on-white crime : YouTube - Black Students Attack White Man For Eating Dinner With Black Man YouTube - Black Attack On White Hopkins Researcher Planned", "length": 25}, "1259": {"text": "More Negro rioting , this time at a Black Panther Party rally : YouTube - NYPD Vs Black People , ( Macon st riot ) YouTube - NBPP vs NYPD", "length": 23}, "1260": {"text": "YouTube - Black savages bake puppy alive !!", "length": 6}, "1261": {"text": "YouTube - DOG SET ON FIRE WHILE GIVING BIRTH YouTube - Animal Abuse at Child Care Center In Chicago Ghetto", "length": 18}, "1262": {"text": "Immigrants will go to White countries for other reasons than just economics .", "length": 12}, "1263": {"text": "Maybe they will be resettled deliberately as refugees or maybe they will come for the women like the chinese men are doing .", "length": 22}, "1264": {"text": "Absolute Vodka as a company is anti White as they 're a sponsor for RuPaul 's Drag race and a huge advocate for the LGBT community as well as is the first company to ever sponsor a gay party back in the 70 's : Behind the Scenes of Absolut Vodka Cocktail Perfected - YouTube", "length": 53}, "1265": {"text": "i joined this site just a few hours ago but ive been visiting for a while before hand .. very interesting topics things you just dont see in mainstream anymore .. actualy what the hell am i saying never ever seen in main stream EVER ... its a damn shame ...", "length": 47}, "1266": {"text": "All i have to say is none of this crap that is happening in the world is going to change unless people on a large scale actually stand up and say no we have had enough and drag the scum in the streets and deal with them in a most violent way .", "length": 52}, "1267": {"text": "Put your cursor on the American Dissidents Voices tab and click on it , not the links in the menu which drops down .", "length": 22}, "1268": {"text": "I tried to find this crappy commercial on YouTube when it first came out so I could post it here .", "length": 20}, "1269": {"text": "Anything goes these days to make Whites look like total jack asses .", "length": 12}, "1270": {"text": "Look at the preservative crap they are eating too .", "length": 9}, "1271": {"text": "Most of my food is meat and produce .", "length": 8}, "1272": {"text": "Never ever do our groceries look like this .", "length": 8}, "1273": {"text": "I do n't even like buying cartons of juice !", "length": 10}, "1274": {"text": "This is the biggest problem which faces our race today as more non white immigrants move in whites dont want to live in or near their ghettos .", "length": 27}, "1275": {"text": "We all know that when their are too many ethnics , the neighbourhood soon turn 's into a slum .", "length": 18}, "1276": {"text": "The media also promotes race mixing as cool !", "length": 8}, "1277": {"text": "I have seen young white girl 's and boy 's acting like blacks with their baggy pant 's and their hip hop .", "length": 22}, "1278": {"text": "Soon in their minds it is ok to date them and have children with them thus polluting our great race and pushing us further toward extinction .", "length": 26}, "1279": {"text": "Bessie Mae Whyman The Orange County grand jury indicted Anthony Darnell Wade , 26 , of Los Angeles last year of several felony counts .", "length": 22}, "1280": {"text": "[ UPDATED : ] Bessie Whyman , OC Homicide No. 3 : 84-Year-Old Robbed , Tortured and Murdered - Orange County News - Navel Gazing", "length": 19}, "1281": {"text": "Video: Black pack attack http://www.worldstarhiphop.com/video ... tI6vq3R26UYif8 Pack of blacks attack teen White girl in restaurant , drag her by her hair into the parking lot , beat her ; refuse to allow her back into the restaurant , continue to beat her while black onlookers laugh at her humiliation , pain and suffering .", "length": 52}, "1282": {"text": "More black-on-white hate crime videos are posted here : http://ethniccrime.blogspot.com/p/ra...-on-video.html", "length": 19}, "1283": {"text": "David Allen Snyder , age 26 , died on October 18 , 2009 at his residence in Findlay , Ohio R.I.P. David Allen Snyder Obituary at Coldern Crates Funeral Homes The jury took only about four hours Tuesday afternoon and early evening to convict Cornelius Patterson Junior of the October , 2009 murder of 26-year-old David Snyder in a Jennifer Lane apartment complex where both men lived .", "length": 66}, "1284": {"text": "1330 WFIN News with Tom Sheldon and Scott Jennings - Findlay Ohio", "length": 11}, "1285": {"text": "This thread has reduced me to tears so many times that I sometimes avoid it , and yet i thank the OP for it", "length": 23}, "1286": {"text": "Thor Soderberg , 43 , was shot and killed at 61st and Racine .", "length": 11}, "1287": {"text": "White Chicago Cop Killed With His Own Gun In Attack From Behind - NNN Reporters Newsroom Forum R.I.P.", "length": 19}, "1288": {"text": "A mentally-ill Orthodox cantor who told jurors he was `` The Michael Jackson of Jewish music '' was sentenced in Manhattan yesterday to at least a year in prison for swindling a Washington Heights woman out of $ 36,000 .", "length": 38}, "1289": {"text": "Victim Judy Burstein , 55 , had met the singer , Michoel Streicher , 50 , at his performances five years ago in Rockland County , Brooklyn and Lakewood , NJ .", "length": 24}, "1290": {"text": "Streicher posed as a rabbi , then took her money -- promising to use it to purchase a torah , but instead pocketing it , a jury found in convicting him of grand larceny in April .", "length": 32}, "1291": {"text": "Just to make it clear to someone who does not bother to read the attached links .", "length": 16}, "1292": {"text": "This is the animal who raped and murdered the six year old white child above .", "length": 15}, "1293": {"text": "May all these victims of the `` war on whites '' rest in peace .", "length": 12}, "1294": {"text": "I pray that their souls are in the heavens and their families are healing in spirit .", "length": 16}, "1295": {"text": "Whites have the following Too many abortions , too many mixed marriages , too many no kids marriages , and too many liberals .", "length": 20}, "1296": {"text": "We need to eliminate all of those elements from the white race .", "length": 12}, "1297": {"text": "YouTube - Mayor of Boston sends welcome to gay/transgender youth event Kids attend prom from ' sexual hell ' You wo n't believe how children as young as 12 years old partied Family advocates are outraged by a prom held at Boston City Hall that was open to children apparently as young as 12 featuring crossdressers , homosexual heavy petting , suspected drug use and a leather-clad doorman who teaches sexual bondage classes .", "length": 71}, "1298": {"text": "Children from middle schools and high schools across Massachusetts on May 9 attended a Youth Pride Day event ending with a prom inside of Boston City Hall sponsored by the Boston Alliance of Gay , Lesbian , Bisexual , Transgender Youth , or BAGLY , a group seated on the Massachusetts Commission for GLBT Youth ..", "length": 50}, "1299": {"text": "http://www.wnd.com/index.php ? fa = PAGE.view & pageId = 100806", "length": 11}, "1300": {"text": "just saw a hershey 's commercial on tv , ca n't find it on jewtube shows a White woman happily sharing candy with some mop headed groid male on an escalator guess I wo n't be buying that stuff ever again", "length": 42}, "1301": {"text": "I notice it does n't say if the kids were jews or not .", "length": 14}, "1302": {"text": "If they were jew pieces of garbage who the hell cares what happened to them .", "length": 15}, "1303": {"text": "Sad it happens more and more they want to take ours but what do they think i want to date one of those negro women", "length": 25}, "1304": {"text": "And with that I will bid you all good night .", "length": 10}, "1305": {"text": "I 'm glad we were able to get back to NS in the NS thread .", "length": 15}, "1306": {"text": "I'll edit out a few of the most revealing images .", "length": 11}, "1307": {"text": "On Stormfront usually we try to respect feelings of those who find scantily dressed ( bikini etc ) images or suggestive poses tacky .", "length": 21}, "1308": {"text": "Most likely Putin was not behind any of the killings , but certain criminal gangs from Caucasus or corrupt members in Russian military/security agencies .", "length": 24}, "1309": {"text": "Dmitriy Hvorostovskiy Prince Yeletsky 's ( `` The Queen of Spades '' , Tchaikovsky ) -Dmitri Hvorostovsky at the Metropolitan Opera ( 1998 ) YouTube - Ya vas lyublyu - Dmitri Hvorostovsky Renee Fleming and Dmitri Hvorostovsky perform the final scene of Tchaikovsky 's `` Yevgeny Onegin . '' ( Part I ) YouTube - Yevgeny Onegin - Final Scene - Hvorostovsky/Fleming - I Renee Fleming and Dmitri Hvorostovsky perform the final scene of Tchaikovsky 's `` Yevgeny Onegin . '' ( Part II ) YouTube - Yevgeny Onegin - Final Scene - Hvorostovsky/Fleming II Renee Fleming ( as Tatiana ) , Dmitri Hvorostovsky - Eugene Onegin 's first act aria from Tchaikovsky 's opera .", "length": 87}, "1310": {"text": "YouTube - Dmitri Hvorostovsky - Eugene Onegin - Onegin \\ \\ \\ ' s Act I aria Renee Fleming and Dmitri Hvorostovsk - Lippen Schweigen ( Lehar , `` Die Lustige Witwe '' ) YouTube - Lippen Schweigen - Hvorostovsky & Fleming `` Offtop '' bonuses : Hvorostovsky - `` Troika '' YouTube - Hvorostovsky - Troika Dmitri Hvorostovsky - `` Temnaya Noch '' YouTube - Temnaya Noch Dmitri Hvorostovsky - `` Little Bell '' YouTube - Hvorostovsky - Little Bell Dmitri Hvorostovsky - `` Moscow Nights '' YouTube - Dmitri Hvorostovsky Moscow Nights", "length": 57}, "1311": {"text": "jews have white skin does that make them white ?", "length": 9}, "1312": {"text": "She is not white .", "length": 4}, "1313": {"text": "Her eyes and nose and skin tone give it away .", "length": 10}, "1314": {"text": "Her skin tone is not white to my eyes .", "length": 9}, "1315": {"text": "The site become legendary www.ns-wp.cc has again opened video section is accessible http://ns-wp.cc/index.php ? option = com _ jdownloads & Itemid = 5 & task = view.download & cid = 2 New Year 's congratulation http://ns-wp.cc/index.php ? option = com _ jdownloads & Itemid = 5 & task = view.download & cid = 3 Flying untermench", "length": 55}, "1316": {"text": "I was happy to see only whites in that movie , though there could 've been a few jews or half jews there but I would n't know .", "length": 28}, "1317": {"text": "somebody``hcf''calledputin``ahero''!lololol!This``hero''finallytransformedformersovietjewnion in ``russian''judea!In this misery-torn country-are there-70 officially billionaries , tens f thousands millionaries , and tens of millions of poor and miserable who look for their pittance at the garbage places !", "length": 42}, "1318": {"text": "Yes, she was born in Svrljig ( 11 .", "length": 7}, "1319": {"text": "February 1954. ) , and she graduated from the Faculty of Dramatic Arts of the University of Belgrade as an actor .", "length": 19}, "1320": {"text": "Unfortunately , she starred in some partisan films ...", "length": 7}, "1321": {"text": "on a TV show yesterday regardin crime by foreigners in Russia a black man stood up and proclaimed that crime has no colour or race. every vigoursoly clapped", "length": 28}, "1322": {"text": "Yes, these figures sound correct and are in line with the impression I got there .", "length": 15}, "1323": {"text": "I guess the term `` blond '' is somewhat subjective , but to a Swede the vast majority of Spaniards are brunettes .", "length": 19}, "1324": {"text": "Again, I can only offer what I have read .", "length": 9}, "1325": {"text": "I have read a 70 -/ + million figure , 92.5 million figure and an estimate of over 100 million figure So I compromised at 90 .", "length": 24}, "1326": {"text": "Please excuse my ignorance .", "length": 4}, "1327": {"text": "they played this on fox news today.said she went ape schmidt , no pun intended , because they had no baffrooms.fox news sucks but at least people get a couple seconds of real news ......... secondly , ive never heard of a sheboon before.a new specie , from the chimpout family ?", "length": 49}, "1328": {"text": "I think there is more threat from Russians than from Jews .", "length": 11}, "1329": {"text": "There are really few Jews and millions of those bastards on the body of our country .", "length": 16}, "1330": {"text": "5", "length": 1}, "1331": {"text": "According to the Russian census there are only some tens of thousands of Chinese in Russia , but it is thought that groups like the Chinese avoided inclusion in the census .", "length": 30}, "1332": {"text": "2508", "length": 1}, "1333": {"text": "this gonna be a long post I see - konavle - look better - it is ours on this map ... small land but important", "length": 21}, "1334": {"text": "i hope our patriots will throu eggs at them and will say some thing like get out to the jungle or i think our coach will make them to go to the trainnig at minus - 30C or - 50F that they uuuu will never be able to play agane and will fly to africa after first tranning 2508", "length": 57}, "1335": {"text": "Here is my old school picture i think it was in 1994 .", "length": 12}, "1336": {"text": "I hope such classes will be the future of all Russia", "length": 11}, "1337": {"text": "I pray so too .", "length": 4}, "1338": {"text": "I could never picture the site of one of the women of the Holy Rus shacking up with some Islamic mud from that fithy , impoverished , and godforsaken mountainous * * * * hole !", "length": 29}, "1339": {"text": "That's good I wish there was someone standing for my interests where I live , but as it stands now that is not likely to ever happen .", "length": 27}, "1340": {"text": "Peter was drafted to the army , as he said .", "length": 9}, "1341": {"text": "It looks like a good kind of army , with occasional internet access .", "length": 12}, "1342": {"text": "Hello Oleg If I did not know I would have thought it is a picture of one of our boer families here in south africa : - ) regards joe", "length": 27}, "1343": {"text": "YouTube - Teacher Attacked for Being White 9 year old attacks white teacher , explicitly `` because she was white . ''", "length": 17}, "1344": {"text": "This is the `` 4th attack on a teacher in the last 2 weeks . ''", "length": 13}, "1345": {"text": "See thread `` Racially motivated attacks on white teachers '' : 9 middle schoolers beat a white woman ( teacher ? ) on a bus on the way to school .", "length": 24}, "1346": {"text": "Those who are interested in this subject and who are Sustaining Members may find the following thread to be of interest also : https : //www.stormfront.org/forum/show ... ml#post5825477", "length": 30}, "1347": {"text": "Thank you for your kind words toward my nation , my friend You are always welcome here - as a friend and as a brother ... we will see each other on WNN also", "length": 31}, "1348": {"text": "Yes he is very sick person with identity crisis who need therapy .", "length": 12}, "1349": {"text": "He live on forums all day because he have no job .", "length": 11}, "1350": {"text": "They all have guns and are trained in martial arts .", "length": 10}, "1351": {"text": "I do n't know about you but I rather fight a 2m swedish male than a 1.70m asian kung fu expert .", "length": 23}, "1352": {"text": "Size rarely matters .", "length": 3}, "1353": {"text": "That is one Ugly Picture !!", "length": 5}, "1354": {"text": "Why on earth are the swedish parents letting their Kids grow up in an ethnic school !", "length": 16}, "1355": {"text": "That Ca n't be good !!", "length": 6}, "1356": {"text": "I'll be over in Riga in a few days .", "length": 10}, "1357": {"text": "Anyone like to meet for a drink - I 'd love to say hello ! ( pm me or reply here )", "length": 18}, "1358": {"text": "Can someone suggest any reliable online sources for information on the anthropological classifications of the different populations in the Scandinavian / Baltic countries ?", "length": 22}, "1359": {"text": "Thank you .", "length": 2}, "1360": {"text": "So you would refuse even other Nordic whites fleeing the brown chaos in the south ?", "length": 15}, "1361": {"text": "Not that I would pick Finland though .", "length": 7}, "1362": {"text": "That picture was truly revolting .", "length": 5}, "1363": {"text": "It does n't matter how you dress up a mud .", "length": 11}, "1364": {"text": "A mud is a mud is a mud that 's all there is to it .", "length": 15}, "1365": {"text": "We all know who is responsible for this .", "length": 8}, "1366": {"text": "\"....she was a Gypsie woman ..... \" , i like Black Sabbath but i dont like Gypsies .", "length": 14}, "1367": {"text": "Watch out Finland : http://www.nettavisen.no/servlets/pa ... = 3 & item = 217373 : attack", "length": 13}, "1368": {"text": "well here we have it a white european team against a latin american team. we have done so well so far. that a white team has come this far is being considered as incredible by some. but since the next games are in germany2006 would n't it be wonderful if a northern european team won this !!! already i have read about german superiority rascist remarks. pamela leighas pallessen-scherehart", "length": 70}, "1369": {"text": "My sympathies to all of you .", "length": 6}, "1370": {"text": "Yes Muslims do breed like vermin , i believe that 's part of their intention to breed out other races in order to make themselves the majority .", "length": 26}, "1371": {"text": "Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .", "length": 15}, "1372": {"text": "S\u00f8rensen , 19 \u00e5r , er f\u00f8dt 8. april 1982 i Kolding .", "length": 10}, "1373": {"text": "Har taget en HH-eksamen p\u00e5 handelsskolen i Nyborg .", "length": 9}, "1374": {"text": "Medlem af DFU\u00ecs bestyrelse .", "length": 4}, "1375": {"text": "I sin fritid g\u00e5r Karina S\u00f8rensen p\u00e5 jagt med sin far , dyrker styrketr\u00e6ning eller nyder tilv\u00e6relsen med sin k\u00e6reste .", "length": 19}, "1376": {"text": "Valgt i Fredericia-kredsen i Vejle Amt , som Folketingets yngste medlem nogensinde .", "length": 12}, "1377": {"text": "Karina S\u00f8rensen er medlem af \u00f8kontaktudvalget .", "length": 6}, "1378": {"text": "Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .", "length": 15}, "1379": {"text": "S\u00f8rensen , 19 years old , was born April 8 , 1982 in Kolding .", "length": 11}, "1380": {"text": "Has earned a degree from the Nyborg Business School .", "length": 9}, "1381": {"text": "Member of DFU 's directorate .", "length": 5}, "1382": {"text": "In her free time , Karina S\u00f8rensen goes hunting with her father , adores exercising ( strength-training ) and also enjoys spending time with her close friends .", "length": 24}, "1383": {"text": "Elected from the Fredericia district , in the Vejle region , she is the youngest member in the history of the Assembly .", "length": 20}, "1384": {"text": "Karina S\u00f8rensen is a member of the party outreach group .", "length": 10}, "1385": {"text": "I would like to say and I can proudly say that there are no jews in Iceland , those that tried to get here were all sent back to Germany ...", "length": 29}, "1386": {"text": "Thank Odin they do n't try to come in the modern day .", "length": 13}, "1387": {"text": "I have nothing against that but in logical numbers.I do n't want to loose our subracial or our ethnic intedity.But i prefer mixed marriages among white people than race mixed marriages !", "length": 34}, "1388": {"text": "Very interesting .", "length": 2}, "1389": {"text": "I will most likely not be invited , but if anything should come out of it I hope you will share the news .", "length": 22}, "1390": {"text": "I met Mr. Griffin and found him to be most amiable and well spoken .", "length": 14}, "1391": {"text": "I hope all goes well in Sweden ( I lived there ) and loved it .", "length": 13}, "1392": {"text": "Anyway good luck all .", "length": 4}, "1393": {"text": "When the homos tried to have a fag pride parade in Serbia a few years ago they were beaten up .", "length": 20}, "1394": {"text": "I 'm not suggesting anything here ...", "length": 6}, "1395": {"text": "Aragorn", "length": 1}, "1396": {"text": "Three and a half hour after I 've told them the same , and they still keep talking on and on about nothing .", "length": 22}, "1397": {"text": "Damn you all for making me tag along with you .. !", "length": 10}, "1398": {"text": "I will go to sleep now , as I have to wake up reasonably early this morrow .", "length": 16}, "1399": {"text": "Please try to behave , all of you naughty children .", "length": 9}, "1400": {"text": "Good night from Europe .", "length": 4}, "1401": {"text": "I can only hope that today 's events will help teach the European people that they 're traveling down a very bad road ....", "length": 23}, "1402": {"text": "I think having free healthcare and free education should be a given if you 're a citizen of the country you 're in and you 're not an undesirable .", "length": 29}, "1403": {"text": "Shocking This is a similiar incident to that of a Boy in England recently who was killed by Muslims for wearing an England Shirt .", "length": 24}, "1404": {"text": "Personally I think the Nordic royalities should marry other Nordic ( or Germanic ) people , although I did n't watch it on TV or do I have nothing against Mary or Australians .", "length": 31}, "1405": {"text": "Some of them claim that they would like to go back home one day but after a few years in Finland they will no longer have this wish .", "length": 28}, "1406": {"text": "No one has ever asked my opinion and as someone said ... I do n't know a soul in this country ( well maybe our president ) who wants Turkey to EU ...", "length": 30}, "1407": {"text": "Susan", "length": 1}, "1408": {"text": "Mistenkt for krigsforbrytelser , s\u00f8ker asyl i Norge En tsjetsjener ( 32 ) - etters\u00f8kt for terrorhandlinger - og en libaneser ( 41 ) - mistenkt for \u00e5 ha beg\u00e5tt krigsforbrytelser - bor p\u00e5 asylmottak i Norge med sine familier .", "length": 31}, "1409": {"text": "Myndighetene vurderer n\u00e5 om de skal f\u00e5 permanent oppholdstillatelse .", "length": 9}, "1410": {"text": "http://www.vg.no/pub/vgart.hbs ? artid = 222065 Suspected for warcrimes , seeks asylum in Norway A Chechen ( 32 ) - wanted for warcrimes - and a Lebanese ( 41 ) - suspected of warcrimes - lives at an asylum reception center in Norway with their families .", "length": 40}, "1411": {"text": "The Government are now judging if they should be granted permanent residency .", "length": 12}, "1412": {"text": "The Lebanese are one of those who did the massacre at Sabra and Shattila under the direction of the Juden-state Israel .", "length": 22}, "1413": {"text": "The Chechen beast was one of those who committed killing in the name of Allah against our Russian brothers , like the theater in Moskva .", "length": 24}, "1414": {"text": "May they be put away for good .", "length": 7}, "1415": {"text": "We do n't need such scum .", "length": 7}, "1416": {"text": "Wolf 278", "length": 2}, "1417": {"text": "Looks like Dennys is on my s * it list now .", "length": 10}, "1418": {"text": "I would love two minutes alone in a room with whatever s * it for brains faggots came up with that advertisement .", "length": 21}, "1419": {"text": "AOH are legends .", "length": 3}, "1420": {"text": "I'm planning on being in ireland within the next year .", "length": 11}, "1421": {"text": "I hope you all do n't mind an irish american skin joining your ranks .", "length": 15}, "1422": {"text": "I 'll most likely be moving to belfast .", "length": 8}, "1423": {"text": "I have family there .", "length": 4}, "1424": {"text": "14/88", "length": 2}, "1425": {"text": "I'm guessing that you are not from Ireland as then you would know how well organised AFA are .", "length": 19}, "1426": {"text": "One day though , our day will come .", "length": 7}, "1427": {"text": "I had a few problems too but then again I had a few problems with some of us Irish as well , so ca n't complain", "length": 26}, "1428": {"text": "they choose isolated houses away from the locals and come and go in cars at night.They don`t invite the neighbours around for a knees up ....", "length": 27}, "1429": {"text": "Especially when you consider the fact that they was no direct flights from Nigeria to Ireland makes it even more shocking", "length": 21}, "1430": {"text": "It made me sick looking at all the Blacks and Asians .", "length": 11}, "1431": {"text": "By looking at the Toy Show tonight , you 'd swear the Irish were the minority in Ireland .", "length": 17}, "1432": {"text": "oh dear isnt that terrible well i suppose they will just have to leave then and go somewhere they are more valued", "length": 22}, "1433": {"text": "If that Nigerian bitch thinks she will be elected in Tallaght , she is in for a rude awakening .", "length": 18}, "1434": {"text": "Lynched perhaps , elected , no.", "length": 4}, "1435": {"text": "It sould be made into a youtube video this story and put up all over the net.Imagine if the cop was white and the dead guy black .", "length": 28}, "1436": {"text": "Send me a PM if you 're going .", "length": 8}, "1437": {"text": "It 'll be a welcome change to see a fellow WN from seeing hundreds of lefty bastards going to see RATM .", "length": 21}, "1438": {"text": "14/88", "length": 2}, "1439": {"text": "Your right but i would say if nothing is done fast in 5 years Irish people are doomed .", "length": 18}, "1440": {"text": "www.immigrationcontrol.org * * * * the E U its the Soviet system but much worse .", "length": 13}, "1441": {"text": "It appears that once again Ireland has saved Europe and possibly the entire western world .", "length": 15}, "1442": {"text": "Well done .", "length": 2}, "1443": {"text": "Now it is time to drive out all traitors !", "length": 9}, "1444": {"text": "Yah it is sad to see and if the Irish dont quash it soon the last of the Kelts will be gone from the world .", "length": 25}, "1445": {"text": "His the little John of Ireland.Part of the system as the rest.When it comes down to it these types are more our enemy then the rest .", "length": 28}, "1446": {"text": "To hell with what this creature thinks anyway .", "length": 8}, "1447": {"text": "Perhaps the proud indigenous inhabitants of Dublin do n't want their culture ' enriching ' ( ruining ) with tripe like this .", "length": 19}, "1448": {"text": "This attack on a young boy should be condemned by all who post on this site . it does n't matter if the lad is Catholic or Protestant such an attack has no place in any white communities .", "length": 38}, "1449": {"text": "just heard on the radio , that the local council have decided to give in and they have all been housed in emergency accomodation with the promise of a house on the a new social housing development in that area .", "length": 39}, "1450": {"text": "Its disgusting they these foreigners come over here , stamp their feet and jump above good Irish families and get what they want .", "length": 22}, "1451": {"text": "Save Ireland has a job he works for MSI are you saying their is a more important job than trying to stop the Immigration invasion into Ireland ?", "length": 27}, "1452": {"text": "No doubt the bulk of her votes came from the ever growing chinese immigrant community around Belfast .", "length": 17}, "1453": {"text": "Scum .", "length": 1}, "1454": {"text": "Back to where ya came from !", "length": 6}, "1455": {"text": "Irish pupils are getting less teacher time too because they 're so busy helping the immigrant chrildren get up to date .", "length": 21}, "1456": {"text": "I was wondering if anyone else was having trouble accessing www.ireland-awake.tk ? i click the click and all that comes up is a DotTK registration page Anyone help ?", "length": 30}, "1457": {"text": "i think everybody knew check out his thread ' skinheads ' https : //www.stormfront.org/forum/show ... rish + skinheads knowbody trusted him from day one yet he still went ahead with a story that is old news more fools the star for even printing it. i dont notice any posts from joeblogs defending him self", "length": 53}, "1458": {"text": "So people go out of the country for a few years , come back and their money in the bank has been given to black illegal immigrants , this is shocking .", "length": 29}, "1459": {"text": "As i said the irish media are scared o please give us an interview.Things are are going bad now for the media the lies are not belived by the irish people .", "length": 32}, "1460": {"text": "This thread covered some of the same ground as the Northern Ireland thread , but was proceeding without flames .", "length": 18}, "1461": {"text": "Has it gone or can I just not find it ?", "length": 10}, "1462": {"text": "I had an Irish boyfriend for 3 years once and he used to laugh about how in ireland you never saw black people .I guess things have changed a lot in 10 odd years", "length": 34}, "1463": {"text": "i am just down the road to you.welcome to the board.it breaks my heart every time i go to Galway city and see the amount of blacks there.the other week i was walking down shop street and there was a moslem standing in the street selling copies of the koran", "length": 53}, "1464": {"text": "Most of them dont even work , but I have no doubt that some of them will be pushed into high positions in society .", "length": 23}, "1465": {"text": "The rag-heads dont have the numbers to kick off in Ireland yet , but when they do , you will know all about it .", "length": 23}, "1466": {"text": "Don't take me wrong but a pig is a pig in any country and such is the actress who played the part on this show .", "length": 26}, "1467": {"text": "sure it was , yes of course , what was i thinking ?", "length": 10}, "1468": {"text": "Now sit back down by the radio with your mug of tea and wait for your favourite BBC radio shows to come on and forget all about the truth .", "length": 29}, "1469": {"text": "There you go , its okay now , sshh .", "length": 7}, "1470": {"text": "that is the sadest news i have ever heard in my entire life , ireland not a white country. its like saying the world is ending", "length": 25}, "1471": {"text": "Wow.", "length": 1}, "1472": {"text": "I cant believe i actually wasted several minutes of my life reading that page .", "length": 14}, "1473": {"text": "Was there actually supposed to be any evidence of Celtic communities in NZ contained on that page ?", "length": 17}, "1474": {"text": "I certainly found none .", "length": 4}, "1475": {"text": "I believe that Ireland needs a WN party and quite quickly after the amount of non whites that I seen while in Dublin .", "length": 23}, "1476": {"text": "Anyone want to send us photos of activism ?", "length": 8}, "1477": {"text": "Videos etc welcome .", "length": 3}, "1478": {"text": "Get out there and lead by example .", "length": 7}, "1479": {"text": "http://www.exterminationist.com/science.htmhttp://www.exterminationist.com/leaflets.htm There is alot of work to be done .", "length": 19}, "1480": {"text": "It just goes to show that the IRA are just criminals and not freedom fighters as they claim .", "length": 18}, "1481": {"text": "All para-militaries are just criminal scum !!!!", "length": 7}, "1482": {"text": "Defeats the bloody object of having an ignore facility if one reads the thread , doh , Pray all you want my God wont count ' em", "length": 24}, "1483": {"text": "Justin Barrett was on Yesterdays lastword on Today FM you can listen to the show on the link below , Justin comes on in about half an hour into the program .", "length": 30}, "1484": {"text": "http://www.radioireland.ie/lastword/19112004-17.wmv", "length": 8}, "1485": {"text": "Just for the record is this the same Journalist that wrote the article a few weeks ago telling us to mongrelise ?", "length": 21}, "1486": {"text": "For starters it would be good to obtain a few hundred thousand dollars for a small farm , or a million or two for a bigger one .", "length": 26}, "1487": {"text": "Vancouver ( Burnaby , Richmond , Surrey ) I guarantee are worse than Calgary .", "length": 10}, "1488": {"text": "It has become unbearable and is seriously changing me as a person watching my country be decimated .", "length": 17}, "1489": {"text": "From 1860 to 1990 Canada had brought in over 200,000 immigrants a total of 9 times .", "length": 17}, "1490": {"text": "From 1990-2010 Canada brought in over 200,000 immigrants 18 timess !!! 9 times in 130 years .....", "length": 17}, "1491": {"text": "18 times in the last 20 years 9 times in 130 years ....", "length": 12}, "1492": {"text": "18 times in the last 20 years It 's time for the next generation to fight back to regain our country ..... the baby boomers will lose it for us if we do nothing .", "length": 33}, "1493": {"text": "There is wisdom in your post .", "length": 6}, "1494": {"text": "Take everything with a grain of salt for the wolves come in sheep clothing , your heart will know what is right .", "length": 21}, "1495": {"text": "Welcome to the fight .", "length": 4}, "1496": {"text": "I grew up in small town Southern N.B for a good half of my life , in a region called Kings County , it was 100 % white except for literally 3 black people , and they never mixed with whites ..", "length": 38}, "1497": {"text": "The French N.B communities near Quebec especially would be white to .", "length": 12}, "1498": {"text": "Hi, Yes anywhere in the maritimes is full of culture and if you like old fashioned values and a very white city go to St. John 's Newfoundland .", "length": 28}, "1499": {"text": "Tons of culture and just great friendly people .", "length": 8}, "1500": {"text": "Last thing we want is them moving off the reserves .", "length": 10}, "1501": {"text": "Still , i prefer natives over every other non-white but Japanese and Koreans .", "length": 13}, "1502": {"text": "Seems like you cant get away from these parasites anymore its happening and getting worse everywhere .", "length": 16}, "1503": {"text": "I just hope it will be a wake up call for those who dont believe in our cause .", "length": 18}, "1504": {"text": "I dont see how people can ignore this issue much longer .", "length": 11}, "1505": {"text": "Sure sun media sucks off Israel but they are also the only Media that is willing to tell the truth about the dangers of Islam and call Natives on their B.S.", "length": 32}, "1506": {"text": "Exactly if there was a network of devoted white nationalists across Canada there 's no knowing what we could actually accomplish .", "length": 21}, "1507": {"text": "I get mine from all outlets even the enemy ones .", "length": 10}, "1508": {"text": "It is good to keep track of the enemy as well and see what they are saying .", "length": 17}, "1509": {"text": "Nor have I , I live in BC at the moment ; and had lived in Alberta for most of my life .", "length": 20}, "1510": {"text": "Damn Canada !", "length": 2}, "1511": {"text": "they sure did and the irony of it all is they said they were doing it to prevent theft by criminals. in my books the act of theft is what would make you a criminal", "length": 35}, "1512": {"text": "You should be able to answer that yourself , you 've done it several times .", "length": 14}, "1513": {"text": "All with an ulterior motive , of course ....", "length": 7}, "1514": {"text": "i want to vote yes and at the same time i do n't.the way i look at it is either way we loose .", "length": 25}, "1515": {"text": "I just need to turn on a tv and I see it advertised everywhere , mostly African apes with attractive white woman .", "length": 21}, "1516": {"text": "Disgusting what this country has become .", "length": 6}, "1517": {"text": "I agree with everything you said mate , But the thing is with EU immigration we dont have any say in the matter because we have open borders .", "length": 27}, "1518": {"text": "Everyone on SF Britain respects other Europeans we just wish our politicians would do some think about this immigration problem we have just look at London its madness .", "length": 28}, "1519": {"text": "Also i would have no problem if Spain sent back the hundreds of thousands of Brits back home we dont have a right to flood a country like that with our folk .", "length": 32}, "1520": {"text": "Let's not get above ourselves lads .", "length": 7}, "1521": {"text": "There is some bad news .", "length": 5}, "1522": {"text": "I passed Andy Cameron 's house this morning and I heard him gargling .", "length": 13}, "1523": {"text": "Andy Cameron - Ally 's Tartan Army ( TOTP ) 1978 - YouTube", "length": 9}, "1524": {"text": "I went to an EDL rally in Luton a couple of years ago and i can tell you that the EDL are not real nationalists they are just a bunch of drunk Football hooligans They are a disgrace", "length": 38}, "1525": {"text": "Just wait until we open our doors to the poor people from the TB capital of Europe , Romania .", "length": 18}, "1526": {"text": "Then , we can look forward to cases of Multi-Drug Resistant ( MDR ) and Extensively Drug Resistant ( XDR ) TB to become common diseases .", "length": 22}, "1527": {"text": "Look at it this way : Most goths/emos/punks are white .", "length": 11}, "1528": {"text": "Maybe hate crime will now apply to whites ( in an odd fashion )", "length": 12}, "1529": {"text": "May I share with the good people on this board a delightful and enriching video I found on YouTube of the town in which I grew up .", "length": 27}, "1530": {"text": "Notice all the lovely Pakistani people celebrating , it warms the cockles of my heart - it really does .", "length": 17}, "1531": {"text": "One young Pakistani youth can be seen joyfully celebrating by standing on the roof of a bus !!!", "length": 17}, "1532": {"text": "I laughed and laughed at his antics !!! whilst another couple of Pakistani youths celebrate by hitching a temporary ride on a TK Maxx lorry !!!", "length": 24}, "1533": {"text": "Hilarious !!!", "length": 1}, "1534": {"text": "Joyful times indeed !", "length": 3}, "1535": {"text": "Please notice as well there are none of those racist intolerant vile white people hanging about causing trouble , they were forced out long ago !", "length": 24}, "1536": {"text": "I hope you enjoy the celebrations as much as I did , remember people - Multiculturalism works Racism does n't Pakistani celebrating 20/20 jeet Tooting - YouTube", "length": 26}, "1537": {"text": "I wonder why this has been introduced I would n't trust anything that is being taught in our schools - nothing in our schools is for the betterment of our white children and anything that has been newly introduced ( especially in the times we are living in now ) I would be highly sceptical .", "length": 53}, "1538": {"text": "The politicians need to keep feeding them to keep up the numbers which will eventually come here and vote for them .", "length": 21}, "1539": {"text": "As fast as nature is trying to thin them out , our country is undoing the work .", "length": 16}, "1540": {"text": "Best thing to do is go along to a Blood and Honour gig.There is one in London in 2 weeks .", "length": 21}, "1541": {"text": "Rampage Productions Welcome to the Blood and Honour Forum", "length": 9}, "1542": {"text": "The Official Website of the British People 's Party A few unpleasant truths re. the zionist ass lickers of the DUP", "length": 21}, "1543": {"text": "Hi, just joined the forums and looking forward to joining in the discussions with fellow white nationalists and having some interesting debates , good to be here amongst friends Thewhitewolf88", "length": 29}, "1544": {"text": "I wonder if we 'll see any pictures of cops with garlands round their necks dancing with the natives this year ?", "length": 21}, "1545": {"text": "I recently watched an item on the BBC news in which a headteacher from a school in Birmingham was interviewed about a lack of funding .", "length": 25}, "1546": {"text": "I have to say I was shocked when he said the kids at his ( Junior ) school spoke 31 different languages and teachers have had to devise a system of hand signals to communicate !", "length": 33}, "1547": {"text": "Absolute madness .", "length": 2}, "1548": {"text": "These figures show that no one now could just talk about the need to restrict non-white immigration ( as the current government does ) ; large-scale repatriation of non-whites is absolutely essential .", "length": 32}, "1549": {"text": "We'll never give up ... The jews can keep trying opening our borders and sending their third world minions after the European people but WE WILL NEVER CAPITULATE ...", "length": 28}, "1550": {"text": "False, Scotland is almost as bad as England and Scottish females have an obsession with negro males , well the ones i know do anyway .", "length": 24}, "1551": {"text": "I know that Mississippi is full of blacks but is it really that bad over there that real white folks are trying to move to overpriced liberal ( my assumption ) Britain ?", "length": 30}, "1552": {"text": "Are you talking about acting civilized or actual racial mixing ?", "length": 10}, "1553": {"text": "When the populations are not seperated racial mixing occurs and that is genocide .", "length": 13}, "1554": {"text": "We do not want `` assimilation '' .", "length": 5}, "1555": {"text": "Depending on which part of Scotland you 're going to I might have some bad news for you about the Kaffirs .", "length": 21}, "1556": {"text": "Should be locked up for this , wonder how long he 'll end up serving , maybe a week if we are lucky in this country .", "length": 24}, "1557": {"text": "London is f' ked .", "length": 4}, "1558": {"text": "Anyone remember an old greyhound track ( since been closed ) in London called ' White City ' ?", "length": 14}, "1559": {"text": "Oh the irony ....", "length": 3}, "1560": {"text": "London is not the place to move to as a white nationalist .", "length": 12}, "1561": {"text": "In central London you will really struggle to see a white British person .", "length": 13}, "1562": {"text": "Blacks and Muslims are the majority .", "length": 6}, "1563": {"text": "Still like to watch the old Big Match Revisited programmes from 30 years ago showing on ITV4 .", "length": 17}, "1564": {"text": "A good old bit of nostalgia from the days when there was hardly a blade of grass or a coon on the pitch .", "length": 23}, "1565": {"text": "Last week the crowd were chucking snowballs at Peter Shilton .", "length": 10}, "1566": {"text": "Perhaps you would like to comment on the link below ?", "length": 10}, "1567": {"text": "THREE times as many Muslims are in prison than 15 years ago", "length": 12}, "1568": {"text": "No bob , i saw it 20 odd years ago on a animal rights stall in london it stuck in my mind .", "length": 21}, "1569": {"text": "Its got to be a quote from someone .", "length": 8}, "1570": {"text": "Sort of a back handed compliment that the anti-Whites are so keen to come on here and tell us that all is lost - in their heart of hearts even they must know that what they have constructed is only temporary and all will be ripped down some day .", "length": 49}, "1571": {"text": "Your in ya cell 22 hours a day here u dont in general walk around the landings .", "length": 17}, "1572": {"text": "Any bother u go on lock down no one gets out the cells so its not that bad prison is 24 hour boredom ..", "length": 23}, "1573": {"text": "I hear you loud and clear I still have n't been able to meet up with anyone .", "length": 18}, "1574": {"text": "If you come down n ' around Sacramento California area send me a message .", "length": 13}, "1575": {"text": "just wanted to give this a bump up. we have had a few good people coming to our weekly get together and would like to encourage anyone else interested in meeting and networking with us here in Calgary to feel free to pm me .", "length": 44}, "1576": {"text": "I'd like to meet with anyone pro-white , white nationalist or especially national socialist like myself .", "length": 17}, "1577": {"text": "If anyone lives near London , ON .", "length": 6}, "1578": {"text": "Shoot me a message .", "length": 4}, "1579": {"text": "^ ... And I now have a new contender for the top space on my list of traitors to be hung when Europe awakens .", "length": 22}, "1580": {"text": "Hi i need some information to understand the meaning of the negrogreek homo and the race-mixer tag of the HELLENIC THREAD .", "length": 22}, "1581": {"text": "THANKS", "length": 1}, "1582": {"text": "I saw the clip too .", "length": 5}, "1583": {"text": "I 'm surprised that on national television they let to be broadcast such a politically incorrect video .", "length": 17}, "1584": {"text": "But I bet They knew exactly why to let it appear on television , only to create a bigger tension between the gypsies and the czechs .", "length": 25}, "1585": {"text": "Ever noticed how they always say that about the Romans or Greek armies ... No one says ' ' oh I wonder how many non Whites were on the Goth or Gaul armies ' ' .", "length": 30}, "1586": {"text": "You mean Warsaw Uprising Museum .", "length": 5}, "1587": {"text": "I was there and I must say it 's great museum .", "length": 11}, "1588": {"text": "You can feel there like in 1944 .", "length": 7}, "1589": {"text": "Let me make it clear I do not like muslims but they are still slavs so they are my brothers , as long as they keep the religion to themselves then there is no problem for me .", "length": 36}, "1590": {"text": "Thank you and this is video I 've made for all of us after I made those for each ethnics : Sons of Europe - Legacy - YouTube Only Unity", "length": 27}, "1591": {"text": "Plans for largest mosque in Ireland given go ahead Read more : Plans for largest mosque in Ireland given go ahead | Irish News | IrishCentral Follow us : @IrishCentral on Twitter | IrishCentral on Facebook", "length": 31}, "1592": {"text": "I think you all got your way , and they closed down the German minority in Upper Silesia thread under Activism and Politics in Europe .", "length": 24}, "1593": {"text": "**** off bulgar turkic peice of * * * * and * * * * ustasha KOSOVO belongs to SERB\u0130A get used to it however much you hate serbs , also by the way Makedonia belongs to Greece not bulgayria", "length": 31}, "1594": {"text": "If thats where we are heading then its a sad future indeed .", "length": 12}, "1595": {"text": "There was probably a lot more as well , those documents just got ' lost ' .", "length": 13}, "1596": {"text": "RIP Germany YouTube - & #x202a ; Pierre Vogel und Bilal Philips in Frankfurt ( RTL NEWS ) Deutschland & #x202c ; & rlm ; 1 lone German woman standing up YouTube - & #x202a ; Female Protester Disrupts Muslim Radicals Rallying in Frankfurt , Germany & #x202c ; & rlm ;", "length": 35}, "1597": {"text": "The worst thing happened to internet freedoms when albanians used their spare time from selling drugs to learn to use computers .", "length": 21}, "1598": {"text": "Greece and Serbia Against All / ????? ? ?????? ?????? ???? ( HD 1080p ) - YouTube Thank you brother Greeks !!!", "length": 12}, "1599": {"text": "We will never forget this to your nation and to your country !", "length": 12}, "1600": {"text": "They have been heavily attacked lately .", "length": 6}, "1601": {"text": "The site was down for 2 days but is now online again .", "length": 12}, "1602": {"text": "Strange that you cant visit it anymore .", "length": 7}, "1603": {"text": "This gay kill a young bulgarian man to protect some criminal brown gypsy from beating This is the true face of so-called `` anti-racist '' !", "length": 25}, "1604": {"text": "Romanians and Italians are fighting with one another while the enemy of all Latin people and of all Aryan humanity is laughing up his sleeve .", "length": 25}, "1605": {"text": "I just created a new user group for all members of Stormfront with Slavic ancestry !", "length": 15}, "1606": {"text": "Feel free to join !!", "length": 4}, "1607": {"text": "https : //www.stormfront.org/forum/group.php ? groupid = 257", "length": 9}, "1608": {"text": "Myself unfortunately I was never there , but my friend goes every year and she says it is great .", "length": 18}, "1609": {"text": "People from whole Europe come here for that .", "length": 8}, "1610": {"text": "Graveland was my favourite band until Prawo Stali , then there was too much of same material released one after another , but on myspace he has new material , new sound , I ca n't wait for this .", "length": 36}, "1611": {"text": "Production of white babies and increasing white population is a task of each white couple .", "length": 15}, "1612": {"text": "I feel that I want to practice ...", "length": 7}, "1613": {"text": "And on another note , we have some news : Ruger Corporate Sturm , Ruger & Company , Inc. Reports Strong First Quarter Bookings March 21 , 2012 Sturm , Ruger & Company , Inc. ( NYSE : RGR ) , announced today that for the first quarter 2012 , the Company has received orders for more than one million units .", "length": 47}, "1614": {"text": "Therefore , the Company has temporarily suspended the acceptance of new orders .", "length": 11}, "1615": {"text": "I've replied to a few posts by guys in the past and got no reply back , so some of us ladies ARE actually trying", "length": 25}, "1616": {"text": "I got nothing against the Slavs , just we are NOT slavs .", "length": 11}, "1617": {"text": "We are part of the thraco-celtic ethnic group .", "length": 9}, "1618": {"text": "Here 's a salute from Bulgaria to all comrades : http://zazz.bg/play : cf3bf803", "length": 14}, "1619": {"text": "I wonder how many moms would kill to look that good after having a kid .", "length": 15}, "1620": {"text": "Let alone 6 of them .", "length": 5}, "1621": {"text": "You 're beautiful !", "length": 3}, "1622": {"text": "I live in Napervile , and CF < let me know when ya have a date for that get together , I would love to go .", "length": 23}, "1623": {"text": "Since you are new let me direct you to a site that also has good info and puts out a paper called the Nationalist Times .", "length": 25}, "1624": {"text": "ANU.ORG is the address read and enjoy !", "length": 8}, "1625": {"text": "I live in New Richmond , Ohio which is almost all White but the kids are brain-washed with Mtv and try to act like the Blacks they watch for hours in rap videos on Mtv .", "length": 35}, "1626": {"text": "For example , almost all the 12 year olds last year dressed up a `` Wiggers '' , `` Whores '' , or `` Pimps '' for Halloween !", "length": 19}, "1627": {"text": "Literally !!!!", "length": 1}, "1628": {"text": "It 's parents working all the time and letting their kids watch hours of Mtv after they get home from school , makes the girls think that dressing and acting like the `` Ho 's '' in rap videos is cool and is all they are good for is to be `` pimped '' out !", "length": 50}, "1629": {"text": "It 's common in the schools here !", "length": 7}, "1630": {"text": "glad to see so many people out here seems like we are few and far the way things are out here", "length": 21}, "1631": {"text": "And thanks to a great mother her son will grow up to be a proud white man Btw is that the famous cat from hell", "length": 25}, "1632": {"text": "yeah i have lived in a few big american cities as far as big cities go though i think denver is one of the beytter ones 2508", "length": 27}, "1633": {"text": "I want to meet some single women in the Wichita area for friendship maybe more .", "length": 15}, "1634": {"text": "I am a single parent living with my 11 year old son .", "length": 12}, "1635": {"text": "I'm happy for the two of you .", "length": 8}, "1636": {"text": "I 'm getting ready to head out to move in with my SF romance in a couple of days .", "length": 19}, "1637": {"text": "14! 88 !", "length": 2}, "1638": {"text": "I am looking for like-minded brothers and sisters in the Central New York state area who are looking to come together and form a racially aware society .", "length": 28}, "1639": {"text": "Please e-mail or IM me .", "length": 6}, "1640": {"text": "22270", "length": 1}, "1641": {"text": "Well all of us Chicago based people should get together then and toast this disgustingly loving soon to be couple with a round of good brew .", "length": 26}, "1642": {"text": "Go to the audio archive of David Duke 's Town Hall and you 'll hear the voice of David Duke and other prominent pro-white activists .", "length": 26}, "1643": {"text": "Here is the link .", "length": 4}, "1644": {"text": "Hey Frank if I wasnt on the other side of the planet would I do .", "length": 15}, "1645": {"text": "You know my track record from the pms I have sent ya .", "length": 12}, "1646": {"text": "I was the child from hell , littlehatekitten and my son is one of the most well behaved children I have ever seen .", "length": 22}, "1647": {"text": "Maybe it skips a generation ?", "length": 5}, "1648": {"text": "welcome to mass. its been awhile since i have ben on but i am from milton , just south of boston. if looking for a friend send me a message .", "length": 29}, "1649": {"text": "14/88", "length": 2}, "1650": {"text": "I can get a ride to see you some time this summer if that is cool i need to get up with someone in NJ as it is his name is HAL i have talk to him but i want to meet him so when i go to see him I can stop to see you if that is ok", "length": 60}, "1651": {"text": "man i was in jail in waukesha a few years back and i heard that there arent any skins out there any more , hows the scene out there ? has it picked up in the last few years or was the guy i talked to full of it ?", "length": 47}, "1652": {"text": "id like kids eventually. but not now. as for your sterlization. that is great. there really is no use for ppl to produce kids if they are wackos. being a nutjob is herditary .", "length": 33}, "1653": {"text": "There are a crap load of people from so cal and a whole bunch just went to a show last weekend .", "length": 21}, "1654": {"text": "I know a couple of skins/klansmen who live in the HB area .", "length": 13}, "1655": {"text": "just joined the best membership in the world and need someone to show the ropes on this site , also looking for az girls in phoenix area .", "length": 26}, "1656": {"text": "Live in peoria , az", "length": 4}, "1657": {"text": "Normal?", "length": 1}, "1658": {"text": "Are there any normal people left ?", "length": 6}, "1659": {"text": "Hehe !", "length": 1}, "1660": {"text": "Should n't they be fluffing your pillows and feeding you grapes while they watch that football game ??", "length": 18}, "1661": {"text": "Seriously now , best of luck ! 88 Crissy", "length": 7}, "1662": {"text": "Nice to see you on this board Mo. I posted a thread on this a week or so ago and here it is .", "length": 23}, "1663": {"text": "https : //www.stormfront.org/forum/show ... threadid = 54094 I hope to see you around here a little more .", "length": 18}, "1664": {"text": "I have always enjoyed your posts on other boards .", "length": 9}, "1665": {"text": "hey i just moved here and dont know anyone yet ... so if anyone lives around here id like meet ya and hang out or something .", "length": 25}, "1666": {"text": "-12oz", "length": 1}, "1667": {"text": "88 im looking for a white power female for talk and to hang out if you would like to hang out or talk pm me i live in austin texas.looking for a wp girl any where near austin .88", "length": 40}, "1668": {"text": "uh the thread is about how i am never going to find a guy because i am way too picky lol", "length": 21}, "1669": {"text": "In an effort to tie the thread back together ....", "length": 9}, "1670": {"text": "I 'll be at that show AND I 'm a brunette .", "length": 11}, "1671": {"text": "Damn , I 'm cool .", "length": 4}, "1672": {"text": "I would like to help out on this project .", "length": 9}, "1673": {"text": "PM or email me when it gets to the actual planning stage please .", "length": 13}, "1674": {"text": "WeisserSturm-why u want to kick greeks ? u have too much nationalistic minds ? then why u live in USA ?", "length": 19}, "1675": {"text": "Mithotyn yea maybe in Germany and other Western European countries nazis are banned from everywhere , but in Bulgaria u can live , * * * * gypsies and some * * * * * * s/not much = 15-20 ppl in my town / u can dress like skin and beat punks/not much 15-20 guys / and ..... just u can do everything but if u live here u will not have money ( hehe i will cut some of my fingers if someone american come to live in Bulgaria ...", "length": 78}, "1676": {"text": "hello. my name is sean brennan. i live in mission kansas. i 'm looking for more people in my area to hang out with. please email me at nirvana@emailnerd.com", "length": 31}, "1677": {"text": "Seeking any good single Woman in the Fox Valley area for some conversation and maybe some romance .", "length": 17}, "1678": {"text": "Are you my White Princess ?", "length": 5}, "1679": {"text": "hi i would love to chat with u ... pm me when u are online ok ?? i am a strong aryan woman", "length": 21}, "1680": {"text": "hey everyone , i dont know really where to post this , but im new to the board and would just like to say hello to everyone. so ... hello !", "length": 27}, "1681": {"text": "im an irish n.s skin , id like to hear from any skin or nonskin n.s girls from around the world ! 88 ...", "length": 23}, "1682": {"text": "I'm looking for any white females in the fort hood area to talk to .", "length": 15}, "1683": {"text": "I 'm also looking for friends male or female .", "length": 9}, "1684": {"text": "Unfortunately I 'm over by Houston.Funny.I was born in Bastrop , La.", "length": 13}, "1685": {"text": "BTW.Are you allread in the Texas site.I can send you an invite if you 're not.We 've got over a 100 members so far .", "length": 27}, "1686": {"text": "1wolf, What is the tight referring to in your slogan .", "length": 10}, "1687": {"text": "Tight as in good pals ?", "length": 5}, "1688": {"text": "Tight as in good abs ?", "length": 5}, "1689": {"text": "Tight as in do n't be a tramp ?", "length": 9}, "1690": {"text": "Just curious .", "length": 2}, "1691": {"text": "I have an awesome tattooist in the burbs of Chicago ...", "length": 10}, "1692": {"text": "He has won many awards and has been featured in Tatto magazine .", "length": 12}, "1693": {"text": "Lass", "length": 1}, "1694": {"text": "sounds like a good thing ....... I 'll pitch in for food .... but if we meet in a park or something like that .. somebody please .... do n't forget the beer permit ...... lol", "length": 32}, "1695": {"text": "im from nepa not looking for a relationship just someone to talk to my brother goes to ps in state college so im down there quite often xxboobearxx@aol.com", "length": 30}, "1696": {"text": "i have never been noticed in a crowd for my tattoos.i have never seen anyone walking in a crowd just looking and concentrating on people with tattoos .", "length": 28}, "1697": {"text": "hey how ya doin , my buddy showed me this place last night and ive been checkin it out , im getting ready to move to alabama later this month if i can get my yahoo to connect ill send ya a message , might half to log into chat thow .", "length": 48}, "1698": {"text": "The Great Northwest Oktoberfest | Whitefish , MT 59937 Join us in beautiful Whitefish , Montana for two weekends of authentic German beer , food , music and fun - Montana-style !", "length": 26}, "1699": {"text": "Sept 26-28 & Oct 3-5 , 2013 The Great Northwest Oktoberfest - Pioneer Little Europe Community Information & Discussion The Great Northwest Oktoberfest - Pioneer Little Europe Community Information & Discussion", "length": 27}, "1700": {"text": "I've lost count of the many SF MODs who wanted me to leave .", "length": 14}, "1701": {"text": "Most of these MODs are gone now .", "length": 7}, "1702": {"text": "I out lasted them because I follow SF rules .", "length": 9}, "1703": {"text": "When Don Black says I am not welcome at SF I will leave .", "length": 13}, "1704": {"text": "Thank you so much for the PLE link !", "length": 8}, "1705": {"text": "The points they raise ought to be brought up far more often on SF .", "length": 14}, "1706": {"text": "We are looking to close on the land soon thats all I can say about the location , but I will tell you it will be in the southeast of the USA .", "length": 31}, "1707": {"text": "That will narrow it down for most folk .", "length": 8}, "1708": {"text": "To found a white community you must be in charge of all the elements that make up a community .", "length": 19}, "1709": {"text": "You cannot just assimilate one city block at a time .", "length": 10}, "1710": {"text": "Does that make sense ?", "length": 4}, "1711": {"text": "To be honest I have not heard in yrs of any skinheads beating anyone up what a shame it should be an everyday event .", "length": 24}, "1712": {"text": "The last time I heard of anyone beating anyone up is when the guys down in miami from wctoc were arrested for doing there duty .", "length": 25}, "1713": {"text": "What are the best ways to start you own white community , set up your own currency or other methods of trade with other white communities in order to support your white community ?", "length": 32}, "1714": {"text": "I find it kind of funny that they include no women in that picture. perhaps they didnt realize women are integral to a nation. otherwise i think its a great idea and wish them best of luck .", "length": 37}, "1715": {"text": "No, I do n't Promote Nordic Superiority .", "length": 8}, "1716": {"text": "While My mother has Blond hair brown eye 's and my father Brown hair blue eye 's and i inherited my brown hair blue eye 's from my father .", "length": 29}, "1717": {"text": "I do n't think that any white person with brown hair brown eye 's is infirior to me .", "length": 19}, "1718": {"text": "forming one little place ... a village or a small community that is purely White and that no other race can enter or interact with unless it has majority consent .", "length": 29}, "1719": {"text": "It may have had something to do with me still working on it , so I entered your vote through the moderator 's edit option .", "length": 24}, "1720": {"text": "I miss my mark if the movie Jack London was n't shown at the The Jack London Literary Prize Banquet .", "length": 21}, "1721": {"text": "Anyone know ?", "length": 2}, "1722": {"text": "Please notice my lengthy thread showing just a small portion of the jobs available in this area .", "length": 17}, "1723": {"text": "Also you can check out this website .", "length": 7}, "1724": {"text": "http://wsd.dli.mt.gov/local/kalispell/", "length": 7}, "1725": {"text": "TY!", "length": 1}, "1726": {"text": "BTW .. update coming soon with info on my drive back to Florida .", "length": 12}, "1727": {"text": "In August , I will be driving up a completely different way .", "length": 11}, "1728": {"text": "Yes, it is a symbol in the past and has no place in the present because when it is used for the advancement of white nationalism it proves to only hold us back so thus it shouldn t be used and should go down in history where it belongs .", "length": 49}, "1729": {"text": "There have been several bears , both grizzly and black , caught or killed here in C-Falls in the last month .", "length": 20}, "1730": {"text": "In fact , it looks like almost a dozen black bears have been euthanized all over western Montana due to illegal feeding . Grizzly bear relocated in NW Montana | KRTV.com | Great Falls , Montana", "length": 32}, "1731": {"text": "I had to ride a bus downtown in the mid 70s , to take the test for my ham radio license .", "length": 20}, "1732": {"text": "I got stuck next to a really huge black woman who stunk to high heaven , and spent the entire ride with my face as close to the window as I could get .", "length": 32}, "1733": {"text": "I have n't rode a bus since .", "length": 8}, "1734": {"text": "I plan on making a trip to Kalispell in early August .", "length": 11}, "1735": {"text": "Thanks for the commentary Mjodr , now I 'm getting excited !", "length": 10}, "1736": {"text": "I just passed Devil ' s Lake , ND where the flooding is .", "length": 11}, "1737": {"text": "It 's massive .", "length": 3}, "1738": {"text": "They are moving the town of Church 's Falls .", "length": 9}, "1739": {"text": "No pictures yet .", "length": 3}, "1740": {"text": "Call the jackass and tell him about hundreds of thousands of foreign nationals who have invaded our country and laid seige to our cities on May 1 .", "length": 27}, "1741": {"text": "Very good .", "length": 2}, "1742": {"text": "Hats off to the Knight 's Party !", "length": 7}, "1743": {"text": "For more on The Knight 's Party .", "length": 7}, "1744": {"text": "Welcome to the Ku Klux Klan : Knights Party", "length": 8}, "1745": {"text": "This looks like a nice little town ( on paper ) .", "length": 9}, "1746": {"text": "Lumberton , Texas in Hardin County .", "length": 5}, "1747": {"text": "As of 2009 11,943 people 92.9 % White 4.7 % Hispanic .9 % Mixed .7 % Asian .4 % Black .3 % American Indian .04 % Other race alone Median income is $ 66,115 .", "length": 30}, "1748": {"text": "I found this place because I was looking up Kountze ( same county ) .", "length": 12}, "1749": {"text": "Their cheerleaders went to court for their First Amendment rights in putting Bible verses on their football game banners & won .", "length": 20}, "1750": {"text": "Kountze is ~ 70 % White , 23 % Black , & 5 % Hispanic , so I looked in the area. in a good way. source : City Data", "length": 21}, "1751": {"text": "This is a petition in opposition to the banning of Golden Dawn .", "length": 12}, "1752": {"text": "Show your support for Golden Dawn and sign the petition , https : //secure.avaaz.org/en/petition ... _ free _ country/", "length": 20}, "1753": {"text": "Thanks both of you for that .", "length": 6}, "1754": {"text": "I have seen these things popping up more and more on youtube and I like it .", "length": 16}, "1755": {"text": "And nice website also", "length": 4}, "1756": {"text": "You are not worth my time kid so this is the last answer you will get from me because you are now on my ignore list as are the rest of the losers that stayed with jenkins .", "length": 37}, "1757": {"text": "I run a small crew of Skinheads in the Vancouver / Portland area .", "length": 12}, "1758": {"text": "We distribute propaganda , educate people , help whites , employ whites , post online , network , keep our neighborhoods safe , etc ...", "length": 17}, "1759": {"text": "Move the fight over to the other thread .", "length": 8}, "1760": {"text": "Let 's keep fights under one roof over there and keep this one fight free .", "length": 15}, "1761": {"text": "Charlton Heston is rolling over in his grave knowing an ape has been elected to the white house .", "length": 18}, "1762": {"text": "Planet of the apes .", "length": 4}, "1763": {"text": "If anyone wants to watch sports , whether white or non-white , let them .", "length": 13}, "1764": {"text": "The only sports I watch are the 99 % white leagues my 6 white grandchildren play in .", "length": 16}, "1765": {"text": "Good.", "length": 1}, "1766": {"text": "Now that the little troll is no longer going to nip at my pant 's leg , lets now look at the platform :", "length": 22}, "1767": {"text": "Why do you have the need to celebrate anyone 's birthday that day anyway ?", "length": 14}, "1768": {"text": "I plan on celebrating being White that entire 24 hours .", "length": 10}, "1769": {"text": "There is no greater reason to be joyous than that .", "length": 10}, "1770": {"text": "This is a special thanks to all those who had the patience to wait it out while I constructed this article .", "length": 21}, "1771": {"text": "And that small group , properly radicalized , is the target audience of our propaganda efforts and shall be the nucleus of the new order of the ages", "length": 26}, "1772": {"text": "No figures are available because none are made public .", "length": 9}, "1773": {"text": "It is certainly enough money to keep hundreds of jews employed by over a dozen companies involved in the certification process .", "length": 21}, "1774": {"text": "Hey guys please go here to help us send the Mexicans back to Mexico .", "length": 14}, "1775": {"text": "We 're also looking for people to sign our petition and give their opinions on the topic .", "length": 17}, "1776": {"text": "http://www.getmycountryback.com", "length": 4}, "1777": {"text": "Strong, firm parents who bring up their children with Values are a good breeding ground for future leaders .", "length": 18}, "1778": {"text": "We ought to give this material a better edge for their advancement in life , business and politics !", "length": 17}, "1779": {"text": "Yeah, it surprised me .", "length": 4}, "1780": {"text": "Wisconsin should have way more than what this map shows .", "length": 10}, "1781": {"text": "I guess most of them keep to themselves .", "length": 8}, "1782": {"text": "That's a good point , awake777 .", "length": 6}, "1783": {"text": "Turn off all pop-up blockers , Zone Alarm , and so on .", "length": 11}, "1784": {"text": "KOGO 's online radio software is blocked by many of these blockers .", "length": 12}, "1785": {"text": "I hope we 're above that sort of thing .", "length": 9}, "1786": {"text": "Besides anyone really concerned about privacy and security will regularly scan for and remove any spyware on their computers .", "length": 19}, "1787": {"text": "well i was thinking human and i agree i think there could be some good in it providing it was wortrh it !", "length": 22}, "1788": {"text": "Thanks, but I 'll pass .", "length": 5}, "1789": {"text": "I work in close proximity to more of them than I care to .", "length": 13}, "1790": {"text": "I watch very little television and what little I do watch sure as hell wo n't be spent as a study of the common * * * * * * s psyche .", "length": 27}, "1791": {"text": "Or a classified section for employment or contract services .", "length": 9}, "1792": {"text": "Actual names and places could be transmitted using the Private Message function .", "length": 12}, "1793": {"text": "We had about 500 people in DC last year for a rally and concert and several dozen more at a rally the same day in Topeka .", "length": 26}, "1794": {"text": "The DC rally was organized by the National Alliance but lots of other groups and non-members were there as well , the Topeka rally was a joint WCotC/National Socialist rally .", "length": 31}, "1795": {"text": "I think that it is fair to say that the National Alliance is a secular organization that has taken a specific stance against multicultural Christianity for political reasons and has also had prominent members who have promoted non-Christian religions or spiritual paths .", "length": 43}, "1796": {"text": "The kikes probably put the Leftist up to it , to make it seem like they do n't have total control of everyone .", "length": 23}, "1797": {"text": "This is just some horny dumb kid .", "length": 7}, "1798": {"text": "We have more than a few of them , but thankfully not every kid here is like this .", "length": 17}, "1799": {"text": "The Philippines ?", "length": 2}, "1800": {"text": "Jesus Christ ...", "length": 2}, "1801": {"text": "Look at that evil slave ship with the evil slave master forcing the blacks to leave their utopian paradise in Africa http://www.europeandailynews.org/wp-...anmigrants.jpg", "length": 28}, "1802": {"text": "As a brit my knowledge of american law is somewhat lacking but even i know that this holder groid has committed treason", "length": 22}, "1803": {"text": "I have never heard a song by this idiot negro but the press is always talking about everything he says or does .", "length": 22}, "1804": {"text": "Who TF cares ?", "length": 3}, "1805": {"text": "Where do you get that ?", "length": 5}, "1806": {"text": "So if a child asks his parents what are they celebrating the parents will answer `` we are celebrating secularism '' ?", "length": 19}, "1807": {"text": "I just do n't have the extra concern to care about Tibet ...", "length": 13}, "1808": {"text": "My Home Town is overran with spics and sec 8 coons at this junction .", "length": 14}, "1809": {"text": "It is called priorities .", "length": 4}, "1810": {"text": "Look who is talking .", "length": 4}, "1811": {"text": "Nothing has ever been as harmful to society as jews , their savage beasts , and their thoughtless gimmiegrunts .", "length": 17}, "1812": {"text": "For some reason these immigrants do n't have the same bad attitudes US blacks do .", "length": 16}, "1813": {"text": "Hopefully they wo n't settle in US black communities and pick up their bad habits .", "length": 16}, "1814": {"text": "Yeah, after losing peanut butter as their claim to fame , they 'll have to fall back on the Super Soaker .", "length": 20}, "1815": {"text": "Although , the water gun had already been invented , so IMO its dumb to call it an `` invention '' . super soaker inventor - YouTube", "length": 21}, "1816": {"text": "Can we have a warning before pictures like that are posted on here please ?", "length": 14}, "1817": {"text": "Or hide it behind a link or something ?", "length": 8}, "1818": {"text": "oddly i would find it worst if she here black , since Negroes are the most inferior and scum bag humanoid race in our planet .", "length": 24}, "1819": {"text": "wtf is feminist about a child speaking out against being trafficked to an old pedophile or anyone else objecting to pedophilia ?", "length": 21}, "1820": {"text": "MORON", "length": 1}, "1821": {"text": "Yeah, seems Negroes are too stupid or too arrogant to use an existing thread , so we see a new `` we be eguptshuns an sheet '' every week or so .", "length": 28}, "1822": {"text": "WOW!!!", "length": 1}, "1823": {"text": "High time they get back to mother Affika and fix that mess .", "length": 12}, "1824": {"text": "Hey negro geniuses !", "length": 3}, "1825": {"text": "Swim back to Liberia--with a jew under each arm !", "length": 10}, "1826": {"text": "We're speaking out against our race being destroyed and this guy is making up hypothetical scenarios about snack time and windowless rooms .", "length": 23}, "1827": {"text": "Unreal .", "length": 1}, "1828": {"text": "I can find my way out of the building on my own , thank you .", "length": 14}, "1829": {"text": "We both know you 'll just wait for me to figure it out and then later claim it was really you all along .", "length": 23}, "1830": {"text": "Who said we invented literally EVERYTHING useful ?", "length": 7}, "1831": {"text": "Stop showing off South Asian functional illiteracy .", "length": 7}, "1832": {"text": "And sorry brown-man , your people did not invent ' non-violence ' .", "length": 11}, "1833": {"text": "I suppose it is okay for everyone else to call me anything they want .", "length": 14}, "1834": {"text": "I reported dozens of posts but who knows if anything was done .", "length": 12}, "1835": {"text": "Isn't wonderful to both be living in a free nation with a First Amendment where you can have your dictionary definition that works for you and I can have my dictionary definition that works for me ?", "length": 37}, "1836": {"text": "Its a `` win-win '' situation .", "length": 5}, "1837": {"text": "I was wondering the same thing .", "length": 6}, "1838": {"text": "Maybe it was because of his repeated personal attacks , in violation of the rules of the forum .", "length": 17}, "1839": {"text": "The black gene always comes out to be the dominant gene .", "length": 11}, "1840": {"text": "I have yet to see a half breed that came out dominantly White .", "length": 13}, "1841": {"text": "Anyways , smearing a single DNA stem with black DNA is horrible .", "length": 11}, "1842": {"text": "Liberals have this illusion that genes pick and select which genes that get passed down and they think it only passes down the good ones .", "length": 25}, "1843": {"text": "Wrong !", "length": 1}, "1844": {"text": "There is plenty of genetic diversity among white people .", "length": 9}, "1845": {"text": "Shame on you for using such an ignorant and laughable argument .", "length": 11}, "1846": {"text": "Whites are not all genetic copies of one another .", "length": 9}, "1847": {"text": "We have a good reason for it to but you people want to get in the way of it .", "length": 19}, "1848": {"text": "Also it 's NOT genocide. stop calling it that .", "length": 9}, "1849": {"text": "WOW!", "length": 1}, "1850": {"text": "Thank you so much for enlightening us mystery guest !", "length": 9}, "1851": {"text": "We can all put down our torches go home and suck some Jew d@cK JUST LIKE YOU !", "length": 18}, "1852": {"text": "Dumb ass that was just more Jew propaganda that shows their ( and ) your idiocy now go away with your bulls@ $ t", "length": 21}, "1853": {"text": "What happens to a domesticated animal forced to fend for itself ?", "length": 11}, "1854": {"text": "The above poster is correct when we stop supporting then they 're in terrible danger .", "length": 15}, "1855": {"text": "Blacks built the Pyramids and the White House .", "length": 8}, "1856": {"text": "The Lone Ranger was black Annie was a little black girl There were black Vikings Spartacus was black Hercules was black The jews have two choices for past historical figures Make them to be black or make them out to be crazy genocide White maniacs like in Christopher Columbus", "length": 49}, "1857": {"text": "Putting it out there that I am in for a meet up , feel free to private message me .", "length": 18}, "1858": {"text": "I am located in Vancouver", "length": 5}, "1859": {"text": "Someone always gets shot at that event , this year it 'll probably be much worse .", "length": 15}, "1860": {"text": "The BLMtards are here , they crashed the LBBQWTF parade last month ( lol ) .", "length": 12}, "1861": {"text": "I guess the Yonge St retail district will be smashed and looted .", "length": 12}, "1862": {"text": "We do n't have black riots in Texas , and the blacks know why .", "length": 14}, "1863": {"text": "But one day there was a group of big black females gathered in front of the Houston city hall .", "length": 19}, "1864": {"text": "HPD immediately responded with a few officers , but were confused as to what they should do about this .", "length": 18}, "1865": {"text": "When the local TV station ran the video and explanation of the event , the news anchors could not keep a straight face and its all broke down into uncontrollable laughter .", "length": 30}, "1866": {"text": "The big black females where shouting `` We want REAL teachers for our chilrens , we do n't want dem blacks you ben sendin us , we want REAL teachers jus like yo got in dem white people 's schools ! ''", "length": 38}, "1867": {"text": "The big black females pushed their way into the Houston city counsel meeting and said all of the white teachers they used to have all quit ( do you wonder why ? ) and all you sent us to replace all them teachers was a bunch of dumb blacks .", "length": 46}, "1868": {"text": "Well we wo n't stand for that no more !", "length": 10}, "1869": {"text": "We want real teachers , white teachers , just like you have in the white schools . \"", "length": 14}, "1870": {"text": "No Jew has ever found a way to force a big black females to parrot Marxist propaganda the way that little dumb liberal anti-whites will .", "length": 26}, "1871": {"text": "I think having our own venue for our gatherings and events has helped build a good community of like minded people and with a comfortable place for us to promote our message to the people in attendance .", "length": 37}, "1872": {"text": "You should try the same thing where you are at and build things up there", "length": 15}, "1873": {"text": "Half of winning a fight is attitude .", "length": 7}, "1874": {"text": "I am not going to be beat down by a dyke , fag , or coon .", "length": 14}, "1875": {"text": "You are NOT a worthless white .", "length": 6}, "1876": {"text": "Raising 1 healthy , racially aware child is worth more than all the libtard and mud children in the world .", "length": 19}, "1877": {"text": "Holocaust Handbooks - Educate Yourself - YouTube Holocaust Handbooks is the world 's premiere Revisionist book series .", "length": 15}, "1878": {"text": "Download Free PDF and Kindle versions or order paperback hardcopies .", "length": 10}, "1879": {"text": "Visit http://HolocaustHandbooks.com today", "length": 5}, "1880": {"text": "Try here Amazon.com.", "length": 4}, "1881": {"text": "I see they have one for $ 116 .", "length": 7}, "1882": {"text": "Also available with other on line sources https : //www.amazon.com/s / ? ie = UTF8 & ke ... l _ 175hzupf6t _ b", "length": 20}, "1883": {"text": "Best wishes with this important new project , from a Pagan perspective it is encouraging to see renewed interest in pre-Christian European folk heritage .", "length": 24}, "1884": {"text": "So Trudeau is sneaking them in like that ?", "length": 8}, "1885": {"text": "Could Trudeau 's buddies have set the fires for him at his request ?", "length": 13}, "1886": {"text": "There have been court cases for asylum by white South Africans in Canada that the South African government has spent millions fighting ... though they have not spent a cent on the 300 asylum applications by blacks in the US ...", "length": 39}, "1887": {"text": "Sometimes I wonder if it is Because Whites are so much smarter that they find it harder to run together , as opposed to , independently .", "length": 24}, "1888": {"text": "It is easier for other races to follow the herd but not Whites .", "length": 13}, "1889": {"text": "That is a blessing and a curse at the same time !", "length": 11}, "1890": {"text": "Lol,this happened in the neighborhood I just moved out of !", "length": 11}, "1891": {"text": "I worked in that McDonald 's when I was 18 years old !", "length": 12}, "1892": {"text": "I have SeaMonkey open right now , I 've had it on my computer for about a week now , but I just ca n't get used to using it .", "length": 29}, "1893": {"text": "Exactly!", "length": 1}, "1894": {"text": "Our people do n't need to feel down about all this and neither do we need to turn off new member prospects from this fine place so a little less crying and a little more doing is called for .", "length": 40}, "1895": {"text": "Most importantly draw that mental line in your head and once crossed unleash hell .", "length": 14}, "1896": {"text": "I find most people wait to long to react in a physical encounter .", "length": 13}, "1897": {"text": "I'm not EVEN gonna try and lie , if I had money , I 'd probably have a whole safe full of these !", "length": 22}, "1898": {"text": "If I could create a disease that wipes out all Black 's I would .", "length": 14}, "1899": {"text": "HIV/AIDS is n't killing them off fast enough .", "length": 10}, "1900": {"text": "They breed faster .", "length": 3}, "1901": {"text": "Meaning every explanation you 've given of what a haplogroup tends to be is inaccurate they mark genetic ancestors the mutations will be in the chromosomes .", "length": 26}, "1902": {"text": "Yes and if I were a jewish-supremacist I 'd want it that way , too .", "length": 15}, "1903": {"text": "Dumb goyim are a good revenue source .", "length": 7}, "1904": {"text": "unfortunately the jew controlled government will never allow this labeling every attempt for this `` racist '' even though there are hundreds of negro exclusive schools around this country .", "length": 27}, "1905": {"text": "Thank you for your input .", "length": 5}, "1906": {"text": "Most enlightening .", "length": 2}, "1907": {"text": "I appreciate your contributions here. have been a fan for a long time .", "length": 13}, "1908": {"text": "You weather the zionist storm well , my brother .", "length": 8}, "1909": {"text": "Which is why you build them far away from silos , cities and targets of interest to a 1st world nuclear adversary .", "length": 21}, "1910": {"text": "That letter would fall on deaf ears .", "length": 7}, "1911": {"text": "It might get the sender , however , on a list of potential troublemakers to watch .", "length": 14}, "1912": {"text": "Woodstock is flanked by multicultural hell London and multicultural hell Kitchener , its a hopeless cause .", "length": 15}, "1913": {"text": "The Brown and Black filth are starting to creep into Orillia and Midland sadly .", "length": 14}, "1914": {"text": "Yep, forgot I had the thing wrapped in a jacket , went to grab the jacket and the thing came tumblin ' out !", "length": 21}, "1915": {"text": "I can not call the government by an appropriate name .", "length": 10}, "1916": {"text": "I was brought up to believe that ladies do not use such language", "length": 13}, "1917": {"text": "We say here that if we want to be lied to just watch the news !", "length": 15}, "1918": {"text": "Like you I like certain movies , tv series I absolutely abhor British telly in particular as they are always and in all ways promoting race mixing or homosexuality .", "length": 28}, "1919": {"text": "I've gotten fatter over the years .", "length": 7}, "1920": {"text": "I used to be bikini model skinny .", "length": 7}, "1921": {"text": "I also have some acne on the side of my face I hide it with my long hair .", "length": 18}, "1922": {"text": "I read a web site , not too long ago , called the TFP.org.", "length": 13}, "1923": {"text": "It has a Camp for fathers and sons , called the `` Call to Chivalry '' .", "length": 13}, "1924": {"text": "The outline for the events for the boys , and their fathers , was interesting .", "length": 13}, "1925": {"text": "You may want to read more about it .", "length": 8}, "1926": {"text": "Yea I hate it when geysers of blood come shooting up from graves .", "length": 13}, "1927": {"text": "Last weekend I was trying to lay some flowers on my grandad 's grave when suddenly , a blood geyser .", "length": 19}, "1928": {"text": "It happens with animals too , I bought a chicken to cook on my way home from the graveyard and popped it in the fridge for the next day .", "length": 28}, "1929": {"text": "Later I went to get a beer and when I opened the door , yep you guessed it , blood geyser .", "length": 19}, "1930": {"text": "Also , my neighbour 's dog has poison teeth .", "length": 8}, "1931": {"text": "I left Stormfront because I got tired of the petty bickering .", "length": 11}, "1932": {"text": "I came back because it looked like things had improved .", "length": 10}, "1933": {"text": "Now it 's gone back to the way it was when I left .", "length": 13}, "1934": {"text": "Is it any wonder why the antis laugh at us ?", "length": 10}, "1935": {"text": "Any religion that is forced is against freewill given by God .", "length": 11}, "1936": {"text": "Those who do n't believe are free to walk away and those who do believe are not forced against God 's will .", "length": 23}, "1937": {"text": "Whites should not be forced in atheistic view in-kind .", "length": 10}, "1938": {"text": "Y!", "length": 1}, "1939": {"text": "SPORTS A group of MIT grads are launching a high-tech product designed to turn any bicycle into an electric-hybrid vehicle .", "length": 22}, "1940": {"text": "Y !", "length": 1}, "1941": {"text": "SPORTS", "length": 1}, "1942": {"text": "Just as the bbc begins its campaign to stay in the eu and forever change the racial demographic of the UK and Europe forever .", "length": 24}, "1943": {"text": "Lying Marxists !", "length": 2}, "1944": {"text": "I posted this on SF a couple of years back .", "length": 10}, "1945": {"text": "The title was , `` What It 's Like to Teach Black Kids . ''", "length": 11}, "1946": {"text": "Hitler was about as Jewish as a Negro is a Chinaman .", "length": 11}, "1947": {"text": "People who utter such garbage such get a brain transplant .", "length": 10}, "1948": {"text": "Yup, Africans breeding like cockroaches , AIDs is not killing them off fast enough to stop their growth !", "length": 17}, "1949": {"text": "And they will flood into all white countries as much as they can !", "length": 13}, "1950": {"text": "So happy you remind me this I have a little altar portraying a bronze buste of Beethoven on my bedside table along with one of Wagner ( he was Beethovenian fan too )", "length": 31}, "1951": {"text": "My sentiments exactly .", "length": 3}, "1952": {"text": "We need to focus on mobilizing Europoid minds and using this science and building on it to save our from extinction and to Least Concerned status !", "length": 26}, "1953": {"text": "Lars Andersen simply must be cast as an Elf by Peter Jackson in new Hobbit Lord Of The Rings movies .", "length": 20}, "1954": {"text": "Make it happen !", "length": 3}, "1955": {"text": "I was at a gas station last week , A guy came up to me too fast and too close and I almost went for my knife but at the last second I could see he meant no harm , then he asked for directions .", "length": 43}, "1956": {"text": "I told him how to go and then said , you ar n't from around here , are ya ? lol", "length": 19}, "1957": {"text": "The churches in my city are full of liberal school teachers .", "length": 11}, "1958": {"text": "They wo n't talk to me anymore and I wo n't go to church with them anymore .", "length": 19}, "1959": {"text": "Cool, but he is short with his draw , and the draw weight looks light too .", "length": 15}, "1960": {"text": "Military archery and speed shooting videos - a little rant - YouTube", "length": 10}, "1961": {"text": "Listening now .", "length": 2}, "1962": {"text": "7 minutes in , and it 's gorgeous .", "length": 7}, "1963": {"text": "And I like a slight tape hiss ( or needle crackle ) in a vintage recording , though it disappears when the music gets louder .", "length": 22}, "1964": {"text": "Thanks for the good stuff on here to show my kids .", "length": 11}, "1965": {"text": "We had Dresden remembrance last year and will again this year", "length": 11}, "1966": {"text": "Your medical factors come in to play .", "length": 7}, "1967": {"text": "Such as a person with one arm , wheel chair ect .", "length": 10}, "1968": {"text": "But a healthy male can not get away with shooting a person in public because he gets shoved or thinks hes going to get punched .", "length": 25}, "1969": {"text": "Yep.", "length": 1}, "1970": {"text": "California tried to pass a law requiring bio-metric fingerprint ID technology on guns last year ; SB 283 ..", "length": 18}, "1971": {"text": "It failed due to lack of funding .", "length": 7}, "1972": {"text": "Law Center to Prevent Gun Violence ?", "length": 6}, "1973": {"text": "Gun Law Information Experts", "length": 4}, "1974": {"text": "Why should they learn to read when the liberal jews down at the welfare office will tell them where to make their mark .", "length": 23}, "1975": {"text": "Well in my opinion you dont have to maybe more White living on sports not only the players but also employees to serve the team", "length": 25}, "1976": {"text": "That sounds promising , and hopefully in time there will be a couple of more days added and the extra hour too .", "length": 21}, "1977": {"text": "could you upload a pic of this amazing set up ?", "length": 10}, "1978": {"text": "I need to rebuild mine as we moved again and the cage did n't turn out right when rebuilding it", "length": 21}, "1979": {"text": "Fountains Abbey-partially destroyed many years ago but still beautiful .", "length": 10}, "1980": {"text": "Shakespeare 's Globe - a reconstruction Highclere castle Gloucester cathedral Winchester Cathedral St. Paul 's Cathedral", "length": 15}, "1981": {"text": "Factory nickel , with carved pearl grip scales .", "length": 7}, "1982": {"text": "In a period basket stamped full top flap holster .", "length": 9}, "1983": {"text": "Best part ?", "length": 2}, "1984": {"text": "It was FREE ...", "length": 3}, "1985": {"text": "Lisa 's grandpa won it in a department poker game back in the 30s .", "length": 14}, "1986": {"text": "Used it as his service dress revolver .", "length": 7}, "1987": {"text": "Gave away all my .38Spl , as my .38 is actually chambered for .38Long.", "length": 13}, "1988": {"text": "Was professionally recut for Specials , and was fed tens of thousands of them , but , I 'd rather order up the right rounds if I ever make a new hammer nose for it .", "length": 32}, "1989": {"text": "Nobody , but nobody , has parts for 1920s Basque made Colt-S & W hybrids .", "length": 13}, "1990": {"text": "No, I hope the negro is not all right , ever .", "length": 10}, "1991": {"text": "The negro is for White genocide , and I have nothing for the negro , not even sympathy in any way .", "length": 19}, "1992": {"text": "I have green eyes which come from my Celtic ancestry .", "length": 10}, "1993": {"text": "( My mom has blue eyes and my dad has green eyes , so I got his eyes. )", "length": 16}, "1994": {"text": "I was referred to as a racist once .", "length": 8}, "1995": {"text": "I said `` Well yes , just like every other intelligent and honest person on Earth . ''", "length": 14}, "1996": {"text": "The matter was quickly dropped .", "length": 5}, "1997": {"text": "I love that video so much .", "length": 6}, "1998": {"text": "I 've seen it before , I believe it was here on SF but thank you for posting it again", "length": 19}, "1999": {"text": "I have n't seen music for this floating around but if you have the sheet music for piano I 'd be happy to get to work on a transcription for you if you can send me a pdf or something .", "length": 41}, "2000": {"text": "You seem to have no grasp of the fact that it is the jews who have stolen German identities in the first place to blend in .", "length": 26}, "2001": {"text": "haha I was thinking the same thing !", "length": 7}, "2002": {"text": "These cops are nothing compared to ours , hell half the time I think they enjoy tackling the perps", "length": 18}, "2003": {"text": "Green Eyes are beautiful My grandfather has Green eyes , ( grandmother had brown ) My parents got Brown eyes So I also have brown .", "length": 22}, "2004": {"text": "But if I could chose my eye colour it definitely would be Green", "length": 13}, "2005": {"text": "my mothers father is full blonde Irish. my mothers mother is English Irish Scottish . my fathers father is a German with some Scottish and my fathers mother is danish and Norwegian. making me 6ft4 blonde hair blue eyes with a big barrel chest just like my german grandfather .", "length": 48}, "2006": {"text": "nah man , for me its enough .", "length": 6}, "2007": {"text": "I cant stand corruption at any level .", "length": 7}, "2008": {"text": "I havent even paid for not one single ppv , so its not like Im stopping my support , lol By the way , to the guy that said Demian Maia is white ... yes , hes white , just like Erick Silva .", "length": 37}, "2009": {"text": "Just like Mauricio Rua .", "length": 4}, "2010": {"text": "Just like Rony Jason ...", "length": 4}, "2011": {"text": "SKIN COLOR = / = RACE I hope I dont have to come up with pictures of blonde jews .", "length": 16}, "2012": {"text": "Im giving up watching mma for good .", "length": 7}, "2013": {"text": "Im going to read a lot instead this summer .", "length": 9}, "2014": {"text": "A pleasure to be with you guys .", "length": 7}, "2015": {"text": "But UFC and TUF is rigged and staged .", "length": 8}, "2016": {"text": "Just letting you know .", "length": 4}, "2017": {"text": "well, i have been working on something for self defense in one of those situations in which guns have been confiscated. essentially , training with sledgehammer and axe in a shtf moment going old school barbarian might be one 's only hope .", "length": 41}, "2018": {"text": "A few years back my son had a English teacher that was from south America that couldnt hardly speak english yet she was teaching it", "length": 25}, "2019": {"text": "I always thought genocide was carried out with a bullet to the head when the victims were found , ya know , like every genocide since the advent of the bullet .", "length": 29}, "2020": {"text": "20 years from now we will see a 120 year old holocaust survivor tell there story of the horrors of the death camps and those nasty ss soldiers .", "length": 28}, "2021": {"text": "It just goes to show that kids have more common sense than many white adults ( sadly. )", "length": 16}, "2022": {"text": "And it 's true !", "length": 4}, "2023": {"text": "We live in a very mixed neighborhood and my son always gravitates toward the other white kids on the playground .", "length": 20}, "2024": {"text": "I read that there are very few changes from each edition and that the sole purpose for the changes is to ruin lesson plans and thwart the used book market .", "length": 30}, "2025": {"text": "The younger ones will say they are survivors because they were sperm in the men and eggs in the women .", "length": 20}, "2026": {"text": "There will always be survivors , the juden will never let go of the holahoax", "length": 14}, "2027": {"text": "If monkeys are on my property i call animal control and defend my family and property with whatever means possible , simply talking sense to a monkey and pointing at it will not stop it from misbehaving !", "length": 36}, "2028": {"text": "Axis history forum has a very large sticky on her and the whole video that was shot , she ends up with a surviving group of people and even tries to crack a smile for the camera .", "length": 36}, "2029": {"text": "This part of the film is right when US personnel came on the scene and stopped the attacks as best they could .", "length": 22}, "2030": {"text": "This film makes my soul ache seeing man 's inhumanity to man in live color .", "length": 15}, "2031": {"text": "The soldiers that were beaten and left for dead is wrenching , all because they served their nation .", "length": 17}, "2032": {"text": "When I watch things like this I pray God will have vengeance on these sub humans even if they have asked for forgiveness .", "length": 23}, "2033": {"text": "This is unforgivable .", "length": 3}, "2034": {"text": "Really?", "length": 1}, "2035": {"text": "A puppet in the hands of the Jews were Zionist Jewish States of America and the Bolshevik Soviet Union .", "length": 19}, "2036": {"text": "The Third Reich was the only one in the world of white racial state .", "length": 14}, "2037": {"text": "Race is a dogma on the physical world , the will of the gods and the way of the buddha is the ultimate path .", "length": 23}, "2038": {"text": "Both me and my wife would be very involved in every aspect of their schooling and the area we are moving to is very very white so will have to find out more from white parents already there that send their children to public school .", "length": 45}, "2039": {"text": "Thanks for all the great replies its very helpful .", "length": 9}, "2040": {"text": "You could also open up the school via the internet just like the other schools have done in my area they have kids go to a class and learn via a feed from the teacher who could be hundreds or thousands of miles away .", "length": 44}, "2041": {"text": "Now that would be an awesome White National School that everyone in the world can attend .", "length": 16}, "2042": {"text": "Nice find on ebay as well", "length": 6}, "2043": {"text": "I guess it is all Jews because that rabbi guy who says we must to serve Jews was a Iraqi Jew .", "length": 21}, "2044": {"text": "Oh I 'm not worried about it .", "length": 7}, "2045": {"text": "In fact it happened a while back , but it was creepy when it did happen .", "length": 15}, "2046": {"text": "I was able to sight it in before the rain started .", "length": 11}, "2047": {"text": "I have it sighted in at 350 yards .", "length": 8}, "2048": {"text": "Shoots good groups .", "length": 3}, "2049": {"text": "I shot at 100 , 350 and 500 yards , shoots like a dream", "length": 12}, "2050": {"text": "well, that 's very good for you. here in Europe that 's basically a dream .", "length": 15}, "2051": {"text": "Is yours a university in Dixie ?", "length": 6}, "2052": {"text": "True! but ever know the longer this bs war on terror goes the more high tech wonder war toys they keep coming out with ?", "length": 24}, "2053": {"text": "Retro Grouch post of the day ! multispeed bmx 's and 3 speed freewheels , continued. geared BMX bikes - BMX Society community forums Here ` a 3 speed freewheel ( similar design ) on a BMX hub ( was a single-speed freewheel hub ) , in a BMX frame , with added rear derailer .", "length": 46}, "2054": {"text": "http://bmxsociety.com/uploads/monthl...9887_thumb.jpghttp://bmxsociety.com/uploads/monthly_05_2010/post-2192-127351673801_thumb.jpg Another photo , showing the nice rims , billet axle spacers , and USA made Paul rear derailer !", "length": 30}, "2055": {"text": "Sorry but the no child left behind program is bull in my mind , but if people are unintelligent it means they wo n't think for themselves and if they do n't think for themselves they are easier to control. thats pretty much laying down the ground work for for future generations of kids to be obese , corperate sell outs for the government to use .", "length": 66}, "2056": {"text": "The fact is immoral and irresponsible parents will influence children to be immoral and irresponsible .", "length": 15}, "2057": {"text": "Homosexuals practice a perverse lifestyle that destroys the body , mind , and soul just as drug use does ; merely two paths to the same destructive end .", "length": 25}, "2058": {"text": "Ok thank you ....", "length": 3}, "2059": {"text": "I ca n't wait to finish this course I think I have about 4 weeks left .", "length": 17}, "2060": {"text": "Hell to have a teacher like this .", "length": 7}, "2061": {"text": "I will grin and bear it and keep on getting respectable grades .", "length": 12}, "2062": {"text": "I just pray I do not have to take anymore of her courses .", "length": 13}, "2063": {"text": "This is the argument homosexuals use to justify their behavior , that because there are no `` red letters '' about it , then homosexuality is not a bad thing .", "length": 26}, "2064": {"text": "Everything in the NT is Christ inspired and the NT has no requirement for circumcision .", "length": 15}, "2065": {"text": "Christ 's sacrifice eliminated the need for any other sacrifice , and his covenant eliminated all others .", "length": 16}, "2066": {"text": "There is no requirement of circumcision found in the NT .", "length": 10}, "2067": {"text": "My advice : print out a few good articles .", "length": 8}, "2068": {"text": "She 'll quickly see that the info is good and the `` hate '' non-existant .", "length": 14}, "2069": {"text": "This is a horrible idea .", "length": 5}, "2070": {"text": "Kids are very receptive to learning and teaching .", "length": 8}, "2071": {"text": "If YOU do not teach your child morals , who will , the jew on the TV ?", "length": 15}, "2072": {"text": "I went to Columbia .", "length": 4}, "2073": {"text": "I wanted to shoot myself when I was there .", "length": 9}, "2074": {"text": "You 're worried about affirmative action and liberals , that 's your spot .", "length": 12}, "2075": {"text": "I have always had the best results when I have teachers that are like me .", "length": 15}, "2076": {"text": "I have heard this from many different groups .", "length": 8}, "2077": {"text": "I prefer male teachers and my girlfriend says she likes female teachers .", "length": 12}, "2078": {"text": "The students who study arts tend to like bohemian teachers while I as a math student prefer more engineer type teachers .", "length": 21}, "2079": {"text": "My son 's university has a `` College of Liberal Arts , '' ( CLA ) which awards B.A. degrees .", "length": 16}, "2080": {"text": "In one of the restrooms , someone has drawn an arrow on the wall , pointing towards the toilet paper , and written `` CLA degrees : take one . ''", "length": 24}, "2081": {"text": "And that 's the truth .", "length": 5}, "2082": {"text": "A B.A. is virtually useless .", "length": 6}, "2083": {"text": "Tens of thousands of people graduate with these worthless degrees , find out they 're unemployable in today 's bleak job market , then take on several tens of thousands in ( more ) student debt to get a law or business degree -- and find out things are n't much better .", "length": 48}, "2084": {"text": "Take a look at this blog , for example .", "length": 8}, "2085": {"text": "Some graduate programs will cater to working professionals and will do the bulk of the classes on line with only one or two days per month actually on campus .", "length": 29}, "2086": {"text": "You have to check around to see what is avaialble in your area within your desired field of study .", "length": 19}, "2087": {"text": "The holocaust never existed except in the minds of the people who believed it .", "length": 14}, "2088": {"text": "Therefore everyone in this thread is a holocaust survivor .", "length": 9}, "2089": {"text": "Ha !", "length": 1}, "2090": {"text": "What is it like to teach a negro ?", "length": 8}, "2091": {"text": "Imagine a steel cage battle royal match at Wrestlemania and multiply the carnage a 1,000,000 times and that is what you get .", "length": 24}, "2092": {"text": "Your posting of this information is very useful !", "length": 8}, "2093": {"text": "Most school age youth cannot access the main K K K site from their schools , but they can access Stormfront .", "length": 20}, "2094": {"text": "Not this again . As far as I 'm concerned , it 's just a photo of inmates burning clothes of typhus victims , not corpses .", "length": 23}, "2095": {"text": "I'm taking my College funds and using them to start a self sufficient farm .", "length": 15}, "2096": {"text": "Though I might go to trade school to learn some basic carpentry skills .", "length": 13}, "2097": {"text": "It is the fault of the parents who do n't take an active role in their children 's education ( though I think most stupid kids have stupid parents ) and the fault of the schools who let illiterate kids go on to the next grade .", "length": 45}, "2098": {"text": "I remember when my fifth grade teacher told us this story it made me feel special because I was the only blond kid in class .", "length": 25}, "2099": {"text": "Green eyes , though .", "length": 3}, "2100": {"text": "I guess I would be destined for the gas chambers .", "length": 10}, "2101": {"text": "The only problem is that Jews were not destroyed by themselves or any one else .", "length": 15}, "2102": {"text": "Like the parasites they are they simply moved to a new host , to continue their destruction of Western White civilization and culture", "length": 22}, "2103": {"text": "The USA also had them during ww2 .", "length": 7}, "2104": {"text": "Japanese American Internment ( U.S. Govt Propaganda ) - YouTube Japanese American internment - Wikipedia , the free encyclopedia The Japanese-American Internment in America 1942 .", "length": 22}, "2105": {"text": "- YouTube", "length": 1}, "2106": {"text": "And this same teacher will call the Germans evil because they taught their school children the same thing about the jews .", "length": 21}, "2107": {"text": "There was an article in Sunday 's New York Post , about some Jew Fag that was stalking a famous fag `` Anderson Cooper '' .", "length": 22}, "2108": {"text": "The Jew Fag professes to be a White Nationalist .", "length": 9}, "2109": {"text": "So laughable .....", "length": 2}, "2110": {"text": "Whats your point ?", "length": 3}, "2111": {"text": "That 's what I intended .", "length": 5}, "2112": {"text": "I said drugs mess up babies that grow up and ruin society for everyone else .", "length": 15}, "2113": {"text": "There is no further analysis required .", "length": 6}, "2114": {"text": "Can anyone give me some links or a loan company they went through for student loans ?", "length": 16}, "2115": {"text": "I have tried more than 10 and none of them are accepting loans .", "length": 13}, "2116": {"text": "I can not get a stafford loan because of the stupid school i go to refuses to do student loans so they turned me down .", "length": 25}, "2117": {"text": "What other choices do i have ?", "length": 6}, "2118": {"text": "I need the money .", "length": 4}, "2119": {"text": "a jew i know tried to get me arrested and set up numerous people i know despite him being a drug dealer himself", "length": 23}, "2120": {"text": "I would personally like to welcome all my White Brethren who want to join the fight in Texas !!!", "length": 18}, "2121": {"text": "Y' all git your happy ass down here !!!", "length": 8}, "2122": {"text": "That is right he is an anti-white bigot who wants to live around no blacks but wants to force other people to live around blacks .", "length": 26}, "2123": {"text": "War on Iran in February ( 1 ) ( 1/21/2012 ) In last December I learned that my brother and sisters would have a trip to India and Dubai between Feb. 2 to Feb 15 , 2012 .", "length": 34}, "2124": {"text": "Since my relatives used to be arranged for a trip when the Feds has a new plan , that means there will be a new framed case in February and it always comes with big events as distraction - false flag terror attack , war , natural disaster or all of them .", "length": 48}, "2125": {"text": "A news proved my allegation .", "length": 5}, "2126": {"text": "It will be Iran war this time .", "length": 7}, "2127": {"text": "Iran to patrol US East Coast & mdash ; RT This report goes back to September , the 28th , last year .", "length": 18}, "2128": {"text": "I have not head much more about it since .", "length": 9}, "2129": {"text": "Marxist Subversion happened .", "length": 3}, "2130": {"text": "Non Whites happened .", "length": 3}, "2131": {"text": "The electric Jew and Sports happened to appease the masses of White people .", "length": 13}, "2132": {"text": "As long as we have sports and television , most White people do not care .", "length": 14}, "2133": {"text": "The solution is simple .", "length": 4}, "2134": {"text": "Break them up .", "length": 3}, "2135": {"text": "I saw a white and a black couple the other day and nearly went ballistic and got enraged .", "length": 18}, "2136": {"text": "There's enough oil for a few hundred more years actually .", "length": 11}, "2137": {"text": "They 're just making it really expensive on purpose and making a panic .", "length": 13}, "2138": {"text": "Annihilate, you have been told that you are only welcome to post in general rants for time being .", "length": 18}, "2139": {"text": "Please keep that in mind .", "length": 5}, "2140": {"text": "Hey, I 've heard of alot of those groups , cept the Hammerskins .", "length": 12}, "2141": {"text": "I looked them up on the internet and could onyl find Hatewatch and anti sites .", "length": 15}, "2142": {"text": "Who are they ?", "length": 3}, "2143": {"text": "I put that they were good for White youth .", "length": 9}, "2144": {"text": "It teaches them direction in life , and it is a plus for Christian youth as it intermixes race and religion .", "length": 20}, "2145": {"text": "I heard that it 's youth corps. is really amazing , and they are one of the few large groups that accept younger people .", "length": 23}, "2146": {"text": "Regards , Kyle", "length": 2}, "2147": {"text": "Every word , the truth .", "length": 4}, "2148": {"text": "You got good friends kid and let me tell ya , good friends are hard to come by .", "length": 17}, "2149": {"text": "Response from a UCLA blowhard ... Oh shut the hell up you bumbling , incompetent hack .", "length": 14}, "2150": {"text": "You fools could n't keep out a dangerous mental case from the Third World .", "length": 15}, "2151": {"text": "All you liberals care about is `` Diversity . ''", "length": 7}, "2152": {"text": "That 's your real religion and you worship that false god above everything else every day .", "length": 16}, "2153": {"text": "This girl was almost made another human sacrifice to your false god .", "length": 12}, "2154": {"text": "The whole administration of UCLA should be prosecuted as accomplices to every crime committed by quota students and unqualified foreign students whom they wrongly let in .", "length": 26}, "2155": {"text": "my fag jew teacher told my pricipal that i have white power markings on my binder and backpack i was suspended for 1 week !", "length": 24}, "2156": {"text": "I plan on putting out a lot of flyers for black history month .. anyone know of any anti black history month flyers ?", "length": 22}, "2157": {"text": "Or try yelling * * * * the nigs ya 'll get suspended , jumped and hopefully some new wn friends or ya 'll die trying. lol Rohawa its a battle cry .", "length": 27}, "2158": {"text": "My beautiful blonde hair blue eyed niece Annabella just turned 2 yesterday and it 's my duty to educate and teach her white values and her heritage because she is the future of our white race and will someday bring some beautiful white children of her own into this wolrd .", "length": 50}, "2159": {"text": "Let our race continue on .", "length": 5}, "2160": {"text": "Enjoy having multiculturalism shoved down your throat , fighting for Israel and having a black or Asian as your new best friend .", "length": 21}, "2161": {"text": "Hey you youngsters , check out the web site dedicated to Skinhead rock and roll .", "length": 14}, "2162": {"text": "Go check out my band in the review section of this oh so bad ass website .", "length": 16}, "2163": {"text": "Check out the RebelSong downloads , you can hear the newest up and coming White power bands , CradleSong and Patriots Call .", "length": 20}, "2164": {"text": "Here is the Link http://www.geocities.com/switchblade...ftheblood.html", "length": 11}, "2165": {"text": "Angry Aryans is probably my fav band .", "length": 7}, "2166": {"text": "All there music good .", "length": 4}, "2167": {"text": "Check them out .", "length": 3}, "2168": {"text": "Blue eyed Devils are really good as well .", "length": 8}, "2169": {"text": "88 - Jim", "length": 2}, "2170": {"text": "My God .", "length": 2}, "2171": {"text": "I would have jumped at the chance to get a gun for my birthday .", "length": 14}, "2172": {"text": "Take a good thing when you see it .", "length": 8}, "2173": {"text": "I only wore it once to school and they told me either never wear again or be expeled I chose to never * ahem * show them again .", "length": 26}, "2174": {"text": "Exactly man , that is so right .", "length": 6}, "2175": {"text": "But be careful what you say , some * * * * * * or anti-White supremacism person might say `` Ca n't we get over our petty differences like skin color or culture and get along . ''", "length": 31}, "2176": {"text": "I am not critisizing , you are right , we should all just grow up .", "length": 13}, "2177": {"text": "I must say this is creepy !", "length": 6}, "2178": {"text": "See if anyone you know that knows that you are on Stormfront has your phone number .", "length": 16}, "2179": {"text": "It always cracked me up to see middle-aged `` Skinheads '' hobbling around with their pantlegs rolled up and suspenders hanging down .", "length": 21}, "2180": {"text": "It always screamed to me `` Grow up ! ''", "length": 7}, "2181": {"text": "Its a shame really , but watch out for those people because one day they 'll turn round and tell their gun carrying black friends that you hate them because they 'll black .", "length": 32}, "2182": {"text": "throw me a message as well folks .", "length": 7}, "2183": {"text": "Hell , ill even give out my pic on aim = P Ladieees ; P AIM : Trilidon", "length": 14}, "2184": {"text": "Been A week since I put any poison in my body and I feel gread ( better every day ) dont have any craving anymore Now I realize how stupid it was to start in the first place PS : Thanks for the suport", "length": 41}, "2185": {"text": "HI im looken to recrute and i dont know anything bout how to so I was wondering if anyboby can help me out .", "length": 23}, "2186": {"text": "Try looking at Christian colleges , I went to one , these tend to have few if any asians .", "length": 17}, "2187": {"text": "Also my college did not allow jews or homosexuals .", "length": 9}, "2188": {"text": "ya they are lazy drug-attics ... and they cant get a real job , all they do is deal drugs or they jump job to job to job ...", "length": 27}, "2189": {"text": "Actually, I saw nicest thing the other day ...", "length": 8}, "2190": {"text": "Two black fag 's holding hands .", "length": 6}, "2191": {"text": "That 's Great !", "length": 3}, "2192": {"text": "That 's 2 blacks who wont be having kids", "length": 9}, "2193": {"text": "Any WN in the the Lancaster-Leominster-Clinton-Worcester-Bolton ( my town ) area ? in the 13-15 year age group ?", "length": 20}, "2194": {"text": "I 'm im 8th grade and im 14 .", "length": 8}, "2195": {"text": "I've told my friends and all of them agree with me ( some only partially ) .", "length": 15}, "2196": {"text": "I guess I was lucky because all my friends were white and see the same problems I do .", "length": 18}, "2197": {"text": "Normal hair is no fun Braveheart .... Nature intended us to be white , having normal color hair was just an eXtra .", "length": 20}, "2198": {"text": "Dyeing your hair is the right thing to do. : attack GO AND RUN ME OVER A * * * * * *", "length": 16}, "2199": {"text": "The next time you post something this long please quote a little bit and then leave the link for whoever wants to read the whole thing .", "length": 26}, "2200": {"text": "Thank you", "length": 2}, "2201": {"text": "i had a pair of levi 's that i wore whenever i did messy work .. they were my ' junk ' jeans. i usually wear anything that fits me. as for Docs i rarely wear them anymore. i wear sneakers now .", "length": 39}, "2202": {"text": "I hate to be the grammar teacher , but you need to use paragraph and line breaks in the future for something like this .", "length": 23}, "2203": {"text": "And , I went to an inner-city high school --- I feel your pain .", "length": 13}, "2204": {"text": "Yeah I watch the History Channel all the time and I am in all the Honor classes I just wanted to do something and yes I do have the muscle to back it up .", "length": 34}, "2205": {"text": "I think it 's best if white men looked after white women in our schools .", "length": 15}, "2206": {"text": "It makes my flesh crawl when I see white girls having to be felt up as they walk down the hallways by big lipped spear chuckers. : attack", "length": 27}, "2207": {"text": "If you have not already done so , check out the Stormfront South Africa section , in the International Forums .", "length": 18}, "2208": {"text": "You will find several compatriots there .", "length": 6}, "2209": {"text": "its simple , your white. your genetic code doesnt include a racial commitment to crime. be glad and for for those reasons. this is what society has turned into. take a stand and defend your race. we must secure the existence of our people and a future for white children.-david lane white racial loyalty starts here keep it white", "length": 59}, "2210": {"text": "AIM: hayden1488 ICQ : 156598438 MSN : hayden _ 1488 Yahoo : hayden _ 1488 Note you can also find out peoples logins for instant messager programs on our Stormfront profiles .", "length": 28}, "2211": {"text": "And those of you who havent put your logins on there you should .", "length": 13}, "2212": {"text": "Don't wander around Kingston at night or you may end up tied to a tree with your genitals in a bowl nearby being pounded into mush for voo-doo spells .", "length": 31}, "2213": {"text": "Celts are tall or short blond , brunette , black headed or red headed light , medium color or suntanned light or dark colored eyes. freckled or non-freckled .", "length": 26}, "2214": {"text": "A very diverse bunch", "length": 4}, "2215": {"text": "Great.", "length": 1}, "2216": {"text": "Now they 'll start searching people before they can board a bus , or they 'll be installing metal detectors at the bus terminals .", "length": 23}, "2217": {"text": "Jews are not only insane , they are of literal demonic DNA .", "length": 11}, "2218": {"text": "The link in my sig lne `` Christian Identity and Identifying the jew '' explains this", "length": 14}, "2219": {"text": "Exactly.", "length": 1}, "2220": {"text": "The money grubbers with their own entitlement mentality have their money as their tool and the the working class have government or guns .", "length": 23}, "2221": {"text": "Conservative whites really are no better than liberal whites when it comes to race , that 's why things have gotten so bad in the western world .", "length": 26}, "2222": {"text": "I did both , but i keep watching us go extinct .", "length": 10}, "2223": {"text": "I dont even have any mood of going anywhere else than the stadium for some excersize and then back home .", "length": 20}, "2224": {"text": "I feel its over .....", "length": 4}, "2225": {"text": "Does it surprise you that jews promote faggotry ?", "length": 8}, "2226": {"text": "It 's another way to destroy Hungarians on top of promoting * * * * * * music , race mixing and pornography .", "length": 16}, "2227": {"text": "i have been talking about it for years. the filthy muslims putting their sight on africa. in some ways they are worst then blacks .", "length": 24}, "2228": {"text": "I guess it 's time for a new update !", "length": 9}, "2229": {"text": "Adrien Holboth Julia Kovacs Anita Salata Dora Barkaszi Zsofia Buki Beata Frank Eszter Gulyas Eniko Halasz Ramona Kiss Marta Knoll Szandra Proksa", "length": 22}, "2230": {"text": "HUNGARY IN WW2 : FOR THE JUSTICE !!!", "length": 6}, "2231": {"text": "- YouTube Magyar Kir\u00e1lyi Honv\u00e9ds\u00e9g - Holding Out For A Hero / Egy h Wehrmacht , SS and Hungarian Troops - 1944 , Carpathian Front ( HQ ) , 2.1 .", "length": 22}, "2232": {"text": "- YouTube Magyar hadsereg bevonul\u00e1sa erd\u00e9lybe Kolozsv\u00e1ri d\u00edsszemle 1940 Hungarian amry in Transylvania - YouTube 1941 Hungarian troops enter the Ukraine - YouTube My Great Grandfather fought in the Hungarian Army during WW2 .", "length": 30}, "2233": {"text": "He survived it , only to watch his country once again get torn into bits , and fall under communism which he fought against .", "length": 22}, "2234": {"text": "We will never understand the pain they must have felt .", "length": 10}, "2235": {"text": "I think the most sickening part of this mess is that there will be no closure but instead a dead dog being dragged around infecting people .", "length": 26}, "2236": {"text": "178 black teachers in Apelanta conspired and changed black student 's test answers to help them pass state exams .", "length": 19}, "2237": {"text": "https : //www.stormfront.org/forum/t814765/", "length": 6}, "2238": {"text": "I was a substitute teacher for the Jackson Mississippi Public School System in the late 1990 's .", "length": 17}, "2239": {"text": "One school that stood out was an elementary schoolI was sent to that was 100 % black .", "length": 16}, "2240": {"text": "I was basically a babysitter , and the apes went nuts , and frankly , I could not control them and had to press the panic button twice to get someone to help me .", "length": 31}, "2241": {"text": "Lunch was surreal .", "length": 3}, "2242": {"text": "The kids were not allowed to talk .", "length": 7}, "2243": {"text": "At all .", "length": 2}, "2244": {"text": "Silence .", "length": 1}, "2245": {"text": "This was enforced to control behavior .", "length": 6}, "2246": {"text": "Went outside for recess , and noticed two niglet boys being hostile and ready to rumble , and I figured right that they jumped on each other after returning to class , grabbing Niglet Number One , hauling him outside and pressed that panic button again .", "length": 42}, "2247": {"text": "At 2 : 30 , I was ready TO GO !", "length": 8}, "2248": {"text": "Backed my car up and felt a thump .", "length": 8}, "2249": {"text": "`` Oh s * * t , '' without looking , `` I hit one of their cars and now I am going to die ! '' , but to my relief , it was merely a light pole .", "length": 28}, "2250": {"text": "I met and saw a lot of these teachers who worked in these all black schools and some of their horror stories .", "length": 22}, "2251": {"text": "I also , unfortuantely , spent 7-8th grade in a 95 % monkey house .", "length": 12}, "2252": {"text": "Not fun .", "length": 2}, "2253": {"text": "It wasnt really that dangerous perse , just stinky , and dumb , with the poor 5 % white kids the outcasts , which made some of them hooligans and crazy .", "length": 26}, "2254": {"text": "I did feel for the white teachers and especially the white kids who went to the schools .", "length": 17}, "2255": {"text": "Those pictures hit home for me , and some of those comments on that page are overwhelmingly ignorant .", "length": 17}, "2256": {"text": "I could n't imagine living in those conditions with drugs and filthy negros everywhere .", "length": 15}, "2257": {"text": "Here is the guy 's blog from the radio station he works at .", "length": 13}, "2258": {"text": "I left a comment under his reply to the Tea Party video but I have to highlight it to be able to read it .", "length": 24}, "2259": {"text": "93.5 THE BEACH - THE ROCK STATION", "length": 7}, "2260": {"text": "Deliberately trying to eliminate an identifiable group is an attempt to commit geNOcide under the Law of Common Sense .", "length": 19}, "2261": {"text": "I expect nobody disagrees ?", "length": 4}, "2262": {"text": "A Storm is Brewing on the Horizon -- Will Obama Declare Martial Law Before 2016 ?", "length": 14}, "2263": {"text": "Richard Anthony March 2 , 2014 A Storm is Brewing on the Horizon ?", "length": 12}, "2264": {"text": "Will Obama Declare Martial Law Before 2016 ? : Freedom Outpost", "length": 9}, "2265": {"text": "South Africa has returned to the Stone Age in 20 years .", "length": 11}, "2266": {"text": "State Sanctioned racist murder of white farmers in South Africa FULL SCREEN BEST www.youtube.com/watch ? v = SKG72AviEFw", "length": 19}, "2267": {"text": "I live in a large American city and it has gotten so bad that it is to the point where we are not just a minority .", "length": 26}, "2268": {"text": "We are badly outnumbered .", "length": 4}, "2269": {"text": "I found this thread loaded with good clips , here is a few of them .", "length": 14}, "2270": {"text": "https : //www.stormfront.org/forum/show ... 395023 & page = 84 It is obvious that these people are having fun here , it is just too bad that they were interrupted in the process YouTube - Rare moments of the third reich Something seems to be funny YouTube - Maxi Biewers Lachkrampf [ YOUTUBE ] 5Syk36RbpHM [ /YOUTUBE ] Oooops YouTube - DEA Agent Shoots Himself YouTube - Nigga Moment [ youtube ] sH2DNWk6u1A [ /youtube ] I apologize to all Stormfront members from Russia for this one .", "length": 73}, "2271": {"text": "However , it is an outstanding item , based on the rhythm of the commie Soviet hymn that I was forced to listen to as a child often , a dreadful experience .", "length": 29}, "2272": {"text": "[ youtube ] l46t _ nrySg4 [ /youtube ] [ youtube ] ky-zdHMNFNM [ /youtube ]", "length": 9}, "2273": {"text": "I think they are going to have to do a better job of trying to show where the ' bias ' is in these SAT 's .", "length": 24}, "2274": {"text": "This is Hate !!", "length": 3}, "2275": {"text": "Blacks hate whites .", "length": 3}, "2276": {"text": "God rest this man 's soul .", "length": 6}, "2277": {"text": "I hope that black creep does not get off easy .", "length": 10}, "2278": {"text": "The BNP gained three times the votes it had in last election .", "length": 12}, "2279": {"text": "Perhaps get out and put up some BNP stickers .", "length": 9}, "2280": {"text": "Teacher caught selling drugs at school .", "length": 6}, "2281": {"text": "A Memphis City Schools teacher will remain in federal custody for at least a few more days while her attorney tries to find a secure drug-treatment facility for her before addressing criminal drug charges .", "length": 35}, "2282": {"text": "Emily Tubb , 33 , of Southaven , who is in the English department at East High School , was indicted last week for alleged possession with intent to distribute Adderall , alprazolam and heroin .", "length": 30}, "2283": {"text": "http://www.commercialappeal.com/news ... emain-custody / Now , a little about the school where she `` teaches '' .", "length": 16}, "2284": {"text": "http://www.greatschools.org/cgi-bin/ ... r/855#students 99 % negro .", "length": 11}, "2285": {"text": "See, South Africa is just a glimpe into OUR future , as the beasts of Memphis run it directly into the ground .", "length": 21}, "2286": {"text": "The Chinese have really built their country in the past few decades and that included lots of high speed rail .", "length": 20}, "2287": {"text": "We spent our time trying to get our Negroes to learn how to read .", "length": 14}, "2288": {"text": "Nearly everyone has better high speed rail that we do .", "length": 10}, "2289": {"text": "We barely have rail .", "length": 4}, "2290": {"text": "I'm curious too but what happened is still wrong in so many ways , no matter the race of the victim .", "length": 21}, "2291": {"text": "Hoping she recovers and has learned an important lesson .", "length": 9}, "2292": {"text": "Shows what sub human group these negroid belong , the poor horse got an infection from the dirty pervert .", "length": 18}, "2293": {"text": "Every day its a little more in the garbage", "length": 9}, "2294": {"text": "As I commented a few days ago on this thread , massive race ( or ethnic ) mixing tends to preceed massive race ( or ethnic ) war .", "length": 23}, "2295": {"text": "Better head down to the tubes .", "length": 6}, "2296": {"text": "Just got the Gmail account , having trouble getting good results on Google news , where else can I look ?", "length": 18}, "2297": {"text": "I have to help I WILL NOT see these animals go free !!", "length": 12}, "2298": {"text": "What else can I do ?", "length": 5}, "2299": {"text": "Sometimes we just have to feel sorry for the wrongs of our ancestors or else we continue to mess up like they did .", "length": 23}, "2300": {"text": "Powerful video that shows how primitive these beasts are .", "length": 9}, "2301": {"text": "Sub 70 I.Q. I would say for sure .", "length": 9}, "2302": {"text": "Why should we try to civilize that which cannot be domesticated or civil ?", "length": 13}, "2303": {"text": "It is always about divide and conquer.If you look at the Golden Dawn pictures they usually have women around there.Unity among Whites is a must between the sexes .", "length": 30}, "2304": {"text": "Well, Georgians are maybe 80 % of their country , with two biggest minorities being Azeris and Armenians , so indeed very easy that Caucasus baboon types from Georgia are not Georgians .", "length": 29}, "2305": {"text": "On other hand , Armenians is nearly 98 % Armenian , so if indeed all of non-white ones are assimilated gypsies , kurds , Assyrians etc. well then Armenians cannot be called white nation then , can they ?", "length": 33}, "2306": {"text": "Thorongil You get one twin , I get other .", "length": 8}, "2307": {"text": "Here is another view of this very thing : Song of Albion There are some really good words of advice for White Nationalists in the last chapter ... should get some people talking .", "length": 31}, "2308": {"text": "I went to Oklahoma for thanksgiving and spent over a $ 100.00 on their ( Amish ) pies , turkey and other food .", "length": 20}, "2309": {"text": "And Oh My God .", "length": 4}, "2310": {"text": "It was so good !", "length": 4}, "2311": {"text": "The best darned pecan pie I have ever had !", "length": 9}, "2312": {"text": "INTJ Introvert ( 89 % ) iNtuitive ( 25 % ) iNtuitive Thinking ( 50 % ) Judging ( 67 % ) You have strong preference of Introversion over Extraversion ( 89 % ) You have moderate preference of Intuition over Sensing ( 25 % ) You have moderate preference of Thinking over Feeling ( 50 % ) You have distinctive preference of Judging over Perceiving ( 67 % )", "length": 46}, "2313": {"text": "``Weall bleed red '' As do dogs , apes , snakes and rats red blood means nothing but lets compare brain size and accomplishments by race .", "length": 23}, "2314": {"text": "It's going to take everyone working together to beat the New World Order .", "length": 14}, "2315": {"text": "And it ai n't your daddy 's New World Order either , more like a Jew World Order .", "length": 18}, "2316": {"text": "The rich who talk of class warfare are the very ones who engineer it and try and convince the poor to attack the middle working class .", "length": 26}, "2317": {"text": "I think it is a bit late to think to look after the safety and the future of white people in South africa .", "length": 23}, "2318": {"text": "Sexual assault suspect caught on cellphone video - YouTube Rape Suspect Caught On Cellphone Video Arrested - News Story - KTVU San Francisco Dion McDaniel 's mugshot", "length": 24}, "2319": {"text": "Now there is 30 seconds I will never get back .", "length": 10}, "2320": {"text": "I just cant stand to listen to negros sing and 30 sec. is all I could handle .", "length": 17}, "2321": {"text": "Start at 21 : 30 Hulu - Celebrity Close Calls : Ice-T , Cheryl Tiegs , Ed Begley Jr. & Yancy Butler - Watch the full episode now .", "length": 22}, "2322": {"text": "It 's amazing how stupid liberals are , even after being nearly murdered for being white Mr. Begley is still a ridiculous * * * * * * -loving fool .", "length": 23}, "2323": {"text": "My favorite part : And still he ca n't see the truth right in front of his face .", "length": 18}, "2324": {"text": "MY father is American but I would never think of going to live in the lair of Satan !", "length": 18}, "2325": {"text": "I 'll go eat hagis and sip whiskey with the Scots thank you !", "length": 13}, "2326": {"text": "And it works in our favor the other way too - pushing White people too far so as to cause them to rebel .", "length": 22}, "2327": {"text": "This is the latest anti-white attack by a ' groid .", "length": 10}, "2328": {"text": "It 's going viral on Youtube - warning the lesbian ' groid gets aggressive on the whites for whatever reason : YouTube - Video Caught On Tape Lesbian Or Young Man Going Wild On BART Train In Oakland !", "length": 34}, "2329": {"text": "Swinging On Both Females Guys Nobody Tries To Stop It", "length": 10}, "2330": {"text": "More impulsive Negro stripping ...", "length": 4}, "2331": {"text": "YouTube - Cops taser a violent drunk 12 year old Negro robbery and assault : YouTube - This kid 12 year old KO ' ing a cop with his bare hands and outrunning K-9 s for several blocks", "length": 35}, "2332": {"text": "How about this one -- the commercials for the home burglary alarm they keep running on television---the criminals breaking in are --- surprise--always white .", "length": 24}, "2333": {"text": "More black-on-white savagery : YouTube - Racist Black gangs are targeting White men for hate crimes in Baltimore YouTube - White Boy Beat Up Because of Slavery YouTube - 32 gangbangers arrested in hate crime roundup for targeting Whites and Latinos YouTube - Violent , racist African immigrants", "length": 44}, "2334": {"text": "Thanks for posting .", "length": 3}, "2335": {"text": "I 'm moving to a bigger house pretty soon , and that map is perfect for doing a groidal analysis .", "length": 19}, "2336": {"text": "Children of 8 are ' racist ' if they miss Islam trip : School 's threatening letter to parents is met with outrage | Mail Online", "length": 22}, "2337": {"text": "I just made a visit to L.A. I have no words to describe the racial situation in this city .", "length": 20}, "2338": {"text": "I was driving near USC and It was ALL darkies .", "length": 10}, "2339": {"text": "Help me send a message to Obama : https : //petitions.whitehouse.gov/pet ... istan/SZP82fbc https : //petitions.whitehouse.gov/pet ... ation/PLzLzpnc https : //petitions.whitehouse.gov/pet ... -iran/Gs7L50Kv https : //petitions.whitehouse.gov/pet ... h-irs/s8XQx9Hs https : //petitions.whitehouse.gov/pet ... tates/nzjYDlGM", "length": 43}, "2340": {"text": "You my brother are a great nationalist ; and I can only hope that your truths find their way into the hearts of our nation .", "length": 24}, "2341": {"text": "France has been gone for a long time , we will have to retake it later because there will be no French people in not too long .", "length": 26}, "2342": {"text": "Yeah, I saw that ad on TV with the Asian guy and the white girl and it bothered me .", "length": 19}, "2343": {"text": "There are so many race mixing ads on TV that it gets overwhelming .", "length": 13}, "2344": {"text": "When I was last time in South Africa , we went to Sun City and saw little black monkey children swimming , funniest thing was watching drying water off their faces , it looks exactly like baboon or something , way they do it , whites have certain mannerisms with doing things , they have completely ape-like ones .", "length": 53}, "2345": {"text": "I think East Indians may be considered white too because on the census Asian means Oriental as Asia is a HUGE continent .", "length": 22}, "2346": {"text": "I could be wrong on that because I 've not actually seen the census form but only heard about it .", "length": 20}, "2347": {"text": "Every Hispanic I have known is terrified of dogs and do n't like cats either .", "length": 16}, "2348": {"text": "Forgot to add that in my earlier comment .", "length": 8}, "2349": {"text": "Deuteronomy 28 : 43 God speaking to His children : `` The stranger that is within thee shall get up above thee very high ; and thou shalt come down very low '' .", "length": 28}, "2350": {"text": "The Jews say they are The Chosen Ones The Blacks say they are the original Hebrews Israelites Our worst enemies want to be us and we refuse to accept that we are HIS ! ... and so it goes ..", "length": 37}, "2351": {"text": "Also, it 's so sad to see so much pre made crap in their grocery buys .", "length": 16}, "2352": {"text": "Our house is famous for lots of homemade stuff including the classic home made bread .", "length": 15}, "2353": {"text": "It 's basic knowledge : If nature did n't provide it , your body does n't need it .", "length": 18}, "2354": {"text": "Because Whites are discouraged from breeding .", "length": 6}, "2355": {"text": "If White celebrities had lots of children that 'd set the dangerous example that Whites should n't stop at 1 - 2 .", "length": 22}, "2356": {"text": "Ca n't have that .", "length": 5}, "2357": {"text": "But unfortunately , Maine 's become the dumping ground for Somalis and other African trash .", "length": 14}, "2358": {"text": "And Vermont is a uber-liberal stronghold where child molesters are treated better then law-abiding citizens .", "length": 17}, "2359": {"text": "Jeremy Moore was shot and killed at an Oklahoma City apartment complex while delivery a pizza back in November 2008 .", "length": 20}, "2360": {"text": "Pizza Delivery Driver Shot In Parking Lot - Oklahoma City News Story - KOCO Oklahoma City Teen Found Guilty in Murder of Pizza Delivery Driver - News9.com - Oklahoma City , OK - News , Weather , Video and Sports |", "length": 33}, "2361": {"text": "Man accused of triple murder in Hoffman Estates denied bond `` But at 1 : 30 a.m. Friday , Howard allegedly went to the home and a quarrel ensued .", "length": 27}, "2362": {"text": "He allegedly grabbed a knife from the home s kitchen and ended up stabbing Engelhardt s father , Alan , 57 , and maternal grandmother , Marlene Gacek , 73 .", "length": 25}, "2363": {"text": "Both of them died at the scene , authorities said . `` http://www.suntimes.com/news/24-7/15 ... 041809.article By their names obvisously white .", "length": 24}, "2364": {"text": "A federal judge in New York closed a filthy jew kosher slaughterhouse Tuesday , saying the plant 's dirty birds posed a health risk to the community .", "length": 26}, "2365": {"text": "New Square Meats allegedly sold nearly 2 million uninspected birds to unsuspecting customers . Source", "length": 14}, "2366": {"text": "Homo neanderthalensis was just a dumb negro subspecies of the negroid species and never white-european .", "length": 16}, "2367": {"text": "Scientists portray neanderthals as whites because they 're politically correct and scientifically incorrect .", "length": 13}, "2368": {"text": "Young white people are doing it more then ever , it 's just that those bloody clinics are getting better at what they do .", "length": 23}, "2369": {"text": "The jew Alan Fishman , 49 , of Brooklyn , NY , was arrested along with the jew Daniel Ledven , 37 , of Cresskill , N.J. , on securities and wire fraud charges in a scheme that swindled investors out of $ 20 million .", "length": 37}, "2370": {"text": "A third defendant , the jew Gary Gelman , 39 , of Brooklyn , remains on the loose .", "length": 14}, "2371": {"text": "Source", "length": 1}, "2372": {"text": "I dont get why having 3 kids is such a burden for white people .", "length": 14}, "2373": {"text": "Its only 1 extra kid than we normally have and if we all do it and tell are white neighbors to do it I know it would make a difference .", "length": 30}, "2374": {"text": "All of these victims can be found here on STORMFRONT .", "length": 10}, "2375": {"text": "Their stories have been told before , so instead of showing the pics of the non WHITE garbage that took from them , I am just going to post their pics so they will not be forgotten .", "length": 35}, "2376": {"text": "I will say I love God as much as I like .", "length": 11}, "2377": {"text": "That is not against the rules , to discuss theology IS .", "length": 10}, "2378": {"text": "Get it right .", "length": 3}, "2379": {"text": "Yeah I saw that one on TV about the jew rabbi that was trying to get some from the 14 year old girl .", "length": 23}, "2380": {"text": "Go figure .", "length": 2}, "2381": {"text": "Absolutely.", "length": 1}, "2382": {"text": "Sometimes pictures are worth a thousand words .", "length": 7}, "2383": {"text": "And this was one was specifically designed to impart the message that minorities are the new acceptable future of America and that White people will be pushed to the back .", "length": 30}, "2384": {"text": "Blue Bell ice cream has one showing five kids one black playing in the fields and barn .", "length": 17}, "2385": {"text": "Then the Mother rings the dinner bell on the porch .", "length": 10}, "2386": {"text": "Next the beautiful blonde white mother , grandmother , the 5 kids and an adult black male are sitting around the picnic table .", "length": 21}, "2387": {"text": "That is just about as disgusting an advertisement as I have ever seen before and in fact the most disgusting thing I have seen ever .", "length": 25}, "2388": {"text": "We need to figure out how to make these products on a small scale for the White Nationalist community so we are not stuck buying from anti-White companies .", "length": 29}, "2389": {"text": "[IMAGE: Melvin Weiss .", "length": 3}, "2390": {"text": "Put 's Shakespeare 's Shylock to shame ... if Mr. Weiss had whiskers he would be indistinguishable from a rat. ]", "length": 19}, "2391": {"text": "Is this the one who broke out of six different concentration camps as a child and swam 200 miles upstream in the icy Danube River ?", "length": 25}, "2392": {"text": "I include myself in those who need to grow a set of balls .", "length": 13}, "2393": {"text": "I 'm angry against myself for just letting this whole world drown into a jewish cesspool .", "length": 16}, "2394": {"text": "i know some may disagree with me but this man is one of my hero 's we need some guys like this over here now", "length": 25}, "2395": {"text": "Wow she is beautiful and a WN , I like her seig heil salute we need more women like this , she is very beautiful indeed .", "length": 24}, "2396": {"text": "Comparing these pictures to pictures with serbs I do n't see much difference between them and albanians , the same Dinaric and Mediterranean subtypes .", "length": 24}, "2397": {"text": "At the end of the day news such as this is what truly counts - not the ignorant and twisted opinions of street punks .", "length": 23}, "2398": {"text": "i will try to post accurate pictures of those people who have familiar faces among our nation and stop posting a female and male photo models .", "length": 26}, "2399": {"text": "It 's an unfair representation of a nation Some random bulgarians [ IMG ] http://photos-b.ak.fbcdn.net/hphotos-ak-snc3/hs477.snc3/26143_100549093315633_100000816283788_13289_6985315_n.jpg [ /IMG ]", "length": 26}, "2400": {"text": "I was reading a news Paper Today and there was a Picture On the Front Page Russian Youth causing the Destruction while Kyrgiz are staring at them", "length": 27}, "2401": {"text": "Looks like quite a few of them picked up a lot of Aryan genes .", "length": 14}, "2402": {"text": "They 're probably as high-maintenance as one of those crappy old East German Trabants , though .", "length": 16}, "2403": {"text": "Aragorn", "length": 1}, "2404": {"text": "This is a struggle you will have to make your self .", "length": 11}, "2405": {"text": "Pride of race or government .", "length": 5}, "2406": {"text": "No the truth 88-----WHITE POWER------WHITE VICTORY------WHITE PRIDE-----88", "length": 11}, "2407": {"text": "Can someone tell Me when I can find any mp3 of CEBEPHIbE BPATA ?", "length": 13}, "2408": {"text": "I 've heard five their songs and they are My favorites from Russian White Power music .", "length": 16}, "2409": {"text": "14 !", "length": 1}, "2410": {"text": "Msciwoj", "length": 1}, "2411": {"text": "White, 73-year-old woman , beating victim attends suspects ' court hearings by Joel Allen Posted : 05.11.2010 at 8 : 43 PM A 73-year-old Loris woman who was severely beaten last week showed up at separate court hearings Tuesday for the two boys accused of assaulting her .", "length": 49}, "2412": {"text": "The two teenagers are charged with assaulting Rose Powell last Wednesday and stealing her car .", "length": 15}, "2413": {"text": "As a result of the hearings , both boys will remain in jail for the time being .", "length": 16}, "2414": {"text": "And if Rose Powell has anything to do with it , they 'll stay there for a long time .", "length": 18}, "2415": {"text": "At 17 years old , Travis Jones has been in front of a judge a few times before .", "length": 17}, "2416": {"text": "Just last month , in fact , he was charged with criminal domestic violence .", "length": 12}, "2417": {"text": "This time , the charges are assault and battery of a high and aggravated nature and strong armed robbery in connection with the assault on Rose Powell. ( more ... )", "length": 27}, "2418": {"text": "If you look on http://www.audiogalaxy.com and type in the name of the artist in Latin characters you can find a lot of songs , especially by the more popular musicians .", "length": 32}, "2419": {"text": "There were 2 good things about Yugoslavia .", "length": 7}, "2420": {"text": "Soccer and Music .", "length": 3}, "2421": {"text": "Though i am from younger generations , these are my father words .", "length": 11}, "2422": {"text": "Marte Williams , 41 , was taken into custody Sunday after authorities said he was caught trespassing at Paulus Hook Towers , the apartment complex where the bodies of 27-year-old Jacqueline Reyes and her 9-month-old son Ivan Reyes Jr. were found Tuesday morning .", "length": 44}, "2423": {"text": "http://www.wpix.com/news/wpix-jersey ... , 5347881.story = = = = = Police arrested two men on suspicion of stealing more than $ 50,000 worth of property from an Avondale home Tuesday afternoon , thanks in part to attentive neighbors .", "length": 36}, "2424": {"text": "Anthony DeShawn Washington , 18 , of Avondale , and Jonathan Anthony Gutierrez , 18 , of Tolleson , were booked on felony counts of burglary , theft of a means of transportation and criminal trespassing , Avondale police said .", "length": 32}, "2425": {"text": "http://www.azcentral.com/news/articl...glary1219.html = = = = = = = = = = = = About 10 p.m. Dec. 9 , police were called to Ed 's Fish and Chips , 306 N. Central Ave. , for a reported armed robbery , police said .", "length": 34}, "2426": {"text": "Two employees and one customer told police two men , brandishing a long-barrel rifle , stole the cash drawer with an undisclosed amount of money and fled on foot .", "length": 28}, "2427": {"text": "http://www.azcentral.com/news/articl...bbery1219.html", "length": 8}, "2428": {"text": "I went to buy some new socks today and a couple of t-shirts .", "length": 14}, "2429": {"text": "Not a single picture on any of them had a white male .", "length": 12}, "2430": {"text": "Blacks and mexicans were represented thoroughly. do yourselves a favor , shoot your t.v. !", "length": 14}, "2431": {"text": "My google skills have failed me .", "length": 6}, "2432": {"text": "The only references that I 've found that appear to contain the information you seek seem to require some form of payment .", "length": 22}, "2433": {"text": "That is because Lycurgus has been on moderation forever and should be let off .", "length": 14}, "2434": {"text": "Just like this thread should be stickied .", "length": 7}, "2435": {"text": "It seems odd that alot of times there 's such a black and white concept for people pertaining to the will of man .", "length": 23}, "2436": {"text": "Either it was straight out the ass of god himself and divine or meaningless and devoid of all reason .", "length": 19}, "2437": {"text": "Is n't there some middle ground ?", "length": 7}, "2438": {"text": "Since I will be posting with the default text in the future you no longer have any reason to hate me .", "length": 21}, "2439": {"text": "I think Fyrdung is a band which was started by members of the bands Svitjod , Pluton Svea and Division S , but I 'm not sure", "length": 25}, "2440": {"text": "Living expenses in Stockholm are very high and some poor Swedes and other Whites have no choice but to live in non-white suburbs .", "length": 24}, "2441": {"text": "The reason for the high living expenses is of course the influx of hundreds of thousands of non-whites to the city .", "length": 22}, "2442": {"text": "No.", "length": 1}, "2443": {"text": "At least not as far as I can tell .", "length": 9}, "2444": {"text": "I live in Oslo and race-mixing is a huge problem .", "length": 11}, "2445": {"text": "Sad but true .", "length": 3}, "2446": {"text": "Our smart liberals say that we need thousands of `` high-quality '' non-european immigrants per year , but for what ?", "length": 19}, "2447": {"text": "The downfall has begun ...", "length": 4}, "2448": {"text": "I shall not waste a single more moment of my time to converse with you .", "length": 15}, "2449": {"text": "Enough is enough .", "length": 3}, "2450": {"text": "Kiss uncle Samael for me , will you ?", "length": 7}, "2451": {"text": "Mr.Ollsson,has it occurred to you that the only reason the nordic women you are so fond of are so attractive is because their fathers were smarter than yours.Think about it !", "length": 33}, "2452": {"text": "Miss South Africa is not White .", "length": 6}, "2453": {"text": "She looks arabic if anything .", "length": 5}, "2454": {"text": "I then checked Miss Portugal .", "length": 5}, "2455": {"text": "She is classic meditteranean White .", "length": 5}, "2456": {"text": "Miss Germany looks southern too .", "length": 5}, "2457": {"text": "And now Sweden 's down against the nig nogs ... well at least it was very close , and they only lost in overtime ...", "length": 22}, "2458": {"text": "Aragorn", "length": 1}, "2459": {"text": "You should have heard of him becouse he is the greatest chess player of all times .", "length": 16}, "2460": {"text": "He far excelled Anatoly Karpov and Garry Kasparov .", "length": 8}, "2461": {"text": "To which one should reply that they are a bunch of soft bellied women of whom their ancestors would be ashamed .", "length": 21}, "2462": {"text": "I give myself 20-30 years to make people see , I think I 'll go into politics here in Iceland and do some good", "length": 24}, "2463": {"text": "All of his posts thus far have been rather gratuitous and heavily aimed on Skandinavia alenth with the histories and spirits thereof , particularly the later portion of post #31 .", "length": 29}, "2464": {"text": "Maybe some of you people should grow up , You don`t pick a man or woman for your mate because of the color of their eyes and hair .", "length": 28}, "2465": {"text": "Their is much more to that if your hoping for a successful relationship and marriage .", "length": 15}, "2466": {"text": "I think character and social behavior are the most important , and having blond hair and blue eyes are not going to gaurantee these qualities .", "length": 24}, "2467": {"text": "I can sincerely tell you that I am certain he was a beautiful man and I love names of honour and those which hold origo within our folklore . ... for him .", "length": 30}, "2468": {"text": "I have made it clear on this forum many times that I have nothing against gays as such .", "length": 18}, "2469": {"text": "But as for them adopting kids , the answer is NO .", "length": 10}, "2470": {"text": "I find that surprising , since Finland after all once conquered Sweden , and ockupied it for several hundred years .", "length": 18}, "2471": {"text": "Oh wait , that never happened ...", "length": 5}, "2472": {"text": "I think they are just desperately trying to be more popish than the Pope himself and avoid accusations of racism before they are even expressed by demanding increased immigration .", "length": 29}, "2473": {"text": "I've only seen four Jews in my whole life , and those Jews were on the Silja Europa ship , going to Stockholm .", "length": 22}, "2474": {"text": "26155", "length": 1}, "2475": {"text": "More ethnic crime .", "length": 3}, "2476": {"text": "Ethnic crime never ends it seems .", "length": 6}, "2477": {"text": "I am thinking to create a thread dedicated to crimes commited by immigrants .", "length": 13}, "2478": {"text": "Well that 's your misery I hope this will help : 1 m = 100 cm 1000 mm 1 \" = 25,40 mm = 2,54 cm = 0,0254 m 1 ' = 304,48 mm = 30,48 cm = 0,3048 m 1 ' = 12 `` Then ... start calculating", "length": 41}, "2479": {"text": "thanks for the tip rock does not really macth My taste but I 'll go check it out anyway who knows", "length": 21}, "2480": {"text": "NOR: Immortal , Gorgoroth , Ancient , Emperor , Einherjer , Thorns SWE : Naglfar , Bathory , Setherial , Dawn , In Aeternum , Sacramentum FIN : Impaled Nazarene , Argath , Demon Child never liked Darkthrone or Burzum ( interesting story there ..", "length": 29}, "2481": {"text": "`` Nargaroth - The Day Burzum Killed Mayhem '' heheh ) either though * shrug * Scandinavia really is a black metal heaven but there 're many great bands on the outside which too are a Pride of their countries 11", "length": 35}, "2482": {"text": "Get out of here !", "length": 4}, "2483": {"text": "You 're telling me that there 's something we Swedes have done right ?", "length": 13}, "2484": {"text": "I refuse to believe it !", "length": 5}, "2485": {"text": "Not just that , but many people who adopt kids are capable of making their own pure white children .", "length": 18}, "2486": {"text": "It 's more fun that way , too .", "length": 7}, "2487": {"text": "Aragorn", "length": 1}, "2488": {"text": "More likely they 're afraid of having to marry and deal with a snotty GI-Jane-dyke , only to be dragged into court and have the kids and house taken a few years later .", "length": 34}, "2489": {"text": "Its only a matter of time until we become a hell hole like Sweden or the UK .", "length": 17}, "2490": {"text": "I would hate to live in Dublin with all the foreigners there now .", "length": 13}, "2491": {"text": "My wife 's favorite place in Ireland is in the Kingdom , Cloghane Village , and O' Connor 's pub. I hope that place has n't been invaded .", "length": 27}, "2492": {"text": "God Bless", "length": 2}, "2493": {"text": "Can i suggest some of the locals get up of their behinds and lets these traitors know that this anti-white festival is not welcome in their town 828", "length": 29}, "2494": {"text": "there's no need for me to say anything ... all is said in the image of thaat old white guy in the end of one of the first videos .", "length": 29}, "2495": {"text": "Not good news at all but this happens in all European nations and is no doubt pushed by the likes of Jews like Summer Redstone and MTV !!", "length": 27}, "2496": {"text": "Listening to Matt Coper this evening tried to do some digging around on the above story and this is all I could find `` More PC Rubbish '' http://www.veritas.ie/App_User_Files...rticle%201.jpg", "length": 34}, "2497": {"text": "So according to your logic since blacks have been in N.America for hundreds of yrs they should be allowed to stay ? and yes whites should leave africa .", "length": 28}, "2498": {"text": "How are you a White Nationalist when you support the foreign occupation of a white country ?", "length": 16}, "2499": {"text": "The reason they want to ban the cross is because it repersents our race and the Christian faith .", "length": 18}, "2500": {"text": "We should all know by now who hates Christains more than anyone else .", "length": 13}, "2501": {"text": "God Bless", "length": 2}, "2502": {"text": "We have to encourage people to boycott all black businesses , start rumours that blacks working in shops have AIDs which is probably true .", "length": 23}, "2503": {"text": "Africans in Ireland should be treated like paedophiles .", "length": 8}, "2504": {"text": "We need immigrants.Reality is kicking in for a lot of people who were all for immigration.The Blacks put up in hotels and Irish on the dole.Story here www.independent.ie", "length": 33}, "2505": {"text": "The red scum will never wake up , ignorant lefties fight for `` their class '' when their making a mockery of their culture and heritage . commie scum ..", "length": 25}, "2506": {"text": "that is absolutely * * * * ing unbelievable.they can just go route one now.no more messing about going through europe.in bongo land one minute jump on the plane and 5 hours later hop off the plane with the biggest negro smile and shout ASYLUM.i am totally depressed hearing this", "length": 50}, "2507": {"text": "Tralee is a disgrace , the place looks like a town in africa nowThe day Ireland becomes a muslim country is the day i stop breathing !", "length": 25}, "2508": {"text": "This Islamisation is going on all over Europe. but we can object .", "length": 12}, "2509": {"text": "YouTube - Brussels on 9/11 : For a free Europe , against Islamization", "length": 11}, "2510": {"text": "Some kid knocking on a blacks door and running away.Look donkeys fords chipie across the road the internet cafe run by black overeactcted.Attacked the Limerick kid all at least 20 of them.Kid arrived out later with his at least 30 friends.The owner of internet cafe says to the white youth i have white blood.One roars back the only thing white about you is your teeth .", "length": 70}, "2511": {"text": "Agreed.", "length": 1}, "2512": {"text": "To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .", "length": 50}, "2513": {"text": "Nice .", "length": 1}, "2514": {"text": "Heard today from a colleague in work that a load of Roma Gypsies set up camp at the red cow as the government would not house them anyone see or here of this ?", "length": 33}, "2515": {"text": "BULL****!", "length": 1}, "2516": {"text": "Even if they do stop pouring in most of those that are here have no intention of going back to poland .", "length": 21}, "2517": {"text": "Is there any country that I can move to where there are no blacks or Asians ?", "length": 16}, "2518": {"text": "I suppose this is an unrealistic question because they are every where but where is the whitest place on earth that I can move to .", "length": 25}, "2519": {"text": "And please do n't say the north pole !", "length": 9}, "2520": {"text": "The worst thing about the present immigration is that it 's spread all over the country .", "length": 16}, "2521": {"text": "I 'd prefer to put them in one place before shipping them home .", "length": 13}, "2522": {"text": "I disagree you can never justify race mixing Some of them girls may have been brainwashed by media , also you are condemning their kids and furture generations of kids to a non white future .", "length": 34}, "2523": {"text": "Glad it made news your way the truth must be told but have you noticed it says it is not a racist attack , Oh but we all know the story shall it of been some poor black bastard bashed to near death in Dublin eh", "length": 45}, "2524": {"text": "In certain circumstances I would agree with you but in Europe by preserving our nations we are preserving our race as well because there is no way a black in Europe can be British , Irish , German or whatever .", "length": 38}, "2525": {"text": "I'm sure I heard that many Catholic churches in Ireland are experiencing large numbers again thanks to the growing Polish populations .", "length": 22}, "2526": {"text": "Will you please go to this link and sign the petition in support of the right of Russian Nationalist to march .", "length": 21}, "2527": {"text": "Thank you .", "length": 2}, "2528": {"text": "88 !", "length": 1}, "2529": {"text": "http://www.righttomarch.com/", "length": 4}, "2530": {"text": "You picked a poor time to start such a thread seeing as how just this week the IRA were categorically cleared of all paramilitary/terrorist/illegal activity .", "length": 27}, "2531": {"text": "The are quite frankly nothing now .", "length": 6}, "2532": {"text": "Something similar is happening in Belgium at the moment , but on a larger scale .", "length": 14}, "2533": {"text": "Is n't the EU wonderful ?", "length": 6}, "2534": {"text": "http://www.nationalvanguard.org/story.php ? id = 8958", "length": 8}, "2535": {"text": "I think Cork fans still use it anyway .", "length": 8}, "2536": {"text": "Sure seen a few Munster fans with it too last weekend .", "length": 11}, "2537": {"text": "St. Pats football teams fans use the St. Patricks Cross aswell as it being the symbol for the IRU .", "length": 19}, "2538": {"text": "Complete nonsense with your own plain as day motive lurking around in the background as usual . The article shows people are acting , action I support .", "length": 25}, "2539": {"text": "I cant believe you 've lasted this long on this forum", "length": 11}, "2540": {"text": "I heard about it is it about that white guy that killed that race traitor slut and her nig nog boyfriend ?", "length": 21}, "2541": {"text": "not sure where I got them mate , they look like they 're from a magazine though coz they 're scans of photocopies it looks like. will find em and post them", "length": 31}, "2542": {"text": "i'd like to know more about this debate .. is anyone welcome and where exactly is it being held ? good work by the way Mr.Roach. nice publicity .", "length": 28}, "2543": {"text": "88 .", "length": 1}, "2544": {"text": "It's no surprise Irish girls would do that .", "length": 9}, "2545": {"text": "It goes on in all of the White Western World .", "length": 10}, "2546": {"text": "Most White Western Women have the racial sense of a cabbage .", "length": 11}, "2547": {"text": "Czynski ! 5122", "length": 2}, "2548": {"text": "Take one of the scandinavian flags , and change the color from blue and yellow ( Sweden as an example ) and turn it to green and yellow. lol , it might be decent", "length": 30}, "2549": {"text": "I almost fell off my chair with sadness and anger when I heard this from the vanguard site .", "length": 18}, "2550": {"text": "I have always thought Ireland to be the last all white country left .", "length": 13}, "2551": {"text": "16", "length": 1}, "2552": {"text": "The thing that concerns me is that he got a house off the council thats a house that a Irish family should have got .", "length": 24}, "2553": {"text": "so is tom still rambling on about putting up machine guns in the city centre ? lol and that sites great al making all wn look like terrorists.so tell us all of some of the irms activism so far ?", "length": 39}, "2554": {"text": "She could just move to the Christian part of Nigeria where there is no Sharia law .", "length": 16}, "2555": {"text": "Its a huge country with each tribe and religion having their own province .", "length": 13}, "2556": {"text": "Welcome to Stormfront Ireland Ive seen the numbers at the bottom of a lot of posts , its just some kind of moderators code .", "length": 23}, "2557": {"text": "2056", "length": 1}, "2558": {"text": "It's a shame that universities of Canada import black and brown people .", "length": 13}, "2559": {"text": "Most of the time they are quiets sheep who want to intergrate but their children makes a new generations of thugs and prostitute .", "length": 23}, "2560": {"text": "I visited your website and facebook page , and I like what I see .", "length": 13}, "2561": {"text": "I shall contribute to this organization and support the XXV points .", "length": 11}, "2562": {"text": "Too bad you 're not in BC where I am .", "length": 10}, "2563": {"text": "I would meet ya. ^ _ ^ Lots of \" `` work '' `` here lol .", "length": 10}, "2564": {"text": "Maaaaany pinders and Asians here ......", "length": 5}, "2565": {"text": "I'm with you , Winnipeg has become a cesspool .", "length": 9}, "2566": {"text": "I was beaten and robbed by two natives last year and over the last couple of years I have watched downtown turn into black , brown and yellow town. the food court at Portage place has started to remind me of the creature cantina from star wars .", "length": 46}, "2567": {"text": "This sounds like a sensible , well thought-out plan .", "length": 9}, "2568": {"text": "So I guess you 'll just have to go to the Canadian Prime Minister and ask him to declare you Emperor and step down , or something ?", "length": 26}, "2569": {"text": "How is this worthy of a human rights hearing ?", "length": 9}, "2570": {"text": "Should the guy who sang cop killer also have a trial , because he tragted a minority , cops .", "length": 17}, "2571": {"text": "I try and avoid shops owned by.or employing non.whites too .", "length": 12}, "2572": {"text": "At least shop where a white is at the counter is my rule .", "length": 13}, "2573": {"text": "I think I read a comment like that on a video on YouTube and it made me chuckle .", "length": 18}, "2574": {"text": "Dumb dumb dumb .", "length": 3}, "2575": {"text": "It was probably written by a 15 year old .", "length": 9}, "2576": {"text": "I cannot say that I am happy about supporting welfare mothers , but I can firmly say that I prefer supporting a welfare mother than a murder-clinic .", "length": 27}, "2577": {"text": "Show me some progress in our struggle .", "length": 7}, "2578": {"text": "All I see is slippage as we fall farther and farther behind .", "length": 12}, "2579": {"text": "Nothing is changing for the better .", "length": 6}, "2580": {"text": "Yeah but what you have to remember is that the jews are cunning and would probz slither their way out of it and justify their right to bare arms by use of the pro jew media and without a doubt the old holocaust excuse. our race would not be to blame most of us are brainwashed from a young age by T.V or schools its are job to wake them up comrade and defend them for we are fast becoming a minority in our own countries", "length": 87}, "2581": {"text": "But Wayne I want a brown baby like all the other girls on the estate !", "length": 15}, "2582": {"text": "So the government will keep me in track suits , vodka , and ' my first loot kits ' for my brood .", "length": 18}, "2583": {"text": "( Includes : one pair of baggy pants , one pistol , a set of golden grills , a looting guide titled ' But I dendu nuffin ' , and one race card )", "length": 25}, "2584": {"text": "I liked the majority of this video in the beginning but what was with the white guilt tripping part around an hour in of the video ?", "length": 26}, "2585": {"text": "I went to a talk about this at Georgetown University last week .", "length": 12}, "2586": {"text": "They were kind of up in arms but said most Scots are lefties .", "length": 13}, "2587": {"text": "Wonder what happened ?", "length": 3}, "2588": {"text": "The Prime of Miss Jean Brodie Trailer - YouTube", "length": 8}, "2589": {"text": "Woy's face was a picture at the end of that Uruguay game .", "length": 13}, "2590": {"text": "That will teach you for wearing a jew cap you great suck up !", "length": 13}, "2591": {"text": "The attacks are coming from wankers who live in England maybe even born here and have little or no English ancestry and call themselves British .", "length": 25}, "2592": {"text": "But in The Bible there is no verses that prohibit inter-racial relationships or mixed race children is there ?", "length": 19}, "2593": {"text": "The Bible itself though is full of contradictions and you can mis-judge how things are meant .", "length": 17}, "2594": {"text": "There is no difference .", "length": 4}, "2595": {"text": "They just say this because it makes it sound better and know that people would be less likely to speak out against this .", "length": 23}, "2596": {"text": "Come to Bromsgrove and I 'll be more than happy to give you a tour of the West Midlands and the History of Heavy Metal We have the Malvern Hills one of Englands most beautiful places", "length": 36}, "2597": {"text": "Keep em on the phone long enough , disagree a little .", "length": 10}, "2598": {"text": "Sooner or later the black one will say `` mother * * * * er '' or `` madick '' .", "length": 12}, "2599": {"text": "The fact that she s casually announced this to the country functions as a make-shift IQ test right there . That s because of your reputation ; not your looks , love .", "length": 30}, "2600": {"text": "I'm really sorry to say that due to the land we use being under water due to severe flooding we 've had to cancel the event .", "length": 27}, "2601": {"text": "We plan on holding a family camping/fun weekend in the summer once the weather has ( I hope ! ) improved .", "length": 19}, "2602": {"text": "The thing is you may base your beliefs on claims and assertions , but nowadays Oxford University Professors tend to base their findings on many years of dedicated research .", "length": 28}, "2603": {"text": "Andr\u00e9 Rieu - The Beautiful Blue Danube - YouTube", "length": 7}, "2604": {"text": "I found out this morning that junior school kids are n't allowed to sing Bar Bar Black sheep anymore because it 's racist and might offend the coloured kids so they are being told to sing Bar Bar randow sheep ! whats next we 'll not be allowed to sing god save the queen .", "length": 54}, "2605": {"text": "dont let it get you down brother your not on your own just bite your tongue and think of all those beutiful aryan women who think the way we do they are worth fighting for everything enoch powell said came true. hang in there brother", "length": 45}, "2606": {"text": "I do get my Theirs , theres and they 're , mixed up sometimes but i was educated under Labours rule so i cant be completly to blame .", "length": 26}, "2607": {"text": "These areas that you name are the preserve of the rich , you wont find a single white working class person living there.We might look down on blacks and pakis as scum and not want them living near us but the upper class feel exactly the same about us", "length": 49}, "2608": {"text": "Hello decided to start posting thought I , d say hi I 'm from midlands uk .", "length": 15}, "2609": {"text": "Been on blood and honour and think radio 28 is great", "length": 11}, "2610": {"text": "Although we have slight variances in our position here I want to thank all the posters who have kept this thread civil .", "length": 22}, "2611": {"text": "Having recently traveled to London I was disgusted by how non-white the city had become .", "length": 16}, "2612": {"text": "Is there anywhere in central London that is still 95 % + white ?", "length": 11}, "2613": {"text": "A mans game where every now and again all the players get together for a nice cuddle ?", "length": 17}, "2614": {"text": "Agree with the rest , the recent transfer window says everything , hundreds of millions spent on a few players .", "length": 18}, "2615": {"text": "Paying for sky sports is nearly as bad .", "length": 8}, "2616": {"text": "Why do people care about football ?", "length": 6}, "2617": {"text": "The chairman of the FA is one David Bernstein and , yes , he is a member of a certain tribe that delight in bringing diversity and the benefits of multi-culturalism and ' anti-racism ' , along with boatloads of third-worlders to Britain .", "length": 41}, "2618": {"text": "I have been coming here for a while now as a guest and today i finally decided to join so here i am .", "length": 23}, "2619": {"text": "Anyway i look forward to posting my veiws here freely and also look forward to hearing all of yours to .", "length": 20}, "2620": {"text": "Kindest Regards JE .", "length": 3}, "2621": {"text": "me, too but here in the Usa .", "length": 7}, "2622": {"text": "This land was founded by whites for whites and I prefer to punish the symptom of urban decay rather than just its zowg figurehead .", "length": 24}, "2623": {"text": "Hi, my name is Chris and I want to thank the English nation for being the people most responsible for the creation of the USA and Canada .", "length": 27}, "2624": {"text": "Boots Christmas advert on telly this evening .", "length": 7}, "2625": {"text": "Black father , White mother , half breed teenage son .", "length": 8}, "2626": {"text": "Lets be honest here , how many black fathers stick around until the child is a teenager ?", "length": 16}, "2627": {"text": "Not many .", "length": 2}, "2628": {"text": "It is now unusual to see White families on telly .", "length": 10}, "2629": {"text": "Indeed!", "length": 1}, "2630": {"text": "If there are any of her family with any dignity left they should do the honourable thing and let the air out of her tyres .", "length": 25}, "2631": {"text": "London nowadays is more dangerous for tourists than Zimbabwe Like the above poster says do n't go to London just go someplace else that is much better like Bath or Stratford Upon Avon ( Shakespeare Birthplace ) Londonistan is a craphole", "length": 40}, "2632": {"text": "You Anglo-Americans are all welcome to England if you can perform the ' small ' task of riding London of it 's ethnics !", "length": 22}, "2633": {"text": "Look at this cultural incongruity from Plymouth . VIDEO : Plymouth celebrates St George 's Day with music and dancing in the streets | This is Plymouth", "length": 24}, "2634": {"text": "Thank you brother .", "length": 3}, "2635": {"text": "The Brazilian president said that Blond hair Blue eyes Anglo-Saxons were the problem in the world .", "length": 17}, "2636": {"text": "Anti-White C * * T.", "length": 4}, "2637": {"text": "Well someone needs to set one up ASAP .", "length": 8}, "2638": {"text": "The sooner we acknowledge eachother in local areas and band together as a unit the sooner we become a strong white nation again .", "length": 23}, "2639": {"text": "All new posters are under moderation to start with , but this is lifted fairly quickly .", "length": 15}, "2640": {"text": "Apart from that , only a small number of SF members are placed on moderation from time to time .", "length": 18}, "2641": {"text": "I was sure that they were lying about the numbers and it 's must be the same in every country IMO .", "length": 21}, "2642": {"text": "There must be much less whites and much more blacks and Jews than what the statistics tell us .", "length": 18}, "2643": {"text": "Hey all I 'll be visiting southwest england in a few weeks , pm if you 'd like to get together for a pint if your in the area .", "length": 28}, "2644": {"text": "We are not fighting against white immigrants though many British are getting angry at them taking their jobs etc .", "length": 19}, "2645": {"text": "Many British do n't have the white nation mentality they see a foreigner is a foreigner is a foreigner .", "length": 20}, "2646": {"text": "All we here an Stormfront Britain are saying is that MASS white immigration is detrimental to OUR nation for the reasons we have given time after time .", "length": 27}, "2647": {"text": "You think outside the sheep box in this movement then the usual suspects will hound you down untill you get back in line sad but true", "length": 26}, "2648": {"text": "Welcome to the forum .", "length": 4}, "2649": {"text": "It 's nice to see other people here in this section that lean towards the old Pagan beliefs too .", "length": 19}, "2650": {"text": "When I started learning about Hitler in school and I was possessed with trying to find out if I was Aryan .", "length": 21}, "2651": {"text": "So everytime I typed this forum appeared so I decided to join and learn more about the Aryan race and such further .", "length": 22}, "2652": {"text": "Their English language means they are drowning in the MLK-esque crap coming out of America .", "length": 16}, "2653": {"text": "Same situation in Australia and Canada .", "length": 6}, "2654": {"text": "An American cancer has infected them all", "length": 7}, "2655": {"text": "Yes i have noticed this too where I live .", "length": 9}, "2656": {"text": "There have been times when I have walked past some nigerian or skinny and they will cough with hand at their side without care for those around them .", "length": 28}, "2657": {"text": "The indians and stanis will just spit all over the street .", "length": 11}, "2658": {"text": "It is disgusting .", "length": 3}, "2659": {"text": "Its brainwashing starts at school they dont understand they dont know any better .", "length": 13}, "2660": {"text": "As kids they watch leftie music shows kids tv shows etc .", "length": 11}, "2661": {"text": "Its a spiral in to decline ted heath ex tory pm said unemployment eats in to your soul .", "length": 18}, "2662": {"text": "It does i was unemployed for nearly 2 years in the 1980s it does drag you down .", "length": 17}, "2663": {"text": "I watched a few minutes of it the other night and felt sick .", "length": 13}, "2664": {"text": "Disgusted that Birmingham has gone from the `` workshop of the world '' ( a city of a thousand trades ) to producing scumbags like this .", "length": 22}, "2665": {"text": "i met my wife at the gun range which i was manager of at the time , a woman who shoots guns and hunts is a keeper for sure ..", "length": 28}, "2666": {"text": "Children of Germany : more at Kinder Deutschlands | Alle Inhalte | DW.DE | 04.06.2014 Text says she is from Portugal , but looks racially mixed .", "length": 24}, "2667": {"text": "Somali Turkish Bosnian Colombian ( eye shape indicates Native American ancestry ) Albanian Moroccan Tunisian Thai Syrian refugees arrive Turkish group in Iserlohn , NRW First multireligious ( Christian-Jewish-Muslim ) religious building in Berlin http://www.pi-news.net/2014/06/berli ... gioese-kirche/", "length": 41}, "2668": {"text": "I'm glad you realized it .", "length": 6}, "2669": {"text": "On another hand , being born was also a pretty stupid thing that you did , I hope you will try to correct that as well .", "length": 24}, "2670": {"text": "Same here .", "length": 2}, "2671": {"text": "I have no idea why they always have to fight each other when there are more important things they should do .", "length": 21}, "2672": {"text": "Correct.", "length": 1}, "2673": {"text": "And they really are quite a frustrated group .", "length": 8}, "2674": {"text": "From the changing of the guard to the changing of the negro .", "length": 12}, "2675": {"text": "LOL .", "length": 1}, "2676": {"text": "https://www.facebook.com/permalink.php?story_fbid=1493603624234498&id=14320 59370388924 Waterford Against Racism added 6 new photos .", "length": 18}, "2677": {"text": "4 hrs \u00b7 In a sinister development , Waterford Against Street Crime and Organised Begging has gained support from the Nationalist Movement - an ardently fascist , racist , anti-immigration , anti-multiculturalist , Islamophobic , homophobic organisation .", "length": 31}, "2678": {"text": "NPD demonstration in Hamburg : 35 attendants .", "length": 6}, "2679": {"text": "Counter-demonstrators were said to be 800 .", "length": 7}, "2680": {"text": "800 Demonstranten gegen NPD-Kundgebung / Aus dem Land / Schleswig-Holstein - KN - Kieler Nachrichten Kiel had an Kurd PKK demostration today .", "length": 20}, "2681": {"text": "Paper claims 250 - I was walking pass there and would estimate 100-200 demonstrators .", "length": 14}, "2682": {"text": "Some Communists , some Kurdish Nationalists and some German Anti-War people .", "length": 11}, "2683": {"text": "Mostly they were playing loud kurdish music .", "length": 7}, "2684": {"text": "Article of our local newspaper is subject to a charge .", "length": 10}, "2685": {"text": "Google translate : Google Translate", "length": 4}, "2686": {"text": "Notice how not one of these Hungarians gave one good source validating their preposterous claims , they just came here to complain and start name calling , just as stupid liberals do .", "length": 30}, "2687": {"text": "The comment I made was about the fact that Everton 's nickname is the Black Watch .", "length": 16}, "2688": {"text": "There was nothing sectarian about my comments .", "length": 7}, "2689": {"text": "Few more pictures from Slovenia https : //www.stormfront.org/forum/show ... & postcount = 196 https : //www.stormfront.org/forum/show ... & postcount = 197 https : //www.stormfront.org/forum/show ... & postcount = 206 https : //www.stormfront.org/forum/show ... & postcount = 207", "length": 37}, "2690": {"text": "This is really not European news , but everybody should know that after years of Lebanese and other arabs intimmidating white women on Cronulla beach and after the cowardly attack on two white life-savers ( !! ) the Lebanese got theirs yesterday .", "length": 39}, "2691": {"text": "Go to the Downunder section to read up on the news on how Arabs got their asses kicked and even the police were running away in fear .", "length": 27}, "2692": {"text": "Some nice pictures and videos too .", "length": 6}, "2693": {"text": "https : //www.stormfront.org/forum/showthread.php ? t = 253531", "length": 9}, "2694": {"text": "...the Jew shall have my Flesh , blood and bones and all ...", "length": 11}, "2695": {"text": "Anglo-Bank/New Central Bank HQ , Truth-Graf Protest , Wednesday 5th June , 2013 .", "length": 13}, "2696": {"text": "Nationalists join the people of Ireland to attend the Rally For Life March in Dublin .", "length": 15}, "2697": {"text": "Nationalists Attend Rally For Life 2013 - YouTube", "length": 7}, "2698": {"text": "Wait there is going to be anti-white people in Euro 2012 ?", "length": 12}, "2699": {"text": "So there white and there against racism or they like monorities against whites ?", "length": 13}, "2700": {"text": "You do n't need to understand , he did n't say anything important , every second word is Jesus Christ or something about Orthodox Christianity .", "length": 25}, "2701": {"text": "It is true that Ireland has the lowest WN population in the world , or at least in Europe ?", "length": 18}, "2702": {"text": "WTF is wrong with the Irish ??", "length": 6}, "2703": {"text": "https : //www.stormfront.org/forum/t795949-2/#post9151222", "length": 8}, "2704": {"text": "Yeah I think they 'd be much better off back home .", "length": 11}, "2705": {"text": "Especially I think it 's bad when they bring their children with them to the West , cause in many cases they grow up brainwashed with multicultural and degenerate propaganda like the locals .", "length": 32}, "2706": {"text": "Thanks to everyone who listened to the radio show last night and apologies for the delay ( it was blocked by ubroadcast for a time ) .", "length": 24}, "2707": {"text": "Anyone who want to listen to the broadcast can do so here > > > http://www.drmireland.com/audio.php There 's another broadcast on the 24th , see this message from Michael Quinn : ------------------------------------------ `` Freedom Of \ufeff Speech '' Has PREVAILED !", "length": 36}, "2708": {"text": "DRM Radio will be broadcasting it 's second show , live this coming Thursday the 23rd Dec , 8pm to 10pm on http://drmradio.ubroadcast.com/ Listeners to the show are welcome to send us material they would like to have read on-air during any of our live broadcasts .", "length": 48}, "2709": {"text": "You can send it to us at drmradio@ymail.com.", "length": 10}, "2710": {"text": "Or call us on 085 2455043 between 9am to 10pm , Mon to Sat. Thank you , Michael Quinn .", "length": 17}, "2711": {"text": "------------------------------------------ John", "length": 1}, "2712": {"text": "They are beating each other to death everywhere , just look what they do to each other in Africa .", "length": 18}, "2713": {"text": "We should just isolate them so those mutated monkeys can completely whipe each other out .", "length": 15}, "2714": {"text": "Hey, I 'm looking to meet new people maybe find myself a nice white boy .", "length": 15}, "2715": {"text": "I 'm 20 and in Vancouver .", "length": 6}, "2716": {"text": "I just moved back here from sask. And do n't know many people .", "length": 14}, "2717": {"text": "I told my daughter if I saw one photo like that on her Facebook page , I 'd let her brother hack her account , then photoshop it at will .", "length": 28}, "2718": {"text": "where can i get more info on PU , like how big it is and stuff ? also want to get some better info on `` natiocracy '' and `` social nationalism ''", "length": 27}, "2719": {"text": "we all want the females that are smart and look like top model but imporant is to ask ourselves : do we deserve ?", "length": 22}, "2720": {"text": "Well I talk to her because no one else writes here except her and me , you only write here when she says something stupid , if I did n't write to her this place would just die off .", "length": 38}, "2721": {"text": "I proved that fyromanians are blind people and if I show them picture of beautiful white bulgarian girl and not told them that she is bulgarian they will see at her as a white european which is it , instead of calling her `` tatar '' or `` mongol '' which is not .", "length": 48}, "2722": {"text": "Oh... and I was going to use this idea next time I met a girl .", "length": 15}, "2723": {"text": "Note to self : lose the wombat .", "length": 6}, "2724": {"text": "Maybe try a badger instead ?", "length": 5}, "2725": {"text": "Finding ourselves having to live here in annexed Aztlan is all the more reason to band together .", "length": 17}, "2726": {"text": "Behind every avatar is an actual person , and we can even meet .", "length": 12}, "2727": {"text": "I 've seen it happen .", "length": 5}, "2728": {"text": "Brother You remind Me of a Young Meatloaf !", "length": 8}, "2729": {"text": "Awesome band back in the day !", "length": 6}, "2730": {"text": "Hell of a show as well !", "length": 6}, "2731": {"text": "White Power Brother !", "length": 3}, "2732": {"text": "I'll put money on it Amy this is the photo the females hate you are a stunning girl do n't let no1 drag you down .", "length": 27}, "2733": {"text": "You changed your name .", "length": 4}, "2734": {"text": "I knew I had never seen that name on here before and you have so many post then I clicked on your profile and saw it was you Lyn .", "length": 29}, "2735": {"text": "Well for all of my friends down there , we all got thrown out of the big local bar in this little town and it 's all my fault hahahahahaha I do n't think we 'll be welcome back for a LONG time .", "length": 43}, "2736": {"text": "I swear , you ca n't take us anywhere .....", "length": 9}, "2737": {"text": "Ok Ignore the one pic. that is n't so good ....", "length": 11}, "2738": {"text": "What color hair looks best ? the one in the middle is the natural color ... but i like to color it because in the summer it turns a weird color that isnt very pretty ...", "length": 33}, "2739": {"text": "To me and the rest of my commrades on this wonderfull White Day !!! I hope you have loads of fun and be safe !!!!", "length": 23}, "2740": {"text": "Ok here 's mine , not a very good picture of me but it 's the only one i have at the moment .", "length": 22}, "2741": {"text": "I want to thank you for responding to my thread .", "length": 10}, "2742": {"text": "And the general idea is to pick anyone on the site thats logged in to say hello .", "length": 17}, "2743": {"text": "Oh and by the way WECOME TO STROMFRONT 100 % WHITE POWER WAR SKINS 2508", "length": 14}, "2744": {"text": "Looking for a white girl in Virginia ( of all places ) around 21-25 .", "length": 13}, "2745": {"text": "I am 24 , like to hang out in my local bar have few ones and place music as much as i can .", "length": 22}, "2746": {"text": "I am 6 ' 0 around 160lbs 100 % Hungarian. anyone out there ???? 16", "length": 12}, "2747": {"text": "And you get credit for that ?", "length": 6}, "2748": {"text": "That 's like the class where you get credit for learning how to sleep .", "length": 14}, "2749": {"text": "No wonder this country is in trouble", "length": 7}, "2750": {"text": "HELLO, Angel , just wanted to say hi i live in cal but e mail me if you want to . white on sister 9", "length": 23}, "2751": {"text": "This past long weekend Aug 6th , 2007 , my buddy and I trailered his boat to the desert town of Osoyoos , British Columbia .", "length": 22}, "2752": {"text": "This is got to be one of the few places in the world where you can drive 4-5 hours and go from rain forests to desert .", "length": 27}, "2753": {"text": "The green strip is a well watered vineyard : Much of this lake is very shallow .", "length": 15}, "2754": {"text": "You could be 500 feet offshore and still only be knee deep in water .", "length": 14}, "2755": {"text": "But there are places that go as deep as 150 feet .", "length": 11}, "2756": {"text": "The owner of that little white boat on the right claims he 's had it up to 119 mph. Hmm .", "length": 20}, "2757": {"text": "A 750 lb boat with a 280 hp motor .", "length": 9}, "2758": {"text": "Guess it could be .", "length": 4}, "2759": {"text": "My buddy 's boat is anchored beside it .", "length": 8}, "2760": {"text": "This was taken Monday morning .", "length": 5}, "2761": {"text": "It was alot busier Saturday and Sunday .", "length": 7}, "2762": {"text": "Being the asocial person I am , I preferred fewer people .", "length": 10}, "2763": {"text": "Monday afternoon .", "length": 2}, "2764": {"text": "A few more people still holidaying .", "length": 6}, "2765": {"text": "My buddy 's boat .", "length": 4}, "2766": {"text": "This is rattle snake territory .", "length": 5}, "2767": {"text": "The vegitation here has a lot of these tree with thorny burrs .", "length": 12}, "2768": {"text": "The following pictures were taken this morning at sunrise on top of Mount Strachan , Cypress Provincial Park , West Vancouver -- 1432m ( 4,750 feet ) .", "length": 23}, "2769": {"text": "The two peaks , center picture are The Lions .", "length": 8}, "2770": {"text": "The heart of the sunrise .", "length": 5}, "2771": {"text": "Still snow up there and that is on a south face slope so it gets sun there .", "length": 17}, "2772": {"text": "Over looking Howe Sound .", "length": 4}, "2773": {"text": "In the winter this area is fenced off with signs with skull and cross bones that say ' Danger , do not go beyond this point . '", "length": 24}, "2774": {"text": "Yet every year a snow boarder or skier see the untouched snow and ca n't resist and ends up going over a 1,000 foot cliff to his death .", "length": 30}, "2775": {"text": "I was n't able to attend the last event but really would like to met some normal people in San Diego .", "length": 22}, "2776": {"text": "Does anyone want to meet somewhere within the next few weeks ?", "length": 11}, "2777": {"text": "Maybe spread some HATE and intolerance ?", "length": 6}, "2778": {"text": "I had another picture on here at one point , with my old account , but it must be in the old thread .", "length": 21}, "2779": {"text": "Welcome, its always great to see new members on .", "length": 9}, "2780": {"text": "Theres a wealth of information and alot of great people on here .", "length": 12}, "2781": {"text": "I used to enter horse competitions until I was thrown off one and broke my leg .", "length": 16}, "2782": {"text": "Now I will not go near them .", "length": 7}, "2783": {"text": "Observer14.........", "length": 1}, "2784": {"text": "I am in agreeance with you about this haven being a great place to speak out and vent the anger we get from living in Zogworld .", "length": 26}, "2785": {"text": "WP WP WP WP", "length": 4}, "2786": {"text": "There is more to race than just skin color .", "length": 9}, "2787": {"text": "I guess us whites who tan for most of the year stop being whites save for a few winter days , eh ?", "length": 21}, "2788": {"text": "I like the Japanese , i really do .", "length": 7}, "2789": {"text": "I have nothing against them .", "length": 5}, "2790": {"text": "I respect them .", "length": 3}, "2791": {"text": "Awwwwww, that so sweet .", "length": 4}, "2792": {"text": "So I should probaly start working on the biscuits and gravy for breakfast when you come up then , huh ?", "length": 19}, "2793": {"text": "I am a 33 year old single white male in northern Virginia .", "length": 12}, "2794": {"text": "All lovely white ladies are welcome to chat with me .", "length": 10}, "2795": {"text": "Hey there I 'm just up the mountain from u .", "length": 10}, "2796": {"text": "In BB .", "length": 2}, "2797": {"text": "If u wanna chat drop me a line RaHoWa !", "length": 9}, "2798": {"text": "I'm 6 ' 1 \" , my wife was 5 ' 4 \" , I dunno if that counts as tall vs short .", "length": 18}, "2799": {"text": "Me , I love ' em any height .", "length": 6}, "2800": {"text": "Let me be the first to say WELCOME to SF .", "length": 10}, "2801": {"text": "There are too many wonderful people on here to mention .. you will meet them soon enough .", "length": 16}, "2802": {"text": "Good luck !", "length": 2}, "2803": {"text": "haha, definitly not injuns .", "length": 4}, "2804": {"text": "That 's the Norweigian black metal band Emperor .", "length": 8}, "2805": {"text": "They 're music is one of the reasons I decided to become a white nationalist in the first place .", "length": 19}, "2806": {"text": "Black metal is about preserving European culture and values .", "length": 9}, "2807": {"text": "open a new shop somewhere get my son more interested in education ( he hates school ) help mor ein my community try to whiten things up > >", "length": 25}, "2808": {"text": "sorry sisters and brothers but she lie to you she was not what she said she was fake used me and a other brother the same time so watch her ? say safe goldeboy 88", "length": 34}, "2809": {"text": "hello i dont speak german but i am a very proud white boy , and id love to chat , drop me a line", "length": 22}, "2810": {"text": "I am in Orlando , and I am also searching for people who are proud of their heritage. email if you are intrested in talking", "length": 24}, "2811": {"text": "Hang in their it will happen. seems it takes some woman years to figure out they dont like being treated bad. keep being nice but not a pushover .", "length": 28}, "2812": {"text": "Thanks...", "length": 1}, "2813": {"text": "I 'm more into wolves than lions .", "length": 7}, "2814": {"text": "I have a bunch more pics if anyone wants to see ' em. just drop me an email .", "length": 17}, "2815": {"text": "Einherjer88@hotmail.com", "length": 3}, "2816": {"text": "KC skin boy looking for KC skin girl .", "length": 8}, "2817": {"text": "I 'm all alone and looking for companionship , where 'd all the good girls go ? send me a pm or email at skin14 _ 88@hotmail.com", "length": 27}, "2818": {"text": "Hey j.p. i called the number you left me in my mail a couple of weeks ago but they said they never heard of ya , i e-mailed you back and havent heard back , shoot me yopur #again .", "length": 39}, "2819": {"text": "I live on Long Island , need to get a new drivers license , but when I do , Im up for travelling .", "length": 20}, "2820": {"text": "Draco", "length": 1}, "2821": {"text": "well since we have all of us from phoenix lets exchange numbers and meet up dont laugh at the email addy it was a joke hehe pure _ tattooed _ white _ trash@yahoo.com", "length": 35}, "2822": {"text": "Where did you go to school in Oregon ?", "length": 8}, "2823": {"text": "I grew up there but just moved to Santa Barbara for grad school .", "length": 13}, "2824": {"text": "Cheers , Edward", "length": 2}, "2825": {"text": "That little one is adorable !", "length": 5}, "2826": {"text": "On a scale of cute babies I 'd say this little man scores a 10 all the way around .", "length": 19}, "2827": {"text": "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .", "length": 32}, "2828": {"text": "Don't bother .", "length": 3}, "2829": {"text": "It 's there .", "length": 3}, "2830": {"text": "http://www.islandnet.com/~kpolsson/d...s/disn1965.htm March 14 The NBC TV network airs the Walt Disney 's Wonderful World of Color show , featuring Kilroy , part one .", "length": 29}, "2831": {"text": "[ 85.362 ] [ 228.275 ] March 21 The NBC TV network airs the Walt Disney 's Wonderful World of Color show , featuring Kilroy , part two .", "length": 24}, "2832": {"text": "[ 85.362 ] [ 228.275 ] March 28 The NBC TV network airs the Walt Disney 's Wonderful World of Color show , featuring Kilroy , part three .", "length": 24}, "2833": {"text": "[ 85.362 ] [ 228.275 ] April 4 The NBC TV network airs the Walt Disney 's Wonderful World of Color show , featuring Kilroy , part four .", "length": 24}, "2834": {"text": "[ 85.362 ] [ 228.275 ]", "length": 4}, "2835": {"text": "I lived in texas when i was younger , i know how tough some things can get . `` rasslin animals '' is half the fun", "length": 22}, "2836": {"text": "Looks like JJT has again taken the lead .", "length": 8}, "2837": {"text": "Let 's hope it stays and the New Year brings in more people like this great man .", "length": 17}, "2838": {"text": "Are there any ple`s started yet then ? and if so where are they so we can check them out maybe we will move to one .", "length": 26}, "2839": {"text": "This flier addresses three of the goals that I work hard to accomplish .", "length": 13}, "2840": {"text": "1 .", "length": 1}, "2841": {"text": "Living in a boarder state , Texas , the problems of illegal aliens is , naturally , a stark reality , and let me add that the only solution that I see is the implimentation of U.S. Troops as guards on the Mexican boarder .", "length": 40}, "2842": {"text": "2 .", "length": 1}, "2843": {"text": "Supporting our men and women in the armed forces .", "length": 9}, "2844": {"text": "In another thread , I was railed by several respectable members of StormFront for my unconditional support of our troops .", "length": 19}, "2845": {"text": "This flier makes it easier for everyone to get behind our troops , by moving them out of Iraq , and to a location where they will be performing according to the U.S. Constitution .", "length": 33}, "2846": {"text": "`` Defend our Boarders . '' 3 .", "length": 4}, "2847": {"text": "Educating the Lemmings in reguard to the Isreali agenda , which is fighting a war for the Jew 's benifit not America 's .", "length": 22}, "2848": {"text": "This coming week , I will be sliding hundreds of these fliers under the windshield wipers of cars in the mall parking lots in the Houston area .", "length": 26}, "2849": {"text": "I urge all White Nationalist in this area to do the same .", "length": 12}, "2850": {"text": "If you plan to work a particular mall in the Houston area , please PM me , so we can coordinate , and cover more area .", "length": 23}, "2851": {"text": "Gee , I may finally make the news for doing something other than being an ugly Harley Rider in a `` No Ugly Zone . ''", "length": 22}, "2852": {"text": "MrBadgerSir", "length": 1}, "2853": {"text": "This looks really good Peachy .", "length": 5}, "2854": {"text": "And if we had just a few hundred more people on this data base thread , we would have those open PLEs by now .", "length": 23}, "2855": {"text": "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .", "length": 23}, "2856": {"text": "I dont doubt what your saying about the BNP and i hope they do well .", "length": 15}, "2857": {"text": "As i say iam active in another party and their meeting was where i live so i thought i would turn up .", "length": 22}, "2858": {"text": "I even thought of showing up to their paper sell outside of Heathway train station on the following saturday", "length": 19}, "2859": {"text": "Thanks for the posting and all they contains .", "length": 8}, "2860": {"text": "C Cheers to all my WHITE BROTHERS AND SISTERS .", "length": 9}, "2861": {"text": "[ COLOR = `` Red '' ] FOREVER WHITE AND PROUD TON", "length": 7}, "2862": {"text": "Thank you for this update .", "length": 5}, "2863": {"text": "And anyone who reads it is asked to bump it into view ( by simply commenting ) for the many others who need know .", "length": 22}, "2864": {"text": "Your idea sounds like the perfect plan for creating WN crack houses and a bunch of lay around druggies and drunks .", "length": 21}, "2865": {"text": "Bless you Mr. Duke !", "length": 4}, "2866": {"text": "Your videos are excellent and you 're one of the most enlightened Whites in our struggle .", "length": 16}, "2867": {"text": "I wish you every success .", "length": 5}, "2868": {"text": "But you get alot of American White nationalists or Nazis claiming to want all non-White descendants out of America but America is not a native White continent or country .", "length": 30}, "2869": {"text": "Great thread and welcome to the South.So glad you left that crumbling state of California.North Ga , Tenn. , and N. Alabama are wonderful places to be among our own people .", "length": 31}, "2870": {"text": "The media will praise and encourage the non-white establishment while denoucing and degrading the White man 's establishments .", "length": 19}, "2871": {"text": "That is persecution .", "length": 3}, "2872": {"text": "According to the poll there 's still a resistant bunch that 's still got the confusion of the devil in' em , but we 'll keep working until they turn around .", "length": 30}, "2873": {"text": "Check out ghost towns .", "length": 4}, "2874": {"text": "Some of us are buying up houses and lots in a small town in ND and we own a decent percentage of it .", "length": 23}, "2875": {"text": "Will be able to elect our own mayor soon .", "length": 9}, "2876": {"text": "It is a lovely town too .", "length": 6}, "2877": {"text": "Lots run about $ 500 , houses about $ 3000 .", "length": 7}, "2878": {"text": "We should have a giant celebration with a large number of White Nationalists present and let the world know we do not appreciate Nelson Mandela and his long history of being anti-White .", "length": 33}, "2879": {"text": "There are things we can do to stop the rapes that occur when blacks and other non whites con white women and girls into getting in cars with them etc For a start teach our women to respect themselves .", "length": 39}, "2880": {"text": "Stop race mixing and discourage those who practice it .", "length": 9}, "2881": {"text": "Teach our men to be men again and defend our countries and women folk against the non white .", "length": 18}, "2882": {"text": "Harsh punishments for rapists .", "length": 4}, "2883": {"text": "Wasn't meaning yo be hard on you or Knightrider1961 .", "length": 10}, "2884": {"text": "Some Klansmen refuse to see where real problems are .", "length": 9}, "2885": {"text": "At times it is perplexing .", "length": 5}, "2886": {"text": "It's good to see someone actively trying to make a difference and reach out to people who otherwise might never realize that there is more than one side to any belief .", "length": 32}, "2887": {"text": "Good work .", "length": 2}, "2888": {"text": "Well said Ghost but , dont bother with that dude-he is one of those that always has to have the last word so it will just go on and on .", "length": 30}, "2889": {"text": "The next world cup will be the greatest murder and rape fest since Katrina .", "length": 14}, "2890": {"text": "Imagine the groids licking their big lips when they see all those unsuspecting tourists walking around .", "length": 16}, "2891": {"text": "The only species that constantly grabs his crotch in front of others and waves their arms around furiously are : 1. monkeys 2. blacks 3. both of the above Need I say more ?", "length": 32}, "2892": {"text": "I plan on going to work and making myself some money .", "length": 11}, "2893": {"text": "I 'm not a nig and need a day off to smoke blunts and drink 40 ouncers .", "length": 17}, "2894": {"text": "I sent out a few more emails the other day and then last night handed out about 25 or so leaflets made up of David Duke 's talk on this and the Duke Lacrosse case that the St. Louis Volksfront donated me .", "length": 42}, "2895": {"text": "When i first joined up i was shocked at how ( no offence ) elderly some of the people who post here are .", "length": 21}, "2896": {"text": "I was on web site not long ago checking into buying land in eastern europe while its still cheap , and not in the hands of other races. it looks like a good investment. and more importantly one way of keeping europe white helping to prevent our extintion .", "length": 47}, "2897": {"text": "Spread the link everywhere in public and in internet !", "length": 9}, "2898": {"text": "Here \u00b4 s some ideas for you , https : //www.stormfront.org/forum/show ... = 298321 & page = 3", "length": 15}, "2899": {"text": "Last Friday an associate here handed out 100 NV leaflets at a rodeo depicting a graphic summation of non-white ( mestizo ) immigration .", "length": 22}, "2900": {"text": "Two e-mails sent , and will phone as soon as I shut down here .", "length": 14}, "2901": {"text": "Great news that in numbers we can accomplish everything , and anything .", "length": 11}, "2902": {"text": "Well...here's what we 're up to : YANKEE _ JIM $ 100.00 Octavian $ 20.00 bigguy $ 20.00 Flax $ 300.00 Umberto $ 25.00 Cabal _ 88 $ 10.00 Gauleiter $ 20.00 Florida88 $ 10.00 -------- Total so far = $ 505.00 ADDED 9/30 Awake777 $ 20.00 JD ( Hyde Park , NY ) $ 10.00 Iconoclast14 $ 32.00 R-I-Z-Z-O ( Whitelion ) $ 30.00 DRC ( Florida ) $ 25.00 DH ( Maryland ) $ 25.00 Lawdog $ 25.00 Bamaman $ 10.00 Scipio Americanus $ 10.00 ------------------ $ 187.00 New total = $ 692.00 ADDED 10/01 Yankee Jim $ 25.00 ------------------------ New total = $ 717.00 ADDED 10/11 VM ( NA TN member ) $ 10.00 DH ( NA Maryland member ) ANOTHER $ 20.00 !", "length": 115}, "2903": {"text": "New total = $ 747.00 vonFreyja88 sent $ 60.00 which I 've not received yet , ( hopefully in PO Box in AM ) and the NA member from the Poughkeepsie , NY area who does not post here pledged another $ 50.00 , which I do n't have in my hand yet , brings the total to : $ 857.00 !!!", "length": 54}, "2904": {"text": "Now ... IF someone wants to make a donation at the absolute last minute ... please see my above quote .", "length": 18}, "2905": {"text": "My wife is in the other room now getting her totals together to hand in tomorrow morning .", "length": 17}, "2906": {"text": "THANKS AGAIN !", "length": 2}, "2907": {"text": "-Yankee Jim", "length": 2}, "2908": {"text": "Writing in David Duke 's name is fine because such a vote will still send the message that white America will not be taken for granted .", "length": 26}, "2909": {"text": "I would probably vote for him if he was on the ballot .", "length": 12}, "2910": {"text": "Calman", "length": 1}, "2911": {"text": "Perhaps consider asking a friend to put up a/some flyers that show him and say that he is a statuatory rapist who preys on underage white girls !", "length": 28}, "2912": {"text": "I go into town and put resistance.com buisness cards in public libraries and give them out on the street to various people that have a white complexion .", "length": 28}, "2913": {"text": "Welcome to the board , Mr. Roper .", "length": 6}, "2914": {"text": "It is great to see one of the leaders of one of the top pro-White organizations in the world come onto Stormfront .", "length": 23}, "2915": {"text": "I just moved here and all my old friends moved away .", "length": 11}, "2916": {"text": "I have been able to become more active than ever because of this site .", "length": 14}, "2917": {"text": "Thank you skingirl", "length": 3}, "2918": {"text": "October 31st is New Year 's Eve in our European cultural tradition - will there be specific flyers for this event ?", "length": 20}, "2919": {"text": "CF", "length": 1}, "2920": {"text": "Suspect also linked to 2009 murder rape case ..", "length": 8}, "2921": {"text": "These feral negroes stalk white women , rape and kill and , no one seems willing to stop them .", "length": 17}, "2922": {"text": "The media is reluctantly covering this , surely not with the same intensity as when the criminal Brown was killed in Ferguson .", "length": 21}, "2923": {"text": "Seems like black criminals get more sympathy from the msm than innocent white women .", "length": 14}, "2924": {"text": "Shocking and outrageous , that is what we all should be feeling. jmho b.e.", "length": 14}, "2925": {"text": "Police : Suspect in U.Va. case linked to 2009 homicide Virginia State Police said Monday that a suspect charged in the disappearance of a University of Virginia sophomore is linked through forensic evidence to the abduction and murder of another college student five years ago .", "length": 45}, "2926": {"text": "Jesse Matthew Jr. , 32 , was arrested near Galveston , Texas , last week and charged with abduction with intent to defile in connection with the disappearance of Hannah Graham , 18 , who is still missing .", "length": 32}, "2927": {"text": "Police confirmed Monday that forensic evidence links Matthew , a University of Virginia Hospital worker , to the disappearance and slaying of 20-year-old Morgan Harrington in October 2009 .", "length": 28}, "2928": {"text": "It is highly doubtful the Homo Sapiens went North .", "length": 9}, "2929": {"text": "Neanderthals were being constantly pushed South from the advancing and retreating Ice Ages and Glaciations .", "length": 15}, "2930": {"text": "Biological Europeans are the descendants of Neanderthals mixed with the humans seen today .", "length": 13}, "2931": {"text": "We did not evolve from Homo Sapiens ; quite the contrary , we retained our intelligence in spite of them .", "length": 18}, "2932": {"text": "He suspected of taking a crap high atop the empire state building a few years ago right out in the open with people walking around ..", "length": 25}, "2933": {"text": "Rapper Kanye West caught pooping at the empire state building .", "length": 10}, "2934": {"text": "- Topix", "length": 1}, "2935": {"text": "...is rotten to the core .", "length": 5}, "2936": {"text": "Only in the mind of the INTERNATIONAL JEW could such an evil machination , with its ticker tape parade of lies , be cooked up !", "length": 23}, "2937": {"text": "if its such a big deal that you need to talk about it , yes. you are a non-white. you might as well be fully mongol .", "length": 26}, "2938": {"text": "But Israel disagrees .", "length": 3}, "2939": {"text": "Are you an anti-Semite who is trying to undermine the racial integrity of the world 's only Jewish state ?", "length": 20}, "2940": {"text": "Careful man , People on SF do n't like Asians bashing .", "length": 11}, "2941": {"text": "They would rather you look for black stories .", "length": 8}, "2942": {"text": "Asians are smart .", "length": 3}, "2943": {"text": "Equals to white and future ally .", "length": 6}, "2944": {"text": "Remember, when you buy California fruit you are supporting illegal immigration because that is all who pick the fruit .", "length": 19}, "2945": {"text": "In fact , if you buy California fruit , you have tasted illegal alien DNA .", "length": 13}, "2946": {"text": "I wonder if the what looks like Arabic used for his second account name has anything to do with his hate for women .", "length": 23}, "2947": {"text": "STDs have nothing to do with the morality and the genetics .", "length": 11}, "2948": {"text": "Stop justifying your yellow fever .", "length": 5}, "2949": {"text": "White + Asian DOES NOT make white babies .", "length": 7}, "2950": {"text": "Whites are supposed to ignore this ?", "length": 6}, "2951": {"text": "Black-On-White Crime Blog : Blacks Commit All Crime at University of Minnesota , Organized Blackness Shouts ' Pattern Recognition ' the Real Crime", "length": 21}, "2952": {"text": "I'm glad you 're gay !", "length": 6}, "2953": {"text": "The next generation of humanity should thank you for not having been infected with your flawed genetic structure .", "length": 18}, "2954": {"text": "I think you do the best you can to embrace the best of who you are by helping the white cause .", "length": 21}, "2955": {"text": "As I said when the races are mixed its more difficult but they can between a white , black or Asian and that proves that races exist .", "length": 26}, "2956": {"text": "It contradicts his statement that races dont exist .", "length": 8}, "2957": {"text": "I did n't realize we were offending you by pointing out how often Asians and Jews get surgery to look more White .", "length": 23}, "2958": {"text": "Maybe they 're confusing the fact that we 're tired of LIBTARDS on TV for our being tired of White people .", "length": 21}, "2959": {"text": "If they want to fire all these leftist moonbats and replace them with genuine White conservatives , I 'm all for it .", "length": 21}, "2960": {"text": "I would n't be surprised if I 've yelled and cussed at one of his call center cousins on the phone before .", "length": 23}, "2961": {"text": "That type of negroes call your kind of brothas , Uncle Tom .", "length": 11}, "2962": {"text": "Because behaving like civilized and educated person is `` to white '' for negroes .", "length": 12}, "2963": {"text": "Deport all Indians back to India and make them pay for the trip .", "length": 13}, "2964": {"text": "The only good thing about Indians is their married women are so loose that prostitution fails in Indian areas .", "length": 19}, "2965": {"text": "Miami,( I do n't know how Don can stand living down there ) Hispanic - 279,456 ( 70.0 % ) Black alone - 64,993 ( 16.3 % ) White alone - 47,622 ( 11.9 % ) Asian alone - 3,649 ( 0.9 % ) Two or more races - 2,642 ( 0.7 % ) Other race alone - 676 ( 0.2 % ) American Indian alone - 361 ( 0.09 % ) Native Hawaiian and Other Pacific Islander alone - 58 ( 0.01 % ) Read more : Miami , Florida ( FL ) profile : population , maps , real estate , averages , homes , statistics , relocation , travel , jobs , hospitals , schools , crime , moving , houses , news , sex offenders", "length": 90}, "2966": {"text": "Camden New Jersey demographics : Hispanic - 36,379 ( 47.0 % ) Black alone - 34,277 ( 44.3 % ) White alone - 3,792 ( 4.9 % ) Asian alone - 1,599 ( 2.1 % ) Two or more races - 938 ( 1.2 % ) American Indian alone - 235 ( 0.3 % ) Other race alone - 109 ( 0.1 % ) Native Hawaiian and Other Pacific Islander alone - 15 ( 0.02 % )", "length": 56}, "2967": {"text": "YOU do not control the lives of Whites by taking over their nations and forcing multiculturalism upon them against their will .", "length": 21}, "2968": {"text": "We can play this game all day if you want to .", "length": 11}, "2969": {"text": "I take it as a compliment when someone calls me a Nazi because they are essentially comparing me to the greatest men to have ever walked this planet .", "length": 28}, "2970": {"text": "I do n't like how you say far greater than your own white blood relatives but there is nothing wrong in being polite to them of course .", "length": 28}, "2971": {"text": "Watch the video , its only 10 minutes , you will see that eventually the bi-racial minority is butchered .", "length": 18}, "2972": {"text": "Lesson of Haiti - William Luther Pierce - YouTube", "length": 7}, "2973": {"text": "You must have met me at some point in time .", "length": 10}, "2974": {"text": "I love Steven Seagal films and I love all Nicolas Cage films , Windtalkers and The Sorcerer 's Apprentice included .", "length": 19}, "2975": {"text": "I think Casablanca and Gone With The Wind are horrible movies and that The Sound Of Music is one of the most annoying things ever put to film .", "length": 28}, "2976": {"text": "I guess I just do n't have any taste .", "length": 10}, "2977": {"text": "Thanks for putting this up .", "length": 5}, "2978": {"text": "I cannot imagine how revolting it must be - the PC dialogue at your university -- idolizing athletes who dont belong in college -- white women getting pregnant with freaks", "length": 27}, "2979": {"text": "At the Water 's Edge : Fish with Fingers , Whales with Legs , and How Life Came Ashore but Then Went Back to Sea - Carl Zimmer Streets of Laredo - Larry McMurtry", "length": 29}, "2980": {"text": "Yes they all know , I have felt this way for year more than I can to think about .", "length": 18}, "2981": {"text": "But that is why I belong and support Stormfront .", "length": 9}, "2982": {"text": "Elk Hunter", "length": 2}, "2983": {"text": "It's going to be a great read whenever all the chapters are translated !", "length": 14}, "2984": {"text": "Dr.", "length": 1}, "2985": {"text": "Duke has mentioned this book several times .", "length": 7}, "2986": {"text": "I was born in Canada but my family is 730 + members strong and we are all from Ireland , so the heritage is thick and the pride is strong .", "length": 28}, "2987": {"text": "White kids need to interact with kneegrows and other non white kids or they 'll be lost in the real come the time they leave home ...", "length": 26}, "2988": {"text": "As a nation , we are in desperate need for an immigration time out and a zero tolerance policy for those here illegally .", "length": 22}, "2989": {"text": "Hi, I 'm trying to move myself and my three year old son up to Northern California or even out of state somewhere near woodlands and I am curious if anyone knows about places I might be able to stay for cheap or free or if anyone has a contact .", "length": 50}, "2990": {"text": "Please help", "length": 2}, "2991": {"text": "I think this video is inappropriate for children .", "length": 8}, "2992": {"text": "I also hope you are not exaggerating anything as children sometimes do .", "length": 12}, "2993": {"text": "I recommend your parents and your school counsellor have a chat .", "length": 11}, "2994": {"text": "Also some of us on here , like myself , do not believe in the genocide of another race which is what abortion is doing to the Black race as 92 % of abortion clinics are in Black communities , we just do n't believe in race mixing .", "length": 45}, "2995": {"text": "I used to live near a school that was 100 % Black with Black children living in all Black homes in a nearly all Black neighbourhood .", "length": 25}, "2996": {"text": "It is n't about wanting another race to die ; it 's about perserving your own .", "length": 16}, "2997": {"text": "I actually saw a period belt buckle once with the SS Deaths Head on it and `` Gott Mit Uns '' over it .", "length": 21}, "2998": {"text": "Clash of the services !!", "length": 4}, "2999": {"text": "The reason liberals become teachers and social workers is because other occupations are not as accepting towards people who live in the fantasy world of political correctness and non-factual thinking .", "length": 31}, "3000": {"text": "`` Those who ca n't do , teach '' - my dad .", "length": 9}, "3001": {"text": "Just wanted to give this another bump and call out to anymore people in the Calgary area that are interested in meeting up , please feel free to message me .", "length": 29}, "3002": {"text": "How about a tactical pen ?", "length": 5}, "3003": {"text": "Uzi Tactical Pens Demonstration - YouTube ( I know Uzi is an Israeli company , but the video is pretty good and you can get a Smith and Wesson model. )", "length": 27}, "3004": {"text": "What else is new ?", "length": 4}, "3005": {"text": "Public schools have been left wing indoctrination centers for a century .", "length": 11}, "3006": {"text": "The gays are just late to the party .", "length": 8}, "3007": {"text": "I will be reading this while away for Christmas .", "length": 9}, "3008": {"text": "A Government of Wolves : The Emerging American Police State A Government of Wolves : The Emerging American Police State", "length": 18}, "3009": {"text": "Blacks acting uncivilized ?", "length": 3}, "3010": {"text": "That 's about the same as saying the sky is blue , or the grass is green .", "length": 16}, "3011": {"text": "It 's just the way they are .", "length": 7}, "3012": {"text": "TNB !", "length": 1}, "3013": {"text": "Thanks to all the people that have come out to meet up recently it has been a real pleasure to meet everyone .", "length": 22}, "3014": {"text": "It was great to see some new faces come out to one of our recent events and we are looking forward to seeing everyone that has been consistently coming to our weekly meets and those who are going to be coming out for the first time .", "length": 46}, "3015": {"text": "I would like to continue to encourage new people to come out and to message me if you are interested in coming out to our social gatherings and meets. it is always nice to see things growing", "length": 37}, "3016": {"text": "Savage .300 Mag .", "length": 3}, "3017": {"text": "3 * 9 * 50 scope .", "length": 4}, "3018": {"text": "Will certainly reach out and getcha ... Wooden stock , recoil isnt so bad .. Happy shooting all .", "length": 15}, "3019": {"text": "And anyone wonders why white students avoid UC Berkeley ?", "length": 9}, "3020": {"text": "White people - report immediately to Californian University for `` re-education '' .", "length": 10}, "3021": {"text": "- White GeNOcide Project", "length": 3}, "3022": {"text": "You find they are worse since they will able to blend more and fool people into thinking they 're genuine .", "length": 20}, "3023": {"text": "This is a picture of Christian Albanian people they do n't look White they look like something from the Caucasus I know my Dad dated a Christian Albanian at one point she was light Brown ( I do n't just mean a tan she was literally light Brown ) she had coal black hair and a massive nose .", "length": 58}, "3024": {"text": "People have the same racial origin , regardless of religion", "length": 9}, "3025": {"text": "And then there 's Asiacourt , the once beautiful , safe , WHITE , area of Scarborough ... ( and the last i checked ) was a garbage infested Chinease outpost .", "length": 24}, "3026": {"text": "I considered it being `` ethnically cleansed '' from my childhood home", "length": 10}, "3027": {"text": "When the entire non-White world is breathing down your neck waiting for an opportunity to kill you , anything you do to protect yourself is self-defense .", "length": 27}, "3028": {"text": "Because there were already two other threads on it .", "length": 9}, "3029": {"text": "You can click `` New Posts '' on the red bar before you wanna create a new thread to see if the news was already posted or not .", "length": 26}, "3030": {"text": "Don't you ever find it strange that Al Qaeda seems to move to where Washington wants it 's troops ?", "length": 20}, "3031": {"text": "Oh look , Al Qaeda is now over there .", "length": 8}, "3032": {"text": "I do not blame you , Ottawa like all of our cities is a multicultural hell .", "length": 15}, "3033": {"text": "The race traitors sicken me too .", "length": 6}, "3034": {"text": "I did the National Geographic test .", "length": 6}, "3035": {"text": "It took 2 months before I got the results back .", "length": 10}, "3036": {"text": "I turned out that I was a euromutt and not completely pureblood : 45 % north european , 35 % Med , and 18 % south west asian", "length": 22}, "3037": {"text": "I usually use Powerade or Sqwincher .", "length": 6}, "3038": {"text": "Sqwincher - Sports Drink - Isotonic Beverage Sqwincher mixes with water also , it is usually found at workwear or welding shops and is aimed at the construction market instead of athletes .", "length": 29}, "3039": {"text": "Cheaper too .", "length": 2}, "3040": {"text": "I suppose they 're trying to be funny , but it 's really just an effort to continue demonizing Germans and propagating the Holocau $ t .", "length": 24}, "3041": {"text": "It's not my responsibility to locate , isolate or else eliminate trolls at this site , nor do I wish to defend this person in any way .", "length": 26}, "3042": {"text": "However , Loki is a trickster god within Norse mythology .", "length": 9}, "3043": {"text": "In concerns of ' chaos ' , within Greek mythology Chaos was held to be the primal space between heaven and earth , being mother to all substances arising from air .", "length": 27}, "3044": {"text": "As for Satan , the word comes from a root word meaning ' adversary ' and as such it should not be taken as to imply a singular being but rather anyone of an adverse nature , in a word , an opponent .", "length": 38}, "3045": {"text": "In consideration of the word ' satan ' , within such a context the notion of satan worship ( to worship ones adversary ) is an altogether stupid thought .", "length": 24}, "3046": {"text": "Then again , in this modern age of white youth emulating negroes and white adults groveling at the feet of the juden , perhaps it 's an appropriate word after all .", "length": 29}, "3047": {"text": "I am within an hour from Saskatoon .", "length": 7}, "3048": {"text": "Great to see there are a few others that are absolutely at the end of their rope with the virus we have sucking this province and country dry .", "length": 28}, "3049": {"text": "I've got two knife blocks on the counter .", "length": 9}, "3050": {"text": "One has a pretty nice mid-level quality knife set I got from an old employer in 2005 iirc and the other is loaded with a full set of the Old Hickory knives .", "length": 33}, "3051": {"text": "I like them .", "length": 3}, "3052": {"text": "I sat up with my eldest son till 5 am to watch a fight that went 14 secs .", "length": 18}, "3053": {"text": "I would do it again .", "length": 5}, "3054": {"text": "Facebook account helps me fo example if im not present in school .", "length": 12}, "3055": {"text": "I can easily get homework from my classmates .", "length": 8}, "3056": {"text": "I have 6 people as `` friends '' only .", "length": 7}, "3057": {"text": "I have no doubt Los Angeles is a cess pool .", "length": 10}, "3058": {"text": "If you thought Canada was mostly whites you must have avoided cities .", "length": 12}, "3059": {"text": "Hearing the Wagner at the end of that video made me want to charge of into the night with a sword .", "length": 21}, "3060": {"text": "Remember to not make it just about being anti-everyone else , but to also make it about them being proud of their own family heritage .", "length": 25}, "3061": {"text": "Don't bother with black culture , it 's not worth the effort .", "length": 12}, "3062": {"text": "Just occasionally drive through the local hood and toss out a few new Shoes and fake toy guns and they 'll do the rest .", "length": 24}, "3063": {"text": "This link covers Citrus County and you are right , some very cheap lots and , the county , looks to be our kind of placehttp://www.homosassausa.com/", "length": 26}, "3064": {"text": "This has been going on since the sports bring in so much money .", "length": 13}, "3065": {"text": "These negro sports are supported with White peoples money .", "length": 9}, "3066": {"text": "All the Whites I know watch negro sports and wear their sports gear .", "length": 13}, "3067": {"text": "On week ends the avreage White person is glued to the TV watching negros play sports .", "length": 16}, "3068": {"text": "I bookmarked their website last night .", "length": 6}, "3069": {"text": "Once the budget tightening is over for the holidays will start buying certain things from there .", "length": 16}, "3070": {"text": "Chicago Teachers Union president explains how to inject politics into math - YouTube Chicago Teachers Union president Karen Lewis explains how to politicize school math for organizing - EAGnews.org powered by Education Action Group Foundation , Inc.", "length": 35}, "3071": {"text": "I went to Miss state and only saw 2 jews and they were students .", "length": 14}, "3072": {"text": "Maybe you should look there or just move here to miss. Or more specifically Tupelo .", "length": 15}, "3073": {"text": "All we have is blacks and a few mestizos and all are pretty well behaved , we keep them that way around here", "length": 22}, "3074": {"text": "When I am around young people and rap music or negro culture comes up I make gestures implying the savagery of blacks .", "length": 22}, "3075": {"text": "Gotta represent my coconuts and mangos yo !!", "length": 7}, "3076": {"text": "Anyone have a link to watch the Rousey / Correia fight online ?", "length": 11}, "3077": {"text": "My goto link is toast and I am allergic to PPV .", "length": 11}, "3078": {"text": "Thanks !", "length": 1}, "3079": {"text": "Since you 're now in college I 'd suggest working on a B.A.E. degree and plan on moving to KS and working in this new school .", "length": 28}, "3080": {"text": "We have to start somewhere with more than talk .", "length": 9}, "3081": {"text": "I've always like this topic and found that if not in a classroom I could enjoy a teacher talking on the topic from a video camera session with maybe someone doing Powerpoint edits , hint , hint .", "length": 36}, "3082": {"text": "I guess this could be added to the classes available section soon at the website ?", "length": 15}, "3083": {"text": "Next to the section of those job openings ?", "length": 8}, "3084": {"text": "They mutilate their own , and they do their best to see to it that those whom they see as their goyim slaves are also marked ....", "length": 25}, "3085": {"text": "Not free , but great for programming , business , and design learning , Lynda.com.", "length": 12}, "3086": {"text": "It 's a monthly fee for all you can learn , 1900 courses .", "length": 12}, "3087": {"text": "It offers certificates of completion for many courses .", "length": 8}, "3088": {"text": "Their brains have never developed so they think there still in the wild jungles of Africa .", "length": 16}, "3089": {"text": "Having worked around blacks at my previous job every stereotype you hear are all true .", "length": 15}, "3090": {"text": "The only thing that they care about is welfare and mooching of all the rest of us .", "length": 17}, "3091": {"text": "Only the best bowmen could draw the 200lb bows , they were like the Barretts of their day .", "length": 17}, "3092": {"text": "The common draw was between 80 - 140 lbs .", "length": 8}, "3093": {"text": "Frederick neichzche embraced the notion that for a race to evolve there had to be a struggle to kill of the weaker elements to keep them from contaminating the gene pool. in the US one could say that there is a breeding program to breed dumb ghetto blacks .", "length": 48}, "3094": {"text": "With the liberal media and police departments under reporting black crime they have been given a pass on their ghetto ways so many times that it as becomes acceptable behavior for them as there is no real consequences for it .", "length": 40}, "3095": {"text": "gander mountain told me there is no money in it surely there is some where what a great trade it would be", "length": 22}, "3096": {"text": "The Negro is generally terrified of Whites , the second you stand up to them they usally back away , thats unless they 're carrying a gun at which point the savages are rarely reluctant to use .", "length": 35}, "3097": {"text": "Great show !", "length": 2}, "3098": {"text": "My son and I have followed it since it started .", "length": 10}, "3099": {"text": "That is one hell of a system they designed to flood the shaft .", "length": 13}, "3100": {"text": "He is a hero of mine .", "length": 6}, "3101": {"text": "It is amazing what they accomplished back then without the distractions and crappy public schools .", "length": 15}, "3102": {"text": "They do this with criminals who ought to be in jail , they put tracking bracelets on them and the smart ones cut them off before they rape and rob , the dumb ones do n't care and just leave them on .", "length": 41}, "3103": {"text": "Does he know what `` infringed '' means ?", "length": 6}, "3104": {"text": "I saw that episode of the Sopranos ... and was applauding Tony !", "length": 11}, "3105": {"text": "I - hate - to see men of all ages wearing baseball caps in inappropriate environments .", "length": 14}, "3106": {"text": "Austrians and Dutch people are darker than the British , many of them with dark hair and brown eyes .", "length": 18}, "3107": {"text": "You are thinking there 's something else in their European blood but it 's only genetic variation .", "length": 17}, "3108": {"text": "I have always thought whites and negroes are as different as lions and tigers .", "length": 14}, "3109": {"text": "Just because we can `` breed '' does n't mean we should .", "length": 11}, "3110": {"text": "I needed to be in 3 places last night , including this one : Christmas with the Gothard Sisters 2014 : Show Teaser - YouTube", "length": 21}, "3111": {"text": "Well, I finished Electrical Engineering at Texas Tech , and came away with four job offers.and wound up with enough money to buy houses and cars and keep my wife happy .", "length": 31}, "3112": {"text": "the think different video is excellent. when i watch videos like this i get a warm nostalgic feeling inside , must be similar to my mum when she watches gone with the wind or doctor zhivago", "length": 35}, "3113": {"text": "You will have to get some space in your apartment. clear out a 6x6 foot space of floor and do floor exercises , stretch , do deep breathing , get a couple of dumbbells .", "length": 31}, "3114": {"text": "He just got completely knocked out , should be fine , I 've seen people flop around like a fish many times after being completely knocked out .", "length": 25}, "3115": {"text": "Could definitely do without the chest compressions .", "length": 7}, "3116": {"text": "Seems to me that aluminum is lighter , softer , more prone to distortion , and creates more friction , as well as corroding more easily .", "length": 22}, "3117": {"text": "But I never liked working with metal as much as wood .", "length": 11}, "3118": {"text": "I would expect more minute particles of aluminum to be left behind in your firearm in comparison to brass .", "length": 19}, "3119": {"text": "I ca n't imagine anyone who loves their firearm would run very much steel through it .", "length": 17}, "3120": {"text": "Steel casing have to be harder on the gun .", "length": 9}, "3121": {"text": "Steel is harder than brass .", "length": 5}, "3122": {"text": "Now , if you have an old beater to play with ....", "length": 10}, "3123": {"text": "A guy could shoot anything in that $ 140 Leinad 410 double barrel .", "length": 12}, "3124": {"text": "Load the shells with pieces of steel rod .", "length": 8}, "3125": {"text": "Saw that youtube video of those guys shooting 444 marlin and 454 Casull in an old 410 shotgun .", "length": 18}, "3126": {"text": "The old shotgun held together !", "length": 5}, "3127": {"text": "My point is , that if you have a nice gun that you value , shoot good ammo in it .", "length": 18}, "3128": {"text": "Do n't pay much attention to me , though .", "length": 9}, "3129": {"text": "I have n't had any first hand knowledge of guns for nearly two decades .", "length": 15}, "3130": {"text": "The border war moves closer to home : Just another day. . . . : A relaxing evening at home suddenly turns into the pursuit of drug smugglers in my neighborhood My blog. . .", "length": 28}, "3131": {"text": "Just another day. . . .", "length": 3}, "3132": {"text": "Next time you see someone with their pants falling down , just help them !", "length": 13}, "3133": {"text": "Pull them right down , and push them over !", "length": 8}, "3134": {"text": "Ya, and they kind of missed the fact that he is going to inner city schools teaching the monkeys how to better kick your white butt !", "length": 26}, "3135": {"text": "Only 6 Corporations Control Over 90 % of the Television Channels These Corporations are Anti-White and are Turning Our People Into Zombies Let 's break the monopoly of news and information by supporting alternative , pro-white media like Stormfront .", "length": 39}, "3136": {"text": "Please click on the banner below to join Stormfront today .", "length": 10}, "3137": {"text": "We thank you for your support !", "length": 6}, "3138": {"text": "Agreed.", "length": 1}, "3139": {"text": "Holy cow , I cannot believe the BS that goes on in a public school system vs. actual learning .", "length": 18}, "3140": {"text": "Not to mention the political correctness spew thrown into the ' actual learning ' .", "length": 12}, "3141": {"text": "I thought I 'd add some of my babies to the thread The iguana is a recent rescue from someone who could n't care for her .", "length": 27}, "3142": {"text": "I 'm very worried she is n't well .", "length": 9}, "3143": {"text": "The lovely previous owner had fed her a steady diet of iceberg lettuce , carrots , and bananas , as well as 0 UVB for the past 7 months .", "length": 26}, "3144": {"text": "I 'm guessing her age to be around 12-18 months , and she is TINY She 's 15 inches STL , keeping in mind she 's missing a small piece at the end .", "length": 32}, "3145": {"text": "Our herp vet is gone til the middle of April , I ca n't wait to get her in and have her checked out .", "length": 24}, "3146": {"text": "She 's such a sweet little thing , her temperament has changed so from when I first brought her home just 2 weeks ago .", "length": 23}, "3147": {"text": "All she needed was some attention and patience .", "length": 8}, "3148": {"text": "And .... I know the rose hair is n't a reptile , but she 's sweet and I could n't leave her out They are another misunderstood family of creatures .", "length": 30}, "3149": {"text": "Back when I was a kid , even the black folks called them that .... `` Ooohhh I' z cai n't wait until Crimusz , I' z gonna get me sum of dem niggah-toes and oranguz fo ' Crimusz , an ' sum peppahmintz ; dey shoa iz gud ! ''", "length": 43}, "3150": {"text": "I think there are some great Country and Western songs about or related to driving trucks .", "length": 16}, "3151": {"text": "Roll On Big Mamma - YouTube", "length": 5}, "3152": {"text": "My gut tells me the percentage of legal minority gun owners is pretty small .", "length": 14}, "3153": {"text": "Any regulation will hurt us , not them .", "length": 7}, "3154": {"text": "If you want to see what having a black , kenyan White-hating muslime in the Whitehouse has created , go look at Tarantino 's latest flick Django Unchained .", "length": 27}, "3155": {"text": "It 's like `` The Legend Of / Vigger Charlie '' on crack .", "length": 10}, "3156": {"text": "Go see you tube video about Z-Backscatter Vans too .", "length": 10}, "3157": {"text": "yeah it just jews stealing stuff from other martial arts. dont worry about it unless they try to recruit you for the mossad", "length": 23}, "3158": {"text": "Classic trucker songs YouTube - & #x202a ; Dave Dudley - Diesel Smoke ( 18WoS : PTTM ) & #x202c ; & rlm ; Diesel Smoke another of same song , different video , says the artist was Red Simpson YouTube - & #x202a ; Red Simpson - Diesel smoke , & #x202c ; & rlm ; YouTube - & #x202a ; Red Sovine-Truck Drivin ' Son Of A Gun & #x202c ; & rlm ; Truck Drivin ' Son of a Gun YouTube - & #x202a ; Terry Allen - Amarillo Highway & #x202c ; & rlm ; Amarillo Highway ( slow version , live , with violins ) YouTube - & #x202a ; Robert Earl Keen - Amarillo Highway & #x202c ; & rlm ; Fast rockin ' country version by Robert Earl Keene", "length": 85}, "3159": {"text": "You use your handgun , to fight back to your shotgun !", "length": 10}, "3160": {"text": "I 've seen shots with a .45 , where people walked around angry .", "length": 12}, "3161": {"text": "Fedor going down like he did hurt a lot too .", "length": 10}, "3162": {"text": "I feel like athletic whites do not have enough kids because when you have a lot of brothers it forces you to fight your way to the top .", "length": 28}, "3163": {"text": "Kurt Angle youngest of 5 brothers , Brock Lesnar youngest of 3 brother .", "length": 12}, "3164": {"text": "Instead it is the athletic negro Holyfield 11 kids , Mike Tyson 7 kids , Riddick Bowe 5 kids , George Foreman 10 kids who procreate like apes and spread these athlete genes along .", "length": 31}, "3165": {"text": "Through numbers alone 200 million whites in this country some of these white kids should be doing wrestling and getting into MMA through wrestling .", "length": 24}, "3166": {"text": "Instead I am seeing this tiny percentage of black wrestlers taking all the MMA spots .", "length": 15}, "3167": {"text": "That's a shame I bought their home school publication years back .", "length": 12}, "3168": {"text": "I am looking for WN specific Home School material ?", "length": 9}, "3169": {"text": "Is there anything out there ?", "length": 5}, "3170": {"text": "The Christian culture still engages in human sacrifices on a daily basis - let 's take a look at some of their ritual practices : [ IMG ] http://torture.justsick * * * * .com/wp-content/uploads/2007/10/butter-electric-chair-botched.jpg [ /IMG ] Another sacrifical victim is dispatched .....", "length": 44}, "3171": {"text": "My grandmother Has Red Hair .", "length": 5}, "3172": {"text": "My Father Had Red hair .", "length": 5}, "3173": {"text": "But I was Born With blond hair and it turned Brown by the time I turned 9 .", "length": 17}, "3174": {"text": "Everyone in my family seems to either have Green eyes or Blue too .", "length": 13}, "3175": {"text": "Knock Out With Knife Hands ( US Marines ) - YouTube Kelly mccan/jum grover uses lots of strikes to that area when teaching combatives", "length": 22}, "3176": {"text": "Remind them that they 're just another Jew tool and that they are basically spitting on the graves of millions of people that were murdered by real Communists .", "length": 28}, "3177": {"text": "Communism is no laughing matter and should n't be impersonated for intentional ' rebelliousness ' .", "length": 14}, "3178": {"text": "http://www.youtube.com/watch ? v = vaEZZnW _ MJo", "length": 9}, "3179": {"text": "This is exactly what the Truth Movement needs more of !", "length": 10}, "3180": {"text": "A couple of White woman who speak the full truth and NAME THE JEW !", "length": 14}, "3181": {"text": "Great job Dr. Lorraine Day and Deanna Spingola !", "length": 8}, "3182": {"text": "Deanna Spingola and Dr. Lorraine Day - Zionism , the Holocaust , Aids and Vaccines YouTube - Deanna Spingola and Dr. Lorraine Day - Zionism , the Holocaust , Aids and Vaccines Listen/watch the full interview @ Deanna Spingola and Dr. Lorraine Day - Zionism , the Holocaust , Aids and Vaccines : Free Download & Streaming : Internet Archive www.DrDay.com www.GoodNewsAboutGod.com", "length": 53}, "3183": {"text": "Restrictions on basketball hoops in Wickliffe , Willowick parks curb complaints , but some players are n't happy - Cleveland.com City puts out curfew of 5pm , and puts steering wheel locks on city park Basketball hoops to curb TNB .", "length": 38}, "3184": {"text": "But no one talks about the real problem .", "length": 8}, "3185": {"text": "When I go to just about any Australian city I feel like a foreigner , these cities were built by my own flesh and blood , I should not feel like an alien in them .", "length": 33}, "3186": {"text": "Blacks Who Lynched Blacks -- Truth Behind American Lynchings The Lynching Myths January 15 , 2012 Violent Crimes : Black On White & White On Black : Blacks Who Lynched Blacks -- Truth Behind American Lynchings", "length": 30}, "3187": {"text": "That is when you take out your phone and take pictures of them .", "length": 13}, "3188": {"text": "There is no expectation of privacy in public , so taking their pictures is legal .", "length": 14}, "3189": {"text": "I suspect they took them because a few of the guys behind were talking about how they had 7k rounds of.22 stocked .", "length": 23}, "3190": {"text": "Rock music video for 12 Stones band , with truck footage .", "length": 10}, "3191": {"text": "Dash cam truck passes Fedex wiggle wagon at 2 : 40-3 : 00 area .", "length": 13}, "3192": {"text": "YouTube - Good Night to Fed Ex", "length": 6}, "3193": {"text": "You may be right , I do n't remember if I was using a liberal curve or not when giving him a 3.5", "length": 24}, "3194": {"text": "It's weird most Indians dot and to an extent feather that I deal with hate blacks more than they do whites and find blacks to be lazy and worthless .", "length": 30}, "3195": {"text": "You must have some luck having the one Indian that loves blacks as a teacher .", "length": 15}, "3196": {"text": "I'll try and see if my sister can bring home the sheet from my old high school with like 20 websites and their passwords of scholary reviewed articls", "length": 29}, "3197": {"text": "I'm looking for a good book on the terror laid down by Stalin upon his own people , preferably from a nationalist or at least neutral perspective .", "length": 27}, "3198": {"text": "There are lots of brown and black kids in the system gays could adopt .", "length": 14}, "3199": {"text": "I do think abusive parents are worse than gays one .", "length": 10}, "3200": {"text": "That 's to assume the gay ones are n't abusive .", "length": 11}, "3201": {"text": "I do n't know if that is true .", "length": 9}, "3202": {"text": "Not long ago I got a note from my diocese mentioning that being a Mason is committing a grave sin and Catholics are not allowed to join them .", "length": 28}, "3203": {"text": "I am new on here and so far i like most of what i have seen.I am looking for some suggestions on reading material i should read to educate myself about my heritage and how to protect it.I know there are some intelligent people on here who can point me in the right direction or even share some of their knowledge with me so i can be more educated and prepared to be able to help not only myself but my race .", "length": 84}, "3204": {"text": "I am a proud white man and want to do my part to make sure there can be proud white men in the future .", "length": 24}, "3205": {"text": "Good thread and good points .", "length": 5}, "3206": {"text": "Many Asians will see something once and memorize it the rest of their lives , but when asked ' how ' it works or use it creatively , they draw a blank .", "length": 28}, "3207": {"text": "There was lots of talk a few years ago of Asian students performing brilliantly , outperforming many Whites and others in school .", "length": 21}, "3208": {"text": "Then these students graduated college and joined the workforce , only to fail .", "length": 12}, "3209": {"text": "Intellectual morons , or educated idiots , are good phrases to describe them .", "length": 11}, "3210": {"text": "It's not government money , it 's taxpayer money and they should spend it as they see fit .", "length": 18}, "3211": {"text": "You educate your kids your way and let others do the same .", "length": 12}, "3212": {"text": "If making a personal profit from government is even in a politician 's or activist mind they are good for nothing , but kindling .", "length": 23}, "3213": {"text": "I already have most of the above .", "length": 7}, "3214": {"text": "I was hoping someone may have come across something published for his age range or reading level .", "length": 17}, "3215": {"text": "Thanks though .", "length": 2}, "3216": {"text": "luckily my child goes to a more white school so they do not even teach about this and they are the only school in the county that had school on mlk day .", "length": 32}, "3217": {"text": "why did god give negroes good rhythm ?? because he messed up their lips , hair , nose and skin so yes they are ugly !!!!!!!!!!!!!!", "length": 22}, "3218": {"text": "I believe Abraham 's faith was tested by God when he asked him to sacrifice Isaac , the quran falsely claims it was Ishmael .", "length": 23}, "3219": {"text": "I take it you are a little person then .", "length": 9}, "3220": {"text": "My advice is go bulk up at a gym and take up a martial art so you do n't feel as intimidated by blacks as you currently do .", "length": 29}, "3221": {"text": "You did n't learn about it because it is n't so .", "length": 13}, "3222": {"text": "Call the teacher and complain , or pull your child out of his class .", "length": 13}, "3223": {"text": "I bet you can see the Mexic-ants from space with the Google Earth. photo ants on picnic table CYF salt of the earth", "length": 24}, "3224": {"text": "There is a young maid as well and they are about to be married under a sacred tree .... that is what the Oak and fire in the background are about .", "length": 30}, "3225": {"text": "It is a pagan wedding , between a man and a women .", "length": 11}, "3226": {"text": "This was the first silent movie I saw , the first movie I saw starring Lillian Gish , who is now one of my favourite actresses .", "length": 24}, "3227": {"text": "What an amazing picture .", "length": 4}, "3228": {"text": "Billy Bitzer certainly was a daredevil cameraman .", "length": 7}, "3229": {"text": "You can ask to your french fellow in stormfront french part for a little help both of them speak english and french .", "length": 22}, "3230": {"text": "Never mind the mess on the floor brother .", "length": 8}, "3231": {"text": "Always see the enemy as the hole in the roof that made the mess .", "length": 14}, "3232": {"text": "Today is exactly 100 years since it was released .", "length": 9}, "3233": {"text": "I watched it today and I must say it 's a very good movie .", "length": 14}, "3234": {"text": "I think its a bad thing to do and possibly harmful to the baby but I do n't think anyone besides the mother and the father of the baby should have a say so in if she quits or not .", "length": 41}, "3235": {"text": "Yeah, thank God for fingers ....", "length": 5}, "3236": {"text": "I think our middle finger is about worn out .", "length": 9}, "3237": {"text": "Thank goodness you 're there to pick up the slack .", "length": 10}, "3238": {"text": "At the hospital I take care of very diverse group of patients , use your imagination .", "length": 15}, "3239": {"text": "Jews are the most demanding and worst patients of all .", "length": 10}, "3240": {"text": "There should be the death penalty for anyone involved in human trafficking , forced prostitution or anyone involving children .", "length": 18}, "3241": {"text": "Pornography and prostitution should be outlawed as the jewish filth that it is . _ _ _ _ _ _ _ _ _ nazi.org.uk", "length": 25}, "3242": {"text": "Make this a problem for your parents.Get their attention where it should be : On the welfare of their child , and their own Race .", "length": 24}, "3243": {"text": "My scientist can beat the living life out of your scientist on any day .", "length": 14}, "3244": {"text": "And this is exactly why we have to fall back on common sense ... And common sense says nobody is hanging around below 40,000 feet to take a tan ...", "length": 29}, "3245": {"text": "Exactly.", "length": 1}, "3246": {"text": "It always turns ugly eventually , and then the thread will be locked .", "length": 12}, "3247": {"text": "I 've seen it happen so many times. : explode", "length": 9}, "3248": {"text": "That film is full of outright lies .", "length": 7}, "3249": {"text": "Here 's a link which documents all of the BS that Moore put in the film .", "length": 16}, "3250": {"text": "http://www.hardylaw.net/Truth_About_Bowling.html", "length": 6}, "3251": {"text": "That s a good site and I 'll sign up for the newsletter !", "length": 13}, "3252": {"text": "Keep it up and spread the word .", "length": 7}, "3253": {"text": "There are many whites out there who would become part of the movement , but know nothing of it !", "length": 18}, "3254": {"text": "That s how I and my friends were for awhile we have the same beliefs but knew nothing of the WN movement or WN until one day I was searching the web and came across a white nationalist site and there was a link to stormfront on it and from there I told my friends about it and now we will try and spread the word !", "length": 66}, "3255": {"text": "You gotta give him a chance at least or move to cleveland and then well talk lol always looking for a wp girl .", "length": 23}, "3256": {"text": "You can have a high I.Q. and still have friends , i mean i ai n't a doctor or anything but i 've still got a decent i.q and i have like half my year as friends ( except all foreigners )", "length": 42}, "3257": {"text": "Do you ever ask yourself why you have a screen name that 's reminiscent of the sound a butthole makes after too many beans ? .", "length": 24}, "3258": {"text": "Exactly, especially since all the photos are White on White or in a few instances Black on Black .", "length": 18}, "3259": {"text": "God forbid anyone should promote straight racially loyal hetrosexuality Diablo", "length": 10}, "3260": {"text": "I had a black tell me once that nothing scares a black more than a white man and his big dog .", "length": 21}, "3261": {"text": "I love my big dog ...", "length": 5}, "3262": {"text": "Is there any good White pride music that is n't just annoying screaming and bad metal ?", "length": 17}, "3263": {"text": "Anything along the lines of , uh , punk or alternative ?", "length": 9}, "3264": {"text": "Someone who ca n't get their point across without using a hundred curse words does n't even deserve to be answered .", "length": 23}, "3265": {"text": "Welcome back , I hope you make s/f a habit .", "length": 10}, "3266": {"text": "I too took a year aor so off from s/f several years ago .", "length": 14}, "3267": {"text": "And , nice picture too !", "length": 4}, "3268": {"text": "David ( SS )", "length": 2}, "3269": {"text": "Of course your brother would be welcome in our White community .", "length": 11}, "3270": {"text": "We are not filled with all the hate that the jewish media tells the lemmings we are .", "length": 17}, "3271": {"text": "We take care of our own !!!", "length": 6}, "3272": {"text": "you have a moral duty as an upstanding citizen and white person to have that baby removed from her wretched hands and have it be properly cared for. to hell with your degenerate friend , put your fear aside and do whats right for the baby 's sake .", "length": 47}, "3273": {"text": "NOW .", "length": 1}, "3274": {"text": "Seems that an old proverb about dogs and fleas comes to mind here .", "length": 13}, "3275": {"text": "Of course dogs are NOBLE creatures .", "length": 6}, "3276": {"text": "Those I allude to ....", "length": 4}, "3277": {"text": "I am sorry to hear that about losing your job well after reading all of these i went out walking cuz i was pumped to kick some ass .. heh ...", "length": 29}, "3278": {"text": "some are and some are not. you will find that with everything in life. but whites tend to be more raspecfull to everyone", "length": 23}, "3279": {"text": "well like I said , I keep to myself .", "length": 8}, "3280": {"text": "It 's summer and I have a lot of time on my hands with a work break .", "length": 17}, "3281": {"text": "things u put on yer teeth just kidding ... seen guys with those things that suppose to hold up pants ? theyre red or white ? and theyre not belts. welcome to skinhead charades .", "length": 31}, "3282": {"text": "Yes, now if we could just get this whole time machine thing figured out , when we got back all we would see are smiling white faces .", "length": 26}, "3283": {"text": "I'd LOVE to stay at home and raise my children .", "length": 11}, "3284": {"text": "I have nothing against staying at home , but I 'd also like to start a home day-care .", "length": 18}, "3285": {"text": "That way I can make money , have friends for my child to play with , AND stay at home .", "length": 18}, "3286": {"text": "Brown eyes and Brown hair make you no less white than someone with blonde hair and blue eyes .", "length": 18}, "3287": {"text": "I really have given no thought to changing eye or hair color , so it really does not matter to moi .", "length": 20}, "3288": {"text": "My skin color , well its white .", "length": 6}, "3289": {"text": "Maybe blacks are n't better , but their body is more shaped to hunt animals .", "length": 15}, "3290": {"text": "The whites and the asians evoluated , and the blacks are still behind .", "length": 12}, "3291": {"text": "There are some white pride chats on yahoo go to governments and politics then click user rooms there are usually 1-4 white pride chats there", "length": 26}, "3292": {"text": "I can honestly say I feel dumber after reading posts on that board .", "length": 13}, "3293": {"text": "Those are some of the most stupid posts I have ever read in my life .", "length": 15}, "3294": {"text": "I know how you feel BreakTheSilence luckily this is your last year in school and it is almost over otherwise I would say you should look into independent study where you do not have to put up with all the filth that is in the public education system .", "length": 48}, "3295": {"text": "Good luck !", "length": 2}, "3296": {"text": "i live up the block from a muslim mask. every friday they rule the streets. they think that they can walk anywhere they want and if your are white they give you a look just klike when you pass through a black neighborhood. they are the same as them nigs", "length": 50}, "3297": {"text": "I got one during this last school year and I through it away .", "length": 13}, "3298": {"text": "Than they just sent me another one like a week ago ... it is sitting right in front of me still not filled out .", "length": 23}, "3299": {"text": "I was looking at it the other day and I realized that most kids that probably get this go through and get to check every single club on the back ... I have n't been in one club or group in school .", "length": 42}, "3300": {"text": "Just makes for an easier form for me !", "length": 8}, "3301": {"text": "If we dont stop fighting over territory , we will have none left to ourselfes anyones .", "length": 15}, "3302": {"text": "So get tougether and save a great race .", "length": 8}, "3303": {"text": "Im not a girl , but i am a 17 year old Skin from Canada .", "length": 14}, "3304": {"text": "I put you on my msn. dont accept if you dont want too", "length": 13}, "3305": {"text": "Judge by color or I am so not `` hip '' ?", "length": 9}, "3306": {"text": "What is colour , is that ghetto fly , super dawg slang ???", "length": 10}, "3307": {"text": "Girl I bey you are fly !!!", "length": 6}, "3308": {"text": "Hey Everyone .", "length": 2}, "3309": {"text": "I 'm a brand new member from the South JErsey area .", "length": 11}, "3310": {"text": "Anyone know of any youth White Pride acitivities/organizations in the South Jersey maybe Philly area ?", "length": 16}, "3311": {"text": "Thanks , Greg", "length": 2}, "3312": {"text": "Welcome, Sir .", "length": 2}, "3313": {"text": "Post freely , in all forums .", "length": 5}, "3314": {"text": "Remember there will be a delay in your potst ' appearing , until you reach unmoderated status .", "length": 15}, "3315": {"text": "hello, my name is jason , i am 13 years old and felt like postting. anyone here from or near CT , if u are , send me a message or something .", "length": 29}, "3316": {"text": "W.P.W.W. : attack", "length": 5}, "3317": {"text": "You could try looking at the National socialist and Fascist Resource Centre at http://www.ufc.co.uk They cover a whole range of educational material .", "length": 26}, "3318": {"text": "Fair enough .", "length": 2}, "3319": {"text": "I got the message you were trying to get across in your first post , I just felt like messing with you .", "length": 21}, "3320": {"text": "Haha !", "length": 1}, "3321": {"text": "I was wondering the same thing when I first saw that this section was added .", "length": 15}, "3322": {"text": "Although I am not an old fart ... I 'm in my 20s .", "length": 12}, "3323": {"text": "Free at last , free at last , good God almighty I 'm free at last !", "length": 14}, "3324": {"text": "Have n't been this happy in 10 months. : jump", "length": 10}, "3325": {"text": "ALL this high school talk makes ME feel old , and Im 19 !!!", "length": 12}, "3326": {"text": "Graduated two years ago and still do n't miss it .", "length": 11}, "3327": {"text": "As always the video is filled with the truth .", "length": 9}, "3328": {"text": "I was filled with love for my race while watching this video .", "length": 12}, "3329": {"text": "This is the same white flight pattern all over the world , the problem being eventually we will run out of space to live .", "length": 23}, "3330": {"text": "The earth is not getting bigger people .", "length": 7}, "3331": {"text": "The white nationalist front has never been proven to exist outside of the chairman there waste of your time until it is proved to exist", "length": 25}, "3332": {"text": "There is no-way in the world that was his first time ..", "length": 12}, "3333": {"text": "I bet where he lived small animals went missing all the time maybe even people", "length": 15}, "3334": {"text": "Now that is good news as I frequently heard amongst my people that they will only stand together and fight once they have lost everything .", "length": 25}, "3335": {"text": "Had to listen to this idiotic statement/strategy for years .", "length": 10}, "3336": {"text": "So please Zuma be a good little kaffir and take their land", "length": 12}, "3337": {"text": "Yeah that would be great if you could make it out .", "length": 11}, "3338": {"text": "Send me a message if you plan to come out and we will make arrangements to meet up", "length": 18}, "3339": {"text": "I would like to have a look round too Planning it for later this year Just a look round Looks like a beautiful country from the air ( google )", "length": 28}, "3340": {"text": "Also, I think I did a dumb thing by using my real name as a user name ... anyway I can change it ?", "length": 22}, "3341": {"text": "Please advise .", "length": 2}, "3342": {"text": "Although they do appear trashy and promote race mixing , the two head figures in the band are white , are married and do have a white child .", "length": 26}, "3343": {"text": "Sixteen Jones , Die Antwoord 's daughter - YouTube", "length": 7}, "3344": {"text": "Keep hearing how wonderful he was and someone even likened him to Christ !!", "length": 13}, "3345": {"text": "He was a saint apparently hope nothing awful happens to my white brother and sisters in SA , keep safe .", "length": 19}, "3346": {"text": "Wow look how they promote such hate then they wonder why most of us want them to move back to africa", "length": 21}, "3347": {"text": "My aunt teaches at an all black inner city school in Kent , OH .", "length": 13}, "3348": {"text": "She is white .", "length": 3}, "3349": {"text": "Some of the kids threw a DESK out of a third floor window onto a teacher and broke his arm .", "length": 20}, "3350": {"text": "She gets cussed every day .", "length": 5}, "3351": {"text": "Somebody scratched her car and let the air out of the tires one day .", "length": 14}, "3352": {"text": "She says the class is out of control and the kids are unteachable , and the black administration does not support her .", "length": 21}, "3353": {"text": "London artist shot dead in South Africa protecting his family from gunmen in raid during wedding anniversary - Crime - News - London Evening Standard", "length": 22}, "3354": {"text": "There IQ is pretty worthless if they have n't discovered a cure for cancer , MS , Parkinson or HIV , ETC .... bah .... all I see is numbers .", "length": 26}, "3355": {"text": "It is happening .", "length": 3}, "3356": {"text": "My wife had to spend time at the UP Hospital in Philadelphia - thank God I was licensed to carry in Pa. Downtown Philadelphia is becoming a cesspool .", "length": 27}, "3357": {"text": "Pity Nationalists in Britain are busy fighting each other as opposed to uniting and pushing the cause to a wider audience .", "length": 21}, "3358": {"text": "I'm wondering how would the liberals react to the Zulu movie being released in the year 2014 ?", "length": 18}, "3359": {"text": "Zulu - Final Attack - YouTube", "length": 4}, "3360": {"text": "These are Rapist techniques .", "length": 4}, "3361": {"text": "They are culturally raping european countries in every way .", "length": 9}, "3362": {"text": "Liberal is just the PC word for Rapist .", "length": 8}, "3363": {"text": "It might hold together for a short time but eventually major problems will develop .", "length": 14}, "3364": {"text": "Do non Whites really think they measure up to Whites ?", "length": 10}, "3365": {"text": "Is it possible that we developed an alcohol tolerance as a way to conquer other tribes ?", "length": 16}, "3366": {"text": "Seemed to work well on the Indians and Australian aborigines .", "length": 10}, "3367": {"text": "Peter, it is no suprise that you were the first to make a comment on this thread .", "length": 17}, "3368": {"text": "Every white person from Michigan knows that our Detroit negros are the worst in America .", "length": 15}, "3369": {"text": "I think this is the video I was talking about earlier , make 's me grateful for our ' micro-ghettos `` out here.This guy keeps driving for miles and miles .", "length": 29}, "3370": {"text": "Here you would be in and out of the ghetto in prob under a minute .", "length": 15}, "3371": {"text": "YouTube - A Tour Of Detroit 's Ghetto", "length": 7}, "3372": {"text": "The only people he 's demoralizing ( or trying to demoralize ) are the families of these dead troops at funerals .", "length": 19}, "3373": {"text": "It 's uncalled for , UnWhite , and uncivilized .", "length": 7}, "3374": {"text": "Period .", "length": 1}, "3375": {"text": "I can picture the headlines on Detroit is Crap .", "length": 9}, "3376": {"text": "`` Final fried chicken delivery truck leaves for Detroit ( never to be seen again ) . ''", "length": 13}, "3377": {"text": "General1812 I think maybe they now starting to have cold feet ; as the race who have feed them will die out .", "length": 21}, "3378": {"text": "There has been a constantly stream of money from the white man 's hand to `` anti-whites ''", "length": 17}, "3379": {"text": "Or so this short film would have you believe !", "length": 9}, "3380": {"text": "This film tells the story of a poor victimised African boy ( Joseph ) who was allowed into Ireland .", "length": 17}, "3381": {"text": "On his first day of school , he is tormented by the evil spirited White children .", "length": 15}, "3382": {"text": "http://movies.nytimes.com/2009/02/06/movies/06shor.htmlYouTube-NewBoyhttp://www.getthebigpicture.net/blog...m-new-boy.html", "length": 19}, "3383": {"text": "Yep the bottom line is without a strong family behind her a young girl is very vulnerable .. The Jew knows this and Glamorises the Negro using its media power , here we see the results .", "length": 34}, "3384": {"text": "Yeah, i guess the one time you 're not prepared for it will be the time it goes down .", "length": 19}, "3385": {"text": "Would you have been arrested if you shot them/killed them on your own property ?", "length": 15}, "3386": {"text": "I hear that McDonalds is coming to their aid .", "length": 9}, "3387": {"text": "They are shipping 15,000 Mc Turdos with fresh flies on the side .", "length": 13}, "3388": {"text": "No one was eating cow dung when the Whites ran it and it was called Rhodesia .", "length": 16}, "3389": {"text": "`` Those evil Whites .", "length": 3}, "3390": {"text": "We have to kill off all of the Whites so we can go back to eating cow dung ! \"", "length": 18}, "3391": {"text": "They are too dung stupid to be able to tap into the market .", "length": 13}, "3392": {"text": "They would be better off just sitting out in the sun eating a dirt sundae .", "length": 15}, "3393": {"text": "I would willing risk jail time if it meant I could get my hands on them or anyone who does that to a white child .", "length": 25}, "3394": {"text": "Those little boys would have never seen their 11th birthday if I was there .", "length": 14}, "3395": {"text": "Stories like this are so sad .", "length": 6}, "3396": {"text": "And reading the article one gets gets the impression that comp sci departments are desperate and grateful for bodies -- regardless of color -- in their departments .", "length": 25}, "3397": {"text": "I was hoping that at least one of those animals would get their heads lobbed off by the propeller blades like in Dawn of The Dead .", "length": 26}, "3398": {"text": "Stormfront should try to create a larger protest in Defense of Ed Steele .", "length": 13}, "3399": {"text": "Locals in the area should organize a march or something .", "length": 10}, "3400": {"text": "Has Jack McLamb been contacted ?", "length": 5}, "3401": {"text": "They do crank ?", "length": 3}, "3402": {"text": "I saw Edwards on some TV show not long ago .", "length": 10}, "3403": {"text": "The first thing I thought was `` he does lots of meth '' .", "length": 11}, "3404": {"text": "I think that white women who cannot find a suitable white partner for whatever reason should not delay childbearing but should go to a sperm bank and start having white kids .", "length": 31}, "3405": {"text": "She could then go on welfare and take out student loans to go to college .", "length": 15}, "3406": {"text": "Most Americans will probably wind up working in fast food anyway and this can delay that by a few decades .", "length": 20}, "3407": {"text": "I always thought it would be cool if somebody covertly set off a nuke in Kashmir , and then we all could sit back and watch as the Paki 's and Indians nuke the scheiss out of each other .", "length": 38}, "3408": {"text": "Of course they do .", "length": 4}, "3409": {"text": "Nancy Grace has had no other news but this for weeks .", "length": 11}, "3410": {"text": "When Emily was murdered my wife sent the info to Nancy Grace and there was not a word said about it .", "length": 21}, "3411": {"text": "May they just need to turn these savages loose , justice will take care of itself .", "length": 15}, "3412": {"text": "Why would the press be covering this .", "length": 7}, "3413": {"text": "Nothing more than a murdered white girl , the talking heads could care less about her .", "length": 15}, "3414": {"text": "Just let Shaniqua leave her kids home to burn the house down while she goes to da club .", "length": 18}, "3415": {"text": "Then they will whine for days about the hard life of a 26 year old single mom of 7 kids Justice for Emily", "length": 23}, "3416": {"text": "They would perform a rape test and get the evidence immediately .", "length": 11}, "3417": {"text": "They know what happened or not .", "length": 6}, "3418": {"text": "These groids went haywire when they got in there and found themselves a white girl .", "length": 15}, "3419": {"text": "They should be executed forthwith and publically .", "length": 7}, "3420": {"text": "As it is , now they get free meals and watch TV all day with the tax payer footing the bill .", "length": 20}, "3421": {"text": "That 's every groid 's wish anyways .", "length": 7}, "3422": {"text": "String ' em up !", "length": 3}, "3423": {"text": "Who reported that they were Jews and had an Israeli passport if there was an immediate media blackout as soon as these facts came out ?", "length": 25}, "3424": {"text": "Are there any English language links to read about this ?", "length": 10}, "3425": {"text": "The bible is n't jewish .", "length": 6}, "3426": {"text": "They do what they always do take something of someone else 's and make it their own .", "length": 17}, "3427": {"text": "I myself like to use Euro pride world wide in a collective effort .", "length": 13}, "3428": {"text": "If I have to start compartmentalizing I use Nordic and Heathen", "length": 11}, "3429": {"text": "Edit: alright , I did it ...", "length": 5}, "3430": {"text": "I think you underestimate how many times I have actually taken different tests .", "length": 13}, "3431": {"text": "I have taken THAT particular test like ten times before .", "length": 10}, "3432": {"text": "People in my circle of acquaintances are a bit obsessed with IQ .", "length": 12}, "3433": {"text": "I am pretty sure you are a troll .", "length": 8}, "3434": {"text": "Take back what you said or I will report you .", "length": 10}, "3435": {"text": "I dont like reporting people but the last thing I will do is tolerate some stupid pig who claims Hungarians are Tatars .", "length": 22}, "3436": {"text": "I guess there 's going to be some miraculous event within the next 11 years that will make everyone mixed race .", "length": 21}, "3437": {"text": "We can work together and look after each other which blacks cant. We can think as individuals and do things because they are right and not because we are told to , which asians cant.", "length": 34}, "3438": {"text": "Interesting guy , if you 've never seen Derren Brown before .", "length": 10}, "3439": {"text": "Here , he explores whether someone could be made into an amnesiac assassin .", "length": 12}, "3440": {"text": "Derren Brown - The Assassin Part 1 - YouTube Derren Brown - The Assassin Part 2 - YouTube Derren Brown - The Assassin Part 3 - YouTube Derren Brown - The Assassin Part 4 Final - YouTube Fun stuff .", "length": 31}, "3441": {"text": "( As I watch from the safety in front of my computer monitor. )", "length": 12}, "3442": {"text": "If it 's really this easy for an admittedly skilled hypnotist to do this to people , what could CIA/KGB/MI6/etc do with full , unrestrained control over someone ?", "length": 29}, "3443": {"text": "I Got 15 Kids & 3 Babydaddys-SOMEONE & #39 ; S GOTTA PAY FOR ME & MY KIDS !!!", "length": 15}, "3444": {"text": "- YouTube Obama Is Going To Pay For My Gas And Mortgage !!!", "length": 11}, "3445": {"text": "- YouTube Welfare Checks Late - YouTube", "length": 5}, "3446": {"text": "I believe this was posted before but had no sound and the victim 's face was blurred .", "length": 17}, "3447": {"text": "Here it is uncensored : White boy gets beat up by 2 blacks while the other blacks cheer .", "length": 17}, "3448": {"text": "- YouTube", "length": 1}, "3449": {"text": "DUDE GETTING JUMPED - KNOCKED OUT - THEN ROBBED ON THE EL PLATFORM IN PHILADELPHIA - YouTube White Guy Robbed & Knocked Out By Black Thugs - YouTube Nigga Moments of crackheads - YouTube", "length": 28}, "3450": {"text": "Sadly that is what happens when you dumb down a society and make everything sexual.Not even innocent animals are out of the question for these sickos .", "length": 27}, "3451": {"text": "Crippin nigga .", "length": 2}, "3452": {"text": "WE CRIPPIN NIGGA .", "length": 3}, "3453": {"text": "CRIPPPINNN !!!!", "length": 1}, "3454": {"text": "WE GOT MONEY AROUND HERE TOO Compton Crips Pt.1 - YouTube These negroes are in the middle of the street , seems like something of a zoo , playing with their cheap lowriders .", "length": 31}, "3455": {"text": "That's called white flight , and it 's why the city centre of almost every major American city is now predominantly non-white .", "length": 23}, "3456": {"text": "Humans and negroes use restaurants in entirely different ways .", "length": 9}, "3457": {"text": "YouTube - & #x202a ; Unruly Teens wrecking a Dunkin Donuts at 75 christopher street in manhattan & #x202c ; & rlm ;", "length": 16}, "3458": {"text": "YouTube - Grandson attacks and rapes 87-Year-Old bed-ridden amputee Grandmother YouTube - Police are looking for Flash Mob of black Teens who Robbed Dupont Circle Store .", "length": 27}, "3459": {"text": "YouTube - BLACK WOMAN GOES BALLISTIC ON REPORTER YouTube - he wuz a good boy , Black kid kills two white men YouTube - Black Man Charged with Rape of 65 year old Coma Patient YouTube - BLACK Robber Forces Guy to Drink Liquid Soap Video", "length": 41}, "3460": {"text": "This thread makes me thankful that I will be homeschooling my children .", "length": 12}, "3461": {"text": "Most of these videos belong on the Animal Planet tv channel .", "length": 11}, "3462": {"text": "More racist violence by blacks - this time the victim was a Chinese man : YouTube - Racist Blacks beat a Chinese man to death", "length": 22}, "3463": {"text": "Blacks seem to be hell bent on embarrassing themselves and acting like animals everywhere they go .. this is pretty typical behaviour ..", "length": 21}, "3464": {"text": "YouTube - Broadcast Yourself .", "length": 3}, "3465": {"text": "Apparently the story is that the white woman flipped off one of those groids and they all came to gang up on her .", "length": 23}, "3466": {"text": "Hahahhah the amount of whites in my town has gone up and all other minorities have gone down !", "length": 18}, "3467": {"text": "Thanks for posting , made my day", "length": 6}, "3468": {"text": "Me thinks Genesis is a negro who thinks he 's from the line of Adam.A troll , confused , black and prowling Stormfront.So make the Revelation Genesis - what are you really up to ?", "length": 33}, "3469": {"text": "Police threaten woman for requesting white housemates .", "length": 7}, "3470": {"text": "Police intimidate and threaten to cite or arrest white woman for a sign on her house/yard saying `` I rent to white room-mates '' .", "length": 24}, "3471": {"text": "It's going to get bad when this comes out .", "length": 10}, "3472": {"text": "I can already see virtual AI girl friends coming out of this .", "length": 12}, "3473": {"text": "HydraDeck Humans - YouTube", "length": 3}, "3474": {"text": "Even when the rest of the world has daggers ready to strike at your heart , you still show them kindness ..", "length": 20}, "3475": {"text": "http://www.japantoday.com/category/n...a-bound-flighthttp://www.washingtonpost.com/wp-dyn...071301714.html Uzodinma Iweala is the author of `` Beasts of No Nation , '' a novel about child soldiers .", "length": 31}, "3476": {"text": "A lot of it could be mostly blacks with Hispanics though .", "length": 11}, "3477": {"text": "Good news is that census reports suggest whites are still the least likely to race mix .", "length": 16}, "3478": {"text": "Hispanics , Blacks and Asians are all doing it .", "length": 8}, "3479": {"text": "of course they wo n't. they just want to steal our land. they would n't stop until we are all dead. and neither would we .", "length": 27}, "3480": {"text": "1st video , there are more non-whites than just the black girl 2nd video the white guy and asian girl both wear red shirts to create that subconscious association .", "length": 29}, "3481": {"text": "Of course ATT had to make the one blond boy look stupid .", "length": 12}, "3482": {"text": "Imagine the uproar if the black girl said `` ten '' .", "length": 9}, "3483": {"text": "YouTube", "length": 1}, "3484": {"text": "The only thing more disgusting than a White woman with a groid is a White woman who drags her White child into the filth with her .", "length": 26}, "3485": {"text": "Blockbuster Instant Commercial - YouTube !", "length": 4}, "3486": {"text": "In reality they do pair up the black males with the White girls in mixed schools because the girls help them with their work and it makes the school 's achievement stats less dismal .", "length": 34}, "3487": {"text": "zpridez NO big deal , I got your drift.IMO If these bellyaching Black peoples et al continue to negate/or ignore the present ' Products of Progress ' within society we 're all doomed .", "length": 32}, "3488": {"text": "Don't force me to eat with the hired help . [ Do n't force me to eat with the hired help - Page 4 - Cruise Critic Message Boards", "length": 27}, "3489": {"text": "i love it when jews get a taste of thier own vile medicene I hope each and every one of them young to old starve in the cold", "length": 28}, "3490": {"text": "Don't eat a Snickers candy bar ... it will turn you into a negro ! ( Also has the obligatory White doofus guy at the end. )", "length": 24}, "3491": {"text": "SNICKERS \u00ae - `` Coach '' - YouTube", "length": 3}, "3492": {"text": "So here 's where all that missing bank stimulus money went !", "length": 11}, "3493": {"text": "Israel 3rd Worldwide in ' Millionaire Growth ' in 2009 - Finances & Business - Israel News - Israel National News", "length": 15}, "3494": {"text": "Watch the Pass it On Honesty commercial where a kid returns a purse | Values.com White kid `` suspiciously '' returns black lady 's purse , white cops reward him with donuts", "length": 29}, "3495": {"text": "The Diversity Dinner : Breaking Bread & Barriers - YouTube A lot of good comments on this video though , if you have a youtube account feel free to leave a comment on there .", "length": 30}, "3496": {"text": "I want more data but this is a good start ... You 've made me wish I had n't been such a TV-phobe these last few years Next stop , I 'll be looking up all these characters and adding photos in case there are other cave dwellers like me on this thread ...", "length": 53}, "3497": {"text": "Since they are just little kids i do n't want to be rude , but how ugly is the black kid compared to the others ? it 's not even adorable , it 's kinda scary lol", "length": 35}, "3498": {"text": "I feel sorry for people living in Texas , i live in Australia and i always thought Texas was a basically white exclusive place to live .", "length": 25}, "3499": {"text": "There was a study a while ago .", "length": 7}, "3500": {"text": "75 % of junior high Student 's could n't point out New york state on a map .", "length": 17}, "3501": {"text": "TF .", "length": 1}, "3502": {"text": "3702", "length": 1}, "3503": {"text": "That's an American invention My Dear .", "length": 7}, "3504": {"text": "Though Micronesians eat it by the gross .", "length": 7}, "3505": {"text": "Hell they fry it in lard and eat it with rice .", "length": 11}, "3506": {"text": "They love it .", "length": 3}, "3507": {"text": "They eat 3 X the food at each meal than your average American .", "length": 13}, "3508": {"text": "Thus they have the title as the fattest people in the world .", "length": 12}, "3509": {"text": "Most of them do n't care either .", "length": 8}, "3510": {"text": "The Armenian DNA R1b -- 32 % I -- 38 % R1a --- 6 % J --- 6 % Source : Authors : Michael E. Weale Levon Yepiskoposyan Rolf F. Jager Nelli Hovhannisyan Armine Khudoyan Oliver Burbage-Hall Neil Bradman , Mark G. Thomas Title : Armenian Y chromosome haplotypes reveal strong regional structure within a single ethno-national group Hum Genet ( 2001 ) 109 : 659 674 DOI 10.1007/s00439-001-0627-9 Received : 14 September 2001 / Accepted : 14 September 2001 / Published online : 30 October 2001 ORIGINAL INVESTIGATION M.E. Weale ( \u2709 ) R.F. Jager O. Burbage-Hall N. Bradman M.G. Thomas Centre for Genetic Anthropology , Departments of Biology and Anthropology , University College London , University of London , Darwin Bdg , Gower St , London WC1E 6BT , UK e-mail : m.weale@ucl.ac.uk , Tel. : + 44-207-4043040 , Fax : + 44-207-4042081 L. Yepiskoposyan N. Hovhannisyan A. Khudoyan Institute of Man , Yerevan , Armenia R.F. Jager Faculteit Biologie , Vrije Universiteit Amsterdam , Amsterdam , The Netherlands http://www.ucl.ac.uk/tcga/tcgapdf/We ... 01-Armenia.pdf Table 1 Y chromosome haplogroup frequencies in six Armenian regions ( determined by paternal grandparental birthplace ) and eight comparative data sets Extract Ararat North Syunik K bakh Iranian West Turkey .", "length": 190}, "3511": {"text": "Azer Syria Georgia Greece .", "length": 4}, "3512": {"text": "Mongol England .", "length": 2}, "3513": {"text": "Friesl hg1 0.2273 0.2222 0.4000 0.4279 0.3214 0.2222 0.1908 0.1034 0.0909 0.0882 0.1515 0.0547 0.6323 0.5532 hg2 0.5909 0.5873 0.4286 0.4233 0.5179 0.5778 0.4913 0.5862 0.6136 0.8088 0.4848 0.6244 0.3000 0.3511 hg3 0.0423 0.0929 0.0558 0.0179 0.0333 0.1040 0.1034 0.0227 0.0441 0.0606 0.0249 0.0290 0.0745 Compare the Armenian regions ( Ararat , North , Syunik , K bakh ) [ blue ] with England and North German ( Friesl ) [ red ] and Mongols [ yellow ] The Armenians genes mark lg1 , that is , mainly , the modern R1b .", "length": 117}, "3514": {"text": "The amount of the Armenians chromosome haplotypes are closer to the England one .", "length": 13}, "3515": {"text": "R1b is the most common haplotypes defining the Europeans", "length": 9}, "3516": {"text": "i found another example of a so called `` russian '' turk who hates armenians and georgians .", "length": 15}, "3517": {"text": "http://forum.skadi.net/favorite _ slav ... ight = armenians Last Seen : 1 Week Ago Join Date : Feb 2005 Tribe : Russian Subrace : Turanid Location : Saint-Petersburg Gender : Male Politics : Lappoid collectivist Religion : non-religious Banner : Golden Eagle Posts : 2,401 Reputation : 1366 Reputation Power : 2", "length": 44}, "3518": {"text": "After watching these photos I got strange feeling they remind me somehow of nazi wehrmacht old photos .", "length": 17}, "3519": {"text": "I mean just look at these photos , dont you get same feeling ?", "length": 12}, "3520": {"text": "Great news !", "length": 2}, "3521": {"text": "The only way to deal with these animals is to give them a one way ticket to their filthy pig god .", "length": 21}, "3522": {"text": "Edin D eko Bosnian soccer player Zvjezdan Misimovi\u0107 Mismovic and D eko Bosnian President Zeljko Komsic and Angela Lejla Damardzic Bosnian Special Forces OSE Bosnian Street people", "length": 27}, "3523": {"text": "I want to know where did Celtic Nation found this picture : Just two girls looks to be portuguese .", "length": 18}, "3524": {"text": "Please , put pictures of average people here , not of models .", "length": 10}, "3525": {"text": "Mate if you were one of them you would n't be asking .", "length": 13}, "3526": {"text": "Every f * cking school child knows that the Globe is round , only total PIZDAS do n't .", "length": 17}, "3527": {"text": "Any purported `` holy book '' which says such vile & despicable things as the talmud says about Mary & Jesus cannot come from a place of goodness.Jews are so convinced of their superiority that they think they can trick God of their love & fidelity by pretending to honor him .", "length": 47}, "3528": {"text": "Wow .", "length": 1}, "3529": {"text": "What a maniacal & satanically twisted group Bush has hitched his wagon to .", "length": 12}, "3530": {"text": "Are there any slavs that have black or darker hair color ???", "length": 11}, "3531": {"text": "Are there also serbs who have black hair as well ?", "length": 10}, "3532": {"text": "I think the topic starter 's point is if your a dissident of the American government and its foreign policy dont bow to Putin who is no better than we are in the US", "length": 34}, "3533": {"text": "i would like to see them , they are one of my all time faves !", "length": 14}, "3534": {"text": "Are they playing old stuff or newer stuff more ?", "length": 9}, "3535": {"text": "So... are you telling me that your proof of your 10 % black London population claim is based on the possible artistic license of painters of London sceneries ?", "length": 27}, "3536": {"text": "Handyman admits to killing at least 8 Mass. women Bookmark this story for the next time some ignorant apologist for Negro crime claims that only white men are serial killers .", "length": 30}, "3537": {"text": "Hi everybody , I 'm a swiss man living in zuerich , I really like Russia , russian People , russian culture .. all from Russia !!!", "length": 21}, "3538": {"text": "Situation in Switzerland is terrible , blacks and muslims are everywhere ! We were a great Country with a great People but all these monkeys are transforming Switzerland in a zoo where law is not respected .", "length": 34}, "3539": {"text": "An example of muslim colonisation : in some schools we do n't celebrate Christmas anymore to respect the many islamic pupils ! Christmas is a part of OUR TRADITION , of OUR RELIGION !!!!", "length": 31}, "3540": {"text": "The big problem is that some swiss are backing this colonisation !", "length": 11}, "3541": {"text": "Prostitution and drug is getting everywhere , dealers are from Senegal , Guinea , Nigeria , dirty prostitutes are fom Cameroun .", "length": 17}, "3542": {"text": "Charming is knowing that all these unuseful beings lives in Switzerland as refugees !!!!", "length": 13}, "3543": {"text": "The immigration laws have not being updated so everybody can ask for a N-Card ( refugee permission ) , living here and the Social Security Departement of each canton will pay them 1.an one-piece appartement ( 300 $ /month ) 2.Hospital Insurance ( 200 $ /month ) 3.argent de poche ( 300 $ /month ) ....", "length": 48}, "3544": {"text": "Switzerland pay 700 millions $ each year for refugees !!!", "length": 8}, "3545": {"text": "I had the luck ( ... ) to meet some africans in the past and I promise you that black are the worse cancer of the world , they 're ready to sell their own sister so you can imagine what will they do with our Countries ..", "length": 43}, "3546": {"text": "Keep Russia free from dark skinned beings !!!! thank you and please forgive me for mistakes .", "length": 15}, "3547": {"text": "But one cannot deny that the greatest responsibility for this war goes to France and Great Britain , after all those are those two nations who have declared war in Germany ...", "length": 30}, "3548": {"text": "I know what gypises look like in the easten Europe i seen many of them in Lviv Ukraine begging for my food .", "length": 22}, "3549": {"text": "These in Russia i saw was pure black as black as can be , maybe some of them was `` tourists '' and `` students '' but the ones i seen near the out door music show was wearing dirty clothes in their late 20s big gang off them , even seen a girl dating a black .", "length": 51}, "3550": {"text": "I stayed with a Georgian family in Taganrog they was very nice and white and hated musilms .", "length": 17}, "3551": {"text": "Gang members targeted white victims in Denver attacks December 4 , 2009 http://www.kdvr.com/news/kdvr-affida ... , 2635245.story DENVER - Police believe a series of violent attacks in downtown Denver between July 17 and September 20 of this year were motivated by racial hatred of white people by the black suspects .", "length": 52}, "3552": {"text": "Aww this boy must come from a deprived community .... not : http://homes.point2.com/US/Pennsylvania/Monroe-County/Stroud-Township-Real-Estate.aspx .", "length": 23}, "3553": {"text": "I wonder if living in an affordable mansion would make me `` mentally infirmed '' also .", "length": 14}, "3554": {"text": "Prosecutors charged a St. Louis man with 12 felonies Monday night in an early morning home invasion that left a nurse dead and an off-duty police officer and her firefighter boyfriend seriously injured .", "length": 34}, "3555": {"text": "http://www.stltoday.com/stltoday/new ... A ? OpenDocument", "length": 8}, "3556": {"text": "Her victim Wesley Mosier was shot multiple times in the chest , then she and her teen aged son got out and proceeded to kick him repeatedly until the police showed up http://www.courier-journal.com/artic ... g + motorcyclist", "length": 39}, "3557": {"text": "You can clearly see in this video they want the white women to look dumb and crazy , whille the asian man looks intelligent and content .", "length": 25}, "3558": {"text": "Classic brainwashing .", "length": 2}, "3559": {"text": "I just asked on another related board if anyone had seen the at home alarm system commercial where the White guy breaks into a house and a Negro takes the alarm call and calls the cops ?", "length": 36}, "3560": {"text": "\u0427\u0435\u0441\u0442\u043e \u0441\u0430\u043c \u0432\u0438\u0452\u0430\u043e \u0438 : 828 - HBH - Heil Blood & Honour - iveo Krv i \u010cast .", "length": 13}, "3561": {"text": "KKK - ku klux klan 33/6 - Thirty-three is 3 times 11 .", "length": 12}, "3562": {"text": "Since the eleventh letter of the alphabet is K , 3 Ks = Ku Klux Klan .", "length": 14}, "3563": {"text": "23 - White Supremacist - The 23rd letter of the alphabet is W. ROA - Race Over All - Rasa iznad svega SWP - Supreme White Power - Nadmo\u0107na Bela Sila 100 % - 100 % White - 100 posto Belac-beo .", "length": 32}, "3564": {"text": "S.H.A.R.P.", "length": 5}, "3565": {"text": "- Skinheads Against Racial Prejudice - Skinheadsi protiv rasne diskriminacije - arpovci - Debili .", "length": 10}, "3566": {"text": "The point is not the throne itself but the reason for it and what it represents to the apes fighting and tramping for it .", "length": 24}, "3567": {"text": "The natural royality of the planet was not the posing apes , but the Overman .", "length": 14}, "3568": {"text": "Restaurant \" ? \"", "length": 1}, "3569": {"text": "The oldest Belgrade restaurant , built in 1823 as a property of Knez Milo\u0161 Obrenovic ..", "length": 14}, "3570": {"text": "First it was called `` Kod pastira '' ( At Shepherd 's ) in 1878 , then , in 1892 `` Kod Saborne crkve '' ( At the Cathedral Church ) , but this was soon removed , because it neither complied with regulations on restaurants , nor did the Church authorities find it suitable .", "length": 42}, "3571": {"text": "As a temporary solution , the owner has put up just a question mark , which has remained until today .", "length": 18}, "3572": {"text": "Restaurant Skadarlija `` Tri sesira '' Restaurant - Summer Skadarlija ..", "length": 7}, "3573": {"text": "Restaurant - Summer Skadarlija `` Ima dana '' Restaurant-Winter Restaurants", "length": 8}, "3574": {"text": "If you search around you can probably find `` hoax of the 20th century '' for free on the net .", "length": 18}, "3575": {"text": "Just download it and enjoy .", "length": 5}, "3576": {"text": "How on earth can they be Swedes when they are the result of race treason ?", "length": 15}, "3577": {"text": "They are anything but Swedes and to be honest it is good to get rid of them .", "length": 17}, "3578": {"text": "2508", "length": 1}, "3579": {"text": "We've had a couple of similar cases in Finland , when a nig purposefully tried to give dozens of Finnish women hiv/aids .", "length": 23}, "3580": {"text": "In the local student rag 's dating section , there was a letter sent in by a black guy complaining about white girls at this university shunning him and his other negro friends .", "length": 32}, "3581": {"text": "What the white girls do apparently is either walk quickly away or whip out their cell phone and pretend-talk into it .", "length": 22}, "3582": {"text": "Aragorn", "length": 1}, "3583": {"text": "If you think that 's funny , you should have seen the black guy that used to run around my home town wearing a kkk emblem.But people like that are usualy not that bright .", "length": 34}, "3584": {"text": "Those men were obviously so brave and fierce that they instill fear in their commie enemies even when they are dead .", "length": 21}, "3585": {"text": "We will never forget their heroism .", "length": 6}, "3586": {"text": "`` Karogs sarkanbalti sarkans , miru os un dz\u012bvos kl\u0101j , pret\u012b sarkanajam m\u0113rim , n\u0101ves sardz\u0113 latviet 's st\u0101j ! ''", "length": 16}, "3587": {"text": "Hello!", "length": 1}, "3588": {"text": "Where can I find NS speeches and music , also historical , in mp3 format for free download on the net .", "length": 19}, "3589": {"text": "I 'm very grateful for all help .", "length": 7}, "3590": {"text": "Swede", "length": 1}, "3591": {"text": "Tell me this wo n't happen !", "length": 7}, "3592": {"text": "Beautiful Sweden poisoned by Arab/Muslim trash .", "length": 7}, "3593": {"text": "Fathers of Sweden watch out for your daughters ' safety !", "length": 9}, "3594": {"text": "well go here n click on the festival that intressting the sites in swedish but the links r to festivals in europe http://www.aftonbladet.se/vss/puls/s...,56892,00.html : cop", "length": 33}, "3595": {"text": "Perhaps you can use this BTW notice that the information is accompaigned by a rather clumpsy muslim exercise in damage control .", "length": 21}, "3596": {"text": "What we need to open the eyes of the white population is a major racial conflict ....", "length": 16}, "3597": {"text": "We are fighting a war so lets show em Let the slaughter begin ...... : attack", "length": 14}, "3598": {"text": "Services account for 62.6 % of GDP Construction , manufacturing , and utilities 25 % of GDP Fish and fish processing 9.9 % Agriculture 1.8 % Main exports Fish and crustaceans 63 % ( 2000 ) Aluminum 19.4 % Tourism Accounted for 14 % of foriegn exchange It looks like they have a pretty modern economy , not many low skill jobs available .", "length": 55}, "3599": {"text": "For most of the service jobs you definatly have to speak Danish well .", "length": 13}, "3600": {"text": "So that excludes uneducated third worlders .", "length": 6}, "3601": {"text": "Hagen is also member of a fraternity called `` Israels friends '' and was on television celebrating the national day of Pakistan some time ago .", "length": 23}, "3602": {"text": "Put the mudraces in their own countries , build a fence around them and wait a decade or two , and soon they 'll be back to the state we found them in , with their numbers decimated by their diseases and wars .", "length": 40}, "3603": {"text": "Just ran across this letter from Finland written by a non-racist .", "length": 12}, "3604": {"text": "Still , this person is intelligent enough to see the facts and include a lot of disappointing news from that country .", "length": 20}, "3605": {"text": "http://www.netsonic.fi/~jade6/empiric/immigrants.html", "length": 8}, "3606": {"text": "Welcome to Stormfront , Eldritch !", "length": 4}, "3607": {"text": "Here is a link to Philippe Rushton 's review of Vanhanen and Lynn 's IQ and the Wealth of Nations : http://www.ssc.uwo.ca/psychology/fac ... /L & Vreview.pdf", "length": 30}, "3608": {"text": "I think the Jews hide in liberal Sweden , in the idea that nobody would guess that it is somebody other than Scandinavians at work .", "length": 24}, "3609": {"text": "2508", "length": 1}, "3610": {"text": "It where loads of them when I was in Thailand , Thaiguys running up from the water screaming `` Tsunami tsunami !! '' and behind them is a one foot wave", "length": 27}, "3611": {"text": "I heard he turned down the offer of a 5 year contract with Valentino to pursue a very lucrative extremist lifestyle ..", "length": 21}, "3612": {"text": "The negress above have boasted about that she will become the first black woman as the prime minister of Sweden .", "length": 20}, "3613": {"text": "In your dreams negress , when SD comes into the Riksdag ...", "length": 10}, "3614": {"text": "Strange that it is not allowed to clip the tail from dog , but it is allowed to clip 8 days old boys forskin ? 2508", "length": 24}, "3615": {"text": "Could a Norwegian poster give us Non Norwegains a quick run through of the likely or possible turnout of the Election .", "length": 21}, "3616": {"text": "It's people like this that are the face that represents the filth of Islam .", "length": 15}, "3617": {"text": "He 's gone .", "length": 3}, "3618": {"text": "And all the others should go to .", "length": 7}, "3619": {"text": "To be honest .. i dont think this Muslim killed him because he thought the swedish boy looked like a racist ... it was probably just an excuse .", "length": 26}, "3620": {"text": "Islam is not compatible with our way of life in this green and pleasant isle.Irish people are white and Christian FFS !", "length": 22}, "3621": {"text": "well im in town every day and i 've never come accross them. it was probably a group of about five 15 year olds who had been drinking all day and were out on the piss having a laugh. if its an organised group , they do n't sound too smart .", "length": 51}, "3622": {"text": "Multiculturism is a Trojan Horse Multiculturalism is a fraud and a sham that is ripping Western nations social fabric to shreds .", "length": 21}, "3623": {"text": "now that ye mention it he does look a bit like this traveller i knew. i wonder if we gave him a wash would he really be a white guy with red hair ?", "length": 33}, "3624": {"text": "I bet that a lot of members of the said club are disgusted by this but afraid to speak about it for fear of recrimination .", "length": 25}, "3625": {"text": "They have been taking advantage of our over-welcoming nature for far to long .", "length": 14}, "3626": {"text": "If we do n't act soon they will bread us out .", "length": 12}, "3627": {"text": "And meanwhile , Gerry Gerry Dingleberry is trying to kill off future generations of Irish .", "length": 14}, "3628": {"text": "Check out this interview : http://findarticles.com/p/articles/m ... _ 7576181/pg _ 5/", "length": 15}, "3629": {"text": "This was on the news tonight and I thought WTF Is this some kind of joke , I 'm sick of the West taking in the Worlds garbage", "length": 27}, "3630": {"text": "I heard from friends in Boston this is true.Blacks will attack an Irish America with a shamrock tattoo.How long before this happens in Ireland ?", "length": 26}, "3631": {"text": "That'll be a ONE person average per county , and a sub on the bench in case anyone gets injured .", "length": 20}, "3632": {"text": "One !!!!! per county , ....... heartbreaking ..... absolutely heartbreaking .", "length": 6}, "3633": {"text": "I sometimes wonder who actually runs this country .", "length": 8}, "3634": {"text": "It seems anytime issues like this are highligted in the Irish Media immigrants in the long run end up staying in Ireland .", "length": 22}, "3635": {"text": "Ya gota be fecken kiddin me ST PATRICK WAS NOT BLACK !!!!!!!!!", "length": 11}, "3636": {"text": "I hope their is some sort off protest about this", "length": 10}, "3637": {"text": "I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem", "length": 24}, "3638": {"text": "Hopefully they will get deportation orders and be on the next flight back to Cairo .", "length": 15}, "3639": {"text": "Ireland does n't need arab scum like these .", "length": 9}, "3640": {"text": "the late doctor pierce brothers is on this weeks speech very good the corruption of white youth the same thing is happening here a must listen for whites very good very impressed by the doctors brother .", "length": 36}, "3641": {"text": "www.natvan.com", "length": 3}, "3642": {"text": "I do feel for the Croatian people and I have come across some of them on the internet and they seem to be a decent people and I have also came across the Serbs who seem to jump into bed with loyalists .", "length": 42}, "3643": {"text": "Happy Birthday Brother and many happy returns !!", "length": 7}, "3644": {"text": "Hope you have a great day my friend and have pint or two on me !!", "length": 15}, "3645": {"text": "The person blood and honour interviewed claimed that their are no white power groups in ireland at the moment .", "length": 19}, "3646": {"text": "The cw are a nationalist/white pride group and have been around since 02 .", "length": 14}, "3647": {"text": "What a waste of time and money .", "length": 7}, "3648": {"text": "Do they expect us to go out and welcome these leeches on our society with open arms. they should give them zyklon b for lunch , thad would help the suitation !!!", "length": 30}, "3649": {"text": "Beware of the falling house prices that Negroes bring with them ( another reason why you 'll never find them living near politicans ) .", "length": 22}, "3650": {"text": "When I look at the Zimbawee 's Mugabe , I think `` Ape '' or `` Gorilla '' .", "length": 13}, "3651": {"text": "I bet quiet a few white 's or black 's in Zimbawee , think `` Ape '' or `` Gorilla '' .", "length": 16}, "3652": {"text": "It is a wonder that no scientist has thought it an amazing resemblance and wanted to do more tests .", "length": 19}, "3653": {"text": "http://www.limerickblogger.org/blog/?p=2942 Funny how they consider Stormfront a `` neo nazi '' site last time I checked Stormfront was a White Nationalist website not `` neo nazi ''", "length": 29}, "3654": {"text": "The White Horse gig was by far the best gig EVER by a Racial band in Ireland , and a packed house too ...", "length": 22}, "3655": {"text": "Hails", "length": 1}, "3656": {"text": "Presumably you are not in favour of mass white immigration simply on the shallow account that they are agreeable to your sensibilities ?", "length": 22}, "3657": {"text": "Mass white immigration is Ireland 's current scourge and should be slashed by 95-97 % ..", "length": 15}, "3658": {"text": "In Limerick I see them in town wearing blue jackets and trying to get people to give them money `` for a good cause '' .", "length": 23}, "3659": {"text": "As you are such an expert please explain why there has never been any drugs seizures linked to them or even arrests ?", "length": 22}, "3660": {"text": "Nobody on here ' idolizes the IRA ' .", "length": 6}, "3661": {"text": "the white race will soon be on the brink of being a minority in a few years if nothing is done to stop these vile hordes invading our lands , I for one do not want to live in a city like Bradford or Birmingham where we are outnumbered 2 to 1 or worse", "length": 53}, "3662": {"text": "yeah but you live in a big country , N. Ireland is quite small yet large numbers of the scum are invading these shores every day", "length": 25}, "3663": {"text": "i SEE UTV DID NOT POST MY COMMENTS TYPICAL SPREAD THE WORD THROUGHOUT IRELAND RUN THESE INVADERS OUT GO HOME AFGANIES WOULD YOU SEE US DOING THIS IN YOUR COUNTRY ??????????????????????????????????????????? ??", "length": 30}, "3664": {"text": "I'm waiting on a new computer so i will scan some in next week when photoshop is reisntalled ...", "length": 19}, "3665": {"text": "I seen Chingford do Dirty Bastard UGH what a horrible cover ..", "length": 11}, "3666": {"text": "i seen the article we want to go to ireland get free money and goverment will give us houses and not one member of goverment says a peep expect residents against racism to take on their cause and the law system to make a mint off of them .", "length": 48}, "3667": {"text": "wwwfaem.com", "length": 2}, "3668": {"text": "Irish nackers do that themselves .", "length": 5}, "3669": {"text": "Seen some girl about 6 years old begging on grafton street once and we were coming out of a shop a few mins later when her father pulls up in a decent car. scum. the lot of them .", "length": 38}, "3670": {"text": "11000 euro !?! * * * * ing scum ! i wonder if anyone would get anything if they set themselves up in a polish area and started begging. they would probably get a * * * * ing beating .", "length": 30}, "3671": {"text": "Junior Minister Pat Gallagher is at the centre of a Garda investigation after the disappearance of nine Bangladeshis .", "length": 18}, "3672": {"text": "http://u.tv/newsroom/indepth.asp ? id = 63241 & pt = n", "length": 10}, "3673": {"text": "Boy, those same blacks get awful mad when you have a sign saying `` No to a black Africa '' , then it becomes wrong .", "length": 22}, "3674": {"text": "That is truly sad , I do n't know how anyone could destroy something that is so old .", "length": 18}, "3675": {"text": "Truly sad ...", "length": 2}, "3676": {"text": "Every day they erase more of our past .", "length": 8}, "3677": {"text": "I was just about to say the same as Draiodoir .", "length": 10}, "3678": {"text": "That 's the first I heard of her and her story , truely saddening .", "length": 13}, "3679": {"text": "R.I.P Elizabeth .", "length": 4}, "3680": {"text": "We occasionally get people like jimmy coming here to SF to `` study '' us .", "length": 13}, "3681": {"text": "It irritates the hell out of me .", "length": 7}, "3682": {"text": "You 're treading on very thin ice , jimmy .", "length": 8}, "3683": {"text": "Thanks, ive actually found this to be a very warm and welcoming site , been reading for a few weeks now , thought id register .", "length": 23}, "3684": {"text": "2508", "length": 1}, "3685": {"text": "today i obtained this article. gene kerrigan looks non white. it 's nice to see the indo refering to my st. bridgets cross/celtic cross/sunwheel designs !", "length": 27}, "3686": {"text": "http://www.geocities.com/ireland_awa...w_design02.jpg", "length": 7}, "3687": {"text": "I'd like to see the videos and pictures .", "length": 9}, "3688": {"text": "Stuff like that needs to be shared on Facebook to wake Canadians up .", "length": 13}, "3689": {"text": "sounds like your trying to give her your life story when you first meet , that will come in time , just have fun man", "length": 23}, "3690": {"text": "We have a National party in Canada they are just not that recognized yet. check out Nationalist Party of Canada and support !", "length": 22}, "3691": {"text": "When it comes to black jack the Chinese have no problem with the dealer showing a 4 , they 'll even split a pair of fours funny huh", "length": 27}, "3692": {"text": "I felt the same way when I first made an account ... a few days ago I 'm quickly realizing I DO belong here , it 's just a matter of getting to know people .", "length": 33}, "3693": {"text": "Like any new group ; some you 'll like and some you wo n't .", "length": 14}, "3694": {"text": "Education is the only way to beat this ..", "length": 8}, "3695": {"text": "http://www.nature.com/news/2011/1109....2011.518.html This site is great for our cause .. It tells a whole different story through DNA , not political BS .", "length": 28}, "3696": {"text": "im not sure if the thread just died down or that was all the interest from Manitoba , I hope a few more read this and decide to form a commune", "length": 30}, "3697": {"text": "Explain to them this is wrong. send mass emails explaining the science behind it , and tell everyone not to breed with them .", "length": 22}, "3698": {"text": "Brampton here , or hell as I call it .", "length": 8}, "3699": {"text": "Would be down in the new year to get together with other brothers and sisters .", "length": 15}, "3700": {"text": "If you want a good intro on how to take on anti-Whites check out Beefcake 's Bootcamp .", "length": 18}, "3701": {"text": "Beefcake ? s Bootcamp | White GeNOcide Project", "length": 6}, "3702": {"text": "I'm with you on that one brother. that 's why I suggested in my first post that you use Stormfront as a casual second source. the bulk of the people on here use it as a sort of Dungeons and Dragons our fantasy football league and they have no real interest in being active .", "length": 55}, "3703": {"text": "I cant get my head around the big picture of why we are involved .", "length": 14}, "3704": {"text": "I honestly hope that we dont directly involve ourselves anymore .", "length": 10}, "3705": {"text": "Gonna have to do it as soon as I can .", "length": 10}, "3706": {"text": "Hoping to meet some NS girls if any single ones even exist lol .", "length": 13}, "3707": {"text": "Yeah they are buying a lot of houses around my area to probz so they can house there massive inbred family when they come over to the UK .", "length": 28}, "3708": {"text": "It only took Labour ten years to bring more immigrants * cough * invaders , here than had ever migrated here in the last 5 thousand years .", "length": 24}, "3709": {"text": "It really would n't surprise me if 3 years marked a big change in attitudes as well as demographics", "length": 20}, "3710": {"text": "You Should expand your circle of WNs full stop .", "length": 9}, "3711": {"text": "Male or female .", "length": 3}, "3712": {"text": "Your request was misconstrued , so we all hope , but maybe focus on building the movement based on conviction , not gender .", "length": 20}, "3713": {"text": "I do n't think we want to throw them under a bus but they certainly are stealing our livelihoods and forcing up our rents and house prices .", "length": 28}, "3714": {"text": "Apparantly they still have some of the stadiums to finish and 350,000 tickets to sell ( they are normally gone within days of release ) .", "length": 24}, "3715": {"text": "I wonder how they will blame this one on the White Man .", "length": 12}, "3716": {"text": "Hi there people how are you , i came on here a few years ago and for some reason didnt back on lol. so anyway i hope your all well ,", "length": 29}, "3717": {"text": "lions dont lie down with zebras but we 're told its perfectly normal to just accept someone from another culture , way of life and even time zone who has no historical connection whatsoever to our homeland", "length": 36}, "3718": {"text": "ANY poster on here that does not accept White Genocide is our NUMBER ONE priority is either delusional , still partly brain washed or likes to eat Bagels .", "length": 27}, "3719": {"text": "Its that simple", "length": 3}, "3720": {"text": "evening all , i 've lurkin around for some time reading threads , etc .", "length": 12}, "3721": {"text": "Been a nationalist for ages so a few days ago i decided to pull me finger out and sign up .", "length": 20}, "3722": {"text": "14", "length": 1}, "3723": {"text": "So as long as immigrants behave and respect British culture they can stay .", "length": 13}, "3724": {"text": "Millions upon millions of them , until there is no British culture left .", "length": 12}, "3725": {"text": "Yea that will work .", "length": 4}, "3726": {"text": "Hello Thomas & welcome to SFBritain Good to have another young lad on board .. have a look through the youth section , good info .", "length": 22}, "3727": {"text": "And yet they attacked the SDL for attempting to publicly mourn the violent death of a white man racially murdered by two paki men !", "length": 24}, "3728": {"text": "I havent seen a white security gaurd for years.although i did see a black security gaurd chasing a lithuanian shoplifter a few weeks ago it was hilarious.i was waiting to cross the road when i saw this guy run from the shop with a bag full of meat and cheese , he got two steps out of the shop and tripped up the bag fell in the road with the shoplifter almost getting run over , he got straight up and run like the wind chased by security ( who failed to catch the thief )", "length": 94}, "3729": {"text": "A British school where none of the students have English as their first language ?", "length": 14}, "3730": {"text": "This is the last straw , how much more will damage Europe and Western civilization these Zionists ?", "length": 16}, "3731": {"text": "No is not bad and you should never lower your self to their level of self denial and blindness .", "length": 19}, "3732": {"text": "It is your family and you are their blood just avoid argue with them and humor them .", "length": 17}, "3733": {"text": "Hello takebakamer1211 You are not typing to yourself , we can all see your message .", "length": 14}, "3734": {"text": "A very warm welcome to you from us all at SF Britain .", "length": 12}, "3735": {"text": "You've managed to climb your way out of the valley of deceit and you 've found your way to the pastures of truth .", "length": 24}, "3736": {"text": "Welcome to reality !", "length": 3}, "3737": {"text": "That's a crock of crap !", "length": 6}, "3738": {"text": "The Lakota thought the earth was flat ; they never had a concept of other planets until they went to our schools .", "length": 21}, "3739": {"text": "Yes exactly , as the GREAT was put into GREAT BRITAIN by the likes of these lads and their fathers and forefathers .", "length": 21}, "3740": {"text": "Here's an example of red violence against patriotic St George 's Day marchers and a red site encouraging even more of it the next year . Stop the March for England 2013 ( from Rough Music ) | Brighton Anti-fascists", "length": 38}, "3741": {"text": "Indeed.", "length": 1}, "3742": {"text": "From what I hear .", "length": 4}, "3743": {"text": "Paris is a weekly riot fest .", "length": 6}, "3744": {"text": "Thanks to the imported filth that , like our land under its current occupation .", "length": 13}, "3745": {"text": "Is so readily happy to `` welcome '' .", "length": 6}, "3746": {"text": "Yep blame the grandparents parents plus school teachers .", "length": 8}, "3747": {"text": "That 's it I slag off anyone who did n't vote BNP or NF .", "length": 15}, "3748": {"text": "There are no excuses .", "length": 4}, "3749": {"text": "I just got a car , but there is no way I will feel safe enough to drive from the North all the way down , ( I 'm not used to it 's gears yet and wo n't actually be able to drive it on the road till next week ) and the petrol will surely cost even more than public transport ?", "length": 60}, "3750": {"text": "Why do you feel a need to talk about this publicly ?", "length": 11}, "3751": {"text": "My advice would be to pray about it and ask yourself what sort of person is she now .", "length": 18}, "3752": {"text": "Does this fact reflect on her actual essence as a person ( it could ! ) ?", "length": 13}, "3753": {"text": "hello.", "length": 1}, "3754": {"text": "How do you add those signatures too your posts beneath what you 've written surely you dont copy and paste everytime ? .", "length": 21}, "3755": {"text": "Asmodean", "length": 1}, "3756": {"text": "Assuming it 's not a public phone number I 'd put adverts in phone boxes saying he takes it up the bum for a tenner .", "length": 25}, "3757": {"text": "Greetings all .", "length": 2}, "3758": {"text": "I 'm a proud white male new to these forums .", "length": 10}, "3759": {"text": "I look forward to conversing with everyone on here .", "length": 9}, "3760": {"text": "When they refuse to convert to Islam they will learn at the end .", "length": 13}, "3761": {"text": "They are supporting the destruction of their future generations .", "length": 9}, "3762": {"text": "This is a video of old postcards of the Upper Silesian city of Bytom ( Beuthen ) .", "length": 15}, "3763": {"text": "Beuthen - Gro\u00dfstadt im oberschlesischen Kohlenrevier - YouTube", "length": 6}, "3764": {"text": "And I thought this was slavic thread let 's continue about slavic countries and heritage , it 's not all about dispute between greece and rep.macedonia , no offence .", "length": 28}, "3765": {"text": "As well most of us are open for negiotiations , across the reticle !", "length": 12}, "3766": {"text": "https : //www.facebook.com/bosanskinacionalisti ? fref = ts Here you can see various phenotypes of white members of that group , with purely European faces", "length": 23}, "3767": {"text": "people know their nationality not from books but from birth and they are exactly what their parents told them that they were .... your case is different you are telling to your parents that they are not what they are telling you that they are .. that it a case in a billion", "length": 51}, "3768": {"text": "POLICE ARREST MOORE STREET , DUBLIN CITY CENTRE - 1 - YouTube http://www.youtube.com/watch ? v = LY-6O4ChVA8 Wait till the blacks riot and and attack cops i give a few years and they will be full scale black riots in Ireland .", "length": 41}, "3769": {"text": "Dunnes strikers to attend funeral - BelfastTelegraph.co.uk Lets hope these reds are n't mistaken for the usual white targets of these jungle savages !", "length": 25}, "3770": {"text": "Well as far as I know , the origins of the white race and our sub groups are a big unknown that we have been trying to uncover for a very long time .", "length": 32}, "3771": {"text": "Fortunately for Golden Dawn they do n't depend that much on the internet , since they are a grass-roots organization through and through .", "length": 24}, "3772": {"text": "Hi guys I am thinking of going to Katowice at the weekend .", "length": 12}, "3773": {"text": "Is there anything to do there for a day or two ?", "length": 11}, "3774": {"text": "Ireland joins International Task Force on Holocaust Education , Remembrance and Research Ireland has been accepted as a member country of the International Task Force on Holocaust Education , Remembrance and Research ( ITF ) .", "length": 31}, "3775": {"text": "http://foreignaffairs.gov.ie/home/index.aspx ? id = 87353", "length": 9}, "3776": {"text": "I wonder if this is the taste of what 's to come to all of Europe in a couple of decades .", "length": 21}, "3777": {"text": "Would this have been the same scenario in Greece if Greece was bordering Russia ? .", "length": 14}, "3778": {"text": "As far as i know they are `` frozen '' bacause they are waiting to see how things will turn out with new `` anti-racists '' laws and act then .", "length": 27}, "3779": {"text": "Are you sure those guys were not with the department of public health and pest control and were not just trying to fumigate you ?", "length": 24}, "3780": {"text": "This information was denied by the protesters in the Administration building .", "length": 11}, "3781": {"text": "Another regional administration was capture - Vinnytsya. ?????????? ?????????? ???????", "length": 6}, "3782": {"text": "- YouTube The map of the captured territories .", "length": 7}, "3783": {"text": "If there are , they hide or do n't know Stormfront .", "length": 11}, "3784": {"text": "I never met any here in London .", "length": 7}, "3785": {"text": "Jesli sa , to sie chowaja , albo nie wiedza co to Stormfront .", "length": 11}, "3786": {"text": "Nigdy nie spotkalem zadnego w Londynie .", "length": 6}, "3787": {"text": "Oh Chrommagus , we are so lucky that you did not destroy this `` gypsy capital of Sofia '' , ( Whatever it means ) I wo n't argue anymore , I discovered that Coldblooded is 15 years old specialist of racial classifications , if he told me that I ca n't post in Slavic thread .. he might be right Big authority .", "length": 56}, "3788": {"text": "Greetings", "length": 1}, "3789": {"text": "If it was the other way around and it was white on black we would never of heard the end of it", "length": 22}, "3790": {"text": "It is an extremely cruel act against the poor Vodka-bottle forcing it to spend it 's time forever close to a jew .", "length": 23}, "3791": {"text": "This is a picture of my youngest cat ( Cheeto ) hanging out with my oldest dog ( Nebbie ) .", "length": 16}, "3792": {"text": "It 's amazing how well dogs and cats get along when they are raised together .", "length": 15}, "3793": {"text": "Here's one of me I think it 's several months old though I am not certain .", "length": 17}, "3794": {"text": "I normally have a goatee .", "length": 5}, "3795": {"text": "I adore the cold , as long as I can fly down South to walk on the beach when it 's warm .", "length": 21}, "3796": {"text": "But normally I long for cold weather .", "length": 7}, "3797": {"text": "My life has taken an incredible turn since I last posted in this thread .", "length": 14}, "3798": {"text": "I must say , the younger guy sure keeps this gal young and fit .", "length": 13}, "3799": {"text": "Watch how long she keeps her eyes on your eyes , and on you in general , when you just start turning away .", "length": 21}, "3800": {"text": "If her eyes linger ................................... she 's yours .", "length": 7}, "3801": {"text": "still looking for white people of the same belief to talk to or maybe hang out.stength is in numbers and georgia is getting outnumbered as we speak .", "length": 28}, "3802": {"text": "She said she was 21 years old .", "length": 7}, "3803": {"text": "I mean three or four years older , like 24 or 25 years of age .", "length": 14}, "3804": {"text": "Hey, I am in Mesa ..", "length": 5}, "3805": {"text": "New to the area .", "length": 4}, "3806": {"text": "I am looking for Brothers and Sisters to hang out with .", "length": 11}, "3807": {"text": "So IM me .", "length": 3}, "3808": {"text": "Thanks .", "length": 1}, "3809": {"text": "88 Kelly 2056", "length": 3}, "3810": {"text": "As a 28 Year Old Straight White Nationalist Male , nothing turns me on more as a White Woman who is Powerful or successful in the buisiness world or Just as powerful in her own beliefs ..", "length": 35}, "3811": {"text": "White Pride World Wide ..", "length": 4}, "3812": {"text": "I'm often asked what my main squeeze looks like , here she is , Sweet Polly Purebred , in a scene where I save her from the evil jew scientist Simon Bar Sinister", "length": 31}, "3813": {"text": "I wrote almost the same thing a week or so ago .", "length": 11}, "3814": {"text": "If you would like to chat , please PM me. xox and 88 Gretchen", "length": 13}, "3815": {"text": "Click the little button that has a head with him speaking next to the `` edit '' button in your post .", "length": 19}, "3816": {"text": "I have no clue what it does but its there lol .", "length": 11}, "3817": {"text": "I'm a student at U of A ; God only knows how I got in and why i go to school .", "length": 21}, "3818": {"text": "Anyways if you wanna party respond .", "length": 6}, "3819": {"text": "Glad to see that there are so many of us here in Wisconsin .", "length": 13}, "3820": {"text": "Especially in this liberal area .", "length": 5}, "3821": {"text": "If anyone wants to hook up , let me know .", "length": 9}, "3822": {"text": "I am not a white female or in wisconsin but I figured I would say hi since your talkin with my wife", "length": 22}, "3823": {"text": "And then there are those who would settle for having their boredom aleviated by chatting with a white woman via an instant messenger service .", "length": 24}, "3824": {"text": "There are hundreds of skins out here , esp. in your area .", "length": 11}, "3825": {"text": "There will be a show in socal in early June .", "length": 10}, "3826": {"text": "Ask around you will find the info .", "length": 7}, "3827": {"text": "pm me or email me at boycottkosher@aol.com once i get enough money together ill be getting a car and ill be able to get to milwaukee quite easily .", "length": 30}, "3828": {"text": "hey after five years of searching I finally fell in love again .", "length": 12}, "3829": {"text": "Guess what I got for new years .", "length": 7}, "3830": {"text": "A Big walk away , she went back to her ex , and told me never to speak to her again because I am a embarisment to her .", "length": 26}, "3831": {"text": "Welcome to cape town women .", "length": 5}, "3832": {"text": "sent ya a pm .", "length": 4}, "3833": {"text": "Check local and regional post 's once in a while .", "length": 10}, "3834": {"text": "Somehow we 'll have our own Texas site , some day .", "length": 10}, "3835": {"text": "`` Gott MIt Uns '' 88", "length": 4}, "3836": {"text": "Every state is plagued with disunity !", "length": 6}, "3837": {"text": "I 've been in this scene for 14 years and it 's the same story every town/state I 've ever been to .", "length": 23}, "3838": {"text": "hey im new on this site , what im looking for is a beutifull aryan woman to spend my days with.im in columbus , ohio.looking for my mate to live in columbus or surrounding areas. im 30 yrs old , ( but look 20 or so ) light brown hair , blue eyes.proffesional service technician , with alot of interest. if your looking fr near the same get ahold of me . eric", "length": 68}, "3839": {"text": "Sean,welcome to our hate community r u from new york city ? if so i 'm sure u have some stories or racial issues .", "length": 24}, "3840": {"text": "Hey there Welcome to Stormfront .", "length": 5}, "3841": {"text": "How 's it going ?", "length": 4}, "3842": {"text": "I 'm a 25yo Skin from So .", "length": 7}, "3843": {"text": "CA ..", "length": 1}, "3844": {"text": "I 'm looking for pen pals & would like to hear from u .", "length": 12}, "3845": {"text": "If yer interested in chattin ' drop me a line .", "length": 9}, "3846": {"text": "The Wolf", "length": 2}, "3847": {"text": "Anybody in New York ?", "length": 4}, "3848": {"text": "I feel like im the only `` white '' guy here .... Anyway if anybody is in the New York area let me know ! : attack", "length": 22}, "3849": {"text": "I've been looking for a proud Aryan women to help me in the distribution of literature and for a long term relationship .", "length": 23}, "3850": {"text": "14Hail Victory88 , Sean Gillespie : attack", "length": 5}, "3851": {"text": "i am a damn good white woman. perhaps u are looking in all the wrong places. we are not hard to find. and if u treat us right , we usually stick around for a while .", "length": 35}, "3852": {"text": "Go to https : //www.stormfront.org/forum/show ... threadid = 22812 There s a cool picture of my friend no 1965 chain immigrants !!", "length": 22}, "3853": {"text": "He s a cool dude !!", "length": 5}, "3854": {"text": "BAH!!Your not ugly your a lovely looking woman and if you want to see ugly wait till I get my ugly mug on here and see why im still single !", "length": 31}, "3855": {"text": "right on !! i want a lil ' rotweiler , when i het one his/her name will be schatzi !! aww cause it will be my sweetie !!! - val ! ( i love that smiley ! )", "length": 29}, "3856": {"text": "Whitefish, Montana - YouTube Gopro Whitefish MT - YouTube Going to Hungry Horse Dam - Montana 2011 - YouTube Blacktail Mt Snow Day - YouTube Endless Skijoring in Swan Valley - YouTube East Glacier , MT to Hungry Horse , MT along Route 2 at sunset !!!", "length": 38}, "3857": {"text": "Driving Virtual Adventure !", "length": 3}, "3858": {"text": "- YouTube Not in Kalispell , but one of my favorite cities ...", "length": 10}, "3859": {"text": "Butte , Montana Promotional Video - YouTube", "length": 5}, "3860": {"text": "I guess everyone is doing Glacier this weekend .", "length": 8}, "3861": {"text": "My moms in town and I took her on the going to the sun road ..", "length": 15}, "3862": {"text": "Long day , but very beautiful of course .", "length": 7}, "3863": {"text": "Whites shoudl clean their own mess !", "length": 6}, "3864": {"text": "Getting someone else to do our dirty work got us into the mess we are in today .", "length": 17}, "3865": {"text": "Fine with me as long as they do n't parade the city and demand `` gay rights '' ... keep it in the closed god damnit , homosexuality is n't exatly something to be proud of", "length": 34}, "3866": {"text": "I currently live in Wisconsin and have been trying to educate myself on the PLE concept .", "length": 16}, "3867": {"text": "My wife and I both support the idea , so I have been looking for information on the internet and came across this census map from 1990 .", "length": 26}, "3868": {"text": "http://www.census.gov/geo/www/mapgal...inPD-1990.html", "length": 10}, "3869": {"text": "I think there was a link on the News forum and if I 'm not mistaken , I believe White Settlement is a suburb of Ft .", "length": 25}, "3870": {"text": "Worth .", "length": 1}, "3871": {"text": "Yeah I knew about the cheap houses in Springfield area but not that dang cheap as 9K thats why I asked .", "length": 21}, "3872": {"text": "Missouri is very cheap I have lived her like I said most of my life you can get 130 acres , with a 4 bedroom house , barns , ponds and woods for 97,000 in southern Missouri .", "length": 35}, "3873": {"text": "White, I agree with some of your points but also not with others .", "length": 13}, "3874": {"text": "I have decided to take this debate to pm .", "length": 9}, "3875": {"text": "So check your pm .", "length": 4}, "3876": {"text": "Robert", "length": 1}, "3877": {"text": "I'm not too sure how the Strawbale House would do during the harsh New England winter weather .", "length": 18}, "3878": {"text": "I 've always wanted a log cabin though .", "length": 8}, "3879": {"text": "Perhaps when I retire .", "length": 4}, "3880": {"text": "Thank you for sharing this website with us its really intrested and I learned something new and I like to learn .", "length": 21}, "3881": {"text": "Thanks Again Buster", "length": 3}, "3882": {"text": "It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .", "length": 22}, "3883": {"text": "I guess we will never know until we try , we may surprise ourselfs !", "length": 13}, "3884": {"text": "Remember every one , we are Europeans and our success tract record says it all", "length": 14}, "3885": {"text": "Also, here is a link to the thread for meeting other people who are interested in defending our race , whether as militants or negotiators .", "length": 24}, "3886": {"text": "Thanks.", "length": 1}, "3887": {"text": "And everyone in agreement is asked to just introduce themselves for now on Don Black 's PLE thread , which is here : https : //www.stormfront.org/forum/t12389/", "length": 27}, "3888": {"text": "The goal of this poll is to figure out whether or not you view the White US troops in Iraq as your troops ?", "length": 23}, "3889": {"text": "I for one plan to hang the last jew with the guts of the last capitalist .", "length": 16}, "3890": {"text": "Kind of says where I am coming from .", "length": 8}, "3891": {"text": "There are some women who are strong willed women and yet remain good mothers and wives .", "length": 16}, "3892": {"text": "Those are the ones that I respect .", "length": 7}, "3893": {"text": "I must admit when I first read it and saw the poster was in Sydney , I was suprised the poster did not pick up the PLE thread in the SFDU section , let alone the threads stickied in this forum .", "length": 39}, "3894": {"text": "Its good to know that living in San Fran does n't mean you have to give up your 2nd amendment right anymore .", "length": 23}, "3895": {"text": "Congrats .", "length": 1}, "3896": {"text": "It will be belated wishes now because I wont get the chance to see Nick until after the new year but I will pass them on .", "length": 26}, "3897": {"text": "Alaska looks like a pretty good place to live - but then anywhere with lots of snow always looks good to me", "length": 21}, "3898": {"text": "hey all of you are not alone in this brothers. there are so many more than you will ever know. i am one of them and i am proud to be very white .", "length": 33}, "3899": {"text": "White Power 2508", "length": 3}, "3900": {"text": "The above comments are spot on target .", "length": 7}, "3901": {"text": "Black and Asian immigrants who are coming in and those who were borne here and their breading patterns are the threat to our gene pool and not other white Europeans such as polish people .", "length": 34}, "3902": {"text": "new to this site looking for pure females in or around princeton ky THE ONLY WAY TO SURVIVE IS TO GO FORTH AND MULTIPLY", "length": 24}, "3903": {"text": "I've did a google search on this person and found no information on her being part American Indian , OP show me a few references please .", "length": 26}, "3904": {"text": "Anyone who has not visited the PLE-UK web site for some time is invited to return , as there 's a new introduction there on how `` The history of Britain is the history of those who held living space . ''", "length": 39}, "3905": {"text": "Thank you", "length": 2}, "3906": {"text": "Absolutely.", "length": 1}, "3907": {"text": "The next generation is our future , and it is our responsibility to ensure that they are raised to be bright , proud , and physically and morally sound White men and women .", "length": 30}, "3908": {"text": "We have a new line of shirts comming out to help keep the funds comming in for the land base .", "length": 20}, "3909": {"text": "The first is the following .", "length": 5}, "3910": {"text": "Hoodies $ 60 Sweetshirts $ 50 Womens Ts $ 30 Mens Ts $ 25", "length": 10}, "3911": {"text": "I noticed the crime stats for Kalispell are a little higher than average .", "length": 13}, "3912": {"text": "Is crime a particular problem for any of you who live there ?", "length": 12}, "3913": {"text": "All of you need to go onto that comments section and let them know we will not be defamed like that and we have every right to gather in an area .", "length": 31}, "3914": {"text": "Is this true that the descendants of the English settlers are leaving at a significantly different rate than the descendants of the Dutch settlers ?", "length": 24}, "3915": {"text": "Last night all the Suckers we passed out to the wonderful little white children had a small banner attached to the stick saying `` White pride '' .", "length": 25}, "3916": {"text": "I wonder what Mom and Dad thought of that", "length": 9}, "3917": {"text": "If I knew that it would be used for what I sent it for then I would not have a problem giving money but trust is the main key there .", "length": 30}, "3918": {"text": "There will be no change as long as White people perpetuate the excuses and profit from being the enablers of such behavior .", "length": 22}, "3919": {"text": "I just refer to them as primates as through THEIR evolution process they are just a little bit higher on the evolutionary chain which makes them all the more dangerous to whites , than any of their animalistic cousins .", "length": 38}, "3920": {"text": "Well, lets just hope she does n't get thrown onto the same pyre that she wants to burn antisemitic books on .", "length": 22}, "3921": {"text": "Stay away from all fast food garbage .", "length": 7}, "3922": {"text": "The documentary `` Super Size Me '' will show you the true side effects of fast food .", "length": 15}, "3923": {"text": "Let the non-whites pollute their bodies with that garbage .", "length": 10}, "3924": {"text": "Fast food is not for whites .", "length": 6}, "3925": {"text": "i have tried many times to try to explain to people why they should be a wn and they dont want to listen , does anyone know any tactics to where i might be able to get them to understand .", "length": 39}, "3926": {"text": "Maybe.", "length": 1}, "3927": {"text": "There are people I know of that actually are like that , I 'm sorry to say .", "length": 16}, "3928": {"text": "There are some that can vouch for that , too .", "length": 9}, "3929": {"text": "We are working on it .", "length": 5}, "3930": {"text": "The WACPG 's focus is to shed light on how backwards we have become over affirmative action and allowing black established programs to grow and prosper while closing anything that benefits White Americans .", "length": 33}, "3931": {"text": "2508", "length": 1}, "3932": {"text": "I remember back in the day I used to hand out tracts for my church , why dont they have anything small that I can print out on my printer and cut them up so I can place them in library books and phone booths ?", "length": 44}, "3933": {"text": "Agreed, to an extent .", "length": 4}, "3934": {"text": "We have to fight for our survival and our future but we can have our cake and eat it too .", "length": 20}, "3935": {"text": "That is great news .", "length": 4}, "3936": {"text": "Here is Peroutka 's latest on Jerry Falwells blind support of Bush .", "length": 12}, "3937": {"text": "http://www.peroutka2004.com/schedule ... w & event _ id = 259", "length": 10}, "3938": {"text": "This post by Jack boot and the piece by Marc Moran , are very inspiring .", "length": 14}, "3939": {"text": "They make you want to go out and reach people .", "length": 10}, "3940": {"text": "I was very inspired by Moran 's writing .", "length": 8}, "3941": {"text": "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !", "length": 30}, "3942": {"text": "Our family members are often the hardest people for us to reach but the most worth it when we do .", "length": 20}, "3943": {"text": "It is a testament to your child rearing skills that your boy is turning around .", "length": 15}, "3944": {"text": "I only hope my kids will follow the same path when they come of age .", "length": 15}, "3945": {"text": "Just a note for anyone downloading the petition ......... Remember to put your paper setting on 8 1/2 X 14 for * * * LEGAL * * * documents. petition download Good luck friends , Gordon _ Inc.", "length": 31}, "3946": {"text": "From David Pringle For folks who have questions about the National Alliance or would just like to listen this is your chance .", "length": 22}, "3947": {"text": "I knew that I could get them from Army surplus stores .", "length": 11}, "3948": {"text": "My friend and I are looking to buy them in large quantities on the Internet for probably around like $ 1.50- $ 2.00 a piece ....", "length": 25}, "3949": {"text": "14/88", "length": 2}, "3950": {"text": "Big talk , none of you have the balls to tell a skin this to his face .", "length": 16}, "3951": {"text": "I am not a skin , and I wore a suit at the rally .", "length": 13}, "3952": {"text": "W.R.S. 14/88", "length": 5}, "3953": {"text": "Yes, and you are wasting the time that you could be spending out in the real world and communicating White Nationalism to the man and woman on the street .", "length": 29}, "3954": {"text": "Where can i find a complete list of anti black fliers. that have to do with black on white crimes , interracial babys , black drug dealers , etc etc .", "length": 27}, "3955": {"text": "Bugsy89", "length": 1}, "3956": {"text": "For those of you that know me , I have this at my place also .", "length": 14}, "3957": {"text": "It was asked for so here it is .", "length": 8}, "3958": {"text": "My strategy for targeting churches is to ride my bike around the church parking lot during mass and toss business cards at the parked cars while I 'm riding .", "length": 29}, "3959": {"text": "This works at Funeral Homes , too , provided there is a funeral going on .", "length": 13}, "3960": {"text": "Thats a good point .", "length": 4}, "3961": {"text": "And I like the idea .", "length": 5}, "3962": {"text": "I know the Knights Party goes along the line of White separatist and Black separatist and in a peaceful manner .", "length": 20}, "3963": {"text": "I came here to find out why such a small population living on a small area of the planet , constantly ravaged by war and instability managed to become the opitomy of progress and civilisation and eventually rule the world .", "length": 39}, "3964": {"text": "I think its #3 - culture Many young black males grow up fatherless .", "length": 12}, "3965": {"text": "Black males are put on pedestal by the media - white women love them , sports heroes , rappers with all the `` bling '' .", "length": 20}, "3966": {"text": "I think a lot of black males become conceited by this .", "length": 11}, "3967": {"text": "This is where their `` I 'm a bad ass , I can do whatever I want '' attitute comes from .", "length": 18}, "3968": {"text": "Humility does n't even cross their mind .", "length": 8}, "3969": {"text": "They never smile .", "length": 3}, "3970": {"text": "They talk like gangsters - `` yo yo yo '' .", "length": 7}, "3971": {"text": "They smoke skinny cigars .", "length": 4}, "3972": {"text": "Attitude is everything .", "length": 3}, "3973": {"text": "In reality they have no money and it is all a charade .", "length": 12}, "3974": {"text": "I can pick them out a mile away .", "length": 8}, "3975": {"text": "This is why I avoid them .", "length": 6}, "3976": {"text": "I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei", "length": 27}, "3977": {"text": "here is someone who in a round about way supports your argument and you tear them to bits. do you know what you believe in or not ?", "length": 27}, "3978": {"text": "Half white and half white would probably be ok with me .", "length": 11}, "3979": {"text": "But then I 'm half German and half German so I try to be accepting of other people with mixed backgrounds like myself .", "length": 23}, "3980": {"text": "Who would know more about exploiting people you do n't give a crap about other than a member of the tribe ?", "length": 22}, "3981": {"text": "Awwwwww At least you didnt have drool drooping out of your mouth like I did when I was one years old .", "length": 21}, "3982": {"text": "Guys ( and gals ) , just wanted to say : there are few things more entertaining than watching you do another arrogant negro poster .", "length": 21}, "3983": {"text": "I 've seen this happen many times on this site during my lurking days .", "length": 14}, "3984": {"text": "You absolutely rock !", "length": 3}, "3985": {"text": "Disgusting.....", "length": 1}, "3986": {"text": "And to think FIFA are allowing this nation to host the biggest sporting event on the planet .", "length": 17}, "3987": {"text": "I am a huge football fan but there is no way in hell I would go to South Africa this year , not even if somebody paid me 10 grand to go .", "length": 31}, "3988": {"text": "I'm pretty sure the average black is stronger then those white men that date asians or the ones who let their wives take control of the household .", "length": 28}, "3989": {"text": "These things make me sick !", "length": 5}, "3990": {"text": "White girls and no other , even asian guys are attracted to white girls all we can do is pray for these people !", "length": 22}, "3991": {"text": "#WethePeople #RealAmericans", "length": 2}, "3992": {"text": "Hi.", "length": 1}, "3993": {"text": "I have never accepted any government checks .", "length": 7}, "3994": {"text": "Welfare .", "length": 1}, "3995": {"text": "Social Security .", "length": 2}, "3996": {"text": "Nothing .", "length": 1}, "3997": {"text": "Also I was born here so it is not easy to `` go back . ''", "length": 13}, "3998": {"text": "Why dont you move to Nebraska ?", "length": 6}, "3999": {"text": "Or Minnesota ?", "length": 2}, "4000": {"text": "There is SO much physical and scientific evidence that ancient Egyptians were not negro .", "length": 14}, "4001": {"text": "The only thing Negroes have is wishful want .", "length": 8}, "4002": {"text": "So very few compared to the tens of millions who have done nothing to advance society .", "length": 16}, "4003": {"text": "What about all the tens of millions of negroes that are nothing more than criminals and parasites that do nothing but breed more criminals and parasites ?", "length": 26}, "4004": {"text": "That 's their real contribution to society , misery and dependence .", "length": 10}, "4005": {"text": "Not sure if this is the correct place i should post it , but a good video that just uploaded on youtube about these hypocrites .", "length": 24}, "4006": {"text": "Watch the video the New York Times did n't Want You to See - YouTube", "length": 15}, "4007": {"text": "With all due respects to our UK posters , many of the problems we are experiencing today is the result of British meddling .", "length": 22}, "4008": {"text": "But the best are here , they certainly are n't africans - multiculturalism is the funeral pyre of a society , & those who welcome it are either fools or traitors", "length": 28}, "4009": {"text": "You prove that multiculturalism works , your the one that started this troll thread , fag boy .", "length": 15}, "4010": {"text": "Ian 's arguments wins hands down , you lose sucker .", "length": 9}, "4011": {"text": "Here is your logic : some whites are corrupt whores for Jewish supremacists , therefore Whites should not oppose Jewish supremacist extermination of all Whites and JS efforts to control humanity 's future .", "length": 31}, "4012": {"text": "I'll do you a deal .", "length": 6}, "4013": {"text": "If I do n't use anything black people invented .", "length": 10}, "4014": {"text": "Black people wo n't use anything white people invented/discovered .", "length": 11}, "4015": {"text": "Intelligent parents usually have intelligent kids the same as when two good looking people procreate , it usually results in good looking kids , more genetic than luck .", "length": 26}, "4016": {"text": "I have a Cracking the new SAT guide , and some books required through an american home school .ISBN-10 : 0375764852 ISBN-13 : 978-0375764851 PM If youre interested .", "length": 28}, "4017": {"text": "AND have you ever watched what they are watching ?", "length": 9}, "4018": {"text": "The sexual references are there .", "length": 5}, "4019": {"text": "No wonder children at a younger and younger age are engaging in sexual acts .", "length": 14}, "4020": {"text": "It 's like they 've been `` Groomed '' .", "length": 7}, "4021": {"text": "Only a few small edits have occurred since the last bump for this article .", "length": 14}, "4022": {"text": "And the following video is from valued friends of the PLE movement .", "length": 12}, "4023": {"text": "https : //www.youtube.com/watch ? v = 3rnRPhEwELo & index = 2 & list = FL3k6cf7xGPKJ02hiGVCjfCQ", "length": 11}, "4024": {"text": "YouTube- Broadcast Yourself .", "length": 3}, "4025": {"text": "YouTube - Broadcast Yourself .", "length": 3}, "4026": {"text": "YouTube - Broadcast Yourself .", "length": 3}, "4027": {"text": "YouTube - Broadcast Yourself .", "length": 3}, "4028": {"text": "YouTube - Broadcast Yourself .", "length": 3}, "4029": {"text": "YouTube - Broadcast Yourself .", "length": 3}, "4030": {"text": "YouTube - Broadcast Yourself .", "length": 3}, "4031": {"text": "YouTube - Broadcast Yourself .", "length": 3}, "4032": {"text": "YouTube - Broadcast Yourself .", "length": 3}, "4033": {"text": "YouTube - Broadcast Yourself .", "length": 3}, "4034": {"text": "YouTube - Broadcast Yourself .", "length": 3}, "4035": {"text": "YouTube - Broadcast Yourself .", "length": 3}, "4036": {"text": "YouTube - Broadcast Yourself .", "length": 3}, "4037": {"text": "YouTube - Broadcast Yourself .", "length": 3}, "4038": {"text": "Rouse - The Redpilled Blues - YouTube Rouse - Not Our Own - YouTube Pale White Skin - Hey There Europa - YouTube Sir Antiblack - A Race War - YouTube Amazon ( ( ( Echoes ) ) ) - YouTube", "length": 26}, "4039": {"text": "all the time we are a targeted people i 've been attacked four times for no reason except i 'm white and i was alone learn how to defend yourself your friends and your family for any and all possibilities", "length": 40}, "4040": {"text": "Taking it to the authorities is the worst thing you can do .", "length": 12}, "4041": {"text": "Should have told her to palm strike the black girl under the chin. Bully 's teeth will be knocked out , but it 's just baby teeth .", "length": 26}, "4042": {"text": "Never.", "length": 1}, "4043": {"text": "Cultures and nations with thousands of years of history and pride will never erase that for some whites-only form of multiculturalism .", "length": 22}, "4044": {"text": "This is not good even though it is the truth .", "length": 10}, "4045": {"text": "Once the negros start coming in bunches it will be a hellhole and the whites will have to leave again and start a new community .", "length": 25}, "4046": {"text": "I live in Wisconsin .", "length": 4}, "4047": {"text": "Apparently our - 50 degree winters are merely a stumbling block on the golden road to all our corn-fed white chicks .", "length": 21}, "4048": {"text": "Their mother had self-respect and respect for others and are passing those values down to their daughters .", "length": 18}, "4049": {"text": "Ten to one they have a great father , too .", "length": 9}, "4050": {"text": "Tower of London tour .", "length": 4}, "4051": {"text": "https : //www.youtube.com/watch ? v = DeiW _ bWZ2Is https : //www.youtube.com/watch ? v = jWFq-v7TKdQ https : //www.youtube.com/watch ? v = iAzn9V3ha3Y https : //www.youtube.com/watch ? v = wTNfdPxtfek", "length": 31}, "4052": {"text": "The London Forum is a great YouTube channel .", "length": 8}, "4053": {"text": "It 's where I discovered so many great people who are fighting for our cause .", "length": 15}, "4054": {"text": "No man , you got to listen to pass .", "length": 8}, "4055": {"text": "Do n't buy into it , just put it on your exams and forget that jew propaganda .", "length": 17}, "4056": {"text": "I am disgusted by the amount of white hate and brown love that teachers try to pump into my 16 year olds head .", "length": 23}, "4057": {"text": "I 've taught her to question everything that they teach her .", "length": 11}, "4058": {"text": "She too gets in trouble for speaking up .", "length": 8}, "4059": {"text": "My daughter just got Journey to Center of the Earth today from our stockpile of books .", "length": 16}, "4060": {"text": "Will see if she actually reads it and if she likes it .", "length": 12}, "4061": {"text": "She turns 7 tomorrow .", "length": 4}, "4062": {"text": "Thank God it is n't , everyone on Facebook is obsessed with it so much I began to hate the colour pink .", "length": 22}, "4063": {"text": "Check out this youtube channel i found , i agree with most of what he says Diversity DESTROYS Social Cohesion in the West - YouTube", "length": 23}, "4064": {"text": "The Nordic Angelic race came from the Pleiadian 's Star Cluster , and mixed with Iberian-Aryan 's that live in Germanic Countries and Scandinavia .", "length": 24}, "4065": {"text": "https : //en.wikipedia.org/wiki/Nordic _ aliens", "length": 8}, "4066": {"text": "Two English majors who went on to be successful are James Corbett and Drew Karpyshyn .", "length": 15}, "4067": {"text": "I do n't look down on these degrees as much as I used to .", "length": 15}, "4068": {"text": "Am told I look like the Wrestler Stone Cold Steve Austin .", "length": 11}, "4069": {"text": "Dont know my heritage for ever .", "length": 6}, "4070": {"text": "But Ulster Scot as far back as I know .", "length": 9}, "4071": {"text": "Trigonometry http://www.pinkmonkey.com/coreconcep...jects/trig.htmCoreConceptshttp://www.catcode.com/trig/FAQaboutTrigonometryhttp://www.ping.be/~ping1339/gonio.htmIntroductiontoTrigonometryhttp://www.acts.tinet.ie/trigonometry_645.htmlAsimpleonlineTrigcourseforum.swarthmore.edu/workshops/usi/pascal Pascal 's Triangle http://www.sosmath.com/trig/trig.htmlS.O.S.Mathematicshttp://score.kings.k12.ca.us/trigonometry.html Collection of lesson plans for California math students .", "length": 59}, "4072": {"text": "http://www.physics.uoguelph.ca/tutor.../trigonom.html Tutorial from University of Guelph physics department .", "length": 15}, "4073": {"text": "Perhaps your emails will make the hardened hearts realize the errors of their ways .", "length": 14}, "4074": {"text": "Mrs. B 's anti gay messages are so important .", "length": 9}, "4075": {"text": "AND VITAL .", "length": 2}, "4076": {"text": "A People of strength always Honour their true Heroes .", "length": 9}, "4077": {"text": "YouTube - & quot ; \u00d0 \u00d0 ? \u00d0 \u00a8 \u00d0 \u00d0 * \u00d0 # \u00d0 \u00ae \u00d0 cents \u00d0 \u00ac \u00d0 \u00d0 \u00d0 \u00d0 * \u00d0 \u00d0 \u00d0 \u00d0 \u00d0 \u00ac \u00d0 \u00a6 \u00d0 ... & quot ;", "length": 24}, "4078": {"text": "It is a total disgrace when tax-payer dollars can go to promoting such degenerate filth .", "length": 16}, "4079": {"text": "But what do you expect with a homosexual Muslim as the mayor ?", "length": 12}, "4080": {"text": "For you and I and other White nationalists yes .for French law unfortunately they are French .", "length": 16}, "4081": {"text": "They need to give them mandatory DNA tests and kick them all out of France .", "length": 15}, "4082": {"text": "They say they dont want to take our guns .", "length": 9}, "4083": {"text": "What they say and what the want to do are miles apart https : //www.facebook.com/NationalRif ... 4033633761833/", "length": 18}, "4084": {"text": "I hear that and I have heard of using Wasp spray .", "length": 11}, "4085": {"text": "Just as long as it proves to provide irritation in my book .", "length": 12}, "4086": {"text": "Oh .", "length": 1}, "4087": {"text": "And easier to explain", "length": 4}, "4088": {"text": "Knife, first aid kit , emergency blanket , pancho , lighter , flares , permanent marker , car cell phone charger , pocket mirror , compass .....", "length": 18}, "4089": {"text": "These are the essentials if you would to add more thats up to you .", "length": 14}, "4090": {"text": "I am sure California is full of sick self hating whites , who think that for the good of all the black brown and yellow peoples of the world , whites need to commit racial suicide and disappear from their face of the earth for their sake and wo n't that be just dandy !", "length": 53}, "4091": {"text": "Do you have huge numbers of all the various turd to urine coloured rainbow of third worlders like many parts of Canada ?", "length": 22}, "4092": {"text": "What I mean is that they overall were able to take all of it back as well as keep those colonies longer than the Italians .", "length": 25}, "4093": {"text": "Maybe those are countries with the top 25 GDP 's ?", "length": 10}, "4094": {"text": "There is no other country on Earth with a demographic makeup like the US , so an apt caparison is impossible .", "length": 20}, "4095": {"text": "I just know about that one because about a year ago there was an article about their smut that I passed onto my friend who has a grade school aged son .", "length": 31}, "4096": {"text": "It's indeed a conspiracy theory that insists Whites work together to hold Black people down to benefit Whites in some way .", "length": 22}, "4097": {"text": "But the Truth or Fiction site also says it 's false .", "length": 11}, "4098": {"text": "George Soros ' Evil Plan of Buying Up American Gun and Ammunitions Companies - Fiction !", "length": 13}, "4099": {"text": "I have read that more French died from Allied bombing than the casualties they sustained fighting against the Germans in 1940 .", "length": 21}, "4100": {"text": "My father was born in Germany My mother 's parent 's moved from Ireland .", "length": 14}, "4101": {"text": "I 'm literally a 50/50 split Irish / German", "length": 9}, "4102": {"text": "Is there anything like this on the market today ?", "length": 9}, "4103": {"text": "All I 've see for high power are the single shot ones ,", "length": 12}, "4104": {"text": "Hey..", "length": 1}, "4105": {"text": "Guys can you please tell me one thing What are good homeschooling programs with fast enrollment , free and for kids ? waiting for your reply", "length": 24}, "4106": {"text": "There are plenty of blacks in catholic schools or were in our area .", "length": 13}, "4107": {"text": "The religious aspect does n't have anything to do with it and catholicism is largely brown church", "length": 18}, "4108": {"text": "OP is a faggot .", "length": 4}, "4109": {"text": "I hardly have any Slav in me , but my great great grandma was Serbian so I have a little Slavic in me .", "length": 22}, "4110": {"text": "I myself have extremely pale skin , brown hair and brown eyes but half of my family is blond hair green or blue eyes .", "length": 23}, "4111": {"text": "White men who watch professional sports can try and put a spin on it like they 're the Roman elite watching all the slaves fight in the Colosseum , but the fact of the matter is they 're just contributing to negro worship .", "length": 42}, "4112": {"text": "These negroes make way more money than you do , and sleep with way more white women than you do , they 're the kings and you are their pathetic followers .", "length": 29}, "4113": {"text": "Get over watching monkeys throw a ball around and get a real hobby for God 's sake .", "length": 17}, "4114": {"text": "A negro wearing a colourful uniform running over a line in the grass with a ball is not your achievement , and should n't give you any kind of thrill whatsoever .", "length": 31}, "4115": {"text": "I really do hate rap music .", "length": 6}, "4116": {"text": "More than that I cringe every time I go to hang out with my friends and they blast this filth in their cars and homes .", "length": 25}, "4117": {"text": "In the next few weeks I 'm planning to buy a rifle in .308 Win/7.62NATO.", "length": 17}, "4118": {"text": "Any suggestions on what I should get ?", "length": 7}, "4119": {"text": "Maybe H & K was impressed by his rap video ?", "length": 9}, "4120": {"text": "Maybe H & K did not realize that blacks do n't buy firearms , they steal them .", "length": 16}, "4121": {"text": "Vail Pass and Eisenhower Tunnel - YouTube Vail Pass ( elapsed time video , with John Denver music ) GTA video gameplay , crimmigrant driver wields heavy haul truck through Los Angeles. gta san andreas - Mcdonalds truck - YouTube", "length": 33}, "4122": {"text": "Football by itself is not bad .", "length": 6}, "4123": {"text": "What makes it suck are the Jews that run it and the Blacks that play in it .", "length": 17}, "4124": {"text": "Both my first and last name are of Scottish origin .", "length": 10}, "4125": {"text": "Although I have English and Germans in my family as well .", "length": 11}, "4126": {"text": "Girls from different Russian dating sites - they are not all `` cute and cuddly '' but nevertheless .....", "length": 15}, "4127": {"text": "WARNING - lots of naked skin and boobs but I hope Your forgive me .", "length": 13}, "4128": {"text": "\u00d2\u00ee\u00ef\u00eb\u00e5\u00f1\u00f1-\u00e4\u00e5\u00e2\u00f3\u00f8\u00ea\u00e8 \u00e8\u00e7 \u00c6\u00c6 ( 35 \u00f4\u00ee\u00f2\u00ee \u00cd\u00de ) - Fishki.Net | \u00d4\u00e8\u00f8\u00ea\u00e8\u00ed\u00e0 \u00ca\u00e0\u00f0\u00f2\u00e8\u00ed\u00ea\u00e0", "length": 11}, "4129": {"text": "in the ' raid ' of Hamburg phosphor bombs were used .", "length": 9}, "4130": {"text": "When the phosphor hits the skin it starts to burn going deeper and deeper into the flesh .", "length": 17}, "4131": {"text": "Germans hit by phosphor jumped into water to stop the burning , depriving it of oxygen .", "length": 15}, "4132": {"text": "Most just could have their mouth uncovered , sticking it out of the water to breath. their loved ones took care of them az good as possible .", "length": 26}, "4133": {"text": "But evertime they took their arms out of water the burning immediately started .", "length": 13}, "4134": {"text": "There was no healing possible. they stayed several days in the water until one evening the authorities told the families to say good bye to their loved ones and leave. then they gave the last mercy to the victims", "length": 39}, "4135": {"text": "Looks pretty cool .", "length": 3}, "4136": {"text": "I never fell out of a hump back in the day .", "length": 11}, "4137": {"text": "That was over 30 years ago .", "length": 6}, "4138": {"text": "Still in pretty good shape for a grandpa .", "length": 8}, "4139": {"text": "I run three miles a day during the week and day hike with my rifle and ALICE gear on the weekends .", "length": 21}, "4140": {"text": "Also work my core and upper body .", "length": 7}, "4141": {"text": "Welcome to SF .", "length": 3}, "4142": {"text": "If you think this is bad , wait until she gets to middle school and she has to read clap trap like Roll of Thunder Hear My Cry and see the movie .", "length": 31}, "4143": {"text": "Yup.", "length": 1}, "4144": {"text": "Here 's a list of some of the other derivitives : Skr . \u0927\u0942\u092e ( dh\u016bma ) , Old Prussian dumis , Russ. \u0434\u044b\u043c ( dym ) , Lat. f\u016bmus , Gm. toup/toben , Gk. \u03b8\u03c5\u03bc\u03cc\u03c2 ( thumos ) , Toch. twe/tweye , Lith. d\u016bmai , Ltv. d\u016bmi , Eng. d\u014dmian/dusk , Goth. dauns , ON daunn , Ir. d\u00e9/deathach , Welsh dywy , Oscan Mefit , Polish dym , Pers. / dud , OCS \u0434\ua651\u043c\u044a ( dym\u016d )", "length": 56}, "4145": {"text": "ALWAYS SPEAK OUT WHEN IN A CLASS WITH A BRAINWASHING TEACHER BECAUSE ONCE YOU SPEAK OTHERS WHO MAY FEEL THE SAME WAY MAY REALIZE THEY ARE NOT ALONE but if you say nothing then everybody will without question go along with the anti white brainwashing .", "length": 45}, "4146": {"text": "I'll look the ballistics up .", "length": 6}, "4147": {"text": "You sound right , but at 5-10 feet in your bedroom ?", "length": 11}, "4148": {"text": "Those winchester defense loads look nasty .", "length": 6}, "4149": {"text": "Short Barrel 45 feet : Taurus Judge With Winchester PDX1 Loads - YouTube Short Barrel 30 feet : Taurus Judge 000 buckshot/.45LC tests at a life size target .", "length": 26}, "4150": {"text": "- YouTube Judge with PDX 1 ammo - YouTube Long barrel : 000 Buck is devestating .", "length": 13}, "4151": {"text": "Taurus Judge buckshot ammo test : Federal 410 Handgun 000 vs 4 buck in ballistic gel - YouTube 4.25 `` barrel : Pretty devestating .", "length": 21}, "4152": {"text": "Will bust ribs and penetrate heart .", "length": 6}, "4153": {"text": "Stay for Gel test .", "length": 4}, "4154": {"text": ".410 Winchester PDX1 Gel and Meat Test - YouTube You just sold me on the judge .", "length": 15}, "4155": {"text": "It would be an excellent accessory for any for any room in the house .", "length": 14}, "4156": {"text": "Both the Winchester PDX and the 3 `` 000 Buck would brighten any room , giving visitors the reception they have been looking for !", "length": 22}, "4157": {"text": "The Reptile Zoo I know is not actually a Zoo , but they take care of the animals who are dropped by people who does n't like their animals anymore .", "length": 30}, "4158": {"text": "What a fantastic idea !", "length": 4}, "4159": {"text": "The day I chose to have a child I hope there will be many other schools like this across North America .", "length": 21}, "4160": {"text": "I support this 100 % !", "length": 4}, "4161": {"text": "So who is this gay dude ?", "length": 6}, "4162": {"text": "So the new rules are Free Speech is for Blacks and Browns only ...", "length": 13}, "4163": {"text": "White speech is Hate ....", "length": 4}, "4164": {"text": "Questions that enable people to learn are always welcomed .", "length": 9}, "4165": {"text": "This is why we are here to share and grow in our craft of survival .", "length": 15}, "4166": {"text": "Some people are really weird in their thinking Have you been to Bullhead , Az ?", "length": 14}, "4167": {"text": "Most Whites there are so tan that their skin looks like a person from India I do n't think of myself as anything BUT White too", "length": 27}, "4168": {"text": "It seems all of Northern Mexico is embroiled in open Warfare and our border patrol is having clashes with Drug Gangs shooting their way across the border CWII2008", "length": 28}, "4169": {"text": "Disagree.", "length": 1}, "4170": {"text": "That ape tried to gang up a lone white .", "length": 9}, "4171": {"text": "He got what he deserved .", "length": 5}, "4172": {"text": "Maybe next time he 'll think twice before picking fights .", "length": 10}, "4173": {"text": "No,, they knew exactly what they did .", "length": 7}, "4174": {"text": "It 's all about race mixing .", "length": 6}, "4175": {"text": "Elimination of all things white .", "length": 5}, "4176": {"text": "My kids are grown , I would have to put them in private school if I had some now ,", "length": 18}, "4177": {"text": "mate could you imagine the look on a pack of groids faces when you come screaming around a corner on one of those guns a' blazin .", "length": 26}, "4178": {"text": "Almost makes you wish for the end of the world", "length": 10}, "4179": {"text": "Has anyone else noticed how blacks mainly wait until their opponent gets tired while preserving their energy , and then attack while their opponent is weak ?", "length": 25}, "4180": {"text": "Seems like a cowardly way to fight .", "length": 7}, "4181": {"text": "They ca n't stand toe to toe with the white man so they just dance around until they 're tired .", "length": 21}, "4182": {"text": "I have dark brown hair and brown eyes and I 'm as pale as the moon .", "length": 16}, "4183": {"text": "Guess I 'm not white .", "length": 5}, "4184": {"text": "Best place for DNA test btw ? 23andme or ancestory ?", "length": 9}, "4185": {"text": "Imagine if I got 100 percent negro .", "length": 7}, "4186": {"text": "Finally someone comes out and tells a portion of the truth !", "length": 11}, "4187": {"text": "Too bad it 's coming form one of the biggest liars of the war .", "length": 14}, "4188": {"text": "I want to homeschool until high school age and then have them go to a high school like I went to : small , rural area with excellent teachers and curriculum .", "length": 29}, "4189": {"text": "Home Schooling is the best option .", "length": 6}, "4190": {"text": "There are tons of threads and posts about Home Schooling on SF .", "length": 12}, "4191": {"text": "We have tons of links for materials and free downloads .", "length": 10}, "4192": {"text": "Come in with a Swedish Power shirt .", "length": 7}, "4193": {"text": "Do not go to school officials because it will mark you out to them .", "length": 14}, "4194": {"text": "Apparently mine ( lee ) is Old English for `` Sheltered from the storm '' .", "length": 11}, "4195": {"text": "According to wikipedia its origin is also Gaelic and Celtic .", "length": 10}, "4196": {"text": "Wasn't there a news story on here a while ago about how jews can inherit their parents memories about the holahoax and then have nightmares about it , or some other BS like that ?", "length": 34}, "4197": {"text": "I have never seen those posters before .", "length": 7}, "4198": {"text": "They are pretty nice looking and most important of them all is that they name the Jew .", "length": 17}, "4199": {"text": "I do not watch TV , and neither does my husband .", "length": 10}, "4200": {"text": "He likes selecting movies .", "length": 4}, "4201": {"text": "I do not let my children watch tv at all .", "length": 10}, "4202": {"text": "I pre-screen movies for them .", "length": 6}, "4203": {"text": "I wonder what it 's going to be like if the Big Chimpout of 2014 really happens .", "length": 17}, "4204": {"text": "We 'll find out tonight .", "length": 5}, "4205": {"text": "I had nothing but polite White Children and their parents come to my door , and I got to meet some of my neighbors .", "length": 23}, "4206": {"text": "I gave out handfuls of good chocolate candy and the kids were happy .", "length": 13}, "4207": {"text": "Great Halloween !", "length": 2}, "4208": {"text": "White Traditions can only exist in White Homelands .", "length": 8}, "4209": {"text": "you can talk gander mountain way down , they wanted 700 bucks for a glock 19 i told them they are 549 at acadamys and they matched it", "length": 27}, "4210": {"text": "Agreed. on the tournament floor there are rules. on the street there is not .", "length": 14}, "4211": {"text": "Even a child has enough muscle to pull a trigger or cut flesh .", "length": 13}, "4212": {"text": "Lift weights , eat a lot of meat , train BJJ/Muay Thai .", "length": 11}, "4213": {"text": "After a few months to a year you wo n't be losing many fights .", "length": 15}, "4214": {"text": "No, like i said , your rule changes would destroy the sport .", "length": 11}, "4215": {"text": "Striking was n't even dominated by grappling when the rules were minimal , let alone now .", "length": 16}, "4216": {"text": "And on the ground ground and pound and submissions have finished hundreds of fighters over the years .", "length": 17}, "4217": {"text": "Your ignorance of the sport is pretty striking .", "length": 8}, "4218": {"text": "If ra-heem had a gat wit 17 bumps and jose ' dised him in front of OG peeps and he capped dat bitch twice den double tapp hector jus cause he be dere , monique pregnant , say ra-heem baby daddy , how much welfare they get ? multiply food stamps X project housing add free utilities , stolen cars and drugs sold to find out why they are still poor", "length": 67}, "4219": {"text": "Teach them to be strong and healthy do not let them watch television , if you have to for some reason only let them watch good morale shows , maybe the Brady Bunch ?", "length": 31}, "4220": {"text": "I dont know but becareful .", "length": 5}, "4221": {"text": "Teach them to respect .", "length": 4}, "4222": {"text": "hey man at least you have the balls to get in the cage. most people dont .", "length": 16}, "4223": {"text": "I hope to compete myself .", "length": 5}, "4224": {"text": "I 'm just worried about screening cause some amateur shows dont pay and also if there is no medical tests someone might have aids .", "length": 24}, "4225": {"text": "evangel n .", "length": 2}, "4226": {"text": "1. good news , especially that of the gospel [ < A.S. god spel , good tidings ] ; 2. one who carries the gospel news ; an evangelist : Evangel , Archaic , any one of the four Gospels. [ < Gk. euaggelion , the gospel < eu , well + aggellos , a messenger ]", "length": 40}, "4227": {"text": "Well I guess it was bound to happen .", "length": 8}, "4228": {"text": "It 's a pretty powerful documentary that blew me away .", "length": 10}, "4229": {"text": "If there 's nothing to hide why ban it", "length": 9}, "4230": {"text": "My advice is keep with it it 's better to know it and never have to use it , then to need to use it and not know it !", "length": 28}, "4231": {"text": "I'm going to play the black sheep here and say there 's nothing wrong with what he 's doing .", "length": 20}, "4232": {"text": "It 's the mechanism of death that 's in question , along with the one-sidedness of remembrance , but people did die .", "length": 21}, "4233": {"text": "Another cleaning tip ( from Vietnam , go figure ) that works well .", "length": 10}, "4234": {"text": "I bought a revolver at an auction , the barrel was dirty especially near the forcing cone area .", "length": 17}, "4235": {"text": "Solvent soaked patches \u2219 brass bore brushes \u2219 just could not get perfectly clean .", "length": 12}, "4236": {"text": "I thought about how we would clean the M60 barrels on the Hueys ( 2 on each side , 1 each door gunner/crew chief , 2 TAT101 front turret ) at end of day - had big vats of cleaning solvent , cleaning rods with bore brush in electric drills .", "length": 45}, "4237": {"text": "I put a aluminum pistol cleaning rod in my cordless drill with brush attached , dipped in `` Butch 's Bore Shine '' , ran it in and out that revolver barrel a few times concentrating on that dirty area , then a couple clean patches - bore looks like NEW !", "length": 45}, "4238": {"text": "EDIT : Using , of course a brass bore brush which is much softer than the barrel 's steel and should not damage rifling .", "length": 22}, "4239": {"text": "If there is dirty dancing or sexual contact report it to the principle likely there will be some and maybe they wo n't ever schedule a dance like that again .", "length": 31}, "4240": {"text": "Slavery is a word which has special meaning to Americans .", "length": 10}, "4241": {"text": "It congers up images of blacks in chains and whippings which was the intention .", "length": 14}, "4242": {"text": "I miss Dr. Pierce very much !", "length": 6}, "4243": {"text": "I hope you all listen to his thoughts in this video - YouTube - & #x202a ; Dr.", "length": 14}, "4244": {"text": "William Pierce : The Gift of Life. by Extrea. & #x202c ; & rlm ;", "length": 10}, "4245": {"text": "An Article I wrote about sources of home schooling materials .", "length": 10}, "4246": {"text": "Sources for Homeschooling Curriculum One of the biggest challenges for the homeschooling parent is finding good sources for educational materials and finding curriculum that is new , fresh and inexpensive .", "length": 29}, "4247": {"text": "Music Lessons .", "length": 2}, "4248": {"text": "Lord Fredrik Leighton .", "length": 3}, "4249": {"text": "Monster .", "length": 1}, "4250": {"text": "Charles Burton Barber .", "length": 3}, "4251": {"text": "Compulsatory Education Off To School A Special Pleader Suspense Girl with Dogs La Pensierosa .", "length": 14}, "4252": {"text": "Marie Spartali Stillman .", "length": 3}, "4253": {"text": "Fairy Tales .", "length": 2}, "4254": {"text": "Mary Gow .", "length": 2}, "4255": {"text": "Sunshine .", "length": 1}, "4256": {"text": "Lady Alma-Tadema Dreams .", "length": 4}, "4257": {"text": "Frederick Burton .", "length": 2}, "4258": {"text": "Calmady Children .", "length": 2}, "4259": {"text": "Sir Thomas Lawrence .", "length": 3}, "4260": {"text": "In Search of the First Civilizations by Michael Wood .", "length": 9}, "4261": {"text": "In Search Of The First Civilizations : Amazon.co.uk : Michael Wood : Books In Search Of The First Civilizations : Amazon.co.uk : Michael Wood : Books", "length": 24}, "4262": {"text": "My Grandfather traced our family tree back quite far .", "length": 9}, "4263": {"text": "I am 100 % Irish , All of my ancestors were white irish and there has only been one mix in my extended family and that was a white English person .", "length": 29}, "4264": {"text": "Im proud of my heritage .", "length": 5}, "4265": {"text": "I will pass out cheap sugar based candy .", "length": 8}, "4266": {"text": "Mexicans are real prone to diabetes and I want to help them get to Hell as soon as possible .", "length": 19}, "4267": {"text": "the kind of perversion that leads to homosexuality also leads to pedophilia. why take the risk , and even if the homosexuals turned out not to be pedophiles why would anyone want a child to live with two perverts .", "length": 38}, "4268": {"text": "My big complaint is that it is freaking expensive .", "length": 9}, "4269": {"text": "I do have a few copies of several of the languages around the house , if anyone is interested PM me for details .", "length": 22}, "4270": {"text": "A girl that rides in trucks has no place to call home and the wrong guy to call Daddy .", "length": 19}, "4271": {"text": "Maybe its different there .", "length": 4}, "4272": {"text": "Here it seems they are all hitchers or lizards , and maybe robbers .", "length": 12}, "4273": {"text": "the video clip at the start looked very good and made a nice change from that band of brothers type crap Got a lot of respect for the Estonian Waffen SS guys .", "length": 32}, "4274": {"text": "They fought fiercely for their land and got no mercy if captured alive", "length": 13}, "4275": {"text": "That and the sheer size of their land , which made it possible to move their production facilities out of range of German bombers .", "length": 23}, "4276": {"text": "White doll black doll ....", "length": 4}, "4277": {"text": "Even niglets past and present see the purity of the racial White soul .", "length": 13}, "4278": {"text": "YouTube - Black doll White doll MSNBC version YouTube - White Doll , Black Doll .", "length": 12}, "4279": {"text": "Which one is the nice doll ?", "length": 6}, "4280": {"text": "More expansive testing and kids .", "length": 5}, "4281": {"text": "YouTube - The Barbie Doll Test", "length": 5}, "4282": {"text": "Has anyone claiming this method been able to make even one block like that with wedges water and copper tools ?", "length": 20}, "4283": {"text": "Isnt science supposed to be repeatable before they draw conclusions ?", "length": 10}, "4284": {"text": "My guess is that if your district has too few `` minority '' students they will start bussing them in from more `` cultural '' neighborhoods .", "length": 22}, "4285": {"text": "Thank you for posting this .", "length": 5}, "4286": {"text": "His spirit will always be with us and we will always honor him as the man who led us out of the darkness so we will never get lost again as a people .", "length": 33}, "4287": {"text": "Tell your friend he wins ; I 've now decided to make a video documentary about the Jewish Ritual Murder of Andrei Youshchinsky .", "length": 22}, "4288": {"text": "Bump.", "length": 1}, "4289": {"text": "The jews media will never report on this incident or any kind of incident like this ever.Wake up White people we have a black on White crime problem and it is going to get a lot worse .", "length": 38}, "4290": {"text": "Sit back and enjoy your day it just might be your last .", "length": 12}, "4291": {"text": "That sounds like a very weak thing to do .", "length": 9}, "4292": {"text": "Never surrender and fight till the death to defend your country is the most honorable thing every white nationalist should do !", "length": 21}, "4293": {"text": "Actually, They will be raised by there mother along with their father , the US government .", "length": 15}, "4294": {"text": "Basically , we are the fathers of millions of black little bastards .", "length": 11}, "4295": {"text": "Maybe the subject line for this thread was supposed to say , `` The first black US president was a muslim '' ?", "length": 19}, "4296": {"text": "Lighten up people .", "length": 3}, "4297": {"text": "Most of my friends who went into the trades went to a vocational school , or took courses at a local community college .", "length": 22}, "4298": {"text": "Free ride for 4 years without grades involved , State champ band , I know the coons hate that , White boy got ryhtm , !!!!!!!! 3.88 gpa will kick in soon .", "length": 28}, "4299": {"text": "Says the guy who made a thread attacking Fading Light and defending half breeds If you got a crush on Miss Aussie do n't be so shy lol", "length": 29}, "4300": {"text": "My favorite part. sheds some light on how the Holocaust is taught in high schools around the world ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ got to keep the bankroll going in every country in every high school on the global map They have jew inspectors going to every high school making sure the holocaust is being properly taught ( if you know what i mean ) .", "length": 58}, "4301": {"text": "Aside from the fact that the mayor never offered any evidence to back his claims , your claims have no relation to what was actually said in the article .", "length": 28}, "4302": {"text": "I wanted to get some opinions from Stormfront members on this Jewish crap my son brought home from public school .", "length": 20}, "4303": {"text": "Who the hell are the Maccabees anyway ?", "length": 7}, "4304": {"text": "How do I explain this garbage to my son ?", "length": 9}, "4305": {"text": "Any comments are appreciated .", "length": 4}, "4306": {"text": "http://users.erols.com/interlac/corres.htm Check out these schools , most offer high school level courses for credit if the school will accept them you will have to check .", "length": 30}, "4307": {"text": "Just take a few correspondance courses if you can you can likely make up the credits .", "length": 16}, "4308": {"text": "Brutal: Expanding Reach Of Mexico 's Drug Cartels YouTube - Dispatch : Expanding Reach of Mexico 's Drug Cartels YouTube - Stratfor Insight - Mexican Drug Cartels", "length": 23}, "4309": {"text": "I wish you luck , is it any wonder Jew males lust for our White women ?", "length": 15}, "4310": {"text": "JAPs are a total hoot , each the center of the universe , loud , brash , vain , arrogant . . .", "length": 15}, "4311": {"text": "Video Center - KOLD News 13 ^ ^ ^ Click link for video . Here 's what the Vekol Valley looks like , south of Interstate 8 , 10-miles west of where HWY 84 intersects .", "length": 29}, "4312": {"text": "Wow Video had a ton of insight I am surprised that a Mexican can realize all the bull and bias against us whites", "length": 23}, "4313": {"text": "Over at Free Republic in a thread about this , someone said about two days ago that youtube was blocking people from commenting on tbe video but many had found a way around youtubes block to post .", "length": 36}, "4314": {"text": "It is the lack of government having a role in our culture which has resulted in what Western culture is today .", "length": 21}, "4315": {"text": "Mexicans dress that way here ..", "length": 5}, "4316": {"text": "Just wear whatever your style is , unless its `` wigged out '' , then that would be highly unattracitive ...", "length": 16}, "4317": {"text": "This is like `` wiggers '' .", "length": 4}, "4318": {"text": "They are white kids who want to be black .", "length": 9}, "4319": {"text": "They dress like blacks , talk Ike them , act just as stupid .", "length": 11}, "4320": {"text": "They carry those `` n * * * * r brushes '' and sag their pants .", "length": 10}, "4321": {"text": "Only thing now is they have to go get their skin dyed .", "length": 12}, "4322": {"text": "It 's sadder when whites try to go black .", "length": 9}, "4323": {"text": "These are sad times .", "length": 4}, "4324": {"text": "Especially with these orientals looking white .", "length": 6}, "4325": {"text": "Eventually we wo n't be able to tell who is who. this is all sad .", "length": 16}, "4326": {"text": "My Gym teacher told a Lebanese kid that was screwing around during class to go back to his own poor ass country if he wants to screw around .", "length": 28}, "4327": {"text": "I think even some teachers are getting fed up with the immagrants .", "length": 12}, "4328": {"text": "i just have one hole in each ear in which i wear a pair of silver eagle dangle earrings. i dont like the exotic pericings at all .", "length": 27}, "4329": {"text": "I played D2 for years as a way to pass the time but I got bored waiting on v1.10 to be released and stopped playing .", "length": 26}, "4330": {"text": "Perhaps I will search out that damnable disk and come visiting .", "length": 11}, "4331": {"text": "I was doing a Computer Science degree , but really disliked it so I 've left .", "length": 15}, "4332": {"text": "I 'm hoping to go to a university next year sponsored by the military where I 'm hoping to get a Bachelor of Arts majoring in Geography or History with minors in politics and managment .", "length": 35}, "4333": {"text": "Our schools are horrible , all they teach is telling kids to be liberal and respect people of all races and take no pride in your own .", "length": 26}, "4334": {"text": "They sleep on dirty floors in dirty houses with their dirty kids eating off dirty plates driving in dirty cars sitting at dirty tables with their dirty manners and dirty way of talking dirty way of living they wear dirty clothes have dirty smiles and are all-around dirty nasty people .", "length": 51}, "4335": {"text": "WHO ARE THEY ?", "length": 3}, "4336": {"text": "When I was at school my classmates thought it would be hilarious if they took Hitlers Body and put my head on top of it , then give them out to all the teachers .", "length": 33}, "4337": {"text": "Whenever I went anywhere little kids would come up to me and ask if I was Hitler .", "length": 17}, "4338": {"text": "They then voted me as `` most likely to take over the world '' and `` First to kill '' .", "length": 16}, "4339": {"text": "Well see you have gotten to first base .", "length": 8}, "4340": {"text": "I am 33 and I have never ever gotten to first base here .", "length": 13}, "4341": {"text": "This happened to me too.Some of my friends could not comprehend why I did n't like how some Miss China looked .", "length": 23}, "4342": {"text": "Homosexuals should stay in the closet .", "length": 6}, "4343": {"text": "If they do that , they can do what they want in the privacy of their home .", "length": 16}, "4344": {"text": "Any expressing of their homosexuality outside their home however must be stopped .", "length": 12}, "4345": {"text": "They probably stole a bunch of stuff .", "length": 7}, "4346": {"text": "Or maybe they didnt because your friend took action and thats a good thing we should all take action .", "length": 19}, "4347": {"text": "I like the fact that it was a hate crime she couldve kicked anyone out the same way .", "length": 18}, "4348": {"text": "I saw a short video of a couple seconds of it on FOX but it was they did not mention race .", "length": 21}, "4349": {"text": "damn! at least that sounds more plausable than a stupid sea. maybe look on ebay ??? are u sure there is none left ???", "length": 22}, "4350": {"text": "Quit and find another job .", "length": 5}, "4351": {"text": "Or better yet find another job then quit .", "length": 8}, "4352": {"text": "You can do better than five bucks an hour .", "length": 9}, "4353": {"text": "I learned nearly everything I know about white nationalism on the internet .", "length": 12}, "4354": {"text": "I probably would n't be a WN without it .", "length": 10}, "4355": {"text": "Well they found petrified peanut butter in a Pre-Inca tomb in Chile about 10 years ago .", "length": 17}, "4356": {"text": "So it looks like the Blacks have lost even that one LOL Diablo", "length": 13}, "4357": {"text": "Are you seeing a Doctor to get some medication against your high blood pressure ?", "length": 14}, "4358": {"text": "Hopefully in a few years you can alter your life style somewhat and hope to be able to bring down your blood pressure naturally .", "length": 24}, "4359": {"text": "im not in history this year. cant really talk about last year cause i forgot most of it by now and what i do remember would be biased cause i didnt join national socialism until coupla months ago , and i dont even know if you could really say i joined. not like u fill out a form or something .", "length": 59}, "4360": {"text": "The most absurd thing I have ever heard a nig say is , and I quote ...", "length": 15}, "4361": {"text": "`` I wanna look just like that skinny white lady , just black and beautiful . '' * shakes his head *", "length": 16}, "4362": {"text": "They have been in Russia long enough .", "length": 7}, "4363": {"text": "Maybe it 's not the same but it is very similar .", "length": 11}, "4364": {"text": "Peter the Great .", "length": 3}, "4365": {"text": "I think asians are hot but they arent the girls I wanna get with.A wolf is pretty but do you wanna pet one ? White girls are only ones to be trusted .", "length": 32}, "4366": {"text": "well i am sure that the jews have the cure for aids but they wont give it to the fags cause they already served their purpoise", "length": 26}, "4367": {"text": "Actually TV can be used wisely by watching some history , discovery , tlc and other stations like that.Of course all sitcoms are wolves dressed in sheeps clothing.By that I mean jewish propaganda masqueraded as `` reality '' , lololo .", "length": 37}, "4368": {"text": "The context that Aryan seems to be used most is to describe a person of European heritage who is of a pure blood line i.e. no Jewish blood in them ect .", "length": 32}, "4369": {"text": "It is good to hear from racialy minded youth like yourself. !", "length": 11}, "4370": {"text": "I lived in California over where I-10 and I-15 cross in Ontario .", "length": 14}, "4371": {"text": "I lived by what is or was the Union 76 truckstop and the T/A truckstop off of Milliken Avenue exit on I-10 .", "length": 24}, "4372": {"text": "This was back in 1998 so I have left the area for about four years and saw very few White Youth except at the New Mall that is located across the Freeway from the Truckstops .", "length": 35}, "4373": {"text": "Most of those Youth were goths and they lit up when they saw real White people .", "length": 16}, "4374": {"text": "You should have just put the money on the counter and walked out with your drink .", "length": 16}, "4375": {"text": "Not a damned thing she can do about it .", "length": 9}, "4376": {"text": "Hey, that sounds like one of the best reasons to quit drinking I have heard in a while .", "length": 18}, "4377": {"text": "I love my beer ! maybe you were drinking liquor I always get crazy on that so I gave it up and now everything is fine .", "length": 25}, "4378": {"text": "I just drink some beer and relaxe. good luck", "length": 9}, "4379": {"text": "I've never been too into sports , but I think I just found a new favorite team ...", "length": 17}, "4380": {"text": "I certainly hope they live up to their name and have a mostly ( or even better all ) -White team .", "length": 19}, "4381": {"text": "That's easily solved .", "length": 4}, "4382": {"text": "If you 're a Christian anyway , use Christian Identity as your excuse .", "length": 12}, "4383": {"text": "If not , start a youth chapter of the World Church of the Creator .", "length": 13}, "4384": {"text": "Surely they could n't stop you `` expressing your religious convictions '' , could they ?", "length": 13}, "4385": {"text": "School begins for me in a week , which is when I 'll be answering your question .", "length": 16}, "4386": {"text": "Until then , I believe I 'll taunt those in school already : goof", "length": 12}, "4387": {"text": "Take it slow then gradual , hell make them watch MTV for a few hours it 's the same thing as animal planet. and just gradually introduce them to your views .", "length": 30}, "4388": {"text": "I've actually noticed that cops tend to share our beliefs more than just about any other government related profession .", "length": 20}, "4389": {"text": "Being a cop will quickly open your eyes to the `` joys of diversity . ''", "length": 13}, "4390": {"text": "The older I get `` in my mid 40s now '' the more I appreciate straight forward simple language that gets to the point .", "length": 22}, "4391": {"text": "Well done .", "length": 2}, "4392": {"text": "That and the fact he was one of the self-chosen , so according to their teachings he is allowed to do anything he wants to the Goyim .", "length": 27}, "4393": {"text": "Got to make sure this embaressing thread is knocked off the front page before too many people come along and see it right ?", "length": 23}, "4394": {"text": "Disgusting and perverted !", "length": 3}, "4395": {"text": "Those Jewish murderers of millions of Whites have been forgiven .", "length": 10}, "4396": {"text": "And now this clip suggests they were suffering by having to live among heartless and barbarian Whites .", "length": 17}, "4397": {"text": "knew a black skinhead years ago named Pro , he gave us the info on all anti-racist meetings and meeting places .", "length": 21}, "4398": {"text": "Was an asset", "length": 3}, "4399": {"text": "Not aware they eat cats & dogs , but they are not us .", "length": 11}, "4400": {"text": "Jim Bollich , Bataan Death March Survivor 1 of 2 - YouTube", "length": 10}, "4401": {"text": "True and good point .", "length": 4}, "4402": {"text": "I never let my kids drink store bought cow 's milk because of the massive amount of stuff they give diary cows to up the milk output .", "length": 27}, "4403": {"text": "You can ignore reality but you cannot ignore the consequences of ignoring reality .", "length": 13}, "4404": {"text": "You counter your own post with your own words you f * * * * * g idiot", "length": 13}, "4405": {"text": "the money he is giving away to refugees and the third world is money Canada does not even have !", "length": 19}, "4406": {"text": "He is putting us into debt !", "length": 6}, "4407": {"text": "im back on the other side of the pond now and i was actualy in the 17th district but thanks the heads up", "length": 23}, "4408": {"text": "I watched the video and my observations are that the music has very little in common with bulgarian .", "length": 18}, "4409": {"text": "But the dance itself has elements also found it Bulgaria .", "length": 10}, "4410": {"text": "I have to go now but I will post as soon as possible .", "length": 13}, "4411": {"text": "I agree , we need groups like this in most white nations to protect our own against attack by hostile ethnic groups who lets face it do n't like white people ..", "length": 31}, "4412": {"text": "Would it not be better to sack the black workers and employ Whites from the camps .", "length": 16}, "4413": {"text": "Or is that impractical for some reason I dont know .", "length": 10}, "4414": {"text": "I've always been told that the Hungarians in Vojvodina live like nobles , with alot of compensation money since the communist regime resigned .", "length": 23}, "4415": {"text": "If you want to hear what a black `` intellectual '' ( lol ) sounds like , check out the woman in this video trying to debate Dr. William Shockley .", "length": 25}, "4416": {"text": "William Shockley on race , IQ and Dysgenics - YouTube", "length": 8}, "4417": {"text": "None of those videos play .", "length": 5}, "4418": {"text": "They seem to be a fake window trying to get you to go to a hook up site .", "length": 18}, "4419": {"text": "Lol I only listened to Bulls on Parade cause it gave me that angry rush I like from music , but now I 'll stop listening to that trash .", "length": 28}, "4420": {"text": "I read a few things about him awhile back and he is far to the left as so many of them are .", "length": 22}, "4421": {"text": "But I love this song and video so I thought I d post it here since the topic is about him .", "length": 21}, "4422": {"text": "The song Comfortably Numb is from Pink Floyd .", "length": 8}, "4423": {"text": "Roger Waters & Eddie Vedder - Comfortably Numb - 12-12-12 Sandy Relief Concert at MSG - YouTube", "length": 15}, "4424": {"text": "You mean there 's two of us left in the world ?", "length": 11}, "4425": {"text": "Hells bells even Al Quadia sp ? have high speed and I pods .", "length": 12}, "4426": {"text": "What was once public employee , is now worker .", "length": 8}, "4427": {"text": "Ya have to watch how they change the wording of things , worker = commie thinking .", "length": 14}, "4428": {"text": "God Bless", "length": 2}, "4429": {"text": "Sound like they are speaking another language in the back ground .", "length": 11}, "4430": {"text": "Guy looks like he could be Mexican .", "length": 7}, "4431": {"text": "It 's not a good video .", "length": 6}, "4432": {"text": "They all deserve an ass kicking .", "length": 6}, "4433": {"text": "Exactly.", "length": 1}, "4434": {"text": "The PLE 's will be our sayanim .", "length": 7}, "4435": {"text": "http://whale.to/c/jeff_gates1.html Here 's what I mean when currently WN have to operate under Moscow Rules .", "length": 20}, "4436": {"text": "( At 27 : 00 - 32 : 00 , 48 : 00 and 50 : 00 of the link they discuss Moscow Rules ) Smiley 's People - Part 1 ( BBC Spy TV Series ) - YouTube With our own civilians in PLE 's supporting us , even in little ways such as providing cut outs and safe houses , putting out propaganda will be much easier .", "length": 55}, "4437": {"text": "It is interesting to note that all of the men in the video were dressed like those Moussed distributed pamphlets that popped up a few weeks ago when the revolution was really getting into the swing .", "length": 36}, "4438": {"text": "Oh yeah it 's because they study so hard and their family 's value education ect ect ......", "length": 17}, "4439": {"text": "Here is her Wiki ...", "length": 4}, "4440": {"text": "Janet Yellen - Wikipedia , the free encyclopedia", "length": 6}, "4441": {"text": "There should be no doubt in anyone 's mind that the `` rabid dog '' act that Jones put on for Piers Morgan is more designed to HELP gun control advocates than hurt them .", "length": 32}, "4442": {"text": "so they even IDOLIZE a convicted Pedophile and Murderer -- convicted in a public trial -- and established an organization to shield pedophiles and child killers from further scrutiny of American law", "length": 30}, "4443": {"text": "The tone of voice is actually a lot like icelandic or old norse .", "length": 13}, "4444": {"text": "The language itself , though , is nowhere near that .", "length": 8}, "4445": {"text": "It 's close to Finnic and Estonian .", "length": 7}, "4446": {"text": "Liked the music , by the way .", "length": 6}, "4447": {"text": "Since when is Die Stem racist ?", "length": 6}, "4448": {"text": "Nothing in it 's lyrics are .", "length": 6}, "4449": {"text": "They are scared of Nationalism between the whites. ( and should be )", "length": 11}, "4450": {"text": "They are turning it into Africa !", "length": 6}, "4451": {"text": "Thats how it ends up when you leave blacks alone i guess .", "length": 12}, "4452": {"text": "Those visionary and responsible negroes ...", "length": 5}, "4453": {"text": "This site is hilarious !", "length": 4}, "4454": {"text": "I especially like the news stories told un-PC .", "length": 9}, "4455": {"text": "I think I stumbled on this thread before and thought I 'd get back to it and forgot .", "length": 18}, "4456": {"text": "I saved the site now .", "length": 5}, "4457": {"text": "Thanks !", "length": 1}, "4458": {"text": "Get out the vomit bags !", "length": 5}, "4459": {"text": "Check out this commercial that just aired on tonight 's show : http://www.myblackisbeautiful.com/ And for the record , `` My black is returned to sender ''", "length": 25}, "4460": {"text": "It appears that if you are white in South Africa and you are about to be arrested , your fate is far worse than death .", "length": 24}, "4461": {"text": "What alternative do you have other than kill the black policeman and every black cop you can until they get you .", "length": 21}, "4462": {"text": "Oh my * * * * ing god !", "length": 4}, "4463": {"text": "When do they ever learn !!!!", "length": 5}, "4464": {"text": "What causes Cholera in the first place ??", "length": 7}, "4465": {"text": "Humans are the only hosts and victims of V. cholerae , a motile , aerobic organism .", "length": 14}, "4466": {"text": "It 's transmitted through food and water contaminated with fecal material .", "length": 11}, "4467": {"text": "Cholera is most common in Africa , southern and Southeast Asia , and the Middle East .", "length": 14}, "4468": {"text": "Negro?", "length": 1}, "4469": {"text": "I 'm thinking he would look slightly out of place in the ghetto , but hey that 's just my opinion .", "length": 20}, "4470": {"text": "For once its nice to see an article focus not on the `` evil racist whites '' but on the racism of an ethnic group , in this case the Negroes .", "length": 28}, "4471": {"text": "I agree with you , but at the same time this particular group makes white christians look very bad .", "length": 18}, "4472": {"text": "Holding up signs that say `` God hates fags '' is a bit much .", "length": 12}, "4473": {"text": "I'm sure the negro had it coming .", "length": 8}, "4474": {"text": "Always nice to see a negro on the receiving end of a beat down from a white for a change .", "length": 20}, "4475": {"text": "Do they discharge soldiers from the military if they get STDs or letting them stay and allowing them to put their comrades at risk ?", "length": 24}, "4476": {"text": "YouTube - Euclid Square Mall , 2007 ( Dead Mall ) Can anyone report in from Euclid , Ohio ?", "length": 14}, "4477": {"text": "Ohio in general looks to be in bad shape .", "length": 9}, "4478": {"text": "I think I 'll get me a couple of these things .", "length": 11}, "4479": {"text": "I can always use some hands around the place .", "length": 9}, "4480": {"text": "Is there a place where you can buy these ?", "length": 9}, "4481": {"text": "Yah , I guess there is !!!", "length": 5}, "4482": {"text": "Now isn t that stylish Nothing says Sick in the head like chaining yourself to a crack heads baby .", "length": 19}, "4483": {"text": "Apes even have the instinct to basically leave these for dead .", "length": 11}, "4484": {"text": "I hope this little groid tortures her .", "length": 7}, "4485": {"text": "It's as if these people were like this all along , and it was only white civilization and moral nature that kept them in check .", "length": 25}, "4486": {"text": "I want to see Whites bused in there until the Latinos are a 30 % minority and not outnumbering the Asians , Blacks and Whites .", "length": 23}, "4487": {"text": "Where is forced busing when you need it ?", "length": 8}, "4488": {"text": "It made it on CNN , so I 'm thinking it was probably an illegal YouTube - Lou Dobbs Reports A Gang Ripe ?", "length": 21}, "4489": {"text": "When are we going to stand up and say this has got to stop , that is the most ridiculous thing I have ever heard .", "length": 24}, "4490": {"text": "I hope all their farms burn down and their nappy headed children squandle in the flames .", "length": 16}, "4491": {"text": "As soon as i found out she was with child by a mulatto and she 's a wet back too , I suddenly found her to be repulsive and shall never watch anything she is in again .", "length": 36}, "4492": {"text": "I ca n't wait till the news starts promoting racial integration with the negro Too unsuspecting whites who do n't know she is not a white", "length": 28}, "4493": {"text": "If it 's brown , flush it down .", "length": 7}, "4494": {"text": "If it 's black , send it back .", "length": 7}, "4495": {"text": "It ai n't right unless it 's White .", "length": 9}, "4496": {"text": "1/2 messican , 1/2 White babies can often pass for White until they turn six or seven when the golden brown coating covers all .", "length": 25}, "4497": {"text": "Pathetic scum .", "length": 2}, "4498": {"text": "Look at those pictures .", "length": 4}, "4499": {"text": "They probably have a 150 I.Q. with all three of them combined .", "length": 13}, "4500": {"text": "They can kiss their N.B.A. careers goodbye .", "length": 9}, "4501": {"text": "Freemasons and Sexual Abuse Continue reading here .", "length": 7}, "4502": {"text": "Report from the UK : Report of child abuse by Masons at the Witherwack Estate , Sunderland .", "length": 15}, "4503": {"text": "http://aangirfan.blogspot.com/2009/1...ual-abuse.html", "length": 9}, "4504": {"text": "I'm heading down to DC to put a sign on the White House gates that will read : ' No savage negro BEASTS in the White House ! '", "length": 26}, "4505": {"text": "Long time no post , Turbo , good to see you back .", "length": 10}, "4506": {"text": "I would like to keep this thread going for Manolis Turbo who has moved back to his homeland and is at the moment too busy to look after it .", "length": 29}, "4507": {"text": "That is about as cheap and low as I 've seen it around here , your task is so transparent as to be laughable .", "length": 23}, "4508": {"text": "Just to point out : how do you know that your sources do n't have a chip-on-their-shoulder , and an agenda ?", "length": 23}, "4509": {"text": "Please do n't use the fallacy of authority either .", "length": 10}, "4510": {"text": "I wonder if one of the victims opened the door to their apartment for some reason .", "length": 16}, "4511": {"text": "Williams has friends who live across the hall from the victims ..", "length": 11}, "4512": {"text": "Do not open the door at 2 : 00 AM for anyone .", "length": 11}, "4513": {"text": "Interesting, I will pass this information on to my professor who always talks about the poor poor Africans , walking miles to drink dirty water", "length": 24}, "4514": {"text": "Because the news section can get VERY depressing and this thread provides comical relief , I can always count on this thread for a laugh when I need one .", "length": 28}, "4515": {"text": "I thought Bono and Clooney were picking up the tab for Africa ??", "length": 12}, "4516": {"text": "You mean us white taxpayers gotta pay for this , too ?", "length": 10}, "4517": {"text": "http://www.guardian.co.uk/print/0,,3...117780,00.html Executive summary : the negroes never domesticated any plants or animals .", "length": 21}, "4518": {"text": "But if White people find a user for a plant native to Africa , the negroes want a royalty .", "length": 18}, "4519": {"text": "I find this BBC story impossible to believe : http://news.bbc.co.uk/2/hi/africa/4971848.stm Negroes do n't look for latrines , they do their business wherever they happen to be .", "length": 34}, "4520": {"text": "INTJ Introvert ( 56 % ) iNtuitive ( 62 % ) iNtuitive Thinking ( 100 % ) Judging ( 56 % ) You have moderate preference of Introversion over Extraversion ( 56 % ) You have distinctive preference of Intuition over Sensing ( 62 % ) You have strong preference of Thinking over Feeling ( 100 % ) You have moderate preference of Judging over Perceiving ( 56 % )", "length": 46}, "4521": {"text": "Being a racialist means you stop trying to hurt other White nations for the sole selfish interest of your own nation .", "length": 21}, "4522": {"text": "Your assuming all Skinheads tattoo themselves and kill people for fun .", "length": 11}, "4523": {"text": "Id say thats an example of Upper class looking down on the lower .", "length": 13}, "4524": {"text": "I just want to add that no matter what a person 's class or character I will always give a white person the benefit of `` coming right '' before I reject them as `` wiggers '' or `` white trash ''", "length": 36}, "4525": {"text": "Ha ha .. so true .", "length": 4}, "4526": {"text": "They have n't gone to wearing their Fred Perry , boots and braces yet though ......", "length": 15}, "4527": {"text": "Just the yo crap .", "length": 4}, "4528": {"text": "You sound like an intelligent person but how can you say that we need to remove race from our message when that is our message .", "length": 25}, "4529": {"text": "Our enemies have used RACE against us and are currently trying to destroy our RACE through a variety of different means .", "length": 21}, "4530": {"text": "It has everything to do with RACE .", "length": 7}, "4531": {"text": "We do not want to annhilate other races , we simply want to preserve our own .", "length": 15}, "4532": {"text": "Our government has been in the practice of tearing down the white race to raise the non white minority races by forcing diversity and multiculturalism down white people 's throats .", "length": 30}, "4533": {"text": "We have simply had enough .", "length": 5}, "4534": {"text": "You cant protest there for this ?", "length": 6}, "4535": {"text": "Or make something in the internet against thi injustice some times is hit a global repercussion and can help this .", "length": 20}, "4536": {"text": "BLACK Man MURDERS 15 Year Old WHITE GIRL In Her BEDROOM - YouTube ZAKESHIA CAUGHT IT ON TAPE - YouTube Young white girl killed by black man she met online - YouTube http://www.youtube.com/watch ? v = fQPaZvlq4xQ & feature = endscreen & NR = 1 Ashley Taylor talks of being attacked on live TV - YouTube", "length": 50}, "4537": {"text": "Video: Brawl At St. Louis Community College ! ( One Lady Fighting With Her Own Baby In Arms & Another Dude Swinging On Girl )", "length": 21}, "4538": {"text": "Black ' females ' fighting with black police in Harlem after the officers try to ticket them for skipping their fares .", "length": 19}, "4539": {"text": "NYPD COPS FIGHT GIRLS IN SUBWAY - YouTube Black teenagers spray a city bus with assault rifles in downtown Philadelphia .", "length": 19}, "4540": {"text": "Scary Bus Shooting Caught On Tape : Philly Bus Stopped , Rear Door Opened And Gunman Opened Fire !", "length": 16}, "4541": {"text": "- YouTube", "length": 1}, "4542": {"text": "Your american government does n't want us whites .", "length": 9}, "4543": {"text": "Maybe you should encourage all the blacks to go there since they want to move there so desperately and the rest of you white americans should come to SA .", "length": 29}, "4544": {"text": "Does anyone have that video of black gang attacking a white teenagers in front of his house and then a black gang of females attack his mother for trying to protect her son .", "length": 33}, "4545": {"text": "I know exactly what you 're saying , I just hate to see those worthless apes benefit from the great things that whites do .", "length": 23}, "4546": {"text": "YouTube - & #x202a ; Police Brutality In Jamaica Caught On Tape Disturbing Footage Of Police Killing Man Cold Blooded Terribel & #x202c ; & rlm ; It 's just the way blacks react ...", "length": 27}, "4547": {"text": "Wow these videos piss me off .", "length": 6}, "4548": {"text": "Those nogs in France do n't belong there and then they show how unruly they can be .", "length": 18}, "4549": {"text": "Send them all to Afreaka And sink the farkin boat !", "length": 10}, "4550": {"text": "Where is Bernard Goetz when you need him ?", "length": 8}, "4551": {"text": "YouTube - Blacks Attack White Man On Subway YouTube - White Girl Beaten On A Bus By Blacks YouTube - Black gang attack-Tottenham High Road N1 .", "length": 24}, "4552": {"text": "UK July 2009 .", "length": 3}, "4553": {"text": "YouTube - Blacks Attack White Police Officers and Citizens at Iowa State Fairgrounds YouTube - Black Man gouges out DJ 's eyes after attack .", "length": 22}, "4554": {"text": "YouTube - Woman Opens Strip Club In Trailer Home For Teens And Offers Lap Dances To Children !", "length": 16}, "4555": {"text": "YouTube - Raw Video : Shoplifter Uses Skirt to Hide Booze", "length": 9}, "4556": {"text": "Los Angeles is gone .", "length": 4}, "4557": {"text": "It 's nothing but a bunch of mexicans .", "length": 8}, "4558": {"text": "I feel sorry for whites living in Southern California .", "length": 9}, "4559": {"text": "Yes I saw it .", "length": 4}, "4560": {"text": "Even stopped at a Mcdonalds and there was not one white person in there .", "length": 14}, "4561": {"text": "It was uncomfortable .", "length": 3}, "4562": {"text": "I could n't wait to get to the end of your post so I could say what a great post it was !", "length": 23}, "4563": {"text": "Excellent FM , you know the score !", "length": 6}, "4564": {"text": "I see nothing wrong at all with Dr. Duke selling his book.He has dedicated years and many long hours to this cause and maybe you should rethink your statement .", "length": 30}, "4565": {"text": "Yes, I have seen that so many times .", "length": 8}, "4566": {"text": "How great they think it is to have a mixed child .", "length": 11}, "4567": {"text": "Honestly , they mostly come out very odd and funny looking .", "length": 10}, "4568": {"text": "Like the Gods telling us that this does n't work !", "length": 11}, "4569": {"text": "USA is represented by a negro family and Australia a I have no clue what family .", "length": 16}, "4570": {"text": "What A Week Of Groceries Looks Like Around The World | Fstoppers", "length": 11}, "4571": {"text": "In ideological training I forbid every attack against Christ as a person , since such attacks or insults that Christ was a Jew are unworthy of us and certainly untrue historically .", "length": 30}, "4572": {"text": "-Heinrich Himmler , Bundesarchiv Berlin-Zehlendorf , 28 June 1937", "length": 8}, "4573": {"text": "There are a lot of white babies being born in the South , but it 's still not what it should be .", "length": 21}, "4574": {"text": "People sticking up for white men .", "length": 6}, "4575": {"text": "https : //www.facebook.com/pages/Boyco ... 85159441543213 Worthwhile Canadian Initiative : Dumb men commercials err ... why not dumb black men , dumb black women , dumb Asians ?", "length": 24}, "4576": {"text": "Stupid White Man TV Commercials", "length": 5}, "4577": {"text": "YES!", "length": 1}, "4578": {"text": "And the white guy can lose some weight , shave and get a haircut .", "length": 13}, "4579": {"text": "The ugly black will always be .... black !", "length": 7}, "4580": {"text": "He sort of looks like an English football player or is that a French football player ?", "length": 16}, "4581": {"text": "Sometimes Europeans all look alike .", "length": 5}, "4582": {"text": "Imagine this as a pro Romney video with Ted Nugent in a black family 's home screaming at them to wake the bleep up .", "length": 24}, "4583": {"text": "What would people say ?", "length": 4}, "4584": {"text": "Likewise.", "length": 1}, "4585": {"text": "Learning how to find good TV shows online and watch what I want when I want has tripled my quality of life .", "length": 22}, "4586": {"text": "http://www.1channel.ch/", "length": 4}, "4587": {"text": "Ariel Laurie , Israeli Soldier , Grabs Toddler in Australia Kidnaps 6 year old boy , says he 's going to put him into car trunk but mother chases him down .", "length": 28}, "4588": {"text": "Judge says `` he 's overly found of children '' and lets him off with slap on wrist .", "length": 16}, "4589": {"text": "http://www.nogw.com/download/ _ 07 _ il _ kidnap _ aussie.pdf", "length": 14}, "4590": {"text": "Only a f' n jew would have the nerve to hide away in a black country , a fugitive from US law , while making campaign promises at the same time as suing the company he defrauded .", "length": 35}, "4591": {"text": "sounds like their government is doing a great job if they have been able to maintain this in the current situation", "length": 21}, "4592": {"text": "ok, so do we need to kill them too or are the slavs okay ? for some reason whenever i hear the word slav , the word slobber comes to mind and i picture a slobbering half breed creature like the humpback of notre dame or Igor haha", "length": 46}, "4593": {"text": "Then how come the only ones they arrested in connection with those attacks were active FSB agents ?", "length": 17}, "4594": {"text": "Or are the CIA and FSB on the same team ?", "length": 10}, "4595": {"text": "they need to feel it on their skin , so next time they wont give my land to the some subhuman muslim dogs .", "length": 22}, "4596": {"text": "Here are few examples of Gregorian Chant : YouTube - Gregorian Chant Benedictinos YouTube - Notre Dame Gregorian Chants 12/28/06 YouTube - ChantCD St. Thomas Aquinas Seminary - Gregorian Chant", "length": 27}, "4597": {"text": "Many thanks for the suggestions and pictures .", "length": 7}, "4598": {"text": "I have always liked the double headed eagle .", "length": 8}, "4599": {"text": "It is good to see it back on public display at the Kremlin .", "length": 13}, "4600": {"text": "Indeed, it is quite odd for something like this to be posted on this forum .", "length": 15}, "4601": {"text": "I 'd think there are more appropriate sites for international dating and such .", "length": 13}, "4602": {"text": "LOL, ye she is gorgeous and a great talent as well .", "length": 11}, "4603": {"text": "I have seen her live in concert and took a photo with her , you jealous ?", "length": 15}, "4604": {"text": "I'm saying , what I see .", "length": 6}, "4605": {"text": "Tatars that I see on the streets of my town look more European than Osttruppen for example .", "length": 17}, "4606": {"text": "This is a board for mature people - who are free to join or leave/return at any moment .", "length": 18}, "4607": {"text": "We ca n't afford to babysit unstable people .", "length": 9}, "4608": {"text": "I hate the dramas and bull * * * * like this .", "length": 8}, "4609": {"text": "You are not that bright are you ?", "length": 7}, "4610": {"text": "Its made to make fun out of Nazi 's , showing that only small children belief fairy tales of Hitler", "length": 19}, "4611": {"text": "They do it not because of their nationalism but rather due to their hatred of Russians .", "length": 16}, "4612": {"text": "As far as I know there is no russophobia in Belarus .", "length": 11}, "4613": {"text": "Yes a globe is round , and for centuries those round globes did not have a `` Belarus '' on them .", "length": 18}, "4614": {"text": "Or a Ukraine for that matter .", "length": 6}, "4615": {"text": "Although I had heard of this link before , tonight was the first time I checked it out : New Nation News - Black-on-White Crime It 's pretty much a site that mirrors this thread .", "length": 34}, "4616": {"text": "thats good there they was cleaning the moscow the same way like the capital i with thay would clean here this banana republic ( Washington DC ) send all this blacks and welffare resipiance to the mexico or at list Detroid 2056", "length": 40}, "4617": {"text": "Quenten Demps , 44 , was arrested Saturday on a first-degree murder charge in the killing of Elizabeth Clemente , 37 .", "length": 19}, "4618": {"text": "Clemente 's friend , told detectives the couple had broken up about two weeks ago and Demps had moved out of the house .", "length": 22}, "4619": {"text": "Man apprehended in killing of ex-girlfriend in suburban West Palm Beach", "length": 12}, "4620": {"text": "Negro Parolee Strangles Elderly White Couple In Their Home , Suspected In Another Murder ...", "length": 13}, "4621": {"text": "10.24.2010 MONTEREY PARK , Calif. ( KABC ) -- Deputies have arrested a suspect in connection with a double murder of a couple in Hawthorne .", "length": 23}, "4622": {"text": "Los Angeles County sheriff 's officials arrested 53-year-old John Ewell on Saturday night , just two days after the killings .", "length": 21}, "4623": {"text": "Investigators believe that Ewell pretended to be a utility repairman to get into the home of Leamond Turnage , 69 , and his wife Robyn , 57 .", "length": 24}, "4624": {"text": "The deceased couple was found gagged and bound Friday afternoon in their home on the 4100 block of West 142nd Street .", "length": 21}, "4625": {"text": "Police believe that the couple was likely killed Thursday afternoon .", "length": 10}, "4626": {"text": "Authorities said Ewell was caught on surveillance footage trying to use the couple 's stolen ATM card at a gas station on the day of the killings .", "length": 27}, "4627": {"text": "Bloody hell kondor _ RNU , this is excellent mate !", "length": 9}, "4628": {"text": "I appreciate it .", "length": 3}, "4629": {"text": "I have been looking for a site like this for 4 months now since I last found one with like 75 Eastern Front propaganda posters .", "length": 25}, "4630": {"text": "You are welcome , Ross .", "length": 4}, "4631": {"text": "I have lots more pics of Godunov if anyone ever cares to see them .", "length": 14}, "4632": {"text": "Muahaha ...", "length": 1}, "4633": {"text": "Now learn your ballet ! : P - Zo\u00eb", "length": 6}, "4634": {"text": "http://www.11alive.com/news/local/st...116782&catid=3 What 's funny about this is they flipped their car later that afternoon right by my house , then had every cop within 50 miles there lololol .", "length": 36}, "4635": {"text": "Woman Brutally Attacked By 2 Men In Home Police Arrest 16-Year-Old , 17-Year-Old POSTED : Wednesday , November 11 , 2009 UPDATED : 8 : 18 pm EST November 11 , 2009 Michael Galan , 16 , and Jarve Green , 17 , were arrested by Palatka police .", "length": 41}, "4636": {"text": "PALATKA , Fla.", "length": 2}, "4637": {"text": "-- Palatka police said a woman is recovering after two men brutally attacked her inside her home early Wednesday morning .", "length": 19}, "4638": {"text": "http://www.news4jax.com/news/21589330/detail.html", "length": 8}, "4639": {"text": "Has anyone picked up the wording in the one commercial for ITT TECH .", "length": 13}, "4640": {"text": "?", "length": 0}, "4641": {"text": "It shows foreighners in their school and says `` in this country you need skills '' yada yada ... this is directed to enlroll foreighners and racist .", "length": 24}, "4642": {"text": "My wife showed me a Kibble 's - n - Bits commercial last night wherein a mixed couple was presented as `` normal . ''", "length": 20}, "4643": {"text": "Good thing we do not buy that stuff .", "length": 8}, "4644": {"text": "Getting to the heart of a matter works as well .", "length": 10}, "4645": {"text": "Or running to a mod seems to work for others when feelings are hurt .", "length": 14}, "4646": {"text": "I find this extremely interesting .", "length": 5}, "4647": {"text": "I look forward to commenting when I get more time .", "length": 10}, "4648": {"text": "I hope this line of discussion does not die out before its time .", "length": 13}, "4649": {"text": "You should not be surprised , i have 2 swedish/finnish friends ... asian looks in women is a must ... so i am not surprised .", "length": 23}, "4650": {"text": "At least they had someone who would have lifted a weapon towards Terrorist or Commies that would have hurt them ... hehe", "length": 21}, "4651": {"text": "Please explain so even we on the other side of the sea can understand .", "length": 14}, "4652": {"text": "Is it a finnish version of `` F\u00e5r f\u00e5r f\u00e5r ? '' ?", "length": 9}, "4653": {"text": "I hope that all the security personnel and hangers-on who I saw chasing girls in the Voodoo lounge the other day do n't tell all their friends back in the Bronx about Latvia as a holiday destination !", "length": 39}, "4654": {"text": "The Norwegian government should print several million copies of this book and distribute it free of charge to every adult Norwegian .", "length": 21}, "4655": {"text": "Just in case anyone is interested , here 's the thread in the Health & Fitness section : `` Eating Fish Makes You Smarter '' along with another one in the Homemaking section : `` Fish Oils and Pregnancy and Infants = Health Smart Babies '' I think the scientific evidence for the benefits of fish is just overwhelming .", "length": 50}, "4656": {"text": "The main drawback is the potential for excess mercury .", "length": 9}, "4657": {"text": "However if you avoid larger fish such as Swordfish and Tuna , your chances of ingesting mercury are substantially reduced .", "length": 19}, "4658": {"text": "Sardines and anchovies , for example , are basically 100 % safe .", "length": 9}, "4659": {"text": "Larger fish eat smaller fish and with each step of ' the big eating small , ' as you go up the chain , any mercury becomes more concentrated , thus the larger the fish , the more chance they will have some mercury in them .", "length": 40}, "4660": {"text": ":stupid The liberals and communists of all shades can relax and take it easy .", "length": 14}, "4661": {"text": "The new government is exactly as anti-White as they want. : upside", "length": 12}, "4662": {"text": "It was disturbing to read that the Swedish foreign minister was stabbed today .", "length": 13}, "4663": {"text": "I wonder if the attacker was a Swedish national ?", "length": 9}, "4664": {"text": "Cossack: There are no Russians with hook nose and dark hair in Russia , except for the jews .", "length": 17}, "4665": {"text": "Are you shore ?", "length": 3}, "4666": {"text": "http://rnebarkashov.ru/foto/ff009.jpg", "length": 6}, "4667": {"text": "It was too much police and security police involving , but you will see in Latvia.Also , all that crap was lasting about some 45 minutes .", "length": 25}, "4668": {"text": "2508", "length": 1}, "4669": {"text": "I've been out all day today and I have n't seen a single one of ' em .", "length": 18}, "4670": {"text": "All in all , it was a good day .", "length": 8}, "4671": {"text": "Of course , I live in a rather small town ( 30.000 inhabitants ) .", "length": 12}, "4672": {"text": "I seen a young Latvian girl at Prague airport with a very dark arab and their little girl about 2 was very dark .", "length": 23}, "4673": {"text": "Hear hear !", "length": 2}, "4674": {"text": "Voice of sanity speaking at last on SF !", "length": 8}, "4675": {"text": "You will get my unreserved and total support !", "length": 8}, "4676": {"text": "Hail to the new King of Norway !", "length": 7}, "4677": {"text": "If everything was in one section no one would be able to follow anything it 's already hectic as it is .", "length": 21}, "4678": {"text": "Five years ago there were zero `` apathetic refugee children '' in Sweden .", "length": 11}, "4679": {"text": "Now there are hundreds and in a few years there will be thousands .", "length": 13}, "4680": {"text": "All of them plus tens of thousands of their relatives will get to stay here .", "length": 15}, "4681": {"text": "Insanity is running amok in this once great country .", "length": 9}, "4682": {"text": "Yes, we are but you will find these people are often Nordic as their subrace .", "length": 15}, "4683": {"text": "I am 1,96 meters tall , and I can pass as a Norwegian or Danish guy .", "length": 16}, "4684": {"text": "I saw it on friday Thats just about the right impression ( i believe ) one should have about them .", "length": 18}, "4685": {"text": "Real shocking ... i was realy upset afterwards", "length": 7}, "4686": {"text": "Strange more people ca n't see the problem !", "length": 9}, "4687": {"text": "I blame the school with all it 's ethicts and multicult loving teachers , i 'm saving as many pupils i can , but i fear that 's not enught", "length": 28}, "4688": {"text": "Aw he was going to send the money back to his niglet family in nigeria ...", "length": 15}, "4689": {"text": "Piece of * * * * deserves to be shot .", "length": 6}, "4690": {"text": "Music and the right art to go with it is perfect in my opinion .", "length": 14}, "4691": {"text": "I am not a massive fan of skrewdriver but I like that song .", "length": 13}, "4692": {"text": "YouTube - Hail Combat 18 YouTube - Shebeen - Fields Of Athenry ( Garvaghy Road ) !", "length": 11}, "4693": {"text": "I 'm not sure if these guys are reds but I like this song .", "length": 14}, "4694": {"text": "YouTube - In the foggy dew YouTube - BraveHeart Music Video YouTube - Visit Scotland TV Advertisement - Winter Not sure about the message in the last one but at least it shows we 're a white country !", "length": 34}, "4695": {"text": "and i bet not a single one was a dirty African.they will be well taken care of on welfare payments.just like the old days the Irish starve and have to go abroad to find work only this time parasitical foriegners stay here in nice new homes well fed watching big flat screen tellyspeople of Ireland WAKE UP !", "length": 59}, "4696": {"text": "That was a wonderful article by Kevin Myers .", "length": 8}, "4697": {"text": "Please , Ireland , do n't replicate the demographics of London in th Emerald Isle .", "length": 14}, "4698": {"text": "Get off your arse and do it yourself.Hand out a few leaflets in some Irish town and show pictures i done it years ago in Dublin why cant you do it now ?", "length": 33}, "4699": {"text": "no, no. the immigrants stayed out of the ROI until taoiseach charlie haughey opened up our economy in the early 1990s .", "length": 21}, "4700": {"text": "Yes I have seen African Blacks driving those type of cars too .", "length": 12}, "4701": {"text": "I think when they first come into this country they get those type of old cars then after a year or so they move up to brand new cars .", "length": 29}, "4702": {"text": "As far as I know the government gives them money for cars but im not sure how much they recieve and what the terms and conditions are if any .", "length": 29}, "4703": {"text": "Exactly.", "length": 1}, "4704": {"text": "Every action he 's taken reveals that he is completely unacceptable. as a citizen , in White societies All the blacks and browns can do is wreck and destroy - and that is all they have done , and do .", "length": 37}, "4705": {"text": "how the hell are they going to integrate into Irish society ? They come from a dirt poor medieval country and have spent the last 3 years living in a refugee camp.what skills are they going to bring here ?", "length": 39}, "4706": {"text": "Didnt know that .", "length": 3}, "4707": {"text": "Again I would not pay to see this Drug addict perform no matter how could she was a singer .", "length": 19}, "4708": {"text": "Everybody to there own I guess .", "length": 6}, "4709": {"text": "I personally think she sounds like a strangled cat .", "length": 9}, "4710": {"text": "As for the ' Oxegen experience ' , watch out that your tent does n't get burnt to the ground , like what happened to many people last year .", "length": 26}, "4711": {"text": "If he comes we should support him .", "length": 7}, "4712": {"text": "The reds are always protesting against people like David Irving its time we got out there and counter act them", "length": 20}, "4713": {"text": "immigrants are desperate to stay here. who can blame them ? our government treats them as lords and we as muck. welcome to SFI Pluirin !", "length": 24}, "4714": {"text": "What, like blowing up old ladies and little kids ?", "length": 9}, "4715": {"text": "IRA could have hit a prime minister at any time but chose to hit kids instead .", "length": 16}, "4716": {"text": "Cowardly scum from the Irish countryside bigging up in army jackets .", "length": 11}, "4717": {"text": "There is no doubt the Chinese and Japs have giving the world culture .", "length": 13}, "4718": {"text": "Blacks have shown as they are able to survive all year round sitting on their arse waiting for comic relief .", "length": 20}, "4719": {"text": "Will do so on Monday , David Irving is a political prisoner in a Europe where you can deny the existence of Jesus Christ but go to jail for denying the existence of gas chambers .", "length": 34}, "4720": {"text": "Hello Direland2006 and welcome to SF .", "length": 6}, "4721": {"text": "There are few places nowadays where there is freedom of speech so you 'll enjoy posting here !", "length": 17}, "4722": {"text": "I went out with an old friend the other day for a few drinks .", "length": 14}, "4723": {"text": "After knocking back a few guinness we got pretty hungry and he said he knew a great place to go get some food , i was disgusted when he brought me to a chinese restaurant .", "length": 34}, "4724": {"text": "Naturally as a white nationalist i refused to eat there but my friend didnt understand why .", "length": 16}, "4725": {"text": "Does anyone else have trouble keeping their life free from foreign influence ?", "length": 12}, "4726": {"text": "That doesn`t sound to bad , wait till you see 30 kids , 5 of which are white !", "length": 17}, "4727": {"text": "Coming to a town near you soon .", "length": 7}, "4728": {"text": "Give them their interview but be careful not to say anything stupid.Tape the interview for legal reasons put it up on the net.Let the truth prevail .", "length": 28}, "4729": {"text": "There was a small Nigerian man that lived in the same town as me for about a year .", "length": 18}, "4730": {"text": "He dissappeared somewhere and I thought nothing of it .", "length": 9}, "4731": {"text": "Some months later I heard he got caught getting 4 dole payments a week pretending to be 4 different people !", "length": 20}, "4732": {"text": "Yeah.", "length": 1}, "4733": {"text": "And Look at the bollix teachers are feeding our kids .", "length": 10}, "4734": {"text": "Wiggah 's are created when they ca n't import the genuine black .", "length": 13}, "4735": {"text": "Wasn't that when Steve and Bean got their heads cracked opened ?", "length": 12}, "4736": {"text": "The other guy is over at the B & H forum ...", "length": 10}, "4737": {"text": "``MeineEhre heisst Treue Treue und Ehre bis Zum Tod Niemals aufgeben , niemals Reue Das haben wir uns einst geschworn '' Class song .", "length": 21}, "4738": {"text": "Saga is good too , I like any of her stuff that I 've heard , although I hear she is n't too popular with some of the people in the movement in her own country ...", "length": 35}, "4739": {"text": "Maybe if you opened your eyes you 'd see that I did .", "length": 12}, "4740": {"text": "It 's not very Irish to talk behind backs , Ted .", "length": 10}, "4741": {"text": "Still snooping , eh ?", "length": 3}, "4742": {"text": "It was no accident .", "length": 4}, "4743": {"text": "The english policy was one of extermination from day 1 .", "length": 10}, "4744": {"text": "The famine was a planned event , to pacify a troublesome country .", "length": 11}, "4745": {"text": "https://www.stormfront.org/forum/show...t+20867&page=9 Just go to my post further down the page , Drug dealing , Murdering , Racemixing , Zionist/Masonic scumbags The last picture of the black orangemen , f * ckin hell i nearly split my sides laughing", "length": 42}, "4746": {"text": "And all nonsense .", "length": 3}, "4747": {"text": "If it was n't then it meant that those same Celts went through some serious racial degradation before Europeans really started arriving .", "length": 23}, "4748": {"text": "You would be luckey to see a real Irish person on the TV these days ..", "length": 15}, "4749": {"text": "Besides news and night-time shows .. Its shocking", "length": 8}, "4750": {"text": "Rosanna Davison I think is her name .", "length": 7}, "4751": {"text": "The next time I see her on TV3 bitching about the latest immigrant gripe i 'll * * * * ing die !", "length": 18}, "4752": {"text": "What an ugly hag", "length": 4}, "4753": {"text": "just posting to say I got a month of community service for stealing lightbulbs out of a place I was renting + a 280Euro fine. compare that to the black rapist a while ago who got off scot free .", "length": 38}, "4754": {"text": "2508", "length": 1}, "4755": {"text": "Ireland is a strange place for ethnics as there is no pakis But there main ethnic problem is Chinese and Africans Did not see much race mixing among men when I was over last time", "length": 35}, "4756": {"text": ".I have decided on the flags of the four provinces combined on four squares together as my own favourite flag to wave at Rugby and soccer internationals rather than the Tricoleur or St Pat , s .", "length": 35}, "4757": {"text": "Anyone know where i can buy one .. ? 88 Jab : soldierfn", "length": 10}, "4758": {"text": "Then why are you posting on Stormfront ?", "length": 7}, "4759": {"text": "Seriously , go somewhere else and have someone else throw a pity party for you .", "length": 14}, "4760": {"text": "Bye .", "length": 1}, "4761": {"text": "May be SF Ireland could apply to the funding , as it 's working hard to improve White racial relations in the Community ?", "length": 22}, "4762": {"text": "I'm down for that , and I could bring along some other WN folks .", "length": 14}, "4763": {"text": "Dave you live in frigin Brampton ?!", "length": 6}, "4764": {"text": "Man that sucks lol ...", "length": 4}, "4765": {"text": "Theres an aborigional day , black pride month .", "length": 7}, "4766": {"text": "I would like too see white people get together and get us a white pride day", "length": 16}, "4767": {"text": "Last I checked though , there are more Europeans being raped by non Europeans in Europe than there have been in Canada", "length": 21}, "4768": {"text": "I find this news to be astonishing .", "length": 7}, "4769": {"text": "Whites in Canada need to wake up and start realizing they are slowly losing their rights .", "length": 16}, "4770": {"text": "Hello, I just joined too .", "length": 5}, "4771": {"text": "I live in a predominantly white area and ca n't imagine what that would be like ..", "length": 17}, "4772": {"text": "I've told some immigrants that if they did n't like it here they should just go home .", "length": 19}, "4773": {"text": "For some strange reason they all looked at me as if I had said something offensive when it was just simple logic .", "length": 22}, "4774": {"text": "I knew a girl in school who went out with one .", "length": 11}, "4775": {"text": "Everyday we called her a race traitor and said her forefathers hang their heads in shame and that she is abusing their sacrifice for her own selfishness .", "length": 27}, "4776": {"text": "They did n't last a week because of it .", "length": 10}, "4777": {"text": "FANTASTIC!!", "length": 1}, "4778": {"text": "This is EXACTLY the kind of action that will go a long way to saving our race And out of white hating Canada ? who 'd of thought eh ?", "length": 28}, "4779": {"text": "I was there a few weeks ago .", "length": 7}, "4780": {"text": "I noticed a lot of fat little white girls with monkey boyfriends .", "length": 12}, "4781": {"text": "It was gross .", "length": 3}, "4782": {"text": "The first two being the one that starts with ; `` When the discussion of race comes up , this one makes tempers flare like no other. * If a White person says they 're against interracial marriage , then that 's racist. * If a person of color says they 're against interracial marriage , then that 's protecting their culture and heritage . '' ?", "length": 57}, "4783": {"text": "It's sad Britons are still arguing about the past when the enemy is within. staring them in the face and still do Feck all .", "length": 25}, "4784": {"text": "A mate from school started talking about this group .", "length": 9}, "4785": {"text": "I' v checked them out but could n't find much but apparently they have presence in Britain .", "length": 18}, "4786": {"text": "Just wandering if anyone can fill me about them more ?", "length": 10}, "4787": {"text": "It's an American term that most people in Britain and Ireland would never have heard if it was n't for American tv shows .", "length": 25}, "4788": {"text": "It does n't really mean anything .", "length": 7}, "4789": {"text": "Black hair is fairly common amongst the Irish , whereas black people are n't .", "length": 14}, "4790": {"text": "As you have just informed me via a PM that you have added me to your ignore list it really is a valueless post is n't it ?", "length": 28}, "4791": {"text": "History Today had a good write up about it.They pointed out that the left wing writers and historians have twisted the actual events to their favour .", "length": 27}, "4792": {"text": "Yes, I saw a news broadcast and their ethnic background was a foot note , quickly adding that this kind of abuse happens in all communities .", "length": 25}, "4793": {"text": "The last major case I remember was another gang of Asians .", "length": 11}, "4794": {"text": "We have to learn to appreciate diversity .", "length": 7}, "4795": {"text": "I've never been to London but from what I 've heard it 's like spot the white man and every girl down there almost has a little niglet half breed .", "length": 31}, "4796": {"text": "Hello, I joined Stormfront today and I am pleased to be here .", "length": 12}, "4797": {"text": "I look forward to posting and have many interesting discussions with you all in the future .", "length": 16}, "4798": {"text": "Best Wishes , John Londen .", "length": 4}, "4799": {"text": "We are far closer to being neanderthals than apes .", "length": 9}, "4800": {"text": "Neanderthals are classified either as a human species or a human subspecies based upon which scientist you 're talking to .", "length": 20}, "4801": {"text": "They 're so close that many believe we interbred , you ca n't interbreed with a chimp .", "length": 17}, "4802": {"text": "Yes, have you seen the Pancrase tornouments in Japan ?", "length": 9}, "4803": {"text": "Thats where Baz Rutten and Ken Shamrock started before UFC 1 .", "length": 11}, "4804": {"text": "I found the whole UFC 1 event on youtube a while ago , was great back then no gloves and only a few rules .", "length": 23}, "4805": {"text": "Thank you ... i hope thay you all injojed in last passed football match Croatia-England ... we wasnt so much amused by losing the match ...", "length": 24}, "4806": {"text": "The UAF are just a bunch of middle class faggots , the EDL should steam into them every time they show up to counter a demonstration , they 'll soon run home to daddy .", "length": 32}, "4807": {"text": "Hi been looking round for a while on this site and finally got round to registering. nice to see a place where we can openly discuss our beliefs .", "length": 28}, "4808": {"text": "I hate to be the one to say this but they do n't sound like a loving family if they said they would dance on your grave simply because of your racially aware views .", "length": 35}, "4809": {"text": "I myself would distance myself from a family like that .", "length": 10}, "4810": {"text": "I think the only connection homosexuality has to Christianity , in this country , is the large proportion of paedophiles being representatives of Christian churches .", "length": 23}, "4811": {"text": "It was good to see proud white British people celebrate our lads , the crowd was all white , i wouldve gone if id known it was happening , the traffic was bad today , ill bet thatll be why proud white British people celebrate 2nd Signal Regiment Malton and Pickering Mercury - `` Throng welcomes soldiers at parade '' 104.7 Minster FM - `` 300 soldiers welcomed home in York '' Darlington and Stockton Times - `` 2 Signal Regiment march through York following return from Afghanistan '' Obviously there was sorrow for Lee Rigby and his family , we are outraged and very angry at what happened to him", "length": 98}, "4812": {"text": "Thank you .", "length": 2}, "4813": {"text": "I wonder if this is the reason American colonial officers like George Washington could not get a British army commission ?", "length": 20}, "4814": {"text": "I certainly agree we need to up our game , and do so quickly .", "length": 13}, "4815": {"text": "The beast we oppose knows it has backed itself into a corner , and at such times , such creatures are at their most aggressive .", "length": 23}, "4816": {"text": "there's working class and there 's chav. they 're the only ones breeding yet aspire to act like blacks. they needed direction and national service .", "length": 26}, "4817": {"text": "My uncle recommended SF to me after I told him how fed up I was with the Russian , Polish , African , and especially the Muslim ! i immigrants in England ...", "length": 28}, "4818": {"text": "Somebody please give this kid a quick lesson in history , geography & irony before I throw my iPad against the nearest wall", "length": 21}, "4819": {"text": "Better quality : https : //thepiratebay.se/search/benef ... treet/0/99/205 There is also HD out , but not on YouTube yet .", "length": 21}, "4820": {"text": "HD download : https : //mega.co.nz/# ! zBtHCY7A ! Y6gjhR ... FmjjSD6WEq _ r94 ( 1.01 GB ) I read there will be 5 episodes of this .", "length": 23}, "4821": {"text": "Your right .", "length": 2}, "4822": {"text": "I was watching the 6pm news and saw that women reporter with the headscarf .", "length": 14}, "4823": {"text": "She was muslim not sikh .", "length": 5}, "4824": {"text": "They are both cultural threats", "length": 5}, "4825": {"text": "...for a giant zoo toy erected on the playground of a `` Christian '' school : Freiburg West : Neues Kletterger\u00fcst : MIT EINER SPENDE - badische-zeitung.de", "length": 23}, "4826": {"text": "It took them just ten years to do this to Dublin .", "length": 11}, "4827": {"text": "They are doing the same to all the white nations .", "length": 10}, "4828": {"text": "The final solution to the goyim problem .", "length": 7}, "4829": {"text": "Sometimes we are told by our corrupted news that there is a small british colony living in the villages .", "length": 19}, "4830": {"text": "Every white person is welcome here with the reminder to have an eye for the gypsies .", "length": 16}, "4831": {"text": "Acts of racism in Ireland show short memories of Irish everywhere Read more : Acts of racism in Ireland show short memories of Irish everywhere | Irish News | IrishCentral Follow us : @IrishCentral on Twitter | IrishCentral on Facebook", "length": 35}, "4832": {"text": "she is a snake in the grass do not accept the poisonous advice this snake has to offer .", "length": 18}, "4833": {"text": "Marxist America at it again .", "length": 5}, "4834": {"text": "Wishing a happy New Year to all Slavic brothers and sisters Let 's hope this will be a good year for us", "length": 22}, "4835": {"text": "If this stupid brown savages would stop slaughtering animals or worshipping them ( like they do in India ) , maybe they would n't be starving and so poor .", "length": 27}, "4836": {"text": "No wonder this races achieve nothing .", "length": 6}, "4837": {"text": "This savage has n't moved on from 300 years ago where her ancestors used to cook their enemies in cauldrons , ghastly people .", "length": 23}, "4838": {"text": "I'm not running and giving it to the muds .", "length": 10}, "4839": {"text": "You can call it a lost cause but I call it home .", "length": 12}, "4840": {"text": "In several of your posts , you 've managed to show us that you 're not a white nationalist A white nationalist looks out for each others .", "length": 26}, "4841": {"text": "You 've managed to do the total opposite and created meaningless arguments that will get us nowhere .", "length": 17}, "4842": {"text": "looking forward to it how lucky are we to have such gorgeous babies. i could n't survive without my kids ( and i certainly consider them my kids with the personalities they have lol )", "length": 34}, "4843": {"text": "If they 're not related , they 're not all Slavs .", "length": 10}, "4844": {"text": "There are southern theories for the origins of the Slavs , you know .", "length": 12}, "4845": {"text": "I agree , it is about time to stop this , it is the same story every time and nothing good will come from it .", "length": 23}, "4846": {"text": "Wow!", "length": 1}, "4847": {"text": "That could be cool !", "length": 4}, "4848": {"text": "If you were deaf you would n't hear all the `` multiculturalism enriches our society '' rubbish .", "length": 16}, "4849": {"text": "2508", "length": 1}, "4850": {"text": "...mating with other mulattos would be ideal , but since there are n't huge numbers of mulatto children compared to those of Whites or blacks I 'd rather see them up with blacks so that White bloodlines stay intact .", "length": 39}, "4851": {"text": "I wish it was n't real , but it is .", "length": 10}, "4852": {"text": "I lived in a town when I was younger ( here in colorado ) It was tiny , took maybe 30 minutes to walk across the whole town .", "length": 25}, "4853": {"text": "The town consisted of , probably 25 % white , and the rest mexican .", "length": 11}, "4854": {"text": "Where I live now it is n't so bad .", "length": 10}, "4855": {"text": "I'm not in the Chicago area , but I do know some people in the Chicago area .", "length": 17}, "4856": {"text": "Tell us more about yourself .", "length": 5}, "4857": {"text": "Yes, Philidelphia has been over run with black savages , left and right .", "length": 12}, "4858": {"text": "That 's all I ever see on the morning news .", "length": 10}, "4859": {"text": "Well I 'm in the vicinity , anyone up for a chat ?", "length": 11}, "4860": {"text": "Back of a bus on a truth or dare when I was in high school , when a moment seem to last forever .", "length": 22}, "4861": {"text": "- Karl", "length": 1}, "4862": {"text": "So do I. The small dogs like those maltese and things we call stoep kakkers , because all they are good for is leaving turds on your stoop .", "length": 27}, "4863": {"text": "Welcome, this is the greatest site to meet like minded white folks like yourself from all over the world .", "length": 19}, "4864": {"text": "I too am from cali , but moved out to utah to get away from all the filth .", "length": 17}, "4865": {"text": "Anyways WELCOME !", "length": 2}, "4866": {"text": "WPWW !", "length": 1}, "4867": {"text": "I'm sure someone will come along .", "length": 7}, "4868": {"text": "Patience is a virtue you know .", "length": 6}, "4869": {"text": "Hell , I 've been single for ....", "length": 6}, "4870": {"text": "4 years I think , give or take a month or so .", "length": 11}, "4871": {"text": "Relationships are highly overrated I think Hang tough .", "length": 8}, "4872": {"text": "I want to have 3 children ! 2 girls and 1 boy but the hardest part now is i got to try and find someone to make them with , but so far no luck", "length": 33}, "4873": {"text": "In my opinion this whole gay thing is fashionable now because of the media who constantly force it down your throat .", "length": 21}, "4874": {"text": "Who controls the media ?", "length": 4}, "4875": {"text": "I wonder ???? 11", "length": 3}, "4876": {"text": "I moved here because I am going to Germany in September and wanted to see my family before I left .", "length": 20}, "4877": {"text": "Good luck on the magneto-hyperdrive .", "length": 6}, "4878": {"text": "WehrWolf101", "length": 1}, "4879": {"text": "I've met a few people who I talk to outside of SF , and I consider them to be pretty good friends .", "length": 22}, "4880": {"text": "I am looking for people in north county area .", "length": 9}, "4881": {"text": "I live near Battle Ground , WA and Vancouver , WA Seems like more wiggers and minority supporters around town , standing for leftist B.S. Would n't mind knowing some people out here again .", "length": 33}, "4882": {"text": "Blut und Ehre !", "length": 3}, "4883": {"text": "Chris", "length": 1}, "4884": {"text": "I'm 26 and living in Wisconsin ..... just looking for someone to chat with about similar beliefs and life in general ....... location is unimportant", "length": 24}, "4885": {"text": "Thanks for the plug John , closest group of NA to Kansas City I know of are some of us in Omaha and the St Louis Unit .", "length": 26}, "4886": {"text": "i live near albany but i could hang out with u if u want we could beat upsome unpure infidels if you would like", "length": 24}, "4887": {"text": "well if i have my way there will be another cook out / camp out one of the frist two weeks of aug in very nothern IL", "length": 26}, "4888": {"text": "Considering this is stormfront I 'd say we are all in agreement that we highly prefer white children to anything else ....", "length": 21}, "4889": {"text": "You should have posted in Rants to see a mix of WN/Anti responses", "length": 14}, "4890": {"text": "The booze thing should n't be a big deal .", "length": 10}, "4891": {"text": "There are 3 liquor stores in less than half a mile radius and one of them does n't stop selling beer until midnight .", "length": 24}, "4892": {"text": "LOL", "length": 1}, "4893": {"text": "Welcome to Stormfront and please do n't sell your chances short !", "length": 12}, "4894": {"text": "There are multitudes of great people here and a hearty welcome from my us all !", "length": 15}, "4895": {"text": "Hey, he says he wants to conquer the world , not stay home and eat cookies ... he 's obviously got balls to post a picture like that ... more power to him .", "length": 30}, "4896": {"text": "Wow, The Birth of a Nation profited ZOG ?", "length": 8}, "4897": {"text": "Guess I will have to find a new favorite movie .", "length": 10}, "4898": {"text": "I already gave up on Gone With The Wind for the same reason .....", "length": 13}, "4899": {"text": "looking for sisters and brothers to hang out with get to know ...... cant semm to find in in this area ?", "length": 20}, "4900": {"text": "Lynn336", "length": 1}, "4901": {"text": "Hi, So glad to hear from someone so close .", "length": 9}, "4902": {"text": "I was beginning to think i was alone out here .", "length": 10}, "4903": {"text": "I am defiantly intrested in maybe hanging out sometime .", "length": 9}, "4904": {"text": "Get back to me if u have plans to be anywhere within the next few weeks .", "length": 16}, "4905": {"text": "I appreciate it ... thanx .", "length": 4}, "4906": {"text": "heil sisters thank you this is why i wood stand side by side on the front line with my sisters thay are the bast ps AggroOigirl your profile say your are a single mother so i thot you was oi sorry skins for ever Goldenboy 88 WPFR", "length": 47}, "4907": {"text": "Hello Crystal My name is Andy , and as my screen name states I live in New York .", "length": 17}, "4908": {"text": "I 'd love to speak with you .", "length": 7}, "4909": {"text": "hi i have short hair im 5 ' 5 racist as hell im not fat im from mass theres a small group of us out here it 's so hard to new meet people with your believes im just looking to date some one who gets were im coming from are make new friends so if your out there give me a email back 88 heily : explode", "length": 66}, "4910": {"text": "I got a pm from him too that was very strange .", "length": 11}, "4911": {"text": "I got the impression he was trying to sell something to me .", "length": 12}, "4912": {"text": "Hey i just wanted to see how many true white weman are around on these forums from Long Island or even New York since most white chicks here are * * * * * * lovers .", "length": 30}, "4913": {"text": "It works both ways .", "length": 4}, "4914": {"text": "True , it is hard for white men to find good white woman and it is just as hard for white women to find a good white man .", "length": 27}, "4915": {"text": "Camie", "length": 1}, "4916": {"text": "Met some cute Florida girls up at Logan Pass today .", "length": 10}, "4917": {"text": "They decided to go on a road trip .", "length": 8}, "4918": {"text": "Interesting timing with the Zimmerman verdict coming soon ... and they are from St. Cloud to the south of Sanford and Orlando , near Kissimmee .", "length": 23}, "4919": {"text": "The deer are so abundant that they wander into town all the time to munch on lawns .", "length": 17}, "4920": {"text": "Lots of ice fishing and fly fishing here , antelope , elk and moose too .", "length": 13}, "4921": {"text": "Also lots of bear .", "length": 4}, "4922": {"text": "I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508", "length": 23}, "4923": {"text": "Bighorn - YouTube First Run in Whitefish - Montana - Skifahren in den Rockies mit skiStern.de - Skireisen und mehr ...", "length": 17}, "4924": {"text": "- YouTube short version-bad rock canyon - YouTube", "length": 7}, "4925": {"text": "Agreed.", "length": 1}, "4926": {"text": "To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .", "length": 50}, "4927": {"text": "Nice .", "length": 1}, "4928": {"text": "I believe it 's time for Haman to break out his private stash and start sharing with the rest of us .", "length": 21}, "4929": {"text": "Hey, she passed away a few weeks ago now ; Did you not read it in the papers or see it in the news ?", "length": 23}, "4930": {"text": "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .", "length": 21}, "4931": {"text": "Although many have asked us to put it aside in politics , this thread is for all those who see where HATE FITS IN and why WE NEED THE HATE WAVE TO CONTINUE .", "length": 32}, "4932": {"text": "Ouuuuuuu , do I hate !", "length": 4}, "4933": {"text": "Hi i have not been on here in ages .", "length": 9}, "4934": {"text": "I am in Southern Georgia now but still open to other possibilities .", "length": 12}, "4935": {"text": "If you had your way their would be no whites to pay taxes so the blacks could collect welfare and as they have proved in Africa they are incapable of feeding themselves", "length": 32}, "4936": {"text": "To hell with making a stand , i think we should all go to the southwest and go on the offenceive and drive every race down into Mexico .", "length": 27}, "4937": {"text": "Here is possibly the best county to live in when one considers the Mud Index .", "length": 15}, "4938": {"text": "Slope County , ND Races in Slope County : White Non-Hispanic ( 99.6 % ) County Population : 767 Land area : 1217.9 sq. mi. This makes the Mud Index 0.003 .", "length": 28}, "4939": {"text": "That is approximately 3 non-Whites living in a 1218 square mile area .", "length": 13}, "4940": {"text": "Your post sure had something that was breaking the rules of this board , maybe was too insulting to be posted here .", "length": 21}, "4941": {"text": "In this board is allowed to discuss , not to insult .", "length": 10}, "4942": {"text": "NO!", "length": 1}, "4943": {"text": "At least half of all humans are of below-average intelligence .", "length": 11}, "4944": {"text": "This applies to white humans as well .", "length": 7}, "4945": {"text": "Perhaps four or five percent of all humans are driving the progress of our civilization , the rest are supporting that civilization so that the bright ones can do their work .", "length": 30}, "4946": {"text": "Thanks for your reponse .", "length": 4}, "4947": {"text": "And I have probably said enough on this for now .", "length": 10}, "4948": {"text": "Please enjoy this video of a lovely young lady signing a song from the opera Jesus Christ Superstar : http://www.youtube.com/watch ? v = ws6X-zV _ Wgs", "length": 28}, "4949": {"text": "Why would we first start in a city ?", "length": 8}, "4950": {"text": "Its the rural towns that would allow a community to go unnoticed and unattacked at first .", "length": 16}, "4951": {"text": "Ive heard new zealand was white parasise as well , At this point im just scouting as i have a few years yet till retirement.Hows the cost of living in nz ? :", "length": 31}, "4952": {"text": "It looks like I have to create MY own copy of PDF file , since the OP version is a read-only item. ( sigh )", "length": 23}, "4953": {"text": "Done!", "length": 1}, "4954": {"text": "I 'm a firm believer in the PLE concept , I just have to take care of my present financial situation first .", "length": 21}, "4955": {"text": "Now I 'm motivated !", "length": 4}, "4956": {"text": "It looks like White culture , something we have lost down here in Texas .", "length": 13}, "4957": {"text": "There are n't any towns down here that are as clean and well kept as Kalispell .", "length": 17}, "4958": {"text": "Great work Mjodr .", "length": 3}, "4959": {"text": "Most white girls are taught and brainwashed to love black guys , only way is to properly educate them and show them what savages they truly are .", "length": 26}, "4960": {"text": "I dont think it will work moot is too much of a libtard to allow that going on for too long", "length": 21}, "4961": {"text": "Council of White Patriot Voters Open Letter To NAACP Over Gay Marriage CWPV Open Letter To NAACP Over Gay Marriage - The Council Of White Patriot Voters", "length": 26}, "4962": {"text": "How hard is it for Americans to get to SA ?", "length": 10}, "4963": {"text": "I have never had a visa or left the continental USA", "length": 11}, "4964": {"text": "If I feel threatened especially by these fools you can bet I 'll be just as quick to kill as they are .", "length": 22}, "4965": {"text": "Acting like an animal show 's nothing .", "length": 7}, "4966": {"text": "Trust me they can be defeated .", "length": 6}, "4967": {"text": "White people have guns also .", "length": 5}, "4968": {"text": "How about matchbooks ?", "length": 3}, "4969": {"text": "Owners at bars dont even look at just have bartenders place on bar .", "length": 13}, "4970": {"text": "Imagine a bunch of people carrying these in their possession .", "length": 10}, "4971": {"text": "( Once saw ad for funeral home on some in a bar ) LOL People dont pay attention but some do notice .", "length": 20}, "4972": {"text": "The subtle message .", "length": 3}, "4973": {"text": "Three more posters ready - these are definitely anti-race-mixing !", "length": 10}, "4974": {"text": "Click to enlarge , then save to desktop to use ! cb punet square1.PNG cbr punet square1.PNG ca punet square1.PNG I made these a few days ago and was using them on Craig 's List in Europe .", "length": 38}, "4975": {"text": "Those of you that go on Craig 's List may have seen them around recently .", "length": 15}, "4976": {"text": "No one else is going to bother telling this story .", "length": 10}, "4977": {"text": "I 'm glad that you 're planning on getting out there to do it .", "length": 14}, "4978": {"text": "I am willing to attend , support and protect Mr. Taylor 's event and his freedom of speech anywhere close to Michigan", "length": 21}, "4979": {"text": "And some people say that the Klan is n't doing anything today to make a difference .", "length": 17}, "4980": {"text": "These same people , must eat their stupid pills like they were candy .", "length": 12}, "4981": {"text": "I'm going to try my hand at laying this out .", "length": 11}, "4982": {"text": "I 'll leave a blank line where the phone number goes ; that will allow for locals to write or stamp it in .", "length": 22}, "4983": {"text": "Arkan _ USA", "length": 3}, "4984": {"text": "I stopped going to Burger King three years ago when I got food poisoning from one of their restaurants .", "length": 19}, "4985": {"text": "I was sick for a week and lost 400 bucks in pay because I had to take the time off work !", "length": 21}, "4986": {"text": "I dont mean with kids THAT young , you are doing the right thing with them.But an extreme approach works with teenagers", "length": 22}, "4987": {"text": "That's one of the best statements I 've read on this site .", "length": 13}, "4988": {"text": "I thank you for your dedication to our cause .", "length": 9}, "4989": {"text": "I also want to say you have a great website .", "length": 10}, "4990": {"text": "Great!!", "length": 1}, "4991": {"text": "I will take your word for it and thank you , this is even better news to understand his political views and what kind of people he will accept as supporters .", "length": 30}, "4992": {"text": "He and Judge Moore spoke at a Constitution Party event in St. Louis and drew over 600 people .", "length": 18}, "4993": {"text": "Cool, finally got it working just in time to hear someone call in and let the host know that thanks to Stormfront , the show is being listened to all over the world .", "length": 32}, "4994": {"text": "Probably the largest listening audience he 's ever had .", "length": 9}, "4995": {"text": "The British Protestants built strange communities in Northern Ireland , and the Irish Catholics said : `` What is happening here ? ''", "length": 18}, "4996": {"text": "The state of Israel built strange communities on the West Bank , and the Palestinians said : `` What is happening here ? ''", "length": 19}, "4997": {"text": "The hippies moved in from all across the nation to the Haight Ashbury and the family types there said : `` This is a strange community '' The hippies who knew laughed and a group called Buffalo Springfield made a song about it \" `` What is happening here , what it is ai n't exactly clear . ''", "length": 52}, "4998": {"text": "Another songwriter encouraged many more people to come : `` If you 're going to San Francisco , be sure to wear a flower in your hair . ''", "length": 24}, "4999": {"text": "The homosexual outcasts of the nation quietly moved into San Francisco 's Castro District , and the families who lived there said : `` What is happening here '' Eventually a few conscious Whites noticed and said : `` This is what is happening , and at last , at last , it 's time to wake the sleepers . ''", "length": 50}, "5000": {"text": "I have a suggestion for distribution of your collection .", "length": 9}, "5001": {"text": "Zip it up into one big file and share it on Gnotella as a new movie .", "length": 16}, "5002": {"text": "Then keep changing the name of the file as new movies come out .", "length": 13}, "5003": {"text": "The jews in Hollywood would almost be happy about that", "length": 10}, "5004": {"text": "Thanks I' am 31 y old , and it 's too old for a military career in france. i was soldier in a fighting unity during two years ( sapper ) .", "length": 28}, "5005": {"text": "Actually I never had too many women until I became a white nationalist .", "length": 13}, "5006": {"text": "I believe this was because I broke with my fear and finally got honest with myself .", "length": 16}, "5007": {"text": "I now have a wife and kids and I would n't have it any other way .", "length": 17}, "5008": {"text": "Quick!", "length": 1}, "5009": {"text": "This is a pop quiz !", "length": 5}, "5010": {"text": "You have 10 seconds to list each of your 8 kids names AND the names of their 8 different fathers .", "length": 20}, "5011": {"text": "Ready .... GO !!!", "length": 2}, "5012": {"text": "Because they a vile plague on all of mankind that no one really likes .", "length": 14}, "5013": {"text": "I hate the term black in reference to the Niggardly kind .", "length": 11}, "5014": {"text": "Black is a color but the Negroids more than not resemble a walking pile of feces with arms and legs ... they even stink !", "length": 23}, "5015": {"text": "And speaking of which , do you find it as comical as I do that people so lacking in beauty would want to become beauticians ?", "length": 24}, "5016": {"text": "That 's like Michael Moore opening up a fitness center .", "length": 10}, "5017": {"text": "You are the one telling the story .", "length": 7}, "5018": {"text": "How about you tell us about whatever it is going on in your head .", "length": 14}, "5019": {"text": "Maybe it had something to do with the Soviets not even having the funds to keep an ample supply of food or toilet paper in their own country .", "length": 28}, "5020": {"text": "Hate Asians ?", "length": 2}, "5021": {"text": "I do n't hate Asians , I respect Asians .", "length": 9}, "5022": {"text": "Any race of people who has been around for a few thousand years and still managed to stay Asian without being called racists must be doing something right .", "length": 28}, "5023": {"text": "I'd probably point out the inherent contradiction in calling it MULTI-culturalism if the goal is to consolidate all cultures ( into one ) .", "length": 23}, "5024": {"text": "Your both our enemies plain and simple , jews try to destroy us with their immigration and the jew would not be able to get as far as they did if many of them did not look white .", "length": 37}, "5025": {"text": "I'm young and viciously angry I 'm not going to lie or apologize for my actions i treat non whites like utter crap and i always have and always will they are n't human in my eyes Anyone who tries to wipe out my race and culture will be met by hostility by me any race who rape and abuse their and my women will be met by hostility and contempt by me WPWW", "length": 76}, "5026": {"text": "Maybe we should put' em in prison until they 're fifty , right up front , so Sid can figure it in to the cost of admission", "length": 25}, "5027": {"text": "Being a peaceful nation today is the same as the embrace multiculturalism and do nothing against non-white imigration .", "length": 19}, "5028": {"text": "About the Chinese , those who remain in their own country are good , those who become illegal immigrants in white nations are bad .", "length": 22}, "5029": {"text": "I've heard that men with AIDS in Africa think having sex with a virgin will cure them .", "length": 18}, "5030": {"text": "It 's usually not consensual .", "length": 5}, "5031": {"text": "Those Asians and Blacks would continue to imitate Whites just to gain an upper hand or just to show that they are `` superior '' .", "length": 23}, "5032": {"text": "It is like they would bleach their hair blonde and bleach their skin `` White '' , speak English , etc but still they would torment others with their Black characteristics .", "length": 27}, "5033": {"text": "Aren't u tired of ur propaganda ??", "length": 7}, "5034": {"text": "There are assimilated Gypsies , Tats , Udins , Talysh , etc among Arme nians just like u have assimilated Tatars ... but Most Armenians look like this , especially Western Armenians , victims of Genocide which u mention here ...", "length": 33}, "5035": {"text": "Yes and unfortunately the Mayans were eating it well over 1,500 years ago !", "length": 14}, "5036": {"text": "Mr.", "length": 1}, "5037": {"text": "Carver is as much of a fraud as Michael King !", "length": 10}, "5038": {"text": "Sounds like they might have some Palestinians of either the Muslim or Judaic variety in the woodpile , throwing stones like that .", "length": 21}, "5039": {"text": "No, I call it hypocrisy and it goes against what you and your peers preach .", "length": 15}, "5040": {"text": "You are no different than any other manipulating Jew .", "length": 9}, "5041": {"text": "You are lying and flip-flopping .", "length": 6}, "5042": {"text": "Thanks for wasting my time .", "length": 5}, "5043": {"text": "I know something that will really turn them on and that they will absolutely love and is very useful for shutting them up :", "length": 23}, "5044": {"text": "Chicago passed New York as America 's murder capital in 2012 despite the Windy City only having a third of the Big Apple 's population .", "length": 25}, "5045": {"text": "The FBI recorded 500 murders in Chicago in 2012 , up from 431 in 2011 .", "length": 14}, "5046": {"text": "New York reported 419 murders in 2012 , down from 515 the year before .", "length": 13}, "5047": {"text": "However , on a per-capita basis , the bureau reported that Flint , Michigan was more dangerous than the two larger cities .", "length": 20}, "5048": {"text": "One in every 1,613 residents of Flint were murder victims last year , as the city of 101,558 reported 63 murders in 2012 .", "length": 24}, "5049": {"text": "... Why is Flint so violent ?", "length": 5}, "5050": {"text": "FBI : Chicago officially America 's murder capital | Fox News", "length": 9}, "5051": {"text": "To understand ancient Egyptians you should read up on modern Egyptians .", "length": 11}, "5052": {"text": "Racily very little has changed .", "length": 5}, "5053": {"text": "Egyptians - Wikipedia , the free encyclopedia", "length": 5}, "5054": {"text": "The majority of them are as stupid as real Negroes .", "length": 10}, "5055": {"text": "I do not think anyone looks up to white Negroes , just the black ones and then they become wiggers .", "length": 19}, "5056": {"text": "All of those things you list are personal reasons .", "length": 9}, "5057": {"text": "The only thing that matters is you are a target because of your race .", "length": 14}, "5058": {"text": "You either stand with your people or they will stand over your dead body .", "length": 14}, "5059": {"text": "Their is a group of people behind the scenes orchestrating your destruction and they are using non Whites as tools to accomplish their agenda .", "length": 24}, "5060": {"text": "Obama chooses to identify as black , and Zimmerman chooses to identify as Hispanic .", "length": 13}, "5061": {"text": "They are black and Hispanic , not white .", "length": 7}, "5062": {"text": "They do n't even claim their white parent .", "length": 9}, "5063": {"text": "The other day I Jewgled 72 shot Chicago and NO mainstream media listing came up--just smaller outlets and blogs .", "length": 20}, "5064": {"text": "Gee , why do n't those `` sons of Obama '' matter ?", "length": 10}, "5065": {"text": "Mr. Farkel thinks Whites are too stupid to be doctors and if we had an all White society we would have no doctors and no one to pull our teeth out .", "length": 31}, "5066": {"text": "I think he is wrong .", "length": 5}, "5067": {"text": "Do you have a way to support the claim made in another thread that Native Americans were not the first human inhabitants of the Americas , since you can no longer defend your claims in this thread ?", "length": 36}, "5068": {"text": "Are you asking the Africans in South Africa why they hate White people so much that they have murdered over 40 thousand of them since the end of White rule ?", "length": 30}, "5069": {"text": "The negro would n't have big buffed muscle body if it was n't for white man 's technology .", "length": 20}, "5070": {"text": "Africans are tall , thin and lanky and pretty ugly beasts . ... and I 'm just being kind .", "length": 16}, "5071": {"text": "The email to that account does n't even exist anymore .", "length": 11}, "5072": {"text": "I 've seen several banned people get a new account and nothing bad came out of it , plus it 's not like the last account is active anymore .", "length": 28}, "5073": {"text": "But we 'll see .", "length": 4}, "5074": {"text": "Actually there is no way you can go back up the rabbit hole after you have gone down it .", "length": 19}, "5075": {"text": "Unless you have no conscience .", "length": 5}, "5076": {"text": "I think it 's because whites see Asians to be most like us of any other race .", "length": 17}, "5077": {"text": "Not to mention the sick Asian perversion many white men have .", "length": 11}, "5078": {"text": "Nonwhite immigration regardless of if it 's legal or not still results in the destruction of white countries and communities .", "length": 20}, "5079": {"text": "The white population must have a place it calls its own , segregated .", "length": 12}, "5080": {"text": "YouTube - SAS Survival Secrets Ep1 Pt 1/6 YouTube - SAS Survival Secrets Ep1 Pt 2/6 YouTube - SAS Survival Secrets Ep1 Pt 3/6 YouTube - SAS Survival Secrets Ep1 Pt 4/6 YouTube - SAS Survival Secrets Ep1 Pt 5/6 YouTube - SAS Survival Secrets Ep1 Pt 6/6", "length": 48}, "5081": {"text": "You know the more they talk gun control , the more people go buy .", "length": 13}, "5082": {"text": "I wonder if she has stock in any of the popular manufacturers .", "length": 12}, "5083": {"text": "Greetings all .", "length": 2}, "5084": {"text": "First post on Stormfront .", "length": 4}, "5085": {"text": "Hope it 's not a re-post in any way shape or form .", "length": 13}, "5086": {"text": "'According to okayafrica.com ' : ' A violent scene unfolded Monday at the University of the Free State in South Africa when black students and workers disrupting a rugby match were attacked by white students .", "length": 33}, "5087": {"text": "Workers have been protesting to end outsourcing at the Bloemfontein university since last Thursday .", "length": 14}, "5088": {"text": "Monday afternoon a group of protesters took to the field during the 17th minute of an on-campus rugby match .", "length": 20}, "5089": {"text": "Spectators ran onto the field and began beating the protesters . '", "length": 10}, "5090": {"text": "Black Student Protesters Beaten By White Students At South African University Rugby Match Okayafrica .", "length": 14}, "5091": {"text": "Bit of a different perspective : What was really going on when violence broke out at the varsity rugby match ? [ video ] | The South African", "length": 23}, "5092": {"text": "Aryan Legacy Feel free to use our site for your project .", "length": 11}, "5093": {"text": "We have plenty of articles , photos , music & we 're going to start uploading videos soon .", "length": 15}, "5094": {"text": "17 days since Halloween .", "length": 4}, "5095": {"text": "Over half a month .", "length": 4}, "5096": {"text": "Next week is Thanksgiving .", "length": 4}, "5097": {"text": "Still seeing remnants of Halloween in AFFLUENT neighborhoods .", "length": 8}, "5098": {"text": "Christmas decorations are starting to appear .", "length": 6}, "5099": {"text": "But still seeing them pumpkins .", "length": 5}, "5100": {"text": "The only way you be able to do a photo like that today is to hire actors .", "length": 17}, "5101": {"text": "A Black Father taking care of his kids ?", "length": 8}, "5102": {"text": "That 's unheard of today !", "length": 5}, "5103": {"text": "Nearly everything if not all acts that the liberals carry out damage this nation and our people .", "length": 17}, "5104": {"text": "They are scum , they are traitors .", "length": 6}, "5105": {"text": "I'm surprised the Montreal flag gives pride of place to the English St Geroge 's cross .", "length": 17}, "5106": {"text": "Having said that , i like it .", "length": 6}, "5107": {"text": "I would like to say that I really had a great time last night and that I felt it was a very well organized night with a great message .", "length": 29}, "5108": {"text": "I was also surprised how many people were able to fit inside your clubhouse but was very happy to see so many people .", "length": 23}, "5109": {"text": "Great job guys .", "length": 3}, "5110": {"text": "It has been claimed that the black African invented the stick , but that is a lie .", "length": 16}, "5111": {"text": "A primate was the fist to invent a stick in Africa , a black just stole it from him .", "length": 18}, "5112": {"text": "You can also try this Online Education Directory To find out a good rated online school .", "length": 16}, "5113": {"text": "Hope it will help you .", "length": 5}, "5114": {"text": "You are exactly right .", "length": 4}, "5115": {"text": "White women are okay to promote , but males are still carrying the sins of their Grandfathers ^ 3 .", "length": 17}, "5116": {"text": "Strange how the Swedes were once the most peaceful people in the world , then the Jews make them into liberals who wanted to genocide them selves .", "length": 26}, "5117": {"text": "Yep, all junk .", "length": 3}, "5118": {"text": "If I was back home the only reason I would go was to meet up with some of you guys for lunch or something .", "length": 24}, "5119": {"text": "Definitely would n't go to try to buy some of those useless weapons .", "length": 14}, "5120": {"text": "I was going to say - before you added that last line - they look like a bunch of frightened monkeys with guns ....", "length": 21}, "5121": {"text": "The Israelis knocked down 150 sites hosted by 1st Amendment , 75 of which were pro-white , including mine .", "length": 18}, "5122": {"text": "It should be back up any day , and the link to the store is actually www.14store.com/shop which you can look at but not yet buy at , once it 's back up .", "length": 34}, "5123": {"text": "Here are the CDs I want to sell : Beethoven : Symphonies Nos. 5 & 7 - Kleiber Beethoven : Symphony No. 9 - Furtwangler Bruckner : Symphony No. 9 - Furtwangler Handel : Music for the Royal Fireworks ; Water Music - Marriner Howard Hanson : Orchestral Works - Schermerhorn J.S. Bach : Great Organ Works - Hurford Norwegian Classical Favorites - Engeset The Best of Baroque Music - Edlinger Twilight of the Gods : The Essential Wagner Collection - Dorati , Karajan , Sinopoli , Bohm , Gerdes , Kubelik Most of these were recommended by fellow Stormfronters .", "length": 77}, "5124": {"text": "This is my 666th post .", "length": 5}, "5125": {"text": "I wonder if one of these guys is a Jew .", "length": 10}, "5126": {"text": "White South Africans should be free to move where ever they like in Euorpe .", "length": 14}, "5127": {"text": "The people running SA into the ground , want to wipe them all out .", "length": 13}, "5128": {"text": "Graduate school seems like a good place to meet and marry a man who is as intelligent as she obviously is .", "length": 21}, "5129": {"text": "German Folk Music - YouTube Wait for the second song on this track .", "length": 12}, "5130": {"text": "The German men sound so sexy .", "length": 6}, "5131": {"text": "Oh and the 3rd song too .", "length": 6}, "5132": {"text": "How about the hook noses ?", "length": 5}, "5133": {"text": "They are way over represented compared to their ability .", "length": 9}, "5134": {"text": "This is going to stir up a lot of yellow hatred for the hebrews .", "length": 14}, "5135": {"text": "Till now yellow has been happy to ride the minority tide .", "length": 11}, "5136": {"text": "I agree , Asian nations are relatively stable compared to Africa and S. America so I wonder why Asians even come to America at all .", "length": 24}, "5137": {"text": "The enemy of Germany has been inside the borders for some time .", "length": 12}, "5138": {"text": "The citizens who look to fight the people that walk the street are targeting the foot of the beast .", "length": 19}, "5139": {"text": "Well your more than welcome too move out here from where ever your at .", "length": 14}, "5140": {"text": "Someone looking to take things seriously and be active are sometimes hard to find .", "length": 14}, "5141": {"text": "My good friend and neighbor carries his like that too .", "length": 10}, "5142": {"text": "It 's safe to do that if you are experienced I think .", "length": 12}, "5143": {"text": "Those pictures are truly beautiful .", "length": 5}, "5144": {"text": "They speak of the soul of our Race .", "length": 8}, "5145": {"text": "The soul that guided the Ukrainian people to fight the Beast with a great courage .", "length": 15}, "5146": {"text": "YouTube - Ukraine in WW2", "length": 4}, "5147": {"text": "I wonder how the CBC will try to spin this ?", "length": 10}, "5148": {"text": "On second thought they wo n't report it at all .", "length": 11}, "5149": {"text": "That would n't be nice .", "length": 6}, "5150": {"text": "Didn't you get the government memo ?", "length": 7}, "5151": {"text": "Diversity means anything but white .", "length": 5}, "5152": {"text": "Even if it 's all black or all Pakistani , that 's somehow `` diverse '' .", "length": 13}, "5153": {"text": "They get to see thousands of years of History and Culture and Bloodlines destroyed .", "length": 14}, "5154": {"text": "Are you suggesting they should n't appreciate this ?", "length": 9}, "5155": {"text": "Mam and Dad 's side both Irish .", "length": 7}, "5156": {"text": "If you wanna go into specifics , one name is Anglo-Norman while the other is Anglo-Irish .", "length": 17}, "5157": {"text": "I keep two bowls of candy near my door. between 5 and 7 , it is mostly neighborhood kids ( mostly middle class whites but a few middle class non-whites ) .", "length": 29}, "5158": {"text": "Those kids get the candy from the good bowl .", "length": 9}, "5159": {"text": "After 7 , the kids from the poor neighborhoods start showing up ( usually poor blacks ) .", "length": 14}, "5160": {"text": "I give them my left over candy from last year and my left over candy from Easter .", "length": 17}, "5161": {"text": "I usually turn off my lights and refuse to answer my door after 7 : 30 .", "length": 15}, "5162": {"text": "I once knew a half Berber half Sicilian with straight blonde hair and green eyes there was nothing Negroid about him at all .", "length": 23}, "5163": {"text": "Hey, guys I 'm new to SF but I 've long had right wing views about immigration looking to join a white nationalist group I live in Huron county PM me if you have a group I could join or if you know of one in my area !", "length": 48}, "5164": {"text": "Thanks !", "length": 1}, "5165": {"text": "Right! if you have dark hair you 're not White if you have tanned skin you 're not White Luke Pasqulino is n't White either bang goes 50 percent of the Western and Eastern Mediterrenrean !", "length": 36}, "5166": {"text": "Oh dear mother of grace !", "length": 5}, "5167": {"text": "Surely you 're not suggesting teaching that bunch to shoot !", "length": 10}, "5168": {"text": "Do n't even mention that in jest !", "length": 8}, "5169": {"text": "Just be thankful they have n't thought of it themselves .", "length": 11}, "5170": {"text": "There is a massive push to ban the Confederate flag , so we are showing support for our Southern brothers and sisters .", "length": 21}, "5171": {"text": "Form Letter to Send to German Government on Behalf of Ernst Zundel .", "length": 12}, "5172": {"text": "Wo n't take more than a minute to do and 39 cents .", "length": 13}, "5173": {"text": "Help keep this case alive", "length": 5}, "5174": {"text": "Id recommend woman use their long nails to gauge out the eyes and throat , and stick their finger up their noses .", "length": 21}, "5175": {"text": "I've been looking and it seem almost all countries have kicked out Jews or fought them even the Chinese had wars with them .", "length": 24}, "5176": {"text": "You would not want to die and go to heaven if Germany had won .", "length": 14}, "5177": {"text": "You 'd want to stay on Earth for eternity , it would have been that good .", "length": 15}, "5178": {"text": "Did they have pretty good lives ?", "length": 6}, "5179": {"text": "Like made good money .", "length": 4}, "5180": {"text": "I am not expecting six figures a year but would like to be comfortable .", "length": 14}, "5181": {"text": "Teachers Combine Math With Social Justice Lessons - The College Fix Meanwhile in the other side of the world ...", "length": 18}, "5182": {"text": "Why Singapore Leads the World in Early Mathematics", "length": 8}, "5183": {"text": "white nationalists in america need to get over the idea that conservatives or republicans are on our side. only we are on our side .", "length": 24}, "5184": {"text": "My children like whites I have no problem with this question But how we can spread your articles out of ours sites because we already know", "length": 26}, "5185": {"text": "I'm just happy they have n't tried to cast blacks , Asians , or some other races like Hollywood 's treatment of Thor .", "length": 23}, "5186": {"text": "i know but i was thinking more along the lines of black powder revolvers and so on , i must say that i had never thought of black powder fired electrically i 'll have to look that up .", "length": 37}, "5187": {"text": "As bad as things are here , at least we can carry guns around .", "length": 13}, "5188": {"text": "I cannot comprehend how Europeans live their daily lives .", "length": 9}, "5189": {"text": "What kind of moron throws away school district money on fruit that 's out of season ?", "length": 16}, "5190": {"text": "They should have made sweet potato pie .", "length": 7}, "5191": {"text": "Awesome.", "length": 1}, "5192": {"text": "Believe me when I say that this WILL get notice and will piss the anti 's off because they ca n't say it 's `` Hate Speech '' !", "length": 27}, "5193": {"text": "The `` Missing '' and the photo of the young girl is an attention grabber Put it up around schools and playgrounds .", "length": 20}, "5194": {"text": "Please keep us updated on any results you get from this .", "length": 11}, "5195": {"text": "I was sort of hoping that they will bring back Ebola and spread it around to their own kind and the rest of the undesirables who are not wanted here .", "length": 30}, "5196": {"text": "I am not having my cats put in a pet cemetary-they 're being interred in the same plot as I.Naturally we will probably not pass on at the same time but we 'll be sharing the plot .", "length": 39}, "5197": {"text": "Thank you for posting this .", "length": 5}, "5198": {"text": "These are the type of stories which inspire me and indeed should inspire all of us .", "length": 16}, "5199": {"text": "The show is crap .", "length": 4}, "5200": {"text": "If you want to know about Ragnar and his time then read Ragnars saga Lo\u00f0br\u00f3kar .", "length": 15}, "5201": {"text": "You can download the PDF for free .", "length": 7}, "5202": {"text": "Riot Survival Kit Day 1 Leave 1 ) American Express Platinum card .", "length": 11}, "5203": {"text": "2 ) Full tank of gas 3 ) watch riot on TV from 5 star Hotel 100 miles away .", "length": 17}, "5204": {"text": "Day 2 Do n't Leave Watch the city burn around you .", "length": 12}, "5205": {"text": "What about FMJ ( Full Metal Jacket ) bullet ?", "length": 7}, "5206": {"text": "I have heard that if a person uses normal bullets for target practicing and suddenly changes to FMJ bullet then he experiences performance degrade .", "length": 24}, "5207": {"text": "Accuracy is compromised .", "length": 3}, "5208": {"text": "Maybe this was mentioned in an earlier post but what about `` online '' home schooling ?", "length": 14}, "5209": {"text": "Kids can log-in with their parent ( s ) every day and follow online courses ...", "length": 14}, "5210": {"text": "In this day and age this is possible ...", "length": 8}, "5211": {"text": "This song is great and I 've heard many excellent versions but this is my favorite .", "length": 16}, "5212": {"text": "Charlotte Church * * Little Drummer Boy * * - YouTube", "length": 6}, "5213": {"text": "Yes, the Americanos even prevailed on the armyless Costa Ricans to round up their European nationals , even European-descended Costa Rican citizens , for a nice Costa Rican concentration camp in San Jose !", "length": 32}, "5214": {"text": "This was n't just for Germans , Japanese and Italianos ......", "length": 10}, "5215": {"text": "Hungarians , Finns , Latvians ... even a few hapless German-speaking Swiss and French Alsatians were interned . The story of Costa Rica 's forgotten World War II internment camp - The Tico Times", "length": 30}, "5216": {"text": "You will love this : https : //www.linkedin.com/pub/wayne-weber/19/899/116 got out of the Air force and went straight to the head of HK. wow .", "length": 29}, "5217": {"text": "Anyone ever put one on an MP5 ?", "length": 7}, "5218": {"text": "I was shooting mine today , and the sights are a little fuzzy .", "length": 12}, "5219": {"text": "The peepers are getting old ...", "length": 5}, "5220": {"text": "Hard to find video versions of these songs that YouTube does n't delete .", "length": 14}, "5221": {"text": "Let 's try it again .", "length": 5}, "5222": {"text": "`` Made to Dream '' ( The final note of this song is incredible. )", "length": 11}, "5223": {"text": "Made to Dream - YouTube `` Vocalise '' Jackie Evancho \u00e2 Vocalise [ Official Audio ] HD 2015 - YouTube", "length": 14}, "5224": {"text": "I think I heard somewhere that they had to remove the links if they did n't want to be sued by the German government ... : /", "length": 25}, "5225": {"text": "Cool shirt ; now , go back to Africa and be a good Black Askari African Nazi Party Member .", "length": 17}, "5226": {"text": "Kettledrummer Elo Sambo Prussian Life Guard Hussars", "length": 7}, "5227": {"text": "I like both of these genres and will have to put Lovecraft on my list of authors/books to read .", "length": 20}, "5228": {"text": "Any suggestions ?", "length": 2}, "5229": {"text": "Video demonstrating how to handle front tire blow-outs .", "length": 9}, "5230": {"text": "Do n't slam on the brakes !", "length": 7}, "5231": {"text": "Watch this ! #1 reason why speed limiters kill ...", "length": 8}, "5232": {"text": "- YouTube", "length": 1}, "5233": {"text": "Or just stay the hell away from cheap , crap ar15s when you can get a damn reliable plinker for $ 700 brand new ......", "length": 22}, "5234": {"text": "Good way to lose weight eat green salads .", "length": 8}, "5235": {"text": "Do not eat meat with any starchy food and weight will start dropping off bigtime .", "length": 15}, "5236": {"text": "That is no meat with potatoes , bread , or rice .", "length": 9}, "5237": {"text": "No, I 've been homeschooling for years .", "length": 7}, "5238": {"text": "Just wondered if there was anything cool to check out .", "length": 10}, "5239": {"text": "I 'll go look at your stuff , thanks !", "length": 8}, "5240": {"text": "An AR10 is a weapon that 9/10 of those who own , myself included , do not have even half the range time or training with to actually use to it 's capabilities .", "length": 32}, "5241": {"text": "If you 're interested in stopping power in respects to property defense and home invaders , but like the AR platform , why not try 7.62x39 ?", "length": 25}, "5242": {"text": "Sub 50 yards , as 99 % of our conflicts will be when SHTF , this is probably the round of choice .", "length": 19}, "5243": {"text": "AR10s are heavy .", "length": 3}, "5244": {"text": "The capacity is lower .", "length": 4}, "5245": {"text": "Parts are more expensive , and exclusive .", "length": 6}, "5246": {"text": "The ammo is more expensive .", "length": 5}, "5247": {"text": "The list goes on .", "length": 4}, "5248": {"text": "Also .. you can get a 5.56 rig pretty darn cheap these days .", "length": 13}, "5249": {"text": "This wont last , so jump on it .", "length": 7}, "5250": {"text": "A complete rifle for $ 700 with premium parts is realistic if you shop around .", "length": 14}, "5251": {"text": "Flip up sights to co-witness with an optic .", "length": 9}, "5252": {"text": "158 carpenter NiB BCG , 1/7 twist , CHF barrel and chamber , comfy CTR stock , etc .", "length": 15}, "5253": {"text": "Not to mention you can get Troy 30 round mags for as cheap as $ 5-6 .", "length": 16}, "5254": {"text": "I will build a really nice .308 as my next project .", "length": 11}, "5255": {"text": "Do n't get me wrong , it is a nice platform .", "length": 11}, "5256": {"text": "But to start ... if this is all you 'll have , I 'd go with something that you 'll trust your life to in every regard in and around your home .", "length": 30}, "5257": {"text": "An AR10 does n't really fit into that .", "length": 9}, "5258": {"text": "Just my opinion .", "length": 3}, "5259": {"text": "I've gotten where I really do n't like pro sports of any type but the pomp and circumstance surrounding American football is just ridiculus .", "length": 26}, "5260": {"text": "Jewish unfortunately .", "length": 2}, "5261": {"text": "It is tradition in Greece for children to get the name of one of their grandparents .", "length": 16}, "5262": {"text": "I would love to have an ancient Greek Pagan name , but I do not .", "length": 14}, "5263": {"text": "yeah, maybe if you are Jewish They just warm up the old money printing press when they might feel like they are getting low .", "length": 24}, "5264": {"text": "The rest of us Goyim : we have to break our backs making up the inflation difference .", "length": 16}, "5265": {"text": "..now is a good time to get it .", "length": 8}, "5266": {"text": "Responsible Body Armor Possession Act Keeps Military Armor out of the Wrong Hands | Congressman Mike Honda It seems that our enemies in Congress are once again introducing a bill which is designed to restrict civilian access to certain types of body armor ( level III and IV rifle plates ) .", "length": 48}, "5267": {"text": "It looks like it 's not likely to go anywhere , but this could potentially trigger a panic buying frenzy which would make armor hard to find and jack prices thru the roof overnite .", "length": 33}, "5268": {"text": "Get armor for yourself !", "length": 4}, "5269": {"text": "Get armor for every member of your family !", "length": 8}, "5270": {"text": "Get both concealable level II armor for mild civil unrest scenarios , and heavy level IV armor for SHTF !", "length": 18}, "5271": {"text": "Get ballistic helmets !", "length": 3}, "5272": {"text": "Get gas masks !", "length": 3}, "5273": {"text": "Get armor for your kids !", "length": 5}, "5274": {"text": "Get armor for your dog !", "length": 5}, "5275": {"text": "If you do n't buy it now you will regret it if a bill like this ever passes .", "length": 19}, "5276": {"text": "Yeah , it 's expensive .", "length": 4}, "5277": {"text": "But it 's a lot cheaper than taking a bullet to the vitals .", "length": 13}, "5278": {"text": "We ca n't afford to lose you .", "length": 8}, "5279": {"text": "That's very true because they would lose a one on one fight almost every time .", "length": 16}, "5280": {"text": "I 'm about two hours outside of Chicago , so we get all the blacks with their thug attitudes in our town .", "length": 21}, "5281": {"text": "a nice kick to the nuts will always work I find it a dirty move to kick another man in the knackers but after all .. a black does n't equate to the same standard", "length": 35}, "5282": {"text": "We need to focus on winning ground or degrees in mainstream State Universities .", "length": 13}, "5283": {"text": "Once more like-minded brethren have advanced degrees , they can teach and discreetly raise support .", "length": 15}, "5284": {"text": "I was born in Rhodesia mother was n't full blown african whale my father was of portugese descent .", "length": 19}, "5285": {"text": "Am I still welcome here ?", "length": 5}, "5286": {"text": "Border fence , what border fence ?", "length": 5}, "5287": {"text": "Helll , last time I looked wetbacks were streaming across like it was free greencard day .", "length": 15}, "5288": {"text": "Oops , I forgot Obongo is president , therefor it is free greencard day every day .", "length": 14}, "5289": {"text": "I love my .410 bolt action shotgun .", "length": 7}, "5290": {"text": "Its a good for crow , duck , squirell , rabbit , etecerta .", "length": 9}, "5291": {"text": "Some black was breaking into my old neighbor 's house and I fired at him from my window .", "length": 18}, "5292": {"text": "It scared him off & I 'm sure he got a few pellets burrowed in him .", "length": 15}, "5293": {"text": "I would allow them to fall away out of my life and I would never look back .", "length": 17}, "5294": {"text": "Living well is the best revenge .", "length": 6}, "5295": {"text": "Do a search on kissing pranks on youtube .", "length": 8}, "5296": {"text": "Let me know if White girls making out with blacks and other non whites are staged too .", "length": 17}, "5297": {"text": "True but to be more accurate it is more a fight between those who are NS and know history and those who are n't NS and do n't have a single bit of interest in non-jewish narrative history .", "length": 41}, "5298": {"text": "little black kid gets his ass kicked - YouTube Because I always enjoy these videos .", "length": 14}, "5299": {"text": "Have you noticed when white 's beat on blacks they usually end it with one punch and then leave the ape alone .", "length": 22}, "5300": {"text": "Yet blacks get all their friends to jump in ?", "length": 9}, "5301": {"text": "I have always thought that the first order of business in a White Nationalist State Would be to teach our youth how to fight unarmed .", "length": 25}, "5302": {"text": "You're RIGHT .", "length": 3}, "5303": {"text": "I edited that post when I was tired and had it right the first time LMAO .", "length": 16}, "5304": {"text": "2 packs a day @ $ 10 is $ 300 a month and over $ 3000 a year .", "length": 14}, "5305": {"text": "Good to know someone is paying attention m", "length": 8}, "5306": {"text": "``TheDark Romance of Dian Fossey '' ( 1990 ) by Harold TP Hayes Under the mentorship of noted anthropologist Louis Leakey , Dian Fosse spent 16 years in Africa researching the last remaining mountain gorillas .", "length": 31}, "5307": {"text": "She came to hate the African poachers and showed no mercy towards them .", "length": 13}, "5308": {"text": "In 1985 she was found with a machete in her head .", "length": 11}, "5309": {"text": "The murder remains unpunished .", "length": 4}, "5310": {"text": "How about when Hitler says that the Jewish question will not be dealt with until after the war ..", "length": 18}, "5311": {"text": "YouTube - David Irving part 7 of 10", "length": 7}, "5312": {"text": "For practice use a .22 LR to learn .", "length": 8}, "5313": {"text": "Purchase both a 22 rifle and pistol .", "length": 7}, "5314": {"text": "Later after thousands of rounds of experience , move up to a larger rifle and pistol .", "length": 15}, "5315": {"text": "It is a tough one ..", "length": 5}, "5316": {"text": "We have read almost all the DR. Seuss book 's , some of them more then once .", "length": 16}, "5317": {"text": "With their age 's they enjoyed the One fish Two fish Red fish Blue fish ..", "length": 15}, "5318": {"text": "Thanks for the idea 's ...", "length": 5}, "5319": {"text": "Mod Note : I moved this to here from the Youth room .", "length": 11}, "5320": {"text": "It 's more appropriate here , and you should get more informed responses .", "length": 12}, "5321": {"text": "They did the same thing down here in MS. My nephew said they were doing the same as you described , acting like a bunch of wild animal 's .", "length": 28}, "5322": {"text": "WP", "length": 1}, "5323": {"text": "You will see much worse things in the future .", "length": 9}, "5324": {"text": "That beheading is NOTHING compared to what we will see in the future .", "length": 13}, "5325": {"text": "Let's hear the full version .", "length": 6}, "5326": {"text": "She 's never had a lesson !", "length": 6}, "5327": {"text": "Holland 's Got Talent - Amira ( 9 ) sings opera O Mio Babbina Caro - Full version - YouTube", "length": 15}, "5328": {"text": "These two are FANTASTIC !", "length": 4}, "5329": {"text": "Francesca Battistelli : Beautiful Beautiful YouTube - Francesca Battistelli - Beautiful , Beautiful ( Video ) Meredith Andrews : You 're Not Alone YouTube - Meredith Andrews - You 're Not Alone ( Music Video )", "length": 25}, "5330": {"text": "Very funny .......", "length": 2}, "5331": {"text": "[ youtube ] JvxnrzB1Jk [ /youtube ] Put a semi auto belt fed on one of these .. Maybe a few in some vantage points ... That would make short work of some thugs ...", "length": 28}, "5332": {"text": "Some anime is definitely an acquired taste ; kind of like watching those old kung fu movies ... the campiness becomes the attraction .", "length": 21}, "5333": {"text": "I 'm a little more concerned that I see so many teenagers drawing these anime designs in their notebooks .", "length": 19}, "5334": {"text": "The `` Dragonball Z '' hairstyle is all the rage amongst the 12-14 yr old boys , too .", "length": 16}, "5335": {"text": "I 'm concerned because it 's japanese culture insinuating itself into American culture .", "length": 13}, "5336": {"text": "Here 's some good anime : `` Cowboy Bebop '' ( real title is `` Heaven 's Gate '' ) [ generally ok for kids ] `` Akira '' [ a little disturbing for youngsters ] `` Princess Mononoke '' [ kid ok ] `` Spirited Away '' [ kid ok ] `` Robotech '' [ kid ok ] `` Golgo 13 '' [ violent ] `` Ninja Scrolls '' [ violent , sexual situations ] `` Vampire Hunter D '' [ violent ] `` Animatrix '' [ violent - mature kids only ] Check out `` adult swim '' on Comedy Central late at night .", "length": 61}, "5337": {"text": "It features some pretty good , cutting edge anime for mature teens and adults .", "length": 13}, "5338": {"text": "Some of it is kind of hard to follow , as the japanese have interesting ideas about relationships , dialogue and making ( no ) sense in general .", "length": 24}, "5339": {"text": "If your kids is interested in anime , by all means BE CAREFUL at the video store .", "length": 16}, "5340": {"text": "Most adult anime comes with bright stickers indicating `` adults only '' .", "length": 10}, "5341": {"text": "If there 's adult situations in it , it will indicate so on the package .", "length": 14}, "5342": {"text": "If in doubt , ask the clerk .", "length": 6}, "5343": {"text": "The Aryan Body , Mind and Soul - Prodigies and Geniuses Johann Sebastian Bach ( March 31 , 1685 - July 28 , 1750 ) Johann Sebastian Bach was a German composer , organist , violist and violinist whose ecclesiastical and secular works for choir , orchestra and solo instruments drew together the strands of the Baroque period and brought it to its ultimate maturity .", "length": 55}, "5344": {"text": "Bach did not introduce new forms but he enriched the prevailing German style with a robust contrapuntal technique , an unrivaled control of harmonic and motivic organization , and the adaptation of rhythms , forms and textures from abroad , particularly from Italy and France .", "length": 41}, "5345": {"text": "Revered for their intellectual depth , technical command and artistic beauty , Bach 's works include the Brandenburg concertos , the Goldberg Variations , the Partitas , the Well-Tempered Clavier , the Mass in B Minor , the St Matthew Passion , the St John Passion , the Magnificat , The Musical Offering , The Art of Fugue , the English and French Suites , the Sonatas and Partitas for solo violin , the Cello Suites , more than 200 surviving cantatas , and a similar number of organ works , including the celebrated Toccata and Fugue in D minor and Passacaglia and Fugue in C minor .", "length": 91}, "5346": {"text": "`` The aim and final end of all music should be none other than the glory of God and the refreshment of the soul . '' - Johann Sebastian Bach `` Where there is devotional music , God is always at hand with His gracious presence . '' - Johann Sebastian Bach", "length": 43}, "5347": {"text": "My father 's family is originally from the Highlands in Britain/Scotland and my mother 's family is British .", "length": 19}, "5348": {"text": "All in all I 'm White", "length": 6}, "5349": {"text": "I bet they 'll find a way to invent a new hoax .", "length": 12}, "5350": {"text": "So they can get reparations for their great grand parents ' `` suffering '' plus more .", "length": 13}, "5351": {"text": "First of the idiot is telling the mud to respect the neighborhood .", "length": 12}, "5352": {"text": "Muds do n't respect anything , including themselves ( what 's to respect ) and therefore anyone else .", "length": 16}, "5353": {"text": "88", "length": 1}, "5354": {"text": "Francesca Ortolani aka `` Aufidena '' YouTube - Francesca Ortolani ( Aufidena ) - In deinen Augen YouTube - Tomorrow Belongs to Me YouTube - Aufidena - When the moon comes YouTube - Aufidena - Towards the Light YouTube - Francesca Ortolani - The Scarecrow", "length": 32}, "5355": {"text": "This year I 'm going as a dog , and my two friends are going as a ghost and a mail man .", "length": 21}, "5356": {"text": "Thank you for this information and for this link you provided to Ward Price 's other excellent online book over at the UNS Social Group , here : http://der-fuehrer.org/bucher/englis ... 0dictators.pdf", "length": 34}, "5357": {"text": "I would like to have a gun to carry for self defence , but have not done so , as should the gun be found on my person by authorities then gaol would be the outcome .", "length": 34}, "5358": {"text": "Vox was a romantic .", "length": 4}, "5359": {"text": "Like many on here are .", "length": 5}, "5360": {"text": "They have their place , just like every other group .", "length": 9}, "5361": {"text": "But this just is n't the greatest movement for romantics to join .", "length": 13}, "5362": {"text": "hello, I 'm from Rome ...", "length": 5}, "5363": {"text": "That 's a very sad story. were the pagans Romans , or the later Christians romans that did that ?", "length": 18}, "5364": {"text": "i'd love to learn wrestling man .", "length": 7}, "5365": {"text": "I 'm just out of college though. i guess i 'll join an mma school in the fall .", "length": 18}, "5366": {"text": "I will find some way to get hold of this speech and make it public .", "length": 15}, "5367": {"text": "Will post back here when I have it .", "length": 8}, "5368": {"text": "Thanks for your interest !", "length": 4}, "5369": {"text": "``Confrontingthe Girl Who Shot Me In the Face '' -- Dr. Phil - YouTube The female negro is making excuses like its not her fault but we all know its TNB , I feel for that poor white woman", "length": 35}, "5370": {"text": "Like said definitely learn how to use it properly because even practicing it you can injure your neck if you do it wrong .", "length": 23}, "5371": {"text": "Kinda strange he only wants to remember those so called six million , but not those who died because of communism during WW2 .", "length": 22}, "5372": {"text": "Brainwashed much ?", "length": 2}, "5373": {"text": "there you go defending the jews again .", "length": 7}, "5374": {"text": "OK I get you dont like to talk bad about the jew. btw I said Kapo 's", "length": 17}, "5375": {"text": "How can they do well at anything that requires logic when they are required to accept that A and B are equal ?", "length": 22}, "5376": {"text": "And I 've told you why .", "length": 6}, "5377": {"text": "I very much doubt anybody else will ask me because hardly anybody else goes on like you .", "length": 17}, "5378": {"text": "Are you sure on the BSA thing ?", "length": 7}, "5379": {"text": "Oh and the Sun Wheel is a Pagan Symbol before the spread of Christianity ....", "length": 14}, "5380": {"text": "I would love to hear her do this song today .", "length": 10}, "5381": {"text": "Phantom of the Opera was one of my favorites growing up .", "length": 11}, "5382": {"text": "Wait on buying this and let the gun magazines test it first .", "length": 12}, "5383": {"text": "Waiting to buy a new product is almost always a good idea , let someone else experiment .", "length": 16}, "5384": {"text": "The treatment of ethnic Germans in both the east and west after the German surrender is the real genocide that no one wants to talk about .", "length": 26}, "5385": {"text": "I remember in grade 8 doing a project on that , and I got punished by the teacher because `` only blacks were slaves '' She was an idiot !", "length": 26}, "5386": {"text": "White people have been around for 40,000 years IJ is the exact same thing the split is I and J J is older than I and it was J first farmers from that it became J2 I2 is what Dinaric have there are different subclades to being Nordic to be a Nordic I2 it has to be a I1 variant nice try though .", "length": 64}, "5387": {"text": "With the exception of two mestizo teachers , all my teachers from kindergarten to now have been white .", "length": 17}, "5388": {"text": "I have n't had enough teachers of different races to compare that .", "length": 13}, "5389": {"text": "I 'll have a lot of Asian teachers when I transfer to university though .", "length": 14}, "5390": {"text": "I hope it goes well .", "length": 5}, "5391": {"text": "Good, it is about time those progressive libtards got theirs for the generations of young white minds they have perverted with their pseudo-education .", "length": 24}, "5392": {"text": "Good for her .", "length": 3}, "5393": {"text": "I recall another recent story about a senior judge in Germany challenging the Holocaust story .", "length": 15}, "5394": {"text": "If the Jews are allowed to decide for everyone the correct version of history , I 'm sure they 'll eventually re-write the history around Jesus Christ .", "length": 27}, "5395": {"text": "If you think that 's a stretch consider : ( 1 ) .state law already trumps religion when it comes to homosexuality and abortion and ( 2 ) .the Jews have already pressured some Christian churches to say that the Jews did not murder Jesus .", "length": 40}, "5396": {"text": "( The Jews had the Romans murder Jesus for them by falsely accusing Jesus and by turning down a chance to pardon Jesus .", "length": 22}, "5397": {"text": "Pontius Pilate washed his hands , announced that he found nothing wrong and left it up to the Jews. )", "length": 18}, "5398": {"text": "My daughter is doing High School on line , she may go back to school regularly for her senior year , but this is in Colorado and I think it covers all classes .", "length": 31}, "5399": {"text": "I will have to ask her and let you know .", "length": 10}, "5400": {"text": "Ironically, I just started looking into how to get my license yesterday and then I see this post today .", "length": 19}, "5401": {"text": "Thanks for posting the link .", "length": 5}, "5402": {"text": "I will look into it more so that I proceed in the best way .", "length": 14}, "5403": {"text": "Be sure to make note of the new address to buy things from The Knights !", "length": 15}, "5404": {"text": "Christian Books and Things P.O. Box 111 Harrison , Ark. 72601", "length": 11}, "5405": {"text": "Ah for the old days .", "length": 5}, "5406": {"text": "This is what we used to sing in elementary school Mine eyes have seen the glory of the burning of the school We have tortured all the teachers , we have broken every rule We are heading for the Principal with fire and torture too As we go marching on !", "length": 49}, "5407": {"text": "Glory Glory Halliujah , Glory Glory Halliujah , Glory Glory Halliujah THe school is burning down", "length": 14}, "5408": {"text": "Forcing people to look at propaganda so they will have a knee-jerk reaction when they make an unconscious real world correlation to what they were forced to view ...", "length": 29}, "5409": {"text": "http://www.sfgate.com/cgi-bin/articl...BAJK19A7M6.DTL ``Based on the rate of improvement from 2003 to 2009 , it would take up to 105 years to close the white/Hispanic achievement gap and at least 189 years to close the white/black gap , which has failed to narrow by even a point in English since 2003 , according to scores released Tuesday . '' and `` Wealthier black students score well below their white and Asian counterparts , including those who are from low-income families . ''", "length": 82}, "5410": {"text": "I 'm sure it 's all a result of discrimination .", "length": 10}, "5411": {"text": "The comments section for this article is pretty empty right now ...", "length": 11}, "5412": {"text": "They just wanna shake him down Anytime new military units get involved in the drug war in Mehico they learn the ropes lightning fast and go for the $ $ $ $ $ $ .", "length": 28}, "5413": {"text": "Wasn't there something like a big bang in which a burrito exploded and all the beans flew everywhere and started reproducing exponentially ?", "length": 23}, "5414": {"text": "I was traveling today and was informed that the black slaves were trained and educated in the arts of skilled labor .", "length": 21}, "5415": {"text": "I 'm left wondering what jobs did the `` working class '' whites have ?", "length": 12}, "5416": {"text": "This might take the cake of the biggest load of bullsh ! t the Jews have tried to pass by the goyim .", "length": 21}, "5417": {"text": "The supposed trauma of a fictional event passes on thru generations but the genocide of our people is met with mass apathy .", "length": 22}, "5418": {"text": "The only type of museum a zoo needs , is a museum about animals and nature .", "length": 15}, "5419": {"text": "Holocaust has no business in there .", "length": 6}, "5420": {"text": "They will spend 40k plus a year on elementary , middle school , and high school educations all the while crying about poor conditions for non-Whites .", "length": 25}, "5421": {"text": "Well I hate to tell that 40k will do a lot to help out the non-Whites .", "length": 17}, "5422": {"text": "Since this virus has yet to cause deaths in America we sent them back to school today .", "length": 17}, "5423": {"text": "Many schools are closed in the area but ours hasnt had any problems so far .", "length": 15}, "5424": {"text": "One thing we did get out of this is confermation that homeschool is the way to go .", "length": 17}, "5425": {"text": "They get some of the same white guilt trip from the private schools .", "length": 13}, "5426": {"text": "Do you think the state would let them exist otherwise ?", "length": 10}, "5427": {"text": "That kid is probably going to get some disease from laying with his face on the floor of a supermarket like that , or some good doer will call he cops and he could get put in a foster home .", "length": 39}, "5428": {"text": "Spanking him would hurt alot less !", "length": 6}, "5429": {"text": "I think its funny , as a premed student there has n't been a black person within a hundred miles of any of my classes ever .", "length": 26}, "5430": {"text": "I guess organic chem is just too hard .", "length": 8}, "5431": {"text": "Good find .", "length": 2}, "5432": {"text": "The comparison between the Belgian and `` American '' school is revealing .", "length": 10}, "5433": {"text": "Of course , it 's obvious why the Belgians outscored the `` Americans '' .", "length": 11}, "5434": {"text": "1 .", "length": 1}, "5435": {"text": "The New Jersey classroom was over half non-white .", "length": 9}, "5436": {"text": "The Belgian school was one hundred percent white .", "length": 8}, "5437": {"text": "2 .", "length": 1}, "5438": {"text": "American schools have dumbed-down curricula , courtesy of the `` Progressivist '' model of education .", "length": 13}, "5439": {"text": "Just be patient and go slow .", "length": 6}, "5440": {"text": "Sounds like her instincts are good and she 's smart .", "length": 10}, "5441": {"text": "So , bring her along slowly and she 'll more than likely see the light .", "length": 14}, "5442": {"text": "Events around the world will educate her fast enough !", "length": 9}, "5443": {"text": "Blacks are n't that strong .", "length": 6}, "5444": {"text": "I 'm 5 ' 7 \" , pudgy with a gut and soft muscles , and I 've wrestled and over-powered bigger , ripped black guys and submitted them .", "length": 25}, "5445": {"text": "If you ever hear someone talking to a group of kids about their future goals , listen closely .", "length": 17}, "5446": {"text": "You are almost certain to hear a few negro kids say they want to be `` rappas '' or `` basketball playas . ''", "length": 19}, "5447": {"text": "I also , left a comment Now , I need to wait and see if it gets approved .", "length": 16}, "5448": {"text": "I went combing youtube today looking for more about JT Ready and how they are manning up the border .", "length": 19}, "5449": {"text": "I found tons of new uploads .", "length": 6}, "5450": {"text": "Most comments are quite favorable to fiercely favorable .", "length": 8}, "5451": {"text": "Only a very few negatives .", "length": 5}, "5452": {"text": "I say ' cry havoc and let slip the dogs of war ' !", "length": 11}, "5453": {"text": "To be honest , it is long overdue .", "length": 7}, "5454": {"text": "I 'd like to see Iran wipe Israel off the map .", "length": 11}, "5455": {"text": "Why would gooks want to look white ?", "length": 7}, "5456": {"text": "They should be proud of their race They can admire us if they want but they should be proud of who they are", "length": 23}, "5457": {"text": "Yeah, she 's gonna end up just like the last hoe bag that got involved with the same chimp .", "length": 19}, "5458": {"text": "Kimora Lee Simmons", "length": 3}, "5459": {"text": "I'm from the suburbs of Chicago , everyone always says there are alot of skinheads out here but i have had trouble finding any", "length": 24}, "5460": {"text": "I'm happy to hear Ms. Rosen will survive and hopefully put this behind her at some point ?", "length": 18}, "5461": {"text": "If she continues worshipping negroes and homos the odds are good this scenario will repeat .", "length": 15}, "5462": {"text": "I searched but was unable to find her photo .", "length": 9}, "5463": {"text": "I wonder if we will have to wait until the trial for a photo .", "length": 14}, "5464": {"text": "Visit the used book stores in Riverside .", "length": 7}, "5465": {"text": "Check the stacks .", "length": 3}, "5466": {"text": "Seek and you shall find .", "length": 5}, "5467": {"text": "Also : National Alliance Local Area Contacts Riverside , CA ( 909 ) 789-4215 http://www.natvan.com/phone-numbers/", "length": 17}, "5468": {"text": "i have always wanted to be a cop and will become one its only the bad anti skinhead cops that piss me off.I think being a cop is one of the best WN jobs in the fact that your cleaning up the streets", "length": 44}, "5469": {"text": "Here, for your ease & convenience -- Insight on the News current annual list as found @ http://www.insightmag.com/main.cfm ? i ... storyid = 464383 Insight 's Top CollegesPosted Sept. 15 , 2003 By Stephen Goode Published : Tuesday , September 30 , 2003 Insight 's Top 15 ( in alphabetical order ) , based on commitment to undergraduate teaching and use of a traditional curriculum .", "length": 57}, "5470": {"text": "Readers are encouraged to go to Websites for information on costs and financial aid offered by these excellent schools .", "length": 19}, "5471": {"text": "Calvin College , Grand Rapids , Mich.", "length": 5}, "5472": {"text": "www.calvin.edu Christendom College , Front Royal , Va.", "length": 8}, "5473": {"text": "www.christendom.edu Claremont-McKenna College , Claremont , Calif.", "length": 8}, "5474": {"text": "www.mckenna.edu College of the Ozarks , Point Lookout , Mo.", "length": 10}, "5475": {"text": "www.cofo.edu Franciscan University of Steubenville , Steubenville , Ohio www.franuniv.edu Grove City College , Grove City , Pa.", "length": 18}, "5476": {"text": "www.gcc.edu Hampden-Sydney College , Hampden-Sydney , Va.", "length": 9}, "5477": {"text": "www.hsc.edu Hillsdale College , Hillsdale , Mich.", "length": 7}, "5478": {"text": "www.hillsdale.edu St. John 's College , Annapolis , Md.", "length": 9}, "5479": {"text": "www.sjca.edu St. John 's College , Santa Fe , N.M.", "length": 11}, "5480": {"text": "www.sjcsf.edu St. Mary 's College of Maryland , St. Mary 's , Md.", "length": 13}, "5481": {"text": "www.smcm.edu Thomas Aquinas College , Santa Paula , Calif.", "length": 9}, "5482": {"text": "www.thomasaquinas.edu University of Dallas , Irving , Texas http://acad.udallas.edu Washington and Lee University , Lexington , Va.", "length": 18}, "5483": {"text": "www.wlu.edu Wheaton College , Wheaton , Ill.", "length": 7}, "5484": {"text": "www.wheaton.edu Another 15 Execellent Schools : Baylor University 's College of Arts and Sciences , Waco , Texas Birmingham-Southern College , Birmingham , Ala. Bridgewater College , Bridgewater , Va. Columbia University , New York , N.Y. College of William and Mary , Williamsburg , Va. Davidson College , Davidson , N.C. Furman University , Greenville , S.C. Millsaps College , Jackson , Miss. Pepperdine University , Malibu , Calif. Rhodes College , Memphis , Tenn. St. Olaf 's College , Northfield , Minn. Samford University , Birmingham , Ala. Shimer College , Waukegan , Ill. Thomas More College of the Liberal Arts , Merrimack , N.H. Wake Forest University , Winston-Salem , N.C.", "length": 92}, "5485": {"text": "agreed, there is no reason to make genocide of other races as long as they are in another country and have nothing to do with our affairs !", "length": 27}, "5486": {"text": "If i sent you some pic wound use be able to put them up cuz use dont have many also i have lots of links to give use", "length": 28}, "5487": {"text": "Congratulations on your decision , 88WhiteTiger88 .", "length": 5}, "5488": {"text": "You are joining a unit that is famous for its great spirit and effectiveness at awakening our kinsmen .", "length": 18}, "5489": {"text": "The recent statewide flyering campaign that blanketed Colorado in White racialist leaflets and garnered headlines in just about every Colorado newspaper and many TV stations is just one example .", "length": 29}, "5490": {"text": "You are probably very familiar with this campaign , but others can view just a sampling of the press and TV coverage here : https : //www.stormfront.org/forum/show ... 277#post695277 https : //www.stormfront.org/forum/show ... 277#post696338 https : //www.stormfront.org/forum/show ... 277#post696651 https : //www.stormfront.org/forum/show ... 277#post696663 https : //www.stormfront.org/forum/show ... 277#post700173 https : //www.stormfront.org/forum/show ... 277#post700257 https : //www.stormfront.org/forum/show ... 277#post701154 https : //www.stormfront.org/forum/show ... 277#post702119 https : //www.stormfront.org/forum/show ... 277#post709327 Yes ... those are all different news stories in different cities in just one activist campaign by Colorado 's NA members .", "length": 114}, "5491": {"text": "And I only caught a few of the stories that were generated .", "length": 12}, "5492": {"text": "That 's winning activism .", "length": 4}, "5493": {"text": "You 're joining a group of hard-working and smart activists 88WhiteTiger88 .", "length": 12}, "5494": {"text": "Let us know when you 've joined and we can give you another well-deserved cheer .", "length": 16}, "5495": {"text": "that crap about blacks being tougher stornonger etc is crap it aint matter when its out on the street it a all new ball game", "length": 25}, "5496": {"text": "I want to wish all students here and everywhere else the best of luck on your mid-terms .", "length": 18}, "5497": {"text": "I 'm starting mine tomorrow and I 'm a little nervous .", "length": 11}, "5498": {"text": "Study hard and it will pay off !", "length": 7}, "5499": {"text": "im from wilbraham myself i 'm looking to organize a group in the area anyone who 's interested send me a PM or instant message me on theman2089 lets get * * * * in ' organized", "length": 32}, "5500": {"text": "College is different because for the most part the high schoolers with attitude problems do n't go .", "length": 18}, "5501": {"text": "I never saw anybody get into a fight or even an arguement at my college .", "length": 15}, "5502": {"text": "Tell the school he called you white boy intentionally to piss you off so you threw one back at him .", "length": 20}, "5503": {"text": "Tell the school he should be suspended and that he is the one guilty of hate crime .", "length": 17}, "5504": {"text": "i hate them .. ever since i once got beaten up by 6 of them .. real hero 's since then i because nazi", "length": 22}, "5505": {"text": "Thanks for the advice i 'll keep that on mind .", "length": 10}, "5506": {"text": "It 's good that i have good friends here .", "length": 9}, "5507": {"text": "I THANK ALL OF YOU VERY MUCH", "length": 7}, "5508": {"text": "Welcome to the SF .", "length": 4}, "5509": {"text": "I think you will find that this .org is one of the best on the web .", "length": 16}, "5510": {"text": "Have a blast Fauster Peace out : laugh", "length": 7}, "5511": {"text": "If she did use the money to buy food or get a place to stay and did n't use it to buy drugs or something like that , I would n't say you done a bad thing .", "length": 38}, "5512": {"text": "lol This reminds of that story of the guy who overdosed/killed himself while on his digital camera in a chatroom while everyone was cheering him on .", "length": 27}, "5513": {"text": "Your gonna get beat up by guys ! Thats messed not even the sorenyos kids at my school hit girls unless its their whore !", "length": 23}, "5514": {"text": "i agree the defence is legitimate , 100 % . but the taking up of arms against and killing of other whites is the very last thing we need to succeed in our cause .", "length": 31}, "5515": {"text": "I have brown eyes , and would not trade them for any color .", "length": 12}, "5516": {"text": "I 'll pm you a chapter from the Hitler Youth Handbook .", "length": 11}, "5517": {"text": "oh i get problems all the time ... a group of spics run into all the time and then talk crap ... next time they try it im not lying down", "length": 29}, "5518": {"text": "yes, if it 's true that the white cop was killed , than it is a terrible thing .", "length": 17}, "5519": {"text": "I have all the respect in the world for our law enforcement .", "length": 12}, "5520": {"text": "Well i have changed my Signature , i think it was stupid i was forced to do so just because some people dont like what i have to say , but i do hope my new one is acceptable. : attack", "length": 38}, "5521": {"text": "Well, I 'm not a skin nor I 'm from San Diego , however I 'm glad to see you back .", "length": 20}, "5522": {"text": "Peter the Great .", "length": 3}, "5523": {"text": "actually SXE kids are locked up more then drug users simply for acts of violence but maybe thats just here in utah", "length": 22}, "5524": {"text": "now the bitch has to nerve to say `` I wasnt born in australia so i dont have to speak english properly , so shut up '' I think that 's very stupid .", "length": 30}, "5525": {"text": "88!", "length": 1}, "5526": {"text": "Welcome to Stormfront .", "length": 3}, "5527": {"text": "I hope all make you feel welcome Glad you finally decided to join .. and you are young enough to post stuff here", "length": 22}, "5528": {"text": "I enjoy Classical music .", "length": 4}, "5529": {"text": "I have a lot of albums that were left in the house that I bought from my grandfather 's estate after he passed away .", "length": 24}, "5530": {"text": "Welcome SourceX , I hope you will read more and maybe become a white nationalist , I refrain from calling myself a racist because I do n't hate other races but a white nationalist because I want to preserve my race and culture and to live in a white country .", "length": 49}, "5531": {"text": "I wish you the best !!!", "length": 5}, "5532": {"text": "Peter the Great .", "length": 3}, "5533": {"text": "Ya hey der !", "length": 3}, "5534": {"text": "If you find Doug and Bob McKenzie tell them their memberships are past due https : //m.youtube.com/watch ? v = OJE3EgTGg9k", "length": 21}, "5535": {"text": "I found it strange the way the police handled this case , they told her father and his friends to search the house for her , all those people wandering around the house contaminating all the evidence , that 's hardly good police procedure .", "length": 41}, "5536": {"text": "Found it again JewTube took it down but its back up Between Heaven and Hell The True Story of Whites in South Africa - YouTube", "length": 24}, "5537": {"text": "Where have you seen the initials 88/77 ?", "length": 8}, "5538": {"text": "If you have a link , send it and perhaps we can figure it out based on context .", "length": 17}, "5539": {"text": "If we are White and wish to save this country rather than have it turn into a disorderly non-White hegemony , then we are all at a loss for what to do .", "length": 32}, "5540": {"text": "SOS !", "length": 1}, "5541": {"text": "I think there might be one or two groups if they are still active I have no idea Maybe check the Daily Stormer Book Clubs ?", "length": 25}, "5542": {"text": "Ive never done it but heard its a great way to meet people ... although Anglin is n't my favoriate `` white nationalist '' ...", "length": 22}, "5543": {"text": "How many white lives would it have saved so far if we had no non whites here , just in the USA and Canada ?", "length": 23}, "5544": {"text": "Yes they did , the Jews claimed that Jesus got his power from the devil to heal people of their illnesses .", "length": 20}, "5545": {"text": "Jesus even said to their face that they are the sons of satan .", "length": 13}, "5546": {"text": "Apparently the Jews ca n't take it when the truth is spoken about them .", "length": 15}, "5547": {"text": "Jesus was politically incorrect .", "length": 4}, "5548": {"text": "Why yes you should !", "length": 4}, "5549": {"text": "Have you seen the price of beef ?!?!", "length": 7}, "5550": {"text": "If you will stop eating it then it will not cost me so much .", "length": 14}, "5551": {"text": "Y' all have a nice day .", "length": 6}, "5552": {"text": "Thank god for the Poles .", "length": 5}, "5553": {"text": "Started the defeat of the Soviet Union , and now leaders in the fight against Islam !", "length": 15}, "5554": {"text": "Zdrowie !", "length": 1}, "5555": {"text": "I am in favor of starting with the death penalty for all traitors which includes all racial traitors .", "length": 18}, "5556": {"text": "Then we need to establish a national day of mourning about past traitors and the harm which they caused to our people and the whole nation .", "length": 26}, "5557": {"text": "As of December 31st , 2013 at about 8 AM PST , the booklet had been downloaded 16,270 times and counting .", "length": 20}, "5558": {"text": "In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .", "length": 33}, "5559": {"text": "Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .", "length": 23}, "5560": {"text": "Click on the `` DOWNLOAD ( 7.39 MB ) '' link .", "length": 8}, "5561": {"text": "Booklet updated on Dec. 9th , 2013 .", "length": 6}, "5562": {"text": "( Now over 16,000 Downloads ! )", "length": 5}, "5563": {"text": "PDF file : http://www.mediafire.com/download/4w18ocon384cx6c/WN-Debate-Booklet+12-09-13.pdfMSWordfile:http://www.mediafire.com/download/7ic1n7oq7jidz22/WN-Debate-Booklet + 12-09-13.docx Watch the 10 hour video version of `` The Zionist Attack on Western Civilization '' @ http://trutube.tv/video/14247/The-Zionist-Attack-on-Western-Civilization-Pages-1-33-Part-1-of-4-Banned-from-YouTubeNotepadPromotionalYouTubeComment:http://www.mediafire.com/download/96fg6ft02lyfruz/Booklet _ White _ YT _ Comment _ ( Hyperlinked ) .txt http://www.mediafire.com/download/zcn3wozjbwnezms/Booklet-White-YT-Comment- ( Hyperlinked-Back-Up % 5D.txt http://www.mediafire.com/view/9uyudq1yuxu1dur/Booklet+Comment+%28Firefox%29.txtOriginal2minutepromotionalBOOKLETvideo@http://www.youtube.com/watch ? v = n663eVTSyS8 Are you interested in helping spread the booklet download link across the world ?", "length": 124}, "5564": {"text": "Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?", "length": 19}, "5565": {"text": "Thank you in advance. : ) Download the youtube `` description box '' info text file below @ http://www.mediafire.com/download/gxv2b33v37la6pz/Booklet % 20Description % 20Box % 20Info.txt", "length": 24}, "5566": {"text": "I'm insulted by how stupid the Jews think we are until I see what they see by reading the posts amongst our so-called , `` Awakened Brethren . ''", "length": 27}, "5567": {"text": "I know what you mean .", "length": 5}, "5568": {"text": "Sometimes I watch television here and the camera man asks some Americans where Canada is , most dont even know .", "length": 19}, "5569": {"text": "A becs\u00fclet napj\u00e1s vide\u00f3 nagyon tuti , mindig amikor n\u00e9zek felv\u00e9teleket , vagy ismer\u0151seim , bar\u00e1taim mes\u00e9lik , hihetetlen sajn\u00e1lom , h a tan\u00e9v pont \u00fagy esik , h nem tudok ott lenni ...", "length": 27}, "5570": {"text": "The video about the `` Day of honour '' , is really cool .", "length": 10}, "5571": {"text": "Every time , when i watch these videos , or my friends , mates tells me about it , i always feel bad about , that i have to be here , becouse of the university ...", "length": 30}, "5572": {"text": "I know one thing , no white should ever give one nickel or a second thought to Africa for they have repaid good with evil .", "length": 24}, "5573": {"text": "I heard whites could purchase land off each other if they wanted to move into Orania .", "length": 16}, "5574": {"text": "How much for a single white male to purchase a small plot ?", "length": 12}, "5575": {"text": "US dollars please .", "length": 3}, "5576": {"text": "I'm looking to study at a college in South Africa later in my life .", "length": 15}, "5577": {"text": "Are there any majority white universities in South Africa ?", "length": 9}, "5578": {"text": "I 've seen University of Cape Town 's website and checked how many white students they have , about 40 % .", "length": 19}, "5579": {"text": "What are the odds that flags will be ordered at half staff for this communist Negro terrorist , in the United States ?", "length": 21}, "5580": {"text": "nothing about white genocide is acceptable especially the fact that the mainstream media essentially denies it exist in the first place .", "length": 21}, "5581": {"text": "You have got it all wrong .", "length": 6}, "5582": {"text": "White nationalism is not about a bunch of nationalists who happen to be white .", "length": 14}, "5583": {"text": "It 's about the preservation and protection of the white race regardless of culture .", "length": 14}, "5584": {"text": "Yeah, Des Moines .", "length": 3}, "5585": {"text": "Checkout these lyrics from `` Psychosocial '' : Fake Anti-Fascist Lie I tried to tell you , but your purple hearts are giving out Can t stop a killing idea if it s hunting season Is this what you want ?", "length": 37}, "5586": {"text": "I m not the only one", "length": 6}, "5587": {"text": "I had to start a new thread seeing as this thread was no longer functioning properly .", "length": 16}, "5588": {"text": "See the new thread @ https : //www.stormfront.org/forum/t989503/", "length": 10}, "5589": {"text": "Thank you for the update .", "length": 5}, "5590": {"text": "Going to reah 10k soon !", "length": 5}, "5591": {"text": "Just downloaded the 21 May `` edition '' Great as always Huge thanks !", "length": 11}, "5592": {"text": "W.W.P", "length": 3}, "5593": {"text": "Lets ask them to stop by the Federal Reserve and grab those books too as long as they 're out and about .", "length": 22}, "5594": {"text": "The majority of the people in these photos are more of the threat to America than to the Ukraine in my opinion .", "length": 22}, "5595": {"text": "Ukraine defense minister ignores repeated phone calls from Chuck Hagel http://washingtonexaminer.com/ukrain ... rticle/2544358", "length": 16}, "5596": {"text": "Wow Is there some hope for the Negro race ?", "length": 9}, "5597": {"text": "It would be nice to see Negro leaders like that take charge and lead their people home .", "length": 17}, "5598": {"text": "I hope his God blesses him", "length": 6}, "5599": {"text": "I do n't know of to many whites that would want to live in non white homelands \\ communities .", "length": 19}, "5600": {"text": "The non white homelands have so much trash and crime in them that non whites mainly choose to stay away .", "length": 20}, "5601": {"text": "PatrioticMama", "length": 1}, "5602": {"text": "Absolutely, whenever i see a dirty white coon with dreadlocks i get the urge to grab him by his flea blanket head and head butt him senseless", "length": 27}, "5603": {"text": "Too many whites think they deserve what negroes dish out because of guilt .", "length": 13}, "5604": {"text": "If they were to educate themselves about history a little better they could get over it .", "length": 16}, "5605": {"text": "Traitors are pathetic ignorant fools , and negroes are fools because they are starting to literally bite the hands that feed them .", "length": 21}, "5606": {"text": "the father said on the news this morning the church has already told him they would appel the verdict and if they lost again they would just file bankruptcy and he wouldnt see a dime !", "length": 35}, "5607": {"text": "Sorry, but what they did was just sick and wrong .", "length": 10}, "5608": {"text": "Protesting at a funeral ?", "length": 4}, "5609": {"text": "That is just disgusting and completely immoral .", "length": 7}, "5610": {"text": "We have a saying in South Africa : As die kop dom is moet die lyf sukkel .", "length": 16}, "5611": {"text": "This means if the mind is stupid the body must suffer .", "length": 11}, "5612": {"text": "I feel sorry for the little sister , but maybe she was saved from becoming a wigger herself if you look at the older sister 's example .", "length": 26}, "5613": {"text": "May the wigger sister and parents be haunted by her death for the rest of their lives as it is in effect by their hands and actions that their sister and daughter was murdered by this beast .", "length": 37}, "5614": {"text": "They should be tried for being accessories to murder !!!!!!!!!!!!", "length": 9}, "5615": {"text": "Seems like Jewtube has been down for a few hours .", "length": 10}, "5616": {"text": "When I try and go there I get a `` Bad Request '' HTML page .", "length": 13}, "5617": {"text": "Can anyone confirm if the Nuclear Plant has melted down or not ? ( I sincerely hope that it has not melted down or has been damaged in a dangerous radio active cloud spreading way. )", "length": 33}, "5618": {"text": "The maker of this video originally thought it had melted down , but now feels it has not .", "length": 17}, "5619": {"text": "So I do n't know what to think ?", "length": 9}, "5620": {"text": "UPDATE 1pm CST !", "length": 3}, "5621": {"text": "Japan NUCLEAR REACTOR - RADIOACTIVE STEAM ON VIDEO - 3/11/11 YouTube - UPDATE 1pm CST !", "length": 14}, "5622": {"text": "Japan NUCLEAR REACTOR - RADIOACTIVE STEAM ON VIDEO - 3/11/11 UPDATE 1pm CST -- NOT GOOD !", "length": 15}, "5623": {"text": "Japan REACTOR - RODS MELT !", "length": 4}, "5624": {"text": "CONFIRMED - March 12 , 2011 YouTube - UPDATE 1pm CST -- NOT GOOD !", "length": 10}, "5625": {"text": "Japan REACTOR - RODS MELT !", "length": 4}, "5626": {"text": "CONFIRMED - March 12 , 2011 UPDATE 1pm CST - Meltdown , Outgassing !", "length": 9}, "5627": {"text": "NUCLEAR PLANT HAS FULLY EXPLODED !", "length": 5}, "5628": {"text": "TAKE COVER YouTube - UPDATE 1pm CST - Meltdown , Outgassing !", "length": 8}, "5629": {"text": "NUCLEAR PLANT HAS FULLY EXPLODED !", "length": 5}, "5630": {"text": "TAKE COVER SOON JAPAN NUCLEAR EXPLOSION GLOBAL DISASTER FUKUSHIMA YouTube - JAPAN NUCLEAR EXPLOSION GLOBAL DISASTER FUKUSHIMA I received this image in an email this morning .", "length": 25}, "5631": {"text": "I have no idea if it is an accurate description of what could happen or not ?", "length": 16}, "5632": {"text": "So , I do n't know what to say .", "length": 9}, "5633": {"text": "Let 's just hope this is n't worst case scenario .", "length": 11}, "5634": {"text": "The media wants to bury the story because they care more about homo killers not getting their sick fetish for young boys fufilled .", "length": 23}, "5635": {"text": "They aught be ashamed of themselves for covering up or downplaying the story about these predators .", "length": 16}, "5636": {"text": "One of them is black and the other looks white .", "length": 10}, "5637": {"text": "If he is that is even worse , the race traitor should be hung", "length": 13}, "5638": {"text": "Probably not .", "length": 2}, "5639": {"text": "White people tend to raise their own children .", "length": 8}, "5640": {"text": "Except , of course , for those that pander to the filthy sons and daughters of Satan like ' ol Sandra here .", "length": 19}, "5641": {"text": "What a pathetic loser b ! tch ! : goof", "length": 7}, "5642": {"text": "When I saw this thread I was hoping she might actually go against the status quo and adopt a white baby So much for that theory !", "length": 26}, "5643": {"text": "What typical brainwashed liberal lemming .", "length": 5}, "5644": {"text": "Yawn", "length": 1}, "5645": {"text": "I went to high school with f * ckers just like the guy in the original video .", "length": 16}, "5646": {"text": "They talk and talk and talk but before they ever accomplish anything they always have one bad `` ni * * er moment '' and end up getting locked up .", "length": 26}, "5647": {"text": "I would n't worry too much at all .", "length": 9}, "5648": {"text": "When I first saw that movie and first saw her I was actually disgusted .", "length": 14}, "5649": {"text": "It doesnt even look right .", "length": 5}, "5650": {"text": "I had to get used to her looking like that because she looked so obviously fake .", "length": 16}, "5651": {"text": "Just came from that nonsense posting Did my part .", "length": 9}, "5652": {"text": "I have not been on much for a couple days , busy at home .", "length": 13}, "5653": {"text": "That it will !!", "length": 3}, "5654": {"text": "Then we will see who is afraid to leave thier homes after dark or venture into the wrong ' hood .", "length": 19}, "5655": {"text": "Unfortunately I have n't kept up with this maddening story , but have hate crime charges been filed against these black apes ?", "length": 22}, "5656": {"text": "I mean they intentionally chose this house knowing there were white people living there .", "length": 14}, "5657": {"text": "Some of the first symbols used to portray the sun god is a circle with a cross inside .", "length": 18}, "5658": {"text": "Do you see this symbol any ware ?", "length": 7}, "5659": {"text": "The doctors of ju-ju and voodoo seem to have left their mud huts and moved into office buildings built by White people in cities built by White people .", "length": 29}, "5660": {"text": "Now there 's a medical advancement to think about .", "length": 9}, "5661": {"text": "The story is available from the below link , which in turn came from AP .", "length": 14}, "5662": {"text": "http://www.whitewire.net/index.php ? p = 82#more-82 Who says that Dr. Pierce did n't accurately predict the future in the Turner Diaries ?", "length": 26}, "5663": {"text": "I have just added Treblinka : By Carlo Mattogno , Extermination Camp or Transit Camp ?", "length": 13}, "5664": {"text": "I plan to add a few more books today as well", "length": 11}, "5665": {"text": "Mitt is that you ?", "length": 4}, "5666": {"text": "I live for the day that some genetic lottery winner is dumb enough to call me a peasant .", "length": 18}, "5667": {"text": "All I can do is hope and take care of my white family by working hard and makeing money so we can all be comfortable for Christmas .", "length": 27}, "5668": {"text": "I can go on forever talking about how to protect White Europe but everyone on stormfront knows my mentality already .", "length": 20}, "5669": {"text": "Pure .", "length": 1}, "5670": {"text": "We do need to stop judging each other and get o line for an hour and go do something `` positive '' in our area.Lets talk solution not petty diferences .", "length": 29}, "5671": {"text": "ignorant racist black lady wants free water.flv - YouTube Black guy goes crazy at popeye & #39 ; s - YouTube OLD RACIST BLACK LADY CURSING OUT WHITE FOLKS ON TRAIN !", "length": 28}, "5672": {"text": "- YouTube Ghetto black lady vs. liquor store - YouTube", "length": 8}, "5673": {"text": "I think Whites should home school their children if at all possible .", "length": 12}, "5674": {"text": "The school systems are broken .", "length": 5}, "5675": {"text": "Even the best teachers have to play by THEIR rules so it does n't do much good for them to be there .", "length": 23}, "5676": {"text": "YouTube - Fight At Chuck E. Cheese In California !", "length": 8}, "5677": {"text": "YouTube - Chucky cheese Brawl/Fight Yeah , never taking my kids there ... if and when I have kids", "length": 17}, "5678": {"text": "The guy in this is acting .", "length": 6}, "5679": {"text": "Again , I appreciate the contributions to this thread , but videos like this have no value here .", "length": 16}, "5680": {"text": "More on Jamaica YouTube - Fighting rages in Jamaica Notice that this video was made by Al-Jazera Major Chimpout Warning !", "length": 20}, "5681": {"text": "Graphic YouTube - Video Jamaica Stay Wallin Rasta Man Chops Taxi Man With A Machette In Broad Daylight !", "length": 17}, "5682": {"text": "The one thing the enemy does n't want is a motivated and unifed white world wide network that is both rich in money and ideas .", "length": 26}, "5683": {"text": "More negro savagery : YouTube - Detroit : 3 Black Males Murder pregnant white woman .", "length": 12}, "5684": {"text": "YouTube - Black kid sets teacher on fire .", "length": 7}, "5685": {"text": "YouTube - Detroit : Gang Battle at Funeral", "length": 6}, "5686": {"text": "YouTube - White family beaten by mob of blacks YouTube - Black gang in Des Moines , Iowa chants `` It 's Beat Whitey Night '' as they assault white people YouTube - Black Man Punches Blind White Woman On Bus", "length": 35}, "5687": {"text": "The islamic disease is even more dangerous than the more obvious black or yellow disease .", "length": 15}, "5688": {"text": "Those islamic disease tend to mimic Whites or copy White concepts in various forms and many of them are light skin and even looked like Whites .", "length": 26}, "5689": {"text": "Ive got nothing against it but i prefer one .", "length": 9}, "5690": {"text": "Never date outside your race Someone on this site has it on their posts", "length": 14}, "5691": {"text": "The Legacy of Dr. William Pierce I know Hadding and Will Williams and others are working hard on this project to bring articles written by Dr. Pierce from the printed page to being put online , for all to read .", "length": 39}, "5692": {"text": "A noble effort .", "length": 3}, "5693": {"text": "Front page of this weeks Folio Weekly ( free , and well-worth the price ) : Cover Story Running Like Crazy A new breed of fun runs with color , glow sticks and zombies leaves purists wondering what s next Jahshawn Marconi , Michelle Krueger , Carley Glasser , Britta Fortson , Madeline Fortson , Marisa Kenyon Zahariadis , Dillon Hawkins , Cody Burton , Sam Costanzo , Marci Gurnow , David Martinson and Sean Nagorny DENNIS HO", "length": 64}, "5694": {"text": "Race-consciousness and the determination to preserve our own is part of our nature , being in essence a defining feature of the Aryan spirit .", "length": 24}, "5695": {"text": "My old high school that I graduated from has sold its soul to the devil .", "length": 15}, "5696": {"text": "This is the main logo when you sign on to their website", "length": 12}, "5697": {"text": "The White males are made out the be dumb while the Black male is made out to be the smart one of the group .", "length": 24}, "5698": {"text": "Construction Workers React to `` Wrecking Ball '' - YouTube", "length": 7}, "5699": {"text": "White babies are by far our nation 's most precious resource .", "length": 11}, "5700": {"text": "Help your race , your cultural heritage and your genes survive , have children .", "length": 12}, "5701": {"text": "Stupid White Man makes vacation get away in living room .", "length": 10}, "5702": {"text": "Intelligent Masculine Black Fed Ex Man comes to save the day and explain how stupid the white man is .", "length": 19}, "5703": {"text": "All the time the white wife is drooling over him and flirting with him .", "length": 14}, "5704": {"text": "Gatsby Coram & Stoney Westmoreland - FedEx Commercial `` Vacation at home '' - YouTube", "length": 10}, "5705": {"text": "Looking at things it was shown up till about a three thousand years ago no mongoloids existed in the Tairm basen area .", "length": 22}, "5706": {"text": "The whole area was Aryan .", "length": 5}, "5707": {"text": "I wonder what is under the Gobi ?", "length": 7}, "5708": {"text": "Personally, I think this whites becoming the minority thing is being used by our enemies to discourage white voter turn out .", "length": 21}, "5709": {"text": "I wonder how much of this sort of behavior by Gates and his clique of social elites is because humans have an instinct to protect their position once they make `` top dog '' in a hierarchy .", "length": 35}, "5710": {"text": "These two elements in your comment are quite baffling .", "length": 9}, "5711": {"text": "How can you advocate for NS and simultaneously declare its CORE defining principle a `` blasphemy '' ?", "length": 15}, "5712": {"text": "This is a sad reality it is sad to read some peoples stories makes me know how good I 've got it , and not to take things for granted .", "length": 29}, "5713": {"text": "Well I could give you another word for the female version of that part of the anatomy it begins with a C ends with a T and has the letters UN in between , but the language filters wo n't let me", "length": 42}, "5714": {"text": "R.I.P my brothers and sisters for you are all heroes to me i need say no more cause actions speak louder than words .", "length": 25}, "5715": {"text": "It's probably a combination of the sexual tastes of homosexuals ( toward the adolescent ) in the agency , and the racial agenda of liberals in the agency .", "length": 26}, "5716": {"text": "In memory of Deputy James McGrane who was shot and killed while conducting a traffic stop by known gang member and Mexican POS Michael Paul Astorga .", "length": 26}, "5717": {"text": "Michael Paul Astorga Astorga is set to go on trial around the beginning of the year and the DA is seeking the death penalty .", "length": 24}, "5718": {"text": "Full Story http://www.abqtrib.com/news/2006/mar...uring-traffic/http://www.abqtrib.com/news/2006/apr...ion-of-return/http://www.abqtrib.com/news/2006/apr...-us-officials/http://www.abqtrib.com/news/2006/apr...ted-on-murder/http://www.abqtrib.com/news/2007/aug ... -astorga-case/", "length": 49}, "5719": {"text": "I go through this thread once a week to check the links .", "length": 12}, "5720": {"text": "No matter how many times I browse through it , its impact does n't lessen .", "length": 15}, "5721": {"text": "Daniel Ramsey Shot and killed in his own house in front of his wife on Valentine 's Day by two negro burglars .", "length": 22}, "5722": {"text": "More info in the Ethnic Crime Report .", "length": 7}, "5723": {"text": "Wait until the 1950s and 60s generation dies off LOL .", "length": 10}, "5724": {"text": "Then your gonna see what hell is like .", "length": 8}, "5725": {"text": "The nra may no longer exist .", "length": 6}, "5726": {"text": "This is the previous edition of that textbook `` Making Europe '' Amazon.com : Making Europe : People , Politics , and Culture since 1300 ( 9780618004829 ) : Frank L. Kidner , Maria Bucur , Ralph Mathisen , Sally McKee , Theodore R. Weeks : Books Amazon.com : Making Europe : People , Politics , and Culture since 1300 ( 9780618004829 ) : Frank L. Kidner , Maria Bucur , Ralph Mathisen , Sally McKee , Theodore R. Weeks : Books when you click on the picture to `` Look Inside '' the negro pops up .", "length": 71}, "5727": {"text": "Ukraine needs to rid itself of these Jewish Oligarchs .", "length": 9}, "5728": {"text": "They have no allegiance to Ukraine , their allegiance is to their god of money , power and the eternal enslavement of the hated goyim .", "length": 23}, "5729": {"text": "Well its strange that 's Tesak start anti gay/pedo video near the same moment when Putin do the anti gay propagand law .", "length": 23}, "5730": {"text": "LONG LIVE HOLY MOTHER RUSSIA !!", "length": 5}, "5731": {"text": "Thank you for your support and thank you for everything else !!", "length": 11}, "5732": {"text": "Cheers brothers Russia & Serbia 4ever !!", "length": 5}, "5733": {"text": "YouTube - & #x202a ; Kolovrat Kosovski front & #x202c ; & lrm ;", "length": 7}, "5734": {"text": "The Russian Navy Tall Ship was on display in San Francisco a few years ago .", "length": 15}, "5735": {"text": "I was amazed how young and skinny those cadets were !", "length": 10}, "5736": {"text": "Beautiful ship !", "length": 2}, "5737": {"text": "Pallada Photos - San Francisco Bay", "length": 5}, "5738": {"text": "No, it`s untrue .", "length": 4}, "5739": {"text": "This story could came from the very twisted news of the first days , when hostages were taken .", "length": 17}, "5740": {"text": "In these days , media reported about the group of armed russians in the Caucasus ( supposed to be cossacks ) , which were headind to a chechen refugee camp with `` unknown goals '' .", "length": 29}, "5741": {"text": "They were stopped by army patrols .", "length": 6}, "5742": {"text": "But I`m also sceptical for this story .", "length": 8}, "5743": {"text": "After one day , there wasn`t a byte of new information about this .", "length": 13}, "5744": {"text": "When `` Kursk '' was sunken in august of 2000 , we all heard during the first days , that the radio link with sub is already established , as well as oxygen sypply link .", "length": 30}, "5745": {"text": "It`s hard to believe anyone except the people you know or your own eyes .", "length": 15}, "5746": {"text": "Such is the sign of our time ...", "length": 7}, "5747": {"text": "She is Ukrainian .", "length": 3}, "5748": {"text": "See her in other pictures and you will see how she is a typical slavic .", "length": 15}, "5749": {"text": "Americans acting like they know what they 're talking about ..", "length": 10}, "5750": {"text": "Sorry to hear about this attack on your girlfriend and I hope she makes a complete recovery .", "length": 17}, "5751": {"text": "I hope the filthy scumbags who did this get what they deserve .", "length": 12}, "5752": {"text": "Alba", "length": 1}, "5753": {"text": "Well actually young people can be converted with ease .", "length": 9}, "5754": {"text": "About half of Internet users are youth so it 's worth a try .", "length": 13}, "5755": {"text": "Angry sheboon trashes liquor store .", "length": 5}, "5756": {"text": "Over two thousand dollars damage and several hours to clean up .", "length": 11}, "5757": {"text": "Female negro is `` sorry '' , owner pressing charges anyway. -- baltimoresun.com", "length": 10}, "5758": {"text": "About those training : I never realized they had all that equipment .", "length": 11}, "5759": {"text": "Is it a good idea for them to release all these videos ?", "length": 12}, "5760": {"text": "I mean , who knows ; should n't they watch out ? , they might end up on a terrorism blacklist ...", "length": 18}, "5761": {"text": "Nothing too major here .", "length": 4}, "5762": {"text": "Just another sexual predator running loose .", "length": 6}, "5763": {"text": "Refusing to register as sex offender after molesting a 14 year old girl .", "length": 13}, "5764": {"text": "Get the dogs out and track him down , I say !!!", "length": 10}, "5765": {"text": "EdgefieldDaily.com l Wanted Sex Offender", "length": 6}, "5766": {"text": "But i wanted to be friends with them too .", "length": 9}, "5767": {"text": "If only we had more friends that we could count on through thick and thin like balije .", "length": 17}, "5768": {"text": "Croats were so fortunate to have such reliable allies .", "length": 9}, "5769": {"text": "Justin Butler , 28 , and Briana Adams , 21 ( coalburner ) , each face a criminal abuse charge after police say the couple 's infant child was found with six healing rib fractures and a broken femur http://www.lex18.com/news/couple-fac ... with-injuries/", "length": 42}, "5770": {"text": "2-Year-Old Dies Of Rape , Mammy 's Boonfren ' Charged - NNN Reporters Newsroom Forum Dekalb 2-Year-Old Dead ; Caregiver Charged Police Say Child Was Abused POSTED : 10 : 41 pm EDT October 2 , 2010 UPDATED : 11 : 51 pm EDT October 3 , 2010 Dekalb 2-Year-Old Dead ; Caregiver Charged - DeKalb County Headlines News Story - WGCL Atlanta", "length": 56}, "5771": {"text": "The barbarians are at it again .", "length": 6}, "5772": {"text": "Leaves me to no surprise .", "length": 5}, "5773": {"text": "They will kill there own just as fast as they would kill there enemy .", "length": 14}, "5774": {"text": "[quote=BoyHowdy;8475764] QUOTE ] Killed were Joshua Pennington , 27 , of East Earl Township ; Linda Lapp and her husband , Samuel , both 48 and residents of New Holland ; and Amy Wilhelm , 50 , and her husband Dennis `` Butch '' Wilhelm , 43 , of Manheim Township .", "length": 40}, "5775": {"text": "Read more : Charges in deadly wreck that killed 5 motorcyclists - LancasterOnline.com News Crash takes injured woman 's fianc\u00e9 , mom - LancasterOnline.com News", "length": 23}, "5776": {"text": "And I also hope that thing like that is not gonna happen with our brothers from Belarus and Ukraine , who are also working illegaly on construction jobs .", "length": 27}, "5777": {"text": "A teacher at a Baton Rouge elementary school was arrested just two hours into his first day on the job Tuesday .", "length": 21}, "5778": {"text": "Damian Brown , 26 , was taken into custody by East Baton Rouge Parish sheriff 's deputies and charged with identity theft after officials at Scotlandville Elementary say he put three different social security numbers on his applications .", "length": 36}, "5779": {"text": "http://www.wafb.com/Global/story.asp ? S = 11397795 Robinson had allegedly tried to sell the 225-pound piece of artillery , but Hurlee grew suspicious and called the Sheriff 's Office .", "length": 31}, "5780": {"text": "Robinson ended up hawking the cannon to Top Paid Scrap , a salvage company in the 13000 block of Chef Menteur Highway in eastern New Orleans , according to a New Orleans police report filed in conjunction with Robinson 's arrest .", "length": 39}, "5781": {"text": "http://www.nola.com/crime/index.ssf/...0/post_48.html Joy Lynn Aikens , 39 , was arrested Tuesday by Louisiana State Police .", "length": 21}, "5782": {"text": "She became a suspect when two people contacted the Department of Revenue claiming an agency employee requested credit card information when they called to make payments on their accounts .", "length": 29}, "5783": {"text": "http://www.wafb.com/Global/story.asp ? S = 11394504", "length": 9}, "5784": {"text": "Were you to ever witness the `` fighting unto death '' displayed by game fowl you 'd soon discover that theres nothing chicken about chickens .", "length": 23}, "5785": {"text": "Braun", "length": 1}, "5786": {"text": "I wish more mods saw it the way you did so that my friend Lycurgus might one day find himself unmoderated .", "length": 21}, "5787": {"text": "I doubt it though .", "length": 4}, "5788": {"text": "His style of posting is unique and unappreciated .", "length": 8}, "5789": {"text": "This is off-topic , but since you brought that forth I suppose that you have to be answered .", "length": 18}, "5790": {"text": "-------------- > An average Modern Greek without special education can understand 80 % of the original text of the New Testament written in Hellenistic Greek approximately two thousand years ago .", "length": 27}, "5791": {"text": "--------------- > Again the same average person without special education , can understand 40 % of the text of the Iliad written in Archaic Ionian Greek approximately two thousand nine hundred years ago .", "length": 29}, "5792": {"text": "I imagine that modern Italians can understand most of any given Late Latin text written approximately two thousand years ago , without any problems .", "length": 23}, "5793": {"text": "Now, young man !", "length": 3}, "5794": {"text": "When I was at your age I had to work for every penny I spent and I had to walk to school kilometers a day and ...", "length": 26}, "5795": {"text": "Tch tch tch .... !!!", "length": 3}, "5796": {"text": "I think I heard that Sweden and Norway have MTV now , do Finland or the Baltic states get that garbage yet ?", "length": 21}, "5797": {"text": "Swedish land perhaps ?", "length": 3}, "5798": {"text": "Jodr sounds much like Jord ( meaning Earth/land ) .", "length": 8}, "5799": {"text": "But on a humourous note it could also mean `` burnt earth '' ( svidd jord ) .", "length": 13}, "5800": {"text": "Wolf 278", "length": 2}, "5801": {"text": "This is a dynamite site I ran across about a year ago : http://www.geocities.com/yosemite/4466 / It 's about one fellows adventures at Thule Air Base back in the late 60 's .", "length": 34}, "5802": {"text": "Great pictures and commentary .", "length": 4}, "5803": {"text": "Interesting article about what to do with these evil persons who keep telling the truth and who don \u00b4 t want to surrender ( in Danish )", "length": 24}, "5804": {"text": "I would like to know how are the nationalists parties going on in the five countries of this beautiful part of Europe called Scandinavia ?", "length": 24}, "5805": {"text": "Well I heard that the airport is in the process of implementing their new security procedures and subsequently did n't have an x-ray device or metal detector ...", "length": 29}, "5806": {"text": "Hups..", "length": 1}, "5807": {"text": "Finns and Sweds can become even closer after this and we can start to become true brethren nations like we always should have been .", "length": 24}, "5808": {"text": "I would like to knock a lot of people 's heads together but I only have two hands !!!", "length": 18}, "5809": {"text": "No more about this in this thread please .", "length": 8}, "5810": {"text": "Talk about something nice .", "length": 4}, "5811": {"text": "I allways stare at them first with very serious eyes and from long distance .", "length": 14}, "5812": {"text": "Then they show some shame in their face and turn away their eyes and do not disturb me with their staring .", "length": 21}, "5813": {"text": "2508", "length": 1}, "5814": {"text": "Lervik does not sound like a name on a person but is rather a name on place .", "length": 17}, "5815": {"text": "It means `` muddy bay '' .", "length": 4}, "5816": {"text": "I'm not sure .", "length": 4}, "5817": {"text": "I have read that one of the suspects was blond and in another article they were described them as ' pale youngsters ' .", "length": 21}, "5818": {"text": "Unless I 'm looking at the wrong pictures , Ari looks more White than the Crown Prince , and looks more nordic than his wife .", "length": 23}, "5819": {"text": "Indeed, I have n't seen or heard machines raping or robbing people in the streets of Stockholm yet , non-european immigrants however ...", "length": 23}, "5820": {"text": "11", "length": 1}, "5821": {"text": "......according to DUP Northern Ireland minister , Nelson McCausland : Northern Ireland minister calls on Ulster Museum to promote creationism | Politics | The Guardian Hmm .", "length": 22}, "5822": {"text": "I just cannot understand someone wanting to risk losing their lives or limbs halfway around the world in a conflict that does not concern Ireland at all .", "length": 27}, "5823": {"text": "The only time I will be willing to sacrifice that is in a fight for Ireland or a fight to defend Ireland .", "length": 22}, "5824": {"text": "It was Stormfront been shown on TV3 that made m join the site .", "length": 13}, "5825": {"text": "So even if it was shown n a bad light I would hope it would bring lots more new members as the time has come to show the non white races that we can only take so much before we raise up", "length": 42}, "5826": {"text": "Heard about this a while back .", "length": 6}, "5827": {"text": "Was hoping it would be to commemorate the plantation as a dark part of our history but it appears to be celebrating it .", "length": 23}, "5828": {"text": "Sick", "length": 1}, "5829": {"text": "Funny how they cant send someone to get pics of this so called Nazi gang attacking people in the city centre , sounds like more hype and nonsense .", "length": 27}, "5830": {"text": "Im surprised C18 wasnt mentioned , they always are when the OB smash the EVIL neo = nazis Yellow press at its best", "length": 21}, "5831": {"text": "Yeah if I can get time off work for it .", "length": 10}, "5832": {"text": "I wonder if they 'll let me keep the extra euro if i say i 'm ' ' unwaged ' ' .", "length": 17}, "5833": {"text": "The fact that these people are trying to do the same thing to Ireland as they have in America and Britain and everywhere else they have set foot .", "length": 28}, "5834": {"text": "I do n't think anyone here is saying that the Polish are on the same level as blacks .", "length": 19}, "5835": {"text": "No white person should ever be compared to a black and other useless races .", "length": 14}, "5836": {"text": "correct.", "length": 1}, "5837": {"text": "I 'm studying here .", "length": 4}, "5838": {"text": "And I guess there 's nothing wrong in it .", "length": 9}, "5839": {"text": "THe thing i was asking if it is alright if i remain here afterwards ?", "length": 14}, "5840": {"text": "You may want to cut down on the milk too if you watch this .", "length": 14}, "5841": {"text": "YouTube - Milk The Deadly Poison WATCH THIS !!!", "length": 7}, "5842": {"text": "Meh..", "length": 1}, "5843": {"text": "I would prefer to get the lot of us together and tackle the real enemies of Northern Ireland and the Republic of Ireland ergo the Island of Ireland ... and the enemy is n't each other my brothers and sisters .", "length": 40}, "5844": {"text": "The most common definition of Racist is Someone with White Skin .", "length": 11}, "5845": {"text": "If you 're White you 're instantly a racist no matter what you do or say .", "length": 16}, "5846": {"text": "For God 's sake nobody cares about this childish personal crap .", "length": 11}, "5847": {"text": "Take it somewhere else and stop wasting space .", "length": 8}, "5848": {"text": "Hopefully someone will moderate this thread .", "length": 6}, "5849": {"text": "Mr A was correct again .", "length": 5}, "5850": {"text": "Not only did he not sell a car he ended up in court and 500euro lighter in the pocket from his latest meeting with a Negro .", "length": 26}, "5851": {"text": "Is that overweight fat useless bitch blind ?", "length": 7}, "5852": {"text": "What good are these scammers to the country who Broke EU law to come here ?", "length": 15}, "5853": {"text": "As a white nationalist I personally would not pay to watch the likes of that drug addict Amy Winehouse or scum like Rage Against The Machine .", "length": 26}, "5854": {"text": "Enjoy", "length": 1}, "5855": {"text": "I would like to hear this .", "length": 6}, "5856": {"text": "I 'll host it for a spell if anyone wants to send it to me .", "length": 15}, "5857": {"text": "I have much unused bandwidth .", "length": 5}, "5858": {"text": "This is precisely the frustration that brings any White person round to white nationalism , so obviously you are in exactly the right place .", "length": 23}, "5859": {"text": "And a damn fine job of it for sure !! ...", "length": 9}, "5860": {"text": "Dare I say , the Whole world is now looking to Ireland with much pride ....", "length": 14}, "5861": {"text": "Israel arrests him i bet Lentin and co are very happy.All students looking in see what scum the Jews are.Details here www.normanfinkelstein.com", "length": 26}, "5862": {"text": "and jewish. he 's a member of the jewish community that come here at the turn of the century .", "length": 19}, "5863": {"text": "1900 's i mean", "length": 4}, "5864": {"text": "He was one of the greatest men to ever draw breath on this planet .", "length": 14}, "5865": {"text": "I believe another Leader will arise but it is going to get as lot worse beforehand .", "length": 16}, "5866": {"text": "The sad fact is that this is how he and his Arab brethren would see her kind too .", "length": 18}, "5867": {"text": "Will they ever learn ??? 16", "length": 5}, "5868": {"text": "I agree .", "length": 2}, "5869": {"text": "And that goes for Eastern Europeans and Asians as well .", "length": 10}, "5870": {"text": "All schools in Ireland should be segregated .", "length": 7}, "5871": {"text": "If teachers have to focus extra attention on foreigners because they cannot speak English properly , it will be the indigenous Irish students who will suffer .", "length": 25}, "5872": {"text": "I have been thinking about Ireland as a place to settle and refuge for the white race .", "length": 17}, "5873": {"text": "The snake should be chased out again !", "length": 7}, "5874": {"text": "A certain Person would want to shut his mouth that Person going on about stuff from 1930 had no right to post that information.Leo would not be impressedwww.muslimsout.org", "length": 31}, "5875": {"text": "They do n't like cold weather that much either i hear ! , so that would explain Iceland 's purity.Lets hope global warming is not for real so !", "length": 28}, "5876": {"text": "Check this video out SF ' we must welcome Africans with open arms they have every right to be in Ireland ' .", "length": 20}, "5877": {"text": "http://www.youtube.com/watch ? v = 0Ljpk ... elated & search =", "length": 9}, "5878": {"text": "You got that right in one go.Lets hope he gets well soon and on his way home If you do n't have these apes in your great Country then count your blessings", "length": 34}, "5879": {"text": "Typical i suppose in the eyes of the law he is just another tourist beaten on sydneys streets oh yeah and we all know if it was a poor black fella bashed it would be on the news for weeks on end and mr whitey would be branded a big bad evil racist", "length": 53}, "5880": {"text": "i have no problem eating foreign food , what i have a problem is is handing over my money to foreigners. there is no reason you should hate any foods just beacuse some other race found out a nice way to prepare it .", "length": 42}, "5881": {"text": "I registered to make comment but there appear to have a critical error , o dear .", "length": 15}, "5882": {"text": "They sound so naive , when will they learn that these people do not want to intergrate just accumulate .", "length": 18}, "5883": {"text": "Good to see WN is back in Limerick it might counter balance some of the bleeding hearts down here who thought it was fashionable to have ethnic diversity Badboybillx", "length": 29}, "5884": {"text": "did anyone go to this last night ?", "length": 7}, "5885": {"text": "I heard their was 5000 people at it .", "length": 8}, "5886": {"text": "Thats got to be a exaggeration right ?", "length": 7}, "5887": {"text": "I do n't think so .", "length": 6}, "5888": {"text": "Why is rugby dominated by whites ?", "length": 6}, "5889": {"text": "Because white peoples build is more suited to rugby ( stronger upperbody , endurance etc ) .", "length": 13}, "5890": {"text": "Soccer is the black mans game as they are so many of them playing soccer in poportion to whites .", "length": 19}, "5891": {"text": "I 'm sure Gaelic games especially hurling would be too rough for them also .", "length": 14}, "5892": {"text": "I am looking for a website that will sell and deliver flags to Ireland .", "length": 14}, "5893": {"text": "Anyone in Ireland who has got some flags please say where you got them , because I want some too .", "length": 19}, "5894": {"text": "35109", "length": 1}, "5895": {"text": "I suggest you go away and get an education , New Grange , built in 3200bc is the oldest building in Europe .", "length": 20}, "5896": {"text": "The Irish brought Christianity and learning to Pagan Britain. ( posted in reply to BRs deleted post ) .", "length": 16}, "5897": {"text": ">>I would love to visist Ireland and eventually move there .", "length": 10}, "5898": {"text": "Your more than welcome if your predominantly Irish in ancestry .", "length": 10}, "5899": {"text": "2508", "length": 1}, "5900": {"text": "Uh oh , looks like the mods are all away on summer vacation Are any of those anti-leftist comments by you guys ? living in America , this board is starting to give me hope !", "length": 33}, "5901": {"text": "All those evil irish ignorant racists 2508", "length": 7}, "5902": {"text": "Uh oh ... bad move there Mr. King .", "length": 7}, "5903": {"text": "I expect there will be half a dozen posters getting up on their soapboxes awful quickly ...", "length": 16}, "5904": {"text": "Aragorn", "length": 1}, "5905": {"text": "Well done to all the people in Ireland.Let 's hope this is just the start of people waking up to the dangers of a mulitracial society .", "length": 27}, "5906": {"text": "www.natall.com", "length": 3}, "5907": {"text": "Yeah, Hell on earth .", "length": 4}, "5908": {"text": "I feel like I should pull out my passport when I want into walmart with all the * * * * ing pakis and * * * * in there", "length": 22}, "5909": {"text": "I finally heard back from the Child Development today .", "length": 9}, "5910": {"text": "My son will be scheduled to have his first assesment around September sometime .", "length": 13}, "5911": {"text": "It has only taken 14 months to arrive to this point .", "length": 11}, "5912": {"text": "Looks like some Jews good broken into their car and garage I just had to laugh when saw this .", "length": 19}, "5913": {"text": "Police investigating hate crime at Toronto home | CTV Toronto News", "length": 10}, "5914": {"text": "It would be far from the first time jews come up with a fake hate crimes and besides all they do in general , so they 're guilty until proven innocent .", "length": 30}, "5915": {"text": "Plus who leaves their car open at night and in the city !?", "length": 12}, "5916": {"text": "nice to see another maritimer , the south shore is a beautiful place , i ride down that way a lot on my harley , i live in the annapolis valley .", "length": 28}, "5917": {"text": "I'm in a Canadian city of about 30,000 .", "length": 10}, "5918": {"text": "Conservative and white .", "length": 3}, "5919": {"text": "If there is a non white in town , everyone knows about it .", "length": 12}, "5920": {"text": "Watching out for Anti-Whites if you have info on Anti-Whites send it to this site I am sure there are lots of you out there with info on Anti Whites so send it in .", "length": 36}, "5921": {"text": "ANTI WHITE WATCH", "length": 3}, "5922": {"text": "Has anyone been back to this zoo lately ?", "length": 8}, "5923": {"text": "This used to be a nice white city , lots of German immigrants etc .", "length": 13}, "5924": {"text": "Go to any major retail mall , the Kitchener farmers market , etc , and its absolutely teeming with non whites ( asians , blacks , hispanics , muslims of all colours , and God knows what else ) and race mixers , and yes I hate to say this but from what I saw the other day many more white women doing the race mixing than white men .", "length": 59}, "5925": {"text": "I am reminded of a quote I heard from a fellow white nationalist said that you do not clean up a pile of * * * * while being in the middle of it .", "length": 30}, "5926": {"text": "Sad but true .", "length": 3}, "5927": {"text": "I just believe Kitchener , the once overwhelmingly white city has been ruined .", "length": 12}, "5928": {"text": "Meanwhile back in their ancestral homelands their races are and will always remain the overwhelming majority .", "length": 16}, "5929": {"text": "Double Standard ?", "length": 2}, "5930": {"text": "Also if they get fed up with multiculturalism they at least have a country they can go back to which is set up just for their race .", "length": 27}, "5931": {"text": "That's not even close to what he was doing .", "length": 10}, "5932": {"text": "A more apt analogy would be if he went to a party and showed up to find a small group of whites standing around while darkies kept pouring through the door and acting like they owned the place , so he joined some of the whites in complaining about it .", "length": 49}, "5933": {"text": "I saw a white person in Scarborough once .", "length": 8}, "5934": {"text": "We stopped and looked at each other like `` WTF ??!", "length": 9}, "5935": {"text": "White person ! `` before hurrying to catch the TTC out of Scarborough .", "length": 11}, "5936": {"text": "I remember this story from last Christmas .", "length": 7}, "5937": {"text": "The gift that keeps giving .", "length": 5}, "5938": {"text": "Here is where she was going to be out on the streets , last year : https : //www.stormfront.org/forum/t1008885/", "length": 20}, "5939": {"text": "Any NS government that has them views are dangerous to their own people because they would decide who is worthy and unworthy and would make them king maker to decide that .", "length": 31}, "5940": {"text": "Never know , they could find you or me or anyone else undesirable in their eyes .", "length": 15}, "5941": {"text": "I would n't say I 'm looking at things too literally .", "length": 12}, "5942": {"text": "I see no reason to believe that the verse says anything other then it 's God doing those things .", "length": 19}, "5943": {"text": "You may aswell start up a party called British Racist Party , the word fascist is deemed as bad if not worse .", "length": 21}, "5944": {"text": "You cannot buy an identity , or even work your balls off for nothing for one .", "length": 15}, "5945": {"text": "These here parents need to go home and get one .", "length": 10}, "5946": {"text": "They are no better than their daughters , they should have disowned them instead of parading a kid around town that looks nothing like them .", "length": 24}, "5947": {"text": "http://exopolitics.blogs.com/files/eu-collective.pdf Have a read , this was wrote in the 70s .", "length": 17}, "5948": {"text": "In this text there is a table of how they are going to destroy our culture and implement their communist state .", "length": 21}, "5949": {"text": "When I first saw this advertised it cracked me up , the fact that the white kid was made to look like an antagonist also just added to the laughs", "length": 29}, "5950": {"text": "Six years old , our granddaughter came home from school today and announced `` I 'M A MUSLIM ! ''", "length": 16}, "5951": {"text": "Her dad is going to school with her tomorrow ....", "length": 9}, "5952": {"text": "It seems to mean anything that involves some place where the true white brit can meet and enjoy themselves is gradualy being shut or knocked down probably replace them with mosques .", "length": 31}, "5953": {"text": "sounds just like leicester mate ... still what about our porr comrades that live in brighton , when there look out there window , there see the sight of 50 thousand queers there all strtting there * * * * on the street", "length": 36}, "5954": {"text": "i used to post on here a few years back as kruger but for some reason i cant register with that name so here goes with the new one 88 to all i know and to those i will meet", "length": 40}, "5955": {"text": "I would like to say a very big welcome to all our new members I have not been around of late but hopefully I will be back here on a more regular basis .", "length": 33}, "5956": {"text": "I will endeavour at some point to go back through to where I left off & greet each of our new members by way of a personal message .", "length": 27}, "5957": {"text": "The census results will be released next year .", "length": 8}, "5958": {"text": "I wonder how they 'll paint them up plus the 1million or more illegals who are working in the service industry living in their bosses ' cupboards .", "length": 26}, "5959": {"text": "Send me your phone # I 'll call you when u I land in heathrow I 'm just gonna leave all of my money and all improvements I 've made here .", "length": 30}, "5960": {"text": "Gotta travel light , governor .", "length": 4}, "5961": {"text": "A lurker from Down Under , a grandson of a royal marine green beret whom stormed Normandy and served in the pacific .", "length": 21}, "5962": {"text": "Fight proud England , Fight", "length": 4}, "5963": {"text": "They may be on to something Gay Men Will Marry Your Girlfriends - YouTube P.S. Please do n't bite my head off , this is mostly for entertainment purposes .", "length": 29}, "5964": {"text": "I'm going to say UKIP as they seem like at least a small step in the right direction but at the same time i 'm not sure what to make of all the theory 's that they are a distraction party and will just do the same as all the others when they get in ?", "length": 56}, "5965": {"text": "You need to wish them well and get on with your life , start a family of your own , that 's coming from someone who is working on the second part of what I told ya !", "length": 35}, "5966": {"text": "Scumbag swine Churchill .", "length": 3}, "5967": {"text": "He and Roosevelt deserve to die a thousand deaths .", "length": 9}, "5968": {"text": "Let them , their families and anyone who knows or like them have their children burn in front of them and watch their flesh melt off of their bodies .", "length": 28}, "5969": {"text": "Just saying .", "length": 2}, "5970": {"text": "Welcome to SF Britain great white brit I must say the influx of new members so far this month is very good news .", "length": 23}, "5971": {"text": "Manslaughter?", "length": 1}, "5972": {"text": "How about sticking the word hate on the police report and get the sentence quadrupled ?", "length": 15}, "5973": {"text": "I have to wonder exactly how far the indoctrination is going these days for such a hateful and sickening reaction to a free mind .", "length": 24}, "5974": {"text": "im with you here I see it day in day out like everyone else its easy to sit back and watch but together we are strong and its good to be with like minded people", "length": 35}, "5975": {"text": "Hi I just popped in for a minute to say a quick ' Hello ' to The Gamekeeper from a friend in Belfast .", "length": 21}, "5976": {"text": "How are you mate ?", "length": 4}, "5977": {"text": "Liberals change the facts to fit their deluded narrative , intelligent people change the narrative to fit the facts .", "length": 18}, "5978": {"text": "The greatest result of this is that their narrative will become so estranged from the truth it will HELP wake people up .", "length": 22}, "5979": {"text": "Thank you Reaction65 ..", "length": 3}, "5980": {"text": "Im just glad there is a platform for us like minded whites to talk openly about the troubles we face without being dragged through the courts on hate charges ..", "length": 29}, "5981": {"text": "Cheers", "length": 1}, "5982": {"text": "It was the same men who did all of it is what I 'm saying .", "length": 15}, "5983": {"text": "You cannot judge the country and its people on those men alone .", "length": 12}, "5984": {"text": "It was not multiple gangs .", "length": 5}, "5985": {"text": "Welcome to Fritz Klingingberg , loyaldefender , c13 and anyone else who may have started posting recently .", "length": 15}, "5986": {"text": "I hope you all stick around on SF and become involved/stay involved with nationalist politics .", "length": 16}, "5987": {"text": "http://www.natfront.com/join.html", "length": 6}, "5988": {"text": "I was trying to find out if the Egyptians were white or not and my search brought me to a thread on this site .", "length": 24}, "5989": {"text": "Mass media , Academia plus the news and entertainment in which parents allow , actually allow their children to watch and be educated with is a massive problem .", "length": 26}, "5990": {"text": "You 're bang on .", "length": 4}, "5991": {"text": "That is The NWO beast .", "length": 5}, "5992": {"text": "Hello.", "length": 1}, "5993": {"text": "This is my first post .", "length": 5}, "5994": {"text": "Will someone kindly tell me how to enter my signature ?", "length": 10}, "5995": {"text": "I have searched the User CP section but cannot find any way to do it !", "length": 15}, "5996": {"text": "Was walking through tooting broadway in SW London a couple of weeks ago .... was the only white dude around and all I could see was nigs and pakis walking down the street spitting , made me feel ill !", "length": 37}, "5997": {"text": "We should be able to have guns in the UK most of the criminals have them so why not we need to protect ourselfs as well !", "length": 26}, "5998": {"text": "I think this member meant this for stress relief .", "length": 9}, "5999": {"text": "I used to know several guys at various times turn to this for this purpose", "length": 15}, "6000": {"text": "Kurds in Berlin : Germany : Watch thousands of Kurdish protesters rally in Berlin - YouTube and Hamburg : Germany : See Hamburg SWAMPED in anti-IS global action day - YouTube Munich : Zwei Zwillings-Paare kommen munter und gesund zur Welt - M\u00c3 1\\/4 nchen - Bild.de", "length": 42}, "6001": {"text": "Old postcard of Zebowice ( Zembowitz-Fohrendorf ) in Upper Silesia , it is the town with the largest percentage of the German Minority in Poland .", "length": 23}, "6002": {"text": "It's their birth rate that people always forget .", "length": 9}, "6003": {"text": "In Africa it is traditional to have lots of children and they bring that with them to Europe .", "length": 18}, "6004": {"text": "It's a pity that for many people here things are that simple when it 's about Poland .", "length": 18}, "6005": {"text": "Imagine that someone tells that it 's your fault because you provoked Russians or some similar idiotic bullcrap .", "length": 18}, "6006": {"text": "Please, feel welcome to learn more about the history of the Macedonian Patriotic Organization , its traditional Bulgarian character and the activities this organization provided for the community and its goals and purposes of today .", "length": 34}, "6007": {"text": "Looking at this thread , Slavs have some of the most beautiful nature on this planet .", "length": 15}, "6008": {"text": "Lets keep it that way and not destroy it Check out this ice cave in Dob\u0161in\u00e1 Its frigging cold in there", "length": 21}, "6009": {"text": "If I was Ukrainian , I 'd sign a pact with devil himself to get rid of jewdo-islam Putinistan AKA Russian Federation ....", "length": 22}, "6010": {"text": "We spoke once about our own sub forum , but answer was strict .", "length": 12}, "6011": {"text": "There are no plans for any new sub-forums on SF Europe .", "length": 12}, "6012": {"text": "So it 's not enough Professor Ratajczak 's life was destroyed when he was fired , some filthy desert rat from Israel still had to go kill him ?", "length": 27}, "6013": {"text": "Typical .", "length": 1}, "6014": {"text": "Woman get shot by a unseen shooter probably hide in the building in an attempt to dissuad protester to take this building .", "length": 22}, "6015": {"text": "Other shooting at protester Shooting to people in Kiev / ???????? ?? ???????????? ? ?????", "length": 9}, "6016": {"text": "- YouTube", "length": 1}, "6017": {"text": "video deleted reupload please please people make maximum stuff graphics wall painting video and stuff dont let media and internet censorship minimize this affair .", "length": 24}, "6018": {"text": "North Irish militants forcing police from their homes Police in Northern Ireland are being forced to flee their homes by nationalist militants stepping up attacks on a force they consider to be a symbol of British rule , a police official said on Wednesday .", "length": 43}, "6019": {"text": "http://ca.reuters.com/article/topNews/idCATRE75S52620110629", "length": 7}, "6020": {"text": "One day when true people come to power in italy they will have to go back where they came from ! Italy to Italians !!", "length": 23}, "6021": {"text": "That's vile , but I ca n't say it 's a big shock , their culture seems to glorify that sort of behaviour ...", "length": 23}, "6022": {"text": "Let's not start spreading those Croatian lies about Serbs being mixed with Gypsy 's and Turks , look we are both Christian white Slavs .", "length": 24}, "6023": {"text": "Ugh...", "length": 1}, "6024": {"text": "I have a feeling though that propaganda photos like these will have the reverse of the desired effect .", "length": 18}, "6025": {"text": "God willing .", "length": 2}, "6026": {"text": "There are lot 's of asiatic people besides turks .", "length": 9}, "6027": {"text": "My last post here if you do n't post in Macedonian thread .", "length": 13}, "6028": {"text": "saysay.jpg say say with a candle 2.jpg This is my nearly 3 year old cat called Say-Say .", "length": 20}, "6029": {"text": "His full name is Saylum .", "length": 5}, "6030": {"text": "Sorry I did n't get too cut her this weekend she was sick .", "length": 14}, "6031": {"text": "I was actually scared a few times .", "length": 7}, "6032": {"text": "She was dragging her blanket around and went in the closet to get her warm sweater .", "length": 16}, "6033": {"text": "Yeah.", "length": 1}, "6034": {"text": "As a matter of fact , I do kinda notice that among them .", "length": 12}, "6035": {"text": "It 's usually the `` gangstas '' that use this pose .. and some scene kids , but even scene kids listen to ( c ) rap / hip hop , so ..", "length": 24}, "6036": {"text": "Haha Doze gangstaas don kno sheeeeiit bout pimpin", "length": 8}, "6037": {"text": "It's Mein Kampf and no he never said anything about killing every jew on the earth like the jews claim he wanted to do .", "length": 25}, "6038": {"text": "As long as she does n't look like she just came off the set for a rap video or wears sweatpants in public I 'm pretty flexible .", "length": 28}, "6039": {"text": "It could just be vanity and not wanting to be seen wearing a hearing aid as maybe they see it as an `` old persons '' thing .", "length": 25}, "6040": {"text": "The ability to run really quietly and lots of chloroform .", "length": 10}, "6041": {"text": "You gotta surprise them ' else they get away .", "length": 8}, "6042": {"text": "Works for me .", "length": 3}, "6043": {"text": "Few pics taken this summer ...", "length": 5}, "6044": {"text": "Eeeeh , that was a great summer .", "length": 6}, "6045": {"text": "My friend Mar with nice blue-eyed cat .", "length": 8}, "6046": {"text": "Me and Pawel .", "length": 3}, "6047": {"text": "mine was when i was about 5 or 6 , she was the same age. julie was her name blond and used to hum while eating , i remember the kiss was in the bushes behind a garden. last i heard she became a jehovas witness. ah well .", "length": 46}, "6048": {"text": "I believe Bound for Glory is an Oi band similar to Rahowa or Skrewdriver .", "length": 14}, "6049": {"text": "Someone can correct me if I 'm wrong", "length": 8}, "6050": {"text": "That or they where just lazy and did n't want to digg two graves for a fallen soldier .", "length": 19}, "6051": {"text": "It was a brutal war .", "length": 5}, "6052": {"text": "It looks like everyone got haircuts at the door except you and your friend .", "length": 14}, "6053": {"text": "That lady is short next to everyone else .", "length": 8}, "6054": {"text": "Is that sign like Passop ? danger .", "length": 6}, "6055": {"text": "Just badly spelt like everything else in Holland ?", "length": 8}, "6056": {"text": "My God look who just finished his Taco for lunch !", "length": 10}, "6057": {"text": "No comment ?", "length": 2}, "6058": {"text": "Guess you must have forgotten engles from lack of use Try it is espagnol !", "length": 14}, "6059": {"text": "j A friend of mine had a new car and brought it to jiffy lube and they forgot to put oil in it .", "length": 23}, "6060": {"text": "8000 $ later ( paid for byJiffylube ) his car was as good as new .", "length": 12}, "6061": {"text": "yes there 's many of us in the Chicago area .", "length": 10}, "6062": {"text": "In fact Cyberfascist and I were trying to figure out a good spot for us to all meet .", "length": 18}, "6063": {"text": "Very nice I have a problem with clutter in my room , I would need to throw a hell of a lot out to make mine over but good job", "length": 29}, "6064": {"text": "hey, maybe we can meet before I go back to school , if you want to just PM me and I can give you my AIM , yahoo , MSN ICQ whatever 2508", "length": 30}, "6065": {"text": "Well it was only an animal instinct .", "length": 7}, "6066": {"text": "As I have say , they do not think their acts as humans do .", "length": 13}, "6067": {"text": "Some humans do not think them too sometimes .", "length": 8}, "6068": {"text": "2508", "length": 1}, "6069": {"text": "hey whats up i 'm new on here and i would like to have someone to talk to so hit me back for whatever", "length": 24}, "6070": {"text": "Hi its great to hear from all of u .", "length": 9}, "6071": {"text": "Sry I didnt respond sooner but right now im using free aol accounts", "length": 13}, "6072": {"text": "hi read your post and my name is james from australia , and would like to well write to such a pleasent person as yourself have a nice day !", "length": 28}, "6073": {"text": "Hello from gainesville , I lived in Orlando for about 4 months good money bartending at the BBQ bar , but too many Rican sharps ... ugh 88/14 JJ", "length": 27}, "6074": {"text": "lookin for white friends online ! i 'm from mexico , and i would like to meet people interested in nordic black metal and the holocaust so we can send mails to each other. : attack", "length": 33}, "6075": {"text": "I live in Stevens Point .", "length": 5}, "6076": {"text": "There have been more people coming on this board that live in the central Wisconsin area since I have started coming on here .", "length": 23}, "6077": {"text": "I live in So Cal and it is always nice to know that i have another white friend around .......", "length": 19}, "6078": {"text": "Wanna talk im or pm me", "length": 6}, "6079": {"text": "well sounds like were looking for the same thing ( but i have no idea if this is actually going to you !!! lol )", "length": 22}, "6080": {"text": "well hey as a skinhead of the holy war myself you have no need to start a gruop just join up with the out law church of the creator. : attack", "length": 30}, "6081": {"text": "hey, im from manhattan. its really rough havin beliefs like us and living in a city like new york. if anybody would like to meet or talk to a white nationalist , neo-confederate , klansman , teenager from manhattan , just email me sk8terxxl@aol.com", "length": 43}, "6082": {"text": "if any one has any info on the austin texas band Straight Laced any info please contact me at skinranger@yahoo.com white power 88", "length": 25}, "6083": {"text": "hey, hows are you i live in georgia , if you wanna talk just P.M. me like to talk to you. maybe ill see you in POWDERLY , KY for NORDICFEST .", "length": 30}, "6084": {"text": "14words mikkke14", "length": 2}, "6085": {"text": "hi im 20 year old male in louisville kentucky and havent found one skin or even any1 proud of being white is there anymore like me out there ?", "length": 28}, "6086": {"text": "Hail!Im just looking for like minded white brothers and sisters from arond my area to meet or anyone else for that matter.Hope to hear from you .", "length": 28}, "6087": {"text": "I'm from France but it 's so hard to find any people who are proud to be white and who share the same ideas than me.Let me know ... :", "length": 30}, "6088": {"text": "looking for a white only female for friendship or more .must have strong moral background and a sound beleif in the white race.lets talk .", "length": 25}, "6089": {"text": "I only just got done reading about it presumably after it was already wrapped up , and the cake cut .", "length": 19}, "6090": {"text": "But may You always love each other the way You have loved each other today .", "length": 15}, "6091": {"text": "I'm looking for a white enchanting girl , That I can have by my side , . through the thick filth that us americans go through and the best of times aswell .", "length": 30}, "6092": {"text": "I 'm 19 , 150lbs. green eyes , light brown hair , good features. good looking to myself , and maybe to you , k.i.t emerald714@hotmail.com", "length": 25}, "6093": {"text": "want someone who will be a friend and a girlfriend and that will like me for me and not walk all over me . i like the outdoors , camping , hiking , movies. my fav. color is white and like country music and i also like tattoos .", "length": 44}, "6094": {"text": "Hi my name is Chris I 'm 35 looking for white ladies to go on dates with that are devoted to one man .", "length": 23}, "6095": {"text": "I 'm single and live in elizabeth , NJ", "length": 8}, "6096": {"text": "i want to meet a single girl in alberta that has the same ideas as me , and wants to meet a 26 y old guy.if your out there let me know .", "length": 32}, "6097": {"text": "hi. i live in florida. dont worry i dont have a boyfriend. not that no one will ask me out , but they are all * * * * * * lovers .", "length": 25}, "6098": {"text": "I'm not sure if these people are in your area , but they 're in PA : American Nationalist Union P.O. Box 426 Allison Park , PA 15101 http://www.anu.org/", "length": 31}, "6099": {"text": "I would say bro since no one responded thats not a good sign hehehe Talk to you soon and I hope your brother is doing good !", "length": 26}, "6100": {"text": "Tereasa", "length": 1}, "6101": {"text": "Congrats and I hope you both have very happy and long lives together !", "length": 13}, "6102": {"text": "May the gods and goddesses watch over you both !", "length": 9}, "6103": {"text": "Tereasa", "length": 1}, "6104": {"text": "I wonder why he is not on their list , he hates jews .", "length": 12}, "6105": {"text": "I guess they would not want to offend an ape .", "length": 10}, "6106": {"text": "Bunch of phonies .", "length": 3}, "6107": {"text": "This morning I found a video that was quite interesting , as it demonstrated how this question frequently comes up even after serious crimes .", "length": 23}, "6108": {"text": "https : //www.youtube.com/channel/UCYW ... JscW1szbHzTuNw", "length": 7}, "6109": {"text": "It is nearing the end of 2013 , so soon I will be starting a thread for the new year .", "length": 19}, "6110": {"text": "Merry Christmas and Happy Yule !", "length": 5}, "6111": {"text": "My theory is that diversity is not as popular as the wagon burners on Unity North Dakota would have us believe .", "length": 21}, "6112": {"text": "See UnityND.com .", "length": 3}, "6113": {"text": "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .", "length": 32}, "6114": {"text": "Is it Hansel and Gretel , where the clever young German kids throw the evil old witch into her own oven and cook her ?", "length": 23}, "6115": {"text": "I do programming in PHP/MySQL and system admin for networks .", "length": 11}, "6116": {"text": "My * specialty * is network security .", "length": 5}, "6117": {"text": "I can do server audits remotely without being on-site .", "length": 10}, "6118": {"text": "I heard the feds got him because he ate a chocolate bar and they charged him with racist eating. lol Now im sure he is ok atleast I hope so I look forward to his reading his wisdom as often as he posts it .", "length": 44}, "6119": {"text": "Buster", "length": 1}, "6120": {"text": "This is from the archive of Stormfront 's Advance Scout forum , which is solely devoted to the organizing strategy of PLE-Legionism .", "length": 22}, "6121": {"text": "Surely, there 's middle ground between completely anonymous keyboarding and losing blood ?", "length": 12}, "6122": {"text": "I 'd like a cozy house with an outdoor fire pit , for parties and grilling , for instance , lol .", "length": 18}, "6123": {"text": "Yea thanks for the information as I said in my P.M I actully knew nothing of the squatting movement back then and always thought that in modern times it had always been the preserve of small groups of extreme anarchists .", "length": 41}, "6124": {"text": "I'm in LA .", "length": 4}, "6125": {"text": "Looking to become more active and make more friends in the White nationalist community in southern California .", "length": 17}, "6126": {"text": "Please message me .", "length": 3}, "6127": {"text": "- Eric", "length": 1}, "6128": {"text": "If only they had cheap cameras you could hide in your baseball cap .", "length": 13}, "6129": {"text": "All of these events would have made great TV .", "length": 9}, "6130": {"text": "These are excellent points , including that detail about shooting a documentary .", "length": 11}, "6131": {"text": "The person who does that will also make history in his or her field .", "length": 14}, "6132": {"text": "The sad fact is thesame thing goes on worldwide .", "length": 9}, "6133": {"text": "In america we have hate crime laws .", "length": 7}, "6134": {"text": "It is hate if we disagree with this ethnic scum and no hate crime if they attack us .", "length": 18}, "6135": {"text": "i need to know if any whites lives in the La Mirada area i just moved there and i dont know anyone .", "length": 22}, "6136": {"text": "For one thing .. she dyed her hair .", "length": 7}, "6137": {"text": "Sometimes when a person dyes their hair black it looks very strange .", "length": 12}, "6138": {"text": "I have dark red-brown hair , but once I dyed my hair black , and it looked odd .", "length": 17}, "6139": {"text": "Also , Betty Page 's hair cut may have helped in any oddness .", "length": 12}, "6140": {"text": "Sadly, I think the government would step in if we tried to stop the lesser races from moving into our land .", "length": 21}, "6141": {"text": "Ask away Redneck .", "length": 3}, "6142": {"text": "There are no dumb questions and there are plenty in this thread who will answer to the best of our abilities .", "length": 21}, "6143": {"text": "I saw this post a few days ago ..", "length": 8}, "6144": {"text": "But had n't been able to reply until now .", "length": 10}, "6145": {"text": "Some places to look up jobs ..", "length": 6}, "6146": {"text": "http://kalispell.craigslist.orghttp://www.mountaintrader.com/http://www2.dailyinterlake.com/classifieds/", "length": 12}, "6147": {"text": "I've been through Utah once .", "length": 6}, "6148": {"text": "Spent the night in a hotel in SLC as a matter of fact .", "length": 13}, "6149": {"text": "The large White families are so beautiful to behold .", "length": 9}, "6150": {"text": "Nothing so beautiful in the whole world in fact .", "length": 9}, "6151": {"text": "Just an example of Our local economy and employment opportunities here .", "length": 11}, "6152": {"text": "Burlington coat factory opening .", "length": 4}, "6153": {"text": "Burlington Coat Factory Hiring For New Store in Conroe | Houston 's Hiring | a Chron.com blog lots more to check out .", "length": 21}, "6154": {"text": "Temp agency in Conroe .", "length": 4}, "6155": {"text": "Call ( 281 ) -973-0420 now !", "length": 5}, "6156": {"text": "http://www.frontlinesourcegroup.com/ ... FSiCQgo * * * * AGw http://www.jobs-to-careers.com/index...FcKDQgodVk4ANQhttp://www.indeed.com/q-Temp-l-Conroe,-TX-jobs.html", "length": 24}, "6157": {"text": "First time this year that I have seen this area hotter than Lakeland , Florida .", "length": 14}, "6158": {"text": "It 's 93 right now here , but 81 there .", "length": 9}, "6159": {"text": "Surprisingly , I saw that a couple times during the winter .", "length": 10}, "6160": {"text": "Lol ( obviously not 90s .. but it would be 50 up here and 30 in Florida .", "length": 15}, "6161": {"text": "Yes, for too long Whites have remained absolutely silent about the establishment and its media welcoming everyone else 's community profile but theirs .", "length": 23}, "6162": {"text": "A good solution is that we make a good famous news program where we can show this kind of things , but that 's nearly impossible ..", "length": 25}, "6163": {"text": "Here are some sites that I find to have reasonably reliable information on current events , and other topics .", "length": 18}, "6164": {"text": "www.newsnet14.com www.theforbiddentruth.net 14/88", "length": 8}, "6165": {"text": "Actually Monkeys and Apes are more noble creatures and rarely act violent it really is unfare to the Monkeys and Apes to be compared with subhuman Negroids who are by contrast very murderous .", "length": 33}, "6166": {"text": "http://uk.youtube.com/watch?v=CnPS2ho-_6w Looks like they are calling a unit home with the express purpose of supressing a rebellion .", "length": 24}, "6167": {"text": "Is the time now ?", "length": 4}, "6168": {"text": "I wonder if I should jackhammer a vault into my foundation ?", "length": 11}, "6169": {"text": "In case they start grabbing guns .", "length": 6}, "6170": {"text": "Hopefully they will leave YT alone and just deal with the Nigerians when they start chimping out in the streets .", "length": 20}, "6171": {"text": "I hope people are taking advantage of the above .", "length": 9}, "6172": {"text": "It 's plainly there , all you need to do is act on it .", "length": 13}, "6173": {"text": "last one for the night here , as i 'm durn tired. its 11x17 format - here in jpeg and pdf. get flyering !", "length": 21}, "6174": {"text": "CF", "length": 1}, "6175": {"text": "Its about time we started fighting back against the constant harassment we receive .", "length": 13}, "6176": {"text": "Give them a taste of their own medicience .", "length": 8}, "6177": {"text": "Actually, it 's not us who 's killing them ... it 's they who are killing us .", "length": 16}, "6178": {"text": "Do n't make me start copy and pasting DOJ statistics .", "length": 11}, "6179": {"text": "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !", "length": 30}, "6180": {"text": "What a way to say `` hi '' !", "length": 6}, "6181": {"text": "WELCOME ABOARD !", "length": 2}, "6182": {"text": "-Yankee Jim PS , I 'm hoping your very healthy donation will inspire others to DIG !", "length": 15}, "6183": {"text": "THANKS !", "length": 1}, "6184": {"text": "I have not used bags yet but this year I might have to consider it .I also would like to hear what others have done with them .", "length": 27}, "6185": {"text": "The Feb 14 `` Love your race '' flier drive is coming up soon .", "length": 12}, "6186": {"text": "ha, I just made this. but my point is , I suggest something with an American theme to it to make it our own .", "length": 23}, "6187": {"text": "you want to help your race ?", "length": 6}, "6188": {"text": "Organize and take action. you have other whites around you , bring them together .", "length": 13}, "6189": {"text": "WHITE POWER !", "length": 2}, "6190": {"text": "To this date , none of Dr. Martin L King 's children have had children of their own .", "length": 17}, "6191": {"text": "They have all put their careers first .", "length": 7}, "6192": {"text": "We have lucked out for a change .", "length": 7}, "6193": {"text": "I know people have posted this link on StormFront before but I think this is one of the easiest ways to become involved .", "length": 23}, "6194": {"text": "They have updated much of their site and now have many more free faxes to send .", "length": 16}, "6195": {"text": "As others have pointed out , it 's a great slogan .", "length": 10}, "6196": {"text": "I 've started asking myself that question every day , and every day it seems like I did n't do enough .", "length": 21}, "6197": {"text": "For those who like to pass out papers The Nationalist Times is looking for you !", "length": 15}, "6198": {"text": "Check out our web site at www.anu.org.", "length": 9}, "6199": {"text": "It is the best paper in the movement .", "length": 8}, "6200": {"text": "And you nonwhites are mostly here to be unjustifiably abusive ?", "length": 10}, "6201": {"text": "Of course White race tend to be the smartest race and many of your nonwhites are either just too stupid to acknowledge that or just want to make use of your nonwhite stupidity to cause more misery to us who wish to seek the truth .", "length": 45}, "6202": {"text": "I'm not wasting my time watching that .", "length": 8}, "6203": {"text": "But how does one objectively distinguish a racist white gun owner from a non racist one ?", "length": 16}, "6204": {"text": "I ca n't wait to move to an area where I can be surrounded by racist white folks with guns .", "length": 21}, "6205": {"text": "Sounds like paradise to me .", "length": 5}, "6206": {"text": "If half White non negro and Jew are Pro White and do n't reproduce then they are ok .", "length": 19}, "6207": {"text": "I do n't encourage race mixing by the way .", "length": 10}, "6208": {"text": "yes its the year 2014 and Israel is still hiding behind walls and military instead of embracing there fellow Humans .", "length": 20}, "6209": {"text": "Its all very sad .", "length": 4}, "6210": {"text": "Eyes Wide Open , Just saw this link posted elsewhere and thought it relating to what you said .", "length": 17}, "6211": {"text": "A Male Patient May Have Just Brought Ebola To New York City From West Africa A Male Patient May Have Just Brought Ebola To New York City From West Africa", "length": 30}, "6212": {"text": "So, even though the study was based upon the differences between every individual , they found enough data to conclude that specific races do indeed have different genetical coding ...... almost by accident .", "length": 31}, "6213": {"text": "Something must be done to halt this terrible wave of immigrants entering Britain .", "length": 13}, "6214": {"text": "If it continues England will become a cesspool of sh * * pardon my English", "length": 13}, "6215": {"text": "liberals hate fox news , obama hates fox news. they must be doing something at least a little bit less evil than the other stations .", "length": 24}, "6216": {"text": "I think that 's rather extreme !", "length": 6}, "6217": {"text": "Why not just kick out all those Africans ?", "length": 8}, "6218": {"text": "Why do they have all these Africans there anyway ?", "length": 9}, "6219": {"text": "Hopefully these video 's can wake you all up abit - [ youtube ] twHzXN3kNTs [ /youtube ] [ youtube ] DiLbAEQqrqY [ /youtube ] [ youtube ] x9QNKB34cJo [ /youtube ] [ youtube ] LZf _ Ag7SmxI [ /youtube ] Oppression and Violence ?", "length": 27}, "6220": {"text": "What about this - [ youtube ] 6rNF0-xk4Xg [ /youtube ] Seems slightly hypocritical , no ?", "length": 11}, "6221": {"text": "This had me falling down laughing .", "length": 6}, "6222": {"text": "They 'd be ostracized for including a scene like this in a Disney movie today .", "length": 15}, "6223": {"text": "88 In the end is victory", "length": 6}, "6224": {"text": "I understand this post is depressing .", "length": 6}, "6225": {"text": "I 'm not trolling , but venting .", "length": 6}, "6226": {"text": "More Whites would March in a Black Pride march than a White one .", "length": 13}, "6227": {"text": "I have no problem with Black Pride .", "length": 7}, "6228": {"text": "I even support it .", "length": 4}, "6229": {"text": "The problem arises is that the same Whites who will march for Black Pride will call a White March racist .", "length": 20}, "6230": {"text": "Is n't that contradicting themselves ?", "length": 6}, "6231": {"text": "No instead we will pump whitey full of chemicals via the food chain to reduce their collective IQ down to the level of blacks .", "length": 24}, "6232": {"text": "Then we will create a Marxist style school system to further dumb them down and reduce them to obedient global citizens .", "length": 21}, "6233": {"text": "Then we can all live in a global utopia with the Jew running the show - cant wait Nothing short of a brain transplant is going to raise a Negroes IQ .", "length": 30}, "6234": {"text": "According to research , we human are all originated from Africa .", "length": 10}, "6235": {"text": "So are you African then ?", "length": 5}, "6236": {"text": "NATIVE = WHO REACHED THE LAND FIRST", "length": 6}, "6237": {"text": "why do you white nationalist try to spread fear in blacks saying that the jews do not care for them. jews are the reason affirmative action is in place which allows us to take your jobs. jews are the reason so many blacks have become rich including myself. so why do you think their just using us ? jews are your enemy and so are we so what you feel you need to do is make your enemy against each other. is that right. you want blacks against the jews. well guess what , not goinna happen. the jews needs blacks as much as blacks need the jews and together they are a force to be recon with .", "length": 116}, "6238": {"text": "It is important for people to realize that gays want gay marriage ..... not because they desire some sort of government paperwork , but because they are seeking the right to adopt defenseless children .", "length": 32}, "6239": {"text": "I will have to reply to many other users here who have written some incorrect posts about all this , but I do n't have time right now .", "length": 28}, "6240": {"text": "Hilarious bit of irony there , seeing as many whites had blacks do all the hard stuff for them for the first hundred years of the US or so , for FREE .", "length": 30}, "6241": {"text": "So you use the jew run media brainwashing service to give credit to soo few black people ?", "length": 17}, "6242": {"text": "FBI ?", "length": 1}, "6243": {"text": "Homepage < < Go and check out what your homies are up too .", "length": 11}, "6244": {"text": "Virtually all of those rapes are committed by non-whites .", "length": 10}, "6245": {"text": "That stat has been sourced on here many many times before ( see post above -- sourced yet again . . . ) .", "length": 17}, "6246": {"text": "Second to the last stat : virtually all gang rapes in Sweden are committed by non-whites .", "length": 16}, "6247": {"text": "Virtually all means ~ 100 % .", "length": 4}, "6248": {"text": "Last stat : you are a troll and a homo .", "length": 9}, "6249": {"text": "I have to say as a person who loves learning this site has me continually looking up and researching parts of history I have never really thought about before .", "length": 29}, "6250": {"text": "Discuss.", "length": 1}, "6251": {"text": "Are you often sometimes jealous of other people and wish to have their life style even if it meant switching to a different race ?", "length": 24}, "6252": {"text": "This person needs to disappear .", "length": 5}, "6253": {"text": "In all likelyhood , it 's jews painting the road of skank for her to follow .", "length": 15}, "6254": {"text": "I really hope she overdoses or something .", "length": 7}, "6255": {"text": "I think they 're not White and dont belong in White nations .", "length": 12}, "6256": {"text": "This is the exact same thing I think about every non White group .", "length": 13}, "6257": {"text": "There is no hierarchy where we feel differently about non White group X than we do group Y. Non White is non White .", "length": 23}, "6258": {"text": "We knew that these structures were built by sub-saharan blacks in the same way we knew that the civilization Greek and Romanian built by white Europeans .", "length": 27}, "6259": {"text": "You just do n't get it .", "length": 7}, "6260": {"text": "Character means more than intelligence .", "length": 5}, "6261": {"text": "Wolves and dogs have been living on this planet for thousands of years because they work together .", "length": 17}, "6262": {"text": "They have a hierarchy .", "length": 4}, "6263": {"text": "Same with ants .", "length": 3}, "6264": {"text": "Ants can create their own civilization because they have a monarchy .", "length": 11}, "6265": {"text": "They follow the queen ant and would die for her .", "length": 10}, "6266": {"text": "Just like other wolves will fight and die for each other .", "length": 11}, "6267": {"text": "If 100 stupid people were all alone in some forest but they had honor and were willing to work together , they can create a civilization or form some type of hierarchy .", "length": 31}, "6268": {"text": "Im might be a little late on the subject , but i laughed my ass off when i saw the `` Near East '' WTF is that ?!! lol lmao", "length": 26}, "6269": {"text": "Listen, I admire you for wanting to make the negroes feel better about themselves , but the evidence FOR race is overwhelming .", "length": 21}, "6270": {"text": "You see a ripped guy like that and wonder why that sexy type of woman would n't go out with internet warrior nerds like you ?", "length": 26}, "6271": {"text": "This is completely disgusting ... How can we continue to house these people who have complete contempt for us and all our laws and customs ?", "length": 24}, "6272": {"text": "Check out what I 've been doing .", "length": 7}, "6273": {"text": "It 's * * * * in ' deadly !", "length": 4}, "6274": {"text": "German Knight symbols for my company WarChief - the Academy of Unconventional Warfare .", "length": 12}, "6275": {"text": "So far only on teespring under Warchief .", "length": 7}, "6276": {"text": "N", "length": 1}, "6277": {"text": "In the old days private security and armed whites would take care of this , but maybe the negros are fighting smarter by taking on soft-targets ?", "length": 26}, "6278": {"text": "Tell that scumbag teacher if the jews in Israel should become a miniority or be taken over by arabs .", "length": 19}, "6279": {"text": "Lets see what he says .", "length": 5}, "6280": {"text": "At the moment the situation is dire .", "length": 7}, "6281": {"text": "There is no water , food is overly expensive and the president gets away with corruption .", "length": 15}, "6282": {"text": "This is crazy .", "length": 3}, "6283": {"text": "Keep your eyes open at all times for fallen powerlines .", "length": 10}, "6284": {"text": "A man was electrocuted a couple weeks ago on the courtney campbell causeway trail .", "length": 14}, "6285": {"text": "I ride that trail several times a week , so it hit home with me .", "length": 14}, "6286": {"text": "According to a lawyer , it is not a good idea to file online .", "length": 13}, "6287": {"text": "Keep it safe and file on paper always he recommended .", "length": 10}, "6288": {"text": "I hope so , but I would still like to thank you Day of Vengeance for bringing up to my attention the issue mentioned above Thank you for caring Day of Vengeance .", "length": 31}, "6289": {"text": "Half Italian on my father 's side , my mother 's white but was adopted so half of me is a mystery .", "length": 21}, "6290": {"text": "I know she was white though", "length": 6}, "6291": {"text": "There are a few big name books used in many colleges .", "length": 11}, "6292": {"text": "Campbell 's Biology and Wade 's organic chemistry for example .", "length": 10}, "6293": {"text": "Welcome, Always be proud of being white .", "length": 7}, "6294": {"text": "We are the only race that is not allowed to , so always show your pride .", "length": 15}, "6295": {"text": "It really pisses of the liberal leftist", "length": 7}, "6296": {"text": "Well it was great having you out and we look forward to having you at future events and social gatherings .", "length": 20}, "6297": {"text": "Thanks for coming", "length": 3}, "6298": {"text": "I've seen that game at the store before .", "length": 9}, "6299": {"text": "The moment I saw the hammer & sickle on the cover , I practically threw the game back onto the shelf and walked away .", "length": 22}, "6300": {"text": "Good tune though , but ' tis used to praise a terrible tyrannic Empire .", "length": 12}, "6301": {"text": "Classical music is amazing but it 's no good for the gym , I have to play some metal for that , a new band I have started listening to called Spellblast fits the bill nicely .", "length": 34}, "6302": {"text": "http://www.spellblast.com/", "length": 4}, "6303": {"text": "The highes gothic altar ever built This altar is placed in church of st. Jakub , in town Levo\u010da .", "length": 18}, "6304": {"text": "It was built between years 1508 - 1510 , by Majster Pavol z Levo\u010de ( Master Paul of Levo\u010da ) .", "length": 16}, "6305": {"text": "Its height reaches 18,62 m .", "length": 6}, "6306": {"text": "Youtube has several dozen Holocaust Revisionist videos .", "length": 7}, "6307": {"text": "It wo n't be long until Jewish groups like ADL , SPLC , Simon Wiesenthal Center and Search light are applying big pressure to have these videos censored .", "length": 27}, "6308": {"text": "David Stein/Cole on the Holocaust and historical revision - YouTube", "length": 10}, "6309": {"text": "Appears as if this fellow best me to it and explained a bit better than I could typing from my phone .", "length": 21}, "6310": {"text": "Well done .", "length": 2}, "6311": {"text": "Good choice in the XD .", "length": 5}, "6312": {"text": "I have a .40 sub compact and a .40 XDM .", "length": 10}, "6313": {"text": "My recommendation for a first handgun is always XD or Glock .", "length": 11}, "6314": {"text": "Get your hands on both and get the one that `` fits '' .", "length": 11}, "6315": {"text": "yes there is a KKK in Canada you have to be invited to get in .", "length": 15}, "6316": {"text": "They like to keep cops out .", "length": 6}, "6317": {"text": "If that was your DNA test results you posted , and if the methods of the particular testing company are reliable , then your dark coloring may be coming from these components :", "length": 30}, "6318": {"text": "A simple lack of judgement caused this .", "length": 7}, "6319": {"text": "So sad !", "length": 2}, "6320": {"text": "Pro-gun Jamie Gilt is shot by her four-year-old son in Putnam County , Florida | Daily Mail Online", "length": 19}, "6321": {"text": "So do the teachers in the public schools in the South hold liberal views in their private life as well , or are they conservative in private life and then knowingly lie to the kids in school ?", "length": 36}, "6322": {"text": "This is disgusting and Justin wants this to live here .", "length": 10}, "6323": {"text": "This Is The Most Disturbing Muslim ' Refugee ' Video You Will Ever See - BuzzPo", "length": 13}, "6324": {"text": "You can come out to Calgary , we have a good group here that is very against drugs and the drug culture .", "length": 21}, "6325": {"text": "Wow this policy of prosecuting people for offending liberals is disgusting .", "length": 11}, "6326": {"text": "It should never be a crime to tell the truth or speak your mind .", "length": 14}, "6327": {"text": "I never really thought about it before but I guess bicycling is primarily a white activity , kind of like sunbathing , going swimming , playing golf , tennis , attending a social function without a brawl taking place , not smelling like a wild animal in the locker room after a hard workout , and speaking proper English .", "length": 52}, "6328": {"text": "I have multiple sources of spark in my kit - stormproof matches , plain matchs , magnesium / steel .", "length": 15}, "6329": {"text": "I also have pre-baked cotton ( 45 minutes at 350 ) in an old pill bottle and a small container of hand sanitizer ( 70 % ethyl alcohol in gel form ) .", "length": 28}, "6330": {"text": "Other ethnic groups are allowed to have ethnocentric charter schools paid by taxpayers .", "length": 13}, "6331": {"text": "Why ca n't whites have an English charter school or Latin charter school funded by taxpayers where white culture and literature is promoted .", "length": 24}, "6332": {"text": "Have not done DNA testing , but looking at the family tree I can see that it 's mostly British with some Italian and Scandinavian thrown in for good measure .", "length": 29}, "6333": {"text": "Yes, that 's what I tell Black prostitutes in my neck of the woods when the accost me for a good time !", "length": 22}, "6334": {"text": "If things keep going the way they are white men are going to be stuck with women that could n't get a black male .", "length": 25}, "6335": {"text": "A lot of white women are trying to create danger by drawing these other people into our countries .", "length": 18}, "6336": {"text": "Well It would me more uplifting if people threw themselves headfirst behind racial loyalty and make the individual sacrifice for the group but that is up to the individual to make that decision .", "length": 33}, "6337": {"text": "I live in a suburban area with an old spring fed lake that always has water in it .", "length": 18}, "6338": {"text": "Anyone have any thoughts on the best way to turn this water into drinking water ?", "length": 15}, "6339": {"text": "At least people in the US have guns to defend themselves .", "length": 11}, "6340": {"text": "People in Europe have nothing .", "length": 5}, "6341": {"text": "Use your guns to fight for THE WHITE RACE !!", "length": 9}, "6342": {"text": "And theres a good chance these children will end up race mixing back into the white gene pool , mongrelizing our race .", "length": 21}, "6343": {"text": "Just started reading Mein Kampf .", "length": 5}, "6344": {"text": "It 's been sitting the shelf for a while and I plan to read a chapter every evening .", "length": 18}, "6345": {"text": "Is Canada too big ?", "length": 4}, "6346": {"text": "If Canada was small the nonwhites would be everywhere but so many whites live rurally or in small towns so they do n't see the racial disaster unfolding on Canada .", "length": 31}, "6347": {"text": "When Starbucks had that race talk crap a few months back .", "length": 11}, "6348": {"text": "The were confused because I started talking about NASCAR and how they were racist by not allowing Asian drivers .", "length": 19}, "6349": {"text": "They all thought I was crazy and I know I was acting as foolish as the discussions were", "length": 18}, "6350": {"text": "I still have bottle cages on most of my bikes .", "length": 10}, "6351": {"text": "I put sports drinks in them on longer rides and keep water in the Camelback .", "length": 15}, "6352": {"text": "Thank you !", "length": 2}, "6353": {"text": "Going to sign `` Through Innocent Eyes '' right now and mail it to you first thing tomorrow morning !", "length": 17}, "6354": {"text": "Thank you so much !", "length": 4}, "6355": {"text": "Cindy", "length": 1}, "6356": {"text": "You've walked right into it again .", "length": 7}, "6357": {"text": "How you going to get out this time ?", "length": 8}, "6358": {"text": "Kick over the pieces ?", "length": 4}, "6359": {"text": "Ask a friend ?", "length": 3}, "6360": {"text": "Yes, but it is very difficult to obtain firearms in New York City .", "length": 13}, "6361": {"text": "You need an extensive background check and references .", "length": 8}, "6362": {"text": "Wieghtlifting and martial arts , I used to fish a hell of a lot when I was younger with my grandfather aswell as going shooting - need to get back to it ...", "length": 30}, "6363": {"text": "Theres an old style weapon called a monkeys claw/fist that seamen would make from rope and lead shot .", "length": 19}, "6364": {"text": "I always intended to try making one but never got round to it .", "length": 13}, "6365": {"text": "Plans are on youtube .", "length": 4}, "6366": {"text": "it makes me so happy to see all of these familes. it gives me more hope than ever that our race will live on forever .", "length": 25}, "6367": {"text": "Oh, you 'd better believe they do .", "length": 7}, "6368": {"text": "As do blacks .", "length": 3}, "6369": {"text": "I 've also noticed that lazy whites tend to side with them too .", "length": 13}, "6370": {"text": "o___O Im gonna see if i can get them on my kobo . .... damn nope .", "length": 14}, "6371": {"text": "But that reminds me , Harry Potter was finally released in ebook .", "length": 11}, "6372": {"text": "When I have the money , I wants it", "length": 8}, "6373": {"text": "Whites wo n't exist in Canada anymore they all have left or mixed themselves away basically leaving Canada to become a large ghetto", "length": 24}, "6374": {"text": "What if there had been no Norman conquest ?", "length": 8}, "6375": {"text": "I would probably be French instead of American .", "length": 8}, "6376": {"text": "My earliest known paternal ancestor was a Norman knight who sent two sons across the Channel in 1066 .", "length": 18}, "6377": {"text": "Six hundred years later my 9th great grandfather came to America .", "length": 11}, "6378": {"text": "There could be if could put together something we have had interest from people in Manitoba before .", "length": 17}, "6379": {"text": "Send us an email Unit14Global@gmail.com", "length": 7}, "6380": {"text": "The Book of Revelation !", "length": 4}, "6381": {"text": "There 's no better source for learning about the end times than God 's own words .", "length": 16}, "6382": {"text": "The Bible is the only true source for end times information and anything else is just human speculation", "length": 18}, "6383": {"text": "You have to defend yourself with riots happening across the country and invaders flooding across our borders .", "length": 17}, "6384": {"text": "The government and elites will not do anything about it .", "length": 10}, "6385": {"text": "Defend yourself !!!!!", "length": 2}, "6386": {"text": "California has gotten so weak i was in the marine corps for years i cant believe how wussed out they are the same place i went to boot camp in 1981 i fired everything they had but could n't drink beer off the base ..... San Diego is gorgeous tho", "length": 50}, "6387": {"text": "It does look good .", "length": 4}, "6388": {"text": "I love audio !", "length": 3}, "6389": {"text": "I just turn up the sound and I can work and listen .", "length": 12}, "6390": {"text": "Occasionally I 've accidentally left the window open , and Dr. Pierce lectured to the neighborhood", "length": 15}, "6391": {"text": "There is always the International Oil Patch , we know there is no Drugs , Booze , or Hookers there , and a different Country every few weeks Get your Divorce early , everyone gets one two to a customer .", "length": 35}, "6392": {"text": "unless you teach math , but hell there 's a post on here that says math teachers want to teach social equality. and white privilege !", "length": 24}, "6393": {"text": "I fell asleep on the couch with a blue tongue skink on my chest one night and awoke to him biting my neck , I guess my Adam 's apple set off a feeding response .", "length": 34}, "6394": {"text": "I screamed WTF and the GF came running out of the bedroom wondering what happened. we both got a good chuckle out of it .", "length": 24}, "6395": {"text": "Evidence?", "length": 1}, "6396": {"text": "They do n't need evidence .", "length": 6}, "6397": {"text": "In many countries the Jew/white liberal will throw you in jail for longer than a murderer for denying their `` evidence '' !", "length": 21}, "6398": {"text": "Love how the ape loses so starts going on about how he 's going to shoot him .", "length": 17}, "6399": {"text": "What a cowardly cretin he is .", "length": 6}, "6400": {"text": "Yes, there some real GOOD places to live .", "length": 8}, "6401": {"text": "Some so remote , you will hear coyotes , and see the night sky as never before .", "length": 15}, "6402": {"text": "Instead of hearing rap music and looking at bling , The song dogs ( coyotes ) will serenade you ... This is the kind of stuff I love to talk about .", "length": 27}, "6403": {"text": "A beautiful and very proper Czech Christmas song featuring the great Marta Kubisova who was silenced for standing up to communists in 1971 .", "length": 23}, "6404": {"text": "V\u00c3 \u00a1 clav Neck\u00c3 \u00a1 \u00c5 & Karel \u00c5 * t\u00c4 dr\u00c3 1\\/2 & Marta Kubi\u00c5 \u00a1 ov\u00c3 \u00a1 - Dary nesem ( 1968 ) - YouTube", "length": 17}, "6405": {"text": "I know somebody who wants to perhaps move to Alberta but is wondering if they have the homo agenda in the schools there .", "length": 23}, "6406": {"text": "Does somebody know ?", "length": 3}, "6407": {"text": "Firestorm of Star Birth in Galaxy Centaurus A Resembling looming rain clouds on a stormy day , dark lanes of dust crisscross the giant elliptical galaxy Centaurus A.", "length": 27}, "6408": {"text": "What is worse , is the fact that they are allowed to bring their violent chaos to our beloved homelands , and contaminate the minds of our children !", "length": 26}, "6409": {"text": "I have n't been to a gun show in years .", "length": 11}, "6410": {"text": "When I was young , gun shows were just that .", "length": 9}, "6411": {"text": "They were usually independent collectors with their guns on display or private collections for sale .", "length": 15}, "6412": {"text": "Today , you pay to look at table after table of guns priced at retail .", "length": 14}, "6413": {"text": "The tables with junk Chinese knives and jewelry have also proliferated .", "length": 11}, "6414": {"text": "It's easy for them to multiply because their African genes are so incredibly pronounced .", "length": 15}, "6415": {"text": "Blacks do n't need other blacks to pass on their genes .", "length": 12}, "6416": {"text": "Hmmmm. not a fan of the Hydroshok round .", "length": 8}, "6417": {"text": "I saw a few video tests of them somewhere ........", "length": 9}, "6418": {"text": "Let me see if I can find them for you .", "length": 10}, "6419": {"text": "Is it okay to enjoy toast ?", "length": 6}, "6420": {"text": "Because the bread starts off all pure and white but once toasted it is a dark brown shade and is dry and hard and doesnt taste like bread at all ?", "length": 30}, "6421": {"text": "Nordic is a sub race that an Anglo Saxon or Celtic person could and more than likely does belong to .", "length": 20}, "6422": {"text": "Nordic is not someone 's heritage it 's a sub race category than one person 's heritage will be put into .", "length": 21}, "6423": {"text": "Well of course not , hell , my glock 40 9mils can hit a penny at a mile if I hold ' em sideways !", "length": 21}, "6424": {"text": "YEH YAY !!!", "length": 2}, "6425": {"text": "Trying to find out where to buy a copy of White Power that either ships to England or can be bought in England", "length": 23}, "6426": {"text": "Cool.", "length": 1}, "6427": {"text": "I 'm surprised Greek or some Asiatic languages did n't pop up .", "length": 13}, "6428": {"text": "I hear Icelandic and Mandarin are among the most difficult .", "length": 10}, "6429": {"text": "I've never heard of blacks being better at cutting weight .", "length": 11}, "6430": {"text": "But from what i have seen of the UFC lately , there are many whites dominating their division or challenging in the top positions of just about every weight class , with the exception of the heavyweight division .", "length": 36}, "6431": {"text": "What age is too old to start driving a truck on the long hauls ?", "length": 14}, "6432": {"text": "Is there a mandatory retirement age or an age limit ?", "length": 10}, "6433": {"text": "This judge is an idiot and a prime example of why the law gets what little respect it does these days , they will let anyone with an agenda and connections become a judge these days .", "length": 35}, "6434": {"text": "Special Spring snack for Kes .", "length": 5}, "6435": {"text": "She 'll smell of it for a while then it 'll be gone in a matter of seconds .", "length": 18}, "6436": {"text": "https://scontent-a-ord.xx.fbcdn.net/hphotos-prn1/560008_10200593451827685_1725723611_n.jpg Antique photo of French motorized tricycles https : //scontent-b-ord.xx.fbcdn.net/hphotos-ash4/603341 _ 10200196698389097 _ 1099230950 _ n.jpg Man with elaborate motorized tricycle More photos : https : //www.facebook.com/isabelle.br ... 1025670 & type = 3", "length": 50}, "6437": {"text": "i have french-german-spanish blood , but i have mostly french blood , my last name is french , as far as i know that \u00b4 s all .", "length": 25}, "6438": {"text": "This guy is pretty cool going around and exposing fake SEALS .", "length": 11}, "6439": {"text": "Too bad most of the guys he catches are white .", "length": 10}, "6440": {"text": "You have to listen to him and his wife do little stories in between his interviews but they are ok = ) Phony Navy SEAL of the WEEK , Adam Hubbard , Jose R. Gonzalez , D.K. Grant .", "length": 34}, "6441": {"text": "- YouTube", "length": 1}, "6442": {"text": "Unfortunately in the United Kingdom we do n't have guns like you Yanks so I was hoping for some alternatives for a SHTF scenario ?", "length": 25}, "6443": {"text": "I use 40mm grenade ammo cans , rubber sealed and air tight and you can find them for about $ 20 a piece .", "length": 21}, "6444": {"text": "17L x 6W x 10.5H.", "length": 6}, "6445": {"text": "some times Whites are forced to live around a lot of blacks .", "length": 12}, "6446": {"text": "We live in a black majority neighborhood for economic reasons and we are definitely not race mixers .", "length": 17}, "6447": {"text": "What city and when was this that no calls could be made out .", "length": 13}, "6448": {"text": "Solution walkie talkies that take double a batteries .", "length": 8}, "6449": {"text": "Those solar lawn lights , you know whats inside that charges during the day so they run at night double a batteries .", "length": 21}, "6450": {"text": "If it takes double a batteries it will always run .", "length": 10}, "6451": {"text": "Yes but upon further research I have realised its just a liability .", "length": 12}, "6452": {"text": "I do n't want to throw my life away .", "length": 10}, "6453": {"text": "I would love to see a video of Somalis blown apart with a torpedo and see bodies and scrap metal fly hundreds of feet into the air .", "length": 27}, "6454": {"text": "i honestly dont know what my eye color is ... they look green , but at times grey or dark blue .. sucks i cant determine my actual eye color .", "length": 27}, "6455": {"text": "Either when the last White child is brutally murdered or when the last of our enemies perishes .", "length": 17}, "6456": {"text": "This is your only choice , White man !", "length": 7}, "6457": {"text": "Changing the narrative a little .", "length": 5}, "6458": {"text": "Still , a little bit of truth slipping out of an Israeli 's mouth Surprised this thread was moved as it 's all over the news here .", "length": 26}, "6459": {"text": "Outraged presenters and all .", "length": 4}, "6460": {"text": "As a holder of a black belt in an Asian martial art I can say that they can be very effective for real world self defense .", "length": 26}, "6461": {"text": "My 22 pump action long rifle for fun My mosin nagant for hunting My semi automatic 12 gauge for home defense buck shots My browning 1919 for personal side arm My mauser k 98 k scoped for hunting", "length": 38}, "6462": {"text": "I understand your concern , but before you worry too much about coons with guns and their ability to plan anything , watch this video .", "length": 23}, "6463": {"text": "Blacks Will Lose Race War - YouTube", "length": 6}, "6464": {"text": "That's completely true , I have a 3-y-o son and he does n't like at all to play with brown-skinned boys or girls , I especially remember once a pair of twin girls came up to kiss him and he just ran away , it was the enchantment of the white man !", "length": 54}, "6465": {"text": "I actually saw it .", "length": 4}, "6466": {"text": "Behind bullet-proof glass , a dozen armed guards , maybe 50 yards away .", "length": 12}, "6467": {"text": "Looked like it was 6 inches tall ; but I saw it .", "length": 11}, "6468": {"text": "ik was watching a outdoors hunting show in Canada today. looks to me they have every thing we have channel 604 on direct tv", "length": 24}, "6469": {"text": "New York 's Old Pennsylvania Station , What a tragic loss , to promote Jewish `` Modern '' filth , no surprise !", "length": 17}, "6470": {"text": "New York Brownstones , designed by European Whites .", "length": 7}, "6471": {"text": "Inside Cologne Catherdral Paris Opera House Peterhoff Palace St. Petersburg , Russia Palace at Versailles", "length": 14}, "6472": {"text": "We have n't heard this exquisitely beautiful song in a while .", "length": 12}, "6473": {"text": "Let 's hear it again this morning .", "length": 7}, "6474": {"text": "Perfection .", "length": 1}, "6475": {"text": "Jackie Evancho - Lovers - House of Flying Daggers - HD - YouTube", "length": 9}, "6476": {"text": "Boys and girls should n't wrestle each other .", "length": 9}, "6477": {"text": "It never ends well , especially if the boy loses .", "length": 9}, "6478": {"text": "I 've seen guys lose to girls and have their high school lives ruined to the point of having to switch schools because of the teasing and tormenting after losing to a girl .", "length": 33}, "6479": {"text": "These kind of stories are designed to create more fear , and more calls from the ignorant sheeple for gun control .", "length": 20}, "6480": {"text": "The jew is attempting to make the condemned beg for the noose .", "length": 12}, "6481": {"text": "Many of them are doing just as their masters desire .", "length": 10}, "6482": {"text": "Honestly, coming out with an ill thought out rant like this would see you dismissed as a crank in any meaningful debate .", "length": 22}, "6483": {"text": "Negroes also do n't know how to clean guns or care about cleaning guns or gunsmithing , which will catch up to them .", "length": 23}, "6484": {"text": "if the sensi knows what they are doing they will break down the kata and show you how each move or movies apply to a certian kind of attack .", "length": 29}, "6485": {"text": "Hi Im tv free do n't have kids yet reading mending , sewing , menting board games radio study extra curricula actives Good on you for planning a FREE jewv existence", "length": 30}, "6486": {"text": "Yeah I downloaded them all just in case , have to wait until the all-in-one video gets posted again , seems the hews and their companies got to YT as usual and took it down ..", "length": 35}, "6487": {"text": "Typical", "length": 1}, "6488": {"text": "I can hear the Chief now , we have enough on our plates .", "length": 12}, "6489": {"text": "How dare you give us evidence of crimes on tape !", "length": 10}, "6490": {"text": "Videos like this just make me go hmm .", "length": 8}, "6491": {"text": "Should I go for the .45 and knock em down or should I go 9mm hi cap since its like an infestation .", "length": 22}, "6492": {"text": "I shoot a `` souped up '' first year Ruger Old Army .", "length": 10}, "6493": {"text": "Adjustable rear sight , orange target insert in the front sight , modified cylinder .", "length": 12}, "6494": {"text": "Brass Super Blackhawk Dragoon grip frame .", "length": 6}, "6495": {"text": ".457 round ball over an Ox Yoke Wonder Wad , over a 30gr Pyrodex pistol pellet , which is over 5-25 grains by volume of FFFg equivalent 777 ... fired by a #10 Remington Magnum percussion cap .", "length": 35}, "6496": {"text": "#11 caps are useless on this particular gun , as you go around the cylinder at least one full revolution before they can actually seat fully and fire .", "length": 27}, "6497": {"text": "Best cap and ball revolver ever made .", "length": 7}, "6498": {"text": "Period .", "length": 1}, "6499": {"text": "I can hit a paper plate at 100 yards or hole a 5 gallon steel pail of roofing tar at 25 yards ... It is my `` brush gun '' during blackpowder deer season or when going after feral hogs .", "length": 37}, "6500": {"text": "Rifles ?", "length": 1}, "6501": {"text": "Shoot a pre merger Thompson Center Hawken 50 .", "length": 8}, "6502": {"text": "Jacketed .45 hollow point sabot rounds .", "length": 6}, "6503": {"text": "Not the best round by any means , but 2 or 3 50 grain Pyrodex pellets over 5 grains of FFFg 777 and a #11 cap gets the job done .", "length": 29}, "6504": {"text": "Also shoot a Lyman Great Plains .54 , patched lead round ball over bulk FFg , fired by a #11 cap .", "length": 19}, "6505": {"text": "The .54 will flip a white tail over pretty handily ...", "length": 10}, "6506": {"text": "The `` big boy toy '' is an English built Moore and Harris caplock double in .69/12g.", "length": 16}, "6507": {"text": "Needs a new stock , ramrod and nipples .", "length": 7}, "6508": {"text": "Slowly being brought back into service , it is an original that belonged to a Confederate military courier post war .", "length": 19}, "6509": {"text": "Has been in the wife 's family since it was brand new , original owner used it until the stock split and the checkering was worn down to faint traces on the wood surface .", "length": 33}, "6510": {"text": "Ruger Old Army and Moore and Harris double .", "length": 8}, "6511": {"text": "Revolver had been used all hunting season , shotgun was fresh out of sitting in attics/closets since the late 1800s or early 1900s .", "length": 23}, "6512": {"text": "Shotgun 's original owner died in 1920 , President Davis ' personal military courier .", "length": 12}, "6513": {"text": "We have his handwritten account of the Battle of Shiloh , where he was with the 4th Tennessee ...", "length": 17}, "6514": {"text": "Shame on you .", "length": 3}, "6515": {"text": "The liberals are going to get their panties in a bunch , with people like you saying we must learn to defend ourselves .", "length": 22}, "6516": {"text": "I want to thank every one who posted to the Halloween thread this year .", "length": 14}, "6517": {"text": "It was great reading all your input .", "length": 7}, "6518": {"text": "I hope every one had a Happy Halloween .", "length": 8}, "6519": {"text": "This was done about two summers ago when she was just a baby out on the tree in the front yard , she is WAY bigger now I will try and get the new pics up this week to show off of her and the pug both .", "length": 46}, "6520": {"text": "Typical Negro .", "length": 2}, "6521": {"text": "They laugh at whites who obey the law , bother to get married , women who are chaste .", "length": 16}, "6522": {"text": "They only know how to destory our civilization .", "length": 8}, "6523": {"text": "Yeah, I 've gotten annoying responses to people when I told them we were going to home school , but they were n't as `` You 're a weirdo '' as the responses we get for not vaccinating .", "length": 36}, "6524": {"text": "You CANNOT teach people to be intelligent - we must start breaking students into groups of low , moderate and high intellectual ability and teach each group suitable material .", "length": 27}, "6525": {"text": "Well, it 's a trick .", "length": 5}, "6526": {"text": "They have properly learnt their Zionist lesson ...", "length": 7}, "6527": {"text": "Israeli Minister `` We always use the anti-Semitism trick or bring up the Holocaust '' - YouTube", "length": 15}, "6528": {"text": "If it helps you feel better , I got accepted into the following schools : - UCLA - UCI - UCSB - USD - Pepperdine - Oregon State - USC F * ck Ivy League .", "length": 25}, "6529": {"text": "A negro teacher forced a five year old white boy to stand in front of his class .", "length": 17}, "6530": {"text": "She then solicited his classmates to make comments about what they disliked about the boy .", "length": 15}, "6531": {"text": "She then had the other students vote him out of the class .", "length": 12}, "6532": {"text": "The boy was so traumatized he did n't want to go back to school .", "length": 15}, "6533": {"text": "The child abusing teacher was Wendy Portillo .", "length": 7}, "6534": {"text": "The school was Morningside Elementary School in Port St. Lucie , Florida. black teacher has kindergarten class vote out White boy What happened to this boy was child abuse .", "length": 28}, "6535": {"text": "The child abuse of white children happens every day in American schools .", "length": 12}, "6536": {"text": "People arent giving the Japanese enough credit .", "length": 7}, "6537": {"text": "Anyone remember the yamoto ? youtube : japanese battleship yamoto If they had enough oil to run the thing , they would have taken over the entire ocean .", "length": 25}, "6538": {"text": "Sadly, virtually every parent on this site will have to have their children experience that , as it is , without forcing them to experience it unnecesserily .", "length": 25}, "6539": {"text": "great posts. see how the media has been lying to us for decades about what actually happened and what it was actually all about .", "length": 24}, "6540": {"text": "all i can say is thank goodness i was n't educated in this country. i fear for our children i really do !", "length": 23}, "6541": {"text": "I have a report somewhere called Allied Intrigue in the Low Countries and I seem to remember understanding a bit more .", "length": 21}, "6542": {"text": "Similar with Norway I think .", "length": 5}, "6543": {"text": "Oh fawk !!!", "length": 2}, "6544": {"text": "The zoo ?!?!", "length": 2}, "6545": {"text": "When I die just put a monitor in my coffin running a never ending holocaust documentary , just to make sure I nevah fo-get !", "length": 24}, "6546": {"text": "You pulled that from the top link of a google search .", "length": 11}, "6547": {"text": "Maybe this should be a poll so we can democratically set his iq .", "length": 13}, "6548": {"text": "I would rather have a white person with a high school diploma from an all white high school teach a kid to read than a negro with a college degree not teach a kid to read even while getting paid to do so .", "length": 43}, "6549": {"text": "My mother taught me to read and count change before I was three years old !", "length": 15}, "6550": {"text": "It was not hard either .", "length": 5}, "6551": {"text": "Integrated public schools offer nothing but abuse for white children .", "length": 10}, "6552": {"text": "Even all or mostly white public schools will still feed poison agenda .", "length": 12}, "6553": {"text": "Spanish is NOT their language !", "length": 5}, "6554": {"text": "It is our ( White ) language , just like French is our language even though millions of negroes in Africa speak it .", "length": 20}, "6555": {"text": "I am doing online school for my associates in computer information systems with a concentration in web design .", "length": 18}, "6556": {"text": "Hopefully can find work once i am done .", "length": 8}, "6557": {"text": "Dangers of government schools : exposing your kids to philosophy like this ....", "length": 11}, "6558": {"text": "YouTube - Jeremiah Wright - God Damn America - Obama 's Spiritual Mentor / Pastor", "length": 11}, "6559": {"text": "I know the thing on ebay said its first edition so i guess so , its still sitting at 51 $ so i am hoping it stays there and ill just bid like crazy the last few minutes of the auction and hopefully get it .", "length": 43}, "6560": {"text": "As long as you do n't do that , they ca n't accuse you of misusing company time , or creating a hostile work environment", "length": 25}, "6561": {"text": "Tomorrow you will accept it and the day after that you will embrace it .", "length": 14}, "6562": {"text": "A Racist is someone who loves their Race .", "length": 8}, "6563": {"text": "If you love your Race and want to see it thrive well into the future , You 're a Racist .", "length": 19}, "6564": {"text": "Little Miss Little Miss Muffet sat on a tuffet Eating a Big Mac and fries Along came a spider and sat down beside her ' Yuck ' , it said , ' I prefer flies ' .", "length": 30}, "6565": {"text": "i live in the bay area and have no car and barely any money to my name. i want to join the fight. if anyone is going from around here or can get me there , please pm me .", "length": 38}, "6566": {"text": "Those you speak of are the very article which started this thread .", "length": 12}, "6567": {"text": "All you have to do is have eyes to see clearly .", "length": 11}, "6568": {"text": "The jews represent everything vile , deviant and unnatural , everything and anything that is an abomination to our Lord Jesus Christ , I hope he is burning with his father in hell .", "length": 30}, "6569": {"text": "I was just curious as to know what country everyone 's ancestors came from in SF .", "length": 16}, "6570": {"text": "I am of German and British descent ( 75 % German , 25 % British , approx. )", "length": 12}, "6571": {"text": "I also read in `` March of the Titans '' that there are three `` subraces '' pf whites , nordic , alpine , and mediterranian , and found out I could be a poster boy for the Alpine group ( round face , brown hair , green eyes , stocky build ) !", "length": 40}, "6572": {"text": "I was also wondering if any of you all believe if any `` subrace '' is superior to another ?", "length": 17}, "6573": {"text": "It's really not our faith of choice that matters , It 's the dedication to our race which is where we are made or lost .", "length": 25}, "6574": {"text": "Seriously, this guy is VERY primitive even for a Black .", "length": 10}, "6575": {"text": "I 'd put him somewhere between the typical African and an ape .", "length": 12}, "6576": {"text": "Geesh , they 'd let a gorilla into UCLA for the sake of `` Diversity '' as long as it got a body wax .", "length": 21}, "6577": {"text": "I would bet the campus cops were ordered to withhold it by some `` higher authority '' like the Department of Homeland Security .", "length": 21}, "6578": {"text": "The reason y i dropped out of school was because either , i drop out or i got kicked out. i always fought with the packi gang at my school. and i was never going to back down. in auto class i handed the n * igger a monkey wrench and told him the name suited him aswell. all the non-whites hated me because i wore a `` nazi punk '' and a `` white pride '' patch on my coat and backpack. a got in a fight with some black chick and i won. the next day her butchy sister caught up with me in the hall way and said that after school her and i where gonna fight. i told her `` no if u wanna fight , we 're gonna fight right here right now. not after school where u can gather the rest of u monkies up so it 's an uneven fight '' . she huffed and stormed away. - we neevr did get to fight the last straw was the first day of school i had a forgein substitute teacher. so i was talkin and and this guy was on my case about turning around and getting my work done. he had to ask me this a few times and then finially i stood up and said , `` look , i 'm white ur black , i should be telling u whut to do ! '' ohhh man , my guidance conslour did n't like that nor did my principal .... ( this was n't at school this happened a month or so ago but these people went to my school ) i had a n * igger try to rob me at knife point in the forest while his gf sat back and watched. my friend came by and jumped him and i personally went after the chick. she ran and i caught up to her and smashed her head into a tree. thats only some of my stories ....... i got a few more but i dont have the time", "length": 329}, "6579": {"text": "If you do n't mind a silent film The Birth of a Nation is a must see .", "length": 18}, "6580": {"text": "Not many films end with a Klan victory .", "length": 8}, "6581": {"text": "I first shaved my head when I was 12 ( i 'm 19 now ) but I did it because I hate combing my hair .", "length": 23}, "6582": {"text": "I never did it to look like a skinhead , but it was funny in high school when all the blacks and mexicans stared at me when I would walk by .", "length": 30}, "6583": {"text": "Most white kids i know believe they are superior and they freak out whenever a black guy is fighting a white .", "length": 21}, "6584": {"text": "Happend the other day after class , the black was the one who backed down .", "length": 14}, "6585": {"text": "Shows their `` superiority ''", "length": 3}, "6586": {"text": "Besides Metallica 's new album , I have n't bought a mainstream album in like a year .", "length": 17}, "6587": {"text": "It 's been all white power music .", "length": 7}, "6588": {"text": "you gotta stand up for yourself you cant just sit back and take their * * * * but on the other hand you cant go out looking for it either but if it comes down to a fight dont back down", "length": 38}, "6589": {"text": "When they get ridiculed because of their injury on the radio by a negro talk-show host who sings little songs about how sharks only eat White people , sure .", "length": 29}, "6590": {"text": "It ca n't hurt .", "length": 5}, "6591": {"text": "Who thinks White People should marry White People and only White People ?", "length": 12}, "6592": {"text": "I think people should not marry out of your own race .", "length": 11}, "6593": {"text": "have him come to california and see what crap i had to grow up around. i 'll need 1maybe even 2 days tops ...", "length": 23}, "6594": {"text": "please recommend me black metal and death metal bands , like fear factory or slipknot and etc. machine head slayers albums like `` god hates us all '' and `` diabulus musica . ''", "length": 28}, "6595": {"text": "This is the youth Section , and you 're friend having sex with multiple ppl ?", "length": 14}, "6596": {"text": "He will get aids soon and die", "length": 7}, "6597": {"text": "Hi Michael .", "length": 2}, "6598": {"text": "As requested , here 's a link to the USA Today coverage of the mystery of the stinky suitcase .", "length": 18}, "6599": {"text": "http://www.usatoday.com/news/world/2...on-noses_x.htm", "length": 10}, "6600": {"text": "Hey There I just moved here to Saskatoon and was hoping to hook up with some WN in the city here .", "length": 21}, "6601": {"text": "PM me !", "length": 2}, "6602": {"text": "Well, I think we 've reached the point where this discussion is going round and round , so we can end it right here .", "length": 23}, "6603": {"text": "It's to bad that there is n't anything like this anymore , Id sure join if there was .", "length": 19}, "6604": {"text": "Or maybe there is and I just do n't know about it .", "length": 13}, "6605": {"text": "We dont really have any Blacks in our schools round here ....", "length": 11}, "6606": {"text": "Bbut they are creeping in slowly seeing more and more these days .", "length": 12}, "6607": {"text": "Negroids have a very different hair type then whites , black hair is referring to there hair type and how they manage/take care of it because its different then ours .", "length": 30}, "6608": {"text": "but if you print it and get it into comic stores , you get a lot more coverage of the population , my oppinion .", "length": 22}, "6609": {"text": "i might print out b/w copies and just leave them at places to get it out , but first I need an artist .", "length": 23}, "6610": {"text": "This thread is an example of white people not forming an alliance anytime soon When we still have whites fighting over who is more white .", "length": 25}, "6611": {"text": "Get over it ! if your white and racially aware , join the army and respect your white brothers and sisters !", "length": 19}, "6612": {"text": "a few times ive been told to make kids. i said i have no one to make them with. now i have someone but we do not feel ready to have kids. i belive in quality over quantity. so we would have maybe 2 to 4 .", "length": 46}, "6613": {"text": "If they do n't find a way to kick out the brown cloud that 's already there the Danish gene pool is lost .", "length": 24}, "6614": {"text": "I went out of my way to purchase food items from Denmark whenever they were available because I believe in hygiene and handling of food products by clean whites .", "length": 29}, "6615": {"text": "No more !", "length": 2}, "6616": {"text": "I'm a WN from NJ , Ive been looking for others in NJ for awhile , where about in NJ are u ?", "length": 21}, "6617": {"text": "Im from Central NJ .", "length": 4}, "6618": {"text": "My AIM s/n is MetalGod178", "length": 6}, "6619": {"text": "Black people are the biggest pawns ever everyone uses them for crime they are always the fall guy.Italian mob uses them to do the dirty work the mexicans use them the japanese use them and the chinese.Now who should know whos name ?", "length": 44}, "6620": {"text": "its because the teachers are liberals and kikes who know not of true European values or European pride. our teachers are actually imbeciles and stooges , save for a few. i find that tragically ironic .", "length": 34}, "6621": {"text": "I did the whole rainbow inspired hair colors from ages 14 - 17 .", "length": 12}, "6622": {"text": "My natural color had been a rich chocolate brown .. but after I had my daughter it got mousy .", "length": 18}, "6623": {"text": "After I had my son it got reddish highlights .. which I loved .", "length": 12}, "6624": {"text": "Now that he 's 15 months old , my hair went back to mousy .", "length": 13}, "6625": {"text": "I use Feria 's Blowout Burgundy every 6 weeks ... it 's a subtle color unless I 'm right in the sun - then it 's vibrant .", "length": 25}, "6626": {"text": "Would n't change it for anything !", "length": 7}, "6627": {"text": "too bloody right mate hey dont get me wrong i use short cuts all the time but sometimes it jus goes 2 far", "length": 23}, "6628": {"text": "I'm not trying to insult you or anything .", "length": 9}, "6629": {"text": "Just trying to make people understand that you dont HAVE to shave your head to be a skin .", "length": 18}, "6630": {"text": "quote: -------------------------------------------------------------------------------- Originally posted by Draco Nah G , Iz bee outta dat wigga sheot like a million mutha * * * * in years ago , nameen ?", "length": 21}, "6631": {"text": "I stillz listens to da Eminem and Wu-Tang Klan ( Big Up ! ) an sheot , but bitches know not ta reprazent !", "length": 20}, "6632": {"text": "Me an my main nigga Rakwan X and Cracka killa homey G dog money funk on the East side representin Brooklyn soul brotha numba 1 Leroy beez runnin da wigga thing up in hea !", "length": 34}, "6633": {"text": "Holla !", "length": 1}, "6634": {"text": "-------------------------------------------------------------------------------- Ebonics ...", "length": 1}, "6635": {"text": "This is the sadest excuse for a white person I have ever heard .", "length": 13}, "6636": {"text": "You are not out of the wigger stage .", "length": 8}, "6637": {"text": "I could go on for hours pointing out your wigger flaws but im not even gonna waste my time .", "length": 19}, "6638": {"text": "You need some white culture , and a dictionary .", "length": 8}, "6639": {"text": "WPWW - eddie", "length": 2}, "6640": {"text": "I use AIM , Name : Hatey82K2 I am usually on each day , All the time on the weekends Soundtrack For This Song Provided By : Band Name : Song : Bully Boys Rage On This", "length": 31}, "6641": {"text": "I was fortunate enough to be blessed with Reddish Blond hair .", "length": 11}, "6642": {"text": "So , a `` high and tight '' will suffice .", "length": 7}, "6643": {"text": "I do n't get sussed , except for some local band shows .", "length": 12}, "6644": {"text": "Makes finding good employment a bit tougher than it should be .", "length": 11}, "6645": {"text": "I have a couple and get out on the 14th .", "length": 10}, "6646": {"text": "I have a summer job all planed out and im goin to 10th next year .", "length": 15}, "6647": {"text": "I joined today and just found this sight recenty , I Love being white and wanted to talk to others with veiws simular to my own .", "length": 25}, "6648": {"text": "It's being reported by some of the British press who are usually more critical of Israel .", "length": 17}, "6649": {"text": "American Media appears to have a blackout on these developments .", "length": 10}, "6650": {"text": "Justin Trudeau shows the international community that incompetence and arrogance are all it takes to lead a nation these days .", "length": 20}, "6651": {"text": "Check out my video below and let me know what you guys think Cheers !", "length": 14}, "6652": {"text": "Justin Trudeau is an Embarrassment to Canada - YouTube", "length": 8}, "6653": {"text": "I would n't be surprised if the government took more taxes off our pay checks so that Trudeau could feed and house more rapeugees that are flooding our country .", "length": 30}, "6654": {"text": "Sorry, but are you gay ?", "length": 5}, "6655": {"text": "Our ancestors went though millions of years of eating meat , if its bloody good enough for them , its good enough for me .", "length": 22}, "6656": {"text": "That was on a sheet of paper , and I take it you meant bull sheet ( as other poster said it before )", "length": 21}, "6657": {"text": "We have a couple of events coming up that are pretty close together so I 'll post them both here now . June 24th event July 1st event", "length": 27}, "6658": {"text": "going to the show over in the third district on saturday im trying to go but probly will need a ride home thanks", "length": 23}, "6659": {"text": "My heart goes out to you ..", "length": 6}, "6660": {"text": "True , you have to have money to leave but it seems like no one is helping ya 'll .", "length": 18}, "6661": {"text": "Why does Stormfront not have a section for this type of thing .", "length": 12}, "6662": {"text": "Van Rensburg , Nostradamus etc ?", "length": 4}, "6663": {"text": "There is a 911 section .", "length": 5}, "6664": {"text": "You could have made one for prophecies .", "length": 7}, "6665": {"text": "Our brothers & sisters in SA must stand their ground because they have earned through the blood and sweat of their ancestors .", "length": 21}, "6666": {"text": "It is hard to say what is going to happen however one way or the other I think Whites in South Africa should get out of the country and try to make it to a safer location such as Canada or Australia .", "length": 42}, "6667": {"text": "Were Whites to leave in large numbers leaving few Whites behind in South Africa the country would start going down hill and then maybe more Whites would begin to see what losers Negros are and how they cannot even maintain what is given to them .", "length": 45}, "6668": {"text": "Look for Don McAlvany 's `` Revolution and Betrayal '' The terrorist-pig was caught red-handed with tens of thousands of grenades and anti-personnel mines .", "length": 25}, "6669": {"text": "His commie-jew handler was Joe Slovo .", "length": 7}, "6670": {"text": "I like to listen to this preacher , but why do black prreachers always have to scream .", "length": 16}, "6671": {"text": "I ai n't deaf yet .", "length": 6}, "6672": {"text": "I feel so sorry for all you people living there , wish you could all move here hopefully you do n't suffer like your neighbours in zimbabwe .", "length": 27}, "6673": {"text": "I like this man 's anger and resoluteness.Colud anyone tell where to take the whole footage ?", "length": 17}, "6674": {"text": "Racist attack on tv show south africa BBC - YouTube", "length": 9}, "6675": {"text": "Why do people still join Militias ?", "length": 6}, "6676": {"text": "Why not just band with one or two of your close friends ?", "length": 12}, "6677": {"text": "Militias are too risky with the Feds .", "length": 7}, "6678": {"text": "Arseniy Yatsenyuk approved as Ukraine 's new prime minister Arseniy Yatsenyuk , Ukraine 's new prime minister Published February 27 , 2014 / FoxNews.com Source : Arseniy Yatsenyuk approved as Ukraine 's new prime minister | Fox News", "length": 34}, "6679": {"text": "I would think that European nationalist organizations would be easier to create than American nationalist organizations .", "length": 16}, "6680": {"text": "White Irish nationalist for Ireland White German nationalist for Germany White Dutch people for the Netherlands Thats not hard borders are very important even between European countries To destroy or harm any culture is a crime against humanity and melting down all the smaller countries into one big country destroying there languages and so on would just be wrong , we should work together yes we are all white and all brothers and our nations are sacred .", "length": 76}, "6681": {"text": "I Can tell you right now if a black mob is threatening my life and burning my town I 'm going to start shooting .", "length": 24}, "6682": {"text": "And im sure theres a lot more people that would do the same .", "length": 13}, "6683": {"text": "Yes, no nationalists have appointed a Jewish prime minister so I 'm not sure why any one but an anti would claim as such .", "length": 24}, "6684": {"text": "These idiots are doing this to hasten Armageddon so they can get a free ride to heaven .", "length": 17}, "6685": {"text": "No , I 'm NOT kidding .....", "length": 5}, "6686": {"text": "That was wierd .", "length": 3}, "6687": {"text": "Just shows the absurdity of Obamamania : an athletic white woman attacks one libtard to proclaim the holiness of another libtard who may be worse !", "length": 24}, "6688": {"text": "2 Years of foreign language is mandatory to graduate from my school .", "length": 12}, "6689": {"text": "French and Spanish are offered , but there is only one french teacher , as opposed to our 4 or more Spanish teachers , so the number of students able to take French is VERY limited .", "length": 33}, "6690": {"text": "Yeah, if msnbc would air videos like this they 'd get much higher ratings than the same ole negro grumblings .", "length": 20}, "6691": {"text": "http://youtube.com/watch ? v = gdYJjU-Nx6E The maker of this video may be Jewish , not sure , he has a big kosher-lookin nose .", "length": 24}, "6692": {"text": "Of course they can take the property of white people for reparations .", "length": 12}, "6693": {"text": "Just as soon as they repay for the generations of welfare their majestic peoples have consumed .", "length": 16}, "6694": {"text": "Maybe some Asians will complain because a Asian kid is used for the adoption when most Asian countries will not adopt out to gays .", "length": 24}, "6695": {"text": "Yes, he has a red Firebird so the wigger 's parents thought he had promise just like all those fictional characters on t.v.", "length": 24}, "6696": {"text": "( Prince of Bel Air , Moeisha , etc ... )", "length": 6}, "6697": {"text": "Yep I totally agree , the minute the Jew press see 's the Klan outfits , that 's all they will talk about , and justify the white murders .", "length": 26}, "6698": {"text": "I read an article where they ran the White rancher off his property , he left behind all types of farming equipment and a herd of livestock .", "length": 26}, "6699": {"text": "I read where they came in and killed all the livestock and had a feast , then 6 months later were starving .", "length": 21}, "6700": {"text": "The seeds and farming equipment was never used .", "length": 8}, "6701": {"text": "I just wonder how long before obango starts bringing them here for a new life .", "length": 15}, "6702": {"text": "It is n't enough that we support mesico now we have to support africa .", "length": 15}, "6703": {"text": "hmm, wonder if we can get them to jump in the river if we put an ad on TV that there is billions in gold at the bottom of the river ?", "length": 31}, "6704": {"text": "We know they cant swim , but they might not remember that in their lust for ' dat money ' .", "length": 17}, "6705": {"text": "Many thanks Dr. Duke on behalf of all us internet radio addicts , your DavidDuke.com interviews are always very much appreciated !", "length": 21}, "6706": {"text": "David Duke with Bruno Gollnisch !", "length": 5}, "6707": {"text": "http://www.davidduke.com/mp3/dukeradio080723brunog.mp3", "length": 7}, "6708": {"text": "And I would add to that one of the distinctive features of malls are the food courts where we can witness Americans and their eating disorders on display .", "length": 28}, "6709": {"text": "I only clicked on the article hoping it was I white baby and as usual I was disappointed .", "length": 18}, "6710": {"text": "Also I agree it 's not fair to monkeys to compare them to black people .", "length": 15}, "6711": {"text": "What did those poor monkeys ever do to you ?", "length": 9}, "6712": {"text": "Thanks for posting .", "length": 3}, "6713": {"text": "Anyone who cannot watch much of this video should AT LEAST watch the last minute and listen to what he 's saying .", "length": 22}, "6714": {"text": "At least skip ahead to 9 : 50 and watch the final minute .", "length": 12}, "6715": {"text": "And `` heat '' means guns ( ' case y' all ai n't down wit da slang )", "length": 14}, "6716": {"text": "I've heard the name before but I too have no idea who she is .. one of the benefits of turning off the Talmudivision and watching very few modern movies", "length": 30}, "6717": {"text": "i have seen the autopsy report on emily they did not look for rape becouse they knew what they would find , they went just for the murder charge not rape and murder becouse they knew it would be to much for the public to take .", "length": 45}, "6718": {"text": "Amazing how 5 young bucks can break in to a little girls home , beat the child half to death before killing her and we are expected to believe that they did n't take turns at her while before finally killing her ...", "length": 42}, "6719": {"text": "Sorry , I just do n't buy it .", "length": 8}, "6720": {"text": "Yes the negroes have been busy the last few weeks but we have to expect it because nothing is being done to them when a crime is committed", "length": 28}, "6721": {"text": "A public execution for these animals would go a LONG way to point to justice being done ; it would never bring the girl back ; but I guarantee it would send a message ............................", "length": 32}, "6722": {"text": "God please bless with wisdom the judge and jury against this group of thugs that they all might be hanged .", "length": 20}, "6723": {"text": "Amen .", "length": 1}, "6724": {"text": "Also, 4 people break into a home and shoot and kill a 12 year old , and none of the major news outlets pick up the story ?", "length": 26}, "6725": {"text": "Sad .", "length": 1}, "6726": {"text": "Who knows , maybe what has reached the ears of the majority is just deliberate disinformation designed to create confusion , while their real agenda remains safely concealed .", "length": 26}, "6727": {"text": "http://news.bbc.co.uk/2/hi/africa/6217719.stm There you have it folks , Nigeria is acting like one big ghetto queen squeezing out more baby negroes for a bigger handout from the government .", "length": 35}, "6728": {"text": "I just shake my head every time this thread comes to the front page .", "length": 14}, "6729": {"text": "It almost reads like something out of a science fiction novel .", "length": 11}, "6730": {"text": "Good for the lions .", "length": 4}, "6731": {"text": "I hope they did n't eat the villagers , they might have gotten food poisoning .", "length": 15}, "6732": {"text": "And is it really too much to ask of you people to shut up about Christianity and Paganism and stick to the subject at hand ???", "length": 25}, "6733": {"text": "I just took that test .", "length": 5}, "6734": {"text": "Only scored a 120 .", "length": 4}, "6735": {"text": "I have got to start challenging myself .", "length": 7}, "6736": {"text": "About 8 years ago , I scored much higher on other types of tests .", "length": 13}, "6737": {"text": "That 's a little scary .", "length": 5}, "6738": {"text": "It is that whole thing about Standard of living being the most important thing in peoples lives and what they strive for and base their self worth and the worth of others on that is a huge obstacle we need to overcome .", "length": 42}, "6739": {"text": "They're coming out of the woodwork to oppose white unity and White History Month .", "length": 15}, "6740": {"text": "By their fruits ye shall know them .", "length": 7}, "6741": {"text": "Sometimes its best to keep your mouth closed ( Boy unknowingly admits to a crime ) - YouTube Typical stupid * * * * * * , inadvertently admits his crime to quibble a small detail .", "length": 26}, "6742": {"text": "Don't know if this one 's been posted .", "length": 9}, "6743": {"text": "It 's pretty old , but I have n't seen it in this thread .", "length": 14}, "6744": {"text": "YouTube - & #x202a ; Walmart Greeter Beatdown ( Caught on Tape ) & #x202c ; & rlm ;", "length": 10}, "6745": {"text": "I looked at the discussion and it is obvious that we are outnumbered by non-whites and race traitors and follow the other followers types .", "length": 25}, "6746": {"text": "It 's like that at most public boards .", "length": 8}, "6747": {"text": "Whites are the minority in the World .", "length": 7}, "6748": {"text": "It was only a matter of time before it hit the U.S. and Europe .", "length": 15}, "6749": {"text": "YouTube - Mad Max & Feral Boy Mad Max and Feral Boy YouTube - Mad Max 2 - Feral Boomerang Kid Feral Boy throws sharpened boomerang and kills bandits", "length": 25}, "6750": {"text": "I shall live by these 10 rules for the rest of my life as if they where the word of god .", "length": 21}, "6751": {"text": "Another reason it might say so in the Census is because whites like me refused to fill out the census , to deliberately help skew it towards whinorities .", "length": 27}, "6752": {"text": "I want people to be shocked about `` minority '' takeover , and to react by building community with whites where they were chicken to , before , and to have white kids .", "length": 28}, "6753": {"text": "CYF First World Status", "length": 4}, "6754": {"text": "None dare call it White genocide Forward this around to friends and family , spread the word : None dare call it White genocide", "length": 22}, "6755": {"text": "They should make all know about this book his friends as that they know like are the things , we need that all the whites know like they are the things and the Jewish threat and negroid on our race .", "length": 39}, "6756": {"text": "I utterly want to vomit after watching this disgusting pro invasion of White countries ad .", "length": 15}, "6757": {"text": "EU apology for ' racist ' pro-diversity ad - YouTube", "length": 8}, "6758": {"text": "if you have enough money for high speed internet to download it you can probably afford the book ! you have your priorities mixed up if you have high speed internet which you 'd need to d/l it but cant feed your kids , lol .", "length": 44}, "6759": {"text": "Here are a few of my favourites by Dr. Pierce !", "length": 10}, "6760": {"text": "YouTube - Dr William Pierce discusses `` Haiti '' YouTube - Dr William Pierce discusses `` liberals '' YouTube - Odysseus ' Way by Dr. William Pierce YouTube - Dr William Pierce discusses `` black inventions ''", "length": 26}, "6761": {"text": "On Set of Nickelodeon 's `` The Haunted Hathaways '' - YouTube 3 white women no father living in a house with three negro males .", "length": 22}, "6762": {"text": "To all white patriots , watch ENDGAME ALEX JONES , OR ENDGAME from PRISON PLANET , and learn the agenda from the criminals Jewish bankers .", "length": 22}, "6763": {"text": "Sorry, for all who have lost a loved one .", "length": 9}, "6764": {"text": "May they always Rest in Peace , my prayers go out to them .", "length": 12}, "6765": {"text": "Amen .", "length": 1}, "6766": {"text": "The country with the most significant `` baby-boom '' is Estonia ( TFR from ~ 1,2 in 1998 to ~ 1,7 in this year ) : http://pub.stat.ee/px-web.2001/Dialo...Births/&lang=1AlsoCzechRep.hasitsfertilityratesignificiantlyincreased:http://www.czso.cz/eng/csu.nsf/informace/aoby032008.doc Denmark and Norway in this year probably will have record high TFR level since early 1970 's .", "length": 61}, "6767": {"text": "Holly Quick , age 16 , brutally raped and murdered by an apelike negro .", "length": 12}, "6768": {"text": "She was tortured and mutilated .", "length": 5}, "6769": {"text": "Tamir Hamilton , sadistic rapist/murder .", "length": 5}, "6770": {"text": "Two weeks before raping and killing Holly , he raped a college student .", "length": 12}, "6771": {"text": "He has two previous felony convictions for violent crimes .", "length": 9}, "6772": {"text": "May you rot in Hell , `` Tamir . '' http://news.rgj.com/apps/pbcs.dll/ar ... 34/1004/NEWS19", "length": 17}, "6773": {"text": "This thread makes me both sad and angry .", "length": 8}, "6774": {"text": "Innocent whites including white children all murdered by heartless groid savages .", "length": 11}, "6775": {"text": "Breaks my heart and boils my blood .", "length": 7}, "6776": {"text": "Ya know , if they can sell this stuff to White women , what CAN' T they sell them ? They could literally spread dog poop on a bun and charge $ 10 a sandwich ... I ca n't wait to see the commercials and watch some beauty like Sandra Bullock sink her teeth into it !!", "length": 52}, "6777": {"text": "This is just the tip of the iceberg .", "length": 8}, "6778": {"text": "These deaths are barely reported on the local level , much less the international level .", "length": 14}, "6779": {"text": "Yes, this book is trash , I was made to read it four times in public school while I was growing up .", "length": 21}, "6780": {"text": "I guess they just really wanted to make sure the lies sunk in .", "length": 13}, "6781": {"text": "If you click on the new nation news link at the bottom of my post your will go to a website full of white victims of black crime .", "length": 28}, "6782": {"text": "When you get to the site click on Dark Crimes .", "length": 10}, "6783": {"text": "It can cause rage .", "length": 4}, "6784": {"text": "Did anyone else see that Guinness Black Lager commercial ?", "length": 9}, "6785": {"text": "Im on youtube trying to find it right now .", "length": 9}, "6786": {"text": "- `` Something about black '' and the old favorite `` Once you go black you never go back ''", "length": 15}, "6787": {"text": "A former accountant for retailer American Apparel Inc. has filed a wrongful termination suit against the company alleging that he was fired after refusing requests from Chief Executive jew Dov Charney to inflate figures on the company 's balance sheet .", "length": 40}, "6788": {"text": "The lawsuit , filed in Los Angeles County Superior Court last week , is the latest in a string of cases against the company and the jew Charney including five sexual harassment cases that have been settled , dismissed or placed in arbitration .", "length": 40}, "6789": {"text": "Source", "length": 1}, "6790": {"text": "Making them up a history because they have none ?", "length": 9}, "6791": {"text": "The cover art for this textbook made me laugh HARD , when I first saw it .", "length": 15}, "6792": {"text": "Anybody with half a brain knows that 's it 's BS and how Negroes have n't done anything for the development of any society , let alone Europe .", "length": 28}, "6793": {"text": "Are there any sources that state that it was Trotsky who reiceived the money and was responsible for destruction of Black Hundreds , as opposed to Lenin or another Bolshevik leader ?", "length": 30}, "6794": {"text": "Mate, have you been to Britain ?", "length": 6}, "6795": {"text": "There are places where you can walk around all day and not see a single white face .", "length": 17}, "6796": {"text": "We 're totally flooded .", "length": 4}, "6797": {"text": "Breaks the heart ...", "length": 3}, "6798": {"text": "I accept it and i like white americans .", "length": 8}, "6799": {"text": "But you must know that caucasians is not like blacks , they just animals and subhumans .", "length": 15}, "6800": {"text": "Does anyone have a link to download of this book in English ?", "length": 12}, "6801": {"text": "Has it been translated to English at all ?", "length": 8}, "6802": {"text": "Thanks", "length": 1}, "6803": {"text": "YEA!", "length": 1}, "6804": {"text": "So lets kill all the whites there because every single one of them is a ZOG agent , even the children !", "length": 20}, "6805": {"text": "Sounds like a smart idea .", "length": 5}, "6806": {"text": "Well they have got to be more aware then the idiots we have over here absorbing all the bs with there little sponge brains .", "length": 24}, "6807": {"text": "dancing Armenians , if sombody can find any non white Armenian , i bid i 'll eat yelow pages without cooking !", "length": 19}, "6808": {"text": "http://www.youtube.com/watch?v=O-mRZ...elated&search=http://www.youtube.com/watch?v=qzaV3...elated&search=http://www.youtube.com/watch?v=RRoj1...elated&search=http://www.youtube.com/watch?v=3-URO...elated&search=http://www.youtube.com/watch ? v = v12VY ... elated & search =", "length": 47}, "6809": {"text": "hi guys i have just registered in order to say my opinion from my experience in real life or internet about your issues .", "length": 23}, "6810": {"text": "I'm just dull sometimes ....", "length": 5}, "6811": {"text": "LOL But yes , it does sound like a great plan .", "length": 10}, "6812": {"text": "Work overseas for about 5 years .", "length": 6}, "6813": {"text": "Come back home and buy a house near a forest full of game ....", "length": 13}, "6814": {"text": "Freehold !!!", "length": 1}, "6815": {"text": "I'm interested in knowing if they 're slavic people or are they arabs claiming to be Ukrainian or other minorities using the title of Ukrainians ? 2508", "length": 27}, "6816": {"text": "I don`t listen radio at all .", "length": 7}, "6817": {"text": "But `` Radio Shanson '' somehow poisoned the minds of almost all `` marshrutka '' drivers in all big Russian cities .", "length": 17}, "6818": {"text": "HZ why .", "length": 2}, "6819": {"text": "The 19-year-old had beaten two elderly Long Beach women to death and raped one with a wine bottle .", "length": 20}, "6820": {"text": "The brutality of his crime and his lack of remorse made Jackson the `` model candidate for death in the gas house , '' one columnist wrote after his death sentence was upheld by the state 's highest court .", "length": 36}, "6821": {"text": "Jackson 's retrial took jurors back to the events of late summer 1977 , when two widows , Vernita Curtis , 81 and Gladys Ott , 90 , were beaten and strangled to death during burglaries a week apart in a Long Beach apartment building .", "length": 40}, "6822": {"text": "On Thursday , a Long Beach jury once again found that Jackson , now 52 , should be put to death .", "length": 18}, "6823": {"text": "Jackson is black ; his two victims were white .", "length": 8}, "6824": {"text": "http://www.latimes.com/news/local/la-me-death-penalty2-2010apr02,0,5824772.story * * * * * * * * Kevin Bautista , a 21-year-old black , was shot and killed Saturday , March 27 , According to an LAPD news release , Bautista was sitting in the passenger seat of his car about 6 : 15 p.m. `` when a man and woman drove up in a gray sedan and stopped at the southeast corner of 84th Street and Harvard Boulevard . ''", "length": 72}, "6825": {"text": "Police allege the man , described as black and between 17 and 20 , got out of his car , walked back to where Bautista was sitting and shot him .", "length": 27}, "6826": {"text": "http://projects.latimes.com/homicide ... t/blog/page/1/", "length": 9}, "6827": {"text": "I caught this on youtube , I 'm sure someone has posted this at some point on here but it deserves reiteration .", "length": 21}, "6828": {"text": "http://www.youtube.com/watch ? v = R8gYc5fvMQ0", "length": 7}, "6829": {"text": "Another classic .", "length": 2}, "6830": {"text": "Nothing quite like watching stupid white people in action .", "length": 9}, "6831": {"text": "Sad thing is I could n't even find the real classics I was looking for on youtube which air far more with even worse messages .", "length": 26}, "6832": {"text": "Toy Crane Commercial | BMO Harris Bank - YouTube", "length": 7}, "6833": {"text": "You mean like how there was no electricty or other public services except the post office and some roads during the Old Republic ?", "length": 23}, "6834": {"text": "Our enemy has the sheep already , and they 're doing more to destroy us than many of these `` lions '' of ours are saving .", "length": 23}, "6835": {"text": "No one is here to try to convert anyone .", "length": 9}, "6836": {"text": "This thread is for answering questions related to NS , that 's all .", "length": 12}, "6837": {"text": "\u0418\u0441\u043a\u043e\u0440\u0438\u0441\u0442\u0438 \u043d\u0435\u043a\u0438 \u0441\u0430\u0458\u0442 \u0437\u0430 \u0445\u043e\u0441\u0442\u043e\u0432\u0430\u045a\u0435 \u0441\u043b\u0438\u043a\u0430 .", "length": 6}, "6838": {"text": "ImageShack \u00ae - Online Photo and Video Hosting TinyPic - Free Image Hosting , Photo Sharing & Video Hosting Image hosting , free photo sharing & video sharing at Photobucket", "length": 23}, "6839": {"text": "Thank you my friend for posting on our section ...", "length": 9}, "6840": {"text": "I already tell my friends here all about you ...", "length": 9}, "6841": {"text": "You are a true friend of my serb people ...", "length": 9}, "6842": {"text": "Thank you for everything ...", "length": 4}, "6843": {"text": "I posted a long and insightful ( or at least so I thought ) post here a couple of days ago .", "length": 19}, "6844": {"text": "Have the mods refused it ?", "length": 5}, "6845": {"text": "If so , why ?", "length": 3}, "6846": {"text": "Och nu har jag ocksa forlorad min Svensk Medborgarskap och far inte har en nya Passport !", "length": 16}, "6847": {"text": "I have to reapply for my citizenship of birth and might possibly be turned down because I 've lived most of my life in Tyskland och USA , trevligt , inte ?", "length": 29}, "6848": {"text": "Btw, if anyone wants to have their say against the multikulti zombies that read Six Degrees , here 's their forum : http://www.6d.fi/say _ your _ say/", "length": 29}, "6849": {"text": "In Sweden most people receives SVT 1 , SVT 2 , TV 3 , TV 4 , Kanal 5 and ZTV SVT 1 and SVT 2 are state owned and mostly show socialistic propaganda .", "length": 30}, "6850": {"text": "TV 3 I think is controlled by Swedish Gentile Stenbeck family .", "length": 11}, "6851": {"text": "They show some football and ice hockey + American garbage shows .", "length": 10}, "6852": {"text": "The Stenbeck family also controls the Metro newspaper ( the one that you can find in many subways in big cities around the world ) .", "length": 23}, "6853": {"text": "TV 4 is controlled by Jewish Bonnier ( Hirschel ) family .", "length": 9}, "6854": {"text": "They always have anti-racism campaigns and multikulti propaganda .", "length": 9}, "6855": {"text": "Bonnier probably control some 70 % or so of all media in Sweden .", "length": 12}, "6856": {"text": "Kanal 5 only shows American garbage shows and reality shows like `` Big Brother '' .", "length": 13}, "6857": {"text": "I do n't know who is the owner .", "length": 9}, "6858": {"text": "ZTV has the same owner as TV 3 .", "length": 8}, "6859": {"text": "They show music videos on day time and movies and other shows in the nights .", "length": 15}, "6860": {"text": "Also , most Swedes at least get MTV and Eurosport .", "length": 9}, "6861": {"text": "Moreover , children 's programs are usually lead by non-Whites , very often mulattos .", "length": 13}, "6862": {"text": "At least this is the impression I get when I occassionaly happen to turn on a channel and there 's a children 's show on .", "length": 25}, "6863": {"text": "To sum it up , the situation in Sweden is a complete disaster .", "length": 12}, "6864": {"text": "That news is something totally incomprihensible .", "length": 6}, "6865": {"text": "All rapes are disgusting , but raping a FIVE year old ???", "length": 10}, "6866": {"text": "How was that even happened ?", "length": 5}, "6867": {"text": "Parents should take care of their children ...", "length": 7}, "6868": {"text": "I'm glad to hear about my brothers being ready to fight like that , lets just hope in the future these immigrants with no right will get something good enough so they 'll finally leave", "length": 35}, "6869": {"text": "I was wondering if there is any sort of interest among nordic nationalists or any organizations which promote the unification of Norway , Sweden , Denmark and Iceland ?", "length": 26}, "6870": {"text": "I would like to finish this tree for posterity , so what about these terms ?", "length": 14}, "6871": {"text": "Kokkepige Stuepige Barnepige Tjenestepige Tienestefolk Huus jomfure ( House-something ? )", "length": 9}, "6872": {"text": "Politifuldm .", "length": 1}, "6873": {"text": "St\u00e5r i butik ( papirforretn. ) ( The above are other people listed as living in my family 's home .", "length": 17}, "6874": {"text": "Servents/maids , workers of some type ?", "length": 6}, "6875": {"text": "Lodgers ? )", "length": 1}, "6876": {"text": "Also : Student , underholdes af faderen ( Student of ... ? )", "length": 7}, "6877": {"text": "Handelsbetjent I really appreciate your help , Profoss .", "length": 7}, "6878": {"text": "It took me forever to find these documents ....", "length": 8}, "6879": {"text": "-Zo\u00eb", "length": 1}, "6880": {"text": "From what I 've read , Bokmal is used in newspapers , official documents , and spoken in the big cities while Riksmal is rural and spoken in the small towns and in the country. ( IF I remember correctly ) .", "length": 36}, "6881": {"text": "Black metal fan , eyh ? = o ) The fight against god and christ has begun Forever we will remember those that lived under the hammer of our hoards Forever is the war against those of the light , untill they meet the face of death , the cold of death A winter of cold shall come to freese the blood of the christians Our crusade has begun and every step is a stake through christs heart We burn gods children on the bonfire We burn the house of god The age of darkness shall cover the sun The gate of pearls will be crushed And each thorn in his skull , every nail in his body Souls born under the mighty throne of death We march our deathskull rally to the land of death and endless plains When the crusaders dangle , and the spirit of christ is dead When the moon shines pale and lonely , the sounds of a death march will be heard Gone were those of gods earth , behind a dark cloud , the moon so crude and col Song is the last note of a grave song", "length": 184}, "6882": {"text": "The woman may be attractive to another black .", "length": 8}, "6883": {"text": "Compared to the stunningly beautiful white Swedish females she is just a barfy mixed breed dog .", "length": 16}, "6884": {"text": "Her tainted feet have no place in Sweden .", "length": 8}, "6885": {"text": "Beautiful, I 'm so glad it went well .", "length": 8}, "6886": {"text": "It figures that the leftist mob that the media supports created all the violence .", "length": 14}, "6887": {"text": "Where do you see a hook nose ?", "length": 7}, "6888": {"text": "Where do you see dark hair ?", "length": 6}, "6889": {"text": "I see a man with a somewhat Nordic nose and white , not dark , hair .", "length": 14}, "6890": {"text": "Verdil\u00f8se snakk ?", "length": 2}, "6891": {"text": "Greit at du er forn\u00f8yd med din Nasjonalitet , det er ikke d\u00e8t det er snakk om , s\u00e5 slapp av , kamerat !!", "length": 20}, "6892": {"text": "Men det ser ut som om du er litt usikker m.h.t deg selv n\u00e5r du ' fr\u00e5gar ' om nesen din ..........", "length": 21}, "6893": {"text": "Translated : Worthless talk ?", "length": 3}, "6894": {"text": "It is cool enough that you 're happy about your Nationality , it is not that this talk is about , so relax , comrade !!", "length": 22}, "6895": {"text": "But it seems that you 're a little uncertain about yourself when you ask ' questions ' about your own nose ..........", "length": 19}, "6896": {"text": "---------------------------------------------------- Please do n't delete this , it is not an attack on Kondor 's Nationality .", "length": 15}, "6897": {"text": "Neither an attack on his nose ( which I ca n't distinguish from my own BTW ) .", "length": 16}, "6898": {"text": "Wolf 278", "length": 2}, "6899": {"text": "According to this story , the two Swedes were outnumbered , and the video only showed the final few seconds .", "length": 18}, "6900": {"text": "One guy 's face is clearly shown at the end , and the coon in the suit is a well-know football player according to this article .", "length": 26}, "6901": {"text": "Have there been any arrests ?", "length": 5}, "6902": {"text": "http://www.nationalvanguard.org/story.php ? id = 4191", "length": 8}, "6903": {"text": "This truly goes to show that non whites will follow whites anywhere .", "length": 12}, "6904": {"text": "They ca n't survive without us , but they do us nothing but harm .", "length": 14}, "6905": {"text": "There's no reason to drive cars with engines larger than 7 liters either ...", "length": 14}, "6906": {"text": "Nor poison your body with alcohol ... nor listen to music at a very loud volume ...", "length": 15}, "6907": {"text": "I do / will continue doing all of the above .", "length": 9}, "6908": {"text": "Click Here For Video Look at what is happening in sweden ..", "length": 11}, "6909": {"text": "And they are just growing in numbers , this is probably gonna happen all over europe", "length": 15}, "6910": {"text": "Maybe the Centre spent all their money buying Nogger Black ice cream to keep people away from seeing this awful racist product 100", "length": 23}, "6911": {"text": "That is tall for a lassigie .", "length": 6}, "6912": {"text": "That is why I asked for I figured you would be eithre very wee or very not so wee .", "length": 19}, "6913": {"text": "!!!!!!!!!", "length": 0}, "6914": {"text": "Are you trying to kill me ?", "length": 6}, "6915": {"text": "I have tears in my eyes from laughing so hard ... that was hilarious , Theoden .", "length": 14}, "6916": {"text": "THEY ARE NOT ODD !!!!", "length": 4}, "6917": {"text": "Perfectly normal and WHITE names Next try : Leida f Kulla m Alma f Ege m \u00c4rta f Epp m Endla f Arno m Tiiu f Ikevald m Piibe f Reet m R\u00fcnno m Does Ikevald have any meaning ?", "length": 38}, "6918": {"text": "I know we have to be polite , but come on , we do n't have to lie ...", "length": 17}, "6919": {"text": "( And to all you hudeksem , you know I 'm pulling your dicks ... )", "length": 12}, "6920": {"text": "They re more like a virus than human ; they get inside a country and they taint it with their sickness and pretty soon the whole country goes to hell while the government tries to ban video games because knife crime , rapes and mindless violence has skyrocketed .", "length": 46}, "6921": {"text": "Im sure they all hear great things about Ireland and there more than welcome to come over here ...", "length": 18}, "6922": {"text": "On a short holiday , Go back and do something about your own country and stop putting crap on our doorstep !", "length": 20}, "6923": {"text": "Nothing like the good old days with the size ten in a cell to have a vicious criminal begging a Garda to stop so he could confess , eh !", "length": 28}, "6924": {"text": "I knew that we would find out that it was the ' new Irish ' cultural enrichers behind this when I read the story yesterday !", "length": 23}, "6925": {"text": "Hey, do you think we are going to get into a fight between European countries about who all are going to get those Guantanamo prisoners ?", "length": 25}, "6926": {"text": "http://www.hs.fi/english/article/Fin ... /1135242977641", "length": 8}, "6927": {"text": "I'm white and my country is white and I 'm a nationalist , and I 've been on this forum for several years without problems .", "length": 25}, "6928": {"text": "You can forget about the IRA .", "length": 6}, "6929": {"text": "They are internationalist-Marxists .", "length": 4}, "6930": {"text": "It 's `` Brits Out - Everyone Else In '' with them .", "length": 9}, "6931": {"text": "That goes for all shades of the republican movement .", "length": 9}, "6932": {"text": "Where are there Morals ?", "length": 4}, "6933": {"text": "Who do they actually think they are banning a celtic cross !!!", "length": 11}, "6934": {"text": "Its time for Ireland to cop on and stand up for itself , This whole EU thing is a heap !", "length": 19}, "6935": {"text": "Terrible Tommy coming to Limerick.He will get in for a short holiday with a few lone wolves.He wants to go to King johns castle and see the town.Attachment 78266", "length": 32}, "6936": {"text": "Everyone in Ireland has a duty to make life as difficult for blacks as possible if our children are too have any kind of future .", "length": 25}, "6937": {"text": "I heard about the romanian gypsies that were on the roundabout in ballymun last year ... 400 of them will be coming back to Ireland and given houses !", "length": 27}, "6938": {"text": "Why dont we just put them in my spot and then drop a few bombs.I am serious they are making fools out of the Irish .", "length": 26}, "6939": {"text": "They should be forced to wear the hijab to show that they are different from us .", "length": 16}, "6940": {"text": "There should be no integration of immigrants with Irish culture .", "length": 10}, "6941": {"text": "An Irish prison is like a luxury hotel where they come and thats even if they get sent to prison and thats if they get do n't flee the country and thats if they get caught doing the crime ... so crime does pay in Ireland .", "length": 46}, "6942": {"text": "I would of never in a thousand years think that Ireland would allow nonwhites in there country they seemed to love there race alot .", "length": 24}, "6943": {"text": "Now there practically giving Ireland away .", "length": 6}, "6944": {"text": "In Limerick if caught with a knife Jail loads of women have been sent to prison.Very violent place i am afraid .", "length": 22}, "6945": {"text": "I havent been in Mayo in around three years but back then it was one of the last good Irish places left .", "length": 22}, "6946": {"text": "I stayed in Ballina and saw almost no foreigners at all .", "length": 11}, "6947": {"text": "I seen two blacks in a whole week .", "length": 8}, "6948": {"text": "Has this situation changed that much ??", "length": 6}, "6949": {"text": "I do n't see why the gardai do n't just grab them and deport them none of them are entitled to be here", "length": 25}, "6950": {"text": "from reading this i realized there was no date or there is a meeting or something going on outside the ucc in cork at 10 : 30 am on the 10th of march. was walkiing around cork with a few friends and they tried handing out leaflets \u00ac _ \u00ac friends and i were not to happy", "length": 54}, "6951": {"text": "A full version of The Lightning and the Sun !", "length": 9}, "6952": {"text": "Thank you to whoever set up this site and to you for linking it !", "length": 14}, "6953": {"text": "welcome to stormfront first of all , secondly if your political party is only for scotland maybe you should put this in SFGB .", "length": 22}, "6954": {"text": "The pourpose of this post is not to promote an Islamic Ireland .", "length": 12}, "6955": {"text": "I think most Stormfront members would agree.Iam here to promote a white Ireland like other members and to warn others about the treat of Multiculturalism and Islam in Ireland", "length": 30}, "6956": {"text": "It's really good to see that the people of Northern Ireland will not tolerate any $ hit or problems from foreigners .", "length": 21}, "6957": {"text": "It 's the only way .", "length": 5}, "6958": {"text": "I didnt know that bar was owned by a negro i will make sure i will never set foot in their again i was in their once !!!", "length": 27}, "6959": {"text": "If there is a positive to come out of this it 's that both communities will now realise that they are not that different after all compared to whats coming in .", "length": 31}, "6960": {"text": "Thanks for your support commando 88 , pm me and we will talk .", "length": 12}, "6961": {"text": "Yes the camp out will take place next month , we have a magnificent spot for it in the mountains of leinster .", "length": 21}, "6962": {"text": "Onward !", "length": 1}, "6963": {"text": "Ironic that they would consider those from Iceland as Germanic when people from Iceland have a 50 % blood link with Ireland due to the Viking slave trade .", "length": 27}, "6964": {"text": "I wonder why the Irish media are so obsessed with this site .", "length": 12}, "6965": {"text": "We get the occasional mention in papers like the Guardian here and of course journalists look in but as far as I know that 's it .", "length": 26}, "6966": {"text": "I'm glad my thread is so amusing .", "length": 8}, "6967": {"text": "I 'm surprised to see it still active .", "length": 8}, "6968": {"text": "I hope then there are no hard feelings ???", "length": 8}, "6969": {"text": "My ex girlfriends mother wrote that song !", "length": 7}, "6970": {"text": "Who are you ? and how did you get your hands on it ? pm me or send a email please", "length": 19}, "6971": {"text": "ive seen some very beautiful white women and nothing sickens me more than to see them pull up at the mall , grocery store , or gas station and think damn shes beautiful then to see her open the back door and walk in with an oreo baby kinda makes you wish it was still 1940 here in alabama 16", "length": 58}, "6972": {"text": "Yea their is !", "length": 3}, "6973": {"text": "Quick .", "length": 1}, "6974": {"text": "These moslem filth hacked there heads off it took about 30 seconds !", "length": 12}, "6975": {"text": "The poor sod was srceaming the whole time .", "length": 8}, "6976": {"text": "The Swedish Flag today was presented by a Nigerian Girl at the House of the President of Ireland , during the European Union Expansion Ceremony .", "length": 24}, "6977": {"text": "Like I have always said and will say till my dying day and beyond .", "length": 14}, "6978": {"text": "\"", "length": 0}, "6979": {"text": "There is no moral or just law that says you can not defend yourself , your family/loved ones/home from an unperoked attack . '", "length": 23}, "6980": {"text": "One reason we moved out of our ( at one time 99 % white ) neighborhood was because massive numbers of Chinese moved in and i swear to you a literal rotten smell came with them .", "length": 33}, "6981": {"text": "BS!", "length": 1}, "6982": {"text": "Have you ever spent time outside of the Vancouver area ?", "length": 10}, "6983": {"text": "I can go weeks in my town without seeing a non white unless an Indian is hitchhiking to town .", "length": 19}, "6984": {"text": "I stopped watching the CBC when they started airing that show `` Little Mosque on the Prairie '' .", "length": 16}, "6985": {"text": "Now I watch no TV at all .", "length": 7}, "6986": {"text": "Just Internet .", "length": 2}, "6987": {"text": "I 'm sure I 'm not missing much .", "length": 8}, "6988": {"text": "It would be funny.Even more so if one of them discovered that a Great Grand Father had been in the KKK. !", "length": 22}, "6989": {"text": "Hey I 'm in Victoria BC looking to join email me at antoniopuffi@hotmail.com I 'm loyal white and ready to fight !", "length": 23}, "6990": {"text": "That's because they do n't whore themselves out and end up looking like they 're forty at age 25 .", "length": 21}, "6991": {"text": "Plus they dress like ladies and not strippers so you are forced to look at their faces and their fake tits and miniskirt .", "length": 23}, "6992": {"text": "You can stop this by getting a dead pig and bury it underground where the mosque will be built .", "length": 19}, "6993": {"text": "MVI 0147 Dead Pig Stops New Mosque Construction !", "length": 8}, "6994": {"text": "- YouTube Heil Hitler !", "length": 3}, "6995": {"text": "No it is not accepted and it is pushed in our face by the joo run media time and time again but most people who dissaprove of mixed raced relationships just ignore the people involved .", "length": 35}, "6996": {"text": "That's interesting , your cryptic comment has made my mind boggle , I wonder what you mean ? .", "length": 16}, "6997": {"text": "Ok , it 's a fair cop , I 'll sign the ' fession , I ate all the fried eggs and I know I said I was English but I misled you because my mums dad was Irish , sorry about that .", "length": 38}, "6998": {"text": "Haribo Advert - Interrogation - YouTube", "length": 4}, "6999": {"text": "Probably a good idea for you to keep the TV off .", "length": 11}, "7000": {"text": "Read a few books , listen to music and stick to the internet for both entertainment and research .", "length": 17}, "7001": {"text": "Liberals go on about diversity and how we all need it , but they have no problem with two completely different types of people blending together and being the same .", "length": 29}, "7002": {"text": "No I havent , none of them are in my area the nearest in over an hour away and the picture if them was posted almost three years ago .", "length": 28}, "7003": {"text": "Im also young , probably too young .", "length": 6}, "7004": {"text": "Tens Of Millions For Africa Drought Victims A # 52.25m emergency aid package has been put together to help millions of drought victims in the Horn of Africa , the Government has announced .", "length": 32}, "7005": {"text": "Africa : Britain Has Put Together A # 52m Aid Package For Drought Victims In The Horn Of Africa | World News | Sky News", "length": 21}, "7006": {"text": "Thankfully not like that up here mate .", "length": 7}, "7007": {"text": "Though I can see it happening someday soon by the state of the rest of the UK .", "length": 17}, "7008": {"text": "Friend of mine says it 's spot the white person down London .", "length": 12}, "7009": {"text": "Shocking .", "length": 1}, "7010": {"text": "14/88 .", "length": 2}, "7011": {"text": "Welcome to my Irish brothers I hope your posts on Irish politics are accepted here ; Ireland is a country I would like to learn more about .", "length": 26}, "7012": {"text": "Migrants living in fear after racist bomb attack on Poles - Northern Ireland , Local & National - Belfasttelegraph.co.uk They 're threatening to leave , we 're doomed !!!", "length": 25}, "7013": {"text": "I'm glad we 're all hanging on in there .", "length": 10}, "7014": {"text": "Here is some sound medical advice and some swears from the Macc Lads .", "length": 13}, "7015": {"text": "Macc Lads - Got to be Gordons - YouTube", "length": 7}, "7016": {"text": "Got to laugh at how he is saying about how forward thinking and how much egyptians love democracy when they are about to hand power to a bunch of hard line Islamic fundamentalists who are more backward and worse than the last mob you Could n't make it up", "length": 50}, "7017": {"text": "Who is asking you to ?", "length": 5}, "7018": {"text": "Like I have suggested , get out of there and get amongst your own Folk where you can do some good .", "length": 20}, "7019": {"text": "What's the non-White demographic % in London ?", "length": 8}, "7020": {"text": "We just recently visited a relative in London .. Lord god , 2011 London is nothing like the 1950 's London I spent holidays in as a wee kid .", "length": 27}, "7021": {"text": "There are London areas that could be described as nothing less than little islamic republics .", "length": 15}, "7022": {"text": "Our country is being over run and people let it happen just because the political issue here seens to take over the racial one .", "length": 24}, "7023": {"text": "If the E actually stood for real English , rather than the homogenous multiculti * * * * that they have in their ranks I 'd be ready to support them .", "length": 26}, "7024": {"text": "There is such a thing as a human race but different sub species .", "length": 13}, "7025": {"text": "Like cats for example .", "length": 4}, "7026": {"text": "Lions , Tigers , Cheetahs , etc are all cats but they ai n't the same .", "length": 14}, "7027": {"text": "How about I pop through to your city and we can discuss this face to face rather than you skulking behind your keyboard ?", "length": 23}, "7028": {"text": "Hi brothers and sisters , i live in wiltshire so if there is anyone else here from wiltshire let me know .", "length": 20}, "7029": {"text": "1488", "length": 1}, "7030": {"text": "the town where i live you could probably get away with it i have had mine on a few times and never had a problem", "length": 25}, "7031": {"text": "Hi all , never posted in here before but ive been on sf for ages. live near london - but thinking about relocating up north ( i cant imagine why lol )", "length": 28}, "7032": {"text": "WTF Well done liberals you have ethnically cleansed a 20,000 + yr old race of beautiful and unique white people from their own country This is a sick and vile crime I 'm crying when i look at those pictures i do n't care if you laugh and say it 's gay to cry because my people will no longer exist in 100yrs 20.000 yrs destroyed in 100 My beautiful race dying ! i do n't know what to do", "length": 82}, "7033": {"text": "Well you 're wishing for the majority of white people in Britain to have their children burn in front of them and watch their flesh melt off of their bodies .", "length": 30}, "7034": {"text": "Just saying .", "length": 2}, "7035": {"text": "No dogs ?", "length": 2}, "7036": {"text": "My grandfather told me of england when he was a boy , and the dogs would go right into the pub with the men and sit with them under the table .", "length": 30}, "7037": {"text": "That 's my kinda place", "length": 5}, "7038": {"text": "Millions of them coming over will push our already-struggling infrastructure past breaking point .", "length": 14}, "7039": {"text": "Not to mention that they do n't belong here anyway .", "length": 11}, "7040": {"text": "London is a dead zone as far as anyone White is concerned , even Hertfordshire where it 's closest to London is turning brown .", "length": 23}, "7041": {"text": "England has been Jew infested for centuries and the BBC is the centre of the Marxist propaganda mill .", "length": 18}, "7042": {"text": "People suffer more the closer they are to ground zero .", "length": 10}, "7043": {"text": "Only if you can afford it , white good areas in croydon are semi house 350.000 + a 1 bed flat is 200.000 + .", "length": 23}, "7044": {"text": "The work place pensions advert is pretty bad , anyone seen it ?", "length": 11}, "7045": {"text": "I kid you not there is not one white man , among tens of foreigners , all stressing great the work place pensions programme is .", "length": 23}, "7046": {"text": "I dont know Birmingham but generally the best places to go for a haircut are up market and more importantly old fashioned hotels .", "length": 23}, "7047": {"text": "I can vouch for Blades and bows I have done business with them many times and customer service brilliant if you got a problem they will sort it .", "length": 28}, "7048": {"text": "Its about time we as a nation take matters into our own hands , over throw the government stop the white genocide deport all immigrants and establish a government to help indigenous white Britons rebuild this country .", "length": 36}, "7049": {"text": "I've tried to meet for coffee with a few people but everybody is really spread out , it 's tough to find the time to go out and meet like minded people .", "length": 32}, "7050": {"text": "This is part four of a five part series of videos on the German minority in Upper Silesia .", "length": 18}, "7051": {"text": "Oberschlesien - Als die Deutschen weg waren ( 4/5 ) - YouTube", "length": 9}, "7052": {"text": "This is a video of a band from the Upper Silesian village of Zebowice ( Zembowitz-Fohrendorf ) , it is the town with the highest percentage of Germans in Poland .", "length": 28}, "7053": {"text": "Kapela OSP Radawie g.Z", "length": 5}, "7054": {"text": "Let's change subject for a while , here is a song from one of my favorite movies in last 10 years , do n't know do you like Bourne ?", "length": 29}, "7055": {"text": "Moby Extreme Ways ( The Bourne Clip ) - YouTube", "length": 7}, "7056": {"text": "No, there is no logic for closing the section .", "length": 9}, "7057": {"text": "That is only an issue to be sorted out with Serbian moderators .", "length": 12}, "7058": {"text": "Many tribes had their own `` local '' gods ( and spirits , demons , creatures , etc. ) , yes , but they were usually `` lesser '' gods and the main Slavic pantheon was more or less the same everywhere .", "length": 31}, "7059": {"text": "I think only on the island of R\u00fcgen their local gods were actually major gods ( Porewit , Rugiewit , Porenut , Karewit , etc. ) , and there was also Kresnik here in Slovenia .", "length": 28}, "7060": {"text": "Many of the local gods are lost forever , and many that were once gods were transformed into simple spirits , creatures , etc .", "length": 21}, "7061": {"text": "Some Serbian beings are for example : Bauk , Bukavac , Cikavac , Psoglav ( also in Croatia ) , Stuha\u0107 , Sre\u0107a , Zduha\u0107 , etc. ; Poles had Z\u0142ota Baba , Karze\u0142ek , Boginki , Polevik , etc. ; the Russians had many of their own of course ( Ded Moroz was an evil wizard originally , but was transformed into a `` Santa Claus variant '' by Christians ) ; we Slovenians had Kurent , and we still dress the part and celebrate this every year : Some tribes neighbouring Germanic and Baltic tribes even incorporated Germanic and Baltic gods and creatures .", "length": 81}, "7062": {"text": "For example , Wends had Woda ( Odin ) , Balduri ( Baldr ) , Hela ( Hel ) ; Percunatele ( Mother of Perun , from Baltic Mother of Perkunas ) ; we Slovenians had Parkelj ( Krampus ) , Pehta ( Pechtra ) , etc .", "length": 27}, "7063": {"text": "`` Parkelj '' is the companion to the Christian St. Nicholaus ( Miklav\u017e ) each year : And here we celebrate Jarilo every year under the name `` Zeleni Jurij '' :", "length": 24}, "7064": {"text": "Please join the discussions first before posting your pictures .", "length": 9}, "7065": {"text": "So far you have not tried to post hardly anything but asking about your race type .", "length": 16}, "7066": {"text": "Please, put a link to follow the results as long as the count of votes begin !", "length": 16}, "7067": {"text": "It does n't matter whether it is in Greek .", "length": 10}, "7068": {"text": "thank you for the support Ukrainian brothers .", "length": 7}, "7069": {"text": "All of the arrestants are my personal friends , that means a lot to us", "length": 14}, "7070": {"text": "Probably, especially if they are legitimate refugees from a war conflict , as opposed to the fake black and brown refugees that are flooding the country now .", "length": 26}, "7071": {"text": "It's funny how our languages are similar .", "length": 8}, "7072": {"text": "You say Bloeslaw Chrobry ; in Croatian we would say Boleslav Hrabri .", "length": 11}, "7073": {"text": "- Boleslav The brave .", "length": 3}, "7074": {"text": "Emporion ballista in Museu d & #39 ; Arqueologia de Catalunya , Barcelona , Spain - YouTube Remains of the ballista found from archaeological excavations in Greek town of \u1f18\u03bc\u03c0\u03cc\u03c1\u03b9\u03bf\u03bd ( Emporion ) near present day town of L' Escala in Catalonia , Spain .", "length": 36}, "7075": {"text": "Further pictures and details from `` Greek and Roman Artillery Wiki '' .", "length": 10}, "7076": {"text": "Situation for Ukrainian patriots is turning for bad in Crimea Food for military attempted to pass through the fence .", "length": 19}, "7077": {"text": "\u0411\u0456\u043b\u044c\u0448\u0435 \u0447\u0438\u0442\u0430\u0439\u0442\u0435 \u0442\u0443\u0442 : ? ????? ?????????? ????????? ?????????? ??? ???? ?? ??? ????? ??????????? ????????? ??????? - ???? - ??? .ua ? ????? ?????????? ????????? ?????????? ??? ???? ?? ??? ????? ??????????? ????????? ??????? - ???? - ??? .ua Google translate works ( kinda )", "length": 9}, "7078": {"text": "You mean half Slavic ( R1a ) and half Illyrian-Celtic ( I2a2 + R1b ) , with Germanic influx ( I1 ) .", "length": 15}, "7079": {"text": "Because Illyrian-Celt tribes ( Dalmatie , Japods etc ) lived on present day Croatia , then the Slavic Croats arrived and assimilated those Illyrian-Celts , and on end we have Germanic influx during Frankish empire , Holy Roman Empire , Austro-Hungarian Empire and ww1 + ww2 period .", "length": 42}, "7080": {"text": "The regime wants Germans to hate themselves , too bad that they are not already brown Muslims !", "length": 16}, "7081": {"text": "Shame on those white Germans to be born to like their own race the most .", "length": 15}, "7082": {"text": "Watch out from Turkey they have a little score to settle with you guys .", "length": 14}, "7083": {"text": "We will see who is getting belted and robbed in sofia then", "length": 12}, "7084": {"text": "there was nothing left from the ancient macedonians when the Slavs arrived ... their trace was lost long before the slavic invasions took place", "length": 23}, "7085": {"text": "I wonder how any times this same video was posted on this thread .", "length": 13}, "7086": {"text": "Here is one : YouTube - Gru\u00dfwort von Matthias Faust ( DVU ) auf dem NPD-Parteitag 2010", "length": 14}, "7087": {"text": "Gentlemen, I remember you that all the posts not in English will be deleted .", "length": 14}, "7088": {"text": "Only posts in English , please !", "length": 5}, "7089": {"text": "Understood , SF Bulgaria ???", "length": 3}, "7090": {"text": "Please show me one real picture of present day bulgarian who looks like this painting and I 'll give you 1 000 000 Euro cash", "length": 25}, "7091": {"text": "The worst city I have ever seen in person was Miami Florida .", "length": 12}, "7092": {"text": "It is 85 % Black and latin American .", "length": 7}, "7093": {"text": "Truly disgusting", "length": 2}, "7094": {"text": "Thank you , she definitely is something else !", "length": 7}, "7095": {"text": "She is certainly an enigma .", "length": 5}, "7096": {"text": "I will soon post photos of my cats .... 6 of them .", "length": 11}, "7097": {"text": "It warms my heart to see that apparently there 's more than just one pro-White organization in San Diego area planning activities !", "length": 23}, "7098": {"text": "123 - BG 456 - MK 78 - BG 910 - MK 6 errors from 10 , as you see is same like before , average answares are 5 / 5 , 1 less or more do n't change it .", "length": 33}, "7099": {"text": "I take fotos from alphabetical order , only select clear big fotos .", "length": 11}, "7100": {"text": "And I 've seen many Serbian members here trying to prove Serbs are the oldest people on Earth .", "length": 18}, "7101": {"text": "https : //www.stormfront.org/forum/t384418 / https : //www.stormfront.org/forum/t291185 / https : //www.stormfront.org/forum/t113191 / https : //www.stormfront.org/forum/t46864 / https : //www.stormfront.org/forum/t101175 / https : //www.stormfront.org/forum/t118865 / https : //www.stormfront.org/forum/t142566/", "length": 42}, "7102": {"text": "Yeah, when I was younger there were some old lady in my street and kids thought that she is Baba Roga , so one day I waited for her with some pipe , I almost boke her backs ...", "length": 36}, "7103": {"text": "Please quote me where I 've implied or have said that .", "length": 11}, "7104": {"text": "You love pulling things out of your ass do n't you .", "length": 12}, "7105": {"text": "on here look in your state. its important that white women speak about it to white men that are on the edge of being liberals or not lol or brainwashed fruit cakes.you can shock them wake them up or remind them. keep it up do n't get down on yourself. men will do whatever a woman says right lol", "length": 61}, "7106": {"text": "there's a spirit rising a spirit called my blood a spirit that needs purity a spirit that needs one one in mind", "length": 23}, "7107": {"text": "Damn fine son you have there .", "length": 6}, "7108": {"text": "Well done brother Just dont try teaching him how to shave as it looks like you need some lessons yourself he he", "length": 22}, "7109": {"text": "Meta you are currently the fittest person I have ever saw on the stormfront site And thats against some pretty stiff competition as well", "length": 24}, "7110": {"text": "Thank you , C _ R.", "length": 5}, "7111": {"text": "I love them to death and would kill anyone that threatened them , but they will be hell when they get older ...", "length": 21}, "7112": {"text": "Yes most certainly now you need to recruit more of you friends an such to join Stormfront and help our movement !", "length": 21}, "7113": {"text": "I totally agree with you .", "length": 5}, "7114": {"text": "I have a dominant personality and I look for the same thing in girls .", "length": 14}, "7115": {"text": "I do n't want sheeps , I preffer girls .", "length": 9}, "7116": {"text": "2508", "length": 1}, "7117": {"text": "i was shocked that the New Age Tattoos parlor did my celtic cross but he did charge a lot of money for a simple black and white tat $ 130 for it", "length": 31}, "7118": {"text": "Hi All I am 130lb and I have Brown hair and I am looking for a WP girl in NC around fay or brag if this is you e-mail me", "length": 31}, "7119": {"text": "Rule Britannia I love you .", "length": 5}, "7120": {"text": "Will you marry me and be my eternal wife in this life and when we enter Valhalla together ?", "length": 18}, "7121": {"text": "I'm new to this so here it goes Looking for WP Girl in Ft.Worth Texas 18-35 That likes the Outdoors and partying E-Mail Address in profile", "length": 30}, "7122": {"text": "hello to all !", "length": 3}, "7123": {"text": "I am a new member from Bronx , New York looking for new friends to talk to .", "length": 16}, "7124": {"text": "I 'm 19 years old and an italian-AMERICAN ( most importantly ) .", "length": 11}, "7125": {"text": "So , TALK TO ME !!", "length": 4}, "7126": {"text": "well i have no money to go over the sea neither i think we should have it all over the world on the same day for those that dont have enough money to travel that far wpww .", "length": 37}, "7127": {"text": "I am in edmonton .", "length": 4}, "7128": {"text": "I go to van city at least once a year .", "length": 10}, "7129": {"text": "Pm me so we can chat further if you wish .", "length": 10}, "7130": {"text": "Ssupreme88", "length": 1}, "7131": {"text": "Hi all I just thought I should leave a note and wish all of our Southern Gentlemen and Ladies a happy `` Robert Edward Lee day '' .", "length": 25}, "7132": {"text": "Too bad it 's Bug day tomorrow , grrrr .", "length": 8}, "7133": {"text": "`` Gott Mit Uns ''", "length": 3}, "7134": {"text": "Yes the actions of a few ruin the image for the rest .", "length": 12}, "7135": {"text": "The image is tainted and was bad to begin with .", "length": 10}, "7136": {"text": "Shall we create a new professional one without the freak subculture ?", "length": 11}, "7137": {"text": "Someone Please Tell me what can be done or which people to tell that the Mexicans and or other hispanics here are undercutting price quotes on Good working People .", "length": 29}, "7138": {"text": "???", "length": 0}, "7139": {"text": "Anything ??", "length": 1}, "7140": {"text": "Worker: Thank you , I took a note of all that information and will use it to the best of my ability .", "length": 21}, "7141": {"text": "Great Avitar , I need one myself .", "length": 6}, "7142": {"text": "FlaNative62", "length": 1}, "7143": {"text": "88 sister no buddy reply to your post ?", "length": 8}, "7144": {"text": "O sister if you want to talk to a brother I 'm here pm me if you want. dont give up sister you well find what your looking for 88 stand tall and be proud to be a ARYAN WOMAN and sister 88 Goldenboy GODS RACE and NATIONS", "length": 48}, "7145": {"text": "Hey i live over in smithfield. i lived in newport news off jefferson and mercury .", "length": 15}, "7146": {"text": "Write back if you want to talk .", "length": 7}, "7147": {"text": "Stand Up and Sound Off Nathan", "length": 6}, "7148": {"text": "Hey I know I am too old for you but I just wanted to say I saw your picture & I think your cute .", "length": 23}, "7149": {"text": "It is always nice to meet people who have the same views as yourself .", "length": 14}, "7150": {"text": "You now have a new friend from Pembroke Pines , Florida .", "length": 10}, "7151": {"text": "Take care .", "length": 2}, "7152": {"text": "read posts in activism local and regional by dutchy and ladyaryan , the thread name is white town in the making and white strongholds in your city. take care 14 words", "length": 30}, "7153": {"text": "hey everyone ...... i just joined a few days ago and am looking for anyone near virginia to talk to or possibly meet. i 'm 19 and looking for someone around my age if possible", "length": 34}, "7154": {"text": "I want to meet someone here while I am in the north to show this southern boy around Email me at Justintime712@cs.com", "length": 24}, "7155": {"text": "I'm looking for an intelligent White man with a sense of humor between the ages of 21-32 .", "length": 19}, "7156": {"text": "I 'm 24 yrs old and live in MN .", "length": 9}, "7157": {"text": "I'm a cowboy , some what .", "length": 6}, "7158": {"text": "I do n't go line dancing but I listen to country and want to live on a ranch or farm", "length": 21}, "7159": {"text": "I'm not looking for a date , but I wanted to reply to get your thread to the top of the pile so that other people will look at your site .", "length": 31}, "7160": {"text": "You are very entertaining .", "length": 4}, "7161": {"text": "-Zoe", "length": 1}, "7162": {"text": "it is so good to know there is so many proud white people out there to carry on the fight ! i salute you all .", "length": 24}, "7163": {"text": "with my own experience i have never been looked at as a radical freak.but have been asked by people to see my tattoos.omg they actually admired the art work .", "length": 31}, "7164": {"text": "Is there one white woman here who would like to be my Queen Please check out this web site and see my pic and read all about me and if your interested drop me a line http://www.match.com/usearch/results...ngID=0&Theme=4Orjustgotomatch.com and look up user name of brokenheart4140 hope to hear from you soon", "length": 60}, "7165": {"text": "Sorry the worse working class slum is as Irish as the rest of Ireland.I love Ireland and my people all Irish are my people .", "length": 25}, "7166": {"text": "Thank You I have others posted through out this thread But here 's a few more From the Going to the Sun Road .", "length": 23}, "7167": {"text": "Southern tip Logging Lake Looking at Logging Mtn Southern tip Logging Lake Numa Ridge from Bowman lake ranger station Posing for a shot on the bridge across Quartz Creek to the back country campground", "length": 34}, "7168": {"text": "Those who do not keep slaves to clean their toalets will see their children multiply and happily exist in thir own countries .", "length": 22}, "7169": {"text": "If you would like to join the group it explains on our board all about P.L.E and what our goals are .", "length": 23}, "7170": {"text": "Do n't matter who you follow or supporter etc it is for white nationalists !", "length": 15}, "7171": {"text": "It was very nice meeting all of you for lunch .", "length": 10}, "7172": {"text": "My family and I are wanting to come out and look around a little more .", "length": 15}, "7173": {"text": "Look forward to seeing you all again", "length": 7}, "7174": {"text": "Here is a synosis I just found on google : There is much more to this as I hope to show when my package arrives .", "length": 24}, "7175": {"text": "Note no mention of part four .", "length": 6}, "7176": {"text": "It was put there in just the last few hours .", "length": 10}, "7177": {"text": "I looked up the same info eariler this evening and that last line was n't there Edit : and it 's not there now .", "length": 24}, "7178": {"text": "Kalispell, Montana - YouTube Elliott shooting for the 1st time - YouTube Big Mountain with Grace and Dad - Shreddin ' the Pow - YouTube New years wheelin Montana - YouTube New years wheelin Wild Bill - YouTube Wild Bill New Years Wheelin - YouTube", "length": 37}, "7179": {"text": "I live just north of the area you 're talking about , in Manistee County .", "length": 14}, "7180": {"text": "The only problem I see in the area is a lack of outside work .", "length": 14}, "7181": {"text": "If a person can find a way to create their own business , they could easily pull it off .", "length": 18}, "7182": {"text": "Land prices are slowly rising up here because of tourism , but only get crazy when you get closer to traverse city .", "length": 21}, "7183": {"text": "As far as Baldwin goes , what an anomaly that place is .", "length": 11}, "7184": {"text": "The ghetto of the north .", "length": 5}, "7185": {"text": "It became that way because years and years ago , joe louis ran a camp for ghetto kids there .", "length": 18}, "7186": {"text": "It then became a booming black town , and they ran it straight into the ground .", "length": 15}, "7187": {"text": "I 'd avoid the Baldwin/Idlewild area at all costs , but everywhere around there is extremely beautiful , lots of nature , etc .", "length": 21}, "7188": {"text": "I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .", "length": 24}, "7189": {"text": "Exactly.", "length": 1}, "7190": {"text": "They 'd rather sit in front of their computer wearing a Brownshirt uniform while taking pics of themselves with a webcam .", "length": 21}, "7191": {"text": "I'm actually not sure what the message is on this one , but if you or anyone else can explain it I 'd sure appreciate it .", "length": 26}, "7192": {"text": "The yellow ribbon says it all !", "length": 6}, "7193": {"text": "The lemmings have become so used to having a different color ribbon for different causes .", "length": 15}, "7194": {"text": "Someone is a GENIUS !", "length": 4}, "7195": {"text": "-Yankee Jim", "length": 2}, "7196": {"text": "No I do n't support Nordic Superiority , but I have no problem with Nordic people who want a pure Nordic race to exist .", "length": 24}, "7197": {"text": "I 'm 75 % Italian ( Alpine ) and 25 % Finnish ( Nordic ) .", "length": 9}, "7198": {"text": "i agree. just for the simple fact that i grew up in orlando fl. it was a good place to live at one time. but not any more. the crime went up and is still on the rise .", "length": 38}, "7199": {"text": "No, lets stay scattered across the earth and try to change every racially unaware white across the earth ...", "length": 18}, "7200": {"text": "We 'll win that way ...... LOL", "length": 6}, "7201": {"text": "Because you support an ideology which imposes it 's will on other people , and then you attack those people for merely resisting their own genocide", "length": 25}, "7202": {"text": "But what do you say to the ivy who wants to become a tree ??", "length": 14}, "7203": {"text": "Or for that matter thinks he is a tree ?", "length": 9}, "7204": {"text": "Has Don Black or Jamie Kelso announced a PLE in their home town yet ?", "length": 14}, "7205": {"text": "If so could I get a link ?", "length": 7}, "7206": {"text": "Thanks .", "length": 1}, "7207": {"text": "Well what I got to hear of it was pretty cool .", "length": 11}, "7208": {"text": "Stupid pop up froze the song for the fourth time in a row so I gave up ... will keep it logged for future use when I get the reformatting disc .", "length": 30}, "7209": {"text": "Yeah I know that they have been around since the 1930s and have not gotten anywhere .", "length": 16}, "7210": {"text": "Is n't 80 years of failure enough to teach you something ?", "length": 12}, "7211": {"text": "I saw two blacks there and a few on their website .", "length": 11}, "7212": {"text": "Why would they let blacks live ?", "length": 6}, "7213": {"text": "How many are there ?", "length": 4}, "7214": {"text": "Can someone help me find an ol ' comrade of mine who 's now rotting in a California Prison for his next two lives for allegedly victimizing anti-racist scum ?", "length": 29}, "7215": {"text": "His name is Josh Gilmore 2508", "length": 6}, "7216": {"text": "Those who are not in agreement with anything that they see here are invited to say so - and provide us with the alternative .", "length": 23}, "7217": {"text": "I saw your girls on VH1 , too .", "length": 7}, "7218": {"text": "They are totally adorable !", "length": 4}, "7219": {"text": "Their singing was too cute .", "length": 5}, "7220": {"text": "I hope they continue .", "length": 4}, "7221": {"text": "-Zo\u00eb", "length": 1}, "7222": {"text": "YouTube - & #x202a ; Bettie Page - Teaser Girl in High Heels & #x202c ; & rlm ; To me she is beautiful .", "length": 16}, "7223": {"text": "The most feminine form which these days has been lost .", "length": 10}, "7224": {"text": "The true essence of divinity .", "length": 5}, "7225": {"text": "Im thinking that if whites in mass began PLE 's the jews would just cross out the word white and add the word minority in its place .", "length": 27}, "7226": {"text": "I consider it one of the greatest honors that I got to see the ultrasound .", "length": 15}, "7227": {"text": "The baby was waving its arms and legs !!", "length": 8}, "7228": {"text": "Dresden got to see as well and it was a wonderful thing for her to see .", "length": 16}, "7229": {"text": "We are so excited about this baby .", "length": 7}, "7230": {"text": "We need to spread more videos around Haman : WNTube - YouTube the White Nationalist way ...", "length": 14}, "7231": {"text": "- Pioneer Little Europe ( PLE ) Didnt anybody teach you ?", "length": 8}, "7232": {"text": "Well said , the point of a PLE is an organic community , in which we are all free to express our own spins as we wish ...", "length": 25}, "7233": {"text": "In my mind it 's not even close to being obselete , I believe it is a symbol of the white race and it 's fight to save itself in this sick and twisted multicult world we live in .", "length": 38}, "7234": {"text": "I just had an extreme mini blizzard ( cookie dough ) from Dairy Extremist .", "length": 12}, "7235": {"text": "You have to have your extreme papers to move here .", "length": 10}, "7236": {"text": "No, they are the fastest land animal on this continent , so I think they are simply testing their speed .", "length": 19}, "7237": {"text": "Like a car trying to beat the train .", "length": 8}, "7238": {"text": "My mom and I went to the Huckleberry Festival in Whitefish this weekend and split a ham cheddar and veggie crepe at Amazing Crepes .", "length": 24}, "7239": {"text": "Funny they had to go to 2006 to find anti-PLE sentiment for a 2011 news story.How was that a current news topic , lol ?", "length": 25}, "7240": {"text": "Latest reported attack on students by the local Negroes was on a couple out getting a pizza in the late evening hours , 4 Blacks jumped them on their walk home .", "length": 30}, "7241": {"text": "UC student robbed at gunpoint : ' It can happen to anybody'", "length": 10}, "7242": {"text": "Judeo-Christians seem to focus on the idea that Jesus was a Jewish carpenter , from the line of Jewish king David .", "length": 21}, "7243": {"text": "Is there evidence to support/oppose this ?", "length": 7}, "7244": {"text": "I have and always will fly my rebel flag in my front yard for all to see.I also have it on my truck .", "length": 24}, "7245": {"text": "So long as http://ghettobraggingrights.wordpress.com/ exists I will not only think of blacks as sub-human savage beasts with no more self-control than a rabid dog , but refer to them as such .", "length": 35}, "7246": {"text": "I dont yell at members for asking questions and the answer is we do have many other candidates going to run .", "length": 21}, "7247": {"text": "We will be announcing congressional candidates and local office candidates in a few months .", "length": 14}, "7248": {"text": "We dont go telling members to run they have to come to us and ask .", "length": 15}, "7249": {"text": "C.N.N. Had story about this case today and said White Nationalist are using the story to help recruit people for there cause .", "length": 24}, "7250": {"text": "Well done guys lets keep sticking it to the system !", "length": 10}, "7251": {"text": "Do you know how long it takes to get the membership card and whatnot ?", "length": 14}, "7252": {"text": "I sent in my application a few days ago and was curious .", "length": 12}, "7253": {"text": "Thanks .", "length": 1}, "7254": {"text": "David, This will answer your questions about our activism and ability to acquire resources much better than I can .", "length": 19}, "7255": {"text": "It 's a new broadcast from John Young .", "length": 8}, "7256": {"text": "I guess me and mine probably throw a bit of a curve in your math then do n't we ?", "length": 20}, "7257": {"text": "I still want to know what you have accomplished ?", "length": 9}, "7258": {"text": "I'm not sure what sort of information you 're seeking but I recently found a number of Blacks who have been convicted for knowingly transmitting HIV/AIDS : Kouassi Adaye http://news.bbc.co.uk/2/hi/uk_news/e...de/3389735.stmJohnsonAzigahttp://en.wikipedia.org/wiki/Johnson_AzigaStanislasKanengele-Yondohttp://en.wikipedia.org/wiki/Stanislas_Kanengele-YondjoTrevisSmithhttp://en.wikipedia.org/wiki/Trevis_SmithAdrienSylverNduwayohttp://www.thenownews.com/issues06/0...031206nn2.htmlWillieAtkinshttp://www.dallasnews.com/sharedcont....32a4d9fd.htmlNushawnWilliamshttp://en.wikipedia.org/wiki/Nushawn_WilliamsSimonMolhttp://en.wikipedia.org/wiki/Simon_MolEversonBandahttp://www.dailymail.co.uk/pages/liv...=5&expand=truePeterMwaihttp://www.crime.co.nz/c-files.asp?ID=36WilliamKaranjahttp://www.amren.com/mtnews/archives...n_rapist_j.phpLinkoyMuhurihttp://news.bbc.co.uk/2/hi/uk_news/e...on/3256352.stmMohammedDicahttp://news.bbc.co.uk/2/hi/uk_news/e...on/3190626.stmFestonKonzanihttp://news.bbc.co.uk/2/hi/uk_news/e...es/4267433.stmGabrielVengesaihttp://www.dailymail.co.uk/pages/liv ... n _ page _ id = 1770", "length": 152}, "7259": {"text": "I saw on news here in Kentucky a few days ago where someone had spray painted `` KKK '' on the side of a black School security officer 's house , they hadnt found who did it but they said it was a possible hate crime .", "length": 43}, "7260": {"text": "To spend years and years in Prison for pray painting something on someones house is just not right !", "length": 18}, "7261": {"text": "http://www.abc25.com/Global/story.asp ? S = 5352185 Non whites commit far more crimes against whites each year but its never considered a hate crime and alot of them never spend any time in jail !", "length": 36}, "7262": {"text": "When will people * * * * * * * wake up ?", "length": 5}, "7263": {"text": "it does n't make sense to have hispanics securing the border. after all were are their loyalties. let 's support wn s who want to become border patrol agents .", "length": 30}, "7264": {"text": "I hear some great radio ads for National Vanguard , but only during the American Dissident Voices shows .", "length": 17}, "7265": {"text": "Has anyone ever tried to get one of these ads on talk radio ?", "length": 13}, "7266": {"text": "I encourage everyone to read the following information about one of the best opportunities the White race has left for survival : http://www.natallhv.com/what.html", "length": 27}, "7267": {"text": "I made copies and passed em out to friends and family .", "length": 11}, "7268": {"text": "But I just saw this .", "length": 5}, "7269": {"text": "http://www.freep.com/news/education/...7_20040417.htm We need to help .", "length": 12}, "7270": {"text": "College kids are use to hearing Black History Month or Native American History Month .", "length": 14}, "7271": {"text": "Western Civilization Month is a mouth full and many of them are too stupid to get it ( or just not paying attention ) .", "length": 22}, "7272": {"text": "White History month will turn some heads .", "length": 7}, "7273": {"text": "I was wondering if the anti 's have forums like Stormfront , and if so , what are they - feel free to PM me with the details .", "length": 25}, "7274": {"text": "CF", "length": 1}, "7275": {"text": "I just wanted to say hello to The Jew is Evil .", "length": 11}, "7276": {"text": "It really warms me that more Klan members are coming to Stormfront .", "length": 12}, "7277": {"text": "Welcome to Stormfront .", "length": 3}, "7278": {"text": "Thanks for posting the site info .", "length": 6}, "7279": {"text": "I agree with your post and this is a good way to be active .", "length": 14}, "7280": {"text": "Why not build little towns all around america instead of running to some little island that they can bomb if they wanted too .", "length": 23}, "7281": {"text": "Also if your intrested check out our webpage for more info on our european american town we are building !", "length": 19}, "7282": {"text": "LMAO.. this is funny .. i dunno if they 'd pay attention to ya though .. are the WWF board all jewish ? lolz", "length": 21}, "7283": {"text": "Bump!", "length": 1}, "7284": {"text": "Look what white liberals have done .", "length": 6}, "7285": {"text": "The blood of hundreds of white women is on the hands of white liberals .", "length": 14}, "7286": {"text": "Elevating the negro to iconic status , is bad business .", "length": 9}, "7287": {"text": "I'd rule as a black government but would keep the whites around just to keep the place running smooth and efficient .", "length": 22}, "7288": {"text": "Indeed, now they just need to feed themselves , educate themselves , police themselves ad nauseum ......", "length": 14}, "7289": {"text": "Oh wait thats what the whites are doing for them , kind of like a zoo ?", "length": 15}, "7290": {"text": "I do n't know ... if afrocant 's do n't slather their skin several times a day with cocoa butter lotion it takes on a definite crocodilian appearance .", "length": 29}, "7291": {"text": "To close for me to call .", "length": 6}, "7292": {"text": "Joe you are the most self imprisoned person I have yet to meet .", "length": 13}, "7293": {"text": "You are the loyal punk to dead men that would underbid your labor with slaves of the negro race .", "length": 19}, "7294": {"text": "It is quite farcical actually .", "length": 5}, "7295": {"text": "Yes, it 's really peculiar how every topic in the world is subject to critical analysis and open debate EXCEPT the `` holocaust '' .", "length": 22}, "7296": {"text": "I do not understand how any White Christians would stick up for Israel like these guys in the video below This happened in Atlanta this past weekend Palestinian state of unrest In Atlanta Georgia .", "length": 34}, "7297": {"text": "- YouTube Here is the same video on the guy 's FB page .", "length": 12}, "7298": {"text": "Check out all the Whites making pro Israel comments https : //www.facebook.com/photo.php ? v = 10204417923596945", "length": 17}, "7299": {"text": "Feel free to point out the intelligence in your claim that Germans have achieved nothing .", "length": 15}, "7300": {"text": "They 've achieved a whole lot more than Greeks ever have and ever will .", "length": 14}, "7301": {"text": "Oh yeah he was part Jewish with brown hair and brown eyes .", "length": 12}, "7302": {"text": "Reality : He had no Jewish ancestors and he had brown hair and blue eyes .", "length": 14}, "7303": {"text": "half white is still superior because how come every person I know who is half white is good at everything no matter about what other race is in um ..", "length": 29}, "7304": {"text": "I think everything should be done to preserve the great apes .", "length": 11}, "7305": {"text": "If it means exterminating the blacks in Africa so the gorillas have a healthy , big nature preserve I do n't oppose it .", "length": 23}, "7306": {"text": "Too many white youth have grown fat and lazy .", "length": 9}, "7307": {"text": "In the past , white kids were playing basketball after school , now they go home to their little video games , smoke dope or watch television .", "length": 24}, "7308": {"text": "When I was a kid we used to laugh at the so-called indoor sport .", "length": 15}, "7309": {"text": "Now , this has an entirely different meaning .", "length": 7}, "7310": {"text": "I applaud them for their nationalism , they are proud of their race , and they have their territories which they have built communities on .", "length": 23}, "7311": {"text": "It is the Asians in White countries that bug me .", "length": 10}, "7312": {"text": "The difference is that we could have done this without blacks .", "length": 11}, "7313": {"text": "Without us they would still be living in mud huts with sharpened sticks .", "length": 13}, "7314": {"text": "For white men it 's all about sex and for no real reason .", "length": 13}, "7315": {"text": "These disgusting perverted white men are no different than the white women who have sex with black men just because they have a bigger penis .", "length": 25}, "7316": {"text": "DISGUSTING .", "length": 1}, "7317": {"text": "I say take asian obsessed white men and dump them in some third world asian crap whole and never let them come back .", "length": 23}, "7318": {"text": "That is the most ridiculous crap I have ever seen anyone type .", "length": 12}, "7319": {"text": "Unless the aliens were simply humans from another planet you would never get used to them , stop lying .", "length": 18}, "7320": {"text": "But of course .", "length": 3}, "7321": {"text": "People such as yourself like to hold Blacks and Whites to the same standards only when its convienent to you .", "length": 20}, "7322": {"text": "It is amazing that you can create an extremely sexist idea and assume that your idea is just sexist enough to be not be called on its sexism by feminists .", "length": 30}, "7323": {"text": "Don't you think you should ask this at a forum where the vast majority of people actually claim that they are white supremacists ?", "length": 24}, "7324": {"text": "i was being polite as i tend not to write in absolutes .", "length": 12}, "7325": {"text": "You have given no evidence of anything you have said .", "length": 10}, "7326": {"text": "Your a ignorant troll. and sadly your not even entertaining .", "length": 10}, "7327": {"text": "Dogs and coyotes are two different species that can breed and produce fertile offspring .", "length": 14}, "7328": {"text": "Same with wolves and dogs , wolves and coyotes .", "length": 8}, "7329": {"text": "If you look at an Alaskan malamute and a timber wolf that are two different species , they look a lot more alike than say a Congolese and a Swede .", "length": 29}, "7330": {"text": "There is already hundreds of threads about blacks and violence , why have you decided to open up a new thread about it ?", "length": 22}, "7331": {"text": "You sound very similar to Satan in the New Testament when he was tempting Jesus to abandon God by offering him wealth and power .", "length": 24}, "7332": {"text": "I do care about arab christians You are not the only one who is feeling lost i know it sucks to be a non muslim in the middle east. would you like to move to east asia with me ?", "length": 39}, "7333": {"text": "It is necessary for them to hide behind lies and false information because face it , the truth is not on their side .", "length": 22}, "7334": {"text": "The best they can do is prevent their members from hearing the truth which is why they do n't allow any serious opposing views .", "length": 25}, "7335": {"text": "The link appears to have been broken .", "length": 7}, "7336": {"text": "I guess they did n't want anyone pointing out the flaws in what they wrote .", "length": 16}, "7337": {"text": "The Boers will be free in their Volkstaat by then and they can show us how their ancestors carved a civilization outta nothing", "length": 23}, "7338": {"text": "Good grief !", "length": 2}, "7339": {"text": "The lengths the fed. gov. will go to in order to put a notch on the preverbial ( sp ? ) belt ....", "length": 19}, "7340": {"text": "I think it goes back even to the 18th century and thats why I call it modern because it is neither ancient nor medieval ...", "length": 24}, "7341": {"text": "Thanks for this .", "length": 3}, "7342": {"text": "And here 's what David Irving 's site offers on Hitler 's Table Talks .", "length": 14}, "7343": {"text": "Letters to David Irving 's Website", "length": 6}, "7344": {"text": "well, looks like we can add another instance of 6 million to this pile , then - the amount of times they have told this story .", "length": 24}, "7345": {"text": "This is another tool that you will need not that im a expert god knows I only have that ged to fall back on .", "length": 24}, "7346": {"text": "My Aunt is Principal in High School and kicked an non-White Girl from the School for bad behavior .", "length": 19}, "7347": {"text": "I can give you her Skype and she will answer all your questions .", "length": 13}, "7348": {"text": "I had a great time as usual on Friday night !", "length": 10}, "7349": {"text": "So good to see new people every Friday night .", "length": 9}, "7350": {"text": "Seems like our message is getting to the right people .", "length": 10}, "7351": {"text": "I look forward to meeting more like minded people next Friday !", "length": 11}, "7352": {"text": "From your post it seems you see no future for SA or any other white country ?", "length": 16}, "7353": {"text": "You lost the fight already .", "length": 5}, "7354": {"text": "I wish people would spend more time reading his books or even watching his videos , instead of the watching the garbage on television or listening to these radio talks shows .", "length": 30}, "7355": {"text": "His website is also interesting .", "length": 5}, "7356": {"text": "I honestly believe that folks are S L O W L Y getting wise , and fed up with this `` sea hags '' crap .", "length": 22}, "7357": {"text": "God Bless you , Mr. Trump", "length": 5}, "7358": {"text": "It's important we educate ourselves one way or another .", "length": 10}, "7359": {"text": "Studying things for ourselves may prove to be just as effective as sitting in classes .", "length": 15}, "7360": {"text": "The home learner 's site is down can someone maybe email these to me or send me a copy of each ?", "length": 21}, "7361": {"text": "Wow!", "length": 1}, "7362": {"text": "What A Busy Week of Media Work Getting Out the Story of Canada Customs Thought Police and Harassment * CAFE You Tube -- Paul Fromm on censorship in Canada - YouTube * Co-host STORMFRONT Radio ( twice ) * Co-host THE TRUMP PHENOMENON ( twice on Republic Broadcasting * Interviewed on Jamie Kelso 's THE AMERICAN FREEDOM PARTY SHOW * RED ICE RADIO ( discussing the Arthur Topham `` hate law '' trial -- http://www.redicecreations.com/radio ... RIR-160210.php * The Brandon Martinez Show -- https : //youtu.be/wKF8Ekh3Rqk * One hour interview on VOTERS ' ECHO television show -- Voters Echo - Paul Fromm\u00e2 s take on freedom of speech and the Charter of Rights ! 09 February 2016 - YouTube * And , of course , on my nightly radio show on whiteresistanceradio.com", "length": 116}, "7363": {"text": "Some people believe the Jack O ' Lantern also represents the ancient Celtic warrior 's tradition of taking the heads of their enemies as trophies .", "length": 24}, "7364": {"text": "They are completely different from us and should not be living within sight of us , go back to Africa and die out .", "length": 22}, "7365": {"text": "Good for you , that is not usually what happens and has nothing to do in the modern age regarding 14 year old girls", "length": 23}, "7366": {"text": "When asked how I knew the holocaust was a lie my answer was if it was the truth there would be no laws against saying it was a lie .", "length": 29}, "7367": {"text": "I still have one or two hunting knives from when I used to fish and shoot in case of self defence at home .", "length": 23}, "7368": {"text": "Definitely going to stock up on certain melee weapons for the future .", "length": 12}, "7369": {"text": "Off the grid is double speak for not being inserted into the political indoctrination assembly lines that are today 's schools .", "length": 21}, "7370": {"text": "How are the kids supposed to learn about how evil Whitey is if their parents are teaching them how to read and write ?", "length": 23}, "7371": {"text": "They all look nonwhite , look closer .", "length": 6}, "7372": {"text": "You can see injun features .", "length": 5}, "7373": {"text": "Damn early euro fur traders could n't keep their hide pants on .", "length": 13}, "7374": {"text": "They bred with inferiors creating these mongrels", "length": 7}, "7375": {"text": "the most official report put out on the number of deaths in those camps was the report by the Red Cross .", "length": 21}, "7376": {"text": "Their report stated about 220,000 people or somewhere around that figure .", "length": 12}, "7377": {"text": "There is a copy of the report somewhere in the content of this thread but I ca n't pinpoint exactly where it is .", "length": 24}, "7378": {"text": "I've used FireFox for over a year now .", "length": 9}, "7379": {"text": "I love it .", "length": 3}, "7380": {"text": "I also have Google Chrome , IE , Opera .", "length": 7}, "7381": {"text": "Love FireFox the most .", "length": 4}, "7382": {"text": "I hope you are all emailing this newspaper .", "length": 8}, "7383": {"text": "It is disgraceful to treat a sick lady like they are doing .", "length": 12}, "7384": {"text": "Just appalling .", "length": 2}, "7385": {"text": "The oxymoronicness is strong with this thread title .", "length": 8}, "7386": {"text": "This is really , truly BAD .", "length": 5}, "7387": {"text": "There is nothing patriotic in acting like a nagger .", "length": 9}, "7388": {"text": "Adopt their musical style and hand gestures and you poison your own soul .", "length": 13}, "7389": {"text": "These guys are killing our culture while pretending to want to save it .", "length": 13}, "7390": {"text": "*Bernt Anker Hoffman , Pakkis , 1929 .", "length": 5}, "7391": {"text": "Olje p\u00e5 lerret , 60 x 70 cm .", "length": 7}, "7392": {"text": "Sysselmannen p\u00e5 Svalbard .", "length": 3}, "7393": {"text": "* Bernt Anker Hoffman , Pack-Ice , 1929 .", "length": 6}, "7394": {"text": "Oil on canvas , 60 x 70 cm .", "length": 7}, "7395": {"text": "The Governor of Svalbard .", "length": 4}, "7396": {"text": "Pakkis is common slang nickname for arabs in general , with a original link to Pakistani immigrants .", "length": 16}, "7397": {"text": "On most maps there are a northern pack-ice border .", "length": 10}, "7398": {"text": "I feel as though this border should be much , much further south .", "length": 12}, "7399": {"text": "I always told my boys what I was taught .", "length": 9}, "7400": {"text": "Hit first and hit hard .", "length": 5}, "7401": {"text": "There is no honor in a street fight .", "length": 8}, "7402": {"text": "And another video of another demonstration about a month previously that saw several antifa protesters hospitalised .", "length": 16}, "7403": {"text": "Antifa Forced To Retreat In Dover ( Trophies ) - YouTube", "length": 8}, "7404": {"text": "Take any DNA test with a mountain of salt .", "length": 9}, "7405": {"text": "There are extremely few genetic markers that are restricted to only 1 specific area , let alone 1 specific nation .", "length": 19}, "7406": {"text": "Agreed, The Blacks and Hispanics should have their own school only for them and have worse education than the children whites like that might not compete with our children whites .", "length": 30}, "7407": {"text": "Dont really listen to classical much but of what I have heard I guess beethoven `` s fifth is my favorite .", "length": 20}, "7408": {"text": "I tend to listen to the more Celtic , and Prussian Blue , viking , Saga type stuff .", "length": 15}, "7409": {"text": "I do n't blame you , all the yucky nonwhite DNA pawing your food as they pass it over the UPC scanner , disgusting .", "length": 23}, "7410": {"text": "I have lived in Mexico for 16 years and yes , it was too hard being surrounded by so many brownies ( mestizos and indigenous ) .", "length": 23}, "7411": {"text": "But I found my way ...", "length": 5}, "7412": {"text": "I returned home ...", "length": 3}, "7413": {"text": "Although I still support all WN movements from there ...", "length": 9}, "7414": {"text": "I'm pretty sure its not legal to pull someone over for out of state plats but living in Tn for the past 5 years I see it all the time .", "length": 31}, "7415": {"text": "They also pull out of county plates over as well .", "length": 10}, "7416": {"text": "It is stupid as hell but it happens all the time .", "length": 11}, "7417": {"text": "He is just telling the truth as usual the filthy jews need to clamp down as soon as possible .", "length": 19}, "7418": {"text": "He should sue for racism .", "length": 5}, "7419": {"text": "It basically says the Ancient Egyptians were Nordic or Nordic dominated , despite that being almost impossible .", "length": 16}, "7420": {"text": "Arthur Kemp over exaggerates their role in almost every civilization .", "length": 10}, "7421": {"text": "Sometimes it gets really ridiculous .", "length": 5}, "7422": {"text": "Show them William Pierce videos and tell them they are out of any inheritance if they become race traitors .", "length": 19}, "7423": {"text": "Point out Bible verses that support our position .", "length": 8}, "7424": {"text": "There is no good in reasoning a bitch that is hungry for a dick.Forget her and let her perish in shame after negroid kicks her after a few tries .", "length": 30}, "7425": {"text": "Another once great US city that is now ruined by you know who 's ..", "length": 14}, "7426": {"text": "Such a sh\u00e0me how we 've allowed blacks and browns to destroy every last square inch of our cities .", "length": 19}, "7427": {"text": "Nowadays, your ebony specimen chooses to sit at the back of the bus , so they can get up to all manner of mischief !", "length": 23}, "7428": {"text": "Is there any on here old enough to remember white Canada ?", "length": 11}, "7429": {"text": "I guess the Canada before 1965 ?", "length": 6}, "7430": {"text": "I wonder what it was like ?", "length": 6}, "7431": {"text": "Older folks are more interesting and have so much to offer .", "length": 11}, "7432": {"text": "I love listening to their stories of how things used to be .", "length": 12}, "7433": {"text": "Even when you 're hearing ' em for the umpteenth time you just have to smile like it 's new .", "length": 19}, "7434": {"text": "Love looking at old photographs too .", "length": 6}, "7435": {"text": "Australian here too , 1/4 Irish , 1/4 English , 1/4 Greek , 1/4 Latvian , 100 % white and damn proud of it too , plus my grandfather was is the ss Latvian legion which I feel was awesome .", "length": 37}, "7436": {"text": "Get the strongest pepper spray you can find .", "length": 8}, "7437": {"text": "And teach her to carry it in a place she can get to it quickly .", "length": 15}, "7438": {"text": "And make her practice .", "length": 4}, "7439": {"text": "I live in up state New York .", "length": 7}, "7440": {"text": "I 'm looking for someone to train with .", "length": 8}, "7441": {"text": "Shoot me a Private Message if nearby and interested , thanks .", "length": 10}, "7442": {"text": "This is a thread I created a while ago .", "length": 9}, "7443": {"text": "https : //www.stormfront.org/forum/t994857 / It 's a lesson for children .", "length": 12}, "7444": {"text": "Maybe you 'll find it useful .", "length": 6}, "7445": {"text": "I live near London , ON .", "length": 5}, "7446": {"text": "If any brothers want to meet up send me a message and we can start talking and and hang out sometime .", "length": 21}, "7447": {"text": "Watching tv or film with subtiitles is also good .", "length": 9}, "7448": {"text": "www.third-reich-books.com - English translations of hundreds of Third Reich originals without negative commentary !", "length": 16}, "7449": {"text": "Just stop pulling our legs please .", "length": 6}, "7450": {"text": "Halloween is an awful tradition which puts our race into a negative light , and that 's all !", "length": 17}, "7451": {"text": "The weakness of a bat is the wind up , when you draw back to swing you are wide open to attack for about 1/2 second .", "length": 26}, "7452": {"text": "Hitlerjugend Quex Der Ewige Jude Jude Suss Those are some movies the Nazi 's made and are very good and informative .", "length": 21}, "7453": {"text": "I recommend Quex to watch first .", "length": 6}, "7454": {"text": "The word problems that used to motivate the teaching of high school and college algebra ( simple , simultaneous , and quadratic equations ) disappeared from the syllabus decades ago .", "length": 26}, "7455": {"text": "For a book on algebraic word problems , look at Thurman Peterson 's `` Intermediate Algebra for College Students '' ( revised edition , 1954 ) .", "length": 20}, "7456": {"text": "Note that I ca n't guarantee that later editions of this book have such ( or even any ) coverage of word problems .", "length": 22}, "7457": {"text": "Exactly.", "length": 1}, "7458": {"text": "But it would require some work for the White who 've been exposed to Public school , been taught to hate `` learning '' etc ...", "length": 22}, "7459": {"text": "We no longer need her teaching kids if they do n't need to learn anything .", "length": 16}, "7460": {"text": "Lay her off and cart her back to India where she can poop in the Ganges river next to her dead grand parents .", "length": 23}, "7461": {"text": "Same here I 've already told my kids for a couple of years now that should someone start it they need to finish it ....", "length": 24}, "7462": {"text": "I have to walk the dog now but will come back later to watch the video 's that were posted .", "length": 20}, "7463": {"text": "Thank you to all who posted them .", "length": 7}, "7464": {"text": "And also Happy Birthday David Irving .", "length": 6}, "7465": {"text": "ive been lucky enough for that never to have happened .", "length": 10}, "7466": {"text": "I tend to kick with my feet in street fights because of shoes. btw did you check out the whole page ? that was just the beginning of the infection. it gets alot more gruesome. haha thats awesome that you got to soccer kick someone though .", "length": 45}, "7467": {"text": "I never have but I imagine its a little too easy to off someone that way .", "length": 16}, "7468": {"text": "I wonder what the shegroid that came running up did .", "length": 10}, "7469": {"text": "Looked like she was going to start slapping the White guy .", "length": 11}, "7470": {"text": "When I was very young we read and looked at the same books as the adults .", "length": 16}, "7471": {"text": "WWII was always a favorite subject .", "length": 6}, "7472": {"text": "This thread is already kind of worthless so here 's a People of Walmart picture !", "length": 15}, "7473": {"text": "Seriously Guys , It 's An Indian Symbol For Good Fortune - People Of Walmart : People Of Walmart", "length": 16}, "7474": {"text": "All that stuff makes for Good TV ........ The shows Great and keep you on Pins and Needles .", "length": 17}, "7475": {"text": "I think they will figure it out when the ratings start to slide .", "length": 13}, "7476": {"text": "Dont quote me on it , im pretty sure open carry of a long gun in texas is legal .", "length": 18}, "7477": {"text": "Though they are trying to pass open carry of a handgun .", "length": 11}, "7478": {"text": "There's so many good choices it 's hard to pick just one all time favorite .", "length": 16}, "7479": {"text": "I 'm going to go with my old man .", "length": 9}, "7480": {"text": "I jumped to conclusions .", "length": 4}, "7481": {"text": "Most weeks I see him 2 whole days and 1 or 2 nights per week I drive over and take him out to do something", "length": 25}, "7482": {"text": "$7.50 , , , , , , , , , , , , , , , , , , , , , , , , , , , , German O.D. suspenders You might get raped on shipping , I do n't know .", "length": 17}, "7483": {"text": "From another sight I had to pay $ 5 so they could ship ( 2 ) AR-15 detents , combined they weigh less than an ounce , a .44c stamp might have been plenty .", "length": 30}, "7484": {"text": "There is lots of cheap / good surplus stuff out there .", "length": 10}, "7485": {"text": "I will say I like the idea of this Ruger LCR in 9mm .", "length": 13}, "7486": {"text": "New from Ruger : LCR in 9mm - The Truth About Guns", "length": 10}, "7487": {"text": "If a show does n't involve homosexuals and/or interracial coupling , then it has a bunch of jews masquerading as whites running around with guns killing other whites .", "length": 29}, "7488": {"text": "There is not a show on tv that is n't a propaganda vehicle for `` The Agenda '' ( white genocide ) .", "length": 19}, "7489": {"text": "My eyes are a very dull , non-striking , dark green with yellow specks ...", "length": 13}, "7490": {"text": "Never seen them on anyone else but my mother .", "length": 9}, "7491": {"text": "Not the most attractive of colours , but certainly rare .", "length": 9}, "7492": {"text": "How much you want to bet it is n't a black male running this operation You can count on white people to be very innovative", "length": 26}, "7493": {"text": "Got rid of a semi custom 1911 because every time it rained or work or i sweated i had to clean it or in a few days rust would show up .", "length": 31}, "7494": {"text": "My glock not special parts just night sights , take home shake dry , clean when your bored .", "length": 16}, "7495": {"text": "I am searching books and film to teach with this coming year .", "length": 12}, "7496": {"text": "Does anyone have a recommendation ?", "length": 5}, "7497": {"text": "It is for 6th through 8th Grade .", "length": 7}, "7498": {"text": "Thanks .", "length": 1}, "7499": {"text": "The Jew in the video which I posted speaks mostly in English .", "length": 12}, "7500": {"text": "Has anybody watched the video and listened to him ?", "length": 9}, "7501": {"text": "This thread is actually going against culture and customs but I think that it best fits into this category .", "length": 19}, "7502": {"text": "Human Remains Found in Abandoned Hospital - YouTube", "length": 7}, "7503": {"text": "Good example for white people with dark hair and eyes : Uta Franz ( 1935-2012 ) austrian actress from the Sissi movies who had dark hair and eyes but she 's was recognizable as a white woman", "length": 35}, "7504": {"text": "Part 3 - Woman by anthropology showing how different and beautiful Europid woman are Ingeborga Dapkunaite - Baltic Elena Dementieva - East Nordid \u3000 Anna Kournikova - East Baltic Brigitte Bardot - Sub-Nordid", "length": 28}, "7505": {"text": "Those same documents also revealed that there were only 360,000 inmates ever in Auschwitz , total , from the time it opened until it closed .", "length": 24}, "7506": {"text": "I 've pointed that out to `` believers '' and I 'm invariably accused of being called a `` naziwhowantstokillsixmillionjews . ''", "length": 17}, "7507": {"text": "Like I said , the world has gone to the freaks !!", "length": 10}, "7508": {"text": "The parents of these girls have nothing to say about this ?!?", "length": 11}, "7509": {"text": "Here you go , 2 houses for 44,000 in a town that is 99 % white. located in a rural midwestern area .", "length": 21}, "7510": {"text": "http://www.eltingauction.com/2houses.htm", "length": 6}, "7511": {"text": "The great Polish ( but half French ) composer , Frederic Chopin .", "length": 9}, "7512": {"text": "One of the greatest of all time , and one of my personal favorites. portrait by French artist Eugene Delacroix .", "length": 19}, "7513": {"text": "http://en.wikipedia.org/wiki/Chopinhttp://search.playlist.com/tracks/Frederic % 20Chopin", "length": 12}, "7514": {"text": "I stop watching the history channel years ago .", "length": 8}, "7515": {"text": "How can anyone teach or discuss past events leaving out a race people responsible for the majority of strife amongst Europeans .", "length": 21}, "7516": {"text": "Arab militaries are incompetent .", "length": 4}, "7517": {"text": "Arab militias doubly so .", "length": 4}, "7518": {"text": "This should n't surprise anyone .", "length": 6}, "7519": {"text": "Looks like it went straight down the open breech and cooked off the ammo .", "length": 14}, "7520": {"text": "I've been following the events in Ukraine and have noticed some troops using the SKS .", "length": 16}, "7521": {"text": "Anyone know if those rifles are new production or old ?", "length": 10}, "7522": {"text": "That, or they were beat-ups in school and now they have badges , guns , and huge chips on their shoulders !", "length": 20}, "7523": {"text": "F * * k the bloods and crips , cops are the worst gang going !", "length": 12}, "7524": {"text": "This was on another thread , so placing duplicate in book thread , re removing Orwell and future possibility of book vanishment/censorships : http://www.pcworld.com/article/16865...ownership.html", "length": 29}, "7525": {"text": "My favorite time of year !", "length": 5}, "7526": {"text": "I go ALL out on Halloween .", "length": 6}, "7527": {"text": "Cant wait to start setting up my house as a grave yard and littering the front lawn with bones and monsters .", "length": 21}, "7528": {"text": "Who else here is `` THAT '' house on the block ?", "length": 9}, "7529": {"text": "I've often pointed out that negroes are more stupid than I can even imagine if they actually think they 're gonna win any race war .", "length": 26}, "7530": {"text": "Besides who would even bother to help them ?", "length": 8}, "7531": {"text": "Arabs ?", "length": 1}, "7532": {"text": "Asians ?", "length": 1}, "7533": {"text": "Mexicans ?", "length": 1}, "7534": {"text": "This guy seems to get it but otherwise : Sorry jigs , you 're on your own", "length": 15}, "7535": {"text": "Thank you !", "length": 2}, "7536": {"text": "This is an impressive site .", "length": 5}, "7537": {"text": "I am contemplating the philosophy of Asatru , and may want to `` home school '' my grey-haired self in it .", "length": 19}, "7538": {"text": "We shall see .", "length": 3}, "7539": {"text": "The idea that homeschooled kids do n't get socialized is ludicrous .", "length": 12}, "7540": {"text": "My kids are in a co-op that meets weekly , they attend church activities twice a week , and they are active in sports and other activities .", "length": 26}, "7541": {"text": "Plus there are all the kids in the neighborhood they play with .", "length": 12}, "7542": {"text": "And they learn to socialize with all ages of people when we are out and about going to museums or whatnot .", "length": 21}, "7543": {"text": "In fact my experience as a mom who has kids both in public school and kids who are homeschooled is that my homeschooled kids get more chances to be socialized .", "length": 30}, "7544": {"text": "They can talk to adults or to kids of any age .", "length": 11}, "7545": {"text": "My kids in school are only around kids born within a few months of them and they rarely get to talk .", "length": 21}, "7546": {"text": "Lunch is 15 minutes and recess is 15 minutes , you ca n't talk during class and there is little time available after school .", "length": 24}, "7547": {"text": "Kids in school get school socialization , homeschooled kids get socialized in the real world .", "length": 14}, "7548": {"text": "And let 's be honest we live in the real world , not the school world .", "length": 15}, "7549": {"text": "Hidden messages I have found : 1 .", "length": 6}, "7550": {"text": "`` Green Eggs and Ham '' a metaphor for succumbing to peer pressure to try marijuana .", "length": 14}, "7551": {"text": "2 .", "length": 1}, "7552": {"text": "`` Cat in the Hat '' message is to have a great time behind mom 's back and to then lie to her about it .", "length": 23}, "7553": {"text": "3 .", "length": 1}, "7554": {"text": "`` Would you , would you with a goat ? ''", "length": 7}, "7555": {"text": "Don't start me raging on all the German and Swedish students we have here taking places from the country 's native people I can imagine there is quite alot Finns in Swedens universities though .", "length": 35}, "7556": {"text": "Try and put in WN views into your classroom .", "length": 9}, "7557": {"text": "The anti-whites have been using education for decades to brainwash Whites against their own race .", "length": 16}, "7558": {"text": "It 's time to undo the damage .", "length": 7}, "7559": {"text": "A dog collar on a toddler .....", "length": 6}, "7560": {"text": "When that city is cleaned up , we may have to go door to door with pitchforks and a garbage truck .", "length": 20}, "7561": {"text": "This is why we should be educating our children like they educate theirs .", "length": 13}, "7562": {"text": "John Taylor Gatto - 01 The Elite Private Boarding Schools ( I 've tried everything to get this YouTube video to imbed in this post .", "length": 23}, "7563": {"text": "I have no idea how to do it. )", "length": 8}, "7564": {"text": "Show me the bones .", "length": 4}, "7565": {"text": "Where are all the bones ? actually I have n't seen or read anything on holycost in the msm lately. what 's up ?", "length": 23}, "7566": {"text": "Shows me that you 've probably never trained in jiu-jitsu .", "length": 11}, "7567": {"text": "None of it 's takedowns or submission holds rely on brute strength , but instead on superb technique .", "length": 17}, "7568": {"text": "Ha Ha Ha Ha in England it would go as follows : Water Pistol Water Pistol Water Pistol Water Pistol Water Pistol", "length": 21}, "7569": {"text": "Thank you for this post .", "length": 5}, "7570": {"text": "I was aware of events but not in such detail .", "length": 10}, "7571": {"text": "Rest in peace Herr Hess .", "length": 5}, "7572": {"text": "Brave , brave man .", "length": 3}, "7573": {"text": "sure I will take note but I will continue to point out how you refuse to disclose any info that may give away your position on topics relating to WN .", "length": 30}, "7574": {"text": "Truth is welcome who ever speaks it .", "length": 7}, "7575": {"text": "Egyptian TV Host : The Jews Are Using the Holocaust to Suck the Blood of the Germans - YouTube", "length": 17}, "7576": {"text": "A group of American men in the late 1700s decided they could defend themselves against the government of England , but it was illegal to do so .", "length": 26}, "7577": {"text": "These ' niggas ' .", "length": 2}, "7578": {"text": "I wish they 'd all bugger off back to the Sudan , Nigeria , Ethiopia or where ever the hell it is they 're from and never come back .", "length": 27}, "7579": {"text": "They 're a waste of space and they 're filthy , tax payer robbing , mentally challenged , primitive , unintelligent cultural trash .", "length": 19}, "7580": {"text": "Leaves eyes/Liv Kristine / Theater of Tragedy She is Norwegian and her husband I think is German .", "length": 17}, "7581": {"text": "I know they live in Germany .", "length": 6}, "7582": {"text": "And they are both singers in Leaves Eyes .", "length": 8}, "7583": {"text": "I love her voice !", "length": 4}, "7584": {"text": "YouTube - Lyset - Leaves ' Eyes YouTube - leaves eyes - lovelorn YouTube - Amhr\u00e1n ( Song of the Winds ) - Leaves ' Eyes YouTube - Leaves Eyes A Winter Poem YouTube - Theatre of Tragedy - Lorelei ( Live ) YouTube - Theatre of Tragedy - A Hamlet For A Slothful Vassal YouTube - Theatre of Tragedy - Venus YouTube - Leaves ' Eyes - Emerald Island YouTube - Leaves ' Eyes - Njord YouTube - Liv Kristine - Trapped In Your Labyrinth I know , a lot of videos .", "length": 65}, "7585": {"text": "Pick a few , you 'll see what I mean .", "length": 9}, "7586": {"text": "She and Tarja ( old singer from Nightwish ) are my top two favorite clean female vocals .", "length": 15}, "7587": {"text": "I listen to a lot of metal so , yeah , we call this `` clean '' lol !", "length": 14}, "7588": {"text": "Looked it up on amazon .", "length": 5}, "7589": {"text": "They do sell it and it may be needed one day .", "length": 11}, "7590": {"text": "May have to get some one day .", "length": 7}, "7591": {"text": "I am currently attending high school .", "length": 6}, "7592": {"text": "When i finish i plan on going to college not sure what career i want at the moment .", "length": 18}, "7593": {"text": "Ha I was just on there , stopped reading it to come on here and this was the first thing I saw .", "length": 21}, "7594": {"text": "Definitely going to do that !", "length": 5}, "7595": {"text": "I hope they do n't conflict .", "length": 7}, "7596": {"text": "I hope people can pass out candy while watching that game .", "length": 11}, "7597": {"text": "What time is the game ?", "length": 5}, "7598": {"text": "That's an absolute shame that they have to remove the bodies of Hitler 's parents .", "length": 16}, "7599": {"text": "Is it out of fear ?", "length": 5}, "7600": {"text": "Or just plain hatred ? whatever it is it is a terrible thing to do .", "length": 14}, "7601": {"text": "Do a search of the site and you 'll find lots .", "length": 11}, "7602": {"text": "Researching your topic and facts is as important as compsing your essay .", "length": 12}, "7603": {"text": "Go for it , I was out of high school for nine years before I went back to school to get my bachelors in graphic arts and 3D design .", "length": 28}, "7604": {"text": "Although I work freelance , the degree keeps the door open for me to work for a firm if I choose to .", "length": 21}, "7605": {"text": "Good luck .", "length": 2}, "7606": {"text": "Really?", "length": 1}, "7607": {"text": "What was the condition of the White Western World the day before Hitler 's stupid war and what is the condition today ?", "length": 22}, "7608": {"text": "haha well they require a certain physical ed. requirement at my school to be given a bachelor 's degree .", "length": 19}, "7609": {"text": "So i have 2 units left , and football is a 3 unit p.e. course so it 's in the bag. p.s. thank you everybody i appreciate the kind words", "length": 31}, "7610": {"text": "if i end up with kids i would prefer to home school them. i worry about it though as i am not very intelligent , nor do i have experience with kids or educating them. i guess i couldnt do much worse than the public schools though. i do have a kind of plan as far as social skills. i would put my kids in sports and classes like gymnastics and karate .", "length": 71}, "7611": {"text": "Most Nationalists here at Stormfront side with the Axis being they were Nationalists as well whereas the Allied nations were all in some form cultural Marxists .", "length": 26}, "7612": {"text": "They were talking about this on another thread and the first choices were for Coke and Taco Bell .", "length": 18}, "7613": {"text": "Burger King was next up .", "length": 5}, "7614": {"text": "There 's no effin way I would send a child to public school .", "length": 13}, "7615": {"text": "I do n't even watch TV anymore , the constant anti-White bias just made it completely not worth my while .", "length": 21}, "7616": {"text": "Sabotaging the system is a good idea .", "length": 7}, "7617": {"text": "Without explicitly lying , you could claim `` other '' ( europid ) or `` two or more '' ( nordid , atlantid , dinarid and so on ) races .", "length": 19}, "7618": {"text": "I remember months ago there was a thread with a complaint about a classmate who wrongfully claimed to be hispanic , just in order to receive affirmative action benefits .", "length": 28}, "7619": {"text": "In two years I will have a BS in Medical Technology .", "length": 11}, "7620": {"text": "I plan to work donig that for a few years then it 's off to med school .", "length": 17}, "7621": {"text": "I would also tell you to hang in there .", "length": 9}, "7622": {"text": "I have a lot of respect for teachers because I know I could n't do it in these times .", "length": 20}, "7623": {"text": "Some of the things I have heard about teachers having to put up with is insane .", "length": 16}, "7624": {"text": "No judge or government has the right in my opinion to tell parents how to raise their kids - any home school has to be better than having your kids endure a public school brainwashing any day !", "length": 36}, "7625": {"text": "Here is the new link to the Youth Corps Page !", "length": 10}, "7626": {"text": "The Knights Of The Ku Klux Klan Youth Corps Just click on these words in Red !", "length": 16}, "7627": {"text": "Holocaust is a Holohoax .", "length": 4}, "7628": {"text": "I hear the jews are looking to open a Holohoax center in Antarctica next year .", "length": 15}, "7629": {"text": "The penguins have n't been indoctrinated ... yet .", "length": 8}, "7630": {"text": "So how do you explain America 's being behind almost every industrialized nation in the world when it comes to education ?", "length": 21}, "7631": {"text": "WE had lots of good times and parties too , but we also had a gourmet chef , tutors , massage thereapist , and a library of extra liturature from teaches such as copies of the upcoming tests , etc ..", "length": 35}, "7632": {"text": "Well, I have a few hundred bookmarked - but here 's a few that I 've looked at more than once or twice : This website has free curriculum and good advice : http://bringinguplearners.com/Iusethisoneallthetimeforplanning:http://donnayoung.org/Ifyouwishtoaddanewelementtoyourhomeschool:http://www.teachwithmovies.org/index.html Happy learning !", "length": 46}, "7633": {"text": "Yeah sad to see people like that .", "length": 7}, "7634": {"text": "My mother was a teacher and a fair while back thought colored folks were wonderful misunderstood creatures but after teaching a majority non white class for a couple of years she no longer thinks they are all that great", "length": 39}, "7635": {"text": "Is this board game only Germanic mythology ?", "length": 7}, "7636": {"text": "That 's great for our Germanic youth but if you want to include all of our youth thats cutting it a bit short is n't it ?", "length": 27}, "7637": {"text": "I just called her and told her next time to save it and come to me , from there we can go to my attorney and see if there is anything we can do to stir the pot .", "length": 37}, "7638": {"text": "If they ever accept that there are mental differences between the races they will be putting the first shovelful of dirt into the grave of multi-culturism .", "length": 27}, "7639": {"text": "Also every other multi they are trying to force upon us .", "length": 11}, "7640": {"text": "It will be like letting everyone they persucuted for speaking the truth spit into their faces and say , `` I told you so . ''", "length": 22}, "7641": {"text": "Let's hope the nearly all-White Gold Medal US Women 's Soccer team gets into the spirit too .", "length": 19}, "7642": {"text": "The Silver Medal Women 's US Softball team is probably all dykes considering how much dykes like softball .", "length": 18}, "7643": {"text": "We need a J.T Ready on the California Border .", "length": 10}, "7644": {"text": "Video Shows How Mexicans Beat a 20-Foot Fence on California Border - True Crime Report", "length": 15}, "7645": {"text": "I think girls go to clubs to meet guys cause there are so many guys there it makes it easier to meet some one. atleast thats what i have been told. im not into the dancing they do .", "length": 38}, "7646": {"text": "Had a run in with a JAP tonight .", "length": 8}, "7647": {"text": "I seriously hope she dies in a fire one day .", "length": 10}, "7648": {"text": "That is all .", "length": 3}, "7649": {"text": "I feel very sorry for the families of such Jews as Art Katz because he would preach to them over and over again about how Jesus died for the Jew first while at the same time shoving his non-Jewish wife into their faces .", "length": 44}, "7650": {"text": "And then he had the nerve to preach about anti-Semitism from the pulpit .", "length": 14}, "7651": {"text": "Lame.", "length": 1}, "7652": {"text": "The struggle is about race not culture .", "length": 7}, "7653": {"text": "The last thing we need is to stop calling things for their name and to look like cowardly old school nationalists .", "length": 21}, "7654": {"text": "Do you mean this one ?", "length": 5}, "7655": {"text": "You can have it completely for free !", "length": 7}, "7656": {"text": "BLOOD PASSOVER COMPLETE ENGLISH TEXT The whole English text of `` Bloody Passover '' is online at this URL : http://www.israelshamir.net/BLOODPASSOVER.pdfhttp://www.cwporter.com/hoffman.htm", "length": 28}, "7657": {"text": "I do n't see it .", "length": 6}, "7658": {"text": "I see instead large scale riots along ethnic lines ... quickly started , quickly suppressed and marital law instilled .", "length": 17}, "7659": {"text": "did Hitler not have a policy that only those with blue eyes would have lived ? brown hair was acceptable , only with blue eyes .", "length": 23}, "7660": {"text": "Nothing is EVER as it seems to be .", "length": 8}, "7661": {"text": "We are always taken by surprise when something happens that we did not foresee .", "length": 14}, "7662": {"text": "Of all people , the Germans have learned this lesson best , I think .", "length": 12}, "7663": {"text": "Indeed they are , and if one does n't stop for a moment to consider the implications of that , they do n't see the obvious contraction in terms .", "length": 29}, "7664": {"text": "It tells you that the grand wizards in the oil kingdom are playing these folks for fools to help line their own pockets , and sadly , they 're succeeding .", "length": 28}, "7665": {"text": "No, the picture thread took care of that !", "length": 8}, "7666": {"text": "I just want to see all the styles of clothes , how they wear them , etc .", "length": 15}, "7667": {"text": "Dont even have to include a face .", "length": 7}, "7668": {"text": "How about telling them that you would gladly give the United States back to the Native Americans as long as White people got all of Europe back ?", "length": 27}, "7669": {"text": "Thank you to all the people who 've responded here , and to those of you who 've sent me PM 's about it .", "length": 23}, "7670": {"text": "Youre all a lovely bunch of people and I thank you for your concern I am at the moment insisting on being driven .", "length": 23}, "7671": {"text": "Washington State University ( WSU ) ?", "length": 4}, "7672": {"text": "Very good school with alot of whites , very few hispanics and very few blacks but many asians .", "length": 17}, "7673": {"text": "If you can stand asians then you would find the school to be a breath of fresh air .", "length": 18}, "7674": {"text": "I bet they wouldnt have done that crap to a black person that had black power or those black fists that the panthers use written on his back pack .", "length": 29}, "7675": {"text": "Friggen hipicrits .", "length": 2}, "7676": {"text": "or say sentences with a swear word in between each word except to music , or go to jail ur whole life", "length": 21}, "7677": {"text": "If you are a skinhead then by definition you must have your head shaved because if you do n't you 're not a skinhead .", "length": 25}, "7678": {"text": "Skins have a reason to shave their heads see www.skinheadz.com As a normal white nationalist there is no reason for you to have your head shaved .", "length": 28}, "7679": {"text": "Our ancestors didnt walk around bald so why should you ...", "length": 10}, "7680": {"text": "Nope prisoner means that you belive in wp and try to dress as much like one but cannot due to parents or your job .", "length": 24}, "7681": {"text": "Mine being the first .", "length": 4}, "7682": {"text": "I saw AHX for the first time the other day and I would not say it 's Pro Aryan .", "length": 19}, "7683": {"text": "For a start , the main character has a change of heart .", "length": 11}, "7684": {"text": "I prefer classical music and marching band works , particularly the kind of score that was written for marching band , not some pop song transcribed to be played by instruments .", "length": 29}, "7685": {"text": "And when it comes to classical music , I like it powerful .", "length": 11}, "7686": {"text": "Constant movement .", "length": 2}, "7687": {"text": "A friend brought a small little finger nail cleaning knife to school , a teacher found out , and he got expelled ...", "length": 20}, "7688": {"text": "This is why I need something else then that .", "length": 9}, "7689": {"text": "they have an asian group a black group a mexican group but sadly my request for a white group was denied ...... is this libral hipocracy or discrimination against a skinhead ?", "length": 30}, "7690": {"text": "Yes that game is pretty good its truly 100 % negroid killing action aka mini RAHOWA But i would like to see a expansion set of it ........................ next mission in harlem : laugh that would be perfect then .", "length": 36}, "7691": {"text": "If you were smart you wouldnt create a white pride school group , take it from someone who has been through it .", "length": 21}, "7692": {"text": "If anything racial happens , you will be pinpointed .", "length": 8}, "7693": {"text": "Just my 2 cents .", "length": 4}, "7694": {"text": "got myself a pair of burgundy 8 hole grindres on a low sole they kick as as far as I am concernd thats all I need", "length": 26}, "7695": {"text": "I like husband in a decent pair of jeans , a well fitting shirt , and a pair of boots ...", "length": 18}, "7696": {"text": "Face shaved and moustache trimmed ...", "length": 5}, "7697": {"text": "Hair freshly cut ...", "length": 3}, "7698": {"text": "thanks and i will continue to come back. does anyone know of some good bands to listen too ? i got several at the moment that i really like but it would be good to have some more . .. casper", "length": 38}, "7699": {"text": "I have realized while on stormfront , that my idea of what white looks like is flawed .", "length": 16}, "7700": {"text": "Are those Greek and Albanians considered white ?", "length": 7}, "7701": {"text": "I go to work . . so I got my dirty blue jeans , black socks , old shoes and a tshirt ussually of the heavy metal type . . today it 's slayer , and my trusty winchester cap with a couple thors hammer pins on it. gotta have the beard , chicks dig it ; x i had long hair ' till i cut it for my wedding , didnt wanna look too much like the unibomber when i get dressed up i put on clean pants and a plain tshirt .", "length": 82}, "7702": {"text": "Yet if the thugs had of actually robbed the store and injured or killed your friend , it would not be classified as a hate crime would it ?", "length": 27}, "7703": {"text": "I joined the Marines .", "length": 4}, "7704": {"text": "I 'll be leaving for basic pretty soon .", "length": 8}, "7705": {"text": "Hey , hey army Dirty , Dirty army Hop off your tanks and follow me We are Marine Corp Infantry Hey , hey navy Nasty , nasty navy Get off your ships and follow me We are Marine Corp Infantry Hey , hey air force Lazy , lazy chair force Get off your chairs and follow me We are Marine Corp Infantry Back in 1775 My Marine Corp came alive First came the color blue To show the world that we are true Then came the color red To show the world the blood we shed Then came the color gold To show the world that we are bold", "length": 103}, "7706": {"text": "it is better with a shaved head.A friend of mine was beaten really bad a year ago because they could have pulled him by his hair .", "length": 27}, "7707": {"text": "miscegination is a killer for all races. it destroys perfectly good DNA , even nonwhite DNA. we might need our diversity some day to save an entire species. it would be a shame if that DNA was destroyed becasue of some leftist ideal bullsnot", "length": 43}, "7708": {"text": "Hell, i tend to not give a tinker 's darn if my friends ' ocasionally ' smoke weed .", "length": 16}, "7709": {"text": "Just lay of the crack and ecstasy .", "length": 7}, "7710": {"text": "Stay White , Stay Healthy For The Fight", "length": 7}, "7711": {"text": "if he 's a coke addict - try to find out where he gets the coke from and rat him out .... you will be a hero and can have your own party while all the nigs are behind bars", "length": 38}, "7712": {"text": "Well, you should .", "length": 3}, "7713": {"text": "The strength of our race is in the depth of love and care it shows to its own people .", "length": 19}, "7714": {"text": "Hello, I 'm Mike , I 've been reading these board for some time now and finally got around to registering .", "length": 20}, "7715": {"text": "I live in Georgia , namely the metro-Atlanta area so naturally im surrounded by monkeys .", "length": 15}, "7716": {"text": "I 'm 16yrs old and the only person in my family who seems to believe in preservation of our race .", "length": 20}, "7717": {"text": "Once again ..", "length": 2}, "7718": {"text": "Hello !", "length": 1}, "7719": {"text": "Im not sure of a site but those stats are from `` The Color Of Crime '' book .", "length": 16}, "7720": {"text": "If u search on yahoo ( ya-jew ) you can find it .", "length": 11}, "7721": {"text": "I just tried to get on the site and it stated Account has been suspended .", "length": 15}, "7722": {"text": "I hope Labrat can get it back , I liked the site .", "length": 11}, "7723": {"text": "Never mind post .", "length": 3}, "7724": {"text": "Site is back on line .", "length": 5}, "7725": {"text": "Did anyone realize what I said in my post about my daddy shooting me with my hand on the dial of a MTV station was a JOKE ???? 88 Crissy", "length": 29}, "7726": {"text": "hi school is a zoo and suck i hate my school to but white trash is some one who is a race mixers or a w * * * * * * white power at all times", "length": 31}, "7727": {"text": "Show us that your proud to be white , not black .", "length": 10}, "7728": {"text": "The last thing we need is for whites to start talking ebonics .", "length": 12}, "7729": {"text": "Seig Heil - Andrew", "length": 3}, "7730": {"text": "I'm not sure if you all have heard of this before or not but the other day my friend told me that he heard soon the government will require us to have an ID chip put under our skin on our hand .", "length": 43}, "7731": {"text": "I think this would just be a tighter grip the ZOG would have on us .", "length": 15}, "7732": {"text": "What do you all think ?", "length": 5}, "7733": {"text": "Goals??", "length": 1}, "7734": {"text": "Well I do n't have very specific life plans like aclemfaalthat replied BUT I do have goals ! 1 .", "length": 19}, "7735": {"text": "Learn how to swim !!! 2 .", "length": 5}, "7736": {"text": "Graduate from College ( 2 years left woo hoo ! ) 3 .", "length": 9}, "7737": {"text": "Join the Air Force ( Something I have in common with aclemfaal , small world ) 4 .", "length": 14}, "7738": {"text": "Travel through the USA 5 .", "length": 5}, "7739": {"text": "Travel abroad ( Something I have never done ! ) 5 .", "length": 8}, "7740": {"text": "THEN later on , IF I find my soul mate , marry and have a family .", "length": 14}, "7741": {"text": "Of course , none of this is set in stone .", "length": 9}, "7742": {"text": "But there are so many things I want to do and see-I want to live my life to its fullest .", "length": 21}, "7743": {"text": "I guess it makes sense for them , but they will eventually have to decide whether Jesus was Black or Christianity is false : from their perspective both ca n't be true .", "length": 31}, "7744": {"text": "That was my conclusion .", "length": 4}, "7745": {"text": "And for all those negroes out there , history starts with the written word .", "length": 13}, "7746": {"text": "Before the coming of Whites to Africa , there was/is no history .", "length": 12}, "7747": {"text": "This is a new version that has not been available before now .", "length": 12}, "7748": {"text": "New Intro , music leads in and out .", "length": 7}, "7749": {"text": "Please keep seeding .", "length": 3}, "7750": {"text": "Best to All !", "length": 3}, "7751": {"text": "--David Duke", "length": 2}, "7752": {"text": "Dr. Duke , if we are ever able to form a white nation ( God willing we will ) I hope you will become our president .", "length": 23}, "7753": {"text": "Ya I saw that and laughed myself sick over it .", "length": 10}, "7754": {"text": "NOW ! some crap I have not seen before is the displays of passover crap in the stores before .", "length": 18}, "7755": {"text": "FL that 's an old photo of last year .", "length": 9}, "7756": {"text": "They were praying for rain .", "length": 5}, "7757": {"text": "Coming out of the worst drought the country ever seen we must all thank God for the rain He send .", "length": 20}, "7758": {"text": "Our dams are overflowing except for the Cape .", "length": 8}, "7759": {"text": "Clearly there is a need for more alternative media in this country .", "length": 12}, "7760": {"text": "Why not start one yourselves ?", "length": 5}, "7761": {"text": "Seems like a great idea to promote our cause .", "length": 9}, "7762": {"text": "These are the kind of stories that most of the time come out of India and Pakistan .", "length": 17}, "7763": {"text": "God knows what would come out of Africa if only blacks could come up with investigative journalism .", "length": 17}, "7764": {"text": "We have a little piece of legislation called the Prohibition of Foreign Military Assistance Act This prohibits mercs from operating in South Africa. on pain of five years of hell in a kaffer jail .", "length": 34}, "7765": {"text": "I think he had a near death experience and saw where he is going and now he 's clinging to life with desperate tenacity", "length": 24}, "7766": {"text": "Food and water will obviously be very important , and the means to defend it What a defense force ... they are all haunted ... say hi to Casper in Upington , what a good soul", "length": 32}, "7767": {"text": "I'm glad you can walk in those things .", "length": 9}, "7768": {"text": "Last time I wore something even half that high I nearly broke my ankle and my neck .", "length": 17}, "7769": {"text": "Here's a site that compiles news articles of white crime and degeneracy .", "length": 13}, "7770": {"text": "I suppose it 's their version of SF 's News and Articles forum .", "length": 13}, "7771": {"text": "White Watch", "length": 2}, "7772": {"text": "That is the very definition of genocide .", "length": 7}, "7773": {"text": "Is n't it interesting how genocide is a crime until it happens to Europeans ?", "length": 15}, "7774": {"text": "Rhodine van der Walt was shot and killed in her home in Kempton Park on Saturday night , 1 Feb 2014 by blacks .", "length": 22}, "7775": {"text": "It is in the nature of Jews to desecrate traditions of all sorts and push our women to make fools of themselves .", "length": 22}, "7776": {"text": "A good to start with one is Prodigal Genius written by John J. O' Neill .", "length": 15}, "7777": {"text": "It can be read online here : http://www.rastko.org.yu/istorija/te...ell-tesla.htmlandhttp://www.scribd.com/doc/2683312/Pr ... n-Jacob-ONeill", "length": 25}, "7778": {"text": "I wonder if Eddie has security guards present during his concerts or if he just relies on the overwhelming good will of the universe to keep him safe from the thousands upon thousands of screaming fans ?", "length": 36}, "7779": {"text": "A has been from a genre called `` grunge rock '' AKA sheety music popular around 20 years ago I did n't like them then and now ... same consensus Pearl Jam - Jeremy - YouTube", "length": 32}, "7780": {"text": "At the beginning of the movie they show that huge group mating scene where they line up the men and women .", "length": 21}, "7781": {"text": "I think ' Liberals ' would promote that type of mating because only randomness in your line determines your mate and not any other factor .", "length": 23}, "7782": {"text": "I will at least never willingly pay to see this propaganda , maybe just watch it for free to show the influence the jews have got in the white genocide to people .", "length": 31}, "7783": {"text": "So then what caused the booms and busts BEFORE the FED was put into place and we had a bimetallic based money ?", "length": 22}, "7784": {"text": "I want to know what there is to `` investigate '' since no crime was committed .", "length": 14}, "7785": {"text": "The Negro Pre-Adamite beast girl complains that this somehow mysteriously `` targets '' her .", "length": 13}, "7786": {"text": "WEKU", "length": 1}, "7787": {"text": "If your house door was locked , but at midnight your neighbor opened the door for some muslims to come inside and take your stuff , rape your wife and beat you nearly to death ... would you still think your neighbor was a nice guy ?", "length": 43}, "7788": {"text": "Pretty soon , there 's not going to be anywhere left to run .", "length": 12}, "7789": {"text": "I guess whites will either have to start fighting back or be slowly exterminated .", "length": 14}, "7790": {"text": "I do n't watch any movie that is made for blacks or has a black in the lead roll and I ca n't find humor in the black race with all of the crime they comit against the white man , to hell with them .", "length": 46}, "7791": {"text": "I cant stand this guy and hate it when i meet whites and they say how funny they think he is o.k. take away the anti white jokes for a minute the guy just aint funny at all it just blows my mind how they have some talentless black fool in films but you will never see a untalented white basketball player .", "length": 63}, "7792": {"text": "In this newest video I am posting it is relevant to this particular thread at 3 : 55 mark , though I suggest watching the WHOLE THING !", "length": 25}, "7793": {"text": "Share and prepare !", "length": 3}, "7794": {"text": "YouTube - Multicultural Enrichment ( stop violence ! )", "length": 5}, "7795": {"text": "Remember people it is our DUTY to spread Dr. Dukes excellent videos far and wide .", "length": 15}, "7796": {"text": "There is no time like the present .", "length": 7}, "7797": {"text": "I think it 's time for some old west justice ... like takin ' these two sombitches out and ..... well , I think you get my point .....", "length": 24}, "7798": {"text": "We have two things wrong here , Mexcicans in a White homeland and a Pizza company sending a female in harms way .", "length": 21}, "7799": {"text": "I read in the paper today that they are `` concidering '' hate crime charges .", "length": 13}, "7800": {"text": "I would love to ask `` whats to concider ?? ''", "length": 8}, "7801": {"text": "Maybe they are unionized .", "length": 4}, "7802": {"text": "Maybe they are not so uneducated and knows about their fate .", "length": 11}, "7803": {"text": "Is it in your job contract to go to death to save the World ?", "length": 14}, "7804": {"text": "It makes me laugh every time the liberals complain about mugabe 's failed state , as their the very people who helped create it .", "length": 23}, "7805": {"text": "Good going libtards , you ruined Rhodesia .", "length": 6}, "7806": {"text": "Wonder if food stamps would cover s * * t for them in America and we could not have a food shortage of real food ?", "length": 23}, "7807": {"text": "I was up late watching tv and there it was on CNN , Click on the link Video - Breaking News Videos from CNN.com", "length": 23}, "7808": {"text": "At this point I will assume the media is lying about everything other than a Negro being arrested for his murder .", "length": 21}, "7809": {"text": "Watch for child and interracial porn to be found among the ashes .", "length": 12}, "7810": {"text": "Let's hope he 's right , and that the heads of the Marxist elites currently ruling Europe start to roll .", "length": 20}, "7811": {"text": "It 's time to sharpen long knives .", "length": 7}, "7812": {"text": "I wonder if this guy still thinks the Jews are a good thing after the Jews just tried to start a war between NATO and Russia ?", "length": 26}, "7813": {"text": "The billboards around town speak volumes .", "length": 6}, "7814": {"text": "The white candidates for sheriff do n't show their picture .", "length": 11}, "7815": {"text": "The black candidates proudly show their picture .", "length": 7}, "7816": {"text": "There 's one billboard that has the candidate , two black supporters , and Congressman Steve Cohen .", "length": 15}, "7817": {"text": "Cohen is shameless .", "length": 3}, "7818": {"text": "The black churches show all black faces on their billboards .", "length": 10}, "7819": {"text": "The white churches ' billboards look like lunch break at the UN .", "length": 11}, "7820": {"text": "There 's one up now for what used to be a white church that shows two couples - white/Asian , and White/Mexican .", "length": 22}, "7821": {"text": "They will never acknowledge it no matter how much proof you have .", "length": 12}, "7822": {"text": "In school they teach that if it makes black people look bad , then it did n't happen .", "length": 18}, "7823": {"text": "Has anyone been able to locate a clip or photgraph of the father ?", "length": 13}, "7824": {"text": "I asked for this on another thread , but was subjected to untelling rudeness .", "length": 13}, "7825": {"text": "I can honestly say that I have smoked weed and drank as a kid with many groups of WHITE guys and nothing like this EVER came close to happening !", "length": 29}, "7826": {"text": "But I guess if something like this would have happened it would 've been my fault right ? ............................", "length": 17}, "7827": {"text": "The filthy ape gave the horse an infection .", "length": 8}, "7828": {"text": "These `` black people '' have the nerve to call themselves human. . .", "length": 10}, "7829": {"text": "This article should reinforce in our minds WHAT we are dealing with .", "length": 12}, "7830": {"text": "In our area , they 've pretty much stopped showing mug shots of Negroes like this : Whites have to go on the names to figure it out .", "length": 26}, "7831": {"text": "You make it sound so romantic , more like a bunch of sickos sacrificing a child in pennance for the sins they have commited over the last year so they can start a new year of muder and robbery with a clean conscience .", "length": 42}, "7832": {"text": "Wow!", "length": 1}, "7833": {"text": "They gave the guy who posted that video some trouble , did n't they ?!", "length": 14}, "7834": {"text": "Not one of them answered him properly !", "length": 7}, "7835": {"text": "Even the forum of Local Government Ombudsman Watch are frightened to talk about the video .", "length": 15}, "7836": {"text": "Look how they try to silence then refuse to speak to a new member who posted it in innocence .", "length": 19}, "7837": {"text": "http://www.amv3.com/forum/viewtopic.php ? p = 5542#5542", "length": 10}, "7838": {"text": "There's something so gross and such an assault on the senses as the sound of an European romance language coming from the mouths of savages ! . .", "length": 26}, "7839": {"text": "I'm sure their failure to dig simple bloody pits for their ordure is our fault somehow .", "length": 17}, "7840": {"text": "Maybe the ghost of King Leopold nicked all their shovels .", "length": 10}, "7841": {"text": "http://www.cbc.ca/storyview/AOL/worl...ts-050802.html My dads good friend left for Sudan about a week ago for a Bonb Disposal company on a three month assigment .", "length": 31}, "7842": {"text": "Oh, yes they will skin us alive if given the chance .", "length": 11}, "7843": {"text": "I wonder if they 'll do the same with the juden ?", "length": 11}, "7844": {"text": "This is a good answer , and I 'd like to hear your thoughts on the black music , likable black guy scenarios .", "length": 21}, "7845": {"text": "INTJ Introvert ( 11 % ) iNtuitive ( 38 % ) iNtuitive Thinking ( 38 % ) Judging ( 22 % ) You have slight preference of Introversion over Extraversion ( 11 % ) You have moderate preference of Intuition over Sensing ( 38 % ) You have moderate preference of Thinking over Feeling ( 38 % ) You have slight preference of Judging over Perceiving ( 22 % )", "length": 46}, "7846": {"text": "On that momentous day , this December 2012 : IMPERIUM EUROPA WAS LAUNCHED On The Sacred Island of Melita : At a Sacred Space , a Sacred Site , a Solar Temple : Pre-Christian , thousands of years old High ground greeting the Rising Sun Mystical Aura .", "length": 41}, "7847": {"text": "12 kindred Spirits , the best of the White Race : convened with unity of purpose : saving The Sacred Gene Pool .", "length": 19}, "7848": {"text": "A Spiritual Transfiguration that will change Everything !", "length": 7}, "7849": {"text": "Formed aeons ago , as a vaporous state : HE-SHE .", "length": 9}, "7850": {"text": "Gradually morphed into a Biological Aristocracy : Europids : The Sons of the Aryan God .", "length": 13}, "7851": {"text": "In Eternal Combat with that Satanic Spirit - The physical incarnation , creation of the Demiurge : The Jews .", "length": 16}, "7852": {"text": "A Glorious Future for us Europids , is now ushered : Kritayuga : The Golden Dawn .", "length": 13}, "7853": {"text": "Lords of the Planet , the Solar System and the Beyond .", "length": 10}, "7854": {"text": "Hail The Imperium !", "length": 3}, "7855": {"text": "Hail Imperium Europae !", "length": 3}, "7856": {"text": "Hail The White Race ! 26.12.2012 New Right Conference - London 2012 - YouTube", "length": 13}, "7857": {"text": "The French and Russians should speak their own native languages , but French and Russian schoolchildren should learn German at school instead of English .", "length": 23}, "7858": {"text": "Very good I like this WE all play a role as part of the White nation .", "length": 16}, "7859": {"text": "If we dont band together as is lost. let every white play his role in the big picture !!!!", "length": 18}, "7860": {"text": "I recently bought a book from here and it was very fast shipping and great quality .", "length": 16}, "7861": {"text": "It 's a nationalist site as well , maybe give them a try !", "length": 12}, "7862": {"text": "Invictus Press Home Page", "length": 4}, "7863": {"text": "because they deserve at least a taste of it for helping the white liberals and Jews push it on us I do n't think we should allow it to destroy them though .", "length": 33}, "7864": {"text": "This is why libtards and Jews call us white supremacists and get away with it .", "length": 15}, "7865": {"text": "White nationalism is not about superiority , it 's about the 14 words .", "length": 12}, "7866": {"text": "No wonder Black dudes go for White chicks - they only have to punch them a few times to knock them out !", "length": 21}, "7867": {"text": "With Black girls it takes a baseball bat - who carries a mu-ff' in baseball bat on a date ??", "length": 19}, "7868": {"text": "I'm looking forward to seeing the western media 's apartheid twist on this story whilst they ignore the racist pension and land reform and genocide .", "length": 26}, "7869": {"text": "Dr. Duke really drives into the nerve center of communism in this video clip .", "length": 14}, "7870": {"text": "It is just outstanding .", "length": 4}, "7871": {"text": "YouTube - Broadcast Yourself .", "length": 3}, "7872": {"text": "Has anyone watched the Vice Channel 's guide to Liberia ??", "length": 10}, "7873": {"text": "Check out the whole series ..", "length": 5}, "7874": {"text": "Wow ..", "length": 1}, "7875": {"text": "& #x202a ; The Vice Guide To Travel - Liberia - Part 1 & #x202c ; & rlm ; - YouTube", "length": 12}, "7876": {"text": "Put that fat Black idiot to work and she would n't be smirking at Whitey and playing stupid for the camera at her welfare review hearing !", "length": 27}, "7877": {"text": "Better yet , make her the poster child for Black Resettlement ! Spending her days digging for grub worm dinners would actually be good for her .", "length": 24}, "7878": {"text": "YouTube - Black guy throws baby into traffic YouTube - White girl gets beat up by black girls in front of the bar YouTube - African American flash mobs terrorize Philadelphia yet again YouTube - 6 Black Women beat latino girl for bad karoke", "length": 40}, "7879": {"text": "The kind of savagery against females that has become expected from negroids in todays society ...", "length": 15}, "7880": {"text": "YouTube - Authorities release video of detention officer assaulting EDIT : I actually thought the attacker was a male negroid until I just read a report on it on New Nation News .", "length": 30}, "7881": {"text": "Turns out it 's a female negroid assaulting the White woman .", "length": 11}, "7882": {"text": "http://www.newnation.tv/forums/showthread.php ? t = 207286", "length": 9}, "7883": {"text": "YouTube - Black mugger sentenced to 75 years in prison for hate crimes against elderly women YouTube - Cop 's mace vs black guy 's kung fu YouTube - African American man sprays semen on white woman in supermarket YouTube - White guy beaten nearly to death by Blacks for dating a Black woman , no hate crime there YouTube - Broadcast Yourself .", "length": 57}, "7884": {"text": "The goal should be to run them the hell out of the country .", "length": 13}, "7885": {"text": "OSLO TURNING INTO A MAJOR CRIMINAL MUSLIM MECCA", "length": 8}, "7886": {"text": "If Jews are also apart of the minority group , then does n't that make Tim Wise 's book , `` White Like Me '' moot ?", "length": 23}, "7887": {"text": "Dr William Pierce .", "length": 3}, "7888": {"text": "Dreaming of a Future World ( Full Version ) - YouTube Dr William Pierce .", "length": 11}, "7889": {"text": "Vision of a Future World Pt 2 of 2 - YouTube", "length": 10}, "7890": {"text": "Excellent book I have read it several times and after reading this thread I think I will read it once again its well written and a good introduction into what is happening to our people.God Bless David Duke !", "length": 39}, "7891": {"text": "I was really worried about this one because I thought a bunch of groids were going to hop out of the cars signifying the town to get so excited and the women to remove clothing ....", "length": 35}, "7892": {"text": "Texas Marine dies defending his wife in French Quarter He was fatally stabbed after a formal Marine Corps ball Marines mourn sergeant stabbed in French Quarter | National | Chron.com - Houston Chronicle", "length": 31}, "7893": {"text": "My Spanish teacher told us Hispanic just means Spanish speaking , and she is white so i dont know why she would lie about it .", "length": 24}, "7894": {"text": "But maybe she was just mistaken .", "length": 6}, "7895": {"text": "There is nothing I would love to see more than the arrest , trial and execution of these murderous and genocidal Zionists !", "length": 21}, "7896": {"text": "Who says this is an undeclared war ?", "length": 7}, "7897": {"text": "I think the statistics speaks declaration ....", "length": 6}, "7898": {"text": "Please watch your six brothers and sisters we are all targets to some degree .", "length": 14}, "7899": {"text": "you could easily describe democracy as the destruction of the whites. at least national socialism cared about it 's own people rather than others .", "length": 24}, "7900": {"text": "I never came to this sight trying to create a disturbance .", "length": 11}, "7901": {"text": "I 've only recently came to new conclusions ; or found old ones .", "length": 12}, "7902": {"text": "I'm 22 years of age and I plan to have 3-4 kids but I do n't feel I can be a father now , I will start have my kids around age 27 .", "length": 35}, "7903": {"text": "According to the 2005 Census Data from HERE : Non-Hispanic Whites = 66.8 % Hispanics = 14.5 % Blacks = 11.9 % Asians = 4.3 % American Indians = 0.7 % Pacific Islander = 0.1 % Other = 0.3 % Multiracial = 1.4 % Total = 100 %", "length": 38}, "7904": {"text": "It used to be the churches in your own community would take care of people facing hard times ...", "length": 18}, "7905": {"text": "The churches also used to operate hospitals .", "length": 7}, "7906": {"text": "May I ask , how then do you describe a typical Georgian appearance ?", "length": 12}, "7907": {"text": "Are the inhabitants of this village perhaps not ethnic Georgians ?", "length": 10}, "7908": {"text": "Rusya is typical Hutsul 's girl .", "length": 6}, "7909": {"text": "In Galicia & Bukovina , in Moldova & Romania , in Balkans & Greece we can see many people looks like her .", "length": 17}, "7910": {"text": "I do n't think she is mongoloid , but it 's big question if she 's White ...", "length": 17}, "7911": {"text": "( Sorry for bad English )", "length": 4}, "7912": {"text": "Projects from 1800s early 1900s Project of the State Duma ( Contest of 1905-1906 ) , by Vladimir Vasilyevich Suslov ( July 25 , 1857 August 1921 ; \u0412\u043b\u0430\u0434\u0438\u043c\u0438\u0440 \u0412\u0430\u0441\u0438\u043b\u044c\u0435\u0432\u0438\u0447 \u0421\u0443\u0441\u043b\u043e\u0432 ) Country House Church , by M. Kuzmin Country House Project of Tsar 's Pavillion in Polytechnic Fair in Moscow , 1872 , by Dmitry Nikolaevich Chichagov ( September 3 , 1835 July 4 , 1894 ; \u0414\u043c\u0438\u0442\u0440\u0438\u0439 \u041d\u0438\u043a\u043e\u043b\u0430\u0435\u0432\u0438\u0447 \u0427\u0438\u0447\u0430\u0433\u043e\u0432 ) ?", "length": 58}, "7913": {"text": "Belfry Country House Skating-rink Country House , detail Country House , by Kuzmin Country house , by Lygin", "length": 16}, "7914": {"text": "This boy is not tatar-looking .", "length": 6}, "7915": {"text": "I know , how Tatars look like - I see them almost every day on the streets .", "length": 15}, "7916": {"text": "He is not nordic of course , but he is white .", "length": 10}, "7917": {"text": "Whiter than Armenians for sure .", "length": 5}, "7918": {"text": "I was realistic in the first post on this thread ( page1 ) , now this , this is the sexy part of our country .", "length": 21}, "7919": {"text": "I've seen some other nationalities ones in the world as well .", "length": 12}, "7920": {"text": "For most of them it 's call of their own soul and not economical mean only", "length": 16}, "7921": {"text": "True.", "length": 1}, "7922": {"text": "But the worst thing is the americans and the britons wants yet to make see Basayev like a freedom hero !!", "length": 20}, "7923": {"text": "As i always said before , there is just too much animosity over the last 200 years for that to occur .", "length": 20}, "7924": {"text": "2508", "length": 1}, "7925": {"text": "They are of Mediterranean type , it 's normal because of the temperature to have darker pigmentation , than fellow whites from western and northern Europe .", "length": 24}, "7926": {"text": "It is amazing to watch the newscasters report on all these cases , yet never make a connection .", "length": 17}, "7927": {"text": "Two days , two perps killed .", "length": 5}, "7928": {"text": "This one is within jogging distance : Police Shoot , Kill NY Fugitive In Jax Man Shot Several Times In Hail Of Gunfire POSTED : Friday , February 11 , 2011 JACKSONVILLE , Fla.", "length": 28}, "7929": {"text": "-- A man wanted for attempted murder in New York City was killed Friday afternoon in an exchange of gunfire with officers with a fugitive task force who had gone to a Regency Square-area apartment to arrest him .", "length": 38}, "7930": {"text": "The U.S. Marshals Service said Barion A. Blake was killed about 12 : 30 p.m. at The Colonnade at Regency apartments in the 900 block of Monument Road .", "length": 29}, "7931": {"text": "http://www.news4jax.com/news/26834699/detail.html#", "length": 8}, "7932": {"text": "Elmira, N.Y.", "length": 3}, "7933": {"text": "- The case against the Elmira man accused of strangling and stabbing his pregnant ex-girlfriend moved one step forward Friday morning .", "length": 21}, "7934": {"text": "Loved ones stood together at Chemung County Court to watch 35 year old Arteamus Wells appear before Judge James Hayden .", "length": 20}, "7935": {"text": "Wells is accused of killing 19 year old Erin Jade Smith on December 6 , 2010 .", "length": 15}, "7936": {"text": "Man Accused of Murder Back in Court - WETM 18 Online Erin Jade Smith Obituary : View Erin Smith 's Obituary by Star-Gazette * * * * * * * * * * * * * * * * * * * * * * * Assumed Deceased : Danielle Brown--FL--02/05/2010", "length": 30}, "7937": {"text": "Africa is a hole area of natural resources and only made mud huts from it ... what wild life are able to make even better huts ie birds", "length": 27}, "7938": {"text": "for all of you > > > > > serbian chetniks with german soldiers during ww2 so stop telling lies that all serbians chetniks was against nazis german soldiers", "length": 24}, "7939": {"text": "MEMPHIS, Tenn.", "length": 2}, "7940": {"text": "- A Memphis teen is behind bars , charged with kidnapping and raping a 15 year old girl .", "length": 16}, "7941": {"text": "Police say 19-year old Tyrus Shields threatened the victim with a knife on October 21st , then assaulted the girl twice .", "length": 21}, "7942": {"text": "Memphis Teen Charged with Rape | My Fox Memphis | Fox 13 News", "length": 11}, "7943": {"text": "Killer of woman , child in Oak Cliff gets death penalty | News for Dallas , Texas | Dallas Morning News | Dallas-Fort Worth Crime News | Dallas-Fort Worth News", "length": 26}, "7944": {"text": "It is a good language to learn and is related to all other Slavic languages .", "length": 15}, "7945": {"text": "Slavic peoples make up some 34 % of European population .", "length": 9}, "7946": {"text": "Yeah, Swamp soccer is the real sport ... beer , naked men , men in flower dresses Actually , I was planning to attend with a girl team one year ... unfortunately it didn \u00b4 t happen YouTube - Swamp Soccer - Finland", "length": 35}, "7947": {"text": "Another example of affirmative action gone bad !", "length": 7}, "7948": {"text": "June 6 , 2010 6 : 20 p.m. EDT See full article : Mississippi man faces sixth capital murder trial in 1996 shootings - CNN.com", "length": 23}, "7949": {"text": "Exposed man charged with risk of injury Found with child in car Just another day in da hood ....", "length": 18}, "7950": {"text": "Oh yeah , no mugshot picture on the page of course , you have to watch the video report to find out it was yet another case of TNB .", "length": 27}, "7951": {"text": "+3 3 related images One of Savannah 's Most Wanted Captured 2nd Marine in charged in Las Maracas shooting WNCT - George Crocker - 52 minutes ago 21 year old Erwin Rodriguez , Jr. of Camp Lejeune is charged with one count of Assault with a Deadly Weapon with Intent to Kill Inflicting Serious Injury by ...", "length": 53}, "7952": {"text": "She had 7 other kids living in the apartment .", "length": 9}, "7953": {"text": "The boy had scars and burn marks from head to toe .", "length": 11}, "7954": {"text": "Look who her partner was : Steve Hamilton", "length": 7}, "7955": {"text": "Is that couple in the second picture with the dark yellow background an Asian female with a White male or is it something that looks like it designed to send the same message ?", "length": 33}, "7956": {"text": "Advance Auto Parts on their store poster features a black male and white female counter clerks.One of the most widespread examples of race mixing is your local and national news anchor teams , almost always a black male and white female .", "length": 41}, "7957": {"text": "You need to post less and learn more .", "length": 8}, "7958": {"text": "Until you do , anything that you write is worthless to read .", "length": 11}, "7959": {"text": "Consider yourself ignored .", "length": 3}, "7960": {"text": "If you are looking for such kind of music , then be sure to check out the following bands : ( PS : I 'm not very good at describing music-styles , but * * * * , I 'll give it a try ! )", "length": 35}, "7961": {"text": "Agent Bulldog ( Sweden ) - Oi !", "length": 4}, "7962": {"text": "Heroes In The Snow ( Sweden ) - Rock & Roll Midgards S\u00f8ner ( Sweden ) - Oi !", "length": 11}, "7963": {"text": "Mistreat ( Finland ) - Oi ! ( This band is great !! )", "length": 7}, "7964": {"text": "Norhat ( Norway ) - Metal/Oi !", "length": 4}, "7965": {"text": "Norske Legion ( Norway ) - Oi !", "length": 4}, "7966": {"text": "Odium ( Sweden ) - Oi ! ( This is one my favourites ...", "length": 8}, "7967": {"text": "... )", "length": 0}, "7968": {"text": "Saga ( Sweden ?? ) - Various Ultima Thule ( Sweden ) - Various There are plenty of other bands .", "length": 13}, "7969": {"text": "Try buying some of the `` Carolus Rex '' compilations .", "length": 8}, "7970": {"text": "They contain songs from many ballbreaking bands .", "length": 7}, "7971": {"text": "Hope you will find what you are looking for .", "length": 9}, "7972": {"text": "Take care !", "length": 2}, "7973": {"text": "Yours , Rebel", "length": 2}, "7974": {"text": "Perhaps you should x2 the number of mods so this pathetic situation can be fixed .", "length": 15}, "7975": {"text": "A better board is going to be more likely to recieve donations .", "length": 12}, "7976": {"text": "I need something translated but I would settle for a `` live '' internet sports channel that carries lithuanian or latvian sports .", "length": 20}, "7977": {"text": "Please pm me or post here .", "length": 6}, "7978": {"text": "Well I do hope that he will not get the PM position ... neither do I want SV nor AP in the government ...", "length": 22}, "7979": {"text": "Well, my whole jist of this time was to say that Norwegians are those whose kingdom is the most northerly and therefore the most nordic , as they have been referred to time after time again .", "length": 35}, "7980": {"text": "2508", "length": 1}, "7981": {"text": "``Tuleistu minu k\u00f5rvale '' ?", "length": 3}, "7982": {"text": "Or just say as You remember it and I 'll say if it 's correct .", "length": 15}, "7983": {"text": "26155 Yes , our languages really are beautiful , at least I think so .", "length": 12}, "7984": {"text": "And they are more than suitable for singing ( when talking about singing ... )", "length": 12}, "7985": {"text": "It was ' National Song and Dance Festival ' in Estonia today and yesterday .", "length": 12}, "7986": {"text": "21325 white Estonians singing patriotic and just beautiful songs .", "length": 9}, "7987": {"text": "Around 5 % of Estonians singing on one stage .", "length": 8}, "7988": {"text": "Antoher 1500 singers from other countries were here also ( mostly from Finland ) - and I only saw 1 black and 1 asian there .", "length": 22}, "7989": {"text": "Funny part was that just when they were singing the only song that was in English , it started to rain and lighting bolt striked into TV antenna that was up just next to the stage - it was blackout for 1 minute and picture came back just when they were finishing that song .", "length": 52}, "7990": {"text": "What happened was that Vanemuine ( God of songs and games ) did n't like Estonians singing in English and sent Taara ( God of thunder and lighting ) to do something about it Sorry about the off-topic but I just had to post it somewhere and did n't want to make new topic for that .", "length": 55}, "7991": {"text": "That has been proven many times over by the Jew media in the U.S !", "length": 15}, "7992": {"text": "Their lies are so thick and many that people do n't see the truth when it is in front of them !", "length": 22}, "7993": {"text": "Does anyone have a digital camera that could post some pictures of typical public places in any part of scandinavia so that I and others may see the racial makeup of present day scandinavia ???", "length": 34}, "7994": {"text": "Thanks in advance .", "length": 3}, "7995": {"text": "Does anyone know where i can get backgrounds and stuff , with a white nationalistic look for winxp ??", "length": 17}, "7996": {"text": "Like This [ img ] Documents and SettingsBlueGuardSkrivebordNy Bitmapbillede.JPG [ /img ]", "length": 9}, "7997": {"text": "The israeli prime minister says that he thinks this is a part of the growing anti-semitism in europe , but that statement is a part of the growing anti-scandianavism in israel !", "length": 32}, "7998": {"text": "As far as im concerned as soon as the little half breed is born , it should be tied round her neck and both mother and mulattoe should be flung in the nearest river.Lets see if daddy jumps in to save them !", "length": 42}, "7999": {"text": "Bottom line is , waht are the ethnic breakdowns of each immigrant group admitted for the latest year available , if anyone knows ? diablo", "length": 22}, "8000": {"text": "Thats what I tried to tell those nuts over on the health a fitness thread and was attacked for it in post ????", "length": 22}, "8001": {"text": "Thank You for Proving What I said", "length": 7}, "8002": {"text": "I'm back and I hope that Te\u00e1rlach is too or at least that JJT brave enugh to tell me who did it .", "length": 23}, "8003": {"text": "They sometimes ride the ice south ... they turn up in Iceland once in a few years and I think they are common in Svalbard with its frozen sea .", "length": 28}, "8004": {"text": "Words of old wisdom , `` proverbs '' : `` Paljon puhetta , v\u00e4h\u00e4n villoja '' - ( context : shearing ) `` Lot \u00b4 s of talk , few of wool '' ( meaning : shut up and do your work ) `` Miss\u00e4 paljon puhetta , sielt\u00e4 totuus kaukana '' - ( context : universal ) \" , Truth is far away , where there \u00b4 s much speech \" ( meaning : blabbering for vanitys sake is not only useless but also a sin )", "length": 55}, "8005": {"text": "Don't smoke , do n't drink , do n't chew gum , try to eat little sugar , little artificial ingredients , little sweeteners and preservatives ; healthy and pure , like it should be .", "length": 31}, "8006": {"text": "If that number is correct then it is impressive .. those men were heroes and patriots who faught for our way of life against red army .", "length": 25}, "8007": {"text": "Does You do n't know anything about that person except what they themselves have chosen to tell sound familiar ?", "length": 20}, "8008": {"text": "Without knowing it yourself , you have judged me .", "length": 8}, "8009": {"text": "And there you have it .", "length": 5}, "8010": {"text": "that prince who married that asian is a freak. imagine his half and half kids growing up and trying to marry into other royal families", "length": 25}, "8011": {"text": "how could you have a debate with a nigerian woman ! pity i was listening in , should have been a good laugh listening to that person trying to hold a civilised conversation", "length": 31}, "8012": {"text": "cant seem to find it where abouts on the site is it ? all i can get is the thing on football hooliganism", "length": 22}, "8013": {"text": "I have two photos on my phone and I do n't know how to upload them at the moment .", "length": 20}, "8014": {"text": "I 'll have a look around and try and get them up for people to see .", "length": 16}, "8015": {"text": "We're letting these creatures flow openly through our air and sea ports and not performing so much as a background test on them .", "length": 24}, "8016": {"text": "if they ban your account on board all you have to do is clear your internets temp files and history folder and you can sign up again. just a press of a button , no need for a proxy", "length": 38}, "8017": {"text": "I looked up his mothers maiden name and it 's Dunham according to my sources .", "length": 15}, "8018": {"text": "Dunham is an English name .", "length": 5}, "8019": {"text": "It was carried to Ireland by English Invaders who came to where they were n't wanted to steal Irish land and Irish lives .", "length": 24}, "8020": {"text": "Looks like Obama has lived up to his legacy .", "length": 9}, "8021": {"text": "This is an absolute disgrace , they think they are entitled to everything on a plate and that is out of order .", "length": 21}, "8022": {"text": "When I was a kid I cut his grass for a few quid ; I found a s * * t load of cans in his shed so I ran off and got p * * * ed : I don t feel so bad about nicking those cans now .", "length": 43}, "8023": {"text": "The reality is that the White race is a minority race .", "length": 11}, "8024": {"text": "It 's amazing how the media spin can make it seem other races are minorities when they vastly outnumber us .", "length": 20}, "8025": {"text": "They do it because they know it pisses the whites off , by showing disrespect as such for other people shows they have no respect for themselves .", "length": 26}, "8026": {"text": "What gets me is in absolutely no way would I behave in such a fashion in a foreign country , that is totally disrespectful .", "length": 23}, "8027": {"text": "YouTube - Honesty - Trevor ( Made in Britain ) YouTube - THE DEAD NAZI MARCH YouTube - Ich hatt ' einen http://www.youtube.com/watch ? v = 8U9Sh91htIA Kameraden YouTube - Cross of iron movie intro", "length": 29}, "8028": {"text": "I think the circumstances surrounding his death are very suspicious .", "length": 10}, "8029": {"text": "He was despised by the EU as was a nationalist and therefore stood for everything that the EU was against. ie. pro family values , proud of his culture etc .", "length": 29}, "8030": {"text": "Hopefully his death will boost support for nationalist groups in all white lands .", "length": 13}, "8031": {"text": "I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem", "length": 24}, "8032": {"text": "Would the gentleman kindly tell us , can wogs be Irish ?", "length": 10}, "8033": {"text": "Are ira fighting for WHITE Irish exclusively and a WHITE future for Ireland or is it all the same to them ?", "length": 21}, "8034": {"text": "Yeah Das Boot was great got it as present for Christmas .", "length": 11}, "8035": {"text": "At least the Germans in these movies dont speak English with an American accent like in the old WW2 movies .", "length": 20}, "8036": {"text": "Does Ireland have a party that is similar to our BNP in the UK ?", "length": 14}, "8037": {"text": "Being a smaller country , Ireland will quicker fill up with ethnic scum .", "length": 12}, "8038": {"text": "Do you think the writer of Planet of the apes was trying to tell us something ? btw its a serious question .", "length": 21}, "8039": {"text": "http://www.youtube.com/watch ? v = w-yIU ... elated & search =", "length": 10}, "8040": {"text": "One the Chinese get there teeth into a country that s it they take over .", "length": 15}, "8041": {"text": "The gas thing is there so strict on Immigration in China", "length": 11}, "8042": {"text": "I now only go into the city when i have to and i had to yesterday and I could not belive what has happend in there .I think i must have seen every peice of dirt from every corner of the globe in there it was horrible .", "length": 47}, "8043": {"text": "Dublin has had it !", "length": 4}, "8044": {"text": "Islam is a false religion however unlike some other false religions it is crude and appeals to crude people such as arabs .", "length": 22}, "8045": {"text": "The only way to stop it and its followers from spreading is to join a White unity organization and not support democracy by not voting .", "length": 25}, "8046": {"text": "To think that such a great Christian nation as Ireland has an Islamic Foundation is sickening .", "length": 16}, "8047": {"text": "Its one of the last places you 'd expect this", "length": 10}, "8048": {"text": "McCourt the brother of that lier who wrote that book full of lies is running on a gay anti war platform in New York.From a video of his speech the Limerick blogger has it on youtube .", "length": 37}, "8049": {"text": "Quite the opposite in fact .", "length": 5}, "8050": {"text": "I have just dispatched a PM to a nember of staff politely suggesting that this forum would be more properly renamed Brentworld , Potato land , the Orange playpen , trollsville , Paisleyland , Londonstormfront , `` Ulster Scot '' Pixie-land , Smilie City ..", "length": 36}, "8051": {"text": "I got a pm from him in which he cliams to write for the Sunday Independent 's Life magazine , enough said", "length": 21}, "8052": {"text": "go to www.limerickpost.ie . the story here is typical lies the black is laughing all the way to the bank and he did rob the man .", "length": 27}, "8053": {"text": "Thats exactly what he means and what they are doing , it has happened to every white nation and we are no different .", "length": 22}, "8054": {"text": "We will become a melting pot like our other sister countries in Europe .", "length": 13}, "8055": {"text": "Hails", "length": 1}, "8056": {"text": "They are a good example of people who are brainwashed .", "length": 10}, "8057": {"text": "They speak the Irish language because it 's their culture but are brainwashed into thinking that it 's ok to destroy our race .", "length": 23}, "8058": {"text": "http://www.belfasttelegraph.co.uk/ne...p?story=655156 And the usual loyalist reaction and freedom to Nationalists is to attack the Harryville Catholic Church and hold pickets while people pray inside if the parade goes ahead , and give abuse and threaten and attack Catholics in Ballymena .", "length": 47}, "8059": {"text": "4", "length": 1}, "8060": {"text": "sorry mods , i posted this twice by mistake so you can kill this thread and leave the other as i cant seem to be able to delete it .", "length": 28}, "8061": {"text": "2508", "length": 1}, "8062": {"text": "Residents against racism has organised a march or demonstration ( whatever ) to keep these killers in ireland and bring in more .", "length": 20}, "8063": {"text": "2508", "length": 1}, "8064": {"text": "God only knows , these people have no respect for ANYTHING not even their own .", "length": 14}, "8065": {"text": "That is where we people differ ..", "length": 6}, "8066": {"text": "Hails ~", "length": 1}, "8067": {"text": "wonder what anyone thinks of this for a logo , gaelic guard , garda gaelach Green for Ireland , four stars for the four provinces , on a white field for obvious reasons 2508", "length": 30}, "8068": {"text": "Of course if people would stop going to these places then they would never be able to earn enough money to start up foreign cesspits in Irish towns .", "length": 28}, "8069": {"text": "I do n't have a problem with English working or living in Ireland , maybe it was your personality that was the problem .", "length": 23}, "8070": {"text": "I've taken to call myself either `` European '' , `` half-Irish '' , or `` Irish-American '' .", "length": 13}, "8071": {"text": "When I hear the term `` American '' , I think of yahoos who are every color of the rainbow and who start wars in the Middle East for Israel 's benefit .", "length": 29}, "8072": {"text": "Aragorn", "length": 1}, "8073": {"text": "So sick of the way its working , I remember when I was growing up in Winnipeg the little shops were all white runned and owned and would hire people from the community and it was great it helped people and kept streets safe even though me and others would cause some bull * * * * it wasnt anything to how it is now .", "length": 60}, "8074": {"text": "Pakis asians and even jungle bunnies come in and * * * * starts getting weird .", "length": 12}, "8075": {"text": "White kids dressing and acting black and all that * * * * , when I was in school we would beat the * * * * out of those kids .", "length": 22}, "8076": {"text": "I grew up in a neighborhood called Transcona it was always white until the last 15 20 years .", "length": 18}, "8077": {"text": "Now i just dont know what to do or think anymore .", "length": 11}, "8078": {"text": "So what are your thoughts and personal experiences with the whole new immigration system ??", "length": 14}, "8079": {"text": "White people ca n't just be left alone , can they ?", "length": 11}, "8080": {"text": "Every beautiful place on Earth has to be ruined .", "length": 9}, "8081": {"text": "Where can Whites go and be left alone ?", "length": 8}, "8082": {"text": "I wanted to run for politics as well but I realized there is no hope as society is way too liberal .", "length": 21}, "8083": {"text": "They will vote in a conservative but when the conservative does anything conservative the marxist left label the conservative as an idiot or a racist .", "length": 25}, "8084": {"text": "Naturally it will happen , even the biggest white liberal will seek out the white part of town when his neighbourhood becomes culturally enriched ie .", "length": 24}, "8085": {"text": "50 shades of brown", "length": 4}, "8086": {"text": "The easiest solution is to find a nice white girl and have at least two or more white children .", "length": 19}, "8087": {"text": "Raise those children to not be race traitors and instill good values in them .", "length": 14}, "8088": {"text": "You can grow fruit there .", "length": 5}, "8089": {"text": "And there 's lots of water ... with trout and other fish .", "length": 11}, "8090": {"text": "I really like this idea .", "length": 5}, "8091": {"text": "Indeed, the arab population of interior BC is quite high and in some of the richer areas are almost 60 % + brown .", "length": 21}, "8092": {"text": "I had no idea where Mississauga was , other than in Canada , so I decided to look it up .", "length": 18}, "8093": {"text": "In doing so I came across these `` twisted '' new buildings located there :", "length": 12}, "8094": {"text": "We need to all move out west were the resources are and bring in whites from all other nations then separate we need to have a white homeland its the only way we could possibly save our race .", "length": 38}, "8095": {"text": "I'm from a place of 20 ' 000 and it 's 97 % white , come white people !", "length": 16}, "8096": {"text": "It just shows how superior Atlantic Canada is .", "length": 8}, "8097": {"text": "Yes, you are fine .", "length": 4}, "8098": {"text": "This is also a great place for news that you wo n't find anywhere else ; heartbreaking as it may be .", "length": 21}, "8099": {"text": "Never buy from stores that hire minorities over whites if at all possible .", "length": 13}, "8100": {"text": "In this case it is very possible and good for you anyways .", "length": 12}, "8101": {"text": "I have to agree .", "length": 4}, "8102": {"text": "I heard that so many times that the KKK was huge here back in the day .", "length": 16}, "8103": {"text": "Some day 's .", "length": 3}, "8104": {"text": "I wish it would come back", "length": 6}, "8105": {"text": "What I am saying is we need a homeland the western half of Canada could do for the start but I also agree Europe needs to saved as well but we have to secure a homeland here first before we could change anything on a global level .", "length": 47}, "8106": {"text": "Perhaps this person would care to use the PM facility and let others know how happy he/she is to join WS .", "length": 22}, "8107": {"text": "It refers to people you find in Ireland with very black hair and very pale skin .", "length": 16}, "8108": {"text": "Often they have rosy cheeks as well .", "length": 7}, "8109": {"text": "The female of this type is often extremely beautiful .", "length": 9}, "8110": {"text": "The people who can stop it are the ones who pay their wages .", "length": 13}, "8111": {"text": "The Fans .", "length": 2}, "8112": {"text": "If English/Scottish/wherever fans refused to turn up to watch teams of coloreds representing them on the pitch things would change .", "length": 22}, "8113": {"text": "Protesting Catholic guilt mongering and intellectual deprivation is as worthy of mentioning as the protesting of institutionalized and indoctrinated White guilt from the Jewlords across the Apelantic .", "length": 27}, "8114": {"text": "There's a place for Poles , it 's called Poland .", "length": 10}, "8115": {"text": "Just as there 's a place for Pakis called Pakistan and a place for Negro 's called Africa .", "length": 18}, "8116": {"text": "I saw the picture before I saw the title properly .", "length": 10}, "8117": {"text": "I thought it was like a tranny that slept with 200 men !", "length": 12}, "8118": {"text": "It's from mid day Saturday untill the sunday morning but on the Sunday morning if enough want to stay on for the day we 'll see about putting on some ballads & holding a few extra events through the day .", "length": 40}, "8119": {"text": "New Supreme Court Justice Lord Dyson JC Article .", "length": 8}, "8120": {"text": "New Supreme Court Justice Lord Dyson | The Jewish Chronicle 4 out of 12 .", "length": 13}, "8121": {"text": "Very easy Rebel Robbie , our bluebells have flowers which droop down , the Spanish variety have flowers that stick out horizontally , and yes they do cross very easily between species which is why people are asked to destroy the Spaniards before they wipe out our own bluebells .", "length": 46}, "8122": {"text": "LK", "length": 1}, "8123": {"text": "They actually have ads warning people about getting mugged etc , but there is no hint of responsibility in them .", "length": 19}, "8124": {"text": "They pretty much say if you get mugged it 's your fault .", "length": 12}, "8125": {"text": "These ' people ' are just scum .", "length": 5}, "8126": {"text": "I think it 's quite ironic that they want to ban the burkha when they look like they are dressed in them themselves .", "length": 23}, "8127": {"text": "There's more than a little evidence that modern Europeans are at least partially descended from Neanderthals .", "length": 17}, "8128": {"text": "Neanderthals did after all have the largest brain of any human group that ever lived .", "length": 15}, "8129": {"text": "Get one of these t-shirts for next time you see him : - Asatru Versand - Kein Islam in Europa - Das Christentum ist schlimm genug ( T-Shirt ) Kein Islam in Europa - Das Christentum ist schlimm genug ( T-Shir themd-kein-islam", "length": 39}, "8130": {"text": "I've never been a BNP supporter anyway , the party was doomed from the start .", "length": 15}, "8131": {"text": "Its time for the return of Mosley 's blackshirts .", "length": 9}, "8132": {"text": "You will know it is a nightmare on day you wake up and you have a black muslim running your country .", "length": 21}, "8133": {"text": "Like is here the USA", "length": 5}, "8134": {"text": "Very good video which packs a hard punch .", "length": 8}, "8135": {"text": "I hope it gets the coverage it deserves and that white people need .", "length": 13}, "8136": {"text": "Anti-racism is a CODE WORD for anti-white max", "length": 10}, "8137": {"text": "I have never been called a Nazi before .", "length": 8}, "8138": {"text": "Thank you .", "length": 2}, "8139": {"text": "If you want to be treated with respect then try showing a bit yourself you arrogant dismissive tosser .", "length": 18}, "8140": {"text": "Yes! hatred of the English is very real and it 's not going to get better any time soon .", "length": 19}, "8141": {"text": "We have too many foreigners in our country and i fear for the future of all English people .", "length": 18}, "8142": {"text": "All of the security guards i see are white but maybe , just maybe , i 'm blessed because no doubt these negro security guards abuse their power .", "length": 26}, "8143": {"text": "Below is a video of Mr. Hitchens in action when he was last seen on BBC Question Time : Peter Hitchens : Gay Marriage , Immigration , Drugs and Charity - YouTube", "length": 27}, "8144": {"text": "the black security guards are racist and look evil and are always giving dirty looks to white customers especially polish customers !", "length": 21}, "8145": {"text": "Sorry, my last comment was published 2 times because I thought it was not published , I had a problem with the internet .", "length": 22}, "8146": {"text": "Welcome, but please do make an effort to use proper English when posting , rather than mobile phone text messaging style .", "length": 20}, "8147": {"text": "Thank you .....", "length": 2}, "8148": {"text": "Hey, just joined today after being a lurker for a couple of months .", "length": 13}, "8149": {"text": "I 'll post as much as I can , but I 'm more of a BNP supporter than an expert .", "length": 19}, "8150": {"text": "Hi, thought i 'd drop by and introduce myself , i just wish i 'd found this place earlier = / look forward to chatting to you all , niks .", "length": 26}, "8151": {"text": "Three weeks in a house and no one knew he was dead what a sad indictement of modern England .", "length": 19}, "8152": {"text": "Worse than Benefits St.", "length": 4}, "8153": {"text": "Oh dear , Full on white genocide right there .", "length": 8}, "8154": {"text": "Not even other races mixing it up with each other , its whites mixing with all .", "length": 15}, "8155": {"text": "We have been keeping up with weekly get togethers with a group of pro white like minded people and would like to continue to grow the group. we usually do dinner on the weekends to keep people close .", "length": 38}, "8156": {"text": "The worst thing about this is that every single one of our beautiful cities in ALL of our countries now look like this .", "length": 23}, "8157": {"text": "This is a video with pictures of old postcards of Gliwice ( Gleiwitz ) Upper Silesia , at the beginning of the video , and present day pictures of Gliwice ( Gleiwitz ) at the end of the video .", "length": 33}, "8158": {"text": "Gleiwitz/Oberschlesien - YouTube", "length": 3}, "8159": {"text": "There is more hope in Austria than normal Greece but I know one guy from it so I can post the news on Monday .", "length": 24}, "8160": {"text": "Okay I will take your word for it ; but than why do the same people when they use that word not say Cymru for Wales or Polska for Poland ?", "length": 29}, "8161": {"text": "Thank you very much .", "length": 4}, "8162": {"text": "Wow , hundreds of dollars per day spent in the hacking attacks ???", "length": 11}, "8163": {"text": "It must be the Mossad or the CIA ...", "length": 8}, "8164": {"text": "I guess it is the `` Automaidan '' .", "length": 6}, "8165": {"text": "Driving around the governmental buildings and blocking roads .", "length": 8}, "8166": {"text": "I read that over 1500 cars participated .", "length": 7}, "8167": {"text": "I have no idea .", "length": 4}, "8168": {"text": "It does indeed look like a strange thing to do .", "length": 10}, "8169": {"text": "Photoshop by enemies is a theory that makes a lot of sense .", "length": 12}, "8170": {"text": "I am not Ukrainian but the Ukraine nationalists and right wing should understand that our white race in all nations in Europe North America Australia and South Africa along with any other white nations should support each other and join together against the Marxist multiculturistic agenda that 's invading every white nation and start to over through the powers to be that is responsible for this genocide and start considering deportation of non whites in white nations !", "length": 77}, "8171": {"text": "It 's no longer cause your German Polish English Urainian or Russian as long as we are white from our Aryan blood line we are all brothers and sisters !", "length": 29}, "8172": {"text": "YouTube - Original Romper Stomper Soundtrack - The Smack Song Irish are white not black its a fact vote S F. YouTube - Romper Stomper - Fourth reich fighting men", "length": 26}, "8173": {"text": "http://www.youtube.com/watch?v=zhItDmRiULg one Croatian neo-pagan/slavic song for ya folks , hope you like it ...", "length": 20}, "8174": {"text": "P.S. - poster above me is just a damn unsuccessful troll", "length": 11}, "8175": {"text": "YouTube - A NATION CANNOT SURVIVE TREASON : CICERO F G are the enemy of the Irish Nation vote S F not the best but care for the working class Irish not the rich scumbags .", "length": 33}, "8176": {"text": "Blacks in South Africa wondering why their country is going to hell when they put Blacks in charge .", "length": 18}, "8177": {"text": "S.African police clash with poor protesters | Top News | Reuters Hand the country over to Muds and what do you expect .", "length": 21}, "8178": {"text": "I was reading news on interia few min ago and look what i found : in the name of their god : http://fakty.interia.pl/galerie/obyc ... , 1160979,1,275", "length": 29}, "8179": {"text": "Please stop this nonsense all of you !", "length": 7}, "8180": {"text": "I understand that we are all proud people with very well defined beliefs but fighting amongst each other is really counterproductive .", "length": 21}, "8181": {"text": "Great,i didnt knew you guys opened this thread Their accent will be super funny for you , but this Belgrade Band is singing some of the most famous Irish and Celtic songs .", "length": 32}, "8182": {"text": "YouTube - Orthodox Celts - Star Of The County Down", "length": 8}, "8183": {"text": "Thanks!", "length": 1}, "8184": {"text": "I need to get pics of her tonight when I get done shaving her .", "length": 14}, "8185": {"text": "I want to get it done by a pro but money is tight .", "length": 13}, "8186": {"text": "Thank God for that .", "length": 4}, "8187": {"text": "It 's probably actually a good thing no one fits your standards ; that way no one has to deal with you .", "length": 21}, "8188": {"text": "Yep, her name is Thunderphoenix .", "length": 5}, "8189": {"text": "Because I pulled her from the ashes and I 'll bring her back to the condition she was before she was put in the hands of a neglectful old lady and a hard * * * * teenager .", "length": 34}, "8190": {"text": "I believe if your looking you 'll never find true love .", "length": 11}, "8191": {"text": "Its comes when u least expect it ... there 's always someone out there for everyone.that 's my belief .", "length": 19}, "8192": {"text": "Well if you like to travel mine advice is if they are n't anyone with same beliefs then look in other places and broaden you experiences in other places", "length": 30}, "8193": {"text": "haha; im a 19 y.o white male from newcastle area - but im moving back to sydney very soon ( west sydney im afraid lol )", "length": 24}, "8194": {"text": "my first kiss was a girl that lived down the street from me when i was 10.I went to school with her younger sister.Her name was kelsey.She had blonde hair and blue eyes.She was 13.We were at the movies and then I figured I 'd take a chance and try to kiss her and it worked .", "length": 61}, "8195": {"text": "we're out just gotta keep looking i live in east texas out here its just as hard for us to find single white men", "length": 25}, "8196": {"text": "It is always nice to meet another person with roots in Kansas .", "length": 12}, "8197": {"text": "I welcome you to SF and hope you make many friends here .", "length": 12}, "8198": {"text": "Camie", "length": 1}, "8199": {"text": "Well it 's not exactly a pic , but check out my new avatar !", "length": 13}, "8200": {"text": "I laugh out loud every time I see it !", "length": 9}, "8201": {"text": "Hi, I am very respectable nordic man , living in Finland , aged 34 .", "length": 12}, "8202": {"text": "Looking for seriour-or-less-than-less friends of like-minded people .", "length": 12}, "8203": {"text": "BR , Tapio 2508", "length": 3}, "8204": {"text": "So am I , I 'll let them sit there for days before I reply , even if I 'm hanging out here .", "length": 21}, "8205": {"text": "Alright, I 'll send my pic out only for request in a pm .", "length": 13}, "8206": {"text": "Too many internet people know me by looks , and would love to crucify me for something .", "length": 16}, "8207": {"text": "I wonder if many blacks or Asians have died in a similar circumstances .", "length": 13}, "8208": {"text": "Of course , they are more virile than us , so that would n't happen would it ?!!!", "length": 16}, "8209": {"text": "German Fest !!!!!!!", "length": 2}, "8210": {"text": "Milwaukee Wisconsin The Third Weekend In July Every Year !", "length": 9}, "8211": {"text": "Lots Of Beautiful White German Women !", "length": 6}, "8212": {"text": "Lots Of Beer And Food !!!", "length": 5}, "8213": {"text": "Hope To See You There ! 14 Words !!!! 88 !!!!! 11", "length": 9}, "8214": {"text": "Usually go to Lake Michigan Beach , MI .", "length": 7}, "8215": {"text": "In late June early July with friends and family ..", "length": 9}, "8216": {"text": "Beautiful place .", "length": 2}, "8217": {"text": "Which part are you in Berserkergrrl ? 11", "length": 7}, "8218": {"text": "I have n't , because I threw out my TV in the mid-1990s when there were to many blacks on TV .", "length": 22}, "8219": {"text": "I figured it would only get worst .", "length": 7}, "8220": {"text": "Welcome Erica .", "length": 2}, "8221": {"text": "Hi there best way to lose the pounds I use to be 395lbs I tried very diet program on the market 4hr at gym very 3days until friends told me easy way to kept the pounds off it may sound funny Don t eat anything white .", "length": 46}, "8222": {"text": "Cut out the chip and soda , candy and sweet drinks Spend 2hr s 3days a week in gym .", "length": 18}, "8223": {"text": "1year 3months later 194lbs", "length": 4}, "8224": {"text": "im a 29 year old proud white male who is looking to surround myself with other proud white individuals. im not a radical just a normal guy who is proud of my culture and is tired of being looked down upon from society for being a proud white male. also tired of the `` white boyz '' who are clueless of who they are and where they come from. if anyone wants to know more about please ask", "length": 76}, "8225": {"text": "dont know i dont visit it yes grammer is really horrible i hope i will be able to speak english in few years", "length": 23}, "8226": {"text": "I will get the set I have scanned and have them out into another post w/in a few days .", "length": 20}, "8227": {"text": "BTW TY for the compliment .", "length": 5}, "8228": {"text": "~ ME", "length": 1}, "8229": {"text": "I see all of your goals being accomplished , especially finding a girl to settle down with .", "length": 16}, "8230": {"text": "Hope to talk to you later .", "length": 6}, "8231": {"text": "Aimee", "length": 1}, "8232": {"text": "im sorry about being a bitch.i was just hurt.hope you find your talk with someone.ifyouwant to talk to someone who is trying to get their degrees pm me on sf or im me on aol aryan14words@aol.com or yahoo whiteqt242002 christy88", "length": 45}, "8233": {"text": "hi lily i am not to far from ya i live in olean ny.i am new on this to hope we can become friends .", "length": 25}, "8234": {"text": "I'm too old ( 38 ) , but I live in Tucson .", "length": 10}, "8235": {"text": "It 's good to see a fellow Arizonan who is racially aware , though .", "length": 13}, "8236": {"text": "Welcome .", "length": 1}, "8237": {"text": "Hi, I am 26yo from Glendale AZ .", "length": 7}, "8238": {"text": "I like going to the gym and doing anything athletic .", "length": 10}, "8239": {"text": "If interested email me at claw9165@yahoo.com", "length": 8}, "8240": {"text": "Looking for klan , skins in my area ca n't seem to find any around ... just want to hangout get to know new people .... if your out there let me know ......", "length": 31}, "8241": {"text": "Just because they are in super max does not mean they will never be out among us again .", "length": 18}, "8242": {"text": "I did time in Az. and out of the 7 years I was there I spent 6 in super max , but I am amongst the living once more friends , for almost five years now. people go to super max for all kinds of reasons .", "length": 44}, "8243": {"text": "I went to max for my crimes being of a violent and racial nature , i went to super max for violence within that maximum unit. there are people in Super maxs who only have a few years to do , it just all depends .", "length": 43}, "8244": {"text": ":attack hi im new at this so if u want to talk to me let me know i would like to get to know u if u dont mind my name is bill", "length": 33}, "8245": {"text": "hello, lisa ; i 's be de man yo ' am lookin ' fo ' . i 's got fo ' teef in mah haid an ' i 's be black lack a bowlin ' ball wif a nice shiny color. i 's got no job but mebbe yo ' kin git one fo ' yo ` f ? i 's be up in hollum ... wif lub an ' kisses. lub rastus hahaha ... sorry , lisa , could n't resist !", "length": 66}, "8246": {"text": "There are always people there when I go in there .... but that 's not all to often ..... maybe I just always pick the right time .", "length": 25}, "8247": {"text": "yes I was on his call list there at the hospital since I was down there I had to be to get in touch with him for the plummer and for anything else I needed from him as soon as I talk to him at the jail I will let you all know. or if you want to leave a message for him you can just pm me and ill give you the number and you can ask him your self", "length": 81}, "8248": {"text": "I have no problem cleaning my own toilets infact I dont even hate it because after im done I know that there be the cleanest dang place for my buttocks to be sitting on the next time there is a need for a bowel movement .", "length": 45}, "8249": {"text": "I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508", "length": 23}, "8250": {"text": "The Ridge motel in Mandan/Bismarck costs $ 300 a week .", "length": 10}, "8251": {"text": "Even has a restaurant in it .", "length": 6}, "8252": {"text": "I stayed there for a few months a year and a half ago for small job my work bid .", "length": 19}, "8253": {"text": "I was about to get on ya about using the word clip , until I realized you are talking about video clip .", "length": 21}, "8254": {"text": "Surprisingly , no one has said anything about that .", "length": 8}, "8255": {"text": "If you want to buy the homes and businesses around you pm Ill show you how to purchase these propertys when they become available , even with bad or no credit or money .", "length": 32}, "8256": {"text": "Good point , straight people do get aids .", "length": 7}, "8257": {"text": "I wonder what the percentage of the San Francisco people who are HIV positive are straight .", "length": 16}, "8258": {"text": "One knows it 's a large number , that 's for sure !", "length": 11}, "8259": {"text": "Perhaps it may be the gayest big city , but take a look to Sitges , in Spain .", "length": 16}, "8260": {"text": "I stopped there one day looking for a job for my holidays , and I left immediately when I saw it : you can barely find a straight person there in summer .", "length": 30}, "8261": {"text": "Just Google it and you 'll see what I mean .", "length": 10}, "8262": {"text": "http://www.passportmagazine.com/33/Sitges.php Too bad , because it 's a beautiful landscape and beaches ...", "length": 17}, "8263": {"text": "To me , the definition of a WN peace maker is a White person who uses political will and psyhical expression to defend and create the survival and existence of the White race .", "length": 32}, "8264": {"text": "I came across this site which I thought might be of interest to anyone who plans on setting up a community http://www.dancingrabbit.org/index.html Their not WN I know but we can still learn from them I think .", "length": 41}, "8265": {"text": "I am looking for anything where I can be among my own people , please PM me if you know of something .", "length": 21}, "8266": {"text": "This is from the backfile of Stormfront 's Advance Scout , which is solely devoted to promoting the organizing strategy of PLE-Legionism .", "length": 22}, "8267": {"text": "I saw the same textbook picture the other day but for the life of me cannot remember where I was at .", "length": 21}, "8268": {"text": "Its a great piece of history to know .", "length": 8}, "8269": {"text": "32", "length": 1}, "8270": {"text": "How is it possible for someone to construe my post in this way ?", "length": 13}, "8271": {"text": "Actually , I was responding to a Swiss person whose message is close to the beginning of the thread .", "length": 18}, "8272": {"text": "Yes, everyone should check these videos out , as they 're a great way to introduce people to the idea of an open White Nationalist community ( PLE ) .", "length": 26}, "8273": {"text": "The update on this situation in San Francisco is that a judge rejected the idea that guns could be banned there .", "length": 21}, "8274": {"text": "Turns out Ms. Whigger has an arrest warrent out for not showing up for court for traffic violations according to the Kalispell Police Dept ....", "length": 24}, "8275": {"text": "These videos are great in that they are just long enough to get in all that is needed on a particular subject and just short enough to keep it on point and interesting .", "length": 33}, "8276": {"text": "This is my next read .", "length": 5}, "8277": {"text": "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .", "length": 17}, "8278": {"text": "Where in Alabama are you ?", "length": 5}, "8279": {"text": "I 'm in Birmingham , myself and even the nicer suburban area where I 'm from is getting darker and darker .", "length": 20}, "8280": {"text": "We need to start a pool on stormfront and use the money to buy this place .", "length": 16}, "8281": {"text": "Maybe it could be used as some sort of gathering spot for WN .", "length": 13}, "8282": {"text": "I'm fat , and have two cats .", "length": 7}, "8283": {"text": "20 + is needed .", "length": 3}, "8284": {"text": "Not going to be able to stop for drinks except for the occasional gas station bottled water .", "length": 17}, "8285": {"text": "I 'd have no way to keep the van air conditioned at a restaurant .", "length": 14}, "8286": {"text": "I dont think anyone is going to decide , its going to be where whites feel the most at home among their own .", "length": 22}, "8287": {"text": "Yeah, the map is not the territory .", "length": 7}, "8288": {"text": "I find it funny how obsessed many posters are here about how `` White '' and area is .... as if `` Whiteness '' is gauged by skin color alone .", "length": 25}, "8289": {"text": "Was n't Bill Clinton the first `` black '' president ?", "length": 9}, "8290": {"text": "You can have chickens in your back yard here in town in Kalispell .", "length": 13}, "8291": {"text": "As long as they have a place to get warm and you have a heater for the water so it doesnt freeze they do fine .", "length": 25}, "8292": {"text": "The best way to prevent Black on White rape is to succeed in our goal of removing them all from white countries .", "length": 22}, "8293": {"text": "Newsnet14.com thugreport.com It 's a shame most of the people that came here are just rambling about killing people though lol ....", "length": 23}, "8294": {"text": "The problem is there are thousands of people , mainly europeans , who just create a profile and then post 0-4 times and then vanish .", "length": 24}, "8295": {"text": "I dont think we would get their $", "length": 7}, "8296": {"text": "Cant say over the net what I do EVERY day for our cause but you can bet I do my part .", "length": 21}, "8297": {"text": "It may be on a small and local scale but I contribute every day .", "length": 14}, "8298": {"text": "Lonewolfing mostly .", "length": 2}, "8299": {"text": "Hello Brothers and Sisters Just wanted to let you know I had ask for a user name change and they approved it .", "length": 22}, "8300": {"text": "So within the next day or so my user name will be MICHIGAN GHOST I just did n't want to have anything associated with Bradley or the uka !!!!", "length": 29}, "8301": {"text": "Unfortunatly I am going to miss the 21 of march , but on the 23 me and about 10 other white nationalists are going to put several thousand copies of the white nationalist newspaper nationell idag in mailboxes .", "length": 37}, "8302": {"text": "Now now lets not discriminate between muslims and jews , I say get them all back to the middle east and turn the whole sand pit to radioactive glass .", "length": 28}, "8303": {"text": "Yes I fear that a civil war is our last and only option left in a world ruled by damn antifac 's", "length": 22}, "8304": {"text": "they sent many of the irish immigrants over hundreds of years ago during one of the first ever drafts I beleive .", "length": 21}, "8305": {"text": "So lets do it to the beaners .", "length": 7}, "8306": {"text": "A white against all other color war must happen to rid America , but will it ever happen and would it be successful ?", "length": 22}, "8307": {"text": "Just about anything you could ever dream of can be found HERE Just about everyone agrees on illegal immigration !", "length": 19}, "8308": {"text": "Good luck !", "length": 2}, "8309": {"text": "-Yankee Jim", "length": 2}, "8310": {"text": "If we each spend three hours on this we will be the talk of all of the news stations .", "length": 19}, "8311": {"text": "It 's easy , legal , and offers imediate gratification .", "length": 8}, "8312": {"text": "What more could we ask for .", "length": 6}, "8313": {"text": "If you are looking to become involved , I would suggest you try calling the National Alliance in Houston at ( 713 ) 684-6614 .", "length": 22}, "8314": {"text": "I've followed Mr. Kievsky 's adventures through VNN for the last couple years .", "length": 14}, "8315": {"text": "He is indeed a brave man and champion of our cause .", "length": 11}, "8316": {"text": "Sveiks !", "length": 1}, "8317": {"text": "Also after sticking them on you can coat them in a flour/water mixture like they use for large posters and it dries see through and is damn near impossible to remove later .", "length": 33}, "8318": {"text": "Cross-dressing is in , could try that !", "length": 7}, "8319": {"text": "Need to break out my Brittany Spears outfit I guess ..", "length": 10}, "8320": {"text": "Pretty bad when you have to hide yourself or your identity in a supposedly free country .", "length": 16}, "8321": {"text": "The cross-dressers and faggots are sure not hiding their identity .", "length": 11}, "8322": {"text": "We gottem-aplenty in DC ..", "length": 5}, "8323": {"text": "I have bookmarked the site and will check up on it often .", "length": 12}, "8324": {"text": "It is a great idea to organize our political action in this manner .", "length": 13}, "8325": {"text": "Each lemming that hears Duke will awaken .", "length": 7}, "8326": {"text": "Thank you internet .", "length": 3}, "8327": {"text": "Thank you Mr. Shockly , father of the computer chip .", "length": 9}, "8328": {"text": "Thank all you noble racialists .", "length": 5}, "8329": {"text": "Jewish Supremicism is at the end of its noose. : madex", "length": 10}, "8330": {"text": "i checked other. i saw the VH1 documentary `` Music of Hate '' and heard Nordic Thunder in the backround. i thought it sounded cool and downloaded some of their songs and in the info on it was the national alliance website and david duke 's EURO. i dived into the movement head first and eventually found creativity", "length": 56}, "8331": {"text": "B.S., there would not be a race war because of Whites going out and shooting up non-White neighborhoods ; it is already open season on White Americans and White Europeans and White Australians and White Canadians .", "length": 37}, "8332": {"text": "Here is the Haiti story for the negro sock puppet , posted for the umteenth time Dr William Pierce The Island Paradise of Haiti - YouTube", "length": 24}, "8333": {"text": "WTF are you laughing ' Groid The Jews are just using you Monkeys Get lost go eat some watermelon and shoot some dice or something .", "length": 24}, "8334": {"text": "I wonder if he spends a lot of time trying to figure out how he got confined to the Open Forums .", "length": 21}, "8335": {"text": "I have seen couple Chinese and Japanese tourists but I dont hate you .", "length": 13}, "8336": {"text": "I just believe you should stay in your own country .", "length": 10}, "8337": {"text": "I think it 's tag team trolling .", "length": 7}, "8338": {"text": "One troll is on duty for several hours and then his partner in crime takes over for the next shift .", "length": 20}, "8339": {"text": "I have tall guy privilege ... but I 'm always banging my head on the shower ceiling .", "length": 16}, "8340": {"text": "Small cars are a pain in the ass too .", "length": 9}, "8341": {"text": "It's just the stupid ones who are copying Miley Cyrus like the one who caught on fire .", "length": 18}, "8342": {"text": "The definition just says sexual dancing but that is actually something old since the 80s or maybe even 60s .", "length": 19}, "8343": {"text": "So your allegiance is to Mexico first and America second ?", "length": 10}, "8344": {"text": "This means you belong in Mexico , not the US .", "length": 9}, "8345": {"text": "Leave now .", "length": 2}, "8346": {"text": "Please save us from ourselves Buzz !", "length": 6}, "8347": {"text": "Sometimes I just HAVE to feed the trolls and they serve no positive purpose here .", "length": 15}, "8348": {"text": "Sound's like the start of a bad joke : A girl with three kid 's one white , one black and one asian walk 's into a department store .....", "length": 28}, "8349": {"text": "84% French ...", "length": 2}, "8350": {"text": "Maybe before 1789 .", "length": 3}, "8351": {"text": "Amongst 60 millions French citizens , you would hardly find 5 millions French without foreign ancestry ( after 1900 ) .", "length": 17}, "8352": {"text": "I do not hate fox news but they throw the jew stick at you every chance they get which makes it unwatchable .", "length": 22}, "8353": {"text": "Truth be told if they had a good White Nationalist on they would just crush the other networks .", "length": 18}, "8354": {"text": "One thing you seemingly cannot grasp--that JEWS themselves are messiah , and their kingdom is earthly .", "length": 16}, "8355": {"text": "Their calling is a world ruled by `` the Chosen '' from Jerusalem .", "length": 11}, "8356": {"text": "Guess where you fit in ?", "length": 5}, "8357": {"text": "Unbelievable to me that all these liberals with SO MUCH love to give have zero problem stepping over all the white kids in their own country who need families to get to some random little Haitian kid .", "length": 37}, "8358": {"text": "I did not see any reliable sources , that connect Leon Trotski and Lenin to the Freemasons .", "length": 16}, "8359": {"text": "That quote Trotski made proves nothing .", "length": 6}, "8360": {"text": "you should' t say that white are more intelligent than blacks as i am a black neurosurgeon and that takes a high level of intelligence to become so think before you speak .", "length": 32}, "8361": {"text": "I personally do not think blacks in africa are strong like the ones outside. i guess it is hard to say which race is stronger. maybe no race is stronger , it could be down to individual .", "length": 36}, "8362": {"text": "He's a race traitor .", "length": 5}, "8363": {"text": "Him , his wife , and his kids have absolutely no place in a white nation and it 's disgusting how they put an end to thousands of years of evolution for being so selfish .", "length": 33}, "8364": {"text": "You're right .", "length": 3}, "8365": {"text": "Millions ca n't .", "length": 4}, "8366": {"text": "But millions can believe a lie for centuries upon centuries , especially when you make investigating the story a crime .", "length": 19}, "8367": {"text": "What do you all have to say about this article ?", "length": 10}, "8368": {"text": "Cutback of US aid to Egypt leaves Israel nervous | Fox News", "length": 11}, "8369": {"text": "Maybe he was that suicide bomber in Iraq who blew himself into a million pieces yesterday with 100 pounds of dynamite .", "length": 21}, "8370": {"text": "Ka-Boooom !!!", "length": 2}, "8371": {"text": "Those are the same Egyptians who have lived there for thousands of years .", "length": 13}, "8372": {"text": "They fit the same DNA as the DNA found in ancient mummies .", "length": 12}, "8373": {"text": "Egyptians are not Arabs , they are Egyptians .", "length": 7}, "8374": {"text": "Sad thing is white nationalists DO judge Negroes by the content of the character .", "length": 14}, "8375": {"text": "We just do n't like what we see .", "length": 9}, "8376": {"text": "Do you post at VNN ?", "length": 5}, "8377": {"text": "No .", "length": 1}, "8378": {"text": "I visited it half a dozen times abt a year ago .", "length": 11}, "8379": {"text": "It reminded me of a bar-room shootout in old Westerns .", "length": 11}, "8380": {"text": "Then get one to submit an intro video to the show amd see where it goes .", "length": 16}, "8381": {"text": "This particular show is built off of viewer submissions , they are n't out trolling the waters for specific fish .", "length": 20}, "8382": {"text": "What you say about Blacks , Arabs and Jews are LIES .", "length": 10}, "8383": {"text": "Your all-white nation is a fraud .", "length": 7}, "8384": {"text": "You 'll never build it .", "length": 5}, "8385": {"text": "Makes you wonder how we invented anything at all and built nations that were the envy of the brown world when our countries were mostly white .", "length": 26}, "8386": {"text": "Grow a brain moron .", "length": 4}, "8387": {"text": "I'm not allowed to use any negro inventions ?", "length": 9}, "8388": {"text": "Damn I was so looking forward to using a sharp rock tied to a stick but ok I promise I wont use any of your wondrous inventions if you stop using everything my race invented .", "length": 35}, "8389": {"text": "Deal ?", "length": 1}, "8390": {"text": "To me it means that Jewish supremacists will never again allow Whites to have a say .", "length": 16}, "8391": {"text": "Their control of all media is proof of that .", "length": 9}, "8392": {"text": "Guns n Roses is not music .", "length": 6}, "8393": {"text": "Listen to Bluegrass , Celtic , Texas Swing , Rock a Billy , old time County , Southern Rock , and White Nationalist music !", "length": 18}, "8394": {"text": "Go to this thread and discover music you never even heard of before : We have our own Media now !", "length": 19}, "8395": {"text": "Damn affirmative action they got the white house , now our beer halls , their is only one safe place left ... God 's save Iceland .", "length": 23}, "8396": {"text": "Thank you for posting this ! this disgusting lie will hopefully one day be addressed and corrected , at that point I would hope the world will see the Jews for what they really are .", "length": 33}, "8397": {"text": "Skin color alone does not make a race .", "length": 8}, "8398": {"text": "Any white who works outside can be a deep brown , but genetically is still white .", "length": 15}, "8399": {"text": "This jew idiot is spewing nothing but propaganda .", "length": 8}, "8400": {"text": "I love the home school idea and very much admire parents who care enough about their children to make the commitment necessary for it to succeed .", "length": 26}, "8401": {"text": "You parents who care enough to commit so passionately to your children are heros and heroines .", "length": 16}, "8402": {"text": "This is such an exciting project !", "length": 6}, "8403": {"text": "I am happy to be a part of it and my girls cannot wait to get started !", "length": 17}, "8404": {"text": "For our Folk , Melody", "length": 4}, "8405": {"text": "Unfortunately, she will find it very difficult to make a living as a historian if he does n't bow down and do reverence to the Holahoax religion .", "length": 28}, "8406": {"text": "Cool, Texas is good .", "length": 4}, "8407": {"text": "Lots of companies moving in , many focused on energy sector .", "length": 10}, "8408": {"text": "Texas is basically it 's own country .", "length": 7}, "8409": {"text": "My cousin lives there , he 's retired nypd .", "length": 8}, "8410": {"text": "Right now when I think of WASP 's , I think of New England liberals who have never had a taste of diversity in their life .", "length": 25}, "8411": {"text": "Yeah it could very well deter wild animals from attacking , just be careful in the heat of summer to not burn the neighborhood down etc .", "length": 25}, "8412": {"text": "If it 's a true , SHTF , 72-hour BOB , you 're going to need a lot of stuff and $ 100 is n't going to cover it .", "length": 27}, "8413": {"text": "! 00 bucks of gear is more than enough for 72 hour .", "length": 11}, "8414": {"text": "The first and most absolute priority is maintaining core body temperature , a 100 bucks will do that .", "length": 17}, "8415": {"text": "First there 's rations : food you 'll need , water you 'll need , ways to get food along the way ( guns and ammo , fishing lines , traps , nets , etc ) , and ways to get water ( containers , purification tablets , filters , etc ) .", "length": 37}, "8416": {"text": "In a 72 hour scenario you dont need food .", "length": 9}, "8417": {"text": "72 hour scenario traps are a waste of time and energy .", "length": 11}, "8418": {"text": "There are two types of `` 72 hour '' : Wanting to be found .", "length": 11}, "8419": {"text": "Not wanting to be found .", "length": 5}, "8420": {"text": "This is the base core of any pack rather it be 3 day , seven day , trunk or forever kit .", "length": 19}, "8421": {"text": "Stop theorizing , stop dreaming and start practicing .", "length": 7}, "8422": {"text": "Knowledge and skill trumps gear everytime .", "length": 6}, "8423": {"text": "https : //www.youtube.com/watch ? v = ttRFIvsuf4A", "length": 7}, "8424": {"text": "Sword might come in handy for a couple silent kills or close quarters combat against lightly armed enemies .", "length": 18}, "8425": {"text": "Sword will dispatch them rather handily .", "length": 6}, "8426": {"text": "When I have the five children I wish to have , every Sunday I will read for then Mein Kampf , my bible I am not kidding .", "length": 25}, "8427": {"text": "I can tell you that colleges in New York are very liberal , even the Christian or Catholic ones .", "length": 18}, "8428": {"text": "Stay away from any public or state schools , would have to be private .", "length": 13}, "8429": {"text": "I've actually discussed this idea with others here on SF However it would have to be in a PLE sort of situation to have the number of students and teachers required .", "length": 32}, "8430": {"text": "I'd have to say that quite simply he is the greatest human to ever walk on this planet .", "length": 19}, "8431": {"text": "In my opinion he is god like and I take inspiration from him every day .", "length": 15}, "8432": {"text": "THIS is precisely why I do n't watch his videos .", "length": 11}, "8433": {"text": "I did n't watch this one either .", "length": 8}, "8434": {"text": "The guy if soooo annoying !", "length": 5}, "8435": {"text": "unfortunately chicago doesnt prove this .. we need to send them all to the poles we could make better use of africa", "length": 21}, "8436": {"text": "They were nothing short of a Godsend .", "length": 7}, "8437": {"text": "Maximum resistance towards Zog !", "length": 4}, "8438": {"text": "The KKK sent a shiver of fear down the spines of our enemies like most will never know .", "length": 18}, "8439": {"text": "Commited Revolutionaries .", "length": 2}, "8440": {"text": "Don't bother arguing with your teachers , just pretend to go along with what they are saying .", "length": 17}, "8441": {"text": "Basically just tell them what they want to hear .", "length": 9}, "8442": {"text": "Found this great link while surfing : http://www.freegifts4kids.com/index .... tion = home.home New and expecting parents receive FREE baby products and coupons from major baby companies such as Gerber , Nestle Carnation , and Mead Johnson Nutritionals .", "length": 37}, "8443": {"text": "Carrying any hammer here in the UK on the streets without good cause such as you need it for work would be classed as an offensive weapon .", "length": 27}, "8444": {"text": "It is about time damn it If we keep listening to the damn Ass teachers we are going to change from Aryan to Airy Einstein is Airy want us to believe in time travel and hooking up a hose to the sky to funnel dark energy when the damn professors funneling funds and teaching Einstein 's stupidity I can prove Einstein stupid and I tried to meet David Duke to end Einstein and he did not reply Any History makers ?", "length": 80}, "8445": {"text": "Vancouver?", "length": 1}, "8446": {"text": "I passed through there on a flight and walked through the city , oh God , I thought the plane accidentally landed in Singapore !", "length": 22}, "8447": {"text": "Vancouver ?", "length": 1}, "8448": {"text": "More like Hongcouver ?", "length": 3}, "8449": {"text": "Unbeautiful ' modern ' sculpture : The Harp Twins Camille and Kennerly ask : Chicago has the Bean and New York had the ??? Comments : it was the Bull .... on Wall Street New York had the `` I-popped-a-can-of-cinnamon-rolls-and-then-piled them-on-top-of-each-other-and-painted-it-silver '' monument .", "length": 52}, "8450": {"text": "Mound of Misshapened Aluminum ?", "length": 4}, "8451": {"text": "Reminds me of Homer Simpson 's `` angry art '' This looks like something I made as a kid [ the winner ! ]", "length": 19}, "8452": {"text": "This is a great resource , but they have practically no pro-White books in their library .", "length": 16}, "8453": {"text": "Who will volunteer to create pro-White audio books ?", "length": 9}, "8454": {"text": "I'm Scottish on my mom 's side and Portuguese on my dad 's side and I live in the north of Portugal", "length": 23}, "8455": {"text": "With those who 're sincere and genuine Racial Nationalists that 's usually the best .", "length": 14}, "8456": {"text": "I definitely feel that way towards Snowy Owl .", "length": 8}, "8457": {"text": "If a J frame .38 wont deal with it , you should n't be screwing with it without a long gun .", "length": 21}, "8458": {"text": "If you cant hide a J frame you better carry a purse ...", "length": 12}, "8459": {"text": "I can see the future of testing .", "length": 7}, "8460": {"text": "All none whites scores start at 70 % passing grade 72 % .", "length": 10}, "8461": {"text": "For White students the test starts at - 40 % , passing score 99 % .", "length": 11}, "8462": {"text": "This is to overcome White privilege", "length": 6}, "8463": {"text": "The flipside is those 70 % White students will do worse with `` teachers of color '' .", "length": 14}, "8464": {"text": "So you elevate that minority ever so slightly , and screw the rest .", "length": 12}, "8465": {"text": "Sounds legit ....", "length": 2}, "8466": {"text": "I could give a course on gun safety so , that they do n't end up like that monkey that shot off his penis .", "length": 24}, "8467": {"text": "Well, at least these dumb negroes got the fact that Jews are evil right ; though I suspect whitey and the jews are one in the same to their primitive minds ...", "length": 30}, "8468": {"text": "UGH ....", "length": 1}, "8469": {"text": "Every time I 've ever taken this test I got roughly around the same spot .", "length": 15}, "8470": {"text": "It seems fairly accurate to me .", "length": 6}, "8471": {"text": "No.", "length": 1}, "8472": {"text": "It was built by a contractor in New England .", "length": 9}, "8473": {"text": "The design is by : http://www.tumbleweedhouses.com/pages/about However the one you show is nice , too", "length": 18}, "8474": {"text": "My website Racial Observer offers many free e-books and you can check out our hardcover and paperback catalog at Racial Observer Books", "length": 23}, "8475": {"text": "Paul also has a daily radio program throughout the week on White Pride radio | The Voice of the White Resistance ! called ' The Fightin ' Side Of Me ' .", "length": 26}, "8476": {"text": "You will find many true White Nationalists indeed have tattoos so your statement they are stupid and retarded is all your own , you wont make many friend here with that attitude .", "length": 31}, "8477": {"text": "very interesting video , although I spotted at least one error ; Samhain is celebrated from sunset on October 31st to sunset on November 1st .", "length": 23}, "8478": {"text": "Apart from that , a decent video .", "length": 6}, "8479": {"text": "Visited three different stores today , all had it in stock .", "length": 10}, "8480": {"text": "Your dealer is messing with you .", "length": 6}, "8481": {"text": "You should look into it .", "length": 5}, "8482": {"text": "At a brewers convention , the Pres. of Hamms , the Pres. of Schlitz , the Pres. of Bubweiser , and the Pres. of Guiness all meet up and decide to have lunch together ...", "length": 30}, "8483": {"text": "At the resturant , the Pres. of Hamms orders a Hamms , the Pres. of Schlitz orders a Schlitz , the Pres. of Budweiser orders a Bud , and the Pres. of Guiness orders a cup of tea .", "length": 34}, "8484": {"text": "`` Why did n't you order a beer ? '' they all ask .", "length": 11}, "8485": {"text": "`` Well , since you guys are n't drinking beer , I suppose I wo n't either ... ''", "length": 16}, "8486": {"text": "Okay.", "length": 1}, "8487": {"text": "But for now as I 'm in The States , I 'll have to settle for some Wild Turkey ( bourbon ) as I watch those videos of Ireland .", "length": 26}, "8488": {"text": "Ta ra do re do re aye .", "length": 7}, "8489": {"text": "Hubble View of Eris and Dysnomia This is an image of the dwarf planet Eris ( center ) and its satellite Dysnomia ( at 9 o' clock position ) taken with NASA 's Hubble Space Telescope on Aug. 30 , 2006 .", "length": 36}, "8490": {"text": "Hubble observations were obtained on Dec. 3 , 2005 and Aug. 30 , 2006 using the Advanced Camera for Surveys .", "length": 18}, "8491": {"text": "The Hubble images were combined with images from the Keck telescopes taken on Aug. 20 , 21 , 30 , and 31 to measure the satellite 's orbit and calculate a mass for Eris , which is the largest dwarf planet in the solar system .", "length": 41}, "8492": {"text": "( Credit : NASA , ESA , and M. Brown ) http://solarviews.com/eng/eris.htm", "length": 12}, "8493": {"text": "Then is n't it time that whites became the minority when it comes to financing said schools ?", "length": 18}, "8494": {"text": "When is that projected to happen ?", "length": 6}, "8495": {"text": "Yes well the BS is on facebook , he felt disgusted by it and wanted out and left .", "length": 17}, "8496": {"text": "You see through the BS and are using FB for the cause .", "length": 12}, "8497": {"text": "Both are valid .", "length": 3}, "8498": {"text": "Great deal here ! 2 bedroom , 1 bath rural cabin home on 5.6 acres in southern Missouri .", "length": 17}, "8499": {"text": "$ 25,000 !", "length": 2}, "8500": {"text": "This place looks like the interior needs a little finishing , and appears to be built by a survivalist .", "length": 18}, "8501": {"text": "http://www.unitedcountry.com/search0 ... 7970 & AU = N & FT = P", "length": 10}, "8502": {"text": "This is the false front which jews present to the world , but jews are quite varied in their opinions and beliefs .", "length": 21}, "8503": {"text": "So far , all I 've see is their Facebook page which has news items and the usual Facebook stuff .", "length": 19}, "8504": {"text": "Whatever other activities they have been doing I am currently unaware of .", "length": 12}, "8505": {"text": "Just for the record I have never bought a rap record or voted for any black politician .", "length": 17}, "8506": {"text": "I have no use for the NBA or any self important black celebrities .", "length": 13}, "8507": {"text": "I've got the book sitting on my shelf - have n't read it it .", "length": 15}, "8508": {"text": "It 's a well built hard cover with nice thick pages if anyone is interested .", "length": 15}, "8509": {"text": "Ca n't comment on the contents yet .", "length": 8}, "8510": {"text": "ive looked into classes on gunsmithing i can do basic things but i just dont have every tool for every gun on the market. and if it ever comes down to dooms day we are gonna need a good smithy", "length": 40}, "8511": {"text": "7.62x25 IN STOCK http://www.sportsmansguide.com/net/b...95&s=987&stk=19x18INSTOCKhttp://www.sportsmansguide.com/net/b...95&s=958&stk=1HURRYONTHIS!!!7.62X39ARABIC&WOLFINSTOCKhttp://www.sportsmansguide.com/net/b...96&s=953&stk=1223ANDPLENTYOFIThttp://www.sportsmansguide.com/net/b ... 96 & s = 907 & stk = 1 spg 's stocks are up right now get it fast !!! _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ jgsales has almost everything IN STOCK !!! they have alot of 308 surplus ammo in stock about the only place i have seen with it in stock .308 ammo http://www.jgsales.com/index.php/amm ... o-/cPath/12 _ 43 check out the rest of there stuff too they have alot of ammo and guns in stock right now not sure weather to post this here but how much is brass going for i have ample supply of 223 and some 30-06 , anyone interested pm me , will barter for 7.62x39 or .38 spec .", "length": 183}, "8512": {"text": "Yea, I 'm not sure it 's authenithic .", "length": 8}, "8513": {"text": "It 's a good read , and tells the truth .", "length": 9}, "8514": {"text": "But I 've seen it several times in the past two or three years .", "length": 14}, "8515": {"text": "Responding to edit comment .", "length": 4}, "8516": {"text": "Yes , I figured that out on my own a few hours later .", "length": 12}, "8517": {"text": "I had an Ohhhh lightbulb moment .", "length": 6}, "8518": {"text": "A fine shirt it is .", "length": 5}, "8519": {"text": "I will be purchasing the kit next week .", "length": 8}, "8520": {"text": "The wait is a bit long , but I am interested .", "length": 10}, "8521": {"text": "I have a Bear compound bow I bought many years ago .", "length": 11}, "8522": {"text": "I had it restrung a couple years ago but have n't taken it out since .", "length": 16}, "8523": {"text": "Good back up because you just never know .", "length": 8}, "8524": {"text": "I believe that every manufacturer uses the same thread for their dies and their die press .", "length": 16}, "8525": {"text": "So far everything has been interchangeable with no problems for me .", "length": 11}, "8526": {"text": "A History of Everyday Things in England 1066-1499 .", "length": 9}, "8527": {"text": "It was written for schoolchildren about 100 years ago , but I like it .", "length": 13}, "8528": {"text": "Good illustrations , and no politically correct nonsense .", "length": 7}, "8529": {"text": "When they sent n iggers to space the space ships started blowing up .", "length": 13}, "8530": {"text": "White men explored space and landed on the moon and white men sent them there and brought them home safe .", "length": 20}, "8531": {"text": "The thought of Africans in space is laughable .", "length": 8}, "8532": {"text": "I can never pin point my eye color .", "length": 8}, "8533": {"text": "Truly .", "length": 1}, "8534": {"text": "They can be blue , green , or grey at different times .", "length": 10}, "8535": {"text": "Does anybody else experience this ?", "length": 5}, "8536": {"text": "It makes me wonder if the man who built the `` range '' is a anti gun zealot like his neighbors and they are all in this together .", "length": 26}, "8537": {"text": "does anyone know if this school was bought or was started as a school for white kids bc if so i would move my family to kansas asap just so my kids could go to a white school ..", "length": 38}, "8538": {"text": "I am in the same boat as you to an extent .", "length": 11}, "8539": {"text": "I usually find it handy to connect with people I want to meet etc ie text them or talk on the phone so we can meet in person", "length": 28}, "8540": {"text": "This is a sickening trend , even in countries like mine where there are not many Negroes they do this and all because of the sickening media brainwashing .", "length": 27}, "8541": {"text": "we had a great depresion many years a go some went outside the law just to make a living when you cant find a job and have nothing to eat you will do what you have to do , the people i mentioned never went on trial and were never convicted", "length": 50}, "8542": {"text": "No need to allow FACTS to get in the way of a good White guilt message ! ... and the jew laughs loudly !", "length": 21}, "8543": {"text": "The rounds I used to use in my 5.56 would cut through trees a foot thick and quarter inch steel like a hot knife through butter .", "length": 27}, "8544": {"text": "Ex - ( A Taurus would n't have a chance , lol ! )", "length": 10}, "8545": {"text": "I thought I was the only one interested in this .......... The first time I heard about this was in school back in 5th grade .", "length": 24}, "8546": {"text": "Really interesting .", "length": 2}, "8547": {"text": "Although to now there is no evidence of an order to kill all Jews , but see above and you can see there were orders to exterminate Bolsheviks , Jews , commissars , etc .", "length": 30}, "8548": {"text": "Great thread Here is one to do with parking .", "length": 9}, "8549": {"text": "Always back into a parking space if possible , makes for easier get away if in trouble .", "length": 16}, "8550": {"text": "Please let me know if the school needs anything and again when you get a website ready let me know the bandwith is on me .", "length": 25}, "8551": {"text": "I'm pretty new at posting here but count me in ~ I think this is an excellent idea .", "length": 18}, "8552": {"text": "Please let me know if there is anything I can do .", "length": 11}, "8553": {"text": "Look what happens when Whites leave black Countries alone to do what they do naturally The blacks in White Countries today should be on their knees thanking Whites for trying to civilize them", "length": 33}, "8554": {"text": "Many Jews were in the Red Army so many wanted the opportunity to rape and murder whites under the guise of war .", "length": 22}, "8555": {"text": "I assume you went to the High Caliber gun show in Houston , I usually go when they are in Conroe and I know the feeling the last two or three times I did n't get much or see anything that really caught my eye .", "length": 45}, "8556": {"text": "The guy giving the beating could very possibly be a Hispanic , I would have to see a much clearer video before I 'd give him the honor of calling him White .", "length": 31}, "8557": {"text": "Also notice that the Nig giving the running commentary said nothing about the ' White boy ' a term the Yard Ape will never fail to use when given the chance !", "length": 29}, "8558": {"text": "Notice the video title , whenever there is a fight between a white and non white , the white is always the racist", "length": 21}, "8559": {"text": "The measurements given in that ad are whacked .. it says house #1 and #2 are 7,000 sq feet !", "length": 19}, "8560": {"text": "More like 1100 max", "length": 4}, "8561": {"text": "Thank you sir !", "length": 3}, "8562": {"text": "May I have another !", "length": 4}, "8563": {"text": "Truckers Music - YouTube Trucker Song by band Head Hands and Feet ( southern rock I guess ) with lots of beautiful pictures and beautiful women !", "length": 23}, "8564": {"text": "I have my card board decorations ready along with thumb tacks .", "length": 11}, "8565": {"text": "I also have ' glass magnet ' type decorations for the patio door .", "length": 11}, "8566": {"text": "This weekend the decorations go up .", "length": 6}, "8567": {"text": "I wonder if the mex will steal them this year .", "length": 10}, "8568": {"text": "I have a total of four dollars invested in decorations .", "length": 10}, "8569": {"text": ".99Cents Only stores have a nice selection of Halloween stuff .", "length": 10}, "8570": {"text": "Dollar Tree also had a selection of affordable decorations .", "length": 9}, "8571": {"text": "Very great pictures everyone !", "length": 4}, "8572": {"text": "Most of these pictures i have never seen before , great to see new pictures of that time .", "length": 17}, "8573": {"text": "Thanks everyone !", "length": 2}, "8574": {"text": "There is a full video out there some where and I 've been searching for it with out luck Published on May 1 , 2014 Disrespectful Vine Of The Week : `` Fxck Your Neighborhood '' Man 's Glasses Flew 50 Meters !", "length": 38}, "8575": {"text": "- YouTube", "length": 1}, "8576": {"text": "Those boys will use the plastic whisks as swords , and the girls ' lego creations will consist of dollhouses for the few white dolls , with the dark ones in the adjoining farm pen .", "length": 32}, "8577": {"text": "When ever I leave the house I wear one of these 1920 's type fedoras , I have quite a few .", "length": 20}, "8578": {"text": "Or another type :", "length": 3}, "8579": {"text": "Since the other thread is getting to long and bugging out , it 's time to start a new one , I 'll start it off with this ; Preparedness I", "length": 28}, "8580": {"text": "Nice to see !", "length": 3}, "8581": {"text": "I punched out a violent negro who charged me outside a bar .", "length": 12}, "8582": {"text": "You know if you get past all of there violent animal acts of intimidation they have a soft jaw !", "length": 19}, "8583": {"text": "Our school systems are nothing more then breeding grounds for the slave system the zionist are determined to create .", "length": 19}, "8584": {"text": "Can you say Big Brother .", "length": 5}, "8585": {"text": "If I would be in your possition I would give better marks to white children in your school and later that they could get to better universitys .", "length": 27}, "8586": {"text": "but if a guy cant do damage one can argue the guy on the bottom is controlling with the threat of submission or reversal .", "length": 24}, "8587": {"text": "Weapons and training .", "length": 3}, "8588": {"text": "There are a few schools around here that run women only classes and once school has a six or eight week so called boot camp for women wanting to do krav maga .", "length": 32}, "8589": {"text": "I guess how it works is you just pay the six weeks up front and the classes run so many times a week for that time period", "length": 27}, "8590": {"text": "I have green eyes as well , but mine have a blue ring around the outside .", "length": 15}, "8591": {"text": "They change with what I wear too and turn yellow in the sun .", "length": 13}, "8592": {"text": "Green eyes do seem to be pretty rare .", "length": 8}, "8593": {"text": "Ya the ignorant want to registered guns so only criminals will have gun .", "length": 13}, "8594": {"text": "Great idea will see how that goes for crime stats", "length": 10}, "8595": {"text": "While I 'm happy to see this loser in jail , I think it 's also an excellent OPSEC tutorial : STFU Dip-wad .", "length": 22}, "8596": {"text": "Take a look at the posts in this tread , its shameful that this is what we have become .", "length": 18}, "8597": {"text": "I hope the mods kill this thread .", "length": 7}, "8598": {"text": "FUNNY!!!", "length": 1}, "8599": {"text": "Slidesong : Bob Rivers Comedy Corp - The Twelve Pains of Christmas - YouTube Do n't miss the 8th day of Christmas at around 1 : 40", "length": 24}, "8600": {"text": "I hope it is forgotten and we focus on the Holdomor and the death of 10 million Christians .", "length": 18}, "8601": {"text": "Can we finally bury the holocaust ? ...", "length": 6}, "8602": {"text": "This captivating natural color view of the planet Saturn was created from images collected shortly after Cassini began its extended Equinox Mission in July 2008 .", "length": 25}, "8603": {"text": "Oh, I forgot to say where I lived .", "length": 8}, "8604": {"text": "I live in Argentina ... forgotten white country in the southernmost tip of S. America .", "length": 14}, "8605": {"text": "What are you using this school year ?", "length": 7}, "8606": {"text": "Any hits or misses from the last school year ?", "length": 9}, "8607": {"text": "What educational goals or philosophies influence what curricula you pick ?", "length": 10}, "8608": {"text": "Bomber-Bike Project at 20 .", "length": 5}, "8609": {"text": "April 2011 ( down on wheels and handling test ) - YouTube Bomber-Bike Project Stage 3 ( Motorrad mit Sternmotor ) - YouTube Bomber - Bike Transmission Stage 4 ( Motorrad mit Sternmotor ) - YouTube", "length": 27}, "8610": {"text": "i was a bmxer for a while until it got stolen by SOMEONE ... but i turned my attention to mountain bikes ... i like em you can actualy go places not just do stupid dog tricks", "length": 35}, "8611": {"text": "Plop them down in front of Livy , have them read it , and then write a report on it .", "length": 18}, "8612": {"text": "Check out my sig. for more ideas .", "length": 7}, "8613": {"text": "Incredible then when we see nowadays that the world is saying that there is a global village and economies are inter dependent when America sneezes the world catches a cold blahhblahdieblah it is clear that the intention is to move the world into the same economic interdependency .", "length": 47}, "8614": {"text": "I'm sure the Jews in Scandinavia dumb down the education systems there too .", "length": 14}, "8615": {"text": "They probably slowly remove discipline do whatever they can to make the schools worse and worse .", "length": 16}, "8616": {"text": "Anyone who believes that Hitler 's actions were well founded and the correct actions for the situation has to also believe that white extinction is an acceptable outcome .", "length": 28}, "8617": {"text": "I remember when I was at my college during the Holidays ... every single holiday would be mentioned loud and clear except for Christmas ... especially kwanzaa .", "length": 25}, "8618": {"text": "lambent \\ LAM-buhnt \\ , adjective : 1 .", "length": 5}, "8619": {"text": "Playing lightly on or over a surface ; flickering ; as , `` a lambent flame ; lambent shadows . '' 2 .", "length": 15}, "8620": {"text": "Softly bright or radiant ; luminous ; as , `` a lambent light . '' 3 .", "length": 10}, "8621": {"text": "Light and brilliant ; as , `` a lambent style ; lambent wit . ''", "length": 9}, "8622": {"text": "I have an image in my mind of the soaring vault rising and disappearing into the gray-white silence , the niches in the salt walls where the saints dwelled , the few points of lambent gold glimmering feebly on the altar .", "length": 40}, "8623": {"text": "--Richard O 'Mara , `` The Unapologetic Tourist , '' New York Times , November 21 , 1999 Lambent is from the present participle of Latin lambere , `` to lick . ''", "length": 23}, "8624": {"text": "I agree .", "length": 2}, "8625": {"text": "Took an east Asian art course in college myself .", "length": 9}, "8626": {"text": "You forgot to mention how Chinese/Japanese/Korean art hardly changed in two thousand years until the late 19'th century .", "length": 21}, "8627": {"text": "Which is why the user said `` Do not confuse him with the Jewish doctor of Hitler 's family in Austria , Eduard Bloch . ''", "length": 22}, "8628": {"text": "Not to mention Wake Forest is a fantastic university , and one of those many online universities that have been popping up .", "length": 21}, "8629": {"text": "I would never homeschool my kids , or send them to public schools .", "length": 12}, "8630": {"text": "They 'll all go to non denominational private schools .", "length": 9}, "8631": {"text": "It's funny to see a guy make fun of us and call us dumb rednecks when he spells on a 5th grade level .", "length": 24}, "8632": {"text": "Until you can explain the meaning of this statement I will consider you to have just outdone every troll that 's been on here .", "length": 24}, "8633": {"text": "I just read in a newspaper in the Grays Harbor county of Washington State that test scores are going down .", "length": 20}, "8634": {"text": "Hispanic and Negro populations in that county ?", "length": 7}, "8635": {"text": "Going up .", "length": 2}, "8636": {"text": "As Hispanic and Negro populations increase test score averages will decrease .", "length": 11}, "8637": {"text": "Crime will go up as well but that is another issue .", "length": 11}, "8638": {"text": "Ok I 'll do that when I get back from picking him up from school .", "length": 15}, "8639": {"text": "I 'll PM our address and his name , so they can get started .", "length": 13}, "8640": {"text": "Wow!", "length": 1}, "8641": {"text": "I did n't mean to kill this thread with that looooooooooooong post .", "length": 13}, "8642": {"text": "I was hoping someone would find it useful .", "length": 8}, "8643": {"text": "David ( SS )", "length": 2}, "8644": {"text": "If it goes against the official story then that is Holocaust Denial and she must serve time in modern gulag .", "length": 20}, "8645": {"text": "More double standards .", "length": 3}, "8646": {"text": "`` It did n't sound idiotic in my mind . ''", "length": 9}, "8647": {"text": "Raise your kids on more than one language .", "length": 8}, "8648": {"text": "Apparently young kids pick languages up very quickly .", "length": 8}, "8649": {"text": "I speak two .", "length": 3}, "8650": {"text": "So do my kids , and they are 4 & 5", "length": 9}, "8651": {"text": "More the reason why I want to home school my kids .", "length": 11}, "8652": {"text": "This is pretty much perversion indoctrination to kindergardeners .", "length": 8}, "8653": {"text": "My prayers go to these parents who are fighting back this abomination against nature itself .", "length": 15}, "8654": {"text": "well what about WWI and the Armenian Genocide which the following video says was instigated by International jewish cabal : http://www.youtube.com/watch ? v = ttjNZ ... eature = related", "length": 28}, "8655": {"text": "Exactly.", "length": 1}, "8656": {"text": "I 'm sure I would have done great in public school if the Mexican gang members stopped kicking my * * * long enough for me to get my homework done ...", "length": 28}, "8657": {"text": "Wish I could rep you for this Wolfie ... I 'll catch ya later .", "length": 13}, "8658": {"text": "There is nothing to add to this post ...", "length": 8}, "8659": {"text": "Public school is no place for our children .", "length": 8}, "8660": {"text": "They are nothing less than indoctrination centers designed to separate children from their parents and fill their minds with liberal propaganda .", "length": 21}, "8661": {"text": "Sounds like a Jew teacher .", "length": 5}, "8662": {"text": "They are often confused with whites when they hide their tail , horns , and hooves .", "length": 14}, "8663": {"text": "This is typical in public schools .", "length": 6}, "8664": {"text": "If parents complain when they object to self hate their kids are labeled racist and harassed or beat up the rest of their school life .", "length": 25}, "8665": {"text": "Perhaps they realize people are waking up to the story and figure they should take their gains and quit while they are ahead .", "length": 23}, "8666": {"text": "The site from which the above transcript is offers all major Hitler speeches and directives for historical reference and has been endorsed earlier .", "length": 23}, "8667": {"text": "Stupidity is it 's own punishment .", "length": 6}, "8668": {"text": "For analogy : you put feces in your soup you put water in your cars gasoline tank you feed your livestock poison You water your plants with salty water Giving your kids FAS You do n't need to punish these people .", "length": 41}, "8669": {"text": "Living with the consequences is punishment enough .", "length": 7}, "8670": {"text": "A Kosher slaughter , blessed by every Rabbi under the sun .", "length": 10}, "8671": {"text": "God 's own divine intervention , aided by Jewish money swindled from the goyim .", "length": 13}, "8672": {"text": "I'd focus on the aspect of forced integration and that the Whites acted in response to that , first .", "length": 19}, "8673": {"text": "This is something we need to point out .", "length": 8}, "8674": {"text": "Since my family was fundimental in founding and forming TEXAS I have been actively been trying to find work and a place to live ...", "length": 24}, "8675": {"text": "Do n't mess with Texas", "length": 6}, "8676": {"text": "How do you explain China , a totally government owned and controlled communistic nation , yet it wastes the world 's resources on junk and building empty cities ?", "length": 26}, "8677": {"text": "They do n't have capitalism there !", "length": 7}, "8678": {"text": "i love knowing guys opinions on stuff like this , how they think girls should dress etc. thank you to the person who started the thread. excellent to get insight into male minds !", "length": 32}, "8679": {"text": "Agreed.", "length": 1}, "8680": {"text": "If I may add something I 'd say that asians like blacks mostly .", "length": 13}, "8681": {"text": "Just watch them at North America and they like all black sport players and their `` slang '' .", "length": 16}, "8682": {"text": "I would n't marry a asian even after cirurgy .", "length": 10}, "8683": {"text": "Just me .", "length": 2}, "8684": {"text": "Please do not hurt those fine masons first they have to hand over the maps on the locations of the cupped oil wells .", "length": 23}, "8685": {"text": "I went back and found the link to the video and TRIED to watch it but it was too wordy and very NOT convincing .", "length": 24}, "8686": {"text": "This truth applies to other subjects we discuss on this board .", "length": 11}, "8687": {"text": "The only hope for these pups is a good clobbering and re-education", "length": 13}, "8688": {"text": "Blood and Honour is a world wide white organisation .", "length": 9}, "8689": {"text": "Have a look on the internet and you can see for yourself .", "length": 12}, "8690": {"text": "Hail ISD !", "length": 2}, "8691": {"text": "Thats pretty similar for me .", "length": 5}, "8692": {"text": "My mum and dad were both born in the UK but both there parents came from Ireland which makes me 100 % Irish", "length": 22}, "8693": {"text": "DO you guys still attend school or how old r ya ? just want to put it into perspective since i am the only one who dresses like a skin at my school ... i think", "length": 34}, "8694": {"text": "When I get out of boot camp from the Marines Im going to get the Eagle , Globe , and Anchor tattoo on my right Arm big too .", "length": 26}, "8695": {"text": "Then I might get barbed wire around my wrist .", "length": 9}, "8696": {"text": "14/88", "length": 2}, "8697": {"text": "The Klan is the greatest thing to happen to this country and it will take this country back once again .", "length": 20}, "8698": {"text": "We 've got big plans for our country .", "length": 8}, "8699": {"text": "Big plans .", "length": 2}, "8700": {"text": "IKA Klansmen", "length": 2}, "8701": {"text": "I think the Klan was best as a social club , the whole militant thing tends to turn people off and makes them look crazy", "length": 24}, "8702": {"text": "WHITE guy murders asian student days before her wedding .", "length": 9}, "8703": {"text": "Garners major news media attention for weeks .", "length": 7}, "8704": {"text": "Black guy stabs student , and then slices her throat in front of 30 plus students and faculty , garners barely a mention in the MSM .", "length": 24}, "8705": {"text": "im not lol .", "length": 3}, "8706": {"text": "My computer got that backdoor tojan virus > . < .", "length": 7}, "8707": {"text": "And this site was resticted on my moms computer so it took me a few days to hack her PW and change that .", "length": 23}, "8708": {"text": "I 'm supper happy ur at my school IM NOT ALONE", "length": 11}, "8709": {"text": "yeah i saw it. but i was a hardcore wigger when i used to play vice city 24/7. i paid no attention to it when i saw it. but its cool you found it", "length": 35}, "8710": {"text": "thats just stupid to say that , because you have probably heard maybe 10-20 artists and those are the * * * * * * s on TV and stuff. there are tons of white , non-wigerish rappers that dont `` scream '' about something", "length": 37}, "8711": {"text": "I own this game and it is by far the most violent and sick game I have ever played .", "length": 19}, "8712": {"text": "My children are not allowed to even watch it never mind play it .", "length": 13}, "8713": {"text": "Sid Wore that shirt for Shock the sex pistols were NEVER racist , a good example of a racist punk band is Agnostic Front .", "length": 23}, "8714": {"text": "dont screw your life up because of some stupid little fight by using a weapon .", "length": 15}, "8715": {"text": "First off they probably wont do anything , second off dont start anything .", "length": 12}, "8716": {"text": "I dont watch TV other than to watch sport ( Rugby , Soccer and CVricket ) and occasionally a movie , i 'd probally watct more than 5 hours a week though !", "length": 28}, "8717": {"text": "We should start gangs of our own and kill them and rob their homes , is this what the liberals wanted as `` diversity ? ''", "length": 22}, "8718": {"text": "I rarely watch TV but if I do it 's most likely a movie or something of that sort .", "length": 19}, "8719": {"text": "Sometimes I do watch shows about WWII on the History channel but other than that I never watch it .", "length": 19}, "8720": {"text": "I would never date a black guy .", "length": 7}, "8721": {"text": "I am a white female and I am proud of my race. and dating a black would be disgusting", "length": 19}, "8722": {"text": "let me say it like this : I HATE SCHOOL , I HATE LEARNING AND I HATE READING .", "length": 16}, "8723": {"text": "An good education is allot but not everything .", "length": 8}, "8724": {"text": "I was only 12 at the time it was scarey as I was all alone .", "length": 15}, "8725": {"text": "Later on the divorced lady down the street helped me out .", "length": 11}, "8726": {"text": "Its not scarey at all anymore .", "length": 6}, "8727": {"text": "S.S.", "length": 2}, "8728": {"text": "What does it mean when you have blue eyes with a slight ring of brown around the pupil ?", "length": 18}, "8729": {"text": "Can they mix like that ?", "length": 5}, "8730": {"text": "Or is it exposure to the sun like I heard someone on here say ?", "length": 14}, "8731": {"text": "I opened this new thread because i think it 's important to talk about any problems , which do you you ( or someone else ) have .. in connection with non-whites ..", "length": 29}, "8732": {"text": "Kamerad", "length": 1}, "8733": {"text": "i cant wait , i 've been wanting something to say to these wiggers , but i can never find the right words .", "length": 21}, "8734": {"text": "man i always have a hard time when ever i try to make a website too much stuff to do i get confused well anyway id really like to see that website whenever you get finished with it Heil Hitler", "length": 40}, "8735": {"text": "There are many alternatives to adopting little mud babies.There is srrogate mothers and invitro fertilization are just two.If these are not financialy possile then wait till it is .", "length": 30}, "8736": {"text": "Do n't betray your race .", "length": 6}, "8737": {"text": "Your history teacher has to do what the zionist butt heads want them to do .", "length": 15}, "8738": {"text": "Its simple , they want to create white guilt , .", "length": 8}, "8739": {"text": "im kind of curious what all of you think .", "length": 9}, "8740": {"text": "Ive talked to lots of punks about it , and i get the same response from them that i get from blacks and minorities. i want to hear a more educated opinion", "length": 31}, "8741": {"text": "I dont want a black guy or any one that isnt white and my friends dont either you must be going for the wrong girls .", "length": 25}, "8742": {"text": "I would just like to express how sick and tired I am of bi-racial half-breeds kids at school boasting about their `` unique heritages '' .", "length": 25}, "8743": {"text": "They go around school acting like being half White/half black or half White/half asian is something to be proud of .", "length": 22}, "8744": {"text": "I 'd rather see a purebreed black or hispanic than arrogant half breeds .", "length": 13}, "8745": {"text": "Fags are a big problem , they are recruiting our kids , in the schools that we pay for .", "length": 17}, "8746": {"text": "Support the Boy Scouts .", "length": 4}, "8747": {"text": "WRS 14/88", "length": 3}, "8748": {"text": "Hello.", "length": 1}, "8749": {"text": "I note one of your other posts was worried because of the delay in your posts showing up - don ; ' t worry about it , it 's just that we have to check your stuff while you are new", "length": 37}, "8750": {"text": "The youth is not a internet thing .", "length": 7}, "8751": {"text": "We hold youth Bible stuides ( free ) and you do a lot of at home studing .", "length": 15}, "8752": {"text": "You ca n't attend Regular Meetings , but you will attend youth meetings , and all major rallies such as Nordic Fest .", "length": 21}, "8753": {"text": "Being Youth is a great way to learn a lot about the Bible and the movement .", "length": 16}, "8754": {"text": "I wish I had been in the youth corps .", "length": 9}, "8755": {"text": "theres this girl at my school and she is really tall and she is the darkes * * * * * * ive ever saw and she sat by me and i moved too the next table and she had a bag of cookies and she could not open it so she was trying to open with her teeth like a dog slaping it back in foruth finlly this white trash girl opened with her mouth then she had the nerve to spit on a white girl and thegirl did nothing but smile and then this mixed kid had the neve to ask me out i told him no and go to hell. this was my day at school suced huh. hope you tyep back sorry for spelling .", "length": 122}, "8756": {"text": "I'm trying to get a White Nationalist group together in Connecticut .", "length": 12}, "8757": {"text": "If you are interested reply to this message or PM me .", "length": 11}, "8758": {"text": "Thanks , Scott", "length": 2}, "8759": {"text": "Never heard of them , but give me a few of their song titles so I can download and have a listen .", "length": 21}, "8760": {"text": "i didnt try it yet but i guess i should check it out ; thankx i hope that link gave whoever needed it some info on whatever she ( i dont remember her name , sorry ) needed later", "length": 35}, "8761": {"text": "hello all , I was wondering , what does the tripple 7 flag stand for ?", "length": 13}, "8762": {"text": "I see manialy Blood and Honour use it .", "length": 8}, "8763": {"text": "Thanks - Fenian", "length": 2}, "8764": {"text": "The day I 'm told I have to get something put under my skin or a tattoo of something I do n't want on my body is the day I move to Europe", "length": 34}, "8765": {"text": "Nothing wrong with Quebec , they have very white cities and are a proud group of people Aside from the gay section of montreal , its a very nice city", "length": 28}, "8766": {"text": "None of these options fit me .", "length": 6}, "8767": {"text": "I had never even heard of Stormfront until the night I found it and joined .", "length": 15}, "8768": {"text": "We know , but Trump 's kids are all married to or dating Jews and he 's expressed his full support of thelgbt community and gay marriage even if he is not out waving the fag rag in fag pride parades .", "length": 40}, "8769": {"text": "In Canada , I 'm sure it means American Injun/Innuit .", "length": 10}, "8770": {"text": "If someone on that bus was carrying a piece , they could 've taken care of that savage before he managed to stab the victim 50-60 times !", "length": 27}, "8771": {"text": "Check out the small northern Ontario Towns , Holtyre , Ramore , King Kirkland , Englehart , Black River ... saw one nonwhite in 5 years ( not counting the occasional native ) .", "length": 25}, "8772": {"text": "Meanwhile those nonwhites continue to breed even as their nonwhite societies continue to inflict their harsh uncivilized nonwhite culture on us .", "length": 21}, "8773": {"text": "They just do n't know when to stop breeding .", "length": 10}, "8774": {"text": "Their nonwhite societies are failing in every area and yet they are trying to force White civilization to accept their backward nonwhite culture .", "length": 23}, "8775": {"text": "Fee hours in any direction and there is none of that .", "length": 11}, "8776": {"text": "Especially in the cariboo .", "length": 4}, "8777": {"text": "The remoteness and weather is not desirable to them .", "length": 9}, "8778": {"text": "I got so sick and tired of all these idiots who think Jacob Zuma is the problem that I decided to hold up a mirror instead .", "length": 26}, "8779": {"text": "I would move too but unfortunately there is nowhere that is untainted .", "length": 12}, "8780": {"text": "The next step is to network with fellow whites .", "length": 9}, "8781": {"text": "I would not even entertain myself with his so called work it 's all trash and does n't being with the WN movement .", "length": 24}, "8782": {"text": "We are trying to get people in every White nation around the world to distribute White Nationalist flyers on Saturday night , October 13th .", "length": 23}, "8783": {"text": "Can we count you in ?", "length": 5}, "8784": {"text": "They can be downloaded from these sites : www.solargeneral.com www.natvan.com www.ncoal.com", "length": 16}, "8785": {"text": "Just saw an video that i would share with you guys YouTube - `` WHITE GENOCIDE IN AFRICA '' THE BEGINNING OF THE END !", "length": 21}, "8786": {"text": "Day Of Honour was good this year we come back next year greetz from Flanders ( belgium ) Heil Hongary Heil Flanders Heil Blood an honour world wide", "length": 26}, "8787": {"text": "Probably the most disgusting thing I 've seen in the last year .", "length": 12}, "8788": {"text": "She looks like she has some African blood in her , or maybe it 's just the makeup .", "length": 17}, "8789": {"text": "This is just so wrong .", "length": 5}, "8790": {"text": "Like the `` white '' -African ( what the hell is her name ) ..", "length": 10}, "8791": {"text": "Lady Gaga .", "length": 2}, "8792": {"text": "Yes and in the meantime you forget that you belong to a Nation .", "length": 13}, "8793": {"text": "I take the assumption that your Nation is so crap is not worth remembering .", "length": 14}, "8794": {"text": "The peanut butter was not as important as the time machine used to go back and teach the ancient Incans how to make it .", "length": 24}, "8795": {"text": "Sounds like when I was down in Collier County last summer .", "length": 11}, "8796": {"text": "Golden Gate is nothing but Hispanics , with some Haitians thrown it .", "length": 11}, "8797": {"text": "Literally no whites When I lived in Naples when I left it was a lot of non white , but nowhere near like it is now .", "length": 25}, "8798": {"text": "It would be great if we could get every last white out of there so no one would be there to fix things .", "length": 23}, "8799": {"text": "When he gets out he 'll have more support than ever .", "length": 11}, "8800": {"text": "This was a bad move by the Jew puppets .", "length": 9}, "8801": {"text": "They are out of ideas .", "length": 5}, "8802": {"text": "Louisiana https : //petitions.whitehouse.gov/pet ... nment/1wrvtngl Texas https : //petitions.whitehouse.gov/pet ... nment/BmdWCP8B Florida https : //petitions.whitehouse.gov/pet ... nment/D87Rv7yJ Montana https : //petitions.whitehouse.gov/pet ... nment/l76dWhwN Kentucky https : //petitions.whitehouse.gov/pet ... nment/RskKYzB6 Indiana https : //petitions.whitehouse.gov/pet ... nment/51jYVZ5L South Carolina https : //petitions.whitehouse.gov/pet ... nment/KL6qrls8 Georgia https : //petitions.whitehouse.gov/pet ... nment/pgJ9JLY3 New Jersey https : //petitions.whitehouse.gov/pet ... nment/RYvjgdDT North Carolina https : //petitions.whitehouse.gov/pet ... nment/rx1KDYTs Oregon https : //petitions.whitehouse.gov/pet ... ation/X3kWX8kF Missouri https : //petitions.whitehouse.gov/pet ... nment/Vd92R3YG Alabama https : //petitions.whitehouse.gov/pet ... nment/2TvhJSSC Mississippi https : //petitions.whitehouse.gov/pet ... rnmen/9M9rdL8n Colorado https : //petitions.whitehouse.gov/pet ... nment/lWDshfl3 North Dakota https : //petitions.whitehouse.gov/pet ... nment/lqPGbvVl New York https : //petitions.whitehouse.gov/pet ... nment/RSBkpCf9 Arkansas https : //petitions.whitehouse.gov/pet ... nment/k6LhPsBX Georgia #2 https : //petitions.whitehouse.gov/pet ... nment/zXYY751D Michigan https : //petitions.whitehouse.gov/pet ... nment/022SsMWp Pennsylvania https : //petitions.whitehouse.gov/pet ... nment/kT8FL7Ng", "length": 174}, "8803": {"text": "We have to get back to our countries being for our race , the same as every other race 's country is for them .", "length": 23}, "8804": {"text": "Ever since SF came back on line people have adopted a more aggressive line of debate , the threads I have been on seem to have gone that way pretty quickly anyway .", "length": 31}, "8805": {"text": "Not just encouraging but actuallly paying them bonuses .... so a black managers in state service gets his bonus determined on how few white employees he has", "length": 26}, "8806": {"text": "Below is a message that was publicly displayed many months ago on the website of the President of the United States .", "length": 21}, "8807": {"text": "At the link just below , I 've been urging our brothers and sisters in South Africa to run that message or a similar message on that site every month : Malaysians , Venezuelans , Chinese let White House broadcast their agendas", "length": 38}, "8808": {"text": "It is the spiritual awakening as I says stupid !", "length": 9}, "8809": {"text": "People of the US are getting it together , finally .", "length": 9}, "8810": {"text": "YouTube - Mike Castle on PeeBo 's Birthcertificate .", "length": 7}, "8811": {"text": "For ten dollars it would give me some entertainment .", "length": 9}, "8812": {"text": "Eventually , the city would take it back and I 'd be out ten bucks. more entertainment .", "length": 16}, "8813": {"text": "Come and have a look around the area where I live and see all the 18-25 year old Muslims parked up outside the schools trying to entice 13 - 16 year old English girls to get in their cars .", "length": 39}, "8814": {"text": "They probably arrest them and throw them in jail so that they will be raped and infected with AIDS .", "length": 19}, "8815": {"text": "Definitely an act of Genocide .", "length": 5}, "8816": {"text": "The headline brings to mind an old joke ; I have bad news and good news for ya .", "length": 17}, "8817": {"text": "Bad news is , weonly have cow sh * t to eat. good news is , there 's plenty of it !", "length": 18}, "8818": {"text": "Sergey Brin claims his family were victims of `` anti-semitism . ''", "length": 10}, "8819": {"text": "Below is the `` Story of Sergey Brin '' the owner of google .", "length": 11}, "8820": {"text": "He said he is offended by the Jewwatch website . Jewish Google owners", "length": 12}, "8821": {"text": "I guess these blind idiots overlooked the NFL and NBA , If they do n't like it why do n't they just leave , No one will miss them .", "length": 29}, "8822": {"text": "Here are a couple of security cam pics from the armed robbery that took place yesterday but was quickly ended by police .", "length": 22}, "8823": {"text": "Well this is just like Westchester county advertising solely for nonwhites to come and live there in projects .", "length": 18}, "8824": {"text": "ZOG is getting rid of every White-dominated area in the world .", "length": 12}, "8825": {"text": "There is a survivor support page on facebook .", "length": 8}, "8826": {"text": "90 + % of those on it are White .", "length": 7}, "8827": {"text": "There are few if any Blacks .", "length": 6}, "8828": {"text": "This girl is White .", "length": 4}, "8829": {"text": "Her life was taken in her own home by intruders in a robbery attempt , who never gave a second thought to this child 's love of life .", "length": 27}, "8830": {"text": "Justice for Emily", "length": 3}, "8831": {"text": "They do not want all of us to find out how she was raped and tortured .", "length": 16}, "8832": {"text": "Can you imagine the hell this young girl went through and for how long .", "length": 14}, "8833": {"text": "This should be on every major news channel in America .", "length": 10}, "8834": {"text": "Lets heal our nation and expose the enemy wherever he may be .", "length": 12}, "8835": {"text": "Not only is this case typical of the feral sub humans but it 's a perfect example for our people of how totally out of control they are and that they cannot be allowed to remain among us .", "length": 38}, "8836": {"text": "Let 's use this one for videos and posting everywhere .", "length": 10}, "8837": {"text": "Do n't let that poor kid die in vain while we still draw air", "length": 15}, "8838": {"text": "This is another case that just hits you in the stomach hard .", "length": 12}, "8839": {"text": "Poor kid If you can swing it folks also get a good guard breed dog .", "length": 15}, "8840": {"text": "Groids are scared to death of a big aggressive dog .", "length": 10}, "8841": {"text": "Never leave your children unguarded !", "length": 5}, "8842": {"text": "man as that video went along i got more and more fearful that there would be a tag at the end stating all in the video had been assaulted or murdered. glad it turned out better than that .", "length": 38}, "8843": {"text": "They also said the same thing about the white girls that was severely beaten on Halloween a few years ago and also about the pregnant woman that was beaten in front of her own house .", "length": 35}, "8844": {"text": "It seems that what they are trying to say is that if you are white you are in the wrong place at the wrong time anywhere in the World .", "length": 29}, "8845": {"text": "This was just on the news : Apparently the negro left a cigarette butt behind at the other house he attempted to break in to complete with his DNA .", "length": 28}, "8846": {"text": "Negros are so dumb .", "length": 4}, "8847": {"text": "Hell, if he had been white they would have thrown his ass in jail , suspended him from school , and it would have been all over CNN ABC NBC and CBS .", "length": 30}, "8848": {"text": "Right.", "length": 1}, "8849": {"text": "There is no Planet X. Let 's stop talking about it before we start looking like crazies .", "length": 17}, "8850": {"text": "False information and bad science is right .", "length": 7}, "8851": {"text": "To Hell with Planet X !", "length": 5}, "8852": {"text": "I readNesta Webster , Gary Allen , Douglad reed and the Protocols over30 yrs ago and I feel sorry for you who cannot work roundit or throughit .", "length": 25}, "8853": {"text": "These have had a glimps http://video.google.co.uk/videoplay ? docid = 3664960863576873594 & hl = en-GB", "length": 16}, "8854": {"text": "Great link .", "length": 2}, "8855": {"text": "Did you note all the info on Israel ?", "length": 8}, "8856": {"text": "I 'll bump it so it 'll be easier for me to find later for reference .", "length": 16}, "8857": {"text": "I 'll have to rep you for it later .", "length": 9}, "8858": {"text": "This is going to have to be pinned once the World Cup starts next summer .", "length": 15}, "8859": {"text": "Any Europeans traveling to this country must be insane , I hope any Whites traveling there stay safe and use good judgement at night .", "length": 23}, "8860": {"text": "They are so busy with their own causes that they do n't see the storm that is brewing on the horizon .", "length": 22}, "8861": {"text": "So we have ox-driven ambulances in Zimbabwe and donkey powered police in South Africa ...", "length": 15}, "8862": {"text": "Is Africa the epitome of progress or what ?", "length": 8}, "8863": {"text": "This is a good one .", "length": 5}, "8864": {"text": "You can take a negro out of Africa and have it grow up in Boston and Orlando , and it still reverts to its innate negro ways the moment it hits its native African soil .", "length": 34}, "8865": {"text": "http://www.boston.com/news/local/mas ... orture ? mode = PF", "length": 10}, "8866": {"text": "I came to terms with that and the fact that they are better with a spear than I will ever be .", "length": 21}, "8867": {"text": "Ordered a copy the other day , cannot wait to settle down for a good read in front of the fire here .", "length": 21}, "8868": {"text": "`` Hunter '' sounds good too .", "length": 4}, "8869": {"text": "INTJ Introvert ( 78 % ) iNtuitive ( 38 % ) iNtuitive Thinking ( 100 % ) Judging ( 56 % ) I find the descriptions of they give to be fairly accurate regarding myself .", "length": 23}, "8870": {"text": "However , after visiting a few intj specific forums I 'm much less enthusiastic regarding this personality type business .", "length": 18}, "8871": {"text": "Since they are all learning English now as a second language what would be the reason for changing to German .", "length": 20}, "8872": {"text": "In the battle of languages English has won .", "length": 8}, "8873": {"text": "Have fun trying to convince Europeans to unite under one government after the EU collapses .", "length": 15}, "8874": {"text": "Is it that hard to comprehend that your plan is Utopian ?", "length": 11}, "8875": {"text": "It is very sad to see that the WN/NS movement has a class divide we are the same race therefore we should band together ! - reat123 14/88", "length": 28}, "8876": {"text": "The people you surround yourself with are another source of brainwashing .", "length": 11}, "8877": {"text": "You can start out as an aware person who does n't need a herd to tell if something just is n't right , but if you have no allies and you 're bombarded with the mass point of view , you will succumb more and more .", "length": 46}, "8878": {"text": "Whether you get along well with the people is irrelevant , and it 's even worse if you get along with them on a personal level because you will express yourself less to avoid offending them .", "length": 35}, "8879": {"text": "I 'm not saying `` do n't go out of your house and do n't talk to anyone '' but it 's really important to stay grounded with a group who are n't part of the mass. It 's much easier to remain independent and avoid being caught under the stampede if you have a reminder that you are n't the only person who 's not part of the mass. Uuuugh !", "length": 73}, "8880": {"text": "TV , though .", "length": 2}, "8881": {"text": "I wo n't own one , but they 're so entrancing .", "length": 11}, "8882": {"text": "My boyfriend needs to watch this video ... I 've gotten fed up before and told him to turn the damn thing off and put on some music , look at things on the internet , or go somewhere out of the house .", "length": 40}, "8883": {"text": "The computer can be equally unproductive , but at least you have control over what you expose yourself to .", "length": 18}, "8884": {"text": "Blacks woman pulls gun on bus because another woman was talking too loud on the phone ... a black man difuses the situation ...", "length": 22}, "8885": {"text": "Guess this was the Ghetto Express !", "length": 6}, "8886": {"text": "Woman pulls pistol on loud mouth girl - YouTube", "length": 8}, "8887": {"text": "Get the hell out before you people become part of a great dirt !", "length": 13}, "8888": {"text": "Most probably the next generation Whites wont have much difference from the native population !", "length": 14}, "8889": {"text": "No further words are needed .", "length": 5}, "8890": {"text": "The image of an advertisement against race mixing speaks for itself .", "length": 11}, "8891": {"text": "http://scipio.uark.edu/cdm4/item _ vie ... ISOBOX = 1 & REC = 2", "length": 12}, "8892": {"text": "Well we must send money so you can arm yourselves .", "length": 10}, "8893": {"text": "I saw on the news that one can buy an AK47 for seven US dollars .", "length": 15}, "8894": {"text": "This is black behavior as well .", "length": 6}, "8895": {"text": "Lack of compassion seems to go hand and hand with lack the of White blood .", "length": 15}, "8896": {"text": "Seems none of these pinheads wanted to get dirty .", "length": 9}, "8897": {"text": "YouTube - & #x202a ; India ministers watch as cop bleeds to death & #x202c ; & rlm ;", "length": 12}, "8898": {"text": "When the new hybrid mulattos reach a critical mass they will not want to be identified as negroes anymore and will seek special status as mulattos .", "length": 26}, "8899": {"text": "It will be a whole new can o ' worms for the government .....", "length": 12}, "8900": {"text": "I've posted a thread in Stormfront Latin to help spread the WNPS and too see if we can get more translations .", "length": 22}, "8901": {"text": "The biggest problem is new york.There are blacks all over the streets , when you 're in new york think you 're in nigeria .", "length": 24}, "8902": {"text": "I think we can learn from the mistakes of the past.No one is perfect so no one can have total power .", "length": 22}, "8903": {"text": "The jew media likes to prop this whites becoming the minority non sense up because they want to try and scare whitey , the media plays on the fears that the average retard thinks hispanic or latino is a race and they play word play with titles like white hispanic and white non hispanic it is all a magic show nothing more .. But Whites becoming a minority in Europe the homeland is a much more serious issue that concerns me greatly .", "length": 80}, "8904": {"text": "As dead as David Lane and the Fourteen Words are in the eyes of some , yes , he 's as good as dead .", "length": 22}, "8905": {"text": "We spent too much time and effort worrying about Blacks while the Asians and Hispanics , were the ones carrying the ball .", "length": 21}, "8906": {"text": "That's either a White guy who 's been exposed to a nuclear fallout or a Black guy ( how many Blacks do you see at Tour de France ?", "length": 28}, "8907": {"text": "Last two times I saw , I saw zero )", "length": 8}, "8908": {"text": "It is time that we stop talking about losing ground and start doing something about it .", "length": 16}, "8909": {"text": "A wind of change is starting to blow .", "length": 8}, "8910": {"text": "The future is ours , as long as we do not sit by and wait to be overrun by the subhumans .", "length": 20}, "8911": {"text": "I sure hope you 're right .", "length": 6}, "8912": {"text": "But let me tell you , everywhere I go , it seems like at least half the people I see are n't White .", "length": 22}, "8913": {"text": "Her forehead sticks out her eyes are small and close together her nose at the tip is bulbous I do n't see anything European about her apart from the fact she 's got fair skin .", "length": 36}, "8914": {"text": "Quit whining about it and go find a beautiful white girl to have babies with .", "length": 15}, "8915": {"text": "This fight isnt over yet .", "length": 5}, "8916": {"text": "If we can turn immigration around and double the amount of babies we are having plus cut welfare to illegals we will win .", "length": 23}, "8917": {"text": "They are in point of fact perpetrating mass murder and the MSM suppresses any and all news on a national level .", "length": 21}, "8918": {"text": "http://www.vdare.com/stix/100209_pearcy_massacre.htmhttp://www.amren.com/ar/2002/08/index.htmlhttp://www.racismeantiblanc.bizland.com/005/02-02.htmhttp://thezebraproject.blogspot.com/", "length": 26}, "8919": {"text": "What is wrong with her husband ?", "length": 6}, "8920": {"text": "He allowed his wife to bring a black male into his home and he had a daughter ?", "length": 17}, "8921": {"text": "Well I wonder if its started messing with the daughter yet .", "length": 11}, "8922": {"text": "God, it is sickening to see these young lives taken by feral negroes .", "length": 13}, "8923": {"text": "God bless them all , to hell with the blacks .", "length": 9}, "8924": {"text": "Angela Spain was murdered in her home by a drifter negro .", "length": 11}, "8925": {"text": "She was 27 years old and leaves behind a 5 year old daughter .", "length": 13}, "8926": {"text": "http://www.wavy.com/Global/story.asp?S=6591380http://content.hamptonroads.com/stor ... 5810 & ran = 71385", "length": 16}, "8927": {"text": "Indeed.", "length": 1}, "8928": {"text": "Give and take for the good of all .", "length": 8}, "8929": {"text": "A citizen will have the right to bear arms and encouraged to exercise it .", "length": 14}, "8930": {"text": "But the duty will be to use those those arms when necessary in defense of the community .", "length": 17}, "8931": {"text": "A non-citizen shall have no such rights , but also no such duty .", "length": 13}, "8932": {"text": "Then when they 're good and pumped up on how awesome they are they 'll be knocking on your door asking you to surrender your guns .", "length": 26}, "8933": {"text": "Is this the Obama Civilian Defense Force under a different name ?", "length": 11}, "8934": {"text": "Yes but most are not even brown or tanned .", "length": 9}, "8935": {"text": "Did you see the video .", "length": 5}, "8936": {"text": "They act quite civilized in the video but i suppose they went on a mugging spree after .", "length": 17}, "8937": {"text": "I am a fan of the German rock band Rammstein .", "length": 10}, "8938": {"text": "I twice went to their concert in the Olympic Stadium in Moscow - in 2010 and 2012 .", "length": 16}, "8939": {"text": "RAMMSTEIN - 18.Ich will ( 2012-02-11 - Moscow ) - YouTube", "length": 9}, "8940": {"text": "I am Med , very pale in sun , look a bit tan in low lighting lol. black hair and tall. would i have a problem too ? just wondering .", "length": 27}, "8941": {"text": "I have seen a picture of a non-White Soviet Soldier in Berlin after the fall .", "length": 16}, "8942": {"text": "I 'll see if I can find it and I 'll post it .", "length": 13}, "8943": {"text": "``RiceArrives in Lithuania for NATO Talks . '' http://news.bbc.co.uk/1/hi/world/europe/4466747.stm Go Home to Africa , Condoleeza Rice !", "length": 23}, "8944": {"text": "We do n't want you in Lithuania or in the USA !", "length": 12}, "8945": {"text": "But the main thing is that there is nothing to be proud of .", "length": 13}, "8946": {"text": "Many alcoholics can fall into `` zapoy '' and drink up to 5-7 liters of `` palenka '' during the daylight time , only drinking water and some old bread as their `` zakus` '' , but it escapes me , how they show their extreme europeoid genotype by doing all of this .", "length": 45}, "8947": {"text": "Know `` mera '' !", "length": 2}, "8948": {"text": "Yep That Is a great Movie But My favorite Is \u0423\u0442\u043e\u043c\u043b\u0435\u043d\u043d\u044b\u0435 \u0441\u043e\u043b\u043d\u0446\u0435\u043c I was actualy wacing it yesturday A verry verry Powerful Film 2508", "length": 24}, "8949": {"text": "Wouldn't you be embarrassed to wear on your head , against your will , a mock foreskin in the eyes of the world ?", "length": 22}, "8950": {"text": "CLINTON, Iowa ( AP ) Police say the boyfriend of a Clinton woman killed in her apartment has been arrested .", "length": 18}, "8951": {"text": "32-year-old Jason `` Jay '' Tate was found with Kelsey Sue Stahl 's car .", "length": 14}, "8952": {"text": "The 24-year-old 's body was found Dec. 21 in her apartment by officers who went there to check on her well-being .", "length": 24}, "8953": {"text": "An autopsy ruled her death a homicide .", "length": 7}, "8954": {"text": "Fatal shooting victim Police find murder victim Clinton woman 's death ruled a homicide", "length": 14}, "8955": {"text": "I'm glad to see miscegenation is n't occuring on a large scale ; I have high hopes for Mother Russia Once again it 's shown that we do n't need a majority in parliament to have an impact", "length": 40}, "8956": {"text": "Officers took 37-year-old Charlie Cason into custody after a violent exchange .", "length": 13}, "8957": {"text": "Richland County deputies say Cason killed his estranged wife , 38-year-old Letitia Cason , at an apartment on Smallwood Road in Northeast Richland County Deputies : Murder Suspect Shoots at Officers , is Taken Into Custody wltx.com | Columbia , SC News , Weather and Sports |", "length": 42}, "8958": {"text": "WELLSBURG, W.Va.", "length": 3}, "8959": {"text": "-- Police said the suspect , Abraham Allen , hanged himself after the murders in a Pennsylvania home where the couple used to live .", "length": 21}, "8960": {"text": "The bodies of Melinda Nicole Brown Allen , 31 , and her 8-year-old son , Ethan James Michael Brown , were found Wednesday night .", "length": 22}, "8961": {"text": "Melinda Allen 's mother discovered the bodies of her daughter and grandson at the family 's home at 2103 Maple Ave Police : Mother , Son Stabbed , Cut To Death - News Story - WTOV Steubenville video UPDATE : W. V. murder suspect dead in Susq .", "length": 41}, "8962": {"text": "Twp .", "length": 1}, "8963": {"text": "- CBS 21 News - Breaking news , sports and weather for the Harrisburg Pennsylvania area", "length": 13}, "8964": {"text": "because in your first post there were already 3 foreigners.I do n't know about Bulgaria and Croatia so i can not speak .", "length": 24}, "8965": {"text": "New York City : Aborted black babies outnumber live-birth black babies According to the city Health Department , 2008 saw 89,469 abortions performed in New York City seven for every 10 live births .", "length": 33}, "8966": {"text": "Among black women , abortions out number live births by three to two .", "length": 12}, "8967": {"text": "Demarco Harris , a 13-year-old black boy , murders a 24-year-old woman sitting in her car , and tells the court he was forced to do it .", "length": 28}, "8968": {"text": "Demarco Harris is facing life in prison for killing Trisha Babcock", "length": 11}, "8969": {"text": "From The Telegraf Judge and clerk shot dead in Belgian court - Telegraph New information says that the assailant is NOT an albanian , but an homeles iranian ( source http://www.berlingske.dk/verden/hjem ... rab-paa-dommer )", "length": 36}, "8970": {"text": "thank you very much for your replies ! I just wonder if there is a site of the NNP in english ? anyway I hope Russia will kick non-white butts out of its territory.so long , brothers !", "length": 36}, "8971": {"text": "Photos: Conor Reynolds funeral | masslive.com SPRINGFIELD Eric B. Denson is charged with murder in the fatal stabbing of Reynolds , 17 , a Cathedral High School senior and soccer star , during a birthday party on March 13 at the Blue Fusion Bar & Grill at 487 St. James Ave .", "length": 47}, "8972": {"text": "Eric Denson of Springfield pleads innocent to stabbing of Cathedral High School senior Conor Reynolds | Massachusetts Local News - MassLive.com", "length": 20}, "8973": {"text": "I think George Romero started the whole black hero in horror movies genre .", "length": 13}, "8974": {"text": "I saw his latest movie and was actually surprised that there were no blacks in it .", "length": 16}, "8975": {"text": "A few Mestizos but the main heroes were white .", "length": 9}, "8976": {"text": "Absolutely.", "length": 1}, "8977": {"text": "I notice that on television , almost EVERY time I see a judge it is a negro ... this is simply not coincidence .", "length": 21}, "8978": {"text": "Good fences make for good neighbors .", "length": 6}, "8979": {"text": "And the weak may leave the Folk at a time of their choosing .", "length": 13}, "8980": {"text": "That and a 100 mile wide free fire zone ought to do the trick .", "length": 14}, "8981": {"text": "I would very much like to comment on this topic but I seriously doubt that I can manage to do so in fewer than five pages .", "length": 26}, "8982": {"text": "On the basis of this and the PM 's forwarded to me , you will take a week off to calm down .", "length": 21}, "8983": {"text": "I'm going to have to sit down here and start replying to a lot of posts I have been missing here , when I have the time .", "length": 27}, "8984": {"text": "It is also what i and almost everyone on this thread dream about and work for after all it is the only asurance the Aryan people have for survival", "length": 29}, "8985": {"text": "Many years ago I heard from a swedish friend lots of maffia-activity comes from the Russians .", "length": 17}, "8986": {"text": "They blackmail shop-owners and give them protection so they claim .", "length": 11}, "8987": {"text": "This is an awesome post !", "length": 5}, "8988": {"text": "Its also worth noting that the days of the week in English are very strongly influenced by Viking occupation of the British Isles .", "length": 23}, "8989": {"text": "For example , on the second day of the week , the Brits celebrated the God `` Tyr '' ( Tyrsday ) ; on the third day of the week , they celebrated the God Odin , known in Saxon as `` Wodin '' ( Wodinsday ) ; on the fourth day of the week , they celebrated Thor ( Thorsday ) and on the fifth day of the week celebrated Frigg ( Friggsday ) .", "length": 56}, "8990": {"text": "Is it true in Norway , the spoken and written forms of the language are totally different ?", "length": 16}, "8991": {"text": "Is it also true Swedish/Norwegian/Danish people speak a different language but can understand each other ? 26155", "length": 18}, "8992": {"text": "I do n't have much to add that have n't been said , but I would like to say welcome GarmGormius !", "length": 22}, "8993": {"text": "Good to see more Norwegians", "length": 5}, "8994": {"text": "I wonder if he has red eyes then he must be from Transylvania , we must have a red eyed leader , maybe you ...", "length": 22}, "8995": {"text": "That mud is certainly not Swedish Try something like this : They are the misses of Norway , both White and beautiful Brian", "length": 21}, "8996": {"text": "I hope that in Sunday we will have a healthy nationalist goverment .", "length": 12}, "8997": {"text": "SUOMALAINEN \u00c4\u00c4NEST\u00c4 KANSALLISMIELISI\u00c4 KOSKA NYT VIED\u00c4\u00c4N VIIMEISI\u00c4 !!", "length": 7}, "8998": {"text": "http://www.kaapeli.fi/~muutosv/http://www.perussuomalaiset.fi/http://snky.cjb.net/ http://www.kolumbus.fi/sinivalkoiset/", "length": 18}, "8999": {"text": "hope one day i will be able to see finland withouth those * * * * ing monkey ass soumalian ... im glad .. because finland has lowest immigrate in europe ..... kick those * * * * ing soumalians ass .....", "length": 30}, "9000": {"text": "I say let him in and let him rant his mouth with all the Mudslums !", "length": 15}, "9001": {"text": "It will shed light on their true nature .", "length": 8}, "9002": {"text": "Yes, I have very rarely seen Scandinavian-looking people with brown eyes .", "length": 12}, "9003": {"text": "In fact , I ca n't remember when I last saw one .", "length": 12}, "9004": {"text": "None of my relatives have brown eyes , obviously .", "length": 8}, "9005": {"text": "So far as I have seen , it has n't .", "length": 10}, "9006": {"text": "There just has n't been any complainers recently but in those glory days of e.g. Pontifex et al complaints and protests were commonplace and everyday occurrences .", "length": 28}, "9007": {"text": "One sign that you are living in a small town must be when your local library only has one book about Nordic languages , 50 pages thin and published in 1942 .", "length": 30}, "9008": {"text": "More money for Norway !", "length": 4}, "9009": {"text": "Of course it sucks that we will perhaps have a left winged government that will throw most of that money away on immigrants and aid to african countries", "length": 28}, "9010": {"text": "I think anyone who wants to give up the Swedish welfare state is an enemy of Sweden and certainly no nationalist .", "length": 21}, "9011": {"text": "It looks like our friend Krekar will be winning lots of votes for anti-immigrant parties in Norway 's upcoming election .", "length": 21}, "9012": {"text": "Way to go !", "length": 3}, "9013": {"text": "I accidentally pushed some button , I do n't know which .", "length": 11}, "9014": {"text": "The title is White Nationalist com , but it should read White Nationalist companies .", "length": 13}, "9015": {"text": "Did the message vanish ?", "length": 4}, "9016": {"text": "Going next year does n't sound half bad ..", "length": 9}, "9017": {"text": "Providing From Finland does n't kick my ass and throw me overboard ... coming or going .", "length": 16}, "9018": {"text": "2508", "length": 1}, "9019": {"text": "This figure is taken from quickresponse which is an organisation in Sweden who 's task is to watch rascist organisations in Sweden", "length": 22}, "9020": {"text": "Has anybody pointed out that Finland is n't part of Scandinavia yet ? ( Hur gick det i Finnkampen , vet ni det ?", "length": 21}, "9021": {"text": "Jag kollade inte ... )", "length": 3}, "9022": {"text": "Somene was telling me somewhere that he has put in a claim about having been abused in an orphanage by one of the religious orders .", "length": 25}, "9023": {"text": "Has anyone else heard this .", "length": 5}, "9024": {"text": "Like I 've said before , Kevin Myers has always been a voice for us here in Ireland .", "length": 17}, "9025": {"text": "Right in the mainstream .", "length": 4}, "9026": {"text": "He 's not bad looking either .", "length": 6}, "9027": {"text": "Maybe it 's about time for groups of white people to renounce their citizenship .", "length": 14}, "9028": {"text": "I 'm going to start looking into it , I 'm tired of being treated like I 'm less important than this mud on welfare after I 've been paying taxes for over 35 years .", "length": 34}, "9029": {"text": "These are the latest statistics , Ethnic groups : Irish 87.4 % , other white 7.5 % , Asian 1.3 % , black 1.1 % , mixed 1.1 % , unspecified 1.6 % ( 2006 census ) , so even if that seven percent was all poles , if you add up all the mud races , it would be equivalent .", "length": 49}, "9030": {"text": "So why are n't you complaining about the other mud races ?", "length": 12}, "9031": {"text": "Can you or anyone else think of any more of these good one liners ? those are golden I 'm going to use them on some cards im going to hand out .", "length": 31}, "9032": {"text": "There was a thread here somewhere long ago about someone who went to a police station and saw they had it on the wall for public information ; probably the ADL has mailed these to many police stations .", "length": 37}, "9033": {"text": "no you do n't have to be silent read the rest of my post , christ your really thick are n't you .", "length": 23}, "9034": {"text": "Everything that symbiosis a western nation is now becoming a `` Hate Sign '' How come anything that represents Jewish or Muslim traditions is not a symbol of hate ?", "length": 27}, "9035": {"text": "Your right the white race will have to fight or go under.For the Irish goverment dont piss down our backs and tell us its raining .", "length": 26}, "9036": {"text": "I have been recently told that the 2nd toe , the one that rests beside the big toe is a genetic distinction if you are of Celtic Stock .", "length": 27}, "9037": {"text": "Apparently if the 2nd toe is bigger than the Big Toe it is a racial sign that your parents have confined their mating patterns to mixing within those of Celtic Stock .", "length": 31}, "9038": {"text": "Could all Celts and non Celts verify if this is true or not .", "length": 13}, "9039": {"text": "Manic street preachers are also red scum and basically every band playing is left-wing/pro-faggot , and many of them are drug using lowlifes .", "length": 25}, "9040": {"text": "http://www.venetofronteskinheads.org...mmer_2008.html", "length": 6}, "9041": {"text": "****ty for me I just moved here 5 weeks ago , I 'm getting turned down left and right when i look for work", "length": 23}, "9042": {"text": "But its important to have more information on the enemy than they have on you .", "length": 15}, "9043": {"text": "That way your always one step ahead of the game !!", "length": 10}, "9044": {"text": "soon enough your kids will be taught black history month in school if they do n't already have to .", "length": 20}, "9045": {"text": "Was this the first time these guys have been caught in Ireland or has there been more situations like this ?", "length": 20}, "9046": {"text": "another coon giving out about Ireland and as if her opinion counts being second generation London jamican only means her mother was a filthy immigrant who waited till she got off the banana boat to give birth to her litter", "length": 40}, "9047": {"text": "I wasnt going to bother with this thread but I am rapidly coming to the conclusion you can , t read we are NOT C18 , we have nothing to do with them ...... look at post #13 for Christ sake", "length": 38}, "9048": {"text": "Yes, I have heard about that nickname for the city of Vancouver .", "length": 12}, "9049": {"text": "Such a shame that a beautiful city with such a superb setting is being ruined !", "length": 15}, "9050": {"text": "Well anything can be a `` hate crime '' these days , I heard recently that a guy in Scotland was charged for `` revving his car racistly '' ..... whatever that is", "length": 27}, "9051": {"text": "Ever notice the way the mechanisations of the state , always side with their anti-fascist NWO goffers ?", "length": 17}, "9052": {"text": "AFA are their sponsored lackies .", "length": 5}, "9053": {"text": "I watched the video once , I don t think I would like to watch it again , ever .", "length": 17}, "9054": {"text": "I can only dream of driving a car past at the time and then running the b .. d over again and again and again .", "length": 24}, "9055": {"text": "i feel sorry for her if one of her daughters did die but the harsh reality is she has no connection to ireland and she must go.as a mother it is her job to protect her children in Nigeria.every Nigerian who has a problem cant come running over here", "length": 51}, "9056": {"text": "As an Irish nationalist I would never want Northern Ireland to be independent , that part of the population that consider themselves Irish would still be a minority and would still suffer victimisation .", "length": 32}, "9057": {"text": "we should have our rights to do things our own way and all but that woman SHOULD have had an abortion !!! im against killing babies but there is NO WAY that could have gone well. dead fetus could 've probably killed the mother .", "length": 43}, "9058": {"text": "I scored higher than any non-whites too .", "length": 8}, "9059": {"text": "I got 6A 's and 4 B 's .", "length": 8}, "9060": {"text": "I know a non white who got 5 A 's and 4 B 's but he robably cheated 2508", "length": 19}, "9061": {"text": "Certain individuals like to claim some form of ' moral high-ground ' in our racial fight to preserve the White race. irish republicans hidden jewish past .....", "length": 25}, "9062": {"text": "http://www.irishdemocrat.co.uk/anonn...ous-mysticism/http://www.midnet.ie/connolly/irishd...ndecjan98.htmlsinnfein/i.r.a.visitAuschwitz:http://www.utvinternet.com/newsroom/ ... ? id = 52367 & pt = n", "length": 29}, "9063": {"text": "So now Stormfront Ireland is solely responsible for all racist attacks in Ireland. lol Ted is right this is the work of the Kikes those * * * * ers are never happy .", "length": 29}, "9064": {"text": "Make sure you have a security team for Justin Barrett whenever he speaks in public in case the unwashed scum try anything again .", "length": 23}, "9065": {"text": "When a race no longer has the will to protect its women then it 's well on the way to extinction .", "length": 21}, "9066": {"text": "Race Mixing is and has been a huge problem for of kin for many many years , how on earth are you supposed to protect women who think its ok in the first place ?", "length": 33}, "9067": {"text": "I can honestly say that I have minority friends , and would n't hesitate to deal with the harsh reality that they must be deported .", "length": 25}, "9068": {"text": "It's a failure of the irish to do n't have a strong right radical party of their own .", "length": 20}, "9069": {"text": "BNP just fills the gaps ....", "length": 5}, "9070": {"text": "Such a shame that our government cares more about looking good in front the world then it does about the safty of its people .", "length": 24}, "9071": {"text": "I understand this but unfortunatly I have no one else to turn to .", "length": 13}, "9072": {"text": "Most if not all of the whites at my school are complete race traitors", "length": 14}, "9073": {"text": "We just need a bunch of us to move into one small White town .", "length": 14}, "9074": {"text": "When there , have many children .", "length": 5}, "9075": {"text": "Growing up with our many children , the other kids of the town will follow their lead .", "length": 16}, "9076": {"text": "Leg, I 'd stay away from most places around Toronto .", "length": 10}, "9077": {"text": "Especially Brampton .", "length": 2}, "9078": {"text": "Brampton is a run down place now that I would n't live in even if you paid me .", "length": 19}, "9079": {"text": "Seriously Canada would have been better off if they left the pakis at home , im like you I do n't object to asians because they at least try to fit in .", "length": 32}, "9080": {"text": "Pakis are all about forcing their culture on us .", "length": 9}, "9081": {"text": "Thank you if have any questions feel free to message us on Stormfront or by contacting the United Front , Canadian Division : UnitedFrontCanada@gmail.com", "length": 24}, "9082": {"text": "Im living in Burnaby , all i see is Chinamen everywhere ... what happened to the great colony built by the British Empire ?", "length": 21}, "9083": {"text": "If anyone is interested in a meet up please feel free to pm me so we can set something up we are now in Toronto and St Catharines .", "length": 28}, "9084": {"text": "Heil , 14/88", "length": 3}, "9085": {"text": "It's best to ignore individuals like that .", "length": 8}, "9086": {"text": "They crave attention and wo n't hesitate to cause a scene at the expense of someone 's reputation .", "length": 19}, "9087": {"text": "Just start your own crew and start advertising it in your flyers or whatever if you are atcually active you should email me I 'm trying to set up a network of all the serious white nationalists across Canada .", "length": 39}, "9088": {"text": "Unit14canada@gmail.com", "length": 3}, "9089": {"text": "not sure how we can be anti liberal when we have a prime minister who openly supports israel and sends them cards on their holiday 's laughing stock of the aryan race. not to mention they also openly support the sand people .", "length": 42}, "9090": {"text": "All of that is collateral damage of the great white genocide and we 're paying the price in many forms : our people loose unity , turn to alcohol or loneliness , stress and being unhappy etc ..", "length": 34}, "9091": {"text": "We must stick together and see things on the bright side whenever possible for our health 's sake .", "length": 18}, "9092": {"text": "just wanted to thank you for meeting up this weekend .", "length": 10}, "9093": {"text": "It was good to meet you and have some decent conversation", "length": 11}, "9094": {"text": "Tesco shoppers in Mold , Flintshire flee man wielding machete | Daily Mail Online edit : sorry i just saw this has already been posted .", "length": 22}, "9095": {"text": "Seeing the teams of white nations have black players in their ranks is a depressing site to see.They should be representing the best of our nations not the worst", "length": 30}, "9096": {"text": "A nationalist white network is a really good starting point ... then we could eat in white restaurants , sell or rent our houses to white people , buy our groceries in white shops and so on", "length": 34}, "9097": {"text": "I'll ask you cuz you 're the fanboy I mean ' expert ' ...", "length": 12}, "9098": {"text": "Did they put that Groid 15 next to Rooney just to make Rooney look at least half-human ?", "length": 18}, "9099": {"text": "Can you please give the info on the facts of who the Celts were or direct to where the information is ?", "length": 21}, "9100": {"text": "Betrayal of bright pupils : Two thirds who shine at age of 11 are steered into soft subjects at GCSE Just 33.9 % of teenagers from disadvantaged homes gained at least five Cs in their GCSEs last summer - including English and maths - compared with 58.2 % of all pupils attending state schools Yet again , selective schools dominate top of the tables Schools Minister Nick Gibb : ' Today 's figures reveal a shocking waste of talent in many schools across the country ' Read more : Two thirds of top achievers at 11 not taking key GCSEs | Mail Online", "length": 94}, "9101": {"text": "I'd like to see a report on the unemployment rates and other such things across the UK , compared with places with the highest numbers of immigrants .", "length": 27}, "9102": {"text": "If the example of Bradford and London are anything to go by , it wo n't go well .", "length": 18}, "9103": {"text": "Did you know that chef Jamie Oliver , the Essex boy is part black ?", "length": 13}, "9104": {"text": "Yes , ruby lipped , white skinned red haired boy is part SUDANESE .", "length": 11}, "9105": {"text": "Is n't that terrible ?", "length": 5}, "9106": {"text": "TRUTH NO LIE .", "length": 3}, "9107": {"text": "Please comment .", "length": 2}, "9108": {"text": "hello all glad to be in a community of proud white folk just a shame its online as opposed to leaving the front door none the less im honoured to be here", "length": 32}, "9109": {"text": "i've been going through your youtube channel and while i dont have a taste for opera may I say that you have an immaculate ear for music. really enjoyed the hans zimmer piece .", "length": 34}, "9110": {"text": "Not that it matters much cause you will still be pushed up against those wonderful minorities everywhere you go , and our children will go to schools where they are in the majority .", "length": 32}, "9111": {"text": "I would like to say a very warm welcome to all our new members ... just working my way through each of your intro posts", "length": 24}, "9112": {"text": "Reminds me of the time I got water thrown on me from the window of a flat as I walked past .", "length": 21}, "9113": {"text": "Little did the perpetrators know that I actually lived in the same block , and got a surprise when I knocked on their door and the guy who answered got a full bucket of water in the face , followed by the bucket itself !", "length": 42}, "9114": {"text": "I am not very well read when it comes to Fascism and was led to believe that they 'd have eschewed any non-European culture or influence .", "length": 27}, "9115": {"text": "Obviously not .", "length": 2}, "9116": {"text": "i sort of understand where you are coming from but plenty of whites have sold us down the river so to speak although the jew is always in the background its very complicated will we ever find out the truth. somalians = scumalians !", "length": 42}, "9117": {"text": "Hello I 'd thought i would join has my other half spends alot of time on here he might start to nottice me abit more", "length": 25}, "9118": {"text": "How do you feel about marriages between whites and racially mixed people ?", "length": 12}, "9119": {"text": "What a silly question from a white nationalist to post on a forum which is for white nationalists", "length": 18}, "9120": {"text": "hello all , i have just found this site by accident and after reading lots of the posts i felt i had to join , my husband and i will be proud to be voting BNP as usual in the nxt election", "length": 40}, "9121": {"text": "Hello all from Norfolk .", "length": 4}, "9122": {"text": "Been lurking around for far too long and felt it was high time I got my bum signed up in the hope of finding other active and like minded folk close to home .", "length": 33}, "9123": {"text": "Because they are not the nationalists of the 30s and 40s many of them were Doctors Scientists Anthropologists-Not Chavs .", "length": 20}, "9124": {"text": "It 's the same with Jerry Springer Attack Of The KKK Dad ( Part 1 ) - YouTube", "length": 15}, "9125": {"text": "one is one too many , i bet all the white girls and wiggers go crazy for the young coon , whichever school you are in , wigggers outnumber metalheads or `` normal '' whites", "length": 30}, "9126": {"text": "i dont get to newport very often but whenever i do go its got loads of asians wandering around , mostly muslim by the looks of them. i live a couple of valleys over from there .", "length": 35}, "9127": {"text": "Greeting Fellow Nationalist I and White Avenger and I have joined this Site to free our Great Contry of theColoured Invaders .", "length": 21}, "9128": {"text": "The burka is bad enough but it 's the hijab that 's more in need of a ban than the burka .", "length": 21}, "9129": {"text": "Maybe if you 'd have gone down to London you could have marched with hundreds of nationalists in the very centre of our nations capital ...", "length": 25}, "9130": {"text": "Not too sure SF would want such lists of enemies on it given similar things led to the raids on Italian SF members earlier this year and last week .", "length": 29}, "9131": {"text": "But what do I know ?", "length": 5}, "9132": {"text": "This used to be my home town and was a common site , unfortunately .", "length": 13}, "9133": {"text": "The high levels of immigration there was one of the reasons why I moved out of that town .", "length": 18}, "9134": {"text": "It's no coincidence that they all seem to have similar storylines going at the same time , they do it to reinforce the subliminal messages .", "length": 25}, "9135": {"text": "Yeah London has gone to hell , when all the remaining whites are gone it will become a zombie town of crumbling buildings , dealers and junkies .", "length": 25}, "9136": {"text": "Hopefully the traitors will be encircled in Westminster palace .", "length": 9}, "9137": {"text": "Episode 4 is out , you can watch it on 4oD : Benefits Street - 4oD - Channel 4 ( UK only ) Some of those are uploaded on YouTube now : https : //www.youtube.com/results ? filt ... fits + street % 22 Or get it here : https : //thepiratebay.se/search/benef ... treet/0/99/205 HD-720p download : https : //mega.co.nz/# ! XAsXRIbb ! 0-td1f ... v78mZxteR7K7jY ( 913 MB ) This is episode #4 of 5 total .", "length": 67}, "9138": {"text": "I have n't seen it yet but I can tell you hand on heart not everyone on Benefits is scrounging scum .", "length": 22}, "9139": {"text": "It's not just Third Reich era , it 'd been the names of the towns in many cases from the time they were founded , and anyway before 1933 .", "length": 28}, "9140": {"text": "^ You ca n't make this stuff up Go have a drink , drown the sorrow of living among primitive Asians .", "length": 20}, "9141": {"text": "PS .", "length": 1}, "9142": {"text": "Thank you for your major contribution to society", "length": 8}, "9143": {"text": "Our Polish-American reader stands with Donetsk !", "length": 7}, "9144": {"text": "`` My message to UPA and Bandera scum from a Polish American small town politician from Pennsylvania ....", "length": 16}, "9145": {"text": "These UPA-American scums are welcome to stop by my house I have a surprise Sorry I 'm not in Donetsk yet , just matter of time `` https : //www.facebook.com/TruthfromUkraine ? fref = photo", "length": 33}, "9146": {"text": "Your tread had been moved who knows where , mine is closed so we must trespass on the hospitality of the Slavic .", "length": 21}, "9147": {"text": "http://www.youtube.com/watch ? feature ... v = TrLWaksmkhA# !", "length": 8}, "9148": {"text": "I always laugh when I hear Republicans say or imply that the British government is/was anti-Republican .", "length": 18}, "9149": {"text": "As early as 1973 , they tried to hand Northern Ireland directly to Dublin .", "length": 13}, "9150": {"text": "Racist incidents in Ireland up by 85 percent says Immigrant Council | Irish News | IrishCentral Racist incidents in Ireland up by 85 percent says Immigrant Council Read more : Racist incidents in Ireland up by 85 percent says Immigrant Council | Irish News | IrishCentral Follow us : @IrishCentral on Twitter | IrishCentral on Facebook", "length": 49}, "9151": {"text": "have you been in studentski grad in Sofia , you should go and see young student girls from FYROM geting down with Bulgarians serbs and albanians get ur booty too VIKI RALEVA VELIKI BRAT \u041f\u0421.\u0412\u041e \u041a\u0423\u041c\u0410\u041d\u041e\u0412\u041e \u0421\u0415\u041a\u041e\u0408\u0410 \u0412\u0422\u041e\u0420\u0410 \u0415 \u0421\u041e \u0421\u0418\u041f\u0422\u0410\u0420 \u0425\u0410\u0425\u0410", "length": 42}, "9152": {"text": "If you are not registered I think that maybe you will not be able to see this .", "length": 17}, "9153": {"text": "http://www.facebook.com/pages/ % D0 % A0 ... 19205191443389", "length": 8}, "9154": {"text": "Here is one video that I 've made and upload to youtube , hope you like it YouTube - CROATIAN SOLDIERS - Strenth & Honor", "length": 21}, "9155": {"text": "After you realize that you will never be accepted equal to them you are welcome to come back .", "length": 18}, "9156": {"text": "Forgiveness is a key virtue in Macedonian Christian behavior .", "length": 9}, "9157": {"text": "Well you are too your family tree comes from Macedonia also the white part of it anyway .", "length": 17}, "9158": {"text": "The rest is tatar .", "length": 4}, "9159": {"text": "It has been reported for a hour now that weapons have fallen into the hands of the opposition in Ternopil and Lviv after seizing of government installations .", "length": 27}, "9160": {"text": "Is this confirmed ?", "length": 3}, "9161": {"text": "You mean adoption of this new found identity which in all reality is a Greek identity .", "length": 16}, "9162": {"text": "Your either Bulgarian or Greek not Macedonian it does not exist .", "length": 11}, "9163": {"text": "I just wanted to pop in and say that I wish you in Ireland the best and sincerely hope that Ireland is n't too far gone before enough people wake up , see what is happening , stop it and preserve Ireland .", "length": 41}, "9164": {"text": "The Ukrainian Carpathians [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ]", "length": 39}, "9165": {"text": "New upcoming documentary/movie about arrival of Slavic tribe of Croats on present day Croatia , and get 's us through period of medieval Croatia .", "length": 24}, "9166": {"text": "http://www.youtube.com/watch ? v = 9nehhqHltaE & feature = player _ embedded ca n't w8 for it ...", "length": 17}, "9167": {"text": "I find that they dont share my views as some other buddies of mine would when it comes to White History and power .", "length": 23}, "9168": {"text": "Idiots are in every country And I do n't said that all Croats are idiots .", "length": 16}, "9169": {"text": "But try to find stupid anti-irish messages on this forum ...", "length": 11}, "9170": {"text": "Here are the only ones I have ever seen Taras.Bulba. [ 1962 ] - YouTube Wow , there is a re-make of Taras Bulba .", "length": 22}, "9171": {"text": "Taras Bulba ( 2009 ) ( English subtitles ) .", "length": 5}, "9172": {"text": "- YouTube", "length": 1}, "9173": {"text": "So ok We are not idiots , but We see and do not act .", "length": 13}, "9174": {"text": "How to call someone who agrees for slow doom of him self and his people ??", "length": 15}, "9175": {"text": "Incredible range of animals we 've got here .", "length": 8}, "9176": {"text": "I intend to get a big dog in time for next year 's elections , but no pigs , lizards , parrots or raccoons ...", "length": 21}, "9177": {"text": "It IS our business when you are making territorial claims on Bulgarian land and claiming a part of Bulgarian history as yours .", "length": 22}, "9178": {"text": "I would think most girls would like to dress and look nice for their man anyways .", "length": 16}, "9179": {"text": "So he can show her off like a brand new sparkly jewel etc etc .", "length": 14}, "9180": {"text": "I'm an adult in my late 30s .", "length": 8}, "9181": {"text": "I had no luck driving .", "length": 5}, "9182": {"text": "I have been trying to find a job but the mexicans take everything we had .", "length": 15}, "9183": {"text": "There use to be meetings here then it got down to one a year at folk fest now , I do n't know of any get togethers in South Florida .", "length": 30}, "9184": {"text": "I'm off out to a metal show , this is what my knees looked like after the last death metal show i went too ...", "length": 24}, "9185": {"text": "these are two pictures of me , l am a proud Croatian redneck , l drink rakija , eat lamb and get in fights as often as l can and l go to the gym once a week , yihaa !!!!!!", "length": 36}, "9186": {"text": "Lovely young lady even with the tassled hair or early morning frown : For the record ; I do n't think you need a coffee .", "length": 24}, "9187": {"text": "I went through that experience moving within the same county .", "length": 10}, "9188": {"text": "The new town has a population of approx 150 and ( gasp ) skinheads moved into town .", "length": 15}, "9189": {"text": "The only Mexican in town has since moved out and kids can now leave their bicycles in the yard without fear .", "length": 21}, "9190": {"text": "2508", "length": 1}, "9191": {"text": "I'll second that .", "length": 4}, "9192": {"text": "My mom 's people are originally from down your way in Wise Co. , and also in Tazewell and Russell .", "length": 19}, "9193": {"text": "drinking does ease the sorrow of a lonely life .. it 's so tempting to just go out and get drunk , and laid like i did in my youth .. but i have n't got the energy for it anymore .. more likely to lie in bed and cry until it 's time to go work .. still hoping life gets better than this : drink 2508", "length": 63}, "9194": {"text": "The folks who are O.K. with people knowing that they 're online have those lit green dots on the bottom left-hand side of their screen name .", "length": 28}, "9195": {"text": "if the expected war happens we better not put pride in charge of any units where navigating skills are required then .", "length": 21}, "9196": {"text": "I also dont drink and drive .", "length": 6}, "9197": {"text": "I finish drinking and then I drive .", "length": 7}, "9198": {"text": "What is better ?", "length": 3}, "9199": {"text": "Drive and risk an accident being drunk , or walk and certainly get murdered by a kaffir ?", "length": 16}, "9200": {"text": "I m just over on the other side of the country .", "length": 11}, "9201": {"text": "Have you ever ridden your dirt bike to Florida ?", "length": 9}, "9202": {"text": "Maybe we could get together !", "length": 5}, "9203": {"text": "Its only 3300 miles , that s not so bad. >", "length": 9}, "9204": {"text": "Well at least I was when is was 15 that 's how long ago the picture was taken .", "length": 18}, "9205": {"text": "Before I became a skingirl and before I let my hair grow once again .", "length": 14}, "9206": {"text": "Thanks for the tip // lila", "length": 5}, "9207": {"text": "I was always under the impression that there was always more women in the world than men .", "length": 17}, "9208": {"text": "As it 's very common among most animal species as well as just females are generally considered to be more necassary if you will .", "length": 24}, "9209": {"text": "88..im from houston and hoping to get a few others to go from austin also ... if there is anyone needing a ride from houston they can message me on yahoo .. under cherrybyrd88 ...", "length": 33}, "9210": {"text": "Hi all , I just would like to meet white conscious people from other countries , specially girls .", "length": 16}, "9211": {"text": "I am a 23 year old Spanish guy .", "length": 8}, "9212": {"text": "White pride worldwide ! 3033", "length": 4}, "9213": {"text": "im going to be moving from southern california soon to washington and i was wondetring how many people here are in the seattle tacoma area thanks steven", "length": 27}, "9214": {"text": "I thank that the only one that can tall you what to do is your self and no one els if you see this guy and like his pic. make sure he knows you are WP if you are or you like only White men. that is the way i see it .", "length": 52}, "9215": {"text": "Im looking for a good Aryan white male in or around the central jersey or surrounding area or some new friends from all around", "length": 24}, "9216": {"text": "Hi chandra !", "length": 2}, "9217": {"text": "I feel your pain ....", "length": 4}, "9218": {"text": "I grew up outside of crAKRON ( a small version of Cleveland ) .", "length": 11}, "9219": {"text": "I ve been to cleveland several times for concerts and such but can only stand it for a few hours than i have to go .", "length": 25}, "9220": {"text": "I go to school in southeastern ohio now .", "length": 8}, "9221": {"text": "MUCH NICER down here. e mail me sometime", "length": 8}, "9222": {"text": "Over my dead body am I ever going to apologize for somethign happened in the past that I had no control over and my family was n't even in this country during that time .", "length": 35}, "9223": {"text": "white single girl looking for a guy within the state of California ( hopfully someone near or in the city of Los Angeles ) .", "length": 22}, "9224": {"text": "Ages from 18-21. please write me back.xoxoxoxoxoxox", "length": 9}, "9225": {"text": "Hi, i am just looking for whitepride men in the western canada area particularly BC just to talk to hangout or whatever .", "length": 22}, "9226": {"text": "I can think of some yummier spots than the back of my head where I 'd like to be held. but that 's just me .", "length": 25}, "9227": {"text": "hi there , well thank you very much for your reply. it means alot that someone took the time to. i really envy your job. i want it lol. so were abouts are you from ?", "length": 34}, "9228": {"text": "Hey, I live in Illinois not too far from you. i 'm always trying to find new friends and people to hang out with , some email me sometime", "length": 28}, "9229": {"text": "Please check out my add on this singles site and if you are interested send me a e-mail with your photo and I will get back to you. redbarron", "length": 30}, "9230": {"text": "i'm new to the missiouri ozarks. looking for aryans to talk to , and aryan princesses to meet. i 'm from texas", "length": 22}, "9231": {"text": "Where in South Jesery are you ?", "length": 6}, "9232": {"text": "I live in the Northern Jesery ( Essex ) but i have a Summer house in Ocean County also that im always at .", "length": 21}, "9233": {"text": "What I find to be a joke is that someone would take it seriously and post absolute nonsense and crap about this site , without checking it out first .", "length": 28}, "9234": {"text": "You should always check things like that out before taking it as the truth .", "length": 14}, "9235": {"text": "ok, if youre talking about a band then this we can work with.the colors and design i do this for around 60 dollars.but like i said i need to wait till my new needles and colors come in .", "length": 40}, "9236": {"text": "If anybody can email me and let me know how I can get involved please let me know : therealfixxx@hotmail.com I was born in New york city , Im 26 and I did four years in the marines so I have alot to talk about .", "length": 45}, "9237": {"text": "hi, I am a 20 year old female looking for someone to talk to and develope a relationshp .", "length": 18}, "9238": {"text": "I hope you respond .", "length": 4}, "9239": {"text": "Elizabeth", "length": 1}, "9240": {"text": "Why is Ca the melting pot of America it is so hard to fine people that have the same views on our white race as i have ?", "length": 27}, "9241": {"text": "I'm so ugly when I first get up in the morning that I have a face that only a mother could love .", "length": 23}, "9242": {"text": "That is until she finds her glasses ! : stupid : jump", "length": 9}, "9243": {"text": "ah it is good to here from the father land if you see me on message me I love to talk with someone for Germany", "length": 25}, "9244": {"text": "i relized fear one morning. the blare of the fox hounters sound. when they 're all chasing after the poor bloody fox. it is safer to be dressed like the hounds .", "length": 31}, "9245": {"text": "Good post my friend .", "length": 4}, "9246": {"text": "It is nice to see the youth of today uniting ... you are the future of this movement 88", "length": 18}, "9247": {"text": "Hehe..that's good .", "length": 4}, "9248": {"text": "My brother said the chant 3 times also ..", "length": 8}, "9249": {"text": "I guess 3 times is the magic number .. then they think they get their asses handed to them .. same with bloody Mary also .", "length": 23}, "9250": {"text": "It 's good to spook kids with our folklore so they can pass it down .. I just hope it 's not considered child abuse nowadays .. lol .. Just/kid' n It just keeps their minds aware Imagine a kids face when they learn of the stories of our ancestors around the camp fire .. this is a water toast BTW -- >", "length": 58}, "9251": {"text": "Opening it again for a week ...", "length": 6}, "9252": {"text": "Happy Holidays From Discover Kalispell - YouTube Christmas Lights in Kalispell , MT - YouTube Christmas Lights in Kalispell , MT - YouTube Christmas Music Kalispell Mt - YouTube", "length": 23}, "9253": {"text": "Longer and unedited recording of the radio show : The Jay Thomas Show : ( Warning : Some Graphic Language ) Tuesday 's Heated Exchange Involving Leith Officials Over Mistreatment Claims by Girlfriend of Kynan Dutton | WDAY | Fargo , ND", "length": 34}, "9254": {"text": "Thanks.", "length": 1}, "9255": {"text": "And for those who would like to participate in a thread that 's a spin off of this one , here 's the link : https : //www.stormfront.org/forum/t204965/", "length": 29}, "9256": {"text": "I keep sticking to the fish and chips for safety sake ....", "length": 11}, "9257": {"text": "I know I will like it so I order it instead of trying something new ...", "length": 15}, "9258": {"text": "So... you would say to lie .", "length": 6}, "9259": {"text": "You have to tell those people every sent you have , or commit fraud .", "length": 13}, "9260": {"text": "Records or not .", "length": 3}, "9261": {"text": "Please tell me you are n't advocating fraud .", "length": 9}, "9262": {"text": "what about it. that 's exactly what I said and I meant every word he thought I might and that was enough and with you two talking behind my back like some jew what do you expect me to say have a nice life .", "length": 44}, "9263": {"text": "I do n't think so .", "length": 6}, "9264": {"text": "and I just want to put it out there I have the receipts for all but what I gave debras and what I gave to the mechanic in Elgin for debras van but as you can see from leithnd.com even they watched me pay that just go to town news and click on the November 29th post", "length": 58}, "9265": {"text": "23 year old man just went missing while walking down a river about 2 miles from me .", "length": 17}, "9266": {"text": "I hope they find him .", "length": 5}, "9267": {"text": "Crews search for missing in Hungry Horse | KAJ18.com | Kalispell , Montana", "length": 11}, "9268": {"text": "Yes, it 's time to imagine that .", "length": 7}, "9269": {"text": "And the dream would become a reality with a PLE ( aka Stormfront of the street ) .", "length": 15}, "9270": {"text": "There is also an entire forum dedicated to this concept as well at the F & F Forum www.folkandfaith.com/invisionboard US & European Alternatives Regards - FNF !", "length": 26}, "9271": {"text": "Why must we have a favorite .", "length": 6}, "9272": {"text": "They just do their job as God has given them the light to perceive it .", "length": 15}, "9273": {"text": "I would be curious to know where in Missouri you can get a house that cheap ???", "length": 16}, "9274": {"text": "I have never seen any around here and I am in a predominatly white area and have lived her basically all my life .", "length": 23}, "9275": {"text": "We should at least try to better educate them then , and they should at least want to learn more of the ideology .", "length": 22}, "9276": {"text": "Oildale,Ca.While.this.little.town.borders.Bakersfi eld , it.offers.very.low.housing.costs , while.providi ng.many.jobs.in.the.oil.drilling.fields.i.e.weldin g & support , .mostly.White.Racial.make-up ( 90 % ? ) .Until.we.had.moved.here.from.Huntington.B each.6.monthes.ago , I.had.never.heard.of `` PLE '' .Our.i ntent.moving.here.from.So.Cal.was.very.similar.to.", "length": 66}, "9277": {"text": "the.PLE.objectives ( helping.establish.young.whites/families.in.housing , jobs.etc. ) .Both.my.Brother. & .I .are.very.interested.in.your.program.", "length": 22}, "9278": {"text": "People.who.are.aware.of.Oildale , are.often.abit.int imidated.to.come.here , lol ! Yes , It 's.abit.lacking.in .spit & polish.There.appears.to.be.zero.in.the.Code.", "length": 31}, "9279": {"text": "Enforcment.area , but , I.feel.asthough.that 's.part.of .the.towns.appeal.for.our.purpouses.", "length": 16}, "9280": {"text": "Danny p.s.please.excuse.my.keyboard , as , it 's.on.the.fritz 9 / LOL .", "length": 15}, "9281": {"text": "Years ago I worked at a highrise building downtown , and the local bar association was one of the tenants there giving free legal advice .", "length": 24}, "9282": {"text": "One day a beanpole kinda looking Black man came in and said : `` I 'm looking for the lawyer referral service , dot , dot , dot . ''", "length": 23}, "9283": {"text": "And `` it 's because I 've been having trouble with my landlord , dot dot dot . ''", "length": 15}, "9284": {"text": "`` Can you tell me where this service is ?", "length": 8}, "9285": {"text": "Dot , dot , dot . \"", "length": 3}, "9286": {"text": "And the guard said with an equally straight face : `` Oh , eh , that 's up on the seventh floor , .... dot , dot dot . ''", "length": 21}, "9287": {"text": "Every now and then I 'll run across a flyer that I like so much that I print it out on photo paper and frame it .", "length": 26}, "9288": {"text": "This is one of those that I have on the wall .", "length": 11}, "9289": {"text": "I'm curious ( but doubtful ) ; is there anyone here who 's expressed SUPPORT for Nordic superiority that is not Nordic himself ?", "length": 21}, "9290": {"text": "By race or appearance ?", "length": 4}, "9291": {"text": "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .", "length": 32}, "9292": {"text": "How about we watch a short film about working together and chat some more later ?", "length": 15}, "9293": {"text": "Animated short film starring Stormfront members .", "length": 6}, "9294": {"text": "NB , Haman , Fenris , MuadDib http://www.youtube.com/watch ? v = zzSJRfoZLFY", "length": 11}, "9295": {"text": "Its common to for whites to love ethnics when they do n't know any as all they have seen is the pc image of them on tv .", "length": 28}, "9296": {"text": "That all changes when they have to live around them .", "length": 10}, "9297": {"text": "if they have the same help here in Quebec , i would like too say congratulation pitbull-A.G. and i hope you have lot of new white resident in your city", "length": 31}, "9298": {"text": "I'm down in so cal. in the riverside area in a small town called chino hills. im looking for some skins to hang out with male or female we just need to unite. haha", "length": 35}, "9299": {"text": "Go to his profile and leave a message .", "length": 8}, "9300": {"text": "He 's listed in my friends .", "length": 6}, "9301": {"text": "He sent me a PM the other day saying all is well just staying off SF but checking in now and then .", "length": 22}, "9302": {"text": "I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .", "length": 24}, "9303": {"text": "so lets talk tomorrow morning and plan our BBQ , I just went to the grocery store and met a new arrival who happened to have just arrived .", "length": 27}, "9304": {"text": "We need to get ahold of everyone and plan something this weekend .", "length": 12}, "9305": {"text": "Maybe you can bring BBQ , I mean Critter sauce ...", "length": 9}, "9306": {"text": "Partly visible and partly invisible at all times , PLEs are based upon standard community organizing practices that even take into account the factor of opposition .", "length": 25}, "9307": {"text": "Just for research purposes I 'll mention that there was a video years ago about the Flatland area of Montana , with a similar tone to this recent NPR radio show , but it was before-PLE .", "length": 35}, "9308": {"text": "POV - The Fire Next Time | PBS", "length": 6}, "9309": {"text": "I have a few things to reply to .", "length": 8}, "9310": {"text": "I will so so once I get to my camp .", "length": 10}, "9311": {"text": "I have to pack everything .", "length": 5}, "9312": {"text": "I spent quite a bit of time with April and driving around with my new van .", "length": 16}, "9313": {"text": "First impressions ...", "length": 2}, "9314": {"text": "Frakkin ' awesome !", "length": 2}, "9315": {"text": "I could n't stop laughing at that photo long enough to actually read the article but I imagine it 's more of the same old same old .", "length": 28}, "9316": {"text": "White town saved by the magic negroes of Afreakkaland .", "length": 9}, "9317": {"text": "What a joke .", "length": 3}, "9318": {"text": "At least they 're trying to legally change the system .", "length": 10}, "9319": {"text": "Many nazis just sit on their asses , drink beer and watch TV .", "length": 12}, "9320": {"text": "Amen brother ..... you did say it like you been there ... they talk crap and if you show fear they 'll be on ya fast .", "length": 24}, "9321": {"text": "But get the eyes wide open and lets rock attitude ... most will back off and go away ..... been there with ya !", "length": 21}, "9322": {"text": "I would like to thank Theodoric for the very nice Stormfront banner he put up regarding these murders and this distribution .", "length": 21}, "9323": {"text": "I've been posting this story on several forums and sending out quite a few emails .", "length": 16}, "9324": {"text": "If anyone else has any online activism they 've been doing with this story let us know about it here .", "length": 20}, "9325": {"text": "maybe they 're so far into lies that it 's hard for them to comprehend the truth as it may be coming to them too much .", "length": 26}, "9326": {"text": "I think it 's profitable to jump on at mainstream conservative chatboards like conservativeunderground.com.", "length": 15}, "9327": {"text": "You have your work cut out for you .", "length": 8}, "9328": {"text": "I'm sorry to burst your bubble but when people try to use a camera when police are involved they have all been uniformly been forced to turn off their cameras , or they are arrested and cameras confiscated .", "length": 38}, "9329": {"text": "Only surreptitious and hidden cameras have worked .", "length": 7}, "9330": {"text": "You do not have to wait for this law to pass since already you would be expelled from your school for doing the above under some sort of hostile school environment clause , as you would at most places of work .", "length": 40}, "9331": {"text": "what sense does it make to have hispanics securing the border. were do you think their loyalties are. with native americans. so let 's support motivated wn s with a good record in becoming border patrol agents .", "length": 37}, "9332": {"text": "Oh that reminds me of my high school days in IT lessons making 30 Apple Mac 's on Clarisworks simultaneously say `` Mr Carey has death breath ''", "length": 26}, "9333": {"text": "Exactly.", "length": 1}, "9334": {"text": "One night stands are wonderful when you know you dont want anything else from anyone on the continent .", "length": 18}, "9335": {"text": "( Lives in Canada right now )", "length": 5}, "9336": {"text": "I simply go over their research and then regurgitate the info .", "length": 11}, "9337": {"text": "Regurgitation of good info is better than ingestion of jewish-disinformation .", "length": 11}, "9338": {"text": "Yeah, I saw that news segment about the mixed race couple who lost their home because of the mudslide .", "length": 19}, "9339": {"text": "It was kind of disturbing .", "length": 5}, "9340": {"text": "Maybe God was punishing them for their interracial marriage .", "length": 9}, "9341": {"text": "Our youth are our future indeed ! Just as Hitler 's youth ours must be addressed early to the doctrines in order to secure a foundamental inherent belief system which corressponds within a timely manner enabling them and thier thought processes to formulate and adjust to rudimentary belief functions incorporating all thier senses.They must become keenly aware of social agendas and political ramifications of action v.s. inaction as it pertains to strategical logistics of a growing super power .", "length": 79}, "9342": {"text": "Home schooling if feesible since , they must not only master the social sciences etc ... but als be able to be profiecent in the arts including music theory.Social skills and graces along w/public speaking.Weapon , hunting , survival , building , self-defense , exsplosives/bomb making & deactivation , codes , langauges , counter-intelligence , interogation , re-programing/minds and above all else always behave as a little kid ! Gotchya-this can all be accomplished through father and son/daughter communication starting at a young age and progressing untill the late teen years following dads clues/guidance.Learned behavior-especially since children tend to emulate the role model and mold them 'selves accordingly to thier parent of whom they love very much and want to please .", "length": 120}, "9343": {"text": "16", "length": 1}, "9344": {"text": "Why not have it so every flyer has all the White languages on it ( in small print ) , yet have their native language in large print once on the top of the other translations , then once below it .", "length": 37}, "9345": {"text": "Just to show all Whites should have one common goal .", "length": 10}, "9346": {"text": "Unity .", "length": 1}, "9347": {"text": "On top of that , only a small fraction of those 40,000 are active posters and some of the 40,000 are antis .", "length": 23}, "9348": {"text": "This post by Jack boot and the piece by Marc Moran , are very inspiring .", "length": 14}, "9349": {"text": "They make you want to go out and reach people .", "length": 10}, "9350": {"text": "I was very inspired by Moran 's writing .", "length": 8}, "9351": {"text": "I always thought it was be fun to put on a minstrel show , a little entertainment showing things how they really are without black/jew/fag involvment . . if it ever gets put together i 'll be sure to tape and and pass it around for all to enjoy", "length": 48}, "9352": {"text": "Over the last year I have increased my personal efforts ten fold I think we are among the last whites with the hope of saving our people .", "length": 27}, "9353": {"text": "It is good to hear your story .", "length": 7}, "9354": {"text": "This is like saying that during the plague in Europe that they need to shift their focus off the ... well , the plague .", "length": 22}, "9355": {"text": "I'm trying to contact individuals interested in joining together and coordinating their efforts on a National/worldwide scale , the web site to go to for more info is Pro White Action Group click on the special events link for contact information .", "length": 42}, "9356": {"text": "I think the UK is more of a lost cause than the US. london has made tons of concessions to non whites .", "length": 22}, "9357": {"text": "Rap is an acronym for Retards Attempting Poetry .", "length": 8}, "9358": {"text": "Seriously it is .", "length": 3}, "9359": {"text": "A wee child can learn to rhyme in school and blacks pride themselves on this skill ?", "length": 16}, "9360": {"text": "Wow ... we are all in AWE !", "length": 6}, "9361": {"text": "I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei", "length": 27}, "9362": {"text": "Since you guys are opposed to miscegenation , I wonder what you think of yourselves being mixed .", "length": 16}, "9363": {"text": "I mean whites are offsprings of Homo sapien & Neanderthal hybrids .", "length": 10}, "9364": {"text": "This is purely verbal rhetoric ie there is NO argument to speak of in the text of this gibberish .", "length": 19}, "9365": {"text": "Gambit denied .", "length": 2}, "9366": {"text": "Many systems are in reality authoritarian because of human nature 's habit of demanding obedience and then wanting to purge opponents : it is just the radical right philosophy that is honest about it .", "length": 33}, "9367": {"text": "Do you not think all the talk about Russians should be put on a thread of that theme ?", "length": 18}, "9368": {"text": "This thread was about Ukranians being white .", "length": 7}, "9369": {"text": "Another black is now trying to convince me that black slaves were force-fed animal lard through huge tubes and had their hands and feet cut off so they could work in the cotton fields without running away", "length": 38}, "9370": {"text": "Let black people to join the result of `` diversity '' , is a glass of milk , for example , put a drop of ink in , before you put sugar , spices , put ice in all can drink , milk was completely dark to put ink become useless junk .", "length": 43}, "9371": {"text": "They preach diversity at their professor jobs and government jobs and it makes those White Liberal Neighborhoods and gated communities TOO white and in need of some `` Black flavor '' at home the joy of diversity right in their White daughter 's bedroom !", "length": 42}, "9372": {"text": "I knew someone would post this actually this is very untrue actually there is many scenes that depicts black people being beaten up by whites you just have to know where to look", "length": 33}, "9373": {"text": "No, you will be on the prowl for something to suck on in the nearest public restroom .", "length": 17}, "9374": {"text": "And you will find it too , just like you have so many times before . . .", "length": 14}, "9375": {"text": "Good luck with your bugchasing , homo . . .", "length": 6}, "9376": {"text": "Almost all of the Middle East and North Africa was full of whites once upon a time .", "length": 17}, "9377": {"text": "Want to see our fate if we do n't win ?", "length": 11}, "9378": {"text": "Look there .", "length": 2}, "9379": {"text": "When the wheel hits the road , it wo n't matter if you swing for yellow or black , just that you swing from the nearest overpass .", "length": 26}, "9380": {"text": "Those countries are much better under a government of terror made by themselves and for themselves .", "length": 16}, "9381": {"text": "The whites are who are blamed for let them in their countries .", "length": 12}, "9382": {"text": "i was going to say that sod it i will say it any way F .. K you too , and F .. K off .", "length": 22}, "9383": {"text": "It's not just whites that are worried about it , it 's going to be a real disaster for the country as it slips into poverty .", "length": 26}, "9384": {"text": "Traditionally, there have always been a lot of them despite the fact that NE Asians are the extreme version of our breeding strategy .", "length": 23}, "9385": {"text": "Unfortunately for the poor Japanese , their island is getting very crowded now .", "length": 12}, "9386": {"text": "I suppose that 's why all I get out of you is `` loose ends '' ?", "length": 14}, "9387": {"text": "You 're nothing but a clown--just like Tricycle Sam .", "length": 10}, "9388": {"text": "lol.....", "length": 1}, "9389": {"text": "Negro task master .", "length": 3}, "9390": {"text": "We will all be sitting in around in filth waiting for death .", "length": 12}, "9391": {"text": "Negroids could n't put together a bake sale properly much less a work force .", "length": 15}, "9392": {"text": "Would black people rather take one million dollars to move themselves and their immediate family back to the motherland , or stay here in America and blame whites for their poverty and crime ?", "length": 32}, "9393": {"text": "For all of liberals ' ranting about tribalism , they behave in a very tribal manner themselves .", "length": 15}, "9394": {"text": "Their identity is the Liberal Tribe , and they seek out and morally support other members of their tribe .", "length": 18}, "9395": {"text": "Hey waterfall What if a mulatto looked white and claimed to be all for the survival of the white race ?", "length": 20}, "9396": {"text": "What then ?", "length": 2}, "9397": {"text": "If an anti-White submits an ignorant or profane post , then calling him/her a stupid ass , lame brain knucklehead is not a racial slur .", "length": 25}, "9398": {"text": "All that the DNA test will prove is that you are still a mongrel .", "length": 14}, "9399": {"text": "Also you did contradict yourself .", "length": 5}, "9400": {"text": "Read what is in Bold .", "length": 5}, "9401": {"text": "lol.", "length": 1}, "9402": {"text": "No but I was typing fast and must 've pushed shift too early ( since you need to push shift to use the ? symbol )", "length": 23}, "9403": {"text": "The only reason Whites were successful was because we took those things from other cultures and races ?", "length": 17}, "9404": {"text": "Can you cite a source for that ?", "length": 7}, "9405": {"text": "You are confusing species and race .", "length": 6}, "9406": {"text": "Or do you believe that humans from different species did n't evolve from the same point ?", "length": 17}, "9407": {"text": "Why would anyone have that for someone not of their own race ?", "length": 12}, "9408": {"text": "I find that disgusting and not something I could ever understand .", "length": 11}, "9409": {"text": "These are the Indians that I know .", "length": 7}, "9410": {"text": "Thank you for your post .", "length": 5}, "9411": {"text": "I like the Tribes in the Northwest , truly the Noblest Savage .", "length": 11}, "9412": {"text": "If you think your kid is missing out on diversity , send him to africa or china or the middle east for a few months holiday .", "length": 25}, "9413": {"text": "No need to invite the foreign hordes onto your own soil ! : bang shead : My head hurts now .", "length": 17}, "9414": {"text": "Whites get along with Asians much more than they do with blacks or Hispanics .", "length": 14}, "9415": {"text": "Asians are fairly well mannered and intelligent and easier for most whites to get along with .", "length": 16}, "9416": {"text": "Great list .", "length": 2}, "9417": {"text": "YouTube can be a huge help in learning how to start primitive fires and learning how to gut animals and fish .", "length": 21}, "9418": {"text": "Learning how to preserve food and build traps .", "length": 8}, "9419": {"text": "I 've found it to be a huge help in my survivalism/prepping work .", "length": 14}, "9420": {"text": "I had to change the kids site around a bit Liz ... here is the correct link for the FCKS ... Creative Kids", "length": 21}, "9421": {"text": "Don't say it is an abomination .", "length": 7}, "9422": {"text": "Say I 'm glad your mother had you. or , If it was normal , we would be extinct .", "length": 17}, "9423": {"text": "According to their facebook page they 're up and running again , not sure how given the loss of the admin block .", "length": 21}, "9424": {"text": "Then again it 's the same people who told all students living on campus they had three hours to vacate and go home .", "length": 23}, "9425": {"text": "I mean seriously , this is farcical .", "length": 6}, "9426": {"text": "See.....", "length": 1}, "9427": {"text": "Dat Da `` Rainbow Nation '' folks ..... Da rainbow being all the different colours of the trash in Da Street .", "length": 18}, "9428": {"text": "Ahhh Mandela ....... All those years in prison were not wasted .", "length": 10}, "9429": {"text": "SA is a model for the World .", "length": 7}, "9430": {"text": "Thank you so much for this , one day I hope the next generation is spared from the travesty brought by Public Schools , and private ( Jews can easily fake being Christian ) .", "length": 30}, "9431": {"text": "I too have dealt with nonsense from universities .", "length": 8}, "9432": {"text": "If you have any documented proof I 'd take this to Fox News .", "length": 13}, "9433": {"text": "Not a chance .", "length": 3}, "9434": {"text": "They have been rejected by their own government so fighting for them is not happening .", "length": 15}, "9435": {"text": "In fact here at home their involvement in Nigeria is criminalized .", "length": 11}, "9436": {"text": "there was this gay negro i was forced to work with on my first job out of high school here in sunny florida .", "length": 23}, "9437": {"text": "I found out 8 months ago , the negro currently resides in Minnesota .", "length": 12}, "9438": {"text": "I pm 'd you a suggestion of a place to go , I do not want to post it here as I think non-whites read this site and will then proceed to try and move there .", "length": 36}, "9439": {"text": "It's a powerful symbol that strikes fear into the heart of our racial enemies , theres a good video on YouTube done by Thule productions entitled the meaning of the swastika our holy aryan symbol .Here 's the link The meaning of the Swastika - Our Holy Aryan Symbol - YouTube", "length": 49}, "9440": {"text": "It is precisely for these reasons among others that I made the decision to align myself with WNs .", "length": 18}, "9441": {"text": "We must stand for something together for alone we stand for nothing .", "length": 12}, "9442": {"text": "WPWW 14/88", "length": 3}, "9443": {"text": "I saw that first hand after working in various schools .", "length": 10}, "9444": {"text": "Sadly in France and Germany it 's illegal to homeschool like the lady said .", "length": 14}, "9445": {"text": "If you have children or grandchildren ages 12-17 , please encourage them to learn about their heritage and history this summer by enrolling in the Knights Party Crusaders Youth Corps through : Youth Corp", "length": 33}, "9446": {"text": "If I have to travel , I 'll backpack it .", "length": 9}, "9447": {"text": "I plan on using a stretcher for carrying gear .", "length": 9}, "9448": {"text": "Lite and fast .", "length": 3}, "9449": {"text": "Path less traveled , is the safest .", "length": 6}, "9450": {"text": "Saul Kassin : `` False confessions '' https : //www.youtube.com/watch ? v = JDRRwFfJKkw The Vera Institute of Justice 's Neil A. Weiner Research Department Speaker Series presents Saul Kassin , Distinguished Professor of Psychology at John Jay College of Criminal Justice .", "length": 38}, "9451": {"text": "Professor Kassin 's research focuses on the remarkable phenomenon of false confessions in criminal investigations--which are far more common than one might expect .", "length": 24}, "9452": {"text": "Frontline : The Confessions FRONTLINE `` The Confessions '' | Sneak Peek 1 : Recording a Confession | PBS - YouTube FRONTLINE `` The Confessions '' | Sneak Peek 2 : Finding a Lawyer | PBS - YouTube In `` The Confessions , '' FRONTLINE producer Ofra Bikel investigates the conviction of four Navy sailors for the rape and murder of a Norfolk , Va. , woman in 1997 .", "length": 51}, "9453": {"text": "In interviews with the sailors , Bikel learns of some of the high-pressure police interrogation techniques -- including the threat of the death penalty , sleep deprivation , and intimidation -- that led each of the `` Norfolk Four '' to confess , despite a lack of evidence linking them to the crime .", "length": 46}, "9454": {"text": "Watch the full program at http://www.pbs.org/wgbh/pages/frontline/the-confessions Interrogation or child abuse ?", "length": 18}, "9455": {"text": "http://www.youtube.com/watch?feature...&v=WkLHXKHb1VcManufacturingmemorieshttps://www.youtube.com/watch ? v = XcywPdORySA Memory expert Elizabeth Loftus shows Lesley Stahl how memories can be manipulated .", "length": 26}, "9456": {"text": "Interview with Herman Rosenblat : A Holocaust liar https : //www.youtube.com/watch ? v = HPzxTQ3t1wU", "length": 14}, "9457": {"text": "Was at Walmart the other day and for 100 rounds it 's about $ 25 for 9mm , and about $ 40 for .40 and .45 .", "length": 23}, "9458": {"text": "Is this normally what it should be ?", "length": 7}, "9459": {"text": "Thinking about getting a CCW .", "length": 5}, "9460": {"text": "Two days ago I tapped out a half asian , half White mongrel who was bigger than me .", "length": 17}, "9461": {"text": "We went `` feet to floor '' , I wound up on top , secured his right arm and got him in a `` rolling armbar . ''", "length": 21}, "9462": {"text": "It's not just blacks that fall after a good uppercut or direct to the chin , but these two are well fit for the blacks cause they have weaker chins than whites", "length": 32}, "9463": {"text": "Looks like asians have more balls than us gutless white people .", "length": 11}, "9464": {"text": "Stupid whites wo n't complain about their own affirmative action persecution for fear of being called racists - of all illogical things .", "length": 22}, "9465": {"text": "Interesting I have some northern German features and hardly have German DNA .", "length": 12}, "9466": {"text": "I am mostly irish but can pass as southern English .", "length": 10}, "9467": {"text": "hey and if you ever experience a lawsuit from the negro hispanic jews claiming you are racist , simply make an example of the hundreds of negro mexican schools that deny white children .", "length": 32}, "9468": {"text": "left: Satzvey Castle .", "length": 3}, "9469": {"text": "The pearl of German Water Castles ............. , , , , , , , , , , , ... right : Burg Eltz Castle is a medieval castle nestled in the hills above the Moselle River between Koblenz and Trier , Germany .", "length": 27}, "9470": {"text": "It is still owned by a branch of the same family that lived there in the 12th century , 33 generations ago .", "length": 21}, "9471": {"text": "The R\u00fcbenach and Rodendorf families. .", "length": 5}, "9472": {"text": "Go to my SF thread here for a link to a PDF copy of the book at ...", "length": 17}, "9473": {"text": "BOOK : Tell the Truth and Shame the Devil `` Tell the Truth and Shame the Devil '' in English and German .", "length": 19}, "9474": {"text": "In the meantime consider this ....", "length": 5}, "9475": {"text": "Why do they even have those diversity statistics ?", "length": 8}, "9476": {"text": "Do liberal and feminist parents actually choose colleges for their children based on them ?", "length": 14}, "9477": {"text": "And did anyone notice that the least diverse college , on that list , is a Jewish one ?", "length": 16}, "9478": {"text": "No tv ...", "length": 2}, "9479": {"text": "I just buy the movies/shows I like on DVD .", "length": 10}, "9480": {"text": "Good for my young kids too , they watch old westerns and Anime cartoons .", "length": 13}, "9481": {"text": ".44 magnum .", "length": 2}, "9482": {"text": "I have several Ruger revolvers in .357 ( including my carry gun ) and I thought I 'd try something new .", "length": 19}, "9483": {"text": "Better some overly polite White guy offering to tell you about the word of Joseph Smith than some nignog car jacking you .", "length": 22}, "9484": {"text": "Yes, you 've been talking that way aloud in the public for most of your life .", "length": 16}, "9485": {"text": "If you really want to change that bad grammar habit , simply practice at home ( or in your work cubicle ) - say out loud `` would have '' , `` should have '' , `` could have '' 100 times a day for each phrase ( yes for a total of 300 times per day ) until it is part of your normal everyday speech .", "length": 53}, "9486": {"text": "And encourage your friends/acquaintances you see daily to change this bad habit .", "length": 13}, "9487": {"text": "Hope this helps. .", "length": 3}, "9488": {"text": "There are people that would agree with this essay , and then turn around and support gay marriage or abortion not realizing that they too are foot soldiers supporting the Cultural Marxism that is destroying our identity .", "length": 36}, "9489": {"text": "I sometimes practice my arguments on Blacks , I have gotten 2 of them ranting about Jews to all of their friends .", "length": 21}, "9490": {"text": "I almost took out a dozen of them fighting in the street the other night .", "length": 15}, "9491": {"text": "I refused to swerve my truck away , they scattered like a troop of baboons being charged by a lion .", "length": 19}, "9492": {"text": "Your White and went to an all black school and had no problem ?", "length": 13}, "9493": {"text": "Really ?", "length": 1}, "9494": {"text": "Somehow I think maybe your a troll .", "length": 7}, "9495": {"text": "No when I was younger like 10 years old , I went to black school because my mom moved us into the ghetto because just gotten divorce from my dad .", "length": 29}, "9496": {"text": "The school did not cause my much trouble because it was elementary school .", "length": 13}, "9497": {"text": "The students who went there were still young like me .", "length": 10}, "9498": {"text": "This was before I ever became WN .", "length": 7}, "9499": {"text": "I know its like a hide and go seek game this white flight stuff .", "length": 14}, "9500": {"text": "Whites hide in their all white cities towns neighborhoods etc .", "length": 10}, "9501": {"text": "Then the nonwhites seek us out find us then whites have to hide again .", "length": 14}, "9502": {"text": "The problem is well eventually run out of places to hide , then game over", "length": 14}, "9503": {"text": "I think you meant , Pedro picked a pocket of precious packs of paychecks and purveyed the precious , purloined paychecks to Puerta Punta .", "length": 22}, "9504": {"text": "Thanks for the replies .", "length": 4}, "9505": {"text": "Some were useful , some were annoying and based on silly assumptions , one was clearly an SPLC troll ...", "length": 17}, "9506": {"text": "Anyway , I intentionally do n't make clear whether I 'm married or not , or whether I 'm a father or mother , because this is 2014 and the NSA and FBI are everywhere , and I like having plausible deniability .", "length": 39}, "9507": {"text": "Which is also why I use the open Wifi from nearby when I post here .", "length": 15}, "9508": {"text": "The war against whites is raging and I do n't want to be a casualty .", "length": 16}, "9509": {"text": "I also do n't want harassment in real life , which is why I keep my views limited , so I do n't want my daughter saying things like `` My parents do n't want me playing with blacks '' .", "length": 39}, "9510": {"text": "I do n't need my car vandalised or my dog poisoned , etc .", "length": 13}, "9511": {"text": "I spend a huge amount of time playing with my daughter , reading to her , teaching her to read `` Hop on Pop '' among others , etc ..", "length": 24}, "9512": {"text": "This does n't make her not want to go outside and play .", "length": 13}, "9513": {"text": "When she goes outside , the subhuman ape thing is usually out there .", "length": 12}, "9514": {"text": "One time she came in crying telling me that pavement ape `` hit me in the tummy '' .", "length": 16}, "9515": {"text": "I went outside and the niglet 's mom told me my daughter had hit her first .", "length": 16}, "9516": {"text": "My daughter said she had only touched the apeling 's back , not hit her .", "length": 14}, "9517": {"text": "It 's annoying to live in a time where a subhuman monkey coon thinks it 's okay to hit an Aryan white blond , blue-eyed child .", "length": 26}, "9518": {"text": "Yet my daughter still wants to go outside and play with that thing .", "length": 13}, "9519": {"text": "I watched sports and universities go black and stayed away from the both since , It s been 30 years since I have seen a football game that was outside my son s high school .", "length": 34}, "9520": {"text": "March 21 is the White man march against White genocide , March Against #WhiteGenocide - March 21st 2015 And the 15th of every month is White defense day White Defense Day , the 15th of Every Month", "length": 34}, "9521": {"text": "I would actually go with a bolt action .22 LR with a decent scope .", "length": 14}, "9522": {"text": "The Savage Mark ll is affordable , accurate , and comes with the adjustable Accutrigger .", "length": 13}, "9523": {"text": "Hey, no matter what his faults may be , he 's presenting something to the mainstream american public that nobody else is presenting ...", "length": 22}, "9524": {"text": "The video was both chilling and exciting ...", "length": 7}, "9525": {"text": "I also pulled my son out of public school last year .", "length": 11}, "9526": {"text": "He and my daughter ( once she is old enough for school ) will only be homeschooled from here on out .", "length": 19}, "9527": {"text": "Just do your research and as long as you take your time and have some decent shop tools you should be able to do it .", "length": 25}, "9528": {"text": "yes and i would spend my life in jail to be rid of this bastard but hope reigns supreme that someone else gets him", "length": 24}, "9529": {"text": "I heard that the phenomena of scalping came about during this war .", "length": 12}, "9530": {"text": "Apparently the French paid the Indians a bounty for every scalp they obtained of an enemy combatant .", "length": 17}, "9531": {"text": "I ca n't carry a gun in Canada , plus I like to travel light so I only take the essentials : Spyderco Delica 4 FFG Notepad/pen Wallet iPhone Headphones Bus pass or bike lock", "length": 35}, "9532": {"text": "My son is 3 years old and I have started homeschooling for him.Few weeks back i was wondering whether i should let him go to a Public school or do home schooling but decided to go for home schooling and now he is enjoying .", "length": 45}, "9533": {"text": "Could be the greater emphasis on functionality is shared between the styles of architecture .", "length": 14}, "9534": {"text": "I have seen some Swedish buildings very similar to Japanese style .", "length": 11}, "9535": {"text": "Yes, this painting is in the Art Institute of Chicago .", "length": 10}, "9536": {"text": "I go to the museum every time I visit the city just to see this painting .", "length": 16}, "9537": {"text": "I love Edward Hopper 's work .", "length": 6}, "9538": {"text": "You need a class 3 dealer license to own a machine gun .", "length": 12}, "9539": {"text": "Are the Feds afraid of the tiny handful of citizens who own them ?", "length": 13}, "9540": {"text": "I bought a Glock too , and shot about 2,000 rounds out of it last year .", "length": 16}, "9541": {"text": "Not one FTF or malfunction of any kind .", "length": 8}, "9542": {"text": "No break in period needed .", "length": 5}, "9543": {"text": "No Kaboom .", "length": 2}, "9544": {"text": "No problems .", "length": 2}, "9545": {"text": "Education system is messed up for the same reason everything else is messed up - Jews , non-whites and liberal women run and ruin everything .", "length": 24}, "9546": {"text": "The same way Jews run the government .", "length": 7}, "9547": {"text": "They want to control the masses , and are doing it in every major institution , including schools .", "length": 16}, "9548": {"text": "We are cooking a duck on the rotisserie , catch the fat drippings and cook little potatoes in that , its delicious , we 're also cooking a small turkey , mashed potatoes , carrots , pumpkin pie and butternut squash cut in half and baked with butter and brown sugar .", "length": 45}, "9549": {"text": "It 's just me and the wife so we 'll be eating this for at least the next few days .", "length": 20}, "9550": {"text": "Happy Thanksgiving everyone .", "length": 3}, "9551": {"text": "I believe that team owners want to make money first and foremost and would n't sacrifice team performance and/or millions of dollars just to put more blacks on their teams .", "length": 32}, "9552": {"text": "If that makes me brainwashed , then so be it .", "length": 9}, "9553": {"text": "I had a good time with my kid .", "length": 8}, "9554": {"text": "Glad some people still opened their homes and let kids trick or treat , even with the usual DieVersity infesting the area .", "length": 21}, "9555": {"text": "Saw a lot more white kids this year , and more houses open .", "length": 12}, "9556": {"text": "Like was posted above blacks are waking up more whites then prowhites .", "length": 12}, "9557": {"text": "Nothing was in jepordy this year and furguson cause black friday gun sales to be beyond a democrat getting elected .", "length": 20}, "9558": {"text": "Their shin bones are like glass .", "length": 6}, "9559": {"text": "A good kick from a woman wearing steel toes can break their shin ( I know from experience ) .", "length": 17}, "9560": {"text": "Blessed Samhain and Happy Halloween to all of my Stormfront Brothers and Sisters .", "length": 13}, "9561": {"text": "May the New Year find us even more unified !", "length": 9}, "9562": {"text": "Arizona Daily Star should get it 's information from groups other than an organization that makes it 's money off creating the finest spin and hype imaginable .", "length": 27}, "9563": {"text": "The SPLC is a multi-million dollar anti-white hate organization who is led by a pervert .", "length": 17}, "9564": {"text": "To call them a civil rights organization without questions , you minus well call evil , good .", "length": 15}, "9565": {"text": "Does anyone else ever have the feeling that Churchill was only fighting the Germans rather than NS as he was he acted like he was surprised at the Nurnberg trials ?", "length": 30}, "9566": {"text": "I'm going to get one of the two in the next couple of months .", "length": 15}, "9567": {"text": "I see pro and cons of both .", "length": 7}, "9568": {"text": "Any ideas ?", "length": 2}, "9569": {"text": "Don't that just suck ??", "length": 5}, "9570": {"text": "But you can put together something close .", "length": 7}, "9571": {"text": "With lots of file work and 3 inches of hundreds .", "length": 10}, "9572": {"text": "Cool, I have never been in this section that I remember .", "length": 11}, "9573": {"text": "I will read through and try to add some words and learn as well .", "length": 14}, "9574": {"text": "Then maybe it 's possible that female circumcision is no worse than male circumcision if done in the way you explained .", "length": 21}, "9575": {"text": "Like I said before I 'd bet 90 % + have Liberal parents .", "length": 11}, "9576": {"text": "I bet those Liberal men are sure proud of their daughter now ...", "length": 12}, "9577": {"text": "NOT !", "length": 1}, "9578": {"text": "If there is anything I can do to help , let me know .", "length": 12}, "9579": {"text": "I work from home as a home computer helpdesk so I do have some spare time .", "length": 16}, "9580": {"text": "Joy To The World - Celtic Christmas Music - YouTube As I Went Out Walking -- Celtic Christmas Music - YouTube Gra Mo Chroi - The Love of My Heart www.celticchristmasmusic.org Irish Celtic Christmas Music - YouTube While Shepherds Watched thier Flocks by Night - YouTube King 's College , Cambridge : Choir of King 's College - Christmas Carols - YouTube Merry Christmas to all who love Jesus !!!!!", "length": 60}, "9581": {"text": "Erik", "length": 1}, "9582": {"text": "I took that post and expanded on it in a new thread because I do n't want to derail the music thread .", "length": 23}, "9583": {"text": "When is someone going to stand up for the laws on Executive Orders ?", "length": 13}, "9584": {"text": "Are Executive Orders Constitutional ? | Tenth Amendment Center Blog -", "length": 8}, "9585": {"text": "Regarding the James Murphy translation of Mein Kampf I saw a question in another forum which I would like to put to you here .", "length": 24}, "9586": {"text": "I had a few glasses of boddington 's on tap at a bar a while back .", "length": 16}, "9587": {"text": "Normally not a fan of beer but it was cheap and pretty good .", "length": 13}, "9588": {"text": "Sun releases massive solar flare - NASA video - YouTube slideshow from cnn Huge solar flares light up for NASA cameras - CNN.com Could solar flare on Friday the 13th knock out phones and GPS devices ? | Mail Online", "length": 36}, "9589": {"text": "I live in AR .", "length": 4}, "9590": {"text": "Wondering how do I get homeschooled .", "length": 6}, "9591": {"text": "Online classes ?", "length": 2}, "9592": {"text": "I going to get homeschooled tired of looney lefty teachers and the negroes", "length": 13}, "9593": {"text": "With public schools being so integrated and focusing on non white students I really would suggest to any parent to get themselves educated so they can teach their children at home .", "length": 31}, "9594": {"text": "If not , then try to educate both you and your children at home .", "length": 13}, "9595": {"text": "half scottish and half german ...", "length": 5}, "9596": {"text": "Oklahoma althought I carry a french name because my parents both was adopted. mother is german and my father is scottish", "length": 21}, "9597": {"text": "Brown eyes are the only color of eyes that Blacks and Asians have , outside of any outside breeding .", "length": 18}, "9598": {"text": "I would much rather have either green or blue eyes which are exclusive to the White race .", "length": 17}, "9599": {"text": "Bought the p226 today .", "length": 4}, "9600": {"text": "Got a great deal too .", "length": 5}, "9601": {"text": "It 's the P226 with Nigh sights .", "length": 7}, "9602": {"text": "Full MSRP is $ 1108 for the night sights model .", "length": 9}, "9603": {"text": "The stores I went to had the non night sights model for $ 775 to $ 860 I paid $ 700 for the night sight model new because they had a sale on sigs .", "length": 31}, "9604": {"text": "This is the one my neighbors have .", "length": 7}, "9605": {"text": "Works great , simple to use , even the kids can do it .", "length": 11}, "9606": {"text": "Amazon.com : Scotch Thermal Laminator 15.5 Inches x 6.75 Inches x 3.75 Inches , 2 Roller System ( TL901 ) : Office Products Amazon.com : Scotch Thermal Laminator 15.5 Inches x 6.75 Inches x 3.75 Inches , 2 Roller System ( TL901 ) : Office Products Hope this helps .", "length": 47}, "9607": {"text": "The fact Whites stood by while he was being attacked by a group of Mestizos is far more disturbing than the attack itself .", "length": 23}, "9608": {"text": "Thank God this White warrior knew how to throw down .", "length": 10}, "9609": {"text": "The fact he gave the Roman salute victoriously was priceless .", "length": 10}, "9610": {"text": "Then make it for boys only , that 's how it is in football , so there 's no reason they ca n't do that with wrestling .", "length": 26}, "9611": {"text": "Those 12th grade questions were difficult !", "length": 6}, "9612": {"text": "I ca n't imagine schools being able to teach the slower or disruptive kids geographic locations plus have time to get to these specifics .", "length": 25}, "9613": {"text": "I was expecting more location-type questions .", "length": 7}, "9614": {"text": "I want to home school my future children , but I am afraid when they reach adulthood they will have no social skills .", "length": 22}, "9615": {"text": "Yeah, but back in the day there were n't that many millions nigs and wetbacks .", "length": 16}, "9616": {"text": "I believe their presence in your country led to the legislative inception of these permits .", "length": 15}, "9617": {"text": "It is totally a greek name .", "length": 6}, "9618": {"text": "And it was on my list for middle names for my son .", "length": 12}, "9619": {"text": "But it does have a feminine sound .", "length": 7}, "9620": {"text": "YouTube - Odysseus ' Way by Dr. William L. Pierce ( Part 1 of 3 ) YouTube - Odysseus ' Way by Dr. William L. Pierce ( Part 2 of 3 ) YouTube - Odysseus ' Way by Dr. William L. Pierce ( Part 3 of 3 )", "length": 36}, "9621": {"text": "This will always - always be a classic : AS USUAL - FULL SCREEN : Poor Pimp KO - YouTube `` target = '' _ blank \" > Poor Pimp KO - YouTube http://www.youtube.com/ watch ? v = sam6vfq7XS8", "length": 29}, "9622": {"text": "Help me understand , open carry means that you can walk in the street with a shot gun in your hand , is that right ?", "length": 23}, "9623": {"text": "Your sons are going to be in love with that land !", "length": 11}, "9624": {"text": "It 's the ideal way to raise boys into men .", "length": 10}, "9625": {"text": "I've recently gotten a recommendation for Peaceful Warrior .", "length": 9}, "9626": {"text": "I saw the movie and it was so-so .", "length": 9}, "9627": {"text": "War of Art is sitting on my shelf , presently unread .", "length": 10}, "9628": {"text": "I never at any time claimed this you moron .", "length": 9}, "9629": {"text": "So there IS NO still about the matter .", "length": 8}, "9630": {"text": "This is your claim and yours alone ; take it to yourself .", "length": 11}, "9631": {"text": "Historic vehicle Laurin Klement T. B 1899-1903 http://i4.ytimg.com/vi/cVQSTM-WTZk/mqdefault.jpg white loop-frame motorcycle with pedal start Awesome custom replica of 1900s Czech .", "length": 30}, "9632": {"text": "4 cyclinder motorcycle Historic vehicle Laurin Klement T. B 1899-1903 - YouTube Historic vehicle Torpedo V4 1909 - YouTube Historic vehicle Torpedo V4 1909 http://thekneeslider.com/images/2012...-rightside.jpg Handlebar camera mount ride video !", "length": 35}, "9633": {"text": "Torpedo V4 1909 - Ride - YouTube Custom fabricated engine and motorcycle based on 1900s photograph of 1 of a kind motorcycle .", "length": 20}, "9634": {"text": "Do s and Don ts When Stopped By Police and Carrying a Firearm ( VIDEO ) By Steve Straub January 25 , 2014 Do 's and Do n'ts When Stopped By Police and Carrying a Firearm ( VIDEO ) - The Federalist Papers", "length": 38}, "9635": {"text": "I do n't see any harm in teaching the classic thanksgiving story as long as you do n't do anything like I had to do in school when I was younger .", "length": 33}, "9636": {"text": "Like dressing up as an Amerindian in kindergarden .", "length": 8}, "9637": {"text": "Besides Thanksgiving , to me , is just an excuse to mess around and eat as much turkey , potatoes , corn , stuffing , and cranberry sauce as I can .", "length": 25}, "9638": {"text": "Mmm .", "length": 1}, "9639": {"text": "The French martial art would be Savate , something I 've not heard about for decades .", "length": 15}, "9640": {"text": "It is time we resurrected ( & improve ) this art .", "length": 8}, "9641": {"text": "SAVATE - Basic Techniques - YouTube", "length": 4}, "9642": {"text": "Don't get yourself into trouble for something that is n't worth it .", "length": 14}, "9643": {"text": "Apparently white people are the last to go out of their race for dating anyways !", "length": 15}, "9644": {"text": "Excuse me , but why do n't do it with Lord Of The Rings , or other masterpieces of the Supreme Tolkien , rather than with that rubbish ?", "length": 26}, "9645": {"text": "Anyone who 's been to Newark knows that it 's pretty much a third world country .", "length": 16}, "9646": {"text": "No amount of educational funds will drag the population out of it 's sludge .", "length": 14}, "9647": {"text": "1. type of students allowed Aryans only .", "length": 7}, "9648": {"text": "2. grades/age groups Whatever works 3. discipline tactics I do n't know .", "length": 14}, "9649": {"text": "4. subjects taught Anything the students want or need .", "length": 9}, "9650": {"text": "5. length of school day/school year 5 days a week .", "length": 11}, "9651": {"text": "5 months break divided during the year .", "length": 7}, "9652": {"text": "6. uniforms or no ?", "length": 4}, "9653": {"text": "No uniforms .", "length": 2}, "9654": {"text": "The students should be able to express themselves .", "length": 8}, "9655": {"text": "7. gender segregated or no ?", "length": 5}, "9656": {"text": "No .", "length": 1}, "9657": {"text": "Americans and Irish understand each other better than Spaniards and the beaners .. the US and Ireland are the 1st world so they are educated unlike the beaners .", "length": 27}, "9658": {"text": "Fruita and Corona Seen Like Never Before | 303Cycling News Video of two mountain bikers riding in Colorado , filmed with a radio controlled helicopter .", "length": 23}, "9659": {"text": "Dance music .", "length": 2}, "9660": {"text": "Im not handing out candy this year personally .", "length": 8}, "9661": {"text": "Why would I want to contribute to the Kneegrow and spic 's wellbeing ?", "length": 13}, "9662": {"text": "I've seen those walls in Cuzco .", "length": 7}, "9663": {"text": "The huge stones are all different shapes and sizes and fit together tightly using no mortar .", "length": 16}, "9664": {"text": "Also another film Wheels of Terror has what appears to be post war tanks in its battle scenes .", "length": 18}, "9665": {"text": "It is based on the Sven Hassel story of the same name - www.stormfront.org/forum/t1103833/", "length": 17}, "9666": {"text": "This is a forum for people who support the white nationalist cause and I am one of those people , thus I have a right to speak .", "length": 26}, "9667": {"text": "These high school curriculums are more about encouraging white girls to hate white males , not other males .", "length": 17}, "9668": {"text": "It 's an anti-white male thing .", "length": 7}, "9669": {"text": "I like it so far .", "length": 5}, "9670": {"text": "Whites need to learn where they came from and who stole their ancient stories in order to control us .", "length": 19}, "9671": {"text": "More please .", "length": 2}, "9672": {"text": "I just have to study for three and a half more years until I start working on a masters in electrical engineering Feels like it never ends .", "length": 27}, "9673": {"text": "I would give anything to live back in those times , 6 beautiful years .", "length": 13}, "9674": {"text": "Anyone white person would if they knew the truth .", "length": 9}, "9675": {"text": "the school board is completely blinded to the events that go on with their schools ... i contacted them about the boy with the knife n they were never even informed of the situation nor were the authorities called , eventhough that is what the school policy requires in such situations ...", "length": 49}, "9676": {"text": "Take pics of blacks , junkies and gangsters on the streets and next take pics of the schools .", "length": 17}, "9677": {"text": "Show your husband what happens in the schools nowadays !", "length": 9}, "9678": {"text": "Show that your children would be in danger going to trash-schools .", "length": 12}, "9679": {"text": "Home-school your children fast .", "length": 5}, "9680": {"text": "i was brought up the same way my father always told me if someone hit me i was to hit them back and twice as hard so they thought twice about doing it again he also told me `` when my mother was out of earshot '' that if the person was bigger than me i was to pick up the nearest thing to hand and smash their head in with it and not to stop till the ambulance came , needless to say i speny most of my teens chasing the bigger kids around with a baseball bat .....", "length": 96}, "9681": {"text": "It's good to see an educational institution that maintains its values and refuses to bow down in the name of `` progress . ''", "length": 22}, "9682": {"text": "Here is the link to our Youth Corps page , just click on the words !", "length": 14}, "9683": {"text": "Knights Of The Ku Klux Klan Youth Corps", "length": 8}, "9684": {"text": "Yep same here , i have my wife here and we have 2 kids a 2 year old and a 1 month old .", "length": 22}, "9685": {"text": "I am almost done with my 1st class and gonna start 2 new ones .", "length": 14}, "9686": {"text": "I did the whole regular college thing for like almost a semester and it costs to much .", "length": 17}, "9687": {"text": "I read an article on that awhile ago and it said that when Eisenhower went to Moscow he did n't even ask for american POWs to be released .", "length": 29}, "9688": {"text": "Quantum entanglement would indicate that quanta do `` communicate '' faster than the speed of light .", "length": 14}, "9689": {"text": "Einstein said nothing can go faster than the speed of light , then squares the speed of light in E = mc ^ 2 .", "length": 21}, "9690": {"text": "I'd like to add that the media reporting on this paper is diabolical .", "length": 14}, "9691": {"text": "The conclusion is in error and the press are disseminating misinformation to parents .", "length": 13}, "9692": {"text": "For shame .", "length": 2}, "9693": {"text": "I simply would not care to see some white guy 's head on a stick , like I have seen mexicans that cross the cartel .", "length": 24}, "9694": {"text": "It 's deadly serious business ...", "length": 5}, "9695": {"text": "And it will be leaving it a week before the actual election , I hope you are right but you are the first I 've heard to suggest this .", "length": 28}, "9696": {"text": "Sounds like things are pretty cool for you and your family .", "length": 11}, "9697": {"text": "My family is ok adn they leave me alone but they are pretty liberal. so is my school .", "length": 18}, "9698": {"text": "Are there are a lot of white pride kids at your school ??", "length": 12}, "9699": {"text": "I feel pretty alone alot of the time at mine .", "length": 10}, "9700": {"text": "the earth is hollow ? and it 's the little elfs and their gardens and compost heaps that are producing the oil .", "length": 21}, "9701": {"text": "The best way I have ever found of dealing with wiggers is to treat them with contempt .", "length": 17}, "9702": {"text": "Do n't sit around and argue with them , just act like they are pathetic ( which they are ) and try to shame them .", "length": 23}, "9703": {"text": "Wiggers by nature are very much influenced by peer pressure ( that 's why they are wiggers ) so make fun of their attire and mannerisms and say things like `` why do n't you act like a white man for a change '' or `` you are really sad , why are you ashamed of being white ? ''", "length": 53}, "9704": {"text": "Reinforce you disapproval of their wiggerism with approval whenever they act white .", "length": 12}, "9705": {"text": "For example , if he uses correct English then you say , `` Hey , you are starting to sound like a white man !", "length": 20}, "9706": {"text": "Congratulations ! \"", "length": 1}, "9707": {"text": "Children , like most animals , will respond to the appropriate feed back .", "length": 11}, "9708": {"text": "It 's the old carrot and stick routine .", "length": 8}, "9709": {"text": "Do n't come down too hard and alienate him , just keep a light hearted attitude and let him know that you find his actions disgusting .", "length": 26}, "9710": {"text": "I have applied this technique one many occasions and seen considerable success .", "length": 12}, "9711": {"text": "KR", "length": 1}, "9712": {"text": "Try that .", "length": 2}, "9713": {"text": "And then follow up by saying `` New Speak '' is not `` Our Speak ' and watch the teacher fumble with that ball .", "length": 20}, "9714": {"text": "Enjoy your classroom .", "length": 3}, "9715": {"text": "sorry i forgot to put that im from western mass and my teacher is white but she is strongly against racism and thats why i say something in support of white racism", "length": 32}, "9716": {"text": "Unfortunately no. You could always try to start your own business though , and use it for something that would cater primarily to whites .", "length": 23}, "9717": {"text": "well there is a little history for this post so listen up if you dont mind. there was a group in this city called the 311 boys supposedly they were a racist bunch of kids but i never thought they were but through the newspaper and manipulation of sotries they were labled as racist. well my views arnt that well known at school but some do know and ive been labled a `` 311 '' boy. a group of about 10 or so blacks approached me before school. now im not some little guy im a decent build and really have no fear of anyone or anything at this point in my life. well anyway they came up to me and started asking me if i was 311 if i was a racist and all this crap. i denied mostly for my own safety at the time. well i talked to some people who asked me who i thoguht were friends but it turns out they werent. they went right around and told them some of my views and now they came up to me at lunch today and pushed me around a little i stood up to them and got up in their faces but finally a hall monitor came and broke it up. im just wondering whats going to happen in the next few days since im the only WP kid in my school and am standing alone on this issue. just decided to post this bit of information for you wall to read keep safe and keep smart .", "length": 259}, "9718": {"text": "I live around western new york and i cannot stand the puerto ricans in my school .", "length": 16}, "9719": {"text": "There is quite a bit of white kids like me , but the keep it underwraps not to cause any trouble .", "length": 20}, "9720": {"text": "There is only about 10 black kids in our school and 300 f' n spics. its my senior year and i really cant stand all this anymore. i know there are lots of others on this board that feel the same , but i need some support !", "length": 46}, "9721": {"text": "The band black flag was also pro white , there is a very famous song called `` White Minority '' .", "length": 17}, "9722": {"text": "You should check it out .", "length": 5}, "9723": {"text": "I dont know whether to welcome you or laugh at you .", "length": 11}, "9724": {"text": "It seems to me like you along with this post belong on the General Rants forum .", "length": 16}, "9725": {"text": "i'd love to hang out with anyone since there 's very few white nationalists here if any one wants to please PM because i really need some people to hang out with", "length": 33}, "9726": {"text": "No one has mentioned ' Hate Society ' , they are a great band and they dont just scream down the mic .", "length": 19}, "9727": {"text": "Their best songs are Rule the World , Grateful Man , and Rahowa .", "length": 11}, "9728": {"text": "Man theres been alot of stuff on the news about it. the last week weve been on the front page of the news paper 3 times and on the news every night .", "length": 32}, "9729": {"text": "I find it funny that blacks find their own women disgusting , but i find it even more disgusting that because of this they go after white women , and are usually successful , its good to see a white girl tell one off .", "length": 41}, "9730": {"text": "Yeah they did this crap at my school when I was in kindergarten .", "length": 13}, "9731": {"text": "When I see this stuff nowadays it makes me wa n't to punch the white people who fall for it .", "length": 21}, "9732": {"text": "A good window or floor fan does the job of white noise much better than a TV .", "length": 17}, "9733": {"text": "I do n't watch TV at home at all any more .", "length": 12}, "9734": {"text": "Maybe I 'll watch for an hour or so the few times a year I 'm travelling and stay in a hotel .", "length": 22}, "9735": {"text": "I can tell you about my city which lies in Europe .", "length": 11}, "9736": {"text": "It is Athens in Greece with population 4.000.000 people.The non whites ( Blacks/Asians ) are 5000 at the most.Maybe you see a black person once in a couple of months ( or in television ) .", "length": 36}, "9737": {"text": "Also all the East European countries ( Chezch Republic , Poland , Slovakia , Finland etc ) are 99,99 % white .", "length": 16}, "9738": {"text": "i have gripfasts. shoes and boots. the boots i have only worn once. i should break them in more. and the shoes are ' dressier ' .", "length": 24}, "9739": {"text": "If you need some help and I could provide it , send me a PM .", "length": 14}, "9740": {"text": "Do not show your email adress publicly on the forums .", "length": 10}, "9741": {"text": "LMWAO!You were letting them fish in your pockets ?", "length": 9}, "9742": {"text": "ASIAN security guards !?", "length": 3}, "9743": {"text": "First they give us sars then they are standing by watching the law get broken , WTF !?", "length": 16}, "9744": {"text": "Originally it was a good luck symbol .", "length": 7}, "9745": {"text": "Its a very old symbol and the Nazi 's chose it because it had been around for a long time and that represented strong Aryan roots .", "length": 26}, "9746": {"text": "Swissgirl is your teacher openly gay ?", "length": 6}, "9747": {"text": "Is it legal for him to talk about his sexuality in front of his students ?", "length": 15}, "9748": {"text": "Crap like that is all so common these days .", "length": 9}, "9749": {"text": "I mean blacks whine that NASCAR is racist .", "length": 8}, "9750": {"text": "Sad how low people will go you know ?", "length": 8}, "9751": {"text": "I saw someone playing on an Enemy Territory server using this handle and I was wondering if it was someone who posts here .", "length": 23}, "9752": {"text": "so you are trying to make us look bad ? just because there are a few bad apples in a tree doesnt mean the whole tree is bad !", "length": 27}, "9753": {"text": "Nobody knows what is right for you except you .", "length": 9}, "9754": {"text": "You are going to have to make this decision on your own .", "length": 12}, "9755": {"text": "welcome. here we promote white unity. british occupation of n.ireland is another issue. we cannot succeed if we promote hate against other whites. that is a fundamental tenet of white nationalism. just something to think about .", "length": 37}, "9756": {"text": "first off i aint a weirdo i was joking. second your inbox may be empty but check your sent message list", "length": 21}, "9757": {"text": "Being hit with a paintball is not bad , the painfull stuff is when you are diving around in air to the floor and you slice your elbows and knees up", "length": 30}, "9758": {"text": "lol!", "length": 1}, "9759": {"text": "I ca n't believe I spelt asian wrong .", "length": 9}, "9760": {"text": "And second of all whites are smarter than asians and if you ever look at bodybuilding contests you will see only whites maybe one or 2 blacks .", "length": 27}, "9761": {"text": "My nose has been broken a few times haha .", "length": 9}, "9762": {"text": "Once when I was a kid and a couple itmes in fights", "length": 12}, "9763": {"text": "i sit around everyday saying white pride and all , but i dont feel really involved , yet whites are being destroyed today more than ever , white culture is being destroyed more than ever. i dont know about everyone else but im sick off just watching it from the sidelines. i dont want to see my children be exposed to society like this. i want a change at all costs today. if anyone is in driving distance of massachusetts , post back .", "length": 79}, "9764": {"text": "``Thebest thing to do is stand there and look them straight in their eyes with the NO FEAR stare and wait for them to throw their signature haymaker . ''", "length": 28}, "9765": {"text": "That describes the mooleys very well , the signature haymaker .", "length": 9}, "9766": {"text": "Looking at your guys situation makes me realise how lucky I am that my high school is 100 % white however even in my remote countryside community there are more and more black 's moving into the area , and their kids .", "length": 40}, "9767": {"text": "I have a goatee its clean and short but I used to have a long beard but got sick of it pretty fast", "length": 23}, "9768": {"text": "them damn wiggers need a friggen reality check. its bad when a white person walks to another and calls him his `` dawg ''", "length": 22}, "9769": {"text": "HIV will do its job. the fags keep searching for a cure but they will never find one because it keeps on changing and mutating. already 60 percent of faggot apes have AIDS and it continues to grow .", "length": 38}, "9770": {"text": "The only bad thing is that these sick animals will infect whites .", "length": 12}, "9771": {"text": "I am going to try and update my site soon , I did however add a chat room .", "length": 17}, "9772": {"text": "I will probably be there most of today to see if anyone comes .", "length": 13}, "9773": {"text": "Wow, maybe next time you should leave your little sister at home especially since you live in a highly non-white populated area .", "length": 23}, "9774": {"text": "How old are you ?", "length": 4}, "9775": {"text": "Thank you for all your support , i have a great list that i am going to look into picking up .", "length": 20}, "9776": {"text": "Thank You .", "length": 2}, "9777": {"text": "It's a good to add a hint of truth in your essay 's but maybe you have it better off then I did at high school , every teacher I had was very liberal and anti-racist , and could barely accept the truth .", "length": 43}, "9778": {"text": "This thread reminds me of a post from the old board .", "length": 11}, "9779": {"text": "It was from a lady though and the girls here might want to give this a try , I did .", "length": 19}, "9780": {"text": "You know how they gawk as us , I think in my case because I have blue eyes and all of their females only have brown eyes so they are attracted to us .", "length": 32}, "9781": {"text": "This lady came out of a convenience store and got the stare , she glared right at them , spat on the ground and stormed off !", "length": 24}, "9782": {"text": "Now spitting is n't very ladylike , but it 's pretty funny , it gets the point across in all languages and they are left behind while you go away safely .", "length": 30}, "9783": {"text": "Just make sure you do n't do it inside a mall , it has to be outside .", "length": 17}, "9784": {"text": "Janice", "length": 1}, "9785": {"text": "HELLO IF YOU ARE A Racist white that wants to talk to a 13 year old male ( preferiblly female but i really dont care ) PLEASE E-mail me at [ email protected ] , ............... i need new friends !!", "length": 35}, "9786": {"text": "So Toronto Police are investigating a `` racist '' `` alt-right '' poster found on a telephone poll near a school .", "length": 18}, "9787": {"text": "Check out my thoughts !", "length": 4}, "9788": {"text": "Toronto Police Investigating Alt-Right Posters as a Hate Crime ?!", "length": 10}, "9789": {"text": "- YouTube", "length": 1}, "9790": {"text": "Fox news reported last night that this beast was caught eating parts of this young man when the police got onto the bus to apprehend him !", "length": 26}, "9791": {"text": "Whether or not one chooses to eat meat is a very personal decision .", "length": 13}, "9792": {"text": "No one has the right to dictate that to me nor anyone else .", "length": 13}, "9793": {"text": "\u00d0 \u00d0\u00b5\u00d1 \u00d0 \u00b0 \u00d0 '' \u00d0 3\\/4\u00d01\\/2\u00d0\u00b8\u00d1\u00d0\u00b0-\u00d1\u00d1\u00d0\u00b4\u00d03\\/4\u00d0\u00d1\u00d0\u00b5\u00d1 \u00d0 \u00b2 \u00d0\u00b5\u00d1 \u00d0\u00b5 \u00d0 \u00d0 3\\/4 \u00d0 \u00b3 \u00d0 3\\/4\u00d1\u00d03\\/4\u00d0\u00b4\u00d0\u00b8\u00d1\u00d0\u00b51.", "length": 28}, "9794": {"text": "\u00d0 \u00b4 \u00d0 \u00b8 \u00d0 3\\/4 - YouTube", "length": 6}, "9795": {"text": "As long as we are tied to the Rothschild banking system we cannot be independent again .", "length": 16}, "9796": {"text": "Trudeau Senior got us into that mess .", "length": 7}, "9797": {"text": "We can turn the cold useless parts of Canada into a dumping ground for Jews and arm the Indians to keep them in line .", "length": 24}, "9798": {"text": "Toronto and Vancouver will be returned to the white Canadians and join America as the 51st and 52nd states .", "length": 19}, "9799": {"text": "Please vote in this poll : Will You Publicly Condemn Those Who Advocate the Murder of Women and Children ?", "length": 18}, "9800": {"text": "https : //www.stormfront.org/forum/show ... te-519823.html", "length": 9}, "9801": {"text": "Many many religious people are just following their programming , mixed in with a little personal interpretation and maybe a voice or two in their heads .", "length": 25}, "9802": {"text": "I watch fights on gay parade in budapest together with my friends from hungary , we were together on vacation in one croatian island , it was great to watch how hungarian nationalists were smashing gay parade btw I have some hungarian blood , my grandmother was hungarian Kitartas !", "length": 46}, "9803": {"text": "Exactly, I stand alone here .", "length": 5}, "9804": {"text": "Voice my opinions without riding the coat tails of others .", "length": 10}, "9805": {"text": "You are welcome to grab on if you like !", "length": 9}, "9806": {"text": "Egyet se ismerek .", "length": 3}, "9807": {"text": "Fogalmam sincs hogy mennyi lehet itt .", "length": 6}, "9808": {"text": "Itt a legtobb Kanadai anti-rasszista , aki meg nem , az fel kimondani az erzelmeit , mert ez sajnos a multikulturalizmus oraszaga .", "length": 20}, "9809": {"text": "A feher embernek nincs jovoje Kanadaba , az biztos , mert az orszag el van arasztva nem-feher bevandorlokkal .", "length": 17}, "9810": {"text": "Persze , majd egyutest alakitok , es csinalunk jo hazafias bulikat .", "length": 9}, "9811": {"text": "English : I do n't know one nationalist .", "length": 8}, "9812": {"text": "I have no idea of how many might be here .", "length": 10}, "9813": {"text": "Most Canadians here are anti-racist , and those who are n't , are afraid of expressing their feelings .", "length": 18}, "9814": {"text": "Unfortunately , this is the country of multiculturalism .", "length": 7}, "9815": {"text": "The white man has no future in Canada , that is for sure , because the country is being flooded with non-white immigrants .", "length": 22}, "9816": {"text": "Of course , I 'll get together a band , and we 'll throw nice patriotic parties .", "length": 15}, "9817": {"text": "After all thats happened since the end of apartheid it amazes me how whites in south africa can still look up to mandela .", "length": 23}, "9818": {"text": "I'm reporting here that I have n't seen or heard anything on talk radio or TV that even hints at Jewish supremacist ethnic cleansing of Whites from USA or Europe .", "length": 32}, "9819": {"text": "And my job lets me monitor all of Jewish supremacist control of talk radio .", "length": 14}, "9820": {"text": "As usual the magic negro opens his mouth and lies pour forth .", "length": 12}, "9821": {"text": "If lies were money he would be the richest negro in the world", "length": 13}, "9822": {"text": "Great image of the Jew as a poisonous mushroom .", "length": 9}, "9823": {"text": "I hope the Ukrainians become experts in identifing all the toxic mushrooms springing up .", "length": 14}, "9824": {"text": "well, the liberals would go ape crazy .", "length": 7}, "9825": {"text": "And there 's no need for a video game , just pack concealed carry and walk around any major US city after dark .", "length": 22}, "9826": {"text": "They need the white male distracted as much as possible and of course the glorification of the groid ; two birds one stone .", "length": 22}, "9827": {"text": "We have already reached that point ages ago !", "length": 8}, "9828": {"text": "I remember my first job was in a window factory and I was one of the few whites working there .", "length": 20}, "9829": {"text": "What will it look like ?", "length": 5}, "9830": {"text": "I 've seen it and currently live it , and let me tell you it is not pretty .", "length": 17}, "9831": {"text": "In other news , math and science scores in California and Florida schools have declined yet again .", "length": 16}, "9832": {"text": "Officials are puzzled as to the cause .", "length": 7}, "9833": {"text": "So how good did this guy have it .", "length": 8}, "9834": {"text": "Look at these pictures .", "length": 4}, "9835": {"text": "In pictures : Inside the palace Yanukovych did n't want Ukraine to see - Telegraph", "length": 14}, "9836": {"text": "Because there are kosher Nationalist and pseudo Conservatives mate that is all there is to it , It 's sad to see Fake Nationalist parties defame an actual Nationalist revolution .", "length": 29}, "9837": {"text": "-Nordenwulf", "length": 1}, "9838": {"text": "Leaked phone call shows Newly appointed Jewish government in Ukraine behind sniper attacks on protesters and police | European Daily News.org Thank god for the internet .", "length": 26}, "9839": {"text": "I use YouTube a lot and I 've been seeing this phrase all over .", "length": 14}, "9840": {"text": "It 's even on videos that have nothing to do with White Nationalism .", "length": 13}, "9841": {"text": "More people must have realized the truth .", "length": 7}, "9842": {"text": "``Policeand SPCA officials found over 50 carcasses of pigs on National Council of Province 's Chairperson Thandi Modise 's Potchefstroom farm , and the remaining 85 resorted to eating the dead bodies and drinking their own urine to survive .", "length": 38}, "9843": {"text": "The bodies of dead goats , geese , sheep , and ducks had also been discovered \" .", "length": 13}, "9844": {"text": "Scores of dead animals found on Thandi Modise 's farm | eNCA Pigs forced to eat pigs on NCOP chair\u00e2 \u20ac \u2122 s farm | News24 Animal Cruelty ?", "length": 24}, "9845": {"text": "- Pigs Resort To Cannibalism On Modise ? s Farm - News in pictures - Howzit MSN News", "length": 14}, "9846": {"text": "I guess it 's official then , nothing on this planet is k-proof ...", "length": 13}, "9847": {"text": "I guess it 's a good thing we did n't let any walk on the moon , heaven knows what would have happenned to it .", "length": 25}, "9848": {"text": "Please, enough of the Finno-Ugric fairy tale https : //www.stormfront.org/forum/t416643 / https : //www.stormfront.org/forum/t69616 / And here is a Khanty song for comparison Khanty song `` Akem ar '' ( `` Old Man 's Song '' ) - YouTube", "length": 37}, "9849": {"text": "JJT, have you been talking to my kids about how I run my house ?", "length": 14}, "9850": {"text": "Wake up White People !", "length": 4}, "9851": {"text": "The Bear Sterns Report on Illegal Immigration Stormfront National Vanguard David Duke American Renaissance", "length": 14}, "9852": {"text": "Non-whites are looking out for their own interests , race traitors are an enemy by choice and choose to unite with enemies and not whites .", "length": 25}, "9853": {"text": "This video is just plain hilarious .", "length": 6}, "9854": {"text": "I reported some time ago that negroes will even strip the bricks off your home while you are away at work .", "length": 21}, "9855": {"text": "Watch - http://www.youtube.com/watch ? v = PAvAV ... eature = related", "length": 10}, "9856": {"text": "When the tea party people have a event and very few minorities show up its the White tea party people who are racist .", "length": 23}, "9857": {"text": "If there is a black event and very few Whites show up its the White people who are racist for not coming .", "length": 22}, "9858": {"text": "See the pattern .", "length": 3}, "9859": {"text": "They're trying to turn the Internet into a mirror version of television , in other words turn it into a wasteland of celebrity worship and wipe out all of it 's potential as a medium for informing and educating .", "length": 39}, "9860": {"text": "And these words of wisdom come from a man that thinks another mans anus as well as his own was made to be used as a vagina :", "length": 27}, "9861": {"text": "How much longer are we going to wait for them to take care of themselves ?", "length": 15}, "9862": {"text": "We need to make sure every white child and adult is fed before we worry about helpless people who have to eat cow crap in order to survive .", "length": 28}, "9863": {"text": "Agreed.", "length": 1}, "9864": {"text": "I wish everyone would leave them to their own demise so we can be done with it .", "length": 17}, "9865": {"text": "Simply put , they are AT LEAST 100,000 years behind evolved creatures on the evolutionary scale with no hope of ever progressing .", "length": 22}, "9866": {"text": "Nasty..", "length": 1}, "9867": {"text": "The claim is that years ago India was a White Mans land mixing with the Negro .", "length": 16}, "9868": {"text": "They are lighter skin Negros now ...", "length": 6}, "9869": {"text": "Well then , that makes the fact these scum are sending millions of their kin to my country , taking jobs from the White inhabitants , killing our people and mongrelizing our race all alright then .", "length": 33}, "9870": {"text": "The illustration of Old West ghost towns is something that every American can relate to .", "length": 15}, "9871": {"text": "As the pace of retailer collapse accelerates in 2009 , larger malls will begin to go dark .", "length": 16}, "9872": {"text": "Decaying , rotting malls inhabited by rats , wild dogs and homeless former retail employees will be a blight on the suburban landscape for decades .", "length": 23}, "9873": {"text": "Every major retailer in the United States has built their expansion plans on an assumption that American consumers would continue to spend at an unsustainable rate .", "length": 26}, "9874": {"text": "According to the ICSC , about 150,000 stores are anticipated to shut down in 2009 , which adds to the 150,000 that closed in 2008 and 135,000 in 2007 .", "length": 30}, "9875": {"text": "Normally , 110,000 to 125,000 new stores open per year .", "length": 11}, "9876": {"text": "At least 700,000 of retail jobs will be lost .", "length": 10}, "9877": {"text": "Mall owners and commercial developers will be hit particularly hard .", "length": 10}, "9878": {"text": "As Americans realize that they don t need a $ 5 Starbucks latte , IKEA knickknacks , Jimmy Cho shoes , Rolex watches , granite counters and stainless steel appliances , our mall-centric world will end .", "length": 31}, "9879": {"text": "http://prudentbear.com/index.php/com ... y ? art _ id = 10187", "length": 11}, "9880": {"text": "If you ever ride the L in Chicago pay no attention to the color codes .", "length": 15}, "9881": {"text": "They 're all `` Brown Lines '' .", "length": 5}, "9882": {"text": "I feel dirty after just touching the railing on one of those things .", "length": 13}, "9883": {"text": "Very true .", "length": 2}, "9884": {"text": "All you need is an orange tree or apple tree in the backyard and the orangutan will happily spend all day there .", "length": 22}, "9885": {"text": "YouTube - Orangutan Towan Paints at Woodland Park Zoo , HD", "length": 9}, "9886": {"text": "Guess we Yanks gave them a hel-uva attitude adjustment at Hiroshima .", "length": 12}, "9887": {"text": "Hope fully `` Next year in Jerusalem '' as they say .", "length": 9}, "9888": {"text": "P.S. So your are in U.K ?", "length": 8}, "9889": {"text": "My great grand dad was Lord of the Manor in Warborough ( Oxfordshire ) .", "length": 12}, "9890": {"text": "Fifteen years on and they still blame white rule .", "length": 9}, "9891": {"text": "It will be the same story in another fifteen years .", "length": 10}, "9892": {"text": "As the saying goes , you can take the ape out of the jungle , but you ca n't take the jungle out of the ape .", "length": 25}, "9893": {"text": "Wow, that 's a mouthful .", "length": 5}, "9894": {"text": "You might want to phone your favorite radio show host Alex Jones and educate him about the bankers .", "length": 18}, "9895": {"text": "( Source of quote. )", "length": 3}, "9896": {"text": "I got the book in a box with others for $ 1.00 I never knew anything about free masons until I read this book .", "length": 24}, "9897": {"text": "I have read it three times and find it very interesting .", "length": 11}, "9898": {"text": "The way Jews work together with such cunning would be admirable if their works where not to such disgusting evil ends .", "length": 21}, "9899": {"text": "Wasn't it the Government in the Congo that was at war with the gorillas a while back because the gorillas were `` threatening their superiority '' ?", "length": 25}, "9900": {"text": "I've always said that black people make the perfect slaves because anyone who cannot or will not take responsibility and be master of their own lives is already a slave .", "length": 31}, "9901": {"text": "How can a country that sits on some of the best coal in the region experience coal shortage ?", "length": 18}, "9902": {"text": "Only in Africa ...", "length": 3}, "9903": {"text": "http://abcnews.go.com/International/print ? id = 2483106 AP Story", "length": 10}, "9904": {"text": "I believe these apes may be on to something by chopping off penises to cure aids .", "length": 16}, "9905": {"text": "An ape without a penis will never be able to pass it on to others .", "length": 15}, "9906": {"text": "Why have n't we thought about that over here ?", "length": 10}, "9907": {"text": "I'd say that here on SF , most of the thread derailers are crypto-antis who do n't give hoot about Thor or Jesus .", "length": 25}, "9908": {"text": "It is no mere coincidence that the Liberal Party color is Blue .", "length": 12}, "9909": {"text": "It 's a symbol demonstrating a lack of oxygen to the head of all its members .", "length": 16}, "9910": {"text": "We will just have to wait and see .", "length": 8}, "9911": {"text": "Only the future will determine which plan can be used to bring our race out of its current predicament .", "length": 19}, "9912": {"text": "Ok how about I post a cool song that will cool us off : YouTube - Darkthrone - Transilvanian Hunger - With Lyrics Now come on people lets make some progress .", "length": 27}, "9913": {"text": "I stayed up all night cause of this debate .", "length": 9}, "9914": {"text": "Allow me to apologize for my last post , as I was drinking heavily last night but you callin me a genetic lottery winner ? come on now I 've had my fair share of hard times just last week a yellow person came into my place of work and started making trouble .", "length": 51}, "9915": {"text": "This is ARKANSAS they have no right to smell up my place with their chinese restaurant BO ~ \u25b2 RESTORE ORDER \u25b2 ~", "length": 19}, "9916": {"text": "the entire system of classes are a marxist invention. the judeo-bolsheviks are using this to divide our society. in other words ' Divide et impera ' .", "length": 25}, "9917": {"text": "https://www.youtube.com/watch?v=fRh48AdAS1A RACIST HATE CRIME - YouTube What to Do About Racist Behaviour ?", "length": 17}, "9918": {"text": "- YouTube Angry large black woman goes ham on angry young black men - YouTube white man cokes black man and than throws black man off and beat him up .", "length": 28}, "9919": {"text": "- YouTube", "length": 1}, "9920": {"text": "And the only person to stop and check if the old man was alright was what looks like the only white on the station .", "length": 24}, "9921": {"text": "The one part of the video that is n't surprising .", "length": 11}, "9922": {"text": "YouTube - & #x202a ; Black Male Rapes 10 yr old Deaf Girl , Claims He Thought She was her Mother & #x202c ; & rlm ; YouTube - & #x202a ; Robbers shoot customer & #x202c ; & rlm ; YouTube - & #x202a ; String of robberies by Urban Youths continue in Lincoln , NE & #x202c ; & rlm ;", "length": 40}, "9923": {"text": "Major chimp-out at hip hop awards .", "length": 7}, "9924": {"text": "Once again , blacks showing they cannot control themselves .", "length": 8}, "9925": {"text": "( Listen to the noise made at 0.34 - remind you of anything ? )", "length": 12}, "9926": {"text": "LiveLeak.com - Brawl Breaks Out at Hip Hop Awards", "length": 9}, "9927": {"text": "Seattle bus attack on a blind woman : YouTube - Broadcast Yourself .", "length": 10}, "9928": {"text": "Another bus attack , also in Seattle ( click on link to access video ) : Local News | Seattle bus video shows attack on passenger ; suspect has 50 arrests | Seattle Times Newspaper", "length": 28}, "9929": {"text": "Yes my sister I fear this too for my babies sake I am scares to death I am looking for a support group as well for my family and i", "length": 30}, "9930": {"text": "John Joy Tree , I agree with a lot of what you say but I have a few objections .", "length": 18}, "9931": {"text": "Number One : The white race is a biological division of the human species ( obviously ) , and to qualify as white you must have certain physical and genetic charcateristics .", "length": 27}, "9932": {"text": "However I cannot name all of these certain characteristics because I am neither an anthropologist or a geneticist .", "length": 18}, "9933": {"text": "But we must need to be able to name these characteristics to have credibility , so we need to collect anthropological and genetic evidence that will prove there is a white race .", "length": 31}, "9934": {"text": "As for a white person being of wholly or mostly of European descent Im not so sure of that .", "length": 19}, "9935": {"text": "I mean you can find tons of pictures of people in the Middle East , India , North Africa , etc , whose physical appearance is no different from that of a European 's .", "length": 30}, "9936": {"text": "Since your genetic makeup determines your physical appearance , as long as those photos are of authentic native born people living in Non European areas , there probably are some Non European peoples whose genetic makeup as well as physical appearance differs not in the slightest from that of Europeans , then they must be considered white , so there probably are non European whites .", "length": 61}, "9937": {"text": "Anyways if proven wrong by extensive genetic and anthropological evidence , I will accept the view that to be considered white you must be of pure European ancestry .", "length": 27}, "9938": {"text": "Number Two : I disagree with your definition of white nationalism because it is confusing .", "length": 14}, "9939": {"text": "The word nationalism to this day doesnt have a watertight definition however this is what I think it should mean in this context : White nationalism is the belief that the white race must obtain a country for only members of their race to reside in , for the purpose of preserving their race 's existence as a biological category and as well as their races culture .", "length": 65}, "9940": {"text": "So racial preservation is the basis for white nationalism and white nationalism is the method with which we want to preserve our race .", "length": 23}, "9941": {"text": "Racial preservation is the belief that the existence of a certain race must be preserved ( and well of course its culture ) .", "length": 21}, "9942": {"text": "I agree with your definition of homeland however .", "length": 8}, "9943": {"text": "Ill post more .", "length": 3}, "9944": {"text": "But what do you say to the ivy who wants to become a tree ??", "length": 14}, "9945": {"text": "Or for that matter thinks he is a tree ?", "length": 9}, "9946": {"text": "I like her dress she is so lovely and gorgeous .", "length": 10}, "9947": {"text": "I do like the outfit they dressed the simian in ; he looks so regal", "length": 14}, "9948": {"text": "PNR by collectivization of industry do you mean the folk who work in say a factory own it themselves or do you mean its owned by the state in the name of all the citizens .", "length": 35}, "9949": {"text": "Well-known area Jewelry Store Owner , John ' The Jeweler ' Lauseng shot & killed during robbery White Owner Of Jewelry Store Murdered , No Prizes For Guessing Who By - NNN Reporters Newsroom Forum R.I.P.", "length": 33}, "9950": {"text": "I find this particularly revolting ...... my late father owned a retail hardware store for awhile .... I was mixing paint at age six ..... and our town , clientele , etc. , was White ...", "length": 29}, "9951": {"text": "Find Your Soul Paint 14/88 WPWW Erik", "length": 8}, "9952": {"text": "Jeffrey McAdam was fatally shot at a rest stop along Interstate 80 in Iowa County .", "length": 15}, "9953": {"text": "Negro Charged With The Murder Of White Rest Stop Employee - NNN Reporters Newsroom Forum R.I.P.", "length": 17}, "9954": {"text": "I watch less than an hour of TV in two weeks most of the time .", "length": 15}, "9955": {"text": "It 's all BS anyway .", "length": 5}, "9956": {"text": "When ever I see these white children murdered by these sub humans it makes me so angry I could cry .", "length": 20}, "9957": {"text": "How can others be so blind to this ?", "length": 8}, "9958": {"text": "I just do n't understand .", "length": 6}, "9959": {"text": "There are 150K or so on SF and the other hundreds of millions just walk thru life with blinders on .", "length": 20}, "9960": {"text": "EPISODE 71 : Halloween Costumes You Already Own | Watch the video - Yahoo !", "length": 11}, "9961": {"text": "Screen Wait till the end when the Blond girlfriend comes in ...", "length": 11}, "9962": {"text": "So Whites in the next generation are only 20 % of the population ... in their own homelands .", "length": 16}, "9963": {"text": "If that is not genocide , what is ?", "length": 7}, "9964": {"text": "Thank You for Posting This !!!", "length": 5}, "9965": {"text": "I saw the same thing on the yahoo page but decided not to make a post .", "length": 16}, "9966": {"text": "Do you notice how the primate 's , I mean black kid 's arm is around the white girl ?", "length": 18}, "9967": {"text": "The black kid is separating the white boy and girl .", "length": 10}, "9968": {"text": "Meanwhile the white boy is centered behind him and looks clueless .", "length": 11}, "9969": {"text": "I meet a lot Chechen 's a few weeks back i was shocked to see how light skinned they were and they had light brown hair and blue eyes and had European facial features .", "length": 34}, "9970": {"text": "My new next door neighbors are Chechen and they have red hair and light skin .", "length": 15}, "9971": {"text": "I saw this video on youtube Chechen Lezginka - YouTube Why do Russians call them black .", "length": 15}, "9972": {"text": "It's been brought to my attention recently that I 've overlooked this one .", "length": 14}, "9973": {"text": "Patrick Cassidy , Vide Cor Meum .", "length": 5}, "9974": {"text": "YouTube - Vide Cor Meum Brilliant .", "length": 5}, "9975": {"text": "True point .", "length": 2}, "9976": {"text": "Israely Zionist indeed prepeared the Georgian attack .", "length": 7}, "9977": {"text": "https : //www.stormfront.org/forum/show ... li-525314.html According the Sweden research. the report clearly show it in figures .", "length": 20}, "9978": {"text": "About 1000 of Israely military specialists voluntary ( they say so ) served in Georgian army.To prepare the assault on Tshinvaly .", "length": 20}, "9979": {"text": "No matter that Bulgarians speak similar language as Slavic people , I still don`t find them as Slavic .", "length": 18}, "9980": {"text": "All Slavic people had same pre-Christian Gods , Svarog , Svetovid , Perun , etc. etc. but old Bulgarian pantheon is totally different .", "length": 20}, "9981": {"text": "Which proves that they are a different people , and by any chance not Slavic .", "length": 14}, "9982": {"text": "I dont want to argue but will you nordicists ever stop claiming that blondism in the rest Europe only comes from your lands ?", "length": 23}, "9983": {"text": "My prayers go out for the grieving families of those who perished ... What a terrible tragedy ... God have mercy on the souls of those who have left this earth .", "length": 29}, "9984": {"text": "nobody said I like him and I dont see the reason to like him to be honest WE HAVE ENOUGH CULTURAL HERITAGE FOR HUNDREDS OF GENERATIONS WE SHOULD BE PROUD OF WHAT WE DID NOT OF WHAT SOME AUSTRIAN DID !!!", "length": 40}, "9985": {"text": "I see that you are a White Patriot , from your other comments .", "length": 12}, "9986": {"text": "But your laughing smilie is misleading .", "length": 6}, "9987": {"text": "Careful what you laugh at .", "length": 5}, "9988": {"text": "hello my name is shane i live in eka i like to surf talk be around kids enjoy people the arts have fun camp fish love my mom have a few close friends but a big support system i go to cr its good i like it also if you need more write me back", "length": 55}, "9989": {"text": "They will continue to be a source of cheap labor if they do n't find a sense of pride and use their labor to strengthen their own nations .", "length": 29}, "9990": {"text": "Metal: Honor [ Poland ] , Defensor 14 [ Poland ] , Ekspansja [ Poland ] , Hools Attack [ Poland ] , Kolovrat [ Russia ] , Moscow Band [ Russia ] , Ancestors [ Slovakia ] , Conflict 88 [ Czech ] NSBM : Arkona [ Poland ] , Gontyna Kry [ Poland ] , Inferium [ Poland ] , Kataxu [ Poland ] , Thunderbolt [ Poland ] , Veles [ Poland ] , Wojnar [ Poland ] , Wolf 's Moon [ Poland ] ( vocals by Szczecry of Honor ) , and Woodtemple [ Poland ] I used to download from Kazaa but I got tired of all the adware and viruses I got from there .", "length": 69}, "9991": {"text": "Now I use Soulseek ( click HERE ) for my downloading .", "length": 9}, "9992": {"text": "What I like about it is you can add people to your buddylist and download files straight from them ( something you ca n't do on Kazaa , methinks ) .", "length": 28}, "9993": {"text": "If you happen to download this , feel free to add me to your Friends list and connect to me .", "length": 19}, "9994": {"text": "My name is SunofSvarog .", "length": 4}, "9995": {"text": "2508", "length": 1}, "9996": {"text": "Those poor kikes they cant even escape antisemetism in the country were it is punishable by death ( I am talking about palestinians )", "length": 22}, "9997": {"text": "I thought there was talk not too long ago about Putin extending the terms to stay in office ?", "length": 18}, "9998": {"text": "Or was that just a media run ...", "length": 7}, "9999": {"text": "2508", "length": 1}, "10000": {"text": "Yes, before age of 10 i never saw an negro in real life , when i moved to Holland i was horrified by the amount of non-whites .", "length": 27}, "10001": {"text": "Jup i grew up in St.Petersburg and only saw blacks on tv .", "length": 13}, "10002": {"text": "I was so shocked to see all those blacks when i moved to Holland : S", "length": 15}, "10003": {"text": "Yea like the resistance the Christian Churches put up against the communists right ?", "length": 13}, "10004": {"text": "If the Orthodox Churches had mobilized against the Reds they could have been smashed in their cradle .", "length": 17}, "10005": {"text": "My translation offer stands .", "length": 4}, "10006": {"text": "Law & Disorder : ' Missing ' toddler found in gym bag Jacksonville police looking for a missing toddler found the child alive but stuffed in a gym bag locked in the back of a car .", "length": 32}, "10007": {"text": "The child s mother has been arrested [ no need to post that ugly face ! ] http://jacksonville.com/news/crime/2010-10-13/story/law-disorder-missing-toddler-found-gym-bag", "length": 30}, "10008": {"text": "Company recalls Chinese ginger candy because it 's also flavored with lead | candy , ginger , company - Top Stories - Asians put lead in ginger flavored candy .", "length": 24}, "10009": {"text": "Ginger candy is sold on the internet as a relief of pregnant women 's `` morning sickness '' symptoms .", "length": 17}, "10010": {"text": "Peter, these people have just been brainpolluted .", "length": 7}, "10011": {"text": "Hundreds of millions White people have !", "length": 6}, "10012": {"text": "Our task is to brainwash them ( in the literal meaning of the word ) so that they come home where they belong .", "length": 21}, "10013": {"text": "I had to show this , Macedonian handball fans in Zadar , Croatia .", "length": 11}, "10014": {"text": "YouTube - MACEDONIAN FANS IN CROATIA And this : YouTube - Izlezi momce MACEDONIA VS GREAT BRITAIN 23.08.2010", "length": 17}, "10015": {"text": "It's a great book but I doubt you can find it in English on the Inet .", "length": 17}, "10016": {"text": "Try www.amazon.com or other book sellers .", "length": 8}, "10017": {"text": "In South Africa crime is out of hand and the Whites are bearing the brunt .", "length": 15}, "10018": {"text": "Over a million Whites have left South Africa since the Communist ANC Government came to power .", "length": 16}, "10019": {"text": "A man already accused of killing two women and suspected in the deaths of as many as 30 more was charged with raping and murdering five other victims .", "length": 28}, "10020": {"text": "http://www.nytimes.com/2009/09/24/us ... er = rss & emc = rss", "length": 12}, "10021": {"text": "Victims of Illegal Alien Crime http://www.voiac.org/report.php REPORT A CRIME .", "length": 14}, "10022": {"text": "Save this website in your favorites , and spread it around .", "length": 10}, "10023": {"text": "Encourage others to report all crimes of Criminal Aliens to this site so that they can get an ongoing tally of the whole blasted scene .", "length": 25}, "10024": {"text": "OFF TOPIC but it has been brought to my attention that this thread is now over a year old so ...", "length": 20}, "10025": {"text": "HAPPY BIRTHDAY NATIONAL SOCIALISM THREAD !", "length": 5}, "10026": {"text": "The small Janj River The Una River by Novi Grad The Tara River in Republic of Srpska The Sava River near the town of Srpski Brod Vrbas river The Lake of Nevesinje The Neretva River in Republic of Srpska Izvor Sipovo", "length": 41}, "10027": {"text": "I am so * * * * ing tired of the moderation on this place .", "length": 11}, "10028": {"text": "The moderation is so slow that this board is borderline trash .", "length": 11}, "10029": {"text": "I am sorry but it is the truth .", "length": 8}, "10030": {"text": "How then do you explain that the first Rus rulers of Kiev and Novgorod had Scandinavian names ?", "length": 17}, "10031": {"text": "However they had Slavic names already after two generations showing that they were outnumbered and mixed with the local Slav populations .", "length": 21}, "10032": {"text": "Russian Oleg and Igor are Slavic versions of Scandinavian Helge and Ingvar .", "length": 12}, "10033": {"text": "http://www.tacitus.nu/historisk-atla ... nter/ryssland/", "length": 8}, "10034": {"text": "Hello, Do you want to know how i think nationalism ?", "length": 10}, "10035": {"text": "It is the spirit , of your country .", "length": 7}, "10036": {"text": "Every country has their own spirit .", "length": 6}, "10037": {"text": "And every human is `` together '' with all people , of their country .", "length": 11}, "10038": {"text": "That is how we get happy country .", "length": 7}, "10039": {"text": "Markus Riikonen http://www.angelfire.com/hi5/himalajafoundation 32", "length": 9}, "10040": {"text": "That is just one of the theories .", "length": 7}, "10041": {"text": "I think that the Inuits were the premier reason for the disappearance of the Nordic people .", "length": 16}, "10042": {"text": "I believe it started to become cooler not long after they arrived but the Nordic settlement was in fact expanding ( to the north ) until they encountered the Inuits .", "length": 28}, "10043": {"text": "Okay, that 's good ... maybe they 'll come bursting onto the scene like the parties in Denmark and Norway !", "length": 19}, "10044": {"text": "Let 's hope so !", "length": 4}, "10045": {"text": "Aragorn", "length": 1}, "10046": {"text": "at least this is been reported , i wonder how many cases like this one happen in USA , England etc and are never reported !", "length": 23}, "10047": {"text": "When I was about her age I had a a close Swedish female friend whose Swedish family and friends I also met , all of them looked far better than this contestant .", "length": 31}, "10048": {"text": "If anyone can tell what happened on this lake ?", "length": 9}, "10049": {"text": "I tried to google but always got links of Children of Bodom metal band .", "length": 14}, "10050": {"text": "Yes, I hope and pray that my country will stay clean as long as possible .", "length": 15}, "10051": {"text": "We have already taken too much that we do n't need any of those people on our soil .", "length": 19}, "10052": {"text": "when I was a little kid I used to be in this school and somehow i spoke to this jew. this dude got a narcissistic laugh out of every blonde joke. his favorite was when the blond went to donate semen by using her mouth as container. sad but it 's blonds fault also to let this happen .", "length": 58}, "10053": {"text": "32", "length": 1}, "10054": {"text": "I've seen that documentary for some time ago , and I suppose that it has been broadcasted in other nordic countries , too .", "length": 22}, "10055": {"text": "Anyway , it 's worth watching .", "length": 5}, "10056": {"text": "Arnold R\u00fc\u00fctel , forseta Eistlands , segir \u00fej\u00f3\u00f0 s\u00edna afar \u00feakkl\u00e1ta \u00cdslendingum fyrir a\u00f0 hafa haft hugrekki til a\u00f0 vi\u00f0urkenna sj\u00e1lfst\u00e6\u00f0i Eistlands fyrstir r\u00edkja \u00ed \u00e1g\u00fast 1991 \u00e1 me\u00f0an \u00f6nnur r\u00edki heims \u00fe\u00f6g\u00f0u .", "length": 31}, "10057": {"text": "R\u00fc\u00fctel , sem staddur er h\u00e9r \u00e1 landi \u00ed opinberri heims\u00f3kn \u00e1samt eiginkonu sinni , Indgrid R\u00fc\u00fctel , sag\u00f0i ennfremur a\u00f0 mikill \u00f3tti hafi veri\u00f0 vi\u00f0 a\u00f0 Sov\u00e9tr\u00edkin beittu landi\u00f0 hervaldi eftir sj\u00e1lfsst\u00e6\u00f0isyfirl\u00fdsinguna .", "length": 30}, "10058": {"text": "R\u00fc\u00fctel tala\u00f0i um hve erfi\u00f0ir t\u00edmar hef\u00f0u veri\u00f0 \u00feegar sj\u00e1lfst\u00e6\u00f0isyfirl\u00fdsingin var gefin \u00fat .", "length": 13}, "10059": {"text": "\u00de\u00e1 var Persafl\u00f3astr\u00ed\u00f0i\u00f0 og miklir umbrotat\u00edmar \u00ed Sov\u00e9tr\u00edkjunum .", "length": 8}, "10060": {"text": "Forsetinn segir \u00fea\u00f0 hafa sent mikilv\u00e6g skilabo\u00f0 til annarra \u00fej\u00f3\u00f0a a\u00f0 \u00cdslendingar skyldu sty\u00f0ja sj\u00e1lfsst\u00e6\u00f0isyfirl\u00fdsinguna .", "length": 15}, "10061": {"text": "------------------------------------------------------- Arnold R\u00fc\u00fctel , president of Estonia , says his nation is grateful to Icelanders for having the courage of recognizing Estonia 's independance while other countries kept quiet .", "length": 26}, "10062": {"text": "R\u00fc\u00fctel , which is here [ in Iceland ] on a public visit with his wife , Indgrid R\u00fc\u00fctel , said furthermore tat alot of fear had been of Soviets using military force after their decloration of independance .", "length": 33}, "10063": {"text": "R\u00fc\u00fctel spoke of how hard the times had been at the time of the decloration of independance .", "length": 17}, "10064": {"text": "The Gulf War was being waged and great times of transformation were taking place in the Soviet Union .", "length": 18}, "10065": {"text": "The president said it sent an important message to other nations that Icelanders recognized their independance .", "length": 16}, "10066": {"text": "[ First in the world ] We were not afraid to stand up against Soviet terror , to this I take great pride as you all see The larger article in itself you may find here : http://www.mbl.is/mm/frettir/innlent ... ml ? nid = 1083256", "length": 43}, "10067": {"text": "Idiotic.", "length": 1}, "10068": {"text": "They fought for their country and what they believed in .", "length": 10}, "10069": {"text": "Are they somehow less worthy because they fought for the `` wrong '' side ? 2508", "length": 13}, "10070": {"text": "dont you get cold when you step out from the water ??? i always figured i 'd freeze my butt off if i did !!!", "length": 23}, "10071": {"text": "Wow!", "length": 1}, "10072": {"text": "Do you mean there is one classroom in Norway which has only one white child in it ?", "length": 17}, "10073": {"text": "It sounds like you are at the very beginning of the immigration problem .", "length": 13}, "10074": {"text": "In England there are whole cities that are almost majority ethnic and hundreds of schools with no white children ...", "length": 19}, "10075": {"text": "Excellent Korefan !", "length": 2}, "10076": {"text": "It is just starting to happen in Riga .", "length": 8}, "10077": {"text": "Some of the things I noticed were shop tailors dummies that were black , a couple of mud restaurants , and the germ of blacks being `` fashionable '' taking root .", "length": 27}, "10078": {"text": "There comes a moment when we must act , regardless of the consequences .", "length": 12}, "10079": {"text": "However I hope we 'll get off our butts before then .", "length": 11}, "10080": {"text": "Well, the entire world is being brain-washed by Judeo-American films , today everyone has a Jew in every corner of your house .", "length": 23}, "10081": {"text": "Well i think that fact that they 're Muslims goes to show that Arabs must have colonised that land. and Intermixed with the Existing somalies ..", "length": 25}, "10082": {"text": "And they Speak Arabic .", "length": 4}, "10083": {"text": "I've never heard of this but I guess that it would be based on the amount of food our country produces .", "length": 22}, "10084": {"text": "We do import more food than we export .", "length": 8}, "10085": {"text": "In Britain ..", "length": 2}, "10086": {"text": "Predictions have been forecast at around 2060-2090 .", "length": 8}, "10087": {"text": "To be honest .. it frightens the living hell outta me .", "length": 10}, "10088": {"text": "We must do something .. and soon .", "length": 6}, "10089": {"text": "Here you could see the rest of the adverts of this campaign http://www.jetlageando.com/archives/scpf-es-albino.jpghttp://www.jetlageando.com/archives/...-jardinero.jpghttp://www.jetlageando.com/archives/scpf-es-gemelas.jpg they are supossed to be fun but the one with the black man has another purpose .", "length": 51}, "10090": {"text": "The agency that designed that advert is calle ' milmilk `` milk = leche in Spanish , and '' milleches `` is how the street dogs that are a mixed of different races are called in spanish .", "length": 31}, "10091": {"text": "They said that they chose that name because they are proud of the crossbreeding http://www.scpf.com/", "length": 18}, "10092": {"text": "Have you heard of Ajattara Barth ?", "length": 6}, "10093": {"text": "Relatively new band from Finland and all lyrics in suomi .", "length": 10}, "10094": {"text": "Maybe try out Red Harvest , The Berzerker and Mistress .", "length": 9}, "10095": {"text": "I wish to know what actions Swedes are taking exactly against the invading races !", "length": 14}, "10096": {"text": "Please tell me what the actions are in general .", "length": 9}, "10097": {"text": "I would like to get some of the leaflets printed and distribute them but sadly I have not got the funds .", "length": 21}, "10098": {"text": "With the help of God we will be congratulating an Irish WN Party on their election success in the not so distant future .", "length": 23}, "10099": {"text": "88", "length": 1}, "10100": {"text": "WOULD YOU PLEASE STRIVE TO READ MORE CAREFULLY BEFORE YOU JUMP DOWN PEOPLE 'S THROATS ABOUT SOMETHING .", "length": 17}, "10101": {"text": "None of us are claiming to be better NOR superior to any other white nationality Take a nice , long holiday to Ireland and see what we 're bloody talking about for yourself before you jump in on it .", "length": 38}, "10102": {"text": "If they ban the celtic cross as a hate symbol it 'll make every graveyard in Ireland a shrine with thousands crosses in them around or country", "length": 27}, "10103": {"text": "it is down to the EU.we have no say anymore on any piece of scum coming into the country as long as they have an EU passport", "length": 28}, "10104": {"text": "David Duke is the best W N that can speak the truth with the media that hates him.Obama sould return to Africa and help out his own people.Updates on WWW.DAVIDDUKE.COM", "length": 34}, "10105": {"text": "The story here is that a none to bright thief tried to break into the East London Museum .", "length": 18}, "10106": {"text": "As he went about his dubious deeds he set off the museum s alarm system .", "length": 15}, "10107": {"text": "http://www.newportcity.blogspot.com/", "length": 5}, "10108": {"text": "They will be coming to your area to live soon.E-mail our minister of intergraton and thank him for his good work.Attachment 78265", "length": 25}, "10109": {"text": "Oh I do n't know ..... Look at the possibility 's for the sentence if we use their values ...", "length": 19}, "10110": {"text": "Stoning Cut of their hands Beheading Tyre neck brace Trial by machete e , e", "length": 14}, "10111": {"text": "You cant expect those poor underprivilidged blacks to have to put up with this cold weather .", "length": 16}, "10112": {"text": "A nice holiday in the sun paid for by the silly Irish is just the ticket .", "length": 16}, "10113": {"text": "Where can whites get in line for a house ?", "length": 9}, "10114": {"text": "I would love a house .", "length": 5}, "10115": {"text": "I feel this is racist against whites !", "length": 7}, "10116": {"text": "The problems start when you start to accommonadate these people in the first place ! , give an inch and they 'll take a mile ......", "length": 23}, "10117": {"text": "I would say not !", "length": 4}, "10118": {"text": "The media want 's to promote a pro Multi ~ Culti Ireland and not all the disaster that it has caused in Ireland", "length": 22}, "10119": {"text": "Did anyone here of the co up Irish lets say like the ab have got the Irish mob to be brothers to keep out the foreign crowd ? I got it from the star newspaper a few weeks back could be a load of made up * * * * . ?", "length": 45}, "10120": {"text": "www.resist.com", "length": 3}, "10121": {"text": "It was so great meeting all you guys last night i ca n't believe how many of us managed to hook up `` nearly the entire crew '' see you all in a few days ...", "length": 34}, "10122": {"text": "Hail Celtic Dawn", "length": 3}, "10123": {"text": "i think i may know this person ... it 's me and i 'm doing good ! this is some surprise. wow. check you pm 's ! talk to you soon .", "length": 28}, "10124": {"text": "If you 're not prepared to make the effort of holding faith in Ireland 's future , you should leave this board .", "length": 21}, "10125": {"text": "I would' nt even consider these knackers/pykies as Irish as they have no respect for their race or loyalty to Ireland and should be put down like the dogs they are .", "length": 32}, "10126": {"text": "You hit the nail on the head there .", "length": 8}, "10127": {"text": "Everyone I have spoken to is opposed to multiculturalism and not ONE party in Ireland will do anything about it or listen to people .", "length": 24}, "10128": {"text": "Another piece of media propaganda is on the TV now .", "length": 10}, "10129": {"text": "Capital D which promotes a multicultural Dublin .", "length": 7}, "10130": {"text": "The reason they are killing themselves is because our weak liberal goverment are too afraid to make them do any sort of training ..", "length": 23}, "10131": {"text": "They fear it might be racist !", "length": 6}, "10132": {"text": "another article on the mail today on their side bet you they will be allowed to stay think of the money that these people soak off the irish people madness www.faem.com", "length": 33}, "10133": {"text": "The History channel had something on about what your talking about .", "length": 11}, "10134": {"text": "It went through the history of all Dracula movies and the real life Dracula !", "length": 14}, "10135": {"text": "i am a 16yr old irish male dont worry lads i ll make sure ireland stays white and i hope i can count on help from my stormfront brothers around the world ???? 2508", "length": 33}, "10136": {"text": "Government should be held accountable for not doing more in the past to preserve better.Hopefully whats left can be managed better .", "length": 22}, "10137": {"text": "Great to see you back Irish Rose .", "length": 7}, "10138": {"text": "If you 've not had the chance to check it out , you might find this site of some interest .", "length": 19}, "10139": {"text": "http://www.irish-nationalism.com/forum/", "length": 6}, "10140": {"text": "Excellent idea .", "length": 2}, "10141": {"text": "I am to help in anyway i can .", "length": 8}, "10142": {"text": "A few weeks ago i started looking into doing that and have got a few pictures and LOADS of mobile numbers so far , reds are just SO naive !", "length": 28}, "10143": {"text": "Well atleast the guy was 64 years old , hopefully he 's too old to bear any half caste children with that Filipina woman .", "length": 23}, "10144": {"text": "As northern Ireland falls under our rule we have more right to be here than a plastic paddy from america so kindly crawl back under your rock .", "length": 27}, "10145": {"text": "Latha math dhuibh agus d\u00e8 tha dol agad fh\u00e8in , a Ph\u00e0druig/Hello Pat , how are you ?", "length": 16}, "10146": {"text": "Aye , warriour of \u00c9ire . . . whether you would like fadas for Irish G\u00e6ilge , e.g. , \u00e9 , \u00ed , \u00f3 and the like , or Scottish G\u00e6lick , e.g. , \u00ec , \u00f2 , \u00e8 , \u00e9 , \u00ed , \u00e0 , \u00f9 and the like . . . try such , lad : I. Start Menu to All Programs to Accessouries to System Tools to Litrichean ( I can\u00e6 re-call of what Litrichean tis called in English for my computer is in G\u00e0idhlig , but tis Script Lettres , Characters or the like , I reckon. )", "length": 78}, "10147": {"text": "You shall know of where to go from there , gille. or . . .", "length": 11}, "10148": {"text": "II .", "length": 1}, "10149": {"text": "Change the language of your keyboard setting in your Control Panel under the Regional Optional and Langauges theme. or . . .", "length": 19}, "10150": {"text": "III .", "length": 1}, "10151": {"text": "Make a visit here , lad . .", "length": 5}, "10152": {"text": ".", "length": 0}, "10153": {"text": "http://tlt.its.psu.edu/suggestions/ ... entsHandout.pdf or . . .", "length": 9}, "10154": {"text": "IV .", "length": 1}, "10155": {"text": "Pray vnto Odin .", "length": 3}, "10156": {"text": "Many-a-luck to you , gille .", "length": 6}, "10157": {"text": "Greetings were looking to recruit new members for the United Front or start a new chapter in Surrey/Van we are only in the Valley right now pm if interested .", "length": 30}, "10158": {"text": "When they took the cross off the Canadian flag then we were doomed .", "length": 13}, "10159": {"text": "Up until then we were part of Europe .", "length": 8}, "10160": {"text": "The flag should have the leaf thingy and a mix between the French flag and the George Cross of England to show the ethnic heritage of the White Canadians", "length": 29}, "10161": {"text": "Id say move out west were ever either B.C or Alberta all white people in Canada need to move out west so we can take the west back .", "length": 29}, "10162": {"text": "If you want to start doing something productive for your race you can start by posting Mantra .", "length": 17}, "10163": {"text": "Check out the link in my sig brother .", "length": 8}, "10164": {"text": "Wrote a brief essay on the theology of the KKK cross burning ritual and how it benefits society as a whole .", "length": 21}, "10165": {"text": "There's no way to stop them from coming to Canada all that is needed is proof of ownership of a house in India , africa etc and they can enter in on a tourist visa .", "length": 35}, "10166": {"text": "I was in the Taiwan airport and the whole plane was East Indian .", "length": 13}, "10167": {"text": "Live off the island .", "length": 4}, "10168": {"text": "I work downtown Montreal but live off the island out in the country .", "length": 13}, "10169": {"text": "Non-whites like crowded conditions not wide open spaces .", "length": 9}, "10170": {"text": "You forgot to add that they spread disease and their poor hygiene causes pest infestations , then there is rampant drug use and sexual assaulting white women and children .", "length": 28}, "10171": {"text": "I live hour south of Regina .", "length": 6}, "10172": {"text": "Not much for natives here where I live , though every store is all philipinos it seems .", "length": 16}, "10173": {"text": "Every summer there is some trash that rolls through the town and goes on a thieving spree it seems .", "length": 19}, "10174": {"text": "Probably comes out of Regina .", "length": 5}, "10175": {"text": "Zionists want to maintain the racial diversity in the West .", "length": 10}, "10176": {"text": "They do not want an anti-Islamic uprising that results in the expulsion of Muslims .", "length": 15}, "10177": {"text": "I'm actually really sad that only one person emailed me .", "length": 11}, "10178": {"text": "That 's it ?", "length": 3}, "10179": {"text": "In all of Vancouver ?", "length": 4}, "10180": {"text": "It makes my heart sick .", "length": 5}, "10181": {"text": "Definitely my dad said in his city growing up only nonwhites were a Chinese family running a Chinese restaurant everyone else was white .", "length": 23}, "10182": {"text": "Id love to live in that Ontario .", "length": 7}, "10183": {"text": "You need to join a Nationalist organization so you are more part of the scene such as the Nationalist Party of Canada .", "length": 22}, "10184": {"text": "in england the spanish flag is probably kosher to fly without getting your collar felt , any flag in the world would be ok but the jack and st george", "length": 29}, "10185": {"text": "They will never get anywhere , they 're just as bad if not worse than the BNP in respect to how stigmatized their name is .", "length": 24}, "10186": {"text": "I see where you are coming from .", "length": 7}, "10187": {"text": "But remember , lots of people I hear say that their parents would kick off if their brought back a non-white home to introduce him/her as their partner .", "length": 29}, "10188": {"text": "Some of them are Jewish , but most of those complicit in the betrayal of this country are our own flesh and blood , which is the great tragedy of our times .", "length": 30}, "10189": {"text": "The problem is that through western elites we have to feed and look after useless savages like malema .", "length": 18}, "10190": {"text": "If that stopped the worthless thing would starve !", "length": 8}, "10191": {"text": "The new census has shown some 9.2 million non whites in England and Wales , this was a properly done census in my opinion and has shown that the white population of the UK is barely 50 million", "length": 38}, "10192": {"text": "Unfortunately our official greeter Evaline has n't been about for awhile so allow me to bid all of you who have recently joined our little band of brothers ( and sisters ) a warm welcome. max", "length": 35}, "10193": {"text": "hi all i am from south of london. hope to make many like minded friends got bored of listening to the lefties so need to talk to real people", "length": 29}, "10194": {"text": "Watching and reading between the lines of the libtard media over the past few days , I think they are very nervous indeed .", "length": 22}, "10195": {"text": "He use to run it a few year ago I use to run around with him and some other lads from London", "length": 22}, "10196": {"text": "Hi Lads and Lasses , im new here , The country is in a mess and I have been watching these posts for weeks .", "length": 22}, "10197": {"text": "I think its a great site and very informative", "length": 9}, "10198": {"text": "65% of all media coverage in britain is the BBC and they are openly biased towards the left and the others are n't much better .", "length": 26}, "10199": {"text": "Hello Everyone on Stormfront Have heard a lot of good things about this forum so I have decided to take the plunge .", "length": 22}, "10200": {"text": "I 'm a nationalist who belonged to the pre-Griffin BNP .", "length": 11}, "10201": {"text": "Yes and thank you to those who reported this vile sicko .", "length": 11}, "10202": {"text": "He can go pollute some other pool with his disgusting paedophilia .", "length": 11}, "10203": {"text": "Creep", "length": 1}, "10204": {"text": "I'm in Australia and I want it to be done and over with , my mum is constantly going on about the Olympics like it 's a big deal .", "length": 29}, "10205": {"text": "Well, being a British nationalist is being a white nationalist seeing as the British are a nation of whites .", "length": 19}, "10206": {"text": "More broadly , of course I wish to see white countries get-on with each other but if it came down to a choice between my country 's interests and those of another white country I would put my own first .", "length": 40}, "10207": {"text": "I went on the EDL page last night and I saw the funnies thing .", "length": 14}, "10208": {"text": "Why Bedfordshire Needs Kevin Carroll as Police Commissioner", "length": 8}, "10209": {"text": "Yes my friend this you must do .", "length": 7}, "10210": {"text": "And no of course you not going to lay down and let them do what they please .", "length": 17}, "10211": {"text": "We will stand shoulder to shoulder with you on this fight .", "length": 11}, "10212": {"text": "Kiss and make up kids , the real enemy is on our streets raping our women .", "length": 15}, "10213": {"text": "Let 's deal with the non-whites first Congrats on you finding love", "length": 13}, "10214": {"text": "If you need a good dog , you ca n't beat a bull terrier , strong , loyal , great with kids , and have a bite pressure of up to 5000 lbs per square inch , compared to a Rottweiller which is 500 lbs per square inch.Sarge2506.", "length": 44}, "10215": {"text": "Of course the county is lovely , in facts its gods country in our book BUT the cities are rat infested with enrichers , just how the country is isnt it .", "length": 29}, "10216": {"text": "I just realised how much anti Russian propaganda is on the internet in the last week or two .", "length": 18}, "10217": {"text": "I hope not much people will trust all that propaganda .", "length": 10}, "10218": {"text": "Hiya i 'm new here and sick of watching my country become infected with the disease of multiculturalism .", "length": 18}, "10219": {"text": "It 's nice to be with like-minded individuals .", "length": 9}, "10220": {"text": "I wonder when it will end , and when people will have had enough as well .", "length": 15}, "10221": {"text": "This video on british becoming a minority is so awful ill never watch it again .", "length": 15}, "10222": {"text": "Welcome CA1784 , ROY BROWN , Th0r , dan23uk , ourtimewillcome and Glasgow Girl .", "length": 10}, "10223": {"text": "Just a second and I 'll pipe you all aboard .... Toot-Toot .", "length": 12}, "10224": {"text": "I 'm sorry , I 've only got this Kazoo but ' ' Welcome Aboard ' ' just the same .", "length": 15}, "10225": {"text": "I joined under another name way back in 2003 when SF Britain was a single page , i miss those early days the banter and comradeship was fantastic", "length": 27}, "10226": {"text": "I find that video disturbing at best .", "length": 7}, "10227": {"text": "The Juden never stop with the race mixing yet they do n't want it for themselves .......", "length": 17}, "10228": {"text": "Disgusting !", "length": 1}, "10229": {"text": "I honestly dont understand ukip sometimes they look like labour but on the other hand like the torys .", "length": 18}, "10230": {"text": "There a joke BNP FOR ME", "length": 6}, "10231": {"text": "And so friendly too .", "length": 4}, "10232": {"text": "I ca n't wait till they take over our country and we all have to convert to Islam .", "length": 19}, "10233": {"text": "i would move to surrey just outside Kingston upon Thames ok Kingston is infested but outer areas are not too bad inner London is just a joke", "length": 27}, "10234": {"text": "Damn, if I had known about this earlier I would have attended .", "length": 12}, "10235": {"text": "Will there be similar events in the not-too-distant future ?", "length": 11}, "10236": {"text": "Not an answer I 'd expect from a mod .", "length": 9}, "10237": {"text": "The fyromians have always been coming onto the Greek thread for months spewing false history and we provoke them ?", "length": 19}, "10238": {"text": "Too lazy to make a proper rage comic .", "length": 8}, "10239": {"text": "* Le me searching le webs for info about le ongoing crisis in this thread .", "length": 14}, "10240": {"text": "Fyromia - Encyclopedia Dramatica Greece - Encyclopedia Dramatica Bulgaria - Encyclopedia Dramatica", "length": 9}, "10241": {"text": "In an unassuming family house on a dead end in Verl an internationally known musician a recording studio right has for years operated .", "length": 23}, "10242": {"text": "Marco Laszcz is a singer and mastermind of the band Sleipnir .", "length": 11}, "10243": {"text": "He is regarded as one of the central figures of the neo-Nazi right rock scene .", "length": 16}, "10244": {"text": "Over the years , he succeeded in Verl , where he has lived since his marriage under the name Marco B. , maintain a bourgeois facade .", "length": 23}, "10245": {"text": "Verl : Rechts-Rocker lebt b\u00fcrgerlich in Verl | Neue Westf\u00e4lische , Nachrichten aus Ostwestfalen-Lippe , Bielefeld , G\u00fctersloh , Herford , Paderborn , H\u00f6xter , Warburg , News , Meldungen , Informationen - Neue Westf\u00e4lische - Verl For days over Yule , the Zionist controlled press and Antifa scum have been laying siege to Marco from Sleipnir 's family home .", "length": 47}, "10246": {"text": "The reason for this persecution ?", "length": 5}, "10247": {"text": "Well Marco is a German patriot and musician who , in the sick minds of ZOG , committed the heinious crime of producing music for a local school .", "length": 26}, "10248": {"text": "How evil can you get huh ?", "length": 6}, "10249": {"text": "You will need to hit the translate button on the above link .", "length": 12}, "10250": {"text": "SOLIDARITY WITH MARCO .", "length": 3}, "10251": {"text": "Freundschaft - Sleipnir & Nemesis with/mit English and/und Deutsch Lyrics - YouTube", "length": 11}, "10252": {"text": "Yes but difference is that Putin is still in charge and Jews have to behave , while on other picture Jewess Albright is in charge and is there to give orders to Ukraine , so you ca n't really compare .", "length": 39}, "10253": {"text": "same over here in australia. the entire melbourne taxi system is filled with indians and africans. its funny that there are no calls for diversity in the taxi industry", "length": 29}, "10254": {"text": "Oh my god .", "length": 3}, "10255": {"text": "That literally hurt my brain and made me laugh while I was reading it , it 's so ridiculous that you really ca n't do anything else .", "length": 27}, "10256": {"text": "Id like to say something but I once heard `` if you have nothing good to say dont say anything at all '' .", "length": 21}, "10257": {"text": "If thinking was easy everyone would be doing it .", "length": 9}, "10258": {"text": "Im always mystified by the way that those most set on getting rid of partition are always those who want to have nothing at all to do with the PUL community in the north .", "length": 34}, "10259": {"text": "Israeli Embassy in Ireland had to take note of the graffiti giving their Jewish supremacists worldwide and in Ireland being given notice. scroll down to their 6/6/13 entry on their Israel in Ireland fb page https : //www.facebook.com/IsraelinIreland", "length": 42}, "10260": {"text": "I'm on yer side .", "length": 5}, "10261": {"text": "We are ALL on the same bloddy side !", "length": 8}, "10262": {"text": "Let 's all stay together .", "length": 5}, "10263": {"text": "We MUST .. stand together This dived and conqer bullcrap has got to end .... now !", "length": 14}, "10264": {"text": "If all of this was true , you would not be beaten in every battle in I , II Balkan war and in WWI by us .", "length": 24}, "10265": {"text": "my kids want to hang around and bring a couple of nigs into the house .if i do.some members of my family will blank me.if i dont allow it. the kids themselves will blank me for a while , so either way i cant win", "length": 46}, "10266": {"text": "Minister asks YouTube to remove video directing anti-Semitic abuse at him Minister asks YouTube to remove video directing anti-Semitic abuse at him - The Irish Times - Fri , Mar 30 , 2012 Alan Shatter - Jewish Nation-Wrecker - YouTube", "length": 37}, "10267": {"text": "One can only express sympathy to the families of those people who died regardless of whether they were protesters , police , or pro-government .", "length": 23}, "10268": {"text": "Christ did not promote any violence , however mohammed ordered to kill the non believers , which includes us christians and pagans on Stormfront .", "length": 22}, "10269": {"text": "I've seen it before , most are Poles from America from what I see .", "length": 14}, "10270": {"text": "Too many libtards , I would n't waste my time there .", "length": 11}, "10271": {"text": "everyone who doesnt speak Romanian and look as in WHITE get out of Romania a move back to your homeland .", "length": 20}, "10272": {"text": "Russians .", "length": 1}, "10273": {"text": "Hungarians .", "length": 1}, "10274": {"text": "Gyspsies !", "length": 1}, "10275": {"text": "Jews !", "length": 1}, "10276": {"text": "Dessert * * * * * * !!", "length": 1}, "10277": {"text": "I'll like to take that for a test drive .", "length": 10}, "10278": {"text": "Hope it 's as fast as it looks because it will have to be fast .", "length": 15}, "10279": {"text": "OMG unfortunately they are very good at hot air. did n't see any massive demos to prosecute the kiddie fiddlers amongst the Christian Brothers .", "length": 25}, "10280": {"text": "I just got a group started in my area Roswell Aryan Front and we 're looking for people to join or groups to join with if anyone is interested in joing or knows or is part of a group that is recruiting send me a private message or e-mail appreciate it .", "length": 52}, "10281": {"text": "14/88", "length": 2}, "10282": {"text": "I guess I should have known that there are too many bleeding heart liberals in the NW to get an answer to this thread .", "length": 24}, "10283": {"text": "I 'm too close to the left coast .", "length": 8}, "10284": {"text": "All I got from that is ...", "length": 6}, "10285": {"text": "I got sloppy seconds after some Muslims used this girl .", "length": 10}, "10286": {"text": "At least she goes to church now LOL", "length": 8}, "10287": {"text": "I dont drive a Ford but I got a s-10 with a 6 inch lift on it 34 inch mickie thompson swampers rollbar and the kc lights on the rollbar .", "length": 31}, "10288": {"text": "Somehow, it is not hard for me to imagine you fighting off an entire police force , you certainly sound mean enough .", "length": 21}, "10289": {"text": "hey im looking to talk to/meet ppl around my age in my area 16/f/poway sanDiego any1 around me wanna message back to this that be awesome thnkx", "length": 30}, "10290": {"text": "i used to go out with younger women but i just dont understand them any more. i would prefer low 30s were they have gotten some of the wildness out of them .", "length": 32}, "10291": {"text": "Yeah, but I should mention that a few places there , like Beaver Falls and Aliquippa , are chock-full of filthy -- and I mean filthy -- n * * * * * s .", "length": 26}, "10292": {"text": "It's not WV .", "length": 4}, "10293": {"text": "I do n't know if the person that said that ever leaves the house , but all I ever see are black guys and Mexicans everywhere .", "length": 26}, "10294": {"text": "16", "length": 1}, "10295": {"text": "I do n't drink vodka but you sound like me but I am ten years older than you so it 's even worse .", "length": 24}, "10296": {"text": "This thread was started in July are you feeling better now ?", "length": 11}, "10297": {"text": "hello all Is any one on here from Austin Texas or not far ?", "length": 13}, "10298": {"text": "I am moving there tomorrow afternoon would love to meet other WP people in the area .", "length": 16}, "10299": {"text": "What happened is they left .", "length": 5}, "10300": {"text": "I went to school there , and as soon as I was graduated , I left too .", "length": 15}, "10301": {"text": "Get the hell out of there as soon as possible .", "length": 10}, "10302": {"text": "Only the crazy ones stay .", "length": 5}, "10303": {"text": "Sorry to hear you 're so down .", "length": 7}, "10304": {"text": "If you 'd like to talk just send me a message .", "length": 11}, "10305": {"text": "It will get better ...", "length": 4}, "10306": {"text": "2508", "length": 1}, "10307": {"text": "It'd be nice to know .", "length": 6}, "10308": {"text": "Maybe some of us can meet , move in next to or near each other , and start building up White communities and keep it spreading across the country .", "length": 27}, "10309": {"text": "I tried to click on your link and see your pictures , but there was nothing .", "length": 15}, "10310": {"text": "Maybe I will try later .", "length": 5}, "10311": {"text": "Maybe you need to move , but honestly I think it 's that way everywhere unfortunately .", "length": 15}, "10312": {"text": "Good luck ! 11", "length": 3}, "10313": {"text": "As soon as i get a little smarter , i 'll figure out how to attach pics if this one did n't work .", "length": 23}, "10314": {"text": "Oh I see how it is , Son of the Mist .", "length": 10}, "10315": {"text": "You laugh at us but I have yet to see a picture of you .", "length": 14}, "10316": {"text": "Thanks for the kind words in a pm .", "length": 8}, "10317": {"text": "Please feel free to pm me or email me anytime .", "length": 10}, "10318": {"text": "My email is in my profile .", "length": 6}, "10319": {"text": "I am new to Stormfront and was wondering who is from Tn .", "length": 12}, "10320": {"text": "I 'm looking to make new friends in the west / middle tn area .", "length": 13}, "10321": {"text": "Five is about what I 've found also .", "length": 8}, "10322": {"text": "I moved here so I 'm not `` out of the wood work '' .", "length": 12}, "10323": {"text": "How 's Balt .", "length": 3}, "10324": {"text": "?", "length": 0}, "10325": {"text": "Noose", "length": 1}, "10326": {"text": "I'm in SWVa .", "length": 4}, "10327": {"text": "Email me at ericahoesch@ntelos.net.", "length": 6}, "10328": {"text": "I 'll be out of town for a few weeks , and I do n't plan on getting online again while I 'm gone ... Maybe we can touch base then ! 88 !", "length": 31}, "10329": {"text": "Erica", "length": 1}, "10330": {"text": "Hi, new to the site , saw your message , i live in Aurora and would like to meet some good ppl here , Brian", "length": 22}, "10331": {"text": "Hey Blue email or PM me if you want to chat .", "length": 11}, "10332": {"text": "I 'm either in North Florida or Nigeria sometimes i ca n't tell the difference. mothergrinninbird@yahoo.com", "length": 19}, "10333": {"text": "Hey, just looking for some fellow brothers or sister to meet with , im starving for information and Possible Klans to join. would like to be able to meet with people around my age but also older and helpful", "length": 38}, "10334": {"text": "Check out the Knights of the Ku Klux Klan www.kukluxklan.org they also have a internet news program usually updated weekly and can be seen with Real Player www.thomasrobb.com : )", "length": 32}, "10335": {"text": "I'm in the pittsburgh area myself .", "length": 7}, "10336": {"text": "I guess you are far away , as I 've never even heard of that town listed as your location .", "length": 19}, "10337": {"text": "Hey there , i 'm a skin chic in KC ... i just found out about this site my friend skin14 _ 88 showed this to me ... just saying hello ....", "length": 28}, "10338": {"text": "I am from vancouver wa am a singer in a up an coming white power band and i am looking to meet some one who has no boyfriend or man at all and is white", "length": 35}, "10339": {"text": "I was here before and thought I saw a chat room a year ago .", "length": 14}, "10340": {"text": "It was great I got to tell my funny jokes and get a reaction .", "length": 14}, "10341": {"text": "Does anyone know where I can chat ?", "length": 7}, "10342": {"text": "its the same way in denver. i dont even think anybody speaks english out here anymore. i love this town but i think its time to go ..", "length": 27}, "10343": {"text": "how are u im looking to make new friends so i ask u would u like to talk to me some time im a guy frome ny just trying to make some new friends if u would like to talk to me u can email me at killergods2001@yahoo.com thanks for your time hope to hear from u", "length": 59}, "10344": {"text": "Just out there looking for my future wife Actually I am just hoping to find some white ladies from canada. give me a shout via e-mail strmfrnt@telusplanet.net or icq @ 27961835", "length": 33}, "10345": {"text": "Hey Summer I live in Florida !", "length": 6}, "10346": {"text": "What city do you live in ?", "length": 6}, "10347": {"text": "If ya wanna talk just PM me .", "length": 7}, "10348": {"text": "OK bye !", "length": 2}, "10349": {"text": "hey i live right outside orlando pm me for my phone number not alot of skins like it was in the 80 's but i would be glad to meet others", "length": 31}, "10350": {"text": "CGG, you and I have many of the same tastes .", "length": 10}, "10351": {"text": "I 've added you to my AIM but have yet to catch you online .", "length": 14}, "10352": {"text": "its ok sister if you need a help hand you no where to come 88 have a nice White day 88 goldeboy 88", "length": 23}, "10353": {"text": "im a 21 year old white woman , mother of one 2 year old boy. i have been looking for others like me in oregon for quite some time now and have ony found a few .", "length": 35}, "10354": {"text": "were in chicago u live ?", "length": 5}, "10355": {"text": "What u look like ?", "length": 4}, "10356": {"text": "We can ge ttogather sometime if ya want or just talk for a while .", "length": 14}, "10357": {"text": "Drop me a line .", "length": 4}, "10358": {"text": "in a crisis , it wont matter. people will have to join us or face death at the hands of non-whites. its that simple. without the media and schools feeding them lies , they will have nothing to go on by except for real world encounters and cold truth .. and thats when our numbers will get large .", "length": 56}, "10359": {"text": "I assume we have the concept that those who are themselves not in a PLE might be willing to invest in one .", "length": 22}, "10360": {"text": "Click on the audio player at the link below .", "length": 9}, "10361": {"text": "There are about 20 minutes with the webmaster and the remaining 25 minutes are callers on the subject .", "length": 18}, "10362": {"text": "Irish, There is nothing wrong with being polite .", "length": 8}, "10363": {"text": "Polite people some times get service from small town businesses .", "length": 10}, "10364": {"text": "Polite people are rarely seen as huge threats to small town life .", "length": 12}, "10365": {"text": "You went there .", "length": 3}, "10366": {"text": "You tried to help .", "length": 4}, "10367": {"text": "You acted like yourself .", "length": 4}, "10368": {"text": "So.. she is getting food stamps from a state she has n't lived in for months ?", "length": 17}, "10369": {"text": "Taking money from Oregon taxpayers , while 1500 miles away .", "length": 9}, "10370": {"text": "I wanted to thank you Mjodr for taking the time today to go check out a house there in the area for my family and I to move to .", "length": 29}, "10371": {"text": "We look forward to seeing you all in the PLE very soon .", "length": 12}, "10372": {"text": "That is correct , White men with guns built America , and it will likely take White men with guns to take it back .", "length": 22}, "10373": {"text": "When anyone is ready we are now taking reservations on lots as we speak first come first served contact me for more info .", "length": 23}, "10374": {"text": "http://www.borderwatch.us/ REPORT TO CAMPO , CALIFORNIA FOR DUTY RIGHT AWAY .", "length": 12}, "10375": {"text": "CAMPO SAN DIEGO EAST COUNTY CALIFORNIA On Now thru August 7 , 2005 760 644-0857 Come One Come All !", "length": 19}, "10376": {"text": "www.borderwatch.us/camp.htm http://sandiego.indymedia.org/en/2005/07/109826.shtmlhttp://sandiego.indymedia.org/en/2005/07/109855.shtmlhttp://www.saveourstate.org/forums/i ... topic = 3596 & hl =", "length": 30}, "10377": {"text": "It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .", "length": 22}, "10378": {"text": "I have both excellent credit and money , but would never live in the Southwest .", "length": 14}, "10379": {"text": "So arid , so hot , so Mexican , and so colorless .", "length": 9}, "10380": {"text": "Gotta have the green grass and trees .", "length": 7}, "10381": {"text": "If you ever hear of something like this in Northern climes , I am very interested .", "length": 15}, "10382": {"text": "There will be hundreds of thousands of white people fleeing your proverbial sea of mud this is where we come in .", "length": 21}, "10383": {"text": "We are looking into building `` mud free zones '' by way of taking over key locations and building a refuge for our racial kindred .", "length": 23}, "10384": {"text": "Thank's, Ill put together a post over on the B & H site in the next couple of days to let people know about the PLE ideas and ask about adding a PLE forum over there .", "length": 36}, "10385": {"text": "There are many interesting listings on this web site , including Stormfront 's own Advance Scout forum which teaches the principles of Pioneer Little Europe : http://www.angelfire.com/nv/micronations/usa.html", "length": 32}, "10386": {"text": "The PLE that I join will be centered on MUSIC .", "length": 10}, "10387": {"text": "Live music and dancing .", "length": 4}, "10388": {"text": "Look for my thread ( Oh no !", "length": 6}, "10389": {"text": "Not another promo ) Meet Me at the Footbridge : PLE and the Musicman .", "length": 12}, "10390": {"text": "These are what I am trying to do .", "length": 8}, "10391": {"text": "I think you should try to speak at the EURO Conference this year about the PLE Concept .", "length": 17}, "10392": {"text": "It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .", "length": 22}, "10393": {"text": "I would if I liked my neighbors .. There are some people on this board that I would hate to live next to", "length": 22}, "10394": {"text": "Whites shoudl clean their own mess !", "length": 6}, "10395": {"text": "Getting someone else to do our dirty work got us into the mess we are in today .", "length": 17}, "10396": {"text": "No, I meant how to get around buying up all the land in a PLE chosen town while refusing nonwhites to buy any property in such an area , it probably would n't matter if a nonwhite bought your house before you joined a PLE .", "length": 45}, "10397": {"text": "I've just been reading through quite a few of them and I 'm pleased to say there seems to be quite a degree of support .", "length": 26}, "10398": {"text": "As long as they are pro-White and follow board guidelines , I can put up with their `` spin '' ... as long as they 'll put up with mine .", "length": 27}, "10399": {"text": "A small trace amounts of non white blood a few generations back can be removed naturally by generational mixing of more white blood into the lifeline of a family who 's great great so on on and so forth engaged in one incident of miscegenation .", "length": 45}, "10400": {"text": "There are entire towns in various parts of Texas I have heard that will kindly show black folks right back the way they came from .", "length": 25}, "10401": {"text": "I think we need to stand our ground and send our enemies away .", "length": 13}, "10402": {"text": "We ca n't just keep running to the suburbs .", "length": 10}, "10403": {"text": "When the non-whites come we should stand together and send em packing , like they do to us .", "length": 18}, "10404": {"text": "this video pretty much proves the local demographics .", "length": 8}, "10405": {"text": "Did you see anything other than white faces in that non racially edited video ?", "length": 14}, "10406": {"text": "The best thing about Thursday fest recently is the home made ice cream they make in front of you with liquid nitrogen !!!", "length": 22}, "10407": {"text": "Why did you say you were a member of the `` white knights '' when it appears your a member of the knights party ?", "length": 22}, "10408": {"text": "If you are putting bread on a White family 's table , they will follow you .", "length": 15}, "10409": {"text": "Economic empowerment is the way to political success .", "length": 8}, "10410": {"text": "If somebody commits a crime in the name of the klan they are not a real klansman and should be punished by the law as well as anybody that ordered them to commit the criminal acts .", "length": 36}, "10411": {"text": "We are not a criminal organization and there is no place for criminals in the klan .", "length": 16}, "10412": {"text": "Thank you very much for your contribution !", "length": 7}, "10413": {"text": "There are some slight differences between the two - is one of them geared toward whites in general , and the other toward Dutch/Germans ?", "length": 23}, "10414": {"text": "All of this diversity crap needs to stop soon whites will be extinct and I 'm not living in a brown world I want a clean white world", "length": 28}, "10415": {"text": "Don't stop trying because the negro will prove you to be right .", "length": 13}, "10416": {"text": "When it happens to your friends they will come to you for advise , and they will see you were right all along .", "length": 22}, "10417": {"text": "Will you all let me know a good couple of months ahead of time so I can sell my house , most of my stuff and go hide in the woods ?", "length": 30}, "10418": {"text": "Thanks !", "length": 1}, "10419": {"text": "I doubt you can actually get close enough to the antis to pass a flower .", "length": 15}, "10420": {"text": "But the camellia idea is great .", "length": 6}, "10421": {"text": "Attention Chicago people Art Jones needs your help in his campaign !", "length": 11}, "10422": {"text": "Go to his web site and check it out and get active .", "length": 12}, "10423": {"text": "Less talk and more activism !", "length": 5}, "10424": {"text": "WWW.ARTJONESINFO.COM", "length": 3}, "10425": {"text": "Quit eating at mexican food places .", "length": 6}, "10426": {"text": "Around here they are the tool to get them in the community .", "length": 12}, "10427": {"text": "They dont hire whites and bring in 50 on a work visa or some kinda crap .", "length": 16}, "10428": {"text": "I have a subway nearby and eat there occasionally .", "length": 9}, "10429": {"text": "The owner is white as are the staff for the most part .", "length": 12}, "10430": {"text": "No problems at all .", "length": 4}, "10431": {"text": "Though I have had problems at one or two that were groid infested elsewhere getting stale bread etc so will no go to any that have lotsof groids working in them .", "length": 31}, "10432": {"text": "If anyone did or is going too Join a group like the order , In my opinion .... Silence is golden , and keep your mouth shut and your eyes wide open. : hide", "length": 30}, "10433": {"text": "This should be passed to the left too , who have been victims of ADL tactics including theft of police files , smearing , and illegal spying .", "length": 24}, "10434": {"text": "Don't know if any of this is obsolete but it 's a start ...", "length": 14}, "10435": {"text": "http://www.spamlaws.com/state/summary.html the site lists all 50 states I believe .", "length": 15}, "10436": {"text": "I try to keep up with as many flyers as I can on this site : http://www.whitefreespeech.com/flyers.html And I 'm usually looking for others to add as well .", "length": 32}, "10437": {"text": "Im glad that he quit because he should never have said he was sorry and he is a coward for backing down", "length": 22}, "10438": {"text": "I stop on BET sometimes to reassure my desires to fight their progression and get in the know about their latest crap .", "length": 22}, "10439": {"text": "WhiteUtopian", "length": 1}, "10440": {"text": "It was never yours to begin with .", "length": 7}, "10441": {"text": "South Africa was a country founded by Europeans .", "length": 8}, "10442": {"text": "I do wish you luck in your repatriation to Botswana though .", "length": 11}, "10443": {"text": "OK.", "length": 1}, "10444": {"text": "On the basis of this argument , the Haitians had to defend themselves from the French who were `` raping the island of Haiti '' to death .", "length": 24}, "10445": {"text": "I dont believe i or anyone living today brought you here or wanted you here .", "length": 15}, "10446": {"text": "Sinners of the past did including your own people who sold you like cattle .", "length": 14}, "10447": {"text": "You should be angry at them not us as they sold you from your own homeland .", "length": 16}, "10448": {"text": "By the way , im against slavery .", "length": 6}, "10449": {"text": "I can care less who 's better then who .", "length": 9}, "10450": {"text": "But she went on and on about how great koreans are under the guise of japanese name .", "length": 17}, "10451": {"text": "screw that. it IS about superiority .", "length": 6}, "10452": {"text": "We should have a new version of the old Plantation system where every white person on earth makes millions of dollars off of the enslaved labor of all the non-Whites in the world .", "length": 34}, "10453": {"text": "The same way they take advantage of the state everywhere else .", "length": 11}, "10454": {"text": "They receive housing and welfare at the taxpayer 's expense while breeding like cockroaches .", "length": 14}, "10455": {"text": "Who said those were Jews from Israel on that chart ?", "length": 10}, "10456": {"text": "How many of these do I have to show you before you catch on ?", "length": 14}, "10457": {"text": "You AREN' T White :", "length": 4}, "10458": {"text": "Correct that is the exact goal of the Elite in North America .", "length": 12}, "10459": {"text": "They want to a mixed population since they know that mixed populations have NO center around to rebel .", "length": 18}, "10460": {"text": "Every ethnic Ukrainian I have ever met was White .", "length": 9}, "10461": {"text": "There was no question at any time that they may have some mud in the blood .", "length": 16}, "10462": {"text": "Wonderful people and great food !", "length": 5}, "10463": {"text": "It bothers me in as much it makes me want to vomit , any white woman who lay down with the beast need not try and come back because `` once you go black you 're not wanted back !", "length": 37}, "10464": {"text": "What are you talking about ?", "length": 5}, "10465": {"text": "Those nations are all extremely diverse .", "length": 6}, "10466": {"text": "Their resistance to immigration is precisely because they have been exposed to you non-White vermin and your effect on their nations .", "length": 22}, "10467": {"text": "Thank you for proving our point .", "length": 6}, "10468": {"text": "Those in the countries you mentioned are the mongrel offspring between whites ( Aryans ) and Arabs and its funny how those of the East who claim to be the Aryans talk about white people who came and mixed with them and the only Aryans apparently in the East are those with light skin and blue eyes .", "length": 55}, "10469": {"text": "I'm impressesed with the ' if you do n't like it go somewhere else ' and ' herd mentality ' quips . Way to start a civilised debate , non ami .", "length": 27}, "10470": {"text": "white men and asian women actually do not hurt asian people and society since asians outnumber whites .", "length": 17}, "10471": {"text": "The problem is white men and asian women come to have non white babies and some poor asian men labors would be upset for those people .", "length": 26}, "10472": {"text": "Thus Whites have to wait until they become a minority in their own country and then they can have their pride too .", "length": 22}, "10473": {"text": "https://www.stormfront.org/forum/t1020784/ https : //www.stormfront.org/forum/t102 ... ghlight = sweden https : //www.stormfront.org/forum/t102 ... ghlight = sweden https : //www.stormfront.org/forum/t101 ... ghlight = sweden https : //www.stormfront.org/forum/t101 ... ghlight = sweden https : //www.stormfront.org/forum/t100 ... ghlight = sweden https : //www.stormfront.org/forum/t100 ... ghlight = sweden https : //www.stormfront.org/forum/t100 ... ghlight = sweden God save them .....", "length": 65}, "10474": {"text": "What the Hell did Sweden ever do to anyone to deserve this kind of treatment ?", "length": 15}, "10475": {"text": "Huh ?", "length": 1}, "10476": {"text": "Anti-White S.O.B. ` s ?", "length": 6}, "10477": {"text": "What have you got to say for yourselves ?", "length": 8}, "10478": {"text": "Did day kill dem injuns ?", "length": 5}, "10479": {"text": "Dids dey colononialize da new erffs ?", "length": 6}, "10480": {"text": "Did daay getz dat Junglef feeeaaver and rr apes da slabve girls ?", "length": 12}, "10481": {"text": "What the Hell is wrong with you people ?", "length": 8}, "10482": {"text": "What do those pictures have to do with 27 framers of the US Constitution including George Washington , James Madison and Benjamin Franklin being non-Jewish Freemasons ?", "length": 26}, "10483": {"text": "Jesus would be very disappointed in all the so called Christians who are so supportive of Jews .", "length": 17}, "10484": {"text": "They were behind his crucifixion and amongst themselves admit to it .", "length": 11}, "10485": {"text": "...You did n't build that .", "length": 6}, "10486": {"text": "Your white skin did .", "length": 4}, "10487": {"text": "It 's because white skin allows uv rays to pass through more readily , powering your muscles and brain .", "length": 18}, "10488": {"text": "Stupid theory ?", "length": 2}, "10489": {"text": "Yup and about the same level as white privilege .", "length": 9}, "10490": {"text": "Yup, after they get married , some still work and get the idiots to bring over their husbands under the guise of `` family members '' .", "length": 23}, "10491": {"text": "Where it not for the hippies great lie of equality , racial pride of any sort would have never come into being .", "length": 21}, "10492": {"text": "Laugh it up ape cause without yt to protect your race Asians will probably do the world a favour and wipe your kind from the face of the Earth .", "length": 29}, "10493": {"text": "i agree these people are full of themselves . . . and i am white nothing is wrong with a different skin color white people are not better than anyone else", "length": 28}, "10494": {"text": "It's much easier to follow the stereotype of White people that their thought controllers fill their minds with .", "length": 19}, "10495": {"text": "This way they can come over here dragging their knuckles to fling their feces at us and call us racists .", "length": 20}, "10496": {"text": "Non Whites hate White people plain and simple.They are taught from birth that White people are the cause of all the problems in the world and every bad thing that happens is because of evil racist White people .", "length": 39}, "10497": {"text": "Prove it wrong .", "length": 3}, "10498": {"text": "Put the crack pipe down moron !", "length": 6}, "10499": {"text": "Racism is as old as time itself , and no one ever admired a groid for anything other than cheap dumb labour .", "length": 21}, "10500": {"text": "It is nothing short of hysterical that you are such a retard you have to TELL us in your username that you are `` educated . ''", "length": 24}, "10501": {"text": "Did you register an account on this site just to call these people white supremacists/call them stupid ?", "length": 18}, "10502": {"text": "If yes , I think you are doing your people a huge disservice .", "length": 12}, "10503": {"text": "I agree with your post except if its a white they will say so .", "length": 14}, "10504": {"text": "If its a non white they cover it up .", "length": 9}, "10505": {"text": "I repped yez but must spread it around before ...", "length": 9}, "10506": {"text": "Wait until the blacks hear about `` Black Douglas '' , or `` The Black Watch '' or `` Black Thursday '' ...", "length": 15}, "10507": {"text": "I tried to sign up there once & they refused to activate my account .", "length": 13}, "10508": {"text": "Does n't sound like I 'm missing much anyway .", "length": 10}, "10509": {"text": "i just had my first child , he will be one next week. i will not push my views on him because if you push things on your child they tend to rebel ! my child will learn right from wrong from my positive examples and he will see the truth .", "length": 49}, "10510": {"text": "Yep, that 's London for ya .", "length": 6}, "10511": {"text": "Some parts of London are more British than others .", "length": 9}, "10512": {"text": "But a lot of the Whites moved out to Essex and Kent .", "length": 12}, "10513": {"text": "Dear genius : Find a statistics text and look up `` normal distribution . ''", "length": 11}, "10514": {"text": "Pay special attention to the concepts of MEAN and VARIANCE .", "length": 10}, "10515": {"text": "These elementary concepts render the rest of your argument entirely invalid .", "length": 11}, "10516": {"text": "Don't you know the Jews see a picture like this and laugh their asses off while patting each other on the back .", "length": 23}, "10517": {"text": "That's what I 'm saying , even though they had Stone Age tools they were pretty advanced in their knowledge of plants .", "length": 22}, "10518": {"text": "So therefore they 're not the dumb brutes like blacks are .", "length": 11}, "10519": {"text": "By the way , if the person you 're speaking to is claiming that blacks are held back it 's their duty to prove their claim , not your duty to disprove it .", "length": 31}, "10520": {"text": "It 's not like cops are running around framing black people for crimes all day .", "length": 15}, "10521": {"text": "In the eyes of the Jew and the libtard there is a race problem and the problem is us !", "length": 19}, "10522": {"text": "They wo n't rest till they have wiped us off the face of the earth", "length": 16}, "10523": {"text": "I just added up the price of textbooks REQUIRED for an organic chemistry class .", "length": 14}, "10524": {"text": "The total was $ 0.75 shy of $ 400 .", "length": 8}, "10525": {"text": "Does anyone else find it does n't difficult to find a white Canadian woman to date who is not Looney lefty ?", "length": 22}, "10526": {"text": "Like they all have gay and lesbian friends for one and if you say you think homosexuality is an abomination then that is your last date .", "length": 26}, "10527": {"text": "Hungary must stick to its guns it is a sad day when sticking to ones guns means simply enforcing the law as proscribed", "length": 23}, "10528": {"text": "Canada is on par or worse than Germany these days for being anti-Nationalist .", "length": 14}, "10529": {"text": "I 'd imagine trying to live there as a white nationalist would be extremely hard .", "length": 15}, "10530": {"text": "It should come as no surprise that the Jews start embracing the degeneracy that they promote ; what goes around comes around .", "length": 21}, "10531": {"text": "It's wise to think in terms of `` 3 's '' when stocking up .", "length": 13}, "10532": {"text": "Lighting : candles , oil lamps , solar lamps Water : creek , well , spring Potatoes : freshly grown , dehydrated , canned Guns : handgun , rifle , shotgun Transportation : truck , bike , motorcycle The list is almost endless .", "length": 28}, "10533": {"text": "Variety is always better than putting all your eggs in one basket .", "length": 12}, "10534": {"text": "its disgusting how a person color of skin determines whether or not you should give them training to become a doctor to save lives. thats racist .", "length": 26}, "10535": {"text": "My french teacher at school found one way to get us boys to concentrate , put a french woman with big boobs in front of us .", "length": 25}, "10536": {"text": "It worked for the one lesson she was there anyway .", "length": 10}, "10537": {"text": "I'm on the south shore ...", "length": 6}, "10538": {"text": "If anyone want 's to get together I 'm open to a BBQ with like-minded individuals .", "length": 17}, "10539": {"text": "Let me know !", "length": 3}, "10540": {"text": "We should only support white businesses whose products are made in white countries .", "length": 13}, "10541": {"text": "White money should only be for the benefit of the white race .", "length": 12}, "10542": {"text": "I took a race and ethnicity class at the college I went to .", "length": 13}, "10543": {"text": "I remember the teacher telling everyone that mixed races babies and mixed race peoples are always more healthy that pure bed babies .", "length": 22}, "10544": {"text": "Tiger woods was her example and a few others .", "length": 9}, "10545": {"text": "Hi: I want to share these wonderful videos , very beautiful teachers and great new methods for everybody can easily learn .", "length": 20}, "10546": {"text": "You Tube You Tube You Tube You Tube You Tube Im sorry Im joking this is so funny", "length": 18}, "10547": {"text": "Their aggressiveness is a massive reason for their ' success ' .", "length": 9}, "10548": {"text": "The have no concept of honour or of having respect for the feelings of others .", "length": 15}, "10549": {"text": "hey remember the Japanese where on the Good side during WW2 on a light note , ya , I can be idolized and all my coworkers , we are all heroes ready to build the next rail gun cannons that will power WW3", "length": 40}, "10550": {"text": "She's lucky , I bet she 'll be more careful next time .", "length": 12}, "10551": {"text": "There 's nothing else like hot lead to teach you respect for a firearm .", "length": 14}, "10552": {"text": "The Aryan Body , Mind and Soul - Prodigies and Geniuses Dr. William Shockley ( February 13 , 1910 - August 12 , 1989 ) Dr. William Shockley was an American physicist and inventor .", "length": 27}, "10553": {"text": "Along with John Bardeen and Walter Houser Brattain , Shockley co-invented the transistor , for which all three were awarded the 1956 Nobel Prize in Physics .", "length": 25}, "10554": {"text": "Shockley 's attempts to commercialize a new transistor design in the 1950s and 1960s led to California 's `` Silicon Valley '' becoming a hotbed of electronics innovation .", "length": 26}, "10555": {"text": "In his later life , Shockley was a professor at Stanford and became a staunch advocate of eugenics .", "length": 17}, "10556": {"text": "Dr. David Duke mentions about his friendship with Dr. William Shockley in his latest video ( 6/22/2010 ) titled `` Will the White Race Survive ? '' http://www.youtube.com/watch ? v = RoKl47nK04M", "length": 31}, "10557": {"text": "What he means is to not directly support as far as possible , as opposed to indirectly support the system itself ( via taxes etc ) .", "length": 23}, "10558": {"text": "You need to ask this when the Obama Administration instructed the IRS to target conservatives ?", "length": 15}, "10559": {"text": "New Claims That IRS Targeting Of Tea Party Groups Continuing - Trey Gowdy - America 's Newsroom - YouTube", "length": 16}, "10560": {"text": "I went there as a kid and it was great .", "length": 10}, "10561": {"text": "Was .", "length": 1}, "10562": {"text": "I went back a cpl years ago and the black vermin were everywhere .", "length": 13}, "10563": {"text": "Lines ?", "length": 1}, "10564": {"text": "Niggas do n't wait in no lines .", "length": 8}, "10565": {"text": "And it stunk like refer and black sweat .", "length": 8}, "10566": {"text": "I would n't take my kids there without some serious hardcore buddies .", "length": 13}, "10567": {"text": "The problem is there 's so many white liberal self hating traitors on the same side as the Jews and nonwhites .", "length": 21}, "10568": {"text": "Neither of the Diaz brothers are very bright but they generally come to fight .", "length": 14}, "10569": {"text": "I 'm sure McGregor and Nate will put on a good show but I 'm not forking over $ 50 for one good fight on a ppv", "length": 26}, "10570": {"text": "A punch in the face is a punch in the face regardless of where in the world it happens .", "length": 19}, "10571": {"text": "The effectiveness of any martial are is solely dependent on the person practicing it .", "length": 14}, "10572": {"text": "Ha.", "length": 1}, "10573": {"text": "I was just about to post a similar thread .", "length": 9}, "10574": {"text": "I knew if I waited long enough my university would eventually endorse this crap .", "length": 14}, "10575": {"text": "Have you ever seen the `` White Priviledge Checklist '' that these people use ?", "length": 12}, "10576": {"text": "I know I keep hoping I wake up one day and this multiracial hell Canada was all just a terrible nightmare , but it never happens .", "length": 25}, "10577": {"text": "God I hate Canada !", "length": 4}, "10578": {"text": "Ahead of their time , as you said Canada day is not about whites and their progeny who founded this nation anymore .", "length": 21}, "10579": {"text": "``Lookhow my family is growing - two new fellas and a baby on the way !", "length": 14}, "10580": {"text": "This is the night he and I got all engaged and stuff .", "length": 12}, "10581": {"text": "X ) `` Stone Family Band : with new in-law at far left and new future in-law at far right .", "length": 19}, "10582": {"text": "While it is hard to compete with the success of the white nationalist front under supreme chairman Goudreau , There are groups and a community here that is working to build up a local movement based on positive activism and friendly gatherings .", "length": 41}, "10583": {"text": "We have such a huge Asian problem .", "length": 7}, "10584": {"text": "If we got rid of all Asians in the country Canada would be massively white .", "length": 15}, "10585": {"text": "Blacks only account for around 4 percent of the population .", "length": 10}, "10586": {"text": "Animal Grief in the 19th Century Old Shepherd s Chief Mourner by Edwin Henry Landseer , 1827 .", "length": 16}, "10587": {"text": "During the 19th century , attributing human feelings to animals was generally considered to be more sentimentality than science .", "length": 18}, "10588": {"text": "Nevertheless , Regency and Victorian era reports abound of dogs who wasted away at their master s graves , cats who refused to eat or drink upon the death of their mistress , and even a pet monkey who committed suicide .", "length": 38}, "10589": {"text": "Some of these stories were , indeed , mere sentimentalism .", "length": 8}, "10590": {"text": "Others were poignant accounts of the behavior of indisputably grief stricken animals .", "length": 12}, "10591": {"text": "https : //mimimatthews.com/2016/03/03/ ... ampaign = buffer", "length": 8}, "10592": {"text": "Every White person on the planet should have easy access to firearms , provided they do n't have a violent criminal past or a history of mental illness .", "length": 28}, "10593": {"text": "Just watched the first few minutes of the video and will finish when I wake up .", "length": 16}, "10594": {"text": "Sounds interesting , thanks for posting it .", "length": 6}, "10595": {"text": "My Father taught me to shoot when I was 12 years old .", "length": 12}, "10596": {"text": "We would go to the range , rifle and pistol , once each week .", "length": 12}, "10597": {"text": "I taught my son when he was 12 .", "length": 8}, "10598": {"text": "I think I was my own `` tiger mom '' when in Montessori school ... around age 3 My memories are vague ( cue song ) but Mumsy said they had hoola hoops we sat in and whenever a kid stepped in mine I slapped him/her .", "length": 42}, "10599": {"text": "Yes , I was a Libertarian from birth !", "length": 7}, "10600": {"text": "Cats Musical - Memory - YouTube", "length": 4}, "10601": {"text": "I used to beg my parents to let me wear a boy swimsuit .. trunks and topless when I was 3 or 4 years old .", "length": 24}, "10602": {"text": "Finally , they relented and let me have my first pair of swimming trunks .", "length": 13}, "10603": {"text": "I swam in them once at the beach , and was wearing only swim trunks .. just like the boys .", "length": 18}, "10604": {"text": "It was also the only day I wanted to do that .", "length": 11}, "10605": {"text": "Aw c 'mon Hillary is a babe .", "length": 7}, "10606": {"text": "Sharpton just wants to get his hands on da White House fleet of limousines .", "length": 14}, "10607": {"text": "Yup .", "length": 1}, "10608": {"text": "We lose no matter what .", "length": 5}, "10609": {"text": "Just wait until they find a school where Asian girls are more violent and stupid than black males , and the leftists will have a plan on how to fight the achievement gap .", "length": 32}, "10610": {"text": "Before I became a Christian when I was a big fan of heavy metal I liked Old lead singer of Gathering Old female singer of Tristania ( my favorite ) 80 's pop was all pretty good too Cyndi Lauper Sanda Kim Wilde", "length": 41}, "10611": {"text": "It is a silly video , but it highlights the nonsensical world in which Jesus lived and the world Jesus was instrumental in changing .", "length": 23}, "10612": {"text": "Stoning - Monty Python 's Life of Brian - YouTube", "length": 8}, "10613": {"text": "Let's be clear about these Neolithic farmers .", "length": 8}, "10614": {"text": "They were not as dark as , say , a modern Iraqi .", "length": 10}, "10615": {"text": "The Neolithic farmers who migrated into Europe originated in Anatolia .", "length": 10}, "10616": {"text": "According to Mathieson 2015 , they had around a 30 % incidence of blue eyes ( versus around 25 % for the Steppe populations ) and carried the same mutations for light skin that the Steppe people did .", "length": 33}, "10617": {"text": "The native hunter-gatherers , on the other hand , show 100 % incidence of blue eyes but do not have all the same mutations for light skin as the farmer and Steppe populations .", "length": 31}, "10618": {"text": "Lactose tolerance ( again from Mathieson 2015 ) did not exist among either the Steppe pastoralists or the Neolithic farmers , but developed later amongst mixed groups ( their study found the first evidence for lactose tolerance among the Bell Beaker culture ) .", "length": 38}, "10619": {"text": "Show her a William Pierce video on YouTube and then explain it to her .", "length": 14}, "10620": {"text": "Explain how liberals are liars and anti-White and tell her about crime statistics .", "length": 14}, "10621": {"text": "She is off this week from school for thanksgiving and my other kids had school still for 2 days so she went with me to school.On way back was explaining to her my side and her mothers side of our heritage and explaining to her where the different countries were and told her we can get a map of Europe and she can color in the countries we are from .", "length": 71}, "10622": {"text": "Well we have lots of shirts that you can order and a different design will be done probably early this next week and we will be putting them up on kijiji as soon as we pick them up .", "length": 38}, "10623": {"text": "Is it where they grade you based on how cultural marxist you are or do they allow people their own views ?", "length": 21}, "10624": {"text": "So do you actually meet the people that you let join and start a chapter or are you just trusting that an anti would n't sign up so that you start directing people to them to get jumped or whatever ?", "length": 41}, "10625": {"text": "WTF is wrong with u allowing your children to have non white friends ?", "length": 13}, "10626": {"text": "Do you not realize that goddamn white genicide is upon the white race ?", "length": 13}, "10627": {"text": "Sharpless 249 and the Jellyfish Nebula Image Credit & Copyright : C\u00e9sar Blanco Gonz\u00e1lez Explanation : Normally faint and elusive , the Jellyfish Nebula is caught in this alluring telescopic mosaic .", "length": 27}, "10628": {"text": "The scene is anchored right and left by two bright stars , Mu and Eta Geminorum , at the foot of the celestial twin while the Jellyfish Nebula is the brighter arcing ridge of emission with dangling tentacles below and right of center .", "length": 41}, "10629": {"text": "In fact , the cosmic jellyfish is part of bubble-shaped supernova remnant IC 443 , the expanding debris cloud from a massive star that exploded .", "length": 24}, "10630": {"text": "Light from the explosion first reached planet Earth over 30,000 years ago .", "length": 13}, "10631": {"text": "Like its cousin in astrophysical waters the Crab Nebula supernova remnant , the Jellyfish Nebula is known to harbor a neutron star , the remnant of the collapsed stellar core .", "length": 28}, "10632": {"text": "An emission nebula cataloged as Sharpless 249 fills the field at the upper left .", "length": 14}, "10633": {"text": "The Jellyfish Nebula is about 5,000 light-years away .", "length": 10}, "10634": {"text": "At that distance , this narrowband composite image would be about 300 light-years across .", "length": 14}, "10635": {"text": "http://apod.nasa.gov/apod/astropix.html", "length": 7}, "10636": {"text": "I became a revisionist after going to Auschwitz 1 and 2 .", "length": 11}, "10637": {"text": "I 'm half german , my grandad served in the SS , so I wanted to see what he and his brothers did .", "length": 21}, "10638": {"text": "We were shown the ovens where the bodies were cremated .", "length": 10}, "10639": {"text": "Quoting the guide/historian ( he had a PHD ) here , `` there are 8 beds , each fits one body and it takes roughly 90 mins to completely incinerate a body using the techniques they employed .", "length": 33}, "10640": {"text": "In one year 2.2 million people were incinerated in these very chambers .", "length": 13}, "10641": {"text": "We have a list at the memorial of names `` I was thinking , WTF , grab me a calculator .", "length": 17}, "10642": {"text": "Well , I looked in amazement as everyone bought this rubbish .", "length": 10}, "10643": {"text": "I put my hand up and said `` Respectfully , my 9 year old nephew using primary school mathematics and tell you this is totally impossible '' .", "length": 24}, "10644": {"text": "We argued for a bit , then I asked to see the list of names .", "length": 14}, "10645": {"text": "I was escorted from the camp/jail by 2 polish policeman as denying/questioning the hoax-acuast is illegal .", "length": 19}, "10646": {"text": "They also threatened to throw me out of the country .", "length": 10}, "10647": {"text": "Obama is by no means a muslim .", "length": 7}, "10648": {"text": "He has the blood of many muslims on his hands .", "length": 10}, "10649": {"text": "He is a jewish puppet .", "length": 5}, "10650": {"text": "And before you ask : Yes I bite my lips .", "length": 9}, "10651": {"text": "Yes I lick my lips and they are in terrible shape .", "length": 11}, "10652": {"text": "I detest chap stick .", "length": 4}, "10653": {"text": "Southern Missouri is very pretty .", "length": 5}, "10654": {"text": "Shannon county is famous for its wild horses and the whole area is timbered and rugged .", "length": 16}, "10655": {"text": "You may want to consider the Harrison Arkansas area as well .", "length": 11}, "10656": {"text": "The town of Houston is the County seat of Texas county I believe .", "length": 13}, "10657": {"text": "Mountain view is a nice little town but remember the area is somewhat impoverished .", "length": 14}, "10658": {"text": "Alley mills spring is an artists dream area .", "length": 8}, "10659": {"text": "http://www.eminencemo.com", "length": 4}, "10660": {"text": "Just buck up and stop being lazy .", "length": 7}, "10661": {"text": "Perhaps people will take you more seriously if you do n't make as many grammar errors and using repulsive language .", "length": 21}, "10662": {"text": "I newer mentioned Samis haplogroup types .", "length": 6}, "10663": {"text": "But both Samis and Finns have N1C1 .", "length": 7}, "10664": {"text": "Lager scale .", "length": 2}, "10665": {"text": "Also do some other populations like Estonians , Latvians , Lithuanians , North Russians .", "length": 11}, "10666": {"text": "And in a smaller scales Swedes , Polish , Nowegians etc. in the same area .", "length": 13}, "10667": {"text": "But like I have said many times ... the haplogroup type ALONE will not tell or describe ones whole genetic map or how one looks like .", "length": 25}, "10668": {"text": "Far from that .", "length": 3}, "10669": {"text": "And hey , we have not talked about women 's mitochondriat at all ?", "length": 12}, "10670": {"text": "Anyway ... they do n't look similar at all between Samis and Finns .", "length": 13}, "10671": {"text": "Mostly gone .", "length": 2}, "10672": {"text": "Everything is machined to well today mlst stuff is plug and play .", "length": 12}, "10673": {"text": "All i see are 1911 smiths , revolver smiths , then machinists who cut crown thread barrels .", "length": 15}, "10674": {"text": "It is a money making scam , that is why it is pushed .", "length": 12}, "10675": {"text": "It is also a breeding ground for Dieversity , and Libturd Indoctronation .", "length": 11}, "10676": {"text": "I've had this on my mind most of the day ... it 'll be important to know others in your area who you can network with .", "length": 26}, "10677": {"text": "Find other gardeners , wild plant enthusiasts , and fellow believers in your area who you can band with .", "length": 17}, "10678": {"text": "First off I would laugh so hard I 'd turn blue .", "length": 11}, "10679": {"text": "But the truth is he needs a boot party and take our flag back thank you very much .", "length": 18}, "10680": {"text": "Now teachers demand to work just 35 hours a week ... and they even want to be allowed to do five of those at home | Mail Online", "length": 26}, "10681": {"text": "When I was in grammar school I would go to the library every few days and get a new Hardy Boys book .", "length": 22}, "10682": {"text": "They were great mysteries .", "length": 4}, "10683": {"text": "I'm glad you pointed this out that anti-Bullying campaign has been used to promote homosexuals who are more likely to bully anyone who disagrees with them .", "length": 28}, "10684": {"text": "...watch this video to the end , lol .", "length": 7}, "10685": {"text": "Holocaust Survivor Tells Her Story - YouTube It 's from this channel https : //www.youtube.com/channel/UCML ... wgbpH7gn _ vebtw", "length": 20}, "10686": {"text": "One thing that occurred to me is that the soldiers with those old school battle rifles would have traded them for this Sig in a heartbeat !", "length": 26}, "10687": {"text": "perhaps if you set up the school in a white country then it will catch on and spread to multiracial parts of the world ?", "length": 24}, "10688": {"text": "What you say is true but bear in mind that what a person chooses to wear on the outside is a personal statement of what 's on the inside .", "length": 29}, "10689": {"text": "I was just debating with myself whether I should go to bed or have one last beer ...", "length": 17}, "10690": {"text": "Lo and behold , up popped The Beer thread .", "length": 8}, "10691": {"text": "Cheers !", "length": 1}, "10692": {"text": "Didn't Sextus solve this problem over a thousand years ago ? `` but amongst the Romans it is forbidden by law to do so ''", "length": 23}, "10693": {"text": "This is my home town .. these people are locals and can help you find what you want ...", "length": 17}, "10694": {"text": "I 'll be moving back soon !", "length": 6}, "10695": {"text": "Greeneville TN Homes and Land", "length": 5}, "10696": {"text": "You have to admit that they look like a scrawny desert chicken hence my use of that name over Roadrunner .", "length": 20}, "10697": {"text": "K", "length": 1}, "10698": {"text": "Not so sure this will fit your bill but March of the Titans is a great book on European History .", "length": 20}, "10699": {"text": "Here 's a free PDF http://wnlibrary.com/Portabel % 20Docu ... e % 20Titans.pdf", "length": 13}, "10700": {"text": "What is you teaching schedule like ?", "length": 6}, "10701": {"text": "Do you do certain subjects some days or some weeks and others in different days or weeks ?", "length": 17}, "10702": {"text": "How long per day do you go ?", "length": 7}, "10703": {"text": "Do you take weeks off for vacations or trips or just a break ?", "length": 13}, "10704": {"text": "seven billion `` Humans '' on the planet and with Open borders , H1-b visas , fake social security numbers , colleges hiring foreign nationals over White Legal Americans , and Obama 's Amnesty on line with an apathetic public , , , well , dye your skin black and unlearn your english and you might get a good job .", "length": 51}, "10705": {"text": "Microsoft , Amazon , Intel , Hewlett Packard all prefer Hindus and Chinese to Americans .", "length": 12}, "10706": {"text": "Have not read the Sagas since I was a kid .", "length": 10}, "10707": {"text": "It always sucks to have your heroes knocked off the pedestal you put them on .", "length": 15}, "10708": {"text": "I have one word for you ....... MOVE . We chose this area because we wanted our children to go to all white schools .", "length": 22}, "10709": {"text": "There are quite a few books on Alexander - no need to torture the brain cells trying to decipher someone 's really bad writing .", "length": 23}, "10710": {"text": "The Peter Green book is pretty good .", "length": 7}, "10711": {"text": "It has some interesting appendices as well , as well as maps etc .", "length": 12}, "10712": {"text": "Apparently, many are not yet out of the closet .", "length": 9}, "10713": {"text": "Many of the famous artists , poets , actors , theater/stage actors , home designers , fashion designers , sculptors , ( all of these are artists ) are gay .", "length": 22}, "10714": {"text": "Sorry that you were unaware .", "length": 5}, "10715": {"text": "Have you looked at a fashion magazine lately ??", "length": 8}, "10716": {"text": "By the way he did n't film the scene for entertainment but because the negro would have lied and the white would have gotten in trouble so it was to protect himself from any future false accusation .", "length": 38}, "10717": {"text": "Don't like the way the cowards kicks Tyrone on the floor then his mate screams like he has won the fight .", "length": 22}, "10718": {"text": "Cowards .", "length": 1}, "10719": {"text": "atrabilious ( ah-truh-BIL-yus ) , adj .", "length": 6}, "10720": {"text": "1. morbidly melancholy , 2. irritable ; bad-tempered ; splenetic .", "length": 8}, "10721": {"text": "Also , atrabiliar ( ah-truh-BIL-yar ) [ Origin : 1645 55 ; < L atra bili ( s ) black bile + - ous ] at \u00b7 ra \u00b7 bil \u00b7 ious \u00b7 ness , n .", "length": 22}, "10722": {"text": "There was a crooked man who walked a crooked mile , he kept a crooked cat in a crooked house for style , he gave a crooked smile in a crooked-minded way , to anyone who suffered on this atrabilious day .", "length": 39}, "10723": {"text": "St. John 's College Choir , Cambridge , England : Come , thou long expected Jesus : St John 's College Choir , Cambridge - YouTube St John 's College Choir Cambridge - Wise - Prepare ye the way - YouTube Jesus Christ , the Apple Tree Merry Christmas ( almost ) --last week in Advent !!!!!!", "length": 43}, "10724": {"text": "Erik", "length": 1}, "10725": {"text": "No, I must have two or three kids and teach them to be racially-aware .", "length": 15}, "10726": {"text": "Discussing a past historical event does n't `` preserve '' anything ....", "length": 10}, "10727": {"text": "Reproducing does ....", "length": 2}, "10728": {"text": "LA traffic to cause riots during 2 day construction shutdown of 405 fwy .", "length": 13}, "10729": {"text": "Los Angeles braces for weekend of `` Carmageddon '' - US news - msnbc.com", "length": 11}, "10730": {"text": "I plan on posting the above quote after every post until this really funny joke thread is done with .", "length": 19}, "10731": {"text": "It should be moved to the really funny joke section .", "length": 10}, "10732": {"text": "If you are talking about Alexander the Great then yes .", "length": 10}, "10733": {"text": "It has happened up to the late 90 's with Hong Kong .", "length": 12}, "10734": {"text": "``Whiteteacher puts Negro in his place ! ''", "length": 6}, "10735": {"text": "No , unfortunately he did n't .", "length": 6}, "10736": {"text": "That negro 's place is in Africa , and the teacher did n't send him there .", "length": 16}, "10737": {"text": "We Whites are built for grappling .", "length": 6}, "10738": {"text": "Let the Apes use their long arms to throw their monkey punches , and let us Whites use wrestling takedowns and submissions .", "length": 21}, "10739": {"text": "Mixed martial arts is generally considered mixing Western and Asian arts together .", "length": 12}, "10740": {"text": "Oh and Pankration was a martial sport not a martial art", "length": 11}, "10741": {"text": "1.", "length": 1}, "10742": {"text": "Custom carbine AR ( one of mine will do ) 2 .", "length": 9}, "10743": {"text": "Mossberg 590a1 with bayonet 3 .", "length": 5}, "10744": {"text": "Ak47 with folding stock 4 .", "length": 5}, "10745": {"text": "M & p Vtac 45 5 .", "length": 5}, "10746": {"text": "Remington 700 sps tactical", "length": 4}, "10747": {"text": "yes RoadHog i did check into j and g they sound good , im hoping i will find one on the shelf soon tho , the mosin", "length": 25}, "10748": {"text": "I'll update my list a bit .", "length": 7}, "10749": {"text": "CZ-75 Tactical Sports ( 9 mm ) Mossberg shotgun ( 12 gauge ) Finnish RK 95 TP ( 7.62x39 ) M14 with scope ( 7.62x51 ) H & K 416 ( 5.56x45 ) I sort of regret not being able to pick the AKS-74 carbine as my sixth .", "length": 42}, "10750": {"text": "But finding ammunition is important .", "length": 5}, "10751": {"text": "Probably from the two minimum wage part time jobs ........ Oh wait , whites need not apply .", "length": 15}, "10752": {"text": "I forgot .", "length": 2}, "10753": {"text": "Opps .", "length": 1}, "10754": {"text": "Viva la MayheeKo !", "length": 3}, "10755": {"text": "Loopwheels: for a smoother , more comfortable bicycle ride by Sam Pearce & mdash ; Kickstarter https : //s3.amazonaws.com/ksr/assets/ ... jpg ? 1364315377 https : //s3.amazonaws.com/ksr/assets/ ... JPG ? 1366027343 I like the optical illusion of solid mag wheels produced by the spring wheels .", "length": 43}, "10756": {"text": "https : //s3.amazonaws.com/ksr/assets/ ... jpg ? 1365024003", "length": 8}, "10757": {"text": "Yes, precisely !!", "length": 2}, "10758": {"text": "If a white person wants to do well at any kind of academic subject , languages , art etc etc. then simply fill your essays with racial integration , feminism and the love of other cultures and the like and you 'll be fine !", "length": 41}, "10759": {"text": "It's quite clear you have no argument so you 're now trying to get me to bite with your Jewish nonsense .", "length": 22}, "10760": {"text": "I need to dust these off and get them back in my work out routine ... it gives you a feeling of purpose to do these , it helps you connect and relate to the folks they 're named in honor of .", "length": 40}, "10761": {"text": "Every time you see or hear about a British politician fawning over Israel just remember that country was founded by terrorists who killed British soldiers and policemen - www.thetruthseeker.co.uk/ ? p = 119398", "length": 33}, "10762": {"text": "This is the same race that thinks raping babies cures AIDS .", "length": 11}, "10763": {"text": "Or the same race that thought the 1st Klan were actual ghosts .", "length": 12}, "10764": {"text": "So the Jews are Gods chosen people and we are the dumb cattle used to bring the Jews back to Gods fold .", "length": 22}, "10765": {"text": "Now I just need to figure out what you are doing here .", "length": 12}, "10766": {"text": "Blacks can shoot , funny thing is they only seem to be able to hit the little innocent law abiding child , walking home from church to help take of their sick mother .", "length": 31}, "10767": {"text": "I knew something like this could happen on May 5th American Thinker Blog : Students sent home for wearing American flag on Cinco de Mayo Woooh , the comments section is burnin ' over this Five students sent home for wearing American flag T-shirts on Cinco de Mayo .", "length": 46}, "10768": {"text": "Go to either the school or the board of education and tell them you want to remove your child.Should be some papers you need to sign .", "length": 27}, "10769": {"text": "Really?", "length": 1}, "10770": {"text": "I was always under the impression that the whole sitting down together and being friendly story was a bunch of BS .", "length": 21}, "10771": {"text": "Not because the white man was evil , but because the `` natives '' were .", "length": 12}, "10772": {"text": "Interesting .", "length": 1}, "10773": {"text": "Two seasons ago this child with her brat-antics and rudeness all but ruined the final weeks of America 's Got Talent , one of the few TV shows I watch and enjoy .", "length": 32}, "10774": {"text": "The LAST thin I want to do is go to her website .", "length": 12}, "10775": {"text": "We attended a large Halloween party at a local church .", "length": 10}, "10776": {"text": "No trick-or-treaters braved our long driveway .", "length": 8}, "10777": {"text": "There are only eight people living within a mile of my house , and none closer than a quarter-mile .", "length": 19}, "10778": {"text": "I was dressed as the `` Gorton 's Fisherman ; Trust Me ! '' complete with grey beard , yellow rain-slicker , and ship 's wheel .", "length": 21}, "10779": {"text": "My lady was dressed as Scarlett O' Hara .", "length": 8}, "10780": {"text": "After the party and kid 's games , there were two dozen little `` houses '' set up in the parking lot for trunk-or-treat candy for the kids .", "length": 27}, "10781": {"text": "Our town has made the heavily-chaperoned Main-Street party the Halloween tradition .", "length": 13}, "10782": {"text": "Very few parents are sending their children out in the dark even in our all-white community .", "length": 17}, "10783": {"text": "The innocence is gone .", "length": 4}, "10784": {"text": "To love ones people in these dark ages is considered a weakness to be exploited .", "length": 15}, "10785": {"text": "In these dark days of jewish/Marxist/mafia dominated materialistic societies where everyone and anyone is only a bank note to be traded .", "length": 23}, "10786": {"text": "We are in the Kali Yuga .", "length": 6}, "10787": {"text": "I saw the movie Valkyrie with Tom Cruise in the lead role .", "length": 12}, "10788": {"text": "It might have been a good film but Cruise really stunk as the German officer .", "length": 15}, "10789": {"text": "That's why people have more than one haplogroup again they mark genetic ancestry no one on the planet nowadays only has one ancestor", "length": 24}, "10790": {"text": "(Warning: do not watch on a full stomach ) I 'm Jewish And You Know It - Official Parody to Sexy and I know it - YouTube", "length": 24}, "10791": {"text": "``Hey,boys, what are ya haulin ' ? '' http://28.media.tumblr.com/tumblr_lb...dmnto1_500.jpg Report : Nuclear weapon drivers sometimes got drunk Buzz up ! 19 votes Share retweet Email Print 2 hrs 20 mins ago WASHINGTON The U.S. Energy Department 's watchdog says [ COLOR = #366388 ! important ] [ COLOR = #366388 ! important ] government [ COLOR = #366388 ! important ] agents [ /COLOR ] [ /COLOR ] [ /COLOR ] hired to drive nuclear weapons and components in trucks sometimes got drunk on the job , including an incident last year when two agents were detained by police at a local bar during a convoy mission .", "length": 92}, "10792": {"text": "Report : Nuclear weapon drivers sometimes got drunk - Yahoo !", "length": 8}, "10793": {"text": "News", "length": 1}, "10794": {"text": "Post the topics discussed in class as they come up on this thread .", "length": 13}, "10795": {"text": "Many of us or our children will be attending school and want to hear what drivel they are dishing out so we will know what to expect .", "length": 27}, "10796": {"text": "I went to trade school when I turned 18 for welding .", "length": 11}, "10797": {"text": "In another year I 'll have my B/S in civil engineering .", "length": 12}, "10798": {"text": "I've said all there is to be said on your ignorance and with that ; The village idiot , will always be , the village idiot .", "length": 24}, "10799": {"text": "A really good teacher or tutor could have implemented BOTH the interest and the subject into problems .", "length": 17}, "10800": {"text": "Instead of just telling the child that 2 + 2 = 4 because the math book said so , they could have put that into a ' problem ' and solution .", "length": 26}, "10801": {"text": "Q : If Timmy can hop a distance of 2 feet and he makes 2 hops , how far did he hop from the starting point to the finishing point ?", "length": 28}, "10802": {"text": "A : 4 feet As an exercise , you could get your kids to `` hop '' or step a few times and using a tape measure , figure out their ' average ' stride distance .", "length": 29}, "10803": {"text": "If little Timmy has an average ' stride ' of 1 foot , and he walks 6 strides , you would measure ' approximately 6 feet .", "length": 21}, "10804": {"text": "What if Johnny wants to be the quarterback on the football team ?", "length": 12}, "10805": {"text": "Why punish him for not being good at math when you could use the football field as one of the tools to help improve his math skills ?", "length": 27}, "10806": {"text": "Exercise : Get Johnny to pass the football to Jimmy during practice .", "length": 11}, "10807": {"text": "Q : If Johnny was at his own 10 yard line when he threw the ball and Jimmy was at his 30 yard line when he caught the ball , how many yards did Johnny throw the ball ?", "length": 36}, "10808": {"text": "A : 20 yards Q : If 3 feet = 1 yard , What distance ( in feet ) was Johnny 's 20 yard football pass ?", "length": 20}, "10809": {"text": "A : 60 feet Q : Johnny 's team had the football on the 50 yard line .", "length": 15}, "10810": {"text": "When Jimmy snapped the pass to Johnny he dropped the ball , then recovered it on his own 36 yard line .", "length": 20}, "10811": {"text": "How many yards were lost on that play ?", "length": 8}, "10812": {"text": "How many feet were lost ?", "length": 5}, "10813": {"text": "A : 14 yards , or 42 feet Johnny 's ' homeschool math assignment ' could be 10 or 15 problems that he learned on the field that day .", "length": 25}, "10814": {"text": "Maybe it would give him a better appreciation for math if he actually applied it to something while he was having fun .", "length": 22}, "10815": {"text": "If the International Drug Cartels are causing so much DEATH and DESTRUCTION in Mexico , then why allow them to just walk across our Border ?", "length": 24}, "10816": {"text": "you just say blacks hate the cold. the only reason they are good athletes is because when you have to run lions and tigers you get fast or eaten .", "length": 29}, "10817": {"text": "I relate to a coon runiing a football is like a coon with a tv running from a police siren .", "length": 20}, "10818": {"text": "`Interesting' to see someone of the same radio outfit to praise this figure , while there was an amazing show dedicated to uncovering the facts regarding this anti-German filth .", "length": 29}, "10819": {"text": "Are you a Jew ?", "length": 4}, "10820": {"text": "I 'm beginning to wonder with all your posts defending the greatest race-traitor and puppet-of-Jewry that Great Britain has ever produced .", "length": 24}, "10821": {"text": "11", "length": 1}, "10822": {"text": "I think if there are cases of infected people in your area , then yeah Id take them out of school .", "length": 20}, "10823": {"text": "Probably be a good idea to call your kid 's teachers and find out what they are learning about so you dont cause your kids to fall behind in their classwork though , and it will send a message to the school that you dont intend to not educate your kids which might get them off your back a bit .", "length": 59}, "10824": {"text": "The lesbian student will probably find a jew lawyer and sue for violating her civil rights.That 's a common jew tactic .", "length": 22}, "10825": {"text": "I sure hope they do that with mine because I have a mental block to all math past adding and subtracting !", "length": 21}, "10826": {"text": "I did ok with my first year of algebra in college ; however , I do know that it is going to get harder !", "length": 22}, "10827": {"text": "Susan", "length": 1}, "10828": {"text": "Who said the Bible was written by the Jews of today ?", "length": 11}, "10829": {"text": "Only they do and all their brainwash followers .", "length": 8}, "10830": {"text": "Old Bible scholars beleive the Bible was written by White Germanic people .", "length": 12}, "10831": {"text": "The 1st time Jews were even talked about in the Bible was in I Kings and they are at war tring to kill God 's people ( the Hebrews ) .", "length": 28}, "10832": {"text": "How can the Jews be the same as God 's people when they are tring to kill them ?", "length": 18}, "10833": {"text": "The word Jews was not even in old text Bibles .", "length": 10}, "10834": {"text": "Most Bibles never used the word Jew untill the late 1700 's .", "length": 12}, "10835": {"text": "The word Jew also had many different meanings in the old days .", "length": 12}, "10836": {"text": "A good book to read on this is a Bible Conderence .", "length": 11}, "10837": {"text": "The word Jew has changed all throughout history .", "length": 8}, "10838": {"text": "The word Jew mean a tribe from Jueda , the word Jew then meant a person living in Jueda , and then it meant a race of people .", "length": 26}, "10839": {"text": "The Jews of today have only been a `` race '' since about 1000 AD called Jews .", "length": 15}, "10840": {"text": "Kinda proves they are n't the Herbrews of the Bible .", "length": 11}, "10841": {"text": "Not once in the Bible are Jesus or God 's people ever called a Jew .", "length": 15}, "10842": {"text": "The only time Jesus is called a Jew , is when the Jews are mocking him on his trail .", "length": 18}, "10843": {"text": "The Jews are called the antichrist , children of Satan , liars , thieves , and murderers throughout the whole Bible .", "length": 17}, "10844": {"text": "I would say more , but I will be bending SF rules .", "length": 11}, "10845": {"text": "I'm going to post this one a bit early just in case .", "length": 13}, "10846": {"text": "Not to mention the fact that I had never heard of it anywhere before .", "length": 14}, "10847": {"text": "Nothing special , just a brand spanking new word for me .", "length": 10}, "10848": {"text": "Main Entry : epis \u00b7 tro \u00b7 phe Pronunciation : i- ' pis-tr & - ( \" ) fE Function : noun Etymology : Greek epistrophE , literally , turning about , from epi - + strophE turning -- more at STROPHE : repetition of a word or expression at the end of successive phrases , clauses , sentences , or verses especially for rhetorical or poetic effect ( as Lincoln 's `` of the people , by the people , for the people '' ) -- compare ANAPHORA", "length": 61}, "10849": {"text": "With that many groups under the same AO , I wonder how much toe stepping is going to occur ... hope none of our own people get hurt .", "length": 26}, "10850": {"text": "I eventually came to the conclusion that jews behave more like a criminal syndicate than any respectable religion .", "length": 18}, "10851": {"text": "This would explain their need to get their people inside every organization including christian churches and force themselves into power positions no matter the cost to anyone else .", "length": 28}, "10852": {"text": "For those of us who have dealt directly with jews , its not very different than having dealt with the mafia .", "length": 20}, "10853": {"text": "Surely at this point you had a duty to call him out amongst all the other guests for that vile remark ?!", "length": 21}, "10854": {"text": "So, water is actually heavier than liquefied dino-dong .", "length": 9}, "10855": {"text": "And still water ends up on the top and oil on the bottom .", "length": 13}, "10856": {"text": "And all those holes below 40,000 feet are filled with oil instead of water .", "length": 15}, "10857": {"text": "Well , there goes the dino-dong theory , down the memory , I mean the water hole ... sorry", "length": 16}, "10858": {"text": "I think the final bills should be online at least a month before they are scheduled for a vote .", "length": 19}, "10859": {"text": "That is transparency .", "length": 3}, "10860": {"text": "i've seen it , the whole thing and i remember the part where he started to talk about BLACK MALES and showed a bunch of these news clips saying `` the suspect is a black male '' etc. acting like we are suppose to feel sorry for them and they are all innocent. and like you said , i don`t think one black person was interviewed ...", "length": 64}, "10861": {"text": "I lived in Tulsa awhile back right down from the airport .", "length": 11}, "10862": {"text": "I was n't there too long but long enough to hate that place .", "length": 14}, "10863": {"text": "Be safe .", "length": 2}, "10864": {"text": "I concur with you totally , it 's a sick county I live in .", "length": 13}, "10865": {"text": "They said that statistics show that by the year 2011 Espanol will be the main spoken laungage .", "length": 17}, "10866": {"text": "Teach him to be proud of his white heritage and let him know that acting like a wigger is demoralising him ...", "length": 21}, "10867": {"text": "i never really got in too much trouble , because the dean of my school is also the head football coach and i play football so were cool , connections", "length": 28}, "10868": {"text": "MY best mate has this problem and it makes me sad its like he is scared but i cant do anything the more i go on with it the more he gets sick of it.So i think dont force it on them that may turn them away however hard it is to sit there and listen to them say `` i dont care ''", "length": 63}, "10869": {"text": "Just break up with him and never talk to him again !", "length": 11}, "10870": {"text": "He 's nothing but a jerk and a piece of trash !", "length": 11}, "10871": {"text": "Queens78322, I am on my way to meet with a few member of National Alliance and I will present your speech to them .", "length": 23}, "10872": {"text": "We will proof read it and send along suggestions .", "length": 9}, "10873": {"text": "Well good luck and I have it bookmarked and will check back every so often .", "length": 15}, "10874": {"text": "I like the whole idea of blogs .", "length": 7}, "10875": {"text": "in some ways i 'd say the movie `` Full Metal Jacket '' is ... the first few lines of that movie are great haha", "length": 22}, "10876": {"text": "I'm from Riverside , but my Gf lives in San Diego .. so i 'm down there a couple of times a week Welcome to StormFront , Sister .", "length": 26}, "10877": {"text": "88 !", "length": 1}, "10878": {"text": "- Jim", "length": 1}, "10879": {"text": "I live in California and the only school race riots I hear about are blacks vs. mexicans during Cinco de Mayo lol .", "length": 22}, "10880": {"text": "Are you kidding me ?", "length": 4}, "10881": {"text": "I 've gone to public school all my life and have been force fed this crap since 7th grade !!", "length": 19}, "10882": {"text": "Everytime I hear the word `` Yugo '' I think of that scene in Dragnet , where Sergeant Joe Friday says `` the department furnished us with a 1985 Yugo , the cutting edge of serbo-croatian technology !! ''", "length": 33}, "10883": {"text": "i did a project on hitler for school and i read mein kampf and i got a lot of * * * * from the teachers and black kids but * * * * them im gonna read whut im gonna read wpww", "length": 35}, "10884": {"text": "I'm not a skin ... although my head has been shaved a few times !", "length": 14}, "10885": {"text": "If you ever want to just talk to a White activist that is n't a skin , just PM me or AOL : NeoBioCP3 Regards , Kyle", "length": 25}, "10886": {"text": "How come everybody wants to change their names all of a sudden ?", "length": 12}, "10887": {"text": "Mods and everybody else , please see this thread ...", "length": 8}, "10888": {"text": "https : //www.stormfront.org/forum/show ... threadid = 75315", "length": 8}, "10889": {"text": "im gonna be in the springs area here soon just e-mail me if you want to meet me somehwere like indy nation ( lotsa skins there )", "length": 26}, "10890": {"text": "My god , what were your parents thinking ????", "length": 7}, "10891": {"text": "I seriously hope you have been able to overcome that burden and have gone on to achieve your goals .", "length": 19}, "10892": {"text": "What I meant was blacks are the oldest living humans on earth .", "length": 12}, "10893": {"text": "Therefore they had to practice slavery before all other races .", "length": 10}, "10894": {"text": "Actually, I 'm not a cook anymore .", "length": 7}, "10895": {"text": "Just got back from my new job .", "length": 7}, "10896": {"text": "I drive a forklift in docking bay .", "length": 7}, "10897": {"text": "Just remember he killed a white cop in one of his bombings , according to ABC .", "length": 15}, "10898": {"text": "I think the cop was white .", "length": 6}, "10899": {"text": "Sorry for watching such a liberal news channel .", "length": 8}, "10900": {"text": "Parents were watching it as I was doing homework .", "length": 9}, "10901": {"text": "ya my little sister doesnt like little black girls when they try to talk to her she pulls a disgusted face and says why are you black ?? and i laugh and say `` Maggie dont talk to her ''", "length": 37}, "10902": {"text": "Absolutely!", "length": 1}, "10903": {"text": "Once the blood line is mixed it is no longer white and is ruined .", "length": 14}, "10904": {"text": "You may as well think of it as the blood of an animal .", "length": 13}, "10905": {"text": "Hey It 's a lot easier in High school than in Middle school because in high school people stop careing so much how the other people see them .", "length": 28}, "10906": {"text": "Just keep your eyes open because you 'll find friends in the places you least expect .", "length": 16}, "10907": {"text": "Whites are already a minority in my area .", "length": 8}, "10908": {"text": "And yes , they will steal anything from whites because they think whites owe them something , so it 's ok to steal .", "length": 21}, "10909": {"text": "i use it as way to intimidae jew to show them that there are still people who are aginst them it did originate in Roman it was called the wariors salute", "length": 31}, "10910": {"text": "They are n't a band they are a group. like a white pride group. they are pretty big , they 've been on tv quite a few times .", "length": 28}, "10911": {"text": "They do alot of demonstrations against immigration and for the confederate flag and are against interracial stuff .", "length": 17}, "10912": {"text": "no sorry once again i tried to quote the comment i made in the previous post , i dont know how to do it my fault adam 88 : [ ] !!", "length": 27}, "10913": {"text": "They way my mom found out was by my Negro loving sister and my sister found out because a black racist bus driver started to call my sister and her friends racial names so I said I would get some of my friends and we would go on that bus to ``make a statement`` and she told .", "length": 57}, "10914": {"text": "I guess I got all the brains in the family .", "length": 10}, "10915": {"text": "I am 18 from chicago. i would like to chat with someone via EMAIl or AIM to chat about your beliefs and mine ... someone near my age also. my AIM screen name is eldawg4100", "length": 34}, "10916": {"text": "No, I cant say that I have been through that .", "length": 10}, "10917": {"text": "Ive never liked rap , or to be closely associated with blacks in any way .", "length": 14}, "10918": {"text": "I just recently quit smoking cigarettes ( very hard stuff ) and I will say I do like to get together with a few friends and have a few beers , but that 's all I 'll do .", "length": 35}, "10919": {"text": "I know I would stick up for a white girl any day .", "length": 12}, "10920": {"text": "I could n't stand by and let that happen .", "length": 10}, "10921": {"text": "Those of the youth hold the future .... just listen to your old farts and young at heart 20 's and 30 's for a little advise", "length": 26}, "10922": {"text": "Hey, hey now let 's not bury this so fast .", "length": 10}, "10923": {"text": "Check it out this is disturbing but insightfull and revealing information that are people here need to see .", "length": 18}, "10924": {"text": "Those of you listening to the new edition of the My Awakening Audio Book -- How do you like it so far ?", "length": 21}, "10925": {"text": "I'd start with Justin and all the living Prime Ministers , I would even have Trudeau seniors corpse pulled out from the wall of the family mauseleum and decapitated for good measure .", "length": 32}, "10926": {"text": "Yes it 's sad one minute they 're `` racist '' then they 're shacked up with an Asian sunshine girl or a sheboon .", "length": 22}, "10927": {"text": "Justin Trudeau Behaving Like a Child ` I saw him stick his tongue out ' : Trudeau accused of ` childish behaviour ' in House of Commons | Globalnews.ca .", "length": 24}, "10928": {"text": "When I drove around the more Northern part Ontario I went to school yards to observe the race of the children and saw Blacks and Asiatics there plus too many Natives .", "length": 31}, "10929": {"text": "Today just add the Muslims whom they place just about everywhere .", "length": 11}, "10930": {"text": "I can only pray this babboon mongoloid did n't have any children so his seed will not continue on on this Earth .", "length": 23}, "10931": {"text": "This is from a black forum , they are not happy about this .", "length": 12}, "10932": {"text": "Reports that Trump will meet with group seeking independence for White South Africans | Sports , Hip Hop & Piff - The Coli", "length": 19}, "10933": {"text": "Trudeau is the white Obama as he does n't care about the people of Canada but all the third world crap he 's allowing into Canada", "length": 27}, "10934": {"text": "Why would any white European in his or her right white mind want to move to a country that imports hundreds of thousands of nonwhites every year ?", "length": 27}, "10935": {"text": "This is what Pierre Trudeau gave Canadians once .", "length": 8}, "10936": {"text": "I ca n't find an actual picture of it anywhere , but there 's lots of references to it .", "length": 19}, "10937": {"text": "Trudeau Saluteunknown ( -0.191 ) Another way to say `` giving the finger '' or `` flipping the bird '' which is primarily used in Canada .", "length": 21}, "10938": {"text": "This is after a famous incident of former Prime Minister Pierre Trudeau , who gave the finger to a group of protesters who were yelling anti-french sayings at him .", "length": 29}, "10939": {"text": "Billy - `` That guy would n't leave me alone , so I gave him the Trudeau salute . ''", "length": 16}, "10940": {"text": "Wish we at least had a Marine Le Pen to vote for in Canada .", "length": 14}, "10941": {"text": "Its like the choices are white genocide candidate 1 , 2 , or 3", "length": 12}, "10942": {"text": "Why White people used to say that sex was a sin used to be a mystery to me until I saw the children of browns and mixed race children popping up all around me .", "length": 34}, "10943": {"text": "Now I get it !", "length": 4}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/sorted_top_vocab.json b/cache_dir/hate_speech18_default_train_text/sorted_top_vocab.json new file mode 100644 index 0000000000000000000000000000000000000000..ba9d905b5eee4a89e440cbac2c31d31fc3df56a8 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/sorted_top_vocab.json @@ -0,0 +1 @@ +{"white": {"count": 1273, "proportion": 0.01368405211334222, "vocab": "white"}, "like": {"count": 793, "proportion": 0.008524315259921743, "vocab": "like"}, "people": {"count": 617, "proportion": 0.006632411747000903, "vocab": "people"}, "one": {"count": 521, "proportion": 0.005600464376316808, "vocab": "one"}, "youtube": {"count": 516, "proportion": 0.005546717117427011, "vocab": "youtube"}, "get": {"count": 477, "proportion": 0.0051274884980865975, "vocab": "get"}, "black": {"count": 423, "proportion": 0.004547018102076794, "vocab": "black"}, "see": {"count": 377, "proportion": 0.004052543320290665, "vocab": "see"}, "good": {"count": 371, "proportion": 0.003988046609622909, "vocab": "good"}, "www": {"count": 341, "proportion": 0.0036655630562841294, "vocab": "www"}, "whites": {"count": 325, "proportion": 0.0034935718278367805, "vocab": "whites"}, "know": {"count": 316, "proportion": 0.0033968267618351465, "vocab": "know"}, "com": {"count": 309, "proportion": 0.003321580599389431, "vocab": "com"}, "go": {"count": 306, "proportion": 0.003289332244055553, "vocab": "go"}, "time": {"count": 282, "proportion": 0.0030313454013845293, "vocab": "time"}, "think": {"count": 281, "proportion": 0.00302059594960657, "vocab": "think"}, "new": {"count": 274, "proportion": 0.0029453497871608546, "vocab": "new"}, "school": {"count": 271, "proportion": 0.002913101431826977, "vocab": "school"}, "back": {"count": 261, "proportion": 0.0028056069140473838, "vocab": "back"}, "want": {"count": 251, "proportion": 0.00269811239626779, "vocab": "want"}, "us": {"count": 245, "proportion": 0.0026336156856000344, "vocab": "us"}, "say": {"count": 244, "proportion": 0.002622866233822075, "vocab": "say"}, "http": {"count": 241, "proportion": 0.002590617878488197, "vocab": "http"}, "well": {"count": 240, "proportion": 0.002579868426710238, "vocab": "well"}, "race": {"count": 231, "proportion": 0.002483123360708604, "vocab": "race"}, "many": {"count": 226, "proportion": 0.0024293761018188073, "vocab": "many"}, "old": {"count": 222, "proportion": 0.00238637829470697, "vocab": "old"}, "day": {"count": 220, "proportion": 0.0023648793911510515, "vocab": "day"}, "way": {"count": 214, "proportion": 0.0023003826804832953, "vocab": "way"}, "kids": {"count": 211, "proportion": 0.0022681343251494176, "vocab": "kids"}, "year": {"count": 211, "proportion": 0.0022681343251494176, "vocab": "year"}, "years": {"count": 209, "proportion": 0.0022466354215934987, "vocab": "years"}, "around": {"count": 208, "proportion": 0.0022358859698155395, "vocab": "around"}, "even": {"count": 205, "proportion": 0.0022036376144816613, "vocab": "even"}, "never": {"count": 203, "proportion": 0.002182138710925743, "vocab": "never"}, "got": {"count": 200, "proportion": 0.0021498903555918648, "vocab": "got"}, "blacks": {"count": 196, "proportion": 0.0021068925484800274, "vocab": "blacks"}, "every": {"count": 191, "proportion": 0.002053145289590231, "vocab": "every"}, "need": {"count": 191, "proportion": 0.002053145289590231, "vocab": "need"}, "video": {"count": 188, "proportion": 0.0020208969342563527, "vocab": "video"}, "going": {"count": 188, "proportion": 0.0020208969342563527, "vocab": "going"}, "great": {"count": 185, "proportion": 0.001988648578922475, "vocab": "great"}, "news": {"count": 182, "proportion": 0.001956400223588597, "vocab": "news"}, "find": {"count": 181, "proportion": 0.0019456507718106377, "vocab": "find"}, "look": {"count": 181, "proportion": 0.0019456507718106377, "vocab": "look"}, "make": {"count": 178, "proportion": 0.0019134024164767598, "vocab": "make"}, "also": {"count": 178, "proportion": 0.0019134024164767598, "vocab": "also"}, "anyone": {"count": 171, "proportion": 0.0018381562540310443, "vocab": "anyone"}, "watch": {"count": 170, "proportion": 0.001827406802253085, "vocab": "watch"}, "country": {"count": 170, "proportion": 0.001827406802253085, "vocab": "country"}, "live": {"count": 169, "proportion": 0.0018166573504751259, "vocab": "live"}, "last": {"count": 169, "proportion": 0.0018166573504751259, "vocab": "last"}, "much": {"count": 168, "proportion": 0.0018059078986971664, "vocab": "much"}, "first": {"count": 163, "proportion": 0.0017521606398073698, "vocab": "first"}, "hope": {"count": 162, "proportion": 0.0017414111880294104, "vocab": "hope"}, "looking": {"count": 159, "proportion": 0.0017091628326955325, "vocab": "looking"}, "always": {"count": 155, "proportion": 0.0016661650255836952, "vocab": "always"}, "world": {"count": 153, "proportion": 0.0016446661220277765, "vocab": "world"}, "show": {"count": 151, "proportion": 0.001623167218471858, "vocab": "show"}, "home": {"count": 151, "proportion": 0.001623167218471858, "vocab": "home"}, "non": {"count": 150, "proportion": 0.0016124177666938986, "vocab": "non"}, "right": {"count": 150, "proportion": 0.0016124177666938986, "vocab": "right"}, "take": {"count": 149, "proportion": 0.0016016683149159393, "vocab": "take"}, "thread": {"count": 147, "proportion": 0.0015801694113600207, "vocab": "thread"}, "ever": {"count": 144, "proportion": 0.0015479210560261428, "vocab": "ever"}, "two": {"count": 142, "proportion": 0.001526422152470224, "vocab": "two"}, "let": {"count": 140, "proportion": 0.0015049232489143054, "vocab": "let"}, "post": {"count": 138, "proportion": 0.0014834243453583868, "vocab": "post"}, "ireland": {"count": 137, "proportion": 0.0014726748935804273, "vocab": "ireland"}, "stormfront": {"count": 136, "proportion": 0.001461925441802468, "vocab": "stormfront"}, "thing": {"count": 136, "proportion": 0.001461925441802468, "vocab": "thing"}, "jews": {"count": 135, "proportion": 0.0014511759900245088, "vocab": "jews"}, "im": {"count": 135, "proportion": 0.0014511759900245088, "vocab": "im"}, "come": {"count": 133, "proportion": 0.0014296770864685902, "vocab": "come"}, "man": {"count": 132, "proportion": 0.0014189276346906307, "vocab": "man"}, "said": {"count": 131, "proportion": 0.0014081781829126715, "vocab": "said"}, "put": {"count": 131, "proportion": 0.0014081781829126715, "vocab": "put"}, "something": {"count": 130, "proportion": 0.001397428731134712, "vocab": "something"}, "ago": {"count": 129, "proportion": 0.0013866792793567528, "vocab": "ago"}, "really": {"count": 128, "proportion": 0.0013759298275787934, "vocab": "really"}, "children": {"count": 126, "proportion": 0.001354430924022875, "vocab": "children"}, "maybe": {"count": 126, "proportion": 0.001354430924022875, "vocab": "maybe"}, "little": {"count": 126, "proportion": 0.001354430924022875, "vocab": "little"}, "area": {"count": 123, "proportion": 0.0013221825686889968, "vocab": "area"}, "anything": {"count": 119, "proportion": 0.0012791847615771595, "vocab": "anything"}, "https": {"count": 118, "proportion": 0.0012684353097992002, "vocab": "https"}, "long": {"count": 116, "proportion": 0.0012469364062432816, "vocab": "long"}, "someone": {"count": 115, "proportion": 0.0012361869544653223, "vocab": "someone"}, "nothing": {"count": 115, "proportion": 0.0012361869544653223, "vocab": "nothing"}, "saw": {"count": 115, "proportion": 0.0012361869544653223, "vocab": "saw"}, "times": {"count": 114, "proportion": 0.0012254375026873629, "vocab": "times"}, "seen": {"count": 112, "proportion": 0.0012039385991314442, "vocab": "seen"}, "another": {"count": 112, "proportion": 0.0012039385991314442, "vocab": "another"}, "read": {"count": 112, "proportion": 0.0012039385991314442, "vocab": "read"}, "start": {"count": 112, "proportion": 0.0012039385991314442, "vocab": "start"}, "thank": {"count": 111, "proportion": 0.001193189147353485, "vocab": "thank"}, "yes": {"count": 111, "proportion": 0.001193189147353485, "vocab": "yes"}, "use": {"count": 110, "proportion": 0.0011824396955755258, "vocab": "use"}, "went": {"count": 110, "proportion": 0.0011824396955755258, "vocab": "went"}, "irish": {"count": 108, "proportion": 0.001160940792019607, "vocab": "irish"}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/text_dset/cache-4c06df281d7a122a.arrow b/cache_dir/hate_speech18_default_train_text/text_dset/cache-4c06df281d7a122a.arrow new file mode 100644 index 0000000000000000000000000000000000000000..17af8424584378b090af7fcdb1cb06d44b9bfe35 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/text_dset/cache-4c06df281d7a122a.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e30e12ad3a90f730010a0c93c49820da1e1bd13d799f9c19863287691919e6 +size 2557456 diff --git a/cache_dir/hate_speech18_default_train_text/text_dset/dataset.arrow b/cache_dir/hate_speech18_default_train_text/text_dset/dataset.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6f0d00b2ca542aca871b103452af8f2c7a9a6c5a --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/text_dset/dataset.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2269866137e34b5496d946833921ed9d5c20238169e2fb9a80dc11260232b41 +size 1027280 diff --git a/cache_dir/hate_speech18_default_train_text/text_dset/dataset_info.json b/cache_dir/hate_speech18_default_train_text/text_dset/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bc1ce89079e41dcb673984c7001a2bde9d1fa95d --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/text_dset/dataset_info.json @@ -0,0 +1,43 @@ +{ + "builder_name": "hate_speech18", + "citation": "@inproceedings{gibert2018hate,\n title = \"{Hate Speech Dataset from a White Supremacy Forum}\",\n author = \"de Gibert, Ona and\n Perez, Naiara and\n Garcia-Pablos, Aitor and\n Cuadros, Montse\",\n booktitle = \"Proceedings of the 2nd Workshop on Abusive Language Online ({ALW}2)\",\n month = oct,\n year = \"2018\",\n address = \"Brussels, Belgium\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/W18-5102\",\n doi = \"10.18653/v1/W18-5102\",\n pages = \"11--20\",\n}\n", + "config_name": "default", + "dataset_size": 1375340, + "description": "These files contain text extracted from Stormfront, a white supremacist forum. A random set of\nforums posts have been sampled from several subforums and split into sentences. Those sentences\nhave been manually labelled as containing hate speech or not, according to certain annotation guidelines.\n", + "download_checksums": { + "https://github.com/Vicomtech/hate-speech-dataset/archive/master.zip": { + "num_bytes": 3664530, + "checksum": "acc0d7ce40e22cf019daa752a5136049a45462b9ba4eab8bf40ea82dcd867eba" + } + }, + "download_size": 3664530, + "features": { + "text": { + "dtype": "string", + "id": null, + "_type": "Value" + } + }, + "homepage": "https://github.com/Vicomtech/hate-speech-dataset", + "license": "", + "post_processed": null, + "post_processing_size": null, + "size_in_bytes": 5039870, + "splits": { + "train": { + "name": "train", + "num_bytes": 1375340, + "num_examples": 10944, + "dataset_name": "hate_speech18" + } + }, + "supervised_keys": null, + "task_templates": null, + "version": { + "version_str": "0.0.0", + "description": null, + "major": 0, + "minor": 0, + "patch": 0 + } +} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/text_dset/state.json b/cache_dir/hate_speech18_default_train_text/text_dset/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e6458ac95d085e207cf41dd95e9ff415e9b5874c --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/text_dset/state.json @@ -0,0 +1,14 @@ +{ + "_data_files": [ + { + "filename": "dataset.arrow" + } + ], + "_fingerprint": "7abb282b599bdd07", + "_format_columns": null, + "_format_kwargs": {}, + "_format_type": null, + "_indexes": {}, + "_output_all_columns": false, + "_split": "train" +} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/text_duplicates/text_duplicates.html b/cache_dir/hate_speech18_default_train_text/text_duplicates/text_duplicates.html new file mode 100644 index 0000000000000000000000000000000000000000..61cdd4530dee818b1c6dc55f2103167291bebf94 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/text_duplicates/text_duplicates.html @@ -0,0 +1 @@ +
duplicate_fraction0.016812865497076057
duplicates_dict
In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .2
Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .2
Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?2
Y' all have a nice day .2
Good.2
Thanks.3
LOL2
Interesting .2
Aragorn9
Cheers2
164
Indeed.4
No .3
883
This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .2
This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .2
This is my next read .2
I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .2
Nope.2
Guess who picked Canada 's first batch of refugees from Turkey ?2
- YouTube12
Same here .3
Really ?2
Yeah.3
14/887
Agreed.6
Absolutely.4
250821
Thank you .4
Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .2
Susan2
Wolf 2783
Well done .3
Really?3
Thank you2
Exactly.8
Thanks for posting .2
Source2
No.2
Sad but true .2
God Bless3
To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .2
Nice .2
88 !2
Good luck !3
Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .3
1 .2
2 .3
-Yankee Jim3
CF3
Thanks !4
David ( SS )2
Period .2
YouTube - Broadcast Yourself .15
I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem2
Hails2
Greetings all .2
Thanks .4
Whites shoudl clean their own mess !2
Getting someone else to do our dirty work got us into the mess we are in today .2
It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .3
This post by Jack boot and the piece by Marc Moran , are very inspiring .2
They make you want to go out and reach people .2
I was very inspired by Moran 's writing .2
Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !2
I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei2
Thank you for posting this .2
Peter the Great .3
?2
Wow!5
Camie2
I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 25082
Welcome to Stormfront .2
Japan REACTOR - RODS MELT !2
NUCLEAR PLANT HAS FULLY EXPLODED !2
112
I agree .2
I do n't think so .2
Just saying .2
Hello.2
Tereasa2
Thank you !2
Amen .2
-Zoë2
I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .2
But what do you say to the ivy who wants to become a tree ??2
Or for that matter thinks he is a tree ?2
322
Erik2
\ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/text_duplicates/text_duplicates.json b/cache_dir/hate_speech18_default_train_text/text_duplicates/text_duplicates.json new file mode 100644 index 0000000000000000000000000000000000000000..29e35969d863726603bd6be27bf9b34510a71b95 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/text_duplicates/text_duplicates.json @@ -0,0 +1 @@ +{"duplicate_fraction": 0.016812865497076057, "duplicates_dict": {"In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .": 2, "Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .": 2, "Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?": 2, "Y' all have a nice day .": 2, "Good.": 2, "Thanks.": 3, "LOL": 2, "Interesting .": 2, "Aragorn": 9, "Cheers": 2, "16": 4, "Indeed.": 4, "No .": 3, "88": 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, "This is my next read .": 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, "Nope.": 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, "- YouTube": 12, "Same here .": 3, "Really ?": 2, "Yeah.": 3, "14/88": 7, "Agreed.": 6, "Absolutely.": 4, "2508": 21, "Thank you .": 4, "Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .": 2, "Susan": 2, "Wolf 278": 3, "Well done .": 3, "Really?": 3, "Thank you": 2, "Exactly.": 8, "Thanks for posting .": 2, "Source": 2, "No.": 2, "Sad but true .": 2, "God Bless": 3, "To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .": 2, "Nice .": 2, "88 !": 2, "Good luck !": 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, "1 .": 2, "2 .": 3, "-Yankee Jim": 3, "CF": 3, "Thanks !": 4, "David ( SS )": 2, "Period .": 2, "YouTube - Broadcast Yourself .": 15, "I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem": 2, "Hails": 2, "Greetings all .": 2, "Thanks .": 4, "Whites shoudl clean their own mess !": 2, "Getting someone else to do our dirty work got us into the mess we are in today .": 2, "It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .": 3, "This post by Jack boot and the piece by Marc Moran , are very inspiring .": 2, "They make you want to go out and reach people .": 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, "I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei": 2, "Thank you for posting this .": 2, "Peter the Great .": 3, "?": 2, "Wow!": 5, "Camie": 2, "I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508": 2, "Welcome to Stormfront .": 2, "Japan REACTOR - RODS MELT !": 2, "NUCLEAR PLANT HAS FULLY EXPLODED !": 2, "11": 2, "I agree .": 2, "I do n't think so .": 2, "Just saying .": 2, "Hello.": 2, "Tereasa": 2, "Thank you !": 2, "Amen .": 2, "-Zo\u00eb": 2, "I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .": 2, "But what do you say to the ivy who wants to become a tree ??": 2, "Or for that matter thinks he is a tree ?": 2, "32": 2, "Erik": 2}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/tokenized_df.json b/cache_dir/hate_speech18_default_train_text/tokenized_df.json new file mode 100644 index 0000000000000000000000000000000000000000..0ce5590d1aa2928b644fd56d04cc73d6bdf71ee8 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/tokenized_df.json @@ -0,0 +1 @@ +{"0": {"text": "As of March 13th , 2014 , the booklet had been downloaded over 18,300 times and counting .", "tokenized_text": ["as", "of", "march", "13th", "2014", "the", "booklet", "had", "been", "downloaded", "over", "18", "300", "times", "and", "counting"]}, "1": {"text": "In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .", "tokenized_text": ["in", "order", "to", "help", "increase", "the", "booklets", "downloads", "it", "would", "be", "great", "if", "all", "stormfronters", "who", "had", "youtube", "accounts", "could", "display", "the", "following", "text", "in", "the", "description", "boxes", "of", "their", "uploaded", "youtube", "videos"]}, "2": {"text": "( Simply copy and paste the following text into your YouTube videos description boxes. )", "tokenized_text": ["simply", "copy", "and", "paste", "the", "following", "text", "into", "your", "youtube", "videos", "description", "boxes"]}, "3": {"text": "Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .", "tokenized_text": ["click", "below", "for", "a", "free", "download", "of", "a", "colorfully", "illustrated", "132", "page", "e", "book", "on", "the", "zionist", "engineered", "intentional", "destruction", "of", "western", "civilization"]}, "4": {"text": "Click on the `` DOWNLOAD ( 7.42 MB ) '' green banner link .", "tokenized_text": ["click", "on", "the", "download", "7", "42", "mb", "green", "banner", "link"]}, "5": {"text": "Booklet updated on Feb. 14th , 2014 .", "tokenized_text": ["booklet", "updated", "on", "feb", "14th", "2014"]}, "6": {"text": "( Now with over 18,300 Downloads. )", "tokenized_text": ["now", "with", "over", "18", "300", "downloads"]}, "7": {"text": "PDF file : http://www.mediafire.com/download/7p3p3goadvvqvsf/WNDebateBooklet_2-14-14.pdfMSWordfile:http://www.mediafire.com/download/psezkkk4d6a3wt1/WNDebateBooklet _ 2-14-14.docx Watch the 10 hour video version of `` The Zionist Attack on Western Civilization '' @ http://trutube.tv/video/14247/The-Zionist-Attack-on-Western-Civilization-Pages-1-33-Part-1-of-4-Banned-from-YouTubeNotepadPromotionalYouTubeComment:http://www.mediafire.com/download/96fg6ft02lyfruz/Booklet _ White _ YT _ Comment _ ( Hyperlinked ) .txt http://www.mediafire.com/download/zcn3wozjbwnezms/Booklet-White-YT-Comment- ( Hyperlinked-Back-Up % 5D.txt http://www.mediafire.com/download/9uyudq1yuxu1dur/Booklet+Comment+%28Firefox%29.txt2minutepromotionalBOOKLETvideo@http://www.youtube.com/watch ? v = _ 8hg254ALpM Are you interested in helping spread the booklet download link across the world ?", "tokenized_text": ["pdf", "file", "http", "www", "mediafire", "com", "download", "7p3p3goadvvqvsf", "wndebatebooklet_2", "14", "14", "pdfmswordfile", "http", "www", "mediafire", "com", "download", "psezkkk4d6a3wt1", "wndebatebooklet", "_", "2", "14", "14", "docx", "watch", "the", "10", "hour", "video", "version", "of", "the", "zionist", "attack", "on", "western", "civilization", "http", "trutube", "tv", "video", "14247", "the", "zionist", "attack", "on", "western", "civilization", "pages", "1", "33", "part", "1", "of", "4", "banned", "from", "youtubenotepadpromotionalyoutubecomment", "http", "www", "mediafire", "com", "download", "96fg6ft02lyfruz", "booklet", "_", "white", "_", "yt", "_", "comment", "_", "hyperlinked", "txt", "http", "www", "mediafire", "com", "download", "zcn3wozjbwnezms", "booklet", "white", "yt", "comment", "hyperlinked", "back", "up", "5d", "txt", "http", "www", "mediafire", "com", "download", "9uyudq1yuxu1dur", "booklet", "comment", "28firefox", "29", "txt2minutepromotionalbookletvideo", "http", "www", "youtube", "com", "watch", "v", "_", "8hg254alpm", "are", "you", "interested", "in", "helping", "spread", "the", "booklet", "download", "link", "across", "the", "world"]}, "8": {"text": "Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?", "tokenized_text": ["then", "why", "not", "simply", "copy", "this", "text", "links", "and", "paste", "it", "into", "the", "description", "box", "of", "your", "youtube", "videos"]}, "9": {"text": "Thank you in advance. : ) Download the youtube `` description box '' info text file below @ http://www.mediafire.com/download/dqhn1czprr17o21/Booklet-Description-Box _ Info.txt", "tokenized_text": ["thank", "you", "in", "advance", "download", "the", "youtube", "description", "box", "info", "text", "file", "below", "http", "www", "mediafire", "com", "download", "dqhn1czprr17o21", "booklet", "description", "box", "_", "info", "txt"]}, "10": {"text": "She may or may not be a Jew but she 's certainly stupid , she seems to think the Blacks wo n't kill her alongside every other White they can get their dirty hands on , what a muppet !", "tokenized_text": ["she", "may", "or", "may", "not", "be", "a", "jew", "but", "she", "s", "certainly", "stupid", "she", "seems", "to", "think", "the", "blacks", "wo", "n", "t", "kill", "her", "alongside", "every", "other", "white", "they", "can", "get", "their", "dirty", "hands", "on", "what", "a", "muppet"]}, "11": {"text": "Thank you for the info. i will deffinetly look into them .", "tokenized_text": ["thank", "you", "for", "the", "info", "i", "will", "deffinetly", "look", "into", "them"]}, "12": {"text": "I hope there is room for one more as i am very excited about this .", "tokenized_text": ["i", "hope", "there", "is", "room", "for", "one", "more", "as", "i", "am", "very", "excited", "about", "this"]}, "13": {"text": "I just came across this piece of garbage .", "tokenized_text": ["i", "just", "came", "across", "this", "piece", "of", "garbage"]}, "14": {"text": "Comments say she is from SA .", "tokenized_text": ["comments", "say", "she", "is", "from", "sa"]}, "15": {"text": "Warning : Graphic .", "tokenized_text": ["warning", "graphic"]}, "16": {"text": "Die Antwoord - `` Cookie Thumper '' ( Official Video ) - YouTube", "tokenized_text": ["die", "antwoord", "cookie", "thumper", "official", "video", "youtube"]}, "17": {"text": "The whites are more in the range of 4.8 million .", "tokenized_text": ["the", "whites", "are", "more", "in", "the", "range", "of", "4", "8", "million"]}, "18": {"text": "I believe this can be higher since I 've read reports that especially whites in the Free State were not counted in the latest census .", "tokenized_text": ["i", "believe", "this", "can", "be", "higher", "since", "i", "ve", "read", "reports", "that", "especially", "whites", "in", "the", "free", "state", "were", "not", "counted", "in", "the", "latest", "census"]}, "19": {"text": "Thank you for posting your story .", "tokenized_text": ["thank", "you", "for", "posting", "your", "story"]}, "20": {"text": "I think you should write a book as well .", "tokenized_text": ["i", "think", "you", "should", "write", "a", "book", "as", "well"]}, "21": {"text": "I 've always considered teaching as one of the professions I would like to get into , but not in a neighbourhood like that ... never. kids like that disgust me .", "tokenized_text": ["i", "ve", "always", "considered", "teaching", "as", "one", "of", "the", "professions", "i", "would", "like", "to", "get", "into", "but", "not", "in", "a", "neighbourhood", "like", "that", "never", "kids", "like", "that", "disgust", "me"]}, "22": {"text": "And the sad thing is the white students at those schools will act like that too .", "tokenized_text": ["and", "the", "sad", "thing", "is", "the", "white", "students", "at", "those", "schools", "will", "act", "like", "that", "too"]}, "23": {"text": "I guess I 'll just stick to homeschooling my kids , when and if I have them ...", "tokenized_text": ["i", "guess", "i", "ll", "just", "stick", "to", "homeschooling", "my", "kids", "when", "and", "if", "i", "have", "them"]}, "24": {"text": "Randy Blazak is an `` expert '' all right--he teaches `` Sociology of Star Trek '' --a credited class students actually pay for .", "tokenized_text": ["randy", "blazak", "is", "an", "expert", "all", "right", "he", "teaches", "sociology", "of", "star", "trek", "a", "credited", "class", "students", "actually", "pay", "for"]}, "25": {"text": "No wonder young people ca n't get jobs .", "tokenized_text": ["no", "wonder", "young", "people", "ca", "n", "t", "get", "jobs"]}, "26": {"text": "They take underwater basket weaving courses and they have no worthwhile skills on account of angry still my favorite comment .", "tokenized_text": ["they", "take", "underwater", "basket", "weaving", "courses", "and", "they", "have", "no", "worthwhile", "skills", "on", "account", "of", "angry", "still", "my", "favorite", "comment"]}, "27": {"text": "Old Tarzan movies , `` Zulu '' , and `` King Kong '' have many such images .", "tokenized_text": ["old", "tarzan", "movies", "zulu", "and", "king", "kong", "have", "many", "such", "images"]}, "28": {"text": "National Geographic magazines in the 1950s and early 1960s are replete with color photos of African villagers .", "tokenized_text": ["national", "geographic", "magazines", "in", "the", "1950s", "and", "early", "1960s", "are", "replete", "with", "color", "photos", "of", "african", "villagers"]}, "29": {"text": "Dr. Albert Schweitzer 's two-hour documentary from 1958 was shown in movie theaters everywhere .", "tokenized_text": ["dr", "albert", "schweitzer", "s", "two", "hour", "documentary", "from", "1958", "was", "shown", "in", "movie", "theaters", "everywhere"]}, "30": {"text": "I think VHS tapes are available at Amazon .", "tokenized_text": ["i", "think", "vhs", "tapes", "are", "available", "at", "amazon"]}, "31": {"text": "Their gods often had pale skin and blue eyes but I suppose literacy is n't valued highly by their cultural intelligencia .", "tokenized_text": ["their", "gods", "often", "had", "pale", "skin", "and", "blue", "eyes", "but", "i", "suppose", "literacy", "is", "n", "t", "valued", "highly", "by", "their", "cultural", "intelligencia"]}, "32": {"text": "When the girl starts talking the guy in the middles lips start moving .", "tokenized_text": ["when", "the", "girl", "starts", "talking", "the", "guy", "in", "the", "middles", "lips", "start", "moving"]}, "33": {"text": "He was checking her lines , bad actors ca n't help themselves from doing this .", "tokenized_text": ["he", "was", "checking", "her", "lines", "bad", "actors", "ca", "n", "t", "help", "themselves", "from", "doing", "this"]}, "34": {"text": "This whole situation starts to become really bizarre .", "tokenized_text": ["this", "whole", "situation", "starts", "to", "become", "really", "bizarre"]}, "35": {"text": "I was a Right Sector supporter but it starts to sound as if they are in fact just Israeli agents ......", "tokenized_text": ["i", "was", "a", "right", "sector", "supporter", "but", "it", "starts", "to", "sound", "as", "if", "they", "are", "in", "fact", "just", "israeli", "agents"]}, "36": {"text": "I do n't know who to support anymore ................", "tokenized_text": ["i", "do", "n", "t", "know", "who", "to", "support", "anymore"]}, "37": {"text": "I've read many post on here saying Israel gives training to US law enforcement .", "tokenized_text": ["i", "ve", "read", "many", "post", "on", "here", "saying", "israel", "gives", "training", "to", "us", "law", "enforcement"]}, "38": {"text": "I remember after the Boston Marathon bombings watching Fox News and they said law enforcement was consulting Israel for advice .", "tokenized_text": ["i", "remember", "after", "the", "boston", "marathon", "bombings", "watching", "fox", "news", "and", "they", "said", "law", "enforcement", "was", "consulting", "israel", "for", "advice"]}, "39": {"text": "I believe his dog would like to get as far away from him as possible !", "tokenized_text": ["i", "believe", "his", "dog", "would", "like", "to", "get", "as", "far", "away", "from", "him", "as", "possible"]}, "40": {"text": "Free North Carolina : Peterson 's particulars VikingInMe", "tokenized_text": ["free", "north", "carolina", "peterson", "s", "particulars", "vikinginme"]}, "41": {"text": "So according to section C , what few jobs there are in our areas will be given to these people as well Thanks for posting this .", "tokenized_text": ["so", "according", "to", "section", "c", "what", "few", "jobs", "there", "are", "in", "our", "areas", "will", "be", "given", "to", "these", "people", "as", "well", "thanks", "for", "posting", "this"]}, "42": {"text": "Greece need a man like Adolf Hitler and now is the perfect time to start a national political movement to free Your country from the zionist bankers", "tokenized_text": ["greece", "need", "a", "man", "like", "adolf", "hitler", "and", "now", "is", "the", "perfect", "time", "to", "start", "a", "national", "political", "movement", "to", "free", "your", "country", "from", "the", "zionist", "bankers"]}, "43": {"text": "The image below is for the First Week of March 2011. freeman in court - judge bows to Sovereign - Canada YouTube - freeman in court - judge bows to Sovereign - Canada", "tokenized_text": ["the", "image", "below", "is", "for", "the", "first", "week", "of", "march", "2011", "freeman", "in", "court", "judge", "bows", "to", "sovereign", "canada", "youtube", "freeman", "in", "court", "judge", "bows", "to", "sovereign", "canada"]}, "44": {"text": "I do n't watch T.V. or Hollywood movies .", "tokenized_text": ["i", "do", "n", "t", "watch", "t", "v", "or", "hollywood", "movies"]}, "45": {"text": "I know of Chris Rock and subsequently have hated him for a long time .", "tokenized_text": ["i", "know", "of", "chris", "rock", "and", "subsequently", "have", "hated", "him", "for", "a", "long", "time"]}, "46": {"text": "He is a pathetic little chimp .", "tokenized_text": ["he", "is", "a", "pathetic", "little", "chimp"]}, "47": {"text": "Declaring war on the innocent White Population of any nation could easily be justified by anyone who was not a White Nationalist .", "tokenized_text": ["declaring", "war", "on", "the", "innocent", "white", "population", "of", "any", "nation", "could", "easily", "be", "justified", "by", "anyone", "who", "was", "not", "a", "white", "nationalist"]}, "48": {"text": "Seekers of Truth , Start out by watching the `` Benjamin Freedman Speaks '' video @ youtube .", "tokenized_text": ["seekers", "of", "truth", "start", "out", "by", "watching", "the", "benjamin", "freedman", "speaks", "video", "youtube"]}, "49": {"text": "com/watch ? v = hXBcyX97jGM then move on to watching , `` The Loss of Liberty '' film @ youtube .", "tokenized_text": ["com", "watch", "v", "hxbcyx97jgm", "then", "move", "on", "to", "watching", "the", "loss", "of", "liberty", "film", "youtube"]}, "50": {"text": "com/watch ? v = kBD6Gm6VoDM Then watch 8 min. Obama at AIPAC @ youtube .", "tokenized_text": ["com", "watch", "v", "kbd6gm6vodm", "then", "watch", "8", "min", "obama", "at", "aipac", "youtube"]}, "51": {"text": "com/watch ? v = KrdyCxpB4fs And then the entire Myron Fagan video @ youtube .", "tokenized_text": ["com", "watch", "v", "krdycxpb4fs", "and", "then", "the", "entire", "myron", "fagan", "video", "youtube"]}, "52": {"text": "com/watch ? v = 6OK6ks7BSOY For a FREE informative BOOKLET & video on the Zionist-engineered INTENTIONAL destruction of White people go to : youtube .", "tokenized_text": ["com", "watch", "v", "6ok6ks7bsoy", "for", "a", "free", "informative", "booklet", "video", "on", "the", "zionist", "engineered", "intentional", "destruction", "of", "white", "people", "go", "to", "youtube"]}, "53": {"text": "com/watch ? v = n663eVTSyS8", "tokenized_text": ["com", "watch", "v", "n663evtsys8"]}, "54": {"text": "Note!", "tokenized_text": ["note"]}, "55": {"text": "Wntube is now .net , not .com.", "tokenized_text": ["wntube", "is", "now", "net", "not", "com"]}, "56": {"text": "They have improved the site .", "tokenized_text": ["they", "have", "improved", "the", "site"]}, "57": {"text": "Please contribute and/or donate .", "tokenized_text": ["please", "contribute", "and", "or", "donate"]}, "58": {"text": "http://www.wntube.net/play.php ? vid = 1428 & code = 108", "tokenized_text": ["http", "www", "wntube", "net", "play", "php", "vid", "1428", "code", "108"]}, "59": {"text": "Try El Paso Texas Soo much mudd invasion that the river is the same color as those playing/crossing in it .. year round !", "tokenized_text": ["try", "el", "paso", "texas", "soo", "much", "mudd", "invasion", "that", "the", "river", "is", "the", "same", "color", "as", "those", "playing", "crossing", "in", "it", "year", "round"]}, "60": {"text": "Welcome to the front lines ...", "tokenized_text": ["welcome", "to", "the", "front", "lines"]}, "61": {"text": "Folk , Faith , Family Hail Victory !!", "tokenized_text": ["folk", "faith", "family", "hail", "victory"]}, "62": {"text": "Here is a video of the event that is worth watching just to see a beautiful White lady screaming `` scum , scum , scum , f * * * ing scum !!! '' at the muslim filth .", "tokenized_text": ["here", "is", "a", "video", "of", "the", "event", "that", "is", "worth", "watching", "just", "to", "see", "a", "beautiful", "white", "lady", "screaming", "scum", "scum", "scum", "f", "ing", "scum", "at", "the", "muslim", "filth"]}, "63": {"text": "Protesters Clash during Military Parade in Barking", "tokenized_text": ["protesters", "clash", "during", "military", "parade", "in", "barking"]}, "64": {"text": "Does this not show how stupid these folks can be ?", "tokenized_text": ["does", "this", "not", "show", "how", "stupid", "these", "folks", "can", "be"]}, "65": {"text": "Let 's order a pizza to be delivered where we are and then try to assault the driver , no one will know how to catch us .", "tokenized_text": ["let", "s", "order", "a", "pizza", "to", "be", "delivered", "where", "we", "are", "and", "then", "try", "to", "assault", "the", "driver", "no", "one", "will", "know", "how", "to", "catch", "us"]}, "66": {"text": "Nice to know that are still a few men out there who `` have a pair '' .", "tokenized_text": ["nice", "to", "know", "that", "are", "still", "a", "few", "men", "out", "there", "who", "have", "a", "pair"]}, "67": {"text": "Your courage and honestly are apprecated .", "tokenized_text": ["your", "courage", "and", "honestly", "are", "apprecated"]}, "68": {"text": "Jesus Christ is Lord indeed .", "tokenized_text": ["jesus", "christ", "is", "lord", "indeed"]}, "69": {"text": "Y' all have a nice day .", "tokenized_text": ["y", "all", "have", "a", "nice", "day"]}, "70": {"text": "I suppose the concept of a male cow and a female cow producing MORE cows , and the repeating process is too much for them to understand .", "tokenized_text": ["i", "suppose", "the", "concept", "of", "a", "male", "cow", "and", "a", "female", "cow", "producing", "more", "cows", "and", "the", "repeating", "process", "is", "too", "much", "for", "them", "to", "understand"]}, "71": {"text": "May they all get mad cow disease .", "tokenized_text": ["may", "they", "all", "get", "mad", "cow", "disease"]}, "72": {"text": "The sooner the better .", "tokenized_text": ["the", "sooner", "the", "better"]}, "73": {"text": "Yeah, but no one will ever hear of this .", "tokenized_text": ["yeah", "but", "no", "one", "will", "ever", "hear", "of", "this"]}, "74": {"text": "Instead we are left to shed a tear for the black kids killed in a church bombing 40 years ago .", "tokenized_text": ["instead", "we", "are", "left", "to", "shed", "a", "tear", "for", "the", "black", "kids", "killed", "in", "a", "church", "bombing", "40", "years", "ago"]}, "75": {"text": "That's all I needed to hear .", "tokenized_text": ["that", "s", "all", "i", "needed", "to", "hear"]}, "76": {"text": "* Unsubscribed * Off to the SA threads .", "tokenized_text": ["unsubscribed", "off", "to", "the", "sa", "threads"]}, "77": {"text": "There are White folks that require a little of our time .", "tokenized_text": ["there", "are", "white", "folks", "that", "require", "a", "little", "of", "our", "time"]}, "78": {"text": "I guess Mr. Pena forgot about the black speed skater who won the gold and is being glorified on NBC every 5 minutes .", "tokenized_text": ["i", "guess", "mr", "pena", "forgot", "about", "the", "black", "speed", "skater", "who", "won", "the", "gold", "and", "is", "being", "glorified", "on", "nbc", "every", "5", "minutes"]}, "79": {"text": "I'm sad to find this out right now but I 'm also sorry to inform you that Kevin was killed several years ago .", "tokenized_text": ["i", "m", "sad", "to", "find", "this", "out", "right", "now", "but", "i", "m", "also", "sorry", "to", "inform", "you", "that", "kevin", "was", "killed", "several", "years", "ago"]}, "80": {"text": "http://www.visioncircle.org/archive/003870.html", "tokenized_text": ["http", "www", "visioncircle", "org", "archive", "003870", "html"]}, "81": {"text": "I'm having a hard time believing this .", "tokenized_text": ["i", "m", "having", "a", "hard", "time", "believing", "this"]}, "82": {"text": "I have 2 friends in CS and neither has EVER worked with a black .", "tokenized_text": ["i", "have", "2", "friends", "in", "cs", "and", "neither", "has", "ever", "worked", "with", "a", "black"]}, "83": {"text": "All their coworkers are white , NE asian or indian/paki , except one guy worked with a mestizo for a few weeks on a project .", "tokenized_text": ["all", "their", "coworkers", "are", "white", "ne", "asian", "or", "indian", "paki", "except", "one", "guy", "worked", "with", "a", "mestizo", "for", "a", "few", "weeks", "on", "a", "project"]}, "84": {"text": "Hundreds of people , but no blacks !", "tokenized_text": ["hundreds", "of", "people", "but", "no", "blacks"]}, "85": {"text": "I also attended a Masters/PhD graduation ceremony at a major state university a few years ago - none of the CS degrees were awarded to blacks. [ a couple computer degrees went to blacks , but they were in IT with a focus on internet marketing/web-commerce ] So where are all these black computer geniuses hiding ?", "tokenized_text": ["i", "also", "attended", "a", "masters", "phd", "graduation", "ceremony", "at", "a", "major", "state", "university", "a", "few", "years", "ago", "none", "of", "the", "cs", "degrees", "were", "awarded", "to", "blacks", "a", "couple", "computer", "degrees", "went", "to", "blacks", "but", "they", "were", "in", "it", "with", "a", "focus", "on", "internet", "marketing", "web", "commerce", "so", "where", "are", "all", "these", "black", "computer", "geniuses", "hiding"]}, "86": {"text": "Over and over , you hear about home-schooled kids beating out public school kids for spelling bees .", "tokenized_text": ["over", "and", "over", "you", "hear", "about", "home", "schooled", "kids", "beating", "out", "public", "school", "kids", "for", "spelling", "bees"]}, "87": {"text": "Unfortunately , there are some poor White families where both parents work .", "tokenized_text": ["unfortunately", "there", "are", "some", "poor", "white", "families", "where", "both", "parents", "work"]}, "88": {"text": "Perhaps if a school district has only a few White families left , they could get together and each parent could teach the kids one day per week .", "tokenized_text": ["perhaps", "if", "a", "school", "district", "has", "only", "a", "few", "white", "families", "left", "they", "could", "get", "together", "and", "each", "parent", "could", "teach", "the", "kids", "one", "day", "per", "week"]}, "89": {"text": "The parents who could n't teach on weekdays could teach on Saturday .", "tokenized_text": ["the", "parents", "who", "could", "n", "t", "teach", "on", "weekdays", "could", "teach", "on", "saturday"]}, "90": {"text": "That was me .", "tokenized_text": ["that", "was", "me"]}, "91": {"text": "I have no intention of ever setting foot in Mexico so I 'll have to take your word for it .", "tokenized_text": ["i", "have", "no", "intention", "of", "ever", "setting", "foot", "in", "mexico", "so", "i", "ll", "have", "to", "take", "your", "word", "for", "it"]}, "92": {"text": "Excellent Article !! * * * * * Why Were n't They In Jail ?", "tokenized_text": ["excellent", "article", "why", "were", "n", "t", "they", "in", "jail"]}, "93": {"text": "Three of the four suspects in the death of a 12-year-old Moore County girl were repeat offenders , free on probation .", "tokenized_text": ["three", "of", "the", "four", "suspects", "in", "the", "death", "of", "a", "12", "year", "old", "moore", "county", "girl", "were", "repeat", "offenders", "free", "on", "probation"]}, "94": {"text": "Steve Reed Reporter Three of the suspects charged with the murder of a 12-year old Moore County girl were given suspended sentences for other crimes and were free on probation at the time of her slaying .", "tokenized_text": ["steve", "reed", "reporter", "three", "of", "the", "suspects", "charged", "with", "the", "murder", "of", "a", "12", "year", "old", "moore", "county", "girl", "were", "given", "suspended", "sentences", "for", "other", "crimes", "and", "were", "free", "on", "probation", "at", "the", "time", "of", "her", "slaying"]}, "95": {"text": "Perry Ross Schiro , 19 , of Harnett County was charged yesterday with murder in the Sept. 21 shooting death of Emily Elizabeth Haddock .", "tokenized_text": ["perry", "ross", "schiro", "19", "of", "harnett", "county", "was", "charged", "yesterday", "with", "murder", "in", "the", "sept", "21", "shooting", "death", "of", "emily", "elizabeth", "haddock"]}, "96": {"text": "He is the fourth suspect to be charged with her murder .", "tokenized_text": ["he", "is", "the", "fourth", "suspect", "to", "be", "charged", "with", "her", "murder"]}, "97": {"text": "Also charged are Sherrod Nicholas Harrison , 19 , Michael Graham Currie , 18 , and Van Roger Smith , 16 , all of Cameron in Harnett County .", "tokenized_text": ["also", "charged", "are", "sherrod", "nicholas", "harrison", "19", "michael", "graham", "currie", "18", "and", "van", "roger", "smith", "16", "all", "of", "cameron", "in", "harnett", "county"]}, "98": {"text": "Two of the suspects , Mr. Harrison and Mr. Currie , were repeat probation violators .", "tokenized_text": ["two", "of", "the", "suspects", "mr", "harrison", "and", "mr", "currie", "were", "repeat", "probation", "violators"]}, "99": {"text": "Only Mr. Smith had no prior criminal record .", "tokenized_text": ["only", "mr", "smith", "had", "no", "prior", "criminal", "record"]}, "100": {"text": "Mr. Schiro , the latest suspect to be charged in the killing , was arrested when a .22-caliber handgun , possibly the murder weapon , was found in his car .", "tokenized_text": ["mr", "schiro", "the", "latest", "suspect", "to", "be", "charged", "in", "the", "killing", "was", "arrested", "when", "a", "22", "caliber", "handgun", "possibly", "the", "murder", "weapon", "was", "found", "in", "his", "car"]}, "101": {"text": "He was also charged with burglary , larceny and possession of stolen property .", "tokenized_text": ["he", "was", "also", "charged", "with", "burglary", "larceny", "and", "possession", "of", "stolen", "property"]}, "102": {"text": "All four suspects are being held without bond in the Moore County Jail .", "tokenized_text": ["all", "four", "suspects", "are", "being", "held", "without", "bond", "in", "the", "moore", "county", "jail"]}, "103": {"text": "The Rest Of The Story", "tokenized_text": ["the", "rest", "of", "the", "story"]}, "104": {"text": "Nevermind, found the new page Knew it had to be a groid .... any report of rape ?", "tokenized_text": ["nevermind", "found", "the", "new", "page", "knew", "it", "had", "to", "be", "a", "groid", "any", "report", "of", "rape"]}, "105": {"text": "Surprised it came back so fast ...", "tokenized_text": ["surprised", "it", "came", "back", "so", "fast"]}, "106": {"text": "http://www.wral.com/news/local/story/1850536/", "tokenized_text": ["http", "www", "wral", "com", "news", "local", "story", "1850536"]}, "107": {"text": "Obama has membership in Prince Hall ( for blacks ) lodge and will become the next president , according to this guy : [ youtube = http://www.youtube.com/watch ? v = _ nLfRsReGII ] Zagami [ /youtube ]", "tokenized_text": ["obama", "has", "membership", "in", "prince", "hall", "for", "blacks", "lodge", "and", "will", "become", "the", "next", "president", "according", "to", "this", "guy", "youtube", "http", "www", "youtube", "com", "watch", "v", "_", "nlfrsregii", "zagami", "youtube"]}, "108": {"text": "they act as if negros with aids should have the right to reproduce when they will die off and have no way to take care of the kid I cant believe that they are doing this by the millions its crazy", "tokenized_text": ["they", "act", "as", "if", "negros", "with", "aids", "should", "have", "the", "right", "to", "reproduce", "when", "they", "will", "die", "off", "and", "have", "no", "way", "to", "take", "care", "of", "the", "kid", "i", "cant", "believe", "that", "they", "are", "doing", "this", "by", "the", "millions", "its", "crazy"]}, "109": {"text": "Good.", "tokenized_text": ["good"]}, "110": {"text": "I hope they all starve .", "tokenized_text": ["i", "hope", "they", "all", "starve"]}, "111": {"text": "No white person should send a single penny or lift a single finger to help them .", "tokenized_text": ["no", "white", "person", "should", "send", "a", "single", "penny", "or", "lift", "a", "single", "finger", "to", "help", "them"]}, "112": {"text": "He's a retarded feral negro ( yes , feral humans who cannot talk occasionally pop up , having been abandoned as children. ) .", "tokenized_text": ["he", "s", "a", "retarded", "feral", "negro", "yes", "feral", "humans", "who", "cannot", "talk", "occasionally", "pop", "up", "having", "been", "abandoned", "as", "children"]}, "113": {"text": "He walks upright , and has human arms and legs .", "tokenized_text": ["he", "walks", "upright", "and", "has", "human", "arms", "and", "legs"]}, "114": {"text": "I 've seen negroes who look ( and undoubtedly act ) like him .", "tokenized_text": ["i", "ve", "seen", "negroes", "who", "look", "and", "undoubtedly", "act", "like", "him"]}, "115": {"text": "http://www.occultopedia.com/f/feral_children.htmhttp://www.ling.lancs.ac.uk/chimp/la...E4/4kamala.htmhttp://www.occultopedia.com/w/wildpeter.htm Aragorn", "tokenized_text": ["http", "www", "occultopedia", "com", "f", "feral_children", "htmhttp", "www", "ling", "lancs", "ac", "uk", "chimp", "la", "e4", "4kamala", "htmhttp", "www", "occultopedia", "com", "w", "wildpeter", "htm", "aragorn"]}, "116": {"text": "Again, every time I will see filthy comment about Georgia without providing any facts , I will respond .", "tokenized_text": ["again", "every", "time", "i", "will", "see", "filthy", "comment", "about", "georgia", "without", "providing", "any", "facts", "i", "will", "respond"]}, "117": {"text": "I will respond until Armenian scum will stop", "tokenized_text": ["i", "will", "respond", "until", "armenian", "scum", "will", "stop"]}, "118": {"text": "The reason large white families were encouraged those days was to build up the population of white Germans , which were ravaged by the jewish attacks at them during WW1 and in hyperinflation 1920 's .", "tokenized_text": ["the", "reason", "large", "white", "families", "were", "encouraged", "those", "days", "was", "to", "build", "up", "the", "population", "of", "white", "germans", "which", "were", "ravaged", "by", "the", "jewish", "attacks", "at", "them", "during", "ww1", "and", "in", "hyperinflation", "1920", "s"]}, "119": {"text": "I see a nation where I can walk out my front door and not feel like a minority in my own country .", "tokenized_text": ["i", "see", "a", "nation", "where", "i", "can", "walk", "out", "my", "front", "door", "and", "not", "feel", "like", "a", "minority", "in", "my", "own", "country"]}, "120": {"text": "Where a white woman can go about in public and not fear assault by muds .", "tokenized_text": ["where", "a", "white", "woman", "can", "go", "about", "in", "public", "and", "not", "fear", "assault", "by", "muds"]}, "121": {"text": "No, I see that as giving up .", "tokenized_text": ["no", "i", "see", "that", "as", "giving", "up"]}, "122": {"text": "I hope one day to proudly say again that I am an American , when we take this country back .", "tokenized_text": ["i", "hope", "one", "day", "to", "proudly", "say", "again", "that", "i", "am", "an", "american", "when", "we", "take", "this", "country", "back"]}, "123": {"text": "BTL", "tokenized_text": ["btl"]}, "124": {"text": "OK, I have been through some of the other threads on this section about NS and watched a few videos on YT .", "tokenized_text": ["ok", "i", "have", "been", "through", "some", "of", "the", "other", "threads", "on", "this", "section", "about", "ns", "and", "watched", "a", "few", "videos", "on", "yt"]}, "125": {"text": "It has obviously been misunderstood and i would been keen to learn more .", "tokenized_text": ["it", "has", "obviously", "been", "misunderstood", "and", "i", "would", "been", "keen", "to", "learn", "more"]}, "126": {"text": "I retract - always .... Always because an animal lacks the skills to properly raise a ( half ) human child .", "tokenized_text": ["i", "retract", "always", "always", "because", "an", "animal", "lacks", "the", "skills", "to", "properly", "raise", "a", "half", "human", "child"]}, "127": {"text": "I apologize for my ignorance .", "tokenized_text": ["i", "apologize", "for", "my", "ignorance"]}, "128": {"text": "Baby steps .", "tokenized_text": ["baby", "steps"]}, "129": {"text": "I do n't think anyone is insinuating that we are equal to non whites , or that we would ignore white nations .", "tokenized_text": ["i", "do", "n", "t", "think", "anyone", "is", "insinuating", "that", "we", "are", "equal", "to", "non", "whites", "or", "that", "we", "would", "ignore", "white", "nations"]}, "130": {"text": "When most whites today have so much white guilt laid upon them that they feel they have to act black or have sexual relations and children with blacks just to be accepted there is a problem with the white race memo .", "tokenized_text": ["when", "most", "whites", "today", "have", "so", "much", "white", "guilt", "laid", "upon", "them", "that", "they", "feel", "they", "have", "to", "act", "black", "or", "have", "sexual", "relations", "and", "children", "with", "blacks", "just", "to", "be", "accepted", "there", "is", "a", "problem", "with", "the", "white", "race", "memo"]}, "131": {"text": "These people have no idea about who they are or where they came from and any knowledge that they do have has guilt attached to it .", "tokenized_text": ["these", "people", "have", "no", "idea", "about", "who", "they", "are", "or", "where", "they", "came", "from", "and", "any", "knowledge", "that", "they", "do", "have", "has", "guilt", "attached", "to", "it"]}, "132": {"text": "If whites did have some knowledge and a little more recognition was put out there I think most of them would feel a little more pride of who they are and stick to the white race .", "tokenized_text": ["if", "whites", "did", "have", "some", "knowledge", "and", "a", "little", "more", "recognition", "was", "put", "out", "there", "i", "think", "most", "of", "them", "would", "feel", "a", "little", "more", "pride", "of", "who", "they", "are", "and", "stick", "to", "the", "white", "race"]}, "133": {"text": "There should not be problems between the different classes inside the race white since we are all whites they should be joined to fight against non-whites they are our enemies .", "tokenized_text": ["there", "should", "not", "be", "problems", "between", "the", "different", "classes", "inside", "the", "race", "white", "since", "we", "are", "all", "whites", "they", "should", "be", "joined", "to", "fight", "against", "non", "whites", "they", "are", "our", "enemies"]}, "134": {"text": "If a person is white and he is a Christian or a Pagan then i consider him as my brother or sister no matter whatever profession he is into .", "tokenized_text": ["if", "a", "person", "is", "white", "and", "he", "is", "a", "christian", "or", "a", "pagan", "then", "i", "consider", "him", "as", "my", "brother", "or", "sister", "no", "matter", "whatever", "profession", "he", "is", "into"]}, "135": {"text": "Can you give any examples of progress made by skinheads or the Klan ?", "tokenized_text": ["can", "you", "give", "any", "examples", "of", "progress", "made", "by", "skinheads", "or", "the", "klan"]}, "136": {"text": "Seems to me they are in precipitous decline .", "tokenized_text": ["seems", "to", "me", "they", "are", "in", "precipitous", "decline"]}, "137": {"text": "Ive been around here for four years and seen almost no class divide .", "tokenized_text": ["ive", "been", "around", "here", "for", "four", "years", "and", "seen", "almost", "no", "class", "divide"]}, "138": {"text": "I dont really like even talking about it , because I fear we will create a division where there is none .", "tokenized_text": ["i", "dont", "really", "like", "even", "talking", "about", "it", "because", "i", "fear", "we", "will", "create", "a", "division", "where", "there", "is", "none"]}, "139": {"text": "Black ``women''on London transport ...", "tokenized_text": ["black", "women", "on", "london", "transport"]}, "140": {"text": "Racist woman rant in London part 1 - YouTube ORIGINAL Racist Black Girls Fighting , South London Railway Balham to Mitcham 18.11.2011 - YouTube", "tokenized_text": ["racist", "woman", "rant", "in", "london", "part", "1", "youtube", "original", "racist", "black", "girls", "fighting", "south", "london", "railway", "balham", "to", "mitcham", "18", "11", "2011", "youtube"]}, "141": {"text": "[QUOTE=Trotis;10497843]Isn't South African chocolate made by overseas companies based in SA ? ( British and Swiss ) Would a `` Mars bar '' taste different made in SA compared to one in England ? / QUOTE ] I would have thought so too , but the stuff tastes different .", "tokenized_text": ["quote", "trotis", "10497843", "isn", "t", "south", "african", "chocolate", "made", "by", "overseas", "companies", "based", "in", "sa", "british", "and", "swiss", "would", "a", "mars", "bar", "taste", "different", "made", "in", "sa", "compared", "to", "one", "in", "england", "quote", "i", "would", "have", "thought", "so", "too", "but", "the", "stuff", "tastes", "different"]}, "142": {"text": "I think it has something to do with the type of sugar or where the sugar was originally grown .", "tokenized_text": ["i", "think", "it", "has", "something", "to", "do", "with", "the", "type", "of", "sugar", "or", "where", "the", "sugar", "was", "originally", "grown"]}, "143": {"text": "BTW - I do n't recall seeing a Mars Bar in S.A ?", "tokenized_text": ["btw", "i", "do", "n", "t", "recall", "seeing", "a", "mars", "bar", "in", "s", "a"]}, "144": {"text": "I never drink diet anything either because of the aspartame and water is for the fish .", "tokenized_text": ["i", "never", "drink", "diet", "anything", "either", "because", "of", "the", "aspartame", "and", "water", "is", "for", "the", "fish"]}, "145": {"text": "I try to avoid the GMO stuff too , but since they do n't label the stuff it 's hard to do .", "tokenized_text": ["i", "try", "to", "avoid", "the", "gmo", "stuff", "too", "but", "since", "they", "do", "n", "t", "label", "the", "stuff", "it", "s", "hard", "to", "do"]}, "146": {"text": "And then you need to avoid High Fructose Corn Syrup - bad for you and made from GM corn .", "tokenized_text": ["and", "then", "you", "need", "to", "avoid", "high", "fructose", "corn", "syrup", "bad", "for", "you", "and", "made", "from", "gm", "corn"]}, "147": {"text": "You also need to avoid anything Soya .", "tokenized_text": ["you", "also", "need", "to", "avoid", "anything", "soya"]}, "148": {"text": "And then there is the pesticides on your fresh ( ? ) fruit and veggies .", "tokenized_text": ["and", "then", "there", "is", "the", "pesticides", "on", "your", "fresh", "fruit", "and", "veggies"]}, "149": {"text": "And the non-edible chemicals in the processed and sometimes not so processed food .", "tokenized_text": ["and", "the", "non", "edible", "chemicals", "in", "the", "processed", "and", "sometimes", "not", "so", "processed", "food"]}, "150": {"text": "In the end the only safe thing to eat is grass if you are lucky enough to have your own garden ( or grow your own food if you have the space ) and hope to hell the government here does n't do chemical spraying .", "tokenized_text": ["in", "the", "end", "the", "only", "safe", "thing", "to", "eat", "is", "grass", "if", "you", "are", "lucky", "enough", "to", "have", "your", "own", "garden", "or", "grow", "your", "own", "food", "if", "you", "have", "the", "space", "and", "hope", "to", "hell", "the", "government", "here", "does", "n", "t", "do", "chemical", "spraying"]}, "151": {"text": "Hell , the way we are deliberately poisoning ourselves I 'm surprised we have lasted this long !", "tokenized_text": ["hell", "the", "way", "we", "are", "deliberately", "poisoning", "ourselves", "i", "m", "surprised", "we", "have", "lasted", "this", "long"]}, "152": {"text": "If not kept in check , we may very will be living in an actual Planet of the Apes soon .", "tokenized_text": ["if", "not", "kept", "in", "check", "we", "may", "very", "will", "be", "living", "in", "an", "actual", "planet", "of", "the", "apes", "soon"]}, "153": {"text": "YouTube - & #x202a ; Kenya - Hacked to death by panga in front of film crew & #x202c ; & rlm ;", "tokenized_text": ["youtube", "x202a", "kenya", "hacked", "to", "death", "by", "panga", "in", "front", "of", "film", "crew", "x202c", "rlm"]}, "154": {"text": "Racist attack by blacks on a young white girl in France .", "tokenized_text": ["racist", "attack", "by", "blacks", "on", "a", "young", "white", "girl", "in", "france"]}, "155": {"text": "Negro holding the camera laughs with glee : Dailymotion - Agression raciste contre une jeune fille blanche - France - une vid\u00e9o News & Politics", "tokenized_text": ["negro", "holding", "the", "camera", "laughs", "with", "glee", "dailymotion", "agression", "raciste", "contre", "une", "jeune", "fille", "blanche", "france", "une", "vid\u00e9o", "news", "politics"]}, "156": {"text": "What happens when Popeye 's runs out of chicken YouTube - Popeyes Freakout ( Ghetto Vers .", "tokenized_text": ["what", "happens", "when", "popeye", "s", "runs", "out", "of", "chicken", "youtube", "popeyes", "freakout", "ghetto", "vers"]}, "157": {"text": "2.0 ) * Does contain alot of profanity , so you have been forewarned *", "tokenized_text": ["2", "0", "does", "contain", "alot", "of", "profanity", "so", "you", "have", "been", "forewarned"]}, "158": {"text": "Negro rainforest `` music ''.", "tokenized_text": ["negro", "rainforest", "music"]}, "159": {"text": "( If you click the video , the video comments are full of self-hating whites ) : YouTube - BAKA RAINFOREST PEOPLE YODELLERS", "tokenized_text": ["if", "you", "click", "the", "video", "the", "video", "comments", "are", "full", "of", "self", "hating", "whites", "youtube", "baka", "rainforest", "people", "yodellers"]}, "160": {"text": "What the ...", "tokenized_text": ["what", "the"]}, "161": {"text": "Non-Muslim Michigan High School students wear hijabs in school for class lesson to `` explore religion and identity '' | Pamela Geller , Atlas Shrugs", "tokenized_text": ["non", "muslim", "michigan", "high", "school", "students", "wear", "hijabs", "in", "school", "for", "class", "lesson", "to", "explore", "religion", "and", "identity", "pamela", "geller", "atlas", "shrugs"]}, "162": {"text": "I have n't been able to finish watching even one of these videos .", "tokenized_text": ["i", "have", "n", "t", "been", "able", "to", "finish", "watching", "even", "one", "of", "these", "videos"]}, "163": {"text": "As soon as I hear them uttering their monkey gibberish I feel like smashing my computer screen with my fist .", "tokenized_text": ["as", "soon", "as", "i", "hear", "them", "uttering", "their", "monkey", "gibberish", "i", "feel", "like", "smashing", "my", "computer", "screen", "with", "my", "fist"]}, "164": {"text": "That would be too expensive .", "tokenized_text": ["that", "would", "be", "too", "expensive"]}, "165": {"text": "Thanks.", "tokenized_text": ["thanks"]}, "166": {"text": "I hope this will catch on like the 14 words .", "tokenized_text": ["i", "hope", "this", "will", "catch", "on", "like", "the", "14", "words"]}, "167": {"text": "If anyone wants to post it in other forums feel free to do so .", "tokenized_text": ["if", "anyone", "wants", "to", "post", "it", "in", "other", "forums", "feel", "free", "to", "do", "so"]}, "168": {"text": "It is very hard for average Whites to see their own disenfranchisement , let alone realize that it is planned .", "tokenized_text": ["it", "is", "very", "hard", "for", "average", "whites", "to", "see", "their", "own", "disenfranchisement", "let", "alone", "realize", "that", "it", "is", "planned"]}, "169": {"text": "This is because much of the disenfranchisement is by way of destroying White cultural identity and pride .", "tokenized_text": ["this", "is", "because", "much", "of", "the", "disenfranchisement", "is", "by", "way", "of", "destroying", "white", "cultural", "identity", "and", "pride"]}, "170": {"text": "So contributing and participating in any way to opportunities to instill pride in White ethnic heritage and even White American ethnic heritage will go a long way in helping them recognize what is being taken away .", "tokenized_text": ["so", "contributing", "and", "participating", "in", "any", "way", "to", "opportunities", "to", "instill", "pride", "in", "white", "ethnic", "heritage", "and", "even", "white", "american", "ethnic", "heritage", "will", "go", "a", "long", "way", "in", "helping", "them", "recognize", "what", "is", "being", "taken", "away"]}, "171": {"text": "Pffffft!", "tokenized_text": ["pffffft"]}, "172": {"text": "Ive seen that crap too , and thought WTF ?", "tokenized_text": ["ive", "seen", "that", "crap", "too", "and", "thought", "wtf"]}, "173": {"text": "I can picture him as that baby monkey on the ' save the rainforest comercial or whatever", "tokenized_text": ["i", "can", "picture", "him", "as", "that", "baby", "monkey", "on", "the", "save", "the", "rainforest", "comercial", "or", "whatever"]}, "174": {"text": "The only thing holding us back are our traitors and the 40billion anti-european people of the earth that flourished on our technology .", "tokenized_text": ["the", "only", "thing", "holding", "us", "back", "are", "our", "traitors", "and", "the", "40billion", "anti", "european", "people", "of", "the", "earth", "that", "flourished", "on", "our", "technology"]}, "175": {"text": "Thanks for saving the picture but the one I saw was a black guy looking at a laptop and a White girl sitting next to him , laughing and hanging on him also looking at the laptop but they did n't show what was on the laptop .", "tokenized_text": ["thanks", "for", "saving", "the", "picture", "but", "the", "one", "i", "saw", "was", "a", "black", "guy", "looking", "at", "a", "laptop", "and", "a", "white", "girl", "sitting", "next", "to", "him", "laughing", "and", "hanging", "on", "him", "also", "looking", "at", "the", "laptop", "but", "they", "did", "n", "t", "show", "what", "was", "on", "the", "laptop"]}, "176": {"text": "They were in a living room sitting on the couch implying that they were a couple .", "tokenized_text": ["they", "were", "in", "a", "living", "room", "sitting", "on", "the", "couch", "implying", "that", "they", "were", "a", "couple"]}, "177": {"text": "Its really sad how so many whites just don`t even care and there actually happy that this is coming to be .", "tokenized_text": ["its", "really", "sad", "how", "so", "many", "whites", "just", "don", "t", "even", "care", "and", "there", "actually", "happy", "that", "this", "is", "coming", "to", "be"]}, "178": {"text": "There's more sex and sleaze condensed on the shelves of the check out line than you 'll get in 2 hours of TV - and 2 hours of TV is lethal to your spirit !", "tokenized_text": ["there", "s", "more", "sex", "and", "sleaze", "condensed", "on", "the", "shelves", "of", "the", "check", "out", "line", "than", "you", "ll", "get", "in", "2", "hours", "of", "tv", "and", "2", "hours", "of", "tv", "is", "lethal", "to", "your", "spirit"]}, "179": {"text": "And her husband is Tom Brady , this good-looking White Nordic guy : Here 's a photo of them with their ( white ) children :", "tokenized_text": ["and", "her", "husband", "is", "tom", "brady", "this", "good", "looking", "white", "nordic", "guy", "here", "s", "a", "photo", "of", "them", "with", "their", "white", "children"]}, "180": {"text": "I actually celebrate Black History Month .", "tokenized_text": ["i", "actually", "celebrate", "black", "history", "month"]}, "181": {"text": "I have a dream - one of these days Black occupation of America will be history !", "tokenized_text": ["i", "have", "a", "dream", "one", "of", "these", "days", "black", "occupation", "of", "america", "will", "be", "history"]}, "182": {"text": "Pathological killers , they are .", "tokenized_text": ["pathological", "killers", "they", "are"]}, "183": {"text": "Jews have been poisoning wells since Biblical times .", "tokenized_text": ["jews", "have", "been", "poisoning", "wells", "since", "biblical", "times"]}, "184": {"text": "No wonder we are in such bad shape with this tribe in charge of the White House and Congress .", "tokenized_text": ["no", "wonder", "we", "are", "in", "such", "bad", "shape", "with", "this", "tribe", "in", "charge", "of", "the", "white", "house", "and", "congress"]}, "185": {"text": "The Jew represents the snake .", "tokenized_text": ["the", "jew", "represents", "the", "snake"]}, "186": {"text": "All you need is to cut off it 's head and the rest of the problems will crumble away with ease", "tokenized_text": ["all", "you", "need", "is", "to", "cut", "off", "it", "s", "head", "and", "the", "rest", "of", "the", "problems", "will", "crumble", "away", "with", "ease"]}, "187": {"text": "I hate to see such beautiful white females become victims of these sick , violent merciless animals .", "tokenized_text": ["i", "hate", "to", "see", "such", "beautiful", "white", "females", "become", "victims", "of", "these", "sick", "violent", "merciless", "animals"]}, "188": {"text": "Separation is the only answer !", "tokenized_text": ["separation", "is", "the", "only", "answer"]}, "189": {"text": "White Power !", "tokenized_text": ["white", "power"]}, "190": {"text": "White Americans and White Europeons have too few children .", "tokenized_text": ["white", "americans", "and", "white", "europeons", "have", "too", "few", "children"]}, "191": {"text": "Other than the Amish no other group of whites have large families .", "tokenized_text": ["other", "than", "the", "amish", "no", "other", "group", "of", "whites", "have", "large", "families"]}, "192": {"text": "Honestly the better idea is private schools for our people ; the average parent is a poor teacher .", "tokenized_text": ["honestly", "the", "better", "idea", "is", "private", "schools", "for", "our", "people", "the", "average", "parent", "is", "a", "poor", "teacher"]}, "193": {"text": "The muslims have ultra strict racialist private schools the world over ; why do n't whites ?", "tokenized_text": ["the", "muslims", "have", "ultra", "strict", "racialist", "private", "schools", "the", "world", "over", "why", "do", "n", "t", "whites"]}, "194": {"text": "While they are in prison the kikes should get the same food the regular prison population gets ...", "tokenized_text": ["while", "they", "are", "in", "prison", "the", "kikes", "should", "get", "the", "same", "food", "the", "regular", "prison", "population", "gets"]}, "195": {"text": "Who the hell cares if its not kosher ...", "tokenized_text": ["who", "the", "hell", "cares", "if", "its", "not", "kosher"]}, "196": {"text": "This is n't the local 4 diamond Hilton situated on some sunny beach ...", "tokenized_text": ["this", "is", "n", "t", "the", "local", "4", "diamond", "hilton", "situated", "on", "some", "sunny", "beach"]}, "197": {"text": "i've felt anger when i 've read it on forum , but we have to do our part and speaking at loud voice this fact , because , for example , i 'm from europe and this fact is not pased on tv news or in the news paper ... knows your enemies is the first pass for vicory on them !", "tokenized_text": ["i", "ve", "felt", "anger", "when", "i", "ve", "read", "it", "on", "forum", "but", "we", "have", "to", "do", "our", "part", "and", "speaking", "at", "loud", "voice", "this", "fact", "because", "for", "example", "i", "m", "from", "europe", "and", "this", "fact", "is", "not", "pased", "on", "tv", "news", "or", "in", "the", "news", "paper", "knows", "your", "enemies", "is", "the", "first", "pass", "for", "vicory", "on", "them"]}, "198": {"text": "We dont care about Alaska while it is not white land .", "tokenized_text": ["we", "dont", "care", "about", "alaska", "while", "it", "is", "not", "white", "land"]}, "199": {"text": "We are more concerned about ZOG controlling US and Russia .", "tokenized_text": ["we", "are", "more", "concerned", "about", "zog", "controlling", "us", "and", "russia"]}, "200": {"text": "Why do n't White Europeans and Americans grow a set of balls , and deport these Black and brown animals from their countries ?", "tokenized_text": ["why", "do", "n", "t", "white", "europeans", "and", "americans", "grow", "a", "set", "of", "balls", "and", "deport", "these", "black", "and", "brown", "animals", "from", "their", "countries"]}, "201": {"text": "Another EuroRus update , more video and photos ! [ gvideo ] http://video.google.com/videoplay ? docid = 5268894597794277031 [ /gvideo ] A Fascinating Conversation Between Dr. Alfred Vierling & Dr. Duke !", "tokenized_text": ["another", "eurorus", "update", "more", "video", "and", "photos", "gvideo", "http", "video", "google", "com", "videoplay", "docid", "5268894597794277031", "gvideo", "a", "fascinating", "conversation", "between", "dr", "alfred", "vierling", "dr", "duke"]}, "202": {"text": "Kris Roman , Jan Kristel , Dr. Alfred Vierling , Dr. David Duke , Thiery Van Roy , Frederik Ranson , Andreas Thierry , Stephanos Gekas .", "tokenized_text": ["kris", "roman", "jan", "kristel", "dr", "alfred", "vierling", "dr", "david", "duke", "thiery", "van", "roy", "frederik", "ranson", "andreas", "thierry", "stephanos", "gekas"]}, "203": {"text": "Robert Steuckers and Dr. David Duke Gunther Van Den Eynde en Dr. David Duke Euro-Rus 2008 !", "tokenized_text": ["robert", "steuckers", "and", "dr", "david", "duke", "gunther", "van", "den", "eynde", "en", "dr", "david", "duke", "euro", "rus", "2008"]}, "204": {"text": "Euro-Rus \u0415\u0432\u0440\u043e-\u0420\u0443\u0441\u044c For a great Europe , from Gibraltar to Vladivostok !", "tokenized_text": ["euro", "rus", "\u0435\u0432\u0440\u043e", "\u0440\u0443\u0441\u044c", "for", "a", "great", "europe", "from", "gibraltar", "to", "vladivostok"]}, "205": {"text": "http://www.eurorus.org/", "tokenized_text": ["http", "www", "eurorus", "org"]}, "206": {"text": "What would you have done instead ?", "tokenized_text": ["what", "would", "you", "have", "done", "instead"]}, "207": {"text": "Ignore the genocide on Serbs , turn your back on your own people .", "tokenized_text": ["ignore", "the", "genocide", "on", "serbs", "turn", "your", "back", "on", "your", "own", "people"]}, "208": {"text": "Then you are a traitor .", "tokenized_text": ["then", "you", "are", "a", "traitor"]}, "209": {"text": "Ivan Ivanovich Shishkin , January 25 , 1832 March 20 , 1898 ( \u0418\u0432\u0430\u043d \u0418\u0432\u0430\u043d\u043e\u0432\u0438\u0447 \u0428\u0438\u0448\u043a\u0438\u043d ) Felling of Forest , 1867 Landscape with a Lake At the Seashore , 1890 ( sketch ) Birch Grove , 1896 View at a Neighborhood of Petersburg , 1856 Swiss Landscape , 1866 Forest on the Eve of Thunderstorm , 1872 Oak Forest in a Grey day , 1873 ( sketch ) Swamp .", "tokenized_text": ["ivan", "ivanovich", "shishkin", "january", "25", "1832", "march", "20", "1898", "\u0438\u0432\u0430\u043d", "\u0438\u0432\u0430\u043d\u043e\u0432\u0438\u0447", "\u0448\u0438\u0448\u043a\u0438\u043d", "felling", "of", "forest", "1867", "landscape", "with", "a", "lake", "at", "the", "seashore", "1890", "sketch", "birch", "grove", "1896", "view", "at", "a", "neighborhood", "of", "petersburg", "1856", "swiss", "landscape", "1866", "forest", "on", "the", "eve", "of", "thunderstorm", "1872", "oak", "forest", "in", "a", "grey", "day", "1873", "sketch", "swamp"]}, "210": {"text": "Woodlands , 1890 Rain in an Oak Forest , 1891", "tokenized_text": ["woodlands", "1890", "rain", "in", "an", "oak", "forest", "1891"]}, "211": {"text": "Finns mixed with swedes and got blond hair and blue eyes , but ethnical finn look like tatar : dark hair , dark eyes , short height , round face .", "tokenized_text": ["finns", "mixed", "with", "swedes", "and", "got", "blond", "hair", "and", "blue", "eyes", "but", "ethnical", "finn", "look", "like", "tatar", "dark", "hair", "dark", "eyes", "short", "height", "round", "face"]}, "212": {"text": "The reasons : Alcoholism takes around 150000 lives every year .", "tokenized_text": ["the", "reasons", "alcoholism", "takes", "around", "150000", "lives", "every", "year"]}, "213": {"text": "Aids - around 20000 every year .", "tokenized_text": ["aids", "around", "20000", "every", "year"]}, "214": {"text": "Emmigration - around 50000-100000 per year .", "tokenized_text": ["emmigration", "around", "50000", "100000", "per", "year"]}, "215": {"text": "Heart diseases - around 100000 per year .", "tokenized_text": ["heart", "diseases", "around", "100000", "per", "year"]}, "216": {"text": "High mortality rate - like country is at war .", "tokenized_text": ["high", "mortality", "rate", "like", "country", "is", "at", "war"]}, "217": {"text": "Lowest birthrate in world .", "tokenized_text": ["lowest", "birthrate", "in", "world"]}, "218": {"text": "http://www.guardian.co.uk/russia/art...772175,00.html Attaboy , Putin .", "tokenized_text": ["http", "www", "guardian", "co", "uk", "russia", "art", "772175", "00", "html", "attaboy", "putin"]}, "219": {"text": "If I were in the audience , I 'd clap till my hands were numb .", "tokenized_text": ["if", "i", "were", "in", "the", "audience", "i", "d", "clap", "till", "my", "hands", "were", "numb"]}, "220": {"text": "That 's telling worthless s.o.b.s like Cheney what they can do with their cheap words and crocodile tears .", "tokenized_text": ["that", "s", "telling", "worthless", "s", "o", "b", "s", "like", "cheney", "what", "they", "can", "do", "with", "their", "cheap", "words", "and", "crocodile", "tears"]}, "221": {"text": "I have long loved Tchaikovsky ballets and Mussorgsky operas and now I enjoy Russian traditional music as well .", "tokenized_text": ["i", "have", "long", "loved", "tchaikovsky", "ballets", "and", "mussorgsky", "operas", "and", "now", "i", "enjoy", "russian", "traditional", "music", "as", "well"]}, "222": {"text": "I just bought two CD 's featuring the Russian Radio Chorus Orchestra , Orchestra Vladimir Avramow , and St. Petersburg Balaika Ensemble playing such songs as St. Petersburg , Why Should I Be Sad , Dark Night , The Long Way , Wolga , So Many Days , Nastassja , Two Guitars , Fields , Hai-Da Trojka , Bandura , Tschubtschik , Troika , The Cossack , Our Little Village , Stenka Rasin , and many others .", "tokenized_text": ["i", "just", "bought", "two", "cd", "s", "featuring", "the", "russian", "radio", "chorus", "orchestra", "orchestra", "vladimir", "avramow", "and", "st", "petersburg", "balaika", "ensemble", "playing", "such", "songs", "as", "st", "petersburg", "why", "should", "i", "be", "sad", "dark", "night", "the", "long", "way", "wolga", "so", "many", "days", "nastassja", "two", "guitars", "fields", "hai", "da", "trojka", "bandura", "tschubtschik", "troika", "the", "cossack", "our", "little", "village", "stenka", "rasin", "and", "many", "others"]}, "223": {"text": "I was recently in Zaporojie , Ukraine , which has a famous Cossack enclave , where I had the opportunity to dine at a Cossack restaurant and listen to traditional Cossack music played live .", "tokenized_text": ["i", "was", "recently", "in", "zaporojie", "ukraine", "which", "has", "a", "famous", "cossack", "enclave", "where", "i", "had", "the", "opportunity", "to", "dine", "at", "a", "cossack", "restaurant", "and", "listen", "to", "traditional", "cossack", "music", "played", "live"]}, "224": {"text": "Listening to this music brings back memories of all my visits to Russia and Ukraine .", "tokenized_text": ["listening", "to", "this", "music", "brings", "back", "memories", "of", "all", "my", "visits", "to", "russia", "and", "ukraine"]}, "225": {"text": "Oh so we cannot post on this subject because at this moment in time we are not in the same AREA as you .... WHATEVER So I will wait maybe untill next spring when I go to LODZ And JP should wait untill he starts school this winter in Bratislava THEN can we post ?? ......... PLEASE SIR", "tokenized_text": ["oh", "so", "we", "cannot", "post", "on", "this", "subject", "because", "at", "this", "moment", "in", "time", "we", "are", "not", "in", "the", "same", "area", "as", "you", "whatever", "so", "i", "will", "wait", "maybe", "untill", "next", "spring", "when", "i", "go", "to", "lodz", "and", "jp", "should", "wait", "untill", "he", "starts", "school", "this", "winter", "in", "bratislava", "then", "can", "we", "post", "please", "sir"]}, "226": {"text": "I keep telling people about things like this , and they never believe me .", "tokenized_text": ["i", "keep", "telling", "people", "about", "things", "like", "this", "and", "they", "never", "believe", "me"]}, "227": {"text": "I want to show them this thread .", "tokenized_text": ["i", "want", "to", "show", "them", "this", "thread"]}, "228": {"text": "This is great !", "tokenized_text": ["this", "is", "great"]}, "229": {"text": "It was until Kveldulf saw fit to open it up again with his unnecessary comments .", "tokenized_text": ["it", "was", "until", "kveldulf", "saw", "fit", "to", "open", "it", "up", "again", "with", "his", "unnecessary", "comments"]}, "230": {"text": "I have to go to work now .", "tokenized_text": ["i", "have", "to", "go", "to", "work", "now"]}, "231": {"text": "Hispanic: A woman threw her 2 1/2-year-old granddaughter several stories to her death from a walkway at a shopping mall http://www.news4jax.com/video/25962136/index.html negro : -- Police arrested a 17-year-old who they said burglarized a home over the Thanksgiving weekend .", "tokenized_text": ["hispanic", "a", "woman", "threw", "her", "2", "1", "2", "year", "old", "granddaughter", "several", "stories", "to", "her", "death", "from", "a", "walkway", "at", "a", "shopping", "mall", "http", "www", "news4jax", "com", "video", "25962136", "index", "html", "negro", "police", "arrested", "a", "17", "year", "old", "who", "they", "said", "burglarized", "a", "home", "over", "the", "thanksgiving", "weekend"]}, "232": {"text": "Jacksonville police said Brian Williams broke into the home on Braddock Road while the family was out of town and baked brownies , drank orange juice , surfed porn websites and loaded up the victim 's car with bottles of liquor .", "tokenized_text": ["jacksonville", "police", "said", "brian", "williams", "broke", "into", "the", "home", "on", "braddock", "road", "while", "the", "family", "was", "out", "of", "town", "and", "baked", "brownies", "drank", "orange", "juice", "surfed", "porn", "websites", "and", "loaded", "up", "the", "victim", "s", "car", "with", "bottles", "of", "liquor"]}, "233": {"text": "http://www.news4jax.com/news/25976955/detail.html", "tokenized_text": ["http", "www", "news4jax", "com", "news", "25976955", "detail", "html"]}, "234": {"text": "SEX: MALE RACE : BLACK D.O.B : 08-24-1950 HEIGHT : 5 ' 11 WEIGHT : 180 EYE : BROWN HAIR BLACK In Custody For : 001 MISDEMEANOR COUNT OF CRIMINAL TRESPASS 2ND DEG This dude looks like an olde version of Cornielious from `` Planet of the Apes '' !", "tokenized_text": ["sex", "male", "race", "black", "d", "o", "b", "08", "24", "1950", "height", "5", "11", "weight", "180", "eye", "brown", "hair", "black", "in", "custody", "for", "001", "misdemeanor", "count", "of", "criminal", "trespass", "2nd", "deg", "this", "dude", "looks", "like", "an", "olde", "version", "of", "cornielious", "from", "planet", "of", "the", "apes"]}, "235": {"text": "LOL", "tokenized_text": ["lol"]}, "236": {"text": "You can have your site on Odins Rage but host your picture and zip files somewhere else like geocities.com , cause Odins Rage doesnt give much room .", "tokenized_text": ["you", "can", "have", "your", "site", "on", "odins", "rage", "but", "host", "your", "picture", "and", "zip", "files", "somewhere", "else", "like", "geocities", "com", "cause", "odins", "rage", "doesnt", "give", "much", "room"]}, "237": {"text": "Don't want to ruin the spirit of the mood , but are n't Russians for the most part Orthodox Christian , and they have a different day for Christmas ?", "tokenized_text": ["don", "t", "want", "to", "ruin", "the", "spirit", "of", "the", "mood", "but", "are", "n", "t", "russians", "for", "the", "most", "part", "orthodox", "christian", "and", "they", "have", "a", "different", "day", "for", "christmas"]}, "238": {"text": "I think it is January 6'th or 7'th , not the same as us .", "tokenized_text": ["i", "think", "it", "is", "january", "6", "th", "or", "7", "th", "not", "the", "same", "as", "us"]}, "239": {"text": "Because the communist party was almost all jew out to kill any gentile that stood in their way or had property that the jew - communist wanted .", "tokenized_text": ["because", "the", "communist", "party", "was", "almost", "all", "jew", "out", "to", "kill", "any", "gentile", "that", "stood", "in", "their", "way", "or", "had", "property", "that", "the", "jew", "communist", "wanted"]}, "240": {"text": "Couple Befriend Negroid , Negroid Tries To Burn Down Couples Home - NNN Reporters Newsroom Forum Moblie Couple Says Neighbor Tried to Set Their Apartment on Fire Reported by : Irika Sargent Last Update : 4/25 9 : 01 pm Moblie Couple Says Neighbor Tried to Set Their Apartment on Fire | Local15tv.com , Mobile & Pensacola News , Entertainment , Videos , Business Search and Shopping This is what happens when you make friends with spearchuckers .", "tokenized_text": ["couple", "befriend", "negroid", "negroid", "tries", "to", "burn", "down", "couples", "home", "nnn", "reporters", "newsroom", "forum", "moblie", "couple", "says", "neighbor", "tried", "to", "set", "their", "apartment", "on", "fire", "reported", "by", "irika", "sargent", "last", "update", "4", "25", "9", "01", "pm", "moblie", "couple", "says", "neighbor", "tried", "to", "set", "their", "apartment", "on", "fire", "local15tv", "com", "mobile", "pensacola", "news", "entertainment", "videos", "business", "search", "and", "shopping", "this", "is", "what", "happens", "when", "you", "make", "friends", "with", "spearchuckers"]}, "241": {"text": "http://www.newnation.vg/forums/showthread.php?p=325910 Coach Accused Of Fondling Student Student 's Mother Alerts Deputies After Finding Note POSTED : Monday , March 8 , 2010 UPDATED : 9 : 42 am EST March 9 , 2010 * * * Pedophile Alert * * * Robert Bennett. http://www.clickorlando.com/educatio...82/detail.html", "tokenized_text": ["http", "www", "newnation", "vg", "forums", "showthread", "php", "p", "325910", "coach", "accused", "of", "fondling", "student", "student", "s", "mother", "alerts", "deputies", "after", "finding", "note", "posted", "monday", "march", "8", "2010", "updated", "9", "42", "am", "est", "march", "9", "2010", "pedophile", "alert", "robert", "bennett", "http", "www", "clickorlando", "com", "educatio", "82", "detail", "html"]}, "242": {"text": "Just got turned on to a website from a friend of mine .", "tokenized_text": ["just", "got", "turned", "on", "to", "a", "website", "from", "a", "friend", "of", "mine"]}, "243": {"text": "Shows some interesting statistics about the jew rats ...", "tokenized_text": ["shows", "some", "interesting", "statistics", "about", "the", "jew", "rats"]}, "244": {"text": "http://ifamericaknew.org/", "tokenized_text": ["http", "ifamericaknew", "org"]}, "245": {"text": "It's sort of like the Black computer genius that only appears with any ubiquity on television or in the cinema .", "tokenized_text": ["it", "s", "sort", "of", "like", "the", "black", "computer", "genius", "that", "only", "appears", "with", "any", "ubiquity", "on", "television", "or", "in", "the", "cinema"]}, "246": {"text": "I know they 're probably out there , but I 've never met a Black IT professional who was n't exclusively in sales .", "tokenized_text": ["i", "know", "they", "re", "probably", "out", "there", "but", "i", "ve", "never", "met", "a", "black", "it", "professional", "who", "was", "n", "t", "exclusively", "in", "sales"]}, "247": {"text": "Have you ever heard about death mask of Franco ?", "tokenized_text": ["have", "you", "ever", "heard", "about", "death", "mask", "of", "franco"]}, "248": {"text": "One day I have seen it on EBay , but I 'm not sure about authenticity of the mask .", "tokenized_text": ["one", "day", "i", "have", "seen", "it", "on", "ebay", "but", "i", "m", "not", "sure", "about", "authenticity", "of", "the", "mask"]}, "249": {"text": "Is this group in Sweden genuine or are they thieves who steal money but never send the goods you order ?", "tokenized_text": ["is", "this", "group", "in", "sweden", "genuine", "or", "are", "they", "thieves", "who", "steal", "money", "but", "never", "send", "the", "goods", "you", "order"]}, "250": {"text": "Can any Swedish comrades tell me about them ?", "tokenized_text": ["can", "any", "swedish", "comrades", "tell", "me", "about", "them"]}, "251": {"text": "She is white but looks somewhat below average for a white Swedish girl , I think .", "tokenized_text": ["she", "is", "white", "but", "looks", "somewhat", "below", "average", "for", "a", "white", "swedish", "girl", "i", "think"]}, "252": {"text": "Why do the Swedes hide their best looking females ?", "tokenized_text": ["why", "do", "the", "swedes", "hide", "their", "best", "looking", "females"]}, "253": {"text": "I must just say before this thread possibly dies that I have great fear that without action the cause will die along with the rise of multiculturatism", "tokenized_text": ["i", "must", "just", "say", "before", "this", "thread", "possibly", "dies", "that", "i", "have", "great", "fear", "that", "without", "action", "the", "cause", "will", "die", "along", "with", "the", "rise", "of", "multiculturatism"]}, "254": {"text": "Gl\u00e6delig jul !", "tokenized_text": ["gl\u00e6delig", "jul"]}, "255": {"text": "My Norwegian uncle has been visiting , and he has shared with us some things about Christmas celebrated in Norway ...", "tokenized_text": ["my", "norwegian", "uncle", "has", "been", "visiting", "and", "he", "has", "shared", "with", "us", "some", "things", "about", "christmas", "celebrated", "in", "norway"]}, "256": {"text": "Interesting .", "tokenized_text": ["interesting"]}, "257": {"text": "I also have been talking to a person from Denmark , and I learned about gingerbread , dancing around the tree , and the various customs of Jul ( Dinner , place presents under the tree , desert , dance around tree , open presents ) .", "tokenized_text": ["i", "also", "have", "been", "talking", "to", "a", "person", "from", "denmark", "and", "i", "learned", "about", "gingerbread", "dancing", "around", "the", "tree", "and", "the", "various", "customs", "of", "jul", "dinner", "place", "presents", "under", "the", "tree", "desert", "dance", "around", "tree", "open", "presents"]}, "258": {"text": "I found it to be pretty interesting , and I hope you all had a G\u00e6delig jul !", "tokenized_text": ["i", "found", "it", "to", "be", "pretty", "interesting", "and", "i", "hope", "you", "all", "had", "a", "g\u00e6delig", "jul"]}, "259": {"text": "Ca n't wait until tomorrow !", "tokenized_text": ["ca", "n", "t", "wait", "until", "tomorrow"]}, "260": {"text": "I had actualy written th epost for last summer but had to cancel my trip ... so it is 2005 !!! ok every body cool ? * L * Shann 2508", "tokenized_text": ["i", "had", "actualy", "written", "th", "epost", "for", "last", "summer", "but", "had", "to", "cancel", "my", "trip", "so", "it", "is", "2005", "ok", "every", "body", "cool", "l", "shann", "2508"]}, "261": {"text": "LOL, ok I give up I just had never heard that specific word before and it was n't in my dictionary .", "tokenized_text": ["lol", "ok", "i", "give", "up", "i", "just", "had", "never", "heard", "that", "specific", "word", "before", "and", "it", "was", "n", "t", "in", "my", "dictionary"]}, "262": {"text": "And since I 'm not really Sture All\u00e9n or Horace Engdahl I ca n't say if it 's in Svenska Akademins Ordlista .", "tokenized_text": ["and", "since", "i", "m", "not", "really", "sture", "all\u00e9n", "or", "horace", "engdahl", "i", "ca", "n", "t", "say", "if", "it", "s", "in", "svenska", "akademins", "ordlista"]}, "263": {"text": "i think some of you are a bit wrong on this one since Our Race Is Our Nation when will you learn ?", "tokenized_text": ["i", "think", "some", "of", "you", "are", "a", "bit", "wrong", "on", "this", "one", "since", "our", "race", "is", "our", "nation", "when", "will", "you", "learn"]}, "264": {"text": "It makes me so damn angry that the swedes ca n't see it !!!", "tokenized_text": ["it", "makes", "me", "so", "damn", "angry", "that", "the", "swedes", "ca", "n", "t", "see", "it"]}, "265": {"text": "The blacks and browns are detroying sweden and nobody does anything about it ! : madex : madex : madex", "tokenized_text": ["the", "blacks", "and", "browns", "are", "detroying", "sweden", "and", "nobody", "does", "anything", "about", "it", "madex", "madex", "madex"]}, "266": {"text": "The only thing manipulated here are the minds of few foreigners , who reckon they can live amongest superiour , pagan blood .", "tokenized_text": ["the", "only", "thing", "manipulated", "here", "are", "the", "minds", "of", "few", "foreigners", "who", "reckon", "they", "can", "live", "amongest", "superiour", "pagan", "blood"]}, "267": {"text": "Det er forresten en ting til \u00d3rkneyjar vil si deg , `` Tack s\u00e5 mycket . ''", "tokenized_text": ["det", "er", "forresten", "en", "ting", "til", "\u00f3rkneyjar", "vil", "si", "deg", "tack", "s\u00e5", "mycket"]}, "268": {"text": "What say you of Jotunheim ?", "tokenized_text": ["what", "say", "you", "of", "jotunheim"]}, "269": {"text": "Do you have any figures on this ?", "tokenized_text": ["do", "you", "have", "any", "figures", "on", "this"]}, "270": {"text": "I 'm pretty sure that tens of billions are sent abroad every year even though 50 + % stays in Sweden .", "tokenized_text": ["i", "m", "pretty", "sure", "that", "tens", "of", "billions", "are", "sent", "abroad", "every", "year", "even", "though", "50", "stays", "in", "sweden"]}, "271": {"text": "Hmm... let 's try again , viewing by number of asylum seekers per 1,000 population .", "tokenized_text": ["hmm", "let", "s", "try", "again", "viewing", "by", "number", "of", "asylum", "seekers", "per", "1", "000", "population"]}, "272": {"text": "These are much more important in my estimation .", "tokenized_text": ["these", "are", "much", "more", "important", "in", "my", "estimation"]}, "273": {"text": "For instance , the U.S. lets in about 900,000 people legally every year , while Canada lets in about 225,000 .", "tokenized_text": ["for", "instance", "the", "u", "s", "lets", "in", "about", "900", "000", "people", "legally", "every", "year", "while", "canada", "lets", "in", "about", "225", "000"]}, "274": {"text": "However , in per-capita rates , U.S. legal immigration is at about 3 per 1,000 annually , while for Canada it 's about 7 .", "tokenized_text": ["however", "in", "per", "capita", "rates", "u", "s", "legal", "immigration", "is", "at", "about", "3", "per", "1", "000", "annually", "while", "for", "canada", "it", "s", "about", "7"]}, "275": {"text": "Thus , shockingly , Canada may actually achieve a non-white majority before the U.S. does .", "tokenized_text": ["thus", "shockingly", "canada", "may", "actually", "achieve", "a", "non", "white", "majority", "before", "the", "u", "s", "does"]}, "276": {"text": "Denmark : 2.3 ( 2001 ) , 1.1 ( 2002 ) , 0.9 ( 2003 ) , 0.6 ( 2004 ) . ( assuming population of 5.4 million ) Good job Denmark !", "tokenized_text": ["denmark", "2", "3", "2001", "1", "1", "2002", "0", "9", "2003", "0", "6", "2004", "assuming", "population", "of", "5", "4", "million", "good", "job", "denmark"]}, "277": {"text": "Let 's see it get down to zero !", "tokenized_text": ["let", "s", "see", "it", "get", "down", "to", "zero"]}, "278": {"text": "Norway : 3.3 ( 2001 ) , 3.9 ( 2002 ) , 3.5 ( 2003 ) , 1.8 ( 2004 ) . ( assuming population of 4.5 million ) Sweden : 2.6 ( 2001 ) , 3.7 ( 2002 ) , 3.5 ( 2003 ) , 2.6 ( 2004 ) . ( assuming population of 8.9 million ) Iceland is at about 0.2 .", "tokenized_text": ["norway", "3", "3", "2001", "3", "9", "2002", "3", "5", "2003", "1", "8", "2004", "assuming", "population", "of", "4", "5", "million", "sweden", "2", "6", "2001", "3", "7", "2002", "3", "5", "2003", "2", "6", "2004", "assuming", "population", "of", "8", "9", "million", "iceland", "is", "at", "about", "0", "2"]}, "279": {"text": "Finland , however , used to be very low , but it 's now higher than Denmark and nearly as high as Norway .", "tokenized_text": ["finland", "however", "used", "to", "be", "very", "low", "but", "it", "s", "now", "higher", "than", "denmark", "and", "nearly", "as", "high", "as", "norway"]}, "280": {"text": "By per capita take-ins , Norway was the worst in 2001 , but apparently the Norwegians cracked down in 2004 and they 're now lower than Sweden 's rate .", "tokenized_text": ["by", "per", "capita", "take", "ins", "norway", "was", "the", "worst", "in", "2001", "but", "apparently", "the", "norwegians", "cracked", "down", "in", "2004", "and", "they", "re", "now", "lower", "than", "sweden", "s", "rate"]}, "281": {"text": "Aragorn", "tokenized_text": ["aragorn"]}, "282": {"text": "That is good news When i was in Norge ..", "tokenized_text": ["that", "is", "good", "news", "when", "i", "was", "in", "norge"]}, "283": {"text": "The only Blacks i saw were Somalies .. and they 're a cross mix of Black and Arabs .", "tokenized_text": ["the", "only", "blacks", "i", "saw", "were", "somalies", "and", "they", "re", "a", "cross", "mix", "of", "black", "and", "arabs"]}, "284": {"text": "No, it 's not possible .", "tokenized_text": ["no", "it", "s", "not", "possible"]}, "285": {"text": "Read the earlier posts and see that there are still lots of non-whites coming to Denmark .", "tokenized_text": ["read", "the", "earlier", "posts", "and", "see", "that", "there", "are", "still", "lots", "of", "non", "whites", "coming", "to", "denmark"]}, "286": {"text": "I do n't dare to look at them !", "tokenized_text": ["i", "do", "n", "t", "dare", "to", "look", "at", "them"]}, "287": {"text": "You should see what my grandma 's hair looked like 50 years ago ...", "tokenized_text": ["you", "should", "see", "what", "my", "grandma", "s", "hair", "looked", "like", "50", "years", "ago"]}, "288": {"text": "Eldritch and myself went early to the harbour , but all the boats were cancelled on account of rough weather .", "tokenized_text": ["eldritch", "and", "myself", "went", "early", "to", "the", "harbour", "but", "all", "the", "boats", "were", "cancelled", "on", "account", "of", "rough", "weather"]}, "289": {"text": "One day , brother ... one day .", "tokenized_text": ["one", "day", "brother", "one", "day"]}, "290": {"text": "I've seen on the web he is making a new horror film called `` it waits '' but cant find that much about it", "tokenized_text": ["i", "ve", "seen", "on", "the", "web", "he", "is", "making", "a", "new", "horror", "film", "called", "it", "waits", "but", "cant", "find", "that", "much", "about", "it"]}, "291": {"text": "I thought they agreed they wouldn t do the Salem march this year because his parents didn t want the media attention ?", "tokenized_text": ["i", "thought", "they", "agreed", "they", "wouldn", "t", "do", "the", "salem", "march", "this", "year", "because", "his", "parents", "didn", "t", "want", "the", "media", "attention"]}, "292": {"text": "Jag har inte sj\u00e4lv varit med n\u00e5gon g\u00e5ng men jag har stor respekt f\u00f6r de som deltar .", "tokenized_text": ["jag", "har", "inte", "sj\u00e4lv", "varit", "med", "n\u00e5gon", "g\u00e5ng", "men", "jag", "har", "stor", "respekt", "f\u00f6r", "de", "som", "deltar"]}, "293": {"text": "Why, are you afraid that your son might come and find you drunk in a bar 20 years later and try to kill you or something ...", "tokenized_text": ["why", "are", "you", "afraid", "that", "your", "son", "might", "come", "and", "find", "you", "drunk", "in", "a", "bar", "20", "years", "later", "and", "try", "to", "kill", "you", "or", "something"]}, "294": {"text": "Damn, Finland is closing in on Sweden in this poll !", "tokenized_text": ["damn", "finland", "is", "closing", "in", "on", "sweden", "in", "this", "poll"]}, "295": {"text": "But you are most welcome anyway Ugric _ Warspirit .", "tokenized_text": ["but", "you", "are", "most", "welcome", "anyway", "ugric", "_", "warspirit"]}, "296": {"text": "Suomalainen totta kai !", "tokenized_text": ["suomalainen", "totta", "kai"]}, "297": {"text": "i get what your saying and there are thousands of non irish here who will never contribute anything to this land .", "tokenized_text": ["i", "get", "what", "your", "saying", "and", "there", "are", "thousands", "of", "non", "irish", "here", "who", "will", "never", "contribute", "anything", "to", "this", "land"]}, "298": {"text": "The folk im talking about have been shoulder to shoulder with me for a long time and i will continue to show loyalty and respect to them as they have more than earned it 828", "tokenized_text": ["the", "folk", "im", "talking", "about", "have", "been", "shoulder", "to", "shoulder", "with", "me", "for", "a", "long", "time", "and", "i", "will", "continue", "to", "show", "loyalty", "and", "respect", "to", "them", "as", "they", "have", "more", "than", "earned", "it", "828"]}, "299": {"text": "unless you are a tourist or here the study for a year or two please just go back Russian , we dont need or want more slavs", "tokenized_text": ["unless", "you", "are", "a", "tourist", "or", "here", "the", "study", "for", "a", "year", "or", "two", "please", "just", "go", "back", "russian", "we", "dont", "need", "or", "want", "more", "slavs"]}, "300": {"text": "What a load of crap.Water are ye people for real Ireland is been taken over by non Irish and this rubbish .", "tokenized_text": ["what", "a", "load", "of", "crap", "water", "are", "ye", "people", "for", "real", "ireland", "is", "been", "taken", "over", "by", "non", "irish", "and", "this", "rubbish"]}, "301": {"text": "I hate the word racist it makes people being called racist think that they are doing something wrong when they the immigrants coming here are doing something wrong", "tokenized_text": ["i", "hate", "the", "word", "racist", "it", "makes", "people", "being", "called", "racist", "think", "that", "they", "are", "doing", "something", "wrong", "when", "they", "the", "immigrants", "coming", "here", "are", "doing", "something", "wrong"]}, "302": {"text": "Reminds me of an old joke .", "tokenized_text": ["reminds", "me", "of", "an", "old", "joke"]}, "303": {"text": "Whats the difference between St. Patrcks Day , and Martin Luther King Day ? ........................... On St. Patricks day every body wishes they are Irish .", "tokenized_text": ["whats", "the", "difference", "between", "st", "patrcks", "day", "and", "martin", "luther", "king", "day", "on", "st", "patricks", "day", "every", "body", "wishes", "they", "are", "irish"]}, "304": {"text": "Im sorry that many people in my country are stupid .", "tokenized_text": ["im", "sorry", "that", "many", "people", "in", "my", "country", "are", "stupid"]}, "305": {"text": "They feel the need to close down a prison full of terroris / people who aided in the killing of our soldiers and scatter them all around the world. ??????????????????", "tokenized_text": ["they", "feel", "the", "need", "to", "close", "down", "a", "prison", "full", "of", "terroris", "people", "who", "aided", "in", "the", "killing", "of", "our", "soldiers", "and", "scatter", "them", "all", "around", "the", "world"]}, "306": {"text": "and the Poles decide to up and leave therefore devastating the Irish economy as every man and his dog are telling us what are the potential ramifications for our welfare scrounging visitors from far ashore ?", "tokenized_text": ["and", "the", "poles", "decide", "to", "up", "and", "leave", "therefore", "devastating", "the", "irish", "economy", "as", "every", "man", "and", "his", "dog", "are", "telling", "us", "what", "are", "the", "potential", "ramifications", "for", "our", "welfare", "scrounging", "visitors", "from", "far", "ashore"]}, "307": {"text": "No I was asking for a link for were it says their banning the celtic cross , but thanks for the link i 'll check it out .", "tokenized_text": ["no", "i", "was", "asking", "for", "a", "link", "for", "were", "it", "says", "their", "banning", "the", "celtic", "cross", "but", "thanks", "for", "the", "link", "i", "ll", "check", "it", "out"]}, "308": {"text": "Cheers", "tokenized_text": ["cheers"]}, "309": {"text": "If they have some marches and what not about showing pride in their culture you guys should go out and do the same If you could try and contact people you know in different cities and see if their willing to do the same .", "tokenized_text": ["if", "they", "have", "some", "marches", "and", "what", "not", "about", "showing", "pride", "in", "their", "culture", "you", "guys", "should", "go", "out", "and", "do", "the", "same", "if", "you", "could", "try", "and", "contact", "people", "you", "know", "in", "different", "cities", "and", "see", "if", "their", "willing", "to", "do", "the", "same"]}, "310": {"text": "good luck NoRemorseNoRegrets , hopefully its good news about your job and lets hope you dont become another figure in a stat !", "tokenized_text": ["good", "luck", "noremorsenoregrets", "hopefully", "its", "good", "news", "about", "your", "job", "and", "lets", "hope", "you", "dont", "become", "another", "figure", "in", "a", "stat"]}, "311": {"text": "I posted a thread in Stormfront Ireland the week before about english hooligans slashing an Irish mans throat , the thread dissappeared without explanation .", "tokenized_text": ["i", "posted", "a", "thread", "in", "stormfront", "ireland", "the", "week", "before", "about", "english", "hooligans", "slashing", "an", "irish", "mans", "throat", "the", "thread", "dissappeared", "without", "explanation"]}, "312": {"text": "A crude drawing of a swastika on a wall with spraypaint will only make neutral people associate nazi 's with common lowlife scum .", "tokenized_text": ["a", "crude", "drawing", "of", "a", "swastika", "on", "a", "wall", "with", "spraypaint", "will", "only", "make", "neutral", "people", "associate", "nazi", "s", "with", "common", "lowlife", "scum"]}, "313": {"text": "Can a mod also change the thread title so it says the 10th ? dont want people showing up 10 days late", "tokenized_text": ["can", "a", "mod", "also", "change", "the", "thread", "title", "so", "it", "says", "the", "10th", "dont", "want", "people", "showing", "up", "10", "days", "late"]}, "314": {"text": "Watching those videos makes me feel like im going to explode with hatred for those creatures .", "tokenized_text": ["watching", "those", "videos", "makes", "me", "feel", "like", "im", "going", "to", "explode", "with", "hatred", "for", "those", "creatures"]}, "315": {"text": "A feel a mix of intense hate and depression that we have let things degenerate so far .", "tokenized_text": ["a", "feel", "a", "mix", "of", "intense", "hate", "and", "depression", "that", "we", "have", "let", "things", "degenerate", "so", "far"]}, "316": {"text": "From what I know they 're almost exclusively Nigerian asylum seekers .", "tokenized_text": ["from", "what", "i", "know", "they", "re", "almost", "exclusively", "nigerian", "asylum", "seekers"]}, "317": {"text": "They have a few of their own shops , a food shop by the bus/train station and a clothes shop where they sell FUBU and other assorted gangsta rap crap .", "tokenized_text": ["they", "have", "a", "few", "of", "their", "own", "shops", "a", "food", "shop", "by", "the", "bus", "train", "station", "and", "a", "clothes", "shop", "where", "they", "sell", "fubu", "and", "other", "assorted", "gangsta", "rap", "crap"]}, "318": {"text": "This filth is a sectarian British song not an Irish folk song the sort of scum who wrote and admire this filth have no place on a WN forum yet alone an Irish forum", "tokenized_text": ["this", "filth", "is", "a", "sectarian", "british", "song", "not", "an", "irish", "folk", "song", "the", "sort", "of", "scum", "who", "wrote", "and", "admire", "this", "filth", "have", "no", "place", "on", "a", "wn", "forum", "yet", "alone", "an", "irish", "forum"]}, "319": {"text": "Thanks for that Limerickpit I have put that on my planner no doubt it will be a total destoration of the facts !!", "tokenized_text": ["thanks", "for", "that", "limerickpit", "i", "have", "put", "that", "on", "my", "planner", "no", "doubt", "it", "will", "be", "a", "total", "destoration", "of", "the", "facts"]}, "320": {"text": "During the early punk scene , he was always seen decked out in a Union flag blazer , then all a sudden , an instant nationality transplant .", "tokenized_text": ["during", "the", "early", "punk", "scene", "he", "was", "always", "seen", "decked", "out", "in", "a", "union", "flag", "blazer", "then", "all", "a", "sudden", "an", "instant", "nationality", "transplant"]}, "321": {"text": "well done at least someone is getting off their arse and taking action rather then sitting behind a computer being a cyber warrior.i hope others will follow suit", "tokenized_text": ["well", "done", "at", "least", "someone", "is", "getting", "off", "their", "arse", "and", "taking", "action", "rather", "then", "sitting", "behind", "a", "computer", "being", "a", "cyber", "warrior", "i", "hope", "others", "will", "follow", "suit"]}, "322": {"text": "So if a fellow white man rapes my daughter or kills my brother I should let it go because he is white ?", "tokenized_text": ["so", "if", "a", "fellow", "white", "man", "rapes", "my", "daughter", "or", "kills", "my", "brother", "i", "should", "let", "it", "go", "because", "he", "is", "white"]}, "323": {"text": "Its a disgrace my sister has been on the waiting list for 6 years and their giving away houses to these scumbags", "tokenized_text": ["its", "a", "disgrace", "my", "sister", "has", "been", "on", "the", "waiting", "list", "for", "6", "years", "and", "their", "giving", "away", "houses", "to", "these", "scumbags"]}, "324": {"text": "Most of the info on this site is out of date but it has some interesting information on the groups/orgs that have come and gone over the years .", "tokenized_text": ["most", "of", "the", "info", "on", "this", "site", "is", "out", "of", "date", "but", "it", "has", "some", "interesting", "information", "on", "the", "groups", "orgs", "that", "have", "come", "and", "gone", "over", "the", "years"]}, "325": {"text": "http://www.tau.ac.il/Anti-Semitism/a...-4/ireland.htm", "tokenized_text": ["http", "www", "tau", "ac", "il", "anti", "semitism", "a", "4", "ireland", "htm"]}, "326": {"text": "the younger limerick crowd say the gangs from moyross are in regular fights with the poles they go around in tens and when they meet all hell breaks lose its very like in east germany with the poles and working class irish .", "tokenized_text": ["the", "younger", "limerick", "crowd", "say", "the", "gangs", "from", "moyross", "are", "in", "regular", "fights", "with", "the", "poles", "they", "go", "around", "in", "tens", "and", "when", "they", "meet", "all", "hell", "breaks", "lose", "its", "very", "like", "in", "east", "germany", "with", "the", "poles", "and", "working", "class", "irish"]}, "327": {"text": "I was away for the weekend that is why I did get around to posting my blood group ( I do n't see why I should bother anyway ) BTW , I am in blood group `` O ''", "tokenized_text": ["i", "was", "away", "for", "the", "weekend", "that", "is", "why", "i", "did", "get", "around", "to", "posting", "my", "blood", "group", "i", "do", "n", "t", "see", "why", "i", "should", "bother", "anyway", "btw", "i", "am", "in", "blood", "group", "o"]}, "328": {"text": "The Church of Ireland Archbishop of Dublin has called for an amnesty for immigrants who have been in Ireland for five years or more without their status being resolved .", "tokenized_text": ["the", "church", "of", "ireland", "archbishop", "of", "dublin", "has", "called", "for", "an", "amnesty", "for", "immigrants", "who", "have", "been", "in", "ireland", "for", "five", "years", "or", "more", "without", "their", "status", "being", "resolved"]}, "329": {"text": "http://www.thepost.ie/post/pages/p/s...726-qqqx=1.asp", "tokenized_text": ["http", "www", "thepost", "ie", "post", "pages", "p", "s", "726", "qqqx", "1", "asp"]}, "330": {"text": "Thanks It may not seem like much but just puting one of those leaflets up on a noticeboard gets a lot of people talking .", "tokenized_text": ["thanks", "it", "may", "not", "seem", "like", "much", "but", "just", "puting", "one", "of", "those", "leaflets", "up", "on", "a", "noticeboard", "gets", "a", "lot", "of", "people", "talking"]}, "331": {"text": "No it is not a joke , we have a very high standard education system here in Ireland ..", "tokenized_text": ["no", "it", "is", "not", "a", "joke", "we", "have", "a", "very", "high", "standard", "education", "system", "here", "in", "ireland"]}, "332": {"text": "It is as good as anywhere in the world ..", "tokenized_text": ["it", "is", "as", "good", "as", "anywhere", "in", "the", "world"]}, "333": {"text": "Thankfully, the C.W. Camp-Out will go ahead this year .", "tokenized_text": ["thankfully", "the", "c", "w", "camp", "out", "will", "go", "ahead", "this", "year"]}, "334": {"text": "Unfortunately , we missed out last year but this year s occasion will definitely make up for it .", "tokenized_text": ["unfortunately", "we", "missed", "out", "last", "year", "but", "this", "year", "s", "occasion", "will", "definitely", "make", "up", "for", "it"]}, "335": {"text": "Beautiful scenery , music , campfire and good , true company .", "tokenized_text": ["beautiful", "scenery", "music", "campfire", "and", "good", "true", "company"]}, "336": {"text": "Looking forward to it !", "tokenized_text": ["looking", "forward", "to", "it"]}, "337": {"text": "Regards , Draiodoir .", "tokenized_text": ["regards", "draiodoir"]}, "338": {"text": "I read recently in cold black and white print that there was around 10,000 nigerians in Ireland ... Now you say close to 300,000 ????!", "tokenized_text": ["i", "read", "recently", "in", "cold", "black", "and", "white", "print", "that", "there", "was", "around", "10", "000", "nigerians", "in", "ireland", "now", "you", "say", "close", "to", "300", "000"]}, "339": {"text": "Is this true ?", "tokenized_text": ["is", "this", "true"]}, "340": {"text": "These people who want foreign aid increased are the same people who walk past irish people living rough on the streets and they do n't care about the old people who the government ignores .", "tokenized_text": ["these", "people", "who", "want", "foreign", "aid", "increased", "are", "the", "same", "people", "who", "walk", "past", "irish", "people", "living", "rough", "on", "the", "streets", "and", "they", "do", "n", "t", "care", "about", "the", "old", "people", "who", "the", "government", "ignores"]}, "341": {"text": "16", "tokenized_text": ["16"]}, "342": {"text": "I had a few of the CDs and gave them all away , let me see if i can get you a copy !!!!", "tokenized_text": ["i", "had", "a", "few", "of", "the", "cds", "and", "gave", "them", "all", "away", "let", "me", "see", "if", "i", "can", "get", "you", "a", "copy"]}, "343": {"text": "Don't think you supremacists would ever be able to build up the force of resistance that Irish Republicans did mate .", "tokenized_text": ["don", "t", "think", "you", "supremacists", "would", "ever", "be", "able", "to", "build", "up", "the", "force", "of", "resistance", "that", "irish", "republicans", "did", "mate"]}, "344": {"text": "Look on in jealousy !!! 2508", "tokenized_text": ["look", "on", "in", "jealousy", "2508"]}, "345": {"text": "Lie, lie , lie !!!", "tokenized_text": ["lie", "lie", "lie"]}, "346": {"text": "Irish men are SOOOOOOO beautiful !!!!", "tokenized_text": ["irish", "men", "are", "sooooooo", "beautiful"]}, "347": {"text": "I love their darker hair , their skin , their eyes !", "tokenized_text": ["i", "love", "their", "darker", "hair", "their", "skin", "their", "eyes"]}, "348": {"text": "They are stunning !! * KISS * 2056", "tokenized_text": ["they", "are", "stunning", "kiss", "2056"]}, "349": {"text": "the article says they went into mainstream schooling so i think that must have played a role in it.the drugs were proscribed to them for health problems", "tokenized_text": ["the", "article", "says", "they", "went", "into", "mainstream", "schooling", "so", "i", "think", "that", "must", "have", "played", "a", "role", "in", "it", "the", "drugs", "were", "proscribed", "to", "them", "for", "health", "problems"]}, "350": {"text": "There is an active community here - you just need to get off the net to find it .", "tokenized_text": ["there", "is", "an", "active", "community", "here", "you", "just", "need", "to", "get", "off", "the", "net", "to", "find", "it"]}, "351": {"text": "Use PM to get in touch .", "tokenized_text": ["use", "pm", "to", "get", "in", "touch"]}, "352": {"text": "How could you begin to tell people that all this multi cultural stuff is wrong without being hated on by our fellow people ?", "tokenized_text": ["how", "could", "you", "begin", "to", "tell", "people", "that", "all", "this", "multi", "cultural", "stuff", "is", "wrong", "without", "being", "hated", "on", "by", "our", "fellow", "people"]}, "353": {"text": "Yeah it was the same way when I was going to school in Calgary. the problem is they have like 8 kids where we only have about 1-2 children usually .", "tokenized_text": ["yeah", "it", "was", "the", "same", "way", "when", "i", "was", "going", "to", "school", "in", "calgary", "the", "problem", "is", "they", "have", "like", "8", "kids", "where", "we", "only", "have", "about", "1", "2", "children", "usually"]}, "354": {"text": "Are only chapter right now is in the Fraser Valley near Vancouver but were looking to open chapters all over Canada .", "tokenized_text": ["are", "only", "chapter", "right", "now", "is", "in", "the", "fraser", "valley", "near", "vancouver", "but", "were", "looking", "to", "open", "chapters", "all", "over", "canada"]}, "355": {"text": "Some Natives were driving around in a truck a few years ago .", "tokenized_text": ["some", "natives", "were", "driving", "around", "in", "a", "truck", "a", "few", "years", "ago"]}, "356": {"text": "Nothing unusual about that except it said on the back window .", "tokenized_text": ["nothing", "unusual", "about", "that", "except", "it", "said", "on", "the", "back", "window"]}, "357": {"text": "`` Work harder white boy , my brother needs a new truck '' .", "tokenized_text": ["work", "harder", "white", "boy", "my", "brother", "needs", "a", "new", "truck"]}, "358": {"text": "True story", "tokenized_text": ["true", "story"]}, "359": {"text": "put the kids in a ophanage and arrest the whore of a mother to a point of not having more biracial kids 8 kids have to suffer all their lives to due a whore", "tokenized_text": ["put", "the", "kids", "in", "a", "ophanage", "and", "arrest", "the", "whore", "of", "a", "mother", "to", "a", "point", "of", "not", "having", "more", "biracial", "kids", "8", "kids", "have", "to", "suffer", "all", "their", "lives", "to", "due", "a", "whore"]}, "360": {"text": "There are other ' Games ' , similar to the first you described , eg : 1 ] FIFA , and 2 ] The British FA ......", "tokenized_text": ["there", "are", "other", "games", "similar", "to", "the", "first", "you", "described", "eg", "1", "fifa", "and", "2", "the", "british", "fa"]}, "361": {"text": "BTW Im led to believe that Football [ soccer ] was invented in Somalia , in about 1066 AD .", "tokenized_text": ["btw", "im", "led", "to", "believe", "that", "football", "soccer", "was", "invented", "in", "somalia", "in", "about", "1066", "ad"]}, "362": {"text": "Pigs bladders were not used there , and the footballs were made from Camels doings .", "tokenized_text": ["pigs", "bladders", "were", "not", "used", "there", "and", "the", "footballs", "were", "made", "from", "camels", "doings"]}, "363": {"text": "Like I said earlier the English have been subjected to a far worse campaign of indoctrination than the rest of us .", "tokenized_text": ["like", "i", "said", "earlier", "the", "english", "have", "been", "subjected", "to", "a", "far", "worse", "campaign", "of", "indoctrination", "than", "the", "rest", "of", "us"]}, "364": {"text": "I have to admit I do n't think I 've ever met a Briton ??? and I am English , so you must know something that I do n't know ??? , good for you .", "tokenized_text": ["i", "have", "to", "admit", "i", "do", "n", "t", "think", "i", "ve", "ever", "met", "a", "briton", "and", "i", "am", "english", "so", "you", "must", "know", "something", "that", "i", "do", "n", "t", "know", "good", "for", "you"]}, "365": {"text": "What I do know is that I live on a small Island and it seems that a lot of people from various countries in the world are willing to desert their homelands and their families just to come here , in my mind that tells me a lot about said people and their home countries , most of all it highlights their weaknesses of how their own countries have let them down and how they feel the need to feed off somebody elses country , how should we English interpret this without sounding rude ??? , locust ??? , parasite ??? , you tell me .", "tokenized_text": ["what", "i", "do", "know", "is", "that", "i", "live", "on", "a", "small", "island", "and", "it", "seems", "that", "a", "lot", "of", "people", "from", "various", "countries", "in", "the", "world", "are", "willing", "to", "desert", "their", "homelands", "and", "their", "families", "just", "to", "come", "here", "in", "my", "mind", "that", "tells", "me", "a", "lot", "about", "said", "people", "and", "their", "home", "countries", "most", "of", "all", "it", "highlights", "their", "weaknesses", "of", "how", "their", "own", "countries", "have", "let", "them", "down", "and", "how", "they", "feel", "the", "need", "to", "feed", "off", "somebody", "elses", "country", "how", "should", "we", "english", "interpret", "this", "without", "sounding", "rude", "locust", "parasite", "you", "tell", "me"]}, "366": {"text": "I base this post on the fact that I live a few hundred yards from the house I was born in and have never felt the desire to suck the milk from anything other than an English nipple .", "tokenized_text": ["i", "base", "this", "post", "on", "the", "fact", "that", "i", "live", "a", "few", "hundred", "yards", "from", "the", "house", "i", "was", "born", "in", "and", "have", "never", "felt", "the", "desire", "to", "suck", "the", "milk", "from", "anything", "other", "than", "an", "english", "nipple"]}, "367": {"text": "My Mind 's Eye - Small Faces - YouTube", "tokenized_text": ["my", "mind", "s", "eye", "small", "faces", "youtube"]}, "368": {"text": "I would not even use anything that man says winston churchill is the reason we are in this mess in the first place the bastard should have been shot", "tokenized_text": ["i", "would", "not", "even", "use", "anything", "that", "man", "says", "winston", "churchill", "is", "the", "reason", "we", "are", "in", "this", "mess", "in", "the", "first", "place", "the", "bastard", "should", "have", "been", "shot"]}, "369": {"text": "I think they have .", "tokenized_text": ["i", "think", "they", "have"]}, "370": {"text": "I have this vision of a left christian screeching ' the meek shall inherit the earth `` as a member of the peaceful religion goes a chopping .... humour .", "tokenized_text": ["i", "have", "this", "vision", "of", "a", "left", "christian", "screeching", "the", "meek", "shall", "inherit", "the", "earth", "as", "a", "member", "of", "the", "peaceful", "religion", "goes", "a", "chopping", "humour"]}, "371": {"text": "What do i know ? ?!!!!! ...", "tokenized_text": ["what", "do", "i", "know"]}, "372": {"text": "Why would you want to see this pollution spread further into our gene pool ?", "tokenized_text": ["why", "would", "you", "want", "to", "see", "this", "pollution", "spread", "further", "into", "our", "gene", "pool"]}, "373": {"text": "Thank the Gods she has chosen to go with her own kind .", "tokenized_text": ["thank", "the", "gods", "she", "has", "chosen", "to", "go", "with", "her", "own", "kind"]}, "374": {"text": "I have just followed the link for the BDP , tried to check the policies only to be shown a lot of Latin that translates as total gobbledegook !", "tokenized_text": ["i", "have", "just", "followed", "the", "link", "for", "the", "bdp", "tried", "to", "check", "the", "policies", "only", "to", "be", "shown", "a", "lot", "of", "latin", "that", "translates", "as", "total", "gobbledegook"]}, "375": {"text": "Hacked website ?", "tokenized_text": ["hacked", "website"]}, "376": {"text": "A happy St. David 's day to all of our Welsh compatriots !", "tokenized_text": ["a", "happy", "st", "david", "s", "day", "to", "all", "of", "our", "welsh", "compatriots"]}, "377": {"text": "From your one time enemies , and now eternal allies , the English", "tokenized_text": ["from", "your", "one", "time", "enemies", "and", "now", "eternal", "allies", "the", "english"]}, "378": {"text": "today i had an assembly on diversity and how we should embrace other cultures and learn about them .", "tokenized_text": ["today", "i", "had", "an", "assembly", "on", "diversity", "and", "how", "we", "should", "embrace", "other", "cultures", "and", "learn", "about", "them"]}, "379": {"text": "Not one mention about burns night our own culture .", "tokenized_text": ["not", "one", "mention", "about", "burns", "night", "our", "own", "culture"]}, "380": {"text": "Re: What is happening in our schools ?", "tokenized_text": ["re", "what", "is", "happening", "in", "our", "schools"]}, "381": {"text": "Simple truth is that sadly they are preparing them for the only future that marxism offers -", "tokenized_text": ["simple", "truth", "is", "that", "sadly", "they", "are", "preparing", "them", "for", "the", "only", "future", "that", "marxism", "offers"]}, "382": {"text": "Don't be ridiculous !", "tokenized_text": ["don", "t", "be", "ridiculous"]}, "383": {"text": "So you advocate independence , just to join another sovereign Nation ( As Wales would be in this hypothetical scenario ) ?", "tokenized_text": ["so", "you", "advocate", "independence", "just", "to", "join", "another", "sovereign", "nation", "as", "wales", "would", "be", "in", "this", "hypothetical", "scenario"]}, "384": {"text": "Indeed.", "tokenized_text": ["indeed"]}, "385": {"text": "The OP has gone to sunnier climes for a couple of weeks so I 'll close this now and explain to him on his return ....", "tokenized_text": ["the", "op", "has", "gone", "to", "sunnier", "climes", "for", "a", "couple", "of", "weeks", "so", "i", "ll", "close", "this", "now", "and", "explain", "to", "him", "on", "his", "return"]}, "386": {"text": "Don't care much for football these days and sincerely hope that the team called England get a hiding but i will be wearing my new Serbia shirt during the tournament.COME ON SERBIA DO US PROUD !", "tokenized_text": ["don", "t", "care", "much", "for", "football", "these", "days", "and", "sincerely", "hope", "that", "the", "team", "called", "england", "get", "a", "hiding", "but", "i", "will", "be", "wearing", "my", "new", "serbia", "shirt", "during", "the", "tournament", "come", "on", "serbia", "do", "us", "proud"]}, "387": {"text": "is anyone else fed up with people using the so called race card against you ? if so , tell us about it", "tokenized_text": ["is", "anyone", "else", "fed", "up", "with", "people", "using", "the", "so", "called", "race", "card", "against", "you", "if", "so", "tell", "us", "about", "it"]}, "388": {"text": "No I will not be buying guns and bullets .", "tokenized_text": ["no", "i", "will", "not", "be", "buying", "guns", "and", "bullets"]}, "389": {"text": "And it 's not my fault the BNP is run by a gangster .", "tokenized_text": ["and", "it", "s", "not", "my", "fault", "the", "bnp", "is", "run", "by", "a", "gangster"]}, "390": {"text": "Yeah iam from Edinburgh and i when i was at secondary school my classes where full of blacks and pakis and half them could hardly speak english .", "tokenized_text": ["yeah", "iam", "from", "edinburgh", "and", "i", "when", "i", "was", "at", "secondary", "school", "my", "classes", "where", "full", "of", "blacks", "and", "pakis", "and", "half", "them", "could", "hardly", "speak", "english"]}, "391": {"text": "i do this and the looks i get out of disgust are regular but i happily carry on walking and laugh them off , they think showing me a few pictures of negro kids on a poster without a burger is going to make me want to give money to them ?", "tokenized_text": ["i", "do", "this", "and", "the", "looks", "i", "get", "out", "of", "disgust", "are", "regular", "but", "i", "happily", "carry", "on", "walking", "and", "laugh", "them", "off", "they", "think", "showing", "me", "a", "few", "pictures", "of", "negro", "kids", "on", "a", "poster", "without", "a", "burger", "is", "going", "to", "make", "me", "want", "to", "give", "money", "to", "them"]}, "392": {"text": "ye i heard that one to. or ' we all came from Africa any way so why dose it matter ' ........ my answer ? ' we evolved to be better'", "tokenized_text": ["ye", "i", "heard", "that", "one", "to", "or", "we", "all", "came", "from", "africa", "any", "way", "so", "why", "dose", "it", "matter", "my", "answer", "we", "evolved", "to", "be", "better"]}, "393": {"text": "yes it is dying down the only way we could beat our problem is by voting for BNP in the next election", "tokenized_text": ["yes", "it", "is", "dying", "down", "the", "only", "way", "we", "could", "beat", "our", "problem", "is", "by", "voting", "for", "bnp", "in", "the", "next", "election"]}, "394": {"text": "Hello to all my friends here on the forum .", "tokenized_text": ["hello", "to", "all", "my", "friends", "here", "on", "the", "forum"]}, "395": {"text": "Well , the warm weather is coming in and guess what , I now have to painstakingly endure all the offspring of these immigrants , Africans , foeigners ( Im putting them all because there is that many of them ) all playing out the front of the flats in the small garden area , screeching and shouting and their hyena pitched laughing .", "tokenized_text": ["well", "the", "warm", "weather", "is", "coming", "in", "and", "guess", "what", "i", "now", "have", "to", "painstakingly", "endure", "all", "the", "offspring", "of", "these", "immigrants", "africans", "foeigners", "im", "putting", "them", "all", "because", "there", "is", "that", "many", "of", "them", "all", "playing", "out", "the", "front", "of", "the", "flats", "in", "the", "small", "garden", "area", "screeching", "and", "shouting", "and", "their", "hyena", "pitched", "laughing"]}, "396": {"text": "There is a sign up , placed by the council , stating `` No Ball Games '' , so what are they doing , yes playing football .", "tokenized_text": ["there", "is", "a", "sign", "up", "placed", "by", "the", "council", "stating", "no", "ball", "games", "so", "what", "are", "they", "doing", "yes", "playing", "football"]}, "397": {"text": "Playing with their scooters , bikes and other NOISY toys right outside our windows .", "tokenized_text": ["playing", "with", "their", "scooters", "bikes", "and", "other", "noisy", "toys", "right", "outside", "our", "windows"]}, "398": {"text": "Can hardly hear our tv .", "tokenized_text": ["can", "hardly", "hear", "our", "tv"]}, "399": {"text": "It got so bad that I literally sat outside with our dog ( he was on a lead ) .", "tokenized_text": ["it", "got", "so", "bad", "that", "i", "literally", "sat", "outside", "with", "our", "dog", "he", "was", "on", "a", "lead"]}, "400": {"text": "They all p * * * * d off and stayed up their end with that stupid look on their faces .", "tokenized_text": ["they", "all", "p", "d", "off", "and", "stayed", "up", "their", "end", "with", "that", "stupid", "look", "on", "their", "faces"]}, "401": {"text": "I sat there for 5 minutes and then took the dog for a walk .", "tokenized_text": ["i", "sat", "there", "for", "5", "minutes", "and", "then", "took", "the", "dog", "for", "a", "walk"]}, "402": {"text": "There must have been about 10 of them , all black , and others coming in to join them .", "tokenized_text": ["there", "must", "have", "been", "about", "10", "of", "them", "all", "black", "and", "others", "coming", "in", "to", "join", "them"]}, "403": {"text": "There was not one white child amongst them .", "tokenized_text": ["there", "was", "not", "one", "white", "child", "amongst", "them"]}, "404": {"text": "Oh yes and to round it all off we have new neighbours moved in .", "tokenized_text": ["oh", "yes", "and", "to", "round", "it", "all", "off", "we", "have", "new", "neighbours", "moved", "in"]}, "405": {"text": "Foreign of course .", "tokenized_text": ["foreign", "of", "course"]}, "406": {"text": "I had to open the landing window earlier because the stench of their cooking was overpowering .", "tokenized_text": ["i", "had", "to", "open", "the", "landing", "window", "earlier", "because", "the", "stench", "of", "their", "cooking", "was", "overpowering"]}, "407": {"text": "Thankyou all for allowing me to vent as I feel so angry .......", "tokenized_text": ["thankyou", "all", "for", "allowing", "me", "to", "vent", "as", "i", "feel", "so", "angry"]}, "408": {"text": "he wrote the truth and you dont know if he is white or not as none knows who post here is a confirmed white .", "tokenized_text": ["he", "wrote", "the", "truth", "and", "you", "dont", "know", "if", "he", "is", "white", "or", "not", "as", "none", "knows", "who", "post", "here", "is", "a", "confirmed", "white"]}, "409": {"text": "On the other hand point to anything he posted as not to be the absolute truth .", "tokenized_text": ["on", "the", "other", "hand", "point", "to", "anything", "he", "posted", "as", "not", "to", "be", "the", "absolute", "truth"]}, "410": {"text": "Every time I see a black security guard they are either sat down or on the phone , they have no proffesionalism whatsoever .", "tokenized_text": ["every", "time", "i", "see", "a", "black", "security", "guard", "they", "are", "either", "sat", "down", "or", "on", "the", "phone", "they", "have", "no", "proffesionalism", "whatsoever"]}, "411": {"text": "Yes, more homosexual degeneracy foisted upon the silent majority .", "tokenized_text": ["yes", "more", "homosexual", "degeneracy", "foisted", "upon", "the", "silent", "majority"]}, "412": {"text": "Dare to speak out in a country with supposed free speech and you 're labelled a bigot !", "tokenized_text": ["dare", "to", "speak", "out", "in", "a", "country", "with", "supposed", "free", "speech", "and", "you", "re", "labelled", "a", "bigot"]}, "413": {"text": "Absolutely ridiculous .", "tokenized_text": ["absolutely", "ridiculous"]}, "414": {"text": "Hey I 'm not really new to browsing the forums but i 've only just got his account and have decided to become more active online and in day to day life .", "tokenized_text": ["hey", "i", "m", "not", "really", "new", "to", "browsing", "the", "forums", "but", "i", "ve", "only", "just", "got", "his", "account", "and", "have", "decided", "to", "become", "more", "active", "online", "and", "in", "day", "to", "day", "life"]}, "415": {"text": "If you follow the cycle of water , what we drink has already been down the toilet a few times , so it 's nothing new .", "tokenized_text": ["if", "you", "follow", "the", "cycle", "of", "water", "what", "we", "drink", "has", "already", "been", "down", "the", "toilet", "a", "few", "times", "so", "it", "s", "nothing", "new"]}, "416": {"text": "Agree with Barrrytheanglosaxon with many points ... Oh !", "tokenized_text": ["agree", "with", "barrrytheanglosaxon", "with", "many", "points", "oh"]}, "417": {"text": "English team are 100 % white ...", "tokenized_text": ["english", "team", "are", "100", "white"]}, "418": {"text": "And one of thing I like in football , among football fans many white patriots Right wing ultras RUS - YouTube", "tokenized_text": ["and", "one", "of", "thing", "i", "like", "in", "football", "among", "football", "fans", "many", "white", "patriots", "right", "wing", "ultras", "rus", "youtube"]}, "419": {"text": "I cant understand why people in Britain loves so much to breed with non whites , it keeps me shocking when i go there .", "tokenized_text": ["i", "cant", "understand", "why", "people", "in", "britain", "loves", "so", "much", "to", "breed", "with", "non", "whites", "it", "keeps", "me", "shocking", "when", "i", "go", "there"]}, "420": {"text": "I have never seen such thing in any other country .", "tokenized_text": ["i", "have", "never", "seen", "such", "thing", "in", "any", "other", "country"]}, "421": {"text": "Something mysterious must be happening there", "tokenized_text": ["something", "mysterious", "must", "be", "happening", "there"]}, "422": {"text": "Didnt you just say we 're all going to die off anyway ... but its ok because more White people are going to replace us ?", "tokenized_text": ["didnt", "you", "just", "say", "we", "re", "all", "going", "to", "die", "off", "anyway", "but", "its", "ok", "because", "more", "white", "people", "are", "going", "to", "replace", "us"]}, "423": {"text": "Coming right up .", "tokenized_text": ["coming", "right", "up"]}, "424": {"text": "There 's sugar in the bowl and lemon on the side .", "tokenized_text": ["there", "s", "sugar", "in", "the", "bowl", "and", "lemon", "on", "the", "side"]}, "425": {"text": "It 's a pleasure to make your acquaintance Madam .", "tokenized_text": ["it", "s", "a", "pleasure", "to", "make", "your", "acquaintance", "madam"]}, "426": {"text": "Is it a competition on TV to get the most alien looking black and to put them with a white woman ?", "tokenized_text": ["is", "it", "a", "competition", "on", "tv", "to", "get", "the", "most", "alien", "looking", "black", "and", "to", "put", "them", "with", "a", "white", "woman"]}, "427": {"text": "In light of who `` brings it up '' I would imagine that , like all their other claims and accusations , this is wildly exaggerated .", "tokenized_text": ["in", "light", "of", "who", "brings", "it", "up", "i", "would", "imagine", "that", "like", "all", "their", "other", "claims", "and", "accusations", "this", "is", "wildly", "exaggerated"]}, "428": {"text": "Do you mean ......", "tokenized_text": ["do", "you", "mean"]}, "429": {"text": "It is better to be hated for what you are than to be loved for what you are not .", "tokenized_text": ["it", "is", "better", "to", "be", "hated", "for", "what", "you", "are", "than", "to", "be", "loved", "for", "what", "you", "are", "not"]}, "430": {"text": "Andre Gide French critic , essayist , & novelist ( 1869 - 1951 )", "tokenized_text": ["andre", "gide", "french", "critic", "essayist", "novelist", "1869", "1951"]}, "431": {"text": "Yeah, we could do with the same amount of black rapists as the Nordic countries are privileged enough to have .", "tokenized_text": ["yeah", "we", "could", "do", "with", "the", "same", "amount", "of", "black", "rapists", "as", "the", "nordic", "countries", "are", "privileged", "enough", "to", "have"]}, "432": {"text": "No .", "tokenized_text": ["no"]}, "433": {"text": "Rule Britannia .", "tokenized_text": ["rule", "britannia"]}, "434": {"text": "Yes true It reminds me of this incident Muslim Extremists Abuse Royal Anglian Troops After Afghanistan Return , Barking - London 2010 - YouTube", "tokenized_text": ["yes", "true", "it", "reminds", "me", "of", "this", "incident", "muslim", "extremists", "abuse", "royal", "anglian", "troops", "after", "afghanistan", "return", "barking", "london", "2010", "youtube"]}, "435": {"text": "surely gotta be more than that. town to town you see minority whites. - if whites are supposed to be at least 70million - its a very hard way of showing it", "tokenized_text": ["surely", "gotta", "be", "more", "than", "that", "town", "to", "town", "you", "see", "minority", "whites", "if", "whites", "are", "supposed", "to", "be", "at", "least", "70million", "its", "a", "very", "hard", "way", "of", "showing", "it"]}, "436": {"text": "Personal Card for Teacher - Johann Warzecha in the Upper Silesian village of Kaminietz , near Tost-Gleiwitz ( Toszek-Gliwice ) .", "tokenized_text": ["personal", "card", "for", "teacher", "johann", "warzecha", "in", "the", "upper", "silesian", "village", "of", "kaminietz", "near", "tost", "gleiwitz", "toszek", "gliwice"]}, "437": {"text": "The name of the village was changed to Dramastein , during the Third Reich , today it is called Kamieniec in Poland .", "tokenized_text": ["the", "name", "of", "the", "village", "was", "changed", "to", "dramastein", "during", "the", "third", "reich", "today", "it", "is", "called", "kamieniec", "in", "poland"]}, "438": {"text": "You are telling me that 78 % of kids under 6 in Frankfurt are all foreigners ?", "tokenized_text": ["you", "are", "telling", "me", "that", "78", "of", "kids", "under", "6", "in", "frankfurt", "are", "all", "foreigners"]}, "439": {"text": "Jeeze its worst than the UK .", "tokenized_text": ["jeeze", "its", "worst", "than", "the", "uk"]}, "440": {"text": "First I 'm not from Moldavia ...", "tokenized_text": ["first", "i", "m", "not", "from", "moldavia"]}, "441": {"text": "Second , I really hope one day you chauvinists try to take our Transylvania from us ! 1330 Posada , ring a bell ? 1467 Baia , ring a bell ? 1599 Selimbar , ring a bell ?", "tokenized_text": ["second", "i", "really", "hope", "one", "day", "you", "chauvinists", "try", "to", "take", "our", "transylvania", "from", "us", "1330", "posada", "ring", "a", "bell", "1467", "baia", "ring", "a", "bell", "1599", "selimbar", "ring", "a", "bell"]}, "442": {"text": "Budapest 1919 , Trianon 1920 , ring a bell ? 2013 , our military is still vastly superior to yours as it has always been !", "tokenized_text": ["budapest", "1919", "trianon", "1920", "ring", "a", "bell", "2013", "our", "military", "is", "still", "vastly", "superior", "to", "yours", "as", "it", "has", "always", "been"]}, "443": {"text": "There is no way you are taking our ancestral homelands from us ever !", "tokenized_text": ["there", "is", "no", "way", "you", "are", "taking", "our", "ancestral", "homelands", "from", "us", "ever"]}, "444": {"text": "Oh that 's just great .", "tokenized_text": ["oh", "that", "s", "just", "great"]}, "445": {"text": "I enjoy when a Brit comes in and tells Bulgarians everything they need to know about themselves .", "tokenized_text": ["i", "enjoy", "when", "a", "brit", "comes", "in", "and", "tells", "bulgarians", "everything", "they", "need", "to", "know", "about", "themselves"]}, "446": {"text": "The girl is indeed amazing .", "tokenized_text": ["the", "girl", "is", "indeed", "amazing"]}, "447": {"text": "We could have so much more sports medals if our politicians and authorities were not such greedy bastards ...", "tokenized_text": ["we", "could", "have", "so", "much", "more", "sports", "medals", "if", "our", "politicians", "and", "authorities", "were", "not", "such", "greedy", "bastards"]}, "448": {"text": "Hi everyone .... I 'm from Slovenia and I utterly hate every living muslim in this world ....... and I despise even the dead ones", "tokenized_text": ["hi", "everyone", "i", "m", "from", "slovenia", "and", "i", "utterly", "hate", "every", "living", "muslim", "in", "this", "world", "and", "i", "despise", "even", "the", "dead", "ones"]}, "449": {"text": "we had somebody there to monitor this protest they had around 13 people there despite their claims that they usually have hundreds at their demos .", "tokenized_text": ["we", "had", "somebody", "there", "to", "monitor", "this", "protest", "they", "had", "around", "13", "people", "there", "despite", "their", "claims", "that", "they", "usually", "have", "hundreds", "at", "their", "demos"]}, "450": {"text": "My friend lives in Gdansk and he told me almost everyone in his city was white with the exception of some foreign students and a Chinese man who owns a dive bar .", "tokenized_text": ["my", "friend", "lives", "in", "gdansk", "and", "he", "told", "me", "almost", "everyone", "in", "his", "city", "was", "white", "with", "the", "exception", "of", "some", "foreign", "students", "and", "a", "chinese", "man", "who", "owns", "a", "dive", "bar"]}, "451": {"text": "There is not enough interest on either side for a re-unification to be attempted .", "tokenized_text": ["there", "is", "not", "enough", "interest", "on", "either", "side", "for", "a", "re", "unification", "to", "be", "attempted"]}, "452": {"text": "Besides that , there 's the Transnistria issue to be solved and the hard fact that Romania simply does not have the economical power to accomplish such a re-unification .", "tokenized_text": ["besides", "that", "there", "s", "the", "transnistria", "issue", "to", "be", "solved", "and", "the", "hard", "fact", "that", "romania", "simply", "does", "not", "have", "the", "economical", "power", "to", "accomplish", "such", "a", "re", "unification"]}, "453": {"text": "The gay issue is practically non-existent in Romania , even though the local gay NGO organizes a yearly `` pride parade '' in Bucharest .", "tokenized_text": ["the", "gay", "issue", "is", "practically", "non", "existent", "in", "romania", "even", "though", "the", "local", "gay", "ngo", "organizes", "a", "yearly", "pride", "parade", "in", "bucharest"]}, "454": {"text": "In fact , this year this `` event '' is going to be this weekend .", "tokenized_text": ["in", "fact", "this", "year", "this", "event", "is", "going", "to", "be", "this", "weekend"]}, "455": {"text": "There were never more than a few hundred people attending this parade , many of them non-Romanian gays arrived from Western Europe .", "tokenized_text": ["there", "were", "never", "more", "than", "a", "few", "hundred", "people", "attending", "this", "parade", "many", "of", "them", "non", "romanian", "gays", "arrived", "from", "western", "europe"]}, "456": {"text": "For the vast majority of Romanians , gays simply do n't exist , except on TV .", "tokenized_text": ["for", "the", "vast", "majority", "of", "romanians", "gays", "simply", "do", "n", "t", "exist", "except", "on", "tv"]}, "457": {"text": "I feel a great appreciation and admiration for the Polish people and I get sad when i hear white brothers speaking ill of the poles .", "tokenized_text": ["i", "feel", "a", "great", "appreciation", "and", "admiration", "for", "the", "polish", "people", "and", "i", "get", "sad", "when", "i", "hear", "white", "brothers", "speaking", "ill", "of", "the", "poles"]}, "458": {"text": "If Bulgarians are n't slavic , then it 's perhaps time for the rest of them to seek a new name for themselves , cos it 's us that used that ethnonym first , dig ?", "tokenized_text": ["if", "bulgarians", "are", "n", "t", "slavic", "then", "it", "s", "perhaps", "time", "for", "the", "rest", "of", "them", "to", "seek", "a", "new", "name", "for", "themselves", "cos", "it", "s", "us", "that", "used", "that", "ethnonym", "first", "dig"]}, "459": {"text": "All of ukraine is Russia/Poland/Romania , you fake ukrainians .", "tokenized_text": ["all", "of", "ukraine", "is", "russia", "poland", "romania", "you", "fake", "ukrainians"]}, "460": {"text": ": P + from someone else to Csabi : `` So according to Csabi romanians listen to hungarian music ?", "tokenized_text": ["p", "from", "someone", "else", "to", "csabi", "so", "according", "to", "csabi", "romanians", "listen", "to", "hungarian", "music"]}, "461": {"text": "http://www.krepublishers.com/02-Jour ... sey-K-Text.PDF `` Molecular genetic methods supported our observations , that there is a relatively small difference between the Hungarian and Indian groups , the Central - Europeans differ more '' .", "tokenized_text": ["http", "www", "krepublishers", "com", "02", "jour", "sey", "k", "text", "pdf", "molecular", "genetic", "methods", "supported", "our", "observations", "that", "there", "is", "a", "relatively", "small", "difference", "between", "the", "hungarian", "and", "indian", "groups", "the", "central", "europeans", "differ", "more"]}, "462": {"text": "Source : \u00a9 Kamla-Raj 2006 Int J Hum Genet , 6 ( 3 ) : 177-183 ( 2006 ) Human Chromosomal Polymorphism in a Hungarian Sample Kata D\u00e9csey1 , Orsolya Bellovits2 and Gy\u00f6rgyi M. Bujdos\u00f32 1 .", "tokenized_text": ["source", "kamla", "raj", "2006", "int", "j", "hum", "genet", "6", "3", "177", "183", "2006", "human", "chromosomal", "polymorphism", "in", "a", "hungarian", "sample", "kata", "d\u00e9csey1", "orsolya", "bellovits2", "and", "gy\u00f6rgyi", "m", "bujdos\u00f32", "1"]}, "463": {"text": "Semmelweis University , Department of Forensic Medicine , Budapest , Hungary , 1091 2 .", "tokenized_text": ["semmelweis", "university", "department", "of", "forensic", "medicine", "budapest", "hungary", "1091", "2"]}, "464": {"text": "Hungarian Academy of Sciences - Semmelweis University , Institute of Forensic Medicine , Budapest , Hungary , 1091 E-mail : bujgyo@igaz.sote.hu Hey look it even has same year as Csabi 's hungarian music popularity in Romania , except in my case it has exact source specified with documentation and contact material and is not done by some sensationalist newspaper but by hungarian Universities .", "tokenized_text": ["hungarian", "academy", "of", "sciences", "semmelweis", "university", "institute", "of", "forensic", "medicine", "budapest", "hungary", "1091", "e", "mail", "bujgyo", "igaz", "sote", "hu", "hey", "look", "it", "even", "has", "same", "year", "as", "csabi", "s", "hungarian", "music", "popularity", "in", "romania", "except", "in", "my", "case", "it", "has", "exact", "source", "specified", "with", "documentation", "and", "contact", "material", "and", "is", "not", "done", "by", "some", "sensationalist", "newspaper", "but", "by", "hungarian", "universities"]}, "465": {"text": "Maybe stormfront should consider this documentation and letting other gypsy groups join or kicking hungarians out ? \"", "tokenized_text": ["maybe", "stormfront", "should", "consider", "this", "documentation", "and", "letting", "other", "gypsy", "groups", "join", "or", "kicking", "hungarians", "out"]}, "466": {"text": "Let's not concern ourselves with an anti-GD video that barely has any views and will most likely only be watched by anarchists .", "tokenized_text": ["let", "s", "not", "concern", "ourselves", "with", "an", "anti", "gd", "video", "that", "barely", "has", "any", "views", "and", "will", "most", "likely", "only", "be", "watched", "by", "anarchists"]}, "467": {"text": "Like it or not , and I certainly do n't , but Ireland , especially NI is littered with memorials to , and even statues of , red terrorists .", "tokenized_text": ["like", "it", "or", "not", "and", "i", "certainly", "do", "n", "t", "but", "ireland", "especially", "ni", "is", "littered", "with", "memorials", "to", "and", "even", "statues", "of", "red", "terrorists"]}, "468": {"text": "Top ten movies banned in Ireland Ten movies that the Irish censors blocked from Ireland 's cinemas Top ten movies banned in Ireland | IrishCentral", "tokenized_text": ["top", "ten", "movies", "banned", "in", "ireland", "ten", "movies", "that", "the", "irish", "censors", "blocked", "from", "ireland", "s", "cinemas", "top", "ten", "movies", "banned", "in", "ireland", "irishcentral"]}, "469": {"text": "I wonder if that 's in retaliation for Loyalist mobs attacking Catholic homes with little interference from the PSNI last week .", "tokenized_text": ["i", "wonder", "if", "that", "s", "in", "retaliation", "for", "loyalist", "mobs", "attacking", "catholic", "homes", "with", "little", "interference", "from", "the", "psni", "last", "week"]}, "470": {"text": "I stumbled n this by accident Absolute savages and yet you will have all the liberal women saying how great multiculturalism is and we are all the same Le T\u00c3 \u00a9 l\u00c3 \u00a9 gramme - France - Montpellier ( 34 ) .", "tokenized_text": ["i", "stumbled", "n", "this", "by", "accident", "absolute", "savages", "and", "yet", "you", "will", "have", "all", "the", "liberal", "women", "saying", "how", "great", "multiculturalism", "is", "and", "we", "are", "all", "the", "same", "le", "t\u00e3", "l\u00e3", "gramme", "france", "montpellier", "34"]}, "471": {"text": "Ap\u00c3 \u00a9 ro g\u00c3 \u00a9 ant : trois jeunes soup\u00c3 \u00a7 onn\u00c3 \u00a9 s de viol https : //www.stormfront.org/forum/t809905/", "tokenized_text": ["ap\u00e3", "ro", "g\u00e3", "ant", "trois", "jeunes", "soup\u00e3", "onn\u00e3", "s", "de", "viol", "https", "www", "stormfront", "org", "forum", "t809905"]}, "472": {"text": "It's a start .", "tokenized_text": ["it", "s", "a", "start"]}, "473": {"text": "Hopefully they do n't get intimidated by the enemies of our land and of our freedom - those antifa scum .", "tokenized_text": ["hopefully", "they", "do", "n", "t", "get", "intimidated", "by", "the", "enemies", "of", "our", "land", "and", "of", "our", "freedom", "those", "antifa", "scum"]}, "474": {"text": "Okay so if I go by that logic means you 're willing to give up that piece of land ...", "tokenized_text": ["okay", "so", "if", "i", "go", "by", "that", "logic", "means", "you", "re", "willing", "to", "give", "up", "that", "piece", "of", "land"]}, "475": {"text": "A genius , are n't you ?", "tokenized_text": ["a", "genius", "are", "n", "t", "you"]}, "476": {"text": "I know much about that event because I was in that crowd that day in 2010 .", "tokenized_text": ["i", "know", "much", "about", "that", "event", "because", "i", "was", "in", "that", "crowd", "that", "day", "in", "2010"]}, "477": {"text": "I could almost see myself in that video ...", "tokenized_text": ["i", "could", "almost", "see", "myself", "in", "that", "video"]}, "478": {"text": "Thank You , Are you THEA charles Martell ??", "tokenized_text": ["thank", "you", "are", "you", "thea", "charles", "martell"]}, "479": {"text": "I think i heard your name on the stromfront radio , im honored .", "tokenized_text": ["i", "think", "i", "heard", "your", "name", "on", "the", "stromfront", "radio", "im", "honored"]}, "480": {"text": "God bless in either case", "tokenized_text": ["god", "bless", "in", "either", "case"]}, "481": {"text": "The powers that be want all Whites dumbed down with Negro blood .", "tokenized_text": ["the", "powers", "that", "be", "want", "all", "whites", "dumbed", "down", "with", "negro", "blood"]}, "482": {"text": "They all need to be sent back to Afreka along with the Joos that control our politicians .", "tokenized_text": ["they", "all", "need", "to", "be", "sent", "back", "to", "afreka", "along", "with", "the", "joos", "that", "control", "our", "politicians"]}, "483": {"text": "Liberia Awaits", "tokenized_text": ["liberia", "awaits"]}, "484": {"text": "Have you slavs that live in the West ever seen these Western Devils and their obsession with American football .", "tokenized_text": ["have", "you", "slavs", "that", "live", "in", "the", "west", "ever", "seen", "these", "western", "devils", "and", "their", "obsession", "with", "american", "football"]}, "485": {"text": "I am so tired of it .", "tokenized_text": ["i", "am", "so", "tired", "of", "it"]}, "486": {"text": "I hope my negroes beat your negroes .", "tokenized_text": ["i", "hope", "my", "negroes", "beat", "your", "negroes"]}, "487": {"text": "It is stupid", "tokenized_text": ["it", "is", "stupid"]}, "488": {"text": "Indeed.", "tokenized_text": ["indeed"]}, "489": {"text": "I 'm planning to have a little gathering to remember the good old days .", "tokenized_text": ["i", "m", "planning", "to", "have", "a", "little", "gathering", "to", "remember", "the", "good", "old", "days"]}, "490": {"text": "Some candle light , a good drink , a forbidden flag on the wall and Triumph des Willens on the telly .", "tokenized_text": ["some", "candle", "light", "a", "good", "drink", "a", "forbidden", "flag", "on", "the", "wall", "and", "triumph", "des", "willens", "on", "the", "telly"]}, "491": {"text": "im new on here and was just wanderin if any ladies are intrested i a good oel southernman from tennessee send me a messege .", "tokenized_text": ["im", "new", "on", "here", "and", "was", "just", "wanderin", "if", "any", "ladies", "are", "intrested", "i", "a", "good", "oel", "southernman", "from", "tennessee", "send", "me", "a", "messege"]}, "492": {"text": "Hey momofsix .. to have six kids is a great gift that you have given our race and for that i thank you they are lucky to have such awesome parents as you two", "tokenized_text": ["hey", "momofsix", "to", "have", "six", "kids", "is", "a", "great", "gift", "that", "you", "have", "given", "our", "race", "and", "for", "that", "i", "thank", "you", "they", "are", "lucky", "to", "have", "such", "awesome", "parents", "as", "you", "two"]}, "493": {"text": "Every one stop making fun of other people 's pic 's were all a white family.By the way all you lady 's on here are looking fine to bad i 'm only 16 .", "tokenized_text": ["every", "one", "stop", "making", "fun", "of", "other", "people", "s", "pic", "s", "were", "all", "a", "white", "family", "by", "the", "way", "all", "you", "lady", "s", "on", "here", "are", "looking", "fine", "to", "bad", "i", "m", "only", "16"]}, "494": {"text": "Dusty Rhodes ?!", "tokenized_text": ["dusty", "rhodes"]}, "495": {"text": "There 's a name from the past !", "tokenized_text": ["there", "s", "a", "name", "from", "the", "past"]}, "496": {"text": "Back in 1981 Dusty used to show up in bars in Tampa , where my band was playing , get up onstage with us and sing `` Johnny Be Good '' and `` Long-Haired Country Boy '' , the only two songs he knew .", "tokenized_text": ["back", "in", "1981", "dusty", "used", "to", "show", "up", "in", "bars", "in", "tampa", "where", "my", "band", "was", "playing", "get", "up", "onstage", "with", "us", "and", "sing", "johnny", "be", "good", "and", "long", "haired", "country", "boy", "the", "only", "two", "songs", "he", "knew"]}, "497": {"text": "First kiss was behind the church door in third grade .", "tokenized_text": ["first", "kiss", "was", "behind", "the", "church", "door", "in", "third", "grade"]}, "498": {"text": "30 years later we got married .", "tokenized_text": ["30", "years", "later", "we", "got", "married"]}, "499": {"text": "5 years later we split up .", "tokenized_text": ["5", "years", "later", "we", "split", "up"]}, "500": {"text": "Last time I kissed her .... yesterday .", "tokenized_text": ["last", "time", "i", "kissed", "her", "yesterday"]}, "501": {"text": "I so hope that coon got life in jail or the death penaltyYou did and are doing the best you can nobody can ask for more .", "tokenized_text": ["i", "so", "hope", "that", "coon", "got", "life", "in", "jail", "or", "the", "death", "penaltyyou", "did", "and", "are", "doing", "the", "best", "you", "can", "nobody", "can", "ask", "for", "more"]}, "502": {"text": "If I was 20 years younger I would jump at the chance .", "tokenized_text": ["if", "i", "was", "20", "years", "younger", "i", "would", "jump", "at", "the", "chance"]}, "503": {"text": "Come on guys , help her show her kids the right way .", "tokenized_text": ["come", "on", "guys", "help", "her", "show", "her", "kids", "the", "right", "way"]}, "504": {"text": "LOL, pillow count means nothing , there are actually five ...", "tokenized_text": ["lol", "pillow", "count", "means", "nothing", "there", "are", "actually", "five"]}, "505": {"text": "I need them to build a little fort around me at night .", "tokenized_text": ["i", "need", "them", "to", "build", "a", "little", "fort", "around", "me", "at", "night"]}, "506": {"text": "Hey do you have a permit for your eyes .. coz eyes like that are lethal a man can drown in' em", "tokenized_text": ["hey", "do", "you", "have", "a", "permit", "for", "your", "eyes", "coz", "eyes", "like", "that", "are", "lethal", "a", "man", "can", "drown", "in", "em"]}, "507": {"text": "Hi, I am in Nor Cal and there are many other like minded people here too .", "tokenized_text": ["hi", "i", "am", "in", "nor", "cal", "and", "there", "are", "many", "other", "like", "minded", "people", "here", "too"]}, "508": {"text": "PM me if you want to chat .", "tokenized_text": ["pm", "me", "if", "you", "want", "to", "chat"]}, "509": {"text": "Try this link here .", "tokenized_text": ["try", "this", "link", "here"]}, "510": {"text": "From there , just click on `` pictures '' and wait for them to load .", "tokenized_text": ["from", "there", "just", "click", "on", "pictures", "and", "wait", "for", "them", "to", "load"]}, "511": {"text": "A lot there are old , but I have lots of new ones I 'll be adding soon .", "tokenized_text": ["a", "lot", "there", "are", "old", "but", "i", "have", "lots", "of", "new", "ones", "i", "ll", "be", "adding", "soon"]}, "512": {"text": "Ive never herd of one even actually happening but i would think that it would not last either.if you dont get along you never will. cant force it .", "tokenized_text": ["ive", "never", "herd", "of", "one", "even", "actually", "happening", "but", "i", "would", "think", "that", "it", "would", "not", "last", "either", "if", "you", "dont", "get", "along", "you", "never", "will", "cant", "force", "it"]}, "513": {"text": "im 21 in hamilton looking for people who dont put up with society 's crap my email is hammer _ smashed _ skull@hotmail.com", "tokenized_text": ["im", "21", "in", "hamilton", "looking", "for", "people", "who", "dont", "put", "up", "with", "society", "s", "crap", "my", "email", "is", "hammer", "_", "smashed", "_", "skull", "hotmail", "com"]}, "514": {"text": "I think I will post one , I placed my profile on Eurodate a few days ago .", "tokenized_text": ["i", "think", "i", "will", "post", "one", "i", "placed", "my", "profile", "on", "eurodate", "a", "few", "days", "ago"]}, "515": {"text": "So I 'll use the same one for the most part .", "tokenized_text": ["so", "i", "ll", "use", "the", "same", "one", "for", "the", "most", "part"]}, "516": {"text": "Thanks everybody for your input .", "tokenized_text": ["thanks", "everybody", "for", "your", "input"]}, "517": {"text": "Everyone on my MSN gets all manner of pics ( ) but I 've never put any up here so here goes Some pics from about a year ago and a small anigif from a week ago heh Robin", "tokenized_text": ["everyone", "on", "my", "msn", "gets", "all", "manner", "of", "pics", "but", "i", "ve", "never", "put", "any", "up", "here", "so", "here", "goes", "some", "pics", "from", "about", "a", "year", "ago", "and", "a", "small", "anigif", "from", "a", "week", "ago", "heh", "robin"]}, "518": {"text": "new to the hole scene 20/m from connecticut make sure you find the real people and not the hole fake wp people", "tokenized_text": ["new", "to", "the", "hole", "scene", "20", "m", "from", "connecticut", "make", "sure", "you", "find", "the", "real", "people", "and", "not", "the", "hole", "fake", "wp", "people"]}, "519": {"text": "this thread seems pretty dead lately. i think it would be cool to hear about anyone who has made any good friends from one of the cookouts .", "tokenized_text": ["this", "thread", "seems", "pretty", "dead", "lately", "i", "think", "it", "would", "be", "cool", "to", "hear", "about", "anyone", "who", "has", "made", "any", "good", "friends", "from", "one", "of", "the", "cookouts"]}, "520": {"text": "88", "tokenized_text": ["88"]}, "521": {"text": "Hey thanks for the friendly welcome !", "tokenized_text": ["hey", "thanks", "for", "the", "friendly", "welcome"]}, "522": {"text": "I was really excited to come across this site full of like minded people !", "tokenized_text": ["i", "was", "really", "excited", "to", "come", "across", "this", "site", "full", "of", "like", "minded", "people"]}, "523": {"text": "I was begininning to feel alone out here in SoCal !", "tokenized_text": ["i", "was", "begininning", "to", "feel", "alone", "out", "here", "in", "socal"]}, "524": {"text": "I am in kalamzoo , There are a few of us odinists in town , .", "tokenized_text": ["i", "am", "in", "kalamzoo", "there", "are", "a", "few", "of", "us", "odinists", "in", "town"]}, "525": {"text": "You like Jager ?", "tokenized_text": ["you", "like", "jager"]}, "526": {"text": "NeoFolk ?", "tokenized_text": ["neofolk"]}, "527": {"text": "Contact me , we 'll have a holiday ... - cheers .", "tokenized_text": ["contact", "me", "we", "ll", "have", "a", "holiday", "cheers"]}, "528": {"text": "Hi All Are there any women in Texas who are proud of their race ?", "tokenized_text": ["hi", "all", "are", "there", "any", "women", "in", "texas", "who", "are", "proud", "of", "their", "race"]}, "529": {"text": "If so , email me or PM me .", "tokenized_text": ["if", "so", "email", "me", "or", "pm", "me"]}, "530": {"text": "I would like to talk to you .", "tokenized_text": ["i", "would", "like", "to", "talk", "to", "you"]}, "531": {"text": "Jeremy WPWW", "tokenized_text": ["jeremy", "wpww"]}, "532": {"text": "i saw it on opp.now i know what your name stands for.congrats you have a nice looking boyfriend.i read opp once and awhile to see if they took my pic off of here yet and put it on there .", "tokenized_text": ["i", "saw", "it", "on", "opp", "now", "i", "know", "what", "your", "name", "stands", "for", "congrats", "you", "have", "a", "nice", "looking", "boyfriend", "i", "read", "opp", "once", "and", "awhile", "to", "see", "if", "they", "took", "my", "pic", "off", "of", "here", "yet", "and", "put", "it", "on", "there"]}, "533": {"text": "hey i definitly know what your going through. i am a reserve officer in my town just so i can bust the * * * * * * crack dealers. i have no better enjoyment than to watch one squirm before he is sent up the river. my town is mostly * * * * * * s so you already know i am a very busy officer", "tokenized_text": ["hey", "i", "definitly", "know", "what", "your", "going", "through", "i", "am", "a", "reserve", "officer", "in", "my", "town", "just", "so", "i", "can", "bust", "the", "crack", "dealers", "i", "have", "no", "better", "enjoyment", "than", "to", "watch", "one", "squirm", "before", "he", "is", "sent", "up", "the", "river", "my", "town", "is", "mostly", "s", "so", "you", "already", "know", "i", "am", "a", "very", "busy", "officer"]}, "534": {"text": "DuetschGirlTX, No I live in a tiny ass town where i am only one of 100 white folks ( maybe less ) . near San Antonio. there are so many dirts around and they all stick together. so when it comes to a White Girl in this town i gotta have my own back ALWAYS Is that where you are ?", "tokenized_text": ["duetschgirltx", "no", "i", "live", "in", "a", "tiny", "ass", "town", "where", "i", "am", "only", "one", "of", "100", "white", "folks", "maybe", "less", "near", "san", "antonio", "there", "are", "so", "many", "dirts", "around", "and", "they", "all", "stick", "together", "so", "when", "it", "comes", "to", "a", "white", "girl", "in", "this", "town", "i", "gotta", "have", "my", "own", "back", "always", "is", "that", "where", "you", "are"]}, "535": {"text": "In Dallas", "tokenized_text": ["in", "dallas"]}, "536": {"text": "He never mentioned anything about the lack of white women on Stormfront .... He is looking for Proud , White Women in Florida", "tokenized_text": ["he", "never", "mentioned", "anything", "about", "the", "lack", "of", "white", "women", "on", "stormfront", "he", "is", "looking", "for", "proud", "white", "women", "in", "florida"]}, "537": {"text": "thank you both of you !!!!!! maybe if i would have put on my glasses i would have found it before .... tee hee !!!", "tokenized_text": ["thank", "you", "both", "of", "you", "maybe", "if", "i", "would", "have", "put", "on", "my", "glasses", "i", "would", "have", "found", "it", "before", "tee", "hee"]}, "538": {"text": "im 27 live in manchvagas n.h. my x girl was suposed to go and we broke up at x mass and i missed the show last yr. but not this yr. so if your a cute white women into boston oi e mail me hammerfist@attbi.com", "tokenized_text": ["im", "27", "live", "in", "manchvagas", "n", "h", "my", "x", "girl", "was", "suposed", "to", "go", "and", "we", "broke", "up", "at", "x", "mass", "and", "i", "missed", "the", "show", "last", "yr", "but", "not", "this", "yr", "so", "if", "your", "a", "cute", "white", "women", "into", "boston", "oi", "e", "mail", "me", "hammerfist", "attbi", "com"]}, "539": {"text": "Hey Braveheart , I am almost 20 years old and I am a 5 ' 6' ' , blond/blue , 120lb female .", "tokenized_text": ["hey", "braveheart", "i", "am", "almost", "20", "years", "old", "and", "i", "am", "a", "5", "6", "blond", "blue", "120lb", "female"]}, "540": {"text": "I enjoy outdoor sports , although I never went fishing before .", "tokenized_text": ["i", "enjoy", "outdoor", "sports", "although", "i", "never", "went", "fishing", "before"]}, "541": {"text": "I live in CT. and if you want to reply , my email address is bclaw23@hotmail.com ~ EuroCatB ~", "tokenized_text": ["i", "live", "in", "ct", "and", "if", "you", "want", "to", "reply", "my", "email", "address", "is", "bclaw23", "hotmail", "com", "eurocatb"]}, "542": {"text": "The company I work for is in need of qualified help .", "tokenized_text": ["the", "company", "i", "work", "for", "is", "in", "need", "of", "qualified", "help"]}, "543": {"text": "The pay is poor to fair ( you wo n't get rich ) .", "tokenized_text": ["the", "pay", "is", "poor", "to", "fair", "you", "wo", "n", "t", "get", "rich"]}, "544": {"text": "The work involves : selling sporting goods and assisting customers with questions or problems .", "tokenized_text": ["the", "work", "involves", "selling", "sporting", "goods", "and", "assisting", "customers", "with", "questions", "or", "problems"]}, "545": {"text": "If you are interested and capable please send brief resume to : Steeltoe69@worldnet.att.net More details will be sent to acceptable applicants .", "tokenized_text": ["if", "you", "are", "interested", "and", "capable", "please", "send", "brief", "resume", "to", "steeltoe69", "worldnet", "att", "net", "more", "details", "will", "be", "sent", "to", "acceptable", "applicants"]}, "546": {"text": "Hiring someone from this website should ensure we do n't hire undesirables .", "tokenized_text": ["hiring", "someone", "from", "this", "website", "should", "ensure", "we", "do", "n", "t", "hire", "undesirables"]}, "547": {"text": "Prior military experience desired , 21 years of age or more required .", "tokenized_text": ["prior", "military", "experience", "desired", "21", "years", "of", "age", "or", "more", "required"]}, "548": {"text": "Thanks to all responses , Deathstar 69 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Mod Note : I was going to move this off the board , but I decided to leave it here with a warning instead .", "tokenized_text": ["thanks", "to", "all", "responses", "deathstar", "69", "mod", "note", "i", "was", "going", "to", "move", "this", "off", "the", "board", "but", "i", "decided", "to", "leave", "it", "here", "with", "a", "warning", "instead"]}, "549": {"text": "Neither Stormfront or the moderators check the validity of posts like this .", "tokenized_text": ["neither", "stormfront", "or", "the", "moderators", "check", "the", "validity", "of", "posts", "like", "this"]}, "550": {"text": "All I ask is to PLEASE be careful when responding to threads like this .", "tokenized_text": ["all", "i", "ask", "is", "to", "please", "be", "careful", "when", "responding", "to", "threads", "like", "this"]}, "551": {"text": "NEVER be the first one to offer information about yourself or job history to ANYONE on the net .", "tokenized_text": ["never", "be", "the", "first", "one", "to", "offer", "information", "about", "yourself", "or", "job", "history", "to", "anyone", "on", "the", "net"]}, "552": {"text": "PLEASE , if you are interested in this position , make the poster provide you with more info before revealing anything about yourself .", "tokenized_text": ["please", "if", "you", "are", "interested", "in", "this", "position", "make", "the", "poster", "provide", "you", "with", "more", "info", "before", "revealing", "anything", "about", "yourself"]}, "553": {"text": "Worker .", "tokenized_text": ["worker"]}, "554": {"text": "looking for proud white female in ohio for friends and maybe more .", "tokenized_text": ["looking", "for", "proud", "white", "female", "in", "ohio", "for", "friends", "and", "maybe", "more"]}, "555": {"text": "26 5feet 8 inches dark blonde hazel/green eyes 155 lbs babyface", "tokenized_text": ["26", "5feet", "8", "inches", "dark", "blonde", "hazel", "green", "eyes", "155", "lbs", "babyface"]}, "556": {"text": "Wow, in just two hours you found your white knight .", "tokenized_text": ["wow", "in", "just", "two", "hours", "you", "found", "your", "white", "knight"]}, "557": {"text": "Well good for you .", "tokenized_text": ["well", "good", "for", "you"]}, "558": {"text": "Good luck to you and your knight", "tokenized_text": ["good", "luck", "to", "you", "and", "your", "knight"]}, "559": {"text": "i think this was one of the first forums i posted in too. i do n't think it 's a standard by which to judge someone. mike", "tokenized_text": ["i", "think", "this", "was", "one", "of", "the", "first", "forums", "i", "posted", "in", "too", "i", "do", "n", "t", "think", "it", "s", "a", "standard", "by", "which", "to", "judge", "someone", "mike"]}, "560": {"text": "I met her in person a month or two ago , she has n't been back on stormfront , I have n't even seen her on AIM lately , I 'd say email is your best hope of contacting her .", "tokenized_text": ["i", "met", "her", "in", "person", "a", "month", "or", "two", "ago", "she", "has", "n", "t", "been", "back", "on", "stormfront", "i", "have", "n", "t", "even", "seen", "her", "on", "aim", "lately", "i", "d", "say", "email", "is", "your", "best", "hope", "of", "contacting", "her"]}, "561": {"text": "heil sisters and brothers lit see if this makes it I do n't care about looks I 'm a happy puppy if you are WHITE PRIDE thin you are right. if you are skin or kkkk or A.N or what ever you are We are family in this war for are gods and race stand tall and be proud to be a ARYAN 88 Goldenboy 88", "tokenized_text": ["heil", "sisters", "and", "brothers", "lit", "see", "if", "this", "makes", "it", "i", "do", "n", "t", "care", "about", "looks", "i", "m", "a", "happy", "puppy", "if", "you", "are", "white", "pride", "thin", "you", "are", "right", "if", "you", "are", "skin", "or", "kkkk", "or", "a", "n", "or", "what", "ever", "you", "are", "we", "are", "family", "in", "this", "war", "for", "are", "gods", "and", "race", "stand", "tall", "and", "be", "proud", "to", "be", "a", "aryan", "88", "goldenboy", "88"]}, "562": {"text": "My tongue ring is back where it 's suppose to be but the bottom ball caught my teeth causing the barbell to go at an angel which makes it look closer to the tip .", "tokenized_text": ["my", "tongue", "ring", "is", "back", "where", "it", "s", "suppose", "to", "be", "but", "the", "bottom", "ball", "caught", "my", "teeth", "causing", "the", "barbell", "to", "go", "at", "an", "angel", "which", "makes", "it", "look", "closer", "to", "the", "tip"]}, "563": {"text": "Clast, good luck in your search !", "tokenized_text": ["clast", "good", "luck", "in", "your", "search"]}, "564": {"text": "You are very handsome and your attitudes about your daughter are right where they should be !", "tokenized_text": ["you", "are", "very", "handsome", "and", "your", "attitudes", "about", "your", "daughter", "are", "right", "where", "they", "should", "be"]}, "565": {"text": "Never Enough - YouTube FPV Hexakopter flight over the base village of Whitefish Mountain Ski Resort .", "tokenized_text": ["never", "enough", "youtube", "fpv", "hexakopter", "flight", "over", "the", "base", "village", "of", "whitefish", "mountain", "ski", "resort"]}, "566": {"text": "- YouTube Big Mtn snow makes great dog flips - YouTube New Years Eve Fireworks and Torchlight Parade on Big Mountain - YouTube", "tokenized_text": ["youtube", "big", "mtn", "snow", "makes", "great", "dog", "flips", "youtube", "new", "years", "eve", "fireworks", "and", "torchlight", "parade", "on", "big", "mountain", "youtube"]}, "567": {"text": "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .", "tokenized_text": ["this", "is", "from", "the", "back", "file", "at", "stormfront", "s", "advanced", "scout", "forum", "which", "is", "solely", "devoted", "to", "promoting", "the", "pioneer", "litte", "europe", "strategy"]}, "568": {"text": "Been a dream of mine to visit Iceland for years now .", "tokenized_text": ["been", "a", "dream", "of", "mine", "to", "visit", "iceland", "for", "years", "now"]}, "569": {"text": "Finally going to make it up there in the end of the summer !", "tokenized_text": ["finally", "going", "to", "make", "it", "up", "there", "in", "the", "end", "of", "the", "summer"]}, "570": {"text": "From Norway to the Fareo Islands and then onto Iceland .", "tokenized_text": ["from", "norway", "to", "the", "fareo", "islands", "and", "then", "onto", "iceland"]}, "571": {"text": "I cant judge because i dont know them all , plus i think they are all good in their own way , that 's why they are moderators", "tokenized_text": ["i", "cant", "judge", "because", "i", "dont", "know", "them", "all", "plus", "i", "think", "they", "are", "all", "good", "in", "their", "own", "way", "that", "s", "why", "they", "are", "moderators"]}, "572": {"text": "Tom, follow the links following this message if want to be prouductive ; otherwise we have to delete the messages of those who spread the message of non-community and defeat .", "tokenized_text": ["tom", "follow", "the", "links", "following", "this", "message", "if", "want", "to", "be", "prouductive", "otherwise", "we", "have", "to", "delete", "the", "messages", "of", "those", "who", "spread", "the", "message", "of", "non", "community", "and", "defeat"]}, "573": {"text": "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .", "tokenized_text": ["this", "is", "from", "stormfront", "s", "advanced", "scout", "forum", "which", "is", "solely", "devoted", "to", "promoting", "ple", "and", "its", "local", "militant", "front", "legionism"]}, "574": {"text": "I'd rather do that than just pack up and leave my country .", "tokenized_text": ["i", "d", "rather", "do", "that", "than", "just", "pack", "up", "and", "leave", "my", "country"]}, "575": {"text": "One out we will never win but if we can form proper communities we can gain real strength .", "tokenized_text": ["one", "out", "we", "will", "never", "win", "but", "if", "we", "can", "form", "proper", "communities", "we", "can", "gain", "real", "strength"]}, "576": {"text": "BTW you are not wrong about Mildura , I went through there in mid 2000 and there was n't a non-White in sight but late last year when I went through there all I saw were islanders , indians , asians , and whatever other crap little johnnie could get dumped into the country .", "tokenized_text": ["btw", "you", "are", "not", "wrong", "about", "mildura", "i", "went", "through", "there", "in", "mid", "2000", "and", "there", "was", "n", "t", "a", "non", "white", "in", "sight", "but", "late", "last", "year", "when", "i", "went", "through", "there", "all", "i", "saw", "were", "islanders", "indians", "asians", "and", "whatever", "other", "crap", "little", "johnnie", "could", "get", "dumped", "into", "the", "country"]}, "577": {"text": "Large enough to have a secure border and 100 mile free fire zone around it .", "tokenized_text": ["large", "enough", "to", "have", "a", "secure", "border", "and", "100", "mile", "free", "fire", "zone", "around", "it"]}, "578": {"text": "Always a need to keep the military spear sharp .", "tokenized_text": ["always", "a", "need", "to", "keep", "the", "military", "spear", "sharp"]}, "579": {"text": "I think it good strategy that we start these in small areas then grow outwards. perhaps 2 close communities can merge if they get big enough .", "tokenized_text": ["i", "think", "it", "good", "strategy", "that", "we", "start", "these", "in", "small", "areas", "then", "grow", "outwards", "perhaps", "2", "close", "communities", "can", "merge", "if", "they", "get", "big", "enough"]}, "580": {"text": "It's hard being White in California .", "tokenized_text": ["it", "s", "hard", "being", "white", "in", "california"]}, "581": {"text": "That 's why we need to keep in touch and stay organized .", "tokenized_text": ["that", "s", "why", "we", "need", "to", "keep", "in", "touch", "and", "stay", "organized"]}, "582": {"text": "Join the Nationalist Coalition http://www.ncoal.com", "tokenized_text": ["join", "the", "nationalist", "coalition", "http", "www", "ncoal", "com"]}, "583": {"text": "Well yes that s the thing there is a difference between being publically a White Nationalist and being a nut or some ' stereotypical skinhead ' .", "tokenized_text": ["well", "yes", "that", "s", "the", "thing", "there", "is", "a", "difference", "between", "being", "publically", "a", "white", "nationalist", "and", "being", "a", "nut", "or", "some", "stereotypical", "skinhead"]}, "584": {"text": "88 all , this is my first post and i 've read this whole thread so i guess I have a few comment 's , let 's start , shall we ?", "tokenized_text": ["88", "all", "this", "is", "my", "first", "post", "and", "i", "ve", "read", "this", "whole", "thread", "so", "i", "guess", "i", "have", "a", "few", "comment", "s", "let", "s", "start", "shall", "we"]}, "585": {"text": "Zuul88-My cousin 's an IE Peckerwood , and i 'm a good friends with another , I live over here in san bernardino , send me a pm ?", "tokenized_text": ["zuul88", "my", "cousin", "s", "an", "ie", "peckerwood", "and", "i", "m", "a", "good", "friends", "with", "another", "i", "live", "over", "here", "in", "san", "bernardino", "send", "me", "a", "pm"]}, "586": {"text": "MOPAR88-Again , I live in San Bernardino , send a pm ?", "tokenized_text": ["mopar88", "again", "i", "live", "in", "san", "bernardino", "send", "a", "pm"]}, "587": {"text": "WhiteByP-I 'm not sure if SWP is a group or what , but I know a few people that sport that , maybe we could talk some .", "tokenized_text": ["whitebyp", "i", "m", "not", "sure", "if", "swp", "is", "a", "group", "or", "what", "but", "i", "know", "a", "few", "people", "that", "sport", "that", "maybe", "we", "could", "talk", "some"]}, "588": {"text": "Oragus-I live in San Bernardino , send me a pm ? evllzrd1-out by ontario mills eh ?", "tokenized_text": ["oragus", "i", "live", "in", "san", "bernardino", "send", "me", "a", "pm", "evllzrd1", "out", "by", "ontario", "mills", "eh"]}, "589": {"text": "I was out there like 2 weeks ago and got my new doc 's , maybe we can talk too ?", "tokenized_text": ["i", "was", "out", "there", "like", "2", "weeks", "ago", "and", "got", "my", "new", "doc", "s", "maybe", "we", "can", "talk", "too"]}, "590": {"text": "The Mighty Sisto-You live in Laguna Beach ?", "tokenized_text": ["the", "mighty", "sisto", "you", "live", "in", "laguna", "beach"]}, "591": {"text": "That 's the only beach i 've ever been to and then again i 've only been 4 or so times , the first time I went I saw 3 skins , two being guys and one had a panzerfaust shirt on and the other had a big swazi on his lower back and it did n't seem like he was getting * * * * for it in public , then I saw a few other 's on later trip 's , you 're not alone comrade .", "tokenized_text": ["that", "s", "the", "only", "beach", "i", "ve", "ever", "been", "to", "and", "then", "again", "i", "ve", "only", "been", "4", "or", "so", "times", "the", "first", "time", "i", "went", "i", "saw", "3", "skins", "two", "being", "guys", "and", "one", "had", "a", "panzerfaust", "shirt", "on", "and", "the", "other", "had", "a", "big", "swazi", "on", "his", "lower", "back", "and", "it", "did", "n", "t", "seem", "like", "he", "was", "getting", "for", "it", "in", "public", "then", "i", "saw", "a", "few", "other", "s", "on", "later", "trip", "s", "you", "re", "not", "alone", "comrade"]}, "592": {"text": "twylytegrl-again , I live in SB , I almost went to that faire , send me a pm ?", "tokenized_text": ["twylytegrl", "again", "i", "live", "in", "sb", "i", "almost", "went", "to", "that", "faire", "send", "me", "a", "pm"]}, "593": {"text": "FreedomRanger-I live out in CA now but was actually going to West Virginia sometime probably too ( hopefully soon but by the end of this next year almost 100 % sure ) , the charleston area , send me a pm ? sikgirl88-I live a city over ... san bernardino ( -. - heard it enough yet ? ) , send me a pm ?", "tokenized_text": ["freedomranger", "i", "live", "out", "in", "ca", "now", "but", "was", "actually", "going", "to", "west", "virginia", "sometime", "probably", "too", "hopefully", "soon", "but", "by", "the", "end", "of", "this", "next", "year", "almost", "100", "sure", "the", "charleston", "area", "send", "me", "a", "pm", "sikgirl88", "i", "live", "a", "city", "over", "san", "bernardino", "heard", "it", "enough", "yet", "send", "me", "a", "pm"]}, "594": {"text": "I 'm lame , I know , but just thought I could get that all out in one setting , 88 ! 2508", "tokenized_text": ["i", "m", "lame", "i", "know", "but", "just", "thought", "i", "could", "get", "that", "all", "out", "in", "one", "setting", "88", "2508"]}, "595": {"text": "I like the Wall idea .", "tokenized_text": ["i", "like", "the", "wall", "idea"]}, "596": {"text": "Although it might freak out the government .. lol My favorite part of St. Augustine Florida .. Is the old city walls .", "tokenized_text": ["although", "it", "might", "freak", "out", "the", "government", "lol", "my", "favorite", "part", "of", "st", "augustine", "florida", "is", "the", "old", "city", "walls"]}, "597": {"text": "This is my next read .", "tokenized_text": ["this", "is", "my", "next", "read"]}, "598": {"text": "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .", "tokenized_text": ["i", "m", "going", "to", "carefully", "study", "it", "so", "hopefully", "i", "ll", "have", "some", "decent", "input", "to", "contribute"]}, "599": {"text": "Shoe Bombers , crotch bombers , 9/11 and Israel has now been seen over 203,000 times ( in less than 2.5 months ) .", "tokenized_text": ["shoe", "bombers", "crotch", "bombers", "9", "11", "and", "israel", "has", "now", "been", "seen", "over", "203", "000", "times", "in", "less", "than", "2", "5", "months"]}, "600": {"text": "Everyone keep on spreading Dr. Dukes videos around the internet and we will soon win the war .", "tokenized_text": ["everyone", "keep", "on", "spreading", "dr", "dukes", "videos", "around", "the", "internet", "and", "we", "will", "soon", "win", "the", "war"]}, "601": {"text": "Shoe Bombers , crotch bombers , 9/11 and Israel Created on January 28th , 2010 .", "tokenized_text": ["shoe", "bombers", "crotch", "bombers", "9", "11", "and", "israel", "created", "on", "january", "28th", "2010"]}, "602": {"text": "YouTube - Shoe Bombers , crotch bombers , 9/11 and Israel", "tokenized_text": ["youtube", "shoe", "bombers", "crotch", "bombers", "9", "11", "and", "israel"]}, "603": {"text": "This is definitely the most informal thread I have read about the jewish problem one thing I dont understand is the fact that most jews seem pretty white and the bible says king David had red hair is there a difference in the dna of most jews and europeans or is it mainly a just their condensening holier than thou attitude .", "tokenized_text": ["this", "is", "definitely", "the", "most", "informal", "thread", "i", "have", "read", "about", "the", "jewish", "problem", "one", "thing", "i", "dont", "understand", "is", "the", "fact", "that", "most", "jews", "seem", "pretty", "white", "and", "the", "bible", "says", "king", "david", "had", "red", "hair", "is", "there", "a", "difference", "in", "the", "dna", "of", "most", "jews", "and", "europeans", "or", "is", "it", "mainly", "a", "just", "their", "condensening", "holier", "than", "thou", "attitude"]}, "604": {"text": "They have caused their own hate from the nations by their hate for everyone else .", "tokenized_text": ["they", "have", "caused", "their", "own", "hate", "from", "the", "nations", "by", "their", "hate", "for", "everyone", "else"]}, "605": {"text": "I just came in from my night job or I 'd look around a bit more .", "tokenized_text": ["i", "just", "came", "in", "from", "my", "night", "job", "or", "i", "d", "look", "around", "a", "bit", "more"]}, "606": {"text": "But a new PLE friend in Sao Paulo introduced himself by e-mail this morning .", "tokenized_text": ["but", "a", "new", "ple", "friend", "in", "sao", "paulo", "introduced", "himself", "by", "e", "mail", "this", "morning"]}, "607": {"text": "I think we need to take a stand in our homes across the country and around the world .", "tokenized_text": ["i", "think", "we", "need", "to", "take", "a", "stand", "in", "our", "homes", "across", "the", "country", "and", "around", "the", "world"]}, "608": {"text": "If we give them a good hold on our land , then it will be hard to stop them .", "tokenized_text": ["if", "we", "give", "them", "a", "good", "hold", "on", "our", "land", "then", "it", "will", "be", "hard", "to", "stop", "them"]}, "609": {"text": "I would die for my child .", "tokenized_text": ["i", "would", "die", "for", "my", "child"]}, "610": {"text": "I would also die for the chance for our people to have a living space .", "tokenized_text": ["i", "would", "also", "die", "for", "the", "chance", "for", "our", "people", "to", "have", "a", "living", "space"]}, "611": {"text": "I've taken a few dance classes at various times and enjoy it .", "tokenized_text": ["i", "ve", "taken", "a", "few", "dance", "classes", "at", "various", "times", "and", "enjoy", "it"]}, "612": {"text": "Only problem is in the multiracial environment it means you have to dance with non-Whites .", "tokenized_text": ["only", "problem", "is", "in", "the", "multiracial", "environment", "it", "means", "you", "have", "to", "dance", "with", "non", "whites"]}, "613": {"text": "At the moment , the dance classes in my small town have all stopped .", "tokenized_text": ["at", "the", "moment", "the", "dance", "classes", "in", "my", "small", "town", "have", "all", "stopped"]}, "614": {"text": "Great idea though , I would love an all White dance class WPWW", "tokenized_text": ["great", "idea", "though", "i", "would", "love", "an", "all", "white", "dance", "class", "wpww"]}, "615": {"text": "What are the major fish and game species of the region ?", "tokenized_text": ["what", "are", "the", "major", "fish", "and", "game", "species", "of", "the", "region"]}, "616": {"text": "Ie : warm water fish , cold water fish , birds , big game ?", "tokenized_text": ["ie", "warm", "water", "fish", "cold", "water", "fish", "birds", "big", "game"]}, "617": {"text": "January 29th , 2012 - Whitefish Amtrak Station in winter .", "tokenized_text": ["january", "29th", "2012", "whitefish", "amtrak", "station", "in", "winter"]}, "618": {"text": "January 29th , 2012 - Whitefish Lake frozen over .", "tokenized_text": ["january", "29th", "2012", "whitefish", "lake", "frozen", "over"]}, "619": {"text": "Hungry Horse July 1st , 2011 February 25th , 2012 March 4th , 2012 - C-Falls", "tokenized_text": ["hungry", "horse", "july", "1st", "2011", "february", "25th", "2012", "march", "4th", "2012", "c", "falls"]}, "620": {"text": "Might I suggest this documentary series for getting rid of europhobic tendencies ?", "tokenized_text": ["might", "i", "suggest", "this", "documentary", "series", "for", "getting", "rid", "of", "europhobic", "tendencies"]}, "621": {"text": "A very eurocentric , pro-western/european civ documentary https : //www.stormfront.org/forum/t994651 / DOWN WITH EUROPHOBIA", "tokenized_text": ["a", "very", "eurocentric", "pro", "western", "european", "civ", "documentary", "https", "www", "stormfront", "org", "forum", "t994651", "down", "with", "europhobia"]}, "622": {"text": "hahahahahaha!", "tokenized_text": ["hahahahahaha"]}, "623": {"text": "- I always loved that scene !", "tokenized_text": ["i", "always", "loved", "that", "scene"]}, "624": {"text": "My kinda place !", "tokenized_text": ["my", "kinda", "place"]}, "625": {"text": "I remembered a really good one : Muenster , TX. - 95.7 % White - Zero negroids Muenster , Texas ( TX 76252 ) profile : population , maps , real estate , averages , homes , statistics , relocation , travel , jobs , hospitals , schools , crime , moving , houses , news This town figured out a name that would keep the blacks from moving in ; Cut and Shoot , Texas : 85.8 % White , Zero Negros .", "tokenized_text": ["i", "remembered", "a", "really", "good", "one", "muenster", "tx", "95", "7", "white", "zero", "negroids", "muenster", "texas", "tx", "76252", "profile", "population", "maps", "real", "estate", "averages", "homes", "statistics", "relocation", "travel", "jobs", "hospitals", "schools", "crime", "moving", "houses", "news", "this", "town", "figured", "out", "a", "name", "that", "would", "keep", "the", "blacks", "from", "moving", "in", "cut", "and", "shoot", "texas", "85", "8", "white", "zero", "negros"]}, "626": {"text": "Cut and Shoot , Texas ( TX 77303 ) profile : population , maps , real estate , averages , homes , statistics , relocation , travel , jobs , hospitals , schools , crime , moving , houses , news", "tokenized_text": ["cut", "and", "shoot", "texas", "tx", "77303", "profile", "population", "maps", "real", "estate", "averages", "homes", "statistics", "relocation", "travel", "jobs", "hospitals", "schools", "crime", "moving", "houses", "news"]}, "627": {"text": "The picture in my sig is a Mennonite farm in Creston .. just a couple miles from where I am typing this .", "tokenized_text": ["the", "picture", "in", "my", "sig", "is", "a", "mennonite", "farm", "in", "creston", "just", "a", "couple", "miles", "from", "where", "i", "am", "typing", "this"]}, "628": {"text": "Save your change or eat pork and beans one night instead of going out , and give the money to a White mother. photo crawling infant reaching out", "tokenized_text": ["save", "your", "change", "or", "eat", "pork", "and", "beans", "one", "night", "instead", "of", "going", "out", "and", "give", "the", "money", "to", "a", "white", "mother", "photo", "crawling", "infant", "reaching", "out"]}, "629": {"text": "In order to publish someone 's name openly on a SF Forum you will need their permission first .", "tokenized_text": ["in", "order", "to", "publish", "someone", "s", "name", "openly", "on", "a", "sf", "forum", "you", "will", "need", "their", "permission", "first"]}, "630": {"text": "Even if that someone openly uses their own name .", "tokenized_text": ["even", "if", "that", "someone", "openly", "uses", "their", "own", "name"]}, "631": {"text": "It 's for everyones protection here .", "tokenized_text": ["it", "s", "for", "everyones", "protection", "here"]}, "632": {"text": "There are lots of groups who do the suit and tie thing , but they are still haters to the MSM and averge public .", "tokenized_text": ["there", "are", "lots", "of", "groups", "who", "do", "the", "suit", "and", "tie", "thing", "but", "they", "are", "still", "haters", "to", "the", "msm", "and", "averge", "public"]}, "633": {"text": "The only people I see the swastika attracting is the social outcast and this is repeatedly seen in each and every demonstration by groups which use it .", "tokenized_text": ["the", "only", "people", "i", "see", "the", "swastika", "attracting", "is", "the", "social", "outcast", "and", "this", "is", "repeatedly", "seen", "in", "each", "and", "every", "demonstration", "by", "groups", "which", "use", "it"]}, "634": {"text": "At least the NS in Sweden have the right idea and are something that Americans should look towards .", "tokenized_text": ["at", "least", "the", "ns", "in", "sweden", "have", "the", "right", "idea", "and", "are", "something", "that", "americans", "should", "look", "towards"]}, "635": {"text": "it looks like jews have taken over ukar.org but you can read the section of the website dealing with the kosher tax on archive.org : http://web.archive.org/web/200602110...r.org/tax.html", "tokenized_text": ["it", "looks", "like", "jews", "have", "taken", "over", "ukar", "org", "but", "you", "can", "read", "the", "section", "of", "the", "website", "dealing", "with", "the", "kosher", "tax", "on", "archive", "org", "http", "web", "archive", "org", "web", "200602110", "r", "org", "tax", "html"]}, "636": {"text": "I think your right about the R meaning registered trade mark .", "tokenized_text": ["i", "think", "your", "right", "about", "the", "r", "meaning", "registered", "trade", "mark"]}, "637": {"text": "I cant say I have ever saw a C in A on any products I have looked at .", "tokenized_text": ["i", "cant", "say", "i", "have", "ever", "saw", "a", "c", "in", "a", "on", "any", "products", "i", "have", "looked", "at"]}, "638": {"text": "I have a flyer at home that has the symbols to look for so once I return home I can get that info out 2 you .", "tokenized_text": ["i", "have", "a", "flyer", "at", "home", "that", "has", "the", "symbols", "to", "look", "for", "so", "once", "i", "return", "home", "i", "can", "get", "that", "info", "out", "2", "you"]}, "639": {"text": "The times they are a changing .", "tokenized_text": ["the", "times", "they", "are", "a", "changing"]}, "640": {"text": "I saw a poll from Missippi that said that 40 % did n't think Lott should step down for his segregationist remark .", "tokenized_text": ["i", "saw", "a", "poll", "from", "missippi", "that", "said", "that", "40", "did", "n", "t", "think", "lott", "should", "step", "down", "for", "his", "segregationist", "remark"]}, "641": {"text": "The Jewish race is without any doubt the greatest threat to the survival of the White race .", "tokenized_text": ["the", "jewish", "race", "is", "without", "any", "doubt", "the", "greatest", "threat", "to", "the", "survival", "of", "the", "white", "race"]}, "642": {"text": "The Jews are responsible for massive non-White immigration to Europe and North America .", "tokenized_text": ["the", "jews", "are", "responsible", "for", "massive", "non", "white", "immigration", "to", "europe", "and", "north", "america"]}, "643": {"text": "It is a fact that ninety-nine percent of those who talk of serious illegal activity are crazies or government agents .", "tokenized_text": ["it", "is", "a", "fact", "that", "ninety", "nine", "percent", "of", "those", "who", "talk", "of", "serious", "illegal", "activity", "are", "crazies", "or", "government", "agents"]}, "644": {"text": "That justifies a zero-tolerance policy .", "tokenized_text": ["that", "justifies", "a", "zero", "tolerance", "policy"]}, "645": {"text": "The last paragraph of this essay talks about sticker techniques .", "tokenized_text": ["the", "last", "paragraph", "of", "this", "essay", "talks", "about", "sticker", "techniques"]}, "646": {"text": "The essay itself is chock full o ' helpful hints on info distribution .", "tokenized_text": ["the", "essay", "itself", "is", "chock", "full", "o", "helpful", "hints", "on", "info", "distribution"]}, "647": {"text": "Is My Awakening still in print ?", "tokenized_text": ["is", "my", "awakening", "still", "in", "print"]}, "648": {"text": "I tried to buy an extra copy a while back and it was no longer available from my bookseller .", "tokenized_text": ["i", "tried", "to", "buy", "an", "extra", "copy", "a", "while", "back", "and", "it", "was", "no", "longer", "available", "from", "my", "bookseller"]}, "649": {"text": "14 Athenian Warrior", "tokenized_text": ["14", "athenian", "warrior"]}, "650": {"text": "can u guys check to make sure ur site work with Linux lots of Linux folks use Konqueror. just a thought", "tokenized_text": ["can", "u", "guys", "check", "to", "make", "sure", "ur", "site", "work", "with", "linux", "lots", "of", "linux", "folks", "use", "konqueror", "just", "a", "thought"]}, "651": {"text": "It gets back to the question of how we present ourselves in some acceptable fashion while at the same time not changing who we are .", "tokenized_text": ["it", "gets", "back", "to", "the", "question", "of", "how", "we", "present", "ourselves", "in", "some", "acceptable", "fashion", "while", "at", "the", "same", "time", "not", "changing", "who", "we", "are"]}, "652": {"text": "I wonder how many young Whites pick up pro-WN ideas , but then after watching Romper Stomper or some old Springer episode see that negative image of WNs and decide thay they do n't want anything to do with us .", "tokenized_text": ["i", "wonder", "how", "many", "young", "whites", "pick", "up", "pro", "wn", "ideas", "but", "then", "after", "watching", "romper", "stomper", "or", "some", "old", "springer", "episode", "see", "that", "negative", "image", "of", "wns", "and", "decide", "thay", "they", "do", "n", "t", "want", "anything", "to", "do", "with", "us"]}, "653": {"text": "The sister of Daniel Wretstr\u00f6m spoke at a march to remember his murder , followed directly by a speech by Blood and Honor .", "tokenized_text": ["the", "sister", "of", "daniel", "wretstr\u00f6m", "spoke", "at", "a", "march", "to", "remember", "his", "murder", "followed", "directly", "by", "a", "speech", "by", "blood", "and", "honor"]}, "654": {"text": "Apparently , she has taken her suffering and used it to help other white people .", "tokenized_text": ["apparently", "she", "has", "taken", "her", "suffering", "and", "used", "it", "to", "help", "other", "white", "people"]}, "655": {"text": "See the threads : Over 1800 gathered to honour Daniel !", "tokenized_text": ["see", "the", "threads", "over", "1800", "gathered", "to", "honour", "daniel"]}, "656": {"text": "Daniel Wretstr\u00f6m march And their website : http://www.salemfonden.info/ ( currently seems to be down but usually works just fine )", "tokenized_text": ["daniel", "wretstr\u00f6m", "march", "and", "their", "website", "http", "www", "salemfonden", "info", "currently", "seems", "to", "be", "down", "but", "usually", "works", "just", "fine"]}, "657": {"text": "I place white power propaganda in fast food restaurants and public places like movie theatre toilets and public toilets and public phone terminals .", "tokenized_text": ["i", "place", "white", "power", "propaganda", "in", "fast", "food", "restaurants", "and", "public", "places", "like", "movie", "theatre", "toilets", "and", "public", "toilets", "and", "public", "phone", "terminals"]}, "658": {"text": "I was wondering if you can give me a link on how to become ordained as a minister over the internet .", "tokenized_text": ["i", "was", "wondering", "if", "you", "can", "give", "me", "a", "link", "on", "how", "to", "become", "ordained", "as", "a", "minister", "over", "the", "internet"]}, "659": {"text": "Thank you , Sieg Heil Ryan", "tokenized_text": ["thank", "you", "sieg", "heil", "ryan"]}, "660": {"text": "i am a white nationalist of a christian faith but still am a white nationalist for racial survival the anti racist christians are the true chirstians ememy", "tokenized_text": ["i", "am", "a", "white", "nationalist", "of", "a", "christian", "faith", "but", "still", "am", "a", "white", "nationalist", "for", "racial", "survival", "the", "anti", "racist", "christians", "are", "the", "true", "chirstians", "ememy"]}, "661": {"text": "The largest age demographic for users on this site are in their 20s or early 30s .", "tokenized_text": ["the", "largest", "age", "demographic", "for", "users", "on", "this", "site", "are", "in", "their", "20s", "or", "early", "30s"]}, "662": {"text": "The second largest are in their late teens and early 20s .", "tokenized_text": ["the", "second", "largest", "are", "in", "their", "late", "teens", "and", "early", "20s"]}, "663": {"text": "Shows what you know , Charlie .", "tokenized_text": ["shows", "what", "you", "know", "charlie"]}, "664": {"text": "No if anything it shows that genes play important part in how we behave .", "tokenized_text": ["no", "if", "anything", "it", "shows", "that", "genes", "play", "important", "part", "in", "how", "we", "behave"]}, "665": {"text": "Both Asians and whites are composed and calm and blacks seem to have no self control .", "tokenized_text": ["both", "asians", "and", "whites", "are", "composed", "and", "calm", "and", "blacks", "seem", "to", "have", "no", "self", "control"]}, "666": {"text": "I wonder why ?", "tokenized_text": ["i", "wonder", "why"]}, "667": {"text": "Well, maybe they 're slowly working their way to destroying Eastern Europe .", "tokenized_text": ["well", "maybe", "they", "re", "slowly", "working", "their", "way", "to", "destroying", "eastern", "europe"]}, "668": {"text": "It 's obvious the International Jew has big plans for Ukraine now .", "tokenized_text": ["it", "s", "obvious", "the", "international", "jew", "has", "big", "plans", "for", "ukraine", "now"]}, "669": {"text": "Anybody else notice we have a lot of asians showing up here lately all wanting to share their thoughts ?", "tokenized_text": ["anybody", "else", "notice", "we", "have", "a", "lot", "of", "asians", "showing", "up", "here", "lately", "all", "wanting", "to", "share", "their", "thoughts"]}, "670": {"text": "OV topics really do come in waves .", "tokenized_text": ["ov", "topics", "really", "do", "come", "in", "waves"]}, "671": {"text": "I actually have to take some law classes for my degree , What 's cited is that it 's impossible to treat all people equally because of their behavior .", "tokenized_text": ["i", "actually", "have", "to", "take", "some", "law", "classes", "for", "my", "degree", "what", "s", "cited", "is", "that", "it", "s", "impossible", "to", "treat", "all", "people", "equally", "because", "of", "their", "behavior"]}, "672": {"text": "We might as well just abandon the land because people invaded the land and took it from the animals .", "tokenized_text": ["we", "might", "as", "well", "just", "abandon", "the", "land", "because", "people", "invaded", "the", "land", "and", "took", "it", "from", "the", "animals"]}, "673": {"text": "Mexicans have plenty of open space in their countries to develop they do n't need ours .", "tokenized_text": ["mexicans", "have", "plenty", "of", "open", "space", "in", "their", "countries", "to", "develop", "they", "do", "n", "t", "need", "ours"]}, "674": {"text": "I just click on the open forums for the entertainment .", "tokenized_text": ["i", "just", "click", "on", "the", "open", "forums", "for", "the", "entertainment"]}, "675": {"text": "Its funny how the unregistered members or the open forum members try to rationalize their thoughts", "tokenized_text": ["its", "funny", "how", "the", "unregistered", "members", "or", "the", "open", "forum", "members", "try", "to", "rationalize", "their", "thoughts"]}, "676": {"text": "Idiots like you fail to last when surrounded by your pets , The name of your alleged savior will be on your lips as you get `` diversified ''", "tokenized_text": ["idiots", "like", "you", "fail", "to", "last", "when", "surrounded", "by", "your", "pets", "the", "name", "of", "your", "alleged", "savior", "will", "be", "on", "your", "lips", "as", "you", "get", "diversified"]}, "677": {"text": "But neither is the Ku Klux Klan or Any group or organization that is openly pro white or even suspected of being pro white , like the tea parties .", "tokenized_text": ["but", "neither", "is", "the", "ku", "klux", "klan", "or", "any", "group", "or", "organization", "that", "is", "openly", "pro", "white", "or", "even", "suspected", "of", "being", "pro", "white", "like", "the", "tea", "parties"]}, "678": {"text": "I find it funny that people here spend their time trying to figure out if Spaniards , Ukrainians , Portuguese , Italians , and Russians are white enough .", "tokenized_text": ["i", "find", "it", "funny", "that", "people", "here", "spend", "their", "time", "trying", "to", "figure", "out", "if", "spaniards", "ukrainians", "portuguese", "italians", "and", "russians", "are", "white", "enough"]}, "679": {"text": "I'd say yes , because when the whites took over again they killed all the yellows and their offspring and started off right again .", "tokenized_text": ["i", "d", "say", "yes", "because", "when", "the", "whites", "took", "over", "again", "they", "killed", "all", "the", "yellows", "and", "their", "offspring", "and", "started", "off", "right", "again"]}, "680": {"text": "Same with all of Europe after the evil yellow invasion .", "tokenized_text": ["same", "with", "all", "of", "europe", "after", "the", "evil", "yellow", "invasion"]}, "681": {"text": "Not to mention that its a business in jails among the gangs too .", "tokenized_text": ["not", "to", "mention", "that", "its", "a", "business", "in", "jails", "among", "the", "gangs", "too"]}, "682": {"text": "A powerful gang member who may not rape , may sell a new prisoner to someone that does .", "tokenized_text": ["a", "powerful", "gang", "member", "who", "may", "not", "rape", "may", "sell", "a", "new", "prisoner", "to", "someone", "that", "does"]}, "683": {"text": "Nothing yet , eh ?", "tokenized_text": ["nothing", "yet", "eh"]}, "684": {"text": "Here , chew on this : Violence mars May Day rally in Seattle They just come here `` seeking a better life ( hand-out ) '' ..........", "tokenized_text": ["here", "chew", "on", "this", "violence", "mars", "may", "day", "rally", "in", "seattle", "they", "just", "come", "here", "seeking", "a", "better", "life", "hand", "out"]}, "685": {"text": "Exactly, they want us to lay down and die .", "tokenized_text": ["exactly", "they", "want", "us", "to", "lay", "down", "and", "die"]}, "686": {"text": "By their words and deeds , they declare themselves to be staunchly in favor of the genocide of our people .", "tokenized_text": ["by", "their", "words", "and", "deeds", "they", "declare", "themselves", "to", "be", "staunchly", "in", "favor", "of", "the", "genocide", "of", "our", "people"]}, "687": {"text": "Mormons generally affirm , as do orthodox Christians , that the death of Jesus Christ made the offering of sacrifices , and in particular animal/blood sacrifices , obsolete .", "tokenized_text": ["mormons", "generally", "affirm", "as", "do", "orthodox", "christians", "that", "the", "death", "of", "jesus", "christ", "made", "the", "offering", "of", "sacrifices", "and", "in", "particular", "animal", "blood", "sacrifices", "obsolete"]}, "688": {"text": "A `` holocaust '' .", "tokenized_text": ["a", "holocaust"]}, "689": {"text": "A pile of burned offerings .", "tokenized_text": ["a", "pile", "of", "burned", "offerings"]}, "690": {"text": "There are public schools and public libraries everywhere .", "tokenized_text": ["there", "are", "public", "schools", "and", "public", "libraries", "everywhere"]}, "691": {"text": "The problem is in blacks ' heads , but hey , you have already known that .", "tokenized_text": ["the", "problem", "is", "in", "blacks", "heads", "but", "hey", "you", "have", "already", "known", "that"]}, "692": {"text": "(shrug) College campuses are the place where multiculti propaganda is laid on the thickest .", "tokenized_text": ["shrug", "college", "campuses", "are", "the", "place", "where", "multiculti", "propaganda", "is", "laid", "on", "the", "thickest"]}, "693": {"text": "And I wonder how many of those couples regret crossing the color line ?", "tokenized_text": ["and", "i", "wonder", "how", "many", "of", "those", "couples", "regret", "crossing", "the", "color", "line"]}, "694": {"text": "Lots of whites recover from a case of jungle fever to find that they 've done irreparable damage to their lives .", "tokenized_text": ["lots", "of", "whites", "recover", "from", "a", "case", "of", "jungle", "fever", "to", "find", "that", "they", "ve", "done", "irreparable", "damage", "to", "their", "lives"]}, "695": {"text": "The saddest figure in the apartment complex where I live ( thank GOD I 'm moving next month !!! ) is a fat , blowzy white woman with two mixed race kids whose husband ran out on the family years ago .", "tokenized_text": ["the", "saddest", "figure", "in", "the", "apartment", "complex", "where", "i", "live", "thank", "god", "i", "m", "moving", "next", "month", "is", "a", "fat", "blowzy", "white", "woman", "with", "two", "mixed", "race", "kids", "whose", "husband", "ran", "out", "on", "the", "family", "years", "ago"]}, "696": {"text": "It makes my skin crawl to hear her drunkenly yelling at her kids about how much she hates them and their father , using every racial epithet I 've ever heard .", "tokenized_text": ["it", "makes", "my", "skin", "crawl", "to", "hear", "her", "drunkenly", "yelling", "at", "her", "kids", "about", "how", "much", "she", "hates", "them", "and", "their", "father", "using", "every", "racial", "epithet", "i", "ve", "ever", "heard"]}, "697": {"text": "She does this two or three times a week .", "tokenized_text": ["she", "does", "this", "two", "or", "three", "times", "a", "week"]}, "698": {"text": "America is such a beautiful rainbow !", "tokenized_text": ["america", "is", "such", "a", "beautiful", "rainbow"]}, "699": {"text": "Gay marriage has no place in any society , regardless of your race and culture.It destroys , morals , values , and the future of your offspring that will keep your race and culture alive.Regardless of your race and culture , homosexuality and gay marriage is the genocide of mankind .", "tokenized_text": ["gay", "marriage", "has", "no", "place", "in", "any", "society", "regardless", "of", "your", "race", "and", "culture", "it", "destroys", "morals", "values", "and", "the", "future", "of", "your", "offspring", "that", "will", "keep", "your", "race", "and", "culture", "alive", "regardless", "of", "your", "race", "and", "culture", "homosexuality", "and", "gay", "marriage", "is", "the", "genocide", "of", "mankind"]}, "700": {"text": "Thanks , CPAMIKE", "tokenized_text": ["thanks", "cpamike"]}, "701": {"text": "Yes, it 's just skin color .", "tokenized_text": ["yes", "it", "s", "just", "skin", "color"]}, "702": {"text": "It could n't have anything to do with ethnicity/culture in its entirety where it does n't belong .", "tokenized_text": ["it", "could", "n", "t", "have", "anything", "to", "do", "with", "ethnicity", "culture", "in", "its", "entirety", "where", "it", "does", "n", "t", "belong"]}, "703": {"text": "Does it surprise you that those White hating non-whites still want to live in White countries made GREAT by White people and brought low by non-whites ?", "tokenized_text": ["does", "it", "surprise", "you", "that", "those", "white", "hating", "non", "whites", "still", "want", "to", "live", "in", "white", "countries", "made", "great", "by", "white", "people", "and", "brought", "low", "by", "non", "whites"]}, "704": {"text": "Haha, I 'm on my phone now and ca n't type a huge response , but I want to congratulate you on your nomination for worst liberal logic ever .", "tokenized_text": ["haha", "i", "m", "on", "my", "phone", "now", "and", "ca", "n", "t", "type", "a", "huge", "response", "but", "i", "want", "to", "congratulate", "you", "on", "your", "nomination", "for", "worst", "liberal", "logic", "ever"]}, "705": {"text": "Indeed, so many species have been hunted to extinction .", "tokenized_text": ["indeed", "so", "many", "species", "have", "been", "hunted", "to", "extinction"]}, "706": {"text": "I do n't know if this is the case of the Seal but I like to believe that one day there will be no want or need to slaughter animals on a large scale like we currently do .", "tokenized_text": ["i", "do", "n", "t", "know", "if", "this", "is", "the", "case", "of", "the", "seal", "but", "i", "like", "to", "believe", "that", "one", "day", "there", "will", "be", "no", "want", "or", "need", "to", "slaughter", "animals", "on", "a", "large", "scale", "like", "we", "currently", "do"]}, "707": {"text": "They're cowards and simpletons who are utterly incapable of generating a reasoned argument free of sententiously repeated stock phrases and scare-words like `` racist . ''", "tokenized_text": ["they", "re", "cowards", "and", "simpletons", "who", "are", "utterly", "incapable", "of", "generating", "a", "reasoned", "argument", "free", "of", "sententiously", "repeated", "stock", "phrases", "and", "scare", "words", "like", "racist"]}, "708": {"text": "You wo n't see any of them in a thread like this who do n't come just to take a cheap shot at us via strawman arguments or ad hominems .", "tokenized_text": ["you", "wo", "n", "t", "see", "any", "of", "them", "in", "a", "thread", "like", "this", "who", "do", "n", "t", "come", "just", "to", "take", "a", "cheap", "shot", "at", "us", "via", "strawman", "arguments", "or", "ad", "hominems"]}, "709": {"text": "It 's not a coincidence that they attack in packs and side with the herd on every ethical question ; they 're inferior and they know it , ill-suited to standing up alone or thinking through a complex scenario to settle upon an internally consistent position .", "tokenized_text": ["it", "s", "not", "a", "coincidence", "that", "they", "attack", "in", "packs", "and", "side", "with", "the", "herd", "on", "every", "ethical", "question", "they", "re", "inferior", "and", "they", "know", "it", "ill", "suited", "to", "standing", "up", "alone", "or", "thinking", "through", "a", "complex", "scenario", "to", "settle", "upon", "an", "internally", "consistent", "position"]}, "710": {"text": "They instead decide by convenience , low risk , and unenlightened self-interest .", "tokenized_text": ["they", "instead", "decide", "by", "convenience", "low", "risk", "and", "unenlightened", "self", "interest"]}, "711": {"text": "Want a libtard to oppose abortion ?", "tokenized_text": ["want", "a", "libtard", "to", "oppose", "abortion"]}, "712": {"text": "Give them a thousand bucks for each baby they save .", "tokenized_text": ["give", "them", "a", "thousand", "bucks", "for", "each", "baby", "they", "save"]}, "713": {"text": "Want a libtard to support White Nationalism ?", "tokenized_text": ["want", "a", "libtard", "to", "support", "white", "nationalism"]}, "714": {"text": "Tell them we 'll legalize drugs and pedophilia .", "tokenized_text": ["tell", "them", "we", "ll", "legalize", "drugs", "and", "pedophilia"]}, "715": {"text": "Now you know why I DON' T want to attract them to our movement .", "tokenized_text": ["now", "you", "know", "why", "i", "don", "t", "want", "to", "attract", "them", "to", "our", "movement"]}, "716": {"text": "Dear Farhard-On , ...................... / \u00b4 \u00af / ) .................... , / \u00af .. / ................... / .... / ............. / \u00b4 \u00af / ' ... ' / \u00b4 \u00af \u00af ` \u00b7 \u00b8 .......... / ' / ... / .... / ....... / \u00a8 \u00af \\ ........ ( ' ( ... \u00b4 ... \u00b4 .... \u00af ~ / ' ... ' ) ......... \\ ................. ' ..... / .......... ' ' ... \\ .......... _ . \u00b7 \u00b4 ............ \\ .............. ( .............. \\ ............. \\ ...", "tokenized_text": ["dear", "farhard", "on", "_"]}, "717": {"text": "Sincerely , Cummins88", "tokenized_text": ["sincerely", "cummins88"]}, "718": {"text": "This is the first I 've heard about that site ... so I just went and looked around in there a bit .", "tokenized_text": ["this", "is", "the", "first", "i", "ve", "heard", "about", "that", "site", "so", "i", "just", "went", "and", "looked", "around", "in", "there", "a", "bit"]}, "719": {"text": "At least they picked an appropriate name ... it seems like they are a bunch of kooks .", "tokenized_text": ["at", "least", "they", "picked", "an", "appropriate", "name", "it", "seems", "like", "they", "are", "a", "bunch", "of", "kooks"]}, "720": {"text": "I'd like to know exactly what a `` white supremacist '' is first .", "tokenized_text": ["i", "d", "like", "to", "know", "exactly", "what", "a", "white", "supremacist", "is", "first"]}, "721": {"text": "Last I checked it 's another kind of supremacist controlling everything .", "tokenized_text": ["last", "i", "checked", "it", "s", "another", "kind", "of", "supremacist", "controlling", "everything"]}, "722": {"text": "Are they talking about the African women with huge lip plates ?", "tokenized_text": ["are", "they", "talking", "about", "the", "african", "women", "with", "huge", "lip", "plates"]}, "723": {"text": "Just wondering , hope they take that slogan all the way back to Africa .", "tokenized_text": ["just", "wondering", "hope", "they", "take", "that", "slogan", "all", "the", "way", "back", "to", "africa"]}, "724": {"text": "They should build a PLA , but actually do so inside Africa .", "tokenized_text": ["they", "should", "build", "a", "pla", "but", "actually", "do", "so", "inside", "africa"]}, "725": {"text": "I hear Liberia is nice this time of the year .", "tokenized_text": ["i", "hear", "liberia", "is", "nice", "this", "time", "of", "the", "year"]}, "726": {"text": "This is such a stupid question as you are not born poor or rich but if it came down to it obviously white and `` poor '' .", "tokenized_text": ["this", "is", "such", "a", "stupid", "question", "as", "you", "are", "not", "born", "poor", "or", "rich", "but", "if", "it", "came", "down", "to", "it", "obviously", "white", "and", "poor"]}, "727": {"text": "The Black race is yet to invent any kind of civilization .", "tokenized_text": ["the", "black", "race", "is", "yet", "to", "invent", "any", "kind", "of", "civilization"]}, "728": {"text": "Any kind of civilization Negroes have today is a gift from the White race .", "tokenized_text": ["any", "kind", "of", "civilization", "negroes", "have", "today", "is", "a", "gift", "from", "the", "white", "race"]}, "729": {"text": "What does any of that have to do with racial preservation and the resistance to the deliberate and calculated extermination of the White race and the destruction of western civilization which 99 % of the members of this site are concerned with ?", "tokenized_text": ["what", "does", "any", "of", "that", "have", "to", "do", "with", "racial", "preservation", "and", "the", "resistance", "to", "the", "deliberate", "and", "calculated", "extermination", "of", "the", "white", "race", "and", "the", "destruction", "of", "western", "civilization", "which", "99", "of", "the", "members", "of", "this", "site", "are", "concerned", "with"]}, "730": {"text": "They almost always choose to identify with blacks more than whites .", "tokenized_text": ["they", "almost", "always", "choose", "to", "identify", "with", "blacks", "more", "than", "whites"]}, "731": {"text": "They can become some of the most anti-white people on earth .", "tokenized_text": ["they", "can", "become", "some", "of", "the", "most", "anti", "white", "people", "on", "earth"]}, "732": {"text": "Well that has nothing to do with White Nationalism .", "tokenized_text": ["well", "that", "has", "nothing", "to", "do", "with", "white", "nationalism"]}, "733": {"text": "The core of White Nationalism is based on the preservation of European Identity , history , culture etc .", "tokenized_text": ["the", "core", "of", "white", "nationalism", "is", "based", "on", "the", "preservation", "of", "european", "identity", "history", "culture", "etc"]}, "734": {"text": "The White race is best because when the Creator made Whites , He made them better than He made the other races .", "tokenized_text": ["the", "white", "race", "is", "best", "because", "when", "the", "creator", "made", "whites", "he", "made", "them", "better", "than", "he", "made", "the", "other", "races"]}, "735": {"text": "So we are upgraded blacks .... ??", "tokenized_text": ["so", "we", "are", "upgraded", "blacks"]}, "736": {"text": "What about Asians ...", "tokenized_text": ["what", "about", "asians"]}, "737": {"text": "Light skin but dark hair ...", "tokenized_text": ["light", "skin", "but", "dark", "hair"]}, "738": {"text": "How about native americans ?", "tokenized_text": ["how", "about", "native", "americans"]}, "739": {"text": "They are kinda a gray brown with either dark hair or some sort of brown hair ?", "tokenized_text": ["they", "are", "kinda", "a", "gray", "brown", "with", "either", "dark", "hair", "or", "some", "sort", "of", "brown", "hair"]}, "740": {"text": "As if Jews are the only enemies with a good set of brains .", "tokenized_text": ["as", "if", "jews", "are", "the", "only", "enemies", "with", "a", "good", "set", "of", "brains"]}, "741": {"text": "Unfortunately , intelligent outliers of races generally not gifted with a high average intelligence can be very deadly .", "tokenized_text": ["unfortunately", "intelligent", "outliers", "of", "races", "generally", "not", "gifted", "with", "a", "high", "average", "intelligence", "can", "be", "very", "deadly"]}, "742": {"text": "Nope.", "tokenized_text": ["nope"]}, "743": {"text": "Look at Chechnya .", "tokenized_text": ["look", "at", "chechnya"]}, "744": {"text": "Liberals will have you believe it is so they can blame Whitey but it 's all such a mixed hell hole , all that breeding with arabs ....", "tokenized_text": ["liberals", "will", "have", "you", "believe", "it", "is", "so", "they", "can", "blame", "whitey", "but", "it", "s", "all", "such", "a", "mixed", "hell", "hole", "all", "that", "breeding", "with", "arabs"]}, "745": {"text": "You realize you are not going to be convincing any loyal board members to the terrific joys of diversity and the cultural enrichment that say the Somali Muslim refugees are bringing to White communities .", "tokenized_text": ["you", "realize", "you", "are", "not", "going", "to", "be", "convincing", "any", "loyal", "board", "members", "to", "the", "terrific", "joys", "of", "diversity", "and", "the", "cultural", "enrichment", "that", "say", "the", "somali", "muslim", "refugees", "are", "bringing", "to", "white", "communities"]}, "746": {"text": "Just keep it civil .", "tokenized_text": ["just", "keep", "it", "civil"]}, "747": {"text": "I am White and I believe all White people know the difference between right and wrong no matter what they say about their political positions.We are facing genocide as a people and the infighting is just loved by non Whites .", "tokenized_text": ["i", "am", "white", "and", "i", "believe", "all", "white", "people", "know", "the", "difference", "between", "right", "and", "wrong", "no", "matter", "what", "they", "say", "about", "their", "political", "positions", "we", "are", "facing", "genocide", "as", "a", "people", "and", "the", "infighting", "is", "just", "loved", "by", "non", "whites"]}, "748": {"text": "So they invented the metric system now ?", "tokenized_text": ["so", "they", "invented", "the", "metric", "system", "now"]}, "749": {"text": "What about peanut butter ?", "tokenized_text": ["what", "about", "peanut", "butter"]}, "750": {"text": "Or the traffic lite ?", "tokenized_text": ["or", "the", "traffic", "lite"]}, "751": {"text": "Was n't Beethoven a Native American ?", "tokenized_text": ["was", "n", "t", "beethoven", "a", "native", "american"]}, "752": {"text": "You can always pick up some 6-8 `` diameter pvc/poly pipe and cap the ends .", "tokenized_text": ["you", "can", "always", "pick", "up", "some", "6", "8", "diameter", "pvc", "poly", "pipe", "and", "cap", "the", "ends"]}, "753": {"text": "I will be handing all mine over to the proper authorities .", "tokenized_text": ["i", "will", "be", "handing", "all", "mine", "over", "to", "the", "proper", "authorities"]}, "754": {"text": "Red hot and smoking .", "tokenized_text": ["red", "hot", "and", "smoking"]}, "755": {"text": "Lots of free goodies for all the new SF babies !", "tokenized_text": ["lots", "of", "free", "goodies", "for", "all", "the", "new", "sf", "babies"]}, "756": {"text": "Free diaper bag , changing pad , formula samples/coupons , and other nice stuff .", "tokenized_text": ["free", "diaper", "bag", "changing", "pad", "formula", "samples", "coupons", "and", "other", "nice", "stuff"]}, "757": {"text": "Breastfeeding moms can throw the formula stuff away or give it to a shelter .", "tokenized_text": ["breastfeeding", "moms", "can", "throw", "the", "formula", "stuff", "away", "or", "give", "it", "to", "a", "shelter"]}, "758": {"text": "Here 's the link : http://apps.meadjohnson.com/forms/jsp/Efb/Efb.do ?", "tokenized_text": ["here", "s", "the", "link", "http", "apps", "meadjohnson", "com", "forms", "jsp", "efb", "efb", "do"]}, "759": {"text": "I went to party school in liberal farts .", "tokenized_text": ["i", "went", "to", "party", "school", "in", "liberal", "farts"]}, "760": {"text": "I got a little debt and i dont find it useful for finding higher paying jobs .", "tokenized_text": ["i", "got", "a", "little", "debt", "and", "i", "dont", "find", "it", "useful", "for", "finding", "higher", "paying", "jobs"]}, "761": {"text": "I want to go back to law school .", "tokenized_text": ["i", "want", "to", "go", "back", "to", "law", "school"]}, "762": {"text": "If the White House was a mud hut I might believe it ... however it looks like the exact same architecture as many other European designed/built structures .", "tokenized_text": ["if", "the", "white", "house", "was", "a", "mud", "hut", "i", "might", "believe", "it", "however", "it", "looks", "like", "the", "exact", "same", "architecture", "as", "many", "other", "european", "designed", "built", "structures"]}, "763": {"text": "It's pretty simple ; if they come at you , you come at them .", "tokenized_text": ["it", "s", "pretty", "simple", "if", "they", "come", "at", "you", "you", "come", "at", "them"]}, "764": {"text": "All I know is one speed , put them down asap !", "tokenized_text": ["all", "i", "know", "is", "one", "speed", "put", "them", "down", "asap"]}, "765": {"text": "Here's the straight dope as they say .", "tokenized_text": ["here", "s", "the", "straight", "dope", "as", "they", "say"]}, "766": {"text": "Ya got a virgin shooter .", "tokenized_text": ["ya", "got", "a", "virgin", "shooter"]}, "767": {"text": "An Ar15 .", "tokenized_text": ["an", "ar15"]}, "768": {"text": "Iron sights .", "tokenized_text": ["iron", "sights"]}, "769": {"text": "A hundred yards .", "tokenized_text": ["a", "hundred", "yards"]}, "770": {"text": "A paper plate .", "tokenized_text": ["a", "paper", "plate"]}, "771": {"text": "And 15 minutes .", "tokenized_text": ["and", "15", "minutes"]}, "772": {"text": "In under 15 minutes the shooter is hitting the paper plate .", "tokenized_text": ["in", "under", "15", "minutes", "the", "shooter", "is", "hitting", "the", "paper", "plate"]}, "773": {"text": "No problem .", "tokenized_text": ["no", "problem"]}, "774": {"text": "Pinkerton security guards used rock salt in shotguns on trespassers in Ohio , they shot a neighbor of mine with it during the mid 1970 's .", "tokenized_text": ["pinkerton", "security", "guards", "used", "rock", "salt", "in", "shotguns", "on", "trespassers", "in", "ohio", "they", "shot", "a", "neighbor", "of", "mine", "with", "it", "during", "the", "mid", "1970", "s"]}, "775": {"text": "I have found a website for the Teacher 's TV channel .", "tokenized_text": ["i", "have", "found", "a", "website", "for", "the", "teacher", "s", "tv", "channel"]}, "776": {"text": "It has a lot of useful videos free to download on it .", "tokenized_text": ["it", "has", "a", "lot", "of", "useful", "videos", "free", "to", "download", "on", "it"]}, "777": {"text": "It is located here : http://www.teachers.tv / .", "tokenized_text": ["it", "is", "located", "here", "http", "www", "teachers", "tv"]}, "778": {"text": "It actively teaches kids to be PC , but it is still useful .", "tokenized_text": ["it", "actively", "teaches", "kids", "to", "be", "pc", "but", "it", "is", "still", "useful"]}, "779": {"text": "Guess who picked Canada 's first batch of refugees from Turkey ?", "tokenized_text": ["guess", "who", "picked", "canada", "s", "first", "batch", "of", "refugees", "from", "turkey"]}, "780": {"text": "Guess who picked Canada 's first batch of refugees from Turkey ?", "tokenized_text": ["guess", "who", "picked", "canada", "s", "first", "batch", "of", "refugees", "from", "turkey"]}, "781": {"text": "- YouTube", "tokenized_text": ["youtube"]}, "782": {"text": "That's why I did n't display it .", "tokenized_text": ["that", "s", "why", "i", "did", "n", "t", "display", "it"]}, "783": {"text": "I guess I should have included a warning for those who click on it .", "tokenized_text": ["i", "guess", "i", "should", "have", "included", "a", "warning", "for", "those", "who", "click", "on", "it"]}, "784": {"text": "exactly.", "tokenized_text": ["exactly"]}, "785": {"text": "We are a civil rights movement for the 21st century , we are on the righteous path of freedom and no one will stop us from bringing true equality and diversity of thought to the educational field .", "tokenized_text": ["we", "are", "a", "civil", "rights", "movement", "for", "the", "21st", "century", "we", "are", "on", "the", "righteous", "path", "of", "freedom", "and", "no", "one", "will", "stop", "us", "from", "bringing", "true", "equality", "and", "diversity", "of", "thought", "to", "the", "educational", "field"]}, "786": {"text": "I have Japanese friends online , and they think it 's pretty funny that our countries are letting themselves get * * * * ed by bull * * * * .", "tokenized_text": ["i", "have", "japanese", "friends", "online", "and", "they", "think", "it", "s", "pretty", "funny", "that", "our", "countries", "are", "letting", "themselves", "get", "ed", "by", "bull"]}, "787": {"text": "GLORY To our British Activist & Nationalist ! Good To to See the Poles Help Out !!", "tokenized_text": ["glory", "to", "our", "british", "activist", "nationalist", "good", "to", "to", "see", "the", "poles", "help", "out"]}, "788": {"text": "Glory To all our Valiant British Brothers & Sisters !", "tokenized_text": ["glory", "to", "all", "our", "valiant", "british", "brothers", "sisters"]}, "789": {"text": "Good shape .", "tokenized_text": ["good", "shape"]}, "790": {"text": "Alot of blue missing but it always goes bang and fits in my pants pocket better than my Taurus tip up .", "tokenized_text": ["alot", "of", "blue", "missing", "but", "it", "always", "goes", "bang", "and", "fits", "in", "my", "pants", "pocket", "better", "than", "my", "taurus", "tip", "up"]}, "791": {"text": "He say for my country and my people to we are a gypsie for me it 's the same !", "tokenized_text": ["he", "say", "for", "my", "country", "and", "my", "people", "to", "we", "are", "a", "gypsie", "for", "me", "it", "s", "the", "same"]}, "792": {"text": "When I look at pictures that puts all clear to me ...", "tokenized_text": ["when", "i", "look", "at", "pictures", "that", "puts", "all", "clear", "to", "me"]}, "793": {"text": "I am a stay at home dad and run several businesses from home and rearing kids IS work .", "tokenized_text": ["i", "am", "a", "stay", "at", "home", "dad", "and", "run", "several", "businesses", "from", "home", "and", "rearing", "kids", "is", "work"]}, "794": {"text": "I chose to be the stay at home dad for disciplinarian and educational purposes .", "tokenized_text": ["i", "chose", "to", "be", "the", "stay", "at", "home", "dad", "for", "disciplinarian", "and", "educational", "purposes"]}, "795": {"text": "Its working out splendidly .", "tokenized_text": ["its", "working", "out", "splendidly"]}, "796": {"text": "https://equity.spps.org/uploads/raci...y_glossary.pdf In another version ( hardcopy , photocopy from a 2009 ) it read power , position , and privilege , and now it reads power , presence , and privilege .", "tokenized_text": ["https", "equity", "spps", "org", "uploads", "raci", "y_glossary", "pdf", "in", "another", "version", "hardcopy", "photocopy", "from", "a", "2009", "it", "read", "power", "position", "and", "privilege", "and", "now", "it", "reads", "power", "presence", "and", "privilege"]}, "797": {"text": "Public school teachers ( ~ 70 percent white even in CA ) actually buy into this .", "tokenized_text": ["public", "school", "teachers", "70", "percent", "white", "even", "in", "ca", "actually", "buy", "into", "this"]}, "798": {"text": "A few weeks ago I heard a teacher tell his classroom that Blacks and Latinos can be proud of their culture , but whites should feel ashamed of their history and culture .", "tokenized_text": ["a", "few", "weeks", "ago", "i", "heard", "a", "teacher", "tell", "his", "classroom", "that", "blacks", "and", "latinos", "can", "be", "proud", "of", "their", "culture", "but", "whites", "should", "feel", "ashamed", "of", "their", "history", "and", "culture"]}, "799": {"text": "I think you will probably run out of places to run and hide if you do n't attempt to make some sort of stand where you are .", "tokenized_text": ["i", "think", "you", "will", "probably", "run", "out", "of", "places", "to", "run", "and", "hide", "if", "you", "do", "n", "t", "attempt", "to", "make", "some", "sort", "of", "stand", "where", "you", "are"]}, "800": {"text": "Had another great meet this weekend and was able to meet some new people .", "tokenized_text": ["had", "another", "great", "meet", "this", "weekend", "and", "was", "able", "to", "meet", "some", "new", "people"]}, "801": {"text": "I 'm hoping things will continue to grow with our smaller meets and will make for a good turn out at our events this year !", "tokenized_text": ["i", "m", "hoping", "things", "will", "continue", "to", "grow", "with", "our", "smaller", "meets", "and", "will", "make", "for", "a", "good", "turn", "out", "at", "our", "events", "this", "year"]}, "802": {"text": "I have many of her CDs - saw her a Lisner years ago UTE LEMPER ~ The Case Continues - YouTube I have every CD from this band Dead Can Dance - the wind that shakes the barley - YouTube Dead Can Dance - Yulunga - YouTube as well as her solo ones \u00e2 `` Soundtrack - Gladiator - Now We Are Free ( with lyric ) .flv - YouTube Lisa Gerrard - Sacrifice - YouTube", "tokenized_text": ["i", "have", "many", "of", "her", "cds", "saw", "her", "a", "lisner", "years", "ago", "ute", "lemper", "the", "case", "continues", "youtube", "i", "have", "every", "cd", "from", "this", "band", "dead", "can", "dance", "the", "wind", "that", "shakes", "the", "barley", "youtube", "dead", "can", "dance", "yulunga", "youtube", "as", "well", "as", "her", "solo", "ones", "\u00e2", "soundtrack", "gladiator", "now", "we", "are", "free", "with", "lyric", "flv", "youtube", "lisa", "gerrard", "sacrifice", "youtube"]}, "803": {"text": "I think you should take advantage of the fact you 're in highschool and it 's not really an important place in the long run .", "tokenized_text": ["i", "think", "you", "should", "take", "advantage", "of", "the", "fact", "you", "re", "in", "highschool", "and", "it", "s", "not", "really", "an", "important", "place", "in", "the", "long", "run"]}, "804": {"text": "Teachers care less and tend to chalk it up to rebellion .", "tokenized_text": ["teachers", "care", "less", "and", "tend", "to", "chalk", "it", "up", "to", "rebellion"]}, "805": {"text": "If you have good grades , do n't get in trouble , are involved in extracurriculars , and otherwise are a good citizen , probably most teachers are n't going to take time out of their day unless your school is REALLY liberal .", "tokenized_text": ["if", "you", "have", "good", "grades", "do", "n", "t", "get", "in", "trouble", "are", "involved", "in", "extracurriculars", "and", "otherwise", "are", "a", "good", "citizen", "probably", "most", "teachers", "are", "n", "t", "going", "to", "take", "time", "out", "of", "their", "day", "unless", "your", "school", "is", "really", "liberal"]}, "806": {"text": "For perspective : I wrote a final paper for English class that was basically the Revisionist perspective on the Holocaust , and I outspokenly debated my poli-sci teacher accordingly .", "tokenized_text": ["for", "perspective", "i", "wrote", "a", "final", "paper", "for", "english", "class", "that", "was", "basically", "the", "revisionist", "perspective", "on", "the", "holocaust", "and", "i", "outspokenly", "debated", "my", "poli", "sci", "teacher", "accordingly"]}, "807": {"text": "Nothing happened except I got an 88 % on the paper .", "tokenized_text": ["nothing", "happened", "except", "i", "got", "an", "88", "on", "the", "paper"]}, "808": {"text": "As far as I understand , public school teachers are more restricted than university professors .", "tokenized_text": ["as", "far", "as", "i", "understand", "public", "school", "teachers", "are", "more", "restricted", "than", "university", "professors"]}, "809": {"text": "If a 10th grade teacher says they 're grading from a rubric that says they 're grading based on grammar , spelling , sentence structure , and format only , they ca n't , in most cases , turn around and give you a failing grade for the assignment because they do n't like the content .", "tokenized_text": ["if", "a", "10th", "grade", "teacher", "says", "they", "re", "grading", "from", "a", "rubric", "that", "says", "they", "re", "grading", "based", "on", "grammar", "spelling", "sentence", "structure", "and", "format", "only", "they", "ca", "n", "t", "in", "most", "cases", "turn", "around", "and", "give", "you", "a", "failing", "grade", "for", "the", "assignment", "because", "they", "do", "n", "t", "like", "the", "content"]}, "810": {"text": "Stay away from Alberta .", "tokenized_text": ["stay", "away", "from", "alberta"]}, "811": {"text": "All of our tim hortons are staffed by those nast filipinos and every single town is full of Indians and asians .", "tokenized_text": ["all", "of", "our", "tim", "hortons", "are", "staffed", "by", "those", "nast", "filipinos", "and", "every", "single", "town", "is", "full", "of", "indians", "and", "asians"]}, "812": {"text": "I live in northern Alberta and even there I ca n't get away from them .", "tokenized_text": ["i", "live", "in", "northern", "alberta", "and", "even", "there", "i", "ca", "n", "t", "get", "away", "from", "them"]}, "813": {"text": "Yes indeed it is , and yes he is a jew .", "tokenized_text": ["yes", "indeed", "it", "is", "and", "yes", "he", "is", "a", "jew"]}, "814": {"text": "I remember when that happened ..... could n't have happened to a nicer guy .", "tokenized_text": ["i", "remember", "when", "that", "happened", "could", "n", "t", "have", "happened", "to", "a", "nicer", "guy"]}, "815": {"text": "LOL Tim", "tokenized_text": ["lol", "tim"]}, "816": {"text": "1911 Colt Single Action Army ( A.K.A. Peacemaker ) F & N Five seveN PSG-1 I could go on all day , but I just listed a few off the top of my head", "tokenized_text": ["1911", "colt", "single", "action", "army", "a", "k", "a", "peacemaker", "f", "n", "five", "seven", "psg", "1", "i", "could", "go", "on", "all", "day", "but", "i", "just", "listed", "a", "few", "off", "the", "top", "of", "my", "head"]}, "817": {"text": "We need to deport all nonwhites immediately , that or stop letting more in and sterilize the ones here , that will fix the problem .", "tokenized_text": ["we", "need", "to", "deport", "all", "nonwhites", "immediately", "that", "or", "stop", "letting", "more", "in", "and", "sterilize", "the", "ones", "here", "that", "will", "fix", "the", "problem"]}, "818": {"text": "Yep!", "tokenized_text": ["yep"]}, "819": {"text": "If I had one it would 've probably made the list .", "tokenized_text": ["if", "i", "had", "one", "it", "would", "ve", "probably", "made", "the", "list"]}, "820": {"text": "I only included guns that are in my possession .", "tokenized_text": ["i", "only", "included", "guns", "that", "are", "in", "my", "possession"]}, "821": {"text": "I wonder what these race mixers are thinking ?", "tokenized_text": ["i", "wonder", "what", "these", "race", "mixers", "are", "thinking"]}, "822": {"text": "Has anyone ever asked them about it ?", "tokenized_text": ["has", "anyone", "ever", "asked", "them", "about", "it"]}, "823": {"text": "Do they say they dont care ?", "tokenized_text": ["do", "they", "say", "they", "dont", "care"]}, "824": {"text": "They want mixed kids ?", "tokenized_text": ["they", "want", "mixed", "kids"]}, "825": {"text": "They dont think a child of their own race is good enough ?", "tokenized_text": ["they", "dont", "think", "a", "child", "of", "their", "own", "race", "is", "good", "enough"]}, "826": {"text": "The mass killing of jews should be partly Britain 's fault but the western zionist world wants people to forget about Britain 's imperial past and lay the blame on white nordic nazi Germany .", "tokenized_text": ["the", "mass", "killing", "of", "jews", "should", "be", "partly", "britain", "s", "fault", "but", "the", "western", "zionist", "world", "wants", "people", "to", "forget", "about", "britain", "s", "imperial", "past", "and", "lay", "the", "blame", "on", "white", "nordic", "nazi", "germany"]}, "827": {"text": "Back when there were proper Christian churches , and people attended them , this sort of music was available every Sunday .", "tokenized_text": ["back", "when", "there", "were", "proper", "christian", "churches", "and", "people", "attended", "them", "this", "sort", "of", "music", "was", "available", "every", "sunday"]}, "828": {"text": "Now we have `` judeo-christian '' faux mega-churches that play `` christian rock '' .", "tokenized_text": ["now", "we", "have", "judeo", "christian", "faux", "mega", "churches", "that", "play", "christian", "rock"]}, "829": {"text": "The Best of West Ireland : Dingle , Galway and the Aran Islands - YouTube South Ireland : Waterford to the Ring of Kerry - YouTube Dublin and Mystical Side-Trips - YouTube Belfast and the Best of Northern Ireland - YouTube", "tokenized_text": ["the", "best", "of", "west", "ireland", "dingle", "galway", "and", "the", "aran", "islands", "youtube", "south", "ireland", "waterford", "to", "the", "ring", "of", "kerry", "youtube", "dublin", "and", "mystical", "side", "trips", "youtube", "belfast", "and", "the", "best", "of", "northern", "ireland", "youtube"]}, "830": {"text": "I honestly hate Indians , Muslims , really anything with brown , black or yellow coloured skin I hate .", "tokenized_text": ["i", "honestly", "hate", "indians", "muslims", "really", "anything", "with", "brown", "black", "or", "yellow", "coloured", "skin", "i", "hate"]}, "831": {"text": "Is that a hate crime what I just said ?", "tokenized_text": ["is", "that", "a", "hate", "crime", "what", "i", "just", "said"]}, "832": {"text": "I just meant in the US generally , whether it turns out he 's a friend or not my first instinct is always to help one of my own if they 're being attacked .", "tokenized_text": ["i", "just", "meant", "in", "the", "us", "generally", "whether", "it", "turns", "out", "he", "s", "a", "friend", "or", "not", "my", "first", "instinct", "is", "always", "to", "help", "one", "of", "my", "own", "if", "they", "re", "being", "attacked"]}, "833": {"text": "Sure, send me an IM on Goodreads or here telling me your Goodreads ID so I can invite you to join it .", "tokenized_text": ["sure", "send", "me", "an", "im", "on", "goodreads", "or", "here", "telling", "me", "your", "goodreads", "id", "so", "i", "can", "invite", "you", "to", "join", "it"]}, "834": {"text": "facebook has an 4x4 van page .", "tokenized_text": ["facebook", "has", "an", "4x4", "van", "page"]}, "835": {"text": "Search for it .", "tokenized_text": ["search", "for", "it"]}, "836": {"text": "Always one coming up for sale .", "tokenized_text": ["always", "one", "coming", "up", "for", "sale"]}, "837": {"text": "Lot of old ambulances , rescue vans ripe for modding to live in .", "tokenized_text": ["lot", "of", "old", "ambulances", "rescue", "vans", "ripe", "for", "modding", "to", "live", "in"]}, "838": {"text": "You might want to check this out , gave it a pretty good review as a truck/ATV/snow mobile gun or just as a back-up that takes standard AR/M16 magazines .", "tokenized_text": ["you", "might", "want", "to", "check", "this", "out", "gave", "it", "a", "pretty", "good", "review", "as", "a", "truck", "atv", "snow", "mobile", "gun", "or", "just", "as", "a", "back", "up", "that", "takes", "standard", "ar", "m16", "magazines"]}, "839": {"text": "Predator Xtreme , August 2015", "tokenized_text": ["predator", "xtreme", "august", "2015"]}, "840": {"text": "Have you ever gave hard knocks better than you got them ?", "tokenized_text": ["have", "you", "ever", "gave", "hard", "knocks", "better", "than", "you", "got", "them"]}, "841": {"text": "Try experiencing what a couple of pounds of steel to the face feels like .", "tokenized_text": ["try", "experiencing", "what", "a", "couple", "of", "pounds", "of", "steel", "to", "the", "face", "feels", "like"]}, "842": {"text": "Reflections on the 1970s Image Credit & Copyright : Jimmy Walker Explanation : The 1970s are sometimes ignored by astronomers , like this beautiful grouping of reflection nebulae in Orion - NGC 1977 , NGC 1975 , and NGC 1973 - usually overlooked in favor of the substantial glow from the nearby stellar nursery better known as the Orion Nebula .", "tokenized_text": ["reflections", "on", "the", "1970s", "image", "credit", "copyright", "jimmy", "walker", "explanation", "the", "1970s", "are", "sometimes", "ignored", "by", "astronomers", "like", "this", "beautiful", "grouping", "of", "reflection", "nebulae", "in", "orion", "ngc", "1977", "ngc", "1975", "and", "ngc", "1973", "usually", "overlooked", "in", "favor", "of", "the", "substantial", "glow", "from", "the", "nearby", "stellar", "nursery", "better", "known", "as", "the", "orion", "nebula"]}, "843": {"text": "Found along Orion 's sword just north of the bright Orion Nebula complex , these reflection nebulae are also associated with Orion 's giant molecular cloud about 1,500 light-years away , but are dominated by the characteristic blue color of interstellar dust reflecting light from hot young stars .", "tokenized_text": ["found", "along", "orion", "s", "sword", "just", "north", "of", "the", "bright", "orion", "nebula", "complex", "these", "reflection", "nebulae", "are", "also", "associated", "with", "orion", "s", "giant", "molecular", "cloud", "about", "1", "500", "light", "years", "away", "but", "are", "dominated", "by", "the", "characteristic", "blue", "color", "of", "interstellar", "dust", "reflecting", "light", "from", "hot", "young", "stars"]}, "844": {"text": "In this sharp color image a portion of the Orion Nebula appears along the bottom border with the cluster of reflection nebulae at picture center .", "tokenized_text": ["in", "this", "sharp", "color", "image", "a", "portion", "of", "the", "orion", "nebula", "appears", "along", "the", "bottom", "border", "with", "the", "cluster", "of", "reflection", "nebulae", "at", "picture", "center"]}, "845": {"text": "NGC 1977 stretches across the field just below center , separated from NGC 1973 ( above right ) and NGC 1975 ( above left ) by dark regions laced with faint red emission from hydrogen atoms .", "tokenized_text": ["ngc", "1977", "stretches", "across", "the", "field", "just", "below", "center", "separated", "from", "ngc", "1973", "above", "right", "and", "ngc", "1975", "above", "left", "by", "dark", "regions", "laced", "with", "faint", "red", "emission", "from", "hydrogen", "atoms"]}, "846": {"text": "Taken together , the dark regions suggest to many the shape of a running man .", "tokenized_text": ["taken", "together", "the", "dark", "regions", "suggest", "to", "many", "the", "shape", "of", "a", "running", "man"]}, "847": {"text": "Yeah, hay rides are popular here .", "tokenized_text": ["yeah", "hay", "rides", "are", "popular", "here"]}, "848": {"text": "I remember going on them when I was a young boy .", "tokenized_text": ["i", "remember", "going", "on", "them", "when", "i", "was", "a", "young", "boy"]}, "849": {"text": "I 've gone through corn mazes as well .", "tokenized_text": ["i", "ve", "gone", "through", "corn", "mazes", "as", "well"]}, "850": {"text": "Good memories .", "tokenized_text": ["good", "memories"]}, "851": {"text": "I swear I would get a tee shirt with this on it and wear it to school .", "tokenized_text": ["i", "swear", "i", "would", "get", "a", "tee", "shirt", "with", "this", "on", "it", "and", "wear", "it", "to", "school"]}, "852": {"text": "Ignorance is when someone do n't know the truth .", "tokenized_text": ["ignorance", "is", "when", "someone", "do", "n", "t", "know", "the", "truth"]}, "853": {"text": "Stupid is when someone do n't want the truth .", "tokenized_text": ["stupid", "is", "when", "someone", "do", "n", "t", "want", "the", "truth"]}, "854": {"text": "Which one are you ?", "tokenized_text": ["which", "one", "are", "you"]}, "855": {"text": "Yes, not to mention lagathas Amazonian warriors .", "tokenized_text": ["yes", "not", "to", "mention", "lagathas", "amazonian", "warriors"]}, "856": {"text": "Anyone with half a brain would n't send a bunch of seventy pound women into battle with swords .", "tokenized_text": ["anyone", "with", "half", "a", "brain", "would", "n", "t", "send", "a", "bunch", "of", "seventy", "pound", "women", "into", "battle", "with", "swords"]}, "857": {"text": "Watch out for them one-droppers .", "tokenized_text": ["watch", "out", "for", "them", "one", "droppers"]}, "858": {"text": "I need to get this done too , but my luck I 'll find out my great-grandfather was an IDF General .", "tokenized_text": ["i", "need", "to", "get", "this", "done", "too", "but", "my", "luck", "i", "ll", "find", "out", "my", "great", "grandfather", "was", "an", "idf", "general"]}, "859": {"text": "It's very easy for people to sit behind their computers in the comfort of their homes and judge an elderly gentleman who has dedicated his life to exposing the Holocaust myth when it 's not your office being burned to the ground , when it 's not you being bankrupted or thrown in prison .", "tokenized_text": ["it", "s", "very", "easy", "for", "people", "to", "sit", "behind", "their", "computers", "in", "the", "comfort", "of", "their", "homes", "and", "judge", "an", "elderly", "gentleman", "who", "has", "dedicated", "his", "life", "to", "exposing", "the", "holocaust", "myth", "when", "it", "s", "not", "your", "office", "being", "burned", "to", "the", "ground", "when", "it", "s", "not", "you", "being", "bankrupted", "or", "thrown", "in", "prison"]}, "860": {"text": "Mr Irving played a fundamental role in my own journey through Holocaust revision and for that he will always have my gratitude .", "tokenized_text": ["mr", "irving", "played", "a", "fundamental", "role", "in", "my", "own", "journey", "through", "holocaust", "revision", "and", "for", "that", "he", "will", "always", "have", "my", "gratitude"]}, "861": {"text": "Because they are essentially child-like and until someone steps up and says something they will just carry on , again like children .", "tokenized_text": ["because", "they", "are", "essentially", "child", "like", "and", "until", "someone", "steps", "up", "and", "says", "something", "they", "will", "just", "carry", "on", "again", "like", "children"]}, "862": {"text": "no doubt thats a lovely gun , if i had the money im looking at a benelli as my next shot gun ... also the price of single shot shot guns have gone sky high", "tokenized_text": ["no", "doubt", "thats", "a", "lovely", "gun", "if", "i", "had", "the", "money", "im", "looking", "at", "a", "benelli", "as", "my", "next", "shot", "gun", "also", "the", "price", "of", "single", "shot", "shot", "guns", "have", "gone", "sky", "high"]}, "863": {"text": "Here is another source for 5.56 They are out of stock on the Wolf garbage but have PMC and some Federal in stock .", "tokenized_text": ["here", "is", "another", "source", "for", "5", "56", "they", "are", "out", "of", "stock", "on", "the", "wolf", "garbage", "but", "have", "pmc", "and", "some", "federal", "in", "stock"]}, "864": {"text": "http://www.the-armory.com/shopsite_s...mmunition.html", "tokenized_text": ["http", "www", "the", "armory", "com", "shopsite_s", "mmunition", "html"]}, "865": {"text": "You can go straight into a community college without GED , you just have to pass the tests .", "tokenized_text": ["you", "can", "go", "straight", "into", "a", "community", "college", "without", "ged", "you", "just", "have", "to", "pass", "the", "tests"]}, "866": {"text": "Then you can transfer to Uni from there .", "tokenized_text": ["then", "you", "can", "transfer", "to", "uni", "from", "there"]}, "867": {"text": "I would definitely not recommend becoming a teacher in the us the pay is not the greatest .", "tokenized_text": ["i", "would", "definitely", "not", "recommend", "becoming", "a", "teacher", "in", "the", "us", "the", "pay", "is", "not", "the", "greatest"]}, "868": {"text": "And you will have to teach alot of lies to the students .", "tokenized_text": ["and", "you", "will", "have", "to", "teach", "alot", "of", "lies", "to", "the", "students"]}, "869": {"text": "i have been using Firefox for about 6 months now. ive never looked back , IE is so slow when compared to FF", "tokenized_text": ["i", "have", "been", "using", "firefox", "for", "about", "6", "months", "now", "ive", "never", "looked", "back", "ie", "is", "so", "slow", "when", "compared", "to", "ff"]}, "870": {"text": "Around here their always shooting .", "tokenized_text": ["around", "here", "their", "always", "shooting"]}, "871": {"text": "In clubs that search people you see them get their asses handed to them .", "tokenized_text": ["in", "clubs", "that", "search", "people", "you", "see", "them", "get", "their", "asses", "handed", "to", "them"]}, "872": {"text": "Then it back to getting the gun and shooting .", "tokenized_text": ["then", "it", "back", "to", "getting", "the", "gun", "and", "shooting"]}, "873": {"text": "Its gone full retard now .", "tokenized_text": ["its", "gone", "full", "retard", "now"]}, "874": {"text": "Everything thinks they are banning all 556/223 and hoarding all of it .", "tokenized_text": ["everything", "thinks", "they", "are", "banning", "all", "556", "223", "and", "hoarding", "all", "of", "it"]}, "875": {"text": "Hell some places are a buck a round for green tip its hilarious .", "tokenized_text": ["hell", "some", "places", "are", "a", "buck", "a", "round", "for", "green", "tip", "its", "hilarious"]}, "876": {"text": "I do n't know why people associate Southern Europeans with light brown/olive skin .", "tokenized_text": ["i", "do", "n", "t", "know", "why", "people", "associate", "southern", "europeans", "with", "light", "brown", "olive", "skin"]}, "877": {"text": "Most Southern Europeans have white skin , but not a pink undertone .", "tokenized_text": ["most", "southern", "europeans", "have", "white", "skin", "but", "not", "a", "pink", "undertone"]}, "878": {"text": "I grew up near Little Italy ( not NY ) and parents grew up in Brooklyn .", "tokenized_text": ["i", "grew", "up", "near", "little", "italy", "not", "ny", "and", "parents", "grew", "up", "in", "brooklyn"]}, "879": {"text": "By the time I was growing up in the 2000s and early 2010s the area was already mixed and a few shops closed down .", "tokenized_text": ["by", "the", "time", "i", "was", "growing", "up", "in", "the", "2000s", "and", "early", "2010s", "the", "area", "was", "already", "mixed", "and", "a", "few", "shops", "closed", "down"]}, "880": {"text": "Honestly if they ever fired them I 'd expect they 'd do more damage to themselves since the average negro lacks the intellect for basic firearms training .", "tokenized_text": ["honestly", "if", "they", "ever", "fired", "them", "i", "d", "expect", "they", "d", "do", "more", "damage", "to", "themselves", "since", "the", "average", "negro", "lacks", "the", "intellect", "for", "basic", "firearms", "training"]}, "881": {"text": "I 'm surprised they 're not holding the gun back to front .", "tokenized_text": ["i", "m", "surprised", "they", "re", "not", "holding", "the", "gun", "back", "to", "front"]}, "882": {"text": "In the Great War white men fought with heavy weapons .", "tokenized_text": ["in", "the", "great", "war", "white", "men", "fought", "with", "heavy", "weapons"]}, "883": {"text": "`` Small '' arms are n't always light weight .", "tokenized_text": ["small", "arms", "are", "n", "t", "always", "light", "weight"]}, "884": {"text": "The concept of carrying thousands of varmit rounds to enable spray and pray in battle is a post Korean War concept .", "tokenized_text": ["the", "concept", "of", "carrying", "thousands", "of", "varmit", "rounds", "to", "enable", "spray", "and", "pray", "in", "battle", "is", "a", "post", "korean", "war", "concept"]}, "885": {"text": "Ever wonder why ?", "tokenized_text": ["ever", "wonder", "why"]}, "886": {"text": "This is a good thread There is a lot of cheap WHITE places to live in the U.S. I have already drivin to look at some places already .", "tokenized_text": ["this", "is", "a", "good", "thread", "there", "is", "a", "lot", "of", "cheap", "white", "places", "to", "live", "in", "the", "u", "s", "i", "have", "already", "drivin", "to", "look", "at", "some", "places", "already"]}, "887": {"text": "My ancestors who had the good sense and foresight to come and build America .", "tokenized_text": ["my", "ancestors", "who", "had", "the", "good", "sense", "and", "foresight", "to", "come", "and", "build", "america"]}, "888": {"text": "I wonder what they would have to say about the type of country it is turning in to ?", "tokenized_text": ["i", "wonder", "what", "they", "would", "have", "to", "say", "about", "the", "type", "of", "country", "it", "is", "turning", "in", "to"]}, "889": {"text": "SMH you all do n't understand Hitler 's message , it was that all people should be proud of their nation and all people should improve themselves within their own national community ( volksgemeinshaft ) .", "tokenized_text": ["smh", "you", "all", "do", "n", "t", "understand", "hitler", "s", "message", "it", "was", "that", "all", "people", "should", "be", "proud", "of", "their", "nation", "and", "all", "people", "should", "improve", "themselves", "within", "their", "own", "national", "community", "volksgemeinshaft"]}, "890": {"text": "Same here .", "tokenized_text": ["same", "here"]}, "891": {"text": "I enjoyed playing the game when I was a kid , but I never enjoyed watching it on TV .", "tokenized_text": ["i", "enjoyed", "playing", "the", "game", "when", "i", "was", "a", "kid", "but", "i", "never", "enjoyed", "watching", "it", "on", "tv"]}, "892": {"text": "It just does n't hold my attention .", "tokenized_text": ["it", "just", "does", "n", "t", "hold", "my", "attention"]}, "893": {"text": "Same with basketball and baseball .", "tokenized_text": ["same", "with", "basketball", "and", "baseball"]}, "894": {"text": "On the other hand , I did n't ride horses or bulls , but I love to watch the rodeo .", "tokenized_text": ["on", "the", "other", "hand", "i", "did", "n", "t", "ride", "horses", "or", "bulls", "but", "i", "love", "to", "watch", "the", "rodeo"]}, "895": {"text": "Recently blew away an old computer tower .", "tokenized_text": ["recently", "blew", "away", "an", "old", "computer", "tower"]}, "896": {"text": "Remington 000 standard velocity failed to penetrate past the motherboard , mostly stopping between a couple of sheets of metal comprising the shell of the unit .", "tokenized_text": ["remington", "000", "standard", "velocity", "failed", "to", "penetrate", "past", "the", "motherboard", "mostly", "stopping", "between", "a", "couple", "of", "sheets", "of", "metal", "comprising", "the", "shell", "of", "the", "unit"]}, "897": {"text": "Pellets flattened out quite nicely .", "tokenized_text": ["pellets", "flattened", "out", "quite", "nicely"]}, "898": {"text": "Overpenetration IS a serious concern .", "tokenized_text": ["overpenetration", "is", "a", "serious", "concern"]}, "899": {"text": "An even smaller pellet is probably ideal , #4 Buck , perhaps .", "tokenized_text": ["an", "even", "smaller", "pellet", "is", "probably", "ideal", "4", "buck", "perhaps"]}, "900": {"text": "At HD ranges youre looking at a cluster of shot a few inches wide at best .", "tokenized_text": ["at", "hd", "ranges", "youre", "looking", "at", "a", "cluster", "of", "shot", "a", "few", "inches", "wide", "at", "best"]}, "901": {"text": "See Jeff Cooper for further instruction .", "tokenized_text": ["see", "jeff", "cooper", "for", "further", "instruction"]}, "902": {"text": "BTW , Winchester slugs blew a 1 inch hole in and out .", "tokenized_text": ["btw", "winchester", "slugs", "blew", "a", "1", "inch", "hole", "in", "and", "out"]}, "903": {"text": "Bad for home defense , which is a pity , its probably a spectacular manstopper , those soft lead hollow base Foster slugs flatten out quickly .", "tokenized_text": ["bad", "for", "home", "defense", "which", "is", "a", "pity", "its", "probably", "a", "spectacular", "manstopper", "those", "soft", "lead", "hollow", "base", "foster", "slugs", "flatten", "out", "quickly"]}, "904": {"text": "I've always been partial to Lully and Rameau : Jean Baptiste Lully - L' Orchestre du Roi Soleil - YouTube Jean Philippe Rameau /// Orchestral Suites - YouTube", "tokenized_text": ["i", "ve", "always", "been", "partial", "to", "lully", "and", "rameau", "jean", "baptiste", "lully", "l", "orchestre", "du", "roi", "soleil", "youtube", "jean", "philippe", "rameau", "orchestral", "suites", "youtube"]}, "905": {"text": "And the contributions of whites are everywhere .", "tokenized_text": ["and", "the", "contributions", "of", "whites", "are", "everywhere"]}, "906": {"text": "Literally .", "tokenized_text": ["literally"]}, "907": {"text": "Every cultured society and all things therein were created by whites .", "tokenized_text": ["every", "cultured", "society", "and", "all", "things", "therein", "were", "created", "by", "whites"]}, "908": {"text": "Except peanut butter", "tokenized_text": ["except", "peanut", "butter"]}, "909": {"text": "Renoir was a French artist .", "tokenized_text": ["renoir", "was", "a", "french", "artist"]}, "910": {"text": "I like the French .", "tokenized_text": ["i", "like", "the", "french"]}, "911": {"text": "They love art and high culture .", "tokenized_text": ["they", "love", "art", "and", "high", "culture"]}, "912": {"text": "I also like Renoir .", "tokenized_text": ["i", "also", "like", "renoir"]}, "913": {"text": "This man is an idiot .", "tokenized_text": ["this", "man", "is", "an", "idiot"]}, "914": {"text": "i did a homeschooling thing where i saw a teacher once a week and she failed me just because of my views. id do the assignment exactly right and the highest i ever got was a c", "tokenized_text": ["i", "did", "a", "homeschooling", "thing", "where", "i", "saw", "a", "teacher", "once", "a", "week", "and", "she", "failed", "me", "just", "because", "of", "my", "views", "id", "do", "the", "assignment", "exactly", "right", "and", "the", "highest", "i", "ever", "got", "was", "a", "c"]}, "915": {"text": "I discovered this beer quite awhile ago when it was a regional beer even though its claim to famous was the oldest brewery in America .", "tokenized_text": ["i", "discovered", "this", "beer", "quite", "awhile", "ago", "when", "it", "was", "a", "regional", "beer", "even", "though", "its", "claim", "to", "famous", "was", "the", "oldest", "brewery", "in", "america"]}, "916": {"text": "Now it is also the largest American owned brewery .", "tokenized_text": ["now", "it", "is", "also", "the", "largest", "american", "owned", "brewery"]}, "917": {"text": "YUENGLINGS", "tokenized_text": ["yuenglings"]}, "918": {"text": "I had a chance to go visit Chepstow Castle last time I was in the area .", "tokenized_text": ["i", "had", "a", "chance", "to", "go", "visit", "chepstow", "castle", "last", "time", "i", "was", "in", "the", "area"]}, "919": {"text": "Great Britain is Castle country for sure", "tokenized_text": ["great", "britain", "is", "castle", "country", "for", "sure"]}, "920": {"text": "he's obviously a good christian white boy with good values .", "tokenized_text": ["he", "s", "obviously", "a", "good", "christian", "white", "boy", "with", "good", "values"]}, "921": {"text": "It 's wasted on a groid but I understand his need to uphold his principles .", "tokenized_text": ["it", "s", "wasted", "on", "a", "groid", "but", "i", "understand", "his", "need", "to", "uphold", "his", "principles"]}, "922": {"text": "No, I 'm in Spanish class at school in Canada and we focus sometimes on Mexican slang and do n't learn vosotros .", "tokenized_text": ["no", "i", "m", "in", "spanish", "class", "at", "school", "in", "canada", "and", "we", "focus", "sometimes", "on", "mexican", "slang", "and", "do", "n", "t", "learn", "vosotros"]}, "923": {"text": "Do what you can to help keep Stormfront alive and growing .", "tokenized_text": ["do", "what", "you", "can", "to", "help", "keep", "stormfront", "alive", "and", "growing"]}, "924": {"text": "Just 5 bucks a month from every active member is all it takes .", "tokenized_text": ["just", "5", "bucks", "a", "month", "from", "every", "active", "member", "is", "all", "it", "takes"]}, "925": {"text": "Is that a problem ?", "tokenized_text": ["is", "that", "a", "problem"]}, "926": {"text": "mommy told me never to squelch on someone 's claims. the very fear of exposure makes me want to avoid lying .", "tokenized_text": ["mommy", "told", "me", "never", "to", "squelch", "on", "someone", "s", "claims", "the", "very", "fear", "of", "exposure", "makes", "me", "want", "to", "avoid", "lying"]}, "927": {"text": "I see it as a martial art yes but more as a system of life that includes martial arts and various forms of military skills", "tokenized_text": ["i", "see", "it", "as", "a", "martial", "art", "yes", "but", "more", "as", "a", "system", "of", "life", "that", "includes", "martial", "arts", "and", "various", "forms", "of", "military", "skills"]}, "928": {"text": "Truly sad that we 've decreased education standards to make minority students more successful .", "tokenized_text": ["truly", "sad", "that", "we", "ve", "decreased", "education", "standards", "to", "make", "minority", "students", "more", "successful"]}, "929": {"text": "Instead of challenging young white minds , we put them to sleep in a sea of apathy towards standards .", "tokenized_text": ["instead", "of", "challenging", "young", "white", "minds", "we", "put", "them", "to", "sleep", "in", "a", "sea", "of", "apathy", "towards", "standards"]}, "930": {"text": "I bought a bag of candy .", "tokenized_text": ["i", "bought", "a", "bag", "of", "candy"]}, "931": {"text": "If kids come by , they get it .", "tokenized_text": ["if", "kids", "come", "by", "they", "get", "it"]}, "932": {"text": "If not ...", "tokenized_text": ["if", "not"]}, "933": {"text": "I am giving the whole bag to the kids across the street ....", "tokenized_text": ["i", "am", "giving", "the", "whole", "bag", "to", "the", "kids", "across", "the", "street"]}, "934": {"text": "but please prepare yourself for anything like a nuclear blast or a huge earth quake or hurricane .... shtf in many ways", "tokenized_text": ["but", "please", "prepare", "yourself", "for", "anything", "like", "a", "nuclear", "blast", "or", "a", "huge", "earth", "quake", "or", "hurricane", "shtf", "in", "many", "ways"]}, "935": {"text": "In my opinion , from my experience with the schools in my area , the teachers say it is not their job to break up a fight Im not saying this is right but its going on in many different areas", "tokenized_text": ["in", "my", "opinion", "from", "my", "experience", "with", "the", "schools", "in", "my", "area", "the", "teachers", "say", "it", "is", "not", "their", "job", "to", "break", "up", "a", "fight", "im", "not", "saying", "this", "is", "right", "but", "its", "going", "on", "in", "many", "different", "areas"]}, "936": {"text": "I know mopeds are dangerous so are your krautschrockerts. btw this is a Yamaha i like .", "tokenized_text": ["i", "know", "mopeds", "are", "dangerous", "so", "are", "your", "krautschrockerts", "btw", "this", "is", "a", "yamaha", "i", "like"]}, "937": {"text": "Yamaha Aerox 150 PS 1000ccm - YouTube Yep a 1000 cc aerox", "tokenized_text": ["yamaha", "aerox", "150", "ps", "1000ccm", "youtube", "yep", "a", "1000", "cc", "aerox"]}, "938": {"text": "Hey, I have a Folkwear pattern for that style of shirt which I 've been meaning to make .", "tokenized_text": ["hey", "i", "have", "a", "folkwear", "pattern", "for", "that", "style", "of", "shirt", "which", "i", "ve", "been", "meaning", "to", "make"]}, "939": {"text": "Thanks for the encouragement !", "tokenized_text": ["thanks", "for", "the", "encouragement"]}, "940": {"text": "I'm more of a grappler than a striker , I would lunge out with a windpipe grab and bring them down to the floor .... my record for KO' ing someone with a choke is currently 3 secs", "tokenized_text": ["i", "m", "more", "of", "a", "grappler", "than", "a", "striker", "i", "would", "lunge", "out", "with", "a", "windpipe", "grab", "and", "bring", "them", "down", "to", "the", "floor", "my", "record", "for", "ko", "ing", "someone", "with", "a", "choke", "is", "currently", "3", "secs"]}, "941": {"text": "I wonder why the Jewish Media always pretends that all the blood thirsty third world savages are victims and it is all Whitey 's fault ?", "tokenized_text": ["i", "wonder", "why", "the", "jewish", "media", "always", "pretends", "that", "all", "the", "blood", "thirsty", "third", "world", "savages", "are", "victims", "and", "it", "is", "all", "whitey", "s", "fault"]}, "942": {"text": "If a third world savage attacks a Jew , is it all Jewey 's fault ?", "tokenized_text": ["if", "a", "third", "world", "savage", "attacks", "a", "jew", "is", "it", "all", "jewey", "s", "fault"]}, "943": {"text": "I have : 1 Sister with Grey Eyes 1 Sister with Blue Eyes 1 Sister with Green Eyes me and my Brother have Blue Eyes !", "tokenized_text": ["i", "have", "1", "sister", "with", "grey", "eyes", "1", "sister", "with", "blue", "eyes", "1", "sister", "with", "green", "eyes", "me", "and", "my", "brother", "have", "blue", "eyes"]}, "944": {"text": "For when a people is not willing or able to fight for its existence -- Providence in its eternal justice has decreed that people 's end .", "tokenized_text": ["for", "when", "a", "people", "is", "not", "willing", "or", "able", "to", "fight", "for", "its", "existence", "providence", "in", "its", "eternal", "justice", "has", "decreed", "that", "people", "s", "end"]}, "945": {"text": "-Adolf Hitler ( Mein Kampf )", "tokenized_text": ["adolf", "hitler", "mein", "kampf"]}, "946": {"text": "Slowly making my way through a Romanian Bible I got for my birthday in July .", "tokenized_text": ["slowly", "making", "my", "way", "through", "a", "romanian", "bible", "i", "got", "for", "my", "birthday", "in", "july"]}, "947": {"text": "Though I am not a Christian , I can read it alongside the English and try to figure out words I do n't know .", "tokenized_text": ["though", "i", "am", "not", "a", "christian", "i", "can", "read", "it", "alongside", "the", "english", "and", "try", "to", "figure", "out", "words", "i", "do", "n", "t", "know"]}, "948": {"text": "I was gonna suggest an old Marlin 783 but then I remembered that it 's a .22 Mag .", "tokenized_text": ["i", "was", "gonna", "suggest", "an", "old", "marlin", "783", "but", "then", "i", "remembered", "that", "it", "s", "a", "22", "mag"]}, "949": {"text": "Great gun though !", "tokenized_text": ["great", "gun", "though"]}, "950": {"text": "This is why it is important for us to join together as one group , organize and prepare to fight as an army .", "tokenized_text": ["this", "is", "why", "it", "is", "important", "for", "us", "to", "join", "together", "as", "one", "group", "organize", "and", "prepare", "to", "fight", "as", "an", "army"]}, "951": {"text": "America: 25 percent of American students pass their geography America : 25 percent of American students pass their geography `` Speak for Change", "tokenized_text": ["america", "25", "percent", "of", "american", "students", "pass", "their", "geography", "america", "25", "percent", "of", "american", "students", "pass", "their", "geography", "speak", "for", "change"]}, "952": {"text": "I think you already know the answer to your own question .", "tokenized_text": ["i", "think", "you", "already", "know", "the", "answer", "to", "your", "own", "question"]}, "953": {"text": "I remember a classmate complaining how she hated her jewish neighbors .", "tokenized_text": ["i", "remember", "a", "classmate", "complaining", "how", "she", "hated", "her", "jewish", "neighbors"]}, "954": {"text": "She would let the kids come over and play with her dog or watch cartoons and she gave them them her old toys .", "tokenized_text": ["she", "would", "let", "the", "kids", "come", "over", "and", "play", "with", "her", "dog", "or", "watch", "cartoons", "and", "she", "gave", "them", "them", "her", "old", "toys"]}, "955": {"text": "After a week or two , one of the kids asks `` are you jewish ?", "tokenized_text": ["after", "a", "week", "or", "two", "one", "of", "the", "kids", "asks", "are", "you", "jewish"]}, "956": {"text": "My mom says I ca n't play here any more if you 're not jewish . \"", "tokenized_text": ["my", "mom", "says", "i", "ca", "n", "t", "play", "here", "any", "more", "if", "you", "re", "not", "jewish"]}, "957": {"text": "So how do they pass on their kosher values to their kids , despite sending them to public shools ?", "tokenized_text": ["so", "how", "do", "they", "pass", "on", "their", "kosher", "values", "to", "their", "kids", "despite", "sending", "them", "to", "public", "shools"]}, "958": {"text": "-Strict education at home .", "tokenized_text": ["strict", "education", "at", "home"]}, "959": {"text": "-Strict religious education at temple - Their ' sunday shool ' equivalent .", "tokenized_text": ["strict", "religious", "education", "at", "temple", "their", "sunday", "shool", "equivalent"]}, "960": {"text": "-Sending their kids to jewish summer camps .", "tokenized_text": ["sending", "their", "kids", "to", "jewish", "summer", "camps"]}, "961": {"text": "-Strictly , no goyim friends .", "tokenized_text": ["strictly", "no", "goyim", "friends"]}, "962": {"text": "-Those that can , send their kids to jewish only schools It 's hardly a surprise they are so united and our kids have friends like Tra' von .", "tokenized_text": ["those", "that", "can", "send", "their", "kids", "to", "jewish", "only", "schools", "it", "s", "hardly", "a", "surprise", "they", "are", "so", "united", "and", "our", "kids", "have", "friends", "like", "tra", "von"]}, "963": {"text": "I say it is better to be very strict with your kid and homeshcool if possible than not to and hope for the best .", "tokenized_text": ["i", "say", "it", "is", "better", "to", "be", "very", "strict", "with", "your", "kid", "and", "homeshcool", "if", "possible", "than", "not", "to", "and", "hope", "for", "the", "best"]}, "964": {"text": "The ' Civilization ' series narrated by Kenneth Clark is free on Youtube .", "tokenized_text": ["the", "civilization", "series", "narrated", "by", "kenneth", "clark", "is", "free", "on", "youtube"]}, "965": {"text": "YouTube - & #x202a ; Civilisation EP1#1 & #x202c ; & rlm ; The above is a link to the first section of the first episode .", "tokenized_text": ["youtube", "x202a", "civilisation", "ep1", "1", "x202c", "rlm", "the", "above", "is", "a", "link", "to", "the", "first", "section", "of", "the", "first", "episode"]}, "966": {"text": "'Civilization ' is a very contemporary , yet PC-free history of Western Europe .", "tokenized_text": ["civilization", "is", "a", "very", "contemporary", "yet", "pc", "free", "history", "of", "western", "europe"]}, "967": {"text": "That is a good article .", "tokenized_text": ["that", "is", "a", "good", "article"]}, "968": {"text": "I will have to try that and see how much force it adds !", "tokenized_text": ["i", "will", "have", "to", "try", "that", "and", "see", "how", "much", "force", "it", "adds"]}, "969": {"text": "Thanks for the share .", "tokenized_text": ["thanks", "for", "the", "share"]}, "970": {"text": "I went in to chase bank to make a payment on my credit card all chase banks in my city have bullet proof glass in front of the teller .", "tokenized_text": ["i", "went", "in", "to", "chase", "bank", "to", "make", "a", "payment", "on", "my", "credit", "card", "all", "chase", "banks", "in", "my", "city", "have", "bullet", "proof", "glass", "in", "front", "of", "the", "teller"]}, "971": {"text": "I live in a city where a 70 year old house starts at 400k .", "tokenized_text": ["i", "live", "in", "a", "city", "where", "a", "70", "year", "old", "house", "starts", "at", "400k"]}, "972": {"text": "Something is up .", "tokenized_text": ["something", "is", "up"]}, "973": {"text": "Love Halloween , even the contemporary themes .", "tokenized_text": ["love", "halloween", "even", "the", "contemporary", "themes"]}, "974": {"text": "Ghosts , Goblins , etc ...", "tokenized_text": ["ghosts", "goblins", "etc"]}, "975": {"text": "Little kids all decked out in their costumes .", "tokenized_text": ["little", "kids", "all", "decked", "out", "in", "their", "costumes"]}, "976": {"text": "The chorus of `` trick or treat '' or `` Halloween Apples '' bellowing at the door .", "tokenized_text": ["the", "chorus", "of", "trick", "or", "treat", "or", "halloween", "apples", "bellowing", "at", "the", "door"]}, "977": {"text": "It puts a warm smile on my face every year .", "tokenized_text": ["it", "puts", "a", "warm", "smile", "on", "my", "face", "every", "year"]}, "978": {"text": "Homosexuals ca n't undo the fight against White Genocide , only hypocrites can , I 'd rather have openly homosexual men on our side than closet fags or sexual deviants who skulk about pretending to be something they 're not .", "tokenized_text": ["homosexuals", "ca", "n", "t", "undo", "the", "fight", "against", "white", "genocide", "only", "hypocrites", "can", "i", "d", "rather", "have", "openly", "homosexual", "men", "on", "our", "side", "than", "closet", "fags", "or", "sexual", "deviants", "who", "skulk", "about", "pretending", "to", "be", "something", "they", "re", "not"]}, "979": {"text": "If a person 's sexuality is an issue for them only then it should be an issue for us , normal people of either orientation do n't have their sex life at the centre of their attention all the time , a heterosexual deviant is just as much as a problem as a homosexual deviant and there are more straight perverts and psychos around trying to `` infiltrate '' groups than there are homosexuals .", "tokenized_text": ["if", "a", "person", "s", "sexuality", "is", "an", "issue", "for", "them", "only", "then", "it", "should", "be", "an", "issue", "for", "us", "normal", "people", "of", "either", "orientation", "do", "n", "t", "have", "their", "sex", "life", "at", "the", "centre", "of", "their", "attention", "all", "the", "time", "a", "heterosexual", "deviant", "is", "just", "as", "much", "as", "a", "problem", "as", "a", "homosexual", "deviant", "and", "there", "are", "more", "straight", "perverts", "and", "psychos", "around", "trying", "to", "infiltrate", "groups", "than", "there", "are", "homosexuals"]}, "980": {"text": "I remember hearing a talk from Irving on that massacre .", "tokenized_text": ["i", "remember", "hearing", "a", "talk", "from", "irving", "on", "that", "massacre"]}, "981": {"text": "He said the documentation showed the victims were sent along with several weeks of food , so they were not intended to be killed .", "tokenized_text": ["he", "said", "the", "documentation", "showed", "the", "victims", "were", "sent", "along", "with", "several", "weeks", "of", "food", "so", "they", "were", "not", "intended", "to", "be", "killed"]}, "982": {"text": "I went to the baofeng website but it was in Chinese ...", "tokenized_text": ["i", "went", "to", "the", "baofeng", "website", "but", "it", "was", "in", "chinese"]}, "983": {"text": "Really ?", "tokenized_text": ["really"]}, "984": {"text": "BaoFeng \u5de6\u773c\u6280\u672f \u91c7\u7528\u5de6\u773c\u4e13\u5229\u6280\u672f \u5229\u7528cpu\u548cgpu\u6709\u6548\u63d0\u5347\u753b\u8d28 \u5728\u7ebf\u9ad8\u6e05 shd\u4e13\u5229\u6280\u672f , 1m\u5e26\u5bbd \u6d41\u7545\u64ad\u653e720p\u9ad8\u6e05\u89c6\u9891 3d\u6280\u672f", "tokenized_text": ["baofeng", "\u5de6\u773c\u6280\u672f", "\u91c7\u7528\u5de6\u773c\u4e13\u5229\u6280\u672f", "\u5229\u7528cpu\u548cgpu\u6709\u6548\u63d0\u5347\u753b\u8d28", "\u5728\u7ebf\u9ad8\u6e05", "shd\u4e13\u5229\u6280\u672f", "1m\u5e26\u5bbd", "\u6d41\u7545\u64ad\u653e720p\u9ad8\u6e05\u89c6\u9891", "3d\u6280\u672f"]}, "985": {"text": "Just saw this one in Palm Springs ....", "tokenized_text": ["just", "saw", "this", "one", "in", "palm", "springs"]}, "986": {"text": "It 's really large .", "tokenized_text": ["it", "s", "really", "large"]}, "987": {"text": "I was surprised to see it there on Palm Canyon Drive .. here 's a detail :", "tokenized_text": ["i", "was", "surprised", "to", "see", "it", "there", "on", "palm", "canyon", "drive", "here", "s", "a", "detail"]}, "988": {"text": "I agree that this would be amazing !", "tokenized_text": ["i", "agree", "that", "this", "would", "be", "amazing"]}, "989": {"text": "We all have unique abilities and knowledge , can you imagine if we got together and each of us put together a class for all the children in our specialized field ?", "tokenized_text": ["we", "all", "have", "unique", "abilities", "and", "knowledge", "can", "you", "imagine", "if", "we", "got", "together", "and", "each", "of", "us", "put", "together", "a", "class", "for", "all", "the", "children", "in", "our", "specialized", "field"]}, "990": {"text": "Sounds like a heavenly community .", "tokenized_text": ["sounds", "like", "a", "heavenly", "community"]}, "991": {"text": "Dude stink bomb this event , when it gets dark , chuck a bunch of them on the floor , different spots , when the chimps start jiving and grooving , they will step on them .", "tokenized_text": ["dude", "stink", "bomb", "this", "event", "when", "it", "gets", "dark", "chuck", "a", "bunch", "of", "them", "on", "the", "floor", "different", "spots", "when", "the", "chimps", "start", "jiving", "and", "grooving", "they", "will", "step", "on", "them"]}, "992": {"text": "It seems to me that most people on this board are friendly to home schooling , yet some who support home schools think that segregating boys from girls would slow social development .", "tokenized_text": ["it", "seems", "to", "me", "that", "most", "people", "on", "this", "board", "are", "friendly", "to", "home", "schooling", "yet", "some", "who", "support", "home", "schools", "think", "that", "segregating", "boys", "from", "girls", "would", "slow", "social", "development"]}, "993": {"text": "On which fantasy island do you live on ?", "tokenized_text": ["on", "which", "fantasy", "island", "do", "you", "live", "on"]}, "994": {"text": "Faggots are always pushing their homosexual agenda .", "tokenized_text": ["faggots", "are", "always", "pushing", "their", "homosexual", "agenda"]}, "995": {"text": "Even the queers in small towns have been emboldened to go out and peddle the homosexual agenda .", "tokenized_text": ["even", "the", "queers", "in", "small", "towns", "have", "been", "emboldened", "to", "go", "out", "and", "peddle", "the", "homosexual", "agenda"]}, "996": {"text": "My new word o ' the week ( which has somehow become the word o ' two weeks ) : torpid : tor * pid adj : 1 ) Dormant ; hibernating .", "tokenized_text": ["my", "new", "word", "o", "the", "week", "which", "has", "somehow", "become", "the", "word", "o", "two", "weeks", "torpid", "tor", "pid", "adj", "1", "dormant", "hibernating"]}, "997": {"text": "2 ) Lethargic [ syn. inactive ]", "tokenized_text": ["2", "lethargic", "syn", "inactive"]}, "998": {"text": "Axis History Factbook : Waffen SS-Grenadier-Sturmbrigade Brigade Frankreich - French Volunteers and Collaborationist Forces Amazon.com : FOR EUROPE : The French Volunteers of the Waffen-SS ( 9781874622680 ) : Robert Forbes : Books Amazon.com : FOR EUROPE : The French Volunteers of the Waffen-SS ( 9781874622680 ) : Robert Forbes : Books http://www.militaryphotos.net/forums ... ss- ( RK ) -holder", "tokenized_text": ["axis", "history", "factbook", "waffen", "ss", "grenadier", "sturmbrigade", "brigade", "frankreich", "french", "volunteers", "and", "collaborationist", "forces", "amazon", "com", "for", "europe", "the", "french", "volunteers", "of", "the", "waffen", "ss", "9781874622680", "robert", "forbes", "books", "amazon", "com", "for", "europe", "the", "french", "volunteers", "of", "the", "waffen", "ss", "9781874622680", "robert", "forbes", "books", "http", "www", "militaryphotos", "net", "forums", "ss", "rk", "holder"]}, "999": {"text": "Careful with it at school though .", "tokenized_text": ["careful", "with", "it", "at", "school", "though"]}, "1000": {"text": "In high school i got all kinds of hell for having an article on Rudolph Hess , and this was before i was even a WN .", "tokenized_text": ["in", "high", "school", "i", "got", "all", "kinds", "of", "hell", "for", "having", "an", "article", "on", "rudolph", "hess", "and", "this", "was", "before", "i", "was", "even", "a", "wn"]}, "1001": {"text": "That is great .", "tokenized_text": ["that", "is", "great"]}, "1002": {"text": "We need more of our kids on the honor role and in college , crowding out the non-W 's !", "tokenized_text": ["we", "need", "more", "of", "our", "kids", "on", "the", "honor", "role", "and", "in", "college", "crowding", "out", "the", "non", "w", "s"]}, "1003": {"text": "Completed over two years ago with a certificate , I attended the University of Pittsburgh and finished at Kansas State University , both nationally ranked universities .", "tokenized_text": ["completed", "over", "two", "years", "ago", "with", "a", "certificate", "i", "attended", "the", "university", "of", "pittsburgh", "and", "finished", "at", "kansas", "state", "university", "both", "nationally", "ranked", "universities"]}, "1004": {"text": "Some Universities have a substantial number of lectures available for free online .", "tokenized_text": ["some", "universities", "have", "a", "substantial", "number", "of", "lectures", "available", "for", "free", "online"]}, "1005": {"text": "Here is Yale YouTube - YaleCourses 's Channel There are a number of other major Universities with lectures posted as well .", "tokenized_text": ["here", "is", "yale", "youtube", "yalecourses", "s", "channel", "there", "are", "a", "number", "of", "other", "major", "universities", "with", "lectures", "posted", "as", "well"]}, "1006": {"text": "Beware many of these lectures hustle the jew cults of globalism , humanism , and social collectivism .", "tokenized_text": ["beware", "many", "of", "these", "lectures", "hustle", "the", "jew", "cults", "of", "globalism", "humanism", "and", "social", "collectivism"]}, "1007": {"text": "AS in Business Admin , bachelors may have to wait because the college system in California is falling apart fast with tuition skyrocketing and admission shrinking .", "tokenized_text": ["as", "in", "business", "admin", "bachelors", "may", "have", "to", "wait", "because", "the", "college", "system", "in", "california", "is", "falling", "apart", "fast", "with", "tuition", "skyrocketing", "and", "admission", "shrinking"]}, "1008": {"text": "They are trying to dumb us down on purpose ( said to say , it 's been working ) .", "tokenized_text": ["they", "are", "trying", "to", "dumb", "us", "down", "on", "purpose", "said", "to", "say", "it", "s", "been", "working"]}, "1009": {"text": "Just look at the nonsense on tv !", "tokenized_text": ["just", "look", "at", "the", "nonsense", "on", "tv"]}, "1010": {"text": "Does your wife post here ?", "tokenized_text": ["does", "your", "wife", "post", "here"]}, "1011": {"text": "I 'd love to have her join our homeschool discussions .", "tokenized_text": ["i", "d", "love", "to", "have", "her", "join", "our", "homeschool", "discussions"]}, "1012": {"text": "There 's a social group she can join to post in and not have to post publicly , if she wants .", "tokenized_text": ["there", "s", "a", "social", "group", "she", "can", "join", "to", "post", "in", "and", "not", "have", "to", "post", "publicly", "if", "she", "wants"]}, "1013": {"text": "She has more courage than the whole German nation put together .", "tokenized_text": ["she", "has", "more", "courage", "than", "the", "whole", "german", "nation", "put", "together"]}, "1014": {"text": "God protect and bless you dear lady .", "tokenized_text": ["god", "protect", "and", "bless", "you", "dear", "lady"]}, "1015": {"text": "You are my heroine .", "tokenized_text": ["you", "are", "my", "heroine"]}, "1016": {"text": "her is another relatively good maths resource http://www.youtube.com/user/khanacademy the videos cover a wide range of topics. ( i know ... ' khan ' .... but what ever helps )", "tokenized_text": ["her", "is", "another", "relatively", "good", "maths", "resource", "http", "www", "youtube", "com", "user", "khanacademy", "the", "videos", "cover", "a", "wide", "range", "of", "topics", "i", "know", "khan", "but", "what", "ever", "helps"]}, "1017": {"text": "And still the GREAT LIBERAL EXPERIMENT continues !!", "tokenized_text": ["and", "still", "the", "great", "liberal", "experiment", "continues"]}, "1018": {"text": "They will eventually kill off the whites and go back to the jungle ways .", "tokenized_text": ["they", "will", "eventually", "kill", "off", "the", "whites", "and", "go", "back", "to", "the", "jungle", "ways"]}, "1019": {"text": "ingratiate Main Entry : in \u00b7 gra \u00b7 ti \u00b7 ate Pronunciation : in- ' grA-shE- `` At Function : transitive verb Inflected Form ( s ) : - at \u00b7 ed ; - at \u00b7 ing Etymology : 2in - + Latin gratia grace : to gain favor or favorable acceptance for by deliberate effort -- usually used with with < ingratiate themselves with the community leaders -- William Attwood > - in \u00b7 gra \u00b7 ti \u00b7 a \u00b7 tion /- '' grA-shE- ' A-sh & n / noun - in \u00b7 gra \u00b7 tia \u00b7 to \u00b7 ry /- ' grA-sh ( E- ) & - `` tOr-E , - '' tor -/ adjective", "tokenized_text": ["ingratiate", "main", "entry", "in", "gra", "ti", "ate", "pronunciation", "in", "gra", "she", "at", "function", "transitive", "verb", "inflected", "form", "s", "at", "ed", "at", "ing", "etymology", "2in", "latin", "gratia", "grace", "to", "gain", "favor", "or", "favorable", "acceptance", "for", "by", "deliberate", "effort", "usually", "used", "with", "with", "ingratiate", "themselves", "with", "the", "community", "leaders", "william", "attwood", "in", "gra", "ti", "a", "tion", "gra", "she", "a", "sh", "n", "noun", "in", "gra", "tia", "to", "ry", "gra", "sh", "e", "tor", "e", "tor", "adjective"]}, "1020": {"text": "In light of this it 's now wonder Hitler was considered a champion of the German people .", "tokenized_text": ["in", "light", "of", "this", "it", "s", "now", "wonder", "hitler", "was", "considered", "a", "champion", "of", "the", "german", "people"]}, "1021": {"text": "To change so much in such a brief time ...", "tokenized_text": ["to", "change", "so", "much", "in", "such", "a", "brief", "time"]}, "1022": {"text": "I find it inspiring .", "tokenized_text": ["i", "find", "it", "inspiring"]}, "1023": {"text": "I'm not really surprised - now going to college with blacks I can tell you they continue to behave in such a manner even in higher education .", "tokenized_text": ["i", "m", "not", "really", "surprised", "now", "going", "to", "college", "with", "blacks", "i", "can", "tell", "you", "they", "continue", "to", "behave", "in", "such", "a", "manner", "even", "in", "higher", "education"]}, "1024": {"text": "They always think they are somehow exempt from the rules", "tokenized_text": ["they", "always", "think", "they", "are", "somehow", "exempt", "from", "the", "rules"]}, "1025": {"text": "This is bull * * * * !", "tokenized_text": ["this", "is", "bull"]}, "1026": {"text": "They 're actually teaching this , in some places ?", "tokenized_text": ["they", "re", "actually", "teaching", "this", "in", "some", "places"]}, "1027": {"text": "This is awful .. complain to the teachers about lying to students ( then again , you do n't want your kids kicked out ) .", "tokenized_text": ["this", "is", "awful", "complain", "to", "the", "teachers", "about", "lying", "to", "students", "then", "again", "you", "do", "n", "t", "want", "your", "kids", "kicked", "out"]}, "1028": {"text": "Switching schools is easy .", "tokenized_text": ["switching", "schools", "is", "easy"]}, "1029": {"text": "My son ever comes home with something like that and you can bet I 'll have something to say about it .", "tokenized_text": ["my", "son", "ever", "comes", "home", "with", "something", "like", "that", "and", "you", "can", "bet", "i", "ll", "have", "something", "to", "say", "about", "it"]}, "1030": {"text": "They have a St. Patrick ' Day free book here .", "tokenized_text": ["they", "have", "a", "st", "patrick", "day", "free", "book", "here"]}, "1031": {"text": "The main free stuff page for this month is here .", "tokenized_text": ["the", "main", "free", "stuff", "page", "for", "this", "month", "is", "here"]}, "1032": {"text": "And a 99 cent unit study store here .", "tokenized_text": ["and", "a", "99", "cent", "unit", "study", "store", "here"]}, "1033": {"text": "Cool site !", "tokenized_text": ["cool", "site"]}, "1034": {"text": "that sounds like hippyism. im not leaving my children 's values up for grabs. as ive said before , if parents dont feel their children 's heads with good things then the pc patrol will definitely feel their heads with bad things .", "tokenized_text": ["that", "sounds", "like", "hippyism", "im", "not", "leaving", "my", "children", "s", "values", "up", "for", "grabs", "as", "ive", "said", "before", "if", "parents", "dont", "feel", "their", "children", "s", "heads", "with", "good", "things", "then", "the", "pc", "patrol", "will", "definitely", "feel", "their", "heads", "with", "bad", "things"]}, "1035": {"text": "I'm too lazy to reread , did he say ' Teacher `` or '' Teacher 's asst . \" ?", "tokenized_text": ["i", "m", "too", "lazy", "to", "reread", "did", "he", "say", "teacher", "or", "teacher", "s", "asst"]}, "1036": {"text": "That might explain the 17 year old angle .", "tokenized_text": ["that", "might", "explain", "the", "17", "year", "old", "angle"]}, "1037": {"text": "Yeah.", "tokenized_text": ["yeah"]}, "1038": {"text": "So far today I 've come across the words scum , slut and bitch .", "tokenized_text": ["so", "far", "today", "i", "ve", "come", "across", "the", "words", "scum", "slut", "and", "bitch"]}, "1039": {"text": "All too describe my sisters .", "tokenized_text": ["all", "too", "describe", "my", "sisters"]}, "1040": {"text": "Stormfront .", "tokenized_text": ["stormfront"]}, "1041": {"text": "I come for the Pride , but I stay for the love .", "tokenized_text": ["i", "come", "for", "the", "pride", "but", "i", "stay", "for", "the", "love"]}, "1042": {"text": "I would like to find the where the document came from and when it was first published thank you for your reply .", "tokenized_text": ["i", "would", "like", "to", "find", "the", "where", "the", "document", "came", "from", "and", "when", "it", "was", "first", "published", "thank", "you", "for", "your", "reply"]}, "1043": {"text": "The soldiers of today may face this same treatment before they die if things keep going the way it has been .", "tokenized_text": ["the", "soldiers", "of", "today", "may", "face", "this", "same", "treatment", "before", "they", "die", "if", "things", "keep", "going", "the", "way", "it", "has", "been"]}, "1044": {"text": "I'm a high school senior .", "tokenized_text": ["i", "m", "a", "high", "school", "senior"]}, "1045": {"text": "I 'm going off to college in about 6 months and i 'm wondering how you college guys prepared for it/payed for it. any tips ?", "tokenized_text": ["i", "m", "going", "off", "to", "college", "in", "about", "6", "months", "and", "i", "m", "wondering", "how", "you", "college", "guys", "prepared", "for", "it", "payed", "for", "it", "any", "tips"]}, "1046": {"text": "For gods sake Davison you say `` many '' but I went to Iran when I was little ( I only went to Shiraz & Tehran ) & I never saw anyone with light hair or light eyes , I have since met a few with green eyes but never light hair so it couldnt have been `` many '' .", "tokenized_text": ["for", "gods", "sake", "davison", "you", "say", "many", "but", "i", "went", "to", "iran", "when", "i", "was", "little", "i", "only", "went", "to", "shiraz", "tehran", "i", "never", "saw", "anyone", "with", "light", "hair", "or", "light", "eyes", "i", "have", "since", "met", "a", "few", "with", "green", "eyes", "but", "never", "light", "hair", "so", "it", "couldnt", "have", "been", "many"]}, "1047": {"text": "I was only six but i remember them all being dark .", "tokenized_text": ["i", "was", "only", "six", "but", "i", "remember", "them", "all", "being", "dark"]}, "1048": {"text": "That is only when they began speaking English as a majority .", "tokenized_text": ["that", "is", "only", "when", "they", "began", "speaking", "english", "as", "a", "majority"]}, "1049": {"text": "You can search for maps of where the language was spoken over time .", "tokenized_text": ["you", "can", "search", "for", "maps", "of", "where", "the", "language", "was", "spoken", "over", "time"]}, "1050": {"text": "[quote=Holston;7597407] God is the one that claims to be merciful and not like nature .", "tokenized_text": ["quote", "holston", "7597407", "god", "is", "the", "one", "that", "claims", "to", "be", "merciful", "and", "not", "like", "nature"]}, "1051": {"text": "I 'm just pointing out our version of mercy and the God of the Bible are not even close to the same thing .", "tokenized_text": ["i", "m", "just", "pointing", "out", "our", "version", "of", "mercy", "and", "the", "god", "of", "the", "bible", "are", "not", "even", "close", "to", "the", "same", "thing"]}, "1052": {"text": "I'd say a fitting punishment is dealing with the developmentally challenged children for the rest for your life .", "tokenized_text": ["i", "d", "say", "a", "fitting", "punishment", "is", "dealing", "with", "the", "developmentally", "challenged", "children", "for", "the", "rest", "for", "your", "life"]}, "1053": {"text": "In reality screwing up is it 's own punishment , and nothing deters nor rehabilitates .", "tokenized_text": ["in", "reality", "screwing", "up", "is", "it", "s", "own", "punishment", "and", "nothing", "deters", "nor", "rehabilitates"]}, "1054": {"text": "After watching television I can spot a Jew like that .", "tokenized_text": ["after", "watching", "television", "i", "can", "spot", "a", "jew", "like", "that"]}, "1055": {"text": "Most look the same or have the same features .", "tokenized_text": ["most", "look", "the", "same", "or", "have", "the", "same", "features"]}, "1056": {"text": "All I have to do is get a picture of my old boss and compare .", "tokenized_text": ["all", "i", "have", "to", "do", "is", "get", "a", "picture", "of", "my", "old", "boss", "and", "compare"]}, "1057": {"text": "You can still bring that to the attention of local media and civil society groups .", "tokenized_text": ["you", "can", "still", "bring", "that", "to", "the", "attention", "of", "local", "media", "and", "civil", "society", "groups"]}, "1058": {"text": "He 's a petty celebrity , so it 's worth some attention .", "tokenized_text": ["he", "s", "a", "petty", "celebrity", "so", "it", "s", "worth", "some", "attention"]}, "1059": {"text": "I think white pride world wide works just fine But i am a white supremacist so it suits me to the tee", "tokenized_text": ["i", "think", "white", "pride", "world", "wide", "works", "just", "fine", "but", "i", "am", "a", "white", "supremacist", "so", "it", "suits", "me", "to", "the", "tee"]}, "1060": {"text": "Agreed! rep will have to wait though .. Cheap money , massive bailouts of crony banksters , manipulated employment figures , etc , etc , ..", "tokenized_text": ["agreed", "rep", "will", "have", "to", "wait", "though", "cheap", "money", "massive", "bailouts", "of", "crony", "banksters", "manipulated", "employment", "figures", "etc", "etc"]}, "1061": {"text": "Stocking up on canned goods is still a top priority .", "tokenized_text": ["stocking", "up", "on", "canned", "goods", "is", "still", "a", "top", "priority"]}, "1062": {"text": "I must fall under the Alpine grouping as well .", "tokenized_text": ["i", "must", "fall", "under", "the", "alpine", "grouping", "as", "well"]}, "1063": {"text": "I have light brown hair and light brown eyes , like my father .", "tokenized_text": ["i", "have", "light", "brown", "hair", "and", "light", "brown", "eyes", "like", "my", "father"]}, "1064": {"text": "My father 's sister had blonde hair and light blue eyes .", "tokenized_text": ["my", "father", "s", "sister", "had", "blonde", "hair", "and", "light", "blue", "eyes"]}, "1065": {"text": "My mother has dark brown hair and striking green eyes .", "tokenized_text": ["my", "mother", "has", "dark", "brown", "hair", "and", "striking", "green", "eyes"]}, "1066": {"text": "I wish I had her eye color ...", "tokenized_text": ["i", "wish", "i", "had", "her", "eye", "color"]}, "1067": {"text": "I seriously ca n't figure what group I belong to ... any suggestions ? * The Mighty Sisto *", "tokenized_text": ["i", "seriously", "ca", "n", "t", "figure", "what", "group", "i", "belong", "to", "any", "suggestions", "the", "mighty", "sisto"]}, "1068": {"text": "I bet this Negro is planning for an insanity defense and he may just get it .", "tokenized_text": ["i", "bet", "this", "negro", "is", "planning", "for", "an", "insanity", "defense", "and", "he", "may", "just", "get", "it"]}, "1069": {"text": "There was a black who slit a perfectly healthy white womans throat while standing behind her in a store for no other reason then her being white and woman .", "tokenized_text": ["there", "was", "a", "black", "who", "slit", "a", "perfectly", "healthy", "white", "womans", "throat", "while", "standing", "behind", "her", "in", "a", "store", "for", "no", "other", "reason", "then", "her", "being", "white", "and", "woman"]}, "1070": {"text": "This Negro got found not guilty by an insanity defense .", "tokenized_text": ["this", "negro", "got", "found", "not", "guilty", "by", "an", "insanity", "defense"]}, "1071": {"text": "oh definitely do push ups and sit ups for the time being .... does n't your school have a weight room you can use ? you should go there ...", "tokenized_text": ["oh", "definitely", "do", "push", "ups", "and", "sit", "ups", "for", "the", "time", "being", "does", "n", "t", "your", "school", "have", "a", "weight", "room", "you", "can", "use", "you", "should", "go", "there"]}, "1072": {"text": "Everyone should help out the National Alliance and get involved .", "tokenized_text": ["everyone", "should", "help", "out", "the", "national", "alliance", "and", "get", "involved"]}, "1073": {"text": "Help pass out the NA `` LOVE YOUR RACE '' flyers , that will be a big help .", "tokenized_text": ["help", "pass", "out", "the", "na", "love", "your", "race", "flyers", "that", "will", "be", "a", "big", "help"]}, "1074": {"text": "https : //www.stormfront.org/forum/t111114 / https : //www.stormfront.org/forum/t108388 / https : //www.stormfront.org/forum/showthread.php ? t = 108610 https : //www.stormfront.org/forum/t108427 / Make this a great VValentines Day for our movement GOOD LUCK TO ALL WHO WILL BE PASSING OUT THE FLYRES http://www.whitefreespeech.com/sub/i...fleaflets.html", "tokenized_text": ["https", "www", "stormfront", "org", "forum", "t111114", "https", "www", "stormfront", "org", "forum", "t108388", "https", "www", "stormfront", "org", "forum", "showthread", "php", "t", "108610", "https", "www", "stormfront", "org", "forum", "t108427", "make", "this", "a", "great", "vvalentines", "day", "for", "our", "movement", "good", "luck", "to", "all", "who", "will", "be", "passing", "out", "the", "flyres", "http", "www", "whitefreespeech", "com", "sub", "i", "fleaflets", "html"]}, "1075": {"text": "I guess in that case , I will just grow a big fro , and it 's no big deal .", "tokenized_text": ["i", "guess", "in", "that", "case", "i", "will", "just", "grow", "a", "big", "fro", "and", "it", "s", "no", "big", "deal"]}, "1076": {"text": "As long as my heart is true to the cause .", "tokenized_text": ["as", "long", "as", "my", "heart", "is", "true", "to", "the", "cause"]}, "1077": {"text": "I only ordered once-by cash and had no problems .", "tokenized_text": ["i", "only", "ordered", "once", "by", "cash", "and", "had", "no", "problems"]}, "1078": {"text": "Sometimes these things happen.You can always report it to your credit card company and get a reimbursement from them .", "tokenized_text": ["sometimes", "these", "things", "happen", "you", "can", "always", "report", "it", "to", "your", "credit", "card", "company", "and", "get", "a", "reimbursement", "from", "them"]}, "1079": {"text": "Don't you love the double standards ?", "tokenized_text": ["don", "t", "you", "love", "the", "double", "standards"]}, "1080": {"text": "We ca n't have an all White clothing company but Negro 's can have all-black companies like FUBU , etc ... sigh .", "tokenized_text": ["we", "ca", "n", "t", "have", "an", "all", "white", "clothing", "company", "but", "negro", "s", "can", "have", "all", "black", "companies", "like", "fubu", "etc", "sigh"]}, "1081": {"text": "Unfortunately rich kids always get their way , I say you just ignore the kid during the summer get back at him that always works .", "tokenized_text": ["unfortunately", "rich", "kids", "always", "get", "their", "way", "i", "say", "you", "just", "ignore", "the", "kid", "during", "the", "summer", "get", "back", "at", "him", "that", "always", "works"]}, "1082": {"text": "You are white and you are better then them and the next time they harass you and someone else form a group of buddies and go up to the proncipal office .", "tokenized_text": ["you", "are", "white", "and", "you", "are", "better", "then", "them", "and", "the", "next", "time", "they", "harass", "you", "and", "someone", "else", "form", "a", "group", "of", "buddies", "and", "go", "up", "to", "the", "proncipal", "office"]}, "1083": {"text": "Never march alone .", "tokenized_text": ["never", "march", "alone"]}, "1084": {"text": "My parents are like this .", "tokenized_text": ["my", "parents", "are", "like", "this"]}, "1085": {"text": "The only older person I know who I can act racist around is my friend 's mom .", "tokenized_text": ["the", "only", "older", "person", "i", "know", "who", "i", "can", "act", "racist", "around", "is", "my", "friend", "s", "mom"]}, "1086": {"text": "It 's funny , she even taught their dogs to hate blacks .", "tokenized_text": ["it", "s", "funny", "she", "even", "taught", "their", "dogs", "to", "hate", "blacks"]}, "1087": {"text": "OMG why are you posting your face on a board , It is dangerous here ( Holland ) to post your face on a `facist` board.Becouse allot of Antifa is watching 2 .", "tokenized_text": ["omg", "why", "are", "you", "posting", "your", "face", "on", "a", "board", "it", "is", "dangerous", "here", "holland", "to", "post", "your", "face", "on", "a", "facist", "board", "becouse", "allot", "of", "antifa", "is", "watching", "2"]}, "1088": {"text": "lol I dont know I just saw somewhere that Franklin was a forbidden name ... thanx I try to search on google ...", "tokenized_text": ["lol", "i", "dont", "know", "i", "just", "saw", "somewhere", "that", "franklin", "was", "a", "forbidden", "name", "thanx", "i", "try", "to", "search", "on", "google"]}, "1089": {"text": "- = Wulfi = -", "tokenized_text": ["wulfi"]}, "1090": {"text": "i dont see why u couldnt go alone i mean its in a public place , unless hes picking you up or something ...... first post", "tokenized_text": ["i", "dont", "see", "why", "u", "couldnt", "go", "alone", "i", "mean", "its", "in", "a", "public", "place", "unless", "hes", "picking", "you", "up", "or", "something", "first", "post"]}, "1091": {"text": "I guess I got lucky , I we n't to a public high school and we never had to learn about the holohoax .", "tokenized_text": ["i", "guess", "i", "got", "lucky", "i", "we", "n", "t", "to", "a", "public", "high", "school", "and", "we", "never", "had", "to", "learn", "about", "the", "holohoax"]}, "1092": {"text": "Yes, I edited out your personal info , as you should only give that out to those who can be trusted .", "tokenized_text": ["yes", "i", "edited", "out", "your", "personal", "info", "as", "you", "should", "only", "give", "that", "out", "to", "those", "who", "can", "be", "trusted"]}, "1093": {"text": "To post it on a public message board is just inviting disaster .", "tokenized_text": ["to", "post", "it", "on", "a", "public", "message", "board", "is", "just", "inviting", "disaster"]}, "1094": {"text": "I see so many BM/WF around my city its not even funny .", "tokenized_text": ["i", "see", "so", "many", "bm", "wf", "around", "my", "city", "its", "not", "even", "funny"]}, "1095": {"text": "Actually it is kind of funny , because if the black guy sees me staring at them , he will try to stare me down .", "tokenized_text": ["actually", "it", "is", "kind", "of", "funny", "because", "if", "the", "black", "guy", "sees", "me", "staring", "at", "them", "he", "will", "try", "to", "stare", "me", "down"]}, "1096": {"text": "It happened in Taco Bell once and I just grinned at him and he turned away .", "tokenized_text": ["it", "happened", "in", "taco", "bell", "once", "and", "i", "just", "grinned", "at", "him", "and", "he", "turned", "away"]}, "1097": {"text": "Why is there an exclusively homosexual high school when you do n't even go to school for sex in the first place ?!", "tokenized_text": ["why", "is", "there", "an", "exclusively", "homosexual", "high", "school", "when", "you", "do", "n", "t", "even", "go", "to", "school", "for", "sex", "in", "the", "first", "place"]}, "1098": {"text": "Im glad to see this board back in action , whew .", "tokenized_text": ["im", "glad", "to", "see", "this", "board", "back", "in", "action", "whew"]}, "1099": {"text": "O and Happy Birthday from Michigan , US to everyone on this page , heh heh .", "tokenized_text": ["o", "and", "happy", "birthday", "from", "michigan", "us", "to", "everyone", "on", "this", "page", "heh", "heh"]}, "1100": {"text": "14/88", "tokenized_text": ["14", "88"]}, "1101": {"text": "LOL GJ brother 10 points for the Uber humans and - 10 for the sub human ape creatures you are truly one bad mofo whitey crakker man", "tokenized_text": ["lol", "gj", "brother", "10", "points", "for", "the", "uber", "humans", "and", "10", "for", "the", "sub", "human", "ape", "creatures", "you", "are", "truly", "one", "bad", "mofo", "whitey", "crakker", "man"]}, "1102": {"text": "yea i thought so when i saw a episode they had a klanmen on there and he was calling jerry a * * * * ing jew lol", "tokenized_text": ["yea", "i", "thought", "so", "when", "i", "saw", "a", "episode", "they", "had", "a", "klanmen", "on", "there", "and", "he", "was", "calling", "jerry", "a", "ing", "jew", "lol"]}, "1103": {"text": "I feel for you .", "tokenized_text": ["i", "feel", "for", "you"]}, "1104": {"text": "This is the reason certain schools down here where I live have a white prom and a black prom .", "tokenized_text": ["this", "is", "the", "reason", "certain", "schools", "down", "here", "where", "i", "live", "have", "a", "white", "prom", "and", "a", "black", "prom"]}, "1105": {"text": "It keeps it simple .", "tokenized_text": ["it", "keeps", "it", "simple"]}, "1106": {"text": "Ill shave my head when I finally get my 5 GCSE grades at C or above .", "tokenized_text": ["ill", "shave", "my", "head", "when", "i", "finally", "get", "my", "5", "gcse", "grades", "at", "c", "or", "above"]}, "1107": {"text": "ETA of shaved head ....... some time in 2009 : P", "tokenized_text": ["eta", "of", "shaved", "head", "some", "time", "in", "2009", "p"]}, "1108": {"text": "whats up I thought I might put my pic up here I 'm looking for some friends theres too many negroes around here some times I feel like there is' int any white guy left in the world. so message me and let me know there is stll some white brothers out their .", "tokenized_text": ["whats", "up", "i", "thought", "i", "might", "put", "my", "pic", "up", "here", "i", "m", "looking", "for", "some", "friends", "theres", "too", "many", "negroes", "around", "here", "some", "times", "i", "feel", "like", "there", "is", "int", "any", "white", "guy", "left", "in", "the", "world", "so", "message", "me", "and", "let", "me", "know", "there", "is", "stll", "some", "white", "brothers", "out", "their"]}, "1109": {"text": "Well that 's good to hear .", "tokenized_text": ["well", "that", "s", "good", "to", "hear"]}, "1110": {"text": "I noticed that that that was your first post .", "tokenized_text": ["i", "noticed", "that", "that", "that", "was", "your", "first", "post"]}, "1111": {"text": "Welcome to Stormfront , the largest White Nationalist community on the web .", "tokenized_text": ["welcome", "to", "stormfront", "the", "largest", "white", "nationalist", "community", "on", "the", "web"]}, "1112": {"text": "Good for you !", "tokenized_text": ["good", "for", "you"]}, "1113": {"text": "I never started so i dont have to contend with the addiction .... been drug/alcohol/sex free my whole life .", "tokenized_text": ["i", "never", "started", "so", "i", "dont", "have", "to", "contend", "with", "the", "addiction", "been", "drug", "alcohol", "sex", "free", "my", "whole", "life"]}, "1114": {"text": "well im glad to hear there are more youth in our world and lets all hope those mudds and niggs go to h-e-l-l", "tokenized_text": ["well", "im", "glad", "to", "hear", "there", "are", "more", "youth", "in", "our", "world", "and", "lets", "all", "hope", "those", "mudds", "and", "niggs", "go", "to", "h", "e", "l", "l"]}, "1115": {"text": "I knew a kid down the street who was home schooled and he didnt act like a kid his age should .", "tokenized_text": ["i", "knew", "a", "kid", "down", "the", "street", "who", "was", "home", "schooled", "and", "he", "didnt", "act", "like", "a", "kid", "his", "age", "should"]}, "1116": {"text": "But maybe it was just him .", "tokenized_text": ["but", "maybe", "it", "was", "just", "him"]}, "1117": {"text": "the only way we can win is by opening the eyes of all whites and we cant do it softly can we ?", "tokenized_text": ["the", "only", "way", "we", "can", "win", "is", "by", "opening", "the", "eyes", "of", "all", "whites", "and", "we", "cant", "do", "it", "softly", "can", "we"]}, "1118": {"text": "im half an hour from pasadena , maybe 45mins from the valley. im in the inland empire near ontario by the 10/15freeway interchange", "tokenized_text": ["im", "half", "an", "hour", "from", "pasadena", "maybe", "45mins", "from", "the", "valley", "im", "in", "the", "inland", "empire", "near", "ontario", "by", "the", "10", "15freeway", "interchange"]}, "1119": {"text": "Hey everyone I would like to get together with some people from my state that are like me .", "tokenized_text": ["hey", "everyone", "i", "would", "like", "to", "get", "together", "with", "some", "people", "from", "my", "state", "that", "are", "like", "me"]}, "1120": {"text": "Lemme know if you are from Ohio and maybe we could meet up and chat .", "tokenized_text": ["lemme", "know", "if", "you", "are", "from", "ohio", "and", "maybe", "we", "could", "meet", "up", "and", "chat"]}, "1121": {"text": "Freuer Frei !", "tokenized_text": ["freuer", "frei"]}, "1122": {"text": "My family is falling apart .", "tokenized_text": ["my", "family", "is", "falling", "apart"]}, "1123": {"text": "I hate it and I feel like I ca n't do anything about it .", "tokenized_text": ["i", "hate", "it", "and", "i", "feel", "like", "i", "ca", "n", "t", "do", "anything", "about", "it"]}, "1124": {"text": "I 've tried everything talking to my parents about it but I guess it 's their choice to get a divorce if they are n't happy together .", "tokenized_text": ["i", "ve", "tried", "everything", "talking", "to", "my", "parents", "about", "it", "but", "i", "guess", "it", "s", "their", "choice", "to", "get", "a", "divorce", "if", "they", "are", "n", "t", "happy", "together"]}, "1125": {"text": "Sorry for my delay in answering , been working at a summer camp .", "tokenized_text": ["sorry", "for", "my", "delay", "in", "answering", "been", "working", "at", "a", "summer", "camp"]}, "1126": {"text": "Im in Roxbury .", "tokenized_text": ["im", "in", "roxbury"]}, "1127": {"text": "Thanks for the e-mail and addresses .", "tokenized_text": ["thanks", "for", "the", "e", "mail", "and", "addresses"]}, "1128": {"text": "I have this bad habit of leaving aol im on when i 'm not actually home so if I do n't im you back I 'm probably not there and I 'm not just ignoring you. me too", "tokenized_text": ["i", "have", "this", "bad", "habit", "of", "leaving", "aol", "im", "on", "when", "i", "m", "not", "actually", "home", "so", "if", "i", "do", "n", "t", "im", "you", "back", "i", "m", "probably", "not", "there", "and", "i", "m", "not", "just", "ignoring", "you", "me", "too"]}, "1129": {"text": "i didnt say they 'd run but race mixing will eventually take over and america will be majority black or mixed race , whites will be in the minority except for in certain republican nationalist areas", "tokenized_text": ["i", "didnt", "say", "they", "d", "run", "but", "race", "mixing", "will", "eventually", "take", "over", "and", "america", "will", "be", "majority", "black", "or", "mixed", "race", "whites", "will", "be", "in", "the", "minority", "except", "for", "in", "certain", "republican", "nationalist", "areas"]}, "1130": {"text": "They took the action of screaming for help and getting off the bus .", "tokenized_text": ["they", "took", "the", "action", "of", "screaming", "for", "help", "and", "getting", "off", "the", "bus"]}, "1131": {"text": "Its not like they cheered on the attacker or gave him a weapon , or restrained the victim .", "tokenized_text": ["its", "not", "like", "they", "cheered", "on", "the", "attacker", "or", "gave", "him", "a", "weapon", "or", "restrained", "the", "victim"]}, "1132": {"text": "I would not be surprised if this woman was specifically targeted by local Jews from her town for this abominable treatment .", "tokenized_text": ["i", "would", "not", "be", "surprised", "if", "this", "woman", "was", "specifically", "targeted", "by", "local", "jews", "from", "her", "town", "for", "this", "abominable", "treatment"]}, "1133": {"text": "They must have trapped her somehow , and sent her thru the network to Israel .", "tokenized_text": ["they", "must", "have", "trapped", "her", "somehow", "and", "sent", "her", "thru", "the", "network", "to", "israel"]}, "1134": {"text": "God save her .", "tokenized_text": ["god", "save", "her"]}, "1135": {"text": "I would say that you should spread this information to your friends and family as well as send this story to other internet sites for starters .", "tokenized_text": ["i", "would", "say", "that", "you", "should", "spread", "this", "information", "to", "your", "friends", "and", "family", "as", "well", "as", "send", "this", "story", "to", "other", "internet", "sites", "for", "starters"]}, "1136": {"text": "I do n't know how true this is , but I 've heard to pick number two for french because they speak better english than picking one for english and getting who knows what pretending to speak English", "tokenized_text": ["i", "do", "n", "t", "know", "how", "true", "this", "is", "but", "i", "ve", "heard", "to", "pick", "number", "two", "for", "french", "because", "they", "speak", "better", "english", "than", "picking", "one", "for", "english", "and", "getting", "who", "knows", "what", "pretending", "to", "speak", "english"]}, "1137": {"text": "He's 6 ' 4 too .", "tokenized_text": ["he", "s", "6", "4", "too"]}, "1138": {"text": "A tall straight white male with 5 white kids , the left is triggered no doubt .", "tokenized_text": ["a", "tall", "straight", "white", "male", "with", "5", "white", "kids", "the", "left", "is", "triggered", "no", "doubt"]}, "1139": {"text": "Hope he 'll stop all the foreign aid and fund the military more .", "tokenized_text": ["hope", "he", "ll", "stop", "all", "the", "foreign", "aid", "and", "fund", "the", "military", "more"]}, "1140": {"text": "I would never join a Christian group , or a group that would allow Christians to join .", "tokenized_text": ["i", "would", "never", "join", "a", "christian", "group", "or", "a", "group", "that", "would", "allow", "christians", "to", "join"]}, "1141": {"text": "So my interests in this group are minimal .", "tokenized_text": ["so", "my", "interests", "in", "this", "group", "are", "minimal"]}, "1142": {"text": "White men and women who have many white children and teach them.to be white nationalist do more for our cause than these groups .", "tokenized_text": ["white", "men", "and", "women", "who", "have", "many", "white", "children", "and", "teach", "them", "to", "be", "white", "nationalist", "do", "more", "for", "our", "cause", "than", "these", "groups"]}, "1143": {"text": "Apparently he came to the conclusion that his French was too poor to win over Quebec , and thus he felt destined to lose .", "tokenized_text": ["apparently", "he", "came", "to", "the", "conclusion", "that", "his", "french", "was", "too", "poor", "to", "win", "over", "quebec", "and", "thus", "he", "felt", "destined", "to", "lose"]}, "1144": {"text": "Yeah you can count on it , there will be lot of people on the streets that day protesting against this jew government what we have here .", "tokenized_text": ["yeah", "you", "can", "count", "on", "it", "there", "will", "be", "lot", "of", "people", "on", "the", "streets", "that", "day", "protesting", "against", "this", "jew", "government", "what", "we", "have", "here"]}, "1145": {"text": "hello all im thinking of going to europe in the next couple weeks and am trying to decide between ireland and eastern europe .", "tokenized_text": ["hello", "all", "im", "thinking", "of", "going", "to", "europe", "in", "the", "next", "couple", "weeks", "and", "am", "trying", "to", "decide", "between", "ireland", "and", "eastern", "europe"]}, "1146": {"text": "If I go to the east ill definitely go to budapest , feel free to pm me if you want to meet up .", "tokenized_text": ["if", "i", "go", "to", "the", "east", "ill", "definitely", "go", "to", "budapest", "feel", "free", "to", "pm", "me", "if", "you", "want", "to", "meet", "up"]}, "1147": {"text": "Only if they get their collective heads out of the punch bowl and wake up to what 's going on in the world .", "tokenized_text": ["only", "if", "they", "get", "their", "collective", "heads", "out", "of", "the", "punch", "bowl", "and", "wake", "up", "to", "what", "s", "going", "on", "in", "the", "world"]}, "1148": {"text": "Whites are far too comfortable over here ; every night is party night , so to speak .", "tokenized_text": ["whites", "are", "far", "too", "comfortable", "over", "here", "every", "night", "is", "party", "night", "so", "to", "speak"]}, "1149": {"text": "Robbie is funny and I have no problems with him .", "tokenized_text": ["robbie", "is", "funny", "and", "i", "have", "no", "problems", "with", "him"]}, "1150": {"text": "This is your typical Afrikaans music .", "tokenized_text": ["this", "is", "your", "typical", "afrikaans", "music"]}, "1151": {"text": "Bobby van Jaarsveld - Kyk Waar Is Ons Nou [ Official Music Video ] - YouTube We can all have a dance and feel good for a while .", "tokenized_text": ["bobby", "van", "jaarsveld", "kyk", "waar", "is", "ons", "nou", "official", "music", "video", "youtube", "we", "can", "all", "have", "a", "dance", "and", "feel", "good", "for", "a", "while"]}, "1152": {"text": "There are only two outspoken artists - Steve Hofmeyer and Sunette Bridges .", "tokenized_text": ["there", "are", "only", "two", "outspoken", "artists", "steve", "hofmeyer", "and", "sunette", "bridges"]}, "1153": {"text": "I like this video : Die Antwoord - `` Fatty Boom Boom '' ( Official Video ) - YouTube Girl dresses in blackface , shows Africa is savage , and makes fun of Lady Gaga .", "tokenized_text": ["i", "like", "this", "video", "die", "antwoord", "fatty", "boom", "boom", "official", "video", "youtube", "girl", "dresses", "in", "blackface", "shows", "africa", "is", "savage", "and", "makes", "fun", "of", "lady", "gaga"]}, "1154": {"text": "I 've seen interviews of them and they seem trashy .", "tokenized_text": ["i", "ve", "seen", "interviews", "of", "them", "and", "they", "seem", "trashy"]}, "1155": {"text": "They all smoke like crazy , especially the girl with the Three Stooges haircut .", "tokenized_text": ["they", "all", "smoke", "like", "crazy", "especially", "the", "girl", "with", "the", "three", "stooges", "haircut"]}, "1156": {"text": "Agreed.", "tokenized_text": ["agreed"]}, "1157": {"text": "And changing a word or phrase to something that seems less confrontational does nothing to help those of us that are victims of anti-whites .", "tokenized_text": ["and", "changing", "a", "word", "or", "phrase", "to", "something", "that", "seems", "less", "confrontational", "does", "nothing", "to", "help", "those", "of", "us", "that", "are", "victims", "of", "anti", "whites"]}, "1158": {"text": "It's sad when the stupid petitions get filled in 2-3 weeks like that one to build the death star .", "tokenized_text": ["it", "s", "sad", "when", "the", "stupid", "petitions", "get", "filled", "in", "2", "3", "weeks", "like", "that", "one", "to", "build", "the", "death", "star"]}, "1159": {"text": "It 's why they do n't take real ones seriously .", "tokenized_text": ["it", "s", "why", "they", "do", "n", "t", "take", "real", "ones", "seriously"]}, "1160": {"text": "People will say that the disease we brought killed most of them , but huge numbers of them died of an unknown disease before Columbus came into contact with them .", "tokenized_text": ["people", "will", "say", "that", "the", "disease", "we", "brought", "killed", "most", "of", "them", "but", "huge", "numbers", "of", "them", "died", "of", "an", "unknown", "disease", "before", "columbus", "came", "into", "contact", "with", "them"]}, "1161": {"text": "Alex Jones is not Pro White , he is trying to take anti-White and subvert it back into `` anti-racism '' and forced racial integration .", "tokenized_text": ["alex", "jones", "is", "not", "pro", "white", "he", "is", "trying", "to", "take", "anti", "white", "and", "subvert", "it", "back", "into", "anti", "racism", "and", "forced", "racial", "integration"]}, "1162": {"text": "He is the kind of anti-white , that will whine about ' anti-White racism ' , instead of just calling them ' anti-White ' .", "tokenized_text": ["he", "is", "the", "kind", "of", "anti", "white", "that", "will", "whine", "about", "anti", "white", "racism", "instead", "of", "just", "calling", "them", "anti", "white"]}, "1163": {"text": "His commenters drone on , about how `` all races must all stick together '' .", "tokenized_text": ["his", "commenters", "drone", "on", "about", "how", "all", "races", "must", "all", "stick", "together"]}, "1164": {"text": "That should give you a big clue about his goals .", "tokenized_text": ["that", "should", "give", "you", "a", "big", "clue", "about", "his", "goals"]}, "1165": {"text": "It is good that anti-White , is working its way out into the mainstream though .", "tokenized_text": ["it", "is", "good", "that", "anti", "white", "is", "working", "its", "way", "out", "into", "the", "mainstream", "though"]}, "1166": {"text": "Same here .", "tokenized_text": ["same", "here"]}, "1167": {"text": "This would make me crazy if I saw it in person .", "tokenized_text": ["this", "would", "make", "me", "crazy", "if", "i", "saw", "it", "in", "person"]}, "1168": {"text": "The sheer disrespect of just standing there and making her clean up their mess , and laughing about it .", "tokenized_text": ["the", "sheer", "disrespect", "of", "just", "standing", "there", "and", "making", "her", "clean", "up", "their", "mess", "and", "laughing", "about", "it"]}, "1169": {"text": "Wait when did he single you out and call you a racist do you know him or have talk to him in person ?", "tokenized_text": ["wait", "when", "did", "he", "single", "you", "out", "and", "call", "you", "a", "racist", "do", "you", "know", "him", "or", "have", "talk", "to", "him", "in", "person"]}, "1170": {"text": "Am i missing something here ?", "tokenized_text": ["am", "i", "missing", "something", "here"]}, "1171": {"text": "Absolutely.", "tokenized_text": ["absolutely"]}, "1172": {"text": "I put Neo-cons and Liberals in the same category as far as whites go .", "tokenized_text": ["i", "put", "neo", "cons", "and", "liberals", "in", "the", "same", "category", "as", "far", "as", "whites", "go"]}, "1173": {"text": "Neither one is better than the other .", "tokenized_text": ["neither", "one", "is", "better", "than", "the", "other"]}, "1174": {"text": "And most people will laugh and shake their head at you when you tell them that Jews are a very dangerous group of people .", "tokenized_text": ["and", "most", "people", "will", "laugh", "and", "shake", "their", "head", "at", "you", "when", "you", "tell", "them", "that", "jews", "are", "a", "very", "dangerous", "group", "of", "people"]}, "1175": {"text": "And greetings to you as well Brother .", "tokenized_text": ["and", "greetings", "to", "you", "as", "well", "brother"]}, "1176": {"text": "Thank you for your kind words , hope to meet you in the new white world one day soon .", "tokenized_text": ["thank", "you", "for", "your", "kind", "words", "hope", "to", "meet", "you", "in", "the", "new", "white", "world", "one", "day", "soon"]}, "1177": {"text": "Nope.", "tokenized_text": ["nope"]}, "1178": {"text": "I was just trying to see how many of you saw other races as a bigger thread than your own , and apparently , a few think this way .", "tokenized_text": ["i", "was", "just", "trying", "to", "see", "how", "many", "of", "you", "saw", "other", "races", "as", "a", "bigger", "thread", "than", "your", "own", "and", "apparently", "a", "few", "think", "this", "way"]}, "1179": {"text": "The Pastor is saying the truth !", "tokenized_text": ["the", "pastor", "is", "saying", "the", "truth"]}, "1180": {"text": "Here is another revealing one for the mass brainwashed population : Obama 's mother is a white-trash Obama 's father was married already Obama is a bastard child all correct ! [ youtube ] http://www.youtube.com/watch ? v = sxKpdxiXKgY [ /youtube ]", "tokenized_text": ["here", "is", "another", "revealing", "one", "for", "the", "mass", "brainwashed", "population", "obama", "s", "mother", "is", "a", "white", "trash", "obama", "s", "father", "was", "married", "already", "obama", "is", "a", "bastard", "child", "all", "correct", "youtube", "http", "www", "youtube", "com", "watch", "v", "sxkpdxixkgy", "youtube"]}, "1181": {"text": "This family that wants to complain about gays should come to San Francisco and raise some hell at these gay pride events .... a much better target ..... and these people in San Francisco openly blasphemied Christ with their parody of ' The Last Supper `` as their poster for their last event .", "tokenized_text": ["this", "family", "that", "wants", "to", "complain", "about", "gays", "should", "come", "to", "san", "francisco", "and", "raise", "some", "hell", "at", "these", "gay", "pride", "events", "a", "much", "better", "target", "and", "these", "people", "in", "san", "francisco", "openly", "blasphemied", "christ", "with", "their", "parody", "of", "the", "last", "supper", "as", "their", "poster", "for", "their", "last", "event"]}, "1182": {"text": "That or it might be that Blacks have smaller brains and an IQ 15-30 points lower than that of White people on average .", "tokenized_text": ["that", "or", "it", "might", "be", "that", "blacks", "have", "smaller", "brains", "and", "an", "iq", "15", "30", "points", "lower", "than", "that", "of", "white", "people", "on", "average"]}, "1183": {"text": "But who knows ?", "tokenized_text": ["but", "who", "knows"]}, "1184": {"text": "Thank you for sharing your free and peaceful home while you have one .", "tokenized_text": ["thank", "you", "for", "sharing", "your", "free", "and", "peaceful", "home", "while", "you", "have", "one"]}, "1185": {"text": "Who knows how much longer that will be for any of us. ~", "tokenized_text": ["who", "knows", "how", "much", "longer", "that", "will", "be", "for", "any", "of", "us"]}, "1186": {"text": "I bet all the Ted Pike stuff is on the ADL hit list , look for that to start disappearing down the memory hole .", "tokenized_text": ["i", "bet", "all", "the", "ted", "pike", "stuff", "is", "on", "the", "adl", "hit", "list", "look", "for", "that", "to", "start", "disappearing", "down", "the", "memory", "hole"]}, "1187": {"text": "You know , wheat and corn grow pretty fast .", "tokenized_text": ["you", "know", "wheat", "and", "corn", "grow", "pretty", "fast"]}, "1188": {"text": "Then there 's beans , potatoes , yams , ... ?", "tokenized_text": ["then", "there", "s", "beans", "potatoes", "yams"]}, "1189": {"text": "My Kansas ancestors got by during the Great Depression without eating cow dung , and everything was covered in dust then .", "tokenized_text": ["my", "kansas", "ancestors", "got", "by", "during", "the", "great", "depression", "without", "eating", "cow", "dung", "and", "everything", "was", "covered", "in", "dust", "then"]}, "1190": {"text": "It seems to me that nature is taking out the trash .", "tokenized_text": ["it", "seems", "to", "me", "that", "nature", "is", "taking", "out", "the", "trash"]}, "1191": {"text": "Though starvation is a horrible way to die .", "tokenized_text": ["though", "starvation", "is", "a", "horrible", "way", "to", "die"]}, "1192": {"text": "Just yesterday on t.v. there was some MTV thing where a Western girl was visiting a family in India .", "tokenized_text": ["just", "yesterday", "on", "t", "v", "there", "was", "some", "mtv", "thing", "where", "a", "western", "girl", "was", "visiting", "a", "family", "in", "india"]}, "1193": {"text": "The Indian teenager was showing the Caucasian American girl how to dissolve cow dung in water , and then use a broom to spread the filth all over the floor of their house .", "tokenized_text": ["the", "indian", "teenager", "was", "showing", "the", "caucasian", "american", "girl", "how", "to", "dissolve", "cow", "dung", "in", "water", "and", "then", "use", "a", "broom", "to", "spread", "the", "filth", "all", "over", "the", "floor", "of", "their", "house"]}, "1194": {"text": "The Western teen was naturally grossed out , and then they cut to different scene .", "tokenized_text": ["the", "western", "teen", "was", "naturally", "grossed", "out", "and", "then", "they", "cut", "to", "different", "scene"]}, "1195": {"text": "Certain cultural practices just tell you volumes about a people , do n't they ?", "tokenized_text": ["certain", "cultural", "practices", "just", "tell", "you", "volumes", "about", "a", "people", "do", "n", "t", "they"]}, "1196": {"text": "It will be the same here when the goodies run out .", "tokenized_text": ["it", "will", "be", "the", "same", "here", "when", "the", "goodies", "run", "out"]}, "1197": {"text": "Absolute stupidity !", "tokenized_text": ["absolute", "stupidity"]}, "1198": {"text": "Are there any whites left in that craphole or have they all been killed ?", "tokenized_text": ["are", "there", "any", "whites", "left", "in", "that", "craphole", "or", "have", "they", "all", "been", "killed"]}, "1199": {"text": "Beeline TV - Watch Online TV - Free Internet TV - Live TV Channels This has got a number of Japanese TV links for streaming .", "tokenized_text": ["beeline", "tv", "watch", "online", "tv", "free", "internet", "tv", "live", "tv", "channels", "this", "has", "got", "a", "number", "of", "japanese", "tv", "links", "for", "streaming"]}, "1200": {"text": "I'm actually a big fan of Subway but I always laugh when I read this .", "tokenized_text": ["i", "m", "actually", "a", "big", "fan", "of", "subway", "but", "i", "always", "laugh", "when", "i", "read", "this"]}, "1201": {"text": "They neglect to mention that Jared also ran about 30 miles a day ...", "tokenized_text": ["they", "neglect", "to", "mention", "that", "jared", "also", "ran", "about", "30", "miles", "a", "day"]}, "1202": {"text": "White Rage , it 's what 's for dinner !!", "tokenized_text": ["white", "rage", "it", "s", "what", "s", "for", "dinner"]}, "1203": {"text": "Do ` F * ck with our families , buckwheat !!", "tokenized_text": ["do", "f", "ck", "with", "our", "families", "buckwheat"]}, "1204": {"text": "YouTube - Hell 's coming with me", "tokenized_text": ["youtube", "hell", "s", "coming", "with", "me"]}, "1205": {"text": "Free Edgar Steele has announced the start of an official fundraising campaign with full support of Cyndi Steele : Fundraising Campaign | Free Edgar Steele", "tokenized_text": ["free", "edgar", "steele", "has", "announced", "the", "start", "of", "an", "official", "fundraising", "campaign", "with", "full", "support", "of", "cyndi", "steele", "fundraising", "campaign", "free", "edgar", "steele"]}, "1206": {"text": "A man in charge of an organization that is so hated like the KKK should have been more careful .", "tokenized_text": ["a", "man", "in", "charge", "of", "an", "organization", "that", "is", "so", "hated", "like", "the", "kkk", "should", "have", "been", "more", "careful"]}, "1207": {"text": "He of all people should have known to what extent the Federal Government will go to have people like him thrown in prison .", "tokenized_text": ["he", "of", "all", "people", "should", "have", "known", "to", "what", "extent", "the", "federal", "government", "will", "go", "to", "have", "people", "like", "him", "thrown", "in", "prison"]}, "1208": {"text": "There is no different versions of bad when it comes to race traitors , if you date a non white it is bad , no matter if the non-white is asian , black or arab.", "tokenized_text": ["there", "is", "no", "different", "versions", "of", "bad", "when", "it", "comes", "to", "race", "traitors", "if", "you", "date", "a", "non", "white", "it", "is", "bad", "no", "matter", "if", "the", "non", "white", "is", "asian", "black", "or", "arab"]}, "1209": {"text": "I know , it 's disgusting .", "tokenized_text": ["i", "know", "it", "s", "disgusting"]}, "1210": {"text": "I ca n't fathom seeing all those brainless whites along with their negro counterparts worshipping Obama .", "tokenized_text": ["i", "ca", "n", "t", "fathom", "seeing", "all", "those", "brainless", "whites", "along", "with", "their", "negro", "counterparts", "worshipping", "obama"]}, "1211": {"text": "Also , those stupid white women who watch Oprah and not realize the fact that Oprah is very racist .", "tokenized_text": ["also", "those", "stupid", "white", "women", "who", "watch", "oprah", "and", "not", "realize", "the", "fact", "that", "oprah", "is", "very", "racist"]}, "1212": {"text": "She was probably the victim of a groid rage rape also .", "tokenized_text": ["she", "was", "probably", "the", "victim", "of", "a", "groid", "rage", "rape", "also"]}, "1213": {"text": "Have to follow up on this one !", "tokenized_text": ["have", "to", "follow", "up", "on", "this", "one"]}, "1214": {"text": "Where 's Lenny Pitts ' article on this one ?", "tokenized_text": ["where", "s", "lenny", "pitts", "article", "on", "this", "one"]}, "1215": {"text": "We knew that report was a lie the entire time .", "tokenized_text": ["we", "knew", "that", "report", "was", "a", "lie", "the", "entire", "time"]}, "1216": {"text": "Why did it take so long to release it ?", "tokenized_text": ["why", "did", "it", "take", "so", "long", "to", "release", "it"]}, "1217": {"text": "Had to make it up that is why", "tokenized_text": ["had", "to", "make", "it", "up", "that", "is", "why"]}, "1218": {"text": "Perhaps I should walk back into my H.S. when it starts Monday and get on the P.A. system and say I want to tie all * * * * * * s to the back of my car and drag them across the ground till they die , and then say I 'm joking .", "tokenized_text": ["perhaps", "i", "should", "walk", "back", "into", "my", "h", "s", "when", "it", "starts", "monday", "and", "get", "on", "the", "p", "a", "system", "and", "say", "i", "want", "to", "tie", "all", "s", "to", "the", "back", "of", "my", "car", "and", "drag", "them", "across", "the", "ground", "till", "they", "die", "and", "then", "say", "i", "m", "joking"]}, "1219": {"text": "I hope I see the day when thease worthless pieces of crap are OUT OF HERE .", "tokenized_text": ["i", "hope", "i", "see", "the", "day", "when", "thease", "worthless", "pieces", "of", "crap", "are", "out", "of", "here"]}, "1220": {"text": "All the jews I have ever known will do anything for money , and all I can say is there are no good jews", "tokenized_text": ["all", "the", "jews", "i", "have", "ever", "known", "will", "do", "anything", "for", "money", "and", "all", "i", "can", "say", "is", "there", "are", "no", "good", "jews"]}, "1221": {"text": "Let mother nature evolve these people naturally because no amount of money or aid is going to drag these ' things ' into the civilized world where they serve absolutely no purpose .", "tokenized_text": ["let", "mother", "nature", "evolve", "these", "people", "naturally", "because", "no", "amount", "of", "money", "or", "aid", "is", "going", "to", "drag", "these", "things", "into", "the", "civilized", "world", "where", "they", "serve", "absolutely", "no", "purpose"]}, "1222": {"text": ":hide And if you 're around Knights of Columbus or their Roman Catholic brethern , keep a close hold on your young children , particularly the boys .", "tokenized_text": ["hide", "and", "if", "you", "re", "around", "knights", "of", "columbus", "or", "their", "roman", "catholic", "brethern", "keep", "a", "close", "hold", "on", "your", "young", "children", "particularly", "the", "boys"]}, "1223": {"text": "DR Congo troops accused of rapes Government troops in the Democratic Republic of Congo carry out most of the rapes of civilians caught up in the war with rebel groups , a rights group says .", "tokenized_text": ["dr", "congo", "troops", "accused", "of", "rapes", "government", "troops", "in", "the", "democratic", "republic", "of", "congo", "carry", "out", "most", "of", "the", "rapes", "of", "civilians", "caught", "up", "in", "the", "war", "with", "rebel", "groups", "a", "rights", "group", "says"]}, "1224": {"text": "US-based Human Rights Watch says thousands have been raped by rebels and soldiers in the past six months .", "tokenized_text": ["us", "based", "human", "rights", "watch", "says", "thousands", "have", "been", "raped", "by", "rebels", "and", "soldiers", "in", "the", "past", "six", "months"]}, "1225": {"text": "http://news.bbc.co.uk/2/hi/africa/8130746.stm", "tokenized_text": ["http", "news", "bbc", "co", "uk", "2", "hi", "africa", "8130746", "stm"]}, "1226": {"text": "What do they do with them ?", "tokenized_text": ["what", "do", "they", "do", "with", "them"]}, "1227": {"text": "It 's mind boggling to me , I mean they just cut it off and run off with it in their hands ?", "tokenized_text": ["it", "s", "mind", "boggling", "to", "me", "i", "mean", "they", "just", "cut", "it", "off", "and", "run", "off", "with", "it", "in", "their", "hands"]}, "1228": {"text": "Then what ?", "tokenized_text": ["then", "what"]}, "1229": {"text": "She probably gets the food for her food kiosk from the garbage site , and she does n't want to carry it far .", "tokenized_text": ["she", "probably", "gets", "the", "food", "for", "her", "food", "kiosk", "from", "the", "garbage", "site", "and", "she", "does", "n", "t", "want", "to", "carry", "it", "far"]}, "1230": {"text": "Something tells me that you 're sitting in the wrong section of the Stormfront bus .", "tokenized_text": ["something", "tells", "me", "that", "you", "re", "sitting", "in", "the", "wrong", "section", "of", "the", "stormfront", "bus"]}, "1231": {"text": "I believe , judging from your other posts , that you belong more towards the back .", "tokenized_text": ["i", "believe", "judging", "from", "your", "other", "posts", "that", "you", "belong", "more", "towards", "the", "back"]}, "1232": {"text": "And this is why SA went from First World under Botha 's rule ( deKlerk does n't count ) to a Third World begger horde .", "tokenized_text": ["and", "this", "is", "why", "sa", "went", "from", "first", "world", "under", "botha", "s", "rule", "deklerk", "does", "n", "t", "count", "to", "a", "third", "world", "begger", "horde"]}, "1233": {"text": "It 's embarassing .", "tokenized_text": ["it", "s", "embarassing"]}, "1234": {"text": "Just shows how thick they actually are one farmer-one bullet they will just end up starving and asking WHITES to feed them", "tokenized_text": ["just", "shows", "how", "thick", "they", "actually", "are", "one", "farmer", "one", "bullet", "they", "will", "just", "end", "up", "starving", "and", "asking", "whites", "to", "feed", "them"]}, "1235": {"text": "Precisely!", "tokenized_text": ["precisely"]}, "1236": {"text": "Too bad 98 percent of public school kids are being taught everything BUT the truth .", "tokenized_text": ["too", "bad", "98", "percent", "of", "public", "school", "kids", "are", "being", "taught", "everything", "but", "the", "truth"]}, "1237": {"text": "No doubt they 'll be coming up with chocolate-colored Leprechauns and a Chinese flavored Uncle Sam 's too .", "tokenized_text": ["no", "doubt", "they", "ll", "be", "coming", "up", "with", "chocolate", "colored", "leprechauns", "and", "a", "chinese", "flavored", "uncle", "sam", "s", "too"]}, "1238": {"text": "i think the main problem with our movement is that we 're not subtle in our approach. we need to use words that do n't promote controversy. instead of saying racial purity we use words like idenity .", "tokenized_text": ["i", "think", "the", "main", "problem", "with", "our", "movement", "is", "that", "we", "re", "not", "subtle", "in", "our", "approach", "we", "need", "to", "use", "words", "that", "do", "n", "t", "promote", "controversy", "instead", "of", "saying", "racial", "purity", "we", "use", "words", "like", "idenity"]}, "1239": {"text": "Whites in all their glory against impossibly large hordes of non-whites .", "tokenized_text": ["whites", "in", "all", "their", "glory", "against", "impossibly", "large", "hordes", "of", "non", "whites"]}, "1240": {"text": "No wonder Lord Of The Rings is so hated by our social engineers .", "tokenized_text": ["no", "wonder", "lord", "of", "the", "rings", "is", "so", "hated", "by", "our", "social", "engineers"]}, "1241": {"text": "YouTube - & #x202a ; Rohirrim charges at Helmsdeep & #x202c ; & lrm ;", "tokenized_text": ["youtube", "x202a", "rohirrim", "charges", "at", "helmsdeep", "x202c", "lrm"]}, "1242": {"text": "Very informative .", "tokenized_text": ["very", "informative"]}, "1243": {"text": "I 'll have to reread it a few more times to get it clear but thanks for posting this .", "tokenized_text": ["i", "ll", "have", "to", "reread", "it", "a", "few", "more", "times", "to", "get", "it", "clear", "but", "thanks", "for", "posting", "this"]}, "1244": {"text": "I heard that some black people pretend to be ghetto because they have no money and they live in the ghetto .", "tokenized_text": ["i", "heard", "that", "some", "black", "people", "pretend", "to", "be", "ghetto", "because", "they", "have", "no", "money", "and", "they", "live", "in", "the", "ghetto"]}, "1245": {"text": "But that 's just a rumour", "tokenized_text": ["but", "that", "s", "just", "a", "rumour"]}, "1246": {"text": "I think that World Star Hip Hop should be mandatory viewing for every single white person on the planet , period .", "tokenized_text": ["i", "think", "that", "world", "star", "hip", "hop", "should", "be", "mandatory", "viewing", "for", "every", "single", "white", "person", "on", "the", "planet", "period"]}, "1247": {"text": "The raw footage of these beasts in their moments of candor is so much more revealing and persuasive for helping our fellow white brothers and sisters see the truth than a thousand books could ever be .", "tokenized_text": ["the", "raw", "footage", "of", "these", "beasts", "in", "their", "moments", "of", "candor", "is", "so", "much", "more", "revealing", "and", "persuasive", "for", "helping", "our", "fellow", "white", "brothers", "and", "sisters", "see", "the", "truth", "than", "a", "thousand", "books", "could", "ever", "be"]}, "1248": {"text": "This disgusting negro makes us ( white people ) look bad .", "tokenized_text": ["this", "disgusting", "negro", "makes", "us", "white", "people", "look", "bad"]}, "1249": {"text": "He should be flagged and reported. skyyjohn 's Channel - YouTube EstablishedMen.com sent me on a blind date !", "tokenized_text": ["he", "should", "be", "flagged", "and", "reported", "skyyjohn", "s", "channel", "youtube", "establishedmen", "com", "sent", "me", "on", "a", "blind", "date"]}, "1250": {"text": "- YouTube", "tokenized_text": ["youtube"]}, "1251": {"text": "Good thing there are the zionist police to keep me from coming and taking everything you have earned with your arrogance .", "tokenized_text": ["good", "thing", "there", "are", "the", "zionist", "police", "to", "keep", "me", "from", "coming", "and", "taking", "everything", "you", "have", "earned", "with", "your", "arrogance"]}, "1252": {"text": "I actually have a college degree , but choose not to make a living with it because I cannot sit at a desk in front of a computer all day .", "tokenized_text": ["i", "actually", "have", "a", "college", "degree", "but", "choose", "not", "to", "make", "a", "living", "with", "it", "because", "i", "cannot", "sit", "at", "a", "desk", "in", "front", "of", "a", "computer", "all", "day"]}, "1253": {"text": "It makes me tired .", "tokenized_text": ["it", "makes", "me", "tired"]}, "1254": {"text": "The cologne was under the seat .", "tokenized_text": ["the", "cologne", "was", "under", "the", "seat"]}, "1255": {"text": "Thieves and liars always think you 're stealing and lying .", "tokenized_text": ["thieves", "and", "liars", "always", "think", "you", "re", "stealing", "and", "lying"]}, "1256": {"text": "& #x202a ; Father And Son Assault Leads To Death & #x202c ; & rlm ; - YouTube", "tokenized_text": ["x202a", "father", "and", "son", "assault", "leads", "to", "death", "x202c", "rlm", "youtube"]}, "1257": {"text": "Many years ago maybe , there 's no ammo for them anyway , rather send a donation of a few thousand M4 's", "tokenized_text": ["many", "years", "ago", "maybe", "there", "s", "no", "ammo", "for", "them", "anyway", "rather", "send", "a", "donation", "of", "a", "few", "thousand", "m4", "s"]}, "1258": {"text": "More black-on-white crime : YouTube - Black Students Attack White Man For Eating Dinner With Black Man YouTube - Black Attack On White Hopkins Researcher Planned", "tokenized_text": ["more", "black", "on", "white", "crime", "youtube", "black", "students", "attack", "white", "man", "for", "eating", "dinner", "with", "black", "man", "youtube", "black", "attack", "on", "white", "hopkins", "researcher", "planned"]}, "1259": {"text": "More Negro rioting , this time at a Black Panther Party rally : YouTube - NYPD Vs Black People , ( Macon st riot ) YouTube - NBPP vs NYPD", "tokenized_text": ["more", "negro", "rioting", "this", "time", "at", "a", "black", "panther", "party", "rally", "youtube", "nypd", "vs", "black", "people", "macon", "st", "riot", "youtube", "nbpp", "vs", "nypd"]}, "1260": {"text": "YouTube - Black savages bake puppy alive !!", "tokenized_text": ["youtube", "black", "savages", "bake", "puppy", "alive"]}, "1261": {"text": "YouTube - DOG SET ON FIRE WHILE GIVING BIRTH YouTube - Animal Abuse at Child Care Center In Chicago Ghetto", "tokenized_text": ["youtube", "dog", "set", "on", "fire", "while", "giving", "birth", "youtube", "animal", "abuse", "at", "child", "care", "center", "in", "chicago", "ghetto"]}, "1262": {"text": "Immigrants will go to White countries for other reasons than just economics .", "tokenized_text": ["immigrants", "will", "go", "to", "white", "countries", "for", "other", "reasons", "than", "just", "economics"]}, "1263": {"text": "Maybe they will be resettled deliberately as refugees or maybe they will come for the women like the chinese men are doing .", "tokenized_text": ["maybe", "they", "will", "be", "resettled", "deliberately", "as", "refugees", "or", "maybe", "they", "will", "come", "for", "the", "women", "like", "the", "chinese", "men", "are", "doing"]}, "1264": {"text": "Absolute Vodka as a company is anti White as they 're a sponsor for RuPaul 's Drag race and a huge advocate for the LGBT community as well as is the first company to ever sponsor a gay party back in the 70 's : Behind the Scenes of Absolut Vodka Cocktail Perfected - YouTube", "tokenized_text": ["absolute", "vodka", "as", "a", "company", "is", "anti", "white", "as", "they", "re", "a", "sponsor", "for", "rupaul", "s", "drag", "race", "and", "a", "huge", "advocate", "for", "the", "lgbt", "community", "as", "well", "as", "is", "the", "first", "company", "to", "ever", "sponsor", "a", "gay", "party", "back", "in", "the", "70", "s", "behind", "the", "scenes", "of", "absolut", "vodka", "cocktail", "perfected", "youtube"]}, "1265": {"text": "i joined this site just a few hours ago but ive been visiting for a while before hand .. very interesting topics things you just dont see in mainstream anymore .. actualy what the hell am i saying never ever seen in main stream EVER ... its a damn shame ...", "tokenized_text": ["i", "joined", "this", "site", "just", "a", "few", "hours", "ago", "but", "ive", "been", "visiting", "for", "a", "while", "before", "hand", "very", "interesting", "topics", "things", "you", "just", "dont", "see", "in", "mainstream", "anymore", "actualy", "what", "the", "hell", "am", "i", "saying", "never", "ever", "seen", "in", "main", "stream", "ever", "its", "a", "damn", "shame"]}, "1266": {"text": "All i have to say is none of this crap that is happening in the world is going to change unless people on a large scale actually stand up and say no we have had enough and drag the scum in the streets and deal with them in a most violent way .", "tokenized_text": ["all", "i", "have", "to", "say", "is", "none", "of", "this", "crap", "that", "is", "happening", "in", "the", "world", "is", "going", "to", "change", "unless", "people", "on", "a", "large", "scale", "actually", "stand", "up", "and", "say", "no", "we", "have", "had", "enough", "and", "drag", "the", "scum", "in", "the", "streets", "and", "deal", "with", "them", "in", "a", "most", "violent", "way"]}, "1267": {"text": "Put your cursor on the American Dissidents Voices tab and click on it , not the links in the menu which drops down .", "tokenized_text": ["put", "your", "cursor", "on", "the", "american", "dissidents", "voices", "tab", "and", "click", "on", "it", "not", "the", "links", "in", "the", "menu", "which", "drops", "down"]}, "1268": {"text": "I tried to find this crappy commercial on YouTube when it first came out so I could post it here .", "tokenized_text": ["i", "tried", "to", "find", "this", "crappy", "commercial", "on", "youtube", "when", "it", "first", "came", "out", "so", "i", "could", "post", "it", "here"]}, "1269": {"text": "Anything goes these days to make Whites look like total jack asses .", "tokenized_text": ["anything", "goes", "these", "days", "to", "make", "whites", "look", "like", "total", "jack", "asses"]}, "1270": {"text": "Look at the preservative crap they are eating too .", "tokenized_text": ["look", "at", "the", "preservative", "crap", "they", "are", "eating", "too"]}, "1271": {"text": "Most of my food is meat and produce .", "tokenized_text": ["most", "of", "my", "food", "is", "meat", "and", "produce"]}, "1272": {"text": "Never ever do our groceries look like this .", "tokenized_text": ["never", "ever", "do", "our", "groceries", "look", "like", "this"]}, "1273": {"text": "I do n't even like buying cartons of juice !", "tokenized_text": ["i", "do", "n", "t", "even", "like", "buying", "cartons", "of", "juice"]}, "1274": {"text": "This is the biggest problem which faces our race today as more non white immigrants move in whites dont want to live in or near their ghettos .", "tokenized_text": ["this", "is", "the", "biggest", "problem", "which", "faces", "our", "race", "today", "as", "more", "non", "white", "immigrants", "move", "in", "whites", "dont", "want", "to", "live", "in", "or", "near", "their", "ghettos"]}, "1275": {"text": "We all know that when their are too many ethnics , the neighbourhood soon turn 's into a slum .", "tokenized_text": ["we", "all", "know", "that", "when", "their", "are", "too", "many", "ethnics", "the", "neighbourhood", "soon", "turn", "s", "into", "a", "slum"]}, "1276": {"text": "The media also promotes race mixing as cool !", "tokenized_text": ["the", "media", "also", "promotes", "race", "mixing", "as", "cool"]}, "1277": {"text": "I have seen young white girl 's and boy 's acting like blacks with their baggy pant 's and their hip hop .", "tokenized_text": ["i", "have", "seen", "young", "white", "girl", "s", "and", "boy", "s", "acting", "like", "blacks", "with", "their", "baggy", "pant", "s", "and", "their", "hip", "hop"]}, "1278": {"text": "Soon in their minds it is ok to date them and have children with them thus polluting our great race and pushing us further toward extinction .", "tokenized_text": ["soon", "in", "their", "minds", "it", "is", "ok", "to", "date", "them", "and", "have", "children", "with", "them", "thus", "polluting", "our", "great", "race", "and", "pushing", "us", "further", "toward", "extinction"]}, "1279": {"text": "Bessie Mae Whyman The Orange County grand jury indicted Anthony Darnell Wade , 26 , of Los Angeles last year of several felony counts .", "tokenized_text": ["bessie", "mae", "whyman", "the", "orange", "county", "grand", "jury", "indicted", "anthony", "darnell", "wade", "26", "of", "los", "angeles", "last", "year", "of", "several", "felony", "counts"]}, "1280": {"text": "[ UPDATED : ] Bessie Whyman , OC Homicide No. 3 : 84-Year-Old Robbed , Tortured and Murdered - Orange County News - Navel Gazing", "tokenized_text": ["updated", "bessie", "whyman", "oc", "homicide", "no", "3", "84", "year", "old", "robbed", "tortured", "and", "murdered", "orange", "county", "news", "navel", "gazing"]}, "1281": {"text": "Video: Black pack attack http://www.worldstarhiphop.com/video ... tI6vq3R26UYif8 Pack of blacks attack teen White girl in restaurant , drag her by her hair into the parking lot , beat her ; refuse to allow her back into the restaurant , continue to beat her while black onlookers laugh at her humiliation , pain and suffering .", "tokenized_text": ["video", "black", "pack", "attack", "http", "www", "worldstarhiphop", "com", "video", "ti6vq3r26uyif8", "pack", "of", "blacks", "attack", "teen", "white", "girl", "in", "restaurant", "drag", "her", "by", "her", "hair", "into", "the", "parking", "lot", "beat", "her", "refuse", "to", "allow", "her", "back", "into", "the", "restaurant", "continue", "to", "beat", "her", "while", "black", "onlookers", "laugh", "at", "her", "humiliation", "pain", "and", "suffering"]}, "1282": {"text": "More black-on-white hate crime videos are posted here : http://ethniccrime.blogspot.com/p/ra...-on-video.html", "tokenized_text": ["more", "black", "on", "white", "hate", "crime", "videos", "are", "posted", "here", "http", "ethniccrime", "blogspot", "com", "p", "ra", "on", "video", "html"]}, "1283": {"text": "David Allen Snyder , age 26 , died on October 18 , 2009 at his residence in Findlay , Ohio R.I.P. David Allen Snyder Obituary at Coldern Crates Funeral Homes The jury took only about four hours Tuesday afternoon and early evening to convict Cornelius Patterson Junior of the October , 2009 murder of 26-year-old David Snyder in a Jennifer Lane apartment complex where both men lived .", "tokenized_text": ["david", "allen", "snyder", "age", "26", "died", "on", "october", "18", "2009", "at", "his", "residence", "in", "findlay", "ohio", "r", "i", "p", "david", "allen", "snyder", "obituary", "at", "coldern", "crates", "funeral", "homes", "the", "jury", "took", "only", "about", "four", "hours", "tuesday", "afternoon", "and", "early", "evening", "to", "convict", "cornelius", "patterson", "junior", "of", "the", "october", "2009", "murder", "of", "26", "year", "old", "david", "snyder", "in", "a", "jennifer", "lane", "apartment", "complex", "where", "both", "men", "lived"]}, "1284": {"text": "1330 WFIN News with Tom Sheldon and Scott Jennings - Findlay Ohio", "tokenized_text": ["1330", "wfin", "news", "with", "tom", "sheldon", "and", "scott", "jennings", "findlay", "ohio"]}, "1285": {"text": "This thread has reduced me to tears so many times that I sometimes avoid it , and yet i thank the OP for it", "tokenized_text": ["this", "thread", "has", "reduced", "me", "to", "tears", "so", "many", "times", "that", "i", "sometimes", "avoid", "it", "and", "yet", "i", "thank", "the", "op", "for", "it"]}, "1286": {"text": "Thor Soderberg , 43 , was shot and killed at 61st and Racine .", "tokenized_text": ["thor", "soderberg", "43", "was", "shot", "and", "killed", "at", "61st", "and", "racine"]}, "1287": {"text": "White Chicago Cop Killed With His Own Gun In Attack From Behind - NNN Reporters Newsroom Forum R.I.P.", "tokenized_text": ["white", "chicago", "cop", "killed", "with", "his", "own", "gun", "in", "attack", "from", "behind", "nnn", "reporters", "newsroom", "forum", "r", "i", "p"]}, "1288": {"text": "A mentally-ill Orthodox cantor who told jurors he was `` The Michael Jackson of Jewish music '' was sentenced in Manhattan yesterday to at least a year in prison for swindling a Washington Heights woman out of $ 36,000 .", "tokenized_text": ["a", "mentally", "ill", "orthodox", "cantor", "who", "told", "jurors", "he", "was", "the", "michael", "jackson", "of", "jewish", "music", "was", "sentenced", "in", "manhattan", "yesterday", "to", "at", "least", "a", "year", "in", "prison", "for", "swindling", "a", "washington", "heights", "woman", "out", "of", "36", "000"]}, "1289": {"text": "Victim Judy Burstein , 55 , had met the singer , Michoel Streicher , 50 , at his performances five years ago in Rockland County , Brooklyn and Lakewood , NJ .", "tokenized_text": ["victim", "judy", "burstein", "55", "had", "met", "the", "singer", "michoel", "streicher", "50", "at", "his", "performances", "five", "years", "ago", "in", "rockland", "county", "brooklyn", "and", "lakewood", "nj"]}, "1290": {"text": "Streicher posed as a rabbi , then took her money -- promising to use it to purchase a torah , but instead pocketing it , a jury found in convicting him of grand larceny in April .", "tokenized_text": ["streicher", "posed", "as", "a", "rabbi", "then", "took", "her", "money", "promising", "to", "use", "it", "to", "purchase", "a", "torah", "but", "instead", "pocketing", "it", "a", "jury", "found", "in", "convicting", "him", "of", "grand", "larceny", "in", "april"]}, "1291": {"text": "Just to make it clear to someone who does not bother to read the attached links .", "tokenized_text": ["just", "to", "make", "it", "clear", "to", "someone", "who", "does", "not", "bother", "to", "read", "the", "attached", "links"]}, "1292": {"text": "This is the animal who raped and murdered the six year old white child above .", "tokenized_text": ["this", "is", "the", "animal", "who", "raped", "and", "murdered", "the", "six", "year", "old", "white", "child", "above"]}, "1293": {"text": "May all these victims of the `` war on whites '' rest in peace .", "tokenized_text": ["may", "all", "these", "victims", "of", "the", "war", "on", "whites", "rest", "in", "peace"]}, "1294": {"text": "I pray that their souls are in the heavens and their families are healing in spirit .", "tokenized_text": ["i", "pray", "that", "their", "souls", "are", "in", "the", "heavens", "and", "their", "families", "are", "healing", "in", "spirit"]}, "1295": {"text": "Whites have the following Too many abortions , too many mixed marriages , too many no kids marriages , and too many liberals .", "tokenized_text": ["whites", "have", "the", "following", "too", "many", "abortions", "too", "many", "mixed", "marriages", "too", "many", "no", "kids", "marriages", "and", "too", "many", "liberals"]}, "1296": {"text": "We need to eliminate all of those elements from the white race .", "tokenized_text": ["we", "need", "to", "eliminate", "all", "of", "those", "elements", "from", "the", "white", "race"]}, "1297": {"text": "YouTube - Mayor of Boston sends welcome to gay/transgender youth event Kids attend prom from ' sexual hell ' You wo n't believe how children as young as 12 years old partied Family advocates are outraged by a prom held at Boston City Hall that was open to children apparently as young as 12 featuring crossdressers , homosexual heavy petting , suspected drug use and a leather-clad doorman who teaches sexual bondage classes .", "tokenized_text": ["youtube", "mayor", "of", "boston", "sends", "welcome", "to", "gay", "transgender", "youth", "event", "kids", "attend", "prom", "from", "sexual", "hell", "you", "wo", "n", "t", "believe", "how", "children", "as", "young", "as", "12", "years", "old", "partied", "family", "advocates", "are", "outraged", "by", "a", "prom", "held", "at", "boston", "city", "hall", "that", "was", "open", "to", "children", "apparently", "as", "young", "as", "12", "featuring", "crossdressers", "homosexual", "heavy", "petting", "suspected", "drug", "use", "and", "a", "leather", "clad", "doorman", "who", "teaches", "sexual", "bondage", "classes"]}, "1298": {"text": "Children from middle schools and high schools across Massachusetts on May 9 attended a Youth Pride Day event ending with a prom inside of Boston City Hall sponsored by the Boston Alliance of Gay , Lesbian , Bisexual , Transgender Youth , or BAGLY , a group seated on the Massachusetts Commission for GLBT Youth ..", "tokenized_text": ["children", "from", "middle", "schools", "and", "high", "schools", "across", "massachusetts", "on", "may", "9", "attended", "a", "youth", "pride", "day", "event", "ending", "with", "a", "prom", "inside", "of", "boston", "city", "hall", "sponsored", "by", "the", "boston", "alliance", "of", "gay", "lesbian", "bisexual", "transgender", "youth", "or", "bagly", "a", "group", "seated", "on", "the", "massachusetts", "commission", "for", "glbt", "youth"]}, "1299": {"text": "http://www.wnd.com/index.php ? fa = PAGE.view & pageId = 100806", "tokenized_text": ["http", "www", "wnd", "com", "index", "php", "fa", "page", "view", "pageid", "100806"]}, "1300": {"text": "just saw a hershey 's commercial on tv , ca n't find it on jewtube shows a White woman happily sharing candy with some mop headed groid male on an escalator guess I wo n't be buying that stuff ever again", "tokenized_text": ["just", "saw", "a", "hershey", "s", "commercial", "on", "tv", "ca", "n", "t", "find", "it", "on", "jewtube", "shows", "a", "white", "woman", "happily", "sharing", "candy", "with", "some", "mop", "headed", "groid", "male", "on", "an", "escalator", "guess", "i", "wo", "n", "t", "be", "buying", "that", "stuff", "ever", "again"]}, "1301": {"text": "I notice it does n't say if the kids were jews or not .", "tokenized_text": ["i", "notice", "it", "does", "n", "t", "say", "if", "the", "kids", "were", "jews", "or", "not"]}, "1302": {"text": "If they were jew pieces of garbage who the hell cares what happened to them .", "tokenized_text": ["if", "they", "were", "jew", "pieces", "of", "garbage", "who", "the", "hell", "cares", "what", "happened", "to", "them"]}, "1303": {"text": "Sad it happens more and more they want to take ours but what do they think i want to date one of those negro women", "tokenized_text": ["sad", "it", "happens", "more", "and", "more", "they", "want", "to", "take", "ours", "but", "what", "do", "they", "think", "i", "want", "to", "date", "one", "of", "those", "negro", "women"]}, "1304": {"text": "And with that I will bid you all good night .", "tokenized_text": ["and", "with", "that", "i", "will", "bid", "you", "all", "good", "night"]}, "1305": {"text": "I 'm glad we were able to get back to NS in the NS thread .", "tokenized_text": ["i", "m", "glad", "we", "were", "able", "to", "get", "back", "to", "ns", "in", "the", "ns", "thread"]}, "1306": {"text": "I'll edit out a few of the most revealing images .", "tokenized_text": ["i", "ll", "edit", "out", "a", "few", "of", "the", "most", "revealing", "images"]}, "1307": {"text": "On Stormfront usually we try to respect feelings of those who find scantily dressed ( bikini etc ) images or suggestive poses tacky .", "tokenized_text": ["on", "stormfront", "usually", "we", "try", "to", "respect", "feelings", "of", "those", "who", "find", "scantily", "dressed", "bikini", "etc", "images", "or", "suggestive", "poses", "tacky"]}, "1308": {"text": "Most likely Putin was not behind any of the killings , but certain criminal gangs from Caucasus or corrupt members in Russian military/security agencies .", "tokenized_text": ["most", "likely", "putin", "was", "not", "behind", "any", "of", "the", "killings", "but", "certain", "criminal", "gangs", "from", "caucasus", "or", "corrupt", "members", "in", "russian", "military", "security", "agencies"]}, "1309": {"text": "Dmitriy Hvorostovskiy Prince Yeletsky 's ( `` The Queen of Spades '' , Tchaikovsky ) -Dmitri Hvorostovsky at the Metropolitan Opera ( 1998 ) YouTube - Ya vas lyublyu - Dmitri Hvorostovsky Renee Fleming and Dmitri Hvorostovsky perform the final scene of Tchaikovsky 's `` Yevgeny Onegin . '' ( Part I ) YouTube - Yevgeny Onegin - Final Scene - Hvorostovsky/Fleming - I Renee Fleming and Dmitri Hvorostovsky perform the final scene of Tchaikovsky 's `` Yevgeny Onegin . '' ( Part II ) YouTube - Yevgeny Onegin - Final Scene - Hvorostovsky/Fleming II Renee Fleming ( as Tatiana ) , Dmitri Hvorostovsky - Eugene Onegin 's first act aria from Tchaikovsky 's opera .", "tokenized_text": ["dmitriy", "hvorostovskiy", "prince", "yeletsky", "s", "the", "queen", "of", "spades", "tchaikovsky", "dmitri", "hvorostovsky", "at", "the", "metropolitan", "opera", "1998", "youtube", "ya", "vas", "lyublyu", "dmitri", "hvorostovsky", "renee", "fleming", "and", "dmitri", "hvorostovsky", "perform", "the", "final", "scene", "of", "tchaikovsky", "s", "yevgeny", "onegin", "part", "i", "youtube", "yevgeny", "onegin", "final", "scene", "hvorostovsky", "fleming", "i", "renee", "fleming", "and", "dmitri", "hvorostovsky", "perform", "the", "final", "scene", "of", "tchaikovsky", "s", "yevgeny", "onegin", "part", "ii", "youtube", "yevgeny", "onegin", "final", "scene", "hvorostovsky", "fleming", "ii", "renee", "fleming", "as", "tatiana", "dmitri", "hvorostovsky", "eugene", "onegin", "s", "first", "act", "aria", "from", "tchaikovsky", "s", "opera"]}, "1310": {"text": "YouTube - Dmitri Hvorostovsky - Eugene Onegin - Onegin \\ \\ \\ ' s Act I aria Renee Fleming and Dmitri Hvorostovsk - Lippen Schweigen ( Lehar , `` Die Lustige Witwe '' ) YouTube - Lippen Schweigen - Hvorostovsky & Fleming `` Offtop '' bonuses : Hvorostovsky - `` Troika '' YouTube - Hvorostovsky - Troika Dmitri Hvorostovsky - `` Temnaya Noch '' YouTube - Temnaya Noch Dmitri Hvorostovsky - `` Little Bell '' YouTube - Hvorostovsky - Little Bell Dmitri Hvorostovsky - `` Moscow Nights '' YouTube - Dmitri Hvorostovsky Moscow Nights", "tokenized_text": ["youtube", "dmitri", "hvorostovsky", "eugene", "onegin", "onegin", "s", "act", "i", "aria", "renee", "fleming", "and", "dmitri", "hvorostovsk", "lippen", "schweigen", "lehar", "die", "lustige", "witwe", "youtube", "lippen", "schweigen", "hvorostovsky", "fleming", "offtop", "bonuses", "hvorostovsky", "troika", "youtube", "hvorostovsky", "troika", "dmitri", "hvorostovsky", "temnaya", "noch", "youtube", "temnaya", "noch", "dmitri", "hvorostovsky", "little", "bell", "youtube", "hvorostovsky", "little", "bell", "dmitri", "hvorostovsky", "moscow", "nights", "youtube", "dmitri", "hvorostovsky", "moscow", "nights"]}, "1311": {"text": "jews have white skin does that make them white ?", "tokenized_text": ["jews", "have", "white", "skin", "does", "that", "make", "them", "white"]}, "1312": {"text": "She is not white .", "tokenized_text": ["she", "is", "not", "white"]}, "1313": {"text": "Her eyes and nose and skin tone give it away .", "tokenized_text": ["her", "eyes", "and", "nose", "and", "skin", "tone", "give", "it", "away"]}, "1314": {"text": "Her skin tone is not white to my eyes .", "tokenized_text": ["her", "skin", "tone", "is", "not", "white", "to", "my", "eyes"]}, "1315": {"text": "The site become legendary www.ns-wp.cc has again opened video section is accessible http://ns-wp.cc/index.php ? option = com _ jdownloads & Itemid = 5 & task = view.download & cid = 2 New Year 's congratulation http://ns-wp.cc/index.php ? option = com _ jdownloads & Itemid = 5 & task = view.download & cid = 3 Flying untermench", "tokenized_text": ["the", "site", "become", "legendary", "www", "ns", "wp", "cc", "has", "again", "opened", "video", "section", "is", "accessible", "http", "ns", "wp", "cc", "index", "php", "option", "com", "_", "jdownloads", "itemid", "5", "task", "view", "download", "cid", "2", "new", "year", "s", "congratulation", "http", "ns", "wp", "cc", "index", "php", "option", "com", "_", "jdownloads", "itemid", "5", "task", "view", "download", "cid", "3", "flying", "untermench"]}, "1316": {"text": "I was happy to see only whites in that movie , though there could 've been a few jews or half jews there but I would n't know .", "tokenized_text": ["i", "was", "happy", "to", "see", "only", "whites", "in", "that", "movie", "though", "there", "could", "ve", "been", "a", "few", "jews", "or", "half", "jews", "there", "but", "i", "would", "n", "t", "know"]}, "1317": {"text": "somebody``hcf''calledputin``ahero''!lololol!This``hero''finallytransformedformersovietjewnion in ``russian''judea!In this misery-torn country-are there-70 officially billionaries , tens f thousands millionaries , and tens of millions of poor and miserable who look for their pittance at the garbage places !", "tokenized_text": ["somebody", "hcf", "calledputin", "ahero", "lololol", "this", "hero", "finallytransformedformersovietjewnion", "in", "russian", "judea", "in", "this", "misery", "torn", "country", "are", "there", "70", "officially", "billionaries", "tens", "f", "thousands", "millionaries", "and", "tens", "of", "millions", "of", "poor", "and", "miserable", "who", "look", "for", "their", "pittance", "at", "the", "garbage", "places"]}, "1318": {"text": "Yes, she was born in Svrljig ( 11 .", "tokenized_text": ["yes", "she", "was", "born", "in", "svrljig", "11"]}, "1319": {"text": "February 1954. ) , and she graduated from the Faculty of Dramatic Arts of the University of Belgrade as an actor .", "tokenized_text": ["february", "1954", "and", "she", "graduated", "from", "the", "faculty", "of", "dramatic", "arts", "of", "the", "university", "of", "belgrade", "as", "an", "actor"]}, "1320": {"text": "Unfortunately , she starred in some partisan films ...", "tokenized_text": ["unfortunately", "she", "starred", "in", "some", "partisan", "films"]}, "1321": {"text": "on a TV show yesterday regardin crime by foreigners in Russia a black man stood up and proclaimed that crime has no colour or race. every vigoursoly clapped", "tokenized_text": ["on", "a", "tv", "show", "yesterday", "regardin", "crime", "by", "foreigners", "in", "russia", "a", "black", "man", "stood", "up", "and", "proclaimed", "that", "crime", "has", "no", "colour", "or", "race", "every", "vigoursoly", "clapped"]}, "1322": {"text": "Yes, these figures sound correct and are in line with the impression I got there .", "tokenized_text": ["yes", "these", "figures", "sound", "correct", "and", "are", "in", "line", "with", "the", "impression", "i", "got", "there"]}, "1323": {"text": "I guess the term `` blond '' is somewhat subjective , but to a Swede the vast majority of Spaniards are brunettes .", "tokenized_text": ["i", "guess", "the", "term", "blond", "is", "somewhat", "subjective", "but", "to", "a", "swede", "the", "vast", "majority", "of", "spaniards", "are", "brunettes"]}, "1324": {"text": "Again, I can only offer what I have read .", "tokenized_text": ["again", "i", "can", "only", "offer", "what", "i", "have", "read"]}, "1325": {"text": "I have read a 70 -/ + million figure , 92.5 million figure and an estimate of over 100 million figure So I compromised at 90 .", "tokenized_text": ["i", "have", "read", "a", "70", "million", "figure", "92", "5", "million", "figure", "and", "an", "estimate", "of", "over", "100", "million", "figure", "so", "i", "compromised", "at", "90"]}, "1326": {"text": "Please excuse my ignorance .", "tokenized_text": ["please", "excuse", "my", "ignorance"]}, "1327": {"text": "they played this on fox news today.said she went ape schmidt , no pun intended , because they had no baffrooms.fox news sucks but at least people get a couple seconds of real news ......... secondly , ive never heard of a sheboon before.a new specie , from the chimpout family ?", "tokenized_text": ["they", "played", "this", "on", "fox", "news", "today", "said", "she", "went", "ape", "schmidt", "no", "pun", "intended", "because", "they", "had", "no", "baffrooms", "fox", "news", "sucks", "but", "at", "least", "people", "get", "a", "couple", "seconds", "of", "real", "news", "secondly", "ive", "never", "heard", "of", "a", "sheboon", "before", "a", "new", "specie", "from", "the", "chimpout", "family"]}, "1328": {"text": "I think there is more threat from Russians than from Jews .", "tokenized_text": ["i", "think", "there", "is", "more", "threat", "from", "russians", "than", "from", "jews"]}, "1329": {"text": "There are really few Jews and millions of those bastards on the body of our country .", "tokenized_text": ["there", "are", "really", "few", "jews", "and", "millions", "of", "those", "bastards", "on", "the", "body", "of", "our", "country"]}, "1330": {"text": "5", "tokenized_text": ["5"]}, "1331": {"text": "According to the Russian census there are only some tens of thousands of Chinese in Russia , but it is thought that groups like the Chinese avoided inclusion in the census .", "tokenized_text": ["according", "to", "the", "russian", "census", "there", "are", "only", "some", "tens", "of", "thousands", "of", "chinese", "in", "russia", "but", "it", "is", "thought", "that", "groups", "like", "the", "chinese", "avoided", "inclusion", "in", "the", "census"]}, "1332": {"text": "2508", "tokenized_text": ["2508"]}, "1333": {"text": "this gonna be a long post I see - konavle - look better - it is ours on this map ... small land but important", "tokenized_text": ["this", "gonna", "be", "a", "long", "post", "i", "see", "konavle", "look", "better", "it", "is", "ours", "on", "this", "map", "small", "land", "but", "important"]}, "1334": {"text": "i hope our patriots will throu eggs at them and will say some thing like get out to the jungle or i think our coach will make them to go to the trainnig at minus - 30C or - 50F that they uuuu will never be able to play agane and will fly to africa after first tranning 2508", "tokenized_text": ["i", "hope", "our", "patriots", "will", "throu", "eggs", "at", "them", "and", "will", "say", "some", "thing", "like", "get", "out", "to", "the", "jungle", "or", "i", "think", "our", "coach", "will", "make", "them", "to", "go", "to", "the", "trainnig", "at", "minus", "30c", "or", "50f", "that", "they", "uuuu", "will", "never", "be", "able", "to", "play", "agane", "and", "will", "fly", "to", "africa", "after", "first", "tranning", "2508"]}, "1335": {"text": "Here is my old school picture i think it was in 1994 .", "tokenized_text": ["here", "is", "my", "old", "school", "picture", "i", "think", "it", "was", "in", "1994"]}, "1336": {"text": "I hope such classes will be the future of all Russia", "tokenized_text": ["i", "hope", "such", "classes", "will", "be", "the", "future", "of", "all", "russia"]}, "1337": {"text": "I pray so too .", "tokenized_text": ["i", "pray", "so", "too"]}, "1338": {"text": "I could never picture the site of one of the women of the Holy Rus shacking up with some Islamic mud from that fithy , impoverished , and godforsaken mountainous * * * * hole !", "tokenized_text": ["i", "could", "never", "picture", "the", "site", "of", "one", "of", "the", "women", "of", "the", "holy", "rus", "shacking", "up", "with", "some", "islamic", "mud", "from", "that", "fithy", "impoverished", "and", "godforsaken", "mountainous", "hole"]}, "1339": {"text": "That's good I wish there was someone standing for my interests where I live , but as it stands now that is not likely to ever happen .", "tokenized_text": ["that", "s", "good", "i", "wish", "there", "was", "someone", "standing", "for", "my", "interests", "where", "i", "live", "but", "as", "it", "stands", "now", "that", "is", "not", "likely", "to", "ever", "happen"]}, "1340": {"text": "Peter was drafted to the army , as he said .", "tokenized_text": ["peter", "was", "drafted", "to", "the", "army", "as", "he", "said"]}, "1341": {"text": "It looks like a good kind of army , with occasional internet access .", "tokenized_text": ["it", "looks", "like", "a", "good", "kind", "of", "army", "with", "occasional", "internet", "access"]}, "1342": {"text": "Hello Oleg If I did not know I would have thought it is a picture of one of our boer families here in south africa : - ) regards joe", "tokenized_text": ["hello", "oleg", "if", "i", "did", "not", "know", "i", "would", "have", "thought", "it", "is", "a", "picture", "of", "one", "of", "our", "boer", "families", "here", "in", "south", "africa", "regards", "joe"]}, "1343": {"text": "YouTube - Teacher Attacked for Being White 9 year old attacks white teacher , explicitly `` because she was white . ''", "tokenized_text": ["youtube", "teacher", "attacked", "for", "being", "white", "9", "year", "old", "attacks", "white", "teacher", "explicitly", "because", "she", "was", "white"]}, "1344": {"text": "This is the `` 4th attack on a teacher in the last 2 weeks . ''", "tokenized_text": ["this", "is", "the", "4th", "attack", "on", "a", "teacher", "in", "the", "last", "2", "weeks"]}, "1345": {"text": "See thread `` Racially motivated attacks on white teachers '' : 9 middle schoolers beat a white woman ( teacher ? ) on a bus on the way to school .", "tokenized_text": ["see", "thread", "racially", "motivated", "attacks", "on", "white", "teachers", "9", "middle", "schoolers", "beat", "a", "white", "woman", "teacher", "on", "a", "bus", "on", "the", "way", "to", "school"]}, "1346": {"text": "Those who are interested in this subject and who are Sustaining Members may find the following thread to be of interest also : https : //www.stormfront.org/forum/show ... ml#post5825477", "tokenized_text": ["those", "who", "are", "interested", "in", "this", "subject", "and", "who", "are", "sustaining", "members", "may", "find", "the", "following", "thread", "to", "be", "of", "interest", "also", "https", "www", "stormfront", "org", "forum", "show", "ml", "post5825477"]}, "1347": {"text": "Thank you for your kind words toward my nation , my friend You are always welcome here - as a friend and as a brother ... we will see each other on WNN also", "tokenized_text": ["thank", "you", "for", "your", "kind", "words", "toward", "my", "nation", "my", "friend", "you", "are", "always", "welcome", "here", "as", "a", "friend", "and", "as", "a", "brother", "we", "will", "see", "each", "other", "on", "wnn", "also"]}, "1348": {"text": "Yes he is very sick person with identity crisis who need therapy .", "tokenized_text": ["yes", "he", "is", "very", "sick", "person", "with", "identity", "crisis", "who", "need", "therapy"]}, "1349": {"text": "He live on forums all day because he have no job .", "tokenized_text": ["he", "live", "on", "forums", "all", "day", "because", "he", "have", "no", "job"]}, "1350": {"text": "They all have guns and are trained in martial arts .", "tokenized_text": ["they", "all", "have", "guns", "and", "are", "trained", "in", "martial", "arts"]}, "1351": {"text": "I do n't know about you but I rather fight a 2m swedish male than a 1.70m asian kung fu expert .", "tokenized_text": ["i", "do", "n", "t", "know", "about", "you", "but", "i", "rather", "fight", "a", "2m", "swedish", "male", "than", "a", "1", "70m", "asian", "kung", "fu", "expert"]}, "1352": {"text": "Size rarely matters .", "tokenized_text": ["size", "rarely", "matters"]}, "1353": {"text": "That is one Ugly Picture !!", "tokenized_text": ["that", "is", "one", "ugly", "picture"]}, "1354": {"text": "Why on earth are the swedish parents letting their Kids grow up in an ethnic school !", "tokenized_text": ["why", "on", "earth", "are", "the", "swedish", "parents", "letting", "their", "kids", "grow", "up", "in", "an", "ethnic", "school"]}, "1355": {"text": "That Ca n't be good !!", "tokenized_text": ["that", "ca", "n", "t", "be", "good"]}, "1356": {"text": "I'll be over in Riga in a few days .", "tokenized_text": ["i", "ll", "be", "over", "in", "riga", "in", "a", "few", "days"]}, "1357": {"text": "Anyone like to meet for a drink - I 'd love to say hello ! ( pm me or reply here )", "tokenized_text": ["anyone", "like", "to", "meet", "for", "a", "drink", "i", "d", "love", "to", "say", "hello", "pm", "me", "or", "reply", "here"]}, "1358": {"text": "Can someone suggest any reliable online sources for information on the anthropological classifications of the different populations in the Scandinavian / Baltic countries ?", "tokenized_text": ["can", "someone", "suggest", "any", "reliable", "online", "sources", "for", "information", "on", "the", "anthropological", "classifications", "of", "the", "different", "populations", "in", "the", "scandinavian", "baltic", "countries"]}, "1359": {"text": "Thank you .", "tokenized_text": ["thank", "you"]}, "1360": {"text": "So you would refuse even other Nordic whites fleeing the brown chaos in the south ?", "tokenized_text": ["so", "you", "would", "refuse", "even", "other", "nordic", "whites", "fleeing", "the", "brown", "chaos", "in", "the", "south"]}, "1361": {"text": "Not that I would pick Finland though .", "tokenized_text": ["not", "that", "i", "would", "pick", "finland", "though"]}, "1362": {"text": "That picture was truly revolting .", "tokenized_text": ["that", "picture", "was", "truly", "revolting"]}, "1363": {"text": "It does n't matter how you dress up a mud .", "tokenized_text": ["it", "does", "n", "t", "matter", "how", "you", "dress", "up", "a", "mud"]}, "1364": {"text": "A mud is a mud is a mud that 's all there is to it .", "tokenized_text": ["a", "mud", "is", "a", "mud", "is", "a", "mud", "that", "s", "all", "there", "is", "to", "it"]}, "1365": {"text": "We all know who is responsible for this .", "tokenized_text": ["we", "all", "know", "who", "is", "responsible", "for", "this"]}, "1366": {"text": "\"....she was a Gypsie woman ..... \" , i like Black Sabbath but i dont like Gypsies .", "tokenized_text": ["she", "was", "a", "gypsie", "woman", "i", "like", "black", "sabbath", "but", "i", "dont", "like", "gypsies"]}, "1367": {"text": "Watch out Finland : http://www.nettavisen.no/servlets/pa ... = 3 & item = 217373 : attack", "tokenized_text": ["watch", "out", "finland", "http", "www", "nettavisen", "no", "servlets", "pa", "3", "item", "217373", "attack"]}, "1368": {"text": "well here we have it a white european team against a latin american team. we have done so well so far. that a white team has come this far is being considered as incredible by some. but since the next games are in germany2006 would n't it be wonderful if a northern european team won this !!! already i have read about german superiority rascist remarks. pamela leighas pallessen-scherehart", "tokenized_text": ["well", "here", "we", "have", "it", "a", "white", "european", "team", "against", "a", "latin", "american", "team", "we", "have", "done", "so", "well", "so", "far", "that", "a", "white", "team", "has", "come", "this", "far", "is", "being", "considered", "as", "incredible", "by", "some", "but", "since", "the", "next", "games", "are", "in", "germany2006", "would", "n", "t", "it", "be", "wonderful", "if", "a", "northern", "european", "team", "won", "this", "already", "i", "have", "read", "about", "german", "superiority", "rascist", "remarks", "pamela", "leighas", "pallessen", "scherehart"]}, "1369": {"text": "My sympathies to all of you .", "tokenized_text": ["my", "sympathies", "to", "all", "of", "you"]}, "1370": {"text": "Yes Muslims do breed like vermin , i believe that 's part of their intention to breed out other races in order to make themselves the majority .", "tokenized_text": ["yes", "muslims", "do", "breed", "like", "vermin", "i", "believe", "that", "s", "part", "of", "their", "intention", "to", "breed", "out", "other", "races", "in", "order", "to", "make", "themselves", "the", "majority"]}, "1371": {"text": "Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .", "tokenized_text": ["karina", "sorensen", "is", "a", "member", "of", "the", "danish", "peoples", "party", "a", "pro", "danish", "heritage", "party"]}, "1372": {"text": "S\u00f8rensen , 19 \u00e5r , er f\u00f8dt 8. april 1982 i Kolding .", "tokenized_text": ["s\u00f8rensen", "19", "\u00e5r", "er", "f\u00f8dt", "8", "april", "1982", "i", "kolding"]}, "1373": {"text": "Har taget en HH-eksamen p\u00e5 handelsskolen i Nyborg .", "tokenized_text": ["har", "taget", "en", "hh", "eksamen", "p\u00e5", "handelsskolen", "i", "nyborg"]}, "1374": {"text": "Medlem af DFU\u00ecs bestyrelse .", "tokenized_text": ["medlem", "af", "dfu\u00ecs", "bestyrelse"]}, "1375": {"text": "I sin fritid g\u00e5r Karina S\u00f8rensen p\u00e5 jagt med sin far , dyrker styrketr\u00e6ning eller nyder tilv\u00e6relsen med sin k\u00e6reste .", "tokenized_text": ["i", "sin", "fritid", "g\u00e5r", "karina", "s\u00f8rensen", "p\u00e5", "jagt", "med", "sin", "far", "dyrker", "styrketr\u00e6ning", "eller", "nyder", "tilv\u00e6relsen", "med", "sin", "k\u00e6reste"]}, "1376": {"text": "Valgt i Fredericia-kredsen i Vejle Amt , som Folketingets yngste medlem nogensinde .", "tokenized_text": ["valgt", "i", "fredericia", "kredsen", "i", "vejle", "amt", "som", "folketingets", "yngste", "medlem", "nogensinde"]}, "1377": {"text": "Karina S\u00f8rensen er medlem af \u00f8kontaktudvalget .", "tokenized_text": ["karina", "s\u00f8rensen", "er", "medlem", "af", "\u00f8kontaktudvalget"]}, "1378": {"text": "Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .", "tokenized_text": ["karina", "sorensen", "is", "a", "member", "of", "the", "danish", "peoples", "party", "a", "pro", "danish", "heritage", "party"]}, "1379": {"text": "S\u00f8rensen , 19 years old , was born April 8 , 1982 in Kolding .", "tokenized_text": ["s\u00f8rensen", "19", "years", "old", "was", "born", "april", "8", "1982", "in", "kolding"]}, "1380": {"text": "Has earned a degree from the Nyborg Business School .", "tokenized_text": ["has", "earned", "a", "degree", "from", "the", "nyborg", "business", "school"]}, "1381": {"text": "Member of DFU 's directorate .", "tokenized_text": ["member", "of", "dfu", "s", "directorate"]}, "1382": {"text": "In her free time , Karina S\u00f8rensen goes hunting with her father , adores exercising ( strength-training ) and also enjoys spending time with her close friends .", "tokenized_text": ["in", "her", "free", "time", "karina", "s\u00f8rensen", "goes", "hunting", "with", "her", "father", "adores", "exercising", "strength", "training", "and", "also", "enjoys", "spending", "time", "with", "her", "close", "friends"]}, "1383": {"text": "Elected from the Fredericia district , in the Vejle region , she is the youngest member in the history of the Assembly .", "tokenized_text": ["elected", "from", "the", "fredericia", "district", "in", "the", "vejle", "region", "she", "is", "the", "youngest", "member", "in", "the", "history", "of", "the", "assembly"]}, "1384": {"text": "Karina S\u00f8rensen is a member of the party outreach group .", "tokenized_text": ["karina", "s\u00f8rensen", "is", "a", "member", "of", "the", "party", "outreach", "group"]}, "1385": {"text": "I would like to say and I can proudly say that there are no jews in Iceland , those that tried to get here were all sent back to Germany ...", "tokenized_text": ["i", "would", "like", "to", "say", "and", "i", "can", "proudly", "say", "that", "there", "are", "no", "jews", "in", "iceland", "those", "that", "tried", "to", "get", "here", "were", "all", "sent", "back", "to", "germany"]}, "1386": {"text": "Thank Odin they do n't try to come in the modern day .", "tokenized_text": ["thank", "odin", "they", "do", "n", "t", "try", "to", "come", "in", "the", "modern", "day"]}, "1387": {"text": "I have nothing against that but in logical numbers.I do n't want to loose our subracial or our ethnic intedity.But i prefer mixed marriages among white people than race mixed marriages !", "tokenized_text": ["i", "have", "nothing", "against", "that", "but", "in", "logical", "numbers", "i", "do", "n", "t", "want", "to", "loose", "our", "subracial", "or", "our", "ethnic", "intedity", "but", "i", "prefer", "mixed", "marriages", "among", "white", "people", "than", "race", "mixed", "marriages"]}, "1388": {"text": "Very interesting .", "tokenized_text": ["very", "interesting"]}, "1389": {"text": "I will most likely not be invited , but if anything should come out of it I hope you will share the news .", "tokenized_text": ["i", "will", "most", "likely", "not", "be", "invited", "but", "if", "anything", "should", "come", "out", "of", "it", "i", "hope", "you", "will", "share", "the", "news"]}, "1390": {"text": "I met Mr. Griffin and found him to be most amiable and well spoken .", "tokenized_text": ["i", "met", "mr", "griffin", "and", "found", "him", "to", "be", "most", "amiable", "and", "well", "spoken"]}, "1391": {"text": "I hope all goes well in Sweden ( I lived there ) and loved it .", "tokenized_text": ["i", "hope", "all", "goes", "well", "in", "sweden", "i", "lived", "there", "and", "loved", "it"]}, "1392": {"text": "Anyway good luck all .", "tokenized_text": ["anyway", "good", "luck", "all"]}, "1393": {"text": "When the homos tried to have a fag pride parade in Serbia a few years ago they were beaten up .", "tokenized_text": ["when", "the", "homos", "tried", "to", "have", "a", "fag", "pride", "parade", "in", "serbia", "a", "few", "years", "ago", "they", "were", "beaten", "up"]}, "1394": {"text": "I 'm not suggesting anything here ...", "tokenized_text": ["i", "m", "not", "suggesting", "anything", "here"]}, "1395": {"text": "Aragorn", "tokenized_text": ["aragorn"]}, "1396": {"text": "Three and a half hour after I 've told them the same , and they still keep talking on and on about nothing .", "tokenized_text": ["three", "and", "a", "half", "hour", "after", "i", "ve", "told", "them", "the", "same", "and", "they", "still", "keep", "talking", "on", "and", "on", "about", "nothing"]}, "1397": {"text": "Damn you all for making me tag along with you .. !", "tokenized_text": ["damn", "you", "all", "for", "making", "me", "tag", "along", "with", "you"]}, "1398": {"text": "I will go to sleep now , as I have to wake up reasonably early this morrow .", "tokenized_text": ["i", "will", "go", "to", "sleep", "now", "as", "i", "have", "to", "wake", "up", "reasonably", "early", "this", "morrow"]}, "1399": {"text": "Please try to behave , all of you naughty children .", "tokenized_text": ["please", "try", "to", "behave", "all", "of", "you", "naughty", "children"]}, "1400": {"text": "Good night from Europe .", "tokenized_text": ["good", "night", "from", "europe"]}, "1401": {"text": "I can only hope that today 's events will help teach the European people that they 're traveling down a very bad road ....", "tokenized_text": ["i", "can", "only", "hope", "that", "today", "s", "events", "will", "help", "teach", "the", "european", "people", "that", "they", "re", "traveling", "down", "a", "very", "bad", "road"]}, "1402": {"text": "I think having free healthcare and free education should be a given if you 're a citizen of the country you 're in and you 're not an undesirable .", "tokenized_text": ["i", "think", "having", "free", "healthcare", "and", "free", "education", "should", "be", "a", "given", "if", "you", "re", "a", "citizen", "of", "the", "country", "you", "re", "in", "and", "you", "re", "not", "an", "undesirable"]}, "1403": {"text": "Shocking This is a similiar incident to that of a Boy in England recently who was killed by Muslims for wearing an England Shirt .", "tokenized_text": ["shocking", "this", "is", "a", "similiar", "incident", "to", "that", "of", "a", "boy", "in", "england", "recently", "who", "was", "killed", "by", "muslims", "for", "wearing", "an", "england", "shirt"]}, "1404": {"text": "Personally I think the Nordic royalities should marry other Nordic ( or Germanic ) people , although I did n't watch it on TV or do I have nothing against Mary or Australians .", "tokenized_text": ["personally", "i", "think", "the", "nordic", "royalities", "should", "marry", "other", "nordic", "or", "germanic", "people", "although", "i", "did", "n", "t", "watch", "it", "on", "tv", "or", "do", "i", "have", "nothing", "against", "mary", "or", "australians"]}, "1405": {"text": "Some of them claim that they would like to go back home one day but after a few years in Finland they will no longer have this wish .", "tokenized_text": ["some", "of", "them", "claim", "that", "they", "would", "like", "to", "go", "back", "home", "one", "day", "but", "after", "a", "few", "years", "in", "finland", "they", "will", "no", "longer", "have", "this", "wish"]}, "1406": {"text": "No one has ever asked my opinion and as someone said ... I do n't know a soul in this country ( well maybe our president ) who wants Turkey to EU ...", "tokenized_text": ["no", "one", "has", "ever", "asked", "my", "opinion", "and", "as", "someone", "said", "i", "do", "n", "t", "know", "a", "soul", "in", "this", "country", "well", "maybe", "our", "president", "who", "wants", "turkey", "to", "eu"]}, "1407": {"text": "Susan", "tokenized_text": ["susan"]}, "1408": {"text": "Mistenkt for krigsforbrytelser , s\u00f8ker asyl i Norge En tsjetsjener ( 32 ) - etters\u00f8kt for terrorhandlinger - og en libaneser ( 41 ) - mistenkt for \u00e5 ha beg\u00e5tt krigsforbrytelser - bor p\u00e5 asylmottak i Norge med sine familier .", "tokenized_text": ["mistenkt", "for", "krigsforbrytelser", "s\u00f8ker", "asyl", "i", "norge", "en", "tsjetsjener", "32", "etters\u00f8kt", "for", "terrorhandlinger", "og", "en", "libaneser", "41", "mistenkt", "for", "\u00e5", "ha", "beg\u00e5tt", "krigsforbrytelser", "bor", "p\u00e5", "asylmottak", "i", "norge", "med", "sine", "familier"]}, "1409": {"text": "Myndighetene vurderer n\u00e5 om de skal f\u00e5 permanent oppholdstillatelse .", "tokenized_text": ["myndighetene", "vurderer", "n\u00e5", "om", "de", "skal", "f\u00e5", "permanent", "oppholdstillatelse"]}, "1410": {"text": "http://www.vg.no/pub/vgart.hbs ? artid = 222065 Suspected for warcrimes , seeks asylum in Norway A Chechen ( 32 ) - wanted for warcrimes - and a Lebanese ( 41 ) - suspected of warcrimes - lives at an asylum reception center in Norway with their families .", "tokenized_text": ["http", "www", "vg", "no", "pub", "vgart", "hbs", "artid", "222065", "suspected", "for", "warcrimes", "seeks", "asylum", "in", "norway", "a", "chechen", "32", "wanted", "for", "warcrimes", "and", "a", "lebanese", "41", "suspected", "of", "warcrimes", "lives", "at", "an", "asylum", "reception", "center", "in", "norway", "with", "their", "families"]}, "1411": {"text": "The Government are now judging if they should be granted permanent residency .", "tokenized_text": ["the", "government", "are", "now", "judging", "if", "they", "should", "be", "granted", "permanent", "residency"]}, "1412": {"text": "The Lebanese are one of those who did the massacre at Sabra and Shattila under the direction of the Juden-state Israel .", "tokenized_text": ["the", "lebanese", "are", "one", "of", "those", "who", "did", "the", "massacre", "at", "sabra", "and", "shattila", "under", "the", "direction", "of", "the", "juden", "state", "israel"]}, "1413": {"text": "The Chechen beast was one of those who committed killing in the name of Allah against our Russian brothers , like the theater in Moskva .", "tokenized_text": ["the", "chechen", "beast", "was", "one", "of", "those", "who", "committed", "killing", "in", "the", "name", "of", "allah", "against", "our", "russian", "brothers", "like", "the", "theater", "in", "moskva"]}, "1414": {"text": "May they be put away for good .", "tokenized_text": ["may", "they", "be", "put", "away", "for", "good"]}, "1415": {"text": "We do n't need such scum .", "tokenized_text": ["we", "do", "n", "t", "need", "such", "scum"]}, "1416": {"text": "Wolf 278", "tokenized_text": ["wolf", "278"]}, "1417": {"text": "Looks like Dennys is on my s * it list now .", "tokenized_text": ["looks", "like", "dennys", "is", "on", "my", "s", "it", "list", "now"]}, "1418": {"text": "I would love two minutes alone in a room with whatever s * it for brains faggots came up with that advertisement .", "tokenized_text": ["i", "would", "love", "two", "minutes", "alone", "in", "a", "room", "with", "whatever", "s", "it", "for", "brains", "faggots", "came", "up", "with", "that", "advertisement"]}, "1419": {"text": "AOH are legends .", "tokenized_text": ["aoh", "are", "legends"]}, "1420": {"text": "I'm planning on being in ireland within the next year .", "tokenized_text": ["i", "m", "planning", "on", "being", "in", "ireland", "within", "the", "next", "year"]}, "1421": {"text": "I hope you all do n't mind an irish american skin joining your ranks .", "tokenized_text": ["i", "hope", "you", "all", "do", "n", "t", "mind", "an", "irish", "american", "skin", "joining", "your", "ranks"]}, "1422": {"text": "I 'll most likely be moving to belfast .", "tokenized_text": ["i", "ll", "most", "likely", "be", "moving", "to", "belfast"]}, "1423": {"text": "I have family there .", "tokenized_text": ["i", "have", "family", "there"]}, "1424": {"text": "14/88", "tokenized_text": ["14", "88"]}, "1425": {"text": "I'm guessing that you are not from Ireland as then you would know how well organised AFA are .", "tokenized_text": ["i", "m", "guessing", "that", "you", "are", "not", "from", "ireland", "as", "then", "you", "would", "know", "how", "well", "organised", "afa", "are"]}, "1426": {"text": "One day though , our day will come .", "tokenized_text": ["one", "day", "though", "our", "day", "will", "come"]}, "1427": {"text": "I had a few problems too but then again I had a few problems with some of us Irish as well , so ca n't complain", "tokenized_text": ["i", "had", "a", "few", "problems", "too", "but", "then", "again", "i", "had", "a", "few", "problems", "with", "some", "of", "us", "irish", "as", "well", "so", "ca", "n", "t", "complain"]}, "1428": {"text": "they choose isolated houses away from the locals and come and go in cars at night.They don`t invite the neighbours around for a knees up ....", "tokenized_text": ["they", "choose", "isolated", "houses", "away", "from", "the", "locals", "and", "come", "and", "go", "in", "cars", "at", "night", "they", "don", "t", "invite", "the", "neighbours", "around", "for", "a", "knees", "up"]}, "1429": {"text": "Especially when you consider the fact that they was no direct flights from Nigeria to Ireland makes it even more shocking", "tokenized_text": ["especially", "when", "you", "consider", "the", "fact", "that", "they", "was", "no", "direct", "flights", "from", "nigeria", "to", "ireland", "makes", "it", "even", "more", "shocking"]}, "1430": {"text": "It made me sick looking at all the Blacks and Asians .", "tokenized_text": ["it", "made", "me", "sick", "looking", "at", "all", "the", "blacks", "and", "asians"]}, "1431": {"text": "By looking at the Toy Show tonight , you 'd swear the Irish were the minority in Ireland .", "tokenized_text": ["by", "looking", "at", "the", "toy", "show", "tonight", "you", "d", "swear", "the", "irish", "were", "the", "minority", "in", "ireland"]}, "1432": {"text": "oh dear isnt that terrible well i suppose they will just have to leave then and go somewhere they are more valued", "tokenized_text": ["oh", "dear", "isnt", "that", "terrible", "well", "i", "suppose", "they", "will", "just", "have", "to", "leave", "then", "and", "go", "somewhere", "they", "are", "more", "valued"]}, "1433": {"text": "If that Nigerian bitch thinks she will be elected in Tallaght , she is in for a rude awakening .", "tokenized_text": ["if", "that", "nigerian", "bitch", "thinks", "she", "will", "be", "elected", "in", "tallaght", "she", "is", "in", "for", "a", "rude", "awakening"]}, "1434": {"text": "Lynched perhaps , elected , no.", "tokenized_text": ["lynched", "perhaps", "elected", "no"]}, "1435": {"text": "It sould be made into a youtube video this story and put up all over the net.Imagine if the cop was white and the dead guy black .", "tokenized_text": ["it", "sould", "be", "made", "into", "a", "youtube", "video", "this", "story", "and", "put", "up", "all", "over", "the", "net", "imagine", "if", "the", "cop", "was", "white", "and", "the", "dead", "guy", "black"]}, "1436": {"text": "Send me a PM if you 're going .", "tokenized_text": ["send", "me", "a", "pm", "if", "you", "re", "going"]}, "1437": {"text": "It 'll be a welcome change to see a fellow WN from seeing hundreds of lefty bastards going to see RATM .", "tokenized_text": ["it", "ll", "be", "a", "welcome", "change", "to", "see", "a", "fellow", "wn", "from", "seeing", "hundreds", "of", "lefty", "bastards", "going", "to", "see", "ratm"]}, "1438": {"text": "14/88", "tokenized_text": ["14", "88"]}, "1439": {"text": "Your right but i would say if nothing is done fast in 5 years Irish people are doomed .", "tokenized_text": ["your", "right", "but", "i", "would", "say", "if", "nothing", "is", "done", "fast", "in", "5", "years", "irish", "people", "are", "doomed"]}, "1440": {"text": "www.immigrationcontrol.org * * * * the E U its the Soviet system but much worse .", "tokenized_text": ["www", "immigrationcontrol", "org", "the", "e", "u", "its", "the", "soviet", "system", "but", "much", "worse"]}, "1441": {"text": "It appears that once again Ireland has saved Europe and possibly the entire western world .", "tokenized_text": ["it", "appears", "that", "once", "again", "ireland", "has", "saved", "europe", "and", "possibly", "the", "entire", "western", "world"]}, "1442": {"text": "Well done .", "tokenized_text": ["well", "done"]}, "1443": {"text": "Now it is time to drive out all traitors !", "tokenized_text": ["now", "it", "is", "time", "to", "drive", "out", "all", "traitors"]}, "1444": {"text": "Yah it is sad to see and if the Irish dont quash it soon the last of the Kelts will be gone from the world .", "tokenized_text": ["yah", "it", "is", "sad", "to", "see", "and", "if", "the", "irish", "dont", "quash", "it", "soon", "the", "last", "of", "the", "kelts", "will", "be", "gone", "from", "the", "world"]}, "1445": {"text": "His the little John of Ireland.Part of the system as the rest.When it comes down to it these types are more our enemy then the rest .", "tokenized_text": ["his", "the", "little", "john", "of", "ireland", "part", "of", "the", "system", "as", "the", "rest", "when", "it", "comes", "down", "to", "it", "these", "types", "are", "more", "our", "enemy", "then", "the", "rest"]}, "1446": {"text": "To hell with what this creature thinks anyway .", "tokenized_text": ["to", "hell", "with", "what", "this", "creature", "thinks", "anyway"]}, "1447": {"text": "Perhaps the proud indigenous inhabitants of Dublin do n't want their culture ' enriching ' ( ruining ) with tripe like this .", "tokenized_text": ["perhaps", "the", "proud", "indigenous", "inhabitants", "of", "dublin", "do", "n", "t", "want", "their", "culture", "enriching", "ruining", "with", "tripe", "like", "this"]}, "1448": {"text": "This attack on a young boy should be condemned by all who post on this site . it does n't matter if the lad is Catholic or Protestant such an attack has no place in any white communities .", "tokenized_text": ["this", "attack", "on", "a", "young", "boy", "should", "be", "condemned", "by", "all", "who", "post", "on", "this", "site", "it", "does", "n", "t", "matter", "if", "the", "lad", "is", "catholic", "or", "protestant", "such", "an", "attack", "has", "no", "place", "in", "any", "white", "communities"]}, "1449": {"text": "just heard on the radio , that the local council have decided to give in and they have all been housed in emergency accomodation with the promise of a house on the a new social housing development in that area .", "tokenized_text": ["just", "heard", "on", "the", "radio", "that", "the", "local", "council", "have", "decided", "to", "give", "in", "and", "they", "have", "all", "been", "housed", "in", "emergency", "accomodation", "with", "the", "promise", "of", "a", "house", "on", "the", "a", "new", "social", "housing", "development", "in", "that", "area"]}, "1450": {"text": "Its disgusting they these foreigners come over here , stamp their feet and jump above good Irish families and get what they want .", "tokenized_text": ["its", "disgusting", "they", "these", "foreigners", "come", "over", "here", "stamp", "their", "feet", "and", "jump", "above", "good", "irish", "families", "and", "get", "what", "they", "want"]}, "1451": {"text": "Save Ireland has a job he works for MSI are you saying their is a more important job than trying to stop the Immigration invasion into Ireland ?", "tokenized_text": ["save", "ireland", "has", "a", "job", "he", "works", "for", "msi", "are", "you", "saying", "their", "is", "a", "more", "important", "job", "than", "trying", "to", "stop", "the", "immigration", "invasion", "into", "ireland"]}, "1452": {"text": "No doubt the bulk of her votes came from the ever growing chinese immigrant community around Belfast .", "tokenized_text": ["no", "doubt", "the", "bulk", "of", "her", "votes", "came", "from", "the", "ever", "growing", "chinese", "immigrant", "community", "around", "belfast"]}, "1453": {"text": "Scum .", "tokenized_text": ["scum"]}, "1454": {"text": "Back to where ya came from !", "tokenized_text": ["back", "to", "where", "ya", "came", "from"]}, "1455": {"text": "Irish pupils are getting less teacher time too because they 're so busy helping the immigrant chrildren get up to date .", "tokenized_text": ["irish", "pupils", "are", "getting", "less", "teacher", "time", "too", "because", "they", "re", "so", "busy", "helping", "the", "immigrant", "chrildren", "get", "up", "to", "date"]}, "1456": {"text": "I was wondering if anyone else was having trouble accessing www.ireland-awake.tk ? i click the click and all that comes up is a DotTK registration page Anyone help ?", "tokenized_text": ["i", "was", "wondering", "if", "anyone", "else", "was", "having", "trouble", "accessing", "www", "ireland", "awake", "tk", "i", "click", "the", "click", "and", "all", "that", "comes", "up", "is", "a", "dottk", "registration", "page", "anyone", "help"]}, "1457": {"text": "i think everybody knew check out his thread ' skinheads ' https : //www.stormfront.org/forum/show ... rish + skinheads knowbody trusted him from day one yet he still went ahead with a story that is old news more fools the star for even printing it. i dont notice any posts from joeblogs defending him self", "tokenized_text": ["i", "think", "everybody", "knew", "check", "out", "his", "thread", "skinheads", "https", "www", "stormfront", "org", "forum", "show", "rish", "skinheads", "knowbody", "trusted", "him", "from", "day", "one", "yet", "he", "still", "went", "ahead", "with", "a", "story", "that", "is", "old", "news", "more", "fools", "the", "star", "for", "even", "printing", "it", "i", "dont", "notice", "any", "posts", "from", "joeblogs", "defending", "him", "self"]}, "1458": {"text": "So people go out of the country for a few years , come back and their money in the bank has been given to black illegal immigrants , this is shocking .", "tokenized_text": ["so", "people", "go", "out", "of", "the", "country", "for", "a", "few", "years", "come", "back", "and", "their", "money", "in", "the", "bank", "has", "been", "given", "to", "black", "illegal", "immigrants", "this", "is", "shocking"]}, "1459": {"text": "As i said the irish media are scared o please give us an interview.Things are are going bad now for the media the lies are not belived by the irish people .", "tokenized_text": ["as", "i", "said", "the", "irish", "media", "are", "scared", "o", "please", "give", "us", "an", "interview", "things", "are", "are", "going", "bad", "now", "for", "the", "media", "the", "lies", "are", "not", "belived", "by", "the", "irish", "people"]}, "1460": {"text": "This thread covered some of the same ground as the Northern Ireland thread , but was proceeding without flames .", "tokenized_text": ["this", "thread", "covered", "some", "of", "the", "same", "ground", "as", "the", "northern", "ireland", "thread", "but", "was", "proceeding", "without", "flames"]}, "1461": {"text": "Has it gone or can I just not find it ?", "tokenized_text": ["has", "it", "gone", "or", "can", "i", "just", "not", "find", "it"]}, "1462": {"text": "I had an Irish boyfriend for 3 years once and he used to laugh about how in ireland you never saw black people .I guess things have changed a lot in 10 odd years", "tokenized_text": ["i", "had", "an", "irish", "boyfriend", "for", "3", "years", "once", "and", "he", "used", "to", "laugh", "about", "how", "in", "ireland", "you", "never", "saw", "black", "people", "i", "guess", "things", "have", "changed", "a", "lot", "in", "10", "odd", "years"]}, "1463": {"text": "i am just down the road to you.welcome to the board.it breaks my heart every time i go to Galway city and see the amount of blacks there.the other week i was walking down shop street and there was a moslem standing in the street selling copies of the koran", "tokenized_text": ["i", "am", "just", "down", "the", "road", "to", "you", "welcome", "to", "the", "board", "it", "breaks", "my", "heart", "every", "time", "i", "go", "to", "galway", "city", "and", "see", "the", "amount", "of", "blacks", "there", "the", "other", "week", "i", "was", "walking", "down", "shop", "street", "and", "there", "was", "a", "moslem", "standing", "in", "the", "street", "selling", "copies", "of", "the", "koran"]}, "1464": {"text": "Most of them dont even work , but I have no doubt that some of them will be pushed into high positions in society .", "tokenized_text": ["most", "of", "them", "dont", "even", "work", "but", "i", "have", "no", "doubt", "that", "some", "of", "them", "will", "be", "pushed", "into", "high", "positions", "in", "society"]}, "1465": {"text": "The rag-heads dont have the numbers to kick off in Ireland yet , but when they do , you will know all about it .", "tokenized_text": ["the", "rag", "heads", "dont", "have", "the", "numbers", "to", "kick", "off", "in", "ireland", "yet", "but", "when", "they", "do", "you", "will", "know", "all", "about", "it"]}, "1466": {"text": "Don't take me wrong but a pig is a pig in any country and such is the actress who played the part on this show .", "tokenized_text": ["don", "t", "take", "me", "wrong", "but", "a", "pig", "is", "a", "pig", "in", "any", "country", "and", "such", "is", "the", "actress", "who", "played", "the", "part", "on", "this", "show"]}, "1467": {"text": "sure it was , yes of course , what was i thinking ?", "tokenized_text": ["sure", "it", "was", "yes", "of", "course", "what", "was", "i", "thinking"]}, "1468": {"text": "Now sit back down by the radio with your mug of tea and wait for your favourite BBC radio shows to come on and forget all about the truth .", "tokenized_text": ["now", "sit", "back", "down", "by", "the", "radio", "with", "your", "mug", "of", "tea", "and", "wait", "for", "your", "favourite", "bbc", "radio", "shows", "to", "come", "on", "and", "forget", "all", "about", "the", "truth"]}, "1469": {"text": "There you go , its okay now , sshh .", "tokenized_text": ["there", "you", "go", "its", "okay", "now", "sshh"]}, "1470": {"text": "that is the sadest news i have ever heard in my entire life , ireland not a white country. its like saying the world is ending", "tokenized_text": ["that", "is", "the", "sadest", "news", "i", "have", "ever", "heard", "in", "my", "entire", "life", "ireland", "not", "a", "white", "country", "its", "like", "saying", "the", "world", "is", "ending"]}, "1471": {"text": "Wow.", "tokenized_text": ["wow"]}, "1472": {"text": "I cant believe i actually wasted several minutes of my life reading that page .", "tokenized_text": ["i", "cant", "believe", "i", "actually", "wasted", "several", "minutes", "of", "my", "life", "reading", "that", "page"]}, "1473": {"text": "Was there actually supposed to be any evidence of Celtic communities in NZ contained on that page ?", "tokenized_text": ["was", "there", "actually", "supposed", "to", "be", "any", "evidence", "of", "celtic", "communities", "in", "nz", "contained", "on", "that", "page"]}, "1474": {"text": "I certainly found none .", "tokenized_text": ["i", "certainly", "found", "none"]}, "1475": {"text": "I believe that Ireland needs a WN party and quite quickly after the amount of non whites that I seen while in Dublin .", "tokenized_text": ["i", "believe", "that", "ireland", "needs", "a", "wn", "party", "and", "quite", "quickly", "after", "the", "amount", "of", "non", "whites", "that", "i", "seen", "while", "in", "dublin"]}, "1476": {"text": "Anyone want to send us photos of activism ?", "tokenized_text": ["anyone", "want", "to", "send", "us", "photos", "of", "activism"]}, "1477": {"text": "Videos etc welcome .", "tokenized_text": ["videos", "etc", "welcome"]}, "1478": {"text": "Get out there and lead by example .", "tokenized_text": ["get", "out", "there", "and", "lead", "by", "example"]}, "1479": {"text": "http://www.exterminationist.com/science.htmhttp://www.exterminationist.com/leaflets.htm There is alot of work to be done .", "tokenized_text": ["http", "www", "exterminationist", "com", "science", "htmhttp", "www", "exterminationist", "com", "leaflets", "htm", "there", "is", "alot", "of", "work", "to", "be", "done"]}, "1480": {"text": "It just goes to show that the IRA are just criminals and not freedom fighters as they claim .", "tokenized_text": ["it", "just", "goes", "to", "show", "that", "the", "ira", "are", "just", "criminals", "and", "not", "freedom", "fighters", "as", "they", "claim"]}, "1481": {"text": "All para-militaries are just criminal scum !!!!", "tokenized_text": ["all", "para", "militaries", "are", "just", "criminal", "scum"]}, "1482": {"text": "Defeats the bloody object of having an ignore facility if one reads the thread , doh , Pray all you want my God wont count ' em", "tokenized_text": ["defeats", "the", "bloody", "object", "of", "having", "an", "ignore", "facility", "if", "one", "reads", "the", "thread", "doh", "pray", "all", "you", "want", "my", "god", "wont", "count", "em"]}, "1483": {"text": "Justin Barrett was on Yesterdays lastword on Today FM you can listen to the show on the link below , Justin comes on in about half an hour into the program .", "tokenized_text": ["justin", "barrett", "was", "on", "yesterdays", "lastword", "on", "today", "fm", "you", "can", "listen", "to", "the", "show", "on", "the", "link", "below", "justin", "comes", "on", "in", "about", "half", "an", "hour", "into", "the", "program"]}, "1484": {"text": "http://www.radioireland.ie/lastword/19112004-17.wmv", "tokenized_text": ["http", "www", "radioireland", "ie", "lastword", "19112004", "17", "wmv"]}, "1485": {"text": "Just for the record is this the same Journalist that wrote the article a few weeks ago telling us to mongrelise ?", "tokenized_text": ["just", "for", "the", "record", "is", "this", "the", "same", "journalist", "that", "wrote", "the", "article", "a", "few", "weeks", "ago", "telling", "us", "to", "mongrelise"]}, "1486": {"text": "For starters it would be good to obtain a few hundred thousand dollars for a small farm , or a million or two for a bigger one .", "tokenized_text": ["for", "starters", "it", "would", "be", "good", "to", "obtain", "a", "few", "hundred", "thousand", "dollars", "for", "a", "small", "farm", "or", "a", "million", "or", "two", "for", "a", "bigger", "one"]}, "1487": {"text": "Vancouver ( Burnaby , Richmond , Surrey ) I guarantee are worse than Calgary .", "tokenized_text": ["vancouver", "burnaby", "richmond", "surrey", "i", "guarantee", "are", "worse", "than", "calgary"]}, "1488": {"text": "It has become unbearable and is seriously changing me as a person watching my country be decimated .", "tokenized_text": ["it", "has", "become", "unbearable", "and", "is", "seriously", "changing", "me", "as", "a", "person", "watching", "my", "country", "be", "decimated"]}, "1489": {"text": "From 1860 to 1990 Canada had brought in over 200,000 immigrants a total of 9 times .", "tokenized_text": ["from", "1860", "to", "1990", "canada", "had", "brought", "in", "over", "200", "000", "immigrants", "a", "total", "of", "9", "times"]}, "1490": {"text": "From 1990-2010 Canada brought in over 200,000 immigrants 18 timess !!! 9 times in 130 years .....", "tokenized_text": ["from", "1990", "2010", "canada", "brought", "in", "over", "200", "000", "immigrants", "18", "timess", "9", "times", "in", "130", "years"]}, "1491": {"text": "18 times in the last 20 years 9 times in 130 years ....", "tokenized_text": ["18", "times", "in", "the", "last", "20", "years", "9", "times", "in", "130", "years"]}, "1492": {"text": "18 times in the last 20 years It 's time for the next generation to fight back to regain our country ..... the baby boomers will lose it for us if we do nothing .", "tokenized_text": ["18", "times", "in", "the", "last", "20", "years", "it", "s", "time", "for", "the", "next", "generation", "to", "fight", "back", "to", "regain", "our", "country", "the", "baby", "boomers", "will", "lose", "it", "for", "us", "if", "we", "do", "nothing"]}, "1493": {"text": "There is wisdom in your post .", "tokenized_text": ["there", "is", "wisdom", "in", "your", "post"]}, "1494": {"text": "Take everything with a grain of salt for the wolves come in sheep clothing , your heart will know what is right .", "tokenized_text": ["take", "everything", "with", "a", "grain", "of", "salt", "for", "the", "wolves", "come", "in", "sheep", "clothing", "your", "heart", "will", "know", "what", "is", "right"]}, "1495": {"text": "Welcome to the fight .", "tokenized_text": ["welcome", "to", "the", "fight"]}, "1496": {"text": "I grew up in small town Southern N.B for a good half of my life , in a region called Kings County , it was 100 % white except for literally 3 black people , and they never mixed with whites ..", "tokenized_text": ["i", "grew", "up", "in", "small", "town", "southern", "n", "b", "for", "a", "good", "half", "of", "my", "life", "in", "a", "region", "called", "kings", "county", "it", "was", "100", "white", "except", "for", "literally", "3", "black", "people", "and", "they", "never", "mixed", "with", "whites"]}, "1497": {"text": "The French N.B communities near Quebec especially would be white to .", "tokenized_text": ["the", "french", "n", "b", "communities", "near", "quebec", "especially", "would", "be", "white", "to"]}, "1498": {"text": "Hi, Yes anywhere in the maritimes is full of culture and if you like old fashioned values and a very white city go to St. John 's Newfoundland .", "tokenized_text": ["hi", "yes", "anywhere", "in", "the", "maritimes", "is", "full", "of", "culture", "and", "if", "you", "like", "old", "fashioned", "values", "and", "a", "very", "white", "city", "go", "to", "st", "john", "s", "newfoundland"]}, "1499": {"text": "Tons of culture and just great friendly people .", "tokenized_text": ["tons", "of", "culture", "and", "just", "great", "friendly", "people"]}, "1500": {"text": "Last thing we want is them moving off the reserves .", "tokenized_text": ["last", "thing", "we", "want", "is", "them", "moving", "off", "the", "reserves"]}, "1501": {"text": "Still , i prefer natives over every other non-white but Japanese and Koreans .", "tokenized_text": ["still", "i", "prefer", "natives", "over", "every", "other", "non", "white", "but", "japanese", "and", "koreans"]}, "1502": {"text": "Seems like you cant get away from these parasites anymore its happening and getting worse everywhere .", "tokenized_text": ["seems", "like", "you", "cant", "get", "away", "from", "these", "parasites", "anymore", "its", "happening", "and", "getting", "worse", "everywhere"]}, "1503": {"text": "I just hope it will be a wake up call for those who dont believe in our cause .", "tokenized_text": ["i", "just", "hope", "it", "will", "be", "a", "wake", "up", "call", "for", "those", "who", "dont", "believe", "in", "our", "cause"]}, "1504": {"text": "I dont see how people can ignore this issue much longer .", "tokenized_text": ["i", "dont", "see", "how", "people", "can", "ignore", "this", "issue", "much", "longer"]}, "1505": {"text": "Sure sun media sucks off Israel but they are also the only Media that is willing to tell the truth about the dangers of Islam and call Natives on their B.S.", "tokenized_text": ["sure", "sun", "media", "sucks", "off", "israel", "but", "they", "are", "also", "the", "only", "media", "that", "is", "willing", "to", "tell", "the", "truth", "about", "the", "dangers", "of", "islam", "and", "call", "natives", "on", "their", "b", "s"]}, "1506": {"text": "Exactly if there was a network of devoted white nationalists across Canada there 's no knowing what we could actually accomplish .", "tokenized_text": ["exactly", "if", "there", "was", "a", "network", "of", "devoted", "white", "nationalists", "across", "canada", "there", "s", "no", "knowing", "what", "we", "could", "actually", "accomplish"]}, "1507": {"text": "I get mine from all outlets even the enemy ones .", "tokenized_text": ["i", "get", "mine", "from", "all", "outlets", "even", "the", "enemy", "ones"]}, "1508": {"text": "It is good to keep track of the enemy as well and see what they are saying .", "tokenized_text": ["it", "is", "good", "to", "keep", "track", "of", "the", "enemy", "as", "well", "and", "see", "what", "they", "are", "saying"]}, "1509": {"text": "Nor have I , I live in BC at the moment ; and had lived in Alberta for most of my life .", "tokenized_text": ["nor", "have", "i", "i", "live", "in", "bc", "at", "the", "moment", "and", "had", "lived", "in", "alberta", "for", "most", "of", "my", "life"]}, "1510": {"text": "Damn Canada !", "tokenized_text": ["damn", "canada"]}, "1511": {"text": "they sure did and the irony of it all is they said they were doing it to prevent theft by criminals. in my books the act of theft is what would make you a criminal", "tokenized_text": ["they", "sure", "did", "and", "the", "irony", "of", "it", "all", "is", "they", "said", "they", "were", "doing", "it", "to", "prevent", "theft", "by", "criminals", "in", "my", "books", "the", "act", "of", "theft", "is", "what", "would", "make", "you", "a", "criminal"]}, "1512": {"text": "You should be able to answer that yourself , you 've done it several times .", "tokenized_text": ["you", "should", "be", "able", "to", "answer", "that", "yourself", "you", "ve", "done", "it", "several", "times"]}, "1513": {"text": "All with an ulterior motive , of course ....", "tokenized_text": ["all", "with", "an", "ulterior", "motive", "of", "course"]}, "1514": {"text": "i want to vote yes and at the same time i do n't.the way i look at it is either way we loose .", "tokenized_text": ["i", "want", "to", "vote", "yes", "and", "at", "the", "same", "time", "i", "do", "n", "t", "the", "way", "i", "look", "at", "it", "is", "either", "way", "we", "loose"]}, "1515": {"text": "I just need to turn on a tv and I see it advertised everywhere , mostly African apes with attractive white woman .", "tokenized_text": ["i", "just", "need", "to", "turn", "on", "a", "tv", "and", "i", "see", "it", "advertised", "everywhere", "mostly", "african", "apes", "with", "attractive", "white", "woman"]}, "1516": {"text": "Disgusting what this country has become .", "tokenized_text": ["disgusting", "what", "this", "country", "has", "become"]}, "1517": {"text": "I agree with everything you said mate , But the thing is with EU immigration we dont have any say in the matter because we have open borders .", "tokenized_text": ["i", "agree", "with", "everything", "you", "said", "mate", "but", "the", "thing", "is", "with", "eu", "immigration", "we", "dont", "have", "any", "say", "in", "the", "matter", "because", "we", "have", "open", "borders"]}, "1518": {"text": "Everyone on SF Britain respects other Europeans we just wish our politicians would do some think about this immigration problem we have just look at London its madness .", "tokenized_text": ["everyone", "on", "sf", "britain", "respects", "other", "europeans", "we", "just", "wish", "our", "politicians", "would", "do", "some", "think", "about", "this", "immigration", "problem", "we", "have", "just", "look", "at", "london", "its", "madness"]}, "1519": {"text": "Also i would have no problem if Spain sent back the hundreds of thousands of Brits back home we dont have a right to flood a country like that with our folk .", "tokenized_text": ["also", "i", "would", "have", "no", "problem", "if", "spain", "sent", "back", "the", "hundreds", "of", "thousands", "of", "brits", "back", "home", "we", "dont", "have", "a", "right", "to", "flood", "a", "country", "like", "that", "with", "our", "folk"]}, "1520": {"text": "Let's not get above ourselves lads .", "tokenized_text": ["let", "s", "not", "get", "above", "ourselves", "lads"]}, "1521": {"text": "There is some bad news .", "tokenized_text": ["there", "is", "some", "bad", "news"]}, "1522": {"text": "I passed Andy Cameron 's house this morning and I heard him gargling .", "tokenized_text": ["i", "passed", "andy", "cameron", "s", "house", "this", "morning", "and", "i", "heard", "him", "gargling"]}, "1523": {"text": "Andy Cameron - Ally 's Tartan Army ( TOTP ) 1978 - YouTube", "tokenized_text": ["andy", "cameron", "ally", "s", "tartan", "army", "totp", "1978", "youtube"]}, "1524": {"text": "I went to an EDL rally in Luton a couple of years ago and i can tell you that the EDL are not real nationalists they are just a bunch of drunk Football hooligans They are a disgrace", "tokenized_text": ["i", "went", "to", "an", "edl", "rally", "in", "luton", "a", "couple", "of", "years", "ago", "and", "i", "can", "tell", "you", "that", "the", "edl", "are", "not", "real", "nationalists", "they", "are", "just", "a", "bunch", "of", "drunk", "football", "hooligans", "they", "are", "a", "disgrace"]}, "1525": {"text": "Just wait until we open our doors to the poor people from the TB capital of Europe , Romania .", "tokenized_text": ["just", "wait", "until", "we", "open", "our", "doors", "to", "the", "poor", "people", "from", "the", "tb", "capital", "of", "europe", "romania"]}, "1526": {"text": "Then , we can look forward to cases of Multi-Drug Resistant ( MDR ) and Extensively Drug Resistant ( XDR ) TB to become common diseases .", "tokenized_text": ["then", "we", "can", "look", "forward", "to", "cases", "of", "multi", "drug", "resistant", "mdr", "and", "extensively", "drug", "resistant", "xdr", "tb", "to", "become", "common", "diseases"]}, "1527": {"text": "Look at it this way : Most goths/emos/punks are white .", "tokenized_text": ["look", "at", "it", "this", "way", "most", "goths", "emos", "punks", "are", "white"]}, "1528": {"text": "Maybe hate crime will now apply to whites ( in an odd fashion )", "tokenized_text": ["maybe", "hate", "crime", "will", "now", "apply", "to", "whites", "in", "an", "odd", "fashion"]}, "1529": {"text": "May I share with the good people on this board a delightful and enriching video I found on YouTube of the town in which I grew up .", "tokenized_text": ["may", "i", "share", "with", "the", "good", "people", "on", "this", "board", "a", "delightful", "and", "enriching", "video", "i", "found", "on", "youtube", "of", "the", "town", "in", "which", "i", "grew", "up"]}, "1530": {"text": "Notice all the lovely Pakistani people celebrating , it warms the cockles of my heart - it really does .", "tokenized_text": ["notice", "all", "the", "lovely", "pakistani", "people", "celebrating", "it", "warms", "the", "cockles", "of", "my", "heart", "it", "really", "does"]}, "1531": {"text": "One young Pakistani youth can be seen joyfully celebrating by standing on the roof of a bus !!!", "tokenized_text": ["one", "young", "pakistani", "youth", "can", "be", "seen", "joyfully", "celebrating", "by", "standing", "on", "the", "roof", "of", "a", "bus"]}, "1532": {"text": "I laughed and laughed at his antics !!! whilst another couple of Pakistani youths celebrate by hitching a temporary ride on a TK Maxx lorry !!!", "tokenized_text": ["i", "laughed", "and", "laughed", "at", "his", "antics", "whilst", "another", "couple", "of", "pakistani", "youths", "celebrate", "by", "hitching", "a", "temporary", "ride", "on", "a", "tk", "maxx", "lorry"]}, "1533": {"text": "Hilarious !!!", "tokenized_text": ["hilarious"]}, "1534": {"text": "Joyful times indeed !", "tokenized_text": ["joyful", "times", "indeed"]}, "1535": {"text": "Please notice as well there are none of those racist intolerant vile white people hanging about causing trouble , they were forced out long ago !", "tokenized_text": ["please", "notice", "as", "well", "there", "are", "none", "of", "those", "racist", "intolerant", "vile", "white", "people", "hanging", "about", "causing", "trouble", "they", "were", "forced", "out", "long", "ago"]}, "1536": {"text": "I hope you enjoy the celebrations as much as I did , remember people - Multiculturalism works Racism does n't Pakistani celebrating 20/20 jeet Tooting - YouTube", "tokenized_text": ["i", "hope", "you", "enjoy", "the", "celebrations", "as", "much", "as", "i", "did", "remember", "people", "multiculturalism", "works", "racism", "does", "n", "t", "pakistani", "celebrating", "20", "20", "jeet", "tooting", "youtube"]}, "1537": {"text": "I wonder why this has been introduced I would n't trust anything that is being taught in our schools - nothing in our schools is for the betterment of our white children and anything that has been newly introduced ( especially in the times we are living in now ) I would be highly sceptical .", "tokenized_text": ["i", "wonder", "why", "this", "has", "been", "introduced", "i", "would", "n", "t", "trust", "anything", "that", "is", "being", "taught", "in", "our", "schools", "nothing", "in", "our", "schools", "is", "for", "the", "betterment", "of", "our", "white", "children", "and", "anything", "that", "has", "been", "newly", "introduced", "especially", "in", "the", "times", "we", "are", "living", "in", "now", "i", "would", "be", "highly", "sceptical"]}, "1538": {"text": "The politicians need to keep feeding them to keep up the numbers which will eventually come here and vote for them .", "tokenized_text": ["the", "politicians", "need", "to", "keep", "feeding", "them", "to", "keep", "up", "the", "numbers", "which", "will", "eventually", "come", "here", "and", "vote", "for", "them"]}, "1539": {"text": "As fast as nature is trying to thin them out , our country is undoing the work .", "tokenized_text": ["as", "fast", "as", "nature", "is", "trying", "to", "thin", "them", "out", "our", "country", "is", "undoing", "the", "work"]}, "1540": {"text": "Best thing to do is go along to a Blood and Honour gig.There is one in London in 2 weeks .", "tokenized_text": ["best", "thing", "to", "do", "is", "go", "along", "to", "a", "blood", "and", "honour", "gig", "there", "is", "one", "in", "london", "in", "2", "weeks"]}, "1541": {"text": "Rampage Productions Welcome to the Blood and Honour Forum", "tokenized_text": ["rampage", "productions", "welcome", "to", "the", "blood", "and", "honour", "forum"]}, "1542": {"text": "The Official Website of the British People 's Party A few unpleasant truths re. the zionist ass lickers of the DUP", "tokenized_text": ["the", "official", "website", "of", "the", "british", "people", "s", "party", "a", "few", "unpleasant", "truths", "re", "the", "zionist", "ass", "lickers", "of", "the", "dup"]}, "1543": {"text": "Hi, just joined the forums and looking forward to joining in the discussions with fellow white nationalists and having some interesting debates , good to be here amongst friends Thewhitewolf88", "tokenized_text": ["hi", "just", "joined", "the", "forums", "and", "looking", "forward", "to", "joining", "in", "the", "discussions", "with", "fellow", "white", "nationalists", "and", "having", "some", "interesting", "debates", "good", "to", "be", "here", "amongst", "friends", "thewhitewolf88"]}, "1544": {"text": "I wonder if we 'll see any pictures of cops with garlands round their necks dancing with the natives this year ?", "tokenized_text": ["i", "wonder", "if", "we", "ll", "see", "any", "pictures", "of", "cops", "with", "garlands", "round", "their", "necks", "dancing", "with", "the", "natives", "this", "year"]}, "1545": {"text": "I recently watched an item on the BBC news in which a headteacher from a school in Birmingham was interviewed about a lack of funding .", "tokenized_text": ["i", "recently", "watched", "an", "item", "on", "the", "bbc", "news", "in", "which", "a", "headteacher", "from", "a", "school", "in", "birmingham", "was", "interviewed", "about", "a", "lack", "of", "funding"]}, "1546": {"text": "I have to say I was shocked when he said the kids at his ( Junior ) school spoke 31 different languages and teachers have had to devise a system of hand signals to communicate !", "tokenized_text": ["i", "have", "to", "say", "i", "was", "shocked", "when", "he", "said", "the", "kids", "at", "his", "junior", "school", "spoke", "31", "different", "languages", "and", "teachers", "have", "had", "to", "devise", "a", "system", "of", "hand", "signals", "to", "communicate"]}, "1547": {"text": "Absolute madness .", "tokenized_text": ["absolute", "madness"]}, "1548": {"text": "These figures show that no one now could just talk about the need to restrict non-white immigration ( as the current government does ) ; large-scale repatriation of non-whites is absolutely essential .", "tokenized_text": ["these", "figures", "show", "that", "no", "one", "now", "could", "just", "talk", "about", "the", "need", "to", "restrict", "non", "white", "immigration", "as", "the", "current", "government", "does", "large", "scale", "repatriation", "of", "non", "whites", "is", "absolutely", "essential"]}, "1549": {"text": "We'll never give up ... The jews can keep trying opening our borders and sending their third world minions after the European people but WE WILL NEVER CAPITULATE ...", "tokenized_text": ["we", "ll", "never", "give", "up", "the", "jews", "can", "keep", "trying", "opening", "our", "borders", "and", "sending", "their", "third", "world", "minions", "after", "the", "european", "people", "but", "we", "will", "never", "capitulate"]}, "1550": {"text": "False, Scotland is almost as bad as England and Scottish females have an obsession with negro males , well the ones i know do anyway .", "tokenized_text": ["false", "scotland", "is", "almost", "as", "bad", "as", "england", "and", "scottish", "females", "have", "an", "obsession", "with", "negro", "males", "well", "the", "ones", "i", "know", "do", "anyway"]}, "1551": {"text": "I know that Mississippi is full of blacks but is it really that bad over there that real white folks are trying to move to overpriced liberal ( my assumption ) Britain ?", "tokenized_text": ["i", "know", "that", "mississippi", "is", "full", "of", "blacks", "but", "is", "it", "really", "that", "bad", "over", "there", "that", "real", "white", "folks", "are", "trying", "to", "move", "to", "overpriced", "liberal", "my", "assumption", "britain"]}, "1552": {"text": "Are you talking about acting civilized or actual racial mixing ?", "tokenized_text": ["are", "you", "talking", "about", "acting", "civilized", "or", "actual", "racial", "mixing"]}, "1553": {"text": "When the populations are not seperated racial mixing occurs and that is genocide .", "tokenized_text": ["when", "the", "populations", "are", "not", "seperated", "racial", "mixing", "occurs", "and", "that", "is", "genocide"]}, "1554": {"text": "We do not want `` assimilation '' .", "tokenized_text": ["we", "do", "not", "want", "assimilation"]}, "1555": {"text": "Depending on which part of Scotland you 're going to I might have some bad news for you about the Kaffirs .", "tokenized_text": ["depending", "on", "which", "part", "of", "scotland", "you", "re", "going", "to", "i", "might", "have", "some", "bad", "news", "for", "you", "about", "the", "kaffirs"]}, "1556": {"text": "Should be locked up for this , wonder how long he 'll end up serving , maybe a week if we are lucky in this country .", "tokenized_text": ["should", "be", "locked", "up", "for", "this", "wonder", "how", "long", "he", "ll", "end", "up", "serving", "maybe", "a", "week", "if", "we", "are", "lucky", "in", "this", "country"]}, "1557": {"text": "London is f' ked .", "tokenized_text": ["london", "is", "f", "ked"]}, "1558": {"text": "Anyone remember an old greyhound track ( since been closed ) in London called ' White City ' ?", "tokenized_text": ["anyone", "remember", "an", "old", "greyhound", "track", "since", "been", "closed", "in", "london", "called", "white", "city"]}, "1559": {"text": "Oh the irony ....", "tokenized_text": ["oh", "the", "irony"]}, "1560": {"text": "London is not the place to move to as a white nationalist .", "tokenized_text": ["london", "is", "not", "the", "place", "to", "move", "to", "as", "a", "white", "nationalist"]}, "1561": {"text": "In central London you will really struggle to see a white British person .", "tokenized_text": ["in", "central", "london", "you", "will", "really", "struggle", "to", "see", "a", "white", "british", "person"]}, "1562": {"text": "Blacks and Muslims are the majority .", "tokenized_text": ["blacks", "and", "muslims", "are", "the", "majority"]}, "1563": {"text": "Still like to watch the old Big Match Revisited programmes from 30 years ago showing on ITV4 .", "tokenized_text": ["still", "like", "to", "watch", "the", "old", "big", "match", "revisited", "programmes", "from", "30", "years", "ago", "showing", "on", "itv4"]}, "1564": {"text": "A good old bit of nostalgia from the days when there was hardly a blade of grass or a coon on the pitch .", "tokenized_text": ["a", "good", "old", "bit", "of", "nostalgia", "from", "the", "days", "when", "there", "was", "hardly", "a", "blade", "of", "grass", "or", "a", "coon", "on", "the", "pitch"]}, "1565": {"text": "Last week the crowd were chucking snowballs at Peter Shilton .", "tokenized_text": ["last", "week", "the", "crowd", "were", "chucking", "snowballs", "at", "peter", "shilton"]}, "1566": {"text": "Perhaps you would like to comment on the link below ?", "tokenized_text": ["perhaps", "you", "would", "like", "to", "comment", "on", "the", "link", "below"]}, "1567": {"text": "THREE times as many Muslims are in prison than 15 years ago", "tokenized_text": ["three", "times", "as", "many", "muslims", "are", "in", "prison", "than", "15", "years", "ago"]}, "1568": {"text": "No bob , i saw it 20 odd years ago on a animal rights stall in london it stuck in my mind .", "tokenized_text": ["no", "bob", "i", "saw", "it", "20", "odd", "years", "ago", "on", "a", "animal", "rights", "stall", "in", "london", "it", "stuck", "in", "my", "mind"]}, "1569": {"text": "Its got to be a quote from someone .", "tokenized_text": ["its", "got", "to", "be", "a", "quote", "from", "someone"]}, "1570": {"text": "Sort of a back handed compliment that the anti-Whites are so keen to come on here and tell us that all is lost - in their heart of hearts even they must know that what they have constructed is only temporary and all will be ripped down some day .", "tokenized_text": ["sort", "of", "a", "back", "handed", "compliment", "that", "the", "anti", "whites", "are", "so", "keen", "to", "come", "on", "here", "and", "tell", "us", "that", "all", "is", "lost", "in", "their", "heart", "of", "hearts", "even", "they", "must", "know", "that", "what", "they", "have", "constructed", "is", "only", "temporary", "and", "all", "will", "be", "ripped", "down", "some", "day"]}, "1571": {"text": "Your in ya cell 22 hours a day here u dont in general walk around the landings .", "tokenized_text": ["your", "in", "ya", "cell", "22", "hours", "a", "day", "here", "u", "dont", "in", "general", "walk", "around", "the", "landings"]}, "1572": {"text": "Any bother u go on lock down no one gets out the cells so its not that bad prison is 24 hour boredom ..", "tokenized_text": ["any", "bother", "u", "go", "on", "lock", "down", "no", "one", "gets", "out", "the", "cells", "so", "its", "not", "that", "bad", "prison", "is", "24", "hour", "boredom"]}, "1573": {"text": "I hear you loud and clear I still have n't been able to meet up with anyone .", "tokenized_text": ["i", "hear", "you", "loud", "and", "clear", "i", "still", "have", "n", "t", "been", "able", "to", "meet", "up", "with", "anyone"]}, "1574": {"text": "If you come down n ' around Sacramento California area send me a message .", "tokenized_text": ["if", "you", "come", "down", "n", "around", "sacramento", "california", "area", "send", "me", "a", "message"]}, "1575": {"text": "just wanted to give this a bump up. we have had a few good people coming to our weekly get together and would like to encourage anyone else interested in meeting and networking with us here in Calgary to feel free to pm me .", "tokenized_text": ["just", "wanted", "to", "give", "this", "a", "bump", "up", "we", "have", "had", "a", "few", "good", "people", "coming", "to", "our", "weekly", "get", "together", "and", "would", "like", "to", "encourage", "anyone", "else", "interested", "in", "meeting", "and", "networking", "with", "us", "here", "in", "calgary", "to", "feel", "free", "to", "pm", "me"]}, "1576": {"text": "I'd like to meet with anyone pro-white , white nationalist or especially national socialist like myself .", "tokenized_text": ["i", "d", "like", "to", "meet", "with", "anyone", "pro", "white", "white", "nationalist", "or", "especially", "national", "socialist", "like", "myself"]}, "1577": {"text": "If anyone lives near London , ON .", "tokenized_text": ["if", "anyone", "lives", "near", "london", "on"]}, "1578": {"text": "Shoot me a message .", "tokenized_text": ["shoot", "me", "a", "message"]}, "1579": {"text": "^ ... And I now have a new contender for the top space on my list of traitors to be hung when Europe awakens .", "tokenized_text": ["and", "i", "now", "have", "a", "new", "contender", "for", "the", "top", "space", "on", "my", "list", "of", "traitors", "to", "be", "hung", "when", "europe", "awakens"]}, "1580": {"text": "Hi i need some information to understand the meaning of the negrogreek homo and the race-mixer tag of the HELLENIC THREAD .", "tokenized_text": ["hi", "i", "need", "some", "information", "to", "understand", "the", "meaning", "of", "the", "negrogreek", "homo", "and", "the", "race", "mixer", "tag", "of", "the", "hellenic", "thread"]}, "1581": {"text": "THANKS", "tokenized_text": ["thanks"]}, "1582": {"text": "I saw the clip too .", "tokenized_text": ["i", "saw", "the", "clip", "too"]}, "1583": {"text": "I 'm surprised that on national television they let to be broadcast such a politically incorrect video .", "tokenized_text": ["i", "m", "surprised", "that", "on", "national", "television", "they", "let", "to", "be", "broadcast", "such", "a", "politically", "incorrect", "video"]}, "1584": {"text": "But I bet They knew exactly why to let it appear on television , only to create a bigger tension between the gypsies and the czechs .", "tokenized_text": ["but", "i", "bet", "they", "knew", "exactly", "why", "to", "let", "it", "appear", "on", "television", "only", "to", "create", "a", "bigger", "tension", "between", "the", "gypsies", "and", "the", "czechs"]}, "1585": {"text": "Ever noticed how they always say that about the Romans or Greek armies ... No one says ' ' oh I wonder how many non Whites were on the Goth or Gaul armies ' ' .", "tokenized_text": ["ever", "noticed", "how", "they", "always", "say", "that", "about", "the", "romans", "or", "greek", "armies", "no", "one", "says", "oh", "i", "wonder", "how", "many", "non", "whites", "were", "on", "the", "goth", "or", "gaul", "armies"]}, "1586": {"text": "You mean Warsaw Uprising Museum .", "tokenized_text": ["you", "mean", "warsaw", "uprising", "museum"]}, "1587": {"text": "I was there and I must say it 's great museum .", "tokenized_text": ["i", "was", "there", "and", "i", "must", "say", "it", "s", "great", "museum"]}, "1588": {"text": "You can feel there like in 1944 .", "tokenized_text": ["you", "can", "feel", "there", "like", "in", "1944"]}, "1589": {"text": "Let me make it clear I do not like muslims but they are still slavs so they are my brothers , as long as they keep the religion to themselves then there is no problem for me .", "tokenized_text": ["let", "me", "make", "it", "clear", "i", "do", "not", "like", "muslims", "but", "they", "are", "still", "slavs", "so", "they", "are", "my", "brothers", "as", "long", "as", "they", "keep", "the", "religion", "to", "themselves", "then", "there", "is", "no", "problem", "for", "me"]}, "1590": {"text": "Thank you and this is video I 've made for all of us after I made those for each ethnics : Sons of Europe - Legacy - YouTube Only Unity", "tokenized_text": ["thank", "you", "and", "this", "is", "video", "i", "ve", "made", "for", "all", "of", "us", "after", "i", "made", "those", "for", "each", "ethnics", "sons", "of", "europe", "legacy", "youtube", "only", "unity"]}, "1591": {"text": "Plans for largest mosque in Ireland given go ahead Read more : Plans for largest mosque in Ireland given go ahead | Irish News | IrishCentral Follow us : @IrishCentral on Twitter | IrishCentral on Facebook", "tokenized_text": ["plans", "for", "largest", "mosque", "in", "ireland", "given", "go", "ahead", "read", "more", "plans", "for", "largest", "mosque", "in", "ireland", "given", "go", "ahead", "irish", "news", "irishcentral", "follow", "us", "irishcentral", "on", "twitter", "irishcentral", "on", "facebook"]}, "1592": {"text": "I think you all got your way , and they closed down the German minority in Upper Silesia thread under Activism and Politics in Europe .", "tokenized_text": ["i", "think", "you", "all", "got", "your", "way", "and", "they", "closed", "down", "the", "german", "minority", "in", "upper", "silesia", "thread", "under", "activism", "and", "politics", "in", "europe"]}, "1593": {"text": "**** off bulgar turkic peice of * * * * and * * * * ustasha KOSOVO belongs to SERB\u0130A get used to it however much you hate serbs , also by the way Makedonia belongs to Greece not bulgayria", "tokenized_text": ["off", "bulgar", "turkic", "peice", "of", "and", "ustasha", "kosovo", "belongs", "to", "serbi", "a", "get", "used", "to", "it", "however", "much", "you", "hate", "serbs", "also", "by", "the", "way", "makedonia", "belongs", "to", "greece", "not", "bulgayria"]}, "1594": {"text": "If thats where we are heading then its a sad future indeed .", "tokenized_text": ["if", "thats", "where", "we", "are", "heading", "then", "its", "a", "sad", "future", "indeed"]}, "1595": {"text": "There was probably a lot more as well , those documents just got ' lost ' .", "tokenized_text": ["there", "was", "probably", "a", "lot", "more", "as", "well", "those", "documents", "just", "got", "lost"]}, "1596": {"text": "RIP Germany YouTube - & #x202a ; Pierre Vogel und Bilal Philips in Frankfurt ( RTL NEWS ) Deutschland & #x202c ; & rlm ; 1 lone German woman standing up YouTube - & #x202a ; Female Protester Disrupts Muslim Radicals Rallying in Frankfurt , Germany & #x202c ; & rlm ;", "tokenized_text": ["rip", "germany", "youtube", "x202a", "pierre", "vogel", "und", "bilal", "philips", "in", "frankfurt", "rtl", "news", "deutschland", "x202c", "rlm", "1", "lone", "german", "woman", "standing", "up", "youtube", "x202a", "female", "protester", "disrupts", "muslim", "radicals", "rallying", "in", "frankfurt", "germany", "x202c", "rlm"]}, "1597": {"text": "The worst thing happened to internet freedoms when albanians used their spare time from selling drugs to learn to use computers .", "tokenized_text": ["the", "worst", "thing", "happened", "to", "internet", "freedoms", "when", "albanians", "used", "their", "spare", "time", "from", "selling", "drugs", "to", "learn", "to", "use", "computers"]}, "1598": {"text": "Greece and Serbia Against All / ????? ? ?????? ?????? ???? ( HD 1080p ) - YouTube Thank you brother Greeks !!!", "tokenized_text": ["greece", "and", "serbia", "against", "all", "hd", "1080p", "youtube", "thank", "you", "brother", "greeks"]}, "1599": {"text": "We will never forget this to your nation and to your country !", "tokenized_text": ["we", "will", "never", "forget", "this", "to", "your", "nation", "and", "to", "your", "country"]}, "1600": {"text": "They have been heavily attacked lately .", "tokenized_text": ["they", "have", "been", "heavily", "attacked", "lately"]}, "1601": {"text": "The site was down for 2 days but is now online again .", "tokenized_text": ["the", "site", "was", "down", "for", "2", "days", "but", "is", "now", "online", "again"]}, "1602": {"text": "Strange that you cant visit it anymore .", "tokenized_text": ["strange", "that", "you", "cant", "visit", "it", "anymore"]}, "1603": {"text": "This gay kill a young bulgarian man to protect some criminal brown gypsy from beating This is the true face of so-called `` anti-racist '' !", "tokenized_text": ["this", "gay", "kill", "a", "young", "bulgarian", "man", "to", "protect", "some", "criminal", "brown", "gypsy", "from", "beating", "this", "is", "the", "true", "face", "of", "so", "called", "anti", "racist"]}, "1604": {"text": "Romanians and Italians are fighting with one another while the enemy of all Latin people and of all Aryan humanity is laughing up his sleeve .", "tokenized_text": ["romanians", "and", "italians", "are", "fighting", "with", "one", "another", "while", "the", "enemy", "of", "all", "latin", "people", "and", "of", "all", "aryan", "humanity", "is", "laughing", "up", "his", "sleeve"]}, "1605": {"text": "I just created a new user group for all members of Stormfront with Slavic ancestry !", "tokenized_text": ["i", "just", "created", "a", "new", "user", "group", "for", "all", "members", "of", "stormfront", "with", "slavic", "ancestry"]}, "1606": {"text": "Feel free to join !!", "tokenized_text": ["feel", "free", "to", "join"]}, "1607": {"text": "https : //www.stormfront.org/forum/group.php ? groupid = 257", "tokenized_text": ["https", "www", "stormfront", "org", "forum", "group", "php", "groupid", "257"]}, "1608": {"text": "Myself unfortunately I was never there , but my friend goes every year and she says it is great .", "tokenized_text": ["myself", "unfortunately", "i", "was", "never", "there", "but", "my", "friend", "goes", "every", "year", "and", "she", "says", "it", "is", "great"]}, "1609": {"text": "People from whole Europe come here for that .", "tokenized_text": ["people", "from", "whole", "europe", "come", "here", "for", "that"]}, "1610": {"text": "Graveland was my favourite band until Prawo Stali , then there was too much of same material released one after another , but on myspace he has new material , new sound , I ca n't wait for this .", "tokenized_text": ["graveland", "was", "my", "favourite", "band", "until", "prawo", "stali", "then", "there", "was", "too", "much", "of", "same", "material", "released", "one", "after", "another", "but", "on", "myspace", "he", "has", "new", "material", "new", "sound", "i", "ca", "n", "t", "wait", "for", "this"]}, "1611": {"text": "Production of white babies and increasing white population is a task of each white couple .", "tokenized_text": ["production", "of", "white", "babies", "and", "increasing", "white", "population", "is", "a", "task", "of", "each", "white", "couple"]}, "1612": {"text": "I feel that I want to practice ...", "tokenized_text": ["i", "feel", "that", "i", "want", "to", "practice"]}, "1613": {"text": "And on another note , we have some news : Ruger Corporate Sturm , Ruger & Company , Inc. Reports Strong First Quarter Bookings March 21 , 2012 Sturm , Ruger & Company , Inc. ( NYSE : RGR ) , announced today that for the first quarter 2012 , the Company has received orders for more than one million units .", "tokenized_text": ["and", "on", "another", "note", "we", "have", "some", "news", "ruger", "corporate", "sturm", "ruger", "company", "inc", "reports", "strong", "first", "quarter", "bookings", "march", "21", "2012", "sturm", "ruger", "company", "inc", "nyse", "rgr", "announced", "today", "that", "for", "the", "first", "quarter", "2012", "the", "company", "has", "received", "orders", "for", "more", "than", "one", "million", "units"]}, "1614": {"text": "Therefore , the Company has temporarily suspended the acceptance of new orders .", "tokenized_text": ["therefore", "the", "company", "has", "temporarily", "suspended", "the", "acceptance", "of", "new", "orders"]}, "1615": {"text": "I've replied to a few posts by guys in the past and got no reply back , so some of us ladies ARE actually trying", "tokenized_text": ["i", "ve", "replied", "to", "a", "few", "posts", "by", "guys", "in", "the", "past", "and", "got", "no", "reply", "back", "so", "some", "of", "us", "ladies", "are", "actually", "trying"]}, "1616": {"text": "I got nothing against the Slavs , just we are NOT slavs .", "tokenized_text": ["i", "got", "nothing", "against", "the", "slavs", "just", "we", "are", "not", "slavs"]}, "1617": {"text": "We are part of the thraco-celtic ethnic group .", "tokenized_text": ["we", "are", "part", "of", "the", "thraco", "celtic", "ethnic", "group"]}, "1618": {"text": "Here 's a salute from Bulgaria to all comrades : http://zazz.bg/play : cf3bf803", "tokenized_text": ["here", "s", "a", "salute", "from", "bulgaria", "to", "all", "comrades", "http", "zazz", "bg", "play", "cf3bf803"]}, "1619": {"text": "I wonder how many moms would kill to look that good after having a kid .", "tokenized_text": ["i", "wonder", "how", "many", "moms", "would", "kill", "to", "look", "that", "good", "after", "having", "a", "kid"]}, "1620": {"text": "Let alone 6 of them .", "tokenized_text": ["let", "alone", "6", "of", "them"]}, "1621": {"text": "You 're beautiful !", "tokenized_text": ["you", "re", "beautiful"]}, "1622": {"text": "I live in Napervile , and CF < let me know when ya have a date for that get together , I would love to go .", "tokenized_text": ["i", "live", "in", "napervile", "and", "cf", "let", "me", "know", "when", "ya", "have", "a", "date", "for", "that", "get", "together", "i", "would", "love", "to", "go"]}, "1623": {"text": "Since you are new let me direct you to a site that also has good info and puts out a paper called the Nationalist Times .", "tokenized_text": ["since", "you", "are", "new", "let", "me", "direct", "you", "to", "a", "site", "that", "also", "has", "good", "info", "and", "puts", "out", "a", "paper", "called", "the", "nationalist", "times"]}, "1624": {"text": "ANU.ORG is the address read and enjoy !", "tokenized_text": ["anu", "org", "is", "the", "address", "read", "and", "enjoy"]}, "1625": {"text": "I live in New Richmond , Ohio which is almost all White but the kids are brain-washed with Mtv and try to act like the Blacks they watch for hours in rap videos on Mtv .", "tokenized_text": ["i", "live", "in", "new", "richmond", "ohio", "which", "is", "almost", "all", "white", "but", "the", "kids", "are", "brain", "washed", "with", "mtv", "and", "try", "to", "act", "like", "the", "blacks", "they", "watch", "for", "hours", "in", "rap", "videos", "on", "mtv"]}, "1626": {"text": "For example , almost all the 12 year olds last year dressed up a `` Wiggers '' , `` Whores '' , or `` Pimps '' for Halloween !", "tokenized_text": ["for", "example", "almost", "all", "the", "12", "year", "olds", "last", "year", "dressed", "up", "a", "wiggers", "whores", "or", "pimps", "for", "halloween"]}, "1627": {"text": "Literally !!!!", "tokenized_text": ["literally"]}, "1628": {"text": "It 's parents working all the time and letting their kids watch hours of Mtv after they get home from school , makes the girls think that dressing and acting like the `` Ho 's '' in rap videos is cool and is all they are good for is to be `` pimped '' out !", "tokenized_text": ["it", "s", "parents", "working", "all", "the", "time", "and", "letting", "their", "kids", "watch", "hours", "of", "mtv", "after", "they", "get", "home", "from", "school", "makes", "the", "girls", "think", "that", "dressing", "and", "acting", "like", "the", "ho", "s", "in", "rap", "videos", "is", "cool", "and", "is", "all", "they", "are", "good", "for", "is", "to", "be", "pimped", "out"]}, "1629": {"text": "It 's common in the schools here !", "tokenized_text": ["it", "s", "common", "in", "the", "schools", "here"]}, "1630": {"text": "glad to see so many people out here seems like we are few and far the way things are out here", "tokenized_text": ["glad", "to", "see", "so", "many", "people", "out", "here", "seems", "like", "we", "are", "few", "and", "far", "the", "way", "things", "are", "out", "here"]}, "1631": {"text": "And thanks to a great mother her son will grow up to be a proud white man Btw is that the famous cat from hell", "tokenized_text": ["and", "thanks", "to", "a", "great", "mother", "her", "son", "will", "grow", "up", "to", "be", "a", "proud", "white", "man", "btw", "is", "that", "the", "famous", "cat", "from", "hell"]}, "1632": {"text": "yeah i have lived in a few big american cities as far as big cities go though i think denver is one of the beytter ones 2508", "tokenized_text": ["yeah", "i", "have", "lived", "in", "a", "few", "big", "american", "cities", "as", "far", "as", "big", "cities", "go", "though", "i", "think", "denver", "is", "one", "of", "the", "beytter", "ones", "2508"]}, "1633": {"text": "I want to meet some single women in the Wichita area for friendship maybe more .", "tokenized_text": ["i", "want", "to", "meet", "some", "single", "women", "in", "the", "wichita", "area", "for", "friendship", "maybe", "more"]}, "1634": {"text": "I am a single parent living with my 11 year old son .", "tokenized_text": ["i", "am", "a", "single", "parent", "living", "with", "my", "11", "year", "old", "son"]}, "1635": {"text": "I'm happy for the two of you .", "tokenized_text": ["i", "m", "happy", "for", "the", "two", "of", "you"]}, "1636": {"text": "I 'm getting ready to head out to move in with my SF romance in a couple of days .", "tokenized_text": ["i", "m", "getting", "ready", "to", "head", "out", "to", "move", "in", "with", "my", "sf", "romance", "in", "a", "couple", "of", "days"]}, "1637": {"text": "14! 88 !", "tokenized_text": ["14", "88"]}, "1638": {"text": "I am looking for like-minded brothers and sisters in the Central New York state area who are looking to come together and form a racially aware society .", "tokenized_text": ["i", "am", "looking", "for", "like", "minded", "brothers", "and", "sisters", "in", "the", "central", "new", "york", "state", "area", "who", "are", "looking", "to", "come", "together", "and", "form", "a", "racially", "aware", "society"]}, "1639": {"text": "Please e-mail or IM me .", "tokenized_text": ["please", "e", "mail", "or", "im", "me"]}, "1640": {"text": "22270", "tokenized_text": ["22270"]}, "1641": {"text": "Well all of us Chicago based people should get together then and toast this disgustingly loving soon to be couple with a round of good brew .", "tokenized_text": ["well", "all", "of", "us", "chicago", "based", "people", "should", "get", "together", "then", "and", "toast", "this", "disgustingly", "loving", "soon", "to", "be", "couple", "with", "a", "round", "of", "good", "brew"]}, "1642": {"text": "Go to the audio archive of David Duke 's Town Hall and you 'll hear the voice of David Duke and other prominent pro-white activists .", "tokenized_text": ["go", "to", "the", "audio", "archive", "of", "david", "duke", "s", "town", "hall", "and", "you", "ll", "hear", "the", "voice", "of", "david", "duke", "and", "other", "prominent", "pro", "white", "activists"]}, "1643": {"text": "Here is the link .", "tokenized_text": ["here", "is", "the", "link"]}, "1644": {"text": "Hey Frank if I wasnt on the other side of the planet would I do .", "tokenized_text": ["hey", "frank", "if", "i", "wasnt", "on", "the", "other", "side", "of", "the", "planet", "would", "i", "do"]}, "1645": {"text": "You know my track record from the pms I have sent ya .", "tokenized_text": ["you", "know", "my", "track", "record", "from", "the", "pms", "i", "have", "sent", "ya"]}, "1646": {"text": "I was the child from hell , littlehatekitten and my son is one of the most well behaved children I have ever seen .", "tokenized_text": ["i", "was", "the", "child", "from", "hell", "littlehatekitten", "and", "my", "son", "is", "one", "of", "the", "most", "well", "behaved", "children", "i", "have", "ever", "seen"]}, "1647": {"text": "Maybe it skips a generation ?", "tokenized_text": ["maybe", "it", "skips", "a", "generation"]}, "1648": {"text": "welcome to mass. its been awhile since i have ben on but i am from milton , just south of boston. if looking for a friend send me a message .", "tokenized_text": ["welcome", "to", "mass", "its", "been", "awhile", "since", "i", "have", "ben", "on", "but", "i", "am", "from", "milton", "just", "south", "of", "boston", "if", "looking", "for", "a", "friend", "send", "me", "a", "message"]}, "1649": {"text": "14/88", "tokenized_text": ["14", "88"]}, "1650": {"text": "I can get a ride to see you some time this summer if that is cool i need to get up with someone in NJ as it is his name is HAL i have talk to him but i want to meet him so when i go to see him I can stop to see you if that is ok", "tokenized_text": ["i", "can", "get", "a", "ride", "to", "see", "you", "some", "time", "this", "summer", "if", "that", "is", "cool", "i", "need", "to", "get", "up", "with", "someone", "in", "nj", "as", "it", "is", "his", "name", "is", "hal", "i", "have", "talk", "to", "him", "but", "i", "want", "to", "meet", "him", "so", "when", "i", "go", "to", "see", "him", "i", "can", "stop", "to", "see", "you", "if", "that", "is", "ok"]}, "1651": {"text": "man i was in jail in waukesha a few years back and i heard that there arent any skins out there any more , hows the scene out there ? has it picked up in the last few years or was the guy i talked to full of it ?", "tokenized_text": ["man", "i", "was", "in", "jail", "in", "waukesha", "a", "few", "years", "back", "and", "i", "heard", "that", "there", "arent", "any", "skins", "out", "there", "any", "more", "hows", "the", "scene", "out", "there", "has", "it", "picked", "up", "in", "the", "last", "few", "years", "or", "was", "the", "guy", "i", "talked", "to", "full", "of", "it"]}, "1652": {"text": "id like kids eventually. but not now. as for your sterlization. that is great. there really is no use for ppl to produce kids if they are wackos. being a nutjob is herditary .", "tokenized_text": ["id", "like", "kids", "eventually", "but", "not", "now", "as", "for", "your", "sterlization", "that", "is", "great", "there", "really", "is", "no", "use", "for", "ppl", "to", "produce", "kids", "if", "they", "are", "wackos", "being", "a", "nutjob", "is", "herditary"]}, "1653": {"text": "There are a crap load of people from so cal and a whole bunch just went to a show last weekend .", "tokenized_text": ["there", "are", "a", "crap", "load", "of", "people", "from", "so", "cal", "and", "a", "whole", "bunch", "just", "went", "to", "a", "show", "last", "weekend"]}, "1654": {"text": "I know a couple of skins/klansmen who live in the HB area .", "tokenized_text": ["i", "know", "a", "couple", "of", "skins", "klansmen", "who", "live", "in", "the", "hb", "area"]}, "1655": {"text": "just joined the best membership in the world and need someone to show the ropes on this site , also looking for az girls in phoenix area .", "tokenized_text": ["just", "joined", "the", "best", "membership", "in", "the", "world", "and", "need", "someone", "to", "show", "the", "ropes", "on", "this", "site", "also", "looking", "for", "az", "girls", "in", "phoenix", "area"]}, "1656": {"text": "Live in peoria , az", "tokenized_text": ["live", "in", "peoria", "az"]}, "1657": {"text": "Normal?", "tokenized_text": ["normal"]}, "1658": {"text": "Are there any normal people left ?", "tokenized_text": ["are", "there", "any", "normal", "people", "left"]}, "1659": {"text": "Hehe !", "tokenized_text": ["hehe"]}, "1660": {"text": "Should n't they be fluffing your pillows and feeding you grapes while they watch that football game ??", "tokenized_text": ["should", "n", "t", "they", "be", "fluffing", "your", "pillows", "and", "feeding", "you", "grapes", "while", "they", "watch", "that", "football", "game"]}, "1661": {"text": "Seriously now , best of luck ! 88 Crissy", "tokenized_text": ["seriously", "now", "best", "of", "luck", "88", "crissy"]}, "1662": {"text": "Nice to see you on this board Mo. I posted a thread on this a week or so ago and here it is .", "tokenized_text": ["nice", "to", "see", "you", "on", "this", "board", "mo", "i", "posted", "a", "thread", "on", "this", "a", "week", "or", "so", "ago", "and", "here", "it", "is"]}, "1663": {"text": "https : //www.stormfront.org/forum/show ... threadid = 54094 I hope to see you around here a little more .", "tokenized_text": ["https", "www", "stormfront", "org", "forum", "show", "threadid", "54094", "i", "hope", "to", "see", "you", "around", "here", "a", "little", "more"]}, "1664": {"text": "I have always enjoyed your posts on other boards .", "tokenized_text": ["i", "have", "always", "enjoyed", "your", "posts", "on", "other", "boards"]}, "1665": {"text": "hey i just moved here and dont know anyone yet ... so if anyone lives around here id like meet ya and hang out or something .", "tokenized_text": ["hey", "i", "just", "moved", "here", "and", "dont", "know", "anyone", "yet", "so", "if", "anyone", "lives", "around", "here", "id", "like", "meet", "ya", "and", "hang", "out", "or", "something"]}, "1666": {"text": "-12oz", "tokenized_text": ["12oz"]}, "1667": {"text": "88 im looking for a white power female for talk and to hang out if you would like to hang out or talk pm me i live in austin texas.looking for a wp girl any where near austin .88", "tokenized_text": ["88", "im", "looking", "for", "a", "white", "power", "female", "for", "talk", "and", "to", "hang", "out", "if", "you", "would", "like", "to", "hang", "out", "or", "talk", "pm", "me", "i", "live", "in", "austin", "texas", "looking", "for", "a", "wp", "girl", "any", "where", "near", "austin", "88"]}, "1668": {"text": "uh the thread is about how i am never going to find a guy because i am way too picky lol", "tokenized_text": ["uh", "the", "thread", "is", "about", "how", "i", "am", "never", "going", "to", "find", "a", "guy", "because", "i", "am", "way", "too", "picky", "lol"]}, "1669": {"text": "In an effort to tie the thread back together ....", "tokenized_text": ["in", "an", "effort", "to", "tie", "the", "thread", "back", "together"]}, "1670": {"text": "I 'll be at that show AND I 'm a brunette .", "tokenized_text": ["i", "ll", "be", "at", "that", "show", "and", "i", "m", "a", "brunette"]}, "1671": {"text": "Damn , I 'm cool .", "tokenized_text": ["damn", "i", "m", "cool"]}, "1672": {"text": "I would like to help out on this project .", "tokenized_text": ["i", "would", "like", "to", "help", "out", "on", "this", "project"]}, "1673": {"text": "PM or email me when it gets to the actual planning stage please .", "tokenized_text": ["pm", "or", "email", "me", "when", "it", "gets", "to", "the", "actual", "planning", "stage", "please"]}, "1674": {"text": "WeisserSturm-why u want to kick greeks ? u have too much nationalistic minds ? then why u live in USA ?", "tokenized_text": ["weissersturm", "why", "u", "want", "to", "kick", "greeks", "u", "have", "too", "much", "nationalistic", "minds", "then", "why", "u", "live", "in", "usa"]}, "1675": {"text": "Mithotyn yea maybe in Germany and other Western European countries nazis are banned from everywhere , but in Bulgaria u can live , * * * * gypsies and some * * * * * * s/not much = 15-20 ppl in my town / u can dress like skin and beat punks/not much 15-20 guys / and ..... just u can do everything but if u live here u will not have money ( hehe i will cut some of my fingers if someone american come to live in Bulgaria ...", "tokenized_text": ["mithotyn", "yea", "maybe", "in", "germany", "and", "other", "western", "european", "countries", "nazis", "are", "banned", "from", "everywhere", "but", "in", "bulgaria", "u", "can", "live", "gypsies", "and", "some", "s", "not", "much", "15", "20", "ppl", "in", "my", "town", "u", "can", "dress", "like", "skin", "and", "beat", "punks", "not", "much", "15", "20", "guys", "and", "just", "u", "can", "do", "everything", "but", "if", "u", "live", "here", "u", "will", "not", "have", "money", "hehe", "i", "will", "cut", "some", "of", "my", "fingers", "if", "someone", "american", "come", "to", "live", "in", "bulgaria"]}, "1676": {"text": "hello. my name is sean brennan. i live in mission kansas. i 'm looking for more people in my area to hang out with. please email me at nirvana@emailnerd.com", "tokenized_text": ["hello", "my", "name", "is", "sean", "brennan", "i", "live", "in", "mission", "kansas", "i", "m", "looking", "for", "more", "people", "in", "my", "area", "to", "hang", "out", "with", "please", "email", "me", "at", "nirvana", "emailnerd", "com"]}, "1677": {"text": "Seeking any good single Woman in the Fox Valley area for some conversation and maybe some romance .", "tokenized_text": ["seeking", "any", "good", "single", "woman", "in", "the", "fox", "valley", "area", "for", "some", "conversation", "and", "maybe", "some", "romance"]}, "1678": {"text": "Are you my White Princess ?", "tokenized_text": ["are", "you", "my", "white", "princess"]}, "1679": {"text": "hi i would love to chat with u ... pm me when u are online ok ?? i am a strong aryan woman", "tokenized_text": ["hi", "i", "would", "love", "to", "chat", "with", "u", "pm", "me", "when", "u", "are", "online", "ok", "i", "am", "a", "strong", "aryan", "woman"]}, "1680": {"text": "hey everyone , i dont know really where to post this , but im new to the board and would just like to say hello to everyone. so ... hello !", "tokenized_text": ["hey", "everyone", "i", "dont", "know", "really", "where", "to", "post", "this", "but", "im", "new", "to", "the", "board", "and", "would", "just", "like", "to", "say", "hello", "to", "everyone", "so", "hello"]}, "1681": {"text": "im an irish n.s skin , id like to hear from any skin or nonskin n.s girls from around the world ! 88 ...", "tokenized_text": ["im", "an", "irish", "n", "s", "skin", "id", "like", "to", "hear", "from", "any", "skin", "or", "nonskin", "n", "s", "girls", "from", "around", "the", "world", "88"]}, "1682": {"text": "I'm looking for any white females in the fort hood area to talk to .", "tokenized_text": ["i", "m", "looking", "for", "any", "white", "females", "in", "the", "fort", "hood", "area", "to", "talk", "to"]}, "1683": {"text": "I 'm also looking for friends male or female .", "tokenized_text": ["i", "m", "also", "looking", "for", "friends", "male", "or", "female"]}, "1684": {"text": "Unfortunately I 'm over by Houston.Funny.I was born in Bastrop , La.", "tokenized_text": ["unfortunately", "i", "m", "over", "by", "houston", "funny", "i", "was", "born", "in", "bastrop", "la"]}, "1685": {"text": "BTW.Are you allread in the Texas site.I can send you an invite if you 're not.We 've got over a 100 members so far .", "tokenized_text": ["btw", "are", "you", "allread", "in", "the", "texas", "site", "i", "can", "send", "you", "an", "invite", "if", "you", "re", "not", "we", "ve", "got", "over", "a", "100", "members", "so", "far"]}, "1686": {"text": "1wolf, What is the tight referring to in your slogan .", "tokenized_text": ["1wolf", "what", "is", "the", "tight", "referring", "to", "in", "your", "slogan"]}, "1687": {"text": "Tight as in good pals ?", "tokenized_text": ["tight", "as", "in", "good", "pals"]}, "1688": {"text": "Tight as in good abs ?", "tokenized_text": ["tight", "as", "in", "good", "abs"]}, "1689": {"text": "Tight as in do n't be a tramp ?", "tokenized_text": ["tight", "as", "in", "do", "n", "t", "be", "a", "tramp"]}, "1690": {"text": "Just curious .", "tokenized_text": ["just", "curious"]}, "1691": {"text": "I have an awesome tattooist in the burbs of Chicago ...", "tokenized_text": ["i", "have", "an", "awesome", "tattooist", "in", "the", "burbs", "of", "chicago"]}, "1692": {"text": "He has won many awards and has been featured in Tatto magazine .", "tokenized_text": ["he", "has", "won", "many", "awards", "and", "has", "been", "featured", "in", "tatto", "magazine"]}, "1693": {"text": "Lass", "tokenized_text": ["lass"]}, "1694": {"text": "sounds like a good thing ....... I 'll pitch in for food .... but if we meet in a park or something like that .. somebody please .... do n't forget the beer permit ...... lol", "tokenized_text": ["sounds", "like", "a", "good", "thing", "i", "ll", "pitch", "in", "for", "food", "but", "if", "we", "meet", "in", "a", "park", "or", "something", "like", "that", "somebody", "please", "do", "n", "t", "forget", "the", "beer", "permit", "lol"]}, "1695": {"text": "im from nepa not looking for a relationship just someone to talk to my brother goes to ps in state college so im down there quite often xxboobearxx@aol.com", "tokenized_text": ["im", "from", "nepa", "not", "looking", "for", "a", "relationship", "just", "someone", "to", "talk", "to", "my", "brother", "goes", "to", "ps", "in", "state", "college", "so", "im", "down", "there", "quite", "often", "xxboobearxx", "aol", "com"]}, "1696": {"text": "i have never been noticed in a crowd for my tattoos.i have never seen anyone walking in a crowd just looking and concentrating on people with tattoos .", "tokenized_text": ["i", "have", "never", "been", "noticed", "in", "a", "crowd", "for", "my", "tattoos", "i", "have", "never", "seen", "anyone", "walking", "in", "a", "crowd", "just", "looking", "and", "concentrating", "on", "people", "with", "tattoos"]}, "1697": {"text": "hey how ya doin , my buddy showed me this place last night and ive been checkin it out , im getting ready to move to alabama later this month if i can get my yahoo to connect ill send ya a message , might half to log into chat thow .", "tokenized_text": ["hey", "how", "ya", "doin", "my", "buddy", "showed", "me", "this", "place", "last", "night", "and", "ive", "been", "checkin", "it", "out", "im", "getting", "ready", "to", "move", "to", "alabama", "later", "this", "month", "if", "i", "can", "get", "my", "yahoo", "to", "connect", "ill", "send", "ya", "a", "message", "might", "half", "to", "log", "into", "chat", "thow"]}, "1698": {"text": "The Great Northwest Oktoberfest | Whitefish , MT 59937 Join us in beautiful Whitefish , Montana for two weekends of authentic German beer , food , music and fun - Montana-style !", "tokenized_text": ["the", "great", "northwest", "oktoberfest", "whitefish", "mt", "59937", "join", "us", "in", "beautiful", "whitefish", "montana", "for", "two", "weekends", "of", "authentic", "german", "beer", "food", "music", "and", "fun", "montana", "style"]}, "1699": {"text": "Sept 26-28 & Oct 3-5 , 2013 The Great Northwest Oktoberfest - Pioneer Little Europe Community Information & Discussion The Great Northwest Oktoberfest - Pioneer Little Europe Community Information & Discussion", "tokenized_text": ["sept", "26", "28", "oct", "3", "5", "2013", "the", "great", "northwest", "oktoberfest", "pioneer", "little", "europe", "community", "information", "discussion", "the", "great", "northwest", "oktoberfest", "pioneer", "little", "europe", "community", "information", "discussion"]}, "1700": {"text": "I've lost count of the many SF MODs who wanted me to leave .", "tokenized_text": ["i", "ve", "lost", "count", "of", "the", "many", "sf", "mods", "who", "wanted", "me", "to", "leave"]}, "1701": {"text": "Most of these MODs are gone now .", "tokenized_text": ["most", "of", "these", "mods", "are", "gone", "now"]}, "1702": {"text": "I out lasted them because I follow SF rules .", "tokenized_text": ["i", "out", "lasted", "them", "because", "i", "follow", "sf", "rules"]}, "1703": {"text": "When Don Black says I am not welcome at SF I will leave .", "tokenized_text": ["when", "don", "black", "says", "i", "am", "not", "welcome", "at", "sf", "i", "will", "leave"]}, "1704": {"text": "Thank you so much for the PLE link !", "tokenized_text": ["thank", "you", "so", "much", "for", "the", "ple", "link"]}, "1705": {"text": "The points they raise ought to be brought up far more often on SF .", "tokenized_text": ["the", "points", "they", "raise", "ought", "to", "be", "brought", "up", "far", "more", "often", "on", "sf"]}, "1706": {"text": "We are looking to close on the land soon thats all I can say about the location , but I will tell you it will be in the southeast of the USA .", "tokenized_text": ["we", "are", "looking", "to", "close", "on", "the", "land", "soon", "thats", "all", "i", "can", "say", "about", "the", "location", "but", "i", "will", "tell", "you", "it", "will", "be", "in", "the", "southeast", "of", "the", "usa"]}, "1707": {"text": "That will narrow it down for most folk .", "tokenized_text": ["that", "will", "narrow", "it", "down", "for", "most", "folk"]}, "1708": {"text": "To found a white community you must be in charge of all the elements that make up a community .", "tokenized_text": ["to", "found", "a", "white", "community", "you", "must", "be", "in", "charge", "of", "all", "the", "elements", "that", "make", "up", "a", "community"]}, "1709": {"text": "You cannot just assimilate one city block at a time .", "tokenized_text": ["you", "cannot", "just", "assimilate", "one", "city", "block", "at", "a", "time"]}, "1710": {"text": "Does that make sense ?", "tokenized_text": ["does", "that", "make", "sense"]}, "1711": {"text": "To be honest I have not heard in yrs of any skinheads beating anyone up what a shame it should be an everyday event .", "tokenized_text": ["to", "be", "honest", "i", "have", "not", "heard", "in", "yrs", "of", "any", "skinheads", "beating", "anyone", "up", "what", "a", "shame", "it", "should", "be", "an", "everyday", "event"]}, "1712": {"text": "The last time I heard of anyone beating anyone up is when the guys down in miami from wctoc were arrested for doing there duty .", "tokenized_text": ["the", "last", "time", "i", "heard", "of", "anyone", "beating", "anyone", "up", "is", "when", "the", "guys", "down", "in", "miami", "from", "wctoc", "were", "arrested", "for", "doing", "there", "duty"]}, "1713": {"text": "What are the best ways to start you own white community , set up your own currency or other methods of trade with other white communities in order to support your white community ?", "tokenized_text": ["what", "are", "the", "best", "ways", "to", "start", "you", "own", "white", "community", "set", "up", "your", "own", "currency", "or", "other", "methods", "of", "trade", "with", "other", "white", "communities", "in", "order", "to", "support", "your", "white", "community"]}, "1714": {"text": "I find it kind of funny that they include no women in that picture. perhaps they didnt realize women are integral to a nation. otherwise i think its a great idea and wish them best of luck .", "tokenized_text": ["i", "find", "it", "kind", "of", "funny", "that", "they", "include", "no", "women", "in", "that", "picture", "perhaps", "they", "didnt", "realize", "women", "are", "integral", "to", "a", "nation", "otherwise", "i", "think", "its", "a", "great", "idea", "and", "wish", "them", "best", "of", "luck"]}, "1715": {"text": "No, I do n't Promote Nordic Superiority .", "tokenized_text": ["no", "i", "do", "n", "t", "promote", "nordic", "superiority"]}, "1716": {"text": "While My mother has Blond hair brown eye 's and my father Brown hair blue eye 's and i inherited my brown hair blue eye 's from my father .", "tokenized_text": ["while", "my", "mother", "has", "blond", "hair", "brown", "eye", "s", "and", "my", "father", "brown", "hair", "blue", "eye", "s", "and", "i", "inherited", "my", "brown", "hair", "blue", "eye", "s", "from", "my", "father"]}, "1717": {"text": "I do n't think that any white person with brown hair brown eye 's is infirior to me .", "tokenized_text": ["i", "do", "n", "t", "think", "that", "any", "white", "person", "with", "brown", "hair", "brown", "eye", "s", "is", "infirior", "to", "me"]}, "1718": {"text": "forming one little place ... a village or a small community that is purely White and that no other race can enter or interact with unless it has majority consent .", "tokenized_text": ["forming", "one", "little", "place", "a", "village", "or", "a", "small", "community", "that", "is", "purely", "white", "and", "that", "no", "other", "race", "can", "enter", "or", "interact", "with", "unless", "it", "has", "majority", "consent"]}, "1719": {"text": "It may have had something to do with me still working on it , so I entered your vote through the moderator 's edit option .", "tokenized_text": ["it", "may", "have", "had", "something", "to", "do", "with", "me", "still", "working", "on", "it", "so", "i", "entered", "your", "vote", "through", "the", "moderator", "s", "edit", "option"]}, "1720": {"text": "I miss my mark if the movie Jack London was n't shown at the The Jack London Literary Prize Banquet .", "tokenized_text": ["i", "miss", "my", "mark", "if", "the", "movie", "jack", "london", "was", "n", "t", "shown", "at", "the", "the", "jack", "london", "literary", "prize", "banquet"]}, "1721": {"text": "Anyone know ?", "tokenized_text": ["anyone", "know"]}, "1722": {"text": "Please notice my lengthy thread showing just a small portion of the jobs available in this area .", "tokenized_text": ["please", "notice", "my", "lengthy", "thread", "showing", "just", "a", "small", "portion", "of", "the", "jobs", "available", "in", "this", "area"]}, "1723": {"text": "Also you can check out this website .", "tokenized_text": ["also", "you", "can", "check", "out", "this", "website"]}, "1724": {"text": "http://wsd.dli.mt.gov/local/kalispell/", "tokenized_text": ["http", "wsd", "dli", "mt", "gov", "local", "kalispell"]}, "1725": {"text": "TY!", "tokenized_text": ["ty"]}, "1726": {"text": "BTW .. update coming soon with info on my drive back to Florida .", "tokenized_text": ["btw", "update", "coming", "soon", "with", "info", "on", "my", "drive", "back", "to", "florida"]}, "1727": {"text": "In August , I will be driving up a completely different way .", "tokenized_text": ["in", "august", "i", "will", "be", "driving", "up", "a", "completely", "different", "way"]}, "1728": {"text": "Yes, it is a symbol in the past and has no place in the present because when it is used for the advancement of white nationalism it proves to only hold us back so thus it shouldn t be used and should go down in history where it belongs .", "tokenized_text": ["yes", "it", "is", "a", "symbol", "in", "the", "past", "and", "has", "no", "place", "in", "the", "present", "because", "when", "it", "is", "used", "for", "the", "advancement", "of", "white", "nationalism", "it", "proves", "to", "only", "hold", "us", "back", "so", "thus", "it", "shouldn", "t", "be", "used", "and", "should", "go", "down", "in", "history", "where", "it", "belongs"]}, "1729": {"text": "There have been several bears , both grizzly and black , caught or killed here in C-Falls in the last month .", "tokenized_text": ["there", "have", "been", "several", "bears", "both", "grizzly", "and", "black", "caught", "or", "killed", "here", "in", "c", "falls", "in", "the", "last", "month"]}, "1730": {"text": "In fact , it looks like almost a dozen black bears have been euthanized all over western Montana due to illegal feeding . Grizzly bear relocated in NW Montana | KRTV.com | Great Falls , Montana", "tokenized_text": ["in", "fact", "it", "looks", "like", "almost", "a", "dozen", "black", "bears", "have", "been", "euthanized", "all", "over", "western", "montana", "due", "to", "illegal", "feeding", "grizzly", "bear", "relocated", "in", "nw", "montana", "krtv", "com", "great", "falls", "montana"]}, "1731": {"text": "I had to ride a bus downtown in the mid 70s , to take the test for my ham radio license .", "tokenized_text": ["i", "had", "to", "ride", "a", "bus", "downtown", "in", "the", "mid", "70s", "to", "take", "the", "test", "for", "my", "ham", "radio", "license"]}, "1732": {"text": "I got stuck next to a really huge black woman who stunk to high heaven , and spent the entire ride with my face as close to the window as I could get .", "tokenized_text": ["i", "got", "stuck", "next", "to", "a", "really", "huge", "black", "woman", "who", "stunk", "to", "high", "heaven", "and", "spent", "the", "entire", "ride", "with", "my", "face", "as", "close", "to", "the", "window", "as", "i", "could", "get"]}, "1733": {"text": "I have n't rode a bus since .", "tokenized_text": ["i", "have", "n", "t", "rode", "a", "bus", "since"]}, "1734": {"text": "I plan on making a trip to Kalispell in early August .", "tokenized_text": ["i", "plan", "on", "making", "a", "trip", "to", "kalispell", "in", "early", "august"]}, "1735": {"text": "Thanks for the commentary Mjodr , now I 'm getting excited !", "tokenized_text": ["thanks", "for", "the", "commentary", "mjodr", "now", "i", "m", "getting", "excited"]}, "1736": {"text": "I just passed Devil ' s Lake , ND where the flooding is .", "tokenized_text": ["i", "just", "passed", "devil", "s", "lake", "nd", "where", "the", "flooding", "is"]}, "1737": {"text": "It 's massive .", "tokenized_text": ["it", "s", "massive"]}, "1738": {"text": "They are moving the town of Church 's Falls .", "tokenized_text": ["they", "are", "moving", "the", "town", "of", "church", "s", "falls"]}, "1739": {"text": "No pictures yet .", "tokenized_text": ["no", "pictures", "yet"]}, "1740": {"text": "Call the jackass and tell him about hundreds of thousands of foreign nationals who have invaded our country and laid seige to our cities on May 1 .", "tokenized_text": ["call", "the", "jackass", "and", "tell", "him", "about", "hundreds", "of", "thousands", "of", "foreign", "nationals", "who", "have", "invaded", "our", "country", "and", "laid", "seige", "to", "our", "cities", "on", "may", "1"]}, "1741": {"text": "Very good .", "tokenized_text": ["very", "good"]}, "1742": {"text": "Hats off to the Knight 's Party !", "tokenized_text": ["hats", "off", "to", "the", "knight", "s", "party"]}, "1743": {"text": "For more on The Knight 's Party .", "tokenized_text": ["for", "more", "on", "the", "knight", "s", "party"]}, "1744": {"text": "Welcome to the Ku Klux Klan : Knights Party", "tokenized_text": ["welcome", "to", "the", "ku", "klux", "klan", "knights", "party"]}, "1745": {"text": "This looks like a nice little town ( on paper ) .", "tokenized_text": ["this", "looks", "like", "a", "nice", "little", "town", "on", "paper"]}, "1746": {"text": "Lumberton , Texas in Hardin County .", "tokenized_text": ["lumberton", "texas", "in", "hardin", "county"]}, "1747": {"text": "As of 2009 11,943 people 92.9 % White 4.7 % Hispanic .9 % Mixed .7 % Asian .4 % Black .3 % American Indian .04 % Other race alone Median income is $ 66,115 .", "tokenized_text": ["as", "of", "2009", "11", "943", "people", "92", "9", "white", "4", "7", "hispanic", "9", "mixed", "7", "asian", "4", "black", "3", "american", "indian", "04", "other", "race", "alone", "median", "income", "is", "66", "115"]}, "1748": {"text": "I found this place because I was looking up Kountze ( same county ) .", "tokenized_text": ["i", "found", "this", "place", "because", "i", "was", "looking", "up", "kountze", "same", "county"]}, "1749": {"text": "Their cheerleaders went to court for their First Amendment rights in putting Bible verses on their football game banners & won .", "tokenized_text": ["their", "cheerleaders", "went", "to", "court", "for", "their", "first", "amendment", "rights", "in", "putting", "bible", "verses", "on", "their", "football", "game", "banners", "won"]}, "1750": {"text": "Kountze is ~ 70 % White , 23 % Black , & 5 % Hispanic , so I looked in the area. in a good way. source : City Data", "tokenized_text": ["kountze", "is", "70", "white", "23", "black", "5", "hispanic", "so", "i", "looked", "in", "the", "area", "in", "a", "good", "way", "source", "city", "data"]}, "1751": {"text": "This is a petition in opposition to the banning of Golden Dawn .", "tokenized_text": ["this", "is", "a", "petition", "in", "opposition", "to", "the", "banning", "of", "golden", "dawn"]}, "1752": {"text": "Show your support for Golden Dawn and sign the petition , https : //secure.avaaz.org/en/petition ... _ free _ country/", "tokenized_text": ["show", "your", "support", "for", "golden", "dawn", "and", "sign", "the", "petition", "https", "secure", "avaaz", "org", "en", "petition", "_", "free", "_", "country"]}, "1753": {"text": "Thanks both of you for that .", "tokenized_text": ["thanks", "both", "of", "you", "for", "that"]}, "1754": {"text": "I have seen these things popping up more and more on youtube and I like it .", "tokenized_text": ["i", "have", "seen", "these", "things", "popping", "up", "more", "and", "more", "on", "youtube", "and", "i", "like", "it"]}, "1755": {"text": "And nice website also", "tokenized_text": ["and", "nice", "website", "also"]}, "1756": {"text": "You are not worth my time kid so this is the last answer you will get from me because you are now on my ignore list as are the rest of the losers that stayed with jenkins .", "tokenized_text": ["you", "are", "not", "worth", "my", "time", "kid", "so", "this", "is", "the", "last", "answer", "you", "will", "get", "from", "me", "because", "you", "are", "now", "on", "my", "ignore", "list", "as", "are", "the", "rest", "of", "the", "losers", "that", "stayed", "with", "jenkins"]}, "1757": {"text": "I run a small crew of Skinheads in the Vancouver / Portland area .", "tokenized_text": ["i", "run", "a", "small", "crew", "of", "skinheads", "in", "the", "vancouver", "portland", "area"]}, "1758": {"text": "We distribute propaganda , educate people , help whites , employ whites , post online , network , keep our neighborhoods safe , etc ...", "tokenized_text": ["we", "distribute", "propaganda", "educate", "people", "help", "whites", "employ", "whites", "post", "online", "network", "keep", "our", "neighborhoods", "safe", "etc"]}, "1759": {"text": "Move the fight over to the other thread .", "tokenized_text": ["move", "the", "fight", "over", "to", "the", "other", "thread"]}, "1760": {"text": "Let 's keep fights under one roof over there and keep this one fight free .", "tokenized_text": ["let", "s", "keep", "fights", "under", "one", "roof", "over", "there", "and", "keep", "this", "one", "fight", "free"]}, "1761": {"text": "Charlton Heston is rolling over in his grave knowing an ape has been elected to the white house .", "tokenized_text": ["charlton", "heston", "is", "rolling", "over", "in", "his", "grave", "knowing", "an", "ape", "has", "been", "elected", "to", "the", "white", "house"]}, "1762": {"text": "Planet of the apes .", "tokenized_text": ["planet", "of", "the", "apes"]}, "1763": {"text": "If anyone wants to watch sports , whether white or non-white , let them .", "tokenized_text": ["if", "anyone", "wants", "to", "watch", "sports", "whether", "white", "or", "non", "white", "let", "them"]}, "1764": {"text": "The only sports I watch are the 99 % white leagues my 6 white grandchildren play in .", "tokenized_text": ["the", "only", "sports", "i", "watch", "are", "the", "99", "white", "leagues", "my", "6", "white", "grandchildren", "play", "in"]}, "1765": {"text": "Good.", "tokenized_text": ["good"]}, "1766": {"text": "Now that the little troll is no longer going to nip at my pant 's leg , lets now look at the platform :", "tokenized_text": ["now", "that", "the", "little", "troll", "is", "no", "longer", "going", "to", "nip", "at", "my", "pant", "s", "leg", "lets", "now", "look", "at", "the", "platform"]}, "1767": {"text": "Why do you have the need to celebrate anyone 's birthday that day anyway ?", "tokenized_text": ["why", "do", "you", "have", "the", "need", "to", "celebrate", "anyone", "s", "birthday", "that", "day", "anyway"]}, "1768": {"text": "I plan on celebrating being White that entire 24 hours .", "tokenized_text": ["i", "plan", "on", "celebrating", "being", "white", "that", "entire", "24", "hours"]}, "1769": {"text": "There is no greater reason to be joyous than that .", "tokenized_text": ["there", "is", "no", "greater", "reason", "to", "be", "joyous", "than", "that"]}, "1770": {"text": "This is a special thanks to all those who had the patience to wait it out while I constructed this article .", "tokenized_text": ["this", "is", "a", "special", "thanks", "to", "all", "those", "who", "had", "the", "patience", "to", "wait", "it", "out", "while", "i", "constructed", "this", "article"]}, "1771": {"text": "And that small group , properly radicalized , is the target audience of our propaganda efforts and shall be the nucleus of the new order of the ages", "tokenized_text": ["and", "that", "small", "group", "properly", "radicalized", "is", "the", "target", "audience", "of", "our", "propaganda", "efforts", "and", "shall", "be", "the", "nucleus", "of", "the", "new", "order", "of", "the", "ages"]}, "1772": {"text": "No figures are available because none are made public .", "tokenized_text": ["no", "figures", "are", "available", "because", "none", "are", "made", "public"]}, "1773": {"text": "It is certainly enough money to keep hundreds of jews employed by over a dozen companies involved in the certification process .", "tokenized_text": ["it", "is", "certainly", "enough", "money", "to", "keep", "hundreds", "of", "jews", "employed", "by", "over", "a", "dozen", "companies", "involved", "in", "the", "certification", "process"]}, "1774": {"text": "Hey guys please go here to help us send the Mexicans back to Mexico .", "tokenized_text": ["hey", "guys", "please", "go", "here", "to", "help", "us", "send", "the", "mexicans", "back", "to", "mexico"]}, "1775": {"text": "We 're also looking for people to sign our petition and give their opinions on the topic .", "tokenized_text": ["we", "re", "also", "looking", "for", "people", "to", "sign", "our", "petition", "and", "give", "their", "opinions", "on", "the", "topic"]}, "1776": {"text": "http://www.getmycountryback.com", "tokenized_text": ["http", "www", "getmycountryback", "com"]}, "1777": {"text": "Strong, firm parents who bring up their children with Values are a good breeding ground for future leaders .", "tokenized_text": ["strong", "firm", "parents", "who", "bring", "up", "their", "children", "with", "values", "are", "a", "good", "breeding", "ground", "for", "future", "leaders"]}, "1778": {"text": "We ought to give this material a better edge for their advancement in life , business and politics !", "tokenized_text": ["we", "ought", "to", "give", "this", "material", "a", "better", "edge", "for", "their", "advancement", "in", "life", "business", "and", "politics"]}, "1779": {"text": "Yeah, it surprised me .", "tokenized_text": ["yeah", "it", "surprised", "me"]}, "1780": {"text": "Wisconsin should have way more than what this map shows .", "tokenized_text": ["wisconsin", "should", "have", "way", "more", "than", "what", "this", "map", "shows"]}, "1781": {"text": "I guess most of them keep to themselves .", "tokenized_text": ["i", "guess", "most", "of", "them", "keep", "to", "themselves"]}, "1782": {"text": "That's a good point , awake777 .", "tokenized_text": ["that", "s", "a", "good", "point", "awake777"]}, "1783": {"text": "Turn off all pop-up blockers , Zone Alarm , and so on .", "tokenized_text": ["turn", "off", "all", "pop", "up", "blockers", "zone", "alarm", "and", "so", "on"]}, "1784": {"text": "KOGO 's online radio software is blocked by many of these blockers .", "tokenized_text": ["kogo", "s", "online", "radio", "software", "is", "blocked", "by", "many", "of", "these", "blockers"]}, "1785": {"text": "I hope we 're above that sort of thing .", "tokenized_text": ["i", "hope", "we", "re", "above", "that", "sort", "of", "thing"]}, "1786": {"text": "Besides anyone really concerned about privacy and security will regularly scan for and remove any spyware on their computers .", "tokenized_text": ["besides", "anyone", "really", "concerned", "about", "privacy", "and", "security", "will", "regularly", "scan", "for", "and", "remove", "any", "spyware", "on", "their", "computers"]}, "1787": {"text": "well i was thinking human and i agree i think there could be some good in it providing it was wortrh it !", "tokenized_text": ["well", "i", "was", "thinking", "human", "and", "i", "agree", "i", "think", "there", "could", "be", "some", "good", "in", "it", "providing", "it", "was", "wortrh", "it"]}, "1788": {"text": "Thanks, but I 'll pass .", "tokenized_text": ["thanks", "but", "i", "ll", "pass"]}, "1789": {"text": "I work in close proximity to more of them than I care to .", "tokenized_text": ["i", "work", "in", "close", "proximity", "to", "more", "of", "them", "than", "i", "care", "to"]}, "1790": {"text": "I watch very little television and what little I do watch sure as hell wo n't be spent as a study of the common * * * * * * s psyche .", "tokenized_text": ["i", "watch", "very", "little", "television", "and", "what", "little", "i", "do", "watch", "sure", "as", "hell", "wo", "n", "t", "be", "spent", "as", "a", "study", "of", "the", "common", "s", "psyche"]}, "1791": {"text": "Or a classified section for employment or contract services .", "tokenized_text": ["or", "a", "classified", "section", "for", "employment", "or", "contract", "services"]}, "1792": {"text": "Actual names and places could be transmitted using the Private Message function .", "tokenized_text": ["actual", "names", "and", "places", "could", "be", "transmitted", "using", "the", "private", "message", "function"]}, "1793": {"text": "We had about 500 people in DC last year for a rally and concert and several dozen more at a rally the same day in Topeka .", "tokenized_text": ["we", "had", "about", "500", "people", "in", "dc", "last", "year", "for", "a", "rally", "and", "concert", "and", "several", "dozen", "more", "at", "a", "rally", "the", "same", "day", "in", "topeka"]}, "1794": {"text": "The DC rally was organized by the National Alliance but lots of other groups and non-members were there as well , the Topeka rally was a joint WCotC/National Socialist rally .", "tokenized_text": ["the", "dc", "rally", "was", "organized", "by", "the", "national", "alliance", "but", "lots", "of", "other", "groups", "and", "non", "members", "were", "there", "as", "well", "the", "topeka", "rally", "was", "a", "joint", "wcotc", "national", "socialist", "rally"]}, "1795": {"text": "I think that it is fair to say that the National Alliance is a secular organization that has taken a specific stance against multicultural Christianity for political reasons and has also had prominent members who have promoted non-Christian religions or spiritual paths .", "tokenized_text": ["i", "think", "that", "it", "is", "fair", "to", "say", "that", "the", "national", "alliance", "is", "a", "secular", "organization", "that", "has", "taken", "a", "specific", "stance", "against", "multicultural", "christianity", "for", "political", "reasons", "and", "has", "also", "had", "prominent", "members", "who", "have", "promoted", "non", "christian", "religions", "or", "spiritual", "paths"]}, "1796": {"text": "The kikes probably put the Leftist up to it , to make it seem like they do n't have total control of everyone .", "tokenized_text": ["the", "kikes", "probably", "put", "the", "leftist", "up", "to", "it", "to", "make", "it", "seem", "like", "they", "do", "n", "t", "have", "total", "control", "of", "everyone"]}, "1797": {"text": "This is just some horny dumb kid .", "tokenized_text": ["this", "is", "just", "some", "horny", "dumb", "kid"]}, "1798": {"text": "We have more than a few of them , but thankfully not every kid here is like this .", "tokenized_text": ["we", "have", "more", "than", "a", "few", "of", "them", "but", "thankfully", "not", "every", "kid", "here", "is", "like", "this"]}, "1799": {"text": "The Philippines ?", "tokenized_text": ["the", "philippines"]}, "1800": {"text": "Jesus Christ ...", "tokenized_text": ["jesus", "christ"]}, "1801": {"text": "Look at that evil slave ship with the evil slave master forcing the blacks to leave their utopian paradise in Africa http://www.europeandailynews.org/wp-...anmigrants.jpg", "tokenized_text": ["look", "at", "that", "evil", "slave", "ship", "with", "the", "evil", "slave", "master", "forcing", "the", "blacks", "to", "leave", "their", "utopian", "paradise", "in", "africa", "http", "www", "europeandailynews", "org", "wp", "anmigrants", "jpg"]}, "1802": {"text": "As a brit my knowledge of american law is somewhat lacking but even i know that this holder groid has committed treason", "tokenized_text": ["as", "a", "brit", "my", "knowledge", "of", "american", "law", "is", "somewhat", "lacking", "but", "even", "i", "know", "that", "this", "holder", "groid", "has", "committed", "treason"]}, "1803": {"text": "I have never heard a song by this idiot negro but the press is always talking about everything he says or does .", "tokenized_text": ["i", "have", "never", "heard", "a", "song", "by", "this", "idiot", "negro", "but", "the", "press", "is", "always", "talking", "about", "everything", "he", "says", "or", "does"]}, "1804": {"text": "Who TF cares ?", "tokenized_text": ["who", "tf", "cares"]}, "1805": {"text": "Where do you get that ?", "tokenized_text": ["where", "do", "you", "get", "that"]}, "1806": {"text": "So if a child asks his parents what are they celebrating the parents will answer `` we are celebrating secularism '' ?", "tokenized_text": ["so", "if", "a", "child", "asks", "his", "parents", "what", "are", "they", "celebrating", "the", "parents", "will", "answer", "we", "are", "celebrating", "secularism"]}, "1807": {"text": "I just do n't have the extra concern to care about Tibet ...", "tokenized_text": ["i", "just", "do", "n", "t", "have", "the", "extra", "concern", "to", "care", "about", "tibet"]}, "1808": {"text": "My Home Town is overran with spics and sec 8 coons at this junction .", "tokenized_text": ["my", "home", "town", "is", "overran", "with", "spics", "and", "sec", "8", "coons", "at", "this", "junction"]}, "1809": {"text": "It is called priorities .", "tokenized_text": ["it", "is", "called", "priorities"]}, "1810": {"text": "Look who is talking .", "tokenized_text": ["look", "who", "is", "talking"]}, "1811": {"text": "Nothing has ever been as harmful to society as jews , their savage beasts , and their thoughtless gimmiegrunts .", "tokenized_text": ["nothing", "has", "ever", "been", "as", "harmful", "to", "society", "as", "jews", "their", "savage", "beasts", "and", "their", "thoughtless", "gimmiegrunts"]}, "1812": {"text": "For some reason these immigrants do n't have the same bad attitudes US blacks do .", "tokenized_text": ["for", "some", "reason", "these", "immigrants", "do", "n", "t", "have", "the", "same", "bad", "attitudes", "us", "blacks", "do"]}, "1813": {"text": "Hopefully they wo n't settle in US black communities and pick up their bad habits .", "tokenized_text": ["hopefully", "they", "wo", "n", "t", "settle", "in", "us", "black", "communities", "and", "pick", "up", "their", "bad", "habits"]}, "1814": {"text": "Yeah, after losing peanut butter as their claim to fame , they 'll have to fall back on the Super Soaker .", "tokenized_text": ["yeah", "after", "losing", "peanut", "butter", "as", "their", "claim", "to", "fame", "they", "ll", "have", "to", "fall", "back", "on", "the", "super", "soaker"]}, "1815": {"text": "Although , the water gun had already been invented , so IMO its dumb to call it an `` invention '' . super soaker inventor - YouTube", "tokenized_text": ["although", "the", "water", "gun", "had", "already", "been", "invented", "so", "imo", "its", "dumb", "to", "call", "it", "an", "invention", "super", "soaker", "inventor", "youtube"]}, "1816": {"text": "Can we have a warning before pictures like that are posted on here please ?", "tokenized_text": ["can", "we", "have", "a", "warning", "before", "pictures", "like", "that", "are", "posted", "on", "here", "please"]}, "1817": {"text": "Or hide it behind a link or something ?", "tokenized_text": ["or", "hide", "it", "behind", "a", "link", "or", "something"]}, "1818": {"text": "oddly i would find it worst if she here black , since Negroes are the most inferior and scum bag humanoid race in our planet .", "tokenized_text": ["oddly", "i", "would", "find", "it", "worst", "if", "she", "here", "black", "since", "negroes", "are", "the", "most", "inferior", "and", "scum", "bag", "humanoid", "race", "in", "our", "planet"]}, "1819": {"text": "wtf is feminist about a child speaking out against being trafficked to an old pedophile or anyone else objecting to pedophilia ?", "tokenized_text": ["wtf", "is", "feminist", "about", "a", "child", "speaking", "out", "against", "being", "trafficked", "to", "an", "old", "pedophile", "or", "anyone", "else", "objecting", "to", "pedophilia"]}, "1820": {"text": "MORON", "tokenized_text": ["moron"]}, "1821": {"text": "Yeah, seems Negroes are too stupid or too arrogant to use an existing thread , so we see a new `` we be eguptshuns an sheet '' every week or so .", "tokenized_text": ["yeah", "seems", "negroes", "are", "too", "stupid", "or", "too", "arrogant", "to", "use", "an", "existing", "thread", "so", "we", "see", "a", "new", "we", "be", "eguptshuns", "an", "sheet", "every", "week", "or", "so"]}, "1822": {"text": "WOW!!!", "tokenized_text": ["wow"]}, "1823": {"text": "High time they get back to mother Affika and fix that mess .", "tokenized_text": ["high", "time", "they", "get", "back", "to", "mother", "affika", "and", "fix", "that", "mess"]}, "1824": {"text": "Hey negro geniuses !", "tokenized_text": ["hey", "negro", "geniuses"]}, "1825": {"text": "Swim back to Liberia--with a jew under each arm !", "tokenized_text": ["swim", "back", "to", "liberia", "with", "a", "jew", "under", "each", "arm"]}, "1826": {"text": "We're speaking out against our race being destroyed and this guy is making up hypothetical scenarios about snack time and windowless rooms .", "tokenized_text": ["we", "re", "speaking", "out", "against", "our", "race", "being", "destroyed", "and", "this", "guy", "is", "making", "up", "hypothetical", "scenarios", "about", "snack", "time", "and", "windowless", "rooms"]}, "1827": {"text": "Unreal .", "tokenized_text": ["unreal"]}, "1828": {"text": "I can find my way out of the building on my own , thank you .", "tokenized_text": ["i", "can", "find", "my", "way", "out", "of", "the", "building", "on", "my", "own", "thank", "you"]}, "1829": {"text": "We both know you 'll just wait for me to figure it out and then later claim it was really you all along .", "tokenized_text": ["we", "both", "know", "you", "ll", "just", "wait", "for", "me", "to", "figure", "it", "out", "and", "then", "later", "claim", "it", "was", "really", "you", "all", "along"]}, "1830": {"text": "Who said we invented literally EVERYTHING useful ?", "tokenized_text": ["who", "said", "we", "invented", "literally", "everything", "useful"]}, "1831": {"text": "Stop showing off South Asian functional illiteracy .", "tokenized_text": ["stop", "showing", "off", "south", "asian", "functional", "illiteracy"]}, "1832": {"text": "And sorry brown-man , your people did not invent ' non-violence ' .", "tokenized_text": ["and", "sorry", "brown", "man", "your", "people", "did", "not", "invent", "non", "violence"]}, "1833": {"text": "I suppose it is okay for everyone else to call me anything they want .", "tokenized_text": ["i", "suppose", "it", "is", "okay", "for", "everyone", "else", "to", "call", "me", "anything", "they", "want"]}, "1834": {"text": "I reported dozens of posts but who knows if anything was done .", "tokenized_text": ["i", "reported", "dozens", "of", "posts", "but", "who", "knows", "if", "anything", "was", "done"]}, "1835": {"text": "Isn't wonderful to both be living in a free nation with a First Amendment where you can have your dictionary definition that works for you and I can have my dictionary definition that works for me ?", "tokenized_text": ["isn", "t", "wonderful", "to", "both", "be", "living", "in", "a", "free", "nation", "with", "a", "first", "amendment", "where", "you", "can", "have", "your", "dictionary", "definition", "that", "works", "for", "you", "and", "i", "can", "have", "my", "dictionary", "definition", "that", "works", "for", "me"]}, "1836": {"text": "Its a `` win-win '' situation .", "tokenized_text": ["its", "a", "win", "win", "situation"]}, "1837": {"text": "I was wondering the same thing .", "tokenized_text": ["i", "was", "wondering", "the", "same", "thing"]}, "1838": {"text": "Maybe it was because of his repeated personal attacks , in violation of the rules of the forum .", "tokenized_text": ["maybe", "it", "was", "because", "of", "his", "repeated", "personal", "attacks", "in", "violation", "of", "the", "rules", "of", "the", "forum"]}, "1839": {"text": "The black gene always comes out to be the dominant gene .", "tokenized_text": ["the", "black", "gene", "always", "comes", "out", "to", "be", "the", "dominant", "gene"]}, "1840": {"text": "I have yet to see a half breed that came out dominantly White .", "tokenized_text": ["i", "have", "yet", "to", "see", "a", "half", "breed", "that", "came", "out", "dominantly", "white"]}, "1841": {"text": "Anyways , smearing a single DNA stem with black DNA is horrible .", "tokenized_text": ["anyways", "smearing", "a", "single", "dna", "stem", "with", "black", "dna", "is", "horrible"]}, "1842": {"text": "Liberals have this illusion that genes pick and select which genes that get passed down and they think it only passes down the good ones .", "tokenized_text": ["liberals", "have", "this", "illusion", "that", "genes", "pick", "and", "select", "which", "genes", "that", "get", "passed", "down", "and", "they", "think", "it", "only", "passes", "down", "the", "good", "ones"]}, "1843": {"text": "Wrong !", "tokenized_text": ["wrong"]}, "1844": {"text": "There is plenty of genetic diversity among white people .", "tokenized_text": ["there", "is", "plenty", "of", "genetic", "diversity", "among", "white", "people"]}, "1845": {"text": "Shame on you for using such an ignorant and laughable argument .", "tokenized_text": ["shame", "on", "you", "for", "using", "such", "an", "ignorant", "and", "laughable", "argument"]}, "1846": {"text": "Whites are not all genetic copies of one another .", "tokenized_text": ["whites", "are", "not", "all", "genetic", "copies", "of", "one", "another"]}, "1847": {"text": "We have a good reason for it to but you people want to get in the way of it .", "tokenized_text": ["we", "have", "a", "good", "reason", "for", "it", "to", "but", "you", "people", "want", "to", "get", "in", "the", "way", "of", "it"]}, "1848": {"text": "Also it 's NOT genocide. stop calling it that .", "tokenized_text": ["also", "it", "s", "not", "genocide", "stop", "calling", "it", "that"]}, "1849": {"text": "WOW!", "tokenized_text": ["wow"]}, "1850": {"text": "Thank you so much for enlightening us mystery guest !", "tokenized_text": ["thank", "you", "so", "much", "for", "enlightening", "us", "mystery", "guest"]}, "1851": {"text": "We can all put down our torches go home and suck some Jew d@cK JUST LIKE YOU !", "tokenized_text": ["we", "can", "all", "put", "down", "our", "torches", "go", "home", "and", "suck", "some", "jew", "d", "ck", "just", "like", "you"]}, "1852": {"text": "Dumb ass that was just more Jew propaganda that shows their ( and ) your idiocy now go away with your bulls@ $ t", "tokenized_text": ["dumb", "ass", "that", "was", "just", "more", "jew", "propaganda", "that", "shows", "their", "and", "your", "idiocy", "now", "go", "away", "with", "your", "bulls", "t"]}, "1853": {"text": "What happens to a domesticated animal forced to fend for itself ?", "tokenized_text": ["what", "happens", "to", "a", "domesticated", "animal", "forced", "to", "fend", "for", "itself"]}, "1854": {"text": "The above poster is correct when we stop supporting then they 're in terrible danger .", "tokenized_text": ["the", "above", "poster", "is", "correct", "when", "we", "stop", "supporting", "then", "they", "re", "in", "terrible", "danger"]}, "1855": {"text": "Blacks built the Pyramids and the White House .", "tokenized_text": ["blacks", "built", "the", "pyramids", "and", "the", "white", "house"]}, "1856": {"text": "The Lone Ranger was black Annie was a little black girl There were black Vikings Spartacus was black Hercules was black The jews have two choices for past historical figures Make them to be black or make them out to be crazy genocide White maniacs like in Christopher Columbus", "tokenized_text": ["the", "lone", "ranger", "was", "black", "annie", "was", "a", "little", "black", "girl", "there", "were", "black", "vikings", "spartacus", "was", "black", "hercules", "was", "black", "the", "jews", "have", "two", "choices", "for", "past", "historical", "figures", "make", "them", "to", "be", "black", "or", "make", "them", "out", "to", "be", "crazy", "genocide", "white", "maniacs", "like", "in", "christopher", "columbus"]}, "1857": {"text": "Putting it out there that I am in for a meet up , feel free to private message me .", "tokenized_text": ["putting", "it", "out", "there", "that", "i", "am", "in", "for", "a", "meet", "up", "feel", "free", "to", "private", "message", "me"]}, "1858": {"text": "I am located in Vancouver", "tokenized_text": ["i", "am", "located", "in", "vancouver"]}, "1859": {"text": "Someone always gets shot at that event , this year it 'll probably be much worse .", "tokenized_text": ["someone", "always", "gets", "shot", "at", "that", "event", "this", "year", "it", "ll", "probably", "be", "much", "worse"]}, "1860": {"text": "The BLMtards are here , they crashed the LBBQWTF parade last month ( lol ) .", "tokenized_text": ["the", "blmtards", "are", "here", "they", "crashed", "the", "lbbqwtf", "parade", "last", "month", "lol"]}, "1861": {"text": "I guess the Yonge St retail district will be smashed and looted .", "tokenized_text": ["i", "guess", "the", "yonge", "st", "retail", "district", "will", "be", "smashed", "and", "looted"]}, "1862": {"text": "We do n't have black riots in Texas , and the blacks know why .", "tokenized_text": ["we", "do", "n", "t", "have", "black", "riots", "in", "texas", "and", "the", "blacks", "know", "why"]}, "1863": {"text": "But one day there was a group of big black females gathered in front of the Houston city hall .", "tokenized_text": ["but", "one", "day", "there", "was", "a", "group", "of", "big", "black", "females", "gathered", "in", "front", "of", "the", "houston", "city", "hall"]}, "1864": {"text": "HPD immediately responded with a few officers , but were confused as to what they should do about this .", "tokenized_text": ["hpd", "immediately", "responded", "with", "a", "few", "officers", "but", "were", "confused", "as", "to", "what", "they", "should", "do", "about", "this"]}, "1865": {"text": "When the local TV station ran the video and explanation of the event , the news anchors could not keep a straight face and its all broke down into uncontrollable laughter .", "tokenized_text": ["when", "the", "local", "tv", "station", "ran", "the", "video", "and", "explanation", "of", "the", "event", "the", "news", "anchors", "could", "not", "keep", "a", "straight", "face", "and", "its", "all", "broke", "down", "into", "uncontrollable", "laughter"]}, "1866": {"text": "The big black females where shouting `` We want REAL teachers for our chilrens , we do n't want dem blacks you ben sendin us , we want REAL teachers jus like yo got in dem white people 's schools ! ''", "tokenized_text": ["the", "big", "black", "females", "where", "shouting", "we", "want", "real", "teachers", "for", "our", "chilrens", "we", "do", "n", "t", "want", "dem", "blacks", "you", "ben", "sendin", "us", "we", "want", "real", "teachers", "jus", "like", "yo", "got", "in", "dem", "white", "people", "s", "schools"]}, "1867": {"text": "The big black females pushed their way into the Houston city counsel meeting and said all of the white teachers they used to have all quit ( do you wonder why ? ) and all you sent us to replace all them teachers was a bunch of dumb blacks .", "tokenized_text": ["the", "big", "black", "females", "pushed", "their", "way", "into", "the", "houston", "city", "counsel", "meeting", "and", "said", "all", "of", "the", "white", "teachers", "they", "used", "to", "have", "all", "quit", "do", "you", "wonder", "why", "and", "all", "you", "sent", "us", "to", "replace", "all", "them", "teachers", "was", "a", "bunch", "of", "dumb", "blacks"]}, "1868": {"text": "Well we wo n't stand for that no more !", "tokenized_text": ["well", "we", "wo", "n", "t", "stand", "for", "that", "no", "more"]}, "1869": {"text": "We want real teachers , white teachers , just like you have in the white schools . \"", "tokenized_text": ["we", "want", "real", "teachers", "white", "teachers", "just", "like", "you", "have", "in", "the", "white", "schools"]}, "1870": {"text": "No Jew has ever found a way to force a big black females to parrot Marxist propaganda the way that little dumb liberal anti-whites will .", "tokenized_text": ["no", "jew", "has", "ever", "found", "a", "way", "to", "force", "a", "big", "black", "females", "to", "parrot", "marxist", "propaganda", "the", "way", "that", "little", "dumb", "liberal", "anti", "whites", "will"]}, "1871": {"text": "I think having our own venue for our gatherings and events has helped build a good community of like minded people and with a comfortable place for us to promote our message to the people in attendance .", "tokenized_text": ["i", "think", "having", "our", "own", "venue", "for", "our", "gatherings", "and", "events", "has", "helped", "build", "a", "good", "community", "of", "like", "minded", "people", "and", "with", "a", "comfortable", "place", "for", "us", "to", "promote", "our", "message", "to", "the", "people", "in", "attendance"]}, "1872": {"text": "You should try the same thing where you are at and build things up there", "tokenized_text": ["you", "should", "try", "the", "same", "thing", "where", "you", "are", "at", "and", "build", "things", "up", "there"]}, "1873": {"text": "Half of winning a fight is attitude .", "tokenized_text": ["half", "of", "winning", "a", "fight", "is", "attitude"]}, "1874": {"text": "I am not going to be beat down by a dyke , fag , or coon .", "tokenized_text": ["i", "am", "not", "going", "to", "be", "beat", "down", "by", "a", "dyke", "fag", "or", "coon"]}, "1875": {"text": "You are NOT a worthless white .", "tokenized_text": ["you", "are", "not", "a", "worthless", "white"]}, "1876": {"text": "Raising 1 healthy , racially aware child is worth more than all the libtard and mud children in the world .", "tokenized_text": ["raising", "1", "healthy", "racially", "aware", "child", "is", "worth", "more", "than", "all", "the", "libtard", "and", "mud", "children", "in", "the", "world"]}, "1877": {"text": "Holocaust Handbooks - Educate Yourself - YouTube Holocaust Handbooks is the world 's premiere Revisionist book series .", "tokenized_text": ["holocaust", "handbooks", "educate", "yourself", "youtube", "holocaust", "handbooks", "is", "the", "world", "s", "premiere", "revisionist", "book", "series"]}, "1878": {"text": "Download Free PDF and Kindle versions or order paperback hardcopies .", "tokenized_text": ["download", "free", "pdf", "and", "kindle", "versions", "or", "order", "paperback", "hardcopies"]}, "1879": {"text": "Visit http://HolocaustHandbooks.com today", "tokenized_text": ["visit", "http", "holocausthandbooks", "com", "today"]}, "1880": {"text": "Try here Amazon.com.", "tokenized_text": ["try", "here", "amazon", "com"]}, "1881": {"text": "I see they have one for $ 116 .", "tokenized_text": ["i", "see", "they", "have", "one", "for", "116"]}, "1882": {"text": "Also available with other on line sources https : //www.amazon.com/s / ? ie = UTF8 & ke ... l _ 175hzupf6t _ b", "tokenized_text": ["also", "available", "with", "other", "on", "line", "sources", "https", "www", "amazon", "com", "s", "ie", "utf8", "ke", "l", "_", "175hzupf6t", "_", "b"]}, "1883": {"text": "Best wishes with this important new project , from a Pagan perspective it is encouraging to see renewed interest in pre-Christian European folk heritage .", "tokenized_text": ["best", "wishes", "with", "this", "important", "new", "project", "from", "a", "pagan", "perspective", "it", "is", "encouraging", "to", "see", "renewed", "interest", "in", "pre", "christian", "european", "folk", "heritage"]}, "1884": {"text": "So Trudeau is sneaking them in like that ?", "tokenized_text": ["so", "trudeau", "is", "sneaking", "them", "in", "like", "that"]}, "1885": {"text": "Could Trudeau 's buddies have set the fires for him at his request ?", "tokenized_text": ["could", "trudeau", "s", "buddies", "have", "set", "the", "fires", "for", "him", "at", "his", "request"]}, "1886": {"text": "There have been court cases for asylum by white South Africans in Canada that the South African government has spent millions fighting ... though they have not spent a cent on the 300 asylum applications by blacks in the US ...", "tokenized_text": ["there", "have", "been", "court", "cases", "for", "asylum", "by", "white", "south", "africans", "in", "canada", "that", "the", "south", "african", "government", "has", "spent", "millions", "fighting", "though", "they", "have", "not", "spent", "a", "cent", "on", "the", "300", "asylum", "applications", "by", "blacks", "in", "the", "us"]}, "1887": {"text": "Sometimes I wonder if it is Because Whites are so much smarter that they find it harder to run together , as opposed to , independently .", "tokenized_text": ["sometimes", "i", "wonder", "if", "it", "is", "because", "whites", "are", "so", "much", "smarter", "that", "they", "find", "it", "harder", "to", "run", "together", "as", "opposed", "to", "independently"]}, "1888": {"text": "It is easier for other races to follow the herd but not Whites .", "tokenized_text": ["it", "is", "easier", "for", "other", "races", "to", "follow", "the", "herd", "but", "not", "whites"]}, "1889": {"text": "That is a blessing and a curse at the same time !", "tokenized_text": ["that", "is", "a", "blessing", "and", "a", "curse", "at", "the", "same", "time"]}, "1890": {"text": "Lol,this happened in the neighborhood I just moved out of !", "tokenized_text": ["lol", "this", "happened", "in", "the", "neighborhood", "i", "just", "moved", "out", "of"]}, "1891": {"text": "I worked in that McDonald 's when I was 18 years old !", "tokenized_text": ["i", "worked", "in", "that", "mcdonald", "s", "when", "i", "was", "18", "years", "old"]}, "1892": {"text": "I have SeaMonkey open right now , I 've had it on my computer for about a week now , but I just ca n't get used to using it .", "tokenized_text": ["i", "have", "seamonkey", "open", "right", "now", "i", "ve", "had", "it", "on", "my", "computer", "for", "about", "a", "week", "now", "but", "i", "just", "ca", "n", "t", "get", "used", "to", "using", "it"]}, "1893": {"text": "Exactly!", "tokenized_text": ["exactly"]}, "1894": {"text": "Our people do n't need to feel down about all this and neither do we need to turn off new member prospects from this fine place so a little less crying and a little more doing is called for .", "tokenized_text": ["our", "people", "do", "n", "t", "need", "to", "feel", "down", "about", "all", "this", "and", "neither", "do", "we", "need", "to", "turn", "off", "new", "member", "prospects", "from", "this", "fine", "place", "so", "a", "little", "less", "crying", "and", "a", "little", "more", "doing", "is", "called", "for"]}, "1895": {"text": "Most importantly draw that mental line in your head and once crossed unleash hell .", "tokenized_text": ["most", "importantly", "draw", "that", "mental", "line", "in", "your", "head", "and", "once", "crossed", "unleash", "hell"]}, "1896": {"text": "I find most people wait to long to react in a physical encounter .", "tokenized_text": ["i", "find", "most", "people", "wait", "to", "long", "to", "react", "in", "a", "physical", "encounter"]}, "1897": {"text": "I'm not EVEN gonna try and lie , if I had money , I 'd probably have a whole safe full of these !", "tokenized_text": ["i", "m", "not", "even", "gonna", "try", "and", "lie", "if", "i", "had", "money", "i", "d", "probably", "have", "a", "whole", "safe", "full", "of", "these"]}, "1898": {"text": "If I could create a disease that wipes out all Black 's I would .", "tokenized_text": ["if", "i", "could", "create", "a", "disease", "that", "wipes", "out", "all", "black", "s", "i", "would"]}, "1899": {"text": "HIV/AIDS is n't killing them off fast enough .", "tokenized_text": ["hiv", "aids", "is", "n", "t", "killing", "them", "off", "fast", "enough"]}, "1900": {"text": "They breed faster .", "tokenized_text": ["they", "breed", "faster"]}, "1901": {"text": "Meaning every explanation you 've given of what a haplogroup tends to be is inaccurate they mark genetic ancestors the mutations will be in the chromosomes .", "tokenized_text": ["meaning", "every", "explanation", "you", "ve", "given", "of", "what", "a", "haplogroup", "tends", "to", "be", "is", "inaccurate", "they", "mark", "genetic", "ancestors", "the", "mutations", "will", "be", "in", "the", "chromosomes"]}, "1902": {"text": "Yes and if I were a jewish-supremacist I 'd want it that way , too .", "tokenized_text": ["yes", "and", "if", "i", "were", "a", "jewish", "supremacist", "i", "d", "want", "it", "that", "way", "too"]}, "1903": {"text": "Dumb goyim are a good revenue source .", "tokenized_text": ["dumb", "goyim", "are", "a", "good", "revenue", "source"]}, "1904": {"text": "unfortunately the jew controlled government will never allow this labeling every attempt for this `` racist '' even though there are hundreds of negro exclusive schools around this country .", "tokenized_text": ["unfortunately", "the", "jew", "controlled", "government", "will", "never", "allow", "this", "labeling", "every", "attempt", "for", "this", "racist", "even", "though", "there", "are", "hundreds", "of", "negro", "exclusive", "schools", "around", "this", "country"]}, "1905": {"text": "Thank you for your input .", "tokenized_text": ["thank", "you", "for", "your", "input"]}, "1906": {"text": "Most enlightening .", "tokenized_text": ["most", "enlightening"]}, "1907": {"text": "I appreciate your contributions here. have been a fan for a long time .", "tokenized_text": ["i", "appreciate", "your", "contributions", "here", "have", "been", "a", "fan", "for", "a", "long", "time"]}, "1908": {"text": "You weather the zionist storm well , my brother .", "tokenized_text": ["you", "weather", "the", "zionist", "storm", "well", "my", "brother"]}, "1909": {"text": "Which is why you build them far away from silos , cities and targets of interest to a 1st world nuclear adversary .", "tokenized_text": ["which", "is", "why", "you", "build", "them", "far", "away", "from", "silos", "cities", "and", "targets", "of", "interest", "to", "a", "1st", "world", "nuclear", "adversary"]}, "1910": {"text": "That letter would fall on deaf ears .", "tokenized_text": ["that", "letter", "would", "fall", "on", "deaf", "ears"]}, "1911": {"text": "It might get the sender , however , on a list of potential troublemakers to watch .", "tokenized_text": ["it", "might", "get", "the", "sender", "however", "on", "a", "list", "of", "potential", "troublemakers", "to", "watch"]}, "1912": {"text": "Woodstock is flanked by multicultural hell London and multicultural hell Kitchener , its a hopeless cause .", "tokenized_text": ["woodstock", "is", "flanked", "by", "multicultural", "hell", "london", "and", "multicultural", "hell", "kitchener", "its", "a", "hopeless", "cause"]}, "1913": {"text": "The Brown and Black filth are starting to creep into Orillia and Midland sadly .", "tokenized_text": ["the", "brown", "and", "black", "filth", "are", "starting", "to", "creep", "into", "orillia", "and", "midland", "sadly"]}, "1914": {"text": "Yep, forgot I had the thing wrapped in a jacket , went to grab the jacket and the thing came tumblin ' out !", "tokenized_text": ["yep", "forgot", "i", "had", "the", "thing", "wrapped", "in", "a", "jacket", "went", "to", "grab", "the", "jacket", "and", "the", "thing", "came", "tumblin", "out"]}, "1915": {"text": "I can not call the government by an appropriate name .", "tokenized_text": ["i", "can", "not", "call", "the", "government", "by", "an", "appropriate", "name"]}, "1916": {"text": "I was brought up to believe that ladies do not use such language", "tokenized_text": ["i", "was", "brought", "up", "to", "believe", "that", "ladies", "do", "not", "use", "such", "language"]}, "1917": {"text": "We say here that if we want to be lied to just watch the news !", "tokenized_text": ["we", "say", "here", "that", "if", "we", "want", "to", "be", "lied", "to", "just", "watch", "the", "news"]}, "1918": {"text": "Like you I like certain movies , tv series I absolutely abhor British telly in particular as they are always and in all ways promoting race mixing or homosexuality .", "tokenized_text": ["like", "you", "i", "like", "certain", "movies", "tv", "series", "i", "absolutely", "abhor", "british", "telly", "in", "particular", "as", "they", "are", "always", "and", "in", "all", "ways", "promoting", "race", "mixing", "or", "homosexuality"]}, "1919": {"text": "I've gotten fatter over the years .", "tokenized_text": ["i", "ve", "gotten", "fatter", "over", "the", "years"]}, "1920": {"text": "I used to be bikini model skinny .", "tokenized_text": ["i", "used", "to", "be", "bikini", "model", "skinny"]}, "1921": {"text": "I also have some acne on the side of my face I hide it with my long hair .", "tokenized_text": ["i", "also", "have", "some", "acne", "on", "the", "side", "of", "my", "face", "i", "hide", "it", "with", "my", "long", "hair"]}, "1922": {"text": "I read a web site , not too long ago , called the TFP.org.", "tokenized_text": ["i", "read", "a", "web", "site", "not", "too", "long", "ago", "called", "the", "tfp", "org"]}, "1923": {"text": "It has a Camp for fathers and sons , called the `` Call to Chivalry '' .", "tokenized_text": ["it", "has", "a", "camp", "for", "fathers", "and", "sons", "called", "the", "call", "to", "chivalry"]}, "1924": {"text": "The outline for the events for the boys , and their fathers , was interesting .", "tokenized_text": ["the", "outline", "for", "the", "events", "for", "the", "boys", "and", "their", "fathers", "was", "interesting"]}, "1925": {"text": "You may want to read more about it .", "tokenized_text": ["you", "may", "want", "to", "read", "more", "about", "it"]}, "1926": {"text": "Yea I hate it when geysers of blood come shooting up from graves .", "tokenized_text": ["yea", "i", "hate", "it", "when", "geysers", "of", "blood", "come", "shooting", "up", "from", "graves"]}, "1927": {"text": "Last weekend I was trying to lay some flowers on my grandad 's grave when suddenly , a blood geyser .", "tokenized_text": ["last", "weekend", "i", "was", "trying", "to", "lay", "some", "flowers", "on", "my", "grandad", "s", "grave", "when", "suddenly", "a", "blood", "geyser"]}, "1928": {"text": "It happens with animals too , I bought a chicken to cook on my way home from the graveyard and popped it in the fridge for the next day .", "tokenized_text": ["it", "happens", "with", "animals", "too", "i", "bought", "a", "chicken", "to", "cook", "on", "my", "way", "home", "from", "the", "graveyard", "and", "popped", "it", "in", "the", "fridge", "for", "the", "next", "day"]}, "1929": {"text": "Later I went to get a beer and when I opened the door , yep you guessed it , blood geyser .", "tokenized_text": ["later", "i", "went", "to", "get", "a", "beer", "and", "when", "i", "opened", "the", "door", "yep", "you", "guessed", "it", "blood", "geyser"]}, "1930": {"text": "Also , my neighbour 's dog has poison teeth .", "tokenized_text": ["also", "my", "neighbour", "s", "dog", "has", "poison", "teeth"]}, "1931": {"text": "I left Stormfront because I got tired of the petty bickering .", "tokenized_text": ["i", "left", "stormfront", "because", "i", "got", "tired", "of", "the", "petty", "bickering"]}, "1932": {"text": "I came back because it looked like things had improved .", "tokenized_text": ["i", "came", "back", "because", "it", "looked", "like", "things", "had", "improved"]}, "1933": {"text": "Now it 's gone back to the way it was when I left .", "tokenized_text": ["now", "it", "s", "gone", "back", "to", "the", "way", "it", "was", "when", "i", "left"]}, "1934": {"text": "Is it any wonder why the antis laugh at us ?", "tokenized_text": ["is", "it", "any", "wonder", "why", "the", "antis", "laugh", "at", "us"]}, "1935": {"text": "Any religion that is forced is against freewill given by God .", "tokenized_text": ["any", "religion", "that", "is", "forced", "is", "against", "freewill", "given", "by", "god"]}, "1936": {"text": "Those who do n't believe are free to walk away and those who do believe are not forced against God 's will .", "tokenized_text": ["those", "who", "do", "n", "t", "believe", "are", "free", "to", "walk", "away", "and", "those", "who", "do", "believe", "are", "not", "forced", "against", "god", "s", "will"]}, "1937": {"text": "Whites should not be forced in atheistic view in-kind .", "tokenized_text": ["whites", "should", "not", "be", "forced", "in", "atheistic", "view", "in", "kind"]}, "1938": {"text": "Y!", "tokenized_text": ["y"]}, "1939": {"text": "SPORTS A group of MIT grads are launching a high-tech product designed to turn any bicycle into an electric-hybrid vehicle .", "tokenized_text": ["sports", "a", "group", "of", "mit", "grads", "are", "launching", "a", "high", "tech", "product", "designed", "to", "turn", "any", "bicycle", "into", "an", "electric", "hybrid", "vehicle"]}, "1940": {"text": "Y !", "tokenized_text": ["y"]}, "1941": {"text": "SPORTS", "tokenized_text": ["sports"]}, "1942": {"text": "Just as the bbc begins its campaign to stay in the eu and forever change the racial demographic of the UK and Europe forever .", "tokenized_text": ["just", "as", "the", "bbc", "begins", "its", "campaign", "to", "stay", "in", "the", "eu", "and", "forever", "change", "the", "racial", "demographic", "of", "the", "uk", "and", "europe", "forever"]}, "1943": {"text": "Lying Marxists !", "tokenized_text": ["lying", "marxists"]}, "1944": {"text": "I posted this on SF a couple of years back .", "tokenized_text": ["i", "posted", "this", "on", "sf", "a", "couple", "of", "years", "back"]}, "1945": {"text": "The title was , `` What It 's Like to Teach Black Kids . ''", "tokenized_text": ["the", "title", "was", "what", "it", "s", "like", "to", "teach", "black", "kids"]}, "1946": {"text": "Hitler was about as Jewish as a Negro is a Chinaman .", "tokenized_text": ["hitler", "was", "about", "as", "jewish", "as", "a", "negro", "is", "a", "chinaman"]}, "1947": {"text": "People who utter such garbage such get a brain transplant .", "tokenized_text": ["people", "who", "utter", "such", "garbage", "such", "get", "a", "brain", "transplant"]}, "1948": {"text": "Yup, Africans breeding like cockroaches , AIDs is not killing them off fast enough to stop their growth !", "tokenized_text": ["yup", "africans", "breeding", "like", "cockroaches", "aids", "is", "not", "killing", "them", "off", "fast", "enough", "to", "stop", "their", "growth"]}, "1949": {"text": "And they will flood into all white countries as much as they can !", "tokenized_text": ["and", "they", "will", "flood", "into", "all", "white", "countries", "as", "much", "as", "they", "can"]}, "1950": {"text": "So happy you remind me this I have a little altar portraying a bronze buste of Beethoven on my bedside table along with one of Wagner ( he was Beethovenian fan too )", "tokenized_text": ["so", "happy", "you", "remind", "me", "this", "i", "have", "a", "little", "altar", "portraying", "a", "bronze", "buste", "of", "beethoven", "on", "my", "bedside", "table", "along", "with", "one", "of", "wagner", "he", "was", "beethovenian", "fan", "too"]}, "1951": {"text": "My sentiments exactly .", "tokenized_text": ["my", "sentiments", "exactly"]}, "1952": {"text": "We need to focus on mobilizing Europoid minds and using this science and building on it to save our from extinction and to Least Concerned status !", "tokenized_text": ["we", "need", "to", "focus", "on", "mobilizing", "europoid", "minds", "and", "using", "this", "science", "and", "building", "on", "it", "to", "save", "our", "from", "extinction", "and", "to", "least", "concerned", "status"]}, "1953": {"text": "Lars Andersen simply must be cast as an Elf by Peter Jackson in new Hobbit Lord Of The Rings movies .", "tokenized_text": ["lars", "andersen", "simply", "must", "be", "cast", "as", "an", "elf", "by", "peter", "jackson", "in", "new", "hobbit", "lord", "of", "the", "rings", "movies"]}, "1954": {"text": "Make it happen !", "tokenized_text": ["make", "it", "happen"]}, "1955": {"text": "I was at a gas station last week , A guy came up to me too fast and too close and I almost went for my knife but at the last second I could see he meant no harm , then he asked for directions .", "tokenized_text": ["i", "was", "at", "a", "gas", "station", "last", "week", "a", "guy", "came", "up", "to", "me", "too", "fast", "and", "too", "close", "and", "i", "almost", "went", "for", "my", "knife", "but", "at", "the", "last", "second", "i", "could", "see", "he", "meant", "no", "harm", "then", "he", "asked", "for", "directions"]}, "1956": {"text": "I told him how to go and then said , you ar n't from around here , are ya ? lol", "tokenized_text": ["i", "told", "him", "how", "to", "go", "and", "then", "said", "you", "ar", "n", "t", "from", "around", "here", "are", "ya", "lol"]}, "1957": {"text": "The churches in my city are full of liberal school teachers .", "tokenized_text": ["the", "churches", "in", "my", "city", "are", "full", "of", "liberal", "school", "teachers"]}, "1958": {"text": "They wo n't talk to me anymore and I wo n't go to church with them anymore .", "tokenized_text": ["they", "wo", "n", "t", "talk", "to", "me", "anymore", "and", "i", "wo", "n", "t", "go", "to", "church", "with", "them", "anymore"]}, "1959": {"text": "Cool, but he is short with his draw , and the draw weight looks light too .", "tokenized_text": ["cool", "but", "he", "is", "short", "with", "his", "draw", "and", "the", "draw", "weight", "looks", "light", "too"]}, "1960": {"text": "Military archery and speed shooting videos - a little rant - YouTube", "tokenized_text": ["military", "archery", "and", "speed", "shooting", "videos", "a", "little", "rant", "youtube"]}, "1961": {"text": "Listening now .", "tokenized_text": ["listening", "now"]}, "1962": {"text": "7 minutes in , and it 's gorgeous .", "tokenized_text": ["7", "minutes", "in", "and", "it", "s", "gorgeous"]}, "1963": {"text": "And I like a slight tape hiss ( or needle crackle ) in a vintage recording , though it disappears when the music gets louder .", "tokenized_text": ["and", "i", "like", "a", "slight", "tape", "hiss", "or", "needle", "crackle", "in", "a", "vintage", "recording", "though", "it", "disappears", "when", "the", "music", "gets", "louder"]}, "1964": {"text": "Thanks for the good stuff on here to show my kids .", "tokenized_text": ["thanks", "for", "the", "good", "stuff", "on", "here", "to", "show", "my", "kids"]}, "1965": {"text": "We had Dresden remembrance last year and will again this year", "tokenized_text": ["we", "had", "dresden", "remembrance", "last", "year", "and", "will", "again", "this", "year"]}, "1966": {"text": "Your medical factors come in to play .", "tokenized_text": ["your", "medical", "factors", "come", "in", "to", "play"]}, "1967": {"text": "Such as a person with one arm , wheel chair ect .", "tokenized_text": ["such", "as", "a", "person", "with", "one", "arm", "wheel", "chair", "ect"]}, "1968": {"text": "But a healthy male can not get away with shooting a person in public because he gets shoved or thinks hes going to get punched .", "tokenized_text": ["but", "a", "healthy", "male", "can", "not", "get", "away", "with", "shooting", "a", "person", "in", "public", "because", "he", "gets", "shoved", "or", "thinks", "hes", "going", "to", "get", "punched"]}, "1969": {"text": "Yep.", "tokenized_text": ["yep"]}, "1970": {"text": "California tried to pass a law requiring bio-metric fingerprint ID technology on guns last year ; SB 283 ..", "tokenized_text": ["california", "tried", "to", "pass", "a", "law", "requiring", "bio", "metric", "fingerprint", "id", "technology", "on", "guns", "last", "year", "sb", "283"]}, "1971": {"text": "It failed due to lack of funding .", "tokenized_text": ["it", "failed", "due", "to", "lack", "of", "funding"]}, "1972": {"text": "Law Center to Prevent Gun Violence ?", "tokenized_text": ["law", "center", "to", "prevent", "gun", "violence"]}, "1973": {"text": "Gun Law Information Experts", "tokenized_text": ["gun", "law", "information", "experts"]}, "1974": {"text": "Why should they learn to read when the liberal jews down at the welfare office will tell them where to make their mark .", "tokenized_text": ["why", "should", "they", "learn", "to", "read", "when", "the", "liberal", "jews", "down", "at", "the", "welfare", "office", "will", "tell", "them", "where", "to", "make", "their", "mark"]}, "1975": {"text": "Well in my opinion you dont have to maybe more White living on sports not only the players but also employees to serve the team", "tokenized_text": ["well", "in", "my", "opinion", "you", "dont", "have", "to", "maybe", "more", "white", "living", "on", "sports", "not", "only", "the", "players", "but", "also", "employees", "to", "serve", "the", "team"]}, "1976": {"text": "That sounds promising , and hopefully in time there will be a couple of more days added and the extra hour too .", "tokenized_text": ["that", "sounds", "promising", "and", "hopefully", "in", "time", "there", "will", "be", "a", "couple", "of", "more", "days", "added", "and", "the", "extra", "hour", "too"]}, "1977": {"text": "could you upload a pic of this amazing set up ?", "tokenized_text": ["could", "you", "upload", "a", "pic", "of", "this", "amazing", "set", "up"]}, "1978": {"text": "I need to rebuild mine as we moved again and the cage did n't turn out right when rebuilding it", "tokenized_text": ["i", "need", "to", "rebuild", "mine", "as", "we", "moved", "again", "and", "the", "cage", "did", "n", "t", "turn", "out", "right", "when", "rebuilding", "it"]}, "1979": {"text": "Fountains Abbey-partially destroyed many years ago but still beautiful .", "tokenized_text": ["fountains", "abbey", "partially", "destroyed", "many", "years", "ago", "but", "still", "beautiful"]}, "1980": {"text": "Shakespeare 's Globe - a reconstruction Highclere castle Gloucester cathedral Winchester Cathedral St. Paul 's Cathedral", "tokenized_text": ["shakespeare", "s", "globe", "a", "reconstruction", "highclere", "castle", "gloucester", "cathedral", "winchester", "cathedral", "st", "paul", "s", "cathedral"]}, "1981": {"text": "Factory nickel , with carved pearl grip scales .", "tokenized_text": ["factory", "nickel", "with", "carved", "pearl", "grip", "scales"]}, "1982": {"text": "In a period basket stamped full top flap holster .", "tokenized_text": ["in", "a", "period", "basket", "stamped", "full", "top", "flap", "holster"]}, "1983": {"text": "Best part ?", "tokenized_text": ["best", "part"]}, "1984": {"text": "It was FREE ...", "tokenized_text": ["it", "was", "free"]}, "1985": {"text": "Lisa 's grandpa won it in a department poker game back in the 30s .", "tokenized_text": ["lisa", "s", "grandpa", "won", "it", "in", "a", "department", "poker", "game", "back", "in", "the", "30s"]}, "1986": {"text": "Used it as his service dress revolver .", "tokenized_text": ["used", "it", "as", "his", "service", "dress", "revolver"]}, "1987": {"text": "Gave away all my .38Spl , as my .38 is actually chambered for .38Long.", "tokenized_text": ["gave", "away", "all", "my", "38spl", "as", "my", "38", "is", "actually", "chambered", "for", "38long"]}, "1988": {"text": "Was professionally recut for Specials , and was fed tens of thousands of them , but , I 'd rather order up the right rounds if I ever make a new hammer nose for it .", "tokenized_text": ["was", "professionally", "recut", "for", "specials", "and", "was", "fed", "tens", "of", "thousands", "of", "them", "but", "i", "d", "rather", "order", "up", "the", "right", "rounds", "if", "i", "ever", "make", "a", "new", "hammer", "nose", "for", "it"]}, "1989": {"text": "Nobody , but nobody , has parts for 1920s Basque made Colt-S & W hybrids .", "tokenized_text": ["nobody", "but", "nobody", "has", "parts", "for", "1920s", "basque", "made", "colt", "s", "w", "hybrids"]}, "1990": {"text": "No, I hope the negro is not all right , ever .", "tokenized_text": ["no", "i", "hope", "the", "negro", "is", "not", "all", "right", "ever"]}, "1991": {"text": "The negro is for White genocide , and I have nothing for the negro , not even sympathy in any way .", "tokenized_text": ["the", "negro", "is", "for", "white", "genocide", "and", "i", "have", "nothing", "for", "the", "negro", "not", "even", "sympathy", "in", "any", "way"]}, "1992": {"text": "I have green eyes which come from my Celtic ancestry .", "tokenized_text": ["i", "have", "green", "eyes", "which", "come", "from", "my", "celtic", "ancestry"]}, "1993": {"text": "( My mom has blue eyes and my dad has green eyes , so I got his eyes. )", "tokenized_text": ["my", "mom", "has", "blue", "eyes", "and", "my", "dad", "has", "green", "eyes", "so", "i", "got", "his", "eyes"]}, "1994": {"text": "I was referred to as a racist once .", "tokenized_text": ["i", "was", "referred", "to", "as", "a", "racist", "once"]}, "1995": {"text": "I said `` Well yes , just like every other intelligent and honest person on Earth . ''", "tokenized_text": ["i", "said", "well", "yes", "just", "like", "every", "other", "intelligent", "and", "honest", "person", "on", "earth"]}, "1996": {"text": "The matter was quickly dropped .", "tokenized_text": ["the", "matter", "was", "quickly", "dropped"]}, "1997": {"text": "I love that video so much .", "tokenized_text": ["i", "love", "that", "video", "so", "much"]}, "1998": {"text": "I 've seen it before , I believe it was here on SF but thank you for posting it again", "tokenized_text": ["i", "ve", "seen", "it", "before", "i", "believe", "it", "was", "here", "on", "sf", "but", "thank", "you", "for", "posting", "it", "again"]}, "1999": {"text": "I have n't seen music for this floating around but if you have the sheet music for piano I 'd be happy to get to work on a transcription for you if you can send me a pdf or something .", "tokenized_text": ["i", "have", "n", "t", "seen", "music", "for", "this", "floating", "around", "but", "if", "you", "have", "the", "sheet", "music", "for", "piano", "i", "d", "be", "happy", "to", "get", "to", "work", "on", "a", "transcription", "for", "you", "if", "you", "can", "send", "me", "a", "pdf", "or", "something"]}, "2000": {"text": "You seem to have no grasp of the fact that it is the jews who have stolen German identities in the first place to blend in .", "tokenized_text": ["you", "seem", "to", "have", "no", "grasp", "of", "the", "fact", "that", "it", "is", "the", "jews", "who", "have", "stolen", "german", "identities", "in", "the", "first", "place", "to", "blend", "in"]}, "2001": {"text": "haha I was thinking the same thing !", "tokenized_text": ["haha", "i", "was", "thinking", "the", "same", "thing"]}, "2002": {"text": "These cops are nothing compared to ours , hell half the time I think they enjoy tackling the perps", "tokenized_text": ["these", "cops", "are", "nothing", "compared", "to", "ours", "hell", "half", "the", "time", "i", "think", "they", "enjoy", "tackling", "the", "perps"]}, "2003": {"text": "Green Eyes are beautiful My grandfather has Green eyes , ( grandmother had brown ) My parents got Brown eyes So I also have brown .", "tokenized_text": ["green", "eyes", "are", "beautiful", "my", "grandfather", "has", "green", "eyes", "grandmother", "had", "brown", "my", "parents", "got", "brown", "eyes", "so", "i", "also", "have", "brown"]}, "2004": {"text": "But if I could chose my eye colour it definitely would be Green", "tokenized_text": ["but", "if", "i", "could", "chose", "my", "eye", "colour", "it", "definitely", "would", "be", "green"]}, "2005": {"text": "my mothers father is full blonde Irish. my mothers mother is English Irish Scottish . my fathers father is a German with some Scottish and my fathers mother is danish and Norwegian. making me 6ft4 blonde hair blue eyes with a big barrel chest just like my german grandfather .", "tokenized_text": ["my", "mothers", "father", "is", "full", "blonde", "irish", "my", "mothers", "mother", "is", "english", "irish", "scottish", "my", "fathers", "father", "is", "a", "german", "with", "some", "scottish", "and", "my", "fathers", "mother", "is", "danish", "and", "norwegian", "making", "me", "6ft4", "blonde", "hair", "blue", "eyes", "with", "a", "big", "barrel", "chest", "just", "like", "my", "german", "grandfather"]}, "2006": {"text": "nah man , for me its enough .", "tokenized_text": ["nah", "man", "for", "me", "its", "enough"]}, "2007": {"text": "I cant stand corruption at any level .", "tokenized_text": ["i", "cant", "stand", "corruption", "at", "any", "level"]}, "2008": {"text": "I havent even paid for not one single ppv , so its not like Im stopping my support , lol By the way , to the guy that said Demian Maia is white ... yes , hes white , just like Erick Silva .", "tokenized_text": ["i", "havent", "even", "paid", "for", "not", "one", "single", "ppv", "so", "its", "not", "like", "im", "stopping", "my", "support", "lol", "by", "the", "way", "to", "the", "guy", "that", "said", "demian", "maia", "is", "white", "yes", "hes", "white", "just", "like", "erick", "silva"]}, "2009": {"text": "Just like Mauricio Rua .", "tokenized_text": ["just", "like", "mauricio", "rua"]}, "2010": {"text": "Just like Rony Jason ...", "tokenized_text": ["just", "like", "rony", "jason"]}, "2011": {"text": "SKIN COLOR = / = RACE I hope I dont have to come up with pictures of blonde jews .", "tokenized_text": ["skin", "color", "race", "i", "hope", "i", "dont", "have", "to", "come", "up", "with", "pictures", "of", "blonde", "jews"]}, "2012": {"text": "Im giving up watching mma for good .", "tokenized_text": ["im", "giving", "up", "watching", "mma", "for", "good"]}, "2013": {"text": "Im going to read a lot instead this summer .", "tokenized_text": ["im", "going", "to", "read", "a", "lot", "instead", "this", "summer"]}, "2014": {"text": "A pleasure to be with you guys .", "tokenized_text": ["a", "pleasure", "to", "be", "with", "you", "guys"]}, "2015": {"text": "But UFC and TUF is rigged and staged .", "tokenized_text": ["but", "ufc", "and", "tuf", "is", "rigged", "and", "staged"]}, "2016": {"text": "Just letting you know .", "tokenized_text": ["just", "letting", "you", "know"]}, "2017": {"text": "well, i have been working on something for self defense in one of those situations in which guns have been confiscated. essentially , training with sledgehammer and axe in a shtf moment going old school barbarian might be one 's only hope .", "tokenized_text": ["well", "i", "have", "been", "working", "on", "something", "for", "self", "defense", "in", "one", "of", "those", "situations", "in", "which", "guns", "have", "been", "confiscated", "essentially", "training", "with", "sledgehammer", "and", "axe", "in", "a", "shtf", "moment", "going", "old", "school", "barbarian", "might", "be", "one", "s", "only", "hope"]}, "2018": {"text": "A few years back my son had a English teacher that was from south America that couldnt hardly speak english yet she was teaching it", "tokenized_text": ["a", "few", "years", "back", "my", "son", "had", "a", "english", "teacher", "that", "was", "from", "south", "america", "that", "couldnt", "hardly", "speak", "english", "yet", "she", "was", "teaching", "it"]}, "2019": {"text": "I always thought genocide was carried out with a bullet to the head when the victims were found , ya know , like every genocide since the advent of the bullet .", "tokenized_text": ["i", "always", "thought", "genocide", "was", "carried", "out", "with", "a", "bullet", "to", "the", "head", "when", "the", "victims", "were", "found", "ya", "know", "like", "every", "genocide", "since", "the", "advent", "of", "the", "bullet"]}, "2020": {"text": "20 years from now we will see a 120 year old holocaust survivor tell there story of the horrors of the death camps and those nasty ss soldiers .", "tokenized_text": ["20", "years", "from", "now", "we", "will", "see", "a", "120", "year", "old", "holocaust", "survivor", "tell", "there", "story", "of", "the", "horrors", "of", "the", "death", "camps", "and", "those", "nasty", "ss", "soldiers"]}, "2021": {"text": "It just goes to show that kids have more common sense than many white adults ( sadly. )", "tokenized_text": ["it", "just", "goes", "to", "show", "that", "kids", "have", "more", "common", "sense", "than", "many", "white", "adults", "sadly"]}, "2022": {"text": "And it 's true !", "tokenized_text": ["and", "it", "s", "true"]}, "2023": {"text": "We live in a very mixed neighborhood and my son always gravitates toward the other white kids on the playground .", "tokenized_text": ["we", "live", "in", "a", "very", "mixed", "neighborhood", "and", "my", "son", "always", "gravitates", "toward", "the", "other", "white", "kids", "on", "the", "playground"]}, "2024": {"text": "I read that there are very few changes from each edition and that the sole purpose for the changes is to ruin lesson plans and thwart the used book market .", "tokenized_text": ["i", "read", "that", "there", "are", "very", "few", "changes", "from", "each", "edition", "and", "that", "the", "sole", "purpose", "for", "the", "changes", "is", "to", "ruin", "lesson", "plans", "and", "thwart", "the", "used", "book", "market"]}, "2025": {"text": "The younger ones will say they are survivors because they were sperm in the men and eggs in the women .", "tokenized_text": ["the", "younger", "ones", "will", "say", "they", "are", "survivors", "because", "they", "were", "sperm", "in", "the", "men", "and", "eggs", "in", "the", "women"]}, "2026": {"text": "There will always be survivors , the juden will never let go of the holahoax", "tokenized_text": ["there", "will", "always", "be", "survivors", "the", "juden", "will", "never", "let", "go", "of", "the", "holahoax"]}, "2027": {"text": "If monkeys are on my property i call animal control and defend my family and property with whatever means possible , simply talking sense to a monkey and pointing at it will not stop it from misbehaving !", "tokenized_text": ["if", "monkeys", "are", "on", "my", "property", "i", "call", "animal", "control", "and", "defend", "my", "family", "and", "property", "with", "whatever", "means", "possible", "simply", "talking", "sense", "to", "a", "monkey", "and", "pointing", "at", "it", "will", "not", "stop", "it", "from", "misbehaving"]}, "2028": {"text": "Axis history forum has a very large sticky on her and the whole video that was shot , she ends up with a surviving group of people and even tries to crack a smile for the camera .", "tokenized_text": ["axis", "history", "forum", "has", "a", "very", "large", "sticky", "on", "her", "and", "the", "whole", "video", "that", "was", "shot", "she", "ends", "up", "with", "a", "surviving", "group", "of", "people", "and", "even", "tries", "to", "crack", "a", "smile", "for", "the", "camera"]}, "2029": {"text": "This part of the film is right when US personnel came on the scene and stopped the attacks as best they could .", "tokenized_text": ["this", "part", "of", "the", "film", "is", "right", "when", "us", "personnel", "came", "on", "the", "scene", "and", "stopped", "the", "attacks", "as", "best", "they", "could"]}, "2030": {"text": "This film makes my soul ache seeing man 's inhumanity to man in live color .", "tokenized_text": ["this", "film", "makes", "my", "soul", "ache", "seeing", "man", "s", "inhumanity", "to", "man", "in", "live", "color"]}, "2031": {"text": "The soldiers that were beaten and left for dead is wrenching , all because they served their nation .", "tokenized_text": ["the", "soldiers", "that", "were", "beaten", "and", "left", "for", "dead", "is", "wrenching", "all", "because", "they", "served", "their", "nation"]}, "2032": {"text": "When I watch things like this I pray God will have vengeance on these sub humans even if they have asked for forgiveness .", "tokenized_text": ["when", "i", "watch", "things", "like", "this", "i", "pray", "god", "will", "have", "vengeance", "on", "these", "sub", "humans", "even", "if", "they", "have", "asked", "for", "forgiveness"]}, "2033": {"text": "This is unforgivable .", "tokenized_text": ["this", "is", "unforgivable"]}, "2034": {"text": "Really?", "tokenized_text": ["really"]}, "2035": {"text": "A puppet in the hands of the Jews were Zionist Jewish States of America and the Bolshevik Soviet Union .", "tokenized_text": ["a", "puppet", "in", "the", "hands", "of", "the", "jews", "were", "zionist", "jewish", "states", "of", "america", "and", "the", "bolshevik", "soviet", "union"]}, "2036": {"text": "The Third Reich was the only one in the world of white racial state .", "tokenized_text": ["the", "third", "reich", "was", "the", "only", "one", "in", "the", "world", "of", "white", "racial", "state"]}, "2037": {"text": "Race is a dogma on the physical world , the will of the gods and the way of the buddha is the ultimate path .", "tokenized_text": ["race", "is", "a", "dogma", "on", "the", "physical", "world", "the", "will", "of", "the", "gods", "and", "the", "way", "of", "the", "buddha", "is", "the", "ultimate", "path"]}, "2038": {"text": "Both me and my wife would be very involved in every aspect of their schooling and the area we are moving to is very very white so will have to find out more from white parents already there that send their children to public school .", "tokenized_text": ["both", "me", "and", "my", "wife", "would", "be", "very", "involved", "in", "every", "aspect", "of", "their", "schooling", "and", "the", "area", "we", "are", "moving", "to", "is", "very", "very", "white", "so", "will", "have", "to", "find", "out", "more", "from", "white", "parents", "already", "there", "that", "send", "their", "children", "to", "public", "school"]}, "2039": {"text": "Thanks for all the great replies its very helpful .", "tokenized_text": ["thanks", "for", "all", "the", "great", "replies", "its", "very", "helpful"]}, "2040": {"text": "You could also open up the school via the internet just like the other schools have done in my area they have kids go to a class and learn via a feed from the teacher who could be hundreds or thousands of miles away .", "tokenized_text": ["you", "could", "also", "open", "up", "the", "school", "via", "the", "internet", "just", "like", "the", "other", "schools", "have", "done", "in", "my", "area", "they", "have", "kids", "go", "to", "a", "class", "and", "learn", "via", "a", "feed", "from", "the", "teacher", "who", "could", "be", "hundreds", "or", "thousands", "of", "miles", "away"]}, "2041": {"text": "Now that would be an awesome White National School that everyone in the world can attend .", "tokenized_text": ["now", "that", "would", "be", "an", "awesome", "white", "national", "school", "that", "everyone", "in", "the", "world", "can", "attend"]}, "2042": {"text": "Nice find on ebay as well", "tokenized_text": ["nice", "find", "on", "ebay", "as", "well"]}, "2043": {"text": "I guess it is all Jews because that rabbi guy who says we must to serve Jews was a Iraqi Jew .", "tokenized_text": ["i", "guess", "it", "is", "all", "jews", "because", "that", "rabbi", "guy", "who", "says", "we", "must", "to", "serve", "jews", "was", "a", "iraqi", "jew"]}, "2044": {"text": "Oh I 'm not worried about it .", "tokenized_text": ["oh", "i", "m", "not", "worried", "about", "it"]}, "2045": {"text": "In fact it happened a while back , but it was creepy when it did happen .", "tokenized_text": ["in", "fact", "it", "happened", "a", "while", "back", "but", "it", "was", "creepy", "when", "it", "did", "happen"]}, "2046": {"text": "I was able to sight it in before the rain started .", "tokenized_text": ["i", "was", "able", "to", "sight", "it", "in", "before", "the", "rain", "started"]}, "2047": {"text": "I have it sighted in at 350 yards .", "tokenized_text": ["i", "have", "it", "sighted", "in", "at", "350", "yards"]}, "2048": {"text": "Shoots good groups .", "tokenized_text": ["shoots", "good", "groups"]}, "2049": {"text": "I shot at 100 , 350 and 500 yards , shoots like a dream", "tokenized_text": ["i", "shot", "at", "100", "350", "and", "500", "yards", "shoots", "like", "a", "dream"]}, "2050": {"text": "well, that 's very good for you. here in Europe that 's basically a dream .", "tokenized_text": ["well", "that", "s", "very", "good", "for", "you", "here", "in", "europe", "that", "s", "basically", "a", "dream"]}, "2051": {"text": "Is yours a university in Dixie ?", "tokenized_text": ["is", "yours", "a", "university", "in", "dixie"]}, "2052": {"text": "True! but ever know the longer this bs war on terror goes the more high tech wonder war toys they keep coming out with ?", "tokenized_text": ["true", "but", "ever", "know", "the", "longer", "this", "bs", "war", "on", "terror", "goes", "the", "more", "high", "tech", "wonder", "war", "toys", "they", "keep", "coming", "out", "with"]}, "2053": {"text": "Retro Grouch post of the day ! multispeed bmx 's and 3 speed freewheels , continued. geared BMX bikes - BMX Society community forums Here ` a 3 speed freewheel ( similar design ) on a BMX hub ( was a single-speed freewheel hub ) , in a BMX frame , with added rear derailer .", "tokenized_text": ["retro", "grouch", "post", "of", "the", "day", "multispeed", "bmx", "s", "and", "3", "speed", "freewheels", "continued", "geared", "bmx", "bikes", "bmx", "society", "community", "forums", "here", "a", "3", "speed", "freewheel", "similar", "design", "on", "a", "bmx", "hub", "was", "a", "single", "speed", "freewheel", "hub", "in", "a", "bmx", "frame", "with", "added", "rear", "derailer"]}, "2054": {"text": "http://bmxsociety.com/uploads/monthl...9887_thumb.jpghttp://bmxsociety.com/uploads/monthly_05_2010/post-2192-127351673801_thumb.jpg Another photo , showing the nice rims , billet axle spacers , and USA made Paul rear derailer !", "tokenized_text": ["http", "bmxsociety", "com", "uploads", "monthl", "9887_thumb", "jpghttp", "bmxsociety", "com", "uploads", "monthly_05_2010", "post", "2192", "127351673801_thumb", "jpg", "another", "photo", "showing", "the", "nice", "rims", "billet", "axle", "spacers", "and", "usa", "made", "paul", "rear", "derailer"]}, "2055": {"text": "Sorry but the no child left behind program is bull in my mind , but if people are unintelligent it means they wo n't think for themselves and if they do n't think for themselves they are easier to control. thats pretty much laying down the ground work for for future generations of kids to be obese , corperate sell outs for the government to use .", "tokenized_text": ["sorry", "but", "the", "no", "child", "left", "behind", "program", "is", "bull", "in", "my", "mind", "but", "if", "people", "are", "unintelligent", "it", "means", "they", "wo", "n", "t", "think", "for", "themselves", "and", "if", "they", "do", "n", "t", "think", "for", "themselves", "they", "are", "easier", "to", "control", "thats", "pretty", "much", "laying", "down", "the", "ground", "work", "for", "for", "future", "generations", "of", "kids", "to", "be", "obese", "corperate", "sell", "outs", "for", "the", "government", "to", "use"]}, "2056": {"text": "The fact is immoral and irresponsible parents will influence children to be immoral and irresponsible .", "tokenized_text": ["the", "fact", "is", "immoral", "and", "irresponsible", "parents", "will", "influence", "children", "to", "be", "immoral", "and", "irresponsible"]}, "2057": {"text": "Homosexuals practice a perverse lifestyle that destroys the body , mind , and soul just as drug use does ; merely two paths to the same destructive end .", "tokenized_text": ["homosexuals", "practice", "a", "perverse", "lifestyle", "that", "destroys", "the", "body", "mind", "and", "soul", "just", "as", "drug", "use", "does", "merely", "two", "paths", "to", "the", "same", "destructive", "end"]}, "2058": {"text": "Ok thank you ....", "tokenized_text": ["ok", "thank", "you"]}, "2059": {"text": "I ca n't wait to finish this course I think I have about 4 weeks left .", "tokenized_text": ["i", "ca", "n", "t", "wait", "to", "finish", "this", "course", "i", "think", "i", "have", "about", "4", "weeks", "left"]}, "2060": {"text": "Hell to have a teacher like this .", "tokenized_text": ["hell", "to", "have", "a", "teacher", "like", "this"]}, "2061": {"text": "I will grin and bear it and keep on getting respectable grades .", "tokenized_text": ["i", "will", "grin", "and", "bear", "it", "and", "keep", "on", "getting", "respectable", "grades"]}, "2062": {"text": "I just pray I do not have to take anymore of her courses .", "tokenized_text": ["i", "just", "pray", "i", "do", "not", "have", "to", "take", "anymore", "of", "her", "courses"]}, "2063": {"text": "This is the argument homosexuals use to justify their behavior , that because there are no `` red letters '' about it , then homosexuality is not a bad thing .", "tokenized_text": ["this", "is", "the", "argument", "homosexuals", "use", "to", "justify", "their", "behavior", "that", "because", "there", "are", "no", "red", "letters", "about", "it", "then", "homosexuality", "is", "not", "a", "bad", "thing"]}, "2064": {"text": "Everything in the NT is Christ inspired and the NT has no requirement for circumcision .", "tokenized_text": ["everything", "in", "the", "nt", "is", "christ", "inspired", "and", "the", "nt", "has", "no", "requirement", "for", "circumcision"]}, "2065": {"text": "Christ 's sacrifice eliminated the need for any other sacrifice , and his covenant eliminated all others .", "tokenized_text": ["christ", "s", "sacrifice", "eliminated", "the", "need", "for", "any", "other", "sacrifice", "and", "his", "covenant", "eliminated", "all", "others"]}, "2066": {"text": "There is no requirement of circumcision found in the NT .", "tokenized_text": ["there", "is", "no", "requirement", "of", "circumcision", "found", "in", "the", "nt"]}, "2067": {"text": "My advice : print out a few good articles .", "tokenized_text": ["my", "advice", "print", "out", "a", "few", "good", "articles"]}, "2068": {"text": "She 'll quickly see that the info is good and the `` hate '' non-existant .", "tokenized_text": ["she", "ll", "quickly", "see", "that", "the", "info", "is", "good", "and", "the", "hate", "non", "existant"]}, "2069": {"text": "This is a horrible idea .", "tokenized_text": ["this", "is", "a", "horrible", "idea"]}, "2070": {"text": "Kids are very receptive to learning and teaching .", "tokenized_text": ["kids", "are", "very", "receptive", "to", "learning", "and", "teaching"]}, "2071": {"text": "If YOU do not teach your child morals , who will , the jew on the TV ?", "tokenized_text": ["if", "you", "do", "not", "teach", "your", "child", "morals", "who", "will", "the", "jew", "on", "the", "tv"]}, "2072": {"text": "I went to Columbia .", "tokenized_text": ["i", "went", "to", "columbia"]}, "2073": {"text": "I wanted to shoot myself when I was there .", "tokenized_text": ["i", "wanted", "to", "shoot", "myself", "when", "i", "was", "there"]}, "2074": {"text": "You 're worried about affirmative action and liberals , that 's your spot .", "tokenized_text": ["you", "re", "worried", "about", "affirmative", "action", "and", "liberals", "that", "s", "your", "spot"]}, "2075": {"text": "I have always had the best results when I have teachers that are like me .", "tokenized_text": ["i", "have", "always", "had", "the", "best", "results", "when", "i", "have", "teachers", "that", "are", "like", "me"]}, "2076": {"text": "I have heard this from many different groups .", "tokenized_text": ["i", "have", "heard", "this", "from", "many", "different", "groups"]}, "2077": {"text": "I prefer male teachers and my girlfriend says she likes female teachers .", "tokenized_text": ["i", "prefer", "male", "teachers", "and", "my", "girlfriend", "says", "she", "likes", "female", "teachers"]}, "2078": {"text": "The students who study arts tend to like bohemian teachers while I as a math student prefer more engineer type teachers .", "tokenized_text": ["the", "students", "who", "study", "arts", "tend", "to", "like", "bohemian", "teachers", "while", "i", "as", "a", "math", "student", "prefer", "more", "engineer", "type", "teachers"]}, "2079": {"text": "My son 's university has a `` College of Liberal Arts , '' ( CLA ) which awards B.A. degrees .", "tokenized_text": ["my", "son", "s", "university", "has", "a", "college", "of", "liberal", "arts", "cla", "which", "awards", "b", "a", "degrees"]}, "2080": {"text": "In one of the restrooms , someone has drawn an arrow on the wall , pointing towards the toilet paper , and written `` CLA degrees : take one . ''", "tokenized_text": ["in", "one", "of", "the", "restrooms", "someone", "has", "drawn", "an", "arrow", "on", "the", "wall", "pointing", "towards", "the", "toilet", "paper", "and", "written", "cla", "degrees", "take", "one"]}, "2081": {"text": "And that 's the truth .", "tokenized_text": ["and", "that", "s", "the", "truth"]}, "2082": {"text": "A B.A. is virtually useless .", "tokenized_text": ["a", "b", "a", "is", "virtually", "useless"]}, "2083": {"text": "Tens of thousands of people graduate with these worthless degrees , find out they 're unemployable in today 's bleak job market , then take on several tens of thousands in ( more ) student debt to get a law or business degree -- and find out things are n't much better .", "tokenized_text": ["tens", "of", "thousands", "of", "people", "graduate", "with", "these", "worthless", "degrees", "find", "out", "they", "re", "unemployable", "in", "today", "s", "bleak", "job", "market", "then", "take", "on", "several", "tens", "of", "thousands", "in", "more", "student", "debt", "to", "get", "a", "law", "or", "business", "degree", "and", "find", "out", "things", "are", "n", "t", "much", "better"]}, "2084": {"text": "Take a look at this blog , for example .", "tokenized_text": ["take", "a", "look", "at", "this", "blog", "for", "example"]}, "2085": {"text": "Some graduate programs will cater to working professionals and will do the bulk of the classes on line with only one or two days per month actually on campus .", "tokenized_text": ["some", "graduate", "programs", "will", "cater", "to", "working", "professionals", "and", "will", "do", "the", "bulk", "of", "the", "classes", "on", "line", "with", "only", "one", "or", "two", "days", "per", "month", "actually", "on", "campus"]}, "2086": {"text": "You have to check around to see what is avaialble in your area within your desired field of study .", "tokenized_text": ["you", "have", "to", "check", "around", "to", "see", "what", "is", "avaialble", "in", "your", "area", "within", "your", "desired", "field", "of", "study"]}, "2087": {"text": "The holocaust never existed except in the minds of the people who believed it .", "tokenized_text": ["the", "holocaust", "never", "existed", "except", "in", "the", "minds", "of", "the", "people", "who", "believed", "it"]}, "2088": {"text": "Therefore everyone in this thread is a holocaust survivor .", "tokenized_text": ["therefore", "everyone", "in", "this", "thread", "is", "a", "holocaust", "survivor"]}, "2089": {"text": "Ha !", "tokenized_text": ["ha"]}, "2090": {"text": "What is it like to teach a negro ?", "tokenized_text": ["what", "is", "it", "like", "to", "teach", "a", "negro"]}, "2091": {"text": "Imagine a steel cage battle royal match at Wrestlemania and multiply the carnage a 1,000,000 times and that is what you get .", "tokenized_text": ["imagine", "a", "steel", "cage", "battle", "royal", "match", "at", "wrestlemania", "and", "multiply", "the", "carnage", "a", "1", "000", "000", "times", "and", "that", "is", "what", "you", "get"]}, "2092": {"text": "Your posting of this information is very useful !", "tokenized_text": ["your", "posting", "of", "this", "information", "is", "very", "useful"]}, "2093": {"text": "Most school age youth cannot access the main K K K site from their schools , but they can access Stormfront .", "tokenized_text": ["most", "school", "age", "youth", "cannot", "access", "the", "main", "k", "k", "k", "site", "from", "their", "schools", "but", "they", "can", "access", "stormfront"]}, "2094": {"text": "Not this again . As far as I 'm concerned , it 's just a photo of inmates burning clothes of typhus victims , not corpses .", "tokenized_text": ["not", "this", "again", "as", "far", "as", "i", "m", "concerned", "it", "s", "just", "a", "photo", "of", "inmates", "burning", "clothes", "of", "typhus", "victims", "not", "corpses"]}, "2095": {"text": "I'm taking my College funds and using them to start a self sufficient farm .", "tokenized_text": ["i", "m", "taking", "my", "college", "funds", "and", "using", "them", "to", "start", "a", "self", "sufficient", "farm"]}, "2096": {"text": "Though I might go to trade school to learn some basic carpentry skills .", "tokenized_text": ["though", "i", "might", "go", "to", "trade", "school", "to", "learn", "some", "basic", "carpentry", "skills"]}, "2097": {"text": "It is the fault of the parents who do n't take an active role in their children 's education ( though I think most stupid kids have stupid parents ) and the fault of the schools who let illiterate kids go on to the next grade .", "tokenized_text": ["it", "is", "the", "fault", "of", "the", "parents", "who", "do", "n", "t", "take", "an", "active", "role", "in", "their", "children", "s", "education", "though", "i", "think", "most", "stupid", "kids", "have", "stupid", "parents", "and", "the", "fault", "of", "the", "schools", "who", "let", "illiterate", "kids", "go", "on", "to", "the", "next", "grade"]}, "2098": {"text": "I remember when my fifth grade teacher told us this story it made me feel special because I was the only blond kid in class .", "tokenized_text": ["i", "remember", "when", "my", "fifth", "grade", "teacher", "told", "us", "this", "story", "it", "made", "me", "feel", "special", "because", "i", "was", "the", "only", "blond", "kid", "in", "class"]}, "2099": {"text": "Green eyes , though .", "tokenized_text": ["green", "eyes", "though"]}, "2100": {"text": "I guess I would be destined for the gas chambers .", "tokenized_text": ["i", "guess", "i", "would", "be", "destined", "for", "the", "gas", "chambers"]}, "2101": {"text": "The only problem is that Jews were not destroyed by themselves or any one else .", "tokenized_text": ["the", "only", "problem", "is", "that", "jews", "were", "not", "destroyed", "by", "themselves", "or", "any", "one", "else"]}, "2102": {"text": "Like the parasites they are they simply moved to a new host , to continue their destruction of Western White civilization and culture", "tokenized_text": ["like", "the", "parasites", "they", "are", "they", "simply", "moved", "to", "a", "new", "host", "to", "continue", "their", "destruction", "of", "western", "white", "civilization", "and", "culture"]}, "2103": {"text": "The USA also had them during ww2 .", "tokenized_text": ["the", "usa", "also", "had", "them", "during", "ww2"]}, "2104": {"text": "Japanese American Internment ( U.S. Govt Propaganda ) - YouTube Japanese American internment - Wikipedia , the free encyclopedia The Japanese-American Internment in America 1942 .", "tokenized_text": ["japanese", "american", "internment", "u", "s", "govt", "propaganda", "youtube", "japanese", "american", "internment", "wikipedia", "the", "free", "encyclopedia", "the", "japanese", "american", "internment", "in", "america", "1942"]}, "2105": {"text": "- YouTube", "tokenized_text": ["youtube"]}, "2106": {"text": "And this same teacher will call the Germans evil because they taught their school children the same thing about the jews .", "tokenized_text": ["and", "this", "same", "teacher", "will", "call", "the", "germans", "evil", "because", "they", "taught", "their", "school", "children", "the", "same", "thing", "about", "the", "jews"]}, "2107": {"text": "There was an article in Sunday 's New York Post , about some Jew Fag that was stalking a famous fag `` Anderson Cooper '' .", "tokenized_text": ["there", "was", "an", "article", "in", "sunday", "s", "new", "york", "post", "about", "some", "jew", "fag", "that", "was", "stalking", "a", "famous", "fag", "anderson", "cooper"]}, "2108": {"text": "The Jew Fag professes to be a White Nationalist .", "tokenized_text": ["the", "jew", "fag", "professes", "to", "be", "a", "white", "nationalist"]}, "2109": {"text": "So laughable .....", "tokenized_text": ["so", "laughable"]}, "2110": {"text": "Whats your point ?", "tokenized_text": ["whats", "your", "point"]}, "2111": {"text": "That 's what I intended .", "tokenized_text": ["that", "s", "what", "i", "intended"]}, "2112": {"text": "I said drugs mess up babies that grow up and ruin society for everyone else .", "tokenized_text": ["i", "said", "drugs", "mess", "up", "babies", "that", "grow", "up", "and", "ruin", "society", "for", "everyone", "else"]}, "2113": {"text": "There is no further analysis required .", "tokenized_text": ["there", "is", "no", "further", "analysis", "required"]}, "2114": {"text": "Can anyone give me some links or a loan company they went through for student loans ?", "tokenized_text": ["can", "anyone", "give", "me", "some", "links", "or", "a", "loan", "company", "they", "went", "through", "for", "student", "loans"]}, "2115": {"text": "I have tried more than 10 and none of them are accepting loans .", "tokenized_text": ["i", "have", "tried", "more", "than", "10", "and", "none", "of", "them", "are", "accepting", "loans"]}, "2116": {"text": "I can not get a stafford loan because of the stupid school i go to refuses to do student loans so they turned me down .", "tokenized_text": ["i", "can", "not", "get", "a", "stafford", "loan", "because", "of", "the", "stupid", "school", "i", "go", "to", "refuses", "to", "do", "student", "loans", "so", "they", "turned", "me", "down"]}, "2117": {"text": "What other choices do i have ?", "tokenized_text": ["what", "other", "choices", "do", "i", "have"]}, "2118": {"text": "I need the money .", "tokenized_text": ["i", "need", "the", "money"]}, "2119": {"text": "a jew i know tried to get me arrested and set up numerous people i know despite him being a drug dealer himself", "tokenized_text": ["a", "jew", "i", "know", "tried", "to", "get", "me", "arrested", "and", "set", "up", "numerous", "people", "i", "know", "despite", "him", "being", "a", "drug", "dealer", "himself"]}, "2120": {"text": "I would personally like to welcome all my White Brethren who want to join the fight in Texas !!!", "tokenized_text": ["i", "would", "personally", "like", "to", "welcome", "all", "my", "white", "brethren", "who", "want", "to", "join", "the", "fight", "in", "texas"]}, "2121": {"text": "Y' all git your happy ass down here !!!", "tokenized_text": ["y", "all", "git", "your", "happy", "ass", "down", "here"]}, "2122": {"text": "That is right he is an anti-white bigot who wants to live around no blacks but wants to force other people to live around blacks .", "tokenized_text": ["that", "is", "right", "he", "is", "an", "anti", "white", "bigot", "who", "wants", "to", "live", "around", "no", "blacks", "but", "wants", "to", "force", "other", "people", "to", "live", "around", "blacks"]}, "2123": {"text": "War on Iran in February ( 1 ) ( 1/21/2012 ) In last December I learned that my brother and sisters would have a trip to India and Dubai between Feb. 2 to Feb 15 , 2012 .", "tokenized_text": ["war", "on", "iran", "in", "february", "1", "1", "21", "2012", "in", "last", "december", "i", "learned", "that", "my", "brother", "and", "sisters", "would", "have", "a", "trip", "to", "india", "and", "dubai", "between", "feb", "2", "to", "feb", "15", "2012"]}, "2124": {"text": "Since my relatives used to be arranged for a trip when the Feds has a new plan , that means there will be a new framed case in February and it always comes with big events as distraction - false flag terror attack , war , natural disaster or all of them .", "tokenized_text": ["since", "my", "relatives", "used", "to", "be", "arranged", "for", "a", "trip", "when", "the", "feds", "has", "a", "new", "plan", "that", "means", "there", "will", "be", "a", "new", "framed", "case", "in", "february", "and", "it", "always", "comes", "with", "big", "events", "as", "distraction", "false", "flag", "terror", "attack", "war", "natural", "disaster", "or", "all", "of", "them"]}, "2125": {"text": "A news proved my allegation .", "tokenized_text": ["a", "news", "proved", "my", "allegation"]}, "2126": {"text": "It will be Iran war this time .", "tokenized_text": ["it", "will", "be", "iran", "war", "this", "time"]}, "2127": {"text": "Iran to patrol US East Coast & mdash ; RT This report goes back to September , the 28th , last year .", "tokenized_text": ["iran", "to", "patrol", "us", "east", "coast", "mdash", "rt", "this", "report", "goes", "back", "to", "september", "the", "28th", "last", "year"]}, "2128": {"text": "I have not head much more about it since .", "tokenized_text": ["i", "have", "not", "head", "much", "more", "about", "it", "since"]}, "2129": {"text": "Marxist Subversion happened .", "tokenized_text": ["marxist", "subversion", "happened"]}, "2130": {"text": "Non Whites happened .", "tokenized_text": ["non", "whites", "happened"]}, "2131": {"text": "The electric Jew and Sports happened to appease the masses of White people .", "tokenized_text": ["the", "electric", "jew", "and", "sports", "happened", "to", "appease", "the", "masses", "of", "white", "people"]}, "2132": {"text": "As long as we have sports and television , most White people do not care .", "tokenized_text": ["as", "long", "as", "we", "have", "sports", "and", "television", "most", "white", "people", "do", "not", "care"]}, "2133": {"text": "The solution is simple .", "tokenized_text": ["the", "solution", "is", "simple"]}, "2134": {"text": "Break them up .", "tokenized_text": ["break", "them", "up"]}, "2135": {"text": "I saw a white and a black couple the other day and nearly went ballistic and got enraged .", "tokenized_text": ["i", "saw", "a", "white", "and", "a", "black", "couple", "the", "other", "day", "and", "nearly", "went", "ballistic", "and", "got", "enraged"]}, "2136": {"text": "There's enough oil for a few hundred more years actually .", "tokenized_text": ["there", "s", "enough", "oil", "for", "a", "few", "hundred", "more", "years", "actually"]}, "2137": {"text": "They 're just making it really expensive on purpose and making a panic .", "tokenized_text": ["they", "re", "just", "making", "it", "really", "expensive", "on", "purpose", "and", "making", "a", "panic"]}, "2138": {"text": "Annihilate, you have been told that you are only welcome to post in general rants for time being .", "tokenized_text": ["annihilate", "you", "have", "been", "told", "that", "you", "are", "only", "welcome", "to", "post", "in", "general", "rants", "for", "time", "being"]}, "2139": {"text": "Please keep that in mind .", "tokenized_text": ["please", "keep", "that", "in", "mind"]}, "2140": {"text": "Hey, I 've heard of alot of those groups , cept the Hammerskins .", "tokenized_text": ["hey", "i", "ve", "heard", "of", "alot", "of", "those", "groups", "cept", "the", "hammerskins"]}, "2141": {"text": "I looked them up on the internet and could onyl find Hatewatch and anti sites .", "tokenized_text": ["i", "looked", "them", "up", "on", "the", "internet", "and", "could", "onyl", "find", "hatewatch", "and", "anti", "sites"]}, "2142": {"text": "Who are they ?", "tokenized_text": ["who", "are", "they"]}, "2143": {"text": "I put that they were good for White youth .", "tokenized_text": ["i", "put", "that", "they", "were", "good", "for", "white", "youth"]}, "2144": {"text": "It teaches them direction in life , and it is a plus for Christian youth as it intermixes race and religion .", "tokenized_text": ["it", "teaches", "them", "direction", "in", "life", "and", "it", "is", "a", "plus", "for", "christian", "youth", "as", "it", "intermixes", "race", "and", "religion"]}, "2145": {"text": "I heard that it 's youth corps. is really amazing , and they are one of the few large groups that accept younger people .", "tokenized_text": ["i", "heard", "that", "it", "s", "youth", "corps", "is", "really", "amazing", "and", "they", "are", "one", "of", "the", "few", "large", "groups", "that", "accept", "younger", "people"]}, "2146": {"text": "Regards , Kyle", "tokenized_text": ["regards", "kyle"]}, "2147": {"text": "Every word , the truth .", "tokenized_text": ["every", "word", "the", "truth"]}, "2148": {"text": "You got good friends kid and let me tell ya , good friends are hard to come by .", "tokenized_text": ["you", "got", "good", "friends", "kid", "and", "let", "me", "tell", "ya", "good", "friends", "are", "hard", "to", "come", "by"]}, "2149": {"text": "Response from a UCLA blowhard ... Oh shut the hell up you bumbling , incompetent hack .", "tokenized_text": ["response", "from", "a", "ucla", "blowhard", "oh", "shut", "the", "hell", "up", "you", "bumbling", "incompetent", "hack"]}, "2150": {"text": "You fools could n't keep out a dangerous mental case from the Third World .", "tokenized_text": ["you", "fools", "could", "n", "t", "keep", "out", "a", "dangerous", "mental", "case", "from", "the", "third", "world"]}, "2151": {"text": "All you liberals care about is `` Diversity . ''", "tokenized_text": ["all", "you", "liberals", "care", "about", "is", "diversity"]}, "2152": {"text": "That 's your real religion and you worship that false god above everything else every day .", "tokenized_text": ["that", "s", "your", "real", "religion", "and", "you", "worship", "that", "false", "god", "above", "everything", "else", "every", "day"]}, "2153": {"text": "This girl was almost made another human sacrifice to your false god .", "tokenized_text": ["this", "girl", "was", "almost", "made", "another", "human", "sacrifice", "to", "your", "false", "god"]}, "2154": {"text": "The whole administration of UCLA should be prosecuted as accomplices to every crime committed by quota students and unqualified foreign students whom they wrongly let in .", "tokenized_text": ["the", "whole", "administration", "of", "ucla", "should", "be", "prosecuted", "as", "accomplices", "to", "every", "crime", "committed", "by", "quota", "students", "and", "unqualified", "foreign", "students", "whom", "they", "wrongly", "let", "in"]}, "2155": {"text": "my fag jew teacher told my pricipal that i have white power markings on my binder and backpack i was suspended for 1 week !", "tokenized_text": ["my", "fag", "jew", "teacher", "told", "my", "pricipal", "that", "i", "have", "white", "power", "markings", "on", "my", "binder", "and", "backpack", "i", "was", "suspended", "for", "1", "week"]}, "2156": {"text": "I plan on putting out a lot of flyers for black history month .. anyone know of any anti black history month flyers ?", "tokenized_text": ["i", "plan", "on", "putting", "out", "a", "lot", "of", "flyers", "for", "black", "history", "month", "anyone", "know", "of", "any", "anti", "black", "history", "month", "flyers"]}, "2157": {"text": "Or try yelling * * * * the nigs ya 'll get suspended , jumped and hopefully some new wn friends or ya 'll die trying. lol Rohawa its a battle cry .", "tokenized_text": ["or", "try", "yelling", "the", "nigs", "ya", "ll", "get", "suspended", "jumped", "and", "hopefully", "some", "new", "wn", "friends", "or", "ya", "ll", "die", "trying", "lol", "rohawa", "its", "a", "battle", "cry"]}, "2158": {"text": "My beautiful blonde hair blue eyed niece Annabella just turned 2 yesterday and it 's my duty to educate and teach her white values and her heritage because she is the future of our white race and will someday bring some beautiful white children of her own into this wolrd .", "tokenized_text": ["my", "beautiful", "blonde", "hair", "blue", "eyed", "niece", "annabella", "just", "turned", "2", "yesterday", "and", "it", "s", "my", "duty", "to", "educate", "and", "teach", "her", "white", "values", "and", "her", "heritage", "because", "she", "is", "the", "future", "of", "our", "white", "race", "and", "will", "someday", "bring", "some", "beautiful", "white", "children", "of", "her", "own", "into", "this", "wolrd"]}, "2159": {"text": "Let our race continue on .", "tokenized_text": ["let", "our", "race", "continue", "on"]}, "2160": {"text": "Enjoy having multiculturalism shoved down your throat , fighting for Israel and having a black or Asian as your new best friend .", "tokenized_text": ["enjoy", "having", "multiculturalism", "shoved", "down", "your", "throat", "fighting", "for", "israel", "and", "having", "a", "black", "or", "asian", "as", "your", "new", "best", "friend"]}, "2161": {"text": "Hey you youngsters , check out the web site dedicated to Skinhead rock and roll .", "tokenized_text": ["hey", "you", "youngsters", "check", "out", "the", "web", "site", "dedicated", "to", "skinhead", "rock", "and", "roll"]}, "2162": {"text": "Go check out my band in the review section of this oh so bad ass website .", "tokenized_text": ["go", "check", "out", "my", "band", "in", "the", "review", "section", "of", "this", "oh", "so", "bad", "ass", "website"]}, "2163": {"text": "Check out the RebelSong downloads , you can hear the newest up and coming White power bands , CradleSong and Patriots Call .", "tokenized_text": ["check", "out", "the", "rebelsong", "downloads", "you", "can", "hear", "the", "newest", "up", "and", "coming", "white", "power", "bands", "cradlesong", "and", "patriots", "call"]}, "2164": {"text": "Here is the Link http://www.geocities.com/switchblade...ftheblood.html", "tokenized_text": ["here", "is", "the", "link", "http", "www", "geocities", "com", "switchblade", "ftheblood", "html"]}, "2165": {"text": "Angry Aryans is probably my fav band .", "tokenized_text": ["angry", "aryans", "is", "probably", "my", "fav", "band"]}, "2166": {"text": "All there music good .", "tokenized_text": ["all", "there", "music", "good"]}, "2167": {"text": "Check them out .", "tokenized_text": ["check", "them", "out"]}, "2168": {"text": "Blue eyed Devils are really good as well .", "tokenized_text": ["blue", "eyed", "devils", "are", "really", "good", "as", "well"]}, "2169": {"text": "88 - Jim", "tokenized_text": ["88", "jim"]}, "2170": {"text": "My God .", "tokenized_text": ["my", "god"]}, "2171": {"text": "I would have jumped at the chance to get a gun for my birthday .", "tokenized_text": ["i", "would", "have", "jumped", "at", "the", "chance", "to", "get", "a", "gun", "for", "my", "birthday"]}, "2172": {"text": "Take a good thing when you see it .", "tokenized_text": ["take", "a", "good", "thing", "when", "you", "see", "it"]}, "2173": {"text": "I only wore it once to school and they told me either never wear again or be expeled I chose to never * ahem * show them again .", "tokenized_text": ["i", "only", "wore", "it", "once", "to", "school", "and", "they", "told", "me", "either", "never", "wear", "again", "or", "be", "expeled", "i", "chose", "to", "never", "ahem", "show", "them", "again"]}, "2174": {"text": "Exactly man , that is so right .", "tokenized_text": ["exactly", "man", "that", "is", "so", "right"]}, "2175": {"text": "But be careful what you say , some * * * * * * or anti-White supremacism person might say `` Ca n't we get over our petty differences like skin color or culture and get along . ''", "tokenized_text": ["but", "be", "careful", "what", "you", "say", "some", "or", "anti", "white", "supremacism", "person", "might", "say", "ca", "n", "t", "we", "get", "over", "our", "petty", "differences", "like", "skin", "color", "or", "culture", "and", "get", "along"]}, "2176": {"text": "I am not critisizing , you are right , we should all just grow up .", "tokenized_text": ["i", "am", "not", "critisizing", "you", "are", "right", "we", "should", "all", "just", "grow", "up"]}, "2177": {"text": "I must say this is creepy !", "tokenized_text": ["i", "must", "say", "this", "is", "creepy"]}, "2178": {"text": "See if anyone you know that knows that you are on Stormfront has your phone number .", "tokenized_text": ["see", "if", "anyone", "you", "know", "that", "knows", "that", "you", "are", "on", "stormfront", "has", "your", "phone", "number"]}, "2179": {"text": "It always cracked me up to see middle-aged `` Skinheads '' hobbling around with their pantlegs rolled up and suspenders hanging down .", "tokenized_text": ["it", "always", "cracked", "me", "up", "to", "see", "middle", "aged", "skinheads", "hobbling", "around", "with", "their", "pantlegs", "rolled", "up", "and", "suspenders", "hanging", "down"]}, "2180": {"text": "It always screamed to me `` Grow up ! ''", "tokenized_text": ["it", "always", "screamed", "to", "me", "grow", "up"]}, "2181": {"text": "Its a shame really , but watch out for those people because one day they 'll turn round and tell their gun carrying black friends that you hate them because they 'll black .", "tokenized_text": ["its", "a", "shame", "really", "but", "watch", "out", "for", "those", "people", "because", "one", "day", "they", "ll", "turn", "round", "and", "tell", "their", "gun", "carrying", "black", "friends", "that", "you", "hate", "them", "because", "they", "ll", "black"]}, "2182": {"text": "throw me a message as well folks .", "tokenized_text": ["throw", "me", "a", "message", "as", "well", "folks"]}, "2183": {"text": "Hell , ill even give out my pic on aim = P Ladieees ; P AIM : Trilidon", "tokenized_text": ["hell", "ill", "even", "give", "out", "my", "pic", "on", "aim", "p", "ladieees", "p", "aim", "trilidon"]}, "2184": {"text": "Been A week since I put any poison in my body and I feel gread ( better every day ) dont have any craving anymore Now I realize how stupid it was to start in the first place PS : Thanks for the suport", "tokenized_text": ["been", "a", "week", "since", "i", "put", "any", "poison", "in", "my", "body", "and", "i", "feel", "gread", "better", "every", "day", "dont", "have", "any", "craving", "anymore", "now", "i", "realize", "how", "stupid", "it", "was", "to", "start", "in", "the", "first", "place", "ps", "thanks", "for", "the", "suport"]}, "2185": {"text": "HI im looken to recrute and i dont know anything bout how to so I was wondering if anyboby can help me out .", "tokenized_text": ["hi", "im", "looken", "to", "recrute", "and", "i", "dont", "know", "anything", "bout", "how", "to", "so", "i", "was", "wondering", "if", "anyboby", "can", "help", "me", "out"]}, "2186": {"text": "Try looking at Christian colleges , I went to one , these tend to have few if any asians .", "tokenized_text": ["try", "looking", "at", "christian", "colleges", "i", "went", "to", "one", "these", "tend", "to", "have", "few", "if", "any", "asians"]}, "2187": {"text": "Also my college did not allow jews or homosexuals .", "tokenized_text": ["also", "my", "college", "did", "not", "allow", "jews", "or", "homosexuals"]}, "2188": {"text": "ya they are lazy drug-attics ... and they cant get a real job , all they do is deal drugs or they jump job to job to job ...", "tokenized_text": ["ya", "they", "are", "lazy", "drug", "attics", "and", "they", "cant", "get", "a", "real", "job", "all", "they", "do", "is", "deal", "drugs", "or", "they", "jump", "job", "to", "job", "to", "job"]}, "2189": {"text": "Actually, I saw nicest thing the other day ...", "tokenized_text": ["actually", "i", "saw", "nicest", "thing", "the", "other", "day"]}, "2190": {"text": "Two black fag 's holding hands .", "tokenized_text": ["two", "black", "fag", "s", "holding", "hands"]}, "2191": {"text": "That 's Great !", "tokenized_text": ["that", "s", "great"]}, "2192": {"text": "That 's 2 blacks who wont be having kids", "tokenized_text": ["that", "s", "2", "blacks", "who", "wont", "be", "having", "kids"]}, "2193": {"text": "Any WN in the the Lancaster-Leominster-Clinton-Worcester-Bolton ( my town ) area ? in the 13-15 year age group ?", "tokenized_text": ["any", "wn", "in", "the", "the", "lancaster", "leominster", "clinton", "worcester", "bolton", "my", "town", "area", "in", "the", "13", "15", "year", "age", "group"]}, "2194": {"text": "I 'm im 8th grade and im 14 .", "tokenized_text": ["i", "m", "im", "8th", "grade", "and", "im", "14"]}, "2195": {"text": "I've told my friends and all of them agree with me ( some only partially ) .", "tokenized_text": ["i", "ve", "told", "my", "friends", "and", "all", "of", "them", "agree", "with", "me", "some", "only", "partially"]}, "2196": {"text": "I guess I was lucky because all my friends were white and see the same problems I do .", "tokenized_text": ["i", "guess", "i", "was", "lucky", "because", "all", "my", "friends", "were", "white", "and", "see", "the", "same", "problems", "i", "do"]}, "2197": {"text": "Normal hair is no fun Braveheart .... Nature intended us to be white , having normal color hair was just an eXtra .", "tokenized_text": ["normal", "hair", "is", "no", "fun", "braveheart", "nature", "intended", "us", "to", "be", "white", "having", "normal", "color", "hair", "was", "just", "an", "extra"]}, "2198": {"text": "Dyeing your hair is the right thing to do. : attack GO AND RUN ME OVER A * * * * * *", "tokenized_text": ["dyeing", "your", "hair", "is", "the", "right", "thing", "to", "do", "attack", "go", "and", "run", "me", "over", "a"]}, "2199": {"text": "The next time you post something this long please quote a little bit and then leave the link for whoever wants to read the whole thing .", "tokenized_text": ["the", "next", "time", "you", "post", "something", "this", "long", "please", "quote", "a", "little", "bit", "and", "then", "leave", "the", "link", "for", "whoever", "wants", "to", "read", "the", "whole", "thing"]}, "2200": {"text": "Thank you", "tokenized_text": ["thank", "you"]}, "2201": {"text": "i had a pair of levi 's that i wore whenever i did messy work .. they were my ' junk ' jeans. i usually wear anything that fits me. as for Docs i rarely wear them anymore. i wear sneakers now .", "tokenized_text": ["i", "had", "a", "pair", "of", "levi", "s", "that", "i", "wore", "whenever", "i", "did", "messy", "work", "they", "were", "my", "junk", "jeans", "i", "usually", "wear", "anything", "that", "fits", "me", "as", "for", "docs", "i", "rarely", "wear", "them", "anymore", "i", "wear", "sneakers", "now"]}, "2202": {"text": "I hate to be the grammar teacher , but you need to use paragraph and line breaks in the future for something like this .", "tokenized_text": ["i", "hate", "to", "be", "the", "grammar", "teacher", "but", "you", "need", "to", "use", "paragraph", "and", "line", "breaks", "in", "the", "future", "for", "something", "like", "this"]}, "2203": {"text": "And , I went to an inner-city high school --- I feel your pain .", "tokenized_text": ["and", "i", "went", "to", "an", "inner", "city", "high", "school", "i", "feel", "your", "pain"]}, "2204": {"text": "Yeah I watch the History Channel all the time and I am in all the Honor classes I just wanted to do something and yes I do have the muscle to back it up .", "tokenized_text": ["yeah", "i", "watch", "the", "history", "channel", "all", "the", "time", "and", "i", "am", "in", "all", "the", "honor", "classes", "i", "just", "wanted", "to", "do", "something", "and", "yes", "i", "do", "have", "the", "muscle", "to", "back", "it", "up"]}, "2205": {"text": "I think it 's best if white men looked after white women in our schools .", "tokenized_text": ["i", "think", "it", "s", "best", "if", "white", "men", "looked", "after", "white", "women", "in", "our", "schools"]}, "2206": {"text": "It makes my flesh crawl when I see white girls having to be felt up as they walk down the hallways by big lipped spear chuckers. : attack", "tokenized_text": ["it", "makes", "my", "flesh", "crawl", "when", "i", "see", "white", "girls", "having", "to", "be", "felt", "up", "as", "they", "walk", "down", "the", "hallways", "by", "big", "lipped", "spear", "chuckers", "attack"]}, "2207": {"text": "If you have not already done so , check out the Stormfront South Africa section , in the International Forums .", "tokenized_text": ["if", "you", "have", "not", "already", "done", "so", "check", "out", "the", "stormfront", "south", "africa", "section", "in", "the", "international", "forums"]}, "2208": {"text": "You will find several compatriots there .", "tokenized_text": ["you", "will", "find", "several", "compatriots", "there"]}, "2209": {"text": "its simple , your white. your genetic code doesnt include a racial commitment to crime. be glad and for for those reasons. this is what society has turned into. take a stand and defend your race. we must secure the existence of our people and a future for white children.-david lane white racial loyalty starts here keep it white", "tokenized_text": ["its", "simple", "your", "white", "your", "genetic", "code", "doesnt", "include", "a", "racial", "commitment", "to", "crime", "be", "glad", "and", "for", "for", "those", "reasons", "this", "is", "what", "society", "has", "turned", "into", "take", "a", "stand", "and", "defend", "your", "race", "we", "must", "secure", "the", "existence", "of", "our", "people", "and", "a", "future", "for", "white", "children", "david", "lane", "white", "racial", "loyalty", "starts", "here", "keep", "it", "white"]}, "2210": {"text": "AIM: hayden1488 ICQ : 156598438 MSN : hayden _ 1488 Yahoo : hayden _ 1488 Note you can also find out peoples logins for instant messager programs on our Stormfront profiles .", "tokenized_text": ["aim", "hayden1488", "icq", "156598438", "msn", "hayden", "_", "1488", "yahoo", "hayden", "_", "1488", "note", "you", "can", "also", "find", "out", "peoples", "logins", "for", "instant", "messager", "programs", "on", "our", "stormfront", "profiles"]}, "2211": {"text": "And those of you who havent put your logins on there you should .", "tokenized_text": ["and", "those", "of", "you", "who", "havent", "put", "your", "logins", "on", "there", "you", "should"]}, "2212": {"text": "Don't wander around Kingston at night or you may end up tied to a tree with your genitals in a bowl nearby being pounded into mush for voo-doo spells .", "tokenized_text": ["don", "t", "wander", "around", "kingston", "at", "night", "or", "you", "may", "end", "up", "tied", "to", "a", "tree", "with", "your", "genitals", "in", "a", "bowl", "nearby", "being", "pounded", "into", "mush", "for", "voo", "doo", "spells"]}, "2213": {"text": "Celts are tall or short blond , brunette , black headed or red headed light , medium color or suntanned light or dark colored eyes. freckled or non-freckled .", "tokenized_text": ["celts", "are", "tall", "or", "short", "blond", "brunette", "black", "headed", "or", "red", "headed", "light", "medium", "color", "or", "suntanned", "light", "or", "dark", "colored", "eyes", "freckled", "or", "non", "freckled"]}, "2214": {"text": "A very diverse bunch", "tokenized_text": ["a", "very", "diverse", "bunch"]}, "2215": {"text": "Great.", "tokenized_text": ["great"]}, "2216": {"text": "Now they 'll start searching people before they can board a bus , or they 'll be installing metal detectors at the bus terminals .", "tokenized_text": ["now", "they", "ll", "start", "searching", "people", "before", "they", "can", "board", "a", "bus", "or", "they", "ll", "be", "installing", "metal", "detectors", "at", "the", "bus", "terminals"]}, "2217": {"text": "Jews are not only insane , they are of literal demonic DNA .", "tokenized_text": ["jews", "are", "not", "only", "insane", "they", "are", "of", "literal", "demonic", "dna"]}, "2218": {"text": "The link in my sig lne `` Christian Identity and Identifying the jew '' explains this", "tokenized_text": ["the", "link", "in", "my", "sig", "lne", "christian", "identity", "and", "identifying", "the", "jew", "explains", "this"]}, "2219": {"text": "Exactly.", "tokenized_text": ["exactly"]}, "2220": {"text": "The money grubbers with their own entitlement mentality have their money as their tool and the the working class have government or guns .", "tokenized_text": ["the", "money", "grubbers", "with", "their", "own", "entitlement", "mentality", "have", "their", "money", "as", "their", "tool", "and", "the", "the", "working", "class", "have", "government", "or", "guns"]}, "2221": {"text": "Conservative whites really are no better than liberal whites when it comes to race , that 's why things have gotten so bad in the western world .", "tokenized_text": ["conservative", "whites", "really", "are", "no", "better", "than", "liberal", "whites", "when", "it", "comes", "to", "race", "that", "s", "why", "things", "have", "gotten", "so", "bad", "in", "the", "western", "world"]}, "2222": {"text": "I did both , but i keep watching us go extinct .", "tokenized_text": ["i", "did", "both", "but", "i", "keep", "watching", "us", "go", "extinct"]}, "2223": {"text": "I dont even have any mood of going anywhere else than the stadium for some excersize and then back home .", "tokenized_text": ["i", "dont", "even", "have", "any", "mood", "of", "going", "anywhere", "else", "than", "the", "stadium", "for", "some", "excersize", "and", "then", "back", "home"]}, "2224": {"text": "I feel its over .....", "tokenized_text": ["i", "feel", "its", "over"]}, "2225": {"text": "Does it surprise you that jews promote faggotry ?", "tokenized_text": ["does", "it", "surprise", "you", "that", "jews", "promote", "faggotry"]}, "2226": {"text": "It 's another way to destroy Hungarians on top of promoting * * * * * * music , race mixing and pornography .", "tokenized_text": ["it", "s", "another", "way", "to", "destroy", "hungarians", "on", "top", "of", "promoting", "music", "race", "mixing", "and", "pornography"]}, "2227": {"text": "i have been talking about it for years. the filthy muslims putting their sight on africa. in some ways they are worst then blacks .", "tokenized_text": ["i", "have", "been", "talking", "about", "it", "for", "years", "the", "filthy", "muslims", "putting", "their", "sight", "on", "africa", "in", "some", "ways", "they", "are", "worst", "then", "blacks"]}, "2228": {"text": "I guess it 's time for a new update !", "tokenized_text": ["i", "guess", "it", "s", "time", "for", "a", "new", "update"]}, "2229": {"text": "Adrien Holboth Julia Kovacs Anita Salata Dora Barkaszi Zsofia Buki Beata Frank Eszter Gulyas Eniko Halasz Ramona Kiss Marta Knoll Szandra Proksa", "tokenized_text": ["adrien", "holboth", "julia", "kovacs", "anita", "salata", "dora", "barkaszi", "zsofia", "buki", "beata", "frank", "eszter", "gulyas", "eniko", "halasz", "ramona", "kiss", "marta", "knoll", "szandra", "proksa"]}, "2230": {"text": "HUNGARY IN WW2 : FOR THE JUSTICE !!!", "tokenized_text": ["hungary", "in", "ww2", "for", "the", "justice"]}, "2231": {"text": "- YouTube Magyar Kir\u00e1lyi Honv\u00e9ds\u00e9g - Holding Out For A Hero / Egy h Wehrmacht , SS and Hungarian Troops - 1944 , Carpathian Front ( HQ ) , 2.1 .", "tokenized_text": ["youtube", "magyar", "kir\u00e1lyi", "honv\u00e9ds\u00e9g", "holding", "out", "for", "a", "hero", "egy", "h", "wehrmacht", "ss", "and", "hungarian", "troops", "1944", "carpathian", "front", "hq", "2", "1"]}, "2232": {"text": "- YouTube Magyar hadsereg bevonul\u00e1sa erd\u00e9lybe Kolozsv\u00e1ri d\u00edsszemle 1940 Hungarian amry in Transylvania - YouTube 1941 Hungarian troops enter the Ukraine - YouTube My Great Grandfather fought in the Hungarian Army during WW2 .", "tokenized_text": ["youtube", "magyar", "hadsereg", "bevonul\u00e1sa", "erd\u00e9lybe", "kolozsv\u00e1ri", "d\u00edsszemle", "1940", "hungarian", "amry", "in", "transylvania", "youtube", "1941", "hungarian", "troops", "enter", "the", "ukraine", "youtube", "my", "great", "grandfather", "fought", "in", "the", "hungarian", "army", "during", "ww2"]}, "2233": {"text": "He survived it , only to watch his country once again get torn into bits , and fall under communism which he fought against .", "tokenized_text": ["he", "survived", "it", "only", "to", "watch", "his", "country", "once", "again", "get", "torn", "into", "bits", "and", "fall", "under", "communism", "which", "he", "fought", "against"]}, "2234": {"text": "We will never understand the pain they must have felt .", "tokenized_text": ["we", "will", "never", "understand", "the", "pain", "they", "must", "have", "felt"]}, "2235": {"text": "I think the most sickening part of this mess is that there will be no closure but instead a dead dog being dragged around infecting people .", "tokenized_text": ["i", "think", "the", "most", "sickening", "part", "of", "this", "mess", "is", "that", "there", "will", "be", "no", "closure", "but", "instead", "a", "dead", "dog", "being", "dragged", "around", "infecting", "people"]}, "2236": {"text": "178 black teachers in Apelanta conspired and changed black student 's test answers to help them pass state exams .", "tokenized_text": ["178", "black", "teachers", "in", "apelanta", "conspired", "and", "changed", "black", "student", "s", "test", "answers", "to", "help", "them", "pass", "state", "exams"]}, "2237": {"text": "https : //www.stormfront.org/forum/t814765/", "tokenized_text": ["https", "www", "stormfront", "org", "forum", "t814765"]}, "2238": {"text": "I was a substitute teacher for the Jackson Mississippi Public School System in the late 1990 's .", "tokenized_text": ["i", "was", "a", "substitute", "teacher", "for", "the", "jackson", "mississippi", "public", "school", "system", "in", "the", "late", "1990", "s"]}, "2239": {"text": "One school that stood out was an elementary schoolI was sent to that was 100 % black .", "tokenized_text": ["one", "school", "that", "stood", "out", "was", "an", "elementary", "schooli", "was", "sent", "to", "that", "was", "100", "black"]}, "2240": {"text": "I was basically a babysitter , and the apes went nuts , and frankly , I could not control them and had to press the panic button twice to get someone to help me .", "tokenized_text": ["i", "was", "basically", "a", "babysitter", "and", "the", "apes", "went", "nuts", "and", "frankly", "i", "could", "not", "control", "them", "and", "had", "to", "press", "the", "panic", "button", "twice", "to", "get", "someone", "to", "help", "me"]}, "2241": {"text": "Lunch was surreal .", "tokenized_text": ["lunch", "was", "surreal"]}, "2242": {"text": "The kids were not allowed to talk .", "tokenized_text": ["the", "kids", "were", "not", "allowed", "to", "talk"]}, "2243": {"text": "At all .", "tokenized_text": ["at", "all"]}, "2244": {"text": "Silence .", "tokenized_text": ["silence"]}, "2245": {"text": "This was enforced to control behavior .", "tokenized_text": ["this", "was", "enforced", "to", "control", "behavior"]}, "2246": {"text": "Went outside for recess , and noticed two niglet boys being hostile and ready to rumble , and I figured right that they jumped on each other after returning to class , grabbing Niglet Number One , hauling him outside and pressed that panic button again .", "tokenized_text": ["went", "outside", "for", "recess", "and", "noticed", "two", "niglet", "boys", "being", "hostile", "and", "ready", "to", "rumble", "and", "i", "figured", "right", "that", "they", "jumped", "on", "each", "other", "after", "returning", "to", "class", "grabbing", "niglet", "number", "one", "hauling", "him", "outside", "and", "pressed", "that", "panic", "button", "again"]}, "2247": {"text": "At 2 : 30 , I was ready TO GO !", "tokenized_text": ["at", "2", "30", "i", "was", "ready", "to", "go"]}, "2248": {"text": "Backed my car up and felt a thump .", "tokenized_text": ["backed", "my", "car", "up", "and", "felt", "a", "thump"]}, "2249": {"text": "`` Oh s * * t , '' without looking , `` I hit one of their cars and now I am going to die ! '' , but to my relief , it was merely a light pole .", "tokenized_text": ["oh", "s", "t", "without", "looking", "i", "hit", "one", "of", "their", "cars", "and", "now", "i", "am", "going", "to", "die", "but", "to", "my", "relief", "it", "was", "merely", "a", "light", "pole"]}, "2250": {"text": "I met and saw a lot of these teachers who worked in these all black schools and some of their horror stories .", "tokenized_text": ["i", "met", "and", "saw", "a", "lot", "of", "these", "teachers", "who", "worked", "in", "these", "all", "black", "schools", "and", "some", "of", "their", "horror", "stories"]}, "2251": {"text": "I also , unfortuantely , spent 7-8th grade in a 95 % monkey house .", "tokenized_text": ["i", "also", "unfortuantely", "spent", "7", "8th", "grade", "in", "a", "95", "monkey", "house"]}, "2252": {"text": "Not fun .", "tokenized_text": ["not", "fun"]}, "2253": {"text": "It wasnt really that dangerous perse , just stinky , and dumb , with the poor 5 % white kids the outcasts , which made some of them hooligans and crazy .", "tokenized_text": ["it", "wasnt", "really", "that", "dangerous", "perse", "just", "stinky", "and", "dumb", "with", "the", "poor", "5", "white", "kids", "the", "outcasts", "which", "made", "some", "of", "them", "hooligans", "and", "crazy"]}, "2254": {"text": "I did feel for the white teachers and especially the white kids who went to the schools .", "tokenized_text": ["i", "did", "feel", "for", "the", "white", "teachers", "and", "especially", "the", "white", "kids", "who", "went", "to", "the", "schools"]}, "2255": {"text": "Those pictures hit home for me , and some of those comments on that page are overwhelmingly ignorant .", "tokenized_text": ["those", "pictures", "hit", "home", "for", "me", "and", "some", "of", "those", "comments", "on", "that", "page", "are", "overwhelmingly", "ignorant"]}, "2256": {"text": "I could n't imagine living in those conditions with drugs and filthy negros everywhere .", "tokenized_text": ["i", "could", "n", "t", "imagine", "living", "in", "those", "conditions", "with", "drugs", "and", "filthy", "negros", "everywhere"]}, "2257": {"text": "Here is the guy 's blog from the radio station he works at .", "tokenized_text": ["here", "is", "the", "guy", "s", "blog", "from", "the", "radio", "station", "he", "works", "at"]}, "2258": {"text": "I left a comment under his reply to the Tea Party video but I have to highlight it to be able to read it .", "tokenized_text": ["i", "left", "a", "comment", "under", "his", "reply", "to", "the", "tea", "party", "video", "but", "i", "have", "to", "highlight", "it", "to", "be", "able", "to", "read", "it"]}, "2259": {"text": "93.5 THE BEACH - THE ROCK STATION", "tokenized_text": ["93", "5", "the", "beach", "the", "rock", "station"]}, "2260": {"text": "Deliberately trying to eliminate an identifiable group is an attempt to commit geNOcide under the Law of Common Sense .", "tokenized_text": ["deliberately", "trying", "to", "eliminate", "an", "identifiable", "group", "is", "an", "attempt", "to", "commit", "genocide", "under", "the", "law", "of", "common", "sense"]}, "2261": {"text": "I expect nobody disagrees ?", "tokenized_text": ["i", "expect", "nobody", "disagrees"]}, "2262": {"text": "A Storm is Brewing on the Horizon -- Will Obama Declare Martial Law Before 2016 ?", "tokenized_text": ["a", "storm", "is", "brewing", "on", "the", "horizon", "will", "obama", "declare", "martial", "law", "before", "2016"]}, "2263": {"text": "Richard Anthony March 2 , 2014 A Storm is Brewing on the Horizon ?", "tokenized_text": ["richard", "anthony", "march", "2", "2014", "a", "storm", "is", "brewing", "on", "the", "horizon"]}, "2264": {"text": "Will Obama Declare Martial Law Before 2016 ? : Freedom Outpost", "tokenized_text": ["will", "obama", "declare", "martial", "law", "before", "2016", "freedom", "outpost"]}, "2265": {"text": "South Africa has returned to the Stone Age in 20 years .", "tokenized_text": ["south", "africa", "has", "returned", "to", "the", "stone", "age", "in", "20", "years"]}, "2266": {"text": "State Sanctioned racist murder of white farmers in South Africa FULL SCREEN BEST www.youtube.com/watch ? v = SKG72AviEFw", "tokenized_text": ["state", "sanctioned", "racist", "murder", "of", "white", "farmers", "in", "south", "africa", "full", "screen", "best", "www", "youtube", "com", "watch", "v", "skg72aviefw"]}, "2267": {"text": "I live in a large American city and it has gotten so bad that it is to the point where we are not just a minority .", "tokenized_text": ["i", "live", "in", "a", "large", "american", "city", "and", "it", "has", "gotten", "so", "bad", "that", "it", "is", "to", "the", "point", "where", "we", "are", "not", "just", "a", "minority"]}, "2268": {"text": "We are badly outnumbered .", "tokenized_text": ["we", "are", "badly", "outnumbered"]}, "2269": {"text": "I found this thread loaded with good clips , here is a few of them .", "tokenized_text": ["i", "found", "this", "thread", "loaded", "with", "good", "clips", "here", "is", "a", "few", "of", "them"]}, "2270": {"text": "https : //www.stormfront.org/forum/show ... 395023 & page = 84 It is obvious that these people are having fun here , it is just too bad that they were interrupted in the process YouTube - Rare moments of the third reich Something seems to be funny YouTube - Maxi Biewers Lachkrampf [ YOUTUBE ] 5Syk36RbpHM [ /YOUTUBE ] Oooops YouTube - DEA Agent Shoots Himself YouTube - Nigga Moment [ youtube ] sH2DNWk6u1A [ /youtube ] I apologize to all Stormfront members from Russia for this one .", "tokenized_text": ["https", "www", "stormfront", "org", "forum", "show", "395023", "page", "84", "it", "is", "obvious", "that", "these", "people", "are", "having", "fun", "here", "it", "is", "just", "too", "bad", "that", "they", "were", "interrupted", "in", "the", "process", "youtube", "rare", "moments", "of", "the", "third", "reich", "something", "seems", "to", "be", "funny", "youtube", "maxi", "biewers", "lachkrampf", "youtube", "5syk36rbphm", "youtube", "oooops", "youtube", "dea", "agent", "shoots", "himself", "youtube", "nigga", "moment", "youtube", "sh2dnwk6u1a", "youtube", "i", "apologize", "to", "all", "stormfront", "members", "from", "russia", "for", "this", "one"]}, "2271": {"text": "However , it is an outstanding item , based on the rhythm of the commie Soviet hymn that I was forced to listen to as a child often , a dreadful experience .", "tokenized_text": ["however", "it", "is", "an", "outstanding", "item", "based", "on", "the", "rhythm", "of", "the", "commie", "soviet", "hymn", "that", "i", "was", "forced", "to", "listen", "to", "as", "a", "child", "often", "a", "dreadful", "experience"]}, "2272": {"text": "[ youtube ] l46t _ nrySg4 [ /youtube ] [ youtube ] ky-zdHMNFNM [ /youtube ]", "tokenized_text": ["youtube", "l46t", "_", "nrysg4", "youtube", "youtube", "ky", "zdhmnfnm", "youtube"]}, "2273": {"text": "I think they are going to have to do a better job of trying to show where the ' bias ' is in these SAT 's .", "tokenized_text": ["i", "think", "they", "are", "going", "to", "have", "to", "do", "a", "better", "job", "of", "trying", "to", "show", "where", "the", "bias", "is", "in", "these", "sat", "s"]}, "2274": {"text": "This is Hate !!", "tokenized_text": ["this", "is", "hate"]}, "2275": {"text": "Blacks hate whites .", "tokenized_text": ["blacks", "hate", "whites"]}, "2276": {"text": "God rest this man 's soul .", "tokenized_text": ["god", "rest", "this", "man", "s", "soul"]}, "2277": {"text": "I hope that black creep does not get off easy .", "tokenized_text": ["i", "hope", "that", "black", "creep", "does", "not", "get", "off", "easy"]}, "2278": {"text": "The BNP gained three times the votes it had in last election .", "tokenized_text": ["the", "bnp", "gained", "three", "times", "the", "votes", "it", "had", "in", "last", "election"]}, "2279": {"text": "Perhaps get out and put up some BNP stickers .", "tokenized_text": ["perhaps", "get", "out", "and", "put", "up", "some", "bnp", "stickers"]}, "2280": {"text": "Teacher caught selling drugs at school .", "tokenized_text": ["teacher", "caught", "selling", "drugs", "at", "school"]}, "2281": {"text": "A Memphis City Schools teacher will remain in federal custody for at least a few more days while her attorney tries to find a secure drug-treatment facility for her before addressing criminal drug charges .", "tokenized_text": ["a", "memphis", "city", "schools", "teacher", "will", "remain", "in", "federal", "custody", "for", "at", "least", "a", "few", "more", "days", "while", "her", "attorney", "tries", "to", "find", "a", "secure", "drug", "treatment", "facility", "for", "her", "before", "addressing", "criminal", "drug", "charges"]}, "2282": {"text": "Emily Tubb , 33 , of Southaven , who is in the English department at East High School , was indicted last week for alleged possession with intent to distribute Adderall , alprazolam and heroin .", "tokenized_text": ["emily", "tubb", "33", "of", "southaven", "who", "is", "in", "the", "english", "department", "at", "east", "high", "school", "was", "indicted", "last", "week", "for", "alleged", "possession", "with", "intent", "to", "distribute", "adderall", "alprazolam", "and", "heroin"]}, "2283": {"text": "http://www.commercialappeal.com/news ... emain-custody / Now , a little about the school where she `` teaches '' .", "tokenized_text": ["http", "www", "commercialappeal", "com", "news", "emain", "custody", "now", "a", "little", "about", "the", "school", "where", "she", "teaches"]}, "2284": {"text": "http://www.greatschools.org/cgi-bin/ ... r/855#students 99 % negro .", "tokenized_text": ["http", "www", "greatschools", "org", "cgi", "bin", "r", "855", "students", "99", "negro"]}, "2285": {"text": "See, South Africa is just a glimpe into OUR future , as the beasts of Memphis run it directly into the ground .", "tokenized_text": ["see", "south", "africa", "is", "just", "a", "glimpe", "into", "our", "future", "as", "the", "beasts", "of", "memphis", "run", "it", "directly", "into", "the", "ground"]}, "2286": {"text": "The Chinese have really built their country in the past few decades and that included lots of high speed rail .", "tokenized_text": ["the", "chinese", "have", "really", "built", "their", "country", "in", "the", "past", "few", "decades", "and", "that", "included", "lots", "of", "high", "speed", "rail"]}, "2287": {"text": "We spent our time trying to get our Negroes to learn how to read .", "tokenized_text": ["we", "spent", "our", "time", "trying", "to", "get", "our", "negroes", "to", "learn", "how", "to", "read"]}, "2288": {"text": "Nearly everyone has better high speed rail that we do .", "tokenized_text": ["nearly", "everyone", "has", "better", "high", "speed", "rail", "that", "we", "do"]}, "2289": {"text": "We barely have rail .", "tokenized_text": ["we", "barely", "have", "rail"]}, "2290": {"text": "I'm curious too but what happened is still wrong in so many ways , no matter the race of the victim .", "tokenized_text": ["i", "m", "curious", "too", "but", "what", "happened", "is", "still", "wrong", "in", "so", "many", "ways", "no", "matter", "the", "race", "of", "the", "victim"]}, "2291": {"text": "Hoping she recovers and has learned an important lesson .", "tokenized_text": ["hoping", "she", "recovers", "and", "has", "learned", "an", "important", "lesson"]}, "2292": {"text": "Shows what sub human group these negroid belong , the poor horse got an infection from the dirty pervert .", "tokenized_text": ["shows", "what", "sub", "human", "group", "these", "negroid", "belong", "the", "poor", "horse", "got", "an", "infection", "from", "the", "dirty", "pervert"]}, "2293": {"text": "Every day its a little more in the garbage", "tokenized_text": ["every", "day", "its", "a", "little", "more", "in", "the", "garbage"]}, "2294": {"text": "As I commented a few days ago on this thread , massive race ( or ethnic ) mixing tends to preceed massive race ( or ethnic ) war .", "tokenized_text": ["as", "i", "commented", "a", "few", "days", "ago", "on", "this", "thread", "massive", "race", "or", "ethnic", "mixing", "tends", "to", "preceed", "massive", "race", "or", "ethnic", "war"]}, "2295": {"text": "Better head down to the tubes .", "tokenized_text": ["better", "head", "down", "to", "the", "tubes"]}, "2296": {"text": "Just got the Gmail account , having trouble getting good results on Google news , where else can I look ?", "tokenized_text": ["just", "got", "the", "gmail", "account", "having", "trouble", "getting", "good", "results", "on", "google", "news", "where", "else", "can", "i", "look"]}, "2297": {"text": "I have to help I WILL NOT see these animals go free !!", "tokenized_text": ["i", "have", "to", "help", "i", "will", "not", "see", "these", "animals", "go", "free"]}, "2298": {"text": "What else can I do ?", "tokenized_text": ["what", "else", "can", "i", "do"]}, "2299": {"text": "Sometimes we just have to feel sorry for the wrongs of our ancestors or else we continue to mess up like they did .", "tokenized_text": ["sometimes", "we", "just", "have", "to", "feel", "sorry", "for", "the", "wrongs", "of", "our", "ancestors", "or", "else", "we", "continue", "to", "mess", "up", "like", "they", "did"]}, "2300": {"text": "Powerful video that shows how primitive these beasts are .", "tokenized_text": ["powerful", "video", "that", "shows", "how", "primitive", "these", "beasts", "are"]}, "2301": {"text": "Sub 70 I.Q. I would say for sure .", "tokenized_text": ["sub", "70", "i", "q", "i", "would", "say", "for", "sure"]}, "2302": {"text": "Why should we try to civilize that which cannot be domesticated or civil ?", "tokenized_text": ["why", "should", "we", "try", "to", "civilize", "that", "which", "cannot", "be", "domesticated", "or", "civil"]}, "2303": {"text": "It is always about divide and conquer.If you look at the Golden Dawn pictures they usually have women around there.Unity among Whites is a must between the sexes .", "tokenized_text": ["it", "is", "always", "about", "divide", "and", "conquer", "if", "you", "look", "at", "the", "golden", "dawn", "pictures", "they", "usually", "have", "women", "around", "there", "unity", "among", "whites", "is", "a", "must", "between", "the", "sexes"]}, "2304": {"text": "Well, Georgians are maybe 80 % of their country , with two biggest minorities being Azeris and Armenians , so indeed very easy that Caucasus baboon types from Georgia are not Georgians .", "tokenized_text": ["well", "georgians", "are", "maybe", "80", "of", "their", "country", "with", "two", "biggest", "minorities", "being", "azeris", "and", "armenians", "so", "indeed", "very", "easy", "that", "caucasus", "baboon", "types", "from", "georgia", "are", "not", "georgians"]}, "2305": {"text": "On other hand , Armenians is nearly 98 % Armenian , so if indeed all of non-white ones are assimilated gypsies , kurds , Assyrians etc. well then Armenians cannot be called white nation then , can they ?", "tokenized_text": ["on", "other", "hand", "armenians", "is", "nearly", "98", "armenian", "so", "if", "indeed", "all", "of", "non", "white", "ones", "are", "assimilated", "gypsies", "kurds", "assyrians", "etc", "well", "then", "armenians", "cannot", "be", "called", "white", "nation", "then", "can", "they"]}, "2306": {"text": "Thorongil You get one twin , I get other .", "tokenized_text": ["thorongil", "you", "get", "one", "twin", "i", "get", "other"]}, "2307": {"text": "Here is another view of this very thing : Song of Albion There are some really good words of advice for White Nationalists in the last chapter ... should get some people talking .", "tokenized_text": ["here", "is", "another", "view", "of", "this", "very", "thing", "song", "of", "albion", "there", "are", "some", "really", "good", "words", "of", "advice", "for", "white", "nationalists", "in", "the", "last", "chapter", "should", "get", "some", "people", "talking"]}, "2308": {"text": "I went to Oklahoma for thanksgiving and spent over a $ 100.00 on their ( Amish ) pies , turkey and other food .", "tokenized_text": ["i", "went", "to", "oklahoma", "for", "thanksgiving", "and", "spent", "over", "a", "100", "00", "on", "their", "amish", "pies", "turkey", "and", "other", "food"]}, "2309": {"text": "And Oh My God .", "tokenized_text": ["and", "oh", "my", "god"]}, "2310": {"text": "It was so good !", "tokenized_text": ["it", "was", "so", "good"]}, "2311": {"text": "The best darned pecan pie I have ever had !", "tokenized_text": ["the", "best", "darned", "pecan", "pie", "i", "have", "ever", "had"]}, "2312": {"text": "INTJ Introvert ( 89 % ) iNtuitive ( 25 % ) iNtuitive Thinking ( 50 % ) Judging ( 67 % ) You have strong preference of Introversion over Extraversion ( 89 % ) You have moderate preference of Intuition over Sensing ( 25 % ) You have moderate preference of Thinking over Feeling ( 50 % ) You have distinctive preference of Judging over Perceiving ( 67 % )", "tokenized_text": ["intj", "introvert", "89", "intuitive", "25", "intuitive", "thinking", "50", "judging", "67", "you", "have", "strong", "preference", "of", "introversion", "over", "extraversion", "89", "you", "have", "moderate", "preference", "of", "intuition", "over", "sensing", "25", "you", "have", "moderate", "preference", "of", "thinking", "over", "feeling", "50", "you", "have", "distinctive", "preference", "of", "judging", "over", "perceiving", "67"]}, "2313": {"text": "``Weall bleed red '' As do dogs , apes , snakes and rats red blood means nothing but lets compare brain size and accomplishments by race .", "tokenized_text": ["weall", "bleed", "red", "as", "do", "dogs", "apes", "snakes", "and", "rats", "red", "blood", "means", "nothing", "but", "lets", "compare", "brain", "size", "and", "accomplishments", "by", "race"]}, "2314": {"text": "It's going to take everyone working together to beat the New World Order .", "tokenized_text": ["it", "s", "going", "to", "take", "everyone", "working", "together", "to", "beat", "the", "new", "world", "order"]}, "2315": {"text": "And it ai n't your daddy 's New World Order either , more like a Jew World Order .", "tokenized_text": ["and", "it", "ai", "n", "t", "your", "daddy", "s", "new", "world", "order", "either", "more", "like", "a", "jew", "world", "order"]}, "2316": {"text": "The rich who talk of class warfare are the very ones who engineer it and try and convince the poor to attack the middle working class .", "tokenized_text": ["the", "rich", "who", "talk", "of", "class", "warfare", "are", "the", "very", "ones", "who", "engineer", "it", "and", "try", "and", "convince", "the", "poor", "to", "attack", "the", "middle", "working", "class"]}, "2317": {"text": "I think it is a bit late to think to look after the safety and the future of white people in South africa .", "tokenized_text": ["i", "think", "it", "is", "a", "bit", "late", "to", "think", "to", "look", "after", "the", "safety", "and", "the", "future", "of", "white", "people", "in", "south", "africa"]}, "2318": {"text": "Sexual assault suspect caught on cellphone video - YouTube Rape Suspect Caught On Cellphone Video Arrested - News Story - KTVU San Francisco Dion McDaniel 's mugshot", "tokenized_text": ["sexual", "assault", "suspect", "caught", "on", "cellphone", "video", "youtube", "rape", "suspect", "caught", "on", "cellphone", "video", "arrested", "news", "story", "ktvu", "san", "francisco", "dion", "mcdaniel", "s", "mugshot"]}, "2319": {"text": "Now there is 30 seconds I will never get back .", "tokenized_text": ["now", "there", "is", "30", "seconds", "i", "will", "never", "get", "back"]}, "2320": {"text": "I just cant stand to listen to negros sing and 30 sec. is all I could handle .", "tokenized_text": ["i", "just", "cant", "stand", "to", "listen", "to", "negros", "sing", "and", "30", "sec", "is", "all", "i", "could", "handle"]}, "2321": {"text": "Start at 21 : 30 Hulu - Celebrity Close Calls : Ice-T , Cheryl Tiegs , Ed Begley Jr. & Yancy Butler - Watch the full episode now .", "tokenized_text": ["start", "at", "21", "30", "hulu", "celebrity", "close", "calls", "ice", "t", "cheryl", "tiegs", "ed", "begley", "jr", "yancy", "butler", "watch", "the", "full", "episode", "now"]}, "2322": {"text": "It 's amazing how stupid liberals are , even after being nearly murdered for being white Mr. Begley is still a ridiculous * * * * * * -loving fool .", "tokenized_text": ["it", "s", "amazing", "how", "stupid", "liberals", "are", "even", "after", "being", "nearly", "murdered", "for", "being", "white", "mr", "begley", "is", "still", "a", "ridiculous", "loving", "fool"]}, "2323": {"text": "My favorite part : And still he ca n't see the truth right in front of his face .", "tokenized_text": ["my", "favorite", "part", "and", "still", "he", "ca", "n", "t", "see", "the", "truth", "right", "in", "front", "of", "his", "face"]}, "2324": {"text": "MY father is American but I would never think of going to live in the lair of Satan !", "tokenized_text": ["my", "father", "is", "american", "but", "i", "would", "never", "think", "of", "going", "to", "live", "in", "the", "lair", "of", "satan"]}, "2325": {"text": "I 'll go eat hagis and sip whiskey with the Scots thank you !", "tokenized_text": ["i", "ll", "go", "eat", "hagis", "and", "sip", "whiskey", "with", "the", "scots", "thank", "you"]}, "2326": {"text": "And it works in our favor the other way too - pushing White people too far so as to cause them to rebel .", "tokenized_text": ["and", "it", "works", "in", "our", "favor", "the", "other", "way", "too", "pushing", "white", "people", "too", "far", "so", "as", "to", "cause", "them", "to", "rebel"]}, "2327": {"text": "This is the latest anti-white attack by a ' groid .", "tokenized_text": ["this", "is", "the", "latest", "anti", "white", "attack", "by", "a", "groid"]}, "2328": {"text": "It 's going viral on Youtube - warning the lesbian ' groid gets aggressive on the whites for whatever reason : YouTube - Video Caught On Tape Lesbian Or Young Man Going Wild On BART Train In Oakland !", "tokenized_text": ["it", "s", "going", "viral", "on", "youtube", "warning", "the", "lesbian", "groid", "gets", "aggressive", "on", "the", "whites", "for", "whatever", "reason", "youtube", "video", "caught", "on", "tape", "lesbian", "or", "young", "man", "going", "wild", "on", "bart", "train", "in", "oakland"]}, "2329": {"text": "Swinging On Both Females Guys Nobody Tries To Stop It", "tokenized_text": ["swinging", "on", "both", "females", "guys", "nobody", "tries", "to", "stop", "it"]}, "2330": {"text": "More impulsive Negro stripping ...", "tokenized_text": ["more", "impulsive", "negro", "stripping"]}, "2331": {"text": "YouTube - Cops taser a violent drunk 12 year old Negro robbery and assault : YouTube - This kid 12 year old KO ' ing a cop with his bare hands and outrunning K-9 s for several blocks", "tokenized_text": ["youtube", "cops", "taser", "a", "violent", "drunk", "12", "year", "old", "negro", "robbery", "and", "assault", "youtube", "this", "kid", "12", "year", "old", "ko", "ing", "a", "cop", "with", "his", "bare", "hands", "and", "outrunning", "k", "9", "s", "for", "several", "blocks"]}, "2332": {"text": "How about this one -- the commercials for the home burglary alarm they keep running on television---the criminals breaking in are --- surprise--always white .", "tokenized_text": ["how", "about", "this", "one", "the", "commercials", "for", "the", "home", "burglary", "alarm", "they", "keep", "running", "on", "television", "the", "criminals", "breaking", "in", "are", "surprise", "always", "white"]}, "2333": {"text": "More black-on-white savagery : YouTube - Racist Black gangs are targeting White men for hate crimes in Baltimore YouTube - White Boy Beat Up Because of Slavery YouTube - 32 gangbangers arrested in hate crime roundup for targeting Whites and Latinos YouTube - Violent , racist African immigrants", "tokenized_text": ["more", "black", "on", "white", "savagery", "youtube", "racist", "black", "gangs", "are", "targeting", "white", "men", "for", "hate", "crimes", "in", "baltimore", "youtube", "white", "boy", "beat", "up", "because", "of", "slavery", "youtube", "32", "gangbangers", "arrested", "in", "hate", "crime", "roundup", "for", "targeting", "whites", "and", "latinos", "youtube", "violent", "racist", "african", "immigrants"]}, "2334": {"text": "Thanks for posting .", "tokenized_text": ["thanks", "for", "posting"]}, "2335": {"text": "I 'm moving to a bigger house pretty soon , and that map is perfect for doing a groidal analysis .", "tokenized_text": ["i", "m", "moving", "to", "a", "bigger", "house", "pretty", "soon", "and", "that", "map", "is", "perfect", "for", "doing", "a", "groidal", "analysis"]}, "2336": {"text": "Children of 8 are ' racist ' if they miss Islam trip : School 's threatening letter to parents is met with outrage | Mail Online", "tokenized_text": ["children", "of", "8", "are", "racist", "if", "they", "miss", "islam", "trip", "school", "s", "threatening", "letter", "to", "parents", "is", "met", "with", "outrage", "mail", "online"]}, "2337": {"text": "I just made a visit to L.A. I have no words to describe the racial situation in this city .", "tokenized_text": ["i", "just", "made", "a", "visit", "to", "l", "a", "i", "have", "no", "words", "to", "describe", "the", "racial", "situation", "in", "this", "city"]}, "2338": {"text": "I was driving near USC and It was ALL darkies .", "tokenized_text": ["i", "was", "driving", "near", "usc", "and", "it", "was", "all", "darkies"]}, "2339": {"text": "Help me send a message to Obama : https : //petitions.whitehouse.gov/pet ... istan/SZP82fbc https : //petitions.whitehouse.gov/pet ... ation/PLzLzpnc https : //petitions.whitehouse.gov/pet ... -iran/Gs7L50Kv https : //petitions.whitehouse.gov/pet ... h-irs/s8XQx9Hs https : //petitions.whitehouse.gov/pet ... tates/nzjYDlGM", "tokenized_text": ["help", "me", "send", "a", "message", "to", "obama", "https", "petitions", "whitehouse", "gov", "pet", "istan", "szp82fbc", "https", "petitions", "whitehouse", "gov", "pet", "ation", "plzlzpnc", "https", "petitions", "whitehouse", "gov", "pet", "iran", "gs7l50kv", "https", "petitions", "whitehouse", "gov", "pet", "h", "irs", "s8xqx9hs", "https", "petitions", "whitehouse", "gov", "pet", "tates", "nzjydlgm"]}, "2340": {"text": "You my brother are a great nationalist ; and I can only hope that your truths find their way into the hearts of our nation .", "tokenized_text": ["you", "my", "brother", "are", "a", "great", "nationalist", "and", "i", "can", "only", "hope", "that", "your", "truths", "find", "their", "way", "into", "the", "hearts", "of", "our", "nation"]}, "2341": {"text": "France has been gone for a long time , we will have to retake it later because there will be no French people in not too long .", "tokenized_text": ["france", "has", "been", "gone", "for", "a", "long", "time", "we", "will", "have", "to", "retake", "it", "later", "because", "there", "will", "be", "no", "french", "people", "in", "not", "too", "long"]}, "2342": {"text": "Yeah, I saw that ad on TV with the Asian guy and the white girl and it bothered me .", "tokenized_text": ["yeah", "i", "saw", "that", "ad", "on", "tv", "with", "the", "asian", "guy", "and", "the", "white", "girl", "and", "it", "bothered", "me"]}, "2343": {"text": "There are so many race mixing ads on TV that it gets overwhelming .", "tokenized_text": ["there", "are", "so", "many", "race", "mixing", "ads", "on", "tv", "that", "it", "gets", "overwhelming"]}, "2344": {"text": "When I was last time in South Africa , we went to Sun City and saw little black monkey children swimming , funniest thing was watching drying water off their faces , it looks exactly like baboon or something , way they do it , whites have certain mannerisms with doing things , they have completely ape-like ones .", "tokenized_text": ["when", "i", "was", "last", "time", "in", "south", "africa", "we", "went", "to", "sun", "city", "and", "saw", "little", "black", "monkey", "children", "swimming", "funniest", "thing", "was", "watching", "drying", "water", "off", "their", "faces", "it", "looks", "exactly", "like", "baboon", "or", "something", "way", "they", "do", "it", "whites", "have", "certain", "mannerisms", "with", "doing", "things", "they", "have", "completely", "ape", "like", "ones"]}, "2345": {"text": "I think East Indians may be considered white too because on the census Asian means Oriental as Asia is a HUGE continent .", "tokenized_text": ["i", "think", "east", "indians", "may", "be", "considered", "white", "too", "because", "on", "the", "census", "asian", "means", "oriental", "as", "asia", "is", "a", "huge", "continent"]}, "2346": {"text": "I could be wrong on that because I 've not actually seen the census form but only heard about it .", "tokenized_text": ["i", "could", "be", "wrong", "on", "that", "because", "i", "ve", "not", "actually", "seen", "the", "census", "form", "but", "only", "heard", "about", "it"]}, "2347": {"text": "Every Hispanic I have known is terrified of dogs and do n't like cats either .", "tokenized_text": ["every", "hispanic", "i", "have", "known", "is", "terrified", "of", "dogs", "and", "do", "n", "t", "like", "cats", "either"]}, "2348": {"text": "Forgot to add that in my earlier comment .", "tokenized_text": ["forgot", "to", "add", "that", "in", "my", "earlier", "comment"]}, "2349": {"text": "Deuteronomy 28 : 43 God speaking to His children : `` The stranger that is within thee shall get up above thee very high ; and thou shalt come down very low '' .", "tokenized_text": ["deuteronomy", "28", "43", "god", "speaking", "to", "his", "children", "the", "stranger", "that", "is", "within", "thee", "shall", "get", "up", "above", "thee", "very", "high", "and", "thou", "shalt", "come", "down", "very", "low"]}, "2350": {"text": "The Jews say they are The Chosen Ones The Blacks say they are the original Hebrews Israelites Our worst enemies want to be us and we refuse to accept that we are HIS ! ... and so it goes ..", "tokenized_text": ["the", "jews", "say", "they", "are", "the", "chosen", "ones", "the", "blacks", "say", "they", "are", "the", "original", "hebrews", "israelites", "our", "worst", "enemies", "want", "to", "be", "us", "and", "we", "refuse", "to", "accept", "that", "we", "are", "his", "and", "so", "it", "goes"]}, "2351": {"text": "Also, it 's so sad to see so much pre made crap in their grocery buys .", "tokenized_text": ["also", "it", "s", "so", "sad", "to", "see", "so", "much", "pre", "made", "crap", "in", "their", "grocery", "buys"]}, "2352": {"text": "Our house is famous for lots of homemade stuff including the classic home made bread .", "tokenized_text": ["our", "house", "is", "famous", "for", "lots", "of", "homemade", "stuff", "including", "the", "classic", "home", "made", "bread"]}, "2353": {"text": "It 's basic knowledge : If nature did n't provide it , your body does n't need it .", "tokenized_text": ["it", "s", "basic", "knowledge", "if", "nature", "did", "n", "t", "provide", "it", "your", "body", "does", "n", "t", "need", "it"]}, "2354": {"text": "Because Whites are discouraged from breeding .", "tokenized_text": ["because", "whites", "are", "discouraged", "from", "breeding"]}, "2355": {"text": "If White celebrities had lots of children that 'd set the dangerous example that Whites should n't stop at 1 - 2 .", "tokenized_text": ["if", "white", "celebrities", "had", "lots", "of", "children", "that", "d", "set", "the", "dangerous", "example", "that", "whites", "should", "n", "t", "stop", "at", "1", "2"]}, "2356": {"text": "Ca n't have that .", "tokenized_text": ["ca", "n", "t", "have", "that"]}, "2357": {"text": "But unfortunately , Maine 's become the dumping ground for Somalis and other African trash .", "tokenized_text": ["but", "unfortunately", "maine", "s", "become", "the", "dumping", "ground", "for", "somalis", "and", "other", "african", "trash"]}, "2358": {"text": "And Vermont is a uber-liberal stronghold where child molesters are treated better then law-abiding citizens .", "tokenized_text": ["and", "vermont", "is", "a", "uber", "liberal", "stronghold", "where", "child", "molesters", "are", "treated", "better", "then", "law", "abiding", "citizens"]}, "2359": {"text": "Jeremy Moore was shot and killed at an Oklahoma City apartment complex while delivery a pizza back in November 2008 .", "tokenized_text": ["jeremy", "moore", "was", "shot", "and", "killed", "at", "an", "oklahoma", "city", "apartment", "complex", "while", "delivery", "a", "pizza", "back", "in", "november", "2008"]}, "2360": {"text": "Pizza Delivery Driver Shot In Parking Lot - Oklahoma City News Story - KOCO Oklahoma City Teen Found Guilty in Murder of Pizza Delivery Driver - News9.com - Oklahoma City , OK - News , Weather , Video and Sports |", "tokenized_text": ["pizza", "delivery", "driver", "shot", "in", "parking", "lot", "oklahoma", "city", "news", "story", "koco", "oklahoma", "city", "teen", "found", "guilty", "in", "murder", "of", "pizza", "delivery", "driver", "news9", "com", "oklahoma", "city", "ok", "news", "weather", "video", "and", "sports"]}, "2361": {"text": "Man accused of triple murder in Hoffman Estates denied bond `` But at 1 : 30 a.m. Friday , Howard allegedly went to the home and a quarrel ensued .", "tokenized_text": ["man", "accused", "of", "triple", "murder", "in", "hoffman", "estates", "denied", "bond", "but", "at", "1", "30", "a", "m", "friday", "howard", "allegedly", "went", "to", "the", "home", "and", "a", "quarrel", "ensued"]}, "2362": {"text": "He allegedly grabbed a knife from the home s kitchen and ended up stabbing Engelhardt s father , Alan , 57 , and maternal grandmother , Marlene Gacek , 73 .", "tokenized_text": ["he", "allegedly", "grabbed", "a", "knife", "from", "the", "home", "s", "kitchen", "and", "ended", "up", "stabbing", "engelhardt", "s", "father", "alan", "57", "and", "maternal", "grandmother", "marlene", "gacek", "73"]}, "2363": {"text": "Both of them died at the scene , authorities said . `` http://www.suntimes.com/news/24-7/15 ... 041809.article By their names obvisously white .", "tokenized_text": ["both", "of", "them", "died", "at", "the", "scene", "authorities", "said", "http", "www", "suntimes", "com", "news", "24", "7", "15", "041809", "article", "by", "their", "names", "obvisously", "white"]}, "2364": {"text": "A federal judge in New York closed a filthy jew kosher slaughterhouse Tuesday , saying the plant 's dirty birds posed a health risk to the community .", "tokenized_text": ["a", "federal", "judge", "in", "new", "york", "closed", "a", "filthy", "jew", "kosher", "slaughterhouse", "tuesday", "saying", "the", "plant", "s", "dirty", "birds", "posed", "a", "health", "risk", "to", "the", "community"]}, "2365": {"text": "New Square Meats allegedly sold nearly 2 million uninspected birds to unsuspecting customers . Source", "tokenized_text": ["new", "square", "meats", "allegedly", "sold", "nearly", "2", "million", "uninspected", "birds", "to", "unsuspecting", "customers", "source"]}, "2366": {"text": "Homo neanderthalensis was just a dumb negro subspecies of the negroid species and never white-european .", "tokenized_text": ["homo", "neanderthalensis", "was", "just", "a", "dumb", "negro", "subspecies", "of", "the", "negroid", "species", "and", "never", "white", "european"]}, "2367": {"text": "Scientists portray neanderthals as whites because they 're politically correct and scientifically incorrect .", "tokenized_text": ["scientists", "portray", "neanderthals", "as", "whites", "because", "they", "re", "politically", "correct", "and", "scientifically", "incorrect"]}, "2368": {"text": "Young white people are doing it more then ever , it 's just that those bloody clinics are getting better at what they do .", "tokenized_text": ["young", "white", "people", "are", "doing", "it", "more", "then", "ever", "it", "s", "just", "that", "those", "bloody", "clinics", "are", "getting", "better", "at", "what", "they", "do"]}, "2369": {"text": "The jew Alan Fishman , 49 , of Brooklyn , NY , was arrested along with the jew Daniel Ledven , 37 , of Cresskill , N.J. , on securities and wire fraud charges in a scheme that swindled investors out of $ 20 million .", "tokenized_text": ["the", "jew", "alan", "fishman", "49", "of", "brooklyn", "ny", "was", "arrested", "along", "with", "the", "jew", "daniel", "ledven", "37", "of", "cresskill", "n", "j", "on", "securities", "and", "wire", "fraud", "charges", "in", "a", "scheme", "that", "swindled", "investors", "out", "of", "20", "million"]}, "2370": {"text": "A third defendant , the jew Gary Gelman , 39 , of Brooklyn , remains on the loose .", "tokenized_text": ["a", "third", "defendant", "the", "jew", "gary", "gelman", "39", "of", "brooklyn", "remains", "on", "the", "loose"]}, "2371": {"text": "Source", "tokenized_text": ["source"]}, "2372": {"text": "I dont get why having 3 kids is such a burden for white people .", "tokenized_text": ["i", "dont", "get", "why", "having", "3", "kids", "is", "such", "a", "burden", "for", "white", "people"]}, "2373": {"text": "Its only 1 extra kid than we normally have and if we all do it and tell are white neighbors to do it I know it would make a difference .", "tokenized_text": ["its", "only", "1", "extra", "kid", "than", "we", "normally", "have", "and", "if", "we", "all", "do", "it", "and", "tell", "are", "white", "neighbors", "to", "do", "it", "i", "know", "it", "would", "make", "a", "difference"]}, "2374": {"text": "All of these victims can be found here on STORMFRONT .", "tokenized_text": ["all", "of", "these", "victims", "can", "be", "found", "here", "on", "stormfront"]}, "2375": {"text": "Their stories have been told before , so instead of showing the pics of the non WHITE garbage that took from them , I am just going to post their pics so they will not be forgotten .", "tokenized_text": ["their", "stories", "have", "been", "told", "before", "so", "instead", "of", "showing", "the", "pics", "of", "the", "non", "white", "garbage", "that", "took", "from", "them", "i", "am", "just", "going", "to", "post", "their", "pics", "so", "they", "will", "not", "be", "forgotten"]}, "2376": {"text": "I will say I love God as much as I like .", "tokenized_text": ["i", "will", "say", "i", "love", "god", "as", "much", "as", "i", "like"]}, "2377": {"text": "That is not against the rules , to discuss theology IS .", "tokenized_text": ["that", "is", "not", "against", "the", "rules", "to", "discuss", "theology", "is"]}, "2378": {"text": "Get it right .", "tokenized_text": ["get", "it", "right"]}, "2379": {"text": "Yeah I saw that one on TV about the jew rabbi that was trying to get some from the 14 year old girl .", "tokenized_text": ["yeah", "i", "saw", "that", "one", "on", "tv", "about", "the", "jew", "rabbi", "that", "was", "trying", "to", "get", "some", "from", "the", "14", "year", "old", "girl"]}, "2380": {"text": "Go figure .", "tokenized_text": ["go", "figure"]}, "2381": {"text": "Absolutely.", "tokenized_text": ["absolutely"]}, "2382": {"text": "Sometimes pictures are worth a thousand words .", "tokenized_text": ["sometimes", "pictures", "are", "worth", "a", "thousand", "words"]}, "2383": {"text": "And this was one was specifically designed to impart the message that minorities are the new acceptable future of America and that White people will be pushed to the back .", "tokenized_text": ["and", "this", "was", "one", "was", "specifically", "designed", "to", "impart", "the", "message", "that", "minorities", "are", "the", "new", "acceptable", "future", "of", "america", "and", "that", "white", "people", "will", "be", "pushed", "to", "the", "back"]}, "2384": {"text": "Blue Bell ice cream has one showing five kids one black playing in the fields and barn .", "tokenized_text": ["blue", "bell", "ice", "cream", "has", "one", "showing", "five", "kids", "one", "black", "playing", "in", "the", "fields", "and", "barn"]}, "2385": {"text": "Then the Mother rings the dinner bell on the porch .", "tokenized_text": ["then", "the", "mother", "rings", "the", "dinner", "bell", "on", "the", "porch"]}, "2386": {"text": "Next the beautiful blonde white mother , grandmother , the 5 kids and an adult black male are sitting around the picnic table .", "tokenized_text": ["next", "the", "beautiful", "blonde", "white", "mother", "grandmother", "the", "5", "kids", "and", "an", "adult", "black", "male", "are", "sitting", "around", "the", "picnic", "table"]}, "2387": {"text": "That is just about as disgusting an advertisement as I have ever seen before and in fact the most disgusting thing I have seen ever .", "tokenized_text": ["that", "is", "just", "about", "as", "disgusting", "an", "advertisement", "as", "i", "have", "ever", "seen", "before", "and", "in", "fact", "the", "most", "disgusting", "thing", "i", "have", "seen", "ever"]}, "2388": {"text": "We need to figure out how to make these products on a small scale for the White Nationalist community so we are not stuck buying from anti-White companies .", "tokenized_text": ["we", "need", "to", "figure", "out", "how", "to", "make", "these", "products", "on", "a", "small", "scale", "for", "the", "white", "nationalist", "community", "so", "we", "are", "not", "stuck", "buying", "from", "anti", "white", "companies"]}, "2389": {"text": "[IMAGE: Melvin Weiss .", "tokenized_text": ["image", "melvin", "weiss"]}, "2390": {"text": "Put 's Shakespeare 's Shylock to shame ... if Mr. Weiss had whiskers he would be indistinguishable from a rat. ]", "tokenized_text": ["put", "s", "shakespeare", "s", "shylock", "to", "shame", "if", "mr", "weiss", "had", "whiskers", "he", "would", "be", "indistinguishable", "from", "a", "rat"]}, "2391": {"text": "Is this the one who broke out of six different concentration camps as a child and swam 200 miles upstream in the icy Danube River ?", "tokenized_text": ["is", "this", "the", "one", "who", "broke", "out", "of", "six", "different", "concentration", "camps", "as", "a", "child", "and", "swam", "200", "miles", "upstream", "in", "the", "icy", "danube", "river"]}, "2392": {"text": "I include myself in those who need to grow a set of balls .", "tokenized_text": ["i", "include", "myself", "in", "those", "who", "need", "to", "grow", "a", "set", "of", "balls"]}, "2393": {"text": "I 'm angry against myself for just letting this whole world drown into a jewish cesspool .", "tokenized_text": ["i", "m", "angry", "against", "myself", "for", "just", "letting", "this", "whole", "world", "drown", "into", "a", "jewish", "cesspool"]}, "2394": {"text": "i know some may disagree with me but this man is one of my hero 's we need some guys like this over here now", "tokenized_text": ["i", "know", "some", "may", "disagree", "with", "me", "but", "this", "man", "is", "one", "of", "my", "hero", "s", "we", "need", "some", "guys", "like", "this", "over", "here", "now"]}, "2395": {"text": "Wow she is beautiful and a WN , I like her seig heil salute we need more women like this , she is very beautiful indeed .", "tokenized_text": ["wow", "she", "is", "beautiful", "and", "a", "wn", "i", "like", "her", "seig", "heil", "salute", "we", "need", "more", "women", "like", "this", "she", "is", "very", "beautiful", "indeed"]}, "2396": {"text": "Comparing these pictures to pictures with serbs I do n't see much difference between them and albanians , the same Dinaric and Mediterranean subtypes .", "tokenized_text": ["comparing", "these", "pictures", "to", "pictures", "with", "serbs", "i", "do", "n", "t", "see", "much", "difference", "between", "them", "and", "albanians", "the", "same", "dinaric", "and", "mediterranean", "subtypes"]}, "2397": {"text": "At the end of the day news such as this is what truly counts - not the ignorant and twisted opinions of street punks .", "tokenized_text": ["at", "the", "end", "of", "the", "day", "news", "such", "as", "this", "is", "what", "truly", "counts", "not", "the", "ignorant", "and", "twisted", "opinions", "of", "street", "punks"]}, "2398": {"text": "i will try to post accurate pictures of those people who have familiar faces among our nation and stop posting a female and male photo models .", "tokenized_text": ["i", "will", "try", "to", "post", "accurate", "pictures", "of", "those", "people", "who", "have", "familiar", "faces", "among", "our", "nation", "and", "stop", "posting", "a", "female", "and", "male", "photo", "models"]}, "2399": {"text": "It 's an unfair representation of a nation Some random bulgarians [ IMG ] http://photos-b.ak.fbcdn.net/hphotos-ak-snc3/hs477.snc3/26143_100549093315633_100000816283788_13289_6985315_n.jpg [ /IMG ]", "tokenized_text": ["it", "s", "an", "unfair", "representation", "of", "a", "nation", "some", "random", "bulgarians", "img", "http", "photos", "b", "ak", "fbcdn", "net", "hphotos", "ak", "snc3", "hs477", "snc3", "26143_100549093315633_100000816283788_13289_6985315_n", "jpg", "img"]}, "2400": {"text": "I was reading a news Paper Today and there was a Picture On the Front Page Russian Youth causing the Destruction while Kyrgiz are staring at them", "tokenized_text": ["i", "was", "reading", "a", "news", "paper", "today", "and", "there", "was", "a", "picture", "on", "the", "front", "page", "russian", "youth", "causing", "the", "destruction", "while", "kyrgiz", "are", "staring", "at", "them"]}, "2401": {"text": "Looks like quite a few of them picked up a lot of Aryan genes .", "tokenized_text": ["looks", "like", "quite", "a", "few", "of", "them", "picked", "up", "a", "lot", "of", "aryan", "genes"]}, "2402": {"text": "They 're probably as high-maintenance as one of those crappy old East German Trabants , though .", "tokenized_text": ["they", "re", "probably", "as", "high", "maintenance", "as", "one", "of", "those", "crappy", "old", "east", "german", "trabants", "though"]}, "2403": {"text": "Aragorn", "tokenized_text": ["aragorn"]}, "2404": {"text": "This is a struggle you will have to make your self .", "tokenized_text": ["this", "is", "a", "struggle", "you", "will", "have", "to", "make", "your", "self"]}, "2405": {"text": "Pride of race or government .", "tokenized_text": ["pride", "of", "race", "or", "government"]}, "2406": {"text": "No the truth 88-----WHITE POWER------WHITE VICTORY------WHITE PRIDE-----88", "tokenized_text": ["no", "the", "truth", "88", "white", "power", "white", "victory", "white", "pride", "88"]}, "2407": {"text": "Can someone tell Me when I can find any mp3 of CEBEPHIbE BPATA ?", "tokenized_text": ["can", "someone", "tell", "me", "when", "i", "can", "find", "any", "mp3", "of", "cebephibe", "bpata"]}, "2408": {"text": "I 've heard five their songs and they are My favorites from Russian White Power music .", "tokenized_text": ["i", "ve", "heard", "five", "their", "songs", "and", "they", "are", "my", "favorites", "from", "russian", "white", "power", "music"]}, "2409": {"text": "14 !", "tokenized_text": ["14"]}, "2410": {"text": "Msciwoj", "tokenized_text": ["msciwoj"]}, "2411": {"text": "White, 73-year-old woman , beating victim attends suspects ' court hearings by Joel Allen Posted : 05.11.2010 at 8 : 43 PM A 73-year-old Loris woman who was severely beaten last week showed up at separate court hearings Tuesday for the two boys accused of assaulting her .", "tokenized_text": ["white", "73", "year", "old", "woman", "beating", "victim", "attends", "suspects", "court", "hearings", "by", "joel", "allen", "posted", "05", "11", "2010", "at", "8", "43", "pm", "a", "73", "year", "old", "loris", "woman", "who", "was", "severely", "beaten", "last", "week", "showed", "up", "at", "separate", "court", "hearings", "tuesday", "for", "the", "two", "boys", "accused", "of", "assaulting", "her"]}, "2412": {"text": "The two teenagers are charged with assaulting Rose Powell last Wednesday and stealing her car .", "tokenized_text": ["the", "two", "teenagers", "are", "charged", "with", "assaulting", "rose", "powell", "last", "wednesday", "and", "stealing", "her", "car"]}, "2413": {"text": "As a result of the hearings , both boys will remain in jail for the time being .", "tokenized_text": ["as", "a", "result", "of", "the", "hearings", "both", "boys", "will", "remain", "in", "jail", "for", "the", "time", "being"]}, "2414": {"text": "And if Rose Powell has anything to do with it , they 'll stay there for a long time .", "tokenized_text": ["and", "if", "rose", "powell", "has", "anything", "to", "do", "with", "it", "they", "ll", "stay", "there", "for", "a", "long", "time"]}, "2415": {"text": "At 17 years old , Travis Jones has been in front of a judge a few times before .", "tokenized_text": ["at", "17", "years", "old", "travis", "jones", "has", "been", "in", "front", "of", "a", "judge", "a", "few", "times", "before"]}, "2416": {"text": "Just last month , in fact , he was charged with criminal domestic violence .", "tokenized_text": ["just", "last", "month", "in", "fact", "he", "was", "charged", "with", "criminal", "domestic", "violence"]}, "2417": {"text": "This time , the charges are assault and battery of a high and aggravated nature and strong armed robbery in connection with the assault on Rose Powell. ( more ... )", "tokenized_text": ["this", "time", "the", "charges", "are", "assault", "and", "battery", "of", "a", "high", "and", "aggravated", "nature", "and", "strong", "armed", "robbery", "in", "connection", "with", "the", "assault", "on", "rose", "powell", "more"]}, "2418": {"text": "If you look on http://www.audiogalaxy.com and type in the name of the artist in Latin characters you can find a lot of songs , especially by the more popular musicians .", "tokenized_text": ["if", "you", "look", "on", "http", "www", "audiogalaxy", "com", "and", "type", "in", "the", "name", "of", "the", "artist", "in", "latin", "characters", "you", "can", "find", "a", "lot", "of", "songs", "especially", "by", "the", "more", "popular", "musicians"]}, "2419": {"text": "There were 2 good things about Yugoslavia .", "tokenized_text": ["there", "were", "2", "good", "things", "about", "yugoslavia"]}, "2420": {"text": "Soccer and Music .", "tokenized_text": ["soccer", "and", "music"]}, "2421": {"text": "Though i am from younger generations , these are my father words .", "tokenized_text": ["though", "i", "am", "from", "younger", "generations", "these", "are", "my", "father", "words"]}, "2422": {"text": "Marte Williams , 41 , was taken into custody Sunday after authorities said he was caught trespassing at Paulus Hook Towers , the apartment complex where the bodies of 27-year-old Jacqueline Reyes and her 9-month-old son Ivan Reyes Jr. were found Tuesday morning .", "tokenized_text": ["marte", "williams", "41", "was", "taken", "into", "custody", "sunday", "after", "authorities", "said", "he", "was", "caught", "trespassing", "at", "paulus", "hook", "towers", "the", "apartment", "complex", "where", "the", "bodies", "of", "27", "year", "old", "jacqueline", "reyes", "and", "her", "9", "month", "old", "son", "ivan", "reyes", "jr", "were", "found", "tuesday", "morning"]}, "2423": {"text": "http://www.wpix.com/news/wpix-jersey ... , 5347881.story = = = = = Police arrested two men on suspicion of stealing more than $ 50,000 worth of property from an Avondale home Tuesday afternoon , thanks in part to attentive neighbors .", "tokenized_text": ["http", "www", "wpix", "com", "news", "wpix", "jersey", "5347881", "story", "police", "arrested", "two", "men", "on", "suspicion", "of", "stealing", "more", "than", "50", "000", "worth", "of", "property", "from", "an", "avondale", "home", "tuesday", "afternoon", "thanks", "in", "part", "to", "attentive", "neighbors"]}, "2424": {"text": "Anthony DeShawn Washington , 18 , of Avondale , and Jonathan Anthony Gutierrez , 18 , of Tolleson , were booked on felony counts of burglary , theft of a means of transportation and criminal trespassing , Avondale police said .", "tokenized_text": ["anthony", "deshawn", "washington", "18", "of", "avondale", "and", "jonathan", "anthony", "gutierrez", "18", "of", "tolleson", "were", "booked", "on", "felony", "counts", "of", "burglary", "theft", "of", "a", "means", "of", "transportation", "and", "criminal", "trespassing", "avondale", "police", "said"]}, "2425": {"text": "http://www.azcentral.com/news/articl...glary1219.html = = = = = = = = = = = = About 10 p.m. Dec. 9 , police were called to Ed 's Fish and Chips , 306 N. Central Ave. , for a reported armed robbery , police said .", "tokenized_text": ["http", "www", "azcentral", "com", "news", "articl", "glary1219", "html", "about", "10", "p", "m", "dec", "9", "police", "were", "called", "to", "ed", "s", "fish", "and", "chips", "306", "n", "central", "ave", "for", "a", "reported", "armed", "robbery", "police", "said"]}, "2426": {"text": "Two employees and one customer told police two men , brandishing a long-barrel rifle , stole the cash drawer with an undisclosed amount of money and fled on foot .", "tokenized_text": ["two", "employees", "and", "one", "customer", "told", "police", "two", "men", "brandishing", "a", "long", "barrel", "rifle", "stole", "the", "cash", "drawer", "with", "an", "undisclosed", "amount", "of", "money", "and", "fled", "on", "foot"]}, "2427": {"text": "http://www.azcentral.com/news/articl...bbery1219.html", "tokenized_text": ["http", "www", "azcentral", "com", "news", "articl", "bbery1219", "html"]}, "2428": {"text": "I went to buy some new socks today and a couple of t-shirts .", "tokenized_text": ["i", "went", "to", "buy", "some", "new", "socks", "today", "and", "a", "couple", "of", "t", "shirts"]}, "2429": {"text": "Not a single picture on any of them had a white male .", "tokenized_text": ["not", "a", "single", "picture", "on", "any", "of", "them", "had", "a", "white", "male"]}, "2430": {"text": "Blacks and mexicans were represented thoroughly. do yourselves a favor , shoot your t.v. !", "tokenized_text": ["blacks", "and", "mexicans", "were", "represented", "thoroughly", "do", "yourselves", "a", "favor", "shoot", "your", "t", "v"]}, "2431": {"text": "My google skills have failed me .", "tokenized_text": ["my", "google", "skills", "have", "failed", "me"]}, "2432": {"text": "The only references that I 've found that appear to contain the information you seek seem to require some form of payment .", "tokenized_text": ["the", "only", "references", "that", "i", "ve", "found", "that", "appear", "to", "contain", "the", "information", "you", "seek", "seem", "to", "require", "some", "form", "of", "payment"]}, "2433": {"text": "That is because Lycurgus has been on moderation forever and should be let off .", "tokenized_text": ["that", "is", "because", "lycurgus", "has", "been", "on", "moderation", "forever", "and", "should", "be", "let", "off"]}, "2434": {"text": "Just like this thread should be stickied .", "tokenized_text": ["just", "like", "this", "thread", "should", "be", "stickied"]}, "2435": {"text": "It seems odd that alot of times there 's such a black and white concept for people pertaining to the will of man .", "tokenized_text": ["it", "seems", "odd", "that", "alot", "of", "times", "there", "s", "such", "a", "black", "and", "white", "concept", "for", "people", "pertaining", "to", "the", "will", "of", "man"]}, "2436": {"text": "Either it was straight out the ass of god himself and divine or meaningless and devoid of all reason .", "tokenized_text": ["either", "it", "was", "straight", "out", "the", "ass", "of", "god", "himself", "and", "divine", "or", "meaningless", "and", "devoid", "of", "all", "reason"]}, "2437": {"text": "Is n't there some middle ground ?", "tokenized_text": ["is", "n", "t", "there", "some", "middle", "ground"]}, "2438": {"text": "Since I will be posting with the default text in the future you no longer have any reason to hate me .", "tokenized_text": ["since", "i", "will", "be", "posting", "with", "the", "default", "text", "in", "the", "future", "you", "no", "longer", "have", "any", "reason", "to", "hate", "me"]}, "2439": {"text": "I think Fyrdung is a band which was started by members of the bands Svitjod , Pluton Svea and Division S , but I 'm not sure", "tokenized_text": ["i", "think", "fyrdung", "is", "a", "band", "which", "was", "started", "by", "members", "of", "the", "bands", "svitjod", "pluton", "svea", "and", "division", "s", "but", "i", "m", "not", "sure"]}, "2440": {"text": "Living expenses in Stockholm are very high and some poor Swedes and other Whites have no choice but to live in non-white suburbs .", "tokenized_text": ["living", "expenses", "in", "stockholm", "are", "very", "high", "and", "some", "poor", "swedes", "and", "other", "whites", "have", "no", "choice", "but", "to", "live", "in", "non", "white", "suburbs"]}, "2441": {"text": "The reason for the high living expenses is of course the influx of hundreds of thousands of non-whites to the city .", "tokenized_text": ["the", "reason", "for", "the", "high", "living", "expenses", "is", "of", "course", "the", "influx", "of", "hundreds", "of", "thousands", "of", "non", "whites", "to", "the", "city"]}, "2442": {"text": "No.", "tokenized_text": ["no"]}, "2443": {"text": "At least not as far as I can tell .", "tokenized_text": ["at", "least", "not", "as", "far", "as", "i", "can", "tell"]}, "2444": {"text": "I live in Oslo and race-mixing is a huge problem .", "tokenized_text": ["i", "live", "in", "oslo", "and", "race", "mixing", "is", "a", "huge", "problem"]}, "2445": {"text": "Sad but true .", "tokenized_text": ["sad", "but", "true"]}, "2446": {"text": "Our smart liberals say that we need thousands of `` high-quality '' non-european immigrants per year , but for what ?", "tokenized_text": ["our", "smart", "liberals", "say", "that", "we", "need", "thousands", "of", "high", "quality", "non", "european", "immigrants", "per", "year", "but", "for", "what"]}, "2447": {"text": "The downfall has begun ...", "tokenized_text": ["the", "downfall", "has", "begun"]}, "2448": {"text": "I shall not waste a single more moment of my time to converse with you .", "tokenized_text": ["i", "shall", "not", "waste", "a", "single", "more", "moment", "of", "my", "time", "to", "converse", "with", "you"]}, "2449": {"text": "Enough is enough .", "tokenized_text": ["enough", "is", "enough"]}, "2450": {"text": "Kiss uncle Samael for me , will you ?", "tokenized_text": ["kiss", "uncle", "samael", "for", "me", "will", "you"]}, "2451": {"text": "Mr.Ollsson,has it occurred to you that the only reason the nordic women you are so fond of are so attractive is because their fathers were smarter than yours.Think about it !", "tokenized_text": ["mr", "ollsson", "has", "it", "occurred", "to", "you", "that", "the", "only", "reason", "the", "nordic", "women", "you", "are", "so", "fond", "of", "are", "so", "attractive", "is", "because", "their", "fathers", "were", "smarter", "than", "yours", "think", "about", "it"]}, "2452": {"text": "Miss South Africa is not White .", "tokenized_text": ["miss", "south", "africa", "is", "not", "white"]}, "2453": {"text": "She looks arabic if anything .", "tokenized_text": ["she", "looks", "arabic", "if", "anything"]}, "2454": {"text": "I then checked Miss Portugal .", "tokenized_text": ["i", "then", "checked", "miss", "portugal"]}, "2455": {"text": "She is classic meditteranean White .", "tokenized_text": ["she", "is", "classic", "meditteranean", "white"]}, "2456": {"text": "Miss Germany looks southern too .", "tokenized_text": ["miss", "germany", "looks", "southern", "too"]}, "2457": {"text": "And now Sweden 's down against the nig nogs ... well at least it was very close , and they only lost in overtime ...", "tokenized_text": ["and", "now", "sweden", "s", "down", "against", "the", "nig", "nogs", "well", "at", "least", "it", "was", "very", "close", "and", "they", "only", "lost", "in", "overtime"]}, "2458": {"text": "Aragorn", "tokenized_text": ["aragorn"]}, "2459": {"text": "You should have heard of him becouse he is the greatest chess player of all times .", "tokenized_text": ["you", "should", "have", "heard", "of", "him", "becouse", "he", "is", "the", "greatest", "chess", "player", "of", "all", "times"]}, "2460": {"text": "He far excelled Anatoly Karpov and Garry Kasparov .", "tokenized_text": ["he", "far", "excelled", "anatoly", "karpov", "and", "garry", "kasparov"]}, "2461": {"text": "To which one should reply that they are a bunch of soft bellied women of whom their ancestors would be ashamed .", "tokenized_text": ["to", "which", "one", "should", "reply", "that", "they", "are", "a", "bunch", "of", "soft", "bellied", "women", "of", "whom", "their", "ancestors", "would", "be", "ashamed"]}, "2462": {"text": "I give myself 20-30 years to make people see , I think I 'll go into politics here in Iceland and do some good", "tokenized_text": ["i", "give", "myself", "20", "30", "years", "to", "make", "people", "see", "i", "think", "i", "ll", "go", "into", "politics", "here", "in", "iceland", "and", "do", "some", "good"]}, "2463": {"text": "All of his posts thus far have been rather gratuitous and heavily aimed on Skandinavia alenth with the histories and spirits thereof , particularly the later portion of post #31 .", "tokenized_text": ["all", "of", "his", "posts", "thus", "far", "have", "been", "rather", "gratuitous", "and", "heavily", "aimed", "on", "skandinavia", "alenth", "with", "the", "histories", "and", "spirits", "thereof", "particularly", "the", "later", "portion", "of", "post", "31"]}, "2464": {"text": "Maybe some of you people should grow up , You don`t pick a man or woman for your mate because of the color of their eyes and hair .", "tokenized_text": ["maybe", "some", "of", "you", "people", "should", "grow", "up", "you", "don", "t", "pick", "a", "man", "or", "woman", "for", "your", "mate", "because", "of", "the", "color", "of", "their", "eyes", "and", "hair"]}, "2465": {"text": "Their is much more to that if your hoping for a successful relationship and marriage .", "tokenized_text": ["their", "is", "much", "more", "to", "that", "if", "your", "hoping", "for", "a", "successful", "relationship", "and", "marriage"]}, "2466": {"text": "I think character and social behavior are the most important , and having blond hair and blue eyes are not going to gaurantee these qualities .", "tokenized_text": ["i", "think", "character", "and", "social", "behavior", "are", "the", "most", "important", "and", "having", "blond", "hair", "and", "blue", "eyes", "are", "not", "going", "to", "gaurantee", "these", "qualities"]}, "2467": {"text": "I can sincerely tell you that I am certain he was a beautiful man and I love names of honour and those which hold origo within our folklore . ... for him .", "tokenized_text": ["i", "can", "sincerely", "tell", "you", "that", "i", "am", "certain", "he", "was", "a", "beautiful", "man", "and", "i", "love", "names", "of", "honour", "and", "those", "which", "hold", "origo", "within", "our", "folklore", "for", "him"]}, "2468": {"text": "I have made it clear on this forum many times that I have nothing against gays as such .", "tokenized_text": ["i", "have", "made", "it", "clear", "on", "this", "forum", "many", "times", "that", "i", "have", "nothing", "against", "gays", "as", "such"]}, "2469": {"text": "But as for them adopting kids , the answer is NO .", "tokenized_text": ["but", "as", "for", "them", "adopting", "kids", "the", "answer", "is", "no"]}, "2470": {"text": "I find that surprising , since Finland after all once conquered Sweden , and ockupied it for several hundred years .", "tokenized_text": ["i", "find", "that", "surprising", "since", "finland", "after", "all", "once", "conquered", "sweden", "and", "ockupied", "it", "for", "several", "hundred", "years"]}, "2471": {"text": "Oh wait , that never happened ...", "tokenized_text": ["oh", "wait", "that", "never", "happened"]}, "2472": {"text": "I think they are just desperately trying to be more popish than the Pope himself and avoid accusations of racism before they are even expressed by demanding increased immigration .", "tokenized_text": ["i", "think", "they", "are", "just", "desperately", "trying", "to", "be", "more", "popish", "than", "the", "pope", "himself", "and", "avoid", "accusations", "of", "racism", "before", "they", "are", "even", "expressed", "by", "demanding", "increased", "immigration"]}, "2473": {"text": "I've only seen four Jews in my whole life , and those Jews were on the Silja Europa ship , going to Stockholm .", "tokenized_text": ["i", "ve", "only", "seen", "four", "jews", "in", "my", "whole", "life", "and", "those", "jews", "were", "on", "the", "silja", "europa", "ship", "going", "to", "stockholm"]}, "2474": {"text": "26155", "tokenized_text": ["26155"]}, "2475": {"text": "More ethnic crime .", "tokenized_text": ["more", "ethnic", "crime"]}, "2476": {"text": "Ethnic crime never ends it seems .", "tokenized_text": ["ethnic", "crime", "never", "ends", "it", "seems"]}, "2477": {"text": "I am thinking to create a thread dedicated to crimes commited by immigrants .", "tokenized_text": ["i", "am", "thinking", "to", "create", "a", "thread", "dedicated", "to", "crimes", "commited", "by", "immigrants"]}, "2478": {"text": "Well that 's your misery I hope this will help : 1 m = 100 cm 1000 mm 1 \" = 25,40 mm = 2,54 cm = 0,0254 m 1 ' = 304,48 mm = 30,48 cm = 0,3048 m 1 ' = 12 `` Then ... start calculating", "tokenized_text": ["well", "that", "s", "your", "misery", "i", "hope", "this", "will", "help", "1", "m", "100", "cm", "1000", "mm", "1", "25", "40", "mm", "2", "54", "cm", "0", "0254", "m", "1", "304", "48", "mm", "30", "48", "cm", "0", "3048", "m", "1", "12", "then", "start", "calculating"]}, "2479": {"text": "thanks for the tip rock does not really macth My taste but I 'll go check it out anyway who knows", "tokenized_text": ["thanks", "for", "the", "tip", "rock", "does", "not", "really", "macth", "my", "taste", "but", "i", "ll", "go", "check", "it", "out", "anyway", "who", "knows"]}, "2480": {"text": "NOR: Immortal , Gorgoroth , Ancient , Emperor , Einherjer , Thorns SWE : Naglfar , Bathory , Setherial , Dawn , In Aeternum , Sacramentum FIN : Impaled Nazarene , Argath , Demon Child never liked Darkthrone or Burzum ( interesting story there ..", "tokenized_text": ["nor", "immortal", "gorgoroth", "ancient", "emperor", "einherjer", "thorns", "swe", "naglfar", "bathory", "setherial", "dawn", "in", "aeternum", "sacramentum", "fin", "impaled", "nazarene", "argath", "demon", "child", "never", "liked", "darkthrone", "or", "burzum", "interesting", "story", "there"]}, "2481": {"text": "`` Nargaroth - The Day Burzum Killed Mayhem '' heheh ) either though * shrug * Scandinavia really is a black metal heaven but there 're many great bands on the outside which too are a Pride of their countries 11", "tokenized_text": ["nargaroth", "the", "day", "burzum", "killed", "mayhem", "heheh", "either", "though", "shrug", "scandinavia", "really", "is", "a", "black", "metal", "heaven", "but", "there", "re", "many", "great", "bands", "on", "the", "outside", "which", "too", "are", "a", "pride", "of", "their", "countries", "11"]}, "2482": {"text": "Get out of here !", "tokenized_text": ["get", "out", "of", "here"]}, "2483": {"text": "You 're telling me that there 's something we Swedes have done right ?", "tokenized_text": ["you", "re", "telling", "me", "that", "there", "s", "something", "we", "swedes", "have", "done", "right"]}, "2484": {"text": "I refuse to believe it !", "tokenized_text": ["i", "refuse", "to", "believe", "it"]}, "2485": {"text": "Not just that , but many people who adopt kids are capable of making their own pure white children .", "tokenized_text": ["not", "just", "that", "but", "many", "people", "who", "adopt", "kids", "are", "capable", "of", "making", "their", "own", "pure", "white", "children"]}, "2486": {"text": "It 's more fun that way , too .", "tokenized_text": ["it", "s", "more", "fun", "that", "way", "too"]}, "2487": {"text": "Aragorn", "tokenized_text": ["aragorn"]}, "2488": {"text": "More likely they 're afraid of having to marry and deal with a snotty GI-Jane-dyke , only to be dragged into court and have the kids and house taken a few years later .", "tokenized_text": ["more", "likely", "they", "re", "afraid", "of", "having", "to", "marry", "and", "deal", "with", "a", "snotty", "gi", "jane", "dyke", "only", "to", "be", "dragged", "into", "court", "and", "have", "the", "kids", "and", "house", "taken", "a", "few", "years", "later"]}, "2489": {"text": "Its only a matter of time until we become a hell hole like Sweden or the UK .", "tokenized_text": ["its", "only", "a", "matter", "of", "time", "until", "we", "become", "a", "hell", "hole", "like", "sweden", "or", "the", "uk"]}, "2490": {"text": "I would hate to live in Dublin with all the foreigners there now .", "tokenized_text": ["i", "would", "hate", "to", "live", "in", "dublin", "with", "all", "the", "foreigners", "there", "now"]}, "2491": {"text": "My wife 's favorite place in Ireland is in the Kingdom , Cloghane Village , and O' Connor 's pub. I hope that place has n't been invaded .", "tokenized_text": ["my", "wife", "s", "favorite", "place", "in", "ireland", "is", "in", "the", "kingdom", "cloghane", "village", "and", "o", "connor", "s", "pub", "i", "hope", "that", "place", "has", "n", "t", "been", "invaded"]}, "2492": {"text": "God Bless", "tokenized_text": ["god", "bless"]}, "2493": {"text": "Can i suggest some of the locals get up of their behinds and lets these traitors know that this anti-white festival is not welcome in their town 828", "tokenized_text": ["can", "i", "suggest", "some", "of", "the", "locals", "get", "up", "of", "their", "behinds", "and", "lets", "these", "traitors", "know", "that", "this", "anti", "white", "festival", "is", "not", "welcome", "in", "their", "town", "828"]}, "2494": {"text": "there's no need for me to say anything ... all is said in the image of thaat old white guy in the end of one of the first videos .", "tokenized_text": ["there", "s", "no", "need", "for", "me", "to", "say", "anything", "all", "is", "said", "in", "the", "image", "of", "thaat", "old", "white", "guy", "in", "the", "end", "of", "one", "of", "the", "first", "videos"]}, "2495": {"text": "Not good news at all but this happens in all European nations and is no doubt pushed by the likes of Jews like Summer Redstone and MTV !!", "tokenized_text": ["not", "good", "news", "at", "all", "but", "this", "happens", "in", "all", "european", "nations", "and", "is", "no", "doubt", "pushed", "by", "the", "likes", "of", "jews", "like", "summer", "redstone", "and", "mtv"]}, "2496": {"text": "Listening to Matt Coper this evening tried to do some digging around on the above story and this is all I could find `` More PC Rubbish '' http://www.veritas.ie/App_User_Files...rticle%201.jpg", "tokenized_text": ["listening", "to", "matt", "coper", "this", "evening", "tried", "to", "do", "some", "digging", "around", "on", "the", "above", "story", "and", "this", "is", "all", "i", "could", "find", "more", "pc", "rubbish", "http", "www", "veritas", "ie", "app_user_files", "rticle", "201", "jpg"]}, "2497": {"text": "So according to your logic since blacks have been in N.America for hundreds of yrs they should be allowed to stay ? and yes whites should leave africa .", "tokenized_text": ["so", "according", "to", "your", "logic", "since", "blacks", "have", "been", "in", "n", "america", "for", "hundreds", "of", "yrs", "they", "should", "be", "allowed", "to", "stay", "and", "yes", "whites", "should", "leave", "africa"]}, "2498": {"text": "How are you a White Nationalist when you support the foreign occupation of a white country ?", "tokenized_text": ["how", "are", "you", "a", "white", "nationalist", "when", "you", "support", "the", "foreign", "occupation", "of", "a", "white", "country"]}, "2499": {"text": "The reason they want to ban the cross is because it repersents our race and the Christian faith .", "tokenized_text": ["the", "reason", "they", "want", "to", "ban", "the", "cross", "is", "because", "it", "repersents", "our", "race", "and", "the", "christian", "faith"]}, "2500": {"text": "We should all know by now who hates Christains more than anyone else .", "tokenized_text": ["we", "should", "all", "know", "by", "now", "who", "hates", "christains", "more", "than", "anyone", "else"]}, "2501": {"text": "God Bless", "tokenized_text": ["god", "bless"]}, "2502": {"text": "We have to encourage people to boycott all black businesses , start rumours that blacks working in shops have AIDs which is probably true .", "tokenized_text": ["we", "have", "to", "encourage", "people", "to", "boycott", "all", "black", "businesses", "start", "rumours", "that", "blacks", "working", "in", "shops", "have", "aids", "which", "is", "probably", "true"]}, "2503": {"text": "Africans in Ireland should be treated like paedophiles .", "tokenized_text": ["africans", "in", "ireland", "should", "be", "treated", "like", "paedophiles"]}, "2504": {"text": "We need immigrants.Reality is kicking in for a lot of people who were all for immigration.The Blacks put up in hotels and Irish on the dole.Story here www.independent.ie", "tokenized_text": ["we", "need", "immigrants", "reality", "is", "kicking", "in", "for", "a", "lot", "of", "people", "who", "were", "all", "for", "immigration", "the", "blacks", "put", "up", "in", "hotels", "and", "irish", "on", "the", "dole", "story", "here", "www", "independent", "ie"]}, "2505": {"text": "The red scum will never wake up , ignorant lefties fight for `` their class '' when their making a mockery of their culture and heritage . commie scum ..", "tokenized_text": ["the", "red", "scum", "will", "never", "wake", "up", "ignorant", "lefties", "fight", "for", "their", "class", "when", "their", "making", "a", "mockery", "of", "their", "culture", "and", "heritage", "commie", "scum"]}, "2506": {"text": "that is absolutely * * * * ing unbelievable.they can just go route one now.no more messing about going through europe.in bongo land one minute jump on the plane and 5 hours later hop off the plane with the biggest negro smile and shout ASYLUM.i am totally depressed hearing this", "tokenized_text": ["that", "is", "absolutely", "ing", "unbelievable", "they", "can", "just", "go", "route", "one", "now", "no", "more", "messing", "about", "going", "through", "europe", "in", "bongo", "land", "one", "minute", "jump", "on", "the", "plane", "and", "5", "hours", "later", "hop", "off", "the", "plane", "with", "the", "biggest", "negro", "smile", "and", "shout", "asylum", "i", "am", "totally", "depressed", "hearing", "this"]}, "2507": {"text": "Tralee is a disgrace , the place looks like a town in africa nowThe day Ireland becomes a muslim country is the day i stop breathing !", "tokenized_text": ["tralee", "is", "a", "disgrace", "the", "place", "looks", "like", "a", "town", "in", "africa", "nowthe", "day", "ireland", "becomes", "a", "muslim", "country", "is", "the", "day", "i", "stop", "breathing"]}, "2508": {"text": "This Islamisation is going on all over Europe. but we can object .", "tokenized_text": ["this", "islamisation", "is", "going", "on", "all", "over", "europe", "but", "we", "can", "object"]}, "2509": {"text": "YouTube - Brussels on 9/11 : For a free Europe , against Islamization", "tokenized_text": ["youtube", "brussels", "on", "9", "11", "for", "a", "free", "europe", "against", "islamization"]}, "2510": {"text": "Some kid knocking on a blacks door and running away.Look donkeys fords chipie across the road the internet cafe run by black overeactcted.Attacked the Limerick kid all at least 20 of them.Kid arrived out later with his at least 30 friends.The owner of internet cafe says to the white youth i have white blood.One roars back the only thing white about you is your teeth .", "tokenized_text": ["some", "kid", "knocking", "on", "a", "blacks", "door", "and", "running", "away", "look", "donkeys", "fords", "chipie", "across", "the", "road", "the", "internet", "cafe", "run", "by", "black", "overeactcted", "attacked", "the", "limerick", "kid", "all", "at", "least", "20", "of", "them", "kid", "arrived", "out", "later", "with", "his", "at", "least", "30", "friends", "the", "owner", "of", "internet", "cafe", "says", "to", "the", "white", "youth", "i", "have", "white", "blood", "one", "roars", "back", "the", "only", "thing", "white", "about", "you", "is", "your", "teeth"]}, "2511": {"text": "Agreed.", "tokenized_text": ["agreed"]}, "2512": {"text": "To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .", "tokenized_text": ["to", "learn", "more", "click", "here", "www", "jonasridgeway", "com", "tech2", "html", "www", "spiritual", "com", "au", "astral", "html", "www", "astralweb", "org", "www", "near", "death", "com", "experiences", "cayce01", "html", "www", "astralvoyage", "com", "projection", "index", "html", "it", "would", "be", "pretty", "cool", "for", "teachers", "to", "tell", "white", "kids", "they", "go", "out", "of", "body", "every", "night"]}, "2513": {"text": "Nice .", "tokenized_text": ["nice"]}, "2514": {"text": "Heard today from a colleague in work that a load of Roma Gypsies set up camp at the red cow as the government would not house them anyone see or here of this ?", "tokenized_text": ["heard", "today", "from", "a", "colleague", "in", "work", "that", "a", "load", "of", "roma", "gypsies", "set", "up", "camp", "at", "the", "red", "cow", "as", "the", "government", "would", "not", "house", "them", "anyone", "see", "or", "here", "of", "this"]}, "2515": {"text": "BULL****!", "tokenized_text": ["bull"]}, "2516": {"text": "Even if they do stop pouring in most of those that are here have no intention of going back to poland .", "tokenized_text": ["even", "if", "they", "do", "stop", "pouring", "in", "most", "of", "those", "that", "are", "here", "have", "no", "intention", "of", "going", "back", "to", "poland"]}, "2517": {"text": "Is there any country that I can move to where there are no blacks or Asians ?", "tokenized_text": ["is", "there", "any", "country", "that", "i", "can", "move", "to", "where", "there", "are", "no", "blacks", "or", "asians"]}, "2518": {"text": "I suppose this is an unrealistic question because they are every where but where is the whitest place on earth that I can move to .", "tokenized_text": ["i", "suppose", "this", "is", "an", "unrealistic", "question", "because", "they", "are", "every", "where", "but", "where", "is", "the", "whitest", "place", "on", "earth", "that", "i", "can", "move", "to"]}, "2519": {"text": "And please do n't say the north pole !", "tokenized_text": ["and", "please", "do", "n", "t", "say", "the", "north", "pole"]}, "2520": {"text": "The worst thing about the present immigration is that it 's spread all over the country .", "tokenized_text": ["the", "worst", "thing", "about", "the", "present", "immigration", "is", "that", "it", "s", "spread", "all", "over", "the", "country"]}, "2521": {"text": "I 'd prefer to put them in one place before shipping them home .", "tokenized_text": ["i", "d", "prefer", "to", "put", "them", "in", "one", "place", "before", "shipping", "them", "home"]}, "2522": {"text": "I disagree you can never justify race mixing Some of them girls may have been brainwashed by media , also you are condemning their kids and furture generations of kids to a non white future .", "tokenized_text": ["i", "disagree", "you", "can", "never", "justify", "race", "mixing", "some", "of", "them", "girls", "may", "have", "been", "brainwashed", "by", "media", "also", "you", "are", "condemning", "their", "kids", "and", "furture", "generations", "of", "kids", "to", "a", "non", "white", "future"]}, "2523": {"text": "Glad it made news your way the truth must be told but have you noticed it says it is not a racist attack , Oh but we all know the story shall it of been some poor black bastard bashed to near death in Dublin eh", "tokenized_text": ["glad", "it", "made", "news", "your", "way", "the", "truth", "must", "be", "told", "but", "have", "you", "noticed", "it", "says", "it", "is", "not", "a", "racist", "attack", "oh", "but", "we", "all", "know", "the", "story", "shall", "it", "of", "been", "some", "poor", "black", "bastard", "bashed", "to", "near", "death", "in", "dublin", "eh"]}, "2524": {"text": "In certain circumstances I would agree with you but in Europe by preserving our nations we are preserving our race as well because there is no way a black in Europe can be British , Irish , German or whatever .", "tokenized_text": ["in", "certain", "circumstances", "i", "would", "agree", "with", "you", "but", "in", "europe", "by", "preserving", "our", "nations", "we", "are", "preserving", "our", "race", "as", "well", "because", "there", "is", "no", "way", "a", "black", "in", "europe", "can", "be", "british", "irish", "german", "or", "whatever"]}, "2525": {"text": "I'm sure I heard that many Catholic churches in Ireland are experiencing large numbers again thanks to the growing Polish populations .", "tokenized_text": ["i", "m", "sure", "i", "heard", "that", "many", "catholic", "churches", "in", "ireland", "are", "experiencing", "large", "numbers", "again", "thanks", "to", "the", "growing", "polish", "populations"]}, "2526": {"text": "Will you please go to this link and sign the petition in support of the right of Russian Nationalist to march .", "tokenized_text": ["will", "you", "please", "go", "to", "this", "link", "and", "sign", "the", "petition", "in", "support", "of", "the", "right", "of", "russian", "nationalist", "to", "march"]}, "2527": {"text": "Thank you .", "tokenized_text": ["thank", "you"]}, "2528": {"text": "88 !", "tokenized_text": ["88"]}, "2529": {"text": "http://www.righttomarch.com/", "tokenized_text": ["http", "www", "righttomarch", "com"]}, "2530": {"text": "You picked a poor time to start such a thread seeing as how just this week the IRA were categorically cleared of all paramilitary/terrorist/illegal activity .", "tokenized_text": ["you", "picked", "a", "poor", "time", "to", "start", "such", "a", "thread", "seeing", "as", "how", "just", "this", "week", "the", "ira", "were", "categorically", "cleared", "of", "all", "paramilitary", "terrorist", "illegal", "activity"]}, "2531": {"text": "The are quite frankly nothing now .", "tokenized_text": ["the", "are", "quite", "frankly", "nothing", "now"]}, "2532": {"text": "Something similar is happening in Belgium at the moment , but on a larger scale .", "tokenized_text": ["something", "similar", "is", "happening", "in", "belgium", "at", "the", "moment", "but", "on", "a", "larger", "scale"]}, "2533": {"text": "Is n't the EU wonderful ?", "tokenized_text": ["is", "n", "t", "the", "eu", "wonderful"]}, "2534": {"text": "http://www.nationalvanguard.org/story.php ? id = 8958", "tokenized_text": ["http", "www", "nationalvanguard", "org", "story", "php", "id", "8958"]}, "2535": {"text": "I think Cork fans still use it anyway .", "tokenized_text": ["i", "think", "cork", "fans", "still", "use", "it", "anyway"]}, "2536": {"text": "Sure seen a few Munster fans with it too last weekend .", "tokenized_text": ["sure", "seen", "a", "few", "munster", "fans", "with", "it", "too", "last", "weekend"]}, "2537": {"text": "St. Pats football teams fans use the St. Patricks Cross aswell as it being the symbol for the IRU .", "tokenized_text": ["st", "pats", "football", "teams", "fans", "use", "the", "st", "patricks", "cross", "aswell", "as", "it", "being", "the", "symbol", "for", "the", "iru"]}, "2538": {"text": "Complete nonsense with your own plain as day motive lurking around in the background as usual . The article shows people are acting , action I support .", "tokenized_text": ["complete", "nonsense", "with", "your", "own", "plain", "as", "day", "motive", "lurking", "around", "in", "the", "background", "as", "usual", "the", "article", "shows", "people", "are", "acting", "action", "i", "support"]}, "2539": {"text": "I cant believe you 've lasted this long on this forum", "tokenized_text": ["i", "cant", "believe", "you", "ve", "lasted", "this", "long", "on", "this", "forum"]}, "2540": {"text": "I heard about it is it about that white guy that killed that race traitor slut and her nig nog boyfriend ?", "tokenized_text": ["i", "heard", "about", "it", "is", "it", "about", "that", "white", "guy", "that", "killed", "that", "race", "traitor", "slut", "and", "her", "nig", "nog", "boyfriend"]}, "2541": {"text": "not sure where I got them mate , they look like they 're from a magazine though coz they 're scans of photocopies it looks like. will find em and post them", "tokenized_text": ["not", "sure", "where", "i", "got", "them", "mate", "they", "look", "like", "they", "re", "from", "a", "magazine", "though", "coz", "they", "re", "scans", "of", "photocopies", "it", "looks", "like", "will", "find", "em", "and", "post", "them"]}, "2542": {"text": "i'd like to know more about this debate .. is anyone welcome and where exactly is it being held ? good work by the way Mr.Roach. nice publicity .", "tokenized_text": ["i", "d", "like", "to", "know", "more", "about", "this", "debate", "is", "anyone", "welcome", "and", "where", "exactly", "is", "it", "being", "held", "good", "work", "by", "the", "way", "mr", "roach", "nice", "publicity"]}, "2543": {"text": "88 .", "tokenized_text": ["88"]}, "2544": {"text": "It's no surprise Irish girls would do that .", "tokenized_text": ["it", "s", "no", "surprise", "irish", "girls", "would", "do", "that"]}, "2545": {"text": "It goes on in all of the White Western World .", "tokenized_text": ["it", "goes", "on", "in", "all", "of", "the", "white", "western", "world"]}, "2546": {"text": "Most White Western Women have the racial sense of a cabbage .", "tokenized_text": ["most", "white", "western", "women", "have", "the", "racial", "sense", "of", "a", "cabbage"]}, "2547": {"text": "Czynski ! 5122", "tokenized_text": ["czynski", "5122"]}, "2548": {"text": "Take one of the scandinavian flags , and change the color from blue and yellow ( Sweden as an example ) and turn it to green and yellow. lol , it might be decent", "tokenized_text": ["take", "one", "of", "the", "scandinavian", "flags", "and", "change", "the", "color", "from", "blue", "and", "yellow", "sweden", "as", "an", "example", "and", "turn", "it", "to", "green", "and", "yellow", "lol", "it", "might", "be", "decent"]}, "2549": {"text": "I almost fell off my chair with sadness and anger when I heard this from the vanguard site .", "tokenized_text": ["i", "almost", "fell", "off", "my", "chair", "with", "sadness", "and", "anger", "when", "i", "heard", "this", "from", "the", "vanguard", "site"]}, "2550": {"text": "I have always thought Ireland to be the last all white country left .", "tokenized_text": ["i", "have", "always", "thought", "ireland", "to", "be", "the", "last", "all", "white", "country", "left"]}, "2551": {"text": "16", "tokenized_text": ["16"]}, "2552": {"text": "The thing that concerns me is that he got a house off the council thats a house that a Irish family should have got .", "tokenized_text": ["the", "thing", "that", "concerns", "me", "is", "that", "he", "got", "a", "house", "off", "the", "council", "thats", "a", "house", "that", "a", "irish", "family", "should", "have", "got"]}, "2553": {"text": "so is tom still rambling on about putting up machine guns in the city centre ? lol and that sites great al making all wn look like terrorists.so tell us all of some of the irms activism so far ?", "tokenized_text": ["so", "is", "tom", "still", "rambling", "on", "about", "putting", "up", "machine", "guns", "in", "the", "city", "centre", "lol", "and", "that", "sites", "great", "al", "making", "all", "wn", "look", "like", "terrorists", "so", "tell", "us", "all", "of", "some", "of", "the", "irms", "activism", "so", "far"]}, "2554": {"text": "She could just move to the Christian part of Nigeria where there is no Sharia law .", "tokenized_text": ["she", "could", "just", "move", "to", "the", "christian", "part", "of", "nigeria", "where", "there", "is", "no", "sharia", "law"]}, "2555": {"text": "Its a huge country with each tribe and religion having their own province .", "tokenized_text": ["its", "a", "huge", "country", "with", "each", "tribe", "and", "religion", "having", "their", "own", "province"]}, "2556": {"text": "Welcome to Stormfront Ireland Ive seen the numbers at the bottom of a lot of posts , its just some kind of moderators code .", "tokenized_text": ["welcome", "to", "stormfront", "ireland", "ive", "seen", "the", "numbers", "at", "the", "bottom", "of", "a", "lot", "of", "posts", "its", "just", "some", "kind", "of", "moderators", "code"]}, "2557": {"text": "2056", "tokenized_text": ["2056"]}, "2558": {"text": "It's a shame that universities of Canada import black and brown people .", "tokenized_text": ["it", "s", "a", "shame", "that", "universities", "of", "canada", "import", "black", "and", "brown", "people"]}, "2559": {"text": "Most of the time they are quiets sheep who want to intergrate but their children makes a new generations of thugs and prostitute .", "tokenized_text": ["most", "of", "the", "time", "they", "are", "quiets", "sheep", "who", "want", "to", "intergrate", "but", "their", "children", "makes", "a", "new", "generations", "of", "thugs", "and", "prostitute"]}, "2560": {"text": "I visited your website and facebook page , and I like what I see .", "tokenized_text": ["i", "visited", "your", "website", "and", "facebook", "page", "and", "i", "like", "what", "i", "see"]}, "2561": {"text": "I shall contribute to this organization and support the XXV points .", "tokenized_text": ["i", "shall", "contribute", "to", "this", "organization", "and", "support", "the", "xxv", "points"]}, "2562": {"text": "Too bad you 're not in BC where I am .", "tokenized_text": ["too", "bad", "you", "re", "not", "in", "bc", "where", "i", "am"]}, "2563": {"text": "I would meet ya. ^ _ ^ Lots of \" `` work '' `` here lol .", "tokenized_text": ["i", "would", "meet", "ya", "_", "lots", "of", "work", "here", "lol"]}, "2564": {"text": "Maaaaany pinders and Asians here ......", "tokenized_text": ["maaaaany", "pinders", "and", "asians", "here"]}, "2565": {"text": "I'm with you , Winnipeg has become a cesspool .", "tokenized_text": ["i", "m", "with", "you", "winnipeg", "has", "become", "a", "cesspool"]}, "2566": {"text": "I was beaten and robbed by two natives last year and over the last couple of years I have watched downtown turn into black , brown and yellow town. the food court at Portage place has started to remind me of the creature cantina from star wars .", "tokenized_text": ["i", "was", "beaten", "and", "robbed", "by", "two", "natives", "last", "year", "and", "over", "the", "last", "couple", "of", "years", "i", "have", "watched", "downtown", "turn", "into", "black", "brown", "and", "yellow", "town", "the", "food", "court", "at", "portage", "place", "has", "started", "to", "remind", "me", "of", "the", "creature", "cantina", "from", "star", "wars"]}, "2567": {"text": "This sounds like a sensible , well thought-out plan .", "tokenized_text": ["this", "sounds", "like", "a", "sensible", "well", "thought", "out", "plan"]}, "2568": {"text": "So I guess you 'll just have to go to the Canadian Prime Minister and ask him to declare you Emperor and step down , or something ?", "tokenized_text": ["so", "i", "guess", "you", "ll", "just", "have", "to", "go", "to", "the", "canadian", "prime", "minister", "and", "ask", "him", "to", "declare", "you", "emperor", "and", "step", "down", "or", "something"]}, "2569": {"text": "How is this worthy of a human rights hearing ?", "tokenized_text": ["how", "is", "this", "worthy", "of", "a", "human", "rights", "hearing"]}, "2570": {"text": "Should the guy who sang cop killer also have a trial , because he tragted a minority , cops .", "tokenized_text": ["should", "the", "guy", "who", "sang", "cop", "killer", "also", "have", "a", "trial", "because", "he", "tragted", "a", "minority", "cops"]}, "2571": {"text": "I try and avoid shops owned by.or employing non.whites too .", "tokenized_text": ["i", "try", "and", "avoid", "shops", "owned", "by", "or", "employing", "non", "whites", "too"]}, "2572": {"text": "At least shop where a white is at the counter is my rule .", "tokenized_text": ["at", "least", "shop", "where", "a", "white", "is", "at", "the", "counter", "is", "my", "rule"]}, "2573": {"text": "I think I read a comment like that on a video on YouTube and it made me chuckle .", "tokenized_text": ["i", "think", "i", "read", "a", "comment", "like", "that", "on", "a", "video", "on", "youtube", "and", "it", "made", "me", "chuckle"]}, "2574": {"text": "Dumb dumb dumb .", "tokenized_text": ["dumb", "dumb", "dumb"]}, "2575": {"text": "It was probably written by a 15 year old .", "tokenized_text": ["it", "was", "probably", "written", "by", "a", "15", "year", "old"]}, "2576": {"text": "I cannot say that I am happy about supporting welfare mothers , but I can firmly say that I prefer supporting a welfare mother than a murder-clinic .", "tokenized_text": ["i", "cannot", "say", "that", "i", "am", "happy", "about", "supporting", "welfare", "mothers", "but", "i", "can", "firmly", "say", "that", "i", "prefer", "supporting", "a", "welfare", "mother", "than", "a", "murder", "clinic"]}, "2577": {"text": "Show me some progress in our struggle .", "tokenized_text": ["show", "me", "some", "progress", "in", "our", "struggle"]}, "2578": {"text": "All I see is slippage as we fall farther and farther behind .", "tokenized_text": ["all", "i", "see", "is", "slippage", "as", "we", "fall", "farther", "and", "farther", "behind"]}, "2579": {"text": "Nothing is changing for the better .", "tokenized_text": ["nothing", "is", "changing", "for", "the", "better"]}, "2580": {"text": "Yeah but what you have to remember is that the jews are cunning and would probz slither their way out of it and justify their right to bare arms by use of the pro jew media and without a doubt the old holocaust excuse. our race would not be to blame most of us are brainwashed from a young age by T.V or schools its are job to wake them up comrade and defend them for we are fast becoming a minority in our own countries", "tokenized_text": ["yeah", "but", "what", "you", "have", "to", "remember", "is", "that", "the", "jews", "are", "cunning", "and", "would", "probz", "slither", "their", "way", "out", "of", "it", "and", "justify", "their", "right", "to", "bare", "arms", "by", "use", "of", "the", "pro", "jew", "media", "and", "without", "a", "doubt", "the", "old", "holocaust", "excuse", "our", "race", "would", "not", "be", "to", "blame", "most", "of", "us", "are", "brainwashed", "from", "a", "young", "age", "by", "t", "v", "or", "schools", "its", "are", "job", "to", "wake", "them", "up", "comrade", "and", "defend", "them", "for", "we", "are", "fast", "becoming", "a", "minority", "in", "our", "own", "countries"]}, "2581": {"text": "But Wayne I want a brown baby like all the other girls on the estate !", "tokenized_text": ["but", "wayne", "i", "want", "a", "brown", "baby", "like", "all", "the", "other", "girls", "on", "the", "estate"]}, "2582": {"text": "So the government will keep me in track suits , vodka , and ' my first loot kits ' for my brood .", "tokenized_text": ["so", "the", "government", "will", "keep", "me", "in", "track", "suits", "vodka", "and", "my", "first", "loot", "kits", "for", "my", "brood"]}, "2583": {"text": "( Includes : one pair of baggy pants , one pistol , a set of golden grills , a looting guide titled ' But I dendu nuffin ' , and one race card )", "tokenized_text": ["includes", "one", "pair", "of", "baggy", "pants", "one", "pistol", "a", "set", "of", "golden", "grills", "a", "looting", "guide", "titled", "but", "i", "dendu", "nuffin", "and", "one", "race", "card"]}, "2584": {"text": "I liked the majority of this video in the beginning but what was with the white guilt tripping part around an hour in of the video ?", "tokenized_text": ["i", "liked", "the", "majority", "of", "this", "video", "in", "the", "beginning", "but", "what", "was", "with", "the", "white", "guilt", "tripping", "part", "around", "an", "hour", "in", "of", "the", "video"]}, "2585": {"text": "I went to a talk about this at Georgetown University last week .", "tokenized_text": ["i", "went", "to", "a", "talk", "about", "this", "at", "georgetown", "university", "last", "week"]}, "2586": {"text": "They were kind of up in arms but said most Scots are lefties .", "tokenized_text": ["they", "were", "kind", "of", "up", "in", "arms", "but", "said", "most", "scots", "are", "lefties"]}, "2587": {"text": "Wonder what happened ?", "tokenized_text": ["wonder", "what", "happened"]}, "2588": {"text": "The Prime of Miss Jean Brodie Trailer - YouTube", "tokenized_text": ["the", "prime", "of", "miss", "jean", "brodie", "trailer", "youtube"]}, "2589": {"text": "Woy's face was a picture at the end of that Uruguay game .", "tokenized_text": ["woy", "s", "face", "was", "a", "picture", "at", "the", "end", "of", "that", "uruguay", "game"]}, "2590": {"text": "That will teach you for wearing a jew cap you great suck up !", "tokenized_text": ["that", "will", "teach", "you", "for", "wearing", "a", "jew", "cap", "you", "great", "suck", "up"]}, "2591": {"text": "The attacks are coming from wankers who live in England maybe even born here and have little or no English ancestry and call themselves British .", "tokenized_text": ["the", "attacks", "are", "coming", "from", "wankers", "who", "live", "in", "england", "maybe", "even", "born", "here", "and", "have", "little", "or", "no", "english", "ancestry", "and", "call", "themselves", "british"]}, "2592": {"text": "But in The Bible there is no verses that prohibit inter-racial relationships or mixed race children is there ?", "tokenized_text": ["but", "in", "the", "bible", "there", "is", "no", "verses", "that", "prohibit", "inter", "racial", "relationships", "or", "mixed", "race", "children", "is", "there"]}, "2593": {"text": "The Bible itself though is full of contradictions and you can mis-judge how things are meant .", "tokenized_text": ["the", "bible", "itself", "though", "is", "full", "of", "contradictions", "and", "you", "can", "mis", "judge", "how", "things", "are", "meant"]}, "2594": {"text": "There is no difference .", "tokenized_text": ["there", "is", "no", "difference"]}, "2595": {"text": "They just say this because it makes it sound better and know that people would be less likely to speak out against this .", "tokenized_text": ["they", "just", "say", "this", "because", "it", "makes", "it", "sound", "better", "and", "know", "that", "people", "would", "be", "less", "likely", "to", "speak", "out", "against", "this"]}, "2596": {"text": "Come to Bromsgrove and I 'll be more than happy to give you a tour of the West Midlands and the History of Heavy Metal We have the Malvern Hills one of Englands most beautiful places", "tokenized_text": ["come", "to", "bromsgrove", "and", "i", "ll", "be", "more", "than", "happy", "to", "give", "you", "a", "tour", "of", "the", "west", "midlands", "and", "the", "history", "of", "heavy", "metal", "we", "have", "the", "malvern", "hills", "one", "of", "englands", "most", "beautiful", "places"]}, "2597": {"text": "Keep em on the phone long enough , disagree a little .", "tokenized_text": ["keep", "em", "on", "the", "phone", "long", "enough", "disagree", "a", "little"]}, "2598": {"text": "Sooner or later the black one will say `` mother * * * * er '' or `` madick '' .", "tokenized_text": ["sooner", "or", "later", "the", "black", "one", "will", "say", "mother", "er", "or", "madick"]}, "2599": {"text": "The fact that she s casually announced this to the country functions as a make-shift IQ test right there . That s because of your reputation ; not your looks , love .", "tokenized_text": ["the", "fact", "that", "she", "s", "casually", "announced", "this", "to", "the", "country", "functions", "as", "a", "make", "shift", "iq", "test", "right", "there", "that", "s", "because", "of", "your", "reputation", "not", "your", "looks", "love"]}, "2600": {"text": "I'm really sorry to say that due to the land we use being under water due to severe flooding we 've had to cancel the event .", "tokenized_text": ["i", "m", "really", "sorry", "to", "say", "that", "due", "to", "the", "land", "we", "use", "being", "under", "water", "due", "to", "severe", "flooding", "we", "ve", "had", "to", "cancel", "the", "event"]}, "2601": {"text": "We plan on holding a family camping/fun weekend in the summer once the weather has ( I hope ! ) improved .", "tokenized_text": ["we", "plan", "on", "holding", "a", "family", "camping", "fun", "weekend", "in", "the", "summer", "once", "the", "weather", "has", "i", "hope", "improved"]}, "2602": {"text": "The thing is you may base your beliefs on claims and assertions , but nowadays Oxford University Professors tend to base their findings on many years of dedicated research .", "tokenized_text": ["the", "thing", "is", "you", "may", "base", "your", "beliefs", "on", "claims", "and", "assertions", "but", "nowadays", "oxford", "university", "professors", "tend", "to", "base", "their", "findings", "on", "many", "years", "of", "dedicated", "research"]}, "2603": {"text": "Andr\u00e9 Rieu - The Beautiful Blue Danube - YouTube", "tokenized_text": ["andr\u00e9", "rieu", "the", "beautiful", "blue", "danube", "youtube"]}, "2604": {"text": "I found out this morning that junior school kids are n't allowed to sing Bar Bar Black sheep anymore because it 's racist and might offend the coloured kids so they are being told to sing Bar Bar randow sheep ! whats next we 'll not be allowed to sing god save the queen .", "tokenized_text": ["i", "found", "out", "this", "morning", "that", "junior", "school", "kids", "are", "n", "t", "allowed", "to", "sing", "bar", "bar", "black", "sheep", "anymore", "because", "it", "s", "racist", "and", "might", "offend", "the", "coloured", "kids", "so", "they", "are", "being", "told", "to", "sing", "bar", "bar", "randow", "sheep", "whats", "next", "we", "ll", "not", "be", "allowed", "to", "sing", "god", "save", "the", "queen"]}, "2605": {"text": "dont let it get you down brother your not on your own just bite your tongue and think of all those beutiful aryan women who think the way we do they are worth fighting for everything enoch powell said came true. hang in there brother", "tokenized_text": ["dont", "let", "it", "get", "you", "down", "brother", "your", "not", "on", "your", "own", "just", "bite", "your", "tongue", "and", "think", "of", "all", "those", "beutiful", "aryan", "women", "who", "think", "the", "way", "we", "do", "they", "are", "worth", "fighting", "for", "everything", "enoch", "powell", "said", "came", "true", "hang", "in", "there", "brother"]}, "2606": {"text": "I do get my Theirs , theres and they 're , mixed up sometimes but i was educated under Labours rule so i cant be completly to blame .", "tokenized_text": ["i", "do", "get", "my", "theirs", "theres", "and", "they", "re", "mixed", "up", "sometimes", "but", "i", "was", "educated", "under", "labours", "rule", "so", "i", "cant", "be", "completly", "to", "blame"]}, "2607": {"text": "These areas that you name are the preserve of the rich , you wont find a single white working class person living there.We might look down on blacks and pakis as scum and not want them living near us but the upper class feel exactly the same about us", "tokenized_text": ["these", "areas", "that", "you", "name", "are", "the", "preserve", "of", "the", "rich", "you", "wont", "find", "a", "single", "white", "working", "class", "person", "living", "there", "we", "might", "look", "down", "on", "blacks", "and", "pakis", "as", "scum", "and", "not", "want", "them", "living", "near", "us", "but", "the", "upper", "class", "feel", "exactly", "the", "same", "about", "us"]}, "2608": {"text": "Hello decided to start posting thought I , d say hi I 'm from midlands uk .", "tokenized_text": ["hello", "decided", "to", "start", "posting", "thought", "i", "d", "say", "hi", "i", "m", "from", "midlands", "uk"]}, "2609": {"text": "Been on blood and honour and think radio 28 is great", "tokenized_text": ["been", "on", "blood", "and", "honour", "and", "think", "radio", "28", "is", "great"]}, "2610": {"text": "Although we have slight variances in our position here I want to thank all the posters who have kept this thread civil .", "tokenized_text": ["although", "we", "have", "slight", "variances", "in", "our", "position", "here", "i", "want", "to", "thank", "all", "the", "posters", "who", "have", "kept", "this", "thread", "civil"]}, "2611": {"text": "Having recently traveled to London I was disgusted by how non-white the city had become .", "tokenized_text": ["having", "recently", "traveled", "to", "london", "i", "was", "disgusted", "by", "how", "non", "white", "the", "city", "had", "become"]}, "2612": {"text": "Is there anywhere in central London that is still 95 % + white ?", "tokenized_text": ["is", "there", "anywhere", "in", "central", "london", "that", "is", "still", "95", "white"]}, "2613": {"text": "A mans game where every now and again all the players get together for a nice cuddle ?", "tokenized_text": ["a", "mans", "game", "where", "every", "now", "and", "again", "all", "the", "players", "get", "together", "for", "a", "nice", "cuddle"]}, "2614": {"text": "Agree with the rest , the recent transfer window says everything , hundreds of millions spent on a few players .", "tokenized_text": ["agree", "with", "the", "rest", "the", "recent", "transfer", "window", "says", "everything", "hundreds", "of", "millions", "spent", "on", "a", "few", "players"]}, "2615": {"text": "Paying for sky sports is nearly as bad .", "tokenized_text": ["paying", "for", "sky", "sports", "is", "nearly", "as", "bad"]}, "2616": {"text": "Why do people care about football ?", "tokenized_text": ["why", "do", "people", "care", "about", "football"]}, "2617": {"text": "The chairman of the FA is one David Bernstein and , yes , he is a member of a certain tribe that delight in bringing diversity and the benefits of multi-culturalism and ' anti-racism ' , along with boatloads of third-worlders to Britain .", "tokenized_text": ["the", "chairman", "of", "the", "fa", "is", "one", "david", "bernstein", "and", "yes", "he", "is", "a", "member", "of", "a", "certain", "tribe", "that", "delight", "in", "bringing", "diversity", "and", "the", "benefits", "of", "multi", "culturalism", "and", "anti", "racism", "along", "with", "boatloads", "of", "third", "worlders", "to", "britain"]}, "2618": {"text": "I have been coming here for a while now as a guest and today i finally decided to join so here i am .", "tokenized_text": ["i", "have", "been", "coming", "here", "for", "a", "while", "now", "as", "a", "guest", "and", "today", "i", "finally", "decided", "to", "join", "so", "here", "i", "am"]}, "2619": {"text": "Anyway i look forward to posting my veiws here freely and also look forward to hearing all of yours to .", "tokenized_text": ["anyway", "i", "look", "forward", "to", "posting", "my", "veiws", "here", "freely", "and", "also", "look", "forward", "to", "hearing", "all", "of", "yours", "to"]}, "2620": {"text": "Kindest Regards JE .", "tokenized_text": ["kindest", "regards", "je"]}, "2621": {"text": "me, too but here in the Usa .", "tokenized_text": ["me", "too", "but", "here", "in", "the", "usa"]}, "2622": {"text": "This land was founded by whites for whites and I prefer to punish the symptom of urban decay rather than just its zowg figurehead .", "tokenized_text": ["this", "land", "was", "founded", "by", "whites", "for", "whites", "and", "i", "prefer", "to", "punish", "the", "symptom", "of", "urban", "decay", "rather", "than", "just", "its", "zowg", "figurehead"]}, "2623": {"text": "Hi, my name is Chris and I want to thank the English nation for being the people most responsible for the creation of the USA and Canada .", "tokenized_text": ["hi", "my", "name", "is", "chris", "and", "i", "want", "to", "thank", "the", "english", "nation", "for", "being", "the", "people", "most", "responsible", "for", "the", "creation", "of", "the", "usa", "and", "canada"]}, "2624": {"text": "Boots Christmas advert on telly this evening .", "tokenized_text": ["boots", "christmas", "advert", "on", "telly", "this", "evening"]}, "2625": {"text": "Black father , White mother , half breed teenage son .", "tokenized_text": ["black", "father", "white", "mother", "half", "breed", "teenage", "son"]}, "2626": {"text": "Lets be honest here , how many black fathers stick around until the child is a teenager ?", "tokenized_text": ["lets", "be", "honest", "here", "how", "many", "black", "fathers", "stick", "around", "until", "the", "child", "is", "a", "teenager"]}, "2627": {"text": "Not many .", "tokenized_text": ["not", "many"]}, "2628": {"text": "It is now unusual to see White families on telly .", "tokenized_text": ["it", "is", "now", "unusual", "to", "see", "white", "families", "on", "telly"]}, "2629": {"text": "Indeed!", "tokenized_text": ["indeed"]}, "2630": {"text": "If there are any of her family with any dignity left they should do the honourable thing and let the air out of her tyres .", "tokenized_text": ["if", "there", "are", "any", "of", "her", "family", "with", "any", "dignity", "left", "they", "should", "do", "the", "honourable", "thing", "and", "let", "the", "air", "out", "of", "her", "tyres"]}, "2631": {"text": "London nowadays is more dangerous for tourists than Zimbabwe Like the above poster says do n't go to London just go someplace else that is much better like Bath or Stratford Upon Avon ( Shakespeare Birthplace ) Londonistan is a craphole", "tokenized_text": ["london", "nowadays", "is", "more", "dangerous", "for", "tourists", "than", "zimbabwe", "like", "the", "above", "poster", "says", "do", "n", "t", "go", "to", "london", "just", "go", "someplace", "else", "that", "is", "much", "better", "like", "bath", "or", "stratford", "upon", "avon", "shakespeare", "birthplace", "londonistan", "is", "a", "craphole"]}, "2632": {"text": "You Anglo-Americans are all welcome to England if you can perform the ' small ' task of riding London of it 's ethnics !", "tokenized_text": ["you", "anglo", "americans", "are", "all", "welcome", "to", "england", "if", "you", "can", "perform", "the", "small", "task", "of", "riding", "london", "of", "it", "s", "ethnics"]}, "2633": {"text": "Look at this cultural incongruity from Plymouth . VIDEO : Plymouth celebrates St George 's Day with music and dancing in the streets | This is Plymouth", "tokenized_text": ["look", "at", "this", "cultural", "incongruity", "from", "plymouth", "video", "plymouth", "celebrates", "st", "george", "s", "day", "with", "music", "and", "dancing", "in", "the", "streets", "this", "is", "plymouth"]}, "2634": {"text": "Thank you brother .", "tokenized_text": ["thank", "you", "brother"]}, "2635": {"text": "The Brazilian president said that Blond hair Blue eyes Anglo-Saxons were the problem in the world .", "tokenized_text": ["the", "brazilian", "president", "said", "that", "blond", "hair", "blue", "eyes", "anglo", "saxons", "were", "the", "problem", "in", "the", "world"]}, "2636": {"text": "Anti-White C * * T.", "tokenized_text": ["anti", "white", "c", "t"]}, "2637": {"text": "Well someone needs to set one up ASAP .", "tokenized_text": ["well", "someone", "needs", "to", "set", "one", "up", "asap"]}, "2638": {"text": "The sooner we acknowledge eachother in local areas and band together as a unit the sooner we become a strong white nation again .", "tokenized_text": ["the", "sooner", "we", "acknowledge", "eachother", "in", "local", "areas", "and", "band", "together", "as", "a", "unit", "the", "sooner", "we", "become", "a", "strong", "white", "nation", "again"]}, "2639": {"text": "All new posters are under moderation to start with , but this is lifted fairly quickly .", "tokenized_text": ["all", "new", "posters", "are", "under", "moderation", "to", "start", "with", "but", "this", "is", "lifted", "fairly", "quickly"]}, "2640": {"text": "Apart from that , only a small number of SF members are placed on moderation from time to time .", "tokenized_text": ["apart", "from", "that", "only", "a", "small", "number", "of", "sf", "members", "are", "placed", "on", "moderation", "from", "time", "to", "time"]}, "2641": {"text": "I was sure that they were lying about the numbers and it 's must be the same in every country IMO .", "tokenized_text": ["i", "was", "sure", "that", "they", "were", "lying", "about", "the", "numbers", "and", "it", "s", "must", "be", "the", "same", "in", "every", "country", "imo"]}, "2642": {"text": "There must be much less whites and much more blacks and Jews than what the statistics tell us .", "tokenized_text": ["there", "must", "be", "much", "less", "whites", "and", "much", "more", "blacks", "and", "jews", "than", "what", "the", "statistics", "tell", "us"]}, "2643": {"text": "Hey all I 'll be visiting southwest england in a few weeks , pm if you 'd like to get together for a pint if your in the area .", "tokenized_text": ["hey", "all", "i", "ll", "be", "visiting", "southwest", "england", "in", "a", "few", "weeks", "pm", "if", "you", "d", "like", "to", "get", "together", "for", "a", "pint", "if", "your", "in", "the", "area"]}, "2644": {"text": "We are not fighting against white immigrants though many British are getting angry at them taking their jobs etc .", "tokenized_text": ["we", "are", "not", "fighting", "against", "white", "immigrants", "though", "many", "british", "are", "getting", "angry", "at", "them", "taking", "their", "jobs", "etc"]}, "2645": {"text": "Many British do n't have the white nation mentality they see a foreigner is a foreigner is a foreigner .", "tokenized_text": ["many", "british", "do", "n", "t", "have", "the", "white", "nation", "mentality", "they", "see", "a", "foreigner", "is", "a", "foreigner", "is", "a", "foreigner"]}, "2646": {"text": "All we here an Stormfront Britain are saying is that MASS white immigration is detrimental to OUR nation for the reasons we have given time after time .", "tokenized_text": ["all", "we", "here", "an", "stormfront", "britain", "are", "saying", "is", "that", "mass", "white", "immigration", "is", "detrimental", "to", "our", "nation", "for", "the", "reasons", "we", "have", "given", "time", "after", "time"]}, "2647": {"text": "You think outside the sheep box in this movement then the usual suspects will hound you down untill you get back in line sad but true", "tokenized_text": ["you", "think", "outside", "the", "sheep", "box", "in", "this", "movement", "then", "the", "usual", "suspects", "will", "hound", "you", "down", "untill", "you", "get", "back", "in", "line", "sad", "but", "true"]}, "2648": {"text": "Welcome to the forum .", "tokenized_text": ["welcome", "to", "the", "forum"]}, "2649": {"text": "It 's nice to see other people here in this section that lean towards the old Pagan beliefs too .", "tokenized_text": ["it", "s", "nice", "to", "see", "other", "people", "here", "in", "this", "section", "that", "lean", "towards", "the", "old", "pagan", "beliefs", "too"]}, "2650": {"text": "When I started learning about Hitler in school and I was possessed with trying to find out if I was Aryan .", "tokenized_text": ["when", "i", "started", "learning", "about", "hitler", "in", "school", "and", "i", "was", "possessed", "with", "trying", "to", "find", "out", "if", "i", "was", "aryan"]}, "2651": {"text": "So everytime I typed this forum appeared so I decided to join and learn more about the Aryan race and such further .", "tokenized_text": ["so", "everytime", "i", "typed", "this", "forum", "appeared", "so", "i", "decided", "to", "join", "and", "learn", "more", "about", "the", "aryan", "race", "and", "such", "further"]}, "2652": {"text": "Their English language means they are drowning in the MLK-esque crap coming out of America .", "tokenized_text": ["their", "english", "language", "means", "they", "are", "drowning", "in", "the", "mlk", "esque", "crap", "coming", "out", "of", "america"]}, "2653": {"text": "Same situation in Australia and Canada .", "tokenized_text": ["same", "situation", "in", "australia", "and", "canada"]}, "2654": {"text": "An American cancer has infected them all", "tokenized_text": ["an", "american", "cancer", "has", "infected", "them", "all"]}, "2655": {"text": "Yes i have noticed this too where I live .", "tokenized_text": ["yes", "i", "have", "noticed", "this", "too", "where", "i", "live"]}, "2656": {"text": "There have been times when I have walked past some nigerian or skinny and they will cough with hand at their side without care for those around them .", "tokenized_text": ["there", "have", "been", "times", "when", "i", "have", "walked", "past", "some", "nigerian", "or", "skinny", "and", "they", "will", "cough", "with", "hand", "at", "their", "side", "without", "care", "for", "those", "around", "them"]}, "2657": {"text": "The indians and stanis will just spit all over the street .", "tokenized_text": ["the", "indians", "and", "stanis", "will", "just", "spit", "all", "over", "the", "street"]}, "2658": {"text": "It is disgusting .", "tokenized_text": ["it", "is", "disgusting"]}, "2659": {"text": "Its brainwashing starts at school they dont understand they dont know any better .", "tokenized_text": ["its", "brainwashing", "starts", "at", "school", "they", "dont", "understand", "they", "dont", "know", "any", "better"]}, "2660": {"text": "As kids they watch leftie music shows kids tv shows etc .", "tokenized_text": ["as", "kids", "they", "watch", "leftie", "music", "shows", "kids", "tv", "shows", "etc"]}, "2661": {"text": "Its a spiral in to decline ted heath ex tory pm said unemployment eats in to your soul .", "tokenized_text": ["its", "a", "spiral", "in", "to", "decline", "ted", "heath", "ex", "tory", "pm", "said", "unemployment", "eats", "in", "to", "your", "soul"]}, "2662": {"text": "It does i was unemployed for nearly 2 years in the 1980s it does drag you down .", "tokenized_text": ["it", "does", "i", "was", "unemployed", "for", "nearly", "2", "years", "in", "the", "1980s", "it", "does", "drag", "you", "down"]}, "2663": {"text": "I watched a few minutes of it the other night and felt sick .", "tokenized_text": ["i", "watched", "a", "few", "minutes", "of", "it", "the", "other", "night", "and", "felt", "sick"]}, "2664": {"text": "Disgusted that Birmingham has gone from the `` workshop of the world '' ( a city of a thousand trades ) to producing scumbags like this .", "tokenized_text": ["disgusted", "that", "birmingham", "has", "gone", "from", "the", "workshop", "of", "the", "world", "a", "city", "of", "a", "thousand", "trades", "to", "producing", "scumbags", "like", "this"]}, "2665": {"text": "i met my wife at the gun range which i was manager of at the time , a woman who shoots guns and hunts is a keeper for sure ..", "tokenized_text": ["i", "met", "my", "wife", "at", "the", "gun", "range", "which", "i", "was", "manager", "of", "at", "the", "time", "a", "woman", "who", "shoots", "guns", "and", "hunts", "is", "a", "keeper", "for", "sure"]}, "2666": {"text": "Children of Germany : more at Kinder Deutschlands | Alle Inhalte | DW.DE | 04.06.2014 Text says she is from Portugal , but looks racially mixed .", "tokenized_text": ["children", "of", "germany", "more", "at", "kinder", "deutschlands", "alle", "inhalte", "dw", "de", "04", "06", "2014", "text", "says", "she", "is", "from", "portugal", "but", "looks", "racially", "mixed"]}, "2667": {"text": "Somali Turkish Bosnian Colombian ( eye shape indicates Native American ancestry ) Albanian Moroccan Tunisian Thai Syrian refugees arrive Turkish group in Iserlohn , NRW First multireligious ( Christian-Jewish-Muslim ) religious building in Berlin http://www.pi-news.net/2014/06/berli ... gioese-kirche/", "tokenized_text": ["somali", "turkish", "bosnian", "colombian", "eye", "shape", "indicates", "native", "american", "ancestry", "albanian", "moroccan", "tunisian", "thai", "syrian", "refugees", "arrive", "turkish", "group", "in", "iserlohn", "nrw", "first", "multireligious", "christian", "jewish", "muslim", "religious", "building", "in", "berlin", "http", "www", "pi", "news", "net", "2014", "06", "berli", "gioese", "kirche"]}, "2668": {"text": "I'm glad you realized it .", "tokenized_text": ["i", "m", "glad", "you", "realized", "it"]}, "2669": {"text": "On another hand , being born was also a pretty stupid thing that you did , I hope you will try to correct that as well .", "tokenized_text": ["on", "another", "hand", "being", "born", "was", "also", "a", "pretty", "stupid", "thing", "that", "you", "did", "i", "hope", "you", "will", "try", "to", "correct", "that", "as", "well"]}, "2670": {"text": "Same here .", "tokenized_text": ["same", "here"]}, "2671": {"text": "I have no idea why they always have to fight each other when there are more important things they should do .", "tokenized_text": ["i", "have", "no", "idea", "why", "they", "always", "have", "to", "fight", "each", "other", "when", "there", "are", "more", "important", "things", "they", "should", "do"]}, "2672": {"text": "Correct.", "tokenized_text": ["correct"]}, "2673": {"text": "And they really are quite a frustrated group .", "tokenized_text": ["and", "they", "really", "are", "quite", "a", "frustrated", "group"]}, "2674": {"text": "From the changing of the guard to the changing of the negro .", "tokenized_text": ["from", "the", "changing", "of", "the", "guard", "to", "the", "changing", "of", "the", "negro"]}, "2675": {"text": "LOL .", "tokenized_text": ["lol"]}, "2676": {"text": "https://www.facebook.com/permalink.php?story_fbid=1493603624234498&id=14320 59370388924 Waterford Against Racism added 6 new photos .", "tokenized_text": ["https", "www", "facebook", "com", "permalink", "php", "story_fbid", "1493603624234498", "id", "14320", "59370388924", "waterford", "against", "racism", "added", "6", "new", "photos"]}, "2677": {"text": "4 hrs \u00b7 In a sinister development , Waterford Against Street Crime and Organised Begging has gained support from the Nationalist Movement - an ardently fascist , racist , anti-immigration , anti-multiculturalist , Islamophobic , homophobic organisation .", "tokenized_text": ["4", "hrs", "in", "a", "sinister", "development", "waterford", "against", "street", "crime", "and", "organised", "begging", "has", "gained", "support", "from", "the", "nationalist", "movement", "an", "ardently", "fascist", "racist", "anti", "immigration", "anti", "multiculturalist", "islamophobic", "homophobic", "organisation"]}, "2678": {"text": "NPD demonstration in Hamburg : 35 attendants .", "tokenized_text": ["npd", "demonstration", "in", "hamburg", "35", "attendants"]}, "2679": {"text": "Counter-demonstrators were said to be 800 .", "tokenized_text": ["counter", "demonstrators", "were", "said", "to", "be", "800"]}, "2680": {"text": "800 Demonstranten gegen NPD-Kundgebung / Aus dem Land / Schleswig-Holstein - KN - Kieler Nachrichten Kiel had an Kurd PKK demostration today .", "tokenized_text": ["800", "demonstranten", "gegen", "npd", "kundgebung", "aus", "dem", "land", "schleswig", "holstein", "kn", "kieler", "nachrichten", "kiel", "had", "an", "kurd", "pkk", "demostration", "today"]}, "2681": {"text": "Paper claims 250 - I was walking pass there and would estimate 100-200 demonstrators .", "tokenized_text": ["paper", "claims", "250", "i", "was", "walking", "pass", "there", "and", "would", "estimate", "100", "200", "demonstrators"]}, "2682": {"text": "Some Communists , some Kurdish Nationalists and some German Anti-War people .", "tokenized_text": ["some", "communists", "some", "kurdish", "nationalists", "and", "some", "german", "anti", "war", "people"]}, "2683": {"text": "Mostly they were playing loud kurdish music .", "tokenized_text": ["mostly", "they", "were", "playing", "loud", "kurdish", "music"]}, "2684": {"text": "Article of our local newspaper is subject to a charge .", "tokenized_text": ["article", "of", "our", "local", "newspaper", "is", "subject", "to", "a", "charge"]}, "2685": {"text": "Google translate : Google Translate", "tokenized_text": ["google", "translate", "google", "translate"]}, "2686": {"text": "Notice how not one of these Hungarians gave one good source validating their preposterous claims , they just came here to complain and start name calling , just as stupid liberals do .", "tokenized_text": ["notice", "how", "not", "one", "of", "these", "hungarians", "gave", "one", "good", "source", "validating", "their", "preposterous", "claims", "they", "just", "came", "here", "to", "complain", "and", "start", "name", "calling", "just", "as", "stupid", "liberals", "do"]}, "2687": {"text": "The comment I made was about the fact that Everton 's nickname is the Black Watch .", "tokenized_text": ["the", "comment", "i", "made", "was", "about", "the", "fact", "that", "everton", "s", "nickname", "is", "the", "black", "watch"]}, "2688": {"text": "There was nothing sectarian about my comments .", "tokenized_text": ["there", "was", "nothing", "sectarian", "about", "my", "comments"]}, "2689": {"text": "Few more pictures from Slovenia https : //www.stormfront.org/forum/show ... & postcount = 196 https : //www.stormfront.org/forum/show ... & postcount = 197 https : //www.stormfront.org/forum/show ... & postcount = 206 https : //www.stormfront.org/forum/show ... & postcount = 207", "tokenized_text": ["few", "more", "pictures", "from", "slovenia", "https", "www", "stormfront", "org", "forum", "show", "postcount", "196", "https", "www", "stormfront", "org", "forum", "show", "postcount", "197", "https", "www", "stormfront", "org", "forum", "show", "postcount", "206", "https", "www", "stormfront", "org", "forum", "show", "postcount", "207"]}, "2690": {"text": "This is really not European news , but everybody should know that after years of Lebanese and other arabs intimmidating white women on Cronulla beach and after the cowardly attack on two white life-savers ( !! ) the Lebanese got theirs yesterday .", "tokenized_text": ["this", "is", "really", "not", "european", "news", "but", "everybody", "should", "know", "that", "after", "years", "of", "lebanese", "and", "other", "arabs", "intimmidating", "white", "women", "on", "cronulla", "beach", "and", "after", "the", "cowardly", "attack", "on", "two", "white", "life", "savers", "the", "lebanese", "got", "theirs", "yesterday"]}, "2691": {"text": "Go to the Downunder section to read up on the news on how Arabs got their asses kicked and even the police were running away in fear .", "tokenized_text": ["go", "to", "the", "downunder", "section", "to", "read", "up", "on", "the", "news", "on", "how", "arabs", "got", "their", "asses", "kicked", "and", "even", "the", "police", "were", "running", "away", "in", "fear"]}, "2692": {"text": "Some nice pictures and videos too .", "tokenized_text": ["some", "nice", "pictures", "and", "videos", "too"]}, "2693": {"text": "https : //www.stormfront.org/forum/showthread.php ? t = 253531", "tokenized_text": ["https", "www", "stormfront", "org", "forum", "showthread", "php", "t", "253531"]}, "2694": {"text": "...the Jew shall have my Flesh , blood and bones and all ...", "tokenized_text": ["the", "jew", "shall", "have", "my", "flesh", "blood", "and", "bones", "and", "all"]}, "2695": {"text": "Anglo-Bank/New Central Bank HQ , Truth-Graf Protest , Wednesday 5th June , 2013 .", "tokenized_text": ["anglo", "bank", "new", "central", "bank", "hq", "truth", "graf", "protest", "wednesday", "5th", "june", "2013"]}, "2696": {"text": "Nationalists join the people of Ireland to attend the Rally For Life March in Dublin .", "tokenized_text": ["nationalists", "join", "the", "people", "of", "ireland", "to", "attend", "the", "rally", "for", "life", "march", "in", "dublin"]}, "2697": {"text": "Nationalists Attend Rally For Life 2013 - YouTube", "tokenized_text": ["nationalists", "attend", "rally", "for", "life", "2013", "youtube"]}, "2698": {"text": "Wait there is going to be anti-white people in Euro 2012 ?", "tokenized_text": ["wait", "there", "is", "going", "to", "be", "anti", "white", "people", "in", "euro", "2012"]}, "2699": {"text": "So there white and there against racism or they like monorities against whites ?", "tokenized_text": ["so", "there", "white", "and", "there", "against", "racism", "or", "they", "like", "monorities", "against", "whites"]}, "2700": {"text": "You do n't need to understand , he did n't say anything important , every second word is Jesus Christ or something about Orthodox Christianity .", "tokenized_text": ["you", "do", "n", "t", "need", "to", "understand", "he", "did", "n", "t", "say", "anything", "important", "every", "second", "word", "is", "jesus", "christ", "or", "something", "about", "orthodox", "christianity"]}, "2701": {"text": "It is true that Ireland has the lowest WN population in the world , or at least in Europe ?", "tokenized_text": ["it", "is", "true", "that", "ireland", "has", "the", "lowest", "wn", "population", "in", "the", "world", "or", "at", "least", "in", "europe"]}, "2702": {"text": "WTF is wrong with the Irish ??", "tokenized_text": ["wtf", "is", "wrong", "with", "the", "irish"]}, "2703": {"text": "https : //www.stormfront.org/forum/t795949-2/#post9151222", "tokenized_text": ["https", "www", "stormfront", "org", "forum", "t795949", "2", "post9151222"]}, "2704": {"text": "Yeah I think they 'd be much better off back home .", "tokenized_text": ["yeah", "i", "think", "they", "d", "be", "much", "better", "off", "back", "home"]}, "2705": {"text": "Especially I think it 's bad when they bring their children with them to the West , cause in many cases they grow up brainwashed with multicultural and degenerate propaganda like the locals .", "tokenized_text": ["especially", "i", "think", "it", "s", "bad", "when", "they", "bring", "their", "children", "with", "them", "to", "the", "west", "cause", "in", "many", "cases", "they", "grow", "up", "brainwashed", "with", "multicultural", "and", "degenerate", "propaganda", "like", "the", "locals"]}, "2706": {"text": "Thanks to everyone who listened to the radio show last night and apologies for the delay ( it was blocked by ubroadcast for a time ) .", "tokenized_text": ["thanks", "to", "everyone", "who", "listened", "to", "the", "radio", "show", "last", "night", "and", "apologies", "for", "the", "delay", "it", "was", "blocked", "by", "ubroadcast", "for", "a", "time"]}, "2707": {"text": "Anyone who want to listen to the broadcast can do so here > > > http://www.drmireland.com/audio.php There 's another broadcast on the 24th , see this message from Michael Quinn : ------------------------------------------ `` Freedom Of \ufeff Speech '' Has PREVAILED !", "tokenized_text": ["anyone", "who", "want", "to", "listen", "to", "the", "broadcast", "can", "do", "so", "here", "http", "www", "drmireland", "com", "audio", "php", "there", "s", "another", "broadcast", "on", "the", "24th", "see", "this", "message", "from", "michael", "quinn", "freedom", "of", "speech", "has", "prevailed"]}, "2708": {"text": "DRM Radio will be broadcasting it 's second show , live this coming Thursday the 23rd Dec , 8pm to 10pm on http://drmradio.ubroadcast.com/ Listeners to the show are welcome to send us material they would like to have read on-air during any of our live broadcasts .", "tokenized_text": ["drm", "radio", "will", "be", "broadcasting", "it", "s", "second", "show", "live", "this", "coming", "thursday", "the", "23rd", "dec", "8pm", "to", "10pm", "on", "http", "drmradio", "ubroadcast", "com", "listeners", "to", "the", "show", "are", "welcome", "to", "send", "us", "material", "they", "would", "like", "to", "have", "read", "on", "air", "during", "any", "of", "our", "live", "broadcasts"]}, "2709": {"text": "You can send it to us at drmradio@ymail.com.", "tokenized_text": ["you", "can", "send", "it", "to", "us", "at", "drmradio", "ymail", "com"]}, "2710": {"text": "Or call us on 085 2455043 between 9am to 10pm , Mon to Sat. Thank you , Michael Quinn .", "tokenized_text": ["or", "call", "us", "on", "085", "2455043", "between", "9am", "to", "10pm", "mon", "to", "sat", "thank", "you", "michael", "quinn"]}, "2711": {"text": "------------------------------------------ John", "tokenized_text": ["john"]}, "2712": {"text": "They are beating each other to death everywhere , just look what they do to each other in Africa .", "tokenized_text": ["they", "are", "beating", "each", "other", "to", "death", "everywhere", "just", "look", "what", "they", "do", "to", "each", "other", "in", "africa"]}, "2713": {"text": "We should just isolate them so those mutated monkeys can completely whipe each other out .", "tokenized_text": ["we", "should", "just", "isolate", "them", "so", "those", "mutated", "monkeys", "can", "completely", "whipe", "each", "other", "out"]}, "2714": {"text": "Hey, I 'm looking to meet new people maybe find myself a nice white boy .", "tokenized_text": ["hey", "i", "m", "looking", "to", "meet", "new", "people", "maybe", "find", "myself", "a", "nice", "white", "boy"]}, "2715": {"text": "I 'm 20 and in Vancouver .", "tokenized_text": ["i", "m", "20", "and", "in", "vancouver"]}, "2716": {"text": "I just moved back here from sask. And do n't know many people .", "tokenized_text": ["i", "just", "moved", "back", "here", "from", "sask", "and", "do", "n", "t", "know", "many", "people"]}, "2717": {"text": "I told my daughter if I saw one photo like that on her Facebook page , I 'd let her brother hack her account , then photoshop it at will .", "tokenized_text": ["i", "told", "my", "daughter", "if", "i", "saw", "one", "photo", "like", "that", "on", "her", "facebook", "page", "i", "d", "let", "her", "brother", "hack", "her", "account", "then", "photoshop", "it", "at", "will"]}, "2718": {"text": "where can i get more info on PU , like how big it is and stuff ? also want to get some better info on `` natiocracy '' and `` social nationalism ''", "tokenized_text": ["where", "can", "i", "get", "more", "info", "on", "pu", "like", "how", "big", "it", "is", "and", "stuff", "also", "want", "to", "get", "some", "better", "info", "on", "natiocracy", "and", "social", "nationalism"]}, "2719": {"text": "we all want the females that are smart and look like top model but imporant is to ask ourselves : do we deserve ?", "tokenized_text": ["we", "all", "want", "the", "females", "that", "are", "smart", "and", "look", "like", "top", "model", "but", "imporant", "is", "to", "ask", "ourselves", "do", "we", "deserve"]}, "2720": {"text": "Well I talk to her because no one else writes here except her and me , you only write here when she says something stupid , if I did n't write to her this place would just die off .", "tokenized_text": ["well", "i", "talk", "to", "her", "because", "no", "one", "else", "writes", "here", "except", "her", "and", "me", "you", "only", "write", "here", "when", "she", "says", "something", "stupid", "if", "i", "did", "n", "t", "write", "to", "her", "this", "place", "would", "just", "die", "off"]}, "2721": {"text": "I proved that fyromanians are blind people and if I show them picture of beautiful white bulgarian girl and not told them that she is bulgarian they will see at her as a white european which is it , instead of calling her `` tatar '' or `` mongol '' which is not .", "tokenized_text": ["i", "proved", "that", "fyromanians", "are", "blind", "people", "and", "if", "i", "show", "them", "picture", "of", "beautiful", "white", "bulgarian", "girl", "and", "not", "told", "them", "that", "she", "is", "bulgarian", "they", "will", "see", "at", "her", "as", "a", "white", "european", "which", "is", "it", "instead", "of", "calling", "her", "tatar", "or", "mongol", "which", "is", "not"]}, "2722": {"text": "Oh... and I was going to use this idea next time I met a girl .", "tokenized_text": ["oh", "and", "i", "was", "going", "to", "use", "this", "idea", "next", "time", "i", "met", "a", "girl"]}, "2723": {"text": "Note to self : lose the wombat .", "tokenized_text": ["note", "to", "self", "lose", "the", "wombat"]}, "2724": {"text": "Maybe try a badger instead ?", "tokenized_text": ["maybe", "try", "a", "badger", "instead"]}, "2725": {"text": "Finding ourselves having to live here in annexed Aztlan is all the more reason to band together .", "tokenized_text": ["finding", "ourselves", "having", "to", "live", "here", "in", "annexed", "aztlan", "is", "all", "the", "more", "reason", "to", "band", "together"]}, "2726": {"text": "Behind every avatar is an actual person , and we can even meet .", "tokenized_text": ["behind", "every", "avatar", "is", "an", "actual", "person", "and", "we", "can", "even", "meet"]}, "2727": {"text": "I 've seen it happen .", "tokenized_text": ["i", "ve", "seen", "it", "happen"]}, "2728": {"text": "Brother You remind Me of a Young Meatloaf !", "tokenized_text": ["brother", "you", "remind", "me", "of", "a", "young", "meatloaf"]}, "2729": {"text": "Awesome band back in the day !", "tokenized_text": ["awesome", "band", "back", "in", "the", "day"]}, "2730": {"text": "Hell of a show as well !", "tokenized_text": ["hell", "of", "a", "show", "as", "well"]}, "2731": {"text": "White Power Brother !", "tokenized_text": ["white", "power", "brother"]}, "2732": {"text": "I'll put money on it Amy this is the photo the females hate you are a stunning girl do n't let no1 drag you down .", "tokenized_text": ["i", "ll", "put", "money", "on", "it", "amy", "this", "is", "the", "photo", "the", "females", "hate", "you", "are", "a", "stunning", "girl", "do", "n", "t", "let", "no1", "drag", "you", "down"]}, "2733": {"text": "You changed your name .", "tokenized_text": ["you", "changed", "your", "name"]}, "2734": {"text": "I knew I had never seen that name on here before and you have so many post then I clicked on your profile and saw it was you Lyn .", "tokenized_text": ["i", "knew", "i", "had", "never", "seen", "that", "name", "on", "here", "before", "and", "you", "have", "so", "many", "post", "then", "i", "clicked", "on", "your", "profile", "and", "saw", "it", "was", "you", "lyn"]}, "2735": {"text": "Well for all of my friends down there , we all got thrown out of the big local bar in this little town and it 's all my fault hahahahahaha I do n't think we 'll be welcome back for a LONG time .", "tokenized_text": ["well", "for", "all", "of", "my", "friends", "down", "there", "we", "all", "got", "thrown", "out", "of", "the", "big", "local", "bar", "in", "this", "little", "town", "and", "it", "s", "all", "my", "fault", "hahahahahaha", "i", "do", "n", "t", "think", "we", "ll", "be", "welcome", "back", "for", "a", "long", "time"]}, "2736": {"text": "I swear , you ca n't take us anywhere .....", "tokenized_text": ["i", "swear", "you", "ca", "n", "t", "take", "us", "anywhere"]}, "2737": {"text": "Ok Ignore the one pic. that is n't so good ....", "tokenized_text": ["ok", "ignore", "the", "one", "pic", "that", "is", "n", "t", "so", "good"]}, "2738": {"text": "What color hair looks best ? the one in the middle is the natural color ... but i like to color it because in the summer it turns a weird color that isnt very pretty ...", "tokenized_text": ["what", "color", "hair", "looks", "best", "the", "one", "in", "the", "middle", "is", "the", "natural", "color", "but", "i", "like", "to", "color", "it", "because", "in", "the", "summer", "it", "turns", "a", "weird", "color", "that", "isnt", "very", "pretty"]}, "2739": {"text": "To me and the rest of my commrades on this wonderfull White Day !!! I hope you have loads of fun and be safe !!!!", "tokenized_text": ["to", "me", "and", "the", "rest", "of", "my", "commrades", "on", "this", "wonderfull", "white", "day", "i", "hope", "you", "have", "loads", "of", "fun", "and", "be", "safe"]}, "2740": {"text": "Ok here 's mine , not a very good picture of me but it 's the only one i have at the moment .", "tokenized_text": ["ok", "here", "s", "mine", "not", "a", "very", "good", "picture", "of", "me", "but", "it", "s", "the", "only", "one", "i", "have", "at", "the", "moment"]}, "2741": {"text": "I want to thank you for responding to my thread .", "tokenized_text": ["i", "want", "to", "thank", "you", "for", "responding", "to", "my", "thread"]}, "2742": {"text": "And the general idea is to pick anyone on the site thats logged in to say hello .", "tokenized_text": ["and", "the", "general", "idea", "is", "to", "pick", "anyone", "on", "the", "site", "thats", "logged", "in", "to", "say", "hello"]}, "2743": {"text": "Oh and by the way WECOME TO STROMFRONT 100 % WHITE POWER WAR SKINS 2508", "tokenized_text": ["oh", "and", "by", "the", "way", "wecome", "to", "stromfront", "100", "white", "power", "war", "skins", "2508"]}, "2744": {"text": "Looking for a white girl in Virginia ( of all places ) around 21-25 .", "tokenized_text": ["looking", "for", "a", "white", "girl", "in", "virginia", "of", "all", "places", "around", "21", "25"]}, "2745": {"text": "I am 24 , like to hang out in my local bar have few ones and place music as much as i can .", "tokenized_text": ["i", "am", "24", "like", "to", "hang", "out", "in", "my", "local", "bar", "have", "few", "ones", "and", "place", "music", "as", "much", "as", "i", "can"]}, "2746": {"text": "I am 6 ' 0 around 160lbs 100 % Hungarian. anyone out there ???? 16", "tokenized_text": ["i", "am", "6", "0", "around", "160lbs", "100", "hungarian", "anyone", "out", "there", "16"]}, "2747": {"text": "And you get credit for that ?", "tokenized_text": ["and", "you", "get", "credit", "for", "that"]}, "2748": {"text": "That 's like the class where you get credit for learning how to sleep .", "tokenized_text": ["that", "s", "like", "the", "class", "where", "you", "get", "credit", "for", "learning", "how", "to", "sleep"]}, "2749": {"text": "No wonder this country is in trouble", "tokenized_text": ["no", "wonder", "this", "country", "is", "in", "trouble"]}, "2750": {"text": "HELLO, Angel , just wanted to say hi i live in cal but e mail me if you want to . white on sister 9", "tokenized_text": ["hello", "angel", "just", "wanted", "to", "say", "hi", "i", "live", "in", "cal", "but", "e", "mail", "me", "if", "you", "want", "to", "white", "on", "sister", "9"]}, "2751": {"text": "This past long weekend Aug 6th , 2007 , my buddy and I trailered his boat to the desert town of Osoyoos , British Columbia .", "tokenized_text": ["this", "past", "long", "weekend", "aug", "6th", "2007", "my", "buddy", "and", "i", "trailered", "his", "boat", "to", "the", "desert", "town", "of", "osoyoos", "british", "columbia"]}, "2752": {"text": "This is got to be one of the few places in the world where you can drive 4-5 hours and go from rain forests to desert .", "tokenized_text": ["this", "is", "got", "to", "be", "one", "of", "the", "few", "places", "in", "the", "world", "where", "you", "can", "drive", "4", "5", "hours", "and", "go", "from", "rain", "forests", "to", "desert"]}, "2753": {"text": "The green strip is a well watered vineyard : Much of this lake is very shallow .", "tokenized_text": ["the", "green", "strip", "is", "a", "well", "watered", "vineyard", "much", "of", "this", "lake", "is", "very", "shallow"]}, "2754": {"text": "You could be 500 feet offshore and still only be knee deep in water .", "tokenized_text": ["you", "could", "be", "500", "feet", "offshore", "and", "still", "only", "be", "knee", "deep", "in", "water"]}, "2755": {"text": "But there are places that go as deep as 150 feet .", "tokenized_text": ["but", "there", "are", "places", "that", "go", "as", "deep", "as", "150", "feet"]}, "2756": {"text": "The owner of that little white boat on the right claims he 's had it up to 119 mph. Hmm .", "tokenized_text": ["the", "owner", "of", "that", "little", "white", "boat", "on", "the", "right", "claims", "he", "s", "had", "it", "up", "to", "119", "mph", "hmm"]}, "2757": {"text": "A 750 lb boat with a 280 hp motor .", "tokenized_text": ["a", "750", "lb", "boat", "with", "a", "280", "hp", "motor"]}, "2758": {"text": "Guess it could be .", "tokenized_text": ["guess", "it", "could", "be"]}, "2759": {"text": "My buddy 's boat is anchored beside it .", "tokenized_text": ["my", "buddy", "s", "boat", "is", "anchored", "beside", "it"]}, "2760": {"text": "This was taken Monday morning .", "tokenized_text": ["this", "was", "taken", "monday", "morning"]}, "2761": {"text": "It was alot busier Saturday and Sunday .", "tokenized_text": ["it", "was", "alot", "busier", "saturday", "and", "sunday"]}, "2762": {"text": "Being the asocial person I am , I preferred fewer people .", "tokenized_text": ["being", "the", "asocial", "person", "i", "am", "i", "preferred", "fewer", "people"]}, "2763": {"text": "Monday afternoon .", "tokenized_text": ["monday", "afternoon"]}, "2764": {"text": "A few more people still holidaying .", "tokenized_text": ["a", "few", "more", "people", "still", "holidaying"]}, "2765": {"text": "My buddy 's boat .", "tokenized_text": ["my", "buddy", "s", "boat"]}, "2766": {"text": "This is rattle snake territory .", "tokenized_text": ["this", "is", "rattle", "snake", "territory"]}, "2767": {"text": "The vegitation here has a lot of these tree with thorny burrs .", "tokenized_text": ["the", "vegitation", "here", "has", "a", "lot", "of", "these", "tree", "with", "thorny", "burrs"]}, "2768": {"text": "The following pictures were taken this morning at sunrise on top of Mount Strachan , Cypress Provincial Park , West Vancouver -- 1432m ( 4,750 feet ) .", "tokenized_text": ["the", "following", "pictures", "were", "taken", "this", "morning", "at", "sunrise", "on", "top", "of", "mount", "strachan", "cypress", "provincial", "park", "west", "vancouver", "1432m", "4", "750", "feet"]}, "2769": {"text": "The two peaks , center picture are The Lions .", "tokenized_text": ["the", "two", "peaks", "center", "picture", "are", "the", "lions"]}, "2770": {"text": "The heart of the sunrise .", "tokenized_text": ["the", "heart", "of", "the", "sunrise"]}, "2771": {"text": "Still snow up there and that is on a south face slope so it gets sun there .", "tokenized_text": ["still", "snow", "up", "there", "and", "that", "is", "on", "a", "south", "face", "slope", "so", "it", "gets", "sun", "there"]}, "2772": {"text": "Over looking Howe Sound .", "tokenized_text": ["over", "looking", "howe", "sound"]}, "2773": {"text": "In the winter this area is fenced off with signs with skull and cross bones that say ' Danger , do not go beyond this point . '", "tokenized_text": ["in", "the", "winter", "this", "area", "is", "fenced", "off", "with", "signs", "with", "skull", "and", "cross", "bones", "that", "say", "danger", "do", "not", "go", "beyond", "this", "point"]}, "2774": {"text": "Yet every year a snow boarder or skier see the untouched snow and ca n't resist and ends up going over a 1,000 foot cliff to his death .", "tokenized_text": ["yet", "every", "year", "a", "snow", "boarder", "or", "skier", "see", "the", "untouched", "snow", "and", "ca", "n", "t", "resist", "and", "ends", "up", "going", "over", "a", "1", "000", "foot", "cliff", "to", "his", "death"]}, "2775": {"text": "I was n't able to attend the last event but really would like to met some normal people in San Diego .", "tokenized_text": ["i", "was", "n", "t", "able", "to", "attend", "the", "last", "event", "but", "really", "would", "like", "to", "met", "some", "normal", "people", "in", "san", "diego"]}, "2776": {"text": "Does anyone want to meet somewhere within the next few weeks ?", "tokenized_text": ["does", "anyone", "want", "to", "meet", "somewhere", "within", "the", "next", "few", "weeks"]}, "2777": {"text": "Maybe spread some HATE and intolerance ?", "tokenized_text": ["maybe", "spread", "some", "hate", "and", "intolerance"]}, "2778": {"text": "I had another picture on here at one point , with my old account , but it must be in the old thread .", "tokenized_text": ["i", "had", "another", "picture", "on", "here", "at", "one", "point", "with", "my", "old", "account", "but", "it", "must", "be", "in", "the", "old", "thread"]}, "2779": {"text": "Welcome, its always great to see new members on .", "tokenized_text": ["welcome", "its", "always", "great", "to", "see", "new", "members", "on"]}, "2780": {"text": "Theres a wealth of information and alot of great people on here .", "tokenized_text": ["theres", "a", "wealth", "of", "information", "and", "alot", "of", "great", "people", "on", "here"]}, "2781": {"text": "I used to enter horse competitions until I was thrown off one and broke my leg .", "tokenized_text": ["i", "used", "to", "enter", "horse", "competitions", "until", "i", "was", "thrown", "off", "one", "and", "broke", "my", "leg"]}, "2782": {"text": "Now I will not go near them .", "tokenized_text": ["now", "i", "will", "not", "go", "near", "them"]}, "2783": {"text": "Observer14.........", "tokenized_text": ["observer14"]}, "2784": {"text": "I am in agreeance with you about this haven being a great place to speak out and vent the anger we get from living in Zogworld .", "tokenized_text": ["i", "am", "in", "agreeance", "with", "you", "about", "this", "haven", "being", "a", "great", "place", "to", "speak", "out", "and", "vent", "the", "anger", "we", "get", "from", "living", "in", "zogworld"]}, "2785": {"text": "WP WP WP WP", "tokenized_text": ["wp", "wp", "wp", "wp"]}, "2786": {"text": "There is more to race than just skin color .", "tokenized_text": ["there", "is", "more", "to", "race", "than", "just", "skin", "color"]}, "2787": {"text": "I guess us whites who tan for most of the year stop being whites save for a few winter days , eh ?", "tokenized_text": ["i", "guess", "us", "whites", "who", "tan", "for", "most", "of", "the", "year", "stop", "being", "whites", "save", "for", "a", "few", "winter", "days", "eh"]}, "2788": {"text": "I like the Japanese , i really do .", "tokenized_text": ["i", "like", "the", "japanese", "i", "really", "do"]}, "2789": {"text": "I have nothing against them .", "tokenized_text": ["i", "have", "nothing", "against", "them"]}, "2790": {"text": "I respect them .", "tokenized_text": ["i", "respect", "them"]}, "2791": {"text": "Awwwwww, that so sweet .", "tokenized_text": ["awwwwww", "that", "so", "sweet"]}, "2792": {"text": "So I should probaly start working on the biscuits and gravy for breakfast when you come up then , huh ?", "tokenized_text": ["so", "i", "should", "probaly", "start", "working", "on", "the", "biscuits", "and", "gravy", "for", "breakfast", "when", "you", "come", "up", "then", "huh"]}, "2793": {"text": "I am a 33 year old single white male in northern Virginia .", "tokenized_text": ["i", "am", "a", "33", "year", "old", "single", "white", "male", "in", "northern", "virginia"]}, "2794": {"text": "All lovely white ladies are welcome to chat with me .", "tokenized_text": ["all", "lovely", "white", "ladies", "are", "welcome", "to", "chat", "with", "me"]}, "2795": {"text": "Hey there I 'm just up the mountain from u .", "tokenized_text": ["hey", "there", "i", "m", "just", "up", "the", "mountain", "from", "u"]}, "2796": {"text": "In BB .", "tokenized_text": ["in", "bb"]}, "2797": {"text": "If u wanna chat drop me a line RaHoWa !", "tokenized_text": ["if", "u", "wanna", "chat", "drop", "me", "a", "line", "rahowa"]}, "2798": {"text": "I'm 6 ' 1 \" , my wife was 5 ' 4 \" , I dunno if that counts as tall vs short .", "tokenized_text": ["i", "m", "6", "1", "my", "wife", "was", "5", "4", "i", "dunno", "if", "that", "counts", "as", "tall", "vs", "short"]}, "2799": {"text": "Me , I love ' em any height .", "tokenized_text": ["me", "i", "love", "em", "any", "height"]}, "2800": {"text": "Let me be the first to say WELCOME to SF .", "tokenized_text": ["let", "me", "be", "the", "first", "to", "say", "welcome", "to", "sf"]}, "2801": {"text": "There are too many wonderful people on here to mention .. you will meet them soon enough .", "tokenized_text": ["there", "are", "too", "many", "wonderful", "people", "on", "here", "to", "mention", "you", "will", "meet", "them", "soon", "enough"]}, "2802": {"text": "Good luck !", "tokenized_text": ["good", "luck"]}, "2803": {"text": "haha, definitly not injuns .", "tokenized_text": ["haha", "definitly", "not", "injuns"]}, "2804": {"text": "That 's the Norweigian black metal band Emperor .", "tokenized_text": ["that", "s", "the", "norweigian", "black", "metal", "band", "emperor"]}, "2805": {"text": "They 're music is one of the reasons I decided to become a white nationalist in the first place .", "tokenized_text": ["they", "re", "music", "is", "one", "of", "the", "reasons", "i", "decided", "to", "become", "a", "white", "nationalist", "in", "the", "first", "place"]}, "2806": {"text": "Black metal is about preserving European culture and values .", "tokenized_text": ["black", "metal", "is", "about", "preserving", "european", "culture", "and", "values"]}, "2807": {"text": "open a new shop somewhere get my son more interested in education ( he hates school ) help mor ein my community try to whiten things up > >", "tokenized_text": ["open", "a", "new", "shop", "somewhere", "get", "my", "son", "more", "interested", "in", "education", "he", "hates", "school", "help", "mor", "ein", "my", "community", "try", "to", "whiten", "things", "up"]}, "2808": {"text": "sorry sisters and brothers but she lie to you she was not what she said she was fake used me and a other brother the same time so watch her ? say safe goldeboy 88", "tokenized_text": ["sorry", "sisters", "and", "brothers", "but", "she", "lie", "to", "you", "she", "was", "not", "what", "she", "said", "she", "was", "fake", "used", "me", "and", "a", "other", "brother", "the", "same", "time", "so", "watch", "her", "say", "safe", "goldeboy", "88"]}, "2809": {"text": "hello i dont speak german but i am a very proud white boy , and id love to chat , drop me a line", "tokenized_text": ["hello", "i", "dont", "speak", "german", "but", "i", "am", "a", "very", "proud", "white", "boy", "and", "id", "love", "to", "chat", "drop", "me", "a", "line"]}, "2810": {"text": "I am in Orlando , and I am also searching for people who are proud of their heritage. email if you are intrested in talking", "tokenized_text": ["i", "am", "in", "orlando", "and", "i", "am", "also", "searching", "for", "people", "who", "are", "proud", "of", "their", "heritage", "email", "if", "you", "are", "intrested", "in", "talking"]}, "2811": {"text": "Hang in their it will happen. seems it takes some woman years to figure out they dont like being treated bad. keep being nice but not a pushover .", "tokenized_text": ["hang", "in", "their", "it", "will", "happen", "seems", "it", "takes", "some", "woman", "years", "to", "figure", "out", "they", "dont", "like", "being", "treated", "bad", "keep", "being", "nice", "but", "not", "a", "pushover"]}, "2812": {"text": "Thanks...", "tokenized_text": ["thanks"]}, "2813": {"text": "I 'm more into wolves than lions .", "tokenized_text": ["i", "m", "more", "into", "wolves", "than", "lions"]}, "2814": {"text": "I have a bunch more pics if anyone wants to see ' em. just drop me an email .", "tokenized_text": ["i", "have", "a", "bunch", "more", "pics", "if", "anyone", "wants", "to", "see", "em", "just", "drop", "me", "an", "email"]}, "2815": {"text": "Einherjer88@hotmail.com", "tokenized_text": ["einherjer88", "hotmail", "com"]}, "2816": {"text": "KC skin boy looking for KC skin girl .", "tokenized_text": ["kc", "skin", "boy", "looking", "for", "kc", "skin", "girl"]}, "2817": {"text": "I 'm all alone and looking for companionship , where 'd all the good girls go ? send me a pm or email at skin14 _ 88@hotmail.com", "tokenized_text": ["i", "m", "all", "alone", "and", "looking", "for", "companionship", "where", "d", "all", "the", "good", "girls", "go", "send", "me", "a", "pm", "or", "email", "at", "skin14", "_", "88", "hotmail", "com"]}, "2818": {"text": "Hey j.p. i called the number you left me in my mail a couple of weeks ago but they said they never heard of ya , i e-mailed you back and havent heard back , shoot me yopur #again .", "tokenized_text": ["hey", "j", "p", "i", "called", "the", "number", "you", "left", "me", "in", "my", "mail", "a", "couple", "of", "weeks", "ago", "but", "they", "said", "they", "never", "heard", "of", "ya", "i", "e", "mailed", "you", "back", "and", "havent", "heard", "back", "shoot", "me", "yopur", "again"]}, "2819": {"text": "I live on Long Island , need to get a new drivers license , but when I do , Im up for travelling .", "tokenized_text": ["i", "live", "on", "long", "island", "need", "to", "get", "a", "new", "drivers", "license", "but", "when", "i", "do", "im", "up", "for", "travelling"]}, "2820": {"text": "Draco", "tokenized_text": ["draco"]}, "2821": {"text": "well since we have all of us from phoenix lets exchange numbers and meet up dont laugh at the email addy it was a joke hehe pure _ tattooed _ white _ trash@yahoo.com", "tokenized_text": ["well", "since", "we", "have", "all", "of", "us", "from", "phoenix", "lets", "exchange", "numbers", "and", "meet", "up", "dont", "laugh", "at", "the", "email", "addy", "it", "was", "a", "joke", "hehe", "pure", "_", "tattooed", "_", "white", "_", "trash", "yahoo", "com"]}, "2822": {"text": "Where did you go to school in Oregon ?", "tokenized_text": ["where", "did", "you", "go", "to", "school", "in", "oregon"]}, "2823": {"text": "I grew up there but just moved to Santa Barbara for grad school .", "tokenized_text": ["i", "grew", "up", "there", "but", "just", "moved", "to", "santa", "barbara", "for", "grad", "school"]}, "2824": {"text": "Cheers , Edward", "tokenized_text": ["cheers", "edward"]}, "2825": {"text": "That little one is adorable !", "tokenized_text": ["that", "little", "one", "is", "adorable"]}, "2826": {"text": "On a scale of cute babies I 'd say this little man scores a 10 all the way around .", "tokenized_text": ["on", "a", "scale", "of", "cute", "babies", "i", "d", "say", "this", "little", "man", "scores", "a", "10", "all", "the", "way", "around"]}, "2827": {"text": "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .", "tokenized_text": ["hell", "i", "d", "rather", "clean", "a", "dozen", "tiolets", "a", "day", "then", "have", "to", "walk", "into", "a", "bathroom", "and", "see", "some", "mongrel", "standing", "there", "with", "a", "mop", "giving", "me", "a", "glassy", "eyed", "stare"]}, "2828": {"text": "Don't bother .", "tokenized_text": ["don", "t", "bother"]}, "2829": {"text": "It 's there .", "tokenized_text": ["it", "s", "there"]}, "2830": {"text": "http://www.islandnet.com/~kpolsson/d...s/disn1965.htm March 14 The NBC TV network airs the Walt Disney 's Wonderful World of Color show , featuring Kilroy , part one .", "tokenized_text": ["http", "www", "islandnet", "com", "kpolsson", "d", "s", "disn1965", "htm", "march", "14", "the", "nbc", "tv", "network", "airs", "the", "walt", "disney", "s", "wonderful", "world", "of", "color", "show", "featuring", "kilroy", "part", "one"]}, "2831": {"text": "[ 85.362 ] [ 228.275 ] March 21 The NBC TV network airs the Walt Disney 's Wonderful World of Color show , featuring Kilroy , part two .", "tokenized_text": ["85", "362", "228", "275", "march", "21", "the", "nbc", "tv", "network", "airs", "the", "walt", "disney", "s", "wonderful", "world", "of", "color", "show", "featuring", "kilroy", "part", "two"]}, "2832": {"text": "[ 85.362 ] [ 228.275 ] March 28 The NBC TV network airs the Walt Disney 's Wonderful World of Color show , featuring Kilroy , part three .", "tokenized_text": ["85", "362", "228", "275", "march", "28", "the", "nbc", "tv", "network", "airs", "the", "walt", "disney", "s", "wonderful", "world", "of", "color", "show", "featuring", "kilroy", "part", "three"]}, "2833": {"text": "[ 85.362 ] [ 228.275 ] April 4 The NBC TV network airs the Walt Disney 's Wonderful World of Color show , featuring Kilroy , part four .", "tokenized_text": ["85", "362", "228", "275", "april", "4", "the", "nbc", "tv", "network", "airs", "the", "walt", "disney", "s", "wonderful", "world", "of", "color", "show", "featuring", "kilroy", "part", "four"]}, "2834": {"text": "[ 85.362 ] [ 228.275 ]", "tokenized_text": ["85", "362", "228", "275"]}, "2835": {"text": "I lived in texas when i was younger , i know how tough some things can get . `` rasslin animals '' is half the fun", "tokenized_text": ["i", "lived", "in", "texas", "when", "i", "was", "younger", "i", "know", "how", "tough", "some", "things", "can", "get", "rasslin", "animals", "is", "half", "the", "fun"]}, "2836": {"text": "Looks like JJT has again taken the lead .", "tokenized_text": ["looks", "like", "jjt", "has", "again", "taken", "the", "lead"]}, "2837": {"text": "Let 's hope it stays and the New Year brings in more people like this great man .", "tokenized_text": ["let", "s", "hope", "it", "stays", "and", "the", "new", "year", "brings", "in", "more", "people", "like", "this", "great", "man"]}, "2838": {"text": "Are there any ple`s started yet then ? and if so where are they so we can check them out maybe we will move to one .", "tokenized_text": ["are", "there", "any", "ple", "s", "started", "yet", "then", "and", "if", "so", "where", "are", "they", "so", "we", "can", "check", "them", "out", "maybe", "we", "will", "move", "to", "one"]}, "2839": {"text": "This flier addresses three of the goals that I work hard to accomplish .", "tokenized_text": ["this", "flier", "addresses", "three", "of", "the", "goals", "that", "i", "work", "hard", "to", "accomplish"]}, "2840": {"text": "1 .", "tokenized_text": ["1"]}, "2841": {"text": "Living in a boarder state , Texas , the problems of illegal aliens is , naturally , a stark reality , and let me add that the only solution that I see is the implimentation of U.S. Troops as guards on the Mexican boarder .", "tokenized_text": ["living", "in", "a", "boarder", "state", "texas", "the", "problems", "of", "illegal", "aliens", "is", "naturally", "a", "stark", "reality", "and", "let", "me", "add", "that", "the", "only", "solution", "that", "i", "see", "is", "the", "implimentation", "of", "u", "s", "troops", "as", "guards", "on", "the", "mexican", "boarder"]}, "2842": {"text": "2 .", "tokenized_text": ["2"]}, "2843": {"text": "Supporting our men and women in the armed forces .", "tokenized_text": ["supporting", "our", "men", "and", "women", "in", "the", "armed", "forces"]}, "2844": {"text": "In another thread , I was railed by several respectable members of StormFront for my unconditional support of our troops .", "tokenized_text": ["in", "another", "thread", "i", "was", "railed", "by", "several", "respectable", "members", "of", "stormfront", "for", "my", "unconditional", "support", "of", "our", "troops"]}, "2845": {"text": "This flier makes it easier for everyone to get behind our troops , by moving them out of Iraq , and to a location where they will be performing according to the U.S. Constitution .", "tokenized_text": ["this", "flier", "makes", "it", "easier", "for", "everyone", "to", "get", "behind", "our", "troops", "by", "moving", "them", "out", "of", "iraq", "and", "to", "a", "location", "where", "they", "will", "be", "performing", "according", "to", "the", "u", "s", "constitution"]}, "2846": {"text": "`` Defend our Boarders . '' 3 .", "tokenized_text": ["defend", "our", "boarders", "3"]}, "2847": {"text": "Educating the Lemmings in reguard to the Isreali agenda , which is fighting a war for the Jew 's benifit not America 's .", "tokenized_text": ["educating", "the", "lemmings", "in", "reguard", "to", "the", "isreali", "agenda", "which", "is", "fighting", "a", "war", "for", "the", "jew", "s", "benifit", "not", "america", "s"]}, "2848": {"text": "This coming week , I will be sliding hundreds of these fliers under the windshield wipers of cars in the mall parking lots in the Houston area .", "tokenized_text": ["this", "coming", "week", "i", "will", "be", "sliding", "hundreds", "of", "these", "fliers", "under", "the", "windshield", "wipers", "of", "cars", "in", "the", "mall", "parking", "lots", "in", "the", "houston", "area"]}, "2849": {"text": "I urge all White Nationalist in this area to do the same .", "tokenized_text": ["i", "urge", "all", "white", "nationalist", "in", "this", "area", "to", "do", "the", "same"]}, "2850": {"text": "If you plan to work a particular mall in the Houston area , please PM me , so we can coordinate , and cover more area .", "tokenized_text": ["if", "you", "plan", "to", "work", "a", "particular", "mall", "in", "the", "houston", "area", "please", "pm", "me", "so", "we", "can", "coordinate", "and", "cover", "more", "area"]}, "2851": {"text": "Gee , I may finally make the news for doing something other than being an ugly Harley Rider in a `` No Ugly Zone . ''", "tokenized_text": ["gee", "i", "may", "finally", "make", "the", "news", "for", "doing", "something", "other", "than", "being", "an", "ugly", "harley", "rider", "in", "a", "no", "ugly", "zone"]}, "2852": {"text": "MrBadgerSir", "tokenized_text": ["mrbadgersir"]}, "2853": {"text": "This looks really good Peachy .", "tokenized_text": ["this", "looks", "really", "good", "peachy"]}, "2854": {"text": "And if we had just a few hundred more people on this data base thread , we would have those open PLEs by now .", "tokenized_text": ["and", "if", "we", "had", "just", "a", "few", "hundred", "more", "people", "on", "this", "data", "base", "thread", "we", "would", "have", "those", "open", "ples", "by", "now"]}, "2855": {"text": "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .", "tokenized_text": ["this", "is", "from", "the", "back", "file", "at", "stormfront", "s", "advanced", "scout", "forum", "which", "is", "solely", "devoted", "to", "promoting", "the", "pioneer", "litte", "europe", "strategy"]}, "2856": {"text": "I dont doubt what your saying about the BNP and i hope they do well .", "tokenized_text": ["i", "dont", "doubt", "what", "your", "saying", "about", "the", "bnp", "and", "i", "hope", "they", "do", "well"]}, "2857": {"text": "As i say iam active in another party and their meeting was where i live so i thought i would turn up .", "tokenized_text": ["as", "i", "say", "iam", "active", "in", "another", "party", "and", "their", "meeting", "was", "where", "i", "live", "so", "i", "thought", "i", "would", "turn", "up"]}, "2858": {"text": "I even thought of showing up to their paper sell outside of Heathway train station on the following saturday", "tokenized_text": ["i", "even", "thought", "of", "showing", "up", "to", "their", "paper", "sell", "outside", "of", "heathway", "train", "station", "on", "the", "following", "saturday"]}, "2859": {"text": "Thanks for the posting and all they contains .", "tokenized_text": ["thanks", "for", "the", "posting", "and", "all", "they", "contains"]}, "2860": {"text": "C Cheers to all my WHITE BROTHERS AND SISTERS .", "tokenized_text": ["c", "cheers", "to", "all", "my", "white", "brothers", "and", "sisters"]}, "2861": {"text": "[ COLOR = `` Red '' ] FOREVER WHITE AND PROUD TON", "tokenized_text": ["color", "red", "forever", "white", "and", "proud", "ton"]}, "2862": {"text": "Thank you for this update .", "tokenized_text": ["thank", "you", "for", "this", "update"]}, "2863": {"text": "And anyone who reads it is asked to bump it into view ( by simply commenting ) for the many others who need know .", "tokenized_text": ["and", "anyone", "who", "reads", "it", "is", "asked", "to", "bump", "it", "into", "view", "by", "simply", "commenting", "for", "the", "many", "others", "who", "need", "know"]}, "2864": {"text": "Your idea sounds like the perfect plan for creating WN crack houses and a bunch of lay around druggies and drunks .", "tokenized_text": ["your", "idea", "sounds", "like", "the", "perfect", "plan", "for", "creating", "wn", "crack", "houses", "and", "a", "bunch", "of", "lay", "around", "druggies", "and", "drunks"]}, "2865": {"text": "Bless you Mr. Duke !", "tokenized_text": ["bless", "you", "mr", "duke"]}, "2866": {"text": "Your videos are excellent and you 're one of the most enlightened Whites in our struggle .", "tokenized_text": ["your", "videos", "are", "excellent", "and", "you", "re", "one", "of", "the", "most", "enlightened", "whites", "in", "our", "struggle"]}, "2867": {"text": "I wish you every success .", "tokenized_text": ["i", "wish", "you", "every", "success"]}, "2868": {"text": "But you get alot of American White nationalists or Nazis claiming to want all non-White descendants out of America but America is not a native White continent or country .", "tokenized_text": ["but", "you", "get", "alot", "of", "american", "white", "nationalists", "or", "nazis", "claiming", "to", "want", "all", "non", "white", "descendants", "out", "of", "america", "but", "america", "is", "not", "a", "native", "white", "continent", "or", "country"]}, "2869": {"text": "Great thread and welcome to the South.So glad you left that crumbling state of California.North Ga , Tenn. , and N. Alabama are wonderful places to be among our own people .", "tokenized_text": ["great", "thread", "and", "welcome", "to", "the", "south", "so", "glad", "you", "left", "that", "crumbling", "state", "of", "california", "north", "ga", "tenn", "and", "n", "alabama", "are", "wonderful", "places", "to", "be", "among", "our", "own", "people"]}, "2870": {"text": "The media will praise and encourage the non-white establishment while denoucing and degrading the White man 's establishments .", "tokenized_text": ["the", "media", "will", "praise", "and", "encourage", "the", "non", "white", "establishment", "while", "denoucing", "and", "degrading", "the", "white", "man", "s", "establishments"]}, "2871": {"text": "That is persecution .", "tokenized_text": ["that", "is", "persecution"]}, "2872": {"text": "According to the poll there 's still a resistant bunch that 's still got the confusion of the devil in' em , but we 'll keep working until they turn around .", "tokenized_text": ["according", "to", "the", "poll", "there", "s", "still", "a", "resistant", "bunch", "that", "s", "still", "got", "the", "confusion", "of", "the", "devil", "in", "em", "but", "we", "ll", "keep", "working", "until", "they", "turn", "around"]}, "2873": {"text": "Check out ghost towns .", "tokenized_text": ["check", "out", "ghost", "towns"]}, "2874": {"text": "Some of us are buying up houses and lots in a small town in ND and we own a decent percentage of it .", "tokenized_text": ["some", "of", "us", "are", "buying", "up", "houses", "and", "lots", "in", "a", "small", "town", "in", "nd", "and", "we", "own", "a", "decent", "percentage", "of", "it"]}, "2875": {"text": "Will be able to elect our own mayor soon .", "tokenized_text": ["will", "be", "able", "to", "elect", "our", "own", "mayor", "soon"]}, "2876": {"text": "It is a lovely town too .", "tokenized_text": ["it", "is", "a", "lovely", "town", "too"]}, "2877": {"text": "Lots run about $ 500 , houses about $ 3000 .", "tokenized_text": ["lots", "run", "about", "500", "houses", "about", "3000"]}, "2878": {"text": "We should have a giant celebration with a large number of White Nationalists present and let the world know we do not appreciate Nelson Mandela and his long history of being anti-White .", "tokenized_text": ["we", "should", "have", "a", "giant", "celebration", "with", "a", "large", "number", "of", "white", "nationalists", "present", "and", "let", "the", "world", "know", "we", "do", "not", "appreciate", "nelson", "mandela", "and", "his", "long", "history", "of", "being", "anti", "white"]}, "2879": {"text": "There are things we can do to stop the rapes that occur when blacks and other non whites con white women and girls into getting in cars with them etc For a start teach our women to respect themselves .", "tokenized_text": ["there", "are", "things", "we", "can", "do", "to", "stop", "the", "rapes", "that", "occur", "when", "blacks", "and", "other", "non", "whites", "con", "white", "women", "and", "girls", "into", "getting", "in", "cars", "with", "them", "etc", "for", "a", "start", "teach", "our", "women", "to", "respect", "themselves"]}, "2880": {"text": "Stop race mixing and discourage those who practice it .", "tokenized_text": ["stop", "race", "mixing", "and", "discourage", "those", "who", "practice", "it"]}, "2881": {"text": "Teach our men to be men again and defend our countries and women folk against the non white .", "tokenized_text": ["teach", "our", "men", "to", "be", "men", "again", "and", "defend", "our", "countries", "and", "women", "folk", "against", "the", "non", "white"]}, "2882": {"text": "Harsh punishments for rapists .", "tokenized_text": ["harsh", "punishments", "for", "rapists"]}, "2883": {"text": "Wasn't meaning yo be hard on you or Knightrider1961 .", "tokenized_text": ["wasn", "t", "meaning", "yo", "be", "hard", "on", "you", "or", "knightrider1961"]}, "2884": {"text": "Some Klansmen refuse to see where real problems are .", "tokenized_text": ["some", "klansmen", "refuse", "to", "see", "where", "real", "problems", "are"]}, "2885": {"text": "At times it is perplexing .", "tokenized_text": ["at", "times", "it", "is", "perplexing"]}, "2886": {"text": "It's good to see someone actively trying to make a difference and reach out to people who otherwise might never realize that there is more than one side to any belief .", "tokenized_text": ["it", "s", "good", "to", "see", "someone", "actively", "trying", "to", "make", "a", "difference", "and", "reach", "out", "to", "people", "who", "otherwise", "might", "never", "realize", "that", "there", "is", "more", "than", "one", "side", "to", "any", "belief"]}, "2887": {"text": "Good work .", "tokenized_text": ["good", "work"]}, "2888": {"text": "Well said Ghost but , dont bother with that dude-he is one of those that always has to have the last word so it will just go on and on .", "tokenized_text": ["well", "said", "ghost", "but", "dont", "bother", "with", "that", "dude", "he", "is", "one", "of", "those", "that", "always", "has", "to", "have", "the", "last", "word", "so", "it", "will", "just", "go", "on", "and", "on"]}, "2889": {"text": "The next world cup will be the greatest murder and rape fest since Katrina .", "tokenized_text": ["the", "next", "world", "cup", "will", "be", "the", "greatest", "murder", "and", "rape", "fest", "since", "katrina"]}, "2890": {"text": "Imagine the groids licking their big lips when they see all those unsuspecting tourists walking around .", "tokenized_text": ["imagine", "the", "groids", "licking", "their", "big", "lips", "when", "they", "see", "all", "those", "unsuspecting", "tourists", "walking", "around"]}, "2891": {"text": "The only species that constantly grabs his crotch in front of others and waves their arms around furiously are : 1. monkeys 2. blacks 3. both of the above Need I say more ?", "tokenized_text": ["the", "only", "species", "that", "constantly", "grabs", "his", "crotch", "in", "front", "of", "others", "and", "waves", "their", "arms", "around", "furiously", "are", "1", "monkeys", "2", "blacks", "3", "both", "of", "the", "above", "need", "i", "say", "more"]}, "2892": {"text": "I plan on going to work and making myself some money .", "tokenized_text": ["i", "plan", "on", "going", "to", "work", "and", "making", "myself", "some", "money"]}, "2893": {"text": "I 'm not a nig and need a day off to smoke blunts and drink 40 ouncers .", "tokenized_text": ["i", "m", "not", "a", "nig", "and", "need", "a", "day", "off", "to", "smoke", "blunts", "and", "drink", "40", "ouncers"]}, "2894": {"text": "I sent out a few more emails the other day and then last night handed out about 25 or so leaflets made up of David Duke 's talk on this and the Duke Lacrosse case that the St. Louis Volksfront donated me .", "tokenized_text": ["i", "sent", "out", "a", "few", "more", "emails", "the", "other", "day", "and", "then", "last", "night", "handed", "out", "about", "25", "or", "so", "leaflets", "made", "up", "of", "david", "duke", "s", "talk", "on", "this", "and", "the", "duke", "lacrosse", "case", "that", "the", "st", "louis", "volksfront", "donated", "me"]}, "2895": {"text": "When i first joined up i was shocked at how ( no offence ) elderly some of the people who post here are .", "tokenized_text": ["when", "i", "first", "joined", "up", "i", "was", "shocked", "at", "how", "no", "offence", "elderly", "some", "of", "the", "people", "who", "post", "here", "are"]}, "2896": {"text": "I was on web site not long ago checking into buying land in eastern europe while its still cheap , and not in the hands of other races. it looks like a good investment. and more importantly one way of keeping europe white helping to prevent our extintion .", "tokenized_text": ["i", "was", "on", "web", "site", "not", "long", "ago", "checking", "into", "buying", "land", "in", "eastern", "europe", "while", "its", "still", "cheap", "and", "not", "in", "the", "hands", "of", "other", "races", "it", "looks", "like", "a", "good", "investment", "and", "more", "importantly", "one", "way", "of", "keeping", "europe", "white", "helping", "to", "prevent", "our", "extintion"]}, "2897": {"text": "Spread the link everywhere in public and in internet !", "tokenized_text": ["spread", "the", "link", "everywhere", "in", "public", "and", "in", "internet"]}, "2898": {"text": "Here \u00b4 s some ideas for you , https : //www.stormfront.org/forum/show ... = 298321 & page = 3", "tokenized_text": ["here", "s", "some", "ideas", "for", "you", "https", "www", "stormfront", "org", "forum", "show", "298321", "page", "3"]}, "2899": {"text": "Last Friday an associate here handed out 100 NV leaflets at a rodeo depicting a graphic summation of non-white ( mestizo ) immigration .", "tokenized_text": ["last", "friday", "an", "associate", "here", "handed", "out", "100", "nv", "leaflets", "at", "a", "rodeo", "depicting", "a", "graphic", "summation", "of", "non", "white", "mestizo", "immigration"]}, "2900": {"text": "Two e-mails sent , and will phone as soon as I shut down here .", "tokenized_text": ["two", "e", "mails", "sent", "and", "will", "phone", "as", "soon", "as", "i", "shut", "down", "here"]}, "2901": {"text": "Great news that in numbers we can accomplish everything , and anything .", "tokenized_text": ["great", "news", "that", "in", "numbers", "we", "can", "accomplish", "everything", "and", "anything"]}, "2902": {"text": "Well...here's what we 're up to : YANKEE _ JIM $ 100.00 Octavian $ 20.00 bigguy $ 20.00 Flax $ 300.00 Umberto $ 25.00 Cabal _ 88 $ 10.00 Gauleiter $ 20.00 Florida88 $ 10.00 -------- Total so far = $ 505.00 ADDED 9/30 Awake777 $ 20.00 JD ( Hyde Park , NY ) $ 10.00 Iconoclast14 $ 32.00 R-I-Z-Z-O ( Whitelion ) $ 30.00 DRC ( Florida ) $ 25.00 DH ( Maryland ) $ 25.00 Lawdog $ 25.00 Bamaman $ 10.00 Scipio Americanus $ 10.00 ------------------ $ 187.00 New total = $ 692.00 ADDED 10/01 Yankee Jim $ 25.00 ------------------------ New total = $ 717.00 ADDED 10/11 VM ( NA TN member ) $ 10.00 DH ( NA Maryland member ) ANOTHER $ 20.00 !", "tokenized_text": ["well", "here", "s", "what", "we", "re", "up", "to", "yankee", "_", "jim", "100", "00", "octavian", "20", "00", "bigguy", "20", "00", "flax", "300", "00", "umberto", "25", "00", "cabal", "_", "88", "10", "00", "gauleiter", "20", "00", "florida88", "10", "00", "total", "so", "far", "505", "00", "added", "9", "30", "awake777", "20", "00", "jd", "hyde", "park", "ny", "10", "00", "iconoclast14", "32", "00", "r", "i", "z", "z", "o", "whitelion", "30", "00", "drc", "florida", "25", "00", "dh", "maryland", "25", "00", "lawdog", "25", "00", "bamaman", "10", "00", "scipio", "americanus", "10", "00", "187", "00", "new", "total", "692", "00", "added", "10", "01", "yankee", "jim", "25", "00", "new", "total", "717", "00", "added", "10", "11", "vm", "na", "tn", "member", "10", "00", "dh", "na", "maryland", "member", "another", "20", "00"]}, "2903": {"text": "New total = $ 747.00 vonFreyja88 sent $ 60.00 which I 've not received yet , ( hopefully in PO Box in AM ) and the NA member from the Poughkeepsie , NY area who does not post here pledged another $ 50.00 , which I do n't have in my hand yet , brings the total to : $ 857.00 !!!", "tokenized_text": ["new", "total", "747", "00", "vonfreyja88", "sent", "60", "00", "which", "i", "ve", "not", "received", "yet", "hopefully", "in", "po", "box", "in", "am", "and", "the", "na", "member", "from", "the", "poughkeepsie", "ny", "area", "who", "does", "not", "post", "here", "pledged", "another", "50", "00", "which", "i", "do", "n", "t", "have", "in", "my", "hand", "yet", "brings", "the", "total", "to", "857", "00"]}, "2904": {"text": "Now ... IF someone wants to make a donation at the absolute last minute ... please see my above quote .", "tokenized_text": ["now", "if", "someone", "wants", "to", "make", "a", "donation", "at", "the", "absolute", "last", "minute", "please", "see", "my", "above", "quote"]}, "2905": {"text": "My wife is in the other room now getting her totals together to hand in tomorrow morning .", "tokenized_text": ["my", "wife", "is", "in", "the", "other", "room", "now", "getting", "her", "totals", "together", "to", "hand", "in", "tomorrow", "morning"]}, "2906": {"text": "THANKS AGAIN !", "tokenized_text": ["thanks", "again"]}, "2907": {"text": "-Yankee Jim", "tokenized_text": ["yankee", "jim"]}, "2908": {"text": "Writing in David Duke 's name is fine because such a vote will still send the message that white America will not be taken for granted .", "tokenized_text": ["writing", "in", "david", "duke", "s", "name", "is", "fine", "because", "such", "a", "vote", "will", "still", "send", "the", "message", "that", "white", "america", "will", "not", "be", "taken", "for", "granted"]}, "2909": {"text": "I would probably vote for him if he was on the ballot .", "tokenized_text": ["i", "would", "probably", "vote", "for", "him", "if", "he", "was", "on", "the", "ballot"]}, "2910": {"text": "Calman", "tokenized_text": ["calman"]}, "2911": {"text": "Perhaps consider asking a friend to put up a/some flyers that show him and say that he is a statuatory rapist who preys on underage white girls !", "tokenized_text": ["perhaps", "consider", "asking", "a", "friend", "to", "put", "up", "a", "some", "flyers", "that", "show", "him", "and", "say", "that", "he", "is", "a", "statuatory", "rapist", "who", "preys", "on", "underage", "white", "girls"]}, "2912": {"text": "I go into town and put resistance.com buisness cards in public libraries and give them out on the street to various people that have a white complexion .", "tokenized_text": ["i", "go", "into", "town", "and", "put", "resistance", "com", "buisness", "cards", "in", "public", "libraries", "and", "give", "them", "out", "on", "the", "street", "to", "various", "people", "that", "have", "a", "white", "complexion"]}, "2913": {"text": "Welcome to the board , Mr. Roper .", "tokenized_text": ["welcome", "to", "the", "board", "mr", "roper"]}, "2914": {"text": "It is great to see one of the leaders of one of the top pro-White organizations in the world come onto Stormfront .", "tokenized_text": ["it", "is", "great", "to", "see", "one", "of", "the", "leaders", "of", "one", "of", "the", "top", "pro", "white", "organizations", "in", "the", "world", "come", "onto", "stormfront"]}, "2915": {"text": "I just moved here and all my old friends moved away .", "tokenized_text": ["i", "just", "moved", "here", "and", "all", "my", "old", "friends", "moved", "away"]}, "2916": {"text": "I have been able to become more active than ever because of this site .", "tokenized_text": ["i", "have", "been", "able", "to", "become", "more", "active", "than", "ever", "because", "of", "this", "site"]}, "2917": {"text": "Thank you skingirl", "tokenized_text": ["thank", "you", "skingirl"]}, "2918": {"text": "October 31st is New Year 's Eve in our European cultural tradition - will there be specific flyers for this event ?", "tokenized_text": ["october", "31st", "is", "new", "year", "s", "eve", "in", "our", "european", "cultural", "tradition", "will", "there", "be", "specific", "flyers", "for", "this", "event"]}, "2919": {"text": "CF", "tokenized_text": ["cf"]}, "2920": {"text": "Suspect also linked to 2009 murder rape case ..", "tokenized_text": ["suspect", "also", "linked", "to", "2009", "murder", "rape", "case"]}, "2921": {"text": "These feral negroes stalk white women , rape and kill and , no one seems willing to stop them .", "tokenized_text": ["these", "feral", "negroes", "stalk", "white", "women", "rape", "and", "kill", "and", "no", "one", "seems", "willing", "to", "stop", "them"]}, "2922": {"text": "The media is reluctantly covering this , surely not with the same intensity as when the criminal Brown was killed in Ferguson .", "tokenized_text": ["the", "media", "is", "reluctantly", "covering", "this", "surely", "not", "with", "the", "same", "intensity", "as", "when", "the", "criminal", "brown", "was", "killed", "in", "ferguson"]}, "2923": {"text": "Seems like black criminals get more sympathy from the msm than innocent white women .", "tokenized_text": ["seems", "like", "black", "criminals", "get", "more", "sympathy", "from", "the", "msm", "than", "innocent", "white", "women"]}, "2924": {"text": "Shocking and outrageous , that is what we all should be feeling. jmho b.e.", "tokenized_text": ["shocking", "and", "outrageous", "that", "is", "what", "we", "all", "should", "be", "feeling", "jmho", "b", "e"]}, "2925": {"text": "Police : Suspect in U.Va. case linked to 2009 homicide Virginia State Police said Monday that a suspect charged in the disappearance of a University of Virginia sophomore is linked through forensic evidence to the abduction and murder of another college student five years ago .", "tokenized_text": ["police", "suspect", "in", "u", "va", "case", "linked", "to", "2009", "homicide", "virginia", "state", "police", "said", "monday", "that", "a", "suspect", "charged", "in", "the", "disappearance", "of", "a", "university", "of", "virginia", "sophomore", "is", "linked", "through", "forensic", "evidence", "to", "the", "abduction", "and", "murder", "of", "another", "college", "student", "five", "years", "ago"]}, "2926": {"text": "Jesse Matthew Jr. , 32 , was arrested near Galveston , Texas , last week and charged with abduction with intent to defile in connection with the disappearance of Hannah Graham , 18 , who is still missing .", "tokenized_text": ["jesse", "matthew", "jr", "32", "was", "arrested", "near", "galveston", "texas", "last", "week", "and", "charged", "with", "abduction", "with", "intent", "to", "defile", "in", "connection", "with", "the", "disappearance", "of", "hannah", "graham", "18", "who", "is", "still", "missing"]}, "2927": {"text": "Police confirmed Monday that forensic evidence links Matthew , a University of Virginia Hospital worker , to the disappearance and slaying of 20-year-old Morgan Harrington in October 2009 .", "tokenized_text": ["police", "confirmed", "monday", "that", "forensic", "evidence", "links", "matthew", "a", "university", "of", "virginia", "hospital", "worker", "to", "the", "disappearance", "and", "slaying", "of", "20", "year", "old", "morgan", "harrington", "in", "october", "2009"]}, "2928": {"text": "It is highly doubtful the Homo Sapiens went North .", "tokenized_text": ["it", "is", "highly", "doubtful", "the", "homo", "sapiens", "went", "north"]}, "2929": {"text": "Neanderthals were being constantly pushed South from the advancing and retreating Ice Ages and Glaciations .", "tokenized_text": ["neanderthals", "were", "being", "constantly", "pushed", "south", "from", "the", "advancing", "and", "retreating", "ice", "ages", "and", "glaciations"]}, "2930": {"text": "Biological Europeans are the descendants of Neanderthals mixed with the humans seen today .", "tokenized_text": ["biological", "europeans", "are", "the", "descendants", "of", "neanderthals", "mixed", "with", "the", "humans", "seen", "today"]}, "2931": {"text": "We did not evolve from Homo Sapiens ; quite the contrary , we retained our intelligence in spite of them .", "tokenized_text": ["we", "did", "not", "evolve", "from", "homo", "sapiens", "quite", "the", "contrary", "we", "retained", "our", "intelligence", "in", "spite", "of", "them"]}, "2932": {"text": "He suspected of taking a crap high atop the empire state building a few years ago right out in the open with people walking around ..", "tokenized_text": ["he", "suspected", "of", "taking", "a", "crap", "high", "atop", "the", "empire", "state", "building", "a", "few", "years", "ago", "right", "out", "in", "the", "open", "with", "people", "walking", "around"]}, "2933": {"text": "Rapper Kanye West caught pooping at the empire state building .", "tokenized_text": ["rapper", "kanye", "west", "caught", "pooping", "at", "the", "empire", "state", "building"]}, "2934": {"text": "- Topix", "tokenized_text": ["topix"]}, "2935": {"text": "...is rotten to the core .", "tokenized_text": ["is", "rotten", "to", "the", "core"]}, "2936": {"text": "Only in the mind of the INTERNATIONAL JEW could such an evil machination , with its ticker tape parade of lies , be cooked up !", "tokenized_text": ["only", "in", "the", "mind", "of", "the", "international", "jew", "could", "such", "an", "evil", "machination", "with", "its", "ticker", "tape", "parade", "of", "lies", "be", "cooked", "up"]}, "2937": {"text": "if its such a big deal that you need to talk about it , yes. you are a non-white. you might as well be fully mongol .", "tokenized_text": ["if", "its", "such", "a", "big", "deal", "that", "you", "need", "to", "talk", "about", "it", "yes", "you", "are", "a", "non", "white", "you", "might", "as", "well", "be", "fully", "mongol"]}, "2938": {"text": "But Israel disagrees .", "tokenized_text": ["but", "israel", "disagrees"]}, "2939": {"text": "Are you an anti-Semite who is trying to undermine the racial integrity of the world 's only Jewish state ?", "tokenized_text": ["are", "you", "an", "anti", "semite", "who", "is", "trying", "to", "undermine", "the", "racial", "integrity", "of", "the", "world", "s", "only", "jewish", "state"]}, "2940": {"text": "Careful man , People on SF do n't like Asians bashing .", "tokenized_text": ["careful", "man", "people", "on", "sf", "do", "n", "t", "like", "asians", "bashing"]}, "2941": {"text": "They would rather you look for black stories .", "tokenized_text": ["they", "would", "rather", "you", "look", "for", "black", "stories"]}, "2942": {"text": "Asians are smart .", "tokenized_text": ["asians", "are", "smart"]}, "2943": {"text": "Equals to white and future ally .", "tokenized_text": ["equals", "to", "white", "and", "future", "ally"]}, "2944": {"text": "Remember, when you buy California fruit you are supporting illegal immigration because that is all who pick the fruit .", "tokenized_text": ["remember", "when", "you", "buy", "california", "fruit", "you", "are", "supporting", "illegal", "immigration", "because", "that", "is", "all", "who", "pick", "the", "fruit"]}, "2945": {"text": "In fact , if you buy California fruit , you have tasted illegal alien DNA .", "tokenized_text": ["in", "fact", "if", "you", "buy", "california", "fruit", "you", "have", "tasted", "illegal", "alien", "dna"]}, "2946": {"text": "I wonder if the what looks like Arabic used for his second account name has anything to do with his hate for women .", "tokenized_text": ["i", "wonder", "if", "the", "what", "looks", "like", "arabic", "used", "for", "his", "second", "account", "name", "has", "anything", "to", "do", "with", "his", "hate", "for", "women"]}, "2947": {"text": "STDs have nothing to do with the morality and the genetics .", "tokenized_text": ["stds", "have", "nothing", "to", "do", "with", "the", "morality", "and", "the", "genetics"]}, "2948": {"text": "Stop justifying your yellow fever .", "tokenized_text": ["stop", "justifying", "your", "yellow", "fever"]}, "2949": {"text": "White + Asian DOES NOT make white babies .", "tokenized_text": ["white", "asian", "does", "not", "make", "white", "babies"]}, "2950": {"text": "Whites are supposed to ignore this ?", "tokenized_text": ["whites", "are", "supposed", "to", "ignore", "this"]}, "2951": {"text": "Black-On-White Crime Blog : Blacks Commit All Crime at University of Minnesota , Organized Blackness Shouts ' Pattern Recognition ' the Real Crime", "tokenized_text": ["black", "on", "white", "crime", "blog", "blacks", "commit", "all", "crime", "at", "university", "of", "minnesota", "organized", "blackness", "shouts", "pattern", "recognition", "the", "real", "crime"]}, "2952": {"text": "I'm glad you 're gay !", "tokenized_text": ["i", "m", "glad", "you", "re", "gay"]}, "2953": {"text": "The next generation of humanity should thank you for not having been infected with your flawed genetic structure .", "tokenized_text": ["the", "next", "generation", "of", "humanity", "should", "thank", "you", "for", "not", "having", "been", "infected", "with", "your", "flawed", "genetic", "structure"]}, "2954": {"text": "I think you do the best you can to embrace the best of who you are by helping the white cause .", "tokenized_text": ["i", "think", "you", "do", "the", "best", "you", "can", "to", "embrace", "the", "best", "of", "who", "you", "are", "by", "helping", "the", "white", "cause"]}, "2955": {"text": "As I said when the races are mixed its more difficult but they can between a white , black or Asian and that proves that races exist .", "tokenized_text": ["as", "i", "said", "when", "the", "races", "are", "mixed", "its", "more", "difficult", "but", "they", "can", "between", "a", "white", "black", "or", "asian", "and", "that", "proves", "that", "races", "exist"]}, "2956": {"text": "It contradicts his statement that races dont exist .", "tokenized_text": ["it", "contradicts", "his", "statement", "that", "races", "dont", "exist"]}, "2957": {"text": "I did n't realize we were offending you by pointing out how often Asians and Jews get surgery to look more White .", "tokenized_text": ["i", "did", "n", "t", "realize", "we", "were", "offending", "you", "by", "pointing", "out", "how", "often", "asians", "and", "jews", "get", "surgery", "to", "look", "more", "white"]}, "2958": {"text": "Maybe they 're confusing the fact that we 're tired of LIBTARDS on TV for our being tired of White people .", "tokenized_text": ["maybe", "they", "re", "confusing", "the", "fact", "that", "we", "re", "tired", "of", "libtards", "on", "tv", "for", "our", "being", "tired", "of", "white", "people"]}, "2959": {"text": "If they want to fire all these leftist moonbats and replace them with genuine White conservatives , I 'm all for it .", "tokenized_text": ["if", "they", "want", "to", "fire", "all", "these", "leftist", "moonbats", "and", "replace", "them", "with", "genuine", "white", "conservatives", "i", "m", "all", "for", "it"]}, "2960": {"text": "I would n't be surprised if I 've yelled and cussed at one of his call center cousins on the phone before .", "tokenized_text": ["i", "would", "n", "t", "be", "surprised", "if", "i", "ve", "yelled", "and", "cussed", "at", "one", "of", "his", "call", "center", "cousins", "on", "the", "phone", "before"]}, "2961": {"text": "That type of negroes call your kind of brothas , Uncle Tom .", "tokenized_text": ["that", "type", "of", "negroes", "call", "your", "kind", "of", "brothas", "uncle", "tom"]}, "2962": {"text": "Because behaving like civilized and educated person is `` to white '' for negroes .", "tokenized_text": ["because", "behaving", "like", "civilized", "and", "educated", "person", "is", "to", "white", "for", "negroes"]}, "2963": {"text": "Deport all Indians back to India and make them pay for the trip .", "tokenized_text": ["deport", "all", "indians", "back", "to", "india", "and", "make", "them", "pay", "for", "the", "trip"]}, "2964": {"text": "The only good thing about Indians is their married women are so loose that prostitution fails in Indian areas .", "tokenized_text": ["the", "only", "good", "thing", "about", "indians", "is", "their", "married", "women", "are", "so", "loose", "that", "prostitution", "fails", "in", "indian", "areas"]}, "2965": {"text": "Miami,( I do n't know how Don can stand living down there ) Hispanic - 279,456 ( 70.0 % ) Black alone - 64,993 ( 16.3 % ) White alone - 47,622 ( 11.9 % ) Asian alone - 3,649 ( 0.9 % ) Two or more races - 2,642 ( 0.7 % ) Other race alone - 676 ( 0.2 % ) American Indian alone - 361 ( 0.09 % ) Native Hawaiian and Other Pacific Islander alone - 58 ( 0.01 % ) Read more : Miami , Florida ( FL ) profile : population , maps , real estate , averages , homes , statistics , relocation , travel , jobs , hospitals , schools , crime , moving , houses , news , sex offenders", "tokenized_text": ["miami", "i", "do", "n", "t", "know", "how", "don", "can", "stand", "living", "down", "there", "hispanic", "279", "456", "70", "0", "black", "alone", "64", "993", "16", "3", "white", "alone", "47", "622", "11", "9", "asian", "alone", "3", "649", "0", "9", "two", "or", "more", "races", "2", "642", "0", "7", "other", "race", "alone", "676", "0", "2", "american", "indian", "alone", "361", "0", "09", "native", "hawaiian", "and", "other", "pacific", "islander", "alone", "58", "0", "01", "read", "more", "miami", "florida", "fl", "profile", "population", "maps", "real", "estate", "averages", "homes", "statistics", "relocation", "travel", "jobs", "hospitals", "schools", "crime", "moving", "houses", "news", "sex", "offenders"]}, "2966": {"text": "Camden New Jersey demographics : Hispanic - 36,379 ( 47.0 % ) Black alone - 34,277 ( 44.3 % ) White alone - 3,792 ( 4.9 % ) Asian alone - 1,599 ( 2.1 % ) Two or more races - 938 ( 1.2 % ) American Indian alone - 235 ( 0.3 % ) Other race alone - 109 ( 0.1 % ) Native Hawaiian and Other Pacific Islander alone - 15 ( 0.02 % )", "tokenized_text": ["camden", "new", "jersey", "demographics", "hispanic", "36", "379", "47", "0", "black", "alone", "34", "277", "44", "3", "white", "alone", "3", "792", "4", "9", "asian", "alone", "1", "599", "2", "1", "two", "or", "more", "races", "938", "1", "2", "american", "indian", "alone", "235", "0", "3", "other", "race", "alone", "109", "0", "1", "native", "hawaiian", "and", "other", "pacific", "islander", "alone", "15", "0", "02"]}, "2967": {"text": "YOU do not control the lives of Whites by taking over their nations and forcing multiculturalism upon them against their will .", "tokenized_text": ["you", "do", "not", "control", "the", "lives", "of", "whites", "by", "taking", "over", "their", "nations", "and", "forcing", "multiculturalism", "upon", "them", "against", "their", "will"]}, "2968": {"text": "We can play this game all day if you want to .", "tokenized_text": ["we", "can", "play", "this", "game", "all", "day", "if", "you", "want", "to"]}, "2969": {"text": "I take it as a compliment when someone calls me a Nazi because they are essentially comparing me to the greatest men to have ever walked this planet .", "tokenized_text": ["i", "take", "it", "as", "a", "compliment", "when", "someone", "calls", "me", "a", "nazi", "because", "they", "are", "essentially", "comparing", "me", "to", "the", "greatest", "men", "to", "have", "ever", "walked", "this", "planet"]}, "2970": {"text": "I do n't like how you say far greater than your own white blood relatives but there is nothing wrong in being polite to them of course .", "tokenized_text": ["i", "do", "n", "t", "like", "how", "you", "say", "far", "greater", "than", "your", "own", "white", "blood", "relatives", "but", "there", "is", "nothing", "wrong", "in", "being", "polite", "to", "them", "of", "course"]}, "2971": {"text": "Watch the video , its only 10 minutes , you will see that eventually the bi-racial minority is butchered .", "tokenized_text": ["watch", "the", "video", "its", "only", "10", "minutes", "you", "will", "see", "that", "eventually", "the", "bi", "racial", "minority", "is", "butchered"]}, "2972": {"text": "Lesson of Haiti - William Luther Pierce - YouTube", "tokenized_text": ["lesson", "of", "haiti", "william", "luther", "pierce", "youtube"]}, "2973": {"text": "You must have met me at some point in time .", "tokenized_text": ["you", "must", "have", "met", "me", "at", "some", "point", "in", "time"]}, "2974": {"text": "I love Steven Seagal films and I love all Nicolas Cage films , Windtalkers and The Sorcerer 's Apprentice included .", "tokenized_text": ["i", "love", "steven", "seagal", "films", "and", "i", "love", "all", "nicolas", "cage", "films", "windtalkers", "and", "the", "sorcerer", "s", "apprentice", "included"]}, "2975": {"text": "I think Casablanca and Gone With The Wind are horrible movies and that The Sound Of Music is one of the most annoying things ever put to film .", "tokenized_text": ["i", "think", "casablanca", "and", "gone", "with", "the", "wind", "are", "horrible", "movies", "and", "that", "the", "sound", "of", "music", "is", "one", "of", "the", "most", "annoying", "things", "ever", "put", "to", "film"]}, "2976": {"text": "I guess I just do n't have any taste .", "tokenized_text": ["i", "guess", "i", "just", "do", "n", "t", "have", "any", "taste"]}, "2977": {"text": "Thanks for putting this up .", "tokenized_text": ["thanks", "for", "putting", "this", "up"]}, "2978": {"text": "I cannot imagine how revolting it must be - the PC dialogue at your university -- idolizing athletes who dont belong in college -- white women getting pregnant with freaks", "tokenized_text": ["i", "cannot", "imagine", "how", "revolting", "it", "must", "be", "the", "pc", "dialogue", "at", "your", "university", "idolizing", "athletes", "who", "dont", "belong", "in", "college", "white", "women", "getting", "pregnant", "with", "freaks"]}, "2979": {"text": "At the Water 's Edge : Fish with Fingers , Whales with Legs , and How Life Came Ashore but Then Went Back to Sea - Carl Zimmer Streets of Laredo - Larry McMurtry", "tokenized_text": ["at", "the", "water", "s", "edge", "fish", "with", "fingers", "whales", "with", "legs", "and", "how", "life", "came", "ashore", "but", "then", "went", "back", "to", "sea", "carl", "zimmer", "streets", "of", "laredo", "larry", "mcmurtry"]}, "2980": {"text": "Yes they all know , I have felt this way for year more than I can to think about .", "tokenized_text": ["yes", "they", "all", "know", "i", "have", "felt", "this", "way", "for", "year", "more", "than", "i", "can", "to", "think", "about"]}, "2981": {"text": "But that is why I belong and support Stormfront .", "tokenized_text": ["but", "that", "is", "why", "i", "belong", "and", "support", "stormfront"]}, "2982": {"text": "Elk Hunter", "tokenized_text": ["elk", "hunter"]}, "2983": {"text": "It's going to be a great read whenever all the chapters are translated !", "tokenized_text": ["it", "s", "going", "to", "be", "a", "great", "read", "whenever", "all", "the", "chapters", "are", "translated"]}, "2984": {"text": "Dr.", "tokenized_text": ["dr"]}, "2985": {"text": "Duke has mentioned this book several times .", "tokenized_text": ["duke", "has", "mentioned", "this", "book", "several", "times"]}, "2986": {"text": "I was born in Canada but my family is 730 + members strong and we are all from Ireland , so the heritage is thick and the pride is strong .", "tokenized_text": ["i", "was", "born", "in", "canada", "but", "my", "family", "is", "730", "members", "strong", "and", "we", "are", "all", "from", "ireland", "so", "the", "heritage", "is", "thick", "and", "the", "pride", "is", "strong"]}, "2987": {"text": "White kids need to interact with kneegrows and other non white kids or they 'll be lost in the real come the time they leave home ...", "tokenized_text": ["white", "kids", "need", "to", "interact", "with", "kneegrows", "and", "other", "non", "white", "kids", "or", "they", "ll", "be", "lost", "in", "the", "real", "come", "the", "time", "they", "leave", "home"]}, "2988": {"text": "As a nation , we are in desperate need for an immigration time out and a zero tolerance policy for those here illegally .", "tokenized_text": ["as", "a", "nation", "we", "are", "in", "desperate", "need", "for", "an", "immigration", "time", "out", "and", "a", "zero", "tolerance", "policy", "for", "those", "here", "illegally"]}, "2989": {"text": "Hi, I 'm trying to move myself and my three year old son up to Northern California or even out of state somewhere near woodlands and I am curious if anyone knows about places I might be able to stay for cheap or free or if anyone has a contact .", "tokenized_text": ["hi", "i", "m", "trying", "to", "move", "myself", "and", "my", "three", "year", "old", "son", "up", "to", "northern", "california", "or", "even", "out", "of", "state", "somewhere", "near", "woodlands", "and", "i", "am", "curious", "if", "anyone", "knows", "about", "places", "i", "might", "be", "able", "to", "stay", "for", "cheap", "or", "free", "or", "if", "anyone", "has", "a", "contact"]}, "2990": {"text": "Please help", "tokenized_text": ["please", "help"]}, "2991": {"text": "I think this video is inappropriate for children .", "tokenized_text": ["i", "think", "this", "video", "is", "inappropriate", "for", "children"]}, "2992": {"text": "I also hope you are not exaggerating anything as children sometimes do .", "tokenized_text": ["i", "also", "hope", "you", "are", "not", "exaggerating", "anything", "as", "children", "sometimes", "do"]}, "2993": {"text": "I recommend your parents and your school counsellor have a chat .", "tokenized_text": ["i", "recommend", "your", "parents", "and", "your", "school", "counsellor", "have", "a", "chat"]}, "2994": {"text": "Also some of us on here , like myself , do not believe in the genocide of another race which is what abortion is doing to the Black race as 92 % of abortion clinics are in Black communities , we just do n't believe in race mixing .", "tokenized_text": ["also", "some", "of", "us", "on", "here", "like", "myself", "do", "not", "believe", "in", "the", "genocide", "of", "another", "race", "which", "is", "what", "abortion", "is", "doing", "to", "the", "black", "race", "as", "92", "of", "abortion", "clinics", "are", "in", "black", "communities", "we", "just", "do", "n", "t", "believe", "in", "race", "mixing"]}, "2995": {"text": "I used to live near a school that was 100 % Black with Black children living in all Black homes in a nearly all Black neighbourhood .", "tokenized_text": ["i", "used", "to", "live", "near", "a", "school", "that", "was", "100", "black", "with", "black", "children", "living", "in", "all", "black", "homes", "in", "a", "nearly", "all", "black", "neighbourhood"]}, "2996": {"text": "It is n't about wanting another race to die ; it 's about perserving your own .", "tokenized_text": ["it", "is", "n", "t", "about", "wanting", "another", "race", "to", "die", "it", "s", "about", "perserving", "your", "own"]}, "2997": {"text": "I actually saw a period belt buckle once with the SS Deaths Head on it and `` Gott Mit Uns '' over it .", "tokenized_text": ["i", "actually", "saw", "a", "period", "belt", "buckle", "once", "with", "the", "ss", "deaths", "head", "on", "it", "and", "gott", "mit", "uns", "over", "it"]}, "2998": {"text": "Clash of the services !!", "tokenized_text": ["clash", "of", "the", "services"]}, "2999": {"text": "The reason liberals become teachers and social workers is because other occupations are not as accepting towards people who live in the fantasy world of political correctness and non-factual thinking .", "tokenized_text": ["the", "reason", "liberals", "become", "teachers", "and", "social", "workers", "is", "because", "other", "occupations", "are", "not", "as", "accepting", "towards", "people", "who", "live", "in", "the", "fantasy", "world", "of", "political", "correctness", "and", "non", "factual", "thinking"]}, "3000": {"text": "`` Those who ca n't do , teach '' - my dad .", "tokenized_text": ["those", "who", "ca", "n", "t", "do", "teach", "my", "dad"]}, "3001": {"text": "Just wanted to give this another bump and call out to anymore people in the Calgary area that are interested in meeting up , please feel free to message me .", "tokenized_text": ["just", "wanted", "to", "give", "this", "another", "bump", "and", "call", "out", "to", "anymore", "people", "in", "the", "calgary", "area", "that", "are", "interested", "in", "meeting", "up", "please", "feel", "free", "to", "message", "me"]}, "3002": {"text": "How about a tactical pen ?", "tokenized_text": ["how", "about", "a", "tactical", "pen"]}, "3003": {"text": "Uzi Tactical Pens Demonstration - YouTube ( I know Uzi is an Israeli company , but the video is pretty good and you can get a Smith and Wesson model. )", "tokenized_text": ["uzi", "tactical", "pens", "demonstration", "youtube", "i", "know", "uzi", "is", "an", "israeli", "company", "but", "the", "video", "is", "pretty", "good", "and", "you", "can", "get", "a", "smith", "and", "wesson", "model"]}, "3004": {"text": "What else is new ?", "tokenized_text": ["what", "else", "is", "new"]}, "3005": {"text": "Public schools have been left wing indoctrination centers for a century .", "tokenized_text": ["public", "schools", "have", "been", "left", "wing", "indoctrination", "centers", "for", "a", "century"]}, "3006": {"text": "The gays are just late to the party .", "tokenized_text": ["the", "gays", "are", "just", "late", "to", "the", "party"]}, "3007": {"text": "I will be reading this while away for Christmas .", "tokenized_text": ["i", "will", "be", "reading", "this", "while", "away", "for", "christmas"]}, "3008": {"text": "A Government of Wolves : The Emerging American Police State A Government of Wolves : The Emerging American Police State", "tokenized_text": ["a", "government", "of", "wolves", "the", "emerging", "american", "police", "state", "a", "government", "of", "wolves", "the", "emerging", "american", "police", "state"]}, "3009": {"text": "Blacks acting uncivilized ?", "tokenized_text": ["blacks", "acting", "uncivilized"]}, "3010": {"text": "That 's about the same as saying the sky is blue , or the grass is green .", "tokenized_text": ["that", "s", "about", "the", "same", "as", "saying", "the", "sky", "is", "blue", "or", "the", "grass", "is", "green"]}, "3011": {"text": "It 's just the way they are .", "tokenized_text": ["it", "s", "just", "the", "way", "they", "are"]}, "3012": {"text": "TNB !", "tokenized_text": ["tnb"]}, "3013": {"text": "Thanks to all the people that have come out to meet up recently it has been a real pleasure to meet everyone .", "tokenized_text": ["thanks", "to", "all", "the", "people", "that", "have", "come", "out", "to", "meet", "up", "recently", "it", "has", "been", "a", "real", "pleasure", "to", "meet", "everyone"]}, "3014": {"text": "It was great to see some new faces come out to one of our recent events and we are looking forward to seeing everyone that has been consistently coming to our weekly meets and those who are going to be coming out for the first time .", "tokenized_text": ["it", "was", "great", "to", "see", "some", "new", "faces", "come", "out", "to", "one", "of", "our", "recent", "events", "and", "we", "are", "looking", "forward", "to", "seeing", "everyone", "that", "has", "been", "consistently", "coming", "to", "our", "weekly", "meets", "and", "those", "who", "are", "going", "to", "be", "coming", "out", "for", "the", "first", "time"]}, "3015": {"text": "I would like to continue to encourage new people to come out and to message me if you are interested in coming out to our social gatherings and meets. it is always nice to see things growing", "tokenized_text": ["i", "would", "like", "to", "continue", "to", "encourage", "new", "people", "to", "come", "out", "and", "to", "message", "me", "if", "you", "are", "interested", "in", "coming", "out", "to", "our", "social", "gatherings", "and", "meets", "it", "is", "always", "nice", "to", "see", "things", "growing"]}, "3016": {"text": "Savage .300 Mag .", "tokenized_text": ["savage", "300", "mag"]}, "3017": {"text": "3 * 9 * 50 scope .", "tokenized_text": ["3", "9", "50", "scope"]}, "3018": {"text": "Will certainly reach out and getcha ... Wooden stock , recoil isnt so bad .. Happy shooting all .", "tokenized_text": ["will", "certainly", "reach", "out", "and", "getcha", "wooden", "stock", "recoil", "isnt", "so", "bad", "happy", "shooting", "all"]}, "3019": {"text": "And anyone wonders why white students avoid UC Berkeley ?", "tokenized_text": ["and", "anyone", "wonders", "why", "white", "students", "avoid", "uc", "berkeley"]}, "3020": {"text": "White people - report immediately to Californian University for `` re-education '' .", "tokenized_text": ["white", "people", "report", "immediately", "to", "californian", "university", "for", "re", "education"]}, "3021": {"text": "- White GeNOcide Project", "tokenized_text": ["white", "genocide", "project"]}, "3022": {"text": "You find they are worse since they will able to blend more and fool people into thinking they 're genuine .", "tokenized_text": ["you", "find", "they", "are", "worse", "since", "they", "will", "able", "to", "blend", "more", "and", "fool", "people", "into", "thinking", "they", "re", "genuine"]}, "3023": {"text": "This is a picture of Christian Albanian people they do n't look White they look like something from the Caucasus I know my Dad dated a Christian Albanian at one point she was light Brown ( I do n't just mean a tan she was literally light Brown ) she had coal black hair and a massive nose .", "tokenized_text": ["this", "is", "a", "picture", "of", "christian", "albanian", "people", "they", "do", "n", "t", "look", "white", "they", "look", "like", "something", "from", "the", "caucasus", "i", "know", "my", "dad", "dated", "a", "christian", "albanian", "at", "one", "point", "she", "was", "light", "brown", "i", "do", "n", "t", "just", "mean", "a", "tan", "she", "was", "literally", "light", "brown", "she", "had", "coal", "black", "hair", "and", "a", "massive", "nose"]}, "3024": {"text": "People have the same racial origin , regardless of religion", "tokenized_text": ["people", "have", "the", "same", "racial", "origin", "regardless", "of", "religion"]}, "3025": {"text": "And then there 's Asiacourt , the once beautiful , safe , WHITE , area of Scarborough ... ( and the last i checked ) was a garbage infested Chinease outpost .", "tokenized_text": ["and", "then", "there", "s", "asiacourt", "the", "once", "beautiful", "safe", "white", "area", "of", "scarborough", "and", "the", "last", "i", "checked", "was", "a", "garbage", "infested", "chinease", "outpost"]}, "3026": {"text": "I considered it being `` ethnically cleansed '' from my childhood home", "tokenized_text": ["i", "considered", "it", "being", "ethnically", "cleansed", "from", "my", "childhood", "home"]}, "3027": {"text": "When the entire non-White world is breathing down your neck waiting for an opportunity to kill you , anything you do to protect yourself is self-defense .", "tokenized_text": ["when", "the", "entire", "non", "white", "world", "is", "breathing", "down", "your", "neck", "waiting", "for", "an", "opportunity", "to", "kill", "you", "anything", "you", "do", "to", "protect", "yourself", "is", "self", "defense"]}, "3028": {"text": "Because there were already two other threads on it .", "tokenized_text": ["because", "there", "were", "already", "two", "other", "threads", "on", "it"]}, "3029": {"text": "You can click `` New Posts '' on the red bar before you wanna create a new thread to see if the news was already posted or not .", "tokenized_text": ["you", "can", "click", "new", "posts", "on", "the", "red", "bar", "before", "you", "wanna", "create", "a", "new", "thread", "to", "see", "if", "the", "news", "was", "already", "posted", "or", "not"]}, "3030": {"text": "Don't you ever find it strange that Al Qaeda seems to move to where Washington wants it 's troops ?", "tokenized_text": ["don", "t", "you", "ever", "find", "it", "strange", "that", "al", "qaeda", "seems", "to", "move", "to", "where", "washington", "wants", "it", "s", "troops"]}, "3031": {"text": "Oh look , Al Qaeda is now over there .", "tokenized_text": ["oh", "look", "al", "qaeda", "is", "now", "over", "there"]}, "3032": {"text": "I do not blame you , Ottawa like all of our cities is a multicultural hell .", "tokenized_text": ["i", "do", "not", "blame", "you", "ottawa", "like", "all", "of", "our", "cities", "is", "a", "multicultural", "hell"]}, "3033": {"text": "The race traitors sicken me too .", "tokenized_text": ["the", "race", "traitors", "sicken", "me", "too"]}, "3034": {"text": "I did the National Geographic test .", "tokenized_text": ["i", "did", "the", "national", "geographic", "test"]}, "3035": {"text": "It took 2 months before I got the results back .", "tokenized_text": ["it", "took", "2", "months", "before", "i", "got", "the", "results", "back"]}, "3036": {"text": "I turned out that I was a euromutt and not completely pureblood : 45 % north european , 35 % Med , and 18 % south west asian", "tokenized_text": ["i", "turned", "out", "that", "i", "was", "a", "euromutt", "and", "not", "completely", "pureblood", "45", "north", "european", "35", "med", "and", "18", "south", "west", "asian"]}, "3037": {"text": "I usually use Powerade or Sqwincher .", "tokenized_text": ["i", "usually", "use", "powerade", "or", "sqwincher"]}, "3038": {"text": "Sqwincher - Sports Drink - Isotonic Beverage Sqwincher mixes with water also , it is usually found at workwear or welding shops and is aimed at the construction market instead of athletes .", "tokenized_text": ["sqwincher", "sports", "drink", "isotonic", "beverage", "sqwincher", "mixes", "with", "water", "also", "it", "is", "usually", "found", "at", "workwear", "or", "welding", "shops", "and", "is", "aimed", "at", "the", "construction", "market", "instead", "of", "athletes"]}, "3039": {"text": "Cheaper too .", "tokenized_text": ["cheaper", "too"]}, "3040": {"text": "I suppose they 're trying to be funny , but it 's really just an effort to continue demonizing Germans and propagating the Holocau $ t .", "tokenized_text": ["i", "suppose", "they", "re", "trying", "to", "be", "funny", "but", "it", "s", "really", "just", "an", "effort", "to", "continue", "demonizing", "germans", "and", "propagating", "the", "holocau", "t"]}, "3041": {"text": "It's not my responsibility to locate , isolate or else eliminate trolls at this site , nor do I wish to defend this person in any way .", "tokenized_text": ["it", "s", "not", "my", "responsibility", "to", "locate", "isolate", "or", "else", "eliminate", "trolls", "at", "this", "site", "nor", "do", "i", "wish", "to", "defend", "this", "person", "in", "any", "way"]}, "3042": {"text": "However , Loki is a trickster god within Norse mythology .", "tokenized_text": ["however", "loki", "is", "a", "trickster", "god", "within", "norse", "mythology"]}, "3043": {"text": "In concerns of ' chaos ' , within Greek mythology Chaos was held to be the primal space between heaven and earth , being mother to all substances arising from air .", "tokenized_text": ["in", "concerns", "of", "chaos", "within", "greek", "mythology", "chaos", "was", "held", "to", "be", "the", "primal", "space", "between", "heaven", "and", "earth", "being", "mother", "to", "all", "substances", "arising", "from", "air"]}, "3044": {"text": "As for Satan , the word comes from a root word meaning ' adversary ' and as such it should not be taken as to imply a singular being but rather anyone of an adverse nature , in a word , an opponent .", "tokenized_text": ["as", "for", "satan", "the", "word", "comes", "from", "a", "root", "word", "meaning", "adversary", "and", "as", "such", "it", "should", "not", "be", "taken", "as", "to", "imply", "a", "singular", "being", "but", "rather", "anyone", "of", "an", "adverse", "nature", "in", "a", "word", "an", "opponent"]}, "3045": {"text": "In consideration of the word ' satan ' , within such a context the notion of satan worship ( to worship ones adversary ) is an altogether stupid thought .", "tokenized_text": ["in", "consideration", "of", "the", "word", "satan", "within", "such", "a", "context", "the", "notion", "of", "satan", "worship", "to", "worship", "ones", "adversary", "is", "an", "altogether", "stupid", "thought"]}, "3046": {"text": "Then again , in this modern age of white youth emulating negroes and white adults groveling at the feet of the juden , perhaps it 's an appropriate word after all .", "tokenized_text": ["then", "again", "in", "this", "modern", "age", "of", "white", "youth", "emulating", "negroes", "and", "white", "adults", "groveling", "at", "the", "feet", "of", "the", "juden", "perhaps", "it", "s", "an", "appropriate", "word", "after", "all"]}, "3047": {"text": "I am within an hour from Saskatoon .", "tokenized_text": ["i", "am", "within", "an", "hour", "from", "saskatoon"]}, "3048": {"text": "Great to see there are a few others that are absolutely at the end of their rope with the virus we have sucking this province and country dry .", "tokenized_text": ["great", "to", "see", "there", "are", "a", "few", "others", "that", "are", "absolutely", "at", "the", "end", "of", "their", "rope", "with", "the", "virus", "we", "have", "sucking", "this", "province", "and", "country", "dry"]}, "3049": {"text": "I've got two knife blocks on the counter .", "tokenized_text": ["i", "ve", "got", "two", "knife", "blocks", "on", "the", "counter"]}, "3050": {"text": "One has a pretty nice mid-level quality knife set I got from an old employer in 2005 iirc and the other is loaded with a full set of the Old Hickory knives .", "tokenized_text": ["one", "has", "a", "pretty", "nice", "mid", "level", "quality", "knife", "set", "i", "got", "from", "an", "old", "employer", "in", "2005", "iirc", "and", "the", "other", "is", "loaded", "with", "a", "full", "set", "of", "the", "old", "hickory", "knives"]}, "3051": {"text": "I like them .", "tokenized_text": ["i", "like", "them"]}, "3052": {"text": "I sat up with my eldest son till 5 am to watch a fight that went 14 secs .", "tokenized_text": ["i", "sat", "up", "with", "my", "eldest", "son", "till", "5", "am", "to", "watch", "a", "fight", "that", "went", "14", "secs"]}, "3053": {"text": "I would do it again .", "tokenized_text": ["i", "would", "do", "it", "again"]}, "3054": {"text": "Facebook account helps me fo example if im not present in school .", "tokenized_text": ["facebook", "account", "helps", "me", "fo", "example", "if", "im", "not", "present", "in", "school"]}, "3055": {"text": "I can easily get homework from my classmates .", "tokenized_text": ["i", "can", "easily", "get", "homework", "from", "my", "classmates"]}, "3056": {"text": "I have 6 people as `` friends '' only .", "tokenized_text": ["i", "have", "6", "people", "as", "friends", "only"]}, "3057": {"text": "I have no doubt Los Angeles is a cess pool .", "tokenized_text": ["i", "have", "no", "doubt", "los", "angeles", "is", "a", "cess", "pool"]}, "3058": {"text": "If you thought Canada was mostly whites you must have avoided cities .", "tokenized_text": ["if", "you", "thought", "canada", "was", "mostly", "whites", "you", "must", "have", "avoided", "cities"]}, "3059": {"text": "Hearing the Wagner at the end of that video made me want to charge of into the night with a sword .", "tokenized_text": ["hearing", "the", "wagner", "at", "the", "end", "of", "that", "video", "made", "me", "want", "to", "charge", "of", "into", "the", "night", "with", "a", "sword"]}, "3060": {"text": "Remember to not make it just about being anti-everyone else , but to also make it about them being proud of their own family heritage .", "tokenized_text": ["remember", "to", "not", "make", "it", "just", "about", "being", "anti", "everyone", "else", "but", "to", "also", "make", "it", "about", "them", "being", "proud", "of", "their", "own", "family", "heritage"]}, "3061": {"text": "Don't bother with black culture , it 's not worth the effort .", "tokenized_text": ["don", "t", "bother", "with", "black", "culture", "it", "s", "not", "worth", "the", "effort"]}, "3062": {"text": "Just occasionally drive through the local hood and toss out a few new Shoes and fake toy guns and they 'll do the rest .", "tokenized_text": ["just", "occasionally", "drive", "through", "the", "local", "hood", "and", "toss", "out", "a", "few", "new", "shoes", "and", "fake", "toy", "guns", "and", "they", "ll", "do", "the", "rest"]}, "3063": {"text": "This link covers Citrus County and you are right , some very cheap lots and , the county , looks to be our kind of placehttp://www.homosassausa.com/", "tokenized_text": ["this", "link", "covers", "citrus", "county", "and", "you", "are", "right", "some", "very", "cheap", "lots", "and", "the", "county", "looks", "to", "be", "our", "kind", "of", "placehttp", "www", "homosassausa", "com"]}, "3064": {"text": "This has been going on since the sports bring in so much money .", "tokenized_text": ["this", "has", "been", "going", "on", "since", "the", "sports", "bring", "in", "so", "much", "money"]}, "3065": {"text": "These negro sports are supported with White peoples money .", "tokenized_text": ["these", "negro", "sports", "are", "supported", "with", "white", "peoples", "money"]}, "3066": {"text": "All the Whites I know watch negro sports and wear their sports gear .", "tokenized_text": ["all", "the", "whites", "i", "know", "watch", "negro", "sports", "and", "wear", "their", "sports", "gear"]}, "3067": {"text": "On week ends the avreage White person is glued to the TV watching negros play sports .", "tokenized_text": ["on", "week", "ends", "the", "avreage", "white", "person", "is", "glued", "to", "the", "tv", "watching", "negros", "play", "sports"]}, "3068": {"text": "I bookmarked their website last night .", "tokenized_text": ["i", "bookmarked", "their", "website", "last", "night"]}, "3069": {"text": "Once the budget tightening is over for the holidays will start buying certain things from there .", "tokenized_text": ["once", "the", "budget", "tightening", "is", "over", "for", "the", "holidays", "will", "start", "buying", "certain", "things", "from", "there"]}, "3070": {"text": "Chicago Teachers Union president explains how to inject politics into math - YouTube Chicago Teachers Union president Karen Lewis explains how to politicize school math for organizing - EAGnews.org powered by Education Action Group Foundation , Inc.", "tokenized_text": ["chicago", "teachers", "union", "president", "explains", "how", "to", "inject", "politics", "into", "math", "youtube", "chicago", "teachers", "union", "president", "karen", "lewis", "explains", "how", "to", "politicize", "school", "math", "for", "organizing", "eagnews", "org", "powered", "by", "education", "action", "group", "foundation", "inc"]}, "3071": {"text": "I went to Miss state and only saw 2 jews and they were students .", "tokenized_text": ["i", "went", "to", "miss", "state", "and", "only", "saw", "2", "jews", "and", "they", "were", "students"]}, "3072": {"text": "Maybe you should look there or just move here to miss. Or more specifically Tupelo .", "tokenized_text": ["maybe", "you", "should", "look", "there", "or", "just", "move", "here", "to", "miss", "or", "more", "specifically", "tupelo"]}, "3073": {"text": "All we have is blacks and a few mestizos and all are pretty well behaved , we keep them that way around here", "tokenized_text": ["all", "we", "have", "is", "blacks", "and", "a", "few", "mestizos", "and", "all", "are", "pretty", "well", "behaved", "we", "keep", "them", "that", "way", "around", "here"]}, "3074": {"text": "When I am around young people and rap music or negro culture comes up I make gestures implying the savagery of blacks .", "tokenized_text": ["when", "i", "am", "around", "young", "people", "and", "rap", "music", "or", "negro", "culture", "comes", "up", "i", "make", "gestures", "implying", "the", "savagery", "of", "blacks"]}, "3075": {"text": "Gotta represent my coconuts and mangos yo !!", "tokenized_text": ["gotta", "represent", "my", "coconuts", "and", "mangos", "yo"]}, "3076": {"text": "Anyone have a link to watch the Rousey / Correia fight online ?", "tokenized_text": ["anyone", "have", "a", "link", "to", "watch", "the", "rousey", "correia", "fight", "online"]}, "3077": {"text": "My goto link is toast and I am allergic to PPV .", "tokenized_text": ["my", "goto", "link", "is", "toast", "and", "i", "am", "allergic", "to", "ppv"]}, "3078": {"text": "Thanks !", "tokenized_text": ["thanks"]}, "3079": {"text": "Since you 're now in college I 'd suggest working on a B.A.E. degree and plan on moving to KS and working in this new school .", "tokenized_text": ["since", "you", "re", "now", "in", "college", "i", "d", "suggest", "working", "on", "a", "b", "a", "e", "degree", "and", "plan", "on", "moving", "to", "ks", "and", "working", "in", "this", "new", "school"]}, "3080": {"text": "We have to start somewhere with more than talk .", "tokenized_text": ["we", "have", "to", "start", "somewhere", "with", "more", "than", "talk"]}, "3081": {"text": "I've always like this topic and found that if not in a classroom I could enjoy a teacher talking on the topic from a video camera session with maybe someone doing Powerpoint edits , hint , hint .", "tokenized_text": ["i", "ve", "always", "like", "this", "topic", "and", "found", "that", "if", "not", "in", "a", "classroom", "i", "could", "enjoy", "a", "teacher", "talking", "on", "the", "topic", "from", "a", "video", "camera", "session", "with", "maybe", "someone", "doing", "powerpoint", "edits", "hint", "hint"]}, "3082": {"text": "I guess this could be added to the classes available section soon at the website ?", "tokenized_text": ["i", "guess", "this", "could", "be", "added", "to", "the", "classes", "available", "section", "soon", "at", "the", "website"]}, "3083": {"text": "Next to the section of those job openings ?", "tokenized_text": ["next", "to", "the", "section", "of", "those", "job", "openings"]}, "3084": {"text": "They mutilate their own , and they do their best to see to it that those whom they see as their goyim slaves are also marked ....", "tokenized_text": ["they", "mutilate", "their", "own", "and", "they", "do", "their", "best", "to", "see", "to", "it", "that", "those", "whom", "they", "see", "as", "their", "goyim", "slaves", "are", "also", "marked"]}, "3085": {"text": "Not free , but great for programming , business , and design learning , Lynda.com.", "tokenized_text": ["not", "free", "but", "great", "for", "programming", "business", "and", "design", "learning", "lynda", "com"]}, "3086": {"text": "It 's a monthly fee for all you can learn , 1900 courses .", "tokenized_text": ["it", "s", "a", "monthly", "fee", "for", "all", "you", "can", "learn", "1900", "courses"]}, "3087": {"text": "It offers certificates of completion for many courses .", "tokenized_text": ["it", "offers", "certificates", "of", "completion", "for", "many", "courses"]}, "3088": {"text": "Their brains have never developed so they think there still in the wild jungles of Africa .", "tokenized_text": ["their", "brains", "have", "never", "developed", "so", "they", "think", "there", "still", "in", "the", "wild", "jungles", "of", "africa"]}, "3089": {"text": "Having worked around blacks at my previous job every stereotype you hear are all true .", "tokenized_text": ["having", "worked", "around", "blacks", "at", "my", "previous", "job", "every", "stereotype", "you", "hear", "are", "all", "true"]}, "3090": {"text": "The only thing that they care about is welfare and mooching of all the rest of us .", "tokenized_text": ["the", "only", "thing", "that", "they", "care", "about", "is", "welfare", "and", "mooching", "of", "all", "the", "rest", "of", "us"]}, "3091": {"text": "Only the best bowmen could draw the 200lb bows , they were like the Barretts of their day .", "tokenized_text": ["only", "the", "best", "bowmen", "could", "draw", "the", "200lb", "bows", "they", "were", "like", "the", "barretts", "of", "their", "day"]}, "3092": {"text": "The common draw was between 80 - 140 lbs .", "tokenized_text": ["the", "common", "draw", "was", "between", "80", "140", "lbs"]}, "3093": {"text": "Frederick neichzche embraced the notion that for a race to evolve there had to be a struggle to kill of the weaker elements to keep them from contaminating the gene pool. in the US one could say that there is a breeding program to breed dumb ghetto blacks .", "tokenized_text": ["frederick", "neichzche", "embraced", "the", "notion", "that", "for", "a", "race", "to", "evolve", "there", "had", "to", "be", "a", "struggle", "to", "kill", "of", "the", "weaker", "elements", "to", "keep", "them", "from", "contaminating", "the", "gene", "pool", "in", "the", "us", "one", "could", "say", "that", "there", "is", "a", "breeding", "program", "to", "breed", "dumb", "ghetto", "blacks"]}, "3094": {"text": "With the liberal media and police departments under reporting black crime they have been given a pass on their ghetto ways so many times that it as becomes acceptable behavior for them as there is no real consequences for it .", "tokenized_text": ["with", "the", "liberal", "media", "and", "police", "departments", "under", "reporting", "black", "crime", "they", "have", "been", "given", "a", "pass", "on", "their", "ghetto", "ways", "so", "many", "times", "that", "it", "as", "becomes", "acceptable", "behavior", "for", "them", "as", "there", "is", "no", "real", "consequences", "for", "it"]}, "3095": {"text": "gander mountain told me there is no money in it surely there is some where what a great trade it would be", "tokenized_text": ["gander", "mountain", "told", "me", "there", "is", "no", "money", "in", "it", "surely", "there", "is", "some", "where", "what", "a", "great", "trade", "it", "would", "be"]}, "3096": {"text": "The Negro is generally terrified of Whites , the second you stand up to them they usally back away , thats unless they 're carrying a gun at which point the savages are rarely reluctant to use .", "tokenized_text": ["the", "negro", "is", "generally", "terrified", "of", "whites", "the", "second", "you", "stand", "up", "to", "them", "they", "usally", "back", "away", "thats", "unless", "they", "re", "carrying", "a", "gun", "at", "which", "point", "the", "savages", "are", "rarely", "reluctant", "to", "use"]}, "3097": {"text": "Great show !", "tokenized_text": ["great", "show"]}, "3098": {"text": "My son and I have followed it since it started .", "tokenized_text": ["my", "son", "and", "i", "have", "followed", "it", "since", "it", "started"]}, "3099": {"text": "That is one hell of a system they designed to flood the shaft .", "tokenized_text": ["that", "is", "one", "hell", "of", "a", "system", "they", "designed", "to", "flood", "the", "shaft"]}, "3100": {"text": "He is a hero of mine .", "tokenized_text": ["he", "is", "a", "hero", "of", "mine"]}, "3101": {"text": "It is amazing what they accomplished back then without the distractions and crappy public schools .", "tokenized_text": ["it", "is", "amazing", "what", "they", "accomplished", "back", "then", "without", "the", "distractions", "and", "crappy", "public", "schools"]}, "3102": {"text": "They do this with criminals who ought to be in jail , they put tracking bracelets on them and the smart ones cut them off before they rape and rob , the dumb ones do n't care and just leave them on .", "tokenized_text": ["they", "do", "this", "with", "criminals", "who", "ought", "to", "be", "in", "jail", "they", "put", "tracking", "bracelets", "on", "them", "and", "the", "smart", "ones", "cut", "them", "off", "before", "they", "rape", "and", "rob", "the", "dumb", "ones", "do", "n", "t", "care", "and", "just", "leave", "them", "on"]}, "3103": {"text": "Does he know what `` infringed '' means ?", "tokenized_text": ["does", "he", "know", "what", "infringed", "means"]}, "3104": {"text": "I saw that episode of the Sopranos ... and was applauding Tony !", "tokenized_text": ["i", "saw", "that", "episode", "of", "the", "sopranos", "and", "was", "applauding", "tony"]}, "3105": {"text": "I - hate - to see men of all ages wearing baseball caps in inappropriate environments .", "tokenized_text": ["i", "hate", "to", "see", "men", "of", "all", "ages", "wearing", "baseball", "caps", "in", "inappropriate", "environments"]}, "3106": {"text": "Austrians and Dutch people are darker than the British , many of them with dark hair and brown eyes .", "tokenized_text": ["austrians", "and", "dutch", "people", "are", "darker", "than", "the", "british", "many", "of", "them", "with", "dark", "hair", "and", "brown", "eyes"]}, "3107": {"text": "You are thinking there 's something else in their European blood but it 's only genetic variation .", "tokenized_text": ["you", "are", "thinking", "there", "s", "something", "else", "in", "their", "european", "blood", "but", "it", "s", "only", "genetic", "variation"]}, "3108": {"text": "I have always thought whites and negroes are as different as lions and tigers .", "tokenized_text": ["i", "have", "always", "thought", "whites", "and", "negroes", "are", "as", "different", "as", "lions", "and", "tigers"]}, "3109": {"text": "Just because we can `` breed '' does n't mean we should .", "tokenized_text": ["just", "because", "we", "can", "breed", "does", "n", "t", "mean", "we", "should"]}, "3110": {"text": "I needed to be in 3 places last night , including this one : Christmas with the Gothard Sisters 2014 : Show Teaser - YouTube", "tokenized_text": ["i", "needed", "to", "be", "in", "3", "places", "last", "night", "including", "this", "one", "christmas", "with", "the", "gothard", "sisters", "2014", "show", "teaser", "youtube"]}, "3111": {"text": "Well, I finished Electrical Engineering at Texas Tech , and came away with four job offers.and wound up with enough money to buy houses and cars and keep my wife happy .", "tokenized_text": ["well", "i", "finished", "electrical", "engineering", "at", "texas", "tech", "and", "came", "away", "with", "four", "job", "offers", "and", "wound", "up", "with", "enough", "money", "to", "buy", "houses", "and", "cars", "and", "keep", "my", "wife", "happy"]}, "3112": {"text": "the think different video is excellent. when i watch videos like this i get a warm nostalgic feeling inside , must be similar to my mum when she watches gone with the wind or doctor zhivago", "tokenized_text": ["the", "think", "different", "video", "is", "excellent", "when", "i", "watch", "videos", "like", "this", "i", "get", "a", "warm", "nostalgic", "feeling", "inside", "must", "be", "similar", "to", "my", "mum", "when", "she", "watches", "gone", "with", "the", "wind", "or", "doctor", "zhivago"]}, "3113": {"text": "You will have to get some space in your apartment. clear out a 6x6 foot space of floor and do floor exercises , stretch , do deep breathing , get a couple of dumbbells .", "tokenized_text": ["you", "will", "have", "to", "get", "some", "space", "in", "your", "apartment", "clear", "out", "a", "6x6", "foot", "space", "of", "floor", "and", "do", "floor", "exercises", "stretch", "do", "deep", "breathing", "get", "a", "couple", "of", "dumbbells"]}, "3114": {"text": "He just got completely knocked out , should be fine , I 've seen people flop around like a fish many times after being completely knocked out .", "tokenized_text": ["he", "just", "got", "completely", "knocked", "out", "should", "be", "fine", "i", "ve", "seen", "people", "flop", "around", "like", "a", "fish", "many", "times", "after", "being", "completely", "knocked", "out"]}, "3115": {"text": "Could definitely do without the chest compressions .", "tokenized_text": ["could", "definitely", "do", "without", "the", "chest", "compressions"]}, "3116": {"text": "Seems to me that aluminum is lighter , softer , more prone to distortion , and creates more friction , as well as corroding more easily .", "tokenized_text": ["seems", "to", "me", "that", "aluminum", "is", "lighter", "softer", "more", "prone", "to", "distortion", "and", "creates", "more", "friction", "as", "well", "as", "corroding", "more", "easily"]}, "3117": {"text": "But I never liked working with metal as much as wood .", "tokenized_text": ["but", "i", "never", "liked", "working", "with", "metal", "as", "much", "as", "wood"]}, "3118": {"text": "I would expect more minute particles of aluminum to be left behind in your firearm in comparison to brass .", "tokenized_text": ["i", "would", "expect", "more", "minute", "particles", "of", "aluminum", "to", "be", "left", "behind", "in", "your", "firearm", "in", "comparison", "to", "brass"]}, "3119": {"text": "I ca n't imagine anyone who loves their firearm would run very much steel through it .", "tokenized_text": ["i", "ca", "n", "t", "imagine", "anyone", "who", "loves", "their", "firearm", "would", "run", "very", "much", "steel", "through", "it"]}, "3120": {"text": "Steel casing have to be harder on the gun .", "tokenized_text": ["steel", "casing", "have", "to", "be", "harder", "on", "the", "gun"]}, "3121": {"text": "Steel is harder than brass .", "tokenized_text": ["steel", "is", "harder", "than", "brass"]}, "3122": {"text": "Now , if you have an old beater to play with ....", "tokenized_text": ["now", "if", "you", "have", "an", "old", "beater", "to", "play", "with"]}, "3123": {"text": "A guy could shoot anything in that $ 140 Leinad 410 double barrel .", "tokenized_text": ["a", "guy", "could", "shoot", "anything", "in", "that", "140", "leinad", "410", "double", "barrel"]}, "3124": {"text": "Load the shells with pieces of steel rod .", "tokenized_text": ["load", "the", "shells", "with", "pieces", "of", "steel", "rod"]}, "3125": {"text": "Saw that youtube video of those guys shooting 444 marlin and 454 Casull in an old 410 shotgun .", "tokenized_text": ["saw", "that", "youtube", "video", "of", "those", "guys", "shooting", "444", "marlin", "and", "454", "casull", "in", "an", "old", "410", "shotgun"]}, "3126": {"text": "The old shotgun held together !", "tokenized_text": ["the", "old", "shotgun", "held", "together"]}, "3127": {"text": "My point is , that if you have a nice gun that you value , shoot good ammo in it .", "tokenized_text": ["my", "point", "is", "that", "if", "you", "have", "a", "nice", "gun", "that", "you", "value", "shoot", "good", "ammo", "in", "it"]}, "3128": {"text": "Do n't pay much attention to me , though .", "tokenized_text": ["do", "n", "t", "pay", "much", "attention", "to", "me", "though"]}, "3129": {"text": "I have n't had any first hand knowledge of guns for nearly two decades .", "tokenized_text": ["i", "have", "n", "t", "had", "any", "first", "hand", "knowledge", "of", "guns", "for", "nearly", "two", "decades"]}, "3130": {"text": "The border war moves closer to home : Just another day. . . . : A relaxing evening at home suddenly turns into the pursuit of drug smugglers in my neighborhood My blog. . .", "tokenized_text": ["the", "border", "war", "moves", "closer", "to", "home", "just", "another", "day", "a", "relaxing", "evening", "at", "home", "suddenly", "turns", "into", "the", "pursuit", "of", "drug", "smugglers", "in", "my", "neighborhood", "my", "blog"]}, "3131": {"text": "Just another day. . . .", "tokenized_text": ["just", "another", "day"]}, "3132": {"text": "Next time you see someone with their pants falling down , just help them !", "tokenized_text": ["next", "time", "you", "see", "someone", "with", "their", "pants", "falling", "down", "just", "help", "them"]}, "3133": {"text": "Pull them right down , and push them over !", "tokenized_text": ["pull", "them", "right", "down", "and", "push", "them", "over"]}, "3134": {"text": "Ya, and they kind of missed the fact that he is going to inner city schools teaching the monkeys how to better kick your white butt !", "tokenized_text": ["ya", "and", "they", "kind", "of", "missed", "the", "fact", "that", "he", "is", "going", "to", "inner", "city", "schools", "teaching", "the", "monkeys", "how", "to", "better", "kick", "your", "white", "butt"]}, "3135": {"text": "Only 6 Corporations Control Over 90 % of the Television Channels These Corporations are Anti-White and are Turning Our People Into Zombies Let 's break the monopoly of news and information by supporting alternative , pro-white media like Stormfront .", "tokenized_text": ["only", "6", "corporations", "control", "over", "90", "of", "the", "television", "channels", "these", "corporations", "are", "anti", "white", "and", "are", "turning", "our", "people", "into", "zombies", "let", "s", "break", "the", "monopoly", "of", "news", "and", "information", "by", "supporting", "alternative", "pro", "white", "media", "like", "stormfront"]}, "3136": {"text": "Please click on the banner below to join Stormfront today .", "tokenized_text": ["please", "click", "on", "the", "banner", "below", "to", "join", "stormfront", "today"]}, "3137": {"text": "We thank you for your support !", "tokenized_text": ["we", "thank", "you", "for", "your", "support"]}, "3138": {"text": "Agreed.", "tokenized_text": ["agreed"]}, "3139": {"text": "Holy cow , I cannot believe the BS that goes on in a public school system vs. actual learning .", "tokenized_text": ["holy", "cow", "i", "cannot", "believe", "the", "bs", "that", "goes", "on", "in", "a", "public", "school", "system", "vs", "actual", "learning"]}, "3140": {"text": "Not to mention the political correctness spew thrown into the ' actual learning ' .", "tokenized_text": ["not", "to", "mention", "the", "political", "correctness", "spew", "thrown", "into", "the", "actual", "learning"]}, "3141": {"text": "I thought I 'd add some of my babies to the thread The iguana is a recent rescue from someone who could n't care for her .", "tokenized_text": ["i", "thought", "i", "d", "add", "some", "of", "my", "babies", "to", "the", "thread", "the", "iguana", "is", "a", "recent", "rescue", "from", "someone", "who", "could", "n", "t", "care", "for", "her"]}, "3142": {"text": "I 'm very worried she is n't well .", "tokenized_text": ["i", "m", "very", "worried", "she", "is", "n", "t", "well"]}, "3143": {"text": "The lovely previous owner had fed her a steady diet of iceberg lettuce , carrots , and bananas , as well as 0 UVB for the past 7 months .", "tokenized_text": ["the", "lovely", "previous", "owner", "had", "fed", "her", "a", "steady", "diet", "of", "iceberg", "lettuce", "carrots", "and", "bananas", "as", "well", "as", "0", "uvb", "for", "the", "past", "7", "months"]}, "3144": {"text": "I 'm guessing her age to be around 12-18 months , and she is TINY She 's 15 inches STL , keeping in mind she 's missing a small piece at the end .", "tokenized_text": ["i", "m", "guessing", "her", "age", "to", "be", "around", "12", "18", "months", "and", "she", "is", "tiny", "she", "s", "15", "inches", "stl", "keeping", "in", "mind", "she", "s", "missing", "a", "small", "piece", "at", "the", "end"]}, "3145": {"text": "Our herp vet is gone til the middle of April , I ca n't wait to get her in and have her checked out .", "tokenized_text": ["our", "herp", "vet", "is", "gone", "til", "the", "middle", "of", "april", "i", "ca", "n", "t", "wait", "to", "get", "her", "in", "and", "have", "her", "checked", "out"]}, "3146": {"text": "She 's such a sweet little thing , her temperament has changed so from when I first brought her home just 2 weeks ago .", "tokenized_text": ["she", "s", "such", "a", "sweet", "little", "thing", "her", "temperament", "has", "changed", "so", "from", "when", "i", "first", "brought", "her", "home", "just", "2", "weeks", "ago"]}, "3147": {"text": "All she needed was some attention and patience .", "tokenized_text": ["all", "she", "needed", "was", "some", "attention", "and", "patience"]}, "3148": {"text": "And .... I know the rose hair is n't a reptile , but she 's sweet and I could n't leave her out They are another misunderstood family of creatures .", "tokenized_text": ["and", "i", "know", "the", "rose", "hair", "is", "n", "t", "a", "reptile", "but", "she", "s", "sweet", "and", "i", "could", "n", "t", "leave", "her", "out", "they", "are", "another", "misunderstood", "family", "of", "creatures"]}, "3149": {"text": "Back when I was a kid , even the black folks called them that .... `` Ooohhh I' z cai n't wait until Crimusz , I' z gonna get me sum of dem niggah-toes and oranguz fo ' Crimusz , an ' sum peppahmintz ; dey shoa iz gud ! ''", "tokenized_text": ["back", "when", "i", "was", "a", "kid", "even", "the", "black", "folks", "called", "them", "that", "ooohhh", "i", "z", "cai", "n", "t", "wait", "until", "crimusz", "i", "z", "gonna", "get", "me", "sum", "of", "dem", "niggah", "toes", "and", "oranguz", "fo", "crimusz", "an", "sum", "peppahmintz", "dey", "shoa", "iz", "gud"]}, "3150": {"text": "I think there are some great Country and Western songs about or related to driving trucks .", "tokenized_text": ["i", "think", "there", "are", "some", "great", "country", "and", "western", "songs", "about", "or", "related", "to", "driving", "trucks"]}, "3151": {"text": "Roll On Big Mamma - YouTube", "tokenized_text": ["roll", "on", "big", "mamma", "youtube"]}, "3152": {"text": "My gut tells me the percentage of legal minority gun owners is pretty small .", "tokenized_text": ["my", "gut", "tells", "me", "the", "percentage", "of", "legal", "minority", "gun", "owners", "is", "pretty", "small"]}, "3153": {"text": "Any regulation will hurt us , not them .", "tokenized_text": ["any", "regulation", "will", "hurt", "us", "not", "them"]}, "3154": {"text": "If you want to see what having a black , kenyan White-hating muslime in the Whitehouse has created , go look at Tarantino 's latest flick Django Unchained .", "tokenized_text": ["if", "you", "want", "to", "see", "what", "having", "a", "black", "kenyan", "white", "hating", "muslime", "in", "the", "whitehouse", "has", "created", "go", "look", "at", "tarantino", "s", "latest", "flick", "django", "unchained"]}, "3155": {"text": "It 's like `` The Legend Of / Vigger Charlie '' on crack .", "tokenized_text": ["it", "s", "like", "the", "legend", "of", "vigger", "charlie", "on", "crack"]}, "3156": {"text": "Go see you tube video about Z-Backscatter Vans too .", "tokenized_text": ["go", "see", "you", "tube", "video", "about", "z", "backscatter", "vans", "too"]}, "3157": {"text": "yeah it just jews stealing stuff from other martial arts. dont worry about it unless they try to recruit you for the mossad", "tokenized_text": ["yeah", "it", "just", "jews", "stealing", "stuff", "from", "other", "martial", "arts", "dont", "worry", "about", "it", "unless", "they", "try", "to", "recruit", "you", "for", "the", "mossad"]}, "3158": {"text": "Classic trucker songs YouTube - & #x202a ; Dave Dudley - Diesel Smoke ( 18WoS : PTTM ) & #x202c ; & rlm ; Diesel Smoke another of same song , different video , says the artist was Red Simpson YouTube - & #x202a ; Red Simpson - Diesel smoke , & #x202c ; & rlm ; YouTube - & #x202a ; Red Sovine-Truck Drivin ' Son Of A Gun & #x202c ; & rlm ; Truck Drivin ' Son of a Gun YouTube - & #x202a ; Terry Allen - Amarillo Highway & #x202c ; & rlm ; Amarillo Highway ( slow version , live , with violins ) YouTube - & #x202a ; Robert Earl Keen - Amarillo Highway & #x202c ; & rlm ; Fast rockin ' country version by Robert Earl Keene", "tokenized_text": ["classic", "trucker", "songs", "youtube", "x202a", "dave", "dudley", "diesel", "smoke", "18wos", "pttm", "x202c", "rlm", "diesel", "smoke", "another", "of", "same", "song", "different", "video", "says", "the", "artist", "was", "red", "simpson", "youtube", "x202a", "red", "simpson", "diesel", "smoke", "x202c", "rlm", "youtube", "x202a", "red", "sovine", "truck", "drivin", "son", "of", "a", "gun", "x202c", "rlm", "truck", "drivin", "son", "of", "a", "gun", "youtube", "x202a", "terry", "allen", "amarillo", "highway", "x202c", "rlm", "amarillo", "highway", "slow", "version", "live", "with", "violins", "youtube", "x202a", "robert", "earl", "keen", "amarillo", "highway", "x202c", "rlm", "fast", "rockin", "country", "version", "by", "robert", "earl", "keene"]}, "3159": {"text": "You use your handgun , to fight back to your shotgun !", "tokenized_text": ["you", "use", "your", "handgun", "to", "fight", "back", "to", "your", "shotgun"]}, "3160": {"text": "I 've seen shots with a .45 , where people walked around angry .", "tokenized_text": ["i", "ve", "seen", "shots", "with", "a", "45", "where", "people", "walked", "around", "angry"]}, "3161": {"text": "Fedor going down like he did hurt a lot too .", "tokenized_text": ["fedor", "going", "down", "like", "he", "did", "hurt", "a", "lot", "too"]}, "3162": {"text": "I feel like athletic whites do not have enough kids because when you have a lot of brothers it forces you to fight your way to the top .", "tokenized_text": ["i", "feel", "like", "athletic", "whites", "do", "not", "have", "enough", "kids", "because", "when", "you", "have", "a", "lot", "of", "brothers", "it", "forces", "you", "to", "fight", "your", "way", "to", "the", "top"]}, "3163": {"text": "Kurt Angle youngest of 5 brothers , Brock Lesnar youngest of 3 brother .", "tokenized_text": ["kurt", "angle", "youngest", "of", "5", "brothers", "brock", "lesnar", "youngest", "of", "3", "brother"]}, "3164": {"text": "Instead it is the athletic negro Holyfield 11 kids , Mike Tyson 7 kids , Riddick Bowe 5 kids , George Foreman 10 kids who procreate like apes and spread these athlete genes along .", "tokenized_text": ["instead", "it", "is", "the", "athletic", "negro", "holyfield", "11", "kids", "mike", "tyson", "7", "kids", "riddick", "bowe", "5", "kids", "george", "foreman", "10", "kids", "who", "procreate", "like", "apes", "and", "spread", "these", "athlete", "genes", "along"]}, "3165": {"text": "Through numbers alone 200 million whites in this country some of these white kids should be doing wrestling and getting into MMA through wrestling .", "tokenized_text": ["through", "numbers", "alone", "200", "million", "whites", "in", "this", "country", "some", "of", "these", "white", "kids", "should", "be", "doing", "wrestling", "and", "getting", "into", "mma", "through", "wrestling"]}, "3166": {"text": "Instead I am seeing this tiny percentage of black wrestlers taking all the MMA spots .", "tokenized_text": ["instead", "i", "am", "seeing", "this", "tiny", "percentage", "of", "black", "wrestlers", "taking", "all", "the", "mma", "spots"]}, "3167": {"text": "That's a shame I bought their home school publication years back .", "tokenized_text": ["that", "s", "a", "shame", "i", "bought", "their", "home", "school", "publication", "years", "back"]}, "3168": {"text": "I am looking for WN specific Home School material ?", "tokenized_text": ["i", "am", "looking", "for", "wn", "specific", "home", "school", "material"]}, "3169": {"text": "Is there anything out there ?", "tokenized_text": ["is", "there", "anything", "out", "there"]}, "3170": {"text": "The Christian culture still engages in human sacrifices on a daily basis - let 's take a look at some of their ritual practices : [ IMG ] http://torture.justsick * * * * .com/wp-content/uploads/2007/10/butter-electric-chair-botched.jpg [ /IMG ] Another sacrifical victim is dispatched .....", "tokenized_text": ["the", "christian", "culture", "still", "engages", "in", "human", "sacrifices", "on", "a", "daily", "basis", "let", "s", "take", "a", "look", "at", "some", "of", "their", "ritual", "practices", "img", "http", "torture", "justsick", "com", "wp", "content", "uploads", "2007", "10", "butter", "electric", "chair", "botched", "jpg", "img", "another", "sacrifical", "victim", "is", "dispatched"]}, "3171": {"text": "My grandmother Has Red Hair .", "tokenized_text": ["my", "grandmother", "has", "red", "hair"]}, "3172": {"text": "My Father Had Red hair .", "tokenized_text": ["my", "father", "had", "red", "hair"]}, "3173": {"text": "But I was Born With blond hair and it turned Brown by the time I turned 9 .", "tokenized_text": ["but", "i", "was", "born", "with", "blond", "hair", "and", "it", "turned", "brown", "by", "the", "time", "i", "turned", "9"]}, "3174": {"text": "Everyone in my family seems to either have Green eyes or Blue too .", "tokenized_text": ["everyone", "in", "my", "family", "seems", "to", "either", "have", "green", "eyes", "or", "blue", "too"]}, "3175": {"text": "Knock Out With Knife Hands ( US Marines ) - YouTube Kelly mccan/jum grover uses lots of strikes to that area when teaching combatives", "tokenized_text": ["knock", "out", "with", "knife", "hands", "us", "marines", "youtube", "kelly", "mccan", "jum", "grover", "uses", "lots", "of", "strikes", "to", "that", "area", "when", "teaching", "combatives"]}, "3176": {"text": "Remind them that they 're just another Jew tool and that they are basically spitting on the graves of millions of people that were murdered by real Communists .", "tokenized_text": ["remind", "them", "that", "they", "re", "just", "another", "jew", "tool", "and", "that", "they", "are", "basically", "spitting", "on", "the", "graves", "of", "millions", "of", "people", "that", "were", "murdered", "by", "real", "communists"]}, "3177": {"text": "Communism is no laughing matter and should n't be impersonated for intentional ' rebelliousness ' .", "tokenized_text": ["communism", "is", "no", "laughing", "matter", "and", "should", "n", "t", "be", "impersonated", "for", "intentional", "rebelliousness"]}, "3178": {"text": "http://www.youtube.com/watch ? v = vaEZZnW _ MJo", "tokenized_text": ["http", "www", "youtube", "com", "watch", "v", "vaezznw", "_", "mjo"]}, "3179": {"text": "This is exactly what the Truth Movement needs more of !", "tokenized_text": ["this", "is", "exactly", "what", "the", "truth", "movement", "needs", "more", "of"]}, "3180": {"text": "A couple of White woman who speak the full truth and NAME THE JEW !", "tokenized_text": ["a", "couple", "of", "white", "woman", "who", "speak", "the", "full", "truth", "and", "name", "the", "jew"]}, "3181": {"text": "Great job Dr. Lorraine Day and Deanna Spingola !", "tokenized_text": ["great", "job", "dr", "lorraine", "day", "and", "deanna", "spingola"]}, "3182": {"text": "Deanna Spingola and Dr. Lorraine Day - Zionism , the Holocaust , Aids and Vaccines YouTube - Deanna Spingola and Dr. Lorraine Day - Zionism , the Holocaust , Aids and Vaccines Listen/watch the full interview @ Deanna Spingola and Dr. Lorraine Day - Zionism , the Holocaust , Aids and Vaccines : Free Download & Streaming : Internet Archive www.DrDay.com www.GoodNewsAboutGod.com", "tokenized_text": ["deanna", "spingola", "and", "dr", "lorraine", "day", "zionism", "the", "holocaust", "aids", "and", "vaccines", "youtube", "deanna", "spingola", "and", "dr", "lorraine", "day", "zionism", "the", "holocaust", "aids", "and", "vaccines", "listen", "watch", "the", "full", "interview", "deanna", "spingola", "and", "dr", "lorraine", "day", "zionism", "the", "holocaust", "aids", "and", "vaccines", "free", "download", "streaming", "internet", "archive", "www", "drday", "com", "www", "goodnewsaboutgod", "com"]}, "3183": {"text": "Restrictions on basketball hoops in Wickliffe , Willowick parks curb complaints , but some players are n't happy - Cleveland.com City puts out curfew of 5pm , and puts steering wheel locks on city park Basketball hoops to curb TNB .", "tokenized_text": ["restrictions", "on", "basketball", "hoops", "in", "wickliffe", "willowick", "parks", "curb", "complaints", "but", "some", "players", "are", "n", "t", "happy", "cleveland", "com", "city", "puts", "out", "curfew", "of", "5pm", "and", "puts", "steering", "wheel", "locks", "on", "city", "park", "basketball", "hoops", "to", "curb", "tnb"]}, "3184": {"text": "But no one talks about the real problem .", "tokenized_text": ["but", "no", "one", "talks", "about", "the", "real", "problem"]}, "3185": {"text": "When I go to just about any Australian city I feel like a foreigner , these cities were built by my own flesh and blood , I should not feel like an alien in them .", "tokenized_text": ["when", "i", "go", "to", "just", "about", "any", "australian", "city", "i", "feel", "like", "a", "foreigner", "these", "cities", "were", "built", "by", "my", "own", "flesh", "and", "blood", "i", "should", "not", "feel", "like", "an", "alien", "in", "them"]}, "3186": {"text": "Blacks Who Lynched Blacks -- Truth Behind American Lynchings The Lynching Myths January 15 , 2012 Violent Crimes : Black On White & White On Black : Blacks Who Lynched Blacks -- Truth Behind American Lynchings", "tokenized_text": ["blacks", "who", "lynched", "blacks", "truth", "behind", "american", "lynchings", "the", "lynching", "myths", "january", "15", "2012", "violent", "crimes", "black", "on", "white", "white", "on", "black", "blacks", "who", "lynched", "blacks", "truth", "behind", "american", "lynchings"]}, "3187": {"text": "That is when you take out your phone and take pictures of them .", "tokenized_text": ["that", "is", "when", "you", "take", "out", "your", "phone", "and", "take", "pictures", "of", "them"]}, "3188": {"text": "There is no expectation of privacy in public , so taking their pictures is legal .", "tokenized_text": ["there", "is", "no", "expectation", "of", "privacy", "in", "public", "so", "taking", "their", "pictures", "is", "legal"]}, "3189": {"text": "I suspect they took them because a few of the guys behind were talking about how they had 7k rounds of.22 stocked .", "tokenized_text": ["i", "suspect", "they", "took", "them", "because", "a", "few", "of", "the", "guys", "behind", "were", "talking", "about", "how", "they", "had", "7k", "rounds", "of", "22", "stocked"]}, "3190": {"text": "Rock music video for 12 Stones band , with truck footage .", "tokenized_text": ["rock", "music", "video", "for", "12", "stones", "band", "with", "truck", "footage"]}, "3191": {"text": "Dash cam truck passes Fedex wiggle wagon at 2 : 40-3 : 00 area .", "tokenized_text": ["dash", "cam", "truck", "passes", "fedex", "wiggle", "wagon", "at", "2", "40", "3", "00", "area"]}, "3192": {"text": "YouTube - Good Night to Fed Ex", "tokenized_text": ["youtube", "good", "night", "to", "fed", "ex"]}, "3193": {"text": "You may be right , I do n't remember if I was using a liberal curve or not when giving him a 3.5", "tokenized_text": ["you", "may", "be", "right", "i", "do", "n", "t", "remember", "if", "i", "was", "using", "a", "liberal", "curve", "or", "not", "when", "giving", "him", "a", "3", "5"]}, "3194": {"text": "It's weird most Indians dot and to an extent feather that I deal with hate blacks more than they do whites and find blacks to be lazy and worthless .", "tokenized_text": ["it", "s", "weird", "most", "indians", "dot", "and", "to", "an", "extent", "feather", "that", "i", "deal", "with", "hate", "blacks", "more", "than", "they", "do", "whites", "and", "find", "blacks", "to", "be", "lazy", "and", "worthless"]}, "3195": {"text": "You must have some luck having the one Indian that loves blacks as a teacher .", "tokenized_text": ["you", "must", "have", "some", "luck", "having", "the", "one", "indian", "that", "loves", "blacks", "as", "a", "teacher"]}, "3196": {"text": "I'll try and see if my sister can bring home the sheet from my old high school with like 20 websites and their passwords of scholary reviewed articls", "tokenized_text": ["i", "ll", "try", "and", "see", "if", "my", "sister", "can", "bring", "home", "the", "sheet", "from", "my", "old", "high", "school", "with", "like", "20", "websites", "and", "their", "passwords", "of", "scholary", "reviewed", "articls"]}, "3197": {"text": "I'm looking for a good book on the terror laid down by Stalin upon his own people , preferably from a nationalist or at least neutral perspective .", "tokenized_text": ["i", "m", "looking", "for", "a", "good", "book", "on", "the", "terror", "laid", "down", "by", "stalin", "upon", "his", "own", "people", "preferably", "from", "a", "nationalist", "or", "at", "least", "neutral", "perspective"]}, "3198": {"text": "There are lots of brown and black kids in the system gays could adopt .", "tokenized_text": ["there", "are", "lots", "of", "brown", "and", "black", "kids", "in", "the", "system", "gays", "could", "adopt"]}, "3199": {"text": "I do think abusive parents are worse than gays one .", "tokenized_text": ["i", "do", "think", "abusive", "parents", "are", "worse", "than", "gays", "one"]}, "3200": {"text": "That 's to assume the gay ones are n't abusive .", "tokenized_text": ["that", "s", "to", "assume", "the", "gay", "ones", "are", "n", "t", "abusive"]}, "3201": {"text": "I do n't know if that is true .", "tokenized_text": ["i", "do", "n", "t", "know", "if", "that", "is", "true"]}, "3202": {"text": "Not long ago I got a note from my diocese mentioning that being a Mason is committing a grave sin and Catholics are not allowed to join them .", "tokenized_text": ["not", "long", "ago", "i", "got", "a", "note", "from", "my", "diocese", "mentioning", "that", "being", "a", "mason", "is", "committing", "a", "grave", "sin", "and", "catholics", "are", "not", "allowed", "to", "join", "them"]}, "3203": {"text": "I am new on here and so far i like most of what i have seen.I am looking for some suggestions on reading material i should read to educate myself about my heritage and how to protect it.I know there are some intelligent people on here who can point me in the right direction or even share some of their knowledge with me so i can be more educated and prepared to be able to help not only myself but my race .", "tokenized_text": ["i", "am", "new", "on", "here", "and", "so", "far", "i", "like", "most", "of", "what", "i", "have", "seen", "i", "am", "looking", "for", "some", "suggestions", "on", "reading", "material", "i", "should", "read", "to", "educate", "myself", "about", "my", "heritage", "and", "how", "to", "protect", "it", "i", "know", "there", "are", "some", "intelligent", "people", "on", "here", "who", "can", "point", "me", "in", "the", "right", "direction", "or", "even", "share", "some", "of", "their", "knowledge", "with", "me", "so", "i", "can", "be", "more", "educated", "and", "prepared", "to", "be", "able", "to", "help", "not", "only", "myself", "but", "my", "race"]}, "3204": {"text": "I am a proud white man and want to do my part to make sure there can be proud white men in the future .", "tokenized_text": ["i", "am", "a", "proud", "white", "man", "and", "want", "to", "do", "my", "part", "to", "make", "sure", "there", "can", "be", "proud", "white", "men", "in", "the", "future"]}, "3205": {"text": "Good thread and good points .", "tokenized_text": ["good", "thread", "and", "good", "points"]}, "3206": {"text": "Many Asians will see something once and memorize it the rest of their lives , but when asked ' how ' it works or use it creatively , they draw a blank .", "tokenized_text": ["many", "asians", "will", "see", "something", "once", "and", "memorize", "it", "the", "rest", "of", "their", "lives", "but", "when", "asked", "how", "it", "works", "or", "use", "it", "creatively", "they", "draw", "a", "blank"]}, "3207": {"text": "There was lots of talk a few years ago of Asian students performing brilliantly , outperforming many Whites and others in school .", "tokenized_text": ["there", "was", "lots", "of", "talk", "a", "few", "years", "ago", "of", "asian", "students", "performing", "brilliantly", "outperforming", "many", "whites", "and", "others", "in", "school"]}, "3208": {"text": "Then these students graduated college and joined the workforce , only to fail .", "tokenized_text": ["then", "these", "students", "graduated", "college", "and", "joined", "the", "workforce", "only", "to", "fail"]}, "3209": {"text": "Intellectual morons , or educated idiots , are good phrases to describe them .", "tokenized_text": ["intellectual", "morons", "or", "educated", "idiots", "are", "good", "phrases", "to", "describe", "them"]}, "3210": {"text": "It's not government money , it 's taxpayer money and they should spend it as they see fit .", "tokenized_text": ["it", "s", "not", "government", "money", "it", "s", "taxpayer", "money", "and", "they", "should", "spend", "it", "as", "they", "see", "fit"]}, "3211": {"text": "You educate your kids your way and let others do the same .", "tokenized_text": ["you", "educate", "your", "kids", "your", "way", "and", "let", "others", "do", "the", "same"]}, "3212": {"text": "If making a personal profit from government is even in a politician 's or activist mind they are good for nothing , but kindling .", "tokenized_text": ["if", "making", "a", "personal", "profit", "from", "government", "is", "even", "in", "a", "politician", "s", "or", "activist", "mind", "they", "are", "good", "for", "nothing", "but", "kindling"]}, "3213": {"text": "I already have most of the above .", "tokenized_text": ["i", "already", "have", "most", "of", "the", "above"]}, "3214": {"text": "I was hoping someone may have come across something published for his age range or reading level .", "tokenized_text": ["i", "was", "hoping", "someone", "may", "have", "come", "across", "something", "published", "for", "his", "age", "range", "or", "reading", "level"]}, "3215": {"text": "Thanks though .", "tokenized_text": ["thanks", "though"]}, "3216": {"text": "luckily my child goes to a more white school so they do not even teach about this and they are the only school in the county that had school on mlk day .", "tokenized_text": ["luckily", "my", "child", "goes", "to", "a", "more", "white", "school", "so", "they", "do", "not", "even", "teach", "about", "this", "and", "they", "are", "the", "only", "school", "in", "the", "county", "that", "had", "school", "on", "mlk", "day"]}, "3217": {"text": "why did god give negroes good rhythm ?? because he messed up their lips , hair , nose and skin so yes they are ugly !!!!!!!!!!!!!!", "tokenized_text": ["why", "did", "god", "give", "negroes", "good", "rhythm", "because", "he", "messed", "up", "their", "lips", "hair", "nose", "and", "skin", "so", "yes", "they", "are", "ugly"]}, "3218": {"text": "I believe Abraham 's faith was tested by God when he asked him to sacrifice Isaac , the quran falsely claims it was Ishmael .", "tokenized_text": ["i", "believe", "abraham", "s", "faith", "was", "tested", "by", "god", "when", "he", "asked", "him", "to", "sacrifice", "isaac", "the", "quran", "falsely", "claims", "it", "was", "ishmael"]}, "3219": {"text": "I take it you are a little person then .", "tokenized_text": ["i", "take", "it", "you", "are", "a", "little", "person", "then"]}, "3220": {"text": "My advice is go bulk up at a gym and take up a martial art so you do n't feel as intimidated by blacks as you currently do .", "tokenized_text": ["my", "advice", "is", "go", "bulk", "up", "at", "a", "gym", "and", "take", "up", "a", "martial", "art", "so", "you", "do", "n", "t", "feel", "as", "intimidated", "by", "blacks", "as", "you", "currently", "do"]}, "3221": {"text": "You did n't learn about it because it is n't so .", "tokenized_text": ["you", "did", "n", "t", "learn", "about", "it", "because", "it", "is", "n", "t", "so"]}, "3222": {"text": "Call the teacher and complain , or pull your child out of his class .", "tokenized_text": ["call", "the", "teacher", "and", "complain", "or", "pull", "your", "child", "out", "of", "his", "class"]}, "3223": {"text": "I bet you can see the Mexic-ants from space with the Google Earth. photo ants on picnic table CYF salt of the earth", "tokenized_text": ["i", "bet", "you", "can", "see", "the", "mexic", "ants", "from", "space", "with", "the", "google", "earth", "photo", "ants", "on", "picnic", "table", "cyf", "salt", "of", "the", "earth"]}, "3224": {"text": "There is a young maid as well and they are about to be married under a sacred tree .... that is what the Oak and fire in the background are about .", "tokenized_text": ["there", "is", "a", "young", "maid", "as", "well", "and", "they", "are", "about", "to", "be", "married", "under", "a", "sacred", "tree", "that", "is", "what", "the", "oak", "and", "fire", "in", "the", "background", "are", "about"]}, "3225": {"text": "It is a pagan wedding , between a man and a women .", "tokenized_text": ["it", "is", "a", "pagan", "wedding", "between", "a", "man", "and", "a", "women"]}, "3226": {"text": "This was the first silent movie I saw , the first movie I saw starring Lillian Gish , who is now one of my favourite actresses .", "tokenized_text": ["this", "was", "the", "first", "silent", "movie", "i", "saw", "the", "first", "movie", "i", "saw", "starring", "lillian", "gish", "who", "is", "now", "one", "of", "my", "favourite", "actresses"]}, "3227": {"text": "What an amazing picture .", "tokenized_text": ["what", "an", "amazing", "picture"]}, "3228": {"text": "Billy Bitzer certainly was a daredevil cameraman .", "tokenized_text": ["billy", "bitzer", "certainly", "was", "a", "daredevil", "cameraman"]}, "3229": {"text": "You can ask to your french fellow in stormfront french part for a little help both of them speak english and french .", "tokenized_text": ["you", "can", "ask", "to", "your", "french", "fellow", "in", "stormfront", "french", "part", "for", "a", "little", "help", "both", "of", "them", "speak", "english", "and", "french"]}, "3230": {"text": "Never mind the mess on the floor brother .", "tokenized_text": ["never", "mind", "the", "mess", "on", "the", "floor", "brother"]}, "3231": {"text": "Always see the enemy as the hole in the roof that made the mess .", "tokenized_text": ["always", "see", "the", "enemy", "as", "the", "hole", "in", "the", "roof", "that", "made", "the", "mess"]}, "3232": {"text": "Today is exactly 100 years since it was released .", "tokenized_text": ["today", "is", "exactly", "100", "years", "since", "it", "was", "released"]}, "3233": {"text": "I watched it today and I must say it 's a very good movie .", "tokenized_text": ["i", "watched", "it", "today", "and", "i", "must", "say", "it", "s", "a", "very", "good", "movie"]}, "3234": {"text": "I think its a bad thing to do and possibly harmful to the baby but I do n't think anyone besides the mother and the father of the baby should have a say so in if she quits or not .", "tokenized_text": ["i", "think", "its", "a", "bad", "thing", "to", "do", "and", "possibly", "harmful", "to", "the", "baby", "but", "i", "do", "n", "t", "think", "anyone", "besides", "the", "mother", "and", "the", "father", "of", "the", "baby", "should", "have", "a", "say", "so", "in", "if", "she", "quits", "or", "not"]}, "3235": {"text": "Yeah, thank God for fingers ....", "tokenized_text": ["yeah", "thank", "god", "for", "fingers"]}, "3236": {"text": "I think our middle finger is about worn out .", "tokenized_text": ["i", "think", "our", "middle", "finger", "is", "about", "worn", "out"]}, "3237": {"text": "Thank goodness you 're there to pick up the slack .", "tokenized_text": ["thank", "goodness", "you", "re", "there", "to", "pick", "up", "the", "slack"]}, "3238": {"text": "At the hospital I take care of very diverse group of patients , use your imagination .", "tokenized_text": ["at", "the", "hospital", "i", "take", "care", "of", "very", "diverse", "group", "of", "patients", "use", "your", "imagination"]}, "3239": {"text": "Jews are the most demanding and worst patients of all .", "tokenized_text": ["jews", "are", "the", "most", "demanding", "and", "worst", "patients", "of", "all"]}, "3240": {"text": "There should be the death penalty for anyone involved in human trafficking , forced prostitution or anyone involving children .", "tokenized_text": ["there", "should", "be", "the", "death", "penalty", "for", "anyone", "involved", "in", "human", "trafficking", "forced", "prostitution", "or", "anyone", "involving", "children"]}, "3241": {"text": "Pornography and prostitution should be outlawed as the jewish filth that it is . _ _ _ _ _ _ _ _ _ nazi.org.uk", "tokenized_text": ["pornography", "and", "prostitution", "should", "be", "outlawed", "as", "the", "jewish", "filth", "that", "it", "is", "_", "_", "_", "_", "_", "_", "_", "_", "_", "nazi", "org", "uk"]}, "3242": {"text": "Make this a problem for your parents.Get their attention where it should be : On the welfare of their child , and their own Race .", "tokenized_text": ["make", "this", "a", "problem", "for", "your", "parents", "get", "their", "attention", "where", "it", "should", "be", "on", "the", "welfare", "of", "their", "child", "and", "their", "own", "race"]}, "3243": {"text": "My scientist can beat the living life out of your scientist on any day .", "tokenized_text": ["my", "scientist", "can", "beat", "the", "living", "life", "out", "of", "your", "scientist", "on", "any", "day"]}, "3244": {"text": "And this is exactly why we have to fall back on common sense ... And common sense says nobody is hanging around below 40,000 feet to take a tan ...", "tokenized_text": ["and", "this", "is", "exactly", "why", "we", "have", "to", "fall", "back", "on", "common", "sense", "and", "common", "sense", "says", "nobody", "is", "hanging", "around", "below", "40", "000", "feet", "to", "take", "a", "tan"]}, "3245": {"text": "Exactly.", "tokenized_text": ["exactly"]}, "3246": {"text": "It always turns ugly eventually , and then the thread will be locked .", "tokenized_text": ["it", "always", "turns", "ugly", "eventually", "and", "then", "the", "thread", "will", "be", "locked"]}, "3247": {"text": "I 've seen it happen so many times. : explode", "tokenized_text": ["i", "ve", "seen", "it", "happen", "so", "many", "times", "explode"]}, "3248": {"text": "That film is full of outright lies .", "tokenized_text": ["that", "film", "is", "full", "of", "outright", "lies"]}, "3249": {"text": "Here 's a link which documents all of the BS that Moore put in the film .", "tokenized_text": ["here", "s", "a", "link", "which", "documents", "all", "of", "the", "bs", "that", "moore", "put", "in", "the", "film"]}, "3250": {"text": "http://www.hardylaw.net/Truth_About_Bowling.html", "tokenized_text": ["http", "www", "hardylaw", "net", "truth_about_bowling", "html"]}, "3251": {"text": "That s a good site and I 'll sign up for the newsletter !", "tokenized_text": ["that", "s", "a", "good", "site", "and", "i", "ll", "sign", "up", "for", "the", "newsletter"]}, "3252": {"text": "Keep it up and spread the word .", "tokenized_text": ["keep", "it", "up", "and", "spread", "the", "word"]}, "3253": {"text": "There are many whites out there who would become part of the movement , but know nothing of it !", "tokenized_text": ["there", "are", "many", "whites", "out", "there", "who", "would", "become", "part", "of", "the", "movement", "but", "know", "nothing", "of", "it"]}, "3254": {"text": "That s how I and my friends were for awhile we have the same beliefs but knew nothing of the WN movement or WN until one day I was searching the web and came across a white nationalist site and there was a link to stormfront on it and from there I told my friends about it and now we will try and spread the word !", "tokenized_text": ["that", "s", "how", "i", "and", "my", "friends", "were", "for", "awhile", "we", "have", "the", "same", "beliefs", "but", "knew", "nothing", "of", "the", "wn", "movement", "or", "wn", "until", "one", "day", "i", "was", "searching", "the", "web", "and", "came", "across", "a", "white", "nationalist", "site", "and", "there", "was", "a", "link", "to", "stormfront", "on", "it", "and", "from", "there", "i", "told", "my", "friends", "about", "it", "and", "now", "we", "will", "try", "and", "spread", "the", "word"]}, "3255": {"text": "You gotta give him a chance at least or move to cleveland and then well talk lol always looking for a wp girl .", "tokenized_text": ["you", "gotta", "give", "him", "a", "chance", "at", "least", "or", "move", "to", "cleveland", "and", "then", "well", "talk", "lol", "always", "looking", "for", "a", "wp", "girl"]}, "3256": {"text": "You can have a high I.Q. and still have friends , i mean i ai n't a doctor or anything but i 've still got a decent i.q and i have like half my year as friends ( except all foreigners )", "tokenized_text": ["you", "can", "have", "a", "high", "i", "q", "and", "still", "have", "friends", "i", "mean", "i", "ai", "n", "t", "a", "doctor", "or", "anything", "but", "i", "ve", "still", "got", "a", "decent", "i", "q", "and", "i", "have", "like", "half", "my", "year", "as", "friends", "except", "all", "foreigners"]}, "3257": {"text": "Do you ever ask yourself why you have a screen name that 's reminiscent of the sound a butthole makes after too many beans ? .", "tokenized_text": ["do", "you", "ever", "ask", "yourself", "why", "you", "have", "a", "screen", "name", "that", "s", "reminiscent", "of", "the", "sound", "a", "butthole", "makes", "after", "too", "many", "beans"]}, "3258": {"text": "Exactly, especially since all the photos are White on White or in a few instances Black on Black .", "tokenized_text": ["exactly", "especially", "since", "all", "the", "photos", "are", "white", "on", "white", "or", "in", "a", "few", "instances", "black", "on", "black"]}, "3259": {"text": "God forbid anyone should promote straight racially loyal hetrosexuality Diablo", "tokenized_text": ["god", "forbid", "anyone", "should", "promote", "straight", "racially", "loyal", "hetrosexuality", "diablo"]}, "3260": {"text": "I had a black tell me once that nothing scares a black more than a white man and his big dog .", "tokenized_text": ["i", "had", "a", "black", "tell", "me", "once", "that", "nothing", "scares", "a", "black", "more", "than", "a", "white", "man", "and", "his", "big", "dog"]}, "3261": {"text": "I love my big dog ...", "tokenized_text": ["i", "love", "my", "big", "dog"]}, "3262": {"text": "Is there any good White pride music that is n't just annoying screaming and bad metal ?", "tokenized_text": ["is", "there", "any", "good", "white", "pride", "music", "that", "is", "n", "t", "just", "annoying", "screaming", "and", "bad", "metal"]}, "3263": {"text": "Anything along the lines of , uh , punk or alternative ?", "tokenized_text": ["anything", "along", "the", "lines", "of", "uh", "punk", "or", "alternative"]}, "3264": {"text": "Someone who ca n't get their point across without using a hundred curse words does n't even deserve to be answered .", "tokenized_text": ["someone", "who", "ca", "n", "t", "get", "their", "point", "across", "without", "using", "a", "hundred", "curse", "words", "does", "n", "t", "even", "deserve", "to", "be", "answered"]}, "3265": {"text": "Welcome back , I hope you make s/f a habit .", "tokenized_text": ["welcome", "back", "i", "hope", "you", "make", "s", "f", "a", "habit"]}, "3266": {"text": "I too took a year aor so off from s/f several years ago .", "tokenized_text": ["i", "too", "took", "a", "year", "aor", "so", "off", "from", "s", "f", "several", "years", "ago"]}, "3267": {"text": "And , nice picture too !", "tokenized_text": ["and", "nice", "picture", "too"]}, "3268": {"text": "David ( SS )", "tokenized_text": ["david", "ss"]}, "3269": {"text": "Of course your brother would be welcome in our White community .", "tokenized_text": ["of", "course", "your", "brother", "would", "be", "welcome", "in", "our", "white", "community"]}, "3270": {"text": "We are not filled with all the hate that the jewish media tells the lemmings we are .", "tokenized_text": ["we", "are", "not", "filled", "with", "all", "the", "hate", "that", "the", "jewish", "media", "tells", "the", "lemmings", "we", "are"]}, "3271": {"text": "We take care of our own !!!", "tokenized_text": ["we", "take", "care", "of", "our", "own"]}, "3272": {"text": "you have a moral duty as an upstanding citizen and white person to have that baby removed from her wretched hands and have it be properly cared for. to hell with your degenerate friend , put your fear aside and do whats right for the baby 's sake .", "tokenized_text": ["you", "have", "a", "moral", "duty", "as", "an", "upstanding", "citizen", "and", "white", "person", "to", "have", "that", "baby", "removed", "from", "her", "wretched", "hands", "and", "have", "it", "be", "properly", "cared", "for", "to", "hell", "with", "your", "degenerate", "friend", "put", "your", "fear", "aside", "and", "do", "whats", "right", "for", "the", "baby", "s", "sake"]}, "3273": {"text": "NOW .", "tokenized_text": ["now"]}, "3274": {"text": "Seems that an old proverb about dogs and fleas comes to mind here .", "tokenized_text": ["seems", "that", "an", "old", "proverb", "about", "dogs", "and", "fleas", "comes", "to", "mind", "here"]}, "3275": {"text": "Of course dogs are NOBLE creatures .", "tokenized_text": ["of", "course", "dogs", "are", "noble", "creatures"]}, "3276": {"text": "Those I allude to ....", "tokenized_text": ["those", "i", "allude", "to"]}, "3277": {"text": "I am sorry to hear that about losing your job well after reading all of these i went out walking cuz i was pumped to kick some ass .. heh ...", "tokenized_text": ["i", "am", "sorry", "to", "hear", "that", "about", "losing", "your", "job", "well", "after", "reading", "all", "of", "these", "i", "went", "out", "walking", "cuz", "i", "was", "pumped", "to", "kick", "some", "ass", "heh"]}, "3278": {"text": "some are and some are not. you will find that with everything in life. but whites tend to be more raspecfull to everyone", "tokenized_text": ["some", "are", "and", "some", "are", "not", "you", "will", "find", "that", "with", "everything", "in", "life", "but", "whites", "tend", "to", "be", "more", "raspecfull", "to", "everyone"]}, "3279": {"text": "well like I said , I keep to myself .", "tokenized_text": ["well", "like", "i", "said", "i", "keep", "to", "myself"]}, "3280": {"text": "It 's summer and I have a lot of time on my hands with a work break .", "tokenized_text": ["it", "s", "summer", "and", "i", "have", "a", "lot", "of", "time", "on", "my", "hands", "with", "a", "work", "break"]}, "3281": {"text": "things u put on yer teeth just kidding ... seen guys with those things that suppose to hold up pants ? theyre red or white ? and theyre not belts. welcome to skinhead charades .", "tokenized_text": ["things", "u", "put", "on", "yer", "teeth", "just", "kidding", "seen", "guys", "with", "those", "things", "that", "suppose", "to", "hold", "up", "pants", "theyre", "red", "or", "white", "and", "theyre", "not", "belts", "welcome", "to", "skinhead", "charades"]}, "3282": {"text": "Yes, now if we could just get this whole time machine thing figured out , when we got back all we would see are smiling white faces .", "tokenized_text": ["yes", "now", "if", "we", "could", "just", "get", "this", "whole", "time", "machine", "thing", "figured", "out", "when", "we", "got", "back", "all", "we", "would", "see", "are", "smiling", "white", "faces"]}, "3283": {"text": "I'd LOVE to stay at home and raise my children .", "tokenized_text": ["i", "d", "love", "to", "stay", "at", "home", "and", "raise", "my", "children"]}, "3284": {"text": "I have nothing against staying at home , but I 'd also like to start a home day-care .", "tokenized_text": ["i", "have", "nothing", "against", "staying", "at", "home", "but", "i", "d", "also", "like", "to", "start", "a", "home", "day", "care"]}, "3285": {"text": "That way I can make money , have friends for my child to play with , AND stay at home .", "tokenized_text": ["that", "way", "i", "can", "make", "money", "have", "friends", "for", "my", "child", "to", "play", "with", "and", "stay", "at", "home"]}, "3286": {"text": "Brown eyes and Brown hair make you no less white than someone with blonde hair and blue eyes .", "tokenized_text": ["brown", "eyes", "and", "brown", "hair", "make", "you", "no", "less", "white", "than", "someone", "with", "blonde", "hair", "and", "blue", "eyes"]}, "3287": {"text": "I really have given no thought to changing eye or hair color , so it really does not matter to moi .", "tokenized_text": ["i", "really", "have", "given", "no", "thought", "to", "changing", "eye", "or", "hair", "color", "so", "it", "really", "does", "not", "matter", "to", "moi"]}, "3288": {"text": "My skin color , well its white .", "tokenized_text": ["my", "skin", "color", "well", "its", "white"]}, "3289": {"text": "Maybe blacks are n't better , but their body is more shaped to hunt animals .", "tokenized_text": ["maybe", "blacks", "are", "n", "t", "better", "but", "their", "body", "is", "more", "shaped", "to", "hunt", "animals"]}, "3290": {"text": "The whites and the asians evoluated , and the blacks are still behind .", "tokenized_text": ["the", "whites", "and", "the", "asians", "evoluated", "and", "the", "blacks", "are", "still", "behind"]}, "3291": {"text": "There are some white pride chats on yahoo go to governments and politics then click user rooms there are usually 1-4 white pride chats there", "tokenized_text": ["there", "are", "some", "white", "pride", "chats", "on", "yahoo", "go", "to", "governments", "and", "politics", "then", "click", "user", "rooms", "there", "are", "usually", "1", "4", "white", "pride", "chats", "there"]}, "3292": {"text": "I can honestly say I feel dumber after reading posts on that board .", "tokenized_text": ["i", "can", "honestly", "say", "i", "feel", "dumber", "after", "reading", "posts", "on", "that", "board"]}, "3293": {"text": "Those are some of the most stupid posts I have ever read in my life .", "tokenized_text": ["those", "are", "some", "of", "the", "most", "stupid", "posts", "i", "have", "ever", "read", "in", "my", "life"]}, "3294": {"text": "I know how you feel BreakTheSilence luckily this is your last year in school and it is almost over otherwise I would say you should look into independent study where you do not have to put up with all the filth that is in the public education system .", "tokenized_text": ["i", "know", "how", "you", "feel", "breakthesilence", "luckily", "this", "is", "your", "last", "year", "in", "school", "and", "it", "is", "almost", "over", "otherwise", "i", "would", "say", "you", "should", "look", "into", "independent", "study", "where", "you", "do", "not", "have", "to", "put", "up", "with", "all", "the", "filth", "that", "is", "in", "the", "public", "education", "system"]}, "3295": {"text": "Good luck !", "tokenized_text": ["good", "luck"]}, "3296": {"text": "i live up the block from a muslim mask. every friday they rule the streets. they think that they can walk anywhere they want and if your are white they give you a look just klike when you pass through a black neighborhood. they are the same as them nigs", "tokenized_text": ["i", "live", "up", "the", "block", "from", "a", "muslim", "mask", "every", "friday", "they", "rule", "the", "streets", "they", "think", "that", "they", "can", "walk", "anywhere", "they", "want", "and", "if", "your", "are", "white", "they", "give", "you", "a", "look", "just", "klike", "when", "you", "pass", "through", "a", "black", "neighborhood", "they", "are", "the", "same", "as", "them", "nigs"]}, "3297": {"text": "I got one during this last school year and I through it away .", "tokenized_text": ["i", "got", "one", "during", "this", "last", "school", "year", "and", "i", "through", "it", "away"]}, "3298": {"text": "Than they just sent me another one like a week ago ... it is sitting right in front of me still not filled out .", "tokenized_text": ["than", "they", "just", "sent", "me", "another", "one", "like", "a", "week", "ago", "it", "is", "sitting", "right", "in", "front", "of", "me", "still", "not", "filled", "out"]}, "3299": {"text": "I was looking at it the other day and I realized that most kids that probably get this go through and get to check every single club on the back ... I have n't been in one club or group in school .", "tokenized_text": ["i", "was", "looking", "at", "it", "the", "other", "day", "and", "i", "realized", "that", "most", "kids", "that", "probably", "get", "this", "go", "through", "and", "get", "to", "check", "every", "single", "club", "on", "the", "back", "i", "have", "n", "t", "been", "in", "one", "club", "or", "group", "in", "school"]}, "3300": {"text": "Just makes for an easier form for me !", "tokenized_text": ["just", "makes", "for", "an", "easier", "form", "for", "me"]}, "3301": {"text": "If we dont stop fighting over territory , we will have none left to ourselfes anyones .", "tokenized_text": ["if", "we", "dont", "stop", "fighting", "over", "territory", "we", "will", "have", "none", "left", "to", "ourselfes", "anyones"]}, "3302": {"text": "So get tougether and save a great race .", "tokenized_text": ["so", "get", "tougether", "and", "save", "a", "great", "race"]}, "3303": {"text": "Im not a girl , but i am a 17 year old Skin from Canada .", "tokenized_text": ["im", "not", "a", "girl", "but", "i", "am", "a", "17", "year", "old", "skin", "from", "canada"]}, "3304": {"text": "I put you on my msn. dont accept if you dont want too", "tokenized_text": ["i", "put", "you", "on", "my", "msn", "dont", "accept", "if", "you", "dont", "want", "too"]}, "3305": {"text": "Judge by color or I am so not `` hip '' ?", "tokenized_text": ["judge", "by", "color", "or", "i", "am", "so", "not", "hip"]}, "3306": {"text": "What is colour , is that ghetto fly , super dawg slang ???", "tokenized_text": ["what", "is", "colour", "is", "that", "ghetto", "fly", "super", "dawg", "slang"]}, "3307": {"text": "Girl I bey you are fly !!!", "tokenized_text": ["girl", "i", "bey", "you", "are", "fly"]}, "3308": {"text": "Hey Everyone .", "tokenized_text": ["hey", "everyone"]}, "3309": {"text": "I 'm a brand new member from the South JErsey area .", "tokenized_text": ["i", "m", "a", "brand", "new", "member", "from", "the", "south", "jersey", "area"]}, "3310": {"text": "Anyone know of any youth White Pride acitivities/organizations in the South Jersey maybe Philly area ?", "tokenized_text": ["anyone", "know", "of", "any", "youth", "white", "pride", "acitivities", "organizations", "in", "the", "south", "jersey", "maybe", "philly", "area"]}, "3311": {"text": "Thanks , Greg", "tokenized_text": ["thanks", "greg"]}, "3312": {"text": "Welcome, Sir .", "tokenized_text": ["welcome", "sir"]}, "3313": {"text": "Post freely , in all forums .", "tokenized_text": ["post", "freely", "in", "all", "forums"]}, "3314": {"text": "Remember there will be a delay in your potst ' appearing , until you reach unmoderated status .", "tokenized_text": ["remember", "there", "will", "be", "a", "delay", "in", "your", "potst", "appearing", "until", "you", "reach", "unmoderated", "status"]}, "3315": {"text": "hello, my name is jason , i am 13 years old and felt like postting. anyone here from or near CT , if u are , send me a message or something .", "tokenized_text": ["hello", "my", "name", "is", "jason", "i", "am", "13", "years", "old", "and", "felt", "like", "postting", "anyone", "here", "from", "or", "near", "ct", "if", "u", "are", "send", "me", "a", "message", "or", "something"]}, "3316": {"text": "W.P.W.W. : attack", "tokenized_text": ["w", "p", "w", "w", "attack"]}, "3317": {"text": "You could try looking at the National socialist and Fascist Resource Centre at http://www.ufc.co.uk They cover a whole range of educational material .", "tokenized_text": ["you", "could", "try", "looking", "at", "the", "national", "socialist", "and", "fascist", "resource", "centre", "at", "http", "www", "ufc", "co", "uk", "they", "cover", "a", "whole", "range", "of", "educational", "material"]}, "3318": {"text": "Fair enough .", "tokenized_text": ["fair", "enough"]}, "3319": {"text": "I got the message you were trying to get across in your first post , I just felt like messing with you .", "tokenized_text": ["i", "got", "the", "message", "you", "were", "trying", "to", "get", "across", "in", "your", "first", "post", "i", "just", "felt", "like", "messing", "with", "you"]}, "3320": {"text": "Haha !", "tokenized_text": ["haha"]}, "3321": {"text": "I was wondering the same thing when I first saw that this section was added .", "tokenized_text": ["i", "was", "wondering", "the", "same", "thing", "when", "i", "first", "saw", "that", "this", "section", "was", "added"]}, "3322": {"text": "Although I am not an old fart ... I 'm in my 20s .", "tokenized_text": ["although", "i", "am", "not", "an", "old", "fart", "i", "m", "in", "my", "20s"]}, "3323": {"text": "Free at last , free at last , good God almighty I 'm free at last !", "tokenized_text": ["free", "at", "last", "free", "at", "last", "good", "god", "almighty", "i", "m", "free", "at", "last"]}, "3324": {"text": "Have n't been this happy in 10 months. : jump", "tokenized_text": ["have", "n", "t", "been", "this", "happy", "in", "10", "months", "jump"]}, "3325": {"text": "ALL this high school talk makes ME feel old , and Im 19 !!!", "tokenized_text": ["all", "this", "high", "school", "talk", "makes", "me", "feel", "old", "and", "im", "19"]}, "3326": {"text": "Graduated two years ago and still do n't miss it .", "tokenized_text": ["graduated", "two", "years", "ago", "and", "still", "do", "n", "t", "miss", "it"]}, "3327": {"text": "As always the video is filled with the truth .", "tokenized_text": ["as", "always", "the", "video", "is", "filled", "with", "the", "truth"]}, "3328": {"text": "I was filled with love for my race while watching this video .", "tokenized_text": ["i", "was", "filled", "with", "love", "for", "my", "race", "while", "watching", "this", "video"]}, "3329": {"text": "This is the same white flight pattern all over the world , the problem being eventually we will run out of space to live .", "tokenized_text": ["this", "is", "the", "same", "white", "flight", "pattern", "all", "over", "the", "world", "the", "problem", "being", "eventually", "we", "will", "run", "out", "of", "space", "to", "live"]}, "3330": {"text": "The earth is not getting bigger people .", "tokenized_text": ["the", "earth", "is", "not", "getting", "bigger", "people"]}, "3331": {"text": "The white nationalist front has never been proven to exist outside of the chairman there waste of your time until it is proved to exist", "tokenized_text": ["the", "white", "nationalist", "front", "has", "never", "been", "proven", "to", "exist", "outside", "of", "the", "chairman", "there", "waste", "of", "your", "time", "until", "it", "is", "proved", "to", "exist"]}, "3332": {"text": "There is no-way in the world that was his first time ..", "tokenized_text": ["there", "is", "no", "way", "in", "the", "world", "that", "was", "his", "first", "time"]}, "3333": {"text": "I bet where he lived small animals went missing all the time maybe even people", "tokenized_text": ["i", "bet", "where", "he", "lived", "small", "animals", "went", "missing", "all", "the", "time", "maybe", "even", "people"]}, "3334": {"text": "Now that is good news as I frequently heard amongst my people that they will only stand together and fight once they have lost everything .", "tokenized_text": ["now", "that", "is", "good", "news", "as", "i", "frequently", "heard", "amongst", "my", "people", "that", "they", "will", "only", "stand", "together", "and", "fight", "once", "they", "have", "lost", "everything"]}, "3335": {"text": "Had to listen to this idiotic statement/strategy for years .", "tokenized_text": ["had", "to", "listen", "to", "this", "idiotic", "statement", "strategy", "for", "years"]}, "3336": {"text": "So please Zuma be a good little kaffir and take their land", "tokenized_text": ["so", "please", "zuma", "be", "a", "good", "little", "kaffir", "and", "take", "their", "land"]}, "3337": {"text": "Yeah that would be great if you could make it out .", "tokenized_text": ["yeah", "that", "would", "be", "great", "if", "you", "could", "make", "it", "out"]}, "3338": {"text": "Send me a message if you plan to come out and we will make arrangements to meet up", "tokenized_text": ["send", "me", "a", "message", "if", "you", "plan", "to", "come", "out", "and", "we", "will", "make", "arrangements", "to", "meet", "up"]}, "3339": {"text": "I would like to have a look round too Planning it for later this year Just a look round Looks like a beautiful country from the air ( google )", "tokenized_text": ["i", "would", "like", "to", "have", "a", "look", "round", "too", "planning", "it", "for", "later", "this", "year", "just", "a", "look", "round", "looks", "like", "a", "beautiful", "country", "from", "the", "air", "google"]}, "3340": {"text": "Also, I think I did a dumb thing by using my real name as a user name ... anyway I can change it ?", "tokenized_text": ["also", "i", "think", "i", "did", "a", "dumb", "thing", "by", "using", "my", "real", "name", "as", "a", "user", "name", "anyway", "i", "can", "change", "it"]}, "3341": {"text": "Please advise .", "tokenized_text": ["please", "advise"]}, "3342": {"text": "Although they do appear trashy and promote race mixing , the two head figures in the band are white , are married and do have a white child .", "tokenized_text": ["although", "they", "do", "appear", "trashy", "and", "promote", "race", "mixing", "the", "two", "head", "figures", "in", "the", "band", "are", "white", "are", "married", "and", "do", "have", "a", "white", "child"]}, "3343": {"text": "Sixteen Jones , Die Antwoord 's daughter - YouTube", "tokenized_text": ["sixteen", "jones", "die", "antwoord", "s", "daughter", "youtube"]}, "3344": {"text": "Keep hearing how wonderful he was and someone even likened him to Christ !!", "tokenized_text": ["keep", "hearing", "how", "wonderful", "he", "was", "and", "someone", "even", "likened", "him", "to", "christ"]}, "3345": {"text": "He was a saint apparently hope nothing awful happens to my white brother and sisters in SA , keep safe .", "tokenized_text": ["he", "was", "a", "saint", "apparently", "hope", "nothing", "awful", "happens", "to", "my", "white", "brother", "and", "sisters", "in", "sa", "keep", "safe"]}, "3346": {"text": "Wow look how they promote such hate then they wonder why most of us want them to move back to africa", "tokenized_text": ["wow", "look", "how", "they", "promote", "such", "hate", "then", "they", "wonder", "why", "most", "of", "us", "want", "them", "to", "move", "back", "to", "africa"]}, "3347": {"text": "My aunt teaches at an all black inner city school in Kent , OH .", "tokenized_text": ["my", "aunt", "teaches", "at", "an", "all", "black", "inner", "city", "school", "in", "kent", "oh"]}, "3348": {"text": "She is white .", "tokenized_text": ["she", "is", "white"]}, "3349": {"text": "Some of the kids threw a DESK out of a third floor window onto a teacher and broke his arm .", "tokenized_text": ["some", "of", "the", "kids", "threw", "a", "desk", "out", "of", "a", "third", "floor", "window", "onto", "a", "teacher", "and", "broke", "his", "arm"]}, "3350": {"text": "She gets cussed every day .", "tokenized_text": ["she", "gets", "cussed", "every", "day"]}, "3351": {"text": "Somebody scratched her car and let the air out of the tires one day .", "tokenized_text": ["somebody", "scratched", "her", "car", "and", "let", "the", "air", "out", "of", "the", "tires", "one", "day"]}, "3352": {"text": "She says the class is out of control and the kids are unteachable , and the black administration does not support her .", "tokenized_text": ["she", "says", "the", "class", "is", "out", "of", "control", "and", "the", "kids", "are", "unteachable", "and", "the", "black", "administration", "does", "not", "support", "her"]}, "3353": {"text": "London artist shot dead in South Africa protecting his family from gunmen in raid during wedding anniversary - Crime - News - London Evening Standard", "tokenized_text": ["london", "artist", "shot", "dead", "in", "south", "africa", "protecting", "his", "family", "from", "gunmen", "in", "raid", "during", "wedding", "anniversary", "crime", "news", "london", "evening", "standard"]}, "3354": {"text": "There IQ is pretty worthless if they have n't discovered a cure for cancer , MS , Parkinson or HIV , ETC .... bah .... all I see is numbers .", "tokenized_text": ["there", "iq", "is", "pretty", "worthless", "if", "they", "have", "n", "t", "discovered", "a", "cure", "for", "cancer", "ms", "parkinson", "or", "hiv", "etc", "bah", "all", "i", "see", "is", "numbers"]}, "3355": {"text": "It is happening .", "tokenized_text": ["it", "is", "happening"]}, "3356": {"text": "My wife had to spend time at the UP Hospital in Philadelphia - thank God I was licensed to carry in Pa. Downtown Philadelphia is becoming a cesspool .", "tokenized_text": ["my", "wife", "had", "to", "spend", "time", "at", "the", "up", "hospital", "in", "philadelphia", "thank", "god", "i", "was", "licensed", "to", "carry", "in", "pa", "downtown", "philadelphia", "is", "becoming", "a", "cesspool"]}, "3357": {"text": "Pity Nationalists in Britain are busy fighting each other as opposed to uniting and pushing the cause to a wider audience .", "tokenized_text": ["pity", "nationalists", "in", "britain", "are", "busy", "fighting", "each", "other", "as", "opposed", "to", "uniting", "and", "pushing", "the", "cause", "to", "a", "wider", "audience"]}, "3358": {"text": "I'm wondering how would the liberals react to the Zulu movie being released in the year 2014 ?", "tokenized_text": ["i", "m", "wondering", "how", "would", "the", "liberals", "react", "to", "the", "zulu", "movie", "being", "released", "in", "the", "year", "2014"]}, "3359": {"text": "Zulu - Final Attack - YouTube", "tokenized_text": ["zulu", "final", "attack", "youtube"]}, "3360": {"text": "These are Rapist techniques .", "tokenized_text": ["these", "are", "rapist", "techniques"]}, "3361": {"text": "They are culturally raping european countries in every way .", "tokenized_text": ["they", "are", "culturally", "raping", "european", "countries", "in", "every", "way"]}, "3362": {"text": "Liberal is just the PC word for Rapist .", "tokenized_text": ["liberal", "is", "just", "the", "pc", "word", "for", "rapist"]}, "3363": {"text": "It might hold together for a short time but eventually major problems will develop .", "tokenized_text": ["it", "might", "hold", "together", "for", "a", "short", "time", "but", "eventually", "major", "problems", "will", "develop"]}, "3364": {"text": "Do non Whites really think they measure up to Whites ?", "tokenized_text": ["do", "non", "whites", "really", "think", "they", "measure", "up", "to", "whites"]}, "3365": {"text": "Is it possible that we developed an alcohol tolerance as a way to conquer other tribes ?", "tokenized_text": ["is", "it", "possible", "that", "we", "developed", "an", "alcohol", "tolerance", "as", "a", "way", "to", "conquer", "other", "tribes"]}, "3366": {"text": "Seemed to work well on the Indians and Australian aborigines .", "tokenized_text": ["seemed", "to", "work", "well", "on", "the", "indians", "and", "australian", "aborigines"]}, "3367": {"text": "Peter, it is no suprise that you were the first to make a comment on this thread .", "tokenized_text": ["peter", "it", "is", "no", "suprise", "that", "you", "were", "the", "first", "to", "make", "a", "comment", "on", "this", "thread"]}, "3368": {"text": "Every white person from Michigan knows that our Detroit negros are the worst in America .", "tokenized_text": ["every", "white", "person", "from", "michigan", "knows", "that", "our", "detroit", "negros", "are", "the", "worst", "in", "america"]}, "3369": {"text": "I think this is the video I was talking about earlier , make 's me grateful for our ' micro-ghettos `` out here.This guy keeps driving for miles and miles .", "tokenized_text": ["i", "think", "this", "is", "the", "video", "i", "was", "talking", "about", "earlier", "make", "s", "me", "grateful", "for", "our", "micro", "ghettos", "out", "here", "this", "guy", "keeps", "driving", "for", "miles", "and", "miles"]}, "3370": {"text": "Here you would be in and out of the ghetto in prob under a minute .", "tokenized_text": ["here", "you", "would", "be", "in", "and", "out", "of", "the", "ghetto", "in", "prob", "under", "a", "minute"]}, "3371": {"text": "YouTube - A Tour Of Detroit 's Ghetto", "tokenized_text": ["youtube", "a", "tour", "of", "detroit", "s", "ghetto"]}, "3372": {"text": "The only people he 's demoralizing ( or trying to demoralize ) are the families of these dead troops at funerals .", "tokenized_text": ["the", "only", "people", "he", "s", "demoralizing", "or", "trying", "to", "demoralize", "are", "the", "families", "of", "these", "dead", "troops", "at", "funerals"]}, "3373": {"text": "It 's uncalled for , UnWhite , and uncivilized .", "tokenized_text": ["it", "s", "uncalled", "for", "unwhite", "and", "uncivilized"]}, "3374": {"text": "Period .", "tokenized_text": ["period"]}, "3375": {"text": "I can picture the headlines on Detroit is Crap .", "tokenized_text": ["i", "can", "picture", "the", "headlines", "on", "detroit", "is", "crap"]}, "3376": {"text": "`` Final fried chicken delivery truck leaves for Detroit ( never to be seen again ) . ''", "tokenized_text": ["final", "fried", "chicken", "delivery", "truck", "leaves", "for", "detroit", "never", "to", "be", "seen", "again"]}, "3377": {"text": "General1812 I think maybe they now starting to have cold feet ; as the race who have feed them will die out .", "tokenized_text": ["general1812", "i", "think", "maybe", "they", "now", "starting", "to", "have", "cold", "feet", "as", "the", "race", "who", "have", "feed", "them", "will", "die", "out"]}, "3378": {"text": "There has been a constantly stream of money from the white man 's hand to `` anti-whites ''", "tokenized_text": ["there", "has", "been", "a", "constantly", "stream", "of", "money", "from", "the", "white", "man", "s", "hand", "to", "anti", "whites"]}, "3379": {"text": "Or so this short film would have you believe !", "tokenized_text": ["or", "so", "this", "short", "film", "would", "have", "you", "believe"]}, "3380": {"text": "This film tells the story of a poor victimised African boy ( Joseph ) who was allowed into Ireland .", "tokenized_text": ["this", "film", "tells", "the", "story", "of", "a", "poor", "victimised", "african", "boy", "joseph", "who", "was", "allowed", "into", "ireland"]}, "3381": {"text": "On his first day of school , he is tormented by the evil spirited White children .", "tokenized_text": ["on", "his", "first", "day", "of", "school", "he", "is", "tormented", "by", "the", "evil", "spirited", "white", "children"]}, "3382": {"text": "http://movies.nytimes.com/2009/02/06/movies/06shor.htmlYouTube-NewBoyhttp://www.getthebigpicture.net/blog...m-new-boy.html", "tokenized_text": ["http", "movies", "nytimes", "com", "2009", "02", "06", "movies", "06shor", "htmlyoutube", "newboyhttp", "www", "getthebigpicture", "net", "blog", "m", "new", "boy", "html"]}, "3383": {"text": "Yep the bottom line is without a strong family behind her a young girl is very vulnerable .. The Jew knows this and Glamorises the Negro using its media power , here we see the results .", "tokenized_text": ["yep", "the", "bottom", "line", "is", "without", "a", "strong", "family", "behind", "her", "a", "young", "girl", "is", "very", "vulnerable", "the", "jew", "knows", "this", "and", "glamorises", "the", "negro", "using", "its", "media", "power", "here", "we", "see", "the", "results"]}, "3384": {"text": "Yeah, i guess the one time you 're not prepared for it will be the time it goes down .", "tokenized_text": ["yeah", "i", "guess", "the", "one", "time", "you", "re", "not", "prepared", "for", "it", "will", "be", "the", "time", "it", "goes", "down"]}, "3385": {"text": "Would you have been arrested if you shot them/killed them on your own property ?", "tokenized_text": ["would", "you", "have", "been", "arrested", "if", "you", "shot", "them", "killed", "them", "on", "your", "own", "property"]}, "3386": {"text": "I hear that McDonalds is coming to their aid .", "tokenized_text": ["i", "hear", "that", "mcdonalds", "is", "coming", "to", "their", "aid"]}, "3387": {"text": "They are shipping 15,000 Mc Turdos with fresh flies on the side .", "tokenized_text": ["they", "are", "shipping", "15", "000", "mc", "turdos", "with", "fresh", "flies", "on", "the", "side"]}, "3388": {"text": "No one was eating cow dung when the Whites ran it and it was called Rhodesia .", "tokenized_text": ["no", "one", "was", "eating", "cow", "dung", "when", "the", "whites", "ran", "it", "and", "it", "was", "called", "rhodesia"]}, "3389": {"text": "`` Those evil Whites .", "tokenized_text": ["those", "evil", "whites"]}, "3390": {"text": "We have to kill off all of the Whites so we can go back to eating cow dung ! \"", "tokenized_text": ["we", "have", "to", "kill", "off", "all", "of", "the", "whites", "so", "we", "can", "go", "back", "to", "eating", "cow", "dung"]}, "3391": {"text": "They are too dung stupid to be able to tap into the market .", "tokenized_text": ["they", "are", "too", "dung", "stupid", "to", "be", "able", "to", "tap", "into", "the", "market"]}, "3392": {"text": "They would be better off just sitting out in the sun eating a dirt sundae .", "tokenized_text": ["they", "would", "be", "better", "off", "just", "sitting", "out", "in", "the", "sun", "eating", "a", "dirt", "sundae"]}, "3393": {"text": "I would willing risk jail time if it meant I could get my hands on them or anyone who does that to a white child .", "tokenized_text": ["i", "would", "willing", "risk", "jail", "time", "if", "it", "meant", "i", "could", "get", "my", "hands", "on", "them", "or", "anyone", "who", "does", "that", "to", "a", "white", "child"]}, "3394": {"text": "Those little boys would have never seen their 11th birthday if I was there .", "tokenized_text": ["those", "little", "boys", "would", "have", "never", "seen", "their", "11th", "birthday", "if", "i", "was", "there"]}, "3395": {"text": "Stories like this are so sad .", "tokenized_text": ["stories", "like", "this", "are", "so", "sad"]}, "3396": {"text": "And reading the article one gets gets the impression that comp sci departments are desperate and grateful for bodies -- regardless of color -- in their departments .", "tokenized_text": ["and", "reading", "the", "article", "one", "gets", "gets", "the", "impression", "that", "comp", "sci", "departments", "are", "desperate", "and", "grateful", "for", "bodies", "regardless", "of", "color", "in", "their", "departments"]}, "3397": {"text": "I was hoping that at least one of those animals would get their heads lobbed off by the propeller blades like in Dawn of The Dead .", "tokenized_text": ["i", "was", "hoping", "that", "at", "least", "one", "of", "those", "animals", "would", "get", "their", "heads", "lobbed", "off", "by", "the", "propeller", "blades", "like", "in", "dawn", "of", "the", "dead"]}, "3398": {"text": "Stormfront should try to create a larger protest in Defense of Ed Steele .", "tokenized_text": ["stormfront", "should", "try", "to", "create", "a", "larger", "protest", "in", "defense", "of", "ed", "steele"]}, "3399": {"text": "Locals in the area should organize a march or something .", "tokenized_text": ["locals", "in", "the", "area", "should", "organize", "a", "march", "or", "something"]}, "3400": {"text": "Has Jack McLamb been contacted ?", "tokenized_text": ["has", "jack", "mclamb", "been", "contacted"]}, "3401": {"text": "They do crank ?", "tokenized_text": ["they", "do", "crank"]}, "3402": {"text": "I saw Edwards on some TV show not long ago .", "tokenized_text": ["i", "saw", "edwards", "on", "some", "tv", "show", "not", "long", "ago"]}, "3403": {"text": "The first thing I thought was `` he does lots of meth '' .", "tokenized_text": ["the", "first", "thing", "i", "thought", "was", "he", "does", "lots", "of", "meth"]}, "3404": {"text": "I think that white women who cannot find a suitable white partner for whatever reason should not delay childbearing but should go to a sperm bank and start having white kids .", "tokenized_text": ["i", "think", "that", "white", "women", "who", "cannot", "find", "a", "suitable", "white", "partner", "for", "whatever", "reason", "should", "not", "delay", "childbearing", "but", "should", "go", "to", "a", "sperm", "bank", "and", "start", "having", "white", "kids"]}, "3405": {"text": "She could then go on welfare and take out student loans to go to college .", "tokenized_text": ["she", "could", "then", "go", "on", "welfare", "and", "take", "out", "student", "loans", "to", "go", "to", "college"]}, "3406": {"text": "Most Americans will probably wind up working in fast food anyway and this can delay that by a few decades .", "tokenized_text": ["most", "americans", "will", "probably", "wind", "up", "working", "in", "fast", "food", "anyway", "and", "this", "can", "delay", "that", "by", "a", "few", "decades"]}, "3407": {"text": "I always thought it would be cool if somebody covertly set off a nuke in Kashmir , and then we all could sit back and watch as the Paki 's and Indians nuke the scheiss out of each other .", "tokenized_text": ["i", "always", "thought", "it", "would", "be", "cool", "if", "somebody", "covertly", "set", "off", "a", "nuke", "in", "kashmir", "and", "then", "we", "all", "could", "sit", "back", "and", "watch", "as", "the", "paki", "s", "and", "indians", "nuke", "the", "scheiss", "out", "of", "each", "other"]}, "3408": {"text": "Of course they do .", "tokenized_text": ["of", "course", "they", "do"]}, "3409": {"text": "Nancy Grace has had no other news but this for weeks .", "tokenized_text": ["nancy", "grace", "has", "had", "no", "other", "news", "but", "this", "for", "weeks"]}, "3410": {"text": "When Emily was murdered my wife sent the info to Nancy Grace and there was not a word said about it .", "tokenized_text": ["when", "emily", "was", "murdered", "my", "wife", "sent", "the", "info", "to", "nancy", "grace", "and", "there", "was", "not", "a", "word", "said", "about", "it"]}, "3411": {"text": "May they just need to turn these savages loose , justice will take care of itself .", "tokenized_text": ["may", "they", "just", "need", "to", "turn", "these", "savages", "loose", "justice", "will", "take", "care", "of", "itself"]}, "3412": {"text": "Why would the press be covering this .", "tokenized_text": ["why", "would", "the", "press", "be", "covering", "this"]}, "3413": {"text": "Nothing more than a murdered white girl , the talking heads could care less about her .", "tokenized_text": ["nothing", "more", "than", "a", "murdered", "white", "girl", "the", "talking", "heads", "could", "care", "less", "about", "her"]}, "3414": {"text": "Just let Shaniqua leave her kids home to burn the house down while she goes to da club .", "tokenized_text": ["just", "let", "shaniqua", "leave", "her", "kids", "home", "to", "burn", "the", "house", "down", "while", "she", "goes", "to", "da", "club"]}, "3415": {"text": "Then they will whine for days about the hard life of a 26 year old single mom of 7 kids Justice for Emily", "tokenized_text": ["then", "they", "will", "whine", "for", "days", "about", "the", "hard", "life", "of", "a", "26", "year", "old", "single", "mom", "of", "7", "kids", "justice", "for", "emily"]}, "3416": {"text": "They would perform a rape test and get the evidence immediately .", "tokenized_text": ["they", "would", "perform", "a", "rape", "test", "and", "get", "the", "evidence", "immediately"]}, "3417": {"text": "They know what happened or not .", "tokenized_text": ["they", "know", "what", "happened", "or", "not"]}, "3418": {"text": "These groids went haywire when they got in there and found themselves a white girl .", "tokenized_text": ["these", "groids", "went", "haywire", "when", "they", "got", "in", "there", "and", "found", "themselves", "a", "white", "girl"]}, "3419": {"text": "They should be executed forthwith and publically .", "tokenized_text": ["they", "should", "be", "executed", "forthwith", "and", "publically"]}, "3420": {"text": "As it is , now they get free meals and watch TV all day with the tax payer footing the bill .", "tokenized_text": ["as", "it", "is", "now", "they", "get", "free", "meals", "and", "watch", "tv", "all", "day", "with", "the", "tax", "payer", "footing", "the", "bill"]}, "3421": {"text": "That 's every groid 's wish anyways .", "tokenized_text": ["that", "s", "every", "groid", "s", "wish", "anyways"]}, "3422": {"text": "String ' em up !", "tokenized_text": ["string", "em", "up"]}, "3423": {"text": "Who reported that they were Jews and had an Israeli passport if there was an immediate media blackout as soon as these facts came out ?", "tokenized_text": ["who", "reported", "that", "they", "were", "jews", "and", "had", "an", "israeli", "passport", "if", "there", "was", "an", "immediate", "media", "blackout", "as", "soon", "as", "these", "facts", "came", "out"]}, "3424": {"text": "Are there any English language links to read about this ?", "tokenized_text": ["are", "there", "any", "english", "language", "links", "to", "read", "about", "this"]}, "3425": {"text": "The bible is n't jewish .", "tokenized_text": ["the", "bible", "is", "n", "t", "jewish"]}, "3426": {"text": "They do what they always do take something of someone else 's and make it their own .", "tokenized_text": ["they", "do", "what", "they", "always", "do", "take", "something", "of", "someone", "else", "s", "and", "make", "it", "their", "own"]}, "3427": {"text": "I myself like to use Euro pride world wide in a collective effort .", "tokenized_text": ["i", "myself", "like", "to", "use", "euro", "pride", "world", "wide", "in", "a", "collective", "effort"]}, "3428": {"text": "If I have to start compartmentalizing I use Nordic and Heathen", "tokenized_text": ["if", "i", "have", "to", "start", "compartmentalizing", "i", "use", "nordic", "and", "heathen"]}, "3429": {"text": "Edit: alright , I did it ...", "tokenized_text": ["edit", "alright", "i", "did", "it"]}, "3430": {"text": "I think you underestimate how many times I have actually taken different tests .", "tokenized_text": ["i", "think", "you", "underestimate", "how", "many", "times", "i", "have", "actually", "taken", "different", "tests"]}, "3431": {"text": "I have taken THAT particular test like ten times before .", "tokenized_text": ["i", "have", "taken", "that", "particular", "test", "like", "ten", "times", "before"]}, "3432": {"text": "People in my circle of acquaintances are a bit obsessed with IQ .", "tokenized_text": ["people", "in", "my", "circle", "of", "acquaintances", "are", "a", "bit", "obsessed", "with", "iq"]}, "3433": {"text": "I am pretty sure you are a troll .", "tokenized_text": ["i", "am", "pretty", "sure", "you", "are", "a", "troll"]}, "3434": {"text": "Take back what you said or I will report you .", "tokenized_text": ["take", "back", "what", "you", "said", "or", "i", "will", "report", "you"]}, "3435": {"text": "I dont like reporting people but the last thing I will do is tolerate some stupid pig who claims Hungarians are Tatars .", "tokenized_text": ["i", "dont", "like", "reporting", "people", "but", "the", "last", "thing", "i", "will", "do", "is", "tolerate", "some", "stupid", "pig", "who", "claims", "hungarians", "are", "tatars"]}, "3436": {"text": "I guess there 's going to be some miraculous event within the next 11 years that will make everyone mixed race .", "tokenized_text": ["i", "guess", "there", "s", "going", "to", "be", "some", "miraculous", "event", "within", "the", "next", "11", "years", "that", "will", "make", "everyone", "mixed", "race"]}, "3437": {"text": "We can work together and look after each other which blacks cant. We can think as individuals and do things because they are right and not because we are told to , which asians cant.", "tokenized_text": ["we", "can", "work", "together", "and", "look", "after", "each", "other", "which", "blacks", "cant", "we", "can", "think", "as", "individuals", "and", "do", "things", "because", "they", "are", "right", "and", "not", "because", "we", "are", "told", "to", "which", "asians", "cant"]}, "3438": {"text": "Interesting guy , if you 've never seen Derren Brown before .", "tokenized_text": ["interesting", "guy", "if", "you", "ve", "never", "seen", "derren", "brown", "before"]}, "3439": {"text": "Here , he explores whether someone could be made into an amnesiac assassin .", "tokenized_text": ["here", "he", "explores", "whether", "someone", "could", "be", "made", "into", "an", "amnesiac", "assassin"]}, "3440": {"text": "Derren Brown - The Assassin Part 1 - YouTube Derren Brown - The Assassin Part 2 - YouTube Derren Brown - The Assassin Part 3 - YouTube Derren Brown - The Assassin Part 4 Final - YouTube Fun stuff .", "tokenized_text": ["derren", "brown", "the", "assassin", "part", "1", "youtube", "derren", "brown", "the", "assassin", "part", "2", "youtube", "derren", "brown", "the", "assassin", "part", "3", "youtube", "derren", "brown", "the", "assassin", "part", "4", "final", "youtube", "fun", "stuff"]}, "3441": {"text": "( As I watch from the safety in front of my computer monitor. )", "tokenized_text": ["as", "i", "watch", "from", "the", "safety", "in", "front", "of", "my", "computer", "monitor"]}, "3442": {"text": "If it 's really this easy for an admittedly skilled hypnotist to do this to people , what could CIA/KGB/MI6/etc do with full , unrestrained control over someone ?", "tokenized_text": ["if", "it", "s", "really", "this", "easy", "for", "an", "admittedly", "skilled", "hypnotist", "to", "do", "this", "to", "people", "what", "could", "cia", "kgb", "mi6", "etc", "do", "with", "full", "unrestrained", "control", "over", "someone"]}, "3443": {"text": "I Got 15 Kids & 3 Babydaddys-SOMEONE & #39 ; S GOTTA PAY FOR ME & MY KIDS !!!", "tokenized_text": ["i", "got", "15", "kids", "3", "babydaddys", "someone", "39", "s", "gotta", "pay", "for", "me", "my", "kids"]}, "3444": {"text": "- YouTube Obama Is Going To Pay For My Gas And Mortgage !!!", "tokenized_text": ["youtube", "obama", "is", "going", "to", "pay", "for", "my", "gas", "and", "mortgage"]}, "3445": {"text": "- YouTube Welfare Checks Late - YouTube", "tokenized_text": ["youtube", "welfare", "checks", "late", "youtube"]}, "3446": {"text": "I believe this was posted before but had no sound and the victim 's face was blurred .", "tokenized_text": ["i", "believe", "this", "was", "posted", "before", "but", "had", "no", "sound", "and", "the", "victim", "s", "face", "was", "blurred"]}, "3447": {"text": "Here it is uncensored : White boy gets beat up by 2 blacks while the other blacks cheer .", "tokenized_text": ["here", "it", "is", "uncensored", "white", "boy", "gets", "beat", "up", "by", "2", "blacks", "while", "the", "other", "blacks", "cheer"]}, "3448": {"text": "- YouTube", "tokenized_text": ["youtube"]}, "3449": {"text": "DUDE GETTING JUMPED - KNOCKED OUT - THEN ROBBED ON THE EL PLATFORM IN PHILADELPHIA - YouTube White Guy Robbed & Knocked Out By Black Thugs - YouTube Nigga Moments of crackheads - YouTube", "tokenized_text": ["dude", "getting", "jumped", "knocked", "out", "then", "robbed", "on", "the", "el", "platform", "in", "philadelphia", "youtube", "white", "guy", "robbed", "knocked", "out", "by", "black", "thugs", "youtube", "nigga", "moments", "of", "crackheads", "youtube"]}, "3450": {"text": "Sadly that is what happens when you dumb down a society and make everything sexual.Not even innocent animals are out of the question for these sickos .", "tokenized_text": ["sadly", "that", "is", "what", "happens", "when", "you", "dumb", "down", "a", "society", "and", "make", "everything", "sexual", "not", "even", "innocent", "animals", "are", "out", "of", "the", "question", "for", "these", "sickos"]}, "3451": {"text": "Crippin nigga .", "tokenized_text": ["crippin", "nigga"]}, "3452": {"text": "WE CRIPPIN NIGGA .", "tokenized_text": ["we", "crippin", "nigga"]}, "3453": {"text": "CRIPPPINNN !!!!", "tokenized_text": ["cripppinnn"]}, "3454": {"text": "WE GOT MONEY AROUND HERE TOO Compton Crips Pt.1 - YouTube These negroes are in the middle of the street , seems like something of a zoo , playing with their cheap lowriders .", "tokenized_text": ["we", "got", "money", "around", "here", "too", "compton", "crips", "pt", "1", "youtube", "these", "negroes", "are", "in", "the", "middle", "of", "the", "street", "seems", "like", "something", "of", "a", "zoo", "playing", "with", "their", "cheap", "lowriders"]}, "3455": {"text": "That's called white flight , and it 's why the city centre of almost every major American city is now predominantly non-white .", "tokenized_text": ["that", "s", "called", "white", "flight", "and", "it", "s", "why", "the", "city", "centre", "of", "almost", "every", "major", "american", "city", "is", "now", "predominantly", "non", "white"]}, "3456": {"text": "Humans and negroes use restaurants in entirely different ways .", "tokenized_text": ["humans", "and", "negroes", "use", "restaurants", "in", "entirely", "different", "ways"]}, "3457": {"text": "YouTube - & #x202a ; Unruly Teens wrecking a Dunkin Donuts at 75 christopher street in manhattan & #x202c ; & rlm ;", "tokenized_text": ["youtube", "x202a", "unruly", "teens", "wrecking", "a", "dunkin", "donuts", "at", "75", "christopher", "street", "in", "manhattan", "x202c", "rlm"]}, "3458": {"text": "YouTube - Grandson attacks and rapes 87-Year-Old bed-ridden amputee Grandmother YouTube - Police are looking for Flash Mob of black Teens who Robbed Dupont Circle Store .", "tokenized_text": ["youtube", "grandson", "attacks", "and", "rapes", "87", "year", "old", "bed", "ridden", "amputee", "grandmother", "youtube", "police", "are", "looking", "for", "flash", "mob", "of", "black", "teens", "who", "robbed", "dupont", "circle", "store"]}, "3459": {"text": "YouTube - BLACK WOMAN GOES BALLISTIC ON REPORTER YouTube - he wuz a good boy , Black kid kills two white men YouTube - Black Man Charged with Rape of 65 year old Coma Patient YouTube - BLACK Robber Forces Guy to Drink Liquid Soap Video", "tokenized_text": ["youtube", "black", "woman", "goes", "ballistic", "on", "reporter", "youtube", "he", "wuz", "a", "good", "boy", "black", "kid", "kills", "two", "white", "men", "youtube", "black", "man", "charged", "with", "rape", "of", "65", "year", "old", "coma", "patient", "youtube", "black", "robber", "forces", "guy", "to", "drink", "liquid", "soap", "video"]}, "3460": {"text": "This thread makes me thankful that I will be homeschooling my children .", "tokenized_text": ["this", "thread", "makes", "me", "thankful", "that", "i", "will", "be", "homeschooling", "my", "children"]}, "3461": {"text": "Most of these videos belong on the Animal Planet tv channel .", "tokenized_text": ["most", "of", "these", "videos", "belong", "on", "the", "animal", "planet", "tv", "channel"]}, "3462": {"text": "More racist violence by blacks - this time the victim was a Chinese man : YouTube - Racist Blacks beat a Chinese man to death", "tokenized_text": ["more", "racist", "violence", "by", "blacks", "this", "time", "the", "victim", "was", "a", "chinese", "man", "youtube", "racist", "blacks", "beat", "a", "chinese", "man", "to", "death"]}, "3463": {"text": "Blacks seem to be hell bent on embarrassing themselves and acting like animals everywhere they go .. this is pretty typical behaviour ..", "tokenized_text": ["blacks", "seem", "to", "be", "hell", "bent", "on", "embarrassing", "themselves", "and", "acting", "like", "animals", "everywhere", "they", "go", "this", "is", "pretty", "typical", "behaviour"]}, "3464": {"text": "YouTube - Broadcast Yourself .", "tokenized_text": ["youtube", "broadcast", "yourself"]}, "3465": {"text": "Apparently the story is that the white woman flipped off one of those groids and they all came to gang up on her .", "tokenized_text": ["apparently", "the", "story", "is", "that", "the", "white", "woman", "flipped", "off", "one", "of", "those", "groids", "and", "they", "all", "came", "to", "gang", "up", "on", "her"]}, "3466": {"text": "Hahahhah the amount of whites in my town has gone up and all other minorities have gone down !", "tokenized_text": ["hahahhah", "the", "amount", "of", "whites", "in", "my", "town", "has", "gone", "up", "and", "all", "other", "minorities", "have", "gone", "down"]}, "3467": {"text": "Thanks for posting , made my day", "tokenized_text": ["thanks", "for", "posting", "made", "my", "day"]}, "3468": {"text": "Me thinks Genesis is a negro who thinks he 's from the line of Adam.A troll , confused , black and prowling Stormfront.So make the Revelation Genesis - what are you really up to ?", "tokenized_text": ["me", "thinks", "genesis", "is", "a", "negro", "who", "thinks", "he", "s", "from", "the", "line", "of", "adam", "a", "troll", "confused", "black", "and", "prowling", "stormfront", "so", "make", "the", "revelation", "genesis", "what", "are", "you", "really", "up", "to"]}, "3469": {"text": "Police threaten woman for requesting white housemates .", "tokenized_text": ["police", "threaten", "woman", "for", "requesting", "white", "housemates"]}, "3470": {"text": "Police intimidate and threaten to cite or arrest white woman for a sign on her house/yard saying `` I rent to white room-mates '' .", "tokenized_text": ["police", "intimidate", "and", "threaten", "to", "cite", "or", "arrest", "white", "woman", "for", "a", "sign", "on", "her", "house", "yard", "saying", "i", "rent", "to", "white", "room", "mates"]}, "3471": {"text": "It's going to get bad when this comes out .", "tokenized_text": ["it", "s", "going", "to", "get", "bad", "when", "this", "comes", "out"]}, "3472": {"text": "I can already see virtual AI girl friends coming out of this .", "tokenized_text": ["i", "can", "already", "see", "virtual", "ai", "girl", "friends", "coming", "out", "of", "this"]}, "3473": {"text": "HydraDeck Humans - YouTube", "tokenized_text": ["hydradeck", "humans", "youtube"]}, "3474": {"text": "Even when the rest of the world has daggers ready to strike at your heart , you still show them kindness ..", "tokenized_text": ["even", "when", "the", "rest", "of", "the", "world", "has", "daggers", "ready", "to", "strike", "at", "your", "heart", "you", "still", "show", "them", "kindness"]}, "3475": {"text": "http://www.japantoday.com/category/n...a-bound-flighthttp://www.washingtonpost.com/wp-dyn...071301714.html Uzodinma Iweala is the author of `` Beasts of No Nation , '' a novel about child soldiers .", "tokenized_text": ["http", "www", "japantoday", "com", "category", "n", "a", "bound", "flighthttp", "www", "washingtonpost", "com", "wp", "dyn", "071301714", "html", "uzodinma", "iweala", "is", "the", "author", "of", "beasts", "of", "no", "nation", "a", "novel", "about", "child", "soldiers"]}, "3476": {"text": "A lot of it could be mostly blacks with Hispanics though .", "tokenized_text": ["a", "lot", "of", "it", "could", "be", "mostly", "blacks", "with", "hispanics", "though"]}, "3477": {"text": "Good news is that census reports suggest whites are still the least likely to race mix .", "tokenized_text": ["good", "news", "is", "that", "census", "reports", "suggest", "whites", "are", "still", "the", "least", "likely", "to", "race", "mix"]}, "3478": {"text": "Hispanics , Blacks and Asians are all doing it .", "tokenized_text": ["hispanics", "blacks", "and", "asians", "are", "all", "doing", "it"]}, "3479": {"text": "of course they wo n't. they just want to steal our land. they would n't stop until we are all dead. and neither would we .", "tokenized_text": ["of", "course", "they", "wo", "n", "t", "they", "just", "want", "to", "steal", "our", "land", "they", "would", "n", "t", "stop", "until", "we", "are", "all", "dead", "and", "neither", "would", "we"]}, "3480": {"text": "1st video , there are more non-whites than just the black girl 2nd video the white guy and asian girl both wear red shirts to create that subconscious association .", "tokenized_text": ["1st", "video", "there", "are", "more", "non", "whites", "than", "just", "the", "black", "girl", "2nd", "video", "the", "white", "guy", "and", "asian", "girl", "both", "wear", "red", "shirts", "to", "create", "that", "subconscious", "association"]}, "3481": {"text": "Of course ATT had to make the one blond boy look stupid .", "tokenized_text": ["of", "course", "att", "had", "to", "make", "the", "one", "blond", "boy", "look", "stupid"]}, "3482": {"text": "Imagine the uproar if the black girl said `` ten '' .", "tokenized_text": ["imagine", "the", "uproar", "if", "the", "black", "girl", "said", "ten"]}, "3483": {"text": "YouTube", "tokenized_text": ["youtube"]}, "3484": {"text": "The only thing more disgusting than a White woman with a groid is a White woman who drags her White child into the filth with her .", "tokenized_text": ["the", "only", "thing", "more", "disgusting", "than", "a", "white", "woman", "with", "a", "groid", "is", "a", "white", "woman", "who", "drags", "her", "white", "child", "into", "the", "filth", "with", "her"]}, "3485": {"text": "Blockbuster Instant Commercial - YouTube !", "tokenized_text": ["blockbuster", "instant", "commercial", "youtube"]}, "3486": {"text": "In reality they do pair up the black males with the White girls in mixed schools because the girls help them with their work and it makes the school 's achievement stats less dismal .", "tokenized_text": ["in", "reality", "they", "do", "pair", "up", "the", "black", "males", "with", "the", "white", "girls", "in", "mixed", "schools", "because", "the", "girls", "help", "them", "with", "their", "work", "and", "it", "makes", "the", "school", "s", "achievement", "stats", "less", "dismal"]}, "3487": {"text": "zpridez NO big deal , I got your drift.IMO If these bellyaching Black peoples et al continue to negate/or ignore the present ' Products of Progress ' within society we 're all doomed .", "tokenized_text": ["zpridez", "no", "big", "deal", "i", "got", "your", "drift", "imo", "if", "these", "bellyaching", "black", "peoples", "et", "al", "continue", "to", "negate", "or", "ignore", "the", "present", "products", "of", "progress", "within", "society", "we", "re", "all", "doomed"]}, "3488": {"text": "Don't force me to eat with the hired help . [ Do n't force me to eat with the hired help - Page 4 - Cruise Critic Message Boards", "tokenized_text": ["don", "t", "force", "me", "to", "eat", "with", "the", "hired", "help", "do", "n", "t", "force", "me", "to", "eat", "with", "the", "hired", "help", "page", "4", "cruise", "critic", "message", "boards"]}, "3489": {"text": "i love it when jews get a taste of thier own vile medicene I hope each and every one of them young to old starve in the cold", "tokenized_text": ["i", "love", "it", "when", "jews", "get", "a", "taste", "of", "thier", "own", "vile", "medicene", "i", "hope", "each", "and", "every", "one", "of", "them", "young", "to", "old", "starve", "in", "the", "cold"]}, "3490": {"text": "Don't eat a Snickers candy bar ... it will turn you into a negro ! ( Also has the obligatory White doofus guy at the end. )", "tokenized_text": ["don", "t", "eat", "a", "snickers", "candy", "bar", "it", "will", "turn", "you", "into", "a", "negro", "also", "has", "the", "obligatory", "white", "doofus", "guy", "at", "the", "end"]}, "3491": {"text": "SNICKERS \u00ae - `` Coach '' - YouTube", "tokenized_text": ["snickers", "coach", "youtube"]}, "3492": {"text": "So here 's where all that missing bank stimulus money went !", "tokenized_text": ["so", "here", "s", "where", "all", "that", "missing", "bank", "stimulus", "money", "went"]}, "3493": {"text": "Israel 3rd Worldwide in ' Millionaire Growth ' in 2009 - Finances & Business - Israel News - Israel National News", "tokenized_text": ["israel", "3rd", "worldwide", "in", "millionaire", "growth", "in", "2009", "finances", "business", "israel", "news", "israel", "national", "news"]}, "3494": {"text": "Watch the Pass it On Honesty commercial where a kid returns a purse | Values.com White kid `` suspiciously '' returns black lady 's purse , white cops reward him with donuts", "tokenized_text": ["watch", "the", "pass", "it", "on", "honesty", "commercial", "where", "a", "kid", "returns", "a", "purse", "values", "com", "white", "kid", "suspiciously", "returns", "black", "lady", "s", "purse", "white", "cops", "reward", "him", "with", "donuts"]}, "3495": {"text": "The Diversity Dinner : Breaking Bread & Barriers - YouTube A lot of good comments on this video though , if you have a youtube account feel free to leave a comment on there .", "tokenized_text": ["the", "diversity", "dinner", "breaking", "bread", "barriers", "youtube", "a", "lot", "of", "good", "comments", "on", "this", "video", "though", "if", "you", "have", "a", "youtube", "account", "feel", "free", "to", "leave", "a", "comment", "on", "there"]}, "3496": {"text": "I want more data but this is a good start ... You 've made me wish I had n't been such a TV-phobe these last few years Next stop , I 'll be looking up all these characters and adding photos in case there are other cave dwellers like me on this thread ...", "tokenized_text": ["i", "want", "more", "data", "but", "this", "is", "a", "good", "start", "you", "ve", "made", "me", "wish", "i", "had", "n", "t", "been", "such", "a", "tv", "phobe", "these", "last", "few", "years", "next", "stop", "i", "ll", "be", "looking", "up", "all", "these", "characters", "and", "adding", "photos", "in", "case", "there", "are", "other", "cave", "dwellers", "like", "me", "on", "this", "thread"]}, "3497": {"text": "Since they are just little kids i do n't want to be rude , but how ugly is the black kid compared to the others ? it 's not even adorable , it 's kinda scary lol", "tokenized_text": ["since", "they", "are", "just", "little", "kids", "i", "do", "n", "t", "want", "to", "be", "rude", "but", "how", "ugly", "is", "the", "black", "kid", "compared", "to", "the", "others", "it", "s", "not", "even", "adorable", "it", "s", "kinda", "scary", "lol"]}, "3498": {"text": "I feel sorry for people living in Texas , i live in Australia and i always thought Texas was a basically white exclusive place to live .", "tokenized_text": ["i", "feel", "sorry", "for", "people", "living", "in", "texas", "i", "live", "in", "australia", "and", "i", "always", "thought", "texas", "was", "a", "basically", "white", "exclusive", "place", "to", "live"]}, "3499": {"text": "There was a study a while ago .", "tokenized_text": ["there", "was", "a", "study", "a", "while", "ago"]}, "3500": {"text": "75 % of junior high Student 's could n't point out New york state on a map .", "tokenized_text": ["75", "of", "junior", "high", "student", "s", "could", "n", "t", "point", "out", "new", "york", "state", "on", "a", "map"]}, "3501": {"text": "TF .", "tokenized_text": ["tf"]}, "3502": {"text": "3702", "tokenized_text": ["3702"]}, "3503": {"text": "That's an American invention My Dear .", "tokenized_text": ["that", "s", "an", "american", "invention", "my", "dear"]}, "3504": {"text": "Though Micronesians eat it by the gross .", "tokenized_text": ["though", "micronesians", "eat", "it", "by", "the", "gross"]}, "3505": {"text": "Hell they fry it in lard and eat it with rice .", "tokenized_text": ["hell", "they", "fry", "it", "in", "lard", "and", "eat", "it", "with", "rice"]}, "3506": {"text": "They love it .", "tokenized_text": ["they", "love", "it"]}, "3507": {"text": "They eat 3 X the food at each meal than your average American .", "tokenized_text": ["they", "eat", "3", "x", "the", "food", "at", "each", "meal", "than", "your", "average", "american"]}, "3508": {"text": "Thus they have the title as the fattest people in the world .", "tokenized_text": ["thus", "they", "have", "the", "title", "as", "the", "fattest", "people", "in", "the", "world"]}, "3509": {"text": "Most of them do n't care either .", "tokenized_text": ["most", "of", "them", "do", "n", "t", "care", "either"]}, "3510": {"text": "The Armenian DNA R1b -- 32 % I -- 38 % R1a --- 6 % J --- 6 % Source : Authors : Michael E. Weale Levon Yepiskoposyan Rolf F. Jager Nelli Hovhannisyan Armine Khudoyan Oliver Burbage-Hall Neil Bradman , Mark G. Thomas Title : Armenian Y chromosome haplotypes reveal strong regional structure within a single ethno-national group Hum Genet ( 2001 ) 109 : 659 674 DOI 10.1007/s00439-001-0627-9 Received : 14 September 2001 / Accepted : 14 September 2001 / Published online : 30 October 2001 ORIGINAL INVESTIGATION M.E. Weale ( \u2709 ) R.F. Jager O. Burbage-Hall N. Bradman M.G. Thomas Centre for Genetic Anthropology , Departments of Biology and Anthropology , University College London , University of London , Darwin Bdg , Gower St , London WC1E 6BT , UK e-mail : m.weale@ucl.ac.uk , Tel. : + 44-207-4043040 , Fax : + 44-207-4042081 L. Yepiskoposyan N. Hovhannisyan A. Khudoyan Institute of Man , Yerevan , Armenia R.F. Jager Faculteit Biologie , Vrije Universiteit Amsterdam , Amsterdam , The Netherlands http://www.ucl.ac.uk/tcga/tcgapdf/We ... 01-Armenia.pdf Table 1 Y chromosome haplogroup frequencies in six Armenian regions ( determined by paternal grandparental birthplace ) and eight comparative data sets Extract Ararat North Syunik K bakh Iranian West Turkey .", "tokenized_text": ["the", "armenian", "dna", "r1b", "32", "i", "38", "r1a", "6", "j", "6", "source", "authors", "michael", "e", "weale", "levon", "yepiskoposyan", "rolf", "f", "jager", "nelli", "hovhannisyan", "armine", "khudoyan", "oliver", "burbage", "hall", "neil", "bradman", "mark", "g", "thomas", "title", "armenian", "y", "chromosome", "haplotypes", "reveal", "strong", "regional", "structure", "within", "a", "single", "ethno", "national", "group", "hum", "genet", "2001", "109", "659", "674", "doi", "10", "1007", "s00439", "001", "0627", "9", "received", "14", "september", "2001", "accepted", "14", "september", "2001", "published", "online", "30", "october", "2001", "original", "investigation", "m", "e", "weale", "r", "f", "jager", "o", "burbage", "hall", "n", "bradman", "m", "g", "thomas", "centre", "for", "genetic", "anthropology", "departments", "of", "biology", "and", "anthropology", "university", "college", "london", "university", "of", "london", "darwin", "bdg", "gower", "st", "london", "wc1e", "6bt", "uk", "e", "mail", "m", "weale", "ucl", "ac", "uk", "tel", "44", "207", "4043040", "fax", "44", "207", "4042081", "l", "yepiskoposyan", "n", "hovhannisyan", "a", "khudoyan", "institute", "of", "man", "yerevan", "armenia", "r", "f", "jager", "faculteit", "biologie", "vrije", "universiteit", "amsterdam", "amsterdam", "the", "netherlands", "http", "www", "ucl", "ac", "uk", "tcga", "tcgapdf", "we", "01", "armenia", "pdf", "table", "1", "y", "chromosome", "haplogroup", "frequencies", "in", "six", "armenian", "regions", "determined", "by", "paternal", "grandparental", "birthplace", "and", "eight", "comparative", "data", "sets", "extract", "ararat", "north", "syunik", "k", "bakh", "iranian", "west", "turkey"]}, "3511": {"text": "Azer Syria Georgia Greece .", "tokenized_text": ["azer", "syria", "georgia", "greece"]}, "3512": {"text": "Mongol England .", "tokenized_text": ["mongol", "england"]}, "3513": {"text": "Friesl hg1 0.2273 0.2222 0.4000 0.4279 0.3214 0.2222 0.1908 0.1034 0.0909 0.0882 0.1515 0.0547 0.6323 0.5532 hg2 0.5909 0.5873 0.4286 0.4233 0.5179 0.5778 0.4913 0.5862 0.6136 0.8088 0.4848 0.6244 0.3000 0.3511 hg3 0.0423 0.0929 0.0558 0.0179 0.0333 0.1040 0.1034 0.0227 0.0441 0.0606 0.0249 0.0290 0.0745 Compare the Armenian regions ( Ararat , North , Syunik , K bakh ) [ blue ] with England and North German ( Friesl ) [ red ] and Mongols [ yellow ] The Armenians genes mark lg1 , that is , mainly , the modern R1b .", "tokenized_text": ["friesl", "hg1", "0", "2273", "0", "2222", "0", "4000", "0", "4279", "0", "3214", "0", "2222", "0", "1908", "0", "1034", "0", "0909", "0", "0882", "0", "1515", "0", "0547", "0", "6323", "0", "5532", "hg2", "0", "5909", "0", "5873", "0", "4286", "0", "4233", "0", "5179", "0", "5778", "0", "4913", "0", "5862", "0", "6136", "0", "8088", "0", "4848", "0", "6244", "0", "3000", "0", "3511", "hg3", "0", "0423", "0", "0929", "0", "0558", "0", "0179", "0", "0333", "0", "1040", "0", "1034", "0", "0227", "0", "0441", "0", "0606", "0", "0249", "0", "0290", "0", "0745", "compare", "the", "armenian", "regions", "ararat", "north", "syunik", "k", "bakh", "blue", "with", "england", "and", "north", "german", "friesl", "red", "and", "mongols", "yellow", "the", "armenians", "genes", "mark", "lg1", "that", "is", "mainly", "the", "modern", "r1b"]}, "3514": {"text": "The amount of the Armenians chromosome haplotypes are closer to the England one .", "tokenized_text": ["the", "amount", "of", "the", "armenians", "chromosome", "haplotypes", "are", "closer", "to", "the", "england", "one"]}, "3515": {"text": "R1b is the most common haplotypes defining the Europeans", "tokenized_text": ["r1b", "is", "the", "most", "common", "haplotypes", "defining", "the", "europeans"]}, "3516": {"text": "i found another example of a so called `` russian '' turk who hates armenians and georgians .", "tokenized_text": ["i", "found", "another", "example", "of", "a", "so", "called", "russian", "turk", "who", "hates", "armenians", "and", "georgians"]}, "3517": {"text": "http://forum.skadi.net/favorite _ slav ... ight = armenians Last Seen : 1 Week Ago Join Date : Feb 2005 Tribe : Russian Subrace : Turanid Location : Saint-Petersburg Gender : Male Politics : Lappoid collectivist Religion : non-religious Banner : Golden Eagle Posts : 2,401 Reputation : 1366 Reputation Power : 2", "tokenized_text": ["http", "forum", "skadi", "net", "favorite", "_", "slav", "ight", "armenians", "last", "seen", "1", "week", "ago", "join", "date", "feb", "2005", "tribe", "russian", "subrace", "turanid", "location", "saint", "petersburg", "gender", "male", "politics", "lappoid", "collectivist", "religion", "non", "religious", "banner", "golden", "eagle", "posts", "2", "401", "reputation", "1366", "reputation", "power", "2"]}, "3518": {"text": "After watching these photos I got strange feeling they remind me somehow of nazi wehrmacht old photos .", "tokenized_text": ["after", "watching", "these", "photos", "i", "got", "strange", "feeling", "they", "remind", "me", "somehow", "of", "nazi", "wehrmacht", "old", "photos"]}, "3519": {"text": "I mean just look at these photos , dont you get same feeling ?", "tokenized_text": ["i", "mean", "just", "look", "at", "these", "photos", "dont", "you", "get", "same", "feeling"]}, "3520": {"text": "Great news !", "tokenized_text": ["great", "news"]}, "3521": {"text": "The only way to deal with these animals is to give them a one way ticket to their filthy pig god .", "tokenized_text": ["the", "only", "way", "to", "deal", "with", "these", "animals", "is", "to", "give", "them", "a", "one", "way", "ticket", "to", "their", "filthy", "pig", "god"]}, "3522": {"text": "Edin D eko Bosnian soccer player Zvjezdan Misimovi\u0107 Mismovic and D eko Bosnian President Zeljko Komsic and Angela Lejla Damardzic Bosnian Special Forces OSE Bosnian Street people", "tokenized_text": ["edin", "d", "eko", "bosnian", "soccer", "player", "zvjezdan", "misimovi\u0107", "mismovic", "and", "d", "eko", "bosnian", "president", "zeljko", "komsic", "and", "angela", "lejla", "damardzic", "bosnian", "special", "forces", "ose", "bosnian", "street", "people"]}, "3523": {"text": "I want to know where did Celtic Nation found this picture : Just two girls looks to be portuguese .", "tokenized_text": ["i", "want", "to", "know", "where", "did", "celtic", "nation", "found", "this", "picture", "just", "two", "girls", "looks", "to", "be", "portuguese"]}, "3524": {"text": "Please , put pictures of average people here , not of models .", "tokenized_text": ["please", "put", "pictures", "of", "average", "people", "here", "not", "of", "models"]}, "3525": {"text": "Mate if you were one of them you would n't be asking .", "tokenized_text": ["mate", "if", "you", "were", "one", "of", "them", "you", "would", "n", "t", "be", "asking"]}, "3526": {"text": "Every f * cking school child knows that the Globe is round , only total PIZDAS do n't .", "tokenized_text": ["every", "f", "cking", "school", "child", "knows", "that", "the", "globe", "is", "round", "only", "total", "pizdas", "do", "n", "t"]}, "3527": {"text": "Any purported `` holy book '' which says such vile & despicable things as the talmud says about Mary & Jesus cannot come from a place of goodness.Jews are so convinced of their superiority that they think they can trick God of their love & fidelity by pretending to honor him .", "tokenized_text": ["any", "purported", "holy", "book", "which", "says", "such", "vile", "despicable", "things", "as", "the", "talmud", "says", "about", "mary", "jesus", "cannot", "come", "from", "a", "place", "of", "goodness", "jews", "are", "so", "convinced", "of", "their", "superiority", "that", "they", "think", "they", "can", "trick", "god", "of", "their", "love", "fidelity", "by", "pretending", "to", "honor", "him"]}, "3528": {"text": "Wow .", "tokenized_text": ["wow"]}, "3529": {"text": "What a maniacal & satanically twisted group Bush has hitched his wagon to .", "tokenized_text": ["what", "a", "maniacal", "satanically", "twisted", "group", "bush", "has", "hitched", "his", "wagon", "to"]}, "3530": {"text": "Are there any slavs that have black or darker hair color ???", "tokenized_text": ["are", "there", "any", "slavs", "that", "have", "black", "or", "darker", "hair", "color"]}, "3531": {"text": "Are there also serbs who have black hair as well ?", "tokenized_text": ["are", "there", "also", "serbs", "who", "have", "black", "hair", "as", "well"]}, "3532": {"text": "I think the topic starter 's point is if your a dissident of the American government and its foreign policy dont bow to Putin who is no better than we are in the US", "tokenized_text": ["i", "think", "the", "topic", "starter", "s", "point", "is", "if", "your", "a", "dissident", "of", "the", "american", "government", "and", "its", "foreign", "policy", "dont", "bow", "to", "putin", "who", "is", "no", "better", "than", "we", "are", "in", "the", "us"]}, "3533": {"text": "i would like to see them , they are one of my all time faves !", "tokenized_text": ["i", "would", "like", "to", "see", "them", "they", "are", "one", "of", "my", "all", "time", "faves"]}, "3534": {"text": "Are they playing old stuff or newer stuff more ?", "tokenized_text": ["are", "they", "playing", "old", "stuff", "or", "newer", "stuff", "more"]}, "3535": {"text": "So... are you telling me that your proof of your 10 % black London population claim is based on the possible artistic license of painters of London sceneries ?", "tokenized_text": ["so", "are", "you", "telling", "me", "that", "your", "proof", "of", "your", "10", "black", "london", "population", "claim", "is", "based", "on", "the", "possible", "artistic", "license", "of", "painters", "of", "london", "sceneries"]}, "3536": {"text": "Handyman admits to killing at least 8 Mass. women Bookmark this story for the next time some ignorant apologist for Negro crime claims that only white men are serial killers .", "tokenized_text": ["handyman", "admits", "to", "killing", "at", "least", "8", "mass", "women", "bookmark", "this", "story", "for", "the", "next", "time", "some", "ignorant", "apologist", "for", "negro", "crime", "claims", "that", "only", "white", "men", "are", "serial", "killers"]}, "3537": {"text": "Hi everybody , I 'm a swiss man living in zuerich , I really like Russia , russian People , russian culture .. all from Russia !!!", "tokenized_text": ["hi", "everybody", "i", "m", "a", "swiss", "man", "living", "in", "zuerich", "i", "really", "like", "russia", "russian", "people", "russian", "culture", "all", "from", "russia"]}, "3538": {"text": "Situation in Switzerland is terrible , blacks and muslims are everywhere ! We were a great Country with a great People but all these monkeys are transforming Switzerland in a zoo where law is not respected .", "tokenized_text": ["situation", "in", "switzerland", "is", "terrible", "blacks", "and", "muslims", "are", "everywhere", "we", "were", "a", "great", "country", "with", "a", "great", "people", "but", "all", "these", "monkeys", "are", "transforming", "switzerland", "in", "a", "zoo", "where", "law", "is", "not", "respected"]}, "3539": {"text": "An example of muslim colonisation : in some schools we do n't celebrate Christmas anymore to respect the many islamic pupils ! Christmas is a part of OUR TRADITION , of OUR RELIGION !!!!", "tokenized_text": ["an", "example", "of", "muslim", "colonisation", "in", "some", "schools", "we", "do", "n", "t", "celebrate", "christmas", "anymore", "to", "respect", "the", "many", "islamic", "pupils", "christmas", "is", "a", "part", "of", "our", "tradition", "of", "our", "religion"]}, "3540": {"text": "The big problem is that some swiss are backing this colonisation !", "tokenized_text": ["the", "big", "problem", "is", "that", "some", "swiss", "are", "backing", "this", "colonisation"]}, "3541": {"text": "Prostitution and drug is getting everywhere , dealers are from Senegal , Guinea , Nigeria , dirty prostitutes are fom Cameroun .", "tokenized_text": ["prostitution", "and", "drug", "is", "getting", "everywhere", "dealers", "are", "from", "senegal", "guinea", "nigeria", "dirty", "prostitutes", "are", "fom", "cameroun"]}, "3542": {"text": "Charming is knowing that all these unuseful beings lives in Switzerland as refugees !!!!", "tokenized_text": ["charming", "is", "knowing", "that", "all", "these", "unuseful", "beings", "lives", "in", "switzerland", "as", "refugees"]}, "3543": {"text": "The immigration laws have not being updated so everybody can ask for a N-Card ( refugee permission ) , living here and the Social Security Departement of each canton will pay them 1.an one-piece appartement ( 300 $ /month ) 2.Hospital Insurance ( 200 $ /month ) 3.argent de poche ( 300 $ /month ) ....", "tokenized_text": ["the", "immigration", "laws", "have", "not", "being", "updated", "so", "everybody", "can", "ask", "for", "a", "n", "card", "refugee", "permission", "living", "here", "and", "the", "social", "security", "departement", "of", "each", "canton", "will", "pay", "them", "1", "an", "one", "piece", "appartement", "300", "month", "2", "hospital", "insurance", "200", "month", "3", "argent", "de", "poche", "300", "month"]}, "3544": {"text": "Switzerland pay 700 millions $ each year for refugees !!!", "tokenized_text": ["switzerland", "pay", "700", "millions", "each", "year", "for", "refugees"]}, "3545": {"text": "I had the luck ( ... ) to meet some africans in the past and I promise you that black are the worse cancer of the world , they 're ready to sell their own sister so you can imagine what will they do with our Countries ..", "tokenized_text": ["i", "had", "the", "luck", "to", "meet", "some", "africans", "in", "the", "past", "and", "i", "promise", "you", "that", "black", "are", "the", "worse", "cancer", "of", "the", "world", "they", "re", "ready", "to", "sell", "their", "own", "sister", "so", "you", "can", "imagine", "what", "will", "they", "do", "with", "our", "countries"]}, "3546": {"text": "Keep Russia free from dark skinned beings !!!! thank you and please forgive me for mistakes .", "tokenized_text": ["keep", "russia", "free", "from", "dark", "skinned", "beings", "thank", "you", "and", "please", "forgive", "me", "for", "mistakes"]}, "3547": {"text": "But one cannot deny that the greatest responsibility for this war goes to France and Great Britain , after all those are those two nations who have declared war in Germany ...", "tokenized_text": ["but", "one", "cannot", "deny", "that", "the", "greatest", "responsibility", "for", "this", "war", "goes", "to", "france", "and", "great", "britain", "after", "all", "those", "are", "those", "two", "nations", "who", "have", "declared", "war", "in", "germany"]}, "3548": {"text": "I know what gypises look like in the easten Europe i seen many of them in Lviv Ukraine begging for my food .", "tokenized_text": ["i", "know", "what", "gypises", "look", "like", "in", "the", "easten", "europe", "i", "seen", "many", "of", "them", "in", "lviv", "ukraine", "begging", "for", "my", "food"]}, "3549": {"text": "These in Russia i saw was pure black as black as can be , maybe some of them was `` tourists '' and `` students '' but the ones i seen near the out door music show was wearing dirty clothes in their late 20s big gang off them , even seen a girl dating a black .", "tokenized_text": ["these", "in", "russia", "i", "saw", "was", "pure", "black", "as", "black", "as", "can", "be", "maybe", "some", "of", "them", "was", "tourists", "and", "students", "but", "the", "ones", "i", "seen", "near", "the", "out", "door", "music", "show", "was", "wearing", "dirty", "clothes", "in", "their", "late", "20s", "big", "gang", "off", "them", "even", "seen", "a", "girl", "dating", "a", "black"]}, "3550": {"text": "I stayed with a Georgian family in Taganrog they was very nice and white and hated musilms .", "tokenized_text": ["i", "stayed", "with", "a", "georgian", "family", "in", "taganrog", "they", "was", "very", "nice", "and", "white", "and", "hated", "musilms"]}, "3551": {"text": "Gang members targeted white victims in Denver attacks December 4 , 2009 http://www.kdvr.com/news/kdvr-affida ... , 2635245.story DENVER - Police believe a series of violent attacks in downtown Denver between July 17 and September 20 of this year were motivated by racial hatred of white people by the black suspects .", "tokenized_text": ["gang", "members", "targeted", "white", "victims", "in", "denver", "attacks", "december", "4", "2009", "http", "www", "kdvr", "com", "news", "kdvr", "affida", "2635245", "story", "denver", "police", "believe", "a", "series", "of", "violent", "attacks", "in", "downtown", "denver", "between", "july", "17", "and", "september", "20", "of", "this", "year", "were", "motivated", "by", "racial", "hatred", "of", "white", "people", "by", "the", "black", "suspects"]}, "3552": {"text": "Aww this boy must come from a deprived community .... not : http://homes.point2.com/US/Pennsylvania/Monroe-County/Stroud-Township-Real-Estate.aspx .", "tokenized_text": ["aww", "this", "boy", "must", "come", "from", "a", "deprived", "community", "not", "http", "homes", "point2", "com", "us", "pennsylvania", "monroe", "county", "stroud", "township", "real", "estate", "aspx"]}, "3553": {"text": "I wonder if living in an affordable mansion would make me `` mentally infirmed '' also .", "tokenized_text": ["i", "wonder", "if", "living", "in", "an", "affordable", "mansion", "would", "make", "me", "mentally", "infirmed", "also"]}, "3554": {"text": "Prosecutors charged a St. Louis man with 12 felonies Monday night in an early morning home invasion that left a nurse dead and an off-duty police officer and her firefighter boyfriend seriously injured .", "tokenized_text": ["prosecutors", "charged", "a", "st", "louis", "man", "with", "12", "felonies", "monday", "night", "in", "an", "early", "morning", "home", "invasion", "that", "left", "a", "nurse", "dead", "and", "an", "off", "duty", "police", "officer", "and", "her", "firefighter", "boyfriend", "seriously", "injured"]}, "3555": {"text": "http://www.stltoday.com/stltoday/new ... A ? OpenDocument", "tokenized_text": ["http", "www", "stltoday", "com", "stltoday", "new", "a", "opendocument"]}, "3556": {"text": "Her victim Wesley Mosier was shot multiple times in the chest , then she and her teen aged son got out and proceeded to kick him repeatedly until the police showed up http://www.courier-journal.com/artic ... g + motorcyclist", "tokenized_text": ["her", "victim", "wesley", "mosier", "was", "shot", "multiple", "times", "in", "the", "chest", "then", "she", "and", "her", "teen", "aged", "son", "got", "out", "and", "proceeded", "to", "kick", "him", "repeatedly", "until", "the", "police", "showed", "up", "http", "www", "courier", "journal", "com", "artic", "g", "motorcyclist"]}, "3557": {"text": "You can clearly see in this video they want the white women to look dumb and crazy , whille the asian man looks intelligent and content .", "tokenized_text": ["you", "can", "clearly", "see", "in", "this", "video", "they", "want", "the", "white", "women", "to", "look", "dumb", "and", "crazy", "whille", "the", "asian", "man", "looks", "intelligent", "and", "content"]}, "3558": {"text": "Classic brainwashing .", "tokenized_text": ["classic", "brainwashing"]}, "3559": {"text": "I just asked on another related board if anyone had seen the at home alarm system commercial where the White guy breaks into a house and a Negro takes the alarm call and calls the cops ?", "tokenized_text": ["i", "just", "asked", "on", "another", "related", "board", "if", "anyone", "had", "seen", "the", "at", "home", "alarm", "system", "commercial", "where", "the", "white", "guy", "breaks", "into", "a", "house", "and", "a", "negro", "takes", "the", "alarm", "call", "and", "calls", "the", "cops"]}, "3560": {"text": "\u0427\u0435\u0441\u0442\u043e \u0441\u0430\u043c \u0432\u0438\u0452\u0430\u043e \u0438 : 828 - HBH - Heil Blood & Honour - iveo Krv i \u010cast .", "tokenized_text": ["\u0447\u0435\u0441\u0442\u043e", "\u0441\u0430\u043c", "\u0432\u0438\u0452\u0430\u043e", "\u0438", "828", "hbh", "heil", "blood", "honour", "iveo", "krv", "i", "\u010dast"]}, "3561": {"text": "KKK - ku klux klan 33/6 - Thirty-three is 3 times 11 .", "tokenized_text": ["kkk", "ku", "klux", "klan", "33", "6", "thirty", "three", "is", "3", "times", "11"]}, "3562": {"text": "Since the eleventh letter of the alphabet is K , 3 Ks = Ku Klux Klan .", "tokenized_text": ["since", "the", "eleventh", "letter", "of", "the", "alphabet", "is", "k", "3", "ks", "ku", "klux", "klan"]}, "3563": {"text": "23 - White Supremacist - The 23rd letter of the alphabet is W. ROA - Race Over All - Rasa iznad svega SWP - Supreme White Power - Nadmo\u0107na Bela Sila 100 % - 100 % White - 100 posto Belac-beo .", "tokenized_text": ["23", "white", "supremacist", "the", "23rd", "letter", "of", "the", "alphabet", "is", "w", "roa", "race", "over", "all", "rasa", "iznad", "svega", "swp", "supreme", "white", "power", "nadmo\u0107na", "bela", "sila", "100", "100", "white", "100", "posto", "belac", "beo"]}, "3564": {"text": "S.H.A.R.P.", "tokenized_text": ["s", "h", "a", "r", "p"]}, "3565": {"text": "- Skinheads Against Racial Prejudice - Skinheadsi protiv rasne diskriminacije - arpovci - Debili .", "tokenized_text": ["skinheads", "against", "racial", "prejudice", "skinheadsi", "protiv", "rasne", "diskriminacije", "arpovci", "debili"]}, "3566": {"text": "The point is not the throne itself but the reason for it and what it represents to the apes fighting and tramping for it .", "tokenized_text": ["the", "point", "is", "not", "the", "throne", "itself", "but", "the", "reason", "for", "it", "and", "what", "it", "represents", "to", "the", "apes", "fighting", "and", "tramping", "for", "it"]}, "3567": {"text": "The natural royality of the planet was not the posing apes , but the Overman .", "tokenized_text": ["the", "natural", "royality", "of", "the", "planet", "was", "not", "the", "posing", "apes", "but", "the", "overman"]}, "3568": {"text": "Restaurant \" ? \"", "tokenized_text": ["restaurant"]}, "3569": {"text": "The oldest Belgrade restaurant , built in 1823 as a property of Knez Milo\u0161 Obrenovic ..", "tokenized_text": ["the", "oldest", "belgrade", "restaurant", "built", "in", "1823", "as", "a", "property", "of", "knez", "milo\u0161", "obrenovic"]}, "3570": {"text": "First it was called `` Kod pastira '' ( At Shepherd 's ) in 1878 , then , in 1892 `` Kod Saborne crkve '' ( At the Cathedral Church ) , but this was soon removed , because it neither complied with regulations on restaurants , nor did the Church authorities find it suitable .", "tokenized_text": ["first", "it", "was", "called", "kod", "pastira", "at", "shepherd", "s", "in", "1878", "then", "in", "1892", "kod", "saborne", "crkve", "at", "the", "cathedral", "church", "but", "this", "was", "soon", "removed", "because", "it", "neither", "complied", "with", "regulations", "on", "restaurants", "nor", "did", "the", "church", "authorities", "find", "it", "suitable"]}, "3571": {"text": "As a temporary solution , the owner has put up just a question mark , which has remained until today .", "tokenized_text": ["as", "a", "temporary", "solution", "the", "owner", "has", "put", "up", "just", "a", "question", "mark", "which", "has", "remained", "until", "today"]}, "3572": {"text": "Restaurant Skadarlija `` Tri sesira '' Restaurant - Summer Skadarlija ..", "tokenized_text": ["restaurant", "skadarlija", "tri", "sesira", "restaurant", "summer", "skadarlija"]}, "3573": {"text": "Restaurant - Summer Skadarlija `` Ima dana '' Restaurant-Winter Restaurants", "tokenized_text": ["restaurant", "summer", "skadarlija", "ima", "dana", "restaurant", "winter", "restaurants"]}, "3574": {"text": "If you search around you can probably find `` hoax of the 20th century '' for free on the net .", "tokenized_text": ["if", "you", "search", "around", "you", "can", "probably", "find", "hoax", "of", "the", "20th", "century", "for", "free", "on", "the", "net"]}, "3575": {"text": "Just download it and enjoy .", "tokenized_text": ["just", "download", "it", "and", "enjoy"]}, "3576": {"text": "How on earth can they be Swedes when they are the result of race treason ?", "tokenized_text": ["how", "on", "earth", "can", "they", "be", "swedes", "when", "they", "are", "the", "result", "of", "race", "treason"]}, "3577": {"text": "They are anything but Swedes and to be honest it is good to get rid of them .", "tokenized_text": ["they", "are", "anything", "but", "swedes", "and", "to", "be", "honest", "it", "is", "good", "to", "get", "rid", "of", "them"]}, "3578": {"text": "2508", "tokenized_text": ["2508"]}, "3579": {"text": "We've had a couple of similar cases in Finland , when a nig purposefully tried to give dozens of Finnish women hiv/aids .", "tokenized_text": ["we", "ve", "had", "a", "couple", "of", "similar", "cases", "in", "finland", "when", "a", "nig", "purposefully", "tried", "to", "give", "dozens", "of", "finnish", "women", "hiv", "aids"]}, "3580": {"text": "In the local student rag 's dating section , there was a letter sent in by a black guy complaining about white girls at this university shunning him and his other negro friends .", "tokenized_text": ["in", "the", "local", "student", "rag", "s", "dating", "section", "there", "was", "a", "letter", "sent", "in", "by", "a", "black", "guy", "complaining", "about", "white", "girls", "at", "this", "university", "shunning", "him", "and", "his", "other", "negro", "friends"]}, "3581": {"text": "What the white girls do apparently is either walk quickly away or whip out their cell phone and pretend-talk into it .", "tokenized_text": ["what", "the", "white", "girls", "do", "apparently", "is", "either", "walk", "quickly", "away", "or", "whip", "out", "their", "cell", "phone", "and", "pretend", "talk", "into", "it"]}, "3582": {"text": "Aragorn", "tokenized_text": ["aragorn"]}, "3583": {"text": "If you think that 's funny , you should have seen the black guy that used to run around my home town wearing a kkk emblem.But people like that are usualy not that bright .", "tokenized_text": ["if", "you", "think", "that", "s", "funny", "you", "should", "have", "seen", "the", "black", "guy", "that", "used", "to", "run", "around", "my", "home", "town", "wearing", "a", "kkk", "emblem", "but", "people", "like", "that", "are", "usualy", "not", "that", "bright"]}, "3584": {"text": "Those men were obviously so brave and fierce that they instill fear in their commie enemies even when they are dead .", "tokenized_text": ["those", "men", "were", "obviously", "so", "brave", "and", "fierce", "that", "they", "instill", "fear", "in", "their", "commie", "enemies", "even", "when", "they", "are", "dead"]}, "3585": {"text": "We will never forget their heroism .", "tokenized_text": ["we", "will", "never", "forget", "their", "heroism"]}, "3586": {"text": "`` Karogs sarkanbalti sarkans , miru os un dz\u012bvos kl\u0101j , pret\u012b sarkanajam m\u0113rim , n\u0101ves sardz\u0113 latviet 's st\u0101j ! ''", "tokenized_text": ["karogs", "sarkanbalti", "sarkans", "miru", "os", "un", "dz\u012bvos", "kl\u0101j", "pret\u012b", "sarkanajam", "m\u0113rim", "n\u0101ves", "sardz\u0113", "latviet", "s", "st\u0101j"]}, "3587": {"text": "Hello!", "tokenized_text": ["hello"]}, "3588": {"text": "Where can I find NS speeches and music , also historical , in mp3 format for free download on the net .", "tokenized_text": ["where", "can", "i", "find", "ns", "speeches", "and", "music", "also", "historical", "in", "mp3", "format", "for", "free", "download", "on", "the", "net"]}, "3589": {"text": "I 'm very grateful for all help .", "tokenized_text": ["i", "m", "very", "grateful", "for", "all", "help"]}, "3590": {"text": "Swede", "tokenized_text": ["swede"]}, "3591": {"text": "Tell me this wo n't happen !", "tokenized_text": ["tell", "me", "this", "wo", "n", "t", "happen"]}, "3592": {"text": "Beautiful Sweden poisoned by Arab/Muslim trash .", "tokenized_text": ["beautiful", "sweden", "poisoned", "by", "arab", "muslim", "trash"]}, "3593": {"text": "Fathers of Sweden watch out for your daughters ' safety !", "tokenized_text": ["fathers", "of", "sweden", "watch", "out", "for", "your", "daughters", "safety"]}, "3594": {"text": "well go here n click on the festival that intressting the sites in swedish but the links r to festivals in europe http://www.aftonbladet.se/vss/puls/s...,56892,00.html : cop", "tokenized_text": ["well", "go", "here", "n", "click", "on", "the", "festival", "that", "intressting", "the", "sites", "in", "swedish", "but", "the", "links", "r", "to", "festivals", "in", "europe", "http", "www", "aftonbladet", "se", "vss", "puls", "s", "56892", "00", "html", "cop"]}, "3595": {"text": "Perhaps you can use this BTW notice that the information is accompaigned by a rather clumpsy muslim exercise in damage control .", "tokenized_text": ["perhaps", "you", "can", "use", "this", "btw", "notice", "that", "the", "information", "is", "accompaigned", "by", "a", "rather", "clumpsy", "muslim", "exercise", "in", "damage", "control"]}, "3596": {"text": "What we need to open the eyes of the white population is a major racial conflict ....", "tokenized_text": ["what", "we", "need", "to", "open", "the", "eyes", "of", "the", "white", "population", "is", "a", "major", "racial", "conflict"]}, "3597": {"text": "We are fighting a war so lets show em Let the slaughter begin ...... : attack", "tokenized_text": ["we", "are", "fighting", "a", "war", "so", "lets", "show", "em", "let", "the", "slaughter", "begin", "attack"]}, "3598": {"text": "Services account for 62.6 % of GDP Construction , manufacturing , and utilities 25 % of GDP Fish and fish processing 9.9 % Agriculture 1.8 % Main exports Fish and crustaceans 63 % ( 2000 ) Aluminum 19.4 % Tourism Accounted for 14 % of foriegn exchange It looks like they have a pretty modern economy , not many low skill jobs available .", "tokenized_text": ["services", "account", "for", "62", "6", "of", "gdp", "construction", "manufacturing", "and", "utilities", "25", "of", "gdp", "fish", "and", "fish", "processing", "9", "9", "agriculture", "1", "8", "main", "exports", "fish", "and", "crustaceans", "63", "2000", "aluminum", "19", "4", "tourism", "accounted", "for", "14", "of", "foriegn", "exchange", "it", "looks", "like", "they", "have", "a", "pretty", "modern", "economy", "not", "many", "low", "skill", "jobs", "available"]}, "3599": {"text": "For most of the service jobs you definatly have to speak Danish well .", "tokenized_text": ["for", "most", "of", "the", "service", "jobs", "you", "definatly", "have", "to", "speak", "danish", "well"]}, "3600": {"text": "So that excludes uneducated third worlders .", "tokenized_text": ["so", "that", "excludes", "uneducated", "third", "worlders"]}, "3601": {"text": "Hagen is also member of a fraternity called `` Israels friends '' and was on television celebrating the national day of Pakistan some time ago .", "tokenized_text": ["hagen", "is", "also", "member", "of", "a", "fraternity", "called", "israels", "friends", "and", "was", "on", "television", "celebrating", "the", "national", "day", "of", "pakistan", "some", "time", "ago"]}, "3602": {"text": "Put the mudraces in their own countries , build a fence around them and wait a decade or two , and soon they 'll be back to the state we found them in , with their numbers decimated by their diseases and wars .", "tokenized_text": ["put", "the", "mudraces", "in", "their", "own", "countries", "build", "a", "fence", "around", "them", "and", "wait", "a", "decade", "or", "two", "and", "soon", "they", "ll", "be", "back", "to", "the", "state", "we", "found", "them", "in", "with", "their", "numbers", "decimated", "by", "their", "diseases", "and", "wars"]}, "3603": {"text": "Just ran across this letter from Finland written by a non-racist .", "tokenized_text": ["just", "ran", "across", "this", "letter", "from", "finland", "written", "by", "a", "non", "racist"]}, "3604": {"text": "Still , this person is intelligent enough to see the facts and include a lot of disappointing news from that country .", "tokenized_text": ["still", "this", "person", "is", "intelligent", "enough", "to", "see", "the", "facts", "and", "include", "a", "lot", "of", "disappointing", "news", "from", "that", "country"]}, "3605": {"text": "http://www.netsonic.fi/~jade6/empiric/immigrants.html", "tokenized_text": ["http", "www", "netsonic", "fi", "jade6", "empiric", "immigrants", "html"]}, "3606": {"text": "Welcome to Stormfront , Eldritch !", "tokenized_text": ["welcome", "to", "stormfront", "eldritch"]}, "3607": {"text": "Here is a link to Philippe Rushton 's review of Vanhanen and Lynn 's IQ and the Wealth of Nations : http://www.ssc.uwo.ca/psychology/fac ... /L & Vreview.pdf", "tokenized_text": ["here", "is", "a", "link", "to", "philippe", "rushton", "s", "review", "of", "vanhanen", "and", "lynn", "s", "iq", "and", "the", "wealth", "of", "nations", "http", "www", "ssc", "uwo", "ca", "psychology", "fac", "l", "vreview", "pdf"]}, "3608": {"text": "I think the Jews hide in liberal Sweden , in the idea that nobody would guess that it is somebody other than Scandinavians at work .", "tokenized_text": ["i", "think", "the", "jews", "hide", "in", "liberal", "sweden", "in", "the", "idea", "that", "nobody", "would", "guess", "that", "it", "is", "somebody", "other", "than", "scandinavians", "at", "work"]}, "3609": {"text": "2508", "tokenized_text": ["2508"]}, "3610": {"text": "It where loads of them when I was in Thailand , Thaiguys running up from the water screaming `` Tsunami tsunami !! '' and behind them is a one foot wave", "tokenized_text": ["it", "where", "loads", "of", "them", "when", "i", "was", "in", "thailand", "thaiguys", "running", "up", "from", "the", "water", "screaming", "tsunami", "tsunami", "and", "behind", "them", "is", "a", "one", "foot", "wave"]}, "3611": {"text": "I heard he turned down the offer of a 5 year contract with Valentino to pursue a very lucrative extremist lifestyle ..", "tokenized_text": ["i", "heard", "he", "turned", "down", "the", "offer", "of", "a", "5", "year", "contract", "with", "valentino", "to", "pursue", "a", "very", "lucrative", "extremist", "lifestyle"]}, "3612": {"text": "The negress above have boasted about that she will become the first black woman as the prime minister of Sweden .", "tokenized_text": ["the", "negress", "above", "have", "boasted", "about", "that", "she", "will", "become", "the", "first", "black", "woman", "as", "the", "prime", "minister", "of", "sweden"]}, "3613": {"text": "In your dreams negress , when SD comes into the Riksdag ...", "tokenized_text": ["in", "your", "dreams", "negress", "when", "sd", "comes", "into", "the", "riksdag"]}, "3614": {"text": "Strange that it is not allowed to clip the tail from dog , but it is allowed to clip 8 days old boys forskin ? 2508", "tokenized_text": ["strange", "that", "it", "is", "not", "allowed", "to", "clip", "the", "tail", "from", "dog", "but", "it", "is", "allowed", "to", "clip", "8", "days", "old", "boys", "forskin", "2508"]}, "3615": {"text": "Could a Norwegian poster give us Non Norwegains a quick run through of the likely or possible turnout of the Election .", "tokenized_text": ["could", "a", "norwegian", "poster", "give", "us", "non", "norwegains", "a", "quick", "run", "through", "of", "the", "likely", "or", "possible", "turnout", "of", "the", "election"]}, "3616": {"text": "It's people like this that are the face that represents the filth of Islam .", "tokenized_text": ["it", "s", "people", "like", "this", "that", "are", "the", "face", "that", "represents", "the", "filth", "of", "islam"]}, "3617": {"text": "He 's gone .", "tokenized_text": ["he", "s", "gone"]}, "3618": {"text": "And all the others should go to .", "tokenized_text": ["and", "all", "the", "others", "should", "go", "to"]}, "3619": {"text": "To be honest .. i dont think this Muslim killed him because he thought the swedish boy looked like a racist ... it was probably just an excuse .", "tokenized_text": ["to", "be", "honest", "i", "dont", "think", "this", "muslim", "killed", "him", "because", "he", "thought", "the", "swedish", "boy", "looked", "like", "a", "racist", "it", "was", "probably", "just", "an", "excuse"]}, "3620": {"text": "Islam is not compatible with our way of life in this green and pleasant isle.Irish people are white and Christian FFS !", "tokenized_text": ["islam", "is", "not", "compatible", "with", "our", "way", "of", "life", "in", "this", "green", "and", "pleasant", "isle", "irish", "people", "are", "white", "and", "christian", "ffs"]}, "3621": {"text": "well im in town every day and i 've never come accross them. it was probably a group of about five 15 year olds who had been drinking all day and were out on the piss having a laugh. if its an organised group , they do n't sound too smart .", "tokenized_text": ["well", "im", "in", "town", "every", "day", "and", "i", "ve", "never", "come", "accross", "them", "it", "was", "probably", "a", "group", "of", "about", "five", "15", "year", "olds", "who", "had", "been", "drinking", "all", "day", "and", "were", "out", "on", "the", "piss", "having", "a", "laugh", "if", "its", "an", "organised", "group", "they", "do", "n", "t", "sound", "too", "smart"]}, "3622": {"text": "Multiculturism is a Trojan Horse Multiculturalism is a fraud and a sham that is ripping Western nations social fabric to shreds .", "tokenized_text": ["multiculturism", "is", "a", "trojan", "horse", "multiculturalism", "is", "a", "fraud", "and", "a", "sham", "that", "is", "ripping", "western", "nations", "social", "fabric", "to", "shreds"]}, "3623": {"text": "now that ye mention it he does look a bit like this traveller i knew. i wonder if we gave him a wash would he really be a white guy with red hair ?", "tokenized_text": ["now", "that", "ye", "mention", "it", "he", "does", "look", "a", "bit", "like", "this", "traveller", "i", "knew", "i", "wonder", "if", "we", "gave", "him", "a", "wash", "would", "he", "really", "be", "a", "white", "guy", "with", "red", "hair"]}, "3624": {"text": "I bet that a lot of members of the said club are disgusted by this but afraid to speak about it for fear of recrimination .", "tokenized_text": ["i", "bet", "that", "a", "lot", "of", "members", "of", "the", "said", "club", "are", "disgusted", "by", "this", "but", "afraid", "to", "speak", "about", "it", "for", "fear", "of", "recrimination"]}, "3625": {"text": "They have been taking advantage of our over-welcoming nature for far to long .", "tokenized_text": ["they", "have", "been", "taking", "advantage", "of", "our", "over", "welcoming", "nature", "for", "far", "to", "long"]}, "3626": {"text": "If we do n't act soon they will bread us out .", "tokenized_text": ["if", "we", "do", "n", "t", "act", "soon", "they", "will", "bread", "us", "out"]}, "3627": {"text": "And meanwhile , Gerry Gerry Dingleberry is trying to kill off future generations of Irish .", "tokenized_text": ["and", "meanwhile", "gerry", "gerry", "dingleberry", "is", "trying", "to", "kill", "off", "future", "generations", "of", "irish"]}, "3628": {"text": "Check out this interview : http://findarticles.com/p/articles/m ... _ 7576181/pg _ 5/", "tokenized_text": ["check", "out", "this", "interview", "http", "findarticles", "com", "p", "articles", "m", "_", "7576181", "pg", "_", "5"]}, "3629": {"text": "This was on the news tonight and I thought WTF Is this some kind of joke , I 'm sick of the West taking in the Worlds garbage", "tokenized_text": ["this", "was", "on", "the", "news", "tonight", "and", "i", "thought", "wtf", "is", "this", "some", "kind", "of", "joke", "i", "m", "sick", "of", "the", "west", "taking", "in", "the", "worlds", "garbage"]}, "3630": {"text": "I heard from friends in Boston this is true.Blacks will attack an Irish America with a shamrock tattoo.How long before this happens in Ireland ?", "tokenized_text": ["i", "heard", "from", "friends", "in", "boston", "this", "is", "true", "blacks", "will", "attack", "an", "irish", "america", "with", "a", "shamrock", "tattoo", "how", "long", "before", "this", "happens", "in", "ireland"]}, "3631": {"text": "That'll be a ONE person average per county , and a sub on the bench in case anyone gets injured .", "tokenized_text": ["that", "ll", "be", "a", "one", "person", "average", "per", "county", "and", "a", "sub", "on", "the", "bench", "in", "case", "anyone", "gets", "injured"]}, "3632": {"text": "One !!!!! per county , ....... heartbreaking ..... absolutely heartbreaking .", "tokenized_text": ["one", "per", "county", "heartbreaking", "absolutely", "heartbreaking"]}, "3633": {"text": "I sometimes wonder who actually runs this country .", "tokenized_text": ["i", "sometimes", "wonder", "who", "actually", "runs", "this", "country"]}, "3634": {"text": "It seems anytime issues like this are highligted in the Irish Media immigrants in the long run end up staying in Ireland .", "tokenized_text": ["it", "seems", "anytime", "issues", "like", "this", "are", "highligted", "in", "the", "irish", "media", "immigrants", "in", "the", "long", "run", "end", "up", "staying", "in", "ireland"]}, "3635": {"text": "Ya gota be fecken kiddin me ST PATRICK WAS NOT BLACK !!!!!!!!!", "tokenized_text": ["ya", "gota", "be", "fecken", "kiddin", "me", "st", "patrick", "was", "not", "black"]}, "3636": {"text": "I hope their is some sort off protest about this", "tokenized_text": ["i", "hope", "their", "is", "some", "sort", "off", "protest", "about", "this"]}, "3637": {"text": "I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem", "tokenized_text": ["i", "never", "attacked", "you", "and", "i", "am", "not", "your", "son", "plus", "i", "dont", "care", "what", "you", "done", "p", "m", "if", "you", "have", "a", "problem"]}, "3638": {"text": "Hopefully they will get deportation orders and be on the next flight back to Cairo .", "tokenized_text": ["hopefully", "they", "will", "get", "deportation", "orders", "and", "be", "on", "the", "next", "flight", "back", "to", "cairo"]}, "3639": {"text": "Ireland does n't need arab scum like these .", "tokenized_text": ["ireland", "does", "n", "t", "need", "arab", "scum", "like", "these"]}, "3640": {"text": "the late doctor pierce brothers is on this weeks speech very good the corruption of white youth the same thing is happening here a must listen for whites very good very impressed by the doctors brother .", "tokenized_text": ["the", "late", "doctor", "pierce", "brothers", "is", "on", "this", "weeks", "speech", "very", "good", "the", "corruption", "of", "white", "youth", "the", "same", "thing", "is", "happening", "here", "a", "must", "listen", "for", "whites", "very", "good", "very", "impressed", "by", "the", "doctors", "brother"]}, "3641": {"text": "www.natvan.com", "tokenized_text": ["www", "natvan", "com"]}, "3642": {"text": "I do feel for the Croatian people and I have come across some of them on the internet and they seem to be a decent people and I have also came across the Serbs who seem to jump into bed with loyalists .", "tokenized_text": ["i", "do", "feel", "for", "the", "croatian", "people", "and", "i", "have", "come", "across", "some", "of", "them", "on", "the", "internet", "and", "they", "seem", "to", "be", "a", "decent", "people", "and", "i", "have", "also", "came", "across", "the", "serbs", "who", "seem", "to", "jump", "into", "bed", "with", "loyalists"]}, "3643": {"text": "Happy Birthday Brother and many happy returns !!", "tokenized_text": ["happy", "birthday", "brother", "and", "many", "happy", "returns"]}, "3644": {"text": "Hope you have a great day my friend and have pint or two on me !!", "tokenized_text": ["hope", "you", "have", "a", "great", "day", "my", "friend", "and", "have", "pint", "or", "two", "on", "me"]}, "3645": {"text": "The person blood and honour interviewed claimed that their are no white power groups in ireland at the moment .", "tokenized_text": ["the", "person", "blood", "and", "honour", "interviewed", "claimed", "that", "their", "are", "no", "white", "power", "groups", "in", "ireland", "at", "the", "moment"]}, "3646": {"text": "The cw are a nationalist/white pride group and have been around since 02 .", "tokenized_text": ["the", "cw", "are", "a", "nationalist", "white", "pride", "group", "and", "have", "been", "around", "since", "02"]}, "3647": {"text": "What a waste of time and money .", "tokenized_text": ["what", "a", "waste", "of", "time", "and", "money"]}, "3648": {"text": "Do they expect us to go out and welcome these leeches on our society with open arms. they should give them zyklon b for lunch , thad would help the suitation !!!", "tokenized_text": ["do", "they", "expect", "us", "to", "go", "out", "and", "welcome", "these", "leeches", "on", "our", "society", "with", "open", "arms", "they", "should", "give", "them", "zyklon", "b", "for", "lunch", "thad", "would", "help", "the", "suitation"]}, "3649": {"text": "Beware of the falling house prices that Negroes bring with them ( another reason why you 'll never find them living near politicans ) .", "tokenized_text": ["beware", "of", "the", "falling", "house", "prices", "that", "negroes", "bring", "with", "them", "another", "reason", "why", "you", "ll", "never", "find", "them", "living", "near", "politicans"]}, "3650": {"text": "When I look at the Zimbawee 's Mugabe , I think `` Ape '' or `` Gorilla '' .", "tokenized_text": ["when", "i", "look", "at", "the", "zimbawee", "s", "mugabe", "i", "think", "ape", "or", "gorilla"]}, "3651": {"text": "I bet quiet a few white 's or black 's in Zimbawee , think `` Ape '' or `` Gorilla '' .", "tokenized_text": ["i", "bet", "quiet", "a", "few", "white", "s", "or", "black", "s", "in", "zimbawee", "think", "ape", "or", "gorilla"]}, "3652": {"text": "It is a wonder that no scientist has thought it an amazing resemblance and wanted to do more tests .", "tokenized_text": ["it", "is", "a", "wonder", "that", "no", "scientist", "has", "thought", "it", "an", "amazing", "resemblance", "and", "wanted", "to", "do", "more", "tests"]}, "3653": {"text": "http://www.limerickblogger.org/blog/?p=2942 Funny how they consider Stormfront a `` neo nazi '' site last time I checked Stormfront was a White Nationalist website not `` neo nazi ''", "tokenized_text": ["http", "www", "limerickblogger", "org", "blog", "p", "2942", "funny", "how", "they", "consider", "stormfront", "a", "neo", "nazi", "site", "last", "time", "i", "checked", "stormfront", "was", "a", "white", "nationalist", "website", "not", "neo", "nazi"]}, "3654": {"text": "The White Horse gig was by far the best gig EVER by a Racial band in Ireland , and a packed house too ...", "tokenized_text": ["the", "white", "horse", "gig", "was", "by", "far", "the", "best", "gig", "ever", "by", "a", "racial", "band", "in", "ireland", "and", "a", "packed", "house", "too"]}, "3655": {"text": "Hails", "tokenized_text": ["hails"]}, "3656": {"text": "Presumably you are not in favour of mass white immigration simply on the shallow account that they are agreeable to your sensibilities ?", "tokenized_text": ["presumably", "you", "are", "not", "in", "favour", "of", "mass", "white", "immigration", "simply", "on", "the", "shallow", "account", "that", "they", "are", "agreeable", "to", "your", "sensibilities"]}, "3657": {"text": "Mass white immigration is Ireland 's current scourge and should be slashed by 95-97 % ..", "tokenized_text": ["mass", "white", "immigration", "is", "ireland", "s", "current", "scourge", "and", "should", "be", "slashed", "by", "95", "97"]}, "3658": {"text": "In Limerick I see them in town wearing blue jackets and trying to get people to give them money `` for a good cause '' .", "tokenized_text": ["in", "limerick", "i", "see", "them", "in", "town", "wearing", "blue", "jackets", "and", "trying", "to", "get", "people", "to", "give", "them", "money", "for", "a", "good", "cause"]}, "3659": {"text": "As you are such an expert please explain why there has never been any drugs seizures linked to them or even arrests ?", "tokenized_text": ["as", "you", "are", "such", "an", "expert", "please", "explain", "why", "there", "has", "never", "been", "any", "drugs", "seizures", "linked", "to", "them", "or", "even", "arrests"]}, "3660": {"text": "Nobody on here ' idolizes the IRA ' .", "tokenized_text": ["nobody", "on", "here", "idolizes", "the", "ira"]}, "3661": {"text": "the white race will soon be on the brink of being a minority in a few years if nothing is done to stop these vile hordes invading our lands , I for one do not want to live in a city like Bradford or Birmingham where we are outnumbered 2 to 1 or worse", "tokenized_text": ["the", "white", "race", "will", "soon", "be", "on", "the", "brink", "of", "being", "a", "minority", "in", "a", "few", "years", "if", "nothing", "is", "done", "to", "stop", "these", "vile", "hordes", "invading", "our", "lands", "i", "for", "one", "do", "not", "want", "to", "live", "in", "a", "city", "like", "bradford", "or", "birmingham", "where", "we", "are", "outnumbered", "2", "to", "1", "or", "worse"]}, "3662": {"text": "yeah but you live in a big country , N. Ireland is quite small yet large numbers of the scum are invading these shores every day", "tokenized_text": ["yeah", "but", "you", "live", "in", "a", "big", "country", "n", "ireland", "is", "quite", "small", "yet", "large", "numbers", "of", "the", "scum", "are", "invading", "these", "shores", "every", "day"]}, "3663": {"text": "i SEE UTV DID NOT POST MY COMMENTS TYPICAL SPREAD THE WORD THROUGHOUT IRELAND RUN THESE INVADERS OUT GO HOME AFGANIES WOULD YOU SEE US DOING THIS IN YOUR COUNTRY ??????????????????????????????????????????? ??", "tokenized_text": ["i", "see", "utv", "did", "not", "post", "my", "comments", "typical", "spread", "the", "word", "throughout", "ireland", "run", "these", "invaders", "out", "go", "home", "afganies", "would", "you", "see", "us", "doing", "this", "in", "your", "country"]}, "3664": {"text": "I'm waiting on a new computer so i will scan some in next week when photoshop is reisntalled ...", "tokenized_text": ["i", "m", "waiting", "on", "a", "new", "computer", "so", "i", "will", "scan", "some", "in", "next", "week", "when", "photoshop", "is", "reisntalled"]}, "3665": {"text": "I seen Chingford do Dirty Bastard UGH what a horrible cover ..", "tokenized_text": ["i", "seen", "chingford", "do", "dirty", "bastard", "ugh", "what", "a", "horrible", "cover"]}, "3666": {"text": "i seen the article we want to go to ireland get free money and goverment will give us houses and not one member of goverment says a peep expect residents against racism to take on their cause and the law system to make a mint off of them .", "tokenized_text": ["i", "seen", "the", "article", "we", "want", "to", "go", "to", "ireland", "get", "free", "money", "and", "goverment", "will", "give", "us", "houses", "and", "not", "one", "member", "of", "goverment", "says", "a", "peep", "expect", "residents", "against", "racism", "to", "take", "on", "their", "cause", "and", "the", "law", "system", "to", "make", "a", "mint", "off", "of", "them"]}, "3667": {"text": "wwwfaem.com", "tokenized_text": ["wwwfaem", "com"]}, "3668": {"text": "Irish nackers do that themselves .", "tokenized_text": ["irish", "nackers", "do", "that", "themselves"]}, "3669": {"text": "Seen some girl about 6 years old begging on grafton street once and we were coming out of a shop a few mins later when her father pulls up in a decent car. scum. the lot of them .", "tokenized_text": ["seen", "some", "girl", "about", "6", "years", "old", "begging", "on", "grafton", "street", "once", "and", "we", "were", "coming", "out", "of", "a", "shop", "a", "few", "mins", "later", "when", "her", "father", "pulls", "up", "in", "a", "decent", "car", "scum", "the", "lot", "of", "them"]}, "3670": {"text": "11000 euro !?! * * * * ing scum ! i wonder if anyone would get anything if they set themselves up in a polish area and started begging. they would probably get a * * * * ing beating .", "tokenized_text": ["11000", "euro", "ing", "scum", "i", "wonder", "if", "anyone", "would", "get", "anything", "if", "they", "set", "themselves", "up", "in", "a", "polish", "area", "and", "started", "begging", "they", "would", "probably", "get", "a", "ing", "beating"]}, "3671": {"text": "Junior Minister Pat Gallagher is at the centre of a Garda investigation after the disappearance of nine Bangladeshis .", "tokenized_text": ["junior", "minister", "pat", "gallagher", "is", "at", "the", "centre", "of", "a", "garda", "investigation", "after", "the", "disappearance", "of", "nine", "bangladeshis"]}, "3672": {"text": "http://u.tv/newsroom/indepth.asp ? id = 63241 & pt = n", "tokenized_text": ["http", "u", "tv", "newsroom", "indepth", "asp", "id", "63241", "pt", "n"]}, "3673": {"text": "Boy, those same blacks get awful mad when you have a sign saying `` No to a black Africa '' , then it becomes wrong .", "tokenized_text": ["boy", "those", "same", "blacks", "get", "awful", "mad", "when", "you", "have", "a", "sign", "saying", "no", "to", "a", "black", "africa", "then", "it", "becomes", "wrong"]}, "3674": {"text": "That is truly sad , I do n't know how anyone could destroy something that is so old .", "tokenized_text": ["that", "is", "truly", "sad", "i", "do", "n", "t", "know", "how", "anyone", "could", "destroy", "something", "that", "is", "so", "old"]}, "3675": {"text": "Truly sad ...", "tokenized_text": ["truly", "sad"]}, "3676": {"text": "Every day they erase more of our past .", "tokenized_text": ["every", "day", "they", "erase", "more", "of", "our", "past"]}, "3677": {"text": "I was just about to say the same as Draiodoir .", "tokenized_text": ["i", "was", "just", "about", "to", "say", "the", "same", "as", "draiodoir"]}, "3678": {"text": "That 's the first I heard of her and her story , truely saddening .", "tokenized_text": ["that", "s", "the", "first", "i", "heard", "of", "her", "and", "her", "story", "truely", "saddening"]}, "3679": {"text": "R.I.P Elizabeth .", "tokenized_text": ["r", "i", "p", "elizabeth"]}, "3680": {"text": "We occasionally get people like jimmy coming here to SF to `` study '' us .", "tokenized_text": ["we", "occasionally", "get", "people", "like", "jimmy", "coming", "here", "to", "sf", "to", "study", "us"]}, "3681": {"text": "It irritates the hell out of me .", "tokenized_text": ["it", "irritates", "the", "hell", "out", "of", "me"]}, "3682": {"text": "You 're treading on very thin ice , jimmy .", "tokenized_text": ["you", "re", "treading", "on", "very", "thin", "ice", "jimmy"]}, "3683": {"text": "Thanks, ive actually found this to be a very warm and welcoming site , been reading for a few weeks now , thought id register .", "tokenized_text": ["thanks", "ive", "actually", "found", "this", "to", "be", "a", "very", "warm", "and", "welcoming", "site", "been", "reading", "for", "a", "few", "weeks", "now", "thought", "id", "register"]}, "3684": {"text": "2508", "tokenized_text": ["2508"]}, "3685": {"text": "today i obtained this article. gene kerrigan looks non white. it 's nice to see the indo refering to my st. bridgets cross/celtic cross/sunwheel designs !", "tokenized_text": ["today", "i", "obtained", "this", "article", "gene", "kerrigan", "looks", "non", "white", "it", "s", "nice", "to", "see", "the", "indo", "refering", "to", "my", "st", "bridgets", "cross", "celtic", "cross", "sunwheel", "designs"]}, "3686": {"text": "http://www.geocities.com/ireland_awa...w_design02.jpg", "tokenized_text": ["http", "www", "geocities", "com", "ireland_awa", "w_design02", "jpg"]}, "3687": {"text": "I'd like to see the videos and pictures .", "tokenized_text": ["i", "d", "like", "to", "see", "the", "videos", "and", "pictures"]}, "3688": {"text": "Stuff like that needs to be shared on Facebook to wake Canadians up .", "tokenized_text": ["stuff", "like", "that", "needs", "to", "be", "shared", "on", "facebook", "to", "wake", "canadians", "up"]}, "3689": {"text": "sounds like your trying to give her your life story when you first meet , that will come in time , just have fun man", "tokenized_text": ["sounds", "like", "your", "trying", "to", "give", "her", "your", "life", "story", "when", "you", "first", "meet", "that", "will", "come", "in", "time", "just", "have", "fun", "man"]}, "3690": {"text": "We have a National party in Canada they are just not that recognized yet. check out Nationalist Party of Canada and support !", "tokenized_text": ["we", "have", "a", "national", "party", "in", "canada", "they", "are", "just", "not", "that", "recognized", "yet", "check", "out", "nationalist", "party", "of", "canada", "and", "support"]}, "3691": {"text": "When it comes to black jack the Chinese have no problem with the dealer showing a 4 , they 'll even split a pair of fours funny huh", "tokenized_text": ["when", "it", "comes", "to", "black", "jack", "the", "chinese", "have", "no", "problem", "with", "the", "dealer", "showing", "a", "4", "they", "ll", "even", "split", "a", "pair", "of", "fours", "funny", "huh"]}, "3692": {"text": "I felt the same way when I first made an account ... a few days ago I 'm quickly realizing I DO belong here , it 's just a matter of getting to know people .", "tokenized_text": ["i", "felt", "the", "same", "way", "when", "i", "first", "made", "an", "account", "a", "few", "days", "ago", "i", "m", "quickly", "realizing", "i", "do", "belong", "here", "it", "s", "just", "a", "matter", "of", "getting", "to", "know", "people"]}, "3693": {"text": "Like any new group ; some you 'll like and some you wo n't .", "tokenized_text": ["like", "any", "new", "group", "some", "you", "ll", "like", "and", "some", "you", "wo", "n", "t"]}, "3694": {"text": "Education is the only way to beat this ..", "tokenized_text": ["education", "is", "the", "only", "way", "to", "beat", "this"]}, "3695": {"text": "http://www.nature.com/news/2011/1109....2011.518.html This site is great for our cause .. It tells a whole different story through DNA , not political BS .", "tokenized_text": ["http", "www", "nature", "com", "news", "2011", "1109", "2011", "518", "html", "this", "site", "is", "great", "for", "our", "cause", "it", "tells", "a", "whole", "different", "story", "through", "dna", "not", "political", "bs"]}, "3696": {"text": "im not sure if the thread just died down or that was all the interest from Manitoba , I hope a few more read this and decide to form a commune", "tokenized_text": ["im", "not", "sure", "if", "the", "thread", "just", "died", "down", "or", "that", "was", "all", "the", "interest", "from", "manitoba", "i", "hope", "a", "few", "more", "read", "this", "and", "decide", "to", "form", "a", "commune"]}, "3697": {"text": "Explain to them this is wrong. send mass emails explaining the science behind it , and tell everyone not to breed with them .", "tokenized_text": ["explain", "to", "them", "this", "is", "wrong", "send", "mass", "emails", "explaining", "the", "science", "behind", "it", "and", "tell", "everyone", "not", "to", "breed", "with", "them"]}, "3698": {"text": "Brampton here , or hell as I call it .", "tokenized_text": ["brampton", "here", "or", "hell", "as", "i", "call", "it"]}, "3699": {"text": "Would be down in the new year to get together with other brothers and sisters .", "tokenized_text": ["would", "be", "down", "in", "the", "new", "year", "to", "get", "together", "with", "other", "brothers", "and", "sisters"]}, "3700": {"text": "If you want a good intro on how to take on anti-Whites check out Beefcake 's Bootcamp .", "tokenized_text": ["if", "you", "want", "a", "good", "intro", "on", "how", "to", "take", "on", "anti", "whites", "check", "out", "beefcake", "s", "bootcamp"]}, "3701": {"text": "Beefcake ? s Bootcamp | White GeNOcide Project", "tokenized_text": ["beefcake", "s", "bootcamp", "white", "genocide", "project"]}, "3702": {"text": "I'm with you on that one brother. that 's why I suggested in my first post that you use Stormfront as a casual second source. the bulk of the people on here use it as a sort of Dungeons and Dragons our fantasy football league and they have no real interest in being active .", "tokenized_text": ["i", "m", "with", "you", "on", "that", "one", "brother", "that", "s", "why", "i", "suggested", "in", "my", "first", "post", "that", "you", "use", "stormfront", "as", "a", "casual", "second", "source", "the", "bulk", "of", "the", "people", "on", "here", "use", "it", "as", "a", "sort", "of", "dungeons", "and", "dragons", "our", "fantasy", "football", "league", "and", "they", "have", "no", "real", "interest", "in", "being", "active"]}, "3703": {"text": "I cant get my head around the big picture of why we are involved .", "tokenized_text": ["i", "cant", "get", "my", "head", "around", "the", "big", "picture", "of", "why", "we", "are", "involved"]}, "3704": {"text": "I honestly hope that we dont directly involve ourselves anymore .", "tokenized_text": ["i", "honestly", "hope", "that", "we", "dont", "directly", "involve", "ourselves", "anymore"]}, "3705": {"text": "Gonna have to do it as soon as I can .", "tokenized_text": ["gonna", "have", "to", "do", "it", "as", "soon", "as", "i", "can"]}, "3706": {"text": "Hoping to meet some NS girls if any single ones even exist lol .", "tokenized_text": ["hoping", "to", "meet", "some", "ns", "girls", "if", "any", "single", "ones", "even", "exist", "lol"]}, "3707": {"text": "Yeah they are buying a lot of houses around my area to probz so they can house there massive inbred family when they come over to the UK .", "tokenized_text": ["yeah", "they", "are", "buying", "a", "lot", "of", "houses", "around", "my", "area", "to", "probz", "so", "they", "can", "house", "there", "massive", "inbred", "family", "when", "they", "come", "over", "to", "the", "uk"]}, "3708": {"text": "It only took Labour ten years to bring more immigrants * cough * invaders , here than had ever migrated here in the last 5 thousand years .", "tokenized_text": ["it", "only", "took", "labour", "ten", "years", "to", "bring", "more", "immigrants", "cough", "invaders", "here", "than", "had", "ever", "migrated", "here", "in", "the", "last", "5", "thousand", "years"]}, "3709": {"text": "It really would n't surprise me if 3 years marked a big change in attitudes as well as demographics", "tokenized_text": ["it", "really", "would", "n", "t", "surprise", "me", "if", "3", "years", "marked", "a", "big", "change", "in", "attitudes", "as", "well", "as", "demographics"]}, "3710": {"text": "You Should expand your circle of WNs full stop .", "tokenized_text": ["you", "should", "expand", "your", "circle", "of", "wns", "full", "stop"]}, "3711": {"text": "Male or female .", "tokenized_text": ["male", "or", "female"]}, "3712": {"text": "Your request was misconstrued , so we all hope , but maybe focus on building the movement based on conviction , not gender .", "tokenized_text": ["your", "request", "was", "misconstrued", "so", "we", "all", "hope", "but", "maybe", "focus", "on", "building", "the", "movement", "based", "on", "conviction", "not", "gender"]}, "3713": {"text": "I do n't think we want to throw them under a bus but they certainly are stealing our livelihoods and forcing up our rents and house prices .", "tokenized_text": ["i", "do", "n", "t", "think", "we", "want", "to", "throw", "them", "under", "a", "bus", "but", "they", "certainly", "are", "stealing", "our", "livelihoods", "and", "forcing", "up", "our", "rents", "and", "house", "prices"]}, "3714": {"text": "Apparantly they still have some of the stadiums to finish and 350,000 tickets to sell ( they are normally gone within days of release ) .", "tokenized_text": ["apparantly", "they", "still", "have", "some", "of", "the", "stadiums", "to", "finish", "and", "350", "000", "tickets", "to", "sell", "they", "are", "normally", "gone", "within", "days", "of", "release"]}, "3715": {"text": "I wonder how they will blame this one on the White Man .", "tokenized_text": ["i", "wonder", "how", "they", "will", "blame", "this", "one", "on", "the", "white", "man"]}, "3716": {"text": "Hi there people how are you , i came on here a few years ago and for some reason didnt back on lol. so anyway i hope your all well ,", "tokenized_text": ["hi", "there", "people", "how", "are", "you", "i", "came", "on", "here", "a", "few", "years", "ago", "and", "for", "some", "reason", "didnt", "back", "on", "lol", "so", "anyway", "i", "hope", "your", "all", "well"]}, "3717": {"text": "lions dont lie down with zebras but we 're told its perfectly normal to just accept someone from another culture , way of life and even time zone who has no historical connection whatsoever to our homeland", "tokenized_text": ["lions", "dont", "lie", "down", "with", "zebras", "but", "we", "re", "told", "its", "perfectly", "normal", "to", "just", "accept", "someone", "from", "another", "culture", "way", "of", "life", "and", "even", "time", "zone", "who", "has", "no", "historical", "connection", "whatsoever", "to", "our", "homeland"]}, "3718": {"text": "ANY poster on here that does not accept White Genocide is our NUMBER ONE priority is either delusional , still partly brain washed or likes to eat Bagels .", "tokenized_text": ["any", "poster", "on", "here", "that", "does", "not", "accept", "white", "genocide", "is", "our", "number", "one", "priority", "is", "either", "delusional", "still", "partly", "brain", "washed", "or", "likes", "to", "eat", "bagels"]}, "3719": {"text": "Its that simple", "tokenized_text": ["its", "that", "simple"]}, "3720": {"text": "evening all , i 've lurkin around for some time reading threads , etc .", "tokenized_text": ["evening", "all", "i", "ve", "lurkin", "around", "for", "some", "time", "reading", "threads", "etc"]}, "3721": {"text": "Been a nationalist for ages so a few days ago i decided to pull me finger out and sign up .", "tokenized_text": ["been", "a", "nationalist", "for", "ages", "so", "a", "few", "days", "ago", "i", "decided", "to", "pull", "me", "finger", "out", "and", "sign", "up"]}, "3722": {"text": "14", "tokenized_text": ["14"]}, "3723": {"text": "So as long as immigrants behave and respect British culture they can stay .", "tokenized_text": ["so", "as", "long", "as", "immigrants", "behave", "and", "respect", "british", "culture", "they", "can", "stay"]}, "3724": {"text": "Millions upon millions of them , until there is no British culture left .", "tokenized_text": ["millions", "upon", "millions", "of", "them", "until", "there", "is", "no", "british", "culture", "left"]}, "3725": {"text": "Yea that will work .", "tokenized_text": ["yea", "that", "will", "work"]}, "3726": {"text": "Hello Thomas & welcome to SFBritain Good to have another young lad on board .. have a look through the youth section , good info .", "tokenized_text": ["hello", "thomas", "welcome", "to", "sfbritain", "good", "to", "have", "another", "young", "lad", "on", "board", "have", "a", "look", "through", "the", "youth", "section", "good", "info"]}, "3727": {"text": "And yet they attacked the SDL for attempting to publicly mourn the violent death of a white man racially murdered by two paki men !", "tokenized_text": ["and", "yet", "they", "attacked", "the", "sdl", "for", "attempting", "to", "publicly", "mourn", "the", "violent", "death", "of", "a", "white", "man", "racially", "murdered", "by", "two", "paki", "men"]}, "3728": {"text": "I havent seen a white security gaurd for years.although i did see a black security gaurd chasing a lithuanian shoplifter a few weeks ago it was hilarious.i was waiting to cross the road when i saw this guy run from the shop with a bag full of meat and cheese , he got two steps out of the shop and tripped up the bag fell in the road with the shoplifter almost getting run over , he got straight up and run like the wind chased by security ( who failed to catch the thief )", "tokenized_text": ["i", "havent", "seen", "a", "white", "security", "gaurd", "for", "years", "although", "i", "did", "see", "a", "black", "security", "gaurd", "chasing", "a", "lithuanian", "shoplifter", "a", "few", "weeks", "ago", "it", "was", "hilarious", "i", "was", "waiting", "to", "cross", "the", "road", "when", "i", "saw", "this", "guy", "run", "from", "the", "shop", "with", "a", "bag", "full", "of", "meat", "and", "cheese", "he", "got", "two", "steps", "out", "of", "the", "shop", "and", "tripped", "up", "the", "bag", "fell", "in", "the", "road", "with", "the", "shoplifter", "almost", "getting", "run", "over", "he", "got", "straight", "up", "and", "run", "like", "the", "wind", "chased", "by", "security", "who", "failed", "to", "catch", "the", "thief"]}, "3729": {"text": "A British school where none of the students have English as their first language ?", "tokenized_text": ["a", "british", "school", "where", "none", "of", "the", "students", "have", "english", "as", "their", "first", "language"]}, "3730": {"text": "This is the last straw , how much more will damage Europe and Western civilization these Zionists ?", "tokenized_text": ["this", "is", "the", "last", "straw", "how", "much", "more", "will", "damage", "europe", "and", "western", "civilization", "these", "zionists"]}, "3731": {"text": "No is not bad and you should never lower your self to their level of self denial and blindness .", "tokenized_text": ["no", "is", "not", "bad", "and", "you", "should", "never", "lower", "your", "self", "to", "their", "level", "of", "self", "denial", "and", "blindness"]}, "3732": {"text": "It is your family and you are their blood just avoid argue with them and humor them .", "tokenized_text": ["it", "is", "your", "family", "and", "you", "are", "their", "blood", "just", "avoid", "argue", "with", "them", "and", "humor", "them"]}, "3733": {"text": "Hello takebakamer1211 You are not typing to yourself , we can all see your message .", "tokenized_text": ["hello", "takebakamer1211", "you", "are", "not", "typing", "to", "yourself", "we", "can", "all", "see", "your", "message"]}, "3734": {"text": "A very warm welcome to you from us all at SF Britain .", "tokenized_text": ["a", "very", "warm", "welcome", "to", "you", "from", "us", "all", "at", "sf", "britain"]}, "3735": {"text": "You've managed to climb your way out of the valley of deceit and you 've found your way to the pastures of truth .", "tokenized_text": ["you", "ve", "managed", "to", "climb", "your", "way", "out", "of", "the", "valley", "of", "deceit", "and", "you", "ve", "found", "your", "way", "to", "the", "pastures", "of", "truth"]}, "3736": {"text": "Welcome to reality !", "tokenized_text": ["welcome", "to", "reality"]}, "3737": {"text": "That's a crock of crap !", "tokenized_text": ["that", "s", "a", "crock", "of", "crap"]}, "3738": {"text": "The Lakota thought the earth was flat ; they never had a concept of other planets until they went to our schools .", "tokenized_text": ["the", "lakota", "thought", "the", "earth", "was", "flat", "they", "never", "had", "a", "concept", "of", "other", "planets", "until", "they", "went", "to", "our", "schools"]}, "3739": {"text": "Yes exactly , as the GREAT was put into GREAT BRITAIN by the likes of these lads and their fathers and forefathers .", "tokenized_text": ["yes", "exactly", "as", "the", "great", "was", "put", "into", "great", "britain", "by", "the", "likes", "of", "these", "lads", "and", "their", "fathers", "and", "forefathers"]}, "3740": {"text": "Here's an example of red violence against patriotic St George 's Day marchers and a red site encouraging even more of it the next year . Stop the March for England 2013 ( from Rough Music ) | Brighton Anti-fascists", "tokenized_text": ["here", "s", "an", "example", "of", "red", "violence", "against", "patriotic", "st", "george", "s", "day", "marchers", "and", "a", "red", "site", "encouraging", "even", "more", "of", "it", "the", "next", "year", "stop", "the", "march", "for", "england", "2013", "from", "rough", "music", "brighton", "anti", "fascists"]}, "3741": {"text": "Indeed.", "tokenized_text": ["indeed"]}, "3742": {"text": "From what I hear .", "tokenized_text": ["from", "what", "i", "hear"]}, "3743": {"text": "Paris is a weekly riot fest .", "tokenized_text": ["paris", "is", "a", "weekly", "riot", "fest"]}, "3744": {"text": "Thanks to the imported filth that , like our land under its current occupation .", "tokenized_text": ["thanks", "to", "the", "imported", "filth", "that", "like", "our", "land", "under", "its", "current", "occupation"]}, "3745": {"text": "Is so readily happy to `` welcome '' .", "tokenized_text": ["is", "so", "readily", "happy", "to", "welcome"]}, "3746": {"text": "Yep blame the grandparents parents plus school teachers .", "tokenized_text": ["yep", "blame", "the", "grandparents", "parents", "plus", "school", "teachers"]}, "3747": {"text": "That 's it I slag off anyone who did n't vote BNP or NF .", "tokenized_text": ["that", "s", "it", "i", "slag", "off", "anyone", "who", "did", "n", "t", "vote", "bnp", "or", "nf"]}, "3748": {"text": "There are no excuses .", "tokenized_text": ["there", "are", "no", "excuses"]}, "3749": {"text": "I just got a car , but there is no way I will feel safe enough to drive from the North all the way down , ( I 'm not used to it 's gears yet and wo n't actually be able to drive it on the road till next week ) and the petrol will surely cost even more than public transport ?", "tokenized_text": ["i", "just", "got", "a", "car", "but", "there", "is", "no", "way", "i", "will", "feel", "safe", "enough", "to", "drive", "from", "the", "north", "all", "the", "way", "down", "i", "m", "not", "used", "to", "it", "s", "gears", "yet", "and", "wo", "n", "t", "actually", "be", "able", "to", "drive", "it", "on", "the", "road", "till", "next", "week", "and", "the", "petrol", "will", "surely", "cost", "even", "more", "than", "public", "transport"]}, "3750": {"text": "Why do you feel a need to talk about this publicly ?", "tokenized_text": ["why", "do", "you", "feel", "a", "need", "to", "talk", "about", "this", "publicly"]}, "3751": {"text": "My advice would be to pray about it and ask yourself what sort of person is she now .", "tokenized_text": ["my", "advice", "would", "be", "to", "pray", "about", "it", "and", "ask", "yourself", "what", "sort", "of", "person", "is", "she", "now"]}, "3752": {"text": "Does this fact reflect on her actual essence as a person ( it could ! ) ?", "tokenized_text": ["does", "this", "fact", "reflect", "on", "her", "actual", "essence", "as", "a", "person", "it", "could"]}, "3753": {"text": "hello.", "tokenized_text": ["hello"]}, "3754": {"text": "How do you add those signatures too your posts beneath what you 've written surely you dont copy and paste everytime ? .", "tokenized_text": ["how", "do", "you", "add", "those", "signatures", "too", "your", "posts", "beneath", "what", "you", "ve", "written", "surely", "you", "dont", "copy", "and", "paste", "everytime"]}, "3755": {"text": "Asmodean", "tokenized_text": ["asmodean"]}, "3756": {"text": "Assuming it 's not a public phone number I 'd put adverts in phone boxes saying he takes it up the bum for a tenner .", "tokenized_text": ["assuming", "it", "s", "not", "a", "public", "phone", "number", "i", "d", "put", "adverts", "in", "phone", "boxes", "saying", "he", "takes", "it", "up", "the", "bum", "for", "a", "tenner"]}, "3757": {"text": "Greetings all .", "tokenized_text": ["greetings", "all"]}, "3758": {"text": "I 'm a proud white male new to these forums .", "tokenized_text": ["i", "m", "a", "proud", "white", "male", "new", "to", "these", "forums"]}, "3759": {"text": "I look forward to conversing with everyone on here .", "tokenized_text": ["i", "look", "forward", "to", "conversing", "with", "everyone", "on", "here"]}, "3760": {"text": "When they refuse to convert to Islam they will learn at the end .", "tokenized_text": ["when", "they", "refuse", "to", "convert", "to", "islam", "they", "will", "learn", "at", "the", "end"]}, "3761": {"text": "They are supporting the destruction of their future generations .", "tokenized_text": ["they", "are", "supporting", "the", "destruction", "of", "their", "future", "generations"]}, "3762": {"text": "This is a video of old postcards of the Upper Silesian city of Bytom ( Beuthen ) .", "tokenized_text": ["this", "is", "a", "video", "of", "old", "postcards", "of", "the", "upper", "silesian", "city", "of", "bytom", "beuthen"]}, "3763": {"text": "Beuthen - Gro\u00dfstadt im oberschlesischen Kohlenrevier - YouTube", "tokenized_text": ["beuthen", "gro\u00dfstadt", "im", "oberschlesischen", "kohlenrevier", "youtube"]}, "3764": {"text": "And I thought this was slavic thread let 's continue about slavic countries and heritage , it 's not all about dispute between greece and rep.macedonia , no offence .", "tokenized_text": ["and", "i", "thought", "this", "was", "slavic", "thread", "let", "s", "continue", "about", "slavic", "countries", "and", "heritage", "it", "s", "not", "all", "about", "dispute", "between", "greece", "and", "rep", "macedonia", "no", "offence"]}, "3765": {"text": "As well most of us are open for negiotiations , across the reticle !", "tokenized_text": ["as", "well", "most", "of", "us", "are", "open", "for", "negiotiations", "across", "the", "reticle"]}, "3766": {"text": "https : //www.facebook.com/bosanskinacionalisti ? fref = ts Here you can see various phenotypes of white members of that group , with purely European faces", "tokenized_text": ["https", "www", "facebook", "com", "bosanskinacionalisti", "fref", "ts", "here", "you", "can", "see", "various", "phenotypes", "of", "white", "members", "of", "that", "group", "with", "purely", "european", "faces"]}, "3767": {"text": "people know their nationality not from books but from birth and they are exactly what their parents told them that they were .... your case is different you are telling to your parents that they are not what they are telling you that they are .. that it a case in a billion", "tokenized_text": ["people", "know", "their", "nationality", "not", "from", "books", "but", "from", "birth", "and", "they", "are", "exactly", "what", "their", "parents", "told", "them", "that", "they", "were", "your", "case", "is", "different", "you", "are", "telling", "to", "your", "parents", "that", "they", "are", "not", "what", "they", "are", "telling", "you", "that", "they", "are", "that", "it", "a", "case", "in", "a", "billion"]}, "3768": {"text": "POLICE ARREST MOORE STREET , DUBLIN CITY CENTRE - 1 - YouTube http://www.youtube.com/watch ? v = LY-6O4ChVA8 Wait till the blacks riot and and attack cops i give a few years and they will be full scale black riots in Ireland .", "tokenized_text": ["police", "arrest", "moore", "street", "dublin", "city", "centre", "1", "youtube", "http", "www", "youtube", "com", "watch", "v", "ly", "6o4chva8", "wait", "till", "the", "blacks", "riot", "and", "and", "attack", "cops", "i", "give", "a", "few", "years", "and", "they", "will", "be", "full", "scale", "black", "riots", "in", "ireland"]}, "3769": {"text": "Dunnes strikers to attend funeral - BelfastTelegraph.co.uk Lets hope these reds are n't mistaken for the usual white targets of these jungle savages !", "tokenized_text": ["dunnes", "strikers", "to", "attend", "funeral", "belfasttelegraph", "co", "uk", "lets", "hope", "these", "reds", "are", "n", "t", "mistaken", "for", "the", "usual", "white", "targets", "of", "these", "jungle", "savages"]}, "3770": {"text": "Well as far as I know , the origins of the white race and our sub groups are a big unknown that we have been trying to uncover for a very long time .", "tokenized_text": ["well", "as", "far", "as", "i", "know", "the", "origins", "of", "the", "white", "race", "and", "our", "sub", "groups", "are", "a", "big", "unknown", "that", "we", "have", "been", "trying", "to", "uncover", "for", "a", "very", "long", "time"]}, "3771": {"text": "Fortunately for Golden Dawn they do n't depend that much on the internet , since they are a grass-roots organization through and through .", "tokenized_text": ["fortunately", "for", "golden", "dawn", "they", "do", "n", "t", "depend", "that", "much", "on", "the", "internet", "since", "they", "are", "a", "grass", "roots", "organization", "through", "and", "through"]}, "3772": {"text": "Hi guys I am thinking of going to Katowice at the weekend .", "tokenized_text": ["hi", "guys", "i", "am", "thinking", "of", "going", "to", "katowice", "at", "the", "weekend"]}, "3773": {"text": "Is there anything to do there for a day or two ?", "tokenized_text": ["is", "there", "anything", "to", "do", "there", "for", "a", "day", "or", "two"]}, "3774": {"text": "Ireland joins International Task Force on Holocaust Education , Remembrance and Research Ireland has been accepted as a member country of the International Task Force on Holocaust Education , Remembrance and Research ( ITF ) .", "tokenized_text": ["ireland", "joins", "international", "task", "force", "on", "holocaust", "education", "remembrance", "and", "research", "ireland", "has", "been", "accepted", "as", "a", "member", "country", "of", "the", "international", "task", "force", "on", "holocaust", "education", "remembrance", "and", "research", "itf"]}, "3775": {"text": "http://foreignaffairs.gov.ie/home/index.aspx ? id = 87353", "tokenized_text": ["http", "foreignaffairs", "gov", "ie", "home", "index", "aspx", "id", "87353"]}, "3776": {"text": "I wonder if this is the taste of what 's to come to all of Europe in a couple of decades .", "tokenized_text": ["i", "wonder", "if", "this", "is", "the", "taste", "of", "what", "s", "to", "come", "to", "all", "of", "europe", "in", "a", "couple", "of", "decades"]}, "3777": {"text": "Would this have been the same scenario in Greece if Greece was bordering Russia ? .", "tokenized_text": ["would", "this", "have", "been", "the", "same", "scenario", "in", "greece", "if", "greece", "was", "bordering", "russia"]}, "3778": {"text": "As far as i know they are `` frozen '' bacause they are waiting to see how things will turn out with new `` anti-racists '' laws and act then .", "tokenized_text": ["as", "far", "as", "i", "know", "they", "are", "frozen", "bacause", "they", "are", "waiting", "to", "see", "how", "things", "will", "turn", "out", "with", "new", "anti", "racists", "laws", "and", "act", "then"]}, "3779": {"text": "Are you sure those guys were not with the department of public health and pest control and were not just trying to fumigate you ?", "tokenized_text": ["are", "you", "sure", "those", "guys", "were", "not", "with", "the", "department", "of", "public", "health", "and", "pest", "control", "and", "were", "not", "just", "trying", "to", "fumigate", "you"]}, "3780": {"text": "This information was denied by the protesters in the Administration building .", "tokenized_text": ["this", "information", "was", "denied", "by", "the", "protesters", "in", "the", "administration", "building"]}, "3781": {"text": "Another regional administration was capture - Vinnytsya. ?????????? ?????????? ???????", "tokenized_text": ["another", "regional", "administration", "was", "capture", "vinnytsya"]}, "3782": {"text": "- YouTube The map of the captured territories .", "tokenized_text": ["youtube", "the", "map", "of", "the", "captured", "territories"]}, "3783": {"text": "If there are , they hide or do n't know Stormfront .", "tokenized_text": ["if", "there", "are", "they", "hide", "or", "do", "n", "t", "know", "stormfront"]}, "3784": {"text": "I never met any here in London .", "tokenized_text": ["i", "never", "met", "any", "here", "in", "london"]}, "3785": {"text": "Jesli sa , to sie chowaja , albo nie wiedza co to Stormfront .", "tokenized_text": ["jesli", "sa", "to", "sie", "chowaja", "albo", "nie", "wiedza", "co", "to", "stormfront"]}, "3786": {"text": "Nigdy nie spotkalem zadnego w Londynie .", "tokenized_text": ["nigdy", "nie", "spotkalem", "zadnego", "w", "londynie"]}, "3787": {"text": "Oh Chrommagus , we are so lucky that you did not destroy this `` gypsy capital of Sofia '' , ( Whatever it means ) I wo n't argue anymore , I discovered that Coldblooded is 15 years old specialist of racial classifications , if he told me that I ca n't post in Slavic thread .. he might be right Big authority .", "tokenized_text": ["oh", "chrommagus", "we", "are", "so", "lucky", "that", "you", "did", "not", "destroy", "this", "gypsy", "capital", "of", "sofia", "whatever", "it", "means", "i", "wo", "n", "t", "argue", "anymore", "i", "discovered", "that", "coldblooded", "is", "15", "years", "old", "specialist", "of", "racial", "classifications", "if", "he", "told", "me", "that", "i", "ca", "n", "t", "post", "in", "slavic", "thread", "he", "might", "be", "right", "big", "authority"]}, "3788": {"text": "Greetings", "tokenized_text": ["greetings"]}, "3789": {"text": "If it was the other way around and it was white on black we would never of heard the end of it", "tokenized_text": ["if", "it", "was", "the", "other", "way", "around", "and", "it", "was", "white", "on", "black", "we", "would", "never", "of", "heard", "the", "end", "of", "it"]}, "3790": {"text": "It is an extremely cruel act against the poor Vodka-bottle forcing it to spend it 's time forever close to a jew .", "tokenized_text": ["it", "is", "an", "extremely", "cruel", "act", "against", "the", "poor", "vodka", "bottle", "forcing", "it", "to", "spend", "it", "s", "time", "forever", "close", "to", "a", "jew"]}, "3791": {"text": "This is a picture of my youngest cat ( Cheeto ) hanging out with my oldest dog ( Nebbie ) .", "tokenized_text": ["this", "is", "a", "picture", "of", "my", "youngest", "cat", "cheeto", "hanging", "out", "with", "my", "oldest", "dog", "nebbie"]}, "3792": {"text": "It 's amazing how well dogs and cats get along when they are raised together .", "tokenized_text": ["it", "s", "amazing", "how", "well", "dogs", "and", "cats", "get", "along", "when", "they", "are", "raised", "together"]}, "3793": {"text": "Here's one of me I think it 's several months old though I am not certain .", "tokenized_text": ["here", "s", "one", "of", "me", "i", "think", "it", "s", "several", "months", "old", "though", "i", "am", "not", "certain"]}, "3794": {"text": "I normally have a goatee .", "tokenized_text": ["i", "normally", "have", "a", "goatee"]}, "3795": {"text": "I adore the cold , as long as I can fly down South to walk on the beach when it 's warm .", "tokenized_text": ["i", "adore", "the", "cold", "as", "long", "as", "i", "can", "fly", "down", "south", "to", "walk", "on", "the", "beach", "when", "it", "s", "warm"]}, "3796": {"text": "But normally I long for cold weather .", "tokenized_text": ["but", "normally", "i", "long", "for", "cold", "weather"]}, "3797": {"text": "My life has taken an incredible turn since I last posted in this thread .", "tokenized_text": ["my", "life", "has", "taken", "an", "incredible", "turn", "since", "i", "last", "posted", "in", "this", "thread"]}, "3798": {"text": "I must say , the younger guy sure keeps this gal young and fit .", "tokenized_text": ["i", "must", "say", "the", "younger", "guy", "sure", "keeps", "this", "gal", "young", "and", "fit"]}, "3799": {"text": "Watch how long she keeps her eyes on your eyes , and on you in general , when you just start turning away .", "tokenized_text": ["watch", "how", "long", "she", "keeps", "her", "eyes", "on", "your", "eyes", "and", "on", "you", "in", "general", "when", "you", "just", "start", "turning", "away"]}, "3800": {"text": "If her eyes linger ................................... she 's yours .", "tokenized_text": ["if", "her", "eyes", "linger", "she", "s", "yours"]}, "3801": {"text": "still looking for white people of the same belief to talk to or maybe hang out.stength is in numbers and georgia is getting outnumbered as we speak .", "tokenized_text": ["still", "looking", "for", "white", "people", "of", "the", "same", "belief", "to", "talk", "to", "or", "maybe", "hang", "out", "stength", "is", "in", "numbers", "and", "georgia", "is", "getting", "outnumbered", "as", "we", "speak"]}, "3802": {"text": "She said she was 21 years old .", "tokenized_text": ["she", "said", "she", "was", "21", "years", "old"]}, "3803": {"text": "I mean three or four years older , like 24 or 25 years of age .", "tokenized_text": ["i", "mean", "three", "or", "four", "years", "older", "like", "24", "or", "25", "years", "of", "age"]}, "3804": {"text": "Hey, I am in Mesa ..", "tokenized_text": ["hey", "i", "am", "in", "mesa"]}, "3805": {"text": "New to the area .", "tokenized_text": ["new", "to", "the", "area"]}, "3806": {"text": "I am looking for Brothers and Sisters to hang out with .", "tokenized_text": ["i", "am", "looking", "for", "brothers", "and", "sisters", "to", "hang", "out", "with"]}, "3807": {"text": "So IM me .", "tokenized_text": ["so", "im", "me"]}, "3808": {"text": "Thanks .", "tokenized_text": ["thanks"]}, "3809": {"text": "88 Kelly 2056", "tokenized_text": ["88", "kelly", "2056"]}, "3810": {"text": "As a 28 Year Old Straight White Nationalist Male , nothing turns me on more as a White Woman who is Powerful or successful in the buisiness world or Just as powerful in her own beliefs ..", "tokenized_text": ["as", "a", "28", "year", "old", "straight", "white", "nationalist", "male", "nothing", "turns", "me", "on", "more", "as", "a", "white", "woman", "who", "is", "powerful", "or", "successful", "in", "the", "buisiness", "world", "or", "just", "as", "powerful", "in", "her", "own", "beliefs"]}, "3811": {"text": "White Pride World Wide ..", "tokenized_text": ["white", "pride", "world", "wide"]}, "3812": {"text": "I'm often asked what my main squeeze looks like , here she is , Sweet Polly Purebred , in a scene where I save her from the evil jew scientist Simon Bar Sinister", "tokenized_text": ["i", "m", "often", "asked", "what", "my", "main", "squeeze", "looks", "like", "here", "she", "is", "sweet", "polly", "purebred", "in", "a", "scene", "where", "i", "save", "her", "from", "the", "evil", "jew", "scientist", "simon", "bar", "sinister"]}, "3813": {"text": "I wrote almost the same thing a week or so ago .", "tokenized_text": ["i", "wrote", "almost", "the", "same", "thing", "a", "week", "or", "so", "ago"]}, "3814": {"text": "If you would like to chat , please PM me. xox and 88 Gretchen", "tokenized_text": ["if", "you", "would", "like", "to", "chat", "please", "pm", "me", "xox", "and", "88", "gretchen"]}, "3815": {"text": "Click the little button that has a head with him speaking next to the `` edit '' button in your post .", "tokenized_text": ["click", "the", "little", "button", "that", "has", "a", "head", "with", "him", "speaking", "next", "to", "the", "edit", "button", "in", "your", "post"]}, "3816": {"text": "I have no clue what it does but its there lol .", "tokenized_text": ["i", "have", "no", "clue", "what", "it", "does", "but", "its", "there", "lol"]}, "3817": {"text": "I'm a student at U of A ; God only knows how I got in and why i go to school .", "tokenized_text": ["i", "m", "a", "student", "at", "u", "of", "a", "god", "only", "knows", "how", "i", "got", "in", "and", "why", "i", "go", "to", "school"]}, "3818": {"text": "Anyways if you wanna party respond .", "tokenized_text": ["anyways", "if", "you", "wanna", "party", "respond"]}, "3819": {"text": "Glad to see that there are so many of us here in Wisconsin .", "tokenized_text": ["glad", "to", "see", "that", "there", "are", "so", "many", "of", "us", "here", "in", "wisconsin"]}, "3820": {"text": "Especially in this liberal area .", "tokenized_text": ["especially", "in", "this", "liberal", "area"]}, "3821": {"text": "If anyone wants to hook up , let me know .", "tokenized_text": ["if", "anyone", "wants", "to", "hook", "up", "let", "me", "know"]}, "3822": {"text": "I am not a white female or in wisconsin but I figured I would say hi since your talkin with my wife", "tokenized_text": ["i", "am", "not", "a", "white", "female", "or", "in", "wisconsin", "but", "i", "figured", "i", "would", "say", "hi", "since", "your", "talkin", "with", "my", "wife"]}, "3823": {"text": "And then there are those who would settle for having their boredom aleviated by chatting with a white woman via an instant messenger service .", "tokenized_text": ["and", "then", "there", "are", "those", "who", "would", "settle", "for", "having", "their", "boredom", "aleviated", "by", "chatting", "with", "a", "white", "woman", "via", "an", "instant", "messenger", "service"]}, "3824": {"text": "There are hundreds of skins out here , esp. in your area .", "tokenized_text": ["there", "are", "hundreds", "of", "skins", "out", "here", "esp", "in", "your", "area"]}, "3825": {"text": "There will be a show in socal in early June .", "tokenized_text": ["there", "will", "be", "a", "show", "in", "socal", "in", "early", "june"]}, "3826": {"text": "Ask around you will find the info .", "tokenized_text": ["ask", "around", "you", "will", "find", "the", "info"]}, "3827": {"text": "pm me or email me at boycottkosher@aol.com once i get enough money together ill be getting a car and ill be able to get to milwaukee quite easily .", "tokenized_text": ["pm", "me", "or", "email", "me", "at", "boycottkosher", "aol", "com", "once", "i", "get", "enough", "money", "together", "ill", "be", "getting", "a", "car", "and", "ill", "be", "able", "to", "get", "to", "milwaukee", "quite", "easily"]}, "3828": {"text": "hey after five years of searching I finally fell in love again .", "tokenized_text": ["hey", "after", "five", "years", "of", "searching", "i", "finally", "fell", "in", "love", "again"]}, "3829": {"text": "Guess what I got for new years .", "tokenized_text": ["guess", "what", "i", "got", "for", "new", "years"]}, "3830": {"text": "A Big walk away , she went back to her ex , and told me never to speak to her again because I am a embarisment to her .", "tokenized_text": ["a", "big", "walk", "away", "she", "went", "back", "to", "her", "ex", "and", "told", "me", "never", "to", "speak", "to", "her", "again", "because", "i", "am", "a", "embarisment", "to", "her"]}, "3831": {"text": "Welcome to cape town women .", "tokenized_text": ["welcome", "to", "cape", "town", "women"]}, "3832": {"text": "sent ya a pm .", "tokenized_text": ["sent", "ya", "a", "pm"]}, "3833": {"text": "Check local and regional post 's once in a while .", "tokenized_text": ["check", "local", "and", "regional", "post", "s", "once", "in", "a", "while"]}, "3834": {"text": "Somehow we 'll have our own Texas site , some day .", "tokenized_text": ["somehow", "we", "ll", "have", "our", "own", "texas", "site", "some", "day"]}, "3835": {"text": "`` Gott MIt Uns '' 88", "tokenized_text": ["gott", "mit", "uns", "88"]}, "3836": {"text": "Every state is plagued with disunity !", "tokenized_text": ["every", "state", "is", "plagued", "with", "disunity"]}, "3837": {"text": "I 've been in this scene for 14 years and it 's the same story every town/state I 've ever been to .", "tokenized_text": ["i", "ve", "been", "in", "this", "scene", "for", "14", "years", "and", "it", "s", "the", "same", "story", "every", "town", "state", "i", "ve", "ever", "been", "to"]}, "3838": {"text": "hey im new on this site , what im looking for is a beutifull aryan woman to spend my days with.im in columbus , ohio.looking for my mate to live in columbus or surrounding areas. im 30 yrs old , ( but look 20 or so ) light brown hair , blue eyes.proffesional service technician , with alot of interest. if your looking fr near the same get ahold of me . eric", "tokenized_text": ["hey", "im", "new", "on", "this", "site", "what", "im", "looking", "for", "is", "a", "beutifull", "aryan", "woman", "to", "spend", "my", "days", "with", "im", "in", "columbus", "ohio", "looking", "for", "my", "mate", "to", "live", "in", "columbus", "or", "surrounding", "areas", "im", "30", "yrs", "old", "but", "look", "20", "or", "so", "light", "brown", "hair", "blue", "eyes", "proffesional", "service", "technician", "with", "alot", "of", "interest", "if", "your", "looking", "fr", "near", "the", "same", "get", "ahold", "of", "me", "eric"]}, "3839": {"text": "Sean,welcome to our hate community r u from new york city ? if so i 'm sure u have some stories or racial issues .", "tokenized_text": ["sean", "welcome", "to", "our", "hate", "community", "r", "u", "from", "new", "york", "city", "if", "so", "i", "m", "sure", "u", "have", "some", "stories", "or", "racial", "issues"]}, "3840": {"text": "Hey there Welcome to Stormfront .", "tokenized_text": ["hey", "there", "welcome", "to", "stormfront"]}, "3841": {"text": "How 's it going ?", "tokenized_text": ["how", "s", "it", "going"]}, "3842": {"text": "I 'm a 25yo Skin from So .", "tokenized_text": ["i", "m", "a", "25yo", "skin", "from", "so"]}, "3843": {"text": "CA ..", "tokenized_text": ["ca"]}, "3844": {"text": "I 'm looking for pen pals & would like to hear from u .", "tokenized_text": ["i", "m", "looking", "for", "pen", "pals", "would", "like", "to", "hear", "from", "u"]}, "3845": {"text": "If yer interested in chattin ' drop me a line .", "tokenized_text": ["if", "yer", "interested", "in", "chattin", "drop", "me", "a", "line"]}, "3846": {"text": "The Wolf", "tokenized_text": ["the", "wolf"]}, "3847": {"text": "Anybody in New York ?", "tokenized_text": ["anybody", "in", "new", "york"]}, "3848": {"text": "I feel like im the only `` white '' guy here .... Anyway if anybody is in the New York area let me know ! : attack", "tokenized_text": ["i", "feel", "like", "im", "the", "only", "white", "guy", "here", "anyway", "if", "anybody", "is", "in", "the", "new", "york", "area", "let", "me", "know", "attack"]}, "3849": {"text": "I've been looking for a proud Aryan women to help me in the distribution of literature and for a long term relationship .", "tokenized_text": ["i", "ve", "been", "looking", "for", "a", "proud", "aryan", "women", "to", "help", "me", "in", "the", "distribution", "of", "literature", "and", "for", "a", "long", "term", "relationship"]}, "3850": {"text": "14Hail Victory88 , Sean Gillespie : attack", "tokenized_text": ["14hail", "victory88", "sean", "gillespie", "attack"]}, "3851": {"text": "i am a damn good white woman. perhaps u are looking in all the wrong places. we are not hard to find. and if u treat us right , we usually stick around for a while .", "tokenized_text": ["i", "am", "a", "damn", "good", "white", "woman", "perhaps", "u", "are", "looking", "in", "all", "the", "wrong", "places", "we", "are", "not", "hard", "to", "find", "and", "if", "u", "treat", "us", "right", "we", "usually", "stick", "around", "for", "a", "while"]}, "3852": {"text": "Go to https : //www.stormfront.org/forum/show ... threadid = 22812 There s a cool picture of my friend no 1965 chain immigrants !!", "tokenized_text": ["go", "to", "https", "www", "stormfront", "org", "forum", "show", "threadid", "22812", "there", "s", "a", "cool", "picture", "of", "my", "friend", "no", "1965", "chain", "immigrants"]}, "3853": {"text": "He s a cool dude !!", "tokenized_text": ["he", "s", "a", "cool", "dude"]}, "3854": {"text": "BAH!!Your not ugly your a lovely looking woman and if you want to see ugly wait till I get my ugly mug on here and see why im still single !", "tokenized_text": ["bah", "your", "not", "ugly", "your", "a", "lovely", "looking", "woman", "and", "if", "you", "want", "to", "see", "ugly", "wait", "till", "i", "get", "my", "ugly", "mug", "on", "here", "and", "see", "why", "im", "still", "single"]}, "3855": {"text": "right on !! i want a lil ' rotweiler , when i het one his/her name will be schatzi !! aww cause it will be my sweetie !!! - val ! ( i love that smiley ! )", "tokenized_text": ["right", "on", "i", "want", "a", "lil", "rotweiler", "when", "i", "het", "one", "his", "her", "name", "will", "be", "schatzi", "aww", "cause", "it", "will", "be", "my", "sweetie", "val", "i", "love", "that", "smiley"]}, "3856": {"text": "Whitefish, Montana - YouTube Gopro Whitefish MT - YouTube Going to Hungry Horse Dam - Montana 2011 - YouTube Blacktail Mt Snow Day - YouTube Endless Skijoring in Swan Valley - YouTube East Glacier , MT to Hungry Horse , MT along Route 2 at sunset !!!", "tokenized_text": ["whitefish", "montana", "youtube", "gopro", "whitefish", "mt", "youtube", "going", "to", "hungry", "horse", "dam", "montana", "2011", "youtube", "blacktail", "mt", "snow", "day", "youtube", "endless", "skijoring", "in", "swan", "valley", "youtube", "east", "glacier", "mt", "to", "hungry", "horse", "mt", "along", "route", "2", "at", "sunset"]}, "3857": {"text": "Driving Virtual Adventure !", "tokenized_text": ["driving", "virtual", "adventure"]}, "3858": {"text": "- YouTube Not in Kalispell , but one of my favorite cities ...", "tokenized_text": ["youtube", "not", "in", "kalispell", "but", "one", "of", "my", "favorite", "cities"]}, "3859": {"text": "Butte , Montana Promotional Video - YouTube", "tokenized_text": ["butte", "montana", "promotional", "video", "youtube"]}, "3860": {"text": "I guess everyone is doing Glacier this weekend .", "tokenized_text": ["i", "guess", "everyone", "is", "doing", "glacier", "this", "weekend"]}, "3861": {"text": "My moms in town and I took her on the going to the sun road ..", "tokenized_text": ["my", "moms", "in", "town", "and", "i", "took", "her", "on", "the", "going", "to", "the", "sun", "road"]}, "3862": {"text": "Long day , but very beautiful of course .", "tokenized_text": ["long", "day", "but", "very", "beautiful", "of", "course"]}, "3863": {"text": "Whites shoudl clean their own mess !", "tokenized_text": ["whites", "shoudl", "clean", "their", "own", "mess"]}, "3864": {"text": "Getting someone else to do our dirty work got us into the mess we are in today .", "tokenized_text": ["getting", "someone", "else", "to", "do", "our", "dirty", "work", "got", "us", "into", "the", "mess", "we", "are", "in", "today"]}, "3865": {"text": "Fine with me as long as they do n't parade the city and demand `` gay rights '' ... keep it in the closed god damnit , homosexuality is n't exatly something to be proud of", "tokenized_text": ["fine", "with", "me", "as", "long", "as", "they", "do", "n", "t", "parade", "the", "city", "and", "demand", "gay", "rights", "keep", "it", "in", "the", "closed", "god", "damnit", "homosexuality", "is", "n", "t", "exatly", "something", "to", "be", "proud", "of"]}, "3866": {"text": "I currently live in Wisconsin and have been trying to educate myself on the PLE concept .", "tokenized_text": ["i", "currently", "live", "in", "wisconsin", "and", "have", "been", "trying", "to", "educate", "myself", "on", "the", "ple", "concept"]}, "3867": {"text": "My wife and I both support the idea , so I have been looking for information on the internet and came across this census map from 1990 .", "tokenized_text": ["my", "wife", "and", "i", "both", "support", "the", "idea", "so", "i", "have", "been", "looking", "for", "information", "on", "the", "internet", "and", "came", "across", "this", "census", "map", "from", "1990"]}, "3868": {"text": "http://www.census.gov/geo/www/mapgal...inPD-1990.html", "tokenized_text": ["http", "www", "census", "gov", "geo", "www", "mapgal", "inpd", "1990", "html"]}, "3869": {"text": "I think there was a link on the News forum and if I 'm not mistaken , I believe White Settlement is a suburb of Ft .", "tokenized_text": ["i", "think", "there", "was", "a", "link", "on", "the", "news", "forum", "and", "if", "i", "m", "not", "mistaken", "i", "believe", "white", "settlement", "is", "a", "suburb", "of", "ft"]}, "3870": {"text": "Worth .", "tokenized_text": ["worth"]}, "3871": {"text": "Yeah I knew about the cheap houses in Springfield area but not that dang cheap as 9K thats why I asked .", "tokenized_text": ["yeah", "i", "knew", "about", "the", "cheap", "houses", "in", "springfield", "area", "but", "not", "that", "dang", "cheap", "as", "9k", "thats", "why", "i", "asked"]}, "3872": {"text": "Missouri is very cheap I have lived her like I said most of my life you can get 130 acres , with a 4 bedroom house , barns , ponds and woods for 97,000 in southern Missouri .", "tokenized_text": ["missouri", "is", "very", "cheap", "i", "have", "lived", "her", "like", "i", "said", "most", "of", "my", "life", "you", "can", "get", "130", "acres", "with", "a", "4", "bedroom", "house", "barns", "ponds", "and", "woods", "for", "97", "000", "in", "southern", "missouri"]}, "3873": {"text": "White, I agree with some of your points but also not with others .", "tokenized_text": ["white", "i", "agree", "with", "some", "of", "your", "points", "but", "also", "not", "with", "others"]}, "3874": {"text": "I have decided to take this debate to pm .", "tokenized_text": ["i", "have", "decided", "to", "take", "this", "debate", "to", "pm"]}, "3875": {"text": "So check your pm .", "tokenized_text": ["so", "check", "your", "pm"]}, "3876": {"text": "Robert", "tokenized_text": ["robert"]}, "3877": {"text": "I'm not too sure how the Strawbale House would do during the harsh New England winter weather .", "tokenized_text": ["i", "m", "not", "too", "sure", "how", "the", "strawbale", "house", "would", "do", "during", "the", "harsh", "new", "england", "winter", "weather"]}, "3878": {"text": "I 've always wanted a log cabin though .", "tokenized_text": ["i", "ve", "always", "wanted", "a", "log", "cabin", "though"]}, "3879": {"text": "Perhaps when I retire .", "tokenized_text": ["perhaps", "when", "i", "retire"]}, "3880": {"text": "Thank you for sharing this website with us its really intrested and I learned something new and I like to learn .", "tokenized_text": ["thank", "you", "for", "sharing", "this", "website", "with", "us", "its", "really", "intrested", "and", "i", "learned", "something", "new", "and", "i", "like", "to", "learn"]}, "3881": {"text": "Thanks Again Buster", "tokenized_text": ["thanks", "again", "buster"]}, "3882": {"text": "It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .", "tokenized_text": ["it", "is", "a", "noble", "idea", "but", "i", "would", "rather", "stay", "here", "in", "mostly", "white", "missouri", "then", "move", "to", "35", "black", "south", "carolina"]}, "3883": {"text": "I guess we will never know until we try , we may surprise ourselfs !", "tokenized_text": ["i", "guess", "we", "will", "never", "know", "until", "we", "try", "we", "may", "surprise", "ourselfs"]}, "3884": {"text": "Remember every one , we are Europeans and our success tract record says it all", "tokenized_text": ["remember", "every", "one", "we", "are", "europeans", "and", "our", "success", "tract", "record", "says", "it", "all"]}, "3885": {"text": "Also, here is a link to the thread for meeting other people who are interested in defending our race , whether as militants or negotiators .", "tokenized_text": ["also", "here", "is", "a", "link", "to", "the", "thread", "for", "meeting", "other", "people", "who", "are", "interested", "in", "defending", "our", "race", "whether", "as", "militants", "or", "negotiators"]}, "3886": {"text": "Thanks.", "tokenized_text": ["thanks"]}, "3887": {"text": "And everyone in agreement is asked to just introduce themselves for now on Don Black 's PLE thread , which is here : https : //www.stormfront.org/forum/t12389/", "tokenized_text": ["and", "everyone", "in", "agreement", "is", "asked", "to", "just", "introduce", "themselves", "for", "now", "on", "don", "black", "s", "ple", "thread", "which", "is", "here", "https", "www", "stormfront", "org", "forum", "t12389"]}, "3888": {"text": "The goal of this poll is to figure out whether or not you view the White US troops in Iraq as your troops ?", "tokenized_text": ["the", "goal", "of", "this", "poll", "is", "to", "figure", "out", "whether", "or", "not", "you", "view", "the", "white", "us", "troops", "in", "iraq", "as", "your", "troops"]}, "3889": {"text": "I for one plan to hang the last jew with the guts of the last capitalist .", "tokenized_text": ["i", "for", "one", "plan", "to", "hang", "the", "last", "jew", "with", "the", "guts", "of", "the", "last", "capitalist"]}, "3890": {"text": "Kind of says where I am coming from .", "tokenized_text": ["kind", "of", "says", "where", "i", "am", "coming", "from"]}, "3891": {"text": "There are some women who are strong willed women and yet remain good mothers and wives .", "tokenized_text": ["there", "are", "some", "women", "who", "are", "strong", "willed", "women", "and", "yet", "remain", "good", "mothers", "and", "wives"]}, "3892": {"text": "Those are the ones that I respect .", "tokenized_text": ["those", "are", "the", "ones", "that", "i", "respect"]}, "3893": {"text": "I must admit when I first read it and saw the poster was in Sydney , I was suprised the poster did not pick up the PLE thread in the SFDU section , let alone the threads stickied in this forum .", "tokenized_text": ["i", "must", "admit", "when", "i", "first", "read", "it", "and", "saw", "the", "poster", "was", "in", "sydney", "i", "was", "suprised", "the", "poster", "did", "not", "pick", "up", "the", "ple", "thread", "in", "the", "sfdu", "section", "let", "alone", "the", "threads", "stickied", "in", "this", "forum"]}, "3894": {"text": "Its good to know that living in San Fran does n't mean you have to give up your 2nd amendment right anymore .", "tokenized_text": ["its", "good", "to", "know", "that", "living", "in", "san", "fran", "does", "n", "t", "mean", "you", "have", "to", "give", "up", "your", "2nd", "amendment", "right", "anymore"]}, "3895": {"text": "Congrats .", "tokenized_text": ["congrats"]}, "3896": {"text": "It will be belated wishes now because I wont get the chance to see Nick until after the new year but I will pass them on .", "tokenized_text": ["it", "will", "be", "belated", "wishes", "now", "because", "i", "wont", "get", "the", "chance", "to", "see", "nick", "until", "after", "the", "new", "year", "but", "i", "will", "pass", "them", "on"]}, "3897": {"text": "Alaska looks like a pretty good place to live - but then anywhere with lots of snow always looks good to me", "tokenized_text": ["alaska", "looks", "like", "a", "pretty", "good", "place", "to", "live", "but", "then", "anywhere", "with", "lots", "of", "snow", "always", "looks", "good", "to", "me"]}, "3898": {"text": "hey all of you are not alone in this brothers. there are so many more than you will ever know. i am one of them and i am proud to be very white .", "tokenized_text": ["hey", "all", "of", "you", "are", "not", "alone", "in", "this", "brothers", "there", "are", "so", "many", "more", "than", "you", "will", "ever", "know", "i", "am", "one", "of", "them", "and", "i", "am", "proud", "to", "be", "very", "white"]}, "3899": {"text": "White Power 2508", "tokenized_text": ["white", "power", "2508"]}, "3900": {"text": "The above comments are spot on target .", "tokenized_text": ["the", "above", "comments", "are", "spot", "on", "target"]}, "3901": {"text": "Black and Asian immigrants who are coming in and those who were borne here and their breading patterns are the threat to our gene pool and not other white Europeans such as polish people .", "tokenized_text": ["black", "and", "asian", "immigrants", "who", "are", "coming", "in", "and", "those", "who", "were", "borne", "here", "and", "their", "breading", "patterns", "are", "the", "threat", "to", "our", "gene", "pool", "and", "not", "other", "white", "europeans", "such", "as", "polish", "people"]}, "3902": {"text": "new to this site looking for pure females in or around princeton ky THE ONLY WAY TO SURVIVE IS TO GO FORTH AND MULTIPLY", "tokenized_text": ["new", "to", "this", "site", "looking", "for", "pure", "females", "in", "or", "around", "princeton", "ky", "the", "only", "way", "to", "survive", "is", "to", "go", "forth", "and", "multiply"]}, "3903": {"text": "I've did a google search on this person and found no information on her being part American Indian , OP show me a few references please .", "tokenized_text": ["i", "ve", "did", "a", "google", "search", "on", "this", "person", "and", "found", "no", "information", "on", "her", "being", "part", "american", "indian", "op", "show", "me", "a", "few", "references", "please"]}, "3904": {"text": "Anyone who has not visited the PLE-UK web site for some time is invited to return , as there 's a new introduction there on how `` The history of Britain is the history of those who held living space . ''", "tokenized_text": ["anyone", "who", "has", "not", "visited", "the", "ple", "uk", "web", "site", "for", "some", "time", "is", "invited", "to", "return", "as", "there", "s", "a", "new", "introduction", "there", "on", "how", "the", "history", "of", "britain", "is", "the", "history", "of", "those", "who", "held", "living", "space"]}, "3905": {"text": "Thank you", "tokenized_text": ["thank", "you"]}, "3906": {"text": "Absolutely.", "tokenized_text": ["absolutely"]}, "3907": {"text": "The next generation is our future , and it is our responsibility to ensure that they are raised to be bright , proud , and physically and morally sound White men and women .", "tokenized_text": ["the", "next", "generation", "is", "our", "future", "and", "it", "is", "our", "responsibility", "to", "ensure", "that", "they", "are", "raised", "to", "be", "bright", "proud", "and", "physically", "and", "morally", "sound", "white", "men", "and", "women"]}, "3908": {"text": "We have a new line of shirts comming out to help keep the funds comming in for the land base .", "tokenized_text": ["we", "have", "a", "new", "line", "of", "shirts", "comming", "out", "to", "help", "keep", "the", "funds", "comming", "in", "for", "the", "land", "base"]}, "3909": {"text": "The first is the following .", "tokenized_text": ["the", "first", "is", "the", "following"]}, "3910": {"text": "Hoodies $ 60 Sweetshirts $ 50 Womens Ts $ 30 Mens Ts $ 25", "tokenized_text": ["hoodies", "60", "sweetshirts", "50", "womens", "ts", "30", "mens", "ts", "25"]}, "3911": {"text": "I noticed the crime stats for Kalispell are a little higher than average .", "tokenized_text": ["i", "noticed", "the", "crime", "stats", "for", "kalispell", "are", "a", "little", "higher", "than", "average"]}, "3912": {"text": "Is crime a particular problem for any of you who live there ?", "tokenized_text": ["is", "crime", "a", "particular", "problem", "for", "any", "of", "you", "who", "live", "there"]}, "3913": {"text": "All of you need to go onto that comments section and let them know we will not be defamed like that and we have every right to gather in an area .", "tokenized_text": ["all", "of", "you", "need", "to", "go", "onto", "that", "comments", "section", "and", "let", "them", "know", "we", "will", "not", "be", "defamed", "like", "that", "and", "we", "have", "every", "right", "to", "gather", "in", "an", "area"]}, "3914": {"text": "Is this true that the descendants of the English settlers are leaving at a significantly different rate than the descendants of the Dutch settlers ?", "tokenized_text": ["is", "this", "true", "that", "the", "descendants", "of", "the", "english", "settlers", "are", "leaving", "at", "a", "significantly", "different", "rate", "than", "the", "descendants", "of", "the", "dutch", "settlers"]}, "3915": {"text": "Last night all the Suckers we passed out to the wonderful little white children had a small banner attached to the stick saying `` White pride '' .", "tokenized_text": ["last", "night", "all", "the", "suckers", "we", "passed", "out", "to", "the", "wonderful", "little", "white", "children", "had", "a", "small", "banner", "attached", "to", "the", "stick", "saying", "white", "pride"]}, "3916": {"text": "I wonder what Mom and Dad thought of that", "tokenized_text": ["i", "wonder", "what", "mom", "and", "dad", "thought", "of", "that"]}, "3917": {"text": "If I knew that it would be used for what I sent it for then I would not have a problem giving money but trust is the main key there .", "tokenized_text": ["if", "i", "knew", "that", "it", "would", "be", "used", "for", "what", "i", "sent", "it", "for", "then", "i", "would", "not", "have", "a", "problem", "giving", "money", "but", "trust", "is", "the", "main", "key", "there"]}, "3918": {"text": "There will be no change as long as White people perpetuate the excuses and profit from being the enablers of such behavior .", "tokenized_text": ["there", "will", "be", "no", "change", "as", "long", "as", "white", "people", "perpetuate", "the", "excuses", "and", "profit", "from", "being", "the", "enablers", "of", "such", "behavior"]}, "3919": {"text": "I just refer to them as primates as through THEIR evolution process they are just a little bit higher on the evolutionary chain which makes them all the more dangerous to whites , than any of their animalistic cousins .", "tokenized_text": ["i", "just", "refer", "to", "them", "as", "primates", "as", "through", "their", "evolution", "process", "they", "are", "just", "a", "little", "bit", "higher", "on", "the", "evolutionary", "chain", "which", "makes", "them", "all", "the", "more", "dangerous", "to", "whites", "than", "any", "of", "their", "animalistic", "cousins"]}, "3920": {"text": "Well, lets just hope she does n't get thrown onto the same pyre that she wants to burn antisemitic books on .", "tokenized_text": ["well", "lets", "just", "hope", "she", "does", "n", "t", "get", "thrown", "onto", "the", "same", "pyre", "that", "she", "wants", "to", "burn", "antisemitic", "books", "on"]}, "3921": {"text": "Stay away from all fast food garbage .", "tokenized_text": ["stay", "away", "from", "all", "fast", "food", "garbage"]}, "3922": {"text": "The documentary `` Super Size Me '' will show you the true side effects of fast food .", "tokenized_text": ["the", "documentary", "super", "size", "me", "will", "show", "you", "the", "true", "side", "effects", "of", "fast", "food"]}, "3923": {"text": "Let the non-whites pollute their bodies with that garbage .", "tokenized_text": ["let", "the", "non", "whites", "pollute", "their", "bodies", "with", "that", "garbage"]}, "3924": {"text": "Fast food is not for whites .", "tokenized_text": ["fast", "food", "is", "not", "for", "whites"]}, "3925": {"text": "i have tried many times to try to explain to people why they should be a wn and they dont want to listen , does anyone know any tactics to where i might be able to get them to understand .", "tokenized_text": ["i", "have", "tried", "many", "times", "to", "try", "to", "explain", "to", "people", "why", "they", "should", "be", "a", "wn", "and", "they", "dont", "want", "to", "listen", "does", "anyone", "know", "any", "tactics", "to", "where", "i", "might", "be", "able", "to", "get", "them", "to", "understand"]}, "3926": {"text": "Maybe.", "tokenized_text": ["maybe"]}, "3927": {"text": "There are people I know of that actually are like that , I 'm sorry to say .", "tokenized_text": ["there", "are", "people", "i", "know", "of", "that", "actually", "are", "like", "that", "i", "m", "sorry", "to", "say"]}, "3928": {"text": "There are some that can vouch for that , too .", "tokenized_text": ["there", "are", "some", "that", "can", "vouch", "for", "that", "too"]}, "3929": {"text": "We are working on it .", "tokenized_text": ["we", "are", "working", "on", "it"]}, "3930": {"text": "The WACPG 's focus is to shed light on how backwards we have become over affirmative action and allowing black established programs to grow and prosper while closing anything that benefits White Americans .", "tokenized_text": ["the", "wacpg", "s", "focus", "is", "to", "shed", "light", "on", "how", "backwards", "we", "have", "become", "over", "affirmative", "action", "and", "allowing", "black", "established", "programs", "to", "grow", "and", "prosper", "while", "closing", "anything", "that", "benefits", "white", "americans"]}, "3931": {"text": "2508", "tokenized_text": ["2508"]}, "3932": {"text": "I remember back in the day I used to hand out tracts for my church , why dont they have anything small that I can print out on my printer and cut them up so I can place them in library books and phone booths ?", "tokenized_text": ["i", "remember", "back", "in", "the", "day", "i", "used", "to", "hand", "out", "tracts", "for", "my", "church", "why", "dont", "they", "have", "anything", "small", "that", "i", "can", "print", "out", "on", "my", "printer", "and", "cut", "them", "up", "so", "i", "can", "place", "them", "in", "library", "books", "and", "phone", "booths"]}, "3933": {"text": "Agreed, to an extent .", "tokenized_text": ["agreed", "to", "an", "extent"]}, "3934": {"text": "We have to fight for our survival and our future but we can have our cake and eat it too .", "tokenized_text": ["we", "have", "to", "fight", "for", "our", "survival", "and", "our", "future", "but", "we", "can", "have", "our", "cake", "and", "eat", "it", "too"]}, "3935": {"text": "That is great news .", "tokenized_text": ["that", "is", "great", "news"]}, "3936": {"text": "Here is Peroutka 's latest on Jerry Falwells blind support of Bush .", "tokenized_text": ["here", "is", "peroutka", "s", "latest", "on", "jerry", "falwells", "blind", "support", "of", "bush"]}, "3937": {"text": "http://www.peroutka2004.com/schedule ... w & event _ id = 259", "tokenized_text": ["http", "www", "peroutka2004", "com", "schedule", "w", "event", "_", "id", "259"]}, "3938": {"text": "This post by Jack boot and the piece by Marc Moran , are very inspiring .", "tokenized_text": ["this", "post", "by", "jack", "boot", "and", "the", "piece", "by", "marc", "moran", "are", "very", "inspiring"]}, "3939": {"text": "They make you want to go out and reach people .", "tokenized_text": ["they", "make", "you", "want", "to", "go", "out", "and", "reach", "people"]}, "3940": {"text": "I was very inspired by Moran 's writing .", "tokenized_text": ["i", "was", "very", "inspired", "by", "moran", "s", "writing"]}, "3941": {"text": "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !", "tokenized_text": ["until", "we", "have", "a", "dedicated", "cable", "television", "station", "there", "s", "always", "the", "opportunity", "to", "use", "the", "free", "cable", "access", "airwaves", "as", "per", "this", "thread", "make", "a", "cable", "access", "tv", "program"]}, "3942": {"text": "Our family members are often the hardest people for us to reach but the most worth it when we do .", "tokenized_text": ["our", "family", "members", "are", "often", "the", "hardest", "people", "for", "us", "to", "reach", "but", "the", "most", "worth", "it", "when", "we", "do"]}, "3943": {"text": "It is a testament to your child rearing skills that your boy is turning around .", "tokenized_text": ["it", "is", "a", "testament", "to", "your", "child", "rearing", "skills", "that", "your", "boy", "is", "turning", "around"]}, "3944": {"text": "I only hope my kids will follow the same path when they come of age .", "tokenized_text": ["i", "only", "hope", "my", "kids", "will", "follow", "the", "same", "path", "when", "they", "come", "of", "age"]}, "3945": {"text": "Just a note for anyone downloading the petition ......... Remember to put your paper setting on 8 1/2 X 14 for * * * LEGAL * * * documents. petition download Good luck friends , Gordon _ Inc.", "tokenized_text": ["just", "a", "note", "for", "anyone", "downloading", "the", "petition", "remember", "to", "put", "your", "paper", "setting", "on", "8", "1", "2", "x", "14", "for", "legal", "documents", "petition", "download", "good", "luck", "friends", "gordon", "_", "inc"]}, "3946": {"text": "From David Pringle For folks who have questions about the National Alliance or would just like to listen this is your chance .", "tokenized_text": ["from", "david", "pringle", "for", "folks", "who", "have", "questions", "about", "the", "national", "alliance", "or", "would", "just", "like", "to", "listen", "this", "is", "your", "chance"]}, "3947": {"text": "I knew that I could get them from Army surplus stores .", "tokenized_text": ["i", "knew", "that", "i", "could", "get", "them", "from", "army", "surplus", "stores"]}, "3948": {"text": "My friend and I are looking to buy them in large quantities on the Internet for probably around like $ 1.50- $ 2.00 a piece ....", "tokenized_text": ["my", "friend", "and", "i", "are", "looking", "to", "buy", "them", "in", "large", "quantities", "on", "the", "internet", "for", "probably", "around", "like", "1", "50", "2", "00", "a", "piece"]}, "3949": {"text": "14/88", "tokenized_text": ["14", "88"]}, "3950": {"text": "Big talk , none of you have the balls to tell a skin this to his face .", "tokenized_text": ["big", "talk", "none", "of", "you", "have", "the", "balls", "to", "tell", "a", "skin", "this", "to", "his", "face"]}, "3951": {"text": "I am not a skin , and I wore a suit at the rally .", "tokenized_text": ["i", "am", "not", "a", "skin", "and", "i", "wore", "a", "suit", "at", "the", "rally"]}, "3952": {"text": "W.R.S. 14/88", "tokenized_text": ["w", "r", "s", "14", "88"]}, "3953": {"text": "Yes, and you are wasting the time that you could be spending out in the real world and communicating White Nationalism to the man and woman on the street .", "tokenized_text": ["yes", "and", "you", "are", "wasting", "the", "time", "that", "you", "could", "be", "spending", "out", "in", "the", "real", "world", "and", "communicating", "white", "nationalism", "to", "the", "man", "and", "woman", "on", "the", "street"]}, "3954": {"text": "Where can i find a complete list of anti black fliers. that have to do with black on white crimes , interracial babys , black drug dealers , etc etc .", "tokenized_text": ["where", "can", "i", "find", "a", "complete", "list", "of", "anti", "black", "fliers", "that", "have", "to", "do", "with", "black", "on", "white", "crimes", "interracial", "babys", "black", "drug", "dealers", "etc", "etc"]}, "3955": {"text": "Bugsy89", "tokenized_text": ["bugsy89"]}, "3956": {"text": "For those of you that know me , I have this at my place also .", "tokenized_text": ["for", "those", "of", "you", "that", "know", "me", "i", "have", "this", "at", "my", "place", "also"]}, "3957": {"text": "It was asked for so here it is .", "tokenized_text": ["it", "was", "asked", "for", "so", "here", "it", "is"]}, "3958": {"text": "My strategy for targeting churches is to ride my bike around the church parking lot during mass and toss business cards at the parked cars while I 'm riding .", "tokenized_text": ["my", "strategy", "for", "targeting", "churches", "is", "to", "ride", "my", "bike", "around", "the", "church", "parking", "lot", "during", "mass", "and", "toss", "business", "cards", "at", "the", "parked", "cars", "while", "i", "m", "riding"]}, "3959": {"text": "This works at Funeral Homes , too , provided there is a funeral going on .", "tokenized_text": ["this", "works", "at", "funeral", "homes", "too", "provided", "there", "is", "a", "funeral", "going", "on"]}, "3960": {"text": "Thats a good point .", "tokenized_text": ["thats", "a", "good", "point"]}, "3961": {"text": "And I like the idea .", "tokenized_text": ["and", "i", "like", "the", "idea"]}, "3962": {"text": "I know the Knights Party goes along the line of White separatist and Black separatist and in a peaceful manner .", "tokenized_text": ["i", "know", "the", "knights", "party", "goes", "along", "the", "line", "of", "white", "separatist", "and", "black", "separatist", "and", "in", "a", "peaceful", "manner"]}, "3963": {"text": "I came here to find out why such a small population living on a small area of the planet , constantly ravaged by war and instability managed to become the opitomy of progress and civilisation and eventually rule the world .", "tokenized_text": ["i", "came", "here", "to", "find", "out", "why", "such", "a", "small", "population", "living", "on", "a", "small", "area", "of", "the", "planet", "constantly", "ravaged", "by", "war", "and", "instability", "managed", "to", "become", "the", "opitomy", "of", "progress", "and", "civilisation", "and", "eventually", "rule", "the", "world"]}, "3964": {"text": "I think its #3 - culture Many young black males grow up fatherless .", "tokenized_text": ["i", "think", "its", "3", "culture", "many", "young", "black", "males", "grow", "up", "fatherless"]}, "3965": {"text": "Black males are put on pedestal by the media - white women love them , sports heroes , rappers with all the `` bling '' .", "tokenized_text": ["black", "males", "are", "put", "on", "pedestal", "by", "the", "media", "white", "women", "love", "them", "sports", "heroes", "rappers", "with", "all", "the", "bling"]}, "3966": {"text": "I think a lot of black males become conceited by this .", "tokenized_text": ["i", "think", "a", "lot", "of", "black", "males", "become", "conceited", "by", "this"]}, "3967": {"text": "This is where their `` I 'm a bad ass , I can do whatever I want '' attitute comes from .", "tokenized_text": ["this", "is", "where", "their", "i", "m", "a", "bad", "ass", "i", "can", "do", "whatever", "i", "want", "attitute", "comes", "from"]}, "3968": {"text": "Humility does n't even cross their mind .", "tokenized_text": ["humility", "does", "n", "t", "even", "cross", "their", "mind"]}, "3969": {"text": "They never smile .", "tokenized_text": ["they", "never", "smile"]}, "3970": {"text": "They talk like gangsters - `` yo yo yo '' .", "tokenized_text": ["they", "talk", "like", "gangsters", "yo", "yo", "yo"]}, "3971": {"text": "They smoke skinny cigars .", "tokenized_text": ["they", "smoke", "skinny", "cigars"]}, "3972": {"text": "Attitude is everything .", "tokenized_text": ["attitude", "is", "everything"]}, "3973": {"text": "In reality they have no money and it is all a charade .", "tokenized_text": ["in", "reality", "they", "have", "no", "money", "and", "it", "is", "all", "a", "charade"]}, "3974": {"text": "I can pick them out a mile away .", "tokenized_text": ["i", "can", "pick", "them", "out", "a", "mile", "away"]}, "3975": {"text": "This is why I avoid them .", "tokenized_text": ["this", "is", "why", "i", "avoid", "them"]}, "3976": {"text": "I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei", "tokenized_text": ["i", "have", "never", "seen", "an", "asian", "woman", "dating", "an", "asian", "man", "they", "like", "the", "white", "man", "they", "re", "force", "wiggers", "and", "our", "detrimental", "towards", "our", "cause", "cpamikei"]}, "3977": {"text": "here is someone who in a round about way supports your argument and you tear them to bits. do you know what you believe in or not ?", "tokenized_text": ["here", "is", "someone", "who", "in", "a", "round", "about", "way", "supports", "your", "argument", "and", "you", "tear", "them", "to", "bits", "do", "you", "know", "what", "you", "believe", "in", "or", "not"]}, "3978": {"text": "Half white and half white would probably be ok with me .", "tokenized_text": ["half", "white", "and", "half", "white", "would", "probably", "be", "ok", "with", "me"]}, "3979": {"text": "But then I 'm half German and half German so I try to be accepting of other people with mixed backgrounds like myself .", "tokenized_text": ["but", "then", "i", "m", "half", "german", "and", "half", "german", "so", "i", "try", "to", "be", "accepting", "of", "other", "people", "with", "mixed", "backgrounds", "like", "myself"]}, "3980": {"text": "Who would know more about exploiting people you do n't give a crap about other than a member of the tribe ?", "tokenized_text": ["who", "would", "know", "more", "about", "exploiting", "people", "you", "do", "n", "t", "give", "a", "crap", "about", "other", "than", "a", "member", "of", "the", "tribe"]}, "3981": {"text": "Awwwwww At least you didnt have drool drooping out of your mouth like I did when I was one years old .", "tokenized_text": ["awwwwww", "at", "least", "you", "didnt", "have", "drool", "drooping", "out", "of", "your", "mouth", "like", "i", "did", "when", "i", "was", "one", "years", "old"]}, "3982": {"text": "Guys ( and gals ) , just wanted to say : there are few things more entertaining than watching you do another arrogant negro poster .", "tokenized_text": ["guys", "and", "gals", "just", "wanted", "to", "say", "there", "are", "few", "things", "more", "entertaining", "than", "watching", "you", "do", "another", "arrogant", "negro", "poster"]}, "3983": {"text": "I 've seen this happen many times on this site during my lurking days .", "tokenized_text": ["i", "ve", "seen", "this", "happen", "many", "times", "on", "this", "site", "during", "my", "lurking", "days"]}, "3984": {"text": "You absolutely rock !", "tokenized_text": ["you", "absolutely", "rock"]}, "3985": {"text": "Disgusting.....", "tokenized_text": ["disgusting"]}, "3986": {"text": "And to think FIFA are allowing this nation to host the biggest sporting event on the planet .", "tokenized_text": ["and", "to", "think", "fifa", "are", "allowing", "this", "nation", "to", "host", "the", "biggest", "sporting", "event", "on", "the", "planet"]}, "3987": {"text": "I am a huge football fan but there is no way in hell I would go to South Africa this year , not even if somebody paid me 10 grand to go .", "tokenized_text": ["i", "am", "a", "huge", "football", "fan", "but", "there", "is", "no", "way", "in", "hell", "i", "would", "go", "to", "south", "africa", "this", "year", "not", "even", "if", "somebody", "paid", "me", "10", "grand", "to", "go"]}, "3988": {"text": "I'm pretty sure the average black is stronger then those white men that date asians or the ones who let their wives take control of the household .", "tokenized_text": ["i", "m", "pretty", "sure", "the", "average", "black", "is", "stronger", "then", "those", "white", "men", "that", "date", "asians", "or", "the", "ones", "who", "let", "their", "wives", "take", "control", "of", "the", "household"]}, "3989": {"text": "These things make me sick !", "tokenized_text": ["these", "things", "make", "me", "sick"]}, "3990": {"text": "White girls and no other , even asian guys are attracted to white girls all we can do is pray for these people !", "tokenized_text": ["white", "girls", "and", "no", "other", "even", "asian", "guys", "are", "attracted", "to", "white", "girls", "all", "we", "can", "do", "is", "pray", "for", "these", "people"]}, "3991": {"text": "#WethePeople #RealAmericans", "tokenized_text": ["wethepeople", "realamericans"]}, "3992": {"text": "Hi.", "tokenized_text": ["hi"]}, "3993": {"text": "I have never accepted any government checks .", "tokenized_text": ["i", "have", "never", "accepted", "any", "government", "checks"]}, "3994": {"text": "Welfare .", "tokenized_text": ["welfare"]}, "3995": {"text": "Social Security .", "tokenized_text": ["social", "security"]}, "3996": {"text": "Nothing .", "tokenized_text": ["nothing"]}, "3997": {"text": "Also I was born here so it is not easy to `` go back . ''", "tokenized_text": ["also", "i", "was", "born", "here", "so", "it", "is", "not", "easy", "to", "go", "back"]}, "3998": {"text": "Why dont you move to Nebraska ?", "tokenized_text": ["why", "dont", "you", "move", "to", "nebraska"]}, "3999": {"text": "Or Minnesota ?", "tokenized_text": ["or", "minnesota"]}, "4000": {"text": "There is SO much physical and scientific evidence that ancient Egyptians were not negro .", "tokenized_text": ["there", "is", "so", "much", "physical", "and", "scientific", "evidence", "that", "ancient", "egyptians", "were", "not", "negro"]}, "4001": {"text": "The only thing Negroes have is wishful want .", "tokenized_text": ["the", "only", "thing", "negroes", "have", "is", "wishful", "want"]}, "4002": {"text": "So very few compared to the tens of millions who have done nothing to advance society .", "tokenized_text": ["so", "very", "few", "compared", "to", "the", "tens", "of", "millions", "who", "have", "done", "nothing", "to", "advance", "society"]}, "4003": {"text": "What about all the tens of millions of negroes that are nothing more than criminals and parasites that do nothing but breed more criminals and parasites ?", "tokenized_text": ["what", "about", "all", "the", "tens", "of", "millions", "of", "negroes", "that", "are", "nothing", "more", "than", "criminals", "and", "parasites", "that", "do", "nothing", "but", "breed", "more", "criminals", "and", "parasites"]}, "4004": {"text": "That 's their real contribution to society , misery and dependence .", "tokenized_text": ["that", "s", "their", "real", "contribution", "to", "society", "misery", "and", "dependence"]}, "4005": {"text": "Not sure if this is the correct place i should post it , but a good video that just uploaded on youtube about these hypocrites .", "tokenized_text": ["not", "sure", "if", "this", "is", "the", "correct", "place", "i", "should", "post", "it", "but", "a", "good", "video", "that", "just", "uploaded", "on", "youtube", "about", "these", "hypocrites"]}, "4006": {"text": "Watch the video the New York Times did n't Want You to See - YouTube", "tokenized_text": ["watch", "the", "video", "the", "new", "york", "times", "did", "n", "t", "want", "you", "to", "see", "youtube"]}, "4007": {"text": "With all due respects to our UK posters , many of the problems we are experiencing today is the result of British meddling .", "tokenized_text": ["with", "all", "due", "respects", "to", "our", "uk", "posters", "many", "of", "the", "problems", "we", "are", "experiencing", "today", "is", "the", "result", "of", "british", "meddling"]}, "4008": {"text": "But the best are here , they certainly are n't africans - multiculturalism is the funeral pyre of a society , & those who welcome it are either fools or traitors", "tokenized_text": ["but", "the", "best", "are", "here", "they", "certainly", "are", "n", "t", "africans", "multiculturalism", "is", "the", "funeral", "pyre", "of", "a", "society", "those", "who", "welcome", "it", "are", "either", "fools", "or", "traitors"]}, "4009": {"text": "You prove that multiculturalism works , your the one that started this troll thread , fag boy .", "tokenized_text": ["you", "prove", "that", "multiculturalism", "works", "your", "the", "one", "that", "started", "this", "troll", "thread", "fag", "boy"]}, "4010": {"text": "Ian 's arguments wins hands down , you lose sucker .", "tokenized_text": ["ian", "s", "arguments", "wins", "hands", "down", "you", "lose", "sucker"]}, "4011": {"text": "Here is your logic : some whites are corrupt whores for Jewish supremacists , therefore Whites should not oppose Jewish supremacist extermination of all Whites and JS efforts to control humanity 's future .", "tokenized_text": ["here", "is", "your", "logic", "some", "whites", "are", "corrupt", "whores", "for", "jewish", "supremacists", "therefore", "whites", "should", "not", "oppose", "jewish", "supremacist", "extermination", "of", "all", "whites", "and", "js", "efforts", "to", "control", "humanity", "s", "future"]}, "4012": {"text": "I'll do you a deal .", "tokenized_text": ["i", "ll", "do", "you", "a", "deal"]}, "4013": {"text": "If I do n't use anything black people invented .", "tokenized_text": ["if", "i", "do", "n", "t", "use", "anything", "black", "people", "invented"]}, "4014": {"text": "Black people wo n't use anything white people invented/discovered .", "tokenized_text": ["black", "people", "wo", "n", "t", "use", "anything", "white", "people", "invented", "discovered"]}, "4015": {"text": "Intelligent parents usually have intelligent kids the same as when two good looking people procreate , it usually results in good looking kids , more genetic than luck .", "tokenized_text": ["intelligent", "parents", "usually", "have", "intelligent", "kids", "the", "same", "as", "when", "two", "good", "looking", "people", "procreate", "it", "usually", "results", "in", "good", "looking", "kids", "more", "genetic", "than", "luck"]}, "4016": {"text": "I have a Cracking the new SAT guide , and some books required through an american home school .ISBN-10 : 0375764852 ISBN-13 : 978-0375764851 PM If youre interested .", "tokenized_text": ["i", "have", "a", "cracking", "the", "new", "sat", "guide", "and", "some", "books", "required", "through", "an", "american", "home", "school", "isbn", "10", "0375764852", "isbn", "13", "978", "0375764851", "pm", "if", "youre", "interested"]}, "4017": {"text": "AND have you ever watched what they are watching ?", "tokenized_text": ["and", "have", "you", "ever", "watched", "what", "they", "are", "watching"]}, "4018": {"text": "The sexual references are there .", "tokenized_text": ["the", "sexual", "references", "are", "there"]}, "4019": {"text": "No wonder children at a younger and younger age are engaging in sexual acts .", "tokenized_text": ["no", "wonder", "children", "at", "a", "younger", "and", "younger", "age", "are", "engaging", "in", "sexual", "acts"]}, "4020": {"text": "It 's like they 've been `` Groomed '' .", "tokenized_text": ["it", "s", "like", "they", "ve", "been", "groomed"]}, "4021": {"text": "Only a few small edits have occurred since the last bump for this article .", "tokenized_text": ["only", "a", "few", "small", "edits", "have", "occurred", "since", "the", "last", "bump", "for", "this", "article"]}, "4022": {"text": "And the following video is from valued friends of the PLE movement .", "tokenized_text": ["and", "the", "following", "video", "is", "from", "valued", "friends", "of", "the", "ple", "movement"]}, "4023": {"text": "https : //www.youtube.com/watch ? v = 3rnRPhEwELo & index = 2 & list = FL3k6cf7xGPKJ02hiGVCjfCQ", "tokenized_text": ["https", "www", "youtube", "com", "watch", "v", "3rnrphewelo", "index", "2", "list", "fl3k6cf7xgpkj02higvcjfcq"]}, "4024": {"text": "YouTube- Broadcast Yourself .", "tokenized_text": ["youtube", "broadcast", "yourself"]}, "4025": {"text": "YouTube - Broadcast Yourself .", "tokenized_text": ["youtube", "broadcast", "yourself"]}, "4026": {"text": "YouTube - Broadcast Yourself .", "tokenized_text": ["youtube", "broadcast", "yourself"]}, "4027": {"text": "YouTube - Broadcast Yourself .", "tokenized_text": ["youtube", "broadcast", "yourself"]}, "4028": {"text": "YouTube - Broadcast Yourself .", "tokenized_text": ["youtube", "broadcast", "yourself"]}, "4029": {"text": "YouTube - Broadcast Yourself .", "tokenized_text": ["youtube", "broadcast", "yourself"]}, "4030": {"text": "YouTube - Broadcast Yourself .", "tokenized_text": ["youtube", "broadcast", "yourself"]}, "4031": {"text": "YouTube - Broadcast Yourself .", "tokenized_text": ["youtube", "broadcast", "yourself"]}, "4032": {"text": "YouTube - Broadcast Yourself .", "tokenized_text": ["youtube", "broadcast", "yourself"]}, "4033": {"text": "YouTube - Broadcast Yourself .", "tokenized_text": ["youtube", "broadcast", "yourself"]}, "4034": {"text": "YouTube - Broadcast Yourself .", "tokenized_text": ["youtube", "broadcast", "yourself"]}, "4035": {"text": "YouTube - Broadcast Yourself .", "tokenized_text": ["youtube", "broadcast", "yourself"]}, "4036": {"text": "YouTube - Broadcast Yourself .", "tokenized_text": ["youtube", "broadcast", "yourself"]}, "4037": {"text": "YouTube - Broadcast Yourself .", "tokenized_text": ["youtube", "broadcast", "yourself"]}, "4038": {"text": "Rouse - The Redpilled Blues - YouTube Rouse - Not Our Own - YouTube Pale White Skin - Hey There Europa - YouTube Sir Antiblack - A Race War - YouTube Amazon ( ( ( Echoes ) ) ) - YouTube", "tokenized_text": ["rouse", "the", "redpilled", "blues", "youtube", "rouse", "not", "our", "own", "youtube", "pale", "white", "skin", "hey", "there", "europa", "youtube", "sir", "antiblack", "a", "race", "war", "youtube", "amazon", "echoes", "youtube"]}, "4039": {"text": "all the time we are a targeted people i 've been attacked four times for no reason except i 'm white and i was alone learn how to defend yourself your friends and your family for any and all possibilities", "tokenized_text": ["all", "the", "time", "we", "are", "a", "targeted", "people", "i", "ve", "been", "attacked", "four", "times", "for", "no", "reason", "except", "i", "m", "white", "and", "i", "was", "alone", "learn", "how", "to", "defend", "yourself", "your", "friends", "and", "your", "family", "for", "any", "and", "all", "possibilities"]}, "4040": {"text": "Taking it to the authorities is the worst thing you can do .", "tokenized_text": ["taking", "it", "to", "the", "authorities", "is", "the", "worst", "thing", "you", "can", "do"]}, "4041": {"text": "Should have told her to palm strike the black girl under the chin. Bully 's teeth will be knocked out , but it 's just baby teeth .", "tokenized_text": ["should", "have", "told", "her", "to", "palm", "strike", "the", "black", "girl", "under", "the", "chin", "bully", "s", "teeth", "will", "be", "knocked", "out", "but", "it", "s", "just", "baby", "teeth"]}, "4042": {"text": "Never.", "tokenized_text": ["never"]}, "4043": {"text": "Cultures and nations with thousands of years of history and pride will never erase that for some whites-only form of multiculturalism .", "tokenized_text": ["cultures", "and", "nations", "with", "thousands", "of", "years", "of", "history", "and", "pride", "will", "never", "erase", "that", "for", "some", "whites", "only", "form", "of", "multiculturalism"]}, "4044": {"text": "This is not good even though it is the truth .", "tokenized_text": ["this", "is", "not", "good", "even", "though", "it", "is", "the", "truth"]}, "4045": {"text": "Once the negros start coming in bunches it will be a hellhole and the whites will have to leave again and start a new community .", "tokenized_text": ["once", "the", "negros", "start", "coming", "in", "bunches", "it", "will", "be", "a", "hellhole", "and", "the", "whites", "will", "have", "to", "leave", "again", "and", "start", "a", "new", "community"]}, "4046": {"text": "I live in Wisconsin .", "tokenized_text": ["i", "live", "in", "wisconsin"]}, "4047": {"text": "Apparently our - 50 degree winters are merely a stumbling block on the golden road to all our corn-fed white chicks .", "tokenized_text": ["apparently", "our", "50", "degree", "winters", "are", "merely", "a", "stumbling", "block", "on", "the", "golden", "road", "to", "all", "our", "corn", "fed", "white", "chicks"]}, "4048": {"text": "Their mother had self-respect and respect for others and are passing those values down to their daughters .", "tokenized_text": ["their", "mother", "had", "self", "respect", "and", "respect", "for", "others", "and", "are", "passing", "those", "values", "down", "to", "their", "daughters"]}, "4049": {"text": "Ten to one they have a great father , too .", "tokenized_text": ["ten", "to", "one", "they", "have", "a", "great", "father", "too"]}, "4050": {"text": "Tower of London tour .", "tokenized_text": ["tower", "of", "london", "tour"]}, "4051": {"text": "https : //www.youtube.com/watch ? v = DeiW _ bWZ2Is https : //www.youtube.com/watch ? v = jWFq-v7TKdQ https : //www.youtube.com/watch ? v = iAzn9V3ha3Y https : //www.youtube.com/watch ? v = wTNfdPxtfek", "tokenized_text": ["https", "www", "youtube", "com", "watch", "v", "deiw", "_", "bwz2is", "https", "www", "youtube", "com", "watch", "v", "jwfq", "v7tkdq", "https", "www", "youtube", "com", "watch", "v", "iazn9v3ha3y", "https", "www", "youtube", "com", "watch", "v", "wtnfdpxtfek"]}, "4052": {"text": "The London Forum is a great YouTube channel .", "tokenized_text": ["the", "london", "forum", "is", "a", "great", "youtube", "channel"]}, "4053": {"text": "It 's where I discovered so many great people who are fighting for our cause .", "tokenized_text": ["it", "s", "where", "i", "discovered", "so", "many", "great", "people", "who", "are", "fighting", "for", "our", "cause"]}, "4054": {"text": "No man , you got to listen to pass .", "tokenized_text": ["no", "man", "you", "got", "to", "listen", "to", "pass"]}, "4055": {"text": "Do n't buy into it , just put it on your exams and forget that jew propaganda .", "tokenized_text": ["do", "n", "t", "buy", "into", "it", "just", "put", "it", "on", "your", "exams", "and", "forget", "that", "jew", "propaganda"]}, "4056": {"text": "I am disgusted by the amount of white hate and brown love that teachers try to pump into my 16 year olds head .", "tokenized_text": ["i", "am", "disgusted", "by", "the", "amount", "of", "white", "hate", "and", "brown", "love", "that", "teachers", "try", "to", "pump", "into", "my", "16", "year", "olds", "head"]}, "4057": {"text": "I 've taught her to question everything that they teach her .", "tokenized_text": ["i", "ve", "taught", "her", "to", "question", "everything", "that", "they", "teach", "her"]}, "4058": {"text": "She too gets in trouble for speaking up .", "tokenized_text": ["she", "too", "gets", "in", "trouble", "for", "speaking", "up"]}, "4059": {"text": "My daughter just got Journey to Center of the Earth today from our stockpile of books .", "tokenized_text": ["my", "daughter", "just", "got", "journey", "to", "center", "of", "the", "earth", "today", "from", "our", "stockpile", "of", "books"]}, "4060": {"text": "Will see if she actually reads it and if she likes it .", "tokenized_text": ["will", "see", "if", "she", "actually", "reads", "it", "and", "if", "she", "likes", "it"]}, "4061": {"text": "She turns 7 tomorrow .", "tokenized_text": ["she", "turns", "7", "tomorrow"]}, "4062": {"text": "Thank God it is n't , everyone on Facebook is obsessed with it so much I began to hate the colour pink .", "tokenized_text": ["thank", "god", "it", "is", "n", "t", "everyone", "on", "facebook", "is", "obsessed", "with", "it", "so", "much", "i", "began", "to", "hate", "the", "colour", "pink"]}, "4063": {"text": "Check out this youtube channel i found , i agree with most of what he says Diversity DESTROYS Social Cohesion in the West - YouTube", "tokenized_text": ["check", "out", "this", "youtube", "channel", "i", "found", "i", "agree", "with", "most", "of", "what", "he", "says", "diversity", "destroys", "social", "cohesion", "in", "the", "west", "youtube"]}, "4064": {"text": "The Nordic Angelic race came from the Pleiadian 's Star Cluster , and mixed with Iberian-Aryan 's that live in Germanic Countries and Scandinavia .", "tokenized_text": ["the", "nordic", "angelic", "race", "came", "from", "the", "pleiadian", "s", "star", "cluster", "and", "mixed", "with", "iberian", "aryan", "s", "that", "live", "in", "germanic", "countries", "and", "scandinavia"]}, "4065": {"text": "https : //en.wikipedia.org/wiki/Nordic _ aliens", "tokenized_text": ["https", "en", "wikipedia", "org", "wiki", "nordic", "_", "aliens"]}, "4066": {"text": "Two English majors who went on to be successful are James Corbett and Drew Karpyshyn .", "tokenized_text": ["two", "english", "majors", "who", "went", "on", "to", "be", "successful", "are", "james", "corbett", "and", "drew", "karpyshyn"]}, "4067": {"text": "I do n't look down on these degrees as much as I used to .", "tokenized_text": ["i", "do", "n", "t", "look", "down", "on", "these", "degrees", "as", "much", "as", "i", "used", "to"]}, "4068": {"text": "Am told I look like the Wrestler Stone Cold Steve Austin .", "tokenized_text": ["am", "told", "i", "look", "like", "the", "wrestler", "stone", "cold", "steve", "austin"]}, "4069": {"text": "Dont know my heritage for ever .", "tokenized_text": ["dont", "know", "my", "heritage", "for", "ever"]}, "4070": {"text": "But Ulster Scot as far back as I know .", "tokenized_text": ["but", "ulster", "scot", "as", "far", "back", "as", "i", "know"]}, "4071": {"text": "Trigonometry http://www.pinkmonkey.com/coreconcep...jects/trig.htmCoreConceptshttp://www.catcode.com/trig/FAQaboutTrigonometryhttp://www.ping.be/~ping1339/gonio.htmIntroductiontoTrigonometryhttp://www.acts.tinet.ie/trigonometry_645.htmlAsimpleonlineTrigcourseforum.swarthmore.edu/workshops/usi/pascal Pascal 's Triangle http://www.sosmath.com/trig/trig.htmlS.O.S.Mathematicshttp://score.kings.k12.ca.us/trigonometry.html Collection of lesson plans for California math students .", "tokenized_text": ["trigonometry", "http", "www", "pinkmonkey", "com", "coreconcep", "jects", "trig", "htmcoreconceptshttp", "www", "catcode", "com", "trig", "faqabouttrigonometryhttp", "www", "ping", "be", "ping1339", "gonio", "htmintroductiontotrigonometryhttp", "www", "acts", "tinet", "ie", "trigonometry_645", "htmlasimpleonlinetrigcourseforum", "swarthmore", "edu", "workshops", "usi", "pascal", "pascal", "s", "triangle", "http", "www", "sosmath", "com", "trig", "trig", "htmls", "o", "s", "mathematicshttp", "score", "kings", "k12", "ca", "us", "trigonometry", "html", "collection", "of", "lesson", "plans", "for", "california", "math", "students"]}, "4072": {"text": "http://www.physics.uoguelph.ca/tutor.../trigonom.html Tutorial from University of Guelph physics department .", "tokenized_text": ["http", "www", "physics", "uoguelph", "ca", "tutor", "trigonom", "html", "tutorial", "from", "university", "of", "guelph", "physics", "department"]}, "4073": {"text": "Perhaps your emails will make the hardened hearts realize the errors of their ways .", "tokenized_text": ["perhaps", "your", "emails", "will", "make", "the", "hardened", "hearts", "realize", "the", "errors", "of", "their", "ways"]}, "4074": {"text": "Mrs. B 's anti gay messages are so important .", "tokenized_text": ["mrs", "b", "s", "anti", "gay", "messages", "are", "so", "important"]}, "4075": {"text": "AND VITAL .", "tokenized_text": ["and", "vital"]}, "4076": {"text": "A People of strength always Honour their true Heroes .", "tokenized_text": ["a", "people", "of", "strength", "always", "honour", "their", "true", "heroes"]}, "4077": {"text": "YouTube - & quot ; \u00d0 \u00d0 ? \u00d0 \u00a8 \u00d0 \u00d0 * \u00d0 # \u00d0 \u00ae \u00d0 cents \u00d0 \u00ac \u00d0 \u00d0 \u00d0 \u00d0 * \u00d0 \u00d0 \u00d0 \u00d0 \u00d0 \u00ac \u00d0 \u00a6 \u00d0 ... & quot ;", "tokenized_text": ["youtube", "quot", "\u00f0", "\u00f0", "\u00f0", "\u00f0", "\u00f0", "\u00f0", "\u00f0", "\u00f0", "cents", "\u00f0", "\u00f0", "\u00f0", "\u00f0", "\u00f0", "\u00f0", "\u00f0", "\u00f0", "\u00f0", "\u00f0", "\u00f0", "\u00f0", "quot"]}, "4078": {"text": "It is a total disgrace when tax-payer dollars can go to promoting such degenerate filth .", "tokenized_text": ["it", "is", "a", "total", "disgrace", "when", "tax", "payer", "dollars", "can", "go", "to", "promoting", "such", "degenerate", "filth"]}, "4079": {"text": "But what do you expect with a homosexual Muslim as the mayor ?", "tokenized_text": ["but", "what", "do", "you", "expect", "with", "a", "homosexual", "muslim", "as", "the", "mayor"]}, "4080": {"text": "For you and I and other White nationalists yes .for French law unfortunately they are French .", "tokenized_text": ["for", "you", "and", "i", "and", "other", "white", "nationalists", "yes", "for", "french", "law", "unfortunately", "they", "are", "french"]}, "4081": {"text": "They need to give them mandatory DNA tests and kick them all out of France .", "tokenized_text": ["they", "need", "to", "give", "them", "mandatory", "dna", "tests", "and", "kick", "them", "all", "out", "of", "france"]}, "4082": {"text": "They say they dont want to take our guns .", "tokenized_text": ["they", "say", "they", "dont", "want", "to", "take", "our", "guns"]}, "4083": {"text": "What they say and what the want to do are miles apart https : //www.facebook.com/NationalRif ... 4033633761833/", "tokenized_text": ["what", "they", "say", "and", "what", "the", "want", "to", "do", "are", "miles", "apart", "https", "www", "facebook", "com", "nationalrif", "4033633761833"]}, "4084": {"text": "I hear that and I have heard of using Wasp spray .", "tokenized_text": ["i", "hear", "that", "and", "i", "have", "heard", "of", "using", "wasp", "spray"]}, "4085": {"text": "Just as long as it proves to provide irritation in my book .", "tokenized_text": ["just", "as", "long", "as", "it", "proves", "to", "provide", "irritation", "in", "my", "book"]}, "4086": {"text": "Oh .", "tokenized_text": ["oh"]}, "4087": {"text": "And easier to explain", "tokenized_text": ["and", "easier", "to", "explain"]}, "4088": {"text": "Knife, first aid kit , emergency blanket , pancho , lighter , flares , permanent marker , car cell phone charger , pocket mirror , compass .....", "tokenized_text": ["knife", "first", "aid", "kit", "emergency", "blanket", "pancho", "lighter", "flares", "permanent", "marker", "car", "cell", "phone", "charger", "pocket", "mirror", "compass"]}, "4089": {"text": "These are the essentials if you would to add more thats up to you .", "tokenized_text": ["these", "are", "the", "essentials", "if", "you", "would", "to", "add", "more", "thats", "up", "to", "you"]}, "4090": {"text": "I am sure California is full of sick self hating whites , who think that for the good of all the black brown and yellow peoples of the world , whites need to commit racial suicide and disappear from their face of the earth for their sake and wo n't that be just dandy !", "tokenized_text": ["i", "am", "sure", "california", "is", "full", "of", "sick", "self", "hating", "whites", "who", "think", "that", "for", "the", "good", "of", "all", "the", "black", "brown", "and", "yellow", "peoples", "of", "the", "world", "whites", "need", "to", "commit", "racial", "suicide", "and", "disappear", "from", "their", "face", "of", "the", "earth", "for", "their", "sake", "and", "wo", "n", "t", "that", "be", "just", "dandy"]}, "4091": {"text": "Do you have huge numbers of all the various turd to urine coloured rainbow of third worlders like many parts of Canada ?", "tokenized_text": ["do", "you", "have", "huge", "numbers", "of", "all", "the", "various", "turd", "to", "urine", "coloured", "rainbow", "of", "third", "worlders", "like", "many", "parts", "of", "canada"]}, "4092": {"text": "What I mean is that they overall were able to take all of it back as well as keep those colonies longer than the Italians .", "tokenized_text": ["what", "i", "mean", "is", "that", "they", "overall", "were", "able", "to", "take", "all", "of", "it", "back", "as", "well", "as", "keep", "those", "colonies", "longer", "than", "the", "italians"]}, "4093": {"text": "Maybe those are countries with the top 25 GDP 's ?", "tokenized_text": ["maybe", "those", "are", "countries", "with", "the", "top", "25", "gdp", "s"]}, "4094": {"text": "There is no other country on Earth with a demographic makeup like the US , so an apt caparison is impossible .", "tokenized_text": ["there", "is", "no", "other", "country", "on", "earth", "with", "a", "demographic", "makeup", "like", "the", "us", "so", "an", "apt", "caparison", "is", "impossible"]}, "4095": {"text": "I just know about that one because about a year ago there was an article about their smut that I passed onto my friend who has a grade school aged son .", "tokenized_text": ["i", "just", "know", "about", "that", "one", "because", "about", "a", "year", "ago", "there", "was", "an", "article", "about", "their", "smut", "that", "i", "passed", "onto", "my", "friend", "who", "has", "a", "grade", "school", "aged", "son"]}, "4096": {"text": "It's indeed a conspiracy theory that insists Whites work together to hold Black people down to benefit Whites in some way .", "tokenized_text": ["it", "s", "indeed", "a", "conspiracy", "theory", "that", "insists", "whites", "work", "together", "to", "hold", "black", "people", "down", "to", "benefit", "whites", "in", "some", "way"]}, "4097": {"text": "But the Truth or Fiction site also says it 's false .", "tokenized_text": ["but", "the", "truth", "or", "fiction", "site", "also", "says", "it", "s", "false"]}, "4098": {"text": "George Soros ' Evil Plan of Buying Up American Gun and Ammunitions Companies - Fiction !", "tokenized_text": ["george", "soros", "evil", "plan", "of", "buying", "up", "american", "gun", "and", "ammunitions", "companies", "fiction"]}, "4099": {"text": "I have read that more French died from Allied bombing than the casualties they sustained fighting against the Germans in 1940 .", "tokenized_text": ["i", "have", "read", "that", "more", "french", "died", "from", "allied", "bombing", "than", "the", "casualties", "they", "sustained", "fighting", "against", "the", "germans", "in", "1940"]}, "4100": {"text": "My father was born in Germany My mother 's parent 's moved from Ireland .", "tokenized_text": ["my", "father", "was", "born", "in", "germany", "my", "mother", "s", "parent", "s", "moved", "from", "ireland"]}, "4101": {"text": "I 'm literally a 50/50 split Irish / German", "tokenized_text": ["i", "m", "literally", "a", "50", "50", "split", "irish", "german"]}, "4102": {"text": "Is there anything like this on the market today ?", "tokenized_text": ["is", "there", "anything", "like", "this", "on", "the", "market", "today"]}, "4103": {"text": "All I 've see for high power are the single shot ones ,", "tokenized_text": ["all", "i", "ve", "see", "for", "high", "power", "are", "the", "single", "shot", "ones"]}, "4104": {"text": "Hey..", "tokenized_text": ["hey"]}, "4105": {"text": "Guys can you please tell me one thing What are good homeschooling programs with fast enrollment , free and for kids ? waiting for your reply", "tokenized_text": ["guys", "can", "you", "please", "tell", "me", "one", "thing", "what", "are", "good", "homeschooling", "programs", "with", "fast", "enrollment", "free", "and", "for", "kids", "waiting", "for", "your", "reply"]}, "4106": {"text": "There are plenty of blacks in catholic schools or were in our area .", "tokenized_text": ["there", "are", "plenty", "of", "blacks", "in", "catholic", "schools", "or", "were", "in", "our", "area"]}, "4107": {"text": "The religious aspect does n't have anything to do with it and catholicism is largely brown church", "tokenized_text": ["the", "religious", "aspect", "does", "n", "t", "have", "anything", "to", "do", "with", "it", "and", "catholicism", "is", "largely", "brown", "church"]}, "4108": {"text": "OP is a faggot .", "tokenized_text": ["op", "is", "a", "faggot"]}, "4109": {"text": "I hardly have any Slav in me , but my great great grandma was Serbian so I have a little Slavic in me .", "tokenized_text": ["i", "hardly", "have", "any", "slav", "in", "me", "but", "my", "great", "great", "grandma", "was", "serbian", "so", "i", "have", "a", "little", "slavic", "in", "me"]}, "4110": {"text": "I myself have extremely pale skin , brown hair and brown eyes but half of my family is blond hair green or blue eyes .", "tokenized_text": ["i", "myself", "have", "extremely", "pale", "skin", "brown", "hair", "and", "brown", "eyes", "but", "half", "of", "my", "family", "is", "blond", "hair", "green", "or", "blue", "eyes"]}, "4111": {"text": "White men who watch professional sports can try and put a spin on it like they 're the Roman elite watching all the slaves fight in the Colosseum , but the fact of the matter is they 're just contributing to negro worship .", "tokenized_text": ["white", "men", "who", "watch", "professional", "sports", "can", "try", "and", "put", "a", "spin", "on", "it", "like", "they", "re", "the", "roman", "elite", "watching", "all", "the", "slaves", "fight", "in", "the", "colosseum", "but", "the", "fact", "of", "the", "matter", "is", "they", "re", "just", "contributing", "to", "negro", "worship"]}, "4112": {"text": "These negroes make way more money than you do , and sleep with way more white women than you do , they 're the kings and you are their pathetic followers .", "tokenized_text": ["these", "negroes", "make", "way", "more", "money", "than", "you", "do", "and", "sleep", "with", "way", "more", "white", "women", "than", "you", "do", "they", "re", "the", "kings", "and", "you", "are", "their", "pathetic", "followers"]}, "4113": {"text": "Get over watching monkeys throw a ball around and get a real hobby for God 's sake .", "tokenized_text": ["get", "over", "watching", "monkeys", "throw", "a", "ball", "around", "and", "get", "a", "real", "hobby", "for", "god", "s", "sake"]}, "4114": {"text": "A negro wearing a colourful uniform running over a line in the grass with a ball is not your achievement , and should n't give you any kind of thrill whatsoever .", "tokenized_text": ["a", "negro", "wearing", "a", "colourful", "uniform", "running", "over", "a", "line", "in", "the", "grass", "with", "a", "ball", "is", "not", "your", "achievement", "and", "should", "n", "t", "give", "you", "any", "kind", "of", "thrill", "whatsoever"]}, "4115": {"text": "I really do hate rap music .", "tokenized_text": ["i", "really", "do", "hate", "rap", "music"]}, "4116": {"text": "More than that I cringe every time I go to hang out with my friends and they blast this filth in their cars and homes .", "tokenized_text": ["more", "than", "that", "i", "cringe", "every", "time", "i", "go", "to", "hang", "out", "with", "my", "friends", "and", "they", "blast", "this", "filth", "in", "their", "cars", "and", "homes"]}, "4117": {"text": "In the next few weeks I 'm planning to buy a rifle in .308 Win/7.62NATO.", "tokenized_text": ["in", "the", "next", "few", "weeks", "i", "m", "planning", "to", "buy", "a", "rifle", "in", "308", "win", "7", "62nato"]}, "4118": {"text": "Any suggestions on what I should get ?", "tokenized_text": ["any", "suggestions", "on", "what", "i", "should", "get"]}, "4119": {"text": "Maybe H & K was impressed by his rap video ?", "tokenized_text": ["maybe", "h", "k", "was", "impressed", "by", "his", "rap", "video"]}, "4120": {"text": "Maybe H & K did not realize that blacks do n't buy firearms , they steal them .", "tokenized_text": ["maybe", "h", "k", "did", "not", "realize", "that", "blacks", "do", "n", "t", "buy", "firearms", "they", "steal", "them"]}, "4121": {"text": "Vail Pass and Eisenhower Tunnel - YouTube Vail Pass ( elapsed time video , with John Denver music ) GTA video gameplay , crimmigrant driver wields heavy haul truck through Los Angeles. gta san andreas - Mcdonalds truck - YouTube", "tokenized_text": ["vail", "pass", "and", "eisenhower", "tunnel", "youtube", "vail", "pass", "elapsed", "time", "video", "with", "john", "denver", "music", "gta", "video", "gameplay", "crimmigrant", "driver", "wields", "heavy", "haul", "truck", "through", "los", "angeles", "gta", "san", "andreas", "mcdonalds", "truck", "youtube"]}, "4122": {"text": "Football by itself is not bad .", "tokenized_text": ["football", "by", "itself", "is", "not", "bad"]}, "4123": {"text": "What makes it suck are the Jews that run it and the Blacks that play in it .", "tokenized_text": ["what", "makes", "it", "suck", "are", "the", "jews", "that", "run", "it", "and", "the", "blacks", "that", "play", "in", "it"]}, "4124": {"text": "Both my first and last name are of Scottish origin .", "tokenized_text": ["both", "my", "first", "and", "last", "name", "are", "of", "scottish", "origin"]}, "4125": {"text": "Although I have English and Germans in my family as well .", "tokenized_text": ["although", "i", "have", "english", "and", "germans", "in", "my", "family", "as", "well"]}, "4126": {"text": "Girls from different Russian dating sites - they are not all `` cute and cuddly '' but nevertheless .....", "tokenized_text": ["girls", "from", "different", "russian", "dating", "sites", "they", "are", "not", "all", "cute", "and", "cuddly", "but", "nevertheless"]}, "4127": {"text": "WARNING - lots of naked skin and boobs but I hope Your forgive me .", "tokenized_text": ["warning", "lots", "of", "naked", "skin", "and", "boobs", "but", "i", "hope", "your", "forgive", "me"]}, "4128": {"text": "\u00d2\u00ee\u00ef\u00eb\u00e5\u00f1\u00f1-\u00e4\u00e5\u00e2\u00f3\u00f8\u00ea\u00e8 \u00e8\u00e7 \u00c6\u00c6 ( 35 \u00f4\u00ee\u00f2\u00ee \u00cd\u00de ) - Fishki.Net | \u00d4\u00e8\u00f8\u00ea\u00e8\u00ed\u00e0 \u00ca\u00e0\u00f0\u00f2\u00e8\u00ed\u00ea\u00e0", "tokenized_text": ["\u00f2\u00ee\u00ef\u00eb\u00e5\u00f1\u00f1", "\u00e4\u00e5\u00e2\u00f3\u00f8\u00ea\u00e8", "\u00e8\u00e7", "\u00e6\u00e6", "35", "\u00f4\u00ee\u00f2\u00ee", "\u00ed\u00fe", "fishki", "net", "\u00f4\u00e8\u00f8\u00ea\u00e8\u00ed\u00e0", "\u00ea\u00e0\u00f0\u00f2\u00e8\u00ed\u00ea\u00e0"]}, "4129": {"text": "in the ' raid ' of Hamburg phosphor bombs were used .", "tokenized_text": ["in", "the", "raid", "of", "hamburg", "phosphor", "bombs", "were", "used"]}, "4130": {"text": "When the phosphor hits the skin it starts to burn going deeper and deeper into the flesh .", "tokenized_text": ["when", "the", "phosphor", "hits", "the", "skin", "it", "starts", "to", "burn", "going", "deeper", "and", "deeper", "into", "the", "flesh"]}, "4131": {"text": "Germans hit by phosphor jumped into water to stop the burning , depriving it of oxygen .", "tokenized_text": ["germans", "hit", "by", "phosphor", "jumped", "into", "water", "to", "stop", "the", "burning", "depriving", "it", "of", "oxygen"]}, "4132": {"text": "Most just could have their mouth uncovered , sticking it out of the water to breath. their loved ones took care of them az good as possible .", "tokenized_text": ["most", "just", "could", "have", "their", "mouth", "uncovered", "sticking", "it", "out", "of", "the", "water", "to", "breath", "their", "loved", "ones", "took", "care", "of", "them", "az", "good", "as", "possible"]}, "4133": {"text": "But evertime they took their arms out of water the burning immediately started .", "tokenized_text": ["but", "evertime", "they", "took", "their", "arms", "out", "of", "water", "the", "burning", "immediately", "started"]}, "4134": {"text": "There was no healing possible. they stayed several days in the water until one evening the authorities told the families to say good bye to their loved ones and leave. then they gave the last mercy to the victims", "tokenized_text": ["there", "was", "no", "healing", "possible", "they", "stayed", "several", "days", "in", "the", "water", "until", "one", "evening", "the", "authorities", "told", "the", "families", "to", "say", "good", "bye", "to", "their", "loved", "ones", "and", "leave", "then", "they", "gave", "the", "last", "mercy", "to", "the", "victims"]}, "4135": {"text": "Looks pretty cool .", "tokenized_text": ["looks", "pretty", "cool"]}, "4136": {"text": "I never fell out of a hump back in the day .", "tokenized_text": ["i", "never", "fell", "out", "of", "a", "hump", "back", "in", "the", "day"]}, "4137": {"text": "That was over 30 years ago .", "tokenized_text": ["that", "was", "over", "30", "years", "ago"]}, "4138": {"text": "Still in pretty good shape for a grandpa .", "tokenized_text": ["still", "in", "pretty", "good", "shape", "for", "a", "grandpa"]}, "4139": {"text": "I run three miles a day during the week and day hike with my rifle and ALICE gear on the weekends .", "tokenized_text": ["i", "run", "three", "miles", "a", "day", "during", "the", "week", "and", "day", "hike", "with", "my", "rifle", "and", "alice", "gear", "on", "the", "weekends"]}, "4140": {"text": "Also work my core and upper body .", "tokenized_text": ["also", "work", "my", "core", "and", "upper", "body"]}, "4141": {"text": "Welcome to SF .", "tokenized_text": ["welcome", "to", "sf"]}, "4142": {"text": "If you think this is bad , wait until she gets to middle school and she has to read clap trap like Roll of Thunder Hear My Cry and see the movie .", "tokenized_text": ["if", "you", "think", "this", "is", "bad", "wait", "until", "she", "gets", "to", "middle", "school", "and", "she", "has", "to", "read", "clap", "trap", "like", "roll", "of", "thunder", "hear", "my", "cry", "and", "see", "the", "movie"]}, "4143": {"text": "Yup.", "tokenized_text": ["yup"]}, "4144": {"text": "Here 's a list of some of the other derivitives : Skr . \u0927\u0942\u092e ( dh\u016bma ) , Old Prussian dumis , Russ. \u0434\u044b\u043c ( dym ) , Lat. f\u016bmus , Gm. toup/toben , Gk. \u03b8\u03c5\u03bc\u03cc\u03c2 ( thumos ) , Toch. twe/tweye , Lith. d\u016bmai , Ltv. d\u016bmi , Eng. d\u014dmian/dusk , Goth. dauns , ON daunn , Ir. d\u00e9/deathach , Welsh dywy , Oscan Mefit , Polish dym , Pers. / dud , OCS \u0434\ua651\u043c\u044a ( dym\u016d )", "tokenized_text": ["here", "s", "a", "list", "of", "some", "of", "the", "other", "derivitives", "skr", "\u0927", "\u092e", "dh\u016bma", "old", "prussian", "dumis", "russ", "\u0434\u044b\u043c", "dym", "lat", "f\u016bmus", "gm", "toup", "toben", "gk", "\u03b8\u03c5\u03bc\u03cc\u03c2", "thumos", "toch", "twe", "tweye", "lith", "d\u016bmai", "ltv", "d\u016bmi", "eng", "d\u014dmian", "dusk", "goth", "dauns", "on", "daunn", "ir", "d\u00e9", "deathach", "welsh", "dywy", "oscan", "mefit", "polish", "dym", "pers", "dud", "ocs", "\u0434\ua651\u043c\u044a", "dym\u016d"]}, "4145": {"text": "ALWAYS SPEAK OUT WHEN IN A CLASS WITH A BRAINWASHING TEACHER BECAUSE ONCE YOU SPEAK OTHERS WHO MAY FEEL THE SAME WAY MAY REALIZE THEY ARE NOT ALONE but if you say nothing then everybody will without question go along with the anti white brainwashing .", "tokenized_text": ["always", "speak", "out", "when", "in", "a", "class", "with", "a", "brainwashing", "teacher", "because", "once", "you", "speak", "others", "who", "may", "feel", "the", "same", "way", "may", "realize", "they", "are", "not", "alone", "but", "if", "you", "say", "nothing", "then", "everybody", "will", "without", "question", "go", "along", "with", "the", "anti", "white", "brainwashing"]}, "4146": {"text": "I'll look the ballistics up .", "tokenized_text": ["i", "ll", "look", "the", "ballistics", "up"]}, "4147": {"text": "You sound right , but at 5-10 feet in your bedroom ?", "tokenized_text": ["you", "sound", "right", "but", "at", "5", "10", "feet", "in", "your", "bedroom"]}, "4148": {"text": "Those winchester defense loads look nasty .", "tokenized_text": ["those", "winchester", "defense", "loads", "look", "nasty"]}, "4149": {"text": "Short Barrel 45 feet : Taurus Judge With Winchester PDX1 Loads - YouTube Short Barrel 30 feet : Taurus Judge 000 buckshot/.45LC tests at a life size target .", "tokenized_text": ["short", "barrel", "45", "feet", "taurus", "judge", "with", "winchester", "pdx1", "loads", "youtube", "short", "barrel", "30", "feet", "taurus", "judge", "000", "buckshot", "45lc", "tests", "at", "a", "life", "size", "target"]}, "4150": {"text": "- YouTube Judge with PDX 1 ammo - YouTube Long barrel : 000 Buck is devestating .", "tokenized_text": ["youtube", "judge", "with", "pdx", "1", "ammo", "youtube", "long", "barrel", "000", "buck", "is", "devestating"]}, "4151": {"text": "Taurus Judge buckshot ammo test : Federal 410 Handgun 000 vs 4 buck in ballistic gel - YouTube 4.25 `` barrel : Pretty devestating .", "tokenized_text": ["taurus", "judge", "buckshot", "ammo", "test", "federal", "410", "handgun", "000", "vs", "4", "buck", "in", "ballistic", "gel", "youtube", "4", "25", "barrel", "pretty", "devestating"]}, "4152": {"text": "Will bust ribs and penetrate heart .", "tokenized_text": ["will", "bust", "ribs", "and", "penetrate", "heart"]}, "4153": {"text": "Stay for Gel test .", "tokenized_text": ["stay", "for", "gel", "test"]}, "4154": {"text": ".410 Winchester PDX1 Gel and Meat Test - YouTube You just sold me on the judge .", "tokenized_text": ["410", "winchester", "pdx1", "gel", "and", "meat", "test", "youtube", "you", "just", "sold", "me", "on", "the", "judge"]}, "4155": {"text": "It would be an excellent accessory for any for any room in the house .", "tokenized_text": ["it", "would", "be", "an", "excellent", "accessory", "for", "any", "for", "any", "room", "in", "the", "house"]}, "4156": {"text": "Both the Winchester PDX and the 3 `` 000 Buck would brighten any room , giving visitors the reception they have been looking for !", "tokenized_text": ["both", "the", "winchester", "pdx", "and", "the", "3", "000", "buck", "would", "brighten", "any", "room", "giving", "visitors", "the", "reception", "they", "have", "been", "looking", "for"]}, "4157": {"text": "The Reptile Zoo I know is not actually a Zoo , but they take care of the animals who are dropped by people who does n't like their animals anymore .", "tokenized_text": ["the", "reptile", "zoo", "i", "know", "is", "not", "actually", "a", "zoo", "but", "they", "take", "care", "of", "the", "animals", "who", "are", "dropped", "by", "people", "who", "does", "n", "t", "like", "their", "animals", "anymore"]}, "4158": {"text": "What a fantastic idea !", "tokenized_text": ["what", "a", "fantastic", "idea"]}, "4159": {"text": "The day I chose to have a child I hope there will be many other schools like this across North America .", "tokenized_text": ["the", "day", "i", "chose", "to", "have", "a", "child", "i", "hope", "there", "will", "be", "many", "other", "schools", "like", "this", "across", "north", "america"]}, "4160": {"text": "I support this 100 % !", "tokenized_text": ["i", "support", "this", "100"]}, "4161": {"text": "So who is this gay dude ?", "tokenized_text": ["so", "who", "is", "this", "gay", "dude"]}, "4162": {"text": "So the new rules are Free Speech is for Blacks and Browns only ...", "tokenized_text": ["so", "the", "new", "rules", "are", "free", "speech", "is", "for", "blacks", "and", "browns", "only"]}, "4163": {"text": "White speech is Hate ....", "tokenized_text": ["white", "speech", "is", "hate"]}, "4164": {"text": "Questions that enable people to learn are always welcomed .", "tokenized_text": ["questions", "that", "enable", "people", "to", "learn", "are", "always", "welcomed"]}, "4165": {"text": "This is why we are here to share and grow in our craft of survival .", "tokenized_text": ["this", "is", "why", "we", "are", "here", "to", "share", "and", "grow", "in", "our", "craft", "of", "survival"]}, "4166": {"text": "Some people are really weird in their thinking Have you been to Bullhead , Az ?", "tokenized_text": ["some", "people", "are", "really", "weird", "in", "their", "thinking", "have", "you", "been", "to", "bullhead", "az"]}, "4167": {"text": "Most Whites there are so tan that their skin looks like a person from India I do n't think of myself as anything BUT White too", "tokenized_text": ["most", "whites", "there", "are", "so", "tan", "that", "their", "skin", "looks", "like", "a", "person", "from", "india", "i", "do", "n", "t", "think", "of", "myself", "as", "anything", "but", "white", "too"]}, "4168": {"text": "It seems all of Northern Mexico is embroiled in open Warfare and our border patrol is having clashes with Drug Gangs shooting their way across the border CWII2008", "tokenized_text": ["it", "seems", "all", "of", "northern", "mexico", "is", "embroiled", "in", "open", "warfare", "and", "our", "border", "patrol", "is", "having", "clashes", "with", "drug", "gangs", "shooting", "their", "way", "across", "the", "border", "cwii2008"]}, "4169": {"text": "Disagree.", "tokenized_text": ["disagree"]}, "4170": {"text": "That ape tried to gang up a lone white .", "tokenized_text": ["that", "ape", "tried", "to", "gang", "up", "a", "lone", "white"]}, "4171": {"text": "He got what he deserved .", "tokenized_text": ["he", "got", "what", "he", "deserved"]}, "4172": {"text": "Maybe next time he 'll think twice before picking fights .", "tokenized_text": ["maybe", "next", "time", "he", "ll", "think", "twice", "before", "picking", "fights"]}, "4173": {"text": "No,, they knew exactly what they did .", "tokenized_text": ["no", "they", "knew", "exactly", "what", "they", "did"]}, "4174": {"text": "It 's all about race mixing .", "tokenized_text": ["it", "s", "all", "about", "race", "mixing"]}, "4175": {"text": "Elimination of all things white .", "tokenized_text": ["elimination", "of", "all", "things", "white"]}, "4176": {"text": "My kids are grown , I would have to put them in private school if I had some now ,", "tokenized_text": ["my", "kids", "are", "grown", "i", "would", "have", "to", "put", "them", "in", "private", "school", "if", "i", "had", "some", "now"]}, "4177": {"text": "mate could you imagine the look on a pack of groids faces when you come screaming around a corner on one of those guns a' blazin .", "tokenized_text": ["mate", "could", "you", "imagine", "the", "look", "on", "a", "pack", "of", "groids", "faces", "when", "you", "come", "screaming", "around", "a", "corner", "on", "one", "of", "those", "guns", "a", "blazin"]}, "4178": {"text": "Almost makes you wish for the end of the world", "tokenized_text": ["almost", "makes", "you", "wish", "for", "the", "end", "of", "the", "world"]}, "4179": {"text": "Has anyone else noticed how blacks mainly wait until their opponent gets tired while preserving their energy , and then attack while their opponent is weak ?", "tokenized_text": ["has", "anyone", "else", "noticed", "how", "blacks", "mainly", "wait", "until", "their", "opponent", "gets", "tired", "while", "preserving", "their", "energy", "and", "then", "attack", "while", "their", "opponent", "is", "weak"]}, "4180": {"text": "Seems like a cowardly way to fight .", "tokenized_text": ["seems", "like", "a", "cowardly", "way", "to", "fight"]}, "4181": {"text": "They ca n't stand toe to toe with the white man so they just dance around until they 're tired .", "tokenized_text": ["they", "ca", "n", "t", "stand", "toe", "to", "toe", "with", "the", "white", "man", "so", "they", "just", "dance", "around", "until", "they", "re", "tired"]}, "4182": {"text": "I have dark brown hair and brown eyes and I 'm as pale as the moon .", "tokenized_text": ["i", "have", "dark", "brown", "hair", "and", "brown", "eyes", "and", "i", "m", "as", "pale", "as", "the", "moon"]}, "4183": {"text": "Guess I 'm not white .", "tokenized_text": ["guess", "i", "m", "not", "white"]}, "4184": {"text": "Best place for DNA test btw ? 23andme or ancestory ?", "tokenized_text": ["best", "place", "for", "dna", "test", "btw", "23andme", "or", "ancestory"]}, "4185": {"text": "Imagine if I got 100 percent negro .", "tokenized_text": ["imagine", "if", "i", "got", "100", "percent", "negro"]}, "4186": {"text": "Finally someone comes out and tells a portion of the truth !", "tokenized_text": ["finally", "someone", "comes", "out", "and", "tells", "a", "portion", "of", "the", "truth"]}, "4187": {"text": "Too bad it 's coming form one of the biggest liars of the war .", "tokenized_text": ["too", "bad", "it", "s", "coming", "form", "one", "of", "the", "biggest", "liars", "of", "the", "war"]}, "4188": {"text": "I want to homeschool until high school age and then have them go to a high school like I went to : small , rural area with excellent teachers and curriculum .", "tokenized_text": ["i", "want", "to", "homeschool", "until", "high", "school", "age", "and", "then", "have", "them", "go", "to", "a", "high", "school", "like", "i", "went", "to", "small", "rural", "area", "with", "excellent", "teachers", "and", "curriculum"]}, "4189": {"text": "Home Schooling is the best option .", "tokenized_text": ["home", "schooling", "is", "the", "best", "option"]}, "4190": {"text": "There are tons of threads and posts about Home Schooling on SF .", "tokenized_text": ["there", "are", "tons", "of", "threads", "and", "posts", "about", "home", "schooling", "on", "sf"]}, "4191": {"text": "We have tons of links for materials and free downloads .", "tokenized_text": ["we", "have", "tons", "of", "links", "for", "materials", "and", "free", "downloads"]}, "4192": {"text": "Come in with a Swedish Power shirt .", "tokenized_text": ["come", "in", "with", "a", "swedish", "power", "shirt"]}, "4193": {"text": "Do not go to school officials because it will mark you out to them .", "tokenized_text": ["do", "not", "go", "to", "school", "officials", "because", "it", "will", "mark", "you", "out", "to", "them"]}, "4194": {"text": "Apparently mine ( lee ) is Old English for `` Sheltered from the storm '' .", "tokenized_text": ["apparently", "mine", "lee", "is", "old", "english", "for", "sheltered", "from", "the", "storm"]}, "4195": {"text": "According to wikipedia its origin is also Gaelic and Celtic .", "tokenized_text": ["according", "to", "wikipedia", "its", "origin", "is", "also", "gaelic", "and", "celtic"]}, "4196": {"text": "Wasn't there a news story on here a while ago about how jews can inherit their parents memories about the holahoax and then have nightmares about it , or some other BS like that ?", "tokenized_text": ["wasn", "t", "there", "a", "news", "story", "on", "here", "a", "while", "ago", "about", "how", "jews", "can", "inherit", "their", "parents", "memories", "about", "the", "holahoax", "and", "then", "have", "nightmares", "about", "it", "or", "some", "other", "bs", "like", "that"]}, "4197": {"text": "I have never seen those posters before .", "tokenized_text": ["i", "have", "never", "seen", "those", "posters", "before"]}, "4198": {"text": "They are pretty nice looking and most important of them all is that they name the Jew .", "tokenized_text": ["they", "are", "pretty", "nice", "looking", "and", "most", "important", "of", "them", "all", "is", "that", "they", "name", "the", "jew"]}, "4199": {"text": "I do not watch TV , and neither does my husband .", "tokenized_text": ["i", "do", "not", "watch", "tv", "and", "neither", "does", "my", "husband"]}, "4200": {"text": "He likes selecting movies .", "tokenized_text": ["he", "likes", "selecting", "movies"]}, "4201": {"text": "I do not let my children watch tv at all .", "tokenized_text": ["i", "do", "not", "let", "my", "children", "watch", "tv", "at", "all"]}, "4202": {"text": "I pre-screen movies for them .", "tokenized_text": ["i", "pre", "screen", "movies", "for", "them"]}, "4203": {"text": "I wonder what it 's going to be like if the Big Chimpout of 2014 really happens .", "tokenized_text": ["i", "wonder", "what", "it", "s", "going", "to", "be", "like", "if", "the", "big", "chimpout", "of", "2014", "really", "happens"]}, "4204": {"text": "We 'll find out tonight .", "tokenized_text": ["we", "ll", "find", "out", "tonight"]}, "4205": {"text": "I had nothing but polite White Children and their parents come to my door , and I got to meet some of my neighbors .", "tokenized_text": ["i", "had", "nothing", "but", "polite", "white", "children", "and", "their", "parents", "come", "to", "my", "door", "and", "i", "got", "to", "meet", "some", "of", "my", "neighbors"]}, "4206": {"text": "I gave out handfuls of good chocolate candy and the kids were happy .", "tokenized_text": ["i", "gave", "out", "handfuls", "of", "good", "chocolate", "candy", "and", "the", "kids", "were", "happy"]}, "4207": {"text": "Great Halloween !", "tokenized_text": ["great", "halloween"]}, "4208": {"text": "White Traditions can only exist in White Homelands .", "tokenized_text": ["white", "traditions", "can", "only", "exist", "in", "white", "homelands"]}, "4209": {"text": "you can talk gander mountain way down , they wanted 700 bucks for a glock 19 i told them they are 549 at acadamys and they matched it", "tokenized_text": ["you", "can", "talk", "gander", "mountain", "way", "down", "they", "wanted", "700", "bucks", "for", "a", "glock", "19", "i", "told", "them", "they", "are", "549", "at", "acadamys", "and", "they", "matched", "it"]}, "4210": {"text": "Agreed. on the tournament floor there are rules. on the street there is not .", "tokenized_text": ["agreed", "on", "the", "tournament", "floor", "there", "are", "rules", "on", "the", "street", "there", "is", "not"]}, "4211": {"text": "Even a child has enough muscle to pull a trigger or cut flesh .", "tokenized_text": ["even", "a", "child", "has", "enough", "muscle", "to", "pull", "a", "trigger", "or", "cut", "flesh"]}, "4212": {"text": "Lift weights , eat a lot of meat , train BJJ/Muay Thai .", "tokenized_text": ["lift", "weights", "eat", "a", "lot", "of", "meat", "train", "bjj", "muay", "thai"]}, "4213": {"text": "After a few months to a year you wo n't be losing many fights .", "tokenized_text": ["after", "a", "few", "months", "to", "a", "year", "you", "wo", "n", "t", "be", "losing", "many", "fights"]}, "4214": {"text": "No, like i said , your rule changes would destroy the sport .", "tokenized_text": ["no", "like", "i", "said", "your", "rule", "changes", "would", "destroy", "the", "sport"]}, "4215": {"text": "Striking was n't even dominated by grappling when the rules were minimal , let alone now .", "tokenized_text": ["striking", "was", "n", "t", "even", "dominated", "by", "grappling", "when", "the", "rules", "were", "minimal", "let", "alone", "now"]}, "4216": {"text": "And on the ground ground and pound and submissions have finished hundreds of fighters over the years .", "tokenized_text": ["and", "on", "the", "ground", "ground", "and", "pound", "and", "submissions", "have", "finished", "hundreds", "of", "fighters", "over", "the", "years"]}, "4217": {"text": "Your ignorance of the sport is pretty striking .", "tokenized_text": ["your", "ignorance", "of", "the", "sport", "is", "pretty", "striking"]}, "4218": {"text": "If ra-heem had a gat wit 17 bumps and jose ' dised him in front of OG peeps and he capped dat bitch twice den double tapp hector jus cause he be dere , monique pregnant , say ra-heem baby daddy , how much welfare they get ? multiply food stamps X project housing add free utilities , stolen cars and drugs sold to find out why they are still poor", "tokenized_text": ["if", "ra", "heem", "had", "a", "gat", "wit", "17", "bumps", "and", "jose", "dised", "him", "in", "front", "of", "og", "peeps", "and", "he", "capped", "dat", "bitch", "twice", "den", "double", "tapp", "hector", "jus", "cause", "he", "be", "dere", "monique", "pregnant", "say", "ra", "heem", "baby", "daddy", "how", "much", "welfare", "they", "get", "multiply", "food", "stamps", "x", "project", "housing", "add", "free", "utilities", "stolen", "cars", "and", "drugs", "sold", "to", "find", "out", "why", "they", "are", "still", "poor"]}, "4219": {"text": "Teach them to be strong and healthy do not let them watch television , if you have to for some reason only let them watch good morale shows , maybe the Brady Bunch ?", "tokenized_text": ["teach", "them", "to", "be", "strong", "and", "healthy", "do", "not", "let", "them", "watch", "television", "if", "you", "have", "to", "for", "some", "reason", "only", "let", "them", "watch", "good", "morale", "shows", "maybe", "the", "brady", "bunch"]}, "4220": {"text": "I dont know but becareful .", "tokenized_text": ["i", "dont", "know", "but", "becareful"]}, "4221": {"text": "Teach them to respect .", "tokenized_text": ["teach", "them", "to", "respect"]}, "4222": {"text": "hey man at least you have the balls to get in the cage. most people dont .", "tokenized_text": ["hey", "man", "at", "least", "you", "have", "the", "balls", "to", "get", "in", "the", "cage", "most", "people", "dont"]}, "4223": {"text": "I hope to compete myself .", "tokenized_text": ["i", "hope", "to", "compete", "myself"]}, "4224": {"text": "I 'm just worried about screening cause some amateur shows dont pay and also if there is no medical tests someone might have aids .", "tokenized_text": ["i", "m", "just", "worried", "about", "screening", "cause", "some", "amateur", "shows", "dont", "pay", "and", "also", "if", "there", "is", "no", "medical", "tests", "someone", "might", "have", "aids"]}, "4225": {"text": "evangel n .", "tokenized_text": ["evangel", "n"]}, "4226": {"text": "1. good news , especially that of the gospel [ < A.S. god spel , good tidings ] ; 2. one who carries the gospel news ; an evangelist : Evangel , Archaic , any one of the four Gospels. [ < Gk. euaggelion , the gospel < eu , well + aggellos , a messenger ]", "tokenized_text": ["1", "good", "news", "especially", "that", "of", "the", "gospel", "a", "s", "god", "spel", "good", "tidings", "2", "one", "who", "carries", "the", "gospel", "news", "an", "evangelist", "evangel", "archaic", "any", "one", "of", "the", "four", "gospels", "gk", "euaggelion", "the", "gospel", "eu", "well", "aggellos", "a", "messenger"]}, "4227": {"text": "Well I guess it was bound to happen .", "tokenized_text": ["well", "i", "guess", "it", "was", "bound", "to", "happen"]}, "4228": {"text": "It 's a pretty powerful documentary that blew me away .", "tokenized_text": ["it", "s", "a", "pretty", "powerful", "documentary", "that", "blew", "me", "away"]}, "4229": {"text": "If there 's nothing to hide why ban it", "tokenized_text": ["if", "there", "s", "nothing", "to", "hide", "why", "ban", "it"]}, "4230": {"text": "My advice is keep with it it 's better to know it and never have to use it , then to need to use it and not know it !", "tokenized_text": ["my", "advice", "is", "keep", "with", "it", "it", "s", "better", "to", "know", "it", "and", "never", "have", "to", "use", "it", "then", "to", "need", "to", "use", "it", "and", "not", "know", "it"]}, "4231": {"text": "I'm going to play the black sheep here and say there 's nothing wrong with what he 's doing .", "tokenized_text": ["i", "m", "going", "to", "play", "the", "black", "sheep", "here", "and", "say", "there", "s", "nothing", "wrong", "with", "what", "he", "s", "doing"]}, "4232": {"text": "It 's the mechanism of death that 's in question , along with the one-sidedness of remembrance , but people did die .", "tokenized_text": ["it", "s", "the", "mechanism", "of", "death", "that", "s", "in", "question", "along", "with", "the", "one", "sidedness", "of", "remembrance", "but", "people", "did", "die"]}, "4233": {"text": "Another cleaning tip ( from Vietnam , go figure ) that works well .", "tokenized_text": ["another", "cleaning", "tip", "from", "vietnam", "go", "figure", "that", "works", "well"]}, "4234": {"text": "I bought a revolver at an auction , the barrel was dirty especially near the forcing cone area .", "tokenized_text": ["i", "bought", "a", "revolver", "at", "an", "auction", "the", "barrel", "was", "dirty", "especially", "near", "the", "forcing", "cone", "area"]}, "4235": {"text": "Solvent soaked patches \u2219 brass bore brushes \u2219 just could not get perfectly clean .", "tokenized_text": ["solvent", "soaked", "patches", "brass", "bore", "brushes", "just", "could", "not", "get", "perfectly", "clean"]}, "4236": {"text": "I thought about how we would clean the M60 barrels on the Hueys ( 2 on each side , 1 each door gunner/crew chief , 2 TAT101 front turret ) at end of day - had big vats of cleaning solvent , cleaning rods with bore brush in electric drills .", "tokenized_text": ["i", "thought", "about", "how", "we", "would", "clean", "the", "m60", "barrels", "on", "the", "hueys", "2", "on", "each", "side", "1", "each", "door", "gunner", "crew", "chief", "2", "tat101", "front", "turret", "at", "end", "of", "day", "had", "big", "vats", "of", "cleaning", "solvent", "cleaning", "rods", "with", "bore", "brush", "in", "electric", "drills"]}, "4237": {"text": "I put a aluminum pistol cleaning rod in my cordless drill with brush attached , dipped in `` Butch 's Bore Shine '' , ran it in and out that revolver barrel a few times concentrating on that dirty area , then a couple clean patches - bore looks like NEW !", "tokenized_text": ["i", "put", "a", "aluminum", "pistol", "cleaning", "rod", "in", "my", "cordless", "drill", "with", "brush", "attached", "dipped", "in", "butch", "s", "bore", "shine", "ran", "it", "in", "and", "out", "that", "revolver", "barrel", "a", "few", "times", "concentrating", "on", "that", "dirty", "area", "then", "a", "couple", "clean", "patches", "bore", "looks", "like", "new"]}, "4238": {"text": "EDIT : Using , of course a brass bore brush which is much softer than the barrel 's steel and should not damage rifling .", "tokenized_text": ["edit", "using", "of", "course", "a", "brass", "bore", "brush", "which", "is", "much", "softer", "than", "the", "barrel", "s", "steel", "and", "should", "not", "damage", "rifling"]}, "4239": {"text": "If there is dirty dancing or sexual contact report it to the principle likely there will be some and maybe they wo n't ever schedule a dance like that again .", "tokenized_text": ["if", "there", "is", "dirty", "dancing", "or", "sexual", "contact", "report", "it", "to", "the", "principle", "likely", "there", "will", "be", "some", "and", "maybe", "they", "wo", "n", "t", "ever", "schedule", "a", "dance", "like", "that", "again"]}, "4240": {"text": "Slavery is a word which has special meaning to Americans .", "tokenized_text": ["slavery", "is", "a", "word", "which", "has", "special", "meaning", "to", "americans"]}, "4241": {"text": "It congers up images of blacks in chains and whippings which was the intention .", "tokenized_text": ["it", "congers", "up", "images", "of", "blacks", "in", "chains", "and", "whippings", "which", "was", "the", "intention"]}, "4242": {"text": "I miss Dr. Pierce very much !", "tokenized_text": ["i", "miss", "dr", "pierce", "very", "much"]}, "4243": {"text": "I hope you all listen to his thoughts in this video - YouTube - & #x202a ; Dr.", "tokenized_text": ["i", "hope", "you", "all", "listen", "to", "his", "thoughts", "in", "this", "video", "youtube", "x202a", "dr"]}, "4244": {"text": "William Pierce : The Gift of Life. by Extrea. & #x202c ; & rlm ;", "tokenized_text": ["william", "pierce", "the", "gift", "of", "life", "by", "extrea", "x202c", "rlm"]}, "4245": {"text": "An Article I wrote about sources of home schooling materials .", "tokenized_text": ["an", "article", "i", "wrote", "about", "sources", "of", "home", "schooling", "materials"]}, "4246": {"text": "Sources for Homeschooling Curriculum One of the biggest challenges for the homeschooling parent is finding good sources for educational materials and finding curriculum that is new , fresh and inexpensive .", "tokenized_text": ["sources", "for", "homeschooling", "curriculum", "one", "of", "the", "biggest", "challenges", "for", "the", "homeschooling", "parent", "is", "finding", "good", "sources", "for", "educational", "materials", "and", "finding", "curriculum", "that", "is", "new", "fresh", "and", "inexpensive"]}, "4247": {"text": "Music Lessons .", "tokenized_text": ["music", "lessons"]}, "4248": {"text": "Lord Fredrik Leighton .", "tokenized_text": ["lord", "fredrik", "leighton"]}, "4249": {"text": "Monster .", "tokenized_text": ["monster"]}, "4250": {"text": "Charles Burton Barber .", "tokenized_text": ["charles", "burton", "barber"]}, "4251": {"text": "Compulsatory Education Off To School A Special Pleader Suspense Girl with Dogs La Pensierosa .", "tokenized_text": ["compulsatory", "education", "off", "to", "school", "a", "special", "pleader", "suspense", "girl", "with", "dogs", "la", "pensierosa"]}, "4252": {"text": "Marie Spartali Stillman .", "tokenized_text": ["marie", "spartali", "stillman"]}, "4253": {"text": "Fairy Tales .", "tokenized_text": ["fairy", "tales"]}, "4254": {"text": "Mary Gow .", "tokenized_text": ["mary", "gow"]}, "4255": {"text": "Sunshine .", "tokenized_text": ["sunshine"]}, "4256": {"text": "Lady Alma-Tadema Dreams .", "tokenized_text": ["lady", "alma", "tadema", "dreams"]}, "4257": {"text": "Frederick Burton .", "tokenized_text": ["frederick", "burton"]}, "4258": {"text": "Calmady Children .", "tokenized_text": ["calmady", "children"]}, "4259": {"text": "Sir Thomas Lawrence .", "tokenized_text": ["sir", "thomas", "lawrence"]}, "4260": {"text": "In Search of the First Civilizations by Michael Wood .", "tokenized_text": ["in", "search", "of", "the", "first", "civilizations", "by", "michael", "wood"]}, "4261": {"text": "In Search Of The First Civilizations : Amazon.co.uk : Michael Wood : Books In Search Of The First Civilizations : Amazon.co.uk : Michael Wood : Books", "tokenized_text": ["in", "search", "of", "the", "first", "civilizations", "amazon", "co", "uk", "michael", "wood", "books", "in", "search", "of", "the", "first", "civilizations", "amazon", "co", "uk", "michael", "wood", "books"]}, "4262": {"text": "My Grandfather traced our family tree back quite far .", "tokenized_text": ["my", "grandfather", "traced", "our", "family", "tree", "back", "quite", "far"]}, "4263": {"text": "I am 100 % Irish , All of my ancestors were white irish and there has only been one mix in my extended family and that was a white English person .", "tokenized_text": ["i", "am", "100", "irish", "all", "of", "my", "ancestors", "were", "white", "irish", "and", "there", "has", "only", "been", "one", "mix", "in", "my", "extended", "family", "and", "that", "was", "a", "white", "english", "person"]}, "4264": {"text": "Im proud of my heritage .", "tokenized_text": ["im", "proud", "of", "my", "heritage"]}, "4265": {"text": "I will pass out cheap sugar based candy .", "tokenized_text": ["i", "will", "pass", "out", "cheap", "sugar", "based", "candy"]}, "4266": {"text": "Mexicans are real prone to diabetes and I want to help them get to Hell as soon as possible .", "tokenized_text": ["mexicans", "are", "real", "prone", "to", "diabetes", "and", "i", "want", "to", "help", "them", "get", "to", "hell", "as", "soon", "as", "possible"]}, "4267": {"text": "the kind of perversion that leads to homosexuality also leads to pedophilia. why take the risk , and even if the homosexuals turned out not to be pedophiles why would anyone want a child to live with two perverts .", "tokenized_text": ["the", "kind", "of", "perversion", "that", "leads", "to", "homosexuality", "also", "leads", "to", "pedophilia", "why", "take", "the", "risk", "and", "even", "if", "the", "homosexuals", "turned", "out", "not", "to", "be", "pedophiles", "why", "would", "anyone", "want", "a", "child", "to", "live", "with", "two", "perverts"]}, "4268": {"text": "My big complaint is that it is freaking expensive .", "tokenized_text": ["my", "big", "complaint", "is", "that", "it", "is", "freaking", "expensive"]}, "4269": {"text": "I do have a few copies of several of the languages around the house , if anyone is interested PM me for details .", "tokenized_text": ["i", "do", "have", "a", "few", "copies", "of", "several", "of", "the", "languages", "around", "the", "house", "if", "anyone", "is", "interested", "pm", "me", "for", "details"]}, "4270": {"text": "A girl that rides in trucks has no place to call home and the wrong guy to call Daddy .", "tokenized_text": ["a", "girl", "that", "rides", "in", "trucks", "has", "no", "place", "to", "call", "home", "and", "the", "wrong", "guy", "to", "call", "daddy"]}, "4271": {"text": "Maybe its different there .", "tokenized_text": ["maybe", "its", "different", "there"]}, "4272": {"text": "Here it seems they are all hitchers or lizards , and maybe robbers .", "tokenized_text": ["here", "it", "seems", "they", "are", "all", "hitchers", "or", "lizards", "and", "maybe", "robbers"]}, "4273": {"text": "the video clip at the start looked very good and made a nice change from that band of brothers type crap Got a lot of respect for the Estonian Waffen SS guys .", "tokenized_text": ["the", "video", "clip", "at", "the", "start", "looked", "very", "good", "and", "made", "a", "nice", "change", "from", "that", "band", "of", "brothers", "type", "crap", "got", "a", "lot", "of", "respect", "for", "the", "estonian", "waffen", "ss", "guys"]}, "4274": {"text": "They fought fiercely for their land and got no mercy if captured alive", "tokenized_text": ["they", "fought", "fiercely", "for", "their", "land", "and", "got", "no", "mercy", "if", "captured", "alive"]}, "4275": {"text": "That and the sheer size of their land , which made it possible to move their production facilities out of range of German bombers .", "tokenized_text": ["that", "and", "the", "sheer", "size", "of", "their", "land", "which", "made", "it", "possible", "to", "move", "their", "production", "facilities", "out", "of", "range", "of", "german", "bombers"]}, "4276": {"text": "White doll black doll ....", "tokenized_text": ["white", "doll", "black", "doll"]}, "4277": {"text": "Even niglets past and present see the purity of the racial White soul .", "tokenized_text": ["even", "niglets", "past", "and", "present", "see", "the", "purity", "of", "the", "racial", "white", "soul"]}, "4278": {"text": "YouTube - Black doll White doll MSNBC version YouTube - White Doll , Black Doll .", "tokenized_text": ["youtube", "black", "doll", "white", "doll", "msnbc", "version", "youtube", "white", "doll", "black", "doll"]}, "4279": {"text": "Which one is the nice doll ?", "tokenized_text": ["which", "one", "is", "the", "nice", "doll"]}, "4280": {"text": "More expansive testing and kids .", "tokenized_text": ["more", "expansive", "testing", "and", "kids"]}, "4281": {"text": "YouTube - The Barbie Doll Test", "tokenized_text": ["youtube", "the", "barbie", "doll", "test"]}, "4282": {"text": "Has anyone claiming this method been able to make even one block like that with wedges water and copper tools ?", "tokenized_text": ["has", "anyone", "claiming", "this", "method", "been", "able", "to", "make", "even", "one", "block", "like", "that", "with", "wedges", "water", "and", "copper", "tools"]}, "4283": {"text": "Isnt science supposed to be repeatable before they draw conclusions ?", "tokenized_text": ["isnt", "science", "supposed", "to", "be", "repeatable", "before", "they", "draw", "conclusions"]}, "4284": {"text": "My guess is that if your district has too few `` minority '' students they will start bussing them in from more `` cultural '' neighborhoods .", "tokenized_text": ["my", "guess", "is", "that", "if", "your", "district", "has", "too", "few", "minority", "students", "they", "will", "start", "bussing", "them", "in", "from", "more", "cultural", "neighborhoods"]}, "4285": {"text": "Thank you for posting this .", "tokenized_text": ["thank", "you", "for", "posting", "this"]}, "4286": {"text": "His spirit will always be with us and we will always honor him as the man who led us out of the darkness so we will never get lost again as a people .", "tokenized_text": ["his", "spirit", "will", "always", "be", "with", "us", "and", "we", "will", "always", "honor", "him", "as", "the", "man", "who", "led", "us", "out", "of", "the", "darkness", "so", "we", "will", "never", "get", "lost", "again", "as", "a", "people"]}, "4287": {"text": "Tell your friend he wins ; I 've now decided to make a video documentary about the Jewish Ritual Murder of Andrei Youshchinsky .", "tokenized_text": ["tell", "your", "friend", "he", "wins", "i", "ve", "now", "decided", "to", "make", "a", "video", "documentary", "about", "the", "jewish", "ritual", "murder", "of", "andrei", "youshchinsky"]}, "4288": {"text": "Bump.", "tokenized_text": ["bump"]}, "4289": {"text": "The jews media will never report on this incident or any kind of incident like this ever.Wake up White people we have a black on White crime problem and it is going to get a lot worse .", "tokenized_text": ["the", "jews", "media", "will", "never", "report", "on", "this", "incident", "or", "any", "kind", "of", "incident", "like", "this", "ever", "wake", "up", "white", "people", "we", "have", "a", "black", "on", "white", "crime", "problem", "and", "it", "is", "going", "to", "get", "a", "lot", "worse"]}, "4290": {"text": "Sit back and enjoy your day it just might be your last .", "tokenized_text": ["sit", "back", "and", "enjoy", "your", "day", "it", "just", "might", "be", "your", "last"]}, "4291": {"text": "That sounds like a very weak thing to do .", "tokenized_text": ["that", "sounds", "like", "a", "very", "weak", "thing", "to", "do"]}, "4292": {"text": "Never surrender and fight till the death to defend your country is the most honorable thing every white nationalist should do !", "tokenized_text": ["never", "surrender", "and", "fight", "till", "the", "death", "to", "defend", "your", "country", "is", "the", "most", "honorable", "thing", "every", "white", "nationalist", "should", "do"]}, "4293": {"text": "Actually, They will be raised by there mother along with their father , the US government .", "tokenized_text": ["actually", "they", "will", "be", "raised", "by", "there", "mother", "along", "with", "their", "father", "the", "us", "government"]}, "4294": {"text": "Basically , we are the fathers of millions of black little bastards .", "tokenized_text": ["basically", "we", "are", "the", "fathers", "of", "millions", "of", "black", "little", "bastards"]}, "4295": {"text": "Maybe the subject line for this thread was supposed to say , `` The first black US president was a muslim '' ?", "tokenized_text": ["maybe", "the", "subject", "line", "for", "this", "thread", "was", "supposed", "to", "say", "the", "first", "black", "us", "president", "was", "a", "muslim"]}, "4296": {"text": "Lighten up people .", "tokenized_text": ["lighten", "up", "people"]}, "4297": {"text": "Most of my friends who went into the trades went to a vocational school , or took courses at a local community college .", "tokenized_text": ["most", "of", "my", "friends", "who", "went", "into", "the", "trades", "went", "to", "a", "vocational", "school", "or", "took", "courses", "at", "a", "local", "community", "college"]}, "4298": {"text": "Free ride for 4 years without grades involved , State champ band , I know the coons hate that , White boy got ryhtm , !!!!!!!! 3.88 gpa will kick in soon .", "tokenized_text": ["free", "ride", "for", "4", "years", "without", "grades", "involved", "state", "champ", "band", "i", "know", "the", "coons", "hate", "that", "white", "boy", "got", "ryhtm", "3", "88", "gpa", "will", "kick", "in", "soon"]}, "4299": {"text": "Says the guy who made a thread attacking Fading Light and defending half breeds If you got a crush on Miss Aussie do n't be so shy lol", "tokenized_text": ["says", "the", "guy", "who", "made", "a", "thread", "attacking", "fading", "light", "and", "defending", "half", "breeds", "if", "you", "got", "a", "crush", "on", "miss", "aussie", "do", "n", "t", "be", "so", "shy", "lol"]}, "4300": {"text": "My favorite part. sheds some light on how the Holocaust is taught in high schools around the world ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ got to keep the bankroll going in every country in every high school on the global map They have jew inspectors going to every high school making sure the holocaust is being properly taught ( if you know what i mean ) .", "tokenized_text": ["my", "favorite", "part", "sheds", "some", "light", "on", "how", "the", "holocaust", "is", "taught", "in", "high", "schools", "around", "the", "world", "got", "to", "keep", "the", "bankroll", "going", "in", "every", "country", "in", "every", "high", "school", "on", "the", "global", "map", "they", "have", "jew", "inspectors", "going", "to", "every", "high", "school", "making", "sure", "the", "holocaust", "is", "being", "properly", "taught", "if", "you", "know", "what", "i", "mean"]}, "4301": {"text": "Aside from the fact that the mayor never offered any evidence to back his claims , your claims have no relation to what was actually said in the article .", "tokenized_text": ["aside", "from", "the", "fact", "that", "the", "mayor", "never", "offered", "any", "evidence", "to", "back", "his", "claims", "your", "claims", "have", "no", "relation", "to", "what", "was", "actually", "said", "in", "the", "article"]}, "4302": {"text": "I wanted to get some opinions from Stormfront members on this Jewish crap my son brought home from public school .", "tokenized_text": ["i", "wanted", "to", "get", "some", "opinions", "from", "stormfront", "members", "on", "this", "jewish", "crap", "my", "son", "brought", "home", "from", "public", "school"]}, "4303": {"text": "Who the hell are the Maccabees anyway ?", "tokenized_text": ["who", "the", "hell", "are", "the", "maccabees", "anyway"]}, "4304": {"text": "How do I explain this garbage to my son ?", "tokenized_text": ["how", "do", "i", "explain", "this", "garbage", "to", "my", "son"]}, "4305": {"text": "Any comments are appreciated .", "tokenized_text": ["any", "comments", "are", "appreciated"]}, "4306": {"text": "http://users.erols.com/interlac/corres.htm Check out these schools , most offer high school level courses for credit if the school will accept them you will have to check .", "tokenized_text": ["http", "users", "erols", "com", "interlac", "corres", "htm", "check", "out", "these", "schools", "most", "offer", "high", "school", "level", "courses", "for", "credit", "if", "the", "school", "will", "accept", "them", "you", "will", "have", "to", "check"]}, "4307": {"text": "Just take a few correspondance courses if you can you can likely make up the credits .", "tokenized_text": ["just", "take", "a", "few", "correspondance", "courses", "if", "you", "can", "you", "can", "likely", "make", "up", "the", "credits"]}, "4308": {"text": "Brutal: Expanding Reach Of Mexico 's Drug Cartels YouTube - Dispatch : Expanding Reach of Mexico 's Drug Cartels YouTube - Stratfor Insight - Mexican Drug Cartels", "tokenized_text": ["brutal", "expanding", "reach", "of", "mexico", "s", "drug", "cartels", "youtube", "dispatch", "expanding", "reach", "of", "mexico", "s", "drug", "cartels", "youtube", "stratfor", "insight", "mexican", "drug", "cartels"]}, "4309": {"text": "I wish you luck , is it any wonder Jew males lust for our White women ?", "tokenized_text": ["i", "wish", "you", "luck", "is", "it", "any", "wonder", "jew", "males", "lust", "for", "our", "white", "women"]}, "4310": {"text": "JAPs are a total hoot , each the center of the universe , loud , brash , vain , arrogant . . .", "tokenized_text": ["japs", "are", "a", "total", "hoot", "each", "the", "center", "of", "the", "universe", "loud", "brash", "vain", "arrogant"]}, "4311": {"text": "Video Center - KOLD News 13 ^ ^ ^ Click link for video . Here 's what the Vekol Valley looks like , south of Interstate 8 , 10-miles west of where HWY 84 intersects .", "tokenized_text": ["video", "center", "kold", "news", "13", "click", "link", "for", "video", "here", "s", "what", "the", "vekol", "valley", "looks", "like", "south", "of", "interstate", "8", "10", "miles", "west", "of", "where", "hwy", "84", "intersects"]}, "4312": {"text": "Wow Video had a ton of insight I am surprised that a Mexican can realize all the bull and bias against us whites", "tokenized_text": ["wow", "video", "had", "a", "ton", "of", "insight", "i", "am", "surprised", "that", "a", "mexican", "can", "realize", "all", "the", "bull", "and", "bias", "against", "us", "whites"]}, "4313": {"text": "Over at Free Republic in a thread about this , someone said about two days ago that youtube was blocking people from commenting on tbe video but many had found a way around youtubes block to post .", "tokenized_text": ["over", "at", "free", "republic", "in", "a", "thread", "about", "this", "someone", "said", "about", "two", "days", "ago", "that", "youtube", "was", "blocking", "people", "from", "commenting", "on", "tbe", "video", "but", "many", "had", "found", "a", "way", "around", "youtubes", "block", "to", "post"]}, "4314": {"text": "It is the lack of government having a role in our culture which has resulted in what Western culture is today .", "tokenized_text": ["it", "is", "the", "lack", "of", "government", "having", "a", "role", "in", "our", "culture", "which", "has", "resulted", "in", "what", "western", "culture", "is", "today"]}, "4315": {"text": "Mexicans dress that way here ..", "tokenized_text": ["mexicans", "dress", "that", "way", "here"]}, "4316": {"text": "Just wear whatever your style is , unless its `` wigged out '' , then that would be highly unattracitive ...", "tokenized_text": ["just", "wear", "whatever", "your", "style", "is", "unless", "its", "wigged", "out", "then", "that", "would", "be", "highly", "unattracitive"]}, "4317": {"text": "This is like `` wiggers '' .", "tokenized_text": ["this", "is", "like", "wiggers"]}, "4318": {"text": "They are white kids who want to be black .", "tokenized_text": ["they", "are", "white", "kids", "who", "want", "to", "be", "black"]}, "4319": {"text": "They dress like blacks , talk Ike them , act just as stupid .", "tokenized_text": ["they", "dress", "like", "blacks", "talk", "ike", "them", "act", "just", "as", "stupid"]}, "4320": {"text": "They carry those `` n * * * * r brushes '' and sag their pants .", "tokenized_text": ["they", "carry", "those", "n", "r", "brushes", "and", "sag", "their", "pants"]}, "4321": {"text": "Only thing now is they have to go get their skin dyed .", "tokenized_text": ["only", "thing", "now", "is", "they", "have", "to", "go", "get", "their", "skin", "dyed"]}, "4322": {"text": "It 's sadder when whites try to go black .", "tokenized_text": ["it", "s", "sadder", "when", "whites", "try", "to", "go", "black"]}, "4323": {"text": "These are sad times .", "tokenized_text": ["these", "are", "sad", "times"]}, "4324": {"text": "Especially with these orientals looking white .", "tokenized_text": ["especially", "with", "these", "orientals", "looking", "white"]}, "4325": {"text": "Eventually we wo n't be able to tell who is who. this is all sad .", "tokenized_text": ["eventually", "we", "wo", "n", "t", "be", "able", "to", "tell", "who", "is", "who", "this", "is", "all", "sad"]}, "4326": {"text": "My Gym teacher told a Lebanese kid that was screwing around during class to go back to his own poor ass country if he wants to screw around .", "tokenized_text": ["my", "gym", "teacher", "told", "a", "lebanese", "kid", "that", "was", "screwing", "around", "during", "class", "to", "go", "back", "to", "his", "own", "poor", "ass", "country", "if", "he", "wants", "to", "screw", "around"]}, "4327": {"text": "I think even some teachers are getting fed up with the immagrants .", "tokenized_text": ["i", "think", "even", "some", "teachers", "are", "getting", "fed", "up", "with", "the", "immagrants"]}, "4328": {"text": "i just have one hole in each ear in which i wear a pair of silver eagle dangle earrings. i dont like the exotic pericings at all .", "tokenized_text": ["i", "just", "have", "one", "hole", "in", "each", "ear", "in", "which", "i", "wear", "a", "pair", "of", "silver", "eagle", "dangle", "earrings", "i", "dont", "like", "the", "exotic", "pericings", "at", "all"]}, "4329": {"text": "I played D2 for years as a way to pass the time but I got bored waiting on v1.10 to be released and stopped playing .", "tokenized_text": ["i", "played", "d2", "for", "years", "as", "a", "way", "to", "pass", "the", "time", "but", "i", "got", "bored", "waiting", "on", "v1", "10", "to", "be", "released", "and", "stopped", "playing"]}, "4330": {"text": "Perhaps I will search out that damnable disk and come visiting .", "tokenized_text": ["perhaps", "i", "will", "search", "out", "that", "damnable", "disk", "and", "come", "visiting"]}, "4331": {"text": "I was doing a Computer Science degree , but really disliked it so I 've left .", "tokenized_text": ["i", "was", "doing", "a", "computer", "science", "degree", "but", "really", "disliked", "it", "so", "i", "ve", "left"]}, "4332": {"text": "I 'm hoping to go to a university next year sponsored by the military where I 'm hoping to get a Bachelor of Arts majoring in Geography or History with minors in politics and managment .", "tokenized_text": ["i", "m", "hoping", "to", "go", "to", "a", "university", "next", "year", "sponsored", "by", "the", "military", "where", "i", "m", "hoping", "to", "get", "a", "bachelor", "of", "arts", "majoring", "in", "geography", "or", "history", "with", "minors", "in", "politics", "and", "managment"]}, "4333": {"text": "Our schools are horrible , all they teach is telling kids to be liberal and respect people of all races and take no pride in your own .", "tokenized_text": ["our", "schools", "are", "horrible", "all", "they", "teach", "is", "telling", "kids", "to", "be", "liberal", "and", "respect", "people", "of", "all", "races", "and", "take", "no", "pride", "in", "your", "own"]}, "4334": {"text": "They sleep on dirty floors in dirty houses with their dirty kids eating off dirty plates driving in dirty cars sitting at dirty tables with their dirty manners and dirty way of talking dirty way of living they wear dirty clothes have dirty smiles and are all-around dirty nasty people .", "tokenized_text": ["they", "sleep", "on", "dirty", "floors", "in", "dirty", "houses", "with", "their", "dirty", "kids", "eating", "off", "dirty", "plates", "driving", "in", "dirty", "cars", "sitting", "at", "dirty", "tables", "with", "their", "dirty", "manners", "and", "dirty", "way", "of", "talking", "dirty", "way", "of", "living", "they", "wear", "dirty", "clothes", "have", "dirty", "smiles", "and", "are", "all", "around", "dirty", "nasty", "people"]}, "4335": {"text": "WHO ARE THEY ?", "tokenized_text": ["who", "are", "they"]}, "4336": {"text": "When I was at school my classmates thought it would be hilarious if they took Hitlers Body and put my head on top of it , then give them out to all the teachers .", "tokenized_text": ["when", "i", "was", "at", "school", "my", "classmates", "thought", "it", "would", "be", "hilarious", "if", "they", "took", "hitlers", "body", "and", "put", "my", "head", "on", "top", "of", "it", "then", "give", "them", "out", "to", "all", "the", "teachers"]}, "4337": {"text": "Whenever I went anywhere little kids would come up to me and ask if I was Hitler .", "tokenized_text": ["whenever", "i", "went", "anywhere", "little", "kids", "would", "come", "up", "to", "me", "and", "ask", "if", "i", "was", "hitler"]}, "4338": {"text": "They then voted me as `` most likely to take over the world '' and `` First to kill '' .", "tokenized_text": ["they", "then", "voted", "me", "as", "most", "likely", "to", "take", "over", "the", "world", "and", "first", "to", "kill"]}, "4339": {"text": "Well see you have gotten to first base .", "tokenized_text": ["well", "see", "you", "have", "gotten", "to", "first", "base"]}, "4340": {"text": "I am 33 and I have never ever gotten to first base here .", "tokenized_text": ["i", "am", "33", "and", "i", "have", "never", "ever", "gotten", "to", "first", "base", "here"]}, "4341": {"text": "This happened to me too.Some of my friends could not comprehend why I did n't like how some Miss China looked .", "tokenized_text": ["this", "happened", "to", "me", "too", "some", "of", "my", "friends", "could", "not", "comprehend", "why", "i", "did", "n", "t", "like", "how", "some", "miss", "china", "looked"]}, "4342": {"text": "Homosexuals should stay in the closet .", "tokenized_text": ["homosexuals", "should", "stay", "in", "the", "closet"]}, "4343": {"text": "If they do that , they can do what they want in the privacy of their home .", "tokenized_text": ["if", "they", "do", "that", "they", "can", "do", "what", "they", "want", "in", "the", "privacy", "of", "their", "home"]}, "4344": {"text": "Any expressing of their homosexuality outside their home however must be stopped .", "tokenized_text": ["any", "expressing", "of", "their", "homosexuality", "outside", "their", "home", "however", "must", "be", "stopped"]}, "4345": {"text": "They probably stole a bunch of stuff .", "tokenized_text": ["they", "probably", "stole", "a", "bunch", "of", "stuff"]}, "4346": {"text": "Or maybe they didnt because your friend took action and thats a good thing we should all take action .", "tokenized_text": ["or", "maybe", "they", "didnt", "because", "your", "friend", "took", "action", "and", "thats", "a", "good", "thing", "we", "should", "all", "take", "action"]}, "4347": {"text": "I like the fact that it was a hate crime she couldve kicked anyone out the same way .", "tokenized_text": ["i", "like", "the", "fact", "that", "it", "was", "a", "hate", "crime", "she", "couldve", "kicked", "anyone", "out", "the", "same", "way"]}, "4348": {"text": "I saw a short video of a couple seconds of it on FOX but it was they did not mention race .", "tokenized_text": ["i", "saw", "a", "short", "video", "of", "a", "couple", "seconds", "of", "it", "on", "fox", "but", "it", "was", "they", "did", "not", "mention", "race"]}, "4349": {"text": "damn! at least that sounds more plausable than a stupid sea. maybe look on ebay ??? are u sure there is none left ???", "tokenized_text": ["damn", "at", "least", "that", "sounds", "more", "plausable", "than", "a", "stupid", "sea", "maybe", "look", "on", "ebay", "are", "u", "sure", "there", "is", "none", "left"]}, "4350": {"text": "Quit and find another job .", "tokenized_text": ["quit", "and", "find", "another", "job"]}, "4351": {"text": "Or better yet find another job then quit .", "tokenized_text": ["or", "better", "yet", "find", "another", "job", "then", "quit"]}, "4352": {"text": "You can do better than five bucks an hour .", "tokenized_text": ["you", "can", "do", "better", "than", "five", "bucks", "an", "hour"]}, "4353": {"text": "I learned nearly everything I know about white nationalism on the internet .", "tokenized_text": ["i", "learned", "nearly", "everything", "i", "know", "about", "white", "nationalism", "on", "the", "internet"]}, "4354": {"text": "I probably would n't be a WN without it .", "tokenized_text": ["i", "probably", "would", "n", "t", "be", "a", "wn", "without", "it"]}, "4355": {"text": "Well they found petrified peanut butter in a Pre-Inca tomb in Chile about 10 years ago .", "tokenized_text": ["well", "they", "found", "petrified", "peanut", "butter", "in", "a", "pre", "inca", "tomb", "in", "chile", "about", "10", "years", "ago"]}, "4356": {"text": "So it looks like the Blacks have lost even that one LOL Diablo", "tokenized_text": ["so", "it", "looks", "like", "the", "blacks", "have", "lost", "even", "that", "one", "lol", "diablo"]}, "4357": {"text": "Are you seeing a Doctor to get some medication against your high blood pressure ?", "tokenized_text": ["are", "you", "seeing", "a", "doctor", "to", "get", "some", "medication", "against", "your", "high", "blood", "pressure"]}, "4358": {"text": "Hopefully in a few years you can alter your life style somewhat and hope to be able to bring down your blood pressure naturally .", "tokenized_text": ["hopefully", "in", "a", "few", "years", "you", "can", "alter", "your", "life", "style", "somewhat", "and", "hope", "to", "be", "able", "to", "bring", "down", "your", "blood", "pressure", "naturally"]}, "4359": {"text": "im not in history this year. cant really talk about last year cause i forgot most of it by now and what i do remember would be biased cause i didnt join national socialism until coupla months ago , and i dont even know if you could really say i joined. not like u fill out a form or something .", "tokenized_text": ["im", "not", "in", "history", "this", "year", "cant", "really", "talk", "about", "last", "year", "cause", "i", "forgot", "most", "of", "it", "by", "now", "and", "what", "i", "do", "remember", "would", "be", "biased", "cause", "i", "didnt", "join", "national", "socialism", "until", "coupla", "months", "ago", "and", "i", "dont", "even", "know", "if", "you", "could", "really", "say", "i", "joined", "not", "like", "u", "fill", "out", "a", "form", "or", "something"]}, "4360": {"text": "The most absurd thing I have ever heard a nig say is , and I quote ...", "tokenized_text": ["the", "most", "absurd", "thing", "i", "have", "ever", "heard", "a", "nig", "say", "is", "and", "i", "quote"]}, "4361": {"text": "`` I wanna look just like that skinny white lady , just black and beautiful . '' * shakes his head *", "tokenized_text": ["i", "wanna", "look", "just", "like", "that", "skinny", "white", "lady", "just", "black", "and", "beautiful", "shakes", "his", "head"]}, "4362": {"text": "They have been in Russia long enough .", "tokenized_text": ["they", "have", "been", "in", "russia", "long", "enough"]}, "4363": {"text": "Maybe it 's not the same but it is very similar .", "tokenized_text": ["maybe", "it", "s", "not", "the", "same", "but", "it", "is", "very", "similar"]}, "4364": {"text": "Peter the Great .", "tokenized_text": ["peter", "the", "great"]}, "4365": {"text": "I think asians are hot but they arent the girls I wanna get with.A wolf is pretty but do you wanna pet one ? White girls are only ones to be trusted .", "tokenized_text": ["i", "think", "asians", "are", "hot", "but", "they", "arent", "the", "girls", "i", "wanna", "get", "with", "a", "wolf", "is", "pretty", "but", "do", "you", "wanna", "pet", "one", "white", "girls", "are", "only", "ones", "to", "be", "trusted"]}, "4366": {"text": "well i am sure that the jews have the cure for aids but they wont give it to the fags cause they already served their purpoise", "tokenized_text": ["well", "i", "am", "sure", "that", "the", "jews", "have", "the", "cure", "for", "aids", "but", "they", "wont", "give", "it", "to", "the", "fags", "cause", "they", "already", "served", "their", "purpoise"]}, "4367": {"text": "Actually TV can be used wisely by watching some history , discovery , tlc and other stations like that.Of course all sitcoms are wolves dressed in sheeps clothing.By that I mean jewish propaganda masqueraded as `` reality '' , lololo .", "tokenized_text": ["actually", "tv", "can", "be", "used", "wisely", "by", "watching", "some", "history", "discovery", "tlc", "and", "other", "stations", "like", "that", "of", "course", "all", "sitcoms", "are", "wolves", "dressed", "in", "sheeps", "clothing", "by", "that", "i", "mean", "jewish", "propaganda", "masqueraded", "as", "reality", "lololo"]}, "4368": {"text": "The context that Aryan seems to be used most is to describe a person of European heritage who is of a pure blood line i.e. no Jewish blood in them ect .", "tokenized_text": ["the", "context", "that", "aryan", "seems", "to", "be", "used", "most", "is", "to", "describe", "a", "person", "of", "european", "heritage", "who", "is", "of", "a", "pure", "blood", "line", "i", "e", "no", "jewish", "blood", "in", "them", "ect"]}, "4369": {"text": "It is good to hear from racialy minded youth like yourself. !", "tokenized_text": ["it", "is", "good", "to", "hear", "from", "racialy", "minded", "youth", "like", "yourself"]}, "4370": {"text": "I lived in California over where I-10 and I-15 cross in Ontario .", "tokenized_text": ["i", "lived", "in", "california", "over", "where", "i", "10", "and", "i", "15", "cross", "in", "ontario"]}, "4371": {"text": "I lived by what is or was the Union 76 truckstop and the T/A truckstop off of Milliken Avenue exit on I-10 .", "tokenized_text": ["i", "lived", "by", "what", "is", "or", "was", "the", "union", "76", "truckstop", "and", "the", "t", "a", "truckstop", "off", "of", "milliken", "avenue", "exit", "on", "i", "10"]}, "4372": {"text": "This was back in 1998 so I have left the area for about four years and saw very few White Youth except at the New Mall that is located across the Freeway from the Truckstops .", "tokenized_text": ["this", "was", "back", "in", "1998", "so", "i", "have", "left", "the", "area", "for", "about", "four", "years", "and", "saw", "very", "few", "white", "youth", "except", "at", "the", "new", "mall", "that", "is", "located", "across", "the", "freeway", "from", "the", "truckstops"]}, "4373": {"text": "Most of those Youth were goths and they lit up when they saw real White people .", "tokenized_text": ["most", "of", "those", "youth", "were", "goths", "and", "they", "lit", "up", "when", "they", "saw", "real", "white", "people"]}, "4374": {"text": "You should have just put the money on the counter and walked out with your drink .", "tokenized_text": ["you", "should", "have", "just", "put", "the", "money", "on", "the", "counter", "and", "walked", "out", "with", "your", "drink"]}, "4375": {"text": "Not a damned thing she can do about it .", "tokenized_text": ["not", "a", "damned", "thing", "she", "can", "do", "about", "it"]}, "4376": {"text": "Hey, that sounds like one of the best reasons to quit drinking I have heard in a while .", "tokenized_text": ["hey", "that", "sounds", "like", "one", "of", "the", "best", "reasons", "to", "quit", "drinking", "i", "have", "heard", "in", "a", "while"]}, "4377": {"text": "I love my beer ! maybe you were drinking liquor I always get crazy on that so I gave it up and now everything is fine .", "tokenized_text": ["i", "love", "my", "beer", "maybe", "you", "were", "drinking", "liquor", "i", "always", "get", "crazy", "on", "that", "so", "i", "gave", "it", "up", "and", "now", "everything", "is", "fine"]}, "4378": {"text": "I just drink some beer and relaxe. good luck", "tokenized_text": ["i", "just", "drink", "some", "beer", "and", "relaxe", "good", "luck"]}, "4379": {"text": "I've never been too into sports , but I think I just found a new favorite team ...", "tokenized_text": ["i", "ve", "never", "been", "too", "into", "sports", "but", "i", "think", "i", "just", "found", "a", "new", "favorite", "team"]}, "4380": {"text": "I certainly hope they live up to their name and have a mostly ( or even better all ) -White team .", "tokenized_text": ["i", "certainly", "hope", "they", "live", "up", "to", "their", "name", "and", "have", "a", "mostly", "or", "even", "better", "all", "white", "team"]}, "4381": {"text": "That's easily solved .", "tokenized_text": ["that", "s", "easily", "solved"]}, "4382": {"text": "If you 're a Christian anyway , use Christian Identity as your excuse .", "tokenized_text": ["if", "you", "re", "a", "christian", "anyway", "use", "christian", "identity", "as", "your", "excuse"]}, "4383": {"text": "If not , start a youth chapter of the World Church of the Creator .", "tokenized_text": ["if", "not", "start", "a", "youth", "chapter", "of", "the", "world", "church", "of", "the", "creator"]}, "4384": {"text": "Surely they could n't stop you `` expressing your religious convictions '' , could they ?", "tokenized_text": ["surely", "they", "could", "n", "t", "stop", "you", "expressing", "your", "religious", "convictions", "could", "they"]}, "4385": {"text": "School begins for me in a week , which is when I 'll be answering your question .", "tokenized_text": ["school", "begins", "for", "me", "in", "a", "week", "which", "is", "when", "i", "ll", "be", "answering", "your", "question"]}, "4386": {"text": "Until then , I believe I 'll taunt those in school already : goof", "tokenized_text": ["until", "then", "i", "believe", "i", "ll", "taunt", "those", "in", "school", "already", "goof"]}, "4387": {"text": "Take it slow then gradual , hell make them watch MTV for a few hours it 's the same thing as animal planet. and just gradually introduce them to your views .", "tokenized_text": ["take", "it", "slow", "then", "gradual", "hell", "make", "them", "watch", "mtv", "for", "a", "few", "hours", "it", "s", "the", "same", "thing", "as", "animal", "planet", "and", "just", "gradually", "introduce", "them", "to", "your", "views"]}, "4388": {"text": "I've actually noticed that cops tend to share our beliefs more than just about any other government related profession .", "tokenized_text": ["i", "ve", "actually", "noticed", "that", "cops", "tend", "to", "share", "our", "beliefs", "more", "than", "just", "about", "any", "other", "government", "related", "profession"]}, "4389": {"text": "Being a cop will quickly open your eyes to the `` joys of diversity . ''", "tokenized_text": ["being", "a", "cop", "will", "quickly", "open", "your", "eyes", "to", "the", "joys", "of", "diversity"]}, "4390": {"text": "The older I get `` in my mid 40s now '' the more I appreciate straight forward simple language that gets to the point .", "tokenized_text": ["the", "older", "i", "get", "in", "my", "mid", "40s", "now", "the", "more", "i", "appreciate", "straight", "forward", "simple", "language", "that", "gets", "to", "the", "point"]}, "4391": {"text": "Well done .", "tokenized_text": ["well", "done"]}, "4392": {"text": "That and the fact he was one of the self-chosen , so according to their teachings he is allowed to do anything he wants to the Goyim .", "tokenized_text": ["that", "and", "the", "fact", "he", "was", "one", "of", "the", "self", "chosen", "so", "according", "to", "their", "teachings", "he", "is", "allowed", "to", "do", "anything", "he", "wants", "to", "the", "goyim"]}, "4393": {"text": "Got to make sure this embaressing thread is knocked off the front page before too many people come along and see it right ?", "tokenized_text": ["got", "to", "make", "sure", "this", "embaressing", "thread", "is", "knocked", "off", "the", "front", "page", "before", "too", "many", "people", "come", "along", "and", "see", "it", "right"]}, "4394": {"text": "Disgusting and perverted !", "tokenized_text": ["disgusting", "and", "perverted"]}, "4395": {"text": "Those Jewish murderers of millions of Whites have been forgiven .", "tokenized_text": ["those", "jewish", "murderers", "of", "millions", "of", "whites", "have", "been", "forgiven"]}, "4396": {"text": "And now this clip suggests they were suffering by having to live among heartless and barbarian Whites .", "tokenized_text": ["and", "now", "this", "clip", "suggests", "they", "were", "suffering", "by", "having", "to", "live", "among", "heartless", "and", "barbarian", "whites"]}, "4397": {"text": "knew a black skinhead years ago named Pro , he gave us the info on all anti-racist meetings and meeting places .", "tokenized_text": ["knew", "a", "black", "skinhead", "years", "ago", "named", "pro", "he", "gave", "us", "the", "info", "on", "all", "anti", "racist", "meetings", "and", "meeting", "places"]}, "4398": {"text": "Was an asset", "tokenized_text": ["was", "an", "asset"]}, "4399": {"text": "Not aware they eat cats & dogs , but they are not us .", "tokenized_text": ["not", "aware", "they", "eat", "cats", "dogs", "but", "they", "are", "not", "us"]}, "4400": {"text": "Jim Bollich , Bataan Death March Survivor 1 of 2 - YouTube", "tokenized_text": ["jim", "bollich", "bataan", "death", "march", "survivor", "1", "of", "2", "youtube"]}, "4401": {"text": "True and good point .", "tokenized_text": ["true", "and", "good", "point"]}, "4402": {"text": "I never let my kids drink store bought cow 's milk because of the massive amount of stuff they give diary cows to up the milk output .", "tokenized_text": ["i", "never", "let", "my", "kids", "drink", "store", "bought", "cow", "s", "milk", "because", "of", "the", "massive", "amount", "of", "stuff", "they", "give", "diary", "cows", "to", "up", "the", "milk", "output"]}, "4403": {"text": "You can ignore reality but you cannot ignore the consequences of ignoring reality .", "tokenized_text": ["you", "can", "ignore", "reality", "but", "you", "cannot", "ignore", "the", "consequences", "of", "ignoring", "reality"]}, "4404": {"text": "You counter your own post with your own words you f * * * * * g idiot", "tokenized_text": ["you", "counter", "your", "own", "post", "with", "your", "own", "words", "you", "f", "g", "idiot"]}, "4405": {"text": "the money he is giving away to refugees and the third world is money Canada does not even have !", "tokenized_text": ["the", "money", "he", "is", "giving", "away", "to", "refugees", "and", "the", "third", "world", "is", "money", "canada", "does", "not", "even", "have"]}, "4406": {"text": "He is putting us into debt !", "tokenized_text": ["he", "is", "putting", "us", "into", "debt"]}, "4407": {"text": "im back on the other side of the pond now and i was actualy in the 17th district but thanks the heads up", "tokenized_text": ["im", "back", "on", "the", "other", "side", "of", "the", "pond", "now", "and", "i", "was", "actualy", "in", "the", "17th", "district", "but", "thanks", "the", "heads", "up"]}, "4408": {"text": "I watched the video and my observations are that the music has very little in common with bulgarian .", "tokenized_text": ["i", "watched", "the", "video", "and", "my", "observations", "are", "that", "the", "music", "has", "very", "little", "in", "common", "with", "bulgarian"]}, "4409": {"text": "But the dance itself has elements also found it Bulgaria .", "tokenized_text": ["but", "the", "dance", "itself", "has", "elements", "also", "found", "it", "bulgaria"]}, "4410": {"text": "I have to go now but I will post as soon as possible .", "tokenized_text": ["i", "have", "to", "go", "now", "but", "i", "will", "post", "as", "soon", "as", "possible"]}, "4411": {"text": "I agree , we need groups like this in most white nations to protect our own against attack by hostile ethnic groups who lets face it do n't like white people ..", "tokenized_text": ["i", "agree", "we", "need", "groups", "like", "this", "in", "most", "white", "nations", "to", "protect", "our", "own", "against", "attack", "by", "hostile", "ethnic", "groups", "who", "lets", "face", "it", "do", "n", "t", "like", "white", "people"]}, "4412": {"text": "Would it not be better to sack the black workers and employ Whites from the camps .", "tokenized_text": ["would", "it", "not", "be", "better", "to", "sack", "the", "black", "workers", "and", "employ", "whites", "from", "the", "camps"]}, "4413": {"text": "Or is that impractical for some reason I dont know .", "tokenized_text": ["or", "is", "that", "impractical", "for", "some", "reason", "i", "dont", "know"]}, "4414": {"text": "I've always been told that the Hungarians in Vojvodina live like nobles , with alot of compensation money since the communist regime resigned .", "tokenized_text": ["i", "ve", "always", "been", "told", "that", "the", "hungarians", "in", "vojvodina", "live", "like", "nobles", "with", "alot", "of", "compensation", "money", "since", "the", "communist", "regime", "resigned"]}, "4415": {"text": "If you want to hear what a black `` intellectual '' ( lol ) sounds like , check out the woman in this video trying to debate Dr. William Shockley .", "tokenized_text": ["if", "you", "want", "to", "hear", "what", "a", "black", "intellectual", "lol", "sounds", "like", "check", "out", "the", "woman", "in", "this", "video", "trying", "to", "debate", "dr", "william", "shockley"]}, "4416": {"text": "William Shockley on race , IQ and Dysgenics - YouTube", "tokenized_text": ["william", "shockley", "on", "race", "iq", "and", "dysgenics", "youtube"]}, "4417": {"text": "None of those videos play .", "tokenized_text": ["none", "of", "those", "videos", "play"]}, "4418": {"text": "They seem to be a fake window trying to get you to go to a hook up site .", "tokenized_text": ["they", "seem", "to", "be", "a", "fake", "window", "trying", "to", "get", "you", "to", "go", "to", "a", "hook", "up", "site"]}, "4419": {"text": "Lol I only listened to Bulls on Parade cause it gave me that angry rush I like from music , but now I 'll stop listening to that trash .", "tokenized_text": ["lol", "i", "only", "listened", "to", "bulls", "on", "parade", "cause", "it", "gave", "me", "that", "angry", "rush", "i", "like", "from", "music", "but", "now", "i", "ll", "stop", "listening", "to", "that", "trash"]}, "4420": {"text": "I read a few things about him awhile back and he is far to the left as so many of them are .", "tokenized_text": ["i", "read", "a", "few", "things", "about", "him", "awhile", "back", "and", "he", "is", "far", "to", "the", "left", "as", "so", "many", "of", "them", "are"]}, "4421": {"text": "But I love this song and video so I thought I d post it here since the topic is about him .", "tokenized_text": ["but", "i", "love", "this", "song", "and", "video", "so", "i", "thought", "i", "d", "post", "it", "here", "since", "the", "topic", "is", "about", "him"]}, "4422": {"text": "The song Comfortably Numb is from Pink Floyd .", "tokenized_text": ["the", "song", "comfortably", "numb", "is", "from", "pink", "floyd"]}, "4423": {"text": "Roger Waters & Eddie Vedder - Comfortably Numb - 12-12-12 Sandy Relief Concert at MSG - YouTube", "tokenized_text": ["roger", "waters", "eddie", "vedder", "comfortably", "numb", "12", "12", "12", "sandy", "relief", "concert", "at", "msg", "youtube"]}, "4424": {"text": "You mean there 's two of us left in the world ?", "tokenized_text": ["you", "mean", "there", "s", "two", "of", "us", "left", "in", "the", "world"]}, "4425": {"text": "Hells bells even Al Quadia sp ? have high speed and I pods .", "tokenized_text": ["hells", "bells", "even", "al", "quadia", "sp", "have", "high", "speed", "and", "i", "pods"]}, "4426": {"text": "What was once public employee , is now worker .", "tokenized_text": ["what", "was", "once", "public", "employee", "is", "now", "worker"]}, "4427": {"text": "Ya have to watch how they change the wording of things , worker = commie thinking .", "tokenized_text": ["ya", "have", "to", "watch", "how", "they", "change", "the", "wording", "of", "things", "worker", "commie", "thinking"]}, "4428": {"text": "God Bless", "tokenized_text": ["god", "bless"]}, "4429": {"text": "Sound like they are speaking another language in the back ground .", "tokenized_text": ["sound", "like", "they", "are", "speaking", "another", "language", "in", "the", "back", "ground"]}, "4430": {"text": "Guy looks like he could be Mexican .", "tokenized_text": ["guy", "looks", "like", "he", "could", "be", "mexican"]}, "4431": {"text": "It 's not a good video .", "tokenized_text": ["it", "s", "not", "a", "good", "video"]}, "4432": {"text": "They all deserve an ass kicking .", "tokenized_text": ["they", "all", "deserve", "an", "ass", "kicking"]}, "4433": {"text": "Exactly.", "tokenized_text": ["exactly"]}, "4434": {"text": "The PLE 's will be our sayanim .", "tokenized_text": ["the", "ple", "s", "will", "be", "our", "sayanim"]}, "4435": {"text": "http://whale.to/c/jeff_gates1.html Here 's what I mean when currently WN have to operate under Moscow Rules .", "tokenized_text": ["http", "whale", "to", "c", "jeff_gates1", "html", "here", "s", "what", "i", "mean", "when", "currently", "wn", "have", "to", "operate", "under", "moscow", "rules"]}, "4436": {"text": "( At 27 : 00 - 32 : 00 , 48 : 00 and 50 : 00 of the link they discuss Moscow Rules ) Smiley 's People - Part 1 ( BBC Spy TV Series ) - YouTube With our own civilians in PLE 's supporting us , even in little ways such as providing cut outs and safe houses , putting out propaganda will be much easier .", "tokenized_text": ["at", "27", "00", "32", "00", "48", "00", "and", "50", "00", "of", "the", "link", "they", "discuss", "moscow", "rules", "smiley", "s", "people", "part", "1", "bbc", "spy", "tv", "series", "youtube", "with", "our", "own", "civilians", "in", "ple", "s", "supporting", "us", "even", "in", "little", "ways", "such", "as", "providing", "cut", "outs", "and", "safe", "houses", "putting", "out", "propaganda", "will", "be", "much", "easier"]}, "4437": {"text": "It is interesting to note that all of the men in the video were dressed like those Moussed distributed pamphlets that popped up a few weeks ago when the revolution was really getting into the swing .", "tokenized_text": ["it", "is", "interesting", "to", "note", "that", "all", "of", "the", "men", "in", "the", "video", "were", "dressed", "like", "those", "moussed", "distributed", "pamphlets", "that", "popped", "up", "a", "few", "weeks", "ago", "when", "the", "revolution", "was", "really", "getting", "into", "the", "swing"]}, "4438": {"text": "Oh yeah it 's because they study so hard and their family 's value education ect ect ......", "tokenized_text": ["oh", "yeah", "it", "s", "because", "they", "study", "so", "hard", "and", "their", "family", "s", "value", "education", "ect", "ect"]}, "4439": {"text": "Here is her Wiki ...", "tokenized_text": ["here", "is", "her", "wiki"]}, "4440": {"text": "Janet Yellen - Wikipedia , the free encyclopedia", "tokenized_text": ["janet", "yellen", "wikipedia", "the", "free", "encyclopedia"]}, "4441": {"text": "There should be no doubt in anyone 's mind that the `` rabid dog '' act that Jones put on for Piers Morgan is more designed to HELP gun control advocates than hurt them .", "tokenized_text": ["there", "should", "be", "no", "doubt", "in", "anyone", "s", "mind", "that", "the", "rabid", "dog", "act", "that", "jones", "put", "on", "for", "piers", "morgan", "is", "more", "designed", "to", "help", "gun", "control", "advocates", "than", "hurt", "them"]}, "4442": {"text": "so they even IDOLIZE a convicted Pedophile and Murderer -- convicted in a public trial -- and established an organization to shield pedophiles and child killers from further scrutiny of American law", "tokenized_text": ["so", "they", "even", "idolize", "a", "convicted", "pedophile", "and", "murderer", "convicted", "in", "a", "public", "trial", "and", "established", "an", "organization", "to", "shield", "pedophiles", "and", "child", "killers", "from", "further", "scrutiny", "of", "american", "law"]}, "4443": {"text": "The tone of voice is actually a lot like icelandic or old norse .", "tokenized_text": ["the", "tone", "of", "voice", "is", "actually", "a", "lot", "like", "icelandic", "or", "old", "norse"]}, "4444": {"text": "The language itself , though , is nowhere near that .", "tokenized_text": ["the", "language", "itself", "though", "is", "nowhere", "near", "that"]}, "4445": {"text": "It 's close to Finnic and Estonian .", "tokenized_text": ["it", "s", "close", "to", "finnic", "and", "estonian"]}, "4446": {"text": "Liked the music , by the way .", "tokenized_text": ["liked", "the", "music", "by", "the", "way"]}, "4447": {"text": "Since when is Die Stem racist ?", "tokenized_text": ["since", "when", "is", "die", "stem", "racist"]}, "4448": {"text": "Nothing in it 's lyrics are .", "tokenized_text": ["nothing", "in", "it", "s", "lyrics", "are"]}, "4449": {"text": "They are scared of Nationalism between the whites. ( and should be )", "tokenized_text": ["they", "are", "scared", "of", "nationalism", "between", "the", "whites", "and", "should", "be"]}, "4450": {"text": "They are turning it into Africa !", "tokenized_text": ["they", "are", "turning", "it", "into", "africa"]}, "4451": {"text": "Thats how it ends up when you leave blacks alone i guess .", "tokenized_text": ["thats", "how", "it", "ends", "up", "when", "you", "leave", "blacks", "alone", "i", "guess"]}, "4452": {"text": "Those visionary and responsible negroes ...", "tokenized_text": ["those", "visionary", "and", "responsible", "negroes"]}, "4453": {"text": "This site is hilarious !", "tokenized_text": ["this", "site", "is", "hilarious"]}, "4454": {"text": "I especially like the news stories told un-PC .", "tokenized_text": ["i", "especially", "like", "the", "news", "stories", "told", "un", "pc"]}, "4455": {"text": "I think I stumbled on this thread before and thought I 'd get back to it and forgot .", "tokenized_text": ["i", "think", "i", "stumbled", "on", "this", "thread", "before", "and", "thought", "i", "d", "get", "back", "to", "it", "and", "forgot"]}, "4456": {"text": "I saved the site now .", "tokenized_text": ["i", "saved", "the", "site", "now"]}, "4457": {"text": "Thanks !", "tokenized_text": ["thanks"]}, "4458": {"text": "Get out the vomit bags !", "tokenized_text": ["get", "out", "the", "vomit", "bags"]}, "4459": {"text": "Check out this commercial that just aired on tonight 's show : http://www.myblackisbeautiful.com/ And for the record , `` My black is returned to sender ''", "tokenized_text": ["check", "out", "this", "commercial", "that", "just", "aired", "on", "tonight", "s", "show", "http", "www", "myblackisbeautiful", "com", "and", "for", "the", "record", "my", "black", "is", "returned", "to", "sender"]}, "4460": {"text": "It appears that if you are white in South Africa and you are about to be arrested , your fate is far worse than death .", "tokenized_text": ["it", "appears", "that", "if", "you", "are", "white", "in", "south", "africa", "and", "you", "are", "about", "to", "be", "arrested", "your", "fate", "is", "far", "worse", "than", "death"]}, "4461": {"text": "What alternative do you have other than kill the black policeman and every black cop you can until they get you .", "tokenized_text": ["what", "alternative", "do", "you", "have", "other", "than", "kill", "the", "black", "policeman", "and", "every", "black", "cop", "you", "can", "until", "they", "get", "you"]}, "4462": {"text": "Oh my * * * * ing god !", "tokenized_text": ["oh", "my", "ing", "god"]}, "4463": {"text": "When do they ever learn !!!!", "tokenized_text": ["when", "do", "they", "ever", "learn"]}, "4464": {"text": "What causes Cholera in the first place ??", "tokenized_text": ["what", "causes", "cholera", "in", "the", "first", "place"]}, "4465": {"text": "Humans are the only hosts and victims of V. cholerae , a motile , aerobic organism .", "tokenized_text": ["humans", "are", "the", "only", "hosts", "and", "victims", "of", "v", "cholerae", "a", "motile", "aerobic", "organism"]}, "4466": {"text": "It 's transmitted through food and water contaminated with fecal material .", "tokenized_text": ["it", "s", "transmitted", "through", "food", "and", "water", "contaminated", "with", "fecal", "material"]}, "4467": {"text": "Cholera is most common in Africa , southern and Southeast Asia , and the Middle East .", "tokenized_text": ["cholera", "is", "most", "common", "in", "africa", "southern", "and", "southeast", "asia", "and", "the", "middle", "east"]}, "4468": {"text": "Negro?", "tokenized_text": ["negro"]}, "4469": {"text": "I 'm thinking he would look slightly out of place in the ghetto , but hey that 's just my opinion .", "tokenized_text": ["i", "m", "thinking", "he", "would", "look", "slightly", "out", "of", "place", "in", "the", "ghetto", "but", "hey", "that", "s", "just", "my", "opinion"]}, "4470": {"text": "For once its nice to see an article focus not on the `` evil racist whites '' but on the racism of an ethnic group , in this case the Negroes .", "tokenized_text": ["for", "once", "its", "nice", "to", "see", "an", "article", "focus", "not", "on", "the", "evil", "racist", "whites", "but", "on", "the", "racism", "of", "an", "ethnic", "group", "in", "this", "case", "the", "negroes"]}, "4471": {"text": "I agree with you , but at the same time this particular group makes white christians look very bad .", "tokenized_text": ["i", "agree", "with", "you", "but", "at", "the", "same", "time", "this", "particular", "group", "makes", "white", "christians", "look", "very", "bad"]}, "4472": {"text": "Holding up signs that say `` God hates fags '' is a bit much .", "tokenized_text": ["holding", "up", "signs", "that", "say", "god", "hates", "fags", "is", "a", "bit", "much"]}, "4473": {"text": "I'm sure the negro had it coming .", "tokenized_text": ["i", "m", "sure", "the", "negro", "had", "it", "coming"]}, "4474": {"text": "Always nice to see a negro on the receiving end of a beat down from a white for a change .", "tokenized_text": ["always", "nice", "to", "see", "a", "negro", "on", "the", "receiving", "end", "of", "a", "beat", "down", "from", "a", "white", "for", "a", "change"]}, "4475": {"text": "Do they discharge soldiers from the military if they get STDs or letting them stay and allowing them to put their comrades at risk ?", "tokenized_text": ["do", "they", "discharge", "soldiers", "from", "the", "military", "if", "they", "get", "stds", "or", "letting", "them", "stay", "and", "allowing", "them", "to", "put", "their", "comrades", "at", "risk"]}, "4476": {"text": "YouTube - Euclid Square Mall , 2007 ( Dead Mall ) Can anyone report in from Euclid , Ohio ?", "tokenized_text": ["youtube", "euclid", "square", "mall", "2007", "dead", "mall", "can", "anyone", "report", "in", "from", "euclid", "ohio"]}, "4477": {"text": "Ohio in general looks to be in bad shape .", "tokenized_text": ["ohio", "in", "general", "looks", "to", "be", "in", "bad", "shape"]}, "4478": {"text": "I think I 'll get me a couple of these things .", "tokenized_text": ["i", "think", "i", "ll", "get", "me", "a", "couple", "of", "these", "things"]}, "4479": {"text": "I can always use some hands around the place .", "tokenized_text": ["i", "can", "always", "use", "some", "hands", "around", "the", "place"]}, "4480": {"text": "Is there a place where you can buy these ?", "tokenized_text": ["is", "there", "a", "place", "where", "you", "can", "buy", "these"]}, "4481": {"text": "Yah , I guess there is !!!", "tokenized_text": ["yah", "i", "guess", "there", "is"]}, "4482": {"text": "Now isn t that stylish Nothing says Sick in the head like chaining yourself to a crack heads baby .", "tokenized_text": ["now", "isn", "t", "that", "stylish", "nothing", "says", "sick", "in", "the", "head", "like", "chaining", "yourself", "to", "a", "crack", "heads", "baby"]}, "4483": {"text": "Apes even have the instinct to basically leave these for dead .", "tokenized_text": ["apes", "even", "have", "the", "instinct", "to", "basically", "leave", "these", "for", "dead"]}, "4484": {"text": "I hope this little groid tortures her .", "tokenized_text": ["i", "hope", "this", "little", "groid", "tortures", "her"]}, "4485": {"text": "It's as if these people were like this all along , and it was only white civilization and moral nature that kept them in check .", "tokenized_text": ["it", "s", "as", "if", "these", "people", "were", "like", "this", "all", "along", "and", "it", "was", "only", "white", "civilization", "and", "moral", "nature", "that", "kept", "them", "in", "check"]}, "4486": {"text": "I want to see Whites bused in there until the Latinos are a 30 % minority and not outnumbering the Asians , Blacks and Whites .", "tokenized_text": ["i", "want", "to", "see", "whites", "bused", "in", "there", "until", "the", "latinos", "are", "a", "30", "minority", "and", "not", "outnumbering", "the", "asians", "blacks", "and", "whites"]}, "4487": {"text": "Where is forced busing when you need it ?", "tokenized_text": ["where", "is", "forced", "busing", "when", "you", "need", "it"]}, "4488": {"text": "It made it on CNN , so I 'm thinking it was probably an illegal YouTube - Lou Dobbs Reports A Gang Ripe ?", "tokenized_text": ["it", "made", "it", "on", "cnn", "so", "i", "m", "thinking", "it", "was", "probably", "an", "illegal", "youtube", "lou", "dobbs", "reports", "a", "gang", "ripe"]}, "4489": {"text": "When are we going to stand up and say this has got to stop , that is the most ridiculous thing I have ever heard .", "tokenized_text": ["when", "are", "we", "going", "to", "stand", "up", "and", "say", "this", "has", "got", "to", "stop", "that", "is", "the", "most", "ridiculous", "thing", "i", "have", "ever", "heard"]}, "4490": {"text": "I hope all their farms burn down and their nappy headed children squandle in the flames .", "tokenized_text": ["i", "hope", "all", "their", "farms", "burn", "down", "and", "their", "nappy", "headed", "children", "squandle", "in", "the", "flames"]}, "4491": {"text": "As soon as i found out she was with child by a mulatto and she 's a wet back too , I suddenly found her to be repulsive and shall never watch anything she is in again .", "tokenized_text": ["as", "soon", "as", "i", "found", "out", "she", "was", "with", "child", "by", "a", "mulatto", "and", "she", "s", "a", "wet", "back", "too", "i", "suddenly", "found", "her", "to", "be", "repulsive", "and", "shall", "never", "watch", "anything", "she", "is", "in", "again"]}, "4492": {"text": "I ca n't wait till the news starts promoting racial integration with the negro Too unsuspecting whites who do n't know she is not a white", "tokenized_text": ["i", "ca", "n", "t", "wait", "till", "the", "news", "starts", "promoting", "racial", "integration", "with", "the", "negro", "too", "unsuspecting", "whites", "who", "do", "n", "t", "know", "she", "is", "not", "a", "white"]}, "4493": {"text": "If it 's brown , flush it down .", "tokenized_text": ["if", "it", "s", "brown", "flush", "it", "down"]}, "4494": {"text": "If it 's black , send it back .", "tokenized_text": ["if", "it", "s", "black", "send", "it", "back"]}, "4495": {"text": "It ai n't right unless it 's White .", "tokenized_text": ["it", "ai", "n", "t", "right", "unless", "it", "s", "white"]}, "4496": {"text": "1/2 messican , 1/2 White babies can often pass for White until they turn six or seven when the golden brown coating covers all .", "tokenized_text": ["1", "2", "messican", "1", "2", "white", "babies", "can", "often", "pass", "for", "white", "until", "they", "turn", "six", "or", "seven", "when", "the", "golden", "brown", "coating", "covers", "all"]}, "4497": {"text": "Pathetic scum .", "tokenized_text": ["pathetic", "scum"]}, "4498": {"text": "Look at those pictures .", "tokenized_text": ["look", "at", "those", "pictures"]}, "4499": {"text": "They probably have a 150 I.Q. with all three of them combined .", "tokenized_text": ["they", "probably", "have", "a", "150", "i", "q", "with", "all", "three", "of", "them", "combined"]}, "4500": {"text": "They can kiss their N.B.A. careers goodbye .", "tokenized_text": ["they", "can", "kiss", "their", "n", "b", "a", "careers", "goodbye"]}, "4501": {"text": "Freemasons and Sexual Abuse Continue reading here .", "tokenized_text": ["freemasons", "and", "sexual", "abuse", "continue", "reading", "here"]}, "4502": {"text": "Report from the UK : Report of child abuse by Masons at the Witherwack Estate , Sunderland .", "tokenized_text": ["report", "from", "the", "uk", "report", "of", "child", "abuse", "by", "masons", "at", "the", "witherwack", "estate", "sunderland"]}, "4503": {"text": "http://aangirfan.blogspot.com/2009/1...ual-abuse.html", "tokenized_text": ["http", "aangirfan", "blogspot", "com", "2009", "1", "ual", "abuse", "html"]}, "4504": {"text": "I'm heading down to DC to put a sign on the White House gates that will read : ' No savage negro BEASTS in the White House ! '", "tokenized_text": ["i", "m", "heading", "down", "to", "dc", "to", "put", "a", "sign", "on", "the", "white", "house", "gates", "that", "will", "read", "no", "savage", "negro", "beasts", "in", "the", "white", "house"]}, "4505": {"text": "Long time no post , Turbo , good to see you back .", "tokenized_text": ["long", "time", "no", "post", "turbo", "good", "to", "see", "you", "back"]}, "4506": {"text": "I would like to keep this thread going for Manolis Turbo who has moved back to his homeland and is at the moment too busy to look after it .", "tokenized_text": ["i", "would", "like", "to", "keep", "this", "thread", "going", "for", "manolis", "turbo", "who", "has", "moved", "back", "to", "his", "homeland", "and", "is", "at", "the", "moment", "too", "busy", "to", "look", "after", "it"]}, "4507": {"text": "That is about as cheap and low as I 've seen it around here , your task is so transparent as to be laughable .", "tokenized_text": ["that", "is", "about", "as", "cheap", "and", "low", "as", "i", "ve", "seen", "it", "around", "here", "your", "task", "is", "so", "transparent", "as", "to", "be", "laughable"]}, "4508": {"text": "Just to point out : how do you know that your sources do n't have a chip-on-their-shoulder , and an agenda ?", "tokenized_text": ["just", "to", "point", "out", "how", "do", "you", "know", "that", "your", "sources", "do", "n", "t", "have", "a", "chip", "on", "their", "shoulder", "and", "an", "agenda"]}, "4509": {"text": "Please do n't use the fallacy of authority either .", "tokenized_text": ["please", "do", "n", "t", "use", "the", "fallacy", "of", "authority", "either"]}, "4510": {"text": "I wonder if one of the victims opened the door to their apartment for some reason .", "tokenized_text": ["i", "wonder", "if", "one", "of", "the", "victims", "opened", "the", "door", "to", "their", "apartment", "for", "some", "reason"]}, "4511": {"text": "Williams has friends who live across the hall from the victims ..", "tokenized_text": ["williams", "has", "friends", "who", "live", "across", "the", "hall", "from", "the", "victims"]}, "4512": {"text": "Do not open the door at 2 : 00 AM for anyone .", "tokenized_text": ["do", "not", "open", "the", "door", "at", "2", "00", "am", "for", "anyone"]}, "4513": {"text": "Interesting, I will pass this information on to my professor who always talks about the poor poor Africans , walking miles to drink dirty water", "tokenized_text": ["interesting", "i", "will", "pass", "this", "information", "on", "to", "my", "professor", "who", "always", "talks", "about", "the", "poor", "poor", "africans", "walking", "miles", "to", "drink", "dirty", "water"]}, "4514": {"text": "Because the news section can get VERY depressing and this thread provides comical relief , I can always count on this thread for a laugh when I need one .", "tokenized_text": ["because", "the", "news", "section", "can", "get", "very", "depressing", "and", "this", "thread", "provides", "comical", "relief", "i", "can", "always", "count", "on", "this", "thread", "for", "a", "laugh", "when", "i", "need", "one"]}, "4515": {"text": "I thought Bono and Clooney were picking up the tab for Africa ??", "tokenized_text": ["i", "thought", "bono", "and", "clooney", "were", "picking", "up", "the", "tab", "for", "africa"]}, "4516": {"text": "You mean us white taxpayers gotta pay for this , too ?", "tokenized_text": ["you", "mean", "us", "white", "taxpayers", "gotta", "pay", "for", "this", "too"]}, "4517": {"text": "http://www.guardian.co.uk/print/0,,3...117780,00.html Executive summary : the negroes never domesticated any plants or animals .", "tokenized_text": ["http", "www", "guardian", "co", "uk", "print", "0", "3", "117780", "00", "html", "executive", "summary", "the", "negroes", "never", "domesticated", "any", "plants", "or", "animals"]}, "4518": {"text": "But if White people find a user for a plant native to Africa , the negroes want a royalty .", "tokenized_text": ["but", "if", "white", "people", "find", "a", "user", "for", "a", "plant", "native", "to", "africa", "the", "negroes", "want", "a", "royalty"]}, "4519": {"text": "I find this BBC story impossible to believe : http://news.bbc.co.uk/2/hi/africa/4971848.stm Negroes do n't look for latrines , they do their business wherever they happen to be .", "tokenized_text": ["i", "find", "this", "bbc", "story", "impossible", "to", "believe", "http", "news", "bbc", "co", "uk", "2", "hi", "africa", "4971848", "stm", "negroes", "do", "n", "t", "look", "for", "latrines", "they", "do", "their", "business", "wherever", "they", "happen", "to", "be"]}, "4520": {"text": "INTJ Introvert ( 56 % ) iNtuitive ( 62 % ) iNtuitive Thinking ( 100 % ) Judging ( 56 % ) You have moderate preference of Introversion over Extraversion ( 56 % ) You have distinctive preference of Intuition over Sensing ( 62 % ) You have strong preference of Thinking over Feeling ( 100 % ) You have moderate preference of Judging over Perceiving ( 56 % )", "tokenized_text": ["intj", "introvert", "56", "intuitive", "62", "intuitive", "thinking", "100", "judging", "56", "you", "have", "moderate", "preference", "of", "introversion", "over", "extraversion", "56", "you", "have", "distinctive", "preference", "of", "intuition", "over", "sensing", "62", "you", "have", "strong", "preference", "of", "thinking", "over", "feeling", "100", "you", "have", "moderate", "preference", "of", "judging", "over", "perceiving", "56"]}, "4521": {"text": "Being a racialist means you stop trying to hurt other White nations for the sole selfish interest of your own nation .", "tokenized_text": ["being", "a", "racialist", "means", "you", "stop", "trying", "to", "hurt", "other", "white", "nations", "for", "the", "sole", "selfish", "interest", "of", "your", "own", "nation"]}, "4522": {"text": "Your assuming all Skinheads tattoo themselves and kill people for fun .", "tokenized_text": ["your", "assuming", "all", "skinheads", "tattoo", "themselves", "and", "kill", "people", "for", "fun"]}, "4523": {"text": "Id say thats an example of Upper class looking down on the lower .", "tokenized_text": ["id", "say", "thats", "an", "example", "of", "upper", "class", "looking", "down", "on", "the", "lower"]}, "4524": {"text": "I just want to add that no matter what a person 's class or character I will always give a white person the benefit of `` coming right '' before I reject them as `` wiggers '' or `` white trash ''", "tokenized_text": ["i", "just", "want", "to", "add", "that", "no", "matter", "what", "a", "person", "s", "class", "or", "character", "i", "will", "always", "give", "a", "white", "person", "the", "benefit", "of", "coming", "right", "before", "i", "reject", "them", "as", "wiggers", "or", "white", "trash"]}, "4525": {"text": "Ha ha .. so true .", "tokenized_text": ["ha", "ha", "so", "true"]}, "4526": {"text": "They have n't gone to wearing their Fred Perry , boots and braces yet though ......", "tokenized_text": ["they", "have", "n", "t", "gone", "to", "wearing", "their", "fred", "perry", "boots", "and", "braces", "yet", "though"]}, "4527": {"text": "Just the yo crap .", "tokenized_text": ["just", "the", "yo", "crap"]}, "4528": {"text": "You sound like an intelligent person but how can you say that we need to remove race from our message when that is our message .", "tokenized_text": ["you", "sound", "like", "an", "intelligent", "person", "but", "how", "can", "you", "say", "that", "we", "need", "to", "remove", "race", "from", "our", "message", "when", "that", "is", "our", "message"]}, "4529": {"text": "Our enemies have used RACE against us and are currently trying to destroy our RACE through a variety of different means .", "tokenized_text": ["our", "enemies", "have", "used", "race", "against", "us", "and", "are", "currently", "trying", "to", "destroy", "our", "race", "through", "a", "variety", "of", "different", "means"]}, "4530": {"text": "It has everything to do with RACE .", "tokenized_text": ["it", "has", "everything", "to", "do", "with", "race"]}, "4531": {"text": "We do not want to annhilate other races , we simply want to preserve our own .", "tokenized_text": ["we", "do", "not", "want", "to", "annhilate", "other", "races", "we", "simply", "want", "to", "preserve", "our", "own"]}, "4532": {"text": "Our government has been in the practice of tearing down the white race to raise the non white minority races by forcing diversity and multiculturalism down white people 's throats .", "tokenized_text": ["our", "government", "has", "been", "in", "the", "practice", "of", "tearing", "down", "the", "white", "race", "to", "raise", "the", "non", "white", "minority", "races", "by", "forcing", "diversity", "and", "multiculturalism", "down", "white", "people", "s", "throats"]}, "4533": {"text": "We have simply had enough .", "tokenized_text": ["we", "have", "simply", "had", "enough"]}, "4534": {"text": "You cant protest there for this ?", "tokenized_text": ["you", "cant", "protest", "there", "for", "this"]}, "4535": {"text": "Or make something in the internet against thi injustice some times is hit a global repercussion and can help this .", "tokenized_text": ["or", "make", "something", "in", "the", "internet", "against", "thi", "injustice", "some", "times", "is", "hit", "a", "global", "repercussion", "and", "can", "help", "this"]}, "4536": {"text": "BLACK Man MURDERS 15 Year Old WHITE GIRL In Her BEDROOM - YouTube ZAKESHIA CAUGHT IT ON TAPE - YouTube Young white girl killed by black man she met online - YouTube http://www.youtube.com/watch ? v = fQPaZvlq4xQ & feature = endscreen & NR = 1 Ashley Taylor talks of being attacked on live TV - YouTube", "tokenized_text": ["black", "man", "murders", "15", "year", "old", "white", "girl", "in", "her", "bedroom", "youtube", "zakeshia", "caught", "it", "on", "tape", "youtube", "young", "white", "girl", "killed", "by", "black", "man", "she", "met", "online", "youtube", "http", "www", "youtube", "com", "watch", "v", "fqpazvlq4xq", "feature", "endscreen", "nr", "1", "ashley", "taylor", "talks", "of", "being", "attacked", "on", "live", "tv", "youtube"]}, "4537": {"text": "Video: Brawl At St. Louis Community College ! ( One Lady Fighting With Her Own Baby In Arms & Another Dude Swinging On Girl )", "tokenized_text": ["video", "brawl", "at", "st", "louis", "community", "college", "one", "lady", "fighting", "with", "her", "own", "baby", "in", "arms", "another", "dude", "swinging", "on", "girl"]}, "4538": {"text": "Black ' females ' fighting with black police in Harlem after the officers try to ticket them for skipping their fares .", "tokenized_text": ["black", "females", "fighting", "with", "black", "police", "in", "harlem", "after", "the", "officers", "try", "to", "ticket", "them", "for", "skipping", "their", "fares"]}, "4539": {"text": "NYPD COPS FIGHT GIRLS IN SUBWAY - YouTube Black teenagers spray a city bus with assault rifles in downtown Philadelphia .", "tokenized_text": ["nypd", "cops", "fight", "girls", "in", "subway", "youtube", "black", "teenagers", "spray", "a", "city", "bus", "with", "assault", "rifles", "in", "downtown", "philadelphia"]}, "4540": {"text": "Scary Bus Shooting Caught On Tape : Philly Bus Stopped , Rear Door Opened And Gunman Opened Fire !", "tokenized_text": ["scary", "bus", "shooting", "caught", "on", "tape", "philly", "bus", "stopped", "rear", "door", "opened", "and", "gunman", "opened", "fire"]}, "4541": {"text": "- YouTube", "tokenized_text": ["youtube"]}, "4542": {"text": "Your american government does n't want us whites .", "tokenized_text": ["your", "american", "government", "does", "n", "t", "want", "us", "whites"]}, "4543": {"text": "Maybe you should encourage all the blacks to go there since they want to move there so desperately and the rest of you white americans should come to SA .", "tokenized_text": ["maybe", "you", "should", "encourage", "all", "the", "blacks", "to", "go", "there", "since", "they", "want", "to", "move", "there", "so", "desperately", "and", "the", "rest", "of", "you", "white", "americans", "should", "come", "to", "sa"]}, "4544": {"text": "Does anyone have that video of black gang attacking a white teenagers in front of his house and then a black gang of females attack his mother for trying to protect her son .", "tokenized_text": ["does", "anyone", "have", "that", "video", "of", "black", "gang", "attacking", "a", "white", "teenagers", "in", "front", "of", "his", "house", "and", "then", "a", "black", "gang", "of", "females", "attack", "his", "mother", "for", "trying", "to", "protect", "her", "son"]}, "4545": {"text": "I know exactly what you 're saying , I just hate to see those worthless apes benefit from the great things that whites do .", "tokenized_text": ["i", "know", "exactly", "what", "you", "re", "saying", "i", "just", "hate", "to", "see", "those", "worthless", "apes", "benefit", "from", "the", "great", "things", "that", "whites", "do"]}, "4546": {"text": "YouTube - & #x202a ; Police Brutality In Jamaica Caught On Tape Disturbing Footage Of Police Killing Man Cold Blooded Terribel & #x202c ; & rlm ; It 's just the way blacks react ...", "tokenized_text": ["youtube", "x202a", "police", "brutality", "in", "jamaica", "caught", "on", "tape", "disturbing", "footage", "of", "police", "killing", "man", "cold", "blooded", "terribel", "x202c", "rlm", "it", "s", "just", "the", "way", "blacks", "react"]}, "4547": {"text": "Wow these videos piss me off .", "tokenized_text": ["wow", "these", "videos", "piss", "me", "off"]}, "4548": {"text": "Those nogs in France do n't belong there and then they show how unruly they can be .", "tokenized_text": ["those", "nogs", "in", "france", "do", "n", "t", "belong", "there", "and", "then", "they", "show", "how", "unruly", "they", "can", "be"]}, "4549": {"text": "Send them all to Afreaka And sink the farkin boat !", "tokenized_text": ["send", "them", "all", "to", "afreaka", "and", "sink", "the", "farkin", "boat"]}, "4550": {"text": "Where is Bernard Goetz when you need him ?", "tokenized_text": ["where", "is", "bernard", "goetz", "when", "you", "need", "him"]}, "4551": {"text": "YouTube - Blacks Attack White Man On Subway YouTube - White Girl Beaten On A Bus By Blacks YouTube - Black gang attack-Tottenham High Road N1 .", "tokenized_text": ["youtube", "blacks", "attack", "white", "man", "on", "subway", "youtube", "white", "girl", "beaten", "on", "a", "bus", "by", "blacks", "youtube", "black", "gang", "attack", "tottenham", "high", "road", "n1"]}, "4552": {"text": "UK July 2009 .", "tokenized_text": ["uk", "july", "2009"]}, "4553": {"text": "YouTube - Blacks Attack White Police Officers and Citizens at Iowa State Fairgrounds YouTube - Black Man gouges out DJ 's eyes after attack .", "tokenized_text": ["youtube", "blacks", "attack", "white", "police", "officers", "and", "citizens", "at", "iowa", "state", "fairgrounds", "youtube", "black", "man", "gouges", "out", "dj", "s", "eyes", "after", "attack"]}, "4554": {"text": "YouTube - Woman Opens Strip Club In Trailer Home For Teens And Offers Lap Dances To Children !", "tokenized_text": ["youtube", "woman", "opens", "strip", "club", "in", "trailer", "home", "for", "teens", "and", "offers", "lap", "dances", "to", "children"]}, "4555": {"text": "YouTube - Raw Video : Shoplifter Uses Skirt to Hide Booze", "tokenized_text": ["youtube", "raw", "video", "shoplifter", "uses", "skirt", "to", "hide", "booze"]}, "4556": {"text": "Los Angeles is gone .", "tokenized_text": ["los", "angeles", "is", "gone"]}, "4557": {"text": "It 's nothing but a bunch of mexicans .", "tokenized_text": ["it", "s", "nothing", "but", "a", "bunch", "of", "mexicans"]}, "4558": {"text": "I feel sorry for whites living in Southern California .", "tokenized_text": ["i", "feel", "sorry", "for", "whites", "living", "in", "southern", "california"]}, "4559": {"text": "Yes I saw it .", "tokenized_text": ["yes", "i", "saw", "it"]}, "4560": {"text": "Even stopped at a Mcdonalds and there was not one white person in there .", "tokenized_text": ["even", "stopped", "at", "a", "mcdonalds", "and", "there", "was", "not", "one", "white", "person", "in", "there"]}, "4561": {"text": "It was uncomfortable .", "tokenized_text": ["it", "was", "uncomfortable"]}, "4562": {"text": "I could n't wait to get to the end of your post so I could say what a great post it was !", "tokenized_text": ["i", "could", "n", "t", "wait", "to", "get", "to", "the", "end", "of", "your", "post", "so", "i", "could", "say", "what", "a", "great", "post", "it", "was"]}, "4563": {"text": "Excellent FM , you know the score !", "tokenized_text": ["excellent", "fm", "you", "know", "the", "score"]}, "4564": {"text": "I see nothing wrong at all with Dr. Duke selling his book.He has dedicated years and many long hours to this cause and maybe you should rethink your statement .", "tokenized_text": ["i", "see", "nothing", "wrong", "at", "all", "with", "dr", "duke", "selling", "his", "book", "he", "has", "dedicated", "years", "and", "many", "long", "hours", "to", "this", "cause", "and", "maybe", "you", "should", "rethink", "your", "statement"]}, "4565": {"text": "Yes, I have seen that so many times .", "tokenized_text": ["yes", "i", "have", "seen", "that", "so", "many", "times"]}, "4566": {"text": "How great they think it is to have a mixed child .", "tokenized_text": ["how", "great", "they", "think", "it", "is", "to", "have", "a", "mixed", "child"]}, "4567": {"text": "Honestly , they mostly come out very odd and funny looking .", "tokenized_text": ["honestly", "they", "mostly", "come", "out", "very", "odd", "and", "funny", "looking"]}, "4568": {"text": "Like the Gods telling us that this does n't work !", "tokenized_text": ["like", "the", "gods", "telling", "us", "that", "this", "does", "n", "t", "work"]}, "4569": {"text": "USA is represented by a negro family and Australia a I have no clue what family .", "tokenized_text": ["usa", "is", "represented", "by", "a", "negro", "family", "and", "australia", "a", "i", "have", "no", "clue", "what", "family"]}, "4570": {"text": "What A Week Of Groceries Looks Like Around The World | Fstoppers", "tokenized_text": ["what", "a", "week", "of", "groceries", "looks", "like", "around", "the", "world", "fstoppers"]}, "4571": {"text": "In ideological training I forbid every attack against Christ as a person , since such attacks or insults that Christ was a Jew are unworthy of us and certainly untrue historically .", "tokenized_text": ["in", "ideological", "training", "i", "forbid", "every", "attack", "against", "christ", "as", "a", "person", "since", "such", "attacks", "or", "insults", "that", "christ", "was", "a", "jew", "are", "unworthy", "of", "us", "and", "certainly", "untrue", "historically"]}, "4572": {"text": "-Heinrich Himmler , Bundesarchiv Berlin-Zehlendorf , 28 June 1937", "tokenized_text": ["heinrich", "himmler", "bundesarchiv", "berlin", "zehlendorf", "28", "june", "1937"]}, "4573": {"text": "There are a lot of white babies being born in the South , but it 's still not what it should be .", "tokenized_text": ["there", "are", "a", "lot", "of", "white", "babies", "being", "born", "in", "the", "south", "but", "it", "s", "still", "not", "what", "it", "should", "be"]}, "4574": {"text": "People sticking up for white men .", "tokenized_text": ["people", "sticking", "up", "for", "white", "men"]}, "4575": {"text": "https : //www.facebook.com/pages/Boyco ... 85159441543213 Worthwhile Canadian Initiative : Dumb men commercials err ... why not dumb black men , dumb black women , dumb Asians ?", "tokenized_text": ["https", "www", "facebook", "com", "pages", "boyco", "85159441543213", "worthwhile", "canadian", "initiative", "dumb", "men", "commercials", "err", "why", "not", "dumb", "black", "men", "dumb", "black", "women", "dumb", "asians"]}, "4576": {"text": "Stupid White Man TV Commercials", "tokenized_text": ["stupid", "white", "man", "tv", "commercials"]}, "4577": {"text": "YES!", "tokenized_text": ["yes"]}, "4578": {"text": "And the white guy can lose some weight , shave and get a haircut .", "tokenized_text": ["and", "the", "white", "guy", "can", "lose", "some", "weight", "shave", "and", "get", "a", "haircut"]}, "4579": {"text": "The ugly black will always be .... black !", "tokenized_text": ["the", "ugly", "black", "will", "always", "be", "black"]}, "4580": {"text": "He sort of looks like an English football player or is that a French football player ?", "tokenized_text": ["he", "sort", "of", "looks", "like", "an", "english", "football", "player", "or", "is", "that", "a", "french", "football", "player"]}, "4581": {"text": "Sometimes Europeans all look alike .", "tokenized_text": ["sometimes", "europeans", "all", "look", "alike"]}, "4582": {"text": "Imagine this as a pro Romney video with Ted Nugent in a black family 's home screaming at them to wake the bleep up .", "tokenized_text": ["imagine", "this", "as", "a", "pro", "romney", "video", "with", "ted", "nugent", "in", "a", "black", "family", "s", "home", "screaming", "at", "them", "to", "wake", "the", "bleep", "up"]}, "4583": {"text": "What would people say ?", "tokenized_text": ["what", "would", "people", "say"]}, "4584": {"text": "Likewise.", "tokenized_text": ["likewise"]}, "4585": {"text": "Learning how to find good TV shows online and watch what I want when I want has tripled my quality of life .", "tokenized_text": ["learning", "how", "to", "find", "good", "tv", "shows", "online", "and", "watch", "what", "i", "want", "when", "i", "want", "has", "tripled", "my", "quality", "of", "life"]}, "4586": {"text": "http://www.1channel.ch/", "tokenized_text": ["http", "www", "1channel", "ch"]}, "4587": {"text": "Ariel Laurie , Israeli Soldier , Grabs Toddler in Australia Kidnaps 6 year old boy , says he 's going to put him into car trunk but mother chases him down .", "tokenized_text": ["ariel", "laurie", "israeli", "soldier", "grabs", "toddler", "in", "australia", "kidnaps", "6", "year", "old", "boy", "says", "he", "s", "going", "to", "put", "him", "into", "car", "trunk", "but", "mother", "chases", "him", "down"]}, "4588": {"text": "Judge says `` he 's overly found of children '' and lets him off with slap on wrist .", "tokenized_text": ["judge", "says", "he", "s", "overly", "found", "of", "children", "and", "lets", "him", "off", "with", "slap", "on", "wrist"]}, "4589": {"text": "http://www.nogw.com/download/ _ 07 _ il _ kidnap _ aussie.pdf", "tokenized_text": ["http", "www", "nogw", "com", "download", "_", "07", "_", "il", "_", "kidnap", "_", "aussie", "pdf"]}, "4590": {"text": "Only a f' n jew would have the nerve to hide away in a black country , a fugitive from US law , while making campaign promises at the same time as suing the company he defrauded .", "tokenized_text": ["only", "a", "f", "n", "jew", "would", "have", "the", "nerve", "to", "hide", "away", "in", "a", "black", "country", "a", "fugitive", "from", "us", "law", "while", "making", "campaign", "promises", "at", "the", "same", "time", "as", "suing", "the", "company", "he", "defrauded"]}, "4591": {"text": "sounds like their government is doing a great job if they have been able to maintain this in the current situation", "tokenized_text": ["sounds", "like", "their", "government", "is", "doing", "a", "great", "job", "if", "they", "have", "been", "able", "to", "maintain", "this", "in", "the", "current", "situation"]}, "4592": {"text": "ok, so do we need to kill them too or are the slavs okay ? for some reason whenever i hear the word slav , the word slobber comes to mind and i picture a slobbering half breed creature like the humpback of notre dame or Igor haha", "tokenized_text": ["ok", "so", "do", "we", "need", "to", "kill", "them", "too", "or", "are", "the", "slavs", "okay", "for", "some", "reason", "whenever", "i", "hear", "the", "word", "slav", "the", "word", "slobber", "comes", "to", "mind", "and", "i", "picture", "a", "slobbering", "half", "breed", "creature", "like", "the", "humpback", "of", "notre", "dame", "or", "igor", "haha"]}, "4593": {"text": "Then how come the only ones they arrested in connection with those attacks were active FSB agents ?", "tokenized_text": ["then", "how", "come", "the", "only", "ones", "they", "arrested", "in", "connection", "with", "those", "attacks", "were", "active", "fsb", "agents"]}, "4594": {"text": "Or are the CIA and FSB on the same team ?", "tokenized_text": ["or", "are", "the", "cia", "and", "fsb", "on", "the", "same", "team"]}, "4595": {"text": "they need to feel it on their skin , so next time they wont give my land to the some subhuman muslim dogs .", "tokenized_text": ["they", "need", "to", "feel", "it", "on", "their", "skin", "so", "next", "time", "they", "wont", "give", "my", "land", "to", "the", "some", "subhuman", "muslim", "dogs"]}, "4596": {"text": "Here are few examples of Gregorian Chant : YouTube - Gregorian Chant Benedictinos YouTube - Notre Dame Gregorian Chants 12/28/06 YouTube - ChantCD St. Thomas Aquinas Seminary - Gregorian Chant", "tokenized_text": ["here", "are", "few", "examples", "of", "gregorian", "chant", "youtube", "gregorian", "chant", "benedictinos", "youtube", "notre", "dame", "gregorian", "chants", "12", "28", "06", "youtube", "chantcd", "st", "thomas", "aquinas", "seminary", "gregorian", "chant"]}, "4597": {"text": "Many thanks for the suggestions and pictures .", "tokenized_text": ["many", "thanks", "for", "the", "suggestions", "and", "pictures"]}, "4598": {"text": "I have always liked the double headed eagle .", "tokenized_text": ["i", "have", "always", "liked", "the", "double", "headed", "eagle"]}, "4599": {"text": "It is good to see it back on public display at the Kremlin .", "tokenized_text": ["it", "is", "good", "to", "see", "it", "back", "on", "public", "display", "at", "the", "kremlin"]}, "4600": {"text": "Indeed, it is quite odd for something like this to be posted on this forum .", "tokenized_text": ["indeed", "it", "is", "quite", "odd", "for", "something", "like", "this", "to", "be", "posted", "on", "this", "forum"]}, "4601": {"text": "I 'd think there are more appropriate sites for international dating and such .", "tokenized_text": ["i", "d", "think", "there", "are", "more", "appropriate", "sites", "for", "international", "dating", "and", "such"]}, "4602": {"text": "LOL, ye she is gorgeous and a great talent as well .", "tokenized_text": ["lol", "ye", "she", "is", "gorgeous", "and", "a", "great", "talent", "as", "well"]}, "4603": {"text": "I have seen her live in concert and took a photo with her , you jealous ?", "tokenized_text": ["i", "have", "seen", "her", "live", "in", "concert", "and", "took", "a", "photo", "with", "her", "you", "jealous"]}, "4604": {"text": "I'm saying , what I see .", "tokenized_text": ["i", "m", "saying", "what", "i", "see"]}, "4605": {"text": "Tatars that I see on the streets of my town look more European than Osttruppen for example .", "tokenized_text": ["tatars", "that", "i", "see", "on", "the", "streets", "of", "my", "town", "look", "more", "european", "than", "osttruppen", "for", "example"]}, "4606": {"text": "This is a board for mature people - who are free to join or leave/return at any moment .", "tokenized_text": ["this", "is", "a", "board", "for", "mature", "people", "who", "are", "free", "to", "join", "or", "leave", "return", "at", "any", "moment"]}, "4607": {"text": "We ca n't afford to babysit unstable people .", "tokenized_text": ["we", "ca", "n", "t", "afford", "to", "babysit", "unstable", "people"]}, "4608": {"text": "I hate the dramas and bull * * * * like this .", "tokenized_text": ["i", "hate", "the", "dramas", "and", "bull", "like", "this"]}, "4609": {"text": "You are not that bright are you ?", "tokenized_text": ["you", "are", "not", "that", "bright", "are", "you"]}, "4610": {"text": "Its made to make fun out of Nazi 's , showing that only small children belief fairy tales of Hitler", "tokenized_text": ["its", "made", "to", "make", "fun", "out", "of", "nazi", "s", "showing", "that", "only", "small", "children", "belief", "fairy", "tales", "of", "hitler"]}, "4611": {"text": "They do it not because of their nationalism but rather due to their hatred of Russians .", "tokenized_text": ["they", "do", "it", "not", "because", "of", "their", "nationalism", "but", "rather", "due", "to", "their", "hatred", "of", "russians"]}, "4612": {"text": "As far as I know there is no russophobia in Belarus .", "tokenized_text": ["as", "far", "as", "i", "know", "there", "is", "no", "russophobia", "in", "belarus"]}, "4613": {"text": "Yes a globe is round , and for centuries those round globes did not have a `` Belarus '' on them .", "tokenized_text": ["yes", "a", "globe", "is", "round", "and", "for", "centuries", "those", "round", "globes", "did", "not", "have", "a", "belarus", "on", "them"]}, "4614": {"text": "Or a Ukraine for that matter .", "tokenized_text": ["or", "a", "ukraine", "for", "that", "matter"]}, "4615": {"text": "Although I had heard of this link before , tonight was the first time I checked it out : New Nation News - Black-on-White Crime It 's pretty much a site that mirrors this thread .", "tokenized_text": ["although", "i", "had", "heard", "of", "this", "link", "before", "tonight", "was", "the", "first", "time", "i", "checked", "it", "out", "new", "nation", "news", "black", "on", "white", "crime", "it", "s", "pretty", "much", "a", "site", "that", "mirrors", "this", "thread"]}, "4616": {"text": "thats good there they was cleaning the moscow the same way like the capital i with thay would clean here this banana republic ( Washington DC ) send all this blacks and welffare resipiance to the mexico or at list Detroid 2056", "tokenized_text": ["thats", "good", "there", "they", "was", "cleaning", "the", "moscow", "the", "same", "way", "like", "the", "capital", "i", "with", "thay", "would", "clean", "here", "this", "banana", "republic", "washington", "dc", "send", "all", "this", "blacks", "and", "welffare", "resipiance", "to", "the", "mexico", "or", "at", "list", "detroid", "2056"]}, "4617": {"text": "Quenten Demps , 44 , was arrested Saturday on a first-degree murder charge in the killing of Elizabeth Clemente , 37 .", "tokenized_text": ["quenten", "demps", "44", "was", "arrested", "saturday", "on", "a", "first", "degree", "murder", "charge", "in", "the", "killing", "of", "elizabeth", "clemente", "37"]}, "4618": {"text": "Clemente 's friend , told detectives the couple had broken up about two weeks ago and Demps had moved out of the house .", "tokenized_text": ["clemente", "s", "friend", "told", "detectives", "the", "couple", "had", "broken", "up", "about", "two", "weeks", "ago", "and", "demps", "had", "moved", "out", "of", "the", "house"]}, "4619": {"text": "Man apprehended in killing of ex-girlfriend in suburban West Palm Beach", "tokenized_text": ["man", "apprehended", "in", "killing", "of", "ex", "girlfriend", "in", "suburban", "west", "palm", "beach"]}, "4620": {"text": "Negro Parolee Strangles Elderly White Couple In Their Home , Suspected In Another Murder ...", "tokenized_text": ["negro", "parolee", "strangles", "elderly", "white", "couple", "in", "their", "home", "suspected", "in", "another", "murder"]}, "4621": {"text": "10.24.2010 MONTEREY PARK , Calif. ( KABC ) -- Deputies have arrested a suspect in connection with a double murder of a couple in Hawthorne .", "tokenized_text": ["10", "24", "2010", "monterey", "park", "calif", "kabc", "deputies", "have", "arrested", "a", "suspect", "in", "connection", "with", "a", "double", "murder", "of", "a", "couple", "in", "hawthorne"]}, "4622": {"text": "Los Angeles County sheriff 's officials arrested 53-year-old John Ewell on Saturday night , just two days after the killings .", "tokenized_text": ["los", "angeles", "county", "sheriff", "s", "officials", "arrested", "53", "year", "old", "john", "ewell", "on", "saturday", "night", "just", "two", "days", "after", "the", "killings"]}, "4623": {"text": "Investigators believe that Ewell pretended to be a utility repairman to get into the home of Leamond Turnage , 69 , and his wife Robyn , 57 .", "tokenized_text": ["investigators", "believe", "that", "ewell", "pretended", "to", "be", "a", "utility", "repairman", "to", "get", "into", "the", "home", "of", "leamond", "turnage", "69", "and", "his", "wife", "robyn", "57"]}, "4624": {"text": "The deceased couple was found gagged and bound Friday afternoon in their home on the 4100 block of West 142nd Street .", "tokenized_text": ["the", "deceased", "couple", "was", "found", "gagged", "and", "bound", "friday", "afternoon", "in", "their", "home", "on", "the", "4100", "block", "of", "west", "142nd", "street"]}, "4625": {"text": "Police believe that the couple was likely killed Thursday afternoon .", "tokenized_text": ["police", "believe", "that", "the", "couple", "was", "likely", "killed", "thursday", "afternoon"]}, "4626": {"text": "Authorities said Ewell was caught on surveillance footage trying to use the couple 's stolen ATM card at a gas station on the day of the killings .", "tokenized_text": ["authorities", "said", "ewell", "was", "caught", "on", "surveillance", "footage", "trying", "to", "use", "the", "couple", "s", "stolen", "atm", "card", "at", "a", "gas", "station", "on", "the", "day", "of", "the", "killings"]}, "4627": {"text": "Bloody hell kondor _ RNU , this is excellent mate !", "tokenized_text": ["bloody", "hell", "kondor", "_", "rnu", "this", "is", "excellent", "mate"]}, "4628": {"text": "I appreciate it .", "tokenized_text": ["i", "appreciate", "it"]}, "4629": {"text": "I have been looking for a site like this for 4 months now since I last found one with like 75 Eastern Front propaganda posters .", "tokenized_text": ["i", "have", "been", "looking", "for", "a", "site", "like", "this", "for", "4", "months", "now", "since", "i", "last", "found", "one", "with", "like", "75", "eastern", "front", "propaganda", "posters"]}, "4630": {"text": "You are welcome , Ross .", "tokenized_text": ["you", "are", "welcome", "ross"]}, "4631": {"text": "I have lots more pics of Godunov if anyone ever cares to see them .", "tokenized_text": ["i", "have", "lots", "more", "pics", "of", "godunov", "if", "anyone", "ever", "cares", "to", "see", "them"]}, "4632": {"text": "Muahaha ...", "tokenized_text": ["muahaha"]}, "4633": {"text": "Now learn your ballet ! : P - Zo\u00eb", "tokenized_text": ["now", "learn", "your", "ballet", "p", "zo\u00eb"]}, "4634": {"text": "http://www.11alive.com/news/local/st...116782&catid=3 What 's funny about this is they flipped their car later that afternoon right by my house , then had every cop within 50 miles there lololol .", "tokenized_text": ["http", "www", "11alive", "com", "news", "local", "st", "116782", "catid", "3", "what", "s", "funny", "about", "this", "is", "they", "flipped", "their", "car", "later", "that", "afternoon", "right", "by", "my", "house", "then", "had", "every", "cop", "within", "50", "miles", "there", "lololol"]}, "4635": {"text": "Woman Brutally Attacked By 2 Men In Home Police Arrest 16-Year-Old , 17-Year-Old POSTED : Wednesday , November 11 , 2009 UPDATED : 8 : 18 pm EST November 11 , 2009 Michael Galan , 16 , and Jarve Green , 17 , were arrested by Palatka police .", "tokenized_text": ["woman", "brutally", "attacked", "by", "2", "men", "in", "home", "police", "arrest", "16", "year", "old", "17", "year", "old", "posted", "wednesday", "november", "11", "2009", "updated", "8", "18", "pm", "est", "november", "11", "2009", "michael", "galan", "16", "and", "jarve", "green", "17", "were", "arrested", "by", "palatka", "police"]}, "4636": {"text": "PALATKA , Fla.", "tokenized_text": ["palatka", "fla"]}, "4637": {"text": "-- Palatka police said a woman is recovering after two men brutally attacked her inside her home early Wednesday morning .", "tokenized_text": ["palatka", "police", "said", "a", "woman", "is", "recovering", "after", "two", "men", "brutally", "attacked", "her", "inside", "her", "home", "early", "wednesday", "morning"]}, "4638": {"text": "http://www.news4jax.com/news/21589330/detail.html", "tokenized_text": ["http", "www", "news4jax", "com", "news", "21589330", "detail", "html"]}, "4639": {"text": "Has anyone picked up the wording in the one commercial for ITT TECH .", "tokenized_text": ["has", "anyone", "picked", "up", "the", "wording", "in", "the", "one", "commercial", "for", "itt", "tech"]}, "4640": {"text": "?", "tokenized_text": []}, "4641": {"text": "It shows foreighners in their school and says `` in this country you need skills '' yada yada ... this is directed to enlroll foreighners and racist .", "tokenized_text": ["it", "shows", "foreighners", "in", "their", "school", "and", "says", "in", "this", "country", "you", "need", "skills", "yada", "yada", "this", "is", "directed", "to", "enlroll", "foreighners", "and", "racist"]}, "4642": {"text": "My wife showed me a Kibble 's - n - Bits commercial last night wherein a mixed couple was presented as `` normal . ''", "tokenized_text": ["my", "wife", "showed", "me", "a", "kibble", "s", "n", "bits", "commercial", "last", "night", "wherein", "a", "mixed", "couple", "was", "presented", "as", "normal"]}, "4643": {"text": "Good thing we do not buy that stuff .", "tokenized_text": ["good", "thing", "we", "do", "not", "buy", "that", "stuff"]}, "4644": {"text": "Getting to the heart of a matter works as well .", "tokenized_text": ["getting", "to", "the", "heart", "of", "a", "matter", "works", "as", "well"]}, "4645": {"text": "Or running to a mod seems to work for others when feelings are hurt .", "tokenized_text": ["or", "running", "to", "a", "mod", "seems", "to", "work", "for", "others", "when", "feelings", "are", "hurt"]}, "4646": {"text": "I find this extremely interesting .", "tokenized_text": ["i", "find", "this", "extremely", "interesting"]}, "4647": {"text": "I look forward to commenting when I get more time .", "tokenized_text": ["i", "look", "forward", "to", "commenting", "when", "i", "get", "more", "time"]}, "4648": {"text": "I hope this line of discussion does not die out before its time .", "tokenized_text": ["i", "hope", "this", "line", "of", "discussion", "does", "not", "die", "out", "before", "its", "time"]}, "4649": {"text": "You should not be surprised , i have 2 swedish/finnish friends ... asian looks in women is a must ... so i am not surprised .", "tokenized_text": ["you", "should", "not", "be", "surprised", "i", "have", "2", "swedish", "finnish", "friends", "asian", "looks", "in", "women", "is", "a", "must", "so", "i", "am", "not", "surprised"]}, "4650": {"text": "At least they had someone who would have lifted a weapon towards Terrorist or Commies that would have hurt them ... hehe", "tokenized_text": ["at", "least", "they", "had", "someone", "who", "would", "have", "lifted", "a", "weapon", "towards", "terrorist", "or", "commies", "that", "would", "have", "hurt", "them", "hehe"]}, "4651": {"text": "Please explain so even we on the other side of the sea can understand .", "tokenized_text": ["please", "explain", "so", "even", "we", "on", "the", "other", "side", "of", "the", "sea", "can", "understand"]}, "4652": {"text": "Is it a finnish version of `` F\u00e5r f\u00e5r f\u00e5r ? '' ?", "tokenized_text": ["is", "it", "a", "finnish", "version", "of", "f\u00e5r", "f\u00e5r", "f\u00e5r"]}, "4653": {"text": "I hope that all the security personnel and hangers-on who I saw chasing girls in the Voodoo lounge the other day do n't tell all their friends back in the Bronx about Latvia as a holiday destination !", "tokenized_text": ["i", "hope", "that", "all", "the", "security", "personnel", "and", "hangers", "on", "who", "i", "saw", "chasing", "girls", "in", "the", "voodoo", "lounge", "the", "other", "day", "do", "n", "t", "tell", "all", "their", "friends", "back", "in", "the", "bronx", "about", "latvia", "as", "a", "holiday", "destination"]}, "4654": {"text": "The Norwegian government should print several million copies of this book and distribute it free of charge to every adult Norwegian .", "tokenized_text": ["the", "norwegian", "government", "should", "print", "several", "million", "copies", "of", "this", "book", "and", "distribute", "it", "free", "of", "charge", "to", "every", "adult", "norwegian"]}, "4655": {"text": "Just in case anyone is interested , here 's the thread in the Health & Fitness section : `` Eating Fish Makes You Smarter '' along with another one in the Homemaking section : `` Fish Oils and Pregnancy and Infants = Health Smart Babies '' I think the scientific evidence for the benefits of fish is just overwhelming .", "tokenized_text": ["just", "in", "case", "anyone", "is", "interested", "here", "s", "the", "thread", "in", "the", "health", "fitness", "section", "eating", "fish", "makes", "you", "smarter", "along", "with", "another", "one", "in", "the", "homemaking", "section", "fish", "oils", "and", "pregnancy", "and", "infants", "health", "smart", "babies", "i", "think", "the", "scientific", "evidence", "for", "the", "benefits", "of", "fish", "is", "just", "overwhelming"]}, "4656": {"text": "The main drawback is the potential for excess mercury .", "tokenized_text": ["the", "main", "drawback", "is", "the", "potential", "for", "excess", "mercury"]}, "4657": {"text": "However if you avoid larger fish such as Swordfish and Tuna , your chances of ingesting mercury are substantially reduced .", "tokenized_text": ["however", "if", "you", "avoid", "larger", "fish", "such", "as", "swordfish", "and", "tuna", "your", "chances", "of", "ingesting", "mercury", "are", "substantially", "reduced"]}, "4658": {"text": "Sardines and anchovies , for example , are basically 100 % safe .", "tokenized_text": ["sardines", "and", "anchovies", "for", "example", "are", "basically", "100", "safe"]}, "4659": {"text": "Larger fish eat smaller fish and with each step of ' the big eating small , ' as you go up the chain , any mercury becomes more concentrated , thus the larger the fish , the more chance they will have some mercury in them .", "tokenized_text": ["larger", "fish", "eat", "smaller", "fish", "and", "with", "each", "step", "of", "the", "big", "eating", "small", "as", "you", "go", "up", "the", "chain", "any", "mercury", "becomes", "more", "concentrated", "thus", "the", "larger", "the", "fish", "the", "more", "chance", "they", "will", "have", "some", "mercury", "in", "them"]}, "4660": {"text": ":stupid The liberals and communists of all shades can relax and take it easy .", "tokenized_text": ["stupid", "the", "liberals", "and", "communists", "of", "all", "shades", "can", "relax", "and", "take", "it", "easy"]}, "4661": {"text": "The new government is exactly as anti-White as they want. : upside", "tokenized_text": ["the", "new", "government", "is", "exactly", "as", "anti", "white", "as", "they", "want", "upside"]}, "4662": {"text": "It was disturbing to read that the Swedish foreign minister was stabbed today .", "tokenized_text": ["it", "was", "disturbing", "to", "read", "that", "the", "swedish", "foreign", "minister", "was", "stabbed", "today"]}, "4663": {"text": "I wonder if the attacker was a Swedish national ?", "tokenized_text": ["i", "wonder", "if", "the", "attacker", "was", "a", "swedish", "national"]}, "4664": {"text": "Cossack: There are no Russians with hook nose and dark hair in Russia , except for the jews .", "tokenized_text": ["cossack", "there", "are", "no", "russians", "with", "hook", "nose", "and", "dark", "hair", "in", "russia", "except", "for", "the", "jews"]}, "4665": {"text": "Are you shore ?", "tokenized_text": ["are", "you", "shore"]}, "4666": {"text": "http://rnebarkashov.ru/foto/ff009.jpg", "tokenized_text": ["http", "rnebarkashov", "ru", "foto", "ff009", "jpg"]}, "4667": {"text": "It was too much police and security police involving , but you will see in Latvia.Also , all that crap was lasting about some 45 minutes .", "tokenized_text": ["it", "was", "too", "much", "police", "and", "security", "police", "involving", "but", "you", "will", "see", "in", "latvia", "also", "all", "that", "crap", "was", "lasting", "about", "some", "45", "minutes"]}, "4668": {"text": "2508", "tokenized_text": ["2508"]}, "4669": {"text": "I've been out all day today and I have n't seen a single one of ' em .", "tokenized_text": ["i", "ve", "been", "out", "all", "day", "today", "and", "i", "have", "n", "t", "seen", "a", "single", "one", "of", "em"]}, "4670": {"text": "All in all , it was a good day .", "tokenized_text": ["all", "in", "all", "it", "was", "a", "good", "day"]}, "4671": {"text": "Of course , I live in a rather small town ( 30.000 inhabitants ) .", "tokenized_text": ["of", "course", "i", "live", "in", "a", "rather", "small", "town", "30", "000", "inhabitants"]}, "4672": {"text": "I seen a young Latvian girl at Prague airport with a very dark arab and their little girl about 2 was very dark .", "tokenized_text": ["i", "seen", "a", "young", "latvian", "girl", "at", "prague", "airport", "with", "a", "very", "dark", "arab", "and", "their", "little", "girl", "about", "2", "was", "very", "dark"]}, "4673": {"text": "Hear hear !", "tokenized_text": ["hear", "hear"]}, "4674": {"text": "Voice of sanity speaking at last on SF !", "tokenized_text": ["voice", "of", "sanity", "speaking", "at", "last", "on", "sf"]}, "4675": {"text": "You will get my unreserved and total support !", "tokenized_text": ["you", "will", "get", "my", "unreserved", "and", "total", "support"]}, "4676": {"text": "Hail to the new King of Norway !", "tokenized_text": ["hail", "to", "the", "new", "king", "of", "norway"]}, "4677": {"text": "If everything was in one section no one would be able to follow anything it 's already hectic as it is .", "tokenized_text": ["if", "everything", "was", "in", "one", "section", "no", "one", "would", "be", "able", "to", "follow", "anything", "it", "s", "already", "hectic", "as", "it", "is"]}, "4678": {"text": "Five years ago there were zero `` apathetic refugee children '' in Sweden .", "tokenized_text": ["five", "years", "ago", "there", "were", "zero", "apathetic", "refugee", "children", "in", "sweden"]}, "4679": {"text": "Now there are hundreds and in a few years there will be thousands .", "tokenized_text": ["now", "there", "are", "hundreds", "and", "in", "a", "few", "years", "there", "will", "be", "thousands"]}, "4680": {"text": "All of them plus tens of thousands of their relatives will get to stay here .", "tokenized_text": ["all", "of", "them", "plus", "tens", "of", "thousands", "of", "their", "relatives", "will", "get", "to", "stay", "here"]}, "4681": {"text": "Insanity is running amok in this once great country .", "tokenized_text": ["insanity", "is", "running", "amok", "in", "this", "once", "great", "country"]}, "4682": {"text": "Yes, we are but you will find these people are often Nordic as their subrace .", "tokenized_text": ["yes", "we", "are", "but", "you", "will", "find", "these", "people", "are", "often", "nordic", "as", "their", "subrace"]}, "4683": {"text": "I am 1,96 meters tall , and I can pass as a Norwegian or Danish guy .", "tokenized_text": ["i", "am", "1", "96", "meters", "tall", "and", "i", "can", "pass", "as", "a", "norwegian", "or", "danish", "guy"]}, "4684": {"text": "I saw it on friday Thats just about the right impression ( i believe ) one should have about them .", "tokenized_text": ["i", "saw", "it", "on", "friday", "thats", "just", "about", "the", "right", "impression", "i", "believe", "one", "should", "have", "about", "them"]}, "4685": {"text": "Real shocking ... i was realy upset afterwards", "tokenized_text": ["real", "shocking", "i", "was", "realy", "upset", "afterwards"]}, "4686": {"text": "Strange more people ca n't see the problem !", "tokenized_text": ["strange", "more", "people", "ca", "n", "t", "see", "the", "problem"]}, "4687": {"text": "I blame the school with all it 's ethicts and multicult loving teachers , i 'm saving as many pupils i can , but i fear that 's not enught", "tokenized_text": ["i", "blame", "the", "school", "with", "all", "it", "s", "ethicts", "and", "multicult", "loving", "teachers", "i", "m", "saving", "as", "many", "pupils", "i", "can", "but", "i", "fear", "that", "s", "not", "enught"]}, "4688": {"text": "Aw he was going to send the money back to his niglet family in nigeria ...", "tokenized_text": ["aw", "he", "was", "going", "to", "send", "the", "money", "back", "to", "his", "niglet", "family", "in", "nigeria"]}, "4689": {"text": "Piece of * * * * deserves to be shot .", "tokenized_text": ["piece", "of", "deserves", "to", "be", "shot"]}, "4690": {"text": "Music and the right art to go with it is perfect in my opinion .", "tokenized_text": ["music", "and", "the", "right", "art", "to", "go", "with", "it", "is", "perfect", "in", "my", "opinion"]}, "4691": {"text": "I am not a massive fan of skrewdriver but I like that song .", "tokenized_text": ["i", "am", "not", "a", "massive", "fan", "of", "skrewdriver", "but", "i", "like", "that", "song"]}, "4692": {"text": "YouTube - Hail Combat 18 YouTube - Shebeen - Fields Of Athenry ( Garvaghy Road ) !", "tokenized_text": ["youtube", "hail", "combat", "18", "youtube", "shebeen", "fields", "of", "athenry", "garvaghy", "road"]}, "4693": {"text": "I 'm not sure if these guys are reds but I like this song .", "tokenized_text": ["i", "m", "not", "sure", "if", "these", "guys", "are", "reds", "but", "i", "like", "this", "song"]}, "4694": {"text": "YouTube - In the foggy dew YouTube - BraveHeart Music Video YouTube - Visit Scotland TV Advertisement - Winter Not sure about the message in the last one but at least it shows we 're a white country !", "tokenized_text": ["youtube", "in", "the", "foggy", "dew", "youtube", "braveheart", "music", "video", "youtube", "visit", "scotland", "tv", "advertisement", "winter", "not", "sure", "about", "the", "message", "in", "the", "last", "one", "but", "at", "least", "it", "shows", "we", "re", "a", "white", "country"]}, "4695": {"text": "and i bet not a single one was a dirty African.they will be well taken care of on welfare payments.just like the old days the Irish starve and have to go abroad to find work only this time parasitical foriegners stay here in nice new homes well fed watching big flat screen tellyspeople of Ireland WAKE UP !", "tokenized_text": ["and", "i", "bet", "not", "a", "single", "one", "was", "a", "dirty", "african", "they", "will", "be", "well", "taken", "care", "of", "on", "welfare", "payments", "just", "like", "the", "old", "days", "the", "irish", "starve", "and", "have", "to", "go", "abroad", "to", "find", "work", "only", "this", "time", "parasitical", "foriegners", "stay", "here", "in", "nice", "new", "homes", "well", "fed", "watching", "big", "flat", "screen", "tellyspeople", "of", "ireland", "wake", "up"]}, "4696": {"text": "That was a wonderful article by Kevin Myers .", "tokenized_text": ["that", "was", "a", "wonderful", "article", "by", "kevin", "myers"]}, "4697": {"text": "Please , Ireland , do n't replicate the demographics of London in th Emerald Isle .", "tokenized_text": ["please", "ireland", "do", "n", "t", "replicate", "the", "demographics", "of", "london", "in", "th", "emerald", "isle"]}, "4698": {"text": "Get off your arse and do it yourself.Hand out a few leaflets in some Irish town and show pictures i done it years ago in Dublin why cant you do it now ?", "tokenized_text": ["get", "off", "your", "arse", "and", "do", "it", "yourself", "hand", "out", "a", "few", "leaflets", "in", "some", "irish", "town", "and", "show", "pictures", "i", "done", "it", "years", "ago", "in", "dublin", "why", "cant", "you", "do", "it", "now"]}, "4699": {"text": "no, no. the immigrants stayed out of the ROI until taoiseach charlie haughey opened up our economy in the early 1990s .", "tokenized_text": ["no", "no", "the", "immigrants", "stayed", "out", "of", "the", "roi", "until", "taoiseach", "charlie", "haughey", "opened", "up", "our", "economy", "in", "the", "early", "1990s"]}, "4700": {"text": "Yes I have seen African Blacks driving those type of cars too .", "tokenized_text": ["yes", "i", "have", "seen", "african", "blacks", "driving", "those", "type", "of", "cars", "too"]}, "4701": {"text": "I think when they first come into this country they get those type of old cars then after a year or so they move up to brand new cars .", "tokenized_text": ["i", "think", "when", "they", "first", "come", "into", "this", "country", "they", "get", "those", "type", "of", "old", "cars", "then", "after", "a", "year", "or", "so", "they", "move", "up", "to", "brand", "new", "cars"]}, "4702": {"text": "As far as I know the government gives them money for cars but im not sure how much they recieve and what the terms and conditions are if any .", "tokenized_text": ["as", "far", "as", "i", "know", "the", "government", "gives", "them", "money", "for", "cars", "but", "im", "not", "sure", "how", "much", "they", "recieve", "and", "what", "the", "terms", "and", "conditions", "are", "if", "any"]}, "4703": {"text": "Exactly.", "tokenized_text": ["exactly"]}, "4704": {"text": "Every action he 's taken reveals that he is completely unacceptable. as a citizen , in White societies All the blacks and browns can do is wreck and destroy - and that is all they have done , and do .", "tokenized_text": ["every", "action", "he", "s", "taken", "reveals", "that", "he", "is", "completely", "unacceptable", "as", "a", "citizen", "in", "white", "societies", "all", "the", "blacks", "and", "browns", "can", "do", "is", "wreck", "and", "destroy", "and", "that", "is", "all", "they", "have", "done", "and", "do"]}, "4705": {"text": "how the hell are they going to integrate into Irish society ? They come from a dirt poor medieval country and have spent the last 3 years living in a refugee camp.what skills are they going to bring here ?", "tokenized_text": ["how", "the", "hell", "are", "they", "going", "to", "integrate", "into", "irish", "society", "they", "come", "from", "a", "dirt", "poor", "medieval", "country", "and", "have", "spent", "the", "last", "3", "years", "living", "in", "a", "refugee", "camp", "what", "skills", "are", "they", "going", "to", "bring", "here"]}, "4706": {"text": "Didnt know that .", "tokenized_text": ["didnt", "know", "that"]}, "4707": {"text": "Again I would not pay to see this Drug addict perform no matter how could she was a singer .", "tokenized_text": ["again", "i", "would", "not", "pay", "to", "see", "this", "drug", "addict", "perform", "no", "matter", "how", "could", "she", "was", "a", "singer"]}, "4708": {"text": "Everybody to there own I guess .", "tokenized_text": ["everybody", "to", "there", "own", "i", "guess"]}, "4709": {"text": "I personally think she sounds like a strangled cat .", "tokenized_text": ["i", "personally", "think", "she", "sounds", "like", "a", "strangled", "cat"]}, "4710": {"text": "As for the ' Oxegen experience ' , watch out that your tent does n't get burnt to the ground , like what happened to many people last year .", "tokenized_text": ["as", "for", "the", "oxegen", "experience", "watch", "out", "that", "your", "tent", "does", "n", "t", "get", "burnt", "to", "the", "ground", "like", "what", "happened", "to", "many", "people", "last", "year"]}, "4711": {"text": "If he comes we should support him .", "tokenized_text": ["if", "he", "comes", "we", "should", "support", "him"]}, "4712": {"text": "The reds are always protesting against people like David Irving its time we got out there and counter act them", "tokenized_text": ["the", "reds", "are", "always", "protesting", "against", "people", "like", "david", "irving", "its", "time", "we", "got", "out", "there", "and", "counter", "act", "them"]}, "4713": {"text": "immigrants are desperate to stay here. who can blame them ? our government treats them as lords and we as muck. welcome to SFI Pluirin !", "tokenized_text": ["immigrants", "are", "desperate", "to", "stay", "here", "who", "can", "blame", "them", "our", "government", "treats", "them", "as", "lords", "and", "we", "as", "muck", "welcome", "to", "sfi", "pluirin"]}, "4714": {"text": "What, like blowing up old ladies and little kids ?", "tokenized_text": ["what", "like", "blowing", "up", "old", "ladies", "and", "little", "kids"]}, "4715": {"text": "IRA could have hit a prime minister at any time but chose to hit kids instead .", "tokenized_text": ["ira", "could", "have", "hit", "a", "prime", "minister", "at", "any", "time", "but", "chose", "to", "hit", "kids", "instead"]}, "4716": {"text": "Cowardly scum from the Irish countryside bigging up in army jackets .", "tokenized_text": ["cowardly", "scum", "from", "the", "irish", "countryside", "bigging", "up", "in", "army", "jackets"]}, "4717": {"text": "There is no doubt the Chinese and Japs have giving the world culture .", "tokenized_text": ["there", "is", "no", "doubt", "the", "chinese", "and", "japs", "have", "giving", "the", "world", "culture"]}, "4718": {"text": "Blacks have shown as they are able to survive all year round sitting on their arse waiting for comic relief .", "tokenized_text": ["blacks", "have", "shown", "as", "they", "are", "able", "to", "survive", "all", "year", "round", "sitting", "on", "their", "arse", "waiting", "for", "comic", "relief"]}, "4719": {"text": "Will do so on Monday , David Irving is a political prisoner in a Europe where you can deny the existence of Jesus Christ but go to jail for denying the existence of gas chambers .", "tokenized_text": ["will", "do", "so", "on", "monday", "david", "irving", "is", "a", "political", "prisoner", "in", "a", "europe", "where", "you", "can", "deny", "the", "existence", "of", "jesus", "christ", "but", "go", "to", "jail", "for", "denying", "the", "existence", "of", "gas", "chambers"]}, "4720": {"text": "Hello Direland2006 and welcome to SF .", "tokenized_text": ["hello", "direland2006", "and", "welcome", "to", "sf"]}, "4721": {"text": "There are few places nowadays where there is freedom of speech so you 'll enjoy posting here !", "tokenized_text": ["there", "are", "few", "places", "nowadays", "where", "there", "is", "freedom", "of", "speech", "so", "you", "ll", "enjoy", "posting", "here"]}, "4722": {"text": "I went out with an old friend the other day for a few drinks .", "tokenized_text": ["i", "went", "out", "with", "an", "old", "friend", "the", "other", "day", "for", "a", "few", "drinks"]}, "4723": {"text": "After knocking back a few guinness we got pretty hungry and he said he knew a great place to go get some food , i was disgusted when he brought me to a chinese restaurant .", "tokenized_text": ["after", "knocking", "back", "a", "few", "guinness", "we", "got", "pretty", "hungry", "and", "he", "said", "he", "knew", "a", "great", "place", "to", "go", "get", "some", "food", "i", "was", "disgusted", "when", "he", "brought", "me", "to", "a", "chinese", "restaurant"]}, "4724": {"text": "Naturally as a white nationalist i refused to eat there but my friend didnt understand why .", "tokenized_text": ["naturally", "as", "a", "white", "nationalist", "i", "refused", "to", "eat", "there", "but", "my", "friend", "didnt", "understand", "why"]}, "4725": {"text": "Does anyone else have trouble keeping their life free from foreign influence ?", "tokenized_text": ["does", "anyone", "else", "have", "trouble", "keeping", "their", "life", "free", "from", "foreign", "influence"]}, "4726": {"text": "That doesn`t sound to bad , wait till you see 30 kids , 5 of which are white !", "tokenized_text": ["that", "doesn", "t", "sound", "to", "bad", "wait", "till", "you", "see", "30", "kids", "5", "of", "which", "are", "white"]}, "4727": {"text": "Coming to a town near you soon .", "tokenized_text": ["coming", "to", "a", "town", "near", "you", "soon"]}, "4728": {"text": "Give them their interview but be careful not to say anything stupid.Tape the interview for legal reasons put it up on the net.Let the truth prevail .", "tokenized_text": ["give", "them", "their", "interview", "but", "be", "careful", "not", "to", "say", "anything", "stupid", "tape", "the", "interview", "for", "legal", "reasons", "put", "it", "up", "on", "the", "net", "let", "the", "truth", "prevail"]}, "4729": {"text": "There was a small Nigerian man that lived in the same town as me for about a year .", "tokenized_text": ["there", "was", "a", "small", "nigerian", "man", "that", "lived", "in", "the", "same", "town", "as", "me", "for", "about", "a", "year"]}, "4730": {"text": "He dissappeared somewhere and I thought nothing of it .", "tokenized_text": ["he", "dissappeared", "somewhere", "and", "i", "thought", "nothing", "of", "it"]}, "4731": {"text": "Some months later I heard he got caught getting 4 dole payments a week pretending to be 4 different people !", "tokenized_text": ["some", "months", "later", "i", "heard", "he", "got", "caught", "getting", "4", "dole", "payments", "a", "week", "pretending", "to", "be", "4", "different", "people"]}, "4732": {"text": "Yeah.", "tokenized_text": ["yeah"]}, "4733": {"text": "And Look at the bollix teachers are feeding our kids .", "tokenized_text": ["and", "look", "at", "the", "bollix", "teachers", "are", "feeding", "our", "kids"]}, "4734": {"text": "Wiggah 's are created when they ca n't import the genuine black .", "tokenized_text": ["wiggah", "s", "are", "created", "when", "they", "ca", "n", "t", "import", "the", "genuine", "black"]}, "4735": {"text": "Wasn't that when Steve and Bean got their heads cracked opened ?", "tokenized_text": ["wasn", "t", "that", "when", "steve", "and", "bean", "got", "their", "heads", "cracked", "opened"]}, "4736": {"text": "The other guy is over at the B & H forum ...", "tokenized_text": ["the", "other", "guy", "is", "over", "at", "the", "b", "h", "forum"]}, "4737": {"text": "``MeineEhre heisst Treue Treue und Ehre bis Zum Tod Niemals aufgeben , niemals Reue Das haben wir uns einst geschworn '' Class song .", "tokenized_text": ["meineehre", "heisst", "treue", "treue", "und", "ehre", "bis", "zum", "tod", "niemals", "aufgeben", "niemals", "reue", "das", "haben", "wir", "uns", "einst", "geschworn", "class", "song"]}, "4738": {"text": "Saga is good too , I like any of her stuff that I 've heard , although I hear she is n't too popular with some of the people in the movement in her own country ...", "tokenized_text": ["saga", "is", "good", "too", "i", "like", "any", "of", "her", "stuff", "that", "i", "ve", "heard", "although", "i", "hear", "she", "is", "n", "t", "too", "popular", "with", "some", "of", "the", "people", "in", "the", "movement", "in", "her", "own", "country"]}, "4739": {"text": "Maybe if you opened your eyes you 'd see that I did .", "tokenized_text": ["maybe", "if", "you", "opened", "your", "eyes", "you", "d", "see", "that", "i", "did"]}, "4740": {"text": "It 's not very Irish to talk behind backs , Ted .", "tokenized_text": ["it", "s", "not", "very", "irish", "to", "talk", "behind", "backs", "ted"]}, "4741": {"text": "Still snooping , eh ?", "tokenized_text": ["still", "snooping", "eh"]}, "4742": {"text": "It was no accident .", "tokenized_text": ["it", "was", "no", "accident"]}, "4743": {"text": "The english policy was one of extermination from day 1 .", "tokenized_text": ["the", "english", "policy", "was", "one", "of", "extermination", "from", "day", "1"]}, "4744": {"text": "The famine was a planned event , to pacify a troublesome country .", "tokenized_text": ["the", "famine", "was", "a", "planned", "event", "to", "pacify", "a", "troublesome", "country"]}, "4745": {"text": "https://www.stormfront.org/forum/show...t+20867&page=9 Just go to my post further down the page , Drug dealing , Murdering , Racemixing , Zionist/Masonic scumbags The last picture of the black orangemen , f * ckin hell i nearly split my sides laughing", "tokenized_text": ["https", "www", "stormfront", "org", "forum", "show", "t", "20867", "page", "9", "just", "go", "to", "my", "post", "further", "down", "the", "page", "drug", "dealing", "murdering", "racemixing", "zionist", "masonic", "scumbags", "the", "last", "picture", "of", "the", "black", "orangemen", "f", "ckin", "hell", "i", "nearly", "split", "my", "sides", "laughing"]}, "4746": {"text": "And all nonsense .", "tokenized_text": ["and", "all", "nonsense"]}, "4747": {"text": "If it was n't then it meant that those same Celts went through some serious racial degradation before Europeans really started arriving .", "tokenized_text": ["if", "it", "was", "n", "t", "then", "it", "meant", "that", "those", "same", "celts", "went", "through", "some", "serious", "racial", "degradation", "before", "europeans", "really", "started", "arriving"]}, "4748": {"text": "You would be luckey to see a real Irish person on the TV these days ..", "tokenized_text": ["you", "would", "be", "luckey", "to", "see", "a", "real", "irish", "person", "on", "the", "tv", "these", "days"]}, "4749": {"text": "Besides news and night-time shows .. Its shocking", "tokenized_text": ["besides", "news", "and", "night", "time", "shows", "its", "shocking"]}, "4750": {"text": "Rosanna Davison I think is her name .", "tokenized_text": ["rosanna", "davison", "i", "think", "is", "her", "name"]}, "4751": {"text": "The next time I see her on TV3 bitching about the latest immigrant gripe i 'll * * * * ing die !", "tokenized_text": ["the", "next", "time", "i", "see", "her", "on", "tv3", "bitching", "about", "the", "latest", "immigrant", "gripe", "i", "ll", "ing", "die"]}, "4752": {"text": "What an ugly hag", "tokenized_text": ["what", "an", "ugly", "hag"]}, "4753": {"text": "just posting to say I got a month of community service for stealing lightbulbs out of a place I was renting + a 280Euro fine. compare that to the black rapist a while ago who got off scot free .", "tokenized_text": ["just", "posting", "to", "say", "i", "got", "a", "month", "of", "community", "service", "for", "stealing", "lightbulbs", "out", "of", "a", "place", "i", "was", "renting", "a", "280euro", "fine", "compare", "that", "to", "the", "black", "rapist", "a", "while", "ago", "who", "got", "off", "scot", "free"]}, "4754": {"text": "2508", "tokenized_text": ["2508"]}, "4755": {"text": "Ireland is a strange place for ethnics as there is no pakis But there main ethnic problem is Chinese and Africans Did not see much race mixing among men when I was over last time", "tokenized_text": ["ireland", "is", "a", "strange", "place", "for", "ethnics", "as", "there", "is", "no", "pakis", "but", "there", "main", "ethnic", "problem", "is", "chinese", "and", "africans", "did", "not", "see", "much", "race", "mixing", "among", "men", "when", "i", "was", "over", "last", "time"]}, "4756": {"text": ".I have decided on the flags of the four provinces combined on four squares together as my own favourite flag to wave at Rugby and soccer internationals rather than the Tricoleur or St Pat , s .", "tokenized_text": ["i", "have", "decided", "on", "the", "flags", "of", "the", "four", "provinces", "combined", "on", "four", "squares", "together", "as", "my", "own", "favourite", "flag", "to", "wave", "at", "rugby", "and", "soccer", "internationals", "rather", "than", "the", "tricoleur", "or", "st", "pat", "s"]}, "4757": {"text": "Anyone know where i can buy one .. ? 88 Jab : soldierfn", "tokenized_text": ["anyone", "know", "where", "i", "can", "buy", "one", "88", "jab", "soldierfn"]}, "4758": {"text": "Then why are you posting on Stormfront ?", "tokenized_text": ["then", "why", "are", "you", "posting", "on", "stormfront"]}, "4759": {"text": "Seriously , go somewhere else and have someone else throw a pity party for you .", "tokenized_text": ["seriously", "go", "somewhere", "else", "and", "have", "someone", "else", "throw", "a", "pity", "party", "for", "you"]}, "4760": {"text": "Bye .", "tokenized_text": ["bye"]}, "4761": {"text": "May be SF Ireland could apply to the funding , as it 's working hard to improve White racial relations in the Community ?", "tokenized_text": ["may", "be", "sf", "ireland", "could", "apply", "to", "the", "funding", "as", "it", "s", "working", "hard", "to", "improve", "white", "racial", "relations", "in", "the", "community"]}, "4762": {"text": "I'm down for that , and I could bring along some other WN folks .", "tokenized_text": ["i", "m", "down", "for", "that", "and", "i", "could", "bring", "along", "some", "other", "wn", "folks"]}, "4763": {"text": "Dave you live in frigin Brampton ?!", "tokenized_text": ["dave", "you", "live", "in", "frigin", "brampton"]}, "4764": {"text": "Man that sucks lol ...", "tokenized_text": ["man", "that", "sucks", "lol"]}, "4765": {"text": "Theres an aborigional day , black pride month .", "tokenized_text": ["theres", "an", "aborigional", "day", "black", "pride", "month"]}, "4766": {"text": "I would like too see white people get together and get us a white pride day", "tokenized_text": ["i", "would", "like", "too", "see", "white", "people", "get", "together", "and", "get", "us", "a", "white", "pride", "day"]}, "4767": {"text": "Last I checked though , there are more Europeans being raped by non Europeans in Europe than there have been in Canada", "tokenized_text": ["last", "i", "checked", "though", "there", "are", "more", "europeans", "being", "raped", "by", "non", "europeans", "in", "europe", "than", "there", "have", "been", "in", "canada"]}, "4768": {"text": "I find this news to be astonishing .", "tokenized_text": ["i", "find", "this", "news", "to", "be", "astonishing"]}, "4769": {"text": "Whites in Canada need to wake up and start realizing they are slowly losing their rights .", "tokenized_text": ["whites", "in", "canada", "need", "to", "wake", "up", "and", "start", "realizing", "they", "are", "slowly", "losing", "their", "rights"]}, "4770": {"text": "Hello, I just joined too .", "tokenized_text": ["hello", "i", "just", "joined", "too"]}, "4771": {"text": "I live in a predominantly white area and ca n't imagine what that would be like ..", "tokenized_text": ["i", "live", "in", "a", "predominantly", "white", "area", "and", "ca", "n", "t", "imagine", "what", "that", "would", "be", "like"]}, "4772": {"text": "I've told some immigrants that if they did n't like it here they should just go home .", "tokenized_text": ["i", "ve", "told", "some", "immigrants", "that", "if", "they", "did", "n", "t", "like", "it", "here", "they", "should", "just", "go", "home"]}, "4773": {"text": "For some strange reason they all looked at me as if I had said something offensive when it was just simple logic .", "tokenized_text": ["for", "some", "strange", "reason", "they", "all", "looked", "at", "me", "as", "if", "i", "had", "said", "something", "offensive", "when", "it", "was", "just", "simple", "logic"]}, "4774": {"text": "I knew a girl in school who went out with one .", "tokenized_text": ["i", "knew", "a", "girl", "in", "school", "who", "went", "out", "with", "one"]}, "4775": {"text": "Everyday we called her a race traitor and said her forefathers hang their heads in shame and that she is abusing their sacrifice for her own selfishness .", "tokenized_text": ["everyday", "we", "called", "her", "a", "race", "traitor", "and", "said", "her", "forefathers", "hang", "their", "heads", "in", "shame", "and", "that", "she", "is", "abusing", "their", "sacrifice", "for", "her", "own", "selfishness"]}, "4776": {"text": "They did n't last a week because of it .", "tokenized_text": ["they", "did", "n", "t", "last", "a", "week", "because", "of", "it"]}, "4777": {"text": "FANTASTIC!!", "tokenized_text": ["fantastic"]}, "4778": {"text": "This is EXACTLY the kind of action that will go a long way to saving our race And out of white hating Canada ? who 'd of thought eh ?", "tokenized_text": ["this", "is", "exactly", "the", "kind", "of", "action", "that", "will", "go", "a", "long", "way", "to", "saving", "our", "race", "and", "out", "of", "white", "hating", "canada", "who", "d", "of", "thought", "eh"]}, "4779": {"text": "I was there a few weeks ago .", "tokenized_text": ["i", "was", "there", "a", "few", "weeks", "ago"]}, "4780": {"text": "I noticed a lot of fat little white girls with monkey boyfriends .", "tokenized_text": ["i", "noticed", "a", "lot", "of", "fat", "little", "white", "girls", "with", "monkey", "boyfriends"]}, "4781": {"text": "It was gross .", "tokenized_text": ["it", "was", "gross"]}, "4782": {"text": "The first two being the one that starts with ; `` When the discussion of race comes up , this one makes tempers flare like no other. * If a White person says they 're against interracial marriage , then that 's racist. * If a person of color says they 're against interracial marriage , then that 's protecting their culture and heritage . '' ?", "tokenized_text": ["the", "first", "two", "being", "the", "one", "that", "starts", "with", "when", "the", "discussion", "of", "race", "comes", "up", "this", "one", "makes", "tempers", "flare", "like", "no", "other", "if", "a", "white", "person", "says", "they", "re", "against", "interracial", "marriage", "then", "that", "s", "racist", "if", "a", "person", "of", "color", "says", "they", "re", "against", "interracial", "marriage", "then", "that", "s", "protecting", "their", "culture", "and", "heritage"]}, "4783": {"text": "It's sad Britons are still arguing about the past when the enemy is within. staring them in the face and still do Feck all .", "tokenized_text": ["it", "s", "sad", "britons", "are", "still", "arguing", "about", "the", "past", "when", "the", "enemy", "is", "within", "staring", "them", "in", "the", "face", "and", "still", "do", "feck", "all"]}, "4784": {"text": "A mate from school started talking about this group .", "tokenized_text": ["a", "mate", "from", "school", "started", "talking", "about", "this", "group"]}, "4785": {"text": "I' v checked them out but could n't find much but apparently they have presence in Britain .", "tokenized_text": ["i", "v", "checked", "them", "out", "but", "could", "n", "t", "find", "much", "but", "apparently", "they", "have", "presence", "in", "britain"]}, "4786": {"text": "Just wandering if anyone can fill me about them more ?", "tokenized_text": ["just", "wandering", "if", "anyone", "can", "fill", "me", "about", "them", "more"]}, "4787": {"text": "It's an American term that most people in Britain and Ireland would never have heard if it was n't for American tv shows .", "tokenized_text": ["it", "s", "an", "american", "term", "that", "most", "people", "in", "britain", "and", "ireland", "would", "never", "have", "heard", "if", "it", "was", "n", "t", "for", "american", "tv", "shows"]}, "4788": {"text": "It does n't really mean anything .", "tokenized_text": ["it", "does", "n", "t", "really", "mean", "anything"]}, "4789": {"text": "Black hair is fairly common amongst the Irish , whereas black people are n't .", "tokenized_text": ["black", "hair", "is", "fairly", "common", "amongst", "the", "irish", "whereas", "black", "people", "are", "n", "t"]}, "4790": {"text": "As you have just informed me via a PM that you have added me to your ignore list it really is a valueless post is n't it ?", "tokenized_text": ["as", "you", "have", "just", "informed", "me", "via", "a", "pm", "that", "you", "have", "added", "me", "to", "your", "ignore", "list", "it", "really", "is", "a", "valueless", "post", "is", "n", "t", "it"]}, "4791": {"text": "History Today had a good write up about it.They pointed out that the left wing writers and historians have twisted the actual events to their favour .", "tokenized_text": ["history", "today", "had", "a", "good", "write", "up", "about", "it", "they", "pointed", "out", "that", "the", "left", "wing", "writers", "and", "historians", "have", "twisted", "the", "actual", "events", "to", "their", "favour"]}, "4792": {"text": "Yes, I saw a news broadcast and their ethnic background was a foot note , quickly adding that this kind of abuse happens in all communities .", "tokenized_text": ["yes", "i", "saw", "a", "news", "broadcast", "and", "their", "ethnic", "background", "was", "a", "foot", "note", "quickly", "adding", "that", "this", "kind", "of", "abuse", "happens", "in", "all", "communities"]}, "4793": {"text": "The last major case I remember was another gang of Asians .", "tokenized_text": ["the", "last", "major", "case", "i", "remember", "was", "another", "gang", "of", "asians"]}, "4794": {"text": "We have to learn to appreciate diversity .", "tokenized_text": ["we", "have", "to", "learn", "to", "appreciate", "diversity"]}, "4795": {"text": "I've never been to London but from what I 've heard it 's like spot the white man and every girl down there almost has a little niglet half breed .", "tokenized_text": ["i", "ve", "never", "been", "to", "london", "but", "from", "what", "i", "ve", "heard", "it", "s", "like", "spot", "the", "white", "man", "and", "every", "girl", "down", "there", "almost", "has", "a", "little", "niglet", "half", "breed"]}, "4796": {"text": "Hello, I joined Stormfront today and I am pleased to be here .", "tokenized_text": ["hello", "i", "joined", "stormfront", "today", "and", "i", "am", "pleased", "to", "be", "here"]}, "4797": {"text": "I look forward to posting and have many interesting discussions with you all in the future .", "tokenized_text": ["i", "look", "forward", "to", "posting", "and", "have", "many", "interesting", "discussions", "with", "you", "all", "in", "the", "future"]}, "4798": {"text": "Best Wishes , John Londen .", "tokenized_text": ["best", "wishes", "john", "londen"]}, "4799": {"text": "We are far closer to being neanderthals than apes .", "tokenized_text": ["we", "are", "far", "closer", "to", "being", "neanderthals", "than", "apes"]}, "4800": {"text": "Neanderthals are classified either as a human species or a human subspecies based upon which scientist you 're talking to .", "tokenized_text": ["neanderthals", "are", "classified", "either", "as", "a", "human", "species", "or", "a", "human", "subspecies", "based", "upon", "which", "scientist", "you", "re", "talking", "to"]}, "4801": {"text": "They 're so close that many believe we interbred , you ca n't interbreed with a chimp .", "tokenized_text": ["they", "re", "so", "close", "that", "many", "believe", "we", "interbred", "you", "ca", "n", "t", "interbreed", "with", "a", "chimp"]}, "4802": {"text": "Yes, have you seen the Pancrase tornouments in Japan ?", "tokenized_text": ["yes", "have", "you", "seen", "the", "pancrase", "tornouments", "in", "japan"]}, "4803": {"text": "Thats where Baz Rutten and Ken Shamrock started before UFC 1 .", "tokenized_text": ["thats", "where", "baz", "rutten", "and", "ken", "shamrock", "started", "before", "ufc", "1"]}, "4804": {"text": "I found the whole UFC 1 event on youtube a while ago , was great back then no gloves and only a few rules .", "tokenized_text": ["i", "found", "the", "whole", "ufc", "1", "event", "on", "youtube", "a", "while", "ago", "was", "great", "back", "then", "no", "gloves", "and", "only", "a", "few", "rules"]}, "4805": {"text": "Thank you ... i hope thay you all injojed in last passed football match Croatia-England ... we wasnt so much amused by losing the match ...", "tokenized_text": ["thank", "you", "i", "hope", "thay", "you", "all", "injojed", "in", "last", "passed", "football", "match", "croatia", "england", "we", "wasnt", "so", "much", "amused", "by", "losing", "the", "match"]}, "4806": {"text": "The UAF are just a bunch of middle class faggots , the EDL should steam into them every time they show up to counter a demonstration , they 'll soon run home to daddy .", "tokenized_text": ["the", "uaf", "are", "just", "a", "bunch", "of", "middle", "class", "faggots", "the", "edl", "should", "steam", "into", "them", "every", "time", "they", "show", "up", "to", "counter", "a", "demonstration", "they", "ll", "soon", "run", "home", "to", "daddy"]}, "4807": {"text": "Hi been looking round for a while on this site and finally got round to registering. nice to see a place where we can openly discuss our beliefs .", "tokenized_text": ["hi", "been", "looking", "round", "for", "a", "while", "on", "this", "site", "and", "finally", "got", "round", "to", "registering", "nice", "to", "see", "a", "place", "where", "we", "can", "openly", "discuss", "our", "beliefs"]}, "4808": {"text": "I hate to be the one to say this but they do n't sound like a loving family if they said they would dance on your grave simply because of your racially aware views .", "tokenized_text": ["i", "hate", "to", "be", "the", "one", "to", "say", "this", "but", "they", "do", "n", "t", "sound", "like", "a", "loving", "family", "if", "they", "said", "they", "would", "dance", "on", "your", "grave", "simply", "because", "of", "your", "racially", "aware", "views"]}, "4809": {"text": "I myself would distance myself from a family like that .", "tokenized_text": ["i", "myself", "would", "distance", "myself", "from", "a", "family", "like", "that"]}, "4810": {"text": "I think the only connection homosexuality has to Christianity , in this country , is the large proportion of paedophiles being representatives of Christian churches .", "tokenized_text": ["i", "think", "the", "only", "connection", "homosexuality", "has", "to", "christianity", "in", "this", "country", "is", "the", "large", "proportion", "of", "paedophiles", "being", "representatives", "of", "christian", "churches"]}, "4811": {"text": "It was good to see proud white British people celebrate our lads , the crowd was all white , i wouldve gone if id known it was happening , the traffic was bad today , ill bet thatll be why proud white British people celebrate 2nd Signal Regiment Malton and Pickering Mercury - `` Throng welcomes soldiers at parade '' 104.7 Minster FM - `` 300 soldiers welcomed home in York '' Darlington and Stockton Times - `` 2 Signal Regiment march through York following return from Afghanistan '' Obviously there was sorrow for Lee Rigby and his family , we are outraged and very angry at what happened to him", "tokenized_text": ["it", "was", "good", "to", "see", "proud", "white", "british", "people", "celebrate", "our", "lads", "the", "crowd", "was", "all", "white", "i", "wouldve", "gone", "if", "id", "known", "it", "was", "happening", "the", "traffic", "was", "bad", "today", "ill", "bet", "thatll", "be", "why", "proud", "white", "british", "people", "celebrate", "2nd", "signal", "regiment", "malton", "and", "pickering", "mercury", "throng", "welcomes", "soldiers", "at", "parade", "104", "7", "minster", "fm", "300", "soldiers", "welcomed", "home", "in", "york", "darlington", "and", "stockton", "times", "2", "signal", "regiment", "march", "through", "york", "following", "return", "from", "afghanistan", "obviously", "there", "was", "sorrow", "for", "lee", "rigby", "and", "his", "family", "we", "are", "outraged", "and", "very", "angry", "at", "what", "happened", "to", "him"]}, "4812": {"text": "Thank you .", "tokenized_text": ["thank", "you"]}, "4813": {"text": "I wonder if this is the reason American colonial officers like George Washington could not get a British army commission ?", "tokenized_text": ["i", "wonder", "if", "this", "is", "the", "reason", "american", "colonial", "officers", "like", "george", "washington", "could", "not", "get", "a", "british", "army", "commission"]}, "4814": {"text": "I certainly agree we need to up our game , and do so quickly .", "tokenized_text": ["i", "certainly", "agree", "we", "need", "to", "up", "our", "game", "and", "do", "so", "quickly"]}, "4815": {"text": "The beast we oppose knows it has backed itself into a corner , and at such times , such creatures are at their most aggressive .", "tokenized_text": ["the", "beast", "we", "oppose", "knows", "it", "has", "backed", "itself", "into", "a", "corner", "and", "at", "such", "times", "such", "creatures", "are", "at", "their", "most", "aggressive"]}, "4816": {"text": "there's working class and there 's chav. they 're the only ones breeding yet aspire to act like blacks. they needed direction and national service .", "tokenized_text": ["there", "s", "working", "class", "and", "there", "s", "chav", "they", "re", "the", "only", "ones", "breeding", "yet", "aspire", "to", "act", "like", "blacks", "they", "needed", "direction", "and", "national", "service"]}, "4817": {"text": "My uncle recommended SF to me after I told him how fed up I was with the Russian , Polish , African , and especially the Muslim ! i immigrants in England ...", "tokenized_text": ["my", "uncle", "recommended", "sf", "to", "me", "after", "i", "told", "him", "how", "fed", "up", "i", "was", "with", "the", "russian", "polish", "african", "and", "especially", "the", "muslim", "i", "immigrants", "in", "england"]}, "4818": {"text": "Somebody please give this kid a quick lesson in history , geography & irony before I throw my iPad against the nearest wall", "tokenized_text": ["somebody", "please", "give", "this", "kid", "a", "quick", "lesson", "in", "history", "geography", "irony", "before", "i", "throw", "my", "ipad", "against", "the", "nearest", "wall"]}, "4819": {"text": "Better quality : https : //thepiratebay.se/search/benef ... treet/0/99/205 There is also HD out , but not on YouTube yet .", "tokenized_text": ["better", "quality", "https", "thepiratebay", "se", "search", "benef", "treet", "0", "99", "205", "there", "is", "also", "hd", "out", "but", "not", "on", "youtube", "yet"]}, "4820": {"text": "HD download : https : //mega.co.nz/# ! zBtHCY7A ! Y6gjhR ... FmjjSD6WEq _ r94 ( 1.01 GB ) I read there will be 5 episodes of this .", "tokenized_text": ["hd", "download", "https", "mega", "co", "nz", "zbthcy7a", "y6gjhr", "fmjjsd6weq", "_", "r94", "1", "01", "gb", "i", "read", "there", "will", "be", "5", "episodes", "of", "this"]}, "4821": {"text": "Your right .", "tokenized_text": ["your", "right"]}, "4822": {"text": "I was watching the 6pm news and saw that women reporter with the headscarf .", "tokenized_text": ["i", "was", "watching", "the", "6pm", "news", "and", "saw", "that", "women", "reporter", "with", "the", "headscarf"]}, "4823": {"text": "She was muslim not sikh .", "tokenized_text": ["she", "was", "muslim", "not", "sikh"]}, "4824": {"text": "They are both cultural threats", "tokenized_text": ["they", "are", "both", "cultural", "threats"]}, "4825": {"text": "...for a giant zoo toy erected on the playground of a `` Christian '' school : Freiburg West : Neues Kletterger\u00fcst : MIT EINER SPENDE - badische-zeitung.de", "tokenized_text": ["for", "a", "giant", "zoo", "toy", "erected", "on", "the", "playground", "of", "a", "christian", "school", "freiburg", "west", "neues", "kletterger\u00fcst", "mit", "einer", "spende", "badische", "zeitung", "de"]}, "4826": {"text": "It took them just ten years to do this to Dublin .", "tokenized_text": ["it", "took", "them", "just", "ten", "years", "to", "do", "this", "to", "dublin"]}, "4827": {"text": "They are doing the same to all the white nations .", "tokenized_text": ["they", "are", "doing", "the", "same", "to", "all", "the", "white", "nations"]}, "4828": {"text": "The final solution to the goyim problem .", "tokenized_text": ["the", "final", "solution", "to", "the", "goyim", "problem"]}, "4829": {"text": "Sometimes we are told by our corrupted news that there is a small british colony living in the villages .", "tokenized_text": ["sometimes", "we", "are", "told", "by", "our", "corrupted", "news", "that", "there", "is", "a", "small", "british", "colony", "living", "in", "the", "villages"]}, "4830": {"text": "Every white person is welcome here with the reminder to have an eye for the gypsies .", "tokenized_text": ["every", "white", "person", "is", "welcome", "here", "with", "the", "reminder", "to", "have", "an", "eye", "for", "the", "gypsies"]}, "4831": {"text": "Acts of racism in Ireland show short memories of Irish everywhere Read more : Acts of racism in Ireland show short memories of Irish everywhere | Irish News | IrishCentral Follow us : @IrishCentral on Twitter | IrishCentral on Facebook", "tokenized_text": ["acts", "of", "racism", "in", "ireland", "show", "short", "memories", "of", "irish", "everywhere", "read", "more", "acts", "of", "racism", "in", "ireland", "show", "short", "memories", "of", "irish", "everywhere", "irish", "news", "irishcentral", "follow", "us", "irishcentral", "on", "twitter", "irishcentral", "on", "facebook"]}, "4832": {"text": "she is a snake in the grass do not accept the poisonous advice this snake has to offer .", "tokenized_text": ["she", "is", "a", "snake", "in", "the", "grass", "do", "not", "accept", "the", "poisonous", "advice", "this", "snake", "has", "to", "offer"]}, "4833": {"text": "Marxist America at it again .", "tokenized_text": ["marxist", "america", "at", "it", "again"]}, "4834": {"text": "Wishing a happy New Year to all Slavic brothers and sisters Let 's hope this will be a good year for us", "tokenized_text": ["wishing", "a", "happy", "new", "year", "to", "all", "slavic", "brothers", "and", "sisters", "let", "s", "hope", "this", "will", "be", "a", "good", "year", "for", "us"]}, "4835": {"text": "If this stupid brown savages would stop slaughtering animals or worshipping them ( like they do in India ) , maybe they would n't be starving and so poor .", "tokenized_text": ["if", "this", "stupid", "brown", "savages", "would", "stop", "slaughtering", "animals", "or", "worshipping", "them", "like", "they", "do", "in", "india", "maybe", "they", "would", "n", "t", "be", "starving", "and", "so", "poor"]}, "4836": {"text": "No wonder this races achieve nothing .", "tokenized_text": ["no", "wonder", "this", "races", "achieve", "nothing"]}, "4837": {"text": "This savage has n't moved on from 300 years ago where her ancestors used to cook their enemies in cauldrons , ghastly people .", "tokenized_text": ["this", "savage", "has", "n", "t", "moved", "on", "from", "300", "years", "ago", "where", "her", "ancestors", "used", "to", "cook", "their", "enemies", "in", "cauldrons", "ghastly", "people"]}, "4838": {"text": "I'm not running and giving it to the muds .", "tokenized_text": ["i", "m", "not", "running", "and", "giving", "it", "to", "the", "muds"]}, "4839": {"text": "You can call it a lost cause but I call it home .", "tokenized_text": ["you", "can", "call", "it", "a", "lost", "cause", "but", "i", "call", "it", "home"]}, "4840": {"text": "In several of your posts , you 've managed to show us that you 're not a white nationalist A white nationalist looks out for each others .", "tokenized_text": ["in", "several", "of", "your", "posts", "you", "ve", "managed", "to", "show", "us", "that", "you", "re", "not", "a", "white", "nationalist", "a", "white", "nationalist", "looks", "out", "for", "each", "others"]}, "4841": {"text": "You 've managed to do the total opposite and created meaningless arguments that will get us nowhere .", "tokenized_text": ["you", "ve", "managed", "to", "do", "the", "total", "opposite", "and", "created", "meaningless", "arguments", "that", "will", "get", "us", "nowhere"]}, "4842": {"text": "looking forward to it how lucky are we to have such gorgeous babies. i could n't survive without my kids ( and i certainly consider them my kids with the personalities they have lol )", "tokenized_text": ["looking", "forward", "to", "it", "how", "lucky", "are", "we", "to", "have", "such", "gorgeous", "babies", "i", "could", "n", "t", "survive", "without", "my", "kids", "and", "i", "certainly", "consider", "them", "my", "kids", "with", "the", "personalities", "they", "have", "lol"]}, "4843": {"text": "If they 're not related , they 're not all Slavs .", "tokenized_text": ["if", "they", "re", "not", "related", "they", "re", "not", "all", "slavs"]}, "4844": {"text": "There are southern theories for the origins of the Slavs , you know .", "tokenized_text": ["there", "are", "southern", "theories", "for", "the", "origins", "of", "the", "slavs", "you", "know"]}, "4845": {"text": "I agree , it is about time to stop this , it is the same story every time and nothing good will come from it .", "tokenized_text": ["i", "agree", "it", "is", "about", "time", "to", "stop", "this", "it", "is", "the", "same", "story", "every", "time", "and", "nothing", "good", "will", "come", "from", "it"]}, "4846": {"text": "Wow!", "tokenized_text": ["wow"]}, "4847": {"text": "That could be cool !", "tokenized_text": ["that", "could", "be", "cool"]}, "4848": {"text": "If you were deaf you would n't hear all the `` multiculturalism enriches our society '' rubbish .", "tokenized_text": ["if", "you", "were", "deaf", "you", "would", "n", "t", "hear", "all", "the", "multiculturalism", "enriches", "our", "society", "rubbish"]}, "4849": {"text": "2508", "tokenized_text": ["2508"]}, "4850": {"text": "...mating with other mulattos would be ideal , but since there are n't huge numbers of mulatto children compared to those of Whites or blacks I 'd rather see them up with blacks so that White bloodlines stay intact .", "tokenized_text": ["mating", "with", "other", "mulattos", "would", "be", "ideal", "but", "since", "there", "are", "n", "t", "huge", "numbers", "of", "mulatto", "children", "compared", "to", "those", "of", "whites", "or", "blacks", "i", "d", "rather", "see", "them", "up", "with", "blacks", "so", "that", "white", "bloodlines", "stay", "intact"]}, "4851": {"text": "I wish it was n't real , but it is .", "tokenized_text": ["i", "wish", "it", "was", "n", "t", "real", "but", "it", "is"]}, "4852": {"text": "I lived in a town when I was younger ( here in colorado ) It was tiny , took maybe 30 minutes to walk across the whole town .", "tokenized_text": ["i", "lived", "in", "a", "town", "when", "i", "was", "younger", "here", "in", "colorado", "it", "was", "tiny", "took", "maybe", "30", "minutes", "to", "walk", "across", "the", "whole", "town"]}, "4853": {"text": "The town consisted of , probably 25 % white , and the rest mexican .", "tokenized_text": ["the", "town", "consisted", "of", "probably", "25", "white", "and", "the", "rest", "mexican"]}, "4854": {"text": "Where I live now it is n't so bad .", "tokenized_text": ["where", "i", "live", "now", "it", "is", "n", "t", "so", "bad"]}, "4855": {"text": "I'm not in the Chicago area , but I do know some people in the Chicago area .", "tokenized_text": ["i", "m", "not", "in", "the", "chicago", "area", "but", "i", "do", "know", "some", "people", "in", "the", "chicago", "area"]}, "4856": {"text": "Tell us more about yourself .", "tokenized_text": ["tell", "us", "more", "about", "yourself"]}, "4857": {"text": "Yes, Philidelphia has been over run with black savages , left and right .", "tokenized_text": ["yes", "philidelphia", "has", "been", "over", "run", "with", "black", "savages", "left", "and", "right"]}, "4858": {"text": "That 's all I ever see on the morning news .", "tokenized_text": ["that", "s", "all", "i", "ever", "see", "on", "the", "morning", "news"]}, "4859": {"text": "Well I 'm in the vicinity , anyone up for a chat ?", "tokenized_text": ["well", "i", "m", "in", "the", "vicinity", "anyone", "up", "for", "a", "chat"]}, "4860": {"text": "Back of a bus on a truth or dare when I was in high school , when a moment seem to last forever .", "tokenized_text": ["back", "of", "a", "bus", "on", "a", "truth", "or", "dare", "when", "i", "was", "in", "high", "school", "when", "a", "moment", "seem", "to", "last", "forever"]}, "4861": {"text": "- Karl", "tokenized_text": ["karl"]}, "4862": {"text": "So do I. The small dogs like those maltese and things we call stoep kakkers , because all they are good for is leaving turds on your stoop .", "tokenized_text": ["so", "do", "i", "the", "small", "dogs", "like", "those", "maltese", "and", "things", "we", "call", "stoep", "kakkers", "because", "all", "they", "are", "good", "for", "is", "leaving", "turds", "on", "your", "stoop"]}, "4863": {"text": "Welcome, this is the greatest site to meet like minded white folks like yourself from all over the world .", "tokenized_text": ["welcome", "this", "is", "the", "greatest", "site", "to", "meet", "like", "minded", "white", "folks", "like", "yourself", "from", "all", "over", "the", "world"]}, "4864": {"text": "I too am from cali , but moved out to utah to get away from all the filth .", "tokenized_text": ["i", "too", "am", "from", "cali", "but", "moved", "out", "to", "utah", "to", "get", "away", "from", "all", "the", "filth"]}, "4865": {"text": "Anyways WELCOME !", "tokenized_text": ["anyways", "welcome"]}, "4866": {"text": "WPWW !", "tokenized_text": ["wpww"]}, "4867": {"text": "I'm sure someone will come along .", "tokenized_text": ["i", "m", "sure", "someone", "will", "come", "along"]}, "4868": {"text": "Patience is a virtue you know .", "tokenized_text": ["patience", "is", "a", "virtue", "you", "know"]}, "4869": {"text": "Hell , I 've been single for ....", "tokenized_text": ["hell", "i", "ve", "been", "single", "for"]}, "4870": {"text": "4 years I think , give or take a month or so .", "tokenized_text": ["4", "years", "i", "think", "give", "or", "take", "a", "month", "or", "so"]}, "4871": {"text": "Relationships are highly overrated I think Hang tough .", "tokenized_text": ["relationships", "are", "highly", "overrated", "i", "think", "hang", "tough"]}, "4872": {"text": "I want to have 3 children ! 2 girls and 1 boy but the hardest part now is i got to try and find someone to make them with , but so far no luck", "tokenized_text": ["i", "want", "to", "have", "3", "children", "2", "girls", "and", "1", "boy", "but", "the", "hardest", "part", "now", "is", "i", "got", "to", "try", "and", "find", "someone", "to", "make", "them", "with", "but", "so", "far", "no", "luck"]}, "4873": {"text": "In my opinion this whole gay thing is fashionable now because of the media who constantly force it down your throat .", "tokenized_text": ["in", "my", "opinion", "this", "whole", "gay", "thing", "is", "fashionable", "now", "because", "of", "the", "media", "who", "constantly", "force", "it", "down", "your", "throat"]}, "4874": {"text": "Who controls the media ?", "tokenized_text": ["who", "controls", "the", "media"]}, "4875": {"text": "I wonder ???? 11", "tokenized_text": ["i", "wonder", "11"]}, "4876": {"text": "I moved here because I am going to Germany in September and wanted to see my family before I left .", "tokenized_text": ["i", "moved", "here", "because", "i", "am", "going", "to", "germany", "in", "september", "and", "wanted", "to", "see", "my", "family", "before", "i", "left"]}, "4877": {"text": "Good luck on the magneto-hyperdrive .", "tokenized_text": ["good", "luck", "on", "the", "magneto", "hyperdrive"]}, "4878": {"text": "WehrWolf101", "tokenized_text": ["wehrwolf101"]}, "4879": {"text": "I've met a few people who I talk to outside of SF , and I consider them to be pretty good friends .", "tokenized_text": ["i", "ve", "met", "a", "few", "people", "who", "i", "talk", "to", "outside", "of", "sf", "and", "i", "consider", "them", "to", "be", "pretty", "good", "friends"]}, "4880": {"text": "I am looking for people in north county area .", "tokenized_text": ["i", "am", "looking", "for", "people", "in", "north", "county", "area"]}, "4881": {"text": "I live near Battle Ground , WA and Vancouver , WA Seems like more wiggers and minority supporters around town , standing for leftist B.S. Would n't mind knowing some people out here again .", "tokenized_text": ["i", "live", "near", "battle", "ground", "wa", "and", "vancouver", "wa", "seems", "like", "more", "wiggers", "and", "minority", "supporters", "around", "town", "standing", "for", "leftist", "b", "s", "would", "n", "t", "mind", "knowing", "some", "people", "out", "here", "again"]}, "4882": {"text": "Blut und Ehre !", "tokenized_text": ["blut", "und", "ehre"]}, "4883": {"text": "Chris", "tokenized_text": ["chris"]}, "4884": {"text": "I'm 26 and living in Wisconsin ..... just looking for someone to chat with about similar beliefs and life in general ....... location is unimportant", "tokenized_text": ["i", "m", "26", "and", "living", "in", "wisconsin", "just", "looking", "for", "someone", "to", "chat", "with", "about", "similar", "beliefs", "and", "life", "in", "general", "location", "is", "unimportant"]}, "4885": {"text": "Thanks for the plug John , closest group of NA to Kansas City I know of are some of us in Omaha and the St Louis Unit .", "tokenized_text": ["thanks", "for", "the", "plug", "john", "closest", "group", "of", "na", "to", "kansas", "city", "i", "know", "of", "are", "some", "of", "us", "in", "omaha", "and", "the", "st", "louis", "unit"]}, "4886": {"text": "i live near albany but i could hang out with u if u want we could beat upsome unpure infidels if you would like", "tokenized_text": ["i", "live", "near", "albany", "but", "i", "could", "hang", "out", "with", "u", "if", "u", "want", "we", "could", "beat", "upsome", "unpure", "infidels", "if", "you", "would", "like"]}, "4887": {"text": "well if i have my way there will be another cook out / camp out one of the frist two weeks of aug in very nothern IL", "tokenized_text": ["well", "if", "i", "have", "my", "way", "there", "will", "be", "another", "cook", "out", "camp", "out", "one", "of", "the", "frist", "two", "weeks", "of", "aug", "in", "very", "nothern", "il"]}, "4888": {"text": "Considering this is stormfront I 'd say we are all in agreement that we highly prefer white children to anything else ....", "tokenized_text": ["considering", "this", "is", "stormfront", "i", "d", "say", "we", "are", "all", "in", "agreement", "that", "we", "highly", "prefer", "white", "children", "to", "anything", "else"]}, "4889": {"text": "You should have posted in Rants to see a mix of WN/Anti responses", "tokenized_text": ["you", "should", "have", "posted", "in", "rants", "to", "see", "a", "mix", "of", "wn", "anti", "responses"]}, "4890": {"text": "The booze thing should n't be a big deal .", "tokenized_text": ["the", "booze", "thing", "should", "n", "t", "be", "a", "big", "deal"]}, "4891": {"text": "There are 3 liquor stores in less than half a mile radius and one of them does n't stop selling beer until midnight .", "tokenized_text": ["there", "are", "3", "liquor", "stores", "in", "less", "than", "half", "a", "mile", "radius", "and", "one", "of", "them", "does", "n", "t", "stop", "selling", "beer", "until", "midnight"]}, "4892": {"text": "LOL", "tokenized_text": ["lol"]}, "4893": {"text": "Welcome to Stormfront and please do n't sell your chances short !", "tokenized_text": ["welcome", "to", "stormfront", "and", "please", "do", "n", "t", "sell", "your", "chances", "short"]}, "4894": {"text": "There are multitudes of great people here and a hearty welcome from my us all !", "tokenized_text": ["there", "are", "multitudes", "of", "great", "people", "here", "and", "a", "hearty", "welcome", "from", "my", "us", "all"]}, "4895": {"text": "Hey, he says he wants to conquer the world , not stay home and eat cookies ... he 's obviously got balls to post a picture like that ... more power to him .", "tokenized_text": ["hey", "he", "says", "he", "wants", "to", "conquer", "the", "world", "not", "stay", "home", "and", "eat", "cookies", "he", "s", "obviously", "got", "balls", "to", "post", "a", "picture", "like", "that", "more", "power", "to", "him"]}, "4896": {"text": "Wow, The Birth of a Nation profited ZOG ?", "tokenized_text": ["wow", "the", "birth", "of", "a", "nation", "profited", "zog"]}, "4897": {"text": "Guess I will have to find a new favorite movie .", "tokenized_text": ["guess", "i", "will", "have", "to", "find", "a", "new", "favorite", "movie"]}, "4898": {"text": "I already gave up on Gone With The Wind for the same reason .....", "tokenized_text": ["i", "already", "gave", "up", "on", "gone", "with", "the", "wind", "for", "the", "same", "reason"]}, "4899": {"text": "looking for sisters and brothers to hang out with get to know ...... cant semm to find in in this area ?", "tokenized_text": ["looking", "for", "sisters", "and", "brothers", "to", "hang", "out", "with", "get", "to", "know", "cant", "semm", "to", "find", "in", "in", "this", "area"]}, "4900": {"text": "Lynn336", "tokenized_text": ["lynn336"]}, "4901": {"text": "Hi, So glad to hear from someone so close .", "tokenized_text": ["hi", "so", "glad", "to", "hear", "from", "someone", "so", "close"]}, "4902": {"text": "I was beginning to think i was alone out here .", "tokenized_text": ["i", "was", "beginning", "to", "think", "i", "was", "alone", "out", "here"]}, "4903": {"text": "I am defiantly intrested in maybe hanging out sometime .", "tokenized_text": ["i", "am", "defiantly", "intrested", "in", "maybe", "hanging", "out", "sometime"]}, "4904": {"text": "Get back to me if u have plans to be anywhere within the next few weeks .", "tokenized_text": ["get", "back", "to", "me", "if", "u", "have", "plans", "to", "be", "anywhere", "within", "the", "next", "few", "weeks"]}, "4905": {"text": "I appreciate it ... thanx .", "tokenized_text": ["i", "appreciate", "it", "thanx"]}, "4906": {"text": "heil sisters thank you this is why i wood stand side by side on the front line with my sisters thay are the bast ps AggroOigirl your profile say your are a single mother so i thot you was oi sorry skins for ever Goldenboy 88 WPFR", "tokenized_text": ["heil", "sisters", "thank", "you", "this", "is", "why", "i", "wood", "stand", "side", "by", "side", "on", "the", "front", "line", "with", "my", "sisters", "thay", "are", "the", "bast", "ps", "aggrooigirl", "your", "profile", "say", "your", "are", "a", "single", "mother", "so", "i", "thot", "you", "was", "oi", "sorry", "skins", "for", "ever", "goldenboy", "88", "wpfr"]}, "4907": {"text": "Hello Crystal My name is Andy , and as my screen name states I live in New York .", "tokenized_text": ["hello", "crystal", "my", "name", "is", "andy", "and", "as", "my", "screen", "name", "states", "i", "live", "in", "new", "york"]}, "4908": {"text": "I 'd love to speak with you .", "tokenized_text": ["i", "d", "love", "to", "speak", "with", "you"]}, "4909": {"text": "hi i have short hair im 5 ' 5 racist as hell im not fat im from mass theres a small group of us out here it 's so hard to new meet people with your believes im just looking to date some one who gets were im coming from are make new friends so if your out there give me a email back 88 heily : explode", "tokenized_text": ["hi", "i", "have", "short", "hair", "im", "5", "5", "racist", "as", "hell", "im", "not", "fat", "im", "from", "mass", "theres", "a", "small", "group", "of", "us", "out", "here", "it", "s", "so", "hard", "to", "new", "meet", "people", "with", "your", "believes", "im", "just", "looking", "to", "date", "some", "one", "who", "gets", "were", "im", "coming", "from", "are", "make", "new", "friends", "so", "if", "your", "out", "there", "give", "me", "a", "email", "back", "88", "heily", "explode"]}, "4910": {"text": "I got a pm from him too that was very strange .", "tokenized_text": ["i", "got", "a", "pm", "from", "him", "too", "that", "was", "very", "strange"]}, "4911": {"text": "I got the impression he was trying to sell something to me .", "tokenized_text": ["i", "got", "the", "impression", "he", "was", "trying", "to", "sell", "something", "to", "me"]}, "4912": {"text": "Hey i just wanted to see how many true white weman are around on these forums from Long Island or even New York since most white chicks here are * * * * * * lovers .", "tokenized_text": ["hey", "i", "just", "wanted", "to", "see", "how", "many", "true", "white", "weman", "are", "around", "on", "these", "forums", "from", "long", "island", "or", "even", "new", "york", "since", "most", "white", "chicks", "here", "are", "lovers"]}, "4913": {"text": "It works both ways .", "tokenized_text": ["it", "works", "both", "ways"]}, "4914": {"text": "True , it is hard for white men to find good white woman and it is just as hard for white women to find a good white man .", "tokenized_text": ["true", "it", "is", "hard", "for", "white", "men", "to", "find", "good", "white", "woman", "and", "it", "is", "just", "as", "hard", "for", "white", "women", "to", "find", "a", "good", "white", "man"]}, "4915": {"text": "Camie", "tokenized_text": ["camie"]}, "4916": {"text": "Met some cute Florida girls up at Logan Pass today .", "tokenized_text": ["met", "some", "cute", "florida", "girls", "up", "at", "logan", "pass", "today"]}, "4917": {"text": "They decided to go on a road trip .", "tokenized_text": ["they", "decided", "to", "go", "on", "a", "road", "trip"]}, "4918": {"text": "Interesting timing with the Zimmerman verdict coming soon ... and they are from St. Cloud to the south of Sanford and Orlando , near Kissimmee .", "tokenized_text": ["interesting", "timing", "with", "the", "zimmerman", "verdict", "coming", "soon", "and", "they", "are", "from", "st", "cloud", "to", "the", "south", "of", "sanford", "and", "orlando", "near", "kissimmee"]}, "4919": {"text": "The deer are so abundant that they wander into town all the time to munch on lawns .", "tokenized_text": ["the", "deer", "are", "so", "abundant", "that", "they", "wander", "into", "town", "all", "the", "time", "to", "munch", "on", "lawns"]}, "4920": {"text": "Lots of ice fishing and fly fishing here , antelope , elk and moose too .", "tokenized_text": ["lots", "of", "ice", "fishing", "and", "fly", "fishing", "here", "antelope", "elk", "and", "moose", "too"]}, "4921": {"text": "Also lots of bear .", "tokenized_text": ["also", "lots", "of", "bear"]}, "4922": {"text": "I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508", "tokenized_text": ["i", "clean", "my", "own", "toilet", "as", "for", "public", "toilets", "and", "such", "there", "is", "no", "dirty", "work", "there", "it", "is", "an", "economical", "contribution", "2508"]}, "4923": {"text": "Bighorn - YouTube First Run in Whitefish - Montana - Skifahren in den Rockies mit skiStern.de - Skireisen und mehr ...", "tokenized_text": ["bighorn", "youtube", "first", "run", "in", "whitefish", "montana", "skifahren", "in", "den", "rockies", "mit", "skistern", "de", "skireisen", "und", "mehr"]}, "4924": {"text": "- YouTube short version-bad rock canyon - YouTube", "tokenized_text": ["youtube", "short", "version", "bad", "rock", "canyon", "youtube"]}, "4925": {"text": "Agreed.", "tokenized_text": ["agreed"]}, "4926": {"text": "To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .", "tokenized_text": ["to", "learn", "more", "click", "here", "www", "jonasridgeway", "com", "tech2", "html", "www", "spiritual", "com", "au", "astral", "html", "www", "astralweb", "org", "www", "near", "death", "com", "experiences", "cayce01", "html", "www", "astralvoyage", "com", "projection", "index", "html", "it", "would", "be", "pretty", "cool", "for", "teachers", "to", "tell", "white", "kids", "they", "go", "out", "of", "body", "every", "night"]}, "4927": {"text": "Nice .", "tokenized_text": ["nice"]}, "4928": {"text": "I believe it 's time for Haman to break out his private stash and start sharing with the rest of us .", "tokenized_text": ["i", "believe", "it", "s", "time", "for", "haman", "to", "break", "out", "his", "private", "stash", "and", "start", "sharing", "with", "the", "rest", "of", "us"]}, "4929": {"text": "Hey, she passed away a few weeks ago now ; Did you not read it in the papers or see it in the news ?", "tokenized_text": ["hey", "she", "passed", "away", "a", "few", "weeks", "ago", "now", "did", "you", "not", "read", "it", "in", "the", "papers", "or", "see", "it", "in", "the", "news"]}, "4930": {"text": "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .", "tokenized_text": ["this", "is", "from", "stormfront", "s", "advanced", "scout", "forum", "which", "is", "solely", "devoted", "to", "promoting", "ple", "and", "its", "local", "militant", "front", "legionism"]}, "4931": {"text": "Although many have asked us to put it aside in politics , this thread is for all those who see where HATE FITS IN and why WE NEED THE HATE WAVE TO CONTINUE .", "tokenized_text": ["although", "many", "have", "asked", "us", "to", "put", "it", "aside", "in", "politics", "this", "thread", "is", "for", "all", "those", "who", "see", "where", "hate", "fits", "in", "and", "why", "we", "need", "the", "hate", "wave", "to", "continue"]}, "4932": {"text": "Ouuuuuuu , do I hate !", "tokenized_text": ["ouuuuuuu", "do", "i", "hate"]}, "4933": {"text": "Hi i have not been on here in ages .", "tokenized_text": ["hi", "i", "have", "not", "been", "on", "here", "in", "ages"]}, "4934": {"text": "I am in Southern Georgia now but still open to other possibilities .", "tokenized_text": ["i", "am", "in", "southern", "georgia", "now", "but", "still", "open", "to", "other", "possibilities"]}, "4935": {"text": "If you had your way their would be no whites to pay taxes so the blacks could collect welfare and as they have proved in Africa they are incapable of feeding themselves", "tokenized_text": ["if", "you", "had", "your", "way", "their", "would", "be", "no", "whites", "to", "pay", "taxes", "so", "the", "blacks", "could", "collect", "welfare", "and", "as", "they", "have", "proved", "in", "africa", "they", "are", "incapable", "of", "feeding", "themselves"]}, "4936": {"text": "To hell with making a stand , i think we should all go to the southwest and go on the offenceive and drive every race down into Mexico .", "tokenized_text": ["to", "hell", "with", "making", "a", "stand", "i", "think", "we", "should", "all", "go", "to", "the", "southwest", "and", "go", "on", "the", "offenceive", "and", "drive", "every", "race", "down", "into", "mexico"]}, "4937": {"text": "Here is possibly the best county to live in when one considers the Mud Index .", "tokenized_text": ["here", "is", "possibly", "the", "best", "county", "to", "live", "in", "when", "one", "considers", "the", "mud", "index"]}, "4938": {"text": "Slope County , ND Races in Slope County : White Non-Hispanic ( 99.6 % ) County Population : 767 Land area : 1217.9 sq. mi. This makes the Mud Index 0.003 .", "tokenized_text": ["slope", "county", "nd", "races", "in", "slope", "county", "white", "non", "hispanic", "99", "6", "county", "population", "767", "land", "area", "1217", "9", "sq", "mi", "this", "makes", "the", "mud", "index", "0", "003"]}, "4939": {"text": "That is approximately 3 non-Whites living in a 1218 square mile area .", "tokenized_text": ["that", "is", "approximately", "3", "non", "whites", "living", "in", "a", "1218", "square", "mile", "area"]}, "4940": {"text": "Your post sure had something that was breaking the rules of this board , maybe was too insulting to be posted here .", "tokenized_text": ["your", "post", "sure", "had", "something", "that", "was", "breaking", "the", "rules", "of", "this", "board", "maybe", "was", "too", "insulting", "to", "be", "posted", "here"]}, "4941": {"text": "In this board is allowed to discuss , not to insult .", "tokenized_text": ["in", "this", "board", "is", "allowed", "to", "discuss", "not", "to", "insult"]}, "4942": {"text": "NO!", "tokenized_text": ["no"]}, "4943": {"text": "At least half of all humans are of below-average intelligence .", "tokenized_text": ["at", "least", "half", "of", "all", "humans", "are", "of", "below", "average", "intelligence"]}, "4944": {"text": "This applies to white humans as well .", "tokenized_text": ["this", "applies", "to", "white", "humans", "as", "well"]}, "4945": {"text": "Perhaps four or five percent of all humans are driving the progress of our civilization , the rest are supporting that civilization so that the bright ones can do their work .", "tokenized_text": ["perhaps", "four", "or", "five", "percent", "of", "all", "humans", "are", "driving", "the", "progress", "of", "our", "civilization", "the", "rest", "are", "supporting", "that", "civilization", "so", "that", "the", "bright", "ones", "can", "do", "their", "work"]}, "4946": {"text": "Thanks for your reponse .", "tokenized_text": ["thanks", "for", "your", "reponse"]}, "4947": {"text": "And I have probably said enough on this for now .", "tokenized_text": ["and", "i", "have", "probably", "said", "enough", "on", "this", "for", "now"]}, "4948": {"text": "Please enjoy this video of a lovely young lady signing a song from the opera Jesus Christ Superstar : http://www.youtube.com/watch ? v = ws6X-zV _ Wgs", "tokenized_text": ["please", "enjoy", "this", "video", "of", "a", "lovely", "young", "lady", "signing", "a", "song", "from", "the", "opera", "jesus", "christ", "superstar", "http", "www", "youtube", "com", "watch", "v", "ws6x", "zv", "_", "wgs"]}, "4949": {"text": "Why would we first start in a city ?", "tokenized_text": ["why", "would", "we", "first", "start", "in", "a", "city"]}, "4950": {"text": "Its the rural towns that would allow a community to go unnoticed and unattacked at first .", "tokenized_text": ["its", "the", "rural", "towns", "that", "would", "allow", "a", "community", "to", "go", "unnoticed", "and", "unattacked", "at", "first"]}, "4951": {"text": "Ive heard new zealand was white parasise as well , At this point im just scouting as i have a few years yet till retirement.Hows the cost of living in nz ? :", "tokenized_text": ["ive", "heard", "new", "zealand", "was", "white", "parasise", "as", "well", "at", "this", "point", "im", "just", "scouting", "as", "i", "have", "a", "few", "years", "yet", "till", "retirement", "hows", "the", "cost", "of", "living", "in", "nz"]}, "4952": {"text": "It looks like I have to create MY own copy of PDF file , since the OP version is a read-only item. ( sigh )", "tokenized_text": ["it", "looks", "like", "i", "have", "to", "create", "my", "own", "copy", "of", "pdf", "file", "since", "the", "op", "version", "is", "a", "read", "only", "item", "sigh"]}, "4953": {"text": "Done!", "tokenized_text": ["done"]}, "4954": {"text": "I 'm a firm believer in the PLE concept , I just have to take care of my present financial situation first .", "tokenized_text": ["i", "m", "a", "firm", "believer", "in", "the", "ple", "concept", "i", "just", "have", "to", "take", "care", "of", "my", "present", "financial", "situation", "first"]}, "4955": {"text": "Now I 'm motivated !", "tokenized_text": ["now", "i", "m", "motivated"]}, "4956": {"text": "It looks like White culture , something we have lost down here in Texas .", "tokenized_text": ["it", "looks", "like", "white", "culture", "something", "we", "have", "lost", "down", "here", "in", "texas"]}, "4957": {"text": "There are n't any towns down here that are as clean and well kept as Kalispell .", "tokenized_text": ["there", "are", "n", "t", "any", "towns", "down", "here", "that", "are", "as", "clean", "and", "well", "kept", "as", "kalispell"]}, "4958": {"text": "Great work Mjodr .", "tokenized_text": ["great", "work", "mjodr"]}, "4959": {"text": "Most white girls are taught and brainwashed to love black guys , only way is to properly educate them and show them what savages they truly are .", "tokenized_text": ["most", "white", "girls", "are", "taught", "and", "brainwashed", "to", "love", "black", "guys", "only", "way", "is", "to", "properly", "educate", "them", "and", "show", "them", "what", "savages", "they", "truly", "are"]}, "4960": {"text": "I dont think it will work moot is too much of a libtard to allow that going on for too long", "tokenized_text": ["i", "dont", "think", "it", "will", "work", "moot", "is", "too", "much", "of", "a", "libtard", "to", "allow", "that", "going", "on", "for", "too", "long"]}, "4961": {"text": "Council of White Patriot Voters Open Letter To NAACP Over Gay Marriage CWPV Open Letter To NAACP Over Gay Marriage - The Council Of White Patriot Voters", "tokenized_text": ["council", "of", "white", "patriot", "voters", "open", "letter", "to", "naacp", "over", "gay", "marriage", "cwpv", "open", "letter", "to", "naacp", "over", "gay", "marriage", "the", "council", "of", "white", "patriot", "voters"]}, "4962": {"text": "How hard is it for Americans to get to SA ?", "tokenized_text": ["how", "hard", "is", "it", "for", "americans", "to", "get", "to", "sa"]}, "4963": {"text": "I have never had a visa or left the continental USA", "tokenized_text": ["i", "have", "never", "had", "a", "visa", "or", "left", "the", "continental", "usa"]}, "4964": {"text": "If I feel threatened especially by these fools you can bet I 'll be just as quick to kill as they are .", "tokenized_text": ["if", "i", "feel", "threatened", "especially", "by", "these", "fools", "you", "can", "bet", "i", "ll", "be", "just", "as", "quick", "to", "kill", "as", "they", "are"]}, "4965": {"text": "Acting like an animal show 's nothing .", "tokenized_text": ["acting", "like", "an", "animal", "show", "s", "nothing"]}, "4966": {"text": "Trust me they can be defeated .", "tokenized_text": ["trust", "me", "they", "can", "be", "defeated"]}, "4967": {"text": "White people have guns also .", "tokenized_text": ["white", "people", "have", "guns", "also"]}, "4968": {"text": "How about matchbooks ?", "tokenized_text": ["how", "about", "matchbooks"]}, "4969": {"text": "Owners at bars dont even look at just have bartenders place on bar .", "tokenized_text": ["owners", "at", "bars", "dont", "even", "look", "at", "just", "have", "bartenders", "place", "on", "bar"]}, "4970": {"text": "Imagine a bunch of people carrying these in their possession .", "tokenized_text": ["imagine", "a", "bunch", "of", "people", "carrying", "these", "in", "their", "possession"]}, "4971": {"text": "( Once saw ad for funeral home on some in a bar ) LOL People dont pay attention but some do notice .", "tokenized_text": ["once", "saw", "ad", "for", "funeral", "home", "on", "some", "in", "a", "bar", "lol", "people", "dont", "pay", "attention", "but", "some", "do", "notice"]}, "4972": {"text": "The subtle message .", "tokenized_text": ["the", "subtle", "message"]}, "4973": {"text": "Three more posters ready - these are definitely anti-race-mixing !", "tokenized_text": ["three", "more", "posters", "ready", "these", "are", "definitely", "anti", "race", "mixing"]}, "4974": {"text": "Click to enlarge , then save to desktop to use ! cb punet square1.PNG cbr punet square1.PNG ca punet square1.PNG I made these a few days ago and was using them on Craig 's List in Europe .", "tokenized_text": ["click", "to", "enlarge", "then", "save", "to", "desktop", "to", "use", "cb", "punet", "square1", "png", "cbr", "punet", "square1", "png", "ca", "punet", "square1", "png", "i", "made", "these", "a", "few", "days", "ago", "and", "was", "using", "them", "on", "craig", "s", "list", "in", "europe"]}, "4975": {"text": "Those of you that go on Craig 's List may have seen them around recently .", "tokenized_text": ["those", "of", "you", "that", "go", "on", "craig", "s", "list", "may", "have", "seen", "them", "around", "recently"]}, "4976": {"text": "No one else is going to bother telling this story .", "tokenized_text": ["no", "one", "else", "is", "going", "to", "bother", "telling", "this", "story"]}, "4977": {"text": "I 'm glad that you 're planning on getting out there to do it .", "tokenized_text": ["i", "m", "glad", "that", "you", "re", "planning", "on", "getting", "out", "there", "to", "do", "it"]}, "4978": {"text": "I am willing to attend , support and protect Mr. Taylor 's event and his freedom of speech anywhere close to Michigan", "tokenized_text": ["i", "am", "willing", "to", "attend", "support", "and", "protect", "mr", "taylor", "s", "event", "and", "his", "freedom", "of", "speech", "anywhere", "close", "to", "michigan"]}, "4979": {"text": "And some people say that the Klan is n't doing anything today to make a difference .", "tokenized_text": ["and", "some", "people", "say", "that", "the", "klan", "is", "n", "t", "doing", "anything", "today", "to", "make", "a", "difference"]}, "4980": {"text": "These same people , must eat their stupid pills like they were candy .", "tokenized_text": ["these", "same", "people", "must", "eat", "their", "stupid", "pills", "like", "they", "were", "candy"]}, "4981": {"text": "I'm going to try my hand at laying this out .", "tokenized_text": ["i", "m", "going", "to", "try", "my", "hand", "at", "laying", "this", "out"]}, "4982": {"text": "I 'll leave a blank line where the phone number goes ; that will allow for locals to write or stamp it in .", "tokenized_text": ["i", "ll", "leave", "a", "blank", "line", "where", "the", "phone", "number", "goes", "that", "will", "allow", "for", "locals", "to", "write", "or", "stamp", "it", "in"]}, "4983": {"text": "Arkan _ USA", "tokenized_text": ["arkan", "_", "usa"]}, "4984": {"text": "I stopped going to Burger King three years ago when I got food poisoning from one of their restaurants .", "tokenized_text": ["i", "stopped", "going", "to", "burger", "king", "three", "years", "ago", "when", "i", "got", "food", "poisoning", "from", "one", "of", "their", "restaurants"]}, "4985": {"text": "I was sick for a week and lost 400 bucks in pay because I had to take the time off work !", "tokenized_text": ["i", "was", "sick", "for", "a", "week", "and", "lost", "400", "bucks", "in", "pay", "because", "i", "had", "to", "take", "the", "time", "off", "work"]}, "4986": {"text": "I dont mean with kids THAT young , you are doing the right thing with them.But an extreme approach works with teenagers", "tokenized_text": ["i", "dont", "mean", "with", "kids", "that", "young", "you", "are", "doing", "the", "right", "thing", "with", "them", "but", "an", "extreme", "approach", "works", "with", "teenagers"]}, "4987": {"text": "That's one of the best statements I 've read on this site .", "tokenized_text": ["that", "s", "one", "of", "the", "best", "statements", "i", "ve", "read", "on", "this", "site"]}, "4988": {"text": "I thank you for your dedication to our cause .", "tokenized_text": ["i", "thank", "you", "for", "your", "dedication", "to", "our", "cause"]}, "4989": {"text": "I also want to say you have a great website .", "tokenized_text": ["i", "also", "want", "to", "say", "you", "have", "a", "great", "website"]}, "4990": {"text": "Great!!", "tokenized_text": ["great"]}, "4991": {"text": "I will take your word for it and thank you , this is even better news to understand his political views and what kind of people he will accept as supporters .", "tokenized_text": ["i", "will", "take", "your", "word", "for", "it", "and", "thank", "you", "this", "is", "even", "better", "news", "to", "understand", "his", "political", "views", "and", "what", "kind", "of", "people", "he", "will", "accept", "as", "supporters"]}, "4992": {"text": "He and Judge Moore spoke at a Constitution Party event in St. Louis and drew over 600 people .", "tokenized_text": ["he", "and", "judge", "moore", "spoke", "at", "a", "constitution", "party", "event", "in", "st", "louis", "and", "drew", "over", "600", "people"]}, "4993": {"text": "Cool, finally got it working just in time to hear someone call in and let the host know that thanks to Stormfront , the show is being listened to all over the world .", "tokenized_text": ["cool", "finally", "got", "it", "working", "just", "in", "time", "to", "hear", "someone", "call", "in", "and", "let", "the", "host", "know", "that", "thanks", "to", "stormfront", "the", "show", "is", "being", "listened", "to", "all", "over", "the", "world"]}, "4994": {"text": "Probably the largest listening audience he 's ever had .", "tokenized_text": ["probably", "the", "largest", "listening", "audience", "he", "s", "ever", "had"]}, "4995": {"text": "The British Protestants built strange communities in Northern Ireland , and the Irish Catholics said : `` What is happening here ? ''", "tokenized_text": ["the", "british", "protestants", "built", "strange", "communities", "in", "northern", "ireland", "and", "the", "irish", "catholics", "said", "what", "is", "happening", "here"]}, "4996": {"text": "The state of Israel built strange communities on the West Bank , and the Palestinians said : `` What is happening here ? ''", "tokenized_text": ["the", "state", "of", "israel", "built", "strange", "communities", "on", "the", "west", "bank", "and", "the", "palestinians", "said", "what", "is", "happening", "here"]}, "4997": {"text": "The hippies moved in from all across the nation to the Haight Ashbury and the family types there said : `` This is a strange community '' The hippies who knew laughed and a group called Buffalo Springfield made a song about it \" `` What is happening here , what it is ai n't exactly clear . ''", "tokenized_text": ["the", "hippies", "moved", "in", "from", "all", "across", "the", "nation", "to", "the", "haight", "ashbury", "and", "the", "family", "types", "there", "said", "this", "is", "a", "strange", "community", "the", "hippies", "who", "knew", "laughed", "and", "a", "group", "called", "buffalo", "springfield", "made", "a", "song", "about", "it", "what", "is", "happening", "here", "what", "it", "is", "ai", "n", "t", "exactly", "clear"]}, "4998": {"text": "Another songwriter encouraged many more people to come : `` If you 're going to San Francisco , be sure to wear a flower in your hair . ''", "tokenized_text": ["another", "songwriter", "encouraged", "many", "more", "people", "to", "come", "if", "you", "re", "going", "to", "san", "francisco", "be", "sure", "to", "wear", "a", "flower", "in", "your", "hair"]}, "4999": {"text": "The homosexual outcasts of the nation quietly moved into San Francisco 's Castro District , and the families who lived there said : `` What is happening here '' Eventually a few conscious Whites noticed and said : `` This is what is happening , and at last , at last , it 's time to wake the sleepers . ''", "tokenized_text": ["the", "homosexual", "outcasts", "of", "the", "nation", "quietly", "moved", "into", "san", "francisco", "s", "castro", "district", "and", "the", "families", "who", "lived", "there", "said", "what", "is", "happening", "here", "eventually", "a", "few", "conscious", "whites", "noticed", "and", "said", "this", "is", "what", "is", "happening", "and", "at", "last", "at", "last", "it", "s", "time", "to", "wake", "the", "sleepers"]}, "5000": {"text": "I have a suggestion for distribution of your collection .", "tokenized_text": ["i", "have", "a", "suggestion", "for", "distribution", "of", "your", "collection"]}, "5001": {"text": "Zip it up into one big file and share it on Gnotella as a new movie .", "tokenized_text": ["zip", "it", "up", "into", "one", "big", "file", "and", "share", "it", "on", "gnotella", "as", "a", "new", "movie"]}, "5002": {"text": "Then keep changing the name of the file as new movies come out .", "tokenized_text": ["then", "keep", "changing", "the", "name", "of", "the", "file", "as", "new", "movies", "come", "out"]}, "5003": {"text": "The jews in Hollywood would almost be happy about that", "tokenized_text": ["the", "jews", "in", "hollywood", "would", "almost", "be", "happy", "about", "that"]}, "5004": {"text": "Thanks I' am 31 y old , and it 's too old for a military career in france. i was soldier in a fighting unity during two years ( sapper ) .", "tokenized_text": ["thanks", "i", "am", "31", "y", "old", "and", "it", "s", "too", "old", "for", "a", "military", "career", "in", "france", "i", "was", "soldier", "in", "a", "fighting", "unity", "during", "two", "years", "sapper"]}, "5005": {"text": "Actually I never had too many women until I became a white nationalist .", "tokenized_text": ["actually", "i", "never", "had", "too", "many", "women", "until", "i", "became", "a", "white", "nationalist"]}, "5006": {"text": "I believe this was because I broke with my fear and finally got honest with myself .", "tokenized_text": ["i", "believe", "this", "was", "because", "i", "broke", "with", "my", "fear", "and", "finally", "got", "honest", "with", "myself"]}, "5007": {"text": "I now have a wife and kids and I would n't have it any other way .", "tokenized_text": ["i", "now", "have", "a", "wife", "and", "kids", "and", "i", "would", "n", "t", "have", "it", "any", "other", "way"]}, "5008": {"text": "Quick!", "tokenized_text": ["quick"]}, "5009": {"text": "This is a pop quiz !", "tokenized_text": ["this", "is", "a", "pop", "quiz"]}, "5010": {"text": "You have 10 seconds to list each of your 8 kids names AND the names of their 8 different fathers .", "tokenized_text": ["you", "have", "10", "seconds", "to", "list", "each", "of", "your", "8", "kids", "names", "and", "the", "names", "of", "their", "8", "different", "fathers"]}, "5011": {"text": "Ready .... GO !!!", "tokenized_text": ["ready", "go"]}, "5012": {"text": "Because they a vile plague on all of mankind that no one really likes .", "tokenized_text": ["because", "they", "a", "vile", "plague", "on", "all", "of", "mankind", "that", "no", "one", "really", "likes"]}, "5013": {"text": "I hate the term black in reference to the Niggardly kind .", "tokenized_text": ["i", "hate", "the", "term", "black", "in", "reference", "to", "the", "niggardly", "kind"]}, "5014": {"text": "Black is a color but the Negroids more than not resemble a walking pile of feces with arms and legs ... they even stink !", "tokenized_text": ["black", "is", "a", "color", "but", "the", "negroids", "more", "than", "not", "resemble", "a", "walking", "pile", "of", "feces", "with", "arms", "and", "legs", "they", "even", "stink"]}, "5015": {"text": "And speaking of which , do you find it as comical as I do that people so lacking in beauty would want to become beauticians ?", "tokenized_text": ["and", "speaking", "of", "which", "do", "you", "find", "it", "as", "comical", "as", "i", "do", "that", "people", "so", "lacking", "in", "beauty", "would", "want", "to", "become", "beauticians"]}, "5016": {"text": "That 's like Michael Moore opening up a fitness center .", "tokenized_text": ["that", "s", "like", "michael", "moore", "opening", "up", "a", "fitness", "center"]}, "5017": {"text": "You are the one telling the story .", "tokenized_text": ["you", "are", "the", "one", "telling", "the", "story"]}, "5018": {"text": "How about you tell us about whatever it is going on in your head .", "tokenized_text": ["how", "about", "you", "tell", "us", "about", "whatever", "it", "is", "going", "on", "in", "your", "head"]}, "5019": {"text": "Maybe it had something to do with the Soviets not even having the funds to keep an ample supply of food or toilet paper in their own country .", "tokenized_text": ["maybe", "it", "had", "something", "to", "do", "with", "the", "soviets", "not", "even", "having", "the", "funds", "to", "keep", "an", "ample", "supply", "of", "food", "or", "toilet", "paper", "in", "their", "own", "country"]}, "5020": {"text": "Hate Asians ?", "tokenized_text": ["hate", "asians"]}, "5021": {"text": "I do n't hate Asians , I respect Asians .", "tokenized_text": ["i", "do", "n", "t", "hate", "asians", "i", "respect", "asians"]}, "5022": {"text": "Any race of people who has been around for a few thousand years and still managed to stay Asian without being called racists must be doing something right .", "tokenized_text": ["any", "race", "of", "people", "who", "has", "been", "around", "for", "a", "few", "thousand", "years", "and", "still", "managed", "to", "stay", "asian", "without", "being", "called", "racists", "must", "be", "doing", "something", "right"]}, "5023": {"text": "I'd probably point out the inherent contradiction in calling it MULTI-culturalism if the goal is to consolidate all cultures ( into one ) .", "tokenized_text": ["i", "d", "probably", "point", "out", "the", "inherent", "contradiction", "in", "calling", "it", "multi", "culturalism", "if", "the", "goal", "is", "to", "consolidate", "all", "cultures", "into", "one"]}, "5024": {"text": "Your both our enemies plain and simple , jews try to destroy us with their immigration and the jew would not be able to get as far as they did if many of them did not look white .", "tokenized_text": ["your", "both", "our", "enemies", "plain", "and", "simple", "jews", "try", "to", "destroy", "us", "with", "their", "immigration", "and", "the", "jew", "would", "not", "be", "able", "to", "get", "as", "far", "as", "they", "did", "if", "many", "of", "them", "did", "not", "look", "white"]}, "5025": {"text": "I'm young and viciously angry I 'm not going to lie or apologize for my actions i treat non whites like utter crap and i always have and always will they are n't human in my eyes Anyone who tries to wipe out my race and culture will be met by hostility by me any race who rape and abuse their and my women will be met by hostility and contempt by me WPWW", "tokenized_text": ["i", "m", "young", "and", "viciously", "angry", "i", "m", "not", "going", "to", "lie", "or", "apologize", "for", "my", "actions", "i", "treat", "non", "whites", "like", "utter", "crap", "and", "i", "always", "have", "and", "always", "will", "they", "are", "n", "t", "human", "in", "my", "eyes", "anyone", "who", "tries", "to", "wipe", "out", "my", "race", "and", "culture", "will", "be", "met", "by", "hostility", "by", "me", "any", "race", "who", "rape", "and", "abuse", "their", "and", "my", "women", "will", "be", "met", "by", "hostility", "and", "contempt", "by", "me", "wpww"]}, "5026": {"text": "Maybe we should put' em in prison until they 're fifty , right up front , so Sid can figure it in to the cost of admission", "tokenized_text": ["maybe", "we", "should", "put", "em", "in", "prison", "until", "they", "re", "fifty", "right", "up", "front", "so", "sid", "can", "figure", "it", "in", "to", "the", "cost", "of", "admission"]}, "5027": {"text": "Being a peaceful nation today is the same as the embrace multiculturalism and do nothing against non-white imigration .", "tokenized_text": ["being", "a", "peaceful", "nation", "today", "is", "the", "same", "as", "the", "embrace", "multiculturalism", "and", "do", "nothing", "against", "non", "white", "imigration"]}, "5028": {"text": "About the Chinese , those who remain in their own country are good , those who become illegal immigrants in white nations are bad .", "tokenized_text": ["about", "the", "chinese", "those", "who", "remain", "in", "their", "own", "country", "are", "good", "those", "who", "become", "illegal", "immigrants", "in", "white", "nations", "are", "bad"]}, "5029": {"text": "I've heard that men with AIDS in Africa think having sex with a virgin will cure them .", "tokenized_text": ["i", "ve", "heard", "that", "men", "with", "aids", "in", "africa", "think", "having", "sex", "with", "a", "virgin", "will", "cure", "them"]}, "5030": {"text": "It 's usually not consensual .", "tokenized_text": ["it", "s", "usually", "not", "consensual"]}, "5031": {"text": "Those Asians and Blacks would continue to imitate Whites just to gain an upper hand or just to show that they are `` superior '' .", "tokenized_text": ["those", "asians", "and", "blacks", "would", "continue", "to", "imitate", "whites", "just", "to", "gain", "an", "upper", "hand", "or", "just", "to", "show", "that", "they", "are", "superior"]}, "5032": {"text": "It is like they would bleach their hair blonde and bleach their skin `` White '' , speak English , etc but still they would torment others with their Black characteristics .", "tokenized_text": ["it", "is", "like", "they", "would", "bleach", "their", "hair", "blonde", "and", "bleach", "their", "skin", "white", "speak", "english", "etc", "but", "still", "they", "would", "torment", "others", "with", "their", "black", "characteristics"]}, "5033": {"text": "Aren't u tired of ur propaganda ??", "tokenized_text": ["aren", "t", "u", "tired", "of", "ur", "propaganda"]}, "5034": {"text": "There are assimilated Gypsies , Tats , Udins , Talysh , etc among Arme nians just like u have assimilated Tatars ... but Most Armenians look like this , especially Western Armenians , victims of Genocide which u mention here ...", "tokenized_text": ["there", "are", "assimilated", "gypsies", "tats", "udins", "talysh", "etc", "among", "arme", "nians", "just", "like", "u", "have", "assimilated", "tatars", "but", "most", "armenians", "look", "like", "this", "especially", "western", "armenians", "victims", "of", "genocide", "which", "u", "mention", "here"]}, "5035": {"text": "Yes and unfortunately the Mayans were eating it well over 1,500 years ago !", "tokenized_text": ["yes", "and", "unfortunately", "the", "mayans", "were", "eating", "it", "well", "over", "1", "500", "years", "ago"]}, "5036": {"text": "Mr.", "tokenized_text": ["mr"]}, "5037": {"text": "Carver is as much of a fraud as Michael King !", "tokenized_text": ["carver", "is", "as", "much", "of", "a", "fraud", "as", "michael", "king"]}, "5038": {"text": "Sounds like they might have some Palestinians of either the Muslim or Judaic variety in the woodpile , throwing stones like that .", "tokenized_text": ["sounds", "like", "they", "might", "have", "some", "palestinians", "of", "either", "the", "muslim", "or", "judaic", "variety", "in", "the", "woodpile", "throwing", "stones", "like", "that"]}, "5039": {"text": "No, I call it hypocrisy and it goes against what you and your peers preach .", "tokenized_text": ["no", "i", "call", "it", "hypocrisy", "and", "it", "goes", "against", "what", "you", "and", "your", "peers", "preach"]}, "5040": {"text": "You are no different than any other manipulating Jew .", "tokenized_text": ["you", "are", "no", "different", "than", "any", "other", "manipulating", "jew"]}, "5041": {"text": "You are lying and flip-flopping .", "tokenized_text": ["you", "are", "lying", "and", "flip", "flopping"]}, "5042": {"text": "Thanks for wasting my time .", "tokenized_text": ["thanks", "for", "wasting", "my", "time"]}, "5043": {"text": "I know something that will really turn them on and that they will absolutely love and is very useful for shutting them up :", "tokenized_text": ["i", "know", "something", "that", "will", "really", "turn", "them", "on", "and", "that", "they", "will", "absolutely", "love", "and", "is", "very", "useful", "for", "shutting", "them", "up"]}, "5044": {"text": "Chicago passed New York as America 's murder capital in 2012 despite the Windy City only having a third of the Big Apple 's population .", "tokenized_text": ["chicago", "passed", "new", "york", "as", "america", "s", "murder", "capital", "in", "2012", "despite", "the", "windy", "city", "only", "having", "a", "third", "of", "the", "big", "apple", "s", "population"]}, "5045": {"text": "The FBI recorded 500 murders in Chicago in 2012 , up from 431 in 2011 .", "tokenized_text": ["the", "fbi", "recorded", "500", "murders", "in", "chicago", "in", "2012", "up", "from", "431", "in", "2011"]}, "5046": {"text": "New York reported 419 murders in 2012 , down from 515 the year before .", "tokenized_text": ["new", "york", "reported", "419", "murders", "in", "2012", "down", "from", "515", "the", "year", "before"]}, "5047": {"text": "However , on a per-capita basis , the bureau reported that Flint , Michigan was more dangerous than the two larger cities .", "tokenized_text": ["however", "on", "a", "per", "capita", "basis", "the", "bureau", "reported", "that", "flint", "michigan", "was", "more", "dangerous", "than", "the", "two", "larger", "cities"]}, "5048": {"text": "One in every 1,613 residents of Flint were murder victims last year , as the city of 101,558 reported 63 murders in 2012 .", "tokenized_text": ["one", "in", "every", "1", "613", "residents", "of", "flint", "were", "murder", "victims", "last", "year", "as", "the", "city", "of", "101", "558", "reported", "63", "murders", "in", "2012"]}, "5049": {"text": "... Why is Flint so violent ?", "tokenized_text": ["why", "is", "flint", "so", "violent"]}, "5050": {"text": "FBI : Chicago officially America 's murder capital | Fox News", "tokenized_text": ["fbi", "chicago", "officially", "america", "s", "murder", "capital", "fox", "news"]}, "5051": {"text": "To understand ancient Egyptians you should read up on modern Egyptians .", "tokenized_text": ["to", "understand", "ancient", "egyptians", "you", "should", "read", "up", "on", "modern", "egyptians"]}, "5052": {"text": "Racily very little has changed .", "tokenized_text": ["racily", "very", "little", "has", "changed"]}, "5053": {"text": "Egyptians - Wikipedia , the free encyclopedia", "tokenized_text": ["egyptians", "wikipedia", "the", "free", "encyclopedia"]}, "5054": {"text": "The majority of them are as stupid as real Negroes .", "tokenized_text": ["the", "majority", "of", "them", "are", "as", "stupid", "as", "real", "negroes"]}, "5055": {"text": "I do not think anyone looks up to white Negroes , just the black ones and then they become wiggers .", "tokenized_text": ["i", "do", "not", "think", "anyone", "looks", "up", "to", "white", "negroes", "just", "the", "black", "ones", "and", "then", "they", "become", "wiggers"]}, "5056": {"text": "All of those things you list are personal reasons .", "tokenized_text": ["all", "of", "those", "things", "you", "list", "are", "personal", "reasons"]}, "5057": {"text": "The only thing that matters is you are a target because of your race .", "tokenized_text": ["the", "only", "thing", "that", "matters", "is", "you", "are", "a", "target", "because", "of", "your", "race"]}, "5058": {"text": "You either stand with your people or they will stand over your dead body .", "tokenized_text": ["you", "either", "stand", "with", "your", "people", "or", "they", "will", "stand", "over", "your", "dead", "body"]}, "5059": {"text": "Their is a group of people behind the scenes orchestrating your destruction and they are using non Whites as tools to accomplish their agenda .", "tokenized_text": ["their", "is", "a", "group", "of", "people", "behind", "the", "scenes", "orchestrating", "your", "destruction", "and", "they", "are", "using", "non", "whites", "as", "tools", "to", "accomplish", "their", "agenda"]}, "5060": {"text": "Obama chooses to identify as black , and Zimmerman chooses to identify as Hispanic .", "tokenized_text": ["obama", "chooses", "to", "identify", "as", "black", "and", "zimmerman", "chooses", "to", "identify", "as", "hispanic"]}, "5061": {"text": "They are black and Hispanic , not white .", "tokenized_text": ["they", "are", "black", "and", "hispanic", "not", "white"]}, "5062": {"text": "They do n't even claim their white parent .", "tokenized_text": ["they", "do", "n", "t", "even", "claim", "their", "white", "parent"]}, "5063": {"text": "The other day I Jewgled 72 shot Chicago and NO mainstream media listing came up--just smaller outlets and blogs .", "tokenized_text": ["the", "other", "day", "i", "jewgled", "72", "shot", "chicago", "and", "no", "mainstream", "media", "listing", "came", "up", "just", "smaller", "outlets", "and", "blogs"]}, "5064": {"text": "Gee , why do n't those `` sons of Obama '' matter ?", "tokenized_text": ["gee", "why", "do", "n", "t", "those", "sons", "of", "obama", "matter"]}, "5065": {"text": "Mr. Farkel thinks Whites are too stupid to be doctors and if we had an all White society we would have no doctors and no one to pull our teeth out .", "tokenized_text": ["mr", "farkel", "thinks", "whites", "are", "too", "stupid", "to", "be", "doctors", "and", "if", "we", "had", "an", "all", "white", "society", "we", "would", "have", "no", "doctors", "and", "no", "one", "to", "pull", "our", "teeth", "out"]}, "5066": {"text": "I think he is wrong .", "tokenized_text": ["i", "think", "he", "is", "wrong"]}, "5067": {"text": "Do you have a way to support the claim made in another thread that Native Americans were not the first human inhabitants of the Americas , since you can no longer defend your claims in this thread ?", "tokenized_text": ["do", "you", "have", "a", "way", "to", "support", "the", "claim", "made", "in", "another", "thread", "that", "native", "americans", "were", "not", "the", "first", "human", "inhabitants", "of", "the", "americas", "since", "you", "can", "no", "longer", "defend", "your", "claims", "in", "this", "thread"]}, "5068": {"text": "Are you asking the Africans in South Africa why they hate White people so much that they have murdered over 40 thousand of them since the end of White rule ?", "tokenized_text": ["are", "you", "asking", "the", "africans", "in", "south", "africa", "why", "they", "hate", "white", "people", "so", "much", "that", "they", "have", "murdered", "over", "40", "thousand", "of", "them", "since", "the", "end", "of", "white", "rule"]}, "5069": {"text": "The negro would n't have big buffed muscle body if it was n't for white man 's technology .", "tokenized_text": ["the", "negro", "would", "n", "t", "have", "big", "buffed", "muscle", "body", "if", "it", "was", "n", "t", "for", "white", "man", "s", "technology"]}, "5070": {"text": "Africans are tall , thin and lanky and pretty ugly beasts . ... and I 'm just being kind .", "tokenized_text": ["africans", "are", "tall", "thin", "and", "lanky", "and", "pretty", "ugly", "beasts", "and", "i", "m", "just", "being", "kind"]}, "5071": {"text": "The email to that account does n't even exist anymore .", "tokenized_text": ["the", "email", "to", "that", "account", "does", "n", "t", "even", "exist", "anymore"]}, "5072": {"text": "I 've seen several banned people get a new account and nothing bad came out of it , plus it 's not like the last account is active anymore .", "tokenized_text": ["i", "ve", "seen", "several", "banned", "people", "get", "a", "new", "account", "and", "nothing", "bad", "came", "out", "of", "it", "plus", "it", "s", "not", "like", "the", "last", "account", "is", "active", "anymore"]}, "5073": {"text": "But we 'll see .", "tokenized_text": ["but", "we", "ll", "see"]}, "5074": {"text": "Actually there is no way you can go back up the rabbit hole after you have gone down it .", "tokenized_text": ["actually", "there", "is", "no", "way", "you", "can", "go", "back", "up", "the", "rabbit", "hole", "after", "you", "have", "gone", "down", "it"]}, "5075": {"text": "Unless you have no conscience .", "tokenized_text": ["unless", "you", "have", "no", "conscience"]}, "5076": {"text": "I think it 's because whites see Asians to be most like us of any other race .", "tokenized_text": ["i", "think", "it", "s", "because", "whites", "see", "asians", "to", "be", "most", "like", "us", "of", "any", "other", "race"]}, "5077": {"text": "Not to mention the sick Asian perversion many white men have .", "tokenized_text": ["not", "to", "mention", "the", "sick", "asian", "perversion", "many", "white", "men", "have"]}, "5078": {"text": "Nonwhite immigration regardless of if it 's legal or not still results in the destruction of white countries and communities .", "tokenized_text": ["nonwhite", "immigration", "regardless", "of", "if", "it", "s", "legal", "or", "not", "still", "results", "in", "the", "destruction", "of", "white", "countries", "and", "communities"]}, "5079": {"text": "The white population must have a place it calls its own , segregated .", "tokenized_text": ["the", "white", "population", "must", "have", "a", "place", "it", "calls", "its", "own", "segregated"]}, "5080": {"text": "YouTube - SAS Survival Secrets Ep1 Pt 1/6 YouTube - SAS Survival Secrets Ep1 Pt 2/6 YouTube - SAS Survival Secrets Ep1 Pt 3/6 YouTube - SAS Survival Secrets Ep1 Pt 4/6 YouTube - SAS Survival Secrets Ep1 Pt 5/6 YouTube - SAS Survival Secrets Ep1 Pt 6/6", "tokenized_text": ["youtube", "sas", "survival", "secrets", "ep1", "pt", "1", "6", "youtube", "sas", "survival", "secrets", "ep1", "pt", "2", "6", "youtube", "sas", "survival", "secrets", "ep1", "pt", "3", "6", "youtube", "sas", "survival", "secrets", "ep1", "pt", "4", "6", "youtube", "sas", "survival", "secrets", "ep1", "pt", "5", "6", "youtube", "sas", "survival", "secrets", "ep1", "pt", "6", "6"]}, "5081": {"text": "You know the more they talk gun control , the more people go buy .", "tokenized_text": ["you", "know", "the", "more", "they", "talk", "gun", "control", "the", "more", "people", "go", "buy"]}, "5082": {"text": "I wonder if she has stock in any of the popular manufacturers .", "tokenized_text": ["i", "wonder", "if", "she", "has", "stock", "in", "any", "of", "the", "popular", "manufacturers"]}, "5083": {"text": "Greetings all .", "tokenized_text": ["greetings", "all"]}, "5084": {"text": "First post on Stormfront .", "tokenized_text": ["first", "post", "on", "stormfront"]}, "5085": {"text": "Hope it 's not a re-post in any way shape or form .", "tokenized_text": ["hope", "it", "s", "not", "a", "re", "post", "in", "any", "way", "shape", "or", "form"]}, "5086": {"text": "'According to okayafrica.com ' : ' A violent scene unfolded Monday at the University of the Free State in South Africa when black students and workers disrupting a rugby match were attacked by white students .", "tokenized_text": ["according", "to", "okayafrica", "com", "a", "violent", "scene", "unfolded", "monday", "at", "the", "university", "of", "the", "free", "state", "in", "south", "africa", "when", "black", "students", "and", "workers", "disrupting", "a", "rugby", "match", "were", "attacked", "by", "white", "students"]}, "5087": {"text": "Workers have been protesting to end outsourcing at the Bloemfontein university since last Thursday .", "tokenized_text": ["workers", "have", "been", "protesting", "to", "end", "outsourcing", "at", "the", "bloemfontein", "university", "since", "last", "thursday"]}, "5088": {"text": "Monday afternoon a group of protesters took to the field during the 17th minute of an on-campus rugby match .", "tokenized_text": ["monday", "afternoon", "a", "group", "of", "protesters", "took", "to", "the", "field", "during", "the", "17th", "minute", "of", "an", "on", "campus", "rugby", "match"]}, "5089": {"text": "Spectators ran onto the field and began beating the protesters . '", "tokenized_text": ["spectators", "ran", "onto", "the", "field", "and", "began", "beating", "the", "protesters"]}, "5090": {"text": "Black Student Protesters Beaten By White Students At South African University Rugby Match Okayafrica .", "tokenized_text": ["black", "student", "protesters", "beaten", "by", "white", "students", "at", "south", "african", "university", "rugby", "match", "okayafrica"]}, "5091": {"text": "Bit of a different perspective : What was really going on when violence broke out at the varsity rugby match ? [ video ] | The South African", "tokenized_text": ["bit", "of", "a", "different", "perspective", "what", "was", "really", "going", "on", "when", "violence", "broke", "out", "at", "the", "varsity", "rugby", "match", "video", "the", "south", "african"]}, "5092": {"text": "Aryan Legacy Feel free to use our site for your project .", "tokenized_text": ["aryan", "legacy", "feel", "free", "to", "use", "our", "site", "for", "your", "project"]}, "5093": {"text": "We have plenty of articles , photos , music & we 're going to start uploading videos soon .", "tokenized_text": ["we", "have", "plenty", "of", "articles", "photos", "music", "we", "re", "going", "to", "start", "uploading", "videos", "soon"]}, "5094": {"text": "17 days since Halloween .", "tokenized_text": ["17", "days", "since", "halloween"]}, "5095": {"text": "Over half a month .", "tokenized_text": ["over", "half", "a", "month"]}, "5096": {"text": "Next week is Thanksgiving .", "tokenized_text": ["next", "week", "is", "thanksgiving"]}, "5097": {"text": "Still seeing remnants of Halloween in AFFLUENT neighborhoods .", "tokenized_text": ["still", "seeing", "remnants", "of", "halloween", "in", "affluent", "neighborhoods"]}, "5098": {"text": "Christmas decorations are starting to appear .", "tokenized_text": ["christmas", "decorations", "are", "starting", "to", "appear"]}, "5099": {"text": "But still seeing them pumpkins .", "tokenized_text": ["but", "still", "seeing", "them", "pumpkins"]}, "5100": {"text": "The only way you be able to do a photo like that today is to hire actors .", "tokenized_text": ["the", "only", "way", "you", "be", "able", "to", "do", "a", "photo", "like", "that", "today", "is", "to", "hire", "actors"]}, "5101": {"text": "A Black Father taking care of his kids ?", "tokenized_text": ["a", "black", "father", "taking", "care", "of", "his", "kids"]}, "5102": {"text": "That 's unheard of today !", "tokenized_text": ["that", "s", "unheard", "of", "today"]}, "5103": {"text": "Nearly everything if not all acts that the liberals carry out damage this nation and our people .", "tokenized_text": ["nearly", "everything", "if", "not", "all", "acts", "that", "the", "liberals", "carry", "out", "damage", "this", "nation", "and", "our", "people"]}, "5104": {"text": "They are scum , they are traitors .", "tokenized_text": ["they", "are", "scum", "they", "are", "traitors"]}, "5105": {"text": "I'm surprised the Montreal flag gives pride of place to the English St Geroge 's cross .", "tokenized_text": ["i", "m", "surprised", "the", "montreal", "flag", "gives", "pride", "of", "place", "to", "the", "english", "st", "geroge", "s", "cross"]}, "5106": {"text": "Having said that , i like it .", "tokenized_text": ["having", "said", "that", "i", "like", "it"]}, "5107": {"text": "I would like to say that I really had a great time last night and that I felt it was a very well organized night with a great message .", "tokenized_text": ["i", "would", "like", "to", "say", "that", "i", "really", "had", "a", "great", "time", "last", "night", "and", "that", "i", "felt", "it", "was", "a", "very", "well", "organized", "night", "with", "a", "great", "message"]}, "5108": {"text": "I was also surprised how many people were able to fit inside your clubhouse but was very happy to see so many people .", "tokenized_text": ["i", "was", "also", "surprised", "how", "many", "people", "were", "able", "to", "fit", "inside", "your", "clubhouse", "but", "was", "very", "happy", "to", "see", "so", "many", "people"]}, "5109": {"text": "Great job guys .", "tokenized_text": ["great", "job", "guys"]}, "5110": {"text": "It has been claimed that the black African invented the stick , but that is a lie .", "tokenized_text": ["it", "has", "been", "claimed", "that", "the", "black", "african", "invented", "the", "stick", "but", "that", "is", "a", "lie"]}, "5111": {"text": "A primate was the fist to invent a stick in Africa , a black just stole it from him .", "tokenized_text": ["a", "primate", "was", "the", "fist", "to", "invent", "a", "stick", "in", "africa", "a", "black", "just", "stole", "it", "from", "him"]}, "5112": {"text": "You can also try this Online Education Directory To find out a good rated online school .", "tokenized_text": ["you", "can", "also", "try", "this", "online", "education", "directory", "to", "find", "out", "a", "good", "rated", "online", "school"]}, "5113": {"text": "Hope it will help you .", "tokenized_text": ["hope", "it", "will", "help", "you"]}, "5114": {"text": "You are exactly right .", "tokenized_text": ["you", "are", "exactly", "right"]}, "5115": {"text": "White women are okay to promote , but males are still carrying the sins of their Grandfathers ^ 3 .", "tokenized_text": ["white", "women", "are", "okay", "to", "promote", "but", "males", "are", "still", "carrying", "the", "sins", "of", "their", "grandfathers", "3"]}, "5116": {"text": "Strange how the Swedes were once the most peaceful people in the world , then the Jews make them into liberals who wanted to genocide them selves .", "tokenized_text": ["strange", "how", "the", "swedes", "were", "once", "the", "most", "peaceful", "people", "in", "the", "world", "then", "the", "jews", "make", "them", "into", "liberals", "who", "wanted", "to", "genocide", "them", "selves"]}, "5117": {"text": "Yep, all junk .", "tokenized_text": ["yep", "all", "junk"]}, "5118": {"text": "If I was back home the only reason I would go was to meet up with some of you guys for lunch or something .", "tokenized_text": ["if", "i", "was", "back", "home", "the", "only", "reason", "i", "would", "go", "was", "to", "meet", "up", "with", "some", "of", "you", "guys", "for", "lunch", "or", "something"]}, "5119": {"text": "Definitely would n't go to try to buy some of those useless weapons .", "tokenized_text": ["definitely", "would", "n", "t", "go", "to", "try", "to", "buy", "some", "of", "those", "useless", "weapons"]}, "5120": {"text": "I was going to say - before you added that last line - they look like a bunch of frightened monkeys with guns ....", "tokenized_text": ["i", "was", "going", "to", "say", "before", "you", "added", "that", "last", "line", "they", "look", "like", "a", "bunch", "of", "frightened", "monkeys", "with", "guns"]}, "5121": {"text": "The Israelis knocked down 150 sites hosted by 1st Amendment , 75 of which were pro-white , including mine .", "tokenized_text": ["the", "israelis", "knocked", "down", "150", "sites", "hosted", "by", "1st", "amendment", "75", "of", "which", "were", "pro", "white", "including", "mine"]}, "5122": {"text": "It should be back up any day , and the link to the store is actually www.14store.com/shop which you can look at but not yet buy at , once it 's back up .", "tokenized_text": ["it", "should", "be", "back", "up", "any", "day", "and", "the", "link", "to", "the", "store", "is", "actually", "www", "14store", "com", "shop", "which", "you", "can", "look", "at", "but", "not", "yet", "buy", "at", "once", "it", "s", "back", "up"]}, "5123": {"text": "Here are the CDs I want to sell : Beethoven : Symphonies Nos. 5 & 7 - Kleiber Beethoven : Symphony No. 9 - Furtwangler Bruckner : Symphony No. 9 - Furtwangler Handel : Music for the Royal Fireworks ; Water Music - Marriner Howard Hanson : Orchestral Works - Schermerhorn J.S. Bach : Great Organ Works - Hurford Norwegian Classical Favorites - Engeset The Best of Baroque Music - Edlinger Twilight of the Gods : The Essential Wagner Collection - Dorati , Karajan , Sinopoli , Bohm , Gerdes , Kubelik Most of these were recommended by fellow Stormfronters .", "tokenized_text": ["here", "are", "the", "cds", "i", "want", "to", "sell", "beethoven", "symphonies", "nos", "5", "7", "kleiber", "beethoven", "symphony", "no", "9", "furtwangler", "bruckner", "symphony", "no", "9", "furtwangler", "handel", "music", "for", "the", "royal", "fireworks", "water", "music", "marriner", "howard", "hanson", "orchestral", "works", "schermerhorn", "j", "s", "bach", "great", "organ", "works", "hurford", "norwegian", "classical", "favorites", "engeset", "the", "best", "of", "baroque", "music", "edlinger", "twilight", "of", "the", "gods", "the", "essential", "wagner", "collection", "dorati", "karajan", "sinopoli", "bohm", "gerdes", "kubelik", "most", "of", "these", "were", "recommended", "by", "fellow", "stormfronters"]}, "5124": {"text": "This is my 666th post .", "tokenized_text": ["this", "is", "my", "666th", "post"]}, "5125": {"text": "I wonder if one of these guys is a Jew .", "tokenized_text": ["i", "wonder", "if", "one", "of", "these", "guys", "is", "a", "jew"]}, "5126": {"text": "White South Africans should be free to move where ever they like in Euorpe .", "tokenized_text": ["white", "south", "africans", "should", "be", "free", "to", "move", "where", "ever", "they", "like", "in", "euorpe"]}, "5127": {"text": "The people running SA into the ground , want to wipe them all out .", "tokenized_text": ["the", "people", "running", "sa", "into", "the", "ground", "want", "to", "wipe", "them", "all", "out"]}, "5128": {"text": "Graduate school seems like a good place to meet and marry a man who is as intelligent as she obviously is .", "tokenized_text": ["graduate", "school", "seems", "like", "a", "good", "place", "to", "meet", "and", "marry", "a", "man", "who", "is", "as", "intelligent", "as", "she", "obviously", "is"]}, "5129": {"text": "German Folk Music - YouTube Wait for the second song on this track .", "tokenized_text": ["german", "folk", "music", "youtube", "wait", "for", "the", "second", "song", "on", "this", "track"]}, "5130": {"text": "The German men sound so sexy .", "tokenized_text": ["the", "german", "men", "sound", "so", "sexy"]}, "5131": {"text": "Oh and the 3rd song too .", "tokenized_text": ["oh", "and", "the", "3rd", "song", "too"]}, "5132": {"text": "How about the hook noses ?", "tokenized_text": ["how", "about", "the", "hook", "noses"]}, "5133": {"text": "They are way over represented compared to their ability .", "tokenized_text": ["they", "are", "way", "over", "represented", "compared", "to", "their", "ability"]}, "5134": {"text": "This is going to stir up a lot of yellow hatred for the hebrews .", "tokenized_text": ["this", "is", "going", "to", "stir", "up", "a", "lot", "of", "yellow", "hatred", "for", "the", "hebrews"]}, "5135": {"text": "Till now yellow has been happy to ride the minority tide .", "tokenized_text": ["till", "now", "yellow", "has", "been", "happy", "to", "ride", "the", "minority", "tide"]}, "5136": {"text": "I agree , Asian nations are relatively stable compared to Africa and S. America so I wonder why Asians even come to America at all .", "tokenized_text": ["i", "agree", "asian", "nations", "are", "relatively", "stable", "compared", "to", "africa", "and", "s", "america", "so", "i", "wonder", "why", "asians", "even", "come", "to", "america", "at", "all"]}, "5137": {"text": "The enemy of Germany has been inside the borders for some time .", "tokenized_text": ["the", "enemy", "of", "germany", "has", "been", "inside", "the", "borders", "for", "some", "time"]}, "5138": {"text": "The citizens who look to fight the people that walk the street are targeting the foot of the beast .", "tokenized_text": ["the", "citizens", "who", "look", "to", "fight", "the", "people", "that", "walk", "the", "street", "are", "targeting", "the", "foot", "of", "the", "beast"]}, "5139": {"text": "Well your more than welcome too move out here from where ever your at .", "tokenized_text": ["well", "your", "more", "than", "welcome", "too", "move", "out", "here", "from", "where", "ever", "your", "at"]}, "5140": {"text": "Someone looking to take things seriously and be active are sometimes hard to find .", "tokenized_text": ["someone", "looking", "to", "take", "things", "seriously", "and", "be", "active", "are", "sometimes", "hard", "to", "find"]}, "5141": {"text": "My good friend and neighbor carries his like that too .", "tokenized_text": ["my", "good", "friend", "and", "neighbor", "carries", "his", "like", "that", "too"]}, "5142": {"text": "It 's safe to do that if you are experienced I think .", "tokenized_text": ["it", "s", "safe", "to", "do", "that", "if", "you", "are", "experienced", "i", "think"]}, "5143": {"text": "Those pictures are truly beautiful .", "tokenized_text": ["those", "pictures", "are", "truly", "beautiful"]}, "5144": {"text": "They speak of the soul of our Race .", "tokenized_text": ["they", "speak", "of", "the", "soul", "of", "our", "race"]}, "5145": {"text": "The soul that guided the Ukrainian people to fight the Beast with a great courage .", "tokenized_text": ["the", "soul", "that", "guided", "the", "ukrainian", "people", "to", "fight", "the", "beast", "with", "a", "great", "courage"]}, "5146": {"text": "YouTube - Ukraine in WW2", "tokenized_text": ["youtube", "ukraine", "in", "ww2"]}, "5147": {"text": "I wonder how the CBC will try to spin this ?", "tokenized_text": ["i", "wonder", "how", "the", "cbc", "will", "try", "to", "spin", "this"]}, "5148": {"text": "On second thought they wo n't report it at all .", "tokenized_text": ["on", "second", "thought", "they", "wo", "n", "t", "report", "it", "at", "all"]}, "5149": {"text": "That would n't be nice .", "tokenized_text": ["that", "would", "n", "t", "be", "nice"]}, "5150": {"text": "Didn't you get the government memo ?", "tokenized_text": ["didn", "t", "you", "get", "the", "government", "memo"]}, "5151": {"text": "Diversity means anything but white .", "tokenized_text": ["diversity", "means", "anything", "but", "white"]}, "5152": {"text": "Even if it 's all black or all Pakistani , that 's somehow `` diverse '' .", "tokenized_text": ["even", "if", "it", "s", "all", "black", "or", "all", "pakistani", "that", "s", "somehow", "diverse"]}, "5153": {"text": "They get to see thousands of years of History and Culture and Bloodlines destroyed .", "tokenized_text": ["they", "get", "to", "see", "thousands", "of", "years", "of", "history", "and", "culture", "and", "bloodlines", "destroyed"]}, "5154": {"text": "Are you suggesting they should n't appreciate this ?", "tokenized_text": ["are", "you", "suggesting", "they", "should", "n", "t", "appreciate", "this"]}, "5155": {"text": "Mam and Dad 's side both Irish .", "tokenized_text": ["mam", "and", "dad", "s", "side", "both", "irish"]}, "5156": {"text": "If you wanna go into specifics , one name is Anglo-Norman while the other is Anglo-Irish .", "tokenized_text": ["if", "you", "wanna", "go", "into", "specifics", "one", "name", "is", "anglo", "norman", "while", "the", "other", "is", "anglo", "irish"]}, "5157": {"text": "I keep two bowls of candy near my door. between 5 and 7 , it is mostly neighborhood kids ( mostly middle class whites but a few middle class non-whites ) .", "tokenized_text": ["i", "keep", "two", "bowls", "of", "candy", "near", "my", "door", "between", "5", "and", "7", "it", "is", "mostly", "neighborhood", "kids", "mostly", "middle", "class", "whites", "but", "a", "few", "middle", "class", "non", "whites"]}, "5158": {"text": "Those kids get the candy from the good bowl .", "tokenized_text": ["those", "kids", "get", "the", "candy", "from", "the", "good", "bowl"]}, "5159": {"text": "After 7 , the kids from the poor neighborhoods start showing up ( usually poor blacks ) .", "tokenized_text": ["after", "7", "the", "kids", "from", "the", "poor", "neighborhoods", "start", "showing", "up", "usually", "poor", "blacks"]}, "5160": {"text": "I give them my left over candy from last year and my left over candy from Easter .", "tokenized_text": ["i", "give", "them", "my", "left", "over", "candy", "from", "last", "year", "and", "my", "left", "over", "candy", "from", "easter"]}, "5161": {"text": "I usually turn off my lights and refuse to answer my door after 7 : 30 .", "tokenized_text": ["i", "usually", "turn", "off", "my", "lights", "and", "refuse", "to", "answer", "my", "door", "after", "7", "30"]}, "5162": {"text": "I once knew a half Berber half Sicilian with straight blonde hair and green eyes there was nothing Negroid about him at all .", "tokenized_text": ["i", "once", "knew", "a", "half", "berber", "half", "sicilian", "with", "straight", "blonde", "hair", "and", "green", "eyes", "there", "was", "nothing", "negroid", "about", "him", "at", "all"]}, "5163": {"text": "Hey, guys I 'm new to SF but I 've long had right wing views about immigration looking to join a white nationalist group I live in Huron county PM me if you have a group I could join or if you know of one in my area !", "tokenized_text": ["hey", "guys", "i", "m", "new", "to", "sf", "but", "i", "ve", "long", "had", "right", "wing", "views", "about", "immigration", "looking", "to", "join", "a", "white", "nationalist", "group", "i", "live", "in", "huron", "county", "pm", "me", "if", "you", "have", "a", "group", "i", "could", "join", "or", "if", "you", "know", "of", "one", "in", "my", "area"]}, "5164": {"text": "Thanks !", "tokenized_text": ["thanks"]}, "5165": {"text": "Right! if you have dark hair you 're not White if you have tanned skin you 're not White Luke Pasqulino is n't White either bang goes 50 percent of the Western and Eastern Mediterrenrean !", "tokenized_text": ["right", "if", "you", "have", "dark", "hair", "you", "re", "not", "white", "if", "you", "have", "tanned", "skin", "you", "re", "not", "white", "luke", "pasqulino", "is", "n", "t", "white", "either", "bang", "goes", "50", "percent", "of", "the", "western", "and", "eastern", "mediterrenrean"]}, "5166": {"text": "Oh dear mother of grace !", "tokenized_text": ["oh", "dear", "mother", "of", "grace"]}, "5167": {"text": "Surely you 're not suggesting teaching that bunch to shoot !", "tokenized_text": ["surely", "you", "re", "not", "suggesting", "teaching", "that", "bunch", "to", "shoot"]}, "5168": {"text": "Do n't even mention that in jest !", "tokenized_text": ["do", "n", "t", "even", "mention", "that", "in", "jest"]}, "5169": {"text": "Just be thankful they have n't thought of it themselves .", "tokenized_text": ["just", "be", "thankful", "they", "have", "n", "t", "thought", "of", "it", "themselves"]}, "5170": {"text": "There is a massive push to ban the Confederate flag , so we are showing support for our Southern brothers and sisters .", "tokenized_text": ["there", "is", "a", "massive", "push", "to", "ban", "the", "confederate", "flag", "so", "we", "are", "showing", "support", "for", "our", "southern", "brothers", "and", "sisters"]}, "5171": {"text": "Form Letter to Send to German Government on Behalf of Ernst Zundel .", "tokenized_text": ["form", "letter", "to", "send", "to", "german", "government", "on", "behalf", "of", "ernst", "zundel"]}, "5172": {"text": "Wo n't take more than a minute to do and 39 cents .", "tokenized_text": ["wo", "n", "t", "take", "more", "than", "a", "minute", "to", "do", "and", "39", "cents"]}, "5173": {"text": "Help keep this case alive", "tokenized_text": ["help", "keep", "this", "case", "alive"]}, "5174": {"text": "Id recommend woman use their long nails to gauge out the eyes and throat , and stick their finger up their noses .", "tokenized_text": ["id", "recommend", "woman", "use", "their", "long", "nails", "to", "gauge", "out", "the", "eyes", "and", "throat", "and", "stick", "their", "finger", "up", "their", "noses"]}, "5175": {"text": "I've been looking and it seem almost all countries have kicked out Jews or fought them even the Chinese had wars with them .", "tokenized_text": ["i", "ve", "been", "looking", "and", "it", "seem", "almost", "all", "countries", "have", "kicked", "out", "jews", "or", "fought", "them", "even", "the", "chinese", "had", "wars", "with", "them"]}, "5176": {"text": "You would not want to die and go to heaven if Germany had won .", "tokenized_text": ["you", "would", "not", "want", "to", "die", "and", "go", "to", "heaven", "if", "germany", "had", "won"]}, "5177": {"text": "You 'd want to stay on Earth for eternity , it would have been that good .", "tokenized_text": ["you", "d", "want", "to", "stay", "on", "earth", "for", "eternity", "it", "would", "have", "been", "that", "good"]}, "5178": {"text": "Did they have pretty good lives ?", "tokenized_text": ["did", "they", "have", "pretty", "good", "lives"]}, "5179": {"text": "Like made good money .", "tokenized_text": ["like", "made", "good", "money"]}, "5180": {"text": "I am not expecting six figures a year but would like to be comfortable .", "tokenized_text": ["i", "am", "not", "expecting", "six", "figures", "a", "year", "but", "would", "like", "to", "be", "comfortable"]}, "5181": {"text": "Teachers Combine Math With Social Justice Lessons - The College Fix Meanwhile in the other side of the world ...", "tokenized_text": ["teachers", "combine", "math", "with", "social", "justice", "lessons", "the", "college", "fix", "meanwhile", "in", "the", "other", "side", "of", "the", "world"]}, "5182": {"text": "Why Singapore Leads the World in Early Mathematics", "tokenized_text": ["why", "singapore", "leads", "the", "world", "in", "early", "mathematics"]}, "5183": {"text": "white nationalists in america need to get over the idea that conservatives or republicans are on our side. only we are on our side .", "tokenized_text": ["white", "nationalists", "in", "america", "need", "to", "get", "over", "the", "idea", "that", "conservatives", "or", "republicans", "are", "on", "our", "side", "only", "we", "are", "on", "our", "side"]}, "5184": {"text": "My children like whites I have no problem with this question But how we can spread your articles out of ours sites because we already know", "tokenized_text": ["my", "children", "like", "whites", "i", "have", "no", "problem", "with", "this", "question", "but", "how", "we", "can", "spread", "your", "articles", "out", "of", "ours", "sites", "because", "we", "already", "know"]}, "5185": {"text": "I'm just happy they have n't tried to cast blacks , Asians , or some other races like Hollywood 's treatment of Thor .", "tokenized_text": ["i", "m", "just", "happy", "they", "have", "n", "t", "tried", "to", "cast", "blacks", "asians", "or", "some", "other", "races", "like", "hollywood", "s", "treatment", "of", "thor"]}, "5186": {"text": "i know but i was thinking more along the lines of black powder revolvers and so on , i must say that i had never thought of black powder fired electrically i 'll have to look that up .", "tokenized_text": ["i", "know", "but", "i", "was", "thinking", "more", "along", "the", "lines", "of", "black", "powder", "revolvers", "and", "so", "on", "i", "must", "say", "that", "i", "had", "never", "thought", "of", "black", "powder", "fired", "electrically", "i", "ll", "have", "to", "look", "that", "up"]}, "5187": {"text": "As bad as things are here , at least we can carry guns around .", "tokenized_text": ["as", "bad", "as", "things", "are", "here", "at", "least", "we", "can", "carry", "guns", "around"]}, "5188": {"text": "I cannot comprehend how Europeans live their daily lives .", "tokenized_text": ["i", "cannot", "comprehend", "how", "europeans", "live", "their", "daily", "lives"]}, "5189": {"text": "What kind of moron throws away school district money on fruit that 's out of season ?", "tokenized_text": ["what", "kind", "of", "moron", "throws", "away", "school", "district", "money", "on", "fruit", "that", "s", "out", "of", "season"]}, "5190": {"text": "They should have made sweet potato pie .", "tokenized_text": ["they", "should", "have", "made", "sweet", "potato", "pie"]}, "5191": {"text": "Awesome.", "tokenized_text": ["awesome"]}, "5192": {"text": "Believe me when I say that this WILL get notice and will piss the anti 's off because they ca n't say it 's `` Hate Speech '' !", "tokenized_text": ["believe", "me", "when", "i", "say", "that", "this", "will", "get", "notice", "and", "will", "piss", "the", "anti", "s", "off", "because", "they", "ca", "n", "t", "say", "it", "s", "hate", "speech"]}, "5193": {"text": "The `` Missing '' and the photo of the young girl is an attention grabber Put it up around schools and playgrounds .", "tokenized_text": ["the", "missing", "and", "the", "photo", "of", "the", "young", "girl", "is", "an", "attention", "grabber", "put", "it", "up", "around", "schools", "and", "playgrounds"]}, "5194": {"text": "Please keep us updated on any results you get from this .", "tokenized_text": ["please", "keep", "us", "updated", "on", "any", "results", "you", "get", "from", "this"]}, "5195": {"text": "I was sort of hoping that they will bring back Ebola and spread it around to their own kind and the rest of the undesirables who are not wanted here .", "tokenized_text": ["i", "was", "sort", "of", "hoping", "that", "they", "will", "bring", "back", "ebola", "and", "spread", "it", "around", "to", "their", "own", "kind", "and", "the", "rest", "of", "the", "undesirables", "who", "are", "not", "wanted", "here"]}, "5196": {"text": "I am not having my cats put in a pet cemetary-they 're being interred in the same plot as I.Naturally we will probably not pass on at the same time but we 'll be sharing the plot .", "tokenized_text": ["i", "am", "not", "having", "my", "cats", "put", "in", "a", "pet", "cemetary", "they", "re", "being", "interred", "in", "the", "same", "plot", "as", "i", "naturally", "we", "will", "probably", "not", "pass", "on", "at", "the", "same", "time", "but", "we", "ll", "be", "sharing", "the", "plot"]}, "5197": {"text": "Thank you for posting this .", "tokenized_text": ["thank", "you", "for", "posting", "this"]}, "5198": {"text": "These are the type of stories which inspire me and indeed should inspire all of us .", "tokenized_text": ["these", "are", "the", "type", "of", "stories", "which", "inspire", "me", "and", "indeed", "should", "inspire", "all", "of", "us"]}, "5199": {"text": "The show is crap .", "tokenized_text": ["the", "show", "is", "crap"]}, "5200": {"text": "If you want to know about Ragnar and his time then read Ragnars saga Lo\u00f0br\u00f3kar .", "tokenized_text": ["if", "you", "want", "to", "know", "about", "ragnar", "and", "his", "time", "then", "read", "ragnars", "saga", "lo\u00f0br\u00f3kar"]}, "5201": {"text": "You can download the PDF for free .", "tokenized_text": ["you", "can", "download", "the", "pdf", "for", "free"]}, "5202": {"text": "Riot Survival Kit Day 1 Leave 1 ) American Express Platinum card .", "tokenized_text": ["riot", "survival", "kit", "day", "1", "leave", "1", "american", "express", "platinum", "card"]}, "5203": {"text": "2 ) Full tank of gas 3 ) watch riot on TV from 5 star Hotel 100 miles away .", "tokenized_text": ["2", "full", "tank", "of", "gas", "3", "watch", "riot", "on", "tv", "from", "5", "star", "hotel", "100", "miles", "away"]}, "5204": {"text": "Day 2 Do n't Leave Watch the city burn around you .", "tokenized_text": ["day", "2", "do", "n", "t", "leave", "watch", "the", "city", "burn", "around", "you"]}, "5205": {"text": "What about FMJ ( Full Metal Jacket ) bullet ?", "tokenized_text": ["what", "about", "fmj", "full", "metal", "jacket", "bullet"]}, "5206": {"text": "I have heard that if a person uses normal bullets for target practicing and suddenly changes to FMJ bullet then he experiences performance degrade .", "tokenized_text": ["i", "have", "heard", "that", "if", "a", "person", "uses", "normal", "bullets", "for", "target", "practicing", "and", "suddenly", "changes", "to", "fmj", "bullet", "then", "he", "experiences", "performance", "degrade"]}, "5207": {"text": "Accuracy is compromised .", "tokenized_text": ["accuracy", "is", "compromised"]}, "5208": {"text": "Maybe this was mentioned in an earlier post but what about `` online '' home schooling ?", "tokenized_text": ["maybe", "this", "was", "mentioned", "in", "an", "earlier", "post", "but", "what", "about", "online", "home", "schooling"]}, "5209": {"text": "Kids can log-in with their parent ( s ) every day and follow online courses ...", "tokenized_text": ["kids", "can", "log", "in", "with", "their", "parent", "s", "every", "day", "and", "follow", "online", "courses"]}, "5210": {"text": "In this day and age this is possible ...", "tokenized_text": ["in", "this", "day", "and", "age", "this", "is", "possible"]}, "5211": {"text": "This song is great and I 've heard many excellent versions but this is my favorite .", "tokenized_text": ["this", "song", "is", "great", "and", "i", "ve", "heard", "many", "excellent", "versions", "but", "this", "is", "my", "favorite"]}, "5212": {"text": "Charlotte Church * * Little Drummer Boy * * - YouTube", "tokenized_text": ["charlotte", "church", "little", "drummer", "boy", "youtube"]}, "5213": {"text": "Yes, the Americanos even prevailed on the armyless Costa Ricans to round up their European nationals , even European-descended Costa Rican citizens , for a nice Costa Rican concentration camp in San Jose !", "tokenized_text": ["yes", "the", "americanos", "even", "prevailed", "on", "the", "armyless", "costa", "ricans", "to", "round", "up", "their", "european", "nationals", "even", "european", "descended", "costa", "rican", "citizens", "for", "a", "nice", "costa", "rican", "concentration", "camp", "in", "san", "jose"]}, "5214": {"text": "This was n't just for Germans , Japanese and Italianos ......", "tokenized_text": ["this", "was", "n", "t", "just", "for", "germans", "japanese", "and", "italianos"]}, "5215": {"text": "Hungarians , Finns , Latvians ... even a few hapless German-speaking Swiss and French Alsatians were interned . The story of Costa Rica 's forgotten World War II internment camp - The Tico Times", "tokenized_text": ["hungarians", "finns", "latvians", "even", "a", "few", "hapless", "german", "speaking", "swiss", "and", "french", "alsatians", "were", "interned", "the", "story", "of", "costa", "rica", "s", "forgotten", "world", "war", "ii", "internment", "camp", "the", "tico", "times"]}, "5216": {"text": "You will love this : https : //www.linkedin.com/pub/wayne-weber/19/899/116 got out of the Air force and went straight to the head of HK. wow .", "tokenized_text": ["you", "will", "love", "this", "https", "www", "linkedin", "com", "pub", "wayne", "weber", "19", "899", "116", "got", "out", "of", "the", "air", "force", "and", "went", "straight", "to", "the", "head", "of", "hk", "wow"]}, "5217": {"text": "Anyone ever put one on an MP5 ?", "tokenized_text": ["anyone", "ever", "put", "one", "on", "an", "mp5"]}, "5218": {"text": "I was shooting mine today , and the sights are a little fuzzy .", "tokenized_text": ["i", "was", "shooting", "mine", "today", "and", "the", "sights", "are", "a", "little", "fuzzy"]}, "5219": {"text": "The peepers are getting old ...", "tokenized_text": ["the", "peepers", "are", "getting", "old"]}, "5220": {"text": "Hard to find video versions of these songs that YouTube does n't delete .", "tokenized_text": ["hard", "to", "find", "video", "versions", "of", "these", "songs", "that", "youtube", "does", "n", "t", "delete"]}, "5221": {"text": "Let 's try it again .", "tokenized_text": ["let", "s", "try", "it", "again"]}, "5222": {"text": "`` Made to Dream '' ( The final note of this song is incredible. )", "tokenized_text": ["made", "to", "dream", "the", "final", "note", "of", "this", "song", "is", "incredible"]}, "5223": {"text": "Made to Dream - YouTube `` Vocalise '' Jackie Evancho \u00e2 Vocalise [ Official Audio ] HD 2015 - YouTube", "tokenized_text": ["made", "to", "dream", "youtube", "vocalise", "jackie", "evancho", "\u00e2", "vocalise", "official", "audio", "hd", "2015", "youtube"]}, "5224": {"text": "I think I heard somewhere that they had to remove the links if they did n't want to be sued by the German government ... : /", "tokenized_text": ["i", "think", "i", "heard", "somewhere", "that", "they", "had", "to", "remove", "the", "links", "if", "they", "did", "n", "t", "want", "to", "be", "sued", "by", "the", "german", "government"]}, "5225": {"text": "Cool shirt ; now , go back to Africa and be a good Black Askari African Nazi Party Member .", "tokenized_text": ["cool", "shirt", "now", "go", "back", "to", "africa", "and", "be", "a", "good", "black", "askari", "african", "nazi", "party", "member"]}, "5226": {"text": "Kettledrummer Elo Sambo Prussian Life Guard Hussars", "tokenized_text": ["kettledrummer", "elo", "sambo", "prussian", "life", "guard", "hussars"]}, "5227": {"text": "I like both of these genres and will have to put Lovecraft on my list of authors/books to read .", "tokenized_text": ["i", "like", "both", "of", "these", "genres", "and", "will", "have", "to", "put", "lovecraft", "on", "my", "list", "of", "authors", "books", "to", "read"]}, "5228": {"text": "Any suggestions ?", "tokenized_text": ["any", "suggestions"]}, "5229": {"text": "Video demonstrating how to handle front tire blow-outs .", "tokenized_text": ["video", "demonstrating", "how", "to", "handle", "front", "tire", "blow", "outs"]}, "5230": {"text": "Do n't slam on the brakes !", "tokenized_text": ["do", "n", "t", "slam", "on", "the", "brakes"]}, "5231": {"text": "Watch this ! #1 reason why speed limiters kill ...", "tokenized_text": ["watch", "this", "1", "reason", "why", "speed", "limiters", "kill"]}, "5232": {"text": "- YouTube", "tokenized_text": ["youtube"]}, "5233": {"text": "Or just stay the hell away from cheap , crap ar15s when you can get a damn reliable plinker for $ 700 brand new ......", "tokenized_text": ["or", "just", "stay", "the", "hell", "away", "from", "cheap", "crap", "ar15s", "when", "you", "can", "get", "a", "damn", "reliable", "plinker", "for", "700", "brand", "new"]}, "5234": {"text": "Good way to lose weight eat green salads .", "tokenized_text": ["good", "way", "to", "lose", "weight", "eat", "green", "salads"]}, "5235": {"text": "Do not eat meat with any starchy food and weight will start dropping off bigtime .", "tokenized_text": ["do", "not", "eat", "meat", "with", "any", "starchy", "food", "and", "weight", "will", "start", "dropping", "off", "bigtime"]}, "5236": {"text": "That is no meat with potatoes , bread , or rice .", "tokenized_text": ["that", "is", "no", "meat", "with", "potatoes", "bread", "or", "rice"]}, "5237": {"text": "No, I 've been homeschooling for years .", "tokenized_text": ["no", "i", "ve", "been", "homeschooling", "for", "years"]}, "5238": {"text": "Just wondered if there was anything cool to check out .", "tokenized_text": ["just", "wondered", "if", "there", "was", "anything", "cool", "to", "check", "out"]}, "5239": {"text": "I 'll go look at your stuff , thanks !", "tokenized_text": ["i", "ll", "go", "look", "at", "your", "stuff", "thanks"]}, "5240": {"text": "An AR10 is a weapon that 9/10 of those who own , myself included , do not have even half the range time or training with to actually use to it 's capabilities .", "tokenized_text": ["an", "ar10", "is", "a", "weapon", "that", "9", "10", "of", "those", "who", "own", "myself", "included", "do", "not", "have", "even", "half", "the", "range", "time", "or", "training", "with", "to", "actually", "use", "to", "it", "s", "capabilities"]}, "5241": {"text": "If you 're interested in stopping power in respects to property defense and home invaders , but like the AR platform , why not try 7.62x39 ?", "tokenized_text": ["if", "you", "re", "interested", "in", "stopping", "power", "in", "respects", "to", "property", "defense", "and", "home", "invaders", "but", "like", "the", "ar", "platform", "why", "not", "try", "7", "62x39"]}, "5242": {"text": "Sub 50 yards , as 99 % of our conflicts will be when SHTF , this is probably the round of choice .", "tokenized_text": ["sub", "50", "yards", "as", "99", "of", "our", "conflicts", "will", "be", "when", "shtf", "this", "is", "probably", "the", "round", "of", "choice"]}, "5243": {"text": "AR10s are heavy .", "tokenized_text": ["ar10s", "are", "heavy"]}, "5244": {"text": "The capacity is lower .", "tokenized_text": ["the", "capacity", "is", "lower"]}, "5245": {"text": "Parts are more expensive , and exclusive .", "tokenized_text": ["parts", "are", "more", "expensive", "and", "exclusive"]}, "5246": {"text": "The ammo is more expensive .", "tokenized_text": ["the", "ammo", "is", "more", "expensive"]}, "5247": {"text": "The list goes on .", "tokenized_text": ["the", "list", "goes", "on"]}, "5248": {"text": "Also .. you can get a 5.56 rig pretty darn cheap these days .", "tokenized_text": ["also", "you", "can", "get", "a", "5", "56", "rig", "pretty", "darn", "cheap", "these", "days"]}, "5249": {"text": "This wont last , so jump on it .", "tokenized_text": ["this", "wont", "last", "so", "jump", "on", "it"]}, "5250": {"text": "A complete rifle for $ 700 with premium parts is realistic if you shop around .", "tokenized_text": ["a", "complete", "rifle", "for", "700", "with", "premium", "parts", "is", "realistic", "if", "you", "shop", "around"]}, "5251": {"text": "Flip up sights to co-witness with an optic .", "tokenized_text": ["flip", "up", "sights", "to", "co", "witness", "with", "an", "optic"]}, "5252": {"text": "158 carpenter NiB BCG , 1/7 twist , CHF barrel and chamber , comfy CTR stock , etc .", "tokenized_text": ["158", "carpenter", "nib", "bcg", "1", "7", "twist", "chf", "barrel", "and", "chamber", "comfy", "ctr", "stock", "etc"]}, "5253": {"text": "Not to mention you can get Troy 30 round mags for as cheap as $ 5-6 .", "tokenized_text": ["not", "to", "mention", "you", "can", "get", "troy", "30", "round", "mags", "for", "as", "cheap", "as", "5", "6"]}, "5254": {"text": "I will build a really nice .308 as my next project .", "tokenized_text": ["i", "will", "build", "a", "really", "nice", "308", "as", "my", "next", "project"]}, "5255": {"text": "Do n't get me wrong , it is a nice platform .", "tokenized_text": ["do", "n", "t", "get", "me", "wrong", "it", "is", "a", "nice", "platform"]}, "5256": {"text": "But to start ... if this is all you 'll have , I 'd go with something that you 'll trust your life to in every regard in and around your home .", "tokenized_text": ["but", "to", "start", "if", "this", "is", "all", "you", "ll", "have", "i", "d", "go", "with", "something", "that", "you", "ll", "trust", "your", "life", "to", "in", "every", "regard", "in", "and", "around", "your", "home"]}, "5257": {"text": "An AR10 does n't really fit into that .", "tokenized_text": ["an", "ar10", "does", "n", "t", "really", "fit", "into", "that"]}, "5258": {"text": "Just my opinion .", "tokenized_text": ["just", "my", "opinion"]}, "5259": {"text": "I've gotten where I really do n't like pro sports of any type but the pomp and circumstance surrounding American football is just ridiculus .", "tokenized_text": ["i", "ve", "gotten", "where", "i", "really", "do", "n", "t", "like", "pro", "sports", "of", "any", "type", "but", "the", "pomp", "and", "circumstance", "surrounding", "american", "football", "is", "just", "ridiculus"]}, "5260": {"text": "Jewish unfortunately .", "tokenized_text": ["jewish", "unfortunately"]}, "5261": {"text": "It is tradition in Greece for children to get the name of one of their grandparents .", "tokenized_text": ["it", "is", "tradition", "in", "greece", "for", "children", "to", "get", "the", "name", "of", "one", "of", "their", "grandparents"]}, "5262": {"text": "I would love to have an ancient Greek Pagan name , but I do not .", "tokenized_text": ["i", "would", "love", "to", "have", "an", "ancient", "greek", "pagan", "name", "but", "i", "do", "not"]}, "5263": {"text": "yeah, maybe if you are Jewish They just warm up the old money printing press when they might feel like they are getting low .", "tokenized_text": ["yeah", "maybe", "if", "you", "are", "jewish", "they", "just", "warm", "up", "the", "old", "money", "printing", "press", "when", "they", "might", "feel", "like", "they", "are", "getting", "low"]}, "5264": {"text": "The rest of us Goyim : we have to break our backs making up the inflation difference .", "tokenized_text": ["the", "rest", "of", "us", "goyim", "we", "have", "to", "break", "our", "backs", "making", "up", "the", "inflation", "difference"]}, "5265": {"text": "..now is a good time to get it .", "tokenized_text": ["now", "is", "a", "good", "time", "to", "get", "it"]}, "5266": {"text": "Responsible Body Armor Possession Act Keeps Military Armor out of the Wrong Hands | Congressman Mike Honda It seems that our enemies in Congress are once again introducing a bill which is designed to restrict civilian access to certain types of body armor ( level III and IV rifle plates ) .", "tokenized_text": ["responsible", "body", "armor", "possession", "act", "keeps", "military", "armor", "out", "of", "the", "wrong", "hands", "congressman", "mike", "honda", "it", "seems", "that", "our", "enemies", "in", "congress", "are", "once", "again", "introducing", "a", "bill", "which", "is", "designed", "to", "restrict", "civilian", "access", "to", "certain", "types", "of", "body", "armor", "level", "iii", "and", "iv", "rifle", "plates"]}, "5267": {"text": "It looks like it 's not likely to go anywhere , but this could potentially trigger a panic buying frenzy which would make armor hard to find and jack prices thru the roof overnite .", "tokenized_text": ["it", "looks", "like", "it", "s", "not", "likely", "to", "go", "anywhere", "but", "this", "could", "potentially", "trigger", "a", "panic", "buying", "frenzy", "which", "would", "make", "armor", "hard", "to", "find", "and", "jack", "prices", "thru", "the", "roof", "overnite"]}, "5268": {"text": "Get armor for yourself !", "tokenized_text": ["get", "armor", "for", "yourself"]}, "5269": {"text": "Get armor for every member of your family !", "tokenized_text": ["get", "armor", "for", "every", "member", "of", "your", "family"]}, "5270": {"text": "Get both concealable level II armor for mild civil unrest scenarios , and heavy level IV armor for SHTF !", "tokenized_text": ["get", "both", "concealable", "level", "ii", "armor", "for", "mild", "civil", "unrest", "scenarios", "and", "heavy", "level", "iv", "armor", "for", "shtf"]}, "5271": {"text": "Get ballistic helmets !", "tokenized_text": ["get", "ballistic", "helmets"]}, "5272": {"text": "Get gas masks !", "tokenized_text": ["get", "gas", "masks"]}, "5273": {"text": "Get armor for your kids !", "tokenized_text": ["get", "armor", "for", "your", "kids"]}, "5274": {"text": "Get armor for your dog !", "tokenized_text": ["get", "armor", "for", "your", "dog"]}, "5275": {"text": "If you do n't buy it now you will regret it if a bill like this ever passes .", "tokenized_text": ["if", "you", "do", "n", "t", "buy", "it", "now", "you", "will", "regret", "it", "if", "a", "bill", "like", "this", "ever", "passes"]}, "5276": {"text": "Yeah , it 's expensive .", "tokenized_text": ["yeah", "it", "s", "expensive"]}, "5277": {"text": "But it 's a lot cheaper than taking a bullet to the vitals .", "tokenized_text": ["but", "it", "s", "a", "lot", "cheaper", "than", "taking", "a", "bullet", "to", "the", "vitals"]}, "5278": {"text": "We ca n't afford to lose you .", "tokenized_text": ["we", "ca", "n", "t", "afford", "to", "lose", "you"]}, "5279": {"text": "That's very true because they would lose a one on one fight almost every time .", "tokenized_text": ["that", "s", "very", "true", "because", "they", "would", "lose", "a", "one", "on", "one", "fight", "almost", "every", "time"]}, "5280": {"text": "I 'm about two hours outside of Chicago , so we get all the blacks with their thug attitudes in our town .", "tokenized_text": ["i", "m", "about", "two", "hours", "outside", "of", "chicago", "so", "we", "get", "all", "the", "blacks", "with", "their", "thug", "attitudes", "in", "our", "town"]}, "5281": {"text": "a nice kick to the nuts will always work I find it a dirty move to kick another man in the knackers but after all .. a black does n't equate to the same standard", "tokenized_text": ["a", "nice", "kick", "to", "the", "nuts", "will", "always", "work", "i", "find", "it", "a", "dirty", "move", "to", "kick", "another", "man", "in", "the", "knackers", "but", "after", "all", "a", "black", "does", "n", "t", "equate", "to", "the", "same", "standard"]}, "5282": {"text": "We need to focus on winning ground or degrees in mainstream State Universities .", "tokenized_text": ["we", "need", "to", "focus", "on", "winning", "ground", "or", "degrees", "in", "mainstream", "state", "universities"]}, "5283": {"text": "Once more like-minded brethren have advanced degrees , they can teach and discreetly raise support .", "tokenized_text": ["once", "more", "like", "minded", "brethren", "have", "advanced", "degrees", "they", "can", "teach", "and", "discreetly", "raise", "support"]}, "5284": {"text": "I was born in Rhodesia mother was n't full blown african whale my father was of portugese descent .", "tokenized_text": ["i", "was", "born", "in", "rhodesia", "mother", "was", "n", "t", "full", "blown", "african", "whale", "my", "father", "was", "of", "portugese", "descent"]}, "5285": {"text": "Am I still welcome here ?", "tokenized_text": ["am", "i", "still", "welcome", "here"]}, "5286": {"text": "Border fence , what border fence ?", "tokenized_text": ["border", "fence", "what", "border", "fence"]}, "5287": {"text": "Helll , last time I looked wetbacks were streaming across like it was free greencard day .", "tokenized_text": ["helll", "last", "time", "i", "looked", "wetbacks", "were", "streaming", "across", "like", "it", "was", "free", "greencard", "day"]}, "5288": {"text": "Oops , I forgot Obongo is president , therefor it is free greencard day every day .", "tokenized_text": ["oops", "i", "forgot", "obongo", "is", "president", "therefor", "it", "is", "free", "greencard", "day", "every", "day"]}, "5289": {"text": "I love my .410 bolt action shotgun .", "tokenized_text": ["i", "love", "my", "410", "bolt", "action", "shotgun"]}, "5290": {"text": "Its a good for crow , duck , squirell , rabbit , etecerta .", "tokenized_text": ["its", "a", "good", "for", "crow", "duck", "squirell", "rabbit", "etecerta"]}, "5291": {"text": "Some black was breaking into my old neighbor 's house and I fired at him from my window .", "tokenized_text": ["some", "black", "was", "breaking", "into", "my", "old", "neighbor", "s", "house", "and", "i", "fired", "at", "him", "from", "my", "window"]}, "5292": {"text": "It scared him off & I 'm sure he got a few pellets burrowed in him .", "tokenized_text": ["it", "scared", "him", "off", "i", "m", "sure", "he", "got", "a", "few", "pellets", "burrowed", "in", "him"]}, "5293": {"text": "I would allow them to fall away out of my life and I would never look back .", "tokenized_text": ["i", "would", "allow", "them", "to", "fall", "away", "out", "of", "my", "life", "and", "i", "would", "never", "look", "back"]}, "5294": {"text": "Living well is the best revenge .", "tokenized_text": ["living", "well", "is", "the", "best", "revenge"]}, "5295": {"text": "Do a search on kissing pranks on youtube .", "tokenized_text": ["do", "a", "search", "on", "kissing", "pranks", "on", "youtube"]}, "5296": {"text": "Let me know if White girls making out with blacks and other non whites are staged too .", "tokenized_text": ["let", "me", "know", "if", "white", "girls", "making", "out", "with", "blacks", "and", "other", "non", "whites", "are", "staged", "too"]}, "5297": {"text": "True but to be more accurate it is more a fight between those who are NS and know history and those who are n't NS and do n't have a single bit of interest in non-jewish narrative history .", "tokenized_text": ["true", "but", "to", "be", "more", "accurate", "it", "is", "more", "a", "fight", "between", "those", "who", "are", "ns", "and", "know", "history", "and", "those", "who", "are", "n", "t", "ns", "and", "do", "n", "t", "have", "a", "single", "bit", "of", "interest", "in", "non", "jewish", "narrative", "history"]}, "5298": {"text": "little black kid gets his ass kicked - YouTube Because I always enjoy these videos .", "tokenized_text": ["little", "black", "kid", "gets", "his", "ass", "kicked", "youtube", "because", "i", "always", "enjoy", "these", "videos"]}, "5299": {"text": "Have you noticed when white 's beat on blacks they usually end it with one punch and then leave the ape alone .", "tokenized_text": ["have", "you", "noticed", "when", "white", "s", "beat", "on", "blacks", "they", "usually", "end", "it", "with", "one", "punch", "and", "then", "leave", "the", "ape", "alone"]}, "5300": {"text": "Yet blacks get all their friends to jump in ?", "tokenized_text": ["yet", "blacks", "get", "all", "their", "friends", "to", "jump", "in"]}, "5301": {"text": "I have always thought that the first order of business in a White Nationalist State Would be to teach our youth how to fight unarmed .", "tokenized_text": ["i", "have", "always", "thought", "that", "the", "first", "order", "of", "business", "in", "a", "white", "nationalist", "state", "would", "be", "to", "teach", "our", "youth", "how", "to", "fight", "unarmed"]}, "5302": {"text": "You're RIGHT .", "tokenized_text": ["you", "re", "right"]}, "5303": {"text": "I edited that post when I was tired and had it right the first time LMAO .", "tokenized_text": ["i", "edited", "that", "post", "when", "i", "was", "tired", "and", "had", "it", "right", "the", "first", "time", "lmao"]}, "5304": {"text": "2 packs a day @ $ 10 is $ 300 a month and over $ 3000 a year .", "tokenized_text": ["2", "packs", "a", "day", "10", "is", "300", "a", "month", "and", "over", "3000", "a", "year"]}, "5305": {"text": "Good to know someone is paying attention m", "tokenized_text": ["good", "to", "know", "someone", "is", "paying", "attention", "m"]}, "5306": {"text": "``TheDark Romance of Dian Fossey '' ( 1990 ) by Harold TP Hayes Under the mentorship of noted anthropologist Louis Leakey , Dian Fosse spent 16 years in Africa researching the last remaining mountain gorillas .", "tokenized_text": ["thedark", "romance", "of", "dian", "fossey", "1990", "by", "harold", "tp", "hayes", "under", "the", "mentorship", "of", "noted", "anthropologist", "louis", "leakey", "dian", "fosse", "spent", "16", "years", "in", "africa", "researching", "the", "last", "remaining", "mountain", "gorillas"]}, "5307": {"text": "She came to hate the African poachers and showed no mercy towards them .", "tokenized_text": ["she", "came", "to", "hate", "the", "african", "poachers", "and", "showed", "no", "mercy", "towards", "them"]}, "5308": {"text": "In 1985 she was found with a machete in her head .", "tokenized_text": ["in", "1985", "she", "was", "found", "with", "a", "machete", "in", "her", "head"]}, "5309": {"text": "The murder remains unpunished .", "tokenized_text": ["the", "murder", "remains", "unpunished"]}, "5310": {"text": "How about when Hitler says that the Jewish question will not be dealt with until after the war ..", "tokenized_text": ["how", "about", "when", "hitler", "says", "that", "the", "jewish", "question", "will", "not", "be", "dealt", "with", "until", "after", "the", "war"]}, "5311": {"text": "YouTube - David Irving part 7 of 10", "tokenized_text": ["youtube", "david", "irving", "part", "7", "of", "10"]}, "5312": {"text": "For practice use a .22 LR to learn .", "tokenized_text": ["for", "practice", "use", "a", "22", "lr", "to", "learn"]}, "5313": {"text": "Purchase both a 22 rifle and pistol .", "tokenized_text": ["purchase", "both", "a", "22", "rifle", "and", "pistol"]}, "5314": {"text": "Later after thousands of rounds of experience , move up to a larger rifle and pistol .", "tokenized_text": ["later", "after", "thousands", "of", "rounds", "of", "experience", "move", "up", "to", "a", "larger", "rifle", "and", "pistol"]}, "5315": {"text": "It is a tough one ..", "tokenized_text": ["it", "is", "a", "tough", "one"]}, "5316": {"text": "We have read almost all the DR. Seuss book 's , some of them more then once .", "tokenized_text": ["we", "have", "read", "almost", "all", "the", "dr", "seuss", "book", "s", "some", "of", "them", "more", "then", "once"]}, "5317": {"text": "With their age 's they enjoyed the One fish Two fish Red fish Blue fish ..", "tokenized_text": ["with", "their", "age", "s", "they", "enjoyed", "the", "one", "fish", "two", "fish", "red", "fish", "blue", "fish"]}, "5318": {"text": "Thanks for the idea 's ...", "tokenized_text": ["thanks", "for", "the", "idea", "s"]}, "5319": {"text": "Mod Note : I moved this to here from the Youth room .", "tokenized_text": ["mod", "note", "i", "moved", "this", "to", "here", "from", "the", "youth", "room"]}, "5320": {"text": "It 's more appropriate here , and you should get more informed responses .", "tokenized_text": ["it", "s", "more", "appropriate", "here", "and", "you", "should", "get", "more", "informed", "responses"]}, "5321": {"text": "They did the same thing down here in MS. My nephew said they were doing the same as you described , acting like a bunch of wild animal 's .", "tokenized_text": ["they", "did", "the", "same", "thing", "down", "here", "in", "ms", "my", "nephew", "said", "they", "were", "doing", "the", "same", "as", "you", "described", "acting", "like", "a", "bunch", "of", "wild", "animal", "s"]}, "5322": {"text": "WP", "tokenized_text": ["wp"]}, "5323": {"text": "You will see much worse things in the future .", "tokenized_text": ["you", "will", "see", "much", "worse", "things", "in", "the", "future"]}, "5324": {"text": "That beheading is NOTHING compared to what we will see in the future .", "tokenized_text": ["that", "beheading", "is", "nothing", "compared", "to", "what", "we", "will", "see", "in", "the", "future"]}, "5325": {"text": "Let's hear the full version .", "tokenized_text": ["let", "s", "hear", "the", "full", "version"]}, "5326": {"text": "She 's never had a lesson !", "tokenized_text": ["she", "s", "never", "had", "a", "lesson"]}, "5327": {"text": "Holland 's Got Talent - Amira ( 9 ) sings opera O Mio Babbina Caro - Full version - YouTube", "tokenized_text": ["holland", "s", "got", "talent", "amira", "9", "sings", "opera", "o", "mio", "babbina", "caro", "full", "version", "youtube"]}, "5328": {"text": "These two are FANTASTIC !", "tokenized_text": ["these", "two", "are", "fantastic"]}, "5329": {"text": "Francesca Battistelli : Beautiful Beautiful YouTube - Francesca Battistelli - Beautiful , Beautiful ( Video ) Meredith Andrews : You 're Not Alone YouTube - Meredith Andrews - You 're Not Alone ( Music Video )", "tokenized_text": ["francesca", "battistelli", "beautiful", "beautiful", "youtube", "francesca", "battistelli", "beautiful", "beautiful", "video", "meredith", "andrews", "you", "re", "not", "alone", "youtube", "meredith", "andrews", "you", "re", "not", "alone", "music", "video"]}, "5330": {"text": "Very funny .......", "tokenized_text": ["very", "funny"]}, "5331": {"text": "[ youtube ] JvxnrzB1Jk [ /youtube ] Put a semi auto belt fed on one of these .. Maybe a few in some vantage points ... That would make short work of some thugs ...", "tokenized_text": ["youtube", "jvxnrzb1jk", "youtube", "put", "a", "semi", "auto", "belt", "fed", "on", "one", "of", "these", "maybe", "a", "few", "in", "some", "vantage", "points", "that", "would", "make", "short", "work", "of", "some", "thugs"]}, "5332": {"text": "Some anime is definitely an acquired taste ; kind of like watching those old kung fu movies ... the campiness becomes the attraction .", "tokenized_text": ["some", "anime", "is", "definitely", "an", "acquired", "taste", "kind", "of", "like", "watching", "those", "old", "kung", "fu", "movies", "the", "campiness", "becomes", "the", "attraction"]}, "5333": {"text": "I 'm a little more concerned that I see so many teenagers drawing these anime designs in their notebooks .", "tokenized_text": ["i", "m", "a", "little", "more", "concerned", "that", "i", "see", "so", "many", "teenagers", "drawing", "these", "anime", "designs", "in", "their", "notebooks"]}, "5334": {"text": "The `` Dragonball Z '' hairstyle is all the rage amongst the 12-14 yr old boys , too .", "tokenized_text": ["the", "dragonball", "z", "hairstyle", "is", "all", "the", "rage", "amongst", "the", "12", "14", "yr", "old", "boys", "too"]}, "5335": {"text": "I 'm concerned because it 's japanese culture insinuating itself into American culture .", "tokenized_text": ["i", "m", "concerned", "because", "it", "s", "japanese", "culture", "insinuating", "itself", "into", "american", "culture"]}, "5336": {"text": "Here 's some good anime : `` Cowboy Bebop '' ( real title is `` Heaven 's Gate '' ) [ generally ok for kids ] `` Akira '' [ a little disturbing for youngsters ] `` Princess Mononoke '' [ kid ok ] `` Spirited Away '' [ kid ok ] `` Robotech '' [ kid ok ] `` Golgo 13 '' [ violent ] `` Ninja Scrolls '' [ violent , sexual situations ] `` Vampire Hunter D '' [ violent ] `` Animatrix '' [ violent - mature kids only ] Check out `` adult swim '' on Comedy Central late at night .", "tokenized_text": ["here", "s", "some", "good", "anime", "cowboy", "bebop", "real", "title", "is", "heaven", "s", "gate", "generally", "ok", "for", "kids", "akira", "a", "little", "disturbing", "for", "youngsters", "princess", "mononoke", "kid", "ok", "spirited", "away", "kid", "ok", "robotech", "kid", "ok", "golgo", "13", "violent", "ninja", "scrolls", "violent", "sexual", "situations", "vampire", "hunter", "d", "violent", "animatrix", "violent", "mature", "kids", "only", "check", "out", "adult", "swim", "on", "comedy", "central", "late", "at", "night"]}, "5337": {"text": "It features some pretty good , cutting edge anime for mature teens and adults .", "tokenized_text": ["it", "features", "some", "pretty", "good", "cutting", "edge", "anime", "for", "mature", "teens", "and", "adults"]}, "5338": {"text": "Some of it is kind of hard to follow , as the japanese have interesting ideas about relationships , dialogue and making ( no ) sense in general .", "tokenized_text": ["some", "of", "it", "is", "kind", "of", "hard", "to", "follow", "as", "the", "japanese", "have", "interesting", "ideas", "about", "relationships", "dialogue", "and", "making", "no", "sense", "in", "general"]}, "5339": {"text": "If your kids is interested in anime , by all means BE CAREFUL at the video store .", "tokenized_text": ["if", "your", "kids", "is", "interested", "in", "anime", "by", "all", "means", "be", "careful", "at", "the", "video", "store"]}, "5340": {"text": "Most adult anime comes with bright stickers indicating `` adults only '' .", "tokenized_text": ["most", "adult", "anime", "comes", "with", "bright", "stickers", "indicating", "adults", "only"]}, "5341": {"text": "If there 's adult situations in it , it will indicate so on the package .", "tokenized_text": ["if", "there", "s", "adult", "situations", "in", "it", "it", "will", "indicate", "so", "on", "the", "package"]}, "5342": {"text": "If in doubt , ask the clerk .", "tokenized_text": ["if", "in", "doubt", "ask", "the", "clerk"]}, "5343": {"text": "The Aryan Body , Mind and Soul - Prodigies and Geniuses Johann Sebastian Bach ( March 31 , 1685 - July 28 , 1750 ) Johann Sebastian Bach was a German composer , organist , violist and violinist whose ecclesiastical and secular works for choir , orchestra and solo instruments drew together the strands of the Baroque period and brought it to its ultimate maturity .", "tokenized_text": ["the", "aryan", "body", "mind", "and", "soul", "prodigies", "and", "geniuses", "johann", "sebastian", "bach", "march", "31", "1685", "july", "28", "1750", "johann", "sebastian", "bach", "was", "a", "german", "composer", "organist", "violist", "and", "violinist", "whose", "ecclesiastical", "and", "secular", "works", "for", "choir", "orchestra", "and", "solo", "instruments", "drew", "together", "the", "strands", "of", "the", "baroque", "period", "and", "brought", "it", "to", "its", "ultimate", "maturity"]}, "5344": {"text": "Bach did not introduce new forms but he enriched the prevailing German style with a robust contrapuntal technique , an unrivaled control of harmonic and motivic organization , and the adaptation of rhythms , forms and textures from abroad , particularly from Italy and France .", "tokenized_text": ["bach", "did", "not", "introduce", "new", "forms", "but", "he", "enriched", "the", "prevailing", "german", "style", "with", "a", "robust", "contrapuntal", "technique", "an", "unrivaled", "control", "of", "harmonic", "and", "motivic", "organization", "and", "the", "adaptation", "of", "rhythms", "forms", "and", "textures", "from", "abroad", "particularly", "from", "italy", "and", "france"]}, "5345": {"text": "Revered for their intellectual depth , technical command and artistic beauty , Bach 's works include the Brandenburg concertos , the Goldberg Variations , the Partitas , the Well-Tempered Clavier , the Mass in B Minor , the St Matthew Passion , the St John Passion , the Magnificat , The Musical Offering , The Art of Fugue , the English and French Suites , the Sonatas and Partitas for solo violin , the Cello Suites , more than 200 surviving cantatas , and a similar number of organ works , including the celebrated Toccata and Fugue in D minor and Passacaglia and Fugue in C minor .", "tokenized_text": ["revered", "for", "their", "intellectual", "depth", "technical", "command", "and", "artistic", "beauty", "bach", "s", "works", "include", "the", "brandenburg", "concertos", "the", "goldberg", "variations", "the", "partitas", "the", "well", "tempered", "clavier", "the", "mass", "in", "b", "minor", "the", "st", "matthew", "passion", "the", "st", "john", "passion", "the", "magnificat", "the", "musical", "offering", "the", "art", "of", "fugue", "the", "english", "and", "french", "suites", "the", "sonatas", "and", "partitas", "for", "solo", "violin", "the", "cello", "suites", "more", "than", "200", "surviving", "cantatas", "and", "a", "similar", "number", "of", "organ", "works", "including", "the", "celebrated", "toccata", "and", "fugue", "in", "d", "minor", "and", "passacaglia", "and", "fugue", "in", "c", "minor"]}, "5346": {"text": "`` The aim and final end of all music should be none other than the glory of God and the refreshment of the soul . '' - Johann Sebastian Bach `` Where there is devotional music , God is always at hand with His gracious presence . '' - Johann Sebastian Bach", "tokenized_text": ["the", "aim", "and", "final", "end", "of", "all", "music", "should", "be", "none", "other", "than", "the", "glory", "of", "god", "and", "the", "refreshment", "of", "the", "soul", "johann", "sebastian", "bach", "where", "there", "is", "devotional", "music", "god", "is", "always", "at", "hand", "with", "his", "gracious", "presence", "johann", "sebastian", "bach"]}, "5347": {"text": "My father 's family is originally from the Highlands in Britain/Scotland and my mother 's family is British .", "tokenized_text": ["my", "father", "s", "family", "is", "originally", "from", "the", "highlands", "in", "britain", "scotland", "and", "my", "mother", "s", "family", "is", "british"]}, "5348": {"text": "All in all I 'm White", "tokenized_text": ["all", "in", "all", "i", "m", "white"]}, "5349": {"text": "I bet they 'll find a way to invent a new hoax .", "tokenized_text": ["i", "bet", "they", "ll", "find", "a", "way", "to", "invent", "a", "new", "hoax"]}, "5350": {"text": "So they can get reparations for their great grand parents ' `` suffering '' plus more .", "tokenized_text": ["so", "they", "can", "get", "reparations", "for", "their", "great", "grand", "parents", "suffering", "plus", "more"]}, "5351": {"text": "First of the idiot is telling the mud to respect the neighborhood .", "tokenized_text": ["first", "of", "the", "idiot", "is", "telling", "the", "mud", "to", "respect", "the", "neighborhood"]}, "5352": {"text": "Muds do n't respect anything , including themselves ( what 's to respect ) and therefore anyone else .", "tokenized_text": ["muds", "do", "n", "t", "respect", "anything", "including", "themselves", "what", "s", "to", "respect", "and", "therefore", "anyone", "else"]}, "5353": {"text": "88", "tokenized_text": ["88"]}, "5354": {"text": "Francesca Ortolani aka `` Aufidena '' YouTube - Francesca Ortolani ( Aufidena ) - In deinen Augen YouTube - Tomorrow Belongs to Me YouTube - Aufidena - When the moon comes YouTube - Aufidena - Towards the Light YouTube - Francesca Ortolani - The Scarecrow", "tokenized_text": ["francesca", "ortolani", "aka", "aufidena", "youtube", "francesca", "ortolani", "aufidena", "in", "deinen", "augen", "youtube", "tomorrow", "belongs", "to", "me", "youtube", "aufidena", "when", "the", "moon", "comes", "youtube", "aufidena", "towards", "the", "light", "youtube", "francesca", "ortolani", "the", "scarecrow"]}, "5355": {"text": "This year I 'm going as a dog , and my two friends are going as a ghost and a mail man .", "tokenized_text": ["this", "year", "i", "m", "going", "as", "a", "dog", "and", "my", "two", "friends", "are", "going", "as", "a", "ghost", "and", "a", "mail", "man"]}, "5356": {"text": "Thank you for this information and for this link you provided to Ward Price 's other excellent online book over at the UNS Social Group , here : http://der-fuehrer.org/bucher/englis ... 0dictators.pdf", "tokenized_text": ["thank", "you", "for", "this", "information", "and", "for", "this", "link", "you", "provided", "to", "ward", "price", "s", "other", "excellent", "online", "book", "over", "at", "the", "uns", "social", "group", "here", "http", "der", "fuehrer", "org", "bucher", "englis", "0dictators", "pdf"]}, "5357": {"text": "I would like to have a gun to carry for self defence , but have not done so , as should the gun be found on my person by authorities then gaol would be the outcome .", "tokenized_text": ["i", "would", "like", "to", "have", "a", "gun", "to", "carry", "for", "self", "defence", "but", "have", "not", "done", "so", "as", "should", "the", "gun", "be", "found", "on", "my", "person", "by", "authorities", "then", "gaol", "would", "be", "the", "outcome"]}, "5358": {"text": "Vox was a romantic .", "tokenized_text": ["vox", "was", "a", "romantic"]}, "5359": {"text": "Like many on here are .", "tokenized_text": ["like", "many", "on", "here", "are"]}, "5360": {"text": "They have their place , just like every other group .", "tokenized_text": ["they", "have", "their", "place", "just", "like", "every", "other", "group"]}, "5361": {"text": "But this just is n't the greatest movement for romantics to join .", "tokenized_text": ["but", "this", "just", "is", "n", "t", "the", "greatest", "movement", "for", "romantics", "to", "join"]}, "5362": {"text": "hello, I 'm from Rome ...", "tokenized_text": ["hello", "i", "m", "from", "rome"]}, "5363": {"text": "That 's a very sad story. were the pagans Romans , or the later Christians romans that did that ?", "tokenized_text": ["that", "s", "a", "very", "sad", "story", "were", "the", "pagans", "romans", "or", "the", "later", "christians", "romans", "that", "did", "that"]}, "5364": {"text": "i'd love to learn wrestling man .", "tokenized_text": ["i", "d", "love", "to", "learn", "wrestling", "man"]}, "5365": {"text": "I 'm just out of college though. i guess i 'll join an mma school in the fall .", "tokenized_text": ["i", "m", "just", "out", "of", "college", "though", "i", "guess", "i", "ll", "join", "an", "mma", "school", "in", "the", "fall"]}, "5366": {"text": "I will find some way to get hold of this speech and make it public .", "tokenized_text": ["i", "will", "find", "some", "way", "to", "get", "hold", "of", "this", "speech", "and", "make", "it", "public"]}, "5367": {"text": "Will post back here when I have it .", "tokenized_text": ["will", "post", "back", "here", "when", "i", "have", "it"]}, "5368": {"text": "Thanks for your interest !", "tokenized_text": ["thanks", "for", "your", "interest"]}, "5369": {"text": "``Confrontingthe Girl Who Shot Me In the Face '' -- Dr. Phil - YouTube The female negro is making excuses like its not her fault but we all know its TNB , I feel for that poor white woman", "tokenized_text": ["confrontingthe", "girl", "who", "shot", "me", "in", "the", "face", "dr", "phil", "youtube", "the", "female", "negro", "is", "making", "excuses", "like", "its", "not", "her", "fault", "but", "we", "all", "know", "its", "tnb", "i", "feel", "for", "that", "poor", "white", "woman"]}, "5370": {"text": "Like said definitely learn how to use it properly because even practicing it you can injure your neck if you do it wrong .", "tokenized_text": ["like", "said", "definitely", "learn", "how", "to", "use", "it", "properly", "because", "even", "practicing", "it", "you", "can", "injure", "your", "neck", "if", "you", "do", "it", "wrong"]}, "5371": {"text": "Kinda strange he only wants to remember those so called six million , but not those who died because of communism during WW2 .", "tokenized_text": ["kinda", "strange", "he", "only", "wants", "to", "remember", "those", "so", "called", "six", "million", "but", "not", "those", "who", "died", "because", "of", "communism", "during", "ww2"]}, "5372": {"text": "Brainwashed much ?", "tokenized_text": ["brainwashed", "much"]}, "5373": {"text": "there you go defending the jews again .", "tokenized_text": ["there", "you", "go", "defending", "the", "jews", "again"]}, "5374": {"text": "OK I get you dont like to talk bad about the jew. btw I said Kapo 's", "tokenized_text": ["ok", "i", "get", "you", "dont", "like", "to", "talk", "bad", "about", "the", "jew", "btw", "i", "said", "kapo", "s"]}, "5375": {"text": "How can they do well at anything that requires logic when they are required to accept that A and B are equal ?", "tokenized_text": ["how", "can", "they", "do", "well", "at", "anything", "that", "requires", "logic", "when", "they", "are", "required", "to", "accept", "that", "a", "and", "b", "are", "equal"]}, "5376": {"text": "And I 've told you why .", "tokenized_text": ["and", "i", "ve", "told", "you", "why"]}, "5377": {"text": "I very much doubt anybody else will ask me because hardly anybody else goes on like you .", "tokenized_text": ["i", "very", "much", "doubt", "anybody", "else", "will", "ask", "me", "because", "hardly", "anybody", "else", "goes", "on", "like", "you"]}, "5378": {"text": "Are you sure on the BSA thing ?", "tokenized_text": ["are", "you", "sure", "on", "the", "bsa", "thing"]}, "5379": {"text": "Oh and the Sun Wheel is a Pagan Symbol before the spread of Christianity ....", "tokenized_text": ["oh", "and", "the", "sun", "wheel", "is", "a", "pagan", "symbol", "before", "the", "spread", "of", "christianity"]}, "5380": {"text": "I would love to hear her do this song today .", "tokenized_text": ["i", "would", "love", "to", "hear", "her", "do", "this", "song", "today"]}, "5381": {"text": "Phantom of the Opera was one of my favorites growing up .", "tokenized_text": ["phantom", "of", "the", "opera", "was", "one", "of", "my", "favorites", "growing", "up"]}, "5382": {"text": "Wait on buying this and let the gun magazines test it first .", "tokenized_text": ["wait", "on", "buying", "this", "and", "let", "the", "gun", "magazines", "test", "it", "first"]}, "5383": {"text": "Waiting to buy a new product is almost always a good idea , let someone else experiment .", "tokenized_text": ["waiting", "to", "buy", "a", "new", "product", "is", "almost", "always", "a", "good", "idea", "let", "someone", "else", "experiment"]}, "5384": {"text": "The treatment of ethnic Germans in both the east and west after the German surrender is the real genocide that no one wants to talk about .", "tokenized_text": ["the", "treatment", "of", "ethnic", "germans", "in", "both", "the", "east", "and", "west", "after", "the", "german", "surrender", "is", "the", "real", "genocide", "that", "no", "one", "wants", "to", "talk", "about"]}, "5385": {"text": "I remember in grade 8 doing a project on that , and I got punished by the teacher because `` only blacks were slaves '' She was an idiot !", "tokenized_text": ["i", "remember", "in", "grade", "8", "doing", "a", "project", "on", "that", "and", "i", "got", "punished", "by", "the", "teacher", "because", "only", "blacks", "were", "slaves", "she", "was", "an", "idiot"]}, "5386": {"text": "White people have been around for 40,000 years IJ is the exact same thing the split is I and J J is older than I and it was J first farmers from that it became J2 I2 is what Dinaric have there are different subclades to being Nordic to be a Nordic I2 it has to be a I1 variant nice try though .", "tokenized_text": ["white", "people", "have", "been", "around", "for", "40", "000", "years", "ij", "is", "the", "exact", "same", "thing", "the", "split", "is", "i", "and", "j", "j", "is", "older", "than", "i", "and", "it", "was", "j", "first", "farmers", "from", "that", "it", "became", "j2", "i2", "is", "what", "dinaric", "have", "there", "are", "different", "subclades", "to", "being", "nordic", "to", "be", "a", "nordic", "i2", "it", "has", "to", "be", "a", "i1", "variant", "nice", "try", "though"]}, "5387": {"text": "With the exception of two mestizo teachers , all my teachers from kindergarten to now have been white .", "tokenized_text": ["with", "the", "exception", "of", "two", "mestizo", "teachers", "all", "my", "teachers", "from", "kindergarten", "to", "now", "have", "been", "white"]}, "5388": {"text": "I have n't had enough teachers of different races to compare that .", "tokenized_text": ["i", "have", "n", "t", "had", "enough", "teachers", "of", "different", "races", "to", "compare", "that"]}, "5389": {"text": "I 'll have a lot of Asian teachers when I transfer to university though .", "tokenized_text": ["i", "ll", "have", "a", "lot", "of", "asian", "teachers", "when", "i", "transfer", "to", "university", "though"]}, "5390": {"text": "I hope it goes well .", "tokenized_text": ["i", "hope", "it", "goes", "well"]}, "5391": {"text": "Good, it is about time those progressive libtards got theirs for the generations of young white minds they have perverted with their pseudo-education .", "tokenized_text": ["good", "it", "is", "about", "time", "those", "progressive", "libtards", "got", "theirs", "for", "the", "generations", "of", "young", "white", "minds", "they", "have", "perverted", "with", "their", "pseudo", "education"]}, "5392": {"text": "Good for her .", "tokenized_text": ["good", "for", "her"]}, "5393": {"text": "I recall another recent story about a senior judge in Germany challenging the Holocaust story .", "tokenized_text": ["i", "recall", "another", "recent", "story", "about", "a", "senior", "judge", "in", "germany", "challenging", "the", "holocaust", "story"]}, "5394": {"text": "If the Jews are allowed to decide for everyone the correct version of history , I 'm sure they 'll eventually re-write the history around Jesus Christ .", "tokenized_text": ["if", "the", "jews", "are", "allowed", "to", "decide", "for", "everyone", "the", "correct", "version", "of", "history", "i", "m", "sure", "they", "ll", "eventually", "re", "write", "the", "history", "around", "jesus", "christ"]}, "5395": {"text": "If you think that 's a stretch consider : ( 1 ) .state law already trumps religion when it comes to homosexuality and abortion and ( 2 ) .the Jews have already pressured some Christian churches to say that the Jews did not murder Jesus .", "tokenized_text": ["if", "you", "think", "that", "s", "a", "stretch", "consider", "1", "state", "law", "already", "trumps", "religion", "when", "it", "comes", "to", "homosexuality", "and", "abortion", "and", "2", "the", "jews", "have", "already", "pressured", "some", "christian", "churches", "to", "say", "that", "the", "jews", "did", "not", "murder", "jesus"]}, "5396": {"text": "( The Jews had the Romans murder Jesus for them by falsely accusing Jesus and by turning down a chance to pardon Jesus .", "tokenized_text": ["the", "jews", "had", "the", "romans", "murder", "jesus", "for", "them", "by", "falsely", "accusing", "jesus", "and", "by", "turning", "down", "a", "chance", "to", "pardon", "jesus"]}, "5397": {"text": "Pontius Pilate washed his hands , announced that he found nothing wrong and left it up to the Jews. )", "tokenized_text": ["pontius", "pilate", "washed", "his", "hands", "announced", "that", "he", "found", "nothing", "wrong", "and", "left", "it", "up", "to", "the", "jews"]}, "5398": {"text": "My daughter is doing High School on line , she may go back to school regularly for her senior year , but this is in Colorado and I think it covers all classes .", "tokenized_text": ["my", "daughter", "is", "doing", "high", "school", "on", "line", "she", "may", "go", "back", "to", "school", "regularly", "for", "her", "senior", "year", "but", "this", "is", "in", "colorado", "and", "i", "think", "it", "covers", "all", "classes"]}, "5399": {"text": "I will have to ask her and let you know .", "tokenized_text": ["i", "will", "have", "to", "ask", "her", "and", "let", "you", "know"]}, "5400": {"text": "Ironically, I just started looking into how to get my license yesterday and then I see this post today .", "tokenized_text": ["ironically", "i", "just", "started", "looking", "into", "how", "to", "get", "my", "license", "yesterday", "and", "then", "i", "see", "this", "post", "today"]}, "5401": {"text": "Thanks for posting the link .", "tokenized_text": ["thanks", "for", "posting", "the", "link"]}, "5402": {"text": "I will look into it more so that I proceed in the best way .", "tokenized_text": ["i", "will", "look", "into", "it", "more", "so", "that", "i", "proceed", "in", "the", "best", "way"]}, "5403": {"text": "Be sure to make note of the new address to buy things from The Knights !", "tokenized_text": ["be", "sure", "to", "make", "note", "of", "the", "new", "address", "to", "buy", "things", "from", "the", "knights"]}, "5404": {"text": "Christian Books and Things P.O. Box 111 Harrison , Ark. 72601", "tokenized_text": ["christian", "books", "and", "things", "p", "o", "box", "111", "harrison", "ark", "72601"]}, "5405": {"text": "Ah for the old days .", "tokenized_text": ["ah", "for", "the", "old", "days"]}, "5406": {"text": "This is what we used to sing in elementary school Mine eyes have seen the glory of the burning of the school We have tortured all the teachers , we have broken every rule We are heading for the Principal with fire and torture too As we go marching on !", "tokenized_text": ["this", "is", "what", "we", "used", "to", "sing", "in", "elementary", "school", "mine", "eyes", "have", "seen", "the", "glory", "of", "the", "burning", "of", "the", "school", "we", "have", "tortured", "all", "the", "teachers", "we", "have", "broken", "every", "rule", "we", "are", "heading", "for", "the", "principal", "with", "fire", "and", "torture", "too", "as", "we", "go", "marching", "on"]}, "5407": {"text": "Glory Glory Halliujah , Glory Glory Halliujah , Glory Glory Halliujah THe school is burning down", "tokenized_text": ["glory", "glory", "halliujah", "glory", "glory", "halliujah", "glory", "glory", "halliujah", "the", "school", "is", "burning", "down"]}, "5408": {"text": "Forcing people to look at propaganda so they will have a knee-jerk reaction when they make an unconscious real world correlation to what they were forced to view ...", "tokenized_text": ["forcing", "people", "to", "look", "at", "propaganda", "so", "they", "will", "have", "a", "knee", "jerk", "reaction", "when", "they", "make", "an", "unconscious", "real", "world", "correlation", "to", "what", "they", "were", "forced", "to", "view"]}, "5409": {"text": "http://www.sfgate.com/cgi-bin/articl...BAJK19A7M6.DTL ``Based on the rate of improvement from 2003 to 2009 , it would take up to 105 years to close the white/Hispanic achievement gap and at least 189 years to close the white/black gap , which has failed to narrow by even a point in English since 2003 , according to scores released Tuesday . '' and `` Wealthier black students score well below their white and Asian counterparts , including those who are from low-income families . ''", "tokenized_text": ["http", "www", "sfgate", "com", "cgi", "bin", "articl", "bajk19a7m6", "dtl", "based", "on", "the", "rate", "of", "improvement", "from", "2003", "to", "2009", "it", "would", "take", "up", "to", "105", "years", "to", "close", "the", "white", "hispanic", "achievement", "gap", "and", "at", "least", "189", "years", "to", "close", "the", "white", "black", "gap", "which", "has", "failed", "to", "narrow", "by", "even", "a", "point", "in", "english", "since", "2003", "according", "to", "scores", "released", "tuesday", "and", "wealthier", "black", "students", "score", "well", "below", "their", "white", "and", "asian", "counterparts", "including", "those", "who", "are", "from", "low", "income", "families"]}, "5410": {"text": "I 'm sure it 's all a result of discrimination .", "tokenized_text": ["i", "m", "sure", "it", "s", "all", "a", "result", "of", "discrimination"]}, "5411": {"text": "The comments section for this article is pretty empty right now ...", "tokenized_text": ["the", "comments", "section", "for", "this", "article", "is", "pretty", "empty", "right", "now"]}, "5412": {"text": "They just wanna shake him down Anytime new military units get involved in the drug war in Mehico they learn the ropes lightning fast and go for the $ $ $ $ $ $ .", "tokenized_text": ["they", "just", "wanna", "shake", "him", "down", "anytime", "new", "military", "units", "get", "involved", "in", "the", "drug", "war", "in", "mehico", "they", "learn", "the", "ropes", "lightning", "fast", "and", "go", "for", "the"]}, "5413": {"text": "Wasn't there something like a big bang in which a burrito exploded and all the beans flew everywhere and started reproducing exponentially ?", "tokenized_text": ["wasn", "t", "there", "something", "like", "a", "big", "bang", "in", "which", "a", "burrito", "exploded", "and", "all", "the", "beans", "flew", "everywhere", "and", "started", "reproducing", "exponentially"]}, "5414": {"text": "I was traveling today and was informed that the black slaves were trained and educated in the arts of skilled labor .", "tokenized_text": ["i", "was", "traveling", "today", "and", "was", "informed", "that", "the", "black", "slaves", "were", "trained", "and", "educated", "in", "the", "arts", "of", "skilled", "labor"]}, "5415": {"text": "I 'm left wondering what jobs did the `` working class '' whites have ?", "tokenized_text": ["i", "m", "left", "wondering", "what", "jobs", "did", "the", "working", "class", "whites", "have"]}, "5416": {"text": "This might take the cake of the biggest load of bullsh ! t the Jews have tried to pass by the goyim .", "tokenized_text": ["this", "might", "take", "the", "cake", "of", "the", "biggest", "load", "of", "bullsh", "t", "the", "jews", "have", "tried", "to", "pass", "by", "the", "goyim"]}, "5417": {"text": "The supposed trauma of a fictional event passes on thru generations but the genocide of our people is met with mass apathy .", "tokenized_text": ["the", "supposed", "trauma", "of", "a", "fictional", "event", "passes", "on", "thru", "generations", "but", "the", "genocide", "of", "our", "people", "is", "met", "with", "mass", "apathy"]}, "5418": {"text": "The only type of museum a zoo needs , is a museum about animals and nature .", "tokenized_text": ["the", "only", "type", "of", "museum", "a", "zoo", "needs", "is", "a", "museum", "about", "animals", "and", "nature"]}, "5419": {"text": "Holocaust has no business in there .", "tokenized_text": ["holocaust", "has", "no", "business", "in", "there"]}, "5420": {"text": "They will spend 40k plus a year on elementary , middle school , and high school educations all the while crying about poor conditions for non-Whites .", "tokenized_text": ["they", "will", "spend", "40k", "plus", "a", "year", "on", "elementary", "middle", "school", "and", "high", "school", "educations", "all", "the", "while", "crying", "about", "poor", "conditions", "for", "non", "whites"]}, "5421": {"text": "Well I hate to tell that 40k will do a lot to help out the non-Whites .", "tokenized_text": ["well", "i", "hate", "to", "tell", "that", "40k", "will", "do", "a", "lot", "to", "help", "out", "the", "non", "whites"]}, "5422": {"text": "Since this virus has yet to cause deaths in America we sent them back to school today .", "tokenized_text": ["since", "this", "virus", "has", "yet", "to", "cause", "deaths", "in", "america", "we", "sent", "them", "back", "to", "school", "today"]}, "5423": {"text": "Many schools are closed in the area but ours hasnt had any problems so far .", "tokenized_text": ["many", "schools", "are", "closed", "in", "the", "area", "but", "ours", "hasnt", "had", "any", "problems", "so", "far"]}, "5424": {"text": "One thing we did get out of this is confermation that homeschool is the way to go .", "tokenized_text": ["one", "thing", "we", "did", "get", "out", "of", "this", "is", "confermation", "that", "homeschool", "is", "the", "way", "to", "go"]}, "5425": {"text": "They get some of the same white guilt trip from the private schools .", "tokenized_text": ["they", "get", "some", "of", "the", "same", "white", "guilt", "trip", "from", "the", "private", "schools"]}, "5426": {"text": "Do you think the state would let them exist otherwise ?", "tokenized_text": ["do", "you", "think", "the", "state", "would", "let", "them", "exist", "otherwise"]}, "5427": {"text": "That kid is probably going to get some disease from laying with his face on the floor of a supermarket like that , or some good doer will call he cops and he could get put in a foster home .", "tokenized_text": ["that", "kid", "is", "probably", "going", "to", "get", "some", "disease", "from", "laying", "with", "his", "face", "on", "the", "floor", "of", "a", "supermarket", "like", "that", "or", "some", "good", "doer", "will", "call", "he", "cops", "and", "he", "could", "get", "put", "in", "a", "foster", "home"]}, "5428": {"text": "Spanking him would hurt alot less !", "tokenized_text": ["spanking", "him", "would", "hurt", "alot", "less"]}, "5429": {"text": "I think its funny , as a premed student there has n't been a black person within a hundred miles of any of my classes ever .", "tokenized_text": ["i", "think", "its", "funny", "as", "a", "premed", "student", "there", "has", "n", "t", "been", "a", "black", "person", "within", "a", "hundred", "miles", "of", "any", "of", "my", "classes", "ever"]}, "5430": {"text": "I guess organic chem is just too hard .", "tokenized_text": ["i", "guess", "organic", "chem", "is", "just", "too", "hard"]}, "5431": {"text": "Good find .", "tokenized_text": ["good", "find"]}, "5432": {"text": "The comparison between the Belgian and `` American '' school is revealing .", "tokenized_text": ["the", "comparison", "between", "the", "belgian", "and", "american", "school", "is", "revealing"]}, "5433": {"text": "Of course , it 's obvious why the Belgians outscored the `` Americans '' .", "tokenized_text": ["of", "course", "it", "s", "obvious", "why", "the", "belgians", "outscored", "the", "americans"]}, "5434": {"text": "1 .", "tokenized_text": ["1"]}, "5435": {"text": "The New Jersey classroom was over half non-white .", "tokenized_text": ["the", "new", "jersey", "classroom", "was", "over", "half", "non", "white"]}, "5436": {"text": "The Belgian school was one hundred percent white .", "tokenized_text": ["the", "belgian", "school", "was", "one", "hundred", "percent", "white"]}, "5437": {"text": "2 .", "tokenized_text": ["2"]}, "5438": {"text": "American schools have dumbed-down curricula , courtesy of the `` Progressivist '' model of education .", "tokenized_text": ["american", "schools", "have", "dumbed", "down", "curricula", "courtesy", "of", "the", "progressivist", "model", "of", "education"]}, "5439": {"text": "Just be patient and go slow .", "tokenized_text": ["just", "be", "patient", "and", "go", "slow"]}, "5440": {"text": "Sounds like her instincts are good and she 's smart .", "tokenized_text": ["sounds", "like", "her", "instincts", "are", "good", "and", "she", "s", "smart"]}, "5441": {"text": "So , bring her along slowly and she 'll more than likely see the light .", "tokenized_text": ["so", "bring", "her", "along", "slowly", "and", "she", "ll", "more", "than", "likely", "see", "the", "light"]}, "5442": {"text": "Events around the world will educate her fast enough !", "tokenized_text": ["events", "around", "the", "world", "will", "educate", "her", "fast", "enough"]}, "5443": {"text": "Blacks are n't that strong .", "tokenized_text": ["blacks", "are", "n", "t", "that", "strong"]}, "5444": {"text": "I 'm 5 ' 7 \" , pudgy with a gut and soft muscles , and I 've wrestled and over-powered bigger , ripped black guys and submitted them .", "tokenized_text": ["i", "m", "5", "7", "pudgy", "with", "a", "gut", "and", "soft", "muscles", "and", "i", "ve", "wrestled", "and", "over", "powered", "bigger", "ripped", "black", "guys", "and", "submitted", "them"]}, "5445": {"text": "If you ever hear someone talking to a group of kids about their future goals , listen closely .", "tokenized_text": ["if", "you", "ever", "hear", "someone", "talking", "to", "a", "group", "of", "kids", "about", "their", "future", "goals", "listen", "closely"]}, "5446": {"text": "You are almost certain to hear a few negro kids say they want to be `` rappas '' or `` basketball playas . ''", "tokenized_text": ["you", "are", "almost", "certain", "to", "hear", "a", "few", "negro", "kids", "say", "they", "want", "to", "be", "rappas", "or", "basketball", "playas"]}, "5447": {"text": "I also , left a comment Now , I need to wait and see if it gets approved .", "tokenized_text": ["i", "also", "left", "a", "comment", "now", "i", "need", "to", "wait", "and", "see", "if", "it", "gets", "approved"]}, "5448": {"text": "I went combing youtube today looking for more about JT Ready and how they are manning up the border .", "tokenized_text": ["i", "went", "combing", "youtube", "today", "looking", "for", "more", "about", "jt", "ready", "and", "how", "they", "are", "manning", "up", "the", "border"]}, "5449": {"text": "I found tons of new uploads .", "tokenized_text": ["i", "found", "tons", "of", "new", "uploads"]}, "5450": {"text": "Most comments are quite favorable to fiercely favorable .", "tokenized_text": ["most", "comments", "are", "quite", "favorable", "to", "fiercely", "favorable"]}, "5451": {"text": "Only a very few negatives .", "tokenized_text": ["only", "a", "very", "few", "negatives"]}, "5452": {"text": "I say ' cry havoc and let slip the dogs of war ' !", "tokenized_text": ["i", "say", "cry", "havoc", "and", "let", "slip", "the", "dogs", "of", "war"]}, "5453": {"text": "To be honest , it is long overdue .", "tokenized_text": ["to", "be", "honest", "it", "is", "long", "overdue"]}, "5454": {"text": "I 'd like to see Iran wipe Israel off the map .", "tokenized_text": ["i", "d", "like", "to", "see", "iran", "wipe", "israel", "off", "the", "map"]}, "5455": {"text": "Why would gooks want to look white ?", "tokenized_text": ["why", "would", "gooks", "want", "to", "look", "white"]}, "5456": {"text": "They should be proud of their race They can admire us if they want but they should be proud of who they are", "tokenized_text": ["they", "should", "be", "proud", "of", "their", "race", "they", "can", "admire", "us", "if", "they", "want", "but", "they", "should", "be", "proud", "of", "who", "they", "are"]}, "5457": {"text": "Yeah, she 's gonna end up just like the last hoe bag that got involved with the same chimp .", "tokenized_text": ["yeah", "she", "s", "gonna", "end", "up", "just", "like", "the", "last", "hoe", "bag", "that", "got", "involved", "with", "the", "same", "chimp"]}, "5458": {"text": "Kimora Lee Simmons", "tokenized_text": ["kimora", "lee", "simmons"]}, "5459": {"text": "I'm from the suburbs of Chicago , everyone always says there are alot of skinheads out here but i have had trouble finding any", "tokenized_text": ["i", "m", "from", "the", "suburbs", "of", "chicago", "everyone", "always", "says", "there", "are", "alot", "of", "skinheads", "out", "here", "but", "i", "have", "had", "trouble", "finding", "any"]}, "5460": {"text": "I'm happy to hear Ms. Rosen will survive and hopefully put this behind her at some point ?", "tokenized_text": ["i", "m", "happy", "to", "hear", "ms", "rosen", "will", "survive", "and", "hopefully", "put", "this", "behind", "her", "at", "some", "point"]}, "5461": {"text": "If she continues worshipping negroes and homos the odds are good this scenario will repeat .", "tokenized_text": ["if", "she", "continues", "worshipping", "negroes", "and", "homos", "the", "odds", "are", "good", "this", "scenario", "will", "repeat"]}, "5462": {"text": "I searched but was unable to find her photo .", "tokenized_text": ["i", "searched", "but", "was", "unable", "to", "find", "her", "photo"]}, "5463": {"text": "I wonder if we will have to wait until the trial for a photo .", "tokenized_text": ["i", "wonder", "if", "we", "will", "have", "to", "wait", "until", "the", "trial", "for", "a", "photo"]}, "5464": {"text": "Visit the used book stores in Riverside .", "tokenized_text": ["visit", "the", "used", "book", "stores", "in", "riverside"]}, "5465": {"text": "Check the stacks .", "tokenized_text": ["check", "the", "stacks"]}, "5466": {"text": "Seek and you shall find .", "tokenized_text": ["seek", "and", "you", "shall", "find"]}, "5467": {"text": "Also : National Alliance Local Area Contacts Riverside , CA ( 909 ) 789-4215 http://www.natvan.com/phone-numbers/", "tokenized_text": ["also", "national", "alliance", "local", "area", "contacts", "riverside", "ca", "909", "789", "4215", "http", "www", "natvan", "com", "phone", "numbers"]}, "5468": {"text": "i have always wanted to be a cop and will become one its only the bad anti skinhead cops that piss me off.I think being a cop is one of the best WN jobs in the fact that your cleaning up the streets", "tokenized_text": ["i", "have", "always", "wanted", "to", "be", "a", "cop", "and", "will", "become", "one", "its", "only", "the", "bad", "anti", "skinhead", "cops", "that", "piss", "me", "off", "i", "think", "being", "a", "cop", "is", "one", "of", "the", "best", "wn", "jobs", "in", "the", "fact", "that", "your", "cleaning", "up", "the", "streets"]}, "5469": {"text": "Here, for your ease & convenience -- Insight on the News current annual list as found @ http://www.insightmag.com/main.cfm ? i ... storyid = 464383 Insight 's Top CollegesPosted Sept. 15 , 2003 By Stephen Goode Published : Tuesday , September 30 , 2003 Insight 's Top 15 ( in alphabetical order ) , based on commitment to undergraduate teaching and use of a traditional curriculum .", "tokenized_text": ["here", "for", "your", "ease", "convenience", "insight", "on", "the", "news", "current", "annual", "list", "as", "found", "http", "www", "insightmag", "com", "main", "cfm", "i", "storyid", "464383", "insight", "s", "top", "collegesposted", "sept", "15", "2003", "by", "stephen", "goode", "published", "tuesday", "september", "30", "2003", "insight", "s", "top", "15", "in", "alphabetical", "order", "based", "on", "commitment", "to", "undergraduate", "teaching", "and", "use", "of", "a", "traditional", "curriculum"]}, "5470": {"text": "Readers are encouraged to go to Websites for information on costs and financial aid offered by these excellent schools .", "tokenized_text": ["readers", "are", "encouraged", "to", "go", "to", "websites", "for", "information", "on", "costs", "and", "financial", "aid", "offered", "by", "these", "excellent", "schools"]}, "5471": {"text": "Calvin College , Grand Rapids , Mich.", "tokenized_text": ["calvin", "college", "grand", "rapids", "mich"]}, "5472": {"text": "www.calvin.edu Christendom College , Front Royal , Va.", "tokenized_text": ["www", "calvin", "edu", "christendom", "college", "front", "royal", "va"]}, "5473": {"text": "www.christendom.edu Claremont-McKenna College , Claremont , Calif.", "tokenized_text": ["www", "christendom", "edu", "claremont", "mckenna", "college", "claremont", "calif"]}, "5474": {"text": "www.mckenna.edu College of the Ozarks , Point Lookout , Mo.", "tokenized_text": ["www", "mckenna", "edu", "college", "of", "the", "ozarks", "point", "lookout", "mo"]}, "5475": {"text": "www.cofo.edu Franciscan University of Steubenville , Steubenville , Ohio www.franuniv.edu Grove City College , Grove City , Pa.", "tokenized_text": ["www", "cofo", "edu", "franciscan", "university", "of", "steubenville", "steubenville", "ohio", "www", "franuniv", "edu", "grove", "city", "college", "grove", "city", "pa"]}, "5476": {"text": "www.gcc.edu Hampden-Sydney College , Hampden-Sydney , Va.", "tokenized_text": ["www", "gcc", "edu", "hampden", "sydney", "college", "hampden", "sydney", "va"]}, "5477": {"text": "www.hsc.edu Hillsdale College , Hillsdale , Mich.", "tokenized_text": ["www", "hsc", "edu", "hillsdale", "college", "hillsdale", "mich"]}, "5478": {"text": "www.hillsdale.edu St. John 's College , Annapolis , Md.", "tokenized_text": ["www", "hillsdale", "edu", "st", "john", "s", "college", "annapolis", "md"]}, "5479": {"text": "www.sjca.edu St. John 's College , Santa Fe , N.M.", "tokenized_text": ["www", "sjca", "edu", "st", "john", "s", "college", "santa", "fe", "n", "m"]}, "5480": {"text": "www.sjcsf.edu St. Mary 's College of Maryland , St. Mary 's , Md.", "tokenized_text": ["www", "sjcsf", "edu", "st", "mary", "s", "college", "of", "maryland", "st", "mary", "s", "md"]}, "5481": {"text": "www.smcm.edu Thomas Aquinas College , Santa Paula , Calif.", "tokenized_text": ["www", "smcm", "edu", "thomas", "aquinas", "college", "santa", "paula", "calif"]}, "5482": {"text": "www.thomasaquinas.edu University of Dallas , Irving , Texas http://acad.udallas.edu Washington and Lee University , Lexington , Va.", "tokenized_text": ["www", "thomasaquinas", "edu", "university", "of", "dallas", "irving", "texas", "http", "acad", "udallas", "edu", "washington", "and", "lee", "university", "lexington", "va"]}, "5483": {"text": "www.wlu.edu Wheaton College , Wheaton , Ill.", "tokenized_text": ["www", "wlu", "edu", "wheaton", "college", "wheaton", "ill"]}, "5484": {"text": "www.wheaton.edu Another 15 Execellent Schools : Baylor University 's College of Arts and Sciences , Waco , Texas Birmingham-Southern College , Birmingham , Ala. Bridgewater College , Bridgewater , Va. Columbia University , New York , N.Y. College of William and Mary , Williamsburg , Va. Davidson College , Davidson , N.C. Furman University , Greenville , S.C. Millsaps College , Jackson , Miss. Pepperdine University , Malibu , Calif. Rhodes College , Memphis , Tenn. St. Olaf 's College , Northfield , Minn. Samford University , Birmingham , Ala. Shimer College , Waukegan , Ill. Thomas More College of the Liberal Arts , Merrimack , N.H. Wake Forest University , Winston-Salem , N.C.", "tokenized_text": ["www", "wheaton", "edu", "another", "15", "execellent", "schools", "baylor", "university", "s", "college", "of", "arts", "and", "sciences", "waco", "texas", "birmingham", "southern", "college", "birmingham", "ala", "bridgewater", "college", "bridgewater", "va", "columbia", "university", "new", "york", "n", "y", "college", "of", "william", "and", "mary", "williamsburg", "va", "davidson", "college", "davidson", "n", "c", "furman", "university", "greenville", "s", "c", "millsaps", "college", "jackson", "miss", "pepperdine", "university", "malibu", "calif", "rhodes", "college", "memphis", "tenn", "st", "olaf", "s", "college", "northfield", "minn", "samford", "university", "birmingham", "ala", "shimer", "college", "waukegan", "ill", "thomas", "more", "college", "of", "the", "liberal", "arts", "merrimack", "n", "h", "wake", "forest", "university", "winston", "salem", "n", "c"]}, "5485": {"text": "agreed, there is no reason to make genocide of other races as long as they are in another country and have nothing to do with our affairs !", "tokenized_text": ["agreed", "there", "is", "no", "reason", "to", "make", "genocide", "of", "other", "races", "as", "long", "as", "they", "are", "in", "another", "country", "and", "have", "nothing", "to", "do", "with", "our", "affairs"]}, "5486": {"text": "If i sent you some pic wound use be able to put them up cuz use dont have many also i have lots of links to give use", "tokenized_text": ["if", "i", "sent", "you", "some", "pic", "wound", "use", "be", "able", "to", "put", "them", "up", "cuz", "use", "dont", "have", "many", "also", "i", "have", "lots", "of", "links", "to", "give", "use"]}, "5487": {"text": "Congratulations on your decision , 88WhiteTiger88 .", "tokenized_text": ["congratulations", "on", "your", "decision", "88whitetiger88"]}, "5488": {"text": "You are joining a unit that is famous for its great spirit and effectiveness at awakening our kinsmen .", "tokenized_text": ["you", "are", "joining", "a", "unit", "that", "is", "famous", "for", "its", "great", "spirit", "and", "effectiveness", "at", "awakening", "our", "kinsmen"]}, "5489": {"text": "The recent statewide flyering campaign that blanketed Colorado in White racialist leaflets and garnered headlines in just about every Colorado newspaper and many TV stations is just one example .", "tokenized_text": ["the", "recent", "statewide", "flyering", "campaign", "that", "blanketed", "colorado", "in", "white", "racialist", "leaflets", "and", "garnered", "headlines", "in", "just", "about", "every", "colorado", "newspaper", "and", "many", "tv", "stations", "is", "just", "one", "example"]}, "5490": {"text": "You are probably very familiar with this campaign , but others can view just a sampling of the press and TV coverage here : https : //www.stormfront.org/forum/show ... 277#post695277 https : //www.stormfront.org/forum/show ... 277#post696338 https : //www.stormfront.org/forum/show ... 277#post696651 https : //www.stormfront.org/forum/show ... 277#post696663 https : //www.stormfront.org/forum/show ... 277#post700173 https : //www.stormfront.org/forum/show ... 277#post700257 https : //www.stormfront.org/forum/show ... 277#post701154 https : //www.stormfront.org/forum/show ... 277#post702119 https : //www.stormfront.org/forum/show ... 277#post709327 Yes ... those are all different news stories in different cities in just one activist campaign by Colorado 's NA members .", "tokenized_text": ["you", "are", "probably", "very", "familiar", "with", "this", "campaign", "but", "others", "can", "view", "just", "a", "sampling", "of", "the", "press", "and", "tv", "coverage", "here", "https", "www", "stormfront", "org", "forum", "show", "277", "post695277", "https", "www", "stormfront", "org", "forum", "show", "277", "post696338", "https", "www", "stormfront", "org", "forum", "show", "277", "post696651", "https", "www", "stormfront", "org", "forum", "show", "277", "post696663", "https", "www", "stormfront", "org", "forum", "show", "277", "post700173", "https", "www", "stormfront", "org", "forum", "show", "277", "post700257", "https", "www", "stormfront", "org", "forum", "show", "277", "post701154", "https", "www", "stormfront", "org", "forum", "show", "277", "post702119", "https", "www", "stormfront", "org", "forum", "show", "277", "post709327", "yes", "those", "are", "all", "different", "news", "stories", "in", "different", "cities", "in", "just", "one", "activist", "campaign", "by", "colorado", "s", "na", "members"]}, "5491": {"text": "And I only caught a few of the stories that were generated .", "tokenized_text": ["and", "i", "only", "caught", "a", "few", "of", "the", "stories", "that", "were", "generated"]}, "5492": {"text": "That 's winning activism .", "tokenized_text": ["that", "s", "winning", "activism"]}, "5493": {"text": "You 're joining a group of hard-working and smart activists 88WhiteTiger88 .", "tokenized_text": ["you", "re", "joining", "a", "group", "of", "hard", "working", "and", "smart", "activists", "88whitetiger88"]}, "5494": {"text": "Let us know when you 've joined and we can give you another well-deserved cheer .", "tokenized_text": ["let", "us", "know", "when", "you", "ve", "joined", "and", "we", "can", "give", "you", "another", "well", "deserved", "cheer"]}, "5495": {"text": "that crap about blacks being tougher stornonger etc is crap it aint matter when its out on the street it a all new ball game", "tokenized_text": ["that", "crap", "about", "blacks", "being", "tougher", "stornonger", "etc", "is", "crap", "it", "aint", "matter", "when", "its", "out", "on", "the", "street", "it", "a", "all", "new", "ball", "game"]}, "5496": {"text": "I want to wish all students here and everywhere else the best of luck on your mid-terms .", "tokenized_text": ["i", "want", "to", "wish", "all", "students", "here", "and", "everywhere", "else", "the", "best", "of", "luck", "on", "your", "mid", "terms"]}, "5497": {"text": "I 'm starting mine tomorrow and I 'm a little nervous .", "tokenized_text": ["i", "m", "starting", "mine", "tomorrow", "and", "i", "m", "a", "little", "nervous"]}, "5498": {"text": "Study hard and it will pay off !", "tokenized_text": ["study", "hard", "and", "it", "will", "pay", "off"]}, "5499": {"text": "im from wilbraham myself i 'm looking to organize a group in the area anyone who 's interested send me a PM or instant message me on theman2089 lets get * * * * in ' organized", "tokenized_text": ["im", "from", "wilbraham", "myself", "i", "m", "looking", "to", "organize", "a", "group", "in", "the", "area", "anyone", "who", "s", "interested", "send", "me", "a", "pm", "or", "instant", "message", "me", "on", "theman2089", "lets", "get", "in", "organized"]}, "5500": {"text": "College is different because for the most part the high schoolers with attitude problems do n't go .", "tokenized_text": ["college", "is", "different", "because", "for", "the", "most", "part", "the", "high", "schoolers", "with", "attitude", "problems", "do", "n", "t", "go"]}, "5501": {"text": "I never saw anybody get into a fight or even an arguement at my college .", "tokenized_text": ["i", "never", "saw", "anybody", "get", "into", "a", "fight", "or", "even", "an", "arguement", "at", "my", "college"]}, "5502": {"text": "Tell the school he called you white boy intentionally to piss you off so you threw one back at him .", "tokenized_text": ["tell", "the", "school", "he", "called", "you", "white", "boy", "intentionally", "to", "piss", "you", "off", "so", "you", "threw", "one", "back", "at", "him"]}, "5503": {"text": "Tell the school he should be suspended and that he is the one guilty of hate crime .", "tokenized_text": ["tell", "the", "school", "he", "should", "be", "suspended", "and", "that", "he", "is", "the", "one", "guilty", "of", "hate", "crime"]}, "5504": {"text": "i hate them .. ever since i once got beaten up by 6 of them .. real hero 's since then i because nazi", "tokenized_text": ["i", "hate", "them", "ever", "since", "i", "once", "got", "beaten", "up", "by", "6", "of", "them", "real", "hero", "s", "since", "then", "i", "because", "nazi"]}, "5505": {"text": "Thanks for the advice i 'll keep that on mind .", "tokenized_text": ["thanks", "for", "the", "advice", "i", "ll", "keep", "that", "on", "mind"]}, "5506": {"text": "It 's good that i have good friends here .", "tokenized_text": ["it", "s", "good", "that", "i", "have", "good", "friends", "here"]}, "5507": {"text": "I THANK ALL OF YOU VERY MUCH", "tokenized_text": ["i", "thank", "all", "of", "you", "very", "much"]}, "5508": {"text": "Welcome to the SF .", "tokenized_text": ["welcome", "to", "the", "sf"]}, "5509": {"text": "I think you will find that this .org is one of the best on the web .", "tokenized_text": ["i", "think", "you", "will", "find", "that", "this", "org", "is", "one", "of", "the", "best", "on", "the", "web"]}, "5510": {"text": "Have a blast Fauster Peace out : laugh", "tokenized_text": ["have", "a", "blast", "fauster", "peace", "out", "laugh"]}, "5511": {"text": "If she did use the money to buy food or get a place to stay and did n't use it to buy drugs or something like that , I would n't say you done a bad thing .", "tokenized_text": ["if", "she", "did", "use", "the", "money", "to", "buy", "food", "or", "get", "a", "place", "to", "stay", "and", "did", "n", "t", "use", "it", "to", "buy", "drugs", "or", "something", "like", "that", "i", "would", "n", "t", "say", "you", "done", "a", "bad", "thing"]}, "5512": {"text": "lol This reminds of that story of the guy who overdosed/killed himself while on his digital camera in a chatroom while everyone was cheering him on .", "tokenized_text": ["lol", "this", "reminds", "of", "that", "story", "of", "the", "guy", "who", "overdosed", "killed", "himself", "while", "on", "his", "digital", "camera", "in", "a", "chatroom", "while", "everyone", "was", "cheering", "him", "on"]}, "5513": {"text": "Your gonna get beat up by guys ! Thats messed not even the sorenyos kids at my school hit girls unless its their whore !", "tokenized_text": ["your", "gonna", "get", "beat", "up", "by", "guys", "thats", "messed", "not", "even", "the", "sorenyos", "kids", "at", "my", "school", "hit", "girls", "unless", "its", "their", "whore"]}, "5514": {"text": "i agree the defence is legitimate , 100 % . but the taking up of arms against and killing of other whites is the very last thing we need to succeed in our cause .", "tokenized_text": ["i", "agree", "the", "defence", "is", "legitimate", "100", "but", "the", "taking", "up", "of", "arms", "against", "and", "killing", "of", "other", "whites", "is", "the", "very", "last", "thing", "we", "need", "to", "succeed", "in", "our", "cause"]}, "5515": {"text": "I have brown eyes , and would not trade them for any color .", "tokenized_text": ["i", "have", "brown", "eyes", "and", "would", "not", "trade", "them", "for", "any", "color"]}, "5516": {"text": "I 'll pm you a chapter from the Hitler Youth Handbook .", "tokenized_text": ["i", "ll", "pm", "you", "a", "chapter", "from", "the", "hitler", "youth", "handbook"]}, "5517": {"text": "oh i get problems all the time ... a group of spics run into all the time and then talk crap ... next time they try it im not lying down", "tokenized_text": ["oh", "i", "get", "problems", "all", "the", "time", "a", "group", "of", "spics", "run", "into", "all", "the", "time", "and", "then", "talk", "crap", "next", "time", "they", "try", "it", "im", "not", "lying", "down"]}, "5518": {"text": "yes, if it 's true that the white cop was killed , than it is a terrible thing .", "tokenized_text": ["yes", "if", "it", "s", "true", "that", "the", "white", "cop", "was", "killed", "than", "it", "is", "a", "terrible", "thing"]}, "5519": {"text": "I have all the respect in the world for our law enforcement .", "tokenized_text": ["i", "have", "all", "the", "respect", "in", "the", "world", "for", "our", "law", "enforcement"]}, "5520": {"text": "Well i have changed my Signature , i think it was stupid i was forced to do so just because some people dont like what i have to say , but i do hope my new one is acceptable. : attack", "tokenized_text": ["well", "i", "have", "changed", "my", "signature", "i", "think", "it", "was", "stupid", "i", "was", "forced", "to", "do", "so", "just", "because", "some", "people", "dont", "like", "what", "i", "have", "to", "say", "but", "i", "do", "hope", "my", "new", "one", "is", "acceptable", "attack"]}, "5521": {"text": "Well, I 'm not a skin nor I 'm from San Diego , however I 'm glad to see you back .", "tokenized_text": ["well", "i", "m", "not", "a", "skin", "nor", "i", "m", "from", "san", "diego", "however", "i", "m", "glad", "to", "see", "you", "back"]}, "5522": {"text": "Peter the Great .", "tokenized_text": ["peter", "the", "great"]}, "5523": {"text": "actually SXE kids are locked up more then drug users simply for acts of violence but maybe thats just here in utah", "tokenized_text": ["actually", "sxe", "kids", "are", "locked", "up", "more", "then", "drug", "users", "simply", "for", "acts", "of", "violence", "but", "maybe", "thats", "just", "here", "in", "utah"]}, "5524": {"text": "now the bitch has to nerve to say `` I wasnt born in australia so i dont have to speak english properly , so shut up '' I think that 's very stupid .", "tokenized_text": ["now", "the", "bitch", "has", "to", "nerve", "to", "say", "i", "wasnt", "born", "in", "australia", "so", "i", "dont", "have", "to", "speak", "english", "properly", "so", "shut", "up", "i", "think", "that", "s", "very", "stupid"]}, "5525": {"text": "88!", "tokenized_text": ["88"]}, "5526": {"text": "Welcome to Stormfront .", "tokenized_text": ["welcome", "to", "stormfront"]}, "5527": {"text": "I hope all make you feel welcome Glad you finally decided to join .. and you are young enough to post stuff here", "tokenized_text": ["i", "hope", "all", "make", "you", "feel", "welcome", "glad", "you", "finally", "decided", "to", "join", "and", "you", "are", "young", "enough", "to", "post", "stuff", "here"]}, "5528": {"text": "I enjoy Classical music .", "tokenized_text": ["i", "enjoy", "classical", "music"]}, "5529": {"text": "I have a lot of albums that were left in the house that I bought from my grandfather 's estate after he passed away .", "tokenized_text": ["i", "have", "a", "lot", "of", "albums", "that", "were", "left", "in", "the", "house", "that", "i", "bought", "from", "my", "grandfather", "s", "estate", "after", "he", "passed", "away"]}, "5530": {"text": "Welcome SourceX , I hope you will read more and maybe become a white nationalist , I refrain from calling myself a racist because I do n't hate other races but a white nationalist because I want to preserve my race and culture and to live in a white country .", "tokenized_text": ["welcome", "sourcex", "i", "hope", "you", "will", "read", "more", "and", "maybe", "become", "a", "white", "nationalist", "i", "refrain", "from", "calling", "myself", "a", "racist", "because", "i", "do", "n", "t", "hate", "other", "races", "but", "a", "white", "nationalist", "because", "i", "want", "to", "preserve", "my", "race", "and", "culture", "and", "to", "live", "in", "a", "white", "country"]}, "5531": {"text": "I wish you the best !!!", "tokenized_text": ["i", "wish", "you", "the", "best"]}, "5532": {"text": "Peter the Great .", "tokenized_text": ["peter", "the", "great"]}, "5533": {"text": "Ya hey der !", "tokenized_text": ["ya", "hey", "der"]}, "5534": {"text": "If you find Doug and Bob McKenzie tell them their memberships are past due https : //m.youtube.com/watch ? v = OJE3EgTGg9k", "tokenized_text": ["if", "you", "find", "doug", "and", "bob", "mckenzie", "tell", "them", "their", "memberships", "are", "past", "due", "https", "m", "youtube", "com", "watch", "v", "oje3egtgg9k"]}, "5535": {"text": "I found it strange the way the police handled this case , they told her father and his friends to search the house for her , all those people wandering around the house contaminating all the evidence , that 's hardly good police procedure .", "tokenized_text": ["i", "found", "it", "strange", "the", "way", "the", "police", "handled", "this", "case", "they", "told", "her", "father", "and", "his", "friends", "to", "search", "the", "house", "for", "her", "all", "those", "people", "wandering", "around", "the", "house", "contaminating", "all", "the", "evidence", "that", "s", "hardly", "good", "police", "procedure"]}, "5536": {"text": "Found it again JewTube took it down but its back up Between Heaven and Hell The True Story of Whites in South Africa - YouTube", "tokenized_text": ["found", "it", "again", "jewtube", "took", "it", "down", "but", "its", "back", "up", "between", "heaven", "and", "hell", "the", "true", "story", "of", "whites", "in", "south", "africa", "youtube"]}, "5537": {"text": "Where have you seen the initials 88/77 ?", "tokenized_text": ["where", "have", "you", "seen", "the", "initials", "88", "77"]}, "5538": {"text": "If you have a link , send it and perhaps we can figure it out based on context .", "tokenized_text": ["if", "you", "have", "a", "link", "send", "it", "and", "perhaps", "we", "can", "figure", "it", "out", "based", "on", "context"]}, "5539": {"text": "If we are White and wish to save this country rather than have it turn into a disorderly non-White hegemony , then we are all at a loss for what to do .", "tokenized_text": ["if", "we", "are", "white", "and", "wish", "to", "save", "this", "country", "rather", "than", "have", "it", "turn", "into", "a", "disorderly", "non", "white", "hegemony", "then", "we", "are", "all", "at", "a", "loss", "for", "what", "to", "do"]}, "5540": {"text": "SOS !", "tokenized_text": ["sos"]}, "5541": {"text": "I think there might be one or two groups if they are still active I have no idea Maybe check the Daily Stormer Book Clubs ?", "tokenized_text": ["i", "think", "there", "might", "be", "one", "or", "two", "groups", "if", "they", "are", "still", "active", "i", "have", "no", "idea", "maybe", "check", "the", "daily", "stormer", "book", "clubs"]}, "5542": {"text": "Ive never done it but heard its a great way to meet people ... although Anglin is n't my favoriate `` white nationalist '' ...", "tokenized_text": ["ive", "never", "done", "it", "but", "heard", "its", "a", "great", "way", "to", "meet", "people", "although", "anglin", "is", "n", "t", "my", "favoriate", "white", "nationalist"]}, "5543": {"text": "How many white lives would it have saved so far if we had no non whites here , just in the USA and Canada ?", "tokenized_text": ["how", "many", "white", "lives", "would", "it", "have", "saved", "so", "far", "if", "we", "had", "no", "non", "whites", "here", "just", "in", "the", "usa", "and", "canada"]}, "5544": {"text": "Yes they did , the Jews claimed that Jesus got his power from the devil to heal people of their illnesses .", "tokenized_text": ["yes", "they", "did", "the", "jews", "claimed", "that", "jesus", "got", "his", "power", "from", "the", "devil", "to", "heal", "people", "of", "their", "illnesses"]}, "5545": {"text": "Jesus even said to their face that they are the sons of satan .", "tokenized_text": ["jesus", "even", "said", "to", "their", "face", "that", "they", "are", "the", "sons", "of", "satan"]}, "5546": {"text": "Apparently the Jews ca n't take it when the truth is spoken about them .", "tokenized_text": ["apparently", "the", "jews", "ca", "n", "t", "take", "it", "when", "the", "truth", "is", "spoken", "about", "them"]}, "5547": {"text": "Jesus was politically incorrect .", "tokenized_text": ["jesus", "was", "politically", "incorrect"]}, "5548": {"text": "Why yes you should !", "tokenized_text": ["why", "yes", "you", "should"]}, "5549": {"text": "Have you seen the price of beef ?!?!", "tokenized_text": ["have", "you", "seen", "the", "price", "of", "beef"]}, "5550": {"text": "If you will stop eating it then it will not cost me so much .", "tokenized_text": ["if", "you", "will", "stop", "eating", "it", "then", "it", "will", "not", "cost", "me", "so", "much"]}, "5551": {"text": "Y' all have a nice day .", "tokenized_text": ["y", "all", "have", "a", "nice", "day"]}, "5552": {"text": "Thank god for the Poles .", "tokenized_text": ["thank", "god", "for", "the", "poles"]}, "5553": {"text": "Started the defeat of the Soviet Union , and now leaders in the fight against Islam !", "tokenized_text": ["started", "the", "defeat", "of", "the", "soviet", "union", "and", "now", "leaders", "in", "the", "fight", "against", "islam"]}, "5554": {"text": "Zdrowie !", "tokenized_text": ["zdrowie"]}, "5555": {"text": "I am in favor of starting with the death penalty for all traitors which includes all racial traitors .", "tokenized_text": ["i", "am", "in", "favor", "of", "starting", "with", "the", "death", "penalty", "for", "all", "traitors", "which", "includes", "all", "racial", "traitors"]}, "5556": {"text": "Then we need to establish a national day of mourning about past traitors and the harm which they caused to our people and the whole nation .", "tokenized_text": ["then", "we", "need", "to", "establish", "a", "national", "day", "of", "mourning", "about", "past", "traitors", "and", "the", "harm", "which", "they", "caused", "to", "our", "people", "and", "the", "whole", "nation"]}, "5557": {"text": "As of December 31st , 2013 at about 8 AM PST , the booklet had been downloaded 16,270 times and counting .", "tokenized_text": ["as", "of", "december", "31st", "2013", "at", "about", "8", "am", "pst", "the", "booklet", "had", "been", "downloaded", "16", "270", "times", "and", "counting"]}, "5558": {"text": "In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .", "tokenized_text": ["in", "order", "to", "help", "increase", "the", "booklets", "downloads", "it", "would", "be", "great", "if", "all", "stormfronters", "who", "had", "youtube", "accounts", "could", "display", "the", "following", "text", "in", "the", "description", "boxes", "of", "their", "uploaded", "youtube", "videos"]}, "5559": {"text": "Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .", "tokenized_text": ["click", "below", "for", "a", "free", "download", "of", "a", "colorfully", "illustrated", "132", "page", "e", "book", "on", "the", "zionist", "engineered", "intentional", "destruction", "of", "western", "civilization"]}, "5560": {"text": "Click on the `` DOWNLOAD ( 7.39 MB ) '' link .", "tokenized_text": ["click", "on", "the", "download", "7", "39", "mb", "link"]}, "5561": {"text": "Booklet updated on Dec. 9th , 2013 .", "tokenized_text": ["booklet", "updated", "on", "dec", "9th", "2013"]}, "5562": {"text": "( Now over 16,000 Downloads ! )", "tokenized_text": ["now", "over", "16", "000", "downloads"]}, "5563": {"text": "PDF file : http://www.mediafire.com/download/4w18ocon384cx6c/WN-Debate-Booklet+12-09-13.pdfMSWordfile:http://www.mediafire.com/download/7ic1n7oq7jidz22/WN-Debate-Booklet + 12-09-13.docx Watch the 10 hour video version of `` The Zionist Attack on Western Civilization '' @ http://trutube.tv/video/14247/The-Zionist-Attack-on-Western-Civilization-Pages-1-33-Part-1-of-4-Banned-from-YouTubeNotepadPromotionalYouTubeComment:http://www.mediafire.com/download/96fg6ft02lyfruz/Booklet _ White _ YT _ Comment _ ( Hyperlinked ) .txt http://www.mediafire.com/download/zcn3wozjbwnezms/Booklet-White-YT-Comment- ( Hyperlinked-Back-Up % 5D.txt http://www.mediafire.com/view/9uyudq1yuxu1dur/Booklet+Comment+%28Firefox%29.txtOriginal2minutepromotionalBOOKLETvideo@http://www.youtube.com/watch ? v = n663eVTSyS8 Are you interested in helping spread the booklet download link across the world ?", "tokenized_text": ["pdf", "file", "http", "www", "mediafire", "com", "download", "4w18ocon384cx6c", "wn", "debate", "booklet", "12", "09", "13", "pdfmswordfile", "http", "www", "mediafire", "com", "download", "7ic1n7oq7jidz22", "wn", "debate", "booklet", "12", "09", "13", "docx", "watch", "the", "10", "hour", "video", "version", "of", "the", "zionist", "attack", "on", "western", "civilization", "http", "trutube", "tv", "video", "14247", "the", "zionist", "attack", "on", "western", "civilization", "pages", "1", "33", "part", "1", "of", "4", "banned", "from", "youtubenotepadpromotionalyoutubecomment", "http", "www", "mediafire", "com", "download", "96fg6ft02lyfruz", "booklet", "_", "white", "_", "yt", "_", "comment", "_", "hyperlinked", "txt", "http", "www", "mediafire", "com", "download", "zcn3wozjbwnezms", "booklet", "white", "yt", "comment", "hyperlinked", "back", "up", "5d", "txt", "http", "www", "mediafire", "com", "view", "9uyudq1yuxu1dur", "booklet", "comment", "28firefox", "29", "txtoriginal2minutepromotionalbookletvideo", "http", "www", "youtube", "com", "watch", "v", "n663evtsys8", "are", "you", "interested", "in", "helping", "spread", "the", "booklet", "download", "link", "across", "the", "world"]}, "5564": {"text": "Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?", "tokenized_text": ["then", "why", "not", "simply", "copy", "this", "text", "links", "and", "paste", "it", "into", "the", "description", "box", "of", "your", "youtube", "videos"]}, "5565": {"text": "Thank you in advance. : ) Download the youtube `` description box '' info text file below @ http://www.mediafire.com/download/gxv2b33v37la6pz/Booklet % 20Description % 20Box % 20Info.txt", "tokenized_text": ["thank", "you", "in", "advance", "download", "the", "youtube", "description", "box", "info", "text", "file", "below", "http", "www", "mediafire", "com", "download", "gxv2b33v37la6pz", "booklet", "20description", "20box", "20info", "txt"]}, "5566": {"text": "I'm insulted by how stupid the Jews think we are until I see what they see by reading the posts amongst our so-called , `` Awakened Brethren . ''", "tokenized_text": ["i", "m", "insulted", "by", "how", "stupid", "the", "jews", "think", "we", "are", "until", "i", "see", "what", "they", "see", "by", "reading", "the", "posts", "amongst", "our", "so", "called", "awakened", "brethren"]}, "5567": {"text": "I know what you mean .", "tokenized_text": ["i", "know", "what", "you", "mean"]}, "5568": {"text": "Sometimes I watch television here and the camera man asks some Americans where Canada is , most dont even know .", "tokenized_text": ["sometimes", "i", "watch", "television", "here", "and", "the", "camera", "man", "asks", "some", "americans", "where", "canada", "is", "most", "dont", "even", "know"]}, "5569": {"text": "A becs\u00fclet napj\u00e1s vide\u00f3 nagyon tuti , mindig amikor n\u00e9zek felv\u00e9teleket , vagy ismer\u0151seim , bar\u00e1taim mes\u00e9lik , hihetetlen sajn\u00e1lom , h a tan\u00e9v pont \u00fagy esik , h nem tudok ott lenni ...", "tokenized_text": ["a", "becs\u00fclet", "napj\u00e1s", "vide\u00f3", "nagyon", "tuti", "mindig", "amikor", "n\u00e9zek", "felv\u00e9teleket", "vagy", "ismer\u0151seim", "bar\u00e1taim", "mes\u00e9lik", "hihetetlen", "sajn\u00e1lom", "h", "a", "tan\u00e9v", "pont", "\u00fagy", "esik", "h", "nem", "tudok", "ott", "lenni"]}, "5570": {"text": "The video about the `` Day of honour '' , is really cool .", "tokenized_text": ["the", "video", "about", "the", "day", "of", "honour", "is", "really", "cool"]}, "5571": {"text": "Every time , when i watch these videos , or my friends , mates tells me about it , i always feel bad about , that i have to be here , becouse of the university ...", "tokenized_text": ["every", "time", "when", "i", "watch", "these", "videos", "or", "my", "friends", "mates", "tells", "me", "about", "it", "i", "always", "feel", "bad", "about", "that", "i", "have", "to", "be", "here", "becouse", "of", "the", "university"]}, "5572": {"text": "I know one thing , no white should ever give one nickel or a second thought to Africa for they have repaid good with evil .", "tokenized_text": ["i", "know", "one", "thing", "no", "white", "should", "ever", "give", "one", "nickel", "or", "a", "second", "thought", "to", "africa", "for", "they", "have", "repaid", "good", "with", "evil"]}, "5573": {"text": "I heard whites could purchase land off each other if they wanted to move into Orania .", "tokenized_text": ["i", "heard", "whites", "could", "purchase", "land", "off", "each", "other", "if", "they", "wanted", "to", "move", "into", "orania"]}, "5574": {"text": "How much for a single white male to purchase a small plot ?", "tokenized_text": ["how", "much", "for", "a", "single", "white", "male", "to", "purchase", "a", "small", "plot"]}, "5575": {"text": "US dollars please .", "tokenized_text": ["us", "dollars", "please"]}, "5576": {"text": "I'm looking to study at a college in South Africa later in my life .", "tokenized_text": ["i", "m", "looking", "to", "study", "at", "a", "college", "in", "south", "africa", "later", "in", "my", "life"]}, "5577": {"text": "Are there any majority white universities in South Africa ?", "tokenized_text": ["are", "there", "any", "majority", "white", "universities", "in", "south", "africa"]}, "5578": {"text": "I 've seen University of Cape Town 's website and checked how many white students they have , about 40 % .", "tokenized_text": ["i", "ve", "seen", "university", "of", "cape", "town", "s", "website", "and", "checked", "how", "many", "white", "students", "they", "have", "about", "40"]}, "5579": {"text": "What are the odds that flags will be ordered at half staff for this communist Negro terrorist , in the United States ?", "tokenized_text": ["what", "are", "the", "odds", "that", "flags", "will", "be", "ordered", "at", "half", "staff", "for", "this", "communist", "negro", "terrorist", "in", "the", "united", "states"]}, "5580": {"text": "nothing about white genocide is acceptable especially the fact that the mainstream media essentially denies it exist in the first place .", "tokenized_text": ["nothing", "about", "white", "genocide", "is", "acceptable", "especially", "the", "fact", "that", "the", "mainstream", "media", "essentially", "denies", "it", "exist", "in", "the", "first", "place"]}, "5581": {"text": "You have got it all wrong .", "tokenized_text": ["you", "have", "got", "it", "all", "wrong"]}, "5582": {"text": "White nationalism is not about a bunch of nationalists who happen to be white .", "tokenized_text": ["white", "nationalism", "is", "not", "about", "a", "bunch", "of", "nationalists", "who", "happen", "to", "be", "white"]}, "5583": {"text": "It 's about the preservation and protection of the white race regardless of culture .", "tokenized_text": ["it", "s", "about", "the", "preservation", "and", "protection", "of", "the", "white", "race", "regardless", "of", "culture"]}, "5584": {"text": "Yeah, Des Moines .", "tokenized_text": ["yeah", "des", "moines"]}, "5585": {"text": "Checkout these lyrics from `` Psychosocial '' : Fake Anti-Fascist Lie I tried to tell you , but your purple hearts are giving out Can t stop a killing idea if it s hunting season Is this what you want ?", "tokenized_text": ["checkout", "these", "lyrics", "from", "psychosocial", "fake", "anti", "fascist", "lie", "i", "tried", "to", "tell", "you", "but", "your", "purple", "hearts", "are", "giving", "out", "can", "t", "stop", "a", "killing", "idea", "if", "it", "s", "hunting", "season", "is", "this", "what", "you", "want"]}, "5586": {"text": "I m not the only one", "tokenized_text": ["i", "m", "not", "the", "only", "one"]}, "5587": {"text": "I had to start a new thread seeing as this thread was no longer functioning properly .", "tokenized_text": ["i", "had", "to", "start", "a", "new", "thread", "seeing", "as", "this", "thread", "was", "no", "longer", "functioning", "properly"]}, "5588": {"text": "See the new thread @ https : //www.stormfront.org/forum/t989503/", "tokenized_text": ["see", "the", "new", "thread", "https", "www", "stormfront", "org", "forum", "t989503"]}, "5589": {"text": "Thank you for the update .", "tokenized_text": ["thank", "you", "for", "the", "update"]}, "5590": {"text": "Going to reah 10k soon !", "tokenized_text": ["going", "to", "reah", "10k", "soon"]}, "5591": {"text": "Just downloaded the 21 May `` edition '' Great as always Huge thanks !", "tokenized_text": ["just", "downloaded", "the", "21", "may", "edition", "great", "as", "always", "huge", "thanks"]}, "5592": {"text": "W.W.P", "tokenized_text": ["w", "w", "p"]}, "5593": {"text": "Lets ask them to stop by the Federal Reserve and grab those books too as long as they 're out and about .", "tokenized_text": ["lets", "ask", "them", "to", "stop", "by", "the", "federal", "reserve", "and", "grab", "those", "books", "too", "as", "long", "as", "they", "re", "out", "and", "about"]}, "5594": {"text": "The majority of the people in these photos are more of the threat to America than to the Ukraine in my opinion .", "tokenized_text": ["the", "majority", "of", "the", "people", "in", "these", "photos", "are", "more", "of", "the", "threat", "to", "america", "than", "to", "the", "ukraine", "in", "my", "opinion"]}, "5595": {"text": "Ukraine defense minister ignores repeated phone calls from Chuck Hagel http://washingtonexaminer.com/ukrain ... rticle/2544358", "tokenized_text": ["ukraine", "defense", "minister", "ignores", "repeated", "phone", "calls", "from", "chuck", "hagel", "http", "washingtonexaminer", "com", "ukrain", "rticle", "2544358"]}, "5596": {"text": "Wow Is there some hope for the Negro race ?", "tokenized_text": ["wow", "is", "there", "some", "hope", "for", "the", "negro", "race"]}, "5597": {"text": "It would be nice to see Negro leaders like that take charge and lead their people home .", "tokenized_text": ["it", "would", "be", "nice", "to", "see", "negro", "leaders", "like", "that", "take", "charge", "and", "lead", "their", "people", "home"]}, "5598": {"text": "I hope his God blesses him", "tokenized_text": ["i", "hope", "his", "god", "blesses", "him"]}, "5599": {"text": "I do n't know of to many whites that would want to live in non white homelands \\ communities .", "tokenized_text": ["i", "do", "n", "t", "know", "of", "to", "many", "whites", "that", "would", "want", "to", "live", "in", "non", "white", "homelands", "communities"]}, "5600": {"text": "The non white homelands have so much trash and crime in them that non whites mainly choose to stay away .", "tokenized_text": ["the", "non", "white", "homelands", "have", "so", "much", "trash", "and", "crime", "in", "them", "that", "non", "whites", "mainly", "choose", "to", "stay", "away"]}, "5601": {"text": "PatrioticMama", "tokenized_text": ["patrioticmama"]}, "5602": {"text": "Absolutely, whenever i see a dirty white coon with dreadlocks i get the urge to grab him by his flea blanket head and head butt him senseless", "tokenized_text": ["absolutely", "whenever", "i", "see", "a", "dirty", "white", "coon", "with", "dreadlocks", "i", "get", "the", "urge", "to", "grab", "him", "by", "his", "flea", "blanket", "head", "and", "head", "butt", "him", "senseless"]}, "5603": {"text": "Too many whites think they deserve what negroes dish out because of guilt .", "tokenized_text": ["too", "many", "whites", "think", "they", "deserve", "what", "negroes", "dish", "out", "because", "of", "guilt"]}, "5604": {"text": "If they were to educate themselves about history a little better they could get over it .", "tokenized_text": ["if", "they", "were", "to", "educate", "themselves", "about", "history", "a", "little", "better", "they", "could", "get", "over", "it"]}, "5605": {"text": "Traitors are pathetic ignorant fools , and negroes are fools because they are starting to literally bite the hands that feed them .", "tokenized_text": ["traitors", "are", "pathetic", "ignorant", "fools", "and", "negroes", "are", "fools", "because", "they", "are", "starting", "to", "literally", "bite", "the", "hands", "that", "feed", "them"]}, "5606": {"text": "the father said on the news this morning the church has already told him they would appel the verdict and if they lost again they would just file bankruptcy and he wouldnt see a dime !", "tokenized_text": ["the", "father", "said", "on", "the", "news", "this", "morning", "the", "church", "has", "already", "told", "him", "they", "would", "appel", "the", "verdict", "and", "if", "they", "lost", "again", "they", "would", "just", "file", "bankruptcy", "and", "he", "wouldnt", "see", "a", "dime"]}, "5607": {"text": "Sorry, but what they did was just sick and wrong .", "tokenized_text": ["sorry", "but", "what", "they", "did", "was", "just", "sick", "and", "wrong"]}, "5608": {"text": "Protesting at a funeral ?", "tokenized_text": ["protesting", "at", "a", "funeral"]}, "5609": {"text": "That is just disgusting and completely immoral .", "tokenized_text": ["that", "is", "just", "disgusting", "and", "completely", "immoral"]}, "5610": {"text": "We have a saying in South Africa : As die kop dom is moet die lyf sukkel .", "tokenized_text": ["we", "have", "a", "saying", "in", "south", "africa", "as", "die", "kop", "dom", "is", "moet", "die", "lyf", "sukkel"]}, "5611": {"text": "This means if the mind is stupid the body must suffer .", "tokenized_text": ["this", "means", "if", "the", "mind", "is", "stupid", "the", "body", "must", "suffer"]}, "5612": {"text": "I feel sorry for the little sister , but maybe she was saved from becoming a wigger herself if you look at the older sister 's example .", "tokenized_text": ["i", "feel", "sorry", "for", "the", "little", "sister", "but", "maybe", "she", "was", "saved", "from", "becoming", "a", "wigger", "herself", "if", "you", "look", "at", "the", "older", "sister", "s", "example"]}, "5613": {"text": "May the wigger sister and parents be haunted by her death for the rest of their lives as it is in effect by their hands and actions that their sister and daughter was murdered by this beast .", "tokenized_text": ["may", "the", "wigger", "sister", "and", "parents", "be", "haunted", "by", "her", "death", "for", "the", "rest", "of", "their", "lives", "as", "it", "is", "in", "effect", "by", "their", "hands", "and", "actions", "that", "their", "sister", "and", "daughter", "was", "murdered", "by", "this", "beast"]}, "5614": {"text": "They should be tried for being accessories to murder !!!!!!!!!!!!", "tokenized_text": ["they", "should", "be", "tried", "for", "being", "accessories", "to", "murder"]}, "5615": {"text": "Seems like Jewtube has been down for a few hours .", "tokenized_text": ["seems", "like", "jewtube", "has", "been", "down", "for", "a", "few", "hours"]}, "5616": {"text": "When I try and go there I get a `` Bad Request '' HTML page .", "tokenized_text": ["when", "i", "try", "and", "go", "there", "i", "get", "a", "bad", "request", "html", "page"]}, "5617": {"text": "Can anyone confirm if the Nuclear Plant has melted down or not ? ( I sincerely hope that it has not melted down or has been damaged in a dangerous radio active cloud spreading way. )", "tokenized_text": ["can", "anyone", "confirm", "if", "the", "nuclear", "plant", "has", "melted", "down", "or", "not", "i", "sincerely", "hope", "that", "it", "has", "not", "melted", "down", "or", "has", "been", "damaged", "in", "a", "dangerous", "radio", "active", "cloud", "spreading", "way"]}, "5618": {"text": "The maker of this video originally thought it had melted down , but now feels it has not .", "tokenized_text": ["the", "maker", "of", "this", "video", "originally", "thought", "it", "had", "melted", "down", "but", "now", "feels", "it", "has", "not"]}, "5619": {"text": "So I do n't know what to think ?", "tokenized_text": ["so", "i", "do", "n", "t", "know", "what", "to", "think"]}, "5620": {"text": "UPDATE 1pm CST !", "tokenized_text": ["update", "1pm", "cst"]}, "5621": {"text": "Japan NUCLEAR REACTOR - RADIOACTIVE STEAM ON VIDEO - 3/11/11 YouTube - UPDATE 1pm CST !", "tokenized_text": ["japan", "nuclear", "reactor", "radioactive", "steam", "on", "video", "3", "11", "11", "youtube", "update", "1pm", "cst"]}, "5622": {"text": "Japan NUCLEAR REACTOR - RADIOACTIVE STEAM ON VIDEO - 3/11/11 UPDATE 1pm CST -- NOT GOOD !", "tokenized_text": ["japan", "nuclear", "reactor", "radioactive", "steam", "on", "video", "3", "11", "11", "update", "1pm", "cst", "not", "good"]}, "5623": {"text": "Japan REACTOR - RODS MELT !", "tokenized_text": ["japan", "reactor", "rods", "melt"]}, "5624": {"text": "CONFIRMED - March 12 , 2011 YouTube - UPDATE 1pm CST -- NOT GOOD !", "tokenized_text": ["confirmed", "march", "12", "2011", "youtube", "update", "1pm", "cst", "not", "good"]}, "5625": {"text": "Japan REACTOR - RODS MELT !", "tokenized_text": ["japan", "reactor", "rods", "melt"]}, "5626": {"text": "CONFIRMED - March 12 , 2011 UPDATE 1pm CST - Meltdown , Outgassing !", "tokenized_text": ["confirmed", "march", "12", "2011", "update", "1pm", "cst", "meltdown", "outgassing"]}, "5627": {"text": "NUCLEAR PLANT HAS FULLY EXPLODED !", "tokenized_text": ["nuclear", "plant", "has", "fully", "exploded"]}, "5628": {"text": "TAKE COVER YouTube - UPDATE 1pm CST - Meltdown , Outgassing !", "tokenized_text": ["take", "cover", "youtube", "update", "1pm", "cst", "meltdown", "outgassing"]}, "5629": {"text": "NUCLEAR PLANT HAS FULLY EXPLODED !", "tokenized_text": ["nuclear", "plant", "has", "fully", "exploded"]}, "5630": {"text": "TAKE COVER SOON JAPAN NUCLEAR EXPLOSION GLOBAL DISASTER FUKUSHIMA YouTube - JAPAN NUCLEAR EXPLOSION GLOBAL DISASTER FUKUSHIMA I received this image in an email this morning .", "tokenized_text": ["take", "cover", "soon", "japan", "nuclear", "explosion", "global", "disaster", "fukushima", "youtube", "japan", "nuclear", "explosion", "global", "disaster", "fukushima", "i", "received", "this", "image", "in", "an", "email", "this", "morning"]}, "5631": {"text": "I have no idea if it is an accurate description of what could happen or not ?", "tokenized_text": ["i", "have", "no", "idea", "if", "it", "is", "an", "accurate", "description", "of", "what", "could", "happen", "or", "not"]}, "5632": {"text": "So , I do n't know what to say .", "tokenized_text": ["so", "i", "do", "n", "t", "know", "what", "to", "say"]}, "5633": {"text": "Let 's just hope this is n't worst case scenario .", "tokenized_text": ["let", "s", "just", "hope", "this", "is", "n", "t", "worst", "case", "scenario"]}, "5634": {"text": "The media wants to bury the story because they care more about homo killers not getting their sick fetish for young boys fufilled .", "tokenized_text": ["the", "media", "wants", "to", "bury", "the", "story", "because", "they", "care", "more", "about", "homo", "killers", "not", "getting", "their", "sick", "fetish", "for", "young", "boys", "fufilled"]}, "5635": {"text": "They aught be ashamed of themselves for covering up or downplaying the story about these predators .", "tokenized_text": ["they", "aught", "be", "ashamed", "of", "themselves", "for", "covering", "up", "or", "downplaying", "the", "story", "about", "these", "predators"]}, "5636": {"text": "One of them is black and the other looks white .", "tokenized_text": ["one", "of", "them", "is", "black", "and", "the", "other", "looks", "white"]}, "5637": {"text": "If he is that is even worse , the race traitor should be hung", "tokenized_text": ["if", "he", "is", "that", "is", "even", "worse", "the", "race", "traitor", "should", "be", "hung"]}, "5638": {"text": "Probably not .", "tokenized_text": ["probably", "not"]}, "5639": {"text": "White people tend to raise their own children .", "tokenized_text": ["white", "people", "tend", "to", "raise", "their", "own", "children"]}, "5640": {"text": "Except , of course , for those that pander to the filthy sons and daughters of Satan like ' ol Sandra here .", "tokenized_text": ["except", "of", "course", "for", "those", "that", "pander", "to", "the", "filthy", "sons", "and", "daughters", "of", "satan", "like", "ol", "sandra", "here"]}, "5641": {"text": "What a pathetic loser b ! tch ! : goof", "tokenized_text": ["what", "a", "pathetic", "loser", "b", "tch", "goof"]}, "5642": {"text": "When I saw this thread I was hoping she might actually go against the status quo and adopt a white baby So much for that theory !", "tokenized_text": ["when", "i", "saw", "this", "thread", "i", "was", "hoping", "she", "might", "actually", "go", "against", "the", "status", "quo", "and", "adopt", "a", "white", "baby", "so", "much", "for", "that", "theory"]}, "5643": {"text": "What typical brainwashed liberal lemming .", "tokenized_text": ["what", "typical", "brainwashed", "liberal", "lemming"]}, "5644": {"text": "Yawn", "tokenized_text": ["yawn"]}, "5645": {"text": "I went to high school with f * ckers just like the guy in the original video .", "tokenized_text": ["i", "went", "to", "high", "school", "with", "f", "ckers", "just", "like", "the", "guy", "in", "the", "original", "video"]}, "5646": {"text": "They talk and talk and talk but before they ever accomplish anything they always have one bad `` ni * * er moment '' and end up getting locked up .", "tokenized_text": ["they", "talk", "and", "talk", "and", "talk", "but", "before", "they", "ever", "accomplish", "anything", "they", "always", "have", "one", "bad", "ni", "er", "moment", "and", "end", "up", "getting", "locked", "up"]}, "5647": {"text": "I would n't worry too much at all .", "tokenized_text": ["i", "would", "n", "t", "worry", "too", "much", "at", "all"]}, "5648": {"text": "When I first saw that movie and first saw her I was actually disgusted .", "tokenized_text": ["when", "i", "first", "saw", "that", "movie", "and", "first", "saw", "her", "i", "was", "actually", "disgusted"]}, "5649": {"text": "It doesnt even look right .", "tokenized_text": ["it", "doesnt", "even", "look", "right"]}, "5650": {"text": "I had to get used to her looking like that because she looked so obviously fake .", "tokenized_text": ["i", "had", "to", "get", "used", "to", "her", "looking", "like", "that", "because", "she", "looked", "so", "obviously", "fake"]}, "5651": {"text": "Just came from that nonsense posting Did my part .", "tokenized_text": ["just", "came", "from", "that", "nonsense", "posting", "did", "my", "part"]}, "5652": {"text": "I have not been on much for a couple days , busy at home .", "tokenized_text": ["i", "have", "not", "been", "on", "much", "for", "a", "couple", "days", "busy", "at", "home"]}, "5653": {"text": "That it will !!", "tokenized_text": ["that", "it", "will"]}, "5654": {"text": "Then we will see who is afraid to leave thier homes after dark or venture into the wrong ' hood .", "tokenized_text": ["then", "we", "will", "see", "who", "is", "afraid", "to", "leave", "thier", "homes", "after", "dark", "or", "venture", "into", "the", "wrong", "hood"]}, "5655": {"text": "Unfortunately I have n't kept up with this maddening story , but have hate crime charges been filed against these black apes ?", "tokenized_text": ["unfortunately", "i", "have", "n", "t", "kept", "up", "with", "this", "maddening", "story", "but", "have", "hate", "crime", "charges", "been", "filed", "against", "these", "black", "apes"]}, "5656": {"text": "I mean they intentionally chose this house knowing there were white people living there .", "tokenized_text": ["i", "mean", "they", "intentionally", "chose", "this", "house", "knowing", "there", "were", "white", "people", "living", "there"]}, "5657": {"text": "Some of the first symbols used to portray the sun god is a circle with a cross inside .", "tokenized_text": ["some", "of", "the", "first", "symbols", "used", "to", "portray", "the", "sun", "god", "is", "a", "circle", "with", "a", "cross", "inside"]}, "5658": {"text": "Do you see this symbol any ware ?", "tokenized_text": ["do", "you", "see", "this", "symbol", "any", "ware"]}, "5659": {"text": "The doctors of ju-ju and voodoo seem to have left their mud huts and moved into office buildings built by White people in cities built by White people .", "tokenized_text": ["the", "doctors", "of", "ju", "ju", "and", "voodoo", "seem", "to", "have", "left", "their", "mud", "huts", "and", "moved", "into", "office", "buildings", "built", "by", "white", "people", "in", "cities", "built", "by", "white", "people"]}, "5660": {"text": "Now there 's a medical advancement to think about .", "tokenized_text": ["now", "there", "s", "a", "medical", "advancement", "to", "think", "about"]}, "5661": {"text": "The story is available from the below link , which in turn came from AP .", "tokenized_text": ["the", "story", "is", "available", "from", "the", "below", "link", "which", "in", "turn", "came", "from", "ap"]}, "5662": {"text": "http://www.whitewire.net/index.php ? p = 82#more-82 Who says that Dr. Pierce did n't accurately predict the future in the Turner Diaries ?", "tokenized_text": ["http", "www", "whitewire", "net", "index", "php", "p", "82", "more", "82", "who", "says", "that", "dr", "pierce", "did", "n", "t", "accurately", "predict", "the", "future", "in", "the", "turner", "diaries"]}, "5663": {"text": "I have just added Treblinka : By Carlo Mattogno , Extermination Camp or Transit Camp ?", "tokenized_text": ["i", "have", "just", "added", "treblinka", "by", "carlo", "mattogno", "extermination", "camp", "or", "transit", "camp"]}, "5664": {"text": "I plan to add a few more books today as well", "tokenized_text": ["i", "plan", "to", "add", "a", "few", "more", "books", "today", "as", "well"]}, "5665": {"text": "Mitt is that you ?", "tokenized_text": ["mitt", "is", "that", "you"]}, "5666": {"text": "I live for the day that some genetic lottery winner is dumb enough to call me a peasant .", "tokenized_text": ["i", "live", "for", "the", "day", "that", "some", "genetic", "lottery", "winner", "is", "dumb", "enough", "to", "call", "me", "a", "peasant"]}, "5667": {"text": "All I can do is hope and take care of my white family by working hard and makeing money so we can all be comfortable for Christmas .", "tokenized_text": ["all", "i", "can", "do", "is", "hope", "and", "take", "care", "of", "my", "white", "family", "by", "working", "hard", "and", "makeing", "money", "so", "we", "can", "all", "be", "comfortable", "for", "christmas"]}, "5668": {"text": "I can go on forever talking about how to protect White Europe but everyone on stormfront knows my mentality already .", "tokenized_text": ["i", "can", "go", "on", "forever", "talking", "about", "how", "to", "protect", "white", "europe", "but", "everyone", "on", "stormfront", "knows", "my", "mentality", "already"]}, "5669": {"text": "Pure .", "tokenized_text": ["pure"]}, "5670": {"text": "We do need to stop judging each other and get o line for an hour and go do something `` positive '' in our area.Lets talk solution not petty diferences .", "tokenized_text": ["we", "do", "need", "to", "stop", "judging", "each", "other", "and", "get", "o", "line", "for", "an", "hour", "and", "go", "do", "something", "positive", "in", "our", "area", "lets", "talk", "solution", "not", "petty", "diferences"]}, "5671": {"text": "ignorant racist black lady wants free water.flv - YouTube Black guy goes crazy at popeye & #39 ; s - YouTube OLD RACIST BLACK LADY CURSING OUT WHITE FOLKS ON TRAIN !", "tokenized_text": ["ignorant", "racist", "black", "lady", "wants", "free", "water", "flv", "youtube", "black", "guy", "goes", "crazy", "at", "popeye", "39", "s", "youtube", "old", "racist", "black", "lady", "cursing", "out", "white", "folks", "on", "train"]}, "5672": {"text": "- YouTube Ghetto black lady vs. liquor store - YouTube", "tokenized_text": ["youtube", "ghetto", "black", "lady", "vs", "liquor", "store", "youtube"]}, "5673": {"text": "I think Whites should home school their children if at all possible .", "tokenized_text": ["i", "think", "whites", "should", "home", "school", "their", "children", "if", "at", "all", "possible"]}, "5674": {"text": "The school systems are broken .", "tokenized_text": ["the", "school", "systems", "are", "broken"]}, "5675": {"text": "Even the best teachers have to play by THEIR rules so it does n't do much good for them to be there .", "tokenized_text": ["even", "the", "best", "teachers", "have", "to", "play", "by", "their", "rules", "so", "it", "does", "n", "t", "do", "much", "good", "for", "them", "to", "be", "there"]}, "5676": {"text": "YouTube - Fight At Chuck E. Cheese In California !", "tokenized_text": ["youtube", "fight", "at", "chuck", "e", "cheese", "in", "california"]}, "5677": {"text": "YouTube - Chucky cheese Brawl/Fight Yeah , never taking my kids there ... if and when I have kids", "tokenized_text": ["youtube", "chucky", "cheese", "brawl", "fight", "yeah", "never", "taking", "my", "kids", "there", "if", "and", "when", "i", "have", "kids"]}, "5678": {"text": "The guy in this is acting .", "tokenized_text": ["the", "guy", "in", "this", "is", "acting"]}, "5679": {"text": "Again , I appreciate the contributions to this thread , but videos like this have no value here .", "tokenized_text": ["again", "i", "appreciate", "the", "contributions", "to", "this", "thread", "but", "videos", "like", "this", "have", "no", "value", "here"]}, "5680": {"text": "More on Jamaica YouTube - Fighting rages in Jamaica Notice that this video was made by Al-Jazera Major Chimpout Warning !", "tokenized_text": ["more", "on", "jamaica", "youtube", "fighting", "rages", "in", "jamaica", "notice", "that", "this", "video", "was", "made", "by", "al", "jazera", "major", "chimpout", "warning"]}, "5681": {"text": "Graphic YouTube - Video Jamaica Stay Wallin Rasta Man Chops Taxi Man With A Machette In Broad Daylight !", "tokenized_text": ["graphic", "youtube", "video", "jamaica", "stay", "wallin", "rasta", "man", "chops", "taxi", "man", "with", "a", "machette", "in", "broad", "daylight"]}, "5682": {"text": "The one thing the enemy does n't want is a motivated and unifed white world wide network that is both rich in money and ideas .", "tokenized_text": ["the", "one", "thing", "the", "enemy", "does", "n", "t", "want", "is", "a", "motivated", "and", "unifed", "white", "world", "wide", "network", "that", "is", "both", "rich", "in", "money", "and", "ideas"]}, "5683": {"text": "More negro savagery : YouTube - Detroit : 3 Black Males Murder pregnant white woman .", "tokenized_text": ["more", "negro", "savagery", "youtube", "detroit", "3", "black", "males", "murder", "pregnant", "white", "woman"]}, "5684": {"text": "YouTube - Black kid sets teacher on fire .", "tokenized_text": ["youtube", "black", "kid", "sets", "teacher", "on", "fire"]}, "5685": {"text": "YouTube - Detroit : Gang Battle at Funeral", "tokenized_text": ["youtube", "detroit", "gang", "battle", "at", "funeral"]}, "5686": {"text": "YouTube - White family beaten by mob of blacks YouTube - Black gang in Des Moines , Iowa chants `` It 's Beat Whitey Night '' as they assault white people YouTube - Black Man Punches Blind White Woman On Bus", "tokenized_text": ["youtube", "white", "family", "beaten", "by", "mob", "of", "blacks", "youtube", "black", "gang", "in", "des", "moines", "iowa", "chants", "it", "s", "beat", "whitey", "night", "as", "they", "assault", "white", "people", "youtube", "black", "man", "punches", "blind", "white", "woman", "on", "bus"]}, "5687": {"text": "The islamic disease is even more dangerous than the more obvious black or yellow disease .", "tokenized_text": ["the", "islamic", "disease", "is", "even", "more", "dangerous", "than", "the", "more", "obvious", "black", "or", "yellow", "disease"]}, "5688": {"text": "Those islamic disease tend to mimic Whites or copy White concepts in various forms and many of them are light skin and even looked like Whites .", "tokenized_text": ["those", "islamic", "disease", "tend", "to", "mimic", "whites", "or", "copy", "white", "concepts", "in", "various", "forms", "and", "many", "of", "them", "are", "light", "skin", "and", "even", "looked", "like", "whites"]}, "5689": {"text": "Ive got nothing against it but i prefer one .", "tokenized_text": ["ive", "got", "nothing", "against", "it", "but", "i", "prefer", "one"]}, "5690": {"text": "Never date outside your race Someone on this site has it on their posts", "tokenized_text": ["never", "date", "outside", "your", "race", "someone", "on", "this", "site", "has", "it", "on", "their", "posts"]}, "5691": {"text": "The Legacy of Dr. William Pierce I know Hadding and Will Williams and others are working hard on this project to bring articles written by Dr. Pierce from the printed page to being put online , for all to read .", "tokenized_text": ["the", "legacy", "of", "dr", "william", "pierce", "i", "know", "hadding", "and", "will", "williams", "and", "others", "are", "working", "hard", "on", "this", "project", "to", "bring", "articles", "written", "by", "dr", "pierce", "from", "the", "printed", "page", "to", "being", "put", "online", "for", "all", "to", "read"]}, "5692": {"text": "A noble effort .", "tokenized_text": ["a", "noble", "effort"]}, "5693": {"text": "Front page of this weeks Folio Weekly ( free , and well-worth the price ) : Cover Story Running Like Crazy A new breed of fun runs with color , glow sticks and zombies leaves purists wondering what s next Jahshawn Marconi , Michelle Krueger , Carley Glasser , Britta Fortson , Madeline Fortson , Marisa Kenyon Zahariadis , Dillon Hawkins , Cody Burton , Sam Costanzo , Marci Gurnow , David Martinson and Sean Nagorny DENNIS HO", "tokenized_text": ["front", "page", "of", "this", "weeks", "folio", "weekly", "free", "and", "well", "worth", "the", "price", "cover", "story", "running", "like", "crazy", "a", "new", "breed", "of", "fun", "runs", "with", "color", "glow", "sticks", "and", "zombies", "leaves", "purists", "wondering", "what", "s", "next", "jahshawn", "marconi", "michelle", "krueger", "carley", "glasser", "britta", "fortson", "madeline", "fortson", "marisa", "kenyon", "zahariadis", "dillon", "hawkins", "cody", "burton", "sam", "costanzo", "marci", "gurnow", "david", "martinson", "and", "sean", "nagorny", "dennis", "ho"]}, "5694": {"text": "Race-consciousness and the determination to preserve our own is part of our nature , being in essence a defining feature of the Aryan spirit .", "tokenized_text": ["race", "consciousness", "and", "the", "determination", "to", "preserve", "our", "own", "is", "part", "of", "our", "nature", "being", "in", "essence", "a", "defining", "feature", "of", "the", "aryan", "spirit"]}, "5695": {"text": "My old high school that I graduated from has sold its soul to the devil .", "tokenized_text": ["my", "old", "high", "school", "that", "i", "graduated", "from", "has", "sold", "its", "soul", "to", "the", "devil"]}, "5696": {"text": "This is the main logo when you sign on to their website", "tokenized_text": ["this", "is", "the", "main", "logo", "when", "you", "sign", "on", "to", "their", "website"]}, "5697": {"text": "The White males are made out the be dumb while the Black male is made out to be the smart one of the group .", "tokenized_text": ["the", "white", "males", "are", "made", "out", "the", "be", "dumb", "while", "the", "black", "male", "is", "made", "out", "to", "be", "the", "smart", "one", "of", "the", "group"]}, "5698": {"text": "Construction Workers React to `` Wrecking Ball '' - YouTube", "tokenized_text": ["construction", "workers", "react", "to", "wrecking", "ball", "youtube"]}, "5699": {"text": "White babies are by far our nation 's most precious resource .", "tokenized_text": ["white", "babies", "are", "by", "far", "our", "nation", "s", "most", "precious", "resource"]}, "5700": {"text": "Help your race , your cultural heritage and your genes survive , have children .", "tokenized_text": ["help", "your", "race", "your", "cultural", "heritage", "and", "your", "genes", "survive", "have", "children"]}, "5701": {"text": "Stupid White Man makes vacation get away in living room .", "tokenized_text": ["stupid", "white", "man", "makes", "vacation", "get", "away", "in", "living", "room"]}, "5702": {"text": "Intelligent Masculine Black Fed Ex Man comes to save the day and explain how stupid the white man is .", "tokenized_text": ["intelligent", "masculine", "black", "fed", "ex", "man", "comes", "to", "save", "the", "day", "and", "explain", "how", "stupid", "the", "white", "man", "is"]}, "5703": {"text": "All the time the white wife is drooling over him and flirting with him .", "tokenized_text": ["all", "the", "time", "the", "white", "wife", "is", "drooling", "over", "him", "and", "flirting", "with", "him"]}, "5704": {"text": "Gatsby Coram & Stoney Westmoreland - FedEx Commercial `` Vacation at home '' - YouTube", "tokenized_text": ["gatsby", "coram", "stoney", "westmoreland", "fedex", "commercial", "vacation", "at", "home", "youtube"]}, "5705": {"text": "Looking at things it was shown up till about a three thousand years ago no mongoloids existed in the Tairm basen area .", "tokenized_text": ["looking", "at", "things", "it", "was", "shown", "up", "till", "about", "a", "three", "thousand", "years", "ago", "no", "mongoloids", "existed", "in", "the", "tairm", "basen", "area"]}, "5706": {"text": "The whole area was Aryan .", "tokenized_text": ["the", "whole", "area", "was", "aryan"]}, "5707": {"text": "I wonder what is under the Gobi ?", "tokenized_text": ["i", "wonder", "what", "is", "under", "the", "gobi"]}, "5708": {"text": "Personally, I think this whites becoming the minority thing is being used by our enemies to discourage white voter turn out .", "tokenized_text": ["personally", "i", "think", "this", "whites", "becoming", "the", "minority", "thing", "is", "being", "used", "by", "our", "enemies", "to", "discourage", "white", "voter", "turn", "out"]}, "5709": {"text": "I wonder how much of this sort of behavior by Gates and his clique of social elites is because humans have an instinct to protect their position once they make `` top dog '' in a hierarchy .", "tokenized_text": ["i", "wonder", "how", "much", "of", "this", "sort", "of", "behavior", "by", "gates", "and", "his", "clique", "of", "social", "elites", "is", "because", "humans", "have", "an", "instinct", "to", "protect", "their", "position", "once", "they", "make", "top", "dog", "in", "a", "hierarchy"]}, "5710": {"text": "These two elements in your comment are quite baffling .", "tokenized_text": ["these", "two", "elements", "in", "your", "comment", "are", "quite", "baffling"]}, "5711": {"text": "How can you advocate for NS and simultaneously declare its CORE defining principle a `` blasphemy '' ?", "tokenized_text": ["how", "can", "you", "advocate", "for", "ns", "and", "simultaneously", "declare", "its", "core", "defining", "principle", "a", "blasphemy"]}, "5712": {"text": "This is a sad reality it is sad to read some peoples stories makes me know how good I 've got it , and not to take things for granted .", "tokenized_text": ["this", "is", "a", "sad", "reality", "it", "is", "sad", "to", "read", "some", "peoples", "stories", "makes", "me", "know", "how", "good", "i", "ve", "got", "it", "and", "not", "to", "take", "things", "for", "granted"]}, "5713": {"text": "Well I could give you another word for the female version of that part of the anatomy it begins with a C ends with a T and has the letters UN in between , but the language filters wo n't let me", "tokenized_text": ["well", "i", "could", "give", "you", "another", "word", "for", "the", "female", "version", "of", "that", "part", "of", "the", "anatomy", "it", "begins", "with", "a", "c", "ends", "with", "a", "t", "and", "has", "the", "letters", "un", "in", "between", "but", "the", "language", "filters", "wo", "n", "t", "let", "me"]}, "5714": {"text": "R.I.P my brothers and sisters for you are all heroes to me i need say no more cause actions speak louder than words .", "tokenized_text": ["r", "i", "p", "my", "brothers", "and", "sisters", "for", "you", "are", "all", "heroes", "to", "me", "i", "need", "say", "no", "more", "cause", "actions", "speak", "louder", "than", "words"]}, "5715": {"text": "It's probably a combination of the sexual tastes of homosexuals ( toward the adolescent ) in the agency , and the racial agenda of liberals in the agency .", "tokenized_text": ["it", "s", "probably", "a", "combination", "of", "the", "sexual", "tastes", "of", "homosexuals", "toward", "the", "adolescent", "in", "the", "agency", "and", "the", "racial", "agenda", "of", "liberals", "in", "the", "agency"]}, "5716": {"text": "In memory of Deputy James McGrane who was shot and killed while conducting a traffic stop by known gang member and Mexican POS Michael Paul Astorga .", "tokenized_text": ["in", "memory", "of", "deputy", "james", "mcgrane", "who", "was", "shot", "and", "killed", "while", "conducting", "a", "traffic", "stop", "by", "known", "gang", "member", "and", "mexican", "pos", "michael", "paul", "astorga"]}, "5717": {"text": "Michael Paul Astorga Astorga is set to go on trial around the beginning of the year and the DA is seeking the death penalty .", "tokenized_text": ["michael", "paul", "astorga", "astorga", "is", "set", "to", "go", "on", "trial", "around", "the", "beginning", "of", "the", "year", "and", "the", "da", "is", "seeking", "the", "death", "penalty"]}, "5718": {"text": "Full Story http://www.abqtrib.com/news/2006/mar...uring-traffic/http://www.abqtrib.com/news/2006/apr...ion-of-return/http://www.abqtrib.com/news/2006/apr...-us-officials/http://www.abqtrib.com/news/2006/apr...ted-on-murder/http://www.abqtrib.com/news/2007/aug ... -astorga-case/", "tokenized_text": ["full", "story", "http", "www", "abqtrib", "com", "news", "2006", "mar", "uring", "traffic", "http", "www", "abqtrib", "com", "news", "2006", "apr", "ion", "of", "return", "http", "www", "abqtrib", "com", "news", "2006", "apr", "us", "officials", "http", "www", "abqtrib", "com", "news", "2006", "apr", "ted", "on", "murder", "http", "www", "abqtrib", "com", "news", "2007", "aug", "astorga", "case"]}, "5719": {"text": "I go through this thread once a week to check the links .", "tokenized_text": ["i", "go", "through", "this", "thread", "once", "a", "week", "to", "check", "the", "links"]}, "5720": {"text": "No matter how many times I browse through it , its impact does n't lessen .", "tokenized_text": ["no", "matter", "how", "many", "times", "i", "browse", "through", "it", "its", "impact", "does", "n", "t", "lessen"]}, "5721": {"text": "Daniel Ramsey Shot and killed in his own house in front of his wife on Valentine 's Day by two negro burglars .", "tokenized_text": ["daniel", "ramsey", "shot", "and", "killed", "in", "his", "own", "house", "in", "front", "of", "his", "wife", "on", "valentine", "s", "day", "by", "two", "negro", "burglars"]}, "5722": {"text": "More info in the Ethnic Crime Report .", "tokenized_text": ["more", "info", "in", "the", "ethnic", "crime", "report"]}, "5723": {"text": "Wait until the 1950s and 60s generation dies off LOL .", "tokenized_text": ["wait", "until", "the", "1950s", "and", "60s", "generation", "dies", "off", "lol"]}, "5724": {"text": "Then your gonna see what hell is like .", "tokenized_text": ["then", "your", "gonna", "see", "what", "hell", "is", "like"]}, "5725": {"text": "The nra may no longer exist .", "tokenized_text": ["the", "nra", "may", "no", "longer", "exist"]}, "5726": {"text": "This is the previous edition of that textbook `` Making Europe '' Amazon.com : Making Europe : People , Politics , and Culture since 1300 ( 9780618004829 ) : Frank L. Kidner , Maria Bucur , Ralph Mathisen , Sally McKee , Theodore R. Weeks : Books Amazon.com : Making Europe : People , Politics , and Culture since 1300 ( 9780618004829 ) : Frank L. Kidner , Maria Bucur , Ralph Mathisen , Sally McKee , Theodore R. Weeks : Books when you click on the picture to `` Look Inside '' the negro pops up .", "tokenized_text": ["this", "is", "the", "previous", "edition", "of", "that", "textbook", "making", "europe", "amazon", "com", "making", "europe", "people", "politics", "and", "culture", "since", "1300", "9780618004829", "frank", "l", "kidner", "maria", "bucur", "ralph", "mathisen", "sally", "mckee", "theodore", "r", "weeks", "books", "amazon", "com", "making", "europe", "people", "politics", "and", "culture", "since", "1300", "9780618004829", "frank", "l", "kidner", "maria", "bucur", "ralph", "mathisen", "sally", "mckee", "theodore", "r", "weeks", "books", "when", "you", "click", "on", "the", "picture", "to", "look", "inside", "the", "negro", "pops", "up"]}, "5727": {"text": "Ukraine needs to rid itself of these Jewish Oligarchs .", "tokenized_text": ["ukraine", "needs", "to", "rid", "itself", "of", "these", "jewish", "oligarchs"]}, "5728": {"text": "They have no allegiance to Ukraine , their allegiance is to their god of money , power and the eternal enslavement of the hated goyim .", "tokenized_text": ["they", "have", "no", "allegiance", "to", "ukraine", "their", "allegiance", "is", "to", "their", "god", "of", "money", "power", "and", "the", "eternal", "enslavement", "of", "the", "hated", "goyim"]}, "5729": {"text": "Well its strange that 's Tesak start anti gay/pedo video near the same moment when Putin do the anti gay propagand law .", "tokenized_text": ["well", "its", "strange", "that", "s", "tesak", "start", "anti", "gay", "pedo", "video", "near", "the", "same", "moment", "when", "putin", "do", "the", "anti", "gay", "propagand", "law"]}, "5730": {"text": "LONG LIVE HOLY MOTHER RUSSIA !!", "tokenized_text": ["long", "live", "holy", "mother", "russia"]}, "5731": {"text": "Thank you for your support and thank you for everything else !!", "tokenized_text": ["thank", "you", "for", "your", "support", "and", "thank", "you", "for", "everything", "else"]}, "5732": {"text": "Cheers brothers Russia & Serbia 4ever !!", "tokenized_text": ["cheers", "brothers", "russia", "serbia", "4ever"]}, "5733": {"text": "YouTube - & #x202a ; Kolovrat Kosovski front & #x202c ; & lrm ;", "tokenized_text": ["youtube", "x202a", "kolovrat", "kosovski", "front", "x202c", "lrm"]}, "5734": {"text": "The Russian Navy Tall Ship was on display in San Francisco a few years ago .", "tokenized_text": ["the", "russian", "navy", "tall", "ship", "was", "on", "display", "in", "san", "francisco", "a", "few", "years", "ago"]}, "5735": {"text": "I was amazed how young and skinny those cadets were !", "tokenized_text": ["i", "was", "amazed", "how", "young", "and", "skinny", "those", "cadets", "were"]}, "5736": {"text": "Beautiful ship !", "tokenized_text": ["beautiful", "ship"]}, "5737": {"text": "Pallada Photos - San Francisco Bay", "tokenized_text": ["pallada", "photos", "san", "francisco", "bay"]}, "5738": {"text": "No, it`s untrue .", "tokenized_text": ["no", "it", "s", "untrue"]}, "5739": {"text": "This story could came from the very twisted news of the first days , when hostages were taken .", "tokenized_text": ["this", "story", "could", "came", "from", "the", "very", "twisted", "news", "of", "the", "first", "days", "when", "hostages", "were", "taken"]}, "5740": {"text": "In these days , media reported about the group of armed russians in the Caucasus ( supposed to be cossacks ) , which were headind to a chechen refugee camp with `` unknown goals '' .", "tokenized_text": ["in", "these", "days", "media", "reported", "about", "the", "group", "of", "armed", "russians", "in", "the", "caucasus", "supposed", "to", "be", "cossacks", "which", "were", "headind", "to", "a", "chechen", "refugee", "camp", "with", "unknown", "goals"]}, "5741": {"text": "They were stopped by army patrols .", "tokenized_text": ["they", "were", "stopped", "by", "army", "patrols"]}, "5742": {"text": "But I`m also sceptical for this story .", "tokenized_text": ["but", "i", "m", "also", "sceptical", "for", "this", "story"]}, "5743": {"text": "After one day , there wasn`t a byte of new information about this .", "tokenized_text": ["after", "one", "day", "there", "wasn", "t", "a", "byte", "of", "new", "information", "about", "this"]}, "5744": {"text": "When `` Kursk '' was sunken in august of 2000 , we all heard during the first days , that the radio link with sub is already established , as well as oxygen sypply link .", "tokenized_text": ["when", "kursk", "was", "sunken", "in", "august", "of", "2000", "we", "all", "heard", "during", "the", "first", "days", "that", "the", "radio", "link", "with", "sub", "is", "already", "established", "as", "well", "as", "oxygen", "sypply", "link"]}, "5745": {"text": "It`s hard to believe anyone except the people you know or your own eyes .", "tokenized_text": ["it", "s", "hard", "to", "believe", "anyone", "except", "the", "people", "you", "know", "or", "your", "own", "eyes"]}, "5746": {"text": "Such is the sign of our time ...", "tokenized_text": ["such", "is", "the", "sign", "of", "our", "time"]}, "5747": {"text": "She is Ukrainian .", "tokenized_text": ["she", "is", "ukrainian"]}, "5748": {"text": "See her in other pictures and you will see how she is a typical slavic .", "tokenized_text": ["see", "her", "in", "other", "pictures", "and", "you", "will", "see", "how", "she", "is", "a", "typical", "slavic"]}, "5749": {"text": "Americans acting like they know what they 're talking about ..", "tokenized_text": ["americans", "acting", "like", "they", "know", "what", "they", "re", "talking", "about"]}, "5750": {"text": "Sorry to hear about this attack on your girlfriend and I hope she makes a complete recovery .", "tokenized_text": ["sorry", "to", "hear", "about", "this", "attack", "on", "your", "girlfriend", "and", "i", "hope", "she", "makes", "a", "complete", "recovery"]}, "5751": {"text": "I hope the filthy scumbags who did this get what they deserve .", "tokenized_text": ["i", "hope", "the", "filthy", "scumbags", "who", "did", "this", "get", "what", "they", "deserve"]}, "5752": {"text": "Alba", "tokenized_text": ["alba"]}, "5753": {"text": "Well actually young people can be converted with ease .", "tokenized_text": ["well", "actually", "young", "people", "can", "be", "converted", "with", "ease"]}, "5754": {"text": "About half of Internet users are youth so it 's worth a try .", "tokenized_text": ["about", "half", "of", "internet", "users", "are", "youth", "so", "it", "s", "worth", "a", "try"]}, "5755": {"text": "Angry sheboon trashes liquor store .", "tokenized_text": ["angry", "sheboon", "trashes", "liquor", "store"]}, "5756": {"text": "Over two thousand dollars damage and several hours to clean up .", "tokenized_text": ["over", "two", "thousand", "dollars", "damage", "and", "several", "hours", "to", "clean", "up"]}, "5757": {"text": "Female negro is `` sorry '' , owner pressing charges anyway. -- baltimoresun.com", "tokenized_text": ["female", "negro", "is", "sorry", "owner", "pressing", "charges", "anyway", "baltimoresun", "com"]}, "5758": {"text": "About those training : I never realized they had all that equipment .", "tokenized_text": ["about", "those", "training", "i", "never", "realized", "they", "had", "all", "that", "equipment"]}, "5759": {"text": "Is it a good idea for them to release all these videos ?", "tokenized_text": ["is", "it", "a", "good", "idea", "for", "them", "to", "release", "all", "these", "videos"]}, "5760": {"text": "I mean , who knows ; should n't they watch out ? , they might end up on a terrorism blacklist ...", "tokenized_text": ["i", "mean", "who", "knows", "should", "n", "t", "they", "watch", "out", "they", "might", "end", "up", "on", "a", "terrorism", "blacklist"]}, "5761": {"text": "Nothing too major here .", "tokenized_text": ["nothing", "too", "major", "here"]}, "5762": {"text": "Just another sexual predator running loose .", "tokenized_text": ["just", "another", "sexual", "predator", "running", "loose"]}, "5763": {"text": "Refusing to register as sex offender after molesting a 14 year old girl .", "tokenized_text": ["refusing", "to", "register", "as", "sex", "offender", "after", "molesting", "a", "14", "year", "old", "girl"]}, "5764": {"text": "Get the dogs out and track him down , I say !!!", "tokenized_text": ["get", "the", "dogs", "out", "and", "track", "him", "down", "i", "say"]}, "5765": {"text": "EdgefieldDaily.com l Wanted Sex Offender", "tokenized_text": ["edgefielddaily", "com", "l", "wanted", "sex", "offender"]}, "5766": {"text": "But i wanted to be friends with them too .", "tokenized_text": ["but", "i", "wanted", "to", "be", "friends", "with", "them", "too"]}, "5767": {"text": "If only we had more friends that we could count on through thick and thin like balije .", "tokenized_text": ["if", "only", "we", "had", "more", "friends", "that", "we", "could", "count", "on", "through", "thick", "and", "thin", "like", "balije"]}, "5768": {"text": "Croats were so fortunate to have such reliable allies .", "tokenized_text": ["croats", "were", "so", "fortunate", "to", "have", "such", "reliable", "allies"]}, "5769": {"text": "Justin Butler , 28 , and Briana Adams , 21 ( coalburner ) , each face a criminal abuse charge after police say the couple 's infant child was found with six healing rib fractures and a broken femur http://www.lex18.com/news/couple-fac ... with-injuries/", "tokenized_text": ["justin", "butler", "28", "and", "briana", "adams", "21", "coalburner", "each", "face", "a", "criminal", "abuse", "charge", "after", "police", "say", "the", "couple", "s", "infant", "child", "was", "found", "with", "six", "healing", "rib", "fractures", "and", "a", "broken", "femur", "http", "www", "lex18", "com", "news", "couple", "fac", "with", "injuries"]}, "5770": {"text": "2-Year-Old Dies Of Rape , Mammy 's Boonfren ' Charged - NNN Reporters Newsroom Forum Dekalb 2-Year-Old Dead ; Caregiver Charged Police Say Child Was Abused POSTED : 10 : 41 pm EDT October 2 , 2010 UPDATED : 11 : 51 pm EDT October 3 , 2010 Dekalb 2-Year-Old Dead ; Caregiver Charged - DeKalb County Headlines News Story - WGCL Atlanta", "tokenized_text": ["2", "year", "old", "dies", "of", "rape", "mammy", "s", "boonfren", "charged", "nnn", "reporters", "newsroom", "forum", "dekalb", "2", "year", "old", "dead", "caregiver", "charged", "police", "say", "child", "was", "abused", "posted", "10", "41", "pm", "edt", "october", "2", "2010", "updated", "11", "51", "pm", "edt", "october", "3", "2010", "dekalb", "2", "year", "old", "dead", "caregiver", "charged", "dekalb", "county", "headlines", "news", "story", "wgcl", "atlanta"]}, "5771": {"text": "The barbarians are at it again .", "tokenized_text": ["the", "barbarians", "are", "at", "it", "again"]}, "5772": {"text": "Leaves me to no surprise .", "tokenized_text": ["leaves", "me", "to", "no", "surprise"]}, "5773": {"text": "They will kill there own just as fast as they would kill there enemy .", "tokenized_text": ["they", "will", "kill", "there", "own", "just", "as", "fast", "as", "they", "would", "kill", "there", "enemy"]}, "5774": {"text": "[quote=BoyHowdy;8475764] QUOTE ] Killed were Joshua Pennington , 27 , of East Earl Township ; Linda Lapp and her husband , Samuel , both 48 and residents of New Holland ; and Amy Wilhelm , 50 , and her husband Dennis `` Butch '' Wilhelm , 43 , of Manheim Township .", "tokenized_text": ["quote", "boyhowdy", "8475764", "quote", "killed", "were", "joshua", "pennington", "27", "of", "east", "earl", "township", "linda", "lapp", "and", "her", "husband", "samuel", "both", "48", "and", "residents", "of", "new", "holland", "and", "amy", "wilhelm", "50", "and", "her", "husband", "dennis", "butch", "wilhelm", "43", "of", "manheim", "township"]}, "5775": {"text": "Read more : Charges in deadly wreck that killed 5 motorcyclists - LancasterOnline.com News Crash takes injured woman 's fianc\u00e9 , mom - LancasterOnline.com News", "tokenized_text": ["read", "more", "charges", "in", "deadly", "wreck", "that", "killed", "5", "motorcyclists", "lancasteronline", "com", "news", "crash", "takes", "injured", "woman", "s", "fianc\u00e9", "mom", "lancasteronline", "com", "news"]}, "5776": {"text": "And I also hope that thing like that is not gonna happen with our brothers from Belarus and Ukraine , who are also working illegaly on construction jobs .", "tokenized_text": ["and", "i", "also", "hope", "that", "thing", "like", "that", "is", "not", "gonna", "happen", "with", "our", "brothers", "from", "belarus", "and", "ukraine", "who", "are", "also", "working", "illegaly", "on", "construction", "jobs"]}, "5777": {"text": "A teacher at a Baton Rouge elementary school was arrested just two hours into his first day on the job Tuesday .", "tokenized_text": ["a", "teacher", "at", "a", "baton", "rouge", "elementary", "school", "was", "arrested", "just", "two", "hours", "into", "his", "first", "day", "on", "the", "job", "tuesday"]}, "5778": {"text": "Damian Brown , 26 , was taken into custody by East Baton Rouge Parish sheriff 's deputies and charged with identity theft after officials at Scotlandville Elementary say he put three different social security numbers on his applications .", "tokenized_text": ["damian", "brown", "26", "was", "taken", "into", "custody", "by", "east", "baton", "rouge", "parish", "sheriff", "s", "deputies", "and", "charged", "with", "identity", "theft", "after", "officials", "at", "scotlandville", "elementary", "say", "he", "put", "three", "different", "social", "security", "numbers", "on", "his", "applications"]}, "5779": {"text": "http://www.wafb.com/Global/story.asp ? S = 11397795 Robinson had allegedly tried to sell the 225-pound piece of artillery , but Hurlee grew suspicious and called the Sheriff 's Office .", "tokenized_text": ["http", "www", "wafb", "com", "global", "story", "asp", "s", "11397795", "robinson", "had", "allegedly", "tried", "to", "sell", "the", "225", "pound", "piece", "of", "artillery", "but", "hurlee", "grew", "suspicious", "and", "called", "the", "sheriff", "s", "office"]}, "5780": {"text": "Robinson ended up hawking the cannon to Top Paid Scrap , a salvage company in the 13000 block of Chef Menteur Highway in eastern New Orleans , according to a New Orleans police report filed in conjunction with Robinson 's arrest .", "tokenized_text": ["robinson", "ended", "up", "hawking", "the", "cannon", "to", "top", "paid", "scrap", "a", "salvage", "company", "in", "the", "13000", "block", "of", "chef", "menteur", "highway", "in", "eastern", "new", "orleans", "according", "to", "a", "new", "orleans", "police", "report", "filed", "in", "conjunction", "with", "robinson", "s", "arrest"]}, "5781": {"text": "http://www.nola.com/crime/index.ssf/...0/post_48.html Joy Lynn Aikens , 39 , was arrested Tuesday by Louisiana State Police .", "tokenized_text": ["http", "www", "nola", "com", "crime", "index", "ssf", "0", "post_48", "html", "joy", "lynn", "aikens", "39", "was", "arrested", "tuesday", "by", "louisiana", "state", "police"]}, "5782": {"text": "She became a suspect when two people contacted the Department of Revenue claiming an agency employee requested credit card information when they called to make payments on their accounts .", "tokenized_text": ["she", "became", "a", "suspect", "when", "two", "people", "contacted", "the", "department", "of", "revenue", "claiming", "an", "agency", "employee", "requested", "credit", "card", "information", "when", "they", "called", "to", "make", "payments", "on", "their", "accounts"]}, "5783": {"text": "http://www.wafb.com/Global/story.asp ? S = 11394504", "tokenized_text": ["http", "www", "wafb", "com", "global", "story", "asp", "s", "11394504"]}, "5784": {"text": "Were you to ever witness the `` fighting unto death '' displayed by game fowl you 'd soon discover that theres nothing chicken about chickens .", "tokenized_text": ["were", "you", "to", "ever", "witness", "the", "fighting", "unto", "death", "displayed", "by", "game", "fowl", "you", "d", "soon", "discover", "that", "theres", "nothing", "chicken", "about", "chickens"]}, "5785": {"text": "Braun", "tokenized_text": ["braun"]}, "5786": {"text": "I wish more mods saw it the way you did so that my friend Lycurgus might one day find himself unmoderated .", "tokenized_text": ["i", "wish", "more", "mods", "saw", "it", "the", "way", "you", "did", "so", "that", "my", "friend", "lycurgus", "might", "one", "day", "find", "himself", "unmoderated"]}, "5787": {"text": "I doubt it though .", "tokenized_text": ["i", "doubt", "it", "though"]}, "5788": {"text": "His style of posting is unique and unappreciated .", "tokenized_text": ["his", "style", "of", "posting", "is", "unique", "and", "unappreciated"]}, "5789": {"text": "This is off-topic , but since you brought that forth I suppose that you have to be answered .", "tokenized_text": ["this", "is", "off", "topic", "but", "since", "you", "brought", "that", "forth", "i", "suppose", "that", "you", "have", "to", "be", "answered"]}, "5790": {"text": "-------------- > An average Modern Greek without special education can understand 80 % of the original text of the New Testament written in Hellenistic Greek approximately two thousand years ago .", "tokenized_text": ["an", "average", "modern", "greek", "without", "special", "education", "can", "understand", "80", "of", "the", "original", "text", "of", "the", "new", "testament", "written", "in", "hellenistic", "greek", "approximately", "two", "thousand", "years", "ago"]}, "5791": {"text": "--------------- > Again the same average person without special education , can understand 40 % of the text of the Iliad written in Archaic Ionian Greek approximately two thousand nine hundred years ago .", "tokenized_text": ["again", "the", "same", "average", "person", "without", "special", "education", "can", "understand", "40", "of", "the", "text", "of", "the", "iliad", "written", "in", "archaic", "ionian", "greek", "approximately", "two", "thousand", "nine", "hundred", "years", "ago"]}, "5792": {"text": "I imagine that modern Italians can understand most of any given Late Latin text written approximately two thousand years ago , without any problems .", "tokenized_text": ["i", "imagine", "that", "modern", "italians", "can", "understand", "most", "of", "any", "given", "late", "latin", "text", "written", "approximately", "two", "thousand", "years", "ago", "without", "any", "problems"]}, "5793": {"text": "Now, young man !", "tokenized_text": ["now", "young", "man"]}, "5794": {"text": "When I was at your age I had to work for every penny I spent and I had to walk to school kilometers a day and ...", "tokenized_text": ["when", "i", "was", "at", "your", "age", "i", "had", "to", "work", "for", "every", "penny", "i", "spent", "and", "i", "had", "to", "walk", "to", "school", "kilometers", "a", "day", "and"]}, "5795": {"text": "Tch tch tch .... !!!", "tokenized_text": ["tch", "tch", "tch"]}, "5796": {"text": "I think I heard that Sweden and Norway have MTV now , do Finland or the Baltic states get that garbage yet ?", "tokenized_text": ["i", "think", "i", "heard", "that", "sweden", "and", "norway", "have", "mtv", "now", "do", "finland", "or", "the", "baltic", "states", "get", "that", "garbage", "yet"]}, "5797": {"text": "Swedish land perhaps ?", "tokenized_text": ["swedish", "land", "perhaps"]}, "5798": {"text": "Jodr sounds much like Jord ( meaning Earth/land ) .", "tokenized_text": ["jodr", "sounds", "much", "like", "jord", "meaning", "earth", "land"]}, "5799": {"text": "But on a humourous note it could also mean `` burnt earth '' ( svidd jord ) .", "tokenized_text": ["but", "on", "a", "humourous", "note", "it", "could", "also", "mean", "burnt", "earth", "svidd", "jord"]}, "5800": {"text": "Wolf 278", "tokenized_text": ["wolf", "278"]}, "5801": {"text": "This is a dynamite site I ran across about a year ago : http://www.geocities.com/yosemite/4466 / It 's about one fellows adventures at Thule Air Base back in the late 60 's .", "tokenized_text": ["this", "is", "a", "dynamite", "site", "i", "ran", "across", "about", "a", "year", "ago", "http", "www", "geocities", "com", "yosemite", "4466", "it", "s", "about", "one", "fellows", "adventures", "at", "thule", "air", "base", "back", "in", "the", "late", "60", "s"]}, "5802": {"text": "Great pictures and commentary .", "tokenized_text": ["great", "pictures", "and", "commentary"]}, "5803": {"text": "Interesting article about what to do with these evil persons who keep telling the truth and who don \u00b4 t want to surrender ( in Danish )", "tokenized_text": ["interesting", "article", "about", "what", "to", "do", "with", "these", "evil", "persons", "who", "keep", "telling", "the", "truth", "and", "who", "don", "t", "want", "to", "surrender", "in", "danish"]}, "5804": {"text": "I would like to know how are the nationalists parties going on in the five countries of this beautiful part of Europe called Scandinavia ?", "tokenized_text": ["i", "would", "like", "to", "know", "how", "are", "the", "nationalists", "parties", "going", "on", "in", "the", "five", "countries", "of", "this", "beautiful", "part", "of", "europe", "called", "scandinavia"]}, "5805": {"text": "Well I heard that the airport is in the process of implementing their new security procedures and subsequently did n't have an x-ray device or metal detector ...", "tokenized_text": ["well", "i", "heard", "that", "the", "airport", "is", "in", "the", "process", "of", "implementing", "their", "new", "security", "procedures", "and", "subsequently", "did", "n", "t", "have", "an", "x", "ray", "device", "or", "metal", "detector"]}, "5806": {"text": "Hups..", "tokenized_text": ["hups"]}, "5807": {"text": "Finns and Sweds can become even closer after this and we can start to become true brethren nations like we always should have been .", "tokenized_text": ["finns", "and", "sweds", "can", "become", "even", "closer", "after", "this", "and", "we", "can", "start", "to", "become", "true", "brethren", "nations", "like", "we", "always", "should", "have", "been"]}, "5808": {"text": "I would like to knock a lot of people 's heads together but I only have two hands !!!", "tokenized_text": ["i", "would", "like", "to", "knock", "a", "lot", "of", "people", "s", "heads", "together", "but", "i", "only", "have", "two", "hands"]}, "5809": {"text": "No more about this in this thread please .", "tokenized_text": ["no", "more", "about", "this", "in", "this", "thread", "please"]}, "5810": {"text": "Talk about something nice .", "tokenized_text": ["talk", "about", "something", "nice"]}, "5811": {"text": "I allways stare at them first with very serious eyes and from long distance .", "tokenized_text": ["i", "allways", "stare", "at", "them", "first", "with", "very", "serious", "eyes", "and", "from", "long", "distance"]}, "5812": {"text": "Then they show some shame in their face and turn away their eyes and do not disturb me with their staring .", "tokenized_text": ["then", "they", "show", "some", "shame", "in", "their", "face", "and", "turn", "away", "their", "eyes", "and", "do", "not", "disturb", "me", "with", "their", "staring"]}, "5813": {"text": "2508", "tokenized_text": ["2508"]}, "5814": {"text": "Lervik does not sound like a name on a person but is rather a name on place .", "tokenized_text": ["lervik", "does", "not", "sound", "like", "a", "name", "on", "a", "person", "but", "is", "rather", "a", "name", "on", "place"]}, "5815": {"text": "It means `` muddy bay '' .", "tokenized_text": ["it", "means", "muddy", "bay"]}, "5816": {"text": "I'm not sure .", "tokenized_text": ["i", "m", "not", "sure"]}, "5817": {"text": "I have read that one of the suspects was blond and in another article they were described them as ' pale youngsters ' .", "tokenized_text": ["i", "have", "read", "that", "one", "of", "the", "suspects", "was", "blond", "and", "in", "another", "article", "they", "were", "described", "them", "as", "pale", "youngsters"]}, "5818": {"text": "Unless I 'm looking at the wrong pictures , Ari looks more White than the Crown Prince , and looks more nordic than his wife .", "tokenized_text": ["unless", "i", "m", "looking", "at", "the", "wrong", "pictures", "ari", "looks", "more", "white", "than", "the", "crown", "prince", "and", "looks", "more", "nordic", "than", "his", "wife"]}, "5819": {"text": "Indeed, I have n't seen or heard machines raping or robbing people in the streets of Stockholm yet , non-european immigrants however ...", "tokenized_text": ["indeed", "i", "have", "n", "t", "seen", "or", "heard", "machines", "raping", "or", "robbing", "people", "in", "the", "streets", "of", "stockholm", "yet", "non", "european", "immigrants", "however"]}, "5820": {"text": "11", "tokenized_text": ["11"]}, "5821": {"text": "......according to DUP Northern Ireland minister , Nelson McCausland : Northern Ireland minister calls on Ulster Museum to promote creationism | Politics | The Guardian Hmm .", "tokenized_text": ["according", "to", "dup", "northern", "ireland", "minister", "nelson", "mccausland", "northern", "ireland", "minister", "calls", "on", "ulster", "museum", "to", "promote", "creationism", "politics", "the", "guardian", "hmm"]}, "5822": {"text": "I just cannot understand someone wanting to risk losing their lives or limbs halfway around the world in a conflict that does not concern Ireland at all .", "tokenized_text": ["i", "just", "cannot", "understand", "someone", "wanting", "to", "risk", "losing", "their", "lives", "or", "limbs", "halfway", "around", "the", "world", "in", "a", "conflict", "that", "does", "not", "concern", "ireland", "at", "all"]}, "5823": {"text": "The only time I will be willing to sacrifice that is in a fight for Ireland or a fight to defend Ireland .", "tokenized_text": ["the", "only", "time", "i", "will", "be", "willing", "to", "sacrifice", "that", "is", "in", "a", "fight", "for", "ireland", "or", "a", "fight", "to", "defend", "ireland"]}, "5824": {"text": "It was Stormfront been shown on TV3 that made m join the site .", "tokenized_text": ["it", "was", "stormfront", "been", "shown", "on", "tv3", "that", "made", "m", "join", "the", "site"]}, "5825": {"text": "So even if it was shown n a bad light I would hope it would bring lots more new members as the time has come to show the non white races that we can only take so much before we raise up", "tokenized_text": ["so", "even", "if", "it", "was", "shown", "n", "a", "bad", "light", "i", "would", "hope", "it", "would", "bring", "lots", "more", "new", "members", "as", "the", "time", "has", "come", "to", "show", "the", "non", "white", "races", "that", "we", "can", "only", "take", "so", "much", "before", "we", "raise", "up"]}, "5826": {"text": "Heard about this a while back .", "tokenized_text": ["heard", "about", "this", "a", "while", "back"]}, "5827": {"text": "Was hoping it would be to commemorate the plantation as a dark part of our history but it appears to be celebrating it .", "tokenized_text": ["was", "hoping", "it", "would", "be", "to", "commemorate", "the", "plantation", "as", "a", "dark", "part", "of", "our", "history", "but", "it", "appears", "to", "be", "celebrating", "it"]}, "5828": {"text": "Sick", "tokenized_text": ["sick"]}, "5829": {"text": "Funny how they cant send someone to get pics of this so called Nazi gang attacking people in the city centre , sounds like more hype and nonsense .", "tokenized_text": ["funny", "how", "they", "cant", "send", "someone", "to", "get", "pics", "of", "this", "so", "called", "nazi", "gang", "attacking", "people", "in", "the", "city", "centre", "sounds", "like", "more", "hype", "and", "nonsense"]}, "5830": {"text": "Im surprised C18 wasnt mentioned , they always are when the OB smash the EVIL neo = nazis Yellow press at its best", "tokenized_text": ["im", "surprised", "c18", "wasnt", "mentioned", "they", "always", "are", "when", "the", "ob", "smash", "the", "evil", "neo", "nazis", "yellow", "press", "at", "its", "best"]}, "5831": {"text": "Yeah if I can get time off work for it .", "tokenized_text": ["yeah", "if", "i", "can", "get", "time", "off", "work", "for", "it"]}, "5832": {"text": "I wonder if they 'll let me keep the extra euro if i say i 'm ' ' unwaged ' ' .", "tokenized_text": ["i", "wonder", "if", "they", "ll", "let", "me", "keep", "the", "extra", "euro", "if", "i", "say", "i", "m", "unwaged"]}, "5833": {"text": "The fact that these people are trying to do the same thing to Ireland as they have in America and Britain and everywhere else they have set foot .", "tokenized_text": ["the", "fact", "that", "these", "people", "are", "trying", "to", "do", "the", "same", "thing", "to", "ireland", "as", "they", "have", "in", "america", "and", "britain", "and", "everywhere", "else", "they", "have", "set", "foot"]}, "5834": {"text": "I do n't think anyone here is saying that the Polish are on the same level as blacks .", "tokenized_text": ["i", "do", "n", "t", "think", "anyone", "here", "is", "saying", "that", "the", "polish", "are", "on", "the", "same", "level", "as", "blacks"]}, "5835": {"text": "No white person should ever be compared to a black and other useless races .", "tokenized_text": ["no", "white", "person", "should", "ever", "be", "compared", "to", "a", "black", "and", "other", "useless", "races"]}, "5836": {"text": "correct.", "tokenized_text": ["correct"]}, "5837": {"text": "I 'm studying here .", "tokenized_text": ["i", "m", "studying", "here"]}, "5838": {"text": "And I guess there 's nothing wrong in it .", "tokenized_text": ["and", "i", "guess", "there", "s", "nothing", "wrong", "in", "it"]}, "5839": {"text": "THe thing i was asking if it is alright if i remain here afterwards ?", "tokenized_text": ["the", "thing", "i", "was", "asking", "if", "it", "is", "alright", "if", "i", "remain", "here", "afterwards"]}, "5840": {"text": "You may want to cut down on the milk too if you watch this .", "tokenized_text": ["you", "may", "want", "to", "cut", "down", "on", "the", "milk", "too", "if", "you", "watch", "this"]}, "5841": {"text": "YouTube - Milk The Deadly Poison WATCH THIS !!!", "tokenized_text": ["youtube", "milk", "the", "deadly", "poison", "watch", "this"]}, "5842": {"text": "Meh..", "tokenized_text": ["meh"]}, "5843": {"text": "I would prefer to get the lot of us together and tackle the real enemies of Northern Ireland and the Republic of Ireland ergo the Island of Ireland ... and the enemy is n't each other my brothers and sisters .", "tokenized_text": ["i", "would", "prefer", "to", "get", "the", "lot", "of", "us", "together", "and", "tackle", "the", "real", "enemies", "of", "northern", "ireland", "and", "the", "republic", "of", "ireland", "ergo", "the", "island", "of", "ireland", "and", "the", "enemy", "is", "n", "t", "each", "other", "my", "brothers", "and", "sisters"]}, "5844": {"text": "The most common definition of Racist is Someone with White Skin .", "tokenized_text": ["the", "most", "common", "definition", "of", "racist", "is", "someone", "with", "white", "skin"]}, "5845": {"text": "If you 're White you 're instantly a racist no matter what you do or say .", "tokenized_text": ["if", "you", "re", "white", "you", "re", "instantly", "a", "racist", "no", "matter", "what", "you", "do", "or", "say"]}, "5846": {"text": "For God 's sake nobody cares about this childish personal crap .", "tokenized_text": ["for", "god", "s", "sake", "nobody", "cares", "about", "this", "childish", "personal", "crap"]}, "5847": {"text": "Take it somewhere else and stop wasting space .", "tokenized_text": ["take", "it", "somewhere", "else", "and", "stop", "wasting", "space"]}, "5848": {"text": "Hopefully someone will moderate this thread .", "tokenized_text": ["hopefully", "someone", "will", "moderate", "this", "thread"]}, "5849": {"text": "Mr A was correct again .", "tokenized_text": ["mr", "a", "was", "correct", "again"]}, "5850": {"text": "Not only did he not sell a car he ended up in court and 500euro lighter in the pocket from his latest meeting with a Negro .", "tokenized_text": ["not", "only", "did", "he", "not", "sell", "a", "car", "he", "ended", "up", "in", "court", "and", "500euro", "lighter", "in", "the", "pocket", "from", "his", "latest", "meeting", "with", "a", "negro"]}, "5851": {"text": "Is that overweight fat useless bitch blind ?", "tokenized_text": ["is", "that", "overweight", "fat", "useless", "bitch", "blind"]}, "5852": {"text": "What good are these scammers to the country who Broke EU law to come here ?", "tokenized_text": ["what", "good", "are", "these", "scammers", "to", "the", "country", "who", "broke", "eu", "law", "to", "come", "here"]}, "5853": {"text": "As a white nationalist I personally would not pay to watch the likes of that drug addict Amy Winehouse or scum like Rage Against The Machine .", "tokenized_text": ["as", "a", "white", "nationalist", "i", "personally", "would", "not", "pay", "to", "watch", "the", "likes", "of", "that", "drug", "addict", "amy", "winehouse", "or", "scum", "like", "rage", "against", "the", "machine"]}, "5854": {"text": "Enjoy", "tokenized_text": ["enjoy"]}, "5855": {"text": "I would like to hear this .", "tokenized_text": ["i", "would", "like", "to", "hear", "this"]}, "5856": {"text": "I 'll host it for a spell if anyone wants to send it to me .", "tokenized_text": ["i", "ll", "host", "it", "for", "a", "spell", "if", "anyone", "wants", "to", "send", "it", "to", "me"]}, "5857": {"text": "I have much unused bandwidth .", "tokenized_text": ["i", "have", "much", "unused", "bandwidth"]}, "5858": {"text": "This is precisely the frustration that brings any White person round to white nationalism , so obviously you are in exactly the right place .", "tokenized_text": ["this", "is", "precisely", "the", "frustration", "that", "brings", "any", "white", "person", "round", "to", "white", "nationalism", "so", "obviously", "you", "are", "in", "exactly", "the", "right", "place"]}, "5859": {"text": "And a damn fine job of it for sure !! ...", "tokenized_text": ["and", "a", "damn", "fine", "job", "of", "it", "for", "sure"]}, "5860": {"text": "Dare I say , the Whole world is now looking to Ireland with much pride ....", "tokenized_text": ["dare", "i", "say", "the", "whole", "world", "is", "now", "looking", "to", "ireland", "with", "much", "pride"]}, "5861": {"text": "Israel arrests him i bet Lentin and co are very happy.All students looking in see what scum the Jews are.Details here www.normanfinkelstein.com", "tokenized_text": ["israel", "arrests", "him", "i", "bet", "lentin", "and", "co", "are", "very", "happy", "all", "students", "looking", "in", "see", "what", "scum", "the", "jews", "are", "details", "here", "www", "normanfinkelstein", "com"]}, "5862": {"text": "and jewish. he 's a member of the jewish community that come here at the turn of the century .", "tokenized_text": ["and", "jewish", "he", "s", "a", "member", "of", "the", "jewish", "community", "that", "come", "here", "at", "the", "turn", "of", "the", "century"]}, "5863": {"text": "1900 's i mean", "tokenized_text": ["1900", "s", "i", "mean"]}, "5864": {"text": "He was one of the greatest men to ever draw breath on this planet .", "tokenized_text": ["he", "was", "one", "of", "the", "greatest", "men", "to", "ever", "draw", "breath", "on", "this", "planet"]}, "5865": {"text": "I believe another Leader will arise but it is going to get as lot worse beforehand .", "tokenized_text": ["i", "believe", "another", "leader", "will", "arise", "but", "it", "is", "going", "to", "get", "as", "lot", "worse", "beforehand"]}, "5866": {"text": "The sad fact is that this is how he and his Arab brethren would see her kind too .", "tokenized_text": ["the", "sad", "fact", "is", "that", "this", "is", "how", "he", "and", "his", "arab", "brethren", "would", "see", "her", "kind", "too"]}, "5867": {"text": "Will they ever learn ??? 16", "tokenized_text": ["will", "they", "ever", "learn", "16"]}, "5868": {"text": "I agree .", "tokenized_text": ["i", "agree"]}, "5869": {"text": "And that goes for Eastern Europeans and Asians as well .", "tokenized_text": ["and", "that", "goes", "for", "eastern", "europeans", "and", "asians", "as", "well"]}, "5870": {"text": "All schools in Ireland should be segregated .", "tokenized_text": ["all", "schools", "in", "ireland", "should", "be", "segregated"]}, "5871": {"text": "If teachers have to focus extra attention on foreigners because they cannot speak English properly , it will be the indigenous Irish students who will suffer .", "tokenized_text": ["if", "teachers", "have", "to", "focus", "extra", "attention", "on", "foreigners", "because", "they", "cannot", "speak", "english", "properly", "it", "will", "be", "the", "indigenous", "irish", "students", "who", "will", "suffer"]}, "5872": {"text": "I have been thinking about Ireland as a place to settle and refuge for the white race .", "tokenized_text": ["i", "have", "been", "thinking", "about", "ireland", "as", "a", "place", "to", "settle", "and", "refuge", "for", "the", "white", "race"]}, "5873": {"text": "The snake should be chased out again !", "tokenized_text": ["the", "snake", "should", "be", "chased", "out", "again"]}, "5874": {"text": "A certain Person would want to shut his mouth that Person going on about stuff from 1930 had no right to post that information.Leo would not be impressedwww.muslimsout.org", "tokenized_text": ["a", "certain", "person", "would", "want", "to", "shut", "his", "mouth", "that", "person", "going", "on", "about", "stuff", "from", "1930", "had", "no", "right", "to", "post", "that", "information", "leo", "would", "not", "be", "impressedwww", "muslimsout", "org"]}, "5875": {"text": "They do n't like cold weather that much either i hear ! , so that would explain Iceland 's purity.Lets hope global warming is not for real so !", "tokenized_text": ["they", "do", "n", "t", "like", "cold", "weather", "that", "much", "either", "i", "hear", "so", "that", "would", "explain", "iceland", "s", "purity", "lets", "hope", "global", "warming", "is", "not", "for", "real", "so"]}, "5876": {"text": "Check this video out SF ' we must welcome Africans with open arms they have every right to be in Ireland ' .", "tokenized_text": ["check", "this", "video", "out", "sf", "we", "must", "welcome", "africans", "with", "open", "arms", "they", "have", "every", "right", "to", "be", "in", "ireland"]}, "5877": {"text": "http://www.youtube.com/watch ? v = 0Ljpk ... elated & search =", "tokenized_text": ["http", "www", "youtube", "com", "watch", "v", "0ljpk", "elated", "search"]}, "5878": {"text": "You got that right in one go.Lets hope he gets well soon and on his way home If you do n't have these apes in your great Country then count your blessings", "tokenized_text": ["you", "got", "that", "right", "in", "one", "go", "lets", "hope", "he", "gets", "well", "soon", "and", "on", "his", "way", "home", "if", "you", "do", "n", "t", "have", "these", "apes", "in", "your", "great", "country", "then", "count", "your", "blessings"]}, "5879": {"text": "Typical i suppose in the eyes of the law he is just another tourist beaten on sydneys streets oh yeah and we all know if it was a poor black fella bashed it would be on the news for weeks on end and mr whitey would be branded a big bad evil racist", "tokenized_text": ["typical", "i", "suppose", "in", "the", "eyes", "of", "the", "law", "he", "is", "just", "another", "tourist", "beaten", "on", "sydneys", "streets", "oh", "yeah", "and", "we", "all", "know", "if", "it", "was", "a", "poor", "black", "fella", "bashed", "it", "would", "be", "on", "the", "news", "for", "weeks", "on", "end", "and", "mr", "whitey", "would", "be", "branded", "a", "big", "bad", "evil", "racist"]}, "5880": {"text": "i have no problem eating foreign food , what i have a problem is is handing over my money to foreigners. there is no reason you should hate any foods just beacuse some other race found out a nice way to prepare it .", "tokenized_text": ["i", "have", "no", "problem", "eating", "foreign", "food", "what", "i", "have", "a", "problem", "is", "is", "handing", "over", "my", "money", "to", "foreigners", "there", "is", "no", "reason", "you", "should", "hate", "any", "foods", "just", "beacuse", "some", "other", "race", "found", "out", "a", "nice", "way", "to", "prepare", "it"]}, "5881": {"text": "I registered to make comment but there appear to have a critical error , o dear .", "tokenized_text": ["i", "registered", "to", "make", "comment", "but", "there", "appear", "to", "have", "a", "critical", "error", "o", "dear"]}, "5882": {"text": "They sound so naive , when will they learn that these people do not want to intergrate just accumulate .", "tokenized_text": ["they", "sound", "so", "naive", "when", "will", "they", "learn", "that", "these", "people", "do", "not", "want", "to", "intergrate", "just", "accumulate"]}, "5883": {"text": "Good to see WN is back in Limerick it might counter balance some of the bleeding hearts down here who thought it was fashionable to have ethnic diversity Badboybillx", "tokenized_text": ["good", "to", "see", "wn", "is", "back", "in", "limerick", "it", "might", "counter", "balance", "some", "of", "the", "bleeding", "hearts", "down", "here", "who", "thought", "it", "was", "fashionable", "to", "have", "ethnic", "diversity", "badboybillx"]}, "5884": {"text": "did anyone go to this last night ?", "tokenized_text": ["did", "anyone", "go", "to", "this", "last", "night"]}, "5885": {"text": "I heard their was 5000 people at it .", "tokenized_text": ["i", "heard", "their", "was", "5000", "people", "at", "it"]}, "5886": {"text": "Thats got to be a exaggeration right ?", "tokenized_text": ["thats", "got", "to", "be", "a", "exaggeration", "right"]}, "5887": {"text": "I do n't think so .", "tokenized_text": ["i", "do", "n", "t", "think", "so"]}, "5888": {"text": "Why is rugby dominated by whites ?", "tokenized_text": ["why", "is", "rugby", "dominated", "by", "whites"]}, "5889": {"text": "Because white peoples build is more suited to rugby ( stronger upperbody , endurance etc ) .", "tokenized_text": ["because", "white", "peoples", "build", "is", "more", "suited", "to", "rugby", "stronger", "upperbody", "endurance", "etc"]}, "5890": {"text": "Soccer is the black mans game as they are so many of them playing soccer in poportion to whites .", "tokenized_text": ["soccer", "is", "the", "black", "mans", "game", "as", "they", "are", "so", "many", "of", "them", "playing", "soccer", "in", "poportion", "to", "whites"]}, "5891": {"text": "I 'm sure Gaelic games especially hurling would be too rough for them also .", "tokenized_text": ["i", "m", "sure", "gaelic", "games", "especially", "hurling", "would", "be", "too", "rough", "for", "them", "also"]}, "5892": {"text": "I am looking for a website that will sell and deliver flags to Ireland .", "tokenized_text": ["i", "am", "looking", "for", "a", "website", "that", "will", "sell", "and", "deliver", "flags", "to", "ireland"]}, "5893": {"text": "Anyone in Ireland who has got some flags please say where you got them , because I want some too .", "tokenized_text": ["anyone", "in", "ireland", "who", "has", "got", "some", "flags", "please", "say", "where", "you", "got", "them", "because", "i", "want", "some", "too"]}, "5894": {"text": "35109", "tokenized_text": ["35109"]}, "5895": {"text": "I suggest you go away and get an education , New Grange , built in 3200bc is the oldest building in Europe .", "tokenized_text": ["i", "suggest", "you", "go", "away", "and", "get", "an", "education", "new", "grange", "built", "in", "3200bc", "is", "the", "oldest", "building", "in", "europe"]}, "5896": {"text": "The Irish brought Christianity and learning to Pagan Britain. ( posted in reply to BRs deleted post ) .", "tokenized_text": ["the", "irish", "brought", "christianity", "and", "learning", "to", "pagan", "britain", "posted", "in", "reply", "to", "brs", "deleted", "post"]}, "5897": {"text": ">>I would love to visist Ireland and eventually move there .", "tokenized_text": ["i", "would", "love", "to", "visist", "ireland", "and", "eventually", "move", "there"]}, "5898": {"text": "Your more than welcome if your predominantly Irish in ancestry .", "tokenized_text": ["your", "more", "than", "welcome", "if", "your", "predominantly", "irish", "in", "ancestry"]}, "5899": {"text": "2508", "tokenized_text": ["2508"]}, "5900": {"text": "Uh oh , looks like the mods are all away on summer vacation Are any of those anti-leftist comments by you guys ? living in America , this board is starting to give me hope !", "tokenized_text": ["uh", "oh", "looks", "like", "the", "mods", "are", "all", "away", "on", "summer", "vacation", "are", "any", "of", "those", "anti", "leftist", "comments", "by", "you", "guys", "living", "in", "america", "this", "board", "is", "starting", "to", "give", "me", "hope"]}, "5901": {"text": "All those evil irish ignorant racists 2508", "tokenized_text": ["all", "those", "evil", "irish", "ignorant", "racists", "2508"]}, "5902": {"text": "Uh oh ... bad move there Mr. King .", "tokenized_text": ["uh", "oh", "bad", "move", "there", "mr", "king"]}, "5903": {"text": "I expect there will be half a dozen posters getting up on their soapboxes awful quickly ...", "tokenized_text": ["i", "expect", "there", "will", "be", "half", "a", "dozen", "posters", "getting", "up", "on", "their", "soapboxes", "awful", "quickly"]}, "5904": {"text": "Aragorn", "tokenized_text": ["aragorn"]}, "5905": {"text": "Well done to all the people in Ireland.Let 's hope this is just the start of people waking up to the dangers of a mulitracial society .", "tokenized_text": ["well", "done", "to", "all", "the", "people", "in", "ireland", "let", "s", "hope", "this", "is", "just", "the", "start", "of", "people", "waking", "up", "to", "the", "dangers", "of", "a", "mulitracial", "society"]}, "5906": {"text": "www.natall.com", "tokenized_text": ["www", "natall", "com"]}, "5907": {"text": "Yeah, Hell on earth .", "tokenized_text": ["yeah", "hell", "on", "earth"]}, "5908": {"text": "I feel like I should pull out my passport when I want into walmart with all the * * * * ing pakis and * * * * in there", "tokenized_text": ["i", "feel", "like", "i", "should", "pull", "out", "my", "passport", "when", "i", "want", "into", "walmart", "with", "all", "the", "ing", "pakis", "and", "in", "there"]}, "5909": {"text": "I finally heard back from the Child Development today .", "tokenized_text": ["i", "finally", "heard", "back", "from", "the", "child", "development", "today"]}, "5910": {"text": "My son will be scheduled to have his first assesment around September sometime .", "tokenized_text": ["my", "son", "will", "be", "scheduled", "to", "have", "his", "first", "assesment", "around", "september", "sometime"]}, "5911": {"text": "It has only taken 14 months to arrive to this point .", "tokenized_text": ["it", "has", "only", "taken", "14", "months", "to", "arrive", "to", "this", "point"]}, "5912": {"text": "Looks like some Jews good broken into their car and garage I just had to laugh when saw this .", "tokenized_text": ["looks", "like", "some", "jews", "good", "broken", "into", "their", "car", "and", "garage", "i", "just", "had", "to", "laugh", "when", "saw", "this"]}, "5913": {"text": "Police investigating hate crime at Toronto home | CTV Toronto News", "tokenized_text": ["police", "investigating", "hate", "crime", "at", "toronto", "home", "ctv", "toronto", "news"]}, "5914": {"text": "It would be far from the first time jews come up with a fake hate crimes and besides all they do in general , so they 're guilty until proven innocent .", "tokenized_text": ["it", "would", "be", "far", "from", "the", "first", "time", "jews", "come", "up", "with", "a", "fake", "hate", "crimes", "and", "besides", "all", "they", "do", "in", "general", "so", "they", "re", "guilty", "until", "proven", "innocent"]}, "5915": {"text": "Plus who leaves their car open at night and in the city !?", "tokenized_text": ["plus", "who", "leaves", "their", "car", "open", "at", "night", "and", "in", "the", "city"]}, "5916": {"text": "nice to see another maritimer , the south shore is a beautiful place , i ride down that way a lot on my harley , i live in the annapolis valley .", "tokenized_text": ["nice", "to", "see", "another", "maritimer", "the", "south", "shore", "is", "a", "beautiful", "place", "i", "ride", "down", "that", "way", "a", "lot", "on", "my", "harley", "i", "live", "in", "the", "annapolis", "valley"]}, "5917": {"text": "I'm in a Canadian city of about 30,000 .", "tokenized_text": ["i", "m", "in", "a", "canadian", "city", "of", "about", "30", "000"]}, "5918": {"text": "Conservative and white .", "tokenized_text": ["conservative", "and", "white"]}, "5919": {"text": "If there is a non white in town , everyone knows about it .", "tokenized_text": ["if", "there", "is", "a", "non", "white", "in", "town", "everyone", "knows", "about", "it"]}, "5920": {"text": "Watching out for Anti-Whites if you have info on Anti-Whites send it to this site I am sure there are lots of you out there with info on Anti Whites so send it in .", "tokenized_text": ["watching", "out", "for", "anti", "whites", "if", "you", "have", "info", "on", "anti", "whites", "send", "it", "to", "this", "site", "i", "am", "sure", "there", "are", "lots", "of", "you", "out", "there", "with", "info", "on", "anti", "whites", "so", "send", "it", "in"]}, "5921": {"text": "ANTI WHITE WATCH", "tokenized_text": ["anti", "white", "watch"]}, "5922": {"text": "Has anyone been back to this zoo lately ?", "tokenized_text": ["has", "anyone", "been", "back", "to", "this", "zoo", "lately"]}, "5923": {"text": "This used to be a nice white city , lots of German immigrants etc .", "tokenized_text": ["this", "used", "to", "be", "a", "nice", "white", "city", "lots", "of", "german", "immigrants", "etc"]}, "5924": {"text": "Go to any major retail mall , the Kitchener farmers market , etc , and its absolutely teeming with non whites ( asians , blacks , hispanics , muslims of all colours , and God knows what else ) and race mixers , and yes I hate to say this but from what I saw the other day many more white women doing the race mixing than white men .", "tokenized_text": ["go", "to", "any", "major", "retail", "mall", "the", "kitchener", "farmers", "market", "etc", "and", "its", "absolutely", "teeming", "with", "non", "whites", "asians", "blacks", "hispanics", "muslims", "of", "all", "colours", "and", "god", "knows", "what", "else", "and", "race", "mixers", "and", "yes", "i", "hate", "to", "say", "this", "but", "from", "what", "i", "saw", "the", "other", "day", "many", "more", "white", "women", "doing", "the", "race", "mixing", "than", "white", "men"]}, "5925": {"text": "I am reminded of a quote I heard from a fellow white nationalist said that you do not clean up a pile of * * * * while being in the middle of it .", "tokenized_text": ["i", "am", "reminded", "of", "a", "quote", "i", "heard", "from", "a", "fellow", "white", "nationalist", "said", "that", "you", "do", "not", "clean", "up", "a", "pile", "of", "while", "being", "in", "the", "middle", "of", "it"]}, "5926": {"text": "Sad but true .", "tokenized_text": ["sad", "but", "true"]}, "5927": {"text": "I just believe Kitchener , the once overwhelmingly white city has been ruined .", "tokenized_text": ["i", "just", "believe", "kitchener", "the", "once", "overwhelmingly", "white", "city", "has", "been", "ruined"]}, "5928": {"text": "Meanwhile back in their ancestral homelands their races are and will always remain the overwhelming majority .", "tokenized_text": ["meanwhile", "back", "in", "their", "ancestral", "homelands", "their", "races", "are", "and", "will", "always", "remain", "the", "overwhelming", "majority"]}, "5929": {"text": "Double Standard ?", "tokenized_text": ["double", "standard"]}, "5930": {"text": "Also if they get fed up with multiculturalism they at least have a country they can go back to which is set up just for their race .", "tokenized_text": ["also", "if", "they", "get", "fed", "up", "with", "multiculturalism", "they", "at", "least", "have", "a", "country", "they", "can", "go", "back", "to", "which", "is", "set", "up", "just", "for", "their", "race"]}, "5931": {"text": "That's not even close to what he was doing .", "tokenized_text": ["that", "s", "not", "even", "close", "to", "what", "he", "was", "doing"]}, "5932": {"text": "A more apt analogy would be if he went to a party and showed up to find a small group of whites standing around while darkies kept pouring through the door and acting like they owned the place , so he joined some of the whites in complaining about it .", "tokenized_text": ["a", "more", "apt", "analogy", "would", "be", "if", "he", "went", "to", "a", "party", "and", "showed", "up", "to", "find", "a", "small", "group", "of", "whites", "standing", "around", "while", "darkies", "kept", "pouring", "through", "the", "door", "and", "acting", "like", "they", "owned", "the", "place", "so", "he", "joined", "some", "of", "the", "whites", "in", "complaining", "about", "it"]}, "5933": {"text": "I saw a white person in Scarborough once .", "tokenized_text": ["i", "saw", "a", "white", "person", "in", "scarborough", "once"]}, "5934": {"text": "We stopped and looked at each other like `` WTF ??!", "tokenized_text": ["we", "stopped", "and", "looked", "at", "each", "other", "like", "wtf"]}, "5935": {"text": "White person ! `` before hurrying to catch the TTC out of Scarborough .", "tokenized_text": ["white", "person", "before", "hurrying", "to", "catch", "the", "ttc", "out", "of", "scarborough"]}, "5936": {"text": "I remember this story from last Christmas .", "tokenized_text": ["i", "remember", "this", "story", "from", "last", "christmas"]}, "5937": {"text": "The gift that keeps giving .", "tokenized_text": ["the", "gift", "that", "keeps", "giving"]}, "5938": {"text": "Here is where she was going to be out on the streets , last year : https : //www.stormfront.org/forum/t1008885/", "tokenized_text": ["here", "is", "where", "she", "was", "going", "to", "be", "out", "on", "the", "streets", "last", "year", "https", "www", "stormfront", "org", "forum", "t1008885"]}, "5939": {"text": "Any NS government that has them views are dangerous to their own people because they would decide who is worthy and unworthy and would make them king maker to decide that .", "tokenized_text": ["any", "ns", "government", "that", "has", "them", "views", "are", "dangerous", "to", "their", "own", "people", "because", "they", "would", "decide", "who", "is", "worthy", "and", "unworthy", "and", "would", "make", "them", "king", "maker", "to", "decide", "that"]}, "5940": {"text": "Never know , they could find you or me or anyone else undesirable in their eyes .", "tokenized_text": ["never", "know", "they", "could", "find", "you", "or", "me", "or", "anyone", "else", "undesirable", "in", "their", "eyes"]}, "5941": {"text": "I would n't say I 'm looking at things too literally .", "tokenized_text": ["i", "would", "n", "t", "say", "i", "m", "looking", "at", "things", "too", "literally"]}, "5942": {"text": "I see no reason to believe that the verse says anything other then it 's God doing those things .", "tokenized_text": ["i", "see", "no", "reason", "to", "believe", "that", "the", "verse", "says", "anything", "other", "then", "it", "s", "god", "doing", "those", "things"]}, "5943": {"text": "You may aswell start up a party called British Racist Party , the word fascist is deemed as bad if not worse .", "tokenized_text": ["you", "may", "aswell", "start", "up", "a", "party", "called", "british", "racist", "party", "the", "word", "fascist", "is", "deemed", "as", "bad", "if", "not", "worse"]}, "5944": {"text": "You cannot buy an identity , or even work your balls off for nothing for one .", "tokenized_text": ["you", "cannot", "buy", "an", "identity", "or", "even", "work", "your", "balls", "off", "for", "nothing", "for", "one"]}, "5945": {"text": "These here parents need to go home and get one .", "tokenized_text": ["these", "here", "parents", "need", "to", "go", "home", "and", "get", "one"]}, "5946": {"text": "They are no better than their daughters , they should have disowned them instead of parading a kid around town that looks nothing like them .", "tokenized_text": ["they", "are", "no", "better", "than", "their", "daughters", "they", "should", "have", "disowned", "them", "instead", "of", "parading", "a", "kid", "around", "town", "that", "looks", "nothing", "like", "them"]}, "5947": {"text": "http://exopolitics.blogs.com/files/eu-collective.pdf Have a read , this was wrote in the 70s .", "tokenized_text": ["http", "exopolitics", "blogs", "com", "files", "eu", "collective", "pdf", "have", "a", "read", "this", "was", "wrote", "in", "the", "70s"]}, "5948": {"text": "In this text there is a table of how they are going to destroy our culture and implement their communist state .", "tokenized_text": ["in", "this", "text", "there", "is", "a", "table", "of", "how", "they", "are", "going", "to", "destroy", "our", "culture", "and", "implement", "their", "communist", "state"]}, "5949": {"text": "When I first saw this advertised it cracked me up , the fact that the white kid was made to look like an antagonist also just added to the laughs", "tokenized_text": ["when", "i", "first", "saw", "this", "advertised", "it", "cracked", "me", "up", "the", "fact", "that", "the", "white", "kid", "was", "made", "to", "look", "like", "an", "antagonist", "also", "just", "added", "to", "the", "laughs"]}, "5950": {"text": "Six years old , our granddaughter came home from school today and announced `` I 'M A MUSLIM ! ''", "tokenized_text": ["six", "years", "old", "our", "granddaughter", "came", "home", "from", "school", "today", "and", "announced", "i", "m", "a", "muslim"]}, "5951": {"text": "Her dad is going to school with her tomorrow ....", "tokenized_text": ["her", "dad", "is", "going", "to", "school", "with", "her", "tomorrow"]}, "5952": {"text": "It seems to mean anything that involves some place where the true white brit can meet and enjoy themselves is gradualy being shut or knocked down probably replace them with mosques .", "tokenized_text": ["it", "seems", "to", "mean", "anything", "that", "involves", "some", "place", "where", "the", "true", "white", "brit", "can", "meet", "and", "enjoy", "themselves", "is", "gradualy", "being", "shut", "or", "knocked", "down", "probably", "replace", "them", "with", "mosques"]}, "5953": {"text": "sounds just like leicester mate ... still what about our porr comrades that live in brighton , when there look out there window , there see the sight of 50 thousand queers there all strtting there * * * * on the street", "tokenized_text": ["sounds", "just", "like", "leicester", "mate", "still", "what", "about", "our", "porr", "comrades", "that", "live", "in", "brighton", "when", "there", "look", "out", "there", "window", "there", "see", "the", "sight", "of", "50", "thousand", "queers", "there", "all", "strtting", "there", "on", "the", "street"]}, "5954": {"text": "i used to post on here a few years back as kruger but for some reason i cant register with that name so here goes with the new one 88 to all i know and to those i will meet", "tokenized_text": ["i", "used", "to", "post", "on", "here", "a", "few", "years", "back", "as", "kruger", "but", "for", "some", "reason", "i", "cant", "register", "with", "that", "name", "so", "here", "goes", "with", "the", "new", "one", "88", "to", "all", "i", "know", "and", "to", "those", "i", "will", "meet"]}, "5955": {"text": "I would like to say a very big welcome to all our new members I have not been around of late but hopefully I will be back here on a more regular basis .", "tokenized_text": ["i", "would", "like", "to", "say", "a", "very", "big", "welcome", "to", "all", "our", "new", "members", "i", "have", "not", "been", "around", "of", "late", "but", "hopefully", "i", "will", "be", "back", "here", "on", "a", "more", "regular", "basis"]}, "5956": {"text": "I will endeavour at some point to go back through to where I left off & greet each of our new members by way of a personal message .", "tokenized_text": ["i", "will", "endeavour", "at", "some", "point", "to", "go", "back", "through", "to", "where", "i", "left", "off", "greet", "each", "of", "our", "new", "members", "by", "way", "of", "a", "personal", "message"]}, "5957": {"text": "The census results will be released next year .", "tokenized_text": ["the", "census", "results", "will", "be", "released", "next", "year"]}, "5958": {"text": "I wonder how they 'll paint them up plus the 1million or more illegals who are working in the service industry living in their bosses ' cupboards .", "tokenized_text": ["i", "wonder", "how", "they", "ll", "paint", "them", "up", "plus", "the", "1million", "or", "more", "illegals", "who", "are", "working", "in", "the", "service", "industry", "living", "in", "their", "bosses", "cupboards"]}, "5959": {"text": "Send me your phone # I 'll call you when u I land in heathrow I 'm just gonna leave all of my money and all improvements I 've made here .", "tokenized_text": ["send", "me", "your", "phone", "i", "ll", "call", "you", "when", "u", "i", "land", "in", "heathrow", "i", "m", "just", "gonna", "leave", "all", "of", "my", "money", "and", "all", "improvements", "i", "ve", "made", "here"]}, "5960": {"text": "Gotta travel light , governor .", "tokenized_text": ["gotta", "travel", "light", "governor"]}, "5961": {"text": "A lurker from Down Under , a grandson of a royal marine green beret whom stormed Normandy and served in the pacific .", "tokenized_text": ["a", "lurker", "from", "down", "under", "a", "grandson", "of", "a", "royal", "marine", "green", "beret", "whom", "stormed", "normandy", "and", "served", "in", "the", "pacific"]}, "5962": {"text": "Fight proud England , Fight", "tokenized_text": ["fight", "proud", "england", "fight"]}, "5963": {"text": "They may be on to something Gay Men Will Marry Your Girlfriends - YouTube P.S. Please do n't bite my head off , this is mostly for entertainment purposes .", "tokenized_text": ["they", "may", "be", "on", "to", "something", "gay", "men", "will", "marry", "your", "girlfriends", "youtube", "p", "s", "please", "do", "n", "t", "bite", "my", "head", "off", "this", "is", "mostly", "for", "entertainment", "purposes"]}, "5964": {"text": "I'm going to say UKIP as they seem like at least a small step in the right direction but at the same time i 'm not sure what to make of all the theory 's that they are a distraction party and will just do the same as all the others when they get in ?", "tokenized_text": ["i", "m", "going", "to", "say", "ukip", "as", "they", "seem", "like", "at", "least", "a", "small", "step", "in", "the", "right", "direction", "but", "at", "the", "same", "time", "i", "m", "not", "sure", "what", "to", "make", "of", "all", "the", "theory", "s", "that", "they", "are", "a", "distraction", "party", "and", "will", "just", "do", "the", "same", "as", "all", "the", "others", "when", "they", "get", "in"]}, "5965": {"text": "You need to wish them well and get on with your life , start a family of your own , that 's coming from someone who is working on the second part of what I told ya !", "tokenized_text": ["you", "need", "to", "wish", "them", "well", "and", "get", "on", "with", "your", "life", "start", "a", "family", "of", "your", "own", "that", "s", "coming", "from", "someone", "who", "is", "working", "on", "the", "second", "part", "of", "what", "i", "told", "ya"]}, "5966": {"text": "Scumbag swine Churchill .", "tokenized_text": ["scumbag", "swine", "churchill"]}, "5967": {"text": "He and Roosevelt deserve to die a thousand deaths .", "tokenized_text": ["he", "and", "roosevelt", "deserve", "to", "die", "a", "thousand", "deaths"]}, "5968": {"text": "Let them , their families and anyone who knows or like them have their children burn in front of them and watch their flesh melt off of their bodies .", "tokenized_text": ["let", "them", "their", "families", "and", "anyone", "who", "knows", "or", "like", "them", "have", "their", "children", "burn", "in", "front", "of", "them", "and", "watch", "their", "flesh", "melt", "off", "of", "their", "bodies"]}, "5969": {"text": "Just saying .", "tokenized_text": ["just", "saying"]}, "5970": {"text": "Welcome to SF Britain great white brit I must say the influx of new members so far this month is very good news .", "tokenized_text": ["welcome", "to", "sf", "britain", "great", "white", "brit", "i", "must", "say", "the", "influx", "of", "new", "members", "so", "far", "this", "month", "is", "very", "good", "news"]}, "5971": {"text": "Manslaughter?", "tokenized_text": ["manslaughter"]}, "5972": {"text": "How about sticking the word hate on the police report and get the sentence quadrupled ?", "tokenized_text": ["how", "about", "sticking", "the", "word", "hate", "on", "the", "police", "report", "and", "get", "the", "sentence", "quadrupled"]}, "5973": {"text": "I have to wonder exactly how far the indoctrination is going these days for such a hateful and sickening reaction to a free mind .", "tokenized_text": ["i", "have", "to", "wonder", "exactly", "how", "far", "the", "indoctrination", "is", "going", "these", "days", "for", "such", "a", "hateful", "and", "sickening", "reaction", "to", "a", "free", "mind"]}, "5974": {"text": "im with you here I see it day in day out like everyone else its easy to sit back and watch but together we are strong and its good to be with like minded people", "tokenized_text": ["im", "with", "you", "here", "i", "see", "it", "day", "in", "day", "out", "like", "everyone", "else", "its", "easy", "to", "sit", "back", "and", "watch", "but", "together", "we", "are", "strong", "and", "its", "good", "to", "be", "with", "like", "minded", "people"]}, "5975": {"text": "Hi I just popped in for a minute to say a quick ' Hello ' to The Gamekeeper from a friend in Belfast .", "tokenized_text": ["hi", "i", "just", "popped", "in", "for", "a", "minute", "to", "say", "a", "quick", "hello", "to", "the", "gamekeeper", "from", "a", "friend", "in", "belfast"]}, "5976": {"text": "How are you mate ?", "tokenized_text": ["how", "are", "you", "mate"]}, "5977": {"text": "Liberals change the facts to fit their deluded narrative , intelligent people change the narrative to fit the facts .", "tokenized_text": ["liberals", "change", "the", "facts", "to", "fit", "their", "deluded", "narrative", "intelligent", "people", "change", "the", "narrative", "to", "fit", "the", "facts"]}, "5978": {"text": "The greatest result of this is that their narrative will become so estranged from the truth it will HELP wake people up .", "tokenized_text": ["the", "greatest", "result", "of", "this", "is", "that", "their", "narrative", "will", "become", "so", "estranged", "from", "the", "truth", "it", "will", "help", "wake", "people", "up"]}, "5979": {"text": "Thank you Reaction65 ..", "tokenized_text": ["thank", "you", "reaction65"]}, "5980": {"text": "Im just glad there is a platform for us like minded whites to talk openly about the troubles we face without being dragged through the courts on hate charges ..", "tokenized_text": ["im", "just", "glad", "there", "is", "a", "platform", "for", "us", "like", "minded", "whites", "to", "talk", "openly", "about", "the", "troubles", "we", "face", "without", "being", "dragged", "through", "the", "courts", "on", "hate", "charges"]}, "5981": {"text": "Cheers", "tokenized_text": ["cheers"]}, "5982": {"text": "It was the same men who did all of it is what I 'm saying .", "tokenized_text": ["it", "was", "the", "same", "men", "who", "did", "all", "of", "it", "is", "what", "i", "m", "saying"]}, "5983": {"text": "You cannot judge the country and its people on those men alone .", "tokenized_text": ["you", "cannot", "judge", "the", "country", "and", "its", "people", "on", "those", "men", "alone"]}, "5984": {"text": "It was not multiple gangs .", "tokenized_text": ["it", "was", "not", "multiple", "gangs"]}, "5985": {"text": "Welcome to Fritz Klingingberg , loyaldefender , c13 and anyone else who may have started posting recently .", "tokenized_text": ["welcome", "to", "fritz", "klingingberg", "loyaldefender", "c13", "and", "anyone", "else", "who", "may", "have", "started", "posting", "recently"]}, "5986": {"text": "I hope you all stick around on SF and become involved/stay involved with nationalist politics .", "tokenized_text": ["i", "hope", "you", "all", "stick", "around", "on", "sf", "and", "become", "involved", "stay", "involved", "with", "nationalist", "politics"]}, "5987": {"text": "http://www.natfront.com/join.html", "tokenized_text": ["http", "www", "natfront", "com", "join", "html"]}, "5988": {"text": "I was trying to find out if the Egyptians were white or not and my search brought me to a thread on this site .", "tokenized_text": ["i", "was", "trying", "to", "find", "out", "if", "the", "egyptians", "were", "white", "or", "not", "and", "my", "search", "brought", "me", "to", "a", "thread", "on", "this", "site"]}, "5989": {"text": "Mass media , Academia plus the news and entertainment in which parents allow , actually allow their children to watch and be educated with is a massive problem .", "tokenized_text": ["mass", "media", "academia", "plus", "the", "news", "and", "entertainment", "in", "which", "parents", "allow", "actually", "allow", "their", "children", "to", "watch", "and", "be", "educated", "with", "is", "a", "massive", "problem"]}, "5990": {"text": "You 're bang on .", "tokenized_text": ["you", "re", "bang", "on"]}, "5991": {"text": "That is The NWO beast .", "tokenized_text": ["that", "is", "the", "nwo", "beast"]}, "5992": {"text": "Hello.", "tokenized_text": ["hello"]}, "5993": {"text": "This is my first post .", "tokenized_text": ["this", "is", "my", "first", "post"]}, "5994": {"text": "Will someone kindly tell me how to enter my signature ?", "tokenized_text": ["will", "someone", "kindly", "tell", "me", "how", "to", "enter", "my", "signature"]}, "5995": {"text": "I have searched the User CP section but cannot find any way to do it !", "tokenized_text": ["i", "have", "searched", "the", "user", "cp", "section", "but", "cannot", "find", "any", "way", "to", "do", "it"]}, "5996": {"text": "Was walking through tooting broadway in SW London a couple of weeks ago .... was the only white dude around and all I could see was nigs and pakis walking down the street spitting , made me feel ill !", "tokenized_text": ["was", "walking", "through", "tooting", "broadway", "in", "sw", "london", "a", "couple", "of", "weeks", "ago", "was", "the", "only", "white", "dude", "around", "and", "all", "i", "could", "see", "was", "nigs", "and", "pakis", "walking", "down", "the", "street", "spitting", "made", "me", "feel", "ill"]}, "5997": {"text": "We should be able to have guns in the UK most of the criminals have them so why not we need to protect ourselfs as well !", "tokenized_text": ["we", "should", "be", "able", "to", "have", "guns", "in", "the", "uk", "most", "of", "the", "criminals", "have", "them", "so", "why", "not", "we", "need", "to", "protect", "ourselfs", "as", "well"]}, "5998": {"text": "I think this member meant this for stress relief .", "tokenized_text": ["i", "think", "this", "member", "meant", "this", "for", "stress", "relief"]}, "5999": {"text": "I used to know several guys at various times turn to this for this purpose", "tokenized_text": ["i", "used", "to", "know", "several", "guys", "at", "various", "times", "turn", "to", "this", "for", "this", "purpose"]}, "6000": {"text": "Kurds in Berlin : Germany : Watch thousands of Kurdish protesters rally in Berlin - YouTube and Hamburg : Germany : See Hamburg SWAMPED in anti-IS global action day - YouTube Munich : Zwei Zwillings-Paare kommen munter und gesund zur Welt - M\u00c3 1\\/4 nchen - Bild.de", "tokenized_text": ["kurds", "in", "berlin", "germany", "watch", "thousands", "of", "kurdish", "protesters", "rally", "in", "berlin", "youtube", "and", "hamburg", "germany", "see", "hamburg", "swamped", "in", "anti", "is", "global", "action", "day", "youtube", "munich", "zwei", "zwillings", "paare", "kommen", "munter", "und", "gesund", "zur", "welt", "m\u00e3", "1", "4", "nchen", "bild", "de"]}, "6001": {"text": "Old postcard of Zebowice ( Zembowitz-Fohrendorf ) in Upper Silesia , it is the town with the largest percentage of the German Minority in Poland .", "tokenized_text": ["old", "postcard", "of", "zebowice", "zembowitz", "fohrendorf", "in", "upper", "silesia", "it", "is", "the", "town", "with", "the", "largest", "percentage", "of", "the", "german", "minority", "in", "poland"]}, "6002": {"text": "It's their birth rate that people always forget .", "tokenized_text": ["it", "s", "their", "birth", "rate", "that", "people", "always", "forget"]}, "6003": {"text": "In Africa it is traditional to have lots of children and they bring that with them to Europe .", "tokenized_text": ["in", "africa", "it", "is", "traditional", "to", "have", "lots", "of", "children", "and", "they", "bring", "that", "with", "them", "to", "europe"]}, "6004": {"text": "It's a pity that for many people here things are that simple when it 's about Poland .", "tokenized_text": ["it", "s", "a", "pity", "that", "for", "many", "people", "here", "things", "are", "that", "simple", "when", "it", "s", "about", "poland"]}, "6005": {"text": "Imagine that someone tells that it 's your fault because you provoked Russians or some similar idiotic bullcrap .", "tokenized_text": ["imagine", "that", "someone", "tells", "that", "it", "s", "your", "fault", "because", "you", "provoked", "russians", "or", "some", "similar", "idiotic", "bullcrap"]}, "6006": {"text": "Please, feel welcome to learn more about the history of the Macedonian Patriotic Organization , its traditional Bulgarian character and the activities this organization provided for the community and its goals and purposes of today .", "tokenized_text": ["please", "feel", "welcome", "to", "learn", "more", "about", "the", "history", "of", "the", "macedonian", "patriotic", "organization", "its", "traditional", "bulgarian", "character", "and", "the", "activities", "this", "organization", "provided", "for", "the", "community", "and", "its", "goals", "and", "purposes", "of", "today"]}, "6007": {"text": "Looking at this thread , Slavs have some of the most beautiful nature on this planet .", "tokenized_text": ["looking", "at", "this", "thread", "slavs", "have", "some", "of", "the", "most", "beautiful", "nature", "on", "this", "planet"]}, "6008": {"text": "Lets keep it that way and not destroy it Check out this ice cave in Dob\u0161in\u00e1 Its frigging cold in there", "tokenized_text": ["lets", "keep", "it", "that", "way", "and", "not", "destroy", "it", "check", "out", "this", "ice", "cave", "in", "dob\u0161in\u00e1", "its", "frigging", "cold", "in", "there"]}, "6009": {"text": "If I was Ukrainian , I 'd sign a pact with devil himself to get rid of jewdo-islam Putinistan AKA Russian Federation ....", "tokenized_text": ["if", "i", "was", "ukrainian", "i", "d", "sign", "a", "pact", "with", "devil", "himself", "to", "get", "rid", "of", "jewdo", "islam", "putinistan", "aka", "russian", "federation"]}, "6010": {"text": "We spoke once about our own sub forum , but answer was strict .", "tokenized_text": ["we", "spoke", "once", "about", "our", "own", "sub", "forum", "but", "answer", "was", "strict"]}, "6011": {"text": "There are no plans for any new sub-forums on SF Europe .", "tokenized_text": ["there", "are", "no", "plans", "for", "any", "new", "sub", "forums", "on", "sf", "europe"]}, "6012": {"text": "So it 's not enough Professor Ratajczak 's life was destroyed when he was fired , some filthy desert rat from Israel still had to go kill him ?", "tokenized_text": ["so", "it", "s", "not", "enough", "professor", "ratajczak", "s", "life", "was", "destroyed", "when", "he", "was", "fired", "some", "filthy", "desert", "rat", "from", "israel", "still", "had", "to", "go", "kill", "him"]}, "6013": {"text": "Typical .", "tokenized_text": ["typical"]}, "6014": {"text": "Woman get shot by a unseen shooter probably hide in the building in an attempt to dissuad protester to take this building .", "tokenized_text": ["woman", "get", "shot", "by", "a", "unseen", "shooter", "probably", "hide", "in", "the", "building", "in", "an", "attempt", "to", "dissuad", "protester", "to", "take", "this", "building"]}, "6015": {"text": "Other shooting at protester Shooting to people in Kiev / ???????? ?? ???????????? ? ?????", "tokenized_text": ["other", "shooting", "at", "protester", "shooting", "to", "people", "in", "kiev"]}, "6016": {"text": "- YouTube", "tokenized_text": ["youtube"]}, "6017": {"text": "video deleted reupload please please people make maximum stuff graphics wall painting video and stuff dont let media and internet censorship minimize this affair .", "tokenized_text": ["video", "deleted", "reupload", "please", "please", "people", "make", "maximum", "stuff", "graphics", "wall", "painting", "video", "and", "stuff", "dont", "let", "media", "and", "internet", "censorship", "minimize", "this", "affair"]}, "6018": {"text": "North Irish militants forcing police from their homes Police in Northern Ireland are being forced to flee their homes by nationalist militants stepping up attacks on a force they consider to be a symbol of British rule , a police official said on Wednesday .", "tokenized_text": ["north", "irish", "militants", "forcing", "police", "from", "their", "homes", "police", "in", "northern", "ireland", "are", "being", "forced", "to", "flee", "their", "homes", "by", "nationalist", "militants", "stepping", "up", "attacks", "on", "a", "force", "they", "consider", "to", "be", "a", "symbol", "of", "british", "rule", "a", "police", "official", "said", "on", "wednesday"]}, "6019": {"text": "http://ca.reuters.com/article/topNews/idCATRE75S52620110629", "tokenized_text": ["http", "ca", "reuters", "com", "article", "topnews", "idcatre75s52620110629"]}, "6020": {"text": "One day when true people come to power in italy they will have to go back where they came from ! Italy to Italians !!", "tokenized_text": ["one", "day", "when", "true", "people", "come", "to", "power", "in", "italy", "they", "will", "have", "to", "go", "back", "where", "they", "came", "from", "italy", "to", "italians"]}, "6021": {"text": "That's vile , but I ca n't say it 's a big shock , their culture seems to glorify that sort of behaviour ...", "tokenized_text": ["that", "s", "vile", "but", "i", "ca", "n", "t", "say", "it", "s", "a", "big", "shock", "their", "culture", "seems", "to", "glorify", "that", "sort", "of", "behaviour"]}, "6022": {"text": "Let's not start spreading those Croatian lies about Serbs being mixed with Gypsy 's and Turks , look we are both Christian white Slavs .", "tokenized_text": ["let", "s", "not", "start", "spreading", "those", "croatian", "lies", "about", "serbs", "being", "mixed", "with", "gypsy", "s", "and", "turks", "look", "we", "are", "both", "christian", "white", "slavs"]}, "6023": {"text": "Ugh...", "tokenized_text": ["ugh"]}, "6024": {"text": "I have a feeling though that propaganda photos like these will have the reverse of the desired effect .", "tokenized_text": ["i", "have", "a", "feeling", "though", "that", "propaganda", "photos", "like", "these", "will", "have", "the", "reverse", "of", "the", "desired", "effect"]}, "6025": {"text": "God willing .", "tokenized_text": ["god", "willing"]}, "6026": {"text": "There are lot 's of asiatic people besides turks .", "tokenized_text": ["there", "are", "lot", "s", "of", "asiatic", "people", "besides", "turks"]}, "6027": {"text": "My last post here if you do n't post in Macedonian thread .", "tokenized_text": ["my", "last", "post", "here", "if", "you", "do", "n", "t", "post", "in", "macedonian", "thread"]}, "6028": {"text": "saysay.jpg say say with a candle 2.jpg This is my nearly 3 year old cat called Say-Say .", "tokenized_text": ["saysay", "jpg", "say", "say", "with", "a", "candle", "2", "jpg", "this", "is", "my", "nearly", "3", "year", "old", "cat", "called", "say", "say"]}, "6029": {"text": "His full name is Saylum .", "tokenized_text": ["his", "full", "name", "is", "saylum"]}, "6030": {"text": "Sorry I did n't get too cut her this weekend she was sick .", "tokenized_text": ["sorry", "i", "did", "n", "t", "get", "too", "cut", "her", "this", "weekend", "she", "was", "sick"]}, "6031": {"text": "I was actually scared a few times .", "tokenized_text": ["i", "was", "actually", "scared", "a", "few", "times"]}, "6032": {"text": "She was dragging her blanket around and went in the closet to get her warm sweater .", "tokenized_text": ["she", "was", "dragging", "her", "blanket", "around", "and", "went", "in", "the", "closet", "to", "get", "her", "warm", "sweater"]}, "6033": {"text": "Yeah.", "tokenized_text": ["yeah"]}, "6034": {"text": "As a matter of fact , I do kinda notice that among them .", "tokenized_text": ["as", "a", "matter", "of", "fact", "i", "do", "kinda", "notice", "that", "among", "them"]}, "6035": {"text": "It 's usually the `` gangstas '' that use this pose .. and some scene kids , but even scene kids listen to ( c ) rap / hip hop , so ..", "tokenized_text": ["it", "s", "usually", "the", "gangstas", "that", "use", "this", "pose", "and", "some", "scene", "kids", "but", "even", "scene", "kids", "listen", "to", "c", "rap", "hip", "hop", "so"]}, "6036": {"text": "Haha Doze gangstaas don kno sheeeeiit bout pimpin", "tokenized_text": ["haha", "doze", "gangstaas", "don", "kno", "sheeeeiit", "bout", "pimpin"]}, "6037": {"text": "It's Mein Kampf and no he never said anything about killing every jew on the earth like the jews claim he wanted to do .", "tokenized_text": ["it", "s", "mein", "kampf", "and", "no", "he", "never", "said", "anything", "about", "killing", "every", "jew", "on", "the", "earth", "like", "the", "jews", "claim", "he", "wanted", "to", "do"]}, "6038": {"text": "As long as she does n't look like she just came off the set for a rap video or wears sweatpants in public I 'm pretty flexible .", "tokenized_text": ["as", "long", "as", "she", "does", "n", "t", "look", "like", "she", "just", "came", "off", "the", "set", "for", "a", "rap", "video", "or", "wears", "sweatpants", "in", "public", "i", "m", "pretty", "flexible"]}, "6039": {"text": "It could just be vanity and not wanting to be seen wearing a hearing aid as maybe they see it as an `` old persons '' thing .", "tokenized_text": ["it", "could", "just", "be", "vanity", "and", "not", "wanting", "to", "be", "seen", "wearing", "a", "hearing", "aid", "as", "maybe", "they", "see", "it", "as", "an", "old", "persons", "thing"]}, "6040": {"text": "The ability to run really quietly and lots of chloroform .", "tokenized_text": ["the", "ability", "to", "run", "really", "quietly", "and", "lots", "of", "chloroform"]}, "6041": {"text": "You gotta surprise them ' else they get away .", "tokenized_text": ["you", "gotta", "surprise", "them", "else", "they", "get", "away"]}, "6042": {"text": "Works for me .", "tokenized_text": ["works", "for", "me"]}, "6043": {"text": "Few pics taken this summer ...", "tokenized_text": ["few", "pics", "taken", "this", "summer"]}, "6044": {"text": "Eeeeh , that was a great summer .", "tokenized_text": ["eeeeh", "that", "was", "a", "great", "summer"]}, "6045": {"text": "My friend Mar with nice blue-eyed cat .", "tokenized_text": ["my", "friend", "mar", "with", "nice", "blue", "eyed", "cat"]}, "6046": {"text": "Me and Pawel .", "tokenized_text": ["me", "and", "pawel"]}, "6047": {"text": "mine was when i was about 5 or 6 , she was the same age. julie was her name blond and used to hum while eating , i remember the kiss was in the bushes behind a garden. last i heard she became a jehovas witness. ah well .", "tokenized_text": ["mine", "was", "when", "i", "was", "about", "5", "or", "6", "she", "was", "the", "same", "age", "julie", "was", "her", "name", "blond", "and", "used", "to", "hum", "while", "eating", "i", "remember", "the", "kiss", "was", "in", "the", "bushes", "behind", "a", "garden", "last", "i", "heard", "she", "became", "a", "jehovas", "witness", "ah", "well"]}, "6048": {"text": "I believe Bound for Glory is an Oi band similar to Rahowa or Skrewdriver .", "tokenized_text": ["i", "believe", "bound", "for", "glory", "is", "an", "oi", "band", "similar", "to", "rahowa", "or", "skrewdriver"]}, "6049": {"text": "Someone can correct me if I 'm wrong", "tokenized_text": ["someone", "can", "correct", "me", "if", "i", "m", "wrong"]}, "6050": {"text": "That or they where just lazy and did n't want to digg two graves for a fallen soldier .", "tokenized_text": ["that", "or", "they", "where", "just", "lazy", "and", "did", "n", "t", "want", "to", "digg", "two", "graves", "for", "a", "fallen", "soldier"]}, "6051": {"text": "It was a brutal war .", "tokenized_text": ["it", "was", "a", "brutal", "war"]}, "6052": {"text": "It looks like everyone got haircuts at the door except you and your friend .", "tokenized_text": ["it", "looks", "like", "everyone", "got", "haircuts", "at", "the", "door", "except", "you", "and", "your", "friend"]}, "6053": {"text": "That lady is short next to everyone else .", "tokenized_text": ["that", "lady", "is", "short", "next", "to", "everyone", "else"]}, "6054": {"text": "Is that sign like Passop ? danger .", "tokenized_text": ["is", "that", "sign", "like", "passop", "danger"]}, "6055": {"text": "Just badly spelt like everything else in Holland ?", "tokenized_text": ["just", "badly", "spelt", "like", "everything", "else", "in", "holland"]}, "6056": {"text": "My God look who just finished his Taco for lunch !", "tokenized_text": ["my", "god", "look", "who", "just", "finished", "his", "taco", "for", "lunch"]}, "6057": {"text": "No comment ?", "tokenized_text": ["no", "comment"]}, "6058": {"text": "Guess you must have forgotten engles from lack of use Try it is espagnol !", "tokenized_text": ["guess", "you", "must", "have", "forgotten", "engles", "from", "lack", "of", "use", "try", "it", "is", "espagnol"]}, "6059": {"text": "j A friend of mine had a new car and brought it to jiffy lube and they forgot to put oil in it .", "tokenized_text": ["j", "a", "friend", "of", "mine", "had", "a", "new", "car", "and", "brought", "it", "to", "jiffy", "lube", "and", "they", "forgot", "to", "put", "oil", "in", "it"]}, "6060": {"text": "8000 $ later ( paid for byJiffylube ) his car was as good as new .", "tokenized_text": ["8000", "later", "paid", "for", "byjiffylube", "his", "car", "was", "as", "good", "as", "new"]}, "6061": {"text": "yes there 's many of us in the Chicago area .", "tokenized_text": ["yes", "there", "s", "many", "of", "us", "in", "the", "chicago", "area"]}, "6062": {"text": "In fact Cyberfascist and I were trying to figure out a good spot for us to all meet .", "tokenized_text": ["in", "fact", "cyberfascist", "and", "i", "were", "trying", "to", "figure", "out", "a", "good", "spot", "for", "us", "to", "all", "meet"]}, "6063": {"text": "Very nice I have a problem with clutter in my room , I would need to throw a hell of a lot out to make mine over but good job", "tokenized_text": ["very", "nice", "i", "have", "a", "problem", "with", "clutter", "in", "my", "room", "i", "would", "need", "to", "throw", "a", "hell", "of", "a", "lot", "out", "to", "make", "mine", "over", "but", "good", "job"]}, "6064": {"text": "hey, maybe we can meet before I go back to school , if you want to just PM me and I can give you my AIM , yahoo , MSN ICQ whatever 2508", "tokenized_text": ["hey", "maybe", "we", "can", "meet", "before", "i", "go", "back", "to", "school", "if", "you", "want", "to", "just", "pm", "me", "and", "i", "can", "give", "you", "my", "aim", "yahoo", "msn", "icq", "whatever", "2508"]}, "6065": {"text": "Well it was only an animal instinct .", "tokenized_text": ["well", "it", "was", "only", "an", "animal", "instinct"]}, "6066": {"text": "As I have say , they do not think their acts as humans do .", "tokenized_text": ["as", "i", "have", "say", "they", "do", "not", "think", "their", "acts", "as", "humans", "do"]}, "6067": {"text": "Some humans do not think them too sometimes .", "tokenized_text": ["some", "humans", "do", "not", "think", "them", "too", "sometimes"]}, "6068": {"text": "2508", "tokenized_text": ["2508"]}, "6069": {"text": "hey whats up i 'm new on here and i would like to have someone to talk to so hit me back for whatever", "tokenized_text": ["hey", "whats", "up", "i", "m", "new", "on", "here", "and", "i", "would", "like", "to", "have", "someone", "to", "talk", "to", "so", "hit", "me", "back", "for", "whatever"]}, "6070": {"text": "Hi its great to hear from all of u .", "tokenized_text": ["hi", "its", "great", "to", "hear", "from", "all", "of", "u"]}, "6071": {"text": "Sry I didnt respond sooner but right now im using free aol accounts", "tokenized_text": ["sry", "i", "didnt", "respond", "sooner", "but", "right", "now", "im", "using", "free", "aol", "accounts"]}, "6072": {"text": "hi read your post and my name is james from australia , and would like to well write to such a pleasent person as yourself have a nice day !", "tokenized_text": ["hi", "read", "your", "post", "and", "my", "name", "is", "james", "from", "australia", "and", "would", "like", "to", "well", "write", "to", "such", "a", "pleasent", "person", "as", "yourself", "have", "a", "nice", "day"]}, "6073": {"text": "Hello from gainesville , I lived in Orlando for about 4 months good money bartending at the BBQ bar , but too many Rican sharps ... ugh 88/14 JJ", "tokenized_text": ["hello", "from", "gainesville", "i", "lived", "in", "orlando", "for", "about", "4", "months", "good", "money", "bartending", "at", "the", "bbq", "bar", "but", "too", "many", "rican", "sharps", "ugh", "88", "14", "jj"]}, "6074": {"text": "lookin for white friends online ! i 'm from mexico , and i would like to meet people interested in nordic black metal and the holocaust so we can send mails to each other. : attack", "tokenized_text": ["lookin", "for", "white", "friends", "online", "i", "m", "from", "mexico", "and", "i", "would", "like", "to", "meet", "people", "interested", "in", "nordic", "black", "metal", "and", "the", "holocaust", "so", "we", "can", "send", "mails", "to", "each", "other", "attack"]}, "6075": {"text": "I live in Stevens Point .", "tokenized_text": ["i", "live", "in", "stevens", "point"]}, "6076": {"text": "There have been more people coming on this board that live in the central Wisconsin area since I have started coming on here .", "tokenized_text": ["there", "have", "been", "more", "people", "coming", "on", "this", "board", "that", "live", "in", "the", "central", "wisconsin", "area", "since", "i", "have", "started", "coming", "on", "here"]}, "6077": {"text": "I live in So Cal and it is always nice to know that i have another white friend around .......", "tokenized_text": ["i", "live", "in", "so", "cal", "and", "it", "is", "always", "nice", "to", "know", "that", "i", "have", "another", "white", "friend", "around"]}, "6078": {"text": "Wanna talk im or pm me", "tokenized_text": ["wanna", "talk", "im", "or", "pm", "me"]}, "6079": {"text": "well sounds like were looking for the same thing ( but i have no idea if this is actually going to you !!! lol )", "tokenized_text": ["well", "sounds", "like", "were", "looking", "for", "the", "same", "thing", "but", "i", "have", "no", "idea", "if", "this", "is", "actually", "going", "to", "you", "lol"]}, "6080": {"text": "well hey as a skinhead of the holy war myself you have no need to start a gruop just join up with the out law church of the creator. : attack", "tokenized_text": ["well", "hey", "as", "a", "skinhead", "of", "the", "holy", "war", "myself", "you", "have", "no", "need", "to", "start", "a", "gruop", "just", "join", "up", "with", "the", "out", "law", "church", "of", "the", "creator", "attack"]}, "6081": {"text": "hey, im from manhattan. its really rough havin beliefs like us and living in a city like new york. if anybody would like to meet or talk to a white nationalist , neo-confederate , klansman , teenager from manhattan , just email me sk8terxxl@aol.com", "tokenized_text": ["hey", "im", "from", "manhattan", "its", "really", "rough", "havin", "beliefs", "like", "us", "and", "living", "in", "a", "city", "like", "new", "york", "if", "anybody", "would", "like", "to", "meet", "or", "talk", "to", "a", "white", "nationalist", "neo", "confederate", "klansman", "teenager", "from", "manhattan", "just", "email", "me", "sk8terxxl", "aol", "com"]}, "6082": {"text": "if any one has any info on the austin texas band Straight Laced any info please contact me at skinranger@yahoo.com white power 88", "tokenized_text": ["if", "any", "one", "has", "any", "info", "on", "the", "austin", "texas", "band", "straight", "laced", "any", "info", "please", "contact", "me", "at", "skinranger", "yahoo", "com", "white", "power", "88"]}, "6083": {"text": "hey, hows are you i live in georgia , if you wanna talk just P.M. me like to talk to you. maybe ill see you in POWDERLY , KY for NORDICFEST .", "tokenized_text": ["hey", "hows", "are", "you", "i", "live", "in", "georgia", "if", "you", "wanna", "talk", "just", "p", "m", "me", "like", "to", "talk", "to", "you", "maybe", "ill", "see", "you", "in", "powderly", "ky", "for", "nordicfest"]}, "6084": {"text": "14words mikkke14", "tokenized_text": ["14words", "mikkke14"]}, "6085": {"text": "hi im 20 year old male in louisville kentucky and havent found one skin or even any1 proud of being white is there anymore like me out there ?", "tokenized_text": ["hi", "im", "20", "year", "old", "male", "in", "louisville", "kentucky", "and", "havent", "found", "one", "skin", "or", "even", "any1", "proud", "of", "being", "white", "is", "there", "anymore", "like", "me", "out", "there"]}, "6086": {"text": "Hail!Im just looking for like minded white brothers and sisters from arond my area to meet or anyone else for that matter.Hope to hear from you .", "tokenized_text": ["hail", "im", "just", "looking", "for", "like", "minded", "white", "brothers", "and", "sisters", "from", "arond", "my", "area", "to", "meet", "or", "anyone", "else", "for", "that", "matter", "hope", "to", "hear", "from", "you"]}, "6087": {"text": "I'm from France but it 's so hard to find any people who are proud to be white and who share the same ideas than me.Let me know ... :", "tokenized_text": ["i", "m", "from", "france", "but", "it", "s", "so", "hard", "to", "find", "any", "people", "who", "are", "proud", "to", "be", "white", "and", "who", "share", "the", "same", "ideas", "than", "me", "let", "me", "know"]}, "6088": {"text": "looking for a white only female for friendship or more .must have strong moral background and a sound beleif in the white race.lets talk .", "tokenized_text": ["looking", "for", "a", "white", "only", "female", "for", "friendship", "or", "more", "must", "have", "strong", "moral", "background", "and", "a", "sound", "beleif", "in", "the", "white", "race", "lets", "talk"]}, "6089": {"text": "I only just got done reading about it presumably after it was already wrapped up , and the cake cut .", "tokenized_text": ["i", "only", "just", "got", "done", "reading", "about", "it", "presumably", "after", "it", "was", "already", "wrapped", "up", "and", "the", "cake", "cut"]}, "6090": {"text": "But may You always love each other the way You have loved each other today .", "tokenized_text": ["but", "may", "you", "always", "love", "each", "other", "the", "way", "you", "have", "loved", "each", "other", "today"]}, "6091": {"text": "I'm looking for a white enchanting girl , That I can have by my side , . through the thick filth that us americans go through and the best of times aswell .", "tokenized_text": ["i", "m", "looking", "for", "a", "white", "enchanting", "girl", "that", "i", "can", "have", "by", "my", "side", "through", "the", "thick", "filth", "that", "us", "americans", "go", "through", "and", "the", "best", "of", "times", "aswell"]}, "6092": {"text": "I 'm 19 , 150lbs. green eyes , light brown hair , good features. good looking to myself , and maybe to you , k.i.t emerald714@hotmail.com", "tokenized_text": ["i", "m", "19", "150lbs", "green", "eyes", "light", "brown", "hair", "good", "features", "good", "looking", "to", "myself", "and", "maybe", "to", "you", "k", "i", "t", "emerald714", "hotmail", "com"]}, "6093": {"text": "want someone who will be a friend and a girlfriend and that will like me for me and not walk all over me . i like the outdoors , camping , hiking , movies. my fav. color is white and like country music and i also like tattoos .", "tokenized_text": ["want", "someone", "who", "will", "be", "a", "friend", "and", "a", "girlfriend", "and", "that", "will", "like", "me", "for", "me", "and", "not", "walk", "all", "over", "me", "i", "like", "the", "outdoors", "camping", "hiking", "movies", "my", "fav", "color", "is", "white", "and", "like", "country", "music", "and", "i", "also", "like", "tattoos"]}, "6094": {"text": "Hi my name is Chris I 'm 35 looking for white ladies to go on dates with that are devoted to one man .", "tokenized_text": ["hi", "my", "name", "is", "chris", "i", "m", "35", "looking", "for", "white", "ladies", "to", "go", "on", "dates", "with", "that", "are", "devoted", "to", "one", "man"]}, "6095": {"text": "I 'm single and live in elizabeth , NJ", "tokenized_text": ["i", "m", "single", "and", "live", "in", "elizabeth", "nj"]}, "6096": {"text": "i want to meet a single girl in alberta that has the same ideas as me , and wants to meet a 26 y old guy.if your out there let me know .", "tokenized_text": ["i", "want", "to", "meet", "a", "single", "girl", "in", "alberta", "that", "has", "the", "same", "ideas", "as", "me", "and", "wants", "to", "meet", "a", "26", "y", "old", "guy", "if", "your", "out", "there", "let", "me", "know"]}, "6097": {"text": "hi. i live in florida. dont worry i dont have a boyfriend. not that no one will ask me out , but they are all * * * * * * lovers .", "tokenized_text": ["hi", "i", "live", "in", "florida", "dont", "worry", "i", "dont", "have", "a", "boyfriend", "not", "that", "no", "one", "will", "ask", "me", "out", "but", "they", "are", "all", "lovers"]}, "6098": {"text": "I'm not sure if these people are in your area , but they 're in PA : American Nationalist Union P.O. Box 426 Allison Park , PA 15101 http://www.anu.org/", "tokenized_text": ["i", "m", "not", "sure", "if", "these", "people", "are", "in", "your", "area", "but", "they", "re", "in", "pa", "american", "nationalist", "union", "p", "o", "box", "426", "allison", "park", "pa", "15101", "http", "www", "anu", "org"]}, "6099": {"text": "I would say bro since no one responded thats not a good sign hehehe Talk to you soon and I hope your brother is doing good !", "tokenized_text": ["i", "would", "say", "bro", "since", "no", "one", "responded", "thats", "not", "a", "good", "sign", "hehehe", "talk", "to", "you", "soon", "and", "i", "hope", "your", "brother", "is", "doing", "good"]}, "6100": {"text": "Tereasa", "tokenized_text": ["tereasa"]}, "6101": {"text": "Congrats and I hope you both have very happy and long lives together !", "tokenized_text": ["congrats", "and", "i", "hope", "you", "both", "have", "very", "happy", "and", "long", "lives", "together"]}, "6102": {"text": "May the gods and goddesses watch over you both !", "tokenized_text": ["may", "the", "gods", "and", "goddesses", "watch", "over", "you", "both"]}, "6103": {"text": "Tereasa", "tokenized_text": ["tereasa"]}, "6104": {"text": "I wonder why he is not on their list , he hates jews .", "tokenized_text": ["i", "wonder", "why", "he", "is", "not", "on", "their", "list", "he", "hates", "jews"]}, "6105": {"text": "I guess they would not want to offend an ape .", "tokenized_text": ["i", "guess", "they", "would", "not", "want", "to", "offend", "an", "ape"]}, "6106": {"text": "Bunch of phonies .", "tokenized_text": ["bunch", "of", "phonies"]}, "6107": {"text": "This morning I found a video that was quite interesting , as it demonstrated how this question frequently comes up even after serious crimes .", "tokenized_text": ["this", "morning", "i", "found", "a", "video", "that", "was", "quite", "interesting", "as", "it", "demonstrated", "how", "this", "question", "frequently", "comes", "up", "even", "after", "serious", "crimes"]}, "6108": {"text": "https : //www.youtube.com/channel/UCYW ... JscW1szbHzTuNw", "tokenized_text": ["https", "www", "youtube", "com", "channel", "ucyw", "jscw1szbhztunw"]}, "6109": {"text": "It is nearing the end of 2013 , so soon I will be starting a thread for the new year .", "tokenized_text": ["it", "is", "nearing", "the", "end", "of", "2013", "so", "soon", "i", "will", "be", "starting", "a", "thread", "for", "the", "new", "year"]}, "6110": {"text": "Merry Christmas and Happy Yule !", "tokenized_text": ["merry", "christmas", "and", "happy", "yule"]}, "6111": {"text": "My theory is that diversity is not as popular as the wagon burners on Unity North Dakota would have us believe .", "tokenized_text": ["my", "theory", "is", "that", "diversity", "is", "not", "as", "popular", "as", "the", "wagon", "burners", "on", "unity", "north", "dakota", "would", "have", "us", "believe"]}, "6112": {"text": "See UnityND.com .", "tokenized_text": ["see", "unitynd", "com"]}, "6113": {"text": "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .", "tokenized_text": ["hell", "i", "d", "rather", "clean", "a", "dozen", "tiolets", "a", "day", "then", "have", "to", "walk", "into", "a", "bathroom", "and", "see", "some", "mongrel", "standing", "there", "with", "a", "mop", "giving", "me", "a", "glassy", "eyed", "stare"]}, "6114": {"text": "Is it Hansel and Gretel , where the clever young German kids throw the evil old witch into her own oven and cook her ?", "tokenized_text": ["is", "it", "hansel", "and", "gretel", "where", "the", "clever", "young", "german", "kids", "throw", "the", "evil", "old", "witch", "into", "her", "own", "oven", "and", "cook", "her"]}, "6115": {"text": "I do programming in PHP/MySQL and system admin for networks .", "tokenized_text": ["i", "do", "programming", "in", "php", "mysql", "and", "system", "admin", "for", "networks"]}, "6116": {"text": "My * specialty * is network security .", "tokenized_text": ["my", "specialty", "is", "network", "security"]}, "6117": {"text": "I can do server audits remotely without being on-site .", "tokenized_text": ["i", "can", "do", "server", "audits", "remotely", "without", "being", "on", "site"]}, "6118": {"text": "I heard the feds got him because he ate a chocolate bar and they charged him with racist eating. lol Now im sure he is ok atleast I hope so I look forward to his reading his wisdom as often as he posts it .", "tokenized_text": ["i", "heard", "the", "feds", "got", "him", "because", "he", "ate", "a", "chocolate", "bar", "and", "they", "charged", "him", "with", "racist", "eating", "lol", "now", "im", "sure", "he", "is", "ok", "atleast", "i", "hope", "so", "i", "look", "forward", "to", "his", "reading", "his", "wisdom", "as", "often", "as", "he", "posts", "it"]}, "6119": {"text": "Buster", "tokenized_text": ["buster"]}, "6120": {"text": "This is from the archive of Stormfront 's Advance Scout forum , which is solely devoted to the organizing strategy of PLE-Legionism .", "tokenized_text": ["this", "is", "from", "the", "archive", "of", "stormfront", "s", "advance", "scout", "forum", "which", "is", "solely", "devoted", "to", "the", "organizing", "strategy", "of", "ple", "legionism"]}, "6121": {"text": "Surely, there 's middle ground between completely anonymous keyboarding and losing blood ?", "tokenized_text": ["surely", "there", "s", "middle", "ground", "between", "completely", "anonymous", "keyboarding", "and", "losing", "blood"]}, "6122": {"text": "I 'd like a cozy house with an outdoor fire pit , for parties and grilling , for instance , lol .", "tokenized_text": ["i", "d", "like", "a", "cozy", "house", "with", "an", "outdoor", "fire", "pit", "for", "parties", "and", "grilling", "for", "instance", "lol"]}, "6123": {"text": "Yea thanks for the information as I said in my P.M I actully knew nothing of the squatting movement back then and always thought that in modern times it had always been the preserve of small groups of extreme anarchists .", "tokenized_text": ["yea", "thanks", "for", "the", "information", "as", "i", "said", "in", "my", "p", "m", "i", "actully", "knew", "nothing", "of", "the", "squatting", "movement", "back", "then", "and", "always", "thought", "that", "in", "modern", "times", "it", "had", "always", "been", "the", "preserve", "of", "small", "groups", "of", "extreme", "anarchists"]}, "6124": {"text": "I'm in LA .", "tokenized_text": ["i", "m", "in", "la"]}, "6125": {"text": "Looking to become more active and make more friends in the White nationalist community in southern California .", "tokenized_text": ["looking", "to", "become", "more", "active", "and", "make", "more", "friends", "in", "the", "white", "nationalist", "community", "in", "southern", "california"]}, "6126": {"text": "Please message me .", "tokenized_text": ["please", "message", "me"]}, "6127": {"text": "- Eric", "tokenized_text": ["eric"]}, "6128": {"text": "If only they had cheap cameras you could hide in your baseball cap .", "tokenized_text": ["if", "only", "they", "had", "cheap", "cameras", "you", "could", "hide", "in", "your", "baseball", "cap"]}, "6129": {"text": "All of these events would have made great TV .", "tokenized_text": ["all", "of", "these", "events", "would", "have", "made", "great", "tv"]}, "6130": {"text": "These are excellent points , including that detail about shooting a documentary .", "tokenized_text": ["these", "are", "excellent", "points", "including", "that", "detail", "about", "shooting", "a", "documentary"]}, "6131": {"text": "The person who does that will also make history in his or her field .", "tokenized_text": ["the", "person", "who", "does", "that", "will", "also", "make", "history", "in", "his", "or", "her", "field"]}, "6132": {"text": "The sad fact is thesame thing goes on worldwide .", "tokenized_text": ["the", "sad", "fact", "is", "thesame", "thing", "goes", "on", "worldwide"]}, "6133": {"text": "In america we have hate crime laws .", "tokenized_text": ["in", "america", "we", "have", "hate", "crime", "laws"]}, "6134": {"text": "It is hate if we disagree with this ethnic scum and no hate crime if they attack us .", "tokenized_text": ["it", "is", "hate", "if", "we", "disagree", "with", "this", "ethnic", "scum", "and", "no", "hate", "crime", "if", "they", "attack", "us"]}, "6135": {"text": "i need to know if any whites lives in the La Mirada area i just moved there and i dont know anyone .", "tokenized_text": ["i", "need", "to", "know", "if", "any", "whites", "lives", "in", "the", "la", "mirada", "area", "i", "just", "moved", "there", "and", "i", "dont", "know", "anyone"]}, "6136": {"text": "For one thing .. she dyed her hair .", "tokenized_text": ["for", "one", "thing", "she", "dyed", "her", "hair"]}, "6137": {"text": "Sometimes when a person dyes their hair black it looks very strange .", "tokenized_text": ["sometimes", "when", "a", "person", "dyes", "their", "hair", "black", "it", "looks", "very", "strange"]}, "6138": {"text": "I have dark red-brown hair , but once I dyed my hair black , and it looked odd .", "tokenized_text": ["i", "have", "dark", "red", "brown", "hair", "but", "once", "i", "dyed", "my", "hair", "black", "and", "it", "looked", "odd"]}, "6139": {"text": "Also , Betty Page 's hair cut may have helped in any oddness .", "tokenized_text": ["also", "betty", "page", "s", "hair", "cut", "may", "have", "helped", "in", "any", "oddness"]}, "6140": {"text": "Sadly, I think the government would step in if we tried to stop the lesser races from moving into our land .", "tokenized_text": ["sadly", "i", "think", "the", "government", "would", "step", "in", "if", "we", "tried", "to", "stop", "the", "lesser", "races", "from", "moving", "into", "our", "land"]}, "6141": {"text": "Ask away Redneck .", "tokenized_text": ["ask", "away", "redneck"]}, "6142": {"text": "There are no dumb questions and there are plenty in this thread who will answer to the best of our abilities .", "tokenized_text": ["there", "are", "no", "dumb", "questions", "and", "there", "are", "plenty", "in", "this", "thread", "who", "will", "answer", "to", "the", "best", "of", "our", "abilities"]}, "6143": {"text": "I saw this post a few days ago ..", "tokenized_text": ["i", "saw", "this", "post", "a", "few", "days", "ago"]}, "6144": {"text": "But had n't been able to reply until now .", "tokenized_text": ["but", "had", "n", "t", "been", "able", "to", "reply", "until", "now"]}, "6145": {"text": "Some places to look up jobs ..", "tokenized_text": ["some", "places", "to", "look", "up", "jobs"]}, "6146": {"text": "http://kalispell.craigslist.orghttp://www.mountaintrader.com/http://www2.dailyinterlake.com/classifieds/", "tokenized_text": ["http", "kalispell", "craigslist", "orghttp", "www", "mountaintrader", "com", "http", "www2", "dailyinterlake", "com", "classifieds"]}, "6147": {"text": "I've been through Utah once .", "tokenized_text": ["i", "ve", "been", "through", "utah", "once"]}, "6148": {"text": "Spent the night in a hotel in SLC as a matter of fact .", "tokenized_text": ["spent", "the", "night", "in", "a", "hotel", "in", "slc", "as", "a", "matter", "of", "fact"]}, "6149": {"text": "The large White families are so beautiful to behold .", "tokenized_text": ["the", "large", "white", "families", "are", "so", "beautiful", "to", "behold"]}, "6150": {"text": "Nothing so beautiful in the whole world in fact .", "tokenized_text": ["nothing", "so", "beautiful", "in", "the", "whole", "world", "in", "fact"]}, "6151": {"text": "Just an example of Our local economy and employment opportunities here .", "tokenized_text": ["just", "an", "example", "of", "our", "local", "economy", "and", "employment", "opportunities", "here"]}, "6152": {"text": "Burlington coat factory opening .", "tokenized_text": ["burlington", "coat", "factory", "opening"]}, "6153": {"text": "Burlington Coat Factory Hiring For New Store in Conroe | Houston 's Hiring | a Chron.com blog lots more to check out .", "tokenized_text": ["burlington", "coat", "factory", "hiring", "for", "new", "store", "in", "conroe", "houston", "s", "hiring", "a", "chron", "com", "blog", "lots", "more", "to", "check", "out"]}, "6154": {"text": "Temp agency in Conroe .", "tokenized_text": ["temp", "agency", "in", "conroe"]}, "6155": {"text": "Call ( 281 ) -973-0420 now !", "tokenized_text": ["call", "281", "973", "0420", "now"]}, "6156": {"text": "http://www.frontlinesourcegroup.com/ ... FSiCQgo * * * * AGw http://www.jobs-to-careers.com/index...FcKDQgodVk4ANQhttp://www.indeed.com/q-Temp-l-Conroe,-TX-jobs.html", "tokenized_text": ["http", "www", "frontlinesourcegroup", "com", "fsicqgo", "agw", "http", "www", "jobs", "to", "careers", "com", "index", "fckdqgodvk4anqhttp", "www", "indeed", "com", "q", "temp", "l", "conroe", "tx", "jobs", "html"]}, "6157": {"text": "First time this year that I have seen this area hotter than Lakeland , Florida .", "tokenized_text": ["first", "time", "this", "year", "that", "i", "have", "seen", "this", "area", "hotter", "than", "lakeland", "florida"]}, "6158": {"text": "It 's 93 right now here , but 81 there .", "tokenized_text": ["it", "s", "93", "right", "now", "here", "but", "81", "there"]}, "6159": {"text": "Surprisingly , I saw that a couple times during the winter .", "tokenized_text": ["surprisingly", "i", "saw", "that", "a", "couple", "times", "during", "the", "winter"]}, "6160": {"text": "Lol ( obviously not 90s .. but it would be 50 up here and 30 in Florida .", "tokenized_text": ["lol", "obviously", "not", "90s", "but", "it", "would", "be", "50", "up", "here", "and", "30", "in", "florida"]}, "6161": {"text": "Yes, for too long Whites have remained absolutely silent about the establishment and its media welcoming everyone else 's community profile but theirs .", "tokenized_text": ["yes", "for", "too", "long", "whites", "have", "remained", "absolutely", "silent", "about", "the", "establishment", "and", "its", "media", "welcoming", "everyone", "else", "s", "community", "profile", "but", "theirs"]}, "6162": {"text": "A good solution is that we make a good famous news program where we can show this kind of things , but that 's nearly impossible ..", "tokenized_text": ["a", "good", "solution", "is", "that", "we", "make", "a", "good", "famous", "news", "program", "where", "we", "can", "show", "this", "kind", "of", "things", "but", "that", "s", "nearly", "impossible"]}, "6163": {"text": "Here are some sites that I find to have reasonably reliable information on current events , and other topics .", "tokenized_text": ["here", "are", "some", "sites", "that", "i", "find", "to", "have", "reasonably", "reliable", "information", "on", "current", "events", "and", "other", "topics"]}, "6164": {"text": "www.newsnet14.com www.theforbiddentruth.net 14/88", "tokenized_text": ["www", "newsnet14", "com", "www", "theforbiddentruth", "net", "14", "88"]}, "6165": {"text": "Actually Monkeys and Apes are more noble creatures and rarely act violent it really is unfare to the Monkeys and Apes to be compared with subhuman Negroids who are by contrast very murderous .", "tokenized_text": ["actually", "monkeys", "and", "apes", "are", "more", "noble", "creatures", "and", "rarely", "act", "violent", "it", "really", "is", "unfare", "to", "the", "monkeys", "and", "apes", "to", "be", "compared", "with", "subhuman", "negroids", "who", "are", "by", "contrast", "very", "murderous"]}, "6166": {"text": "http://uk.youtube.com/watch?v=CnPS2ho-_6w Looks like they are calling a unit home with the express purpose of supressing a rebellion .", "tokenized_text": ["http", "uk", "youtube", "com", "watch", "v", "cnps2ho", "_6w", "looks", "like", "they", "are", "calling", "a", "unit", "home", "with", "the", "express", "purpose", "of", "supressing", "a", "rebellion"]}, "6167": {"text": "Is the time now ?", "tokenized_text": ["is", "the", "time", "now"]}, "6168": {"text": "I wonder if I should jackhammer a vault into my foundation ?", "tokenized_text": ["i", "wonder", "if", "i", "should", "jackhammer", "a", "vault", "into", "my", "foundation"]}, "6169": {"text": "In case they start grabbing guns .", "tokenized_text": ["in", "case", "they", "start", "grabbing", "guns"]}, "6170": {"text": "Hopefully they will leave YT alone and just deal with the Nigerians when they start chimping out in the streets .", "tokenized_text": ["hopefully", "they", "will", "leave", "yt", "alone", "and", "just", "deal", "with", "the", "nigerians", "when", "they", "start", "chimping", "out", "in", "the", "streets"]}, "6171": {"text": "I hope people are taking advantage of the above .", "tokenized_text": ["i", "hope", "people", "are", "taking", "advantage", "of", "the", "above"]}, "6172": {"text": "It 's plainly there , all you need to do is act on it .", "tokenized_text": ["it", "s", "plainly", "there", "all", "you", "need", "to", "do", "is", "act", "on", "it"]}, "6173": {"text": "last one for the night here , as i 'm durn tired. its 11x17 format - here in jpeg and pdf. get flyering !", "tokenized_text": ["last", "one", "for", "the", "night", "here", "as", "i", "m", "durn", "tired", "its", "11x17", "format", "here", "in", "jpeg", "and", "pdf", "get", "flyering"]}, "6174": {"text": "CF", "tokenized_text": ["cf"]}, "6175": {"text": "Its about time we started fighting back against the constant harassment we receive .", "tokenized_text": ["its", "about", "time", "we", "started", "fighting", "back", "against", "the", "constant", "harassment", "we", "receive"]}, "6176": {"text": "Give them a taste of their own medicience .", "tokenized_text": ["give", "them", "a", "taste", "of", "their", "own", "medicience"]}, "6177": {"text": "Actually, it 's not us who 's killing them ... it 's they who are killing us .", "tokenized_text": ["actually", "it", "s", "not", "us", "who", "s", "killing", "them", "it", "s", "they", "who", "are", "killing", "us"]}, "6178": {"text": "Do n't make me start copy and pasting DOJ statistics .", "tokenized_text": ["do", "n", "t", "make", "me", "start", "copy", "and", "pasting", "doj", "statistics"]}, "6179": {"text": "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !", "tokenized_text": ["until", "we", "have", "a", "dedicated", "cable", "television", "station", "there", "s", "always", "the", "opportunity", "to", "use", "the", "free", "cable", "access", "airwaves", "as", "per", "this", "thread", "make", "a", "cable", "access", "tv", "program"]}, "6180": {"text": "What a way to say `` hi '' !", "tokenized_text": ["what", "a", "way", "to", "say", "hi"]}, "6181": {"text": "WELCOME ABOARD !", "tokenized_text": ["welcome", "aboard"]}, "6182": {"text": "-Yankee Jim PS , I 'm hoping your very healthy donation will inspire others to DIG !", "tokenized_text": ["yankee", "jim", "ps", "i", "m", "hoping", "your", "very", "healthy", "donation", "will", "inspire", "others", "to", "dig"]}, "6183": {"text": "THANKS !", "tokenized_text": ["thanks"]}, "6184": {"text": "I have not used bags yet but this year I might have to consider it .I also would like to hear what others have done with them .", "tokenized_text": ["i", "have", "not", "used", "bags", "yet", "but", "this", "year", "i", "might", "have", "to", "consider", "it", "i", "also", "would", "like", "to", "hear", "what", "others", "have", "done", "with", "them"]}, "6185": {"text": "The Feb 14 `` Love your race '' flier drive is coming up soon .", "tokenized_text": ["the", "feb", "14", "love", "your", "race", "flier", "drive", "is", "coming", "up", "soon"]}, "6186": {"text": "ha, I just made this. but my point is , I suggest something with an American theme to it to make it our own .", "tokenized_text": ["ha", "i", "just", "made", "this", "but", "my", "point", "is", "i", "suggest", "something", "with", "an", "american", "theme", "to", "it", "to", "make", "it", "our", "own"]}, "6187": {"text": "you want to help your race ?", "tokenized_text": ["you", "want", "to", "help", "your", "race"]}, "6188": {"text": "Organize and take action. you have other whites around you , bring them together .", "tokenized_text": ["organize", "and", "take", "action", "you", "have", "other", "whites", "around", "you", "bring", "them", "together"]}, "6189": {"text": "WHITE POWER !", "tokenized_text": ["white", "power"]}, "6190": {"text": "To this date , none of Dr. Martin L King 's children have had children of their own .", "tokenized_text": ["to", "this", "date", "none", "of", "dr", "martin", "l", "king", "s", "children", "have", "had", "children", "of", "their", "own"]}, "6191": {"text": "They have all put their careers first .", "tokenized_text": ["they", "have", "all", "put", "their", "careers", "first"]}, "6192": {"text": "We have lucked out for a change .", "tokenized_text": ["we", "have", "lucked", "out", "for", "a", "change"]}, "6193": {"text": "I know people have posted this link on StormFront before but I think this is one of the easiest ways to become involved .", "tokenized_text": ["i", "know", "people", "have", "posted", "this", "link", "on", "stormfront", "before", "but", "i", "think", "this", "is", "one", "of", "the", "easiest", "ways", "to", "become", "involved"]}, "6194": {"text": "They have updated much of their site and now have many more free faxes to send .", "tokenized_text": ["they", "have", "updated", "much", "of", "their", "site", "and", "now", "have", "many", "more", "free", "faxes", "to", "send"]}, "6195": {"text": "As others have pointed out , it 's a great slogan .", "tokenized_text": ["as", "others", "have", "pointed", "out", "it", "s", "a", "great", "slogan"]}, "6196": {"text": "I 've started asking myself that question every day , and every day it seems like I did n't do enough .", "tokenized_text": ["i", "ve", "started", "asking", "myself", "that", "question", "every", "day", "and", "every", "day", "it", "seems", "like", "i", "did", "n", "t", "do", "enough"]}, "6197": {"text": "For those who like to pass out papers The Nationalist Times is looking for you !", "tokenized_text": ["for", "those", "who", "like", "to", "pass", "out", "papers", "the", "nationalist", "times", "is", "looking", "for", "you"]}, "6198": {"text": "Check out our web site at www.anu.org.", "tokenized_text": ["check", "out", "our", "web", "site", "at", "www", "anu", "org"]}, "6199": {"text": "It is the best paper in the movement .", "tokenized_text": ["it", "is", "the", "best", "paper", "in", "the", "movement"]}, "6200": {"text": "And you nonwhites are mostly here to be unjustifiably abusive ?", "tokenized_text": ["and", "you", "nonwhites", "are", "mostly", "here", "to", "be", "unjustifiably", "abusive"]}, "6201": {"text": "Of course White race tend to be the smartest race and many of your nonwhites are either just too stupid to acknowledge that or just want to make use of your nonwhite stupidity to cause more misery to us who wish to seek the truth .", "tokenized_text": ["of", "course", "white", "race", "tend", "to", "be", "the", "smartest", "race", "and", "many", "of", "your", "nonwhites", "are", "either", "just", "too", "stupid", "to", "acknowledge", "that", "or", "just", "want", "to", "make", "use", "of", "your", "nonwhite", "stupidity", "to", "cause", "more", "misery", "to", "us", "who", "wish", "to", "seek", "the", "truth"]}, "6202": {"text": "I'm not wasting my time watching that .", "tokenized_text": ["i", "m", "not", "wasting", "my", "time", "watching", "that"]}, "6203": {"text": "But how does one objectively distinguish a racist white gun owner from a non racist one ?", "tokenized_text": ["but", "how", "does", "one", "objectively", "distinguish", "a", "racist", "white", "gun", "owner", "from", "a", "non", "racist", "one"]}, "6204": {"text": "I ca n't wait to move to an area where I can be surrounded by racist white folks with guns .", "tokenized_text": ["i", "ca", "n", "t", "wait", "to", "move", "to", "an", "area", "where", "i", "can", "be", "surrounded", "by", "racist", "white", "folks", "with", "guns"]}, "6205": {"text": "Sounds like paradise to me .", "tokenized_text": ["sounds", "like", "paradise", "to", "me"]}, "6206": {"text": "If half White non negro and Jew are Pro White and do n't reproduce then they are ok .", "tokenized_text": ["if", "half", "white", "non", "negro", "and", "jew", "are", "pro", "white", "and", "do", "n", "t", "reproduce", "then", "they", "are", "ok"]}, "6207": {"text": "I do n't encourage race mixing by the way .", "tokenized_text": ["i", "do", "n", "t", "encourage", "race", "mixing", "by", "the", "way"]}, "6208": {"text": "yes its the year 2014 and Israel is still hiding behind walls and military instead of embracing there fellow Humans .", "tokenized_text": ["yes", "its", "the", "year", "2014", "and", "israel", "is", "still", "hiding", "behind", "walls", "and", "military", "instead", "of", "embracing", "there", "fellow", "humans"]}, "6209": {"text": "Its all very sad .", "tokenized_text": ["its", "all", "very", "sad"]}, "6210": {"text": "Eyes Wide Open , Just saw this link posted elsewhere and thought it relating to what you said .", "tokenized_text": ["eyes", "wide", "open", "just", "saw", "this", "link", "posted", "elsewhere", "and", "thought", "it", "relating", "to", "what", "you", "said"]}, "6211": {"text": "A Male Patient May Have Just Brought Ebola To New York City From West Africa A Male Patient May Have Just Brought Ebola To New York City From West Africa", "tokenized_text": ["a", "male", "patient", "may", "have", "just", "brought", "ebola", "to", "new", "york", "city", "from", "west", "africa", "a", "male", "patient", "may", "have", "just", "brought", "ebola", "to", "new", "york", "city", "from", "west", "africa"]}, "6212": {"text": "So, even though the study was based upon the differences between every individual , they found enough data to conclude that specific races do indeed have different genetical coding ...... almost by accident .", "tokenized_text": ["so", "even", "though", "the", "study", "was", "based", "upon", "the", "differences", "between", "every", "individual", "they", "found", "enough", "data", "to", "conclude", "that", "specific", "races", "do", "indeed", "have", "different", "genetical", "coding", "almost", "by", "accident"]}, "6213": {"text": "Something must be done to halt this terrible wave of immigrants entering Britain .", "tokenized_text": ["something", "must", "be", "done", "to", "halt", "this", "terrible", "wave", "of", "immigrants", "entering", "britain"]}, "6214": {"text": "If it continues England will become a cesspool of sh * * pardon my English", "tokenized_text": ["if", "it", "continues", "england", "will", "become", "a", "cesspool", "of", "sh", "pardon", "my", "english"]}, "6215": {"text": "liberals hate fox news , obama hates fox news. they must be doing something at least a little bit less evil than the other stations .", "tokenized_text": ["liberals", "hate", "fox", "news", "obama", "hates", "fox", "news", "they", "must", "be", "doing", "something", "at", "least", "a", "little", "bit", "less", "evil", "than", "the", "other", "stations"]}, "6216": {"text": "I think that 's rather extreme !", "tokenized_text": ["i", "think", "that", "s", "rather", "extreme"]}, "6217": {"text": "Why not just kick out all those Africans ?", "tokenized_text": ["why", "not", "just", "kick", "out", "all", "those", "africans"]}, "6218": {"text": "Why do they have all these Africans there anyway ?", "tokenized_text": ["why", "do", "they", "have", "all", "these", "africans", "there", "anyway"]}, "6219": {"text": "Hopefully these video 's can wake you all up abit - [ youtube ] twHzXN3kNTs [ /youtube ] [ youtube ] DiLbAEQqrqY [ /youtube ] [ youtube ] x9QNKB34cJo [ /youtube ] [ youtube ] LZf _ Ag7SmxI [ /youtube ] Oppression and Violence ?", "tokenized_text": ["hopefully", "these", "video", "s", "can", "wake", "you", "all", "up", "abit", "youtube", "twhzxn3knts", "youtube", "youtube", "dilbaeqqrqy", "youtube", "youtube", "x9qnkb34cjo", "youtube", "youtube", "lzf", "_", "ag7smxi", "youtube", "oppression", "and", "violence"]}, "6220": {"text": "What about this - [ youtube ] 6rNF0-xk4Xg [ /youtube ] Seems slightly hypocritical , no ?", "tokenized_text": ["what", "about", "this", "youtube", "6rnf0", "xk4xg", "youtube", "seems", "slightly", "hypocritical", "no"]}, "6221": {"text": "This had me falling down laughing .", "tokenized_text": ["this", "had", "me", "falling", "down", "laughing"]}, "6222": {"text": "They 'd be ostracized for including a scene like this in a Disney movie today .", "tokenized_text": ["they", "d", "be", "ostracized", "for", "including", "a", "scene", "like", "this", "in", "a", "disney", "movie", "today"]}, "6223": {"text": "88 In the end is victory", "tokenized_text": ["88", "in", "the", "end", "is", "victory"]}, "6224": {"text": "I understand this post is depressing .", "tokenized_text": ["i", "understand", "this", "post", "is", "depressing"]}, "6225": {"text": "I 'm not trolling , but venting .", "tokenized_text": ["i", "m", "not", "trolling", "but", "venting"]}, "6226": {"text": "More Whites would March in a Black Pride march than a White one .", "tokenized_text": ["more", "whites", "would", "march", "in", "a", "black", "pride", "march", "than", "a", "white", "one"]}, "6227": {"text": "I have no problem with Black Pride .", "tokenized_text": ["i", "have", "no", "problem", "with", "black", "pride"]}, "6228": {"text": "I even support it .", "tokenized_text": ["i", "even", "support", "it"]}, "6229": {"text": "The problem arises is that the same Whites who will march for Black Pride will call a White March racist .", "tokenized_text": ["the", "problem", "arises", "is", "that", "the", "same", "whites", "who", "will", "march", "for", "black", "pride", "will", "call", "a", "white", "march", "racist"]}, "6230": {"text": "Is n't that contradicting themselves ?", "tokenized_text": ["is", "n", "t", "that", "contradicting", "themselves"]}, "6231": {"text": "No instead we will pump whitey full of chemicals via the food chain to reduce their collective IQ down to the level of blacks .", "tokenized_text": ["no", "instead", "we", "will", "pump", "whitey", "full", "of", "chemicals", "via", "the", "food", "chain", "to", "reduce", "their", "collective", "iq", "down", "to", "the", "level", "of", "blacks"]}, "6232": {"text": "Then we will create a Marxist style school system to further dumb them down and reduce them to obedient global citizens .", "tokenized_text": ["then", "we", "will", "create", "a", "marxist", "style", "school", "system", "to", "further", "dumb", "them", "down", "and", "reduce", "them", "to", "obedient", "global", "citizens"]}, "6233": {"text": "Then we can all live in a global utopia with the Jew running the show - cant wait Nothing short of a brain transplant is going to raise a Negroes IQ .", "tokenized_text": ["then", "we", "can", "all", "live", "in", "a", "global", "utopia", "with", "the", "jew", "running", "the", "show", "cant", "wait", "nothing", "short", "of", "a", "brain", "transplant", "is", "going", "to", "raise", "a", "negroes", "iq"]}, "6234": {"text": "According to research , we human are all originated from Africa .", "tokenized_text": ["according", "to", "research", "we", "human", "are", "all", "originated", "from", "africa"]}, "6235": {"text": "So are you African then ?", "tokenized_text": ["so", "are", "you", "african", "then"]}, "6236": {"text": "NATIVE = WHO REACHED THE LAND FIRST", "tokenized_text": ["native", "who", "reached", "the", "land", "first"]}, "6237": {"text": "why do you white nationalist try to spread fear in blacks saying that the jews do not care for them. jews are the reason affirmative action is in place which allows us to take your jobs. jews are the reason so many blacks have become rich including myself. so why do you think their just using us ? jews are your enemy and so are we so what you feel you need to do is make your enemy against each other. is that right. you want blacks against the jews. well guess what , not goinna happen. the jews needs blacks as much as blacks need the jews and together they are a force to be recon with .", "tokenized_text": ["why", "do", "you", "white", "nationalist", "try", "to", "spread", "fear", "in", "blacks", "saying", "that", "the", "jews", "do", "not", "care", "for", "them", "jews", "are", "the", "reason", "affirmative", "action", "is", "in", "place", "which", "allows", "us", "to", "take", "your", "jobs", "jews", "are", "the", "reason", "so", "many", "blacks", "have", "become", "rich", "including", "myself", "so", "why", "do", "you", "think", "their", "just", "using", "us", "jews", "are", "your", "enemy", "and", "so", "are", "we", "so", "what", "you", "feel", "you", "need", "to", "do", "is", "make", "your", "enemy", "against", "each", "other", "is", "that", "right", "you", "want", "blacks", "against", "the", "jews", "well", "guess", "what", "not", "goinna", "happen", "the", "jews", "needs", "blacks", "as", "much", "as", "blacks", "need", "the", "jews", "and", "together", "they", "are", "a", "force", "to", "be", "recon", "with"]}, "6238": {"text": "It is important for people to realize that gays want gay marriage ..... not because they desire some sort of government paperwork , but because they are seeking the right to adopt defenseless children .", "tokenized_text": ["it", "is", "important", "for", "people", "to", "realize", "that", "gays", "want", "gay", "marriage", "not", "because", "they", "desire", "some", "sort", "of", "government", "paperwork", "but", "because", "they", "are", "seeking", "the", "right", "to", "adopt", "defenseless", "children"]}, "6239": {"text": "I will have to reply to many other users here who have written some incorrect posts about all this , but I do n't have time right now .", "tokenized_text": ["i", "will", "have", "to", "reply", "to", "many", "other", "users", "here", "who", "have", "written", "some", "incorrect", "posts", "about", "all", "this", "but", "i", "do", "n", "t", "have", "time", "right", "now"]}, "6240": {"text": "Hilarious bit of irony there , seeing as many whites had blacks do all the hard stuff for them for the first hundred years of the US or so , for FREE .", "tokenized_text": ["hilarious", "bit", "of", "irony", "there", "seeing", "as", "many", "whites", "had", "blacks", "do", "all", "the", "hard", "stuff", "for", "them", "for", "the", "first", "hundred", "years", "of", "the", "us", "or", "so", "for", "free"]}, "6241": {"text": "So you use the jew run media brainwashing service to give credit to soo few black people ?", "tokenized_text": ["so", "you", "use", "the", "jew", "run", "media", "brainwashing", "service", "to", "give", "credit", "to", "soo", "few", "black", "people"]}, "6242": {"text": "FBI ?", "tokenized_text": ["fbi"]}, "6243": {"text": "Homepage < < Go and check out what your homies are up too .", "tokenized_text": ["homepage", "go", "and", "check", "out", "what", "your", "homies", "are", "up", "too"]}, "6244": {"text": "Virtually all of those rapes are committed by non-whites .", "tokenized_text": ["virtually", "all", "of", "those", "rapes", "are", "committed", "by", "non", "whites"]}, "6245": {"text": "That stat has been sourced on here many many times before ( see post above -- sourced yet again . . . ) .", "tokenized_text": ["that", "stat", "has", "been", "sourced", "on", "here", "many", "many", "times", "before", "see", "post", "above", "sourced", "yet", "again"]}, "6246": {"text": "Second to the last stat : virtually all gang rapes in Sweden are committed by non-whites .", "tokenized_text": ["second", "to", "the", "last", "stat", "virtually", "all", "gang", "rapes", "in", "sweden", "are", "committed", "by", "non", "whites"]}, "6247": {"text": "Virtually all means ~ 100 % .", "tokenized_text": ["virtually", "all", "means", "100"]}, "6248": {"text": "Last stat : you are a troll and a homo .", "tokenized_text": ["last", "stat", "you", "are", "a", "troll", "and", "a", "homo"]}, "6249": {"text": "I have to say as a person who loves learning this site has me continually looking up and researching parts of history I have never really thought about before .", "tokenized_text": ["i", "have", "to", "say", "as", "a", "person", "who", "loves", "learning", "this", "site", "has", "me", "continually", "looking", "up", "and", "researching", "parts", "of", "history", "i", "have", "never", "really", "thought", "about", "before"]}, "6250": {"text": "Discuss.", "tokenized_text": ["discuss"]}, "6251": {"text": "Are you often sometimes jealous of other people and wish to have their life style even if it meant switching to a different race ?", "tokenized_text": ["are", "you", "often", "sometimes", "jealous", "of", "other", "people", "and", "wish", "to", "have", "their", "life", "style", "even", "if", "it", "meant", "switching", "to", "a", "different", "race"]}, "6252": {"text": "This person needs to disappear .", "tokenized_text": ["this", "person", "needs", "to", "disappear"]}, "6253": {"text": "In all likelyhood , it 's jews painting the road of skank for her to follow .", "tokenized_text": ["in", "all", "likelyhood", "it", "s", "jews", "painting", "the", "road", "of", "skank", "for", "her", "to", "follow"]}, "6254": {"text": "I really hope she overdoses or something .", "tokenized_text": ["i", "really", "hope", "she", "overdoses", "or", "something"]}, "6255": {"text": "I think they 're not White and dont belong in White nations .", "tokenized_text": ["i", "think", "they", "re", "not", "white", "and", "dont", "belong", "in", "white", "nations"]}, "6256": {"text": "This is the exact same thing I think about every non White group .", "tokenized_text": ["this", "is", "the", "exact", "same", "thing", "i", "think", "about", "every", "non", "white", "group"]}, "6257": {"text": "There is no hierarchy where we feel differently about non White group X than we do group Y. Non White is non White .", "tokenized_text": ["there", "is", "no", "hierarchy", "where", "we", "feel", "differently", "about", "non", "white", "group", "x", "than", "we", "do", "group", "y", "non", "white", "is", "non", "white"]}, "6258": {"text": "We knew that these structures were built by sub-saharan blacks in the same way we knew that the civilization Greek and Romanian built by white Europeans .", "tokenized_text": ["we", "knew", "that", "these", "structures", "were", "built", "by", "sub", "saharan", "blacks", "in", "the", "same", "way", "we", "knew", "that", "the", "civilization", "greek", "and", "romanian", "built", "by", "white", "europeans"]}, "6259": {"text": "You just do n't get it .", "tokenized_text": ["you", "just", "do", "n", "t", "get", "it"]}, "6260": {"text": "Character means more than intelligence .", "tokenized_text": ["character", "means", "more", "than", "intelligence"]}, "6261": {"text": "Wolves and dogs have been living on this planet for thousands of years because they work together .", "tokenized_text": ["wolves", "and", "dogs", "have", "been", "living", "on", "this", "planet", "for", "thousands", "of", "years", "because", "they", "work", "together"]}, "6262": {"text": "They have a hierarchy .", "tokenized_text": ["they", "have", "a", "hierarchy"]}, "6263": {"text": "Same with ants .", "tokenized_text": ["same", "with", "ants"]}, "6264": {"text": "Ants can create their own civilization because they have a monarchy .", "tokenized_text": ["ants", "can", "create", "their", "own", "civilization", "because", "they", "have", "a", "monarchy"]}, "6265": {"text": "They follow the queen ant and would die for her .", "tokenized_text": ["they", "follow", "the", "queen", "ant", "and", "would", "die", "for", "her"]}, "6266": {"text": "Just like other wolves will fight and die for each other .", "tokenized_text": ["just", "like", "other", "wolves", "will", "fight", "and", "die", "for", "each", "other"]}, "6267": {"text": "If 100 stupid people were all alone in some forest but they had honor and were willing to work together , they can create a civilization or form some type of hierarchy .", "tokenized_text": ["if", "100", "stupid", "people", "were", "all", "alone", "in", "some", "forest", "but", "they", "had", "honor", "and", "were", "willing", "to", "work", "together", "they", "can", "create", "a", "civilization", "or", "form", "some", "type", "of", "hierarchy"]}, "6268": {"text": "Im might be a little late on the subject , but i laughed my ass off when i saw the `` Near East '' WTF is that ?!! lol lmao", "tokenized_text": ["im", "might", "be", "a", "little", "late", "on", "the", "subject", "but", "i", "laughed", "my", "ass", "off", "when", "i", "saw", "the", "near", "east", "wtf", "is", "that", "lol", "lmao"]}, "6269": {"text": "Listen, I admire you for wanting to make the negroes feel better about themselves , but the evidence FOR race is overwhelming .", "tokenized_text": ["listen", "i", "admire", "you", "for", "wanting", "to", "make", "the", "negroes", "feel", "better", "about", "themselves", "but", "the", "evidence", "for", "race", "is", "overwhelming"]}, "6270": {"text": "You see a ripped guy like that and wonder why that sexy type of woman would n't go out with internet warrior nerds like you ?", "tokenized_text": ["you", "see", "a", "ripped", "guy", "like", "that", "and", "wonder", "why", "that", "sexy", "type", "of", "woman", "would", "n", "t", "go", "out", "with", "internet", "warrior", "nerds", "like", "you"]}, "6271": {"text": "This is completely disgusting ... How can we continue to house these people who have complete contempt for us and all our laws and customs ?", "tokenized_text": ["this", "is", "completely", "disgusting", "how", "can", "we", "continue", "to", "house", "these", "people", "who", "have", "complete", "contempt", "for", "us", "and", "all", "our", "laws", "and", "customs"]}, "6272": {"text": "Check out what I 've been doing .", "tokenized_text": ["check", "out", "what", "i", "ve", "been", "doing"]}, "6273": {"text": "It 's * * * * in ' deadly !", "tokenized_text": ["it", "s", "in", "deadly"]}, "6274": {"text": "German Knight symbols for my company WarChief - the Academy of Unconventional Warfare .", "tokenized_text": ["german", "knight", "symbols", "for", "my", "company", "warchief", "the", "academy", "of", "unconventional", "warfare"]}, "6275": {"text": "So far only on teespring under Warchief .", "tokenized_text": ["so", "far", "only", "on", "teespring", "under", "warchief"]}, "6276": {"text": "N", "tokenized_text": ["n"]}, "6277": {"text": "In the old days private security and armed whites would take care of this , but maybe the negros are fighting smarter by taking on soft-targets ?", "tokenized_text": ["in", "the", "old", "days", "private", "security", "and", "armed", "whites", "would", "take", "care", "of", "this", "but", "maybe", "the", "negros", "are", "fighting", "smarter", "by", "taking", "on", "soft", "targets"]}, "6278": {"text": "Tell that scumbag teacher if the jews in Israel should become a miniority or be taken over by arabs .", "tokenized_text": ["tell", "that", "scumbag", "teacher", "if", "the", "jews", "in", "israel", "should", "become", "a", "miniority", "or", "be", "taken", "over", "by", "arabs"]}, "6279": {"text": "Lets see what he says .", "tokenized_text": ["lets", "see", "what", "he", "says"]}, "6280": {"text": "At the moment the situation is dire .", "tokenized_text": ["at", "the", "moment", "the", "situation", "is", "dire"]}, "6281": {"text": "There is no water , food is overly expensive and the president gets away with corruption .", "tokenized_text": ["there", "is", "no", "water", "food", "is", "overly", "expensive", "and", "the", "president", "gets", "away", "with", "corruption"]}, "6282": {"text": "This is crazy .", "tokenized_text": ["this", "is", "crazy"]}, "6283": {"text": "Keep your eyes open at all times for fallen powerlines .", "tokenized_text": ["keep", "your", "eyes", "open", "at", "all", "times", "for", "fallen", "powerlines"]}, "6284": {"text": "A man was electrocuted a couple weeks ago on the courtney campbell causeway trail .", "tokenized_text": ["a", "man", "was", "electrocuted", "a", "couple", "weeks", "ago", "on", "the", "courtney", "campbell", "causeway", "trail"]}, "6285": {"text": "I ride that trail several times a week , so it hit home with me .", "tokenized_text": ["i", "ride", "that", "trail", "several", "times", "a", "week", "so", "it", "hit", "home", "with", "me"]}, "6286": {"text": "According to a lawyer , it is not a good idea to file online .", "tokenized_text": ["according", "to", "a", "lawyer", "it", "is", "not", "a", "good", "idea", "to", "file", "online"]}, "6287": {"text": "Keep it safe and file on paper always he recommended .", "tokenized_text": ["keep", "it", "safe", "and", "file", "on", "paper", "always", "he", "recommended"]}, "6288": {"text": "I hope so , but I would still like to thank you Day of Vengeance for bringing up to my attention the issue mentioned above Thank you for caring Day of Vengeance .", "tokenized_text": ["i", "hope", "so", "but", "i", "would", "still", "like", "to", "thank", "you", "day", "of", "vengeance", "for", "bringing", "up", "to", "my", "attention", "the", "issue", "mentioned", "above", "thank", "you", "for", "caring", "day", "of", "vengeance"]}, "6289": {"text": "Half Italian on my father 's side , my mother 's white but was adopted so half of me is a mystery .", "tokenized_text": ["half", "italian", "on", "my", "father", "s", "side", "my", "mother", "s", "white", "but", "was", "adopted", "so", "half", "of", "me", "is", "a", "mystery"]}, "6290": {"text": "I know she was white though", "tokenized_text": ["i", "know", "she", "was", "white", "though"]}, "6291": {"text": "There are a few big name books used in many colleges .", "tokenized_text": ["there", "are", "a", "few", "big", "name", "books", "used", "in", "many", "colleges"]}, "6292": {"text": "Campbell 's Biology and Wade 's organic chemistry for example .", "tokenized_text": ["campbell", "s", "biology", "and", "wade", "s", "organic", "chemistry", "for", "example"]}, "6293": {"text": "Welcome, Always be proud of being white .", "tokenized_text": ["welcome", "always", "be", "proud", "of", "being", "white"]}, "6294": {"text": "We are the only race that is not allowed to , so always show your pride .", "tokenized_text": ["we", "are", "the", "only", "race", "that", "is", "not", "allowed", "to", "so", "always", "show", "your", "pride"]}, "6295": {"text": "It really pisses of the liberal leftist", "tokenized_text": ["it", "really", "pisses", "of", "the", "liberal", "leftist"]}, "6296": {"text": "Well it was great having you out and we look forward to having you at future events and social gatherings .", "tokenized_text": ["well", "it", "was", "great", "having", "you", "out", "and", "we", "look", "forward", "to", "having", "you", "at", "future", "events", "and", "social", "gatherings"]}, "6297": {"text": "Thanks for coming", "tokenized_text": ["thanks", "for", "coming"]}, "6298": {"text": "I've seen that game at the store before .", "tokenized_text": ["i", "ve", "seen", "that", "game", "at", "the", "store", "before"]}, "6299": {"text": "The moment I saw the hammer & sickle on the cover , I practically threw the game back onto the shelf and walked away .", "tokenized_text": ["the", "moment", "i", "saw", "the", "hammer", "sickle", "on", "the", "cover", "i", "practically", "threw", "the", "game", "back", "onto", "the", "shelf", "and", "walked", "away"]}, "6300": {"text": "Good tune though , but ' tis used to praise a terrible tyrannic Empire .", "tokenized_text": ["good", "tune", "though", "but", "tis", "used", "to", "praise", "a", "terrible", "tyrannic", "empire"]}, "6301": {"text": "Classical music is amazing but it 's no good for the gym , I have to play some metal for that , a new band I have started listening to called Spellblast fits the bill nicely .", "tokenized_text": ["classical", "music", "is", "amazing", "but", "it", "s", "no", "good", "for", "the", "gym", "i", "have", "to", "play", "some", "metal", "for", "that", "a", "new", "band", "i", "have", "started", "listening", "to", "called", "spellblast", "fits", "the", "bill", "nicely"]}, "6302": {"text": "http://www.spellblast.com/", "tokenized_text": ["http", "www", "spellblast", "com"]}, "6303": {"text": "The highes gothic altar ever built This altar is placed in church of st. Jakub , in town Levo\u010da .", "tokenized_text": ["the", "highes", "gothic", "altar", "ever", "built", "this", "altar", "is", "placed", "in", "church", "of", "st", "jakub", "in", "town", "levo\u010da"]}, "6304": {"text": "It was built between years 1508 - 1510 , by Majster Pavol z Levo\u010de ( Master Paul of Levo\u010da ) .", "tokenized_text": ["it", "was", "built", "between", "years", "1508", "1510", "by", "majster", "pavol", "z", "levo\u010de", "master", "paul", "of", "levo\u010da"]}, "6305": {"text": "Its height reaches 18,62 m .", "tokenized_text": ["its", "height", "reaches", "18", "62", "m"]}, "6306": {"text": "Youtube has several dozen Holocaust Revisionist videos .", "tokenized_text": ["youtube", "has", "several", "dozen", "holocaust", "revisionist", "videos"]}, "6307": {"text": "It wo n't be long until Jewish groups like ADL , SPLC , Simon Wiesenthal Center and Search light are applying big pressure to have these videos censored .", "tokenized_text": ["it", "wo", "n", "t", "be", "long", "until", "jewish", "groups", "like", "adl", "splc", "simon", "wiesenthal", "center", "and", "search", "light", "are", "applying", "big", "pressure", "to", "have", "these", "videos", "censored"]}, "6308": {"text": "David Stein/Cole on the Holocaust and historical revision - YouTube", "tokenized_text": ["david", "stein", "cole", "on", "the", "holocaust", "and", "historical", "revision", "youtube"]}, "6309": {"text": "Appears as if this fellow best me to it and explained a bit better than I could typing from my phone .", "tokenized_text": ["appears", "as", "if", "this", "fellow", "best", "me", "to", "it", "and", "explained", "a", "bit", "better", "than", "i", "could", "typing", "from", "my", "phone"]}, "6310": {"text": "Well done .", "tokenized_text": ["well", "done"]}, "6311": {"text": "Good choice in the XD .", "tokenized_text": ["good", "choice", "in", "the", "xd"]}, "6312": {"text": "I have a .40 sub compact and a .40 XDM .", "tokenized_text": ["i", "have", "a", "40", "sub", "compact", "and", "a", "40", "xdm"]}, "6313": {"text": "My recommendation for a first handgun is always XD or Glock .", "tokenized_text": ["my", "recommendation", "for", "a", "first", "handgun", "is", "always", "xd", "or", "glock"]}, "6314": {"text": "Get your hands on both and get the one that `` fits '' .", "tokenized_text": ["get", "your", "hands", "on", "both", "and", "get", "the", "one", "that", "fits"]}, "6315": {"text": "yes there is a KKK in Canada you have to be invited to get in .", "tokenized_text": ["yes", "there", "is", "a", "kkk", "in", "canada", "you", "have", "to", "be", "invited", "to", "get", "in"]}, "6316": {"text": "They like to keep cops out .", "tokenized_text": ["they", "like", "to", "keep", "cops", "out"]}, "6317": {"text": "If that was your DNA test results you posted , and if the methods of the particular testing company are reliable , then your dark coloring may be coming from these components :", "tokenized_text": ["if", "that", "was", "your", "dna", "test", "results", "you", "posted", "and", "if", "the", "methods", "of", "the", "particular", "testing", "company", "are", "reliable", "then", "your", "dark", "coloring", "may", "be", "coming", "from", "these", "components"]}, "6318": {"text": "A simple lack of judgement caused this .", "tokenized_text": ["a", "simple", "lack", "of", "judgement", "caused", "this"]}, "6319": {"text": "So sad !", "tokenized_text": ["so", "sad"]}, "6320": {"text": "Pro-gun Jamie Gilt is shot by her four-year-old son in Putnam County , Florida | Daily Mail Online", "tokenized_text": ["pro", "gun", "jamie", "gilt", "is", "shot", "by", "her", "four", "year", "old", "son", "in", "putnam", "county", "florida", "daily", "mail", "online"]}, "6321": {"text": "So do the teachers in the public schools in the South hold liberal views in their private life as well , or are they conservative in private life and then knowingly lie to the kids in school ?", "tokenized_text": ["so", "do", "the", "teachers", "in", "the", "public", "schools", "in", "the", "south", "hold", "liberal", "views", "in", "their", "private", "life", "as", "well", "or", "are", "they", "conservative", "in", "private", "life", "and", "then", "knowingly", "lie", "to", "the", "kids", "in", "school"]}, "6322": {"text": "This is disgusting and Justin wants this to live here .", "tokenized_text": ["this", "is", "disgusting", "and", "justin", "wants", "this", "to", "live", "here"]}, "6323": {"text": "This Is The Most Disturbing Muslim ' Refugee ' Video You Will Ever See - BuzzPo", "tokenized_text": ["this", "is", "the", "most", "disturbing", "muslim", "refugee", "video", "you", "will", "ever", "see", "buzzpo"]}, "6324": {"text": "You can come out to Calgary , we have a good group here that is very against drugs and the drug culture .", "tokenized_text": ["you", "can", "come", "out", "to", "calgary", "we", "have", "a", "good", "group", "here", "that", "is", "very", "against", "drugs", "and", "the", "drug", "culture"]}, "6325": {"text": "Wow this policy of prosecuting people for offending liberals is disgusting .", "tokenized_text": ["wow", "this", "policy", "of", "prosecuting", "people", "for", "offending", "liberals", "is", "disgusting"]}, "6326": {"text": "It should never be a crime to tell the truth or speak your mind .", "tokenized_text": ["it", "should", "never", "be", "a", "crime", "to", "tell", "the", "truth", "or", "speak", "your", "mind"]}, "6327": {"text": "I never really thought about it before but I guess bicycling is primarily a white activity , kind of like sunbathing , going swimming , playing golf , tennis , attending a social function without a brawl taking place , not smelling like a wild animal in the locker room after a hard workout , and speaking proper English .", "tokenized_text": ["i", "never", "really", "thought", "about", "it", "before", "but", "i", "guess", "bicycling", "is", "primarily", "a", "white", "activity", "kind", "of", "like", "sunbathing", "going", "swimming", "playing", "golf", "tennis", "attending", "a", "social", "function", "without", "a", "brawl", "taking", "place", "not", "smelling", "like", "a", "wild", "animal", "in", "the", "locker", "room", "after", "a", "hard", "workout", "and", "speaking", "proper", "english"]}, "6328": {"text": "I have multiple sources of spark in my kit - stormproof matches , plain matchs , magnesium / steel .", "tokenized_text": ["i", "have", "multiple", "sources", "of", "spark", "in", "my", "kit", "stormproof", "matches", "plain", "matchs", "magnesium", "steel"]}, "6329": {"text": "I also have pre-baked cotton ( 45 minutes at 350 ) in an old pill bottle and a small container of hand sanitizer ( 70 % ethyl alcohol in gel form ) .", "tokenized_text": ["i", "also", "have", "pre", "baked", "cotton", "45", "minutes", "at", "350", "in", "an", "old", "pill", "bottle", "and", "a", "small", "container", "of", "hand", "sanitizer", "70", "ethyl", "alcohol", "in", "gel", "form"]}, "6330": {"text": "Other ethnic groups are allowed to have ethnocentric charter schools paid by taxpayers .", "tokenized_text": ["other", "ethnic", "groups", "are", "allowed", "to", "have", "ethnocentric", "charter", "schools", "paid", "by", "taxpayers"]}, "6331": {"text": "Why ca n't whites have an English charter school or Latin charter school funded by taxpayers where white culture and literature is promoted .", "tokenized_text": ["why", "ca", "n", "t", "whites", "have", "an", "english", "charter", "school", "or", "latin", "charter", "school", "funded", "by", "taxpayers", "where", "white", "culture", "and", "literature", "is", "promoted"]}, "6332": {"text": "Have not done DNA testing , but looking at the family tree I can see that it 's mostly British with some Italian and Scandinavian thrown in for good measure .", "tokenized_text": ["have", "not", "done", "dna", "testing", "but", "looking", "at", "the", "family", "tree", "i", "can", "see", "that", "it", "s", "mostly", "british", "with", "some", "italian", "and", "scandinavian", "thrown", "in", "for", "good", "measure"]}, "6333": {"text": "Yes, that 's what I tell Black prostitutes in my neck of the woods when the accost me for a good time !", "tokenized_text": ["yes", "that", "s", "what", "i", "tell", "black", "prostitutes", "in", "my", "neck", "of", "the", "woods", "when", "the", "accost", "me", "for", "a", "good", "time"]}, "6334": {"text": "If things keep going the way they are white men are going to be stuck with women that could n't get a black male .", "tokenized_text": ["if", "things", "keep", "going", "the", "way", "they", "are", "white", "men", "are", "going", "to", "be", "stuck", "with", "women", "that", "could", "n", "t", "get", "a", "black", "male"]}, "6335": {"text": "A lot of white women are trying to create danger by drawing these other people into our countries .", "tokenized_text": ["a", "lot", "of", "white", "women", "are", "trying", "to", "create", "danger", "by", "drawing", "these", "other", "people", "into", "our", "countries"]}, "6336": {"text": "Well It would me more uplifting if people threw themselves headfirst behind racial loyalty and make the individual sacrifice for the group but that is up to the individual to make that decision .", "tokenized_text": ["well", "it", "would", "me", "more", "uplifting", "if", "people", "threw", "themselves", "headfirst", "behind", "racial", "loyalty", "and", "make", "the", "individual", "sacrifice", "for", "the", "group", "but", "that", "is", "up", "to", "the", "individual", "to", "make", "that", "decision"]}, "6337": {"text": "I live in a suburban area with an old spring fed lake that always has water in it .", "tokenized_text": ["i", "live", "in", "a", "suburban", "area", "with", "an", "old", "spring", "fed", "lake", "that", "always", "has", "water", "in", "it"]}, "6338": {"text": "Anyone have any thoughts on the best way to turn this water into drinking water ?", "tokenized_text": ["anyone", "have", "any", "thoughts", "on", "the", "best", "way", "to", "turn", "this", "water", "into", "drinking", "water"]}, "6339": {"text": "At least people in the US have guns to defend themselves .", "tokenized_text": ["at", "least", "people", "in", "the", "us", "have", "guns", "to", "defend", "themselves"]}, "6340": {"text": "People in Europe have nothing .", "tokenized_text": ["people", "in", "europe", "have", "nothing"]}, "6341": {"text": "Use your guns to fight for THE WHITE RACE !!", "tokenized_text": ["use", "your", "guns", "to", "fight", "for", "the", "white", "race"]}, "6342": {"text": "And theres a good chance these children will end up race mixing back into the white gene pool , mongrelizing our race .", "tokenized_text": ["and", "theres", "a", "good", "chance", "these", "children", "will", "end", "up", "race", "mixing", "back", "into", "the", "white", "gene", "pool", "mongrelizing", "our", "race"]}, "6343": {"text": "Just started reading Mein Kampf .", "tokenized_text": ["just", "started", "reading", "mein", "kampf"]}, "6344": {"text": "It 's been sitting the shelf for a while and I plan to read a chapter every evening .", "tokenized_text": ["it", "s", "been", "sitting", "the", "shelf", "for", "a", "while", "and", "i", "plan", "to", "read", "a", "chapter", "every", "evening"]}, "6345": {"text": "Is Canada too big ?", "tokenized_text": ["is", "canada", "too", "big"]}, "6346": {"text": "If Canada was small the nonwhites would be everywhere but so many whites live rurally or in small towns so they do n't see the racial disaster unfolding on Canada .", "tokenized_text": ["if", "canada", "was", "small", "the", "nonwhites", "would", "be", "everywhere", "but", "so", "many", "whites", "live", "rurally", "or", "in", "small", "towns", "so", "they", "do", "n", "t", "see", "the", "racial", "disaster", "unfolding", "on", "canada"]}, "6347": {"text": "When Starbucks had that race talk crap a few months back .", "tokenized_text": ["when", "starbucks", "had", "that", "race", "talk", "crap", "a", "few", "months", "back"]}, "6348": {"text": "The were confused because I started talking about NASCAR and how they were racist by not allowing Asian drivers .", "tokenized_text": ["the", "were", "confused", "because", "i", "started", "talking", "about", "nascar", "and", "how", "they", "were", "racist", "by", "not", "allowing", "asian", "drivers"]}, "6349": {"text": "They all thought I was crazy and I know I was acting as foolish as the discussions were", "tokenized_text": ["they", "all", "thought", "i", "was", "crazy", "and", "i", "know", "i", "was", "acting", "as", "foolish", "as", "the", "discussions", "were"]}, "6350": {"text": "I still have bottle cages on most of my bikes .", "tokenized_text": ["i", "still", "have", "bottle", "cages", "on", "most", "of", "my", "bikes"]}, "6351": {"text": "I put sports drinks in them on longer rides and keep water in the Camelback .", "tokenized_text": ["i", "put", "sports", "drinks", "in", "them", "on", "longer", "rides", "and", "keep", "water", "in", "the", "camelback"]}, "6352": {"text": "Thank you !", "tokenized_text": ["thank", "you"]}, "6353": {"text": "Going to sign `` Through Innocent Eyes '' right now and mail it to you first thing tomorrow morning !", "tokenized_text": ["going", "to", "sign", "through", "innocent", "eyes", "right", "now", "and", "mail", "it", "to", "you", "first", "thing", "tomorrow", "morning"]}, "6354": {"text": "Thank you so much !", "tokenized_text": ["thank", "you", "so", "much"]}, "6355": {"text": "Cindy", "tokenized_text": ["cindy"]}, "6356": {"text": "You've walked right into it again .", "tokenized_text": ["you", "ve", "walked", "right", "into", "it", "again"]}, "6357": {"text": "How you going to get out this time ?", "tokenized_text": ["how", "you", "going", "to", "get", "out", "this", "time"]}, "6358": {"text": "Kick over the pieces ?", "tokenized_text": ["kick", "over", "the", "pieces"]}, "6359": {"text": "Ask a friend ?", "tokenized_text": ["ask", "a", "friend"]}, "6360": {"text": "Yes, but it is very difficult to obtain firearms in New York City .", "tokenized_text": ["yes", "but", "it", "is", "very", "difficult", "to", "obtain", "firearms", "in", "new", "york", "city"]}, "6361": {"text": "You need an extensive background check and references .", "tokenized_text": ["you", "need", "an", "extensive", "background", "check", "and", "references"]}, "6362": {"text": "Wieghtlifting and martial arts , I used to fish a hell of a lot when I was younger with my grandfather aswell as going shooting - need to get back to it ...", "tokenized_text": ["wieghtlifting", "and", "martial", "arts", "i", "used", "to", "fish", "a", "hell", "of", "a", "lot", "when", "i", "was", "younger", "with", "my", "grandfather", "aswell", "as", "going", "shooting", "need", "to", "get", "back", "to", "it"]}, "6363": {"text": "Theres an old style weapon called a monkeys claw/fist that seamen would make from rope and lead shot .", "tokenized_text": ["theres", "an", "old", "style", "weapon", "called", "a", "monkeys", "claw", "fist", "that", "seamen", "would", "make", "from", "rope", "and", "lead", "shot"]}, "6364": {"text": "I always intended to try making one but never got round to it .", "tokenized_text": ["i", "always", "intended", "to", "try", "making", "one", "but", "never", "got", "round", "to", "it"]}, "6365": {"text": "Plans are on youtube .", "tokenized_text": ["plans", "are", "on", "youtube"]}, "6366": {"text": "it makes me so happy to see all of these familes. it gives me more hope than ever that our race will live on forever .", "tokenized_text": ["it", "makes", "me", "so", "happy", "to", "see", "all", "of", "these", "familes", "it", "gives", "me", "more", "hope", "than", "ever", "that", "our", "race", "will", "live", "on", "forever"]}, "6367": {"text": "Oh, you 'd better believe they do .", "tokenized_text": ["oh", "you", "d", "better", "believe", "they", "do"]}, "6368": {"text": "As do blacks .", "tokenized_text": ["as", "do", "blacks"]}, "6369": {"text": "I 've also noticed that lazy whites tend to side with them too .", "tokenized_text": ["i", "ve", "also", "noticed", "that", "lazy", "whites", "tend", "to", "side", "with", "them", "too"]}, "6370": {"text": "o___O Im gonna see if i can get them on my kobo . .... damn nope .", "tokenized_text": ["o___o", "im", "gonna", "see", "if", "i", "can", "get", "them", "on", "my", "kobo", "damn", "nope"]}, "6371": {"text": "But that reminds me , Harry Potter was finally released in ebook .", "tokenized_text": ["but", "that", "reminds", "me", "harry", "potter", "was", "finally", "released", "in", "ebook"]}, "6372": {"text": "When I have the money , I wants it", "tokenized_text": ["when", "i", "have", "the", "money", "i", "wants", "it"]}, "6373": {"text": "Whites wo n't exist in Canada anymore they all have left or mixed themselves away basically leaving Canada to become a large ghetto", "tokenized_text": ["whites", "wo", "n", "t", "exist", "in", "canada", "anymore", "they", "all", "have", "left", "or", "mixed", "themselves", "away", "basically", "leaving", "canada", "to", "become", "a", "large", "ghetto"]}, "6374": {"text": "What if there had been no Norman conquest ?", "tokenized_text": ["what", "if", "there", "had", "been", "no", "norman", "conquest"]}, "6375": {"text": "I would probably be French instead of American .", "tokenized_text": ["i", "would", "probably", "be", "french", "instead", "of", "american"]}, "6376": {"text": "My earliest known paternal ancestor was a Norman knight who sent two sons across the Channel in 1066 .", "tokenized_text": ["my", "earliest", "known", "paternal", "ancestor", "was", "a", "norman", "knight", "who", "sent", "two", "sons", "across", "the", "channel", "in", "1066"]}, "6377": {"text": "Six hundred years later my 9th great grandfather came to America .", "tokenized_text": ["six", "hundred", "years", "later", "my", "9th", "great", "grandfather", "came", "to", "america"]}, "6378": {"text": "There could be if could put together something we have had interest from people in Manitoba before .", "tokenized_text": ["there", "could", "be", "if", "could", "put", "together", "something", "we", "have", "had", "interest", "from", "people", "in", "manitoba", "before"]}, "6379": {"text": "Send us an email Unit14Global@gmail.com", "tokenized_text": ["send", "us", "an", "email", "unit14global", "gmail", "com"]}, "6380": {"text": "The Book of Revelation !", "tokenized_text": ["the", "book", "of", "revelation"]}, "6381": {"text": "There 's no better source for learning about the end times than God 's own words .", "tokenized_text": ["there", "s", "no", "better", "source", "for", "learning", "about", "the", "end", "times", "than", "god", "s", "own", "words"]}, "6382": {"text": "The Bible is the only true source for end times information and anything else is just human speculation", "tokenized_text": ["the", "bible", "is", "the", "only", "true", "source", "for", "end", "times", "information", "and", "anything", "else", "is", "just", "human", "speculation"]}, "6383": {"text": "You have to defend yourself with riots happening across the country and invaders flooding across our borders .", "tokenized_text": ["you", "have", "to", "defend", "yourself", "with", "riots", "happening", "across", "the", "country", "and", "invaders", "flooding", "across", "our", "borders"]}, "6384": {"text": "The government and elites will not do anything about it .", "tokenized_text": ["the", "government", "and", "elites", "will", "not", "do", "anything", "about", "it"]}, "6385": {"text": "Defend yourself !!!!!", "tokenized_text": ["defend", "yourself"]}, "6386": {"text": "California has gotten so weak i was in the marine corps for years i cant believe how wussed out they are the same place i went to boot camp in 1981 i fired everything they had but could n't drink beer off the base ..... San Diego is gorgeous tho", "tokenized_text": ["california", "has", "gotten", "so", "weak", "i", "was", "in", "the", "marine", "corps", "for", "years", "i", "cant", "believe", "how", "wussed", "out", "they", "are", "the", "same", "place", "i", "went", "to", "boot", "camp", "in", "1981", "i", "fired", "everything", "they", "had", "but", "could", "n", "t", "drink", "beer", "off", "the", "base", "san", "diego", "is", "gorgeous", "tho"]}, "6387": {"text": "It does look good .", "tokenized_text": ["it", "does", "look", "good"]}, "6388": {"text": "I love audio !", "tokenized_text": ["i", "love", "audio"]}, "6389": {"text": "I just turn up the sound and I can work and listen .", "tokenized_text": ["i", "just", "turn", "up", "the", "sound", "and", "i", "can", "work", "and", "listen"]}, "6390": {"text": "Occasionally I 've accidentally left the window open , and Dr. Pierce lectured to the neighborhood", "tokenized_text": ["occasionally", "i", "ve", "accidentally", "left", "the", "window", "open", "and", "dr", "pierce", "lectured", "to", "the", "neighborhood"]}, "6391": {"text": "There is always the International Oil Patch , we know there is no Drugs , Booze , or Hookers there , and a different Country every few weeks Get your Divorce early , everyone gets one two to a customer .", "tokenized_text": ["there", "is", "always", "the", "international", "oil", "patch", "we", "know", "there", "is", "no", "drugs", "booze", "or", "hookers", "there", "and", "a", "different", "country", "every", "few", "weeks", "get", "your", "divorce", "early", "everyone", "gets", "one", "two", "to", "a", "customer"]}, "6392": {"text": "unless you teach math , but hell there 's a post on here that says math teachers want to teach social equality. and white privilege !", "tokenized_text": ["unless", "you", "teach", "math", "but", "hell", "there", "s", "a", "post", "on", "here", "that", "says", "math", "teachers", "want", "to", "teach", "social", "equality", "and", "white", "privilege"]}, "6393": {"text": "I fell asleep on the couch with a blue tongue skink on my chest one night and awoke to him biting my neck , I guess my Adam 's apple set off a feeding response .", "tokenized_text": ["i", "fell", "asleep", "on", "the", "couch", "with", "a", "blue", "tongue", "skink", "on", "my", "chest", "one", "night", "and", "awoke", "to", "him", "biting", "my", "neck", "i", "guess", "my", "adam", "s", "apple", "set", "off", "a", "feeding", "response"]}, "6394": {"text": "I screamed WTF and the GF came running out of the bedroom wondering what happened. we both got a good chuckle out of it .", "tokenized_text": ["i", "screamed", "wtf", "and", "the", "gf", "came", "running", "out", "of", "the", "bedroom", "wondering", "what", "happened", "we", "both", "got", "a", "good", "chuckle", "out", "of", "it"]}, "6395": {"text": "Evidence?", "tokenized_text": ["evidence"]}, "6396": {"text": "They do n't need evidence .", "tokenized_text": ["they", "do", "n", "t", "need", "evidence"]}, "6397": {"text": "In many countries the Jew/white liberal will throw you in jail for longer than a murderer for denying their `` evidence '' !", "tokenized_text": ["in", "many", "countries", "the", "jew", "white", "liberal", "will", "throw", "you", "in", "jail", "for", "longer", "than", "a", "murderer", "for", "denying", "their", "evidence"]}, "6398": {"text": "Love how the ape loses so starts going on about how he 's going to shoot him .", "tokenized_text": ["love", "how", "the", "ape", "loses", "so", "starts", "going", "on", "about", "how", "he", "s", "going", "to", "shoot", "him"]}, "6399": {"text": "What a cowardly cretin he is .", "tokenized_text": ["what", "a", "cowardly", "cretin", "he", "is"]}, "6400": {"text": "Yes, there some real GOOD places to live .", "tokenized_text": ["yes", "there", "some", "real", "good", "places", "to", "live"]}, "6401": {"text": "Some so remote , you will hear coyotes , and see the night sky as never before .", "tokenized_text": ["some", "so", "remote", "you", "will", "hear", "coyotes", "and", "see", "the", "night", "sky", "as", "never", "before"]}, "6402": {"text": "Instead of hearing rap music and looking at bling , The song dogs ( coyotes ) will serenade you ... This is the kind of stuff I love to talk about .", "tokenized_text": ["instead", "of", "hearing", "rap", "music", "and", "looking", "at", "bling", "the", "song", "dogs", "coyotes", "will", "serenade", "you", "this", "is", "the", "kind", "of", "stuff", "i", "love", "to", "talk", "about"]}, "6403": {"text": "A beautiful and very proper Czech Christmas song featuring the great Marta Kubisova who was silenced for standing up to communists in 1971 .", "tokenized_text": ["a", "beautiful", "and", "very", "proper", "czech", "christmas", "song", "featuring", "the", "great", "marta", "kubisova", "who", "was", "silenced", "for", "standing", "up", "to", "communists", "in", "1971"]}, "6404": {"text": "V\u00c3 \u00a1 clav Neck\u00c3 \u00a1 \u00c5 & Karel \u00c5 * t\u00c4 dr\u00c3 1\\/2 & Marta Kubi\u00c5 \u00a1 ov\u00c3 \u00a1 - Dary nesem ( 1968 ) - YouTube", "tokenized_text": ["v\u00e3", "clav", "neck\u00e3", "\u00e5", "karel", "\u00e5", "t\u00e4", "dr\u00e3", "1", "2", "marta", "kubi\u00e5", "ov\u00e3", "dary", "nesem", "1968", "youtube"]}, "6405": {"text": "I know somebody who wants to perhaps move to Alberta but is wondering if they have the homo agenda in the schools there .", "tokenized_text": ["i", "know", "somebody", "who", "wants", "to", "perhaps", "move", "to", "alberta", "but", "is", "wondering", "if", "they", "have", "the", "homo", "agenda", "in", "the", "schools", "there"]}, "6406": {"text": "Does somebody know ?", "tokenized_text": ["does", "somebody", "know"]}, "6407": {"text": "Firestorm of Star Birth in Galaxy Centaurus A Resembling looming rain clouds on a stormy day , dark lanes of dust crisscross the giant elliptical galaxy Centaurus A.", "tokenized_text": ["firestorm", "of", "star", "birth", "in", "galaxy", "centaurus", "a", "resembling", "looming", "rain", "clouds", "on", "a", "stormy", "day", "dark", "lanes", "of", "dust", "crisscross", "the", "giant", "elliptical", "galaxy", "centaurus", "a"]}, "6408": {"text": "What is worse , is the fact that they are allowed to bring their violent chaos to our beloved homelands , and contaminate the minds of our children !", "tokenized_text": ["what", "is", "worse", "is", "the", "fact", "that", "they", "are", "allowed", "to", "bring", "their", "violent", "chaos", "to", "our", "beloved", "homelands", "and", "contaminate", "the", "minds", "of", "our", "children"]}, "6409": {"text": "I have n't been to a gun show in years .", "tokenized_text": ["i", "have", "n", "t", "been", "to", "a", "gun", "show", "in", "years"]}, "6410": {"text": "When I was young , gun shows were just that .", "tokenized_text": ["when", "i", "was", "young", "gun", "shows", "were", "just", "that"]}, "6411": {"text": "They were usually independent collectors with their guns on display or private collections for sale .", "tokenized_text": ["they", "were", "usually", "independent", "collectors", "with", "their", "guns", "on", "display", "or", "private", "collections", "for", "sale"]}, "6412": {"text": "Today , you pay to look at table after table of guns priced at retail .", "tokenized_text": ["today", "you", "pay", "to", "look", "at", "table", "after", "table", "of", "guns", "priced", "at", "retail"]}, "6413": {"text": "The tables with junk Chinese knives and jewelry have also proliferated .", "tokenized_text": ["the", "tables", "with", "junk", "chinese", "knives", "and", "jewelry", "have", "also", "proliferated"]}, "6414": {"text": "It's easy for them to multiply because their African genes are so incredibly pronounced .", "tokenized_text": ["it", "s", "easy", "for", "them", "to", "multiply", "because", "their", "african", "genes", "are", "so", "incredibly", "pronounced"]}, "6415": {"text": "Blacks do n't need other blacks to pass on their genes .", "tokenized_text": ["blacks", "do", "n", "t", "need", "other", "blacks", "to", "pass", "on", "their", "genes"]}, "6416": {"text": "Hmmmm. not a fan of the Hydroshok round .", "tokenized_text": ["hmmmm", "not", "a", "fan", "of", "the", "hydroshok", "round"]}, "6417": {"text": "I saw a few video tests of them somewhere ........", "tokenized_text": ["i", "saw", "a", "few", "video", "tests", "of", "them", "somewhere"]}, "6418": {"text": "Let me see if I can find them for you .", "tokenized_text": ["let", "me", "see", "if", "i", "can", "find", "them", "for", "you"]}, "6419": {"text": "Is it okay to enjoy toast ?", "tokenized_text": ["is", "it", "okay", "to", "enjoy", "toast"]}, "6420": {"text": "Because the bread starts off all pure and white but once toasted it is a dark brown shade and is dry and hard and doesnt taste like bread at all ?", "tokenized_text": ["because", "the", "bread", "starts", "off", "all", "pure", "and", "white", "but", "once", "toasted", "it", "is", "a", "dark", "brown", "shade", "and", "is", "dry", "and", "hard", "and", "doesnt", "taste", "like", "bread", "at", "all"]}, "6421": {"text": "Nordic is a sub race that an Anglo Saxon or Celtic person could and more than likely does belong to .", "tokenized_text": ["nordic", "is", "a", "sub", "race", "that", "an", "anglo", "saxon", "or", "celtic", "person", "could", "and", "more", "than", "likely", "does", "belong", "to"]}, "6422": {"text": "Nordic is not someone 's heritage it 's a sub race category than one person 's heritage will be put into .", "tokenized_text": ["nordic", "is", "not", "someone", "s", "heritage", "it", "s", "a", "sub", "race", "category", "than", "one", "person", "s", "heritage", "will", "be", "put", "into"]}, "6423": {"text": "Well of course not , hell , my glock 40 9mils can hit a penny at a mile if I hold ' em sideways !", "tokenized_text": ["well", "of", "course", "not", "hell", "my", "glock", "40", "9mils", "can", "hit", "a", "penny", "at", "a", "mile", "if", "i", "hold", "em", "sideways"]}, "6424": {"text": "YEH YAY !!!", "tokenized_text": ["yeh", "yay"]}, "6425": {"text": "Trying to find out where to buy a copy of White Power that either ships to England or can be bought in England", "tokenized_text": ["trying", "to", "find", "out", "where", "to", "buy", "a", "copy", "of", "white", "power", "that", "either", "ships", "to", "england", "or", "can", "be", "bought", "in", "england"]}, "6426": {"text": "Cool.", "tokenized_text": ["cool"]}, "6427": {"text": "I 'm surprised Greek or some Asiatic languages did n't pop up .", "tokenized_text": ["i", "m", "surprised", "greek", "or", "some", "asiatic", "languages", "did", "n", "t", "pop", "up"]}, "6428": {"text": "I hear Icelandic and Mandarin are among the most difficult .", "tokenized_text": ["i", "hear", "icelandic", "and", "mandarin", "are", "among", "the", "most", "difficult"]}, "6429": {"text": "I've never heard of blacks being better at cutting weight .", "tokenized_text": ["i", "ve", "never", "heard", "of", "blacks", "being", "better", "at", "cutting", "weight"]}, "6430": {"text": "But from what i have seen of the UFC lately , there are many whites dominating their division or challenging in the top positions of just about every weight class , with the exception of the heavyweight division .", "tokenized_text": ["but", "from", "what", "i", "have", "seen", "of", "the", "ufc", "lately", "there", "are", "many", "whites", "dominating", "their", "division", "or", "challenging", "in", "the", "top", "positions", "of", "just", "about", "every", "weight", "class", "with", "the", "exception", "of", "the", "heavyweight", "division"]}, "6431": {"text": "What age is too old to start driving a truck on the long hauls ?", "tokenized_text": ["what", "age", "is", "too", "old", "to", "start", "driving", "a", "truck", "on", "the", "long", "hauls"]}, "6432": {"text": "Is there a mandatory retirement age or an age limit ?", "tokenized_text": ["is", "there", "a", "mandatory", "retirement", "age", "or", "an", "age", "limit"]}, "6433": {"text": "This judge is an idiot and a prime example of why the law gets what little respect it does these days , they will let anyone with an agenda and connections become a judge these days .", "tokenized_text": ["this", "judge", "is", "an", "idiot", "and", "a", "prime", "example", "of", "why", "the", "law", "gets", "what", "little", "respect", "it", "does", "these", "days", "they", "will", "let", "anyone", "with", "an", "agenda", "and", "connections", "become", "a", "judge", "these", "days"]}, "6434": {"text": "Special Spring snack for Kes .", "tokenized_text": ["special", "spring", "snack", "for", "kes"]}, "6435": {"text": "She 'll smell of it for a while then it 'll be gone in a matter of seconds .", "tokenized_text": ["she", "ll", "smell", "of", "it", "for", "a", "while", "then", "it", "ll", "be", "gone", "in", "a", "matter", "of", "seconds"]}, "6436": {"text": "https://scontent-a-ord.xx.fbcdn.net/hphotos-prn1/560008_10200593451827685_1725723611_n.jpg Antique photo of French motorized tricycles https : //scontent-b-ord.xx.fbcdn.net/hphotos-ash4/603341 _ 10200196698389097 _ 1099230950 _ n.jpg Man with elaborate motorized tricycle More photos : https : //www.facebook.com/isabelle.br ... 1025670 & type = 3", "tokenized_text": ["https", "scontent", "a", "ord", "xx", "fbcdn", "net", "hphotos", "prn1", "560008_10200593451827685_1725723611_n", "jpg", "antique", "photo", "of", "french", "motorized", "tricycles", "https", "scontent", "b", "ord", "xx", "fbcdn", "net", "hphotos", "ash4", "603341", "_", "10200196698389097", "_", "1099230950", "_", "n", "jpg", "man", "with", "elaborate", "motorized", "tricycle", "more", "photos", "https", "www", "facebook", "com", "isabelle", "br", "1025670", "type", "3"]}, "6437": {"text": "i have french-german-spanish blood , but i have mostly french blood , my last name is french , as far as i know that \u00b4 s all .", "tokenized_text": ["i", "have", "french", "german", "spanish", "blood", "but", "i", "have", "mostly", "french", "blood", "my", "last", "name", "is", "french", "as", "far", "as", "i", "know", "that", "s", "all"]}, "6438": {"text": "This guy is pretty cool going around and exposing fake SEALS .", "tokenized_text": ["this", "guy", "is", "pretty", "cool", "going", "around", "and", "exposing", "fake", "seals"]}, "6439": {"text": "Too bad most of the guys he catches are white .", "tokenized_text": ["too", "bad", "most", "of", "the", "guys", "he", "catches", "are", "white"]}, "6440": {"text": "You have to listen to him and his wife do little stories in between his interviews but they are ok = ) Phony Navy SEAL of the WEEK , Adam Hubbard , Jose R. Gonzalez , D.K. Grant .", "tokenized_text": ["you", "have", "to", "listen", "to", "him", "and", "his", "wife", "do", "little", "stories", "in", "between", "his", "interviews", "but", "they", "are", "ok", "phony", "navy", "seal", "of", "the", "week", "adam", "hubbard", "jose", "r", "gonzalez", "d", "k", "grant"]}, "6441": {"text": "- YouTube", "tokenized_text": ["youtube"]}, "6442": {"text": "Unfortunately in the United Kingdom we do n't have guns like you Yanks so I was hoping for some alternatives for a SHTF scenario ?", "tokenized_text": ["unfortunately", "in", "the", "united", "kingdom", "we", "do", "n", "t", "have", "guns", "like", "you", "yanks", "so", "i", "was", "hoping", "for", "some", "alternatives", "for", "a", "shtf", "scenario"]}, "6443": {"text": "I use 40mm grenade ammo cans , rubber sealed and air tight and you can find them for about $ 20 a piece .", "tokenized_text": ["i", "use", "40mm", "grenade", "ammo", "cans", "rubber", "sealed", "and", "air", "tight", "and", "you", "can", "find", "them", "for", "about", "20", "a", "piece"]}, "6444": {"text": "17L x 6W x 10.5H.", "tokenized_text": ["17l", "x", "6w", "x", "10", "5h"]}, "6445": {"text": "some times Whites are forced to live around a lot of blacks .", "tokenized_text": ["some", "times", "whites", "are", "forced", "to", "live", "around", "a", "lot", "of", "blacks"]}, "6446": {"text": "We live in a black majority neighborhood for economic reasons and we are definitely not race mixers .", "tokenized_text": ["we", "live", "in", "a", "black", "majority", "neighborhood", "for", "economic", "reasons", "and", "we", "are", "definitely", "not", "race", "mixers"]}, "6447": {"text": "What city and when was this that no calls could be made out .", "tokenized_text": ["what", "city", "and", "when", "was", "this", "that", "no", "calls", "could", "be", "made", "out"]}, "6448": {"text": "Solution walkie talkies that take double a batteries .", "tokenized_text": ["solution", "walkie", "talkies", "that", "take", "double", "a", "batteries"]}, "6449": {"text": "Those solar lawn lights , you know whats inside that charges during the day so they run at night double a batteries .", "tokenized_text": ["those", "solar", "lawn", "lights", "you", "know", "whats", "inside", "that", "charges", "during", "the", "day", "so", "they", "run", "at", "night", "double", "a", "batteries"]}, "6450": {"text": "If it takes double a batteries it will always run .", "tokenized_text": ["if", "it", "takes", "double", "a", "batteries", "it", "will", "always", "run"]}, "6451": {"text": "Yes but upon further research I have realised its just a liability .", "tokenized_text": ["yes", "but", "upon", "further", "research", "i", "have", "realised", "its", "just", "a", "liability"]}, "6452": {"text": "I do n't want to throw my life away .", "tokenized_text": ["i", "do", "n", "t", "want", "to", "throw", "my", "life", "away"]}, "6453": {"text": "I would love to see a video of Somalis blown apart with a torpedo and see bodies and scrap metal fly hundreds of feet into the air .", "tokenized_text": ["i", "would", "love", "to", "see", "a", "video", "of", "somalis", "blown", "apart", "with", "a", "torpedo", "and", "see", "bodies", "and", "scrap", "metal", "fly", "hundreds", "of", "feet", "into", "the", "air"]}, "6454": {"text": "i honestly dont know what my eye color is ... they look green , but at times grey or dark blue .. sucks i cant determine my actual eye color .", "tokenized_text": ["i", "honestly", "dont", "know", "what", "my", "eye", "color", "is", "they", "look", "green", "but", "at", "times", "grey", "or", "dark", "blue", "sucks", "i", "cant", "determine", "my", "actual", "eye", "color"]}, "6455": {"text": "Either when the last White child is brutally murdered or when the last of our enemies perishes .", "tokenized_text": ["either", "when", "the", "last", "white", "child", "is", "brutally", "murdered", "or", "when", "the", "last", "of", "our", "enemies", "perishes"]}, "6456": {"text": "This is your only choice , White man !", "tokenized_text": ["this", "is", "your", "only", "choice", "white", "man"]}, "6457": {"text": "Changing the narrative a little .", "tokenized_text": ["changing", "the", "narrative", "a", "little"]}, "6458": {"text": "Still , a little bit of truth slipping out of an Israeli 's mouth Surprised this thread was moved as it 's all over the news here .", "tokenized_text": ["still", "a", "little", "bit", "of", "truth", "slipping", "out", "of", "an", "israeli", "s", "mouth", "surprised", "this", "thread", "was", "moved", "as", "it", "s", "all", "over", "the", "news", "here"]}, "6459": {"text": "Outraged presenters and all .", "tokenized_text": ["outraged", "presenters", "and", "all"]}, "6460": {"text": "As a holder of a black belt in an Asian martial art I can say that they can be very effective for real world self defense .", "tokenized_text": ["as", "a", "holder", "of", "a", "black", "belt", "in", "an", "asian", "martial", "art", "i", "can", "say", "that", "they", "can", "be", "very", "effective", "for", "real", "world", "self", "defense"]}, "6461": {"text": "My 22 pump action long rifle for fun My mosin nagant for hunting My semi automatic 12 gauge for home defense buck shots My browning 1919 for personal side arm My mauser k 98 k scoped for hunting", "tokenized_text": ["my", "22", "pump", "action", "long", "rifle", "for", "fun", "my", "mosin", "nagant", "for", "hunting", "my", "semi", "automatic", "12", "gauge", "for", "home", "defense", "buck", "shots", "my", "browning", "1919", "for", "personal", "side", "arm", "my", "mauser", "k", "98", "k", "scoped", "for", "hunting"]}, "6462": {"text": "I understand your concern , but before you worry too much about coons with guns and their ability to plan anything , watch this video .", "tokenized_text": ["i", "understand", "your", "concern", "but", "before", "you", "worry", "too", "much", "about", "coons", "with", "guns", "and", "their", "ability", "to", "plan", "anything", "watch", "this", "video"]}, "6463": {"text": "Blacks Will Lose Race War - YouTube", "tokenized_text": ["blacks", "will", "lose", "race", "war", "youtube"]}, "6464": {"text": "That's completely true , I have a 3-y-o son and he does n't like at all to play with brown-skinned boys or girls , I especially remember once a pair of twin girls came up to kiss him and he just ran away , it was the enchantment of the white man !", "tokenized_text": ["that", "s", "completely", "true", "i", "have", "a", "3", "y", "o", "son", "and", "he", "does", "n", "t", "like", "at", "all", "to", "play", "with", "brown", "skinned", "boys", "or", "girls", "i", "especially", "remember", "once", "a", "pair", "of", "twin", "girls", "came", "up", "to", "kiss", "him", "and", "he", "just", "ran", "away", "it", "was", "the", "enchantment", "of", "the", "white", "man"]}, "6465": {"text": "I actually saw it .", "tokenized_text": ["i", "actually", "saw", "it"]}, "6466": {"text": "Behind bullet-proof glass , a dozen armed guards , maybe 50 yards away .", "tokenized_text": ["behind", "bullet", "proof", "glass", "a", "dozen", "armed", "guards", "maybe", "50", "yards", "away"]}, "6467": {"text": "Looked like it was 6 inches tall ; but I saw it .", "tokenized_text": ["looked", "like", "it", "was", "6", "inches", "tall", "but", "i", "saw", "it"]}, "6468": {"text": "ik was watching a outdoors hunting show in Canada today. looks to me they have every thing we have channel 604 on direct tv", "tokenized_text": ["ik", "was", "watching", "a", "outdoors", "hunting", "show", "in", "canada", "today", "looks", "to", "me", "they", "have", "every", "thing", "we", "have", "channel", "604", "on", "direct", "tv"]}, "6469": {"text": "New York 's Old Pennsylvania Station , What a tragic loss , to promote Jewish `` Modern '' filth , no surprise !", "tokenized_text": ["new", "york", "s", "old", "pennsylvania", "station", "what", "a", "tragic", "loss", "to", "promote", "jewish", "modern", "filth", "no", "surprise"]}, "6470": {"text": "New York Brownstones , designed by European Whites .", "tokenized_text": ["new", "york", "brownstones", "designed", "by", "european", "whites"]}, "6471": {"text": "Inside Cologne Catherdral Paris Opera House Peterhoff Palace St. Petersburg , Russia Palace at Versailles", "tokenized_text": ["inside", "cologne", "catherdral", "paris", "opera", "house", "peterhoff", "palace", "st", "petersburg", "russia", "palace", "at", "versailles"]}, "6472": {"text": "We have n't heard this exquisitely beautiful song in a while .", "tokenized_text": ["we", "have", "n", "t", "heard", "this", "exquisitely", "beautiful", "song", "in", "a", "while"]}, "6473": {"text": "Let 's hear it again this morning .", "tokenized_text": ["let", "s", "hear", "it", "again", "this", "morning"]}, "6474": {"text": "Perfection .", "tokenized_text": ["perfection"]}, "6475": {"text": "Jackie Evancho - Lovers - House of Flying Daggers - HD - YouTube", "tokenized_text": ["jackie", "evancho", "lovers", "house", "of", "flying", "daggers", "hd", "youtube"]}, "6476": {"text": "Boys and girls should n't wrestle each other .", "tokenized_text": ["boys", "and", "girls", "should", "n", "t", "wrestle", "each", "other"]}, "6477": {"text": "It never ends well , especially if the boy loses .", "tokenized_text": ["it", "never", "ends", "well", "especially", "if", "the", "boy", "loses"]}, "6478": {"text": "I 've seen guys lose to girls and have their high school lives ruined to the point of having to switch schools because of the teasing and tormenting after losing to a girl .", "tokenized_text": ["i", "ve", "seen", "guys", "lose", "to", "girls", "and", "have", "their", "high", "school", "lives", "ruined", "to", "the", "point", "of", "having", "to", "switch", "schools", "because", "of", "the", "teasing", "and", "tormenting", "after", "losing", "to", "a", "girl"]}, "6479": {"text": "These kind of stories are designed to create more fear , and more calls from the ignorant sheeple for gun control .", "tokenized_text": ["these", "kind", "of", "stories", "are", "designed", "to", "create", "more", "fear", "and", "more", "calls", "from", "the", "ignorant", "sheeple", "for", "gun", "control"]}, "6480": {"text": "The jew is attempting to make the condemned beg for the noose .", "tokenized_text": ["the", "jew", "is", "attempting", "to", "make", "the", "condemned", "beg", "for", "the", "noose"]}, "6481": {"text": "Many of them are doing just as their masters desire .", "tokenized_text": ["many", "of", "them", "are", "doing", "just", "as", "their", "masters", "desire"]}, "6482": {"text": "Honestly, coming out with an ill thought out rant like this would see you dismissed as a crank in any meaningful debate .", "tokenized_text": ["honestly", "coming", "out", "with", "an", "ill", "thought", "out", "rant", "like", "this", "would", "see", "you", "dismissed", "as", "a", "crank", "in", "any", "meaningful", "debate"]}, "6483": {"text": "Negroes also do n't know how to clean guns or care about cleaning guns or gunsmithing , which will catch up to them .", "tokenized_text": ["negroes", "also", "do", "n", "t", "know", "how", "to", "clean", "guns", "or", "care", "about", "cleaning", "guns", "or", "gunsmithing", "which", "will", "catch", "up", "to", "them"]}, "6484": {"text": "if the sensi knows what they are doing they will break down the kata and show you how each move or movies apply to a certian kind of attack .", "tokenized_text": ["if", "the", "sensi", "knows", "what", "they", "are", "doing", "they", "will", "break", "down", "the", "kata", "and", "show", "you", "how", "each", "move", "or", "movies", "apply", "to", "a", "certian", "kind", "of", "attack"]}, "6485": {"text": "Hi Im tv free do n't have kids yet reading mending , sewing , menting board games radio study extra curricula actives Good on you for planning a FREE jewv existence", "tokenized_text": ["hi", "im", "tv", "free", "do", "n", "t", "have", "kids", "yet", "reading", "mending", "sewing", "menting", "board", "games", "radio", "study", "extra", "curricula", "actives", "good", "on", "you", "for", "planning", "a", "free", "jewv", "existence"]}, "6486": {"text": "Yeah I downloaded them all just in case , have to wait until the all-in-one video gets posted again , seems the hews and their companies got to YT as usual and took it down ..", "tokenized_text": ["yeah", "i", "downloaded", "them", "all", "just", "in", "case", "have", "to", "wait", "until", "the", "all", "in", "one", "video", "gets", "posted", "again", "seems", "the", "hews", "and", "their", "companies", "got", "to", "yt", "as", "usual", "and", "took", "it", "down"]}, "6487": {"text": "Typical", "tokenized_text": ["typical"]}, "6488": {"text": "I can hear the Chief now , we have enough on our plates .", "tokenized_text": ["i", "can", "hear", "the", "chief", "now", "we", "have", "enough", "on", "our", "plates"]}, "6489": {"text": "How dare you give us evidence of crimes on tape !", "tokenized_text": ["how", "dare", "you", "give", "us", "evidence", "of", "crimes", "on", "tape"]}, "6490": {"text": "Videos like this just make me go hmm .", "tokenized_text": ["videos", "like", "this", "just", "make", "me", "go", "hmm"]}, "6491": {"text": "Should I go for the .45 and knock em down or should I go 9mm hi cap since its like an infestation .", "tokenized_text": ["should", "i", "go", "for", "the", "45", "and", "knock", "em", "down", "or", "should", "i", "go", "9mm", "hi", "cap", "since", "its", "like", "an", "infestation"]}, "6492": {"text": "I shoot a `` souped up '' first year Ruger Old Army .", "tokenized_text": ["i", "shoot", "a", "souped", "up", "first", "year", "ruger", "old", "army"]}, "6493": {"text": "Adjustable rear sight , orange target insert in the front sight , modified cylinder .", "tokenized_text": ["adjustable", "rear", "sight", "orange", "target", "insert", "in", "the", "front", "sight", "modified", "cylinder"]}, "6494": {"text": "Brass Super Blackhawk Dragoon grip frame .", "tokenized_text": ["brass", "super", "blackhawk", "dragoon", "grip", "frame"]}, "6495": {"text": ".457 round ball over an Ox Yoke Wonder Wad , over a 30gr Pyrodex pistol pellet , which is over 5-25 grains by volume of FFFg equivalent 777 ... fired by a #10 Remington Magnum percussion cap .", "tokenized_text": ["457", "round", "ball", "over", "an", "ox", "yoke", "wonder", "wad", "over", "a", "30gr", "pyrodex", "pistol", "pellet", "which", "is", "over", "5", "25", "grains", "by", "volume", "of", "fffg", "equivalent", "777", "fired", "by", "a", "10", "remington", "magnum", "percussion", "cap"]}, "6496": {"text": "#11 caps are useless on this particular gun , as you go around the cylinder at least one full revolution before they can actually seat fully and fire .", "tokenized_text": ["11", "caps", "are", "useless", "on", "this", "particular", "gun", "as", "you", "go", "around", "the", "cylinder", "at", "least", "one", "full", "revolution", "before", "they", "can", "actually", "seat", "fully", "and", "fire"]}, "6497": {"text": "Best cap and ball revolver ever made .", "tokenized_text": ["best", "cap", "and", "ball", "revolver", "ever", "made"]}, "6498": {"text": "Period .", "tokenized_text": ["period"]}, "6499": {"text": "I can hit a paper plate at 100 yards or hole a 5 gallon steel pail of roofing tar at 25 yards ... It is my `` brush gun '' during blackpowder deer season or when going after feral hogs .", "tokenized_text": ["i", "can", "hit", "a", "paper", "plate", "at", "100", "yards", "or", "hole", "a", "5", "gallon", "steel", "pail", "of", "roofing", "tar", "at", "25", "yards", "it", "is", "my", "brush", "gun", "during", "blackpowder", "deer", "season", "or", "when", "going", "after", "feral", "hogs"]}, "6500": {"text": "Rifles ?", "tokenized_text": ["rifles"]}, "6501": {"text": "Shoot a pre merger Thompson Center Hawken 50 .", "tokenized_text": ["shoot", "a", "pre", "merger", "thompson", "center", "hawken", "50"]}, "6502": {"text": "Jacketed .45 hollow point sabot rounds .", "tokenized_text": ["jacketed", "45", "hollow", "point", "sabot", "rounds"]}, "6503": {"text": "Not the best round by any means , but 2 or 3 50 grain Pyrodex pellets over 5 grains of FFFg 777 and a #11 cap gets the job done .", "tokenized_text": ["not", "the", "best", "round", "by", "any", "means", "but", "2", "or", "3", "50", "grain", "pyrodex", "pellets", "over", "5", "grains", "of", "fffg", "777", "and", "a", "11", "cap", "gets", "the", "job", "done"]}, "6504": {"text": "Also shoot a Lyman Great Plains .54 , patched lead round ball over bulk FFg , fired by a #11 cap .", "tokenized_text": ["also", "shoot", "a", "lyman", "great", "plains", "54", "patched", "lead", "round", "ball", "over", "bulk", "ffg", "fired", "by", "a", "11", "cap"]}, "6505": {"text": "The .54 will flip a white tail over pretty handily ...", "tokenized_text": ["the", "54", "will", "flip", "a", "white", "tail", "over", "pretty", "handily"]}, "6506": {"text": "The `` big boy toy '' is an English built Moore and Harris caplock double in .69/12g.", "tokenized_text": ["the", "big", "boy", "toy", "is", "an", "english", "built", "moore", "and", "harris", "caplock", "double", "in", "69", "12g"]}, "6507": {"text": "Needs a new stock , ramrod and nipples .", "tokenized_text": ["needs", "a", "new", "stock", "ramrod", "and", "nipples"]}, "6508": {"text": "Slowly being brought back into service , it is an original that belonged to a Confederate military courier post war .", "tokenized_text": ["slowly", "being", "brought", "back", "into", "service", "it", "is", "an", "original", "that", "belonged", "to", "a", "confederate", "military", "courier", "post", "war"]}, "6509": {"text": "Has been in the wife 's family since it was brand new , original owner used it until the stock split and the checkering was worn down to faint traces on the wood surface .", "tokenized_text": ["has", "been", "in", "the", "wife", "s", "family", "since", "it", "was", "brand", "new", "original", "owner", "used", "it", "until", "the", "stock", "split", "and", "the", "checkering", "was", "worn", "down", "to", "faint", "traces", "on", "the", "wood", "surface"]}, "6510": {"text": "Ruger Old Army and Moore and Harris double .", "tokenized_text": ["ruger", "old", "army", "and", "moore", "and", "harris", "double"]}, "6511": {"text": "Revolver had been used all hunting season , shotgun was fresh out of sitting in attics/closets since the late 1800s or early 1900s .", "tokenized_text": ["revolver", "had", "been", "used", "all", "hunting", "season", "shotgun", "was", "fresh", "out", "of", "sitting", "in", "attics", "closets", "since", "the", "late", "1800s", "or", "early", "1900s"]}, "6512": {"text": "Shotgun 's original owner died in 1920 , President Davis ' personal military courier .", "tokenized_text": ["shotgun", "s", "original", "owner", "died", "in", "1920", "president", "davis", "personal", "military", "courier"]}, "6513": {"text": "We have his handwritten account of the Battle of Shiloh , where he was with the 4th Tennessee ...", "tokenized_text": ["we", "have", "his", "handwritten", "account", "of", "the", "battle", "of", "shiloh", "where", "he", "was", "with", "the", "4th", "tennessee"]}, "6514": {"text": "Shame on you .", "tokenized_text": ["shame", "on", "you"]}, "6515": {"text": "The liberals are going to get their panties in a bunch , with people like you saying we must learn to defend ourselves .", "tokenized_text": ["the", "liberals", "are", "going", "to", "get", "their", "panties", "in", "a", "bunch", "with", "people", "like", "you", "saying", "we", "must", "learn", "to", "defend", "ourselves"]}, "6516": {"text": "I want to thank every one who posted to the Halloween thread this year .", "tokenized_text": ["i", "want", "to", "thank", "every", "one", "who", "posted", "to", "the", "halloween", "thread", "this", "year"]}, "6517": {"text": "It was great reading all your input .", "tokenized_text": ["it", "was", "great", "reading", "all", "your", "input"]}, "6518": {"text": "I hope every one had a Happy Halloween .", "tokenized_text": ["i", "hope", "every", "one", "had", "a", "happy", "halloween"]}, "6519": {"text": "This was done about two summers ago when she was just a baby out on the tree in the front yard , she is WAY bigger now I will try and get the new pics up this week to show off of her and the pug both .", "tokenized_text": ["this", "was", "done", "about", "two", "summers", "ago", "when", "she", "was", "just", "a", "baby", "out", "on", "the", "tree", "in", "the", "front", "yard", "she", "is", "way", "bigger", "now", "i", "will", "try", "and", "get", "the", "new", "pics", "up", "this", "week", "to", "show", "off", "of", "her", "and", "the", "pug", "both"]}, "6520": {"text": "Typical Negro .", "tokenized_text": ["typical", "negro"]}, "6521": {"text": "They laugh at whites who obey the law , bother to get married , women who are chaste .", "tokenized_text": ["they", "laugh", "at", "whites", "who", "obey", "the", "law", "bother", "to", "get", "married", "women", "who", "are", "chaste"]}, "6522": {"text": "They only know how to destory our civilization .", "tokenized_text": ["they", "only", "know", "how", "to", "destory", "our", "civilization"]}, "6523": {"text": "Yeah, I 've gotten annoying responses to people when I told them we were going to home school , but they were n't as `` You 're a weirdo '' as the responses we get for not vaccinating .", "tokenized_text": ["yeah", "i", "ve", "gotten", "annoying", "responses", "to", "people", "when", "i", "told", "them", "we", "were", "going", "to", "home", "school", "but", "they", "were", "n", "t", "as", "you", "re", "a", "weirdo", "as", "the", "responses", "we", "get", "for", "not", "vaccinating"]}, "6524": {"text": "You CANNOT teach people to be intelligent - we must start breaking students into groups of low , moderate and high intellectual ability and teach each group suitable material .", "tokenized_text": ["you", "cannot", "teach", "people", "to", "be", "intelligent", "we", "must", "start", "breaking", "students", "into", "groups", "of", "low", "moderate", "and", "high", "intellectual", "ability", "and", "teach", "each", "group", "suitable", "material"]}, "6525": {"text": "Well, it 's a trick .", "tokenized_text": ["well", "it", "s", "a", "trick"]}, "6526": {"text": "They have properly learnt their Zionist lesson ...", "tokenized_text": ["they", "have", "properly", "learnt", "their", "zionist", "lesson"]}, "6527": {"text": "Israeli Minister `` We always use the anti-Semitism trick or bring up the Holocaust '' - YouTube", "tokenized_text": ["israeli", "minister", "we", "always", "use", "the", "anti", "semitism", "trick", "or", "bring", "up", "the", "holocaust", "youtube"]}, "6528": {"text": "If it helps you feel better , I got accepted into the following schools : - UCLA - UCI - UCSB - USD - Pepperdine - Oregon State - USC F * ck Ivy League .", "tokenized_text": ["if", "it", "helps", "you", "feel", "better", "i", "got", "accepted", "into", "the", "following", "schools", "ucla", "uci", "ucsb", "usd", "pepperdine", "oregon", "state", "usc", "f", "ck", "ivy", "league"]}, "6529": {"text": "A negro teacher forced a five year old white boy to stand in front of his class .", "tokenized_text": ["a", "negro", "teacher", "forced", "a", "five", "year", "old", "white", "boy", "to", "stand", "in", "front", "of", "his", "class"]}, "6530": {"text": "She then solicited his classmates to make comments about what they disliked about the boy .", "tokenized_text": ["she", "then", "solicited", "his", "classmates", "to", "make", "comments", "about", "what", "they", "disliked", "about", "the", "boy"]}, "6531": {"text": "She then had the other students vote him out of the class .", "tokenized_text": ["she", "then", "had", "the", "other", "students", "vote", "him", "out", "of", "the", "class"]}, "6532": {"text": "The boy was so traumatized he did n't want to go back to school .", "tokenized_text": ["the", "boy", "was", "so", "traumatized", "he", "did", "n", "t", "want", "to", "go", "back", "to", "school"]}, "6533": {"text": "The child abusing teacher was Wendy Portillo .", "tokenized_text": ["the", "child", "abusing", "teacher", "was", "wendy", "portillo"]}, "6534": {"text": "The school was Morningside Elementary School in Port St. Lucie , Florida. black teacher has kindergarten class vote out White boy What happened to this boy was child abuse .", "tokenized_text": ["the", "school", "was", "morningside", "elementary", "school", "in", "port", "st", "lucie", "florida", "black", "teacher", "has", "kindergarten", "class", "vote", "out", "white", "boy", "what", "happened", "to", "this", "boy", "was", "child", "abuse"]}, "6535": {"text": "The child abuse of white children happens every day in American schools .", "tokenized_text": ["the", "child", "abuse", "of", "white", "children", "happens", "every", "day", "in", "american", "schools"]}, "6536": {"text": "People arent giving the Japanese enough credit .", "tokenized_text": ["people", "arent", "giving", "the", "japanese", "enough", "credit"]}, "6537": {"text": "Anyone remember the yamoto ? youtube : japanese battleship yamoto If they had enough oil to run the thing , they would have taken over the entire ocean .", "tokenized_text": ["anyone", "remember", "the", "yamoto", "youtube", "japanese", "battleship", "yamoto", "if", "they", "had", "enough", "oil", "to", "run", "the", "thing", "they", "would", "have", "taken", "over", "the", "entire", "ocean"]}, "6538": {"text": "Sadly, virtually every parent on this site will have to have their children experience that , as it is , without forcing them to experience it unnecesserily .", "tokenized_text": ["sadly", "virtually", "every", "parent", "on", "this", "site", "will", "have", "to", "have", "their", "children", "experience", "that", "as", "it", "is", "without", "forcing", "them", "to", "experience", "it", "unnecesserily"]}, "6539": {"text": "great posts. see how the media has been lying to us for decades about what actually happened and what it was actually all about .", "tokenized_text": ["great", "posts", "see", "how", "the", "media", "has", "been", "lying", "to", "us", "for", "decades", "about", "what", "actually", "happened", "and", "what", "it", "was", "actually", "all", "about"]}, "6540": {"text": "all i can say is thank goodness i was n't educated in this country. i fear for our children i really do !", "tokenized_text": ["all", "i", "can", "say", "is", "thank", "goodness", "i", "was", "n", "t", "educated", "in", "this", "country", "i", "fear", "for", "our", "children", "i", "really", "do"]}, "6541": {"text": "I have a report somewhere called Allied Intrigue in the Low Countries and I seem to remember understanding a bit more .", "tokenized_text": ["i", "have", "a", "report", "somewhere", "called", "allied", "intrigue", "in", "the", "low", "countries", "and", "i", "seem", "to", "remember", "understanding", "a", "bit", "more"]}, "6542": {"text": "Similar with Norway I think .", "tokenized_text": ["similar", "with", "norway", "i", "think"]}, "6543": {"text": "Oh fawk !!!", "tokenized_text": ["oh", "fawk"]}, "6544": {"text": "The zoo ?!?!", "tokenized_text": ["the", "zoo"]}, "6545": {"text": "When I die just put a monitor in my coffin running a never ending holocaust documentary , just to make sure I nevah fo-get !", "tokenized_text": ["when", "i", "die", "just", "put", "a", "monitor", "in", "my", "coffin", "running", "a", "never", "ending", "holocaust", "documentary", "just", "to", "make", "sure", "i", "nevah", "fo", "get"]}, "6546": {"text": "You pulled that from the top link of a google search .", "tokenized_text": ["you", "pulled", "that", "from", "the", "top", "link", "of", "a", "google", "search"]}, "6547": {"text": "Maybe this should be a poll so we can democratically set his iq .", "tokenized_text": ["maybe", "this", "should", "be", "a", "poll", "so", "we", "can", "democratically", "set", "his", "iq"]}, "6548": {"text": "I would rather have a white person with a high school diploma from an all white high school teach a kid to read than a negro with a college degree not teach a kid to read even while getting paid to do so .", "tokenized_text": ["i", "would", "rather", "have", "a", "white", "person", "with", "a", "high", "school", "diploma", "from", "an", "all", "white", "high", "school", "teach", "a", "kid", "to", "read", "than", "a", "negro", "with", "a", "college", "degree", "not", "teach", "a", "kid", "to", "read", "even", "while", "getting", "paid", "to", "do", "so"]}, "6549": {"text": "My mother taught me to read and count change before I was three years old !", "tokenized_text": ["my", "mother", "taught", "me", "to", "read", "and", "count", "change", "before", "i", "was", "three", "years", "old"]}, "6550": {"text": "It was not hard either .", "tokenized_text": ["it", "was", "not", "hard", "either"]}, "6551": {"text": "Integrated public schools offer nothing but abuse for white children .", "tokenized_text": ["integrated", "public", "schools", "offer", "nothing", "but", "abuse", "for", "white", "children"]}, "6552": {"text": "Even all or mostly white public schools will still feed poison agenda .", "tokenized_text": ["even", "all", "or", "mostly", "white", "public", "schools", "will", "still", "feed", "poison", "agenda"]}, "6553": {"text": "Spanish is NOT their language !", "tokenized_text": ["spanish", "is", "not", "their", "language"]}, "6554": {"text": "It is our ( White ) language , just like French is our language even though millions of negroes in Africa speak it .", "tokenized_text": ["it", "is", "our", "white", "language", "just", "like", "french", "is", "our", "language", "even", "though", "millions", "of", "negroes", "in", "africa", "speak", "it"]}, "6555": {"text": "I am doing online school for my associates in computer information systems with a concentration in web design .", "tokenized_text": ["i", "am", "doing", "online", "school", "for", "my", "associates", "in", "computer", "information", "systems", "with", "a", "concentration", "in", "web", "design"]}, "6556": {"text": "Hopefully can find work once i am done .", "tokenized_text": ["hopefully", "can", "find", "work", "once", "i", "am", "done"]}, "6557": {"text": "Dangers of government schools : exposing your kids to philosophy like this ....", "tokenized_text": ["dangers", "of", "government", "schools", "exposing", "your", "kids", "to", "philosophy", "like", "this"]}, "6558": {"text": "YouTube - Jeremiah Wright - God Damn America - Obama 's Spiritual Mentor / Pastor", "tokenized_text": ["youtube", "jeremiah", "wright", "god", "damn", "america", "obama", "s", "spiritual", "mentor", "pastor"]}, "6559": {"text": "I know the thing on ebay said its first edition so i guess so , its still sitting at 51 $ so i am hoping it stays there and ill just bid like crazy the last few minutes of the auction and hopefully get it .", "tokenized_text": ["i", "know", "the", "thing", "on", "ebay", "said", "its", "first", "edition", "so", "i", "guess", "so", "its", "still", "sitting", "at", "51", "so", "i", "am", "hoping", "it", "stays", "there", "and", "ill", "just", "bid", "like", "crazy", "the", "last", "few", "minutes", "of", "the", "auction", "and", "hopefully", "get", "it"]}, "6560": {"text": "As long as you do n't do that , they ca n't accuse you of misusing company time , or creating a hostile work environment", "tokenized_text": ["as", "long", "as", "you", "do", "n", "t", "do", "that", "they", "ca", "n", "t", "accuse", "you", "of", "misusing", "company", "time", "or", "creating", "a", "hostile", "work", "environment"]}, "6561": {"text": "Tomorrow you will accept it and the day after that you will embrace it .", "tokenized_text": ["tomorrow", "you", "will", "accept", "it", "and", "the", "day", "after", "that", "you", "will", "embrace", "it"]}, "6562": {"text": "A Racist is someone who loves their Race .", "tokenized_text": ["a", "racist", "is", "someone", "who", "loves", "their", "race"]}, "6563": {"text": "If you love your Race and want to see it thrive well into the future , You 're a Racist .", "tokenized_text": ["if", "you", "love", "your", "race", "and", "want", "to", "see", "it", "thrive", "well", "into", "the", "future", "you", "re", "a", "racist"]}, "6564": {"text": "Little Miss Little Miss Muffet sat on a tuffet Eating a Big Mac and fries Along came a spider and sat down beside her ' Yuck ' , it said , ' I prefer flies ' .", "tokenized_text": ["little", "miss", "little", "miss", "muffet", "sat", "on", "a", "tuffet", "eating", "a", "big", "mac", "and", "fries", "along", "came", "a", "spider", "and", "sat", "down", "beside", "her", "yuck", "it", "said", "i", "prefer", "flies"]}, "6565": {"text": "i live in the bay area and have no car and barely any money to my name. i want to join the fight. if anyone is going from around here or can get me there , please pm me .", "tokenized_text": ["i", "live", "in", "the", "bay", "area", "and", "have", "no", "car", "and", "barely", "any", "money", "to", "my", "name", "i", "want", "to", "join", "the", "fight", "if", "anyone", "is", "going", "from", "around", "here", "or", "can", "get", "me", "there", "please", "pm", "me"]}, "6566": {"text": "Those you speak of are the very article which started this thread .", "tokenized_text": ["those", "you", "speak", "of", "are", "the", "very", "article", "which", "started", "this", "thread"]}, "6567": {"text": "All you have to do is have eyes to see clearly .", "tokenized_text": ["all", "you", "have", "to", "do", "is", "have", "eyes", "to", "see", "clearly"]}, "6568": {"text": "The jews represent everything vile , deviant and unnatural , everything and anything that is an abomination to our Lord Jesus Christ , I hope he is burning with his father in hell .", "tokenized_text": ["the", "jews", "represent", "everything", "vile", "deviant", "and", "unnatural", "everything", "and", "anything", "that", "is", "an", "abomination", "to", "our", "lord", "jesus", "christ", "i", "hope", "he", "is", "burning", "with", "his", "father", "in", "hell"]}, "6569": {"text": "I was just curious as to know what country everyone 's ancestors came from in SF .", "tokenized_text": ["i", "was", "just", "curious", "as", "to", "know", "what", "country", "everyone", "s", "ancestors", "came", "from", "in", "sf"]}, "6570": {"text": "I am of German and British descent ( 75 % German , 25 % British , approx. )", "tokenized_text": ["i", "am", "of", "german", "and", "british", "descent", "75", "german", "25", "british", "approx"]}, "6571": {"text": "I also read in `` March of the Titans '' that there are three `` subraces '' pf whites , nordic , alpine , and mediterranian , and found out I could be a poster boy for the Alpine group ( round face , brown hair , green eyes , stocky build ) !", "tokenized_text": ["i", "also", "read", "in", "march", "of", "the", "titans", "that", "there", "are", "three", "subraces", "pf", "whites", "nordic", "alpine", "and", "mediterranian", "and", "found", "out", "i", "could", "be", "a", "poster", "boy", "for", "the", "alpine", "group", "round", "face", "brown", "hair", "green", "eyes", "stocky", "build"]}, "6572": {"text": "I was also wondering if any of you all believe if any `` subrace '' is superior to another ?", "tokenized_text": ["i", "was", "also", "wondering", "if", "any", "of", "you", "all", "believe", "if", "any", "subrace", "is", "superior", "to", "another"]}, "6573": {"text": "It's really not our faith of choice that matters , It 's the dedication to our race which is where we are made or lost .", "tokenized_text": ["it", "s", "really", "not", "our", "faith", "of", "choice", "that", "matters", "it", "s", "the", "dedication", "to", "our", "race", "which", "is", "where", "we", "are", "made", "or", "lost"]}, "6574": {"text": "Seriously, this guy is VERY primitive even for a Black .", "tokenized_text": ["seriously", "this", "guy", "is", "very", "primitive", "even", "for", "a", "black"]}, "6575": {"text": "I 'd put him somewhere between the typical African and an ape .", "tokenized_text": ["i", "d", "put", "him", "somewhere", "between", "the", "typical", "african", "and", "an", "ape"]}, "6576": {"text": "Geesh , they 'd let a gorilla into UCLA for the sake of `` Diversity '' as long as it got a body wax .", "tokenized_text": ["geesh", "they", "d", "let", "a", "gorilla", "into", "ucla", "for", "the", "sake", "of", "diversity", "as", "long", "as", "it", "got", "a", "body", "wax"]}, "6577": {"text": "I would bet the campus cops were ordered to withhold it by some `` higher authority '' like the Department of Homeland Security .", "tokenized_text": ["i", "would", "bet", "the", "campus", "cops", "were", "ordered", "to", "withhold", "it", "by", "some", "higher", "authority", "like", "the", "department", "of", "homeland", "security"]}, "6578": {"text": "The reason y i dropped out of school was because either , i drop out or i got kicked out. i always fought with the packi gang at my school. and i was never going to back down. in auto class i handed the n * igger a monkey wrench and told him the name suited him aswell. all the non-whites hated me because i wore a `` nazi punk '' and a `` white pride '' patch on my coat and backpack. a got in a fight with some black chick and i won. the next day her butchy sister caught up with me in the hall way and said that after school her and i where gonna fight. i told her `` no if u wanna fight , we 're gonna fight right here right now. not after school where u can gather the rest of u monkies up so it 's an uneven fight '' . she huffed and stormed away. - we neevr did get to fight the last straw was the first day of school i had a forgein substitute teacher. so i was talkin and and this guy was on my case about turning around and getting my work done. he had to ask me this a few times and then finially i stood up and said , `` look , i 'm white ur black , i should be telling u whut to do ! '' ohhh man , my guidance conslour did n't like that nor did my principal .... ( this was n't at school this happened a month or so ago but these people went to my school ) i had a n * igger try to rob me at knife point in the forest while his gf sat back and watched. my friend came by and jumped him and i personally went after the chick. she ran and i caught up to her and smashed her head into a tree. thats only some of my stories ....... i got a few more but i dont have the time", "tokenized_text": ["the", "reason", "y", "i", "dropped", "out", "of", "school", "was", "because", "either", "i", "drop", "out", "or", "i", "got", "kicked", "out", "i", "always", "fought", "with", "the", "packi", "gang", "at", "my", "school", "and", "i", "was", "never", "going", "to", "back", "down", "in", "auto", "class", "i", "handed", "the", "n", "igger", "a", "monkey", "wrench", "and", "told", "him", "the", "name", "suited", "him", "aswell", "all", "the", "non", "whites", "hated", "me", "because", "i", "wore", "a", "nazi", "punk", "and", "a", "white", "pride", "patch", "on", "my", "coat", "and", "backpack", "a", "got", "in", "a", "fight", "with", "some", "black", "chick", "and", "i", "won", "the", "next", "day", "her", "butchy", "sister", "caught", "up", "with", "me", "in", "the", "hall", "way", "and", "said", "that", "after", "school", "her", "and", "i", "where", "gonna", "fight", "i", "told", "her", "no", "if", "u", "wanna", "fight", "we", "re", "gonna", "fight", "right", "here", "right", "now", "not", "after", "school", "where", "u", "can", "gather", "the", "rest", "of", "u", "monkies", "up", "so", "it", "s", "an", "uneven", "fight", "she", "huffed", "and", "stormed", "away", "we", "neevr", "did", "get", "to", "fight", "the", "last", "straw", "was", "the", "first", "day", "of", "school", "i", "had", "a", "forgein", "substitute", "teacher", "so", "i", "was", "talkin", "and", "and", "this", "guy", "was", "on", "my", "case", "about", "turning", "around", "and", "getting", "my", "work", "done", "he", "had", "to", "ask", "me", "this", "a", "few", "times", "and", "then", "finially", "i", "stood", "up", "and", "said", "look", "i", "m", "white", "ur", "black", "i", "should", "be", "telling", "u", "whut", "to", "do", "ohhh", "man", "my", "guidance", "conslour", "did", "n", "t", "like", "that", "nor", "did", "my", "principal", "this", "was", "n", "t", "at", "school", "this", "happened", "a", "month", "or", "so", "ago", "but", "these", "people", "went", "to", "my", "school", "i", "had", "a", "n", "igger", "try", "to", "rob", "me", "at", "knife", "point", "in", "the", "forest", "while", "his", "gf", "sat", "back", "and", "watched", "my", "friend", "came", "by", "and", "jumped", "him", "and", "i", "personally", "went", "after", "the", "chick", "she", "ran", "and", "i", "caught", "up", "to", "her", "and", "smashed", "her", "head", "into", "a", "tree", "thats", "only", "some", "of", "my", "stories", "i", "got", "a", "few", "more", "but", "i", "dont", "have", "the", "time"]}, "6579": {"text": "If you do n't mind a silent film The Birth of a Nation is a must see .", "tokenized_text": ["if", "you", "do", "n", "t", "mind", "a", "silent", "film", "the", "birth", "of", "a", "nation", "is", "a", "must", "see"]}, "6580": {"text": "Not many films end with a Klan victory .", "tokenized_text": ["not", "many", "films", "end", "with", "a", "klan", "victory"]}, "6581": {"text": "I first shaved my head when I was 12 ( i 'm 19 now ) but I did it because I hate combing my hair .", "tokenized_text": ["i", "first", "shaved", "my", "head", "when", "i", "was", "12", "i", "m", "19", "now", "but", "i", "did", "it", "because", "i", "hate", "combing", "my", "hair"]}, "6582": {"text": "I never did it to look like a skinhead , but it was funny in high school when all the blacks and mexicans stared at me when I would walk by .", "tokenized_text": ["i", "never", "did", "it", "to", "look", "like", "a", "skinhead", "but", "it", "was", "funny", "in", "high", "school", "when", "all", "the", "blacks", "and", "mexicans", "stared", "at", "me", "when", "i", "would", "walk", "by"]}, "6583": {"text": "Most white kids i know believe they are superior and they freak out whenever a black guy is fighting a white .", "tokenized_text": ["most", "white", "kids", "i", "know", "believe", "they", "are", "superior", "and", "they", "freak", "out", "whenever", "a", "black", "guy", "is", "fighting", "a", "white"]}, "6584": {"text": "Happend the other day after class , the black was the one who backed down .", "tokenized_text": ["happend", "the", "other", "day", "after", "class", "the", "black", "was", "the", "one", "who", "backed", "down"]}, "6585": {"text": "Shows their `` superiority ''", "tokenized_text": ["shows", "their", "superiority"]}, "6586": {"text": "Besides Metallica 's new album , I have n't bought a mainstream album in like a year .", "tokenized_text": ["besides", "metallica", "s", "new", "album", "i", "have", "n", "t", "bought", "a", "mainstream", "album", "in", "like", "a", "year"]}, "6587": {"text": "It 's been all white power music .", "tokenized_text": ["it", "s", "been", "all", "white", "power", "music"]}, "6588": {"text": "you gotta stand up for yourself you cant just sit back and take their * * * * but on the other hand you cant go out looking for it either but if it comes down to a fight dont back down", "tokenized_text": ["you", "gotta", "stand", "up", "for", "yourself", "you", "cant", "just", "sit", "back", "and", "take", "their", "but", "on", "the", "other", "hand", "you", "cant", "go", "out", "looking", "for", "it", "either", "but", "if", "it", "comes", "down", "to", "a", "fight", "dont", "back", "down"]}, "6589": {"text": "When they get ridiculed because of their injury on the radio by a negro talk-show host who sings little songs about how sharks only eat White people , sure .", "tokenized_text": ["when", "they", "get", "ridiculed", "because", "of", "their", "injury", "on", "the", "radio", "by", "a", "negro", "talk", "show", "host", "who", "sings", "little", "songs", "about", "how", "sharks", "only", "eat", "white", "people", "sure"]}, "6590": {"text": "It ca n't hurt .", "tokenized_text": ["it", "ca", "n", "t", "hurt"]}, "6591": {"text": "Who thinks White People should marry White People and only White People ?", "tokenized_text": ["who", "thinks", "white", "people", "should", "marry", "white", "people", "and", "only", "white", "people"]}, "6592": {"text": "I think people should not marry out of your own race .", "tokenized_text": ["i", "think", "people", "should", "not", "marry", "out", "of", "your", "own", "race"]}, "6593": {"text": "have him come to california and see what crap i had to grow up around. i 'll need 1maybe even 2 days tops ...", "tokenized_text": ["have", "him", "come", "to", "california", "and", "see", "what", "crap", "i", "had", "to", "grow", "up", "around", "i", "ll", "need", "1maybe", "even", "2", "days", "tops"]}, "6594": {"text": "please recommend me black metal and death metal bands , like fear factory or slipknot and etc. machine head slayers albums like `` god hates us all '' and `` diabulus musica . ''", "tokenized_text": ["please", "recommend", "me", "black", "metal", "and", "death", "metal", "bands", "like", "fear", "factory", "or", "slipknot", "and", "etc", "machine", "head", "slayers", "albums", "like", "god", "hates", "us", "all", "and", "diabulus", "musica"]}, "6595": {"text": "This is the youth Section , and you 're friend having sex with multiple ppl ?", "tokenized_text": ["this", "is", "the", "youth", "section", "and", "you", "re", "friend", "having", "sex", "with", "multiple", "ppl"]}, "6596": {"text": "He will get aids soon and die", "tokenized_text": ["he", "will", "get", "aids", "soon", "and", "die"]}, "6597": {"text": "Hi Michael .", "tokenized_text": ["hi", "michael"]}, "6598": {"text": "As requested , here 's a link to the USA Today coverage of the mystery of the stinky suitcase .", "tokenized_text": ["as", "requested", "here", "s", "a", "link", "to", "the", "usa", "today", "coverage", "of", "the", "mystery", "of", "the", "stinky", "suitcase"]}, "6599": {"text": "http://www.usatoday.com/news/world/2...on-noses_x.htm", "tokenized_text": ["http", "www", "usatoday", "com", "news", "world", "2", "on", "noses_x", "htm"]}, "6600": {"text": "Hey There I just moved here to Saskatoon and was hoping to hook up with some WN in the city here .", "tokenized_text": ["hey", "there", "i", "just", "moved", "here", "to", "saskatoon", "and", "was", "hoping", "to", "hook", "up", "with", "some", "wn", "in", "the", "city", "here"]}, "6601": {"text": "PM me !", "tokenized_text": ["pm", "me"]}, "6602": {"text": "Well, I think we 've reached the point where this discussion is going round and round , so we can end it right here .", "tokenized_text": ["well", "i", "think", "we", "ve", "reached", "the", "point", "where", "this", "discussion", "is", "going", "round", "and", "round", "so", "we", "can", "end", "it", "right", "here"]}, "6603": {"text": "It's to bad that there is n't anything like this anymore , Id sure join if there was .", "tokenized_text": ["it", "s", "to", "bad", "that", "there", "is", "n", "t", "anything", "like", "this", "anymore", "id", "sure", "join", "if", "there", "was"]}, "6604": {"text": "Or maybe there is and I just do n't know about it .", "tokenized_text": ["or", "maybe", "there", "is", "and", "i", "just", "do", "n", "t", "know", "about", "it"]}, "6605": {"text": "We dont really have any Blacks in our schools round here ....", "tokenized_text": ["we", "dont", "really", "have", "any", "blacks", "in", "our", "schools", "round", "here"]}, "6606": {"text": "Bbut they are creeping in slowly seeing more and more these days .", "tokenized_text": ["bbut", "they", "are", "creeping", "in", "slowly", "seeing", "more", "and", "more", "these", "days"]}, "6607": {"text": "Negroids have a very different hair type then whites , black hair is referring to there hair type and how they manage/take care of it because its different then ours .", "tokenized_text": ["negroids", "have", "a", "very", "different", "hair", "type", "then", "whites", "black", "hair", "is", "referring", "to", "there", "hair", "type", "and", "how", "they", "manage", "take", "care", "of", "it", "because", "its", "different", "then", "ours"]}, "6608": {"text": "but if you print it and get it into comic stores , you get a lot more coverage of the population , my oppinion .", "tokenized_text": ["but", "if", "you", "print", "it", "and", "get", "it", "into", "comic", "stores", "you", "get", "a", "lot", "more", "coverage", "of", "the", "population", "my", "oppinion"]}, "6609": {"text": "i might print out b/w copies and just leave them at places to get it out , but first I need an artist .", "tokenized_text": ["i", "might", "print", "out", "b", "w", "copies", "and", "just", "leave", "them", "at", "places", "to", "get", "it", "out", "but", "first", "i", "need", "an", "artist"]}, "6610": {"text": "This thread is an example of white people not forming an alliance anytime soon When we still have whites fighting over who is more white .", "tokenized_text": ["this", "thread", "is", "an", "example", "of", "white", "people", "not", "forming", "an", "alliance", "anytime", "soon", "when", "we", "still", "have", "whites", "fighting", "over", "who", "is", "more", "white"]}, "6611": {"text": "Get over it ! if your white and racially aware , join the army and respect your white brothers and sisters !", "tokenized_text": ["get", "over", "it", "if", "your", "white", "and", "racially", "aware", "join", "the", "army", "and", "respect", "your", "white", "brothers", "and", "sisters"]}, "6612": {"text": "a few times ive been told to make kids. i said i have no one to make them with. now i have someone but we do not feel ready to have kids. i belive in quality over quantity. so we would have maybe 2 to 4 .", "tokenized_text": ["a", "few", "times", "ive", "been", "told", "to", "make", "kids", "i", "said", "i", "have", "no", "one", "to", "make", "them", "with", "now", "i", "have", "someone", "but", "we", "do", "not", "feel", "ready", "to", "have", "kids", "i", "belive", "in", "quality", "over", "quantity", "so", "we", "would", "have", "maybe", "2", "to", "4"]}, "6613": {"text": "If they do n't find a way to kick out the brown cloud that 's already there the Danish gene pool is lost .", "tokenized_text": ["if", "they", "do", "n", "t", "find", "a", "way", "to", "kick", "out", "the", "brown", "cloud", "that", "s", "already", "there", "the", "danish", "gene", "pool", "is", "lost"]}, "6614": {"text": "I went out of my way to purchase food items from Denmark whenever they were available because I believe in hygiene and handling of food products by clean whites .", "tokenized_text": ["i", "went", "out", "of", "my", "way", "to", "purchase", "food", "items", "from", "denmark", "whenever", "they", "were", "available", "because", "i", "believe", "in", "hygiene", "and", "handling", "of", "food", "products", "by", "clean", "whites"]}, "6615": {"text": "No more !", "tokenized_text": ["no", "more"]}, "6616": {"text": "I'm a WN from NJ , Ive been looking for others in NJ for awhile , where about in NJ are u ?", "tokenized_text": ["i", "m", "a", "wn", "from", "nj", "ive", "been", "looking", "for", "others", "in", "nj", "for", "awhile", "where", "about", "in", "nj", "are", "u"]}, "6617": {"text": "Im from Central NJ .", "tokenized_text": ["im", "from", "central", "nj"]}, "6618": {"text": "My AIM s/n is MetalGod178", "tokenized_text": ["my", "aim", "s", "n", "is", "metalgod178"]}, "6619": {"text": "Black people are the biggest pawns ever everyone uses them for crime they are always the fall guy.Italian mob uses them to do the dirty work the mexicans use them the japanese use them and the chinese.Now who should know whos name ?", "tokenized_text": ["black", "people", "are", "the", "biggest", "pawns", "ever", "everyone", "uses", "them", "for", "crime", "they", "are", "always", "the", "fall", "guy", "italian", "mob", "uses", "them", "to", "do", "the", "dirty", "work", "the", "mexicans", "use", "them", "the", "japanese", "use", "them", "and", "the", "chinese", "now", "who", "should", "know", "whos", "name"]}, "6620": {"text": "its because the teachers are liberals and kikes who know not of true European values or European pride. our teachers are actually imbeciles and stooges , save for a few. i find that tragically ironic .", "tokenized_text": ["its", "because", "the", "teachers", "are", "liberals", "and", "kikes", "who", "know", "not", "of", "true", "european", "values", "or", "european", "pride", "our", "teachers", "are", "actually", "imbeciles", "and", "stooges", "save", "for", "a", "few", "i", "find", "that", "tragically", "ironic"]}, "6621": {"text": "I did the whole rainbow inspired hair colors from ages 14 - 17 .", "tokenized_text": ["i", "did", "the", "whole", "rainbow", "inspired", "hair", "colors", "from", "ages", "14", "17"]}, "6622": {"text": "My natural color had been a rich chocolate brown .. but after I had my daughter it got mousy .", "tokenized_text": ["my", "natural", "color", "had", "been", "a", "rich", "chocolate", "brown", "but", "after", "i", "had", "my", "daughter", "it", "got", "mousy"]}, "6623": {"text": "After I had my son it got reddish highlights .. which I loved .", "tokenized_text": ["after", "i", "had", "my", "son", "it", "got", "reddish", "highlights", "which", "i", "loved"]}, "6624": {"text": "Now that he 's 15 months old , my hair went back to mousy .", "tokenized_text": ["now", "that", "he", "s", "15", "months", "old", "my", "hair", "went", "back", "to", "mousy"]}, "6625": {"text": "I use Feria 's Blowout Burgundy every 6 weeks ... it 's a subtle color unless I 'm right in the sun - then it 's vibrant .", "tokenized_text": ["i", "use", "feria", "s", "blowout", "burgundy", "every", "6", "weeks", "it", "s", "a", "subtle", "color", "unless", "i", "m", "right", "in", "the", "sun", "then", "it", "s", "vibrant"]}, "6626": {"text": "Would n't change it for anything !", "tokenized_text": ["would", "n", "t", "change", "it", "for", "anything"]}, "6627": {"text": "too bloody right mate hey dont get me wrong i use short cuts all the time but sometimes it jus goes 2 far", "tokenized_text": ["too", "bloody", "right", "mate", "hey", "dont", "get", "me", "wrong", "i", "use", "short", "cuts", "all", "the", "time", "but", "sometimes", "it", "jus", "goes", "2", "far"]}, "6628": {"text": "I'm not trying to insult you or anything .", "tokenized_text": ["i", "m", "not", "trying", "to", "insult", "you", "or", "anything"]}, "6629": {"text": "Just trying to make people understand that you dont HAVE to shave your head to be a skin .", "tokenized_text": ["just", "trying", "to", "make", "people", "understand", "that", "you", "dont", "have", "to", "shave", "your", "head", "to", "be", "a", "skin"]}, "6630": {"text": "quote: -------------------------------------------------------------------------------- Originally posted by Draco Nah G , Iz bee outta dat wigga sheot like a million mutha * * * * in years ago , nameen ?", "tokenized_text": ["quote", "originally", "posted", "by", "draco", "nah", "g", "iz", "bee", "outta", "dat", "wigga", "sheot", "like", "a", "million", "mutha", "in", "years", "ago", "nameen"]}, "6631": {"text": "I stillz listens to da Eminem and Wu-Tang Klan ( Big Up ! ) an sheot , but bitches know not ta reprazent !", "tokenized_text": ["i", "stillz", "listens", "to", "da", "eminem", "and", "wu", "tang", "klan", "big", "up", "an", "sheot", "but", "bitches", "know", "not", "ta", "reprazent"]}, "6632": {"text": "Me an my main nigga Rakwan X and Cracka killa homey G dog money funk on the East side representin Brooklyn soul brotha numba 1 Leroy beez runnin da wigga thing up in hea !", "tokenized_text": ["me", "an", "my", "main", "nigga", "rakwan", "x", "and", "cracka", "killa", "homey", "g", "dog", "money", "funk", "on", "the", "east", "side", "representin", "brooklyn", "soul", "brotha", "numba", "1", "leroy", "beez", "runnin", "da", "wigga", "thing", "up", "in", "hea"]}, "6633": {"text": "Holla !", "tokenized_text": ["holla"]}, "6634": {"text": "-------------------------------------------------------------------------------- Ebonics ...", "tokenized_text": ["ebonics"]}, "6635": {"text": "This is the sadest excuse for a white person I have ever heard .", "tokenized_text": ["this", "is", "the", "sadest", "excuse", "for", "a", "white", "person", "i", "have", "ever", "heard"]}, "6636": {"text": "You are not out of the wigger stage .", "tokenized_text": ["you", "are", "not", "out", "of", "the", "wigger", "stage"]}, "6637": {"text": "I could go on for hours pointing out your wigger flaws but im not even gonna waste my time .", "tokenized_text": ["i", "could", "go", "on", "for", "hours", "pointing", "out", "your", "wigger", "flaws", "but", "im", "not", "even", "gonna", "waste", "my", "time"]}, "6638": {"text": "You need some white culture , and a dictionary .", "tokenized_text": ["you", "need", "some", "white", "culture", "and", "a", "dictionary"]}, "6639": {"text": "WPWW - eddie", "tokenized_text": ["wpww", "eddie"]}, "6640": {"text": "I use AIM , Name : Hatey82K2 I am usually on each day , All the time on the weekends Soundtrack For This Song Provided By : Band Name : Song : Bully Boys Rage On This", "tokenized_text": ["i", "use", "aim", "name", "hatey82k2", "i", "am", "usually", "on", "each", "day", "all", "the", "time", "on", "the", "weekends", "soundtrack", "for", "this", "song", "provided", "by", "band", "name", "song", "bully", "boys", "rage", "on", "this"]}, "6641": {"text": "I was fortunate enough to be blessed with Reddish Blond hair .", "tokenized_text": ["i", "was", "fortunate", "enough", "to", "be", "blessed", "with", "reddish", "blond", "hair"]}, "6642": {"text": "So , a `` high and tight '' will suffice .", "tokenized_text": ["so", "a", "high", "and", "tight", "will", "suffice"]}, "6643": {"text": "I do n't get sussed , except for some local band shows .", "tokenized_text": ["i", "do", "n", "t", "get", "sussed", "except", "for", "some", "local", "band", "shows"]}, "6644": {"text": "Makes finding good employment a bit tougher than it should be .", "tokenized_text": ["makes", "finding", "good", "employment", "a", "bit", "tougher", "than", "it", "should", "be"]}, "6645": {"text": "I have a couple and get out on the 14th .", "tokenized_text": ["i", "have", "a", "couple", "and", "get", "out", "on", "the", "14th"]}, "6646": {"text": "I have a summer job all planed out and im goin to 10th next year .", "tokenized_text": ["i", "have", "a", "summer", "job", "all", "planed", "out", "and", "im", "goin", "to", "10th", "next", "year"]}, "6647": {"text": "I joined today and just found this sight recenty , I Love being white and wanted to talk to others with veiws simular to my own .", "tokenized_text": ["i", "joined", "today", "and", "just", "found", "this", "sight", "recenty", "i", "love", "being", "white", "and", "wanted", "to", "talk", "to", "others", "with", "veiws", "simular", "to", "my", "own"]}, "6648": {"text": "It's being reported by some of the British press who are usually more critical of Israel .", "tokenized_text": ["it", "s", "being", "reported", "by", "some", "of", "the", "british", "press", "who", "are", "usually", "more", "critical", "of", "israel"]}, "6649": {"text": "American Media appears to have a blackout on these developments .", "tokenized_text": ["american", "media", "appears", "to", "have", "a", "blackout", "on", "these", "developments"]}, "6650": {"text": "Justin Trudeau shows the international community that incompetence and arrogance are all it takes to lead a nation these days .", "tokenized_text": ["justin", "trudeau", "shows", "the", "international", "community", "that", "incompetence", "and", "arrogance", "are", "all", "it", "takes", "to", "lead", "a", "nation", "these", "days"]}, "6651": {"text": "Check out my video below and let me know what you guys think Cheers !", "tokenized_text": ["check", "out", "my", "video", "below", "and", "let", "me", "know", "what", "you", "guys", "think", "cheers"]}, "6652": {"text": "Justin Trudeau is an Embarrassment to Canada - YouTube", "tokenized_text": ["justin", "trudeau", "is", "an", "embarrassment", "to", "canada", "youtube"]}, "6653": {"text": "I would n't be surprised if the government took more taxes off our pay checks so that Trudeau could feed and house more rapeugees that are flooding our country .", "tokenized_text": ["i", "would", "n", "t", "be", "surprised", "if", "the", "government", "took", "more", "taxes", "off", "our", "pay", "checks", "so", "that", "trudeau", "could", "feed", "and", "house", "more", "rapeugees", "that", "are", "flooding", "our", "country"]}, "6654": {"text": "Sorry, but are you gay ?", "tokenized_text": ["sorry", "but", "are", "you", "gay"]}, "6655": {"text": "Our ancestors went though millions of years of eating meat , if its bloody good enough for them , its good enough for me .", "tokenized_text": ["our", "ancestors", "went", "though", "millions", "of", "years", "of", "eating", "meat", "if", "its", "bloody", "good", "enough", "for", "them", "its", "good", "enough", "for", "me"]}, "6656": {"text": "That was on a sheet of paper , and I take it you meant bull sheet ( as other poster said it before )", "tokenized_text": ["that", "was", "on", "a", "sheet", "of", "paper", "and", "i", "take", "it", "you", "meant", "bull", "sheet", "as", "other", "poster", "said", "it", "before"]}, "6657": {"text": "We have a couple of events coming up that are pretty close together so I 'll post them both here now . June 24th event July 1st event", "tokenized_text": ["we", "have", "a", "couple", "of", "events", "coming", "up", "that", "are", "pretty", "close", "together", "so", "i", "ll", "post", "them", "both", "here", "now", "june", "24th", "event", "july", "1st", "event"]}, "6658": {"text": "going to the show over in the third district on saturday im trying to go but probly will need a ride home thanks", "tokenized_text": ["going", "to", "the", "show", "over", "in", "the", "third", "district", "on", "saturday", "im", "trying", "to", "go", "but", "probly", "will", "need", "a", "ride", "home", "thanks"]}, "6659": {"text": "My heart goes out to you ..", "tokenized_text": ["my", "heart", "goes", "out", "to", "you"]}, "6660": {"text": "True , you have to have money to leave but it seems like no one is helping ya 'll .", "tokenized_text": ["true", "you", "have", "to", "have", "money", "to", "leave", "but", "it", "seems", "like", "no", "one", "is", "helping", "ya", "ll"]}, "6661": {"text": "Why does Stormfront not have a section for this type of thing .", "tokenized_text": ["why", "does", "stormfront", "not", "have", "a", "section", "for", "this", "type", "of", "thing"]}, "6662": {"text": "Van Rensburg , Nostradamus etc ?", "tokenized_text": ["van", "rensburg", "nostradamus", "etc"]}, "6663": {"text": "There is a 911 section .", "tokenized_text": ["there", "is", "a", "911", "section"]}, "6664": {"text": "You could have made one for prophecies .", "tokenized_text": ["you", "could", "have", "made", "one", "for", "prophecies"]}, "6665": {"text": "Our brothers & sisters in SA must stand their ground because they have earned through the blood and sweat of their ancestors .", "tokenized_text": ["our", "brothers", "sisters", "in", "sa", "must", "stand", "their", "ground", "because", "they", "have", "earned", "through", "the", "blood", "and", "sweat", "of", "their", "ancestors"]}, "6666": {"text": "It is hard to say what is going to happen however one way or the other I think Whites in South Africa should get out of the country and try to make it to a safer location such as Canada or Australia .", "tokenized_text": ["it", "is", "hard", "to", "say", "what", "is", "going", "to", "happen", "however", "one", "way", "or", "the", "other", "i", "think", "whites", "in", "south", "africa", "should", "get", "out", "of", "the", "country", "and", "try", "to", "make", "it", "to", "a", "safer", "location", "such", "as", "canada", "or", "australia"]}, "6667": {"text": "Were Whites to leave in large numbers leaving few Whites behind in South Africa the country would start going down hill and then maybe more Whites would begin to see what losers Negros are and how they cannot even maintain what is given to them .", "tokenized_text": ["were", "whites", "to", "leave", "in", "large", "numbers", "leaving", "few", "whites", "behind", "in", "south", "africa", "the", "country", "would", "start", "going", "down", "hill", "and", "then", "maybe", "more", "whites", "would", "begin", "to", "see", "what", "losers", "negros", "are", "and", "how", "they", "cannot", "even", "maintain", "what", "is", "given", "to", "them"]}, "6668": {"text": "Look for Don McAlvany 's `` Revolution and Betrayal '' The terrorist-pig was caught red-handed with tens of thousands of grenades and anti-personnel mines .", "tokenized_text": ["look", "for", "don", "mcalvany", "s", "revolution", "and", "betrayal", "the", "terrorist", "pig", "was", "caught", "red", "handed", "with", "tens", "of", "thousands", "of", "grenades", "and", "anti", "personnel", "mines"]}, "6669": {"text": "His commie-jew handler was Joe Slovo .", "tokenized_text": ["his", "commie", "jew", "handler", "was", "joe", "slovo"]}, "6670": {"text": "I like to listen to this preacher , but why do black prreachers always have to scream .", "tokenized_text": ["i", "like", "to", "listen", "to", "this", "preacher", "but", "why", "do", "black", "prreachers", "always", "have", "to", "scream"]}, "6671": {"text": "I ai n't deaf yet .", "tokenized_text": ["i", "ai", "n", "t", "deaf", "yet"]}, "6672": {"text": "I feel so sorry for all you people living there , wish you could all move here hopefully you do n't suffer like your neighbours in zimbabwe .", "tokenized_text": ["i", "feel", "so", "sorry", "for", "all", "you", "people", "living", "there", "wish", "you", "could", "all", "move", "here", "hopefully", "you", "do", "n", "t", "suffer", "like", "your", "neighbours", "in", "zimbabwe"]}, "6673": {"text": "I like this man 's anger and resoluteness.Colud anyone tell where to take the whole footage ?", "tokenized_text": ["i", "like", "this", "man", "s", "anger", "and", "resoluteness", "colud", "anyone", "tell", "where", "to", "take", "the", "whole", "footage"]}, "6674": {"text": "Racist attack on tv show south africa BBC - YouTube", "tokenized_text": ["racist", "attack", "on", "tv", "show", "south", "africa", "bbc", "youtube"]}, "6675": {"text": "Why do people still join Militias ?", "tokenized_text": ["why", "do", "people", "still", "join", "militias"]}, "6676": {"text": "Why not just band with one or two of your close friends ?", "tokenized_text": ["why", "not", "just", "band", "with", "one", "or", "two", "of", "your", "close", "friends"]}, "6677": {"text": "Militias are too risky with the Feds .", "tokenized_text": ["militias", "are", "too", "risky", "with", "the", "feds"]}, "6678": {"text": "Arseniy Yatsenyuk approved as Ukraine 's new prime minister Arseniy Yatsenyuk , Ukraine 's new prime minister Published February 27 , 2014 / FoxNews.com Source : Arseniy Yatsenyuk approved as Ukraine 's new prime minister | Fox News", "tokenized_text": ["arseniy", "yatsenyuk", "approved", "as", "ukraine", "s", "new", "prime", "minister", "arseniy", "yatsenyuk", "ukraine", "s", "new", "prime", "minister", "published", "february", "27", "2014", "foxnews", "com", "source", "arseniy", "yatsenyuk", "approved", "as", "ukraine", "s", "new", "prime", "minister", "fox", "news"]}, "6679": {"text": "I would think that European nationalist organizations would be easier to create than American nationalist organizations .", "tokenized_text": ["i", "would", "think", "that", "european", "nationalist", "organizations", "would", "be", "easier", "to", "create", "than", "american", "nationalist", "organizations"]}, "6680": {"text": "White Irish nationalist for Ireland White German nationalist for Germany White Dutch people for the Netherlands Thats not hard borders are very important even between European countries To destroy or harm any culture is a crime against humanity and melting down all the smaller countries into one big country destroying there languages and so on would just be wrong , we should work together yes we are all white and all brothers and our nations are sacred .", "tokenized_text": ["white", "irish", "nationalist", "for", "ireland", "white", "german", "nationalist", "for", "germany", "white", "dutch", "people", "for", "the", "netherlands", "thats", "not", "hard", "borders", "are", "very", "important", "even", "between", "european", "countries", "to", "destroy", "or", "harm", "any", "culture", "is", "a", "crime", "against", "humanity", "and", "melting", "down", "all", "the", "smaller", "countries", "into", "one", "big", "country", "destroying", "there", "languages", "and", "so", "on", "would", "just", "be", "wrong", "we", "should", "work", "together", "yes", "we", "are", "all", "white", "and", "all", "brothers", "and", "our", "nations", "are", "sacred"]}, "6681": {"text": "I Can tell you right now if a black mob is threatening my life and burning my town I 'm going to start shooting .", "tokenized_text": ["i", "can", "tell", "you", "right", "now", "if", "a", "black", "mob", "is", "threatening", "my", "life", "and", "burning", "my", "town", "i", "m", "going", "to", "start", "shooting"]}, "6682": {"text": "And im sure theres a lot more people that would do the same .", "tokenized_text": ["and", "im", "sure", "theres", "a", "lot", "more", "people", "that", "would", "do", "the", "same"]}, "6683": {"text": "Yes, no nationalists have appointed a Jewish prime minister so I 'm not sure why any one but an anti would claim as such .", "tokenized_text": ["yes", "no", "nationalists", "have", "appointed", "a", "jewish", "prime", "minister", "so", "i", "m", "not", "sure", "why", "any", "one", "but", "an", "anti", "would", "claim", "as", "such"]}, "6684": {"text": "These idiots are doing this to hasten Armageddon so they can get a free ride to heaven .", "tokenized_text": ["these", "idiots", "are", "doing", "this", "to", "hasten", "armageddon", "so", "they", "can", "get", "a", "free", "ride", "to", "heaven"]}, "6685": {"text": "No , I 'm NOT kidding .....", "tokenized_text": ["no", "i", "m", "not", "kidding"]}, "6686": {"text": "That was wierd .", "tokenized_text": ["that", "was", "wierd"]}, "6687": {"text": "Just shows the absurdity of Obamamania : an athletic white woman attacks one libtard to proclaim the holiness of another libtard who may be worse !", "tokenized_text": ["just", "shows", "the", "absurdity", "of", "obamamania", "an", "athletic", "white", "woman", "attacks", "one", "libtard", "to", "proclaim", "the", "holiness", "of", "another", "libtard", "who", "may", "be", "worse"]}, "6688": {"text": "2 Years of foreign language is mandatory to graduate from my school .", "tokenized_text": ["2", "years", "of", "foreign", "language", "is", "mandatory", "to", "graduate", "from", "my", "school"]}, "6689": {"text": "French and Spanish are offered , but there is only one french teacher , as opposed to our 4 or more Spanish teachers , so the number of students able to take French is VERY limited .", "tokenized_text": ["french", "and", "spanish", "are", "offered", "but", "there", "is", "only", "one", "french", "teacher", "as", "opposed", "to", "our", "4", "or", "more", "spanish", "teachers", "so", "the", "number", "of", "students", "able", "to", "take", "french", "is", "very", "limited"]}, "6690": {"text": "Yeah, if msnbc would air videos like this they 'd get much higher ratings than the same ole negro grumblings .", "tokenized_text": ["yeah", "if", "msnbc", "would", "air", "videos", "like", "this", "they", "d", "get", "much", "higher", "ratings", "than", "the", "same", "ole", "negro", "grumblings"]}, "6691": {"text": "http://youtube.com/watch ? v = gdYJjU-Nx6E The maker of this video may be Jewish , not sure , he has a big kosher-lookin nose .", "tokenized_text": ["http", "youtube", "com", "watch", "v", "gdyjju", "nx6e", "the", "maker", "of", "this", "video", "may", "be", "jewish", "not", "sure", "he", "has", "a", "big", "kosher", "lookin", "nose"]}, "6692": {"text": "Of course they can take the property of white people for reparations .", "tokenized_text": ["of", "course", "they", "can", "take", "the", "property", "of", "white", "people", "for", "reparations"]}, "6693": {"text": "Just as soon as they repay for the generations of welfare their majestic peoples have consumed .", "tokenized_text": ["just", "as", "soon", "as", "they", "repay", "for", "the", "generations", "of", "welfare", "their", "majestic", "peoples", "have", "consumed"]}, "6694": {"text": "Maybe some Asians will complain because a Asian kid is used for the adoption when most Asian countries will not adopt out to gays .", "tokenized_text": ["maybe", "some", "asians", "will", "complain", "because", "a", "asian", "kid", "is", "used", "for", "the", "adoption", "when", "most", "asian", "countries", "will", "not", "adopt", "out", "to", "gays"]}, "6695": {"text": "Yes, he has a red Firebird so the wigger 's parents thought he had promise just like all those fictional characters on t.v.", "tokenized_text": ["yes", "he", "has", "a", "red", "firebird", "so", "the", "wigger", "s", "parents", "thought", "he", "had", "promise", "just", "like", "all", "those", "fictional", "characters", "on", "t", "v"]}, "6696": {"text": "( Prince of Bel Air , Moeisha , etc ... )", "tokenized_text": ["prince", "of", "bel", "air", "moeisha", "etc"]}, "6697": {"text": "Yep I totally agree , the minute the Jew press see 's the Klan outfits , that 's all they will talk about , and justify the white murders .", "tokenized_text": ["yep", "i", "totally", "agree", "the", "minute", "the", "jew", "press", "see", "s", "the", "klan", "outfits", "that", "s", "all", "they", "will", "talk", "about", "and", "justify", "the", "white", "murders"]}, "6698": {"text": "I read an article where they ran the White rancher off his property , he left behind all types of farming equipment and a herd of livestock .", "tokenized_text": ["i", "read", "an", "article", "where", "they", "ran", "the", "white", "rancher", "off", "his", "property", "he", "left", "behind", "all", "types", "of", "farming", "equipment", "and", "a", "herd", "of", "livestock"]}, "6699": {"text": "I read where they came in and killed all the livestock and had a feast , then 6 months later were starving .", "tokenized_text": ["i", "read", "where", "they", "came", "in", "and", "killed", "all", "the", "livestock", "and", "had", "a", "feast", "then", "6", "months", "later", "were", "starving"]}, "6700": {"text": "The seeds and farming equipment was never used .", "tokenized_text": ["the", "seeds", "and", "farming", "equipment", "was", "never", "used"]}, "6701": {"text": "I just wonder how long before obango starts bringing them here for a new life .", "tokenized_text": ["i", "just", "wonder", "how", "long", "before", "obango", "starts", "bringing", "them", "here", "for", "a", "new", "life"]}, "6702": {"text": "It is n't enough that we support mesico now we have to support africa .", "tokenized_text": ["it", "is", "n", "t", "enough", "that", "we", "support", "mesico", "now", "we", "have", "to", "support", "africa"]}, "6703": {"text": "hmm, wonder if we can get them to jump in the river if we put an ad on TV that there is billions in gold at the bottom of the river ?", "tokenized_text": ["hmm", "wonder", "if", "we", "can", "get", "them", "to", "jump", "in", "the", "river", "if", "we", "put", "an", "ad", "on", "tv", "that", "there", "is", "billions", "in", "gold", "at", "the", "bottom", "of", "the", "river"]}, "6704": {"text": "We know they cant swim , but they might not remember that in their lust for ' dat money ' .", "tokenized_text": ["we", "know", "they", "cant", "swim", "but", "they", "might", "not", "remember", "that", "in", "their", "lust", "for", "dat", "money"]}, "6705": {"text": "Many thanks Dr. Duke on behalf of all us internet radio addicts , your DavidDuke.com interviews are always very much appreciated !", "tokenized_text": ["many", "thanks", "dr", "duke", "on", "behalf", "of", "all", "us", "internet", "radio", "addicts", "your", "davidduke", "com", "interviews", "are", "always", "very", "much", "appreciated"]}, "6706": {"text": "David Duke with Bruno Gollnisch !", "tokenized_text": ["david", "duke", "with", "bruno", "gollnisch"]}, "6707": {"text": "http://www.davidduke.com/mp3/dukeradio080723brunog.mp3", "tokenized_text": ["http", "www", "davidduke", "com", "mp3", "dukeradio080723brunog", "mp3"]}, "6708": {"text": "And I would add to that one of the distinctive features of malls are the food courts where we can witness Americans and their eating disorders on display .", "tokenized_text": ["and", "i", "would", "add", "to", "that", "one", "of", "the", "distinctive", "features", "of", "malls", "are", "the", "food", "courts", "where", "we", "can", "witness", "americans", "and", "their", "eating", "disorders", "on", "display"]}, "6709": {"text": "I only clicked on the article hoping it was I white baby and as usual I was disappointed .", "tokenized_text": ["i", "only", "clicked", "on", "the", "article", "hoping", "it", "was", "i", "white", "baby", "and", "as", "usual", "i", "was", "disappointed"]}, "6710": {"text": "Also I agree it 's not fair to monkeys to compare them to black people .", "tokenized_text": ["also", "i", "agree", "it", "s", "not", "fair", "to", "monkeys", "to", "compare", "them", "to", "black", "people"]}, "6711": {"text": "What did those poor monkeys ever do to you ?", "tokenized_text": ["what", "did", "those", "poor", "monkeys", "ever", "do", "to", "you"]}, "6712": {"text": "Thanks for posting .", "tokenized_text": ["thanks", "for", "posting"]}, "6713": {"text": "Anyone who cannot watch much of this video should AT LEAST watch the last minute and listen to what he 's saying .", "tokenized_text": ["anyone", "who", "cannot", "watch", "much", "of", "this", "video", "should", "at", "least", "watch", "the", "last", "minute", "and", "listen", "to", "what", "he", "s", "saying"]}, "6714": {"text": "At least skip ahead to 9 : 50 and watch the final minute .", "tokenized_text": ["at", "least", "skip", "ahead", "to", "9", "50", "and", "watch", "the", "final", "minute"]}, "6715": {"text": "And `` heat '' means guns ( ' case y' all ai n't down wit da slang )", "tokenized_text": ["and", "heat", "means", "guns", "case", "y", "all", "ai", "n", "t", "down", "wit", "da", "slang"]}, "6716": {"text": "I've heard the name before but I too have no idea who she is .. one of the benefits of turning off the Talmudivision and watching very few modern movies", "tokenized_text": ["i", "ve", "heard", "the", "name", "before", "but", "i", "too", "have", "no", "idea", "who", "she", "is", "one", "of", "the", "benefits", "of", "turning", "off", "the", "talmudivision", "and", "watching", "very", "few", "modern", "movies"]}, "6717": {"text": "i have seen the autopsy report on emily they did not look for rape becouse they knew what they would find , they went just for the murder charge not rape and murder becouse they knew it would be to much for the public to take .", "tokenized_text": ["i", "have", "seen", "the", "autopsy", "report", "on", "emily", "they", "did", "not", "look", "for", "rape", "becouse", "they", "knew", "what", "they", "would", "find", "they", "went", "just", "for", "the", "murder", "charge", "not", "rape", "and", "murder", "becouse", "they", "knew", "it", "would", "be", "to", "much", "for", "the", "public", "to", "take"]}, "6718": {"text": "Amazing how 5 young bucks can break in to a little girls home , beat the child half to death before killing her and we are expected to believe that they did n't take turns at her while before finally killing her ...", "tokenized_text": ["amazing", "how", "5", "young", "bucks", "can", "break", "in", "to", "a", "little", "girls", "home", "beat", "the", "child", "half", "to", "death", "before", "killing", "her", "and", "we", "are", "expected", "to", "believe", "that", "they", "did", "n", "t", "take", "turns", "at", "her", "while", "before", "finally", "killing", "her"]}, "6719": {"text": "Sorry , I just do n't buy it .", "tokenized_text": ["sorry", "i", "just", "do", "n", "t", "buy", "it"]}, "6720": {"text": "Yes the negroes have been busy the last few weeks but we have to expect it because nothing is being done to them when a crime is committed", "tokenized_text": ["yes", "the", "negroes", "have", "been", "busy", "the", "last", "few", "weeks", "but", "we", "have", "to", "expect", "it", "because", "nothing", "is", "being", "done", "to", "them", "when", "a", "crime", "is", "committed"]}, "6721": {"text": "A public execution for these animals would go a LONG way to point to justice being done ; it would never bring the girl back ; but I guarantee it would send a message ............................", "tokenized_text": ["a", "public", "execution", "for", "these", "animals", "would", "go", "a", "long", "way", "to", "point", "to", "justice", "being", "done", "it", "would", "never", "bring", "the", "girl", "back", "but", "i", "guarantee", "it", "would", "send", "a", "message"]}, "6722": {"text": "God please bless with wisdom the judge and jury against this group of thugs that they all might be hanged .", "tokenized_text": ["god", "please", "bless", "with", "wisdom", "the", "judge", "and", "jury", "against", "this", "group", "of", "thugs", "that", "they", "all", "might", "be", "hanged"]}, "6723": {"text": "Amen .", "tokenized_text": ["amen"]}, "6724": {"text": "Also, 4 people break into a home and shoot and kill a 12 year old , and none of the major news outlets pick up the story ?", "tokenized_text": ["also", "4", "people", "break", "into", "a", "home", "and", "shoot", "and", "kill", "a", "12", "year", "old", "and", "none", "of", "the", "major", "news", "outlets", "pick", "up", "the", "story"]}, "6725": {"text": "Sad .", "tokenized_text": ["sad"]}, "6726": {"text": "Who knows , maybe what has reached the ears of the majority is just deliberate disinformation designed to create confusion , while their real agenda remains safely concealed .", "tokenized_text": ["who", "knows", "maybe", "what", "has", "reached", "the", "ears", "of", "the", "majority", "is", "just", "deliberate", "disinformation", "designed", "to", "create", "confusion", "while", "their", "real", "agenda", "remains", "safely", "concealed"]}, "6727": {"text": "http://news.bbc.co.uk/2/hi/africa/6217719.stm There you have it folks , Nigeria is acting like one big ghetto queen squeezing out more baby negroes for a bigger handout from the government .", "tokenized_text": ["http", "news", "bbc", "co", "uk", "2", "hi", "africa", "6217719", "stm", "there", "you", "have", "it", "folks", "nigeria", "is", "acting", "like", "one", "big", "ghetto", "queen", "squeezing", "out", "more", "baby", "negroes", "for", "a", "bigger", "handout", "from", "the", "government"]}, "6728": {"text": "I just shake my head every time this thread comes to the front page .", "tokenized_text": ["i", "just", "shake", "my", "head", "every", "time", "this", "thread", "comes", "to", "the", "front", "page"]}, "6729": {"text": "It almost reads like something out of a science fiction novel .", "tokenized_text": ["it", "almost", "reads", "like", "something", "out", "of", "a", "science", "fiction", "novel"]}, "6730": {"text": "Good for the lions .", "tokenized_text": ["good", "for", "the", "lions"]}, "6731": {"text": "I hope they did n't eat the villagers , they might have gotten food poisoning .", "tokenized_text": ["i", "hope", "they", "did", "n", "t", "eat", "the", "villagers", "they", "might", "have", "gotten", "food", "poisoning"]}, "6732": {"text": "And is it really too much to ask of you people to shut up about Christianity and Paganism and stick to the subject at hand ???", "tokenized_text": ["and", "is", "it", "really", "too", "much", "to", "ask", "of", "you", "people", "to", "shut", "up", "about", "christianity", "and", "paganism", "and", "stick", "to", "the", "subject", "at", "hand"]}, "6733": {"text": "I just took that test .", "tokenized_text": ["i", "just", "took", "that", "test"]}, "6734": {"text": "Only scored a 120 .", "tokenized_text": ["only", "scored", "a", "120"]}, "6735": {"text": "I have got to start challenging myself .", "tokenized_text": ["i", "have", "got", "to", "start", "challenging", "myself"]}, "6736": {"text": "About 8 years ago , I scored much higher on other types of tests .", "tokenized_text": ["about", "8", "years", "ago", "i", "scored", "much", "higher", "on", "other", "types", "of", "tests"]}, "6737": {"text": "That 's a little scary .", "tokenized_text": ["that", "s", "a", "little", "scary"]}, "6738": {"text": "It is that whole thing about Standard of living being the most important thing in peoples lives and what they strive for and base their self worth and the worth of others on that is a huge obstacle we need to overcome .", "tokenized_text": ["it", "is", "that", "whole", "thing", "about", "standard", "of", "living", "being", "the", "most", "important", "thing", "in", "peoples", "lives", "and", "what", "they", "strive", "for", "and", "base", "their", "self", "worth", "and", "the", "worth", "of", "others", "on", "that", "is", "a", "huge", "obstacle", "we", "need", "to", "overcome"]}, "6739": {"text": "They're coming out of the woodwork to oppose white unity and White History Month .", "tokenized_text": ["they", "re", "coming", "out", "of", "the", "woodwork", "to", "oppose", "white", "unity", "and", "white", "history", "month"]}, "6740": {"text": "By their fruits ye shall know them .", "tokenized_text": ["by", "their", "fruits", "ye", "shall", "know", "them"]}, "6741": {"text": "Sometimes its best to keep your mouth closed ( Boy unknowingly admits to a crime ) - YouTube Typical stupid * * * * * * , inadvertently admits his crime to quibble a small detail .", "tokenized_text": ["sometimes", "its", "best", "to", "keep", "your", "mouth", "closed", "boy", "unknowingly", "admits", "to", "a", "crime", "youtube", "typical", "stupid", "inadvertently", "admits", "his", "crime", "to", "quibble", "a", "small", "detail"]}, "6742": {"text": "Don't know if this one 's been posted .", "tokenized_text": ["don", "t", "know", "if", "this", "one", "s", "been", "posted"]}, "6743": {"text": "It 's pretty old , but I have n't seen it in this thread .", "tokenized_text": ["it", "s", "pretty", "old", "but", "i", "have", "n", "t", "seen", "it", "in", "this", "thread"]}, "6744": {"text": "YouTube - & #x202a ; Walmart Greeter Beatdown ( Caught on Tape ) & #x202c ; & rlm ;", "tokenized_text": ["youtube", "x202a", "walmart", "greeter", "beatdown", "caught", "on", "tape", "x202c", "rlm"]}, "6745": {"text": "I looked at the discussion and it is obvious that we are outnumbered by non-whites and race traitors and follow the other followers types .", "tokenized_text": ["i", "looked", "at", "the", "discussion", "and", "it", "is", "obvious", "that", "we", "are", "outnumbered", "by", "non", "whites", "and", "race", "traitors", "and", "follow", "the", "other", "followers", "types"]}, "6746": {"text": "It 's like that at most public boards .", "tokenized_text": ["it", "s", "like", "that", "at", "most", "public", "boards"]}, "6747": {"text": "Whites are the minority in the World .", "tokenized_text": ["whites", "are", "the", "minority", "in", "the", "world"]}, "6748": {"text": "It was only a matter of time before it hit the U.S. and Europe .", "tokenized_text": ["it", "was", "only", "a", "matter", "of", "time", "before", "it", "hit", "the", "u", "s", "and", "europe"]}, "6749": {"text": "YouTube - Mad Max & Feral Boy Mad Max and Feral Boy YouTube - Mad Max 2 - Feral Boomerang Kid Feral Boy throws sharpened boomerang and kills bandits", "tokenized_text": ["youtube", "mad", "max", "feral", "boy", "mad", "max", "and", "feral", "boy", "youtube", "mad", "max", "2", "feral", "boomerang", "kid", "feral", "boy", "throws", "sharpened", "boomerang", "and", "kills", "bandits"]}, "6750": {"text": "I shall live by these 10 rules for the rest of my life as if they where the word of god .", "tokenized_text": ["i", "shall", "live", "by", "these", "10", "rules", "for", "the", "rest", "of", "my", "life", "as", "if", "they", "where", "the", "word", "of", "god"]}, "6751": {"text": "Another reason it might say so in the Census is because whites like me refused to fill out the census , to deliberately help skew it towards whinorities .", "tokenized_text": ["another", "reason", "it", "might", "say", "so", "in", "the", "census", "is", "because", "whites", "like", "me", "refused", "to", "fill", "out", "the", "census", "to", "deliberately", "help", "skew", "it", "towards", "whinorities"]}, "6752": {"text": "I want people to be shocked about `` minority '' takeover , and to react by building community with whites where they were chicken to , before , and to have white kids .", "tokenized_text": ["i", "want", "people", "to", "be", "shocked", "about", "minority", "takeover", "and", "to", "react", "by", "building", "community", "with", "whites", "where", "they", "were", "chicken", "to", "before", "and", "to", "have", "white", "kids"]}, "6753": {"text": "CYF First World Status", "tokenized_text": ["cyf", "first", "world", "status"]}, "6754": {"text": "None dare call it White genocide Forward this around to friends and family , spread the word : None dare call it White genocide", "tokenized_text": ["none", "dare", "call", "it", "white", "genocide", "forward", "this", "around", "to", "friends", "and", "family", "spread", "the", "word", "none", "dare", "call", "it", "white", "genocide"]}, "6755": {"text": "They should make all know about this book his friends as that they know like are the things , we need that all the whites know like they are the things and the Jewish threat and negroid on our race .", "tokenized_text": ["they", "should", "make", "all", "know", "about", "this", "book", "his", "friends", "as", "that", "they", "know", "like", "are", "the", "things", "we", "need", "that", "all", "the", "whites", "know", "like", "they", "are", "the", "things", "and", "the", "jewish", "threat", "and", "negroid", "on", "our", "race"]}, "6756": {"text": "I utterly want to vomit after watching this disgusting pro invasion of White countries ad .", "tokenized_text": ["i", "utterly", "want", "to", "vomit", "after", "watching", "this", "disgusting", "pro", "invasion", "of", "white", "countries", "ad"]}, "6757": {"text": "EU apology for ' racist ' pro-diversity ad - YouTube", "tokenized_text": ["eu", "apology", "for", "racist", "pro", "diversity", "ad", "youtube"]}, "6758": {"text": "if you have enough money for high speed internet to download it you can probably afford the book ! you have your priorities mixed up if you have high speed internet which you 'd need to d/l it but cant feed your kids , lol .", "tokenized_text": ["if", "you", "have", "enough", "money", "for", "high", "speed", "internet", "to", "download", "it", "you", "can", "probably", "afford", "the", "book", "you", "have", "your", "priorities", "mixed", "up", "if", "you", "have", "high", "speed", "internet", "which", "you", "d", "need", "to", "d", "l", "it", "but", "cant", "feed", "your", "kids", "lol"]}, "6759": {"text": "Here are a few of my favourites by Dr. Pierce !", "tokenized_text": ["here", "are", "a", "few", "of", "my", "favourites", "by", "dr", "pierce"]}, "6760": {"text": "YouTube - Dr William Pierce discusses `` Haiti '' YouTube - Dr William Pierce discusses `` liberals '' YouTube - Odysseus ' Way by Dr. William Pierce YouTube - Dr William Pierce discusses `` black inventions ''", "tokenized_text": ["youtube", "dr", "william", "pierce", "discusses", "haiti", "youtube", "dr", "william", "pierce", "discusses", "liberals", "youtube", "odysseus", "way", "by", "dr", "william", "pierce", "youtube", "dr", "william", "pierce", "discusses", "black", "inventions"]}, "6761": {"text": "On Set of Nickelodeon 's `` The Haunted Hathaways '' - YouTube 3 white women no father living in a house with three negro males .", "tokenized_text": ["on", "set", "of", "nickelodeon", "s", "the", "haunted", "hathaways", "youtube", "3", "white", "women", "no", "father", "living", "in", "a", "house", "with", "three", "negro", "males"]}, "6762": {"text": "To all white patriots , watch ENDGAME ALEX JONES , OR ENDGAME from PRISON PLANET , and learn the agenda from the criminals Jewish bankers .", "tokenized_text": ["to", "all", "white", "patriots", "watch", "endgame", "alex", "jones", "or", "endgame", "from", "prison", "planet", "and", "learn", "the", "agenda", "from", "the", "criminals", "jewish", "bankers"]}, "6763": {"text": "Sorry, for all who have lost a loved one .", "tokenized_text": ["sorry", "for", "all", "who", "have", "lost", "a", "loved", "one"]}, "6764": {"text": "May they always Rest in Peace , my prayers go out to them .", "tokenized_text": ["may", "they", "always", "rest", "in", "peace", "my", "prayers", "go", "out", "to", "them"]}, "6765": {"text": "Amen .", "tokenized_text": ["amen"]}, "6766": {"text": "The country with the most significant `` baby-boom '' is Estonia ( TFR from ~ 1,2 in 1998 to ~ 1,7 in this year ) : http://pub.stat.ee/px-web.2001/Dialo...Births/&lang=1AlsoCzechRep.hasitsfertilityratesignificiantlyincreased:http://www.czso.cz/eng/csu.nsf/informace/aoby032008.doc Denmark and Norway in this year probably will have record high TFR level since early 1970 's .", "tokenized_text": ["the", "country", "with", "the", "most", "significant", "baby", "boom", "is", "estonia", "tfr", "from", "1", "2", "in", "1998", "to", "1", "7", "in", "this", "year", "http", "pub", "stat", "ee", "px", "web", "2001", "dialo", "births", "lang", "1alsoczechrep", "hasitsfertilityratesignificiantlyincreased", "http", "www", "czso", "cz", "eng", "csu", "nsf", "informace", "aoby032008", "doc", "denmark", "and", "norway", "in", "this", "year", "probably", "will", "have", "record", "high", "tfr", "level", "since", "early", "1970", "s"]}, "6767": {"text": "Holly Quick , age 16 , brutally raped and murdered by an apelike negro .", "tokenized_text": ["holly", "quick", "age", "16", "brutally", "raped", "and", "murdered", "by", "an", "apelike", "negro"]}, "6768": {"text": "She was tortured and mutilated .", "tokenized_text": ["she", "was", "tortured", "and", "mutilated"]}, "6769": {"text": "Tamir Hamilton , sadistic rapist/murder .", "tokenized_text": ["tamir", "hamilton", "sadistic", "rapist", "murder"]}, "6770": {"text": "Two weeks before raping and killing Holly , he raped a college student .", "tokenized_text": ["two", "weeks", "before", "raping", "and", "killing", "holly", "he", "raped", "a", "college", "student"]}, "6771": {"text": "He has two previous felony convictions for violent crimes .", "tokenized_text": ["he", "has", "two", "previous", "felony", "convictions", "for", "violent", "crimes"]}, "6772": {"text": "May you rot in Hell , `` Tamir . '' http://news.rgj.com/apps/pbcs.dll/ar ... 34/1004/NEWS19", "tokenized_text": ["may", "you", "rot", "in", "hell", "tamir", "http", "news", "rgj", "com", "apps", "pbcs", "dll", "ar", "34", "1004", "news19"]}, "6773": {"text": "This thread makes me both sad and angry .", "tokenized_text": ["this", "thread", "makes", "me", "both", "sad", "and", "angry"]}, "6774": {"text": "Innocent whites including white children all murdered by heartless groid savages .", "tokenized_text": ["innocent", "whites", "including", "white", "children", "all", "murdered", "by", "heartless", "groid", "savages"]}, "6775": {"text": "Breaks my heart and boils my blood .", "tokenized_text": ["breaks", "my", "heart", "and", "boils", "my", "blood"]}, "6776": {"text": "Ya know , if they can sell this stuff to White women , what CAN' T they sell them ? They could literally spread dog poop on a bun and charge $ 10 a sandwich ... I ca n't wait to see the commercials and watch some beauty like Sandra Bullock sink her teeth into it !!", "tokenized_text": ["ya", "know", "if", "they", "can", "sell", "this", "stuff", "to", "white", "women", "what", "can", "t", "they", "sell", "them", "they", "could", "literally", "spread", "dog", "poop", "on", "a", "bun", "and", "charge", "10", "a", "sandwich", "i", "ca", "n", "t", "wait", "to", "see", "the", "commercials", "and", "watch", "some", "beauty", "like", "sandra", "bullock", "sink", "her", "teeth", "into", "it"]}, "6777": {"text": "This is just the tip of the iceberg .", "tokenized_text": ["this", "is", "just", "the", "tip", "of", "the", "iceberg"]}, "6778": {"text": "These deaths are barely reported on the local level , much less the international level .", "tokenized_text": ["these", "deaths", "are", "barely", "reported", "on", "the", "local", "level", "much", "less", "the", "international", "level"]}, "6779": {"text": "Yes, this book is trash , I was made to read it four times in public school while I was growing up .", "tokenized_text": ["yes", "this", "book", "is", "trash", "i", "was", "made", "to", "read", "it", "four", "times", "in", "public", "school", "while", "i", "was", "growing", "up"]}, "6780": {"text": "I guess they just really wanted to make sure the lies sunk in .", "tokenized_text": ["i", "guess", "they", "just", "really", "wanted", "to", "make", "sure", "the", "lies", "sunk", "in"]}, "6781": {"text": "If you click on the new nation news link at the bottom of my post your will go to a website full of white victims of black crime .", "tokenized_text": ["if", "you", "click", "on", "the", "new", "nation", "news", "link", "at", "the", "bottom", "of", "my", "post", "your", "will", "go", "to", "a", "website", "full", "of", "white", "victims", "of", "black", "crime"]}, "6782": {"text": "When you get to the site click on Dark Crimes .", "tokenized_text": ["when", "you", "get", "to", "the", "site", "click", "on", "dark", "crimes"]}, "6783": {"text": "It can cause rage .", "tokenized_text": ["it", "can", "cause", "rage"]}, "6784": {"text": "Did anyone else see that Guinness Black Lager commercial ?", "tokenized_text": ["did", "anyone", "else", "see", "that", "guinness", "black", "lager", "commercial"]}, "6785": {"text": "Im on youtube trying to find it right now .", "tokenized_text": ["im", "on", "youtube", "trying", "to", "find", "it", "right", "now"]}, "6786": {"text": "- `` Something about black '' and the old favorite `` Once you go black you never go back ''", "tokenized_text": ["something", "about", "black", "and", "the", "old", "favorite", "once", "you", "go", "black", "you", "never", "go", "back"]}, "6787": {"text": "A former accountant for retailer American Apparel Inc. has filed a wrongful termination suit against the company alleging that he was fired after refusing requests from Chief Executive jew Dov Charney to inflate figures on the company 's balance sheet .", "tokenized_text": ["a", "former", "accountant", "for", "retailer", "american", "apparel", "inc", "has", "filed", "a", "wrongful", "termination", "suit", "against", "the", "company", "alleging", "that", "he", "was", "fired", "after", "refusing", "requests", "from", "chief", "executive", "jew", "dov", "charney", "to", "inflate", "figures", "on", "the", "company", "s", "balance", "sheet"]}, "6788": {"text": "The lawsuit , filed in Los Angeles County Superior Court last week , is the latest in a string of cases against the company and the jew Charney including five sexual harassment cases that have been settled , dismissed or placed in arbitration .", "tokenized_text": ["the", "lawsuit", "filed", "in", "los", "angeles", "county", "superior", "court", "last", "week", "is", "the", "latest", "in", "a", "string", "of", "cases", "against", "the", "company", "and", "the", "jew", "charney", "including", "five", "sexual", "harassment", "cases", "that", "have", "been", "settled", "dismissed", "or", "placed", "in", "arbitration"]}, "6789": {"text": "Source", "tokenized_text": ["source"]}, "6790": {"text": "Making them up a history because they have none ?", "tokenized_text": ["making", "them", "up", "a", "history", "because", "they", "have", "none"]}, "6791": {"text": "The cover art for this textbook made me laugh HARD , when I first saw it .", "tokenized_text": ["the", "cover", "art", "for", "this", "textbook", "made", "me", "laugh", "hard", "when", "i", "first", "saw", "it"]}, "6792": {"text": "Anybody with half a brain knows that 's it 's BS and how Negroes have n't done anything for the development of any society , let alone Europe .", "tokenized_text": ["anybody", "with", "half", "a", "brain", "knows", "that", "s", "it", "s", "bs", "and", "how", "negroes", "have", "n", "t", "done", "anything", "for", "the", "development", "of", "any", "society", "let", "alone", "europe"]}, "6793": {"text": "Are there any sources that state that it was Trotsky who reiceived the money and was responsible for destruction of Black Hundreds , as opposed to Lenin or another Bolshevik leader ?", "tokenized_text": ["are", "there", "any", "sources", "that", "state", "that", "it", "was", "trotsky", "who", "reiceived", "the", "money", "and", "was", "responsible", "for", "destruction", "of", "black", "hundreds", "as", "opposed", "to", "lenin", "or", "another", "bolshevik", "leader"]}, "6794": {"text": "Mate, have you been to Britain ?", "tokenized_text": ["mate", "have", "you", "been", "to", "britain"]}, "6795": {"text": "There are places where you can walk around all day and not see a single white face .", "tokenized_text": ["there", "are", "places", "where", "you", "can", "walk", "around", "all", "day", "and", "not", "see", "a", "single", "white", "face"]}, "6796": {"text": "We 're totally flooded .", "tokenized_text": ["we", "re", "totally", "flooded"]}, "6797": {"text": "Breaks the heart ...", "tokenized_text": ["breaks", "the", "heart"]}, "6798": {"text": "I accept it and i like white americans .", "tokenized_text": ["i", "accept", "it", "and", "i", "like", "white", "americans"]}, "6799": {"text": "But you must know that caucasians is not like blacks , they just animals and subhumans .", "tokenized_text": ["but", "you", "must", "know", "that", "caucasians", "is", "not", "like", "blacks", "they", "just", "animals", "and", "subhumans"]}, "6800": {"text": "Does anyone have a link to download of this book in English ?", "tokenized_text": ["does", "anyone", "have", "a", "link", "to", "download", "of", "this", "book", "in", "english"]}, "6801": {"text": "Has it been translated to English at all ?", "tokenized_text": ["has", "it", "been", "translated", "to", "english", "at", "all"]}, "6802": {"text": "Thanks", "tokenized_text": ["thanks"]}, "6803": {"text": "YEA!", "tokenized_text": ["yea"]}, "6804": {"text": "So lets kill all the whites there because every single one of them is a ZOG agent , even the children !", "tokenized_text": ["so", "lets", "kill", "all", "the", "whites", "there", "because", "every", "single", "one", "of", "them", "is", "a", "zog", "agent", "even", "the", "children"]}, "6805": {"text": "Sounds like a smart idea .", "tokenized_text": ["sounds", "like", "a", "smart", "idea"]}, "6806": {"text": "Well they have got to be more aware then the idiots we have over here absorbing all the bs with there little sponge brains .", "tokenized_text": ["well", "they", "have", "got", "to", "be", "more", "aware", "then", "the", "idiots", "we", "have", "over", "here", "absorbing", "all", "the", "bs", "with", "there", "little", "sponge", "brains"]}, "6807": {"text": "dancing Armenians , if sombody can find any non white Armenian , i bid i 'll eat yelow pages without cooking !", "tokenized_text": ["dancing", "armenians", "if", "sombody", "can", "find", "any", "non", "white", "armenian", "i", "bid", "i", "ll", "eat", "yelow", "pages", "without", "cooking"]}, "6808": {"text": "http://www.youtube.com/watch?v=O-mRZ...elated&search=http://www.youtube.com/watch?v=qzaV3...elated&search=http://www.youtube.com/watch?v=RRoj1...elated&search=http://www.youtube.com/watch?v=3-URO...elated&search=http://www.youtube.com/watch ? v = v12VY ... elated & search =", "tokenized_text": ["http", "www", "youtube", "com", "watch", "v", "o", "mrz", "elated", "search", "http", "www", "youtube", "com", "watch", "v", "qzav3", "elated", "search", "http", "www", "youtube", "com", "watch", "v", "rroj1", "elated", "search", "http", "www", "youtube", "com", "watch", "v", "3", "uro", "elated", "search", "http", "www", "youtube", "com", "watch", "v", "v12vy", "elated", "search"]}, "6809": {"text": "hi guys i have just registered in order to say my opinion from my experience in real life or internet about your issues .", "tokenized_text": ["hi", "guys", "i", "have", "just", "registered", "in", "order", "to", "say", "my", "opinion", "from", "my", "experience", "in", "real", "life", "or", "internet", "about", "your", "issues"]}, "6810": {"text": "I'm just dull sometimes ....", "tokenized_text": ["i", "m", "just", "dull", "sometimes"]}, "6811": {"text": "LOL But yes , it does sound like a great plan .", "tokenized_text": ["lol", "but", "yes", "it", "does", "sound", "like", "a", "great", "plan"]}, "6812": {"text": "Work overseas for about 5 years .", "tokenized_text": ["work", "overseas", "for", "about", "5", "years"]}, "6813": {"text": "Come back home and buy a house near a forest full of game ....", "tokenized_text": ["come", "back", "home", "and", "buy", "a", "house", "near", "a", "forest", "full", "of", "game"]}, "6814": {"text": "Freehold !!!", "tokenized_text": ["freehold"]}, "6815": {"text": "I'm interested in knowing if they 're slavic people or are they arabs claiming to be Ukrainian or other minorities using the title of Ukrainians ? 2508", "tokenized_text": ["i", "m", "interested", "in", "knowing", "if", "they", "re", "slavic", "people", "or", "are", "they", "arabs", "claiming", "to", "be", "ukrainian", "or", "other", "minorities", "using", "the", "title", "of", "ukrainians", "2508"]}, "6816": {"text": "I don`t listen radio at all .", "tokenized_text": ["i", "don", "t", "listen", "radio", "at", "all"]}, "6817": {"text": "But `` Radio Shanson '' somehow poisoned the minds of almost all `` marshrutka '' drivers in all big Russian cities .", "tokenized_text": ["but", "radio", "shanson", "somehow", "poisoned", "the", "minds", "of", "almost", "all", "marshrutka", "drivers", "in", "all", "big", "russian", "cities"]}, "6818": {"text": "HZ why .", "tokenized_text": ["hz", "why"]}, "6819": {"text": "The 19-year-old had beaten two elderly Long Beach women to death and raped one with a wine bottle .", "tokenized_text": ["the", "19", "year", "old", "had", "beaten", "two", "elderly", "long", "beach", "women", "to", "death", "and", "raped", "one", "with", "a", "wine", "bottle"]}, "6820": {"text": "The brutality of his crime and his lack of remorse made Jackson the `` model candidate for death in the gas house , '' one columnist wrote after his death sentence was upheld by the state 's highest court .", "tokenized_text": ["the", "brutality", "of", "his", "crime", "and", "his", "lack", "of", "remorse", "made", "jackson", "the", "model", "candidate", "for", "death", "in", "the", "gas", "house", "one", "columnist", "wrote", "after", "his", "death", "sentence", "was", "upheld", "by", "the", "state", "s", "highest", "court"]}, "6821": {"text": "Jackson 's retrial took jurors back to the events of late summer 1977 , when two widows , Vernita Curtis , 81 and Gladys Ott , 90 , were beaten and strangled to death during burglaries a week apart in a Long Beach apartment building .", "tokenized_text": ["jackson", "s", "retrial", "took", "jurors", "back", "to", "the", "events", "of", "late", "summer", "1977", "when", "two", "widows", "vernita", "curtis", "81", "and", "gladys", "ott", "90", "were", "beaten", "and", "strangled", "to", "death", "during", "burglaries", "a", "week", "apart", "in", "a", "long", "beach", "apartment", "building"]}, "6822": {"text": "On Thursday , a Long Beach jury once again found that Jackson , now 52 , should be put to death .", "tokenized_text": ["on", "thursday", "a", "long", "beach", "jury", "once", "again", "found", "that", "jackson", "now", "52", "should", "be", "put", "to", "death"]}, "6823": {"text": "Jackson is black ; his two victims were white .", "tokenized_text": ["jackson", "is", "black", "his", "two", "victims", "were", "white"]}, "6824": {"text": "http://www.latimes.com/news/local/la-me-death-penalty2-2010apr02,0,5824772.story * * * * * * * * Kevin Bautista , a 21-year-old black , was shot and killed Saturday , March 27 , According to an LAPD news release , Bautista was sitting in the passenger seat of his car about 6 : 15 p.m. `` when a man and woman drove up in a gray sedan and stopped at the southeast corner of 84th Street and Harvard Boulevard . ''", "tokenized_text": ["http", "www", "latimes", "com", "news", "local", "la", "me", "death", "penalty2", "2010apr02", "0", "5824772", "story", "kevin", "bautista", "a", "21", "year", "old", "black", "was", "shot", "and", "killed", "saturday", "march", "27", "according", "to", "an", "lapd", "news", "release", "bautista", "was", "sitting", "in", "the", "passenger", "seat", "of", "his", "car", "about", "6", "15", "p", "m", "when", "a", "man", "and", "woman", "drove", "up", "in", "a", "gray", "sedan", "and", "stopped", "at", "the", "southeast", "corner", "of", "84th", "street", "and", "harvard", "boulevard"]}, "6825": {"text": "Police allege the man , described as black and between 17 and 20 , got out of his car , walked back to where Bautista was sitting and shot him .", "tokenized_text": ["police", "allege", "the", "man", "described", "as", "black", "and", "between", "17", "and", "20", "got", "out", "of", "his", "car", "walked", "back", "to", "where", "bautista", "was", "sitting", "and", "shot", "him"]}, "6826": {"text": "http://projects.latimes.com/homicide ... t/blog/page/1/", "tokenized_text": ["http", "projects", "latimes", "com", "homicide", "t", "blog", "page", "1"]}, "6827": {"text": "I caught this on youtube , I 'm sure someone has posted this at some point on here but it deserves reiteration .", "tokenized_text": ["i", "caught", "this", "on", "youtube", "i", "m", "sure", "someone", "has", "posted", "this", "at", "some", "point", "on", "here", "but", "it", "deserves", "reiteration"]}, "6828": {"text": "http://www.youtube.com/watch ? v = R8gYc5fvMQ0", "tokenized_text": ["http", "www", "youtube", "com", "watch", "v", "r8gyc5fvmq0"]}, "6829": {"text": "Another classic .", "tokenized_text": ["another", "classic"]}, "6830": {"text": "Nothing quite like watching stupid white people in action .", "tokenized_text": ["nothing", "quite", "like", "watching", "stupid", "white", "people", "in", "action"]}, "6831": {"text": "Sad thing is I could n't even find the real classics I was looking for on youtube which air far more with even worse messages .", "tokenized_text": ["sad", "thing", "is", "i", "could", "n", "t", "even", "find", "the", "real", "classics", "i", "was", "looking", "for", "on", "youtube", "which", "air", "far", "more", "with", "even", "worse", "messages"]}, "6832": {"text": "Toy Crane Commercial | BMO Harris Bank - YouTube", "tokenized_text": ["toy", "crane", "commercial", "bmo", "harris", "bank", "youtube"]}, "6833": {"text": "You mean like how there was no electricty or other public services except the post office and some roads during the Old Republic ?", "tokenized_text": ["you", "mean", "like", "how", "there", "was", "no", "electricty", "or", "other", "public", "services", "except", "the", "post", "office", "and", "some", "roads", "during", "the", "old", "republic"]}, "6834": {"text": "Our enemy has the sheep already , and they 're doing more to destroy us than many of these `` lions '' of ours are saving .", "tokenized_text": ["our", "enemy", "has", "the", "sheep", "already", "and", "they", "re", "doing", "more", "to", "destroy", "us", "than", "many", "of", "these", "lions", "of", "ours", "are", "saving"]}, "6835": {"text": "No one is here to try to convert anyone .", "tokenized_text": ["no", "one", "is", "here", "to", "try", "to", "convert", "anyone"]}, "6836": {"text": "This thread is for answering questions related to NS , that 's all .", "tokenized_text": ["this", "thread", "is", "for", "answering", "questions", "related", "to", "ns", "that", "s", "all"]}, "6837": {"text": "\u0418\u0441\u043a\u043e\u0440\u0438\u0441\u0442\u0438 \u043d\u0435\u043a\u0438 \u0441\u0430\u0458\u0442 \u0437\u0430 \u0445\u043e\u0441\u0442\u043e\u0432\u0430\u045a\u0435 \u0441\u043b\u0438\u043a\u0430 .", "tokenized_text": ["\u0438\u0441\u043a\u043e\u0440\u0438\u0441\u0442\u0438", "\u043d\u0435\u043a\u0438", "\u0441\u0430\u0458\u0442", "\u0437\u0430", "\u0445\u043e\u0441\u0442\u043e\u0432\u0430\u045a\u0435", "\u0441\u043b\u0438\u043a\u0430"]}, "6838": {"text": "ImageShack \u00ae - Online Photo and Video Hosting TinyPic - Free Image Hosting , Photo Sharing & Video Hosting Image hosting , free photo sharing & video sharing at Photobucket", "tokenized_text": ["imageshack", "online", "photo", "and", "video", "hosting", "tinypic", "free", "image", "hosting", "photo", "sharing", "video", "hosting", "image", "hosting", "free", "photo", "sharing", "video", "sharing", "at", "photobucket"]}, "6839": {"text": "Thank you my friend for posting on our section ...", "tokenized_text": ["thank", "you", "my", "friend", "for", "posting", "on", "our", "section"]}, "6840": {"text": "I already tell my friends here all about you ...", "tokenized_text": ["i", "already", "tell", "my", "friends", "here", "all", "about", "you"]}, "6841": {"text": "You are a true friend of my serb people ...", "tokenized_text": ["you", "are", "a", "true", "friend", "of", "my", "serb", "people"]}, "6842": {"text": "Thank you for everything ...", "tokenized_text": ["thank", "you", "for", "everything"]}, "6843": {"text": "I posted a long and insightful ( or at least so I thought ) post here a couple of days ago .", "tokenized_text": ["i", "posted", "a", "long", "and", "insightful", "or", "at", "least", "so", "i", "thought", "post", "here", "a", "couple", "of", "days", "ago"]}, "6844": {"text": "Have the mods refused it ?", "tokenized_text": ["have", "the", "mods", "refused", "it"]}, "6845": {"text": "If so , why ?", "tokenized_text": ["if", "so", "why"]}, "6846": {"text": "Och nu har jag ocksa forlorad min Svensk Medborgarskap och far inte har en nya Passport !", "tokenized_text": ["och", "nu", "har", "jag", "ocksa", "forlorad", "min", "svensk", "medborgarskap", "och", "far", "inte", "har", "en", "nya", "passport"]}, "6847": {"text": "I have to reapply for my citizenship of birth and might possibly be turned down because I 've lived most of my life in Tyskland och USA , trevligt , inte ?", "tokenized_text": ["i", "have", "to", "reapply", "for", "my", "citizenship", "of", "birth", "and", "might", "possibly", "be", "turned", "down", "because", "i", "ve", "lived", "most", "of", "my", "life", "in", "tyskland", "och", "usa", "trevligt", "inte"]}, "6848": {"text": "Btw, if anyone wants to have their say against the multikulti zombies that read Six Degrees , here 's their forum : http://www.6d.fi/say _ your _ say/", "tokenized_text": ["btw", "if", "anyone", "wants", "to", "have", "their", "say", "against", "the", "multikulti", "zombies", "that", "read", "six", "degrees", "here", "s", "their", "forum", "http", "www", "6d", "fi", "say", "_", "your", "_", "say"]}, "6849": {"text": "In Sweden most people receives SVT 1 , SVT 2 , TV 3 , TV 4 , Kanal 5 and ZTV SVT 1 and SVT 2 are state owned and mostly show socialistic propaganda .", "tokenized_text": ["in", "sweden", "most", "people", "receives", "svt", "1", "svt", "2", "tv", "3", "tv", "4", "kanal", "5", "and", "ztv", "svt", "1", "and", "svt", "2", "are", "state", "owned", "and", "mostly", "show", "socialistic", "propaganda"]}, "6850": {"text": "TV 3 I think is controlled by Swedish Gentile Stenbeck family .", "tokenized_text": ["tv", "3", "i", "think", "is", "controlled", "by", "swedish", "gentile", "stenbeck", "family"]}, "6851": {"text": "They show some football and ice hockey + American garbage shows .", "tokenized_text": ["they", "show", "some", "football", "and", "ice", "hockey", "american", "garbage", "shows"]}, "6852": {"text": "The Stenbeck family also controls the Metro newspaper ( the one that you can find in many subways in big cities around the world ) .", "tokenized_text": ["the", "stenbeck", "family", "also", "controls", "the", "metro", "newspaper", "the", "one", "that", "you", "can", "find", "in", "many", "subways", "in", "big", "cities", "around", "the", "world"]}, "6853": {"text": "TV 4 is controlled by Jewish Bonnier ( Hirschel ) family .", "tokenized_text": ["tv", "4", "is", "controlled", "by", "jewish", "bonnier", "hirschel", "family"]}, "6854": {"text": "They always have anti-racism campaigns and multikulti propaganda .", "tokenized_text": ["they", "always", "have", "anti", "racism", "campaigns", "and", "multikulti", "propaganda"]}, "6855": {"text": "Bonnier probably control some 70 % or so of all media in Sweden .", "tokenized_text": ["bonnier", "probably", "control", "some", "70", "or", "so", "of", "all", "media", "in", "sweden"]}, "6856": {"text": "Kanal 5 only shows American garbage shows and reality shows like `` Big Brother '' .", "tokenized_text": ["kanal", "5", "only", "shows", "american", "garbage", "shows", "and", "reality", "shows", "like", "big", "brother"]}, "6857": {"text": "I do n't know who is the owner .", "tokenized_text": ["i", "do", "n", "t", "know", "who", "is", "the", "owner"]}, "6858": {"text": "ZTV has the same owner as TV 3 .", "tokenized_text": ["ztv", "has", "the", "same", "owner", "as", "tv", "3"]}, "6859": {"text": "They show music videos on day time and movies and other shows in the nights .", "tokenized_text": ["they", "show", "music", "videos", "on", "day", "time", "and", "movies", "and", "other", "shows", "in", "the", "nights"]}, "6860": {"text": "Also , most Swedes at least get MTV and Eurosport .", "tokenized_text": ["also", "most", "swedes", "at", "least", "get", "mtv", "and", "eurosport"]}, "6861": {"text": "Moreover , children 's programs are usually lead by non-Whites , very often mulattos .", "tokenized_text": ["moreover", "children", "s", "programs", "are", "usually", "lead", "by", "non", "whites", "very", "often", "mulattos"]}, "6862": {"text": "At least this is the impression I get when I occassionaly happen to turn on a channel and there 's a children 's show on .", "tokenized_text": ["at", "least", "this", "is", "the", "impression", "i", "get", "when", "i", "occassionaly", "happen", "to", "turn", "on", "a", "channel", "and", "there", "s", "a", "children", "s", "show", "on"]}, "6863": {"text": "To sum it up , the situation in Sweden is a complete disaster .", "tokenized_text": ["to", "sum", "it", "up", "the", "situation", "in", "sweden", "is", "a", "complete", "disaster"]}, "6864": {"text": "That news is something totally incomprihensible .", "tokenized_text": ["that", "news", "is", "something", "totally", "incomprihensible"]}, "6865": {"text": "All rapes are disgusting , but raping a FIVE year old ???", "tokenized_text": ["all", "rapes", "are", "disgusting", "but", "raping", "a", "five", "year", "old"]}, "6866": {"text": "How was that even happened ?", "tokenized_text": ["how", "was", "that", "even", "happened"]}, "6867": {"text": "Parents should take care of their children ...", "tokenized_text": ["parents", "should", "take", "care", "of", "their", "children"]}, "6868": {"text": "I'm glad to hear about my brothers being ready to fight like that , lets just hope in the future these immigrants with no right will get something good enough so they 'll finally leave", "tokenized_text": ["i", "m", "glad", "to", "hear", "about", "my", "brothers", "being", "ready", "to", "fight", "like", "that", "lets", "just", "hope", "in", "the", "future", "these", "immigrants", "with", "no", "right", "will", "get", "something", "good", "enough", "so", "they", "ll", "finally", "leave"]}, "6869": {"text": "I was wondering if there is any sort of interest among nordic nationalists or any organizations which promote the unification of Norway , Sweden , Denmark and Iceland ?", "tokenized_text": ["i", "was", "wondering", "if", "there", "is", "any", "sort", "of", "interest", "among", "nordic", "nationalists", "or", "any", "organizations", "which", "promote", "the", "unification", "of", "norway", "sweden", "denmark", "and", "iceland"]}, "6870": {"text": "I would like to finish this tree for posterity , so what about these terms ?", "tokenized_text": ["i", "would", "like", "to", "finish", "this", "tree", "for", "posterity", "so", "what", "about", "these", "terms"]}, "6871": {"text": "Kokkepige Stuepige Barnepige Tjenestepige Tienestefolk Huus jomfure ( House-something ? )", "tokenized_text": ["kokkepige", "stuepige", "barnepige", "tjenestepige", "tienestefolk", "huus", "jomfure", "house", "something"]}, "6872": {"text": "Politifuldm .", "tokenized_text": ["politifuldm"]}, "6873": {"text": "St\u00e5r i butik ( papirforretn. ) ( The above are other people listed as living in my family 's home .", "tokenized_text": ["st\u00e5r", "i", "butik", "papirforretn", "the", "above", "are", "other", "people", "listed", "as", "living", "in", "my", "family", "s", "home"]}, "6874": {"text": "Servents/maids , workers of some type ?", "tokenized_text": ["servents", "maids", "workers", "of", "some", "type"]}, "6875": {"text": "Lodgers ? )", "tokenized_text": ["lodgers"]}, "6876": {"text": "Also : Student , underholdes af faderen ( Student of ... ? )", "tokenized_text": ["also", "student", "underholdes", "af", "faderen", "student", "of"]}, "6877": {"text": "Handelsbetjent I really appreciate your help , Profoss .", "tokenized_text": ["handelsbetjent", "i", "really", "appreciate", "your", "help", "profoss"]}, "6878": {"text": "It took me forever to find these documents ....", "tokenized_text": ["it", "took", "me", "forever", "to", "find", "these", "documents"]}, "6879": {"text": "-Zo\u00eb", "tokenized_text": ["zo\u00eb"]}, "6880": {"text": "From what I 've read , Bokmal is used in newspapers , official documents , and spoken in the big cities while Riksmal is rural and spoken in the small towns and in the country. ( IF I remember correctly ) .", "tokenized_text": ["from", "what", "i", "ve", "read", "bokmal", "is", "used", "in", "newspapers", "official", "documents", "and", "spoken", "in", "the", "big", "cities", "while", "riksmal", "is", "rural", "and", "spoken", "in", "the", "small", "towns", "and", "in", "the", "country", "if", "i", "remember", "correctly"]}, "6881": {"text": "Black metal fan , eyh ? = o ) The fight against god and christ has begun Forever we will remember those that lived under the hammer of our hoards Forever is the war against those of the light , untill they meet the face of death , the cold of death A winter of cold shall come to freese the blood of the christians Our crusade has begun and every step is a stake through christs heart We burn gods children on the bonfire We burn the house of god The age of darkness shall cover the sun The gate of pearls will be crushed And each thorn in his skull , every nail in his body Souls born under the mighty throne of death We march our deathskull rally to the land of death and endless plains When the crusaders dangle , and the spirit of christ is dead When the moon shines pale and lonely , the sounds of a death march will be heard Gone were those of gods earth , behind a dark cloud , the moon so crude and col Song is the last note of a grave song", "tokenized_text": ["black", "metal", "fan", "eyh", "o", "the", "fight", "against", "god", "and", "christ", "has", "begun", "forever", "we", "will", "remember", "those", "that", "lived", "under", "the", "hammer", "of", "our", "hoards", "forever", "is", "the", "war", "against", "those", "of", "the", "light", "untill", "they", "meet", "the", "face", "of", "death", "the", "cold", "of", "death", "a", "winter", "of", "cold", "shall", "come", "to", "freese", "the", "blood", "of", "the", "christians", "our", "crusade", "has", "begun", "and", "every", "step", "is", "a", "stake", "through", "christs", "heart", "we", "burn", "gods", "children", "on", "the", "bonfire", "we", "burn", "the", "house", "of", "god", "the", "age", "of", "darkness", "shall", "cover", "the", "sun", "the", "gate", "of", "pearls", "will", "be", "crushed", "and", "each", "thorn", "in", "his", "skull", "every", "nail", "in", "his", "body", "souls", "born", "under", "the", "mighty", "throne", "of", "death", "we", "march", "our", "deathskull", "rally", "to", "the", "land", "of", "death", "and", "endless", "plains", "when", "the", "crusaders", "dangle", "and", "the", "spirit", "of", "christ", "is", "dead", "when", "the", "moon", "shines", "pale", "and", "lonely", "the", "sounds", "of", "a", "death", "march", "will", "be", "heard", "gone", "were", "those", "of", "gods", "earth", "behind", "a", "dark", "cloud", "the", "moon", "so", "crude", "and", "col", "song", "is", "the", "last", "note", "of", "a", "grave", "song"]}, "6882": {"text": "The woman may be attractive to another black .", "tokenized_text": ["the", "woman", "may", "be", "attractive", "to", "another", "black"]}, "6883": {"text": "Compared to the stunningly beautiful white Swedish females she is just a barfy mixed breed dog .", "tokenized_text": ["compared", "to", "the", "stunningly", "beautiful", "white", "swedish", "females", "she", "is", "just", "a", "barfy", "mixed", "breed", "dog"]}, "6884": {"text": "Her tainted feet have no place in Sweden .", "tokenized_text": ["her", "tainted", "feet", "have", "no", "place", "in", "sweden"]}, "6885": {"text": "Beautiful, I 'm so glad it went well .", "tokenized_text": ["beautiful", "i", "m", "so", "glad", "it", "went", "well"]}, "6886": {"text": "It figures that the leftist mob that the media supports created all the violence .", "tokenized_text": ["it", "figures", "that", "the", "leftist", "mob", "that", "the", "media", "supports", "created", "all", "the", "violence"]}, "6887": {"text": "Where do you see a hook nose ?", "tokenized_text": ["where", "do", "you", "see", "a", "hook", "nose"]}, "6888": {"text": "Where do you see dark hair ?", "tokenized_text": ["where", "do", "you", "see", "dark", "hair"]}, "6889": {"text": "I see a man with a somewhat Nordic nose and white , not dark , hair .", "tokenized_text": ["i", "see", "a", "man", "with", "a", "somewhat", "nordic", "nose", "and", "white", "not", "dark", "hair"]}, "6890": {"text": "Verdil\u00f8se snakk ?", "tokenized_text": ["verdil\u00f8se", "snakk"]}, "6891": {"text": "Greit at du er forn\u00f8yd med din Nasjonalitet , det er ikke d\u00e8t det er snakk om , s\u00e5 slapp av , kamerat !!", "tokenized_text": ["greit", "at", "du", "er", "forn\u00f8yd", "med", "din", "nasjonalitet", "det", "er", "ikke", "d\u00e8t", "det", "er", "snakk", "om", "s\u00e5", "slapp", "av", "kamerat"]}, "6892": {"text": "Men det ser ut som om du er litt usikker m.h.t deg selv n\u00e5r du ' fr\u00e5gar ' om nesen din ..........", "tokenized_text": ["men", "det", "ser", "ut", "som", "om", "du", "er", "litt", "usikker", "m", "h", "t", "deg", "selv", "n\u00e5r", "du", "fr\u00e5gar", "om", "nesen", "din"]}, "6893": {"text": "Translated : Worthless talk ?", "tokenized_text": ["translated", "worthless", "talk"]}, "6894": {"text": "It is cool enough that you 're happy about your Nationality , it is not that this talk is about , so relax , comrade !!", "tokenized_text": ["it", "is", "cool", "enough", "that", "you", "re", "happy", "about", "your", "nationality", "it", "is", "not", "that", "this", "talk", "is", "about", "so", "relax", "comrade"]}, "6895": {"text": "But it seems that you 're a little uncertain about yourself when you ask ' questions ' about your own nose ..........", "tokenized_text": ["but", "it", "seems", "that", "you", "re", "a", "little", "uncertain", "about", "yourself", "when", "you", "ask", "questions", "about", "your", "own", "nose"]}, "6896": {"text": "---------------------------------------------------- Please do n't delete this , it is not an attack on Kondor 's Nationality .", "tokenized_text": ["please", "do", "n", "t", "delete", "this", "it", "is", "not", "an", "attack", "on", "kondor", "s", "nationality"]}, "6897": {"text": "Neither an attack on his nose ( which I ca n't distinguish from my own BTW ) .", "tokenized_text": ["neither", "an", "attack", "on", "his", "nose", "which", "i", "ca", "n", "t", "distinguish", "from", "my", "own", "btw"]}, "6898": {"text": "Wolf 278", "tokenized_text": ["wolf", "278"]}, "6899": {"text": "According to this story , the two Swedes were outnumbered , and the video only showed the final few seconds .", "tokenized_text": ["according", "to", "this", "story", "the", "two", "swedes", "were", "outnumbered", "and", "the", "video", "only", "showed", "the", "final", "few", "seconds"]}, "6900": {"text": "One guy 's face is clearly shown at the end , and the coon in the suit is a well-know football player according to this article .", "tokenized_text": ["one", "guy", "s", "face", "is", "clearly", "shown", "at", "the", "end", "and", "the", "coon", "in", "the", "suit", "is", "a", "well", "know", "football", "player", "according", "to", "this", "article"]}, "6901": {"text": "Have there been any arrests ?", "tokenized_text": ["have", "there", "been", "any", "arrests"]}, "6902": {"text": "http://www.nationalvanguard.org/story.php ? id = 4191", "tokenized_text": ["http", "www", "nationalvanguard", "org", "story", "php", "id", "4191"]}, "6903": {"text": "This truly goes to show that non whites will follow whites anywhere .", "tokenized_text": ["this", "truly", "goes", "to", "show", "that", "non", "whites", "will", "follow", "whites", "anywhere"]}, "6904": {"text": "They ca n't survive without us , but they do us nothing but harm .", "tokenized_text": ["they", "ca", "n", "t", "survive", "without", "us", "but", "they", "do", "us", "nothing", "but", "harm"]}, "6905": {"text": "There's no reason to drive cars with engines larger than 7 liters either ...", "tokenized_text": ["there", "s", "no", "reason", "to", "drive", "cars", "with", "engines", "larger", "than", "7", "liters", "either"]}, "6906": {"text": "Nor poison your body with alcohol ... nor listen to music at a very loud volume ...", "tokenized_text": ["nor", "poison", "your", "body", "with", "alcohol", "nor", "listen", "to", "music", "at", "a", "very", "loud", "volume"]}, "6907": {"text": "I do / will continue doing all of the above .", "tokenized_text": ["i", "do", "will", "continue", "doing", "all", "of", "the", "above"]}, "6908": {"text": "Click Here For Video Look at what is happening in sweden ..", "tokenized_text": ["click", "here", "for", "video", "look", "at", "what", "is", "happening", "in", "sweden"]}, "6909": {"text": "And they are just growing in numbers , this is probably gonna happen all over europe", "tokenized_text": ["and", "they", "are", "just", "growing", "in", "numbers", "this", "is", "probably", "gonna", "happen", "all", "over", "europe"]}, "6910": {"text": "Maybe the Centre spent all their money buying Nogger Black ice cream to keep people away from seeing this awful racist product 100", "tokenized_text": ["maybe", "the", "centre", "spent", "all", "their", "money", "buying", "nogger", "black", "ice", "cream", "to", "keep", "people", "away", "from", "seeing", "this", "awful", "racist", "product", "100"]}, "6911": {"text": "That is tall for a lassigie .", "tokenized_text": ["that", "is", "tall", "for", "a", "lassigie"]}, "6912": {"text": "That is why I asked for I figured you would be eithre very wee or very not so wee .", "tokenized_text": ["that", "is", "why", "i", "asked", "for", "i", "figured", "you", "would", "be", "eithre", "very", "wee", "or", "very", "not", "so", "wee"]}, "6913": {"text": "!!!!!!!!!", "tokenized_text": []}, "6914": {"text": "Are you trying to kill me ?", "tokenized_text": ["are", "you", "trying", "to", "kill", "me"]}, "6915": {"text": "I have tears in my eyes from laughing so hard ... that was hilarious , Theoden .", "tokenized_text": ["i", "have", "tears", "in", "my", "eyes", "from", "laughing", "so", "hard", "that", "was", "hilarious", "theoden"]}, "6916": {"text": "THEY ARE NOT ODD !!!!", "tokenized_text": ["they", "are", "not", "odd"]}, "6917": {"text": "Perfectly normal and WHITE names Next try : Leida f Kulla m Alma f Ege m \u00c4rta f Epp m Endla f Arno m Tiiu f Ikevald m Piibe f Reet m R\u00fcnno m Does Ikevald have any meaning ?", "tokenized_text": ["perfectly", "normal", "and", "white", "names", "next", "try", "leida", "f", "kulla", "m", "alma", "f", "ege", "m", "\u00e4rta", "f", "epp", "m", "endla", "f", "arno", "m", "tiiu", "f", "ikevald", "m", "piibe", "f", "reet", "m", "r\u00fcnno", "m", "does", "ikevald", "have", "any", "meaning"]}, "6918": {"text": "I know we have to be polite , but come on , we do n't have to lie ...", "tokenized_text": ["i", "know", "we", "have", "to", "be", "polite", "but", "come", "on", "we", "do", "n", "t", "have", "to", "lie"]}, "6919": {"text": "( And to all you hudeksem , you know I 'm pulling your dicks ... )", "tokenized_text": ["and", "to", "all", "you", "hudeksem", "you", "know", "i", "m", "pulling", "your", "dicks"]}, "6920": {"text": "They re more like a virus than human ; they get inside a country and they taint it with their sickness and pretty soon the whole country goes to hell while the government tries to ban video games because knife crime , rapes and mindless violence has skyrocketed .", "tokenized_text": ["they", "re", "more", "like", "a", "virus", "than", "human", "they", "get", "inside", "a", "country", "and", "they", "taint", "it", "with", "their", "sickness", "and", "pretty", "soon", "the", "whole", "country", "goes", "to", "hell", "while", "the", "government", "tries", "to", "ban", "video", "games", "because", "knife", "crime", "rapes", "and", "mindless", "violence", "has", "skyrocketed"]}, "6921": {"text": "Im sure they all hear great things about Ireland and there more than welcome to come over here ...", "tokenized_text": ["im", "sure", "they", "all", "hear", "great", "things", "about", "ireland", "and", "there", "more", "than", "welcome", "to", "come", "over", "here"]}, "6922": {"text": "On a short holiday , Go back and do something about your own country and stop putting crap on our doorstep !", "tokenized_text": ["on", "a", "short", "holiday", "go", "back", "and", "do", "something", "about", "your", "own", "country", "and", "stop", "putting", "crap", "on", "our", "doorstep"]}, "6923": {"text": "Nothing like the good old days with the size ten in a cell to have a vicious criminal begging a Garda to stop so he could confess , eh !", "tokenized_text": ["nothing", "like", "the", "good", "old", "days", "with", "the", "size", "ten", "in", "a", "cell", "to", "have", "a", "vicious", "criminal", "begging", "a", "garda", "to", "stop", "so", "he", "could", "confess", "eh"]}, "6924": {"text": "I knew that we would find out that it was the ' new Irish ' cultural enrichers behind this when I read the story yesterday !", "tokenized_text": ["i", "knew", "that", "we", "would", "find", "out", "that", "it", "was", "the", "new", "irish", "cultural", "enrichers", "behind", "this", "when", "i", "read", "the", "story", "yesterday"]}, "6925": {"text": "Hey, do you think we are going to get into a fight between European countries about who all are going to get those Guantanamo prisoners ?", "tokenized_text": ["hey", "do", "you", "think", "we", "are", "going", "to", "get", "into", "a", "fight", "between", "european", "countries", "about", "who", "all", "are", "going", "to", "get", "those", "guantanamo", "prisoners"]}, "6926": {"text": "http://www.hs.fi/english/article/Fin ... /1135242977641", "tokenized_text": ["http", "www", "hs", "fi", "english", "article", "fin", "1135242977641"]}, "6927": {"text": "I'm white and my country is white and I 'm a nationalist , and I 've been on this forum for several years without problems .", "tokenized_text": ["i", "m", "white", "and", "my", "country", "is", "white", "and", "i", "m", "a", "nationalist", "and", "i", "ve", "been", "on", "this", "forum", "for", "several", "years", "without", "problems"]}, "6928": {"text": "You can forget about the IRA .", "tokenized_text": ["you", "can", "forget", "about", "the", "ira"]}, "6929": {"text": "They are internationalist-Marxists .", "tokenized_text": ["they", "are", "internationalist", "marxists"]}, "6930": {"text": "It 's `` Brits Out - Everyone Else In '' with them .", "tokenized_text": ["it", "s", "brits", "out", "everyone", "else", "in", "with", "them"]}, "6931": {"text": "That goes for all shades of the republican movement .", "tokenized_text": ["that", "goes", "for", "all", "shades", "of", "the", "republican", "movement"]}, "6932": {"text": "Where are there Morals ?", "tokenized_text": ["where", "are", "there", "morals"]}, "6933": {"text": "Who do they actually think they are banning a celtic cross !!!", "tokenized_text": ["who", "do", "they", "actually", "think", "they", "are", "banning", "a", "celtic", "cross"]}, "6934": {"text": "Its time for Ireland to cop on and stand up for itself , This whole EU thing is a heap !", "tokenized_text": ["its", "time", "for", "ireland", "to", "cop", "on", "and", "stand", "up", "for", "itself", "this", "whole", "eu", "thing", "is", "a", "heap"]}, "6935": {"text": "Terrible Tommy coming to Limerick.He will get in for a short holiday with a few lone wolves.He wants to go to King johns castle and see the town.Attachment 78266", "tokenized_text": ["terrible", "tommy", "coming", "to", "limerick", "he", "will", "get", "in", "for", "a", "short", "holiday", "with", "a", "few", "lone", "wolves", "he", "wants", "to", "go", "to", "king", "johns", "castle", "and", "see", "the", "town", "attachment", "78266"]}, "6936": {"text": "Everyone in Ireland has a duty to make life as difficult for blacks as possible if our children are too have any kind of future .", "tokenized_text": ["everyone", "in", "ireland", "has", "a", "duty", "to", "make", "life", "as", "difficult", "for", "blacks", "as", "possible", "if", "our", "children", "are", "too", "have", "any", "kind", "of", "future"]}, "6937": {"text": "I heard about the romanian gypsies that were on the roundabout in ballymun last year ... 400 of them will be coming back to Ireland and given houses !", "tokenized_text": ["i", "heard", "about", "the", "romanian", "gypsies", "that", "were", "on", "the", "roundabout", "in", "ballymun", "last", "year", "400", "of", "them", "will", "be", "coming", "back", "to", "ireland", "and", "given", "houses"]}, "6938": {"text": "Why dont we just put them in my spot and then drop a few bombs.I am serious they are making fools out of the Irish .", "tokenized_text": ["why", "dont", "we", "just", "put", "them", "in", "my", "spot", "and", "then", "drop", "a", "few", "bombs", "i", "am", "serious", "they", "are", "making", "fools", "out", "of", "the", "irish"]}, "6939": {"text": "They should be forced to wear the hijab to show that they are different from us .", "tokenized_text": ["they", "should", "be", "forced", "to", "wear", "the", "hijab", "to", "show", "that", "they", "are", "different", "from", "us"]}, "6940": {"text": "There should be no integration of immigrants with Irish culture .", "tokenized_text": ["there", "should", "be", "no", "integration", "of", "immigrants", "with", "irish", "culture"]}, "6941": {"text": "An Irish prison is like a luxury hotel where they come and thats even if they get sent to prison and thats if they get do n't flee the country and thats if they get caught doing the crime ... so crime does pay in Ireland .", "tokenized_text": ["an", "irish", "prison", "is", "like", "a", "luxury", "hotel", "where", "they", "come", "and", "thats", "even", "if", "they", "get", "sent", "to", "prison", "and", "thats", "if", "they", "get", "do", "n", "t", "flee", "the", "country", "and", "thats", "if", "they", "get", "caught", "doing", "the", "crime", "so", "crime", "does", "pay", "in", "ireland"]}, "6942": {"text": "I would of never in a thousand years think that Ireland would allow nonwhites in there country they seemed to love there race alot .", "tokenized_text": ["i", "would", "of", "never", "in", "a", "thousand", "years", "think", "that", "ireland", "would", "allow", "nonwhites", "in", "there", "country", "they", "seemed", "to", "love", "there", "race", "alot"]}, "6943": {"text": "Now there practically giving Ireland away .", "tokenized_text": ["now", "there", "practically", "giving", "ireland", "away"]}, "6944": {"text": "In Limerick if caught with a knife Jail loads of women have been sent to prison.Very violent place i am afraid .", "tokenized_text": ["in", "limerick", "if", "caught", "with", "a", "knife", "jail", "loads", "of", "women", "have", "been", "sent", "to", "prison", "very", "violent", "place", "i", "am", "afraid"]}, "6945": {"text": "I havent been in Mayo in around three years but back then it was one of the last good Irish places left .", "tokenized_text": ["i", "havent", "been", "in", "mayo", "in", "around", "three", "years", "but", "back", "then", "it", "was", "one", "of", "the", "last", "good", "irish", "places", "left"]}, "6946": {"text": "I stayed in Ballina and saw almost no foreigners at all .", "tokenized_text": ["i", "stayed", "in", "ballina", "and", "saw", "almost", "no", "foreigners", "at", "all"]}, "6947": {"text": "I seen two blacks in a whole week .", "tokenized_text": ["i", "seen", "two", "blacks", "in", "a", "whole", "week"]}, "6948": {"text": "Has this situation changed that much ??", "tokenized_text": ["has", "this", "situation", "changed", "that", "much"]}, "6949": {"text": "I do n't see why the gardai do n't just grab them and deport them none of them are entitled to be here", "tokenized_text": ["i", "do", "n", "t", "see", "why", "the", "gardai", "do", "n", "t", "just", "grab", "them", "and", "deport", "them", "none", "of", "them", "are", "entitled", "to", "be", "here"]}, "6950": {"text": "from reading this i realized there was no date or there is a meeting or something going on outside the ucc in cork at 10 : 30 am on the 10th of march. was walkiing around cork with a few friends and they tried handing out leaflets \u00ac _ \u00ac friends and i were not to happy", "tokenized_text": ["from", "reading", "this", "i", "realized", "there", "was", "no", "date", "or", "there", "is", "a", "meeting", "or", "something", "going", "on", "outside", "the", "ucc", "in", "cork", "at", "10", "30", "am", "on", "the", "10th", "of", "march", "was", "walkiing", "around", "cork", "with", "a", "few", "friends", "and", "they", "tried", "handing", "out", "leaflets", "_", "friends", "and", "i", "were", "not", "to", "happy"]}, "6951": {"text": "A full version of The Lightning and the Sun !", "tokenized_text": ["a", "full", "version", "of", "the", "lightning", "and", "the", "sun"]}, "6952": {"text": "Thank you to whoever set up this site and to you for linking it !", "tokenized_text": ["thank", "you", "to", "whoever", "set", "up", "this", "site", "and", "to", "you", "for", "linking", "it"]}, "6953": {"text": "welcome to stormfront first of all , secondly if your political party is only for scotland maybe you should put this in SFGB .", "tokenized_text": ["welcome", "to", "stormfront", "first", "of", "all", "secondly", "if", "your", "political", "party", "is", "only", "for", "scotland", "maybe", "you", "should", "put", "this", "in", "sfgb"]}, "6954": {"text": "The pourpose of this post is not to promote an Islamic Ireland .", "tokenized_text": ["the", "pourpose", "of", "this", "post", "is", "not", "to", "promote", "an", "islamic", "ireland"]}, "6955": {"text": "I think most Stormfront members would agree.Iam here to promote a white Ireland like other members and to warn others about the treat of Multiculturalism and Islam in Ireland", "tokenized_text": ["i", "think", "most", "stormfront", "members", "would", "agree", "iam", "here", "to", "promote", "a", "white", "ireland", "like", "other", "members", "and", "to", "warn", "others", "about", "the", "treat", "of", "multiculturalism", "and", "islam", "in", "ireland"]}, "6956": {"text": "It's really good to see that the people of Northern Ireland will not tolerate any $ hit or problems from foreigners .", "tokenized_text": ["it", "s", "really", "good", "to", "see", "that", "the", "people", "of", "northern", "ireland", "will", "not", "tolerate", "any", "hit", "or", "problems", "from", "foreigners"]}, "6957": {"text": "It 's the only way .", "tokenized_text": ["it", "s", "the", "only", "way"]}, "6958": {"text": "I didnt know that bar was owned by a negro i will make sure i will never set foot in their again i was in their once !!!", "tokenized_text": ["i", "didnt", "know", "that", "bar", "was", "owned", "by", "a", "negro", "i", "will", "make", "sure", "i", "will", "never", "set", "foot", "in", "their", "again", "i", "was", "in", "their", "once"]}, "6959": {"text": "If there is a positive to come out of this it 's that both communities will now realise that they are not that different after all compared to whats coming in .", "tokenized_text": ["if", "there", "is", "a", "positive", "to", "come", "out", "of", "this", "it", "s", "that", "both", "communities", "will", "now", "realise", "that", "they", "are", "not", "that", "different", "after", "all", "compared", "to", "whats", "coming", "in"]}, "6960": {"text": "Thanks for your support commando 88 , pm me and we will talk .", "tokenized_text": ["thanks", "for", "your", "support", "commando", "88", "pm", "me", "and", "we", "will", "talk"]}, "6961": {"text": "Yes the camp out will take place next month , we have a magnificent spot for it in the mountains of leinster .", "tokenized_text": ["yes", "the", "camp", "out", "will", "take", "place", "next", "month", "we", "have", "a", "magnificent", "spot", "for", "it", "in", "the", "mountains", "of", "leinster"]}, "6962": {"text": "Onward !", "tokenized_text": ["onward"]}, "6963": {"text": "Ironic that they would consider those from Iceland as Germanic when people from Iceland have a 50 % blood link with Ireland due to the Viking slave trade .", "tokenized_text": ["ironic", "that", "they", "would", "consider", "those", "from", "iceland", "as", "germanic", "when", "people", "from", "iceland", "have", "a", "50", "blood", "link", "with", "ireland", "due", "to", "the", "viking", "slave", "trade"]}, "6964": {"text": "I wonder why the Irish media are so obsessed with this site .", "tokenized_text": ["i", "wonder", "why", "the", "irish", "media", "are", "so", "obsessed", "with", "this", "site"]}, "6965": {"text": "We get the occasional mention in papers like the Guardian here and of course journalists look in but as far as I know that 's it .", "tokenized_text": ["we", "get", "the", "occasional", "mention", "in", "papers", "like", "the", "guardian", "here", "and", "of", "course", "journalists", "look", "in", "but", "as", "far", "as", "i", "know", "that", "s", "it"]}, "6966": {"text": "I'm glad my thread is so amusing .", "tokenized_text": ["i", "m", "glad", "my", "thread", "is", "so", "amusing"]}, "6967": {"text": "I 'm surprised to see it still active .", "tokenized_text": ["i", "m", "surprised", "to", "see", "it", "still", "active"]}, "6968": {"text": "I hope then there are no hard feelings ???", "tokenized_text": ["i", "hope", "then", "there", "are", "no", "hard", "feelings"]}, "6969": {"text": "My ex girlfriends mother wrote that song !", "tokenized_text": ["my", "ex", "girlfriends", "mother", "wrote", "that", "song"]}, "6970": {"text": "Who are you ? and how did you get your hands on it ? pm me or send a email please", "tokenized_text": ["who", "are", "you", "and", "how", "did", "you", "get", "your", "hands", "on", "it", "pm", "me", "or", "send", "a", "email", "please"]}, "6971": {"text": "ive seen some very beautiful white women and nothing sickens me more than to see them pull up at the mall , grocery store , or gas station and think damn shes beautiful then to see her open the back door and walk in with an oreo baby kinda makes you wish it was still 1940 here in alabama 16", "tokenized_text": ["ive", "seen", "some", "very", "beautiful", "white", "women", "and", "nothing", "sickens", "me", "more", "than", "to", "see", "them", "pull", "up", "at", "the", "mall", "grocery", "store", "or", "gas", "station", "and", "think", "damn", "shes", "beautiful", "then", "to", "see", "her", "open", "the", "back", "door", "and", "walk", "in", "with", "an", "oreo", "baby", "kinda", "makes", "you", "wish", "it", "was", "still", "1940", "here", "in", "alabama", "16"]}, "6972": {"text": "Yea their is !", "tokenized_text": ["yea", "their", "is"]}, "6973": {"text": "Quick .", "tokenized_text": ["quick"]}, "6974": {"text": "These moslem filth hacked there heads off it took about 30 seconds !", "tokenized_text": ["these", "moslem", "filth", "hacked", "there", "heads", "off", "it", "took", "about", "30", "seconds"]}, "6975": {"text": "The poor sod was srceaming the whole time .", "tokenized_text": ["the", "poor", "sod", "was", "srceaming", "the", "whole", "time"]}, "6976": {"text": "The Swedish Flag today was presented by a Nigerian Girl at the House of the President of Ireland , during the European Union Expansion Ceremony .", "tokenized_text": ["the", "swedish", "flag", "today", "was", "presented", "by", "a", "nigerian", "girl", "at", "the", "house", "of", "the", "president", "of", "ireland", "during", "the", "european", "union", "expansion", "ceremony"]}, "6977": {"text": "Like I have always said and will say till my dying day and beyond .", "tokenized_text": ["like", "i", "have", "always", "said", "and", "will", "say", "till", "my", "dying", "day", "and", "beyond"]}, "6978": {"text": "\"", "tokenized_text": []}, "6979": {"text": "There is no moral or just law that says you can not defend yourself , your family/loved ones/home from an unperoked attack . '", "tokenized_text": ["there", "is", "no", "moral", "or", "just", "law", "that", "says", "you", "can", "not", "defend", "yourself", "your", "family", "loved", "ones", "home", "from", "an", "unperoked", "attack"]}, "6980": {"text": "One reason we moved out of our ( at one time 99 % white ) neighborhood was because massive numbers of Chinese moved in and i swear to you a literal rotten smell came with them .", "tokenized_text": ["one", "reason", "we", "moved", "out", "of", "our", "at", "one", "time", "99", "white", "neighborhood", "was", "because", "massive", "numbers", "of", "chinese", "moved", "in", "and", "i", "swear", "to", "you", "a", "literal", "rotten", "smell", "came", "with", "them"]}, "6981": {"text": "BS!", "tokenized_text": ["bs"]}, "6982": {"text": "Have you ever spent time outside of the Vancouver area ?", "tokenized_text": ["have", "you", "ever", "spent", "time", "outside", "of", "the", "vancouver", "area"]}, "6983": {"text": "I can go weeks in my town without seeing a non white unless an Indian is hitchhiking to town .", "tokenized_text": ["i", "can", "go", "weeks", "in", "my", "town", "without", "seeing", "a", "non", "white", "unless", "an", "indian", "is", "hitchhiking", "to", "town"]}, "6984": {"text": "I stopped watching the CBC when they started airing that show `` Little Mosque on the Prairie '' .", "tokenized_text": ["i", "stopped", "watching", "the", "cbc", "when", "they", "started", "airing", "that", "show", "little", "mosque", "on", "the", "prairie"]}, "6985": {"text": "Now I watch no TV at all .", "tokenized_text": ["now", "i", "watch", "no", "tv", "at", "all"]}, "6986": {"text": "Just Internet .", "tokenized_text": ["just", "internet"]}, "6987": {"text": "I 'm sure I 'm not missing much .", "tokenized_text": ["i", "m", "sure", "i", "m", "not", "missing", "much"]}, "6988": {"text": "It would be funny.Even more so if one of them discovered that a Great Grand Father had been in the KKK. !", "tokenized_text": ["it", "would", "be", "funny", "even", "more", "so", "if", "one", "of", "them", "discovered", "that", "a", "great", "grand", "father", "had", "been", "in", "the", "kkk"]}, "6989": {"text": "Hey I 'm in Victoria BC looking to join email me at antoniopuffi@hotmail.com I 'm loyal white and ready to fight !", "tokenized_text": ["hey", "i", "m", "in", "victoria", "bc", "looking", "to", "join", "email", "me", "at", "antoniopuffi", "hotmail", "com", "i", "m", "loyal", "white", "and", "ready", "to", "fight"]}, "6990": {"text": "That's because they do n't whore themselves out and end up looking like they 're forty at age 25 .", "tokenized_text": ["that", "s", "because", "they", "do", "n", "t", "whore", "themselves", "out", "and", "end", "up", "looking", "like", "they", "re", "forty", "at", "age", "25"]}, "6991": {"text": "Plus they dress like ladies and not strippers so you are forced to look at their faces and their fake tits and miniskirt .", "tokenized_text": ["plus", "they", "dress", "like", "ladies", "and", "not", "strippers", "so", "you", "are", "forced", "to", "look", "at", "their", "faces", "and", "their", "fake", "tits", "and", "miniskirt"]}, "6992": {"text": "You can stop this by getting a dead pig and bury it underground where the mosque will be built .", "tokenized_text": ["you", "can", "stop", "this", "by", "getting", "a", "dead", "pig", "and", "bury", "it", "underground", "where", "the", "mosque", "will", "be", "built"]}, "6993": {"text": "MVI 0147 Dead Pig Stops New Mosque Construction !", "tokenized_text": ["mvi", "0147", "dead", "pig", "stops", "new", "mosque", "construction"]}, "6994": {"text": "- YouTube Heil Hitler !", "tokenized_text": ["youtube", "heil", "hitler"]}, "6995": {"text": "No it is not accepted and it is pushed in our face by the joo run media time and time again but most people who dissaprove of mixed raced relationships just ignore the people involved .", "tokenized_text": ["no", "it", "is", "not", "accepted", "and", "it", "is", "pushed", "in", "our", "face", "by", "the", "joo", "run", "media", "time", "and", "time", "again", "but", "most", "people", "who", "dissaprove", "of", "mixed", "raced", "relationships", "just", "ignore", "the", "people", "involved"]}, "6996": {"text": "That's interesting , your cryptic comment has made my mind boggle , I wonder what you mean ? .", "tokenized_text": ["that", "s", "interesting", "your", "cryptic", "comment", "has", "made", "my", "mind", "boggle", "i", "wonder", "what", "you", "mean"]}, "6997": {"text": "Ok , it 's a fair cop , I 'll sign the ' fession , I ate all the fried eggs and I know I said I was English but I misled you because my mums dad was Irish , sorry about that .", "tokenized_text": ["ok", "it", "s", "a", "fair", "cop", "i", "ll", "sign", "the", "fession", "i", "ate", "all", "the", "fried", "eggs", "and", "i", "know", "i", "said", "i", "was", "english", "but", "i", "misled", "you", "because", "my", "mums", "dad", "was", "irish", "sorry", "about", "that"]}, "6998": {"text": "Haribo Advert - Interrogation - YouTube", "tokenized_text": ["haribo", "advert", "interrogation", "youtube"]}, "6999": {"text": "Probably a good idea for you to keep the TV off .", "tokenized_text": ["probably", "a", "good", "idea", "for", "you", "to", "keep", "the", "tv", "off"]}, "7000": {"text": "Read a few books , listen to music and stick to the internet for both entertainment and research .", "tokenized_text": ["read", "a", "few", "books", "listen", "to", "music", "and", "stick", "to", "the", "internet", "for", "both", "entertainment", "and", "research"]}, "7001": {"text": "Liberals go on about diversity and how we all need it , but they have no problem with two completely different types of people blending together and being the same .", "tokenized_text": ["liberals", "go", "on", "about", "diversity", "and", "how", "we", "all", "need", "it", "but", "they", "have", "no", "problem", "with", "two", "completely", "different", "types", "of", "people", "blending", "together", "and", "being", "the", "same"]}, "7002": {"text": "No I havent , none of them are in my area the nearest in over an hour away and the picture if them was posted almost three years ago .", "tokenized_text": ["no", "i", "havent", "none", "of", "them", "are", "in", "my", "area", "the", "nearest", "in", "over", "an", "hour", "away", "and", "the", "picture", "if", "them", "was", "posted", "almost", "three", "years", "ago"]}, "7003": {"text": "Im also young , probably too young .", "tokenized_text": ["im", "also", "young", "probably", "too", "young"]}, "7004": {"text": "Tens Of Millions For Africa Drought Victims A # 52.25m emergency aid package has been put together to help millions of drought victims in the Horn of Africa , the Government has announced .", "tokenized_text": ["tens", "of", "millions", "for", "africa", "drought", "victims", "a", "52", "25m", "emergency", "aid", "package", "has", "been", "put", "together", "to", "help", "millions", "of", "drought", "victims", "in", "the", "horn", "of", "africa", "the", "government", "has", "announced"]}, "7005": {"text": "Africa : Britain Has Put Together A # 52m Aid Package For Drought Victims In The Horn Of Africa | World News | Sky News", "tokenized_text": ["africa", "britain", "has", "put", "together", "a", "52m", "aid", "package", "for", "drought", "victims", "in", "the", "horn", "of", "africa", "world", "news", "sky", "news"]}, "7006": {"text": "Thankfully not like that up here mate .", "tokenized_text": ["thankfully", "not", "like", "that", "up", "here", "mate"]}, "7007": {"text": "Though I can see it happening someday soon by the state of the rest of the UK .", "tokenized_text": ["though", "i", "can", "see", "it", "happening", "someday", "soon", "by", "the", "state", "of", "the", "rest", "of", "the", "uk"]}, "7008": {"text": "Friend of mine says it 's spot the white person down London .", "tokenized_text": ["friend", "of", "mine", "says", "it", "s", "spot", "the", "white", "person", "down", "london"]}, "7009": {"text": "Shocking .", "tokenized_text": ["shocking"]}, "7010": {"text": "14/88 .", "tokenized_text": ["14", "88"]}, "7011": {"text": "Welcome to my Irish brothers I hope your posts on Irish politics are accepted here ; Ireland is a country I would like to learn more about .", "tokenized_text": ["welcome", "to", "my", "irish", "brothers", "i", "hope", "your", "posts", "on", "irish", "politics", "are", "accepted", "here", "ireland", "is", "a", "country", "i", "would", "like", "to", "learn", "more", "about"]}, "7012": {"text": "Migrants living in fear after racist bomb attack on Poles - Northern Ireland , Local & National - Belfasttelegraph.co.uk They 're threatening to leave , we 're doomed !!!", "tokenized_text": ["migrants", "living", "in", "fear", "after", "racist", "bomb", "attack", "on", "poles", "northern", "ireland", "local", "national", "belfasttelegraph", "co", "uk", "they", "re", "threatening", "to", "leave", "we", "re", "doomed"]}, "7013": {"text": "I'm glad we 're all hanging on in there .", "tokenized_text": ["i", "m", "glad", "we", "re", "all", "hanging", "on", "in", "there"]}, "7014": {"text": "Here is some sound medical advice and some swears from the Macc Lads .", "tokenized_text": ["here", "is", "some", "sound", "medical", "advice", "and", "some", "swears", "from", "the", "macc", "lads"]}, "7015": {"text": "Macc Lads - Got to be Gordons - YouTube", "tokenized_text": ["macc", "lads", "got", "to", "be", "gordons", "youtube"]}, "7016": {"text": "Got to laugh at how he is saying about how forward thinking and how much egyptians love democracy when they are about to hand power to a bunch of hard line Islamic fundamentalists who are more backward and worse than the last mob you Could n't make it up", "tokenized_text": ["got", "to", "laugh", "at", "how", "he", "is", "saying", "about", "how", "forward", "thinking", "and", "how", "much", "egyptians", "love", "democracy", "when", "they", "are", "about", "to", "hand", "power", "to", "a", "bunch", "of", "hard", "line", "islamic", "fundamentalists", "who", "are", "more", "backward", "and", "worse", "than", "the", "last", "mob", "you", "could", "n", "t", "make", "it", "up"]}, "7017": {"text": "Who is asking you to ?", "tokenized_text": ["who", "is", "asking", "you", "to"]}, "7018": {"text": "Like I have suggested , get out of there and get amongst your own Folk where you can do some good .", "tokenized_text": ["like", "i", "have", "suggested", "get", "out", "of", "there", "and", "get", "amongst", "your", "own", "folk", "where", "you", "can", "do", "some", "good"]}, "7019": {"text": "What's the non-White demographic % in London ?", "tokenized_text": ["what", "s", "the", "non", "white", "demographic", "in", "london"]}, "7020": {"text": "We just recently visited a relative in London .. Lord god , 2011 London is nothing like the 1950 's London I spent holidays in as a wee kid .", "tokenized_text": ["we", "just", "recently", "visited", "a", "relative", "in", "london", "lord", "god", "2011", "london", "is", "nothing", "like", "the", "1950", "s", "london", "i", "spent", "holidays", "in", "as", "a", "wee", "kid"]}, "7021": {"text": "There are London areas that could be described as nothing less than little islamic republics .", "tokenized_text": ["there", "are", "london", "areas", "that", "could", "be", "described", "as", "nothing", "less", "than", "little", "islamic", "republics"]}, "7022": {"text": "Our country is being over run and people let it happen just because the political issue here seens to take over the racial one .", "tokenized_text": ["our", "country", "is", "being", "over", "run", "and", "people", "let", "it", "happen", "just", "because", "the", "political", "issue", "here", "seens", "to", "take", "over", "the", "racial", "one"]}, "7023": {"text": "If the E actually stood for real English , rather than the homogenous multiculti * * * * that they have in their ranks I 'd be ready to support them .", "tokenized_text": ["if", "the", "e", "actually", "stood", "for", "real", "english", "rather", "than", "the", "homogenous", "multiculti", "that", "they", "have", "in", "their", "ranks", "i", "d", "be", "ready", "to", "support", "them"]}, "7024": {"text": "There is such a thing as a human race but different sub species .", "tokenized_text": ["there", "is", "such", "a", "thing", "as", "a", "human", "race", "but", "different", "sub", "species"]}, "7025": {"text": "Like cats for example .", "tokenized_text": ["like", "cats", "for", "example"]}, "7026": {"text": "Lions , Tigers , Cheetahs , etc are all cats but they ai n't the same .", "tokenized_text": ["lions", "tigers", "cheetahs", "etc", "are", "all", "cats", "but", "they", "ai", "n", "t", "the", "same"]}, "7027": {"text": "How about I pop through to your city and we can discuss this face to face rather than you skulking behind your keyboard ?", "tokenized_text": ["how", "about", "i", "pop", "through", "to", "your", "city", "and", "we", "can", "discuss", "this", "face", "to", "face", "rather", "than", "you", "skulking", "behind", "your", "keyboard"]}, "7028": {"text": "Hi brothers and sisters , i live in wiltshire so if there is anyone else here from wiltshire let me know .", "tokenized_text": ["hi", "brothers", "and", "sisters", "i", "live", "in", "wiltshire", "so", "if", "there", "is", "anyone", "else", "here", "from", "wiltshire", "let", "me", "know"]}, "7029": {"text": "1488", "tokenized_text": ["1488"]}, "7030": {"text": "the town where i live you could probably get away with it i have had mine on a few times and never had a problem", "tokenized_text": ["the", "town", "where", "i", "live", "you", "could", "probably", "get", "away", "with", "it", "i", "have", "had", "mine", "on", "a", "few", "times", "and", "never", "had", "a", "problem"]}, "7031": {"text": "Hi all , never posted in here before but ive been on sf for ages. live near london - but thinking about relocating up north ( i cant imagine why lol )", "tokenized_text": ["hi", "all", "never", "posted", "in", "here", "before", "but", "ive", "been", "on", "sf", "for", "ages", "live", "near", "london", "but", "thinking", "about", "relocating", "up", "north", "i", "cant", "imagine", "why", "lol"]}, "7032": {"text": "WTF Well done liberals you have ethnically cleansed a 20,000 + yr old race of beautiful and unique white people from their own country This is a sick and vile crime I 'm crying when i look at those pictures i do n't care if you laugh and say it 's gay to cry because my people will no longer exist in 100yrs 20.000 yrs destroyed in 100 My beautiful race dying ! i do n't know what to do", "tokenized_text": ["wtf", "well", "done", "liberals", "you", "have", "ethnically", "cleansed", "a", "20", "000", "yr", "old", "race", "of", "beautiful", "and", "unique", "white", "people", "from", "their", "own", "country", "this", "is", "a", "sick", "and", "vile", "crime", "i", "m", "crying", "when", "i", "look", "at", "those", "pictures", "i", "do", "n", "t", "care", "if", "you", "laugh", "and", "say", "it", "s", "gay", "to", "cry", "because", "my", "people", "will", "no", "longer", "exist", "in", "100yrs", "20", "000", "yrs", "destroyed", "in", "100", "my", "beautiful", "race", "dying", "i", "do", "n", "t", "know", "what", "to", "do"]}, "7033": {"text": "Well you 're wishing for the majority of white people in Britain to have their children burn in front of them and watch their flesh melt off of their bodies .", "tokenized_text": ["well", "you", "re", "wishing", "for", "the", "majority", "of", "white", "people", "in", "britain", "to", "have", "their", "children", "burn", "in", "front", "of", "them", "and", "watch", "their", "flesh", "melt", "off", "of", "their", "bodies"]}, "7034": {"text": "Just saying .", "tokenized_text": ["just", "saying"]}, "7035": {"text": "No dogs ?", "tokenized_text": ["no", "dogs"]}, "7036": {"text": "My grandfather told me of england when he was a boy , and the dogs would go right into the pub with the men and sit with them under the table .", "tokenized_text": ["my", "grandfather", "told", "me", "of", "england", "when", "he", "was", "a", "boy", "and", "the", "dogs", "would", "go", "right", "into", "the", "pub", "with", "the", "men", "and", "sit", "with", "them", "under", "the", "table"]}, "7037": {"text": "That 's my kinda place", "tokenized_text": ["that", "s", "my", "kinda", "place"]}, "7038": {"text": "Millions of them coming over will push our already-struggling infrastructure past breaking point .", "tokenized_text": ["millions", "of", "them", "coming", "over", "will", "push", "our", "already", "struggling", "infrastructure", "past", "breaking", "point"]}, "7039": {"text": "Not to mention that they do n't belong here anyway .", "tokenized_text": ["not", "to", "mention", "that", "they", "do", "n", "t", "belong", "here", "anyway"]}, "7040": {"text": "London is a dead zone as far as anyone White is concerned , even Hertfordshire where it 's closest to London is turning brown .", "tokenized_text": ["london", "is", "a", "dead", "zone", "as", "far", "as", "anyone", "white", "is", "concerned", "even", "hertfordshire", "where", "it", "s", "closest", "to", "london", "is", "turning", "brown"]}, "7041": {"text": "England has been Jew infested for centuries and the BBC is the centre of the Marxist propaganda mill .", "tokenized_text": ["england", "has", "been", "jew", "infested", "for", "centuries", "and", "the", "bbc", "is", "the", "centre", "of", "the", "marxist", "propaganda", "mill"]}, "7042": {"text": "People suffer more the closer they are to ground zero .", "tokenized_text": ["people", "suffer", "more", "the", "closer", "they", "are", "to", "ground", "zero"]}, "7043": {"text": "Only if you can afford it , white good areas in croydon are semi house 350.000 + a 1 bed flat is 200.000 + .", "tokenized_text": ["only", "if", "you", "can", "afford", "it", "white", "good", "areas", "in", "croydon", "are", "semi", "house", "350", "000", "a", "1", "bed", "flat", "is", "200", "000"]}, "7044": {"text": "The work place pensions advert is pretty bad , anyone seen it ?", "tokenized_text": ["the", "work", "place", "pensions", "advert", "is", "pretty", "bad", "anyone", "seen", "it"]}, "7045": {"text": "I kid you not there is not one white man , among tens of foreigners , all stressing great the work place pensions programme is .", "tokenized_text": ["i", "kid", "you", "not", "there", "is", "not", "one", "white", "man", "among", "tens", "of", "foreigners", "all", "stressing", "great", "the", "work", "place", "pensions", "programme", "is"]}, "7046": {"text": "I dont know Birmingham but generally the best places to go for a haircut are up market and more importantly old fashioned hotels .", "tokenized_text": ["i", "dont", "know", "birmingham", "but", "generally", "the", "best", "places", "to", "go", "for", "a", "haircut", "are", "up", "market", "and", "more", "importantly", "old", "fashioned", "hotels"]}, "7047": {"text": "I can vouch for Blades and bows I have done business with them many times and customer service brilliant if you got a problem they will sort it .", "tokenized_text": ["i", "can", "vouch", "for", "blades", "and", "bows", "i", "have", "done", "business", "with", "them", "many", "times", "and", "customer", "service", "brilliant", "if", "you", "got", "a", "problem", "they", "will", "sort", "it"]}, "7048": {"text": "Its about time we as a nation take matters into our own hands , over throw the government stop the white genocide deport all immigrants and establish a government to help indigenous white Britons rebuild this country .", "tokenized_text": ["its", "about", "time", "we", "as", "a", "nation", "take", "matters", "into", "our", "own", "hands", "over", "throw", "the", "government", "stop", "the", "white", "genocide", "deport", "all", "immigrants", "and", "establish", "a", "government", "to", "help", "indigenous", "white", "britons", "rebuild", "this", "country"]}, "7049": {"text": "I've tried to meet for coffee with a few people but everybody is really spread out , it 's tough to find the time to go out and meet like minded people .", "tokenized_text": ["i", "ve", "tried", "to", "meet", "for", "coffee", "with", "a", "few", "people", "but", "everybody", "is", "really", "spread", "out", "it", "s", "tough", "to", "find", "the", "time", "to", "go", "out", "and", "meet", "like", "minded", "people"]}, "7050": {"text": "This is part four of a five part series of videos on the German minority in Upper Silesia .", "tokenized_text": ["this", "is", "part", "four", "of", "a", "five", "part", "series", "of", "videos", "on", "the", "german", "minority", "in", "upper", "silesia"]}, "7051": {"text": "Oberschlesien - Als die Deutschen weg waren ( 4/5 ) - YouTube", "tokenized_text": ["oberschlesien", "als", "die", "deutschen", "weg", "waren", "4", "5", "youtube"]}, "7052": {"text": "This is a video of a band from the Upper Silesian village of Zebowice ( Zembowitz-Fohrendorf ) , it is the town with the highest percentage of Germans in Poland .", "tokenized_text": ["this", "is", "a", "video", "of", "a", "band", "from", "the", "upper", "silesian", "village", "of", "zebowice", "zembowitz", "fohrendorf", "it", "is", "the", "town", "with", "the", "highest", "percentage", "of", "germans", "in", "poland"]}, "7053": {"text": "Kapela OSP Radawie g.Z", "tokenized_text": ["kapela", "osp", "radawie", "g", "z"]}, "7054": {"text": "Let's change subject for a while , here is a song from one of my favorite movies in last 10 years , do n't know do you like Bourne ?", "tokenized_text": ["let", "s", "change", "subject", "for", "a", "while", "here", "is", "a", "song", "from", "one", "of", "my", "favorite", "movies", "in", "last", "10", "years", "do", "n", "t", "know", "do", "you", "like", "bourne"]}, "7055": {"text": "Moby Extreme Ways ( The Bourne Clip ) - YouTube", "tokenized_text": ["moby", "extreme", "ways", "the", "bourne", "clip", "youtube"]}, "7056": {"text": "No, there is no logic for closing the section .", "tokenized_text": ["no", "there", "is", "no", "logic", "for", "closing", "the", "section"]}, "7057": {"text": "That is only an issue to be sorted out with Serbian moderators .", "tokenized_text": ["that", "is", "only", "an", "issue", "to", "be", "sorted", "out", "with", "serbian", "moderators"]}, "7058": {"text": "Many tribes had their own `` local '' gods ( and spirits , demons , creatures , etc. ) , yes , but they were usually `` lesser '' gods and the main Slavic pantheon was more or less the same everywhere .", "tokenized_text": ["many", "tribes", "had", "their", "own", "local", "gods", "and", "spirits", "demons", "creatures", "etc", "yes", "but", "they", "were", "usually", "lesser", "gods", "and", "the", "main", "slavic", "pantheon", "was", "more", "or", "less", "the", "same", "everywhere"]}, "7059": {"text": "I think only on the island of R\u00fcgen their local gods were actually major gods ( Porewit , Rugiewit , Porenut , Karewit , etc. ) , and there was also Kresnik here in Slovenia .", "tokenized_text": ["i", "think", "only", "on", "the", "island", "of", "r\u00fcgen", "their", "local", "gods", "were", "actually", "major", "gods", "porewit", "rugiewit", "porenut", "karewit", "etc", "and", "there", "was", "also", "kresnik", "here", "in", "slovenia"]}, "7060": {"text": "Many of the local gods are lost forever , and many that were once gods were transformed into simple spirits , creatures , etc .", "tokenized_text": ["many", "of", "the", "local", "gods", "are", "lost", "forever", "and", "many", "that", "were", "once", "gods", "were", "transformed", "into", "simple", "spirits", "creatures", "etc"]}, "7061": {"text": "Some Serbian beings are for example : Bauk , Bukavac , Cikavac , Psoglav ( also in Croatia ) , Stuha\u0107 , Sre\u0107a , Zduha\u0107 , etc. ; Poles had Z\u0142ota Baba , Karze\u0142ek , Boginki , Polevik , etc. ; the Russians had many of their own of course ( Ded Moroz was an evil wizard originally , but was transformed into a `` Santa Claus variant '' by Christians ) ; we Slovenians had Kurent , and we still dress the part and celebrate this every year : Some tribes neighbouring Germanic and Baltic tribes even incorporated Germanic and Baltic gods and creatures .", "tokenized_text": ["some", "serbian", "beings", "are", "for", "example", "bauk", "bukavac", "cikavac", "psoglav", "also", "in", "croatia", "stuha\u0107", "sre\u0107a", "zduha\u0107", "etc", "poles", "had", "z\u0142ota", "baba", "karze\u0142ek", "boginki", "polevik", "etc", "the", "russians", "had", "many", "of", "their", "own", "of", "course", "ded", "moroz", "was", "an", "evil", "wizard", "originally", "but", "was", "transformed", "into", "a", "santa", "claus", "variant", "by", "christians", "we", "slovenians", "had", "kurent", "and", "we", "still", "dress", "the", "part", "and", "celebrate", "this", "every", "year", "some", "tribes", "neighbouring", "germanic", "and", "baltic", "tribes", "even", "incorporated", "germanic", "and", "baltic", "gods", "and", "creatures"]}, "7062": {"text": "For example , Wends had Woda ( Odin ) , Balduri ( Baldr ) , Hela ( Hel ) ; Percunatele ( Mother of Perun , from Baltic Mother of Perkunas ) ; we Slovenians had Parkelj ( Krampus ) , Pehta ( Pechtra ) , etc .", "tokenized_text": ["for", "example", "wends", "had", "woda", "odin", "balduri", "baldr", "hela", "hel", "percunatele", "mother", "of", "perun", "from", "baltic", "mother", "of", "perkunas", "we", "slovenians", "had", "parkelj", "krampus", "pehta", "pechtra", "etc"]}, "7063": {"text": "`` Parkelj '' is the companion to the Christian St. Nicholaus ( Miklav\u017e ) each year : And here we celebrate Jarilo every year under the name `` Zeleni Jurij '' :", "tokenized_text": ["parkelj", "is", "the", "companion", "to", "the", "christian", "st", "nicholaus", "miklav\u017e", "each", "year", "and", "here", "we", "celebrate", "jarilo", "every", "year", "under", "the", "name", "zeleni", "jurij"]}, "7064": {"text": "Please join the discussions first before posting your pictures .", "tokenized_text": ["please", "join", "the", "discussions", "first", "before", "posting", "your", "pictures"]}, "7065": {"text": "So far you have not tried to post hardly anything but asking about your race type .", "tokenized_text": ["so", "far", "you", "have", "not", "tried", "to", "post", "hardly", "anything", "but", "asking", "about", "your", "race", "type"]}, "7066": {"text": "Please, put a link to follow the results as long as the count of votes begin !", "tokenized_text": ["please", "put", "a", "link", "to", "follow", "the", "results", "as", "long", "as", "the", "count", "of", "votes", "begin"]}, "7067": {"text": "It does n't matter whether it is in Greek .", "tokenized_text": ["it", "does", "n", "t", "matter", "whether", "it", "is", "in", "greek"]}, "7068": {"text": "thank you for the support Ukrainian brothers .", "tokenized_text": ["thank", "you", "for", "the", "support", "ukrainian", "brothers"]}, "7069": {"text": "All of the arrestants are my personal friends , that means a lot to us", "tokenized_text": ["all", "of", "the", "arrestants", "are", "my", "personal", "friends", "that", "means", "a", "lot", "to", "us"]}, "7070": {"text": "Probably, especially if they are legitimate refugees from a war conflict , as opposed to the fake black and brown refugees that are flooding the country now .", "tokenized_text": ["probably", "especially", "if", "they", "are", "legitimate", "refugees", "from", "a", "war", "conflict", "as", "opposed", "to", "the", "fake", "black", "and", "brown", "refugees", "that", "are", "flooding", "the", "country", "now"]}, "7071": {"text": "It's funny how our languages are similar .", "tokenized_text": ["it", "s", "funny", "how", "our", "languages", "are", "similar"]}, "7072": {"text": "You say Bloeslaw Chrobry ; in Croatian we would say Boleslav Hrabri .", "tokenized_text": ["you", "say", "bloeslaw", "chrobry", "in", "croatian", "we", "would", "say", "boleslav", "hrabri"]}, "7073": {"text": "- Boleslav The brave .", "tokenized_text": ["boleslav", "the", "brave"]}, "7074": {"text": "Emporion ballista in Museu d & #39 ; Arqueologia de Catalunya , Barcelona , Spain - YouTube Remains of the ballista found from archaeological excavations in Greek town of \u1f18\u03bc\u03c0\u03cc\u03c1\u03b9\u03bf\u03bd ( Emporion ) near present day town of L' Escala in Catalonia , Spain .", "tokenized_text": ["emporion", "ballista", "in", "museu", "d", "39", "arqueologia", "de", "catalunya", "barcelona", "spain", "youtube", "remains", "of", "the", "ballista", "found", "from", "archaeological", "excavations", "in", "greek", "town", "of", "\u1f10\u03bc\u03c0\u03cc\u03c1\u03b9\u03bf\u03bd", "emporion", "near", "present", "day", "town", "of", "l", "escala", "in", "catalonia", "spain"]}, "7075": {"text": "Further pictures and details from `` Greek and Roman Artillery Wiki '' .", "tokenized_text": ["further", "pictures", "and", "details", "from", "greek", "and", "roman", "artillery", "wiki"]}, "7076": {"text": "Situation for Ukrainian patriots is turning for bad in Crimea Food for military attempted to pass through the fence .", "tokenized_text": ["situation", "for", "ukrainian", "patriots", "is", "turning", "for", "bad", "in", "crimea", "food", "for", "military", "attempted", "to", "pass", "through", "the", "fence"]}, "7077": {"text": "\u0411\u0456\u043b\u044c\u0448\u0435 \u0447\u0438\u0442\u0430\u0439\u0442\u0435 \u0442\u0443\u0442 : ? ????? ?????????? ????????? ?????????? ??? ???? ?? ??? ????? ??????????? ????????? ??????? - ???? - ??? .ua ? ????? ?????????? ????????? ?????????? ??? ???? ?? ??? ????? ??????????? ????????? ??????? - ???? - ??? .ua Google translate works ( kinda )", "tokenized_text": ["\u0431\u0456\u043b\u044c\u0448\u0435", "\u0447\u0438\u0442\u0430\u0439\u0442\u0435", "\u0442\u0443\u0442", "ua", "ua", "google", "translate", "works", "kinda"]}, "7078": {"text": "You mean half Slavic ( R1a ) and half Illyrian-Celtic ( I2a2 + R1b ) , with Germanic influx ( I1 ) .", "tokenized_text": ["you", "mean", "half", "slavic", "r1a", "and", "half", "illyrian", "celtic", "i2a2", "r1b", "with", "germanic", "influx", "i1"]}, "7079": {"text": "Because Illyrian-Celt tribes ( Dalmatie , Japods etc ) lived on present day Croatia , then the Slavic Croats arrived and assimilated those Illyrian-Celts , and on end we have Germanic influx during Frankish empire , Holy Roman Empire , Austro-Hungarian Empire and ww1 + ww2 period .", "tokenized_text": ["because", "illyrian", "celt", "tribes", "dalmatie", "japods", "etc", "lived", "on", "present", "day", "croatia", "then", "the", "slavic", "croats", "arrived", "and", "assimilated", "those", "illyrian", "celts", "and", "on", "end", "we", "have", "germanic", "influx", "during", "frankish", "empire", "holy", "roman", "empire", "austro", "hungarian", "empire", "and", "ww1", "ww2", "period"]}, "7080": {"text": "The regime wants Germans to hate themselves , too bad that they are not already brown Muslims !", "tokenized_text": ["the", "regime", "wants", "germans", "to", "hate", "themselves", "too", "bad", "that", "they", "are", "not", "already", "brown", "muslims"]}, "7081": {"text": "Shame on those white Germans to be born to like their own race the most .", "tokenized_text": ["shame", "on", "those", "white", "germans", "to", "be", "born", "to", "like", "their", "own", "race", "the", "most"]}, "7082": {"text": "Watch out from Turkey they have a little score to settle with you guys .", "tokenized_text": ["watch", "out", "from", "turkey", "they", "have", "a", "little", "score", "to", "settle", "with", "you", "guys"]}, "7083": {"text": "We will see who is getting belted and robbed in sofia then", "tokenized_text": ["we", "will", "see", "who", "is", "getting", "belted", "and", "robbed", "in", "sofia", "then"]}, "7084": {"text": "there was nothing left from the ancient macedonians when the Slavs arrived ... their trace was lost long before the slavic invasions took place", "tokenized_text": ["there", "was", "nothing", "left", "from", "the", "ancient", "macedonians", "when", "the", "slavs", "arrived", "their", "trace", "was", "lost", "long", "before", "the", "slavic", "invasions", "took", "place"]}, "7085": {"text": "I wonder how any times this same video was posted on this thread .", "tokenized_text": ["i", "wonder", "how", "any", "times", "this", "same", "video", "was", "posted", "on", "this", "thread"]}, "7086": {"text": "Here is one : YouTube - Gru\u00dfwort von Matthias Faust ( DVU ) auf dem NPD-Parteitag 2010", "tokenized_text": ["here", "is", "one", "youtube", "gru\u00dfwort", "von", "matthias", "faust", "dvu", "auf", "dem", "npd", "parteitag", "2010"]}, "7087": {"text": "Gentlemen, I remember you that all the posts not in English will be deleted .", "tokenized_text": ["gentlemen", "i", "remember", "you", "that", "all", "the", "posts", "not", "in", "english", "will", "be", "deleted"]}, "7088": {"text": "Only posts in English , please !", "tokenized_text": ["only", "posts", "in", "english", "please"]}, "7089": {"text": "Understood , SF Bulgaria ???", "tokenized_text": ["understood", "sf", "bulgaria"]}, "7090": {"text": "Please show me one real picture of present day bulgarian who looks like this painting and I 'll give you 1 000 000 Euro cash", "tokenized_text": ["please", "show", "me", "one", "real", "picture", "of", "present", "day", "bulgarian", "who", "looks", "like", "this", "painting", "and", "i", "ll", "give", "you", "1", "000", "000", "euro", "cash"]}, "7091": {"text": "The worst city I have ever seen in person was Miami Florida .", "tokenized_text": ["the", "worst", "city", "i", "have", "ever", "seen", "in", "person", "was", "miami", "florida"]}, "7092": {"text": "It is 85 % Black and latin American .", "tokenized_text": ["it", "is", "85", "black", "and", "latin", "american"]}, "7093": {"text": "Truly disgusting", "tokenized_text": ["truly", "disgusting"]}, "7094": {"text": "Thank you , she definitely is something else !", "tokenized_text": ["thank", "you", "she", "definitely", "is", "something", "else"]}, "7095": {"text": "She is certainly an enigma .", "tokenized_text": ["she", "is", "certainly", "an", "enigma"]}, "7096": {"text": "I will soon post photos of my cats .... 6 of them .", "tokenized_text": ["i", "will", "soon", "post", "photos", "of", "my", "cats", "6", "of", "them"]}, "7097": {"text": "It warms my heart to see that apparently there 's more than just one pro-White organization in San Diego area planning activities !", "tokenized_text": ["it", "warms", "my", "heart", "to", "see", "that", "apparently", "there", "s", "more", "than", "just", "one", "pro", "white", "organization", "in", "san", "diego", "area", "planning", "activities"]}, "7098": {"text": "123 - BG 456 - MK 78 - BG 910 - MK 6 errors from 10 , as you see is same like before , average answares are 5 / 5 , 1 less or more do n't change it .", "tokenized_text": ["123", "bg", "456", "mk", "78", "bg", "910", "mk", "6", "errors", "from", "10", "as", "you", "see", "is", "same", "like", "before", "average", "answares", "are", "5", "5", "1", "less", "or", "more", "do", "n", "t", "change", "it"]}, "7099": {"text": "I take fotos from alphabetical order , only select clear big fotos .", "tokenized_text": ["i", "take", "fotos", "from", "alphabetical", "order", "only", "select", "clear", "big", "fotos"]}, "7100": {"text": "And I 've seen many Serbian members here trying to prove Serbs are the oldest people on Earth .", "tokenized_text": ["and", "i", "ve", "seen", "many", "serbian", "members", "here", "trying", "to", "prove", "serbs", "are", "the", "oldest", "people", "on", "earth"]}, "7101": {"text": "https : //www.stormfront.org/forum/t384418 / https : //www.stormfront.org/forum/t291185 / https : //www.stormfront.org/forum/t113191 / https : //www.stormfront.org/forum/t46864 / https : //www.stormfront.org/forum/t101175 / https : //www.stormfront.org/forum/t118865 / https : //www.stormfront.org/forum/t142566/", "tokenized_text": ["https", "www", "stormfront", "org", "forum", "t384418", "https", "www", "stormfront", "org", "forum", "t291185", "https", "www", "stormfront", "org", "forum", "t113191", "https", "www", "stormfront", "org", "forum", "t46864", "https", "www", "stormfront", "org", "forum", "t101175", "https", "www", "stormfront", "org", "forum", "t118865", "https", "www", "stormfront", "org", "forum", "t142566"]}, "7102": {"text": "Yeah, when I was younger there were some old lady in my street and kids thought that she is Baba Roga , so one day I waited for her with some pipe , I almost boke her backs ...", "tokenized_text": ["yeah", "when", "i", "was", "younger", "there", "were", "some", "old", "lady", "in", "my", "street", "and", "kids", "thought", "that", "she", "is", "baba", "roga", "so", "one", "day", "i", "waited", "for", "her", "with", "some", "pipe", "i", "almost", "boke", "her", "backs"]}, "7103": {"text": "Please quote me where I 've implied or have said that .", "tokenized_text": ["please", "quote", "me", "where", "i", "ve", "implied", "or", "have", "said", "that"]}, "7104": {"text": "You love pulling things out of your ass do n't you .", "tokenized_text": ["you", "love", "pulling", "things", "out", "of", "your", "ass", "do", "n", "t", "you"]}, "7105": {"text": "on here look in your state. its important that white women speak about it to white men that are on the edge of being liberals or not lol or brainwashed fruit cakes.you can shock them wake them up or remind them. keep it up do n't get down on yourself. men will do whatever a woman says right lol", "tokenized_text": ["on", "here", "look", "in", "your", "state", "its", "important", "that", "white", "women", "speak", "about", "it", "to", "white", "men", "that", "are", "on", "the", "edge", "of", "being", "liberals", "or", "not", "lol", "or", "brainwashed", "fruit", "cakes", "you", "can", "shock", "them", "wake", "them", "up", "or", "remind", "them", "keep", "it", "up", "do", "n", "t", "get", "down", "on", "yourself", "men", "will", "do", "whatever", "a", "woman", "says", "right", "lol"]}, "7106": {"text": "there's a spirit rising a spirit called my blood a spirit that needs purity a spirit that needs one one in mind", "tokenized_text": ["there", "s", "a", "spirit", "rising", "a", "spirit", "called", "my", "blood", "a", "spirit", "that", "needs", "purity", "a", "spirit", "that", "needs", "one", "one", "in", "mind"]}, "7107": {"text": "Damn fine son you have there .", "tokenized_text": ["damn", "fine", "son", "you", "have", "there"]}, "7108": {"text": "Well done brother Just dont try teaching him how to shave as it looks like you need some lessons yourself he he", "tokenized_text": ["well", "done", "brother", "just", "dont", "try", "teaching", "him", "how", "to", "shave", "as", "it", "looks", "like", "you", "need", "some", "lessons", "yourself", "he", "he"]}, "7109": {"text": "Meta you are currently the fittest person I have ever saw on the stormfront site And thats against some pretty stiff competition as well", "tokenized_text": ["meta", "you", "are", "currently", "the", "fittest", "person", "i", "have", "ever", "saw", "on", "the", "stormfront", "site", "and", "thats", "against", "some", "pretty", "stiff", "competition", "as", "well"]}, "7110": {"text": "Thank you , C _ R.", "tokenized_text": ["thank", "you", "c", "_", "r"]}, "7111": {"text": "I love them to death and would kill anyone that threatened them , but they will be hell when they get older ...", "tokenized_text": ["i", "love", "them", "to", "death", "and", "would", "kill", "anyone", "that", "threatened", "them", "but", "they", "will", "be", "hell", "when", "they", "get", "older"]}, "7112": {"text": "Yes most certainly now you need to recruit more of you friends an such to join Stormfront and help our movement !", "tokenized_text": ["yes", "most", "certainly", "now", "you", "need", "to", "recruit", "more", "of", "you", "friends", "an", "such", "to", "join", "stormfront", "and", "help", "our", "movement"]}, "7113": {"text": "I totally agree with you .", "tokenized_text": ["i", "totally", "agree", "with", "you"]}, "7114": {"text": "I have a dominant personality and I look for the same thing in girls .", "tokenized_text": ["i", "have", "a", "dominant", "personality", "and", "i", "look", "for", "the", "same", "thing", "in", "girls"]}, "7115": {"text": "I do n't want sheeps , I preffer girls .", "tokenized_text": ["i", "do", "n", "t", "want", "sheeps", "i", "preffer", "girls"]}, "7116": {"text": "2508", "tokenized_text": ["2508"]}, "7117": {"text": "i was shocked that the New Age Tattoos parlor did my celtic cross but he did charge a lot of money for a simple black and white tat $ 130 for it", "tokenized_text": ["i", "was", "shocked", "that", "the", "new", "age", "tattoos", "parlor", "did", "my", "celtic", "cross", "but", "he", "did", "charge", "a", "lot", "of", "money", "for", "a", "simple", "black", "and", "white", "tat", "130", "for", "it"]}, "7118": {"text": "Hi All I am 130lb and I have Brown hair and I am looking for a WP girl in NC around fay or brag if this is you e-mail me", "tokenized_text": ["hi", "all", "i", "am", "130lb", "and", "i", "have", "brown", "hair", "and", "i", "am", "looking", "for", "a", "wp", "girl", "in", "nc", "around", "fay", "or", "brag", "if", "this", "is", "you", "e", "mail", "me"]}, "7119": {"text": "Rule Britannia I love you .", "tokenized_text": ["rule", "britannia", "i", "love", "you"]}, "7120": {"text": "Will you marry me and be my eternal wife in this life and when we enter Valhalla together ?", "tokenized_text": ["will", "you", "marry", "me", "and", "be", "my", "eternal", "wife", "in", "this", "life", "and", "when", "we", "enter", "valhalla", "together"]}, "7121": {"text": "I'm new to this so here it goes Looking for WP Girl in Ft.Worth Texas 18-35 That likes the Outdoors and partying E-Mail Address in profile", "tokenized_text": ["i", "m", "new", "to", "this", "so", "here", "it", "goes", "looking", "for", "wp", "girl", "in", "ft", "worth", "texas", "18", "35", "that", "likes", "the", "outdoors", "and", "partying", "e", "mail", "address", "in", "profile"]}, "7122": {"text": "hello to all !", "tokenized_text": ["hello", "to", "all"]}, "7123": {"text": "I am a new member from Bronx , New York looking for new friends to talk to .", "tokenized_text": ["i", "am", "a", "new", "member", "from", "bronx", "new", "york", "looking", "for", "new", "friends", "to", "talk", "to"]}, "7124": {"text": "I 'm 19 years old and an italian-AMERICAN ( most importantly ) .", "tokenized_text": ["i", "m", "19", "years", "old", "and", "an", "italian", "american", "most", "importantly"]}, "7125": {"text": "So , TALK TO ME !!", "tokenized_text": ["so", "talk", "to", "me"]}, "7126": {"text": "well i have no money to go over the sea neither i think we should have it all over the world on the same day for those that dont have enough money to travel that far wpww .", "tokenized_text": ["well", "i", "have", "no", "money", "to", "go", "over", "the", "sea", "neither", "i", "think", "we", "should", "have", "it", "all", "over", "the", "world", "on", "the", "same", "day", "for", "those", "that", "dont", "have", "enough", "money", "to", "travel", "that", "far", "wpww"]}, "7127": {"text": "I am in edmonton .", "tokenized_text": ["i", "am", "in", "edmonton"]}, "7128": {"text": "I go to van city at least once a year .", "tokenized_text": ["i", "go", "to", "van", "city", "at", "least", "once", "a", "year"]}, "7129": {"text": "Pm me so we can chat further if you wish .", "tokenized_text": ["pm", "me", "so", "we", "can", "chat", "further", "if", "you", "wish"]}, "7130": {"text": "Ssupreme88", "tokenized_text": ["ssupreme88"]}, "7131": {"text": "Hi all I just thought I should leave a note and wish all of our Southern Gentlemen and Ladies a happy `` Robert Edward Lee day '' .", "tokenized_text": ["hi", "all", "i", "just", "thought", "i", "should", "leave", "a", "note", "and", "wish", "all", "of", "our", "southern", "gentlemen", "and", "ladies", "a", "happy", "robert", "edward", "lee", "day"]}, "7132": {"text": "Too bad it 's Bug day tomorrow , grrrr .", "tokenized_text": ["too", "bad", "it", "s", "bug", "day", "tomorrow", "grrrr"]}, "7133": {"text": "`` Gott Mit Uns ''", "tokenized_text": ["gott", "mit", "uns"]}, "7134": {"text": "Yes the actions of a few ruin the image for the rest .", "tokenized_text": ["yes", "the", "actions", "of", "a", "few", "ruin", "the", "image", "for", "the", "rest"]}, "7135": {"text": "The image is tainted and was bad to begin with .", "tokenized_text": ["the", "image", "is", "tainted", "and", "was", "bad", "to", "begin", "with"]}, "7136": {"text": "Shall we create a new professional one without the freak subculture ?", "tokenized_text": ["shall", "we", "create", "a", "new", "professional", "one", "without", "the", "freak", "subculture"]}, "7137": {"text": "Someone Please Tell me what can be done or which people to tell that the Mexicans and or other hispanics here are undercutting price quotes on Good working People .", "tokenized_text": ["someone", "please", "tell", "me", "what", "can", "be", "done", "or", "which", "people", "to", "tell", "that", "the", "mexicans", "and", "or", "other", "hispanics", "here", "are", "undercutting", "price", "quotes", "on", "good", "working", "people"]}, "7138": {"text": "???", "tokenized_text": []}, "7139": {"text": "Anything ??", "tokenized_text": ["anything"]}, "7140": {"text": "Worker: Thank you , I took a note of all that information and will use it to the best of my ability .", "tokenized_text": ["worker", "thank", "you", "i", "took", "a", "note", "of", "all", "that", "information", "and", "will", "use", "it", "to", "the", "best", "of", "my", "ability"]}, "7141": {"text": "Great Avitar , I need one myself .", "tokenized_text": ["great", "avitar", "i", "need", "one", "myself"]}, "7142": {"text": "FlaNative62", "tokenized_text": ["flanative62"]}, "7143": {"text": "88 sister no buddy reply to your post ?", "tokenized_text": ["88", "sister", "no", "buddy", "reply", "to", "your", "post"]}, "7144": {"text": "O sister if you want to talk to a brother I 'm here pm me if you want. dont give up sister you well find what your looking for 88 stand tall and be proud to be a ARYAN WOMAN and sister 88 Goldenboy GODS RACE and NATIONS", "tokenized_text": ["o", "sister", "if", "you", "want", "to", "talk", "to", "a", "brother", "i", "m", "here", "pm", "me", "if", "you", "want", "dont", "give", "up", "sister", "you", "well", "find", "what", "your", "looking", "for", "88", "stand", "tall", "and", "be", "proud", "to", "be", "a", "aryan", "woman", "and", "sister", "88", "goldenboy", "gods", "race", "and", "nations"]}, "7145": {"text": "Hey i live over in smithfield. i lived in newport news off jefferson and mercury .", "tokenized_text": ["hey", "i", "live", "over", "in", "smithfield", "i", "lived", "in", "newport", "news", "off", "jefferson", "and", "mercury"]}, "7146": {"text": "Write back if you want to talk .", "tokenized_text": ["write", "back", "if", "you", "want", "to", "talk"]}, "7147": {"text": "Stand Up and Sound Off Nathan", "tokenized_text": ["stand", "up", "and", "sound", "off", "nathan"]}, "7148": {"text": "Hey I know I am too old for you but I just wanted to say I saw your picture & I think your cute .", "tokenized_text": ["hey", "i", "know", "i", "am", "too", "old", "for", "you", "but", "i", "just", "wanted", "to", "say", "i", "saw", "your", "picture", "i", "think", "your", "cute"]}, "7149": {"text": "It is always nice to meet people who have the same views as yourself .", "tokenized_text": ["it", "is", "always", "nice", "to", "meet", "people", "who", "have", "the", "same", "views", "as", "yourself"]}, "7150": {"text": "You now have a new friend from Pembroke Pines , Florida .", "tokenized_text": ["you", "now", "have", "a", "new", "friend", "from", "pembroke", "pines", "florida"]}, "7151": {"text": "Take care .", "tokenized_text": ["take", "care"]}, "7152": {"text": "read posts in activism local and regional by dutchy and ladyaryan , the thread name is white town in the making and white strongholds in your city. take care 14 words", "tokenized_text": ["read", "posts", "in", "activism", "local", "and", "regional", "by", "dutchy", "and", "ladyaryan", "the", "thread", "name", "is", "white", "town", "in", "the", "making", "and", "white", "strongholds", "in", "your", "city", "take", "care", "14", "words"]}, "7153": {"text": "hey everyone ...... i just joined a few days ago and am looking for anyone near virginia to talk to or possibly meet. i 'm 19 and looking for someone around my age if possible", "tokenized_text": ["hey", "everyone", "i", "just", "joined", "a", "few", "days", "ago", "and", "am", "looking", "for", "anyone", "near", "virginia", "to", "talk", "to", "or", "possibly", "meet", "i", "m", "19", "and", "looking", "for", "someone", "around", "my", "age", "if", "possible"]}, "7154": {"text": "I want to meet someone here while I am in the north to show this southern boy around Email me at Justintime712@cs.com", "tokenized_text": ["i", "want", "to", "meet", "someone", "here", "while", "i", "am", "in", "the", "north", "to", "show", "this", "southern", "boy", "around", "email", "me", "at", "justintime712", "cs", "com"]}, "7155": {"text": "I'm looking for an intelligent White man with a sense of humor between the ages of 21-32 .", "tokenized_text": ["i", "m", "looking", "for", "an", "intelligent", "white", "man", "with", "a", "sense", "of", "humor", "between", "the", "ages", "of", "21", "32"]}, "7156": {"text": "I 'm 24 yrs old and live in MN .", "tokenized_text": ["i", "m", "24", "yrs", "old", "and", "live", "in", "mn"]}, "7157": {"text": "I'm a cowboy , some what .", "tokenized_text": ["i", "m", "a", "cowboy", "some", "what"]}, "7158": {"text": "I do n't go line dancing but I listen to country and want to live on a ranch or farm", "tokenized_text": ["i", "do", "n", "t", "go", "line", "dancing", "but", "i", "listen", "to", "country", "and", "want", "to", "live", "on", "a", "ranch", "or", "farm"]}, "7159": {"text": "I'm not looking for a date , but I wanted to reply to get your thread to the top of the pile so that other people will look at your site .", "tokenized_text": ["i", "m", "not", "looking", "for", "a", "date", "but", "i", "wanted", "to", "reply", "to", "get", "your", "thread", "to", "the", "top", "of", "the", "pile", "so", "that", "other", "people", "will", "look", "at", "your", "site"]}, "7160": {"text": "You are very entertaining .", "tokenized_text": ["you", "are", "very", "entertaining"]}, "7161": {"text": "-Zoe", "tokenized_text": ["zoe"]}, "7162": {"text": "it is so good to know there is so many proud white people out there to carry on the fight ! i salute you all .", "tokenized_text": ["it", "is", "so", "good", "to", "know", "there", "is", "so", "many", "proud", "white", "people", "out", "there", "to", "carry", "on", "the", "fight", "i", "salute", "you", "all"]}, "7163": {"text": "with my own experience i have never been looked at as a radical freak.but have been asked by people to see my tattoos.omg they actually admired the art work .", "tokenized_text": ["with", "my", "own", "experience", "i", "have", "never", "been", "looked", "at", "as", "a", "radical", "freak", "but", "have", "been", "asked", "by", "people", "to", "see", "my", "tattoos", "omg", "they", "actually", "admired", "the", "art", "work"]}, "7164": {"text": "Is there one white woman here who would like to be my Queen Please check out this web site and see my pic and read all about me and if your interested drop me a line http://www.match.com/usearch/results...ngID=0&Theme=4Orjustgotomatch.com and look up user name of brokenheart4140 hope to hear from you soon", "tokenized_text": ["is", "there", "one", "white", "woman", "here", "who", "would", "like", "to", "be", "my", "queen", "please", "check", "out", "this", "web", "site", "and", "see", "my", "pic", "and", "read", "all", "about", "me", "and", "if", "your", "interested", "drop", "me", "a", "line", "http", "www", "match", "com", "usearch", "results", "ngid", "0", "theme", "4orjustgotomatch", "com", "and", "look", "up", "user", "name", "of", "brokenheart4140", "hope", "to", "hear", "from", "you", "soon"]}, "7165": {"text": "Sorry the worse working class slum is as Irish as the rest of Ireland.I love Ireland and my people all Irish are my people .", "tokenized_text": ["sorry", "the", "worse", "working", "class", "slum", "is", "as", "irish", "as", "the", "rest", "of", "ireland", "i", "love", "ireland", "and", "my", "people", "all", "irish", "are", "my", "people"]}, "7166": {"text": "Thank You I have others posted through out this thread But here 's a few more From the Going to the Sun Road .", "tokenized_text": ["thank", "you", "i", "have", "others", "posted", "through", "out", "this", "thread", "but", "here", "s", "a", "few", "more", "from", "the", "going", "to", "the", "sun", "road"]}, "7167": {"text": "Southern tip Logging Lake Looking at Logging Mtn Southern tip Logging Lake Numa Ridge from Bowman lake ranger station Posing for a shot on the bridge across Quartz Creek to the back country campground", "tokenized_text": ["southern", "tip", "logging", "lake", "looking", "at", "logging", "mtn", "southern", "tip", "logging", "lake", "numa", "ridge", "from", "bowman", "lake", "ranger", "station", "posing", "for", "a", "shot", "on", "the", "bridge", "across", "quartz", "creek", "to", "the", "back", "country", "campground"]}, "7168": {"text": "Those who do not keep slaves to clean their toalets will see their children multiply and happily exist in thir own countries .", "tokenized_text": ["those", "who", "do", "not", "keep", "slaves", "to", "clean", "their", "toalets", "will", "see", "their", "children", "multiply", "and", "happily", "exist", "in", "thir", "own", "countries"]}, "7169": {"text": "If you would like to join the group it explains on our board all about P.L.E and what our goals are .", "tokenized_text": ["if", "you", "would", "like", "to", "join", "the", "group", "it", "explains", "on", "our", "board", "all", "about", "p", "l", "e", "and", "what", "our", "goals", "are"]}, "7170": {"text": "Do n't matter who you follow or supporter etc it is for white nationalists !", "tokenized_text": ["do", "n", "t", "matter", "who", "you", "follow", "or", "supporter", "etc", "it", "is", "for", "white", "nationalists"]}, "7171": {"text": "It was very nice meeting all of you for lunch .", "tokenized_text": ["it", "was", "very", "nice", "meeting", "all", "of", "you", "for", "lunch"]}, "7172": {"text": "My family and I are wanting to come out and look around a little more .", "tokenized_text": ["my", "family", "and", "i", "are", "wanting", "to", "come", "out", "and", "look", "around", "a", "little", "more"]}, "7173": {"text": "Look forward to seeing you all again", "tokenized_text": ["look", "forward", "to", "seeing", "you", "all", "again"]}, "7174": {"text": "Here is a synosis I just found on google : There is much more to this as I hope to show when my package arrives .", "tokenized_text": ["here", "is", "a", "synosis", "i", "just", "found", "on", "google", "there", "is", "much", "more", "to", "this", "as", "i", "hope", "to", "show", "when", "my", "package", "arrives"]}, "7175": {"text": "Note no mention of part four .", "tokenized_text": ["note", "no", "mention", "of", "part", "four"]}, "7176": {"text": "It was put there in just the last few hours .", "tokenized_text": ["it", "was", "put", "there", "in", "just", "the", "last", "few", "hours"]}, "7177": {"text": "I looked up the same info eariler this evening and that last line was n't there Edit : and it 's not there now .", "tokenized_text": ["i", "looked", "up", "the", "same", "info", "eariler", "this", "evening", "and", "that", "last", "line", "was", "n", "t", "there", "edit", "and", "it", "s", "not", "there", "now"]}, "7178": {"text": "Kalispell, Montana - YouTube Elliott shooting for the 1st time - YouTube Big Mountain with Grace and Dad - Shreddin ' the Pow - YouTube New years wheelin Montana - YouTube New years wheelin Wild Bill - YouTube Wild Bill New Years Wheelin - YouTube", "tokenized_text": ["kalispell", "montana", "youtube", "elliott", "shooting", "for", "the", "1st", "time", "youtube", "big", "mountain", "with", "grace", "and", "dad", "shreddin", "the", "pow", "youtube", "new", "years", "wheelin", "montana", "youtube", "new", "years", "wheelin", "wild", "bill", "youtube", "wild", "bill", "new", "years", "wheelin", "youtube"]}, "7179": {"text": "I live just north of the area you 're talking about , in Manistee County .", "tokenized_text": ["i", "live", "just", "north", "of", "the", "area", "you", "re", "talking", "about", "in", "manistee", "county"]}, "7180": {"text": "The only problem I see in the area is a lack of outside work .", "tokenized_text": ["the", "only", "problem", "i", "see", "in", "the", "area", "is", "a", "lack", "of", "outside", "work"]}, "7181": {"text": "If a person can find a way to create their own business , they could easily pull it off .", "tokenized_text": ["if", "a", "person", "can", "find", "a", "way", "to", "create", "their", "own", "business", "they", "could", "easily", "pull", "it", "off"]}, "7182": {"text": "Land prices are slowly rising up here because of tourism , but only get crazy when you get closer to traverse city .", "tokenized_text": ["land", "prices", "are", "slowly", "rising", "up", "here", "because", "of", "tourism", "but", "only", "get", "crazy", "when", "you", "get", "closer", "to", "traverse", "city"]}, "7183": {"text": "As far as Baldwin goes , what an anomaly that place is .", "tokenized_text": ["as", "far", "as", "baldwin", "goes", "what", "an", "anomaly", "that", "place", "is"]}, "7184": {"text": "The ghetto of the north .", "tokenized_text": ["the", "ghetto", "of", "the", "north"]}, "7185": {"text": "It became that way because years and years ago , joe louis ran a camp for ghetto kids there .", "tokenized_text": ["it", "became", "that", "way", "because", "years", "and", "years", "ago", "joe", "louis", "ran", "a", "camp", "for", "ghetto", "kids", "there"]}, "7186": {"text": "It then became a booming black town , and they ran it straight into the ground .", "tokenized_text": ["it", "then", "became", "a", "booming", "black", "town", "and", "they", "ran", "it", "straight", "into", "the", "ground"]}, "7187": {"text": "I 'd avoid the Baldwin/Idlewild area at all costs , but everywhere around there is extremely beautiful , lots of nature , etc .", "tokenized_text": ["i", "d", "avoid", "the", "baldwin", "idlewild", "area", "at", "all", "costs", "but", "everywhere", "around", "there", "is", "extremely", "beautiful", "lots", "of", "nature", "etc"]}, "7188": {"text": "I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .", "tokenized_text": ["i", "usually", "know", "when", "friends", "or", "relatives", "are", "distressed", "through", "illness", "or", "accident", "incident", "i", "then", "phone", "them", "and", "find", "out", "what", "has", "happened"]}, "7189": {"text": "Exactly.", "tokenized_text": ["exactly"]}, "7190": {"text": "They 'd rather sit in front of their computer wearing a Brownshirt uniform while taking pics of themselves with a webcam .", "tokenized_text": ["they", "d", "rather", "sit", "in", "front", "of", "their", "computer", "wearing", "a", "brownshirt", "uniform", "while", "taking", "pics", "of", "themselves", "with", "a", "webcam"]}, "7191": {"text": "I'm actually not sure what the message is on this one , but if you or anyone else can explain it I 'd sure appreciate it .", "tokenized_text": ["i", "m", "actually", "not", "sure", "what", "the", "message", "is", "on", "this", "one", "but", "if", "you", "or", "anyone", "else", "can", "explain", "it", "i", "d", "sure", "appreciate", "it"]}, "7192": {"text": "The yellow ribbon says it all !", "tokenized_text": ["the", "yellow", "ribbon", "says", "it", "all"]}, "7193": {"text": "The lemmings have become so used to having a different color ribbon for different causes .", "tokenized_text": ["the", "lemmings", "have", "become", "so", "used", "to", "having", "a", "different", "color", "ribbon", "for", "different", "causes"]}, "7194": {"text": "Someone is a GENIUS !", "tokenized_text": ["someone", "is", "a", "genius"]}, "7195": {"text": "-Yankee Jim", "tokenized_text": ["yankee", "jim"]}, "7196": {"text": "No I do n't support Nordic Superiority , but I have no problem with Nordic people who want a pure Nordic race to exist .", "tokenized_text": ["no", "i", "do", "n", "t", "support", "nordic", "superiority", "but", "i", "have", "no", "problem", "with", "nordic", "people", "who", "want", "a", "pure", "nordic", "race", "to", "exist"]}, "7197": {"text": "I 'm 75 % Italian ( Alpine ) and 25 % Finnish ( Nordic ) .", "tokenized_text": ["i", "m", "75", "italian", "alpine", "and", "25", "finnish", "nordic"]}, "7198": {"text": "i agree. just for the simple fact that i grew up in orlando fl. it was a good place to live at one time. but not any more. the crime went up and is still on the rise .", "tokenized_text": ["i", "agree", "just", "for", "the", "simple", "fact", "that", "i", "grew", "up", "in", "orlando", "fl", "it", "was", "a", "good", "place", "to", "live", "at", "one", "time", "but", "not", "any", "more", "the", "crime", "went", "up", "and", "is", "still", "on", "the", "rise"]}, "7199": {"text": "No, lets stay scattered across the earth and try to change every racially unaware white across the earth ...", "tokenized_text": ["no", "lets", "stay", "scattered", "across", "the", "earth", "and", "try", "to", "change", "every", "racially", "unaware", "white", "across", "the", "earth"]}, "7200": {"text": "We 'll win that way ...... LOL", "tokenized_text": ["we", "ll", "win", "that", "way", "lol"]}, "7201": {"text": "Because you support an ideology which imposes it 's will on other people , and then you attack those people for merely resisting their own genocide", "tokenized_text": ["because", "you", "support", "an", "ideology", "which", "imposes", "it", "s", "will", "on", "other", "people", "and", "then", "you", "attack", "those", "people", "for", "merely", "resisting", "their", "own", "genocide"]}, "7202": {"text": "But what do you say to the ivy who wants to become a tree ??", "tokenized_text": ["but", "what", "do", "you", "say", "to", "the", "ivy", "who", "wants", "to", "become", "a", "tree"]}, "7203": {"text": "Or for that matter thinks he is a tree ?", "tokenized_text": ["or", "for", "that", "matter", "thinks", "he", "is", "a", "tree"]}, "7204": {"text": "Has Don Black or Jamie Kelso announced a PLE in their home town yet ?", "tokenized_text": ["has", "don", "black", "or", "jamie", "kelso", "announced", "a", "ple", "in", "their", "home", "town", "yet"]}, "7205": {"text": "If so could I get a link ?", "tokenized_text": ["if", "so", "could", "i", "get", "a", "link"]}, "7206": {"text": "Thanks .", "tokenized_text": ["thanks"]}, "7207": {"text": "Well what I got to hear of it was pretty cool .", "tokenized_text": ["well", "what", "i", "got", "to", "hear", "of", "it", "was", "pretty", "cool"]}, "7208": {"text": "Stupid pop up froze the song for the fourth time in a row so I gave up ... will keep it logged for future use when I get the reformatting disc .", "tokenized_text": ["stupid", "pop", "up", "froze", "the", "song", "for", "the", "fourth", "time", "in", "a", "row", "so", "i", "gave", "up", "will", "keep", "it", "logged", "for", "future", "use", "when", "i", "get", "the", "reformatting", "disc"]}, "7209": {"text": "Yeah I know that they have been around since the 1930s and have not gotten anywhere .", "tokenized_text": ["yeah", "i", "know", "that", "they", "have", "been", "around", "since", "the", "1930s", "and", "have", "not", "gotten", "anywhere"]}, "7210": {"text": "Is n't 80 years of failure enough to teach you something ?", "tokenized_text": ["is", "n", "t", "80", "years", "of", "failure", "enough", "to", "teach", "you", "something"]}, "7211": {"text": "I saw two blacks there and a few on their website .", "tokenized_text": ["i", "saw", "two", "blacks", "there", "and", "a", "few", "on", "their", "website"]}, "7212": {"text": "Why would they let blacks live ?", "tokenized_text": ["why", "would", "they", "let", "blacks", "live"]}, "7213": {"text": "How many are there ?", "tokenized_text": ["how", "many", "are", "there"]}, "7214": {"text": "Can someone help me find an ol ' comrade of mine who 's now rotting in a California Prison for his next two lives for allegedly victimizing anti-racist scum ?", "tokenized_text": ["can", "someone", "help", "me", "find", "an", "ol", "comrade", "of", "mine", "who", "s", "now", "rotting", "in", "a", "california", "prison", "for", "his", "next", "two", "lives", "for", "allegedly", "victimizing", "anti", "racist", "scum"]}, "7215": {"text": "His name is Josh Gilmore 2508", "tokenized_text": ["his", "name", "is", "josh", "gilmore", "2508"]}, "7216": {"text": "Those who are not in agreement with anything that they see here are invited to say so - and provide us with the alternative .", "tokenized_text": ["those", "who", "are", "not", "in", "agreement", "with", "anything", "that", "they", "see", "here", "are", "invited", "to", "say", "so", "and", "provide", "us", "with", "the", "alternative"]}, "7217": {"text": "I saw your girls on VH1 , too .", "tokenized_text": ["i", "saw", "your", "girls", "on", "vh1", "too"]}, "7218": {"text": "They are totally adorable !", "tokenized_text": ["they", "are", "totally", "adorable"]}, "7219": {"text": "Their singing was too cute .", "tokenized_text": ["their", "singing", "was", "too", "cute"]}, "7220": {"text": "I hope they continue .", "tokenized_text": ["i", "hope", "they", "continue"]}, "7221": {"text": "-Zo\u00eb", "tokenized_text": ["zo\u00eb"]}, "7222": {"text": "YouTube - & #x202a ; Bettie Page - Teaser Girl in High Heels & #x202c ; & rlm ; To me she is beautiful .", "tokenized_text": ["youtube", "x202a", "bettie", "page", "teaser", "girl", "in", "high", "heels", "x202c", "rlm", "to", "me", "she", "is", "beautiful"]}, "7223": {"text": "The most feminine form which these days has been lost .", "tokenized_text": ["the", "most", "feminine", "form", "which", "these", "days", "has", "been", "lost"]}, "7224": {"text": "The true essence of divinity .", "tokenized_text": ["the", "true", "essence", "of", "divinity"]}, "7225": {"text": "Im thinking that if whites in mass began PLE 's the jews would just cross out the word white and add the word minority in its place .", "tokenized_text": ["im", "thinking", "that", "if", "whites", "in", "mass", "began", "ple", "s", "the", "jews", "would", "just", "cross", "out", "the", "word", "white", "and", "add", "the", "word", "minority", "in", "its", "place"]}, "7226": {"text": "I consider it one of the greatest honors that I got to see the ultrasound .", "tokenized_text": ["i", "consider", "it", "one", "of", "the", "greatest", "honors", "that", "i", "got", "to", "see", "the", "ultrasound"]}, "7227": {"text": "The baby was waving its arms and legs !!", "tokenized_text": ["the", "baby", "was", "waving", "its", "arms", "and", "legs"]}, "7228": {"text": "Dresden got to see as well and it was a wonderful thing for her to see .", "tokenized_text": ["dresden", "got", "to", "see", "as", "well", "and", "it", "was", "a", "wonderful", "thing", "for", "her", "to", "see"]}, "7229": {"text": "We are so excited about this baby .", "tokenized_text": ["we", "are", "so", "excited", "about", "this", "baby"]}, "7230": {"text": "We need to spread more videos around Haman : WNTube - YouTube the White Nationalist way ...", "tokenized_text": ["we", "need", "to", "spread", "more", "videos", "around", "haman", "wntube", "youtube", "the", "white", "nationalist", "way"]}, "7231": {"text": "- Pioneer Little Europe ( PLE ) Didnt anybody teach you ?", "tokenized_text": ["pioneer", "little", "europe", "ple", "didnt", "anybody", "teach", "you"]}, "7232": {"text": "Well said , the point of a PLE is an organic community , in which we are all free to express our own spins as we wish ...", "tokenized_text": ["well", "said", "the", "point", "of", "a", "ple", "is", "an", "organic", "community", "in", "which", "we", "are", "all", "free", "to", "express", "our", "own", "spins", "as", "we", "wish"]}, "7233": {"text": "In my mind it 's not even close to being obselete , I believe it is a symbol of the white race and it 's fight to save itself in this sick and twisted multicult world we live in .", "tokenized_text": ["in", "my", "mind", "it", "s", "not", "even", "close", "to", "being", "obselete", "i", "believe", "it", "is", "a", "symbol", "of", "the", "white", "race", "and", "it", "s", "fight", "to", "save", "itself", "in", "this", "sick", "and", "twisted", "multicult", "world", "we", "live", "in"]}, "7234": {"text": "I just had an extreme mini blizzard ( cookie dough ) from Dairy Extremist .", "tokenized_text": ["i", "just", "had", "an", "extreme", "mini", "blizzard", "cookie", "dough", "from", "dairy", "extremist"]}, "7235": {"text": "You have to have your extreme papers to move here .", "tokenized_text": ["you", "have", "to", "have", "your", "extreme", "papers", "to", "move", "here"]}, "7236": {"text": "No, they are the fastest land animal on this continent , so I think they are simply testing their speed .", "tokenized_text": ["no", "they", "are", "the", "fastest", "land", "animal", "on", "this", "continent", "so", "i", "think", "they", "are", "simply", "testing", "their", "speed"]}, "7237": {"text": "Like a car trying to beat the train .", "tokenized_text": ["like", "a", "car", "trying", "to", "beat", "the", "train"]}, "7238": {"text": "My mom and I went to the Huckleberry Festival in Whitefish this weekend and split a ham cheddar and veggie crepe at Amazing Crepes .", "tokenized_text": ["my", "mom", "and", "i", "went", "to", "the", "huckleberry", "festival", "in", "whitefish", "this", "weekend", "and", "split", "a", "ham", "cheddar", "and", "veggie", "crepe", "at", "amazing", "crepes"]}, "7239": {"text": "Funny they had to go to 2006 to find anti-PLE sentiment for a 2011 news story.How was that a current news topic , lol ?", "tokenized_text": ["funny", "they", "had", "to", "go", "to", "2006", "to", "find", "anti", "ple", "sentiment", "for", "a", "2011", "news", "story", "how", "was", "that", "a", "current", "news", "topic", "lol"]}, "7240": {"text": "Latest reported attack on students by the local Negroes was on a couple out getting a pizza in the late evening hours , 4 Blacks jumped them on their walk home .", "tokenized_text": ["latest", "reported", "attack", "on", "students", "by", "the", "local", "negroes", "was", "on", "a", "couple", "out", "getting", "a", "pizza", "in", "the", "late", "evening", "hours", "4", "blacks", "jumped", "them", "on", "their", "walk", "home"]}, "7241": {"text": "UC student robbed at gunpoint : ' It can happen to anybody'", "tokenized_text": ["uc", "student", "robbed", "at", "gunpoint", "it", "can", "happen", "to", "anybody"]}, "7242": {"text": "Judeo-Christians seem to focus on the idea that Jesus was a Jewish carpenter , from the line of Jewish king David .", "tokenized_text": ["judeo", "christians", "seem", "to", "focus", "on", "the", "idea", "that", "jesus", "was", "a", "jewish", "carpenter", "from", "the", "line", "of", "jewish", "king", "david"]}, "7243": {"text": "Is there evidence to support/oppose this ?", "tokenized_text": ["is", "there", "evidence", "to", "support", "oppose", "this"]}, "7244": {"text": "I have and always will fly my rebel flag in my front yard for all to see.I also have it on my truck .", "tokenized_text": ["i", "have", "and", "always", "will", "fly", "my", "rebel", "flag", "in", "my", "front", "yard", "for", "all", "to", "see", "i", "also", "have", "it", "on", "my", "truck"]}, "7245": {"text": "So long as http://ghettobraggingrights.wordpress.com/ exists I will not only think of blacks as sub-human savage beasts with no more self-control than a rabid dog , but refer to them as such .", "tokenized_text": ["so", "long", "as", "http", "ghettobraggingrights", "wordpress", "com", "exists", "i", "will", "not", "only", "think", "of", "blacks", "as", "sub", "human", "savage", "beasts", "with", "no", "more", "self", "control", "than", "a", "rabid", "dog", "but", "refer", "to", "them", "as", "such"]}, "7246": {"text": "I dont yell at members for asking questions and the answer is we do have many other candidates going to run .", "tokenized_text": ["i", "dont", "yell", "at", "members", "for", "asking", "questions", "and", "the", "answer", "is", "we", "do", "have", "many", "other", "candidates", "going", "to", "run"]}, "7247": {"text": "We will be announcing congressional candidates and local office candidates in a few months .", "tokenized_text": ["we", "will", "be", "announcing", "congressional", "candidates", "and", "local", "office", "candidates", "in", "a", "few", "months"]}, "7248": {"text": "We dont go telling members to run they have to come to us and ask .", "tokenized_text": ["we", "dont", "go", "telling", "members", "to", "run", "they", "have", "to", "come", "to", "us", "and", "ask"]}, "7249": {"text": "C.N.N. Had story about this case today and said White Nationalist are using the story to help recruit people for there cause .", "tokenized_text": ["c", "n", "n", "had", "story", "about", "this", "case", "today", "and", "said", "white", "nationalist", "are", "using", "the", "story", "to", "help", "recruit", "people", "for", "there", "cause"]}, "7250": {"text": "Well done guys lets keep sticking it to the system !", "tokenized_text": ["well", "done", "guys", "lets", "keep", "sticking", "it", "to", "the", "system"]}, "7251": {"text": "Do you know how long it takes to get the membership card and whatnot ?", "tokenized_text": ["do", "you", "know", "how", "long", "it", "takes", "to", "get", "the", "membership", "card", "and", "whatnot"]}, "7252": {"text": "I sent in my application a few days ago and was curious .", "tokenized_text": ["i", "sent", "in", "my", "application", "a", "few", "days", "ago", "and", "was", "curious"]}, "7253": {"text": "Thanks .", "tokenized_text": ["thanks"]}, "7254": {"text": "David, This will answer your questions about our activism and ability to acquire resources much better than I can .", "tokenized_text": ["david", "this", "will", "answer", "your", "questions", "about", "our", "activism", "and", "ability", "to", "acquire", "resources", "much", "better", "than", "i", "can"]}, "7255": {"text": "It 's a new broadcast from John Young .", "tokenized_text": ["it", "s", "a", "new", "broadcast", "from", "john", "young"]}, "7256": {"text": "I guess me and mine probably throw a bit of a curve in your math then do n't we ?", "tokenized_text": ["i", "guess", "me", "and", "mine", "probably", "throw", "a", "bit", "of", "a", "curve", "in", "your", "math", "then", "do", "n", "t", "we"]}, "7257": {"text": "I still want to know what you have accomplished ?", "tokenized_text": ["i", "still", "want", "to", "know", "what", "you", "have", "accomplished"]}, "7258": {"text": "I'm not sure what sort of information you 're seeking but I recently found a number of Blacks who have been convicted for knowingly transmitting HIV/AIDS : Kouassi Adaye http://news.bbc.co.uk/2/hi/uk_news/e...de/3389735.stmJohnsonAzigahttp://en.wikipedia.org/wiki/Johnson_AzigaStanislasKanengele-Yondohttp://en.wikipedia.org/wiki/Stanislas_Kanengele-YondjoTrevisSmithhttp://en.wikipedia.org/wiki/Trevis_SmithAdrienSylverNduwayohttp://www.thenownews.com/issues06/0...031206nn2.htmlWillieAtkinshttp://www.dallasnews.com/sharedcont....32a4d9fd.htmlNushawnWilliamshttp://en.wikipedia.org/wiki/Nushawn_WilliamsSimonMolhttp://en.wikipedia.org/wiki/Simon_MolEversonBandahttp://www.dailymail.co.uk/pages/liv...=5&expand=truePeterMwaihttp://www.crime.co.nz/c-files.asp?ID=36WilliamKaranjahttp://www.amren.com/mtnews/archives...n_rapist_j.phpLinkoyMuhurihttp://news.bbc.co.uk/2/hi/uk_news/e...on/3256352.stmMohammedDicahttp://news.bbc.co.uk/2/hi/uk_news/e...on/3190626.stmFestonKonzanihttp://news.bbc.co.uk/2/hi/uk_news/e...es/4267433.stmGabrielVengesaihttp://www.dailymail.co.uk/pages/liv ... n _ page _ id = 1770", "tokenized_text": ["i", "m", "not", "sure", "what", "sort", "of", "information", "you", "re", "seeking", "but", "i", "recently", "found", "a", "number", "of", "blacks", "who", "have", "been", "convicted", "for", "knowingly", "transmitting", "hiv", "aids", "kouassi", "adaye", "http", "news", "bbc", "co", "uk", "2", "hi", "uk_news", "e", "de", "3389735", "stmjohnsonazigahttp", "en", "wikipedia", "org", "wiki", "johnson_azigastanislaskanengele", "yondohttp", "en", "wikipedia", "org", "wiki", "stanislas_kanengele", "yondjotrevissmithhttp", "en", "wikipedia", "org", "wiki", "trevis_smithadriensylvernduwayohttp", "www", "thenownews", "com", "issues06", "0", "031206nn2", "htmlwillieatkinshttp", "www", "dallasnews", "com", "sharedcont", "32a4d9fd", "htmlnushawnwilliamshttp", "en", "wikipedia", "org", "wiki", "nushawn_williamssimonmolhttp", "en", "wikipedia", "org", "wiki", "simon_moleversonbandahttp", "www", "dailymail", "co", "uk", "pages", "liv", "5", "expand", "truepetermwaihttp", "www", "crime", "co", "nz", "c", "files", "asp", "id", "36williamkaranjahttp", "www", "amren", "com", "mtnews", "archives", "n_rapist_j", "phplinkoymuhurihttp", "news", "bbc", "co", "uk", "2", "hi", "uk_news", "e", "on", "3256352", "stmmohammeddicahttp", "news", "bbc", "co", "uk", "2", "hi", "uk_news", "e", "on", "3190626", "stmfestonkonzanihttp", "news", "bbc", "co", "uk", "2", "hi", "uk_news", "e", "es", "4267433", "stmgabrielvengesaihttp", "www", "dailymail", "co", "uk", "pages", "liv", "n", "_", "page", "_", "id", "1770"]}, "7259": {"text": "I saw on news here in Kentucky a few days ago where someone had spray painted `` KKK '' on the side of a black School security officer 's house , they hadnt found who did it but they said it was a possible hate crime .", "tokenized_text": ["i", "saw", "on", "news", "here", "in", "kentucky", "a", "few", "days", "ago", "where", "someone", "had", "spray", "painted", "kkk", "on", "the", "side", "of", "a", "black", "school", "security", "officer", "s", "house", "they", "hadnt", "found", "who", "did", "it", "but", "they", "said", "it", "was", "a", "possible", "hate", "crime"]}, "7260": {"text": "To spend years and years in Prison for pray painting something on someones house is just not right !", "tokenized_text": ["to", "spend", "years", "and", "years", "in", "prison", "for", "pray", "painting", "something", "on", "someones", "house", "is", "just", "not", "right"]}, "7261": {"text": "http://www.abc25.com/Global/story.asp ? S = 5352185 Non whites commit far more crimes against whites each year but its never considered a hate crime and alot of them never spend any time in jail !", "tokenized_text": ["http", "www", "abc25", "com", "global", "story", "asp", "s", "5352185", "non", "whites", "commit", "far", "more", "crimes", "against", "whites", "each", "year", "but", "its", "never", "considered", "a", "hate", "crime", "and", "alot", "of", "them", "never", "spend", "any", "time", "in", "jail"]}, "7262": {"text": "When will people * * * * * * * wake up ?", "tokenized_text": ["when", "will", "people", "wake", "up"]}, "7263": {"text": "it does n't make sense to have hispanics securing the border. after all were are their loyalties. let 's support wn s who want to become border patrol agents .", "tokenized_text": ["it", "does", "n", "t", "make", "sense", "to", "have", "hispanics", "securing", "the", "border", "after", "all", "were", "are", "their", "loyalties", "let", "s", "support", "wn", "s", "who", "want", "to", "become", "border", "patrol", "agents"]}, "7264": {"text": "I hear some great radio ads for National Vanguard , but only during the American Dissident Voices shows .", "tokenized_text": ["i", "hear", "some", "great", "radio", "ads", "for", "national", "vanguard", "but", "only", "during", "the", "american", "dissident", "voices", "shows"]}, "7265": {"text": "Has anyone ever tried to get one of these ads on talk radio ?", "tokenized_text": ["has", "anyone", "ever", "tried", "to", "get", "one", "of", "these", "ads", "on", "talk", "radio"]}, "7266": {"text": "I encourage everyone to read the following information about one of the best opportunities the White race has left for survival : http://www.natallhv.com/what.html", "tokenized_text": ["i", "encourage", "everyone", "to", "read", "the", "following", "information", "about", "one", "of", "the", "best", "opportunities", "the", "white", "race", "has", "left", "for", "survival", "http", "www", "natallhv", "com", "what", "html"]}, "7267": {"text": "I made copies and passed em out to friends and family .", "tokenized_text": ["i", "made", "copies", "and", "passed", "em", "out", "to", "friends", "and", "family"]}, "7268": {"text": "But I just saw this .", "tokenized_text": ["but", "i", "just", "saw", "this"]}, "7269": {"text": "http://www.freep.com/news/education/...7_20040417.htm We need to help .", "tokenized_text": ["http", "www", "freep", "com", "news", "education", "7_20040417", "htm", "we", "need", "to", "help"]}, "7270": {"text": "College kids are use to hearing Black History Month or Native American History Month .", "tokenized_text": ["college", "kids", "are", "use", "to", "hearing", "black", "history", "month", "or", "native", "american", "history", "month"]}, "7271": {"text": "Western Civilization Month is a mouth full and many of them are too stupid to get it ( or just not paying attention ) .", "tokenized_text": ["western", "civilization", "month", "is", "a", "mouth", "full", "and", "many", "of", "them", "are", "too", "stupid", "to", "get", "it", "or", "just", "not", "paying", "attention"]}, "7272": {"text": "White History month will turn some heads .", "tokenized_text": ["white", "history", "month", "will", "turn", "some", "heads"]}, "7273": {"text": "I was wondering if the anti 's have forums like Stormfront , and if so , what are they - feel free to PM me with the details .", "tokenized_text": ["i", "was", "wondering", "if", "the", "anti", "s", "have", "forums", "like", "stormfront", "and", "if", "so", "what", "are", "they", "feel", "free", "to", "pm", "me", "with", "the", "details"]}, "7274": {"text": "CF", "tokenized_text": ["cf"]}, "7275": {"text": "I just wanted to say hello to The Jew is Evil .", "tokenized_text": ["i", "just", "wanted", "to", "say", "hello", "to", "the", "jew", "is", "evil"]}, "7276": {"text": "It really warms me that more Klan members are coming to Stormfront .", "tokenized_text": ["it", "really", "warms", "me", "that", "more", "klan", "members", "are", "coming", "to", "stormfront"]}, "7277": {"text": "Welcome to Stormfront .", "tokenized_text": ["welcome", "to", "stormfront"]}, "7278": {"text": "Thanks for posting the site info .", "tokenized_text": ["thanks", "for", "posting", "the", "site", "info"]}, "7279": {"text": "I agree with your post and this is a good way to be active .", "tokenized_text": ["i", "agree", "with", "your", "post", "and", "this", "is", "a", "good", "way", "to", "be", "active"]}, "7280": {"text": "Why not build little towns all around america instead of running to some little island that they can bomb if they wanted too .", "tokenized_text": ["why", "not", "build", "little", "towns", "all", "around", "america", "instead", "of", "running", "to", "some", "little", "island", "that", "they", "can", "bomb", "if", "they", "wanted", "too"]}, "7281": {"text": "Also if your intrested check out our webpage for more info on our european american town we are building !", "tokenized_text": ["also", "if", "your", "intrested", "check", "out", "our", "webpage", "for", "more", "info", "on", "our", "european", "american", "town", "we", "are", "building"]}, "7282": {"text": "LMAO.. this is funny .. i dunno if they 'd pay attention to ya though .. are the WWF board all jewish ? lolz", "tokenized_text": ["lmao", "this", "is", "funny", "i", "dunno", "if", "they", "d", "pay", "attention", "to", "ya", "though", "are", "the", "wwf", "board", "all", "jewish", "lolz"]}, "7283": {"text": "Bump!", "tokenized_text": ["bump"]}, "7284": {"text": "Look what white liberals have done .", "tokenized_text": ["look", "what", "white", "liberals", "have", "done"]}, "7285": {"text": "The blood of hundreds of white women is on the hands of white liberals .", "tokenized_text": ["the", "blood", "of", "hundreds", "of", "white", "women", "is", "on", "the", "hands", "of", "white", "liberals"]}, "7286": {"text": "Elevating the negro to iconic status , is bad business .", "tokenized_text": ["elevating", "the", "negro", "to", "iconic", "status", "is", "bad", "business"]}, "7287": {"text": "I'd rule as a black government but would keep the whites around just to keep the place running smooth and efficient .", "tokenized_text": ["i", "d", "rule", "as", "a", "black", "government", "but", "would", "keep", "the", "whites", "around", "just", "to", "keep", "the", "place", "running", "smooth", "and", "efficient"]}, "7288": {"text": "Indeed, now they just need to feed themselves , educate themselves , police themselves ad nauseum ......", "tokenized_text": ["indeed", "now", "they", "just", "need", "to", "feed", "themselves", "educate", "themselves", "police", "themselves", "ad", "nauseum"]}, "7289": {"text": "Oh wait thats what the whites are doing for them , kind of like a zoo ?", "tokenized_text": ["oh", "wait", "thats", "what", "the", "whites", "are", "doing", "for", "them", "kind", "of", "like", "a", "zoo"]}, "7290": {"text": "I do n't know ... if afrocant 's do n't slather their skin several times a day with cocoa butter lotion it takes on a definite crocodilian appearance .", "tokenized_text": ["i", "do", "n", "t", "know", "if", "afrocant", "s", "do", "n", "t", "slather", "their", "skin", "several", "times", "a", "day", "with", "cocoa", "butter", "lotion", "it", "takes", "on", "a", "definite", "crocodilian", "appearance"]}, "7291": {"text": "To close for me to call .", "tokenized_text": ["to", "close", "for", "me", "to", "call"]}, "7292": {"text": "Joe you are the most self imprisoned person I have yet to meet .", "tokenized_text": ["joe", "you", "are", "the", "most", "self", "imprisoned", "person", "i", "have", "yet", "to", "meet"]}, "7293": {"text": "You are the loyal punk to dead men that would underbid your labor with slaves of the negro race .", "tokenized_text": ["you", "are", "the", "loyal", "punk", "to", "dead", "men", "that", "would", "underbid", "your", "labor", "with", "slaves", "of", "the", "negro", "race"]}, "7294": {"text": "It is quite farcical actually .", "tokenized_text": ["it", "is", "quite", "farcical", "actually"]}, "7295": {"text": "Yes, it 's really peculiar how every topic in the world is subject to critical analysis and open debate EXCEPT the `` holocaust '' .", "tokenized_text": ["yes", "it", "s", "really", "peculiar", "how", "every", "topic", "in", "the", "world", "is", "subject", "to", "critical", "analysis", "and", "open", "debate", "except", "the", "holocaust"]}, "7296": {"text": "I do not understand how any White Christians would stick up for Israel like these guys in the video below This happened in Atlanta this past weekend Palestinian state of unrest In Atlanta Georgia .", "tokenized_text": ["i", "do", "not", "understand", "how", "any", "white", "christians", "would", "stick", "up", "for", "israel", "like", "these", "guys", "in", "the", "video", "below", "this", "happened", "in", "atlanta", "this", "past", "weekend", "palestinian", "state", "of", "unrest", "in", "atlanta", "georgia"]}, "7297": {"text": "- YouTube Here is the same video on the guy 's FB page .", "tokenized_text": ["youtube", "here", "is", "the", "same", "video", "on", "the", "guy", "s", "fb", "page"]}, "7298": {"text": "Check out all the Whites making pro Israel comments https : //www.facebook.com/photo.php ? v = 10204417923596945", "tokenized_text": ["check", "out", "all", "the", "whites", "making", "pro", "israel", "comments", "https", "www", "facebook", "com", "photo", "php", "v", "10204417923596945"]}, "7299": {"text": "Feel free to point out the intelligence in your claim that Germans have achieved nothing .", "tokenized_text": ["feel", "free", "to", "point", "out", "the", "intelligence", "in", "your", "claim", "that", "germans", "have", "achieved", "nothing"]}, "7300": {"text": "They 've achieved a whole lot more than Greeks ever have and ever will .", "tokenized_text": ["they", "ve", "achieved", "a", "whole", "lot", "more", "than", "greeks", "ever", "have", "and", "ever", "will"]}, "7301": {"text": "Oh yeah he was part Jewish with brown hair and brown eyes .", "tokenized_text": ["oh", "yeah", "he", "was", "part", "jewish", "with", "brown", "hair", "and", "brown", "eyes"]}, "7302": {"text": "Reality : He had no Jewish ancestors and he had brown hair and blue eyes .", "tokenized_text": ["reality", "he", "had", "no", "jewish", "ancestors", "and", "he", "had", "brown", "hair", "and", "blue", "eyes"]}, "7303": {"text": "half white is still superior because how come every person I know who is half white is good at everything no matter about what other race is in um ..", "tokenized_text": ["half", "white", "is", "still", "superior", "because", "how", "come", "every", "person", "i", "know", "who", "is", "half", "white", "is", "good", "at", "everything", "no", "matter", "about", "what", "other", "race", "is", "in", "um"]}, "7304": {"text": "I think everything should be done to preserve the great apes .", "tokenized_text": ["i", "think", "everything", "should", "be", "done", "to", "preserve", "the", "great", "apes"]}, "7305": {"text": "If it means exterminating the blacks in Africa so the gorillas have a healthy , big nature preserve I do n't oppose it .", "tokenized_text": ["if", "it", "means", "exterminating", "the", "blacks", "in", "africa", "so", "the", "gorillas", "have", "a", "healthy", "big", "nature", "preserve", "i", "do", "n", "t", "oppose", "it"]}, "7306": {"text": "Too many white youth have grown fat and lazy .", "tokenized_text": ["too", "many", "white", "youth", "have", "grown", "fat", "and", "lazy"]}, "7307": {"text": "In the past , white kids were playing basketball after school , now they go home to their little video games , smoke dope or watch television .", "tokenized_text": ["in", "the", "past", "white", "kids", "were", "playing", "basketball", "after", "school", "now", "they", "go", "home", "to", "their", "little", "video", "games", "smoke", "dope", "or", "watch", "television"]}, "7308": {"text": "When I was a kid we used to laugh at the so-called indoor sport .", "tokenized_text": ["when", "i", "was", "a", "kid", "we", "used", "to", "laugh", "at", "the", "so", "called", "indoor", "sport"]}, "7309": {"text": "Now , this has an entirely different meaning .", "tokenized_text": ["now", "this", "has", "an", "entirely", "different", "meaning"]}, "7310": {"text": "I applaud them for their nationalism , they are proud of their race , and they have their territories which they have built communities on .", "tokenized_text": ["i", "applaud", "them", "for", "their", "nationalism", "they", "are", "proud", "of", "their", "race", "and", "they", "have", "their", "territories", "which", "they", "have", "built", "communities", "on"]}, "7311": {"text": "It is the Asians in White countries that bug me .", "tokenized_text": ["it", "is", "the", "asians", "in", "white", "countries", "that", "bug", "me"]}, "7312": {"text": "The difference is that we could have done this without blacks .", "tokenized_text": ["the", "difference", "is", "that", "we", "could", "have", "done", "this", "without", "blacks"]}, "7313": {"text": "Without us they would still be living in mud huts with sharpened sticks .", "tokenized_text": ["without", "us", "they", "would", "still", "be", "living", "in", "mud", "huts", "with", "sharpened", "sticks"]}, "7314": {"text": "For white men it 's all about sex and for no real reason .", "tokenized_text": ["for", "white", "men", "it", "s", "all", "about", "sex", "and", "for", "no", "real", "reason"]}, "7315": {"text": "These disgusting perverted white men are no different than the white women who have sex with black men just because they have a bigger penis .", "tokenized_text": ["these", "disgusting", "perverted", "white", "men", "are", "no", "different", "than", "the", "white", "women", "who", "have", "sex", "with", "black", "men", "just", "because", "they", "have", "a", "bigger", "penis"]}, "7316": {"text": "DISGUSTING .", "tokenized_text": ["disgusting"]}, "7317": {"text": "I say take asian obsessed white men and dump them in some third world asian crap whole and never let them come back .", "tokenized_text": ["i", "say", "take", "asian", "obsessed", "white", "men", "and", "dump", "them", "in", "some", "third", "world", "asian", "crap", "whole", "and", "never", "let", "them", "come", "back"]}, "7318": {"text": "That is the most ridiculous crap I have ever seen anyone type .", "tokenized_text": ["that", "is", "the", "most", "ridiculous", "crap", "i", "have", "ever", "seen", "anyone", "type"]}, "7319": {"text": "Unless the aliens were simply humans from another planet you would never get used to them , stop lying .", "tokenized_text": ["unless", "the", "aliens", "were", "simply", "humans", "from", "another", "planet", "you", "would", "never", "get", "used", "to", "them", "stop", "lying"]}, "7320": {"text": "But of course .", "tokenized_text": ["but", "of", "course"]}, "7321": {"text": "People such as yourself like to hold Blacks and Whites to the same standards only when its convienent to you .", "tokenized_text": ["people", "such", "as", "yourself", "like", "to", "hold", "blacks", "and", "whites", "to", "the", "same", "standards", "only", "when", "its", "convienent", "to", "you"]}, "7322": {"text": "It is amazing that you can create an extremely sexist idea and assume that your idea is just sexist enough to be not be called on its sexism by feminists .", "tokenized_text": ["it", "is", "amazing", "that", "you", "can", "create", "an", "extremely", "sexist", "idea", "and", "assume", "that", "your", "idea", "is", "just", "sexist", "enough", "to", "be", "not", "be", "called", "on", "its", "sexism", "by", "feminists"]}, "7323": {"text": "Don't you think you should ask this at a forum where the vast majority of people actually claim that they are white supremacists ?", "tokenized_text": ["don", "t", "you", "think", "you", "should", "ask", "this", "at", "a", "forum", "where", "the", "vast", "majority", "of", "people", "actually", "claim", "that", "they", "are", "white", "supremacists"]}, "7324": {"text": "i was being polite as i tend not to write in absolutes .", "tokenized_text": ["i", "was", "being", "polite", "as", "i", "tend", "not", "to", "write", "in", "absolutes"]}, "7325": {"text": "You have given no evidence of anything you have said .", "tokenized_text": ["you", "have", "given", "no", "evidence", "of", "anything", "you", "have", "said"]}, "7326": {"text": "Your a ignorant troll. and sadly your not even entertaining .", "tokenized_text": ["your", "a", "ignorant", "troll", "and", "sadly", "your", "not", "even", "entertaining"]}, "7327": {"text": "Dogs and coyotes are two different species that can breed and produce fertile offspring .", "tokenized_text": ["dogs", "and", "coyotes", "are", "two", "different", "species", "that", "can", "breed", "and", "produce", "fertile", "offspring"]}, "7328": {"text": "Same with wolves and dogs , wolves and coyotes .", "tokenized_text": ["same", "with", "wolves", "and", "dogs", "wolves", "and", "coyotes"]}, "7329": {"text": "If you look at an Alaskan malamute and a timber wolf that are two different species , they look a lot more alike than say a Congolese and a Swede .", "tokenized_text": ["if", "you", "look", "at", "an", "alaskan", "malamute", "and", "a", "timber", "wolf", "that", "are", "two", "different", "species", "they", "look", "a", "lot", "more", "alike", "than", "say", "a", "congolese", "and", "a", "swede"]}, "7330": {"text": "There is already hundreds of threads about blacks and violence , why have you decided to open up a new thread about it ?", "tokenized_text": ["there", "is", "already", "hundreds", "of", "threads", "about", "blacks", "and", "violence", "why", "have", "you", "decided", "to", "open", "up", "a", "new", "thread", "about", "it"]}, "7331": {"text": "You sound very similar to Satan in the New Testament when he was tempting Jesus to abandon God by offering him wealth and power .", "tokenized_text": ["you", "sound", "very", "similar", "to", "satan", "in", "the", "new", "testament", "when", "he", "was", "tempting", "jesus", "to", "abandon", "god", "by", "offering", "him", "wealth", "and", "power"]}, "7332": {"text": "I do care about arab christians You are not the only one who is feeling lost i know it sucks to be a non muslim in the middle east. would you like to move to east asia with me ?", "tokenized_text": ["i", "do", "care", "about", "arab", "christians", "you", "are", "not", "the", "only", "one", "who", "is", "feeling", "lost", "i", "know", "it", "sucks", "to", "be", "a", "non", "muslim", "in", "the", "middle", "east", "would", "you", "like", "to", "move", "to", "east", "asia", "with", "me"]}, "7333": {"text": "It is necessary for them to hide behind lies and false information because face it , the truth is not on their side .", "tokenized_text": ["it", "is", "necessary", "for", "them", "to", "hide", "behind", "lies", "and", "false", "information", "because", "face", "it", "the", "truth", "is", "not", "on", "their", "side"]}, "7334": {"text": "The best they can do is prevent their members from hearing the truth which is why they do n't allow any serious opposing views .", "tokenized_text": ["the", "best", "they", "can", "do", "is", "prevent", "their", "members", "from", "hearing", "the", "truth", "which", "is", "why", "they", "do", "n", "t", "allow", "any", "serious", "opposing", "views"]}, "7335": {"text": "The link appears to have been broken .", "tokenized_text": ["the", "link", "appears", "to", "have", "been", "broken"]}, "7336": {"text": "I guess they did n't want anyone pointing out the flaws in what they wrote .", "tokenized_text": ["i", "guess", "they", "did", "n", "t", "want", "anyone", "pointing", "out", "the", "flaws", "in", "what", "they", "wrote"]}, "7337": {"text": "The Boers will be free in their Volkstaat by then and they can show us how their ancestors carved a civilization outta nothing", "tokenized_text": ["the", "boers", "will", "be", "free", "in", "their", "volkstaat", "by", "then", "and", "they", "can", "show", "us", "how", "their", "ancestors", "carved", "a", "civilization", "outta", "nothing"]}, "7338": {"text": "Good grief !", "tokenized_text": ["good", "grief"]}, "7339": {"text": "The lengths the fed. gov. will go to in order to put a notch on the preverbial ( sp ? ) belt ....", "tokenized_text": ["the", "lengths", "the", "fed", "gov", "will", "go", "to", "in", "order", "to", "put", "a", "notch", "on", "the", "preverbial", "sp", "belt"]}, "7340": {"text": "I think it goes back even to the 18th century and thats why I call it modern because it is neither ancient nor medieval ...", "tokenized_text": ["i", "think", "it", "goes", "back", "even", "to", "the", "18th", "century", "and", "thats", "why", "i", "call", "it", "modern", "because", "it", "is", "neither", "ancient", "nor", "medieval"]}, "7341": {"text": "Thanks for this .", "tokenized_text": ["thanks", "for", "this"]}, "7342": {"text": "And here 's what David Irving 's site offers on Hitler 's Table Talks .", "tokenized_text": ["and", "here", "s", "what", "david", "irving", "s", "site", "offers", "on", "hitler", "s", "table", "talks"]}, "7343": {"text": "Letters to David Irving 's Website", "tokenized_text": ["letters", "to", "david", "irving", "s", "website"]}, "7344": {"text": "well, looks like we can add another instance of 6 million to this pile , then - the amount of times they have told this story .", "tokenized_text": ["well", "looks", "like", "we", "can", "add", "another", "instance", "of", "6", "million", "to", "this", "pile", "then", "the", "amount", "of", "times", "they", "have", "told", "this", "story"]}, "7345": {"text": "This is another tool that you will need not that im a expert god knows I only have that ged to fall back on .", "tokenized_text": ["this", "is", "another", "tool", "that", "you", "will", "need", "not", "that", "im", "a", "expert", "god", "knows", "i", "only", "have", "that", "ged", "to", "fall", "back", "on"]}, "7346": {"text": "My Aunt is Principal in High School and kicked an non-White Girl from the School for bad behavior .", "tokenized_text": ["my", "aunt", "is", "principal", "in", "high", "school", "and", "kicked", "an", "non", "white", "girl", "from", "the", "school", "for", "bad", "behavior"]}, "7347": {"text": "I can give you her Skype and she will answer all your questions .", "tokenized_text": ["i", "can", "give", "you", "her", "skype", "and", "she", "will", "answer", "all", "your", "questions"]}, "7348": {"text": "I had a great time as usual on Friday night !", "tokenized_text": ["i", "had", "a", "great", "time", "as", "usual", "on", "friday", "night"]}, "7349": {"text": "So good to see new people every Friday night .", "tokenized_text": ["so", "good", "to", "see", "new", "people", "every", "friday", "night"]}, "7350": {"text": "Seems like our message is getting to the right people .", "tokenized_text": ["seems", "like", "our", "message", "is", "getting", "to", "the", "right", "people"]}, "7351": {"text": "I look forward to meeting more like minded people next Friday !", "tokenized_text": ["i", "look", "forward", "to", "meeting", "more", "like", "minded", "people", "next", "friday"]}, "7352": {"text": "From your post it seems you see no future for SA or any other white country ?", "tokenized_text": ["from", "your", "post", "it", "seems", "you", "see", "no", "future", "for", "sa", "or", "any", "other", "white", "country"]}, "7353": {"text": "You lost the fight already .", "tokenized_text": ["you", "lost", "the", "fight", "already"]}, "7354": {"text": "I wish people would spend more time reading his books or even watching his videos , instead of the watching the garbage on television or listening to these radio talks shows .", "tokenized_text": ["i", "wish", "people", "would", "spend", "more", "time", "reading", "his", "books", "or", "even", "watching", "his", "videos", "instead", "of", "the", "watching", "the", "garbage", "on", "television", "or", "listening", "to", "these", "radio", "talks", "shows"]}, "7355": {"text": "His website is also interesting .", "tokenized_text": ["his", "website", "is", "also", "interesting"]}, "7356": {"text": "I honestly believe that folks are S L O W L Y getting wise , and fed up with this `` sea hags '' crap .", "tokenized_text": ["i", "honestly", "believe", "that", "folks", "are", "s", "l", "o", "w", "l", "y", "getting", "wise", "and", "fed", "up", "with", "this", "sea", "hags", "crap"]}, "7357": {"text": "God Bless you , Mr. Trump", "tokenized_text": ["god", "bless", "you", "mr", "trump"]}, "7358": {"text": "It's important we educate ourselves one way or another .", "tokenized_text": ["it", "s", "important", "we", "educate", "ourselves", "one", "way", "or", "another"]}, "7359": {"text": "Studying things for ourselves may prove to be just as effective as sitting in classes .", "tokenized_text": ["studying", "things", "for", "ourselves", "may", "prove", "to", "be", "just", "as", "effective", "as", "sitting", "in", "classes"]}, "7360": {"text": "The home learner 's site is down can someone maybe email these to me or send me a copy of each ?", "tokenized_text": ["the", "home", "learner", "s", "site", "is", "down", "can", "someone", "maybe", "email", "these", "to", "me", "or", "send", "me", "a", "copy", "of", "each"]}, "7361": {"text": "Wow!", "tokenized_text": ["wow"]}, "7362": {"text": "What A Busy Week of Media Work Getting Out the Story of Canada Customs Thought Police and Harassment * CAFE You Tube -- Paul Fromm on censorship in Canada - YouTube * Co-host STORMFRONT Radio ( twice ) * Co-host THE TRUMP PHENOMENON ( twice on Republic Broadcasting * Interviewed on Jamie Kelso 's THE AMERICAN FREEDOM PARTY SHOW * RED ICE RADIO ( discussing the Arthur Topham `` hate law '' trial -- http://www.redicecreations.com/radio ... RIR-160210.php * The Brandon Martinez Show -- https : //youtu.be/wKF8Ekh3Rqk * One hour interview on VOTERS ' ECHO television show -- Voters Echo - Paul Fromm\u00e2 s take on freedom of speech and the Charter of Rights ! 09 February 2016 - YouTube * And , of course , on my nightly radio show on whiteresistanceradio.com", "tokenized_text": ["what", "a", "busy", "week", "of", "media", "work", "getting", "out", "the", "story", "of", "canada", "customs", "thought", "police", "and", "harassment", "cafe", "you", "tube", "paul", "fromm", "on", "censorship", "in", "canada", "youtube", "co", "host", "stormfront", "radio", "twice", "co", "host", "the", "trump", "phenomenon", "twice", "on", "republic", "broadcasting", "interviewed", "on", "jamie", "kelso", "s", "the", "american", "freedom", "party", "show", "red", "ice", "radio", "discussing", "the", "arthur", "topham", "hate", "law", "trial", "http", "www", "redicecreations", "com", "radio", "rir", "160210", "php", "the", "brandon", "martinez", "show", "https", "youtu", "be", "wkf8ekh3rqk", "one", "hour", "interview", "on", "voters", "echo", "television", "show", "voters", "echo", "paul", "fromm\u00e2", "s", "take", "on", "freedom", "of", "speech", "and", "the", "charter", "of", "rights", "09", "february", "2016", "youtube", "and", "of", "course", "on", "my", "nightly", "radio", "show", "on", "whiteresistanceradio", "com"]}, "7363": {"text": "Some people believe the Jack O ' Lantern also represents the ancient Celtic warrior 's tradition of taking the heads of their enemies as trophies .", "tokenized_text": ["some", "people", "believe", "the", "jack", "o", "lantern", "also", "represents", "the", "ancient", "celtic", "warrior", "s", "tradition", "of", "taking", "the", "heads", "of", "their", "enemies", "as", "trophies"]}, "7364": {"text": "They are completely different from us and should not be living within sight of us , go back to Africa and die out .", "tokenized_text": ["they", "are", "completely", "different", "from", "us", "and", "should", "not", "be", "living", "within", "sight", "of", "us", "go", "back", "to", "africa", "and", "die", "out"]}, "7365": {"text": "Good for you , that is not usually what happens and has nothing to do in the modern age regarding 14 year old girls", "tokenized_text": ["good", "for", "you", "that", "is", "not", "usually", "what", "happens", "and", "has", "nothing", "to", "do", "in", "the", "modern", "age", "regarding", "14", "year", "old", "girls"]}, "7366": {"text": "When asked how I knew the holocaust was a lie my answer was if it was the truth there would be no laws against saying it was a lie .", "tokenized_text": ["when", "asked", "how", "i", "knew", "the", "holocaust", "was", "a", "lie", "my", "answer", "was", "if", "it", "was", "the", "truth", "there", "would", "be", "no", "laws", "against", "saying", "it", "was", "a", "lie"]}, "7367": {"text": "I still have one or two hunting knives from when I used to fish and shoot in case of self defence at home .", "tokenized_text": ["i", "still", "have", "one", "or", "two", "hunting", "knives", "from", "when", "i", "used", "to", "fish", "and", "shoot", "in", "case", "of", "self", "defence", "at", "home"]}, "7368": {"text": "Definitely going to stock up on certain melee weapons for the future .", "tokenized_text": ["definitely", "going", "to", "stock", "up", "on", "certain", "melee", "weapons", "for", "the", "future"]}, "7369": {"text": "Off the grid is double speak for not being inserted into the political indoctrination assembly lines that are today 's schools .", "tokenized_text": ["off", "the", "grid", "is", "double", "speak", "for", "not", "being", "inserted", "into", "the", "political", "indoctrination", "assembly", "lines", "that", "are", "today", "s", "schools"]}, "7370": {"text": "How are the kids supposed to learn about how evil Whitey is if their parents are teaching them how to read and write ?", "tokenized_text": ["how", "are", "the", "kids", "supposed", "to", "learn", "about", "how", "evil", "whitey", "is", "if", "their", "parents", "are", "teaching", "them", "how", "to", "read", "and", "write"]}, "7371": {"text": "They all look nonwhite , look closer .", "tokenized_text": ["they", "all", "look", "nonwhite", "look", "closer"]}, "7372": {"text": "You can see injun features .", "tokenized_text": ["you", "can", "see", "injun", "features"]}, "7373": {"text": "Damn early euro fur traders could n't keep their hide pants on .", "tokenized_text": ["damn", "early", "euro", "fur", "traders", "could", "n", "t", "keep", "their", "hide", "pants", "on"]}, "7374": {"text": "They bred with inferiors creating these mongrels", "tokenized_text": ["they", "bred", "with", "inferiors", "creating", "these", "mongrels"]}, "7375": {"text": "the most official report put out on the number of deaths in those camps was the report by the Red Cross .", "tokenized_text": ["the", "most", "official", "report", "put", "out", "on", "the", "number", "of", "deaths", "in", "those", "camps", "was", "the", "report", "by", "the", "red", "cross"]}, "7376": {"text": "Their report stated about 220,000 people or somewhere around that figure .", "tokenized_text": ["their", "report", "stated", "about", "220", "000", "people", "or", "somewhere", "around", "that", "figure"]}, "7377": {"text": "There is a copy of the report somewhere in the content of this thread but I ca n't pinpoint exactly where it is .", "tokenized_text": ["there", "is", "a", "copy", "of", "the", "report", "somewhere", "in", "the", "content", "of", "this", "thread", "but", "i", "ca", "n", "t", "pinpoint", "exactly", "where", "it", "is"]}, "7378": {"text": "I've used FireFox for over a year now .", "tokenized_text": ["i", "ve", "used", "firefox", "for", "over", "a", "year", "now"]}, "7379": {"text": "I love it .", "tokenized_text": ["i", "love", "it"]}, "7380": {"text": "I also have Google Chrome , IE , Opera .", "tokenized_text": ["i", "also", "have", "google", "chrome", "ie", "opera"]}, "7381": {"text": "Love FireFox the most .", "tokenized_text": ["love", "firefox", "the", "most"]}, "7382": {"text": "I hope you are all emailing this newspaper .", "tokenized_text": ["i", "hope", "you", "are", "all", "emailing", "this", "newspaper"]}, "7383": {"text": "It is disgraceful to treat a sick lady like they are doing .", "tokenized_text": ["it", "is", "disgraceful", "to", "treat", "a", "sick", "lady", "like", "they", "are", "doing"]}, "7384": {"text": "Just appalling .", "tokenized_text": ["just", "appalling"]}, "7385": {"text": "The oxymoronicness is strong with this thread title .", "tokenized_text": ["the", "oxymoronicness", "is", "strong", "with", "this", "thread", "title"]}, "7386": {"text": "This is really , truly BAD .", "tokenized_text": ["this", "is", "really", "truly", "bad"]}, "7387": {"text": "There is nothing patriotic in acting like a nagger .", "tokenized_text": ["there", "is", "nothing", "patriotic", "in", "acting", "like", "a", "nagger"]}, "7388": {"text": "Adopt their musical style and hand gestures and you poison your own soul .", "tokenized_text": ["adopt", "their", "musical", "style", "and", "hand", "gestures", "and", "you", "poison", "your", "own", "soul"]}, "7389": {"text": "These guys are killing our culture while pretending to want to save it .", "tokenized_text": ["these", "guys", "are", "killing", "our", "culture", "while", "pretending", "to", "want", "to", "save", "it"]}, "7390": {"text": "*Bernt Anker Hoffman , Pakkis , 1929 .", "tokenized_text": ["bernt", "anker", "hoffman", "pakkis", "1929"]}, "7391": {"text": "Olje p\u00e5 lerret , 60 x 70 cm .", "tokenized_text": ["olje", "p\u00e5", "lerret", "60", "x", "70", "cm"]}, "7392": {"text": "Sysselmannen p\u00e5 Svalbard .", "tokenized_text": ["sysselmannen", "p\u00e5", "svalbard"]}, "7393": {"text": "* Bernt Anker Hoffman , Pack-Ice , 1929 .", "tokenized_text": ["bernt", "anker", "hoffman", "pack", "ice", "1929"]}, "7394": {"text": "Oil on canvas , 60 x 70 cm .", "tokenized_text": ["oil", "on", "canvas", "60", "x", "70", "cm"]}, "7395": {"text": "The Governor of Svalbard .", "tokenized_text": ["the", "governor", "of", "svalbard"]}, "7396": {"text": "Pakkis is common slang nickname for arabs in general , with a original link to Pakistani immigrants .", "tokenized_text": ["pakkis", "is", "common", "slang", "nickname", "for", "arabs", "in", "general", "with", "a", "original", "link", "to", "pakistani", "immigrants"]}, "7397": {"text": "On most maps there are a northern pack-ice border .", "tokenized_text": ["on", "most", "maps", "there", "are", "a", "northern", "pack", "ice", "border"]}, "7398": {"text": "I feel as though this border should be much , much further south .", "tokenized_text": ["i", "feel", "as", "though", "this", "border", "should", "be", "much", "much", "further", "south"]}, "7399": {"text": "I always told my boys what I was taught .", "tokenized_text": ["i", "always", "told", "my", "boys", "what", "i", "was", "taught"]}, "7400": {"text": "Hit first and hit hard .", "tokenized_text": ["hit", "first", "and", "hit", "hard"]}, "7401": {"text": "There is no honor in a street fight .", "tokenized_text": ["there", "is", "no", "honor", "in", "a", "street", "fight"]}, "7402": {"text": "And another video of another demonstration about a month previously that saw several antifa protesters hospitalised .", "tokenized_text": ["and", "another", "video", "of", "another", "demonstration", "about", "a", "month", "previously", "that", "saw", "several", "antifa", "protesters", "hospitalised"]}, "7403": {"text": "Antifa Forced To Retreat In Dover ( Trophies ) - YouTube", "tokenized_text": ["antifa", "forced", "to", "retreat", "in", "dover", "trophies", "youtube"]}, "7404": {"text": "Take any DNA test with a mountain of salt .", "tokenized_text": ["take", "any", "dna", "test", "with", "a", "mountain", "of", "salt"]}, "7405": {"text": "There are extremely few genetic markers that are restricted to only 1 specific area , let alone 1 specific nation .", "tokenized_text": ["there", "are", "extremely", "few", "genetic", "markers", "that", "are", "restricted", "to", "only", "1", "specific", "area", "let", "alone", "1", "specific", "nation"]}, "7406": {"text": "Agreed, The Blacks and Hispanics should have their own school only for them and have worse education than the children whites like that might not compete with our children whites .", "tokenized_text": ["agreed", "the", "blacks", "and", "hispanics", "should", "have", "their", "own", "school", "only", "for", "them", "and", "have", "worse", "education", "than", "the", "children", "whites", "like", "that", "might", "not", "compete", "with", "our", "children", "whites"]}, "7407": {"text": "Dont really listen to classical much but of what I have heard I guess beethoven `` s fifth is my favorite .", "tokenized_text": ["dont", "really", "listen", "to", "classical", "much", "but", "of", "what", "i", "have", "heard", "i", "guess", "beethoven", "s", "fifth", "is", "my", "favorite"]}, "7408": {"text": "I tend to listen to the more Celtic , and Prussian Blue , viking , Saga type stuff .", "tokenized_text": ["i", "tend", "to", "listen", "to", "the", "more", "celtic", "and", "prussian", "blue", "viking", "saga", "type", "stuff"]}, "7409": {"text": "I do n't blame you , all the yucky nonwhite DNA pawing your food as they pass it over the UPC scanner , disgusting .", "tokenized_text": ["i", "do", "n", "t", "blame", "you", "all", "the", "yucky", "nonwhite", "dna", "pawing", "your", "food", "as", "they", "pass", "it", "over", "the", "upc", "scanner", "disgusting"]}, "7410": {"text": "I have lived in Mexico for 16 years and yes , it was too hard being surrounded by so many brownies ( mestizos and indigenous ) .", "tokenized_text": ["i", "have", "lived", "in", "mexico", "for", "16", "years", "and", "yes", "it", "was", "too", "hard", "being", "surrounded", "by", "so", "many", "brownies", "mestizos", "and", "indigenous"]}, "7411": {"text": "But I found my way ...", "tokenized_text": ["but", "i", "found", "my", "way"]}, "7412": {"text": "I returned home ...", "tokenized_text": ["i", "returned", "home"]}, "7413": {"text": "Although I still support all WN movements from there ...", "tokenized_text": ["although", "i", "still", "support", "all", "wn", "movements", "from", "there"]}, "7414": {"text": "I'm pretty sure its not legal to pull someone over for out of state plats but living in Tn for the past 5 years I see it all the time .", "tokenized_text": ["i", "m", "pretty", "sure", "its", "not", "legal", "to", "pull", "someone", "over", "for", "out", "of", "state", "plats", "but", "living", "in", "tn", "for", "the", "past", "5", "years", "i", "see", "it", "all", "the", "time"]}, "7415": {"text": "They also pull out of county plates over as well .", "tokenized_text": ["they", "also", "pull", "out", "of", "county", "plates", "over", "as", "well"]}, "7416": {"text": "It is stupid as hell but it happens all the time .", "tokenized_text": ["it", "is", "stupid", "as", "hell", "but", "it", "happens", "all", "the", "time"]}, "7417": {"text": "He is just telling the truth as usual the filthy jews need to clamp down as soon as possible .", "tokenized_text": ["he", "is", "just", "telling", "the", "truth", "as", "usual", "the", "filthy", "jews", "need", "to", "clamp", "down", "as", "soon", "as", "possible"]}, "7418": {"text": "He should sue for racism .", "tokenized_text": ["he", "should", "sue", "for", "racism"]}, "7419": {"text": "It basically says the Ancient Egyptians were Nordic or Nordic dominated , despite that being almost impossible .", "tokenized_text": ["it", "basically", "says", "the", "ancient", "egyptians", "were", "nordic", "or", "nordic", "dominated", "despite", "that", "being", "almost", "impossible"]}, "7420": {"text": "Arthur Kemp over exaggerates their role in almost every civilization .", "tokenized_text": ["arthur", "kemp", "over", "exaggerates", "their", "role", "in", "almost", "every", "civilization"]}, "7421": {"text": "Sometimes it gets really ridiculous .", "tokenized_text": ["sometimes", "it", "gets", "really", "ridiculous"]}, "7422": {"text": "Show them William Pierce videos and tell them they are out of any inheritance if they become race traitors .", "tokenized_text": ["show", "them", "william", "pierce", "videos", "and", "tell", "them", "they", "are", "out", "of", "any", "inheritance", "if", "they", "become", "race", "traitors"]}, "7423": {"text": "Point out Bible verses that support our position .", "tokenized_text": ["point", "out", "bible", "verses", "that", "support", "our", "position"]}, "7424": {"text": "There is no good in reasoning a bitch that is hungry for a dick.Forget her and let her perish in shame after negroid kicks her after a few tries .", "tokenized_text": ["there", "is", "no", "good", "in", "reasoning", "a", "bitch", "that", "is", "hungry", "for", "a", "dick", "forget", "her", "and", "let", "her", "perish", "in", "shame", "after", "negroid", "kicks", "her", "after", "a", "few", "tries"]}, "7425": {"text": "Another once great US city that is now ruined by you know who 's ..", "tokenized_text": ["another", "once", "great", "us", "city", "that", "is", "now", "ruined", "by", "you", "know", "who", "s"]}, "7426": {"text": "Such a sh\u00e0me how we 've allowed blacks and browns to destroy every last square inch of our cities .", "tokenized_text": ["such", "a", "sh\u00e0me", "how", "we", "ve", "allowed", "blacks", "and", "browns", "to", "destroy", "every", "last", "square", "inch", "of", "our", "cities"]}, "7427": {"text": "Nowadays, your ebony specimen chooses to sit at the back of the bus , so they can get up to all manner of mischief !", "tokenized_text": ["nowadays", "your", "ebony", "specimen", "chooses", "to", "sit", "at", "the", "back", "of", "the", "bus", "so", "they", "can", "get", "up", "to", "all", "manner", "of", "mischief"]}, "7428": {"text": "Is there any on here old enough to remember white Canada ?", "tokenized_text": ["is", "there", "any", "on", "here", "old", "enough", "to", "remember", "white", "canada"]}, "7429": {"text": "I guess the Canada before 1965 ?", "tokenized_text": ["i", "guess", "the", "canada", "before", "1965"]}, "7430": {"text": "I wonder what it was like ?", "tokenized_text": ["i", "wonder", "what", "it", "was", "like"]}, "7431": {"text": "Older folks are more interesting and have so much to offer .", "tokenized_text": ["older", "folks", "are", "more", "interesting", "and", "have", "so", "much", "to", "offer"]}, "7432": {"text": "I love listening to their stories of how things used to be .", "tokenized_text": ["i", "love", "listening", "to", "their", "stories", "of", "how", "things", "used", "to", "be"]}, "7433": {"text": "Even when you 're hearing ' em for the umpteenth time you just have to smile like it 's new .", "tokenized_text": ["even", "when", "you", "re", "hearing", "em", "for", "the", "umpteenth", "time", "you", "just", "have", "to", "smile", "like", "it", "s", "new"]}, "7434": {"text": "Love looking at old photographs too .", "tokenized_text": ["love", "looking", "at", "old", "photographs", "too"]}, "7435": {"text": "Australian here too , 1/4 Irish , 1/4 English , 1/4 Greek , 1/4 Latvian , 100 % white and damn proud of it too , plus my grandfather was is the ss Latvian legion which I feel was awesome .", "tokenized_text": ["australian", "here", "too", "1", "4", "irish", "1", "4", "english", "1", "4", "greek", "1", "4", "latvian", "100", "white", "and", "damn", "proud", "of", "it", "too", "plus", "my", "grandfather", "was", "is", "the", "ss", "latvian", "legion", "which", "i", "feel", "was", "awesome"]}, "7436": {"text": "Get the strongest pepper spray you can find .", "tokenized_text": ["get", "the", "strongest", "pepper", "spray", "you", "can", "find"]}, "7437": {"text": "And teach her to carry it in a place she can get to it quickly .", "tokenized_text": ["and", "teach", "her", "to", "carry", "it", "in", "a", "place", "she", "can", "get", "to", "it", "quickly"]}, "7438": {"text": "And make her practice .", "tokenized_text": ["and", "make", "her", "practice"]}, "7439": {"text": "I live in up state New York .", "tokenized_text": ["i", "live", "in", "up", "state", "new", "york"]}, "7440": {"text": "I 'm looking for someone to train with .", "tokenized_text": ["i", "m", "looking", "for", "someone", "to", "train", "with"]}, "7441": {"text": "Shoot me a Private Message if nearby and interested , thanks .", "tokenized_text": ["shoot", "me", "a", "private", "message", "if", "nearby", "and", "interested", "thanks"]}, "7442": {"text": "This is a thread I created a while ago .", "tokenized_text": ["this", "is", "a", "thread", "i", "created", "a", "while", "ago"]}, "7443": {"text": "https : //www.stormfront.org/forum/t994857 / It 's a lesson for children .", "tokenized_text": ["https", "www", "stormfront", "org", "forum", "t994857", "it", "s", "a", "lesson", "for", "children"]}, "7444": {"text": "Maybe you 'll find it useful .", "tokenized_text": ["maybe", "you", "ll", "find", "it", "useful"]}, "7445": {"text": "I live near London , ON .", "tokenized_text": ["i", "live", "near", "london", "on"]}, "7446": {"text": "If any brothers want to meet up send me a message and we can start talking and and hang out sometime .", "tokenized_text": ["if", "any", "brothers", "want", "to", "meet", "up", "send", "me", "a", "message", "and", "we", "can", "start", "talking", "and", "and", "hang", "out", "sometime"]}, "7447": {"text": "Watching tv or film with subtiitles is also good .", "tokenized_text": ["watching", "tv", "or", "film", "with", "subtiitles", "is", "also", "good"]}, "7448": {"text": "www.third-reich-books.com - English translations of hundreds of Third Reich originals without negative commentary !", "tokenized_text": ["www", "third", "reich", "books", "com", "english", "translations", "of", "hundreds", "of", "third", "reich", "originals", "without", "negative", "commentary"]}, "7449": {"text": "Just stop pulling our legs please .", "tokenized_text": ["just", "stop", "pulling", "our", "legs", "please"]}, "7450": {"text": "Halloween is an awful tradition which puts our race into a negative light , and that 's all !", "tokenized_text": ["halloween", "is", "an", "awful", "tradition", "which", "puts", "our", "race", "into", "a", "negative", "light", "and", "that", "s", "all"]}, "7451": {"text": "The weakness of a bat is the wind up , when you draw back to swing you are wide open to attack for about 1/2 second .", "tokenized_text": ["the", "weakness", "of", "a", "bat", "is", "the", "wind", "up", "when", "you", "draw", "back", "to", "swing", "you", "are", "wide", "open", "to", "attack", "for", "about", "1", "2", "second"]}, "7452": {"text": "Hitlerjugend Quex Der Ewige Jude Jude Suss Those are some movies the Nazi 's made and are very good and informative .", "tokenized_text": ["hitlerjugend", "quex", "der", "ewige", "jude", "jude", "suss", "those", "are", "some", "movies", "the", "nazi", "s", "made", "and", "are", "very", "good", "and", "informative"]}, "7453": {"text": "I recommend Quex to watch first .", "tokenized_text": ["i", "recommend", "quex", "to", "watch", "first"]}, "7454": {"text": "The word problems that used to motivate the teaching of high school and college algebra ( simple , simultaneous , and quadratic equations ) disappeared from the syllabus decades ago .", "tokenized_text": ["the", "word", "problems", "that", "used", "to", "motivate", "the", "teaching", "of", "high", "school", "and", "college", "algebra", "simple", "simultaneous", "and", "quadratic", "equations", "disappeared", "from", "the", "syllabus", "decades", "ago"]}, "7455": {"text": "For a book on algebraic word problems , look at Thurman Peterson 's `` Intermediate Algebra for College Students '' ( revised edition , 1954 ) .", "tokenized_text": ["for", "a", "book", "on", "algebraic", "word", "problems", "look", "at", "thurman", "peterson", "s", "intermediate", "algebra", "for", "college", "students", "revised", "edition", "1954"]}, "7456": {"text": "Note that I ca n't guarantee that later editions of this book have such ( or even any ) coverage of word problems .", "tokenized_text": ["note", "that", "i", "ca", "n", "t", "guarantee", "that", "later", "editions", "of", "this", "book", "have", "such", "or", "even", "any", "coverage", "of", "word", "problems"]}, "7457": {"text": "Exactly.", "tokenized_text": ["exactly"]}, "7458": {"text": "But it would require some work for the White who 've been exposed to Public school , been taught to hate `` learning '' etc ...", "tokenized_text": ["but", "it", "would", "require", "some", "work", "for", "the", "white", "who", "ve", "been", "exposed", "to", "public", "school", "been", "taught", "to", "hate", "learning", "etc"]}, "7459": {"text": "We no longer need her teaching kids if they do n't need to learn anything .", "tokenized_text": ["we", "no", "longer", "need", "her", "teaching", "kids", "if", "they", "do", "n", "t", "need", "to", "learn", "anything"]}, "7460": {"text": "Lay her off and cart her back to India where she can poop in the Ganges river next to her dead grand parents .", "tokenized_text": ["lay", "her", "off", "and", "cart", "her", "back", "to", "india", "where", "she", "can", "poop", "in", "the", "ganges", "river", "next", "to", "her", "dead", "grand", "parents"]}, "7461": {"text": "Same here I 've already told my kids for a couple of years now that should someone start it they need to finish it ....", "tokenized_text": ["same", "here", "i", "ve", "already", "told", "my", "kids", "for", "a", "couple", "of", "years", "now", "that", "should", "someone", "start", "it", "they", "need", "to", "finish", "it"]}, "7462": {"text": "I have to walk the dog now but will come back later to watch the video 's that were posted .", "tokenized_text": ["i", "have", "to", "walk", "the", "dog", "now", "but", "will", "come", "back", "later", "to", "watch", "the", "video", "s", "that", "were", "posted"]}, "7463": {"text": "Thank you to all who posted them .", "tokenized_text": ["thank", "you", "to", "all", "who", "posted", "them"]}, "7464": {"text": "And also Happy Birthday David Irving .", "tokenized_text": ["and", "also", "happy", "birthday", "david", "irving"]}, "7465": {"text": "ive been lucky enough for that never to have happened .", "tokenized_text": ["ive", "been", "lucky", "enough", "for", "that", "never", "to", "have", "happened"]}, "7466": {"text": "I tend to kick with my feet in street fights because of shoes. btw did you check out the whole page ? that was just the beginning of the infection. it gets alot more gruesome. haha thats awesome that you got to soccer kick someone though .", "tokenized_text": ["i", "tend", "to", "kick", "with", "my", "feet", "in", "street", "fights", "because", "of", "shoes", "btw", "did", "you", "check", "out", "the", "whole", "page", "that", "was", "just", "the", "beginning", "of", "the", "infection", "it", "gets", "alot", "more", "gruesome", "haha", "thats", "awesome", "that", "you", "got", "to", "soccer", "kick", "someone", "though"]}, "7467": {"text": "I never have but I imagine its a little too easy to off someone that way .", "tokenized_text": ["i", "never", "have", "but", "i", "imagine", "its", "a", "little", "too", "easy", "to", "off", "someone", "that", "way"]}, "7468": {"text": "I wonder what the shegroid that came running up did .", "tokenized_text": ["i", "wonder", "what", "the", "shegroid", "that", "came", "running", "up", "did"]}, "7469": {"text": "Looked like she was going to start slapping the White guy .", "tokenized_text": ["looked", "like", "she", "was", "going", "to", "start", "slapping", "the", "white", "guy"]}, "7470": {"text": "When I was very young we read and looked at the same books as the adults .", "tokenized_text": ["when", "i", "was", "very", "young", "we", "read", "and", "looked", "at", "the", "same", "books", "as", "the", "adults"]}, "7471": {"text": "WWII was always a favorite subject .", "tokenized_text": ["wwii", "was", "always", "a", "favorite", "subject"]}, "7472": {"text": "This thread is already kind of worthless so here 's a People of Walmart picture !", "tokenized_text": ["this", "thread", "is", "already", "kind", "of", "worthless", "so", "here", "s", "a", "people", "of", "walmart", "picture"]}, "7473": {"text": "Seriously Guys , It 's An Indian Symbol For Good Fortune - People Of Walmart : People Of Walmart", "tokenized_text": ["seriously", "guys", "it", "s", "an", "indian", "symbol", "for", "good", "fortune", "people", "of", "walmart", "people", "of", "walmart"]}, "7474": {"text": "All that stuff makes for Good TV ........ The shows Great and keep you on Pins and Needles .", "tokenized_text": ["all", "that", "stuff", "makes", "for", "good", "tv", "the", "shows", "great", "and", "keep", "you", "on", "pins", "and", "needles"]}, "7475": {"text": "I think they will figure it out when the ratings start to slide .", "tokenized_text": ["i", "think", "they", "will", "figure", "it", "out", "when", "the", "ratings", "start", "to", "slide"]}, "7476": {"text": "Dont quote me on it , im pretty sure open carry of a long gun in texas is legal .", "tokenized_text": ["dont", "quote", "me", "on", "it", "im", "pretty", "sure", "open", "carry", "of", "a", "long", "gun", "in", "texas", "is", "legal"]}, "7477": {"text": "Though they are trying to pass open carry of a handgun .", "tokenized_text": ["though", "they", "are", "trying", "to", "pass", "open", "carry", "of", "a", "handgun"]}, "7478": {"text": "There's so many good choices it 's hard to pick just one all time favorite .", "tokenized_text": ["there", "s", "so", "many", "good", "choices", "it", "s", "hard", "to", "pick", "just", "one", "all", "time", "favorite"]}, "7479": {"text": "I 'm going to go with my old man .", "tokenized_text": ["i", "m", "going", "to", "go", "with", "my", "old", "man"]}, "7480": {"text": "I jumped to conclusions .", "tokenized_text": ["i", "jumped", "to", "conclusions"]}, "7481": {"text": "Most weeks I see him 2 whole days and 1 or 2 nights per week I drive over and take him out to do something", "tokenized_text": ["most", "weeks", "i", "see", "him", "2", "whole", "days", "and", "1", "or", "2", "nights", "per", "week", "i", "drive", "over", "and", "take", "him", "out", "to", "do", "something"]}, "7482": {"text": "$7.50 , , , , , , , , , , , , , , , , , , , , , , , , , , , , German O.D. suspenders You might get raped on shipping , I do n't know .", "tokenized_text": ["7", "50", "german", "o", "d", "suspenders", "you", "might", "get", "raped", "on", "shipping", "i", "do", "n", "t", "know"]}, "7483": {"text": "From another sight I had to pay $ 5 so they could ship ( 2 ) AR-15 detents , combined they weigh less than an ounce , a .44c stamp might have been plenty .", "tokenized_text": ["from", "another", "sight", "i", "had", "to", "pay", "5", "so", "they", "could", "ship", "2", "ar", "15", "detents", "combined", "they", "weigh", "less", "than", "an", "ounce", "a", "44c", "stamp", "might", "have", "been", "plenty"]}, "7484": {"text": "There is lots of cheap / good surplus stuff out there .", "tokenized_text": ["there", "is", "lots", "of", "cheap", "good", "surplus", "stuff", "out", "there"]}, "7485": {"text": "I will say I like the idea of this Ruger LCR in 9mm .", "tokenized_text": ["i", "will", "say", "i", "like", "the", "idea", "of", "this", "ruger", "lcr", "in", "9mm"]}, "7486": {"text": "New from Ruger : LCR in 9mm - The Truth About Guns", "tokenized_text": ["new", "from", "ruger", "lcr", "in", "9mm", "the", "truth", "about", "guns"]}, "7487": {"text": "If a show does n't involve homosexuals and/or interracial coupling , then it has a bunch of jews masquerading as whites running around with guns killing other whites .", "tokenized_text": ["if", "a", "show", "does", "n", "t", "involve", "homosexuals", "and", "or", "interracial", "coupling", "then", "it", "has", "a", "bunch", "of", "jews", "masquerading", "as", "whites", "running", "around", "with", "guns", "killing", "other", "whites"]}, "7488": {"text": "There is not a show on tv that is n't a propaganda vehicle for `` The Agenda '' ( white genocide ) .", "tokenized_text": ["there", "is", "not", "a", "show", "on", "tv", "that", "is", "n", "t", "a", "propaganda", "vehicle", "for", "the", "agenda", "white", "genocide"]}, "7489": {"text": "My eyes are a very dull , non-striking , dark green with yellow specks ...", "tokenized_text": ["my", "eyes", "are", "a", "very", "dull", "non", "striking", "dark", "green", "with", "yellow", "specks"]}, "7490": {"text": "Never seen them on anyone else but my mother .", "tokenized_text": ["never", "seen", "them", "on", "anyone", "else", "but", "my", "mother"]}, "7491": {"text": "Not the most attractive of colours , but certainly rare .", "tokenized_text": ["not", "the", "most", "attractive", "of", "colours", "but", "certainly", "rare"]}, "7492": {"text": "How much you want to bet it is n't a black male running this operation You can count on white people to be very innovative", "tokenized_text": ["how", "much", "you", "want", "to", "bet", "it", "is", "n", "t", "a", "black", "male", "running", "this", "operation", "you", "can", "count", "on", "white", "people", "to", "be", "very", "innovative"]}, "7493": {"text": "Got rid of a semi custom 1911 because every time it rained or work or i sweated i had to clean it or in a few days rust would show up .", "tokenized_text": ["got", "rid", "of", "a", "semi", "custom", "1911", "because", "every", "time", "it", "rained", "or", "work", "or", "i", "sweated", "i", "had", "to", "clean", "it", "or", "in", "a", "few", "days", "rust", "would", "show", "up"]}, "7494": {"text": "My glock not special parts just night sights , take home shake dry , clean when your bored .", "tokenized_text": ["my", "glock", "not", "special", "parts", "just", "night", "sights", "take", "home", "shake", "dry", "clean", "when", "your", "bored"]}, "7495": {"text": "I am searching books and film to teach with this coming year .", "tokenized_text": ["i", "am", "searching", "books", "and", "film", "to", "teach", "with", "this", "coming", "year"]}, "7496": {"text": "Does anyone have a recommendation ?", "tokenized_text": ["does", "anyone", "have", "a", "recommendation"]}, "7497": {"text": "It is for 6th through 8th Grade .", "tokenized_text": ["it", "is", "for", "6th", "through", "8th", "grade"]}, "7498": {"text": "Thanks .", "tokenized_text": ["thanks"]}, "7499": {"text": "The Jew in the video which I posted speaks mostly in English .", "tokenized_text": ["the", "jew", "in", "the", "video", "which", "i", "posted", "speaks", "mostly", "in", "english"]}, "7500": {"text": "Has anybody watched the video and listened to him ?", "tokenized_text": ["has", "anybody", "watched", "the", "video", "and", "listened", "to", "him"]}, "7501": {"text": "This thread is actually going against culture and customs but I think that it best fits into this category .", "tokenized_text": ["this", "thread", "is", "actually", "going", "against", "culture", "and", "customs", "but", "i", "think", "that", "it", "best", "fits", "into", "this", "category"]}, "7502": {"text": "Human Remains Found in Abandoned Hospital - YouTube", "tokenized_text": ["human", "remains", "found", "in", "abandoned", "hospital", "youtube"]}, "7503": {"text": "Good example for white people with dark hair and eyes : Uta Franz ( 1935-2012 ) austrian actress from the Sissi movies who had dark hair and eyes but she 's was recognizable as a white woman", "tokenized_text": ["good", "example", "for", "white", "people", "with", "dark", "hair", "and", "eyes", "uta", "franz", "1935", "2012", "austrian", "actress", "from", "the", "sissi", "movies", "who", "had", "dark", "hair", "and", "eyes", "but", "she", "s", "was", "recognizable", "as", "a", "white", "woman"]}, "7504": {"text": "Part 3 - Woman by anthropology showing how different and beautiful Europid woman are Ingeborga Dapkunaite - Baltic Elena Dementieva - East Nordid \u3000 Anna Kournikova - East Baltic Brigitte Bardot - Sub-Nordid", "tokenized_text": ["part", "3", "woman", "by", "anthropology", "showing", "how", "different", "and", "beautiful", "europid", "woman", "are", "ingeborga", "dapkunaite", "baltic", "elena", "dementieva", "east", "nordid", "anna", "kournikova", "east", "baltic", "brigitte", "bardot", "sub", "nordid"]}, "7505": {"text": "Those same documents also revealed that there were only 360,000 inmates ever in Auschwitz , total , from the time it opened until it closed .", "tokenized_text": ["those", "same", "documents", "also", "revealed", "that", "there", "were", "only", "360", "000", "inmates", "ever", "in", "auschwitz", "total", "from", "the", "time", "it", "opened", "until", "it", "closed"]}, "7506": {"text": "I 've pointed that out to `` believers '' and I 'm invariably accused of being called a `` naziwhowantstokillsixmillionjews . ''", "tokenized_text": ["i", "ve", "pointed", "that", "out", "to", "believers", "and", "i", "m", "invariably", "accused", "of", "being", "called", "a", "naziwhowantstokillsixmillionjews"]}, "7507": {"text": "Like I said , the world has gone to the freaks !!", "tokenized_text": ["like", "i", "said", "the", "world", "has", "gone", "to", "the", "freaks"]}, "7508": {"text": "The parents of these girls have nothing to say about this ?!?", "tokenized_text": ["the", "parents", "of", "these", "girls", "have", "nothing", "to", "say", "about", "this"]}, "7509": {"text": "Here you go , 2 houses for 44,000 in a town that is 99 % white. located in a rural midwestern area .", "tokenized_text": ["here", "you", "go", "2", "houses", "for", "44", "000", "in", "a", "town", "that", "is", "99", "white", "located", "in", "a", "rural", "midwestern", "area"]}, "7510": {"text": "http://www.eltingauction.com/2houses.htm", "tokenized_text": ["http", "www", "eltingauction", "com", "2houses", "htm"]}, "7511": {"text": "The great Polish ( but half French ) composer , Frederic Chopin .", "tokenized_text": ["the", "great", "polish", "but", "half", "french", "composer", "frederic", "chopin"]}, "7512": {"text": "One of the greatest of all time , and one of my personal favorites. portrait by French artist Eugene Delacroix .", "tokenized_text": ["one", "of", "the", "greatest", "of", "all", "time", "and", "one", "of", "my", "personal", "favorites", "portrait", "by", "french", "artist", "eugene", "delacroix"]}, "7513": {"text": "http://en.wikipedia.org/wiki/Chopinhttp://search.playlist.com/tracks/Frederic % 20Chopin", "tokenized_text": ["http", "en", "wikipedia", "org", "wiki", "chopinhttp", "search", "playlist", "com", "tracks", "frederic", "20chopin"]}, "7514": {"text": "I stop watching the history channel years ago .", "tokenized_text": ["i", "stop", "watching", "the", "history", "channel", "years", "ago"]}, "7515": {"text": "How can anyone teach or discuss past events leaving out a race people responsible for the majority of strife amongst Europeans .", "tokenized_text": ["how", "can", "anyone", "teach", "or", "discuss", "past", "events", "leaving", "out", "a", "race", "people", "responsible", "for", "the", "majority", "of", "strife", "amongst", "europeans"]}, "7516": {"text": "Arab militaries are incompetent .", "tokenized_text": ["arab", "militaries", "are", "incompetent"]}, "7517": {"text": "Arab militias doubly so .", "tokenized_text": ["arab", "militias", "doubly", "so"]}, "7518": {"text": "This should n't surprise anyone .", "tokenized_text": ["this", "should", "n", "t", "surprise", "anyone"]}, "7519": {"text": "Looks like it went straight down the open breech and cooked off the ammo .", "tokenized_text": ["looks", "like", "it", "went", "straight", "down", "the", "open", "breech", "and", "cooked", "off", "the", "ammo"]}, "7520": {"text": "I've been following the events in Ukraine and have noticed some troops using the SKS .", "tokenized_text": ["i", "ve", "been", "following", "the", "events", "in", "ukraine", "and", "have", "noticed", "some", "troops", "using", "the", "sks"]}, "7521": {"text": "Anyone know if those rifles are new production or old ?", "tokenized_text": ["anyone", "know", "if", "those", "rifles", "are", "new", "production", "or", "old"]}, "7522": {"text": "That, or they were beat-ups in school and now they have badges , guns , and huge chips on their shoulders !", "tokenized_text": ["that", "or", "they", "were", "beat", "ups", "in", "school", "and", "now", "they", "have", "badges", "guns", "and", "huge", "chips", "on", "their", "shoulders"]}, "7523": {"text": "F * * k the bloods and crips , cops are the worst gang going !", "tokenized_text": ["f", "k", "the", "bloods", "and", "crips", "cops", "are", "the", "worst", "gang", "going"]}, "7524": {"text": "This was on another thread , so placing duplicate in book thread , re removing Orwell and future possibility of book vanishment/censorships : http://www.pcworld.com/article/16865...ownership.html", "tokenized_text": ["this", "was", "on", "another", "thread", "so", "placing", "duplicate", "in", "book", "thread", "re", "removing", "orwell", "and", "future", "possibility", "of", "book", "vanishment", "censorships", "http", "www", "pcworld", "com", "article", "16865", "ownership", "html"]}, "7525": {"text": "My favorite time of year !", "tokenized_text": ["my", "favorite", "time", "of", "year"]}, "7526": {"text": "I go ALL out on Halloween .", "tokenized_text": ["i", "go", "all", "out", "on", "halloween"]}, "7527": {"text": "Cant wait to start setting up my house as a grave yard and littering the front lawn with bones and monsters .", "tokenized_text": ["cant", "wait", "to", "start", "setting", "up", "my", "house", "as", "a", "grave", "yard", "and", "littering", "the", "front", "lawn", "with", "bones", "and", "monsters"]}, "7528": {"text": "Who else here is `` THAT '' house on the block ?", "tokenized_text": ["who", "else", "here", "is", "that", "house", "on", "the", "block"]}, "7529": {"text": "I've often pointed out that negroes are more stupid than I can even imagine if they actually think they 're gonna win any race war .", "tokenized_text": ["i", "ve", "often", "pointed", "out", "that", "negroes", "are", "more", "stupid", "than", "i", "can", "even", "imagine", "if", "they", "actually", "think", "they", "re", "gonna", "win", "any", "race", "war"]}, "7530": {"text": "Besides who would even bother to help them ?", "tokenized_text": ["besides", "who", "would", "even", "bother", "to", "help", "them"]}, "7531": {"text": "Arabs ?", "tokenized_text": ["arabs"]}, "7532": {"text": "Asians ?", "tokenized_text": ["asians"]}, "7533": {"text": "Mexicans ?", "tokenized_text": ["mexicans"]}, "7534": {"text": "This guy seems to get it but otherwise : Sorry jigs , you 're on your own", "tokenized_text": ["this", "guy", "seems", "to", "get", "it", "but", "otherwise", "sorry", "jigs", "you", "re", "on", "your", "own"]}, "7535": {"text": "Thank you !", "tokenized_text": ["thank", "you"]}, "7536": {"text": "This is an impressive site .", "tokenized_text": ["this", "is", "an", "impressive", "site"]}, "7537": {"text": "I am contemplating the philosophy of Asatru , and may want to `` home school '' my grey-haired self in it .", "tokenized_text": ["i", "am", "contemplating", "the", "philosophy", "of", "asatru", "and", "may", "want", "to", "home", "school", "my", "grey", "haired", "self", "in", "it"]}, "7538": {"text": "We shall see .", "tokenized_text": ["we", "shall", "see"]}, "7539": {"text": "The idea that homeschooled kids do n't get socialized is ludicrous .", "tokenized_text": ["the", "idea", "that", "homeschooled", "kids", "do", "n", "t", "get", "socialized", "is", "ludicrous"]}, "7540": {"text": "My kids are in a co-op that meets weekly , they attend church activities twice a week , and they are active in sports and other activities .", "tokenized_text": ["my", "kids", "are", "in", "a", "co", "op", "that", "meets", "weekly", "they", "attend", "church", "activities", "twice", "a", "week", "and", "they", "are", "active", "in", "sports", "and", "other", "activities"]}, "7541": {"text": "Plus there are all the kids in the neighborhood they play with .", "tokenized_text": ["plus", "there", "are", "all", "the", "kids", "in", "the", "neighborhood", "they", "play", "with"]}, "7542": {"text": "And they learn to socialize with all ages of people when we are out and about going to museums or whatnot .", "tokenized_text": ["and", "they", "learn", "to", "socialize", "with", "all", "ages", "of", "people", "when", "we", "are", "out", "and", "about", "going", "to", "museums", "or", "whatnot"]}, "7543": {"text": "In fact my experience as a mom who has kids both in public school and kids who are homeschooled is that my homeschooled kids get more chances to be socialized .", "tokenized_text": ["in", "fact", "my", "experience", "as", "a", "mom", "who", "has", "kids", "both", "in", "public", "school", "and", "kids", "who", "are", "homeschooled", "is", "that", "my", "homeschooled", "kids", "get", "more", "chances", "to", "be", "socialized"]}, "7544": {"text": "They can talk to adults or to kids of any age .", "tokenized_text": ["they", "can", "talk", "to", "adults", "or", "to", "kids", "of", "any", "age"]}, "7545": {"text": "My kids in school are only around kids born within a few months of them and they rarely get to talk .", "tokenized_text": ["my", "kids", "in", "school", "are", "only", "around", "kids", "born", "within", "a", "few", "months", "of", "them", "and", "they", "rarely", "get", "to", "talk"]}, "7546": {"text": "Lunch is 15 minutes and recess is 15 minutes , you ca n't talk during class and there is little time available after school .", "tokenized_text": ["lunch", "is", "15", "minutes", "and", "recess", "is", "15", "minutes", "you", "ca", "n", "t", "talk", "during", "class", "and", "there", "is", "little", "time", "available", "after", "school"]}, "7547": {"text": "Kids in school get school socialization , homeschooled kids get socialized in the real world .", "tokenized_text": ["kids", "in", "school", "get", "school", "socialization", "homeschooled", "kids", "get", "socialized", "in", "the", "real", "world"]}, "7548": {"text": "And let 's be honest we live in the real world , not the school world .", "tokenized_text": ["and", "let", "s", "be", "honest", "we", "live", "in", "the", "real", "world", "not", "the", "school", "world"]}, "7549": {"text": "Hidden messages I have found : 1 .", "tokenized_text": ["hidden", "messages", "i", "have", "found", "1"]}, "7550": {"text": "`` Green Eggs and Ham '' a metaphor for succumbing to peer pressure to try marijuana .", "tokenized_text": ["green", "eggs", "and", "ham", "a", "metaphor", "for", "succumbing", "to", "peer", "pressure", "to", "try", "marijuana"]}, "7551": {"text": "2 .", "tokenized_text": ["2"]}, "7552": {"text": "`` Cat in the Hat '' message is to have a great time behind mom 's back and to then lie to her about it .", "tokenized_text": ["cat", "in", "the", "hat", "message", "is", "to", "have", "a", "great", "time", "behind", "mom", "s", "back", "and", "to", "then", "lie", "to", "her", "about", "it"]}, "7553": {"text": "3 .", "tokenized_text": ["3"]}, "7554": {"text": "`` Would you , would you with a goat ? ''", "tokenized_text": ["would", "you", "would", "you", "with", "a", "goat"]}, "7555": {"text": "Don't start me raging on all the German and Swedish students we have here taking places from the country 's native people I can imagine there is quite alot Finns in Swedens universities though .", "tokenized_text": ["don", "t", "start", "me", "raging", "on", "all", "the", "german", "and", "swedish", "students", "we", "have", "here", "taking", "places", "from", "the", "country", "s", "native", "people", "i", "can", "imagine", "there", "is", "quite", "alot", "finns", "in", "swedens", "universities", "though"]}, "7556": {"text": "Try and put in WN views into your classroom .", "tokenized_text": ["try", "and", "put", "in", "wn", "views", "into", "your", "classroom"]}, "7557": {"text": "The anti-whites have been using education for decades to brainwash Whites against their own race .", "tokenized_text": ["the", "anti", "whites", "have", "been", "using", "education", "for", "decades", "to", "brainwash", "whites", "against", "their", "own", "race"]}, "7558": {"text": "It 's time to undo the damage .", "tokenized_text": ["it", "s", "time", "to", "undo", "the", "damage"]}, "7559": {"text": "A dog collar on a toddler .....", "tokenized_text": ["a", "dog", "collar", "on", "a", "toddler"]}, "7560": {"text": "When that city is cleaned up , we may have to go door to door with pitchforks and a garbage truck .", "tokenized_text": ["when", "that", "city", "is", "cleaned", "up", "we", "may", "have", "to", "go", "door", "to", "door", "with", "pitchforks", "and", "a", "garbage", "truck"]}, "7561": {"text": "This is why we should be educating our children like they educate theirs .", "tokenized_text": ["this", "is", "why", "we", "should", "be", "educating", "our", "children", "like", "they", "educate", "theirs"]}, "7562": {"text": "John Taylor Gatto - 01 The Elite Private Boarding Schools ( I 've tried everything to get this YouTube video to imbed in this post .", "tokenized_text": ["john", "taylor", "gatto", "01", "the", "elite", "private", "boarding", "schools", "i", "ve", "tried", "everything", "to", "get", "this", "youtube", "video", "to", "imbed", "in", "this", "post"]}, "7563": {"text": "I have no idea how to do it. )", "tokenized_text": ["i", "have", "no", "idea", "how", "to", "do", "it"]}, "7564": {"text": "Show me the bones .", "tokenized_text": ["show", "me", "the", "bones"]}, "7565": {"text": "Where are all the bones ? actually I have n't seen or read anything on holycost in the msm lately. what 's up ?", "tokenized_text": ["where", "are", "all", "the", "bones", "actually", "i", "have", "n", "t", "seen", "or", "read", "anything", "on", "holycost", "in", "the", "msm", "lately", "what", "s", "up"]}, "7566": {"text": "Shows me that you 've probably never trained in jiu-jitsu .", "tokenized_text": ["shows", "me", "that", "you", "ve", "probably", "never", "trained", "in", "jiu", "jitsu"]}, "7567": {"text": "None of it 's takedowns or submission holds rely on brute strength , but instead on superb technique .", "tokenized_text": ["none", "of", "it", "s", "takedowns", "or", "submission", "holds", "rely", "on", "brute", "strength", "but", "instead", "on", "superb", "technique"]}, "7568": {"text": "Ha Ha Ha Ha in England it would go as follows : Water Pistol Water Pistol Water Pistol Water Pistol Water Pistol", "tokenized_text": ["ha", "ha", "ha", "ha", "in", "england", "it", "would", "go", "as", "follows", "water", "pistol", "water", "pistol", "water", "pistol", "water", "pistol", "water", "pistol"]}, "7569": {"text": "Thank you for this post .", "tokenized_text": ["thank", "you", "for", "this", "post"]}, "7570": {"text": "I was aware of events but not in such detail .", "tokenized_text": ["i", "was", "aware", "of", "events", "but", "not", "in", "such", "detail"]}, "7571": {"text": "Rest in peace Herr Hess .", "tokenized_text": ["rest", "in", "peace", "herr", "hess"]}, "7572": {"text": "Brave , brave man .", "tokenized_text": ["brave", "brave", "man"]}, "7573": {"text": "sure I will take note but I will continue to point out how you refuse to disclose any info that may give away your position on topics relating to WN .", "tokenized_text": ["sure", "i", "will", "take", "note", "but", "i", "will", "continue", "to", "point", "out", "how", "you", "refuse", "to", "disclose", "any", "info", "that", "may", "give", "away", "your", "position", "on", "topics", "relating", "to", "wn"]}, "7574": {"text": "Truth is welcome who ever speaks it .", "tokenized_text": ["truth", "is", "welcome", "who", "ever", "speaks", "it"]}, "7575": {"text": "Egyptian TV Host : The Jews Are Using the Holocaust to Suck the Blood of the Germans - YouTube", "tokenized_text": ["egyptian", "tv", "host", "the", "jews", "are", "using", "the", "holocaust", "to", "suck", "the", "blood", "of", "the", "germans", "youtube"]}, "7576": {"text": "A group of American men in the late 1700s decided they could defend themselves against the government of England , but it was illegal to do so .", "tokenized_text": ["a", "group", "of", "american", "men", "in", "the", "late", "1700s", "decided", "they", "could", "defend", "themselves", "against", "the", "government", "of", "england", "but", "it", "was", "illegal", "to", "do", "so"]}, "7577": {"text": "These ' niggas ' .", "tokenized_text": ["these", "niggas"]}, "7578": {"text": "I wish they 'd all bugger off back to the Sudan , Nigeria , Ethiopia or where ever the hell it is they 're from and never come back .", "tokenized_text": ["i", "wish", "they", "d", "all", "bugger", "off", "back", "to", "the", "sudan", "nigeria", "ethiopia", "or", "where", "ever", "the", "hell", "it", "is", "they", "re", "from", "and", "never", "come", "back"]}, "7579": {"text": "They 're a waste of space and they 're filthy , tax payer robbing , mentally challenged , primitive , unintelligent cultural trash .", "tokenized_text": ["they", "re", "a", "waste", "of", "space", "and", "they", "re", "filthy", "tax", "payer", "robbing", "mentally", "challenged", "primitive", "unintelligent", "cultural", "trash"]}, "7580": {"text": "Leaves eyes/Liv Kristine / Theater of Tragedy She is Norwegian and her husband I think is German .", "tokenized_text": ["leaves", "eyes", "liv", "kristine", "theater", "of", "tragedy", "she", "is", "norwegian", "and", "her", "husband", "i", "think", "is", "german"]}, "7581": {"text": "I know they live in Germany .", "tokenized_text": ["i", "know", "they", "live", "in", "germany"]}, "7582": {"text": "And they are both singers in Leaves Eyes .", "tokenized_text": ["and", "they", "are", "both", "singers", "in", "leaves", "eyes"]}, "7583": {"text": "I love her voice !", "tokenized_text": ["i", "love", "her", "voice"]}, "7584": {"text": "YouTube - Lyset - Leaves ' Eyes YouTube - leaves eyes - lovelorn YouTube - Amhr\u00e1n ( Song of the Winds ) - Leaves ' Eyes YouTube - Leaves Eyes A Winter Poem YouTube - Theatre of Tragedy - Lorelei ( Live ) YouTube - Theatre of Tragedy - A Hamlet For A Slothful Vassal YouTube - Theatre of Tragedy - Venus YouTube - Leaves ' Eyes - Emerald Island YouTube - Leaves ' Eyes - Njord YouTube - Liv Kristine - Trapped In Your Labyrinth I know , a lot of videos .", "tokenized_text": ["youtube", "lyset", "leaves", "eyes", "youtube", "leaves", "eyes", "lovelorn", "youtube", "amhr\u00e1n", "song", "of", "the", "winds", "leaves", "eyes", "youtube", "leaves", "eyes", "a", "winter", "poem", "youtube", "theatre", "of", "tragedy", "lorelei", "live", "youtube", "theatre", "of", "tragedy", "a", "hamlet", "for", "a", "slothful", "vassal", "youtube", "theatre", "of", "tragedy", "venus", "youtube", "leaves", "eyes", "emerald", "island", "youtube", "leaves", "eyes", "njord", "youtube", "liv", "kristine", "trapped", "in", "your", "labyrinth", "i", "know", "a", "lot", "of", "videos"]}, "7585": {"text": "Pick a few , you 'll see what I mean .", "tokenized_text": ["pick", "a", "few", "you", "ll", "see", "what", "i", "mean"]}, "7586": {"text": "She and Tarja ( old singer from Nightwish ) are my top two favorite clean female vocals .", "tokenized_text": ["she", "and", "tarja", "old", "singer", "from", "nightwish", "are", "my", "top", "two", "favorite", "clean", "female", "vocals"]}, "7587": {"text": "I listen to a lot of metal so , yeah , we call this `` clean '' lol !", "tokenized_text": ["i", "listen", "to", "a", "lot", "of", "metal", "so", "yeah", "we", "call", "this", "clean", "lol"]}, "7588": {"text": "Looked it up on amazon .", "tokenized_text": ["looked", "it", "up", "on", "amazon"]}, "7589": {"text": "They do sell it and it may be needed one day .", "tokenized_text": ["they", "do", "sell", "it", "and", "it", "may", "be", "needed", "one", "day"]}, "7590": {"text": "May have to get some one day .", "tokenized_text": ["may", "have", "to", "get", "some", "one", "day"]}, "7591": {"text": "I am currently attending high school .", "tokenized_text": ["i", "am", "currently", "attending", "high", "school"]}, "7592": {"text": "When i finish i plan on going to college not sure what career i want at the moment .", "tokenized_text": ["when", "i", "finish", "i", "plan", "on", "going", "to", "college", "not", "sure", "what", "career", "i", "want", "at", "the", "moment"]}, "7593": {"text": "Ha I was just on there , stopped reading it to come on here and this was the first thing I saw .", "tokenized_text": ["ha", "i", "was", "just", "on", "there", "stopped", "reading", "it", "to", "come", "on", "here", "and", "this", "was", "the", "first", "thing", "i", "saw"]}, "7594": {"text": "Definitely going to do that !", "tokenized_text": ["definitely", "going", "to", "do", "that"]}, "7595": {"text": "I hope they do n't conflict .", "tokenized_text": ["i", "hope", "they", "do", "n", "t", "conflict"]}, "7596": {"text": "I hope people can pass out candy while watching that game .", "tokenized_text": ["i", "hope", "people", "can", "pass", "out", "candy", "while", "watching", "that", "game"]}, "7597": {"text": "What time is the game ?", "tokenized_text": ["what", "time", "is", "the", "game"]}, "7598": {"text": "That's an absolute shame that they have to remove the bodies of Hitler 's parents .", "tokenized_text": ["that", "s", "an", "absolute", "shame", "that", "they", "have", "to", "remove", "the", "bodies", "of", "hitler", "s", "parents"]}, "7599": {"text": "Is it out of fear ?", "tokenized_text": ["is", "it", "out", "of", "fear"]}, "7600": {"text": "Or just plain hatred ? whatever it is it is a terrible thing to do .", "tokenized_text": ["or", "just", "plain", "hatred", "whatever", "it", "is", "it", "is", "a", "terrible", "thing", "to", "do"]}, "7601": {"text": "Do a search of the site and you 'll find lots .", "tokenized_text": ["do", "a", "search", "of", "the", "site", "and", "you", "ll", "find", "lots"]}, "7602": {"text": "Researching your topic and facts is as important as compsing your essay .", "tokenized_text": ["researching", "your", "topic", "and", "facts", "is", "as", "important", "as", "compsing", "your", "essay"]}, "7603": {"text": "Go for it , I was out of high school for nine years before I went back to school to get my bachelors in graphic arts and 3D design .", "tokenized_text": ["go", "for", "it", "i", "was", "out", "of", "high", "school", "for", "nine", "years", "before", "i", "went", "back", "to", "school", "to", "get", "my", "bachelors", "in", "graphic", "arts", "and", "3d", "design"]}, "7604": {"text": "Although I work freelance , the degree keeps the door open for me to work for a firm if I choose to .", "tokenized_text": ["although", "i", "work", "freelance", "the", "degree", "keeps", "the", "door", "open", "for", "me", "to", "work", "for", "a", "firm", "if", "i", "choose", "to"]}, "7605": {"text": "Good luck .", "tokenized_text": ["good", "luck"]}, "7606": {"text": "Really?", "tokenized_text": ["really"]}, "7607": {"text": "What was the condition of the White Western World the day before Hitler 's stupid war and what is the condition today ?", "tokenized_text": ["what", "was", "the", "condition", "of", "the", "white", "western", "world", "the", "day", "before", "hitler", "s", "stupid", "war", "and", "what", "is", "the", "condition", "today"]}, "7608": {"text": "haha well they require a certain physical ed. requirement at my school to be given a bachelor 's degree .", "tokenized_text": ["haha", "well", "they", "require", "a", "certain", "physical", "ed", "requirement", "at", "my", "school", "to", "be", "given", "a", "bachelor", "s", "degree"]}, "7609": {"text": "So i have 2 units left , and football is a 3 unit p.e. course so it 's in the bag. p.s. thank you everybody i appreciate the kind words", "tokenized_text": ["so", "i", "have", "2", "units", "left", "and", "football", "is", "a", "3", "unit", "p", "e", "course", "so", "it", "s", "in", "the", "bag", "p", "s", "thank", "you", "everybody", "i", "appreciate", "the", "kind", "words"]}, "7610": {"text": "if i end up with kids i would prefer to home school them. i worry about it though as i am not very intelligent , nor do i have experience with kids or educating them. i guess i couldnt do much worse than the public schools though. i do have a kind of plan as far as social skills. i would put my kids in sports and classes like gymnastics and karate .", "tokenized_text": ["if", "i", "end", "up", "with", "kids", "i", "would", "prefer", "to", "home", "school", "them", "i", "worry", "about", "it", "though", "as", "i", "am", "not", "very", "intelligent", "nor", "do", "i", "have", "experience", "with", "kids", "or", "educating", "them", "i", "guess", "i", "couldnt", "do", "much", "worse", "than", "the", "public", "schools", "though", "i", "do", "have", "a", "kind", "of", "plan", "as", "far", "as", "social", "skills", "i", "would", "put", "my", "kids", "in", "sports", "and", "classes", "like", "gymnastics", "and", "karate"]}, "7611": {"text": "Most Nationalists here at Stormfront side with the Axis being they were Nationalists as well whereas the Allied nations were all in some form cultural Marxists .", "tokenized_text": ["most", "nationalists", "here", "at", "stormfront", "side", "with", "the", "axis", "being", "they", "were", "nationalists", "as", "well", "whereas", "the", "allied", "nations", "were", "all", "in", "some", "form", "cultural", "marxists"]}, "7612": {"text": "They were talking about this on another thread and the first choices were for Coke and Taco Bell .", "tokenized_text": ["they", "were", "talking", "about", "this", "on", "another", "thread", "and", "the", "first", "choices", "were", "for", "coke", "and", "taco", "bell"]}, "7613": {"text": "Burger King was next up .", "tokenized_text": ["burger", "king", "was", "next", "up"]}, "7614": {"text": "There 's no effin way I would send a child to public school .", "tokenized_text": ["there", "s", "no", "effin", "way", "i", "would", "send", "a", "child", "to", "public", "school"]}, "7615": {"text": "I do n't even watch TV anymore , the constant anti-White bias just made it completely not worth my while .", "tokenized_text": ["i", "do", "n", "t", "even", "watch", "tv", "anymore", "the", "constant", "anti", "white", "bias", "just", "made", "it", "completely", "not", "worth", "my", "while"]}, "7616": {"text": "Sabotaging the system is a good idea .", "tokenized_text": ["sabotaging", "the", "system", "is", "a", "good", "idea"]}, "7617": {"text": "Without explicitly lying , you could claim `` other '' ( europid ) or `` two or more '' ( nordid , atlantid , dinarid and so on ) races .", "tokenized_text": ["without", "explicitly", "lying", "you", "could", "claim", "other", "europid", "or", "two", "or", "more", "nordid", "atlantid", "dinarid", "and", "so", "on", "races"]}, "7618": {"text": "I remember months ago there was a thread with a complaint about a classmate who wrongfully claimed to be hispanic , just in order to receive affirmative action benefits .", "tokenized_text": ["i", "remember", "months", "ago", "there", "was", "a", "thread", "with", "a", "complaint", "about", "a", "classmate", "who", "wrongfully", "claimed", "to", "be", "hispanic", "just", "in", "order", "to", "receive", "affirmative", "action", "benefits"]}, "7619": {"text": "In two years I will have a BS in Medical Technology .", "tokenized_text": ["in", "two", "years", "i", "will", "have", "a", "bs", "in", "medical", "technology"]}, "7620": {"text": "I plan to work donig that for a few years then it 's off to med school .", "tokenized_text": ["i", "plan", "to", "work", "donig", "that", "for", "a", "few", "years", "then", "it", "s", "off", "to", "med", "school"]}, "7621": {"text": "I would also tell you to hang in there .", "tokenized_text": ["i", "would", "also", "tell", "you", "to", "hang", "in", "there"]}, "7622": {"text": "I have a lot of respect for teachers because I know I could n't do it in these times .", "tokenized_text": ["i", "have", "a", "lot", "of", "respect", "for", "teachers", "because", "i", "know", "i", "could", "n", "t", "do", "it", "in", "these", "times"]}, "7623": {"text": "Some of the things I have heard about teachers having to put up with is insane .", "tokenized_text": ["some", "of", "the", "things", "i", "have", "heard", "about", "teachers", "having", "to", "put", "up", "with", "is", "insane"]}, "7624": {"text": "No judge or government has the right in my opinion to tell parents how to raise their kids - any home school has to be better than having your kids endure a public school brainwashing any day !", "tokenized_text": ["no", "judge", "or", "government", "has", "the", "right", "in", "my", "opinion", "to", "tell", "parents", "how", "to", "raise", "their", "kids", "any", "home", "school", "has", "to", "be", "better", "than", "having", "your", "kids", "endure", "a", "public", "school", "brainwashing", "any", "day"]}, "7625": {"text": "Here is the new link to the Youth Corps Page !", "tokenized_text": ["here", "is", "the", "new", "link", "to", "the", "youth", "corps", "page"]}, "7626": {"text": "The Knights Of The Ku Klux Klan Youth Corps Just click on these words in Red !", "tokenized_text": ["the", "knights", "of", "the", "ku", "klux", "klan", "youth", "corps", "just", "click", "on", "these", "words", "in", "red"]}, "7627": {"text": "Holocaust is a Holohoax .", "tokenized_text": ["holocaust", "is", "a", "holohoax"]}, "7628": {"text": "I hear the jews are looking to open a Holohoax center in Antarctica next year .", "tokenized_text": ["i", "hear", "the", "jews", "are", "looking", "to", "open", "a", "holohoax", "center", "in", "antarctica", "next", "year"]}, "7629": {"text": "The penguins have n't been indoctrinated ... yet .", "tokenized_text": ["the", "penguins", "have", "n", "t", "been", "indoctrinated", "yet"]}, "7630": {"text": "So how do you explain America 's being behind almost every industrialized nation in the world when it comes to education ?", "tokenized_text": ["so", "how", "do", "you", "explain", "america", "s", "being", "behind", "almost", "every", "industrialized", "nation", "in", "the", "world", "when", "it", "comes", "to", "education"]}, "7631": {"text": "WE had lots of good times and parties too , but we also had a gourmet chef , tutors , massage thereapist , and a library of extra liturature from teaches such as copies of the upcoming tests , etc ..", "tokenized_text": ["we", "had", "lots", "of", "good", "times", "and", "parties", "too", "but", "we", "also", "had", "a", "gourmet", "chef", "tutors", "massage", "thereapist", "and", "a", "library", "of", "extra", "liturature", "from", "teaches", "such", "as", "copies", "of", "the", "upcoming", "tests", "etc"]}, "7632": {"text": "Well, I have a few hundred bookmarked - but here 's a few that I 've looked at more than once or twice : This website has free curriculum and good advice : http://bringinguplearners.com/Iusethisoneallthetimeforplanning:http://donnayoung.org/Ifyouwishtoaddanewelementtoyourhomeschool:http://www.teachwithmovies.org/index.html Happy learning !", "tokenized_text": ["well", "i", "have", "a", "few", "hundred", "bookmarked", "but", "here", "s", "a", "few", "that", "i", "ve", "looked", "at", "more", "than", "once", "or", "twice", "this", "website", "has", "free", "curriculum", "and", "good", "advice", "http", "bringinguplearners", "com", "iusethisoneallthetimeforplanning", "http", "donnayoung", "org", "ifyouwishtoaddanewelementtoyourhomeschool", "http", "www", "teachwithmovies", "org", "index", "html", "happy", "learning"]}, "7633": {"text": "Yeah sad to see people like that .", "tokenized_text": ["yeah", "sad", "to", "see", "people", "like", "that"]}, "7634": {"text": "My mother was a teacher and a fair while back thought colored folks were wonderful misunderstood creatures but after teaching a majority non white class for a couple of years she no longer thinks they are all that great", "tokenized_text": ["my", "mother", "was", "a", "teacher", "and", "a", "fair", "while", "back", "thought", "colored", "folks", "were", "wonderful", "misunderstood", "creatures", "but", "after", "teaching", "a", "majority", "non", "white", "class", "for", "a", "couple", "of", "years", "she", "no", "longer", "thinks", "they", "are", "all", "that", "great"]}, "7635": {"text": "Is this board game only Germanic mythology ?", "tokenized_text": ["is", "this", "board", "game", "only", "germanic", "mythology"]}, "7636": {"text": "That 's great for our Germanic youth but if you want to include all of our youth thats cutting it a bit short is n't it ?", "tokenized_text": ["that", "s", "great", "for", "our", "germanic", "youth", "but", "if", "you", "want", "to", "include", "all", "of", "our", "youth", "thats", "cutting", "it", "a", "bit", "short", "is", "n", "t", "it"]}, "7637": {"text": "I just called her and told her next time to save it and come to me , from there we can go to my attorney and see if there is anything we can do to stir the pot .", "tokenized_text": ["i", "just", "called", "her", "and", "told", "her", "next", "time", "to", "save", "it", "and", "come", "to", "me", "from", "there", "we", "can", "go", "to", "my", "attorney", "and", "see", "if", "there", "is", "anything", "we", "can", "do", "to", "stir", "the", "pot"]}, "7638": {"text": "If they ever accept that there are mental differences between the races they will be putting the first shovelful of dirt into the grave of multi-culturism .", "tokenized_text": ["if", "they", "ever", "accept", "that", "there", "are", "mental", "differences", "between", "the", "races", "they", "will", "be", "putting", "the", "first", "shovelful", "of", "dirt", "into", "the", "grave", "of", "multi", "culturism"]}, "7639": {"text": "Also every other multi they are trying to force upon us .", "tokenized_text": ["also", "every", "other", "multi", "they", "are", "trying", "to", "force", "upon", "us"]}, "7640": {"text": "It will be like letting everyone they persucuted for speaking the truth spit into their faces and say , `` I told you so . ''", "tokenized_text": ["it", "will", "be", "like", "letting", "everyone", "they", "persucuted", "for", "speaking", "the", "truth", "spit", "into", "their", "faces", "and", "say", "i", "told", "you", "so"]}, "7641": {"text": "Let's hope the nearly all-White Gold Medal US Women 's Soccer team gets into the spirit too .", "tokenized_text": ["let", "s", "hope", "the", "nearly", "all", "white", "gold", "medal", "us", "women", "s", "soccer", "team", "gets", "into", "the", "spirit", "too"]}, "7642": {"text": "The Silver Medal Women 's US Softball team is probably all dykes considering how much dykes like softball .", "tokenized_text": ["the", "silver", "medal", "women", "s", "us", "softball", "team", "is", "probably", "all", "dykes", "considering", "how", "much", "dykes", "like", "softball"]}, "7643": {"text": "We need a J.T Ready on the California Border .", "tokenized_text": ["we", "need", "a", "j", "t", "ready", "on", "the", "california", "border"]}, "7644": {"text": "Video Shows How Mexicans Beat a 20-Foot Fence on California Border - True Crime Report", "tokenized_text": ["video", "shows", "how", "mexicans", "beat", "a", "20", "foot", "fence", "on", "california", "border", "true", "crime", "report"]}, "7645": {"text": "I think girls go to clubs to meet guys cause there are so many guys there it makes it easier to meet some one. atleast thats what i have been told. im not into the dancing they do .", "tokenized_text": ["i", "think", "girls", "go", "to", "clubs", "to", "meet", "guys", "cause", "there", "are", "so", "many", "guys", "there", "it", "makes", "it", "easier", "to", "meet", "some", "one", "atleast", "thats", "what", "i", "have", "been", "told", "im", "not", "into", "the", "dancing", "they", "do"]}, "7646": {"text": "Had a run in with a JAP tonight .", "tokenized_text": ["had", "a", "run", "in", "with", "a", "jap", "tonight"]}, "7647": {"text": "I seriously hope she dies in a fire one day .", "tokenized_text": ["i", "seriously", "hope", "she", "dies", "in", "a", "fire", "one", "day"]}, "7648": {"text": "That is all .", "tokenized_text": ["that", "is", "all"]}, "7649": {"text": "I feel very sorry for the families of such Jews as Art Katz because he would preach to them over and over again about how Jesus died for the Jew first while at the same time shoving his non-Jewish wife into their faces .", "tokenized_text": ["i", "feel", "very", "sorry", "for", "the", "families", "of", "such", "jews", "as", "art", "katz", "because", "he", "would", "preach", "to", "them", "over", "and", "over", "again", "about", "how", "jesus", "died", "for", "the", "jew", "first", "while", "at", "the", "same", "time", "shoving", "his", "non", "jewish", "wife", "into", "their", "faces"]}, "7650": {"text": "And then he had the nerve to preach about anti-Semitism from the pulpit .", "tokenized_text": ["and", "then", "he", "had", "the", "nerve", "to", "preach", "about", "anti", "semitism", "from", "the", "pulpit"]}, "7651": {"text": "Lame.", "tokenized_text": ["lame"]}, "7652": {"text": "The struggle is about race not culture .", "tokenized_text": ["the", "struggle", "is", "about", "race", "not", "culture"]}, "7653": {"text": "The last thing we need is to stop calling things for their name and to look like cowardly old school nationalists .", "tokenized_text": ["the", "last", "thing", "we", "need", "is", "to", "stop", "calling", "things", "for", "their", "name", "and", "to", "look", "like", "cowardly", "old", "school", "nationalists"]}, "7654": {"text": "Do you mean this one ?", "tokenized_text": ["do", "you", "mean", "this", "one"]}, "7655": {"text": "You can have it completely for free !", "tokenized_text": ["you", "can", "have", "it", "completely", "for", "free"]}, "7656": {"text": "BLOOD PASSOVER COMPLETE ENGLISH TEXT The whole English text of `` Bloody Passover '' is online at this URL : http://www.israelshamir.net/BLOODPASSOVER.pdfhttp://www.cwporter.com/hoffman.htm", "tokenized_text": ["blood", "passover", "complete", "english", "text", "the", "whole", "english", "text", "of", "bloody", "passover", "is", "online", "at", "this", "url", "http", "www", "israelshamir", "net", "bloodpassover", "pdfhttp", "www", "cwporter", "com", "hoffman", "htm"]}, "7657": {"text": "I do n't see it .", "tokenized_text": ["i", "do", "n", "t", "see", "it"]}, "7658": {"text": "I see instead large scale riots along ethnic lines ... quickly started , quickly suppressed and marital law instilled .", "tokenized_text": ["i", "see", "instead", "large", "scale", "riots", "along", "ethnic", "lines", "quickly", "started", "quickly", "suppressed", "and", "marital", "law", "instilled"]}, "7659": {"text": "did Hitler not have a policy that only those with blue eyes would have lived ? brown hair was acceptable , only with blue eyes .", "tokenized_text": ["did", "hitler", "not", "have", "a", "policy", "that", "only", "those", "with", "blue", "eyes", "would", "have", "lived", "brown", "hair", "was", "acceptable", "only", "with", "blue", "eyes"]}, "7660": {"text": "Nothing is EVER as it seems to be .", "tokenized_text": ["nothing", "is", "ever", "as", "it", "seems", "to", "be"]}, "7661": {"text": "We are always taken by surprise when something happens that we did not foresee .", "tokenized_text": ["we", "are", "always", "taken", "by", "surprise", "when", "something", "happens", "that", "we", "did", "not", "foresee"]}, "7662": {"text": "Of all people , the Germans have learned this lesson best , I think .", "tokenized_text": ["of", "all", "people", "the", "germans", "have", "learned", "this", "lesson", "best", "i", "think"]}, "7663": {"text": "Indeed they are , and if one does n't stop for a moment to consider the implications of that , they do n't see the obvious contraction in terms .", "tokenized_text": ["indeed", "they", "are", "and", "if", "one", "does", "n", "t", "stop", "for", "a", "moment", "to", "consider", "the", "implications", "of", "that", "they", "do", "n", "t", "see", "the", "obvious", "contraction", "in", "terms"]}, "7664": {"text": "It tells you that the grand wizards in the oil kingdom are playing these folks for fools to help line their own pockets , and sadly , they 're succeeding .", "tokenized_text": ["it", "tells", "you", "that", "the", "grand", "wizards", "in", "the", "oil", "kingdom", "are", "playing", "these", "folks", "for", "fools", "to", "help", "line", "their", "own", "pockets", "and", "sadly", "they", "re", "succeeding"]}, "7665": {"text": "No, the picture thread took care of that !", "tokenized_text": ["no", "the", "picture", "thread", "took", "care", "of", "that"]}, "7666": {"text": "I just want to see all the styles of clothes , how they wear them , etc .", "tokenized_text": ["i", "just", "want", "to", "see", "all", "the", "styles", "of", "clothes", "how", "they", "wear", "them", "etc"]}, "7667": {"text": "Dont even have to include a face .", "tokenized_text": ["dont", "even", "have", "to", "include", "a", "face"]}, "7668": {"text": "How about telling them that you would gladly give the United States back to the Native Americans as long as White people got all of Europe back ?", "tokenized_text": ["how", "about", "telling", "them", "that", "you", "would", "gladly", "give", "the", "united", "states", "back", "to", "the", "native", "americans", "as", "long", "as", "white", "people", "got", "all", "of", "europe", "back"]}, "7669": {"text": "Thank you to all the people who 've responded here , and to those of you who 've sent me PM 's about it .", "tokenized_text": ["thank", "you", "to", "all", "the", "people", "who", "ve", "responded", "here", "and", "to", "those", "of", "you", "who", "ve", "sent", "me", "pm", "s", "about", "it"]}, "7670": {"text": "Youre all a lovely bunch of people and I thank you for your concern I am at the moment insisting on being driven .", "tokenized_text": ["youre", "all", "a", "lovely", "bunch", "of", "people", "and", "i", "thank", "you", "for", "your", "concern", "i", "am", "at", "the", "moment", "insisting", "on", "being", "driven"]}, "7671": {"text": "Washington State University ( WSU ) ?", "tokenized_text": ["washington", "state", "university", "wsu"]}, "7672": {"text": "Very good school with alot of whites , very few hispanics and very few blacks but many asians .", "tokenized_text": ["very", "good", "school", "with", "alot", "of", "whites", "very", "few", "hispanics", "and", "very", "few", "blacks", "but", "many", "asians"]}, "7673": {"text": "If you can stand asians then you would find the school to be a breath of fresh air .", "tokenized_text": ["if", "you", "can", "stand", "asians", "then", "you", "would", "find", "the", "school", "to", "be", "a", "breath", "of", "fresh", "air"]}, "7674": {"text": "I bet they wouldnt have done that crap to a black person that had black power or those black fists that the panthers use written on his back pack .", "tokenized_text": ["i", "bet", "they", "wouldnt", "have", "done", "that", "crap", "to", "a", "black", "person", "that", "had", "black", "power", "or", "those", "black", "fists", "that", "the", "panthers", "use", "written", "on", "his", "back", "pack"]}, "7675": {"text": "Friggen hipicrits .", "tokenized_text": ["friggen", "hipicrits"]}, "7676": {"text": "or say sentences with a swear word in between each word except to music , or go to jail ur whole life", "tokenized_text": ["or", "say", "sentences", "with", "a", "swear", "word", "in", "between", "each", "word", "except", "to", "music", "or", "go", "to", "jail", "ur", "whole", "life"]}, "7677": {"text": "If you are a skinhead then by definition you must have your head shaved because if you do n't you 're not a skinhead .", "tokenized_text": ["if", "you", "are", "a", "skinhead", "then", "by", "definition", "you", "must", "have", "your", "head", "shaved", "because", "if", "you", "do", "n", "t", "you", "re", "not", "a", "skinhead"]}, "7678": {"text": "Skins have a reason to shave their heads see www.skinheadz.com As a normal white nationalist there is no reason for you to have your head shaved .", "tokenized_text": ["skins", "have", "a", "reason", "to", "shave", "their", "heads", "see", "www", "skinheadz", "com", "as", "a", "normal", "white", "nationalist", "there", "is", "no", "reason", "for", "you", "to", "have", "your", "head", "shaved"]}, "7679": {"text": "Our ancestors didnt walk around bald so why should you ...", "tokenized_text": ["our", "ancestors", "didnt", "walk", "around", "bald", "so", "why", "should", "you"]}, "7680": {"text": "Nope prisoner means that you belive in wp and try to dress as much like one but cannot due to parents or your job .", "tokenized_text": ["nope", "prisoner", "means", "that", "you", "belive", "in", "wp", "and", "try", "to", "dress", "as", "much", "like", "one", "but", "cannot", "due", "to", "parents", "or", "your", "job"]}, "7681": {"text": "Mine being the first .", "tokenized_text": ["mine", "being", "the", "first"]}, "7682": {"text": "I saw AHX for the first time the other day and I would not say it 's Pro Aryan .", "tokenized_text": ["i", "saw", "ahx", "for", "the", "first", "time", "the", "other", "day", "and", "i", "would", "not", "say", "it", "s", "pro", "aryan"]}, "7683": {"text": "For a start , the main character has a change of heart .", "tokenized_text": ["for", "a", "start", "the", "main", "character", "has", "a", "change", "of", "heart"]}, "7684": {"text": "I prefer classical music and marching band works , particularly the kind of score that was written for marching band , not some pop song transcribed to be played by instruments .", "tokenized_text": ["i", "prefer", "classical", "music", "and", "marching", "band", "works", "particularly", "the", "kind", "of", "score", "that", "was", "written", "for", "marching", "band", "not", "some", "pop", "song", "transcribed", "to", "be", "played", "by", "instruments"]}, "7685": {"text": "And when it comes to classical music , I like it powerful .", "tokenized_text": ["and", "when", "it", "comes", "to", "classical", "music", "i", "like", "it", "powerful"]}, "7686": {"text": "Constant movement .", "tokenized_text": ["constant", "movement"]}, "7687": {"text": "A friend brought a small little finger nail cleaning knife to school , a teacher found out , and he got expelled ...", "tokenized_text": ["a", "friend", "brought", "a", "small", "little", "finger", "nail", "cleaning", "knife", "to", "school", "a", "teacher", "found", "out", "and", "he", "got", "expelled"]}, "7688": {"text": "This is why I need something else then that .", "tokenized_text": ["this", "is", "why", "i", "need", "something", "else", "then", "that"]}, "7689": {"text": "they have an asian group a black group a mexican group but sadly my request for a white group was denied ...... is this libral hipocracy or discrimination against a skinhead ?", "tokenized_text": ["they", "have", "an", "asian", "group", "a", "black", "group", "a", "mexican", "group", "but", "sadly", "my", "request", "for", "a", "white", "group", "was", "denied", "is", "this", "libral", "hipocracy", "or", "discrimination", "against", "a", "skinhead"]}, "7690": {"text": "Yes that game is pretty good its truly 100 % negroid killing action aka mini RAHOWA But i would like to see a expansion set of it ........................ next mission in harlem : laugh that would be perfect then .", "tokenized_text": ["yes", "that", "game", "is", "pretty", "good", "its", "truly", "100", "negroid", "killing", "action", "aka", "mini", "rahowa", "but", "i", "would", "like", "to", "see", "a", "expansion", "set", "of", "it", "next", "mission", "in", "harlem", "laugh", "that", "would", "be", "perfect", "then"]}, "7691": {"text": "If you were smart you wouldnt create a white pride school group , take it from someone who has been through it .", "tokenized_text": ["if", "you", "were", "smart", "you", "wouldnt", "create", "a", "white", "pride", "school", "group", "take", "it", "from", "someone", "who", "has", "been", "through", "it"]}, "7692": {"text": "If anything racial happens , you will be pinpointed .", "tokenized_text": ["if", "anything", "racial", "happens", "you", "will", "be", "pinpointed"]}, "7693": {"text": "Just my 2 cents .", "tokenized_text": ["just", "my", "2", "cents"]}, "7694": {"text": "got myself a pair of burgundy 8 hole grindres on a low sole they kick as as far as I am concernd thats all I need", "tokenized_text": ["got", "myself", "a", "pair", "of", "burgundy", "8", "hole", "grindres", "on", "a", "low", "sole", "they", "kick", "as", "as", "far", "as", "i", "am", "concernd", "thats", "all", "i", "need"]}, "7695": {"text": "I like husband in a decent pair of jeans , a well fitting shirt , and a pair of boots ...", "tokenized_text": ["i", "like", "husband", "in", "a", "decent", "pair", "of", "jeans", "a", "well", "fitting", "shirt", "and", "a", "pair", "of", "boots"]}, "7696": {"text": "Face shaved and moustache trimmed ...", "tokenized_text": ["face", "shaved", "and", "moustache", "trimmed"]}, "7697": {"text": "Hair freshly cut ...", "tokenized_text": ["hair", "freshly", "cut"]}, "7698": {"text": "thanks and i will continue to come back. does anyone know of some good bands to listen too ? i got several at the moment that i really like but it would be good to have some more . .. casper", "tokenized_text": ["thanks", "and", "i", "will", "continue", "to", "come", "back", "does", "anyone", "know", "of", "some", "good", "bands", "to", "listen", "too", "i", "got", "several", "at", "the", "moment", "that", "i", "really", "like", "but", "it", "would", "be", "good", "to", "have", "some", "more", "casper"]}, "7699": {"text": "I have realized while on stormfront , that my idea of what white looks like is flawed .", "tokenized_text": ["i", "have", "realized", "while", "on", "stormfront", "that", "my", "idea", "of", "what", "white", "looks", "like", "is", "flawed"]}, "7700": {"text": "Are those Greek and Albanians considered white ?", "tokenized_text": ["are", "those", "greek", "and", "albanians", "considered", "white"]}, "7701": {"text": "I go to work . . so I got my dirty blue jeans , black socks , old shoes and a tshirt ussually of the heavy metal type . . today it 's slayer , and my trusty winchester cap with a couple thors hammer pins on it. gotta have the beard , chicks dig it ; x i had long hair ' till i cut it for my wedding , didnt wanna look too much like the unibomber when i get dressed up i put on clean pants and a plain tshirt .", "tokenized_text": ["i", "go", "to", "work", "so", "i", "got", "my", "dirty", "blue", "jeans", "black", "socks", "old", "shoes", "and", "a", "tshirt", "ussually", "of", "the", "heavy", "metal", "type", "today", "it", "s", "slayer", "and", "my", "trusty", "winchester", "cap", "with", "a", "couple", "thors", "hammer", "pins", "on", "it", "gotta", "have", "the", "beard", "chicks", "dig", "it", "x", "i", "had", "long", "hair", "till", "i", "cut", "it", "for", "my", "wedding", "didnt", "wanna", "look", "too", "much", "like", "the", "unibomber", "when", "i", "get", "dressed", "up", "i", "put", "on", "clean", "pants", "and", "a", "plain", "tshirt"]}, "7702": {"text": "Yet if the thugs had of actually robbed the store and injured or killed your friend , it would not be classified as a hate crime would it ?", "tokenized_text": ["yet", "if", "the", "thugs", "had", "of", "actually", "robbed", "the", "store", "and", "injured", "or", "killed", "your", "friend", "it", "would", "not", "be", "classified", "as", "a", "hate", "crime", "would", "it"]}, "7703": {"text": "I joined the Marines .", "tokenized_text": ["i", "joined", "the", "marines"]}, "7704": {"text": "I 'll be leaving for basic pretty soon .", "tokenized_text": ["i", "ll", "be", "leaving", "for", "basic", "pretty", "soon"]}, "7705": {"text": "Hey , hey army Dirty , Dirty army Hop off your tanks and follow me We are Marine Corp Infantry Hey , hey navy Nasty , nasty navy Get off your ships and follow me We are Marine Corp Infantry Hey , hey air force Lazy , lazy chair force Get off your chairs and follow me We are Marine Corp Infantry Back in 1775 My Marine Corp came alive First came the color blue To show the world that we are true Then came the color red To show the world the blood we shed Then came the color gold To show the world that we are bold", "tokenized_text": ["hey", "hey", "army", "dirty", "dirty", "army", "hop", "off", "your", "tanks", "and", "follow", "me", "we", "are", "marine", "corp", "infantry", "hey", "hey", "navy", "nasty", "nasty", "navy", "get", "off", "your", "ships", "and", "follow", "me", "we", "are", "marine", "corp", "infantry", "hey", "hey", "air", "force", "lazy", "lazy", "chair", "force", "get", "off", "your", "chairs", "and", "follow", "me", "we", "are", "marine", "corp", "infantry", "back", "in", "1775", "my", "marine", "corp", "came", "alive", "first", "came", "the", "color", "blue", "to", "show", "the", "world", "that", "we", "are", "true", "then", "came", "the", "color", "red", "to", "show", "the", "world", "the", "blood", "we", "shed", "then", "came", "the", "color", "gold", "to", "show", "the", "world", "that", "we", "are", "bold"]}, "7706": {"text": "it is better with a shaved head.A friend of mine was beaten really bad a year ago because they could have pulled him by his hair .", "tokenized_text": ["it", "is", "better", "with", "a", "shaved", "head", "a", "friend", "of", "mine", "was", "beaten", "really", "bad", "a", "year", "ago", "because", "they", "could", "have", "pulled", "him", "by", "his", "hair"]}, "7707": {"text": "miscegination is a killer for all races. it destroys perfectly good DNA , even nonwhite DNA. we might need our diversity some day to save an entire species. it would be a shame if that DNA was destroyed becasue of some leftist ideal bullsnot", "tokenized_text": ["miscegination", "is", "a", "killer", "for", "all", "races", "it", "destroys", "perfectly", "good", "dna", "even", "nonwhite", "dna", "we", "might", "need", "our", "diversity", "some", "day", "to", "save", "an", "entire", "species", "it", "would", "be", "a", "shame", "if", "that", "dna", "was", "destroyed", "becasue", "of", "some", "leftist", "ideal", "bullsnot"]}, "7708": {"text": "Hell, i tend to not give a tinker 's darn if my friends ' ocasionally ' smoke weed .", "tokenized_text": ["hell", "i", "tend", "to", "not", "give", "a", "tinker", "s", "darn", "if", "my", "friends", "ocasionally", "smoke", "weed"]}, "7709": {"text": "Just lay of the crack and ecstasy .", "tokenized_text": ["just", "lay", "of", "the", "crack", "and", "ecstasy"]}, "7710": {"text": "Stay White , Stay Healthy For The Fight", "tokenized_text": ["stay", "white", "stay", "healthy", "for", "the", "fight"]}, "7711": {"text": "if he 's a coke addict - try to find out where he gets the coke from and rat him out .... you will be a hero and can have your own party while all the nigs are behind bars", "tokenized_text": ["if", "he", "s", "a", "coke", "addict", "try", "to", "find", "out", "where", "he", "gets", "the", "coke", "from", "and", "rat", "him", "out", "you", "will", "be", "a", "hero", "and", "can", "have", "your", "own", "party", "while", "all", "the", "nigs", "are", "behind", "bars"]}, "7712": {"text": "Well, you should .", "tokenized_text": ["well", "you", "should"]}, "7713": {"text": "The strength of our race is in the depth of love and care it shows to its own people .", "tokenized_text": ["the", "strength", "of", "our", "race", "is", "in", "the", "depth", "of", "love", "and", "care", "it", "shows", "to", "its", "own", "people"]}, "7714": {"text": "Hello, I 'm Mike , I 've been reading these board for some time now and finally got around to registering .", "tokenized_text": ["hello", "i", "m", "mike", "i", "ve", "been", "reading", "these", "board", "for", "some", "time", "now", "and", "finally", "got", "around", "to", "registering"]}, "7715": {"text": "I live in Georgia , namely the metro-Atlanta area so naturally im surrounded by monkeys .", "tokenized_text": ["i", "live", "in", "georgia", "namely", "the", "metro", "atlanta", "area", "so", "naturally", "im", "surrounded", "by", "monkeys"]}, "7716": {"text": "I 'm 16yrs old and the only person in my family who seems to believe in preservation of our race .", "tokenized_text": ["i", "m", "16yrs", "old", "and", "the", "only", "person", "in", "my", "family", "who", "seems", "to", "believe", "in", "preservation", "of", "our", "race"]}, "7717": {"text": "Once again ..", "tokenized_text": ["once", "again"]}, "7718": {"text": "Hello !", "tokenized_text": ["hello"]}, "7719": {"text": "Im not sure of a site but those stats are from `` The Color Of Crime '' book .", "tokenized_text": ["im", "not", "sure", "of", "a", "site", "but", "those", "stats", "are", "from", "the", "color", "of", "crime", "book"]}, "7720": {"text": "If u search on yahoo ( ya-jew ) you can find it .", "tokenized_text": ["if", "u", "search", "on", "yahoo", "ya", "jew", "you", "can", "find", "it"]}, "7721": {"text": "I just tried to get on the site and it stated Account has been suspended .", "tokenized_text": ["i", "just", "tried", "to", "get", "on", "the", "site", "and", "it", "stated", "account", "has", "been", "suspended"]}, "7722": {"text": "I hope Labrat can get it back , I liked the site .", "tokenized_text": ["i", "hope", "labrat", "can", "get", "it", "back", "i", "liked", "the", "site"]}, "7723": {"text": "Never mind post .", "tokenized_text": ["never", "mind", "post"]}, "7724": {"text": "Site is back on line .", "tokenized_text": ["site", "is", "back", "on", "line"]}, "7725": {"text": "Did anyone realize what I said in my post about my daddy shooting me with my hand on the dial of a MTV station was a JOKE ???? 88 Crissy", "tokenized_text": ["did", "anyone", "realize", "what", "i", "said", "in", "my", "post", "about", "my", "daddy", "shooting", "me", "with", "my", "hand", "on", "the", "dial", "of", "a", "mtv", "station", "was", "a", "joke", "88", "crissy"]}, "7726": {"text": "hi school is a zoo and suck i hate my school to but white trash is some one who is a race mixers or a w * * * * * * white power at all times", "tokenized_text": ["hi", "school", "is", "a", "zoo", "and", "suck", "i", "hate", "my", "school", "to", "but", "white", "trash", "is", "some", "one", "who", "is", "a", "race", "mixers", "or", "a", "w", "white", "power", "at", "all", "times"]}, "7727": {"text": "Show us that your proud to be white , not black .", "tokenized_text": ["show", "us", "that", "your", "proud", "to", "be", "white", "not", "black"]}, "7728": {"text": "The last thing we need is for whites to start talking ebonics .", "tokenized_text": ["the", "last", "thing", "we", "need", "is", "for", "whites", "to", "start", "talking", "ebonics"]}, "7729": {"text": "Seig Heil - Andrew", "tokenized_text": ["seig", "heil", "andrew"]}, "7730": {"text": "I'm not sure if you all have heard of this before or not but the other day my friend told me that he heard soon the government will require us to have an ID chip put under our skin on our hand .", "tokenized_text": ["i", "m", "not", "sure", "if", "you", "all", "have", "heard", "of", "this", "before", "or", "not", "but", "the", "other", "day", "my", "friend", "told", "me", "that", "he", "heard", "soon", "the", "government", "will", "require", "us", "to", "have", "an", "id", "chip", "put", "under", "our", "skin", "on", "our", "hand"]}, "7731": {"text": "I think this would just be a tighter grip the ZOG would have on us .", "tokenized_text": ["i", "think", "this", "would", "just", "be", "a", "tighter", "grip", "the", "zog", "would", "have", "on", "us"]}, "7732": {"text": "What do you all think ?", "tokenized_text": ["what", "do", "you", "all", "think"]}, "7733": {"text": "Goals??", "tokenized_text": ["goals"]}, "7734": {"text": "Well I do n't have very specific life plans like aclemfaalthat replied BUT I do have goals ! 1 .", "tokenized_text": ["well", "i", "do", "n", "t", "have", "very", "specific", "life", "plans", "like", "aclemfaalthat", "replied", "but", "i", "do", "have", "goals", "1"]}, "7735": {"text": "Learn how to swim !!! 2 .", "tokenized_text": ["learn", "how", "to", "swim", "2"]}, "7736": {"text": "Graduate from College ( 2 years left woo hoo ! ) 3 .", "tokenized_text": ["graduate", "from", "college", "2", "years", "left", "woo", "hoo", "3"]}, "7737": {"text": "Join the Air Force ( Something I have in common with aclemfaal , small world ) 4 .", "tokenized_text": ["join", "the", "air", "force", "something", "i", "have", "in", "common", "with", "aclemfaal", "small", "world", "4"]}, "7738": {"text": "Travel through the USA 5 .", "tokenized_text": ["travel", "through", "the", "usa", "5"]}, "7739": {"text": "Travel abroad ( Something I have never done ! ) 5 .", "tokenized_text": ["travel", "abroad", "something", "i", "have", "never", "done", "5"]}, "7740": {"text": "THEN later on , IF I find my soul mate , marry and have a family .", "tokenized_text": ["then", "later", "on", "if", "i", "find", "my", "soul", "mate", "marry", "and", "have", "a", "family"]}, "7741": {"text": "Of course , none of this is set in stone .", "tokenized_text": ["of", "course", "none", "of", "this", "is", "set", "in", "stone"]}, "7742": {"text": "But there are so many things I want to do and see-I want to live my life to its fullest .", "tokenized_text": ["but", "there", "are", "so", "many", "things", "i", "want", "to", "do", "and", "see", "i", "want", "to", "live", "my", "life", "to", "its", "fullest"]}, "7743": {"text": "I guess it makes sense for them , but they will eventually have to decide whether Jesus was Black or Christianity is false : from their perspective both ca n't be true .", "tokenized_text": ["i", "guess", "it", "makes", "sense", "for", "them", "but", "they", "will", "eventually", "have", "to", "decide", "whether", "jesus", "was", "black", "or", "christianity", "is", "false", "from", "their", "perspective", "both", "ca", "n", "t", "be", "true"]}, "7744": {"text": "That was my conclusion .", "tokenized_text": ["that", "was", "my", "conclusion"]}, "7745": {"text": "And for all those negroes out there , history starts with the written word .", "tokenized_text": ["and", "for", "all", "those", "negroes", "out", "there", "history", "starts", "with", "the", "written", "word"]}, "7746": {"text": "Before the coming of Whites to Africa , there was/is no history .", "tokenized_text": ["before", "the", "coming", "of", "whites", "to", "africa", "there", "was", "is", "no", "history"]}, "7747": {"text": "This is a new version that has not been available before now .", "tokenized_text": ["this", "is", "a", "new", "version", "that", "has", "not", "been", "available", "before", "now"]}, "7748": {"text": "New Intro , music leads in and out .", "tokenized_text": ["new", "intro", "music", "leads", "in", "and", "out"]}, "7749": {"text": "Please keep seeding .", "tokenized_text": ["please", "keep", "seeding"]}, "7750": {"text": "Best to All !", "tokenized_text": ["best", "to", "all"]}, "7751": {"text": "--David Duke", "tokenized_text": ["david", "duke"]}, "7752": {"text": "Dr. Duke , if we are ever able to form a white nation ( God willing we will ) I hope you will become our president .", "tokenized_text": ["dr", "duke", "if", "we", "are", "ever", "able", "to", "form", "a", "white", "nation", "god", "willing", "we", "will", "i", "hope", "you", "will", "become", "our", "president"]}, "7753": {"text": "Ya I saw that and laughed myself sick over it .", "tokenized_text": ["ya", "i", "saw", "that", "and", "laughed", "myself", "sick", "over", "it"]}, "7754": {"text": "NOW ! some crap I have not seen before is the displays of passover crap in the stores before .", "tokenized_text": ["now", "some", "crap", "i", "have", "not", "seen", "before", "is", "the", "displays", "of", "passover", "crap", "in", "the", "stores", "before"]}, "7755": {"text": "FL that 's an old photo of last year .", "tokenized_text": ["fl", "that", "s", "an", "old", "photo", "of", "last", "year"]}, "7756": {"text": "They were praying for rain .", "tokenized_text": ["they", "were", "praying", "for", "rain"]}, "7757": {"text": "Coming out of the worst drought the country ever seen we must all thank God for the rain He send .", "tokenized_text": ["coming", "out", "of", "the", "worst", "drought", "the", "country", "ever", "seen", "we", "must", "all", "thank", "god", "for", "the", "rain", "he", "send"]}, "7758": {"text": "Our dams are overflowing except for the Cape .", "tokenized_text": ["our", "dams", "are", "overflowing", "except", "for", "the", "cape"]}, "7759": {"text": "Clearly there is a need for more alternative media in this country .", "tokenized_text": ["clearly", "there", "is", "a", "need", "for", "more", "alternative", "media", "in", "this", "country"]}, "7760": {"text": "Why not start one yourselves ?", "tokenized_text": ["why", "not", "start", "one", "yourselves"]}, "7761": {"text": "Seems like a great idea to promote our cause .", "tokenized_text": ["seems", "like", "a", "great", "idea", "to", "promote", "our", "cause"]}, "7762": {"text": "These are the kind of stories that most of the time come out of India and Pakistan .", "tokenized_text": ["these", "are", "the", "kind", "of", "stories", "that", "most", "of", "the", "time", "come", "out", "of", "india", "and", "pakistan"]}, "7763": {"text": "God knows what would come out of Africa if only blacks could come up with investigative journalism .", "tokenized_text": ["god", "knows", "what", "would", "come", "out", "of", "africa", "if", "only", "blacks", "could", "come", "up", "with", "investigative", "journalism"]}, "7764": {"text": "We have a little piece of legislation called the Prohibition of Foreign Military Assistance Act This prohibits mercs from operating in South Africa. on pain of five years of hell in a kaffer jail .", "tokenized_text": ["we", "have", "a", "little", "piece", "of", "legislation", "called", "the", "prohibition", "of", "foreign", "military", "assistance", "act", "this", "prohibits", "mercs", "from", "operating", "in", "south", "africa", "on", "pain", "of", "five", "years", "of", "hell", "in", "a", "kaffer", "jail"]}, "7765": {"text": "I think he had a near death experience and saw where he is going and now he 's clinging to life with desperate tenacity", "tokenized_text": ["i", "think", "he", "had", "a", "near", "death", "experience", "and", "saw", "where", "he", "is", "going", "and", "now", "he", "s", "clinging", "to", "life", "with", "desperate", "tenacity"]}, "7766": {"text": "Food and water will obviously be very important , and the means to defend it What a defense force ... they are all haunted ... say hi to Casper in Upington , what a good soul", "tokenized_text": ["food", "and", "water", "will", "obviously", "be", "very", "important", "and", "the", "means", "to", "defend", "it", "what", "a", "defense", "force", "they", "are", "all", "haunted", "say", "hi", "to", "casper", "in", "upington", "what", "a", "good", "soul"]}, "7767": {"text": "I'm glad you can walk in those things .", "tokenized_text": ["i", "m", "glad", "you", "can", "walk", "in", "those", "things"]}, "7768": {"text": "Last time I wore something even half that high I nearly broke my ankle and my neck .", "tokenized_text": ["last", "time", "i", "wore", "something", "even", "half", "that", "high", "i", "nearly", "broke", "my", "ankle", "and", "my", "neck"]}, "7769": {"text": "Here's a site that compiles news articles of white crime and degeneracy .", "tokenized_text": ["here", "s", "a", "site", "that", "compiles", "news", "articles", "of", "white", "crime", "and", "degeneracy"]}, "7770": {"text": "I suppose it 's their version of SF 's News and Articles forum .", "tokenized_text": ["i", "suppose", "it", "s", "their", "version", "of", "sf", "s", "news", "and", "articles", "forum"]}, "7771": {"text": "White Watch", "tokenized_text": ["white", "watch"]}, "7772": {"text": "That is the very definition of genocide .", "tokenized_text": ["that", "is", "the", "very", "definition", "of", "genocide"]}, "7773": {"text": "Is n't it interesting how genocide is a crime until it happens to Europeans ?", "tokenized_text": ["is", "n", "t", "it", "interesting", "how", "genocide", "is", "a", "crime", "until", "it", "happens", "to", "europeans"]}, "7774": {"text": "Rhodine van der Walt was shot and killed in her home in Kempton Park on Saturday night , 1 Feb 2014 by blacks .", "tokenized_text": ["rhodine", "van", "der", "walt", "was", "shot", "and", "killed", "in", "her", "home", "in", "kempton", "park", "on", "saturday", "night", "1", "feb", "2014", "by", "blacks"]}, "7775": {"text": "It is in the nature of Jews to desecrate traditions of all sorts and push our women to make fools of themselves .", "tokenized_text": ["it", "is", "in", "the", "nature", "of", "jews", "to", "desecrate", "traditions", "of", "all", "sorts", "and", "push", "our", "women", "to", "make", "fools", "of", "themselves"]}, "7776": {"text": "A good to start with one is Prodigal Genius written by John J. O' Neill .", "tokenized_text": ["a", "good", "to", "start", "with", "one", "is", "prodigal", "genius", "written", "by", "john", "j", "o", "neill"]}, "7777": {"text": "It can be read online here : http://www.rastko.org.yu/istorija/te...ell-tesla.htmlandhttp://www.scribd.com/doc/2683312/Pr ... n-Jacob-ONeill", "tokenized_text": ["it", "can", "be", "read", "online", "here", "http", "www", "rastko", "org", "yu", "istorija", "te", "ell", "tesla", "htmlandhttp", "www", "scribd", "com", "doc", "2683312", "pr", "n", "jacob", "oneill"]}, "7778": {"text": "I wonder if Eddie has security guards present during his concerts or if he just relies on the overwhelming good will of the universe to keep him safe from the thousands upon thousands of screaming fans ?", "tokenized_text": ["i", "wonder", "if", "eddie", "has", "security", "guards", "present", "during", "his", "concerts", "or", "if", "he", "just", "relies", "on", "the", "overwhelming", "good", "will", "of", "the", "universe", "to", "keep", "him", "safe", "from", "the", "thousands", "upon", "thousands", "of", "screaming", "fans"]}, "7779": {"text": "A has been from a genre called `` grunge rock '' AKA sheety music popular around 20 years ago I did n't like them then and now ... same consensus Pearl Jam - Jeremy - YouTube", "tokenized_text": ["a", "has", "been", "from", "a", "genre", "called", "grunge", "rock", "aka", "sheety", "music", "popular", "around", "20", "years", "ago", "i", "did", "n", "t", "like", "them", "then", "and", "now", "same", "consensus", "pearl", "jam", "jeremy", "youtube"]}, "7780": {"text": "At the beginning of the movie they show that huge group mating scene where they line up the men and women .", "tokenized_text": ["at", "the", "beginning", "of", "the", "movie", "they", "show", "that", "huge", "group", "mating", "scene", "where", "they", "line", "up", "the", "men", "and", "women"]}, "7781": {"text": "I think ' Liberals ' would promote that type of mating because only randomness in your line determines your mate and not any other factor .", "tokenized_text": ["i", "think", "liberals", "would", "promote", "that", "type", "of", "mating", "because", "only", "randomness", "in", "your", "line", "determines", "your", "mate", "and", "not", "any", "other", "factor"]}, "7782": {"text": "I will at least never willingly pay to see this propaganda , maybe just watch it for free to show the influence the jews have got in the white genocide to people .", "tokenized_text": ["i", "will", "at", "least", "never", "willingly", "pay", "to", "see", "this", "propaganda", "maybe", "just", "watch", "it", "for", "free", "to", "show", "the", "influence", "the", "jews", "have", "got", "in", "the", "white", "genocide", "to", "people"]}, "7783": {"text": "So then what caused the booms and busts BEFORE the FED was put into place and we had a bimetallic based money ?", "tokenized_text": ["so", "then", "what", "caused", "the", "booms", "and", "busts", "before", "the", "fed", "was", "put", "into", "place", "and", "we", "had", "a", "bimetallic", "based", "money"]}, "7784": {"text": "I want to know what there is to `` investigate '' since no crime was committed .", "tokenized_text": ["i", "want", "to", "know", "what", "there", "is", "to", "investigate", "since", "no", "crime", "was", "committed"]}, "7785": {"text": "The Negro Pre-Adamite beast girl complains that this somehow mysteriously `` targets '' her .", "tokenized_text": ["the", "negro", "pre", "adamite", "beast", "girl", "complains", "that", "this", "somehow", "mysteriously", "targets", "her"]}, "7786": {"text": "WEKU", "tokenized_text": ["weku"]}, "7787": {"text": "If your house door was locked , but at midnight your neighbor opened the door for some muslims to come inside and take your stuff , rape your wife and beat you nearly to death ... would you still think your neighbor was a nice guy ?", "tokenized_text": ["if", "your", "house", "door", "was", "locked", "but", "at", "midnight", "your", "neighbor", "opened", "the", "door", "for", "some", "muslims", "to", "come", "inside", "and", "take", "your", "stuff", "rape", "your", "wife", "and", "beat", "you", "nearly", "to", "death", "would", "you", "still", "think", "your", "neighbor", "was", "a", "nice", "guy"]}, "7788": {"text": "Pretty soon , there 's not going to be anywhere left to run .", "tokenized_text": ["pretty", "soon", "there", "s", "not", "going", "to", "be", "anywhere", "left", "to", "run"]}, "7789": {"text": "I guess whites will either have to start fighting back or be slowly exterminated .", "tokenized_text": ["i", "guess", "whites", "will", "either", "have", "to", "start", "fighting", "back", "or", "be", "slowly", "exterminated"]}, "7790": {"text": "I do n't watch any movie that is made for blacks or has a black in the lead roll and I ca n't find humor in the black race with all of the crime they comit against the white man , to hell with them .", "tokenized_text": ["i", "do", "n", "t", "watch", "any", "movie", "that", "is", "made", "for", "blacks", "or", "has", "a", "black", "in", "the", "lead", "roll", "and", "i", "ca", "n", "t", "find", "humor", "in", "the", "black", "race", "with", "all", "of", "the", "crime", "they", "comit", "against", "the", "white", "man", "to", "hell", "with", "them"]}, "7791": {"text": "I cant stand this guy and hate it when i meet whites and they say how funny they think he is o.k. take away the anti white jokes for a minute the guy just aint funny at all it just blows my mind how they have some talentless black fool in films but you will never see a untalented white basketball player .", "tokenized_text": ["i", "cant", "stand", "this", "guy", "and", "hate", "it", "when", "i", "meet", "whites", "and", "they", "say", "how", "funny", "they", "think", "he", "is", "o", "k", "take", "away", "the", "anti", "white", "jokes", "for", "a", "minute", "the", "guy", "just", "aint", "funny", "at", "all", "it", "just", "blows", "my", "mind", "how", "they", "have", "some", "talentless", "black", "fool", "in", "films", "but", "you", "will", "never", "see", "a", "untalented", "white", "basketball", "player"]}, "7792": {"text": "In this newest video I am posting it is relevant to this particular thread at 3 : 55 mark , though I suggest watching the WHOLE THING !", "tokenized_text": ["in", "this", "newest", "video", "i", "am", "posting", "it", "is", "relevant", "to", "this", "particular", "thread", "at", "3", "55", "mark", "though", "i", "suggest", "watching", "the", "whole", "thing"]}, "7793": {"text": "Share and prepare !", "tokenized_text": ["share", "and", "prepare"]}, "7794": {"text": "YouTube - Multicultural Enrichment ( stop violence ! )", "tokenized_text": ["youtube", "multicultural", "enrichment", "stop", "violence"]}, "7795": {"text": "Remember people it is our DUTY to spread Dr. Dukes excellent videos far and wide .", "tokenized_text": ["remember", "people", "it", "is", "our", "duty", "to", "spread", "dr", "dukes", "excellent", "videos", "far", "and", "wide"]}, "7796": {"text": "There is no time like the present .", "tokenized_text": ["there", "is", "no", "time", "like", "the", "present"]}, "7797": {"text": "I think it 's time for some old west justice ... like takin ' these two sombitches out and ..... well , I think you get my point .....", "tokenized_text": ["i", "think", "it", "s", "time", "for", "some", "old", "west", "justice", "like", "takin", "these", "two", "sombitches", "out", "and", "well", "i", "think", "you", "get", "my", "point"]}, "7798": {"text": "We have two things wrong here , Mexcicans in a White homeland and a Pizza company sending a female in harms way .", "tokenized_text": ["we", "have", "two", "things", "wrong", "here", "mexcicans", "in", "a", "white", "homeland", "and", "a", "pizza", "company", "sending", "a", "female", "in", "harms", "way"]}, "7799": {"text": "I read in the paper today that they are `` concidering '' hate crime charges .", "tokenized_text": ["i", "read", "in", "the", "paper", "today", "that", "they", "are", "concidering", "hate", "crime", "charges"]}, "7800": {"text": "I would love to ask `` whats to concider ?? ''", "tokenized_text": ["i", "would", "love", "to", "ask", "whats", "to", "concider"]}, "7801": {"text": "Maybe they are unionized .", "tokenized_text": ["maybe", "they", "are", "unionized"]}, "7802": {"text": "Maybe they are not so uneducated and knows about their fate .", "tokenized_text": ["maybe", "they", "are", "not", "so", "uneducated", "and", "knows", "about", "their", "fate"]}, "7803": {"text": "Is it in your job contract to go to death to save the World ?", "tokenized_text": ["is", "it", "in", "your", "job", "contract", "to", "go", "to", "death", "to", "save", "the", "world"]}, "7804": {"text": "It makes me laugh every time the liberals complain about mugabe 's failed state , as their the very people who helped create it .", "tokenized_text": ["it", "makes", "me", "laugh", "every", "time", "the", "liberals", "complain", "about", "mugabe", "s", "failed", "state", "as", "their", "the", "very", "people", "who", "helped", "create", "it"]}, "7805": {"text": "Good going libtards , you ruined Rhodesia .", "tokenized_text": ["good", "going", "libtards", "you", "ruined", "rhodesia"]}, "7806": {"text": "Wonder if food stamps would cover s * * t for them in America and we could not have a food shortage of real food ?", "tokenized_text": ["wonder", "if", "food", "stamps", "would", "cover", "s", "t", "for", "them", "in", "america", "and", "we", "could", "not", "have", "a", "food", "shortage", "of", "real", "food"]}, "7807": {"text": "I was up late watching tv and there it was on CNN , Click on the link Video - Breaking News Videos from CNN.com", "tokenized_text": ["i", "was", "up", "late", "watching", "tv", "and", "there", "it", "was", "on", "cnn", "click", "on", "the", "link", "video", "breaking", "news", "videos", "from", "cnn", "com"]}, "7808": {"text": "At this point I will assume the media is lying about everything other than a Negro being arrested for his murder .", "tokenized_text": ["at", "this", "point", "i", "will", "assume", "the", "media", "is", "lying", "about", "everything", "other", "than", "a", "negro", "being", "arrested", "for", "his", "murder"]}, "7809": {"text": "Watch for child and interracial porn to be found among the ashes .", "tokenized_text": ["watch", "for", "child", "and", "interracial", "porn", "to", "be", "found", "among", "the", "ashes"]}, "7810": {"text": "Let's hope he 's right , and that the heads of the Marxist elites currently ruling Europe start to roll .", "tokenized_text": ["let", "s", "hope", "he", "s", "right", "and", "that", "the", "heads", "of", "the", "marxist", "elites", "currently", "ruling", "europe", "start", "to", "roll"]}, "7811": {"text": "It 's time to sharpen long knives .", "tokenized_text": ["it", "s", "time", "to", "sharpen", "long", "knives"]}, "7812": {"text": "I wonder if this guy still thinks the Jews are a good thing after the Jews just tried to start a war between NATO and Russia ?", "tokenized_text": ["i", "wonder", "if", "this", "guy", "still", "thinks", "the", "jews", "are", "a", "good", "thing", "after", "the", "jews", "just", "tried", "to", "start", "a", "war", "between", "nato", "and", "russia"]}, "7813": {"text": "The billboards around town speak volumes .", "tokenized_text": ["the", "billboards", "around", "town", "speak", "volumes"]}, "7814": {"text": "The white candidates for sheriff do n't show their picture .", "tokenized_text": ["the", "white", "candidates", "for", "sheriff", "do", "n", "t", "show", "their", "picture"]}, "7815": {"text": "The black candidates proudly show their picture .", "tokenized_text": ["the", "black", "candidates", "proudly", "show", "their", "picture"]}, "7816": {"text": "There 's one billboard that has the candidate , two black supporters , and Congressman Steve Cohen .", "tokenized_text": ["there", "s", "one", "billboard", "that", "has", "the", "candidate", "two", "black", "supporters", "and", "congressman", "steve", "cohen"]}, "7817": {"text": "Cohen is shameless .", "tokenized_text": ["cohen", "is", "shameless"]}, "7818": {"text": "The black churches show all black faces on their billboards .", "tokenized_text": ["the", "black", "churches", "show", "all", "black", "faces", "on", "their", "billboards"]}, "7819": {"text": "The white churches ' billboards look like lunch break at the UN .", "tokenized_text": ["the", "white", "churches", "billboards", "look", "like", "lunch", "break", "at", "the", "un"]}, "7820": {"text": "There 's one up now for what used to be a white church that shows two couples - white/Asian , and White/Mexican .", "tokenized_text": ["there", "s", "one", "up", "now", "for", "what", "used", "to", "be", "a", "white", "church", "that", "shows", "two", "couples", "white", "asian", "and", "white", "mexican"]}, "7821": {"text": "They will never acknowledge it no matter how much proof you have .", "tokenized_text": ["they", "will", "never", "acknowledge", "it", "no", "matter", "how", "much", "proof", "you", "have"]}, "7822": {"text": "In school they teach that if it makes black people look bad , then it did n't happen .", "tokenized_text": ["in", "school", "they", "teach", "that", "if", "it", "makes", "black", "people", "look", "bad", "then", "it", "did", "n", "t", "happen"]}, "7823": {"text": "Has anyone been able to locate a clip or photgraph of the father ?", "tokenized_text": ["has", "anyone", "been", "able", "to", "locate", "a", "clip", "or", "photgraph", "of", "the", "father"]}, "7824": {"text": "I asked for this on another thread , but was subjected to untelling rudeness .", "tokenized_text": ["i", "asked", "for", "this", "on", "another", "thread", "but", "was", "subjected", "to", "untelling", "rudeness"]}, "7825": {"text": "I can honestly say that I have smoked weed and drank as a kid with many groups of WHITE guys and nothing like this EVER came close to happening !", "tokenized_text": ["i", "can", "honestly", "say", "that", "i", "have", "smoked", "weed", "and", "drank", "as", "a", "kid", "with", "many", "groups", "of", "white", "guys", "and", "nothing", "like", "this", "ever", "came", "close", "to", "happening"]}, "7826": {"text": "But I guess if something like this would have happened it would 've been my fault right ? ............................", "tokenized_text": ["but", "i", "guess", "if", "something", "like", "this", "would", "have", "happened", "it", "would", "ve", "been", "my", "fault", "right"]}, "7827": {"text": "The filthy ape gave the horse an infection .", "tokenized_text": ["the", "filthy", "ape", "gave", "the", "horse", "an", "infection"]}, "7828": {"text": "These `` black people '' have the nerve to call themselves human. . .", "tokenized_text": ["these", "black", "people", "have", "the", "nerve", "to", "call", "themselves", "human"]}, "7829": {"text": "This article should reinforce in our minds WHAT we are dealing with .", "tokenized_text": ["this", "article", "should", "reinforce", "in", "our", "minds", "what", "we", "are", "dealing", "with"]}, "7830": {"text": "In our area , they 've pretty much stopped showing mug shots of Negroes like this : Whites have to go on the names to figure it out .", "tokenized_text": ["in", "our", "area", "they", "ve", "pretty", "much", "stopped", "showing", "mug", "shots", "of", "negroes", "like", "this", "whites", "have", "to", "go", "on", "the", "names", "to", "figure", "it", "out"]}, "7831": {"text": "You make it sound so romantic , more like a bunch of sickos sacrificing a child in pennance for the sins they have commited over the last year so they can start a new year of muder and robbery with a clean conscience .", "tokenized_text": ["you", "make", "it", "sound", "so", "romantic", "more", "like", "a", "bunch", "of", "sickos", "sacrificing", "a", "child", "in", "pennance", "for", "the", "sins", "they", "have", "commited", "over", "the", "last", "year", "so", "they", "can", "start", "a", "new", "year", "of", "muder", "and", "robbery", "with", "a", "clean", "conscience"]}, "7832": {"text": "Wow!", "tokenized_text": ["wow"]}, "7833": {"text": "They gave the guy who posted that video some trouble , did n't they ?!", "tokenized_text": ["they", "gave", "the", "guy", "who", "posted", "that", "video", "some", "trouble", "did", "n", "t", "they"]}, "7834": {"text": "Not one of them answered him properly !", "tokenized_text": ["not", "one", "of", "them", "answered", "him", "properly"]}, "7835": {"text": "Even the forum of Local Government Ombudsman Watch are frightened to talk about the video .", "tokenized_text": ["even", "the", "forum", "of", "local", "government", "ombudsman", "watch", "are", "frightened", "to", "talk", "about", "the", "video"]}, "7836": {"text": "Look how they try to silence then refuse to speak to a new member who posted it in innocence .", "tokenized_text": ["look", "how", "they", "try", "to", "silence", "then", "refuse", "to", "speak", "to", "a", "new", "member", "who", "posted", "it", "in", "innocence"]}, "7837": {"text": "http://www.amv3.com/forum/viewtopic.php ? p = 5542#5542", "tokenized_text": ["http", "www", "amv3", "com", "forum", "viewtopic", "php", "p", "5542", "5542"]}, "7838": {"text": "There's something so gross and such an assault on the senses as the sound of an European romance language coming from the mouths of savages ! . .", "tokenized_text": ["there", "s", "something", "so", "gross", "and", "such", "an", "assault", "on", "the", "senses", "as", "the", "sound", "of", "an", "european", "romance", "language", "coming", "from", "the", "mouths", "of", "savages"]}, "7839": {"text": "I'm sure their failure to dig simple bloody pits for their ordure is our fault somehow .", "tokenized_text": ["i", "m", "sure", "their", "failure", "to", "dig", "simple", "bloody", "pits", "for", "their", "ordure", "is", "our", "fault", "somehow"]}, "7840": {"text": "Maybe the ghost of King Leopold nicked all their shovels .", "tokenized_text": ["maybe", "the", "ghost", "of", "king", "leopold", "nicked", "all", "their", "shovels"]}, "7841": {"text": "http://www.cbc.ca/storyview/AOL/worl...ts-050802.html My dads good friend left for Sudan about a week ago for a Bonb Disposal company on a three month assigment .", "tokenized_text": ["http", "www", "cbc", "ca", "storyview", "aol", "worl", "ts", "050802", "html", "my", "dads", "good", "friend", "left", "for", "sudan", "about", "a", "week", "ago", "for", "a", "bonb", "disposal", "company", "on", "a", "three", "month", "assigment"]}, "7842": {"text": "Oh, yes they will skin us alive if given the chance .", "tokenized_text": ["oh", "yes", "they", "will", "skin", "us", "alive", "if", "given", "the", "chance"]}, "7843": {"text": "I wonder if they 'll do the same with the juden ?", "tokenized_text": ["i", "wonder", "if", "they", "ll", "do", "the", "same", "with", "the", "juden"]}, "7844": {"text": "This is a good answer , and I 'd like to hear your thoughts on the black music , likable black guy scenarios .", "tokenized_text": ["this", "is", "a", "good", "answer", "and", "i", "d", "like", "to", "hear", "your", "thoughts", "on", "the", "black", "music", "likable", "black", "guy", "scenarios"]}, "7845": {"text": "INTJ Introvert ( 11 % ) iNtuitive ( 38 % ) iNtuitive Thinking ( 38 % ) Judging ( 22 % ) You have slight preference of Introversion over Extraversion ( 11 % ) You have moderate preference of Intuition over Sensing ( 38 % ) You have moderate preference of Thinking over Feeling ( 38 % ) You have slight preference of Judging over Perceiving ( 22 % )", "tokenized_text": ["intj", "introvert", "11", "intuitive", "38", "intuitive", "thinking", "38", "judging", "22", "you", "have", "slight", "preference", "of", "introversion", "over", "extraversion", "11", "you", "have", "moderate", "preference", "of", "intuition", "over", "sensing", "38", "you", "have", "moderate", "preference", "of", "thinking", "over", "feeling", "38", "you", "have", "slight", "preference", "of", "judging", "over", "perceiving", "22"]}, "7846": {"text": "On that momentous day , this December 2012 : IMPERIUM EUROPA WAS LAUNCHED On The Sacred Island of Melita : At a Sacred Space , a Sacred Site , a Solar Temple : Pre-Christian , thousands of years old High ground greeting the Rising Sun Mystical Aura .", "tokenized_text": ["on", "that", "momentous", "day", "this", "december", "2012", "imperium", "europa", "was", "launched", "on", "the", "sacred", "island", "of", "melita", "at", "a", "sacred", "space", "a", "sacred", "site", "a", "solar", "temple", "pre", "christian", "thousands", "of", "years", "old", "high", "ground", "greeting", "the", "rising", "sun", "mystical", "aura"]}, "7847": {"text": "12 kindred Spirits , the best of the White Race : convened with unity of purpose : saving The Sacred Gene Pool .", "tokenized_text": ["12", "kindred", "spirits", "the", "best", "of", "the", "white", "race", "convened", "with", "unity", "of", "purpose", "saving", "the", "sacred", "gene", "pool"]}, "7848": {"text": "A Spiritual Transfiguration that will change Everything !", "tokenized_text": ["a", "spiritual", "transfiguration", "that", "will", "change", "everything"]}, "7849": {"text": "Formed aeons ago , as a vaporous state : HE-SHE .", "tokenized_text": ["formed", "aeons", "ago", "as", "a", "vaporous", "state", "he", "she"]}, "7850": {"text": "Gradually morphed into a Biological Aristocracy : Europids : The Sons of the Aryan God .", "tokenized_text": ["gradually", "morphed", "into", "a", "biological", "aristocracy", "europids", "the", "sons", "of", "the", "aryan", "god"]}, "7851": {"text": "In Eternal Combat with that Satanic Spirit - The physical incarnation , creation of the Demiurge : The Jews .", "tokenized_text": ["in", "eternal", "combat", "with", "that", "satanic", "spirit", "the", "physical", "incarnation", "creation", "of", "the", "demiurge", "the", "jews"]}, "7852": {"text": "A Glorious Future for us Europids , is now ushered : Kritayuga : The Golden Dawn .", "tokenized_text": ["a", "glorious", "future", "for", "us", "europids", "is", "now", "ushered", "kritayuga", "the", "golden", "dawn"]}, "7853": {"text": "Lords of the Planet , the Solar System and the Beyond .", "tokenized_text": ["lords", "of", "the", "planet", "the", "solar", "system", "and", "the", "beyond"]}, "7854": {"text": "Hail The Imperium !", "tokenized_text": ["hail", "the", "imperium"]}, "7855": {"text": "Hail Imperium Europae !", "tokenized_text": ["hail", "imperium", "europae"]}, "7856": {"text": "Hail The White Race ! 26.12.2012 New Right Conference - London 2012 - YouTube", "tokenized_text": ["hail", "the", "white", "race", "26", "12", "2012", "new", "right", "conference", "london", "2012", "youtube"]}, "7857": {"text": "The French and Russians should speak their own native languages , but French and Russian schoolchildren should learn German at school instead of English .", "tokenized_text": ["the", "french", "and", "russians", "should", "speak", "their", "own", "native", "languages", "but", "french", "and", "russian", "schoolchildren", "should", "learn", "german", "at", "school", "instead", "of", "english"]}, "7858": {"text": "Very good I like this WE all play a role as part of the White nation .", "tokenized_text": ["very", "good", "i", "like", "this", "we", "all", "play", "a", "role", "as", "part", "of", "the", "white", "nation"]}, "7859": {"text": "If we dont band together as is lost. let every white play his role in the big picture !!!!", "tokenized_text": ["if", "we", "dont", "band", "together", "as", "is", "lost", "let", "every", "white", "play", "his", "role", "in", "the", "big", "picture"]}, "7860": {"text": "I recently bought a book from here and it was very fast shipping and great quality .", "tokenized_text": ["i", "recently", "bought", "a", "book", "from", "here", "and", "it", "was", "very", "fast", "shipping", "and", "great", "quality"]}, "7861": {"text": "It 's a nationalist site as well , maybe give them a try !", "tokenized_text": ["it", "s", "a", "nationalist", "site", "as", "well", "maybe", "give", "them", "a", "try"]}, "7862": {"text": "Invictus Press Home Page", "tokenized_text": ["invictus", "press", "home", "page"]}, "7863": {"text": "because they deserve at least a taste of it for helping the white liberals and Jews push it on us I do n't think we should allow it to destroy them though .", "tokenized_text": ["because", "they", "deserve", "at", "least", "a", "taste", "of", "it", "for", "helping", "the", "white", "liberals", "and", "jews", "push", "it", "on", "us", "i", "do", "n", "t", "think", "we", "should", "allow", "it", "to", "destroy", "them", "though"]}, "7864": {"text": "This is why libtards and Jews call us white supremacists and get away with it .", "tokenized_text": ["this", "is", "why", "libtards", "and", "jews", "call", "us", "white", "supremacists", "and", "get", "away", "with", "it"]}, "7865": {"text": "White nationalism is not about superiority , it 's about the 14 words .", "tokenized_text": ["white", "nationalism", "is", "not", "about", "superiority", "it", "s", "about", "the", "14", "words"]}, "7866": {"text": "No wonder Black dudes go for White chicks - they only have to punch them a few times to knock them out !", "tokenized_text": ["no", "wonder", "black", "dudes", "go", "for", "white", "chicks", "they", "only", "have", "to", "punch", "them", "a", "few", "times", "to", "knock", "them", "out"]}, "7867": {"text": "With Black girls it takes a baseball bat - who carries a mu-ff' in baseball bat on a date ??", "tokenized_text": ["with", "black", "girls", "it", "takes", "a", "baseball", "bat", "who", "carries", "a", "mu", "ff", "in", "baseball", "bat", "on", "a", "date"]}, "7868": {"text": "I'm looking forward to seeing the western media 's apartheid twist on this story whilst they ignore the racist pension and land reform and genocide .", "tokenized_text": ["i", "m", "looking", "forward", "to", "seeing", "the", "western", "media", "s", "apartheid", "twist", "on", "this", "story", "whilst", "they", "ignore", "the", "racist", "pension", "and", "land", "reform", "and", "genocide"]}, "7869": {"text": "Dr. Duke really drives into the nerve center of communism in this video clip .", "tokenized_text": ["dr", "duke", "really", "drives", "into", "the", "nerve", "center", "of", "communism", "in", "this", "video", "clip"]}, "7870": {"text": "It is just outstanding .", "tokenized_text": ["it", "is", "just", "outstanding"]}, "7871": {"text": "YouTube - Broadcast Yourself .", "tokenized_text": ["youtube", "broadcast", "yourself"]}, "7872": {"text": "Has anyone watched the Vice Channel 's guide to Liberia ??", "tokenized_text": ["has", "anyone", "watched", "the", "vice", "channel", "s", "guide", "to", "liberia"]}, "7873": {"text": "Check out the whole series ..", "tokenized_text": ["check", "out", "the", "whole", "series"]}, "7874": {"text": "Wow ..", "tokenized_text": ["wow"]}, "7875": {"text": "& #x202a ; The Vice Guide To Travel - Liberia - Part 1 & #x202c ; & rlm ; - YouTube", "tokenized_text": ["x202a", "the", "vice", "guide", "to", "travel", "liberia", "part", "1", "x202c", "rlm", "youtube"]}, "7876": {"text": "Put that fat Black idiot to work and she would n't be smirking at Whitey and playing stupid for the camera at her welfare review hearing !", "tokenized_text": ["put", "that", "fat", "black", "idiot", "to", "work", "and", "she", "would", "n", "t", "be", "smirking", "at", "whitey", "and", "playing", "stupid", "for", "the", "camera", "at", "her", "welfare", "review", "hearing"]}, "7877": {"text": "Better yet , make her the poster child for Black Resettlement ! Spending her days digging for grub worm dinners would actually be good for her .", "tokenized_text": ["better", "yet", "make", "her", "the", "poster", "child", "for", "black", "resettlement", "spending", "her", "days", "digging", "for", "grub", "worm", "dinners", "would", "actually", "be", "good", "for", "her"]}, "7878": {"text": "YouTube - Black guy throws baby into traffic YouTube - White girl gets beat up by black girls in front of the bar YouTube - African American flash mobs terrorize Philadelphia yet again YouTube - 6 Black Women beat latino girl for bad karoke", "tokenized_text": ["youtube", "black", "guy", "throws", "baby", "into", "traffic", "youtube", "white", "girl", "gets", "beat", "up", "by", "black", "girls", "in", "front", "of", "the", "bar", "youtube", "african", "american", "flash", "mobs", "terrorize", "philadelphia", "yet", "again", "youtube", "6", "black", "women", "beat", "latino", "girl", "for", "bad", "karoke"]}, "7879": {"text": "The kind of savagery against females that has become expected from negroids in todays society ...", "tokenized_text": ["the", "kind", "of", "savagery", "against", "females", "that", "has", "become", "expected", "from", "negroids", "in", "todays", "society"]}, "7880": {"text": "YouTube - Authorities release video of detention officer assaulting EDIT : I actually thought the attacker was a male negroid until I just read a report on it on New Nation News .", "tokenized_text": ["youtube", "authorities", "release", "video", "of", "detention", "officer", "assaulting", "edit", "i", "actually", "thought", "the", "attacker", "was", "a", "male", "negroid", "until", "i", "just", "read", "a", "report", "on", "it", "on", "new", "nation", "news"]}, "7881": {"text": "Turns out it 's a female negroid assaulting the White woman .", "tokenized_text": ["turns", "out", "it", "s", "a", "female", "negroid", "assaulting", "the", "white", "woman"]}, "7882": {"text": "http://www.newnation.tv/forums/showthread.php ? t = 207286", "tokenized_text": ["http", "www", "newnation", "tv", "forums", "showthread", "php", "t", "207286"]}, "7883": {"text": "YouTube - Black mugger sentenced to 75 years in prison for hate crimes against elderly women YouTube - Cop 's mace vs black guy 's kung fu YouTube - African American man sprays semen on white woman in supermarket YouTube - White guy beaten nearly to death by Blacks for dating a Black woman , no hate crime there YouTube - Broadcast Yourself .", "tokenized_text": ["youtube", "black", "mugger", "sentenced", "to", "75", "years", "in", "prison", "for", "hate", "crimes", "against", "elderly", "women", "youtube", "cop", "s", "mace", "vs", "black", "guy", "s", "kung", "fu", "youtube", "african", "american", "man", "sprays", "semen", "on", "white", "woman", "in", "supermarket", "youtube", "white", "guy", "beaten", "nearly", "to", "death", "by", "blacks", "for", "dating", "a", "black", "woman", "no", "hate", "crime", "there", "youtube", "broadcast", "yourself"]}, "7884": {"text": "The goal should be to run them the hell out of the country .", "tokenized_text": ["the", "goal", "should", "be", "to", "run", "them", "the", "hell", "out", "of", "the", "country"]}, "7885": {"text": "OSLO TURNING INTO A MAJOR CRIMINAL MUSLIM MECCA", "tokenized_text": ["oslo", "turning", "into", "a", "major", "criminal", "muslim", "mecca"]}, "7886": {"text": "If Jews are also apart of the minority group , then does n't that make Tim Wise 's book , `` White Like Me '' moot ?", "tokenized_text": ["if", "jews", "are", "also", "apart", "of", "the", "minority", "group", "then", "does", "n", "t", "that", "make", "tim", "wise", "s", "book", "white", "like", "me", "moot"]}, "7887": {"text": "Dr William Pierce .", "tokenized_text": ["dr", "william", "pierce"]}, "7888": {"text": "Dreaming of a Future World ( Full Version ) - YouTube Dr William Pierce .", "tokenized_text": ["dreaming", "of", "a", "future", "world", "full", "version", "youtube", "dr", "william", "pierce"]}, "7889": {"text": "Vision of a Future World Pt 2 of 2 - YouTube", "tokenized_text": ["vision", "of", "a", "future", "world", "pt", "2", "of", "2", "youtube"]}, "7890": {"text": "Excellent book I have read it several times and after reading this thread I think I will read it once again its well written and a good introduction into what is happening to our people.God Bless David Duke !", "tokenized_text": ["excellent", "book", "i", "have", "read", "it", "several", "times", "and", "after", "reading", "this", "thread", "i", "think", "i", "will", "read", "it", "once", "again", "its", "well", "written", "and", "a", "good", "introduction", "into", "what", "is", "happening", "to", "our", "people", "god", "bless", "david", "duke"]}, "7891": {"text": "I was really worried about this one because I thought a bunch of groids were going to hop out of the cars signifying the town to get so excited and the women to remove clothing ....", "tokenized_text": ["i", "was", "really", "worried", "about", "this", "one", "because", "i", "thought", "a", "bunch", "of", "groids", "were", "going", "to", "hop", "out", "of", "the", "cars", "signifying", "the", "town", "to", "get", "so", "excited", "and", "the", "women", "to", "remove", "clothing"]}, "7892": {"text": "Texas Marine dies defending his wife in French Quarter He was fatally stabbed after a formal Marine Corps ball Marines mourn sergeant stabbed in French Quarter | National | Chron.com - Houston Chronicle", "tokenized_text": ["texas", "marine", "dies", "defending", "his", "wife", "in", "french", "quarter", "he", "was", "fatally", "stabbed", "after", "a", "formal", "marine", "corps", "ball", "marines", "mourn", "sergeant", "stabbed", "in", "french", "quarter", "national", "chron", "com", "houston", "chronicle"]}, "7893": {"text": "My Spanish teacher told us Hispanic just means Spanish speaking , and she is white so i dont know why she would lie about it .", "tokenized_text": ["my", "spanish", "teacher", "told", "us", "hispanic", "just", "means", "spanish", "speaking", "and", "she", "is", "white", "so", "i", "dont", "know", "why", "she", "would", "lie", "about", "it"]}, "7894": {"text": "But maybe she was just mistaken .", "tokenized_text": ["but", "maybe", "she", "was", "just", "mistaken"]}, "7895": {"text": "There is nothing I would love to see more than the arrest , trial and execution of these murderous and genocidal Zionists !", "tokenized_text": ["there", "is", "nothing", "i", "would", "love", "to", "see", "more", "than", "the", "arrest", "trial", "and", "execution", "of", "these", "murderous", "and", "genocidal", "zionists"]}, "7896": {"text": "Who says this is an undeclared war ?", "tokenized_text": ["who", "says", "this", "is", "an", "undeclared", "war"]}, "7897": {"text": "I think the statistics speaks declaration ....", "tokenized_text": ["i", "think", "the", "statistics", "speaks", "declaration"]}, "7898": {"text": "Please watch your six brothers and sisters we are all targets to some degree .", "tokenized_text": ["please", "watch", "your", "six", "brothers", "and", "sisters", "we", "are", "all", "targets", "to", "some", "degree"]}, "7899": {"text": "you could easily describe democracy as the destruction of the whites. at least national socialism cared about it 's own people rather than others .", "tokenized_text": ["you", "could", "easily", "describe", "democracy", "as", "the", "destruction", "of", "the", "whites", "at", "least", "national", "socialism", "cared", "about", "it", "s", "own", "people", "rather", "than", "others"]}, "7900": {"text": "I never came to this sight trying to create a disturbance .", "tokenized_text": ["i", "never", "came", "to", "this", "sight", "trying", "to", "create", "a", "disturbance"]}, "7901": {"text": "I 've only recently came to new conclusions ; or found old ones .", "tokenized_text": ["i", "ve", "only", "recently", "came", "to", "new", "conclusions", "or", "found", "old", "ones"]}, "7902": {"text": "I'm 22 years of age and I plan to have 3-4 kids but I do n't feel I can be a father now , I will start have my kids around age 27 .", "tokenized_text": ["i", "m", "22", "years", "of", "age", "and", "i", "plan", "to", "have", "3", "4", "kids", "but", "i", "do", "n", "t", "feel", "i", "can", "be", "a", "father", "now", "i", "will", "start", "have", "my", "kids", "around", "age", "27"]}, "7903": {"text": "According to the 2005 Census Data from HERE : Non-Hispanic Whites = 66.8 % Hispanics = 14.5 % Blacks = 11.9 % Asians = 4.3 % American Indians = 0.7 % Pacific Islander = 0.1 % Other = 0.3 % Multiracial = 1.4 % Total = 100 %", "tokenized_text": ["according", "to", "the", "2005", "census", "data", "from", "here", "non", "hispanic", "whites", "66", "8", "hispanics", "14", "5", "blacks", "11", "9", "asians", "4", "3", "american", "indians", "0", "7", "pacific", "islander", "0", "1", "other", "0", "3", "multiracial", "1", "4", "total", "100"]}, "7904": {"text": "It used to be the churches in your own community would take care of people facing hard times ...", "tokenized_text": ["it", "used", "to", "be", "the", "churches", "in", "your", "own", "community", "would", "take", "care", "of", "people", "facing", "hard", "times"]}, "7905": {"text": "The churches also used to operate hospitals .", "tokenized_text": ["the", "churches", "also", "used", "to", "operate", "hospitals"]}, "7906": {"text": "May I ask , how then do you describe a typical Georgian appearance ?", "tokenized_text": ["may", "i", "ask", "how", "then", "do", "you", "describe", "a", "typical", "georgian", "appearance"]}, "7907": {"text": "Are the inhabitants of this village perhaps not ethnic Georgians ?", "tokenized_text": ["are", "the", "inhabitants", "of", "this", "village", "perhaps", "not", "ethnic", "georgians"]}, "7908": {"text": "Rusya is typical Hutsul 's girl .", "tokenized_text": ["rusya", "is", "typical", "hutsul", "s", "girl"]}, "7909": {"text": "In Galicia & Bukovina , in Moldova & Romania , in Balkans & Greece we can see many people looks like her .", "tokenized_text": ["in", "galicia", "bukovina", "in", "moldova", "romania", "in", "balkans", "greece", "we", "can", "see", "many", "people", "looks", "like", "her"]}, "7910": {"text": "I do n't think she is mongoloid , but it 's big question if she 's White ...", "tokenized_text": ["i", "do", "n", "t", "think", "she", "is", "mongoloid", "but", "it", "s", "big", "question", "if", "she", "s", "white"]}, "7911": {"text": "( Sorry for bad English )", "tokenized_text": ["sorry", "for", "bad", "english"]}, "7912": {"text": "Projects from 1800s early 1900s Project of the State Duma ( Contest of 1905-1906 ) , by Vladimir Vasilyevich Suslov ( July 25 , 1857 August 1921 ; \u0412\u043b\u0430\u0434\u0438\u043c\u0438\u0440 \u0412\u0430\u0441\u0438\u043b\u044c\u0435\u0432\u0438\u0447 \u0421\u0443\u0441\u043b\u043e\u0432 ) Country House Church , by M. Kuzmin Country House Project of Tsar 's Pavillion in Polytechnic Fair in Moscow , 1872 , by Dmitry Nikolaevich Chichagov ( September 3 , 1835 July 4 , 1894 ; \u0414\u043c\u0438\u0442\u0440\u0438\u0439 \u041d\u0438\u043a\u043e\u043b\u0430\u0435\u0432\u0438\u0447 \u0427\u0438\u0447\u0430\u0433\u043e\u0432 ) ?", "tokenized_text": ["projects", "from", "1800s", "early", "1900s", "project", "of", "the", "state", "duma", "contest", "of", "1905", "1906", "by", "vladimir", "vasilyevich", "suslov", "july", "25", "1857", "august", "1921", "\u0432\u043b\u0430\u0434\u0438\u043c\u0438\u0440", "\u0432\u0430\u0441\u0438\u043b\u044c\u0435\u0432\u0438\u0447", "\u0441\u0443\u0441\u043b\u043e\u0432", "country", "house", "church", "by", "m", "kuzmin", "country", "house", "project", "of", "tsar", "s", "pavillion", "in", "polytechnic", "fair", "in", "moscow", "1872", "by", "dmitry", "nikolaevich", "chichagov", "september", "3", "1835", "july", "4", "1894", "\u0434\u043c\u0438\u0442\u0440\u0438\u0439", "\u043d\u0438\u043a\u043e\u043b\u0430\u0435\u0432\u0438\u0447", "\u0447\u0438\u0447\u0430\u0433\u043e\u0432"]}, "7913": {"text": "Belfry Country House Skating-rink Country House , detail Country House , by Kuzmin Country house , by Lygin", "tokenized_text": ["belfry", "country", "house", "skating", "rink", "country", "house", "detail", "country", "house", "by", "kuzmin", "country", "house", "by", "lygin"]}, "7914": {"text": "This boy is not tatar-looking .", "tokenized_text": ["this", "boy", "is", "not", "tatar", "looking"]}, "7915": {"text": "I know , how Tatars look like - I see them almost every day on the streets .", "tokenized_text": ["i", "know", "how", "tatars", "look", "like", "i", "see", "them", "almost", "every", "day", "on", "the", "streets"]}, "7916": {"text": "He is not nordic of course , but he is white .", "tokenized_text": ["he", "is", "not", "nordic", "of", "course", "but", "he", "is", "white"]}, "7917": {"text": "Whiter than Armenians for sure .", "tokenized_text": ["whiter", "than", "armenians", "for", "sure"]}, "7918": {"text": "I was realistic in the first post on this thread ( page1 ) , now this , this is the sexy part of our country .", "tokenized_text": ["i", "was", "realistic", "in", "the", "first", "post", "on", "this", "thread", "page1", "now", "this", "this", "is", "the", "sexy", "part", "of", "our", "country"]}, "7919": {"text": "I've seen some other nationalities ones in the world as well .", "tokenized_text": ["i", "ve", "seen", "some", "other", "nationalities", "ones", "in", "the", "world", "as", "well"]}, "7920": {"text": "For most of them it 's call of their own soul and not economical mean only", "tokenized_text": ["for", "most", "of", "them", "it", "s", "call", "of", "their", "own", "soul", "and", "not", "economical", "mean", "only"]}, "7921": {"text": "True.", "tokenized_text": ["true"]}, "7922": {"text": "But the worst thing is the americans and the britons wants yet to make see Basayev like a freedom hero !!", "tokenized_text": ["but", "the", "worst", "thing", "is", "the", "americans", "and", "the", "britons", "wants", "yet", "to", "make", "see", "basayev", "like", "a", "freedom", "hero"]}, "7923": {"text": "As i always said before , there is just too much animosity over the last 200 years for that to occur .", "tokenized_text": ["as", "i", "always", "said", "before", "there", "is", "just", "too", "much", "animosity", "over", "the", "last", "200", "years", "for", "that", "to", "occur"]}, "7924": {"text": "2508", "tokenized_text": ["2508"]}, "7925": {"text": "They are of Mediterranean type , it 's normal because of the temperature to have darker pigmentation , than fellow whites from western and northern Europe .", "tokenized_text": ["they", "are", "of", "mediterranean", "type", "it", "s", "normal", "because", "of", "the", "temperature", "to", "have", "darker", "pigmentation", "than", "fellow", "whites", "from", "western", "and", "northern", "europe"]}, "7926": {"text": "It is amazing to watch the newscasters report on all these cases , yet never make a connection .", "tokenized_text": ["it", "is", "amazing", "to", "watch", "the", "newscasters", "report", "on", "all", "these", "cases", "yet", "never", "make", "a", "connection"]}, "7927": {"text": "Two days , two perps killed .", "tokenized_text": ["two", "days", "two", "perps", "killed"]}, "7928": {"text": "This one is within jogging distance : Police Shoot , Kill NY Fugitive In Jax Man Shot Several Times In Hail Of Gunfire POSTED : Friday , February 11 , 2011 JACKSONVILLE , Fla.", "tokenized_text": ["this", "one", "is", "within", "jogging", "distance", "police", "shoot", "kill", "ny", "fugitive", "in", "jax", "man", "shot", "several", "times", "in", "hail", "of", "gunfire", "posted", "friday", "february", "11", "2011", "jacksonville", "fla"]}, "7929": {"text": "-- A man wanted for attempted murder in New York City was killed Friday afternoon in an exchange of gunfire with officers with a fugitive task force who had gone to a Regency Square-area apartment to arrest him .", "tokenized_text": ["a", "man", "wanted", "for", "attempted", "murder", "in", "new", "york", "city", "was", "killed", "friday", "afternoon", "in", "an", "exchange", "of", "gunfire", "with", "officers", "with", "a", "fugitive", "task", "force", "who", "had", "gone", "to", "a", "regency", "square", "area", "apartment", "to", "arrest", "him"]}, "7930": {"text": "The U.S. Marshals Service said Barion A. Blake was killed about 12 : 30 p.m. at The Colonnade at Regency apartments in the 900 block of Monument Road .", "tokenized_text": ["the", "u", "s", "marshals", "service", "said", "barion", "a", "blake", "was", "killed", "about", "12", "30", "p", "m", "at", "the", "colonnade", "at", "regency", "apartments", "in", "the", "900", "block", "of", "monument", "road"]}, "7931": {"text": "http://www.news4jax.com/news/26834699/detail.html#", "tokenized_text": ["http", "www", "news4jax", "com", "news", "26834699", "detail", "html"]}, "7932": {"text": "Elmira, N.Y.", "tokenized_text": ["elmira", "n", "y"]}, "7933": {"text": "- The case against the Elmira man accused of strangling and stabbing his pregnant ex-girlfriend moved one step forward Friday morning .", "tokenized_text": ["the", "case", "against", "the", "elmira", "man", "accused", "of", "strangling", "and", "stabbing", "his", "pregnant", "ex", "girlfriend", "moved", "one", "step", "forward", "friday", "morning"]}, "7934": {"text": "Loved ones stood together at Chemung County Court to watch 35 year old Arteamus Wells appear before Judge James Hayden .", "tokenized_text": ["loved", "ones", "stood", "together", "at", "chemung", "county", "court", "to", "watch", "35", "year", "old", "arteamus", "wells", "appear", "before", "judge", "james", "hayden"]}, "7935": {"text": "Wells is accused of killing 19 year old Erin Jade Smith on December 6 , 2010 .", "tokenized_text": ["wells", "is", "accused", "of", "killing", "19", "year", "old", "erin", "jade", "smith", "on", "december", "6", "2010"]}, "7936": {"text": "Man Accused of Murder Back in Court - WETM 18 Online Erin Jade Smith Obituary : View Erin Smith 's Obituary by Star-Gazette * * * * * * * * * * * * * * * * * * * * * * * Assumed Deceased : Danielle Brown--FL--02/05/2010", "tokenized_text": ["man", "accused", "of", "murder", "back", "in", "court", "wetm", "18", "online", "erin", "jade", "smith", "obituary", "view", "erin", "smith", "s", "obituary", "by", "star", "gazette", "assumed", "deceased", "danielle", "brown", "fl", "02", "05", "2010"]}, "7937": {"text": "Africa is a hole area of natural resources and only made mud huts from it ... what wild life are able to make even better huts ie birds", "tokenized_text": ["africa", "is", "a", "hole", "area", "of", "natural", "resources", "and", "only", "made", "mud", "huts", "from", "it", "what", "wild", "life", "are", "able", "to", "make", "even", "better", "huts", "ie", "birds"]}, "7938": {"text": "for all of you > > > > > serbian chetniks with german soldiers during ww2 so stop telling lies that all serbians chetniks was against nazis german soldiers", "tokenized_text": ["for", "all", "of", "you", "serbian", "chetniks", "with", "german", "soldiers", "during", "ww2", "so", "stop", "telling", "lies", "that", "all", "serbians", "chetniks", "was", "against", "nazis", "german", "soldiers"]}, "7939": {"text": "MEMPHIS, Tenn.", "tokenized_text": ["memphis", "tenn"]}, "7940": {"text": "- A Memphis teen is behind bars , charged with kidnapping and raping a 15 year old girl .", "tokenized_text": ["a", "memphis", "teen", "is", "behind", "bars", "charged", "with", "kidnapping", "and", "raping", "a", "15", "year", "old", "girl"]}, "7941": {"text": "Police say 19-year old Tyrus Shields threatened the victim with a knife on October 21st , then assaulted the girl twice .", "tokenized_text": ["police", "say", "19", "year", "old", "tyrus", "shields", "threatened", "the", "victim", "with", "a", "knife", "on", "october", "21st", "then", "assaulted", "the", "girl", "twice"]}, "7942": {"text": "Memphis Teen Charged with Rape | My Fox Memphis | Fox 13 News", "tokenized_text": ["memphis", "teen", "charged", "with", "rape", "my", "fox", "memphis", "fox", "13", "news"]}, "7943": {"text": "Killer of woman , child in Oak Cliff gets death penalty | News for Dallas , Texas | Dallas Morning News | Dallas-Fort Worth Crime News | Dallas-Fort Worth News", "tokenized_text": ["killer", "of", "woman", "child", "in", "oak", "cliff", "gets", "death", "penalty", "news", "for", "dallas", "texas", "dallas", "morning", "news", "dallas", "fort", "worth", "crime", "news", "dallas", "fort", "worth", "news"]}, "7944": {"text": "It is a good language to learn and is related to all other Slavic languages .", "tokenized_text": ["it", "is", "a", "good", "language", "to", "learn", "and", "is", "related", "to", "all", "other", "slavic", "languages"]}, "7945": {"text": "Slavic peoples make up some 34 % of European population .", "tokenized_text": ["slavic", "peoples", "make", "up", "some", "34", "of", "european", "population"]}, "7946": {"text": "Yeah, Swamp soccer is the real sport ... beer , naked men , men in flower dresses Actually , I was planning to attend with a girl team one year ... unfortunately it didn \u00b4 t happen YouTube - Swamp Soccer - Finland", "tokenized_text": ["yeah", "swamp", "soccer", "is", "the", "real", "sport", "beer", "naked", "men", "men", "in", "flower", "dresses", "actually", "i", "was", "planning", "to", "attend", "with", "a", "girl", "team", "one", "year", "unfortunately", "it", "didn", "t", "happen", "youtube", "swamp", "soccer", "finland"]}, "7947": {"text": "Another example of affirmative action gone bad !", "tokenized_text": ["another", "example", "of", "affirmative", "action", "gone", "bad"]}, "7948": {"text": "June 6 , 2010 6 : 20 p.m. EDT See full article : Mississippi man faces sixth capital murder trial in 1996 shootings - CNN.com", "tokenized_text": ["june", "6", "2010", "6", "20", "p", "m", "edt", "see", "full", "article", "mississippi", "man", "faces", "sixth", "capital", "murder", "trial", "in", "1996", "shootings", "cnn", "com"]}, "7949": {"text": "Exposed man charged with risk of injury Found with child in car Just another day in da hood ....", "tokenized_text": ["exposed", "man", "charged", "with", "risk", "of", "injury", "found", "with", "child", "in", "car", "just", "another", "day", "in", "da", "hood"]}, "7950": {"text": "Oh yeah , no mugshot picture on the page of course , you have to watch the video report to find out it was yet another case of TNB .", "tokenized_text": ["oh", "yeah", "no", "mugshot", "picture", "on", "the", "page", "of", "course", "you", "have", "to", "watch", "the", "video", "report", "to", "find", "out", "it", "was", "yet", "another", "case", "of", "tnb"]}, "7951": {"text": "+3 3 related images One of Savannah 's Most Wanted Captured 2nd Marine in charged in Las Maracas shooting WNCT - George Crocker - 52 minutes ago 21 year old Erwin Rodriguez , Jr. of Camp Lejeune is charged with one count of Assault with a Deadly Weapon with Intent to Kill Inflicting Serious Injury by ...", "tokenized_text": ["3", "3", "related", "images", "one", "of", "savannah", "s", "most", "wanted", "captured", "2nd", "marine", "in", "charged", "in", "las", "maracas", "shooting", "wnct", "george", "crocker", "52", "minutes", "ago", "21", "year", "old", "erwin", "rodriguez", "jr", "of", "camp", "lejeune", "is", "charged", "with", "one", "count", "of", "assault", "with", "a", "deadly", "weapon", "with", "intent", "to", "kill", "inflicting", "serious", "injury", "by"]}, "7952": {"text": "She had 7 other kids living in the apartment .", "tokenized_text": ["she", "had", "7", "other", "kids", "living", "in", "the", "apartment"]}, "7953": {"text": "The boy had scars and burn marks from head to toe .", "tokenized_text": ["the", "boy", "had", "scars", "and", "burn", "marks", "from", "head", "to", "toe"]}, "7954": {"text": "Look who her partner was : Steve Hamilton", "tokenized_text": ["look", "who", "her", "partner", "was", "steve", "hamilton"]}, "7955": {"text": "Is that couple in the second picture with the dark yellow background an Asian female with a White male or is it something that looks like it designed to send the same message ?", "tokenized_text": ["is", "that", "couple", "in", "the", "second", "picture", "with", "the", "dark", "yellow", "background", "an", "asian", "female", "with", "a", "white", "male", "or", "is", "it", "something", "that", "looks", "like", "it", "designed", "to", "send", "the", "same", "message"]}, "7956": {"text": "Advance Auto Parts on their store poster features a black male and white female counter clerks.One of the most widespread examples of race mixing is your local and national news anchor teams , almost always a black male and white female .", "tokenized_text": ["advance", "auto", "parts", "on", "their", "store", "poster", "features", "a", "black", "male", "and", "white", "female", "counter", "clerks", "one", "of", "the", "most", "widespread", "examples", "of", "race", "mixing", "is", "your", "local", "and", "national", "news", "anchor", "teams", "almost", "always", "a", "black", "male", "and", "white", "female"]}, "7957": {"text": "You need to post less and learn more .", "tokenized_text": ["you", "need", "to", "post", "less", "and", "learn", "more"]}, "7958": {"text": "Until you do , anything that you write is worthless to read .", "tokenized_text": ["until", "you", "do", "anything", "that", "you", "write", "is", "worthless", "to", "read"]}, "7959": {"text": "Consider yourself ignored .", "tokenized_text": ["consider", "yourself", "ignored"]}, "7960": {"text": "If you are looking for such kind of music , then be sure to check out the following bands : ( PS : I 'm not very good at describing music-styles , but * * * * , I 'll give it a try ! )", "tokenized_text": ["if", "you", "are", "looking", "for", "such", "kind", "of", "music", "then", "be", "sure", "to", "check", "out", "the", "following", "bands", "ps", "i", "m", "not", "very", "good", "at", "describing", "music", "styles", "but", "i", "ll", "give", "it", "a", "try"]}, "7961": {"text": "Agent Bulldog ( Sweden ) - Oi !", "tokenized_text": ["agent", "bulldog", "sweden", "oi"]}, "7962": {"text": "Heroes In The Snow ( Sweden ) - Rock & Roll Midgards S\u00f8ner ( Sweden ) - Oi !", "tokenized_text": ["heroes", "in", "the", "snow", "sweden", "rock", "roll", "midgards", "s\u00f8ner", "sweden", "oi"]}, "7963": {"text": "Mistreat ( Finland ) - Oi ! ( This band is great !! )", "tokenized_text": ["mistreat", "finland", "oi", "this", "band", "is", "great"]}, "7964": {"text": "Norhat ( Norway ) - Metal/Oi !", "tokenized_text": ["norhat", "norway", "metal", "oi"]}, "7965": {"text": "Norske Legion ( Norway ) - Oi !", "tokenized_text": ["norske", "legion", "norway", "oi"]}, "7966": {"text": "Odium ( Sweden ) - Oi ! ( This is one my favourites ...", "tokenized_text": ["odium", "sweden", "oi", "this", "is", "one", "my", "favourites"]}, "7967": {"text": "... )", "tokenized_text": []}, "7968": {"text": "Saga ( Sweden ?? ) - Various Ultima Thule ( Sweden ) - Various There are plenty of other bands .", "tokenized_text": ["saga", "sweden", "various", "ultima", "thule", "sweden", "various", "there", "are", "plenty", "of", "other", "bands"]}, "7969": {"text": "Try buying some of the `` Carolus Rex '' compilations .", "tokenized_text": ["try", "buying", "some", "of", "the", "carolus", "rex", "compilations"]}, "7970": {"text": "They contain songs from many ballbreaking bands .", "tokenized_text": ["they", "contain", "songs", "from", "many", "ballbreaking", "bands"]}, "7971": {"text": "Hope you will find what you are looking for .", "tokenized_text": ["hope", "you", "will", "find", "what", "you", "are", "looking", "for"]}, "7972": {"text": "Take care !", "tokenized_text": ["take", "care"]}, "7973": {"text": "Yours , Rebel", "tokenized_text": ["yours", "rebel"]}, "7974": {"text": "Perhaps you should x2 the number of mods so this pathetic situation can be fixed .", "tokenized_text": ["perhaps", "you", "should", "x2", "the", "number", "of", "mods", "so", "this", "pathetic", "situation", "can", "be", "fixed"]}, "7975": {"text": "A better board is going to be more likely to recieve donations .", "tokenized_text": ["a", "better", "board", "is", "going", "to", "be", "more", "likely", "to", "recieve", "donations"]}, "7976": {"text": "I need something translated but I would settle for a `` live '' internet sports channel that carries lithuanian or latvian sports .", "tokenized_text": ["i", "need", "something", "translated", "but", "i", "would", "settle", "for", "a", "live", "internet", "sports", "channel", "that", "carries", "lithuanian", "or", "latvian", "sports"]}, "7977": {"text": "Please pm me or post here .", "tokenized_text": ["please", "pm", "me", "or", "post", "here"]}, "7978": {"text": "Well I do hope that he will not get the PM position ... neither do I want SV nor AP in the government ...", "tokenized_text": ["well", "i", "do", "hope", "that", "he", "will", "not", "get", "the", "pm", "position", "neither", "do", "i", "want", "sv", "nor", "ap", "in", "the", "government"]}, "7979": {"text": "Well, my whole jist of this time was to say that Norwegians are those whose kingdom is the most northerly and therefore the most nordic , as they have been referred to time after time again .", "tokenized_text": ["well", "my", "whole", "jist", "of", "this", "time", "was", "to", "say", "that", "norwegians", "are", "those", "whose", "kingdom", "is", "the", "most", "northerly", "and", "therefore", "the", "most", "nordic", "as", "they", "have", "been", "referred", "to", "time", "after", "time", "again"]}, "7980": {"text": "2508", "tokenized_text": ["2508"]}, "7981": {"text": "``Tuleistu minu k\u00f5rvale '' ?", "tokenized_text": ["tuleistu", "minu", "k\u00f5rvale"]}, "7982": {"text": "Or just say as You remember it and I 'll say if it 's correct .", "tokenized_text": ["or", "just", "say", "as", "you", "remember", "it", "and", "i", "ll", "say", "if", "it", "s", "correct"]}, "7983": {"text": "26155 Yes , our languages really are beautiful , at least I think so .", "tokenized_text": ["26155", "yes", "our", "languages", "really", "are", "beautiful", "at", "least", "i", "think", "so"]}, "7984": {"text": "And they are more than suitable for singing ( when talking about singing ... )", "tokenized_text": ["and", "they", "are", "more", "than", "suitable", "for", "singing", "when", "talking", "about", "singing"]}, "7985": {"text": "It was ' National Song and Dance Festival ' in Estonia today and yesterday .", "tokenized_text": ["it", "was", "national", "song", "and", "dance", "festival", "in", "estonia", "today", "and", "yesterday"]}, "7986": {"text": "21325 white Estonians singing patriotic and just beautiful songs .", "tokenized_text": ["21325", "white", "estonians", "singing", "patriotic", "and", "just", "beautiful", "songs"]}, "7987": {"text": "Around 5 % of Estonians singing on one stage .", "tokenized_text": ["around", "5", "of", "estonians", "singing", "on", "one", "stage"]}, "7988": {"text": "Antoher 1500 singers from other countries were here also ( mostly from Finland ) - and I only saw 1 black and 1 asian there .", "tokenized_text": ["antoher", "1500", "singers", "from", "other", "countries", "were", "here", "also", "mostly", "from", "finland", "and", "i", "only", "saw", "1", "black", "and", "1", "asian", "there"]}, "7989": {"text": "Funny part was that just when they were singing the only song that was in English , it started to rain and lighting bolt striked into TV antenna that was up just next to the stage - it was blackout for 1 minute and picture came back just when they were finishing that song .", "tokenized_text": ["funny", "part", "was", "that", "just", "when", "they", "were", "singing", "the", "only", "song", "that", "was", "in", "english", "it", "started", "to", "rain", "and", "lighting", "bolt", "striked", "into", "tv", "antenna", "that", "was", "up", "just", "next", "to", "the", "stage", "it", "was", "blackout", "for", "1", "minute", "and", "picture", "came", "back", "just", "when", "they", "were", "finishing", "that", "song"]}, "7990": {"text": "What happened was that Vanemuine ( God of songs and games ) did n't like Estonians singing in English and sent Taara ( God of thunder and lighting ) to do something about it Sorry about the off-topic but I just had to post it somewhere and did n't want to make new topic for that .", "tokenized_text": ["what", "happened", "was", "that", "vanemuine", "god", "of", "songs", "and", "games", "did", "n", "t", "like", "estonians", "singing", "in", "english", "and", "sent", "taara", "god", "of", "thunder", "and", "lighting", "to", "do", "something", "about", "it", "sorry", "about", "the", "off", "topic", "but", "i", "just", "had", "to", "post", "it", "somewhere", "and", "did", "n", "t", "want", "to", "make", "new", "topic", "for", "that"]}, "7991": {"text": "That has been proven many times over by the Jew media in the U.S !", "tokenized_text": ["that", "has", "been", "proven", "many", "times", "over", "by", "the", "jew", "media", "in", "the", "u", "s"]}, "7992": {"text": "Their lies are so thick and many that people do n't see the truth when it is in front of them !", "tokenized_text": ["their", "lies", "are", "so", "thick", "and", "many", "that", "people", "do", "n", "t", "see", "the", "truth", "when", "it", "is", "in", "front", "of", "them"]}, "7993": {"text": "Does anyone have a digital camera that could post some pictures of typical public places in any part of scandinavia so that I and others may see the racial makeup of present day scandinavia ???", "tokenized_text": ["does", "anyone", "have", "a", "digital", "camera", "that", "could", "post", "some", "pictures", "of", "typical", "public", "places", "in", "any", "part", "of", "scandinavia", "so", "that", "i", "and", "others", "may", "see", "the", "racial", "makeup", "of", "present", "day", "scandinavia"]}, "7994": {"text": "Thanks in advance .", "tokenized_text": ["thanks", "in", "advance"]}, "7995": {"text": "Does anyone know where i can get backgrounds and stuff , with a white nationalistic look for winxp ??", "tokenized_text": ["does", "anyone", "know", "where", "i", "can", "get", "backgrounds", "and", "stuff", "with", "a", "white", "nationalistic", "look", "for", "winxp"]}, "7996": {"text": "Like This [ img ] Documents and SettingsBlueGuardSkrivebordNy Bitmapbillede.JPG [ /img ]", "tokenized_text": ["like", "this", "img", "documents", "and", "settingsblueguardskrivebordny", "bitmapbillede", "jpg", "img"]}, "7997": {"text": "The israeli prime minister says that he thinks this is a part of the growing anti-semitism in europe , but that statement is a part of the growing anti-scandianavism in israel !", "tokenized_text": ["the", "israeli", "prime", "minister", "says", "that", "he", "thinks", "this", "is", "a", "part", "of", "the", "growing", "anti", "semitism", "in", "europe", "but", "that", "statement", "is", "a", "part", "of", "the", "growing", "anti", "scandianavism", "in", "israel"]}, "7998": {"text": "As far as im concerned as soon as the little half breed is born , it should be tied round her neck and both mother and mulattoe should be flung in the nearest river.Lets see if daddy jumps in to save them !", "tokenized_text": ["as", "far", "as", "im", "concerned", "as", "soon", "as", "the", "little", "half", "breed", "is", "born", "it", "should", "be", "tied", "round", "her", "neck", "and", "both", "mother", "and", "mulattoe", "should", "be", "flung", "in", "the", "nearest", "river", "lets", "see", "if", "daddy", "jumps", "in", "to", "save", "them"]}, "7999": {"text": "Bottom line is , waht are the ethnic breakdowns of each immigrant group admitted for the latest year available , if anyone knows ? diablo", "tokenized_text": ["bottom", "line", "is", "waht", "are", "the", "ethnic", "breakdowns", "of", "each", "immigrant", "group", "admitted", "for", "the", "latest", "year", "available", "if", "anyone", "knows", "diablo"]}, "8000": {"text": "Thats what I tried to tell those nuts over on the health a fitness thread and was attacked for it in post ????", "tokenized_text": ["thats", "what", "i", "tried", "to", "tell", "those", "nuts", "over", "on", "the", "health", "a", "fitness", "thread", "and", "was", "attacked", "for", "it", "in", "post"]}, "8001": {"text": "Thank You for Proving What I said", "tokenized_text": ["thank", "you", "for", "proving", "what", "i", "said"]}, "8002": {"text": "I'm back and I hope that Te\u00e1rlach is too or at least that JJT brave enugh to tell me who did it .", "tokenized_text": ["i", "m", "back", "and", "i", "hope", "that", "te\u00e1rlach", "is", "too", "or", "at", "least", "that", "jjt", "brave", "enugh", "to", "tell", "me", "who", "did", "it"]}, "8003": {"text": "They sometimes ride the ice south ... they turn up in Iceland once in a few years and I think they are common in Svalbard with its frozen sea .", "tokenized_text": ["they", "sometimes", "ride", "the", "ice", "south", "they", "turn", "up", "in", "iceland", "once", "in", "a", "few", "years", "and", "i", "think", "they", "are", "common", "in", "svalbard", "with", "its", "frozen", "sea"]}, "8004": {"text": "Words of old wisdom , `` proverbs '' : `` Paljon puhetta , v\u00e4h\u00e4n villoja '' - ( context : shearing ) `` Lot \u00b4 s of talk , few of wool '' ( meaning : shut up and do your work ) `` Miss\u00e4 paljon puhetta , sielt\u00e4 totuus kaukana '' - ( context : universal ) \" , Truth is far away , where there \u00b4 s much speech \" ( meaning : blabbering for vanitys sake is not only useless but also a sin )", "tokenized_text": ["words", "of", "old", "wisdom", "proverbs", "paljon", "puhetta", "v\u00e4h\u00e4n", "villoja", "context", "shearing", "lot", "s", "of", "talk", "few", "of", "wool", "meaning", "shut", "up", "and", "do", "your", "work", "miss\u00e4", "paljon", "puhetta", "sielt\u00e4", "totuus", "kaukana", "context", "universal", "truth", "is", "far", "away", "where", "there", "s", "much", "speech", "meaning", "blabbering", "for", "vanitys", "sake", "is", "not", "only", "useless", "but", "also", "a", "sin"]}, "8005": {"text": "Don't smoke , do n't drink , do n't chew gum , try to eat little sugar , little artificial ingredients , little sweeteners and preservatives ; healthy and pure , like it should be .", "tokenized_text": ["don", "t", "smoke", "do", "n", "t", "drink", "do", "n", "t", "chew", "gum", "try", "to", "eat", "little", "sugar", "little", "artificial", "ingredients", "little", "sweeteners", "and", "preservatives", "healthy", "and", "pure", "like", "it", "should", "be"]}, "8006": {"text": "If that number is correct then it is impressive .. those men were heroes and patriots who faught for our way of life against red army .", "tokenized_text": ["if", "that", "number", "is", "correct", "then", "it", "is", "impressive", "those", "men", "were", "heroes", "and", "patriots", "who", "faught", "for", "our", "way", "of", "life", "against", "red", "army"]}, "8007": {"text": "Does You do n't know anything about that person except what they themselves have chosen to tell sound familiar ?", "tokenized_text": ["does", "you", "do", "n", "t", "know", "anything", "about", "that", "person", "except", "what", "they", "themselves", "have", "chosen", "to", "tell", "sound", "familiar"]}, "8008": {"text": "Without knowing it yourself , you have judged me .", "tokenized_text": ["without", "knowing", "it", "yourself", "you", "have", "judged", "me"]}, "8009": {"text": "And there you have it .", "tokenized_text": ["and", "there", "you", "have", "it"]}, "8010": {"text": "that prince who married that asian is a freak. imagine his half and half kids growing up and trying to marry into other royal families", "tokenized_text": ["that", "prince", "who", "married", "that", "asian", "is", "a", "freak", "imagine", "his", "half", "and", "half", "kids", "growing", "up", "and", "trying", "to", "marry", "into", "other", "royal", "families"]}, "8011": {"text": "how could you have a debate with a nigerian woman ! pity i was listening in , should have been a good laugh listening to that person trying to hold a civilised conversation", "tokenized_text": ["how", "could", "you", "have", "a", "debate", "with", "a", "nigerian", "woman", "pity", "i", "was", "listening", "in", "should", "have", "been", "a", "good", "laugh", "listening", "to", "that", "person", "trying", "to", "hold", "a", "civilised", "conversation"]}, "8012": {"text": "cant seem to find it where abouts on the site is it ? all i can get is the thing on football hooliganism", "tokenized_text": ["cant", "seem", "to", "find", "it", "where", "abouts", "on", "the", "site", "is", "it", "all", "i", "can", "get", "is", "the", "thing", "on", "football", "hooliganism"]}, "8013": {"text": "I have two photos on my phone and I do n't know how to upload them at the moment .", "tokenized_text": ["i", "have", "two", "photos", "on", "my", "phone", "and", "i", "do", "n", "t", "know", "how", "to", "upload", "them", "at", "the", "moment"]}, "8014": {"text": "I 'll have a look around and try and get them up for people to see .", "tokenized_text": ["i", "ll", "have", "a", "look", "around", "and", "try", "and", "get", "them", "up", "for", "people", "to", "see"]}, "8015": {"text": "We're letting these creatures flow openly through our air and sea ports and not performing so much as a background test on them .", "tokenized_text": ["we", "re", "letting", "these", "creatures", "flow", "openly", "through", "our", "air", "and", "sea", "ports", "and", "not", "performing", "so", "much", "as", "a", "background", "test", "on", "them"]}, "8016": {"text": "if they ban your account on board all you have to do is clear your internets temp files and history folder and you can sign up again. just a press of a button , no need for a proxy", "tokenized_text": ["if", "they", "ban", "your", "account", "on", "board", "all", "you", "have", "to", "do", "is", "clear", "your", "internets", "temp", "files", "and", "history", "folder", "and", "you", "can", "sign", "up", "again", "just", "a", "press", "of", "a", "button", "no", "need", "for", "a", "proxy"]}, "8017": {"text": "I looked up his mothers maiden name and it 's Dunham according to my sources .", "tokenized_text": ["i", "looked", "up", "his", "mothers", "maiden", "name", "and", "it", "s", "dunham", "according", "to", "my", "sources"]}, "8018": {"text": "Dunham is an English name .", "tokenized_text": ["dunham", "is", "an", "english", "name"]}, "8019": {"text": "It was carried to Ireland by English Invaders who came to where they were n't wanted to steal Irish land and Irish lives .", "tokenized_text": ["it", "was", "carried", "to", "ireland", "by", "english", "invaders", "who", "came", "to", "where", "they", "were", "n", "t", "wanted", "to", "steal", "irish", "land", "and", "irish", "lives"]}, "8020": {"text": "Looks like Obama has lived up to his legacy .", "tokenized_text": ["looks", "like", "obama", "has", "lived", "up", "to", "his", "legacy"]}, "8021": {"text": "This is an absolute disgrace , they think they are entitled to everything on a plate and that is out of order .", "tokenized_text": ["this", "is", "an", "absolute", "disgrace", "they", "think", "they", "are", "entitled", "to", "everything", "on", "a", "plate", "and", "that", "is", "out", "of", "order"]}, "8022": {"text": "When I was a kid I cut his grass for a few quid ; I found a s * * t load of cans in his shed so I ran off and got p * * * ed : I don t feel so bad about nicking those cans now .", "tokenized_text": ["when", "i", "was", "a", "kid", "i", "cut", "his", "grass", "for", "a", "few", "quid", "i", "found", "a", "s", "t", "load", "of", "cans", "in", "his", "shed", "so", "i", "ran", "off", "and", "got", "p", "ed", "i", "don", "t", "feel", "so", "bad", "about", "nicking", "those", "cans", "now"]}, "8023": {"text": "The reality is that the White race is a minority race .", "tokenized_text": ["the", "reality", "is", "that", "the", "white", "race", "is", "a", "minority", "race"]}, "8024": {"text": "It 's amazing how the media spin can make it seem other races are minorities when they vastly outnumber us .", "tokenized_text": ["it", "s", "amazing", "how", "the", "media", "spin", "can", "make", "it", "seem", "other", "races", "are", "minorities", "when", "they", "vastly", "outnumber", "us"]}, "8025": {"text": "They do it because they know it pisses the whites off , by showing disrespect as such for other people shows they have no respect for themselves .", "tokenized_text": ["they", "do", "it", "because", "they", "know", "it", "pisses", "the", "whites", "off", "by", "showing", "disrespect", "as", "such", "for", "other", "people", "shows", "they", "have", "no", "respect", "for", "themselves"]}, "8026": {"text": "What gets me is in absolutely no way would I behave in such a fashion in a foreign country , that is totally disrespectful .", "tokenized_text": ["what", "gets", "me", "is", "in", "absolutely", "no", "way", "would", "i", "behave", "in", "such", "a", "fashion", "in", "a", "foreign", "country", "that", "is", "totally", "disrespectful"]}, "8027": {"text": "YouTube - Honesty - Trevor ( Made in Britain ) YouTube - THE DEAD NAZI MARCH YouTube - Ich hatt ' einen http://www.youtube.com/watch ? v = 8U9Sh91htIA Kameraden YouTube - Cross of iron movie intro", "tokenized_text": ["youtube", "honesty", "trevor", "made", "in", "britain", "youtube", "the", "dead", "nazi", "march", "youtube", "ich", "hatt", "einen", "http", "www", "youtube", "com", "watch", "v", "8u9sh91htia", "kameraden", "youtube", "cross", "of", "iron", "movie", "intro"]}, "8028": {"text": "I think the circumstances surrounding his death are very suspicious .", "tokenized_text": ["i", "think", "the", "circumstances", "surrounding", "his", "death", "are", "very", "suspicious"]}, "8029": {"text": "He was despised by the EU as was a nationalist and therefore stood for everything that the EU was against. ie. pro family values , proud of his culture etc .", "tokenized_text": ["he", "was", "despised", "by", "the", "eu", "as", "was", "a", "nationalist", "and", "therefore", "stood", "for", "everything", "that", "the", "eu", "was", "against", "ie", "pro", "family", "values", "proud", "of", "his", "culture", "etc"]}, "8030": {"text": "Hopefully his death will boost support for nationalist groups in all white lands .", "tokenized_text": ["hopefully", "his", "death", "will", "boost", "support", "for", "nationalist", "groups", "in", "all", "white", "lands"]}, "8031": {"text": "I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem", "tokenized_text": ["i", "never", "attacked", "you", "and", "i", "am", "not", "your", "son", "plus", "i", "dont", "care", "what", "you", "done", "p", "m", "if", "you", "have", "a", "problem"]}, "8032": {"text": "Would the gentleman kindly tell us , can wogs be Irish ?", "tokenized_text": ["would", "the", "gentleman", "kindly", "tell", "us", "can", "wogs", "be", "irish"]}, "8033": {"text": "Are ira fighting for WHITE Irish exclusively and a WHITE future for Ireland or is it all the same to them ?", "tokenized_text": ["are", "ira", "fighting", "for", "white", "irish", "exclusively", "and", "a", "white", "future", "for", "ireland", "or", "is", "it", "all", "the", "same", "to", "them"]}, "8034": {"text": "Yeah Das Boot was great got it as present for Christmas .", "tokenized_text": ["yeah", "das", "boot", "was", "great", "got", "it", "as", "present", "for", "christmas"]}, "8035": {"text": "At least the Germans in these movies dont speak English with an American accent like in the old WW2 movies .", "tokenized_text": ["at", "least", "the", "germans", "in", "these", "movies", "dont", "speak", "english", "with", "an", "american", "accent", "like", "in", "the", "old", "ww2", "movies"]}, "8036": {"text": "Does Ireland have a party that is similar to our BNP in the UK ?", "tokenized_text": ["does", "ireland", "have", "a", "party", "that", "is", "similar", "to", "our", "bnp", "in", "the", "uk"]}, "8037": {"text": "Being a smaller country , Ireland will quicker fill up with ethnic scum .", "tokenized_text": ["being", "a", "smaller", "country", "ireland", "will", "quicker", "fill", "up", "with", "ethnic", "scum"]}, "8038": {"text": "Do you think the writer of Planet of the apes was trying to tell us something ? btw its a serious question .", "tokenized_text": ["do", "you", "think", "the", "writer", "of", "planet", "of", "the", "apes", "was", "trying", "to", "tell", "us", "something", "btw", "its", "a", "serious", "question"]}, "8039": {"text": "http://www.youtube.com/watch ? v = w-yIU ... elated & search =", "tokenized_text": ["http", "www", "youtube", "com", "watch", "v", "w", "yiu", "elated", "search"]}, "8040": {"text": "One the Chinese get there teeth into a country that s it they take over .", "tokenized_text": ["one", "the", "chinese", "get", "there", "teeth", "into", "a", "country", "that", "s", "it", "they", "take", "over"]}, "8041": {"text": "The gas thing is there so strict on Immigration in China", "tokenized_text": ["the", "gas", "thing", "is", "there", "so", "strict", "on", "immigration", "in", "china"]}, "8042": {"text": "I now only go into the city when i have to and i had to yesterday and I could not belive what has happend in there .I think i must have seen every peice of dirt from every corner of the globe in there it was horrible .", "tokenized_text": ["i", "now", "only", "go", "into", "the", "city", "when", "i", "have", "to", "and", "i", "had", "to", "yesterday", "and", "i", "could", "not", "belive", "what", "has", "happend", "in", "there", "i", "think", "i", "must", "have", "seen", "every", "peice", "of", "dirt", "from", "every", "corner", "of", "the", "globe", "in", "there", "it", "was", "horrible"]}, "8043": {"text": "Dublin has had it !", "tokenized_text": ["dublin", "has", "had", "it"]}, "8044": {"text": "Islam is a false religion however unlike some other false religions it is crude and appeals to crude people such as arabs .", "tokenized_text": ["islam", "is", "a", "false", "religion", "however", "unlike", "some", "other", "false", "religions", "it", "is", "crude", "and", "appeals", "to", "crude", "people", "such", "as", "arabs"]}, "8045": {"text": "The only way to stop it and its followers from spreading is to join a White unity organization and not support democracy by not voting .", "tokenized_text": ["the", "only", "way", "to", "stop", "it", "and", "its", "followers", "from", "spreading", "is", "to", "join", "a", "white", "unity", "organization", "and", "not", "support", "democracy", "by", "not", "voting"]}, "8046": {"text": "To think that such a great Christian nation as Ireland has an Islamic Foundation is sickening .", "tokenized_text": ["to", "think", "that", "such", "a", "great", "christian", "nation", "as", "ireland", "has", "an", "islamic", "foundation", "is", "sickening"]}, "8047": {"text": "Its one of the last places you 'd expect this", "tokenized_text": ["its", "one", "of", "the", "last", "places", "you", "d", "expect", "this"]}, "8048": {"text": "McCourt the brother of that lier who wrote that book full of lies is running on a gay anti war platform in New York.From a video of his speech the Limerick blogger has it on youtube .", "tokenized_text": ["mccourt", "the", "brother", "of", "that", "lier", "who", "wrote", "that", "book", "full", "of", "lies", "is", "running", "on", "a", "gay", "anti", "war", "platform", "in", "new", "york", "from", "a", "video", "of", "his", "speech", "the", "limerick", "blogger", "has", "it", "on", "youtube"]}, "8049": {"text": "Quite the opposite in fact .", "tokenized_text": ["quite", "the", "opposite", "in", "fact"]}, "8050": {"text": "I have just dispatched a PM to a nember of staff politely suggesting that this forum would be more properly renamed Brentworld , Potato land , the Orange playpen , trollsville , Paisleyland , Londonstormfront , `` Ulster Scot '' Pixie-land , Smilie City ..", "tokenized_text": ["i", "have", "just", "dispatched", "a", "pm", "to", "a", "nember", "of", "staff", "politely", "suggesting", "that", "this", "forum", "would", "be", "more", "properly", "renamed", "brentworld", "potato", "land", "the", "orange", "playpen", "trollsville", "paisleyland", "londonstormfront", "ulster", "scot", "pixie", "land", "smilie", "city"]}, "8051": {"text": "I got a pm from him in which he cliams to write for the Sunday Independent 's Life magazine , enough said", "tokenized_text": ["i", "got", "a", "pm", "from", "him", "in", "which", "he", "cliams", "to", "write", "for", "the", "sunday", "independent", "s", "life", "magazine", "enough", "said"]}, "8052": {"text": "go to www.limerickpost.ie . the story here is typical lies the black is laughing all the way to the bank and he did rob the man .", "tokenized_text": ["go", "to", "www", "limerickpost", "ie", "the", "story", "here", "is", "typical", "lies", "the", "black", "is", "laughing", "all", "the", "way", "to", "the", "bank", "and", "he", "did", "rob", "the", "man"]}, "8053": {"text": "Thats exactly what he means and what they are doing , it has happened to every white nation and we are no different .", "tokenized_text": ["thats", "exactly", "what", "he", "means", "and", "what", "they", "are", "doing", "it", "has", "happened", "to", "every", "white", "nation", "and", "we", "are", "no", "different"]}, "8054": {"text": "We will become a melting pot like our other sister countries in Europe .", "tokenized_text": ["we", "will", "become", "a", "melting", "pot", "like", "our", "other", "sister", "countries", "in", "europe"]}, "8055": {"text": "Hails", "tokenized_text": ["hails"]}, "8056": {"text": "They are a good example of people who are brainwashed .", "tokenized_text": ["they", "are", "a", "good", "example", "of", "people", "who", "are", "brainwashed"]}, "8057": {"text": "They speak the Irish language because it 's their culture but are brainwashed into thinking that it 's ok to destroy our race .", "tokenized_text": ["they", "speak", "the", "irish", "language", "because", "it", "s", "their", "culture", "but", "are", "brainwashed", "into", "thinking", "that", "it", "s", "ok", "to", "destroy", "our", "race"]}, "8058": {"text": "http://www.belfasttelegraph.co.uk/ne...p?story=655156 And the usual loyalist reaction and freedom to Nationalists is to attack the Harryville Catholic Church and hold pickets while people pray inside if the parade goes ahead , and give abuse and threaten and attack Catholics in Ballymena .", "tokenized_text": ["http", "www", "belfasttelegraph", "co", "uk", "ne", "p", "story", "655156", "and", "the", "usual", "loyalist", "reaction", "and", "freedom", "to", "nationalists", "is", "to", "attack", "the", "harryville", "catholic", "church", "and", "hold", "pickets", "while", "people", "pray", "inside", "if", "the", "parade", "goes", "ahead", "and", "give", "abuse", "and", "threaten", "and", "attack", "catholics", "in", "ballymena"]}, "8059": {"text": "4", "tokenized_text": ["4"]}, "8060": {"text": "sorry mods , i posted this twice by mistake so you can kill this thread and leave the other as i cant seem to be able to delete it .", "tokenized_text": ["sorry", "mods", "i", "posted", "this", "twice", "by", "mistake", "so", "you", "can", "kill", "this", "thread", "and", "leave", "the", "other", "as", "i", "cant", "seem", "to", "be", "able", "to", "delete", "it"]}, "8061": {"text": "2508", "tokenized_text": ["2508"]}, "8062": {"text": "Residents against racism has organised a march or demonstration ( whatever ) to keep these killers in ireland and bring in more .", "tokenized_text": ["residents", "against", "racism", "has", "organised", "a", "march", "or", "demonstration", "whatever", "to", "keep", "these", "killers", "in", "ireland", "and", "bring", "in", "more"]}, "8063": {"text": "2508", "tokenized_text": ["2508"]}, "8064": {"text": "God only knows , these people have no respect for ANYTHING not even their own .", "tokenized_text": ["god", "only", "knows", "these", "people", "have", "no", "respect", "for", "anything", "not", "even", "their", "own"]}, "8065": {"text": "That is where we people differ ..", "tokenized_text": ["that", "is", "where", "we", "people", "differ"]}, "8066": {"text": "Hails ~", "tokenized_text": ["hails"]}, "8067": {"text": "wonder what anyone thinks of this for a logo , gaelic guard , garda gaelach Green for Ireland , four stars for the four provinces , on a white field for obvious reasons 2508", "tokenized_text": ["wonder", "what", "anyone", "thinks", "of", "this", "for", "a", "logo", "gaelic", "guard", "garda", "gaelach", "green", "for", "ireland", "four", "stars", "for", "the", "four", "provinces", "on", "a", "white", "field", "for", "obvious", "reasons", "2508"]}, "8068": {"text": "Of course if people would stop going to these places then they would never be able to earn enough money to start up foreign cesspits in Irish towns .", "tokenized_text": ["of", "course", "if", "people", "would", "stop", "going", "to", "these", "places", "then", "they", "would", "never", "be", "able", "to", "earn", "enough", "money", "to", "start", "up", "foreign", "cesspits", "in", "irish", "towns"]}, "8069": {"text": "I do n't have a problem with English working or living in Ireland , maybe it was your personality that was the problem .", "tokenized_text": ["i", "do", "n", "t", "have", "a", "problem", "with", "english", "working", "or", "living", "in", "ireland", "maybe", "it", "was", "your", "personality", "that", "was", "the", "problem"]}, "8070": {"text": "I've taken to call myself either `` European '' , `` half-Irish '' , or `` Irish-American '' .", "tokenized_text": ["i", "ve", "taken", "to", "call", "myself", "either", "european", "half", "irish", "or", "irish", "american"]}, "8071": {"text": "When I hear the term `` American '' , I think of yahoos who are every color of the rainbow and who start wars in the Middle East for Israel 's benefit .", "tokenized_text": ["when", "i", "hear", "the", "term", "american", "i", "think", "of", "yahoos", "who", "are", "every", "color", "of", "the", "rainbow", "and", "who", "start", "wars", "in", "the", "middle", "east", "for", "israel", "s", "benefit"]}, "8072": {"text": "Aragorn", "tokenized_text": ["aragorn"]}, "8073": {"text": "So sick of the way its working , I remember when I was growing up in Winnipeg the little shops were all white runned and owned and would hire people from the community and it was great it helped people and kept streets safe even though me and others would cause some bull * * * * it wasnt anything to how it is now .", "tokenized_text": ["so", "sick", "of", "the", "way", "its", "working", "i", "remember", "when", "i", "was", "growing", "up", "in", "winnipeg", "the", "little", "shops", "were", "all", "white", "runned", "and", "owned", "and", "would", "hire", "people", "from", "the", "community", "and", "it", "was", "great", "it", "helped", "people", "and", "kept", "streets", "safe", "even", "though", "me", "and", "others", "would", "cause", "some", "bull", "it", "wasnt", "anything", "to", "how", "it", "is", "now"]}, "8074": {"text": "Pakis asians and even jungle bunnies come in and * * * * starts getting weird .", "tokenized_text": ["pakis", "asians", "and", "even", "jungle", "bunnies", "come", "in", "and", "starts", "getting", "weird"]}, "8075": {"text": "White kids dressing and acting black and all that * * * * , when I was in school we would beat the * * * * out of those kids .", "tokenized_text": ["white", "kids", "dressing", "and", "acting", "black", "and", "all", "that", "when", "i", "was", "in", "school", "we", "would", "beat", "the", "out", "of", "those", "kids"]}, "8076": {"text": "I grew up in a neighborhood called Transcona it was always white until the last 15 20 years .", "tokenized_text": ["i", "grew", "up", "in", "a", "neighborhood", "called", "transcona", "it", "was", "always", "white", "until", "the", "last", "15", "20", "years"]}, "8077": {"text": "Now i just dont know what to do or think anymore .", "tokenized_text": ["now", "i", "just", "dont", "know", "what", "to", "do", "or", "think", "anymore"]}, "8078": {"text": "So what are your thoughts and personal experiences with the whole new immigration system ??", "tokenized_text": ["so", "what", "are", "your", "thoughts", "and", "personal", "experiences", "with", "the", "whole", "new", "immigration", "system"]}, "8079": {"text": "White people ca n't just be left alone , can they ?", "tokenized_text": ["white", "people", "ca", "n", "t", "just", "be", "left", "alone", "can", "they"]}, "8080": {"text": "Every beautiful place on Earth has to be ruined .", "tokenized_text": ["every", "beautiful", "place", "on", "earth", "has", "to", "be", "ruined"]}, "8081": {"text": "Where can Whites go and be left alone ?", "tokenized_text": ["where", "can", "whites", "go", "and", "be", "left", "alone"]}, "8082": {"text": "I wanted to run for politics as well but I realized there is no hope as society is way too liberal .", "tokenized_text": ["i", "wanted", "to", "run", "for", "politics", "as", "well", "but", "i", "realized", "there", "is", "no", "hope", "as", "society", "is", "way", "too", "liberal"]}, "8083": {"text": "They will vote in a conservative but when the conservative does anything conservative the marxist left label the conservative as an idiot or a racist .", "tokenized_text": ["they", "will", "vote", "in", "a", "conservative", "but", "when", "the", "conservative", "does", "anything", "conservative", "the", "marxist", "left", "label", "the", "conservative", "as", "an", "idiot", "or", "a", "racist"]}, "8084": {"text": "Naturally it will happen , even the biggest white liberal will seek out the white part of town when his neighbourhood becomes culturally enriched ie .", "tokenized_text": ["naturally", "it", "will", "happen", "even", "the", "biggest", "white", "liberal", "will", "seek", "out", "the", "white", "part", "of", "town", "when", "his", "neighbourhood", "becomes", "culturally", "enriched", "ie"]}, "8085": {"text": "50 shades of brown", "tokenized_text": ["50", "shades", "of", "brown"]}, "8086": {"text": "The easiest solution is to find a nice white girl and have at least two or more white children .", "tokenized_text": ["the", "easiest", "solution", "is", "to", "find", "a", "nice", "white", "girl", "and", "have", "at", "least", "two", "or", "more", "white", "children"]}, "8087": {"text": "Raise those children to not be race traitors and instill good values in them .", "tokenized_text": ["raise", "those", "children", "to", "not", "be", "race", "traitors", "and", "instill", "good", "values", "in", "them"]}, "8088": {"text": "You can grow fruit there .", "tokenized_text": ["you", "can", "grow", "fruit", "there"]}, "8089": {"text": "And there 's lots of water ... with trout and other fish .", "tokenized_text": ["and", "there", "s", "lots", "of", "water", "with", "trout", "and", "other", "fish"]}, "8090": {"text": "I really like this idea .", "tokenized_text": ["i", "really", "like", "this", "idea"]}, "8091": {"text": "Indeed, the arab population of interior BC is quite high and in some of the richer areas are almost 60 % + brown .", "tokenized_text": ["indeed", "the", "arab", "population", "of", "interior", "bc", "is", "quite", "high", "and", "in", "some", "of", "the", "richer", "areas", "are", "almost", "60", "brown"]}, "8092": {"text": "I had no idea where Mississauga was , other than in Canada , so I decided to look it up .", "tokenized_text": ["i", "had", "no", "idea", "where", "mississauga", "was", "other", "than", "in", "canada", "so", "i", "decided", "to", "look", "it", "up"]}, "8093": {"text": "In doing so I came across these `` twisted '' new buildings located there :", "tokenized_text": ["in", "doing", "so", "i", "came", "across", "these", "twisted", "new", "buildings", "located", "there"]}, "8094": {"text": "We need to all move out west were the resources are and bring in whites from all other nations then separate we need to have a white homeland its the only way we could possibly save our race .", "tokenized_text": ["we", "need", "to", "all", "move", "out", "west", "were", "the", "resources", "are", "and", "bring", "in", "whites", "from", "all", "other", "nations", "then", "separate", "we", "need", "to", "have", "a", "white", "homeland", "its", "the", "only", "way", "we", "could", "possibly", "save", "our", "race"]}, "8095": {"text": "I'm from a place of 20 ' 000 and it 's 97 % white , come white people !", "tokenized_text": ["i", "m", "from", "a", "place", "of", "20", "000", "and", "it", "s", "97", "white", "come", "white", "people"]}, "8096": {"text": "It just shows how superior Atlantic Canada is .", "tokenized_text": ["it", "just", "shows", "how", "superior", "atlantic", "canada", "is"]}, "8097": {"text": "Yes, you are fine .", "tokenized_text": ["yes", "you", "are", "fine"]}, "8098": {"text": "This is also a great place for news that you wo n't find anywhere else ; heartbreaking as it may be .", "tokenized_text": ["this", "is", "also", "a", "great", "place", "for", "news", "that", "you", "wo", "n", "t", "find", "anywhere", "else", "heartbreaking", "as", "it", "may", "be"]}, "8099": {"text": "Never buy from stores that hire minorities over whites if at all possible .", "tokenized_text": ["never", "buy", "from", "stores", "that", "hire", "minorities", "over", "whites", "if", "at", "all", "possible"]}, "8100": {"text": "In this case it is very possible and good for you anyways .", "tokenized_text": ["in", "this", "case", "it", "is", "very", "possible", "and", "good", "for", "you", "anyways"]}, "8101": {"text": "I have to agree .", "tokenized_text": ["i", "have", "to", "agree"]}, "8102": {"text": "I heard that so many times that the KKK was huge here back in the day .", "tokenized_text": ["i", "heard", "that", "so", "many", "times", "that", "the", "kkk", "was", "huge", "here", "back", "in", "the", "day"]}, "8103": {"text": "Some day 's .", "tokenized_text": ["some", "day", "s"]}, "8104": {"text": "I wish it would come back", "tokenized_text": ["i", "wish", "it", "would", "come", "back"]}, "8105": {"text": "What I am saying is we need a homeland the western half of Canada could do for the start but I also agree Europe needs to saved as well but we have to secure a homeland here first before we could change anything on a global level .", "tokenized_text": ["what", "i", "am", "saying", "is", "we", "need", "a", "homeland", "the", "western", "half", "of", "canada", "could", "do", "for", "the", "start", "but", "i", "also", "agree", "europe", "needs", "to", "saved", "as", "well", "but", "we", "have", "to", "secure", "a", "homeland", "here", "first", "before", "we", "could", "change", "anything", "on", "a", "global", "level"]}, "8106": {"text": "Perhaps this person would care to use the PM facility and let others know how happy he/she is to join WS .", "tokenized_text": ["perhaps", "this", "person", "would", "care", "to", "use", "the", "pm", "facility", "and", "let", "others", "know", "how", "happy", "he", "she", "is", "to", "join", "ws"]}, "8107": {"text": "It refers to people you find in Ireland with very black hair and very pale skin .", "tokenized_text": ["it", "refers", "to", "people", "you", "find", "in", "ireland", "with", "very", "black", "hair", "and", "very", "pale", "skin"]}, "8108": {"text": "Often they have rosy cheeks as well .", "tokenized_text": ["often", "they", "have", "rosy", "cheeks", "as", "well"]}, "8109": {"text": "The female of this type is often extremely beautiful .", "tokenized_text": ["the", "female", "of", "this", "type", "is", "often", "extremely", "beautiful"]}, "8110": {"text": "The people who can stop it are the ones who pay their wages .", "tokenized_text": ["the", "people", "who", "can", "stop", "it", "are", "the", "ones", "who", "pay", "their", "wages"]}, "8111": {"text": "The Fans .", "tokenized_text": ["the", "fans"]}, "8112": {"text": "If English/Scottish/wherever fans refused to turn up to watch teams of coloreds representing them on the pitch things would change .", "tokenized_text": ["if", "english", "scottish", "wherever", "fans", "refused", "to", "turn", "up", "to", "watch", "teams", "of", "coloreds", "representing", "them", "on", "the", "pitch", "things", "would", "change"]}, "8113": {"text": "Protesting Catholic guilt mongering and intellectual deprivation is as worthy of mentioning as the protesting of institutionalized and indoctrinated White guilt from the Jewlords across the Apelantic .", "tokenized_text": ["protesting", "catholic", "guilt", "mongering", "and", "intellectual", "deprivation", "is", "as", "worthy", "of", "mentioning", "as", "the", "protesting", "of", "institutionalized", "and", "indoctrinated", "white", "guilt", "from", "the", "jewlords", "across", "the", "apelantic"]}, "8114": {"text": "There's a place for Poles , it 's called Poland .", "tokenized_text": ["there", "s", "a", "place", "for", "poles", "it", "s", "called", "poland"]}, "8115": {"text": "Just as there 's a place for Pakis called Pakistan and a place for Negro 's called Africa .", "tokenized_text": ["just", "as", "there", "s", "a", "place", "for", "pakis", "called", "pakistan", "and", "a", "place", "for", "negro", "s", "called", "africa"]}, "8116": {"text": "I saw the picture before I saw the title properly .", "tokenized_text": ["i", "saw", "the", "picture", "before", "i", "saw", "the", "title", "properly"]}, "8117": {"text": "I thought it was like a tranny that slept with 200 men !", "tokenized_text": ["i", "thought", "it", "was", "like", "a", "tranny", "that", "slept", "with", "200", "men"]}, "8118": {"text": "It's from mid day Saturday untill the sunday morning but on the Sunday morning if enough want to stay on for the day we 'll see about putting on some ballads & holding a few extra events through the day .", "tokenized_text": ["it", "s", "from", "mid", "day", "saturday", "untill", "the", "sunday", "morning", "but", "on", "the", "sunday", "morning", "if", "enough", "want", "to", "stay", "on", "for", "the", "day", "we", "ll", "see", "about", "putting", "on", "some", "ballads", "holding", "a", "few", "extra", "events", "through", "the", "day"]}, "8119": {"text": "New Supreme Court Justice Lord Dyson JC Article .", "tokenized_text": ["new", "supreme", "court", "justice", "lord", "dyson", "jc", "article"]}, "8120": {"text": "New Supreme Court Justice Lord Dyson | The Jewish Chronicle 4 out of 12 .", "tokenized_text": ["new", "supreme", "court", "justice", "lord", "dyson", "the", "jewish", "chronicle", "4", "out", "of", "12"]}, "8121": {"text": "Very easy Rebel Robbie , our bluebells have flowers which droop down , the Spanish variety have flowers that stick out horizontally , and yes they do cross very easily between species which is why people are asked to destroy the Spaniards before they wipe out our own bluebells .", "tokenized_text": ["very", "easy", "rebel", "robbie", "our", "bluebells", "have", "flowers", "which", "droop", "down", "the", "spanish", "variety", "have", "flowers", "that", "stick", "out", "horizontally", "and", "yes", "they", "do", "cross", "very", "easily", "between", "species", "which", "is", "why", "people", "are", "asked", "to", "destroy", "the", "spaniards", "before", "they", "wipe", "out", "our", "own", "bluebells"]}, "8122": {"text": "LK", "tokenized_text": ["lk"]}, "8123": {"text": "They actually have ads warning people about getting mugged etc , but there is no hint of responsibility in them .", "tokenized_text": ["they", "actually", "have", "ads", "warning", "people", "about", "getting", "mugged", "etc", "but", "there", "is", "no", "hint", "of", "responsibility", "in", "them"]}, "8124": {"text": "They pretty much say if you get mugged it 's your fault .", "tokenized_text": ["they", "pretty", "much", "say", "if", "you", "get", "mugged", "it", "s", "your", "fault"]}, "8125": {"text": "These ' people ' are just scum .", "tokenized_text": ["these", "people", "are", "just", "scum"]}, "8126": {"text": "I think it 's quite ironic that they want to ban the burkha when they look like they are dressed in them themselves .", "tokenized_text": ["i", "think", "it", "s", "quite", "ironic", "that", "they", "want", "to", "ban", "the", "burkha", "when", "they", "look", "like", "they", "are", "dressed", "in", "them", "themselves"]}, "8127": {"text": "There's more than a little evidence that modern Europeans are at least partially descended from Neanderthals .", "tokenized_text": ["there", "s", "more", "than", "a", "little", "evidence", "that", "modern", "europeans", "are", "at", "least", "partially", "descended", "from", "neanderthals"]}, "8128": {"text": "Neanderthals did after all have the largest brain of any human group that ever lived .", "tokenized_text": ["neanderthals", "did", "after", "all", "have", "the", "largest", "brain", "of", "any", "human", "group", "that", "ever", "lived"]}, "8129": {"text": "Get one of these t-shirts for next time you see him : - Asatru Versand - Kein Islam in Europa - Das Christentum ist schlimm genug ( T-Shirt ) Kein Islam in Europa - Das Christentum ist schlimm genug ( T-Shir themd-kein-islam", "tokenized_text": ["get", "one", "of", "these", "t", "shirts", "for", "next", "time", "you", "see", "him", "asatru", "versand", "kein", "islam", "in", "europa", "das", "christentum", "ist", "schlimm", "genug", "t", "shirt", "kein", "islam", "in", "europa", "das", "christentum", "ist", "schlimm", "genug", "t", "shir", "themd", "kein", "islam"]}, "8130": {"text": "I've never been a BNP supporter anyway , the party was doomed from the start .", "tokenized_text": ["i", "ve", "never", "been", "a", "bnp", "supporter", "anyway", "the", "party", "was", "doomed", "from", "the", "start"]}, "8131": {"text": "Its time for the return of Mosley 's blackshirts .", "tokenized_text": ["its", "time", "for", "the", "return", "of", "mosley", "s", "blackshirts"]}, "8132": {"text": "You will know it is a nightmare on day you wake up and you have a black muslim running your country .", "tokenized_text": ["you", "will", "know", "it", "is", "a", "nightmare", "on", "day", "you", "wake", "up", "and", "you", "have", "a", "black", "muslim", "running", "your", "country"]}, "8133": {"text": "Like is here the USA", "tokenized_text": ["like", "is", "here", "the", "usa"]}, "8134": {"text": "Very good video which packs a hard punch .", "tokenized_text": ["very", "good", "video", "which", "packs", "a", "hard", "punch"]}, "8135": {"text": "I hope it gets the coverage it deserves and that white people need .", "tokenized_text": ["i", "hope", "it", "gets", "the", "coverage", "it", "deserves", "and", "that", "white", "people", "need"]}, "8136": {"text": "Anti-racism is a CODE WORD for anti-white max", "tokenized_text": ["anti", "racism", "is", "a", "code", "word", "for", "anti", "white", "max"]}, "8137": {"text": "I have never been called a Nazi before .", "tokenized_text": ["i", "have", "never", "been", "called", "a", "nazi", "before"]}, "8138": {"text": "Thank you .", "tokenized_text": ["thank", "you"]}, "8139": {"text": "If you want to be treated with respect then try showing a bit yourself you arrogant dismissive tosser .", "tokenized_text": ["if", "you", "want", "to", "be", "treated", "with", "respect", "then", "try", "showing", "a", "bit", "yourself", "you", "arrogant", "dismissive", "tosser"]}, "8140": {"text": "Yes! hatred of the English is very real and it 's not going to get better any time soon .", "tokenized_text": ["yes", "hatred", "of", "the", "english", "is", "very", "real", "and", "it", "s", "not", "going", "to", "get", "better", "any", "time", "soon"]}, "8141": {"text": "We have too many foreigners in our country and i fear for the future of all English people .", "tokenized_text": ["we", "have", "too", "many", "foreigners", "in", "our", "country", "and", "i", "fear", "for", "the", "future", "of", "all", "english", "people"]}, "8142": {"text": "All of the security guards i see are white but maybe , just maybe , i 'm blessed because no doubt these negro security guards abuse their power .", "tokenized_text": ["all", "of", "the", "security", "guards", "i", "see", "are", "white", "but", "maybe", "just", "maybe", "i", "m", "blessed", "because", "no", "doubt", "these", "negro", "security", "guards", "abuse", "their", "power"]}, "8143": {"text": "Below is a video of Mr. Hitchens in action when he was last seen on BBC Question Time : Peter Hitchens : Gay Marriage , Immigration , Drugs and Charity - YouTube", "tokenized_text": ["below", "is", "a", "video", "of", "mr", "hitchens", "in", "action", "when", "he", "was", "last", "seen", "on", "bbc", "question", "time", "peter", "hitchens", "gay", "marriage", "immigration", "drugs", "and", "charity", "youtube"]}, "8144": {"text": "the black security guards are racist and look evil and are always giving dirty looks to white customers especially polish customers !", "tokenized_text": ["the", "black", "security", "guards", "are", "racist", "and", "look", "evil", "and", "are", "always", "giving", "dirty", "looks", "to", "white", "customers", "especially", "polish", "customers"]}, "8145": {"text": "Sorry, my last comment was published 2 times because I thought it was not published , I had a problem with the internet .", "tokenized_text": ["sorry", "my", "last", "comment", "was", "published", "2", "times", "because", "i", "thought", "it", "was", "not", "published", "i", "had", "a", "problem", "with", "the", "internet"]}, "8146": {"text": "Welcome, but please do make an effort to use proper English when posting , rather than mobile phone text messaging style .", "tokenized_text": ["welcome", "but", "please", "do", "make", "an", "effort", "to", "use", "proper", "english", "when", "posting", "rather", "than", "mobile", "phone", "text", "messaging", "style"]}, "8147": {"text": "Thank you .....", "tokenized_text": ["thank", "you"]}, "8148": {"text": "Hey, just joined today after being a lurker for a couple of months .", "tokenized_text": ["hey", "just", "joined", "today", "after", "being", "a", "lurker", "for", "a", "couple", "of", "months"]}, "8149": {"text": "I 'll post as much as I can , but I 'm more of a BNP supporter than an expert .", "tokenized_text": ["i", "ll", "post", "as", "much", "as", "i", "can", "but", "i", "m", "more", "of", "a", "bnp", "supporter", "than", "an", "expert"]}, "8150": {"text": "Hi, thought i 'd drop by and introduce myself , i just wish i 'd found this place earlier = / look forward to chatting to you all , niks .", "tokenized_text": ["hi", "thought", "i", "d", "drop", "by", "and", "introduce", "myself", "i", "just", "wish", "i", "d", "found", "this", "place", "earlier", "look", "forward", "to", "chatting", "to", "you", "all", "niks"]}, "8151": {"text": "Three weeks in a house and no one knew he was dead what a sad indictement of modern England .", "tokenized_text": ["three", "weeks", "in", "a", "house", "and", "no", "one", "knew", "he", "was", "dead", "what", "a", "sad", "indictement", "of", "modern", "england"]}, "8152": {"text": "Worse than Benefits St.", "tokenized_text": ["worse", "than", "benefits", "st"]}, "8153": {"text": "Oh dear , Full on white genocide right there .", "tokenized_text": ["oh", "dear", "full", "on", "white", "genocide", "right", "there"]}, "8154": {"text": "Not even other races mixing it up with each other , its whites mixing with all .", "tokenized_text": ["not", "even", "other", "races", "mixing", "it", "up", "with", "each", "other", "its", "whites", "mixing", "with", "all"]}, "8155": {"text": "We have been keeping up with weekly get togethers with a group of pro white like minded people and would like to continue to grow the group. we usually do dinner on the weekends to keep people close .", "tokenized_text": ["we", "have", "been", "keeping", "up", "with", "weekly", "get", "togethers", "with", "a", "group", "of", "pro", "white", "like", "minded", "people", "and", "would", "like", "to", "continue", "to", "grow", "the", "group", "we", "usually", "do", "dinner", "on", "the", "weekends", "to", "keep", "people", "close"]}, "8156": {"text": "The worst thing about this is that every single one of our beautiful cities in ALL of our countries now look like this .", "tokenized_text": ["the", "worst", "thing", "about", "this", "is", "that", "every", "single", "one", "of", "our", "beautiful", "cities", "in", "all", "of", "our", "countries", "now", "look", "like", "this"]}, "8157": {"text": "This is a video with pictures of old postcards of Gliwice ( Gleiwitz ) Upper Silesia , at the beginning of the video , and present day pictures of Gliwice ( Gleiwitz ) at the end of the video .", "tokenized_text": ["this", "is", "a", "video", "with", "pictures", "of", "old", "postcards", "of", "gliwice", "gleiwitz", "upper", "silesia", "at", "the", "beginning", "of", "the", "video", "and", "present", "day", "pictures", "of", "gliwice", "gleiwitz", "at", "the", "end", "of", "the", "video"]}, "8158": {"text": "Gleiwitz/Oberschlesien - YouTube", "tokenized_text": ["gleiwitz", "oberschlesien", "youtube"]}, "8159": {"text": "There is more hope in Austria than normal Greece but I know one guy from it so I can post the news on Monday .", "tokenized_text": ["there", "is", "more", "hope", "in", "austria", "than", "normal", "greece", "but", "i", "know", "one", "guy", "from", "it", "so", "i", "can", "post", "the", "news", "on", "monday"]}, "8160": {"text": "Okay I will take your word for it ; but than why do the same people when they use that word not say Cymru for Wales or Polska for Poland ?", "tokenized_text": ["okay", "i", "will", "take", "your", "word", "for", "it", "but", "than", "why", "do", "the", "same", "people", "when", "they", "use", "that", "word", "not", "say", "cymru", "for", "wales", "or", "polska", "for", "poland"]}, "8161": {"text": "Thank you very much .", "tokenized_text": ["thank", "you", "very", "much"]}, "8162": {"text": "Wow , hundreds of dollars per day spent in the hacking attacks ???", "tokenized_text": ["wow", "hundreds", "of", "dollars", "per", "day", "spent", "in", "the", "hacking", "attacks"]}, "8163": {"text": "It must be the Mossad or the CIA ...", "tokenized_text": ["it", "must", "be", "the", "mossad", "or", "the", "cia"]}, "8164": {"text": "I guess it is the `` Automaidan '' .", "tokenized_text": ["i", "guess", "it", "is", "the", "automaidan"]}, "8165": {"text": "Driving around the governmental buildings and blocking roads .", "tokenized_text": ["driving", "around", "the", "governmental", "buildings", "and", "blocking", "roads"]}, "8166": {"text": "I read that over 1500 cars participated .", "tokenized_text": ["i", "read", "that", "over", "1500", "cars", "participated"]}, "8167": {"text": "I have no idea .", "tokenized_text": ["i", "have", "no", "idea"]}, "8168": {"text": "It does indeed look like a strange thing to do .", "tokenized_text": ["it", "does", "indeed", "look", "like", "a", "strange", "thing", "to", "do"]}, "8169": {"text": "Photoshop by enemies is a theory that makes a lot of sense .", "tokenized_text": ["photoshop", "by", "enemies", "is", "a", "theory", "that", "makes", "a", "lot", "of", "sense"]}, "8170": {"text": "I am not Ukrainian but the Ukraine nationalists and right wing should understand that our white race in all nations in Europe North America Australia and South Africa along with any other white nations should support each other and join together against the Marxist multiculturistic agenda that 's invading every white nation and start to over through the powers to be that is responsible for this genocide and start considering deportation of non whites in white nations !", "tokenized_text": ["i", "am", "not", "ukrainian", "but", "the", "ukraine", "nationalists", "and", "right", "wing", "should", "understand", "that", "our", "white", "race", "in", "all", "nations", "in", "europe", "north", "america", "australia", "and", "south", "africa", "along", "with", "any", "other", "white", "nations", "should", "support", "each", "other", "and", "join", "together", "against", "the", "marxist", "multiculturistic", "agenda", "that", "s", "invading", "every", "white", "nation", "and", "start", "to", "over", "through", "the", "powers", "to", "be", "that", "is", "responsible", "for", "this", "genocide", "and", "start", "considering", "deportation", "of", "non", "whites", "in", "white", "nations"]}, "8171": {"text": "It 's no longer cause your German Polish English Urainian or Russian as long as we are white from our Aryan blood line we are all brothers and sisters !", "tokenized_text": ["it", "s", "no", "longer", "cause", "your", "german", "polish", "english", "urainian", "or", "russian", "as", "long", "as", "we", "are", "white", "from", "our", "aryan", "blood", "line", "we", "are", "all", "brothers", "and", "sisters"]}, "8172": {"text": "YouTube - Original Romper Stomper Soundtrack - The Smack Song Irish are white not black its a fact vote S F. YouTube - Romper Stomper - Fourth reich fighting men", "tokenized_text": ["youtube", "original", "romper", "stomper", "soundtrack", "the", "smack", "song", "irish", "are", "white", "not", "black", "its", "a", "fact", "vote", "s", "f", "youtube", "romper", "stomper", "fourth", "reich", "fighting", "men"]}, "8173": {"text": "http://www.youtube.com/watch?v=zhItDmRiULg one Croatian neo-pagan/slavic song for ya folks , hope you like it ...", "tokenized_text": ["http", "www", "youtube", "com", "watch", "v", "zhitdmriulg", "one", "croatian", "neo", "pagan", "slavic", "song", "for", "ya", "folks", "hope", "you", "like", "it"]}, "8174": {"text": "P.S. - poster above me is just a damn unsuccessful troll", "tokenized_text": ["p", "s", "poster", "above", "me", "is", "just", "a", "damn", "unsuccessful", "troll"]}, "8175": {"text": "YouTube - A NATION CANNOT SURVIVE TREASON : CICERO F G are the enemy of the Irish Nation vote S F not the best but care for the working class Irish not the rich scumbags .", "tokenized_text": ["youtube", "a", "nation", "cannot", "survive", "treason", "cicero", "f", "g", "are", "the", "enemy", "of", "the", "irish", "nation", "vote", "s", "f", "not", "the", "best", "but", "care", "for", "the", "working", "class", "irish", "not", "the", "rich", "scumbags"]}, "8176": {"text": "Blacks in South Africa wondering why their country is going to hell when they put Blacks in charge .", "tokenized_text": ["blacks", "in", "south", "africa", "wondering", "why", "their", "country", "is", "going", "to", "hell", "when", "they", "put", "blacks", "in", "charge"]}, "8177": {"text": "S.African police clash with poor protesters | Top News | Reuters Hand the country over to Muds and what do you expect .", "tokenized_text": ["s", "african", "police", "clash", "with", "poor", "protesters", "top", "news", "reuters", "hand", "the", "country", "over", "to", "muds", "and", "what", "do", "you", "expect"]}, "8178": {"text": "I was reading news on interia few min ago and look what i found : in the name of their god : http://fakty.interia.pl/galerie/obyc ... , 1160979,1,275", "tokenized_text": ["i", "was", "reading", "news", "on", "interia", "few", "min", "ago", "and", "look", "what", "i", "found", "in", "the", "name", "of", "their", "god", "http", "fakty", "interia", "pl", "galerie", "obyc", "1160979", "1", "275"]}, "8179": {"text": "Please stop this nonsense all of you !", "tokenized_text": ["please", "stop", "this", "nonsense", "all", "of", "you"]}, "8180": {"text": "I understand that we are all proud people with very well defined beliefs but fighting amongst each other is really counterproductive .", "tokenized_text": ["i", "understand", "that", "we", "are", "all", "proud", "people", "with", "very", "well", "defined", "beliefs", "but", "fighting", "amongst", "each", "other", "is", "really", "counterproductive"]}, "8181": {"text": "Great,i didnt knew you guys opened this thread Their accent will be super funny for you , but this Belgrade Band is singing some of the most famous Irish and Celtic songs .", "tokenized_text": ["great", "i", "didnt", "knew", "you", "guys", "opened", "this", "thread", "their", "accent", "will", "be", "super", "funny", "for", "you", "but", "this", "belgrade", "band", "is", "singing", "some", "of", "the", "most", "famous", "irish", "and", "celtic", "songs"]}, "8182": {"text": "YouTube - Orthodox Celts - Star Of The County Down", "tokenized_text": ["youtube", "orthodox", "celts", "star", "of", "the", "county", "down"]}, "8183": {"text": "Thanks!", "tokenized_text": ["thanks"]}, "8184": {"text": "I need to get pics of her tonight when I get done shaving her .", "tokenized_text": ["i", "need", "to", "get", "pics", "of", "her", "tonight", "when", "i", "get", "done", "shaving", "her"]}, "8185": {"text": "I want to get it done by a pro but money is tight .", "tokenized_text": ["i", "want", "to", "get", "it", "done", "by", "a", "pro", "but", "money", "is", "tight"]}, "8186": {"text": "Thank God for that .", "tokenized_text": ["thank", "god", "for", "that"]}, "8187": {"text": "It 's probably actually a good thing no one fits your standards ; that way no one has to deal with you .", "tokenized_text": ["it", "s", "probably", "actually", "a", "good", "thing", "no", "one", "fits", "your", "standards", "that", "way", "no", "one", "has", "to", "deal", "with", "you"]}, "8188": {"text": "Yep, her name is Thunderphoenix .", "tokenized_text": ["yep", "her", "name", "is", "thunderphoenix"]}, "8189": {"text": "Because I pulled her from the ashes and I 'll bring her back to the condition she was before she was put in the hands of a neglectful old lady and a hard * * * * teenager .", "tokenized_text": ["because", "i", "pulled", "her", "from", "the", "ashes", "and", "i", "ll", "bring", "her", "back", "to", "the", "condition", "she", "was", "before", "she", "was", "put", "in", "the", "hands", "of", "a", "neglectful", "old", "lady", "and", "a", "hard", "teenager"]}, "8190": {"text": "I believe if your looking you 'll never find true love .", "tokenized_text": ["i", "believe", "if", "your", "looking", "you", "ll", "never", "find", "true", "love"]}, "8191": {"text": "Its comes when u least expect it ... there 's always someone out there for everyone.that 's my belief .", "tokenized_text": ["its", "comes", "when", "u", "least", "expect", "it", "there", "s", "always", "someone", "out", "there", "for", "everyone", "that", "s", "my", "belief"]}, "8192": {"text": "Well if you like to travel mine advice is if they are n't anyone with same beliefs then look in other places and broaden you experiences in other places", "tokenized_text": ["well", "if", "you", "like", "to", "travel", "mine", "advice", "is", "if", "they", "are", "n", "t", "anyone", "with", "same", "beliefs", "then", "look", "in", "other", "places", "and", "broaden", "you", "experiences", "in", "other", "places"]}, "8193": {"text": "haha; im a 19 y.o white male from newcastle area - but im moving back to sydney very soon ( west sydney im afraid lol )", "tokenized_text": ["haha", "im", "a", "19", "y", "o", "white", "male", "from", "newcastle", "area", "but", "im", "moving", "back", "to", "sydney", "very", "soon", "west", "sydney", "im", "afraid", "lol"]}, "8194": {"text": "my first kiss was a girl that lived down the street from me when i was 10.I went to school with her younger sister.Her name was kelsey.She had blonde hair and blue eyes.She was 13.We were at the movies and then I figured I 'd take a chance and try to kiss her and it worked .", "tokenized_text": ["my", "first", "kiss", "was", "a", "girl", "that", "lived", "down", "the", "street", "from", "me", "when", "i", "was", "10", "i", "went", "to", "school", "with", "her", "younger", "sister", "her", "name", "was", "kelsey", "she", "had", "blonde", "hair", "and", "blue", "eyes", "she", "was", "13", "we", "were", "at", "the", "movies", "and", "then", "i", "figured", "i", "d", "take", "a", "chance", "and", "try", "to", "kiss", "her", "and", "it", "worked"]}, "8195": {"text": "we're out just gotta keep looking i live in east texas out here its just as hard for us to find single white men", "tokenized_text": ["we", "re", "out", "just", "gotta", "keep", "looking", "i", "live", "in", "east", "texas", "out", "here", "its", "just", "as", "hard", "for", "us", "to", "find", "single", "white", "men"]}, "8196": {"text": "It is always nice to meet another person with roots in Kansas .", "tokenized_text": ["it", "is", "always", "nice", "to", "meet", "another", "person", "with", "roots", "in", "kansas"]}, "8197": {"text": "I welcome you to SF and hope you make many friends here .", "tokenized_text": ["i", "welcome", "you", "to", "sf", "and", "hope", "you", "make", "many", "friends", "here"]}, "8198": {"text": "Camie", "tokenized_text": ["camie"]}, "8199": {"text": "Well it 's not exactly a pic , but check out my new avatar !", "tokenized_text": ["well", "it", "s", "not", "exactly", "a", "pic", "but", "check", "out", "my", "new", "avatar"]}, "8200": {"text": "I laugh out loud every time I see it !", "tokenized_text": ["i", "laugh", "out", "loud", "every", "time", "i", "see", "it"]}, "8201": {"text": "Hi, I am very respectable nordic man , living in Finland , aged 34 .", "tokenized_text": ["hi", "i", "am", "very", "respectable", "nordic", "man", "living", "in", "finland", "aged", "34"]}, "8202": {"text": "Looking for seriour-or-less-than-less friends of like-minded people .", "tokenized_text": ["looking", "for", "seriour", "or", "less", "than", "less", "friends", "of", "like", "minded", "people"]}, "8203": {"text": "BR , Tapio 2508", "tokenized_text": ["br", "tapio", "2508"]}, "8204": {"text": "So am I , I 'll let them sit there for days before I reply , even if I 'm hanging out here .", "tokenized_text": ["so", "am", "i", "i", "ll", "let", "them", "sit", "there", "for", "days", "before", "i", "reply", "even", "if", "i", "m", "hanging", "out", "here"]}, "8205": {"text": "Alright, I 'll send my pic out only for request in a pm .", "tokenized_text": ["alright", "i", "ll", "send", "my", "pic", "out", "only", "for", "request", "in", "a", "pm"]}, "8206": {"text": "Too many internet people know me by looks , and would love to crucify me for something .", "tokenized_text": ["too", "many", "internet", "people", "know", "me", "by", "looks", "and", "would", "love", "to", "crucify", "me", "for", "something"]}, "8207": {"text": "I wonder if many blacks or Asians have died in a similar circumstances .", "tokenized_text": ["i", "wonder", "if", "many", "blacks", "or", "asians", "have", "died", "in", "a", "similar", "circumstances"]}, "8208": {"text": "Of course , they are more virile than us , so that would n't happen would it ?!!!", "tokenized_text": ["of", "course", "they", "are", "more", "virile", "than", "us", "so", "that", "would", "n", "t", "happen", "would", "it"]}, "8209": {"text": "German Fest !!!!!!!", "tokenized_text": ["german", "fest"]}, "8210": {"text": "Milwaukee Wisconsin The Third Weekend In July Every Year !", "tokenized_text": ["milwaukee", "wisconsin", "the", "third", "weekend", "in", "july", "every", "year"]}, "8211": {"text": "Lots Of Beautiful White German Women !", "tokenized_text": ["lots", "of", "beautiful", "white", "german", "women"]}, "8212": {"text": "Lots Of Beer And Food !!!", "tokenized_text": ["lots", "of", "beer", "and", "food"]}, "8213": {"text": "Hope To See You There ! 14 Words !!!! 88 !!!!! 11", "tokenized_text": ["hope", "to", "see", "you", "there", "14", "words", "88", "11"]}, "8214": {"text": "Usually go to Lake Michigan Beach , MI .", "tokenized_text": ["usually", "go", "to", "lake", "michigan", "beach", "mi"]}, "8215": {"text": "In late June early July with friends and family ..", "tokenized_text": ["in", "late", "june", "early", "july", "with", "friends", "and", "family"]}, "8216": {"text": "Beautiful place .", "tokenized_text": ["beautiful", "place"]}, "8217": {"text": "Which part are you in Berserkergrrl ? 11", "tokenized_text": ["which", "part", "are", "you", "in", "berserkergrrl", "11"]}, "8218": {"text": "I have n't , because I threw out my TV in the mid-1990s when there were to many blacks on TV .", "tokenized_text": ["i", "have", "n", "t", "because", "i", "threw", "out", "my", "tv", "in", "the", "mid", "1990s", "when", "there", "were", "to", "many", "blacks", "on", "tv"]}, "8219": {"text": "I figured it would only get worst .", "tokenized_text": ["i", "figured", "it", "would", "only", "get", "worst"]}, "8220": {"text": "Welcome Erica .", "tokenized_text": ["welcome", "erica"]}, "8221": {"text": "Hi there best way to lose the pounds I use to be 395lbs I tried very diet program on the market 4hr at gym very 3days until friends told me easy way to kept the pounds off it may sound funny Don t eat anything white .", "tokenized_text": ["hi", "there", "best", "way", "to", "lose", "the", "pounds", "i", "use", "to", "be", "395lbs", "i", "tried", "very", "diet", "program", "on", "the", "market", "4hr", "at", "gym", "very", "3days", "until", "friends", "told", "me", "easy", "way", "to", "kept", "the", "pounds", "off", "it", "may", "sound", "funny", "don", "t", "eat", "anything", "white"]}, "8222": {"text": "Cut out the chip and soda , candy and sweet drinks Spend 2hr s 3days a week in gym .", "tokenized_text": ["cut", "out", "the", "chip", "and", "soda", "candy", "and", "sweet", "drinks", "spend", "2hr", "s", "3days", "a", "week", "in", "gym"]}, "8223": {"text": "1year 3months later 194lbs", "tokenized_text": ["1year", "3months", "later", "194lbs"]}, "8224": {"text": "im a 29 year old proud white male who is looking to surround myself with other proud white individuals. im not a radical just a normal guy who is proud of my culture and is tired of being looked down upon from society for being a proud white male. also tired of the `` white boyz '' who are clueless of who they are and where they come from. if anyone wants to know more about please ask", "tokenized_text": ["im", "a", "29", "year", "old", "proud", "white", "male", "who", "is", "looking", "to", "surround", "myself", "with", "other", "proud", "white", "individuals", "im", "not", "a", "radical", "just", "a", "normal", "guy", "who", "is", "proud", "of", "my", "culture", "and", "is", "tired", "of", "being", "looked", "down", "upon", "from", "society", "for", "being", "a", "proud", "white", "male", "also", "tired", "of", "the", "white", "boyz", "who", "are", "clueless", "of", "who", "they", "are", "and", "where", "they", "come", "from", "if", "anyone", "wants", "to", "know", "more", "about", "please", "ask"]}, "8225": {"text": "dont know i dont visit it yes grammer is really horrible i hope i will be able to speak english in few years", "tokenized_text": ["dont", "know", "i", "dont", "visit", "it", "yes", "grammer", "is", "really", "horrible", "i", "hope", "i", "will", "be", "able", "to", "speak", "english", "in", "few", "years"]}, "8226": {"text": "I will get the set I have scanned and have them out into another post w/in a few days .", "tokenized_text": ["i", "will", "get", "the", "set", "i", "have", "scanned", "and", "have", "them", "out", "into", "another", "post", "w", "in", "a", "few", "days"]}, "8227": {"text": "BTW TY for the compliment .", "tokenized_text": ["btw", "ty", "for", "the", "compliment"]}, "8228": {"text": "~ ME", "tokenized_text": ["me"]}, "8229": {"text": "I see all of your goals being accomplished , especially finding a girl to settle down with .", "tokenized_text": ["i", "see", "all", "of", "your", "goals", "being", "accomplished", "especially", "finding", "a", "girl", "to", "settle", "down", "with"]}, "8230": {"text": "Hope to talk to you later .", "tokenized_text": ["hope", "to", "talk", "to", "you", "later"]}, "8231": {"text": "Aimee", "tokenized_text": ["aimee"]}, "8232": {"text": "im sorry about being a bitch.i was just hurt.hope you find your talk with someone.ifyouwant to talk to someone who is trying to get their degrees pm me on sf or im me on aol aryan14words@aol.com or yahoo whiteqt242002 christy88", "tokenized_text": ["im", "sorry", "about", "being", "a", "bitch", "i", "was", "just", "hurt", "hope", "you", "find", "your", "talk", "with", "someone", "ifyouwant", "to", "talk", "to", "someone", "who", "is", "trying", "to", "get", "their", "degrees", "pm", "me", "on", "sf", "or", "im", "me", "on", "aol", "aryan14words", "aol", "com", "or", "yahoo", "whiteqt242002", "christy88"]}, "8233": {"text": "hi lily i am not to far from ya i live in olean ny.i am new on this to hope we can become friends .", "tokenized_text": ["hi", "lily", "i", "am", "not", "to", "far", "from", "ya", "i", "live", "in", "olean", "ny", "i", "am", "new", "on", "this", "to", "hope", "we", "can", "become", "friends"]}, "8234": {"text": "I'm too old ( 38 ) , but I live in Tucson .", "tokenized_text": ["i", "m", "too", "old", "38", "but", "i", "live", "in", "tucson"]}, "8235": {"text": "It 's good to see a fellow Arizonan who is racially aware , though .", "tokenized_text": ["it", "s", "good", "to", "see", "a", "fellow", "arizonan", "who", "is", "racially", "aware", "though"]}, "8236": {"text": "Welcome .", "tokenized_text": ["welcome"]}, "8237": {"text": "Hi, I am 26yo from Glendale AZ .", "tokenized_text": ["hi", "i", "am", "26yo", "from", "glendale", "az"]}, "8238": {"text": "I like going to the gym and doing anything athletic .", "tokenized_text": ["i", "like", "going", "to", "the", "gym", "and", "doing", "anything", "athletic"]}, "8239": {"text": "If interested email me at claw9165@yahoo.com", "tokenized_text": ["if", "interested", "email", "me", "at", "claw9165", "yahoo", "com"]}, "8240": {"text": "Looking for klan , skins in my area ca n't seem to find any around ... just want to hangout get to know new people .... if your out there let me know ......", "tokenized_text": ["looking", "for", "klan", "skins", "in", "my", "area", "ca", "n", "t", "seem", "to", "find", "any", "around", "just", "want", "to", "hangout", "get", "to", "know", "new", "people", "if", "your", "out", "there", "let", "me", "know"]}, "8241": {"text": "Just because they are in super max does not mean they will never be out among us again .", "tokenized_text": ["just", "because", "they", "are", "in", "super", "max", "does", "not", "mean", "they", "will", "never", "be", "out", "among", "us", "again"]}, "8242": {"text": "I did time in Az. and out of the 7 years I was there I spent 6 in super max , but I am amongst the living once more friends , for almost five years now. people go to super max for all kinds of reasons .", "tokenized_text": ["i", "did", "time", "in", "az", "and", "out", "of", "the", "7", "years", "i", "was", "there", "i", "spent", "6", "in", "super", "max", "but", "i", "am", "amongst", "the", "living", "once", "more", "friends", "for", "almost", "five", "years", "now", "people", "go", "to", "super", "max", "for", "all", "kinds", "of", "reasons"]}, "8243": {"text": "I went to max for my crimes being of a violent and racial nature , i went to super max for violence within that maximum unit. there are people in Super maxs who only have a few years to do , it just all depends .", "tokenized_text": ["i", "went", "to", "max", "for", "my", "crimes", "being", "of", "a", "violent", "and", "racial", "nature", "i", "went", "to", "super", "max", "for", "violence", "within", "that", "maximum", "unit", "there", "are", "people", "in", "super", "maxs", "who", "only", "have", "a", "few", "years", "to", "do", "it", "just", "all", "depends"]}, "8244": {"text": ":attack hi im new at this so if u want to talk to me let me know i would like to get to know u if u dont mind my name is bill", "tokenized_text": ["attack", "hi", "im", "new", "at", "this", "so", "if", "u", "want", "to", "talk", "to", "me", "let", "me", "know", "i", "would", "like", "to", "get", "to", "know", "u", "if", "u", "dont", "mind", "my", "name", "is", "bill"]}, "8245": {"text": "hello, lisa ; i 's be de man yo ' am lookin ' fo ' . i 's got fo ' teef in mah haid an ' i 's be black lack a bowlin ' ball wif a nice shiny color. i 's got no job but mebbe yo ' kin git one fo ' yo ` f ? i 's be up in hollum ... wif lub an ' kisses. lub rastus hahaha ... sorry , lisa , could n't resist !", "tokenized_text": ["hello", "lisa", "i", "s", "be", "de", "man", "yo", "am", "lookin", "fo", "i", "s", "got", "fo", "teef", "in", "mah", "haid", "an", "i", "s", "be", "black", "lack", "a", "bowlin", "ball", "wif", "a", "nice", "shiny", "color", "i", "s", "got", "no", "job", "but", "mebbe", "yo", "kin", "git", "one", "fo", "yo", "f", "i", "s", "be", "up", "in", "hollum", "wif", "lub", "an", "kisses", "lub", "rastus", "hahaha", "sorry", "lisa", "could", "n", "t", "resist"]}, "8246": {"text": "There are always people there when I go in there .... but that 's not all to often ..... maybe I just always pick the right time .", "tokenized_text": ["there", "are", "always", "people", "there", "when", "i", "go", "in", "there", "but", "that", "s", "not", "all", "to", "often", "maybe", "i", "just", "always", "pick", "the", "right", "time"]}, "8247": {"text": "yes I was on his call list there at the hospital since I was down there I had to be to get in touch with him for the plummer and for anything else I needed from him as soon as I talk to him at the jail I will let you all know. or if you want to leave a message for him you can just pm me and ill give you the number and you can ask him your self", "tokenized_text": ["yes", "i", "was", "on", "his", "call", "list", "there", "at", "the", "hospital", "since", "i", "was", "down", "there", "i", "had", "to", "be", "to", "get", "in", "touch", "with", "him", "for", "the", "plummer", "and", "for", "anything", "else", "i", "needed", "from", "him", "as", "soon", "as", "i", "talk", "to", "him", "at", "the", "jail", "i", "will", "let", "you", "all", "know", "or", "if", "you", "want", "to", "leave", "a", "message", "for", "him", "you", "can", "just", "pm", "me", "and", "ill", "give", "you", "the", "number", "and", "you", "can", "ask", "him", "your", "self"]}, "8248": {"text": "I have no problem cleaning my own toilets infact I dont even hate it because after im done I know that there be the cleanest dang place for my buttocks to be sitting on the next time there is a need for a bowel movement .", "tokenized_text": ["i", "have", "no", "problem", "cleaning", "my", "own", "toilets", "infact", "i", "dont", "even", "hate", "it", "because", "after", "im", "done", "i", "know", "that", "there", "be", "the", "cleanest", "dang", "place", "for", "my", "buttocks", "to", "be", "sitting", "on", "the", "next", "time", "there", "is", "a", "need", "for", "a", "bowel", "movement"]}, "8249": {"text": "I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508", "tokenized_text": ["i", "clean", "my", "own", "toilet", "as", "for", "public", "toilets", "and", "such", "there", "is", "no", "dirty", "work", "there", "it", "is", "an", "economical", "contribution", "2508"]}, "8250": {"text": "The Ridge motel in Mandan/Bismarck costs $ 300 a week .", "tokenized_text": ["the", "ridge", "motel", "in", "mandan", "bismarck", "costs", "300", "a", "week"]}, "8251": {"text": "Even has a restaurant in it .", "tokenized_text": ["even", "has", "a", "restaurant", "in", "it"]}, "8252": {"text": "I stayed there for a few months a year and a half ago for small job my work bid .", "tokenized_text": ["i", "stayed", "there", "for", "a", "few", "months", "a", "year", "and", "a", "half", "ago", "for", "small", "job", "my", "work", "bid"]}, "8253": {"text": "I was about to get on ya about using the word clip , until I realized you are talking about video clip .", "tokenized_text": ["i", "was", "about", "to", "get", "on", "ya", "about", "using", "the", "word", "clip", "until", "i", "realized", "you", "are", "talking", "about", "video", "clip"]}, "8254": {"text": "Surprisingly , no one has said anything about that .", "tokenized_text": ["surprisingly", "no", "one", "has", "said", "anything", "about", "that"]}, "8255": {"text": "If you want to buy the homes and businesses around you pm Ill show you how to purchase these propertys when they become available , even with bad or no credit or money .", "tokenized_text": ["if", "you", "want", "to", "buy", "the", "homes", "and", "businesses", "around", "you", "pm", "ill", "show", "you", "how", "to", "purchase", "these", "propertys", "when", "they", "become", "available", "even", "with", "bad", "or", "no", "credit", "or", "money"]}, "8256": {"text": "Good point , straight people do get aids .", "tokenized_text": ["good", "point", "straight", "people", "do", "get", "aids"]}, "8257": {"text": "I wonder what the percentage of the San Francisco people who are HIV positive are straight .", "tokenized_text": ["i", "wonder", "what", "the", "percentage", "of", "the", "san", "francisco", "people", "who", "are", "hiv", "positive", "are", "straight"]}, "8258": {"text": "One knows it 's a large number , that 's for sure !", "tokenized_text": ["one", "knows", "it", "s", "a", "large", "number", "that", "s", "for", "sure"]}, "8259": {"text": "Perhaps it may be the gayest big city , but take a look to Sitges , in Spain .", "tokenized_text": ["perhaps", "it", "may", "be", "the", "gayest", "big", "city", "but", "take", "a", "look", "to", "sitges", "in", "spain"]}, "8260": {"text": "I stopped there one day looking for a job for my holidays , and I left immediately when I saw it : you can barely find a straight person there in summer .", "tokenized_text": ["i", "stopped", "there", "one", "day", "looking", "for", "a", "job", "for", "my", "holidays", "and", "i", "left", "immediately", "when", "i", "saw", "it", "you", "can", "barely", "find", "a", "straight", "person", "there", "in", "summer"]}, "8261": {"text": "Just Google it and you 'll see what I mean .", "tokenized_text": ["just", "google", "it", "and", "you", "ll", "see", "what", "i", "mean"]}, "8262": {"text": "http://www.passportmagazine.com/33/Sitges.php Too bad , because it 's a beautiful landscape and beaches ...", "tokenized_text": ["http", "www", "passportmagazine", "com", "33", "sitges", "php", "too", "bad", "because", "it", "s", "a", "beautiful", "landscape", "and", "beaches"]}, "8263": {"text": "To me , the definition of a WN peace maker is a White person who uses political will and psyhical expression to defend and create the survival and existence of the White race .", "tokenized_text": ["to", "me", "the", "definition", "of", "a", "wn", "peace", "maker", "is", "a", "white", "person", "who", "uses", "political", "will", "and", "psyhical", "expression", "to", "defend", "and", "create", "the", "survival", "and", "existence", "of", "the", "white", "race"]}, "8264": {"text": "I came across this site which I thought might be of interest to anyone who plans on setting up a community http://www.dancingrabbit.org/index.html Their not WN I know but we can still learn from them I think .", "tokenized_text": ["i", "came", "across", "this", "site", "which", "i", "thought", "might", "be", "of", "interest", "to", "anyone", "who", "plans", "on", "setting", "up", "a", "community", "http", "www", "dancingrabbit", "org", "index", "html", "their", "not", "wn", "i", "know", "but", "we", "can", "still", "learn", "from", "them", "i", "think"]}, "8265": {"text": "I am looking for anything where I can be among my own people , please PM me if you know of something .", "tokenized_text": ["i", "am", "looking", "for", "anything", "where", "i", "can", "be", "among", "my", "own", "people", "please", "pm", "me", "if", "you", "know", "of", "something"]}, "8266": {"text": "This is from the backfile of Stormfront 's Advance Scout , which is solely devoted to promoting the organizing strategy of PLE-Legionism .", "tokenized_text": ["this", "is", "from", "the", "backfile", "of", "stormfront", "s", "advance", "scout", "which", "is", "solely", "devoted", "to", "promoting", "the", "organizing", "strategy", "of", "ple", "legionism"]}, "8267": {"text": "I saw the same textbook picture the other day but for the life of me cannot remember where I was at .", "tokenized_text": ["i", "saw", "the", "same", "textbook", "picture", "the", "other", "day", "but", "for", "the", "life", "of", "me", "cannot", "remember", "where", "i", "was", "at"]}, "8268": {"text": "Its a great piece of history to know .", "tokenized_text": ["its", "a", "great", "piece", "of", "history", "to", "know"]}, "8269": {"text": "32", "tokenized_text": ["32"]}, "8270": {"text": "How is it possible for someone to construe my post in this way ?", "tokenized_text": ["how", "is", "it", "possible", "for", "someone", "to", "construe", "my", "post", "in", "this", "way"]}, "8271": {"text": "Actually , I was responding to a Swiss person whose message is close to the beginning of the thread .", "tokenized_text": ["actually", "i", "was", "responding", "to", "a", "swiss", "person", "whose", "message", "is", "close", "to", "the", "beginning", "of", "the", "thread"]}, "8272": {"text": "Yes, everyone should check these videos out , as they 're a great way to introduce people to the idea of an open White Nationalist community ( PLE ) .", "tokenized_text": ["yes", "everyone", "should", "check", "these", "videos", "out", "as", "they", "re", "a", "great", "way", "to", "introduce", "people", "to", "the", "idea", "of", "an", "open", "white", "nationalist", "community", "ple"]}, "8273": {"text": "The update on this situation in San Francisco is that a judge rejected the idea that guns could be banned there .", "tokenized_text": ["the", "update", "on", "this", "situation", "in", "san", "francisco", "is", "that", "a", "judge", "rejected", "the", "idea", "that", "guns", "could", "be", "banned", "there"]}, "8274": {"text": "Turns out Ms. Whigger has an arrest warrent out for not showing up for court for traffic violations according to the Kalispell Police Dept ....", "tokenized_text": ["turns", "out", "ms", "whigger", "has", "an", "arrest", "warrent", "out", "for", "not", "showing", "up", "for", "court", "for", "traffic", "violations", "according", "to", "the", "kalispell", "police", "dept"]}, "8275": {"text": "These videos are great in that they are just long enough to get in all that is needed on a particular subject and just short enough to keep it on point and interesting .", "tokenized_text": ["these", "videos", "are", "great", "in", "that", "they", "are", "just", "long", "enough", "to", "get", "in", "all", "that", "is", "needed", "on", "a", "particular", "subject", "and", "just", "short", "enough", "to", "keep", "it", "on", "point", "and", "interesting"]}, "8276": {"text": "This is my next read .", "tokenized_text": ["this", "is", "my", "next", "read"]}, "8277": {"text": "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .", "tokenized_text": ["i", "m", "going", "to", "carefully", "study", "it", "so", "hopefully", "i", "ll", "have", "some", "decent", "input", "to", "contribute"]}, "8278": {"text": "Where in Alabama are you ?", "tokenized_text": ["where", "in", "alabama", "are", "you"]}, "8279": {"text": "I 'm in Birmingham , myself and even the nicer suburban area where I 'm from is getting darker and darker .", "tokenized_text": ["i", "m", "in", "birmingham", "myself", "and", "even", "the", "nicer", "suburban", "area", "where", "i", "m", "from", "is", "getting", "darker", "and", "darker"]}, "8280": {"text": "We need to start a pool on stormfront and use the money to buy this place .", "tokenized_text": ["we", "need", "to", "start", "a", "pool", "on", "stormfront", "and", "use", "the", "money", "to", "buy", "this", "place"]}, "8281": {"text": "Maybe it could be used as some sort of gathering spot for WN .", "tokenized_text": ["maybe", "it", "could", "be", "used", "as", "some", "sort", "of", "gathering", "spot", "for", "wn"]}, "8282": {"text": "I'm fat , and have two cats .", "tokenized_text": ["i", "m", "fat", "and", "have", "two", "cats"]}, "8283": {"text": "20 + is needed .", "tokenized_text": ["20", "is", "needed"]}, "8284": {"text": "Not going to be able to stop for drinks except for the occasional gas station bottled water .", "tokenized_text": ["not", "going", "to", "be", "able", "to", "stop", "for", "drinks", "except", "for", "the", "occasional", "gas", "station", "bottled", "water"]}, "8285": {"text": "I 'd have no way to keep the van air conditioned at a restaurant .", "tokenized_text": ["i", "d", "have", "no", "way", "to", "keep", "the", "van", "air", "conditioned", "at", "a", "restaurant"]}, "8286": {"text": "I dont think anyone is going to decide , its going to be where whites feel the most at home among their own .", "tokenized_text": ["i", "dont", "think", "anyone", "is", "going", "to", "decide", "its", "going", "to", "be", "where", "whites", "feel", "the", "most", "at", "home", "among", "their", "own"]}, "8287": {"text": "Yeah, the map is not the territory .", "tokenized_text": ["yeah", "the", "map", "is", "not", "the", "territory"]}, "8288": {"text": "I find it funny how obsessed many posters are here about how `` White '' and area is .... as if `` Whiteness '' is gauged by skin color alone .", "tokenized_text": ["i", "find", "it", "funny", "how", "obsessed", "many", "posters", "are", "here", "about", "how", "white", "and", "area", "is", "as", "if", "whiteness", "is", "gauged", "by", "skin", "color", "alone"]}, "8289": {"text": "Was n't Bill Clinton the first `` black '' president ?", "tokenized_text": ["was", "n", "t", "bill", "clinton", "the", "first", "black", "president"]}, "8290": {"text": "You can have chickens in your back yard here in town in Kalispell .", "tokenized_text": ["you", "can", "have", "chickens", "in", "your", "back", "yard", "here", "in", "town", "in", "kalispell"]}, "8291": {"text": "As long as they have a place to get warm and you have a heater for the water so it doesnt freeze they do fine .", "tokenized_text": ["as", "long", "as", "they", "have", "a", "place", "to", "get", "warm", "and", "you", "have", "a", "heater", "for", "the", "water", "so", "it", "doesnt", "freeze", "they", "do", "fine"]}, "8292": {"text": "The best way to prevent Black on White rape is to succeed in our goal of removing them all from white countries .", "tokenized_text": ["the", "best", "way", "to", "prevent", "black", "on", "white", "rape", "is", "to", "succeed", "in", "our", "goal", "of", "removing", "them", "all", "from", "white", "countries"]}, "8293": {"text": "Newsnet14.com thugreport.com It 's a shame most of the people that came here are just rambling about killing people though lol ....", "tokenized_text": ["newsnet14", "com", "thugreport", "com", "it", "s", "a", "shame", "most", "of", "the", "people", "that", "came", "here", "are", "just", "rambling", "about", "killing", "people", "though", "lol"]}, "8294": {"text": "The problem is there are thousands of people , mainly europeans , who just create a profile and then post 0-4 times and then vanish .", "tokenized_text": ["the", "problem", "is", "there", "are", "thousands", "of", "people", "mainly", "europeans", "who", "just", "create", "a", "profile", "and", "then", "post", "0", "4", "times", "and", "then", "vanish"]}, "8295": {"text": "I dont think we would get their $", "tokenized_text": ["i", "dont", "think", "we", "would", "get", "their"]}, "8296": {"text": "Cant say over the net what I do EVERY day for our cause but you can bet I do my part .", "tokenized_text": ["cant", "say", "over", "the", "net", "what", "i", "do", "every", "day", "for", "our", "cause", "but", "you", "can", "bet", "i", "do", "my", "part"]}, "8297": {"text": "It may be on a small and local scale but I contribute every day .", "tokenized_text": ["it", "may", "be", "on", "a", "small", "and", "local", "scale", "but", "i", "contribute", "every", "day"]}, "8298": {"text": "Lonewolfing mostly .", "tokenized_text": ["lonewolfing", "mostly"]}, "8299": {"text": "Hello Brothers and Sisters Just wanted to let you know I had ask for a user name change and they approved it .", "tokenized_text": ["hello", "brothers", "and", "sisters", "just", "wanted", "to", "let", "you", "know", "i", "had", "ask", "for", "a", "user", "name", "change", "and", "they", "approved", "it"]}, "8300": {"text": "So within the next day or so my user name will be MICHIGAN GHOST I just did n't want to have anything associated with Bradley or the uka !!!!", "tokenized_text": ["so", "within", "the", "next", "day", "or", "so", "my", "user", "name", "will", "be", "michigan", "ghost", "i", "just", "did", "n", "t", "want", "to", "have", "anything", "associated", "with", "bradley", "or", "the", "uka"]}, "8301": {"text": "Unfortunatly I am going to miss the 21 of march , but on the 23 me and about 10 other white nationalists are going to put several thousand copies of the white nationalist newspaper nationell idag in mailboxes .", "tokenized_text": ["unfortunatly", "i", "am", "going", "to", "miss", "the", "21", "of", "march", "but", "on", "the", "23", "me", "and", "about", "10", "other", "white", "nationalists", "are", "going", "to", "put", "several", "thousand", "copies", "of", "the", "white", "nationalist", "newspaper", "nationell", "idag", "in", "mailboxes"]}, "8302": {"text": "Now now lets not discriminate between muslims and jews , I say get them all back to the middle east and turn the whole sand pit to radioactive glass .", "tokenized_text": ["now", "now", "lets", "not", "discriminate", "between", "muslims", "and", "jews", "i", "say", "get", "them", "all", "back", "to", "the", "middle", "east", "and", "turn", "the", "whole", "sand", "pit", "to", "radioactive", "glass"]}, "8303": {"text": "Yes I fear that a civil war is our last and only option left in a world ruled by damn antifac 's", "tokenized_text": ["yes", "i", "fear", "that", "a", "civil", "war", "is", "our", "last", "and", "only", "option", "left", "in", "a", "world", "ruled", "by", "damn", "antifac", "s"]}, "8304": {"text": "they sent many of the irish immigrants over hundreds of years ago during one of the first ever drafts I beleive .", "tokenized_text": ["they", "sent", "many", "of", "the", "irish", "immigrants", "over", "hundreds", "of", "years", "ago", "during", "one", "of", "the", "first", "ever", "drafts", "i", "beleive"]}, "8305": {"text": "So lets do it to the beaners .", "tokenized_text": ["so", "lets", "do", "it", "to", "the", "beaners"]}, "8306": {"text": "A white against all other color war must happen to rid America , but will it ever happen and would it be successful ?", "tokenized_text": ["a", "white", "against", "all", "other", "color", "war", "must", "happen", "to", "rid", "america", "but", "will", "it", "ever", "happen", "and", "would", "it", "be", "successful"]}, "8307": {"text": "Just about anything you could ever dream of can be found HERE Just about everyone agrees on illegal immigration !", "tokenized_text": ["just", "about", "anything", "you", "could", "ever", "dream", "of", "can", "be", "found", "here", "just", "about", "everyone", "agrees", "on", "illegal", "immigration"]}, "8308": {"text": "Good luck !", "tokenized_text": ["good", "luck"]}, "8309": {"text": "-Yankee Jim", "tokenized_text": ["yankee", "jim"]}, "8310": {"text": "If we each spend three hours on this we will be the talk of all of the news stations .", "tokenized_text": ["if", "we", "each", "spend", "three", "hours", "on", "this", "we", "will", "be", "the", "talk", "of", "all", "of", "the", "news", "stations"]}, "8311": {"text": "It 's easy , legal , and offers imediate gratification .", "tokenized_text": ["it", "s", "easy", "legal", "and", "offers", "imediate", "gratification"]}, "8312": {"text": "What more could we ask for .", "tokenized_text": ["what", "more", "could", "we", "ask", "for"]}, "8313": {"text": "If you are looking to become involved , I would suggest you try calling the National Alliance in Houston at ( 713 ) 684-6614 .", "tokenized_text": ["if", "you", "are", "looking", "to", "become", "involved", "i", "would", "suggest", "you", "try", "calling", "the", "national", "alliance", "in", "houston", "at", "713", "684", "6614"]}, "8314": {"text": "I've followed Mr. Kievsky 's adventures through VNN for the last couple years .", "tokenized_text": ["i", "ve", "followed", "mr", "kievsky", "s", "adventures", "through", "vnn", "for", "the", "last", "couple", "years"]}, "8315": {"text": "He is indeed a brave man and champion of our cause .", "tokenized_text": ["he", "is", "indeed", "a", "brave", "man", "and", "champion", "of", "our", "cause"]}, "8316": {"text": "Sveiks !", "tokenized_text": ["sveiks"]}, "8317": {"text": "Also after sticking them on you can coat them in a flour/water mixture like they use for large posters and it dries see through and is damn near impossible to remove later .", "tokenized_text": ["also", "after", "sticking", "them", "on", "you", "can", "coat", "them", "in", "a", "flour", "water", "mixture", "like", "they", "use", "for", "large", "posters", "and", "it", "dries", "see", "through", "and", "is", "damn", "near", "impossible", "to", "remove", "later"]}, "8318": {"text": "Cross-dressing is in , could try that !", "tokenized_text": ["cross", "dressing", "is", "in", "could", "try", "that"]}, "8319": {"text": "Need to break out my Brittany Spears outfit I guess ..", "tokenized_text": ["need", "to", "break", "out", "my", "brittany", "spears", "outfit", "i", "guess"]}, "8320": {"text": "Pretty bad when you have to hide yourself or your identity in a supposedly free country .", "tokenized_text": ["pretty", "bad", "when", "you", "have", "to", "hide", "yourself", "or", "your", "identity", "in", "a", "supposedly", "free", "country"]}, "8321": {"text": "The cross-dressers and faggots are sure not hiding their identity .", "tokenized_text": ["the", "cross", "dressers", "and", "faggots", "are", "sure", "not", "hiding", "their", "identity"]}, "8322": {"text": "We gottem-aplenty in DC ..", "tokenized_text": ["we", "gottem", "aplenty", "in", "dc"]}, "8323": {"text": "I have bookmarked the site and will check up on it often .", "tokenized_text": ["i", "have", "bookmarked", "the", "site", "and", "will", "check", "up", "on", "it", "often"]}, "8324": {"text": "It is a great idea to organize our political action in this manner .", "tokenized_text": ["it", "is", "a", "great", "idea", "to", "organize", "our", "political", "action", "in", "this", "manner"]}, "8325": {"text": "Each lemming that hears Duke will awaken .", "tokenized_text": ["each", "lemming", "that", "hears", "duke", "will", "awaken"]}, "8326": {"text": "Thank you internet .", "tokenized_text": ["thank", "you", "internet"]}, "8327": {"text": "Thank you Mr. Shockly , father of the computer chip .", "tokenized_text": ["thank", "you", "mr", "shockly", "father", "of", "the", "computer", "chip"]}, "8328": {"text": "Thank all you noble racialists .", "tokenized_text": ["thank", "all", "you", "noble", "racialists"]}, "8329": {"text": "Jewish Supremicism is at the end of its noose. : madex", "tokenized_text": ["jewish", "supremicism", "is", "at", "the", "end", "of", "its", "noose", "madex"]}, "8330": {"text": "i checked other. i saw the VH1 documentary `` Music of Hate '' and heard Nordic Thunder in the backround. i thought it sounded cool and downloaded some of their songs and in the info on it was the national alliance website and david duke 's EURO. i dived into the movement head first and eventually found creativity", "tokenized_text": ["i", "checked", "other", "i", "saw", "the", "vh1", "documentary", "music", "of", "hate", "and", "heard", "nordic", "thunder", "in", "the", "backround", "i", "thought", "it", "sounded", "cool", "and", "downloaded", "some", "of", "their", "songs", "and", "in", "the", "info", "on", "it", "was", "the", "national", "alliance", "website", "and", "david", "duke", "s", "euro", "i", "dived", "into", "the", "movement", "head", "first", "and", "eventually", "found", "creativity"]}, "8331": {"text": "B.S., there would not be a race war because of Whites going out and shooting up non-White neighborhoods ; it is already open season on White Americans and White Europeans and White Australians and White Canadians .", "tokenized_text": ["b", "s", "there", "would", "not", "be", "a", "race", "war", "because", "of", "whites", "going", "out", "and", "shooting", "up", "non", "white", "neighborhoods", "it", "is", "already", "open", "season", "on", "white", "americans", "and", "white", "europeans", "and", "white", "australians", "and", "white", "canadians"]}, "8332": {"text": "Here is the Haiti story for the negro sock puppet , posted for the umteenth time Dr William Pierce The Island Paradise of Haiti - YouTube", "tokenized_text": ["here", "is", "the", "haiti", "story", "for", "the", "negro", "sock", "puppet", "posted", "for", "the", "umteenth", "time", "dr", "william", "pierce", "the", "island", "paradise", "of", "haiti", "youtube"]}, "8333": {"text": "WTF are you laughing ' Groid The Jews are just using you Monkeys Get lost go eat some watermelon and shoot some dice or something .", "tokenized_text": ["wtf", "are", "you", "laughing", "groid", "the", "jews", "are", "just", "using", "you", "monkeys", "get", "lost", "go", "eat", "some", "watermelon", "and", "shoot", "some", "dice", "or", "something"]}, "8334": {"text": "I wonder if he spends a lot of time trying to figure out how he got confined to the Open Forums .", "tokenized_text": ["i", "wonder", "if", "he", "spends", "a", "lot", "of", "time", "trying", "to", "figure", "out", "how", "he", "got", "confined", "to", "the", "open", "forums"]}, "8335": {"text": "I have seen couple Chinese and Japanese tourists but I dont hate you .", "tokenized_text": ["i", "have", "seen", "couple", "chinese", "and", "japanese", "tourists", "but", "i", "dont", "hate", "you"]}, "8336": {"text": "I just believe you should stay in your own country .", "tokenized_text": ["i", "just", "believe", "you", "should", "stay", "in", "your", "own", "country"]}, "8337": {"text": "I think it 's tag team trolling .", "tokenized_text": ["i", "think", "it", "s", "tag", "team", "trolling"]}, "8338": {"text": "One troll is on duty for several hours and then his partner in crime takes over for the next shift .", "tokenized_text": ["one", "troll", "is", "on", "duty", "for", "several", "hours", "and", "then", "his", "partner", "in", "crime", "takes", "over", "for", "the", "next", "shift"]}, "8339": {"text": "I have tall guy privilege ... but I 'm always banging my head on the shower ceiling .", "tokenized_text": ["i", "have", "tall", "guy", "privilege", "but", "i", "m", "always", "banging", "my", "head", "on", "the", "shower", "ceiling"]}, "8340": {"text": "Small cars are a pain in the ass too .", "tokenized_text": ["small", "cars", "are", "a", "pain", "in", "the", "ass", "too"]}, "8341": {"text": "It's just the stupid ones who are copying Miley Cyrus like the one who caught on fire .", "tokenized_text": ["it", "s", "just", "the", "stupid", "ones", "who", "are", "copying", "miley", "cyrus", "like", "the", "one", "who", "caught", "on", "fire"]}, "8342": {"text": "The definition just says sexual dancing but that is actually something old since the 80s or maybe even 60s .", "tokenized_text": ["the", "definition", "just", "says", "sexual", "dancing", "but", "that", "is", "actually", "something", "old", "since", "the", "80s", "or", "maybe", "even", "60s"]}, "8343": {"text": "So your allegiance is to Mexico first and America second ?", "tokenized_text": ["so", "your", "allegiance", "is", "to", "mexico", "first", "and", "america", "second"]}, "8344": {"text": "This means you belong in Mexico , not the US .", "tokenized_text": ["this", "means", "you", "belong", "in", "mexico", "not", "the", "us"]}, "8345": {"text": "Leave now .", "tokenized_text": ["leave", "now"]}, "8346": {"text": "Please save us from ourselves Buzz !", "tokenized_text": ["please", "save", "us", "from", "ourselves", "buzz"]}, "8347": {"text": "Sometimes I just HAVE to feed the trolls and they serve no positive purpose here .", "tokenized_text": ["sometimes", "i", "just", "have", "to", "feed", "the", "trolls", "and", "they", "serve", "no", "positive", "purpose", "here"]}, "8348": {"text": "Sound's like the start of a bad joke : A girl with three kid 's one white , one black and one asian walk 's into a department store .....", "tokenized_text": ["sound", "s", "like", "the", "start", "of", "a", "bad", "joke", "a", "girl", "with", "three", "kid", "s", "one", "white", "one", "black", "and", "one", "asian", "walk", "s", "into", "a", "department", "store"]}, "8349": {"text": "84% French ...", "tokenized_text": ["84", "french"]}, "8350": {"text": "Maybe before 1789 .", "tokenized_text": ["maybe", "before", "1789"]}, "8351": {"text": "Amongst 60 millions French citizens , you would hardly find 5 millions French without foreign ancestry ( after 1900 ) .", "tokenized_text": ["amongst", "60", "millions", "french", "citizens", "you", "would", "hardly", "find", "5", "millions", "french", "without", "foreign", "ancestry", "after", "1900"]}, "8352": {"text": "I do not hate fox news but they throw the jew stick at you every chance they get which makes it unwatchable .", "tokenized_text": ["i", "do", "not", "hate", "fox", "news", "but", "they", "throw", "the", "jew", "stick", "at", "you", "every", "chance", "they", "get", "which", "makes", "it", "unwatchable"]}, "8353": {"text": "Truth be told if they had a good White Nationalist on they would just crush the other networks .", "tokenized_text": ["truth", "be", "told", "if", "they", "had", "a", "good", "white", "nationalist", "on", "they", "would", "just", "crush", "the", "other", "networks"]}, "8354": {"text": "One thing you seemingly cannot grasp--that JEWS themselves are messiah , and their kingdom is earthly .", "tokenized_text": ["one", "thing", "you", "seemingly", "cannot", "grasp", "that", "jews", "themselves", "are", "messiah", "and", "their", "kingdom", "is", "earthly"]}, "8355": {"text": "Their calling is a world ruled by `` the Chosen '' from Jerusalem .", "tokenized_text": ["their", "calling", "is", "a", "world", "ruled", "by", "the", "chosen", "from", "jerusalem"]}, "8356": {"text": "Guess where you fit in ?", "tokenized_text": ["guess", "where", "you", "fit", "in"]}, "8357": {"text": "Unbelievable to me that all these liberals with SO MUCH love to give have zero problem stepping over all the white kids in their own country who need families to get to some random little Haitian kid .", "tokenized_text": ["unbelievable", "to", "me", "that", "all", "these", "liberals", "with", "so", "much", "love", "to", "give", "have", "zero", "problem", "stepping", "over", "all", "the", "white", "kids", "in", "their", "own", "country", "who", "need", "families", "to", "get", "to", "some", "random", "little", "haitian", "kid"]}, "8358": {"text": "I did not see any reliable sources , that connect Leon Trotski and Lenin to the Freemasons .", "tokenized_text": ["i", "did", "not", "see", "any", "reliable", "sources", "that", "connect", "leon", "trotski", "and", "lenin", "to", "the", "freemasons"]}, "8359": {"text": "That quote Trotski made proves nothing .", "tokenized_text": ["that", "quote", "trotski", "made", "proves", "nothing"]}, "8360": {"text": "you should' t say that white are more intelligent than blacks as i am a black neurosurgeon and that takes a high level of intelligence to become so think before you speak .", "tokenized_text": ["you", "should", "t", "say", "that", "white", "are", "more", "intelligent", "than", "blacks", "as", "i", "am", "a", "black", "neurosurgeon", "and", "that", "takes", "a", "high", "level", "of", "intelligence", "to", "become", "so", "think", "before", "you", "speak"]}, "8361": {"text": "I personally do not think blacks in africa are strong like the ones outside. i guess it is hard to say which race is stronger. maybe no race is stronger , it could be down to individual .", "tokenized_text": ["i", "personally", "do", "not", "think", "blacks", "in", "africa", "are", "strong", "like", "the", "ones", "outside", "i", "guess", "it", "is", "hard", "to", "say", "which", "race", "is", "stronger", "maybe", "no", "race", "is", "stronger", "it", "could", "be", "down", "to", "individual"]}, "8362": {"text": "He's a race traitor .", "tokenized_text": ["he", "s", "a", "race", "traitor"]}, "8363": {"text": "Him , his wife , and his kids have absolutely no place in a white nation and it 's disgusting how they put an end to thousands of years of evolution for being so selfish .", "tokenized_text": ["him", "his", "wife", "and", "his", "kids", "have", "absolutely", "no", "place", "in", "a", "white", "nation", "and", "it", "s", "disgusting", "how", "they", "put", "an", "end", "to", "thousands", "of", "years", "of", "evolution", "for", "being", "so", "selfish"]}, "8364": {"text": "You're right .", "tokenized_text": ["you", "re", "right"]}, "8365": {"text": "Millions ca n't .", "tokenized_text": ["millions", "ca", "n", "t"]}, "8366": {"text": "But millions can believe a lie for centuries upon centuries , especially when you make investigating the story a crime .", "tokenized_text": ["but", "millions", "can", "believe", "a", "lie", "for", "centuries", "upon", "centuries", "especially", "when", "you", "make", "investigating", "the", "story", "a", "crime"]}, "8367": {"text": "What do you all have to say about this article ?", "tokenized_text": ["what", "do", "you", "all", "have", "to", "say", "about", "this", "article"]}, "8368": {"text": "Cutback of US aid to Egypt leaves Israel nervous | Fox News", "tokenized_text": ["cutback", "of", "us", "aid", "to", "egypt", "leaves", "israel", "nervous", "fox", "news"]}, "8369": {"text": "Maybe he was that suicide bomber in Iraq who blew himself into a million pieces yesterday with 100 pounds of dynamite .", "tokenized_text": ["maybe", "he", "was", "that", "suicide", "bomber", "in", "iraq", "who", "blew", "himself", "into", "a", "million", "pieces", "yesterday", "with", "100", "pounds", "of", "dynamite"]}, "8370": {"text": "Ka-Boooom !!!", "tokenized_text": ["ka", "boooom"]}, "8371": {"text": "Those are the same Egyptians who have lived there for thousands of years .", "tokenized_text": ["those", "are", "the", "same", "egyptians", "who", "have", "lived", "there", "for", "thousands", "of", "years"]}, "8372": {"text": "They fit the same DNA as the DNA found in ancient mummies .", "tokenized_text": ["they", "fit", "the", "same", "dna", "as", "the", "dna", "found", "in", "ancient", "mummies"]}, "8373": {"text": "Egyptians are not Arabs , they are Egyptians .", "tokenized_text": ["egyptians", "are", "not", "arabs", "they", "are", "egyptians"]}, "8374": {"text": "Sad thing is white nationalists DO judge Negroes by the content of the character .", "tokenized_text": ["sad", "thing", "is", "white", "nationalists", "do", "judge", "negroes", "by", "the", "content", "of", "the", "character"]}, "8375": {"text": "We just do n't like what we see .", "tokenized_text": ["we", "just", "do", "n", "t", "like", "what", "we", "see"]}, "8376": {"text": "Do you post at VNN ?", "tokenized_text": ["do", "you", "post", "at", "vnn"]}, "8377": {"text": "No .", "tokenized_text": ["no"]}, "8378": {"text": "I visited it half a dozen times abt a year ago .", "tokenized_text": ["i", "visited", "it", "half", "a", "dozen", "times", "abt", "a", "year", "ago"]}, "8379": {"text": "It reminded me of a bar-room shootout in old Westerns .", "tokenized_text": ["it", "reminded", "me", "of", "a", "bar", "room", "shootout", "in", "old", "westerns"]}, "8380": {"text": "Then get one to submit an intro video to the show amd see where it goes .", "tokenized_text": ["then", "get", "one", "to", "submit", "an", "intro", "video", "to", "the", "show", "amd", "see", "where", "it", "goes"]}, "8381": {"text": "This particular show is built off of viewer submissions , they are n't out trolling the waters for specific fish .", "tokenized_text": ["this", "particular", "show", "is", "built", "off", "of", "viewer", "submissions", "they", "are", "n", "t", "out", "trolling", "the", "waters", "for", "specific", "fish"]}, "8382": {"text": "What you say about Blacks , Arabs and Jews are LIES .", "tokenized_text": ["what", "you", "say", "about", "blacks", "arabs", "and", "jews", "are", "lies"]}, "8383": {"text": "Your all-white nation is a fraud .", "tokenized_text": ["your", "all", "white", "nation", "is", "a", "fraud"]}, "8384": {"text": "You 'll never build it .", "tokenized_text": ["you", "ll", "never", "build", "it"]}, "8385": {"text": "Makes you wonder how we invented anything at all and built nations that were the envy of the brown world when our countries were mostly white .", "tokenized_text": ["makes", "you", "wonder", "how", "we", "invented", "anything", "at", "all", "and", "built", "nations", "that", "were", "the", "envy", "of", "the", "brown", "world", "when", "our", "countries", "were", "mostly", "white"]}, "8386": {"text": "Grow a brain moron .", "tokenized_text": ["grow", "a", "brain", "moron"]}, "8387": {"text": "I'm not allowed to use any negro inventions ?", "tokenized_text": ["i", "m", "not", "allowed", "to", "use", "any", "negro", "inventions"]}, "8388": {"text": "Damn I was so looking forward to using a sharp rock tied to a stick but ok I promise I wont use any of your wondrous inventions if you stop using everything my race invented .", "tokenized_text": ["damn", "i", "was", "so", "looking", "forward", "to", "using", "a", "sharp", "rock", "tied", "to", "a", "stick", "but", "ok", "i", "promise", "i", "wont", "use", "any", "of", "your", "wondrous", "inventions", "if", "you", "stop", "using", "everything", "my", "race", "invented"]}, "8389": {"text": "Deal ?", "tokenized_text": ["deal"]}, "8390": {"text": "To me it means that Jewish supremacists will never again allow Whites to have a say .", "tokenized_text": ["to", "me", "it", "means", "that", "jewish", "supremacists", "will", "never", "again", "allow", "whites", "to", "have", "a", "say"]}, "8391": {"text": "Their control of all media is proof of that .", "tokenized_text": ["their", "control", "of", "all", "media", "is", "proof", "of", "that"]}, "8392": {"text": "Guns n Roses is not music .", "tokenized_text": ["guns", "n", "roses", "is", "not", "music"]}, "8393": {"text": "Listen to Bluegrass , Celtic , Texas Swing , Rock a Billy , old time County , Southern Rock , and White Nationalist music !", "tokenized_text": ["listen", "to", "bluegrass", "celtic", "texas", "swing", "rock", "a", "billy", "old", "time", "county", "southern", "rock", "and", "white", "nationalist", "music"]}, "8394": {"text": "Go to this thread and discover music you never even heard of before : We have our own Media now !", "tokenized_text": ["go", "to", "this", "thread", "and", "discover", "music", "you", "never", "even", "heard", "of", "before", "we", "have", "our", "own", "media", "now"]}, "8395": {"text": "Damn affirmative action they got the white house , now our beer halls , their is only one safe place left ... God 's save Iceland .", "tokenized_text": ["damn", "affirmative", "action", "they", "got", "the", "white", "house", "now", "our", "beer", "halls", "their", "is", "only", "one", "safe", "place", "left", "god", "s", "save", "iceland"]}, "8396": {"text": "Thank you for posting this ! this disgusting lie will hopefully one day be addressed and corrected , at that point I would hope the world will see the Jews for what they really are .", "tokenized_text": ["thank", "you", "for", "posting", "this", "this", "disgusting", "lie", "will", "hopefully", "one", "day", "be", "addressed", "and", "corrected", "at", "that", "point", "i", "would", "hope", "the", "world", "will", "see", "the", "jews", "for", "what", "they", "really", "are"]}, "8397": {"text": "Skin color alone does not make a race .", "tokenized_text": ["skin", "color", "alone", "does", "not", "make", "a", "race"]}, "8398": {"text": "Any white who works outside can be a deep brown , but genetically is still white .", "tokenized_text": ["any", "white", "who", "works", "outside", "can", "be", "a", "deep", "brown", "but", "genetically", "is", "still", "white"]}, "8399": {"text": "This jew idiot is spewing nothing but propaganda .", "tokenized_text": ["this", "jew", "idiot", "is", "spewing", "nothing", "but", "propaganda"]}, "8400": {"text": "I love the home school idea and very much admire parents who care enough about their children to make the commitment necessary for it to succeed .", "tokenized_text": ["i", "love", "the", "home", "school", "idea", "and", "very", "much", "admire", "parents", "who", "care", "enough", "about", "their", "children", "to", "make", "the", "commitment", "necessary", "for", "it", "to", "succeed"]}, "8401": {"text": "You parents who care enough to commit so passionately to your children are heros and heroines .", "tokenized_text": ["you", "parents", "who", "care", "enough", "to", "commit", "so", "passionately", "to", "your", "children", "are", "heros", "and", "heroines"]}, "8402": {"text": "This is such an exciting project !", "tokenized_text": ["this", "is", "such", "an", "exciting", "project"]}, "8403": {"text": "I am happy to be a part of it and my girls cannot wait to get started !", "tokenized_text": ["i", "am", "happy", "to", "be", "a", "part", "of", "it", "and", "my", "girls", "cannot", "wait", "to", "get", "started"]}, "8404": {"text": "For our Folk , Melody", "tokenized_text": ["for", "our", "folk", "melody"]}, "8405": {"text": "Unfortunately, she will find it very difficult to make a living as a historian if he does n't bow down and do reverence to the Holahoax religion .", "tokenized_text": ["unfortunately", "she", "will", "find", "it", "very", "difficult", "to", "make", "a", "living", "as", "a", "historian", "if", "he", "does", "n", "t", "bow", "down", "and", "do", "reverence", "to", "the", "holahoax", "religion"]}, "8406": {"text": "Cool, Texas is good .", "tokenized_text": ["cool", "texas", "is", "good"]}, "8407": {"text": "Lots of companies moving in , many focused on energy sector .", "tokenized_text": ["lots", "of", "companies", "moving", "in", "many", "focused", "on", "energy", "sector"]}, "8408": {"text": "Texas is basically it 's own country .", "tokenized_text": ["texas", "is", "basically", "it", "s", "own", "country"]}, "8409": {"text": "My cousin lives there , he 's retired nypd .", "tokenized_text": ["my", "cousin", "lives", "there", "he", "s", "retired", "nypd"]}, "8410": {"text": "Right now when I think of WASP 's , I think of New England liberals who have never had a taste of diversity in their life .", "tokenized_text": ["right", "now", "when", "i", "think", "of", "wasp", "s", "i", "think", "of", "new", "england", "liberals", "who", "have", "never", "had", "a", "taste", "of", "diversity", "in", "their", "life"]}, "8411": {"text": "Yeah it could very well deter wild animals from attacking , just be careful in the heat of summer to not burn the neighborhood down etc .", "tokenized_text": ["yeah", "it", "could", "very", "well", "deter", "wild", "animals", "from", "attacking", "just", "be", "careful", "in", "the", "heat", "of", "summer", "to", "not", "burn", "the", "neighborhood", "down", "etc"]}, "8412": {"text": "If it 's a true , SHTF , 72-hour BOB , you 're going to need a lot of stuff and $ 100 is n't going to cover it .", "tokenized_text": ["if", "it", "s", "a", "true", "shtf", "72", "hour", "bob", "you", "re", "going", "to", "need", "a", "lot", "of", "stuff", "and", "100", "is", "n", "t", "going", "to", "cover", "it"]}, "8413": {"text": "! 00 bucks of gear is more than enough for 72 hour .", "tokenized_text": ["00", "bucks", "of", "gear", "is", "more", "than", "enough", "for", "72", "hour"]}, "8414": {"text": "The first and most absolute priority is maintaining core body temperature , a 100 bucks will do that .", "tokenized_text": ["the", "first", "and", "most", "absolute", "priority", "is", "maintaining", "core", "body", "temperature", "a", "100", "bucks", "will", "do", "that"]}, "8415": {"text": "First there 's rations : food you 'll need , water you 'll need , ways to get food along the way ( guns and ammo , fishing lines , traps , nets , etc ) , and ways to get water ( containers , purification tablets , filters , etc ) .", "tokenized_text": ["first", "there", "s", "rations", "food", "you", "ll", "need", "water", "you", "ll", "need", "ways", "to", "get", "food", "along", "the", "way", "guns", "and", "ammo", "fishing", "lines", "traps", "nets", "etc", "and", "ways", "to", "get", "water", "containers", "purification", "tablets", "filters", "etc"]}, "8416": {"text": "In a 72 hour scenario you dont need food .", "tokenized_text": ["in", "a", "72", "hour", "scenario", "you", "dont", "need", "food"]}, "8417": {"text": "72 hour scenario traps are a waste of time and energy .", "tokenized_text": ["72", "hour", "scenario", "traps", "are", "a", "waste", "of", "time", "and", "energy"]}, "8418": {"text": "There are two types of `` 72 hour '' : Wanting to be found .", "tokenized_text": ["there", "are", "two", "types", "of", "72", "hour", "wanting", "to", "be", "found"]}, "8419": {"text": "Not wanting to be found .", "tokenized_text": ["not", "wanting", "to", "be", "found"]}, "8420": {"text": "This is the base core of any pack rather it be 3 day , seven day , trunk or forever kit .", "tokenized_text": ["this", "is", "the", "base", "core", "of", "any", "pack", "rather", "it", "be", "3", "day", "seven", "day", "trunk", "or", "forever", "kit"]}, "8421": {"text": "Stop theorizing , stop dreaming and start practicing .", "tokenized_text": ["stop", "theorizing", "stop", "dreaming", "and", "start", "practicing"]}, "8422": {"text": "Knowledge and skill trumps gear everytime .", "tokenized_text": ["knowledge", "and", "skill", "trumps", "gear", "everytime"]}, "8423": {"text": "https : //www.youtube.com/watch ? v = ttRFIvsuf4A", "tokenized_text": ["https", "www", "youtube", "com", "watch", "v", "ttrfivsuf4a"]}, "8424": {"text": "Sword might come in handy for a couple silent kills or close quarters combat against lightly armed enemies .", "tokenized_text": ["sword", "might", "come", "in", "handy", "for", "a", "couple", "silent", "kills", "or", "close", "quarters", "combat", "against", "lightly", "armed", "enemies"]}, "8425": {"text": "Sword will dispatch them rather handily .", "tokenized_text": ["sword", "will", "dispatch", "them", "rather", "handily"]}, "8426": {"text": "When I have the five children I wish to have , every Sunday I will read for then Mein Kampf , my bible I am not kidding .", "tokenized_text": ["when", "i", "have", "the", "five", "children", "i", "wish", "to", "have", "every", "sunday", "i", "will", "read", "for", "then", "mein", "kampf", "my", "bible", "i", "am", "not", "kidding"]}, "8427": {"text": "I can tell you that colleges in New York are very liberal , even the Christian or Catholic ones .", "tokenized_text": ["i", "can", "tell", "you", "that", "colleges", "in", "new", "york", "are", "very", "liberal", "even", "the", "christian", "or", "catholic", "ones"]}, "8428": {"text": "Stay away from any public or state schools , would have to be private .", "tokenized_text": ["stay", "away", "from", "any", "public", "or", "state", "schools", "would", "have", "to", "be", "private"]}, "8429": {"text": "I've actually discussed this idea with others here on SF However it would have to be in a PLE sort of situation to have the number of students and teachers required .", "tokenized_text": ["i", "ve", "actually", "discussed", "this", "idea", "with", "others", "here", "on", "sf", "however", "it", "would", "have", "to", "be", "in", "a", "ple", "sort", "of", "situation", "to", "have", "the", "number", "of", "students", "and", "teachers", "required"]}, "8430": {"text": "I'd have to say that quite simply he is the greatest human to ever walk on this planet .", "tokenized_text": ["i", "d", "have", "to", "say", "that", "quite", "simply", "he", "is", "the", "greatest", "human", "to", "ever", "walk", "on", "this", "planet"]}, "8431": {"text": "In my opinion he is god like and I take inspiration from him every day .", "tokenized_text": ["in", "my", "opinion", "he", "is", "god", "like", "and", "i", "take", "inspiration", "from", "him", "every", "day"]}, "8432": {"text": "THIS is precisely why I do n't watch his videos .", "tokenized_text": ["this", "is", "precisely", "why", "i", "do", "n", "t", "watch", "his", "videos"]}, "8433": {"text": "I did n't watch this one either .", "tokenized_text": ["i", "did", "n", "t", "watch", "this", "one", "either"]}, "8434": {"text": "The guy if soooo annoying !", "tokenized_text": ["the", "guy", "if", "soooo", "annoying"]}, "8435": {"text": "unfortunately chicago doesnt prove this .. we need to send them all to the poles we could make better use of africa", "tokenized_text": ["unfortunately", "chicago", "doesnt", "prove", "this", "we", "need", "to", "send", "them", "all", "to", "the", "poles", "we", "could", "make", "better", "use", "of", "africa"]}, "8436": {"text": "They were nothing short of a Godsend .", "tokenized_text": ["they", "were", "nothing", "short", "of", "a", "godsend"]}, "8437": {"text": "Maximum resistance towards Zog !", "tokenized_text": ["maximum", "resistance", "towards", "zog"]}, "8438": {"text": "The KKK sent a shiver of fear down the spines of our enemies like most will never know .", "tokenized_text": ["the", "kkk", "sent", "a", "shiver", "of", "fear", "down", "the", "spines", "of", "our", "enemies", "like", "most", "will", "never", "know"]}, "8439": {"text": "Commited Revolutionaries .", "tokenized_text": ["commited", "revolutionaries"]}, "8440": {"text": "Don't bother arguing with your teachers , just pretend to go along with what they are saying .", "tokenized_text": ["don", "t", "bother", "arguing", "with", "your", "teachers", "just", "pretend", "to", "go", "along", "with", "what", "they", "are", "saying"]}, "8441": {"text": "Basically just tell them what they want to hear .", "tokenized_text": ["basically", "just", "tell", "them", "what", "they", "want", "to", "hear"]}, "8442": {"text": "Found this great link while surfing : http://www.freegifts4kids.com/index .... tion = home.home New and expecting parents receive FREE baby products and coupons from major baby companies such as Gerber , Nestle Carnation , and Mead Johnson Nutritionals .", "tokenized_text": ["found", "this", "great", "link", "while", "surfing", "http", "www", "freegifts4kids", "com", "index", "tion", "home", "home", "new", "and", "expecting", "parents", "receive", "free", "baby", "products", "and", "coupons", "from", "major", "baby", "companies", "such", "as", "gerber", "nestle", "carnation", "and", "mead", "johnson", "nutritionals"]}, "8443": {"text": "Carrying any hammer here in the UK on the streets without good cause such as you need it for work would be classed as an offensive weapon .", "tokenized_text": ["carrying", "any", "hammer", "here", "in", "the", "uk", "on", "the", "streets", "without", "good", "cause", "such", "as", "you", "need", "it", "for", "work", "would", "be", "classed", "as", "an", "offensive", "weapon"]}, "8444": {"text": "It is about time damn it If we keep listening to the damn Ass teachers we are going to change from Aryan to Airy Einstein is Airy want us to believe in time travel and hooking up a hose to the sky to funnel dark energy when the damn professors funneling funds and teaching Einstein 's stupidity I can prove Einstein stupid and I tried to meet David Duke to end Einstein and he did not reply Any History makers ?", "tokenized_text": ["it", "is", "about", "time", "damn", "it", "if", "we", "keep", "listening", "to", "the", "damn", "ass", "teachers", "we", "are", "going", "to", "change", "from", "aryan", "to", "airy", "einstein", "is", "airy", "want", "us", "to", "believe", "in", "time", "travel", "and", "hooking", "up", "a", "hose", "to", "the", "sky", "to", "funnel", "dark", "energy", "when", "the", "damn", "professors", "funneling", "funds", "and", "teaching", "einstein", "s", "stupidity", "i", "can", "prove", "einstein", "stupid", "and", "i", "tried", "to", "meet", "david", "duke", "to", "end", "einstein", "and", "he", "did", "not", "reply", "any", "history", "makers"]}, "8445": {"text": "Vancouver?", "tokenized_text": ["vancouver"]}, "8446": {"text": "I passed through there on a flight and walked through the city , oh God , I thought the plane accidentally landed in Singapore !", "tokenized_text": ["i", "passed", "through", "there", "on", "a", "flight", "and", "walked", "through", "the", "city", "oh", "god", "i", "thought", "the", "plane", "accidentally", "landed", "in", "singapore"]}, "8447": {"text": "Vancouver ?", "tokenized_text": ["vancouver"]}, "8448": {"text": "More like Hongcouver ?", "tokenized_text": ["more", "like", "hongcouver"]}, "8449": {"text": "Unbeautiful ' modern ' sculpture : The Harp Twins Camille and Kennerly ask : Chicago has the Bean and New York had the ??? Comments : it was the Bull .... on Wall Street New York had the `` I-popped-a-can-of-cinnamon-rolls-and-then-piled them-on-top-of-each-other-and-painted-it-silver '' monument .", "tokenized_text": ["unbeautiful", "modern", "sculpture", "the", "harp", "twins", "camille", "and", "kennerly", "ask", "chicago", "has", "the", "bean", "and", "new", "york", "had", "the", "comments", "it", "was", "the", "bull", "on", "wall", "street", "new", "york", "had", "the", "i", "popped", "a", "can", "of", "cinnamon", "rolls", "and", "then", "piled", "them", "on", "top", "of", "each", "other", "and", "painted", "it", "silver", "monument"]}, "8450": {"text": "Mound of Misshapened Aluminum ?", "tokenized_text": ["mound", "of", "misshapened", "aluminum"]}, "8451": {"text": "Reminds me of Homer Simpson 's `` angry art '' This looks like something I made as a kid [ the winner ! ]", "tokenized_text": ["reminds", "me", "of", "homer", "simpson", "s", "angry", "art", "this", "looks", "like", "something", "i", "made", "as", "a", "kid", "the", "winner"]}, "8452": {"text": "This is a great resource , but they have practically no pro-White books in their library .", "tokenized_text": ["this", "is", "a", "great", "resource", "but", "they", "have", "practically", "no", "pro", "white", "books", "in", "their", "library"]}, "8453": {"text": "Who will volunteer to create pro-White audio books ?", "tokenized_text": ["who", "will", "volunteer", "to", "create", "pro", "white", "audio", "books"]}, "8454": {"text": "I'm Scottish on my mom 's side and Portuguese on my dad 's side and I live in the north of Portugal", "tokenized_text": ["i", "m", "scottish", "on", "my", "mom", "s", "side", "and", "portuguese", "on", "my", "dad", "s", "side", "and", "i", "live", "in", "the", "north", "of", "portugal"]}, "8455": {"text": "With those who 're sincere and genuine Racial Nationalists that 's usually the best .", "tokenized_text": ["with", "those", "who", "re", "sincere", "and", "genuine", "racial", "nationalists", "that", "s", "usually", "the", "best"]}, "8456": {"text": "I definitely feel that way towards Snowy Owl .", "tokenized_text": ["i", "definitely", "feel", "that", "way", "towards", "snowy", "owl"]}, "8457": {"text": "If a J frame .38 wont deal with it , you should n't be screwing with it without a long gun .", "tokenized_text": ["if", "a", "j", "frame", "38", "wont", "deal", "with", "it", "you", "should", "n", "t", "be", "screwing", "with", "it", "without", "a", "long", "gun"]}, "8458": {"text": "If you cant hide a J frame you better carry a purse ...", "tokenized_text": ["if", "you", "cant", "hide", "a", "j", "frame", "you", "better", "carry", "a", "purse"]}, "8459": {"text": "I can see the future of testing .", "tokenized_text": ["i", "can", "see", "the", "future", "of", "testing"]}, "8460": {"text": "All none whites scores start at 70 % passing grade 72 % .", "tokenized_text": ["all", "none", "whites", "scores", "start", "at", "70", "passing", "grade", "72"]}, "8461": {"text": "For White students the test starts at - 40 % , passing score 99 % .", "tokenized_text": ["for", "white", "students", "the", "test", "starts", "at", "40", "passing", "score", "99"]}, "8462": {"text": "This is to overcome White privilege", "tokenized_text": ["this", "is", "to", "overcome", "white", "privilege"]}, "8463": {"text": "The flipside is those 70 % White students will do worse with `` teachers of color '' .", "tokenized_text": ["the", "flipside", "is", "those", "70", "white", "students", "will", "do", "worse", "with", "teachers", "of", "color"]}, "8464": {"text": "So you elevate that minority ever so slightly , and screw the rest .", "tokenized_text": ["so", "you", "elevate", "that", "minority", "ever", "so", "slightly", "and", "screw", "the", "rest"]}, "8465": {"text": "Sounds legit ....", "tokenized_text": ["sounds", "legit"]}, "8466": {"text": "I could give a course on gun safety so , that they do n't end up like that monkey that shot off his penis .", "tokenized_text": ["i", "could", "give", "a", "course", "on", "gun", "safety", "so", "that", "they", "do", "n", "t", "end", "up", "like", "that", "monkey", "that", "shot", "off", "his", "penis"]}, "8467": {"text": "Well, at least these dumb negroes got the fact that Jews are evil right ; though I suspect whitey and the jews are one in the same to their primitive minds ...", "tokenized_text": ["well", "at", "least", "these", "dumb", "negroes", "got", "the", "fact", "that", "jews", "are", "evil", "right", "though", "i", "suspect", "whitey", "and", "the", "jews", "are", "one", "in", "the", "same", "to", "their", "primitive", "minds"]}, "8468": {"text": "UGH ....", "tokenized_text": ["ugh"]}, "8469": {"text": "Every time I 've ever taken this test I got roughly around the same spot .", "tokenized_text": ["every", "time", "i", "ve", "ever", "taken", "this", "test", "i", "got", "roughly", "around", "the", "same", "spot"]}, "8470": {"text": "It seems fairly accurate to me .", "tokenized_text": ["it", "seems", "fairly", "accurate", "to", "me"]}, "8471": {"text": "No.", "tokenized_text": ["no"]}, "8472": {"text": "It was built by a contractor in New England .", "tokenized_text": ["it", "was", "built", "by", "a", "contractor", "in", "new", "england"]}, "8473": {"text": "The design is by : http://www.tumbleweedhouses.com/pages/about However the one you show is nice , too", "tokenized_text": ["the", "design", "is", "by", "http", "www", "tumbleweedhouses", "com", "pages", "about", "however", "the", "one", "you", "show", "is", "nice", "too"]}, "8474": {"text": "My website Racial Observer offers many free e-books and you can check out our hardcover and paperback catalog at Racial Observer Books", "tokenized_text": ["my", "website", "racial", "observer", "offers", "many", "free", "e", "books", "and", "you", "can", "check", "out", "our", "hardcover", "and", "paperback", "catalog", "at", "racial", "observer", "books"]}, "8475": {"text": "Paul also has a daily radio program throughout the week on White Pride radio | The Voice of the White Resistance ! called ' The Fightin ' Side Of Me ' .", "tokenized_text": ["paul", "also", "has", "a", "daily", "radio", "program", "throughout", "the", "week", "on", "white", "pride", "radio", "the", "voice", "of", "the", "white", "resistance", "called", "the", "fightin", "side", "of", "me"]}, "8476": {"text": "You will find many true White Nationalists indeed have tattoos so your statement they are stupid and retarded is all your own , you wont make many friend here with that attitude .", "tokenized_text": ["you", "will", "find", "many", "true", "white", "nationalists", "indeed", "have", "tattoos", "so", "your", "statement", "they", "are", "stupid", "and", "retarded", "is", "all", "your", "own", "you", "wont", "make", "many", "friend", "here", "with", "that", "attitude"]}, "8477": {"text": "very interesting video , although I spotted at least one error ; Samhain is celebrated from sunset on October 31st to sunset on November 1st .", "tokenized_text": ["very", "interesting", "video", "although", "i", "spotted", "at", "least", "one", "error", "samhain", "is", "celebrated", "from", "sunset", "on", "october", "31st", "to", "sunset", "on", "november", "1st"]}, "8478": {"text": "Apart from that , a decent video .", "tokenized_text": ["apart", "from", "that", "a", "decent", "video"]}, "8479": {"text": "Visited three different stores today , all had it in stock .", "tokenized_text": ["visited", "three", "different", "stores", "today", "all", "had", "it", "in", "stock"]}, "8480": {"text": "Your dealer is messing with you .", "tokenized_text": ["your", "dealer", "is", "messing", "with", "you"]}, "8481": {"text": "You should look into it .", "tokenized_text": ["you", "should", "look", "into", "it"]}, "8482": {"text": "At a brewers convention , the Pres. of Hamms , the Pres. of Schlitz , the Pres. of Bubweiser , and the Pres. of Guiness all meet up and decide to have lunch together ...", "tokenized_text": ["at", "a", "brewers", "convention", "the", "pres", "of", "hamms", "the", "pres", "of", "schlitz", "the", "pres", "of", "bubweiser", "and", "the", "pres", "of", "guiness", "all", "meet", "up", "and", "decide", "to", "have", "lunch", "together"]}, "8483": {"text": "At the resturant , the Pres. of Hamms orders a Hamms , the Pres. of Schlitz orders a Schlitz , the Pres. of Budweiser orders a Bud , and the Pres. of Guiness orders a cup of tea .", "tokenized_text": ["at", "the", "resturant", "the", "pres", "of", "hamms", "orders", "a", "hamms", "the", "pres", "of", "schlitz", "orders", "a", "schlitz", "the", "pres", "of", "budweiser", "orders", "a", "bud", "and", "the", "pres", "of", "guiness", "orders", "a", "cup", "of", "tea"]}, "8484": {"text": "`` Why did n't you order a beer ? '' they all ask .", "tokenized_text": ["why", "did", "n", "t", "you", "order", "a", "beer", "they", "all", "ask"]}, "8485": {"text": "`` Well , since you guys are n't drinking beer , I suppose I wo n't either ... ''", "tokenized_text": ["well", "since", "you", "guys", "are", "n", "t", "drinking", "beer", "i", "suppose", "i", "wo", "n", "t", "either"]}, "8486": {"text": "Okay.", "tokenized_text": ["okay"]}, "8487": {"text": "But for now as I 'm in The States , I 'll have to settle for some Wild Turkey ( bourbon ) as I watch those videos of Ireland .", "tokenized_text": ["but", "for", "now", "as", "i", "m", "in", "the", "states", "i", "ll", "have", "to", "settle", "for", "some", "wild", "turkey", "bourbon", "as", "i", "watch", "those", "videos", "of", "ireland"]}, "8488": {"text": "Ta ra do re do re aye .", "tokenized_text": ["ta", "ra", "do", "re", "do", "re", "aye"]}, "8489": {"text": "Hubble View of Eris and Dysnomia This is an image of the dwarf planet Eris ( center ) and its satellite Dysnomia ( at 9 o' clock position ) taken with NASA 's Hubble Space Telescope on Aug. 30 , 2006 .", "tokenized_text": ["hubble", "view", "of", "eris", "and", "dysnomia", "this", "is", "an", "image", "of", "the", "dwarf", "planet", "eris", "center", "and", "its", "satellite", "dysnomia", "at", "9", "o", "clock", "position", "taken", "with", "nasa", "s", "hubble", "space", "telescope", "on", "aug", "30", "2006"]}, "8490": {"text": "Hubble observations were obtained on Dec. 3 , 2005 and Aug. 30 , 2006 using the Advanced Camera for Surveys .", "tokenized_text": ["hubble", "observations", "were", "obtained", "on", "dec", "3", "2005", "and", "aug", "30", "2006", "using", "the", "advanced", "camera", "for", "surveys"]}, "8491": {"text": "The Hubble images were combined with images from the Keck telescopes taken on Aug. 20 , 21 , 30 , and 31 to measure the satellite 's orbit and calculate a mass for Eris , which is the largest dwarf planet in the solar system .", "tokenized_text": ["the", "hubble", "images", "were", "combined", "with", "images", "from", "the", "keck", "telescopes", "taken", "on", "aug", "20", "21", "30", "and", "31", "to", "measure", "the", "satellite", "s", "orbit", "and", "calculate", "a", "mass", "for", "eris", "which", "is", "the", "largest", "dwarf", "planet", "in", "the", "solar", "system"]}, "8492": {"text": "( Credit : NASA , ESA , and M. Brown ) http://solarviews.com/eng/eris.htm", "tokenized_text": ["credit", "nasa", "esa", "and", "m", "brown", "http", "solarviews", "com", "eng", "eris", "htm"]}, "8493": {"text": "Then is n't it time that whites became the minority when it comes to financing said schools ?", "tokenized_text": ["then", "is", "n", "t", "it", "time", "that", "whites", "became", "the", "minority", "when", "it", "comes", "to", "financing", "said", "schools"]}, "8494": {"text": "When is that projected to happen ?", "tokenized_text": ["when", "is", "that", "projected", "to", "happen"]}, "8495": {"text": "Yes well the BS is on facebook , he felt disgusted by it and wanted out and left .", "tokenized_text": ["yes", "well", "the", "bs", "is", "on", "facebook", "he", "felt", "disgusted", "by", "it", "and", "wanted", "out", "and", "left"]}, "8496": {"text": "You see through the BS and are using FB for the cause .", "tokenized_text": ["you", "see", "through", "the", "bs", "and", "are", "using", "fb", "for", "the", "cause"]}, "8497": {"text": "Both are valid .", "tokenized_text": ["both", "are", "valid"]}, "8498": {"text": "Great deal here ! 2 bedroom , 1 bath rural cabin home on 5.6 acres in southern Missouri .", "tokenized_text": ["great", "deal", "here", "2", "bedroom", "1", "bath", "rural", "cabin", "home", "on", "5", "6", "acres", "in", "southern", "missouri"]}, "8499": {"text": "$ 25,000 !", "tokenized_text": ["25", "000"]}, "8500": {"text": "This place looks like the interior needs a little finishing , and appears to be built by a survivalist .", "tokenized_text": ["this", "place", "looks", "like", "the", "interior", "needs", "a", "little", "finishing", "and", "appears", "to", "be", "built", "by", "a", "survivalist"]}, "8501": {"text": "http://www.unitedcountry.com/search0 ... 7970 & AU = N & FT = P", "tokenized_text": ["http", "www", "unitedcountry", "com", "search0", "7970", "au", "n", "ft", "p"]}, "8502": {"text": "This is the false front which jews present to the world , but jews are quite varied in their opinions and beliefs .", "tokenized_text": ["this", "is", "the", "false", "front", "which", "jews", "present", "to", "the", "world", "but", "jews", "are", "quite", "varied", "in", "their", "opinions", "and", "beliefs"]}, "8503": {"text": "So far , all I 've see is their Facebook page which has news items and the usual Facebook stuff .", "tokenized_text": ["so", "far", "all", "i", "ve", "see", "is", "their", "facebook", "page", "which", "has", "news", "items", "and", "the", "usual", "facebook", "stuff"]}, "8504": {"text": "Whatever other activities they have been doing I am currently unaware of .", "tokenized_text": ["whatever", "other", "activities", "they", "have", "been", "doing", "i", "am", "currently", "unaware", "of"]}, "8505": {"text": "Just for the record I have never bought a rap record or voted for any black politician .", "tokenized_text": ["just", "for", "the", "record", "i", "have", "never", "bought", "a", "rap", "record", "or", "voted", "for", "any", "black", "politician"]}, "8506": {"text": "I have no use for the NBA or any self important black celebrities .", "tokenized_text": ["i", "have", "no", "use", "for", "the", "nba", "or", "any", "self", "important", "black", "celebrities"]}, "8507": {"text": "I've got the book sitting on my shelf - have n't read it it .", "tokenized_text": ["i", "ve", "got", "the", "book", "sitting", "on", "my", "shelf", "have", "n", "t", "read", "it", "it"]}, "8508": {"text": "It 's a well built hard cover with nice thick pages if anyone is interested .", "tokenized_text": ["it", "s", "a", "well", "built", "hard", "cover", "with", "nice", "thick", "pages", "if", "anyone", "is", "interested"]}, "8509": {"text": "Ca n't comment on the contents yet .", "tokenized_text": ["ca", "n", "t", "comment", "on", "the", "contents", "yet"]}, "8510": {"text": "ive looked into classes on gunsmithing i can do basic things but i just dont have every tool for every gun on the market. and if it ever comes down to dooms day we are gonna need a good smithy", "tokenized_text": ["ive", "looked", "into", "classes", "on", "gunsmithing", "i", "can", "do", "basic", "things", "but", "i", "just", "dont", "have", "every", "tool", "for", "every", "gun", "on", "the", "market", "and", "if", "it", "ever", "comes", "down", "to", "dooms", "day", "we", "are", "gonna", "need", "a", "good", "smithy"]}, "8511": {"text": "7.62x25 IN STOCK http://www.sportsmansguide.com/net/b...95&s=987&stk=19x18INSTOCKhttp://www.sportsmansguide.com/net/b...95&s=958&stk=1HURRYONTHIS!!!7.62X39ARABIC&WOLFINSTOCKhttp://www.sportsmansguide.com/net/b...96&s=953&stk=1223ANDPLENTYOFIThttp://www.sportsmansguide.com/net/b ... 96 & s = 907 & stk = 1 spg 's stocks are up right now get it fast !!! _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ jgsales has almost everything IN STOCK !!! they have alot of 308 surplus ammo in stock about the only place i have seen with it in stock .308 ammo http://www.jgsales.com/index.php/amm ... o-/cPath/12 _ 43 check out the rest of there stuff too they have alot of ammo and guns in stock right now not sure weather to post this here but how much is brass going for i have ample supply of 223 and some 30-06 , anyone interested pm me , will barter for 7.62x39 or .38 spec .", "tokenized_text": ["7", "62x25", "in", "stock", "http", "www", "sportsmansguide", "com", "net", "b", "95", "s", "987", "stk", "19x18instockhttp", "www", "sportsmansguide", "com", "net", "b", "95", "s", "958", "stk", "1hurryonthis", "7", "62x39arabic", "wolfinstockhttp", "www", "sportsmansguide", "com", "net", "b", "96", "s", "953", "stk", "1223andplentyofithttp", "www", "sportsmansguide", "com", "net", "b", "96", "s", "907", "stk", "1", "spg", "s", "stocks", "are", "up", "right", "now", "get", "it", "fast", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "jgsales", "has", "almost", "everything", "in", "stock", "they", "have", "alot", "of", "308", "surplus", "ammo", "in", "stock", "about", "the", "only", "place", "i", "have", "seen", "with", "it", "in", "stock", "308", "ammo", "http", "www", "jgsales", "com", "index", "php", "amm", "o", "cpath", "12", "_", "43", "check", "out", "the", "rest", "of", "there", "stuff", "too", "they", "have", "alot", "of", "ammo", "and", "guns", "in", "stock", "right", "now", "not", "sure", "weather", "to", "post", "this", "here", "but", "how", "much", "is", "brass", "going", "for", "i", "have", "ample", "supply", "of", "223", "and", "some", "30", "06", "anyone", "interested", "pm", "me", "will", "barter", "for", "7", "62x39", "or", "38", "spec"]}, "8512": {"text": "Yea, I 'm not sure it 's authenithic .", "tokenized_text": ["yea", "i", "m", "not", "sure", "it", "s", "authenithic"]}, "8513": {"text": "It 's a good read , and tells the truth .", "tokenized_text": ["it", "s", "a", "good", "read", "and", "tells", "the", "truth"]}, "8514": {"text": "But I 've seen it several times in the past two or three years .", "tokenized_text": ["but", "i", "ve", "seen", "it", "several", "times", "in", "the", "past", "two", "or", "three", "years"]}, "8515": {"text": "Responding to edit comment .", "tokenized_text": ["responding", "to", "edit", "comment"]}, "8516": {"text": "Yes , I figured that out on my own a few hours later .", "tokenized_text": ["yes", "i", "figured", "that", "out", "on", "my", "own", "a", "few", "hours", "later"]}, "8517": {"text": "I had an Ohhhh lightbulb moment .", "tokenized_text": ["i", "had", "an", "ohhhh", "lightbulb", "moment"]}, "8518": {"text": "A fine shirt it is .", "tokenized_text": ["a", "fine", "shirt", "it", "is"]}, "8519": {"text": "I will be purchasing the kit next week .", "tokenized_text": ["i", "will", "be", "purchasing", "the", "kit", "next", "week"]}, "8520": {"text": "The wait is a bit long , but I am interested .", "tokenized_text": ["the", "wait", "is", "a", "bit", "long", "but", "i", "am", "interested"]}, "8521": {"text": "I have a Bear compound bow I bought many years ago .", "tokenized_text": ["i", "have", "a", "bear", "compound", "bow", "i", "bought", "many", "years", "ago"]}, "8522": {"text": "I had it restrung a couple years ago but have n't taken it out since .", "tokenized_text": ["i", "had", "it", "restrung", "a", "couple", "years", "ago", "but", "have", "n", "t", "taken", "it", "out", "since"]}, "8523": {"text": "Good back up because you just never know .", "tokenized_text": ["good", "back", "up", "because", "you", "just", "never", "know"]}, "8524": {"text": "I believe that every manufacturer uses the same thread for their dies and their die press .", "tokenized_text": ["i", "believe", "that", "every", "manufacturer", "uses", "the", "same", "thread", "for", "their", "dies", "and", "their", "die", "press"]}, "8525": {"text": "So far everything has been interchangeable with no problems for me .", "tokenized_text": ["so", "far", "everything", "has", "been", "interchangeable", "with", "no", "problems", "for", "me"]}, "8526": {"text": "A History of Everyday Things in England 1066-1499 .", "tokenized_text": ["a", "history", "of", "everyday", "things", "in", "england", "1066", "1499"]}, "8527": {"text": "It was written for schoolchildren about 100 years ago , but I like it .", "tokenized_text": ["it", "was", "written", "for", "schoolchildren", "about", "100", "years", "ago", "but", "i", "like", "it"]}, "8528": {"text": "Good illustrations , and no politically correct nonsense .", "tokenized_text": ["good", "illustrations", "and", "no", "politically", "correct", "nonsense"]}, "8529": {"text": "When they sent n iggers to space the space ships started blowing up .", "tokenized_text": ["when", "they", "sent", "n", "iggers", "to", "space", "the", "space", "ships", "started", "blowing", "up"]}, "8530": {"text": "White men explored space and landed on the moon and white men sent them there and brought them home safe .", "tokenized_text": ["white", "men", "explored", "space", "and", "landed", "on", "the", "moon", "and", "white", "men", "sent", "them", "there", "and", "brought", "them", "home", "safe"]}, "8531": {"text": "The thought of Africans in space is laughable .", "tokenized_text": ["the", "thought", "of", "africans", "in", "space", "is", "laughable"]}, "8532": {"text": "I can never pin point my eye color .", "tokenized_text": ["i", "can", "never", "pin", "point", "my", "eye", "color"]}, "8533": {"text": "Truly .", "tokenized_text": ["truly"]}, "8534": {"text": "They can be blue , green , or grey at different times .", "tokenized_text": ["they", "can", "be", "blue", "green", "or", "grey", "at", "different", "times"]}, "8535": {"text": "Does anybody else experience this ?", "tokenized_text": ["does", "anybody", "else", "experience", "this"]}, "8536": {"text": "It makes me wonder if the man who built the `` range '' is a anti gun zealot like his neighbors and they are all in this together .", "tokenized_text": ["it", "makes", "me", "wonder", "if", "the", "man", "who", "built", "the", "range", "is", "a", "anti", "gun", "zealot", "like", "his", "neighbors", "and", "they", "are", "all", "in", "this", "together"]}, "8537": {"text": "does anyone know if this school was bought or was started as a school for white kids bc if so i would move my family to kansas asap just so my kids could go to a white school ..", "tokenized_text": ["does", "anyone", "know", "if", "this", "school", "was", "bought", "or", "was", "started", "as", "a", "school", "for", "white", "kids", "bc", "if", "so", "i", "would", "move", "my", "family", "to", "kansas", "asap", "just", "so", "my", "kids", "could", "go", "to", "a", "white", "school"]}, "8538": {"text": "I am in the same boat as you to an extent .", "tokenized_text": ["i", "am", "in", "the", "same", "boat", "as", "you", "to", "an", "extent"]}, "8539": {"text": "I usually find it handy to connect with people I want to meet etc ie text them or talk on the phone so we can meet in person", "tokenized_text": ["i", "usually", "find", "it", "handy", "to", "connect", "with", "people", "i", "want", "to", "meet", "etc", "ie", "text", "them", "or", "talk", "on", "the", "phone", "so", "we", "can", "meet", "in", "person"]}, "8540": {"text": "This is a sickening trend , even in countries like mine where there are not many Negroes they do this and all because of the sickening media brainwashing .", "tokenized_text": ["this", "is", "a", "sickening", "trend", "even", "in", "countries", "like", "mine", "where", "there", "are", "not", "many", "negroes", "they", "do", "this", "and", "all", "because", "of", "the", "sickening", "media", "brainwashing"]}, "8541": {"text": "we had a great depresion many years a go some went outside the law just to make a living when you cant find a job and have nothing to eat you will do what you have to do , the people i mentioned never went on trial and were never convicted", "tokenized_text": ["we", "had", "a", "great", "depresion", "many", "years", "a", "go", "some", "went", "outside", "the", "law", "just", "to", "make", "a", "living", "when", "you", "cant", "find", "a", "job", "and", "have", "nothing", "to", "eat", "you", "will", "do", "what", "you", "have", "to", "do", "the", "people", "i", "mentioned", "never", "went", "on", "trial", "and", "were", "never", "convicted"]}, "8542": {"text": "No need to allow FACTS to get in the way of a good White guilt message ! ... and the jew laughs loudly !", "tokenized_text": ["no", "need", "to", "allow", "facts", "to", "get", "in", "the", "way", "of", "a", "good", "white", "guilt", "message", "and", "the", "jew", "laughs", "loudly"]}, "8543": {"text": "The rounds I used to use in my 5.56 would cut through trees a foot thick and quarter inch steel like a hot knife through butter .", "tokenized_text": ["the", "rounds", "i", "used", "to", "use", "in", "my", "5", "56", "would", "cut", "through", "trees", "a", "foot", "thick", "and", "quarter", "inch", "steel", "like", "a", "hot", "knife", "through", "butter"]}, "8544": {"text": "Ex - ( A Taurus would n't have a chance , lol ! )", "tokenized_text": ["ex", "a", "taurus", "would", "n", "t", "have", "a", "chance", "lol"]}, "8545": {"text": "I thought I was the only one interested in this .......... The first time I heard about this was in school back in 5th grade .", "tokenized_text": ["i", "thought", "i", "was", "the", "only", "one", "interested", "in", "this", "the", "first", "time", "i", "heard", "about", "this", "was", "in", "school", "back", "in", "5th", "grade"]}, "8546": {"text": "Really interesting .", "tokenized_text": ["really", "interesting"]}, "8547": {"text": "Although to now there is no evidence of an order to kill all Jews , but see above and you can see there were orders to exterminate Bolsheviks , Jews , commissars , etc .", "tokenized_text": ["although", "to", "now", "there", "is", "no", "evidence", "of", "an", "order", "to", "kill", "all", "jews", "but", "see", "above", "and", "you", "can", "see", "there", "were", "orders", "to", "exterminate", "bolsheviks", "jews", "commissars", "etc"]}, "8548": {"text": "Great thread Here is one to do with parking .", "tokenized_text": ["great", "thread", "here", "is", "one", "to", "do", "with", "parking"]}, "8549": {"text": "Always back into a parking space if possible , makes for easier get away if in trouble .", "tokenized_text": ["always", "back", "into", "a", "parking", "space", "if", "possible", "makes", "for", "easier", "get", "away", "if", "in", "trouble"]}, "8550": {"text": "Please let me know if the school needs anything and again when you get a website ready let me know the bandwith is on me .", "tokenized_text": ["please", "let", "me", "know", "if", "the", "school", "needs", "anything", "and", "again", "when", "you", "get", "a", "website", "ready", "let", "me", "know", "the", "bandwith", "is", "on", "me"]}, "8551": {"text": "I'm pretty new at posting here but count me in ~ I think this is an excellent idea .", "tokenized_text": ["i", "m", "pretty", "new", "at", "posting", "here", "but", "count", "me", "in", "i", "think", "this", "is", "an", "excellent", "idea"]}, "8552": {"text": "Please let me know if there is anything I can do .", "tokenized_text": ["please", "let", "me", "know", "if", "there", "is", "anything", "i", "can", "do"]}, "8553": {"text": "Look what happens when Whites leave black Countries alone to do what they do naturally The blacks in White Countries today should be on their knees thanking Whites for trying to civilize them", "tokenized_text": ["look", "what", "happens", "when", "whites", "leave", "black", "countries", "alone", "to", "do", "what", "they", "do", "naturally", "the", "blacks", "in", "white", "countries", "today", "should", "be", "on", "their", "knees", "thanking", "whites", "for", "trying", "to", "civilize", "them"]}, "8554": {"text": "Many Jews were in the Red Army so many wanted the opportunity to rape and murder whites under the guise of war .", "tokenized_text": ["many", "jews", "were", "in", "the", "red", "army", "so", "many", "wanted", "the", "opportunity", "to", "rape", "and", "murder", "whites", "under", "the", "guise", "of", "war"]}, "8555": {"text": "I assume you went to the High Caliber gun show in Houston , I usually go when they are in Conroe and I know the feeling the last two or three times I did n't get much or see anything that really caught my eye .", "tokenized_text": ["i", "assume", "you", "went", "to", "the", "high", "caliber", "gun", "show", "in", "houston", "i", "usually", "go", "when", "they", "are", "in", "conroe", "and", "i", "know", "the", "feeling", "the", "last", "two", "or", "three", "times", "i", "did", "n", "t", "get", "much", "or", "see", "anything", "that", "really", "caught", "my", "eye"]}, "8556": {"text": "The guy giving the beating could very possibly be a Hispanic , I would have to see a much clearer video before I 'd give him the honor of calling him White .", "tokenized_text": ["the", "guy", "giving", "the", "beating", "could", "very", "possibly", "be", "a", "hispanic", "i", "would", "have", "to", "see", "a", "much", "clearer", "video", "before", "i", "d", "give", "him", "the", "honor", "of", "calling", "him", "white"]}, "8557": {"text": "Also notice that the Nig giving the running commentary said nothing about the ' White boy ' a term the Yard Ape will never fail to use when given the chance !", "tokenized_text": ["also", "notice", "that", "the", "nig", "giving", "the", "running", "commentary", "said", "nothing", "about", "the", "white", "boy", "a", "term", "the", "yard", "ape", "will", "never", "fail", "to", "use", "when", "given", "the", "chance"]}, "8558": {"text": "Notice the video title , whenever there is a fight between a white and non white , the white is always the racist", "tokenized_text": ["notice", "the", "video", "title", "whenever", "there", "is", "a", "fight", "between", "a", "white", "and", "non", "white", "the", "white", "is", "always", "the", "racist"]}, "8559": {"text": "The measurements given in that ad are whacked .. it says house #1 and #2 are 7,000 sq feet !", "tokenized_text": ["the", "measurements", "given", "in", "that", "ad", "are", "whacked", "it", "says", "house", "1", "and", "2", "are", "7", "000", "sq", "feet"]}, "8560": {"text": "More like 1100 max", "tokenized_text": ["more", "like", "1100", "max"]}, "8561": {"text": "Thank you sir !", "tokenized_text": ["thank", "you", "sir"]}, "8562": {"text": "May I have another !", "tokenized_text": ["may", "i", "have", "another"]}, "8563": {"text": "Truckers Music - YouTube Trucker Song by band Head Hands and Feet ( southern rock I guess ) with lots of beautiful pictures and beautiful women !", "tokenized_text": ["truckers", "music", "youtube", "trucker", "song", "by", "band", "head", "hands", "and", "feet", "southern", "rock", "i", "guess", "with", "lots", "of", "beautiful", "pictures", "and", "beautiful", "women"]}, "8564": {"text": "I have my card board decorations ready along with thumb tacks .", "tokenized_text": ["i", "have", "my", "card", "board", "decorations", "ready", "along", "with", "thumb", "tacks"]}, "8565": {"text": "I also have ' glass magnet ' type decorations for the patio door .", "tokenized_text": ["i", "also", "have", "glass", "magnet", "type", "decorations", "for", "the", "patio", "door"]}, "8566": {"text": "This weekend the decorations go up .", "tokenized_text": ["this", "weekend", "the", "decorations", "go", "up"]}, "8567": {"text": "I wonder if the mex will steal them this year .", "tokenized_text": ["i", "wonder", "if", "the", "mex", "will", "steal", "them", "this", "year"]}, "8568": {"text": "I have a total of four dollars invested in decorations .", "tokenized_text": ["i", "have", "a", "total", "of", "four", "dollars", "invested", "in", "decorations"]}, "8569": {"text": ".99Cents Only stores have a nice selection of Halloween stuff .", "tokenized_text": ["99cents", "only", "stores", "have", "a", "nice", "selection", "of", "halloween", "stuff"]}, "8570": {"text": "Dollar Tree also had a selection of affordable decorations .", "tokenized_text": ["dollar", "tree", "also", "had", "a", "selection", "of", "affordable", "decorations"]}, "8571": {"text": "Very great pictures everyone !", "tokenized_text": ["very", "great", "pictures", "everyone"]}, "8572": {"text": "Most of these pictures i have never seen before , great to see new pictures of that time .", "tokenized_text": ["most", "of", "these", "pictures", "i", "have", "never", "seen", "before", "great", "to", "see", "new", "pictures", "of", "that", "time"]}, "8573": {"text": "Thanks everyone !", "tokenized_text": ["thanks", "everyone"]}, "8574": {"text": "There is a full video out there some where and I 've been searching for it with out luck Published on May 1 , 2014 Disrespectful Vine Of The Week : `` Fxck Your Neighborhood '' Man 's Glasses Flew 50 Meters !", "tokenized_text": ["there", "is", "a", "full", "video", "out", "there", "some", "where", "and", "i", "ve", "been", "searching", "for", "it", "with", "out", "luck", "published", "on", "may", "1", "2014", "disrespectful", "vine", "of", "the", "week", "fxck", "your", "neighborhood", "man", "s", "glasses", "flew", "50", "meters"]}, "8575": {"text": "- YouTube", "tokenized_text": ["youtube"]}, "8576": {"text": "Those boys will use the plastic whisks as swords , and the girls ' lego creations will consist of dollhouses for the few white dolls , with the dark ones in the adjoining farm pen .", "tokenized_text": ["those", "boys", "will", "use", "the", "plastic", "whisks", "as", "swords", "and", "the", "girls", "lego", "creations", "will", "consist", "of", "dollhouses", "for", "the", "few", "white", "dolls", "with", "the", "dark", "ones", "in", "the", "adjoining", "farm", "pen"]}, "8577": {"text": "When ever I leave the house I wear one of these 1920 's type fedoras , I have quite a few .", "tokenized_text": ["when", "ever", "i", "leave", "the", "house", "i", "wear", "one", "of", "these", "1920", "s", "type", "fedoras", "i", "have", "quite", "a", "few"]}, "8578": {"text": "Or another type :", "tokenized_text": ["or", "another", "type"]}, "8579": {"text": "Since the other thread is getting to long and bugging out , it 's time to start a new one , I 'll start it off with this ; Preparedness I", "tokenized_text": ["since", "the", "other", "thread", "is", "getting", "to", "long", "and", "bugging", "out", "it", "s", "time", "to", "start", "a", "new", "one", "i", "ll", "start", "it", "off", "with", "this", "preparedness", "i"]}, "8580": {"text": "Nice to see !", "tokenized_text": ["nice", "to", "see"]}, "8581": {"text": "I punched out a violent negro who charged me outside a bar .", "tokenized_text": ["i", "punched", "out", "a", "violent", "negro", "who", "charged", "me", "outside", "a", "bar"]}, "8582": {"text": "You know if you get past all of there violent animal acts of intimidation they have a soft jaw !", "tokenized_text": ["you", "know", "if", "you", "get", "past", "all", "of", "there", "violent", "animal", "acts", "of", "intimidation", "they", "have", "a", "soft", "jaw"]}, "8583": {"text": "Our school systems are nothing more then breeding grounds for the slave system the zionist are determined to create .", "tokenized_text": ["our", "school", "systems", "are", "nothing", "more", "then", "breeding", "grounds", "for", "the", "slave", "system", "the", "zionist", "are", "determined", "to", "create"]}, "8584": {"text": "Can you say Big Brother .", "tokenized_text": ["can", "you", "say", "big", "brother"]}, "8585": {"text": "If I would be in your possition I would give better marks to white children in your school and later that they could get to better universitys .", "tokenized_text": ["if", "i", "would", "be", "in", "your", "possition", "i", "would", "give", "better", "marks", "to", "white", "children", "in", "your", "school", "and", "later", "that", "they", "could", "get", "to", "better", "universitys"]}, "8586": {"text": "but if a guy cant do damage one can argue the guy on the bottom is controlling with the threat of submission or reversal .", "tokenized_text": ["but", "if", "a", "guy", "cant", "do", "damage", "one", "can", "argue", "the", "guy", "on", "the", "bottom", "is", "controlling", "with", "the", "threat", "of", "submission", "or", "reversal"]}, "8587": {"text": "Weapons and training .", "tokenized_text": ["weapons", "and", "training"]}, "8588": {"text": "There are a few schools around here that run women only classes and once school has a six or eight week so called boot camp for women wanting to do krav maga .", "tokenized_text": ["there", "are", "a", "few", "schools", "around", "here", "that", "run", "women", "only", "classes", "and", "once", "school", "has", "a", "six", "or", "eight", "week", "so", "called", "boot", "camp", "for", "women", "wanting", "to", "do", "krav", "maga"]}, "8589": {"text": "I guess how it works is you just pay the six weeks up front and the classes run so many times a week for that time period", "tokenized_text": ["i", "guess", "how", "it", "works", "is", "you", "just", "pay", "the", "six", "weeks", "up", "front", "and", "the", "classes", "run", "so", "many", "times", "a", "week", "for", "that", "time", "period"]}, "8590": {"text": "I have green eyes as well , but mine have a blue ring around the outside .", "tokenized_text": ["i", "have", "green", "eyes", "as", "well", "but", "mine", "have", "a", "blue", "ring", "around", "the", "outside"]}, "8591": {"text": "They change with what I wear too and turn yellow in the sun .", "tokenized_text": ["they", "change", "with", "what", "i", "wear", "too", "and", "turn", "yellow", "in", "the", "sun"]}, "8592": {"text": "Green eyes do seem to be pretty rare .", "tokenized_text": ["green", "eyes", "do", "seem", "to", "be", "pretty", "rare"]}, "8593": {"text": "Ya the ignorant want to registered guns so only criminals will have gun .", "tokenized_text": ["ya", "the", "ignorant", "want", "to", "registered", "guns", "so", "only", "criminals", "will", "have", "gun"]}, "8594": {"text": "Great idea will see how that goes for crime stats", "tokenized_text": ["great", "idea", "will", "see", "how", "that", "goes", "for", "crime", "stats"]}, "8595": {"text": "While I 'm happy to see this loser in jail , I think it 's also an excellent OPSEC tutorial : STFU Dip-wad .", "tokenized_text": ["while", "i", "m", "happy", "to", "see", "this", "loser", "in", "jail", "i", "think", "it", "s", "also", "an", "excellent", "opsec", "tutorial", "stfu", "dip", "wad"]}, "8596": {"text": "Take a look at the posts in this tread , its shameful that this is what we have become .", "tokenized_text": ["take", "a", "look", "at", "the", "posts", "in", "this", "tread", "its", "shameful", "that", "this", "is", "what", "we", "have", "become"]}, "8597": {"text": "I hope the mods kill this thread .", "tokenized_text": ["i", "hope", "the", "mods", "kill", "this", "thread"]}, "8598": {"text": "FUNNY!!!", "tokenized_text": ["funny"]}, "8599": {"text": "Slidesong : Bob Rivers Comedy Corp - The Twelve Pains of Christmas - YouTube Do n't miss the 8th day of Christmas at around 1 : 40", "tokenized_text": ["slidesong", "bob", "rivers", "comedy", "corp", "the", "twelve", "pains", "of", "christmas", "youtube", "do", "n", "t", "miss", "the", "8th", "day", "of", "christmas", "at", "around", "1", "40"]}, "8600": {"text": "I hope it is forgotten and we focus on the Holdomor and the death of 10 million Christians .", "tokenized_text": ["i", "hope", "it", "is", "forgotten", "and", "we", "focus", "on", "the", "holdomor", "and", "the", "death", "of", "10", "million", "christians"]}, "8601": {"text": "Can we finally bury the holocaust ? ...", "tokenized_text": ["can", "we", "finally", "bury", "the", "holocaust"]}, "8602": {"text": "This captivating natural color view of the planet Saturn was created from images collected shortly after Cassini began its extended Equinox Mission in July 2008 .", "tokenized_text": ["this", "captivating", "natural", "color", "view", "of", "the", "planet", "saturn", "was", "created", "from", "images", "collected", "shortly", "after", "cassini", "began", "its", "extended", "equinox", "mission", "in", "july", "2008"]}, "8603": {"text": "Oh, I forgot to say where I lived .", "tokenized_text": ["oh", "i", "forgot", "to", "say", "where", "i", "lived"]}, "8604": {"text": "I live in Argentina ... forgotten white country in the southernmost tip of S. America .", "tokenized_text": ["i", "live", "in", "argentina", "forgotten", "white", "country", "in", "the", "southernmost", "tip", "of", "s", "america"]}, "8605": {"text": "What are you using this school year ?", "tokenized_text": ["what", "are", "you", "using", "this", "school", "year"]}, "8606": {"text": "Any hits or misses from the last school year ?", "tokenized_text": ["any", "hits", "or", "misses", "from", "the", "last", "school", "year"]}, "8607": {"text": "What educational goals or philosophies influence what curricula you pick ?", "tokenized_text": ["what", "educational", "goals", "or", "philosophies", "influence", "what", "curricula", "you", "pick"]}, "8608": {"text": "Bomber-Bike Project at 20 .", "tokenized_text": ["bomber", "bike", "project", "at", "20"]}, "8609": {"text": "April 2011 ( down on wheels and handling test ) - YouTube Bomber-Bike Project Stage 3 ( Motorrad mit Sternmotor ) - YouTube Bomber - Bike Transmission Stage 4 ( Motorrad mit Sternmotor ) - YouTube", "tokenized_text": ["april", "2011", "down", "on", "wheels", "and", "handling", "test", "youtube", "bomber", "bike", "project", "stage", "3", "motorrad", "mit", "sternmotor", "youtube", "bomber", "bike", "transmission", "stage", "4", "motorrad", "mit", "sternmotor", "youtube"]}, "8610": {"text": "i was a bmxer for a while until it got stolen by SOMEONE ... but i turned my attention to mountain bikes ... i like em you can actualy go places not just do stupid dog tricks", "tokenized_text": ["i", "was", "a", "bmxer", "for", "a", "while", "until", "it", "got", "stolen", "by", "someone", "but", "i", "turned", "my", "attention", "to", "mountain", "bikes", "i", "like", "em", "you", "can", "actualy", "go", "places", "not", "just", "do", "stupid", "dog", "tricks"]}, "8611": {"text": "Plop them down in front of Livy , have them read it , and then write a report on it .", "tokenized_text": ["plop", "them", "down", "in", "front", "of", "livy", "have", "them", "read", "it", "and", "then", "write", "a", "report", "on", "it"]}, "8612": {"text": "Check out my sig. for more ideas .", "tokenized_text": ["check", "out", "my", "sig", "for", "more", "ideas"]}, "8613": {"text": "Incredible then when we see nowadays that the world is saying that there is a global village and economies are inter dependent when America sneezes the world catches a cold blahhblahdieblah it is clear that the intention is to move the world into the same economic interdependency .", "tokenized_text": ["incredible", "then", "when", "we", "see", "nowadays", "that", "the", "world", "is", "saying", "that", "there", "is", "a", "global", "village", "and", "economies", "are", "inter", "dependent", "when", "america", "sneezes", "the", "world", "catches", "a", "cold", "blahhblahdieblah", "it", "is", "clear", "that", "the", "intention", "is", "to", "move", "the", "world", "into", "the", "same", "economic", "interdependency"]}, "8614": {"text": "I'm sure the Jews in Scandinavia dumb down the education systems there too .", "tokenized_text": ["i", "m", "sure", "the", "jews", "in", "scandinavia", "dumb", "down", "the", "education", "systems", "there", "too"]}, "8615": {"text": "They probably slowly remove discipline do whatever they can to make the schools worse and worse .", "tokenized_text": ["they", "probably", "slowly", "remove", "discipline", "do", "whatever", "they", "can", "to", "make", "the", "schools", "worse", "and", "worse"]}, "8616": {"text": "Anyone who believes that Hitler 's actions were well founded and the correct actions for the situation has to also believe that white extinction is an acceptable outcome .", "tokenized_text": ["anyone", "who", "believes", "that", "hitler", "s", "actions", "were", "well", "founded", "and", "the", "correct", "actions", "for", "the", "situation", "has", "to", "also", "believe", "that", "white", "extinction", "is", "an", "acceptable", "outcome"]}, "8617": {"text": "I remember when I was at my college during the Holidays ... every single holiday would be mentioned loud and clear except for Christmas ... especially kwanzaa .", "tokenized_text": ["i", "remember", "when", "i", "was", "at", "my", "college", "during", "the", "holidays", "every", "single", "holiday", "would", "be", "mentioned", "loud", "and", "clear", "except", "for", "christmas", "especially", "kwanzaa"]}, "8618": {"text": "lambent \\ LAM-buhnt \\ , adjective : 1 .", "tokenized_text": ["lambent", "lam", "buhnt", "adjective", "1"]}, "8619": {"text": "Playing lightly on or over a surface ; flickering ; as , `` a lambent flame ; lambent shadows . '' 2 .", "tokenized_text": ["playing", "lightly", "on", "or", "over", "a", "surface", "flickering", "as", "a", "lambent", "flame", "lambent", "shadows", "2"]}, "8620": {"text": "Softly bright or radiant ; luminous ; as , `` a lambent light . '' 3 .", "tokenized_text": ["softly", "bright", "or", "radiant", "luminous", "as", "a", "lambent", "light", "3"]}, "8621": {"text": "Light and brilliant ; as , `` a lambent style ; lambent wit . ''", "tokenized_text": ["light", "and", "brilliant", "as", "a", "lambent", "style", "lambent", "wit"]}, "8622": {"text": "I have an image in my mind of the soaring vault rising and disappearing into the gray-white silence , the niches in the salt walls where the saints dwelled , the few points of lambent gold glimmering feebly on the altar .", "tokenized_text": ["i", "have", "an", "image", "in", "my", "mind", "of", "the", "soaring", "vault", "rising", "and", "disappearing", "into", "the", "gray", "white", "silence", "the", "niches", "in", "the", "salt", "walls", "where", "the", "saints", "dwelled", "the", "few", "points", "of", "lambent", "gold", "glimmering", "feebly", "on", "the", "altar"]}, "8623": {"text": "--Richard O 'Mara , `` The Unapologetic Tourist , '' New York Times , November 21 , 1999 Lambent is from the present participle of Latin lambere , `` to lick . ''", "tokenized_text": ["richard", "o", "mara", "the", "unapologetic", "tourist", "new", "york", "times", "november", "21", "1999", "lambent", "is", "from", "the", "present", "participle", "of", "latin", "lambere", "to", "lick"]}, "8624": {"text": "I agree .", "tokenized_text": ["i", "agree"]}, "8625": {"text": "Took an east Asian art course in college myself .", "tokenized_text": ["took", "an", "east", "asian", "art", "course", "in", "college", "myself"]}, "8626": {"text": "You forgot to mention how Chinese/Japanese/Korean art hardly changed in two thousand years until the late 19'th century .", "tokenized_text": ["you", "forgot", "to", "mention", "how", "chinese", "japanese", "korean", "art", "hardly", "changed", "in", "two", "thousand", "years", "until", "the", "late", "19", "th", "century"]}, "8627": {"text": "Which is why the user said `` Do not confuse him with the Jewish doctor of Hitler 's family in Austria , Eduard Bloch . ''", "tokenized_text": ["which", "is", "why", "the", "user", "said", "do", "not", "confuse", "him", "with", "the", "jewish", "doctor", "of", "hitler", "s", "family", "in", "austria", "eduard", "bloch"]}, "8628": {"text": "Not to mention Wake Forest is a fantastic university , and one of those many online universities that have been popping up .", "tokenized_text": ["not", "to", "mention", "wake", "forest", "is", "a", "fantastic", "university", "and", "one", "of", "those", "many", "online", "universities", "that", "have", "been", "popping", "up"]}, "8629": {"text": "I would never homeschool my kids , or send them to public schools .", "tokenized_text": ["i", "would", "never", "homeschool", "my", "kids", "or", "send", "them", "to", "public", "schools"]}, "8630": {"text": "They 'll all go to non denominational private schools .", "tokenized_text": ["they", "ll", "all", "go", "to", "non", "denominational", "private", "schools"]}, "8631": {"text": "It's funny to see a guy make fun of us and call us dumb rednecks when he spells on a 5th grade level .", "tokenized_text": ["it", "s", "funny", "to", "see", "a", "guy", "make", "fun", "of", "us", "and", "call", "us", "dumb", "rednecks", "when", "he", "spells", "on", "a", "5th", "grade", "level"]}, "8632": {"text": "Until you can explain the meaning of this statement I will consider you to have just outdone every troll that 's been on here .", "tokenized_text": ["until", "you", "can", "explain", "the", "meaning", "of", "this", "statement", "i", "will", "consider", "you", "to", "have", "just", "outdone", "every", "troll", "that", "s", "been", "on", "here"]}, "8633": {"text": "I just read in a newspaper in the Grays Harbor county of Washington State that test scores are going down .", "tokenized_text": ["i", "just", "read", "in", "a", "newspaper", "in", "the", "grays", "harbor", "county", "of", "washington", "state", "that", "test", "scores", "are", "going", "down"]}, "8634": {"text": "Hispanic and Negro populations in that county ?", "tokenized_text": ["hispanic", "and", "negro", "populations", "in", "that", "county"]}, "8635": {"text": "Going up .", "tokenized_text": ["going", "up"]}, "8636": {"text": "As Hispanic and Negro populations increase test score averages will decrease .", "tokenized_text": ["as", "hispanic", "and", "negro", "populations", "increase", "test", "score", "averages", "will", "decrease"]}, "8637": {"text": "Crime will go up as well but that is another issue .", "tokenized_text": ["crime", "will", "go", "up", "as", "well", "but", "that", "is", "another", "issue"]}, "8638": {"text": "Ok I 'll do that when I get back from picking him up from school .", "tokenized_text": ["ok", "i", "ll", "do", "that", "when", "i", "get", "back", "from", "picking", "him", "up", "from", "school"]}, "8639": {"text": "I 'll PM our address and his name , so they can get started .", "tokenized_text": ["i", "ll", "pm", "our", "address", "and", "his", "name", "so", "they", "can", "get", "started"]}, "8640": {"text": "Wow!", "tokenized_text": ["wow"]}, "8641": {"text": "I did n't mean to kill this thread with that looooooooooooong post .", "tokenized_text": ["i", "did", "n", "t", "mean", "to", "kill", "this", "thread", "with", "that", "looooooooooooong", "post"]}, "8642": {"text": "I was hoping someone would find it useful .", "tokenized_text": ["i", "was", "hoping", "someone", "would", "find", "it", "useful"]}, "8643": {"text": "David ( SS )", "tokenized_text": ["david", "ss"]}, "8644": {"text": "If it goes against the official story then that is Holocaust Denial and she must serve time in modern gulag .", "tokenized_text": ["if", "it", "goes", "against", "the", "official", "story", "then", "that", "is", "holocaust", "denial", "and", "she", "must", "serve", "time", "in", "modern", "gulag"]}, "8645": {"text": "More double standards .", "tokenized_text": ["more", "double", "standards"]}, "8646": {"text": "`` It did n't sound idiotic in my mind . ''", "tokenized_text": ["it", "did", "n", "t", "sound", "idiotic", "in", "my", "mind"]}, "8647": {"text": "Raise your kids on more than one language .", "tokenized_text": ["raise", "your", "kids", "on", "more", "than", "one", "language"]}, "8648": {"text": "Apparently young kids pick languages up very quickly .", "tokenized_text": ["apparently", "young", "kids", "pick", "languages", "up", "very", "quickly"]}, "8649": {"text": "I speak two .", "tokenized_text": ["i", "speak", "two"]}, "8650": {"text": "So do my kids , and they are 4 & 5", "tokenized_text": ["so", "do", "my", "kids", "and", "they", "are", "4", "5"]}, "8651": {"text": "More the reason why I want to home school my kids .", "tokenized_text": ["more", "the", "reason", "why", "i", "want", "to", "home", "school", "my", "kids"]}, "8652": {"text": "This is pretty much perversion indoctrination to kindergardeners .", "tokenized_text": ["this", "is", "pretty", "much", "perversion", "indoctrination", "to", "kindergardeners"]}, "8653": {"text": "My prayers go to these parents who are fighting back this abomination against nature itself .", "tokenized_text": ["my", "prayers", "go", "to", "these", "parents", "who", "are", "fighting", "back", "this", "abomination", "against", "nature", "itself"]}, "8654": {"text": "well what about WWI and the Armenian Genocide which the following video says was instigated by International jewish cabal : http://www.youtube.com/watch ? v = ttjNZ ... eature = related", "tokenized_text": ["well", "what", "about", "wwi", "and", "the", "armenian", "genocide", "which", "the", "following", "video", "says", "was", "instigated", "by", "international", "jewish", "cabal", "http", "www", "youtube", "com", "watch", "v", "ttjnz", "eature", "related"]}, "8655": {"text": "Exactly.", "tokenized_text": ["exactly"]}, "8656": {"text": "I 'm sure I would have done great in public school if the Mexican gang members stopped kicking my * * * long enough for me to get my homework done ...", "tokenized_text": ["i", "m", "sure", "i", "would", "have", "done", "great", "in", "public", "school", "if", "the", "mexican", "gang", "members", "stopped", "kicking", "my", "long", "enough", "for", "me", "to", "get", "my", "homework", "done"]}, "8657": {"text": "Wish I could rep you for this Wolfie ... I 'll catch ya later .", "tokenized_text": ["wish", "i", "could", "rep", "you", "for", "this", "wolfie", "i", "ll", "catch", "ya", "later"]}, "8658": {"text": "There is nothing to add to this post ...", "tokenized_text": ["there", "is", "nothing", "to", "add", "to", "this", "post"]}, "8659": {"text": "Public school is no place for our children .", "tokenized_text": ["public", "school", "is", "no", "place", "for", "our", "children"]}, "8660": {"text": "They are nothing less than indoctrination centers designed to separate children from their parents and fill their minds with liberal propaganda .", "tokenized_text": ["they", "are", "nothing", "less", "than", "indoctrination", "centers", "designed", "to", "separate", "children", "from", "their", "parents", "and", "fill", "their", "minds", "with", "liberal", "propaganda"]}, "8661": {"text": "Sounds like a Jew teacher .", "tokenized_text": ["sounds", "like", "a", "jew", "teacher"]}, "8662": {"text": "They are often confused with whites when they hide their tail , horns , and hooves .", "tokenized_text": ["they", "are", "often", "confused", "with", "whites", "when", "they", "hide", "their", "tail", "horns", "and", "hooves"]}, "8663": {"text": "This is typical in public schools .", "tokenized_text": ["this", "is", "typical", "in", "public", "schools"]}, "8664": {"text": "If parents complain when they object to self hate their kids are labeled racist and harassed or beat up the rest of their school life .", "tokenized_text": ["if", "parents", "complain", "when", "they", "object", "to", "self", "hate", "their", "kids", "are", "labeled", "racist", "and", "harassed", "or", "beat", "up", "the", "rest", "of", "their", "school", "life"]}, "8665": {"text": "Perhaps they realize people are waking up to the story and figure they should take their gains and quit while they are ahead .", "tokenized_text": ["perhaps", "they", "realize", "people", "are", "waking", "up", "to", "the", "story", "and", "figure", "they", "should", "take", "their", "gains", "and", "quit", "while", "they", "are", "ahead"]}, "8666": {"text": "The site from which the above transcript is offers all major Hitler speeches and directives for historical reference and has been endorsed earlier .", "tokenized_text": ["the", "site", "from", "which", "the", "above", "transcript", "is", "offers", "all", "major", "hitler", "speeches", "and", "directives", "for", "historical", "reference", "and", "has", "been", "endorsed", "earlier"]}, "8667": {"text": "Stupidity is it 's own punishment .", "tokenized_text": ["stupidity", "is", "it", "s", "own", "punishment"]}, "8668": {"text": "For analogy : you put feces in your soup you put water in your cars gasoline tank you feed your livestock poison You water your plants with salty water Giving your kids FAS You do n't need to punish these people .", "tokenized_text": ["for", "analogy", "you", "put", "feces", "in", "your", "soup", "you", "put", "water", "in", "your", "cars", "gasoline", "tank", "you", "feed", "your", "livestock", "poison", "you", "water", "your", "plants", "with", "salty", "water", "giving", "your", "kids", "fas", "you", "do", "n", "t", "need", "to", "punish", "these", "people"]}, "8669": {"text": "Living with the consequences is punishment enough .", "tokenized_text": ["living", "with", "the", "consequences", "is", "punishment", "enough"]}, "8670": {"text": "A Kosher slaughter , blessed by every Rabbi under the sun .", "tokenized_text": ["a", "kosher", "slaughter", "blessed", "by", "every", "rabbi", "under", "the", "sun"]}, "8671": {"text": "God 's own divine intervention , aided by Jewish money swindled from the goyim .", "tokenized_text": ["god", "s", "own", "divine", "intervention", "aided", "by", "jewish", "money", "swindled", "from", "the", "goyim"]}, "8672": {"text": "I'd focus on the aspect of forced integration and that the Whites acted in response to that , first .", "tokenized_text": ["i", "d", "focus", "on", "the", "aspect", "of", "forced", "integration", "and", "that", "the", "whites", "acted", "in", "response", "to", "that", "first"]}, "8673": {"text": "This is something we need to point out .", "tokenized_text": ["this", "is", "something", "we", "need", "to", "point", "out"]}, "8674": {"text": "Since my family was fundimental in founding and forming TEXAS I have been actively been trying to find work and a place to live ...", "tokenized_text": ["since", "my", "family", "was", "fundimental", "in", "founding", "and", "forming", "texas", "i", "have", "been", "actively", "been", "trying", "to", "find", "work", "and", "a", "place", "to", "live"]}, "8675": {"text": "Do n't mess with Texas", "tokenized_text": ["do", "n", "t", "mess", "with", "texas"]}, "8676": {"text": "How do you explain China , a totally government owned and controlled communistic nation , yet it wastes the world 's resources on junk and building empty cities ?", "tokenized_text": ["how", "do", "you", "explain", "china", "a", "totally", "government", "owned", "and", "controlled", "communistic", "nation", "yet", "it", "wastes", "the", "world", "s", "resources", "on", "junk", "and", "building", "empty", "cities"]}, "8677": {"text": "They do n't have capitalism there !", "tokenized_text": ["they", "do", "n", "t", "have", "capitalism", "there"]}, "8678": {"text": "i love knowing guys opinions on stuff like this , how they think girls should dress etc. thank you to the person who started the thread. excellent to get insight into male minds !", "tokenized_text": ["i", "love", "knowing", "guys", "opinions", "on", "stuff", "like", "this", "how", "they", "think", "girls", "should", "dress", "etc", "thank", "you", "to", "the", "person", "who", "started", "the", "thread", "excellent", "to", "get", "insight", "into", "male", "minds"]}, "8679": {"text": "Agreed.", "tokenized_text": ["agreed"]}, "8680": {"text": "If I may add something I 'd say that asians like blacks mostly .", "tokenized_text": ["if", "i", "may", "add", "something", "i", "d", "say", "that", "asians", "like", "blacks", "mostly"]}, "8681": {"text": "Just watch them at North America and they like all black sport players and their `` slang '' .", "tokenized_text": ["just", "watch", "them", "at", "north", "america", "and", "they", "like", "all", "black", "sport", "players", "and", "their", "slang"]}, "8682": {"text": "I would n't marry a asian even after cirurgy .", "tokenized_text": ["i", "would", "n", "t", "marry", "a", "asian", "even", "after", "cirurgy"]}, "8683": {"text": "Just me .", "tokenized_text": ["just", "me"]}, "8684": {"text": "Please do not hurt those fine masons first they have to hand over the maps on the locations of the cupped oil wells .", "tokenized_text": ["please", "do", "not", "hurt", "those", "fine", "masons", "first", "they", "have", "to", "hand", "over", "the", "maps", "on", "the", "locations", "of", "the", "cupped", "oil", "wells"]}, "8685": {"text": "I went back and found the link to the video and TRIED to watch it but it was too wordy and very NOT convincing .", "tokenized_text": ["i", "went", "back", "and", "found", "the", "link", "to", "the", "video", "and", "tried", "to", "watch", "it", "but", "it", "was", "too", "wordy", "and", "very", "not", "convincing"]}, "8686": {"text": "This truth applies to other subjects we discuss on this board .", "tokenized_text": ["this", "truth", "applies", "to", "other", "subjects", "we", "discuss", "on", "this", "board"]}, "8687": {"text": "The only hope for these pups is a good clobbering and re-education", "tokenized_text": ["the", "only", "hope", "for", "these", "pups", "is", "a", "good", "clobbering", "and", "re", "education"]}, "8688": {"text": "Blood and Honour is a world wide white organisation .", "tokenized_text": ["blood", "and", "honour", "is", "a", "world", "wide", "white", "organisation"]}, "8689": {"text": "Have a look on the internet and you can see for yourself .", "tokenized_text": ["have", "a", "look", "on", "the", "internet", "and", "you", "can", "see", "for", "yourself"]}, "8690": {"text": "Hail ISD !", "tokenized_text": ["hail", "isd"]}, "8691": {"text": "Thats pretty similar for me .", "tokenized_text": ["thats", "pretty", "similar", "for", "me"]}, "8692": {"text": "My mum and dad were both born in the UK but both there parents came from Ireland which makes me 100 % Irish", "tokenized_text": ["my", "mum", "and", "dad", "were", "both", "born", "in", "the", "uk", "but", "both", "there", "parents", "came", "from", "ireland", "which", "makes", "me", "100", "irish"]}, "8693": {"text": "DO you guys still attend school or how old r ya ? just want to put it into perspective since i am the only one who dresses like a skin at my school ... i think", "tokenized_text": ["do", "you", "guys", "still", "attend", "school", "or", "how", "old", "r", "ya", "just", "want", "to", "put", "it", "into", "perspective", "since", "i", "am", "the", "only", "one", "who", "dresses", "like", "a", "skin", "at", "my", "school", "i", "think"]}, "8694": {"text": "When I get out of boot camp from the Marines Im going to get the Eagle , Globe , and Anchor tattoo on my right Arm big too .", "tokenized_text": ["when", "i", "get", "out", "of", "boot", "camp", "from", "the", "marines", "im", "going", "to", "get", "the", "eagle", "globe", "and", "anchor", "tattoo", "on", "my", "right", "arm", "big", "too"]}, "8695": {"text": "Then I might get barbed wire around my wrist .", "tokenized_text": ["then", "i", "might", "get", "barbed", "wire", "around", "my", "wrist"]}, "8696": {"text": "14/88", "tokenized_text": ["14", "88"]}, "8697": {"text": "The Klan is the greatest thing to happen to this country and it will take this country back once again .", "tokenized_text": ["the", "klan", "is", "the", "greatest", "thing", "to", "happen", "to", "this", "country", "and", "it", "will", "take", "this", "country", "back", "once", "again"]}, "8698": {"text": "We 've got big plans for our country .", "tokenized_text": ["we", "ve", "got", "big", "plans", "for", "our", "country"]}, "8699": {"text": "Big plans .", "tokenized_text": ["big", "plans"]}, "8700": {"text": "IKA Klansmen", "tokenized_text": ["ika", "klansmen"]}, "8701": {"text": "I think the Klan was best as a social club , the whole militant thing tends to turn people off and makes them look crazy", "tokenized_text": ["i", "think", "the", "klan", "was", "best", "as", "a", "social", "club", "the", "whole", "militant", "thing", "tends", "to", "turn", "people", "off", "and", "makes", "them", "look", "crazy"]}, "8702": {"text": "WHITE guy murders asian student days before her wedding .", "tokenized_text": ["white", "guy", "murders", "asian", "student", "days", "before", "her", "wedding"]}, "8703": {"text": "Garners major news media attention for weeks .", "tokenized_text": ["garners", "major", "news", "media", "attention", "for", "weeks"]}, "8704": {"text": "Black guy stabs student , and then slices her throat in front of 30 plus students and faculty , garners barely a mention in the MSM .", "tokenized_text": ["black", "guy", "stabs", "student", "and", "then", "slices", "her", "throat", "in", "front", "of", "30", "plus", "students", "and", "faculty", "garners", "barely", "a", "mention", "in", "the", "msm"]}, "8705": {"text": "im not lol .", "tokenized_text": ["im", "not", "lol"]}, "8706": {"text": "My computer got that backdoor tojan virus > . < .", "tokenized_text": ["my", "computer", "got", "that", "backdoor", "tojan", "virus"]}, "8707": {"text": "And this site was resticted on my moms computer so it took me a few days to hack her PW and change that .", "tokenized_text": ["and", "this", "site", "was", "resticted", "on", "my", "moms", "computer", "so", "it", "took", "me", "a", "few", "days", "to", "hack", "her", "pw", "and", "change", "that"]}, "8708": {"text": "I 'm supper happy ur at my school IM NOT ALONE", "tokenized_text": ["i", "m", "supper", "happy", "ur", "at", "my", "school", "im", "not", "alone"]}, "8709": {"text": "yeah i saw it. but i was a hardcore wigger when i used to play vice city 24/7. i paid no attention to it when i saw it. but its cool you found it", "tokenized_text": ["yeah", "i", "saw", "it", "but", "i", "was", "a", "hardcore", "wigger", "when", "i", "used", "to", "play", "vice", "city", "24", "7", "i", "paid", "no", "attention", "to", "it", "when", "i", "saw", "it", "but", "its", "cool", "you", "found", "it"]}, "8710": {"text": "thats just stupid to say that , because you have probably heard maybe 10-20 artists and those are the * * * * * * s on TV and stuff. there are tons of white , non-wigerish rappers that dont `` scream '' about something", "tokenized_text": ["thats", "just", "stupid", "to", "say", "that", "because", "you", "have", "probably", "heard", "maybe", "10", "20", "artists", "and", "those", "are", "the", "s", "on", "tv", "and", "stuff", "there", "are", "tons", "of", "white", "non", "wigerish", "rappers", "that", "dont", "scream", "about", "something"]}, "8711": {"text": "I own this game and it is by far the most violent and sick game I have ever played .", "tokenized_text": ["i", "own", "this", "game", "and", "it", "is", "by", "far", "the", "most", "violent", "and", "sick", "game", "i", "have", "ever", "played"]}, "8712": {"text": "My children are not allowed to even watch it never mind play it .", "tokenized_text": ["my", "children", "are", "not", "allowed", "to", "even", "watch", "it", "never", "mind", "play", "it"]}, "8713": {"text": "Sid Wore that shirt for Shock the sex pistols were NEVER racist , a good example of a racist punk band is Agnostic Front .", "tokenized_text": ["sid", "wore", "that", "shirt", "for", "shock", "the", "sex", "pistols", "were", "never", "racist", "a", "good", "example", "of", "a", "racist", "punk", "band", "is", "agnostic", "front"]}, "8714": {"text": "dont screw your life up because of some stupid little fight by using a weapon .", "tokenized_text": ["dont", "screw", "your", "life", "up", "because", "of", "some", "stupid", "little", "fight", "by", "using", "a", "weapon"]}, "8715": {"text": "First off they probably wont do anything , second off dont start anything .", "tokenized_text": ["first", "off", "they", "probably", "wont", "do", "anything", "second", "off", "dont", "start", "anything"]}, "8716": {"text": "I dont watch TV other than to watch sport ( Rugby , Soccer and CVricket ) and occasionally a movie , i 'd probally watct more than 5 hours a week though !", "tokenized_text": ["i", "dont", "watch", "tv", "other", "than", "to", "watch", "sport", "rugby", "soccer", "and", "cvricket", "and", "occasionally", "a", "movie", "i", "d", "probally", "watct", "more", "than", "5", "hours", "a", "week", "though"]}, "8717": {"text": "We should start gangs of our own and kill them and rob their homes , is this what the liberals wanted as `` diversity ? ''", "tokenized_text": ["we", "should", "start", "gangs", "of", "our", "own", "and", "kill", "them", "and", "rob", "their", "homes", "is", "this", "what", "the", "liberals", "wanted", "as", "diversity"]}, "8718": {"text": "I rarely watch TV but if I do it 's most likely a movie or something of that sort .", "tokenized_text": ["i", "rarely", "watch", "tv", "but", "if", "i", "do", "it", "s", "most", "likely", "a", "movie", "or", "something", "of", "that", "sort"]}, "8719": {"text": "Sometimes I do watch shows about WWII on the History channel but other than that I never watch it .", "tokenized_text": ["sometimes", "i", "do", "watch", "shows", "about", "wwii", "on", "the", "history", "channel", "but", "other", "than", "that", "i", "never", "watch", "it"]}, "8720": {"text": "I would never date a black guy .", "tokenized_text": ["i", "would", "never", "date", "a", "black", "guy"]}, "8721": {"text": "I am a white female and I am proud of my race. and dating a black would be disgusting", "tokenized_text": ["i", "am", "a", "white", "female", "and", "i", "am", "proud", "of", "my", "race", "and", "dating", "a", "black", "would", "be", "disgusting"]}, "8722": {"text": "let me say it like this : I HATE SCHOOL , I HATE LEARNING AND I HATE READING .", "tokenized_text": ["let", "me", "say", "it", "like", "this", "i", "hate", "school", "i", "hate", "learning", "and", "i", "hate", "reading"]}, "8723": {"text": "An good education is allot but not everything .", "tokenized_text": ["an", "good", "education", "is", "allot", "but", "not", "everything"]}, "8724": {"text": "I was only 12 at the time it was scarey as I was all alone .", "tokenized_text": ["i", "was", "only", "12", "at", "the", "time", "it", "was", "scarey", "as", "i", "was", "all", "alone"]}, "8725": {"text": "Later on the divorced lady down the street helped me out .", "tokenized_text": ["later", "on", "the", "divorced", "lady", "down", "the", "street", "helped", "me", "out"]}, "8726": {"text": "Its not scarey at all anymore .", "tokenized_text": ["its", "not", "scarey", "at", "all", "anymore"]}, "8727": {"text": "S.S.", "tokenized_text": ["s", "s"]}, "8728": {"text": "What does it mean when you have blue eyes with a slight ring of brown around the pupil ?", "tokenized_text": ["what", "does", "it", "mean", "when", "you", "have", "blue", "eyes", "with", "a", "slight", "ring", "of", "brown", "around", "the", "pupil"]}, "8729": {"text": "Can they mix like that ?", "tokenized_text": ["can", "they", "mix", "like", "that"]}, "8730": {"text": "Or is it exposure to the sun like I heard someone on here say ?", "tokenized_text": ["or", "is", "it", "exposure", "to", "the", "sun", "like", "i", "heard", "someone", "on", "here", "say"]}, "8731": {"text": "I opened this new thread because i think it 's important to talk about any problems , which do you you ( or someone else ) have .. in connection with non-whites ..", "tokenized_text": ["i", "opened", "this", "new", "thread", "because", "i", "think", "it", "s", "important", "to", "talk", "about", "any", "problems", "which", "do", "you", "you", "or", "someone", "else", "have", "in", "connection", "with", "non", "whites"]}, "8732": {"text": "Kamerad", "tokenized_text": ["kamerad"]}, "8733": {"text": "i cant wait , i 've been wanting something to say to these wiggers , but i can never find the right words .", "tokenized_text": ["i", "cant", "wait", "i", "ve", "been", "wanting", "something", "to", "say", "to", "these", "wiggers", "but", "i", "can", "never", "find", "the", "right", "words"]}, "8734": {"text": "man i always have a hard time when ever i try to make a website too much stuff to do i get confused well anyway id really like to see that website whenever you get finished with it Heil Hitler", "tokenized_text": ["man", "i", "always", "have", "a", "hard", "time", "when", "ever", "i", "try", "to", "make", "a", "website", "too", "much", "stuff", "to", "do", "i", "get", "confused", "well", "anyway", "id", "really", "like", "to", "see", "that", "website", "whenever", "you", "get", "finished", "with", "it", "heil", "hitler"]}, "8735": {"text": "There are many alternatives to adopting little mud babies.There is srrogate mothers and invitro fertilization are just two.If these are not financialy possile then wait till it is .", "tokenized_text": ["there", "are", "many", "alternatives", "to", "adopting", "little", "mud", "babies", "there", "is", "srrogate", "mothers", "and", "invitro", "fertilization", "are", "just", "two", "if", "these", "are", "not", "financialy", "possile", "then", "wait", "till", "it", "is"]}, "8736": {"text": "Do n't betray your race .", "tokenized_text": ["do", "n", "t", "betray", "your", "race"]}, "8737": {"text": "Your history teacher has to do what the zionist butt heads want them to do .", "tokenized_text": ["your", "history", "teacher", "has", "to", "do", "what", "the", "zionist", "butt", "heads", "want", "them", "to", "do"]}, "8738": {"text": "Its simple , they want to create white guilt , .", "tokenized_text": ["its", "simple", "they", "want", "to", "create", "white", "guilt"]}, "8739": {"text": "im kind of curious what all of you think .", "tokenized_text": ["im", "kind", "of", "curious", "what", "all", "of", "you", "think"]}, "8740": {"text": "Ive talked to lots of punks about it , and i get the same response from them that i get from blacks and minorities. i want to hear a more educated opinion", "tokenized_text": ["ive", "talked", "to", "lots", "of", "punks", "about", "it", "and", "i", "get", "the", "same", "response", "from", "them", "that", "i", "get", "from", "blacks", "and", "minorities", "i", "want", "to", "hear", "a", "more", "educated", "opinion"]}, "8741": {"text": "I dont want a black guy or any one that isnt white and my friends dont either you must be going for the wrong girls .", "tokenized_text": ["i", "dont", "want", "a", "black", "guy", "or", "any", "one", "that", "isnt", "white", "and", "my", "friends", "dont", "either", "you", "must", "be", "going", "for", "the", "wrong", "girls"]}, "8742": {"text": "I would just like to express how sick and tired I am of bi-racial half-breeds kids at school boasting about their `` unique heritages '' .", "tokenized_text": ["i", "would", "just", "like", "to", "express", "how", "sick", "and", "tired", "i", "am", "of", "bi", "racial", "half", "breeds", "kids", "at", "school", "boasting", "about", "their", "unique", "heritages"]}, "8743": {"text": "They go around school acting like being half White/half black or half White/half asian is something to be proud of .", "tokenized_text": ["they", "go", "around", "school", "acting", "like", "being", "half", "white", "half", "black", "or", "half", "white", "half", "asian", "is", "something", "to", "be", "proud", "of"]}, "8744": {"text": "I 'd rather see a purebreed black or hispanic than arrogant half breeds .", "tokenized_text": ["i", "d", "rather", "see", "a", "purebreed", "black", "or", "hispanic", "than", "arrogant", "half", "breeds"]}, "8745": {"text": "Fags are a big problem , they are recruiting our kids , in the schools that we pay for .", "tokenized_text": ["fags", "are", "a", "big", "problem", "they", "are", "recruiting", "our", "kids", "in", "the", "schools", "that", "we", "pay", "for"]}, "8746": {"text": "Support the Boy Scouts .", "tokenized_text": ["support", "the", "boy", "scouts"]}, "8747": {"text": "WRS 14/88", "tokenized_text": ["wrs", "14", "88"]}, "8748": {"text": "Hello.", "tokenized_text": ["hello"]}, "8749": {"text": "I note one of your other posts was worried because of the delay in your posts showing up - don ; ' t worry about it , it 's just that we have to check your stuff while you are new", "tokenized_text": ["i", "note", "one", "of", "your", "other", "posts", "was", "worried", "because", "of", "the", "delay", "in", "your", "posts", "showing", "up", "don", "t", "worry", "about", "it", "it", "s", "just", "that", "we", "have", "to", "check", "your", "stuff", "while", "you", "are", "new"]}, "8750": {"text": "The youth is not a internet thing .", "tokenized_text": ["the", "youth", "is", "not", "a", "internet", "thing"]}, "8751": {"text": "We hold youth Bible stuides ( free ) and you do a lot of at home studing .", "tokenized_text": ["we", "hold", "youth", "bible", "stuides", "free", "and", "you", "do", "a", "lot", "of", "at", "home", "studing"]}, "8752": {"text": "You ca n't attend Regular Meetings , but you will attend youth meetings , and all major rallies such as Nordic Fest .", "tokenized_text": ["you", "ca", "n", "t", "attend", "regular", "meetings", "but", "you", "will", "attend", "youth", "meetings", "and", "all", "major", "rallies", "such", "as", "nordic", "fest"]}, "8753": {"text": "Being Youth is a great way to learn a lot about the Bible and the movement .", "tokenized_text": ["being", "youth", "is", "a", "great", "way", "to", "learn", "a", "lot", "about", "the", "bible", "and", "the", "movement"]}, "8754": {"text": "I wish I had been in the youth corps .", "tokenized_text": ["i", "wish", "i", "had", "been", "in", "the", "youth", "corps"]}, "8755": {"text": "theres this girl at my school and she is really tall and she is the darkes * * * * * * ive ever saw and she sat by me and i moved too the next table and she had a bag of cookies and she could not open it so she was trying to open with her teeth like a dog slaping it back in foruth finlly this white trash girl opened with her mouth then she had the nerve to spit on a white girl and thegirl did nothing but smile and then this mixed kid had the neve to ask me out i told him no and go to hell. this was my day at school suced huh. hope you tyep back sorry for spelling .", "tokenized_text": ["theres", "this", "girl", "at", "my", "school", "and", "she", "is", "really", "tall", "and", "she", "is", "the", "darkes", "ive", "ever", "saw", "and", "she", "sat", "by", "me", "and", "i", "moved", "too", "the", "next", "table", "and", "she", "had", "a", "bag", "of", "cookies", "and", "she", "could", "not", "open", "it", "so", "she", "was", "trying", "to", "open", "with", "her", "teeth", "like", "a", "dog", "slaping", "it", "back", "in", "foruth", "finlly", "this", "white", "trash", "girl", "opened", "with", "her", "mouth", "then", "she", "had", "the", "nerve", "to", "spit", "on", "a", "white", "girl", "and", "thegirl", "did", "nothing", "but", "smile", "and", "then", "this", "mixed", "kid", "had", "the", "neve", "to", "ask", "me", "out", "i", "told", "him", "no", "and", "go", "to", "hell", "this", "was", "my", "day", "at", "school", "suced", "huh", "hope", "you", "tyep", "back", "sorry", "for", "spelling"]}, "8756": {"text": "I'm trying to get a White Nationalist group together in Connecticut .", "tokenized_text": ["i", "m", "trying", "to", "get", "a", "white", "nationalist", "group", "together", "in", "connecticut"]}, "8757": {"text": "If you are interested reply to this message or PM me .", "tokenized_text": ["if", "you", "are", "interested", "reply", "to", "this", "message", "or", "pm", "me"]}, "8758": {"text": "Thanks , Scott", "tokenized_text": ["thanks", "scott"]}, "8759": {"text": "Never heard of them , but give me a few of their song titles so I can download and have a listen .", "tokenized_text": ["never", "heard", "of", "them", "but", "give", "me", "a", "few", "of", "their", "song", "titles", "so", "i", "can", "download", "and", "have", "a", "listen"]}, "8760": {"text": "i didnt try it yet but i guess i should check it out ; thankx i hope that link gave whoever needed it some info on whatever she ( i dont remember her name , sorry ) needed later", "tokenized_text": ["i", "didnt", "try", "it", "yet", "but", "i", "guess", "i", "should", "check", "it", "out", "thankx", "i", "hope", "that", "link", "gave", "whoever", "needed", "it", "some", "info", "on", "whatever", "she", "i", "dont", "remember", "her", "name", "sorry", "needed", "later"]}, "8761": {"text": "hello all , I was wondering , what does the tripple 7 flag stand for ?", "tokenized_text": ["hello", "all", "i", "was", "wondering", "what", "does", "the", "tripple", "7", "flag", "stand", "for"]}, "8762": {"text": "I see manialy Blood and Honour use it .", "tokenized_text": ["i", "see", "manialy", "blood", "and", "honour", "use", "it"]}, "8763": {"text": "Thanks - Fenian", "tokenized_text": ["thanks", "fenian"]}, "8764": {"text": "The day I 'm told I have to get something put under my skin or a tattoo of something I do n't want on my body is the day I move to Europe", "tokenized_text": ["the", "day", "i", "m", "told", "i", "have", "to", "get", "something", "put", "under", "my", "skin", "or", "a", "tattoo", "of", "something", "i", "do", "n", "t", "want", "on", "my", "body", "is", "the", "day", "i", "move", "to", "europe"]}, "8765": {"text": "Nothing wrong with Quebec , they have very white cities and are a proud group of people Aside from the gay section of montreal , its a very nice city", "tokenized_text": ["nothing", "wrong", "with", "quebec", "they", "have", "very", "white", "cities", "and", "are", "a", "proud", "group", "of", "people", "aside", "from", "the", "gay", "section", "of", "montreal", "its", "a", "very", "nice", "city"]}, "8766": {"text": "None of these options fit me .", "tokenized_text": ["none", "of", "these", "options", "fit", "me"]}, "8767": {"text": "I had never even heard of Stormfront until the night I found it and joined .", "tokenized_text": ["i", "had", "never", "even", "heard", "of", "stormfront", "until", "the", "night", "i", "found", "it", "and", "joined"]}, "8768": {"text": "We know , but Trump 's kids are all married to or dating Jews and he 's expressed his full support of thelgbt community and gay marriage even if he is not out waving the fag rag in fag pride parades .", "tokenized_text": ["we", "know", "but", "trump", "s", "kids", "are", "all", "married", "to", "or", "dating", "jews", "and", "he", "s", "expressed", "his", "full", "support", "of", "thelgbt", "community", "and", "gay", "marriage", "even", "if", "he", "is", "not", "out", "waving", "the", "fag", "rag", "in", "fag", "pride", "parades"]}, "8769": {"text": "In Canada , I 'm sure it means American Injun/Innuit .", "tokenized_text": ["in", "canada", "i", "m", "sure", "it", "means", "american", "injun", "innuit"]}, "8770": {"text": "If someone on that bus was carrying a piece , they could 've taken care of that savage before he managed to stab the victim 50-60 times !", "tokenized_text": ["if", "someone", "on", "that", "bus", "was", "carrying", "a", "piece", "they", "could", "ve", "taken", "care", "of", "that", "savage", "before", "he", "managed", "to", "stab", "the", "victim", "50", "60", "times"]}, "8771": {"text": "Check out the small northern Ontario Towns , Holtyre , Ramore , King Kirkland , Englehart , Black River ... saw one nonwhite in 5 years ( not counting the occasional native ) .", "tokenized_text": ["check", "out", "the", "small", "northern", "ontario", "towns", "holtyre", "ramore", "king", "kirkland", "englehart", "black", "river", "saw", "one", "nonwhite", "in", "5", "years", "not", "counting", "the", "occasional", "native"]}, "8772": {"text": "Meanwhile those nonwhites continue to breed even as their nonwhite societies continue to inflict their harsh uncivilized nonwhite culture on us .", "tokenized_text": ["meanwhile", "those", "nonwhites", "continue", "to", "breed", "even", "as", "their", "nonwhite", "societies", "continue", "to", "inflict", "their", "harsh", "uncivilized", "nonwhite", "culture", "on", "us"]}, "8773": {"text": "They just do n't know when to stop breeding .", "tokenized_text": ["they", "just", "do", "n", "t", "know", "when", "to", "stop", "breeding"]}, "8774": {"text": "Their nonwhite societies are failing in every area and yet they are trying to force White civilization to accept their backward nonwhite culture .", "tokenized_text": ["their", "nonwhite", "societies", "are", "failing", "in", "every", "area", "and", "yet", "they", "are", "trying", "to", "force", "white", "civilization", "to", "accept", "their", "backward", "nonwhite", "culture"]}, "8775": {"text": "Fee hours in any direction and there is none of that .", "tokenized_text": ["fee", "hours", "in", "any", "direction", "and", "there", "is", "none", "of", "that"]}, "8776": {"text": "Especially in the cariboo .", "tokenized_text": ["especially", "in", "the", "cariboo"]}, "8777": {"text": "The remoteness and weather is not desirable to them .", "tokenized_text": ["the", "remoteness", "and", "weather", "is", "not", "desirable", "to", "them"]}, "8778": {"text": "I got so sick and tired of all these idiots who think Jacob Zuma is the problem that I decided to hold up a mirror instead .", "tokenized_text": ["i", "got", "so", "sick", "and", "tired", "of", "all", "these", "idiots", "who", "think", "jacob", "zuma", "is", "the", "problem", "that", "i", "decided", "to", "hold", "up", "a", "mirror", "instead"]}, "8779": {"text": "I would move too but unfortunately there is nowhere that is untainted .", "tokenized_text": ["i", "would", "move", "too", "but", "unfortunately", "there", "is", "nowhere", "that", "is", "untainted"]}, "8780": {"text": "The next step is to network with fellow whites .", "tokenized_text": ["the", "next", "step", "is", "to", "network", "with", "fellow", "whites"]}, "8781": {"text": "I would not even entertain myself with his so called work it 's all trash and does n't being with the WN movement .", "tokenized_text": ["i", "would", "not", "even", "entertain", "myself", "with", "his", "so", "called", "work", "it", "s", "all", "trash", "and", "does", "n", "t", "being", "with", "the", "wn", "movement"]}, "8782": {"text": "We are trying to get people in every White nation around the world to distribute White Nationalist flyers on Saturday night , October 13th .", "tokenized_text": ["we", "are", "trying", "to", "get", "people", "in", "every", "white", "nation", "around", "the", "world", "to", "distribute", "white", "nationalist", "flyers", "on", "saturday", "night", "october", "13th"]}, "8783": {"text": "Can we count you in ?", "tokenized_text": ["can", "we", "count", "you", "in"]}, "8784": {"text": "They can be downloaded from these sites : www.solargeneral.com www.natvan.com www.ncoal.com", "tokenized_text": ["they", "can", "be", "downloaded", "from", "these", "sites", "www", "solargeneral", "com", "www", "natvan", "com", "www", "ncoal", "com"]}, "8785": {"text": "Just saw an video that i would share with you guys YouTube - `` WHITE GENOCIDE IN AFRICA '' THE BEGINNING OF THE END !", "tokenized_text": ["just", "saw", "an", "video", "that", "i", "would", "share", "with", "you", "guys", "youtube", "white", "genocide", "in", "africa", "the", "beginning", "of", "the", "end"]}, "8786": {"text": "Day Of Honour was good this year we come back next year greetz from Flanders ( belgium ) Heil Hongary Heil Flanders Heil Blood an honour world wide", "tokenized_text": ["day", "of", "honour", "was", "good", "this", "year", "we", "come", "back", "next", "year", "greetz", "from", "flanders", "belgium", "heil", "hongary", "heil", "flanders", "heil", "blood", "an", "honour", "world", "wide"]}, "8787": {"text": "Probably the most disgusting thing I 've seen in the last year .", "tokenized_text": ["probably", "the", "most", "disgusting", "thing", "i", "ve", "seen", "in", "the", "last", "year"]}, "8788": {"text": "She looks like she has some African blood in her , or maybe it 's just the makeup .", "tokenized_text": ["she", "looks", "like", "she", "has", "some", "african", "blood", "in", "her", "or", "maybe", "it", "s", "just", "the", "makeup"]}, "8789": {"text": "This is just so wrong .", "tokenized_text": ["this", "is", "just", "so", "wrong"]}, "8790": {"text": "Like the `` white '' -African ( what the hell is her name ) ..", "tokenized_text": ["like", "the", "white", "african", "what", "the", "hell", "is", "her", "name"]}, "8791": {"text": "Lady Gaga .", "tokenized_text": ["lady", "gaga"]}, "8792": {"text": "Yes and in the meantime you forget that you belong to a Nation .", "tokenized_text": ["yes", "and", "in", "the", "meantime", "you", "forget", "that", "you", "belong", "to", "a", "nation"]}, "8793": {"text": "I take the assumption that your Nation is so crap is not worth remembering .", "tokenized_text": ["i", "take", "the", "assumption", "that", "your", "nation", "is", "so", "crap", "is", "not", "worth", "remembering"]}, "8794": {"text": "The peanut butter was not as important as the time machine used to go back and teach the ancient Incans how to make it .", "tokenized_text": ["the", "peanut", "butter", "was", "not", "as", "important", "as", "the", "time", "machine", "used", "to", "go", "back", "and", "teach", "the", "ancient", "incans", "how", "to", "make", "it"]}, "8795": {"text": "Sounds like when I was down in Collier County last summer .", "tokenized_text": ["sounds", "like", "when", "i", "was", "down", "in", "collier", "county", "last", "summer"]}, "8796": {"text": "Golden Gate is nothing but Hispanics , with some Haitians thrown it .", "tokenized_text": ["golden", "gate", "is", "nothing", "but", "hispanics", "with", "some", "haitians", "thrown", "it"]}, "8797": {"text": "Literally no whites When I lived in Naples when I left it was a lot of non white , but nowhere near like it is now .", "tokenized_text": ["literally", "no", "whites", "when", "i", "lived", "in", "naples", "when", "i", "left", "it", "was", "a", "lot", "of", "non", "white", "but", "nowhere", "near", "like", "it", "is", "now"]}, "8798": {"text": "It would be great if we could get every last white out of there so no one would be there to fix things .", "tokenized_text": ["it", "would", "be", "great", "if", "we", "could", "get", "every", "last", "white", "out", "of", "there", "so", "no", "one", "would", "be", "there", "to", "fix", "things"]}, "8799": {"text": "When he gets out he 'll have more support than ever .", "tokenized_text": ["when", "he", "gets", "out", "he", "ll", "have", "more", "support", "than", "ever"]}, "8800": {"text": "This was a bad move by the Jew puppets .", "tokenized_text": ["this", "was", "a", "bad", "move", "by", "the", "jew", "puppets"]}, "8801": {"text": "They are out of ideas .", "tokenized_text": ["they", "are", "out", "of", "ideas"]}, "8802": {"text": "Louisiana https : //petitions.whitehouse.gov/pet ... nment/1wrvtngl Texas https : //petitions.whitehouse.gov/pet ... nment/BmdWCP8B Florida https : //petitions.whitehouse.gov/pet ... nment/D87Rv7yJ Montana https : //petitions.whitehouse.gov/pet ... nment/l76dWhwN Kentucky https : //petitions.whitehouse.gov/pet ... nment/RskKYzB6 Indiana https : //petitions.whitehouse.gov/pet ... nment/51jYVZ5L South Carolina https : //petitions.whitehouse.gov/pet ... nment/KL6qrls8 Georgia https : //petitions.whitehouse.gov/pet ... nment/pgJ9JLY3 New Jersey https : //petitions.whitehouse.gov/pet ... nment/RYvjgdDT North Carolina https : //petitions.whitehouse.gov/pet ... nment/rx1KDYTs Oregon https : //petitions.whitehouse.gov/pet ... ation/X3kWX8kF Missouri https : //petitions.whitehouse.gov/pet ... nment/Vd92R3YG Alabama https : //petitions.whitehouse.gov/pet ... nment/2TvhJSSC Mississippi https : //petitions.whitehouse.gov/pet ... rnmen/9M9rdL8n Colorado https : //petitions.whitehouse.gov/pet ... nment/lWDshfl3 North Dakota https : //petitions.whitehouse.gov/pet ... nment/lqPGbvVl New York https : //petitions.whitehouse.gov/pet ... nment/RSBkpCf9 Arkansas https : //petitions.whitehouse.gov/pet ... nment/k6LhPsBX Georgia #2 https : //petitions.whitehouse.gov/pet ... nment/zXYY751D Michigan https : //petitions.whitehouse.gov/pet ... nment/022SsMWp Pennsylvania https : //petitions.whitehouse.gov/pet ... nment/kT8FL7Ng", "tokenized_text": ["louisiana", "https", "petitions", "whitehouse", "gov", "pet", "nment", "1wrvtngl", "texas", "https", "petitions", "whitehouse", "gov", "pet", "nment", "bmdwcp8b", "florida", "https", "petitions", "whitehouse", "gov", "pet", "nment", "d87rv7yj", "montana", "https", "petitions", "whitehouse", "gov", "pet", "nment", "l76dwhwn", "kentucky", "https", "petitions", "whitehouse", "gov", "pet", "nment", "rskkyzb6", "indiana", "https", "petitions", "whitehouse", "gov", "pet", "nment", "51jyvz5l", "south", "carolina", "https", "petitions", "whitehouse", "gov", "pet", "nment", "kl6qrls8", "georgia", "https", "petitions", "whitehouse", "gov", "pet", "nment", "pgj9jly3", "new", "jersey", "https", "petitions", "whitehouse", "gov", "pet", "nment", "ryvjgddt", "north", "carolina", "https", "petitions", "whitehouse", "gov", "pet", "nment", "rx1kdyts", "oregon", "https", "petitions", "whitehouse", "gov", "pet", "ation", "x3kwx8kf", "missouri", "https", "petitions", "whitehouse", "gov", "pet", "nment", "vd92r3yg", "alabama", "https", "petitions", "whitehouse", "gov", "pet", "nment", "2tvhjssc", "mississippi", "https", "petitions", "whitehouse", "gov", "pet", "rnmen", "9m9rdl8n", "colorado", "https", "petitions", "whitehouse", "gov", "pet", "nment", "lwdshfl3", "north", "dakota", "https", "petitions", "whitehouse", "gov", "pet", "nment", "lqpgbvvl", "new", "york", "https", "petitions", "whitehouse", "gov", "pet", "nment", "rsbkpcf9", "arkansas", "https", "petitions", "whitehouse", "gov", "pet", "nment", "k6lhpsbx", "georgia", "2", "https", "petitions", "whitehouse", "gov", "pet", "nment", "zxyy751d", "michigan", "https", "petitions", "whitehouse", "gov", "pet", "nment", "022ssmwp", "pennsylvania", "https", "petitions", "whitehouse", "gov", "pet", "nment", "kt8fl7ng"]}, "8803": {"text": "We have to get back to our countries being for our race , the same as every other race 's country is for them .", "tokenized_text": ["we", "have", "to", "get", "back", "to", "our", "countries", "being", "for", "our", "race", "the", "same", "as", "every", "other", "race", "s", "country", "is", "for", "them"]}, "8804": {"text": "Ever since SF came back on line people have adopted a more aggressive line of debate , the threads I have been on seem to have gone that way pretty quickly anyway .", "tokenized_text": ["ever", "since", "sf", "came", "back", "on", "line", "people", "have", "adopted", "a", "more", "aggressive", "line", "of", "debate", "the", "threads", "i", "have", "been", "on", "seem", "to", "have", "gone", "that", "way", "pretty", "quickly", "anyway"]}, "8805": {"text": "Not just encouraging but actuallly paying them bonuses .... so a black managers in state service gets his bonus determined on how few white employees he has", "tokenized_text": ["not", "just", "encouraging", "but", "actuallly", "paying", "them", "bonuses", "so", "a", "black", "managers", "in", "state", "service", "gets", "his", "bonus", "determined", "on", "how", "few", "white", "employees", "he", "has"]}, "8806": {"text": "Below is a message that was publicly displayed many months ago on the website of the President of the United States .", "tokenized_text": ["below", "is", "a", "message", "that", "was", "publicly", "displayed", "many", "months", "ago", "on", "the", "website", "of", "the", "president", "of", "the", "united", "states"]}, "8807": {"text": "At the link just below , I 've been urging our brothers and sisters in South Africa to run that message or a similar message on that site every month : Malaysians , Venezuelans , Chinese let White House broadcast their agendas", "tokenized_text": ["at", "the", "link", "just", "below", "i", "ve", "been", "urging", "our", "brothers", "and", "sisters", "in", "south", "africa", "to", "run", "that", "message", "or", "a", "similar", "message", "on", "that", "site", "every", "month", "malaysians", "venezuelans", "chinese", "let", "white", "house", "broadcast", "their", "agendas"]}, "8808": {"text": "It is the spiritual awakening as I says stupid !", "tokenized_text": ["it", "is", "the", "spiritual", "awakening", "as", "i", "says", "stupid"]}, "8809": {"text": "People of the US are getting it together , finally .", "tokenized_text": ["people", "of", "the", "us", "are", "getting", "it", "together", "finally"]}, "8810": {"text": "YouTube - Mike Castle on PeeBo 's Birthcertificate .", "tokenized_text": ["youtube", "mike", "castle", "on", "peebo", "s", "birthcertificate"]}, "8811": {"text": "For ten dollars it would give me some entertainment .", "tokenized_text": ["for", "ten", "dollars", "it", "would", "give", "me", "some", "entertainment"]}, "8812": {"text": "Eventually , the city would take it back and I 'd be out ten bucks. more entertainment .", "tokenized_text": ["eventually", "the", "city", "would", "take", "it", "back", "and", "i", "d", "be", "out", "ten", "bucks", "more", "entertainment"]}, "8813": {"text": "Come and have a look around the area where I live and see all the 18-25 year old Muslims parked up outside the schools trying to entice 13 - 16 year old English girls to get in their cars .", "tokenized_text": ["come", "and", "have", "a", "look", "around", "the", "area", "where", "i", "live", "and", "see", "all", "the", "18", "25", "year", "old", "muslims", "parked", "up", "outside", "the", "schools", "trying", "to", "entice", "13", "16", "year", "old", "english", "girls", "to", "get", "in", "their", "cars"]}, "8814": {"text": "They probably arrest them and throw them in jail so that they will be raped and infected with AIDS .", "tokenized_text": ["they", "probably", "arrest", "them", "and", "throw", "them", "in", "jail", "so", "that", "they", "will", "be", "raped", "and", "infected", "with", "aids"]}, "8815": {"text": "Definitely an act of Genocide .", "tokenized_text": ["definitely", "an", "act", "of", "genocide"]}, "8816": {"text": "The headline brings to mind an old joke ; I have bad news and good news for ya .", "tokenized_text": ["the", "headline", "brings", "to", "mind", "an", "old", "joke", "i", "have", "bad", "news", "and", "good", "news", "for", "ya"]}, "8817": {"text": "Bad news is , weonly have cow sh * t to eat. good news is , there 's plenty of it !", "tokenized_text": ["bad", "news", "is", "weonly", "have", "cow", "sh", "t", "to", "eat", "good", "news", "is", "there", "s", "plenty", "of", "it"]}, "8818": {"text": "Sergey Brin claims his family were victims of `` anti-semitism . ''", "tokenized_text": ["sergey", "brin", "claims", "his", "family", "were", "victims", "of", "anti", "semitism"]}, "8819": {"text": "Below is the `` Story of Sergey Brin '' the owner of google .", "tokenized_text": ["below", "is", "the", "story", "of", "sergey", "brin", "the", "owner", "of", "google"]}, "8820": {"text": "He said he is offended by the Jewwatch website . Jewish Google owners", "tokenized_text": ["he", "said", "he", "is", "offended", "by", "the", "jewwatch", "website", "jewish", "google", "owners"]}, "8821": {"text": "I guess these blind idiots overlooked the NFL and NBA , If they do n't like it why do n't they just leave , No one will miss them .", "tokenized_text": ["i", "guess", "these", "blind", "idiots", "overlooked", "the", "nfl", "and", "nba", "if", "they", "do", "n", "t", "like", "it", "why", "do", "n", "t", "they", "just", "leave", "no", "one", "will", "miss", "them"]}, "8822": {"text": "Here are a couple of security cam pics from the armed robbery that took place yesterday but was quickly ended by police .", "tokenized_text": ["here", "are", "a", "couple", "of", "security", "cam", "pics", "from", "the", "armed", "robbery", "that", "took", "place", "yesterday", "but", "was", "quickly", "ended", "by", "police"]}, "8823": {"text": "Well this is just like Westchester county advertising solely for nonwhites to come and live there in projects .", "tokenized_text": ["well", "this", "is", "just", "like", "westchester", "county", "advertising", "solely", "for", "nonwhites", "to", "come", "and", "live", "there", "in", "projects"]}, "8824": {"text": "ZOG is getting rid of every White-dominated area in the world .", "tokenized_text": ["zog", "is", "getting", "rid", "of", "every", "white", "dominated", "area", "in", "the", "world"]}, "8825": {"text": "There is a survivor support page on facebook .", "tokenized_text": ["there", "is", "a", "survivor", "support", "page", "on", "facebook"]}, "8826": {"text": "90 + % of those on it are White .", "tokenized_text": ["90", "of", "those", "on", "it", "are", "white"]}, "8827": {"text": "There are few if any Blacks .", "tokenized_text": ["there", "are", "few", "if", "any", "blacks"]}, "8828": {"text": "This girl is White .", "tokenized_text": ["this", "girl", "is", "white"]}, "8829": {"text": "Her life was taken in her own home by intruders in a robbery attempt , who never gave a second thought to this child 's love of life .", "tokenized_text": ["her", "life", "was", "taken", "in", "her", "own", "home", "by", "intruders", "in", "a", "robbery", "attempt", "who", "never", "gave", "a", "second", "thought", "to", "this", "child", "s", "love", "of", "life"]}, "8830": {"text": "Justice for Emily", "tokenized_text": ["justice", "for", "emily"]}, "8831": {"text": "They do not want all of us to find out how she was raped and tortured .", "tokenized_text": ["they", "do", "not", "want", "all", "of", "us", "to", "find", "out", "how", "she", "was", "raped", "and", "tortured"]}, "8832": {"text": "Can you imagine the hell this young girl went through and for how long .", "tokenized_text": ["can", "you", "imagine", "the", "hell", "this", "young", "girl", "went", "through", "and", "for", "how", "long"]}, "8833": {"text": "This should be on every major news channel in America .", "tokenized_text": ["this", "should", "be", "on", "every", "major", "news", "channel", "in", "america"]}, "8834": {"text": "Lets heal our nation and expose the enemy wherever he may be .", "tokenized_text": ["lets", "heal", "our", "nation", "and", "expose", "the", "enemy", "wherever", "he", "may", "be"]}, "8835": {"text": "Not only is this case typical of the feral sub humans but it 's a perfect example for our people of how totally out of control they are and that they cannot be allowed to remain among us .", "tokenized_text": ["not", "only", "is", "this", "case", "typical", "of", "the", "feral", "sub", "humans", "but", "it", "s", "a", "perfect", "example", "for", "our", "people", "of", "how", "totally", "out", "of", "control", "they", "are", "and", "that", "they", "cannot", "be", "allowed", "to", "remain", "among", "us"]}, "8836": {"text": "Let 's use this one for videos and posting everywhere .", "tokenized_text": ["let", "s", "use", "this", "one", "for", "videos", "and", "posting", "everywhere"]}, "8837": {"text": "Do n't let that poor kid die in vain while we still draw air", "tokenized_text": ["do", "n", "t", "let", "that", "poor", "kid", "die", "in", "vain", "while", "we", "still", "draw", "air"]}, "8838": {"text": "This is another case that just hits you in the stomach hard .", "tokenized_text": ["this", "is", "another", "case", "that", "just", "hits", "you", "in", "the", "stomach", "hard"]}, "8839": {"text": "Poor kid If you can swing it folks also get a good guard breed dog .", "tokenized_text": ["poor", "kid", "if", "you", "can", "swing", "it", "folks", "also", "get", "a", "good", "guard", "breed", "dog"]}, "8840": {"text": "Groids are scared to death of a big aggressive dog .", "tokenized_text": ["groids", "are", "scared", "to", "death", "of", "a", "big", "aggressive", "dog"]}, "8841": {"text": "Never leave your children unguarded !", "tokenized_text": ["never", "leave", "your", "children", "unguarded"]}, "8842": {"text": "man as that video went along i got more and more fearful that there would be a tag at the end stating all in the video had been assaulted or murdered. glad it turned out better than that .", "tokenized_text": ["man", "as", "that", "video", "went", "along", "i", "got", "more", "and", "more", "fearful", "that", "there", "would", "be", "a", "tag", "at", "the", "end", "stating", "all", "in", "the", "video", "had", "been", "assaulted", "or", "murdered", "glad", "it", "turned", "out", "better", "than", "that"]}, "8843": {"text": "They also said the same thing about the white girls that was severely beaten on Halloween a few years ago and also about the pregnant woman that was beaten in front of her own house .", "tokenized_text": ["they", "also", "said", "the", "same", "thing", "about", "the", "white", "girls", "that", "was", "severely", "beaten", "on", "halloween", "a", "few", "years", "ago", "and", "also", "about", "the", "pregnant", "woman", "that", "was", "beaten", "in", "front", "of", "her", "own", "house"]}, "8844": {"text": "It seems that what they are trying to say is that if you are white you are in the wrong place at the wrong time anywhere in the World .", "tokenized_text": ["it", "seems", "that", "what", "they", "are", "trying", "to", "say", "is", "that", "if", "you", "are", "white", "you", "are", "in", "the", "wrong", "place", "at", "the", "wrong", "time", "anywhere", "in", "the", "world"]}, "8845": {"text": "This was just on the news : Apparently the negro left a cigarette butt behind at the other house he attempted to break in to complete with his DNA .", "tokenized_text": ["this", "was", "just", "on", "the", "news", "apparently", "the", "negro", "left", "a", "cigarette", "butt", "behind", "at", "the", "other", "house", "he", "attempted", "to", "break", "in", "to", "complete", "with", "his", "dna"]}, "8846": {"text": "Negros are so dumb .", "tokenized_text": ["negros", "are", "so", "dumb"]}, "8847": {"text": "Hell, if he had been white they would have thrown his ass in jail , suspended him from school , and it would have been all over CNN ABC NBC and CBS .", "tokenized_text": ["hell", "if", "he", "had", "been", "white", "they", "would", "have", "thrown", "his", "ass", "in", "jail", "suspended", "him", "from", "school", "and", "it", "would", "have", "been", "all", "over", "cnn", "abc", "nbc", "and", "cbs"]}, "8848": {"text": "Right.", "tokenized_text": ["right"]}, "8849": {"text": "There is no Planet X. Let 's stop talking about it before we start looking like crazies .", "tokenized_text": ["there", "is", "no", "planet", "x", "let", "s", "stop", "talking", "about", "it", "before", "we", "start", "looking", "like", "crazies"]}, "8850": {"text": "False information and bad science is right .", "tokenized_text": ["false", "information", "and", "bad", "science", "is", "right"]}, "8851": {"text": "To Hell with Planet X !", "tokenized_text": ["to", "hell", "with", "planet", "x"]}, "8852": {"text": "I readNesta Webster , Gary Allen , Douglad reed and the Protocols over30 yrs ago and I feel sorry for you who cannot work roundit or throughit .", "tokenized_text": ["i", "readnesta", "webster", "gary", "allen", "douglad", "reed", "and", "the", "protocols", "over30", "yrs", "ago", "and", "i", "feel", "sorry", "for", "you", "who", "cannot", "work", "roundit", "or", "throughit"]}, "8853": {"text": "These have had a glimps http://video.google.co.uk/videoplay ? docid = 3664960863576873594 & hl = en-GB", "tokenized_text": ["these", "have", "had", "a", "glimps", "http", "video", "google", "co", "uk", "videoplay", "docid", "3664960863576873594", "hl", "en", "gb"]}, "8854": {"text": "Great link .", "tokenized_text": ["great", "link"]}, "8855": {"text": "Did you note all the info on Israel ?", "tokenized_text": ["did", "you", "note", "all", "the", "info", "on", "israel"]}, "8856": {"text": "I 'll bump it so it 'll be easier for me to find later for reference .", "tokenized_text": ["i", "ll", "bump", "it", "so", "it", "ll", "be", "easier", "for", "me", "to", "find", "later", "for", "reference"]}, "8857": {"text": "I 'll have to rep you for it later .", "tokenized_text": ["i", "ll", "have", "to", "rep", "you", "for", "it", "later"]}, "8858": {"text": "This is going to have to be pinned once the World Cup starts next summer .", "tokenized_text": ["this", "is", "going", "to", "have", "to", "be", "pinned", "once", "the", "world", "cup", "starts", "next", "summer"]}, "8859": {"text": "Any Europeans traveling to this country must be insane , I hope any Whites traveling there stay safe and use good judgement at night .", "tokenized_text": ["any", "europeans", "traveling", "to", "this", "country", "must", "be", "insane", "i", "hope", "any", "whites", "traveling", "there", "stay", "safe", "and", "use", "good", "judgement", "at", "night"]}, "8860": {"text": "They are so busy with their own causes that they do n't see the storm that is brewing on the horizon .", "tokenized_text": ["they", "are", "so", "busy", "with", "their", "own", "causes", "that", "they", "do", "n", "t", "see", "the", "storm", "that", "is", "brewing", "on", "the", "horizon"]}, "8861": {"text": "So we have ox-driven ambulances in Zimbabwe and donkey powered police in South Africa ...", "tokenized_text": ["so", "we", "have", "ox", "driven", "ambulances", "in", "zimbabwe", "and", "donkey", "powered", "police", "in", "south", "africa"]}, "8862": {"text": "Is Africa the epitome of progress or what ?", "tokenized_text": ["is", "africa", "the", "epitome", "of", "progress", "or", "what"]}, "8863": {"text": "This is a good one .", "tokenized_text": ["this", "is", "a", "good", "one"]}, "8864": {"text": "You can take a negro out of Africa and have it grow up in Boston and Orlando , and it still reverts to its innate negro ways the moment it hits its native African soil .", "tokenized_text": ["you", "can", "take", "a", "negro", "out", "of", "africa", "and", "have", "it", "grow", "up", "in", "boston", "and", "orlando", "and", "it", "still", "reverts", "to", "its", "innate", "negro", "ways", "the", "moment", "it", "hits", "its", "native", "african", "soil"]}, "8865": {"text": "http://www.boston.com/news/local/mas ... orture ? mode = PF", "tokenized_text": ["http", "www", "boston", "com", "news", "local", "mas", "orture", "mode", "pf"]}, "8866": {"text": "I came to terms with that and the fact that they are better with a spear than I will ever be .", "tokenized_text": ["i", "came", "to", "terms", "with", "that", "and", "the", "fact", "that", "they", "are", "better", "with", "a", "spear", "than", "i", "will", "ever", "be"]}, "8867": {"text": "Ordered a copy the other day , cannot wait to settle down for a good read in front of the fire here .", "tokenized_text": ["ordered", "a", "copy", "the", "other", "day", "cannot", "wait", "to", "settle", "down", "for", "a", "good", "read", "in", "front", "of", "the", "fire", "here"]}, "8868": {"text": "`` Hunter '' sounds good too .", "tokenized_text": ["hunter", "sounds", "good", "too"]}, "8869": {"text": "INTJ Introvert ( 78 % ) iNtuitive ( 38 % ) iNtuitive Thinking ( 100 % ) Judging ( 56 % ) I find the descriptions of they give to be fairly accurate regarding myself .", "tokenized_text": ["intj", "introvert", "78", "intuitive", "38", "intuitive", "thinking", "100", "judging", "56", "i", "find", "the", "descriptions", "of", "they", "give", "to", "be", "fairly", "accurate", "regarding", "myself"]}, "8870": {"text": "However , after visiting a few intj specific forums I 'm much less enthusiastic regarding this personality type business .", "tokenized_text": ["however", "after", "visiting", "a", "few", "intj", "specific", "forums", "i", "m", "much", "less", "enthusiastic", "regarding", "this", "personality", "type", "business"]}, "8871": {"text": "Since they are all learning English now as a second language what would be the reason for changing to German .", "tokenized_text": ["since", "they", "are", "all", "learning", "english", "now", "as", "a", "second", "language", "what", "would", "be", "the", "reason", "for", "changing", "to", "german"]}, "8872": {"text": "In the battle of languages English has won .", "tokenized_text": ["in", "the", "battle", "of", "languages", "english", "has", "won"]}, "8873": {"text": "Have fun trying to convince Europeans to unite under one government after the EU collapses .", "tokenized_text": ["have", "fun", "trying", "to", "convince", "europeans", "to", "unite", "under", "one", "government", "after", "the", "eu", "collapses"]}, "8874": {"text": "Is it that hard to comprehend that your plan is Utopian ?", "tokenized_text": ["is", "it", "that", "hard", "to", "comprehend", "that", "your", "plan", "is", "utopian"]}, "8875": {"text": "It is very sad to see that the WN/NS movement has a class divide we are the same race therefore we should band together ! - reat123 14/88", "tokenized_text": ["it", "is", "very", "sad", "to", "see", "that", "the", "wn", "ns", "movement", "has", "a", "class", "divide", "we", "are", "the", "same", "race", "therefore", "we", "should", "band", "together", "reat123", "14", "88"]}, "8876": {"text": "The people you surround yourself with are another source of brainwashing .", "tokenized_text": ["the", "people", "you", "surround", "yourself", "with", "are", "another", "source", "of", "brainwashing"]}, "8877": {"text": "You can start out as an aware person who does n't need a herd to tell if something just is n't right , but if you have no allies and you 're bombarded with the mass point of view , you will succumb more and more .", "tokenized_text": ["you", "can", "start", "out", "as", "an", "aware", "person", "who", "does", "n", "t", "need", "a", "herd", "to", "tell", "if", "something", "just", "is", "n", "t", "right", "but", "if", "you", "have", "no", "allies", "and", "you", "re", "bombarded", "with", "the", "mass", "point", "of", "view", "you", "will", "succumb", "more", "and", "more"]}, "8878": {"text": "Whether you get along well with the people is irrelevant , and it 's even worse if you get along with them on a personal level because you will express yourself less to avoid offending them .", "tokenized_text": ["whether", "you", "get", "along", "well", "with", "the", "people", "is", "irrelevant", "and", "it", "s", "even", "worse", "if", "you", "get", "along", "with", "them", "on", "a", "personal", "level", "because", "you", "will", "express", "yourself", "less", "to", "avoid", "offending", "them"]}, "8879": {"text": "I 'm not saying `` do n't go out of your house and do n't talk to anyone '' but it 's really important to stay grounded with a group who are n't part of the mass. It 's much easier to remain independent and avoid being caught under the stampede if you have a reminder that you are n't the only person who 's not part of the mass. Uuuugh !", "tokenized_text": ["i", "m", "not", "saying", "do", "n", "t", "go", "out", "of", "your", "house", "and", "do", "n", "t", "talk", "to", "anyone", "but", "it", "s", "really", "important", "to", "stay", "grounded", "with", "a", "group", "who", "are", "n", "t", "part", "of", "the", "mass", "it", "s", "much", "easier", "to", "remain", "independent", "and", "avoid", "being", "caught", "under", "the", "stampede", "if", "you", "have", "a", "reminder", "that", "you", "are", "n", "t", "the", "only", "person", "who", "s", "not", "part", "of", "the", "mass", "uuuugh"]}, "8880": {"text": "TV , though .", "tokenized_text": ["tv", "though"]}, "8881": {"text": "I wo n't own one , but they 're so entrancing .", "tokenized_text": ["i", "wo", "n", "t", "own", "one", "but", "they", "re", "so", "entrancing"]}, "8882": {"text": "My boyfriend needs to watch this video ... I 've gotten fed up before and told him to turn the damn thing off and put on some music , look at things on the internet , or go somewhere out of the house .", "tokenized_text": ["my", "boyfriend", "needs", "to", "watch", "this", "video", "i", "ve", "gotten", "fed", "up", "before", "and", "told", "him", "to", "turn", "the", "damn", "thing", "off", "and", "put", "on", "some", "music", "look", "at", "things", "on", "the", "internet", "or", "go", "somewhere", "out", "of", "the", "house"]}, "8883": {"text": "The computer can be equally unproductive , but at least you have control over what you expose yourself to .", "tokenized_text": ["the", "computer", "can", "be", "equally", "unproductive", "but", "at", "least", "you", "have", "control", "over", "what", "you", "expose", "yourself", "to"]}, "8884": {"text": "Blacks woman pulls gun on bus because another woman was talking too loud on the phone ... a black man difuses the situation ...", "tokenized_text": ["blacks", "woman", "pulls", "gun", "on", "bus", "because", "another", "woman", "was", "talking", "too", "loud", "on", "the", "phone", "a", "black", "man", "difuses", "the", "situation"]}, "8885": {"text": "Guess this was the Ghetto Express !", "tokenized_text": ["guess", "this", "was", "the", "ghetto", "express"]}, "8886": {"text": "Woman pulls pistol on loud mouth girl - YouTube", "tokenized_text": ["woman", "pulls", "pistol", "on", "loud", "mouth", "girl", "youtube"]}, "8887": {"text": "Get the hell out before you people become part of a great dirt !", "tokenized_text": ["get", "the", "hell", "out", "before", "you", "people", "become", "part", "of", "a", "great", "dirt"]}, "8888": {"text": "Most probably the next generation Whites wont have much difference from the native population !", "tokenized_text": ["most", "probably", "the", "next", "generation", "whites", "wont", "have", "much", "difference", "from", "the", "native", "population"]}, "8889": {"text": "No further words are needed .", "tokenized_text": ["no", "further", "words", "are", "needed"]}, "8890": {"text": "The image of an advertisement against race mixing speaks for itself .", "tokenized_text": ["the", "image", "of", "an", "advertisement", "against", "race", "mixing", "speaks", "for", "itself"]}, "8891": {"text": "http://scipio.uark.edu/cdm4/item _ vie ... ISOBOX = 1 & REC = 2", "tokenized_text": ["http", "scipio", "uark", "edu", "cdm4", "item", "_", "vie", "isobox", "1", "rec", "2"]}, "8892": {"text": "Well we must send money so you can arm yourselves .", "tokenized_text": ["well", "we", "must", "send", "money", "so", "you", "can", "arm", "yourselves"]}, "8893": {"text": "I saw on the news that one can buy an AK47 for seven US dollars .", "tokenized_text": ["i", "saw", "on", "the", "news", "that", "one", "can", "buy", "an", "ak47", "for", "seven", "us", "dollars"]}, "8894": {"text": "This is black behavior as well .", "tokenized_text": ["this", "is", "black", "behavior", "as", "well"]}, "8895": {"text": "Lack of compassion seems to go hand and hand with lack the of White blood .", "tokenized_text": ["lack", "of", "compassion", "seems", "to", "go", "hand", "and", "hand", "with", "lack", "the", "of", "white", "blood"]}, "8896": {"text": "Seems none of these pinheads wanted to get dirty .", "tokenized_text": ["seems", "none", "of", "these", "pinheads", "wanted", "to", "get", "dirty"]}, "8897": {"text": "YouTube - & #x202a ; India ministers watch as cop bleeds to death & #x202c ; & rlm ;", "tokenized_text": ["youtube", "x202a", "india", "ministers", "watch", "as", "cop", "bleeds", "to", "death", "x202c", "rlm"]}, "8898": {"text": "When the new hybrid mulattos reach a critical mass they will not want to be identified as negroes anymore and will seek special status as mulattos .", "tokenized_text": ["when", "the", "new", "hybrid", "mulattos", "reach", "a", "critical", "mass", "they", "will", "not", "want", "to", "be", "identified", "as", "negroes", "anymore", "and", "will", "seek", "special", "status", "as", "mulattos"]}, "8899": {"text": "It will be a whole new can o ' worms for the government .....", "tokenized_text": ["it", "will", "be", "a", "whole", "new", "can", "o", "worms", "for", "the", "government"]}, "8900": {"text": "I've posted a thread in Stormfront Latin to help spread the WNPS and too see if we can get more translations .", "tokenized_text": ["i", "ve", "posted", "a", "thread", "in", "stormfront", "latin", "to", "help", "spread", "the", "wnps", "and", "too", "see", "if", "we", "can", "get", "more", "translations"]}, "8901": {"text": "The biggest problem is new york.There are blacks all over the streets , when you 're in new york think you 're in nigeria .", "tokenized_text": ["the", "biggest", "problem", "is", "new", "york", "there", "are", "blacks", "all", "over", "the", "streets", "when", "you", "re", "in", "new", "york", "think", "you", "re", "in", "nigeria"]}, "8902": {"text": "I think we can learn from the mistakes of the past.No one is perfect so no one can have total power .", "tokenized_text": ["i", "think", "we", "can", "learn", "from", "the", "mistakes", "of", "the", "past", "no", "one", "is", "perfect", "so", "no", "one", "can", "have", "total", "power"]}, "8903": {"text": "The jew media likes to prop this whites becoming the minority non sense up because they want to try and scare whitey , the media plays on the fears that the average retard thinks hispanic or latino is a race and they play word play with titles like white hispanic and white non hispanic it is all a magic show nothing more .. But Whites becoming a minority in Europe the homeland is a much more serious issue that concerns me greatly .", "tokenized_text": ["the", "jew", "media", "likes", "to", "prop", "this", "whites", "becoming", "the", "minority", "non", "sense", "up", "because", "they", "want", "to", "try", "and", "scare", "whitey", "the", "media", "plays", "on", "the", "fears", "that", "the", "average", "retard", "thinks", "hispanic", "or", "latino", "is", "a", "race", "and", "they", "play", "word", "play", "with", "titles", "like", "white", "hispanic", "and", "white", "non", "hispanic", "it", "is", "all", "a", "magic", "show", "nothing", "more", "but", "whites", "becoming", "a", "minority", "in", "europe", "the", "homeland", "is", "a", "much", "more", "serious", "issue", "that", "concerns", "me", "greatly"]}, "8904": {"text": "As dead as David Lane and the Fourteen Words are in the eyes of some , yes , he 's as good as dead .", "tokenized_text": ["as", "dead", "as", "david", "lane", "and", "the", "fourteen", "words", "are", "in", "the", "eyes", "of", "some", "yes", "he", "s", "as", "good", "as", "dead"]}, "8905": {"text": "We spent too much time and effort worrying about Blacks while the Asians and Hispanics , were the ones carrying the ball .", "tokenized_text": ["we", "spent", "too", "much", "time", "and", "effort", "worrying", "about", "blacks", "while", "the", "asians", "and", "hispanics", "were", "the", "ones", "carrying", "the", "ball"]}, "8906": {"text": "That's either a White guy who 's been exposed to a nuclear fallout or a Black guy ( how many Blacks do you see at Tour de France ?", "tokenized_text": ["that", "s", "either", "a", "white", "guy", "who", "s", "been", "exposed", "to", "a", "nuclear", "fallout", "or", "a", "black", "guy", "how", "many", "blacks", "do", "you", "see", "at", "tour", "de", "france"]}, "8907": {"text": "Last two times I saw , I saw zero )", "tokenized_text": ["last", "two", "times", "i", "saw", "i", "saw", "zero"]}, "8908": {"text": "It is time that we stop talking about losing ground and start doing something about it .", "tokenized_text": ["it", "is", "time", "that", "we", "stop", "talking", "about", "losing", "ground", "and", "start", "doing", "something", "about", "it"]}, "8909": {"text": "A wind of change is starting to blow .", "tokenized_text": ["a", "wind", "of", "change", "is", "starting", "to", "blow"]}, "8910": {"text": "The future is ours , as long as we do not sit by and wait to be overrun by the subhumans .", "tokenized_text": ["the", "future", "is", "ours", "as", "long", "as", "we", "do", "not", "sit", "by", "and", "wait", "to", "be", "overrun", "by", "the", "subhumans"]}, "8911": {"text": "I sure hope you 're right .", "tokenized_text": ["i", "sure", "hope", "you", "re", "right"]}, "8912": {"text": "But let me tell you , everywhere I go , it seems like at least half the people I see are n't White .", "tokenized_text": ["but", "let", "me", "tell", "you", "everywhere", "i", "go", "it", "seems", "like", "at", "least", "half", "the", "people", "i", "see", "are", "n", "t", "white"]}, "8913": {"text": "Her forehead sticks out her eyes are small and close together her nose at the tip is bulbous I do n't see anything European about her apart from the fact she 's got fair skin .", "tokenized_text": ["her", "forehead", "sticks", "out", "her", "eyes", "are", "small", "and", "close", "together", "her", "nose", "at", "the", "tip", "is", "bulbous", "i", "do", "n", "t", "see", "anything", "european", "about", "her", "apart", "from", "the", "fact", "she", "s", "got", "fair", "skin"]}, "8914": {"text": "Quit whining about it and go find a beautiful white girl to have babies with .", "tokenized_text": ["quit", "whining", "about", "it", "and", "go", "find", "a", "beautiful", "white", "girl", "to", "have", "babies", "with"]}, "8915": {"text": "This fight isnt over yet .", "tokenized_text": ["this", "fight", "isnt", "over", "yet"]}, "8916": {"text": "If we can turn immigration around and double the amount of babies we are having plus cut welfare to illegals we will win .", "tokenized_text": ["if", "we", "can", "turn", "immigration", "around", "and", "double", "the", "amount", "of", "babies", "we", "are", "having", "plus", "cut", "welfare", "to", "illegals", "we", "will", "win"]}, "8917": {"text": "They are in point of fact perpetrating mass murder and the MSM suppresses any and all news on a national level .", "tokenized_text": ["they", "are", "in", "point", "of", "fact", "perpetrating", "mass", "murder", "and", "the", "msm", "suppresses", "any", "and", "all", "news", "on", "a", "national", "level"]}, "8918": {"text": "http://www.vdare.com/stix/100209_pearcy_massacre.htmhttp://www.amren.com/ar/2002/08/index.htmlhttp://www.racismeantiblanc.bizland.com/005/02-02.htmhttp://thezebraproject.blogspot.com/", "tokenized_text": ["http", "www", "vdare", "com", "stix", "100209_pearcy_massacre", "htmhttp", "www", "amren", "com", "ar", "2002", "08", "index", "htmlhttp", "www", "racismeantiblanc", "bizland", "com", "005", "02", "02", "htmhttp", "thezebraproject", "blogspot", "com"]}, "8919": {"text": "What is wrong with her husband ?", "tokenized_text": ["what", "is", "wrong", "with", "her", "husband"]}, "8920": {"text": "He allowed his wife to bring a black male into his home and he had a daughter ?", "tokenized_text": ["he", "allowed", "his", "wife", "to", "bring", "a", "black", "male", "into", "his", "home", "and", "he", "had", "a", "daughter"]}, "8921": {"text": "Well I wonder if its started messing with the daughter yet .", "tokenized_text": ["well", "i", "wonder", "if", "its", "started", "messing", "with", "the", "daughter", "yet"]}, "8922": {"text": "God, it is sickening to see these young lives taken by feral negroes .", "tokenized_text": ["god", "it", "is", "sickening", "to", "see", "these", "young", "lives", "taken", "by", "feral", "negroes"]}, "8923": {"text": "God bless them all , to hell with the blacks .", "tokenized_text": ["god", "bless", "them", "all", "to", "hell", "with", "the", "blacks"]}, "8924": {"text": "Angela Spain was murdered in her home by a drifter negro .", "tokenized_text": ["angela", "spain", "was", "murdered", "in", "her", "home", "by", "a", "drifter", "negro"]}, "8925": {"text": "She was 27 years old and leaves behind a 5 year old daughter .", "tokenized_text": ["she", "was", "27", "years", "old", "and", "leaves", "behind", "a", "5", "year", "old", "daughter"]}, "8926": {"text": "http://www.wavy.com/Global/story.asp?S=6591380http://content.hamptonroads.com/stor ... 5810 & ran = 71385", "tokenized_text": ["http", "www", "wavy", "com", "global", "story", "asp", "s", "6591380http", "content", "hamptonroads", "com", "stor", "5810", "ran", "71385"]}, "8927": {"text": "Indeed.", "tokenized_text": ["indeed"]}, "8928": {"text": "Give and take for the good of all .", "tokenized_text": ["give", "and", "take", "for", "the", "good", "of", "all"]}, "8929": {"text": "A citizen will have the right to bear arms and encouraged to exercise it .", "tokenized_text": ["a", "citizen", "will", "have", "the", "right", "to", "bear", "arms", "and", "encouraged", "to", "exercise", "it"]}, "8930": {"text": "But the duty will be to use those those arms when necessary in defense of the community .", "tokenized_text": ["but", "the", "duty", "will", "be", "to", "use", "those", "those", "arms", "when", "necessary", "in", "defense", "of", "the", "community"]}, "8931": {"text": "A non-citizen shall have no such rights , but also no such duty .", "tokenized_text": ["a", "non", "citizen", "shall", "have", "no", "such", "rights", "but", "also", "no", "such", "duty"]}, "8932": {"text": "Then when they 're good and pumped up on how awesome they are they 'll be knocking on your door asking you to surrender your guns .", "tokenized_text": ["then", "when", "they", "re", "good", "and", "pumped", "up", "on", "how", "awesome", "they", "are", "they", "ll", "be", "knocking", "on", "your", "door", "asking", "you", "to", "surrender", "your", "guns"]}, "8933": {"text": "Is this the Obama Civilian Defense Force under a different name ?", "tokenized_text": ["is", "this", "the", "obama", "civilian", "defense", "force", "under", "a", "different", "name"]}, "8934": {"text": "Yes but most are not even brown or tanned .", "tokenized_text": ["yes", "but", "most", "are", "not", "even", "brown", "or", "tanned"]}, "8935": {"text": "Did you see the video .", "tokenized_text": ["did", "you", "see", "the", "video"]}, "8936": {"text": "They act quite civilized in the video but i suppose they went on a mugging spree after .", "tokenized_text": ["they", "act", "quite", "civilized", "in", "the", "video", "but", "i", "suppose", "they", "went", "on", "a", "mugging", "spree", "after"]}, "8937": {"text": "I am a fan of the German rock band Rammstein .", "tokenized_text": ["i", "am", "a", "fan", "of", "the", "german", "rock", "band", "rammstein"]}, "8938": {"text": "I twice went to their concert in the Olympic Stadium in Moscow - in 2010 and 2012 .", "tokenized_text": ["i", "twice", "went", "to", "their", "concert", "in", "the", "olympic", "stadium", "in", "moscow", "in", "2010", "and", "2012"]}, "8939": {"text": "RAMMSTEIN - 18.Ich will ( 2012-02-11 - Moscow ) - YouTube", "tokenized_text": ["rammstein", "18", "ich", "will", "2012", "02", "11", "moscow", "youtube"]}, "8940": {"text": "I am Med , very pale in sun , look a bit tan in low lighting lol. black hair and tall. would i have a problem too ? just wondering .", "tokenized_text": ["i", "am", "med", "very", "pale", "in", "sun", "look", "a", "bit", "tan", "in", "low", "lighting", "lol", "black", "hair", "and", "tall", "would", "i", "have", "a", "problem", "too", "just", "wondering"]}, "8941": {"text": "I have seen a picture of a non-White Soviet Soldier in Berlin after the fall .", "tokenized_text": ["i", "have", "seen", "a", "picture", "of", "a", "non", "white", "soviet", "soldier", "in", "berlin", "after", "the", "fall"]}, "8942": {"text": "I 'll see if I can find it and I 'll post it .", "tokenized_text": ["i", "ll", "see", "if", "i", "can", "find", "it", "and", "i", "ll", "post", "it"]}, "8943": {"text": "``RiceArrives in Lithuania for NATO Talks . '' http://news.bbc.co.uk/1/hi/world/europe/4466747.stm Go Home to Africa , Condoleeza Rice !", "tokenized_text": ["ricearrives", "in", "lithuania", "for", "nato", "talks", "http", "news", "bbc", "co", "uk", "1", "hi", "world", "europe", "4466747", "stm", "go", "home", "to", "africa", "condoleeza", "rice"]}, "8944": {"text": "We do n't want you in Lithuania or in the USA !", "tokenized_text": ["we", "do", "n", "t", "want", "you", "in", "lithuania", "or", "in", "the", "usa"]}, "8945": {"text": "But the main thing is that there is nothing to be proud of .", "tokenized_text": ["but", "the", "main", "thing", "is", "that", "there", "is", "nothing", "to", "be", "proud", "of"]}, "8946": {"text": "Many alcoholics can fall into `` zapoy '' and drink up to 5-7 liters of `` palenka '' during the daylight time , only drinking water and some old bread as their `` zakus` '' , but it escapes me , how they show their extreme europeoid genotype by doing all of this .", "tokenized_text": ["many", "alcoholics", "can", "fall", "into", "zapoy", "and", "drink", "up", "to", "5", "7", "liters", "of", "palenka", "during", "the", "daylight", "time", "only", "drinking", "water", "and", "some", "old", "bread", "as", "their", "zakus", "but", "it", "escapes", "me", "how", "they", "show", "their", "extreme", "europeoid", "genotype", "by", "doing", "all", "of", "this"]}, "8947": {"text": "Know `` mera '' !", "tokenized_text": ["know", "mera"]}, "8948": {"text": "Yep That Is a great Movie But My favorite Is \u0423\u0442\u043e\u043c\u043b\u0435\u043d\u043d\u044b\u0435 \u0441\u043e\u043b\u043d\u0446\u0435\u043c I was actualy wacing it yesturday A verry verry Powerful Film 2508", "tokenized_text": ["yep", "that", "is", "a", "great", "movie", "but", "my", "favorite", "is", "\u0443\u0442\u043e\u043c\u043b\u0435\u043d\u043d\u044b\u0435", "\u0441\u043e\u043b\u043d\u0446\u0435\u043c", "i", "was", "actualy", "wacing", "it", "yesturday", "a", "verry", "verry", "powerful", "film", "2508"]}, "8949": {"text": "Wouldn't you be embarrassed to wear on your head , against your will , a mock foreskin in the eyes of the world ?", "tokenized_text": ["wouldn", "t", "you", "be", "embarrassed", "to", "wear", "on", "your", "head", "against", "your", "will", "a", "mock", "foreskin", "in", "the", "eyes", "of", "the", "world"]}, "8950": {"text": "CLINTON, Iowa ( AP ) Police say the boyfriend of a Clinton woman killed in her apartment has been arrested .", "tokenized_text": ["clinton", "iowa", "ap", "police", "say", "the", "boyfriend", "of", "a", "clinton", "woman", "killed", "in", "her", "apartment", "has", "been", "arrested"]}, "8951": {"text": "32-year-old Jason `` Jay '' Tate was found with Kelsey Sue Stahl 's car .", "tokenized_text": ["32", "year", "old", "jason", "jay", "tate", "was", "found", "with", "kelsey", "sue", "stahl", "s", "car"]}, "8952": {"text": "The 24-year-old 's body was found Dec. 21 in her apartment by officers who went there to check on her well-being .", "tokenized_text": ["the", "24", "year", "old", "s", "body", "was", "found", "dec", "21", "in", "her", "apartment", "by", "officers", "who", "went", "there", "to", "check", "on", "her", "well", "being"]}, "8953": {"text": "An autopsy ruled her death a homicide .", "tokenized_text": ["an", "autopsy", "ruled", "her", "death", "a", "homicide"]}, "8954": {"text": "Fatal shooting victim Police find murder victim Clinton woman 's death ruled a homicide", "tokenized_text": ["fatal", "shooting", "victim", "police", "find", "murder", "victim", "clinton", "woman", "s", "death", "ruled", "a", "homicide"]}, "8955": {"text": "I'm glad to see miscegenation is n't occuring on a large scale ; I have high hopes for Mother Russia Once again it 's shown that we do n't need a majority in parliament to have an impact", "tokenized_text": ["i", "m", "glad", "to", "see", "miscegenation", "is", "n", "t", "occuring", "on", "a", "large", "scale", "i", "have", "high", "hopes", "for", "mother", "russia", "once", "again", "it", "s", "shown", "that", "we", "do", "n", "t", "need", "a", "majority", "in", "parliament", "to", "have", "an", "impact"]}, "8956": {"text": "Officers took 37-year-old Charlie Cason into custody after a violent exchange .", "tokenized_text": ["officers", "took", "37", "year", "old", "charlie", "cason", "into", "custody", "after", "a", "violent", "exchange"]}, "8957": {"text": "Richland County deputies say Cason killed his estranged wife , 38-year-old Letitia Cason , at an apartment on Smallwood Road in Northeast Richland County Deputies : Murder Suspect Shoots at Officers , is Taken Into Custody wltx.com | Columbia , SC News , Weather and Sports |", "tokenized_text": ["richland", "county", "deputies", "say", "cason", "killed", "his", "estranged", "wife", "38", "year", "old", "letitia", "cason", "at", "an", "apartment", "on", "smallwood", "road", "in", "northeast", "richland", "county", "deputies", "murder", "suspect", "shoots", "at", "officers", "is", "taken", "into", "custody", "wltx", "com", "columbia", "sc", "news", "weather", "and", "sports"]}, "8958": {"text": "WELLSBURG, W.Va.", "tokenized_text": ["wellsburg", "w", "va"]}, "8959": {"text": "-- Police said the suspect , Abraham Allen , hanged himself after the murders in a Pennsylvania home where the couple used to live .", "tokenized_text": ["police", "said", "the", "suspect", "abraham", "allen", "hanged", "himself", "after", "the", "murders", "in", "a", "pennsylvania", "home", "where", "the", "couple", "used", "to", "live"]}, "8960": {"text": "The bodies of Melinda Nicole Brown Allen , 31 , and her 8-year-old son , Ethan James Michael Brown , were found Wednesday night .", "tokenized_text": ["the", "bodies", "of", "melinda", "nicole", "brown", "allen", "31", "and", "her", "8", "year", "old", "son", "ethan", "james", "michael", "brown", "were", "found", "wednesday", "night"]}, "8961": {"text": "Melinda Allen 's mother discovered the bodies of her daughter and grandson at the family 's home at 2103 Maple Ave Police : Mother , Son Stabbed , Cut To Death - News Story - WTOV Steubenville video UPDATE : W. V. murder suspect dead in Susq .", "tokenized_text": ["melinda", "allen", "s", "mother", "discovered", "the", "bodies", "of", "her", "daughter", "and", "grandson", "at", "the", "family", "s", "home", "at", "2103", "maple", "ave", "police", "mother", "son", "stabbed", "cut", "to", "death", "news", "story", "wtov", "steubenville", "video", "update", "w", "v", "murder", "suspect", "dead", "in", "susq"]}, "8962": {"text": "Twp .", "tokenized_text": ["twp"]}, "8963": {"text": "- CBS 21 News - Breaking news , sports and weather for the Harrisburg Pennsylvania area", "tokenized_text": ["cbs", "21", "news", "breaking", "news", "sports", "and", "weather", "for", "the", "harrisburg", "pennsylvania", "area"]}, "8964": {"text": "because in your first post there were already 3 foreigners.I do n't know about Bulgaria and Croatia so i can not speak .", "tokenized_text": ["because", "in", "your", "first", "post", "there", "were", "already", "3", "foreigners", "i", "do", "n", "t", "know", "about", "bulgaria", "and", "croatia", "so", "i", "can", "not", "speak"]}, "8965": {"text": "New York City : Aborted black babies outnumber live-birth black babies According to the city Health Department , 2008 saw 89,469 abortions performed in New York City seven for every 10 live births .", "tokenized_text": ["new", "york", "city", "aborted", "black", "babies", "outnumber", "live", "birth", "black", "babies", "according", "to", "the", "city", "health", "department", "2008", "saw", "89", "469", "abortions", "performed", "in", "new", "york", "city", "seven", "for", "every", "10", "live", "births"]}, "8966": {"text": "Among black women , abortions out number live births by three to two .", "tokenized_text": ["among", "black", "women", "abortions", "out", "number", "live", "births", "by", "three", "to", "two"]}, "8967": {"text": "Demarco Harris , a 13-year-old black boy , murders a 24-year-old woman sitting in her car , and tells the court he was forced to do it .", "tokenized_text": ["demarco", "harris", "a", "13", "year", "old", "black", "boy", "murders", "a", "24", "year", "old", "woman", "sitting", "in", "her", "car", "and", "tells", "the", "court", "he", "was", "forced", "to", "do", "it"]}, "8968": {"text": "Demarco Harris is facing life in prison for killing Trisha Babcock", "tokenized_text": ["demarco", "harris", "is", "facing", "life", "in", "prison", "for", "killing", "trisha", "babcock"]}, "8969": {"text": "From The Telegraf Judge and clerk shot dead in Belgian court - Telegraph New information says that the assailant is NOT an albanian , but an homeles iranian ( source http://www.berlingske.dk/verden/hjem ... rab-paa-dommer )", "tokenized_text": ["from", "the", "telegraf", "judge", "and", "clerk", "shot", "dead", "in", "belgian", "court", "telegraph", "new", "information", "says", "that", "the", "assailant", "is", "not", "an", "albanian", "but", "an", "homeles", "iranian", "source", "http", "www", "berlingske", "dk", "verden", "hjem", "rab", "paa", "dommer"]}, "8970": {"text": "thank you very much for your replies ! I just wonder if there is a site of the NNP in english ? anyway I hope Russia will kick non-white butts out of its territory.so long , brothers !", "tokenized_text": ["thank", "you", "very", "much", "for", "your", "replies", "i", "just", "wonder", "if", "there", "is", "a", "site", "of", "the", "nnp", "in", "english", "anyway", "i", "hope", "russia", "will", "kick", "non", "white", "butts", "out", "of", "its", "territory", "so", "long", "brothers"]}, "8971": {"text": "Photos: Conor Reynolds funeral | masslive.com SPRINGFIELD Eric B. Denson is charged with murder in the fatal stabbing of Reynolds , 17 , a Cathedral High School senior and soccer star , during a birthday party on March 13 at the Blue Fusion Bar & Grill at 487 St. James Ave .", "tokenized_text": ["photos", "conor", "reynolds", "funeral", "masslive", "com", "springfield", "eric", "b", "denson", "is", "charged", "with", "murder", "in", "the", "fatal", "stabbing", "of", "reynolds", "17", "a", "cathedral", "high", "school", "senior", "and", "soccer", "star", "during", "a", "birthday", "party", "on", "march", "13", "at", "the", "blue", "fusion", "bar", "grill", "at", "487", "st", "james", "ave"]}, "8972": {"text": "Eric Denson of Springfield pleads innocent to stabbing of Cathedral High School senior Conor Reynolds | Massachusetts Local News - MassLive.com", "tokenized_text": ["eric", "denson", "of", "springfield", "pleads", "innocent", "to", "stabbing", "of", "cathedral", "high", "school", "senior", "conor", "reynolds", "massachusetts", "local", "news", "masslive", "com"]}, "8973": {"text": "I think George Romero started the whole black hero in horror movies genre .", "tokenized_text": ["i", "think", "george", "romero", "started", "the", "whole", "black", "hero", "in", "horror", "movies", "genre"]}, "8974": {"text": "I saw his latest movie and was actually surprised that there were no blacks in it .", "tokenized_text": ["i", "saw", "his", "latest", "movie", "and", "was", "actually", "surprised", "that", "there", "were", "no", "blacks", "in", "it"]}, "8975": {"text": "A few Mestizos but the main heroes were white .", "tokenized_text": ["a", "few", "mestizos", "but", "the", "main", "heroes", "were", "white"]}, "8976": {"text": "Absolutely.", "tokenized_text": ["absolutely"]}, "8977": {"text": "I notice that on television , almost EVERY time I see a judge it is a negro ... this is simply not coincidence .", "tokenized_text": ["i", "notice", "that", "on", "television", "almost", "every", "time", "i", "see", "a", "judge", "it", "is", "a", "negro", "this", "is", "simply", "not", "coincidence"]}, "8978": {"text": "Good fences make for good neighbors .", "tokenized_text": ["good", "fences", "make", "for", "good", "neighbors"]}, "8979": {"text": "And the weak may leave the Folk at a time of their choosing .", "tokenized_text": ["and", "the", "weak", "may", "leave", "the", "folk", "at", "a", "time", "of", "their", "choosing"]}, "8980": {"text": "That and a 100 mile wide free fire zone ought to do the trick .", "tokenized_text": ["that", "and", "a", "100", "mile", "wide", "free", "fire", "zone", "ought", "to", "do", "the", "trick"]}, "8981": {"text": "I would very much like to comment on this topic but I seriously doubt that I can manage to do so in fewer than five pages .", "tokenized_text": ["i", "would", "very", "much", "like", "to", "comment", "on", "this", "topic", "but", "i", "seriously", "doubt", "that", "i", "can", "manage", "to", "do", "so", "in", "fewer", "than", "five", "pages"]}, "8982": {"text": "On the basis of this and the PM 's forwarded to me , you will take a week off to calm down .", "tokenized_text": ["on", "the", "basis", "of", "this", "and", "the", "pm", "s", "forwarded", "to", "me", "you", "will", "take", "a", "week", "off", "to", "calm", "down"]}, "8983": {"text": "I'm going to have to sit down here and start replying to a lot of posts I have been missing here , when I have the time .", "tokenized_text": ["i", "m", "going", "to", "have", "to", "sit", "down", "here", "and", "start", "replying", "to", "a", "lot", "of", "posts", "i", "have", "been", "missing", "here", "when", "i", "have", "the", "time"]}, "8984": {"text": "It is also what i and almost everyone on this thread dream about and work for after all it is the only asurance the Aryan people have for survival", "tokenized_text": ["it", "is", "also", "what", "i", "and", "almost", "everyone", "on", "this", "thread", "dream", "about", "and", "work", "for", "after", "all", "it", "is", "the", "only", "asurance", "the", "aryan", "people", "have", "for", "survival"]}, "8985": {"text": "Many years ago I heard from a swedish friend lots of maffia-activity comes from the Russians .", "tokenized_text": ["many", "years", "ago", "i", "heard", "from", "a", "swedish", "friend", "lots", "of", "maffia", "activity", "comes", "from", "the", "russians"]}, "8986": {"text": "They blackmail shop-owners and give them protection so they claim .", "tokenized_text": ["they", "blackmail", "shop", "owners", "and", "give", "them", "protection", "so", "they", "claim"]}, "8987": {"text": "This is an awesome post !", "tokenized_text": ["this", "is", "an", "awesome", "post"]}, "8988": {"text": "Its also worth noting that the days of the week in English are very strongly influenced by Viking occupation of the British Isles .", "tokenized_text": ["its", "also", "worth", "noting", "that", "the", "days", "of", "the", "week", "in", "english", "are", "very", "strongly", "influenced", "by", "viking", "occupation", "of", "the", "british", "isles"]}, "8989": {"text": "For example , on the second day of the week , the Brits celebrated the God `` Tyr '' ( Tyrsday ) ; on the third day of the week , they celebrated the God Odin , known in Saxon as `` Wodin '' ( Wodinsday ) ; on the fourth day of the week , they celebrated Thor ( Thorsday ) and on the fifth day of the week celebrated Frigg ( Friggsday ) .", "tokenized_text": ["for", "example", "on", "the", "second", "day", "of", "the", "week", "the", "brits", "celebrated", "the", "god", "tyr", "tyrsday", "on", "the", "third", "day", "of", "the", "week", "they", "celebrated", "the", "god", "odin", "known", "in", "saxon", "as", "wodin", "wodinsday", "on", "the", "fourth", "day", "of", "the", "week", "they", "celebrated", "thor", "thorsday", "and", "on", "the", "fifth", "day", "of", "the", "week", "celebrated", "frigg", "friggsday"]}, "8990": {"text": "Is it true in Norway , the spoken and written forms of the language are totally different ?", "tokenized_text": ["is", "it", "true", "in", "norway", "the", "spoken", "and", "written", "forms", "of", "the", "language", "are", "totally", "different"]}, "8991": {"text": "Is it also true Swedish/Norwegian/Danish people speak a different language but can understand each other ? 26155", "tokenized_text": ["is", "it", "also", "true", "swedish", "norwegian", "danish", "people", "speak", "a", "different", "language", "but", "can", "understand", "each", "other", "26155"]}, "8992": {"text": "I do n't have much to add that have n't been said , but I would like to say welcome GarmGormius !", "tokenized_text": ["i", "do", "n", "t", "have", "much", "to", "add", "that", "have", "n", "t", "been", "said", "but", "i", "would", "like", "to", "say", "welcome", "garmgormius"]}, "8993": {"text": "Good to see more Norwegians", "tokenized_text": ["good", "to", "see", "more", "norwegians"]}, "8994": {"text": "I wonder if he has red eyes then he must be from Transylvania , we must have a red eyed leader , maybe you ...", "tokenized_text": ["i", "wonder", "if", "he", "has", "red", "eyes", "then", "he", "must", "be", "from", "transylvania", "we", "must", "have", "a", "red", "eyed", "leader", "maybe", "you"]}, "8995": {"text": "That mud is certainly not Swedish Try something like this : They are the misses of Norway , both White and beautiful Brian", "tokenized_text": ["that", "mud", "is", "certainly", "not", "swedish", "try", "something", "like", "this", "they", "are", "the", "misses", "of", "norway", "both", "white", "and", "beautiful", "brian"]}, "8996": {"text": "I hope that in Sunday we will have a healthy nationalist goverment .", "tokenized_text": ["i", "hope", "that", "in", "sunday", "we", "will", "have", "a", "healthy", "nationalist", "goverment"]}, "8997": {"text": "SUOMALAINEN \u00c4\u00c4NEST\u00c4 KANSALLISMIELISI\u00c4 KOSKA NYT VIED\u00c4\u00c4N VIIMEISI\u00c4 !!", "tokenized_text": ["suomalainen", "\u00e4\u00e4nest\u00e4", "kansallismielisi\u00e4", "koska", "nyt", "vied\u00e4\u00e4n", "viimeisi\u00e4"]}, "8998": {"text": "http://www.kaapeli.fi/~muutosv/http://www.perussuomalaiset.fi/http://snky.cjb.net/ http://www.kolumbus.fi/sinivalkoiset/", "tokenized_text": ["http", "www", "kaapeli", "fi", "muutosv", "http", "www", "perussuomalaiset", "fi", "http", "snky", "cjb", "net", "http", "www", "kolumbus", "fi", "sinivalkoiset"]}, "8999": {"text": "hope one day i will be able to see finland withouth those * * * * ing monkey ass soumalian ... im glad .. because finland has lowest immigrate in europe ..... kick those * * * * ing soumalians ass .....", "tokenized_text": ["hope", "one", "day", "i", "will", "be", "able", "to", "see", "finland", "withouth", "those", "ing", "monkey", "ass", "soumalian", "im", "glad", "because", "finland", "has", "lowest", "immigrate", "in", "europe", "kick", "those", "ing", "soumalians", "ass"]}, "9000": {"text": "I say let him in and let him rant his mouth with all the Mudslums !", "tokenized_text": ["i", "say", "let", "him", "in", "and", "let", "him", "rant", "his", "mouth", "with", "all", "the", "mudslums"]}, "9001": {"text": "It will shed light on their true nature .", "tokenized_text": ["it", "will", "shed", "light", "on", "their", "true", "nature"]}, "9002": {"text": "Yes, I have very rarely seen Scandinavian-looking people with brown eyes .", "tokenized_text": ["yes", "i", "have", "very", "rarely", "seen", "scandinavian", "looking", "people", "with", "brown", "eyes"]}, "9003": {"text": "In fact , I ca n't remember when I last saw one .", "tokenized_text": ["in", "fact", "i", "ca", "n", "t", "remember", "when", "i", "last", "saw", "one"]}, "9004": {"text": "None of my relatives have brown eyes , obviously .", "tokenized_text": ["none", "of", "my", "relatives", "have", "brown", "eyes", "obviously"]}, "9005": {"text": "So far as I have seen , it has n't .", "tokenized_text": ["so", "far", "as", "i", "have", "seen", "it", "has", "n", "t"]}, "9006": {"text": "There just has n't been any complainers recently but in those glory days of e.g. Pontifex et al complaints and protests were commonplace and everyday occurrences .", "tokenized_text": ["there", "just", "has", "n", "t", "been", "any", "complainers", "recently", "but", "in", "those", "glory", "days", "of", "e", "g", "pontifex", "et", "al", "complaints", "and", "protests", "were", "commonplace", "and", "everyday", "occurrences"]}, "9007": {"text": "One sign that you are living in a small town must be when your local library only has one book about Nordic languages , 50 pages thin and published in 1942 .", "tokenized_text": ["one", "sign", "that", "you", "are", "living", "in", "a", "small", "town", "must", "be", "when", "your", "local", "library", "only", "has", "one", "book", "about", "nordic", "languages", "50", "pages", "thin", "and", "published", "in", "1942"]}, "9008": {"text": "More money for Norway !", "tokenized_text": ["more", "money", "for", "norway"]}, "9009": {"text": "Of course it sucks that we will perhaps have a left winged government that will throw most of that money away on immigrants and aid to african countries", "tokenized_text": ["of", "course", "it", "sucks", "that", "we", "will", "perhaps", "have", "a", "left", "winged", "government", "that", "will", "throw", "most", "of", "that", "money", "away", "on", "immigrants", "and", "aid", "to", "african", "countries"]}, "9010": {"text": "I think anyone who wants to give up the Swedish welfare state is an enemy of Sweden and certainly no nationalist .", "tokenized_text": ["i", "think", "anyone", "who", "wants", "to", "give", "up", "the", "swedish", "welfare", "state", "is", "an", "enemy", "of", "sweden", "and", "certainly", "no", "nationalist"]}, "9011": {"text": "It looks like our friend Krekar will be winning lots of votes for anti-immigrant parties in Norway 's upcoming election .", "tokenized_text": ["it", "looks", "like", "our", "friend", "krekar", "will", "be", "winning", "lots", "of", "votes", "for", "anti", "immigrant", "parties", "in", "norway", "s", "upcoming", "election"]}, "9012": {"text": "Way to go !", "tokenized_text": ["way", "to", "go"]}, "9013": {"text": "I accidentally pushed some button , I do n't know which .", "tokenized_text": ["i", "accidentally", "pushed", "some", "button", "i", "do", "n", "t", "know", "which"]}, "9014": {"text": "The title is White Nationalist com , but it should read White Nationalist companies .", "tokenized_text": ["the", "title", "is", "white", "nationalist", "com", "but", "it", "should", "read", "white", "nationalist", "companies"]}, "9015": {"text": "Did the message vanish ?", "tokenized_text": ["did", "the", "message", "vanish"]}, "9016": {"text": "Going next year does n't sound half bad ..", "tokenized_text": ["going", "next", "year", "does", "n", "t", "sound", "half", "bad"]}, "9017": {"text": "Providing From Finland does n't kick my ass and throw me overboard ... coming or going .", "tokenized_text": ["providing", "from", "finland", "does", "n", "t", "kick", "my", "ass", "and", "throw", "me", "overboard", "coming", "or", "going"]}, "9018": {"text": "2508", "tokenized_text": ["2508"]}, "9019": {"text": "This figure is taken from quickresponse which is an organisation in Sweden who 's task is to watch rascist organisations in Sweden", "tokenized_text": ["this", "figure", "is", "taken", "from", "quickresponse", "which", "is", "an", "organisation", "in", "sweden", "who", "s", "task", "is", "to", "watch", "rascist", "organisations", "in", "sweden"]}, "9020": {"text": "Has anybody pointed out that Finland is n't part of Scandinavia yet ? ( Hur gick det i Finnkampen , vet ni det ?", "tokenized_text": ["has", "anybody", "pointed", "out", "that", "finland", "is", "n", "t", "part", "of", "scandinavia", "yet", "hur", "gick", "det", "i", "finnkampen", "vet", "ni", "det"]}, "9021": {"text": "Jag kollade inte ... )", "tokenized_text": ["jag", "kollade", "inte"]}, "9022": {"text": "Somene was telling me somewhere that he has put in a claim about having been abused in an orphanage by one of the religious orders .", "tokenized_text": ["somene", "was", "telling", "me", "somewhere", "that", "he", "has", "put", "in", "a", "claim", "about", "having", "been", "abused", "in", "an", "orphanage", "by", "one", "of", "the", "religious", "orders"]}, "9023": {"text": "Has anyone else heard this .", "tokenized_text": ["has", "anyone", "else", "heard", "this"]}, "9024": {"text": "Like I 've said before , Kevin Myers has always been a voice for us here in Ireland .", "tokenized_text": ["like", "i", "ve", "said", "before", "kevin", "myers", "has", "always", "been", "a", "voice", "for", "us", "here", "in", "ireland"]}, "9025": {"text": "Right in the mainstream .", "tokenized_text": ["right", "in", "the", "mainstream"]}, "9026": {"text": "He 's not bad looking either .", "tokenized_text": ["he", "s", "not", "bad", "looking", "either"]}, "9027": {"text": "Maybe it 's about time for groups of white people to renounce their citizenship .", "tokenized_text": ["maybe", "it", "s", "about", "time", "for", "groups", "of", "white", "people", "to", "renounce", "their", "citizenship"]}, "9028": {"text": "I 'm going to start looking into it , I 'm tired of being treated like I 'm less important than this mud on welfare after I 've been paying taxes for over 35 years .", "tokenized_text": ["i", "m", "going", "to", "start", "looking", "into", "it", "i", "m", "tired", "of", "being", "treated", "like", "i", "m", "less", "important", "than", "this", "mud", "on", "welfare", "after", "i", "ve", "been", "paying", "taxes", "for", "over", "35", "years"]}, "9029": {"text": "These are the latest statistics , Ethnic groups : Irish 87.4 % , other white 7.5 % , Asian 1.3 % , black 1.1 % , mixed 1.1 % , unspecified 1.6 % ( 2006 census ) , so even if that seven percent was all poles , if you add up all the mud races , it would be equivalent .", "tokenized_text": ["these", "are", "the", "latest", "statistics", "ethnic", "groups", "irish", "87", "4", "other", "white", "7", "5", "asian", "1", "3", "black", "1", "1", "mixed", "1", "1", "unspecified", "1", "6", "2006", "census", "so", "even", "if", "that", "seven", "percent", "was", "all", "poles", "if", "you", "add", "up", "all", "the", "mud", "races", "it", "would", "be", "equivalent"]}, "9030": {"text": "So why are n't you complaining about the other mud races ?", "tokenized_text": ["so", "why", "are", "n", "t", "you", "complaining", "about", "the", "other", "mud", "races"]}, "9031": {"text": "Can you or anyone else think of any more of these good one liners ? those are golden I 'm going to use them on some cards im going to hand out .", "tokenized_text": ["can", "you", "or", "anyone", "else", "think", "of", "any", "more", "of", "these", "good", "one", "liners", "those", "are", "golden", "i", "m", "going", "to", "use", "them", "on", "some", "cards", "im", "going", "to", "hand", "out"]}, "9032": {"text": "There was a thread here somewhere long ago about someone who went to a police station and saw they had it on the wall for public information ; probably the ADL has mailed these to many police stations .", "tokenized_text": ["there", "was", "a", "thread", "here", "somewhere", "long", "ago", "about", "someone", "who", "went", "to", "a", "police", "station", "and", "saw", "they", "had", "it", "on", "the", "wall", "for", "public", "information", "probably", "the", "adl", "has", "mailed", "these", "to", "many", "police", "stations"]}, "9033": {"text": "no you do n't have to be silent read the rest of my post , christ your really thick are n't you .", "tokenized_text": ["no", "you", "do", "n", "t", "have", "to", "be", "silent", "read", "the", "rest", "of", "my", "post", "christ", "your", "really", "thick", "are", "n", "t", "you"]}, "9034": {"text": "Everything that symbiosis a western nation is now becoming a `` Hate Sign '' How come anything that represents Jewish or Muslim traditions is not a symbol of hate ?", "tokenized_text": ["everything", "that", "symbiosis", "a", "western", "nation", "is", "now", "becoming", "a", "hate", "sign", "how", "come", "anything", "that", "represents", "jewish", "or", "muslim", "traditions", "is", "not", "a", "symbol", "of", "hate"]}, "9035": {"text": "Your right the white race will have to fight or go under.For the Irish goverment dont piss down our backs and tell us its raining .", "tokenized_text": ["your", "right", "the", "white", "race", "will", "have", "to", "fight", "or", "go", "under", "for", "the", "irish", "goverment", "dont", "piss", "down", "our", "backs", "and", "tell", "us", "its", "raining"]}, "9036": {"text": "I have been recently told that the 2nd toe , the one that rests beside the big toe is a genetic distinction if you are of Celtic Stock .", "tokenized_text": ["i", "have", "been", "recently", "told", "that", "the", "2nd", "toe", "the", "one", "that", "rests", "beside", "the", "big", "toe", "is", "a", "genetic", "distinction", "if", "you", "are", "of", "celtic", "stock"]}, "9037": {"text": "Apparently if the 2nd toe is bigger than the Big Toe it is a racial sign that your parents have confined their mating patterns to mixing within those of Celtic Stock .", "tokenized_text": ["apparently", "if", "the", "2nd", "toe", "is", "bigger", "than", "the", "big", "toe", "it", "is", "a", "racial", "sign", "that", "your", "parents", "have", "confined", "their", "mating", "patterns", "to", "mixing", "within", "those", "of", "celtic", "stock"]}, "9038": {"text": "Could all Celts and non Celts verify if this is true or not .", "tokenized_text": ["could", "all", "celts", "and", "non", "celts", "verify", "if", "this", "is", "true", "or", "not"]}, "9039": {"text": "Manic street preachers are also red scum and basically every band playing is left-wing/pro-faggot , and many of them are drug using lowlifes .", "tokenized_text": ["manic", "street", "preachers", "are", "also", "red", "scum", "and", "basically", "every", "band", "playing", "is", "left", "wing", "pro", "faggot", "and", "many", "of", "them", "are", "drug", "using", "lowlifes"]}, "9040": {"text": "http://www.venetofronteskinheads.org...mmer_2008.html", "tokenized_text": ["http", "www", "venetofronteskinheads", "org", "mmer_2008", "html"]}, "9041": {"text": "****ty for me I just moved here 5 weeks ago , I 'm getting turned down left and right when i look for work", "tokenized_text": ["ty", "for", "me", "i", "just", "moved", "here", "5", "weeks", "ago", "i", "m", "getting", "turned", "down", "left", "and", "right", "when", "i", "look", "for", "work"]}, "9042": {"text": "But its important to have more information on the enemy than they have on you .", "tokenized_text": ["but", "its", "important", "to", "have", "more", "information", "on", "the", "enemy", "than", "they", "have", "on", "you"]}, "9043": {"text": "That way your always one step ahead of the game !!", "tokenized_text": ["that", "way", "your", "always", "one", "step", "ahead", "of", "the", "game"]}, "9044": {"text": "soon enough your kids will be taught black history month in school if they do n't already have to .", "tokenized_text": ["soon", "enough", "your", "kids", "will", "be", "taught", "black", "history", "month", "in", "school", "if", "they", "do", "n", "t", "already", "have", "to"]}, "9045": {"text": "Was this the first time these guys have been caught in Ireland or has there been more situations like this ?", "tokenized_text": ["was", "this", "the", "first", "time", "these", "guys", "have", "been", "caught", "in", "ireland", "or", "has", "there", "been", "more", "situations", "like", "this"]}, "9046": {"text": "another coon giving out about Ireland and as if her opinion counts being second generation London jamican only means her mother was a filthy immigrant who waited till she got off the banana boat to give birth to her litter", "tokenized_text": ["another", "coon", "giving", "out", "about", "ireland", "and", "as", "if", "her", "opinion", "counts", "being", "second", "generation", "london", "jamican", "only", "means", "her", "mother", "was", "a", "filthy", "immigrant", "who", "waited", "till", "she", "got", "off", "the", "banana", "boat", "to", "give", "birth", "to", "her", "litter"]}, "9047": {"text": "I wasnt going to bother with this thread but I am rapidly coming to the conclusion you can , t read we are NOT C18 , we have nothing to do with them ...... look at post #13 for Christ sake", "tokenized_text": ["i", "wasnt", "going", "to", "bother", "with", "this", "thread", "but", "i", "am", "rapidly", "coming", "to", "the", "conclusion", "you", "can", "t", "read", "we", "are", "not", "c18", "we", "have", "nothing", "to", "do", "with", "them", "look", "at", "post", "13", "for", "christ", "sake"]}, "9048": {"text": "Yes, I have heard about that nickname for the city of Vancouver .", "tokenized_text": ["yes", "i", "have", "heard", "about", "that", "nickname", "for", "the", "city", "of", "vancouver"]}, "9049": {"text": "Such a shame that a beautiful city with such a superb setting is being ruined !", "tokenized_text": ["such", "a", "shame", "that", "a", "beautiful", "city", "with", "such", "a", "superb", "setting", "is", "being", "ruined"]}, "9050": {"text": "Well anything can be a `` hate crime '' these days , I heard recently that a guy in Scotland was charged for `` revving his car racistly '' ..... whatever that is", "tokenized_text": ["well", "anything", "can", "be", "a", "hate", "crime", "these", "days", "i", "heard", "recently", "that", "a", "guy", "in", "scotland", "was", "charged", "for", "revving", "his", "car", "racistly", "whatever", "that", "is"]}, "9051": {"text": "Ever notice the way the mechanisations of the state , always side with their anti-fascist NWO goffers ?", "tokenized_text": ["ever", "notice", "the", "way", "the", "mechanisations", "of", "the", "state", "always", "side", "with", "their", "anti", "fascist", "nwo", "goffers"]}, "9052": {"text": "AFA are their sponsored lackies .", "tokenized_text": ["afa", "are", "their", "sponsored", "lackies"]}, "9053": {"text": "I watched the video once , I don t think I would like to watch it again , ever .", "tokenized_text": ["i", "watched", "the", "video", "once", "i", "don", "t", "think", "i", "would", "like", "to", "watch", "it", "again", "ever"]}, "9054": {"text": "I can only dream of driving a car past at the time and then running the b .. d over again and again and again .", "tokenized_text": ["i", "can", "only", "dream", "of", "driving", "a", "car", "past", "at", "the", "time", "and", "then", "running", "the", "b", "d", "over", "again", "and", "again", "and", "again"]}, "9055": {"text": "i feel sorry for her if one of her daughters did die but the harsh reality is she has no connection to ireland and she must go.as a mother it is her job to protect her children in Nigeria.every Nigerian who has a problem cant come running over here", "tokenized_text": ["i", "feel", "sorry", "for", "her", "if", "one", "of", "her", "daughters", "did", "die", "but", "the", "harsh", "reality", "is", "she", "has", "no", "connection", "to", "ireland", "and", "she", "must", "go", "as", "a", "mother", "it", "is", "her", "job", "to", "protect", "her", "children", "in", "nigeria", "every", "nigerian", "who", "has", "a", "problem", "cant", "come", "running", "over", "here"]}, "9056": {"text": "As an Irish nationalist I would never want Northern Ireland to be independent , that part of the population that consider themselves Irish would still be a minority and would still suffer victimisation .", "tokenized_text": ["as", "an", "irish", "nationalist", "i", "would", "never", "want", "northern", "ireland", "to", "be", "independent", "that", "part", "of", "the", "population", "that", "consider", "themselves", "irish", "would", "still", "be", "a", "minority", "and", "would", "still", "suffer", "victimisation"]}, "9057": {"text": "we should have our rights to do things our own way and all but that woman SHOULD have had an abortion !!! im against killing babies but there is NO WAY that could have gone well. dead fetus could 've probably killed the mother .", "tokenized_text": ["we", "should", "have", "our", "rights", "to", "do", "things", "our", "own", "way", "and", "all", "but", "that", "woman", "should", "have", "had", "an", "abortion", "im", "against", "killing", "babies", "but", "there", "is", "no", "way", "that", "could", "have", "gone", "well", "dead", "fetus", "could", "ve", "probably", "killed", "the", "mother"]}, "9058": {"text": "I scored higher than any non-whites too .", "tokenized_text": ["i", "scored", "higher", "than", "any", "non", "whites", "too"]}, "9059": {"text": "I got 6A 's and 4 B 's .", "tokenized_text": ["i", "got", "6a", "s", "and", "4", "b", "s"]}, "9060": {"text": "I know a non white who got 5 A 's and 4 B 's but he robably cheated 2508", "tokenized_text": ["i", "know", "a", "non", "white", "who", "got", "5", "a", "s", "and", "4", "b", "s", "but", "he", "robably", "cheated", "2508"]}, "9061": {"text": "Certain individuals like to claim some form of ' moral high-ground ' in our racial fight to preserve the White race. irish republicans hidden jewish past .....", "tokenized_text": ["certain", "individuals", "like", "to", "claim", "some", "form", "of", "moral", "high", "ground", "in", "our", "racial", "fight", "to", "preserve", "the", "white", "race", "irish", "republicans", "hidden", "jewish", "past"]}, "9062": {"text": "http://www.irishdemocrat.co.uk/anonn...ous-mysticism/http://www.midnet.ie/connolly/irishd...ndecjan98.htmlsinnfein/i.r.a.visitAuschwitz:http://www.utvinternet.com/newsroom/ ... ? id = 52367 & pt = n", "tokenized_text": ["http", "www", "irishdemocrat", "co", "uk", "anonn", "ous", "mysticism", "http", "www", "midnet", "ie", "connolly", "irishd", "ndecjan98", "htmlsinnfein", "i", "r", "a", "visitauschwitz", "http", "www", "utvinternet", "com", "newsroom", "id", "52367", "pt", "n"]}, "9063": {"text": "So now Stormfront Ireland is solely responsible for all racist attacks in Ireland. lol Ted is right this is the work of the Kikes those * * * * ers are never happy .", "tokenized_text": ["so", "now", "stormfront", "ireland", "is", "solely", "responsible", "for", "all", "racist", "attacks", "in", "ireland", "lol", "ted", "is", "right", "this", "is", "the", "work", "of", "the", "kikes", "those", "ers", "are", "never", "happy"]}, "9064": {"text": "Make sure you have a security team for Justin Barrett whenever he speaks in public in case the unwashed scum try anything again .", "tokenized_text": ["make", "sure", "you", "have", "a", "security", "team", "for", "justin", "barrett", "whenever", "he", "speaks", "in", "public", "in", "case", "the", "unwashed", "scum", "try", "anything", "again"]}, "9065": {"text": "When a race no longer has the will to protect its women then it 's well on the way to extinction .", "tokenized_text": ["when", "a", "race", "no", "longer", "has", "the", "will", "to", "protect", "its", "women", "then", "it", "s", "well", "on", "the", "way", "to", "extinction"]}, "9066": {"text": "Race Mixing is and has been a huge problem for of kin for many many years , how on earth are you supposed to protect women who think its ok in the first place ?", "tokenized_text": ["race", "mixing", "is", "and", "has", "been", "a", "huge", "problem", "for", "of", "kin", "for", "many", "many", "years", "how", "on", "earth", "are", "you", "supposed", "to", "protect", "women", "who", "think", "its", "ok", "in", "the", "first", "place"]}, "9067": {"text": "I can honestly say that I have minority friends , and would n't hesitate to deal with the harsh reality that they must be deported .", "tokenized_text": ["i", "can", "honestly", "say", "that", "i", "have", "minority", "friends", "and", "would", "n", "t", "hesitate", "to", "deal", "with", "the", "harsh", "reality", "that", "they", "must", "be", "deported"]}, "9068": {"text": "It's a failure of the irish to do n't have a strong right radical party of their own .", "tokenized_text": ["it", "s", "a", "failure", "of", "the", "irish", "to", "do", "n", "t", "have", "a", "strong", "right", "radical", "party", "of", "their", "own"]}, "9069": {"text": "BNP just fills the gaps ....", "tokenized_text": ["bnp", "just", "fills", "the", "gaps"]}, "9070": {"text": "Such a shame that our government cares more about looking good in front the world then it does about the safty of its people .", "tokenized_text": ["such", "a", "shame", "that", "our", "government", "cares", "more", "about", "looking", "good", "in", "front", "the", "world", "then", "it", "does", "about", "the", "safty", "of", "its", "people"]}, "9071": {"text": "I understand this but unfortunatly I have no one else to turn to .", "tokenized_text": ["i", "understand", "this", "but", "unfortunatly", "i", "have", "no", "one", "else", "to", "turn", "to"]}, "9072": {"text": "Most if not all of the whites at my school are complete race traitors", "tokenized_text": ["most", "if", "not", "all", "of", "the", "whites", "at", "my", "school", "are", "complete", "race", "traitors"]}, "9073": {"text": "We just need a bunch of us to move into one small White town .", "tokenized_text": ["we", "just", "need", "a", "bunch", "of", "us", "to", "move", "into", "one", "small", "white", "town"]}, "9074": {"text": "When there , have many children .", "tokenized_text": ["when", "there", "have", "many", "children"]}, "9075": {"text": "Growing up with our many children , the other kids of the town will follow their lead .", "tokenized_text": ["growing", "up", "with", "our", "many", "children", "the", "other", "kids", "of", "the", "town", "will", "follow", "their", "lead"]}, "9076": {"text": "Leg, I 'd stay away from most places around Toronto .", "tokenized_text": ["leg", "i", "d", "stay", "away", "from", "most", "places", "around", "toronto"]}, "9077": {"text": "Especially Brampton .", "tokenized_text": ["especially", "brampton"]}, "9078": {"text": "Brampton is a run down place now that I would n't live in even if you paid me .", "tokenized_text": ["brampton", "is", "a", "run", "down", "place", "now", "that", "i", "would", "n", "t", "live", "in", "even", "if", "you", "paid", "me"]}, "9079": {"text": "Seriously Canada would have been better off if they left the pakis at home , im like you I do n't object to asians because they at least try to fit in .", "tokenized_text": ["seriously", "canada", "would", "have", "been", "better", "off", "if", "they", "left", "the", "pakis", "at", "home", "im", "like", "you", "i", "do", "n", "t", "object", "to", "asians", "because", "they", "at", "least", "try", "to", "fit", "in"]}, "9080": {"text": "Pakis are all about forcing their culture on us .", "tokenized_text": ["pakis", "are", "all", "about", "forcing", "their", "culture", "on", "us"]}, "9081": {"text": "Thank you if have any questions feel free to message us on Stormfront or by contacting the United Front , Canadian Division : UnitedFrontCanada@gmail.com", "tokenized_text": ["thank", "you", "if", "have", "any", "questions", "feel", "free", "to", "message", "us", "on", "stormfront", "or", "by", "contacting", "the", "united", "front", "canadian", "division", "unitedfrontcanada", "gmail", "com"]}, "9082": {"text": "Im living in Burnaby , all i see is Chinamen everywhere ... what happened to the great colony built by the British Empire ?", "tokenized_text": ["im", "living", "in", "burnaby", "all", "i", "see", "is", "chinamen", "everywhere", "what", "happened", "to", "the", "great", "colony", "built", "by", "the", "british", "empire"]}, "9083": {"text": "If anyone is interested in a meet up please feel free to pm me so we can set something up we are now in Toronto and St Catharines .", "tokenized_text": ["if", "anyone", "is", "interested", "in", "a", "meet", "up", "please", "feel", "free", "to", "pm", "me", "so", "we", "can", "set", "something", "up", "we", "are", "now", "in", "toronto", "and", "st", "catharines"]}, "9084": {"text": "Heil , 14/88", "tokenized_text": ["heil", "14", "88"]}, "9085": {"text": "It's best to ignore individuals like that .", "tokenized_text": ["it", "s", "best", "to", "ignore", "individuals", "like", "that"]}, "9086": {"text": "They crave attention and wo n't hesitate to cause a scene at the expense of someone 's reputation .", "tokenized_text": ["they", "crave", "attention", "and", "wo", "n", "t", "hesitate", "to", "cause", "a", "scene", "at", "the", "expense", "of", "someone", "s", "reputation"]}, "9087": {"text": "Just start your own crew and start advertising it in your flyers or whatever if you are atcually active you should email me I 'm trying to set up a network of all the serious white nationalists across Canada .", "tokenized_text": ["just", "start", "your", "own", "crew", "and", "start", "advertising", "it", "in", "your", "flyers", "or", "whatever", "if", "you", "are", "atcually", "active", "you", "should", "email", "me", "i", "m", "trying", "to", "set", "up", "a", "network", "of", "all", "the", "serious", "white", "nationalists", "across", "canada"]}, "9088": {"text": "Unit14canada@gmail.com", "tokenized_text": ["unit14canada", "gmail", "com"]}, "9089": {"text": "not sure how we can be anti liberal when we have a prime minister who openly supports israel and sends them cards on their holiday 's laughing stock of the aryan race. not to mention they also openly support the sand people .", "tokenized_text": ["not", "sure", "how", "we", "can", "be", "anti", "liberal", "when", "we", "have", "a", "prime", "minister", "who", "openly", "supports", "israel", "and", "sends", "them", "cards", "on", "their", "holiday", "s", "laughing", "stock", "of", "the", "aryan", "race", "not", "to", "mention", "they", "also", "openly", "support", "the", "sand", "people"]}, "9090": {"text": "All of that is collateral damage of the great white genocide and we 're paying the price in many forms : our people loose unity , turn to alcohol or loneliness , stress and being unhappy etc ..", "tokenized_text": ["all", "of", "that", "is", "collateral", "damage", "of", "the", "great", "white", "genocide", "and", "we", "re", "paying", "the", "price", "in", "many", "forms", "our", "people", "loose", "unity", "turn", "to", "alcohol", "or", "loneliness", "stress", "and", "being", "unhappy", "etc"]}, "9091": {"text": "We must stick together and see things on the bright side whenever possible for our health 's sake .", "tokenized_text": ["we", "must", "stick", "together", "and", "see", "things", "on", "the", "bright", "side", "whenever", "possible", "for", "our", "health", "s", "sake"]}, "9092": {"text": "just wanted to thank you for meeting up this weekend .", "tokenized_text": ["just", "wanted", "to", "thank", "you", "for", "meeting", "up", "this", "weekend"]}, "9093": {"text": "It was good to meet you and have some decent conversation", "tokenized_text": ["it", "was", "good", "to", "meet", "you", "and", "have", "some", "decent", "conversation"]}, "9094": {"text": "Tesco shoppers in Mold , Flintshire flee man wielding machete | Daily Mail Online edit : sorry i just saw this has already been posted .", "tokenized_text": ["tesco", "shoppers", "in", "mold", "flintshire", "flee", "man", "wielding", "machete", "daily", "mail", "online", "edit", "sorry", "i", "just", "saw", "this", "has", "already", "been", "posted"]}, "9095": {"text": "Seeing the teams of white nations have black players in their ranks is a depressing site to see.They should be representing the best of our nations not the worst", "tokenized_text": ["seeing", "the", "teams", "of", "white", "nations", "have", "black", "players", "in", "their", "ranks", "is", "a", "depressing", "site", "to", "see", "they", "should", "be", "representing", "the", "best", "of", "our", "nations", "not", "the", "worst"]}, "9096": {"text": "A nationalist white network is a really good starting point ... then we could eat in white restaurants , sell or rent our houses to white people , buy our groceries in white shops and so on", "tokenized_text": ["a", "nationalist", "white", "network", "is", "a", "really", "good", "starting", "point", "then", "we", "could", "eat", "in", "white", "restaurants", "sell", "or", "rent", "our", "houses", "to", "white", "people", "buy", "our", "groceries", "in", "white", "shops", "and", "so", "on"]}, "9097": {"text": "I'll ask you cuz you 're the fanboy I mean ' expert ' ...", "tokenized_text": ["i", "ll", "ask", "you", "cuz", "you", "re", "the", "fanboy", "i", "mean", "expert"]}, "9098": {"text": "Did they put that Groid 15 next to Rooney just to make Rooney look at least half-human ?", "tokenized_text": ["did", "they", "put", "that", "groid", "15", "next", "to", "rooney", "just", "to", "make", "rooney", "look", "at", "least", "half", "human"]}, "9099": {"text": "Can you please give the info on the facts of who the Celts were or direct to where the information is ?", "tokenized_text": ["can", "you", "please", "give", "the", "info", "on", "the", "facts", "of", "who", "the", "celts", "were", "or", "direct", "to", "where", "the", "information", "is"]}, "9100": {"text": "Betrayal of bright pupils : Two thirds who shine at age of 11 are steered into soft subjects at GCSE Just 33.9 % of teenagers from disadvantaged homes gained at least five Cs in their GCSEs last summer - including English and maths - compared with 58.2 % of all pupils attending state schools Yet again , selective schools dominate top of the tables Schools Minister Nick Gibb : ' Today 's figures reveal a shocking waste of talent in many schools across the country ' Read more : Two thirds of top achievers at 11 not taking key GCSEs | Mail Online", "tokenized_text": ["betrayal", "of", "bright", "pupils", "two", "thirds", "who", "shine", "at", "age", "of", "11", "are", "steered", "into", "soft", "subjects", "at", "gcse", "just", "33", "9", "of", "teenagers", "from", "disadvantaged", "homes", "gained", "at", "least", "five", "cs", "in", "their", "gcses", "last", "summer", "including", "english", "and", "maths", "compared", "with", "58", "2", "of", "all", "pupils", "attending", "state", "schools", "yet", "again", "selective", "schools", "dominate", "top", "of", "the", "tables", "schools", "minister", "nick", "gibb", "today", "s", "figures", "reveal", "a", "shocking", "waste", "of", "talent", "in", "many", "schools", "across", "the", "country", "read", "more", "two", "thirds", "of", "top", "achievers", "at", "11", "not", "taking", "key", "gcses", "mail", "online"]}, "9101": {"text": "I'd like to see a report on the unemployment rates and other such things across the UK , compared with places with the highest numbers of immigrants .", "tokenized_text": ["i", "d", "like", "to", "see", "a", "report", "on", "the", "unemployment", "rates", "and", "other", "such", "things", "across", "the", "uk", "compared", "with", "places", "with", "the", "highest", "numbers", "of", "immigrants"]}, "9102": {"text": "If the example of Bradford and London are anything to go by , it wo n't go well .", "tokenized_text": ["if", "the", "example", "of", "bradford", "and", "london", "are", "anything", "to", "go", "by", "it", "wo", "n", "t", "go", "well"]}, "9103": {"text": "Did you know that chef Jamie Oliver , the Essex boy is part black ?", "tokenized_text": ["did", "you", "know", "that", "chef", "jamie", "oliver", "the", "essex", "boy", "is", "part", "black"]}, "9104": {"text": "Yes , ruby lipped , white skinned red haired boy is part SUDANESE .", "tokenized_text": ["yes", "ruby", "lipped", "white", "skinned", "red", "haired", "boy", "is", "part", "sudanese"]}, "9105": {"text": "Is n't that terrible ?", "tokenized_text": ["is", "n", "t", "that", "terrible"]}, "9106": {"text": "TRUTH NO LIE .", "tokenized_text": ["truth", "no", "lie"]}, "9107": {"text": "Please comment .", "tokenized_text": ["please", "comment"]}, "9108": {"text": "hello all glad to be in a community of proud white folk just a shame its online as opposed to leaving the front door none the less im honoured to be here", "tokenized_text": ["hello", "all", "glad", "to", "be", "in", "a", "community", "of", "proud", "white", "folk", "just", "a", "shame", "its", "online", "as", "opposed", "to", "leaving", "the", "front", "door", "none", "the", "less", "im", "honoured", "to", "be", "here"]}, "9109": {"text": "i've been going through your youtube channel and while i dont have a taste for opera may I say that you have an immaculate ear for music. really enjoyed the hans zimmer piece .", "tokenized_text": ["i", "ve", "been", "going", "through", "your", "youtube", "channel", "and", "while", "i", "dont", "have", "a", "taste", "for", "opera", "may", "i", "say", "that", "you", "have", "an", "immaculate", "ear", "for", "music", "really", "enjoyed", "the", "hans", "zimmer", "piece"]}, "9110": {"text": "Not that it matters much cause you will still be pushed up against those wonderful minorities everywhere you go , and our children will go to schools where they are in the majority .", "tokenized_text": ["not", "that", "it", "matters", "much", "cause", "you", "will", "still", "be", "pushed", "up", "against", "those", "wonderful", "minorities", "everywhere", "you", "go", "and", "our", "children", "will", "go", "to", "schools", "where", "they", "are", "in", "the", "majority"]}, "9111": {"text": "I would like to say a very warm welcome to all our new members ... just working my way through each of your intro posts", "tokenized_text": ["i", "would", "like", "to", "say", "a", "very", "warm", "welcome", "to", "all", "our", "new", "members", "just", "working", "my", "way", "through", "each", "of", "your", "intro", "posts"]}, "9112": {"text": "Reminds me of the time I got water thrown on me from the window of a flat as I walked past .", "tokenized_text": ["reminds", "me", "of", "the", "time", "i", "got", "water", "thrown", "on", "me", "from", "the", "window", "of", "a", "flat", "as", "i", "walked", "past"]}, "9113": {"text": "Little did the perpetrators know that I actually lived in the same block , and got a surprise when I knocked on their door and the guy who answered got a full bucket of water in the face , followed by the bucket itself !", "tokenized_text": ["little", "did", "the", "perpetrators", "know", "that", "i", "actually", "lived", "in", "the", "same", "block", "and", "got", "a", "surprise", "when", "i", "knocked", "on", "their", "door", "and", "the", "guy", "who", "answered", "got", "a", "full", "bucket", "of", "water", "in", "the", "face", "followed", "by", "the", "bucket", "itself"]}, "9114": {"text": "I am not very well read when it comes to Fascism and was led to believe that they 'd have eschewed any non-European culture or influence .", "tokenized_text": ["i", "am", "not", "very", "well", "read", "when", "it", "comes", "to", "fascism", "and", "was", "led", "to", "believe", "that", "they", "d", "have", "eschewed", "any", "non", "european", "culture", "or", "influence"]}, "9115": {"text": "Obviously not .", "tokenized_text": ["obviously", "not"]}, "9116": {"text": "i sort of understand where you are coming from but plenty of whites have sold us down the river so to speak although the jew is always in the background its very complicated will we ever find out the truth. somalians = scumalians !", "tokenized_text": ["i", "sort", "of", "understand", "where", "you", "are", "coming", "from", "but", "plenty", "of", "whites", "have", "sold", "us", "down", "the", "river", "so", "to", "speak", "although", "the", "jew", "is", "always", "in", "the", "background", "its", "very", "complicated", "will", "we", "ever", "find", "out", "the", "truth", "somalians", "scumalians"]}, "9117": {"text": "Hello I 'd thought i would join has my other half spends alot of time on here he might start to nottice me abit more", "tokenized_text": ["hello", "i", "d", "thought", "i", "would", "join", "has", "my", "other", "half", "spends", "alot", "of", "time", "on", "here", "he", "might", "start", "to", "nottice", "me", "abit", "more"]}, "9118": {"text": "How do you feel about marriages between whites and racially mixed people ?", "tokenized_text": ["how", "do", "you", "feel", "about", "marriages", "between", "whites", "and", "racially", "mixed", "people"]}, "9119": {"text": "What a silly question from a white nationalist to post on a forum which is for white nationalists", "tokenized_text": ["what", "a", "silly", "question", "from", "a", "white", "nationalist", "to", "post", "on", "a", "forum", "which", "is", "for", "white", "nationalists"]}, "9120": {"text": "hello all , i have just found this site by accident and after reading lots of the posts i felt i had to join , my husband and i will be proud to be voting BNP as usual in the nxt election", "tokenized_text": ["hello", "all", "i", "have", "just", "found", "this", "site", "by", "accident", "and", "after", "reading", "lots", "of", "the", "posts", "i", "felt", "i", "had", "to", "join", "my", "husband", "and", "i", "will", "be", "proud", "to", "be", "voting", "bnp", "as", "usual", "in", "the", "nxt", "election"]}, "9121": {"text": "Hello all from Norfolk .", "tokenized_text": ["hello", "all", "from", "norfolk"]}, "9122": {"text": "Been lurking around for far too long and felt it was high time I got my bum signed up in the hope of finding other active and like minded folk close to home .", "tokenized_text": ["been", "lurking", "around", "for", "far", "too", "long", "and", "felt", "it", "was", "high", "time", "i", "got", "my", "bum", "signed", "up", "in", "the", "hope", "of", "finding", "other", "active", "and", "like", "minded", "folk", "close", "to", "home"]}, "9123": {"text": "Because they are not the nationalists of the 30s and 40s many of them were Doctors Scientists Anthropologists-Not Chavs .", "tokenized_text": ["because", "they", "are", "not", "the", "nationalists", "of", "the", "30s", "and", "40s", "many", "of", "them", "were", "doctors", "scientists", "anthropologists", "not", "chavs"]}, "9124": {"text": "It 's the same with Jerry Springer Attack Of The KKK Dad ( Part 1 ) - YouTube", "tokenized_text": ["it", "s", "the", "same", "with", "jerry", "springer", "attack", "of", "the", "kkk", "dad", "part", "1", "youtube"]}, "9125": {"text": "one is one too many , i bet all the white girls and wiggers go crazy for the young coon , whichever school you are in , wigggers outnumber metalheads or `` normal '' whites", "tokenized_text": ["one", "is", "one", "too", "many", "i", "bet", "all", "the", "white", "girls", "and", "wiggers", "go", "crazy", "for", "the", "young", "coon", "whichever", "school", "you", "are", "in", "wigggers", "outnumber", "metalheads", "or", "normal", "whites"]}, "9126": {"text": "i dont get to newport very often but whenever i do go its got loads of asians wandering around , mostly muslim by the looks of them. i live a couple of valleys over from there .", "tokenized_text": ["i", "dont", "get", "to", "newport", "very", "often", "but", "whenever", "i", "do", "go", "its", "got", "loads", "of", "asians", "wandering", "around", "mostly", "muslim", "by", "the", "looks", "of", "them", "i", "live", "a", "couple", "of", "valleys", "over", "from", "there"]}, "9127": {"text": "Greeting Fellow Nationalist I and White Avenger and I have joined this Site to free our Great Contry of theColoured Invaders .", "tokenized_text": ["greeting", "fellow", "nationalist", "i", "and", "white", "avenger", "and", "i", "have", "joined", "this", "site", "to", "free", "our", "great", "contry", "of", "thecoloured", "invaders"]}, "9128": {"text": "The burka is bad enough but it 's the hijab that 's more in need of a ban than the burka .", "tokenized_text": ["the", "burka", "is", "bad", "enough", "but", "it", "s", "the", "hijab", "that", "s", "more", "in", "need", "of", "a", "ban", "than", "the", "burka"]}, "9129": {"text": "Maybe if you 'd have gone down to London you could have marched with hundreds of nationalists in the very centre of our nations capital ...", "tokenized_text": ["maybe", "if", "you", "d", "have", "gone", "down", "to", "london", "you", "could", "have", "marched", "with", "hundreds", "of", "nationalists", "in", "the", "very", "centre", "of", "our", "nations", "capital"]}, "9130": {"text": "Not too sure SF would want such lists of enemies on it given similar things led to the raids on Italian SF members earlier this year and last week .", "tokenized_text": ["not", "too", "sure", "sf", "would", "want", "such", "lists", "of", "enemies", "on", "it", "given", "similar", "things", "led", "to", "the", "raids", "on", "italian", "sf", "members", "earlier", "this", "year", "and", "last", "week"]}, "9131": {"text": "But what do I know ?", "tokenized_text": ["but", "what", "do", "i", "know"]}, "9132": {"text": "This used to be my home town and was a common site , unfortunately .", "tokenized_text": ["this", "used", "to", "be", "my", "home", "town", "and", "was", "a", "common", "site", "unfortunately"]}, "9133": {"text": "The high levels of immigration there was one of the reasons why I moved out of that town .", "tokenized_text": ["the", "high", "levels", "of", "immigration", "there", "was", "one", "of", "the", "reasons", "why", "i", "moved", "out", "of", "that", "town"]}, "9134": {"text": "It's no coincidence that they all seem to have similar storylines going at the same time , they do it to reinforce the subliminal messages .", "tokenized_text": ["it", "s", "no", "coincidence", "that", "they", "all", "seem", "to", "have", "similar", "storylines", "going", "at", "the", "same", "time", "they", "do", "it", "to", "reinforce", "the", "subliminal", "messages"]}, "9135": {"text": "Yeah London has gone to hell , when all the remaining whites are gone it will become a zombie town of crumbling buildings , dealers and junkies .", "tokenized_text": ["yeah", "london", "has", "gone", "to", "hell", "when", "all", "the", "remaining", "whites", "are", "gone", "it", "will", "become", "a", "zombie", "town", "of", "crumbling", "buildings", "dealers", "and", "junkies"]}, "9136": {"text": "Hopefully the traitors will be encircled in Westminster palace .", "tokenized_text": ["hopefully", "the", "traitors", "will", "be", "encircled", "in", "westminster", "palace"]}, "9137": {"text": "Episode 4 is out , you can watch it on 4oD : Benefits Street - 4oD - Channel 4 ( UK only ) Some of those are uploaded on YouTube now : https : //www.youtube.com/results ? filt ... fits + street % 22 Or get it here : https : //thepiratebay.se/search/benef ... treet/0/99/205 HD-720p download : https : //mega.co.nz/# ! XAsXRIbb ! 0-td1f ... v78mZxteR7K7jY ( 913 MB ) This is episode #4 of 5 total .", "tokenized_text": ["episode", "4", "is", "out", "you", "can", "watch", "it", "on", "4od", "benefits", "street", "4od", "channel", "4", "uk", "only", "some", "of", "those", "are", "uploaded", "on", "youtube", "now", "https", "www", "youtube", "com", "results", "filt", "fits", "street", "22", "or", "get", "it", "here", "https", "thepiratebay", "se", "search", "benef", "treet", "0", "99", "205", "hd", "720p", "download", "https", "mega", "co", "nz", "xasxribb", "0", "td1f", "v78mzxter7k7jy", "913", "mb", "this", "is", "episode", "4", "of", "5", "total"]}, "9138": {"text": "I have n't seen it yet but I can tell you hand on heart not everyone on Benefits is scrounging scum .", "tokenized_text": ["i", "have", "n", "t", "seen", "it", "yet", "but", "i", "can", "tell", "you", "hand", "on", "heart", "not", "everyone", "on", "benefits", "is", "scrounging", "scum"]}, "9139": {"text": "It's not just Third Reich era , it 'd been the names of the towns in many cases from the time they were founded , and anyway before 1933 .", "tokenized_text": ["it", "s", "not", "just", "third", "reich", "era", "it", "d", "been", "the", "names", "of", "the", "towns", "in", "many", "cases", "from", "the", "time", "they", "were", "founded", "and", "anyway", "before", "1933"]}, "9140": {"text": "^ You ca n't make this stuff up Go have a drink , drown the sorrow of living among primitive Asians .", "tokenized_text": ["you", "ca", "n", "t", "make", "this", "stuff", "up", "go", "have", "a", "drink", "drown", "the", "sorrow", "of", "living", "among", "primitive", "asians"]}, "9141": {"text": "PS .", "tokenized_text": ["ps"]}, "9142": {"text": "Thank you for your major contribution to society", "tokenized_text": ["thank", "you", "for", "your", "major", "contribution", "to", "society"]}, "9143": {"text": "Our Polish-American reader stands with Donetsk !", "tokenized_text": ["our", "polish", "american", "reader", "stands", "with", "donetsk"]}, "9144": {"text": "`` My message to UPA and Bandera scum from a Polish American small town politician from Pennsylvania ....", "tokenized_text": ["my", "message", "to", "upa", "and", "bandera", "scum", "from", "a", "polish", "american", "small", "town", "politician", "from", "pennsylvania"]}, "9145": {"text": "These UPA-American scums are welcome to stop by my house I have a surprise Sorry I 'm not in Donetsk yet , just matter of time `` https : //www.facebook.com/TruthfromUkraine ? fref = photo", "tokenized_text": ["these", "upa", "american", "scums", "are", "welcome", "to", "stop", "by", "my", "house", "i", "have", "a", "surprise", "sorry", "i", "m", "not", "in", "donetsk", "yet", "just", "matter", "of", "time", "https", "www", "facebook", "com", "truthfromukraine", "fref", "photo"]}, "9146": {"text": "Your tread had been moved who knows where , mine is closed so we must trespass on the hospitality of the Slavic .", "tokenized_text": ["your", "tread", "had", "been", "moved", "who", "knows", "where", "mine", "is", "closed", "so", "we", "must", "trespass", "on", "the", "hospitality", "of", "the", "slavic"]}, "9147": {"text": "http://www.youtube.com/watch ? feature ... v = TrLWaksmkhA# !", "tokenized_text": ["http", "www", "youtube", "com", "watch", "feature", "v", "trlwaksmkha"]}, "9148": {"text": "I always laugh when I hear Republicans say or imply that the British government is/was anti-Republican .", "tokenized_text": ["i", "always", "laugh", "when", "i", "hear", "republicans", "say", "or", "imply", "that", "the", "british", "government", "is", "was", "anti", "republican"]}, "9149": {"text": "As early as 1973 , they tried to hand Northern Ireland directly to Dublin .", "tokenized_text": ["as", "early", "as", "1973", "they", "tried", "to", "hand", "northern", "ireland", "directly", "to", "dublin"]}, "9150": {"text": "Racist incidents in Ireland up by 85 percent says Immigrant Council | Irish News | IrishCentral Racist incidents in Ireland up by 85 percent says Immigrant Council Read more : Racist incidents in Ireland up by 85 percent says Immigrant Council | Irish News | IrishCentral Follow us : @IrishCentral on Twitter | IrishCentral on Facebook", "tokenized_text": ["racist", "incidents", "in", "ireland", "up", "by", "85", "percent", "says", "immigrant", "council", "irish", "news", "irishcentral", "racist", "incidents", "in", "ireland", "up", "by", "85", "percent", "says", "immigrant", "council", "read", "more", "racist", "incidents", "in", "ireland", "up", "by", "85", "percent", "says", "immigrant", "council", "irish", "news", "irishcentral", "follow", "us", "irishcentral", "on", "twitter", "irishcentral", "on", "facebook"]}, "9151": {"text": "have you been in studentski grad in Sofia , you should go and see young student girls from FYROM geting down with Bulgarians serbs and albanians get ur booty too VIKI RALEVA VELIKI BRAT \u041f\u0421.\u0412\u041e \u041a\u0423\u041c\u0410\u041d\u041e\u0412\u041e \u0421\u0415\u041a\u041e\u0408\u0410 \u0412\u0422\u041e\u0420\u0410 \u0415 \u0421\u041e \u0421\u0418\u041f\u0422\u0410\u0420 \u0425\u0410\u0425\u0410", "tokenized_text": ["have", "you", "been", "in", "studentski", "grad", "in", "sofia", "you", "should", "go", "and", "see", "young", "student", "girls", "from", "fyrom", "geting", "down", "with", "bulgarians", "serbs", "and", "albanians", "get", "ur", "booty", "too", "viki", "raleva", "veliki", "brat", "\u043f\u0441", "\u0432\u043e", "\u043a\u0443\u043c\u0430\u043d\u043e\u0432\u043e", "\u0441\u0435\u043a\u043e\u0458\u0430", "\u0432\u0442\u043e\u0440\u0430", "\u0435", "\u0441\u043e", "\u0441\u0438\u043f\u0442\u0430\u0440", "\u0445\u0430\u0445\u0430"]}, "9152": {"text": "If you are not registered I think that maybe you will not be able to see this .", "tokenized_text": ["if", "you", "are", "not", "registered", "i", "think", "that", "maybe", "you", "will", "not", "be", "able", "to", "see", "this"]}, "9153": {"text": "http://www.facebook.com/pages/ % D0 % A0 ... 19205191443389", "tokenized_text": ["http", "www", "facebook", "com", "pages", "d0", "a0", "19205191443389"]}, "9154": {"text": "Here is one video that I 've made and upload to youtube , hope you like it YouTube - CROATIAN SOLDIERS - Strenth & Honor", "tokenized_text": ["here", "is", "one", "video", "that", "i", "ve", "made", "and", "upload", "to", "youtube", "hope", "you", "like", "it", "youtube", "croatian", "soldiers", "strenth", "honor"]}, "9155": {"text": "After you realize that you will never be accepted equal to them you are welcome to come back .", "tokenized_text": ["after", "you", "realize", "that", "you", "will", "never", "be", "accepted", "equal", "to", "them", "you", "are", "welcome", "to", "come", "back"]}, "9156": {"text": "Forgiveness is a key virtue in Macedonian Christian behavior .", "tokenized_text": ["forgiveness", "is", "a", "key", "virtue", "in", "macedonian", "christian", "behavior"]}, "9157": {"text": "Well you are too your family tree comes from Macedonia also the white part of it anyway .", "tokenized_text": ["well", "you", "are", "too", "your", "family", "tree", "comes", "from", "macedonia", "also", "the", "white", "part", "of", "it", "anyway"]}, "9158": {"text": "The rest is tatar .", "tokenized_text": ["the", "rest", "is", "tatar"]}, "9159": {"text": "It has been reported for a hour now that weapons have fallen into the hands of the opposition in Ternopil and Lviv after seizing of government installations .", "tokenized_text": ["it", "has", "been", "reported", "for", "a", "hour", "now", "that", "weapons", "have", "fallen", "into", "the", "hands", "of", "the", "opposition", "in", "ternopil", "and", "lviv", "after", "seizing", "of", "government", "installations"]}, "9160": {"text": "Is this confirmed ?", "tokenized_text": ["is", "this", "confirmed"]}, "9161": {"text": "You mean adoption of this new found identity which in all reality is a Greek identity .", "tokenized_text": ["you", "mean", "adoption", "of", "this", "new", "found", "identity", "which", "in", "all", "reality", "is", "a", "greek", "identity"]}, "9162": {"text": "Your either Bulgarian or Greek not Macedonian it does not exist .", "tokenized_text": ["your", "either", "bulgarian", "or", "greek", "not", "macedonian", "it", "does", "not", "exist"]}, "9163": {"text": "I just wanted to pop in and say that I wish you in Ireland the best and sincerely hope that Ireland is n't too far gone before enough people wake up , see what is happening , stop it and preserve Ireland .", "tokenized_text": ["i", "just", "wanted", "to", "pop", "in", "and", "say", "that", "i", "wish", "you", "in", "ireland", "the", "best", "and", "sincerely", "hope", "that", "ireland", "is", "n", "t", "too", "far", "gone", "before", "enough", "people", "wake", "up", "see", "what", "is", "happening", "stop", "it", "and", "preserve", "ireland"]}, "9164": {"text": "The Ukrainian Carpathians [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ] [ /TD ]", "tokenized_text": ["the", "ukrainian", "carpathians", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td", "td"]}, "9165": {"text": "New upcoming documentary/movie about arrival of Slavic tribe of Croats on present day Croatia , and get 's us through period of medieval Croatia .", "tokenized_text": ["new", "upcoming", "documentary", "movie", "about", "arrival", "of", "slavic", "tribe", "of", "croats", "on", "present", "day", "croatia", "and", "get", "s", "us", "through", "period", "of", "medieval", "croatia"]}, "9166": {"text": "http://www.youtube.com/watch ? v = 9nehhqHltaE & feature = player _ embedded ca n't w8 for it ...", "tokenized_text": ["http", "www", "youtube", "com", "watch", "v", "9nehhqhltae", "feature", "player", "_", "embedded", "ca", "n", "t", "w8", "for", "it"]}, "9167": {"text": "I find that they dont share my views as some other buddies of mine would when it comes to White History and power .", "tokenized_text": ["i", "find", "that", "they", "dont", "share", "my", "views", "as", "some", "other", "buddies", "of", "mine", "would", "when", "it", "comes", "to", "white", "history", "and", "power"]}, "9168": {"text": "Idiots are in every country And I do n't said that all Croats are idiots .", "tokenized_text": ["idiots", "are", "in", "every", "country", "and", "i", "do", "n", "t", "said", "that", "all", "croats", "are", "idiots"]}, "9169": {"text": "But try to find stupid anti-irish messages on this forum ...", "tokenized_text": ["but", "try", "to", "find", "stupid", "anti", "irish", "messages", "on", "this", "forum"]}, "9170": {"text": "Here are the only ones I have ever seen Taras.Bulba. [ 1962 ] - YouTube Wow , there is a re-make of Taras Bulba .", "tokenized_text": ["here", "are", "the", "only", "ones", "i", "have", "ever", "seen", "taras", "bulba", "1962", "youtube", "wow", "there", "is", "a", "re", "make", "of", "taras", "bulba"]}, "9171": {"text": "Taras Bulba ( 2009 ) ( English subtitles ) .", "tokenized_text": ["taras", "bulba", "2009", "english", "subtitles"]}, "9172": {"text": "- YouTube", "tokenized_text": ["youtube"]}, "9173": {"text": "So ok We are not idiots , but We see and do not act .", "tokenized_text": ["so", "ok", "we", "are", "not", "idiots", "but", "we", "see", "and", "do", "not", "act"]}, "9174": {"text": "How to call someone who agrees for slow doom of him self and his people ??", "tokenized_text": ["how", "to", "call", "someone", "who", "agrees", "for", "slow", "doom", "of", "him", "self", "and", "his", "people"]}, "9175": {"text": "Incredible range of animals we 've got here .", "tokenized_text": ["incredible", "range", "of", "animals", "we", "ve", "got", "here"]}, "9176": {"text": "I intend to get a big dog in time for next year 's elections , but no pigs , lizards , parrots or raccoons ...", "tokenized_text": ["i", "intend", "to", "get", "a", "big", "dog", "in", "time", "for", "next", "year", "s", "elections", "but", "no", "pigs", "lizards", "parrots", "or", "raccoons"]}, "9177": {"text": "It IS our business when you are making territorial claims on Bulgarian land and claiming a part of Bulgarian history as yours .", "tokenized_text": ["it", "is", "our", "business", "when", "you", "are", "making", "territorial", "claims", "on", "bulgarian", "land", "and", "claiming", "a", "part", "of", "bulgarian", "history", "as", "yours"]}, "9178": {"text": "I would think most girls would like to dress and look nice for their man anyways .", "tokenized_text": ["i", "would", "think", "most", "girls", "would", "like", "to", "dress", "and", "look", "nice", "for", "their", "man", "anyways"]}, "9179": {"text": "So he can show her off like a brand new sparkly jewel etc etc .", "tokenized_text": ["so", "he", "can", "show", "her", "off", "like", "a", "brand", "new", "sparkly", "jewel", "etc", "etc"]}, "9180": {"text": "I'm an adult in my late 30s .", "tokenized_text": ["i", "m", "an", "adult", "in", "my", "late", "30s"]}, "9181": {"text": "I had no luck driving .", "tokenized_text": ["i", "had", "no", "luck", "driving"]}, "9182": {"text": "I have been trying to find a job but the mexicans take everything we had .", "tokenized_text": ["i", "have", "been", "trying", "to", "find", "a", "job", "but", "the", "mexicans", "take", "everything", "we", "had"]}, "9183": {"text": "There use to be meetings here then it got down to one a year at folk fest now , I do n't know of any get togethers in South Florida .", "tokenized_text": ["there", "use", "to", "be", "meetings", "here", "then", "it", "got", "down", "to", "one", "a", "year", "at", "folk", "fest", "now", "i", "do", "n", "t", "know", "of", "any", "get", "togethers", "in", "south", "florida"]}, "9184": {"text": "I'm off out to a metal show , this is what my knees looked like after the last death metal show i went too ...", "tokenized_text": ["i", "m", "off", "out", "to", "a", "metal", "show", "this", "is", "what", "my", "knees", "looked", "like", "after", "the", "last", "death", "metal", "show", "i", "went", "too"]}, "9185": {"text": "these are two pictures of me , l am a proud Croatian redneck , l drink rakija , eat lamb and get in fights as often as l can and l go to the gym once a week , yihaa !!!!!!", "tokenized_text": ["these", "are", "two", "pictures", "of", "me", "l", "am", "a", "proud", "croatian", "redneck", "l", "drink", "rakija", "eat", "lamb", "and", "get", "in", "fights", "as", "often", "as", "l", "can", "and", "l", "go", "to", "the", "gym", "once", "a", "week", "yihaa"]}, "9186": {"text": "Lovely young lady even with the tassled hair or early morning frown : For the record ; I do n't think you need a coffee .", "tokenized_text": ["lovely", "young", "lady", "even", "with", "the", "tassled", "hair", "or", "early", "morning", "frown", "for", "the", "record", "i", "do", "n", "t", "think", "you", "need", "a", "coffee"]}, "9187": {"text": "I went through that experience moving within the same county .", "tokenized_text": ["i", "went", "through", "that", "experience", "moving", "within", "the", "same", "county"]}, "9188": {"text": "The new town has a population of approx 150 and ( gasp ) skinheads moved into town .", "tokenized_text": ["the", "new", "town", "has", "a", "population", "of", "approx", "150", "and", "gasp", "skinheads", "moved", "into", "town"]}, "9189": {"text": "The only Mexican in town has since moved out and kids can now leave their bicycles in the yard without fear .", "tokenized_text": ["the", "only", "mexican", "in", "town", "has", "since", "moved", "out", "and", "kids", "can", "now", "leave", "their", "bicycles", "in", "the", "yard", "without", "fear"]}, "9190": {"text": "2508", "tokenized_text": ["2508"]}, "9191": {"text": "I'll second that .", "tokenized_text": ["i", "ll", "second", "that"]}, "9192": {"text": "My mom 's people are originally from down your way in Wise Co. , and also in Tazewell and Russell .", "tokenized_text": ["my", "mom", "s", "people", "are", "originally", "from", "down", "your", "way", "in", "wise", "co", "and", "also", "in", "tazewell", "and", "russell"]}, "9193": {"text": "drinking does ease the sorrow of a lonely life .. it 's so tempting to just go out and get drunk , and laid like i did in my youth .. but i have n't got the energy for it anymore .. more likely to lie in bed and cry until it 's time to go work .. still hoping life gets better than this : drink 2508", "tokenized_text": ["drinking", "does", "ease", "the", "sorrow", "of", "a", "lonely", "life", "it", "s", "so", "tempting", "to", "just", "go", "out", "and", "get", "drunk", "and", "laid", "like", "i", "did", "in", "my", "youth", "but", "i", "have", "n", "t", "got", "the", "energy", "for", "it", "anymore", "more", "likely", "to", "lie", "in", "bed", "and", "cry", "until", "it", "s", "time", "to", "go", "work", "still", "hoping", "life", "gets", "better", "than", "this", "drink", "2508"]}, "9194": {"text": "The folks who are O.K. with people knowing that they 're online have those lit green dots on the bottom left-hand side of their screen name .", "tokenized_text": ["the", "folks", "who", "are", "o", "k", "with", "people", "knowing", "that", "they", "re", "online", "have", "those", "lit", "green", "dots", "on", "the", "bottom", "left", "hand", "side", "of", "their", "screen", "name"]}, "9195": {"text": "if the expected war happens we better not put pride in charge of any units where navigating skills are required then .", "tokenized_text": ["if", "the", "expected", "war", "happens", "we", "better", "not", "put", "pride", "in", "charge", "of", "any", "units", "where", "navigating", "skills", "are", "required", "then"]}, "9196": {"text": "I also dont drink and drive .", "tokenized_text": ["i", "also", "dont", "drink", "and", "drive"]}, "9197": {"text": "I finish drinking and then I drive .", "tokenized_text": ["i", "finish", "drinking", "and", "then", "i", "drive"]}, "9198": {"text": "What is better ?", "tokenized_text": ["what", "is", "better"]}, "9199": {"text": "Drive and risk an accident being drunk , or walk and certainly get murdered by a kaffir ?", "tokenized_text": ["drive", "and", "risk", "an", "accident", "being", "drunk", "or", "walk", "and", "certainly", "get", "murdered", "by", "a", "kaffir"]}, "9200": {"text": "I m just over on the other side of the country .", "tokenized_text": ["i", "m", "just", "over", "on", "the", "other", "side", "of", "the", "country"]}, "9201": {"text": "Have you ever ridden your dirt bike to Florida ?", "tokenized_text": ["have", "you", "ever", "ridden", "your", "dirt", "bike", "to", "florida"]}, "9202": {"text": "Maybe we could get together !", "tokenized_text": ["maybe", "we", "could", "get", "together"]}, "9203": {"text": "Its only 3300 miles , that s not so bad. >", "tokenized_text": ["its", "only", "3300", "miles", "that", "s", "not", "so", "bad"]}, "9204": {"text": "Well at least I was when is was 15 that 's how long ago the picture was taken .", "tokenized_text": ["well", "at", "least", "i", "was", "when", "is", "was", "15", "that", "s", "how", "long", "ago", "the", "picture", "was", "taken"]}, "9205": {"text": "Before I became a skingirl and before I let my hair grow once again .", "tokenized_text": ["before", "i", "became", "a", "skingirl", "and", "before", "i", "let", "my", "hair", "grow", "once", "again"]}, "9206": {"text": "Thanks for the tip // lila", "tokenized_text": ["thanks", "for", "the", "tip", "lila"]}, "9207": {"text": "I was always under the impression that there was always more women in the world than men .", "tokenized_text": ["i", "was", "always", "under", "the", "impression", "that", "there", "was", "always", "more", "women", "in", "the", "world", "than", "men"]}, "9208": {"text": "As it 's very common among most animal species as well as just females are generally considered to be more necassary if you will .", "tokenized_text": ["as", "it", "s", "very", "common", "among", "most", "animal", "species", "as", "well", "as", "just", "females", "are", "generally", "considered", "to", "be", "more", "necassary", "if", "you", "will"]}, "9209": {"text": "88..im from houston and hoping to get a few others to go from austin also ... if there is anyone needing a ride from houston they can message me on yahoo .. under cherrybyrd88 ...", "tokenized_text": ["88", "im", "from", "houston", "and", "hoping", "to", "get", "a", "few", "others", "to", "go", "from", "austin", "also", "if", "there", "is", "anyone", "needing", "a", "ride", "from", "houston", "they", "can", "message", "me", "on", "yahoo", "under", "cherrybyrd88"]}, "9210": {"text": "Hi all , I just would like to meet white conscious people from other countries , specially girls .", "tokenized_text": ["hi", "all", "i", "just", "would", "like", "to", "meet", "white", "conscious", "people", "from", "other", "countries", "specially", "girls"]}, "9211": {"text": "I am a 23 year old Spanish guy .", "tokenized_text": ["i", "am", "a", "23", "year", "old", "spanish", "guy"]}, "9212": {"text": "White pride worldwide ! 3033", "tokenized_text": ["white", "pride", "worldwide", "3033"]}, "9213": {"text": "im going to be moving from southern california soon to washington and i was wondetring how many people here are in the seattle tacoma area thanks steven", "tokenized_text": ["im", "going", "to", "be", "moving", "from", "southern", "california", "soon", "to", "washington", "and", "i", "was", "wondetring", "how", "many", "people", "here", "are", "in", "the", "seattle", "tacoma", "area", "thanks", "steven"]}, "9214": {"text": "I thank that the only one that can tall you what to do is your self and no one els if you see this guy and like his pic. make sure he knows you are WP if you are or you like only White men. that is the way i see it .", "tokenized_text": ["i", "thank", "that", "the", "only", "one", "that", "can", "tall", "you", "what", "to", "do", "is", "your", "self", "and", "no", "one", "els", "if", "you", "see", "this", "guy", "and", "like", "his", "pic", "make", "sure", "he", "knows", "you", "are", "wp", "if", "you", "are", "or", "you", "like", "only", "white", "men", "that", "is", "the", "way", "i", "see", "it"]}, "9215": {"text": "Im looking for a good Aryan white male in or around the central jersey or surrounding area or some new friends from all around", "tokenized_text": ["im", "looking", "for", "a", "good", "aryan", "white", "male", "in", "or", "around", "the", "central", "jersey", "or", "surrounding", "area", "or", "some", "new", "friends", "from", "all", "around"]}, "9216": {"text": "Hi chandra !", "tokenized_text": ["hi", "chandra"]}, "9217": {"text": "I feel your pain ....", "tokenized_text": ["i", "feel", "your", "pain"]}, "9218": {"text": "I grew up outside of crAKRON ( a small version of Cleveland ) .", "tokenized_text": ["i", "grew", "up", "outside", "of", "crakron", "a", "small", "version", "of", "cleveland"]}, "9219": {"text": "I ve been to cleveland several times for concerts and such but can only stand it for a few hours than i have to go .", "tokenized_text": ["i", "ve", "been", "to", "cleveland", "several", "times", "for", "concerts", "and", "such", "but", "can", "only", "stand", "it", "for", "a", "few", "hours", "than", "i", "have", "to", "go"]}, "9220": {"text": "I go to school in southeastern ohio now .", "tokenized_text": ["i", "go", "to", "school", "in", "southeastern", "ohio", "now"]}, "9221": {"text": "MUCH NICER down here. e mail me sometime", "tokenized_text": ["much", "nicer", "down", "here", "e", "mail", "me", "sometime"]}, "9222": {"text": "Over my dead body am I ever going to apologize for somethign happened in the past that I had no control over and my family was n't even in this country during that time .", "tokenized_text": ["over", "my", "dead", "body", "am", "i", "ever", "going", "to", "apologize", "for", "somethign", "happened", "in", "the", "past", "that", "i", "had", "no", "control", "over", "and", "my", "family", "was", "n", "t", "even", "in", "this", "country", "during", "that", "time"]}, "9223": {"text": "white single girl looking for a guy within the state of California ( hopfully someone near or in the city of Los Angeles ) .", "tokenized_text": ["white", "single", "girl", "looking", "for", "a", "guy", "within", "the", "state", "of", "california", "hopfully", "someone", "near", "or", "in", "the", "city", "of", "los", "angeles"]}, "9224": {"text": "Ages from 18-21. please write me back.xoxoxoxoxoxox", "tokenized_text": ["ages", "from", "18", "21", "please", "write", "me", "back", "xoxoxoxoxoxox"]}, "9225": {"text": "Hi, i am just looking for whitepride men in the western canada area particularly BC just to talk to hangout or whatever .", "tokenized_text": ["hi", "i", "am", "just", "looking", "for", "whitepride", "men", "in", "the", "western", "canada", "area", "particularly", "bc", "just", "to", "talk", "to", "hangout", "or", "whatever"]}, "9226": {"text": "I can think of some yummier spots than the back of my head where I 'd like to be held. but that 's just me .", "tokenized_text": ["i", "can", "think", "of", "some", "yummier", "spots", "than", "the", "back", "of", "my", "head", "where", "i", "d", "like", "to", "be", "held", "but", "that", "s", "just", "me"]}, "9227": {"text": "hi there , well thank you very much for your reply. it means alot that someone took the time to. i really envy your job. i want it lol. so were abouts are you from ?", "tokenized_text": ["hi", "there", "well", "thank", "you", "very", "much", "for", "your", "reply", "it", "means", "alot", "that", "someone", "took", "the", "time", "to", "i", "really", "envy", "your", "job", "i", "want", "it", "lol", "so", "were", "abouts", "are", "you", "from"]}, "9228": {"text": "Hey, I live in Illinois not too far from you. i 'm always trying to find new friends and people to hang out with , some email me sometime", "tokenized_text": ["hey", "i", "live", "in", "illinois", "not", "too", "far", "from", "you", "i", "m", "always", "trying", "to", "find", "new", "friends", "and", "people", "to", "hang", "out", "with", "some", "email", "me", "sometime"]}, "9229": {"text": "Please check out my add on this singles site and if you are interested send me a e-mail with your photo and I will get back to you. redbarron", "tokenized_text": ["please", "check", "out", "my", "add", "on", "this", "singles", "site", "and", "if", "you", "are", "interested", "send", "me", "a", "e", "mail", "with", "your", "photo", "and", "i", "will", "get", "back", "to", "you", "redbarron"]}, "9230": {"text": "i'm new to the missiouri ozarks. looking for aryans to talk to , and aryan princesses to meet. i 'm from texas", "tokenized_text": ["i", "m", "new", "to", "the", "missiouri", "ozarks", "looking", "for", "aryans", "to", "talk", "to", "and", "aryan", "princesses", "to", "meet", "i", "m", "from", "texas"]}, "9231": {"text": "Where in South Jesery are you ?", "tokenized_text": ["where", "in", "south", "jesery", "are", "you"]}, "9232": {"text": "I live in the Northern Jesery ( Essex ) but i have a Summer house in Ocean County also that im always at .", "tokenized_text": ["i", "live", "in", "the", "northern", "jesery", "essex", "but", "i", "have", "a", "summer", "house", "in", "ocean", "county", "also", "that", "im", "always", "at"]}, "9233": {"text": "What I find to be a joke is that someone would take it seriously and post absolute nonsense and crap about this site , without checking it out first .", "tokenized_text": ["what", "i", "find", "to", "be", "a", "joke", "is", "that", "someone", "would", "take", "it", "seriously", "and", "post", "absolute", "nonsense", "and", "crap", "about", "this", "site", "without", "checking", "it", "out", "first"]}, "9234": {"text": "You should always check things like that out before taking it as the truth .", "tokenized_text": ["you", "should", "always", "check", "things", "like", "that", "out", "before", "taking", "it", "as", "the", "truth"]}, "9235": {"text": "ok, if youre talking about a band then this we can work with.the colors and design i do this for around 60 dollars.but like i said i need to wait till my new needles and colors come in .", "tokenized_text": ["ok", "if", "youre", "talking", "about", "a", "band", "then", "this", "we", "can", "work", "with", "the", "colors", "and", "design", "i", "do", "this", "for", "around", "60", "dollars", "but", "like", "i", "said", "i", "need", "to", "wait", "till", "my", "new", "needles", "and", "colors", "come", "in"]}, "9236": {"text": "If anybody can email me and let me know how I can get involved please let me know : therealfixxx@hotmail.com I was born in New york city , Im 26 and I did four years in the marines so I have alot to talk about .", "tokenized_text": ["if", "anybody", "can", "email", "me", "and", "let", "me", "know", "how", "i", "can", "get", "involved", "please", "let", "me", "know", "therealfixxx", "hotmail", "com", "i", "was", "born", "in", "new", "york", "city", "im", "26", "and", "i", "did", "four", "years", "in", "the", "marines", "so", "i", "have", "alot", "to", "talk", "about"]}, "9237": {"text": "hi, I am a 20 year old female looking for someone to talk to and develope a relationshp .", "tokenized_text": ["hi", "i", "am", "a", "20", "year", "old", "female", "looking", "for", "someone", "to", "talk", "to", "and", "develope", "a", "relationshp"]}, "9238": {"text": "I hope you respond .", "tokenized_text": ["i", "hope", "you", "respond"]}, "9239": {"text": "Elizabeth", "tokenized_text": ["elizabeth"]}, "9240": {"text": "Why is Ca the melting pot of America it is so hard to fine people that have the same views on our white race as i have ?", "tokenized_text": ["why", "is", "ca", "the", "melting", "pot", "of", "america", "it", "is", "so", "hard", "to", "fine", "people", "that", "have", "the", "same", "views", "on", "our", "white", "race", "as", "i", "have"]}, "9241": {"text": "I'm so ugly when I first get up in the morning that I have a face that only a mother could love .", "tokenized_text": ["i", "m", "so", "ugly", "when", "i", "first", "get", "up", "in", "the", "morning", "that", "i", "have", "a", "face", "that", "only", "a", "mother", "could", "love"]}, "9242": {"text": "That is until she finds her glasses ! : stupid : jump", "tokenized_text": ["that", "is", "until", "she", "finds", "her", "glasses", "stupid", "jump"]}, "9243": {"text": "ah it is good to here from the father land if you see me on message me I love to talk with someone for Germany", "tokenized_text": ["ah", "it", "is", "good", "to", "here", "from", "the", "father", "land", "if", "you", "see", "me", "on", "message", "me", "i", "love", "to", "talk", "with", "someone", "for", "germany"]}, "9244": {"text": "i relized fear one morning. the blare of the fox hounters sound. when they 're all chasing after the poor bloody fox. it is safer to be dressed like the hounds .", "tokenized_text": ["i", "relized", "fear", "one", "morning", "the", "blare", "of", "the", "fox", "hounters", "sound", "when", "they", "re", "all", "chasing", "after", "the", "poor", "bloody", "fox", "it", "is", "safer", "to", "be", "dressed", "like", "the", "hounds"]}, "9245": {"text": "Good post my friend .", "tokenized_text": ["good", "post", "my", "friend"]}, "9246": {"text": "It is nice to see the youth of today uniting ... you are the future of this movement 88", "tokenized_text": ["it", "is", "nice", "to", "see", "the", "youth", "of", "today", "uniting", "you", "are", "the", "future", "of", "this", "movement", "88"]}, "9247": {"text": "Hehe..that's good .", "tokenized_text": ["hehe", "that", "s", "good"]}, "9248": {"text": "My brother said the chant 3 times also ..", "tokenized_text": ["my", "brother", "said", "the", "chant", "3", "times", "also"]}, "9249": {"text": "I guess 3 times is the magic number .. then they think they get their asses handed to them .. same with bloody Mary also .", "tokenized_text": ["i", "guess", "3", "times", "is", "the", "magic", "number", "then", "they", "think", "they", "get", "their", "asses", "handed", "to", "them", "same", "with", "bloody", "mary", "also"]}, "9250": {"text": "It 's good to spook kids with our folklore so they can pass it down .. I just hope it 's not considered child abuse nowadays .. lol .. Just/kid' n It just keeps their minds aware Imagine a kids face when they learn of the stories of our ancestors around the camp fire .. this is a water toast BTW -- >", "tokenized_text": ["it", "s", "good", "to", "spook", "kids", "with", "our", "folklore", "so", "they", "can", "pass", "it", "down", "i", "just", "hope", "it", "s", "not", "considered", "child", "abuse", "nowadays", "lol", "just", "kid", "n", "it", "just", "keeps", "their", "minds", "aware", "imagine", "a", "kids", "face", "when", "they", "learn", "of", "the", "stories", "of", "our", "ancestors", "around", "the", "camp", "fire", "this", "is", "a", "water", "toast", "btw"]}, "9251": {"text": "Opening it again for a week ...", "tokenized_text": ["opening", "it", "again", "for", "a", "week"]}, "9252": {"text": "Happy Holidays From Discover Kalispell - YouTube Christmas Lights in Kalispell , MT - YouTube Christmas Lights in Kalispell , MT - YouTube Christmas Music Kalispell Mt - YouTube", "tokenized_text": ["happy", "holidays", "from", "discover", "kalispell", "youtube", "christmas", "lights", "in", "kalispell", "mt", "youtube", "christmas", "lights", "in", "kalispell", "mt", "youtube", "christmas", "music", "kalispell", "mt", "youtube"]}, "9253": {"text": "Longer and unedited recording of the radio show : The Jay Thomas Show : ( Warning : Some Graphic Language ) Tuesday 's Heated Exchange Involving Leith Officials Over Mistreatment Claims by Girlfriend of Kynan Dutton | WDAY | Fargo , ND", "tokenized_text": ["longer", "and", "unedited", "recording", "of", "the", "radio", "show", "the", "jay", "thomas", "show", "warning", "some", "graphic", "language", "tuesday", "s", "heated", "exchange", "involving", "leith", "officials", "over", "mistreatment", "claims", "by", "girlfriend", "of", "kynan", "dutton", "wday", "fargo", "nd"]}, "9254": {"text": "Thanks.", "tokenized_text": ["thanks"]}, "9255": {"text": "And for those who would like to participate in a thread that 's a spin off of this one , here 's the link : https : //www.stormfront.org/forum/t204965/", "tokenized_text": ["and", "for", "those", "who", "would", "like", "to", "participate", "in", "a", "thread", "that", "s", "a", "spin", "off", "of", "this", "one", "here", "s", "the", "link", "https", "www", "stormfront", "org", "forum", "t204965"]}, "9256": {"text": "I keep sticking to the fish and chips for safety sake ....", "tokenized_text": ["i", "keep", "sticking", "to", "the", "fish", "and", "chips", "for", "safety", "sake"]}, "9257": {"text": "I know I will like it so I order it instead of trying something new ...", "tokenized_text": ["i", "know", "i", "will", "like", "it", "so", "i", "order", "it", "instead", "of", "trying", "something", "new"]}, "9258": {"text": "So... you would say to lie .", "tokenized_text": ["so", "you", "would", "say", "to", "lie"]}, "9259": {"text": "You have to tell those people every sent you have , or commit fraud .", "tokenized_text": ["you", "have", "to", "tell", "those", "people", "every", "sent", "you", "have", "or", "commit", "fraud"]}, "9260": {"text": "Records or not .", "tokenized_text": ["records", "or", "not"]}, "9261": {"text": "Please tell me you are n't advocating fraud .", "tokenized_text": ["please", "tell", "me", "you", "are", "n", "t", "advocating", "fraud"]}, "9262": {"text": "what about it. that 's exactly what I said and I meant every word he thought I might and that was enough and with you two talking behind my back like some jew what do you expect me to say have a nice life .", "tokenized_text": ["what", "about", "it", "that", "s", "exactly", "what", "i", "said", "and", "i", "meant", "every", "word", "he", "thought", "i", "might", "and", "that", "was", "enough", "and", "with", "you", "two", "talking", "behind", "my", "back", "like", "some", "jew", "what", "do", "you", "expect", "me", "to", "say", "have", "a", "nice", "life"]}, "9263": {"text": "I do n't think so .", "tokenized_text": ["i", "do", "n", "t", "think", "so"]}, "9264": {"text": "and I just want to put it out there I have the receipts for all but what I gave debras and what I gave to the mechanic in Elgin for debras van but as you can see from leithnd.com even they watched me pay that just go to town news and click on the November 29th post", "tokenized_text": ["and", "i", "just", "want", "to", "put", "it", "out", "there", "i", "have", "the", "receipts", "for", "all", "but", "what", "i", "gave", "debras", "and", "what", "i", "gave", "to", "the", "mechanic", "in", "elgin", "for", "debras", "van", "but", "as", "you", "can", "see", "from", "leithnd", "com", "even", "they", "watched", "me", "pay", "that", "just", "go", "to", "town", "news", "and", "click", "on", "the", "november", "29th", "post"]}, "9265": {"text": "23 year old man just went missing while walking down a river about 2 miles from me .", "tokenized_text": ["23", "year", "old", "man", "just", "went", "missing", "while", "walking", "down", "a", "river", "about", "2", "miles", "from", "me"]}, "9266": {"text": "I hope they find him .", "tokenized_text": ["i", "hope", "they", "find", "him"]}, "9267": {"text": "Crews search for missing in Hungry Horse | KAJ18.com | Kalispell , Montana", "tokenized_text": ["crews", "search", "for", "missing", "in", "hungry", "horse", "kaj18", "com", "kalispell", "montana"]}, "9268": {"text": "Yes, it 's time to imagine that .", "tokenized_text": ["yes", "it", "s", "time", "to", "imagine", "that"]}, "9269": {"text": "And the dream would become a reality with a PLE ( aka Stormfront of the street ) .", "tokenized_text": ["and", "the", "dream", "would", "become", "a", "reality", "with", "a", "ple", "aka", "stormfront", "of", "the", "street"]}, "9270": {"text": "There is also an entire forum dedicated to this concept as well at the F & F Forum www.folkandfaith.com/invisionboard US & European Alternatives Regards - FNF !", "tokenized_text": ["there", "is", "also", "an", "entire", "forum", "dedicated", "to", "this", "concept", "as", "well", "at", "the", "f", "f", "forum", "www", "folkandfaith", "com", "invisionboard", "us", "european", "alternatives", "regards", "fnf"]}, "9271": {"text": "Why must we have a favorite .", "tokenized_text": ["why", "must", "we", "have", "a", "favorite"]}, "9272": {"text": "They just do their job as God has given them the light to perceive it .", "tokenized_text": ["they", "just", "do", "their", "job", "as", "god", "has", "given", "them", "the", "light", "to", "perceive", "it"]}, "9273": {"text": "I would be curious to know where in Missouri you can get a house that cheap ???", "tokenized_text": ["i", "would", "be", "curious", "to", "know", "where", "in", "missouri", "you", "can", "get", "a", "house", "that", "cheap"]}, "9274": {"text": "I have never seen any around here and I am in a predominatly white area and have lived her basically all my life .", "tokenized_text": ["i", "have", "never", "seen", "any", "around", "here", "and", "i", "am", "in", "a", "predominatly", "white", "area", "and", "have", "lived", "her", "basically", "all", "my", "life"]}, "9275": {"text": "We should at least try to better educate them then , and they should at least want to learn more of the ideology .", "tokenized_text": ["we", "should", "at", "least", "try", "to", "better", "educate", "them", "then", "and", "they", "should", "at", "least", "want", "to", "learn", "more", "of", "the", "ideology"]}, "9276": {"text": "Oildale,Ca.While.this.little.town.borders.Bakersfi eld , it.offers.very.low.housing.costs , while.providi ng.many.jobs.in.the.oil.drilling.fields.i.e.weldin g & support , .mostly.White.Racial.make-up ( 90 % ? ) .Until.we.had.moved.here.from.Huntington.B each.6.monthes.ago , I.had.never.heard.of `` PLE '' .Our.i ntent.moving.here.from.So.Cal.was.very.similar.to.", "tokenized_text": ["oildale", "ca", "while", "this", "little", "town", "borders", "bakersfi", "eld", "it", "offers", "very", "low", "housing", "costs", "while", "providi", "ng", "many", "jobs", "in", "the", "oil", "drilling", "fields", "i", "e", "weldin", "g", "support", "mostly", "white", "racial", "make", "up", "90", "until", "we", "had", "moved", "here", "from", "huntington", "b", "each", "6", "monthes", "ago", "i", "had", "never", "heard", "of", "ple", "our", "i", "ntent", "moving", "here", "from", "so", "cal", "was", "very", "similar", "to"]}, "9277": {"text": "the.PLE.objectives ( helping.establish.young.whites/families.in.housing , jobs.etc. ) .Both.my.Brother. & .I .are.very.interested.in.your.program.", "tokenized_text": ["the", "ple", "objectives", "helping", "establish", "young", "whites", "families", "in", "housing", "jobs", "etc", "both", "my", "brother", "i", "are", "very", "interested", "in", "your", "program"]}, "9278": {"text": "People.who.are.aware.of.Oildale , are.often.abit.int imidated.to.come.here , lol ! Yes , It 's.abit.lacking.in .spit & polish.There.appears.to.be.zero.in.the.Code.", "tokenized_text": ["people", "who", "are", "aware", "of", "oildale", "are", "often", "abit", "int", "imidated", "to", "come", "here", "lol", "yes", "it", "s", "abit", "lacking", "in", "spit", "polish", "there", "appears", "to", "be", "zero", "in", "the", "code"]}, "9279": {"text": "Enforcment.area , but , I.feel.asthough.that 's.part.of .the.towns.appeal.for.our.purpouses.", "tokenized_text": ["enforcment", "area", "but", "i", "feel", "asthough", "that", "s", "part", "of", "the", "towns", "appeal", "for", "our", "purpouses"]}, "9280": {"text": "Danny p.s.please.excuse.my.keyboard , as , it 's.on.the.fritz 9 / LOL .", "tokenized_text": ["danny", "p", "s", "please", "excuse", "my", "keyboard", "as", "it", "s", "on", "the", "fritz", "9", "lol"]}, "9281": {"text": "Years ago I worked at a highrise building downtown , and the local bar association was one of the tenants there giving free legal advice .", "tokenized_text": ["years", "ago", "i", "worked", "at", "a", "highrise", "building", "downtown", "and", "the", "local", "bar", "association", "was", "one", "of", "the", "tenants", "there", "giving", "free", "legal", "advice"]}, "9282": {"text": "One day a beanpole kinda looking Black man came in and said : `` I 'm looking for the lawyer referral service , dot , dot , dot . ''", "tokenized_text": ["one", "day", "a", "beanpole", "kinda", "looking", "black", "man", "came", "in", "and", "said", "i", "m", "looking", "for", "the", "lawyer", "referral", "service", "dot", "dot", "dot"]}, "9283": {"text": "And `` it 's because I 've been having trouble with my landlord , dot dot dot . ''", "tokenized_text": ["and", "it", "s", "because", "i", "ve", "been", "having", "trouble", "with", "my", "landlord", "dot", "dot", "dot"]}, "9284": {"text": "`` Can you tell me where this service is ?", "tokenized_text": ["can", "you", "tell", "me", "where", "this", "service", "is"]}, "9285": {"text": "Dot , dot , dot . \"", "tokenized_text": ["dot", "dot", "dot"]}, "9286": {"text": "And the guard said with an equally straight face : `` Oh , eh , that 's up on the seventh floor , .... dot , dot dot . ''", "tokenized_text": ["and", "the", "guard", "said", "with", "an", "equally", "straight", "face", "oh", "eh", "that", "s", "up", "on", "the", "seventh", "floor", "dot", "dot", "dot"]}, "9287": {"text": "Every now and then I 'll run across a flyer that I like so much that I print it out on photo paper and frame it .", "tokenized_text": ["every", "now", "and", "then", "i", "ll", "run", "across", "a", "flyer", "that", "i", "like", "so", "much", "that", "i", "print", "it", "out", "on", "photo", "paper", "and", "frame", "it"]}, "9288": {"text": "This is one of those that I have on the wall .", "tokenized_text": ["this", "is", "one", "of", "those", "that", "i", "have", "on", "the", "wall"]}, "9289": {"text": "I'm curious ( but doubtful ) ; is there anyone here who 's expressed SUPPORT for Nordic superiority that is not Nordic himself ?", "tokenized_text": ["i", "m", "curious", "but", "doubtful", "is", "there", "anyone", "here", "who", "s", "expressed", "support", "for", "nordic", "superiority", "that", "is", "not", "nordic", "himself"]}, "9290": {"text": "By race or appearance ?", "tokenized_text": ["by", "race", "or", "appearance"]}, "9291": {"text": "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .", "tokenized_text": ["hell", "i", "d", "rather", "clean", "a", "dozen", "tiolets", "a", "day", "then", "have", "to", "walk", "into", "a", "bathroom", "and", "see", "some", "mongrel", "standing", "there", "with", "a", "mop", "giving", "me", "a", "glassy", "eyed", "stare"]}, "9292": {"text": "How about we watch a short film about working together and chat some more later ?", "tokenized_text": ["how", "about", "we", "watch", "a", "short", "film", "about", "working", "together", "and", "chat", "some", "more", "later"]}, "9293": {"text": "Animated short film starring Stormfront members .", "tokenized_text": ["animated", "short", "film", "starring", "stormfront", "members"]}, "9294": {"text": "NB , Haman , Fenris , MuadDib http://www.youtube.com/watch ? v = zzSJRfoZLFY", "tokenized_text": ["nb", "haman", "fenris", "muaddib", "http", "www", "youtube", "com", "watch", "v", "zzsjrfozlfy"]}, "9295": {"text": "Its common to for whites to love ethnics when they do n't know any as all they have seen is the pc image of them on tv .", "tokenized_text": ["its", "common", "to", "for", "whites", "to", "love", "ethnics", "when", "they", "do", "n", "t", "know", "any", "as", "all", "they", "have", "seen", "is", "the", "pc", "image", "of", "them", "on", "tv"]}, "9296": {"text": "That all changes when they have to live around them .", "tokenized_text": ["that", "all", "changes", "when", "they", "have", "to", "live", "around", "them"]}, "9297": {"text": "if they have the same help here in Quebec , i would like too say congratulation pitbull-A.G. and i hope you have lot of new white resident in your city", "tokenized_text": ["if", "they", "have", "the", "same", "help", "here", "in", "quebec", "i", "would", "like", "too", "say", "congratulation", "pitbull", "a", "g", "and", "i", "hope", "you", "have", "lot", "of", "new", "white", "resident", "in", "your", "city"]}, "9298": {"text": "I'm down in so cal. in the riverside area in a small town called chino hills. im looking for some skins to hang out with male or female we just need to unite. haha", "tokenized_text": ["i", "m", "down", "in", "so", "cal", "in", "the", "riverside", "area", "in", "a", "small", "town", "called", "chino", "hills", "im", "looking", "for", "some", "skins", "to", "hang", "out", "with", "male", "or", "female", "we", "just", "need", "to", "unite", "haha"]}, "9299": {"text": "Go to his profile and leave a message .", "tokenized_text": ["go", "to", "his", "profile", "and", "leave", "a", "message"]}, "9300": {"text": "He 's listed in my friends .", "tokenized_text": ["he", "s", "listed", "in", "my", "friends"]}, "9301": {"text": "He sent me a PM the other day saying all is well just staying off SF but checking in now and then .", "tokenized_text": ["he", "sent", "me", "a", "pm", "the", "other", "day", "saying", "all", "is", "well", "just", "staying", "off", "sf", "but", "checking", "in", "now", "and", "then"]}, "9302": {"text": "I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .", "tokenized_text": ["i", "usually", "know", "when", "friends", "or", "relatives", "are", "distressed", "through", "illness", "or", "accident", "incident", "i", "then", "phone", "them", "and", "find", "out", "what", "has", "happened"]}, "9303": {"text": "so lets talk tomorrow morning and plan our BBQ , I just went to the grocery store and met a new arrival who happened to have just arrived .", "tokenized_text": ["so", "lets", "talk", "tomorrow", "morning", "and", "plan", "our", "bbq", "i", "just", "went", "to", "the", "grocery", "store", "and", "met", "a", "new", "arrival", "who", "happened", "to", "have", "just", "arrived"]}, "9304": {"text": "We need to get ahold of everyone and plan something this weekend .", "tokenized_text": ["we", "need", "to", "get", "ahold", "of", "everyone", "and", "plan", "something", "this", "weekend"]}, "9305": {"text": "Maybe you can bring BBQ , I mean Critter sauce ...", "tokenized_text": ["maybe", "you", "can", "bring", "bbq", "i", "mean", "critter", "sauce"]}, "9306": {"text": "Partly visible and partly invisible at all times , PLEs are based upon standard community organizing practices that even take into account the factor of opposition .", "tokenized_text": ["partly", "visible", "and", "partly", "invisible", "at", "all", "times", "ples", "are", "based", "upon", "standard", "community", "organizing", "practices", "that", "even", "take", "into", "account", "the", "factor", "of", "opposition"]}, "9307": {"text": "Just for research purposes I 'll mention that there was a video years ago about the Flatland area of Montana , with a similar tone to this recent NPR radio show , but it was before-PLE .", "tokenized_text": ["just", "for", "research", "purposes", "i", "ll", "mention", "that", "there", "was", "a", "video", "years", "ago", "about", "the", "flatland", "area", "of", "montana", "with", "a", "similar", "tone", "to", "this", "recent", "npr", "radio", "show", "but", "it", "was", "before", "ple"]}, "9308": {"text": "POV - The Fire Next Time | PBS", "tokenized_text": ["pov", "the", "fire", "next", "time", "pbs"]}, "9309": {"text": "I have a few things to reply to .", "tokenized_text": ["i", "have", "a", "few", "things", "to", "reply", "to"]}, "9310": {"text": "I will so so once I get to my camp .", "tokenized_text": ["i", "will", "so", "so", "once", "i", "get", "to", "my", "camp"]}, "9311": {"text": "I have to pack everything .", "tokenized_text": ["i", "have", "to", "pack", "everything"]}, "9312": {"text": "I spent quite a bit of time with April and driving around with my new van .", "tokenized_text": ["i", "spent", "quite", "a", "bit", "of", "time", "with", "april", "and", "driving", "around", "with", "my", "new", "van"]}, "9313": {"text": "First impressions ...", "tokenized_text": ["first", "impressions"]}, "9314": {"text": "Frakkin ' awesome !", "tokenized_text": ["frakkin", "awesome"]}, "9315": {"text": "I could n't stop laughing at that photo long enough to actually read the article but I imagine it 's more of the same old same old .", "tokenized_text": ["i", "could", "n", "t", "stop", "laughing", "at", "that", "photo", "long", "enough", "to", "actually", "read", "the", "article", "but", "i", "imagine", "it", "s", "more", "of", "the", "same", "old", "same", "old"]}, "9316": {"text": "White town saved by the magic negroes of Afreakkaland .", "tokenized_text": ["white", "town", "saved", "by", "the", "magic", "negroes", "of", "afreakkaland"]}, "9317": {"text": "What a joke .", "tokenized_text": ["what", "a", "joke"]}, "9318": {"text": "At least they 're trying to legally change the system .", "tokenized_text": ["at", "least", "they", "re", "trying", "to", "legally", "change", "the", "system"]}, "9319": {"text": "Many nazis just sit on their asses , drink beer and watch TV .", "tokenized_text": ["many", "nazis", "just", "sit", "on", "their", "asses", "drink", "beer", "and", "watch", "tv"]}, "9320": {"text": "Amen brother ..... you did say it like you been there ... they talk crap and if you show fear they 'll be on ya fast .", "tokenized_text": ["amen", "brother", "you", "did", "say", "it", "like", "you", "been", "there", "they", "talk", "crap", "and", "if", "you", "show", "fear", "they", "ll", "be", "on", "ya", "fast"]}, "9321": {"text": "But get the eyes wide open and lets rock attitude ... most will back off and go away ..... been there with ya !", "tokenized_text": ["but", "get", "the", "eyes", "wide", "open", "and", "lets", "rock", "attitude", "most", "will", "back", "off", "and", "go", "away", "been", "there", "with", "ya"]}, "9322": {"text": "I would like to thank Theodoric for the very nice Stormfront banner he put up regarding these murders and this distribution .", "tokenized_text": ["i", "would", "like", "to", "thank", "theodoric", "for", "the", "very", "nice", "stormfront", "banner", "he", "put", "up", "regarding", "these", "murders", "and", "this", "distribution"]}, "9323": {"text": "I've been posting this story on several forums and sending out quite a few emails .", "tokenized_text": ["i", "ve", "been", "posting", "this", "story", "on", "several", "forums", "and", "sending", "out", "quite", "a", "few", "emails"]}, "9324": {"text": "If anyone else has any online activism they 've been doing with this story let us know about it here .", "tokenized_text": ["if", "anyone", "else", "has", "any", "online", "activism", "they", "ve", "been", "doing", "with", "this", "story", "let", "us", "know", "about", "it", "here"]}, "9325": {"text": "maybe they 're so far into lies that it 's hard for them to comprehend the truth as it may be coming to them too much .", "tokenized_text": ["maybe", "they", "re", "so", "far", "into", "lies", "that", "it", "s", "hard", "for", "them", "to", "comprehend", "the", "truth", "as", "it", "may", "be", "coming", "to", "them", "too", "much"]}, "9326": {"text": "I think it 's profitable to jump on at mainstream conservative chatboards like conservativeunderground.com.", "tokenized_text": ["i", "think", "it", "s", "profitable", "to", "jump", "on", "at", "mainstream", "conservative", "chatboards", "like", "conservativeunderground", "com"]}, "9327": {"text": "You have your work cut out for you .", "tokenized_text": ["you", "have", "your", "work", "cut", "out", "for", "you"]}, "9328": {"text": "I'm sorry to burst your bubble but when people try to use a camera when police are involved they have all been uniformly been forced to turn off their cameras , or they are arrested and cameras confiscated .", "tokenized_text": ["i", "m", "sorry", "to", "burst", "your", "bubble", "but", "when", "people", "try", "to", "use", "a", "camera", "when", "police", "are", "involved", "they", "have", "all", "been", "uniformly", "been", "forced", "to", "turn", "off", "their", "cameras", "or", "they", "are", "arrested", "and", "cameras", "confiscated"]}, "9329": {"text": "Only surreptitious and hidden cameras have worked .", "tokenized_text": ["only", "surreptitious", "and", "hidden", "cameras", "have", "worked"]}, "9330": {"text": "You do not have to wait for this law to pass since already you would be expelled from your school for doing the above under some sort of hostile school environment clause , as you would at most places of work .", "tokenized_text": ["you", "do", "not", "have", "to", "wait", "for", "this", "law", "to", "pass", "since", "already", "you", "would", "be", "expelled", "from", "your", "school", "for", "doing", "the", "above", "under", "some", "sort", "of", "hostile", "school", "environment", "clause", "as", "you", "would", "at", "most", "places", "of", "work"]}, "9331": {"text": "what sense does it make to have hispanics securing the border. were do you think their loyalties are. with native americans. so let 's support motivated wn s with a good record in becoming border patrol agents .", "tokenized_text": ["what", "sense", "does", "it", "make", "to", "have", "hispanics", "securing", "the", "border", "were", "do", "you", "think", "their", "loyalties", "are", "with", "native", "americans", "so", "let", "s", "support", "motivated", "wn", "s", "with", "a", "good", "record", "in", "becoming", "border", "patrol", "agents"]}, "9332": {"text": "Oh that reminds me of my high school days in IT lessons making 30 Apple Mac 's on Clarisworks simultaneously say `` Mr Carey has death breath ''", "tokenized_text": ["oh", "that", "reminds", "me", "of", "my", "high", "school", "days", "in", "it", "lessons", "making", "30", "apple", "mac", "s", "on", "clarisworks", "simultaneously", "say", "mr", "carey", "has", "death", "breath"]}, "9333": {"text": "Exactly.", "tokenized_text": ["exactly"]}, "9334": {"text": "One night stands are wonderful when you know you dont want anything else from anyone on the continent .", "tokenized_text": ["one", "night", "stands", "are", "wonderful", "when", "you", "know", "you", "dont", "want", "anything", "else", "from", "anyone", "on", "the", "continent"]}, "9335": {"text": "( Lives in Canada right now )", "tokenized_text": ["lives", "in", "canada", "right", "now"]}, "9336": {"text": "I simply go over their research and then regurgitate the info .", "tokenized_text": ["i", "simply", "go", "over", "their", "research", "and", "then", "regurgitate", "the", "info"]}, "9337": {"text": "Regurgitation of good info is better than ingestion of jewish-disinformation .", "tokenized_text": ["regurgitation", "of", "good", "info", "is", "better", "than", "ingestion", "of", "jewish", "disinformation"]}, "9338": {"text": "Yeah, I saw that news segment about the mixed race couple who lost their home because of the mudslide .", "tokenized_text": ["yeah", "i", "saw", "that", "news", "segment", "about", "the", "mixed", "race", "couple", "who", "lost", "their", "home", "because", "of", "the", "mudslide"]}, "9339": {"text": "It was kind of disturbing .", "tokenized_text": ["it", "was", "kind", "of", "disturbing"]}, "9340": {"text": "Maybe God was punishing them for their interracial marriage .", "tokenized_text": ["maybe", "god", "was", "punishing", "them", "for", "their", "interracial", "marriage"]}, "9341": {"text": "Our youth are our future indeed ! Just as Hitler 's youth ours must be addressed early to the doctrines in order to secure a foundamental inherent belief system which corressponds within a timely manner enabling them and thier thought processes to formulate and adjust to rudimentary belief functions incorporating all thier senses.They must become keenly aware of social agendas and political ramifications of action v.s. inaction as it pertains to strategical logistics of a growing super power .", "tokenized_text": ["our", "youth", "are", "our", "future", "indeed", "just", "as", "hitler", "s", "youth", "ours", "must", "be", "addressed", "early", "to", "the", "doctrines", "in", "order", "to", "secure", "a", "foundamental", "inherent", "belief", "system", "which", "corressponds", "within", "a", "timely", "manner", "enabling", "them", "and", "thier", "thought", "processes", "to", "formulate", "and", "adjust", "to", "rudimentary", "belief", "functions", "incorporating", "all", "thier", "senses", "they", "must", "become", "keenly", "aware", "of", "social", "agendas", "and", "political", "ramifications", "of", "action", "v", "s", "inaction", "as", "it", "pertains", "to", "strategical", "logistics", "of", "a", "growing", "super", "power"]}, "9342": {"text": "Home schooling if feesible since , they must not only master the social sciences etc ... but als be able to be profiecent in the arts including music theory.Social skills and graces along w/public speaking.Weapon , hunting , survival , building , self-defense , exsplosives/bomb making & deactivation , codes , langauges , counter-intelligence , interogation , re-programing/minds and above all else always behave as a little kid ! Gotchya-this can all be accomplished through father and son/daughter communication starting at a young age and progressing untill the late teen years following dads clues/guidance.Learned behavior-especially since children tend to emulate the role model and mold them 'selves accordingly to thier parent of whom they love very much and want to please .", "tokenized_text": ["home", "schooling", "if", "feesible", "since", "they", "must", "not", "only", "master", "the", "social", "sciences", "etc", "but", "als", "be", "able", "to", "be", "profiecent", "in", "the", "arts", "including", "music", "theory", "social", "skills", "and", "graces", "along", "w", "public", "speaking", "weapon", "hunting", "survival", "building", "self", "defense", "exsplosives", "bomb", "making", "deactivation", "codes", "langauges", "counter", "intelligence", "interogation", "re", "programing", "minds", "and", "above", "all", "else", "always", "behave", "as", "a", "little", "kid", "gotchya", "this", "can", "all", "be", "accomplished", "through", "father", "and", "son", "daughter", "communication", "starting", "at", "a", "young", "age", "and", "progressing", "untill", "the", "late", "teen", "years", "following", "dads", "clues", "guidance", "learned", "behavior", "especially", "since", "children", "tend", "to", "emulate", "the", "role", "model", "and", "mold", "them", "selves", "accordingly", "to", "thier", "parent", "of", "whom", "they", "love", "very", "much", "and", "want", "to", "please"]}, "9343": {"text": "16", "tokenized_text": ["16"]}, "9344": {"text": "Why not have it so every flyer has all the White languages on it ( in small print ) , yet have their native language in large print once on the top of the other translations , then once below it .", "tokenized_text": ["why", "not", "have", "it", "so", "every", "flyer", "has", "all", "the", "white", "languages", "on", "it", "in", "small", "print", "yet", "have", "their", "native", "language", "in", "large", "print", "once", "on", "the", "top", "of", "the", "other", "translations", "then", "once", "below", "it"]}, "9345": {"text": "Just to show all Whites should have one common goal .", "tokenized_text": ["just", "to", "show", "all", "whites", "should", "have", "one", "common", "goal"]}, "9346": {"text": "Unity .", "tokenized_text": ["unity"]}, "9347": {"text": "On top of that , only a small fraction of those 40,000 are active posters and some of the 40,000 are antis .", "tokenized_text": ["on", "top", "of", "that", "only", "a", "small", "fraction", "of", "those", "40", "000", "are", "active", "posters", "and", "some", "of", "the", "40", "000", "are", "antis"]}, "9348": {"text": "This post by Jack boot and the piece by Marc Moran , are very inspiring .", "tokenized_text": ["this", "post", "by", "jack", "boot", "and", "the", "piece", "by", "marc", "moran", "are", "very", "inspiring"]}, "9349": {"text": "They make you want to go out and reach people .", "tokenized_text": ["they", "make", "you", "want", "to", "go", "out", "and", "reach", "people"]}, "9350": {"text": "I was very inspired by Moran 's writing .", "tokenized_text": ["i", "was", "very", "inspired", "by", "moran", "s", "writing"]}, "9351": {"text": "I always thought it was be fun to put on a minstrel show , a little entertainment showing things how they really are without black/jew/fag involvment . . if it ever gets put together i 'll be sure to tape and and pass it around for all to enjoy", "tokenized_text": ["i", "always", "thought", "it", "was", "be", "fun", "to", "put", "on", "a", "minstrel", "show", "a", "little", "entertainment", "showing", "things", "how", "they", "really", "are", "without", "black", "jew", "fag", "involvment", "if", "it", "ever", "gets", "put", "together", "i", "ll", "be", "sure", "to", "tape", "and", "and", "pass", "it", "around", "for", "all", "to", "enjoy"]}, "9352": {"text": "Over the last year I have increased my personal efforts ten fold I think we are among the last whites with the hope of saving our people .", "tokenized_text": ["over", "the", "last", "year", "i", "have", "increased", "my", "personal", "efforts", "ten", "fold", "i", "think", "we", "are", "among", "the", "last", "whites", "with", "the", "hope", "of", "saving", "our", "people"]}, "9353": {"text": "It is good to hear your story .", "tokenized_text": ["it", "is", "good", "to", "hear", "your", "story"]}, "9354": {"text": "This is like saying that during the plague in Europe that they need to shift their focus off the ... well , the plague .", "tokenized_text": ["this", "is", "like", "saying", "that", "during", "the", "plague", "in", "europe", "that", "they", "need", "to", "shift", "their", "focus", "off", "the", "well", "the", "plague"]}, "9355": {"text": "I'm trying to contact individuals interested in joining together and coordinating their efforts on a National/worldwide scale , the web site to go to for more info is Pro White Action Group click on the special events link for contact information .", "tokenized_text": ["i", "m", "trying", "to", "contact", "individuals", "interested", "in", "joining", "together", "and", "coordinating", "their", "efforts", "on", "a", "national", "worldwide", "scale", "the", "web", "site", "to", "go", "to", "for", "more", "info", "is", "pro", "white", "action", "group", "click", "on", "the", "special", "events", "link", "for", "contact", "information"]}, "9356": {"text": "I think the UK is more of a lost cause than the US. london has made tons of concessions to non whites .", "tokenized_text": ["i", "think", "the", "uk", "is", "more", "of", "a", "lost", "cause", "than", "the", "us", "london", "has", "made", "tons", "of", "concessions", "to", "non", "whites"]}, "9357": {"text": "Rap is an acronym for Retards Attempting Poetry .", "tokenized_text": ["rap", "is", "an", "acronym", "for", "retards", "attempting", "poetry"]}, "9358": {"text": "Seriously it is .", "tokenized_text": ["seriously", "it", "is"]}, "9359": {"text": "A wee child can learn to rhyme in school and blacks pride themselves on this skill ?", "tokenized_text": ["a", "wee", "child", "can", "learn", "to", "rhyme", "in", "school", "and", "blacks", "pride", "themselves", "on", "this", "skill"]}, "9360": {"text": "Wow ... we are all in AWE !", "tokenized_text": ["wow", "we", "are", "all", "in", "awe"]}, "9361": {"text": "I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei", "tokenized_text": ["i", "have", "never", "seen", "an", "asian", "woman", "dating", "an", "asian", "man", "they", "like", "the", "white", "man", "they", "re", "force", "wiggers", "and", "our", "detrimental", "towards", "our", "cause", "cpamikei"]}, "9362": {"text": "Since you guys are opposed to miscegenation , I wonder what you think of yourselves being mixed .", "tokenized_text": ["since", "you", "guys", "are", "opposed", "to", "miscegenation", "i", "wonder", "what", "you", "think", "of", "yourselves", "being", "mixed"]}, "9363": {"text": "I mean whites are offsprings of Homo sapien & Neanderthal hybrids .", "tokenized_text": ["i", "mean", "whites", "are", "offsprings", "of", "homo", "sapien", "neanderthal", "hybrids"]}, "9364": {"text": "This is purely verbal rhetoric ie there is NO argument to speak of in the text of this gibberish .", "tokenized_text": ["this", "is", "purely", "verbal", "rhetoric", "ie", "there", "is", "no", "argument", "to", "speak", "of", "in", "the", "text", "of", "this", "gibberish"]}, "9365": {"text": "Gambit denied .", "tokenized_text": ["gambit", "denied"]}, "9366": {"text": "Many systems are in reality authoritarian because of human nature 's habit of demanding obedience and then wanting to purge opponents : it is just the radical right philosophy that is honest about it .", "tokenized_text": ["many", "systems", "are", "in", "reality", "authoritarian", "because", "of", "human", "nature", "s", "habit", "of", "demanding", "obedience", "and", "then", "wanting", "to", "purge", "opponents", "it", "is", "just", "the", "radical", "right", "philosophy", "that", "is", "honest", "about", "it"]}, "9367": {"text": "Do you not think all the talk about Russians should be put on a thread of that theme ?", "tokenized_text": ["do", "you", "not", "think", "all", "the", "talk", "about", "russians", "should", "be", "put", "on", "a", "thread", "of", "that", "theme"]}, "9368": {"text": "This thread was about Ukranians being white .", "tokenized_text": ["this", "thread", "was", "about", "ukranians", "being", "white"]}, "9369": {"text": "Another black is now trying to convince me that black slaves were force-fed animal lard through huge tubes and had their hands and feet cut off so they could work in the cotton fields without running away", "tokenized_text": ["another", "black", "is", "now", "trying", "to", "convince", "me", "that", "black", "slaves", "were", "force", "fed", "animal", "lard", "through", "huge", "tubes", "and", "had", "their", "hands", "and", "feet", "cut", "off", "so", "they", "could", "work", "in", "the", "cotton", "fields", "without", "running", "away"]}, "9370": {"text": "Let black people to join the result of `` diversity '' , is a glass of milk , for example , put a drop of ink in , before you put sugar , spices , put ice in all can drink , milk was completely dark to put ink become useless junk .", "tokenized_text": ["let", "black", "people", "to", "join", "the", "result", "of", "diversity", "is", "a", "glass", "of", "milk", "for", "example", "put", "a", "drop", "of", "ink", "in", "before", "you", "put", "sugar", "spices", "put", "ice", "in", "all", "can", "drink", "milk", "was", "completely", "dark", "to", "put", "ink", "become", "useless", "junk"]}, "9371": {"text": "They preach diversity at their professor jobs and government jobs and it makes those White Liberal Neighborhoods and gated communities TOO white and in need of some `` Black flavor '' at home the joy of diversity right in their White daughter 's bedroom !", "tokenized_text": ["they", "preach", "diversity", "at", "their", "professor", "jobs", "and", "government", "jobs", "and", "it", "makes", "those", "white", "liberal", "neighborhoods", "and", "gated", "communities", "too", "white", "and", "in", "need", "of", "some", "black", "flavor", "at", "home", "the", "joy", "of", "diversity", "right", "in", "their", "white", "daughter", "s", "bedroom"]}, "9372": {"text": "I knew someone would post this actually this is very untrue actually there is many scenes that depicts black people being beaten up by whites you just have to know where to look", "tokenized_text": ["i", "knew", "someone", "would", "post", "this", "actually", "this", "is", "very", "untrue", "actually", "there", "is", "many", "scenes", "that", "depicts", "black", "people", "being", "beaten", "up", "by", "whites", "you", "just", "have", "to", "know", "where", "to", "look"]}, "9373": {"text": "No, you will be on the prowl for something to suck on in the nearest public restroom .", "tokenized_text": ["no", "you", "will", "be", "on", "the", "prowl", "for", "something", "to", "suck", "on", "in", "the", "nearest", "public", "restroom"]}, "9374": {"text": "And you will find it too , just like you have so many times before . . .", "tokenized_text": ["and", "you", "will", "find", "it", "too", "just", "like", "you", "have", "so", "many", "times", "before"]}, "9375": {"text": "Good luck with your bugchasing , homo . . .", "tokenized_text": ["good", "luck", "with", "your", "bugchasing", "homo"]}, "9376": {"text": "Almost all of the Middle East and North Africa was full of whites once upon a time .", "tokenized_text": ["almost", "all", "of", "the", "middle", "east", "and", "north", "africa", "was", "full", "of", "whites", "once", "upon", "a", "time"]}, "9377": {"text": "Want to see our fate if we do n't win ?", "tokenized_text": ["want", "to", "see", "our", "fate", "if", "we", "do", "n", "t", "win"]}, "9378": {"text": "Look there .", "tokenized_text": ["look", "there"]}, "9379": {"text": "When the wheel hits the road , it wo n't matter if you swing for yellow or black , just that you swing from the nearest overpass .", "tokenized_text": ["when", "the", "wheel", "hits", "the", "road", "it", "wo", "n", "t", "matter", "if", "you", "swing", "for", "yellow", "or", "black", "just", "that", "you", "swing", "from", "the", "nearest", "overpass"]}, "9380": {"text": "Those countries are much better under a government of terror made by themselves and for themselves .", "tokenized_text": ["those", "countries", "are", "much", "better", "under", "a", "government", "of", "terror", "made", "by", "themselves", "and", "for", "themselves"]}, "9381": {"text": "The whites are who are blamed for let them in their countries .", "tokenized_text": ["the", "whites", "are", "who", "are", "blamed", "for", "let", "them", "in", "their", "countries"]}, "9382": {"text": "i was going to say that sod it i will say it any way F .. K you too , and F .. K off .", "tokenized_text": ["i", "was", "going", "to", "say", "that", "sod", "it", "i", "will", "say", "it", "any", "way", "f", "k", "you", "too", "and", "f", "k", "off"]}, "9383": {"text": "It's not just whites that are worried about it , it 's going to be a real disaster for the country as it slips into poverty .", "tokenized_text": ["it", "s", "not", "just", "whites", "that", "are", "worried", "about", "it", "it", "s", "going", "to", "be", "a", "real", "disaster", "for", "the", "country", "as", "it", "slips", "into", "poverty"]}, "9384": {"text": "Traditionally, there have always been a lot of them despite the fact that NE Asians are the extreme version of our breeding strategy .", "tokenized_text": ["traditionally", "there", "have", "always", "been", "a", "lot", "of", "them", "despite", "the", "fact", "that", "ne", "asians", "are", "the", "extreme", "version", "of", "our", "breeding", "strategy"]}, "9385": {"text": "Unfortunately for the poor Japanese , their island is getting very crowded now .", "tokenized_text": ["unfortunately", "for", "the", "poor", "japanese", "their", "island", "is", "getting", "very", "crowded", "now"]}, "9386": {"text": "I suppose that 's why all I get out of you is `` loose ends '' ?", "tokenized_text": ["i", "suppose", "that", "s", "why", "all", "i", "get", "out", "of", "you", "is", "loose", "ends"]}, "9387": {"text": "You 're nothing but a clown--just like Tricycle Sam .", "tokenized_text": ["you", "re", "nothing", "but", "a", "clown", "just", "like", "tricycle", "sam"]}, "9388": {"text": "lol.....", "tokenized_text": ["lol"]}, "9389": {"text": "Negro task master .", "tokenized_text": ["negro", "task", "master"]}, "9390": {"text": "We will all be sitting in around in filth waiting for death .", "tokenized_text": ["we", "will", "all", "be", "sitting", "in", "around", "in", "filth", "waiting", "for", "death"]}, "9391": {"text": "Negroids could n't put together a bake sale properly much less a work force .", "tokenized_text": ["negroids", "could", "n", "t", "put", "together", "a", "bake", "sale", "properly", "much", "less", "a", "work", "force"]}, "9392": {"text": "Would black people rather take one million dollars to move themselves and their immediate family back to the motherland , or stay here in America and blame whites for their poverty and crime ?", "tokenized_text": ["would", "black", "people", "rather", "take", "one", "million", "dollars", "to", "move", "themselves", "and", "their", "immediate", "family", "back", "to", "the", "motherland", "or", "stay", "here", "in", "america", "and", "blame", "whites", "for", "their", "poverty", "and", "crime"]}, "9393": {"text": "For all of liberals ' ranting about tribalism , they behave in a very tribal manner themselves .", "tokenized_text": ["for", "all", "of", "liberals", "ranting", "about", "tribalism", "they", "behave", "in", "a", "very", "tribal", "manner", "themselves"]}, "9394": {"text": "Their identity is the Liberal Tribe , and they seek out and morally support other members of their tribe .", "tokenized_text": ["their", "identity", "is", "the", "liberal", "tribe", "and", "they", "seek", "out", "and", "morally", "support", "other", "members", "of", "their", "tribe"]}, "9395": {"text": "Hey waterfall What if a mulatto looked white and claimed to be all for the survival of the white race ?", "tokenized_text": ["hey", "waterfall", "what", "if", "a", "mulatto", "looked", "white", "and", "claimed", "to", "be", "all", "for", "the", "survival", "of", "the", "white", "race"]}, "9396": {"text": "What then ?", "tokenized_text": ["what", "then"]}, "9397": {"text": "If an anti-White submits an ignorant or profane post , then calling him/her a stupid ass , lame brain knucklehead is not a racial slur .", "tokenized_text": ["if", "an", "anti", "white", "submits", "an", "ignorant", "or", "profane", "post", "then", "calling", "him", "her", "a", "stupid", "ass", "lame", "brain", "knucklehead", "is", "not", "a", "racial", "slur"]}, "9398": {"text": "All that the DNA test will prove is that you are still a mongrel .", "tokenized_text": ["all", "that", "the", "dna", "test", "will", "prove", "is", "that", "you", "are", "still", "a", "mongrel"]}, "9399": {"text": "Also you did contradict yourself .", "tokenized_text": ["also", "you", "did", "contradict", "yourself"]}, "9400": {"text": "Read what is in Bold .", "tokenized_text": ["read", "what", "is", "in", "bold"]}, "9401": {"text": "lol.", "tokenized_text": ["lol"]}, "9402": {"text": "No but I was typing fast and must 've pushed shift too early ( since you need to push shift to use the ? symbol )", "tokenized_text": ["no", "but", "i", "was", "typing", "fast", "and", "must", "ve", "pushed", "shift", "too", "early", "since", "you", "need", "to", "push", "shift", "to", "use", "the", "symbol"]}, "9403": {"text": "The only reason Whites were successful was because we took those things from other cultures and races ?", "tokenized_text": ["the", "only", "reason", "whites", "were", "successful", "was", "because", "we", "took", "those", "things", "from", "other", "cultures", "and", "races"]}, "9404": {"text": "Can you cite a source for that ?", "tokenized_text": ["can", "you", "cite", "a", "source", "for", "that"]}, "9405": {"text": "You are confusing species and race .", "tokenized_text": ["you", "are", "confusing", "species", "and", "race"]}, "9406": {"text": "Or do you believe that humans from different species did n't evolve from the same point ?", "tokenized_text": ["or", "do", "you", "believe", "that", "humans", "from", "different", "species", "did", "n", "t", "evolve", "from", "the", "same", "point"]}, "9407": {"text": "Why would anyone have that for someone not of their own race ?", "tokenized_text": ["why", "would", "anyone", "have", "that", "for", "someone", "not", "of", "their", "own", "race"]}, "9408": {"text": "I find that disgusting and not something I could ever understand .", "tokenized_text": ["i", "find", "that", "disgusting", "and", "not", "something", "i", "could", "ever", "understand"]}, "9409": {"text": "These are the Indians that I know .", "tokenized_text": ["these", "are", "the", "indians", "that", "i", "know"]}, "9410": {"text": "Thank you for your post .", "tokenized_text": ["thank", "you", "for", "your", "post"]}, "9411": {"text": "I like the Tribes in the Northwest , truly the Noblest Savage .", "tokenized_text": ["i", "like", "the", "tribes", "in", "the", "northwest", "truly", "the", "noblest", "savage"]}, "9412": {"text": "If you think your kid is missing out on diversity , send him to africa or china or the middle east for a few months holiday .", "tokenized_text": ["if", "you", "think", "your", "kid", "is", "missing", "out", "on", "diversity", "send", "him", "to", "africa", "or", "china", "or", "the", "middle", "east", "for", "a", "few", "months", "holiday"]}, "9413": {"text": "No need to invite the foreign hordes onto your own soil ! : bang shead : My head hurts now .", "tokenized_text": ["no", "need", "to", "invite", "the", "foreign", "hordes", "onto", "your", "own", "soil", "bang", "shead", "my", "head", "hurts", "now"]}, "9414": {"text": "Whites get along with Asians much more than they do with blacks or Hispanics .", "tokenized_text": ["whites", "get", "along", "with", "asians", "much", "more", "than", "they", "do", "with", "blacks", "or", "hispanics"]}, "9415": {"text": "Asians are fairly well mannered and intelligent and easier for most whites to get along with .", "tokenized_text": ["asians", "are", "fairly", "well", "mannered", "and", "intelligent", "and", "easier", "for", "most", "whites", "to", "get", "along", "with"]}, "9416": {"text": "Great list .", "tokenized_text": ["great", "list"]}, "9417": {"text": "YouTube can be a huge help in learning how to start primitive fires and learning how to gut animals and fish .", "tokenized_text": ["youtube", "can", "be", "a", "huge", "help", "in", "learning", "how", "to", "start", "primitive", "fires", "and", "learning", "how", "to", "gut", "animals", "and", "fish"]}, "9418": {"text": "Learning how to preserve food and build traps .", "tokenized_text": ["learning", "how", "to", "preserve", "food", "and", "build", "traps"]}, "9419": {"text": "I 've found it to be a huge help in my survivalism/prepping work .", "tokenized_text": ["i", "ve", "found", "it", "to", "be", "a", "huge", "help", "in", "my", "survivalism", "prepping", "work"]}, "9420": {"text": "I had to change the kids site around a bit Liz ... here is the correct link for the FCKS ... Creative Kids", "tokenized_text": ["i", "had", "to", "change", "the", "kids", "site", "around", "a", "bit", "liz", "here", "is", "the", "correct", "link", "for", "the", "fcks", "creative", "kids"]}, "9421": {"text": "Don't say it is an abomination .", "tokenized_text": ["don", "t", "say", "it", "is", "an", "abomination"]}, "9422": {"text": "Say I 'm glad your mother had you. or , If it was normal , we would be extinct .", "tokenized_text": ["say", "i", "m", "glad", "your", "mother", "had", "you", "or", "if", "it", "was", "normal", "we", "would", "be", "extinct"]}, "9423": {"text": "According to their facebook page they 're up and running again , not sure how given the loss of the admin block .", "tokenized_text": ["according", "to", "their", "facebook", "page", "they", "re", "up", "and", "running", "again", "not", "sure", "how", "given", "the", "loss", "of", "the", "admin", "block"]}, "9424": {"text": "Then again it 's the same people who told all students living on campus they had three hours to vacate and go home .", "tokenized_text": ["then", "again", "it", "s", "the", "same", "people", "who", "told", "all", "students", "living", "on", "campus", "they", "had", "three", "hours", "to", "vacate", "and", "go", "home"]}, "9425": {"text": "I mean seriously , this is farcical .", "tokenized_text": ["i", "mean", "seriously", "this", "is", "farcical"]}, "9426": {"text": "See.....", "tokenized_text": ["see"]}, "9427": {"text": "Dat Da `` Rainbow Nation '' folks ..... Da rainbow being all the different colours of the trash in Da Street .", "tokenized_text": ["dat", "da", "rainbow", "nation", "folks", "da", "rainbow", "being", "all", "the", "different", "colours", "of", "the", "trash", "in", "da", "street"]}, "9428": {"text": "Ahhh Mandela ....... All those years in prison were not wasted .", "tokenized_text": ["ahhh", "mandela", "all", "those", "years", "in", "prison", "were", "not", "wasted"]}, "9429": {"text": "SA is a model for the World .", "tokenized_text": ["sa", "is", "a", "model", "for", "the", "world"]}, "9430": {"text": "Thank you so much for this , one day I hope the next generation is spared from the travesty brought by Public Schools , and private ( Jews can easily fake being Christian ) .", "tokenized_text": ["thank", "you", "so", "much", "for", "this", "one", "day", "i", "hope", "the", "next", "generation", "is", "spared", "from", "the", "travesty", "brought", "by", "public", "schools", "and", "private", "jews", "can", "easily", "fake", "being", "christian"]}, "9431": {"text": "I too have dealt with nonsense from universities .", "tokenized_text": ["i", "too", "have", "dealt", "with", "nonsense", "from", "universities"]}, "9432": {"text": "If you have any documented proof I 'd take this to Fox News .", "tokenized_text": ["if", "you", "have", "any", "documented", "proof", "i", "d", "take", "this", "to", "fox", "news"]}, "9433": {"text": "Not a chance .", "tokenized_text": ["not", "a", "chance"]}, "9434": {"text": "They have been rejected by their own government so fighting for them is not happening .", "tokenized_text": ["they", "have", "been", "rejected", "by", "their", "own", "government", "so", "fighting", "for", "them", "is", "not", "happening"]}, "9435": {"text": "In fact here at home their involvement in Nigeria is criminalized .", "tokenized_text": ["in", "fact", "here", "at", "home", "their", "involvement", "in", "nigeria", "is", "criminalized"]}, "9436": {"text": "there was this gay negro i was forced to work with on my first job out of high school here in sunny florida .", "tokenized_text": ["there", "was", "this", "gay", "negro", "i", "was", "forced", "to", "work", "with", "on", "my", "first", "job", "out", "of", "high", "school", "here", "in", "sunny", "florida"]}, "9437": {"text": "I found out 8 months ago , the negro currently resides in Minnesota .", "tokenized_text": ["i", "found", "out", "8", "months", "ago", "the", "negro", "currently", "resides", "in", "minnesota"]}, "9438": {"text": "I pm 'd you a suggestion of a place to go , I do not want to post it here as I think non-whites read this site and will then proceed to try and move there .", "tokenized_text": ["i", "pm", "d", "you", "a", "suggestion", "of", "a", "place", "to", "go", "i", "do", "not", "want", "to", "post", "it", "here", "as", "i", "think", "non", "whites", "read", "this", "site", "and", "will", "then", "proceed", "to", "try", "and", "move", "there"]}, "9439": {"text": "It's a powerful symbol that strikes fear into the heart of our racial enemies , theres a good video on YouTube done by Thule productions entitled the meaning of the swastika our holy aryan symbol .Here 's the link The meaning of the Swastika - Our Holy Aryan Symbol - YouTube", "tokenized_text": ["it", "s", "a", "powerful", "symbol", "that", "strikes", "fear", "into", "the", "heart", "of", "our", "racial", "enemies", "theres", "a", "good", "video", "on", "youtube", "done", "by", "thule", "productions", "entitled", "the", "meaning", "of", "the", "swastika", "our", "holy", "aryan", "symbol", "here", "s", "the", "link", "the", "meaning", "of", "the", "swastika", "our", "holy", "aryan", "symbol", "youtube"]}, "9440": {"text": "It is precisely for these reasons among others that I made the decision to align myself with WNs .", "tokenized_text": ["it", "is", "precisely", "for", "these", "reasons", "among", "others", "that", "i", "made", "the", "decision", "to", "align", "myself", "with", "wns"]}, "9441": {"text": "We must stand for something together for alone we stand for nothing .", "tokenized_text": ["we", "must", "stand", "for", "something", "together", "for", "alone", "we", "stand", "for", "nothing"]}, "9442": {"text": "WPWW 14/88", "tokenized_text": ["wpww", "14", "88"]}, "9443": {"text": "I saw that first hand after working in various schools .", "tokenized_text": ["i", "saw", "that", "first", "hand", "after", "working", "in", "various", "schools"]}, "9444": {"text": "Sadly in France and Germany it 's illegal to homeschool like the lady said .", "tokenized_text": ["sadly", "in", "france", "and", "germany", "it", "s", "illegal", "to", "homeschool", "like", "the", "lady", "said"]}, "9445": {"text": "If you have children or grandchildren ages 12-17 , please encourage them to learn about their heritage and history this summer by enrolling in the Knights Party Crusaders Youth Corps through : Youth Corp", "tokenized_text": ["if", "you", "have", "children", "or", "grandchildren", "ages", "12", "17", "please", "encourage", "them", "to", "learn", "about", "their", "heritage", "and", "history", "this", "summer", "by", "enrolling", "in", "the", "knights", "party", "crusaders", "youth", "corps", "through", "youth", "corp"]}, "9446": {"text": "If I have to travel , I 'll backpack it .", "tokenized_text": ["if", "i", "have", "to", "travel", "i", "ll", "backpack", "it"]}, "9447": {"text": "I plan on using a stretcher for carrying gear .", "tokenized_text": ["i", "plan", "on", "using", "a", "stretcher", "for", "carrying", "gear"]}, "9448": {"text": "Lite and fast .", "tokenized_text": ["lite", "and", "fast"]}, "9449": {"text": "Path less traveled , is the safest .", "tokenized_text": ["path", "less", "traveled", "is", "the", "safest"]}, "9450": {"text": "Saul Kassin : `` False confessions '' https : //www.youtube.com/watch ? v = JDRRwFfJKkw The Vera Institute of Justice 's Neil A. Weiner Research Department Speaker Series presents Saul Kassin , Distinguished Professor of Psychology at John Jay College of Criminal Justice .", "tokenized_text": ["saul", "kassin", "false", "confessions", "https", "www", "youtube", "com", "watch", "v", "jdrrwffjkkw", "the", "vera", "institute", "of", "justice", "s", "neil", "a", "weiner", "research", "department", "speaker", "series", "presents", "saul", "kassin", "distinguished", "professor", "of", "psychology", "at", "john", "jay", "college", "of", "criminal", "justice"]}, "9451": {"text": "Professor Kassin 's research focuses on the remarkable phenomenon of false confessions in criminal investigations--which are far more common than one might expect .", "tokenized_text": ["professor", "kassin", "s", "research", "focuses", "on", "the", "remarkable", "phenomenon", "of", "false", "confessions", "in", "criminal", "investigations", "which", "are", "far", "more", "common", "than", "one", "might", "expect"]}, "9452": {"text": "Frontline : The Confessions FRONTLINE `` The Confessions '' | Sneak Peek 1 : Recording a Confession | PBS - YouTube FRONTLINE `` The Confessions '' | Sneak Peek 2 : Finding a Lawyer | PBS - YouTube In `` The Confessions , '' FRONTLINE producer Ofra Bikel investigates the conviction of four Navy sailors for the rape and murder of a Norfolk , Va. , woman in 1997 .", "tokenized_text": ["frontline", "the", "confessions", "frontline", "the", "confessions", "sneak", "peek", "1", "recording", "a", "confession", "pbs", "youtube", "frontline", "the", "confessions", "sneak", "peek", "2", "finding", "a", "lawyer", "pbs", "youtube", "in", "the", "confessions", "frontline", "producer", "ofra", "bikel", "investigates", "the", "conviction", "of", "four", "navy", "sailors", "for", "the", "rape", "and", "murder", "of", "a", "norfolk", "va", "woman", "in", "1997"]}, "9453": {"text": "In interviews with the sailors , Bikel learns of some of the high-pressure police interrogation techniques -- including the threat of the death penalty , sleep deprivation , and intimidation -- that led each of the `` Norfolk Four '' to confess , despite a lack of evidence linking them to the crime .", "tokenized_text": ["in", "interviews", "with", "the", "sailors", "bikel", "learns", "of", "some", "of", "the", "high", "pressure", "police", "interrogation", "techniques", "including", "the", "threat", "of", "the", "death", "penalty", "sleep", "deprivation", "and", "intimidation", "that", "led", "each", "of", "the", "norfolk", "four", "to", "confess", "despite", "a", "lack", "of", "evidence", "linking", "them", "to", "the", "crime"]}, "9454": {"text": "Watch the full program at http://www.pbs.org/wgbh/pages/frontline/the-confessions Interrogation or child abuse ?", "tokenized_text": ["watch", "the", "full", "program", "at", "http", "www", "pbs", "org", "wgbh", "pages", "frontline", "the", "confessions", "interrogation", "or", "child", "abuse"]}, "9455": {"text": "http://www.youtube.com/watch?feature...&v=WkLHXKHb1VcManufacturingmemorieshttps://www.youtube.com/watch ? v = XcywPdORySA Memory expert Elizabeth Loftus shows Lesley Stahl how memories can be manipulated .", "tokenized_text": ["http", "www", "youtube", "com", "watch", "feature", "v", "wklhxkhb1vcmanufacturingmemorieshttps", "www", "youtube", "com", "watch", "v", "xcywpdorysa", "memory", "expert", "elizabeth", "loftus", "shows", "lesley", "stahl", "how", "memories", "can", "be", "manipulated"]}, "9456": {"text": "Interview with Herman Rosenblat : A Holocaust liar https : //www.youtube.com/watch ? v = HPzxTQ3t1wU", "tokenized_text": ["interview", "with", "herman", "rosenblat", "a", "holocaust", "liar", "https", "www", "youtube", "com", "watch", "v", "hpzxtq3t1wu"]}, "9457": {"text": "Was at Walmart the other day and for 100 rounds it 's about $ 25 for 9mm , and about $ 40 for .40 and .45 .", "tokenized_text": ["was", "at", "walmart", "the", "other", "day", "and", "for", "100", "rounds", "it", "s", "about", "25", "for", "9mm", "and", "about", "40", "for", "40", "and", "45"]}, "9458": {"text": "Is this normally what it should be ?", "tokenized_text": ["is", "this", "normally", "what", "it", "should", "be"]}, "9459": {"text": "Thinking about getting a CCW .", "tokenized_text": ["thinking", "about", "getting", "a", "ccw"]}, "9460": {"text": "Two days ago I tapped out a half asian , half White mongrel who was bigger than me .", "tokenized_text": ["two", "days", "ago", "i", "tapped", "out", "a", "half", "asian", "half", "white", "mongrel", "who", "was", "bigger", "than", "me"]}, "9461": {"text": "We went `` feet to floor '' , I wound up on top , secured his right arm and got him in a `` rolling armbar . ''", "tokenized_text": ["we", "went", "feet", "to", "floor", "i", "wound", "up", "on", "top", "secured", "his", "right", "arm", "and", "got", "him", "in", "a", "rolling", "armbar"]}, "9462": {"text": "It's not just blacks that fall after a good uppercut or direct to the chin , but these two are well fit for the blacks cause they have weaker chins than whites", "tokenized_text": ["it", "s", "not", "just", "blacks", "that", "fall", "after", "a", "good", "uppercut", "or", "direct", "to", "the", "chin", "but", "these", "two", "are", "well", "fit", "for", "the", "blacks", "cause", "they", "have", "weaker", "chins", "than", "whites"]}, "9463": {"text": "Looks like asians have more balls than us gutless white people .", "tokenized_text": ["looks", "like", "asians", "have", "more", "balls", "than", "us", "gutless", "white", "people"]}, "9464": {"text": "Stupid whites wo n't complain about their own affirmative action persecution for fear of being called racists - of all illogical things .", "tokenized_text": ["stupid", "whites", "wo", "n", "t", "complain", "about", "their", "own", "affirmative", "action", "persecution", "for", "fear", "of", "being", "called", "racists", "of", "all", "illogical", "things"]}, "9465": {"text": "Interesting I have some northern German features and hardly have German DNA .", "tokenized_text": ["interesting", "i", "have", "some", "northern", "german", "features", "and", "hardly", "have", "german", "dna"]}, "9466": {"text": "I am mostly irish but can pass as southern English .", "tokenized_text": ["i", "am", "mostly", "irish", "but", "can", "pass", "as", "southern", "english"]}, "9467": {"text": "hey and if you ever experience a lawsuit from the negro hispanic jews claiming you are racist , simply make an example of the hundreds of negro mexican schools that deny white children .", "tokenized_text": ["hey", "and", "if", "you", "ever", "experience", "a", "lawsuit", "from", "the", "negro", "hispanic", "jews", "claiming", "you", "are", "racist", "simply", "make", "an", "example", "of", "the", "hundreds", "of", "negro", "mexican", "schools", "that", "deny", "white", "children"]}, "9468": {"text": "left: Satzvey Castle .", "tokenized_text": ["left", "satzvey", "castle"]}, "9469": {"text": "The pearl of German Water Castles ............. , , , , , , , , , , , ... right : Burg Eltz Castle is a medieval castle nestled in the hills above the Moselle River between Koblenz and Trier , Germany .", "tokenized_text": ["the", "pearl", "of", "german", "water", "castles", "right", "burg", "eltz", "castle", "is", "a", "medieval", "castle", "nestled", "in", "the", "hills", "above", "the", "moselle", "river", "between", "koblenz", "and", "trier", "germany"]}, "9470": {"text": "It is still owned by a branch of the same family that lived there in the 12th century , 33 generations ago .", "tokenized_text": ["it", "is", "still", "owned", "by", "a", "branch", "of", "the", "same", "family", "that", "lived", "there", "in", "the", "12th", "century", "33", "generations", "ago"]}, "9471": {"text": "The R\u00fcbenach and Rodendorf families. .", "tokenized_text": ["the", "r\u00fcbenach", "and", "rodendorf", "families"]}, "9472": {"text": "Go to my SF thread here for a link to a PDF copy of the book at ...", "tokenized_text": ["go", "to", "my", "sf", "thread", "here", "for", "a", "link", "to", "a", "pdf", "copy", "of", "the", "book", "at"]}, "9473": {"text": "BOOK : Tell the Truth and Shame the Devil `` Tell the Truth and Shame the Devil '' in English and German .", "tokenized_text": ["book", "tell", "the", "truth", "and", "shame", "the", "devil", "tell", "the", "truth", "and", "shame", "the", "devil", "in", "english", "and", "german"]}, "9474": {"text": "In the meantime consider this ....", "tokenized_text": ["in", "the", "meantime", "consider", "this"]}, "9475": {"text": "Why do they even have those diversity statistics ?", "tokenized_text": ["why", "do", "they", "even", "have", "those", "diversity", "statistics"]}, "9476": {"text": "Do liberal and feminist parents actually choose colleges for their children based on them ?", "tokenized_text": ["do", "liberal", "and", "feminist", "parents", "actually", "choose", "colleges", "for", "their", "children", "based", "on", "them"]}, "9477": {"text": "And did anyone notice that the least diverse college , on that list , is a Jewish one ?", "tokenized_text": ["and", "did", "anyone", "notice", "that", "the", "least", "diverse", "college", "on", "that", "list", "is", "a", "jewish", "one"]}, "9478": {"text": "No tv ...", "tokenized_text": ["no", "tv"]}, "9479": {"text": "I just buy the movies/shows I like on DVD .", "tokenized_text": ["i", "just", "buy", "the", "movies", "shows", "i", "like", "on", "dvd"]}, "9480": {"text": "Good for my young kids too , they watch old westerns and Anime cartoons .", "tokenized_text": ["good", "for", "my", "young", "kids", "too", "they", "watch", "old", "westerns", "and", "anime", "cartoons"]}, "9481": {"text": ".44 magnum .", "tokenized_text": ["44", "magnum"]}, "9482": {"text": "I have several Ruger revolvers in .357 ( including my carry gun ) and I thought I 'd try something new .", "tokenized_text": ["i", "have", "several", "ruger", "revolvers", "in", "357", "including", "my", "carry", "gun", "and", "i", "thought", "i", "d", "try", "something", "new"]}, "9483": {"text": "Better some overly polite White guy offering to tell you about the word of Joseph Smith than some nignog car jacking you .", "tokenized_text": ["better", "some", "overly", "polite", "white", "guy", "offering", "to", "tell", "you", "about", "the", "word", "of", "joseph", "smith", "than", "some", "nignog", "car", "jacking", "you"]}, "9484": {"text": "Yes, you 've been talking that way aloud in the public for most of your life .", "tokenized_text": ["yes", "you", "ve", "been", "talking", "that", "way", "aloud", "in", "the", "public", "for", "most", "of", "your", "life"]}, "9485": {"text": "If you really want to change that bad grammar habit , simply practice at home ( or in your work cubicle ) - say out loud `` would have '' , `` should have '' , `` could have '' 100 times a day for each phrase ( yes for a total of 300 times per day ) until it is part of your normal everyday speech .", "tokenized_text": ["if", "you", "really", "want", "to", "change", "that", "bad", "grammar", "habit", "simply", "practice", "at", "home", "or", "in", "your", "work", "cubicle", "say", "out", "loud", "would", "have", "should", "have", "could", "have", "100", "times", "a", "day", "for", "each", "phrase", "yes", "for", "a", "total", "of", "300", "times", "per", "day", "until", "it", "is", "part", "of", "your", "normal", "everyday", "speech"]}, "9486": {"text": "And encourage your friends/acquaintances you see daily to change this bad habit .", "tokenized_text": ["and", "encourage", "your", "friends", "acquaintances", "you", "see", "daily", "to", "change", "this", "bad", "habit"]}, "9487": {"text": "Hope this helps. .", "tokenized_text": ["hope", "this", "helps"]}, "9488": {"text": "There are people that would agree with this essay , and then turn around and support gay marriage or abortion not realizing that they too are foot soldiers supporting the Cultural Marxism that is destroying our identity .", "tokenized_text": ["there", "are", "people", "that", "would", "agree", "with", "this", "essay", "and", "then", "turn", "around", "and", "support", "gay", "marriage", "or", "abortion", "not", "realizing", "that", "they", "too", "are", "foot", "soldiers", "supporting", "the", "cultural", "marxism", "that", "is", "destroying", "our", "identity"]}, "9489": {"text": "I sometimes practice my arguments on Blacks , I have gotten 2 of them ranting about Jews to all of their friends .", "tokenized_text": ["i", "sometimes", "practice", "my", "arguments", "on", "blacks", "i", "have", "gotten", "2", "of", "them", "ranting", "about", "jews", "to", "all", "of", "their", "friends"]}, "9490": {"text": "I almost took out a dozen of them fighting in the street the other night .", "tokenized_text": ["i", "almost", "took", "out", "a", "dozen", "of", "them", "fighting", "in", "the", "street", "the", "other", "night"]}, "9491": {"text": "I refused to swerve my truck away , they scattered like a troop of baboons being charged by a lion .", "tokenized_text": ["i", "refused", "to", "swerve", "my", "truck", "away", "they", "scattered", "like", "a", "troop", "of", "baboons", "being", "charged", "by", "a", "lion"]}, "9492": {"text": "Your White and went to an all black school and had no problem ?", "tokenized_text": ["your", "white", "and", "went", "to", "an", "all", "black", "school", "and", "had", "no", "problem"]}, "9493": {"text": "Really ?", "tokenized_text": ["really"]}, "9494": {"text": "Somehow I think maybe your a troll .", "tokenized_text": ["somehow", "i", "think", "maybe", "your", "a", "troll"]}, "9495": {"text": "No when I was younger like 10 years old , I went to black school because my mom moved us into the ghetto because just gotten divorce from my dad .", "tokenized_text": ["no", "when", "i", "was", "younger", "like", "10", "years", "old", "i", "went", "to", "black", "school", "because", "my", "mom", "moved", "us", "into", "the", "ghetto", "because", "just", "gotten", "divorce", "from", "my", "dad"]}, "9496": {"text": "The school did not cause my much trouble because it was elementary school .", "tokenized_text": ["the", "school", "did", "not", "cause", "my", "much", "trouble", "because", "it", "was", "elementary", "school"]}, "9497": {"text": "The students who went there were still young like me .", "tokenized_text": ["the", "students", "who", "went", "there", "were", "still", "young", "like", "me"]}, "9498": {"text": "This was before I ever became WN .", "tokenized_text": ["this", "was", "before", "i", "ever", "became", "wn"]}, "9499": {"text": "I know its like a hide and go seek game this white flight stuff .", "tokenized_text": ["i", "know", "its", "like", "a", "hide", "and", "go", "seek", "game", "this", "white", "flight", "stuff"]}, "9500": {"text": "Whites hide in their all white cities towns neighborhoods etc .", "tokenized_text": ["whites", "hide", "in", "their", "all", "white", "cities", "towns", "neighborhoods", "etc"]}, "9501": {"text": "Then the nonwhites seek us out find us then whites have to hide again .", "tokenized_text": ["then", "the", "nonwhites", "seek", "us", "out", "find", "us", "then", "whites", "have", "to", "hide", "again"]}, "9502": {"text": "The problem is well eventually run out of places to hide , then game over", "tokenized_text": ["the", "problem", "is", "well", "eventually", "run", "out", "of", "places", "to", "hide", "then", "game", "over"]}, "9503": {"text": "I think you meant , Pedro picked a pocket of precious packs of paychecks and purveyed the precious , purloined paychecks to Puerta Punta .", "tokenized_text": ["i", "think", "you", "meant", "pedro", "picked", "a", "pocket", "of", "precious", "packs", "of", "paychecks", "and", "purveyed", "the", "precious", "purloined", "paychecks", "to", "puerta", "punta"]}, "9504": {"text": "Thanks for the replies .", "tokenized_text": ["thanks", "for", "the", "replies"]}, "9505": {"text": "Some were useful , some were annoying and based on silly assumptions , one was clearly an SPLC troll ...", "tokenized_text": ["some", "were", "useful", "some", "were", "annoying", "and", "based", "on", "silly", "assumptions", "one", "was", "clearly", "an", "splc", "troll"]}, "9506": {"text": "Anyway , I intentionally do n't make clear whether I 'm married or not , or whether I 'm a father or mother , because this is 2014 and the NSA and FBI are everywhere , and I like having plausible deniability .", "tokenized_text": ["anyway", "i", "intentionally", "do", "n", "t", "make", "clear", "whether", "i", "m", "married", "or", "not", "or", "whether", "i", "m", "a", "father", "or", "mother", "because", "this", "is", "2014", "and", "the", "nsa", "and", "fbi", "are", "everywhere", "and", "i", "like", "having", "plausible", "deniability"]}, "9507": {"text": "Which is also why I use the open Wifi from nearby when I post here .", "tokenized_text": ["which", "is", "also", "why", "i", "use", "the", "open", "wifi", "from", "nearby", "when", "i", "post", "here"]}, "9508": {"text": "The war against whites is raging and I do n't want to be a casualty .", "tokenized_text": ["the", "war", "against", "whites", "is", "raging", "and", "i", "do", "n", "t", "want", "to", "be", "a", "casualty"]}, "9509": {"text": "I also do n't want harassment in real life , which is why I keep my views limited , so I do n't want my daughter saying things like `` My parents do n't want me playing with blacks '' .", "tokenized_text": ["i", "also", "do", "n", "t", "want", "harassment", "in", "real", "life", "which", "is", "why", "i", "keep", "my", "views", "limited", "so", "i", "do", "n", "t", "want", "my", "daughter", "saying", "things", "like", "my", "parents", "do", "n", "t", "want", "me", "playing", "with", "blacks"]}, "9510": {"text": "I do n't need my car vandalised or my dog poisoned , etc .", "tokenized_text": ["i", "do", "n", "t", "need", "my", "car", "vandalised", "or", "my", "dog", "poisoned", "etc"]}, "9511": {"text": "I spend a huge amount of time playing with my daughter , reading to her , teaching her to read `` Hop on Pop '' among others , etc ..", "tokenized_text": ["i", "spend", "a", "huge", "amount", "of", "time", "playing", "with", "my", "daughter", "reading", "to", "her", "teaching", "her", "to", "read", "hop", "on", "pop", "among", "others", "etc"]}, "9512": {"text": "This does n't make her not want to go outside and play .", "tokenized_text": ["this", "does", "n", "t", "make", "her", "not", "want", "to", "go", "outside", "and", "play"]}, "9513": {"text": "When she goes outside , the subhuman ape thing is usually out there .", "tokenized_text": ["when", "she", "goes", "outside", "the", "subhuman", "ape", "thing", "is", "usually", "out", "there"]}, "9514": {"text": "One time she came in crying telling me that pavement ape `` hit me in the tummy '' .", "tokenized_text": ["one", "time", "she", "came", "in", "crying", "telling", "me", "that", "pavement", "ape", "hit", "me", "in", "the", "tummy"]}, "9515": {"text": "I went outside and the niglet 's mom told me my daughter had hit her first .", "tokenized_text": ["i", "went", "outside", "and", "the", "niglet", "s", "mom", "told", "me", "my", "daughter", "had", "hit", "her", "first"]}, "9516": {"text": "My daughter said she had only touched the apeling 's back , not hit her .", "tokenized_text": ["my", "daughter", "said", "she", "had", "only", "touched", "the", "apeling", "s", "back", "not", "hit", "her"]}, "9517": {"text": "It 's annoying to live in a time where a subhuman monkey coon thinks it 's okay to hit an Aryan white blond , blue-eyed child .", "tokenized_text": ["it", "s", "annoying", "to", "live", "in", "a", "time", "where", "a", "subhuman", "monkey", "coon", "thinks", "it", "s", "okay", "to", "hit", "an", "aryan", "white", "blond", "blue", "eyed", "child"]}, "9518": {"text": "Yet my daughter still wants to go outside and play with that thing .", "tokenized_text": ["yet", "my", "daughter", "still", "wants", "to", "go", "outside", "and", "play", "with", "that", "thing"]}, "9519": {"text": "I watched sports and universities go black and stayed away from the both since , It s been 30 years since I have seen a football game that was outside my son s high school .", "tokenized_text": ["i", "watched", "sports", "and", "universities", "go", "black", "and", "stayed", "away", "from", "the", "both", "since", "it", "s", "been", "30", "years", "since", "i", "have", "seen", "a", "football", "game", "that", "was", "outside", "my", "son", "s", "high", "school"]}, "9520": {"text": "March 21 is the White man march against White genocide , March Against #WhiteGenocide - March 21st 2015 And the 15th of every month is White defense day White Defense Day , the 15th of Every Month", "tokenized_text": ["march", "21", "is", "the", "white", "man", "march", "against", "white", "genocide", "march", "against", "whitegenocide", "march", "21st", "2015", "and", "the", "15th", "of", "every", "month", "is", "white", "defense", "day", "white", "defense", "day", "the", "15th", "of", "every", "month"]}, "9521": {"text": "I would actually go with a bolt action .22 LR with a decent scope .", "tokenized_text": ["i", "would", "actually", "go", "with", "a", "bolt", "action", "22", "lr", "with", "a", "decent", "scope"]}, "9522": {"text": "The Savage Mark ll is affordable , accurate , and comes with the adjustable Accutrigger .", "tokenized_text": ["the", "savage", "mark", "ll", "is", "affordable", "accurate", "and", "comes", "with", "the", "adjustable", "accutrigger"]}, "9523": {"text": "Hey, no matter what his faults may be , he 's presenting something to the mainstream american public that nobody else is presenting ...", "tokenized_text": ["hey", "no", "matter", "what", "his", "faults", "may", "be", "he", "s", "presenting", "something", "to", "the", "mainstream", "american", "public", "that", "nobody", "else", "is", "presenting"]}, "9524": {"text": "The video was both chilling and exciting ...", "tokenized_text": ["the", "video", "was", "both", "chilling", "and", "exciting"]}, "9525": {"text": "I also pulled my son out of public school last year .", "tokenized_text": ["i", "also", "pulled", "my", "son", "out", "of", "public", "school", "last", "year"]}, "9526": {"text": "He and my daughter ( once she is old enough for school ) will only be homeschooled from here on out .", "tokenized_text": ["he", "and", "my", "daughter", "once", "she", "is", "old", "enough", "for", "school", "will", "only", "be", "homeschooled", "from", "here", "on", "out"]}, "9527": {"text": "Just do your research and as long as you take your time and have some decent shop tools you should be able to do it .", "tokenized_text": ["just", "do", "your", "research", "and", "as", "long", "as", "you", "take", "your", "time", "and", "have", "some", "decent", "shop", "tools", "you", "should", "be", "able", "to", "do", "it"]}, "9528": {"text": "yes and i would spend my life in jail to be rid of this bastard but hope reigns supreme that someone else gets him", "tokenized_text": ["yes", "and", "i", "would", "spend", "my", "life", "in", "jail", "to", "be", "rid", "of", "this", "bastard", "but", "hope", "reigns", "supreme", "that", "someone", "else", "gets", "him"]}, "9529": {"text": "I heard that the phenomena of scalping came about during this war .", "tokenized_text": ["i", "heard", "that", "the", "phenomena", "of", "scalping", "came", "about", "during", "this", "war"]}, "9530": {"text": "Apparently the French paid the Indians a bounty for every scalp they obtained of an enemy combatant .", "tokenized_text": ["apparently", "the", "french", "paid", "the", "indians", "a", "bounty", "for", "every", "scalp", "they", "obtained", "of", "an", "enemy", "combatant"]}, "9531": {"text": "I ca n't carry a gun in Canada , plus I like to travel light so I only take the essentials : Spyderco Delica 4 FFG Notepad/pen Wallet iPhone Headphones Bus pass or bike lock", "tokenized_text": ["i", "ca", "n", "t", "carry", "a", "gun", "in", "canada", "plus", "i", "like", "to", "travel", "light", "so", "i", "only", "take", "the", "essentials", "spyderco", "delica", "4", "ffg", "notepad", "pen", "wallet", "iphone", "headphones", "bus", "pass", "or", "bike", "lock"]}, "9532": {"text": "My son is 3 years old and I have started homeschooling for him.Few weeks back i was wondering whether i should let him go to a Public school or do home schooling but decided to go for home schooling and now he is enjoying .", "tokenized_text": ["my", "son", "is", "3", "years", "old", "and", "i", "have", "started", "homeschooling", "for", "him", "few", "weeks", "back", "i", "was", "wondering", "whether", "i", "should", "let", "him", "go", "to", "a", "public", "school", "or", "do", "home", "schooling", "but", "decided", "to", "go", "for", "home", "schooling", "and", "now", "he", "is", "enjoying"]}, "9533": {"text": "Could be the greater emphasis on functionality is shared between the styles of architecture .", "tokenized_text": ["could", "be", "the", "greater", "emphasis", "on", "functionality", "is", "shared", "between", "the", "styles", "of", "architecture"]}, "9534": {"text": "I have seen some Swedish buildings very similar to Japanese style .", "tokenized_text": ["i", "have", "seen", "some", "swedish", "buildings", "very", "similar", "to", "japanese", "style"]}, "9535": {"text": "Yes, this painting is in the Art Institute of Chicago .", "tokenized_text": ["yes", "this", "painting", "is", "in", "the", "art", "institute", "of", "chicago"]}, "9536": {"text": "I go to the museum every time I visit the city just to see this painting .", "tokenized_text": ["i", "go", "to", "the", "museum", "every", "time", "i", "visit", "the", "city", "just", "to", "see", "this", "painting"]}, "9537": {"text": "I love Edward Hopper 's work .", "tokenized_text": ["i", "love", "edward", "hopper", "s", "work"]}, "9538": {"text": "You need a class 3 dealer license to own a machine gun .", "tokenized_text": ["you", "need", "a", "class", "3", "dealer", "license", "to", "own", "a", "machine", "gun"]}, "9539": {"text": "Are the Feds afraid of the tiny handful of citizens who own them ?", "tokenized_text": ["are", "the", "feds", "afraid", "of", "the", "tiny", "handful", "of", "citizens", "who", "own", "them"]}, "9540": {"text": "I bought a Glock too , and shot about 2,000 rounds out of it last year .", "tokenized_text": ["i", "bought", "a", "glock", "too", "and", "shot", "about", "2", "000", "rounds", "out", "of", "it", "last", "year"]}, "9541": {"text": "Not one FTF or malfunction of any kind .", "tokenized_text": ["not", "one", "ftf", "or", "malfunction", "of", "any", "kind"]}, "9542": {"text": "No break in period needed .", "tokenized_text": ["no", "break", "in", "period", "needed"]}, "9543": {"text": "No Kaboom .", "tokenized_text": ["no", "kaboom"]}, "9544": {"text": "No problems .", "tokenized_text": ["no", "problems"]}, "9545": {"text": "Education system is messed up for the same reason everything else is messed up - Jews , non-whites and liberal women run and ruin everything .", "tokenized_text": ["education", "system", "is", "messed", "up", "for", "the", "same", "reason", "everything", "else", "is", "messed", "up", "jews", "non", "whites", "and", "liberal", "women", "run", "and", "ruin", "everything"]}, "9546": {"text": "The same way Jews run the government .", "tokenized_text": ["the", "same", "way", "jews", "run", "the", "government"]}, "9547": {"text": "They want to control the masses , and are doing it in every major institution , including schools .", "tokenized_text": ["they", "want", "to", "control", "the", "masses", "and", "are", "doing", "it", "in", "every", "major", "institution", "including", "schools"]}, "9548": {"text": "We are cooking a duck on the rotisserie , catch the fat drippings and cook little potatoes in that , its delicious , we 're also cooking a small turkey , mashed potatoes , carrots , pumpkin pie and butternut squash cut in half and baked with butter and brown sugar .", "tokenized_text": ["we", "are", "cooking", "a", "duck", "on", "the", "rotisserie", "catch", "the", "fat", "drippings", "and", "cook", "little", "potatoes", "in", "that", "its", "delicious", "we", "re", "also", "cooking", "a", "small", "turkey", "mashed", "potatoes", "carrots", "pumpkin", "pie", "and", "butternut", "squash", "cut", "in", "half", "and", "baked", "with", "butter", "and", "brown", "sugar"]}, "9549": {"text": "It 's just me and the wife so we 'll be eating this for at least the next few days .", "tokenized_text": ["it", "s", "just", "me", "and", "the", "wife", "so", "we", "ll", "be", "eating", "this", "for", "at", "least", "the", "next", "few", "days"]}, "9550": {"text": "Happy Thanksgiving everyone .", "tokenized_text": ["happy", "thanksgiving", "everyone"]}, "9551": {"text": "I believe that team owners want to make money first and foremost and would n't sacrifice team performance and/or millions of dollars just to put more blacks on their teams .", "tokenized_text": ["i", "believe", "that", "team", "owners", "want", "to", "make", "money", "first", "and", "foremost", "and", "would", "n", "t", "sacrifice", "team", "performance", "and", "or", "millions", "of", "dollars", "just", "to", "put", "more", "blacks", "on", "their", "teams"]}, "9552": {"text": "If that makes me brainwashed , then so be it .", "tokenized_text": ["if", "that", "makes", "me", "brainwashed", "then", "so", "be", "it"]}, "9553": {"text": "I had a good time with my kid .", "tokenized_text": ["i", "had", "a", "good", "time", "with", "my", "kid"]}, "9554": {"text": "Glad some people still opened their homes and let kids trick or treat , even with the usual DieVersity infesting the area .", "tokenized_text": ["glad", "some", "people", "still", "opened", "their", "homes", "and", "let", "kids", "trick", "or", "treat", "even", "with", "the", "usual", "dieversity", "infesting", "the", "area"]}, "9555": {"text": "Saw a lot more white kids this year , and more houses open .", "tokenized_text": ["saw", "a", "lot", "more", "white", "kids", "this", "year", "and", "more", "houses", "open"]}, "9556": {"text": "Like was posted above blacks are waking up more whites then prowhites .", "tokenized_text": ["like", "was", "posted", "above", "blacks", "are", "waking", "up", "more", "whites", "then", "prowhites"]}, "9557": {"text": "Nothing was in jepordy this year and furguson cause black friday gun sales to be beyond a democrat getting elected .", "tokenized_text": ["nothing", "was", "in", "jepordy", "this", "year", "and", "furguson", "cause", "black", "friday", "gun", "sales", "to", "be", "beyond", "a", "democrat", "getting", "elected"]}, "9558": {"text": "Their shin bones are like glass .", "tokenized_text": ["their", "shin", "bones", "are", "like", "glass"]}, "9559": {"text": "A good kick from a woman wearing steel toes can break their shin ( I know from experience ) .", "tokenized_text": ["a", "good", "kick", "from", "a", "woman", "wearing", "steel", "toes", "can", "break", "their", "shin", "i", "know", "from", "experience"]}, "9560": {"text": "Blessed Samhain and Happy Halloween to all of my Stormfront Brothers and Sisters .", "tokenized_text": ["blessed", "samhain", "and", "happy", "halloween", "to", "all", "of", "my", "stormfront", "brothers", "and", "sisters"]}, "9561": {"text": "May the New Year find us even more unified !", "tokenized_text": ["may", "the", "new", "year", "find", "us", "even", "more", "unified"]}, "9562": {"text": "Arizona Daily Star should get it 's information from groups other than an organization that makes it 's money off creating the finest spin and hype imaginable .", "tokenized_text": ["arizona", "daily", "star", "should", "get", "it", "s", "information", "from", "groups", "other", "than", "an", "organization", "that", "makes", "it", "s", "money", "off", "creating", "the", "finest", "spin", "and", "hype", "imaginable"]}, "9563": {"text": "The SPLC is a multi-million dollar anti-white hate organization who is led by a pervert .", "tokenized_text": ["the", "splc", "is", "a", "multi", "million", "dollar", "anti", "white", "hate", "organization", "who", "is", "led", "by", "a", "pervert"]}, "9564": {"text": "To call them a civil rights organization without questions , you minus well call evil , good .", "tokenized_text": ["to", "call", "them", "a", "civil", "rights", "organization", "without", "questions", "you", "minus", "well", "call", "evil", "good"]}, "9565": {"text": "Does anyone else ever have the feeling that Churchill was only fighting the Germans rather than NS as he was he acted like he was surprised at the Nurnberg trials ?", "tokenized_text": ["does", "anyone", "else", "ever", "have", "the", "feeling", "that", "churchill", "was", "only", "fighting", "the", "germans", "rather", "than", "ns", "as", "he", "was", "he", "acted", "like", "he", "was", "surprised", "at", "the", "nurnberg", "trials"]}, "9566": {"text": "I'm going to get one of the two in the next couple of months .", "tokenized_text": ["i", "m", "going", "to", "get", "one", "of", "the", "two", "in", "the", "next", "couple", "of", "months"]}, "9567": {"text": "I see pro and cons of both .", "tokenized_text": ["i", "see", "pro", "and", "cons", "of", "both"]}, "9568": {"text": "Any ideas ?", "tokenized_text": ["any", "ideas"]}, "9569": {"text": "Don't that just suck ??", "tokenized_text": ["don", "t", "that", "just", "suck"]}, "9570": {"text": "But you can put together something close .", "tokenized_text": ["but", "you", "can", "put", "together", "something", "close"]}, "9571": {"text": "With lots of file work and 3 inches of hundreds .", "tokenized_text": ["with", "lots", "of", "file", "work", "and", "3", "inches", "of", "hundreds"]}, "9572": {"text": "Cool, I have never been in this section that I remember .", "tokenized_text": ["cool", "i", "have", "never", "been", "in", "this", "section", "that", "i", "remember"]}, "9573": {"text": "I will read through and try to add some words and learn as well .", "tokenized_text": ["i", "will", "read", "through", "and", "try", "to", "add", "some", "words", "and", "learn", "as", "well"]}, "9574": {"text": "Then maybe it 's possible that female circumcision is no worse than male circumcision if done in the way you explained .", "tokenized_text": ["then", "maybe", "it", "s", "possible", "that", "female", "circumcision", "is", "no", "worse", "than", "male", "circumcision", "if", "done", "in", "the", "way", "you", "explained"]}, "9575": {"text": "Like I said before I 'd bet 90 % + have Liberal parents .", "tokenized_text": ["like", "i", "said", "before", "i", "d", "bet", "90", "have", "liberal", "parents"]}, "9576": {"text": "I bet those Liberal men are sure proud of their daughter now ...", "tokenized_text": ["i", "bet", "those", "liberal", "men", "are", "sure", "proud", "of", "their", "daughter", "now"]}, "9577": {"text": "NOT !", "tokenized_text": ["not"]}, "9578": {"text": "If there is anything I can do to help , let me know .", "tokenized_text": ["if", "there", "is", "anything", "i", "can", "do", "to", "help", "let", "me", "know"]}, "9579": {"text": "I work from home as a home computer helpdesk so I do have some spare time .", "tokenized_text": ["i", "work", "from", "home", "as", "a", "home", "computer", "helpdesk", "so", "i", "do", "have", "some", "spare", "time"]}, "9580": {"text": "Joy To The World - Celtic Christmas Music - YouTube As I Went Out Walking -- Celtic Christmas Music - YouTube Gra Mo Chroi - The Love of My Heart www.celticchristmasmusic.org Irish Celtic Christmas Music - YouTube While Shepherds Watched thier Flocks by Night - YouTube King 's College , Cambridge : Choir of King 's College - Christmas Carols - YouTube Merry Christmas to all who love Jesus !!!!!", "tokenized_text": ["joy", "to", "the", "world", "celtic", "christmas", "music", "youtube", "as", "i", "went", "out", "walking", "celtic", "christmas", "music", "youtube", "gra", "mo", "chroi", "the", "love", "of", "my", "heart", "www", "celticchristmasmusic", "org", "irish", "celtic", "christmas", "music", "youtube", "while", "shepherds", "watched", "thier", "flocks", "by", "night", "youtube", "king", "s", "college", "cambridge", "choir", "of", "king", "s", "college", "christmas", "carols", "youtube", "merry", "christmas", "to", "all", "who", "love", "jesus"]}, "9581": {"text": "Erik", "tokenized_text": ["erik"]}, "9582": {"text": "I took that post and expanded on it in a new thread because I do n't want to derail the music thread .", "tokenized_text": ["i", "took", "that", "post", "and", "expanded", "on", "it", "in", "a", "new", "thread", "because", "i", "do", "n", "t", "want", "to", "derail", "the", "music", "thread"]}, "9583": {"text": "When is someone going to stand up for the laws on Executive Orders ?", "tokenized_text": ["when", "is", "someone", "going", "to", "stand", "up", "for", "the", "laws", "on", "executive", "orders"]}, "9584": {"text": "Are Executive Orders Constitutional ? | Tenth Amendment Center Blog -", "tokenized_text": ["are", "executive", "orders", "constitutional", "tenth", "amendment", "center", "blog"]}, "9585": {"text": "Regarding the James Murphy translation of Mein Kampf I saw a question in another forum which I would like to put to you here .", "tokenized_text": ["regarding", "the", "james", "murphy", "translation", "of", "mein", "kampf", "i", "saw", "a", "question", "in", "another", "forum", "which", "i", "would", "like", "to", "put", "to", "you", "here"]}, "9586": {"text": "I had a few glasses of boddington 's on tap at a bar a while back .", "tokenized_text": ["i", "had", "a", "few", "glasses", "of", "boddington", "s", "on", "tap", "at", "a", "bar", "a", "while", "back"]}, "9587": {"text": "Normally not a fan of beer but it was cheap and pretty good .", "tokenized_text": ["normally", "not", "a", "fan", "of", "beer", "but", "it", "was", "cheap", "and", "pretty", "good"]}, "9588": {"text": "Sun releases massive solar flare - NASA video - YouTube slideshow from cnn Huge solar flares light up for NASA cameras - CNN.com Could solar flare on Friday the 13th knock out phones and GPS devices ? | Mail Online", "tokenized_text": ["sun", "releases", "massive", "solar", "flare", "nasa", "video", "youtube", "slideshow", "from", "cnn", "huge", "solar", "flares", "light", "up", "for", "nasa", "cameras", "cnn", "com", "could", "solar", "flare", "on", "friday", "the", "13th", "knock", "out", "phones", "and", "gps", "devices", "mail", "online"]}, "9589": {"text": "I live in AR .", "tokenized_text": ["i", "live", "in", "ar"]}, "9590": {"text": "Wondering how do I get homeschooled .", "tokenized_text": ["wondering", "how", "do", "i", "get", "homeschooled"]}, "9591": {"text": "Online classes ?", "tokenized_text": ["online", "classes"]}, "9592": {"text": "I going to get homeschooled tired of looney lefty teachers and the negroes", "tokenized_text": ["i", "going", "to", "get", "homeschooled", "tired", "of", "looney", "lefty", "teachers", "and", "the", "negroes"]}, "9593": {"text": "With public schools being so integrated and focusing on non white students I really would suggest to any parent to get themselves educated so they can teach their children at home .", "tokenized_text": ["with", "public", "schools", "being", "so", "integrated", "and", "focusing", "on", "non", "white", "students", "i", "really", "would", "suggest", "to", "any", "parent", "to", "get", "themselves", "educated", "so", "they", "can", "teach", "their", "children", "at", "home"]}, "9594": {"text": "If not , then try to educate both you and your children at home .", "tokenized_text": ["if", "not", "then", "try", "to", "educate", "both", "you", "and", "your", "children", "at", "home"]}, "9595": {"text": "half scottish and half german ...", "tokenized_text": ["half", "scottish", "and", "half", "german"]}, "9596": {"text": "Oklahoma althought I carry a french name because my parents both was adopted. mother is german and my father is scottish", "tokenized_text": ["oklahoma", "althought", "i", "carry", "a", "french", "name", "because", "my", "parents", "both", "was", "adopted", "mother", "is", "german", "and", "my", "father", "is", "scottish"]}, "9597": {"text": "Brown eyes are the only color of eyes that Blacks and Asians have , outside of any outside breeding .", "tokenized_text": ["brown", "eyes", "are", "the", "only", "color", "of", "eyes", "that", "blacks", "and", "asians", "have", "outside", "of", "any", "outside", "breeding"]}, "9598": {"text": "I would much rather have either green or blue eyes which are exclusive to the White race .", "tokenized_text": ["i", "would", "much", "rather", "have", "either", "green", "or", "blue", "eyes", "which", "are", "exclusive", "to", "the", "white", "race"]}, "9599": {"text": "Bought the p226 today .", "tokenized_text": ["bought", "the", "p226", "today"]}, "9600": {"text": "Got a great deal too .", "tokenized_text": ["got", "a", "great", "deal", "too"]}, "9601": {"text": "It 's the P226 with Nigh sights .", "tokenized_text": ["it", "s", "the", "p226", "with", "nigh", "sights"]}, "9602": {"text": "Full MSRP is $ 1108 for the night sights model .", "tokenized_text": ["full", "msrp", "is", "1108", "for", "the", "night", "sights", "model"]}, "9603": {"text": "The stores I went to had the non night sights model for $ 775 to $ 860 I paid $ 700 for the night sight model new because they had a sale on sigs .", "tokenized_text": ["the", "stores", "i", "went", "to", "had", "the", "non", "night", "sights", "model", "for", "775", "to", "860", "i", "paid", "700", "for", "the", "night", "sight", "model", "new", "because", "they", "had", "a", "sale", "on", "sigs"]}, "9604": {"text": "This is the one my neighbors have .", "tokenized_text": ["this", "is", "the", "one", "my", "neighbors", "have"]}, "9605": {"text": "Works great , simple to use , even the kids can do it .", "tokenized_text": ["works", "great", "simple", "to", "use", "even", "the", "kids", "can", "do", "it"]}, "9606": {"text": "Amazon.com : Scotch Thermal Laminator 15.5 Inches x 6.75 Inches x 3.75 Inches , 2 Roller System ( TL901 ) : Office Products Amazon.com : Scotch Thermal Laminator 15.5 Inches x 6.75 Inches x 3.75 Inches , 2 Roller System ( TL901 ) : Office Products Hope this helps .", "tokenized_text": ["amazon", "com", "scotch", "thermal", "laminator", "15", "5", "inches", "x", "6", "75", "inches", "x", "3", "75", "inches", "2", "roller", "system", "tl901", "office", "products", "amazon", "com", "scotch", "thermal", "laminator", "15", "5", "inches", "x", "6", "75", "inches", "x", "3", "75", "inches", "2", "roller", "system", "tl901", "office", "products", "hope", "this", "helps"]}, "9607": {"text": "The fact Whites stood by while he was being attacked by a group of Mestizos is far more disturbing than the attack itself .", "tokenized_text": ["the", "fact", "whites", "stood", "by", "while", "he", "was", "being", "attacked", "by", "a", "group", "of", "mestizos", "is", "far", "more", "disturbing", "than", "the", "attack", "itself"]}, "9608": {"text": "Thank God this White warrior knew how to throw down .", "tokenized_text": ["thank", "god", "this", "white", "warrior", "knew", "how", "to", "throw", "down"]}, "9609": {"text": "The fact he gave the Roman salute victoriously was priceless .", "tokenized_text": ["the", "fact", "he", "gave", "the", "roman", "salute", "victoriously", "was", "priceless"]}, "9610": {"text": "Then make it for boys only , that 's how it is in football , so there 's no reason they ca n't do that with wrestling .", "tokenized_text": ["then", "make", "it", "for", "boys", "only", "that", "s", "how", "it", "is", "in", "football", "so", "there", "s", "no", "reason", "they", "ca", "n", "t", "do", "that", "with", "wrestling"]}, "9611": {"text": "Those 12th grade questions were difficult !", "tokenized_text": ["those", "12th", "grade", "questions", "were", "difficult"]}, "9612": {"text": "I ca n't imagine schools being able to teach the slower or disruptive kids geographic locations plus have time to get to these specifics .", "tokenized_text": ["i", "ca", "n", "t", "imagine", "schools", "being", "able", "to", "teach", "the", "slower", "or", "disruptive", "kids", "geographic", "locations", "plus", "have", "time", "to", "get", "to", "these", "specifics"]}, "9613": {"text": "I was expecting more location-type questions .", "tokenized_text": ["i", "was", "expecting", "more", "location", "type", "questions"]}, "9614": {"text": "I want to home school my future children , but I am afraid when they reach adulthood they will have no social skills .", "tokenized_text": ["i", "want", "to", "home", "school", "my", "future", "children", "but", "i", "am", "afraid", "when", "they", "reach", "adulthood", "they", "will", "have", "no", "social", "skills"]}, "9615": {"text": "Yeah, but back in the day there were n't that many millions nigs and wetbacks .", "tokenized_text": ["yeah", "but", "back", "in", "the", "day", "there", "were", "n", "t", "that", "many", "millions", "nigs", "and", "wetbacks"]}, "9616": {"text": "I believe their presence in your country led to the legislative inception of these permits .", "tokenized_text": ["i", "believe", "their", "presence", "in", "your", "country", "led", "to", "the", "legislative", "inception", "of", "these", "permits"]}, "9617": {"text": "It is totally a greek name .", "tokenized_text": ["it", "is", "totally", "a", "greek", "name"]}, "9618": {"text": "And it was on my list for middle names for my son .", "tokenized_text": ["and", "it", "was", "on", "my", "list", "for", "middle", "names", "for", "my", "son"]}, "9619": {"text": "But it does have a feminine sound .", "tokenized_text": ["but", "it", "does", "have", "a", "feminine", "sound"]}, "9620": {"text": "YouTube - Odysseus ' Way by Dr. William L. Pierce ( Part 1 of 3 ) YouTube - Odysseus ' Way by Dr. William L. Pierce ( Part 2 of 3 ) YouTube - Odysseus ' Way by Dr. William L. Pierce ( Part 3 of 3 )", "tokenized_text": ["youtube", "odysseus", "way", "by", "dr", "william", "l", "pierce", "part", "1", "of", "3", "youtube", "odysseus", "way", "by", "dr", "william", "l", "pierce", "part", "2", "of", "3", "youtube", "odysseus", "way", "by", "dr", "william", "l", "pierce", "part", "3", "of", "3"]}, "9621": {"text": "This will always - always be a classic : AS USUAL - FULL SCREEN : Poor Pimp KO - YouTube `` target = '' _ blank \" > Poor Pimp KO - YouTube http://www.youtube.com/ watch ? v = sam6vfq7XS8", "tokenized_text": ["this", "will", "always", "always", "be", "a", "classic", "as", "usual", "full", "screen", "poor", "pimp", "ko", "youtube", "target", "_", "blank", "poor", "pimp", "ko", "youtube", "http", "www", "youtube", "com", "watch", "v", "sam6vfq7xs8"]}, "9622": {"text": "Help me understand , open carry means that you can walk in the street with a shot gun in your hand , is that right ?", "tokenized_text": ["help", "me", "understand", "open", "carry", "means", "that", "you", "can", "walk", "in", "the", "street", "with", "a", "shot", "gun", "in", "your", "hand", "is", "that", "right"]}, "9623": {"text": "Your sons are going to be in love with that land !", "tokenized_text": ["your", "sons", "are", "going", "to", "be", "in", "love", "with", "that", "land"]}, "9624": {"text": "It 's the ideal way to raise boys into men .", "tokenized_text": ["it", "s", "the", "ideal", "way", "to", "raise", "boys", "into", "men"]}, "9625": {"text": "I've recently gotten a recommendation for Peaceful Warrior .", "tokenized_text": ["i", "ve", "recently", "gotten", "a", "recommendation", "for", "peaceful", "warrior"]}, "9626": {"text": "I saw the movie and it was so-so .", "tokenized_text": ["i", "saw", "the", "movie", "and", "it", "was", "so", "so"]}, "9627": {"text": "War of Art is sitting on my shelf , presently unread .", "tokenized_text": ["war", "of", "art", "is", "sitting", "on", "my", "shelf", "presently", "unread"]}, "9628": {"text": "I never at any time claimed this you moron .", "tokenized_text": ["i", "never", "at", "any", "time", "claimed", "this", "you", "moron"]}, "9629": {"text": "So there IS NO still about the matter .", "tokenized_text": ["so", "there", "is", "no", "still", "about", "the", "matter"]}, "9630": {"text": "This is your claim and yours alone ; take it to yourself .", "tokenized_text": ["this", "is", "your", "claim", "and", "yours", "alone", "take", "it", "to", "yourself"]}, "9631": {"text": "Historic vehicle Laurin Klement T. B 1899-1903 http://i4.ytimg.com/vi/cVQSTM-WTZk/mqdefault.jpg white loop-frame motorcycle with pedal start Awesome custom replica of 1900s Czech .", "tokenized_text": ["historic", "vehicle", "laurin", "klement", "t", "b", "1899", "1903", "http", "i4", "ytimg", "com", "vi", "cvqstm", "wtzk", "mqdefault", "jpg", "white", "loop", "frame", "motorcycle", "with", "pedal", "start", "awesome", "custom", "replica", "of", "1900s", "czech"]}, "9632": {"text": "4 cyclinder motorcycle Historic vehicle Laurin Klement T. B 1899-1903 - YouTube Historic vehicle Torpedo V4 1909 - YouTube Historic vehicle Torpedo V4 1909 http://thekneeslider.com/images/2012...-rightside.jpg Handlebar camera mount ride video !", "tokenized_text": ["4", "cyclinder", "motorcycle", "historic", "vehicle", "laurin", "klement", "t", "b", "1899", "1903", "youtube", "historic", "vehicle", "torpedo", "v4", "1909", "youtube", "historic", "vehicle", "torpedo", "v4", "1909", "http", "thekneeslider", "com", "images", "2012", "rightside", "jpg", "handlebar", "camera", "mount", "ride", "video"]}, "9633": {"text": "Torpedo V4 1909 - Ride - YouTube Custom fabricated engine and motorcycle based on 1900s photograph of 1 of a kind motorcycle .", "tokenized_text": ["torpedo", "v4", "1909", "ride", "youtube", "custom", "fabricated", "engine", "and", "motorcycle", "based", "on", "1900s", "photograph", "of", "1", "of", "a", "kind", "motorcycle"]}, "9634": {"text": "Do s and Don ts When Stopped By Police and Carrying a Firearm ( VIDEO ) By Steve Straub January 25 , 2014 Do 's and Do n'ts When Stopped By Police and Carrying a Firearm ( VIDEO ) - The Federalist Papers", "tokenized_text": ["do", "s", "and", "don", "ts", "when", "stopped", "by", "police", "and", "carrying", "a", "firearm", "video", "by", "steve", "straub", "january", "25", "2014", "do", "s", "and", "do", "n", "ts", "when", "stopped", "by", "police", "and", "carrying", "a", "firearm", "video", "the", "federalist", "papers"]}, "9635": {"text": "I do n't see any harm in teaching the classic thanksgiving story as long as you do n't do anything like I had to do in school when I was younger .", "tokenized_text": ["i", "do", "n", "t", "see", "any", "harm", "in", "teaching", "the", "classic", "thanksgiving", "story", "as", "long", "as", "you", "do", "n", "t", "do", "anything", "like", "i", "had", "to", "do", "in", "school", "when", "i", "was", "younger"]}, "9636": {"text": "Like dressing up as an Amerindian in kindergarden .", "tokenized_text": ["like", "dressing", "up", "as", "an", "amerindian", "in", "kindergarden"]}, "9637": {"text": "Besides Thanksgiving , to me , is just an excuse to mess around and eat as much turkey , potatoes , corn , stuffing , and cranberry sauce as I can .", "tokenized_text": ["besides", "thanksgiving", "to", "me", "is", "just", "an", "excuse", "to", "mess", "around", "and", "eat", "as", "much", "turkey", "potatoes", "corn", "stuffing", "and", "cranberry", "sauce", "as", "i", "can"]}, "9638": {"text": "Mmm .", "tokenized_text": ["mmm"]}, "9639": {"text": "The French martial art would be Savate , something I 've not heard about for decades .", "tokenized_text": ["the", "french", "martial", "art", "would", "be", "savate", "something", "i", "ve", "not", "heard", "about", "for", "decades"]}, "9640": {"text": "It is time we resurrected ( & improve ) this art .", "tokenized_text": ["it", "is", "time", "we", "resurrected", "improve", "this", "art"]}, "9641": {"text": "SAVATE - Basic Techniques - YouTube", "tokenized_text": ["savate", "basic", "techniques", "youtube"]}, "9642": {"text": "Don't get yourself into trouble for something that is n't worth it .", "tokenized_text": ["don", "t", "get", "yourself", "into", "trouble", "for", "something", "that", "is", "n", "t", "worth", "it"]}, "9643": {"text": "Apparently white people are the last to go out of their race for dating anyways !", "tokenized_text": ["apparently", "white", "people", "are", "the", "last", "to", "go", "out", "of", "their", "race", "for", "dating", "anyways"]}, "9644": {"text": "Excuse me , but why do n't do it with Lord Of The Rings , or other masterpieces of the Supreme Tolkien , rather than with that rubbish ?", "tokenized_text": ["excuse", "me", "but", "why", "do", "n", "t", "do", "it", "with", "lord", "of", "the", "rings", "or", "other", "masterpieces", "of", "the", "supreme", "tolkien", "rather", "than", "with", "that", "rubbish"]}, "9645": {"text": "Anyone who 's been to Newark knows that it 's pretty much a third world country .", "tokenized_text": ["anyone", "who", "s", "been", "to", "newark", "knows", "that", "it", "s", "pretty", "much", "a", "third", "world", "country"]}, "9646": {"text": "No amount of educational funds will drag the population out of it 's sludge .", "tokenized_text": ["no", "amount", "of", "educational", "funds", "will", "drag", "the", "population", "out", "of", "it", "s", "sludge"]}, "9647": {"text": "1. type of students allowed Aryans only .", "tokenized_text": ["1", "type", "of", "students", "allowed", "aryans", "only"]}, "9648": {"text": "2. grades/age groups Whatever works 3. discipline tactics I do n't know .", "tokenized_text": ["2", "grades", "age", "groups", "whatever", "works", "3", "discipline", "tactics", "i", "do", "n", "t", "know"]}, "9649": {"text": "4. subjects taught Anything the students want or need .", "tokenized_text": ["4", "subjects", "taught", "anything", "the", "students", "want", "or", "need"]}, "9650": {"text": "5. length of school day/school year 5 days a week .", "tokenized_text": ["5", "length", "of", "school", "day", "school", "year", "5", "days", "a", "week"]}, "9651": {"text": "5 months break divided during the year .", "tokenized_text": ["5", "months", "break", "divided", "during", "the", "year"]}, "9652": {"text": "6. uniforms or no ?", "tokenized_text": ["6", "uniforms", "or", "no"]}, "9653": {"text": "No uniforms .", "tokenized_text": ["no", "uniforms"]}, "9654": {"text": "The students should be able to express themselves .", "tokenized_text": ["the", "students", "should", "be", "able", "to", "express", "themselves"]}, "9655": {"text": "7. gender segregated or no ?", "tokenized_text": ["7", "gender", "segregated", "or", "no"]}, "9656": {"text": "No .", "tokenized_text": ["no"]}, "9657": {"text": "Americans and Irish understand each other better than Spaniards and the beaners .. the US and Ireland are the 1st world so they are educated unlike the beaners .", "tokenized_text": ["americans", "and", "irish", "understand", "each", "other", "better", "than", "spaniards", "and", "the", "beaners", "the", "us", "and", "ireland", "are", "the", "1st", "world", "so", "they", "are", "educated", "unlike", "the", "beaners"]}, "9658": {"text": "Fruita and Corona Seen Like Never Before | 303Cycling News Video of two mountain bikers riding in Colorado , filmed with a radio controlled helicopter .", "tokenized_text": ["fruita", "and", "corona", "seen", "like", "never", "before", "303cycling", "news", "video", "of", "two", "mountain", "bikers", "riding", "in", "colorado", "filmed", "with", "a", "radio", "controlled", "helicopter"]}, "9659": {"text": "Dance music .", "tokenized_text": ["dance", "music"]}, "9660": {"text": "Im not handing out candy this year personally .", "tokenized_text": ["im", "not", "handing", "out", "candy", "this", "year", "personally"]}, "9661": {"text": "Why would I want to contribute to the Kneegrow and spic 's wellbeing ?", "tokenized_text": ["why", "would", "i", "want", "to", "contribute", "to", "the", "kneegrow", "and", "spic", "s", "wellbeing"]}, "9662": {"text": "I've seen those walls in Cuzco .", "tokenized_text": ["i", "ve", "seen", "those", "walls", "in", "cuzco"]}, "9663": {"text": "The huge stones are all different shapes and sizes and fit together tightly using no mortar .", "tokenized_text": ["the", "huge", "stones", "are", "all", "different", "shapes", "and", "sizes", "and", "fit", "together", "tightly", "using", "no", "mortar"]}, "9664": {"text": "Also another film Wheels of Terror has what appears to be post war tanks in its battle scenes .", "tokenized_text": ["also", "another", "film", "wheels", "of", "terror", "has", "what", "appears", "to", "be", "post", "war", "tanks", "in", "its", "battle", "scenes"]}, "9665": {"text": "It is based on the Sven Hassel story of the same name - www.stormfront.org/forum/t1103833/", "tokenized_text": ["it", "is", "based", "on", "the", "sven", "hassel", "story", "of", "the", "same", "name", "www", "stormfront", "org", "forum", "t1103833"]}, "9666": {"text": "This is a forum for people who support the white nationalist cause and I am one of those people , thus I have a right to speak .", "tokenized_text": ["this", "is", "a", "forum", "for", "people", "who", "support", "the", "white", "nationalist", "cause", "and", "i", "am", "one", "of", "those", "people", "thus", "i", "have", "a", "right", "to", "speak"]}, "9667": {"text": "These high school curriculums are more about encouraging white girls to hate white males , not other males .", "tokenized_text": ["these", "high", "school", "curriculums", "are", "more", "about", "encouraging", "white", "girls", "to", "hate", "white", "males", "not", "other", "males"]}, "9668": {"text": "It 's an anti-white male thing .", "tokenized_text": ["it", "s", "an", "anti", "white", "male", "thing"]}, "9669": {"text": "I like it so far .", "tokenized_text": ["i", "like", "it", "so", "far"]}, "9670": {"text": "Whites need to learn where they came from and who stole their ancient stories in order to control us .", "tokenized_text": ["whites", "need", "to", "learn", "where", "they", "came", "from", "and", "who", "stole", "their", "ancient", "stories", "in", "order", "to", "control", "us"]}, "9671": {"text": "More please .", "tokenized_text": ["more", "please"]}, "9672": {"text": "I just have to study for three and a half more years until I start working on a masters in electrical engineering Feels like it never ends .", "tokenized_text": ["i", "just", "have", "to", "study", "for", "three", "and", "a", "half", "more", "years", "until", "i", "start", "working", "on", "a", "masters", "in", "electrical", "engineering", "feels", "like", "it", "never", "ends"]}, "9673": {"text": "I would give anything to live back in those times , 6 beautiful years .", "tokenized_text": ["i", "would", "give", "anything", "to", "live", "back", "in", "those", "times", "6", "beautiful", "years"]}, "9674": {"text": "Anyone white person would if they knew the truth .", "tokenized_text": ["anyone", "white", "person", "would", "if", "they", "knew", "the", "truth"]}, "9675": {"text": "the school board is completely blinded to the events that go on with their schools ... i contacted them about the boy with the knife n they were never even informed of the situation nor were the authorities called , eventhough that is what the school policy requires in such situations ...", "tokenized_text": ["the", "school", "board", "is", "completely", "blinded", "to", "the", "events", "that", "go", "on", "with", "their", "schools", "i", "contacted", "them", "about", "the", "boy", "with", "the", "knife", "n", "they", "were", "never", "even", "informed", "of", "the", "situation", "nor", "were", "the", "authorities", "called", "eventhough", "that", "is", "what", "the", "school", "policy", "requires", "in", "such", "situations"]}, "9676": {"text": "Take pics of blacks , junkies and gangsters on the streets and next take pics of the schools .", "tokenized_text": ["take", "pics", "of", "blacks", "junkies", "and", "gangsters", "on", "the", "streets", "and", "next", "take", "pics", "of", "the", "schools"]}, "9677": {"text": "Show your husband what happens in the schools nowadays !", "tokenized_text": ["show", "your", "husband", "what", "happens", "in", "the", "schools", "nowadays"]}, "9678": {"text": "Show that your children would be in danger going to trash-schools .", "tokenized_text": ["show", "that", "your", "children", "would", "be", "in", "danger", "going", "to", "trash", "schools"]}, "9679": {"text": "Home-school your children fast .", "tokenized_text": ["home", "school", "your", "children", "fast"]}, "9680": {"text": "i was brought up the same way my father always told me if someone hit me i was to hit them back and twice as hard so they thought twice about doing it again he also told me `` when my mother was out of earshot '' that if the person was bigger than me i was to pick up the nearest thing to hand and smash their head in with it and not to stop till the ambulance came , needless to say i speny most of my teens chasing the bigger kids around with a baseball bat .....", "tokenized_text": ["i", "was", "brought", "up", "the", "same", "way", "my", "father", "always", "told", "me", "if", "someone", "hit", "me", "i", "was", "to", "hit", "them", "back", "and", "twice", "as", "hard", "so", "they", "thought", "twice", "about", "doing", "it", "again", "he", "also", "told", "me", "when", "my", "mother", "was", "out", "of", "earshot", "that", "if", "the", "person", "was", "bigger", "than", "me", "i", "was", "to", "pick", "up", "the", "nearest", "thing", "to", "hand", "and", "smash", "their", "head", "in", "with", "it", "and", "not", "to", "stop", "till", "the", "ambulance", "came", "needless", "to", "say", "i", "speny", "most", "of", "my", "teens", "chasing", "the", "bigger", "kids", "around", "with", "a", "baseball", "bat"]}, "9681": {"text": "It's good to see an educational institution that maintains its values and refuses to bow down in the name of `` progress . ''", "tokenized_text": ["it", "s", "good", "to", "see", "an", "educational", "institution", "that", "maintains", "its", "values", "and", "refuses", "to", "bow", "down", "in", "the", "name", "of", "progress"]}, "9682": {"text": "Here is the link to our Youth Corps page , just click on the words !", "tokenized_text": ["here", "is", "the", "link", "to", "our", "youth", "corps", "page", "just", "click", "on", "the", "words"]}, "9683": {"text": "Knights Of The Ku Klux Klan Youth Corps", "tokenized_text": ["knights", "of", "the", "ku", "klux", "klan", "youth", "corps"]}, "9684": {"text": "Yep same here , i have my wife here and we have 2 kids a 2 year old and a 1 month old .", "tokenized_text": ["yep", "same", "here", "i", "have", "my", "wife", "here", "and", "we", "have", "2", "kids", "a", "2", "year", "old", "and", "a", "1", "month", "old"]}, "9685": {"text": "I am almost done with my 1st class and gonna start 2 new ones .", "tokenized_text": ["i", "am", "almost", "done", "with", "my", "1st", "class", "and", "gonna", "start", "2", "new", "ones"]}, "9686": {"text": "I did the whole regular college thing for like almost a semester and it costs to much .", "tokenized_text": ["i", "did", "the", "whole", "regular", "college", "thing", "for", "like", "almost", "a", "semester", "and", "it", "costs", "to", "much"]}, "9687": {"text": "I read an article on that awhile ago and it said that when Eisenhower went to Moscow he did n't even ask for american POWs to be released .", "tokenized_text": ["i", "read", "an", "article", "on", "that", "awhile", "ago", "and", "it", "said", "that", "when", "eisenhower", "went", "to", "moscow", "he", "did", "n", "t", "even", "ask", "for", "american", "pows", "to", "be", "released"]}, "9688": {"text": "Quantum entanglement would indicate that quanta do `` communicate '' faster than the speed of light .", "tokenized_text": ["quantum", "entanglement", "would", "indicate", "that", "quanta", "do", "communicate", "faster", "than", "the", "speed", "of", "light"]}, "9689": {"text": "Einstein said nothing can go faster than the speed of light , then squares the speed of light in E = mc ^ 2 .", "tokenized_text": ["einstein", "said", "nothing", "can", "go", "faster", "than", "the", "speed", "of", "light", "then", "squares", "the", "speed", "of", "light", "in", "e", "mc", "2"]}, "9690": {"text": "I'd like to add that the media reporting on this paper is diabolical .", "tokenized_text": ["i", "d", "like", "to", "add", "that", "the", "media", "reporting", "on", "this", "paper", "is", "diabolical"]}, "9691": {"text": "The conclusion is in error and the press are disseminating misinformation to parents .", "tokenized_text": ["the", "conclusion", "is", "in", "error", "and", "the", "press", "are", "disseminating", "misinformation", "to", "parents"]}, "9692": {"text": "For shame .", "tokenized_text": ["for", "shame"]}, "9693": {"text": "I simply would not care to see some white guy 's head on a stick , like I have seen mexicans that cross the cartel .", "tokenized_text": ["i", "simply", "would", "not", "care", "to", "see", "some", "white", "guy", "s", "head", "on", "a", "stick", "like", "i", "have", "seen", "mexicans", "that", "cross", "the", "cartel"]}, "9694": {"text": "It 's deadly serious business ...", "tokenized_text": ["it", "s", "deadly", "serious", "business"]}, "9695": {"text": "And it will be leaving it a week before the actual election , I hope you are right but you are the first I 've heard to suggest this .", "tokenized_text": ["and", "it", "will", "be", "leaving", "it", "a", "week", "before", "the", "actual", "election", "i", "hope", "you", "are", "right", "but", "you", "are", "the", "first", "i", "ve", "heard", "to", "suggest", "this"]}, "9696": {"text": "Sounds like things are pretty cool for you and your family .", "tokenized_text": ["sounds", "like", "things", "are", "pretty", "cool", "for", "you", "and", "your", "family"]}, "9697": {"text": "My family is ok adn they leave me alone but they are pretty liberal. so is my school .", "tokenized_text": ["my", "family", "is", "ok", "adn", "they", "leave", "me", "alone", "but", "they", "are", "pretty", "liberal", "so", "is", "my", "school"]}, "9698": {"text": "Are there are a lot of white pride kids at your school ??", "tokenized_text": ["are", "there", "are", "a", "lot", "of", "white", "pride", "kids", "at", "your", "school"]}, "9699": {"text": "I feel pretty alone alot of the time at mine .", "tokenized_text": ["i", "feel", "pretty", "alone", "alot", "of", "the", "time", "at", "mine"]}, "9700": {"text": "the earth is hollow ? and it 's the little elfs and their gardens and compost heaps that are producing the oil .", "tokenized_text": ["the", "earth", "is", "hollow", "and", "it", "s", "the", "little", "elfs", "and", "their", "gardens", "and", "compost", "heaps", "that", "are", "producing", "the", "oil"]}, "9701": {"text": "The best way I have ever found of dealing with wiggers is to treat them with contempt .", "tokenized_text": ["the", "best", "way", "i", "have", "ever", "found", "of", "dealing", "with", "wiggers", "is", "to", "treat", "them", "with", "contempt"]}, "9702": {"text": "Do n't sit around and argue with them , just act like they are pathetic ( which they are ) and try to shame them .", "tokenized_text": ["do", "n", "t", "sit", "around", "and", "argue", "with", "them", "just", "act", "like", "they", "are", "pathetic", "which", "they", "are", "and", "try", "to", "shame", "them"]}, "9703": {"text": "Wiggers by nature are very much influenced by peer pressure ( that 's why they are wiggers ) so make fun of their attire and mannerisms and say things like `` why do n't you act like a white man for a change '' or `` you are really sad , why are you ashamed of being white ? ''", "tokenized_text": ["wiggers", "by", "nature", "are", "very", "much", "influenced", "by", "peer", "pressure", "that", "s", "why", "they", "are", "wiggers", "so", "make", "fun", "of", "their", "attire", "and", "mannerisms", "and", "say", "things", "like", "why", "do", "n", "t", "you", "act", "like", "a", "white", "man", "for", "a", "change", "or", "you", "are", "really", "sad", "why", "are", "you", "ashamed", "of", "being", "white"]}, "9704": {"text": "Reinforce you disapproval of their wiggerism with approval whenever they act white .", "tokenized_text": ["reinforce", "you", "disapproval", "of", "their", "wiggerism", "with", "approval", "whenever", "they", "act", "white"]}, "9705": {"text": "For example , if he uses correct English then you say , `` Hey , you are starting to sound like a white man !", "tokenized_text": ["for", "example", "if", "he", "uses", "correct", "english", "then", "you", "say", "hey", "you", "are", "starting", "to", "sound", "like", "a", "white", "man"]}, "9706": {"text": "Congratulations ! \"", "tokenized_text": ["congratulations"]}, "9707": {"text": "Children , like most animals , will respond to the appropriate feed back .", "tokenized_text": ["children", "like", "most", "animals", "will", "respond", "to", "the", "appropriate", "feed", "back"]}, "9708": {"text": "It 's the old carrot and stick routine .", "tokenized_text": ["it", "s", "the", "old", "carrot", "and", "stick", "routine"]}, "9709": {"text": "Do n't come down too hard and alienate him , just keep a light hearted attitude and let him know that you find his actions disgusting .", "tokenized_text": ["do", "n", "t", "come", "down", "too", "hard", "and", "alienate", "him", "just", "keep", "a", "light", "hearted", "attitude", "and", "let", "him", "know", "that", "you", "find", "his", "actions", "disgusting"]}, "9710": {"text": "I have applied this technique one many occasions and seen considerable success .", "tokenized_text": ["i", "have", "applied", "this", "technique", "one", "many", "occasions", "and", "seen", "considerable", "success"]}, "9711": {"text": "KR", "tokenized_text": ["kr"]}, "9712": {"text": "Try that .", "tokenized_text": ["try", "that"]}, "9713": {"text": "And then follow up by saying `` New Speak '' is not `` Our Speak ' and watch the teacher fumble with that ball .", "tokenized_text": ["and", "then", "follow", "up", "by", "saying", "new", "speak", "is", "not", "our", "speak", "and", "watch", "the", "teacher", "fumble", "with", "that", "ball"]}, "9714": {"text": "Enjoy your classroom .", "tokenized_text": ["enjoy", "your", "classroom"]}, "9715": {"text": "sorry i forgot to put that im from western mass and my teacher is white but she is strongly against racism and thats why i say something in support of white racism", "tokenized_text": ["sorry", "i", "forgot", "to", "put", "that", "im", "from", "western", "mass", "and", "my", "teacher", "is", "white", "but", "she", "is", "strongly", "against", "racism", "and", "thats", "why", "i", "say", "something", "in", "support", "of", "white", "racism"]}, "9716": {"text": "Unfortunately no. You could always try to start your own business though , and use it for something that would cater primarily to whites .", "tokenized_text": ["unfortunately", "no", "you", "could", "always", "try", "to", "start", "your", "own", "business", "though", "and", "use", "it", "for", "something", "that", "would", "cater", "primarily", "to", "whites"]}, "9717": {"text": "well there is a little history for this post so listen up if you dont mind. there was a group in this city called the 311 boys supposedly they were a racist bunch of kids but i never thought they were but through the newspaper and manipulation of sotries they were labled as racist. well my views arnt that well known at school but some do know and ive been labled a `` 311 '' boy. a group of about 10 or so blacks approached me before school. now im not some little guy im a decent build and really have no fear of anyone or anything at this point in my life. well anyway they came up to me and started asking me if i was 311 if i was a racist and all this crap. i denied mostly for my own safety at the time. well i talked to some people who asked me who i thoguht were friends but it turns out they werent. they went right around and told them some of my views and now they came up to me at lunch today and pushed me around a little i stood up to them and got up in their faces but finally a hall monitor came and broke it up. im just wondering whats going to happen in the next few days since im the only WP kid in my school and am standing alone on this issue. just decided to post this bit of information for you wall to read keep safe and keep smart .", "tokenized_text": ["well", "there", "is", "a", "little", "history", "for", "this", "post", "so", "listen", "up", "if", "you", "dont", "mind", "there", "was", "a", "group", "in", "this", "city", "called", "the", "311", "boys", "supposedly", "they", "were", "a", "racist", "bunch", "of", "kids", "but", "i", "never", "thought", "they", "were", "but", "through", "the", "newspaper", "and", "manipulation", "of", "sotries", "they", "were", "labled", "as", "racist", "well", "my", "views", "arnt", "that", "well", "known", "at", "school", "but", "some", "do", "know", "and", "ive", "been", "labled", "a", "311", "boy", "a", "group", "of", "about", "10", "or", "so", "blacks", "approached", "me", "before", "school", "now", "im", "not", "some", "little", "guy", "im", "a", "decent", "build", "and", "really", "have", "no", "fear", "of", "anyone", "or", "anything", "at", "this", "point", "in", "my", "life", "well", "anyway", "they", "came", "up", "to", "me", "and", "started", "asking", "me", "if", "i", "was", "311", "if", "i", "was", "a", "racist", "and", "all", "this", "crap", "i", "denied", "mostly", "for", "my", "own", "safety", "at", "the", "time", "well", "i", "talked", "to", "some", "people", "who", "asked", "me", "who", "i", "thoguht", "were", "friends", "but", "it", "turns", "out", "they", "werent", "they", "went", "right", "around", "and", "told", "them", "some", "of", "my", "views", "and", "now", "they", "came", "up", "to", "me", "at", "lunch", "today", "and", "pushed", "me", "around", "a", "little", "i", "stood", "up", "to", "them", "and", "got", "up", "in", "their", "faces", "but", "finally", "a", "hall", "monitor", "came", "and", "broke", "it", "up", "im", "just", "wondering", "whats", "going", "to", "happen", "in", "the", "next", "few", "days", "since", "im", "the", "only", "wp", "kid", "in", "my", "school", "and", "am", "standing", "alone", "on", "this", "issue", "just", "decided", "to", "post", "this", "bit", "of", "information", "for", "you", "wall", "to", "read", "keep", "safe", "and", "keep", "smart"]}, "9718": {"text": "I live around western new york and i cannot stand the puerto ricans in my school .", "tokenized_text": ["i", "live", "around", "western", "new", "york", "and", "i", "cannot", "stand", "the", "puerto", "ricans", "in", "my", "school"]}, "9719": {"text": "There is quite a bit of white kids like me , but the keep it underwraps not to cause any trouble .", "tokenized_text": ["there", "is", "quite", "a", "bit", "of", "white", "kids", "like", "me", "but", "the", "keep", "it", "underwraps", "not", "to", "cause", "any", "trouble"]}, "9720": {"text": "There is only about 10 black kids in our school and 300 f' n spics. its my senior year and i really cant stand all this anymore. i know there are lots of others on this board that feel the same , but i need some support !", "tokenized_text": ["there", "is", "only", "about", "10", "black", "kids", "in", "our", "school", "and", "300", "f", "n", "spics", "its", "my", "senior", "year", "and", "i", "really", "cant", "stand", "all", "this", "anymore", "i", "know", "there", "are", "lots", "of", "others", "on", "this", "board", "that", "feel", "the", "same", "but", "i", "need", "some", "support"]}, "9721": {"text": "The band black flag was also pro white , there is a very famous song called `` White Minority '' .", "tokenized_text": ["the", "band", "black", "flag", "was", "also", "pro", "white", "there", "is", "a", "very", "famous", "song", "called", "white", "minority"]}, "9722": {"text": "You should check it out .", "tokenized_text": ["you", "should", "check", "it", "out"]}, "9723": {"text": "I dont know whether to welcome you or laugh at you .", "tokenized_text": ["i", "dont", "know", "whether", "to", "welcome", "you", "or", "laugh", "at", "you"]}, "9724": {"text": "It seems to me like you along with this post belong on the General Rants forum .", "tokenized_text": ["it", "seems", "to", "me", "like", "you", "along", "with", "this", "post", "belong", "on", "the", "general", "rants", "forum"]}, "9725": {"text": "i'd love to hang out with anyone since there 's very few white nationalists here if any one wants to please PM because i really need some people to hang out with", "tokenized_text": ["i", "d", "love", "to", "hang", "out", "with", "anyone", "since", "there", "s", "very", "few", "white", "nationalists", "here", "if", "any", "one", "wants", "to", "please", "pm", "because", "i", "really", "need", "some", "people", "to", "hang", "out", "with"]}, "9726": {"text": "No one has mentioned ' Hate Society ' , they are a great band and they dont just scream down the mic .", "tokenized_text": ["no", "one", "has", "mentioned", "hate", "society", "they", "are", "a", "great", "band", "and", "they", "dont", "just", "scream", "down", "the", "mic"]}, "9727": {"text": "Their best songs are Rule the World , Grateful Man , and Rahowa .", "tokenized_text": ["their", "best", "songs", "are", "rule", "the", "world", "grateful", "man", "and", "rahowa"]}, "9728": {"text": "Man theres been alot of stuff on the news about it. the last week weve been on the front page of the news paper 3 times and on the news every night .", "tokenized_text": ["man", "theres", "been", "alot", "of", "stuff", "on", "the", "news", "about", "it", "the", "last", "week", "weve", "been", "on", "the", "front", "page", "of", "the", "news", "paper", "3", "times", "and", "on", "the", "news", "every", "night"]}, "9729": {"text": "I find it funny that blacks find their own women disgusting , but i find it even more disgusting that because of this they go after white women , and are usually successful , its good to see a white girl tell one off .", "tokenized_text": ["i", "find", "it", "funny", "that", "blacks", "find", "their", "own", "women", "disgusting", "but", "i", "find", "it", "even", "more", "disgusting", "that", "because", "of", "this", "they", "go", "after", "white", "women", "and", "are", "usually", "successful", "its", "good", "to", "see", "a", "white", "girl", "tell", "one", "off"]}, "9730": {"text": "Yeah they did this crap at my school when I was in kindergarten .", "tokenized_text": ["yeah", "they", "did", "this", "crap", "at", "my", "school", "when", "i", "was", "in", "kindergarten"]}, "9731": {"text": "When I see this stuff nowadays it makes me wa n't to punch the white people who fall for it .", "tokenized_text": ["when", "i", "see", "this", "stuff", "nowadays", "it", "makes", "me", "wa", "n", "t", "to", "punch", "the", "white", "people", "who", "fall", "for", "it"]}, "9732": {"text": "A good window or floor fan does the job of white noise much better than a TV .", "tokenized_text": ["a", "good", "window", "or", "floor", "fan", "does", "the", "job", "of", "white", "noise", "much", "better", "than", "a", "tv"]}, "9733": {"text": "I do n't watch TV at home at all any more .", "tokenized_text": ["i", "do", "n", "t", "watch", "tv", "at", "home", "at", "all", "any", "more"]}, "9734": {"text": "Maybe I 'll watch for an hour or so the few times a year I 'm travelling and stay in a hotel .", "tokenized_text": ["maybe", "i", "ll", "watch", "for", "an", "hour", "or", "so", "the", "few", "times", "a", "year", "i", "m", "travelling", "and", "stay", "in", "a", "hotel"]}, "9735": {"text": "I can tell you about my city which lies in Europe .", "tokenized_text": ["i", "can", "tell", "you", "about", "my", "city", "which", "lies", "in", "europe"]}, "9736": {"text": "It is Athens in Greece with population 4.000.000 people.The non whites ( Blacks/Asians ) are 5000 at the most.Maybe you see a black person once in a couple of months ( or in television ) .", "tokenized_text": ["it", "is", "athens", "in", "greece", "with", "population", "4", "000", "000", "people", "the", "non", "whites", "blacks", "asians", "are", "5000", "at", "the", "most", "maybe", "you", "see", "a", "black", "person", "once", "in", "a", "couple", "of", "months", "or", "in", "television"]}, "9737": {"text": "Also all the East European countries ( Chezch Republic , Poland , Slovakia , Finland etc ) are 99,99 % white .", "tokenized_text": ["also", "all", "the", "east", "european", "countries", "chezch", "republic", "poland", "slovakia", "finland", "etc", "are", "99", "99", "white"]}, "9738": {"text": "i have gripfasts. shoes and boots. the boots i have only worn once. i should break them in more. and the shoes are ' dressier ' .", "tokenized_text": ["i", "have", "gripfasts", "shoes", "and", "boots", "the", "boots", "i", "have", "only", "worn", "once", "i", "should", "break", "them", "in", "more", "and", "the", "shoes", "are", "dressier"]}, "9739": {"text": "If you need some help and I could provide it , send me a PM .", "tokenized_text": ["if", "you", "need", "some", "help", "and", "i", "could", "provide", "it", "send", "me", "a", "pm"]}, "9740": {"text": "Do not show your email adress publicly on the forums .", "tokenized_text": ["do", "not", "show", "your", "email", "adress", "publicly", "on", "the", "forums"]}, "9741": {"text": "LMWAO!You were letting them fish in your pockets ?", "tokenized_text": ["lmwao", "you", "were", "letting", "them", "fish", "in", "your", "pockets"]}, "9742": {"text": "ASIAN security guards !?", "tokenized_text": ["asian", "security", "guards"]}, "9743": {"text": "First they give us sars then they are standing by watching the law get broken , WTF !?", "tokenized_text": ["first", "they", "give", "us", "sars", "then", "they", "are", "standing", "by", "watching", "the", "law", "get", "broken", "wtf"]}, "9744": {"text": "Originally it was a good luck symbol .", "tokenized_text": ["originally", "it", "was", "a", "good", "luck", "symbol"]}, "9745": {"text": "Its a very old symbol and the Nazi 's chose it because it had been around for a long time and that represented strong Aryan roots .", "tokenized_text": ["its", "a", "very", "old", "symbol", "and", "the", "nazi", "s", "chose", "it", "because", "it", "had", "been", "around", "for", "a", "long", "time", "and", "that", "represented", "strong", "aryan", "roots"]}, "9746": {"text": "Swissgirl is your teacher openly gay ?", "tokenized_text": ["swissgirl", "is", "your", "teacher", "openly", "gay"]}, "9747": {"text": "Is it legal for him to talk about his sexuality in front of his students ?", "tokenized_text": ["is", "it", "legal", "for", "him", "to", "talk", "about", "his", "sexuality", "in", "front", "of", "his", "students"]}, "9748": {"text": "Crap like that is all so common these days .", "tokenized_text": ["crap", "like", "that", "is", "all", "so", "common", "these", "days"]}, "9749": {"text": "I mean blacks whine that NASCAR is racist .", "tokenized_text": ["i", "mean", "blacks", "whine", "that", "nascar", "is", "racist"]}, "9750": {"text": "Sad how low people will go you know ?", "tokenized_text": ["sad", "how", "low", "people", "will", "go", "you", "know"]}, "9751": {"text": "I saw someone playing on an Enemy Territory server using this handle and I was wondering if it was someone who posts here .", "tokenized_text": ["i", "saw", "someone", "playing", "on", "an", "enemy", "territory", "server", "using", "this", "handle", "and", "i", "was", "wondering", "if", "it", "was", "someone", "who", "posts", "here"]}, "9752": {"text": "so you are trying to make us look bad ? just because there are a few bad apples in a tree doesnt mean the whole tree is bad !", "tokenized_text": ["so", "you", "are", "trying", "to", "make", "us", "look", "bad", "just", "because", "there", "are", "a", "few", "bad", "apples", "in", "a", "tree", "doesnt", "mean", "the", "whole", "tree", "is", "bad"]}, "9753": {"text": "Nobody knows what is right for you except you .", "tokenized_text": ["nobody", "knows", "what", "is", "right", "for", "you", "except", "you"]}, "9754": {"text": "You are going to have to make this decision on your own .", "tokenized_text": ["you", "are", "going", "to", "have", "to", "make", "this", "decision", "on", "your", "own"]}, "9755": {"text": "welcome. here we promote white unity. british occupation of n.ireland is another issue. we cannot succeed if we promote hate against other whites. that is a fundamental tenet of white nationalism. just something to think about .", "tokenized_text": ["welcome", "here", "we", "promote", "white", "unity", "british", "occupation", "of", "n", "ireland", "is", "another", "issue", "we", "cannot", "succeed", "if", "we", "promote", "hate", "against", "other", "whites", "that", "is", "a", "fundamental", "tenet", "of", "white", "nationalism", "just", "something", "to", "think", "about"]}, "9756": {"text": "first off i aint a weirdo i was joking. second your inbox may be empty but check your sent message list", "tokenized_text": ["first", "off", "i", "aint", "a", "weirdo", "i", "was", "joking", "second", "your", "inbox", "may", "be", "empty", "but", "check", "your", "sent", "message", "list"]}, "9757": {"text": "Being hit with a paintball is not bad , the painfull stuff is when you are diving around in air to the floor and you slice your elbows and knees up", "tokenized_text": ["being", "hit", "with", "a", "paintball", "is", "not", "bad", "the", "painfull", "stuff", "is", "when", "you", "are", "diving", "around", "in", "air", "to", "the", "floor", "and", "you", "slice", "your", "elbows", "and", "knees", "up"]}, "9758": {"text": "lol!", "tokenized_text": ["lol"]}, "9759": {"text": "I ca n't believe I spelt asian wrong .", "tokenized_text": ["i", "ca", "n", "t", "believe", "i", "spelt", "asian", "wrong"]}, "9760": {"text": "And second of all whites are smarter than asians and if you ever look at bodybuilding contests you will see only whites maybe one or 2 blacks .", "tokenized_text": ["and", "second", "of", "all", "whites", "are", "smarter", "than", "asians", "and", "if", "you", "ever", "look", "at", "bodybuilding", "contests", "you", "will", "see", "only", "whites", "maybe", "one", "or", "2", "blacks"]}, "9761": {"text": "My nose has been broken a few times haha .", "tokenized_text": ["my", "nose", "has", "been", "broken", "a", "few", "times", "haha"]}, "9762": {"text": "Once when I was a kid and a couple itmes in fights", "tokenized_text": ["once", "when", "i", "was", "a", "kid", "and", "a", "couple", "itmes", "in", "fights"]}, "9763": {"text": "i sit around everyday saying white pride and all , but i dont feel really involved , yet whites are being destroyed today more than ever , white culture is being destroyed more than ever. i dont know about everyone else but im sick off just watching it from the sidelines. i dont want to see my children be exposed to society like this. i want a change at all costs today. if anyone is in driving distance of massachusetts , post back .", "tokenized_text": ["i", "sit", "around", "everyday", "saying", "white", "pride", "and", "all", "but", "i", "dont", "feel", "really", "involved", "yet", "whites", "are", "being", "destroyed", "today", "more", "than", "ever", "white", "culture", "is", "being", "destroyed", "more", "than", "ever", "i", "dont", "know", "about", "everyone", "else", "but", "im", "sick", "off", "just", "watching", "it", "from", "the", "sidelines", "i", "dont", "want", "to", "see", "my", "children", "be", "exposed", "to", "society", "like", "this", "i", "want", "a", "change", "at", "all", "costs", "today", "if", "anyone", "is", "in", "driving", "distance", "of", "massachusetts", "post", "back"]}, "9764": {"text": "``Thebest thing to do is stand there and look them straight in their eyes with the NO FEAR stare and wait for them to throw their signature haymaker . ''", "tokenized_text": ["thebest", "thing", "to", "do", "is", "stand", "there", "and", "look", "them", "straight", "in", "their", "eyes", "with", "the", "no", "fear", "stare", "and", "wait", "for", "them", "to", "throw", "their", "signature", "haymaker"]}, "9765": {"text": "That describes the mooleys very well , the signature haymaker .", "tokenized_text": ["that", "describes", "the", "mooleys", "very", "well", "the", "signature", "haymaker"]}, "9766": {"text": "Looking at your guys situation makes me realise how lucky I am that my high school is 100 % white however even in my remote countryside community there are more and more black 's moving into the area , and their kids .", "tokenized_text": ["looking", "at", "your", "guys", "situation", "makes", "me", "realise", "how", "lucky", "i", "am", "that", "my", "high", "school", "is", "100", "white", "however", "even", "in", "my", "remote", "countryside", "community", "there", "are", "more", "and", "more", "black", "s", "moving", "into", "the", "area", "and", "their", "kids"]}, "9767": {"text": "I have a goatee its clean and short but I used to have a long beard but got sick of it pretty fast", "tokenized_text": ["i", "have", "a", "goatee", "its", "clean", "and", "short", "but", "i", "used", "to", "have", "a", "long", "beard", "but", "got", "sick", "of", "it", "pretty", "fast"]}, "9768": {"text": "them damn wiggers need a friggen reality check. its bad when a white person walks to another and calls him his `` dawg ''", "tokenized_text": ["them", "damn", "wiggers", "need", "a", "friggen", "reality", "check", "its", "bad", "when", "a", "white", "person", "walks", "to", "another", "and", "calls", "him", "his", "dawg"]}, "9769": {"text": "HIV will do its job. the fags keep searching for a cure but they will never find one because it keeps on changing and mutating. already 60 percent of faggot apes have AIDS and it continues to grow .", "tokenized_text": ["hiv", "will", "do", "its", "job", "the", "fags", "keep", "searching", "for", "a", "cure", "but", "they", "will", "never", "find", "one", "because", "it", "keeps", "on", "changing", "and", "mutating", "already", "60", "percent", "of", "faggot", "apes", "have", "aids", "and", "it", "continues", "to", "grow"]}, "9770": {"text": "The only bad thing is that these sick animals will infect whites .", "tokenized_text": ["the", "only", "bad", "thing", "is", "that", "these", "sick", "animals", "will", "infect", "whites"]}, "9771": {"text": "I am going to try and update my site soon , I did however add a chat room .", "tokenized_text": ["i", "am", "going", "to", "try", "and", "update", "my", "site", "soon", "i", "did", "however", "add", "a", "chat", "room"]}, "9772": {"text": "I will probably be there most of today to see if anyone comes .", "tokenized_text": ["i", "will", "probably", "be", "there", "most", "of", "today", "to", "see", "if", "anyone", "comes"]}, "9773": {"text": "Wow, maybe next time you should leave your little sister at home especially since you live in a highly non-white populated area .", "tokenized_text": ["wow", "maybe", "next", "time", "you", "should", "leave", "your", "little", "sister", "at", "home", "especially", "since", "you", "live", "in", "a", "highly", "non", "white", "populated", "area"]}, "9774": {"text": "How old are you ?", "tokenized_text": ["how", "old", "are", "you"]}, "9775": {"text": "Thank you for all your support , i have a great list that i am going to look into picking up .", "tokenized_text": ["thank", "you", "for", "all", "your", "support", "i", "have", "a", "great", "list", "that", "i", "am", "going", "to", "look", "into", "picking", "up"]}, "9776": {"text": "Thank You .", "tokenized_text": ["thank", "you"]}, "9777": {"text": "It's a good to add a hint of truth in your essay 's but maybe you have it better off then I did at high school , every teacher I had was very liberal and anti-racist , and could barely accept the truth .", "tokenized_text": ["it", "s", "a", "good", "to", "add", "a", "hint", "of", "truth", "in", "your", "essay", "s", "but", "maybe", "you", "have", "it", "better", "off", "then", "i", "did", "at", "high", "school", "every", "teacher", "i", "had", "was", "very", "liberal", "and", "anti", "racist", "and", "could", "barely", "accept", "the", "truth"]}, "9778": {"text": "This thread reminds me of a post from the old board .", "tokenized_text": ["this", "thread", "reminds", "me", "of", "a", "post", "from", "the", "old", "board"]}, "9779": {"text": "It was from a lady though and the girls here might want to give this a try , I did .", "tokenized_text": ["it", "was", "from", "a", "lady", "though", "and", "the", "girls", "here", "might", "want", "to", "give", "this", "a", "try", "i", "did"]}, "9780": {"text": "You know how they gawk as us , I think in my case because I have blue eyes and all of their females only have brown eyes so they are attracted to us .", "tokenized_text": ["you", "know", "how", "they", "gawk", "as", "us", "i", "think", "in", "my", "case", "because", "i", "have", "blue", "eyes", "and", "all", "of", "their", "females", "only", "have", "brown", "eyes", "so", "they", "are", "attracted", "to", "us"]}, "9781": {"text": "This lady came out of a convenience store and got the stare , she glared right at them , spat on the ground and stormed off !", "tokenized_text": ["this", "lady", "came", "out", "of", "a", "convenience", "store", "and", "got", "the", "stare", "she", "glared", "right", "at", "them", "spat", "on", "the", "ground", "and", "stormed", "off"]}, "9782": {"text": "Now spitting is n't very ladylike , but it 's pretty funny , it gets the point across in all languages and they are left behind while you go away safely .", "tokenized_text": ["now", "spitting", "is", "n", "t", "very", "ladylike", "but", "it", "s", "pretty", "funny", "it", "gets", "the", "point", "across", "in", "all", "languages", "and", "they", "are", "left", "behind", "while", "you", "go", "away", "safely"]}, "9783": {"text": "Just make sure you do n't do it inside a mall , it has to be outside .", "tokenized_text": ["just", "make", "sure", "you", "do", "n", "t", "do", "it", "inside", "a", "mall", "it", "has", "to", "be", "outside"]}, "9784": {"text": "Janice", "tokenized_text": ["janice"]}, "9785": {"text": "HELLO IF YOU ARE A Racist white that wants to talk to a 13 year old male ( preferiblly female but i really dont care ) PLEASE E-mail me at [ email protected ] , ............... i need new friends !!", "tokenized_text": ["hello", "if", "you", "are", "a", "racist", "white", "that", "wants", "to", "talk", "to", "a", "13", "year", "old", "male", "preferiblly", "female", "but", "i", "really", "dont", "care", "please", "e", "mail", "me", "at", "email", "protected", "i", "need", "new", "friends"]}, "9786": {"text": "So Toronto Police are investigating a `` racist '' `` alt-right '' poster found on a telephone poll near a school .", "tokenized_text": ["so", "toronto", "police", "are", "investigating", "a", "racist", "alt", "right", "poster", "found", "on", "a", "telephone", "poll", "near", "a", "school"]}, "9787": {"text": "Check out my thoughts !", "tokenized_text": ["check", "out", "my", "thoughts"]}, "9788": {"text": "Toronto Police Investigating Alt-Right Posters as a Hate Crime ?!", "tokenized_text": ["toronto", "police", "investigating", "alt", "right", "posters", "as", "a", "hate", "crime"]}, "9789": {"text": "- YouTube", "tokenized_text": ["youtube"]}, "9790": {"text": "Fox news reported last night that this beast was caught eating parts of this young man when the police got onto the bus to apprehend him !", "tokenized_text": ["fox", "news", "reported", "last", "night", "that", "this", "beast", "was", "caught", "eating", "parts", "of", "this", "young", "man", "when", "the", "police", "got", "onto", "the", "bus", "to", "apprehend", "him"]}, "9791": {"text": "Whether or not one chooses to eat meat is a very personal decision .", "tokenized_text": ["whether", "or", "not", "one", "chooses", "to", "eat", "meat", "is", "a", "very", "personal", "decision"]}, "9792": {"text": "No one has the right to dictate that to me nor anyone else .", "tokenized_text": ["no", "one", "has", "the", "right", "to", "dictate", "that", "to", "me", "nor", "anyone", "else"]}, "9793": {"text": "\u00d0 \u00d0\u00b5\u00d1 \u00d0 \u00b0 \u00d0 '' \u00d0 3\\/4\u00d01\\/2\u00d0\u00b8\u00d1\u00d0\u00b0-\u00d1\u00d1\u00d0\u00b4\u00d03\\/4\u00d0\u00d1\u00d0\u00b5\u00d1 \u00d0 \u00b2 \u00d0\u00b5\u00d1 \u00d0\u00b5 \u00d0 \u00d0 3\\/4 \u00d0 \u00b3 \u00d0 3\\/4\u00d1\u00d03\\/4\u00d0\u00b4\u00d0\u00b8\u00d1\u00d0\u00b51.", "tokenized_text": ["\u00f0", "\u00f0\u00b5\u00f1", "\u00f0", "\u00f0", "\u00f0", "3", "4\u00f01", "2\u00f0", "\u00f1\u00f0", "\u00f1\u00f1\u00f0", "\u00f03", "4\u00f0\u00f1\u00f0\u00b5\u00f1", "\u00f0", "\u00b2", "\u00f0\u00b5\u00f1", "\u00f0\u00b5", "\u00f0", "\u00f0", "3", "4", "\u00f0", "\u00b3", "\u00f0", "3", "4\u00f1\u00f03", "4\u00f0", "\u00f0", "\u00f1\u00f0\u00b51"]}, "9794": {"text": "\u00d0 \u00b4 \u00d0 \u00b8 \u00d0 3\\/4 - YouTube", "tokenized_text": ["\u00f0", "\u00f0", "\u00f0", "3", "4", "youtube"]}, "9795": {"text": "As long as we are tied to the Rothschild banking system we cannot be independent again .", "tokenized_text": ["as", "long", "as", "we", "are", "tied", "to", "the", "rothschild", "banking", "system", "we", "cannot", "be", "independent", "again"]}, "9796": {"text": "Trudeau Senior got us into that mess .", "tokenized_text": ["trudeau", "senior", "got", "us", "into", "that", "mess"]}, "9797": {"text": "We can turn the cold useless parts of Canada into a dumping ground for Jews and arm the Indians to keep them in line .", "tokenized_text": ["we", "can", "turn", "the", "cold", "useless", "parts", "of", "canada", "into", "a", "dumping", "ground", "for", "jews", "and", "arm", "the", "indians", "to", "keep", "them", "in", "line"]}, "9798": {"text": "Toronto and Vancouver will be returned to the white Canadians and join America as the 51st and 52nd states .", "tokenized_text": ["toronto", "and", "vancouver", "will", "be", "returned", "to", "the", "white", "canadians", "and", "join", "america", "as", "the", "51st", "and", "52nd", "states"]}, "9799": {"text": "Please vote in this poll : Will You Publicly Condemn Those Who Advocate the Murder of Women and Children ?", "tokenized_text": ["please", "vote", "in", "this", "poll", "will", "you", "publicly", "condemn", "those", "who", "advocate", "the", "murder", "of", "women", "and", "children"]}, "9800": {"text": "https : //www.stormfront.org/forum/show ... te-519823.html", "tokenized_text": ["https", "www", "stormfront", "org", "forum", "show", "te", "519823", "html"]}, "9801": {"text": "Many many religious people are just following their programming , mixed in with a little personal interpretation and maybe a voice or two in their heads .", "tokenized_text": ["many", "many", "religious", "people", "are", "just", "following", "their", "programming", "mixed", "in", "with", "a", "little", "personal", "interpretation", "and", "maybe", "a", "voice", "or", "two", "in", "their", "heads"]}, "9802": {"text": "I watch fights on gay parade in budapest together with my friends from hungary , we were together on vacation in one croatian island , it was great to watch how hungarian nationalists were smashing gay parade btw I have some hungarian blood , my grandmother was hungarian Kitartas !", "tokenized_text": ["i", "watch", "fights", "on", "gay", "parade", "in", "budapest", "together", "with", "my", "friends", "from", "hungary", "we", "were", "together", "on", "vacation", "in", "one", "croatian", "island", "it", "was", "great", "to", "watch", "how", "hungarian", "nationalists", "were", "smashing", "gay", "parade", "btw", "i", "have", "some", "hungarian", "blood", "my", "grandmother", "was", "hungarian", "kitartas"]}, "9803": {"text": "Exactly, I stand alone here .", "tokenized_text": ["exactly", "i", "stand", "alone", "here"]}, "9804": {"text": "Voice my opinions without riding the coat tails of others .", "tokenized_text": ["voice", "my", "opinions", "without", "riding", "the", "coat", "tails", "of", "others"]}, "9805": {"text": "You are welcome to grab on if you like !", "tokenized_text": ["you", "are", "welcome", "to", "grab", "on", "if", "you", "like"]}, "9806": {"text": "Egyet se ismerek .", "tokenized_text": ["egyet", "se", "ismerek"]}, "9807": {"text": "Fogalmam sincs hogy mennyi lehet itt .", "tokenized_text": ["fogalmam", "sincs", "hogy", "mennyi", "lehet", "itt"]}, "9808": {"text": "Itt a legtobb Kanadai anti-rasszista , aki meg nem , az fel kimondani az erzelmeit , mert ez sajnos a multikulturalizmus oraszaga .", "tokenized_text": ["itt", "a", "legtobb", "kanadai", "anti", "rasszista", "aki", "meg", "nem", "az", "fel", "kimondani", "az", "erzelmeit", "mert", "ez", "sajnos", "a", "multikulturalizmus", "oraszaga"]}, "9809": {"text": "A feher embernek nincs jovoje Kanadaba , az biztos , mert az orszag el van arasztva nem-feher bevandorlokkal .", "tokenized_text": ["a", "feher", "embernek", "nincs", "jovoje", "kanadaba", "az", "biztos", "mert", "az", "orszag", "el", "van", "arasztva", "nem", "feher", "bevandorlokkal"]}, "9810": {"text": "Persze , majd egyutest alakitok , es csinalunk jo hazafias bulikat .", "tokenized_text": ["persze", "majd", "egyutest", "alakitok", "es", "csinalunk", "jo", "hazafias", "bulikat"]}, "9811": {"text": "English : I do n't know one nationalist .", "tokenized_text": ["english", "i", "do", "n", "t", "know", "one", "nationalist"]}, "9812": {"text": "I have no idea of how many might be here .", "tokenized_text": ["i", "have", "no", "idea", "of", "how", "many", "might", "be", "here"]}, "9813": {"text": "Most Canadians here are anti-racist , and those who are n't , are afraid of expressing their feelings .", "tokenized_text": ["most", "canadians", "here", "are", "anti", "racist", "and", "those", "who", "are", "n", "t", "are", "afraid", "of", "expressing", "their", "feelings"]}, "9814": {"text": "Unfortunately , this is the country of multiculturalism .", "tokenized_text": ["unfortunately", "this", "is", "the", "country", "of", "multiculturalism"]}, "9815": {"text": "The white man has no future in Canada , that is for sure , because the country is being flooded with non-white immigrants .", "tokenized_text": ["the", "white", "man", "has", "no", "future", "in", "canada", "that", "is", "for", "sure", "because", "the", "country", "is", "being", "flooded", "with", "non", "white", "immigrants"]}, "9816": {"text": "Of course , I 'll get together a band , and we 'll throw nice patriotic parties .", "tokenized_text": ["of", "course", "i", "ll", "get", "together", "a", "band", "and", "we", "ll", "throw", "nice", "patriotic", "parties"]}, "9817": {"text": "After all thats happened since the end of apartheid it amazes me how whites in south africa can still look up to mandela .", "tokenized_text": ["after", "all", "thats", "happened", "since", "the", "end", "of", "apartheid", "it", "amazes", "me", "how", "whites", "in", "south", "africa", "can", "still", "look", "up", "to", "mandela"]}, "9818": {"text": "I'm reporting here that I have n't seen or heard anything on talk radio or TV that even hints at Jewish supremacist ethnic cleansing of Whites from USA or Europe .", "tokenized_text": ["i", "m", "reporting", "here", "that", "i", "have", "n", "t", "seen", "or", "heard", "anything", "on", "talk", "radio", "or", "tv", "that", "even", "hints", "at", "jewish", "supremacist", "ethnic", "cleansing", "of", "whites", "from", "usa", "or", "europe"]}, "9819": {"text": "And my job lets me monitor all of Jewish supremacist control of talk radio .", "tokenized_text": ["and", "my", "job", "lets", "me", "monitor", "all", "of", "jewish", "supremacist", "control", "of", "talk", "radio"]}, "9820": {"text": "As usual the magic negro opens his mouth and lies pour forth .", "tokenized_text": ["as", "usual", "the", "magic", "negro", "opens", "his", "mouth", "and", "lies", "pour", "forth"]}, "9821": {"text": "If lies were money he would be the richest negro in the world", "tokenized_text": ["if", "lies", "were", "money", "he", "would", "be", "the", "richest", "negro", "in", "the", "world"]}, "9822": {"text": "Great image of the Jew as a poisonous mushroom .", "tokenized_text": ["great", "image", "of", "the", "jew", "as", "a", "poisonous", "mushroom"]}, "9823": {"text": "I hope the Ukrainians become experts in identifing all the toxic mushrooms springing up .", "tokenized_text": ["i", "hope", "the", "ukrainians", "become", "experts", "in", "identifing", "all", "the", "toxic", "mushrooms", "springing", "up"]}, "9824": {"text": "well, the liberals would go ape crazy .", "tokenized_text": ["well", "the", "liberals", "would", "go", "ape", "crazy"]}, "9825": {"text": "And there 's no need for a video game , just pack concealed carry and walk around any major US city after dark .", "tokenized_text": ["and", "there", "s", "no", "need", "for", "a", "video", "game", "just", "pack", "concealed", "carry", "and", "walk", "around", "any", "major", "us", "city", "after", "dark"]}, "9826": {"text": "They need the white male distracted as much as possible and of course the glorification of the groid ; two birds one stone .", "tokenized_text": ["they", "need", "the", "white", "male", "distracted", "as", "much", "as", "possible", "and", "of", "course", "the", "glorification", "of", "the", "groid", "two", "birds", "one", "stone"]}, "9827": {"text": "We have already reached that point ages ago !", "tokenized_text": ["we", "have", "already", "reached", "that", "point", "ages", "ago"]}, "9828": {"text": "I remember my first job was in a window factory and I was one of the few whites working there .", "tokenized_text": ["i", "remember", "my", "first", "job", "was", "in", "a", "window", "factory", "and", "i", "was", "one", "of", "the", "few", "whites", "working", "there"]}, "9829": {"text": "What will it look like ?", "tokenized_text": ["what", "will", "it", "look", "like"]}, "9830": {"text": "I 've seen it and currently live it , and let me tell you it is not pretty .", "tokenized_text": ["i", "ve", "seen", "it", "and", "currently", "live", "it", "and", "let", "me", "tell", "you", "it", "is", "not", "pretty"]}, "9831": {"text": "In other news , math and science scores in California and Florida schools have declined yet again .", "tokenized_text": ["in", "other", "news", "math", "and", "science", "scores", "in", "california", "and", "florida", "schools", "have", "declined", "yet", "again"]}, "9832": {"text": "Officials are puzzled as to the cause .", "tokenized_text": ["officials", "are", "puzzled", "as", "to", "the", "cause"]}, "9833": {"text": "So how good did this guy have it .", "tokenized_text": ["so", "how", "good", "did", "this", "guy", "have", "it"]}, "9834": {"text": "Look at these pictures .", "tokenized_text": ["look", "at", "these", "pictures"]}, "9835": {"text": "In pictures : Inside the palace Yanukovych did n't want Ukraine to see - Telegraph", "tokenized_text": ["in", "pictures", "inside", "the", "palace", "yanukovych", "did", "n", "t", "want", "ukraine", "to", "see", "telegraph"]}, "9836": {"text": "Because there are kosher Nationalist and pseudo Conservatives mate that is all there is to it , It 's sad to see Fake Nationalist parties defame an actual Nationalist revolution .", "tokenized_text": ["because", "there", "are", "kosher", "nationalist", "and", "pseudo", "conservatives", "mate", "that", "is", "all", "there", "is", "to", "it", "it", "s", "sad", "to", "see", "fake", "nationalist", "parties", "defame", "an", "actual", "nationalist", "revolution"]}, "9837": {"text": "-Nordenwulf", "tokenized_text": ["nordenwulf"]}, "9838": {"text": "Leaked phone call shows Newly appointed Jewish government in Ukraine behind sniper attacks on protesters and police | European Daily News.org Thank god for the internet .", "tokenized_text": ["leaked", "phone", "call", "shows", "newly", "appointed", "jewish", "government", "in", "ukraine", "behind", "sniper", "attacks", "on", "protesters", "and", "police", "european", "daily", "news", "org", "thank", "god", "for", "the", "internet"]}, "9839": {"text": "I use YouTube a lot and I 've been seeing this phrase all over .", "tokenized_text": ["i", "use", "youtube", "a", "lot", "and", "i", "ve", "been", "seeing", "this", "phrase", "all", "over"]}, "9840": {"text": "It 's even on videos that have nothing to do with White Nationalism .", "tokenized_text": ["it", "s", "even", "on", "videos", "that", "have", "nothing", "to", "do", "with", "white", "nationalism"]}, "9841": {"text": "More people must have realized the truth .", "tokenized_text": ["more", "people", "must", "have", "realized", "the", "truth"]}, "9842": {"text": "``Policeand SPCA officials found over 50 carcasses of pigs on National Council of Province 's Chairperson Thandi Modise 's Potchefstroom farm , and the remaining 85 resorted to eating the dead bodies and drinking their own urine to survive .", "tokenized_text": ["policeand", "spca", "officials", "found", "over", "50", "carcasses", "of", "pigs", "on", "national", "council", "of", "province", "s", "chairperson", "thandi", "modise", "s", "potchefstroom", "farm", "and", "the", "remaining", "85", "resorted", "to", "eating", "the", "dead", "bodies", "and", "drinking", "their", "own", "urine", "to", "survive"]}, "9843": {"text": "The bodies of dead goats , geese , sheep , and ducks had also been discovered \" .", "tokenized_text": ["the", "bodies", "of", "dead", "goats", "geese", "sheep", "and", "ducks", "had", "also", "been", "discovered"]}, "9844": {"text": "Scores of dead animals found on Thandi Modise 's farm | eNCA Pigs forced to eat pigs on NCOP chair\u00e2 \u20ac \u2122 s farm | News24 Animal Cruelty ?", "tokenized_text": ["scores", "of", "dead", "animals", "found", "on", "thandi", "modise", "s", "farm", "enca", "pigs", "forced", "to", "eat", "pigs", "on", "ncop", "chair\u00e2", "s", "farm", "news24", "animal", "cruelty"]}, "9845": {"text": "- Pigs Resort To Cannibalism On Modise ? s Farm - News in pictures - Howzit MSN News", "tokenized_text": ["pigs", "resort", "to", "cannibalism", "on", "modise", "s", "farm", "news", "in", "pictures", "howzit", "msn", "news"]}, "9846": {"text": "I guess it 's official then , nothing on this planet is k-proof ...", "tokenized_text": ["i", "guess", "it", "s", "official", "then", "nothing", "on", "this", "planet", "is", "k", "proof"]}, "9847": {"text": "I guess it 's a good thing we did n't let any walk on the moon , heaven knows what would have happenned to it .", "tokenized_text": ["i", "guess", "it", "s", "a", "good", "thing", "we", "did", "n", "t", "let", "any", "walk", "on", "the", "moon", "heaven", "knows", "what", "would", "have", "happenned", "to", "it"]}, "9848": {"text": "Please, enough of the Finno-Ugric fairy tale https : //www.stormfront.org/forum/t416643 / https : //www.stormfront.org/forum/t69616 / And here is a Khanty song for comparison Khanty song `` Akem ar '' ( `` Old Man 's Song '' ) - YouTube", "tokenized_text": ["please", "enough", "of", "the", "finno", "ugric", "fairy", "tale", "https", "www", "stormfront", "org", "forum", "t416643", "https", "www", "stormfront", "org", "forum", "t69616", "and", "here", "is", "a", "khanty", "song", "for", "comparison", "khanty", "song", "akem", "ar", "old", "man", "s", "song", "youtube"]}, "9849": {"text": "JJT, have you been talking to my kids about how I run my house ?", "tokenized_text": ["jjt", "have", "you", "been", "talking", "to", "my", "kids", "about", "how", "i", "run", "my", "house"]}, "9850": {"text": "Wake up White People !", "tokenized_text": ["wake", "up", "white", "people"]}, "9851": {"text": "The Bear Sterns Report on Illegal Immigration Stormfront National Vanguard David Duke American Renaissance", "tokenized_text": ["the", "bear", "sterns", "report", "on", "illegal", "immigration", "stormfront", "national", "vanguard", "david", "duke", "american", "renaissance"]}, "9852": {"text": "Non-whites are looking out for their own interests , race traitors are an enemy by choice and choose to unite with enemies and not whites .", "tokenized_text": ["non", "whites", "are", "looking", "out", "for", "their", "own", "interests", "race", "traitors", "are", "an", "enemy", "by", "choice", "and", "choose", "to", "unite", "with", "enemies", "and", "not", "whites"]}, "9853": {"text": "This video is just plain hilarious .", "tokenized_text": ["this", "video", "is", "just", "plain", "hilarious"]}, "9854": {"text": "I reported some time ago that negroes will even strip the bricks off your home while you are away at work .", "tokenized_text": ["i", "reported", "some", "time", "ago", "that", "negroes", "will", "even", "strip", "the", "bricks", "off", "your", "home", "while", "you", "are", "away", "at", "work"]}, "9855": {"text": "Watch - http://www.youtube.com/watch ? v = PAvAV ... eature = related", "tokenized_text": ["watch", "http", "www", "youtube", "com", "watch", "v", "pavav", "eature", "related"]}, "9856": {"text": "When the tea party people have a event and very few minorities show up its the White tea party people who are racist .", "tokenized_text": ["when", "the", "tea", "party", "people", "have", "a", "event", "and", "very", "few", "minorities", "show", "up", "its", "the", "white", "tea", "party", "people", "who", "are", "racist"]}, "9857": {"text": "If there is a black event and very few Whites show up its the White people who are racist for not coming .", "tokenized_text": ["if", "there", "is", "a", "black", "event", "and", "very", "few", "whites", "show", "up", "its", "the", "white", "people", "who", "are", "racist", "for", "not", "coming"]}, "9858": {"text": "See the pattern .", "tokenized_text": ["see", "the", "pattern"]}, "9859": {"text": "They're trying to turn the Internet into a mirror version of television , in other words turn it into a wasteland of celebrity worship and wipe out all of it 's potential as a medium for informing and educating .", "tokenized_text": ["they", "re", "trying", "to", "turn", "the", "internet", "into", "a", "mirror", "version", "of", "television", "in", "other", "words", "turn", "it", "into", "a", "wasteland", "of", "celebrity", "worship", "and", "wipe", "out", "all", "of", "it", "s", "potential", "as", "a", "medium", "for", "informing", "and", "educating"]}, "9860": {"text": "And these words of wisdom come from a man that thinks another mans anus as well as his own was made to be used as a vagina :", "tokenized_text": ["and", "these", "words", "of", "wisdom", "come", "from", "a", "man", "that", "thinks", "another", "mans", "anus", "as", "well", "as", "his", "own", "was", "made", "to", "be", "used", "as", "a", "vagina"]}, "9861": {"text": "How much longer are we going to wait for them to take care of themselves ?", "tokenized_text": ["how", "much", "longer", "are", "we", "going", "to", "wait", "for", "them", "to", "take", "care", "of", "themselves"]}, "9862": {"text": "We need to make sure every white child and adult is fed before we worry about helpless people who have to eat cow crap in order to survive .", "tokenized_text": ["we", "need", "to", "make", "sure", "every", "white", "child", "and", "adult", "is", "fed", "before", "we", "worry", "about", "helpless", "people", "who", "have", "to", "eat", "cow", "crap", "in", "order", "to", "survive"]}, "9863": {"text": "Agreed.", "tokenized_text": ["agreed"]}, "9864": {"text": "I wish everyone would leave them to their own demise so we can be done with it .", "tokenized_text": ["i", "wish", "everyone", "would", "leave", "them", "to", "their", "own", "demise", "so", "we", "can", "be", "done", "with", "it"]}, "9865": {"text": "Simply put , they are AT LEAST 100,000 years behind evolved creatures on the evolutionary scale with no hope of ever progressing .", "tokenized_text": ["simply", "put", "they", "are", "at", "least", "100", "000", "years", "behind", "evolved", "creatures", "on", "the", "evolutionary", "scale", "with", "no", "hope", "of", "ever", "progressing"]}, "9866": {"text": "Nasty..", "tokenized_text": ["nasty"]}, "9867": {"text": "The claim is that years ago India was a White Mans land mixing with the Negro .", "tokenized_text": ["the", "claim", "is", "that", "years", "ago", "india", "was", "a", "white", "mans", "land", "mixing", "with", "the", "negro"]}, "9868": {"text": "They are lighter skin Negros now ...", "tokenized_text": ["they", "are", "lighter", "skin", "negros", "now"]}, "9869": {"text": "Well then , that makes the fact these scum are sending millions of their kin to my country , taking jobs from the White inhabitants , killing our people and mongrelizing our race all alright then .", "tokenized_text": ["well", "then", "that", "makes", "the", "fact", "these", "scum", "are", "sending", "millions", "of", "their", "kin", "to", "my", "country", "taking", "jobs", "from", "the", "white", "inhabitants", "killing", "our", "people", "and", "mongrelizing", "our", "race", "all", "alright", "then"]}, "9870": {"text": "The illustration of Old West ghost towns is something that every American can relate to .", "tokenized_text": ["the", "illustration", "of", "old", "west", "ghost", "towns", "is", "something", "that", "every", "american", "can", "relate", "to"]}, "9871": {"text": "As the pace of retailer collapse accelerates in 2009 , larger malls will begin to go dark .", "tokenized_text": ["as", "the", "pace", "of", "retailer", "collapse", "accelerates", "in", "2009", "larger", "malls", "will", "begin", "to", "go", "dark"]}, "9872": {"text": "Decaying , rotting malls inhabited by rats , wild dogs and homeless former retail employees will be a blight on the suburban landscape for decades .", "tokenized_text": ["decaying", "rotting", "malls", "inhabited", "by", "rats", "wild", "dogs", "and", "homeless", "former", "retail", "employees", "will", "be", "a", "blight", "on", "the", "suburban", "landscape", "for", "decades"]}, "9873": {"text": "Every major retailer in the United States has built their expansion plans on an assumption that American consumers would continue to spend at an unsustainable rate .", "tokenized_text": ["every", "major", "retailer", "in", "the", "united", "states", "has", "built", "their", "expansion", "plans", "on", "an", "assumption", "that", "american", "consumers", "would", "continue", "to", "spend", "at", "an", "unsustainable", "rate"]}, "9874": {"text": "According to the ICSC , about 150,000 stores are anticipated to shut down in 2009 , which adds to the 150,000 that closed in 2008 and 135,000 in 2007 .", "tokenized_text": ["according", "to", "the", "icsc", "about", "150", "000", "stores", "are", "anticipated", "to", "shut", "down", "in", "2009", "which", "adds", "to", "the", "150", "000", "that", "closed", "in", "2008", "and", "135", "000", "in", "2007"]}, "9875": {"text": "Normally , 110,000 to 125,000 new stores open per year .", "tokenized_text": ["normally", "110", "000", "to", "125", "000", "new", "stores", "open", "per", "year"]}, "9876": {"text": "At least 700,000 of retail jobs will be lost .", "tokenized_text": ["at", "least", "700", "000", "of", "retail", "jobs", "will", "be", "lost"]}, "9877": {"text": "Mall owners and commercial developers will be hit particularly hard .", "tokenized_text": ["mall", "owners", "and", "commercial", "developers", "will", "be", "hit", "particularly", "hard"]}, "9878": {"text": "As Americans realize that they don t need a $ 5 Starbucks latte , IKEA knickknacks , Jimmy Cho shoes , Rolex watches , granite counters and stainless steel appliances , our mall-centric world will end .", "tokenized_text": ["as", "americans", "realize", "that", "they", "don", "t", "need", "a", "5", "starbucks", "latte", "ikea", "knickknacks", "jimmy", "cho", "shoes", "rolex", "watches", "granite", "counters", "and", "stainless", "steel", "appliances", "our", "mall", "centric", "world", "will", "end"]}, "9879": {"text": "http://prudentbear.com/index.php/com ... y ? art _ id = 10187", "tokenized_text": ["http", "prudentbear", "com", "index", "php", "com", "y", "art", "_", "id", "10187"]}, "9880": {"text": "If you ever ride the L in Chicago pay no attention to the color codes .", "tokenized_text": ["if", "you", "ever", "ride", "the", "l", "in", "chicago", "pay", "no", "attention", "to", "the", "color", "codes"]}, "9881": {"text": "They 're all `` Brown Lines '' .", "tokenized_text": ["they", "re", "all", "brown", "lines"]}, "9882": {"text": "I feel dirty after just touching the railing on one of those things .", "tokenized_text": ["i", "feel", "dirty", "after", "just", "touching", "the", "railing", "on", "one", "of", "those", "things"]}, "9883": {"text": "Very true .", "tokenized_text": ["very", "true"]}, "9884": {"text": "All you need is an orange tree or apple tree in the backyard and the orangutan will happily spend all day there .", "tokenized_text": ["all", "you", "need", "is", "an", "orange", "tree", "or", "apple", "tree", "in", "the", "backyard", "and", "the", "orangutan", "will", "happily", "spend", "all", "day", "there"]}, "9885": {"text": "YouTube - Orangutan Towan Paints at Woodland Park Zoo , HD", "tokenized_text": ["youtube", "orangutan", "towan", "paints", "at", "woodland", "park", "zoo", "hd"]}, "9886": {"text": "Guess we Yanks gave them a hel-uva attitude adjustment at Hiroshima .", "tokenized_text": ["guess", "we", "yanks", "gave", "them", "a", "hel", "uva", "attitude", "adjustment", "at", "hiroshima"]}, "9887": {"text": "Hope fully `` Next year in Jerusalem '' as they say .", "tokenized_text": ["hope", "fully", "next", "year", "in", "jerusalem", "as", "they", "say"]}, "9888": {"text": "P.S. So your are in U.K ?", "tokenized_text": ["p", "s", "so", "your", "are", "in", "u", "k"]}, "9889": {"text": "My great grand dad was Lord of the Manor in Warborough ( Oxfordshire ) .", "tokenized_text": ["my", "great", "grand", "dad", "was", "lord", "of", "the", "manor", "in", "warborough", "oxfordshire"]}, "9890": {"text": "Fifteen years on and they still blame white rule .", "tokenized_text": ["fifteen", "years", "on", "and", "they", "still", "blame", "white", "rule"]}, "9891": {"text": "It will be the same story in another fifteen years .", "tokenized_text": ["it", "will", "be", "the", "same", "story", "in", "another", "fifteen", "years"]}, "9892": {"text": "As the saying goes , you can take the ape out of the jungle , but you ca n't take the jungle out of the ape .", "tokenized_text": ["as", "the", "saying", "goes", "you", "can", "take", "the", "ape", "out", "of", "the", "jungle", "but", "you", "ca", "n", "t", "take", "the", "jungle", "out", "of", "the", "ape"]}, "9893": {"text": "Wow, that 's a mouthful .", "tokenized_text": ["wow", "that", "s", "a", "mouthful"]}, "9894": {"text": "You might want to phone your favorite radio show host Alex Jones and educate him about the bankers .", "tokenized_text": ["you", "might", "want", "to", "phone", "your", "favorite", "radio", "show", "host", "alex", "jones", "and", "educate", "him", "about", "the", "bankers"]}, "9895": {"text": "( Source of quote. )", "tokenized_text": ["source", "of", "quote"]}, "9896": {"text": "I got the book in a box with others for $ 1.00 I never knew anything about free masons until I read this book .", "tokenized_text": ["i", "got", "the", "book", "in", "a", "box", "with", "others", "for", "1", "00", "i", "never", "knew", "anything", "about", "free", "masons", "until", "i", "read", "this", "book"]}, "9897": {"text": "I have read it three times and find it very interesting .", "tokenized_text": ["i", "have", "read", "it", "three", "times", "and", "find", "it", "very", "interesting"]}, "9898": {"text": "The way Jews work together with such cunning would be admirable if their works where not to such disgusting evil ends .", "tokenized_text": ["the", "way", "jews", "work", "together", "with", "such", "cunning", "would", "be", "admirable", "if", "their", "works", "where", "not", "to", "such", "disgusting", "evil", "ends"]}, "9899": {"text": "Wasn't it the Government in the Congo that was at war with the gorillas a while back because the gorillas were `` threatening their superiority '' ?", "tokenized_text": ["wasn", "t", "it", "the", "government", "in", "the", "congo", "that", "was", "at", "war", "with", "the", "gorillas", "a", "while", "back", "because", "the", "gorillas", "were", "threatening", "their", "superiority"]}, "9900": {"text": "I've always said that black people make the perfect slaves because anyone who cannot or will not take responsibility and be master of their own lives is already a slave .", "tokenized_text": ["i", "ve", "always", "said", "that", "black", "people", "make", "the", "perfect", "slaves", "because", "anyone", "who", "cannot", "or", "will", "not", "take", "responsibility", "and", "be", "master", "of", "their", "own", "lives", "is", "already", "a", "slave"]}, "9901": {"text": "How can a country that sits on some of the best coal in the region experience coal shortage ?", "tokenized_text": ["how", "can", "a", "country", "that", "sits", "on", "some", "of", "the", "best", "coal", "in", "the", "region", "experience", "coal", "shortage"]}, "9902": {"text": "Only in Africa ...", "tokenized_text": ["only", "in", "africa"]}, "9903": {"text": "http://abcnews.go.com/International/print ? id = 2483106 AP Story", "tokenized_text": ["http", "abcnews", "go", "com", "international", "print", "id", "2483106", "ap", "story"]}, "9904": {"text": "I believe these apes may be on to something by chopping off penises to cure aids .", "tokenized_text": ["i", "believe", "these", "apes", "may", "be", "on", "to", "something", "by", "chopping", "off", "penises", "to", "cure", "aids"]}, "9905": {"text": "An ape without a penis will never be able to pass it on to others .", "tokenized_text": ["an", "ape", "without", "a", "penis", "will", "never", "be", "able", "to", "pass", "it", "on", "to", "others"]}, "9906": {"text": "Why have n't we thought about that over here ?", "tokenized_text": ["why", "have", "n", "t", "we", "thought", "about", "that", "over", "here"]}, "9907": {"text": "I'd say that here on SF , most of the thread derailers are crypto-antis who do n't give hoot about Thor or Jesus .", "tokenized_text": ["i", "d", "say", "that", "here", "on", "sf", "most", "of", "the", "thread", "derailers", "are", "crypto", "antis", "who", "do", "n", "t", "give", "hoot", "about", "thor", "or", "jesus"]}, "9908": {"text": "It is no mere coincidence that the Liberal Party color is Blue .", "tokenized_text": ["it", "is", "no", "mere", "coincidence", "that", "the", "liberal", "party", "color", "is", "blue"]}, "9909": {"text": "It 's a symbol demonstrating a lack of oxygen to the head of all its members .", "tokenized_text": ["it", "s", "a", "symbol", "demonstrating", "a", "lack", "of", "oxygen", "to", "the", "head", "of", "all", "its", "members"]}, "9910": {"text": "We will just have to wait and see .", "tokenized_text": ["we", "will", "just", "have", "to", "wait", "and", "see"]}, "9911": {"text": "Only the future will determine which plan can be used to bring our race out of its current predicament .", "tokenized_text": ["only", "the", "future", "will", "determine", "which", "plan", "can", "be", "used", "to", "bring", "our", "race", "out", "of", "its", "current", "predicament"]}, "9912": {"text": "Ok how about I post a cool song that will cool us off : YouTube - Darkthrone - Transilvanian Hunger - With Lyrics Now come on people lets make some progress .", "tokenized_text": ["ok", "how", "about", "i", "post", "a", "cool", "song", "that", "will", "cool", "us", "off", "youtube", "darkthrone", "transilvanian", "hunger", "with", "lyrics", "now", "come", "on", "people", "lets", "make", "some", "progress"]}, "9913": {"text": "I stayed up all night cause of this debate .", "tokenized_text": ["i", "stayed", "up", "all", "night", "cause", "of", "this", "debate"]}, "9914": {"text": "Allow me to apologize for my last post , as I was drinking heavily last night but you callin me a genetic lottery winner ? come on now I 've had my fair share of hard times just last week a yellow person came into my place of work and started making trouble .", "tokenized_text": ["allow", "me", "to", "apologize", "for", "my", "last", "post", "as", "i", "was", "drinking", "heavily", "last", "night", "but", "you", "callin", "me", "a", "genetic", "lottery", "winner", "come", "on", "now", "i", "ve", "had", "my", "fair", "share", "of", "hard", "times", "just", "last", "week", "a", "yellow", "person", "came", "into", "my", "place", "of", "work", "and", "started", "making", "trouble"]}, "9915": {"text": "This is ARKANSAS they have no right to smell up my place with their chinese restaurant BO ~ \u25b2 RESTORE ORDER \u25b2 ~", "tokenized_text": ["this", "is", "arkansas", "they", "have", "no", "right", "to", "smell", "up", "my", "place", "with", "their", "chinese", "restaurant", "bo", "restore", "order"]}, "9916": {"text": "the entire system of classes are a marxist invention. the judeo-bolsheviks are using this to divide our society. in other words ' Divide et impera ' .", "tokenized_text": ["the", "entire", "system", "of", "classes", "are", "a", "marxist", "invention", "the", "judeo", "bolsheviks", "are", "using", "this", "to", "divide", "our", "society", "in", "other", "words", "divide", "et", "impera"]}, "9917": {"text": "https://www.youtube.com/watch?v=fRh48AdAS1A RACIST HATE CRIME - YouTube What to Do About Racist Behaviour ?", "tokenized_text": ["https", "www", "youtube", "com", "watch", "v", "frh48adas1a", "racist", "hate", "crime", "youtube", "what", "to", "do", "about", "racist", "behaviour"]}, "9918": {"text": "- YouTube Angry large black woman goes ham on angry young black men - YouTube white man cokes black man and than throws black man off and beat him up .", "tokenized_text": ["youtube", "angry", "large", "black", "woman", "goes", "ham", "on", "angry", "young", "black", "men", "youtube", "white", "man", "cokes", "black", "man", "and", "than", "throws", "black", "man", "off", "and", "beat", "him", "up"]}, "9919": {"text": "- YouTube", "tokenized_text": ["youtube"]}, "9920": {"text": "And the only person to stop and check if the old man was alright was what looks like the only white on the station .", "tokenized_text": ["and", "the", "only", "person", "to", "stop", "and", "check", "if", "the", "old", "man", "was", "alright", "was", "what", "looks", "like", "the", "only", "white", "on", "the", "station"]}, "9921": {"text": "The one part of the video that is n't surprising .", "tokenized_text": ["the", "one", "part", "of", "the", "video", "that", "is", "n", "t", "surprising"]}, "9922": {"text": "YouTube - & #x202a ; Black Male Rapes 10 yr old Deaf Girl , Claims He Thought She was her Mother & #x202c ; & rlm ; YouTube - & #x202a ; Robbers shoot customer & #x202c ; & rlm ; YouTube - & #x202a ; String of robberies by Urban Youths continue in Lincoln , NE & #x202c ; & rlm ;", "tokenized_text": ["youtube", "x202a", "black", "male", "rapes", "10", "yr", "old", "deaf", "girl", "claims", "he", "thought", "she", "was", "her", "mother", "x202c", "rlm", "youtube", "x202a", "robbers", "shoot", "customer", "x202c", "rlm", "youtube", "x202a", "string", "of", "robberies", "by", "urban", "youths", "continue", "in", "lincoln", "ne", "x202c", "rlm"]}, "9923": {"text": "Major chimp-out at hip hop awards .", "tokenized_text": ["major", "chimp", "out", "at", "hip", "hop", "awards"]}, "9924": {"text": "Once again , blacks showing they cannot control themselves .", "tokenized_text": ["once", "again", "blacks", "showing", "they", "cannot", "control", "themselves"]}, "9925": {"text": "( Listen to the noise made at 0.34 - remind you of anything ? )", "tokenized_text": ["listen", "to", "the", "noise", "made", "at", "0", "34", "remind", "you", "of", "anything"]}, "9926": {"text": "LiveLeak.com - Brawl Breaks Out at Hip Hop Awards", "tokenized_text": ["liveleak", "com", "brawl", "breaks", "out", "at", "hip", "hop", "awards"]}, "9927": {"text": "Seattle bus attack on a blind woman : YouTube - Broadcast Yourself .", "tokenized_text": ["seattle", "bus", "attack", "on", "a", "blind", "woman", "youtube", "broadcast", "yourself"]}, "9928": {"text": "Another bus attack , also in Seattle ( click on link to access video ) : Local News | Seattle bus video shows attack on passenger ; suspect has 50 arrests | Seattle Times Newspaper", "tokenized_text": ["another", "bus", "attack", "also", "in", "seattle", "click", "on", "link", "to", "access", "video", "local", "news", "seattle", "bus", "video", "shows", "attack", "on", "passenger", "suspect", "has", "50", "arrests", "seattle", "times", "newspaper"]}, "9929": {"text": "Yes my sister I fear this too for my babies sake I am scares to death I am looking for a support group as well for my family and i", "tokenized_text": ["yes", "my", "sister", "i", "fear", "this", "too", "for", "my", "babies", "sake", "i", "am", "scares", "to", "death", "i", "am", "looking", "for", "a", "support", "group", "as", "well", "for", "my", "family", "and", "i"]}, "9930": {"text": "John Joy Tree , I agree with a lot of what you say but I have a few objections .", "tokenized_text": ["john", "joy", "tree", "i", "agree", "with", "a", "lot", "of", "what", "you", "say", "but", "i", "have", "a", "few", "objections"]}, "9931": {"text": "Number One : The white race is a biological division of the human species ( obviously ) , and to qualify as white you must have certain physical and genetic charcateristics .", "tokenized_text": ["number", "one", "the", "white", "race", "is", "a", "biological", "division", "of", "the", "human", "species", "obviously", "and", "to", "qualify", "as", "white", "you", "must", "have", "certain", "physical", "and", "genetic", "charcateristics"]}, "9932": {"text": "However I cannot name all of these certain characteristics because I am neither an anthropologist or a geneticist .", "tokenized_text": ["however", "i", "cannot", "name", "all", "of", "these", "certain", "characteristics", "because", "i", "am", "neither", "an", "anthropologist", "or", "a", "geneticist"]}, "9933": {"text": "But we must need to be able to name these characteristics to have credibility , so we need to collect anthropological and genetic evidence that will prove there is a white race .", "tokenized_text": ["but", "we", "must", "need", "to", "be", "able", "to", "name", "these", "characteristics", "to", "have", "credibility", "so", "we", "need", "to", "collect", "anthropological", "and", "genetic", "evidence", "that", "will", "prove", "there", "is", "a", "white", "race"]}, "9934": {"text": "As for a white person being of wholly or mostly of European descent Im not so sure of that .", "tokenized_text": ["as", "for", "a", "white", "person", "being", "of", "wholly", "or", "mostly", "of", "european", "descent", "im", "not", "so", "sure", "of", "that"]}, "9935": {"text": "I mean you can find tons of pictures of people in the Middle East , India , North Africa , etc , whose physical appearance is no different from that of a European 's .", "tokenized_text": ["i", "mean", "you", "can", "find", "tons", "of", "pictures", "of", "people", "in", "the", "middle", "east", "india", "north", "africa", "etc", "whose", "physical", "appearance", "is", "no", "different", "from", "that", "of", "a", "european", "s"]}, "9936": {"text": "Since your genetic makeup determines your physical appearance , as long as those photos are of authentic native born people living in Non European areas , there probably are some Non European peoples whose genetic makeup as well as physical appearance differs not in the slightest from that of Europeans , then they must be considered white , so there probably are non European whites .", "tokenized_text": ["since", "your", "genetic", "makeup", "determines", "your", "physical", "appearance", "as", "long", "as", "those", "photos", "are", "of", "authentic", "native", "born", "people", "living", "in", "non", "european", "areas", "there", "probably", "are", "some", "non", "european", "peoples", "whose", "genetic", "makeup", "as", "well", "as", "physical", "appearance", "differs", "not", "in", "the", "slightest", "from", "that", "of", "europeans", "then", "they", "must", "be", "considered", "white", "so", "there", "probably", "are", "non", "european", "whites"]}, "9937": {"text": "Anyways if proven wrong by extensive genetic and anthropological evidence , I will accept the view that to be considered white you must be of pure European ancestry .", "tokenized_text": ["anyways", "if", "proven", "wrong", "by", "extensive", "genetic", "and", "anthropological", "evidence", "i", "will", "accept", "the", "view", "that", "to", "be", "considered", "white", "you", "must", "be", "of", "pure", "european", "ancestry"]}, "9938": {"text": "Number Two : I disagree with your definition of white nationalism because it is confusing .", "tokenized_text": ["number", "two", "i", "disagree", "with", "your", "definition", "of", "white", "nationalism", "because", "it", "is", "confusing"]}, "9939": {"text": "The word nationalism to this day doesnt have a watertight definition however this is what I think it should mean in this context : White nationalism is the belief that the white race must obtain a country for only members of their race to reside in , for the purpose of preserving their race 's existence as a biological category and as well as their races culture .", "tokenized_text": ["the", "word", "nationalism", "to", "this", "day", "doesnt", "have", "a", "watertight", "definition", "however", "this", "is", "what", "i", "think", "it", "should", "mean", "in", "this", "context", "white", "nationalism", "is", "the", "belief", "that", "the", "white", "race", "must", "obtain", "a", "country", "for", "only", "members", "of", "their", "race", "to", "reside", "in", "for", "the", "purpose", "of", "preserving", "their", "race", "s", "existence", "as", "a", "biological", "category", "and", "as", "well", "as", "their", "races", "culture"]}, "9940": {"text": "So racial preservation is the basis for white nationalism and white nationalism is the method with which we want to preserve our race .", "tokenized_text": ["so", "racial", "preservation", "is", "the", "basis", "for", "white", "nationalism", "and", "white", "nationalism", "is", "the", "method", "with", "which", "we", "want", "to", "preserve", "our", "race"]}, "9941": {"text": "Racial preservation is the belief that the existence of a certain race must be preserved ( and well of course its culture ) .", "tokenized_text": ["racial", "preservation", "is", "the", "belief", "that", "the", "existence", "of", "a", "certain", "race", "must", "be", "preserved", "and", "well", "of", "course", "its", "culture"]}, "9942": {"text": "I agree with your definition of homeland however .", "tokenized_text": ["i", "agree", "with", "your", "definition", "of", "homeland", "however"]}, "9943": {"text": "Ill post more .", "tokenized_text": ["ill", "post", "more"]}, "9944": {"text": "But what do you say to the ivy who wants to become a tree ??", "tokenized_text": ["but", "what", "do", "you", "say", "to", "the", "ivy", "who", "wants", "to", "become", "a", "tree"]}, "9945": {"text": "Or for that matter thinks he is a tree ?", "tokenized_text": ["or", "for", "that", "matter", "thinks", "he", "is", "a", "tree"]}, "9946": {"text": "I like her dress she is so lovely and gorgeous .", "tokenized_text": ["i", "like", "her", "dress", "she", "is", "so", "lovely", "and", "gorgeous"]}, "9947": {"text": "I do like the outfit they dressed the simian in ; he looks so regal", "tokenized_text": ["i", "do", "like", "the", "outfit", "they", "dressed", "the", "simian", "in", "he", "looks", "so", "regal"]}, "9948": {"text": "PNR by collectivization of industry do you mean the folk who work in say a factory own it themselves or do you mean its owned by the state in the name of all the citizens .", "tokenized_text": ["pnr", "by", "collectivization", "of", "industry", "do", "you", "mean", "the", "folk", "who", "work", "in", "say", "a", "factory", "own", "it", "themselves", "or", "do", "you", "mean", "its", "owned", "by", "the", "state", "in", "the", "name", "of", "all", "the", "citizens"]}, "9949": {"text": "Well-known area Jewelry Store Owner , John ' The Jeweler ' Lauseng shot & killed during robbery White Owner Of Jewelry Store Murdered , No Prizes For Guessing Who By - NNN Reporters Newsroom Forum R.I.P.", "tokenized_text": ["well", "known", "area", "jewelry", "store", "owner", "john", "the", "jeweler", "lauseng", "shot", "killed", "during", "robbery", "white", "owner", "of", "jewelry", "store", "murdered", "no", "prizes", "for", "guessing", "who", "by", "nnn", "reporters", "newsroom", "forum", "r", "i", "p"]}, "9950": {"text": "I find this particularly revolting ...... my late father owned a retail hardware store for awhile .... I was mixing paint at age six ..... and our town , clientele , etc. , was White ...", "tokenized_text": ["i", "find", "this", "particularly", "revolting", "my", "late", "father", "owned", "a", "retail", "hardware", "store", "for", "awhile", "i", "was", "mixing", "paint", "at", "age", "six", "and", "our", "town", "clientele", "etc", "was", "white"]}, "9951": {"text": "Find Your Soul Paint 14/88 WPWW Erik", "tokenized_text": ["find", "your", "soul", "paint", "14", "88", "wpww", "erik"]}, "9952": {"text": "Jeffrey McAdam was fatally shot at a rest stop along Interstate 80 in Iowa County .", "tokenized_text": ["jeffrey", "mcadam", "was", "fatally", "shot", "at", "a", "rest", "stop", "along", "interstate", "80", "in", "iowa", "county"]}, "9953": {"text": "Negro Charged With The Murder Of White Rest Stop Employee - NNN Reporters Newsroom Forum R.I.P.", "tokenized_text": ["negro", "charged", "with", "the", "murder", "of", "white", "rest", "stop", "employee", "nnn", "reporters", "newsroom", "forum", "r", "i", "p"]}, "9954": {"text": "I watch less than an hour of TV in two weeks most of the time .", "tokenized_text": ["i", "watch", "less", "than", "an", "hour", "of", "tv", "in", "two", "weeks", "most", "of", "the", "time"]}, "9955": {"text": "It 's all BS anyway .", "tokenized_text": ["it", "s", "all", "bs", "anyway"]}, "9956": {"text": "When ever I see these white children murdered by these sub humans it makes me so angry I could cry .", "tokenized_text": ["when", "ever", "i", "see", "these", "white", "children", "murdered", "by", "these", "sub", "humans", "it", "makes", "me", "so", "angry", "i", "could", "cry"]}, "9957": {"text": "How can others be so blind to this ?", "tokenized_text": ["how", "can", "others", "be", "so", "blind", "to", "this"]}, "9958": {"text": "I just do n't understand .", "tokenized_text": ["i", "just", "do", "n", "t", "understand"]}, "9959": {"text": "There are 150K or so on SF and the other hundreds of millions just walk thru life with blinders on .", "tokenized_text": ["there", "are", "150k", "or", "so", "on", "sf", "and", "the", "other", "hundreds", "of", "millions", "just", "walk", "thru", "life", "with", "blinders", "on"]}, "9960": {"text": "EPISODE 71 : Halloween Costumes You Already Own | Watch the video - Yahoo !", "tokenized_text": ["episode", "71", "halloween", "costumes", "you", "already", "own", "watch", "the", "video", "yahoo"]}, "9961": {"text": "Screen Wait till the end when the Blond girlfriend comes in ...", "tokenized_text": ["screen", "wait", "till", "the", "end", "when", "the", "blond", "girlfriend", "comes", "in"]}, "9962": {"text": "So Whites in the next generation are only 20 % of the population ... in their own homelands .", "tokenized_text": ["so", "whites", "in", "the", "next", "generation", "are", "only", "20", "of", "the", "population", "in", "their", "own", "homelands"]}, "9963": {"text": "If that is not genocide , what is ?", "tokenized_text": ["if", "that", "is", "not", "genocide", "what", "is"]}, "9964": {"text": "Thank You for Posting This !!!", "tokenized_text": ["thank", "you", "for", "posting", "this"]}, "9965": {"text": "I saw the same thing on the yahoo page but decided not to make a post .", "tokenized_text": ["i", "saw", "the", "same", "thing", "on", "the", "yahoo", "page", "but", "decided", "not", "to", "make", "a", "post"]}, "9966": {"text": "Do you notice how the primate 's , I mean black kid 's arm is around the white girl ?", "tokenized_text": ["do", "you", "notice", "how", "the", "primate", "s", "i", "mean", "black", "kid", "s", "arm", "is", "around", "the", "white", "girl"]}, "9967": {"text": "The black kid is separating the white boy and girl .", "tokenized_text": ["the", "black", "kid", "is", "separating", "the", "white", "boy", "and", "girl"]}, "9968": {"text": "Meanwhile the white boy is centered behind him and looks clueless .", "tokenized_text": ["meanwhile", "the", "white", "boy", "is", "centered", "behind", "him", "and", "looks", "clueless"]}, "9969": {"text": "I meet a lot Chechen 's a few weeks back i was shocked to see how light skinned they were and they had light brown hair and blue eyes and had European facial features .", "tokenized_text": ["i", "meet", "a", "lot", "chechen", "s", "a", "few", "weeks", "back", "i", "was", "shocked", "to", "see", "how", "light", "skinned", "they", "were", "and", "they", "had", "light", "brown", "hair", "and", "blue", "eyes", "and", "had", "european", "facial", "features"]}, "9970": {"text": "My new next door neighbors are Chechen and they have red hair and light skin .", "tokenized_text": ["my", "new", "next", "door", "neighbors", "are", "chechen", "and", "they", "have", "red", "hair", "and", "light", "skin"]}, "9971": {"text": "I saw this video on youtube Chechen Lezginka - YouTube Why do Russians call them black .", "tokenized_text": ["i", "saw", "this", "video", "on", "youtube", "chechen", "lezginka", "youtube", "why", "do", "russians", "call", "them", "black"]}, "9972": {"text": "It's been brought to my attention recently that I 've overlooked this one .", "tokenized_text": ["it", "s", "been", "brought", "to", "my", "attention", "recently", "that", "i", "ve", "overlooked", "this", "one"]}, "9973": {"text": "Patrick Cassidy , Vide Cor Meum .", "tokenized_text": ["patrick", "cassidy", "vide", "cor", "meum"]}, "9974": {"text": "YouTube - Vide Cor Meum Brilliant .", "tokenized_text": ["youtube", "vide", "cor", "meum", "brilliant"]}, "9975": {"text": "True point .", "tokenized_text": ["true", "point"]}, "9976": {"text": "Israely Zionist indeed prepeared the Georgian attack .", "tokenized_text": ["israely", "zionist", "indeed", "prepeared", "the", "georgian", "attack"]}, "9977": {"text": "https : //www.stormfront.org/forum/show ... li-525314.html According the Sweden research. the report clearly show it in figures .", "tokenized_text": ["https", "www", "stormfront", "org", "forum", "show", "li", "525314", "html", "according", "the", "sweden", "research", "the", "report", "clearly", "show", "it", "in", "figures"]}, "9978": {"text": "About 1000 of Israely military specialists voluntary ( they say so ) served in Georgian army.To prepare the assault on Tshinvaly .", "tokenized_text": ["about", "1000", "of", "israely", "military", "specialists", "voluntary", "they", "say", "so", "served", "in", "georgian", "army", "to", "prepare", "the", "assault", "on", "tshinvaly"]}, "9979": {"text": "No matter that Bulgarians speak similar language as Slavic people , I still don`t find them as Slavic .", "tokenized_text": ["no", "matter", "that", "bulgarians", "speak", "similar", "language", "as", "slavic", "people", "i", "still", "don", "t", "find", "them", "as", "slavic"]}, "9980": {"text": "All Slavic people had same pre-Christian Gods , Svarog , Svetovid , Perun , etc. etc. but old Bulgarian pantheon is totally different .", "tokenized_text": ["all", "slavic", "people", "had", "same", "pre", "christian", "gods", "svarog", "svetovid", "perun", "etc", "etc", "but", "old", "bulgarian", "pantheon", "is", "totally", "different"]}, "9981": {"text": "Which proves that they are a different people , and by any chance not Slavic .", "tokenized_text": ["which", "proves", "that", "they", "are", "a", "different", "people", "and", "by", "any", "chance", "not", "slavic"]}, "9982": {"text": "I dont want to argue but will you nordicists ever stop claiming that blondism in the rest Europe only comes from your lands ?", "tokenized_text": ["i", "dont", "want", "to", "argue", "but", "will", "you", "nordicists", "ever", "stop", "claiming", "that", "blondism", "in", "the", "rest", "europe", "only", "comes", "from", "your", "lands"]}, "9983": {"text": "My prayers go out for the grieving families of those who perished ... What a terrible tragedy ... God have mercy on the souls of those who have left this earth .", "tokenized_text": ["my", "prayers", "go", "out", "for", "the", "grieving", "families", "of", "those", "who", "perished", "what", "a", "terrible", "tragedy", "god", "have", "mercy", "on", "the", "souls", "of", "those", "who", "have", "left", "this", "earth"]}, "9984": {"text": "nobody said I like him and I dont see the reason to like him to be honest WE HAVE ENOUGH CULTURAL HERITAGE FOR HUNDREDS OF GENERATIONS WE SHOULD BE PROUD OF WHAT WE DID NOT OF WHAT SOME AUSTRIAN DID !!!", "tokenized_text": ["nobody", "said", "i", "like", "him", "and", "i", "dont", "see", "the", "reason", "to", "like", "him", "to", "be", "honest", "we", "have", "enough", "cultural", "heritage", "for", "hundreds", "of", "generations", "we", "should", "be", "proud", "of", "what", "we", "did", "not", "of", "what", "some", "austrian", "did"]}, "9985": {"text": "I see that you are a White Patriot , from your other comments .", "tokenized_text": ["i", "see", "that", "you", "are", "a", "white", "patriot", "from", "your", "other", "comments"]}, "9986": {"text": "But your laughing smilie is misleading .", "tokenized_text": ["but", "your", "laughing", "smilie", "is", "misleading"]}, "9987": {"text": "Careful what you laugh at .", "tokenized_text": ["careful", "what", "you", "laugh", "at"]}, "9988": {"text": "hello my name is shane i live in eka i like to surf talk be around kids enjoy people the arts have fun camp fish love my mom have a few close friends but a big support system i go to cr its good i like it also if you need more write me back", "tokenized_text": ["hello", "my", "name", "is", "shane", "i", "live", "in", "eka", "i", "like", "to", "surf", "talk", "be", "around", "kids", "enjoy", "people", "the", "arts", "have", "fun", "camp", "fish", "love", "my", "mom", "have", "a", "few", "close", "friends", "but", "a", "big", "support", "system", "i", "go", "to", "cr", "its", "good", "i", "like", "it", "also", "if", "you", "need", "more", "write", "me", "back"]}, "9989": {"text": "They will continue to be a source of cheap labor if they do n't find a sense of pride and use their labor to strengthen their own nations .", "tokenized_text": ["they", "will", "continue", "to", "be", "a", "source", "of", "cheap", "labor", "if", "they", "do", "n", "t", "find", "a", "sense", "of", "pride", "and", "use", "their", "labor", "to", "strengthen", "their", "own", "nations"]}, "9990": {"text": "Metal: Honor [ Poland ] , Defensor 14 [ Poland ] , Ekspansja [ Poland ] , Hools Attack [ Poland ] , Kolovrat [ Russia ] , Moscow Band [ Russia ] , Ancestors [ Slovakia ] , Conflict 88 [ Czech ] NSBM : Arkona [ Poland ] , Gontyna Kry [ Poland ] , Inferium [ Poland ] , Kataxu [ Poland ] , Thunderbolt [ Poland ] , Veles [ Poland ] , Wojnar [ Poland ] , Wolf 's Moon [ Poland ] ( vocals by Szczecry of Honor ) , and Woodtemple [ Poland ] I used to download from Kazaa but I got tired of all the adware and viruses I got from there .", "tokenized_text": ["metal", "honor", "poland", "defensor", "14", "poland", "ekspansja", "poland", "hools", "attack", "poland", "kolovrat", "russia", "moscow", "band", "russia", "ancestors", "slovakia", "conflict", "88", "czech", "nsbm", "arkona", "poland", "gontyna", "kry", "poland", "inferium", "poland", "kataxu", "poland", "thunderbolt", "poland", "veles", "poland", "wojnar", "poland", "wolf", "s", "moon", "poland", "vocals", "by", "szczecry", "of", "honor", "and", "woodtemple", "poland", "i", "used", "to", "download", "from", "kazaa", "but", "i", "got", "tired", "of", "all", "the", "adware", "and", "viruses", "i", "got", "from", "there"]}, "9991": {"text": "Now I use Soulseek ( click HERE ) for my downloading .", "tokenized_text": ["now", "i", "use", "soulseek", "click", "here", "for", "my", "downloading"]}, "9992": {"text": "What I like about it is you can add people to your buddylist and download files straight from them ( something you ca n't do on Kazaa , methinks ) .", "tokenized_text": ["what", "i", "like", "about", "it", "is", "you", "can", "add", "people", "to", "your", "buddylist", "and", "download", "files", "straight", "from", "them", "something", "you", "ca", "n", "t", "do", "on", "kazaa", "methinks"]}, "9993": {"text": "If you happen to download this , feel free to add me to your Friends list and connect to me .", "tokenized_text": ["if", "you", "happen", "to", "download", "this", "feel", "free", "to", "add", "me", "to", "your", "friends", "list", "and", "connect", "to", "me"]}, "9994": {"text": "My name is SunofSvarog .", "tokenized_text": ["my", "name", "is", "sunofsvarog"]}, "9995": {"text": "2508", "tokenized_text": ["2508"]}, "9996": {"text": "Those poor kikes they cant even escape antisemetism in the country were it is punishable by death ( I am talking about palestinians )", "tokenized_text": ["those", "poor", "kikes", "they", "cant", "even", "escape", "antisemetism", "in", "the", "country", "were", "it", "is", "punishable", "by", "death", "i", "am", "talking", "about", "palestinians"]}, "9997": {"text": "I thought there was talk not too long ago about Putin extending the terms to stay in office ?", "tokenized_text": ["i", "thought", "there", "was", "talk", "not", "too", "long", "ago", "about", "putin", "extending", "the", "terms", "to", "stay", "in", "office"]}, "9998": {"text": "Or was that just a media run ...", "tokenized_text": ["or", "was", "that", "just", "a", "media", "run"]}, "9999": {"text": "2508", "tokenized_text": ["2508"]}, "10000": {"text": "Yes, before age of 10 i never saw an negro in real life , when i moved to Holland i was horrified by the amount of non-whites .", "tokenized_text": ["yes", "before", "age", "of", "10", "i", "never", "saw", "an", "negro", "in", "real", "life", "when", "i", "moved", "to", "holland", "i", "was", "horrified", "by", "the", "amount", "of", "non", "whites"]}, "10001": {"text": "Jup i grew up in St.Petersburg and only saw blacks on tv .", "tokenized_text": ["jup", "i", "grew", "up", "in", "st", "petersburg", "and", "only", "saw", "blacks", "on", "tv"]}, "10002": {"text": "I was so shocked to see all those blacks when i moved to Holland : S", "tokenized_text": ["i", "was", "so", "shocked", "to", "see", "all", "those", "blacks", "when", "i", "moved", "to", "holland", "s"]}, "10003": {"text": "Yea like the resistance the Christian Churches put up against the communists right ?", "tokenized_text": ["yea", "like", "the", "resistance", "the", "christian", "churches", "put", "up", "against", "the", "communists", "right"]}, "10004": {"text": "If the Orthodox Churches had mobilized against the Reds they could have been smashed in their cradle .", "tokenized_text": ["if", "the", "orthodox", "churches", "had", "mobilized", "against", "the", "reds", "they", "could", "have", "been", "smashed", "in", "their", "cradle"]}, "10005": {"text": "My translation offer stands .", "tokenized_text": ["my", "translation", "offer", "stands"]}, "10006": {"text": "Law & Disorder : ' Missing ' toddler found in gym bag Jacksonville police looking for a missing toddler found the child alive but stuffed in a gym bag locked in the back of a car .", "tokenized_text": ["law", "disorder", "missing", "toddler", "found", "in", "gym", "bag", "jacksonville", "police", "looking", "for", "a", "missing", "toddler", "found", "the", "child", "alive", "but", "stuffed", "in", "a", "gym", "bag", "locked", "in", "the", "back", "of", "a", "car"]}, "10007": {"text": "The child s mother has been arrested [ no need to post that ugly face ! ] http://jacksonville.com/news/crime/2010-10-13/story/law-disorder-missing-toddler-found-gym-bag", "tokenized_text": ["the", "child", "s", "mother", "has", "been", "arrested", "no", "need", "to", "post", "that", "ugly", "face", "http", "jacksonville", "com", "news", "crime", "2010", "10", "13", "story", "law", "disorder", "missing", "toddler", "found", "gym", "bag"]}, "10008": {"text": "Company recalls Chinese ginger candy because it 's also flavored with lead | candy , ginger , company - Top Stories - Asians put lead in ginger flavored candy .", "tokenized_text": ["company", "recalls", "chinese", "ginger", "candy", "because", "it", "s", "also", "flavored", "with", "lead", "candy", "ginger", "company", "top", "stories", "asians", "put", "lead", "in", "ginger", "flavored", "candy"]}, "10009": {"text": "Ginger candy is sold on the internet as a relief of pregnant women 's `` morning sickness '' symptoms .", "tokenized_text": ["ginger", "candy", "is", "sold", "on", "the", "internet", "as", "a", "relief", "of", "pregnant", "women", "s", "morning", "sickness", "symptoms"]}, "10010": {"text": "Peter, these people have just been brainpolluted .", "tokenized_text": ["peter", "these", "people", "have", "just", "been", "brainpolluted"]}, "10011": {"text": "Hundreds of millions White people have !", "tokenized_text": ["hundreds", "of", "millions", "white", "people", "have"]}, "10012": {"text": "Our task is to brainwash them ( in the literal meaning of the word ) so that they come home where they belong .", "tokenized_text": ["our", "task", "is", "to", "brainwash", "them", "in", "the", "literal", "meaning", "of", "the", "word", "so", "that", "they", "come", "home", "where", "they", "belong"]}, "10013": {"text": "I had to show this , Macedonian handball fans in Zadar , Croatia .", "tokenized_text": ["i", "had", "to", "show", "this", "macedonian", "handball", "fans", "in", "zadar", "croatia"]}, "10014": {"text": "YouTube - MACEDONIAN FANS IN CROATIA And this : YouTube - Izlezi momce MACEDONIA VS GREAT BRITAIN 23.08.2010", "tokenized_text": ["youtube", "macedonian", "fans", "in", "croatia", "and", "this", "youtube", "izlezi", "momce", "macedonia", "vs", "great", "britain", "23", "08", "2010"]}, "10015": {"text": "It's a great book but I doubt you can find it in English on the Inet .", "tokenized_text": ["it", "s", "a", "great", "book", "but", "i", "doubt", "you", "can", "find", "it", "in", "english", "on", "the", "inet"]}, "10016": {"text": "Try www.amazon.com or other book sellers .", "tokenized_text": ["try", "www", "amazon", "com", "or", "other", "book", "sellers"]}, "10017": {"text": "In South Africa crime is out of hand and the Whites are bearing the brunt .", "tokenized_text": ["in", "south", "africa", "crime", "is", "out", "of", "hand", "and", "the", "whites", "are", "bearing", "the", "brunt"]}, "10018": {"text": "Over a million Whites have left South Africa since the Communist ANC Government came to power .", "tokenized_text": ["over", "a", "million", "whites", "have", "left", "south", "africa", "since", "the", "communist", "anc", "government", "came", "to", "power"]}, "10019": {"text": "A man already accused of killing two women and suspected in the deaths of as many as 30 more was charged with raping and murdering five other victims .", "tokenized_text": ["a", "man", "already", "accused", "of", "killing", "two", "women", "and", "suspected", "in", "the", "deaths", "of", "as", "many", "as", "30", "more", "was", "charged", "with", "raping", "and", "murdering", "five", "other", "victims"]}, "10020": {"text": "http://www.nytimes.com/2009/09/24/us ... er = rss & emc = rss", "tokenized_text": ["http", "www", "nytimes", "com", "2009", "09", "24", "us", "er", "rss", "emc", "rss"]}, "10021": {"text": "Victims of Illegal Alien Crime http://www.voiac.org/report.php REPORT A CRIME .", "tokenized_text": ["victims", "of", "illegal", "alien", "crime", "http", "www", "voiac", "org", "report", "php", "report", "a", "crime"]}, "10022": {"text": "Save this website in your favorites , and spread it around .", "tokenized_text": ["save", "this", "website", "in", "your", "favorites", "and", "spread", "it", "around"]}, "10023": {"text": "Encourage others to report all crimes of Criminal Aliens to this site so that they can get an ongoing tally of the whole blasted scene .", "tokenized_text": ["encourage", "others", "to", "report", "all", "crimes", "of", "criminal", "aliens", "to", "this", "site", "so", "that", "they", "can", "get", "an", "ongoing", "tally", "of", "the", "whole", "blasted", "scene"]}, "10024": {"text": "OFF TOPIC but it has been brought to my attention that this thread is now over a year old so ...", "tokenized_text": ["off", "topic", "but", "it", "has", "been", "brought", "to", "my", "attention", "that", "this", "thread", "is", "now", "over", "a", "year", "old", "so"]}, "10025": {"text": "HAPPY BIRTHDAY NATIONAL SOCIALISM THREAD !", "tokenized_text": ["happy", "birthday", "national", "socialism", "thread"]}, "10026": {"text": "The small Janj River The Una River by Novi Grad The Tara River in Republic of Srpska The Sava River near the town of Srpski Brod Vrbas river The Lake of Nevesinje The Neretva River in Republic of Srpska Izvor Sipovo", "tokenized_text": ["the", "small", "janj", "river", "the", "una", "river", "by", "novi", "grad", "the", "tara", "river", "in", "republic", "of", "srpska", "the", "sava", "river", "near", "the", "town", "of", "srpski", "brod", "vrbas", "river", "the", "lake", "of", "nevesinje", "the", "neretva", "river", "in", "republic", "of", "srpska", "izvor", "sipovo"]}, "10027": {"text": "I am so * * * * ing tired of the moderation on this place .", "tokenized_text": ["i", "am", "so", "ing", "tired", "of", "the", "moderation", "on", "this", "place"]}, "10028": {"text": "The moderation is so slow that this board is borderline trash .", "tokenized_text": ["the", "moderation", "is", "so", "slow", "that", "this", "board", "is", "borderline", "trash"]}, "10029": {"text": "I am sorry but it is the truth .", "tokenized_text": ["i", "am", "sorry", "but", "it", "is", "the", "truth"]}, "10030": {"text": "How then do you explain that the first Rus rulers of Kiev and Novgorod had Scandinavian names ?", "tokenized_text": ["how", "then", "do", "you", "explain", "that", "the", "first", "rus", "rulers", "of", "kiev", "and", "novgorod", "had", "scandinavian", "names"]}, "10031": {"text": "However they had Slavic names already after two generations showing that they were outnumbered and mixed with the local Slav populations .", "tokenized_text": ["however", "they", "had", "slavic", "names", "already", "after", "two", "generations", "showing", "that", "they", "were", "outnumbered", "and", "mixed", "with", "the", "local", "slav", "populations"]}, "10032": {"text": "Russian Oleg and Igor are Slavic versions of Scandinavian Helge and Ingvar .", "tokenized_text": ["russian", "oleg", "and", "igor", "are", "slavic", "versions", "of", "scandinavian", "helge", "and", "ingvar"]}, "10033": {"text": "http://www.tacitus.nu/historisk-atla ... nter/ryssland/", "tokenized_text": ["http", "www", "tacitus", "nu", "historisk", "atla", "nter", "ryssland"]}, "10034": {"text": "Hello, Do you want to know how i think nationalism ?", "tokenized_text": ["hello", "do", "you", "want", "to", "know", "how", "i", "think", "nationalism"]}, "10035": {"text": "It is the spirit , of your country .", "tokenized_text": ["it", "is", "the", "spirit", "of", "your", "country"]}, "10036": {"text": "Every country has their own spirit .", "tokenized_text": ["every", "country", "has", "their", "own", "spirit"]}, "10037": {"text": "And every human is `` together '' with all people , of their country .", "tokenized_text": ["and", "every", "human", "is", "together", "with", "all", "people", "of", "their", "country"]}, "10038": {"text": "That is how we get happy country .", "tokenized_text": ["that", "is", "how", "we", "get", "happy", "country"]}, "10039": {"text": "Markus Riikonen http://www.angelfire.com/hi5/himalajafoundation 32", "tokenized_text": ["markus", "riikonen", "http", "www", "angelfire", "com", "hi5", "himalajafoundation", "32"]}, "10040": {"text": "That is just one of the theories .", "tokenized_text": ["that", "is", "just", "one", "of", "the", "theories"]}, "10041": {"text": "I think that the Inuits were the premier reason for the disappearance of the Nordic people .", "tokenized_text": ["i", "think", "that", "the", "inuits", "were", "the", "premier", "reason", "for", "the", "disappearance", "of", "the", "nordic", "people"]}, "10042": {"text": "I believe it started to become cooler not long after they arrived but the Nordic settlement was in fact expanding ( to the north ) until they encountered the Inuits .", "tokenized_text": ["i", "believe", "it", "started", "to", "become", "cooler", "not", "long", "after", "they", "arrived", "but", "the", "nordic", "settlement", "was", "in", "fact", "expanding", "to", "the", "north", "until", "they", "encountered", "the", "inuits"]}, "10043": {"text": "Okay, that 's good ... maybe they 'll come bursting onto the scene like the parties in Denmark and Norway !", "tokenized_text": ["okay", "that", "s", "good", "maybe", "they", "ll", "come", "bursting", "onto", "the", "scene", "like", "the", "parties", "in", "denmark", "and", "norway"]}, "10044": {"text": "Let 's hope so !", "tokenized_text": ["let", "s", "hope", "so"]}, "10045": {"text": "Aragorn", "tokenized_text": ["aragorn"]}, "10046": {"text": "at least this is been reported , i wonder how many cases like this one happen in USA , England etc and are never reported !", "tokenized_text": ["at", "least", "this", "is", "been", "reported", "i", "wonder", "how", "many", "cases", "like", "this", "one", "happen", "in", "usa", "england", "etc", "and", "are", "never", "reported"]}, "10047": {"text": "When I was about her age I had a a close Swedish female friend whose Swedish family and friends I also met , all of them looked far better than this contestant .", "tokenized_text": ["when", "i", "was", "about", "her", "age", "i", "had", "a", "a", "close", "swedish", "female", "friend", "whose", "swedish", "family", "and", "friends", "i", "also", "met", "all", "of", "them", "looked", "far", "better", "than", "this", "contestant"]}, "10048": {"text": "If anyone can tell what happened on this lake ?", "tokenized_text": ["if", "anyone", "can", "tell", "what", "happened", "on", "this", "lake"]}, "10049": {"text": "I tried to google but always got links of Children of Bodom metal band .", "tokenized_text": ["i", "tried", "to", "google", "but", "always", "got", "links", "of", "children", "of", "bodom", "metal", "band"]}, "10050": {"text": "Yes, I hope and pray that my country will stay clean as long as possible .", "tokenized_text": ["yes", "i", "hope", "and", "pray", "that", "my", "country", "will", "stay", "clean", "as", "long", "as", "possible"]}, "10051": {"text": "We have already taken too much that we do n't need any of those people on our soil .", "tokenized_text": ["we", "have", "already", "taken", "too", "much", "that", "we", "do", "n", "t", "need", "any", "of", "those", "people", "on", "our", "soil"]}, "10052": {"text": "when I was a little kid I used to be in this school and somehow i spoke to this jew. this dude got a narcissistic laugh out of every blonde joke. his favorite was when the blond went to donate semen by using her mouth as container. sad but it 's blonds fault also to let this happen .", "tokenized_text": ["when", "i", "was", "a", "little", "kid", "i", "used", "to", "be", "in", "this", "school", "and", "somehow", "i", "spoke", "to", "this", "jew", "this", "dude", "got", "a", "narcissistic", "laugh", "out", "of", "every", "blonde", "joke", "his", "favorite", "was", "when", "the", "blond", "went", "to", "donate", "semen", "by", "using", "her", "mouth", "as", "container", "sad", "but", "it", "s", "blonds", "fault", "also", "to", "let", "this", "happen"]}, "10053": {"text": "32", "tokenized_text": ["32"]}, "10054": {"text": "I've seen that documentary for some time ago , and I suppose that it has been broadcasted in other nordic countries , too .", "tokenized_text": ["i", "ve", "seen", "that", "documentary", "for", "some", "time", "ago", "and", "i", "suppose", "that", "it", "has", "been", "broadcasted", "in", "other", "nordic", "countries", "too"]}, "10055": {"text": "Anyway , it 's worth watching .", "tokenized_text": ["anyway", "it", "s", "worth", "watching"]}, "10056": {"text": "Arnold R\u00fc\u00fctel , forseta Eistlands , segir \u00fej\u00f3\u00f0 s\u00edna afar \u00feakkl\u00e1ta \u00cdslendingum fyrir a\u00f0 hafa haft hugrekki til a\u00f0 vi\u00f0urkenna sj\u00e1lfst\u00e6\u00f0i Eistlands fyrstir r\u00edkja \u00ed \u00e1g\u00fast 1991 \u00e1 me\u00f0an \u00f6nnur r\u00edki heims \u00fe\u00f6g\u00f0u .", "tokenized_text": ["arnold", "r\u00fc\u00fctel", "forseta", "eistlands", "segir", "\u00fej\u00f3\u00f0", "s\u00edna", "afar", "\u00feakkl\u00e1ta", "\u00edslendingum", "fyrir", "a\u00f0", "hafa", "haft", "hugrekki", "til", "a\u00f0", "vi\u00f0urkenna", "sj\u00e1lfst\u00e6\u00f0i", "eistlands", "fyrstir", "r\u00edkja", "\u00ed", "\u00e1g\u00fast", "1991", "\u00e1", "me\u00f0an", "\u00f6nnur", "r\u00edki", "heims", "\u00fe\u00f6g\u00f0u"]}, "10057": {"text": "R\u00fc\u00fctel , sem staddur er h\u00e9r \u00e1 landi \u00ed opinberri heims\u00f3kn \u00e1samt eiginkonu sinni , Indgrid R\u00fc\u00fctel , sag\u00f0i ennfremur a\u00f0 mikill \u00f3tti hafi veri\u00f0 vi\u00f0 a\u00f0 Sov\u00e9tr\u00edkin beittu landi\u00f0 hervaldi eftir sj\u00e1lfsst\u00e6\u00f0isyfirl\u00fdsinguna .", "tokenized_text": ["r\u00fc\u00fctel", "sem", "staddur", "er", "h\u00e9r", "\u00e1", "landi", "\u00ed", "opinberri", "heims\u00f3kn", "\u00e1samt", "eiginkonu", "sinni", "indgrid", "r\u00fc\u00fctel", "sag\u00f0i", "ennfremur", "a\u00f0", "mikill", "\u00f3tti", "hafi", "veri\u00f0", "vi\u00f0", "a\u00f0", "sov\u00e9tr\u00edkin", "beittu", "landi\u00f0", "hervaldi", "eftir", "sj\u00e1lfsst\u00e6\u00f0isyfirl\u00fdsinguna"]}, "10058": {"text": "R\u00fc\u00fctel tala\u00f0i um hve erfi\u00f0ir t\u00edmar hef\u00f0u veri\u00f0 \u00feegar sj\u00e1lfst\u00e6\u00f0isyfirl\u00fdsingin var gefin \u00fat .", "tokenized_text": ["r\u00fc\u00fctel", "tala\u00f0i", "um", "hve", "erfi\u00f0ir", "t\u00edmar", "hef\u00f0u", "veri\u00f0", "\u00feegar", "sj\u00e1lfst\u00e6\u00f0isyfirl\u00fdsingin", "var", "gefin", "\u00fat"]}, "10059": {"text": "\u00de\u00e1 var Persafl\u00f3astr\u00ed\u00f0i\u00f0 og miklir umbrotat\u00edmar \u00ed Sov\u00e9tr\u00edkjunum .", "tokenized_text": ["\u00fe\u00e1", "var", "persafl\u00f3astr\u00ed\u00f0i\u00f0", "og", "miklir", "umbrotat\u00edmar", "\u00ed", "sov\u00e9tr\u00edkjunum"]}, "10060": {"text": "Forsetinn segir \u00fea\u00f0 hafa sent mikilv\u00e6g skilabo\u00f0 til annarra \u00fej\u00f3\u00f0a a\u00f0 \u00cdslendingar skyldu sty\u00f0ja sj\u00e1lfsst\u00e6\u00f0isyfirl\u00fdsinguna .", "tokenized_text": ["forsetinn", "segir", "\u00fea\u00f0", "hafa", "sent", "mikilv\u00e6g", "skilabo\u00f0", "til", "annarra", "\u00fej\u00f3\u00f0a", "a\u00f0", "\u00edslendingar", "skyldu", "sty\u00f0ja", "sj\u00e1lfsst\u00e6\u00f0isyfirl\u00fdsinguna"]}, "10061": {"text": "------------------------------------------------------- Arnold R\u00fc\u00fctel , president of Estonia , says his nation is grateful to Icelanders for having the courage of recognizing Estonia 's independance while other countries kept quiet .", "tokenized_text": ["arnold", "r\u00fc\u00fctel", "president", "of", "estonia", "says", "his", "nation", "is", "grateful", "to", "icelanders", "for", "having", "the", "courage", "of", "recognizing", "estonia", "s", "independance", "while", "other", "countries", "kept", "quiet"]}, "10062": {"text": "R\u00fc\u00fctel , which is here [ in Iceland ] on a public visit with his wife , Indgrid R\u00fc\u00fctel , said furthermore tat alot of fear had been of Soviets using military force after their decloration of independance .", "tokenized_text": ["r\u00fc\u00fctel", "which", "is", "here", "in", "iceland", "on", "a", "public", "visit", "with", "his", "wife", "indgrid", "r\u00fc\u00fctel", "said", "furthermore", "tat", "alot", "of", "fear", "had", "been", "of", "soviets", "using", "military", "force", "after", "their", "decloration", "of", "independance"]}, "10063": {"text": "R\u00fc\u00fctel spoke of how hard the times had been at the time of the decloration of independance .", "tokenized_text": ["r\u00fc\u00fctel", "spoke", "of", "how", "hard", "the", "times", "had", "been", "at", "the", "time", "of", "the", "decloration", "of", "independance"]}, "10064": {"text": "The Gulf War was being waged and great times of transformation were taking place in the Soviet Union .", "tokenized_text": ["the", "gulf", "war", "was", "being", "waged", "and", "great", "times", "of", "transformation", "were", "taking", "place", "in", "the", "soviet", "union"]}, "10065": {"text": "The president said it sent an important message to other nations that Icelanders recognized their independance .", "tokenized_text": ["the", "president", "said", "it", "sent", "an", "important", "message", "to", "other", "nations", "that", "icelanders", "recognized", "their", "independance"]}, "10066": {"text": "[ First in the world ] We were not afraid to stand up against Soviet terror , to this I take great pride as you all see The larger article in itself you may find here : http://www.mbl.is/mm/frettir/innlent ... ml ? nid = 1083256", "tokenized_text": ["first", "in", "the", "world", "we", "were", "not", "afraid", "to", "stand", "up", "against", "soviet", "terror", "to", "this", "i", "take", "great", "pride", "as", "you", "all", "see", "the", "larger", "article", "in", "itself", "you", "may", "find", "here", "http", "www", "mbl", "is", "mm", "frettir", "innlent", "ml", "nid", "1083256"]}, "10067": {"text": "Idiotic.", "tokenized_text": ["idiotic"]}, "10068": {"text": "They fought for their country and what they believed in .", "tokenized_text": ["they", "fought", "for", "their", "country", "and", "what", "they", "believed", "in"]}, "10069": {"text": "Are they somehow less worthy because they fought for the `` wrong '' side ? 2508", "tokenized_text": ["are", "they", "somehow", "less", "worthy", "because", "they", "fought", "for", "the", "wrong", "side", "2508"]}, "10070": {"text": "dont you get cold when you step out from the water ??? i always figured i 'd freeze my butt off if i did !!!", "tokenized_text": ["dont", "you", "get", "cold", "when", "you", "step", "out", "from", "the", "water", "i", "always", "figured", "i", "d", "freeze", "my", "butt", "off", "if", "i", "did"]}, "10071": {"text": "Wow!", "tokenized_text": ["wow"]}, "10072": {"text": "Do you mean there is one classroom in Norway which has only one white child in it ?", "tokenized_text": ["do", "you", "mean", "there", "is", "one", "classroom", "in", "norway", "which", "has", "only", "one", "white", "child", "in", "it"]}, "10073": {"text": "It sounds like you are at the very beginning of the immigration problem .", "tokenized_text": ["it", "sounds", "like", "you", "are", "at", "the", "very", "beginning", "of", "the", "immigration", "problem"]}, "10074": {"text": "In England there are whole cities that are almost majority ethnic and hundreds of schools with no white children ...", "tokenized_text": ["in", "england", "there", "are", "whole", "cities", "that", "are", "almost", "majority", "ethnic", "and", "hundreds", "of", "schools", "with", "no", "white", "children"]}, "10075": {"text": "Excellent Korefan !", "tokenized_text": ["excellent", "korefan"]}, "10076": {"text": "It is just starting to happen in Riga .", "tokenized_text": ["it", "is", "just", "starting", "to", "happen", "in", "riga"]}, "10077": {"text": "Some of the things I noticed were shop tailors dummies that were black , a couple of mud restaurants , and the germ of blacks being `` fashionable '' taking root .", "tokenized_text": ["some", "of", "the", "things", "i", "noticed", "were", "shop", "tailors", "dummies", "that", "were", "black", "a", "couple", "of", "mud", "restaurants", "and", "the", "germ", "of", "blacks", "being", "fashionable", "taking", "root"]}, "10078": {"text": "There comes a moment when we must act , regardless of the consequences .", "tokenized_text": ["there", "comes", "a", "moment", "when", "we", "must", "act", "regardless", "of", "the", "consequences"]}, "10079": {"text": "However I hope we 'll get off our butts before then .", "tokenized_text": ["however", "i", "hope", "we", "ll", "get", "off", "our", "butts", "before", "then"]}, "10080": {"text": "Well, the entire world is being brain-washed by Judeo-American films , today everyone has a Jew in every corner of your house .", "tokenized_text": ["well", "the", "entire", "world", "is", "being", "brain", "washed", "by", "judeo", "american", "films", "today", "everyone", "has", "a", "jew", "in", "every", "corner", "of", "your", "house"]}, "10081": {"text": "Well i think that fact that they 're Muslims goes to show that Arabs must have colonised that land. and Intermixed with the Existing somalies ..", "tokenized_text": ["well", "i", "think", "that", "fact", "that", "they", "re", "muslims", "goes", "to", "show", "that", "arabs", "must", "have", "colonised", "that", "land", "and", "intermixed", "with", "the", "existing", "somalies"]}, "10082": {"text": "And they Speak Arabic .", "tokenized_text": ["and", "they", "speak", "arabic"]}, "10083": {"text": "I've never heard of this but I guess that it would be based on the amount of food our country produces .", "tokenized_text": ["i", "ve", "never", "heard", "of", "this", "but", "i", "guess", "that", "it", "would", "be", "based", "on", "the", "amount", "of", "food", "our", "country", "produces"]}, "10084": {"text": "We do import more food than we export .", "tokenized_text": ["we", "do", "import", "more", "food", "than", "we", "export"]}, "10085": {"text": "In Britain ..", "tokenized_text": ["in", "britain"]}, "10086": {"text": "Predictions have been forecast at around 2060-2090 .", "tokenized_text": ["predictions", "have", "been", "forecast", "at", "around", "2060", "2090"]}, "10087": {"text": "To be honest .. it frightens the living hell outta me .", "tokenized_text": ["to", "be", "honest", "it", "frightens", "the", "living", "hell", "outta", "me"]}, "10088": {"text": "We must do something .. and soon .", "tokenized_text": ["we", "must", "do", "something", "and", "soon"]}, "10089": {"text": "Here you could see the rest of the adverts of this campaign http://www.jetlageando.com/archives/scpf-es-albino.jpghttp://www.jetlageando.com/archives/...-jardinero.jpghttp://www.jetlageando.com/archives/scpf-es-gemelas.jpg they are supossed to be fun but the one with the black man has another purpose .", "tokenized_text": ["here", "you", "could", "see", "the", "rest", "of", "the", "adverts", "of", "this", "campaign", "http", "www", "jetlageando", "com", "archives", "scpf", "es", "albino", "jpghttp", "www", "jetlageando", "com", "archives", "jardinero", "jpghttp", "www", "jetlageando", "com", "archives", "scpf", "es", "gemelas", "jpg", "they", "are", "supossed", "to", "be", "fun", "but", "the", "one", "with", "the", "black", "man", "has", "another", "purpose"]}, "10090": {"text": "The agency that designed that advert is calle ' milmilk `` milk = leche in Spanish , and '' milleches `` is how the street dogs that are a mixed of different races are called in spanish .", "tokenized_text": ["the", "agency", "that", "designed", "that", "advert", "is", "calle", "milmilk", "milk", "leche", "in", "spanish", "and", "milleches", "is", "how", "the", "street", "dogs", "that", "are", "a", "mixed", "of", "different", "races", "are", "called", "in", "spanish"]}, "10091": {"text": "They said that they chose that name because they are proud of the crossbreeding http://www.scpf.com/", "tokenized_text": ["they", "said", "that", "they", "chose", "that", "name", "because", "they", "are", "proud", "of", "the", "crossbreeding", "http", "www", "scpf", "com"]}, "10092": {"text": "Have you heard of Ajattara Barth ?", "tokenized_text": ["have", "you", "heard", "of", "ajattara", "barth"]}, "10093": {"text": "Relatively new band from Finland and all lyrics in suomi .", "tokenized_text": ["relatively", "new", "band", "from", "finland", "and", "all", "lyrics", "in", "suomi"]}, "10094": {"text": "Maybe try out Red Harvest , The Berzerker and Mistress .", "tokenized_text": ["maybe", "try", "out", "red", "harvest", "the", "berzerker", "and", "mistress"]}, "10095": {"text": "I wish to know what actions Swedes are taking exactly against the invading races !", "tokenized_text": ["i", "wish", "to", "know", "what", "actions", "swedes", "are", "taking", "exactly", "against", "the", "invading", "races"]}, "10096": {"text": "Please tell me what the actions are in general .", "tokenized_text": ["please", "tell", "me", "what", "the", "actions", "are", "in", "general"]}, "10097": {"text": "I would like to get some of the leaflets printed and distribute them but sadly I have not got the funds .", "tokenized_text": ["i", "would", "like", "to", "get", "some", "of", "the", "leaflets", "printed", "and", "distribute", "them", "but", "sadly", "i", "have", "not", "got", "the", "funds"]}, "10098": {"text": "With the help of God we will be congratulating an Irish WN Party on their election success in the not so distant future .", "tokenized_text": ["with", "the", "help", "of", "god", "we", "will", "be", "congratulating", "an", "irish", "wn", "party", "on", "their", "election", "success", "in", "the", "not", "so", "distant", "future"]}, "10099": {"text": "88", "tokenized_text": ["88"]}, "10100": {"text": "WOULD YOU PLEASE STRIVE TO READ MORE CAREFULLY BEFORE YOU JUMP DOWN PEOPLE 'S THROATS ABOUT SOMETHING .", "tokenized_text": ["would", "you", "please", "strive", "to", "read", "more", "carefully", "before", "you", "jump", "down", "people", "s", "throats", "about", "something"]}, "10101": {"text": "None of us are claiming to be better NOR superior to any other white nationality Take a nice , long holiday to Ireland and see what we 're bloody talking about for yourself before you jump in on it .", "tokenized_text": ["none", "of", "us", "are", "claiming", "to", "be", "better", "nor", "superior", "to", "any", "other", "white", "nationality", "take", "a", "nice", "long", "holiday", "to", "ireland", "and", "see", "what", "we", "re", "bloody", "talking", "about", "for", "yourself", "before", "you", "jump", "in", "on", "it"]}, "10102": {"text": "If they ban the celtic cross as a hate symbol it 'll make every graveyard in Ireland a shrine with thousands crosses in them around or country", "tokenized_text": ["if", "they", "ban", "the", "celtic", "cross", "as", "a", "hate", "symbol", "it", "ll", "make", "every", "graveyard", "in", "ireland", "a", "shrine", "with", "thousands", "crosses", "in", "them", "around", "or", "country"]}, "10103": {"text": "it is down to the EU.we have no say anymore on any piece of scum coming into the country as long as they have an EU passport", "tokenized_text": ["it", "is", "down", "to", "the", "eu", "we", "have", "no", "say", "anymore", "on", "any", "piece", "of", "scum", "coming", "into", "the", "country", "as", "long", "as", "they", "have", "an", "eu", "passport"]}, "10104": {"text": "David Duke is the best W N that can speak the truth with the media that hates him.Obama sould return to Africa and help out his own people.Updates on WWW.DAVIDDUKE.COM", "tokenized_text": ["david", "duke", "is", "the", "best", "w", "n", "that", "can", "speak", "the", "truth", "with", "the", "media", "that", "hates", "him", "obama", "sould", "return", "to", "africa", "and", "help", "out", "his", "own", "people", "updates", "on", "www", "davidduke", "com"]}, "10105": {"text": "The story here is that a none to bright thief tried to break into the East London Museum .", "tokenized_text": ["the", "story", "here", "is", "that", "a", "none", "to", "bright", "thief", "tried", "to", "break", "into", "the", "east", "london", "museum"]}, "10106": {"text": "As he went about his dubious deeds he set off the museum s alarm system .", "tokenized_text": ["as", "he", "went", "about", "his", "dubious", "deeds", "he", "set", "off", "the", "museum", "s", "alarm", "system"]}, "10107": {"text": "http://www.newportcity.blogspot.com/", "tokenized_text": ["http", "www", "newportcity", "blogspot", "com"]}, "10108": {"text": "They will be coming to your area to live soon.E-mail our minister of intergraton and thank him for his good work.Attachment 78265", "tokenized_text": ["they", "will", "be", "coming", "to", "your", "area", "to", "live", "soon", "e", "mail", "our", "minister", "of", "intergraton", "and", "thank", "him", "for", "his", "good", "work", "attachment", "78265"]}, "10109": {"text": "Oh I do n't know ..... Look at the possibility 's for the sentence if we use their values ...", "tokenized_text": ["oh", "i", "do", "n", "t", "know", "look", "at", "the", "possibility", "s", "for", "the", "sentence", "if", "we", "use", "their", "values"]}, "10110": {"text": "Stoning Cut of their hands Beheading Tyre neck brace Trial by machete e , e", "tokenized_text": ["stoning", "cut", "of", "their", "hands", "beheading", "tyre", "neck", "brace", "trial", "by", "machete", "e", "e"]}, "10111": {"text": "You cant expect those poor underprivilidged blacks to have to put up with this cold weather .", "tokenized_text": ["you", "cant", "expect", "those", "poor", "underprivilidged", "blacks", "to", "have", "to", "put", "up", "with", "this", "cold", "weather"]}, "10112": {"text": "A nice holiday in the sun paid for by the silly Irish is just the ticket .", "tokenized_text": ["a", "nice", "holiday", "in", "the", "sun", "paid", "for", "by", "the", "silly", "irish", "is", "just", "the", "ticket"]}, "10113": {"text": "Where can whites get in line for a house ?", "tokenized_text": ["where", "can", "whites", "get", "in", "line", "for", "a", "house"]}, "10114": {"text": "I would love a house .", "tokenized_text": ["i", "would", "love", "a", "house"]}, "10115": {"text": "I feel this is racist against whites !", "tokenized_text": ["i", "feel", "this", "is", "racist", "against", "whites"]}, "10116": {"text": "The problems start when you start to accommonadate these people in the first place ! , give an inch and they 'll take a mile ......", "tokenized_text": ["the", "problems", "start", "when", "you", "start", "to", "accommonadate", "these", "people", "in", "the", "first", "place", "give", "an", "inch", "and", "they", "ll", "take", "a", "mile"]}, "10117": {"text": "I would say not !", "tokenized_text": ["i", "would", "say", "not"]}, "10118": {"text": "The media want 's to promote a pro Multi ~ Culti Ireland and not all the disaster that it has caused in Ireland", "tokenized_text": ["the", "media", "want", "s", "to", "promote", "a", "pro", "multi", "culti", "ireland", "and", "not", "all", "the", "disaster", "that", "it", "has", "caused", "in", "ireland"]}, "10119": {"text": "Did anyone here of the co up Irish lets say like the ab have got the Irish mob to be brothers to keep out the foreign crowd ? I got it from the star newspaper a few weeks back could be a load of made up * * * * . ?", "tokenized_text": ["did", "anyone", "here", "of", "the", "co", "up", "irish", "lets", "say", "like", "the", "ab", "have", "got", "the", "irish", "mob", "to", "be", "brothers", "to", "keep", "out", "the", "foreign", "crowd", "i", "got", "it", "from", "the", "star", "newspaper", "a", "few", "weeks", "back", "could", "be", "a", "load", "of", "made", "up"]}, "10120": {"text": "www.resist.com", "tokenized_text": ["www", "resist", "com"]}, "10121": {"text": "It was so great meeting all you guys last night i ca n't believe how many of us managed to hook up `` nearly the entire crew '' see you all in a few days ...", "tokenized_text": ["it", "was", "so", "great", "meeting", "all", "you", "guys", "last", "night", "i", "ca", "n", "t", "believe", "how", "many", "of", "us", "managed", "to", "hook", "up", "nearly", "the", "entire", "crew", "see", "you", "all", "in", "a", "few", "days"]}, "10122": {"text": "Hail Celtic Dawn", "tokenized_text": ["hail", "celtic", "dawn"]}, "10123": {"text": "i think i may know this person ... it 's me and i 'm doing good ! this is some surprise. wow. check you pm 's ! talk to you soon .", "tokenized_text": ["i", "think", "i", "may", "know", "this", "person", "it", "s", "me", "and", "i", "m", "doing", "good", "this", "is", "some", "surprise", "wow", "check", "you", "pm", "s", "talk", "to", "you", "soon"]}, "10124": {"text": "If you 're not prepared to make the effort of holding faith in Ireland 's future , you should leave this board .", "tokenized_text": ["if", "you", "re", "not", "prepared", "to", "make", "the", "effort", "of", "holding", "faith", "in", "ireland", "s", "future", "you", "should", "leave", "this", "board"]}, "10125": {"text": "I would' nt even consider these knackers/pykies as Irish as they have no respect for their race or loyalty to Ireland and should be put down like the dogs they are .", "tokenized_text": ["i", "would", "nt", "even", "consider", "these", "knackers", "pykies", "as", "irish", "as", "they", "have", "no", "respect", "for", "their", "race", "or", "loyalty", "to", "ireland", "and", "should", "be", "put", "down", "like", "the", "dogs", "they", "are"]}, "10126": {"text": "You hit the nail on the head there .", "tokenized_text": ["you", "hit", "the", "nail", "on", "the", "head", "there"]}, "10127": {"text": "Everyone I have spoken to is opposed to multiculturalism and not ONE party in Ireland will do anything about it or listen to people .", "tokenized_text": ["everyone", "i", "have", "spoken", "to", "is", "opposed", "to", "multiculturalism", "and", "not", "one", "party", "in", "ireland", "will", "do", "anything", "about", "it", "or", "listen", "to", "people"]}, "10128": {"text": "Another piece of media propaganda is on the TV now .", "tokenized_text": ["another", "piece", "of", "media", "propaganda", "is", "on", "the", "tv", "now"]}, "10129": {"text": "Capital D which promotes a multicultural Dublin .", "tokenized_text": ["capital", "d", "which", "promotes", "a", "multicultural", "dublin"]}, "10130": {"text": "The reason they are killing themselves is because our weak liberal goverment are too afraid to make them do any sort of training ..", "tokenized_text": ["the", "reason", "they", "are", "killing", "themselves", "is", "because", "our", "weak", "liberal", "goverment", "are", "too", "afraid", "to", "make", "them", "do", "any", "sort", "of", "training"]}, "10131": {"text": "They fear it might be racist !", "tokenized_text": ["they", "fear", "it", "might", "be", "racist"]}, "10132": {"text": "another article on the mail today on their side bet you they will be allowed to stay think of the money that these people soak off the irish people madness www.faem.com", "tokenized_text": ["another", "article", "on", "the", "mail", "today", "on", "their", "side", "bet", "you", "they", "will", "be", "allowed", "to", "stay", "think", "of", "the", "money", "that", "these", "people", "soak", "off", "the", "irish", "people", "madness", "www", "faem", "com"]}, "10133": {"text": "The History channel had something on about what your talking about .", "tokenized_text": ["the", "history", "channel", "had", "something", "on", "about", "what", "your", "talking", "about"]}, "10134": {"text": "It went through the history of all Dracula movies and the real life Dracula !", "tokenized_text": ["it", "went", "through", "the", "history", "of", "all", "dracula", "movies", "and", "the", "real", "life", "dracula"]}, "10135": {"text": "i am a 16yr old irish male dont worry lads i ll make sure ireland stays white and i hope i can count on help from my stormfront brothers around the world ???? 2508", "tokenized_text": ["i", "am", "a", "16yr", "old", "irish", "male", "dont", "worry", "lads", "i", "ll", "make", "sure", "ireland", "stays", "white", "and", "i", "hope", "i", "can", "count", "on", "help", "from", "my", "stormfront", "brothers", "around", "the", "world", "2508"]}, "10136": {"text": "Government should be held accountable for not doing more in the past to preserve better.Hopefully whats left can be managed better .", "tokenized_text": ["government", "should", "be", "held", "accountable", "for", "not", "doing", "more", "in", "the", "past", "to", "preserve", "better", "hopefully", "whats", "left", "can", "be", "managed", "better"]}, "10137": {"text": "Great to see you back Irish Rose .", "tokenized_text": ["great", "to", "see", "you", "back", "irish", "rose"]}, "10138": {"text": "If you 've not had the chance to check it out , you might find this site of some interest .", "tokenized_text": ["if", "you", "ve", "not", "had", "the", "chance", "to", "check", "it", "out", "you", "might", "find", "this", "site", "of", "some", "interest"]}, "10139": {"text": "http://www.irish-nationalism.com/forum/", "tokenized_text": ["http", "www", "irish", "nationalism", "com", "forum"]}, "10140": {"text": "Excellent idea .", "tokenized_text": ["excellent", "idea"]}, "10141": {"text": "I am to help in anyway i can .", "tokenized_text": ["i", "am", "to", "help", "in", "anyway", "i", "can"]}, "10142": {"text": "A few weeks ago i started looking into doing that and have got a few pictures and LOADS of mobile numbers so far , reds are just SO naive !", "tokenized_text": ["a", "few", "weeks", "ago", "i", "started", "looking", "into", "doing", "that", "and", "have", "got", "a", "few", "pictures", "and", "loads", "of", "mobile", "numbers", "so", "far", "reds", "are", "just", "so", "naive"]}, "10143": {"text": "Well atleast the guy was 64 years old , hopefully he 's too old to bear any half caste children with that Filipina woman .", "tokenized_text": ["well", "atleast", "the", "guy", "was", "64", "years", "old", "hopefully", "he", "s", "too", "old", "to", "bear", "any", "half", "caste", "children", "with", "that", "filipina", "woman"]}, "10144": {"text": "As northern Ireland falls under our rule we have more right to be here than a plastic paddy from america so kindly crawl back under your rock .", "tokenized_text": ["as", "northern", "ireland", "falls", "under", "our", "rule", "we", "have", "more", "right", "to", "be", "here", "than", "a", "plastic", "paddy", "from", "america", "so", "kindly", "crawl", "back", "under", "your", "rock"]}, "10145": {"text": "Latha math dhuibh agus d\u00e8 tha dol agad fh\u00e8in , a Ph\u00e0druig/Hello Pat , how are you ?", "tokenized_text": ["latha", "math", "dhuibh", "agus", "d\u00e8", "tha", "dol", "agad", "fh\u00e8in", "a", "ph\u00e0druig", "hello", "pat", "how", "are", "you"]}, "10146": {"text": "Aye , warriour of \u00c9ire . . . whether you would like fadas for Irish G\u00e6ilge , e.g. , \u00e9 , \u00ed , \u00f3 and the like , or Scottish G\u00e6lick , e.g. , \u00ec , \u00f2 , \u00e8 , \u00e9 , \u00ed , \u00e0 , \u00f9 and the like . . . try such , lad : I. Start Menu to All Programs to Accessouries to System Tools to Litrichean ( I can\u00e6 re-call of what Litrichean tis called in English for my computer is in G\u00e0idhlig , but tis Script Lettres , Characters or the like , I reckon. )", "tokenized_text": ["aye", "warriour", "of", "\u00e9ire", "whether", "you", "would", "like", "fadas", "for", "irish", "g\u00e6ilge", "e", "g", "\u00e9", "\u00ed", "\u00f3", "and", "the", "like", "or", "scottish", "g\u00e6lick", "e", "g", "\u00ec", "\u00f2", "\u00e8", "\u00e9", "\u00ed", "\u00e0", "\u00f9", "and", "the", "like", "try", "such", "lad", "i", "start", "menu", "to", "all", "programs", "to", "accessouries", "to", "system", "tools", "to", "litrichean", "i", "can\u00e6", "re", "call", "of", "what", "litrichean", "tis", "called", "in", "english", "for", "my", "computer", "is", "in", "g\u00e0idhlig", "but", "tis", "script", "lettres", "characters", "or", "the", "like", "i", "reckon"]}, "10147": {"text": "You shall know of where to go from there , gille. or . . .", "tokenized_text": ["you", "shall", "know", "of", "where", "to", "go", "from", "there", "gille", "or"]}, "10148": {"text": "II .", "tokenized_text": ["ii"]}, "10149": {"text": "Change the language of your keyboard setting in your Control Panel under the Regional Optional and Langauges theme. or . . .", "tokenized_text": ["change", "the", "language", "of", "your", "keyboard", "setting", "in", "your", "control", "panel", "under", "the", "regional", "optional", "and", "langauges", "theme", "or"]}, "10150": {"text": "III .", "tokenized_text": ["iii"]}, "10151": {"text": "Make a visit here , lad . .", "tokenized_text": ["make", "a", "visit", "here", "lad"]}, "10152": {"text": ".", "tokenized_text": []}, "10153": {"text": "http://tlt.its.psu.edu/suggestions/ ... entsHandout.pdf or . . .", "tokenized_text": ["http", "tlt", "its", "psu", "edu", "suggestions", "entshandout", "pdf", "or"]}, "10154": {"text": "IV .", "tokenized_text": ["iv"]}, "10155": {"text": "Pray vnto Odin .", "tokenized_text": ["pray", "vnto", "odin"]}, "10156": {"text": "Many-a-luck to you , gille .", "tokenized_text": ["many", "a", "luck", "to", "you", "gille"]}, "10157": {"text": "Greetings were looking to recruit new members for the United Front or start a new chapter in Surrey/Van we are only in the Valley right now pm if interested .", "tokenized_text": ["greetings", "were", "looking", "to", "recruit", "new", "members", "for", "the", "united", "front", "or", "start", "a", "new", "chapter", "in", "surrey", "van", "we", "are", "only", "in", "the", "valley", "right", "now", "pm", "if", "interested"]}, "10158": {"text": "When they took the cross off the Canadian flag then we were doomed .", "tokenized_text": ["when", "they", "took", "the", "cross", "off", "the", "canadian", "flag", "then", "we", "were", "doomed"]}, "10159": {"text": "Up until then we were part of Europe .", "tokenized_text": ["up", "until", "then", "we", "were", "part", "of", "europe"]}, "10160": {"text": "The flag should have the leaf thingy and a mix between the French flag and the George Cross of England to show the ethnic heritage of the White Canadians", "tokenized_text": ["the", "flag", "should", "have", "the", "leaf", "thingy", "and", "a", "mix", "between", "the", "french", "flag", "and", "the", "george", "cross", "of", "england", "to", "show", "the", "ethnic", "heritage", "of", "the", "white", "canadians"]}, "10161": {"text": "Id say move out west were ever either B.C or Alberta all white people in Canada need to move out west so we can take the west back .", "tokenized_text": ["id", "say", "move", "out", "west", "were", "ever", "either", "b", "c", "or", "alberta", "all", "white", "people", "in", "canada", "need", "to", "move", "out", "west", "so", "we", "can", "take", "the", "west", "back"]}, "10162": {"text": "If you want to start doing something productive for your race you can start by posting Mantra .", "tokenized_text": ["if", "you", "want", "to", "start", "doing", "something", "productive", "for", "your", "race", "you", "can", "start", "by", "posting", "mantra"]}, "10163": {"text": "Check out the link in my sig brother .", "tokenized_text": ["check", "out", "the", "link", "in", "my", "sig", "brother"]}, "10164": {"text": "Wrote a brief essay on the theology of the KKK cross burning ritual and how it benefits society as a whole .", "tokenized_text": ["wrote", "a", "brief", "essay", "on", "the", "theology", "of", "the", "kkk", "cross", "burning", "ritual", "and", "how", "it", "benefits", "society", "as", "a", "whole"]}, "10165": {"text": "There's no way to stop them from coming to Canada all that is needed is proof of ownership of a house in India , africa etc and they can enter in on a tourist visa .", "tokenized_text": ["there", "s", "no", "way", "to", "stop", "them", "from", "coming", "to", "canada", "all", "that", "is", "needed", "is", "proof", "of", "ownership", "of", "a", "house", "in", "india", "africa", "etc", "and", "they", "can", "enter", "in", "on", "a", "tourist", "visa"]}, "10166": {"text": "I was in the Taiwan airport and the whole plane was East Indian .", "tokenized_text": ["i", "was", "in", "the", "taiwan", "airport", "and", "the", "whole", "plane", "was", "east", "indian"]}, "10167": {"text": "Live off the island .", "tokenized_text": ["live", "off", "the", "island"]}, "10168": {"text": "I work downtown Montreal but live off the island out in the country .", "tokenized_text": ["i", "work", "downtown", "montreal", "but", "live", "off", "the", "island", "out", "in", "the", "country"]}, "10169": {"text": "Non-whites like crowded conditions not wide open spaces .", "tokenized_text": ["non", "whites", "like", "crowded", "conditions", "not", "wide", "open", "spaces"]}, "10170": {"text": "You forgot to add that they spread disease and their poor hygiene causes pest infestations , then there is rampant drug use and sexual assaulting white women and children .", "tokenized_text": ["you", "forgot", "to", "add", "that", "they", "spread", "disease", "and", "their", "poor", "hygiene", "causes", "pest", "infestations", "then", "there", "is", "rampant", "drug", "use", "and", "sexual", "assaulting", "white", "women", "and", "children"]}, "10171": {"text": "I live hour south of Regina .", "tokenized_text": ["i", "live", "hour", "south", "of", "regina"]}, "10172": {"text": "Not much for natives here where I live , though every store is all philipinos it seems .", "tokenized_text": ["not", "much", "for", "natives", "here", "where", "i", "live", "though", "every", "store", "is", "all", "philipinos", "it", "seems"]}, "10173": {"text": "Every summer there is some trash that rolls through the town and goes on a thieving spree it seems .", "tokenized_text": ["every", "summer", "there", "is", "some", "trash", "that", "rolls", "through", "the", "town", "and", "goes", "on", "a", "thieving", "spree", "it", "seems"]}, "10174": {"text": "Probably comes out of Regina .", "tokenized_text": ["probably", "comes", "out", "of", "regina"]}, "10175": {"text": "Zionists want to maintain the racial diversity in the West .", "tokenized_text": ["zionists", "want", "to", "maintain", "the", "racial", "diversity", "in", "the", "west"]}, "10176": {"text": "They do not want an anti-Islamic uprising that results in the expulsion of Muslims .", "tokenized_text": ["they", "do", "not", "want", "an", "anti", "islamic", "uprising", "that", "results", "in", "the", "expulsion", "of", "muslims"]}, "10177": {"text": "I'm actually really sad that only one person emailed me .", "tokenized_text": ["i", "m", "actually", "really", "sad", "that", "only", "one", "person", "emailed", "me"]}, "10178": {"text": "That 's it ?", "tokenized_text": ["that", "s", "it"]}, "10179": {"text": "In all of Vancouver ?", "tokenized_text": ["in", "all", "of", "vancouver"]}, "10180": {"text": "It makes my heart sick .", "tokenized_text": ["it", "makes", "my", "heart", "sick"]}, "10181": {"text": "Definitely my dad said in his city growing up only nonwhites were a Chinese family running a Chinese restaurant everyone else was white .", "tokenized_text": ["definitely", "my", "dad", "said", "in", "his", "city", "growing", "up", "only", "nonwhites", "were", "a", "chinese", "family", "running", "a", "chinese", "restaurant", "everyone", "else", "was", "white"]}, "10182": {"text": "Id love to live in that Ontario .", "tokenized_text": ["id", "love", "to", "live", "in", "that", "ontario"]}, "10183": {"text": "You need to join a Nationalist organization so you are more part of the scene such as the Nationalist Party of Canada .", "tokenized_text": ["you", "need", "to", "join", "a", "nationalist", "organization", "so", "you", "are", "more", "part", "of", "the", "scene", "such", "as", "the", "nationalist", "party", "of", "canada"]}, "10184": {"text": "in england the spanish flag is probably kosher to fly without getting your collar felt , any flag in the world would be ok but the jack and st george", "tokenized_text": ["in", "england", "the", "spanish", "flag", "is", "probably", "kosher", "to", "fly", "without", "getting", "your", "collar", "felt", "any", "flag", "in", "the", "world", "would", "be", "ok", "but", "the", "jack", "and", "st", "george"]}, "10185": {"text": "They will never get anywhere , they 're just as bad if not worse than the BNP in respect to how stigmatized their name is .", "tokenized_text": ["they", "will", "never", "get", "anywhere", "they", "re", "just", "as", "bad", "if", "not", "worse", "than", "the", "bnp", "in", "respect", "to", "how", "stigmatized", "their", "name", "is"]}, "10186": {"text": "I see where you are coming from .", "tokenized_text": ["i", "see", "where", "you", "are", "coming", "from"]}, "10187": {"text": "But remember , lots of people I hear say that their parents would kick off if their brought back a non-white home to introduce him/her as their partner .", "tokenized_text": ["but", "remember", "lots", "of", "people", "i", "hear", "say", "that", "their", "parents", "would", "kick", "off", "if", "their", "brought", "back", "a", "non", "white", "home", "to", "introduce", "him", "her", "as", "their", "partner"]}, "10188": {"text": "Some of them are Jewish , but most of those complicit in the betrayal of this country are our own flesh and blood , which is the great tragedy of our times .", "tokenized_text": ["some", "of", "them", "are", "jewish", "but", "most", "of", "those", "complicit", "in", "the", "betrayal", "of", "this", "country", "are", "our", "own", "flesh", "and", "blood", "which", "is", "the", "great", "tragedy", "of", "our", "times"]}, "10189": {"text": "The problem is that through western elites we have to feed and look after useless savages like malema .", "tokenized_text": ["the", "problem", "is", "that", "through", "western", "elites", "we", "have", "to", "feed", "and", "look", "after", "useless", "savages", "like", "malema"]}, "10190": {"text": "If that stopped the worthless thing would starve !", "tokenized_text": ["if", "that", "stopped", "the", "worthless", "thing", "would", "starve"]}, "10191": {"text": "The new census has shown some 9.2 million non whites in England and Wales , this was a properly done census in my opinion and has shown that the white population of the UK is barely 50 million", "tokenized_text": ["the", "new", "census", "has", "shown", "some", "9", "2", "million", "non", "whites", "in", "england", "and", "wales", "this", "was", "a", "properly", "done", "census", "in", "my", "opinion", "and", "has", "shown", "that", "the", "white", "population", "of", "the", "uk", "is", "barely", "50", "million"]}, "10192": {"text": "Unfortunately our official greeter Evaline has n't been about for awhile so allow me to bid all of you who have recently joined our little band of brothers ( and sisters ) a warm welcome. max", "tokenized_text": ["unfortunately", "our", "official", "greeter", "evaline", "has", "n", "t", "been", "about", "for", "awhile", "so", "allow", "me", "to", "bid", "all", "of", "you", "who", "have", "recently", "joined", "our", "little", "band", "of", "brothers", "and", "sisters", "a", "warm", "welcome", "max"]}, "10193": {"text": "hi all i am from south of london. hope to make many like minded friends got bored of listening to the lefties so need to talk to real people", "tokenized_text": ["hi", "all", "i", "am", "from", "south", "of", "london", "hope", "to", "make", "many", "like", "minded", "friends", "got", "bored", "of", "listening", "to", "the", "lefties", "so", "need", "to", "talk", "to", "real", "people"]}, "10194": {"text": "Watching and reading between the lines of the libtard media over the past few days , I think they are very nervous indeed .", "tokenized_text": ["watching", "and", "reading", "between", "the", "lines", "of", "the", "libtard", "media", "over", "the", "past", "few", "days", "i", "think", "they", "are", "very", "nervous", "indeed"]}, "10195": {"text": "He use to run it a few year ago I use to run around with him and some other lads from London", "tokenized_text": ["he", "use", "to", "run", "it", "a", "few", "year", "ago", "i", "use", "to", "run", "around", "with", "him", "and", "some", "other", "lads", "from", "london"]}, "10196": {"text": "Hi Lads and Lasses , im new here , The country is in a mess and I have been watching these posts for weeks .", "tokenized_text": ["hi", "lads", "and", "lasses", "im", "new", "here", "the", "country", "is", "in", "a", "mess", "and", "i", "have", "been", "watching", "these", "posts", "for", "weeks"]}, "10197": {"text": "I think its a great site and very informative", "tokenized_text": ["i", "think", "its", "a", "great", "site", "and", "very", "informative"]}, "10198": {"text": "65% of all media coverage in britain is the BBC and they are openly biased towards the left and the others are n't much better .", "tokenized_text": ["65", "of", "all", "media", "coverage", "in", "britain", "is", "the", "bbc", "and", "they", "are", "openly", "biased", "towards", "the", "left", "and", "the", "others", "are", "n", "t", "much", "better"]}, "10199": {"text": "Hello Everyone on Stormfront Have heard a lot of good things about this forum so I have decided to take the plunge .", "tokenized_text": ["hello", "everyone", "on", "stormfront", "have", "heard", "a", "lot", "of", "good", "things", "about", "this", "forum", "so", "i", "have", "decided", "to", "take", "the", "plunge"]}, "10200": {"text": "I 'm a nationalist who belonged to the pre-Griffin BNP .", "tokenized_text": ["i", "m", "a", "nationalist", "who", "belonged", "to", "the", "pre", "griffin", "bnp"]}, "10201": {"text": "Yes and thank you to those who reported this vile sicko .", "tokenized_text": ["yes", "and", "thank", "you", "to", "those", "who", "reported", "this", "vile", "sicko"]}, "10202": {"text": "He can go pollute some other pool with his disgusting paedophilia .", "tokenized_text": ["he", "can", "go", "pollute", "some", "other", "pool", "with", "his", "disgusting", "paedophilia"]}, "10203": {"text": "Creep", "tokenized_text": ["creep"]}, "10204": {"text": "I'm in Australia and I want it to be done and over with , my mum is constantly going on about the Olympics like it 's a big deal .", "tokenized_text": ["i", "m", "in", "australia", "and", "i", "want", "it", "to", "be", "done", "and", "over", "with", "my", "mum", "is", "constantly", "going", "on", "about", "the", "olympics", "like", "it", "s", "a", "big", "deal"]}, "10205": {"text": "Well, being a British nationalist is being a white nationalist seeing as the British are a nation of whites .", "tokenized_text": ["well", "being", "a", "british", "nationalist", "is", "being", "a", "white", "nationalist", "seeing", "as", "the", "british", "are", "a", "nation", "of", "whites"]}, "10206": {"text": "More broadly , of course I wish to see white countries get-on with each other but if it came down to a choice between my country 's interests and those of another white country I would put my own first .", "tokenized_text": ["more", "broadly", "of", "course", "i", "wish", "to", "see", "white", "countries", "get", "on", "with", "each", "other", "but", "if", "it", "came", "down", "to", "a", "choice", "between", "my", "country", "s", "interests", "and", "those", "of", "another", "white", "country", "i", "would", "put", "my", "own", "first"]}, "10207": {"text": "I went on the EDL page last night and I saw the funnies thing .", "tokenized_text": ["i", "went", "on", "the", "edl", "page", "last", "night", "and", "i", "saw", "the", "funnies", "thing"]}, "10208": {"text": "Why Bedfordshire Needs Kevin Carroll as Police Commissioner", "tokenized_text": ["why", "bedfordshire", "needs", "kevin", "carroll", "as", "police", "commissioner"]}, "10209": {"text": "Yes my friend this you must do .", "tokenized_text": ["yes", "my", "friend", "this", "you", "must", "do"]}, "10210": {"text": "And no of course you not going to lay down and let them do what they please .", "tokenized_text": ["and", "no", "of", "course", "you", "not", "going", "to", "lay", "down", "and", "let", "them", "do", "what", "they", "please"]}, "10211": {"text": "We will stand shoulder to shoulder with you on this fight .", "tokenized_text": ["we", "will", "stand", "shoulder", "to", "shoulder", "with", "you", "on", "this", "fight"]}, "10212": {"text": "Kiss and make up kids , the real enemy is on our streets raping our women .", "tokenized_text": ["kiss", "and", "make", "up", "kids", "the", "real", "enemy", "is", "on", "our", "streets", "raping", "our", "women"]}, "10213": {"text": "Let 's deal with the non-whites first Congrats on you finding love", "tokenized_text": ["let", "s", "deal", "with", "the", "non", "whites", "first", "congrats", "on", "you", "finding", "love"]}, "10214": {"text": "If you need a good dog , you ca n't beat a bull terrier , strong , loyal , great with kids , and have a bite pressure of up to 5000 lbs per square inch , compared to a Rottweiller which is 500 lbs per square inch.Sarge2506.", "tokenized_text": ["if", "you", "need", "a", "good", "dog", "you", "ca", "n", "t", "beat", "a", "bull", "terrier", "strong", "loyal", "great", "with", "kids", "and", "have", "a", "bite", "pressure", "of", "up", "to", "5000", "lbs", "per", "square", "inch", "compared", "to", "a", "rottweiller", "which", "is", "500", "lbs", "per", "square", "inch", "sarge2506"]}, "10215": {"text": "Of course the county is lovely , in facts its gods country in our book BUT the cities are rat infested with enrichers , just how the country is isnt it .", "tokenized_text": ["of", "course", "the", "county", "is", "lovely", "in", "facts", "its", "gods", "country", "in", "our", "book", "but", "the", "cities", "are", "rat", "infested", "with", "enrichers", "just", "how", "the", "country", "is", "isnt", "it"]}, "10216": {"text": "I just realised how much anti Russian propaganda is on the internet in the last week or two .", "tokenized_text": ["i", "just", "realised", "how", "much", "anti", "russian", "propaganda", "is", "on", "the", "internet", "in", "the", "last", "week", "or", "two"]}, "10217": {"text": "I hope not much people will trust all that propaganda .", "tokenized_text": ["i", "hope", "not", "much", "people", "will", "trust", "all", "that", "propaganda"]}, "10218": {"text": "Hiya i 'm new here and sick of watching my country become infected with the disease of multiculturalism .", "tokenized_text": ["hiya", "i", "m", "new", "here", "and", "sick", "of", "watching", "my", "country", "become", "infected", "with", "the", "disease", "of", "multiculturalism"]}, "10219": {"text": "It 's nice to be with like-minded individuals .", "tokenized_text": ["it", "s", "nice", "to", "be", "with", "like", "minded", "individuals"]}, "10220": {"text": "I wonder when it will end , and when people will have had enough as well .", "tokenized_text": ["i", "wonder", "when", "it", "will", "end", "and", "when", "people", "will", "have", "had", "enough", "as", "well"]}, "10221": {"text": "This video on british becoming a minority is so awful ill never watch it again .", "tokenized_text": ["this", "video", "on", "british", "becoming", "a", "minority", "is", "so", "awful", "ill", "never", "watch", "it", "again"]}, "10222": {"text": "Welcome CA1784 , ROY BROWN , Th0r , dan23uk , ourtimewillcome and Glasgow Girl .", "tokenized_text": ["welcome", "ca1784", "roy", "brown", "th0r", "dan23uk", "ourtimewillcome", "and", "glasgow", "girl"]}, "10223": {"text": "Just a second and I 'll pipe you all aboard .... Toot-Toot .", "tokenized_text": ["just", "a", "second", "and", "i", "ll", "pipe", "you", "all", "aboard", "toot", "toot"]}, "10224": {"text": "I 'm sorry , I 've only got this Kazoo but ' ' Welcome Aboard ' ' just the same .", "tokenized_text": ["i", "m", "sorry", "i", "ve", "only", "got", "this", "kazoo", "but", "welcome", "aboard", "just", "the", "same"]}, "10225": {"text": "I joined under another name way back in 2003 when SF Britain was a single page , i miss those early days the banter and comradeship was fantastic", "tokenized_text": ["i", "joined", "under", "another", "name", "way", "back", "in", "2003", "when", "sf", "britain", "was", "a", "single", "page", "i", "miss", "those", "early", "days", "the", "banter", "and", "comradeship", "was", "fantastic"]}, "10226": {"text": "I find that video disturbing at best .", "tokenized_text": ["i", "find", "that", "video", "disturbing", "at", "best"]}, "10227": {"text": "The Juden never stop with the race mixing yet they do n't want it for themselves .......", "tokenized_text": ["the", "juden", "never", "stop", "with", "the", "race", "mixing", "yet", "they", "do", "n", "t", "want", "it", "for", "themselves"]}, "10228": {"text": "Disgusting !", "tokenized_text": ["disgusting"]}, "10229": {"text": "I honestly dont understand ukip sometimes they look like labour but on the other hand like the torys .", "tokenized_text": ["i", "honestly", "dont", "understand", "ukip", "sometimes", "they", "look", "like", "labour", "but", "on", "the", "other", "hand", "like", "the", "torys"]}, "10230": {"text": "There a joke BNP FOR ME", "tokenized_text": ["there", "a", "joke", "bnp", "for", "me"]}, "10231": {"text": "And so friendly too .", "tokenized_text": ["and", "so", "friendly", "too"]}, "10232": {"text": "I ca n't wait till they take over our country and we all have to convert to Islam .", "tokenized_text": ["i", "ca", "n", "t", "wait", "till", "they", "take", "over", "our", "country", "and", "we", "all", "have", "to", "convert", "to", "islam"]}, "10233": {"text": "i would move to surrey just outside Kingston upon Thames ok Kingston is infested but outer areas are not too bad inner London is just a joke", "tokenized_text": ["i", "would", "move", "to", "surrey", "just", "outside", "kingston", "upon", "thames", "ok", "kingston", "is", "infested", "but", "outer", "areas", "are", "not", "too", "bad", "inner", "london", "is", "just", "a", "joke"]}, "10234": {"text": "Damn, if I had known about this earlier I would have attended .", "tokenized_text": ["damn", "if", "i", "had", "known", "about", "this", "earlier", "i", "would", "have", "attended"]}, "10235": {"text": "Will there be similar events in the not-too-distant future ?", "tokenized_text": ["will", "there", "be", "similar", "events", "in", "the", "not", "too", "distant", "future"]}, "10236": {"text": "Not an answer I 'd expect from a mod .", "tokenized_text": ["not", "an", "answer", "i", "d", "expect", "from", "a", "mod"]}, "10237": {"text": "The fyromians have always been coming onto the Greek thread for months spewing false history and we provoke them ?", "tokenized_text": ["the", "fyromians", "have", "always", "been", "coming", "onto", "the", "greek", "thread", "for", "months", "spewing", "false", "history", "and", "we", "provoke", "them"]}, "10238": {"text": "Too lazy to make a proper rage comic .", "tokenized_text": ["too", "lazy", "to", "make", "a", "proper", "rage", "comic"]}, "10239": {"text": "* Le me searching le webs for info about le ongoing crisis in this thread .", "tokenized_text": ["le", "me", "searching", "le", "webs", "for", "info", "about", "le", "ongoing", "crisis", "in", "this", "thread"]}, "10240": {"text": "Fyromia - Encyclopedia Dramatica Greece - Encyclopedia Dramatica Bulgaria - Encyclopedia Dramatica", "tokenized_text": ["fyromia", "encyclopedia", "dramatica", "greece", "encyclopedia", "dramatica", "bulgaria", "encyclopedia", "dramatica"]}, "10241": {"text": "In an unassuming family house on a dead end in Verl an internationally known musician a recording studio right has for years operated .", "tokenized_text": ["in", "an", "unassuming", "family", "house", "on", "a", "dead", "end", "in", "verl", "an", "internationally", "known", "musician", "a", "recording", "studio", "right", "has", "for", "years", "operated"]}, "10242": {"text": "Marco Laszcz is a singer and mastermind of the band Sleipnir .", "tokenized_text": ["marco", "laszcz", "is", "a", "singer", "and", "mastermind", "of", "the", "band", "sleipnir"]}, "10243": {"text": "He is regarded as one of the central figures of the neo-Nazi right rock scene .", "tokenized_text": ["he", "is", "regarded", "as", "one", "of", "the", "central", "figures", "of", "the", "neo", "nazi", "right", "rock", "scene"]}, "10244": {"text": "Over the years , he succeeded in Verl , where he has lived since his marriage under the name Marco B. , maintain a bourgeois facade .", "tokenized_text": ["over", "the", "years", "he", "succeeded", "in", "verl", "where", "he", "has", "lived", "since", "his", "marriage", "under", "the", "name", "marco", "b", "maintain", "a", "bourgeois", "facade"]}, "10245": {"text": "Verl : Rechts-Rocker lebt b\u00fcrgerlich in Verl | Neue Westf\u00e4lische , Nachrichten aus Ostwestfalen-Lippe , Bielefeld , G\u00fctersloh , Herford , Paderborn , H\u00f6xter , Warburg , News , Meldungen , Informationen - Neue Westf\u00e4lische - Verl For days over Yule , the Zionist controlled press and Antifa scum have been laying siege to Marco from Sleipnir 's family home .", "tokenized_text": ["verl", "rechts", "rocker", "lebt", "b\u00fcrgerlich", "in", "verl", "neue", "westf\u00e4lische", "nachrichten", "aus", "ostwestfalen", "lippe", "bielefeld", "g\u00fctersloh", "herford", "paderborn", "h\u00f6xter", "warburg", "news", "meldungen", "informationen", "neue", "westf\u00e4lische", "verl", "for", "days", "over", "yule", "the", "zionist", "controlled", "press", "and", "antifa", "scum", "have", "been", "laying", "siege", "to", "marco", "from", "sleipnir", "s", "family", "home"]}, "10246": {"text": "The reason for this persecution ?", "tokenized_text": ["the", "reason", "for", "this", "persecution"]}, "10247": {"text": "Well Marco is a German patriot and musician who , in the sick minds of ZOG , committed the heinious crime of producing music for a local school .", "tokenized_text": ["well", "marco", "is", "a", "german", "patriot", "and", "musician", "who", "in", "the", "sick", "minds", "of", "zog", "committed", "the", "heinious", "crime", "of", "producing", "music", "for", "a", "local", "school"]}, "10248": {"text": "How evil can you get huh ?", "tokenized_text": ["how", "evil", "can", "you", "get", "huh"]}, "10249": {"text": "You will need to hit the translate button on the above link .", "tokenized_text": ["you", "will", "need", "to", "hit", "the", "translate", "button", "on", "the", "above", "link"]}, "10250": {"text": "SOLIDARITY WITH MARCO .", "tokenized_text": ["solidarity", "with", "marco"]}, "10251": {"text": "Freundschaft - Sleipnir & Nemesis with/mit English and/und Deutsch Lyrics - YouTube", "tokenized_text": ["freundschaft", "sleipnir", "nemesis", "with", "mit", "english", "and", "und", "deutsch", "lyrics", "youtube"]}, "10252": {"text": "Yes but difference is that Putin is still in charge and Jews have to behave , while on other picture Jewess Albright is in charge and is there to give orders to Ukraine , so you ca n't really compare .", "tokenized_text": ["yes", "but", "difference", "is", "that", "putin", "is", "still", "in", "charge", "and", "jews", "have", "to", "behave", "while", "on", "other", "picture", "jewess", "albright", "is", "in", "charge", "and", "is", "there", "to", "give", "orders", "to", "ukraine", "so", "you", "ca", "n", "t", "really", "compare"]}, "10253": {"text": "same over here in australia. the entire melbourne taxi system is filled with indians and africans. its funny that there are no calls for diversity in the taxi industry", "tokenized_text": ["same", "over", "here", "in", "australia", "the", "entire", "melbourne", "taxi", "system", "is", "filled", "with", "indians", "and", "africans", "its", "funny", "that", "there", "are", "no", "calls", "for", "diversity", "in", "the", "taxi", "industry"]}, "10254": {"text": "Oh my god .", "tokenized_text": ["oh", "my", "god"]}, "10255": {"text": "That literally hurt my brain and made me laugh while I was reading it , it 's so ridiculous that you really ca n't do anything else .", "tokenized_text": ["that", "literally", "hurt", "my", "brain", "and", "made", "me", "laugh", "while", "i", "was", "reading", "it", "it", "s", "so", "ridiculous", "that", "you", "really", "ca", "n", "t", "do", "anything", "else"]}, "10256": {"text": "Id like to say something but I once heard `` if you have nothing good to say dont say anything at all '' .", "tokenized_text": ["id", "like", "to", "say", "something", "but", "i", "once", "heard", "if", "you", "have", "nothing", "good", "to", "say", "dont", "say", "anything", "at", "all"]}, "10257": {"text": "If thinking was easy everyone would be doing it .", "tokenized_text": ["if", "thinking", "was", "easy", "everyone", "would", "be", "doing", "it"]}, "10258": {"text": "Im always mystified by the way that those most set on getting rid of partition are always those who want to have nothing at all to do with the PUL community in the north .", "tokenized_text": ["im", "always", "mystified", "by", "the", "way", "that", "those", "most", "set", "on", "getting", "rid", "of", "partition", "are", "always", "those", "who", "want", "to", "have", "nothing", "at", "all", "to", "do", "with", "the", "pul", "community", "in", "the", "north"]}, "10259": {"text": "Israeli Embassy in Ireland had to take note of the graffiti giving their Jewish supremacists worldwide and in Ireland being given notice. scroll down to their 6/6/13 entry on their Israel in Ireland fb page https : //www.facebook.com/IsraelinIreland", "tokenized_text": ["israeli", "embassy", "in", "ireland", "had", "to", "take", "note", "of", "the", "graffiti", "giving", "their", "jewish", "supremacists", "worldwide", "and", "in", "ireland", "being", "given", "notice", "scroll", "down", "to", "their", "6", "6", "13", "entry", "on", "their", "israel", "in", "ireland", "fb", "page", "https", "www", "facebook", "com", "israelinireland"]}, "10260": {"text": "I'm on yer side .", "tokenized_text": ["i", "m", "on", "yer", "side"]}, "10261": {"text": "We are ALL on the same bloddy side !", "tokenized_text": ["we", "are", "all", "on", "the", "same", "bloddy", "side"]}, "10262": {"text": "Let 's all stay together .", "tokenized_text": ["let", "s", "all", "stay", "together"]}, "10263": {"text": "We MUST .. stand together This dived and conqer bullcrap has got to end .... now !", "tokenized_text": ["we", "must", "stand", "together", "this", "dived", "and", "conqer", "bullcrap", "has", "got", "to", "end", "now"]}, "10264": {"text": "If all of this was true , you would not be beaten in every battle in I , II Balkan war and in WWI by us .", "tokenized_text": ["if", "all", "of", "this", "was", "true", "you", "would", "not", "be", "beaten", "in", "every", "battle", "in", "i", "ii", "balkan", "war", "and", "in", "wwi", "by", "us"]}, "10265": {"text": "my kids want to hang around and bring a couple of nigs into the house .if i do.some members of my family will blank me.if i dont allow it. the kids themselves will blank me for a while , so either way i cant win", "tokenized_text": ["my", "kids", "want", "to", "hang", "around", "and", "bring", "a", "couple", "of", "nigs", "into", "the", "house", "if", "i", "do", "some", "members", "of", "my", "family", "will", "blank", "me", "if", "i", "dont", "allow", "it", "the", "kids", "themselves", "will", "blank", "me", "for", "a", "while", "so", "either", "way", "i", "cant", "win"]}, "10266": {"text": "Minister asks YouTube to remove video directing anti-Semitic abuse at him Minister asks YouTube to remove video directing anti-Semitic abuse at him - The Irish Times - Fri , Mar 30 , 2012 Alan Shatter - Jewish Nation-Wrecker - YouTube", "tokenized_text": ["minister", "asks", "youtube", "to", "remove", "video", "directing", "anti", "semitic", "abuse", "at", "him", "minister", "asks", "youtube", "to", "remove", "video", "directing", "anti", "semitic", "abuse", "at", "him", "the", "irish", "times", "fri", "mar", "30", "2012", "alan", "shatter", "jewish", "nation", "wrecker", "youtube"]}, "10267": {"text": "One can only express sympathy to the families of those people who died regardless of whether they were protesters , police , or pro-government .", "tokenized_text": ["one", "can", "only", "express", "sympathy", "to", "the", "families", "of", "those", "people", "who", "died", "regardless", "of", "whether", "they", "were", "protesters", "police", "or", "pro", "government"]}, "10268": {"text": "Christ did not promote any violence , however mohammed ordered to kill the non believers , which includes us christians and pagans on Stormfront .", "tokenized_text": ["christ", "did", "not", "promote", "any", "violence", "however", "mohammed", "ordered", "to", "kill", "the", "non", "believers", "which", "includes", "us", "christians", "and", "pagans", "on", "stormfront"]}, "10269": {"text": "I've seen it before , most are Poles from America from what I see .", "tokenized_text": ["i", "ve", "seen", "it", "before", "most", "are", "poles", "from", "america", "from", "what", "i", "see"]}, "10270": {"text": "Too many libtards , I would n't waste my time there .", "tokenized_text": ["too", "many", "libtards", "i", "would", "n", "t", "waste", "my", "time", "there"]}, "10271": {"text": "everyone who doesnt speak Romanian and look as in WHITE get out of Romania a move back to your homeland .", "tokenized_text": ["everyone", "who", "doesnt", "speak", "romanian", "and", "look", "as", "in", "white", "get", "out", "of", "romania", "a", "move", "back", "to", "your", "homeland"]}, "10272": {"text": "Russians .", "tokenized_text": ["russians"]}, "10273": {"text": "Hungarians .", "tokenized_text": ["hungarians"]}, "10274": {"text": "Gyspsies !", "tokenized_text": ["gyspsies"]}, "10275": {"text": "Jews !", "tokenized_text": ["jews"]}, "10276": {"text": "Dessert * * * * * * !!", "tokenized_text": ["dessert"]}, "10277": {"text": "I'll like to take that for a test drive .", "tokenized_text": ["i", "ll", "like", "to", "take", "that", "for", "a", "test", "drive"]}, "10278": {"text": "Hope it 's as fast as it looks because it will have to be fast .", "tokenized_text": ["hope", "it", "s", "as", "fast", "as", "it", "looks", "because", "it", "will", "have", "to", "be", "fast"]}, "10279": {"text": "OMG unfortunately they are very good at hot air. did n't see any massive demos to prosecute the kiddie fiddlers amongst the Christian Brothers .", "tokenized_text": ["omg", "unfortunately", "they", "are", "very", "good", "at", "hot", "air", "did", "n", "t", "see", "any", "massive", "demos", "to", "prosecute", "the", "kiddie", "fiddlers", "amongst", "the", "christian", "brothers"]}, "10280": {"text": "I just got a group started in my area Roswell Aryan Front and we 're looking for people to join or groups to join with if anyone is interested in joing or knows or is part of a group that is recruiting send me a private message or e-mail appreciate it .", "tokenized_text": ["i", "just", "got", "a", "group", "started", "in", "my", "area", "roswell", "aryan", "front", "and", "we", "re", "looking", "for", "people", "to", "join", "or", "groups", "to", "join", "with", "if", "anyone", "is", "interested", "in", "joing", "or", "knows", "or", "is", "part", "of", "a", "group", "that", "is", "recruiting", "send", "me", "a", "private", "message", "or", "e", "mail", "appreciate", "it"]}, "10281": {"text": "14/88", "tokenized_text": ["14", "88"]}, "10282": {"text": "I guess I should have known that there are too many bleeding heart liberals in the NW to get an answer to this thread .", "tokenized_text": ["i", "guess", "i", "should", "have", "known", "that", "there", "are", "too", "many", "bleeding", "heart", "liberals", "in", "the", "nw", "to", "get", "an", "answer", "to", "this", "thread"]}, "10283": {"text": "I 'm too close to the left coast .", "tokenized_text": ["i", "m", "too", "close", "to", "the", "left", "coast"]}, "10284": {"text": "All I got from that is ...", "tokenized_text": ["all", "i", "got", "from", "that", "is"]}, "10285": {"text": "I got sloppy seconds after some Muslims used this girl .", "tokenized_text": ["i", "got", "sloppy", "seconds", "after", "some", "muslims", "used", "this", "girl"]}, "10286": {"text": "At least she goes to church now LOL", "tokenized_text": ["at", "least", "she", "goes", "to", "church", "now", "lol"]}, "10287": {"text": "I dont drive a Ford but I got a s-10 with a 6 inch lift on it 34 inch mickie thompson swampers rollbar and the kc lights on the rollbar .", "tokenized_text": ["i", "dont", "drive", "a", "ford", "but", "i", "got", "a", "s", "10", "with", "a", "6", "inch", "lift", "on", "it", "34", "inch", "mickie", "thompson", "swampers", "rollbar", "and", "the", "kc", "lights", "on", "the", "rollbar"]}, "10288": {"text": "Somehow, it is not hard for me to imagine you fighting off an entire police force , you certainly sound mean enough .", "tokenized_text": ["somehow", "it", "is", "not", "hard", "for", "me", "to", "imagine", "you", "fighting", "off", "an", "entire", "police", "force", "you", "certainly", "sound", "mean", "enough"]}, "10289": {"text": "hey im looking to talk to/meet ppl around my age in my area 16/f/poway sanDiego any1 around me wanna message back to this that be awesome thnkx", "tokenized_text": ["hey", "im", "looking", "to", "talk", "to", "meet", "ppl", "around", "my", "age", "in", "my", "area", "16", "f", "poway", "sandiego", "any1", "around", "me", "wanna", "message", "back", "to", "this", "that", "be", "awesome", "thnkx"]}, "10290": {"text": "i used to go out with younger women but i just dont understand them any more. i would prefer low 30s were they have gotten some of the wildness out of them .", "tokenized_text": ["i", "used", "to", "go", "out", "with", "younger", "women", "but", "i", "just", "dont", "understand", "them", "any", "more", "i", "would", "prefer", "low", "30s", "were", "they", "have", "gotten", "some", "of", "the", "wildness", "out", "of", "them"]}, "10291": {"text": "Yeah, but I should mention that a few places there , like Beaver Falls and Aliquippa , are chock-full of filthy -- and I mean filthy -- n * * * * * s .", "tokenized_text": ["yeah", "but", "i", "should", "mention", "that", "a", "few", "places", "there", "like", "beaver", "falls", "and", "aliquippa", "are", "chock", "full", "of", "filthy", "and", "i", "mean", "filthy", "n", "s"]}, "10292": {"text": "It's not WV .", "tokenized_text": ["it", "s", "not", "wv"]}, "10293": {"text": "I do n't know if the person that said that ever leaves the house , but all I ever see are black guys and Mexicans everywhere .", "tokenized_text": ["i", "do", "n", "t", "know", "if", "the", "person", "that", "said", "that", "ever", "leaves", "the", "house", "but", "all", "i", "ever", "see", "are", "black", "guys", "and", "mexicans", "everywhere"]}, "10294": {"text": "16", "tokenized_text": ["16"]}, "10295": {"text": "I do n't drink vodka but you sound like me but I am ten years older than you so it 's even worse .", "tokenized_text": ["i", "do", "n", "t", "drink", "vodka", "but", "you", "sound", "like", "me", "but", "i", "am", "ten", "years", "older", "than", "you", "so", "it", "s", "even", "worse"]}, "10296": {"text": "This thread was started in July are you feeling better now ?", "tokenized_text": ["this", "thread", "was", "started", "in", "july", "are", "you", "feeling", "better", "now"]}, "10297": {"text": "hello all Is any one on here from Austin Texas or not far ?", "tokenized_text": ["hello", "all", "is", "any", "one", "on", "here", "from", "austin", "texas", "or", "not", "far"]}, "10298": {"text": "I am moving there tomorrow afternoon would love to meet other WP people in the area .", "tokenized_text": ["i", "am", "moving", "there", "tomorrow", "afternoon", "would", "love", "to", "meet", "other", "wp", "people", "in", "the", "area"]}, "10299": {"text": "What happened is they left .", "tokenized_text": ["what", "happened", "is", "they", "left"]}, "10300": {"text": "I went to school there , and as soon as I was graduated , I left too .", "tokenized_text": ["i", "went", "to", "school", "there", "and", "as", "soon", "as", "i", "was", "graduated", "i", "left", "too"]}, "10301": {"text": "Get the hell out of there as soon as possible .", "tokenized_text": ["get", "the", "hell", "out", "of", "there", "as", "soon", "as", "possible"]}, "10302": {"text": "Only the crazy ones stay .", "tokenized_text": ["only", "the", "crazy", "ones", "stay"]}, "10303": {"text": "Sorry to hear you 're so down .", "tokenized_text": ["sorry", "to", "hear", "you", "re", "so", "down"]}, "10304": {"text": "If you 'd like to talk just send me a message .", "tokenized_text": ["if", "you", "d", "like", "to", "talk", "just", "send", "me", "a", "message"]}, "10305": {"text": "It will get better ...", "tokenized_text": ["it", "will", "get", "better"]}, "10306": {"text": "2508", "tokenized_text": ["2508"]}, "10307": {"text": "It'd be nice to know .", "tokenized_text": ["it", "d", "be", "nice", "to", "know"]}, "10308": {"text": "Maybe some of us can meet , move in next to or near each other , and start building up White communities and keep it spreading across the country .", "tokenized_text": ["maybe", "some", "of", "us", "can", "meet", "move", "in", "next", "to", "or", "near", "each", "other", "and", "start", "building", "up", "white", "communities", "and", "keep", "it", "spreading", "across", "the", "country"]}, "10309": {"text": "I tried to click on your link and see your pictures , but there was nothing .", "tokenized_text": ["i", "tried", "to", "click", "on", "your", "link", "and", "see", "your", "pictures", "but", "there", "was", "nothing"]}, "10310": {"text": "Maybe I will try later .", "tokenized_text": ["maybe", "i", "will", "try", "later"]}, "10311": {"text": "Maybe you need to move , but honestly I think it 's that way everywhere unfortunately .", "tokenized_text": ["maybe", "you", "need", "to", "move", "but", "honestly", "i", "think", "it", "s", "that", "way", "everywhere", "unfortunately"]}, "10312": {"text": "Good luck ! 11", "tokenized_text": ["good", "luck", "11"]}, "10313": {"text": "As soon as i get a little smarter , i 'll figure out how to attach pics if this one did n't work .", "tokenized_text": ["as", "soon", "as", "i", "get", "a", "little", "smarter", "i", "ll", "figure", "out", "how", "to", "attach", "pics", "if", "this", "one", "did", "n", "t", "work"]}, "10314": {"text": "Oh I see how it is , Son of the Mist .", "tokenized_text": ["oh", "i", "see", "how", "it", "is", "son", "of", "the", "mist"]}, "10315": {"text": "You laugh at us but I have yet to see a picture of you .", "tokenized_text": ["you", "laugh", "at", "us", "but", "i", "have", "yet", "to", "see", "a", "picture", "of", "you"]}, "10316": {"text": "Thanks for the kind words in a pm .", "tokenized_text": ["thanks", "for", "the", "kind", "words", "in", "a", "pm"]}, "10317": {"text": "Please feel free to pm me or email me anytime .", "tokenized_text": ["please", "feel", "free", "to", "pm", "me", "or", "email", "me", "anytime"]}, "10318": {"text": "My email is in my profile .", "tokenized_text": ["my", "email", "is", "in", "my", "profile"]}, "10319": {"text": "I am new to Stormfront and was wondering who is from Tn .", "tokenized_text": ["i", "am", "new", "to", "stormfront", "and", "was", "wondering", "who", "is", "from", "tn"]}, "10320": {"text": "I 'm looking to make new friends in the west / middle tn area .", "tokenized_text": ["i", "m", "looking", "to", "make", "new", "friends", "in", "the", "west", "middle", "tn", "area"]}, "10321": {"text": "Five is about what I 've found also .", "tokenized_text": ["five", "is", "about", "what", "i", "ve", "found", "also"]}, "10322": {"text": "I moved here so I 'm not `` out of the wood work '' .", "tokenized_text": ["i", "moved", "here", "so", "i", "m", "not", "out", "of", "the", "wood", "work"]}, "10323": {"text": "How 's Balt .", "tokenized_text": ["how", "s", "balt"]}, "10324": {"text": "?", "tokenized_text": []}, "10325": {"text": "Noose", "tokenized_text": ["noose"]}, "10326": {"text": "I'm in SWVa .", "tokenized_text": ["i", "m", "in", "swva"]}, "10327": {"text": "Email me at ericahoesch@ntelos.net.", "tokenized_text": ["email", "me", "at", "ericahoesch", "ntelos", "net"]}, "10328": {"text": "I 'll be out of town for a few weeks , and I do n't plan on getting online again while I 'm gone ... Maybe we can touch base then ! 88 !", "tokenized_text": ["i", "ll", "be", "out", "of", "town", "for", "a", "few", "weeks", "and", "i", "do", "n", "t", "plan", "on", "getting", "online", "again", "while", "i", "m", "gone", "maybe", "we", "can", "touch", "base", "then", "88"]}, "10329": {"text": "Erica", "tokenized_text": ["erica"]}, "10330": {"text": "Hi, new to the site , saw your message , i live in Aurora and would like to meet some good ppl here , Brian", "tokenized_text": ["hi", "new", "to", "the", "site", "saw", "your", "message", "i", "live", "in", "aurora", "and", "would", "like", "to", "meet", "some", "good", "ppl", "here", "brian"]}, "10331": {"text": "Hey Blue email or PM me if you want to chat .", "tokenized_text": ["hey", "blue", "email", "or", "pm", "me", "if", "you", "want", "to", "chat"]}, "10332": {"text": "I 'm either in North Florida or Nigeria sometimes i ca n't tell the difference. mothergrinninbird@yahoo.com", "tokenized_text": ["i", "m", "either", "in", "north", "florida", "or", "nigeria", "sometimes", "i", "ca", "n", "t", "tell", "the", "difference", "mothergrinninbird", "yahoo", "com"]}, "10333": {"text": "Hey, just looking for some fellow brothers or sister to meet with , im starving for information and Possible Klans to join. would like to be able to meet with people around my age but also older and helpful", "tokenized_text": ["hey", "just", "looking", "for", "some", "fellow", "brothers", "or", "sister", "to", "meet", "with", "im", "starving", "for", "information", "and", "possible", "klans", "to", "join", "would", "like", "to", "be", "able", "to", "meet", "with", "people", "around", "my", "age", "but", "also", "older", "and", "helpful"]}, "10334": {"text": "Check out the Knights of the Ku Klux Klan www.kukluxklan.org they also have a internet news program usually updated weekly and can be seen with Real Player www.thomasrobb.com : )", "tokenized_text": ["check", "out", "the", "knights", "of", "the", "ku", "klux", "klan", "www", "kukluxklan", "org", "they", "also", "have", "a", "internet", "news", "program", "usually", "updated", "weekly", "and", "can", "be", "seen", "with", "real", "player", "www", "thomasrobb", "com"]}, "10335": {"text": "I'm in the pittsburgh area myself .", "tokenized_text": ["i", "m", "in", "the", "pittsburgh", "area", "myself"]}, "10336": {"text": "I guess you are far away , as I 've never even heard of that town listed as your location .", "tokenized_text": ["i", "guess", "you", "are", "far", "away", "as", "i", "ve", "never", "even", "heard", "of", "that", "town", "listed", "as", "your", "location"]}, "10337": {"text": "Hey there , i 'm a skin chic in KC ... i just found out about this site my friend skin14 _ 88 showed this to me ... just saying hello ....", "tokenized_text": ["hey", "there", "i", "m", "a", "skin", "chic", "in", "kc", "i", "just", "found", "out", "about", "this", "site", "my", "friend", "skin14", "_", "88", "showed", "this", "to", "me", "just", "saying", "hello"]}, "10338": {"text": "I am from vancouver wa am a singer in a up an coming white power band and i am looking to meet some one who has no boyfriend or man at all and is white", "tokenized_text": ["i", "am", "from", "vancouver", "wa", "am", "a", "singer", "in", "a", "up", "an", "coming", "white", "power", "band", "and", "i", "am", "looking", "to", "meet", "some", "one", "who", "has", "no", "boyfriend", "or", "man", "at", "all", "and", "is", "white"]}, "10339": {"text": "I was here before and thought I saw a chat room a year ago .", "tokenized_text": ["i", "was", "here", "before", "and", "thought", "i", "saw", "a", "chat", "room", "a", "year", "ago"]}, "10340": {"text": "It was great I got to tell my funny jokes and get a reaction .", "tokenized_text": ["it", "was", "great", "i", "got", "to", "tell", "my", "funny", "jokes", "and", "get", "a", "reaction"]}, "10341": {"text": "Does anyone know where I can chat ?", "tokenized_text": ["does", "anyone", "know", "where", "i", "can", "chat"]}, "10342": {"text": "its the same way in denver. i dont even think anybody speaks english out here anymore. i love this town but i think its time to go ..", "tokenized_text": ["its", "the", "same", "way", "in", "denver", "i", "dont", "even", "think", "anybody", "speaks", "english", "out", "here", "anymore", "i", "love", "this", "town", "but", "i", "think", "its", "time", "to", "go"]}, "10343": {"text": "how are u im looking to make new friends so i ask u would u like to talk to me some time im a guy frome ny just trying to make some new friends if u would like to talk to me u can email me at killergods2001@yahoo.com thanks for your time hope to hear from u", "tokenized_text": ["how", "are", "u", "im", "looking", "to", "make", "new", "friends", "so", "i", "ask", "u", "would", "u", "like", "to", "talk", "to", "me", "some", "time", "im", "a", "guy", "frome", "ny", "just", "trying", "to", "make", "some", "new", "friends", "if", "u", "would", "like", "to", "talk", "to", "me", "u", "can", "email", "me", "at", "killergods2001", "yahoo", "com", "thanks", "for", "your", "time", "hope", "to", "hear", "from", "u"]}, "10344": {"text": "Just out there looking for my future wife Actually I am just hoping to find some white ladies from canada. give me a shout via e-mail strmfrnt@telusplanet.net or icq @ 27961835", "tokenized_text": ["just", "out", "there", "looking", "for", "my", "future", "wife", "actually", "i", "am", "just", "hoping", "to", "find", "some", "white", "ladies", "from", "canada", "give", "me", "a", "shout", "via", "e", "mail", "strmfrnt", "telusplanet", "net", "or", "icq", "27961835"]}, "10345": {"text": "Hey Summer I live in Florida !", "tokenized_text": ["hey", "summer", "i", "live", "in", "florida"]}, "10346": {"text": "What city do you live in ?", "tokenized_text": ["what", "city", "do", "you", "live", "in"]}, "10347": {"text": "If ya wanna talk just PM me .", "tokenized_text": ["if", "ya", "wanna", "talk", "just", "pm", "me"]}, "10348": {"text": "OK bye !", "tokenized_text": ["ok", "bye"]}, "10349": {"text": "hey i live right outside orlando pm me for my phone number not alot of skins like it was in the 80 's but i would be glad to meet others", "tokenized_text": ["hey", "i", "live", "right", "outside", "orlando", "pm", "me", "for", "my", "phone", "number", "not", "alot", "of", "skins", "like", "it", "was", "in", "the", "80", "s", "but", "i", "would", "be", "glad", "to", "meet", "others"]}, "10350": {"text": "CGG, you and I have many of the same tastes .", "tokenized_text": ["cgg", "you", "and", "i", "have", "many", "of", "the", "same", "tastes"]}, "10351": {"text": "I 've added you to my AIM but have yet to catch you online .", "tokenized_text": ["i", "ve", "added", "you", "to", "my", "aim", "but", "have", "yet", "to", "catch", "you", "online"]}, "10352": {"text": "its ok sister if you need a help hand you no where to come 88 have a nice White day 88 goldeboy 88", "tokenized_text": ["its", "ok", "sister", "if", "you", "need", "a", "help", "hand", "you", "no", "where", "to", "come", "88", "have", "a", "nice", "white", "day", "88", "goldeboy", "88"]}, "10353": {"text": "im a 21 year old white woman , mother of one 2 year old boy. i have been looking for others like me in oregon for quite some time now and have ony found a few .", "tokenized_text": ["im", "a", "21", "year", "old", "white", "woman", "mother", "of", "one", "2", "year", "old", "boy", "i", "have", "been", "looking", "for", "others", "like", "me", "in", "oregon", "for", "quite", "some", "time", "now", "and", "have", "ony", "found", "a", "few"]}, "10354": {"text": "were in chicago u live ?", "tokenized_text": ["were", "in", "chicago", "u", "live"]}, "10355": {"text": "What u look like ?", "tokenized_text": ["what", "u", "look", "like"]}, "10356": {"text": "We can ge ttogather sometime if ya want or just talk for a while .", "tokenized_text": ["we", "can", "ge", "ttogather", "sometime", "if", "ya", "want", "or", "just", "talk", "for", "a", "while"]}, "10357": {"text": "Drop me a line .", "tokenized_text": ["drop", "me", "a", "line"]}, "10358": {"text": "in a crisis , it wont matter. people will have to join us or face death at the hands of non-whites. its that simple. without the media and schools feeding them lies , they will have nothing to go on by except for real world encounters and cold truth .. and thats when our numbers will get large .", "tokenized_text": ["in", "a", "crisis", "it", "wont", "matter", "people", "will", "have", "to", "join", "us", "or", "face", "death", "at", "the", "hands", "of", "non", "whites", "its", "that", "simple", "without", "the", "media", "and", "schools", "feeding", "them", "lies", "they", "will", "have", "nothing", "to", "go", "on", "by", "except", "for", "real", "world", "encounters", "and", "cold", "truth", "and", "thats", "when", "our", "numbers", "will", "get", "large"]}, "10359": {"text": "I assume we have the concept that those who are themselves not in a PLE might be willing to invest in one .", "tokenized_text": ["i", "assume", "we", "have", "the", "concept", "that", "those", "who", "are", "themselves", "not", "in", "a", "ple", "might", "be", "willing", "to", "invest", "in", "one"]}, "10360": {"text": "Click on the audio player at the link below .", "tokenized_text": ["click", "on", "the", "audio", "player", "at", "the", "link", "below"]}, "10361": {"text": "There are about 20 minutes with the webmaster and the remaining 25 minutes are callers on the subject .", "tokenized_text": ["there", "are", "about", "20", "minutes", "with", "the", "webmaster", "and", "the", "remaining", "25", "minutes", "are", "callers", "on", "the", "subject"]}, "10362": {"text": "Irish, There is nothing wrong with being polite .", "tokenized_text": ["irish", "there", "is", "nothing", "wrong", "with", "being", "polite"]}, "10363": {"text": "Polite people some times get service from small town businesses .", "tokenized_text": ["polite", "people", "some", "times", "get", "service", "from", "small", "town", "businesses"]}, "10364": {"text": "Polite people are rarely seen as huge threats to small town life .", "tokenized_text": ["polite", "people", "are", "rarely", "seen", "as", "huge", "threats", "to", "small", "town", "life"]}, "10365": {"text": "You went there .", "tokenized_text": ["you", "went", "there"]}, "10366": {"text": "You tried to help .", "tokenized_text": ["you", "tried", "to", "help"]}, "10367": {"text": "You acted like yourself .", "tokenized_text": ["you", "acted", "like", "yourself"]}, "10368": {"text": "So.. she is getting food stamps from a state she has n't lived in for months ?", "tokenized_text": ["so", "she", "is", "getting", "food", "stamps", "from", "a", "state", "she", "has", "n", "t", "lived", "in", "for", "months"]}, "10369": {"text": "Taking money from Oregon taxpayers , while 1500 miles away .", "tokenized_text": ["taking", "money", "from", "oregon", "taxpayers", "while", "1500", "miles", "away"]}, "10370": {"text": "I wanted to thank you Mjodr for taking the time today to go check out a house there in the area for my family and I to move to .", "tokenized_text": ["i", "wanted", "to", "thank", "you", "mjodr", "for", "taking", "the", "time", "today", "to", "go", "check", "out", "a", "house", "there", "in", "the", "area", "for", "my", "family", "and", "i", "to", "move", "to"]}, "10371": {"text": "We look forward to seeing you all in the PLE very soon .", "tokenized_text": ["we", "look", "forward", "to", "seeing", "you", "all", "in", "the", "ple", "very", "soon"]}, "10372": {"text": "That is correct , White men with guns built America , and it will likely take White men with guns to take it back .", "tokenized_text": ["that", "is", "correct", "white", "men", "with", "guns", "built", "america", "and", "it", "will", "likely", "take", "white", "men", "with", "guns", "to", "take", "it", "back"]}, "10373": {"text": "When anyone is ready we are now taking reservations on lots as we speak first come first served contact me for more info .", "tokenized_text": ["when", "anyone", "is", "ready", "we", "are", "now", "taking", "reservations", "on", "lots", "as", "we", "speak", "first", "come", "first", "served", "contact", "me", "for", "more", "info"]}, "10374": {"text": "http://www.borderwatch.us/ REPORT TO CAMPO , CALIFORNIA FOR DUTY RIGHT AWAY .", "tokenized_text": ["http", "www", "borderwatch", "us", "report", "to", "campo", "california", "for", "duty", "right", "away"]}, "10375": {"text": "CAMPO SAN DIEGO EAST COUNTY CALIFORNIA On Now thru August 7 , 2005 760 644-0857 Come One Come All !", "tokenized_text": ["campo", "san", "diego", "east", "county", "california", "on", "now", "thru", "august", "7", "2005", "760", "644", "0857", "come", "one", "come", "all"]}, "10376": {"text": "www.borderwatch.us/camp.htm http://sandiego.indymedia.org/en/2005/07/109826.shtmlhttp://sandiego.indymedia.org/en/2005/07/109855.shtmlhttp://www.saveourstate.org/forums/i ... topic = 3596 & hl =", "tokenized_text": ["www", "borderwatch", "us", "camp", "htm", "http", "sandiego", "indymedia", "org", "en", "2005", "07", "109826", "shtmlhttp", "sandiego", "indymedia", "org", "en", "2005", "07", "109855", "shtmlhttp", "www", "saveourstate", "org", "forums", "i", "topic", "3596", "hl"]}, "10377": {"text": "It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .", "tokenized_text": ["it", "is", "a", "noble", "idea", "but", "i", "would", "rather", "stay", "here", "in", "mostly", "white", "missouri", "then", "move", "to", "35", "black", "south", "carolina"]}, "10378": {"text": "I have both excellent credit and money , but would never live in the Southwest .", "tokenized_text": ["i", "have", "both", "excellent", "credit", "and", "money", "but", "would", "never", "live", "in", "the", "southwest"]}, "10379": {"text": "So arid , so hot , so Mexican , and so colorless .", "tokenized_text": ["so", "arid", "so", "hot", "so", "mexican", "and", "so", "colorless"]}, "10380": {"text": "Gotta have the green grass and trees .", "tokenized_text": ["gotta", "have", "the", "green", "grass", "and", "trees"]}, "10381": {"text": "If you ever hear of something like this in Northern climes , I am very interested .", "tokenized_text": ["if", "you", "ever", "hear", "of", "something", "like", "this", "in", "northern", "climes", "i", "am", "very", "interested"]}, "10382": {"text": "There will be hundreds of thousands of white people fleeing your proverbial sea of mud this is where we come in .", "tokenized_text": ["there", "will", "be", "hundreds", "of", "thousands", "of", "white", "people", "fleeing", "your", "proverbial", "sea", "of", "mud", "this", "is", "where", "we", "come", "in"]}, "10383": {"text": "We are looking into building `` mud free zones '' by way of taking over key locations and building a refuge for our racial kindred .", "tokenized_text": ["we", "are", "looking", "into", "building", "mud", "free", "zones", "by", "way", "of", "taking", "over", "key", "locations", "and", "building", "a", "refuge", "for", "our", "racial", "kindred"]}, "10384": {"text": "Thank's, Ill put together a post over on the B & H site in the next couple of days to let people know about the PLE ideas and ask about adding a PLE forum over there .", "tokenized_text": ["thank", "s", "ill", "put", "together", "a", "post", "over", "on", "the", "b", "h", "site", "in", "the", "next", "couple", "of", "days", "to", "let", "people", "know", "about", "the", "ple", "ideas", "and", "ask", "about", "adding", "a", "ple", "forum", "over", "there"]}, "10385": {"text": "There are many interesting listings on this web site , including Stormfront 's own Advance Scout forum which teaches the principles of Pioneer Little Europe : http://www.angelfire.com/nv/micronations/usa.html", "tokenized_text": ["there", "are", "many", "interesting", "listings", "on", "this", "web", "site", "including", "stormfront", "s", "own", "advance", "scout", "forum", "which", "teaches", "the", "principles", "of", "pioneer", "little", "europe", "http", "www", "angelfire", "com", "nv", "micronations", "usa", "html"]}, "10386": {"text": "The PLE that I join will be centered on MUSIC .", "tokenized_text": ["the", "ple", "that", "i", "join", "will", "be", "centered", "on", "music"]}, "10387": {"text": "Live music and dancing .", "tokenized_text": ["live", "music", "and", "dancing"]}, "10388": {"text": "Look for my thread ( Oh no !", "tokenized_text": ["look", "for", "my", "thread", "oh", "no"]}, "10389": {"text": "Not another promo ) Meet Me at the Footbridge : PLE and the Musicman .", "tokenized_text": ["not", "another", "promo", "meet", "me", "at", "the", "footbridge", "ple", "and", "the", "musicman"]}, "10390": {"text": "These are what I am trying to do .", "tokenized_text": ["these", "are", "what", "i", "am", "trying", "to", "do"]}, "10391": {"text": "I think you should try to speak at the EURO Conference this year about the PLE Concept .", "tokenized_text": ["i", "think", "you", "should", "try", "to", "speak", "at", "the", "euro", "conference", "this", "year", "about", "the", "ple", "concept"]}, "10392": {"text": "It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .", "tokenized_text": ["it", "is", "a", "noble", "idea", "but", "i", "would", "rather", "stay", "here", "in", "mostly", "white", "missouri", "then", "move", "to", "35", "black", "south", "carolina"]}, "10393": {"text": "I would if I liked my neighbors .. There are some people on this board that I would hate to live next to", "tokenized_text": ["i", "would", "if", "i", "liked", "my", "neighbors", "there", "are", "some", "people", "on", "this", "board", "that", "i", "would", "hate", "to", "live", "next", "to"]}, "10394": {"text": "Whites shoudl clean their own mess !", "tokenized_text": ["whites", "shoudl", "clean", "their", "own", "mess"]}, "10395": {"text": "Getting someone else to do our dirty work got us into the mess we are in today .", "tokenized_text": ["getting", "someone", "else", "to", "do", "our", "dirty", "work", "got", "us", "into", "the", "mess", "we", "are", "in", "today"]}, "10396": {"text": "No, I meant how to get around buying up all the land in a PLE chosen town while refusing nonwhites to buy any property in such an area , it probably would n't matter if a nonwhite bought your house before you joined a PLE .", "tokenized_text": ["no", "i", "meant", "how", "to", "get", "around", "buying", "up", "all", "the", "land", "in", "a", "ple", "chosen", "town", "while", "refusing", "nonwhites", "to", "buy", "any", "property", "in", "such", "an", "area", "it", "probably", "would", "n", "t", "matter", "if", "a", "nonwhite", "bought", "your", "house", "before", "you", "joined", "a", "ple"]}, "10397": {"text": "I've just been reading through quite a few of them and I 'm pleased to say there seems to be quite a degree of support .", "tokenized_text": ["i", "ve", "just", "been", "reading", "through", "quite", "a", "few", "of", "them", "and", "i", "m", "pleased", "to", "say", "there", "seems", "to", "be", "quite", "a", "degree", "of", "support"]}, "10398": {"text": "As long as they are pro-White and follow board guidelines , I can put up with their `` spin '' ... as long as they 'll put up with mine .", "tokenized_text": ["as", "long", "as", "they", "are", "pro", "white", "and", "follow", "board", "guidelines", "i", "can", "put", "up", "with", "their", "spin", "as", "long", "as", "they", "ll", "put", "up", "with", "mine"]}, "10399": {"text": "A small trace amounts of non white blood a few generations back can be removed naturally by generational mixing of more white blood into the lifeline of a family who 's great great so on on and so forth engaged in one incident of miscegenation .", "tokenized_text": ["a", "small", "trace", "amounts", "of", "non", "white", "blood", "a", "few", "generations", "back", "can", "be", "removed", "naturally", "by", "generational", "mixing", "of", "more", "white", "blood", "into", "the", "lifeline", "of", "a", "family", "who", "s", "great", "great", "so", "on", "on", "and", "so", "forth", "engaged", "in", "one", "incident", "of", "miscegenation"]}, "10400": {"text": "There are entire towns in various parts of Texas I have heard that will kindly show black folks right back the way they came from .", "tokenized_text": ["there", "are", "entire", "towns", "in", "various", "parts", "of", "texas", "i", "have", "heard", "that", "will", "kindly", "show", "black", "folks", "right", "back", "the", "way", "they", "came", "from"]}, "10401": {"text": "I think we need to stand our ground and send our enemies away .", "tokenized_text": ["i", "think", "we", "need", "to", "stand", "our", "ground", "and", "send", "our", "enemies", "away"]}, "10402": {"text": "We ca n't just keep running to the suburbs .", "tokenized_text": ["we", "ca", "n", "t", "just", "keep", "running", "to", "the", "suburbs"]}, "10403": {"text": "When the non-whites come we should stand together and send em packing , like they do to us .", "tokenized_text": ["when", "the", "non", "whites", "come", "we", "should", "stand", "together", "and", "send", "em", "packing", "like", "they", "do", "to", "us"]}, "10404": {"text": "this video pretty much proves the local demographics .", "tokenized_text": ["this", "video", "pretty", "much", "proves", "the", "local", "demographics"]}, "10405": {"text": "Did you see anything other than white faces in that non racially edited video ?", "tokenized_text": ["did", "you", "see", "anything", "other", "than", "white", "faces", "in", "that", "non", "racially", "edited", "video"]}, "10406": {"text": "The best thing about Thursday fest recently is the home made ice cream they make in front of you with liquid nitrogen !!!", "tokenized_text": ["the", "best", "thing", "about", "thursday", "fest", "recently", "is", "the", "home", "made", "ice", "cream", "they", "make", "in", "front", "of", "you", "with", "liquid", "nitrogen"]}, "10407": {"text": "Why did you say you were a member of the `` white knights '' when it appears your a member of the knights party ?", "tokenized_text": ["why", "did", "you", "say", "you", "were", "a", "member", "of", "the", "white", "knights", "when", "it", "appears", "your", "a", "member", "of", "the", "knights", "party"]}, "10408": {"text": "If you are putting bread on a White family 's table , they will follow you .", "tokenized_text": ["if", "you", "are", "putting", "bread", "on", "a", "white", "family", "s", "table", "they", "will", "follow", "you"]}, "10409": {"text": "Economic empowerment is the way to political success .", "tokenized_text": ["economic", "empowerment", "is", "the", "way", "to", "political", "success"]}, "10410": {"text": "If somebody commits a crime in the name of the klan they are not a real klansman and should be punished by the law as well as anybody that ordered them to commit the criminal acts .", "tokenized_text": ["if", "somebody", "commits", "a", "crime", "in", "the", "name", "of", "the", "klan", "they", "are", "not", "a", "real", "klansman", "and", "should", "be", "punished", "by", "the", "law", "as", "well", "as", "anybody", "that", "ordered", "them", "to", "commit", "the", "criminal", "acts"]}, "10411": {"text": "We are not a criminal organization and there is no place for criminals in the klan .", "tokenized_text": ["we", "are", "not", "a", "criminal", "organization", "and", "there", "is", "no", "place", "for", "criminals", "in", "the", "klan"]}, "10412": {"text": "Thank you very much for your contribution !", "tokenized_text": ["thank", "you", "very", "much", "for", "your", "contribution"]}, "10413": {"text": "There are some slight differences between the two - is one of them geared toward whites in general , and the other toward Dutch/Germans ?", "tokenized_text": ["there", "are", "some", "slight", "differences", "between", "the", "two", "is", "one", "of", "them", "geared", "toward", "whites", "in", "general", "and", "the", "other", "toward", "dutch", "germans"]}, "10414": {"text": "All of this diversity crap needs to stop soon whites will be extinct and I 'm not living in a brown world I want a clean white world", "tokenized_text": ["all", "of", "this", "diversity", "crap", "needs", "to", "stop", "soon", "whites", "will", "be", "extinct", "and", "i", "m", "not", "living", "in", "a", "brown", "world", "i", "want", "a", "clean", "white", "world"]}, "10415": {"text": "Don't stop trying because the negro will prove you to be right .", "tokenized_text": ["don", "t", "stop", "trying", "because", "the", "negro", "will", "prove", "you", "to", "be", "right"]}, "10416": {"text": "When it happens to your friends they will come to you for advise , and they will see you were right all along .", "tokenized_text": ["when", "it", "happens", "to", "your", "friends", "they", "will", "come", "to", "you", "for", "advise", "and", "they", "will", "see", "you", "were", "right", "all", "along"]}, "10417": {"text": "Will you all let me know a good couple of months ahead of time so I can sell my house , most of my stuff and go hide in the woods ?", "tokenized_text": ["will", "you", "all", "let", "me", "know", "a", "good", "couple", "of", "months", "ahead", "of", "time", "so", "i", "can", "sell", "my", "house", "most", "of", "my", "stuff", "and", "go", "hide", "in", "the", "woods"]}, "10418": {"text": "Thanks !", "tokenized_text": ["thanks"]}, "10419": {"text": "I doubt you can actually get close enough to the antis to pass a flower .", "tokenized_text": ["i", "doubt", "you", "can", "actually", "get", "close", "enough", "to", "the", "antis", "to", "pass", "a", "flower"]}, "10420": {"text": "But the camellia idea is great .", "tokenized_text": ["but", "the", "camellia", "idea", "is", "great"]}, "10421": {"text": "Attention Chicago people Art Jones needs your help in his campaign !", "tokenized_text": ["attention", "chicago", "people", "art", "jones", "needs", "your", "help", "in", "his", "campaign"]}, "10422": {"text": "Go to his web site and check it out and get active .", "tokenized_text": ["go", "to", "his", "web", "site", "and", "check", "it", "out", "and", "get", "active"]}, "10423": {"text": "Less talk and more activism !", "tokenized_text": ["less", "talk", "and", "more", "activism"]}, "10424": {"text": "WWW.ARTJONESINFO.COM", "tokenized_text": ["www", "artjonesinfo", "com"]}, "10425": {"text": "Quit eating at mexican food places .", "tokenized_text": ["quit", "eating", "at", "mexican", "food", "places"]}, "10426": {"text": "Around here they are the tool to get them in the community .", "tokenized_text": ["around", "here", "they", "are", "the", "tool", "to", "get", "them", "in", "the", "community"]}, "10427": {"text": "They dont hire whites and bring in 50 on a work visa or some kinda crap .", "tokenized_text": ["they", "dont", "hire", "whites", "and", "bring", "in", "50", "on", "a", "work", "visa", "or", "some", "kinda", "crap"]}, "10428": {"text": "I have a subway nearby and eat there occasionally .", "tokenized_text": ["i", "have", "a", "subway", "nearby", "and", "eat", "there", "occasionally"]}, "10429": {"text": "The owner is white as are the staff for the most part .", "tokenized_text": ["the", "owner", "is", "white", "as", "are", "the", "staff", "for", "the", "most", "part"]}, "10430": {"text": "No problems at all .", "tokenized_text": ["no", "problems", "at", "all"]}, "10431": {"text": "Though I have had problems at one or two that were groid infested elsewhere getting stale bread etc so will no go to any that have lotsof groids working in them .", "tokenized_text": ["though", "i", "have", "had", "problems", "at", "one", "or", "two", "that", "were", "groid", "infested", "elsewhere", "getting", "stale", "bread", "etc", "so", "will", "no", "go", "to", "any", "that", "have", "lotsof", "groids", "working", "in", "them"]}, "10432": {"text": "If anyone did or is going too Join a group like the order , In my opinion .... Silence is golden , and keep your mouth shut and your eyes wide open. : hide", "tokenized_text": ["if", "anyone", "did", "or", "is", "going", "too", "join", "a", "group", "like", "the", "order", "in", "my", "opinion", "silence", "is", "golden", "and", "keep", "your", "mouth", "shut", "and", "your", "eyes", "wide", "open", "hide"]}, "10433": {"text": "This should be passed to the left too , who have been victims of ADL tactics including theft of police files , smearing , and illegal spying .", "tokenized_text": ["this", "should", "be", "passed", "to", "the", "left", "too", "who", "have", "been", "victims", "of", "adl", "tactics", "including", "theft", "of", "police", "files", "smearing", "and", "illegal", "spying"]}, "10434": {"text": "Don't know if any of this is obsolete but it 's a start ...", "tokenized_text": ["don", "t", "know", "if", "any", "of", "this", "is", "obsolete", "but", "it", "s", "a", "start"]}, "10435": {"text": "http://www.spamlaws.com/state/summary.html the site lists all 50 states I believe .", "tokenized_text": ["http", "www", "spamlaws", "com", "state", "summary", "html", "the", "site", "lists", "all", "50", "states", "i", "believe"]}, "10436": {"text": "I try to keep up with as many flyers as I can on this site : http://www.whitefreespeech.com/flyers.html And I 'm usually looking for others to add as well .", "tokenized_text": ["i", "try", "to", "keep", "up", "with", "as", "many", "flyers", "as", "i", "can", "on", "this", "site", "http", "www", "whitefreespeech", "com", "flyers", "html", "and", "i", "m", "usually", "looking", "for", "others", "to", "add", "as", "well"]}, "10437": {"text": "Im glad that he quit because he should never have said he was sorry and he is a coward for backing down", "tokenized_text": ["im", "glad", "that", "he", "quit", "because", "he", "should", "never", "have", "said", "he", "was", "sorry", "and", "he", "is", "a", "coward", "for", "backing", "down"]}, "10438": {"text": "I stop on BET sometimes to reassure my desires to fight their progression and get in the know about their latest crap .", "tokenized_text": ["i", "stop", "on", "bet", "sometimes", "to", "reassure", "my", "desires", "to", "fight", "their", "progression", "and", "get", "in", "the", "know", "about", "their", "latest", "crap"]}, "10439": {"text": "WhiteUtopian", "tokenized_text": ["whiteutopian"]}, "10440": {"text": "It was never yours to begin with .", "tokenized_text": ["it", "was", "never", "yours", "to", "begin", "with"]}, "10441": {"text": "South Africa was a country founded by Europeans .", "tokenized_text": ["south", "africa", "was", "a", "country", "founded", "by", "europeans"]}, "10442": {"text": "I do wish you luck in your repatriation to Botswana though .", "tokenized_text": ["i", "do", "wish", "you", "luck", "in", "your", "repatriation", "to", "botswana", "though"]}, "10443": {"text": "OK.", "tokenized_text": ["ok"]}, "10444": {"text": "On the basis of this argument , the Haitians had to defend themselves from the French who were `` raping the island of Haiti '' to death .", "tokenized_text": ["on", "the", "basis", "of", "this", "argument", "the", "haitians", "had", "to", "defend", "themselves", "from", "the", "french", "who", "were", "raping", "the", "island", "of", "haiti", "to", "death"]}, "10445": {"text": "I dont believe i or anyone living today brought you here or wanted you here .", "tokenized_text": ["i", "dont", "believe", "i", "or", "anyone", "living", "today", "brought", "you", "here", "or", "wanted", "you", "here"]}, "10446": {"text": "Sinners of the past did including your own people who sold you like cattle .", "tokenized_text": ["sinners", "of", "the", "past", "did", "including", "your", "own", "people", "who", "sold", "you", "like", "cattle"]}, "10447": {"text": "You should be angry at them not us as they sold you from your own homeland .", "tokenized_text": ["you", "should", "be", "angry", "at", "them", "not", "us", "as", "they", "sold", "you", "from", "your", "own", "homeland"]}, "10448": {"text": "By the way , im against slavery .", "tokenized_text": ["by", "the", "way", "im", "against", "slavery"]}, "10449": {"text": "I can care less who 's better then who .", "tokenized_text": ["i", "can", "care", "less", "who", "s", "better", "then", "who"]}, "10450": {"text": "But she went on and on about how great koreans are under the guise of japanese name .", "tokenized_text": ["but", "she", "went", "on", "and", "on", "about", "how", "great", "koreans", "are", "under", "the", "guise", "of", "japanese", "name"]}, "10451": {"text": "screw that. it IS about superiority .", "tokenized_text": ["screw", "that", "it", "is", "about", "superiority"]}, "10452": {"text": "We should have a new version of the old Plantation system where every white person on earth makes millions of dollars off of the enslaved labor of all the non-Whites in the world .", "tokenized_text": ["we", "should", "have", "a", "new", "version", "of", "the", "old", "plantation", "system", "where", "every", "white", "person", "on", "earth", "makes", "millions", "of", "dollars", "off", "of", "the", "enslaved", "labor", "of", "all", "the", "non", "whites", "in", "the", "world"]}, "10453": {"text": "The same way they take advantage of the state everywhere else .", "tokenized_text": ["the", "same", "way", "they", "take", "advantage", "of", "the", "state", "everywhere", "else"]}, "10454": {"text": "They receive housing and welfare at the taxpayer 's expense while breeding like cockroaches .", "tokenized_text": ["they", "receive", "housing", "and", "welfare", "at", "the", "taxpayer", "s", "expense", "while", "breeding", "like", "cockroaches"]}, "10455": {"text": "Who said those were Jews from Israel on that chart ?", "tokenized_text": ["who", "said", "those", "were", "jews", "from", "israel", "on", "that", "chart"]}, "10456": {"text": "How many of these do I have to show you before you catch on ?", "tokenized_text": ["how", "many", "of", "these", "do", "i", "have", "to", "show", "you", "before", "you", "catch", "on"]}, "10457": {"text": "You AREN' T White :", "tokenized_text": ["you", "aren", "t", "white"]}, "10458": {"text": "Correct that is the exact goal of the Elite in North America .", "tokenized_text": ["correct", "that", "is", "the", "exact", "goal", "of", "the", "elite", "in", "north", "america"]}, "10459": {"text": "They want to a mixed population since they know that mixed populations have NO center around to rebel .", "tokenized_text": ["they", "want", "to", "a", "mixed", "population", "since", "they", "know", "that", "mixed", "populations", "have", "no", "center", "around", "to", "rebel"]}, "10460": {"text": "Every ethnic Ukrainian I have ever met was White .", "tokenized_text": ["every", "ethnic", "ukrainian", "i", "have", "ever", "met", "was", "white"]}, "10461": {"text": "There was no question at any time that they may have some mud in the blood .", "tokenized_text": ["there", "was", "no", "question", "at", "any", "time", "that", "they", "may", "have", "some", "mud", "in", "the", "blood"]}, "10462": {"text": "Wonderful people and great food !", "tokenized_text": ["wonderful", "people", "and", "great", "food"]}, "10463": {"text": "It bothers me in as much it makes me want to vomit , any white woman who lay down with the beast need not try and come back because `` once you go black you 're not wanted back !", "tokenized_text": ["it", "bothers", "me", "in", "as", "much", "it", "makes", "me", "want", "to", "vomit", "any", "white", "woman", "who", "lay", "down", "with", "the", "beast", "need", "not", "try", "and", "come", "back", "because", "once", "you", "go", "black", "you", "re", "not", "wanted", "back"]}, "10464": {"text": "What are you talking about ?", "tokenized_text": ["what", "are", "you", "talking", "about"]}, "10465": {"text": "Those nations are all extremely diverse .", "tokenized_text": ["those", "nations", "are", "all", "extremely", "diverse"]}, "10466": {"text": "Their resistance to immigration is precisely because they have been exposed to you non-White vermin and your effect on their nations .", "tokenized_text": ["their", "resistance", "to", "immigration", "is", "precisely", "because", "they", "have", "been", "exposed", "to", "you", "non", "white", "vermin", "and", "your", "effect", "on", "their", "nations"]}, "10467": {"text": "Thank you for proving our point .", "tokenized_text": ["thank", "you", "for", "proving", "our", "point"]}, "10468": {"text": "Those in the countries you mentioned are the mongrel offspring between whites ( Aryans ) and Arabs and its funny how those of the East who claim to be the Aryans talk about white people who came and mixed with them and the only Aryans apparently in the East are those with light skin and blue eyes .", "tokenized_text": ["those", "in", "the", "countries", "you", "mentioned", "are", "the", "mongrel", "offspring", "between", "whites", "aryans", "and", "arabs", "and", "its", "funny", "how", "those", "of", "the", "east", "who", "claim", "to", "be", "the", "aryans", "talk", "about", "white", "people", "who", "came", "and", "mixed", "with", "them", "and", "the", "only", "aryans", "apparently", "in", "the", "east", "are", "those", "with", "light", "skin", "and", "blue", "eyes"]}, "10469": {"text": "I'm impressesed with the ' if you do n't like it go somewhere else ' and ' herd mentality ' quips . Way to start a civilised debate , non ami .", "tokenized_text": ["i", "m", "impressesed", "with", "the", "if", "you", "do", "n", "t", "like", "it", "go", "somewhere", "else", "and", "herd", "mentality", "quips", "way", "to", "start", "a", "civilised", "debate", "non", "ami"]}, "10470": {"text": "white men and asian women actually do not hurt asian people and society since asians outnumber whites .", "tokenized_text": ["white", "men", "and", "asian", "women", "actually", "do", "not", "hurt", "asian", "people", "and", "society", "since", "asians", "outnumber", "whites"]}, "10471": {"text": "The problem is white men and asian women come to have non white babies and some poor asian men labors would be upset for those people .", "tokenized_text": ["the", "problem", "is", "white", "men", "and", "asian", "women", "come", "to", "have", "non", "white", "babies", "and", "some", "poor", "asian", "men", "labors", "would", "be", "upset", "for", "those", "people"]}, "10472": {"text": "Thus Whites have to wait until they become a minority in their own country and then they can have their pride too .", "tokenized_text": ["thus", "whites", "have", "to", "wait", "until", "they", "become", "a", "minority", "in", "their", "own", "country", "and", "then", "they", "can", "have", "their", "pride", "too"]}, "10473": {"text": "https://www.stormfront.org/forum/t1020784/ https : //www.stormfront.org/forum/t102 ... ghlight = sweden https : //www.stormfront.org/forum/t102 ... ghlight = sweden https : //www.stormfront.org/forum/t101 ... ghlight = sweden https : //www.stormfront.org/forum/t101 ... ghlight = sweden https : //www.stormfront.org/forum/t100 ... ghlight = sweden https : //www.stormfront.org/forum/t100 ... ghlight = sweden https : //www.stormfront.org/forum/t100 ... ghlight = sweden God save them .....", "tokenized_text": ["https", "www", "stormfront", "org", "forum", "t1020784", "https", "www", "stormfront", "org", "forum", "t102", "ghlight", "sweden", "https", "www", "stormfront", "org", "forum", "t102", "ghlight", "sweden", "https", "www", "stormfront", "org", "forum", "t101", "ghlight", "sweden", "https", "www", "stormfront", "org", "forum", "t101", "ghlight", "sweden", "https", "www", "stormfront", "org", "forum", "t100", "ghlight", "sweden", "https", "www", "stormfront", "org", "forum", "t100", "ghlight", "sweden", "https", "www", "stormfront", "org", "forum", "t100", "ghlight", "sweden", "god", "save", "them"]}, "10474": {"text": "What the Hell did Sweden ever do to anyone to deserve this kind of treatment ?", "tokenized_text": ["what", "the", "hell", "did", "sweden", "ever", "do", "to", "anyone", "to", "deserve", "this", "kind", "of", "treatment"]}, "10475": {"text": "Huh ?", "tokenized_text": ["huh"]}, "10476": {"text": "Anti-White S.O.B. ` s ?", "tokenized_text": ["anti", "white", "s", "o", "b", "s"]}, "10477": {"text": "What have you got to say for yourselves ?", "tokenized_text": ["what", "have", "you", "got", "to", "say", "for", "yourselves"]}, "10478": {"text": "Did day kill dem injuns ?", "tokenized_text": ["did", "day", "kill", "dem", "injuns"]}, "10479": {"text": "Dids dey colononialize da new erffs ?", "tokenized_text": ["dids", "dey", "colononialize", "da", "new", "erffs"]}, "10480": {"text": "Did daay getz dat Junglef feeeaaver and rr apes da slabve girls ?", "tokenized_text": ["did", "daay", "getz", "dat", "junglef", "feeeaaver", "and", "rr", "apes", "da", "slabve", "girls"]}, "10481": {"text": "What the Hell is wrong with you people ?", "tokenized_text": ["what", "the", "hell", "is", "wrong", "with", "you", "people"]}, "10482": {"text": "What do those pictures have to do with 27 framers of the US Constitution including George Washington , James Madison and Benjamin Franklin being non-Jewish Freemasons ?", "tokenized_text": ["what", "do", "those", "pictures", "have", "to", "do", "with", "27", "framers", "of", "the", "us", "constitution", "including", "george", "washington", "james", "madison", "and", "benjamin", "franklin", "being", "non", "jewish", "freemasons"]}, "10483": {"text": "Jesus would be very disappointed in all the so called Christians who are so supportive of Jews .", "tokenized_text": ["jesus", "would", "be", "very", "disappointed", "in", "all", "the", "so", "called", "christians", "who", "are", "so", "supportive", "of", "jews"]}, "10484": {"text": "They were behind his crucifixion and amongst themselves admit to it .", "tokenized_text": ["they", "were", "behind", "his", "crucifixion", "and", "amongst", "themselves", "admit", "to", "it"]}, "10485": {"text": "...You did n't build that .", "tokenized_text": ["you", "did", "n", "t", "build", "that"]}, "10486": {"text": "Your white skin did .", "tokenized_text": ["your", "white", "skin", "did"]}, "10487": {"text": "It 's because white skin allows uv rays to pass through more readily , powering your muscles and brain .", "tokenized_text": ["it", "s", "because", "white", "skin", "allows", "uv", "rays", "to", "pass", "through", "more", "readily", "powering", "your", "muscles", "and", "brain"]}, "10488": {"text": "Stupid theory ?", "tokenized_text": ["stupid", "theory"]}, "10489": {"text": "Yup and about the same level as white privilege .", "tokenized_text": ["yup", "and", "about", "the", "same", "level", "as", "white", "privilege"]}, "10490": {"text": "Yup, after they get married , some still work and get the idiots to bring over their husbands under the guise of `` family members '' .", "tokenized_text": ["yup", "after", "they", "get", "married", "some", "still", "work", "and", "get", "the", "idiots", "to", "bring", "over", "their", "husbands", "under", "the", "guise", "of", "family", "members"]}, "10491": {"text": "Where it not for the hippies great lie of equality , racial pride of any sort would have never come into being .", "tokenized_text": ["where", "it", "not", "for", "the", "hippies", "great", "lie", "of", "equality", "racial", "pride", "of", "any", "sort", "would", "have", "never", "come", "into", "being"]}, "10492": {"text": "Laugh it up ape cause without yt to protect your race Asians will probably do the world a favour and wipe your kind from the face of the Earth .", "tokenized_text": ["laugh", "it", "up", "ape", "cause", "without", "yt", "to", "protect", "your", "race", "asians", "will", "probably", "do", "the", "world", "a", "favour", "and", "wipe", "your", "kind", "from", "the", "face", "of", "the", "earth"]}, "10493": {"text": "i agree these people are full of themselves . . . and i am white nothing is wrong with a different skin color white people are not better than anyone else", "tokenized_text": ["i", "agree", "these", "people", "are", "full", "of", "themselves", "and", "i", "am", "white", "nothing", "is", "wrong", "with", "a", "different", "skin", "color", "white", "people", "are", "not", "better", "than", "anyone", "else"]}, "10494": {"text": "It's much easier to follow the stereotype of White people that their thought controllers fill their minds with .", "tokenized_text": ["it", "s", "much", "easier", "to", "follow", "the", "stereotype", "of", "white", "people", "that", "their", "thought", "controllers", "fill", "their", "minds", "with"]}, "10495": {"text": "This way they can come over here dragging their knuckles to fling their feces at us and call us racists .", "tokenized_text": ["this", "way", "they", "can", "come", "over", "here", "dragging", "their", "knuckles", "to", "fling", "their", "feces", "at", "us", "and", "call", "us", "racists"]}, "10496": {"text": "Non Whites hate White people plain and simple.They are taught from birth that White people are the cause of all the problems in the world and every bad thing that happens is because of evil racist White people .", "tokenized_text": ["non", "whites", "hate", "white", "people", "plain", "and", "simple", "they", "are", "taught", "from", "birth", "that", "white", "people", "are", "the", "cause", "of", "all", "the", "problems", "in", "the", "world", "and", "every", "bad", "thing", "that", "happens", "is", "because", "of", "evil", "racist", "white", "people"]}, "10497": {"text": "Prove it wrong .", "tokenized_text": ["prove", "it", "wrong"]}, "10498": {"text": "Put the crack pipe down moron !", "tokenized_text": ["put", "the", "crack", "pipe", "down", "moron"]}, "10499": {"text": "Racism is as old as time itself , and no one ever admired a groid for anything other than cheap dumb labour .", "tokenized_text": ["racism", "is", "as", "old", "as", "time", "itself", "and", "no", "one", "ever", "admired", "a", "groid", "for", "anything", "other", "than", "cheap", "dumb", "labour"]}, "10500": {"text": "It is nothing short of hysterical that you are such a retard you have to TELL us in your username that you are `` educated . ''", "tokenized_text": ["it", "is", "nothing", "short", "of", "hysterical", "that", "you", "are", "such", "a", "retard", "you", "have", "to", "tell", "us", "in", "your", "username", "that", "you", "are", "educated"]}, "10501": {"text": "Did you register an account on this site just to call these people white supremacists/call them stupid ?", "tokenized_text": ["did", "you", "register", "an", "account", "on", "this", "site", "just", "to", "call", "these", "people", "white", "supremacists", "call", "them", "stupid"]}, "10502": {"text": "If yes , I think you are doing your people a huge disservice .", "tokenized_text": ["if", "yes", "i", "think", "you", "are", "doing", "your", "people", "a", "huge", "disservice"]}, "10503": {"text": "I agree with your post except if its a white they will say so .", "tokenized_text": ["i", "agree", "with", "your", "post", "except", "if", "its", "a", "white", "they", "will", "say", "so"]}, "10504": {"text": "If its a non white they cover it up .", "tokenized_text": ["if", "its", "a", "non", "white", "they", "cover", "it", "up"]}, "10505": {"text": "I repped yez but must spread it around before ...", "tokenized_text": ["i", "repped", "yez", "but", "must", "spread", "it", "around", "before"]}, "10506": {"text": "Wait until the blacks hear about `` Black Douglas '' , or `` The Black Watch '' or `` Black Thursday '' ...", "tokenized_text": ["wait", "until", "the", "blacks", "hear", "about", "black", "douglas", "or", "the", "black", "watch", "or", "black", "thursday"]}, "10507": {"text": "I tried to sign up there once & they refused to activate my account .", "tokenized_text": ["i", "tried", "to", "sign", "up", "there", "once", "they", "refused", "to", "activate", "my", "account"]}, "10508": {"text": "Does n't sound like I 'm missing much anyway .", "tokenized_text": ["does", "n", "t", "sound", "like", "i", "m", "missing", "much", "anyway"]}, "10509": {"text": "i just had my first child , he will be one next week. i will not push my views on him because if you push things on your child they tend to rebel ! my child will learn right from wrong from my positive examples and he will see the truth .", "tokenized_text": ["i", "just", "had", "my", "first", "child", "he", "will", "be", "one", "next", "week", "i", "will", "not", "push", "my", "views", "on", "him", "because", "if", "you", "push", "things", "on", "your", "child", "they", "tend", "to", "rebel", "my", "child", "will", "learn", "right", "from", "wrong", "from", "my", "positive", "examples", "and", "he", "will", "see", "the", "truth"]}, "10510": {"text": "Yep, that 's London for ya .", "tokenized_text": ["yep", "that", "s", "london", "for", "ya"]}, "10511": {"text": "Some parts of London are more British than others .", "tokenized_text": ["some", "parts", "of", "london", "are", "more", "british", "than", "others"]}, "10512": {"text": "But a lot of the Whites moved out to Essex and Kent .", "tokenized_text": ["but", "a", "lot", "of", "the", "whites", "moved", "out", "to", "essex", "and", "kent"]}, "10513": {"text": "Dear genius : Find a statistics text and look up `` normal distribution . ''", "tokenized_text": ["dear", "genius", "find", "a", "statistics", "text", "and", "look", "up", "normal", "distribution"]}, "10514": {"text": "Pay special attention to the concepts of MEAN and VARIANCE .", "tokenized_text": ["pay", "special", "attention", "to", "the", "concepts", "of", "mean", "and", "variance"]}, "10515": {"text": "These elementary concepts render the rest of your argument entirely invalid .", "tokenized_text": ["these", "elementary", "concepts", "render", "the", "rest", "of", "your", "argument", "entirely", "invalid"]}, "10516": {"text": "Don't you know the Jews see a picture like this and laugh their asses off while patting each other on the back .", "tokenized_text": ["don", "t", "you", "know", "the", "jews", "see", "a", "picture", "like", "this", "and", "laugh", "their", "asses", "off", "while", "patting", "each", "other", "on", "the", "back"]}, "10517": {"text": "That's what I 'm saying , even though they had Stone Age tools they were pretty advanced in their knowledge of plants .", "tokenized_text": ["that", "s", "what", "i", "m", "saying", "even", "though", "they", "had", "stone", "age", "tools", "they", "were", "pretty", "advanced", "in", "their", "knowledge", "of", "plants"]}, "10518": {"text": "So therefore they 're not the dumb brutes like blacks are .", "tokenized_text": ["so", "therefore", "they", "re", "not", "the", "dumb", "brutes", "like", "blacks", "are"]}, "10519": {"text": "By the way , if the person you 're speaking to is claiming that blacks are held back it 's their duty to prove their claim , not your duty to disprove it .", "tokenized_text": ["by", "the", "way", "if", "the", "person", "you", "re", "speaking", "to", "is", "claiming", "that", "blacks", "are", "held", "back", "it", "s", "their", "duty", "to", "prove", "their", "claim", "not", "your", "duty", "to", "disprove", "it"]}, "10520": {"text": "It 's not like cops are running around framing black people for crimes all day .", "tokenized_text": ["it", "s", "not", "like", "cops", "are", "running", "around", "framing", "black", "people", "for", "crimes", "all", "day"]}, "10521": {"text": "In the eyes of the Jew and the libtard there is a race problem and the problem is us !", "tokenized_text": ["in", "the", "eyes", "of", "the", "jew", "and", "the", "libtard", "there", "is", "a", "race", "problem", "and", "the", "problem", "is", "us"]}, "10522": {"text": "They wo n't rest till they have wiped us off the face of the earth", "tokenized_text": ["they", "wo", "n", "t", "rest", "till", "they", "have", "wiped", "us", "off", "the", "face", "of", "the", "earth"]}, "10523": {"text": "I just added up the price of textbooks REQUIRED for an organic chemistry class .", "tokenized_text": ["i", "just", "added", "up", "the", "price", "of", "textbooks", "required", "for", "an", "organic", "chemistry", "class"]}, "10524": {"text": "The total was $ 0.75 shy of $ 400 .", "tokenized_text": ["the", "total", "was", "0", "75", "shy", "of", "400"]}, "10525": {"text": "Does anyone else find it does n't difficult to find a white Canadian woman to date who is not Looney lefty ?", "tokenized_text": ["does", "anyone", "else", "find", "it", "does", "n", "t", "difficult", "to", "find", "a", "white", "canadian", "woman", "to", "date", "who", "is", "not", "looney", "lefty"]}, "10526": {"text": "Like they all have gay and lesbian friends for one and if you say you think homosexuality is an abomination then that is your last date .", "tokenized_text": ["like", "they", "all", "have", "gay", "and", "lesbian", "friends", "for", "one", "and", "if", "you", "say", "you", "think", "homosexuality", "is", "an", "abomination", "then", "that", "is", "your", "last", "date"]}, "10527": {"text": "Hungary must stick to its guns it is a sad day when sticking to ones guns means simply enforcing the law as proscribed", "tokenized_text": ["hungary", "must", "stick", "to", "its", "guns", "it", "is", "a", "sad", "day", "when", "sticking", "to", "ones", "guns", "means", "simply", "enforcing", "the", "law", "as", "proscribed"]}, "10528": {"text": "Canada is on par or worse than Germany these days for being anti-Nationalist .", "tokenized_text": ["canada", "is", "on", "par", "or", "worse", "than", "germany", "these", "days", "for", "being", "anti", "nationalist"]}, "10529": {"text": "I 'd imagine trying to live there as a white nationalist would be extremely hard .", "tokenized_text": ["i", "d", "imagine", "trying", "to", "live", "there", "as", "a", "white", "nationalist", "would", "be", "extremely", "hard"]}, "10530": {"text": "It should come as no surprise that the Jews start embracing the degeneracy that they promote ; what goes around comes around .", "tokenized_text": ["it", "should", "come", "as", "no", "surprise", "that", "the", "jews", "start", "embracing", "the", "degeneracy", "that", "they", "promote", "what", "goes", "around", "comes", "around"]}, "10531": {"text": "It's wise to think in terms of `` 3 's '' when stocking up .", "tokenized_text": ["it", "s", "wise", "to", "think", "in", "terms", "of", "3", "s", "when", "stocking", "up"]}, "10532": {"text": "Lighting : candles , oil lamps , solar lamps Water : creek , well , spring Potatoes : freshly grown , dehydrated , canned Guns : handgun , rifle , shotgun Transportation : truck , bike , motorcycle The list is almost endless .", "tokenized_text": ["lighting", "candles", "oil", "lamps", "solar", "lamps", "water", "creek", "well", "spring", "potatoes", "freshly", "grown", "dehydrated", "canned", "guns", "handgun", "rifle", "shotgun", "transportation", "truck", "bike", "motorcycle", "the", "list", "is", "almost", "endless"]}, "10533": {"text": "Variety is always better than putting all your eggs in one basket .", "tokenized_text": ["variety", "is", "always", "better", "than", "putting", "all", "your", "eggs", "in", "one", "basket"]}, "10534": {"text": "its disgusting how a person color of skin determines whether or not you should give them training to become a doctor to save lives. thats racist .", "tokenized_text": ["its", "disgusting", "how", "a", "person", "color", "of", "skin", "determines", "whether", "or", "not", "you", "should", "give", "them", "training", "to", "become", "a", "doctor", "to", "save", "lives", "thats", "racist"]}, "10535": {"text": "My french teacher at school found one way to get us boys to concentrate , put a french woman with big boobs in front of us .", "tokenized_text": ["my", "french", "teacher", "at", "school", "found", "one", "way", "to", "get", "us", "boys", "to", "concentrate", "put", "a", "french", "woman", "with", "big", "boobs", "in", "front", "of", "us"]}, "10536": {"text": "It worked for the one lesson she was there anyway .", "tokenized_text": ["it", "worked", "for", "the", "one", "lesson", "she", "was", "there", "anyway"]}, "10537": {"text": "I'm on the south shore ...", "tokenized_text": ["i", "m", "on", "the", "south", "shore"]}, "10538": {"text": "If anyone want 's to get together I 'm open to a BBQ with like-minded individuals .", "tokenized_text": ["if", "anyone", "want", "s", "to", "get", "together", "i", "m", "open", "to", "a", "bbq", "with", "like", "minded", "individuals"]}, "10539": {"text": "Let me know !", "tokenized_text": ["let", "me", "know"]}, "10540": {"text": "We should only support white businesses whose products are made in white countries .", "tokenized_text": ["we", "should", "only", "support", "white", "businesses", "whose", "products", "are", "made", "in", "white", "countries"]}, "10541": {"text": "White money should only be for the benefit of the white race .", "tokenized_text": ["white", "money", "should", "only", "be", "for", "the", "benefit", "of", "the", "white", "race"]}, "10542": {"text": "I took a race and ethnicity class at the college I went to .", "tokenized_text": ["i", "took", "a", "race", "and", "ethnicity", "class", "at", "the", "college", "i", "went", "to"]}, "10543": {"text": "I remember the teacher telling everyone that mixed races babies and mixed race peoples are always more healthy that pure bed babies .", "tokenized_text": ["i", "remember", "the", "teacher", "telling", "everyone", "that", "mixed", "races", "babies", "and", "mixed", "race", "peoples", "are", "always", "more", "healthy", "that", "pure", "bed", "babies"]}, "10544": {"text": "Tiger woods was her example and a few others .", "tokenized_text": ["tiger", "woods", "was", "her", "example", "and", "a", "few", "others"]}, "10545": {"text": "Hi: I want to share these wonderful videos , very beautiful teachers and great new methods for everybody can easily learn .", "tokenized_text": ["hi", "i", "want", "to", "share", "these", "wonderful", "videos", "very", "beautiful", "teachers", "and", "great", "new", "methods", "for", "everybody", "can", "easily", "learn"]}, "10546": {"text": "You Tube You Tube You Tube You Tube You Tube Im sorry Im joking this is so funny", "tokenized_text": ["you", "tube", "you", "tube", "you", "tube", "you", "tube", "you", "tube", "im", "sorry", "im", "joking", "this", "is", "so", "funny"]}, "10547": {"text": "Their aggressiveness is a massive reason for their ' success ' .", "tokenized_text": ["their", "aggressiveness", "is", "a", "massive", "reason", "for", "their", "success"]}, "10548": {"text": "The have no concept of honour or of having respect for the feelings of others .", "tokenized_text": ["the", "have", "no", "concept", "of", "honour", "or", "of", "having", "respect", "for", "the", "feelings", "of", "others"]}, "10549": {"text": "hey remember the Japanese where on the Good side during WW2 on a light note , ya , I can be idolized and all my coworkers , we are all heroes ready to build the next rail gun cannons that will power WW3", "tokenized_text": ["hey", "remember", "the", "japanese", "where", "on", "the", "good", "side", "during", "ww2", "on", "a", "light", "note", "ya", "i", "can", "be", "idolized", "and", "all", "my", "coworkers", "we", "are", "all", "heroes", "ready", "to", "build", "the", "next", "rail", "gun", "cannons", "that", "will", "power", "ww3"]}, "10550": {"text": "She's lucky , I bet she 'll be more careful next time .", "tokenized_text": ["she", "s", "lucky", "i", "bet", "she", "ll", "be", "more", "careful", "next", "time"]}, "10551": {"text": "There 's nothing else like hot lead to teach you respect for a firearm .", "tokenized_text": ["there", "s", "nothing", "else", "like", "hot", "lead", "to", "teach", "you", "respect", "for", "a", "firearm"]}, "10552": {"text": "The Aryan Body , Mind and Soul - Prodigies and Geniuses Dr. William Shockley ( February 13 , 1910 - August 12 , 1989 ) Dr. William Shockley was an American physicist and inventor .", "tokenized_text": ["the", "aryan", "body", "mind", "and", "soul", "prodigies", "and", "geniuses", "dr", "william", "shockley", "february", "13", "1910", "august", "12", "1989", "dr", "william", "shockley", "was", "an", "american", "physicist", "and", "inventor"]}, "10553": {"text": "Along with John Bardeen and Walter Houser Brattain , Shockley co-invented the transistor , for which all three were awarded the 1956 Nobel Prize in Physics .", "tokenized_text": ["along", "with", "john", "bardeen", "and", "walter", "houser", "brattain", "shockley", "co", "invented", "the", "transistor", "for", "which", "all", "three", "were", "awarded", "the", "1956", "nobel", "prize", "in", "physics"]}, "10554": {"text": "Shockley 's attempts to commercialize a new transistor design in the 1950s and 1960s led to California 's `` Silicon Valley '' becoming a hotbed of electronics innovation .", "tokenized_text": ["shockley", "s", "attempts", "to", "commercialize", "a", "new", "transistor", "design", "in", "the", "1950s", "and", "1960s", "led", "to", "california", "s", "silicon", "valley", "becoming", "a", "hotbed", "of", "electronics", "innovation"]}, "10555": {"text": "In his later life , Shockley was a professor at Stanford and became a staunch advocate of eugenics .", "tokenized_text": ["in", "his", "later", "life", "shockley", "was", "a", "professor", "at", "stanford", "and", "became", "a", "staunch", "advocate", "of", "eugenics"]}, "10556": {"text": "Dr. David Duke mentions about his friendship with Dr. William Shockley in his latest video ( 6/22/2010 ) titled `` Will the White Race Survive ? '' http://www.youtube.com/watch ? v = RoKl47nK04M", "tokenized_text": ["dr", "david", "duke", "mentions", "about", "his", "friendship", "with", "dr", "william", "shockley", "in", "his", "latest", "video", "6", "22", "2010", "titled", "will", "the", "white", "race", "survive", "http", "www", "youtube", "com", "watch", "v", "rokl47nk04m"]}, "10557": {"text": "What he means is to not directly support as far as possible , as opposed to indirectly support the system itself ( via taxes etc ) .", "tokenized_text": ["what", "he", "means", "is", "to", "not", "directly", "support", "as", "far", "as", "possible", "as", "opposed", "to", "indirectly", "support", "the", "system", "itself", "via", "taxes", "etc"]}, "10558": {"text": "You need to ask this when the Obama Administration instructed the IRS to target conservatives ?", "tokenized_text": ["you", "need", "to", "ask", "this", "when", "the", "obama", "administration", "instructed", "the", "irs", "to", "target", "conservatives"]}, "10559": {"text": "New Claims That IRS Targeting Of Tea Party Groups Continuing - Trey Gowdy - America 's Newsroom - YouTube", "tokenized_text": ["new", "claims", "that", "irs", "targeting", "of", "tea", "party", "groups", "continuing", "trey", "gowdy", "america", "s", "newsroom", "youtube"]}, "10560": {"text": "I went there as a kid and it was great .", "tokenized_text": ["i", "went", "there", "as", "a", "kid", "and", "it", "was", "great"]}, "10561": {"text": "Was .", "tokenized_text": ["was"]}, "10562": {"text": "I went back a cpl years ago and the black vermin were everywhere .", "tokenized_text": ["i", "went", "back", "a", "cpl", "years", "ago", "and", "the", "black", "vermin", "were", "everywhere"]}, "10563": {"text": "Lines ?", "tokenized_text": ["lines"]}, "10564": {"text": "Niggas do n't wait in no lines .", "tokenized_text": ["niggas", "do", "n", "t", "wait", "in", "no", "lines"]}, "10565": {"text": "And it stunk like refer and black sweat .", "tokenized_text": ["and", "it", "stunk", "like", "refer", "and", "black", "sweat"]}, "10566": {"text": "I would n't take my kids there without some serious hardcore buddies .", "tokenized_text": ["i", "would", "n", "t", "take", "my", "kids", "there", "without", "some", "serious", "hardcore", "buddies"]}, "10567": {"text": "The problem is there 's so many white liberal self hating traitors on the same side as the Jews and nonwhites .", "tokenized_text": ["the", "problem", "is", "there", "s", "so", "many", "white", "liberal", "self", "hating", "traitors", "on", "the", "same", "side", "as", "the", "jews", "and", "nonwhites"]}, "10568": {"text": "Neither of the Diaz brothers are very bright but they generally come to fight .", "tokenized_text": ["neither", "of", "the", "diaz", "brothers", "are", "very", "bright", "but", "they", "generally", "come", "to", "fight"]}, "10569": {"text": "I 'm sure McGregor and Nate will put on a good show but I 'm not forking over $ 50 for one good fight on a ppv", "tokenized_text": ["i", "m", "sure", "mcgregor", "and", "nate", "will", "put", "on", "a", "good", "show", "but", "i", "m", "not", "forking", "over", "50", "for", "one", "good", "fight", "on", "a", "ppv"]}, "10570": {"text": "A punch in the face is a punch in the face regardless of where in the world it happens .", "tokenized_text": ["a", "punch", "in", "the", "face", "is", "a", "punch", "in", "the", "face", "regardless", "of", "where", "in", "the", "world", "it", "happens"]}, "10571": {"text": "The effectiveness of any martial are is solely dependent on the person practicing it .", "tokenized_text": ["the", "effectiveness", "of", "any", "martial", "are", "is", "solely", "dependent", "on", "the", "person", "practicing", "it"]}, "10572": {"text": "Ha.", "tokenized_text": ["ha"]}, "10573": {"text": "I was just about to post a similar thread .", "tokenized_text": ["i", "was", "just", "about", "to", "post", "a", "similar", "thread"]}, "10574": {"text": "I knew if I waited long enough my university would eventually endorse this crap .", "tokenized_text": ["i", "knew", "if", "i", "waited", "long", "enough", "my", "university", "would", "eventually", "endorse", "this", "crap"]}, "10575": {"text": "Have you ever seen the `` White Priviledge Checklist '' that these people use ?", "tokenized_text": ["have", "you", "ever", "seen", "the", "white", "priviledge", "checklist", "that", "these", "people", "use"]}, "10576": {"text": "I know I keep hoping I wake up one day and this multiracial hell Canada was all just a terrible nightmare , but it never happens .", "tokenized_text": ["i", "know", "i", "keep", "hoping", "i", "wake", "up", "one", "day", "and", "this", "multiracial", "hell", "canada", "was", "all", "just", "a", "terrible", "nightmare", "but", "it", "never", "happens"]}, "10577": {"text": "God I hate Canada !", "tokenized_text": ["god", "i", "hate", "canada"]}, "10578": {"text": "Ahead of their time , as you said Canada day is not about whites and their progeny who founded this nation anymore .", "tokenized_text": ["ahead", "of", "their", "time", "as", "you", "said", "canada", "day", "is", "not", "about", "whites", "and", "their", "progeny", "who", "founded", "this", "nation", "anymore"]}, "10579": {"text": "``Lookhow my family is growing - two new fellas and a baby on the way !", "tokenized_text": ["lookhow", "my", "family", "is", "growing", "two", "new", "fellas", "and", "a", "baby", "on", "the", "way"]}, "10580": {"text": "This is the night he and I got all engaged and stuff .", "tokenized_text": ["this", "is", "the", "night", "he", "and", "i", "got", "all", "engaged", "and", "stuff"]}, "10581": {"text": "X ) `` Stone Family Band : with new in-law at far left and new future in-law at far right .", "tokenized_text": ["x", "stone", "family", "band", "with", "new", "in", "law", "at", "far", "left", "and", "new", "future", "in", "law", "at", "far", "right"]}, "10582": {"text": "While it is hard to compete with the success of the white nationalist front under supreme chairman Goudreau , There are groups and a community here that is working to build up a local movement based on positive activism and friendly gatherings .", "tokenized_text": ["while", "it", "is", "hard", "to", "compete", "with", "the", "success", "of", "the", "white", "nationalist", "front", "under", "supreme", "chairman", "goudreau", "there", "are", "groups", "and", "a", "community", "here", "that", "is", "working", "to", "build", "up", "a", "local", "movement", "based", "on", "positive", "activism", "and", "friendly", "gatherings"]}, "10583": {"text": "We have such a huge Asian problem .", "tokenized_text": ["we", "have", "such", "a", "huge", "asian", "problem"]}, "10584": {"text": "If we got rid of all Asians in the country Canada would be massively white .", "tokenized_text": ["if", "we", "got", "rid", "of", "all", "asians", "in", "the", "country", "canada", "would", "be", "massively", "white"]}, "10585": {"text": "Blacks only account for around 4 percent of the population .", "tokenized_text": ["blacks", "only", "account", "for", "around", "4", "percent", "of", "the", "population"]}, "10586": {"text": "Animal Grief in the 19th Century Old Shepherd s Chief Mourner by Edwin Henry Landseer , 1827 .", "tokenized_text": ["animal", "grief", "in", "the", "19th", "century", "old", "shepherd", "s", "chief", "mourner", "by", "edwin", "henry", "landseer", "1827"]}, "10587": {"text": "During the 19th century , attributing human feelings to animals was generally considered to be more sentimentality than science .", "tokenized_text": ["during", "the", "19th", "century", "attributing", "human", "feelings", "to", "animals", "was", "generally", "considered", "to", "be", "more", "sentimentality", "than", "science"]}, "10588": {"text": "Nevertheless , Regency and Victorian era reports abound of dogs who wasted away at their master s graves , cats who refused to eat or drink upon the death of their mistress , and even a pet monkey who committed suicide .", "tokenized_text": ["nevertheless", "regency", "and", "victorian", "era", "reports", "abound", "of", "dogs", "who", "wasted", "away", "at", "their", "master", "s", "graves", "cats", "who", "refused", "to", "eat", "or", "drink", "upon", "the", "death", "of", "their", "mistress", "and", "even", "a", "pet", "monkey", "who", "committed", "suicide"]}, "10589": {"text": "Some of these stories were , indeed , mere sentimentalism .", "tokenized_text": ["some", "of", "these", "stories", "were", "indeed", "mere", "sentimentalism"]}, "10590": {"text": "Others were poignant accounts of the behavior of indisputably grief stricken animals .", "tokenized_text": ["others", "were", "poignant", "accounts", "of", "the", "behavior", "of", "indisputably", "grief", "stricken", "animals"]}, "10591": {"text": "https : //mimimatthews.com/2016/03/03/ ... ampaign = buffer", "tokenized_text": ["https", "mimimatthews", "com", "2016", "03", "03", "ampaign", "buffer"]}, "10592": {"text": "Every White person on the planet should have easy access to firearms , provided they do n't have a violent criminal past or a history of mental illness .", "tokenized_text": ["every", "white", "person", "on", "the", "planet", "should", "have", "easy", "access", "to", "firearms", "provided", "they", "do", "n", "t", "have", "a", "violent", "criminal", "past", "or", "a", "history", "of", "mental", "illness"]}, "10593": {"text": "Just watched the first few minutes of the video and will finish when I wake up .", "tokenized_text": ["just", "watched", "the", "first", "few", "minutes", "of", "the", "video", "and", "will", "finish", "when", "i", "wake", "up"]}, "10594": {"text": "Sounds interesting , thanks for posting it .", "tokenized_text": ["sounds", "interesting", "thanks", "for", "posting", "it"]}, "10595": {"text": "My Father taught me to shoot when I was 12 years old .", "tokenized_text": ["my", "father", "taught", "me", "to", "shoot", "when", "i", "was", "12", "years", "old"]}, "10596": {"text": "We would go to the range , rifle and pistol , once each week .", "tokenized_text": ["we", "would", "go", "to", "the", "range", "rifle", "and", "pistol", "once", "each", "week"]}, "10597": {"text": "I taught my son when he was 12 .", "tokenized_text": ["i", "taught", "my", "son", "when", "he", "was", "12"]}, "10598": {"text": "I think I was my own `` tiger mom '' when in Montessori school ... around age 3 My memories are vague ( cue song ) but Mumsy said they had hoola hoops we sat in and whenever a kid stepped in mine I slapped him/her .", "tokenized_text": ["i", "think", "i", "was", "my", "own", "tiger", "mom", "when", "in", "montessori", "school", "around", "age", "3", "my", "memories", "are", "vague", "cue", "song", "but", "mumsy", "said", "they", "had", "hoola", "hoops", "we", "sat", "in", "and", "whenever", "a", "kid", "stepped", "in", "mine", "i", "slapped", "him", "her"]}, "10599": {"text": "Yes , I was a Libertarian from birth !", "tokenized_text": ["yes", "i", "was", "a", "libertarian", "from", "birth"]}, "10600": {"text": "Cats Musical - Memory - YouTube", "tokenized_text": ["cats", "musical", "memory", "youtube"]}, "10601": {"text": "I used to beg my parents to let me wear a boy swimsuit .. trunks and topless when I was 3 or 4 years old .", "tokenized_text": ["i", "used", "to", "beg", "my", "parents", "to", "let", "me", "wear", "a", "boy", "swimsuit", "trunks", "and", "topless", "when", "i", "was", "3", "or", "4", "years", "old"]}, "10602": {"text": "Finally , they relented and let me have my first pair of swimming trunks .", "tokenized_text": ["finally", "they", "relented", "and", "let", "me", "have", "my", "first", "pair", "of", "swimming", "trunks"]}, "10603": {"text": "I swam in them once at the beach , and was wearing only swim trunks .. just like the boys .", "tokenized_text": ["i", "swam", "in", "them", "once", "at", "the", "beach", "and", "was", "wearing", "only", "swim", "trunks", "just", "like", "the", "boys"]}, "10604": {"text": "It was also the only day I wanted to do that .", "tokenized_text": ["it", "was", "also", "the", "only", "day", "i", "wanted", "to", "do", "that"]}, "10605": {"text": "Aw c 'mon Hillary is a babe .", "tokenized_text": ["aw", "c", "mon", "hillary", "is", "a", "babe"]}, "10606": {"text": "Sharpton just wants to get his hands on da White House fleet of limousines .", "tokenized_text": ["sharpton", "just", "wants", "to", "get", "his", "hands", "on", "da", "white", "house", "fleet", "of", "limousines"]}, "10607": {"text": "Yup .", "tokenized_text": ["yup"]}, "10608": {"text": "We lose no matter what .", "tokenized_text": ["we", "lose", "no", "matter", "what"]}, "10609": {"text": "Just wait until they find a school where Asian girls are more violent and stupid than black males , and the leftists will have a plan on how to fight the achievement gap .", "tokenized_text": ["just", "wait", "until", "they", "find", "a", "school", "where", "asian", "girls", "are", "more", "violent", "and", "stupid", "than", "black", "males", "and", "the", "leftists", "will", "have", "a", "plan", "on", "how", "to", "fight", "the", "achievement", "gap"]}, "10610": {"text": "Before I became a Christian when I was a big fan of heavy metal I liked Old lead singer of Gathering Old female singer of Tristania ( my favorite ) 80 's pop was all pretty good too Cyndi Lauper Sanda Kim Wilde", "tokenized_text": ["before", "i", "became", "a", "christian", "when", "i", "was", "a", "big", "fan", "of", "heavy", "metal", "i", "liked", "old", "lead", "singer", "of", "gathering", "old", "female", "singer", "of", "tristania", "my", "favorite", "80", "s", "pop", "was", "all", "pretty", "good", "too", "cyndi", "lauper", "sanda", "kim", "wilde"]}, "10611": {"text": "It is a silly video , but it highlights the nonsensical world in which Jesus lived and the world Jesus was instrumental in changing .", "tokenized_text": ["it", "is", "a", "silly", "video", "but", "it", "highlights", "the", "nonsensical", "world", "in", "which", "jesus", "lived", "and", "the", "world", "jesus", "was", "instrumental", "in", "changing"]}, "10612": {"text": "Stoning - Monty Python 's Life of Brian - YouTube", "tokenized_text": ["stoning", "monty", "python", "s", "life", "of", "brian", "youtube"]}, "10613": {"text": "Let's be clear about these Neolithic farmers .", "tokenized_text": ["let", "s", "be", "clear", "about", "these", "neolithic", "farmers"]}, "10614": {"text": "They were not as dark as , say , a modern Iraqi .", "tokenized_text": ["they", "were", "not", "as", "dark", "as", "say", "a", "modern", "iraqi"]}, "10615": {"text": "The Neolithic farmers who migrated into Europe originated in Anatolia .", "tokenized_text": ["the", "neolithic", "farmers", "who", "migrated", "into", "europe", "originated", "in", "anatolia"]}, "10616": {"text": "According to Mathieson 2015 , they had around a 30 % incidence of blue eyes ( versus around 25 % for the Steppe populations ) and carried the same mutations for light skin that the Steppe people did .", "tokenized_text": ["according", "to", "mathieson", "2015", "they", "had", "around", "a", "30", "incidence", "of", "blue", "eyes", "versus", "around", "25", "for", "the", "steppe", "populations", "and", "carried", "the", "same", "mutations", "for", "light", "skin", "that", "the", "steppe", "people", "did"]}, "10617": {"text": "The native hunter-gatherers , on the other hand , show 100 % incidence of blue eyes but do not have all the same mutations for light skin as the farmer and Steppe populations .", "tokenized_text": ["the", "native", "hunter", "gatherers", "on", "the", "other", "hand", "show", "100", "incidence", "of", "blue", "eyes", "but", "do", "not", "have", "all", "the", "same", "mutations", "for", "light", "skin", "as", "the", "farmer", "and", "steppe", "populations"]}, "10618": {"text": "Lactose tolerance ( again from Mathieson 2015 ) did not exist among either the Steppe pastoralists or the Neolithic farmers , but developed later amongst mixed groups ( their study found the first evidence for lactose tolerance among the Bell Beaker culture ) .", "tokenized_text": ["lactose", "tolerance", "again", "from", "mathieson", "2015", "did", "not", "exist", "among", "either", "the", "steppe", "pastoralists", "or", "the", "neolithic", "farmers", "but", "developed", "later", "amongst", "mixed", "groups", "their", "study", "found", "the", "first", "evidence", "for", "lactose", "tolerance", "among", "the", "bell", "beaker", "culture"]}, "10619": {"text": "Show her a William Pierce video on YouTube and then explain it to her .", "tokenized_text": ["show", "her", "a", "william", "pierce", "video", "on", "youtube", "and", "then", "explain", "it", "to", "her"]}, "10620": {"text": "Explain how liberals are liars and anti-White and tell her about crime statistics .", "tokenized_text": ["explain", "how", "liberals", "are", "liars", "and", "anti", "white", "and", "tell", "her", "about", "crime", "statistics"]}, "10621": {"text": "She is off this week from school for thanksgiving and my other kids had school still for 2 days so she went with me to school.On way back was explaining to her my side and her mothers side of our heritage and explaining to her where the different countries were and told her we can get a map of Europe and she can color in the countries we are from .", "tokenized_text": ["she", "is", "off", "this", "week", "from", "school", "for", "thanksgiving", "and", "my", "other", "kids", "had", "school", "still", "for", "2", "days", "so", "she", "went", "with", "me", "to", "school", "on", "way", "back", "was", "explaining", "to", "her", "my", "side", "and", "her", "mothers", "side", "of", "our", "heritage", "and", "explaining", "to", "her", "where", "the", "different", "countries", "were", "and", "told", "her", "we", "can", "get", "a", "map", "of", "europe", "and", "she", "can", "color", "in", "the", "countries", "we", "are", "from"]}, "10622": {"text": "Well we have lots of shirts that you can order and a different design will be done probably early this next week and we will be putting them up on kijiji as soon as we pick them up .", "tokenized_text": ["well", "we", "have", "lots", "of", "shirts", "that", "you", "can", "order", "and", "a", "different", "design", "will", "be", "done", "probably", "early", "this", "next", "week", "and", "we", "will", "be", "putting", "them", "up", "on", "kijiji", "as", "soon", "as", "we", "pick", "them", "up"]}, "10623": {"text": "Is it where they grade you based on how cultural marxist you are or do they allow people their own views ?", "tokenized_text": ["is", "it", "where", "they", "grade", "you", "based", "on", "how", "cultural", "marxist", "you", "are", "or", "do", "they", "allow", "people", "their", "own", "views"]}, "10624": {"text": "So do you actually meet the people that you let join and start a chapter or are you just trusting that an anti would n't sign up so that you start directing people to them to get jumped or whatever ?", "tokenized_text": ["so", "do", "you", "actually", "meet", "the", "people", "that", "you", "let", "join", "and", "start", "a", "chapter", "or", "are", "you", "just", "trusting", "that", "an", "anti", "would", "n", "t", "sign", "up", "so", "that", "you", "start", "directing", "people", "to", "them", "to", "get", "jumped", "or", "whatever"]}, "10625": {"text": "WTF is wrong with u allowing your children to have non white friends ?", "tokenized_text": ["wtf", "is", "wrong", "with", "u", "allowing", "your", "children", "to", "have", "non", "white", "friends"]}, "10626": {"text": "Do you not realize that goddamn white genicide is upon the white race ?", "tokenized_text": ["do", "you", "not", "realize", "that", "goddamn", "white", "genicide", "is", "upon", "the", "white", "race"]}, "10627": {"text": "Sharpless 249 and the Jellyfish Nebula Image Credit & Copyright : C\u00e9sar Blanco Gonz\u00e1lez Explanation : Normally faint and elusive , the Jellyfish Nebula is caught in this alluring telescopic mosaic .", "tokenized_text": ["sharpless", "249", "and", "the", "jellyfish", "nebula", "image", "credit", "copyright", "c\u00e9sar", "blanco", "gonz\u00e1lez", "explanation", "normally", "faint", "and", "elusive", "the", "jellyfish", "nebula", "is", "caught", "in", "this", "alluring", "telescopic", "mosaic"]}, "10628": {"text": "The scene is anchored right and left by two bright stars , Mu and Eta Geminorum , at the foot of the celestial twin while the Jellyfish Nebula is the brighter arcing ridge of emission with dangling tentacles below and right of center .", "tokenized_text": ["the", "scene", "is", "anchored", "right", "and", "left", "by", "two", "bright", "stars", "mu", "and", "eta", "geminorum", "at", "the", "foot", "of", "the", "celestial", "twin", "while", "the", "jellyfish", "nebula", "is", "the", "brighter", "arcing", "ridge", "of", "emission", "with", "dangling", "tentacles", "below", "and", "right", "of", "center"]}, "10629": {"text": "In fact , the cosmic jellyfish is part of bubble-shaped supernova remnant IC 443 , the expanding debris cloud from a massive star that exploded .", "tokenized_text": ["in", "fact", "the", "cosmic", "jellyfish", "is", "part", "of", "bubble", "shaped", "supernova", "remnant", "ic", "443", "the", "expanding", "debris", "cloud", "from", "a", "massive", "star", "that", "exploded"]}, "10630": {"text": "Light from the explosion first reached planet Earth over 30,000 years ago .", "tokenized_text": ["light", "from", "the", "explosion", "first", "reached", "planet", "earth", "over", "30", "000", "years", "ago"]}, "10631": {"text": "Like its cousin in astrophysical waters the Crab Nebula supernova remnant , the Jellyfish Nebula is known to harbor a neutron star , the remnant of the collapsed stellar core .", "tokenized_text": ["like", "its", "cousin", "in", "astrophysical", "waters", "the", "crab", "nebula", "supernova", "remnant", "the", "jellyfish", "nebula", "is", "known", "to", "harbor", "a", "neutron", "star", "the", "remnant", "of", "the", "collapsed", "stellar", "core"]}, "10632": {"text": "An emission nebula cataloged as Sharpless 249 fills the field at the upper left .", "tokenized_text": ["an", "emission", "nebula", "cataloged", "as", "sharpless", "249", "fills", "the", "field", "at", "the", "upper", "left"]}, "10633": {"text": "The Jellyfish Nebula is about 5,000 light-years away .", "tokenized_text": ["the", "jellyfish", "nebula", "is", "about", "5", "000", "light", "years", "away"]}, "10634": {"text": "At that distance , this narrowband composite image would be about 300 light-years across .", "tokenized_text": ["at", "that", "distance", "this", "narrowband", "composite", "image", "would", "be", "about", "300", "light", "years", "across"]}, "10635": {"text": "http://apod.nasa.gov/apod/astropix.html", "tokenized_text": ["http", "apod", "nasa", "gov", "apod", "astropix", "html"]}, "10636": {"text": "I became a revisionist after going to Auschwitz 1 and 2 .", "tokenized_text": ["i", "became", "a", "revisionist", "after", "going", "to", "auschwitz", "1", "and", "2"]}, "10637": {"text": "I 'm half german , my grandad served in the SS , so I wanted to see what he and his brothers did .", "tokenized_text": ["i", "m", "half", "german", "my", "grandad", "served", "in", "the", "ss", "so", "i", "wanted", "to", "see", "what", "he", "and", "his", "brothers", "did"]}, "10638": {"text": "We were shown the ovens where the bodies were cremated .", "tokenized_text": ["we", "were", "shown", "the", "ovens", "where", "the", "bodies", "were", "cremated"]}, "10639": {"text": "Quoting the guide/historian ( he had a PHD ) here , `` there are 8 beds , each fits one body and it takes roughly 90 mins to completely incinerate a body using the techniques they employed .", "tokenized_text": ["quoting", "the", "guide", "historian", "he", "had", "a", "phd", "here", "there", "are", "8", "beds", "each", "fits", "one", "body", "and", "it", "takes", "roughly", "90", "mins", "to", "completely", "incinerate", "a", "body", "using", "the", "techniques", "they", "employed"]}, "10640": {"text": "In one year 2.2 million people were incinerated in these very chambers .", "tokenized_text": ["in", "one", "year", "2", "2", "million", "people", "were", "incinerated", "in", "these", "very", "chambers"]}, "10641": {"text": "We have a list at the memorial of names `` I was thinking , WTF , grab me a calculator .", "tokenized_text": ["we", "have", "a", "list", "at", "the", "memorial", "of", "names", "i", "was", "thinking", "wtf", "grab", "me", "a", "calculator"]}, "10642": {"text": "Well , I looked in amazement as everyone bought this rubbish .", "tokenized_text": ["well", "i", "looked", "in", "amazement", "as", "everyone", "bought", "this", "rubbish"]}, "10643": {"text": "I put my hand up and said `` Respectfully , my 9 year old nephew using primary school mathematics and tell you this is totally impossible '' .", "tokenized_text": ["i", "put", "my", "hand", "up", "and", "said", "respectfully", "my", "9", "year", "old", "nephew", "using", "primary", "school", "mathematics", "and", "tell", "you", "this", "is", "totally", "impossible"]}, "10644": {"text": "We argued for a bit , then I asked to see the list of names .", "tokenized_text": ["we", "argued", "for", "a", "bit", "then", "i", "asked", "to", "see", "the", "list", "of", "names"]}, "10645": {"text": "I was escorted from the camp/jail by 2 polish policeman as denying/questioning the hoax-acuast is illegal .", "tokenized_text": ["i", "was", "escorted", "from", "the", "camp", "jail", "by", "2", "polish", "policeman", "as", "denying", "questioning", "the", "hoax", "acuast", "is", "illegal"]}, "10646": {"text": "They also threatened to throw me out of the country .", "tokenized_text": ["they", "also", "threatened", "to", "throw", "me", "out", "of", "the", "country"]}, "10647": {"text": "Obama is by no means a muslim .", "tokenized_text": ["obama", "is", "by", "no", "means", "a", "muslim"]}, "10648": {"text": "He has the blood of many muslims on his hands .", "tokenized_text": ["he", "has", "the", "blood", "of", "many", "muslims", "on", "his", "hands"]}, "10649": {"text": "He is a jewish puppet .", "tokenized_text": ["he", "is", "a", "jewish", "puppet"]}, "10650": {"text": "And before you ask : Yes I bite my lips .", "tokenized_text": ["and", "before", "you", "ask", "yes", "i", "bite", "my", "lips"]}, "10651": {"text": "Yes I lick my lips and they are in terrible shape .", "tokenized_text": ["yes", "i", "lick", "my", "lips", "and", "they", "are", "in", "terrible", "shape"]}, "10652": {"text": "I detest chap stick .", "tokenized_text": ["i", "detest", "chap", "stick"]}, "10653": {"text": "Southern Missouri is very pretty .", "tokenized_text": ["southern", "missouri", "is", "very", "pretty"]}, "10654": {"text": "Shannon county is famous for its wild horses and the whole area is timbered and rugged .", "tokenized_text": ["shannon", "county", "is", "famous", "for", "its", "wild", "horses", "and", "the", "whole", "area", "is", "timbered", "and", "rugged"]}, "10655": {"text": "You may want to consider the Harrison Arkansas area as well .", "tokenized_text": ["you", "may", "want", "to", "consider", "the", "harrison", "arkansas", "area", "as", "well"]}, "10656": {"text": "The town of Houston is the County seat of Texas county I believe .", "tokenized_text": ["the", "town", "of", "houston", "is", "the", "county", "seat", "of", "texas", "county", "i", "believe"]}, "10657": {"text": "Mountain view is a nice little town but remember the area is somewhat impoverished .", "tokenized_text": ["mountain", "view", "is", "a", "nice", "little", "town", "but", "remember", "the", "area", "is", "somewhat", "impoverished"]}, "10658": {"text": "Alley mills spring is an artists dream area .", "tokenized_text": ["alley", "mills", "spring", "is", "an", "artists", "dream", "area"]}, "10659": {"text": "http://www.eminencemo.com", "tokenized_text": ["http", "www", "eminencemo", "com"]}, "10660": {"text": "Just buck up and stop being lazy .", "tokenized_text": ["just", "buck", "up", "and", "stop", "being", "lazy"]}, "10661": {"text": "Perhaps people will take you more seriously if you do n't make as many grammar errors and using repulsive language .", "tokenized_text": ["perhaps", "people", "will", "take", "you", "more", "seriously", "if", "you", "do", "n", "t", "make", "as", "many", "grammar", "errors", "and", "using", "repulsive", "language"]}, "10662": {"text": "I newer mentioned Samis haplogroup types .", "tokenized_text": ["i", "newer", "mentioned", "samis", "haplogroup", "types"]}, "10663": {"text": "But both Samis and Finns have N1C1 .", "tokenized_text": ["but", "both", "samis", "and", "finns", "have", "n1c1"]}, "10664": {"text": "Lager scale .", "tokenized_text": ["lager", "scale"]}, "10665": {"text": "Also do some other populations like Estonians , Latvians , Lithuanians , North Russians .", "tokenized_text": ["also", "do", "some", "other", "populations", "like", "estonians", "latvians", "lithuanians", "north", "russians"]}, "10666": {"text": "And in a smaller scales Swedes , Polish , Nowegians etc. in the same area .", "tokenized_text": ["and", "in", "a", "smaller", "scales", "swedes", "polish", "nowegians", "etc", "in", "the", "same", "area"]}, "10667": {"text": "But like I have said many times ... the haplogroup type ALONE will not tell or describe ones whole genetic map or how one looks like .", "tokenized_text": ["but", "like", "i", "have", "said", "many", "times", "the", "haplogroup", "type", "alone", "will", "not", "tell", "or", "describe", "ones", "whole", "genetic", "map", "or", "how", "one", "looks", "like"]}, "10668": {"text": "Far from that .", "tokenized_text": ["far", "from", "that"]}, "10669": {"text": "And hey , we have not talked about women 's mitochondriat at all ?", "tokenized_text": ["and", "hey", "we", "have", "not", "talked", "about", "women", "s", "mitochondriat", "at", "all"]}, "10670": {"text": "Anyway ... they do n't look similar at all between Samis and Finns .", "tokenized_text": ["anyway", "they", "do", "n", "t", "look", "similar", "at", "all", "between", "samis", "and", "finns"]}, "10671": {"text": "Mostly gone .", "tokenized_text": ["mostly", "gone"]}, "10672": {"text": "Everything is machined to well today mlst stuff is plug and play .", "tokenized_text": ["everything", "is", "machined", "to", "well", "today", "mlst", "stuff", "is", "plug", "and", "play"]}, "10673": {"text": "All i see are 1911 smiths , revolver smiths , then machinists who cut crown thread barrels .", "tokenized_text": ["all", "i", "see", "are", "1911", "smiths", "revolver", "smiths", "then", "machinists", "who", "cut", "crown", "thread", "barrels"]}, "10674": {"text": "It is a money making scam , that is why it is pushed .", "tokenized_text": ["it", "is", "a", "money", "making", "scam", "that", "is", "why", "it", "is", "pushed"]}, "10675": {"text": "It is also a breeding ground for Dieversity , and Libturd Indoctronation .", "tokenized_text": ["it", "is", "also", "a", "breeding", "ground", "for", "dieversity", "and", "libturd", "indoctronation"]}, "10676": {"text": "I've had this on my mind most of the day ... it 'll be important to know others in your area who you can network with .", "tokenized_text": ["i", "ve", "had", "this", "on", "my", "mind", "most", "of", "the", "day", "it", "ll", "be", "important", "to", "know", "others", "in", "your", "area", "who", "you", "can", "network", "with"]}, "10677": {"text": "Find other gardeners , wild plant enthusiasts , and fellow believers in your area who you can band with .", "tokenized_text": ["find", "other", "gardeners", "wild", "plant", "enthusiasts", "and", "fellow", "believers", "in", "your", "area", "who", "you", "can", "band", "with"]}, "10678": {"text": "First off I would laugh so hard I 'd turn blue .", "tokenized_text": ["first", "off", "i", "would", "laugh", "so", "hard", "i", "d", "turn", "blue"]}, "10679": {"text": "But the truth is he needs a boot party and take our flag back thank you very much .", "tokenized_text": ["but", "the", "truth", "is", "he", "needs", "a", "boot", "party", "and", "take", "our", "flag", "back", "thank", "you", "very", "much"]}, "10680": {"text": "Now teachers demand to work just 35 hours a week ... and they even want to be allowed to do five of those at home | Mail Online", "tokenized_text": ["now", "teachers", "demand", "to", "work", "just", "35", "hours", "a", "week", "and", "they", "even", "want", "to", "be", "allowed", "to", "do", "five", "of", "those", "at", "home", "mail", "online"]}, "10681": {"text": "When I was in grammar school I would go to the library every few days and get a new Hardy Boys book .", "tokenized_text": ["when", "i", "was", "in", "grammar", "school", "i", "would", "go", "to", "the", "library", "every", "few", "days", "and", "get", "a", "new", "hardy", "boys", "book"]}, "10682": {"text": "They were great mysteries .", "tokenized_text": ["they", "were", "great", "mysteries"]}, "10683": {"text": "I'm glad you pointed this out that anti-Bullying campaign has been used to promote homosexuals who are more likely to bully anyone who disagrees with them .", "tokenized_text": ["i", "m", "glad", "you", "pointed", "this", "out", "that", "anti", "bullying", "campaign", "has", "been", "used", "to", "promote", "homosexuals", "who", "are", "more", "likely", "to", "bully", "anyone", "who", "disagrees", "with", "them"]}, "10684": {"text": "...watch this video to the end , lol .", "tokenized_text": ["watch", "this", "video", "to", "the", "end", "lol"]}, "10685": {"text": "Holocaust Survivor Tells Her Story - YouTube It 's from this channel https : //www.youtube.com/channel/UCML ... wgbpH7gn _ vebtw", "tokenized_text": ["holocaust", "survivor", "tells", "her", "story", "youtube", "it", "s", "from", "this", "channel", "https", "www", "youtube", "com", "channel", "ucml", "wgbph7gn", "_", "vebtw"]}, "10686": {"text": "One thing that occurred to me is that the soldiers with those old school battle rifles would have traded them for this Sig in a heartbeat !", "tokenized_text": ["one", "thing", "that", "occurred", "to", "me", "is", "that", "the", "soldiers", "with", "those", "old", "school", "battle", "rifles", "would", "have", "traded", "them", "for", "this", "sig", "in", "a", "heartbeat"]}, "10687": {"text": "perhaps if you set up the school in a white country then it will catch on and spread to multiracial parts of the world ?", "tokenized_text": ["perhaps", "if", "you", "set", "up", "the", "school", "in", "a", "white", "country", "then", "it", "will", "catch", "on", "and", "spread", "to", "multiracial", "parts", "of", "the", "world"]}, "10688": {"text": "What you say is true but bear in mind that what a person chooses to wear on the outside is a personal statement of what 's on the inside .", "tokenized_text": ["what", "you", "say", "is", "true", "but", "bear", "in", "mind", "that", "what", "a", "person", "chooses", "to", "wear", "on", "the", "outside", "is", "a", "personal", "statement", "of", "what", "s", "on", "the", "inside"]}, "10689": {"text": "I was just debating with myself whether I should go to bed or have one last beer ...", "tokenized_text": ["i", "was", "just", "debating", "with", "myself", "whether", "i", "should", "go", "to", "bed", "or", "have", "one", "last", "beer"]}, "10690": {"text": "Lo and behold , up popped The Beer thread .", "tokenized_text": ["lo", "and", "behold", "up", "popped", "the", "beer", "thread"]}, "10691": {"text": "Cheers !", "tokenized_text": ["cheers"]}, "10692": {"text": "Didn't Sextus solve this problem over a thousand years ago ? `` but amongst the Romans it is forbidden by law to do so ''", "tokenized_text": ["didn", "t", "sextus", "solve", "this", "problem", "over", "a", "thousand", "years", "ago", "but", "amongst", "the", "romans", "it", "is", "forbidden", "by", "law", "to", "do", "so"]}, "10693": {"text": "This is my home town .. these people are locals and can help you find what you want ...", "tokenized_text": ["this", "is", "my", "home", "town", "these", "people", "are", "locals", "and", "can", "help", "you", "find", "what", "you", "want"]}, "10694": {"text": "I 'll be moving back soon !", "tokenized_text": ["i", "ll", "be", "moving", "back", "soon"]}, "10695": {"text": "Greeneville TN Homes and Land", "tokenized_text": ["greeneville", "tn", "homes", "and", "land"]}, "10696": {"text": "You have to admit that they look like a scrawny desert chicken hence my use of that name over Roadrunner .", "tokenized_text": ["you", "have", "to", "admit", "that", "they", "look", "like", "a", "scrawny", "desert", "chicken", "hence", "my", "use", "of", "that", "name", "over", "roadrunner"]}, "10697": {"text": "K", "tokenized_text": ["k"]}, "10698": {"text": "Not so sure this will fit your bill but March of the Titans is a great book on European History .", "tokenized_text": ["not", "so", "sure", "this", "will", "fit", "your", "bill", "but", "march", "of", "the", "titans", "is", "a", "great", "book", "on", "european", "history"]}, "10699": {"text": "Here 's a free PDF http://wnlibrary.com/Portabel % 20Docu ... e % 20Titans.pdf", "tokenized_text": ["here", "s", "a", "free", "pdf", "http", "wnlibrary", "com", "portabel", "20docu", "e", "20titans", "pdf"]}, "10700": {"text": "What is you teaching schedule like ?", "tokenized_text": ["what", "is", "you", "teaching", "schedule", "like"]}, "10701": {"text": "Do you do certain subjects some days or some weeks and others in different days or weeks ?", "tokenized_text": ["do", "you", "do", "certain", "subjects", "some", "days", "or", "some", "weeks", "and", "others", "in", "different", "days", "or", "weeks"]}, "10702": {"text": "How long per day do you go ?", "tokenized_text": ["how", "long", "per", "day", "do", "you", "go"]}, "10703": {"text": "Do you take weeks off for vacations or trips or just a break ?", "tokenized_text": ["do", "you", "take", "weeks", "off", "for", "vacations", "or", "trips", "or", "just", "a", "break"]}, "10704": {"text": "seven billion `` Humans '' on the planet and with Open borders , H1-b visas , fake social security numbers , colleges hiring foreign nationals over White Legal Americans , and Obama 's Amnesty on line with an apathetic public , , , well , dye your skin black and unlearn your english and you might get a good job .", "tokenized_text": ["seven", "billion", "humans", "on", "the", "planet", "and", "with", "open", "borders", "h1", "b", "visas", "fake", "social", "security", "numbers", "colleges", "hiring", "foreign", "nationals", "over", "white", "legal", "americans", "and", "obama", "s", "amnesty", "on", "line", "with", "an", "apathetic", "public", "well", "dye", "your", "skin", "black", "and", "unlearn", "your", "english", "and", "you", "might", "get", "a", "good", "job"]}, "10705": {"text": "Microsoft , Amazon , Intel , Hewlett Packard all prefer Hindus and Chinese to Americans .", "tokenized_text": ["microsoft", "amazon", "intel", "hewlett", "packard", "all", "prefer", "hindus", "and", "chinese", "to", "americans"]}, "10706": {"text": "Have not read the Sagas since I was a kid .", "tokenized_text": ["have", "not", "read", "the", "sagas", "since", "i", "was", "a", "kid"]}, "10707": {"text": "It always sucks to have your heroes knocked off the pedestal you put them on .", "tokenized_text": ["it", "always", "sucks", "to", "have", "your", "heroes", "knocked", "off", "the", "pedestal", "you", "put", "them", "on"]}, "10708": {"text": "I have one word for you ....... MOVE . We chose this area because we wanted our children to go to all white schools .", "tokenized_text": ["i", "have", "one", "word", "for", "you", "move", "we", "chose", "this", "area", "because", "we", "wanted", "our", "children", "to", "go", "to", "all", "white", "schools"]}, "10709": {"text": "There are quite a few books on Alexander - no need to torture the brain cells trying to decipher someone 's really bad writing .", "tokenized_text": ["there", "are", "quite", "a", "few", "books", "on", "alexander", "no", "need", "to", "torture", "the", "brain", "cells", "trying", "to", "decipher", "someone", "s", "really", "bad", "writing"]}, "10710": {"text": "The Peter Green book is pretty good .", "tokenized_text": ["the", "peter", "green", "book", "is", "pretty", "good"]}, "10711": {"text": "It has some interesting appendices as well , as well as maps etc .", "tokenized_text": ["it", "has", "some", "interesting", "appendices", "as", "well", "as", "well", "as", "maps", "etc"]}, "10712": {"text": "Apparently, many are not yet out of the closet .", "tokenized_text": ["apparently", "many", "are", "not", "yet", "out", "of", "the", "closet"]}, "10713": {"text": "Many of the famous artists , poets , actors , theater/stage actors , home designers , fashion designers , sculptors , ( all of these are artists ) are gay .", "tokenized_text": ["many", "of", "the", "famous", "artists", "poets", "actors", "theater", "stage", "actors", "home", "designers", "fashion", "designers", "sculptors", "all", "of", "these", "are", "artists", "are", "gay"]}, "10714": {"text": "Sorry that you were unaware .", "tokenized_text": ["sorry", "that", "you", "were", "unaware"]}, "10715": {"text": "Have you looked at a fashion magazine lately ??", "tokenized_text": ["have", "you", "looked", "at", "a", "fashion", "magazine", "lately"]}, "10716": {"text": "By the way he did n't film the scene for entertainment but because the negro would have lied and the white would have gotten in trouble so it was to protect himself from any future false accusation .", "tokenized_text": ["by", "the", "way", "he", "did", "n", "t", "film", "the", "scene", "for", "entertainment", "but", "because", "the", "negro", "would", "have", "lied", "and", "the", "white", "would", "have", "gotten", "in", "trouble", "so", "it", "was", "to", "protect", "himself", "from", "any", "future", "false", "accusation"]}, "10717": {"text": "Don't like the way the cowards kicks Tyrone on the floor then his mate screams like he has won the fight .", "tokenized_text": ["don", "t", "like", "the", "way", "the", "cowards", "kicks", "tyrone", "on", "the", "floor", "then", "his", "mate", "screams", "like", "he", "has", "won", "the", "fight"]}, "10718": {"text": "Cowards .", "tokenized_text": ["cowards"]}, "10719": {"text": "atrabilious ( ah-truh-BIL-yus ) , adj .", "tokenized_text": ["atrabilious", "ah", "truh", "bil", "yus", "adj"]}, "10720": {"text": "1. morbidly melancholy , 2. irritable ; bad-tempered ; splenetic .", "tokenized_text": ["1", "morbidly", "melancholy", "2", "irritable", "bad", "tempered", "splenetic"]}, "10721": {"text": "Also , atrabiliar ( ah-truh-BIL-yar ) [ Origin : 1645 55 ; < L atra bili ( s ) black bile + - ous ] at \u00b7 ra \u00b7 bil \u00b7 ious \u00b7 ness , n .", "tokenized_text": ["also", "atrabiliar", "ah", "truh", "bil", "yar", "origin", "1645", "55", "l", "atra", "bili", "s", "black", "bile", "ous", "at", "ra", "bil", "ious", "ness", "n"]}, "10722": {"text": "There was a crooked man who walked a crooked mile , he kept a crooked cat in a crooked house for style , he gave a crooked smile in a crooked-minded way , to anyone who suffered on this atrabilious day .", "tokenized_text": ["there", "was", "a", "crooked", "man", "who", "walked", "a", "crooked", "mile", "he", "kept", "a", "crooked", "cat", "in", "a", "crooked", "house", "for", "style", "he", "gave", "a", "crooked", "smile", "in", "a", "crooked", "minded", "way", "to", "anyone", "who", "suffered", "on", "this", "atrabilious", "day"]}, "10723": {"text": "St. John 's College Choir , Cambridge , England : Come , thou long expected Jesus : St John 's College Choir , Cambridge - YouTube St John 's College Choir Cambridge - Wise - Prepare ye the way - YouTube Jesus Christ , the Apple Tree Merry Christmas ( almost ) --last week in Advent !!!!!!", "tokenized_text": ["st", "john", "s", "college", "choir", "cambridge", "england", "come", "thou", "long", "expected", "jesus", "st", "john", "s", "college", "choir", "cambridge", "youtube", "st", "john", "s", "college", "choir", "cambridge", "wise", "prepare", "ye", "the", "way", "youtube", "jesus", "christ", "the", "apple", "tree", "merry", "christmas", "almost", "last", "week", "in", "advent"]}, "10724": {"text": "Erik", "tokenized_text": ["erik"]}, "10725": {"text": "No, I must have two or three kids and teach them to be racially-aware .", "tokenized_text": ["no", "i", "must", "have", "two", "or", "three", "kids", "and", "teach", "them", "to", "be", "racially", "aware"]}, "10726": {"text": "Discussing a past historical event does n't `` preserve '' anything ....", "tokenized_text": ["discussing", "a", "past", "historical", "event", "does", "n", "t", "preserve", "anything"]}, "10727": {"text": "Reproducing does ....", "tokenized_text": ["reproducing", "does"]}, "10728": {"text": "LA traffic to cause riots during 2 day construction shutdown of 405 fwy .", "tokenized_text": ["la", "traffic", "to", "cause", "riots", "during", "2", "day", "construction", "shutdown", "of", "405", "fwy"]}, "10729": {"text": "Los Angeles braces for weekend of `` Carmageddon '' - US news - msnbc.com", "tokenized_text": ["los", "angeles", "braces", "for", "weekend", "of", "carmageddon", "us", "news", "msnbc", "com"]}, "10730": {"text": "I plan on posting the above quote after every post until this really funny joke thread is done with .", "tokenized_text": ["i", "plan", "on", "posting", "the", "above", "quote", "after", "every", "post", "until", "this", "really", "funny", "joke", "thread", "is", "done", "with"]}, "10731": {"text": "It should be moved to the really funny joke section .", "tokenized_text": ["it", "should", "be", "moved", "to", "the", "really", "funny", "joke", "section"]}, "10732": {"text": "If you are talking about Alexander the Great then yes .", "tokenized_text": ["if", "you", "are", "talking", "about", "alexander", "the", "great", "then", "yes"]}, "10733": {"text": "It has happened up to the late 90 's with Hong Kong .", "tokenized_text": ["it", "has", "happened", "up", "to", "the", "late", "90", "s", "with", "hong", "kong"]}, "10734": {"text": "``Whiteteacher puts Negro in his place ! ''", "tokenized_text": ["whiteteacher", "puts", "negro", "in", "his", "place"]}, "10735": {"text": "No , unfortunately he did n't .", "tokenized_text": ["no", "unfortunately", "he", "did", "n", "t"]}, "10736": {"text": "That negro 's place is in Africa , and the teacher did n't send him there .", "tokenized_text": ["that", "negro", "s", "place", "is", "in", "africa", "and", "the", "teacher", "did", "n", "t", "send", "him", "there"]}, "10737": {"text": "We Whites are built for grappling .", "tokenized_text": ["we", "whites", "are", "built", "for", "grappling"]}, "10738": {"text": "Let the Apes use their long arms to throw their monkey punches , and let us Whites use wrestling takedowns and submissions .", "tokenized_text": ["let", "the", "apes", "use", "their", "long", "arms", "to", "throw", "their", "monkey", "punches", "and", "let", "us", "whites", "use", "wrestling", "takedowns", "and", "submissions"]}, "10739": {"text": "Mixed martial arts is generally considered mixing Western and Asian arts together .", "tokenized_text": ["mixed", "martial", "arts", "is", "generally", "considered", "mixing", "western", "and", "asian", "arts", "together"]}, "10740": {"text": "Oh and Pankration was a martial sport not a martial art", "tokenized_text": ["oh", "and", "pankration", "was", "a", "martial", "sport", "not", "a", "martial", "art"]}, "10741": {"text": "1.", "tokenized_text": ["1"]}, "10742": {"text": "Custom carbine AR ( one of mine will do ) 2 .", "tokenized_text": ["custom", "carbine", "ar", "one", "of", "mine", "will", "do", "2"]}, "10743": {"text": "Mossberg 590a1 with bayonet 3 .", "tokenized_text": ["mossberg", "590a1", "with", "bayonet", "3"]}, "10744": {"text": "Ak47 with folding stock 4 .", "tokenized_text": ["ak47", "with", "folding", "stock", "4"]}, "10745": {"text": "M & p Vtac 45 5 .", "tokenized_text": ["m", "p", "vtac", "45", "5"]}, "10746": {"text": "Remington 700 sps tactical", "tokenized_text": ["remington", "700", "sps", "tactical"]}, "10747": {"text": "yes RoadHog i did check into j and g they sound good , im hoping i will find one on the shelf soon tho , the mosin", "tokenized_text": ["yes", "roadhog", "i", "did", "check", "into", "j", "and", "g", "they", "sound", "good", "im", "hoping", "i", "will", "find", "one", "on", "the", "shelf", "soon", "tho", "the", "mosin"]}, "10748": {"text": "I'll update my list a bit .", "tokenized_text": ["i", "ll", "update", "my", "list", "a", "bit"]}, "10749": {"text": "CZ-75 Tactical Sports ( 9 mm ) Mossberg shotgun ( 12 gauge ) Finnish RK 95 TP ( 7.62x39 ) M14 with scope ( 7.62x51 ) H & K 416 ( 5.56x45 ) I sort of regret not being able to pick the AKS-74 carbine as my sixth .", "tokenized_text": ["cz", "75", "tactical", "sports", "9", "mm", "mossberg", "shotgun", "12", "gauge", "finnish", "rk", "95", "tp", "7", "62x39", "m14", "with", "scope", "7", "62x51", "h", "k", "416", "5", "56x45", "i", "sort", "of", "regret", "not", "being", "able", "to", "pick", "the", "aks", "74", "carbine", "as", "my", "sixth"]}, "10750": {"text": "But finding ammunition is important .", "tokenized_text": ["but", "finding", "ammunition", "is", "important"]}, "10751": {"text": "Probably from the two minimum wage part time jobs ........ Oh wait , whites need not apply .", "tokenized_text": ["probably", "from", "the", "two", "minimum", "wage", "part", "time", "jobs", "oh", "wait", "whites", "need", "not", "apply"]}, "10752": {"text": "I forgot .", "tokenized_text": ["i", "forgot"]}, "10753": {"text": "Opps .", "tokenized_text": ["opps"]}, "10754": {"text": "Viva la MayheeKo !", "tokenized_text": ["viva", "la", "mayheeko"]}, "10755": {"text": "Loopwheels: for a smoother , more comfortable bicycle ride by Sam Pearce & mdash ; Kickstarter https : //s3.amazonaws.com/ksr/assets/ ... jpg ? 1364315377 https : //s3.amazonaws.com/ksr/assets/ ... JPG ? 1366027343 I like the optical illusion of solid mag wheels produced by the spring wheels .", "tokenized_text": ["loopwheels", "for", "a", "smoother", "more", "comfortable", "bicycle", "ride", "by", "sam", "pearce", "mdash", "kickstarter", "https", "s3", "amazonaws", "com", "ksr", "assets", "jpg", "1364315377", "https", "s3", "amazonaws", "com", "ksr", "assets", "jpg", "1366027343", "i", "like", "the", "optical", "illusion", "of", "solid", "mag", "wheels", "produced", "by", "the", "spring", "wheels"]}, "10756": {"text": "https : //s3.amazonaws.com/ksr/assets/ ... jpg ? 1365024003", "tokenized_text": ["https", "s3", "amazonaws", "com", "ksr", "assets", "jpg", "1365024003"]}, "10757": {"text": "Yes, precisely !!", "tokenized_text": ["yes", "precisely"]}, "10758": {"text": "If a white person wants to do well at any kind of academic subject , languages , art etc etc. then simply fill your essays with racial integration , feminism and the love of other cultures and the like and you 'll be fine !", "tokenized_text": ["if", "a", "white", "person", "wants", "to", "do", "well", "at", "any", "kind", "of", "academic", "subject", "languages", "art", "etc", "etc", "then", "simply", "fill", "your", "essays", "with", "racial", "integration", "feminism", "and", "the", "love", "of", "other", "cultures", "and", "the", "like", "and", "you", "ll", "be", "fine"]}, "10759": {"text": "It's quite clear you have no argument so you 're now trying to get me to bite with your Jewish nonsense .", "tokenized_text": ["it", "s", "quite", "clear", "you", "have", "no", "argument", "so", "you", "re", "now", "trying", "to", "get", "me", "to", "bite", "with", "your", "jewish", "nonsense"]}, "10760": {"text": "I need to dust these off and get them back in my work out routine ... it gives you a feeling of purpose to do these , it helps you connect and relate to the folks they 're named in honor of .", "tokenized_text": ["i", "need", "to", "dust", "these", "off", "and", "get", "them", "back", "in", "my", "work", "out", "routine", "it", "gives", "you", "a", "feeling", "of", "purpose", "to", "do", "these", "it", "helps", "you", "connect", "and", "relate", "to", "the", "folks", "they", "re", "named", "in", "honor", "of"]}, "10761": {"text": "Every time you see or hear about a British politician fawning over Israel just remember that country was founded by terrorists who killed British soldiers and policemen - www.thetruthseeker.co.uk/ ? p = 119398", "tokenized_text": ["every", "time", "you", "see", "or", "hear", "about", "a", "british", "politician", "fawning", "over", "israel", "just", "remember", "that", "country", "was", "founded", "by", "terrorists", "who", "killed", "british", "soldiers", "and", "policemen", "www", "thetruthseeker", "co", "uk", "p", "119398"]}, "10762": {"text": "This is the same race that thinks raping babies cures AIDS .", "tokenized_text": ["this", "is", "the", "same", "race", "that", "thinks", "raping", "babies", "cures", "aids"]}, "10763": {"text": "Or the same race that thought the 1st Klan were actual ghosts .", "tokenized_text": ["or", "the", "same", "race", "that", "thought", "the", "1st", "klan", "were", "actual", "ghosts"]}, "10764": {"text": "So the Jews are Gods chosen people and we are the dumb cattle used to bring the Jews back to Gods fold .", "tokenized_text": ["so", "the", "jews", "are", "gods", "chosen", "people", "and", "we", "are", "the", "dumb", "cattle", "used", "to", "bring", "the", "jews", "back", "to", "gods", "fold"]}, "10765": {"text": "Now I just need to figure out what you are doing here .", "tokenized_text": ["now", "i", "just", "need", "to", "figure", "out", "what", "you", "are", "doing", "here"]}, "10766": {"text": "Blacks can shoot , funny thing is they only seem to be able to hit the little innocent law abiding child , walking home from church to help take of their sick mother .", "tokenized_text": ["blacks", "can", "shoot", "funny", "thing", "is", "they", "only", "seem", "to", "be", "able", "to", "hit", "the", "little", "innocent", "law", "abiding", "child", "walking", "home", "from", "church", "to", "help", "take", "of", "their", "sick", "mother"]}, "10767": {"text": "I knew something like this could happen on May 5th American Thinker Blog : Students sent home for wearing American flag on Cinco de Mayo Woooh , the comments section is burnin ' over this Five students sent home for wearing American flag T-shirts on Cinco de Mayo .", "tokenized_text": ["i", "knew", "something", "like", "this", "could", "happen", "on", "may", "5th", "american", "thinker", "blog", "students", "sent", "home", "for", "wearing", "american", "flag", "on", "cinco", "de", "mayo", "woooh", "the", "comments", "section", "is", "burnin", "over", "this", "five", "students", "sent", "home", "for", "wearing", "american", "flag", "t", "shirts", "on", "cinco", "de", "mayo"]}, "10768": {"text": "Go to either the school or the board of education and tell them you want to remove your child.Should be some papers you need to sign .", "tokenized_text": ["go", "to", "either", "the", "school", "or", "the", "board", "of", "education", "and", "tell", "them", "you", "want", "to", "remove", "your", "child", "should", "be", "some", "papers", "you", "need", "to", "sign"]}, "10769": {"text": "Really?", "tokenized_text": ["really"]}, "10770": {"text": "I was always under the impression that the whole sitting down together and being friendly story was a bunch of BS .", "tokenized_text": ["i", "was", "always", "under", "the", "impression", "that", "the", "whole", "sitting", "down", "together", "and", "being", "friendly", "story", "was", "a", "bunch", "of", "bs"]}, "10771": {"text": "Not because the white man was evil , but because the `` natives '' were .", "tokenized_text": ["not", "because", "the", "white", "man", "was", "evil", "but", "because", "the", "natives", "were"]}, "10772": {"text": "Interesting .", "tokenized_text": ["interesting"]}, "10773": {"text": "Two seasons ago this child with her brat-antics and rudeness all but ruined the final weeks of America 's Got Talent , one of the few TV shows I watch and enjoy .", "tokenized_text": ["two", "seasons", "ago", "this", "child", "with", "her", "brat", "antics", "and", "rudeness", "all", "but", "ruined", "the", "final", "weeks", "of", "america", "s", "got", "talent", "one", "of", "the", "few", "tv", "shows", "i", "watch", "and", "enjoy"]}, "10774": {"text": "The LAST thin I want to do is go to her website .", "tokenized_text": ["the", "last", "thin", "i", "want", "to", "do", "is", "go", "to", "her", "website"]}, "10775": {"text": "We attended a large Halloween party at a local church .", "tokenized_text": ["we", "attended", "a", "large", "halloween", "party", "at", "a", "local", "church"]}, "10776": {"text": "No trick-or-treaters braved our long driveway .", "tokenized_text": ["no", "trick", "or", "treaters", "braved", "our", "long", "driveway"]}, "10777": {"text": "There are only eight people living within a mile of my house , and none closer than a quarter-mile .", "tokenized_text": ["there", "are", "only", "eight", "people", "living", "within", "a", "mile", "of", "my", "house", "and", "none", "closer", "than", "a", "quarter", "mile"]}, "10778": {"text": "I was dressed as the `` Gorton 's Fisherman ; Trust Me ! '' complete with grey beard , yellow rain-slicker , and ship 's wheel .", "tokenized_text": ["i", "was", "dressed", "as", "the", "gorton", "s", "fisherman", "trust", "me", "complete", "with", "grey", "beard", "yellow", "rain", "slicker", "and", "ship", "s", "wheel"]}, "10779": {"text": "My lady was dressed as Scarlett O' Hara .", "tokenized_text": ["my", "lady", "was", "dressed", "as", "scarlett", "o", "hara"]}, "10780": {"text": "After the party and kid 's games , there were two dozen little `` houses '' set up in the parking lot for trunk-or-treat candy for the kids .", "tokenized_text": ["after", "the", "party", "and", "kid", "s", "games", "there", "were", "two", "dozen", "little", "houses", "set", "up", "in", "the", "parking", "lot", "for", "trunk", "or", "treat", "candy", "for", "the", "kids"]}, "10781": {"text": "Our town has made the heavily-chaperoned Main-Street party the Halloween tradition .", "tokenized_text": ["our", "town", "has", "made", "the", "heavily", "chaperoned", "main", "street", "party", "the", "halloween", "tradition"]}, "10782": {"text": "Very few parents are sending their children out in the dark even in our all-white community .", "tokenized_text": ["very", "few", "parents", "are", "sending", "their", "children", "out", "in", "the", "dark", "even", "in", "our", "all", "white", "community"]}, "10783": {"text": "The innocence is gone .", "tokenized_text": ["the", "innocence", "is", "gone"]}, "10784": {"text": "To love ones people in these dark ages is considered a weakness to be exploited .", "tokenized_text": ["to", "love", "ones", "people", "in", "these", "dark", "ages", "is", "considered", "a", "weakness", "to", "be", "exploited"]}, "10785": {"text": "In these dark days of jewish/Marxist/mafia dominated materialistic societies where everyone and anyone is only a bank note to be traded .", "tokenized_text": ["in", "these", "dark", "days", "of", "jewish", "marxist", "mafia", "dominated", "materialistic", "societies", "where", "everyone", "and", "anyone", "is", "only", "a", "bank", "note", "to", "be", "traded"]}, "10786": {"text": "We are in the Kali Yuga .", "tokenized_text": ["we", "are", "in", "the", "kali", "yuga"]}, "10787": {"text": "I saw the movie Valkyrie with Tom Cruise in the lead role .", "tokenized_text": ["i", "saw", "the", "movie", "valkyrie", "with", "tom", "cruise", "in", "the", "lead", "role"]}, "10788": {"text": "It might have been a good film but Cruise really stunk as the German officer .", "tokenized_text": ["it", "might", "have", "been", "a", "good", "film", "but", "cruise", "really", "stunk", "as", "the", "german", "officer"]}, "10789": {"text": "That's why people have more than one haplogroup again they mark genetic ancestry no one on the planet nowadays only has one ancestor", "tokenized_text": ["that", "s", "why", "people", "have", "more", "than", "one", "haplogroup", "again", "they", "mark", "genetic", "ancestry", "no", "one", "on", "the", "planet", "nowadays", "only", "has", "one", "ancestor"]}, "10790": {"text": "(Warning: do not watch on a full stomach ) I 'm Jewish And You Know It - Official Parody to Sexy and I know it - YouTube", "tokenized_text": ["warning", "do", "not", "watch", "on", "a", "full", "stomach", "i", "m", "jewish", "and", "you", "know", "it", "official", "parody", "to", "sexy", "and", "i", "know", "it", "youtube"]}, "10791": {"text": "``Hey,boys, what are ya haulin ' ? '' http://28.media.tumblr.com/tumblr_lb...dmnto1_500.jpg Report : Nuclear weapon drivers sometimes got drunk Buzz up ! 19 votes Share retweet Email Print 2 hrs 20 mins ago WASHINGTON The U.S. Energy Department 's watchdog says [ COLOR = #366388 ! important ] [ COLOR = #366388 ! important ] government [ COLOR = #366388 ! important ] agents [ /COLOR ] [ /COLOR ] [ /COLOR ] hired to drive nuclear weapons and components in trucks sometimes got drunk on the job , including an incident last year when two agents were detained by police at a local bar during a convoy mission .", "tokenized_text": ["hey", "boys", "what", "are", "ya", "haulin", "http", "28", "media", "tumblr", "com", "tumblr_lb", "dmnto1_500", "jpg", "report", "nuclear", "weapon", "drivers", "sometimes", "got", "drunk", "buzz", "up", "19", "votes", "share", "retweet", "email", "print", "2", "hrs", "20", "mins", "ago", "washington", "the", "u", "s", "energy", "department", "s", "watchdog", "says", "color", "366388", "important", "color", "366388", "important", "government", "color", "366388", "important", "agents", "color", "color", "color", "hired", "to", "drive", "nuclear", "weapons", "and", "components", "in", "trucks", "sometimes", "got", "drunk", "on", "the", "job", "including", "an", "incident", "last", "year", "when", "two", "agents", "were", "detained", "by", "police", "at", "a", "local", "bar", "during", "a", "convoy", "mission"]}, "10792": {"text": "Report : Nuclear weapon drivers sometimes got drunk - Yahoo !", "tokenized_text": ["report", "nuclear", "weapon", "drivers", "sometimes", "got", "drunk", "yahoo"]}, "10793": {"text": "News", "tokenized_text": ["news"]}, "10794": {"text": "Post the topics discussed in class as they come up on this thread .", "tokenized_text": ["post", "the", "topics", "discussed", "in", "class", "as", "they", "come", "up", "on", "this", "thread"]}, "10795": {"text": "Many of us or our children will be attending school and want to hear what drivel they are dishing out so we will know what to expect .", "tokenized_text": ["many", "of", "us", "or", "our", "children", "will", "be", "attending", "school", "and", "want", "to", "hear", "what", "drivel", "they", "are", "dishing", "out", "so", "we", "will", "know", "what", "to", "expect"]}, "10796": {"text": "I went to trade school when I turned 18 for welding .", "tokenized_text": ["i", "went", "to", "trade", "school", "when", "i", "turned", "18", "for", "welding"]}, "10797": {"text": "In another year I 'll have my B/S in civil engineering .", "tokenized_text": ["in", "another", "year", "i", "ll", "have", "my", "b", "s", "in", "civil", "engineering"]}, "10798": {"text": "I've said all there is to be said on your ignorance and with that ; The village idiot , will always be , the village idiot .", "tokenized_text": ["i", "ve", "said", "all", "there", "is", "to", "be", "said", "on", "your", "ignorance", "and", "with", "that", "the", "village", "idiot", "will", "always", "be", "the", "village", "idiot"]}, "10799": {"text": "A really good teacher or tutor could have implemented BOTH the interest and the subject into problems .", "tokenized_text": ["a", "really", "good", "teacher", "or", "tutor", "could", "have", "implemented", "both", "the", "interest", "and", "the", "subject", "into", "problems"]}, "10800": {"text": "Instead of just telling the child that 2 + 2 = 4 because the math book said so , they could have put that into a ' problem ' and solution .", "tokenized_text": ["instead", "of", "just", "telling", "the", "child", "that", "2", "2", "4", "because", "the", "math", "book", "said", "so", "they", "could", "have", "put", "that", "into", "a", "problem", "and", "solution"]}, "10801": {"text": "Q : If Timmy can hop a distance of 2 feet and he makes 2 hops , how far did he hop from the starting point to the finishing point ?", "tokenized_text": ["q", "if", "timmy", "can", "hop", "a", "distance", "of", "2", "feet", "and", "he", "makes", "2", "hops", "how", "far", "did", "he", "hop", "from", "the", "starting", "point", "to", "the", "finishing", "point"]}, "10802": {"text": "A : 4 feet As an exercise , you could get your kids to `` hop '' or step a few times and using a tape measure , figure out their ' average ' stride distance .", "tokenized_text": ["a", "4", "feet", "as", "an", "exercise", "you", "could", "get", "your", "kids", "to", "hop", "or", "step", "a", "few", "times", "and", "using", "a", "tape", "measure", "figure", "out", "their", "average", "stride", "distance"]}, "10803": {"text": "If little Timmy has an average ' stride ' of 1 foot , and he walks 6 strides , you would measure ' approximately 6 feet .", "tokenized_text": ["if", "little", "timmy", "has", "an", "average", "stride", "of", "1", "foot", "and", "he", "walks", "6", "strides", "you", "would", "measure", "approximately", "6", "feet"]}, "10804": {"text": "What if Johnny wants to be the quarterback on the football team ?", "tokenized_text": ["what", "if", "johnny", "wants", "to", "be", "the", "quarterback", "on", "the", "football", "team"]}, "10805": {"text": "Why punish him for not being good at math when you could use the football field as one of the tools to help improve his math skills ?", "tokenized_text": ["why", "punish", "him", "for", "not", "being", "good", "at", "math", "when", "you", "could", "use", "the", "football", "field", "as", "one", "of", "the", "tools", "to", "help", "improve", "his", "math", "skills"]}, "10806": {"text": "Exercise : Get Johnny to pass the football to Jimmy during practice .", "tokenized_text": ["exercise", "get", "johnny", "to", "pass", "the", "football", "to", "jimmy", "during", "practice"]}, "10807": {"text": "Q : If Johnny was at his own 10 yard line when he threw the ball and Jimmy was at his 30 yard line when he caught the ball , how many yards did Johnny throw the ball ?", "tokenized_text": ["q", "if", "johnny", "was", "at", "his", "own", "10", "yard", "line", "when", "he", "threw", "the", "ball", "and", "jimmy", "was", "at", "his", "30", "yard", "line", "when", "he", "caught", "the", "ball", "how", "many", "yards", "did", "johnny", "throw", "the", "ball"]}, "10808": {"text": "A : 20 yards Q : If 3 feet = 1 yard , What distance ( in feet ) was Johnny 's 20 yard football pass ?", "tokenized_text": ["a", "20", "yards", "q", "if", "3", "feet", "1", "yard", "what", "distance", "in", "feet", "was", "johnny", "s", "20", "yard", "football", "pass"]}, "10809": {"text": "A : 60 feet Q : Johnny 's team had the football on the 50 yard line .", "tokenized_text": ["a", "60", "feet", "q", "johnny", "s", "team", "had", "the", "football", "on", "the", "50", "yard", "line"]}, "10810": {"text": "When Jimmy snapped the pass to Johnny he dropped the ball , then recovered it on his own 36 yard line .", "tokenized_text": ["when", "jimmy", "snapped", "the", "pass", "to", "johnny", "he", "dropped", "the", "ball", "then", "recovered", "it", "on", "his", "own", "36", "yard", "line"]}, "10811": {"text": "How many yards were lost on that play ?", "tokenized_text": ["how", "many", "yards", "were", "lost", "on", "that", "play"]}, "10812": {"text": "How many feet were lost ?", "tokenized_text": ["how", "many", "feet", "were", "lost"]}, "10813": {"text": "A : 14 yards , or 42 feet Johnny 's ' homeschool math assignment ' could be 10 or 15 problems that he learned on the field that day .", "tokenized_text": ["a", "14", "yards", "or", "42", "feet", "johnny", "s", "homeschool", "math", "assignment", "could", "be", "10", "or", "15", "problems", "that", "he", "learned", "on", "the", "field", "that", "day"]}, "10814": {"text": "Maybe it would give him a better appreciation for math if he actually applied it to something while he was having fun .", "tokenized_text": ["maybe", "it", "would", "give", "him", "a", "better", "appreciation", "for", "math", "if", "he", "actually", "applied", "it", "to", "something", "while", "he", "was", "having", "fun"]}, "10815": {"text": "If the International Drug Cartels are causing so much DEATH and DESTRUCTION in Mexico , then why allow them to just walk across our Border ?", "tokenized_text": ["if", "the", "international", "drug", "cartels", "are", "causing", "so", "much", "death", "and", "destruction", "in", "mexico", "then", "why", "allow", "them", "to", "just", "walk", "across", "our", "border"]}, "10816": {"text": "you just say blacks hate the cold. the only reason they are good athletes is because when you have to run lions and tigers you get fast or eaten .", "tokenized_text": ["you", "just", "say", "blacks", "hate", "the", "cold", "the", "only", "reason", "they", "are", "good", "athletes", "is", "because", "when", "you", "have", "to", "run", "lions", "and", "tigers", "you", "get", "fast", "or", "eaten"]}, "10817": {"text": "I relate to a coon runiing a football is like a coon with a tv running from a police siren .", "tokenized_text": ["i", "relate", "to", "a", "coon", "runiing", "a", "football", "is", "like", "a", "coon", "with", "a", "tv", "running", "from", "a", "police", "siren"]}, "10818": {"text": "`Interesting' to see someone of the same radio outfit to praise this figure , while there was an amazing show dedicated to uncovering the facts regarding this anti-German filth .", "tokenized_text": ["interesting", "to", "see", "someone", "of", "the", "same", "radio", "outfit", "to", "praise", "this", "figure", "while", "there", "was", "an", "amazing", "show", "dedicated", "to", "uncovering", "the", "facts", "regarding", "this", "anti", "german", "filth"]}, "10819": {"text": "Are you a Jew ?", "tokenized_text": ["are", "you", "a", "jew"]}, "10820": {"text": "I 'm beginning to wonder with all your posts defending the greatest race-traitor and puppet-of-Jewry that Great Britain has ever produced .", "tokenized_text": ["i", "m", "beginning", "to", "wonder", "with", "all", "your", "posts", "defending", "the", "greatest", "race", "traitor", "and", "puppet", "of", "jewry", "that", "great", "britain", "has", "ever", "produced"]}, "10821": {"text": "11", "tokenized_text": ["11"]}, "10822": {"text": "I think if there are cases of infected people in your area , then yeah Id take them out of school .", "tokenized_text": ["i", "think", "if", "there", "are", "cases", "of", "infected", "people", "in", "your", "area", "then", "yeah", "id", "take", "them", "out", "of", "school"]}, "10823": {"text": "Probably be a good idea to call your kid 's teachers and find out what they are learning about so you dont cause your kids to fall behind in their classwork though , and it will send a message to the school that you dont intend to not educate your kids which might get them off your back a bit .", "tokenized_text": ["probably", "be", "a", "good", "idea", "to", "call", "your", "kid", "s", "teachers", "and", "find", "out", "what", "they", "are", "learning", "about", "so", "you", "dont", "cause", "your", "kids", "to", "fall", "behind", "in", "their", "classwork", "though", "and", "it", "will", "send", "a", "message", "to", "the", "school", "that", "you", "dont", "intend", "to", "not", "educate", "your", "kids", "which", "might", "get", "them", "off", "your", "back", "a", "bit"]}, "10824": {"text": "The lesbian student will probably find a jew lawyer and sue for violating her civil rights.That 's a common jew tactic .", "tokenized_text": ["the", "lesbian", "student", "will", "probably", "find", "a", "jew", "lawyer", "and", "sue", "for", "violating", "her", "civil", "rights", "that", "s", "a", "common", "jew", "tactic"]}, "10825": {"text": "I sure hope they do that with mine because I have a mental block to all math past adding and subtracting !", "tokenized_text": ["i", "sure", "hope", "they", "do", "that", "with", "mine", "because", "i", "have", "a", "mental", "block", "to", "all", "math", "past", "adding", "and", "subtracting"]}, "10826": {"text": "I did ok with my first year of algebra in college ; however , I do know that it is going to get harder !", "tokenized_text": ["i", "did", "ok", "with", "my", "first", "year", "of", "algebra", "in", "college", "however", "i", "do", "know", "that", "it", "is", "going", "to", "get", "harder"]}, "10827": {"text": "Susan", "tokenized_text": ["susan"]}, "10828": {"text": "Who said the Bible was written by the Jews of today ?", "tokenized_text": ["who", "said", "the", "bible", "was", "written", "by", "the", "jews", "of", "today"]}, "10829": {"text": "Only they do and all their brainwash followers .", "tokenized_text": ["only", "they", "do", "and", "all", "their", "brainwash", "followers"]}, "10830": {"text": "Old Bible scholars beleive the Bible was written by White Germanic people .", "tokenized_text": ["old", "bible", "scholars", "beleive", "the", "bible", "was", "written", "by", "white", "germanic", "people"]}, "10831": {"text": "The 1st time Jews were even talked about in the Bible was in I Kings and they are at war tring to kill God 's people ( the Hebrews ) .", "tokenized_text": ["the", "1st", "time", "jews", "were", "even", "talked", "about", "in", "the", "bible", "was", "in", "i", "kings", "and", "they", "are", "at", "war", "tring", "to", "kill", "god", "s", "people", "the", "hebrews"]}, "10832": {"text": "How can the Jews be the same as God 's people when they are tring to kill them ?", "tokenized_text": ["how", "can", "the", "jews", "be", "the", "same", "as", "god", "s", "people", "when", "they", "are", "tring", "to", "kill", "them"]}, "10833": {"text": "The word Jews was not even in old text Bibles .", "tokenized_text": ["the", "word", "jews", "was", "not", "even", "in", "old", "text", "bibles"]}, "10834": {"text": "Most Bibles never used the word Jew untill the late 1700 's .", "tokenized_text": ["most", "bibles", "never", "used", "the", "word", "jew", "untill", "the", "late", "1700", "s"]}, "10835": {"text": "The word Jew also had many different meanings in the old days .", "tokenized_text": ["the", "word", "jew", "also", "had", "many", "different", "meanings", "in", "the", "old", "days"]}, "10836": {"text": "A good book to read on this is a Bible Conderence .", "tokenized_text": ["a", "good", "book", "to", "read", "on", "this", "is", "a", "bible", "conderence"]}, "10837": {"text": "The word Jew has changed all throughout history .", "tokenized_text": ["the", "word", "jew", "has", "changed", "all", "throughout", "history"]}, "10838": {"text": "The word Jew mean a tribe from Jueda , the word Jew then meant a person living in Jueda , and then it meant a race of people .", "tokenized_text": ["the", "word", "jew", "mean", "a", "tribe", "from", "jueda", "the", "word", "jew", "then", "meant", "a", "person", "living", "in", "jueda", "and", "then", "it", "meant", "a", "race", "of", "people"]}, "10839": {"text": "The Jews of today have only been a `` race '' since about 1000 AD called Jews .", "tokenized_text": ["the", "jews", "of", "today", "have", "only", "been", "a", "race", "since", "about", "1000", "ad", "called", "jews"]}, "10840": {"text": "Kinda proves they are n't the Herbrews of the Bible .", "tokenized_text": ["kinda", "proves", "they", "are", "n", "t", "the", "herbrews", "of", "the", "bible"]}, "10841": {"text": "Not once in the Bible are Jesus or God 's people ever called a Jew .", "tokenized_text": ["not", "once", "in", "the", "bible", "are", "jesus", "or", "god", "s", "people", "ever", "called", "a", "jew"]}, "10842": {"text": "The only time Jesus is called a Jew , is when the Jews are mocking him on his trail .", "tokenized_text": ["the", "only", "time", "jesus", "is", "called", "a", "jew", "is", "when", "the", "jews", "are", "mocking", "him", "on", "his", "trail"]}, "10843": {"text": "The Jews are called the antichrist , children of Satan , liars , thieves , and murderers throughout the whole Bible .", "tokenized_text": ["the", "jews", "are", "called", "the", "antichrist", "children", "of", "satan", "liars", "thieves", "and", "murderers", "throughout", "the", "whole", "bible"]}, "10844": {"text": "I would say more , but I will be bending SF rules .", "tokenized_text": ["i", "would", "say", "more", "but", "i", "will", "be", "bending", "sf", "rules"]}, "10845": {"text": "I'm going to post this one a bit early just in case .", "tokenized_text": ["i", "m", "going", "to", "post", "this", "one", "a", "bit", "early", "just", "in", "case"]}, "10846": {"text": "Not to mention the fact that I had never heard of it anywhere before .", "tokenized_text": ["not", "to", "mention", "the", "fact", "that", "i", "had", "never", "heard", "of", "it", "anywhere", "before"]}, "10847": {"text": "Nothing special , just a brand spanking new word for me .", "tokenized_text": ["nothing", "special", "just", "a", "brand", "spanking", "new", "word", "for", "me"]}, "10848": {"text": "Main Entry : epis \u00b7 tro \u00b7 phe Pronunciation : i- ' pis-tr & - ( \" ) fE Function : noun Etymology : Greek epistrophE , literally , turning about , from epi - + strophE turning -- more at STROPHE : repetition of a word or expression at the end of successive phrases , clauses , sentences , or verses especially for rhetorical or poetic effect ( as Lincoln 's `` of the people , by the people , for the people '' ) -- compare ANAPHORA", "tokenized_text": ["main", "entry", "epis", "tro", "phe", "pronunciation", "i", "pis", "tr", "fe", "function", "noun", "etymology", "greek", "epistrophe", "literally", "turning", "about", "from", "epi", "strophe", "turning", "more", "at", "strophe", "repetition", "of", "a", "word", "or", "expression", "at", "the", "end", "of", "successive", "phrases", "clauses", "sentences", "or", "verses", "especially", "for", "rhetorical", "or", "poetic", "effect", "as", "lincoln", "s", "of", "the", "people", "by", "the", "people", "for", "the", "people", "compare", "anaphora"]}, "10849": {"text": "With that many groups under the same AO , I wonder how much toe stepping is going to occur ... hope none of our own people get hurt .", "tokenized_text": ["with", "that", "many", "groups", "under", "the", "same", "ao", "i", "wonder", "how", "much", "toe", "stepping", "is", "going", "to", "occur", "hope", "none", "of", "our", "own", "people", "get", "hurt"]}, "10850": {"text": "I eventually came to the conclusion that jews behave more like a criminal syndicate than any respectable religion .", "tokenized_text": ["i", "eventually", "came", "to", "the", "conclusion", "that", "jews", "behave", "more", "like", "a", "criminal", "syndicate", "than", "any", "respectable", "religion"]}, "10851": {"text": "This would explain their need to get their people inside every organization including christian churches and force themselves into power positions no matter the cost to anyone else .", "tokenized_text": ["this", "would", "explain", "their", "need", "to", "get", "their", "people", "inside", "every", "organization", "including", "christian", "churches", "and", "force", "themselves", "into", "power", "positions", "no", "matter", "the", "cost", "to", "anyone", "else"]}, "10852": {"text": "For those of us who have dealt directly with jews , its not very different than having dealt with the mafia .", "tokenized_text": ["for", "those", "of", "us", "who", "have", "dealt", "directly", "with", "jews", "its", "not", "very", "different", "than", "having", "dealt", "with", "the", "mafia"]}, "10853": {"text": "Surely at this point you had a duty to call him out amongst all the other guests for that vile remark ?!", "tokenized_text": ["surely", "at", "this", "point", "you", "had", "a", "duty", "to", "call", "him", "out", "amongst", "all", "the", "other", "guests", "for", "that", "vile", "remark"]}, "10854": {"text": "So, water is actually heavier than liquefied dino-dong .", "tokenized_text": ["so", "water", "is", "actually", "heavier", "than", "liquefied", "dino", "dong"]}, "10855": {"text": "And still water ends up on the top and oil on the bottom .", "tokenized_text": ["and", "still", "water", "ends", "up", "on", "the", "top", "and", "oil", "on", "the", "bottom"]}, "10856": {"text": "And all those holes below 40,000 feet are filled with oil instead of water .", "tokenized_text": ["and", "all", "those", "holes", "below", "40", "000", "feet", "are", "filled", "with", "oil", "instead", "of", "water"]}, "10857": {"text": "Well , there goes the dino-dong theory , down the memory , I mean the water hole ... sorry", "tokenized_text": ["well", "there", "goes", "the", "dino", "dong", "theory", "down", "the", "memory", "i", "mean", "the", "water", "hole", "sorry"]}, "10858": {"text": "I think the final bills should be online at least a month before they are scheduled for a vote .", "tokenized_text": ["i", "think", "the", "final", "bills", "should", "be", "online", "at", "least", "a", "month", "before", "they", "are", "scheduled", "for", "a", "vote"]}, "10859": {"text": "That is transparency .", "tokenized_text": ["that", "is", "transparency"]}, "10860": {"text": "i've seen it , the whole thing and i remember the part where he started to talk about BLACK MALES and showed a bunch of these news clips saying `` the suspect is a black male '' etc. acting like we are suppose to feel sorry for them and they are all innocent. and like you said , i don`t think one black person was interviewed ...", "tokenized_text": ["i", "ve", "seen", "it", "the", "whole", "thing", "and", "i", "remember", "the", "part", "where", "he", "started", "to", "talk", "about", "black", "males", "and", "showed", "a", "bunch", "of", "these", "news", "clips", "saying", "the", "suspect", "is", "a", "black", "male", "etc", "acting", "like", "we", "are", "suppose", "to", "feel", "sorry", "for", "them", "and", "they", "are", "all", "innocent", "and", "like", "you", "said", "i", "don", "t", "think", "one", "black", "person", "was", "interviewed"]}, "10861": {"text": "I lived in Tulsa awhile back right down from the airport .", "tokenized_text": ["i", "lived", "in", "tulsa", "awhile", "back", "right", "down", "from", "the", "airport"]}, "10862": {"text": "I was n't there too long but long enough to hate that place .", "tokenized_text": ["i", "was", "n", "t", "there", "too", "long", "but", "long", "enough", "to", "hate", "that", "place"]}, "10863": {"text": "Be safe .", "tokenized_text": ["be", "safe"]}, "10864": {"text": "I concur with you totally , it 's a sick county I live in .", "tokenized_text": ["i", "concur", "with", "you", "totally", "it", "s", "a", "sick", "county", "i", "live", "in"]}, "10865": {"text": "They said that statistics show that by the year 2011 Espanol will be the main spoken laungage .", "tokenized_text": ["they", "said", "that", "statistics", "show", "that", "by", "the", "year", "2011", "espanol", "will", "be", "the", "main", "spoken", "laungage"]}, "10866": {"text": "Teach him to be proud of his white heritage and let him know that acting like a wigger is demoralising him ...", "tokenized_text": ["teach", "him", "to", "be", "proud", "of", "his", "white", "heritage", "and", "let", "him", "know", "that", "acting", "like", "a", "wigger", "is", "demoralising", "him"]}, "10867": {"text": "i never really got in too much trouble , because the dean of my school is also the head football coach and i play football so were cool , connections", "tokenized_text": ["i", "never", "really", "got", "in", "too", "much", "trouble", "because", "the", "dean", "of", "my", "school", "is", "also", "the", "head", "football", "coach", "and", "i", "play", "football", "so", "were", "cool", "connections"]}, "10868": {"text": "MY best mate has this problem and it makes me sad its like he is scared but i cant do anything the more i go on with it the more he gets sick of it.So i think dont force it on them that may turn them away however hard it is to sit there and listen to them say `` i dont care ''", "tokenized_text": ["my", "best", "mate", "has", "this", "problem", "and", "it", "makes", "me", "sad", "its", "like", "he", "is", "scared", "but", "i", "cant", "do", "anything", "the", "more", "i", "go", "on", "with", "it", "the", "more", "he", "gets", "sick", "of", "it", "so", "i", "think", "dont", "force", "it", "on", "them", "that", "may", "turn", "them", "away", "however", "hard", "it", "is", "to", "sit", "there", "and", "listen", "to", "them", "say", "i", "dont", "care"]}, "10869": {"text": "Just break up with him and never talk to him again !", "tokenized_text": ["just", "break", "up", "with", "him", "and", "never", "talk", "to", "him", "again"]}, "10870": {"text": "He 's nothing but a jerk and a piece of trash !", "tokenized_text": ["he", "s", "nothing", "but", "a", "jerk", "and", "a", "piece", "of", "trash"]}, "10871": {"text": "Queens78322, I am on my way to meet with a few member of National Alliance and I will present your speech to them .", "tokenized_text": ["queens78322", "i", "am", "on", "my", "way", "to", "meet", "with", "a", "few", "member", "of", "national", "alliance", "and", "i", "will", "present", "your", "speech", "to", "them"]}, "10872": {"text": "We will proof read it and send along suggestions .", "tokenized_text": ["we", "will", "proof", "read", "it", "and", "send", "along", "suggestions"]}, "10873": {"text": "Well good luck and I have it bookmarked and will check back every so often .", "tokenized_text": ["well", "good", "luck", "and", "i", "have", "it", "bookmarked", "and", "will", "check", "back", "every", "so", "often"]}, "10874": {"text": "I like the whole idea of blogs .", "tokenized_text": ["i", "like", "the", "whole", "idea", "of", "blogs"]}, "10875": {"text": "in some ways i 'd say the movie `` Full Metal Jacket '' is ... the first few lines of that movie are great haha", "tokenized_text": ["in", "some", "ways", "i", "d", "say", "the", "movie", "full", "metal", "jacket", "is", "the", "first", "few", "lines", "of", "that", "movie", "are", "great", "haha"]}, "10876": {"text": "I'm from Riverside , but my Gf lives in San Diego .. so i 'm down there a couple of times a week Welcome to StormFront , Sister .", "tokenized_text": ["i", "m", "from", "riverside", "but", "my", "gf", "lives", "in", "san", "diego", "so", "i", "m", "down", "there", "a", "couple", "of", "times", "a", "week", "welcome", "to", "stormfront", "sister"]}, "10877": {"text": "88 !", "tokenized_text": ["88"]}, "10878": {"text": "- Jim", "tokenized_text": ["jim"]}, "10879": {"text": "I live in California and the only school race riots I hear about are blacks vs. mexicans during Cinco de Mayo lol .", "tokenized_text": ["i", "live", "in", "california", "and", "the", "only", "school", "race", "riots", "i", "hear", "about", "are", "blacks", "vs", "mexicans", "during", "cinco", "de", "mayo", "lol"]}, "10880": {"text": "Are you kidding me ?", "tokenized_text": ["are", "you", "kidding", "me"]}, "10881": {"text": "I 've gone to public school all my life and have been force fed this crap since 7th grade !!", "tokenized_text": ["i", "ve", "gone", "to", "public", "school", "all", "my", "life", "and", "have", "been", "force", "fed", "this", "crap", "since", "7th", "grade"]}, "10882": {"text": "Everytime I hear the word `` Yugo '' I think of that scene in Dragnet , where Sergeant Joe Friday says `` the department furnished us with a 1985 Yugo , the cutting edge of serbo-croatian technology !! ''", "tokenized_text": ["everytime", "i", "hear", "the", "word", "yugo", "i", "think", "of", "that", "scene", "in", "dragnet", "where", "sergeant", "joe", "friday", "says", "the", "department", "furnished", "us", "with", "a", "1985", "yugo", "the", "cutting", "edge", "of", "serbo", "croatian", "technology"]}, "10883": {"text": "i did a project on hitler for school and i read mein kampf and i got a lot of * * * * from the teachers and black kids but * * * * them im gonna read whut im gonna read wpww", "tokenized_text": ["i", "did", "a", "project", "on", "hitler", "for", "school", "and", "i", "read", "mein", "kampf", "and", "i", "got", "a", "lot", "of", "from", "the", "teachers", "and", "black", "kids", "but", "them", "im", "gonna", "read", "whut", "im", "gonna", "read", "wpww"]}, "10884": {"text": "I'm not a skin ... although my head has been shaved a few times !", "tokenized_text": ["i", "m", "not", "a", "skin", "although", "my", "head", "has", "been", "shaved", "a", "few", "times"]}, "10885": {"text": "If you ever want to just talk to a White activist that is n't a skin , just PM me or AOL : NeoBioCP3 Regards , Kyle", "tokenized_text": ["if", "you", "ever", "want", "to", "just", "talk", "to", "a", "white", "activist", "that", "is", "n", "t", "a", "skin", "just", "pm", "me", "or", "aol", "neobiocp3", "regards", "kyle"]}, "10886": {"text": "How come everybody wants to change their names all of a sudden ?", "tokenized_text": ["how", "come", "everybody", "wants", "to", "change", "their", "names", "all", "of", "a", "sudden"]}, "10887": {"text": "Mods and everybody else , please see this thread ...", "tokenized_text": ["mods", "and", "everybody", "else", "please", "see", "this", "thread"]}, "10888": {"text": "https : //www.stormfront.org/forum/show ... threadid = 75315", "tokenized_text": ["https", "www", "stormfront", "org", "forum", "show", "threadid", "75315"]}, "10889": {"text": "im gonna be in the springs area here soon just e-mail me if you want to meet me somehwere like indy nation ( lotsa skins there )", "tokenized_text": ["im", "gonna", "be", "in", "the", "springs", "area", "here", "soon", "just", "e", "mail", "me", "if", "you", "want", "to", "meet", "me", "somehwere", "like", "indy", "nation", "lotsa", "skins", "there"]}, "10890": {"text": "My god , what were your parents thinking ????", "tokenized_text": ["my", "god", "what", "were", "your", "parents", "thinking"]}, "10891": {"text": "I seriously hope you have been able to overcome that burden and have gone on to achieve your goals .", "tokenized_text": ["i", "seriously", "hope", "you", "have", "been", "able", "to", "overcome", "that", "burden", "and", "have", "gone", "on", "to", "achieve", "your", "goals"]}, "10892": {"text": "What I meant was blacks are the oldest living humans on earth .", "tokenized_text": ["what", "i", "meant", "was", "blacks", "are", "the", "oldest", "living", "humans", "on", "earth"]}, "10893": {"text": "Therefore they had to practice slavery before all other races .", "tokenized_text": ["therefore", "they", "had", "to", "practice", "slavery", "before", "all", "other", "races"]}, "10894": {"text": "Actually, I 'm not a cook anymore .", "tokenized_text": ["actually", "i", "m", "not", "a", "cook", "anymore"]}, "10895": {"text": "Just got back from my new job .", "tokenized_text": ["just", "got", "back", "from", "my", "new", "job"]}, "10896": {"text": "I drive a forklift in docking bay .", "tokenized_text": ["i", "drive", "a", "forklift", "in", "docking", "bay"]}, "10897": {"text": "Just remember he killed a white cop in one of his bombings , according to ABC .", "tokenized_text": ["just", "remember", "he", "killed", "a", "white", "cop", "in", "one", "of", "his", "bombings", "according", "to", "abc"]}, "10898": {"text": "I think the cop was white .", "tokenized_text": ["i", "think", "the", "cop", "was", "white"]}, "10899": {"text": "Sorry for watching such a liberal news channel .", "tokenized_text": ["sorry", "for", "watching", "such", "a", "liberal", "news", "channel"]}, "10900": {"text": "Parents were watching it as I was doing homework .", "tokenized_text": ["parents", "were", "watching", "it", "as", "i", "was", "doing", "homework"]}, "10901": {"text": "ya my little sister doesnt like little black girls when they try to talk to her she pulls a disgusted face and says why are you black ?? and i laugh and say `` Maggie dont talk to her ''", "tokenized_text": ["ya", "my", "little", "sister", "doesnt", "like", "little", "black", "girls", "when", "they", "try", "to", "talk", "to", "her", "she", "pulls", "a", "disgusted", "face", "and", "says", "why", "are", "you", "black", "and", "i", "laugh", "and", "say", "maggie", "dont", "talk", "to", "her"]}, "10902": {"text": "Absolutely!", "tokenized_text": ["absolutely"]}, "10903": {"text": "Once the blood line is mixed it is no longer white and is ruined .", "tokenized_text": ["once", "the", "blood", "line", "is", "mixed", "it", "is", "no", "longer", "white", "and", "is", "ruined"]}, "10904": {"text": "You may as well think of it as the blood of an animal .", "tokenized_text": ["you", "may", "as", "well", "think", "of", "it", "as", "the", "blood", "of", "an", "animal"]}, "10905": {"text": "Hey It 's a lot easier in High school than in Middle school because in high school people stop careing so much how the other people see them .", "tokenized_text": ["hey", "it", "s", "a", "lot", "easier", "in", "high", "school", "than", "in", "middle", "school", "because", "in", "high", "school", "people", "stop", "careing", "so", "much", "how", "the", "other", "people", "see", "them"]}, "10906": {"text": "Just keep your eyes open because you 'll find friends in the places you least expect .", "tokenized_text": ["just", "keep", "your", "eyes", "open", "because", "you", "ll", "find", "friends", "in", "the", "places", "you", "least", "expect"]}, "10907": {"text": "Whites are already a minority in my area .", "tokenized_text": ["whites", "are", "already", "a", "minority", "in", "my", "area"]}, "10908": {"text": "And yes , they will steal anything from whites because they think whites owe them something , so it 's ok to steal .", "tokenized_text": ["and", "yes", "they", "will", "steal", "anything", "from", "whites", "because", "they", "think", "whites", "owe", "them", "something", "so", "it", "s", "ok", "to", "steal"]}, "10909": {"text": "i use it as way to intimidae jew to show them that there are still people who are aginst them it did originate in Roman it was called the wariors salute", "tokenized_text": ["i", "use", "it", "as", "way", "to", "intimidae", "jew", "to", "show", "them", "that", "there", "are", "still", "people", "who", "are", "aginst", "them", "it", "did", "originate", "in", "roman", "it", "was", "called", "the", "wariors", "salute"]}, "10910": {"text": "They are n't a band they are a group. like a white pride group. they are pretty big , they 've been on tv quite a few times .", "tokenized_text": ["they", "are", "n", "t", "a", "band", "they", "are", "a", "group", "like", "a", "white", "pride", "group", "they", "are", "pretty", "big", "they", "ve", "been", "on", "tv", "quite", "a", "few", "times"]}, "10911": {"text": "They do alot of demonstrations against immigration and for the confederate flag and are against interracial stuff .", "tokenized_text": ["they", "do", "alot", "of", "demonstrations", "against", "immigration", "and", "for", "the", "confederate", "flag", "and", "are", "against", "interracial", "stuff"]}, "10912": {"text": "no sorry once again i tried to quote the comment i made in the previous post , i dont know how to do it my fault adam 88 : [ ] !!", "tokenized_text": ["no", "sorry", "once", "again", "i", "tried", "to", "quote", "the", "comment", "i", "made", "in", "the", "previous", "post", "i", "dont", "know", "how", "to", "do", "it", "my", "fault", "adam", "88"]}, "10913": {"text": "They way my mom found out was by my Negro loving sister and my sister found out because a black racist bus driver started to call my sister and her friends racial names so I said I would get some of my friends and we would go on that bus to ``make a statement`` and she told .", "tokenized_text": ["they", "way", "my", "mom", "found", "out", "was", "by", "my", "negro", "loving", "sister", "and", "my", "sister", "found", "out", "because", "a", "black", "racist", "bus", "driver", "started", "to", "call", "my", "sister", "and", "her", "friends", "racial", "names", "so", "i", "said", "i", "would", "get", "some", "of", "my", "friends", "and", "we", "would", "go", "on", "that", "bus", "to", "make", "a", "statement", "and", "she", "told"]}, "10914": {"text": "I guess I got all the brains in the family .", "tokenized_text": ["i", "guess", "i", "got", "all", "the", "brains", "in", "the", "family"]}, "10915": {"text": "I am 18 from chicago. i would like to chat with someone via EMAIl or AIM to chat about your beliefs and mine ... someone near my age also. my AIM screen name is eldawg4100", "tokenized_text": ["i", "am", "18", "from", "chicago", "i", "would", "like", "to", "chat", "with", "someone", "via", "email", "or", "aim", "to", "chat", "about", "your", "beliefs", "and", "mine", "someone", "near", "my", "age", "also", "my", "aim", "screen", "name", "is", "eldawg4100"]}, "10916": {"text": "No, I cant say that I have been through that .", "tokenized_text": ["no", "i", "cant", "say", "that", "i", "have", "been", "through", "that"]}, "10917": {"text": "Ive never liked rap , or to be closely associated with blacks in any way .", "tokenized_text": ["ive", "never", "liked", "rap", "or", "to", "be", "closely", "associated", "with", "blacks", "in", "any", "way"]}, "10918": {"text": "I just recently quit smoking cigarettes ( very hard stuff ) and I will say I do like to get together with a few friends and have a few beers , but that 's all I 'll do .", "tokenized_text": ["i", "just", "recently", "quit", "smoking", "cigarettes", "very", "hard", "stuff", "and", "i", "will", "say", "i", "do", "like", "to", "get", "together", "with", "a", "few", "friends", "and", "have", "a", "few", "beers", "but", "that", "s", "all", "i", "ll", "do"]}, "10919": {"text": "I know I would stick up for a white girl any day .", "tokenized_text": ["i", "know", "i", "would", "stick", "up", "for", "a", "white", "girl", "any", "day"]}, "10920": {"text": "I could n't stand by and let that happen .", "tokenized_text": ["i", "could", "n", "t", "stand", "by", "and", "let", "that", "happen"]}, "10921": {"text": "Those of the youth hold the future .... just listen to your old farts and young at heart 20 's and 30 's for a little advise", "tokenized_text": ["those", "of", "the", "youth", "hold", "the", "future", "just", "listen", "to", "your", "old", "farts", "and", "young", "at", "heart", "20", "s", "and", "30", "s", "for", "a", "little", "advise"]}, "10922": {"text": "Hey, hey now let 's not bury this so fast .", "tokenized_text": ["hey", "hey", "now", "let", "s", "not", "bury", "this", "so", "fast"]}, "10923": {"text": "Check it out this is disturbing but insightfull and revealing information that are people here need to see .", "tokenized_text": ["check", "it", "out", "this", "is", "disturbing", "but", "insightfull", "and", "revealing", "information", "that", "are", "people", "here", "need", "to", "see"]}, "10924": {"text": "Those of you listening to the new edition of the My Awakening Audio Book -- How do you like it so far ?", "tokenized_text": ["those", "of", "you", "listening", "to", "the", "new", "edition", "of", "the", "my", "awakening", "audio", "book", "how", "do", "you", "like", "it", "so", "far"]}, "10925": {"text": "I'd start with Justin and all the living Prime Ministers , I would even have Trudeau seniors corpse pulled out from the wall of the family mauseleum and decapitated for good measure .", "tokenized_text": ["i", "d", "start", "with", "justin", "and", "all", "the", "living", "prime", "ministers", "i", "would", "even", "have", "trudeau", "seniors", "corpse", "pulled", "out", "from", "the", "wall", "of", "the", "family", "mauseleum", "and", "decapitated", "for", "good", "measure"]}, "10926": {"text": "Yes it 's sad one minute they 're `` racist '' then they 're shacked up with an Asian sunshine girl or a sheboon .", "tokenized_text": ["yes", "it", "s", "sad", "one", "minute", "they", "re", "racist", "then", "they", "re", "shacked", "up", "with", "an", "asian", "sunshine", "girl", "or", "a", "sheboon"]}, "10927": {"text": "Justin Trudeau Behaving Like a Child ` I saw him stick his tongue out ' : Trudeau accused of ` childish behaviour ' in House of Commons | Globalnews.ca .", "tokenized_text": ["justin", "trudeau", "behaving", "like", "a", "child", "i", "saw", "him", "stick", "his", "tongue", "out", "trudeau", "accused", "of", "childish", "behaviour", "in", "house", "of", "commons", "globalnews", "ca"]}, "10928": {"text": "When I drove around the more Northern part Ontario I went to school yards to observe the race of the children and saw Blacks and Asiatics there plus too many Natives .", "tokenized_text": ["when", "i", "drove", "around", "the", "more", "northern", "part", "ontario", "i", "went", "to", "school", "yards", "to", "observe", "the", "race", "of", "the", "children", "and", "saw", "blacks", "and", "asiatics", "there", "plus", "too", "many", "natives"]}, "10929": {"text": "Today just add the Muslims whom they place just about everywhere .", "tokenized_text": ["today", "just", "add", "the", "muslims", "whom", "they", "place", "just", "about", "everywhere"]}, "10930": {"text": "I can only pray this babboon mongoloid did n't have any children so his seed will not continue on on this Earth .", "tokenized_text": ["i", "can", "only", "pray", "this", "babboon", "mongoloid", "did", "n", "t", "have", "any", "children", "so", "his", "seed", "will", "not", "continue", "on", "on", "this", "earth"]}, "10931": {"text": "This is from a black forum , they are not happy about this .", "tokenized_text": ["this", "is", "from", "a", "black", "forum", "they", "are", "not", "happy", "about", "this"]}, "10932": {"text": "Reports that Trump will meet with group seeking independence for White South Africans | Sports , Hip Hop & Piff - The Coli", "tokenized_text": ["reports", "that", "trump", "will", "meet", "with", "group", "seeking", "independence", "for", "white", "south", "africans", "sports", "hip", "hop", "piff", "the", "coli"]}, "10933": {"text": "Trudeau is the white Obama as he does n't care about the people of Canada but all the third world crap he 's allowing into Canada", "tokenized_text": ["trudeau", "is", "the", "white", "obama", "as", "he", "does", "n", "t", "care", "about", "the", "people", "of", "canada", "but", "all", "the", "third", "world", "crap", "he", "s", "allowing", "into", "canada"]}, "10934": {"text": "Why would any white European in his or her right white mind want to move to a country that imports hundreds of thousands of nonwhites every year ?", "tokenized_text": ["why", "would", "any", "white", "european", "in", "his", "or", "her", "right", "white", "mind", "want", "to", "move", "to", "a", "country", "that", "imports", "hundreds", "of", "thousands", "of", "nonwhites", "every", "year"]}, "10935": {"text": "This is what Pierre Trudeau gave Canadians once .", "tokenized_text": ["this", "is", "what", "pierre", "trudeau", "gave", "canadians", "once"]}, "10936": {"text": "I ca n't find an actual picture of it anywhere , but there 's lots of references to it .", "tokenized_text": ["i", "ca", "n", "t", "find", "an", "actual", "picture", "of", "it", "anywhere", "but", "there", "s", "lots", "of", "references", "to", "it"]}, "10937": {"text": "Trudeau Saluteunknown ( -0.191 ) Another way to say `` giving the finger '' or `` flipping the bird '' which is primarily used in Canada .", "tokenized_text": ["trudeau", "saluteunknown", "0", "191", "another", "way", "to", "say", "giving", "the", "finger", "or", "flipping", "the", "bird", "which", "is", "primarily", "used", "in", "canada"]}, "10938": {"text": "This is after a famous incident of former Prime Minister Pierre Trudeau , who gave the finger to a group of protesters who were yelling anti-french sayings at him .", "tokenized_text": ["this", "is", "after", "a", "famous", "incident", "of", "former", "prime", "minister", "pierre", "trudeau", "who", "gave", "the", "finger", "to", "a", "group", "of", "protesters", "who", "were", "yelling", "anti", "french", "sayings", "at", "him"]}, "10939": {"text": "Billy - `` That guy would n't leave me alone , so I gave him the Trudeau salute . ''", "tokenized_text": ["billy", "that", "guy", "would", "n", "t", "leave", "me", "alone", "so", "i", "gave", "him", "the", "trudeau", "salute"]}, "10940": {"text": "Wish we at least had a Marine Le Pen to vote for in Canada .", "tokenized_text": ["wish", "we", "at", "least", "had", "a", "marine", "le", "pen", "to", "vote", "for", "in", "canada"]}, "10941": {"text": "Its like the choices are white genocide candidate 1 , 2 , or 3", "tokenized_text": ["its", "like", "the", "choices", "are", "white", "genocide", "candidate", "1", "2", "or", "3"]}, "10942": {"text": "Why White people used to say that sex was a sin used to be a mystery to me until I saw the children of browns and mixed race children popping up all around me .", "tokenized_text": ["why", "white", "people", "used", "to", "say", "that", "sex", "was", "a", "sin", "used", "to", "be", "a", "mystery", "to", "me", "until", "i", "saw", "the", "children", "of", "browns", "and", "mixed", "race", "children", "popping", "up", "all", "around", "me"]}, "10943": {"text": "Now I get it !", "tokenized_text": ["now", "i", "get", "it"]}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/vocab_counts.json b/cache_dir/hate_speech18_default_train_text/vocab_counts.json new file mode 100644 index 0000000000000000000000000000000000000000..6e67fe7be87893d14f9c081e759dae50565b5373 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/vocab_counts.json @@ -0,0 +1 @@ +{"the": {"count": 6770, "proportion": 0.03737997824562566, "vocab": "the"}, "to": {"count": 4703, "proportion": 0.025967213838874074, "vocab": "to"}, "i": {"count": 4577, "proportion": 0.025271515573150462, "vocab": "i"}, "and": {"count": 4317, "proportion": 0.023835947723244603, "vocab": "and"}, "a": {"count": 4006, "proportion": 0.022118787718164903, "vocab": "a"}, "of": {"count": 3478, "proportion": 0.01920348069989454, "vocab": "of"}, "in": {"count": 2860, "proportion": 0.01579124634896446, "vocab": "in"}, "is": {"count": 2365, "proportion": 0.013058146019335994, "vocab": "is"}, "it": {"count": 2209, "proportion": 0.012196805309392478, "vocab": "it"}, "that": {"count": 1930, "proportion": 0.010656330578147345, "vocab": "that"}, "you": {"count": 1818, "proportion": 0.010037932119726358, "vocab": "you"}, "for": {"count": 1673, "proportion": 0.009237326972663475, "vocab": "for"}, "are": {"count": 1536, "proportion": 0.008480893144059233, "vocab": "are"}, "have": {"count": 1484, "proportion": 0.008193779574078061, "vocab": "have"}, "on": {"count": 1464, "proportion": 0.008083351277931456, "vocab": "on"}, "they": {"count": 1457, "proportion": 0.008044701374280146, "vocab": "they"}, "this": {"count": 1324, "proportion": 0.007310353204905225, "vocab": "this"}, "white": {"count": 1273, "proportion": 0.007028761049731383, "vocab": "white"}, "s": {"count": 1249, "proportion": 0.006896247094355458, "vocab": "s"}, "with": {"count": 1045, "proportion": 0.00576987847366009, "vocab": "with"}, "was": {"count": 984, "proportion": 0.0054330721704129465, "vocab": "was"}, "my": {"count": 970, "proportion": 0.005355772363110323, "vocab": "my"}, "all": {"count": 893, "proportion": 0.004930623422945896, "vocab": "all"}, "be": {"count": 869, "proportion": 0.00479810946756997, "vocab": "be"}, "but": {"count": 851, "proportion": 0.004698724001038026, "vocab": "but"}, "as": {"count": 832, "proportion": 0.004593817119698752, "vocab": "as"}, "not": {"count": 829, "proportion": 0.004577252875276761, "vocab": "not"}, "like": {"count": 793, "proportion": 0.004378481942212873, "vocab": "like"}, "t": {"count": 777, "proportion": 0.004290139305295589, "vocab": "t"}, "we": {"count": 770, "proportion": 0.0042514894016442775, "vocab": "we"}, "do": {"count": 760, "proportion": 0.004196275253570975, "vocab": "do"}, "or": {"count": 751, "proportion": 0.004146582520305003, "vocab": "or"}, "if": {"count": 751, "proportion": 0.004146582520305003, "vocab": "if"}, "there": {"count": 741, "proportion": 0.004091368372231701, "vocab": "there"}, "n": {"count": 740, "proportion": 0.0040858469574243704, "vocab": "n"}, "their": {"count": 709, "proportion": 0.003914683098397133, "vocab": "their"}, "just": {"count": 673, "proportion": 0.003715912165333245, "vocab": "just"}, "at": {"count": 668, "proportion": 0.0036883050912965938, "vocab": "at"}, "will": {"count": 663, "proportion": 0.0036606980172599426, "vocab": "will"}, "so": {"count": 653, "proportion": 0.0036054838691866402, "vocab": "so"}, "from": {"count": 652, "proportion": 0.00359996245437931, "vocab": "from"}, "your": {"count": 637, "proportion": 0.0035171412322693566, "vocab": "your"}, "out": {"count": 629, "proportion": 0.003472969913810715, "vocab": "out"}, "people": {"count": 617, "proportion": 0.003406712936122752, "vocab": "people"}, "them": {"count": 588, "proportion": 0.0032465919067101753, "vocab": "them"}, "about": {"count": 568, "proportion": 0.0031361636105635706, "vocab": "about"}, "me": {"count": 536, "proportion": 0.0029594783367290034, "vocab": "me"}, "up": {"count": 524, "proportion": 0.0028932213590410405, "vocab": "up"}, "one": {"count": 521, "proportion": 0.00287665711461905, "vocab": "one"}, "youtube": {"count": 516, "proportion": 0.0028490500405823987, "vocab": "youtube"}, "would": {"count": 515, "proportion": 0.0028435286257750686, "vocab": "would"}, "can": {"count": 513, "proportion": 0.002832485796160408, "vocab": "can"}, "get": {"count": 477, "proportion": 0.0026337148630965197, "vocab": "get"}, "who": {"count": 470, "proportion": 0.0025950649594452084, "vocab": "who"}, "here": {"count": 462, "proportion": 0.0025508936409865666, "vocab": "here"}, "by": {"count": 445, "proportion": 0.0024570295892619525, "vocab": "by"}, "what": {"count": 444, "proportion": 0.0024515081744546224, "vocab": "what"}, "when": {"count": 444, "proportion": 0.0024515081744546224, "vocab": "when"}, "no": {"count": 437, "proportion": 0.0024128582708033107, "vocab": "no"}, "our": {"count": 435, "proportion": 0.00240181544118865, "vocab": "our"}, "some": {"count": 429, "proportion": 0.002368686952344669, "vocab": "some"}, "black": {"count": 423, "proportion": 0.002335558463500687, "vocab": "black"}, "more": {"count": 419, "proportion": 0.0023134728042713665, "vocab": "more"}, "an": {"count": 395, "proportion": 0.002180958848895441, "vocab": "an"}, "see": {"count": 377, "proportion": 0.002081573382363497, "vocab": "see"}, "good": {"count": 371, "proportion": 0.0020484448935195153, "vocab": "good"}, "m": {"count": 353, "proportion": 0.0019490594269875713, "vocab": "m"}, "he": {"count": 349, "proportion": 0.0019269737677582504, "vocab": "he"}, "www": {"count": 341, "proportion": 0.0018828024492996086, "vocab": "www"}, "has": {"count": 334, "proportion": 0.0018441525456482969, "vocab": "has"}, "whites": {"count": 325, "proportion": 0.0017944598123823248, "vocab": "whites"}, "know": {"count": 316, "proportion": 0.0017447670791163527, "vocab": "know"}, "how": {"count": 315, "proportion": 0.0017392456643090224, "vocab": "how"}, "com": {"count": 309, "proportion": 0.0017061171754650412, "vocab": "com"}, "go": {"count": 306, "proportion": 0.0016895529310430506, "vocab": "go"}, "been": {"count": 286, "proportion": 0.0015791246348964459, "vocab": "been"}, "time": {"count": 282, "proportion": 0.001557038975667125, "vocab": "time"}, "other": {"count": 282, "proportion": 0.001557038975667125, "vocab": "other"}, "think": {"count": 281, "proportion": 0.0015515175608597947, "vocab": "think"}, "had": {"count": 279, "proportion": 0.0015404747312451343, "vocab": "had"}, "were": {"count": 279, "proportion": 0.0015404747312451343, "vocab": "were"}, "new": {"count": 274, "proportion": 0.0015128676572084832, "vocab": "new"}, "her": {"count": 273, "proportion": 0.0015073462424011529, "vocab": "her"}, "only": {"count": 273, "proportion": 0.0015073462424011529, "vocab": "only"}, "then": {"count": 273, "proportion": 0.0015073462424011529, "vocab": "then"}, "school": {"count": 271, "proportion": 0.0014963034127864923, "vocab": "school"}, "these": {"count": 267, "proportion": 0.0014742177535571714, "vocab": "these"}, "should": {"count": 262, "proportion": 0.0014466106795205202, "vocab": "should"}, "back": {"count": 261, "proportion": 0.0014410892647131902, "vocab": "back"}, "any": {"count": 256, "proportion": 0.001413482190676539, "vocab": "any"}, "want": {"count": 251, "proportion": 0.0013858751166398878, "vocab": "want"}, "because": {"count": 250, "proportion": 0.0013803537018325575, "vocab": "because"}, "us": {"count": 245, "proportion": 0.0013527466277959063, "vocab": "us"}, "say": {"count": 244, "proportion": 0.0013472252129885763, "vocab": "say"}, "than": {"count": 242, "proportion": 0.0013361823833739157, "vocab": "than"}, "few": {"count": 242, "proportion": 0.0013361823833739157, "vocab": "few"}, "http": {"count": 241, "proportion": 0.0013306609685665854, "vocab": "http"}, "well": {"count": 240, "proportion": 0.0013251395537592552, "vocab": "well"}, "those": {"count": 240, "proportion": 0.0013251395537592552, "vocab": "those"}, "now": {"count": 235, "proportion": 0.0012975324797226042, "vocab": "now"}, "race": {"count": 231, "proportion": 0.0012754468204932833, "vocab": "race"}, "many": {"count": 226, "proportion": 0.0012478397464566321, "vocab": "many"}, "too": {"count": 225, "proportion": 0.0012423183316493018, "vocab": "too"}, "old": {"count": 222, "proportion": 0.0012257540872273112, "vocab": "old"}, "very": {"count": 222, "proportion": 0.0012257540872273112, "vocab": "very"}, "day": {"count": 220, "proportion": 0.0012147112576126507, "vocab": "day"}, "his": {"count": 215, "proportion": 0.0011871041835759995, "vocab": "his"}, "way": {"count": 214, "proportion": 0.0011815827687686692, "vocab": "way"}, "its": {"count": 212, "proportion": 0.0011705399391540089, "vocab": "its"}, "kids": {"count": 211, "proportion": 0.0011650185243466786, "vocab": "kids"}, "year": {"count": 211, "proportion": 0.0011650185243466786, "vocab": "year"}, "years": {"count": 209, "proportion": 0.0011539756947320182, "vocab": "years"}, "she": {"count": 208, "proportion": 0.001148454279924688, "vocab": "she"}, "around": {"count": 208, "proportion": 0.001148454279924688, "vocab": "around"}, "where": {"count": 208, "proportion": 0.001148454279924688, "vocab": "where"}, "even": {"count": 205, "proportion": 0.0011318900355026971, "vocab": "even"}, "never": {"count": 203, "proportion": 0.0011208472058880368, "vocab": "never"}, "over": {"count": 202, "proportion": 0.0011153257910807065, "vocab": "over"}, "into": {"count": 202, "proportion": 0.0011153257910807065, "vocab": "into"}, "got": {"count": 200, "proportion": 0.0011042829614660462, "vocab": "got"}, "blacks": {"count": 196, "proportion": 0.001082197302236725, "vocab": "blacks"}, "am": {"count": 194, "proportion": 0.0010711544726220647, "vocab": "am"}, "down": {"count": 191, "proportion": 0.001054590228200074, "vocab": "down"}, "could": {"count": 191, "proportion": 0.001054590228200074, "vocab": "could"}, "every": {"count": 191, "proportion": 0.001054590228200074, "vocab": "every"}, "need": {"count": 191, "proportion": 0.001054590228200074, "vocab": "need"}, "ve": {"count": 190, "proportion": 0.0010490688133927438, "vocab": "ve"}, "video": {"count": 188, "proportion": 0.0010380259837780832, "vocab": "video"}, "going": {"count": 188, "proportion": 0.0010380259837780832, "vocab": "going"}, "great": {"count": 185, "proportion": 0.0010214617393560926, "vocab": "great"}, "same": {"count": 183, "proportion": 0.001010418909741432, "vocab": "same"}, "news": {"count": 182, "proportion": 0.001004897494934102, "vocab": "news"}, "find": {"count": 181, "proportion": 0.0009993760801267717, "vocab": "find"}, "look": {"count": 181, "proportion": 0.0009993760801267717, "vocab": "look"}, "re": {"count": 180, "proportion": 0.0009938546653194414, "vocab": "re"}, "did": {"count": 179, "proportion": 0.0009883332505121111, "vocab": "did"}, "also": {"count": 178, "proportion": 0.000982811835704781, "vocab": "also"}, "make": {"count": 178, "proportion": 0.000982811835704781, "vocab": "make"}, "anyone": {"count": 171, "proportion": 0.0009441619320534693, "vocab": "anyone"}, "watch": {"count": 170, "proportion": 0.0009386405172461392, "vocab": "watch"}, "country": {"count": 170, "proportion": 0.0009386405172461392, "vocab": "country"}, "live": {"count": 169, "proportion": 0.0009331191024388089, "vocab": "live"}, "most": {"count": 169, "proportion": 0.0009331191024388089, "vocab": "most"}, "own": {"count": 169, "proportion": 0.0009331191024388089, "vocab": "own"}, "last": {"count": 169, "proportion": 0.0009331191024388089, "vocab": "last"}, "much": {"count": 168, "proportion": 0.0009275976876314787, "vocab": "much"}, "being": {"count": 166, "proportion": 0.0009165548580168183, "vocab": "being"}, "first": {"count": 163, "proportion": 0.0008999906135948275, "vocab": "first"}, "hope": {"count": 162, "proportion": 0.0008944691987874973, "vocab": "hope"}, "ll": {"count": 160, "proportion": 0.0008834263691728368, "vocab": "ll"}, "why": {"count": 159, "proportion": 0.0008779049543655066, "vocab": "why"}, "looking": {"count": 159, "proportion": 0.0008779049543655066, "vocab": "looking"}, "him": {"count": 156, "proportion": 0.0008613407099435159, "vocab": "him"}, "always": {"count": 155, "proportion": 0.0008558192951361857, "vocab": "always"}, "off": {"count": 154, "proportion": 0.0008502978803288555, "vocab": "off"}, "world": {"count": 153, "proportion": 0.0008447764655215253, "vocab": "world"}, "dont": {"count": 152, "proportion": 0.000839255050714195, "vocab": "dont"}, "home": {"count": 151, "proportion": 0.0008337336359068647, "vocab": "home"}, "show": {"count": 151, "proportion": 0.0008337336359068647, "vocab": "show"}, "non": {"count": 150, "proportion": 0.0008282122210995346, "vocab": "non"}, "right": {"count": 150, "proportion": 0.0008282122210995346, "vocab": "right"}, "take": {"count": 149, "proportion": 0.0008226908062922043, "vocab": "take"}, "thread": {"count": 147, "proportion": 0.0008116479766775438, "vocab": "thread"}, "2": {"count": 146, "proportion": 0.0008061265618702137, "vocab": "2"}, "ever": {"count": 144, "proportion": 0.0007950837322555532, "vocab": "ever"}, "two": {"count": 142, "proportion": 0.0007840409026408926, "vocab": "two"}, "let": {"count": 140, "proportion": 0.0007729980730262322, "vocab": "let"}, "which": {"count": 139, "proportion": 0.000767476658218902, "vocab": "which"}, "post": {"count": 138, "proportion": 0.0007619552434115717, "vocab": "post"}, "1": {"count": 138, "proportion": 0.0007619552434115717, "vocab": "1"}, "ireland": {"count": 137, "proportion": 0.0007564338286042416, "vocab": "ireland"}, "thing": {"count": 136, "proportion": 0.0007509124137969113, "vocab": "thing"}, "stormfront": {"count": 136, "proportion": 0.0007509124137969113, "vocab": "stormfront"}, "jews": {"count": 135, "proportion": 0.0007453909989895811, "vocab": "jews"}, "im": {"count": 135, "proportion": 0.0007453909989895811, "vocab": "im"}, "come": {"count": 133, "proportion": 0.0007343481693749207, "vocab": "come"}, "man": {"count": 132, "proportion": 0.0007288267545675904, "vocab": "man"}, "before": {"count": 132, "proportion": 0.0007288267545675904, "vocab": "before"}, "said": {"count": 131, "proportion": 0.0007233053397602601, "vocab": "said"}, "put": {"count": 131, "proportion": 0.0007233053397602601, "vocab": "put"}, "something": {"count": 130, "proportion": 0.0007177839249529299, "vocab": "something"}, "ago": {"count": 129, "proportion": 0.0007122625101455997, "vocab": "ago"}, "really": {"count": 128, "proportion": 0.0007067410953382695, "vocab": "really"}, "little": {"count": 126, "proportion": 0.000695698265723609, "vocab": "little"}, "does": {"count": 126, "proportion": 0.000695698265723609, "vocab": "does"}, "maybe": {"count": 126, "proportion": 0.000695698265723609, "vocab": "maybe"}, "children": {"count": 126, "proportion": 0.000695698265723609, "vocab": "children"}, "after": {"count": 124, "proportion": 0.0006846554361089486, "vocab": "after"}, "area": {"count": 123, "proportion": 0.0006791340213016183, "vocab": "area"}, "anything": {"count": 119, "proportion": 0.0006570483620722974, "vocab": "anything"}, "https": {"count": 118, "proportion": 0.0006515269472649671, "vocab": "https"}, "long": {"count": 116, "proportion": 0.0006404841176503067, "vocab": "long"}, "someone": {"count": 115, "proportion": 0.0006349627028429765, "vocab": "someone"}, "nothing": {"count": 115, "proportion": 0.0006349627028429765, "vocab": "nothing"}, "d": {"count": 115, "proportion": 0.0006349627028429765, "vocab": "d"}, "saw": {"count": 115, "proportion": 0.0006349627028429765, "vocab": "saw"}, "times": {"count": 114, "proportion": 0.0006294412880356462, "vocab": "times"}, "start": {"count": 112, "proportion": 0.0006183984584209858, "vocab": "start"}, "read": {"count": 112, "proportion": 0.0006183984584209858, "vocab": "read"}, "seen": {"count": 112, "proportion": 0.0006183984584209858, "vocab": "seen"}, "another": {"count": 112, "proportion": 0.0006183984584209858, "vocab": "another"}, "thank": {"count": 111, "proportion": 0.0006128770436136556, "vocab": "thank"}, "yes": {"count": 111, "proportion": 0.0006128770436136556, "vocab": "yes"}, "use": {"count": 110, "proportion": 0.0006073556288063253, "vocab": "use"}, "went": {"count": 110, "proportion": 0.0006073556288063253, "vocab": "went"}, "irish": {"count": 108, "proportion": 0.0005963127991916649, "vocab": "irish"}, "talk": {"count": 108, "proportion": 0.0005963127991916649, "vocab": "talk"}, "3": {"count": 107, "proportion": 0.0005907913843843346, "vocab": "3"}, "still": {"count": 107, "proportion": 0.0005907913843843346, "vocab": "still"}, "free": {"count": 107, "proportion": 0.0005907913843843346, "vocab": "free"}, "place": {"count": 107, "proportion": 0.0005907913843843346, "vocab": "place"}, "while": {"count": 106, "proportion": 0.0005852699695770044, "vocab": "while"}, "forum": {"count": 105, "proportion": 0.0005797485547696741, "vocab": "forum"}, "_": {"count": 104, "proportion": 0.000574227139962344, "vocab": "_"}, "try": {"count": 104, "proportion": 0.000574227139962344, "vocab": "try"}, "negro": {"count": 103, "proportion": 0.0005687057251550137, "vocab": "negro"}, "site": {"count": 103, "proportion": 0.0005687057251550137, "vocab": "site"}, "against": {"count": 103, "proportion": 0.0005687057251550137, "vocab": "against"}, "eyes": {"count": 103, "proportion": 0.0005687057251550137, "vocab": "eyes"}, "found": {"count": 102, "proportion": 0.0005631843103476835, "vocab": "found"}, "person": {"count": 102, "proportion": 0.0005631843103476835, "vocab": "person"}, "org": {"count": 102, "proportion": 0.0005631843103476835, "vocab": "org"}, "bad": {"count": 100, "proportion": 0.0005521414807330231, "vocab": "bad"}, "hate": {"count": 100, "proportion": 0.0005521414807330231, "vocab": "hate"}, "work": {"count": 99, "proportion": 0.0005466200659256928, "vocab": "work"}, "sure": {"count": 98, "proportion": 0.0005410986511183625, "vocab": "sure"}, "friends": {"count": 96, "proportion": 0.0005300558215037021, "vocab": "friends"}, "keep": {"count": 96, "proportion": 0.0005300558215037021, "vocab": "keep"}, "heard": {"count": 95, "proportion": 0.0005245344066963719, "vocab": "heard"}, "again": {"count": 95, "proportion": 0.0005245344066963719, "vocab": "again"}, "please": {"count": 95, "proportion": 0.0005245344066963719, "vocab": "please"}, "anti": {"count": 95, "proportion": 0.0005245344066963719, "vocab": "anti"}, "town": {"count": 95, "proportion": 0.0005245344066963719, "vocab": "town"}, "such": {"count": 94, "proportion": 0.0005190129918890416, "vocab": "such"}, "group": {"count": 94, "proportion": 0.0005190129918890416, "vocab": "group"}, "women": {"count": 93, "proportion": 0.0005134915770817114, "vocab": "women"}, "jew": {"count": 93, "proportion": 0.0005134915770817114, "vocab": "jew"}, "since": {"count": 93, "proportion": 0.0005134915770817114, "vocab": "since"}, "tv": {"count": 92, "proportion": 0.0005079701622743812, "vocab": "tv"}, "give": {"count": 91, "proportion": 0.000502448747467051, "vocab": "give"}, "god": {"count": 91, "proportion": 0.000502448747467051, "vocab": "god"}, "actually": {"count": 91, "proportion": 0.000502448747467051, "vocab": "actually"}, "guy": {"count": 90, "proportion": 0.0004969273326597207, "vocab": "guy"}, "feel": {"count": 90, "proportion": 0.0004969273326597207, "vocab": "feel"}, "name": {"count": 89, "proportion": 0.0004914059178523905, "vocab": "name"}, "next": {"count": 89, "proportion": 0.0004914059178523905, "vocab": "next"}, "city": {"count": 89, "proportion": 0.0004914059178523905, "vocab": "city"}, "house": {"count": 88, "proportion": 0.00048588450304506026, "vocab": "house"}, "things": {"count": 88, "proportion": 0.00048588450304506026, "vocab": "things"}, "ca": {"count": 88, "proportion": 0.00048588450304506026, "vocab": "ca"}, "schools": {"count": 88, "proportion": 0.00048588450304506026, "vocab": "schools"}, "part": {"count": 87, "proportion": 0.00048036308823773004, "vocab": "part"}, "girl": {"count": 87, "proportion": 0.00048036308823773004, "vocab": "girl"}, "love": {"count": 87, "proportion": 0.00048036308823773004, "vocab": "love"}, "must": {"count": 86, "proportion": 0.0004748416734303998, "vocab": "must"}, "family": {"count": 86, "proportion": 0.0004748416734303998, "vocab": "family"}, "5": {"count": 86, "proportion": 0.0004748416734303998, "vocab": "5"}, "thanks": {"count": 85, "proportion": 0.0004693202586230696, "vocab": "thanks"}, "africa": {"count": 85, "proportion": 0.0004693202586230696, "vocab": "africa"}, "better": {"count": 85, "proportion": 0.0004693202586230696, "vocab": "better"}, "hair": {"count": 85, "proportion": 0.0004693202586230696, "vocab": "hair"}, "nationalist": {"count": 85, "proportion": 0.0004693202586230696, "vocab": "nationalist"}, "welcome": {"count": 85, "proportion": 0.0004693202586230696, "vocab": "welcome"}, "made": {"count": 85, "proportion": 0.0004693202586230696, "vocab": "made"}, "else": {"count": 84, "proportion": 0.00046379884381573936, "vocab": "else"}, "brown": {"count": 84, "proportion": 0.00046379884381573936, "vocab": "brown"}, "away": {"count": 84, "proportion": 0.00046379884381573936, "vocab": "away"}, "big": {"count": 84, "proportion": 0.00046379884381573936, "vocab": "big"}, "may": {"count": 83, "proportion": 0.00045827742900840914, "vocab": "may"}, "english": {"count": 83, "proportion": 0.00045827742900840914, "vocab": "english"}, "far": {"count": 83, "proportion": 0.00045827742900840914, "vocab": "far"}, "high": {"count": 83, "proportion": 0.00045827742900840914, "vocab": "high"}, "trying": {"count": 82, "proportion": 0.0004527560142010789, "vocab": "trying"}, "tell": {"count": 82, "proportion": 0.0004527560142010789, "vocab": "tell"}, "lot": {"count": 82, "proportion": 0.0004527560142010789, "vocab": "lot"}, "wonder": {"count": 82, "proportion": 0.0004527560142010789, "vocab": "wonder"}, "american": {"count": 82, "proportion": 0.0004527560142010789, "vocab": "american"}, "thought": {"count": 81, "proportion": 0.00044723459939374863, "vocab": "thought"}, "today": {"count": 81, "proportion": 0.00044723459939374863, "vocab": "today"}, "stop": {"count": 81, "proportion": 0.00044723459939374863, "vocab": "stop"}, "racist": {"count": 81, "proportion": 0.00044723459939374863, "vocab": "racist"}, "once": {"count": 81, "proportion": 0.00044723459939374863, "vocab": "once"}, "life": {"count": 80, "proportion": 0.0004417131845864184, "vocab": "life"}, "woman": {"count": 80, "proportion": 0.0004417131845864184, "vocab": "woman"}, "story": {"count": 80, "proportion": 0.0004417131845864184, "vocab": "story"}, "days": {"count": 80, "proportion": 0.0004417131845864184, "vocab": "days"}, "money": {"count": 80, "proportion": 0.0004417131845864184, "vocab": "money"}, "used": {"count": 80, "proportion": 0.0004417131845864184, "vocab": "used"}, "music": {"count": 80, "proportion": 0.0004417131845864184, "vocab": "music"}, "together": {"count": 79, "proportion": 0.0004361917697790882, "vocab": "together"}, "looks": {"count": 79, "proportion": 0.0004361917697790882, "vocab": "looks"}, "through": {"count": 78, "proportion": 0.00043067035497175796, "vocab": "through"}, "came": {"count": 78, "proportion": 0.00043067035497175796, "vocab": "came"}, "left": {"count": 77, "proportion": 0.00042514894016442773, "vocab": "left"}, "week": {"count": 77, "proportion": 0.00042514894016442773, "vocab": "week"}, "hell": {"count": 77, "proportion": 0.00042514894016442773, "vocab": "hell"}, "crime": {"count": 76, "proportion": 0.0004196275253570975, "vocab": "crime"}, "probably": {"count": 75, "proportion": 0.0004141061105497673, "vocab": "probably"}, "4": {"count": 75, "proportion": 0.0004141061105497673, "vocab": "4"}, "pretty": {"count": 75, "proportion": 0.0004141061105497673, "vocab": "pretty"}, "meet": {"count": 75, "proportion": 0.0004141061105497673, "vocab": "meet"}, "check": {"count": 75, "proportion": 0.0004141061105497673, "vocab": "check"}, "0": {"count": 75, "proportion": 0.0004141061105497673, "vocab": "0"}, "enough": {"count": 74, "proportion": 0.00040858469574243705, "vocab": "enough"}, "pm": {"count": 74, "proportion": 0.00040858469574243705, "vocab": "pm"}, "best": {"count": 74, "proportion": 0.00040858469574243705, "vocab": "best"}, "hey": {"count": 74, "proportion": 0.00040858469574243705, "vocab": "hey"}, "help": {"count": 74, "proportion": 0.00040858469574243705, "vocab": "help"}, "men": {"count": 73, "proportion": 0.00040306328093510683, "vocab": "men"}, "police": {"count": 73, "proportion": 0.00040306328093510683, "vocab": "police"}, "believe": {"count": 72, "proportion": 0.0003975418661277766, "vocab": "believe"}, "guess": {"count": 72, "proportion": 0.0003975418661277766, "vocab": "guess"}, "europe": {"count": 71, "proportion": 0.0003920204513204463, "vocab": "europe"}, "different": {"count": 71, "proportion": 0.0003920204513204463, "vocab": "different"}, "government": {"count": 70, "proportion": 0.0003864990365131161, "vocab": "government"}, "until": {"count": 70, "proportion": 0.0003864990365131161, "vocab": "until"}, "public": {"count": 70, "proportion": 0.0003864990365131161, "vocab": "public"}, "etc": {"count": 70, "proportion": 0.0003864990365131161, "vocab": "etc"}, "though": {"count": 70, "proportion": 0.0003864990365131161, "vocab": "though"}, "half": {"count": 69, "proportion": 0.0003809776217057859, "vocab": "half"}, "nice": {"count": 69, "proportion": 0.0003809776217057859, "vocab": "nice"}, "everyone": {"count": 69, "proportion": 0.0003809776217057859, "vocab": "everyone"}, "living": {"count": 69, "proportion": 0.0003809776217057859, "vocab": "living"}, "link": {"count": 68, "proportion": 0.00037545620689845565, "vocab": "link"}, "send": {"count": 68, "proportion": 0.00037545620689845565, "vocab": "send"}, "soon": {"count": 68, "proportion": 0.00037545620689845565, "vocab": "soon"}, "says": {"count": 68, "proportion": 0.00037545620689845565, "vocab": "says"}, "u": {"count": 68, "proportion": 0.00037545620689845565, "vocab": "u"}, "jewish": {"count": 68, "proportion": 0.00037545620689845565, "vocab": "jewish"}, "couple": {"count": 68, "proportion": 0.00037545620689845565, "vocab": "couple"}, "fight": {"count": 67, "proportion": 0.0003699347920911254, "vocab": "fight"}, "least": {"count": 67, "proportion": 0.0003699347920911254, "vocab": "least"}, "each": {"count": 67, "proportion": 0.0003699347920911254, "vocab": "each"}, "hear": {"count": 67, "proportion": 0.0003699347920911254, "vocab": "hear"}, "child": {"count": 67, "proportion": 0.0003699347920911254, "vocab": "child"}, "problem": {"count": 67, "proportion": 0.0003699347920911254, "vocab": "problem"}, "canada": {"count": 66, "proportion": 0.0003644133772837952, "vocab": "canada"}, "college": {"count": 66, "proportion": 0.0003644133772837952, "vocab": "college"}, "called": {"count": 66, "proportion": 0.0003644133772837952, "vocab": "called"}, "small": {"count": 65, "proportion": 0.00035889196247646497, "vocab": "small"}, "88": {"count": 65, "proportion": 0.00035889196247646497, "vocab": "88"}, "hard": {"count": 65, "proportion": 0.00035889196247646497, "vocab": "hard"}, "south": {"count": 65, "proportion": 0.00035889196247646497, "vocab": "south"}, "themselves": {"count": 65, "proportion": 0.00035889196247646497, "vocab": "themselves"}, "yet": {"count": 65, "proportion": 0.00035889196247646497, "vocab": "yet"}, "told": {"count": 64, "proportion": 0.00035337054766913475, "vocab": "told"}, "become": {"count": 64, "proportion": 0.00035337054766913475, "vocab": "become"}, "lol": {"count": 64, "proportion": 0.00035337054766913475, "vocab": "lol"}, "coming": {"count": 64, "proportion": 0.00035337054766913475, "vocab": "coming"}, "doing": {"count": 63, "proportion": 0.0003478491328618045, "vocab": "doing"}, "skin": {"count": 63, "proportion": 0.0003478491328618045, "vocab": "skin"}, "color": {"count": 63, "proportion": 0.0003478491328618045, "vocab": "color"}, "death": {"count": 63, "proportion": 0.0003478491328618045, "vocab": "death"}, "support": {"count": 62, "proportion": 0.0003423277180544743, "vocab": "support"}, "real": {"count": 62, "proportion": 0.0003423277180544743, "vocab": "real"}, "stupid": {"count": 62, "proportion": 0.0003423277180544743, "vocab": "stupid"}, "might": {"count": 61, "proportion": 0.00033680630324714407, "vocab": "might"}, "makes": {"count": 61, "proportion": 0.00033680630324714407, "vocab": "makes"}, "truth": {"count": 61, "proportion": 0.00033680630324714407, "vocab": "truth"}, "done": {"count": 61, "proportion": 0.00033680630324714407, "vocab": "done"}, "6": {"count": 61, "proportion": 0.00033680630324714407, "vocab": "6"}, "hi": {"count": 61, "proportion": 0.00033680630324714407, "vocab": "hi"}, "beautiful": {"count": 61, "proportion": 0.00033680630324714407, "vocab": "beautiful"}, "10": {"count": 61, "proportion": 0.00033680630324714407, "vocab": "10"}, "getting": {"count": 61, "proportion": 0.00033680630324714407, "vocab": "getting"}, "attack": {"count": 61, "proportion": 0.00033680630324714407, "vocab": "attack"}, "kid": {"count": 61, "proportion": 0.00033680630324714407, "vocab": "kid"}, "nation": {"count": 60, "proportion": 0.0003312848884398138, "vocab": "nation"}, "teachers": {"count": 60, "proportion": 0.0003312848884398138, "vocab": "teachers"}, "culture": {"count": 59, "proportion": 0.00032576347363248357, "vocab": "culture"}, "point": {"count": 59, "proportion": 0.00032576347363248357, "vocab": "point"}, "girls": {"count": 59, "proportion": 0.00032576347363248357, "vocab": "girls"}, "message": {"count": 59, "proportion": 0.00032576347363248357, "vocab": "message"}, "parents": {"count": 58, "proportion": 0.00032024205882515334, "vocab": "parents"}, "history": {"count": 58, "proportion": 0.00032024205882515334, "vocab": "history"}, "front": {"count": 58, "proportion": 0.00032024205882515334, "vocab": "front"}, "night": {"count": 58, "proportion": 0.00032024205882515334, "vocab": "night"}, "state": {"count": 58, "proportion": 0.00032024205882515334, "vocab": "state"}, "media": {"count": 57, "proportion": 0.0003147206440178231, "vocab": "media"}, "yourself": {"count": 57, "proportion": 0.0003147206440178231, "vocab": "yourself"}, "care": {"count": 57, "proportion": 0.0003147206440178231, "vocab": "care"}, "end": {"count": 57, "proportion": 0.0003147206440178231, "vocab": "end"}, "both": {"count": 57, "proportion": 0.0003147206440178231, "vocab": "both"}, "young": {"count": 56, "proportion": 0.0003091992292104929, "vocab": "young"}, "german": {"count": 56, "proportion": 0.0003091992292104929, "vocab": "german"}, "asian": {"count": 56, "proportion": 0.0003091992292104929, "vocab": "asian"}, "whole": {"count": 56, "proportion": 0.0003091992292104929, "vocab": "whole"}, "fact": {"count": 56, "proportion": 0.0003091992292104929, "vocab": "fact"}, "seems": {"count": 55, "proportion": 0.00030367781440316266, "vocab": "seems"}, "move": {"count": 55, "proportion": 0.00030367781440316266, "vocab": "move"}, "london": {"count": 55, "proportion": 0.00030367781440316266, "vocab": "london"}, "v": {"count": 55, "proportion": 0.00030367781440316266, "vocab": "v"}, "run": {"count": 55, "proportion": 0.00030367781440316266, "vocab": "run"}, "full": {"count": 55, "proportion": 0.00030367781440316266, "vocab": "full"}, "true": {"count": 55, "proportion": 0.00030367781440316266, "vocab": "true"}, "wait": {"count": 55, "proportion": 0.00030367781440316266, "vocab": "wait"}, "countries": {"count": 55, "proportion": 0.00030367781440316266, "vocab": "countries"}, "word": {"count": 55, "proportion": 0.00030367781440316266, "vocab": "word"}, "without": {"count": 55, "proportion": 0.00030367781440316266, "vocab": "without"}, "yeah": {"count": 54, "proportion": 0.00029815639959583244, "vocab": "yeah"}, "asians": {"count": 54, "proportion": 0.00029815639959583244, "vocab": "asians"}, "weeks": {"count": 54, "proportion": 0.00029815639959583244, "vocab": "weeks"}, "cause": {"count": 54, "proportion": 0.00029815639959583244, "vocab": "cause"}, "call": {"count": 54, "proportion": 0.00029815639959583244, "vocab": "call"}, "under": {"count": 54, "proportion": 0.00029815639959583244, "vocab": "under"}, "alone": {"count": 54, "proportion": 0.00029815639959583244, "vocab": "alone"}, "idea": {"count": 54, "proportion": 0.00029815639959583244, "vocab": "idea"}, "000": {"count": 54, "proportion": 0.00029815639959583244, "vocab": "000"}, "light": {"count": 53, "proportion": 0.0002926349847885022, "vocab": "light"}, "reason": {"count": 53, "proportion": 0.0002926349847885022, "vocab": "reason"}, "water": {"count": 53, "proportion": 0.0002926349847885022, "vocab": "water"}, "having": {"count": 53, "proportion": 0.0002926349847885022, "vocab": "having"}, "kind": {"count": 53, "proportion": 0.0002926349847885022, "vocab": "kind"}, "join": {"count": 53, "proportion": 0.0002926349847885022, "vocab": "join"}, "future": {"count": 53, "proportion": 0.0002926349847885022, "vocab": "future"}, "able": {"count": 53, "proportion": 0.0002926349847885022, "vocab": "able"}, "boy": {"count": 53, "proportion": 0.0002926349847885022, "vocab": "boy"}, "guys": {"count": 53, "proportion": 0.0002926349847885022, "vocab": "guys"}, "america": {"count": 53, "proportion": 0.0002926349847885022, "vocab": "america"}, "open": {"count": 53, "proportion": 0.0002926349847885022, "vocab": "open"}, "teacher": {"count": 53, "proportion": 0.0002926349847885022, "vocab": "teacher"}, "others": {"count": 52, "proportion": 0.000287113569981172, "vocab": "others"}, "mean": {"count": 52, "proportion": 0.000287113569981172, "vocab": "mean"}, "racial": {"count": 52, "proportion": 0.000287113569981172, "vocab": "racial"}, "stuff": {"count": 52, "proportion": 0.000287113569981172, "vocab": "stuff"}, "war": {"count": 52, "proportion": 0.000287113569981172, "vocab": "war"}, "blood": {"count": 52, "proportion": 0.000287113569981172, "vocab": "blood"}, "goes": {"count": 51, "proportion": 0.00028159215517384176, "vocab": "goes"}, "proud": {"count": 51, "proportion": 0.00028159215517384176, "vocab": "proud"}, "mother": {"count": 51, "proportion": 0.00028159215517384176, "vocab": "mother"}, "european": {"count": 51, "proportion": 0.00028159215517384176, "vocab": "european"}, "almost": {"count": 51, "proportion": 0.00028159215517384176, "vocab": "almost"}, "community": {"count": 51, "proportion": 0.00028159215517384176, "vocab": "community"}, "blue": {"count": 51, "proportion": 0.00028159215517384176, "vocab": "blue"}, "remember": {"count": 50, "proportion": 0.00027607074036651154, "vocab": "remember"}, "sorry": {"count": 50, "proportion": 0.00027607074036651154, "vocab": "sorry"}, "speak": {"count": 50, "proportion": 0.00027607074036651154, "vocab": "speak"}, "learn": {"count": 50, "proportion": 0.00027607074036651154, "vocab": "learn"}, "everything": {"count": 50, "proportion": 0.00027607074036651154, "vocab": "everything"}, "picture": {"count": 50, "proportion": 0.00027607074036651154, "vocab": "picture"}, "lots": {"count": 50, "proportion": 0.00027607074036651154, "vocab": "lots"}, "html": {"count": 50, "proportion": 0.00027607074036651154, "vocab": "html"}, "party": {"count": 49, "proportion": 0.00027054932555918126, "vocab": "party"}, "videos": {"count": 49, "proportion": 0.00027054932555918126, "vocab": "videos"}, "students": {"count": 49, "proportion": 0.00027054932555918126, "vocab": "students"}, "already": {"count": 49, "proportion": 0.00027054932555918126, "vocab": "already"}, "food": {"count": 49, "proportion": 0.00027054932555918126, "vocab": "food"}, "between": {"count": 49, "proportion": 0.00027054932555918126, "vocab": "between"}, "negroes": {"count": 49, "proportion": 0.00027054932555918126, "vocab": "negroes"}, "100": {"count": 49, "proportion": 0.00027054932555918126, "vocab": "100"}, "crap": {"count": 48, "proportion": 0.00026502791075185103, "vocab": "crap"}, "during": {"count": 48, "proportion": 0.00026502791075185103, "vocab": "during"}, "friend": {"count": 48, "proportion": 0.00026502791075185103, "vocab": "friend"}, "cant": {"count": 48, "proportion": 0.00026502791075185103, "vocab": "cant"}, "20": {"count": 48, "proportion": 0.00026502791075185103, "vocab": "20"}, "wrong": {"count": 48, "proportion": 0.00026502791075185103, "vocab": "wrong"}, "pride": {"count": 48, "proportion": 0.00026502791075185103, "vocab": "pride"}, "turn": {"count": 47, "proportion": 0.0002595064959445208, "vocab": "turn"}, "job": {"count": 47, "proportion": 0.0002595064959445208, "vocab": "job"}, "county": {"count": 47, "proportion": 0.0002595064959445208, "vocab": "county"}, "gets": {"count": 47, "proportion": 0.0002595064959445208, "vocab": "gets"}, "leave": {"count": 47, "proportion": 0.0002595064959445208, "vocab": "leave"}, "st": {"count": 47, "proportion": 0.0002595064959445208, "vocab": "st"}, "oh": {"count": 47, "proportion": 0.0002595064959445208, "vocab": "oh"}, "happy": {"count": 47, "proportion": 0.0002595064959445208, "vocab": "happy"}, "watching": {"count": 47, "proportion": 0.0002595064959445208, "vocab": "watching"}, "ones": {"count": 47, "proportion": 0.0002595064959445208, "vocab": "ones"}, "stay": {"count": 47, "proportion": 0.0002595064959445208, "vocab": "stay"}, "line": {"count": 46, "proportion": 0.0002539850811371906, "vocab": "line"}, "behind": {"count": 46, "proportion": 0.0002539850811371906, "vocab": "behind"}, "gun": {"count": 46, "proportion": 0.0002539850811371906, "vocab": "gun"}, "14": {"count": 46, "proportion": 0.0002539850811371906, "vocab": "14"}, "along": {"count": 46, "proportion": 0.0002539850811371906, "vocab": "along"}, "shows": {"count": 46, "proportion": 0.0002539850811371906, "vocab": "shows"}, "class": {"count": 46, "proportion": 0.0002539850811371906, "vocab": "class"}, "face": {"count": 46, "proportion": 0.0002539850811371906, "vocab": "face"}, "brothers": {"count": 46, "proportion": 0.0002539850811371906, "vocab": "brothers"}, "p": {"count": 46, "proportion": 0.0002539850811371906, "vocab": "p"}, "e": {"count": 46, "proportion": 0.0002539850811371906, "vocab": "e"}, "across": {"count": 46, "proportion": 0.0002539850811371906, "vocab": "across"}, "9": {"count": 45, "proportion": 0.00024846366632986036, "vocab": "9"}, "book": {"count": 45, "proportion": 0.00024846366632986036, "vocab": "book"}, "pictures": {"count": 45, "proportion": 0.00024846366632986036, "vocab": "pictures"}, "wanted": {"count": 45, "proportion": 0.00024846366632986036, "vocab": "wanted"}, "head": {"count": 45, "proportion": 0.00024846366632986036, "vocab": "head"}, "uk": {"count": 45, "proportion": 0.00024846366632986036, "vocab": "uk"}, "myself": {"count": 45, "proportion": 0.00024846366632986036, "vocab": "myself"}, "band": {"count": 45, "proportion": 0.00024846366632986036, "vocab": "band"}, "french": {"count": 45, "proportion": 0.00024846366632986036, "vocab": "french"}, "local": {"count": 45, "proportion": 0.00024846366632986036, "vocab": "local"}, "either": {"count": 45, "proportion": 0.00024846366632986036, "vocab": "either"}, "mixed": {"count": 45, "proportion": 0.00024846366632986036, "vocab": "mixed"}, "30": {"count": 44, "proportion": 0.00024294225152253013, "vocab": "30"}, "working": {"count": 44, "proportion": 0.00024294225152253013, "vocab": "working"}, "started": {"count": 44, "proportion": 0.00024294225152253013, "vocab": "started"}, "sf": {"count": 44, "proportion": 0.00024294225152253013, "vocab": "sf"}, "near": {"count": 44, "proportion": 0.00024294225152253013, "vocab": "near"}, "dr": {"count": 44, "proportion": 0.00024294225152253013, "vocab": "dr"}, "comes": {"count": 44, "proportion": 0.00024294225152253013, "vocab": "comes"}, "don": {"count": 44, "proportion": 0.00024294225152253013, "vocab": "don"}, "talking": {"count": 44, "proportion": 0.00024294225152253013, "vocab": "talking"}, "7": {"count": 44, "proportion": 0.00024294225152253013, "vocab": "7"}, "youth": {"count": 44, "proportion": 0.00024294225152253013, "vocab": "youth"}, "side": {"count": 43, "proportion": 0.0002374208367151999, "vocab": "side"}, "dark": {"count": 43, "proportion": 0.0002374208367151999, "vocab": "dark"}, "posted": {"count": 43, "proportion": 0.0002374208367151999, "vocab": "posted"}, "hello": {"count": 43, "proportion": 0.0002374208367151999, "vocab": "hello"}, "saying": {"count": 43, "proportion": 0.0002374208367151999, "vocab": "saying"}, "sweden": {"count": 43, "proportion": 0.0002374208367151999, "vocab": "sweden"}, "ya": {"count": 43, "proportion": 0.0002374208367151999, "vocab": "ya"}, "members": {"count": 43, "proportion": 0.0002374208367151999, "vocab": "members"}, "took": {"count": 42, "proportion": 0.00023189942190786968, "vocab": "took"}, "2508": {"count": 42, "proportion": 0.00023189942190786968, "vocab": "2508"}, "using": {"count": 42, "proportion": 0.00023189942190786968, "vocab": "using"}, "sad": {"count": 42, "proportion": 0.00023189942190786968, "vocab": "sad"}, "matter": {"count": 42, "proportion": 0.00023189942190786968, "vocab": "matter"}, "age": {"count": 42, "proportion": 0.00023189942190786968, "vocab": "age"}, "pass": {"count": 42, "proportion": 0.00023189942190786968, "vocab": "pass"}, "march": {"count": 42, "proportion": 0.00023189942190786968, "vocab": "march"}, "land": {"count": 42, "proportion": 0.00023189942190786968, "vocab": "land"}, "guns": {"count": 42, "proportion": 0.00023189942190786968, "vocab": "guns"}, "murder": {"count": 42, "proportion": 0.00023189942190786968, "vocab": "murder"}, "page": {"count": 42, "proportion": 0.00023189942190786968, "vocab": "page"}, "song": {"count": 42, "proportion": 0.00023189942190786968, "vocab": "song"}, "rest": {"count": 41, "proportion": 0.00022637800710053946, "vocab": "rest"}, "00": {"count": 41, "proportion": 0.00022637800710053946, "vocab": "00"}, "male": {"count": 41, "proportion": 0.00022637800710053946, "vocab": "male"}, "wants": {"count": 41, "proportion": 0.00022637800710053946, "vocab": "wants"}, "law": {"count": 41, "proportion": 0.00022637800710053946, "vocab": "law"}, "funny": {"count": 41, "proportion": 0.00022637800710053946, "vocab": "funny"}, "christian": {"count": 40, "proportion": 0.0002208565922932092, "vocab": "christian"}, "later": {"count": 40, "proportion": 0.0002208565922932092, "vocab": "later"}, "stand": {"count": 40, "proportion": 0.0002208565922932092, "vocab": "stand"}, "information": {"count": 40, "proportion": 0.0002208565922932092, "vocab": "information"}, "internet": {"count": 40, "proportion": 0.0002208565922932092, "vocab": "internet"}, "genocide": {"count": 40, "proportion": 0.0002208565922932092, "vocab": "genocide"}, "british": {"count": 40, "proportion": 0.0002208565922932092, "vocab": "british"}, "poor": {"count": 40, "proportion": 0.0002208565922932092, "vocab": "poor"}, "online": {"count": 40, "proportion": 0.0002208565922932092, "vocab": "online"}, "power": {"count": 40, "proportion": 0.0002208565922932092, "vocab": "power"}, "liberal": {"count": 40, "proportion": 0.0002208565922932092, "vocab": "liberal"}, "hand": {"count": 40, "proportion": 0.0002208565922932092, "vocab": "hand"}, "thats": {"count": 40, "proportion": 0.0002208565922932092, "vocab": "thats"}, "exactly": {"count": 40, "proportion": 0.0002208565922932092, "vocab": "exactly"}, "b": {"count": 39, "proportion": 0.00021533517748587898, "vocab": "b"}, "races": {"count": 39, "proportion": 0.00021533517748587898, "vocab": "races"}, "teach": {"count": 39, "proportion": 0.00021533517748587898, "vocab": "teach"}, "sent": {"count": 39, "proportion": 0.00021533517748587898, "vocab": "sent"}, "father": {"count": 39, "proportion": 0.00021533517748587898, "vocab": "father"}, "change": {"count": 39, "proportion": 0.00021533517748587898, "vocab": "change"}, "11": {"count": 39, "proportion": 0.00021533517748587898, "vocab": "11"}, "course": {"count": 39, "proportion": 0.00021533517748587898, "vocab": "course"}, "university": {"count": 39, "proportion": 0.00021533517748587898, "vocab": "university"}, "red": {"count": 39, "proportion": 0.00021533517748587898, "vocab": "red"}, "gone": {"count": 39, "proportion": 0.00021533517748587898, "vocab": "gone"}, "tried": {"count": 39, "proportion": 0.00021533517748587898, "vocab": "tried"}, "sound": {"count": 38, "proportion": 0.00020981376267854875, "vocab": "sound"}, "moved": {"count": 38, "proportion": 0.00020981376267854875, "vocab": "moved"}, "taken": {"count": 38, "proportion": 0.00020981376267854875, "vocab": "taken"}, "nordic": {"count": 38, "proportion": 0.00020981376267854875, "vocab": "nordic"}, "western": {"count": 38, "proportion": 0.00020981376267854875, "vocab": "western"}, "several": {"count": 38, "proportion": 0.00020981376267854875, "vocab": "several"}, "single": {"count": 38, "proportion": 0.00020981376267854875, "vocab": "single"}, "son": {"count": 38, "proportion": 0.00020981376267854875, "vocab": "son"}, "article": {"count": 38, "proportion": 0.00020981376267854875, "vocab": "article"}, "mind": {"count": 38, "proportion": 0.00020981376267854875, "vocab": "mind"}, "places": {"count": 38, "proportion": 0.00020981376267854875, "vocab": "places"}, "board": {"count": 38, "proportion": 0.00020981376267854875, "vocab": "board"}, "posting": {"count": 38, "proportion": 0.00020981376267854875, "vocab": "posting"}, "killed": {"count": 37, "proportion": 0.00020429234787121853, "vocab": "killed"}, "ask": {"count": 37, "proportion": 0.00020429234787121853, "vocab": "ask"}, "rather": {"count": 37, "proportion": 0.00020429234787121853, "vocab": "rather"}, "wish": {"count": 37, "proportion": 0.00020429234787121853, "vocab": "wish"}, "ok": {"count": 37, "proportion": 0.00020429234787121853, "vocab": "ok"}, "wn": {"count": 37, "proportion": 0.00020429234787121853, "vocab": "wn"}, "download": {"count": 37, "proportion": 0.00020429234787121853, "vocab": "download"}, "50": {"count": 37, "proportion": 0.00020429234787121853, "vocab": "50"}, "cannot": {"count": 37, "proportion": 0.00020429234787121853, "vocab": "cannot"}, "happened": {"count": 37, "proportion": 0.00020429234787121853, "vocab": "happened"}, "scum": {"count": 37, "proportion": 0.00020429234787121853, "vocab": "scum"}, "brother": {"count": 37, "proportion": 0.00020429234787121853, "vocab": "brother"}, "means": {"count": 37, "proportion": 0.00020429234787121853, "vocab": "means"}, "info": {"count": 37, "proportion": 0.00020429234787121853, "vocab": "info"}, "month": {"count": 37, "proportion": 0.00020429234787121853, "vocab": "month"}, "system": {"count": 36, "proportion": 0.0001987709330638883, "vocab": "system"}, "immigrants": {"count": 36, "proportion": 0.0001987709330638883, "vocab": "immigrants"}, "york": {"count": 36, "proportion": 0.0001987709330638883, "vocab": "york"}, "set": {"count": 36, "proportion": 0.0001987709330638883, "vocab": "set"}, "td": {"count": 36, "proportion": 0.0001987709330638883, "vocab": "td"}, "street": {"count": 36, "proportion": 0.0001987709330638883, "vocab": "street"}, "three": {"count": 36, "proportion": 0.0001987709330638883, "vocab": "three"}, "david": {"count": 36, "proportion": 0.0001987709330638883, "vocab": "david"}, "dead": {"count": 36, "proportion": 0.0001987709330638883, "vocab": "dead"}, "texas": {"count": 36, "proportion": 0.0001987709330638883, "vocab": "texas"}, "case": {"count": 36, "proportion": 0.0001987709330638883, "vocab": "case"}, "past": {"count": 36, "proportion": 0.0001987709330638883, "vocab": "past"}, "national": {"count": 36, "proportion": 0.0001987709330638883, "vocab": "national"}, "dirty": {"count": 36, "proportion": 0.0001987709330638883, "vocab": "dirty"}, "shot": {"count": 36, "proportion": 0.0001987709330638883, "vocab": "shot"}, "close": {"count": 36, "proportion": 0.0001987709330638883, "vocab": "close"}, "liberals": {"count": 36, "proportion": 0.0001987709330638883, "vocab": "liberals"}, "usually": {"count": 36, "proportion": 0.0001987709330638883, "vocab": "usually"}, "die": {"count": 35, "proportion": 0.00019324951825655805, "vocab": "die"}, "eat": {"count": 35, "proportion": 0.00019324951825655805, "vocab": "eat"}, "green": {"count": 35, "proportion": 0.00019324951825655805, "vocab": "green"}, "pro": {"count": 35, "proportion": 0.00019324951825655805, "vocab": "pro"}, "groups": {"count": 35, "proportion": 0.00019324951825655805, "vocab": "groups"}, "kill": {"count": 35, "proportion": 0.00019324951825655805, "vocab": "kill"}, "making": {"count": 35, "proportion": 0.00019324951825655805, "vocab": "making"}, "happen": {"count": 35, "proportion": 0.00019324951825655805, "vocab": "happen"}, "minority": {"count": 35, "proportion": 0.00019324951825655805, "vocab": "minority"}, "lets": {"count": 35, "proportion": 0.00019324951825655805, "vocab": "lets"}, "earth": {"count": 35, "proportion": 0.00019324951825655805, "vocab": "earth"}, "report": {"count": 35, "proportion": 0.00019324951825655805, "vocab": "report"}, "listen": {"count": 35, "proportion": 0.00019324951825655805, "vocab": "listen"}, "ple": {"count": 35, "proportion": 0.00019324951825655805, "vocab": "ple"}, "posts": {"count": 34, "proportion": 0.00018772810344922782, "vocab": "posts"}, "website": {"count": 34, "proportion": 0.00018772810344922782, "vocab": "website"}, "radio": {"count": 34, "proportion": 0.00018772810344922782, "vocab": "radio"}, "knows": {"count": 34, "proportion": 0.00018772810344922782, "vocab": "knows"}, "anyway": {"count": 34, "proportion": 0.00018772810344922782, "vocab": "anyway"}, "quite": {"count": 34, "proportion": 0.00018772810344922782, "vocab": "quite"}, "gay": {"count": 34, "proportion": 0.00018772810344922782, "vocab": "gay"}, "12": {"count": 34, "proportion": 0.00018772810344922782, "vocab": "12"}, "15": {"count": 34, "proportion": 0.00018772810344922782, "vocab": "15"}, "wo": {"count": 34, "proportion": 0.00018772810344922782, "vocab": "wo"}, "understand": {"count": 34, "proportion": 0.00018772810344922782, "vocab": "understand"}, "o": {"count": 34, "proportion": 0.00018772810344922782, "vocab": "o"}, "interested": {"count": 34, "proportion": 0.00018772810344922782, "vocab": "interested"}, "f": {"count": 34, "proportion": 0.00018772810344922782, "vocab": "f"}, "mine": {"count": 33, "proportion": 0.0001822066886418976, "vocab": "mine"}, "type": {"count": 33, "proportion": 0.0001822066886418976, "vocab": "type"}, "looked": {"count": 33, "proportion": 0.0001822066886418976, "vocab": "looked"}, "email": {"count": 33, "proportion": 0.0001822066886418976, "vocab": "email"}, "example": {"count": 33, "proportion": 0.0001822066886418976, "vocab": "example"}, "england": {"count": 33, "proportion": 0.0001822066886418976, "vocab": "england"}, "words": {"count": 33, "proportion": 0.0001822066886418976, "vocab": "words"}, "section": {"count": 33, "proportion": 0.0001822066886418976, "vocab": "section"}, "outside": {"count": 33, "proportion": 0.0001822066886418976, "vocab": "outside"}, "less": {"count": 33, "proportion": 0.0001822066886418976, "vocab": "less"}, "especially": {"count": 33, "proportion": 0.0001822066886418976, "vocab": "especially"}, "\u00f0": {"count": 33, "proportion": 0.0001822066886418976, "vocab": "\u00f0"}, "click": {"count": 33, "proportion": 0.0001822066886418976, "vocab": "click"}, "taking": {"count": 33, "proportion": 0.0001822066886418976, "vocab": "taking"}, "co": {"count": 33, "proportion": 0.0001822066886418976, "vocab": "co"}, "none": {"count": 33, "proportion": 0.0001822066886418976, "vocab": "none"}, "knew": {"count": 33, "proportion": 0.0001822066886418976, "vocab": "knew"}, "walk": {"count": 33, "proportion": 0.0001822066886418976, "vocab": "walk"}, "interesting": {"count": 32, "proportion": 0.00017668527383456737, "vocab": "interesting"}, "instead": {"count": 32, "proportion": 0.00017668527383456737, "vocab": "instead"}, "disgusting": {"count": 32, "proportion": 0.00017668527383456737, "vocab": "disgusting"}, "25": {"count": 32, "proportion": 0.00017668527383456737, "vocab": "25"}, "important": {"count": 32, "proportion": 0.00017668527383456737, "vocab": "important"}, "sometimes": {"count": 32, "proportion": 0.00017668527383456737, "vocab": "sometimes"}, "football": {"count": 32, "proportion": 0.00017668527383456737, "vocab": "football"}, "above": {"count": 32, "proportion": 0.00017668527383456737, "vocab": "above"}, "lived": {"count": 32, "proportion": 0.00017668527383456737, "vocab": "lived"}, "holocaust": {"count": 32, "proportion": 0.00017668527383456737, "vocab": "holocaust"}, "buy": {"count": 32, "proportion": 0.00017668527383456737, "vocab": "buy"}, "dumb": {"count": 32, "proportion": 0.00017668527383456737, "vocab": "dumb"}, "nationalists": {"count": 32, "proportion": 0.00017668527383456737, "vocab": "nationalists"}, "months": {"count": 32, "proportion": 0.00017668527383456737, "vocab": "months"}, "thinking": {"count": 32, "proportion": 0.00017668527383456737, "vocab": "thinking"}, "worse": {"count": 31, "proportion": 0.00017116385902723715, "vocab": "worse"}, "problems": {"count": 31, "proportion": 0.00017116385902723715, "vocab": "problems"}, "sick": {"count": 31, "proportion": 0.00017116385902723715, "vocab": "sick"}, "gov": {"count": 31, "proportion": 0.00017116385902723715, "vocab": "gov"}, "fighting": {"count": 31, "proportion": 0.00017116385902723715, "vocab": "fighting"}, "hundreds": {"count": 31, "proportion": 0.00017116385902723715, "vocab": "hundreds"}, "running": {"count": 31, "proportion": 0.00017116385902723715, "vocab": "running"}, "bit": {"count": 31, "proportion": 0.00017116385902723715, "vocab": "bit"}, "bunch": {"count": 31, "proportion": 0.00017116385902723715, "vocab": "bunch"}, "8": {"count": 31, "proportion": 0.00017116385902723715, "vocab": "8"}, "list": {"count": 31, "proportion": 0.00017116385902723715, "vocab": "list"}, "cool": {"count": 31, "proportion": 0.00017116385902723715, "vocab": "cool"}, "play": {"count": 31, "proportion": 0.00017116385902723715, "vocab": "play"}, "north": {"count": 31, "proportion": 0.00017116385902723715, "vocab": "north"}, "bring": {"count": 31, "proportion": 0.00017116385902723715, "vocab": "bring"}, "sports": {"count": 31, "proportion": 0.00017116385902723715, "vocab": "sports"}, "nations": {"count": 31, "proportion": 0.00017116385902723715, "vocab": "nations"}, "population": {"count": 31, "proportion": 0.00017116385902723715, "vocab": "population"}, "anymore": {"count": 31, "proportion": 0.00017116385902723715, "vocab": "anymore"}, "education": {"count": 31, "proportion": 0.00017116385902723715, "vocab": "education"}, "search": {"count": 30, "proportion": 0.0001656424442199069, "vocab": "search"}, "mostly": {"count": 30, "proportion": 0.0001656424442199069, "vocab": "mostly"}, "dog": {"count": 30, "proportion": 0.0001656424442199069, "vocab": "dog"}, "everywhere": {"count": 30, "proportion": 0.0001656424442199069, "vocab": "everywhere"}, "wife": {"count": 30, "proportion": 0.0001656424442199069, "vocab": "wife"}, "fast": {"count": 30, "proportion": 0.0001656424442199069, "vocab": "fast"}, "society": {"count": 30, "proportion": 0.0001656424442199069, "vocab": "society"}, "control": {"count": 30, "proportion": 0.0001656424442199069, "vocab": "control"}, "round": {"count": 30, "proportion": 0.0001656424442199069, "vocab": "round"}, "indeed": {"count": 30, "proportion": 0.0001656424442199069, "vocab": "indeed"}, "top": {"count": 30, "proportion": 0.0001656424442199069, "vocab": "top"}, "mixing": {"count": 30, "proportion": 0.0001656424442199069, "vocab": "mixing"}, "sister": {"count": 30, "proportion": 0.0001656424442199069, "vocab": "sister"}, "laugh": {"count": 30, "proportion": 0.0001656424442199069, "vocab": "laugh"}, "force": {"count": 30, "proportion": 0.0001656424442199069, "vocab": "force"}, "israel": {"count": 30, "proportion": 0.0001656424442199069, "vocab": "israel"}, "planet": {"count": 30, "proportion": 0.0001656424442199069, "vocab": "planet"}, "immigration": {"count": 30, "proportion": 0.0001656424442199069, "vocab": "immigration"}, "east": {"count": 30, "proportion": 0.0001656424442199069, "vocab": "east"}, "agree": {"count": 30, "proportion": 0.0001656424442199069, "vocab": "agree"}, "aryan": {"count": 30, "proportion": 0.0001656424442199069, "vocab": "aryan"}, "thousands": {"count": 30, "proportion": 0.0001656424442199069, "vocab": "thousands"}, "hands": {"count": 30, "proportion": 0.0001656424442199069, "vocab": "hands"}, "fear": {"count": 29, "proportion": 0.00016012102941257667, "vocab": "fear"}, "jesus": {"count": 29, "proportion": 0.00016012102941257667, "vocab": "jesus"}, "sounds": {"count": 29, "proportion": 0.00016012102941257667, "vocab": "sounds"}, "human": {"count": 29, "proportion": 0.00016012102941257667, "vocab": "human"}, "order": {"count": 29, "proportion": 0.00016012102941257667, "vocab": "order"}, "reading": {"count": 29, "proportion": 0.00016012102941257667, "vocab": "reading"}, "fish": {"count": 29, "proportion": 0.00016012102941257667, "vocab": "fish"}, "sisters": {"count": 29, "proportion": 0.00016012102941257667, "vocab": "sisters"}, "action": {"count": 29, "proportion": 0.00016012102941257667, "vocab": "action"}, "pet": {"count": 29, "proportion": 0.00016012102941257667, "vocab": "pet"}, "glad": {"count": 29, "proportion": 0.00016012102941257667, "vocab": "glad"}, "caught": {"count": 29, "proportion": 0.00016012102941257667, "vocab": "caught"}, "pay": {"count": 29, "proportion": 0.00016012102941257667, "vocab": "pay"}, "perhaps": {"count": 29, "proportion": 0.00016012102941257667, "vocab": "perhaps"}, "plan": {"count": 29, "proportion": 0.00016012102941257667, "vocab": "plan"}, "beat": {"count": 29, "proportion": 0.00016012102941257667, "vocab": "beat"}, "net": {"count": 29, "proportion": 0.00016012102941257667, "vocab": "net"}, "car": {"count": 29, "proportion": 0.00016012102941257667, "vocab": "car"}, "britain": {"count": 29, "proportion": 0.00016012102941257667, "vocab": "britain"}, "imagine": {"count": 29, "proportion": 0.00016012102941257667, "vocab": "imagine"}, "luck": {"count": 29, "proportion": 0.00016012102941257667, "vocab": "luck"}, "works": {"count": 29, "proportion": 0.00016012102941257667, "vocab": "works"}, "id": {"count": 29, "proportion": 0.00016012102941257667, "vocab": "id"}, "possible": {"count": 29, "proportion": 0.00016012102941257667, "vocab": "possible"}, "female": {"count": 28, "proportion": 0.00015459961460524644, "vocab": "female"}, "act": {"count": 28, "proportion": 0.00015459961460524644, "vocab": "act"}, "social": {"count": 28, "proportion": 0.00015459961460524644, "vocab": "social"}, "self": {"count": 28, "proportion": 0.00015459961460524644, "vocab": "self"}, "west": {"count": 28, "proportion": 0.00015459961460524644, "vocab": "west"}, "charged": {"count": 28, "proportion": 0.00015459961460524644, "vocab": "charged"}, "killing": {"count": 28, "proportion": 0.00015459961460524644, "vocab": "killing"}, "within": {"count": 28, "proportion": 0.00015459961460524644, "vocab": "within"}, "hours": {"count": 28, "proportion": 0.00015459961460524644, "vocab": "hours"}, "member": {"count": 28, "proportion": 0.00015459961460524644, "vocab": "member"}, "chinese": {"count": 28, "proportion": 0.00015459961460524644, "vocab": "chinese"}, "diversity": {"count": 28, "proportion": 0.00015459961460524644, "vocab": "diversity"}, "animals": {"count": 28, "proportion": 0.00015459961460524644, "vocab": "animals"}, "except": {"count": 28, "proportion": 0.00015459961460524644, "vocab": "except"}, "alot": {"count": 28, "proportion": 0.00015459961460524644, "vocab": "alot"}, "millions": {"count": 28, "proportion": 0.00015459961460524644, "vocab": "millions"}, "books": {"count": 28, "proportion": 0.00015459961460524644, "vocab": "books"}, "clean": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "clean"}, "among": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "among"}, "game": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "game"}, "gave": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "gave"}, "huge": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "huge"}, "spread": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "spread"}, "early": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "early"}, "figure": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "figure"}, "body": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "body"}, "whitehouse": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "whitehouse"}, "judge": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "judge"}, "large": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "large"}, "l": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "l"}, "however": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "however"}, "petitions": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "petitions"}, "muslim": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "muslim"}, "respect": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "respect"}, "movies": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "movies"}, "comment": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "comment"}, "according": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "according"}, "short": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "short"}, "summer": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "summer"}, "lives": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "lives"}, "damn": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "damn"}, "built": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "built"}, "phone": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "phone"}, "evil": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "evil"}, "follow": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "follow"}, "hit": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "hit"}, "african": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "african"}, "lost": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "lost"}, "ethnic": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "ethnic"}, "number": {"count": 27, "proportion": 0.00014907819979791622, "vocab": "number"}, "save": {"count": 26, "proportion": 0.000143556784990586, "vocab": "save"}, "ground": {"count": 26, "proportion": 0.000143556784990586, "vocab": "ground"}, "five": {"count": 26, "proportion": 0.000143556784990586, "vocab": "five"}, "giving": {"count": 26, "proportion": 0.000143556784990586, "vocab": "giving"}, "bus": {"count": 26, "proportion": 0.000143556784990586, "vocab": "bus"}, "similar": {"count": 26, "proportion": 0.000143556784990586, "vocab": "similar"}, "scene": {"count": 26, "proportion": 0.000143556784990586, "vocab": "scene"}, "sort": {"count": 26, "proportion": 0.000143556784990586, "vocab": "sort"}, "whatever": {"count": 26, "proportion": 0.000143556784990586, "vocab": "whatever"}, "showing": {"count": 26, "proportion": 0.000143556784990586, "vocab": "showing"}, "feet": {"count": 26, "proportion": 0.000143556784990586, "vocab": "feet"}, "continue": {"count": 26, "proportion": 0.000143556784990586, "vocab": "continue"}, "door": {"count": 26, "proportion": 0.000143556784990586, "vocab": "door"}, "mail": {"count": 26, "proportion": 0.000143556784990586, "vocab": "mail"}, "unfortunately": {"count": 26, "proportion": 0.000143556784990586, "vocab": "unfortunately"}, "seem": {"count": 26, "proportion": 0.000143556784990586, "vocab": "seem"}, "late": {"count": 26, "proportion": 0.000143556784990586, "vocab": "late"}, "event": {"count": 26, "proportion": 0.000143556784990586, "vocab": "event"}, "cut": {"count": 26, "proportion": 0.000143556784990586, "vocab": "cut"}, "europeans": {"count": 26, "proportion": 0.000143556784990586, "vocab": "europeans"}, "california": {"count": 26, "proportion": 0.000143556784990586, "vocab": "california"}, "create": {"count": 26, "proportion": 0.000143556784990586, "vocab": "create"}, "movement": {"count": 26, "proportion": 0.000143556784990586, "vocab": "movement"}, "middle": {"count": 26, "proportion": 0.000143556784990586, "vocab": "middle"}, "telling": {"count": 25, "proportion": 0.00013803537018325577, "vocab": "telling"}, "note": {"count": 25, "proportion": 0.00013803537018325577, "vocab": "note"}, "metal": {"count": 25, "proportion": 0.00013803537018325577, "vocab": "metal"}, "drug": {"count": 25, "proportion": 0.00013803537018325577, "vocab": "drug"}, "numbers": {"count": 25, "proportion": 0.00013803537018325577, "vocab": "numbers"}, "bar": {"count": 25, "proportion": 0.00013803537018325577, "vocab": "bar"}, "propaganda": {"count": 25, "proportion": 0.00013803537018325577, "vocab": "propaganda"}, "security": {"count": 25, "proportion": 0.00013803537018325577, "vocab": "security"}, "americans": {"count": 25, "proportion": 0.00013803537018325577, "vocab": "americans"}, "christmas": {"count": 25, "proportion": 0.00013803537018325577, "vocab": "christmas"}, "movie": {"count": 25, "proportion": 0.00013803537018325577, "vocab": "movie"}, "wow": {"count": 25, "proportion": 0.00013803537018325577, "vocab": "wow"}, "third": {"count": 25, "proportion": 0.00013803537018325577, "vocab": "third"}, "second": {"count": 25, "proportion": 0.00013803537018325577, "vocab": "second"}, "simply": {"count": 25, "proportion": 0.00013803537018325577, "vocab": "simply"}, "add": {"count": 25, "proportion": 0.00013803537018325577, "vocab": "add"}, "cross": {"count": 25, "proportion": 0.00013803537018325577, "vocab": "cross"}, "brought": {"count": 25, "proportion": 0.00013803537018325577, "vocab": "brought"}, "baby": {"count": 25, "proportion": 0.00013803537018325577, "vocab": "baby"}, "language": {"count": 25, "proportion": 0.00013803537018325577, "vocab": "language"}, "heritage": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "heritage"}, "company": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "company"}, "grow": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "grow"}, "attention": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "attention"}, "civilization": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "civilization"}, "given": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "given"}, "happens": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "happens"}, "northern": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "northern"}, "violent": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "violent"}, "morning": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "morning"}, "hopefully": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "hopefully"}, "jobs": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "jobs"}, "million": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "million"}, "slavic": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "slavic"}, "duke": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "duke"}, "broadcast": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "broadcast"}, "four": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "four"}, "mr": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "mr"}, "common": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "common"}, "k": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "k"}, "families": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "families"}, "18": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "18"}, "below": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "below"}, "moment": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "moment"}, "victims": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "victims"}, "stick": {"count": 24, "proportion": 0.00013251395537592552, "vocab": "stick"}, "major": {"count": 23, "proportion": 0.0001269925405685953, "vocab": "major"}, "majority": {"count": 23, "proportion": 0.0001269925405685953, "vocab": "majority"}, "sign": {"count": 23, "proportion": 0.0001269925405685953, "vocab": "sign"}, "tree": {"count": 23, "proportion": 0.0001269925405685953, "vocab": "tree"}, "russian": {"count": 23, "proportion": 0.0001269925405685953, "vocab": "russian"}, "russia": {"count": 23, "proportion": 0.0001269925405685953, "vocab": "russia"}, "fun": {"count": 23, "proportion": 0.0001269925405685953, "vocab": "fun"}, "folks": {"count": 23, "proportion": 0.0001269925405685953, "vocab": "folks"}, "based": {"count": 23, "proportion": 0.0001269925405685953, "vocab": "based"}, "hour": {"count": 23, "proportion": 0.0001269925405685953, "vocab": "hour"}, "test": {"count": 23, "proportion": 0.0001269925405685953, "vocab": "test"}, "facebook": {"count": 23, "proportion": 0.0001269925405685953, "vocab": "facebook"}, "wondering": {"count": 23, "proportion": 0.0001269925405685953, "vocab": "wondering"}, "hide": {"count": 23, "proportion": 0.0001269925405685953, "vocab": "hide"}, "lady": {"count": 23, "proportion": 0.0001269925405685953, "vocab": "lady"}, "r": {"count": 23, "proportion": 0.0001269925405685953, "vocab": "r"}, "photo": {"count": 23, "proportion": 0.0001269925405685953, "vocab": "photo"}, "bet": {"count": 23, "proportion": 0.0001269925405685953, "vocab": "bet"}, "ive": {"count": 23, "proportion": 0.0001269925405685953, "vocab": "ive"}, "san": {"count": 23, "proportion": 0.0001269925405685953, "vocab": "san"}, "version": {"count": 23, "proportion": 0.0001269925405685953, "vocab": "version"}, "apes": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "apes"}, "allowed": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "allowed"}, "southern": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "southern"}, "x202c": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "x202c"}, "heart": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "heart"}, "cheap": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "cheap"}, "william": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "william"}, "account": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "account"}, "wake": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "wake"}, "celtic": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "celtic"}, "throw": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "throw"}, "mass": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "mass"}, "germany": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "germany"}, "student": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "student"}, "2012": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "2012"}, "drink": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "drink"}, "dogs": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "dogs"}, "camp": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "camp"}, "enjoy": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "enjoy"}, "enemies": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "enemies"}, "hang": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "hang"}, "forced": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "forced"}, "church": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "church"}, "total": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "total"}, "lie": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "lie"}, "w": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "w"}, "poland": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "poland"}, "arrested": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "arrested"}, "babies": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "babies"}, "21": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "21"}, "channel": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "channel"}, "chicago": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "chicago"}, "playing": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "playing"}, "mud": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "mud"}, "mention": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "mention"}, "nationalism": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "nationalism"}, "forward": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "forward"}, "including": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "including"}, "gods": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "gods"}, "swedish": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "swedish"}, "cities": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "cities"}, "x202a": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "x202a"}, "met": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "met"}, "boys": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "boys"}, "often": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "often"}, "moving": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "moving"}, "hoping": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "hoping"}, "favorite": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "favorite"}, "shame": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "shame"}, "worth": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "worth"}, "php": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "php"}, "nature": {"count": 22, "proportion": 0.00012147112576126507, "vocab": "nature"}, "somewhere": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "somewhere"}, "decided": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "decided"}, "pick": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "pick"}, "happening": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "happening"}, "question": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "question"}, "art": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "art"}, "ill": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "ill"}, "straight": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "straight"}, "dna": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "dna"}, "per": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "per"}, "gonna": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "gonna"}, "paper": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "paper"}, "forums": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "forums"}, "certain": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "certain"}, "surprised": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "surprised"}, "events": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "events"}, "obama": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "obama"}, "born": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "born"}, "seeing": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "seeing"}, "promote": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "promote"}, "text": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "text"}, "daughter": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "daughter"}, "eating": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "eating"}, "recently": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "recently"}, "till": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "till"}, "c": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "c"}, "hispanic": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "hispanic"}, "pierce": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "pierce"}, "likely": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "likely"}, "shooting": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "shooting"}, "strong": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "strong"}, "sitting": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "sitting"}, "ukraine": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "ukraine"}, "hitler": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "hitler"}, "evidence": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "evidence"}, "enemy": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "enemy"}, "shoot": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "shoot"}, "minister": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "minister"}, "longer": {"count": 21, "proportion": 0.00011594971095393484, "vocab": "longer"}, "store": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "store"}, "criminal": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "criminal"}, "air": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "air"}, "stories": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "stories"}, "john": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "john"}, "build": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "build"}, "rlm": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "rlm"}, "needs": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "needs"}, "joined": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "joined"}, "itself": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "itself"}, "simple": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "simple"}, "sub": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "sub"}, "ass": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "ass"}, "main": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "main"}, "native": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "native"}, "florida": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "florida"}, "animal": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "animal"}, "16": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "16"}, "wp": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "wp"}, "homes": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "homes"}, "apparently": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "apparently"}, "thousand": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "thousand"}, "40": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "40"}, "active": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "active"}, "ape": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "ape"}, "plus": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "plus"}, "military": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "military"}, "allow": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "allow"}, "norway": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "norway"}, "doubt": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "doubt"}, "asked": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "asked"}, "present": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "present"}, "bible": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "bible"}, "2009": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "2009"}, "nearly": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "nearly"}, "kick": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "kick"}, "claim": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "claim"}, "christ": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "christ"}, "genetic": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "genetic"}, "x": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "x"}, "humans": {"count": 20, "proportion": 0.0001104282961466046, "vocab": "humans"}, "flag": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "flag"}, "excellent": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "excellent"}, "claims": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "claims"}, "japanese": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "japanese"}, "level": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "level"}, "form": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "form"}, "film": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "film"}, "jail": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "jail"}, "finland": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "finland"}, "wear": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "wear"}, "computer": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "computer"}, "stock": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "stock"}, "although": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "although"}, "business": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "business"}, "foreign": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "foreign"}, "finally": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "finally"}, "weekend": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "weekend"}, "classes": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "classes"}, "correct": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "correct"}, "traitors": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "traitors"}, "source": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "source"}, "break": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "break"}, "houses": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "houses"}, "spent": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "spent"}, "heads": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "heads"}, "worst": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "worst"}, "safe": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "safe"}, "television": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "television"}, "mate": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "mate"}, "chat": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "chat"}, "center": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "center"}, "space": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "space"}, "klan": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "klan"}, "eventually": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "eventually"}, "certainly": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "certainly"}, "minded": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "minded"}, "notice": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "notice"}, "defend": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "defend"}, "team": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "team"}, "reality": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "reality"}, "upon": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "upon"}, "consider": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "consider"}, "anywhere": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "anywhere"}, "rape": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "rape"}, "definitely": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "definitely"}, "minutes": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "minutes"}, "muslims": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "muslims"}, "absolutely": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "absolutely"}, "photos": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "photos"}, "btw": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "btw"}, "rock": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "rock"}, "index": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "index"}, "carry": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "carry"}, "yellow": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "yellow"}, "miss": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "miss"}, "building": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "building"}, "cars": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "cars"}, "jpg": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "jpg"}, "nment": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "nment"}, "written": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "written"}, "deal": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "deal"}, "zionist": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "zionist"}, "aids": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "aids"}, "fed": {"count": 19, "proportion": 0.00010490688133927438, "vocab": "fed"}, "females": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "females"}, "explain": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "explain"}, "ready": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "ready"}, "chance": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "chance"}, "normal": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "normal"}, "trash": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "trash"}, "candy": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "candy"}, "learning": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "learning"}, "starts": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "starts"}, "filth": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "filth"}, "army": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "army"}, "reported": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "reported"}, "court": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "court"}, "racism": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "racism"}, "wonderful": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "wonderful"}, "pdf": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "pdf"}, "soul": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "soul"}, "web": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "web"}, "19": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "19"}, "sun": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "sun"}, "greek": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "greek"}, "13": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "13"}, "communities": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "communities"}, "tired": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "tired"}, "streets": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "streets"}, "comments": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "comments"}, "average": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "average"}, "2010": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "2010"}, "image": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "image"}, "garbage": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "garbage"}, "google": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "google"}, "welfare": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "welfare"}, "edu": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "edu"}, "gang": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "gang"}, "shall": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "shall"}, "inside": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "inside"}, "acting": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "acting"}, "ride": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "ride"}, "stopped": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "stopped"}, "y": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "y"}, "completely": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "completely"}, "situation": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "situation"}, "date": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "date"}, "prison": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "prison"}, "usa": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "usa"}, "beer": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "beer"}, "views": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "views"}, "breed": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "breed"}, "drive": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "drive"}, "cold": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "cold"}, "following": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "following"}, "thinks": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "thinks"}, "ie": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "ie"}, "sit": {"count": 18, "proportion": 9.938546653194415e-05, "vocab": "sit"}, "whether": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "whether"}, "crazy": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "crazy"}, "hold": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "hold"}, "nazi": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "nazi"}, "ways": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "ways"}, "private": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "private"}, "personal": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "personal"}, "border": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "border"}, "study": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "study"}, "typical": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "typical"}, "organization": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "organization"}, "teaching": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "teaching"}, "road": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "road"}, "bought": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "bought"}, "beaten": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "beaten"}, "abuse": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "abuse"}, "minds": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "minds"}, "ball": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "ball"}, "angry": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "angry"}, "blond": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "blond"}, "germans": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "germans"}, "strange": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "strange"}, "river": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "river"}, "africans": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "africans"}, "bbc": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "bbc"}, "piece": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "piece"}, "ghetto": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "ghetto"}, "murdered": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "murdered"}, "expect": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "expect"}, "exist": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "exist"}, "fine": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "fine"}, "en": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "en"}, "involved": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "involved"}, "reply": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "reply"}, "six": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "six"}, "trouble": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "trouble"}, "modern": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "modern"}, "em": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "em"}, "attacks": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "attacks"}, "answer": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "answer"}, "didnt": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "didnt"}, "defense": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "defense"}, "fox": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "fox"}, "lies": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "lies"}, "fire": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "fire"}, "sell": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "sell"}, "realize": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "realize"}, "experience": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "experience"}, "speaking": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "speaking"}, "seriously": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "seriously"}, "station": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "station"}, "booklet": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "booklet"}, "quote": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "quote"}, "view": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "view"}, "quickly": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "quickly"}, "cop": {"count": 17, "proportion": 9.386405172461391e-05, "vocab": "cop"}, "poster": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "poster"}, "groid": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "groid"}, "ns": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "ns"}, "anybody": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "anybody"}, "compared": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "compared"}, "grade": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "grade"}, "math": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "math"}, "miles": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "miles"}, "king": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "king"}, "update": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "update"}, "growing": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "growing"}, "sexual": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "sexual"}, "count": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "count"}, "surprise": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "surprise"}, "charge": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "charge"}, "belong": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "belong"}, "gotten": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "gotten"}, "project": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "project"}, "speed": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "speed"}, "massive": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "massive"}, "cultural": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "cultural"}, "multiculturalism": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "multiculturalism"}, "arts": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "arts"}, "faces": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "faces"}, "amongst": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "amongst"}, "mess": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "mess"}, "meaning": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "meaning"}, "entire": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "entire"}, "fellow": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "fellow"}, "president": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "president"}, "mom": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "mom"}, "missing": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "missing"}, "survival": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "survival"}, "amazing": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "amazing"}, "symbol": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "symbol"}, "educate": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "educate"}, "tend": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "tend"}, "sense": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "sense"}, "dad": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "dad"}, "intelligent": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "intelligent"}, "interest": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "interest"}, "unless": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "unless"}, "taught": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "taught"}, "suspect": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "suspect"}, "suppose": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "suppose"}, "felt": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "felt"}, "illegal": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "illegal"}, "watched": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "watched"}, "room": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "room"}, "nor": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "nor"}, "hvorostovsky": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "hvorostovsky"}, "lead": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "lead"}, "halloween": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "halloween"}, "younger": {"count": 16, "proportion": 8.834263691728369e-05, "vocab": "younger"}, "yahoo": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "yahoo"}, "hungarian": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "hungarian"}, "truck": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "truck"}, "greatest": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "greatest"}, "fall": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "fall"}, "final": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "final"}, "names": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "names"}, "folk": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "folk"}, "eye": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "eye"}, "cops": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "cops"}, "violence": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "violence"}, "island": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "island"}, "service": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "service"}, "pics": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "pics"}, "300": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "300"}, "false": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "false"}, "rule": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "rule"}, "political": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "political"}, "de": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "de"}, "arms": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "arms"}, "destroy": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "destroy"}, "share": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "share"}, "indians": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "indians"}, "polish": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "polish"}, "ignore": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "ignore"}, "soldiers": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "soldiers"}, "known": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "known"}, "takes": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "takes"}, "politics": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "politics"}, "census": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "census"}, "h": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "h"}, "turned": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "turned"}, "available": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "available"}, "values": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "values"}, "write": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "write"}, "percent": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "percent"}, "driving": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "driving"}, "low": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "low"}, "crimes": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "crimes"}, "ran": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "ran"}, "easy": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "easy"}, "spirit": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "spirit"}, "noticed": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "noticed"}, "links": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "links"}, "putting": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "putting"}, "mexicans": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "mexicans"}, "wearing": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "wearing"}, "star": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "star"}, "amazon": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "amazon"}, "standing": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "standing"}, "prefer": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "prefer"}, "difference": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "difference"}, "spend": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "spend"}, "leaves": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "leaves"}, "amount": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "amount"}, "ancestors": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "ancestors"}, "towards": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "towards"}, "clear": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "clear"}, "michael": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "michael"}, "speech": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "speech"}, "wide": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "wide"}, "opinion": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "opinion"}, "protect": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "protect"}, "properly": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "properly"}, "accept": {"count": 15, "proportion": 8.282122210995345e-05, "vocab": "accept"}, "copy": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "copy"}, "obviously": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "obviously"}, "fit": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "fit"}, "actual": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "actual"}, "tens": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "tens"}, "attacked": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "attacked"}, "j": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "j"}, "churches": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "churches"}, "starting": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "starting"}, "17": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "17"}, "floor": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "floor"}, "filthy": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "filthy"}, "honestly": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "honestly"}, "dance": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "dance"}, "brain": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "brain"}, "males": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "males"}, "buying": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "buying"}, "cover": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "cover"}, "topic": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "topic"}, "opened": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "opened"}, "joke": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "joke"}, "religion": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "religion"}, "sex": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "sex"}, "considered": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "considered"}, "fault": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "fault"}, "tall": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "tall"}, "kalispell": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "kalispell"}, "vote": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "vote"}, "fake": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "fake"}, "martial": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "martial"}, "hole": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "hole"}, "foot": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "foot"}, "restaurant": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "restaurant"}, "ice": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "ice"}, "meant": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "meant"}, "g": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "g"}, "monkeys": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "monkeys"}, "montana": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "montana"}, "vancouver": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "vancouver"}, "identity": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "identity"}, "rules": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "rules"}, "bnp": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "bnp"}, "hundred": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "hundred"}, "style": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "style"}, "base": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "base"}, "basically": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "basically"}, "russians": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "russians"}, "whenever": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "whenever"}, "global": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "global"}, "easier": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "easier"}, "double": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "double"}, "neighborhood": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "neighborhood"}, "2014": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "2014"}, "friday": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "friday"}, "ugly": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "ugly"}, "2011": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "2011"}, "ing": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "ing"}, "neither": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "neither"}, "truly": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "truly"}, "trudeau": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "trudeau"}, "honour": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "honour"}, "avoid": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "avoid"}, "towns": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "towns"}, "added": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "added"}, "victim": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "victim"}, "totally": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "totally"}, "songs": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "songs"}, "latest": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "latest"}, "wanna": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "wanna"}, "languages": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "languages"}, "apartment": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "apartment"}, "changing": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "changing"}, "walking": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "walking"}, "species": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "species"}, "reasons": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "reasons"}, "owner": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "owner"}, "mexican": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "mexican"}, "tells": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "tells"}, "70": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "70"}, "eu": {"count": 14, "proportion": 7.729980730262322e-05, "vocab": "eu"}, "needed": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "needed"}, "ten": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "ten"}, "various": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "various"}, "wiggers": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "wiggers"}, "rights": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "rights"}, "duty": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "duty"}, "75": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "75"}, "lack": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "lack"}, "yep": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "yep"}, "further": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "further"}, "official": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "official"}, "22": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "22"}, "lose": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "lose"}, "turning": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "turning"}, "van": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "van"}, "agenda": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "agenda"}, "feeling": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "feeling"}, "dublin": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "dublin"}, "plans": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "plans"}, "decent": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "decent"}, "general": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "general"}, "prime": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "prime"}, "generations": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "generations"}, "hurt": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "hurt"}, "drugs": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "drugs"}, "bs": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "bs"}, "skills": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "skills"}, "ages": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "ages"}, "yesterday": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "yesterday"}, "calling": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "calling"}, "islam": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "islam"}, "wont": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "wont"}, "network": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "network"}, "99": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "99"}, "bigger": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "bigger"}, "weather": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "weather"}, "currently": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "currently"}, "christians": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "christians"}, "willing": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "willing"}, "foreigners": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "foreigners"}, "file": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "file"}, "troops": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "troops"}, "figures": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "figures"}, "forever": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "forever"}, "results": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "results"}, "raise": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "raise"}, "questions": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "questions"}, "listening": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "listening"}, "literally": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "literally"}, "rally": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "rally"}, "knife": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "knife"}, "aware": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "aware"}, "preserve": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "preserve"}, "peoples": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "peoples"}, "press": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "press"}, "da": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "da"}, "somehow": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "somehow"}, "feed": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "feed"}, "credit": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "credit"}, "dot": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "dot"}, "nobody": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "nobody"}, "parade": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "parade"}, "usual": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "usual"}, "areas": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "areas"}, "glory": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "glory"}, "hop": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "hop"}, "pages": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "pages"}, "scale": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "scale"}, "arabs": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "arabs"}, "subject": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "subject"}, "marriage": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "marriage"}, "laughing": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "laughing"}, "pray": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "pray"}, "minute": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "minute"}, "print": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "print"}, "nuclear": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "nuclear"}, "special": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "special"}, "degree": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "degree"}, "jump": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "jump"}, "racially": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "racially"}, "suggest": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "suggest"}, "yards": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "yards"}, "yard": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "yard"}, "serious": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "serious"}, "shop": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "shop"}, "sa": {"count": 13, "proportion": 7.1778392495293e-05, "vocab": "sa"}, "slavs": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "slavs"}, "forgot": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "forgot"}, "heil": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "heil"}, "spanish": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "spanish"}, "greece": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "greece"}, "commercial": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "commercial"}, "savages": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "savages"}, "burn": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "burn"}, "hispanics": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "hispanics"}, "international": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "international"}, "openly": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "openly"}, "bodies": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "bodies"}, "mouth": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "mouth"}, "lines": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "lines"}, "upper": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "upper"}, "himself": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "himself"}, "hardly": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "hardly"}, "statistics": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "statistics"}, "parts": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "parts"}, "mexico": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "mexico"}, "cow": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "cow"}, "orders": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "orders"}, "research": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "research"}, "step": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "step"}, "focus": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "focus"}, "super": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "super"}, "steel": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "steel"}, "32": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "32"}, "attend": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "attend"}, "dangerous": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "dangerous"}, "appears": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "appears"}, "smart": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "smart"}, "24": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "24"}, "awesome": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "awesome"}, "everybody": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "everybody"}, "nose": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "nose"}, "monkey": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "monkey"}, "became": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "became"}, "wtf": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "wtf"}, "poles": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "poles"}, "beach": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "beach"}, "designed": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "designed"}, "dozen": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "dozen"}, "ignorant": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "ignorant"}, "pistol": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "pistol"}, "rap": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "rap"}, "houston": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "houston"}, "win": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "win"}, "iceland": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "iceland"}, "oil": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "oil"}, "shown": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "shown"}, "twice": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "twice"}, "breeding": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "breeding"}, "advice": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "advice"}, "loved": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "loved"}, "creatures": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "creatures"}, "honor": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "honor"}, "bag": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "bag"}, "dollars": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "dollars"}, "passed": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "passed"}, "destruction": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "destruction"}, "france": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "france"}, "sat": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "sat"}, "terrible": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "terrible"}, "beliefs": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "beliefs"}, "bright": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "bright"}, "blame": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "blame"}, "mediafire": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "mediafire"}, "golden": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "golden"}, "gotta": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "gotta"}, "swedes": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "swedes"}, "behavior": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "behavior"}, "warm": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "warm"}, "agreed": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "agreed"}, "wild": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "wild"}, "indian": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "indian"}, "onto": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "onto"}, "issue": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "issue"}, "meeting": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "meeting"}, "july": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "july"}, "wrote": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "wrote"}, "nonwhites": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "nonwhites"}, "blonde": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "blonde"}, "hearing": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "hearing"}, "assault": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "assault"}, "appreciate": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "appreciate"}, "legal": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "legal"}, "justice": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "justice"}, "ss": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "ss"}, "travel": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "travel"}, "department": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "department"}, "theres": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "theres"}, "window": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "window"}, "somebody": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "somebody"}, "finding": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "finding"}, "ends": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "ends"}, "haha": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "haha"}, "block": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "block"}, "preference": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "preference"}, "famous": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "famous"}, "asking": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "asking"}, "soccer": {"count": 12, "proportion": 6.625697768796276e-05, "vocab": "soccer"}, "card": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "card"}, "universities": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "universities"}, "lake": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "lake"}, "birth": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "birth"}, "skins": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "skins"}, "idiot": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "idiot"}, "weapon": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "weapon"}, "particular": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "particular"}, "debate": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "debate"}, "educated": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "educated"}, "wikipedia": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "wikipedia"}, "field": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "field"}, "ha": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "ha"}, "tip": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "tip"}, "er": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "er"}, "carrying": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "carrying"}, "decide": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "decide"}, "concept": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "concept"}, "taste": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "taste"}, "broke": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "broke"}, "aim": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "aim"}, "india": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "india"}, "visit": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "visit"}, "paid": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "paid"}, "inches": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "inches"}, "kinda": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "kinda"}, "stores": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "stores"}, "negros": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "negros"}, "monday": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "monday"}, "criminals": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "criminals"}, "freedom": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "freedom"}, "aid": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "aid"}, "posters": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "posters"}, "sight": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "sight"}, "pic": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "pic"}, "ourselves": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "ourselves"}, "gas": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "gas"}, "afraid": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "afraid"}, "zoo": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "zoo"}, "whats": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "whats"}, "wall": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "wall"}, "nonwhite": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "nonwhite"}, "tape": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "tape"}, "honest": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "honest"}, "38": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "38"}, "bother": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "bother"}, "homeland": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "homeland"}, "fan": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "fan"}, "mall": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "mall"}, "program": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "program"}, "bell": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "bell"}, "mountain": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "mountain"}, "profile": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "profile"}, "ancient": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "ancient"}, "map": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "map"}, "facts": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "facts"}, "documentary": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "documentary"}, "fag": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "fag"}, "mark": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "mark"}, "dmitri": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "dmitri"}, "record": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "record"}, "marxist": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "marxist"}, "sake": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "sake"}, "goals": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "goals"}, "barrel": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "barrel"}, "becoming": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "becoming"}, "lovely": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "lovely"}, "task": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "task"}, "cases": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "cases"}, "ohio": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "ohio"}, "dress": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "dress"}, "lying": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "lying"}, "htm": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "htm"}, "armenians": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "armenians"}, "battle": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "battle"}, "dream": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "dream"}, "max": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "max"}, "protesters": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "protesters"}, "brainwashed": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "brainwashed"}, "26": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "26"}, "wanting": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "wanting"}, "pair": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "pair"}, "35": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "35"}, "shirt": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "shirt"}, "sadly": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "sadly"}, "worthless": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "worthless"}, "property": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "property"}, "pure": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "pure"}, "ammo": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "ammo"}, "campaign": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "campaign"}, "authorities": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "authorities"}, "village": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "village"}, "purpose": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "purpose"}, "tomorrow": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "tomorrow"}, "60": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "60"}, "table": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "table"}, "washington": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "washington"}, "1st": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "1st"}, "irishcentral": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "irishcentral"}, "pushed": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "pushed"}, "troll": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "troll"}, "lesson": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "lesson"}, "centre": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "centre"}, "central": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "central"}, "letting": {"count": 11, "proportion": 6.073556288063253e-05, "vocab": "letting"}, "mainstream": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "mainstream"}, "ideas": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "ideas"}, "2006": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "2006"}, "bank": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "bank"}, "gym": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "gym"}, "okay": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "okay"}, "catch": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "catch"}, "screen": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "screen"}, "leaving": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "leaving"}, "absolute": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "absolute"}, "idiots": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "idiots"}, "fathers": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "fathers"}, "coon": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "coon"}, "helping": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "helping"}, "naturally": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "naturally"}, "turns": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "turns"}, "schooling": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "schooling"}, "hall": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "hall"}, "therefore": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "therefore"}, "refugees": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "refugees"}, "supporting": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "supporting"}, "nebula": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "nebula"}, "planning": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "planning"}, "calls": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "calls"}, "period": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "period"}, "peter": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "peter"}, "original": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "original"}, "lord": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "lord"}, "evening": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "evening"}, "pt": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "pt"}, "cats": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "cats"}, "due": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "due"}, "host": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "host"}, "knocked": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "knocked"}, "rapes": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "rapes"}, "forcing": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "forcing"}, "moscow": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "moscow"}, "reach": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "reach"}, "practice": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "practice"}, "loud": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "loud"}, "draw": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "draw"}, "28": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "28"}, "moore": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "moore"}, "germanic": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "germanic"}, "homosexuals": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "homosexuals"}, "likes": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "likes"}, "ad": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "ad"}, "lucky": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "lucky"}, "drinking": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "drinking"}, "disease": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "disease"}, "pre": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "pre"}, "larger": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "larger"}, "spot": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "spot"}, "thrown": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "thrown"}, "277": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "277"}, "types": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "types"}, "hail": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "hail"}, "armor": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "armor"}, "dressed": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "dressed"}, "owned": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "owned"}, "degrees": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "degrees"}, "threads": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "threads"}, "zero": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "zero"}, "200": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "200"}, "judging": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "judging"}, "georgia": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "georgia"}, "encourage": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "encourage"}, "beginning": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "beginning"}, "invented": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "invented"}, "points": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "points"}, "died": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "died"}, "euro": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "euro"}, "supposed": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "supposed"}, "generally": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "generally"}, "access": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "access"}, "showed": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "showed"}, "prove": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "prove"}, "husband": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "husband"}, "boston": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "boston"}, "lazy": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "lazy"}, "latin": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "latin"}, "model": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "model"}, "extra": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "extra"}, "civil": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "civil"}, "counter": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "counter"}, "danish": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "danish"}, "biggest": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "biggest"}, "drop": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "drop"}, "george": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "george"}, "winter": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "winter"}, "saturday": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "saturday"}, "office": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "office"}, "user": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "user"}, "sources": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "sources"}, "aragorn": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "aragorn"}, "warning": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "warning"}, "pack": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "pack"}, "az": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "az"}, "grew": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "grew"}, "october": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "october"}, "whitey": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "whitey"}, "sunday": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "sunday"}, "accused": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "accused"}, "rifle": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "rifle"}, "title": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "title"}, "mile": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "mile"}, "wolves": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "wolves"}, "bull": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "bull"}, "complete": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "complete"}, "updated": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "updated"}, "ahead": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "ahead"}, "training": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "training"}, "bulgarian": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "bulgarian"}, "waiting": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "waiting"}, "rid": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "rid"}, "awhile": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "awhile"}, "knights": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "knights"}, "skinhead": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "skinhead"}, "healthy": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "healthy"}, "remove": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "remove"}, "checked": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "checked"}, "dating": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "dating"}, "populations": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "populations"}, "yo": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "yo"}, "teeth": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "teeth"}, "specific": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "specific"}, "kiss": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "kiss"}, "marry": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "marry"}, "alliance": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "alliance"}, "married": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "married"}, "definition": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "definition"}, "nonsense": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "nonsense"}, "egyptians": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "egyptians"}, "higher": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "higher"}, "survive": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "survive"}, "newspaper": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "newspaper"}, "pop": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "pop"}, "skinheads": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "skinheads"}, "bloody": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "bloody"}, "jack": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "jack"}, "bottom": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "bottom"}, "kept": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "kept"}, "grandfather": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "grandfather"}, "damage": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "damage"}, "mentioned": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "mentioned"}, "doesnt": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "doesnt"}, "kkk": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "kkk"}, "earlier": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "earlier"}, "changed": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "changed"}, "unity": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "unity"}, "australia": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "australia"}, "forget": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "forget"}, "savage": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "savage"}, "vile": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "vile"}, "85": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "85"}, "careful": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "careful"}, "walked": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "walked"}, "bless": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "bless"}, "ours": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "ours"}, "range": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "range"}, "role": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "role"}, "states": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "states"}, "camera": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "camera"}, "blog": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "blog"}, "pull": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "pull"}, "easily": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "easily"}, "feral": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "feral"}, "material": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "material"}, "parent": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "parent"}, "sites": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "sites"}, "marine": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "marine"}, "clip": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "clip"}, "keeps": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "keeps"}, "charges": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "charges"}, "largest": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "largest"}, "nigeria": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "nigeria"}, "contact": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "contact"}, "negroid": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "negroid"}, "tuesday": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "tuesday"}, "closed": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "closed"}, "box": {"count": 10, "proportion": 5.52141480733023e-05, "vocab": "box"}, "promoting": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "promoting"}, "27": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "27"}, "uses": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "uses"}, "stayed": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "stayed"}, "player": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "player"}, "useful": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "useful"}, "proof": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "proof"}, "raping": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "raping"}, "irving": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "irving"}, "smoke": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "smoke"}, "useless": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "useless"}, "farm": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "farm"}, "council": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "council"}, "regardless": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "regardless"}, "concerned": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "concerned"}, "actions": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "actions"}, "norwegian": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "norwegian"}, "possibly": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "possibly"}, "grand": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "grand"}, "fits": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "fits"}, "fair": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "fair"}, "series": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "series"}, "45": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "45"}, "created": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "created"}, "benefits": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "benefits"}, "dancing": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "dancing"}, "market": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "market"}, "settle": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "settle"}, "arab": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "arab"}, "committed": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "committed"}, "vs": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "vs"}, "besides": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "besides"}, "plenty": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "plenty"}, "ar": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "ar"}, "opposed": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "opposed"}, "goyim": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "goyim"}, "islamic": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "islamic"}, "activism": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "activism"}, "homosexuality": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "homosexuality"}, "homosexual": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "homosexual"}, "seek": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "seek"}, "homo": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "homo"}, "ukrainian": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "ukrainian"}, "behave": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "behave"}, "target": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "target"}, "companies": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "companies"}, "match": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "match"}, "fans": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "fans"}, "wpww": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "wpww"}, "tribe": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "tribe"}, "acts": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "acts"}, "whitefish": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "whitefish"}, "dedicated": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "dedicated"}, "republic": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "republic"}, "q": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "q"}, "holiday": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "holiday"}, "holding": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "holding"}, "refuse": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "refuse"}, "lunch": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "lunch"}, "justin": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "justin"}, "beating": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "beating"}, "complain": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "complain"}, "bucks": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "bucks"}, "offers": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "offers"}, "denmark": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "denmark"}, "ww2": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "ww2"}, "funeral": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "funeral"}, "claiming": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "claiming"}, "physical": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "physical"}, "incident": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "incident"}, "figured": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "figured"}, "standard": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "standard"}, "forest": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "forest"}, "weight": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "weight"}, "solely": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "solely"}, "wiki": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "wiki"}, "johnny": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "johnny"}, "worked": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "worked"}, "extremely": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "extremely"}, "games": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "games"}, "immigrant": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "immigrant"}, "published": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "published"}, "connection": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "connection"}, "turkey": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "turkey"}, "afternoon": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "afternoon"}, "daily": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "daily"}, "images": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "images"}, "entertainment": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "entertainment"}, "push": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "push"}, "solution": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "solution"}, "closer": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "closer"}, "cap": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "cap"}, "via": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "via"}, "birthday": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "birthday"}, "held": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "held"}, "effort": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "effort"}, "won": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "won"}, "corps": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "corps"}, "treat": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "treat"}, "hated": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "hated"}, "mods": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "mods"}, "guilt": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "guilt"}, "francisco": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "francisco"}, "cleaning": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "cleaning"}, "surely": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "surely"}, "innocent": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "innocent"}, "mit": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "mit"}, "rich": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "rich"}, "position": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "position"}, "destroyed": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "destroyed"}, "edit": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "edit"}, "detail": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "detail"}, "jim": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "jim"}, "hates": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "hates"}, "missouri": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "missouri"}, "pool": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "pool"}, "scottish": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "scottish"}, "stood": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "stood"}, "neighbors": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "neighbors"}, "ladies": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "ladies"}, "quit": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "quit"}, "return": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "return"}, "dude": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "dude"}, "minorities": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "minorities"}, "chose": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "chose"}, "science": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "science"}, "murders": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "murders"}, "trial": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "trial"}, "flyers": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "flyers"}, "oi": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "oi"}, "superiority": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "superiority"}, "bread": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "bread"}, "slowly": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "slowly"}, "letter": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "letter"}, "33": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "33"}, "voice": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "voice"}, "yours": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "yours"}, "iq": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "iq"}, "sacrifice": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "sacrifice"}, "jumped": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "jumped"}, "arm": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "arm"}, "tests": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "tests"}, "century": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "century"}, "shocking": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "shocking"}, "horse": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "horse"}, "older": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "older"}, "trip": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "trip"}, "union": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "union"}, "pagan": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "pagan"}, "beast": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "beast"}, "raped": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "raped"}, "mt": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "mt"}, "liked": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "liked"}, "mtv": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "mtv"}, "aol": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "aol"}, "nowadays": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "nowadays"}, "rage": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "rage"}, "losing": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "losing"}, "thus": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "thus"}, "valley": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "valley"}, "gays": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "gays"}, "shut": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "shut"}, "knowing": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "knowing"}, "butter": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "butter"}, "decades": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "decades"}, "fools": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "fools"}, "apart": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "apart"}, "sea": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "sea"}, "gene": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "gene"}, "generation": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "generation"}, "knowledge": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "knowledge"}, "yea": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "yea"}, "description": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "description"}, "bill": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "bill"}, "genes": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "genes"}, "pakis": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "pakis"}, "2001": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "2001"}, "responsible": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "responsible"}, "related": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "related"}, "arrest": {"count": 9, "proportion": 4.9692733265972075e-05, "vocab": "arrest"}, "boat": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "boat"}, "gypsies": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "gypsies"}, "guards": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "guards"}, "hanging": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "hanging"}, "serbs": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "serbs"}, "seconds": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "seconds"}, "museum": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "museum"}, "unit": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "unit"}, "blind": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "blind"}, "september": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "september"}, "whose": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "whose"}, "grass": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "grass"}, "spoken": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "spoken"}, "superior": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "superior"}, "toe": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "toe"}, "statement": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "statement"}, "empire": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "empire"}, "choice": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "choice"}, "pc": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "pc"}, "episode": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "episode"}, "supremacist": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "supremacist"}, "sport": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "sport"}, "cheers": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "cheers"}, "disaster": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "disaster"}, "theory": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "theory"}, "ex": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "ex"}, "excuse": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "excuse"}, "existence": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "existence"}, "express": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "express"}, "extreme": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "extreme"}, "eyed": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "eyed"}, "perfect": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "perfect"}, "normally": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "normally"}, "citizens": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "citizens"}, "discovered": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "discovered"}, "shape": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "shape"}, "drunk": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "drunk"}, "thomas": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "thomas"}, "suck": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "suck"}, "opera": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "opera"}, "doll": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "doll"}, "disturbing": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "disturbing"}, "district": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "district"}, "compare": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "compare"}, "drag": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "drag"}, "parties": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "parties"}, "distance": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "distance"}, "elementary": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "elementary"}, "strategy": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "strategy"}, "officers": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "officers"}, "offer": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "offer"}, "disgusted": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "disgusted"}, "odd": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "odd"}, "thick": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "thick"}, "eh": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "eh"}, "paul": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "paul"}, "discuss": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "discuss"}, "z": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "z"}, "celebrating": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "celebrating"}, "celebrate": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "celebrate"}, "deserve": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "deserve"}, "slaves": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "slaves"}, "burning": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "burning"}, "fought": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "fought"}, "bullet": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "bullet"}, "2013": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "2013"}, "singing": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "singing"}, "broken": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "broken"}, "picked": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "picked"}, "design": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "design"}, "shotgun": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "shotgun"}, "catholic": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "catholic"}, "breaking": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "breaking"}, "shockley": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "shockley"}, "brainwashing": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "brainwashing"}, "boyfriend": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "boyfriend"}, "park": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "park"}, "conservative": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "conservative"}, "natives": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "natives"}, "sheep": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "sheep"}, "sharing": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "sharing"}, "busy": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "busy"}, "2005": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "2005"}, "2003": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "2003"}, "fly": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "fly"}, "fat": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "fat"}, "sons": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "sons"}, "castle": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "castle"}, "devoted": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "devoted"}, "yt": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "yt"}, "features": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "features"}, "february": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "february"}, "sold": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "sold"}, "solar": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "solar"}, "personally": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "personally"}, "capital": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "capital"}, "fights": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "fights"}, "finish": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "finish"}, "snow": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "snow"}, "fired": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "fired"}, "newsroom": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "newsroom"}, "flesh": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "flesh"}, "suspects": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "suspects"}, "smaller": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "smaller"}, "united": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "united"}, "played": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "played"}, "waste": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "waste"}, "released": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "released"}, "reminds": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "reminds"}, "wind": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "wind"}, "risk": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "risk"}, "background": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "background"}, "accepted": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "accepted"}, "remain": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "remain"}, "heroes": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "heroes"}, "hero": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "hero"}, "beasts": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "beasts"}, "dear": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "dear"}, "scenario": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "scenario"}, "progress": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "progress"}, "inch": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "inch"}, "acceptable": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "acceptable"}, "managed": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "managed"}, "wolf": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "wolf"}, "robbed": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "robbed"}, "horrible": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "horrible"}, "robert": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "robert"}, "500": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "500"}, "armenian": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "armenian"}, "armed": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "armed"}, "argument": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "argument"}, "meat": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "meat"}, "heavy": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "heavy"}, "90": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "90"}, "med": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "med"}, "load": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "load"}, "heaven": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "heaven"}, "israeli": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "israeli"}, "intuitive": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "intuitive"}, "homelands": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "homelands"}, "croatian": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "croatian"}, "moderate": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "moderate"}, "belief": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "belief"}, "attitude": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "attitude"}, "lions": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "lions"}, "croatia": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "croatia"}, "copies": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "copies"}, "homeschooling": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "homeschooling"}, "satan": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "satan"}, "pres": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "pres"}, "alive": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "alive"}, "hook": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "hook"}, "dawn": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "dawn"}, "advance": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "advance"}, "polite": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "polite"}, "libtard": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "libtard"}, "jackson": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "jackson"}, "allen": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "allen"}, "ring": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "ring"}, "teaches": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "teaches"}, "james": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "james"}, "pale": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "pale"}, "hilarious": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "hilarious"}, "ai": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "ai"}, "products": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "products"}, "bear": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "bear"}, "holy": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "holy"}, "kosher": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "kosher"}, "loose": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "loose"}, "lay": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "lay"}, "rounds": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "rounds"}, "curious": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "curious"}, "realized": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "realized"}, "learned": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "learned"}, "rarely": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "rarely"}, "birmingham": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "birmingham"}, "leaflets": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "leaflets"}, "searching": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "searching"}, "powerful": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "powerful"}, "rugby": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "rugby"}, "multi": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "multi"}, "barely": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "barely"}, "r\u00fc\u00fctel": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "r\u00fc\u00fctel"}, "los": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "los"}, "ruger": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "ruger"}, "mid": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "mid"}, "ruined": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "ruined"}, "milk": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "milk"}, "anyways": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "anyways"}, "hunting": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "hunting"}, "courses": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "courses"}, "02": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "02"}, "michigan": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "michigan"}, "va": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "va"}, "ancestry": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "ancestry"}, "led": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "led"}, "lately": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "lately"}, "angeles": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "angeles"}, "rain": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "rain"}, "56": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "56"}, "health": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "health"}, "lambent": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "lambent"}, "lads": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "lads"}, "ban": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "ban"}, "la": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "la"}, "worry": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "worry"}, "hd": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "hd"}, "current": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "current"}, "bands": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "bands"}, "wisconsin": {"count": 8, "proportion": 4.417131845864184e-05, "vocab": "wisconsin"}, "terms": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "terms"}, "august": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "august"}, "neo": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "neo"}, "classic": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "classic"}, "ed": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "ed"}, "elated": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "elated"}, "intelligence": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "intelligence"}, "crack": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "crack"}, "ridiculous": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "ridiculous"}, "cnn": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "cnn"}, "interracial": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "interracial"}, "wasnt": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "wasnt"}, "educational": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "educational"}, "describe": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "describe"}, "officials": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "officials"}, "wigger": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "wigger"}, "sticking": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "sticking"}, "forms": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "forms"}, "hungarians": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "hungarians"}, "interview": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "interview"}, "bump": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "bump"}, "pants": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "pants"}, "al": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "al"}, "neck": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "neck"}, "bulgaria": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "bulgaria"}, "price": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "price"}, "contribute": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "contribute"}, "audio": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "audio"}, "poll": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "poll"}, "robbery": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "robbery"}, "despite": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "despite"}, "impression": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "impression"}, "punch": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "punch"}, "logic": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "logic"}, "impossible": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "impossible"}, "teen": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "teen"}, "gangs": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "gangs"}, "baltic": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "baltic"}, "agents": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "agents"}, "balls": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "balls"}, "romania": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "romania"}, "roman": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "roman"}, "sights": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "sights"}, "tight": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "tight"}, "display": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "display"}, "include": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "include"}, "independent": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "independent"}, "neighborhoods": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "neighborhoods"}, "bach": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "bach"}, "neighbor": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "neighbor"}, "loads": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "loads"}, "thin": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "thin"}, "fruit": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "fruit"}, "tube": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "tube"}, "eastern": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "eastern"}, "banned": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "banned"}, "location": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "location"}, "150": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "150"}, "pressure": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "pressure"}, "buck": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "buck"}, "neanderthals": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "neanderthals"}, "particularly": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "particularly"}, "singer": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "singer"}, "individuals": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "individuals"}, "status": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "status"}, "steve": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "steve"}, "cat": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "cat"}, "leftist": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "leftist"}, "train": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "train"}, "kicked": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "kicked"}, "celebrated": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "celebrated"}, "stage": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "stage"}, "parking": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "parking"}, "failed": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "failed"}, "refused": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "refused"}, "talks": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "talks"}, "tons": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "tons"}, "tonight": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "tonight"}, "700": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "700"}, "choose": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "choose"}, "quick": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "quick"}, "jungle": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "jungle"}, "noble": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "noble"}, "reich": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "reich"}, "stare": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "stare"}, "nj": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "nj"}, "sometime": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "sometime"}, "chosen": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "chosen"}, "zog": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "zog"}, "april": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "april"}, "soviet": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "soviet"}, "featuring": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "featuring"}, "ny": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "ny"}, "anime": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "anime"}, "80": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "80"}, "announced": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "announced"}, "chapter": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "chapter"}, "ku": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "ku"}, "split": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "split"}, "supremacists": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "supremacists"}, "estate": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "estate"}, "difficult": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "difficult"}, "speaks": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "speaks"}, "expensive": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "expensive"}, "celts": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "celts"}, "toronto": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "toronto"}, "expert": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "expert"}, "trade": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "trade"}, "klux": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "klux"}, "72": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "72"}, "rebel": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "rebel"}, "traffic": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "traffic"}, "square": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "square"}, "ep1": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "ep1"}, "custody": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "custody"}, "crowd": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "crowd"}, "devil": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "devil"}, "dare": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "dare"}, "smith": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "smith"}, "core": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "core"}, "trick": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "trick"}, "asylum": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "asylum"}, "steal": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "steal"}, "mob": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "mob"}, "required": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "required"}, "suspected": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "suspected"}, "tries": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "tries"}, "isnt": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "isnt"}, "puts": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "puts"}, "fleming": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "fleming"}, "finger": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "finger"}, "resistance": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "resistance"}, "smile": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "smile"}, "weekly": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "weekly"}, "wood": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "wood"}, "slow": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "slow"}, "suspended": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "suspended"}, "limerick": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "limerick"}, "election": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "election"}, "restaurants": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "restaurants"}, "button": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "button"}, "obvious": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "obvious"}, "petition": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "petition"}, "feeding": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "feeding"}, "mix": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "mix"}, "jones": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "jones"}, "religious": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "religious"}, "christianity": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "christianity"}, "articles": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "articles"}, "memphis": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "memphis"}, "paying": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "paying"}, "confessions": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "confessions"}, "95": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "95"}, "jimmy": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "jimmy"}, "remind": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "remind"}, "perspective": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "perspective"}, "memories": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "memories"}, "asp": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "asp"}, "nigerian": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "nigerian"}, "jersey": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "jersey"}, "winchester": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "winchester"}, "fill": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "fill"}, "filled": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "filled"}, "virginia": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "virginia"}, "japan": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "japan"}, "january": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "january"}, "allowing": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "allowing"}, "moon": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "moon"}, "awful": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "awful"}, "mothers": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "mothers"}, "setting": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "setting"}, "sending": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "sending"}, "plain": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "plain"}, "hotmail": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "hotmail"}, "borders": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "borders"}, "handed": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "handed"}, "havent": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "havent"}, "suggestions": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "suggestions"}, "multicultural": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "multicultural"}, "louis": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "louis"}, "commit": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "commit"}, "untill": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "untill"}, "sugar": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "sugar"}, "successful": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "successful"}, "seven": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "seven"}, "scandinavia": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "scandinavia"}, "bitch": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "bitch"}, "senior": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "senior"}, "ghlight": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "ghlight"}, "girlfriend": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "girlfriend"}, "poison": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "poison"}, "2nd": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "2nd"}, "otherwise": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "otherwise"}, "homeschooled": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "homeschooled"}, "maps": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "maps"}, "accident": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "accident"}, "scout": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "scout"}, "documents": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "documents"}, "originally": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "originally"}, "34": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "34"}, "pathetic": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "pathetic"}, "screaming": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "screaming"}, "groids": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "groids"}, "success": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "success"}, "ps": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "ps"}, "highly": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "highly"}, "onegin": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "onegin"}, "score": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "score"}, "hot": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "hot"}, "pig": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "pig"}, "begin": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "begin"}, "shaved": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "shaved"}, "policy": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "policy"}, "colorado": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "colorado"}, "manner": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "manner"}, "grave": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "grave"}, "breaks": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "breaks"}, "threw": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "threw"}, "sucks": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "sucks"}, "proves": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "proves"}, "proper": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "proper"}, "bike": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "bike"}, "mary": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "mary"}, "downtown": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "downtown"}, "threat": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "threat"}, "shops": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "shops"}, "affirmative": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "affirmative"}, "adult": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "adult"}, "bombers": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "bombers"}, "39": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "39"}, "hip": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "hip"}, "boot": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "boot"}, "tea": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "tea"}, "grab": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "grab"}, "thoughts": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "thoughts"}, "worried": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "worried"}, "thanksgiving": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "thanksgiving"}, "gra": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "gra"}, "advanced": {"count": 7, "proportion": 3.864990365131161e-05, "vocab": "advanced"}, "und": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "und"}, "sweet": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "sweet"}, "scandinavian": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "scandinavian"}, "aryans": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "aryans"}, "artist": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "artist"}, "directly": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "directly"}, "herd": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "herd"}, "encyclopedia": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "encyclopedia"}, "cares": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "cares"}, "nigs": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "nigs"}, "helps": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "helps"}, "guard": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "guard"}, "pakistani": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "pakistani"}, "scared": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "scared"}, "reliable": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "reliable"}, "direction": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "direction"}, "relief": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "relief"}, "feelings": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "feelings"}, "yrs": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "yrs"}, "piss": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "piss"}, "pregnant": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "pregnant"}, "arrived": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "arrived"}, "visiting": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "visiting"}, "relatives": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "relatives"}, "feb": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "feb"}, "federal": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "federal"}, "denver": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "denver"}, "tom": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "tom"}, "carolina": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "carolina"}, "baseball": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "baseball"}, "dominated": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "dominated"}, "bones": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "bones"}, "petersburg": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "petersburg"}, "1990": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "1990"}, "canadians": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "canadians"}, "canadian": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "canadian"}, "prepare": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "prepare"}, "emily": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "emily"}, "corn": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "corn"}, "saved": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "saved"}, "reports": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "reports"}, "finns": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "finns"}, "tribes": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "tribes"}, "pioneer": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "pioneer"}, "nasty": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "nasty"}, "disagree": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "disagree"}, "stealing": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "stealing"}, "ordered": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "ordered"}, "wednesday": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "wednesday"}, "italian": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "italian"}, "citizen": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "citizen"}, "orion": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "orion"}, "grandmother": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "grandmother"}, "content": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "content"}, "quality": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "quality"}, "dallas": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "dallas"}, "saving": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "saving"}, "orlando": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "orlando"}, "ontario": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "ontario"}, "fest": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "fest"}, "na": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "na"}, "soft": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "soft"}, "served": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "served"}, "fi": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "fi"}, "treatment": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "treatment"}, "quarter": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "quarter"}, "dirt": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "dirt"}, "master": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "master"}, "daddy": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "daddy"}, "nig": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "nig"}, "jellyfish": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "jellyfish"}, "zone": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "zone"}, "corp": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "corp"}, "files": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "files"}, "asses": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "asses"}, "ngc": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "ngc"}, "grey": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "grey"}, "44": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "44"}, "films": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "films"}, "programs": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "programs"}, "regional": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "regional"}, "positive": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "positive"}, "hating": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "hating"}, "rate": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "rate"}, "supreme": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "supreme"}, "secure": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "secure"}, "accomplish": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "accomplish"}, "walmart": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "walmart"}, "bite": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "bite"}, "diego": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "diego"}, "spoke": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "spoke"}, "platform": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "platform"}, "dem": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "dem"}, "essay": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "essay"}, "hatred": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "hatred"}, "pain": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "pain"}, "seeking": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "seeking"}, "concern": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "concern"}, "track": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "track"}, "constantly": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "constantly"}, "handgun": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "handgun"}, "demonstration": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "demonstration"}, "potatoes": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "potatoes"}, "knight": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "knight"}, "tradition": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "tradition"}, "spring": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "spring"}, "appear": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "appear"}, "laws": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "laws"}, "spiritual": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "spiritual"}, "somewhat": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "somewhat"}, "warrior": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "warrior"}, "wasn": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "wasn"}, "spin": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "spin"}, "wipe": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "wipe"}, "suffer": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "suffer"}, "seattle": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "seattle"}, "anglo": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "anglo"}, "rainbow": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "rainbow"}, "november": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "november"}, "pennsylvania": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "pennsylvania"}, "secrets": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "secrets"}, "everyday": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "everyday"}, "dies": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "dies"}, "swing": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "swing"}, "chechen": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "chechen"}, "division": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "division"}, "annoying": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "annoying"}, "owners": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "owners"}, "toward": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "toward"}, "whom": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "whom"}, "swiss": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "swiss"}, "cst": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "cst"}, "character": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "character"}, "accurate": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "accurate"}, "plant": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "plant"}, "appearance": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "appearance"}, "doctor": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "doctor"}, "hammer": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "hammer"}, "farmers": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "farmers"}, "falls": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "falls"}, "coverage": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "coverage"}, "cute": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "cute"}, "karina": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "karina"}, "kansas": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "kansas"}, "kampf": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "kampf"}, "regarding": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "regarding"}, "cathedral": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "cathedral"}, "energy": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "energy"}, "regards": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "regards"}, "defending": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "defending"}, "oppose": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "oppose"}, "cry": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "cry"}, "regular": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "regular"}, "professor": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "professor"}, "weapons": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "weapons"}, "players": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "players"}, "31": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "31"}, "delay": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "delay"}, "privilege": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "privilege"}, "pizza": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "pizza"}, "favor": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "favor"}, "june": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "june"}, "op": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "op"}, "tools": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "tools"}, "standards": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "standards"}, "peaceful": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "peaceful"}, "faith": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "faith"}, "orthodox": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "orthodox"}, "messages": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "messages"}, "precisely": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "precisely"}, "chicken": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "chicken"}, "wing": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "wing"}, "recent": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "recent"}, "tragedy": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "tragedy"}, "percentage": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "percentage"}, "costs": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "costs"}, "appropriate": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "appropriate"}, "selling": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "selling"}, "factory": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "factory"}, "enter": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "enter"}, "communist": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "communist"}, "scotland": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "scotland"}, "opinions": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "opinions"}, "dinner": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "dinner"}, "topics": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "topics"}, "painting": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "painting"}, "traitor": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "traitor"}, "scores": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "scores"}, "mercury": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "mercury"}, "archive": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "archive"}, "1pm": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "1pm"}, "construction": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "construction"}, "historical": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "historical"}, "brand": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "brand"}, "ii": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "ii"}, "adults": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "adults"}, "preservation": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "preservation"}, "trust": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "trust"}, "fraud": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "fraud"}, "brass": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "brass"}, "teenagers": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "teenagers"}, "complex": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "complex"}, "edition": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "edition"}, "01": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "01"}, "deaths": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "deaths"}, "ability": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "ability"}, "s\u00f8rensen": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "s\u00f8rensen"}, "deadly": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "deadly"}, "primitive": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "primitive"}, "orange": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "orange"}, "clearly": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "clearly"}, "shoes": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "shoes"}, "pointed": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "pointed"}, "thursday": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "thursday"}, "thier": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "thier"}, "insight": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "insight"}, "salute": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "salute"}, "cook": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "cook"}, "classical": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "classical"}, "det": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "det"}, "context": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "context"}, "nearest": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "nearest"}, "club": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "club"}, "revealing": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "revealing"}, "brave": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "brave"}, "classroom": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "classroom"}, "teens": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "teens"}, "founded": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "founded"}, "ghost": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "ghost"}, "cloud": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "cloud"}, "purchase": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "purchase"}, "sickening": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "sickening"}, "sky": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "sky"}, "frame": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "frame"}, "revolver": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "revolver"}, "measure": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "measure"}, "sacred": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "sacred"}, "popular": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "popular"}, "patriots": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "patriots"}, "natural": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "natural"}, "becomes": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "becomes"}, "negroids": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "negroids"}, "terror": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "terror"}, "papers": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "papers"}, "hospital": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "hospital"}, "shocked": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "shocked"}, "locals": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "locals"}, "shirts": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "shirts"}, "glass": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "glass"}, "mongrel": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "mongrel"}, "vehicle": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "vehicle"}, "locked": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "locked"}, "sin": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "sin"}, "controlled": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "controlled"}, "funds": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "funds"}, "sing": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "sing"}, "wore": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "wore"}, "ship": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "ship"}, "goal": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "goal"}, "lower": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "lower"}, "bc": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "bc"}, "riots": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "riots"}, "sheet": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "sheet"}, "pointing": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "pointing"}, "oldest": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "oldest"}, "workers": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "workers"}, "ts": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "ts"}, "friendly": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "friendly"}, "yankee": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "yankee"}, "size": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "size"}, "bedroom": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "bedroom"}, "silent": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "silent"}, "img": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "img"}, "bed": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "bed"}, "roll": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "roll"}, "immediately": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "immediately"}, "indoctrination": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "indoctrination"}, "struggle": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "struggle"}, "stone": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "stone"}, "brains": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "brains"}, "shtf": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "shtf"}, "safety": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "safety"}, "sas": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "sas"}, "oklahoma": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "oklahoma"}, "data": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "data"}, "strict": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "strict"}, "flight": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "flight"}, "basic": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "basic"}, "cal": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "cal"}, "pigs": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "pigs"}, "txt": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "txt"}, "slight": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "slight"}, "invaders": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "invaders"}, "throat": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "throat"}, "machine": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "machine"}, "holland": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "holland"}, "ur": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "ur"}, "publicly": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "publicly"}, "downloads": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "downloads"}, "nbc": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "nbc"}, "decorations": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "decorations"}, "nerve": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "nerve"}, "hungry": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "hungry"}, "term": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "term"}, "elizabeth": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "elizabeth"}, "ira": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "ira"}, "basketball": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "basketball"}, "iran": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "iran"}, "cable": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "cable"}, "tattoos": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "tattoos"}, "ye": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "ye"}, "smarter": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "smarter"}, "attended": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "attended"}, "crooked": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "crooked"}, "twisted": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "twisted"}, "putin": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "putin"}, "macedonian": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "macedonian"}, "respond": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "respond"}, "fo": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "fo"}, "claimed": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "claimed"}, "basis": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "basis"}, "alberta": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "alberta"}, "protesting": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "protesting"}, "occasionally": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "occasionally"}, "desert": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "desert"}, "outnumbered": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "outnumbered"}, "sleep": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "sleep"}, "ted": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "ted"}, "result": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "result"}, "officer": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "officer"}, "retail": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "retail"}, "picking": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "picking"}, "downloaded": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "downloaded"}, "detroit": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "detroit"}, "discussion": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "discussion"}, "brings": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "brings"}, "royal": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "royal"}, "lips": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "lips"}, "mein": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "mein"}, "introduce": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "introduce"}, "abortion": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "abortion"}, "homeschool": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "homeschool"}, "darker": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "darker"}, "aug": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "aug"}, "adopt": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "adopt"}, "23": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "23"}, "hiv": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "hiv"}, "austin": {"count": 6, "proportion": 3.312848884398138e-05, "vocab": "austin"}, "coat": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "coat"}, "divide": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "divide"}, "doctors": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "doctors"}, "opportunity": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "opportunity"}, "pretending": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "pretending"}, "driver": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "driver"}, "marines": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "marines"}, "nz": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "nz"}, "drivers": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "drivers"}, "pa": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "pa"}, "targeting": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "targeting"}, "suit": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "suit"}, "commie": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "commie"}, "offspring": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "offspring"}, "lebanese": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "lebanese"}, "storm": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "storm"}, "advocate": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "advocate"}, "option": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "option"}, "eternal": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "eternal"}, "communists": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "communists"}, "marco": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "marco"}, "prevent": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "prevent"}, "meanwhile": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "meanwhile"}, "technology": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "technology"}, "agency": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "agency"}, "marriages": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "marriages"}, "abqtrib": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "abqtrib"}, "racists": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "racists"}, "clothes": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "clothes"}, "le": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "le"}, "ethnics": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "ethnics"}, "code": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "code"}, "leaders": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "leaders"}, "laughed": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "laughed"}, "previous": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "previous"}, "targets": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "targets"}, "pulled": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "pulled"}, "leads": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "leads"}, "spray": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "spray"}, "loves": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "loves"}, "cm": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "cm"}, "spreading": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "spreading"}, "loving": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "loving"}, "crew": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "crew"}, "pub": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "pub"}, "accounts": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "accounts"}, "strength": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "strength"}, "process": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "process"}, "aluminum": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "aluminum"}, "lee": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "lee"}, "lyrics": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "lyrics"}, "elderly": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "elderly"}, "stat": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "stat"}, "taurus": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "taurus"}, "oregon": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "oregon"}, "matters": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "matters"}, "toilet": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "toilet"}, "doomed": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "doomed"}, "einstein": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "einstein"}, "makeup": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "makeup"}, "toilets": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "toilets"}, "\u00ed": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "\u00ed"}, "activities": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "activities"}, "obsessed": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "obsessed"}, "alarm": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "alarm"}, "tolerance": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "tolerance"}, "memory": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "memory"}, "liquor": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "liquor"}, "alabama": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "alabama"}, "prince": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "prince"}, "eggs": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "eggs"}, "discussions": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "discussions"}, "actualy": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "actualy"}, "elected": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "elected"}, "protest": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "protest"}, "distribution": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "distribution"}, "alcohol": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "alcohol"}, "mad": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "mad"}, "tn": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "tn"}, "administration": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "administration"}, "cowardly": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "cowardly"}, "mainly": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "mainly"}, "disappearance": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "disappearance"}, "license": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "license"}, "libtards": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "libtards"}, "allegedly": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "allegedly"}, "dung": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "dung"}, "occupation": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "occupation"}, "library": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "library"}, "adding": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "adding"}, "stations": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "stations"}, "columbus": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "columbus"}, "lights": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "lights"}, "toddler": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "toddler"}, "p\u00e5": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "p\u00e5"}, "liberia": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "liberia"}, "prom": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "prom"}, "elements": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "elements"}, "tax": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "tax"}, "comfortable": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "comfortable"}, "loyal": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "loyal"}, "enjoyed": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "enjoyed"}, "legs": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "legs"}, "tool": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "tool"}, "provided": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "provided"}, "disney": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "disney"}, "ah": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "ah"}, "ra": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "ra"}, "amendment": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "amendment"}, "peace": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "peace"}, "weak": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "weak"}, "patriotic": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "patriotic"}, "thru": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "thru"}, "disgrace": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "disgrace"}, "located": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "located"}, "wheel": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "wheel"}, "clinton": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "clinton"}, "tchaikovsky": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "tchaikovsky"}, "chimp": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "chimp"}, "techniques": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "techniques"}, "thugs": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "thugs"}, "teams": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "teams"}, "mercy": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "mercy"}, "peanut": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "peanut"}, "mans": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "mans"}, "stands": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "stands"}, "provide": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "provide"}, "chocolate": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "chocolate"}, "lesbian": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "lesbian"}, "aka": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "aka"}, "direct": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "direct"}, "colleges": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "colleges"}, "mental": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "mental"}, "tiny": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "tiny"}, "pupils": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "pupils"}, "patrol": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "patrol"}, "alright": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "alright"}, "queen": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "queen"}, "medical": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "medical"}, "alternative": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "alternative"}, "punk": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "punk"}, "chooses": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "chooses"}, "opening": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "opening"}, "edge": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "edge"}, "distribute": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "distribute"}, "preserving": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "preserving"}, "stolen": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "stolen"}, "choir": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "choir"}, "choices": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "choices"}, "address": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "address"}, "joe": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "joe"}, "europa": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "europa"}, "genuine": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "genuine"}, "genius": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "genius"}, "decision": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "decision"}, "ruin": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "ruin"}, "bringing": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "bringing"}, "rubbish": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "rubbish"}, "december": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "december"}, "nearby": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "nearby"}, "dec": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "dec"}, "rough": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "rough"}, "gear": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "gear"}, "banner": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "banner"}, "rose": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "rose"}, "bang": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "bang"}, "ignorance": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "ignorance"}, "romans": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "romans"}, "brooklyn": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "brooklyn"}, "sig": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "sig"}, "romanian": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "romanian"}, "contribution": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "contribution"}, "hungary": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "hungary"}, "shoulder": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "shoulder"}, "details": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "details"}, "described": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "described"}, "continues": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "continues"}, "pieces": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "pieces"}, "testing": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "testing"}, "worship": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "worship"}, "deputies": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "deputies"}, "housing": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "housing"}, "shoots": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "shoots"}, "navy": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "navy"}, "htmhttp": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "htmhttp"}, "moral": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "moral"}, "worldwide": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "worldwide"}, "bastard": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "bastard"}, "declare": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "declare"}, "nazis": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "nazis"}, "huh": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "huh"}, "rus": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "rus"}, "rural": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "rural"}, "derren": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "derren"}, "brethren": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "brethren"}, "browns": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "browns"}, "worker": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "worker"}, "connect": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "connect"}, "inc": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "inc"}, "dc": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "dc"}, "inhabitants": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "inhabitants"}, "verl": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "verl"}, "freak": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "freak"}, "skinny": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "skinny"}, "input": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "input"}, "pen": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "pen"}, "awakening": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "awakening"}, "francesca": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "francesca"}, "instant": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "instant"}, "popped": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "popped"}, "daughters": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "daughters"}, "integration": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "integration"}, "slang": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "slang"}, "versions": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "versions"}, "intellectual": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "intellectual"}, "theft": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "theft"}, "intended": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "intended"}, "intention": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "intention"}, "a\u00f0": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "a\u00f0"}, "influence": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "influence"}, "bulk": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "bulk"}, "dealing": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "dealing"}, "sincerely": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "sincerely"}, "included": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "included"}, "incredible": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "incredible"}, "monitor": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "monitor"}, "fully": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "fully"}, "budapest": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "budapest"}, "sir": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "sir"}, "buddy": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "buddy"}, "frontline": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "frontline"}, "infested": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "infested"}, "territory": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "territory"}, "situations": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "situations"}, "buildings": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "buildings"}, "riot": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "riot"}, "2015": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "2015"}, "infected": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "infected"}, "bulgarians": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "bulgarians"}, "fresh": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "fresh"}, "gives": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "gives"}, "swear": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "swear"}, "deport": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "deport"}, "greetings": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "greetings"}, "scientist": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "scientist"}, "uns": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "uns"}, "hehe": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "hehe"}, "30s": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "30s"}, "bid": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "bid"}, "pity": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "pity"}, "guide": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "guide"}, "bmx": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "bmx"}, "helped": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "helped"}, "410": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "410"}, "serbia": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "serbia"}, "serbian": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "serbian"}, "msn": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "msn"}, "msm": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "msm"}, "th": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "th"}, "serve": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "serve"}, "wrestling": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "wrestling"}, "uncle": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "uncle"}, "43": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "43"}, "placed": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "placed"}, "habit": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "habit"}, "semitism": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "semitism"}, "haplogroup": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "haplogroup"}, "harm": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "harm"}, "harder": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "harder"}, "season": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "season"}, "harris": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "harris"}, "blank": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "blank"}, "multiply": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "multiply"}, "har": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "har"}, "harsh": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "harsh"}, "plates": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "plates"}, "hearts": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "hearts"}, "scumbags": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "scumbags"}, "350": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "350"}, "swim": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "swim"}, "birds": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "birds"}, "haiti": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "haiti"}, "sydney": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "sydney"}, "headed": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "headed"}, "denied": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "denied"}, "berlin": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "berlin"}, "narrative": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "narrative"}, "09": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "09"}, "systems": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "systems"}, "bosnian": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "bosnian"}, "homicide": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "homicide"}, "nationality": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "nationality"}, "begging": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "begging"}, "began": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "began"}, "shed": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "shed"}, "salt": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "salt"}, "mosque": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "mosque"}, "beethoven": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "beethoven"}, "gold": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "gold"}, "275": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "275"}, "shelf": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "shelf"}, "becouse": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "becouse"}, "ufc": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "ufc"}, "users": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "users"}, "moron": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "moron"}, "shift": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "shift"}, "glock": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "glock"}, "globe": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "globe"}, "shave": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "shave"}, "gorgeous": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "gorgeous"}, "bore": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "bore"}, "hits": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "hits"}, "benefit": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "benefit"}, "nasa": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "nasa"}, "hire": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "hire"}, "grateful": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "grateful"}, "uploads": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "uploads"}, "graphic": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "graphic"}, "pile": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "pile"}, "grammar": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "grammar"}, "graduated": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "graduated"}, "motivated": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "motivated"}, "graduate": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "graduate"}, "grades": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "grades"}, "hmm": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "hmm"}, "motorcycle": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "motorcycle"}, "grace": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "grace"}, "boots": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "boots"}, "goverment": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "goverment"}, "holidays": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "holidays"}, "slave": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "slave"}, "diverse": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "diverse"}, "dat": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "dat"}, "perfectly": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "perfectly"}, "category": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "category"}, "fantastic": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "fantastic"}, "argue": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "argue"}, "refugee": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "refugee"}, "perform": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "perform"}, "yup": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "yup"}, "caused": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "caused"}, "falling": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "falling"}, "references": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "references"}, "fence": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "fence"}, "votes": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "votes"}, "fairly": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "fairly"}, "tan": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "tan"}, "fags": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "fags"}, "reds": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "reds"}, "cossack": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "cossack"}, "kevin": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "kevin"}, "cost": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "cost"}, "fascist": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "fascist"}, "fashion": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "fashion"}, "registered": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "registered"}, "possession": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "possession"}, "artists": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "artists"}, "niglet": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "niglet"}, "joining": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "joining"}, "fell": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "fell"}, "yr": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "yr"}, "arrogant": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "arrogant"}, "release": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "release"}, "feature": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "feature"}, "juden": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "juden"}, "talked": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "talked"}, "forgotten": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "forgotten"}, "favorites": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "favorites"}, "nnn": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "nnn"}, "junior": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "junior"}, "junk": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "junk"}, "sooner": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "sooner"}, "jury": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "jury"}, "recommend": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "recommend"}, "approximately": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "approximately"}, "kikes": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "kikes"}, "cultures": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "cultures"}, "reached": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "reached"}, "excited": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "excited"}, "toy": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "toy"}, "walt": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "walt"}, "changes": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "changes"}, "exchange": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "exchange"}, "antifa": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "antifa"}, "conclusion": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "conclusion"}, "rapist": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "rapist"}, "exact": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "exact"}, "wise": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "wise"}, "wisdom": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "wisdom"}, "ppl": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "ppl"}, "labor": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "labor"}, "laid": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "laid"}, "counts": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "counts"}, "penalty": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "penalty"}, "react": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "react"}, "organizations": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "organizations"}, "killers": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "killers"}, "mike": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "mike"}, "curriculum": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "curriculum"}, "kingdom": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "kingdom"}, "overwhelming": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "overwhelming"}, "extinction": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "extinction"}, "kit": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "kit"}, "apple": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "apple"}, "spain": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "spain"}, "traditional": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "traditional"}, "exposed": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "exposed"}, "explanation": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "explanation"}, "organized": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "organized"}, "experiences": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "experiences"}, "apologize": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "apologize"}, "organize": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "organize"}, "cure": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "cure"}, "knock": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "knock"}, "reads": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "reads"}, "visited": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "visited"}, "vodka": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "vodka"}, "johann": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "johann"}, "2007": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "2007"}, "conflict": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "conflict"}, "item": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "item"}, "aswell": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "aswell"}, "moderation": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "moderation"}, "survivor": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "survivor"}, "06": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "06"}, "cameras": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "cameras"}, "footage": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "footage"}, "invasion": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "invasion"}, "firearm": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "firearm"}, "represents": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "represents"}, "finnish": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "finnish"}, "flooding": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "flooding"}, "assuming": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "assuming"}, "finished": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "finished"}, "responsibility": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "responsibility"}, "italians": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "italians"}, "responses": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "responses"}, "flags": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "flags"}, "attempt": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "attempt"}, "philadelphia": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "philadelphia"}, "mod": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "mod"}, "calgary": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "calgary"}, "danger": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "danger"}, "confused": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "confused"}, "attending": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "attending"}, "request": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "request"}, "daniel": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "daniel"}, "response": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "response"}, "snake": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "snake"}, "theirs": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "theirs"}, "require": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "require"}, "followed": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "followed"}, "assume": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "assume"}, "butt": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "butt"}, "camps": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "camps"}, "assassin": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "assassin"}, "intj": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "intj"}, "remains": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "remains"}, "asks": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "asks"}, "treated": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "treated"}, "fields": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "fields"}, "nigga": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "nigga"}, "businesses": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "businesses"}, "intrested": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "intrested"}, "development": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "development"}, "intro": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "intro"}, "virtually": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "virtually"}, "attacking": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "attacking"}, "confirmed": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "confirmed"}, "candidates": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "candidates"}, "assaulting": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "assaulting"}, "mm": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "mm"}, "2008": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "2008"}, "forces": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "forces"}, "reporters": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "reporters"}, "yourselves": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "yourselves"}, "corner": {"count": 5, "proportion": 2.760707403665115e-05, "vocab": "corner"}, "deaf": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "deaf"}, "cs": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "cs"}, "organised": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "organised"}, "suffering": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "suffering"}, "dictionary": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "dictionary"}, "demographic": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "demographic"}, "croats": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "croats"}, "das": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "das"}, "outnumber": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "outnumber"}, "didn": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "didn"}, "differences": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "differences"}, "switzerland": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "switzerland"}, "sword": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "sword"}, "demographics": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "demographics"}, "creating": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "creating"}, "delete": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "delete"}, "deliberately": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "deliberately"}, "delivery": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "delivery"}, "taxes": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "taxes"}, "critical": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "critical"}, "destroying": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "destroying"}, "taxpayers": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "taxpayers"}, "dealt": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "dealt"}, "dealer": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "dealer"}, "supporter": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "supporter"}, "cutting": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "cutting"}, "palm": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "palm"}, "tattoo": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "tattoo"}, "tatars": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "tatars"}, "organic": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "organic"}, "surrounded": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "surrounded"}, "partly": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "partly"}, "surrounding": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "surrounding"}, "suggesting": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "suggesting"}, "svt": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "svt"}, "talent": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "talent"}, "swastika": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "swastika"}, "tch": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "tch"}, "der": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "der"}, "palace": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "palace"}, "ought": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "ought"}, "suitable": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "suitable"}, "descendants": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "descendants"}, "parasites": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "parasites"}, "surrender": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "surrender"}, "panic": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "panic"}, "dig": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "dig"}, "desperate": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "desperate"}, "degenerate": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "degenerate"}, "crying": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "crying"}, "organizing": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "organizing"}, "dealers": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "dealers"}, "tactical": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "tactical"}, "custom": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "custom"}, "departments": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "departments"}, "package": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "package"}, "crotch": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "crotch"}, "customer": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "customer"}, "crude": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "crude"}, "customers": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "customers"}, "customs": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "customs"}, "pacific": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "pacific"}, "origin": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "origin"}, "deanna": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "deanna"}, "deep": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "deep"}, "tag": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "tag"}, "tatar": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "tatar"}, "destroys": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "destroys"}, "shake": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "shake"}, "suddenly": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "suddenly"}, "represented": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "represented"}, "reputation": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "reputation"}, "mma": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "mma"}, "italy": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "italy"}, "mobile": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "mobile"}, "residents": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "residents"}, "irony": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "irony"}, "resource": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "resource"}, "resources": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "resources"}, "iowa": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "iowa"}, "respectable": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "respectable"}, "invited": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "invited"}, "invite": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "invite"}, "responding": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "responding"}, "investigating": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "investigating"}, "invent": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "invent"}, "invading": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "invading"}, "introvert": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "introvert"}, "moderators": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "moderators"}, "interviews": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "interviews"}, "interviewed": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "interviewed"}, "internment": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "internment"}, "republicans": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "republicans"}, "jacket": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "jacket"}, "regions": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "regions"}, "jacksonville": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "jacksonville"}, "justify": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "justify"}, "judeo": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "judeo"}, "jr": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "jr"}, "relationships": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "relationships"}, "relatively": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "relatively"}, "joy": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "joy"}, "positions": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "positions"}, "mission": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "mission"}, "remaining": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "remaining"}, "mississippi": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "mississippi"}, "remembrance": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "remembrance"}, "mixers": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "mixers"}, "portion": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "portion"}, "renee": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "renee"}, "rep": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "rep"}, "replace": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "replace"}, "jamie": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "jamie"}, "jamaica": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "jamaica"}, "reporting": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "reporting"}, "jager": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "jager"}, "jag": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "jag"}, "returned": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "returned"}, "interests": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "interests"}, "intentional": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "intentional"}, "inte": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "inte"}, "importantly": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "importantly"}, "romance": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "romance"}, "roof": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "roof"}, "idiotic": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "idiotic"}, "ideal": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "ideal"}, "politicians": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "politicians"}, "politician": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "politician"}, "politically": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "politically"}, "hyperlinked": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "hyperlinked"}, "huts": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "huts"}, "ruled": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "ruled"}, "hunter": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "hunter"}, "humanity": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "humanity"}, "mop": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "mop"}, "hubble": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "hubble"}, "moran": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "moran"}, "hotel": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "hotel"}, "hosting": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "hosting"}, "hospitals": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "hospitals"}, "saga": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "saga"}, "poisoning": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "poisoning"}, "improve": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "improve"}, "rob": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "rob"}, "includes": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "includes"}, "informative": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "informative"}, "review": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "review"}, "revisionist": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "revisionist"}, "institute": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "institute"}, "instinct": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "instinct"}, "revolution": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "revolution"}, "inspired": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "inspired"}, "inner": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "inner"}, "injured": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "injured"}, "informed": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "informed"}, "riding": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "riding"}, "incorrect": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "incorrect"}, "rifles": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "rifles"}, "influx": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "influx"}, "moms": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "moms"}, "rings": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "rings"}, "individual": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "individual"}, "rising": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "rising"}, "indigenous": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "indigenous"}, "riverside": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "riverside"}, "independance": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "independance"}, "register": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "register"}, "region": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "region"}, "partner": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "partner"}, "loans": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "loans"}, "punks": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "punks"}, "medieval": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "medieval"}, "liv": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "liv"}, "puppet": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "puppet"}, "listened": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "listened"}, "listed": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "listed"}, "meetings": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "meetings"}, "lisa": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "lisa"}, "purity": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "purity"}, "linked": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "linked"}, "meets": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "meets"}, "purposes": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "purposes"}, "pushing": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "pushing"}, "presence": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "presence"}, "lighting": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "lighting"}, "lighter": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "lighter"}, "prepared": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "prepared"}, "melt": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "melt"}, "liars": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "liars"}, "lessons": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "lessons"}, "quebec": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "quebec"}, "punishment": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "punishment"}, "pulls": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "pulls"}, "misery": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "misery"}, "lone": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "lone"}, "massachusetts": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "massachusetts"}, "producing": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "producing"}, "manhattan": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "manhattan"}, "mandatory": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "mandatory"}, "maker": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "maker"}, "promise": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "promise"}, "maintain": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "maintain"}, "magic": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "magic"}, "magazine": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "magazine"}, "madex": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "madex"}, "mating": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "mating"}, "prostitution": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "prostitution"}, "proved": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "proved"}, "proven": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "proven"}, "providing": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "providing"}, "loyalty": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "loyalty"}, "mayo": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "mayo"}, "mayor": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "mayor"}, "loss": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "loss"}, "lorraine": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "lorraine"}, "prices": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "prices"}, "mentality": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "mentality"}, "legionism": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "legionism"}, "r1b": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "r1b"}, "legacy": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "legacy"}, "powell": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "powell"}, "pounds": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "pounds"}, "ko": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "ko"}, "potential": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "potential"}, "knives": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "knives"}, "knees": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "knees"}, "rear": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "rear"}, "receive": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "receive"}, "kings": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "kings"}, "received": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "received"}, "kindly": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "kindly"}, "kilroy": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "kilroy"}, "kills": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "kills"}, "postcount": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "postcount"}, "kidding": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "kidding"}, "kicking": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "kicking"}, "recording": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "recording"}, "key": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "key"}, "recruit": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "recruit"}, "keeping": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "keeping"}, "kc": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "kc"}, "reactor": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "reactor"}, "reaction": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "reaction"}, "rat": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "rat"}, "radical": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "radical"}, "rabbi": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "rabbi"}, "merely": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "merely"}, "messed": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "messed"}, "preach": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "preach"}, "messing": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "messing"}, "lbs": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "lbs"}, "mestizos": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "mestizos"}, "laying": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "laying"}, "lawyer": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "lawyer"}, "laughable": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "laughable"}, "rant": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "rant"}, "methods": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "methods"}, "practicing": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "practicing"}, "latvian": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "latvian"}, "practically": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "practically"}, "rahowa": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "rahowa"}, "rail": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "rail"}, "landscape": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "landscape"}, "lad": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "lad"}, "miami": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "miami"}, "hood": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "hood"}, "sale": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "sale"}, "sam": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "sam"}, "estonia": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "estonia"}, "sportsmansguide": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "sportsmansguide"}, "es": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "es"}, "nypd": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "nypd"}, "eris": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "eris"}, "springfield": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "springfield"}, "eric": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "eric"}, "stabbed": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "stabbed"}, "stabbing": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "stabbing"}, "oak": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "oak"}, "object": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "object"}, "ended": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "ended"}, "encouraging": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "encouraging"}, "encouraged": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "encouraged"}, "pbs": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "pbs"}, "staring": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "staring"}, "starve": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "starve"}, "employment": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "employment"}, "starving": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "starving"}, "employees": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "employees"}, "embrace": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "embrace"}, "stats": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "stats"}, "essentially": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "essentially"}, "estonians": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "estonians"}, "pocket": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "pocket"}, "spit": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "spit"}, "nope": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "nope"}, "faggots": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "faggots"}, "extermination": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "extermination"}, "extent": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "extent"}, "spaniards": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "spaniards"}, "exploded": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "exploded"}, "explains": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "explains"}, "northwest": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "northwest"}, "expected": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "expected"}, "expanding": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "expanding"}, "exercise": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "exercise"}, "executive": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "executive"}, "exclusively": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "exclusively"}, "exclusive": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "exclusive"}, "examples": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "examples"}, "evolve": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "evolve"}, "everytime": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "everytime"}, "nowhere": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "nowhere"}, "spingola": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "spingola"}, "nt": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "nt"}, "spirits": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "spirits"}, "stays": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "stays"}, "emails": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "emails"}, "occasional": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "occasional"}, "steele": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "steele"}, "patient": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "patient"}, "du": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "du"}, "striking": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "striking"}, "drought": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "drought"}, "dropped": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "dropped"}, "stronger": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "stronger"}, "drinks": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "drinks"}, "stuck": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "stuck"}, "dressing": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "dressing"}, "stupidity": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "stupidity"}, "path": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "path"}, "om": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "om"}, "subhuman": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "subhuman"}, "paste": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "paste"}, "subjects": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "subjects"}, "passport": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "passport"}, "passing": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "passing"}, "passes": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "passes"}, "suburban": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "suburban"}, "subway": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "subway"}, "succeed": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "succeed"}, "dust": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "dust"}, "dutch": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "dutch"}, "eagle": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "eagle"}, "edl": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "edl"}, "elites": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "elites"}, "steppe": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "steppe"}, "electric": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "electric"}, "pattern": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "pattern"}, "stk": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "stk"}, "efforts": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "efforts"}, "stm": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "stm"}, "effect": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "effect"}, "educating": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "educating"}, "stole": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "stole"}, "earned": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "earned"}, "odin": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "odin"}, "ect": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "ect"}, "economy": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "economy"}, "odysseus": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "odysseus"}, "economical": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "economical"}, "ebay": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "ebay"}, "patriot": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "patriot"}, "ease": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "ease"}, "offering": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "offering"}, "favourite": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "favourite"}, "nine": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "nine"}, "fbi": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "fbi"}, "gorillas": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "gorillas"}, "multiracial": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "multiracial"}, "sebastian": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "sebastian"}, "plate": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "plate"}, "harassment": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "harassment"}, "happily": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "happily"}, "handing": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "handing"}, "plane": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "plane"}, "hamburg": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "hamburg"}, "ham": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "ham"}, "semi": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "semi"}, "gypsy": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "gypsy"}, "sentence": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "sentence"}, "guilty": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "guilty"}, "mystery": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "mystery"}, "guardian": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "guardian"}, "grown": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "grown"}, "pipe": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "pipe"}, "services": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "services"}, "gregorian": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "gregorian"}, "sexy": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "sexy"}, "graves": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "graves"}, "seat": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "seat"}, "harrison": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "harrison"}, "multiple": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "multiple"}, "hierarchy": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "hierarchy"}, "santa": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "santa"}, "hoffman": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "hoffman"}, "historic": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "historic"}, "savagery": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "savagery"}, "hiring": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "hiring"}, "hint": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "hint"}, "highway": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "highway"}, "highest": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "highest"}, "mp3": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "mp3"}, "hiding": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "hiding"}, "sean": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "sean"}, "ms": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "ms"}, "scenes": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "scenes"}, "muds": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "muds"}, "height": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "height"}, "heh": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "heh"}, "heavily": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "heavily"}, "mulattos": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "mulattos"}, "screw": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "screw"}, "se": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "se"}, "sh": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "sh"}, "gmail": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "gmail"}, "feds": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "feds"}, "sheriff": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "sheriff"}, "fourth": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "fourth"}, "forth": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "forth"}, "fort": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "fort"}, "slav": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "slav"}, "slavery": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "slavery"}, "forensic": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "forensic"}, "foreigner": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "foreigner"}, "followers": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "followers"}, "smashed": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "smashed"}, "flat": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "flat"}, "fl": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "fl"}, "petty": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "petty"}, "fix": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "fix"}, "fishing": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "fishing"}, "news4jax": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "news4jax"}, "firearms": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "firearms"}, "filed": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "filed"}, "societies": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "societies"}, "festival": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "festival"}, "nights": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "nights"}, "soldier": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "soldier"}, "frank": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "frank"}, "skinned": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "skinned"}, "neighbourhood": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "neighbourhood"}, "geocities": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "geocities"}, "gleiwitz": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "gleiwitz"}, "shipping": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "shipping"}, "glasses": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "glasses"}, "ginger": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "ginger"}, "gift": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "gift"}, "giant": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "giant"}, "georgians": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "georgians"}, "georgian": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "georgian"}, "geography": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "geography"}, "geniuses": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "geniuses"}, "function": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "function"}, "nd": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "nd"}, "ne": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "ne"}, "showthread": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "showthread"}, "gel": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "gel"}, "gatherings": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "gatherings"}, "signature": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "signature"}, "silence": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "silence"}, "silesia": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "silesia"}, "silly": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "silly"}, "hostile": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "hostile"}, "packs": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "packs"}, "wasted": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "wasted"}, "cartels": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "cartels"}, "cards": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "cards"}, "admire": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "admire"}, "admit": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "admit"}, "traveling": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "traveling"}, "continent": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "continent"}, "carries": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "carries"}, "throughout": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "throughout"}, "backs": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "backs"}, "collective": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "collective"}, "variety": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "variety"}, "throws": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "throws"}, "ads": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "ads"}, "wheels": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "wheels"}, "advantage": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "advantage"}, "1000": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "1000"}, "translated": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "translated"}, "advert": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "advert"}, "terrorist": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "terrorist"}, "adl": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "adl"}, "ballistic": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "ballistic"}, "bay": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "bay"}, "bars": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "bars"}, "columbia": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "columbia"}, "achievement": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "achievement"}, "bat": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "bat"}, "308": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "308"}, "bastards": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "bastards"}, "threatened": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "threatened"}, "calif": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "calif"}, "trig": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "trig"}, "vacation": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "vacation"}, "campus": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "campus"}, "colour": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "colour"}, "threatening": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "threatening"}, "cambridge": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "cambridge"}, "activist": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "activist"}, "activity": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "activity"}, "actors": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "actors"}, "adam": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "adam"}, "banning": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "banning"}, "translate": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "translate"}, "awards": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "awards"}, "228": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "228"}, "chain": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "chain"}, "attempted": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "attempted"}, "attached": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "attached"}, "2056": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "2056"}, "centuries": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "centuries"}, "2016": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "2016"}, "cesspool": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "cesspool"}, "cf": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "cf"}, "atlanta": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "atlanta"}, "athletic": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "athletic"}, "advertisement": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "advertisement"}, "chair": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "chair"}, "coach": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "coach"}, "2004": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "2004"}, "2002": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "2002"}, "astorga": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "astorga"}, "wells": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "wells"}, "challenging": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "challenging"}, "airport": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "airport"}, "yevgeny": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "yevgeny"}, "aggressive": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "aggressive"}, "attitudes": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "attitudes"}, "attractive": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "attractive"}, "caucasus": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "caucasus"}, "causes": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "causes"}, "conversation": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "conversation"}, "causing": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "causing"}, "verses": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "verses"}, "convicted": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "convicted"}, "averages": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "averages"}, "coincidence": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "coincidence"}, "cc": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "cc"}, "afford": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "afford"}, "20s": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "20s"}, "cell": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "cell"}, "aufidena": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "aufidena"}, "aged": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "aged"}, "cooking": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "cooking"}, "audience": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "audience"}, "victory": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "victory"}, "cage": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "cage"}, "bbq": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "bbq"}, "assimilated": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "assimilated"}, "blew": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "blew"}, "62": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "62"}, "brampton": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "brampton"}, "5th": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "5th"}, "woods": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "woods"}, "complaining": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "complaining"}, "84": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "84"}, "130": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "130"}, "brawl": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "brawl"}, "typing": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "typing"}, "wishes": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "wishes"}, "conditions": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "conditions"}, "blessed": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "blessed"}, "breath": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "breath"}, "winning": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "winning"}, "brian": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "brian"}, "confederate": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "confederate"}, "tx": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "tx"}, "theme": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "theme"}, "blogspot": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "blogspot"}, "ucla": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "ucla"}, "whore": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "whore"}, "bottle": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "bottle"}, "bookmarked": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "bookmarked"}, "un": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "un"}, "bomber": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "bomber"}, "comrade": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "comrade"}, "bomb": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "bomb"}, "comrades": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "comrades"}, "ukrainians": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "ukrainians"}, "bob": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "bob"}, "witness": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "witness"}, "boxes": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "boxes"}, "uk_news": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "uk_news"}, "bound": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "bound"}, "uh": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "uh"}, "bow": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "bow"}, "ugh": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "ugh"}, "bowl": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "bowl"}, "bows": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "bows"}, "concert": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "concert"}, "unique": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "unique"}, "8th": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "8th"}, "units": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "units"}, "belfast": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "belfast"}, "belongs": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "belongs"}, "conroe": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "conroe"}, "commentary": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "commentary"}, "ac": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "ac"}, "41": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "41"}, "trump": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "trump"}, "writing": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "writing"}, "10th": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "10th"}, "thay": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "thay"}, "brit": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "brit"}, "bury": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "bury"}, "behaviour": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "behaviour"}, "consequences": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "consequences"}, "conservatives": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "conservatives"}, "362": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "362"}, "combined": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "combined"}, "accomplished": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "accomplished"}, "beans": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "beans"}, "belt": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "belt"}, "uploaded": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "uploaded"}, "theatre": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "theatre"}, "commercials": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "commercials"}, "biological": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "biological"}, "communism": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "communism"}, "williams": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "williams"}, "worthy": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "worthy"}, "9mm": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "9mm"}, "bikes": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "bikes"}, "brush": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "brush"}, "congrats": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "congrats"}, "brutally": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "brutally"}, "beyond": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "beyond"}, "thor": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "thor"}, "48": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "48"}, "abit": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "abit"}, "abomination": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "abomination"}, "buddies": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "buddies"}, "bernardino": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "bernardino"}, "abroad": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "abroad"}, "airs": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "airs"}, "comprehend": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "comprehend"}, "couldnt": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "couldnt"}, "ashamed": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "ashamed"}, "courage": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "courage"}, "tongue": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "tongue"}, "tnb": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "tnb"}, "ants": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "ants"}, "chicks": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "chicks"}, "tone": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "tone"}, "walls": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "walls"}, "youngest": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "youngest"}, "1920": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "1920"}, "albanian": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "albanian"}, "apply": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "apply"}, "aside": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "aside"}, "checking": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "checking"}, "civilized": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "civilized"}, "voters": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "voters"}, "wars": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "wars"}, "tech": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "tech"}, "youre": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "youre"}, "weekends": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "weekends"}, "closet": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "closet"}, "touch": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "touch"}, "circumcision": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "circumcision"}, "anytime": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "anytime"}, "arrests": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "arrests"}, "cracked": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "cracked"}, "answered": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "answered"}, "clothing": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "clothing"}, "archives": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "archives"}, "circle": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "circle"}, "ap": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "ap"}, "wave": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "wave"}, "chip": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "chip"}, "til": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "til"}, "weird": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "weird"}, "costa": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "costa"}, "tortured": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "tortured"}, "tied": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "tied"}, "toast": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "toast"}, "teenager": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "teenager"}, "albanians": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "albanians"}, "china": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "china"}, "anthony": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "anthony"}, "waffen": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "waffen"}, "characters": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "characters"}, "charter": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "charter"}, "telly": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "telly"}, "torpedo": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "torpedo"}, "tour": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "tour"}, "chief": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "chief"}, "antis": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "antis"}, "tourist": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "tourist"}, "wedding": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "wedding"}, "alpine": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "alpine"}, "tourists": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "tourists"}, "chris": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "chris"}, "chaos": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "chaos"}, "1900s": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "1900s"}, "charlie": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "charlie"}, "cleveland": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "cleveland"}, "chest": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "chest"}, "arguments": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "arguments"}, "chant": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "chant"}, "aliens": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "aliens"}, "wasting": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "wasting"}, "approved": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "approved"}, "tough": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "tough"}, "virus": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "virus"}, "coyotes": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "coyotes"}, "wee": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "wee"}, "washed": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "washed"}, "alien": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "alien"}, "anger": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "anger"}, "wa": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "wa"}, "altar": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "altar"}, "chasing": {"count": 4, "proportion": 2.208565922932092e-05, "vocab": "chasing"}, "fugitive": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "fugitive"}, "ft": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "ft"}, "worshipping": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "worshipping"}, "5000": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "5000"}, "enforcement": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "enforcement"}, "fu": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "fu"}, "gaelic": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "gaelic"}, "fugue": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "fugue"}, "gained": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "gained"}, "stars": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "stars"}, "gain": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "gain"}, "ending": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "ending"}, "funding": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "funding"}, "endless": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "endless"}, "silesian": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "silesian"}, "wound": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "wound"}, "simpson": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "simpson"}, "wouldnt": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "wouldnt"}, "silver": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "silver"}, "f\u00e5r": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "f\u00e5r"}, "4th": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "4th"}, "poisoned": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "poisoned"}, "pleasure": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "pleasure"}, "chips": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "chips"}, "trucks": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "trucks"}, "chimpout": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "chimpout"}, "staff": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "staff"}, "skull": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "skull"}, "burger": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "burger"}, "foundation": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "foundation"}, "mug": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "mug"}, "personality": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "personality"}, "personnel": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "personnel"}, "burglary": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "burglary"}, "mulatto": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "mulatto"}, "persecution": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "persecution"}, "400": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "400"}, "slaughter": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "slaughter"}, "forming": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "forming"}, "former": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "former"}, "format": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "format"}, "entertaining": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "entertaining"}, "burton": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "burton"}, "tor": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "tor"}, "plants": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "plants"}, "frankfurt": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "frankfurt"}, "trunk": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "trunk"}, "png": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "png"}, "skill": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "skill"}, "frozen": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "frozen"}, "plymouth": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "plymouth"}, "friendship": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "friendship"}, "eng": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "eng"}, "bulba": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "bulba"}, "skadarlija": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "skadarlija"}, "plot": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "plot"}, "freemasons": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "freemasons"}, "worn": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "worn"}, "42": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "42"}, "1950s": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "1950s"}, "stamps": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "stamps"}, "engineered": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "engineered"}, "bulls": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "bulls"}, "engineering": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "engineering"}, "stamp": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "stamp"}, "msnbc": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "msnbc"}, "trusted": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "trusted"}, "bully": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "bully"}, "trunks": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "trunks"}, "permanent": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "permanent"}, "chances": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "chances"}, "morals": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "morals"}, "shoe": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "shoe"}, "misunderstood": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "misunderstood"}, "sheboon": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "sheboon"}, "portugal": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "portugal"}, "goldenboy": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "goldenboy"}, "norge": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "norge"}, "stepping": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "stepping"}, "norfolk": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "norfolk"}, "nordid": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "nordid"}, "mjodr": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "mjodr"}, "eliminate": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "eliminate"}, "elite": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "elite"}, "civilizations": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "civilizations"}, "mo": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "mo"}, "62x39": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "62x39"}, "gliwice": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "gliwice"}, "noose": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "noose"}, "ships": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "ships"}, "glassy": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "glassy"}, "shock": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "shock"}, "steam": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "steam"}, "brainwash": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "brainwash"}, "portuguese": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "portuguese"}, "goodness": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "goodness"}, "goods": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "goods"}, "booze": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "booze"}, "norman": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "norman"}, "boom": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "boom"}, "miscegenation": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "miscegenation"}, "grad": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "grad"}, "1909": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "1909"}, "wntube": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "wntube"}, "grabs": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "grabs"}, "69": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "69"}, "missed": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "missed"}, "1911": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "1911"}, "mistaken": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "mistaken"}, "shared": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "shared"}, "steps": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "steps"}, "ck": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "ck"}, "gott": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "gott"}, "sharp": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "sharp"}, "bored": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "bored"}, "gospel": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "gospel"}, "gorilla": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "gorilla"}, "ulster": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "ulster"}, "circumstances": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "circumstances"}, "gig": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "gig"}, "52": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "52"}, "modise": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "modise"}, "empty": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "empty"}, "brief": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "brief"}, "mongol": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "mongol"}, "twin": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "twin"}, "brilliant": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "brilliant"}, "chromosome": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "chromosome"}, "gender": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "gender"}, "britons": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "britons"}, "brits": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "brits"}, "gdp": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "gdp"}, "55": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "55"}, "gauge": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "gauge"}, "54": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "54"}, "gathering": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "gathering"}, "montreal": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "montreal"}, "gate": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "gate"}, "1940": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "1940"}, "worlders": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "worlders"}, "garden": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "garden"}, "garda": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "garda"}, "gap": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "gap"}, "twitter": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "twitter"}, "chuck": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "chuck"}, "geographic": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "geographic"}, "emergency": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "emergency"}, "shooter": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "shooter"}, "popping": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "popping"}, "staying": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "staying"}, "braveheart": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "braveheart"}, "shoplifter": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "shoplifter"}, "gf": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "gf"}, "performing": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "performing"}, "shore": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "shore"}, "cinco": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "cinco"}, "emission": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "emission"}, "employee": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "employee"}, "breathing": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "breathing"}, "breeds": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "breeds"}, "ty": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "ty"}, "moments": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "moments"}, "shots": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "shots"}, "brewing": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "brewing"}, "cia": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "cia"}, "emperor": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "emperor"}, "churchill": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "churchill"}, "mum": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "mum"}, "entirely": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "entirely"}, "sleipnir": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "sleipnir"}, "familiar": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "familiar"}, "nebulae": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "nebulae"}, "established": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "established"}, "necessary": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "necessary"}, "fallen": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "fallen"}, "chef": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "chef"}, "yelling": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "yelling"}, "youngsters": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "youngsters"}, "fairy": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "fairy"}, "cbc": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "cbc"}, "faint": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "faint"}, "failure": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "failure"}, "cheese": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "cheese"}, "soundtrack": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "soundtrack"}, "fail": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "fail"}, "physics": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "physics"}, "faggot": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "faggot"}, "cds": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "cds"}, "trained": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "trained"}, "et": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "et"}, "celebrity": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "celebrity"}, "phrases": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "phrases"}, "souls": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "souls"}, "21st": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "21st"}, "negative": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "negative"}, "establish": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "establish"}, "torture": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "torture"}, "natvan": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "natvan"}, "pierre": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "pierre"}, "cash": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "cash"}, "favour": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "favour"}, "cason": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "cason"}, "1998": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "1998"}, "favorable": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "favorable"}, "sponsored": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "sponsored"}, "translations": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "translations"}, "pie": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "pie"}, "essence": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "essence"}, "yatsenyuk": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "yatsenyuk"}, "fate": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "fate"}, "faster": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "faster"}, "fashionable": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "fashionable"}, "sorrow": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "sorrow"}, "essex": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "essex"}, "transfer": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "transfer"}, "fantasy": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "fantasy"}, "catholics": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "catholics"}, "southeast": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "southeast"}, "facing": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "facing"}, "fb": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "fb"}, "neighbours": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "neighbours"}, "spelling": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "spelling"}, "explaining": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "explaining"}, "experiencing": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "experiencing"}, "nem": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "nem"}, "2000": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "2000"}, "phosphor": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "phosphor"}, "expecting": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "expecting"}, "chairman": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "chairman"}, "expansion": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "expansion"}, "spear": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "spear"}, "neolithic": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "neolithic"}, "ewell": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "ewell"}, "characteristics": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "characteristics"}, "nervous": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "nervous"}, "township": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "township"}, "philosophy": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "philosophy"}, "excuses": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "excuses"}, "chambers": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "chambers"}, "toys": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "toys"}, "exception": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "exception"}, "specifically": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "specifically"}, "explode": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "explode"}, "explosion": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "explosion"}, "facility": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "facility"}, "exposing": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "exposing"}, "phrase": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "phrase"}, "splc": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "splc"}, "spitting": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "spitting"}, "checks": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "checks"}, "trail": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "trail"}, "southwest": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "southwest"}, "sovereign": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "sovereign"}, "eugene": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "eugene"}, "fa": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "fa"}, "yer": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "yer"}, "photoshop": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "photoshop"}, "207": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "207"}, "spics": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "spics"}, "extraversion": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "extraversion"}, "spending": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "spending"}, "extinct": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "extinct"}, "cents": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "cents"}, "eve": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "eve"}, "traditions": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "traditions"}, "expressing": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "expressing"}, "expressed": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "expressed"}, "26155": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "26155"}, "fbcdn": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "fbcdn"}, "37": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "37"}, "mutations": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "mutations"}, "1977": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "1977"}, "entry": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "entry"}, "flood": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "flood"}, "cake": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "cake"}, "environment": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "environment"}, "flip": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "flip"}, "flint": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "flint"}, "sqwincher": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "sqwincher"}, "smell": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "smell"}, "nickname": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "nickname"}, "flier": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "flier"}, "flee": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "flee"}, "pitch": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "pitch"}, "flavored": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "flavored"}, "flare": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "flare"}, "equal": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "equal"}, "equality": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "equality"}, "equally": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "equally"}, "mythology": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "mythology"}, "square1": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "square1"}, "fitness": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "fitness"}, "cafe": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "cafe"}, "flower": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "flower"}, "fist": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "fist"}, "flowers": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "flowers"}, "planned": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "planned"}, "trolling": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "trolling"}, "forbidden": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "forbidden"}, "366388": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "366388"}, "troika": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "troika"}, "fool": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "fool"}, "slightly": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "slightly"}, "1973": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "1973"}, "muscle": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "muscle"}, "36": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "36"}, "bye": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "bye"}, "musical": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "musical"}, "plague": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "plague"}, "slogan": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "slogan"}, "slope": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "slope"}, "slovenia": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "slovenia"}, "fm": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "fm"}, "flyer": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "flyer"}, "31st": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "31st"}, "311": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "311"}, "entitled": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "entitled"}, "equipment": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "equipment"}, "3000": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "3000"}, "transplant": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "transplant"}, "fiction": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "fiction"}, "treason": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "treason"}, "captured": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "captured"}, "29th": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "29th"}, "soil": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "soil"}, "sole": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "sole"}, "careers": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "careers"}, "carefully": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "carefully"}, "29": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "29"}, "errors": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "errors"}, "felony": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "felony"}, "solo": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "solo"}, "som": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "som"}, "feels": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "feels"}, "278": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "278"}, "traps": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "traps"}, "nationals": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "nationals"}, "feces": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "feces"}, "ni": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "ni"}, "shakespeare": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "shakespeare"}, "spots": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "spots"}, "transylvania": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "transylvania"}, "sofia": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "sofia"}, "error": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "error"}, "perversion": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "perversion"}, "erin": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "erin"}, "firm": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "firm"}, "equivalent": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "equivalent"}, "firefox": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "firefox"}, "cameron": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "cameron"}, "perverted": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "perverted"}, "pink": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "pink"}, "nicer": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "nicer"}, "snyder": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "snyder"}, "finishing": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "finishing"}, "nail": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "nail"}, "fingers": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "fingers"}, "erik": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "erik"}, "cancer": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "cancer"}, "candidate": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "candidate"}, "socialism": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "socialism"}, "socialist": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "socialist"}, "cans": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "cans"}, "socialized": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "socialized"}, "cape": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "cape"}, "fifth": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "fifth"}, "capita": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "capita"}, "carried": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "carried"}, "segregated": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "segregated"}, "mirror": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "mirror"}, "purely": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "purely"}, "isn": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "isn"}, "researching": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "researching"}, "agreement": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "agreement"}, "islander": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "islander"}, "locations": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "locations"}, "atleast": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "atleast"}, "pump": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "pump"}, "log": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "log"}, "irs": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "irs"}, "logging": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "logging"}, "resist": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "resist"}, "resistant": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "resistant"}, "ironic": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "ironic"}, "iraq": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "iraq"}, "attacker": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "attacker"}, "attempting": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "attempting"}, "pulling": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "pulling"}, "agent": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "agent"}, "respects": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "respects"}, "involving": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "involving"}, "responded": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "responded"}, "au": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "au"}, "inventions": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "inventions"}, "invention": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "invention"}, "invaded": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "invaded"}, "intuition": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "intuition"}, "lookin": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "lookin"}, "punet": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "punet"}, "viking": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "viking"}, "requirement": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "requirement"}, "associate": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "associate"}, "assembly": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "assembly"}, "jeans": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "jeans"}, "jean": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "jean"}, "literal": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "literal"}, "repeat": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "repeat"}, "jay": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "jay"}, "repeated": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "repeated"}, "jason": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "jason"}, "assets": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "assets"}, "replies": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "replies"}, "assignment": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "assignment"}, "reporter": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "reporter"}, "associated": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "associated"}, "athletes": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "athletes"}, "assumption": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "assumption"}, "aint": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "aint"}, "livestock": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "livestock"}, "ivy": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "ivy"}, "republican": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "republican"}, "iv": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "iv"}, "itt": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "itt"}, "lmao": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "lmao"}, "ate": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "ate"}, "punish": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "punish"}, "loaded": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "loaded"}, "issues": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "issues"}, "introversion": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "introversion"}, "introduced": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "introduced"}, "australian": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "australian"}, "advancement": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "advancement"}, "rice": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "rice"}, "axis": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "axis"}, "rides": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "rides"}, "ridge": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "ridge"}, "wheaton": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "wheaton"}, "province": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "province"}, "adversary": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "adversary"}, "lurking": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "lurking"}, "wheelin": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "wheelin"}, "infection": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "infection"}, "vengeance": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "vengeance"}, "infantry": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "infantry"}, "industry": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "industry"}, "rican": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "rican"}, "ripped": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "ripped"}, "lynched": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "lynched"}, "backed": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "backed"}, "proudly": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "proudly"}, "ritual": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "ritual"}, "backpack": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "backpack"}, "adorable": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "adorable"}, "adopted": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "adopted"}, "increased": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "increased"}, "increase": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "increase"}, "protester": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "protester"}, "protection": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "protection"}, "injury": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "injury"}, "vermin": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "vermin"}, "retailer": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "retailer"}, "avondale": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "avondale"}, "interrogation": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "interrogation"}, "retard": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "retard"}, "vice": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "vice"}, "affordable": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "affordable"}, "authority": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "authority"}, "auto": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "auto"}, "returns": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "returns"}, "intentionally": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "intentionally"}, "intent": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "intent"}, "ave": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "ave"}, "int": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "int"}, "af": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "af"}, "revolting": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "revolting"}, "insane": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "insane"}, "instill": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "instill"}, "whatsoever": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "whatsoever"}, "lovers": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "lovers"}, "instance": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "instance"}, "advise": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "advise"}, "inspiring": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "inspiring"}, "inspire": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "inspire"}, "reynolds": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "reynolds"}, "lowest": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "lowest"}, "prussian": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "prussian"}, "rhodesia": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "rhodesia"}, "insanity": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "insanity"}, "lit": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "lit"}, "jeremy": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "jeremy"}, "macedonia": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "macedonia"}, "jerry": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "jerry"}, "anthropology": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "anthropology"}, "lectures": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "lectures"}, "rare": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "rare"}, "wandering": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "wandering"}, "ksr": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "ksr"}, "lefties": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "lefties"}, "lefty": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "lefty"}, "leg": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "leg"}, "amen": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "amen"}, "rats": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "rats"}, "amazonaws": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "amazonaws"}, "antwoord": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "antwoord"}, "anu": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "anu"}, "weale": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "weale"}, "walks": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "walks"}, "knocking": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "knocking"}, "wales": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "wales"}, "waking": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "waking"}, "wealth": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "wealth"}, "waited": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "waited"}, "wagon": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "wagon"}, "wagner": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "wagner"}, "realizing": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "realizing"}, "lemmings": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "lemmings"}, "klansmen": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "klansmen"}, "amarillo": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "amarillo"}, "kitchener": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "kitchener"}, "kung": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "kung"}, "kurdish": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "kurdish"}, "anthropological": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "anthropological"}, "amy": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "amy"}, "radioactive": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "radioactive"}, "laughs": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "laughs"}, "latinos": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "latinos"}, "rag": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "rag"}, "andy": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "andy"}, "lasted": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "lasted"}, "laptop": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "laptop"}, "rainforest": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "rainforest"}, "raised": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "raised"}, "lane": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "lane"}, "analysis": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "analysis"}, "lands": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "lands"}, "waterford": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "waterford"}, "ky": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "ky"}, "lame": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "lame"}, "leader": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "leader"}, "warms": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "warms"}, "waters": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "waters"}, "warfare": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "warfare"}, "racialist": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "racialist"}, "lacking": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "lacking"}, "labour": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "labour"}, "warcrimes": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "warcrimes"}, "ranks": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "ranks"}, "answering": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "answering"}, "rants": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "rants"}, "alternatives": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "alternatives"}, "kingston": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "kingston"}, "kindergarten": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "kindergarten"}, "relocation": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "relocation"}, "alex": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "alex"}, "reinforce": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "reinforce"}, "jul": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "jul"}, "relate": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "relate"}, "jpghttp": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "jpghttp"}, "relationship": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "relationship"}, "purse": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "purse"}, "jose": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "jose"}, "arse": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "arse"}, "arseniy": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "arseniy"}, "joking": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "joking"}, "articl": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "articl"}, "asap": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "asap"}, "jus": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "jus"}, "jjt": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "jjt"}, "asia": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "asia"}, "alan": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "alan"}, "jewtube": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "jewtube"}, "visa": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "visa"}, "remington": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "remington"}, "remnant": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "remnant"}, "jewelry": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "jewelry"}, "welcoming": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "welcoming"}, "jetlageando": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "jetlageando"}, "aspect": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "aspect"}, "removed": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "removed"}, "algebra": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "algebra"}, "arkansas": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "arkansas"}, "kin": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "kin"}, "allies": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "allies"}, "killings": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "killings"}, "killer": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "killer"}, "apr": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "apr"}, "recommendation": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "recommendation"}, "recommended": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "recommended"}, "letters": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "letters"}, "arabic": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "arabic"}, "keyboard": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "keyboard"}, "kentucky": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "kentucky"}, "kein": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "kein"}, "voting": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "voting"}, "keen": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "keen"}, "allied": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "allied"}, "regret": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "regret"}, "refer": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "refer"}, "reference": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "reference"}, "kassin": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "kassin"}, "websites": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "websites"}, "reflection": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "reflection"}, "allegiance": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "allegiance"}, "arent": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "arent"}, "refusing": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "refusing"}, "regency": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "regency"}, "vomit": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "vomit"}, "volunteers": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "volunteers"}, "lift": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "lift"}, "incidents": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "incidents"}, "wherever": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "wherever"}, "shades": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "shades"}, "betrayal": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "betrayal"}, "heading": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "heading"}, "scpf": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "scpf"}, "scream": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "scream"}, "melted": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "melted"}, "hayden": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "hayden"}, "screwing": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "screwing"}, "melting": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "melting"}, "97": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "97"}, "membership": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "membership"}, "haunted": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "haunted"}, "96": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "96"}, "births": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "births"}, "92": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "92"}, "unknown": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "unknown"}, "mentally": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "mentally"}, "bits": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "bits"}, "predominantly": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "predominantly"}, "blackout": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "blackout"}, "unite": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "unite"}, "blanket": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "blanket"}, "blast": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "blast"}, "merry": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "merry"}, "haplotypes": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "haplotypes"}, "unification": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "unification"}, "winner": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "winner"}, "89": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "89"}, "precious": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "precious"}, "headlines": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "headlines"}, "98": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "98"}, "healing": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "healing"}, "schlitz": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "schlitz"}, "abortions": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "abortions"}, "aboard": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "aboard"}, "hes": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "hes"}, "scarborough": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "scarborough"}, "untrue": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "untrue"}, "scary": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "scary"}, "pretend": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "pretend"}, "scenarios": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "scenarios"}, "bg": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "bg"}, "bias": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "bias"}, "schedule": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "schedule"}, "helpful": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "helpful"}, "unsuspecting": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "unsuspecting"}, "billy": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "billy"}, "presents": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "presents"}, "medlem": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "medlem"}, "sciences": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "sciences"}, "hebrews": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "hebrews"}, "bil": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "bil"}, "scope": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "scope"}, "scored": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "scored"}, "scot": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "scot"}, "heartbreaking": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "heartbreaking"}, "billboards": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "billboards"}, "hearings": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "hearings"}, "mega": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "mega"}, "seekers": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "seekers"}, "handle": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "handle"}, "mestizo": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "mestizo"}, "min": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "min"}, "militant": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "militant"}, "militants": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "militants"}, "boards": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "boards"}, "pound": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "pound"}, "militias": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "militias"}, "grove": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "grove"}, "gross": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "gross"}, "uncivilized": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "uncivilized"}, "pot": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "pot"}, "grocery": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "grocery"}, "groceries": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "groceries"}, "grip": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "grip"}, "73": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "73"}, "boarder": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "boarder"}, "grief": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "grief"}, "bolt": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "bolt"}, "greeks": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "greeks"}, "greater": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "greater"}, "gray": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "gray"}, "unaware": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "unaware"}, "minnesota": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "minnesota"}, "minor": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "minor"}, "mins": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "mins"}, "granted": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "granted"}, "grandson": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "grandson"}, "wns": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "wns"}, "guarantee": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "guarantee"}, "sept": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "sept"}, "prayers": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "prayers"}, "practices": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "practices"}, "hamms": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "hamms"}, "el": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "el"}, "hamilton": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "hamilton"}, "haman": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "haman"}, "praise": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "praise"}, "halliujah": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "halliujah"}, "blocked": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "blocked"}, "828": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "828"}, "haired": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "haired"}, "haircut": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "haircut"}, "hails": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "hails"}, "82": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "82"}, "blogs": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "blogs"}, "guessing": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "guessing"}, "ppv": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "ppv"}, "hacked": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "hacked"}, "hack": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "hack"}, "powered": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "powered"}, "sensing": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "sensing"}, "gut": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "gut"}, "wit": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "wit"}, "sentences": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "sentences"}, "78": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "78"}, "separate": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "separate"}, "guise": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "guise"}, "mighty": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "mighty"}, "hidden": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "hidden"}, "beside": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "beside"}, "machete": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "machete"}, "highlights": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "highlights"}, "iam": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "iam"}, "programming": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "programming"}, "actively": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "actively"}, "acted": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "acted"}, "mandela": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "mandela"}, "rude": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "rude"}, "manipulated": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "manipulated"}, "vaccines": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "vaccines"}, "professors": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "professors"}, "v4": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "v4"}, "professional": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "professional"}, "runs": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "runs"}, "humor": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "humor"}, "hum": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "hum"}, "basket": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "basket"}, "mar": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "mar"}, "production": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "production"}, "product": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "product"}, "acknowledge": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "acknowledge"}, "marching": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "marching"}, "produce": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "produce"}, "achieve": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "achieve"}, "bathroom": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "bathroom"}, "batteries": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "batteries"}, "hphotos": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "hphotos"}, "s3": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "s3"}, "hows": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "hows"}, "malls": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "malls"}, "icq": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "icq"}, "identify": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "identify"}, "immoral": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "immoral"}, "admits": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "admits"}, "baked": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "baked"}, "vast": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "vast"}, "improved": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "improved"}, "robinson": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "robinson"}, "import": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "import"}, "madness": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "madness"}, "rods": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "rods"}, "imperium": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "imperium"}, "mag": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "mag"}, "imo": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "imo"}, "admin": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "admin"}, "magazines": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "magazines"}, "projects": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "projects"}, "romanians": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "romanians"}, "illyrian": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "illyrian"}, "illness": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "illness"}, "romper": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "romper"}, "il": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "il"}, "roots": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "roots"}, "whine": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "whine"}, "vanguard": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "vanguard"}, "bankers": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "bankers"}, "addict": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "addict"}, "valued": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "valued"}, "value": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "value"}, "utterly": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "utterly"}, "bautista": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "bautista"}, "whoever": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "whoever"}, "belgrade": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "belgrade"}, "sandiego": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "sandiego"}, "hollywood": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "hollywood"}, "hollow": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "hollow"}, "belfasttelegraph": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "belfasttelegraph"}, "belgian": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "belgian"}, "holder": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "holder"}, "matthew": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "matthew"}, "holahoax": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "holahoax"}, "mature": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "mature"}, "principal": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "principal"}, "hoax": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "hoax"}, "maximum": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "maximum"}, "believers": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "believers"}, "belarus": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "belarus"}, "ups": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "ups"}, "abusive": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "abusive"}, "belive": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "belive"}, "mb": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "mb"}, "upload": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "upload"}, "hired": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "hired"}, "hippies": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "hippies"}, "primarily": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "primarily"}, "mcdonalds": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "mcdonalds"}, "hillsdale": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "hillsdale"}, "hills": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "hills"}, "upcoming": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "upcoming"}, "holohoax": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "holohoax"}, "materials": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "materials"}, "utah": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "utah"}, "hoops": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "hoops"}, "sacrifices": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "sacrifices"}, "mars": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "mars"}, "beaners": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "beaners"}, "marta": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "marta"}, "horror": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "horror"}, "beard": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "beard"}, "probation": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "probation"}, "horizon": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "horizon"}, "hordes": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "hordes"}, "marxists": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "marxists"}, "maryland": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "maryland"}, "beauty": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "beauty"}, "mask": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "mask"}, "beings": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "beings"}, "hooligans": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "hooligans"}, "masons": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "masons"}, "accidentally": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "accidentally"}, "begins": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "begins"}, "begun": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "begun"}, "privacy": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "privacy"}, "masters": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "masters"}, "accepting": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "accepting"}, "homework": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "homework"}, "prisoner": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "prisoner"}, "samis": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "samis"}, "priority": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "priority"}, "steubenville": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "steubenville"}, "cream": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "cream"}, "contempt": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "contempt"}, "closing": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "closing"}, "paki": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "paki"}, "deviant": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "deviant"}, "constant": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "constant"}, "08": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "08"}, "suburbs": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "suburbs"}, "counting": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "counting"}, "earl": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "earl"}, "zionism": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "zionism"}, "tigers": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "tigers"}, "collection": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "collection"}, "stopping": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "stopping"}, "constitution": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "constitution"}, "suicide": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "suicide"}, "taras": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "taras"}, "couples": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "couples"}, "offered": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "offered"}, "targeted": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "targeted"}, "orchestra": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "orchestra"}, "clubs": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "clubs"}, "compete": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "compete"}, "overly": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "overly"}, "stormed": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "stormed"}, "commenting": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "commenting"}, "pakistan": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "pakistan"}, "offending": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "offending"}, "npd": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "npd"}, "developed": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "developed"}, "distinctive": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "distinctive"}, "davidduke": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "davidduke"}, "thou": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "thou"}, "dresses": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "dresses"}, "overlooked": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "overlooked"}, "cup": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "cup"}, "stormfronters": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "stormfronters"}, "passover": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "passover"}, "occur": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "occur"}, "swimming": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "swimming"}, "penis": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "penis"}, "clue": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "clue"}, "patrick": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "patrick"}, "suited": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "suited"}, "drawing": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "drawing"}, "surplus": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "surplus"}, "contributions": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "contributions"}, "contacted": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "contacted"}, "penny": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "penny"}, "economic": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "economic"}, "subtle": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "subtle"}, "stomper": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "stomper"}, "omg": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "omg"}, "condition": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "condition"}, "1488": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "1488"}, "tastes": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "tastes"}, "cruise": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "cruise"}, "paradise": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "paradise"}, "eddie": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "eddie"}, "domesticated": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "domesticated"}, "stunk": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "stunk"}, "contain": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "contain"}, "symbols": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "symbols"}, "stones": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "stones"}, "cousin": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "cousin"}, "pedophilia": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "pedophilia"}, "controlling": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "controlling"}, "comic": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "comic"}, "suites": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "suites"}, "csabi": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "csabi"}, "courier": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "courier"}, "partially": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "partially"}, "convert": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "convert"}, "paint": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "paint"}, "convenience": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "convenience"}, "sum": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "sum"}, "diablo": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "diablo"}, "democracy": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "democracy"}, "tim": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "tim"}, "ebola": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "ebola"}, "dramatica": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "dramatica"}, "demanding": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "demanding"}, "zionists": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "zionists"}, "obituary": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "obituary"}, "drew": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "drew"}, "convince": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "convince"}, "debt": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "debt"}, "ticket": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "ticket"}, "tactics": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "tactics"}, "doc": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "doc"}, "desired": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "desired"}, "string": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "string"}, "strip": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "strip"}, "drown": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "drown"}, "divorce": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "divorce"}, "temporary": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "temporary"}, "outta": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "outta"}, "occurred": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "occurred"}, "czech": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "czech"}, "streaming": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "streaming"}, "coke": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "coke"}, "sue": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "sue"}, "opposition": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "opposition"}, "outlets": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "outlets"}, "dangers": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "dangers"}, "numb": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "numb"}, "desire": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "desire"}, "dry": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "dry"}, "opportunities": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "opportunities"}, "tail": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "tail"}, "pedophile": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "pedophile"}, "outraged": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "outraged"}, "opponent": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "opponent"}, "cork": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "cork"}, "theater": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "theater"}, "descent": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "descent"}, "tenn": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "tenn"}, "swamp": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "swamp"}, "commitment": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "commitment"}, "conquer": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "conquer"}, "commited": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "commited"}, "nuts": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "nuts"}, "tends": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "tends"}, "des": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "des"}, "deserves": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "deserves"}, "outs": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "outs"}, "zulu": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "zulu"}, "depressing": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "depressing"}, "coal": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "coal"}, "taco": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "taco"}, "deny": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "deny"}, "07": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "07"}, "pearl": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "pearl"}, "comparison": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "comparison"}, "documentation": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "documentation"}, "och": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "och"}, "zimbabwe": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "zimbabwe"}, "determined": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "determined"}, "determines": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "determines"}, "thule": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "thule"}, "detrimental": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "detrimental"}, "congo": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "congo"}, "thankfully": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "thankfully"}, "tie": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "tie"}, "confusing": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "confusing"}, "curricula": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "curricula"}, "den": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "den"}, "structure": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "structure"}, "tables": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "tables"}, "palatka": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "palatka"}, "thunder": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "thunder"}, "svalbard": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "svalbard"}, "outfit": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "outfit"}, "palestinians": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "palestinians"}, "outdoors": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "outdoors"}, "coons": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "coons"}, "swede": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "swede"}, "1500": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "1500"}, "pellets": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "pellets"}, "cuz": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "cuz"}, "dyed": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "dyed"}, "considering": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "considering"}, "drivin": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "drivin"}, "corruption": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "corruption"}, "cluster": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "cluster"}, "dying": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "dying"}, "denying": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "denying"}, "overcome": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "overcome"}, "temp": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "temp"}, "deliberate": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "deliberate"}, "surrey": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "surrey"}, "conclusions": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "conclusions"}, "t100": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "t100"}, "taylor": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "taylor"}, "degeneracy": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "degeneracy"}, "colored": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "colored"}, "olds": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "olds"}, "supports": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "supports"}, "\u00e5": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "\u00e5"}, "contract": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "contract"}, "patience": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "patience"}, "obtained": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "obtained"}, "tee": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "tee"}, "supporters": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "supporters"}, "discover": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "discover"}, "textbook": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "textbook"}, "sunset": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "sunset"}, "zo\u00eb": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "zo\u00eb"}, "discusses": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "discusses"}, "dekalb": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "dekalb"}, "payments": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "payments"}, "concerns": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "concerns"}, "testament": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "testament"}, "concepts": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "concepts"}, "organisation": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "organisation"}, "concentration": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "concentration"}, "oxygen": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "oxygen"}, "taxi": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "taxi"}, "crisis": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "crisis"}, "tiolets": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "tiolets"}, "og": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "og"}, "diseases": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "diseases"}, "subrace": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "subrace"}, "compliment": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "compliment"}, "edward": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "edward"}, "technique": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "technique"}, "classmates": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "classmates"}, "colors": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "colors"}, "sticks": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "sticks"}, "1900": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "1900"}, "eight": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "eight"}, "clash": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "clash"}, "computers": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "computers"}, "defining": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "defining"}, "coloured": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "coloured"}, "threaten": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "threaten"}, "styles": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "styles"}, "tears": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "tears"}, "defence": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "defence"}, "crawl": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "crawl"}, "zombies": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "zombies"}, "colours": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "colours"}, "disagrees": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "disagrees"}, "tis": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "tis"}, "creator": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "creator"}, "creature": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "creature"}, "crappy": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "crappy"}, "oktoberfest": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "oktoberfest"}, "directing": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "directing"}, "combat": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "combat"}, "norwegians": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "norwegians"}, "threadid": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "threadid"}, "creep": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "creep"}, "observations": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "observations"}, "13th": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "13th"}, "payer": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "payer"}, "perceiving": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "perceiving"}, "obtain": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "obtain"}, "submissions": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "submissions"}, "classified": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "classified"}, "stockholm": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "stockholm"}, "deg": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "deg"}, "1066": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "1066"}, "deleted": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "deleted"}, "cowards": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "cowards"}, "covers": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "covers"}, "sympathy": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "sympathy"}, "thieves": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "thieves"}, "ortolani": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "ortolani"}, "diet": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "diet"}, "edt": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "edt"}, "donation": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "donation"}, "diesel": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "diesel"}, "covering": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "covering"}, "pat": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "pat"}, "dragged": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "dragged"}, "terrorists": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "terrorists"}, "edited": {"count": 3, "proportion": 1.656424442199069e-05, "vocab": "edited"}, "vanish": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "vanish"}, "sweat": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sweat"}, "oprah": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "oprah"}, "deportation": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "deportation"}, "rss": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rss"}, "illegals": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "illegals"}, "accent": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "accent"}, "partitas": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "partitas"}, "urge": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "urge"}, "urban": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "urban"}, "priorities": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "priorities"}, "beg": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "beg"}, "prior": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "prior"}, "masslive": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "masslive"}, "adj": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "adj"}, "honesty": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "honesty"}, "tfr": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tfr"}, "sand": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sand"}, "mates": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mates"}, "baroque": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "baroque"}, "depression": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "depression"}, "academy": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "academy"}, "sandra": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sandra"}, "sally": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sally"}, "samhain": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "samhain"}, "acceptance": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "acceptance"}, "definitly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "definitly"}, "behalf": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "behalf"}, "manage": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "manage"}, "begley": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "begley"}, "contacting": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "contacting"}, "thanx": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "thanx"}, "homos": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "homos"}, "mails": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mails"}, "banana": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "banana"}, "urine": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "urine"}, "ikevald": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ikevald"}, "acquaintances": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "acquaintances"}, "rooms": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rooms"}, "mailed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mailed"}, "whilst": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "whilst"}, "thai": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "thai"}, "behaved": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "behaved"}, "10pm": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "10pm"}, "dependent": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dependent"}, "barrett": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "barrett"}, "behaving": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "behaving"}, "deprivation": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "deprivation"}, "barrels": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "barrels"}, "beheading": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "beheading"}, "behold": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "behold"}, "container": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "container"}, "ich": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ich"}, "prone": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "prone"}, "contemporary": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "contemporary"}, "principles": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "principles"}, "principle": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "principle"}, "var": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "var"}, "cons": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cons"}, "magnum": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "magnum"}, "rudeness": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rudeness"}, "ho": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ho"}, "ballista": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ballista"}, "vail": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "vail"}, "believed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "believed"}, "hl": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hl"}, "saskatoon": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "saskatoon"}, "upset": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "upset"}, "hybrid": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hybrid"}, "rolls": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rolls"}, "variant": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "variant"}, "descended": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "descended"}, "rolling": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rolling"}, "roller": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "roller"}, "believes": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "believes"}, "rollbar": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rollbar"}, "hybrids": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hybrids"}, "princess": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "princess"}, "immediate": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "immediate"}, "vain": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "vain"}, "hype": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hype"}, "adjustable": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "adjustable"}, "hygiene": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hygiene"}, "adjective": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "adjective"}, "belgium": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "belgium"}, "holly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "holly"}, "derailer": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "derailer"}, "mathematics": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mathematics"}, "rooney": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rooney"}, "mannerisms": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mannerisms"}, "illusion": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "illusion"}, "mankind": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mankind"}, "printing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "printing"}, "mathieson": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mathieson"}, "manitoba": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "manitoba"}, "mathisen": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mathisen"}, "acres": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "acres"}, "illustrated": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "illustrated"}, "romantic": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "romantic"}, "maths": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "maths"}, "pronunciation": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pronunciation"}, "barking": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "barking"}, "profit": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "profit"}, "beleive": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "beleive"}, "opposite": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "opposite"}, "1034": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "1034"}, "depth": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "depth"}, "conscious": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "conscious"}, "vans": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "vans"}, "bare": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bare"}, "magyar": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "magyar"}, "conscience": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "conscience"}, "printed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "printed"}, "sapiens": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sapiens"}, "sales": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sales"}, "usc": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "usc"}, "masses": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "masses"}, "marked": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "marked"}, "processed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "processed"}, "icelanders": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "icelanders"}, "utter": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "utter"}, "rotting": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rotting"}, "ideology": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ideology"}, "utopian": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "utopian"}, "marks": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "marks"}, "proceed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "proceed"}, "marlin": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "marlin"}, "utilities": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "utilities"}, "iceberg": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "iceberg"}, "ord": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ord"}, "hotels": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hotels"}, "swords": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "swords"}, "rotten": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rotten"}, "accusations": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "accusations"}, "parody": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "parody"}, "route": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "route"}, "prominent": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "prominent"}, "ross": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ross"}, "demonstrators": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "demonstrators"}, "hostility": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hostility"}, "contaminating": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "contaminating"}, "promising": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "promising"}, "routine": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "routine"}, "swindled": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "swindled"}, "igger": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "igger"}, "demonstrating": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "demonstrating"}, "hovhannisyan": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hovhannisyan"}, "salem": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "salem"}, "rouge": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rouge"}, "rouse": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rouse"}, "prodigies": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "prodigies"}, "produced": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "produced"}, "actress": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "actress"}, "maria": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "maria"}, "barbarian": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "barbarian"}, "bath": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bath"}, "procreate": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "procreate"}, "achieved": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "achieved"}, "projection": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "projection"}, "orchestral": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "orchestral"}, "constructed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "constructed"}, "crazies": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "crazies"}, "baofeng": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "baofeng"}, "baton": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "baton"}, "hrs": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hrs"}, "symphony": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "symphony"}, "hq": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hq"}, "thandi": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "thandi"}, "batch": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "batch"}, "swinging": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "swinging"}, "battistelli": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "battistelli"}, "hub": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hub"}, "howard": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "howard"}, "roughly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "roughly"}, "icelandic": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "icelandic"}, "marc": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "marc"}, "probz": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "probz"}, "swp": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "swp"}, "demarco": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "demarco"}, "promoted": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "promoted"}, "promotes": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "promotes"}, "safely": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "safely"}, "safer": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "safer"}, "bears": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bears"}, "109": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "109"}, "marxism": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "marxism"}, "whut": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "whut"}, "1091": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "1091"}, "dennis": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dennis"}, "whyman": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "whyman"}, "hypothetical": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hypothetical"}, "activists": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "activists"}, "iii": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "iii"}, "hypocrites": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hypocrites"}, "hoot": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hoot"}, "denson": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "denson"}, "profession": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "profession"}, "sailors": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sailors"}, "hung": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hung"}, "saint": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "saint"}, "beefcake": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "beefcake"}, "rope": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rope"}, "root": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "root"}, "adds": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "adds"}, "prize": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "prize"}, "switching": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "switching"}, "massacre": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "massacre"}, "uzi": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "uzi"}, "progressing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "progressing"}, "denial": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "denial"}, "demand": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "demand"}, "ropes": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ropes"}, "addressed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "addressed"}, "bean": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bean"}, "productions": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "productions"}, "whitefreespeech": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "whitefreespeech"}, "addresses": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "addresses"}, "demos": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "demos"}, "thankful": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "thankful"}, "whores": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "whores"}, "organ": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "organ"}, "ignored": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ignored"}, "horses": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "horses"}, "ignores": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ignores"}, "horn": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "horn"}, "sadest": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sadest"}, "roy": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "roy"}, "i2": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "i2"}, "demps": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "demps"}, "ignoring": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ignoring"}, "accordingly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "accordingly"}, "igor": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "igor"}, "rticle": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rticle"}, "bashed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bashed"}, "orangutan": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "orangutan"}, "i1": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "i1"}, "martin": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "martin"}, "satellite": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "satellite"}, "stickied": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stickied"}, "abusing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "abusing"}, "concerts": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "concerts"}, "wire": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wire"}, "uneducated": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "uneducated"}, "semitic": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "semitic"}, "thepiratebay": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "thepiratebay"}, "mi": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mi"}, "hafa": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hafa"}, "semen": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "semen"}, "800": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "800"}, "selves": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "selves"}, "81": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "81"}, "unemployment": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "unemployment"}, "theories": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "theories"}, "hahahahahaha": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hahahahahaha"}, "meum": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "meum"}, "selfish": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "selfish"}, "pastor": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pastor"}, "metro": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "metro"}, "blocks": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "blocks"}, "condemned": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "condemned"}, "une": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "une"}, "semmelweis": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "semmelweis"}, "bloodlines": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bloodlines"}, "senses": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "senses"}, "gunsmithing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gunsmithing"}, "bluebells": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bluebells"}, "oliver": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "oliver"}, "differ": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "differ"}, "wishing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wishing"}, "undesirable": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "undesirable"}, "undesirables": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "undesirables"}, "gvideo": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gvideo"}, "gypsie": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gypsie"}, "mich": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mich"}, "blown": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "blown"}, "blowing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "blowing"}, "undo": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "undo"}, "powers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "powers"}, "blow": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "blow"}, "dieversity": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dieversity"}, "sends": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sends"}, "sender": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sender"}, "blocking": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "blocking"}, "theology": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "theology"}, "selection": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "selection"}, "hanged": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hanged"}, "handily": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "handily"}, "surprising": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "surprising"}, "surprisingly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "surprisingly"}, "messenger": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "messenger"}, "handling": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "handling"}, "blend": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "blend"}, "handy": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "handy"}, "88whitetiger88": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "88whitetiger88"}, "bleeding": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bleeding"}, "winnipeg": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "winnipeg"}, "\u00e9": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "\u00e9"}, "hangout": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hangout"}, "ongoing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ongoing"}, "dh": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dh"}, "securing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "securing"}, "bleach": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bleach"}, "mert": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mert"}, "happend": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "happend"}, "87": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "87"}, "unfortunatly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "unfortunatly"}, "metric": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "metric"}, "surface": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "surface"}, "blockers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "blockers"}, "select": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "select"}, "haitians": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "haitians"}, "theodore": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "theodore"}, "method": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "method"}, "meters": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "meters"}, "seig": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "seig"}, "1300": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "1300"}, "12th": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "12th"}, "seemed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "seemed"}, "bling": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bling"}, "segir": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "segir"}, "dian": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dian"}, "hampden": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hampden"}, "winston": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "winston"}, "claremont": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "claremont"}, "dialogue": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dialogue"}, "wins": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wins"}, "sentenced": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sentenced"}, "777": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "777"}, "abused": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "abused"}, "gunfire": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gunfire"}, "bombings": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bombings"}, "sexist": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sexist"}, "postcards": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "postcards"}, "bombing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bombing"}, "70s": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "70s"}, "greencard": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "greencard"}, "ol": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ol"}, "severely": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "severely"}, "greeter": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "greeter"}, "greeting": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "greeting"}, "unbelievable": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "unbelievable"}, "bolsheviks": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bolsheviks"}, "minimal": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "minimal"}, "mini": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mini"}, "bolshevik": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bolshevik"}, "settlers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "settlers"}, "settlement": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "settlement"}, "boleslav": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "boleslav"}, "supper": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "supper"}, "bombs": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bombs"}, "ministers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ministers"}, "sexuality": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sexuality"}, "minus": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "minus"}, "granddaughter": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "granddaughter"}, "grandma": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "grandma"}, "boobs": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "boobs"}, "grandpa": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "grandpa"}, "\u00e2": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "\u00e2"}, "grandparents": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "grandparents"}, "compromised": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "compromised"}, "6th": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "6th"}, "bonuses": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bonuses"}, "bond": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bond"}, "grappling": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "grappling"}, "grasp": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "grasp"}, "thermal": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "thermal"}, "bonnier": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bonnier"}, "okayafrica": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "okayafrica"}, "supermarket": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "supermarket"}, "supernova": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "supernova"}, "graveyard": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "graveyard"}, "griffin": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "griffin"}, "bold": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bold"}, "sets": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sets"}, "poverty": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "poverty"}, "patches": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "patches"}, "gta": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gta"}, "digital": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "digital"}, "bmxsociety": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bmxsociety"}, "pouring": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pouring"}, "digging": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "digging"}, "oleg": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "oleg"}, "guest": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "guest"}, "guidance": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "guidance"}, "concentrating": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "concentrating"}, "separatist": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "separatist"}, "migrated": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "migrated"}, "guiness": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "guiness"}, "guinness": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "guinness"}, "patch": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "patch"}, "powder": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "powder"}, "midnight": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "midnight"}, "midlands": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "midlands"}, "supposedly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "supposedly"}, "din": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "din"}, "supply": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "supply"}, "server": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "server"}, "1330": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "1330"}, "supported": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "supported"}, "milwaukee": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "milwaukee"}, "grizzly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "grizzly"}, "paternal": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "paternal"}, "dino": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dino"}, "concealed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "concealed"}, "potato": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "potato"}, "132": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "132"}, "militaries": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "militaries"}, "mills": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mills"}, "750": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "750"}, "grouping": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "grouping"}, "wives": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wives"}, "dinaric": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dinaric"}, "growth": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "growth"}, "sergey": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sergey"}, "sergeant": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sergeant"}, "uniform": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "uniform"}, "surround": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "surround"}, "uniforms": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "uniforms"}, "dey": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dey"}, "sceptical": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sceptical"}, "congressman": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "congressman"}, "bi": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bi"}, "opens": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "opens"}, "presumably": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "presumably"}, "destined": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "destined"}, "beware": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "beware"}, "scattered": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "scattered"}, "abduction": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "abduction"}, "operate": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "operate"}, "abiding": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "abiding"}, "syunik": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "syunik"}, "scares": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "scares"}, "abilities": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "abilities"}, "scare": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "scare"}, "hesitate": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hesitate"}, "hess": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hess"}, "pascal": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pascal"}, "meantime": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "meantime"}, "abc": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "abc"}, "biased": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "biased"}, "thee": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "thee"}, "wilhelm": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wilhelm"}, "mediterranean": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mediterranean"}, "9uyudq1yuxu1dur": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "9uyudq1yuxu1dur"}, "schoolers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "schoolers"}, "schooled": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "schooled"}, "schoolchildren": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "schoolchildren"}, "congratulation": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "congratulation"}, "medicine": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "medicine"}, "hel": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hel"}, "congratulations": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "congratulations"}, "bibles": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bibles"}, "schlimm": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "schlimm"}, "schiro": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "schiro"}, "bicycle": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bicycle"}, "abandon": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "abandon"}, "abandoned": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "abandoned"}, "scheduled": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "scheduled"}, "medal": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "medal"}, "congress": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "congress"}, "desperately": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "desperately"}, "connecticut": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "connecticut"}, "beuthen": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "beuthen"}, "ben": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ben"}, "benjamin": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "benjamin"}, "hints": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hints"}, "benef": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "benef"}, "deserved": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "deserved"}, "savate": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "savate"}, "mc": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mc"}, "conor": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "conor"}, "primate": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "primate"}, "swam": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "swam"}, "connections": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "connections"}, "historian": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "historian"}, "belonged": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "belonged"}, "wigga": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wigga"}, "saul": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "saul"}, "sauce": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sauce"}, "uprising": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "uprising"}, "wif": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wif"}, "hitchens": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hitchens"}, "opp": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "opp"}, "designers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "designers"}, "meaningless": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "meaningless"}, "md": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "md"}, "scan": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "scan"}, "unusual": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "unusual"}, "prevailed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "prevailed"}, "scales": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "scales"}, "desk": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "desk"}, "abouts": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "abouts"}, "bessie": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bessie"}, "mdash": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mdash"}, "sb": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sb"}, "saxon": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "saxon"}, "abraham": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "abraham"}, "bernt": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bernt"}, "unworthy": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "unworthy"}, "mckenna": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mckenna"}, "hijab": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hijab"}, "mckee": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mckee"}, "upa": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "upa"}, "designs": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "designs"}, "9th": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "9th"}, "schweigen": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "schweigen"}, "bigot": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bigot"}, "unmoderated": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "unmoderated"}, "menu": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "menu"}, "900": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "900"}, "universe": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "universe"}, "searched": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "searched"}, "mentioning": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mentioning"}, "devestating": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "devestating"}, "seal": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "seal"}, "unlike": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "unlike"}, "confined": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "confined"}, "confess": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "confess"}, "93": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "93"}, "scumbag": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "scumbag"}, "surviving": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "surviving"}, "birthplace": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "birthplace"}, "memo": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "memo"}, "scrounging": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "scrounging"}, "hawaiian": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hawaiian"}, "96fg6ft02lyfruz": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "96fg6ft02lyfruz"}, "harnett": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "harnett"}, "harmful": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "harmful"}, "wiltshire": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wiltshire"}, "hardcore": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hardcore"}, "predator": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "predator"}, "unintelligent": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "unintelligent"}, "secular": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "secular"}, "sector": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sector"}, "conference": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "conference"}, "harbor": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "harbor"}, "sectarian": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sectarian"}, "secs": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "secs"}, "meredith": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "meredith"}, "uniting": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "uniting"}, "mere": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mere"}, "blades": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "blades"}, "hardest": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "hardest"}, "secondly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "secondly"}, "devils": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "devils"}, "sec": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sec"}, "harlem": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "harlem"}, "harley": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "harley"}, "confiscated": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "confiscated"}, "develop": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "develop"}, "medium": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "medium"}, "scontent": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "scontent"}, "determine": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "determine"}, "scotch": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "scotch"}, "heartless": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "heartless"}, "unrest": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "unrest"}, "suspicious": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "suspicious"}, "heat": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "heat"}, "passenger": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "passenger"}, "unruly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "unruly"}, "scipio": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "scipio"}, "billion": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "billion"}, "scientists": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "scientists"}, "\u00f0\u00b5\u00f1": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "\u00f0\u00b5\u00f1"}, "bikini": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bikini"}, "scientific": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "scientific"}, "bikel": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bikel"}, "heem": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "heem"}, "sci": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sci"}, "116": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "116"}, "presenting": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "presenting"}, "presented": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "presented"}, "survivors": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "survivors"}, "screamed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "screamed"}, "susan": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "susan"}, "120": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "120"}, "meltdown": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "meltdown"}, "haymaker": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "haymaker"}, "9780618004829": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "9780618004829"}, "screeching": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "screeching"}, "9781874622680": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "9781874622680"}, "biology": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "biology"}, "melinda": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "melinda"}, "scots": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "scots"}, "scrap": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "scrap"}, "confusion": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "confusion"}, "suspenders": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "suspenders"}, "bin": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bin"}, "heal": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "heal"}, "passion": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "passion"}, "billions": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "billions"}, "scott": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "scott"}, "scarey": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "scarey"}, "backing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "backing"}, "impact": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "impact"}, "jurors": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "jurors"}, "voodoo": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "voodoo"}, "kanal": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "kanal"}, "voted": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "voted"}, "lick": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lick"}, "refuge": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "refuge"}, "pyre": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pyre"}, "alleged": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "alleged"}, "culturally": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "culturally"}, "aren": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "aren"}, "culturalism": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "culturalism"}, "libraries": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "libraries"}, "pyrodex": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pyrodex"}, "referring": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "referring"}, "referred": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "referred"}, "countryside": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "countryside"}, "04": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "04"}, "kata": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "kata"}, "reed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "reed"}, "kazaa": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "kazaa"}, "refuses": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "refuses"}, "arguing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "arguing"}, "lied": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lied"}, "volumes": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "volumes"}, "pakkis": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pakkis"}, "tap": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tap"}, "weed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "weed"}, "regularly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "regularly"}, "volume": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "volume"}, "alike": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "alike"}, "curb": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "curb"}, "lifted": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lifted"}, "registering": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "registering"}, "aria": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "aria"}, "counterparts": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "counterparts"}, "lifestyle": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lifestyle"}, "von": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "von"}, "regina": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "regina"}, "kaffir": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "kaffir"}, "regiment": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "regiment"}, "regime": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "regime"}, "cunning": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cunning"}, "reduced": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "reduced"}, "reduce": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "reduce"}, "kdvr": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "kdvr"}, "lethal": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lethal"}, "overseas": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "overseas"}, "apt": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "apt"}, "ally": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ally"}, "alma": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "alma"}, "kidner": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "kidner"}, "apps": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "apps"}, "recognized": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "recognized"}, "kiev": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "kiev"}, "approx": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "approx"}, "aquinas": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "aquinas"}, "courts": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "courts"}, "recognition": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "recognition"}, "alongside": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "alongside"}, "overwhelmingly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "overwhelmingly"}, "reckon": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "reckon"}, "approach": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "approach"}, "alphabet": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "alphabet"}, "lesser": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lesser"}, "kicks": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "kicks"}, "ar10": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ar10"}, "architecture": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "architecture"}, "kelly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "kelly"}, "coupons": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "coupons"}, "allot": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "allot"}, "redneck": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "redneck"}, "ct": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ct"}, "allows": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "allows"}, "vouch": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "vouch"}, "archaic": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "archaic"}, "painted": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "painted"}, "kelsey": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "kelsey"}, "khudoyan": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "khudoyan"}, "kelso": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "kelso"}, "reddish": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "reddish"}, "qaeda": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "qaeda"}, "recruiting": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "recruiting"}, "kent": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "kent"}, "levo\u010da": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "levo\u010da"}, "ararat": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ararat"}, "khanty": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "khanty"}, "lightly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lightly"}, "lightning": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lightning"}, "tf": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tf"}, "cough": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cough"}, "lipped": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lipped"}, "remark": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "remark"}, "tamir": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tamir"}, "ashore": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ashore"}, "alaska": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "alaska"}, "ashes": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ashes"}, "remained": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "remained"}, "asatru": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "asatru"}, "linux": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "linux"}, "temperature": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "temperature"}, "weiss": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "weiss"}, "linking": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "linking"}, "artistic": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "artistic"}, "artillery": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "artillery"}, "visitors": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "visitors"}, "religions": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "religions"}, "jokes": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "jokes"}, "temnaya": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "temnaya"}, "arthur": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "arthur"}, "remembered": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "remembered"}, "lippen": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lippen"}, "asiatic": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "asiatic"}, "remote": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "remote"}, "jerusalem": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "jerusalem"}, "jesery": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "jesery"}, "removing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "removing"}, "temple": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "temple"}, "cylinder": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cylinder"}, "cyf": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cyf"}, "talkin": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "talkin"}, "welcomed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "welcomed"}, "ala": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ala"}, "vision": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "vision"}, "tempered": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tempered"}, "corrupt": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "corrupt"}, "paljon": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "paljon"}, "liquid": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "liquid"}, "reminder": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "reminder"}, "reminded": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "reminded"}, "05": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "05"}, "jgsales": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "jgsales"}, "jonasridgeway": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "jonasridgeway"}, "weirdo": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "weirdo"}, "costumes": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "costumes"}, "tanned": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tanned"}, "albums": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "albums"}, "vnn": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "vnn"}, "judgement": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "judgement"}, "vocalise": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "vocalise"}, "wehrmacht": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wehrmacht"}, "jueda": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "jueda"}, "juice": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "juice"}, "currie": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "currie"}, "vocals": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "vocals"}, "jude": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "jude"}, "couch": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "couch"}, "arnold": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "arnold"}, "alexander": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "alexander"}, "armies": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "armies"}, "alfred": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "alfred"}, "armenia": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "armenia"}, "voices": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "voices"}, "junkies": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "junkies"}, "rejected": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rejected"}, "curse": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "curse"}, "cotton": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cotton"}, "curve": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "curve"}, "jord": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "jord"}, "cussed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cussed"}, "joseph": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "joseph"}, "lincoln": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lincoln"}, "arrogance": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "arrogance"}, "limited": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "limited"}, "relax": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "relax"}, "journey": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "journey"}, "arrive": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "arrive"}, "ju": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ju"}, "joys": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "joys"}, "arrival": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "arrival"}, "tank": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tank"}, "tanks": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tanks"}, "vladimir": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "vladimir"}, "relations": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "relations"}, "relating": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "relating"}, "album": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "album"}, "recieve": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "recieve"}, "appreciation": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "appreciation"}, "recess": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "recess"}, "alphabetical": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "alphabetical"}, "labled": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "labled"}, "warchief": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "warchief"}, "pagans": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pagans"}, "laced": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "laced"}, "random": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "random"}, "lacks": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lacks"}, "ample": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ample"}, "lactose": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lactose"}, "craig": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "craig"}, "league": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "league"}, "amren": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "amren"}, "lager": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lager"}, "amsterdam": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "amsterdam"}, "te": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "te"}, "rammstein": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rammstein"}, "ramifications": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ramifications"}, "rameau": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rameau"}, "rambling": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rambling"}, "annapolis": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "annapolis"}, "ranger": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ranger"}, "amnesty": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "amnesty"}, "label": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "label"}, "kurds": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "kurds"}, "wayne": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wayne"}, "crissy": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "crissy"}, "rappers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rappers"}, "taxpayer": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "taxpayer"}, "rapists": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rapists"}, "crips": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "crips"}, "anthropologist": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "anthropologist"}, "crippin": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "crippin"}, "amish": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "amish"}, "waves": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "waves"}, "kuzmin": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "kuzmin"}, "crimusz": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "crimusz"}, "ant": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ant"}, "kyle": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "kyle"}, "p226": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "p226"}, "ranting": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ranting"}, "tb": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tb"}, "waving": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "waving"}, "ralph": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ralph"}, "creepy": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "creepy"}, "laminator": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "laminator"}, "andrews": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "andrews"}, "raid": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "raid"}, "ancestral": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ancestral"}, "angelfire": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "angelfire"}, "raging": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "raging"}, "lastword": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lastword"}, "angela": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "angela"}, "angel": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "angel"}, "anchor": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "anchor"}, "creation": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "creation"}, "angle": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "angle"}, "latimes": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "latimes"}, "andreas": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "andreas"}, "latino": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "latino"}, "anchored": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "anchored"}, "latvia": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "latvia"}, "wasp": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wasp"}, "latvians": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "latvians"}, "tear": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tear"}, "paedophiles": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "paedophiles"}, "teaser": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "teaser"}, "lamps": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lamps"}, "crank": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "crank"}, "001": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "001"}, "lancasteronline": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lancasteronline"}, "lcr": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lcr"}, "landed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "landed"}, "analogy": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "analogy"}, "creek": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "creek"}, "tech2": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tech2"}, "anarchists": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "anarchists"}, "craphole": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "craphole"}, "laurin": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "laurin"}, "anker": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "anker"}, "langauges": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "langauges"}, "lawsuit": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lawsuit"}, "watches": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "watches"}, "lawn": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lawn"}, "larceny": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "larceny"}, "lard": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lard"}, "ancestor": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ancestor"}, "critic": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "critic"}, "rabid": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rabid"}, "ozarks": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ozarks"}, "wafb": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wafb"}, "wad": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wad"}, "quiet": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "quiet"}, "klansman": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "klansman"}, "covered": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "covered"}, "klement": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "klement"}, "reasonably": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "reasonably"}, "wade": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wade"}, "rearing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rearing"}, "crown": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "crown"}, "cousins": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cousins"}, "lemming": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lemming"}, "knackers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "knackers"}, "knee": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "knee"}, "quietly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "quietly"}, "quinn": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "quinn"}, "03": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "03"}, "crowded": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "crowded"}, "apod": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "apod"}, "lenin": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lenin"}, "rebellion": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rebellion"}, "apathy": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "apathy"}, "kindred": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "kindred"}, "crush": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "crush"}, "appreciated": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "appreciated"}, "reception": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "reception"}, "appointed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "appointed"}, "crusaders": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "crusaders"}, "als": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "als"}, "crumbling": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "crumbling"}, "applies": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "applies"}, "kinds": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "kinds"}, "apples": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "apples"}, "applied": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "applied"}, "applications": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "applications"}, "queers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "queers"}, "recall": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "recall"}, "alt": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "alt"}, "tat": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tat"}, "rebuild": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rebuild"}, "quex": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "quex"}, "crossing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "crossing"}, "ownership": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ownership"}, "ks": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ks"}, "ratings": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ratings"}, "legion": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "legion"}, "weakness": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "weakness"}, "raw": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "raw"}, "ravaged": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ravaged"}, "kountze": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "kountze"}, "coz": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "coz"}, "legally": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "legally"}, "ambulances": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ambulances"}, "wander": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wander"}, "koreans": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "koreans"}, "rates": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rates"}, "weaker": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "weaker"}, "antics": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "antics"}, "cpamikei": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cpamikei"}, "krigsforbrytelser": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "krigsforbrytelser"}, "kristine": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "kristine"}, "rabbit": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rabbit"}, "rascist": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rascist"}, "cows": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cows"}, "korean": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "korean"}, "realistic": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "realistic"}, "kod": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "kod"}, "realised": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "realised"}, "apathetic": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "apathetic"}, "realise": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "realise"}, "knowingly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "knowingly"}, "apartheid": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "apartheid"}, "telegraph": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "telegraph"}, "quot": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "quot"}, "ox": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ox"}, "any1": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "any1"}, "r1a": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "r1a"}, "readily": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "readily"}, "kolding": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "kolding"}, "kolovrat": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "kolovrat"}, "legitimate": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "legitimate"}, "cowboy": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cowboy"}, "kondor": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "kondor"}, "kong": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "kong"}, "coworkers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "coworkers"}, "virtue": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "virtue"}, "cyndi": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cyndi"}, "jerk": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "jerk"}, "vh1": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "vh1"}, "lrm": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lrm"}, "richard": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "richard"}, "aww": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "aww"}, "lr": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lr"}, "injun": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "injun"}, "injuns": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "injuns"}, "oslo": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "oslo"}, "veri\u00f0": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "veri\u00f0"}, "ricans": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ricans"}, "ink": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ink"}, "inmates": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "inmates"}, "ribbon": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ribbon"}, "innocence": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "innocence"}, "awarded": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "awarded"}, "advertised": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "advertised"}, "loyalties": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "loyalties"}, "rhythm": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rhythm"}, "loyalist": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "loyalist"}, "contributing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "contributing"}, "richland": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "richland"}, "richmond": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "richmond"}, "inherit": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "inherit"}, "luckily": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "luckily"}, "lurker": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lurker"}, "riga": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "riga"}, "adventures": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "adventures"}, "influenced": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "influenced"}, "lully": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lully"}, "provinces": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "provinces"}, "baba": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "baba"}, "verdict": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "verdict"}, "azcentral": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "azcentral"}, "inherent": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "inherent"}, "proving": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "proving"}, "aye": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "aye"}, "paragraph": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "paragraph"}, "ingratiate": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ingratiate"}, "debras": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "debras"}, "lub": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lub"}, "ridden": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ridden"}, "awwwwww": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "awwwwww"}, "rhodes": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rhodes"}, "advertising": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "advertising"}, "insinuating": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "insinuating"}, "vg": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "vg"}, "integrated": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "integrated"}, "daylight": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "daylight"}, "revelation": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "revelation"}, "lottery": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lottery"}, "conviction": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "conviction"}, "avatar": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "avatar"}, "vet": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "vet"}, "intend": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "intend"}, "reveal": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "reveal"}, "revenue": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "revenue"}, "reuters": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "reuters"}, "convictions": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "convictions"}, "autopsy": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "autopsy"}, "dawg": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dawg"}, "inter": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "inter"}, "interact": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "interact"}, "psychology": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "psychology"}, "davison": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "davison"}, "afa": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "afa"}, "louder": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "louder"}, "reyes": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "reyes"}, "aw": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "aw"}, "adverts": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "adverts"}, "ott": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ott"}, "awake777": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "awake777"}, "controls": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "controls"}, "advocates": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "advocates"}, "revolvers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "revolvers"}, "verry": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "verry"}, "territories": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "territories"}, "terrified": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "terrified"}, "louisiana": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "louisiana"}, "pseudo": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pseudo"}, "whatnot": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "whatnot"}, "institution": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "institution"}, "revision": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "revision"}, "aerox": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "aerox"}, "instruments": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "instruments"}, "insult": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "insult"}, "avoided": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "avoided"}, "baboon": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "baboon"}, "deceased": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "deceased"}, "lust": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lust"}, "roads": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "roads"}, "robbers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "robbers"}, "prostitutes": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "prostitutes"}, "inappropriate": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "inappropriate"}, "deer": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "deer"}, "bake": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bake"}, "vastly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "vastly"}, "deeper": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "deeper"}, "incapable": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "incapable"}, "vault": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "vault"}, "robbing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "robbing"}, "originated": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "originated"}, "incidence": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "incidence"}, "bah": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bah"}, "deeds": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "deeds"}, "protecting": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "protecting"}, "bags": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bags"}, "macc": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "macc"}, "baggy": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "baggy"}, "robbie": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "robbie"}, "bakh": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bakh"}, "dedication": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dedication"}, "rod": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rod"}, "roi": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "roi"}, "mafia": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mafia"}, "roger": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "roger"}, "parkelj": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "parkelj"}, "parked": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "parked"}, "rodeo": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rodeo"}, "imply": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "imply"}, "implying": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "implying"}, "baldwin": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "baldwin"}, "s\u00e5": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "s\u00e5"}, "proscribed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "proscribed"}, "admired": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "admired"}, "admission": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "admission"}, "impoverished": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "impoverished"}, "impressed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "impressed"}, "balance": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "balance"}, "impressive": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "impressive"}, "defeat": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "defeat"}, "mac": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mac"}, "income": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "income"}, "advent": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "advent"}, "orleans": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "orleans"}, "bachelors": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bachelors"}, "rise": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rise"}, "indoctrinated": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "indoctrinated"}, "bachelor": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bachelor"}, "whereas": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "whereas"}, "decked": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "decked"}, "ripe": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ripe"}, "indymedia": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "indymedia"}, "decimated": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "decimated"}, "t102": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "t102"}, "infant": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "infant"}, "lycurgus": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lycurgus"}, "pardon": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pardon"}, "vent": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "vent"}, "inferior": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "inferior"}, "lviv": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lviv"}, "100000": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "100000"}, "luther": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "luther"}, "lynchings": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lynchings"}, "backgrounds": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "backgrounds"}, "incompetent": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "incompetent"}, "backward": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "backward"}, "adolf": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "adolf"}, "badly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "badly"}, "origins": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "origins"}, "adopting": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "adopting"}, "veiws": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "veiws"}, "independence": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "independence"}, "vejle": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "vejle"}, "rk": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rk"}, "adoption": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "adoption"}, "lynn": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lynn"}, "indgrid": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "indgrid"}, "paris": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "paris"}, "decloration": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "decloration"}, "t101": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "t101"}, "indicate": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "indicate"}, "grandad": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "grandad"}, "decline": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "decline"}, "indicted": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "indicted"}, "whale": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "whale"}, "authors": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "authors"}, "tales": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tales"}, "davidson": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "davidson"}, "items": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "items"}, "punished": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "punished"}, "repulsive": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "repulsive"}, "tainted": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tainted"}, "welsh": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "welsh"}, "lizards": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lizards"}, "ivan": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ivan"}, "ahold": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ahold"}, "astralweb": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "astralweb"}, "reptile": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "reptile"}, "iz": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "iz"}, "reproducing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "reproducing"}, "reproduce": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "reproduce"}, "astralvoyage": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "astralvoyage"}, "astral": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "astral"}, "representing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "representing"}, "dakota": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dakota"}, "aided": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "aided"}, "jackets": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "jackets"}, "itemid": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "itemid"}, "villagers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "villagers"}, "dame": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dame"}, "pantheon": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pantheon"}, "cor": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cor"}, "agrees": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "agrees"}, "islands": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "islands"}, "isle": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "isle"}, "locate": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "locate"}, "punches": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "punches"}, "isolate": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "isolate"}, "rescue": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rescue"}, "reread": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "reread"}, "requested": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "requested"}, "requires": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "requires"}, "pant": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pant"}, "ation": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ation"}, "israely": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "israely"}, "outpost": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "outpost"}, "tennessee": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tennessee"}, "loan": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "loan"}, "ist": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ist"}, "represent": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "represent"}, "jackie": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "jackie"}, "aimed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "aimed"}, "jealous": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "jealous"}, "correctness": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "correctness"}, "tempting": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tempting"}, "welding": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "welding"}, "pals": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pals"}, "outstanding": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "outstanding"}, "jdownloads": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "jdownloads"}, "repatriation": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "repatriation"}, "reparations": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "reparations"}, "ak": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ak"}, "pamela": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pamela"}, "lite": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lite"}, "cz": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cz"}, "lists": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lists"}, "rent": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "rent"}, "renoir": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "renoir"}, "assaulted": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "assaulted"}, "aspx": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "aspx"}, "ak47": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ak47"}, "repeatedly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "repeatedly"}, "literature": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "literature"}, "takedowns": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "takedowns"}, "litte": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "litte"}, "jacob": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "jacob"}, "jade": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "jade"}, "dailymail": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dailymail"}, "association": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "association"}, "daggers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "daggers"}, "dads": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dads"}, "airwaves": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "airwaves"}, "corporations": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "corporations"}, "puppy": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "puppy"}, "liters": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "liters"}, "replied": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "replied"}, "litrichean": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "litrichean"}, "virgin": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "virgin"}, "lithuanian": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lithuanian"}, "lithuania": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lithuania"}, "virtual": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "virtual"}, "japs": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "japs"}, "airy": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "airy"}, "copyright": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "copyright"}, "reserve": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "reserve"}, "lock": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lock"}, "ta": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ta"}, "auschwitz": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "auschwitz"}, "aus": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "aus"}, "publically": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "publically"}, "looney": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "looney"}, "aunt": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "aunt"}, "convincing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "convincing"}, "afterwards": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "afterwards"}, "introduction": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "introduction"}, "cooked": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cooked"}, "intimidation": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "intimidation"}, "cookie": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cookie"}, "inuits": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "inuits"}, "cookies": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cookies"}, "wetbacks": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wetbacks"}, "tab": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tab"}, "restricted": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "restricted"}, "auction": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "auction"}, "outcasts": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "outcasts"}, "aussie": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "aussie"}, "intimidated": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "intimidated"}, "restrict": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "restrict"}, "ourselfs": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ourselfs"}, "intergrate": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "intergrate"}, "interia": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "interia"}, "interior": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "interior"}, "loses": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "loses"}, "losers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "losers"}, "loser": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "loser"}, "authentic": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "authentic"}, "retirement": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "retirement"}, "dave": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dave"}, "ous": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ous"}, "lords": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lords"}, "retarded": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "retarded"}, "afghanistan": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "afghanistan"}, "paperback": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "paperback"}, "interstate": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "interstate"}, "austrian": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "austrian"}, "austria": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "austria"}, "australians": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "australians"}, "inventor": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "inventor"}, "lonely": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lonely"}, "dang": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dang"}, "att": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "att"}, "iranian": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "iranian"}, "iraqi": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "iraqi"}, "attachment": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "attachment"}, "logo": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "logo"}, "resort": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "resort"}, "tereasa": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tereasa"}, "logins": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "logins"}, "iron": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "iron"}, "atrabilious": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "atrabilious"}, "vierling": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "vierling"}, "outgassing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "outgassing"}, "irresponsible": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "irresponsible"}, "dangle": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dangle"}, "logged": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "logged"}, "viewing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "viewing"}, "pumped": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pumped"}, "isbn": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "isbn"}, "punched": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "punched"}, "danube": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "danube"}, "cooper": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cooper"}, "outcome": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "outcome"}, "darkness": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "darkness"}, "investigation": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "investigation"}, "westf\u00e4lische": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "westf\u00e4lische"}, "darn": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "darn"}, "puhetta": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "puhetta"}, "attracted": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "attracted"}, "vide": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "vide"}, "attorney": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "attorney"}, "darkthrone": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "darkthrone"}, "videoplay": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "videoplay"}, "westerns": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "westerns"}, "involve": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "involve"}, "attics": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "attics"}, "agendas": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "agendas"}, "involves": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "involves"}, "darkies": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "darkies"}, "outdoor": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "outdoor"}, "terminals": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "terminals"}, "lololol": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "lololol"}, "grandchildren": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "grandchildren"}, "handbooks": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "handbooks"}, "freely": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "freely"}, "dynamite": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dynamite"}, "substantial": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "substantial"}, "tournament": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tournament"}, "bust": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bust"}, "comedy": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "comedy"}, "plantation": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "plantation"}, "trophies": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "trophies"}, "substitute": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "substitute"}, "foreighners": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "foreighners"}, "plastic": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "plastic"}, "trotski": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "trotski"}, "tourism": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tourism"}, "bush": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bush"}, "slaying": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "slaying"}, "charney": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "charney"}, "buster": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "buster"}, "forefathers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "forefathers"}, "murderer": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "murderer"}, "combing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "combing"}, "dym": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dym"}, "butler": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "butler"}, "evolved": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "evolved"}, "forbes": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "forbes"}, "forbid": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "forbid"}, "donate": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "donate"}, "trolls": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "trolls"}, "charles": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "charles"}, "butch": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "butch"}, "tower": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tower"}, "evolutionary": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "evolutionary"}, "evolution": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "evolution"}, "speeches": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "speeches"}, "neue": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "neue"}, "dysnomia": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dysnomia"}, "forgive": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "forgive"}, "spellblast": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "spellblast"}, "chats": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "chats"}, "15th": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "15th"}, "trucker": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "trucker"}, "europids": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "europids"}, "europid": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "europid"}, "formula": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "formula"}, "spends": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "spends"}, "sperm": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sperm"}, "chase": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "chase"}, "multiculti": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "multiculti"}, "multicult": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "multicult"}, "3rd": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "3rd"}, "chatting": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "chatting"}, "burned": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "burned"}, "nevertheless": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nevertheless"}, "eurorus": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "eurorus"}, "burnt": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "burnt"}, "phenomenon": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "phenomenon"}, "spelt": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "spelt"}, "evancho": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "evancho"}, "evangel": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "evangel"}, "spells": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "spells"}, "3days": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "3days"}, "multikulti": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "multikulti"}, "tougher": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tougher"}, "dominant": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dominant"}, "zebowice": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "zebowice"}, "burzum": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "burzum"}, "dyson": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dyson"}, "neutral": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "neutral"}, "forgiveness": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "forgiveness"}, "chased": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "chased"}, "subspecies": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "subspecies"}, "murderers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "murderers"}, "pittsburgh": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pittsburgh"}, "submission": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "submission"}, "slut": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "slut"}, "nu": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nu"}, "slum": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "slum"}, "slugs": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "slugs"}, "cabal": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cabal"}, "flv": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "flv"}, "flyering": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "flyering"}, "cabin": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cabin"}, "c18": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "c18"}, "flying": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "flying"}, "fmj": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fmj"}, "execution": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "execution"}, "philly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "philly"}, "trips": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "trips"}, "obsolete": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "obsolete"}, "phoenix": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "phoenix"}, "murdering": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "murdering"}, "smash": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "smash"}, "smearing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "smearing"}, "nephew": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nephew"}, "colt": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "colt"}, "flipped": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "flipped"}, "smashing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "smashing"}, "existing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "existing"}, "peer": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "peer"}, "dope": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dope"}, "challenged": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "challenged"}, "tring": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tring"}, "subhumans": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "subhumans"}, "flooded": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "flooded"}, "existed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "existed"}, "subjected": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "subjected"}, "slovenians": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "slovenians"}, "slovakia": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "slovakia"}, "wwii": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wwii"}, "chapters": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "chapters"}, "buzz": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "buzz"}, "ww1": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ww1"}, "exams": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "exams"}, "philippe": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "philippe"}, "muscles": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "muscles"}, "dong": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dong"}, "donetsk": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "donetsk"}, "peice": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "peice"}, "dyke": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dyke"}, "dykes": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dykes"}, "butts": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "butts"}, "subsequently": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "subsequently"}, "networks": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "networks"}, "murderous": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "murderous"}, "netherlands": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "netherlands"}, "specifics": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "specifics"}, "chants": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "chants"}, "plains": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "plains"}, "strangled": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "strangled"}, "channels": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "channels"}, "folklore": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "folklore"}, "exciting": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "exciting"}, "champion": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "champion"}, "pellet": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pellet"}, "wwi": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wwi"}, "dwarf": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dwarf"}, "tp": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tp"}, "musician": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "musician"}, "fold": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fold"}, "donuts": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "donuts"}, "fohrendorf": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fohrendorf"}, "spewing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "spewing"}, "fortson": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fortson"}, "fortunate": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fortunate"}, "comming": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "comming"}, "peterson": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "peterson"}, "frequently": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "frequently"}, "truths": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "truths"}, "freshly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "freshly"}, "1985": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "1985"}, "plug": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "plug"}, "torn": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "torn"}, "closely": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "closely"}, "trutube": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "trutube"}, "1982": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "1982"}, "fried": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fried"}, "patterns": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "patterns"}, "1981": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "1981"}, "easiest": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "easiest"}, "1990s": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "1990s"}, "closest": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "closest"}, "comfortably": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "comfortably"}, "chemicals": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "chemicals"}, "essentials": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "essentials"}, "essential": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "essential"}, "freeman": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "freeman"}, "stor": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stor"}, "ears": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ears"}, "wrist": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wrist"}, "freewheel": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "freewheel"}, "wretstr\u00f6m": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wretstr\u00f6m"}, "chemistry": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "chemistry"}, "ples": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ples"}, "freeze": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "freeze"}, "fref": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fref"}, "sketch": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sketch"}, "sporting": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sporting"}, "commission": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "commission"}, "chetniks": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "chetniks"}, "friesl": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "friesl"}, "fsb": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fsb"}, "docid": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "docid"}, "bug": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bug"}, "tubes": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tubes"}, "mount": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mount"}, "sisto": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sisto"}, "nicely": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nicely"}, "erica": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "erica"}, "sj\u00e1lfsst\u00e6\u00f0isyfirl\u00fdsinguna": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sj\u00e1lfsst\u00e6\u00f0isyfirl\u00fdsinguna"}, "motorrad": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "motorrad"}, "clinics": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "clinics"}, "motorized": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "motorized"}, "springs": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "springs"}, "fubu": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fubu"}, "wreck": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wreck"}, "youths": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "youths"}, "sitges": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sitges"}, "mourn": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mourn"}, "456": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "456"}, "clips": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "clips"}, "tsunami": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tsunami"}, "tshirt": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tshirt"}, "fritz": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fritz"}, "mousy": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mousy"}, "sixth": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sixth"}, "wrecking": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wrecking"}, "springer": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "springer"}, "frightened": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "frightened"}, "chew": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "chew"}, "spree": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "spree"}, "1872": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "1872"}, "friggen": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "friggen"}, "est": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "est"}, "tiger": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tiger"}, "skilled": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "skilled"}, "comical": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "comical"}, "newer": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "newer"}, "newest": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "newest"}, "muenster": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "muenster"}, "etymology": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "etymology"}, "playground": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "playground"}, "newly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "newly"}, "newnation": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "newnation"}, "cheer": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cheer"}, "newport": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "newport"}, "spirited": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "spirited"}, "burden": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "burden"}, "pf": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pf"}, "ethnicity": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ethnicity"}, "ethnically": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ethnically"}, "euclid": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "euclid"}, "cheaper": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cheaper"}, "truckstop": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "truckstop"}, "occultopedia": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "occultopedia"}, "dole": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dole"}, "burgundy": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "burgundy"}, "fotos": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fotos"}, "mugabe": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mugabe"}, "foster": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "foster"}, "mugged": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mugged"}, "burka": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "burka"}, "burlington": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "burlington"}, "burnaby": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "burnaby"}, "mugshot": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mugshot"}, "dollar": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dollar"}, "phd": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "phd"}, "penetrate": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "penetrate"}, "clueless": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "clueless"}, "skrewdriver": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "skrewdriver"}, "sponsor": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sponsor"}, "skingirl": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "skingirl"}, "freckled": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "freckled"}, "docx": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "docx"}, "frederic": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "frederic"}, "fredericia": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fredericia"}, "estimate": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "estimate"}, "frederick": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "frederick"}, "skin14": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "skin14"}, "40k": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "40k"}, "ear": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ear"}, "bullets": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bullets"}, "ocean": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ocean"}, "19th": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "19th"}, "bullcrap": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bullcrap"}, "establishment": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "establishment"}, "newsnet14": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "newsnet14"}, "freaks": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "freaks"}, "ztv": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ztv"}, "pleased": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pleased"}, "mtn": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mtn"}, "bum": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bum"}, "estonian": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "estonian"}, "frankly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "frankly"}, "franklin": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "franklin"}, "estranged": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "estranged"}, "trumps": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "trumps"}, "mu": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mu"}, "toss": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "toss"}, "truh": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "truh"}, "eta": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "eta"}, "burbage": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "burbage"}, "40s": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "40s"}, "obsession": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "obsession"}, "dusty": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dusty"}, "pest": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pest"}, "celebrities": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "celebrities"}, "solvent": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "solvent"}, "yada": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "yada"}, "solved": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "solved"}, "nationalistic": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nationalistic"}, "pedestal": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pedestal"}, "yepiskoposyan": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "yepiskoposyan"}, "nwo": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nwo"}, "studying": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "studying"}, "travelling": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "travelling"}, "strike": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "strike"}, "factor": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "factor"}, "oberschlesien": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "oberschlesien"}, "coffee": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "coffee"}, "28firefox": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "28firefox"}, "feher": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "feher"}, "faculty": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "faculty"}, "carpenter": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "carpenter"}, "fee": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fee"}, "nationalvanguard": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nationalvanguard"}, "somalis": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "somalis"}, "fedex": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fedex"}, "somalies": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "somalies"}, "dreaming": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dreaming"}, "needles": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "needles"}, "trashy": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "trashy"}, "cologne": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cologne"}, "somali": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "somali"}, "pdx1": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pdx1"}, "yah": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "yah"}, "sourced": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sourced"}, "traveled": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "traveled"}, "pdx": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pdx"}, "28th": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "28th"}, "trailer": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "trailer"}, "caregiver": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "caregiver"}, "fever": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fever"}, "fac": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fac"}, "codes": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "codes"}, "softball": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "softball"}, "draiodoir": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "draiodoir"}, "ti": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ti"}, "pedophiles": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pedophiles"}, "soviets": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "soviets"}, "feminine": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "feminine"}, "caps": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "caps"}, "fewer": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fewer"}, "ff": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ff"}, "stumbled": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stumbled"}, "fffg": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fffg"}, "ffg": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ffg"}, "softer": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "softer"}, "zip": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "zip"}, "cells": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cells"}, "softly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "softly"}, "carbine": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "carbine"}, "cellphone": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cellphone"}, "tread": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tread"}, "cared": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cared"}, "stride": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stride"}, "duck": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "duck"}, "career": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "career"}, "drank": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "drank"}, "throne": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "throne"}, "nv": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nv"}, "nw": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nw"}, "feminist": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "feminist"}, "pdfmswordfile": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pdfmswordfile"}, "trapped": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "trapped"}, "dreams": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dreams"}, "expand": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "expand"}, "strophe": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "strophe"}, "249": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "249"}, "24th": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "24th"}, "strongly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "strongly"}, "nytimes": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nytimes"}, "fashioned": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fashioned"}, "transgender": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "transgender"}, "nba": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nba"}, "sould": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sould"}, "fatal": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fatal"}, "fatally": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fatally"}, "transistor": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "transistor"}, "stromfront": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stromfront"}, "falsely": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "falsely"}, "driven": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "driven"}, "transformed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "transformed"}, "picnic": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "picnic"}, "dresden": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dresden"}, "cater": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cater"}, "223": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "223"}, "farcical": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "farcical"}, "225": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "225"}, "drmradio": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "drmradio"}, "cattle": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cattle"}, "1800s": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "1800s"}, "23rd": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "23rd"}, "sorensen": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sorensen"}, "farmer": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "farmer"}, "catches": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "catches"}, "farming": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "farming"}, "farther": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "farther"}, "farts": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "farts"}, "ncoal": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ncoal"}, "soo": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "soo"}, "strive": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "strive"}, "translation": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "translation"}, "cd": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cd"}, "yamaha": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "yamaha"}, "fe": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fe"}, "nato": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nato"}, "failing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "failing"}, "cbs": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cbs"}, "cohen": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cohen"}, "transport": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "transport"}, "zimbawee": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "zimbawee"}, "someday": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "someday"}, "carrots": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "carrots"}, "transportation": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "transportation"}, "zimmer": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "zimmer"}, "zimmerman": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "zimmerman"}, "strikes": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "strikes"}, "yamoto": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "yamoto"}, "cartoons": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cartoons"}, "drove": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "drove"}, "carved": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "carved"}, "collect": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "collect"}, "structures": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "structures"}, "favourites": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "favourites"}, "cayce01": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cayce01"}, "17th": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "17th"}, "collar": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "collar"}, "casper": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "casper"}, "transmitted": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "transmitted"}, "cave": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cave"}, "cast": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cast"}, "fav": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fav"}, "nyborg": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nyborg"}, "yanks": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "yanks"}, "negress": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "negress"}, "censorship": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "censorship"}, "nascar": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nascar"}, "trigger": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "trigger"}, "fitting": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fitting"}, "neil": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "neil"}, "calm": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "calm"}, "snakk": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "snakk"}, "traded": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "traded"}, "fla": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fla"}, "snack": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "snack"}, "tricycle": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tricycle"}, "explicitly": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "explicitly"}, "flames": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "flames"}, "pisses": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pisses"}, "flanders": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "flanders"}, "xd": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "xd"}, "coast": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "coast"}, "dumping": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dumping"}, "snc3": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "snc3"}, "sod": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sod"}, "snickers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "snickers"}, "expose": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "expose"}, "fires": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fires"}, "pins": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pins"}, "fireworks": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fireworks"}, "spare": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "spare"}, "colorfully": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "colorfully"}, "n663evtsys8": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "n663evtsys8"}, "calvin": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "calvin"}, "threats": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "threats"}, "pint": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pint"}, "cam": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cam"}, "streicher": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "streicher"}, "downloading": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "downloading"}, "sneak": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sneak"}, "dunham": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dunham"}, "flares": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "flares"}, "explained": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "explained"}, "nuke": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nuke"}, "fleeing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fleeing"}, "smilie": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "smilie"}, "expelled": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "expelled"}, "stream": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stream"}, "trigonometry": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "trigonometry"}, "flew": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "flew"}, "smiley": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "smiley"}, "flash": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "flash"}, "straw": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "straw"}, "myers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "myers"}, "paychecks": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "paychecks"}, "fliers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fliers"}, "flies": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "flies"}, "trace": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "trace"}, "doubtful": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "doubtful"}, "expense": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "expense"}, "expenses": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "expenses"}, "smiths": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "smiths"}, "flaws": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "flaws"}, "flawed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "flawed"}, "dup": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dup"}, "observer": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "observer"}, "dunno": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dunno"}, "cgi": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cgi"}, "pit": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pit"}, "experiment": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "experiment"}, "nelson": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nelson"}, "experts": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "experts"}, "smoking": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "smoking"}, "mystical": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mystical"}, "caliber": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "caliber"}, "naacp": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "naacp"}, "nachrichten": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nachrichten"}, "payment": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "payment"}, "centers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "centers"}, "sp": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sp"}, "pimp": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pimp"}, "trespass": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "trespass"}, "centaurus": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "centaurus"}, "trespassing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "trespassing"}, "centered": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "centered"}, "dull": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dull"}, "filters": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "filters"}, "treue": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "treue"}, "exterminationist": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "exterminationist"}, "fills": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fills"}, "stretch": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stretch"}, "throats": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "throats"}, "nancy": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nancy"}, "dragging": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dragging"}, "dukes": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dukes"}, "canyon": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "canyon"}, "treet": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "treet"}, "trees": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "trees"}, "capable": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "capable"}, "fighters": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fighters"}, "xx": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "xx"}, "stunning": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stunning"}, "fifteen": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fifteen"}, "fifa": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fifa"}, "fiercely": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fiercely"}, "narrow": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "narrow"}, "cent": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cent"}, "socks": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "socks"}, "fictional": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fictional"}, "extremist": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "extremist"}, "colonisation": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "colonisation"}, "canned": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "canned"}, "zembowitz": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "zembowitz"}, "dozens": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dozens"}, "naive": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "naive"}, "campo": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "campo"}, "spanking": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "spanking"}, "camping": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "camping"}, "nah": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nah"}, "expression": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "expression"}, "stress": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stress"}, "fin": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fin"}, "colony": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "colony"}, "sturm": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sturm"}, "campbell": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "campbell"}, "trades": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "trades"}, "exposure": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "exposure"}, "camie": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "camie"}, "draco": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "draco"}, "soaker": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "soaker"}, "findlay": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "findlay"}, "naked": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "naked"}, "cancel": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cancel"}, "ceremony": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ceremony"}, "extended": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "extended"}, "named": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "named"}, "205": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "205"}, "socal": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "socal"}, "extensive": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "extensive"}, "financial": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "financial"}, "dumbed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dumbed"}, "peek": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "peek"}, "dracula": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dracula"}, "cockroaches": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cockroaches"}, "candle": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "candle"}, "sins": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sins"}, "2222": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "2222"}, "fukushima": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fukushima"}, "chron": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "chron"}, "ghosts": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ghosts"}, "tion": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tion"}, "brat": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "brat"}, "dispatched": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dispatched"}, "gibberish": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gibberish"}, "dispatch": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dispatch"}, "summary": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "summary"}, "broadcasting": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "broadcasting"}, "emporion": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "emporion"}, "chronicle": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "chronicle"}, "disorder": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "disorder"}, "togethers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "togethers"}, "gille": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gille"}, "woodlands": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "woodlands"}, "noch": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "noch"}, "moines": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "moines"}, "ghettos": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ghettos"}, "mold": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mold"}, "enable": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "enable"}, "displayed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "displayed"}, "tolerate": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tolerate"}, "starters": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "starters"}, "geyser": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "geyser"}, "shopping": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "shopping"}, "suits": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "suits"}, "popeye": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "popeye"}, "molecular": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "molecular"}, "permission": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "permission"}, "disrespect": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "disrespect"}, "gestures": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gestures"}, "shortage": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "shortage"}, "employed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "employed"}, "employ": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "employ"}, "complaint": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "complaint"}, "glacier": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "glacier"}, "uc": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "uc"}, "stating": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stating"}, "emerald": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "emerald"}, "disliked": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "disliked"}, "br": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "br"}, "mobs": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mobs"}, "noses": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "noses"}, "ubroadcast": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ubroadcast"}, "emerging": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "emerging"}, "braces": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "braces"}, "nogs": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nogs"}, "cid": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cid"}, "officially": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "officially"}, "uber": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "uber"}, "bradford": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bradford"}, "chuckle": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "chuckle"}, "gk": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gk"}, "dismissed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dismissed"}, "bradman": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bradman"}, "brady": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "brady"}, "efb": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "efb"}, "git": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "git"}, "models": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "models"}, "stated": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stated"}, "pepperdine": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pepperdine"}, "ua": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ua"}, "girlfriends": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "girlfriends"}, "complaints": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "complaints"}, "toes": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "toes"}, "60s": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "60s"}, "gerry": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gerry"}, "disrespectful": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "disrespectful"}, "5d": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "5d"}, "mongrelizing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mongrelizing"}, "cholera": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cholera"}, "chock": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "chock"}, "genet": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "genet"}, "genesis": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "genesis"}, "brighton": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "brighton"}, "distant": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "distant"}, "stocking": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stocking"}, "compatriots": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "compatriots"}, "1950": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "1950"}, "timmy": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "timmy"}, "brin": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "brin"}, "engaged": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "engaged"}, "edits": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "edits"}, "britannia": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "britannia"}, "distinguish": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "distinguish"}, "endure": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "endure"}, "suggestion": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "suggestion"}, "toot": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "toot"}, "58": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "58"}, "57": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "57"}, "tooting": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tooting"}, "shrug": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "shrug"}, "gee": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gee"}, "ged": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ged"}, "tv3": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tv3"}, "geared": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "geared"}, "1890": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "1890"}, "shtmlhttp": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "shtmlhttp"}, "engineer": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "engineer"}, "cleansed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cleansed"}, "mongoloid": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mongoloid"}, "pensions": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pensions"}, "starring": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "starring"}, "gentlemen": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gentlemen"}, "permit": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "permit"}, "dissappeared": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dissappeared"}, "14th": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "14th"}, "shoudl": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "shoudl"}, "poop": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "poop"}, "christopher": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "christopher"}, "christentum": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "christentum"}, "christendom": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "christendom"}, "brewery": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "brewery"}, "perverts": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "perverts"}, "dissident": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dissident"}, "mon": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mon"}, "genug": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "genug"}, "1942": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "1942"}, "gentleman": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gentleman"}, "ton": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ton"}, "gentile": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gentile"}, "genre": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "genre"}, "chorus": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "chorus"}, "bridgewater": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bridgewater"}, "chopping": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "chopping"}, "shout": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "shout"}, "endgame": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "endgame"}, "1944": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "1944"}, "offensive": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "offensive"}, "twist": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "twist"}, "shouting": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "shouting"}, "starbucks": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "starbucks"}, "wording": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wording"}, "shoved": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "shoved"}, "moblie": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "moblie"}, "noise": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "noise"}, "porn": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "porn"}, "ultimate": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ultimate"}, "1903": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "1903"}, "bootcamp": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bootcamp"}, "governor": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "governor"}, "shaped": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "shaped"}, "electrical": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "electrical"}, "um": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "um"}, "140": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "140"}, "14247": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "14247"}, "misses": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "misses"}, "discipline": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "discipline"}, "stereotype": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stereotype"}, "ehre": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ehre"}, "titans": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "titans"}, "1919": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "1919"}, "sunshine": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sunshine"}, "possibilities": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "possibilities"}, "borderwatch": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "borderwatch"}, "goths": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "goths"}, "67": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "67"}, "discourage": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "discourage"}, "civilize": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "civilize"}, "goth": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "goth"}, "posing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "posing"}, "sharpened": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sharpened"}, "sharpless": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sharpless"}, "performance": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "performance"}, "boredom": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "boredom"}, "composer": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "composer"}, "stink": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stink"}, "eliminated": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "eliminated"}, "tl901": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tl901"}, "possibility": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "possibility"}, "posed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "posed"}, "shallow": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "shallow"}, "booklets": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "booklets"}, "eisenhower": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "eisenhower"}, "eistlands": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "eistlands"}, "grains": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "grains"}, "grain": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "grain"}, "graham": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "graham"}, "titles": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "titles"}, "shakes": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "shakes"}, "disappear": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "disappear"}, "superb": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "superb"}, "stickers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stickers"}, "eko": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "eko"}, "disappearing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "disappearing"}, "clap": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "clap"}, "gradually": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gradually"}, "tk": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tk"}, "titled": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "titled"}, "steven": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "steven"}, "norse": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "norse"}, "grading": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "grading"}, "boomerang": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "boomerang"}, "theyre": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "theyre"}, "disappointed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "disappointed"}, "cla": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cla"}, "suomalainen": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "suomalainen"}, "oildale": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "oildale"}, "grabbing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "grabbing"}, "eldritch": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "eldritch"}, "shamrock": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "shamrock"}, "sternmotor": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sternmotor"}, "66": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "66"}, "stinky": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stinky"}, "effective": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "effective"}, "sheot": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sheot"}, "bourne": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bourne"}, "portray": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "portray"}, "stds": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stds"}, "bout": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bout"}, "65": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "65"}, "thief": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "thief"}, "\u00e1": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "\u00e1"}, "classmate": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "classmate"}, "1899": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "1899"}, "64": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "64"}, "stltoday": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stltoday"}, "goatee": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "goatee"}, "disgust": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "disgust"}, "mk": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mk"}, "effectiveness": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "effectiveness"}, "1929": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "1929"}, "shepherd": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "shepherd"}, "ml": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ml"}, "gm": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gm"}, "mlk": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mlk"}, "yugo": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "yugo"}, "patients": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "patients"}, "glow": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "glow"}, "63": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "63"}, "pornography": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pornography"}, "disinformation": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "disinformation"}, "shin": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "shin"}, "embracing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "embracing"}, "ucl": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ucl"}, "shine": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "shine"}, "ugric": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ugric"}, "sheer": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sheer"}, "stir": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stir"}, "discussed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "discussed"}, "civilised": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "civilised"}, "elk": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "elk"}, "stenbeck": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stenbeck"}, "stem": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stem"}, "stellar": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stellar"}, "sunrise": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sunrise"}, "paths": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "paths"}, "goof": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "goof"}, "sunny": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sunny"}, "goodreads": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "goodreads"}, "mistakes": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mistakes"}, "discrimination": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "discrimination"}, "goodies": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "goodies"}, "mistenkt": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mistenkt"}, "mistress": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mistress"}, "yule": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "yule"}, "elmira": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "elmira"}, "ukip": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ukip"}, "discussing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "discussing"}, "components": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "components"}, "civilisation": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "civilisation"}, "elsewhere": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "elsewhere"}, "civilians": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "civilians"}, "civilian": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "civilian"}, "classifications": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "classifications"}, "citizenship": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "citizenship"}, "goldeboy": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "goldeboy"}, "disenfranchisement": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "disenfranchisement"}, "cite": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cite"}, "sheeps": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sheeps"}, "suggested": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "suggested"}, "competition": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "competition"}, "nigerians": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nigerians"}, "1970": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "1970"}, "singapore": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "singapore"}, "bubble": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bubble"}, "brushes": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "brushes"}, "novel": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "novel"}, "wpix": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wpix"}, "sid": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sid"}, "4od": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "4od"}, "cliff": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "cliff"}, "bronx": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bronx"}, "1960s": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "1960s"}, "clemente": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "clemente"}, "dived": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "dived"}, "mossberg": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mossberg"}, "sq": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sq"}, "gary": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gary"}, "monument": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "monument"}, "morally": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "morally"}, "envy": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "envy"}, "wouldn": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wouldn"}, "sickos": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sickos"}, "garners": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "garners"}, "gather": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gather"}, "sudan": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sudan"}, "staged": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "staged"}, "echo": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "echo"}, "sickness": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sickness"}, "nick": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nick"}, "mosin": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mosin"}, "persons": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "persons"}, "gathered": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gathered"}, "gates": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gates"}, "1954": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "1954"}, "zuma": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "zuma"}, "singers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "singers"}, "comparing": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "comparing"}, "stooges": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stooges"}, "thirds": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "thirds"}, "notion": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "notion"}, "ensure": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ensure"}, "enlightening": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "enlightening"}, "nickel": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nickel"}, "mossad": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mossad"}, "stahl": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stahl"}, "brutality": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "brutality"}, "simultaneously": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "simultaneously"}, "sigh": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sigh"}, "moslem": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "moslem"}, "moot": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "moot"}, "furtwangler": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "furtwangler"}, "nie": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nie"}, "stoning": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stoning"}, "offence": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "offence"}, "perun": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "perun"}, "turkish": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "turkish"}, "1965": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "1965"}, "stadium": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stadium"}, "chickens": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "chickens"}, "gangsters": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gangsters"}, "enriching": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "enriching"}, "brownies": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "brownies"}, "brutal": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "brutal"}, "enrichment": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "enrichment"}, "noun": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "noun"}, "odds": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "odds"}, "turbo": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "turbo"}, "enriched": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "enriched"}, "worthwhile": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "worthwhile"}, "thompson": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "thompson"}, "mood": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "mood"}, "chick": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "chick"}, "gander": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gander"}, "eature": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "eature"}, "ebonics": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "ebonics"}, "offender": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "offender"}, "youtubenotepadpromotionalyoutubecomment": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "youtubenotepadpromotionalyoutubecomment"}, "edgar": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "edgar"}, "enrichers": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "enrichers"}, "policeman": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "policeman"}, "squares": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "squares"}, "nightmare": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "nightmare"}, "simon": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "simon"}, "patricks": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "patricks"}, "turks": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "turks"}, "offend": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "offend"}, "bucket": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bucket"}, "signal": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "signal"}, "fundraising": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fundraising"}, "morgan": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "morgan"}, "fundamental": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "fundamental"}, "tutorial": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tutorial"}, "gaurd": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gaurd"}, "perry": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "perry"}, "tho": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tho"}, "clicked": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "clicked"}, "divine": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "divine"}, "gb": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gb"}, "buckshot": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "buckshot"}, "pervert": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pervert"}, "clerk": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "clerk"}, "47": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "47"}, "odins": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "odins"}, "shy": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "shy"}, "sink": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sink"}, "poisonous": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "poisonous"}, "functions": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "functions"}, "5542": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "5542"}, "1975": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "1975"}, "tutor": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "tutor"}, "climes": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "climes"}, "notre": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "notre"}, "stomach": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "stomach"}, "pollute": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pollute"}, "gaga": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gaga"}, "sinister": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sinister"}, "galaxy": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "galaxy"}, "motive": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "motive"}, "perps": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "perps"}, "gcse": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gcse"}, "51": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "51"}, "wrapped": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "wrapped"}, "pole": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pole"}, "topeka": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "topeka"}, "chin": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "chin"}, "gcses": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "gcses"}, "bucur": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "bucur"}, "era": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "era"}, "brunette": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "brunette"}, "communicate": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "communicate"}, "sudden": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sudden"}, "niemals": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "niemals"}, "srpska": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "srpska"}, "galway": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "galway"}, "distraction": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "distraction"}, "pockets": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "pockets"}, "1970s": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "1970s"}, "offenders": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "offenders"}, "niggas": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "niggas"}, "signs": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "signs"}, "childish": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "childish"}, "erase": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "erase"}, "distressed": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "distressed"}, "zcn3wozjbwnezms": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "zcn3wozjbwnezms"}, "sings": {"count": 2, "proportion": 1.104282961466046e-05, "vocab": "sings"}, "watct": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "watct"}, "\u5de6\u773c\u6280\u672f": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u5de6\u773c\u6280\u672f"}, "watered": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "watered"}, "pedro": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pedro"}, "weman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "weman"}, "punishments": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "punishments"}, "racily": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "racily"}, "wears": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wears"}, "racialy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "racialy"}, "\u0443\u0442\u043e\u043c\u043b\u0435\u043d\u043d\u044b\u0435": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0443\u0442\u043e\u043c\u043b\u0435\u043d\u043d\u044b\u0435"}, "pankration": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pankration"}, "welt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "welt"}, "panel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "panel"}, "photographs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "photographs"}, "paints": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "paints"}, "phplinkoymuhurihttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "phplinkoymuhurihttp"}, "quarters": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quarters"}, "perceive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "perceive"}, "webster": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "webster"}, "punishing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "punishing"}, "yeh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yeh"}, "pedo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pedo"}, "python": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "python"}, "persze": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "persze"}, "yulunga": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yulunga"}, "persucuted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "persucuted"}, "yummier": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yummier"}, "waterfall": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "waterfall"}, "panga": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "panga"}, "punishable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "punishable"}, "quartz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quartz"}, "quash": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quash"}, "watermelon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "watermelon"}, "wecome": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wecome"}, "performed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "performed"}, "pyramids": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pyramids"}, "\u6d41\u7545\u64ad\u653e720p\u9ad8\u6e05\u89c6\u9891": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u6d41\u7545\u64ad\u653e720p\u9ad8\u6e05\u89c6\u9891"}, "\u0441\u0435\u043a\u043e\u0458\u0430": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0441\u0435\u043a\u043e\u0458\u0430"}, "yerevan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yerevan"}, "racine": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "racine"}, "yesterdays": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yesterdays"}, "yesturday": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yesturday"}, "penises": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "penises"}, "pains": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pains"}, "zealand": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zealand"}, "weights": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "weights"}, "pertaining": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pertaining"}, "puls": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "puls"}, "pantlegs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pantlegs"}, "perfected": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "perfected"}, "quake": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quake"}, "quadrupled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quadrupled"}, "paintball": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "paintball"}, "pechtra": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pechtra"}, "piano": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "piano"}, "peckerwood": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "peckerwood"}, "zhivago": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zhivago"}, "radicals": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "radicals"}, "pumpkins": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pumpkins"}, "perfection": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "perfection"}, "panties": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "panties"}, "peculiar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "peculiar"}, "paderborn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "paderborn"}, "zdrowie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zdrowie"}, "quadratic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quadratic"}, "pi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pi"}, "pumpkin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pumpkin"}, "radicalized": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "radicalized"}, "qualified": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "qualified"}, "qualify": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "qualify"}, "yellen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yellen"}, "zadar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zadar"}, "yeletsky": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yeletsky"}, "quantum": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quantum"}, "webmaster": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "webmaster"}, "yell": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yell"}, "quantity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quantity"}, "quarrel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quarrel"}, "yelled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yelled"}, "weber": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "weber"}, "quantities": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quantities"}, "westchester": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "westchester"}, "percunatele": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "percunatele"}, "quanta": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quanta"}, "paddy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "paddy"}, "percussion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "percussion"}, "pulpit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pulpit"}, "webpage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "webpage"}, "wesson": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wesson"}, "qualities": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "qualities"}, "zadnego": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zadnego"}, "quadia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quadia"}, "pun": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pun"}, "pertains": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pertains"}, "wends": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wends"}, "wendy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wendy"}, "physicist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "physicist"}, "\u0441\u0430\u043c": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0441\u0430\u043c"}, "watchdog": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "watchdog"}, "peddle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "peddle"}, "zakeshia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zakeshia"}, "quarterback": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quarterback"}, "pennance": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pennance"}, "physically": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "physically"}, "perverse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "perverse"}, "radiant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "radiant"}, "peterhoff": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "peterhoff"}, "webs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "webs"}, "weaving": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "weaving"}, "painters": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "painters"}, "performances": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "performances"}, "perussuomalaiset": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "perussuomalaiset"}, "youshchinsky": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "youshchinsky"}, "zduha\u0107": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zduha\u0107"}, "racismeantiblanc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "racismeantiblanc"}, "pennington": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pennington"}, "raciste": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "raciste"}, "panther": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "panther"}, "racistly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "racistly"}, "webcam": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "webcam"}, "qqqx": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "qqqx"}, "wesley": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wesley"}, "radawie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "radawie"}, "ph\u00e0druig": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ph\u00e0druig"}, "zagami": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zagami"}, "pesticides": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pesticides"}, "werent": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "werent"}, "yellows": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yellows"}, "painstakingly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "painstakingly"}, "panthers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "panthers"}, "yus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yus"}, "yelow": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yelow"}, "\u0445\u0430\u0445\u0430": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0445\u0430\u0445\u0430"}, "paedophilia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "paedophilia"}, "pedal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pedal"}, "weonly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "weonly"}, "zhitdmriulg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zhitdmriulg"}, "zahariadis": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zahariadis"}, "\u0441\u0430\u0458\u0442": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0441\u0430\u0458\u0442"}, "px": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "px"}, "pens": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pens"}, "penaltyyou": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "penaltyyou"}, "peers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "peers"}, "pehta": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pehta"}, "phobe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "phobe"}, "zeleni": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zeleni"}, "palestinian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "palestinian"}, "pushover": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pushover"}, "wehrwolf101": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wehrwolf101"}, "ytimg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ytimg"}, "zbthcy7a": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zbthcy7a"}, "perserving": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "perserving"}, "penalty2": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "penalty2"}, "purification": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "purification"}, "philosophies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "philosophies"}, "quiets": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quiets"}, "pensacola": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pensacola"}, "weaknesses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "weaknesses"}, "palenka": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "palenka"}, "philips": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "philips"}, "quips": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quips"}, "pageid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pageid"}, "purists": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "purists"}, "yu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yu"}, "r8gyc5fvmq0": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "r8gyc5fvmq0"}, "phenotypes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "phenotypes"}, "rab": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rab"}, "welcomes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "welcomes"}, "putnam": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "putnam"}, "zapoy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zapoy"}, "yodellers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yodellers"}, "phony": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "phony"}, "phe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "phe"}, "yuck": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yuck"}, "page1": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "page1"}, "yondohttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yondohttp"}, "pallessen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pallessen"}, "phonies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "phonies"}, "phenomena": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "phenomena"}, "peroutka": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "peroutka"}, "putinistan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "putinistan"}, "phones": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "phones"}, "puting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "puting"}, "purge": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "purge"}, "pallada": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pallada"}, "weku": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "weku"}, "permits": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "permits"}, "zazz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zazz"}, "weg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "weg"}, "r94": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "r94"}, "peroutka2004": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "peroutka2004"}, "qzav3": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "qzav3"}, "zdhmnfnm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zdhmnfnm"}, "zehlendorf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zehlendorf"}, "philidelphia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "philidelphia"}, "purported": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "purported"}, "pursuit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pursuit"}, "weall": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "weall"}, "persafl\u00f3astr\u00ed\u00f0i\u00f0": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "persafl\u00f3astr\u00ed\u00f0i\u00f0"}, "pursue": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pursue"}, "pers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pers"}, "quota": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quota"}, "pail": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pail"}, "pena": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pena"}, "quo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quo"}, "perse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "perse"}, "pembroke": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pembroke"}, "\u0447\u0438\u0447\u0430\u0433\u043e\u0432": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0447\u0438\u0447\u0430\u0433\u043e\u0432"}, "quiz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quiz"}, "perpetrators": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "perpetrators"}, "purpouses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "purpouses"}, "perpetuate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "perpetuate"}, "quits": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quits"}, "weiner": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "weiner"}, "purposefully": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "purposefully"}, "perplexing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "perplexing"}, "yondjotrevissmithhttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yondjotrevissmithhttp"}, "quotes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quotes"}, "purpoise": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "purpoise"}, "philipinos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "philipinos"}, "\u0927": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0927"}, "weigh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "weigh"}, "perpetrating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "perpetrating"}, "weissersturm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "weissersturm"}, "pensierosa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pensierosa"}, "\u0448\u0438\u0448\u043a\u0438\u043d": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0448\u0438\u0448\u043a\u0438\u043d"}, "quran": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quran"}, "wealthier": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wealthier"}, "purloined": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "purloined"}, "zeitung": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zeitung"}, "phil": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "phil"}, "yoke": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yoke"}, "\u0447\u0438\u0442\u0430\u0439\u0442\u0435": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0447\u0438\u0442\u0430\u0439\u0442\u0435"}, "\u0441\u043e\u043b\u043d\u0446\u0435\u043c": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0441\u043e\u043b\u043d\u0446\u0435\u043c"}, "zebras": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zebras"}, "\u0441\u043e": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0441\u043e"}, "purple": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "purple"}, "pension": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pension"}, "quoting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quoting"}, "philippines": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "philippines"}, "purveyed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "purveyed"}, "peeps": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "peeps"}, "\u0447\u0435\u0441\u0442\u043e": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0447\u0435\u0441\u0442\u043e"}, "wellsburg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wellsburg"}, "\u5229\u7528cpu\u548cgpu\u6709\u6548\u63d0\u5347\u753b\u8d28": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u5229\u7528cpu\u548cgpu\u6709\u6548\u63d0\u5347\u753b\u8d28"}, "persuasive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "persuasive"}, "paisleyland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "paisleyland"}, "racemixing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "racemixing"}, "puppets": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "puppets"}, "pw": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pw"}, "wedges": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wedges"}, "\u0442\u0443\u0442": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0442\u0443\u0442"}, "yihaa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yihaa"}, "perished": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "perished"}, "petrol": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "petrol"}, "pancho": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pancho"}, "pupil": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pupil"}, "pets": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pets"}, "queens78322": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "queens78322"}, "\u0441\u0438\u043f\u0442\u0430\u0440": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0441\u0438\u043f\u0442\u0430\u0440"}, "\u1f10\u03bc\u03c0\u03cc\u03c1\u03b9\u03bf\u03bd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u1f10\u03bc\u03c0\u03cc\u03c1\u03b9\u03bf\u03bd"}, "quenten": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quenten"}, "pvc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pvc"}, "perishes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "perishes"}, "pups": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pups"}, "petting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "petting"}, "yosemite": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yosemite"}, "pancrase": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pancrase"}, "petrified": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "petrified"}, "wday": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wday"}, "wellbeing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wellbeing"}, "racialists": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "racialists"}, "peebo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "peebo"}, "yugoslavia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yugoslavia"}, "youtu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "youtu"}, "pander": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pander"}, "pykies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pykies"}, "zealot": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zealot"}, "yuga": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yuga"}, "yuenglings": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yuenglings"}, "\u5728\u7ebf\u9ad8\u6e05": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u5728\u7ebf\u9ad8\u6e05"}, "watertight": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "watertight"}, "photograph": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "photograph"}, "waukegan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "waukegan"}, "pericings": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pericings"}, "yucky": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yucky"}, "welffare": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "welffare"}, "waukesha": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "waukesha"}, "yez": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yez"}, "raci": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "raci"}, "punta": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "punta"}, "perish": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "perish"}, "paganism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "paganism"}, "pamphlets": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pamphlets"}, "yopur": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yopur"}, "peep": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "peep"}, "wc1e": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wc1e"}, "quickresponse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quickresponse"}, "\u0441\u0443\u0441\u043b\u043e\u0432": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0441\u0443\u0441\u043b\u043e\u0432"}, "zaporojie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zaporojie"}, "permalink": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "permalink"}, "weekdays": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "weekdays"}, "yngste": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yngste"}, "penguins": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "penguins"}, "phantom": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "phantom"}, "yonge": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yonge"}, "quid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quid"}, "pureblood": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pureblood"}, "wavy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wavy"}, "purebred": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "purebred"}, "wcotc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wcotc"}, "personalities": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "personalities"}, "purebreed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "purebreed"}, "photgraph": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "photgraph"}, "youtubes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "youtubes"}, "wctoc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wctoc"}, "weldin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "weldin"}, "\u0441\u043b\u0438\u043a\u0430": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0441\u043b\u0438\u043a\u0430"}, "peoria": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "peoria"}, "\u0445\u043e\u0441\u0442\u043e\u0432\u0430\u045a\u0435": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0445\u043e\u0441\u0442\u043e\u0432\u0430\u045a\u0435"}, "pgj9jly3": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pgj9jly3"}, "quicker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quicker"}, "peepers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "peepers"}, "questioning": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "questioning"}, "zeljko": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zeljko"}, "zakus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zakus"}, "\u092e": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u092e"}, "purchasing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "purchasing"}, "pepper": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pepper"}, "quibble": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "quibble"}, "pffffft": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pffffft"}, "wax": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wax"}, "raced": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "raced"}, "photocopy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "photocopy"}, "yiu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yiu"}, "painfull": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "painfull"}, "photocopies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "photocopies"}, "puzzled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "puzzled"}, "peppahmintz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "peppahmintz"}, "photobucket": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "photobucket"}, "perkunas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "perkunas"}, "ymail": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ymail"}, "raccoons": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "raccoons"}, "pg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pg"}, "post700173": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "post700173"}, "xdm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "xdm"}, "pecan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pecan"}, "windows": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "windows"}, "policemen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "policemen"}, "policies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "policies"}, "pressed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pressed"}, "wilde": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wilde"}, "worm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "worm"}, "wildly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wildly"}, "wildness": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wildness"}, "wildpeter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wildpeter"}, "preserved": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "preserved"}, "preservatives": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "preservatives"}, "worldstarhiphop": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "worldstarhiphop"}, "worlds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "worlds"}, "worldnet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "worldnet"}, "preservative": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "preservative"}, "politely": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "politely"}, "wastes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wastes"}, "workwear": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "workwear"}, "passacaglia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "passacaglia"}, "presently": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "presently"}, "worms": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "worms"}, "policeand": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "policeand"}, "zwei": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zwei"}, "zvjezdan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zvjezdan"}, "pret\u012b": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pret\u012b"}, "poker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "poker"}, "wiggle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wiggle"}, "zuul88": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zuul88"}, "zv": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zv"}, "pased": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pased"}, "paso": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "paso"}, "pasqulino": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pasqulino"}, "pretends": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pretends"}, "pressing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pressing"}, "polevik": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "polevik"}, "pretended": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pretended"}, "\u00f2": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00f2"}, "poli": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "poli"}, "\u00f1\u00f1\u00f0": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00f1\u00f1\u00f0"}, "pressured": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pressured"}, "wilbraham": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wilbraham"}, "worrying": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "worrying"}, "\u00f1\u00f0\u00b51": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00f1\u00f0\u00b51"}, "\u00f1\u00f0": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00f1\u00f0"}, "\u00f0\u00b5": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00f0\u00b5"}, "pomp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pomp"}, "passionately": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "passionately"}, "preparedness": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "preparedness"}, "passop": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "passop"}, "polska": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "polska"}, "poly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "poly"}, "polymorphism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "polymorphism"}, "wordy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wordy"}, "polytechnic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "polytechnic"}, "premium": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "premium"}, "prepeared": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prepeared"}, "pond": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pond"}, "premiere": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "premiere"}, "wordpress": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wordpress"}, "premier": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "premier"}, "\u00edslendingar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00edslendingar"}, "premed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "premed"}, "ponds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ponds"}, "windowless": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "windowless"}, "preparing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "preparing"}, "preposterous": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "preposterous"}, "\u00f03": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00f03"}, "presenters": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "presenters"}, "willed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "willed"}, "willens": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "willens"}, "politicans": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "politicans"}, "\u00ed\u00fe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00ed\u00fe"}, "workshops": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "workshops"}, "workshop": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "workshop"}, "politicize": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "politicize"}, "workout": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "workout"}, "politifuldm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "politifuldm"}, "polly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "polly"}, "\u00edslendingum": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00edslendingum"}, "workforce": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "workforce"}, "williamsburg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "williamsburg"}, "polluting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "polluting"}, "willingly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "willingly"}, "willowick": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "willowick"}, "pollution": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pollution"}, "prepping": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prepping"}, "wigggers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wigggers"}, "wortrh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wortrh"}, "pasadena": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pasadena"}, "printer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "printer"}, "plunge": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "plunge"}, "wrench": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wrench"}, "pluton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pluton"}, "zuerich": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zuerich"}, "plzlzpnc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "plzlzpnc"}, "pmc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pmc"}, "pms": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pms"}, "wielding": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wielding"}, "wields": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wields"}, "wrenching": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wrenching"}, "wierd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wierd"}, "\u00f8kontaktudvalget": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00f8kontaktudvalget"}, "wrecker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wrecker"}, "\u00f6nnur": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00f6nnur"}, "wiesenthal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wiesenthal"}, "pnr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pnr"}, "pringle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pringle"}, "pats": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pats"}, "partition": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "partition"}, "wieghtlifting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wieghtlifting"}, "\u00f4\u00e8\u00f8\u00ea\u00e8\u00ed\u00e0": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00f4\u00e8\u00f8\u00ea\u00e8\u00ed\u00e0"}, "wretched": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wretched"}, "wright": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wright"}, "widespread": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "widespread"}, "priviledge": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "priviledge"}, "widows": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "widows"}, "plinker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "plinker"}, "plop": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "plop"}, "patterson": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "patterson"}, "wiedza": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wiedza"}, "partied": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "partied"}, "wrestle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wrestle"}, "wrestlers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wrestlers"}, "prisoners": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prisoners"}, "wrestler": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wrestler"}, "wrestlemania": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wrestlemania"}, "partisan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "partisan"}, "pluirin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pluirin"}, "plummer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "plummer"}, "wrestled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wrestled"}, "\u00f4\u00ee\u00f2\u00ee": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00f4\u00ee\u00f2\u00ee"}, "princeton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "princeton"}, "prevail": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prevail"}, "preys": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "preys"}, "priceless": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "priceless"}, "poets": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "poets"}, "partying": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "partying"}, "woy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "woy"}, "poignant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "poignant"}, "priced": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "priced"}, "zundel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zundel"}, "\u00f3": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00f3"}, "previously": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "previously"}, "pricipal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pricipal"}, "zur": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zur"}, "point2": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "point2"}, "wouldve": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wouldve"}, "preverbial": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "preverbial"}, "wiggerism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wiggerism"}, "\u00f2\u00ee\u00ef\u00eb\u00e5\u00f1\u00f1": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00f2\u00ee\u00ef\u00eb\u00e5\u00f1\u00f1"}, "prevailing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prevailing"}, "patrioticmama": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "patrioticmama"}, "wigged": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wigged"}, "wiggah": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wiggah"}, "po": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "po"}, "wigerish": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wigerish"}, "poachers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "poachers"}, "zum": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zum"}, "princesses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "princesses"}, "patrols": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "patrols"}, "poche": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "poche"}, "wral": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wral"}, "pocketing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pocketing"}, "wifi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wifi"}, "primates": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "primates"}, "primal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "primal"}, "pods": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pods"}, "poem": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "poem"}, "poetic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "poetic"}, "\u00f3tti": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00f3tti"}, "\u00f3rkneyjar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00f3rkneyjar"}, "poetry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "poetry"}, "primary": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "primary"}, "wpfr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wpfr"}, "prejudice": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prejudice"}, "pregnancy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pregnancy"}, "pleiadian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pleiadian"}, "preffer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "preffer"}, "pourpose": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pourpose"}, "womans": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "womans"}, "portugese": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "portugese"}, "pour": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pour"}, "patched": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "patched"}, "withhold": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "withhold"}, "withouth": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "withouth"}, "pounded": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pounded"}, "pos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pos"}, "witwe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "witwe"}, "poughkeepsie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "poughkeepsie"}, "potter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "potter"}, "posada": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "posada"}, "potst": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "potst"}, "wizard": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wizard"}, "potentially": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "potentially"}, "pose": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pose"}, "wizards": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wizards"}, "potchefstroom": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "potchefstroom"}, "pov": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pov"}, "\u00e1g\u00fast": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00e1g\u00fast"}, "ports": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ports"}, "wondered": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wondered"}, "portage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "portage"}, "powerlines": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "powerlines"}, "powering": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "powering"}, "wishful": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wishful"}, "pastures": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pastures"}, "\u00e0": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00e0"}, "portillo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "portillo"}, "powerade": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "powerade"}, "portland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "portland"}, "portraying": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "portraying"}, "womens": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "womens"}, "powderly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "powderly"}, "portrait": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "portrait"}, "witch": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "witch"}, "wombat": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wombat"}, "poway": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "poway"}, "witherwack": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "witherwack"}, "pow": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pow"}, "wolrd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wolrd"}, "wkf8ekh3rqk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wkf8ekh3rqk"}, "poses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "poses"}, "post695277": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "post695277"}, "wnlibrary": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wnlibrary"}, "possition": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "possition"}, "pathological": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pathological"}, "postcard": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "postcard"}, "wnn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wnn"}, "wnps": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wnps"}, "post_48": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "post_48"}, "post5825477": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "post5825477"}, "post9151222": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "post9151222"}, "possile": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "possile"}, "post709327": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "post709327"}, "post702119": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "post702119"}, "\u00e4rta": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00e4rta"}, "post701154": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "post701154"}, "post696338": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "post696338"}, "post696651": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "post696651"}, "\u00e1samt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00e1samt"}, "post700257": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "post700257"}, "\u00e4\u00e4nest\u00e4": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00e4\u00e4nest\u00e4"}, "woda": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "woda"}, "postting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "postting"}, "wolfie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wolfie"}, "wklhxkhb1vcmanufacturingmemorieshttps": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wklhxkhb1vcmanufacturingmemorieshttps"}, "wltx": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wltx"}, "posto": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "posto"}, "wolga": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wolga"}, "wolfinstockhttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wolfinstockhttp"}, "wlu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wlu"}, "wmv": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wmv"}, "wnct": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wnct"}, "wnd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wnd"}, "wodin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wodin"}, "\u00e4\u00e5\u00e2\u00f3\u00f8\u00ea\u00e8": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00e4\u00e5\u00e2\u00f3\u00f8\u00ea\u00e8"}, "posterity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "posterity"}, "wojnar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wojnar"}, "wndebatebooklet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wndebatebooklet"}, "possessed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "possessed"}, "wogs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wogs"}, "wodinsday": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wodinsday"}, "wndebatebooklet_2": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wndebatebooklet_2"}, "powerpoint": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "powerpoint"}, "patio": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "patio"}, "wonderfull": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wonderfull"}, "woodtemple": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "woodtemple"}, "wool": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wool"}, "\u00e9ire": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00e9ire"}, "winehouse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "winehouse"}, "predicament": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "predicament"}, "pooping": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pooping"}, "predators": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "predators"}, "zxyy751d": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zxyy751d"}, "woodwork": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "woodwork"}, "winged": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "winged"}, "zwillings": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zwillings"}, "woodstock": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "woodstock"}, "precipitous": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "precipitous"}, "pope": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pope"}, "\u00e8\u00e7": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00e8\u00e7"}, "popeyes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "popeyes"}, "zyklon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zyklon"}, "preceed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "preceed"}, "preachers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "preachers"}, "woooh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "woooh"}, "passwords": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "passwords"}, "\u00e8": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00e8"}, "windtalkers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "windtalkers"}, "pont": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pont"}, "windpipe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "windpipe"}, "winds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "winds"}, "pontifex": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pontifex"}, "preferred": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "preferred"}, "preferiblly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "preferiblly"}, "\u00ec": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00ec"}, "windshield": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "windshield"}, "windy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "windy"}, "wine": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wine"}, "preferably": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "preferably"}, "predominatly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "predominatly"}, "passportmagazine": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "passportmagazine"}, "\u00ea\u00e0\u00f0\u00f2\u00e8\u00ed\u00ea\u00e0": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00ea\u00e0\u00f0\u00f2\u00e8\u00ed\u00ea\u00e0"}, "predictions": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "predictions"}, "worcester": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "worcester"}, "pontius": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pontius"}, "predict": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "predict"}, "popish": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "popish"}, "preacher": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "preacher"}, "portabel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "portabel"}, "pastoralists": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pastoralists"}, "porch": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "porch"}, "porenut": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "porenut"}, "porewit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "porewit"}, "wiped": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wiped"}, "wipers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wipers"}, "wipes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wipes"}, "\u00b2": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00b2"}, "pr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pr"}, "pork": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pork"}, "wondrous": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wondrous"}, "wonders": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wonders"}, "wir": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wir"}, "patrcks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "patrcks"}, "\u00b3": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00b3"}, "porr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "porr"}, "wisely": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wisely"}, "pows": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pows"}, "port": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "port"}, "wondetring": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wondetring"}, "pastira": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pastira"}, "poportion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "poportion"}, "woodland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "woodland"}, "pops": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pops"}, "zzsjrfozlfy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zzsjrfozlfy"}, "z\u0142ota": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "z\u0142ota"}, "praying": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "praying"}, "winters": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "winters"}, "\u00e6\u00e6": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00e6\u00e6"}, "woodpile": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "woodpile"}, "winxp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "winxp"}, "popularity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "popularity"}, "populated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "populated"}, "wooden": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wooden"}, "prawo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prawo"}, "pranks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pranks"}, "pasting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pasting"}, "prairie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prairie"}, "prague": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prague"}, "\u00e5r": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00e5r"}, "woo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "woo"}, "wider": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wider"}, "wickliffe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wickliffe"}, "\u0440\u0443\u0441\u044c": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0440\u0443\u0441\u044c"}, "pitts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pitts"}, "providence": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "providence"}, "xtreme": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "xtreme"}, "pines": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pines"}, "zogworld": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zogworld"}, "proverbs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "proverbs"}, "proverbial": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "proverbial"}, "parasitical": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "parasitical"}, "ping": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ping"}, "proverb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "proverb"}, "\u0435\u0432\u0440\u043e": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0435\u0432\u0440\u043e"}, "xoxoxoxoxoxox": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "xoxoxoxoxoxox"}, "\u0435": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0435"}, "\u0434\ua651\u043c\u044a": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0434\ua651\u043c\u044a"}, "ping1339": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ping1339"}, "pbcs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pbcs"}, "prouductive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prouductive"}, "pinheads": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pinheads"}, "\u0434\u044b\u043c": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0434\u044b\u043c"}, "pinkerton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pinkerton"}, "provides": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "provides"}, "providi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "providi"}, "parasite": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "parasite"}, "provoked": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "provoked"}, "pillow": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pillow"}, "parading": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "parading"}, "pcworld": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pcworld"}, "xxboobearxx": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "xxboobearxx"}, "pillows": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pillows"}, "prowl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prowl"}, "zoe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zoe"}, "prowhites": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prowhites"}, "pills": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pills"}, "pinders": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pinders"}, "paramilitary": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "paramilitary"}, "provoke": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "provoke"}, "pimped": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pimped"}, "pimpin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pimpin"}, "pimps": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pimps"}, "provincial": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "provincial"}, "pin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pin"}, "parasise": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "parasise"}, "pinkmonkey": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pinkmonkey"}, "pinned": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pinned"}, "pinpoint": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pinpoint"}, "\u0432\u043b\u0430\u0434\u0438\u043c\u0438\u0440": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0432\u043b\u0430\u0434\u0438\u043c\u0438\u0440"}, "prosper": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prosper"}, "pitbull": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pitbull"}, "prospects": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prospects"}, "prosecutors": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prosecutors"}, "prosecuting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prosecuting"}, "prosecuted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prosecuted"}, "prosecute": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prosecute"}, "pitched": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pitched"}, "pitchforks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pitchforks"}, "prostitute": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prostitute"}, "xasxribb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "xasxribb"}, "proportion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "proportion"}, "prophecies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prophecies"}, "pits": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pits"}, "propertys": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "propertys"}, "\u0432\u0438\u0452\u0430\u043e": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0432\u0438\u0452\u0430\u043e"}, "whichever": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whichever"}, "pittance": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pittance"}, "\u0432\u043e": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0432\u043e"}, "xcywpdorysa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "xcywpdorysa"}, "protocols": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "protocols"}, "xdr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "xdr"}, "pinpointed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pinpointed"}, "xox": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "xox"}, "protiv": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "protiv"}, "protests": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "protests"}, "xk4xg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "xk4xg"}, "protestants": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "protestants"}, "protestant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "protestant"}, "wherein": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wherein"}, "pis": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pis"}, "\u0432\u0442\u043e\u0440\u0430": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0432\u0442\u043e\u0440\u0430"}, "protected": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "protected"}, "post696663": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "post696663"}, "zombie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zombie"}, "parish": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "parish"}, "whew": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whew"}, "pistols": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pistols"}, "payed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "payed"}, "\u0434\u043c\u0438\u0442\u0440\u0438\u0439": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0434\u043c\u0438\u0442\u0440\u0438\u0439"}, "prowling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prowling"}, "pill": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pill"}, "proximity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "proximity"}, "wf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wf"}, "yanukovych": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yanukovych"}, "wethepeople": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wethepeople"}, "wetm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wetm"}, "publicity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "publicity"}, "publication": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "publication"}, "yancy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yancy"}, "peaks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "peaks"}, "weve": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "weve"}, "yams": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yams"}, "publish": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "publish"}, "peachy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "peachy"}, "wfin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wfin"}, "pu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pu"}, "pttm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pttm"}, "\u043d\u0438\u043a\u043e\u043b\u0430\u0435\u0432\u0438\u0447": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u043d\u0438\u043a\u043e\u043b\u0430\u0435\u0432\u0438\u0447"}, "wgbh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wgbh"}, "psyhical": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "psyhical"}, "peacemaker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "peacemaker"}, "\u043f\u0441": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u043f\u0441"}, "yar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yar"}, "yalecourses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yalecourses"}, "panzerfaust": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "panzerfaust"}, "peasant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "peasant"}, "pickering": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pickering"}, "pickets": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pickets"}, "pul": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pul"}, "pearls": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pearls"}, "yearly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yearly"}, "picky": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "picky"}, "pug": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pug"}, "puerto": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "puerto"}, "pearce": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pearce"}, "puerta": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "puerta"}, "pudgy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pudgy"}, "yay": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yay"}, "yawn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yawn"}, "westminster": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "westminster"}, "westmoreland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "westmoreland"}, "wet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wet"}, "pid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pid"}, "psychosocial": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "psychosocial"}, "yale": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yale"}, "parades": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "parades"}, "xxv": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "xxv"}, "papirforretn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "papirforretn"}, "\u0438\u0441\u043a\u043e\u0440\u0438\u0441\u0442\u0438": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0438\u0441\u043a\u043e\u0440\u0438\u0441\u0442\u0438"}, "pdfhttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pdfhttp"}, "piibe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "piibe"}, "wheat": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wheat"}, "pike": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pike"}, "par": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "par"}, "pilate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pilate"}, "\u0438\u0432\u0430\u043d\u043e\u0432\u0438\u0447": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0438\u0432\u0430\u043d\u043e\u0432\u0438\u0447"}, "psezkkk4d6a3wt1": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "psezkkk4d6a3wt1"}, "piled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "piled"}, "prudentbear": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prudentbear"}, "\u0438\u0432\u0430\u043d": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0438\u0432\u0430\u043d"}, "prreachers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prreachers"}, "\u0438": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0438"}, "para": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "para"}, "\u0437\u0430": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0437\u0430"}, "proxy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "proxy"}, "pigmentation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pigmentation"}, "psg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "psg"}, "wgbph7gn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wgbph7gn"}, "pies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pies"}, "wgcl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wgcl"}, "wgs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wgs"}, "whacked": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whacked"}, "yahoos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "yahoos"}, "piers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "piers"}, "psychos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "psychos"}, "whales": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whales"}, "psyche": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "psyche"}, "piff": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "piff"}, "y6gjhr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "y6gjhr"}, "psu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "psu"}, "pst": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pst"}, "\u043d\u0435\u043a\u0438": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u043d\u0435\u043a\u0438"}, "psoglav": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "psoglav"}, "\u043a\u0443\u043c\u0430\u043d\u043e\u0432\u043e": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u043a\u0443\u043c\u0430\u043d\u043e\u0432\u043e"}, "paperwork": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "paperwork"}, "psni": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "psni"}, "y_glossary": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "y_glossary"}, "parkinson": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "parkinson"}, "parks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "parks"}, "privileged": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "privileged"}, "\u0432\u0430\u0441\u0438\u043b\u044c\u0435\u0432\u0438\u0447": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0432\u0430\u0441\u0438\u043b\u044c\u0435\u0432\u0438\u0447"}, "whiteresistanceradio": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whiteresistanceradio"}, "plausible": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "plausible"}, "parteitag": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "parteitag"}, "ws": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ws"}, "whitest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whitest"}, "produces": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "produces"}, "producer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "producer"}, "partial": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "partial"}, "playas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "playas"}, "prodigal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prodigal"}, "wrs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wrs"}, "proclaimed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "proclaimed"}, "pavav": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pavav"}, "proclaim": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "proclaim"}, "participate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "participate"}, "wrongs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wrongs"}, "processing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "processing"}, "processes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "processes"}, "wrongly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wrongly"}, "pavement": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pavement"}, "productive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "productive"}, "whiter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whiter"}, "zpridez": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zpridez"}, "proffesional": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "proffesional"}, "wsu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wsu"}, "platinum": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "platinum"}, "plats": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "plats"}, "whiteness": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whiteness"}, "professions": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "professions"}, "professionals": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "professionals"}, "plausable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "plausable"}, "professionally": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "professionally"}, "ws6x": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ws6x"}, "\u00feegar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00feegar"}, "\u00fea\u00f0": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00fea\u00f0"}, "professes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "professes"}, "profanity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "profanity"}, "profane": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "profane"}, "wsd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wsd"}, "whitepride": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whitepride"}, "whiteqt242002": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whiteqt242002"}, "whiteteacher": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whiteteacher"}, "wrongfully": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wrongfully"}, "playgrounds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "playgrounds"}, "prob": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prob"}, "writers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "writers"}, "paula": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "paula"}, "particles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "particles"}, "probaly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "probaly"}, "writer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "writer"}, "\u00feakkl\u00e1ta": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00feakkl\u00e1ta"}, "probally": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "probally"}, "\u00fat": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00fat"}, "\u00fagy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00fagy"}, "writes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "writes"}, "particulars": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "particulars"}, "wichita": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wichita"}, "pleasent": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pleasent"}, "prn1": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prn1"}, "prizes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prizes"}, "\u00f9": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00f9"}, "patting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "patting"}, "pledged": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pledged"}, "whos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whos"}, "paulo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "paulo"}, "participated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "participated"}, "plays": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "plays"}, "wrongful": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wrongful"}, "whiteutopian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whiteutopian"}, "whitewire": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whitewire"}, "proceeding": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "proceeding"}, "zsofia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zsofia"}, "playlist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "playlist"}, "proceeded": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "proceeded"}, "playpen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "playpen"}, "procedures": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "procedures"}, "probly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "probly"}, "pleader": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pleader"}, "pleads": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pleads"}, "participating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "participating"}, "wholly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wholly"}, "pleasant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pleasant"}, "procedure": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "procedure"}, "participle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "participle"}, "paulus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "paulus"}, "whiten": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whiten"}, "\u00fej\u00f3\u00f0": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00fej\u00f3\u00f0"}, "proffesionalism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "proffesionalism"}, "wwf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wwf"}, "\u03b8\u03c5\u03bc\u03cc\u03c2": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u03b8\u03c5\u03bc\u03cc\u03c2"}, "www2": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "www2"}, "placing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "placing"}, "zowg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zowg"}, "pawns": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pawns"}, "plagued": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "plagued"}, "whining": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whining"}, "promo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "promo"}, "promises": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "promises"}, "wwwfaem": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wwwfaem"}, "whinorities": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whinorities"}, "plainly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "plainly"}, "\u010dast": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u010dast"}, "whip": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whip"}, "whipe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whipe"}, "parlor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "parlor"}, "ww3": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ww3"}, "whippings": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whippings"}, "placehttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "placehttp"}, "x2": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "x2"}, "pawing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pawing"}, "\u0431\u0456\u043b\u044c\u0448\u0435": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u0431\u0456\u043b\u044c\u0448\u0435"}, "whigger": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whigger"}, "parliament": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "parliament"}, "propeller": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "propeller"}, "propagating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "propagating"}, "whille": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whille"}, "x9qnkb34cjo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "x9qnkb34cjo"}, "propagand": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "propagand"}, "prop": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prop"}, "pixie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pixie"}, "zones": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "zones"}, "pizdas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pizdas"}, "x3kwx8kf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "x3kwx8kf"}, "pkk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pkk"}, "pronounced": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pronounced"}, "pl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pl"}, "proncipal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "proncipal"}, "promotional": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "promotional"}, "pla": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pla"}, "proliferated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "proliferated"}, "proksa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "proksa"}, "profiecent": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "profiecent"}, "progeny": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "progeny"}, "wulfi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wulfi"}, "programmes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "programmes"}, "programme": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "programme"}, "programing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "programing"}, "pavillion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pavillion"}, "parrot": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "parrot"}, "wu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wu"}, "wtzk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wtzk"}, "whitelion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whitelion"}, "wussed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wussed"}, "profoss": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "profoss"}, "wtov": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wtov"}, "profited": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "profited"}, "profitable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "profitable"}, "profiles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "profiles"}, "\u00fej\u00f3\u00f0a": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00fej\u00f3\u00f0a"}, "wtnfdpxtfek": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wtnfdpxtfek"}, "parrots": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "parrots"}, "whitegenocide": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whitegenocide"}, "planner": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "planner"}, "whiskers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whiskers"}, "whitebyp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whitebyp"}, "\u00fe\u00f6g\u00f0u": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00fe\u00f6g\u00f0u"}, "parolee": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "parolee"}, "pawel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pawel"}, "whiskey": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whiskey"}, "planed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "planed"}, "wv": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wv"}, "whisks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "whisks"}, "projected": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "projected"}, "\u00fe\u00e1": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u00fe\u00e1"}, "pavol": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pavol"}, "prohibits": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prohibits"}, "prohibition": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prohibition"}, "prohibit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "prohibit"}, "wuz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wuz"}, "planets": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "planets"}, "progressivist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "progressivist"}, "progressive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "progressive"}, "progression": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "progression"}, "worl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "worl"}, "r\u00fcnno": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "r\u00fcnno"}, "wasteland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wasteland"}, "transit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "transit"}, "sosmath": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sosmath"}, "sos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sos"}, "sorts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sorts"}, "sorted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sorted"}, "transfiguration": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "transfiguration"}, "transformation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "transformation"}, "soros": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "soros"}, "sorenyos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sorenyos"}, "sorcerer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sorcerer"}, "sopranos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sopranos"}, "transforming": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "transforming"}, "sophomore": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sophomore"}, "transilvanian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "transilvanian"}, "sooooooo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sooooooo"}, "soooo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "soooo"}, "radioireland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "radioireland"}, "transitive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "transitive"}, "translates": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "translates"}, "songwriter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "songwriter"}, "sonatas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sonatas"}, "transmission": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "transmission"}, "transmitting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "transmitting"}, "transnistria": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "transnistria"}, "transparency": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "transparency"}, "somethign": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "somethign"}, "someplace": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "someplace"}, "someones": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "someones"}, "transparent": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "transparent"}, "somene": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "somene"}, "somehwere": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "somehwere"}, "sote": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sote"}, "transcription": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "transcription"}, "transcript": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "transcript"}, "sotries": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sotries"}, "trafficked": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trafficked"}, "sov\u00e9tr\u00edkin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sov\u00e9tr\u00edkin"}, "trafficking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trafficking"}, "tragic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tragic"}, "sovine": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sovine"}, "tragically": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tragically"}, "tragted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tragted"}, "southernmost": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "southernmost"}, "southernman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "southernman"}, "southeastern": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "southeastern"}, "southaven": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "southaven"}, "trailered": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trailered"}, "sourcex": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sourcex"}, "trainnig": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trainnig"}, "soup\u00e3": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "soup\u00e3"}, "souped": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "souped"}, "soup": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "soup"}, "tralee": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tralee"}, "sounding": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sounding"}, "tramp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tramp"}, "sounded": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sounded"}, "tramping": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tramping"}, "soumalians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "soumalians"}, "tranning": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tranning"}, "soumalian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "soumalian"}, "soulseek": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "soulseek"}, "tranny": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tranny"}, "transcona": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "transcona"}, "transcribed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "transcribed"}, "trap": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trap"}, "sombody": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sombody"}, "sombitches": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sombitches"}, "trevis_smithadriensylvernduwayohttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trevis_smithadriensylvernduwayohttp"}, "trevor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trevor"}, "trey": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trey"}, "soaring": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "soaring"}, "tri": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tri"}, "soapboxes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "soapboxes"}, "soap": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "soap"}, "soaked": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "soaked"}, "soak": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "soak"}, "trials": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trials"}, "triangle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "triangle"}, "trianon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trianon"}, "snowy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "snowy"}, "snowballs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "snowballs"}, "tribal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tribal"}, "snotty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "snotty"}, "tribalism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tribalism"}, "tricks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tricks"}, "snooping": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "snooping"}, "trickster": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trickster"}, "snky": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "snky"}, "sniper": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sniper"}, "tricoleur": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tricoleur"}, "sneezes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sneezes"}, "sneaking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sneaking"}, "sneakers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sneakers"}, "snapped": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "snapped"}, "tricycles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tricycles"}, "trier": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trier"}, "snakes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "snakes"}, "trevligt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trevligt"}, "socialistic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "socialistic"}, "somalians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "somalians"}, "socialization": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "socialization"}, "somalia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "somalia"}, "trashes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trashes"}, "trauma": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trauma"}, "traumatized": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "traumatized"}, "traveller": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "traveller"}, "solve": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "solve"}, "traverse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "traverse"}, "solidarity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "solidarity"}, "travesty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "travesty"}, "solid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "solid"}, "travis": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "travis"}, "solicited": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "solicited"}, "soleil": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "soleil"}, "soldierfn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "soldierfn"}, "solarviews": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "solarviews"}, "solargeneral": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "solargeneral"}, "software": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "software"}, "treading": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "treading"}, "soderberg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "soderberg"}, "soda": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "soda"}, "treaters": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "treaters"}, "sock": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sock"}, "treats": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "treats"}, "sociology": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sociology"}, "treblinka": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "treblinka"}, "trek": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trek"}, "trend": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trend"}, "trespassers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trespassers"}, "socialize": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "socialize"}, "sov\u00e9tr\u00edkjunum": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sov\u00e9tr\u00edkjunum"}, "soya": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "soya"}, "spacers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spacers"}, "squelch": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "squelch"}, "squeeze": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "squeeze"}, "squatting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "squatting"}, "squash": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "squash"}, "squandle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "squandle"}, "spyware": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spyware"}, "torches": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "torches"}, "spying": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spying"}, "spyderco": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spyderco"}, "spy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spy"}, "sps": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sps"}, "torchlight": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "torchlight"}, "springing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "springing"}, "torment": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "torment"}, "tormented": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tormented"}, "sprays": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sprays"}, "tormenting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tormenting"}, "spraypaint": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spraypaint"}, "spraying": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spraying"}, "spps": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spps"}, "spotted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spotted"}, "spotkalem": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spotkalem"}, "tornouments": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tornouments"}, "torpid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "torpid"}, "spook": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spook"}, "sponge": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sponge"}, "tortures": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tortures"}, "tory": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tory"}, "torys": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "torys"}, "tosser": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tosser"}, "squeezing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "squeezing"}, "squirell": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "squirell"}, "splendidly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "splendidly"}, "squirm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "squirm"}, "stalk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stalk"}, "stalin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stalin"}, "topham": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "topham"}, "stali": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stali"}, "stale": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stale"}, "stake": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stake"}, "stainless": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stainless"}, "stafford": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stafford"}, "staffed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "staffed"}, "topix": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "topix"}, "stadiums": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stadiums"}, "staddur": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "staddur"}, "stacks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stacks"}, "stabs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stabs"}, "stable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stable"}, "topless": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "topless"}, "topnews": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "topnews"}, "stab": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stab"}, "tops": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tops"}, "ssupreme88": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ssupreme88"}, "sshh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sshh"}, "ssf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ssf"}, "ssc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ssc"}, "torah": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "torah"}, "sry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sry"}, "srrogate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "srrogate"}, "srpski": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "srpski"}, "sre\u0107a": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sre\u0107a"}, "srceaming": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "srceaming"}, "splenetic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "splenetic"}, "spite": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spite"}, "spaces": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spaces"}, "specie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "specie"}, "tr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tr"}, "specials": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "specials"}, "specially": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "specially"}, "specialized": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "specialized"}, "tra": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tra"}, "specialists": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "specialists"}, "specialist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "specialist"}, "trabants": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trabants"}, "spec": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spec"}, "spears": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spears"}, "pad": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pad"}, "traced": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "traced"}, "traces": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "traces"}, "speaker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "speaker"}, "tracking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tracking"}, "tracks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tracks"}, "tract": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tract"}, "tracts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tracts"}, "spca": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spca"}, "spat": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spat"}, "spartali": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spartali"}, "spartacus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spartacus"}, "sparkly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sparkly"}, "spark": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spark"}, "spared": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spared"}, "traders": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "traders"}, "traditionally": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "traditionally"}, "spamlaws": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spamlaws"}, "spades": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spades"}, "specialty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "specialty"}, "toxic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "toxic"}, "tost": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tost"}, "specified": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "specified"}, "toszek": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "toszek"}, "totals": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "totals"}, "totp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "totp"}, "spiral": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spiral"}, "spins": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spins"}, "totta": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "totta"}, "tottenham": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tottenham"}, "spines": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spines"}, "spider": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spider"}, "totuus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "totuus"}, "spices": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spices"}, "spic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spic"}, "spg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spg"}, "touched": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "touched"}, "spew": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spew"}, "touching": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "touching"}, "speny": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "speny"}, "spende": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spende"}, "tougether": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tougether"}, "toup": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "toup"}, "spell": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spell"}, "spel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spel"}, "towan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "towan"}, "towers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "towers"}, "speculation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "speculation"}, "spectators": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spectators"}, "spectacular": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spectacular"}, "specks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "specks"}, "specimen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "specimen"}, "smut": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "smut"}, "smugglers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "smugglers"}, "smoother": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "smoother"}, "tumblin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tumblin"}, "tumblr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tumblr"}, "sincs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sincs"}, "tumblr_lb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tumblr_lb"}, "sincere": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sincere"}, "tummy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tummy"}, "tuna": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tuna"}, "simultaneous": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "simultaneous"}, "simular": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "simular"}, "simpletons": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "simpletons"}, "tune": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tune"}, "simon_moleversonbandahttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "simon_moleversonbandahttp"}, "simmons": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "simmons"}, "similiar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "similiar"}, "simian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "simian"}, "silva": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "silva"}, "silos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "silos"}, "tunisian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tunisian"}, "silja": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "silja"}, "silicon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "silicon"}, "tunnel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tunnel"}, "tupelo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tupelo"}, "silenced": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "silenced"}, "sila": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sila"}, "sikh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sikh"}, "sikgirl88": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sikgirl88"}, "sigs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sigs"}, "signing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "signing"}, "signifying": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "signifying"}, "significantly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "significantly"}, "sine": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sine"}, "tumbleweedhouses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tumbleweedhouses"}, "significant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "significant"}, "tulsa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tulsa"}, "sjca": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sjca"}, "sizes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sizes"}, "tshinvaly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tshinvaly"}, "sixteen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sixteen"}, "tsjetsjener": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tsjetsjener"}, "ttc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ttc"}, "situated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "situated"}, "ttjnz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ttjnz"}, "ttogather": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ttogather"}, "ttrfivsuf4a": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ttrfivsuf4a"}, "sits": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sits"}, "tubb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tubb"}, "sitcoms": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sitcoms"}, "tucson": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tucson"}, "tudok": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tudok"}, "sissi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sissi"}, "siren": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "siren"}, "tuf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tuf"}, "sipovo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sipovo"}, "sip": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sip"}, "tuffet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tuffet"}, "sinopoli": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sinopoli"}, "sinni": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sinni"}, "sinners": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sinners"}, "tuition": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tuition"}, "sinivalkoiset": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sinivalkoiset"}, "singular": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "singular"}, "singles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "singles"}, "tuleistu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tuleistu"}, "turanid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "turanid"}, "signed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "signed"}, "sj\u00e1lfst\u00e6\u00f0i": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sj\u00e1lfst\u00e6\u00f0i"}, "tutors": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tutors"}, "shrinking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shrinking"}, "shrine": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shrine"}, "shreds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shreds"}, "twe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "twe"}, "shreddin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shreddin"}, "twelve": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "twelve"}, "tweye": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tweye"}, "twhzxn3knts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "twhzxn3knts"}, "shower": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shower"}, "twilight": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "twilight"}, "twins": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "twins"}, "shoving": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shoving"}, "shovels": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shovels"}, "shovelful": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shovelful"}, "shouts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shouts"}, "shouldn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shouldn"}, "shoulders": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shoulders"}, "twp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "twp"}, "twylytegrl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "twylytegrl"}, "txt2minutepromotionalbookletvideo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "txt2minutepromotionalbookletvideo"}, "txtoriginal2minutepromotionalbookletvideo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "txtoriginal2minutepromotionalbookletvideo"}, "shotguns": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shotguns"}, "tyep": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tyep"}, "typed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "typed"}, "shortly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shortly"}, "typhus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "typhus"}, "shores": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shores"}, "shopsite_s": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shopsite_s"}, "tyr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tyr"}, "shrugs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shrugs"}, "shunning": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shunning"}, "turd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "turd"}, "shutdown": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shutdown"}, "signatures": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "signatures"}, "turdos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "turdos"}, "turds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "turds"}, "signals": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "signals"}, "turk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "turk"}, "sighted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sighted"}, "turkic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "turkic"}, "sielt\u00e4": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sielt\u00e4"}, "siege": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "siege"}, "sieg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sieg"}, "sie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sie"}, "sideways": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sideways"}, "sides": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sides"}, "sidelines": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sidelines"}, "sidedness": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sidedness"}, "turnage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "turnage"}, "sicko": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sicko"}, "turner": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "turner"}, "sickle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sickle"}, "sickens": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sickens"}, "turnout": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "turnout"}, "sicken": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sicken"}, "turret": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "turret"}, "sicilian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sicilian"}, "tuti": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tuti"}, "si": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "si"}, "sh\u00e0me": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sh\u00e0me"}, "shylock": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shylock"}, "shutting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shutting"}, "sjcsf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sjcsf"}, "tschubtschik": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tschubtschik"}, "smooth": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "smooth"}, "slither": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slither"}, "slit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slit"}, "slips": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slips"}, "tristania": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tristania"}, "slipping": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slipping"}, "triumph": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "triumph"}, "trlwaksmkha": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trlwaksmkha"}, "slippage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slippage"}, "slipknot": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slipknot"}, "slip": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slip"}, "tro": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tro"}, "slightest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slightest"}, "trois": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trois"}, "trojan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trojan"}, "trojka": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trojka"}, "sliding": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sliding"}, "slidesong": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slidesong"}, "slideshow": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slideshow"}, "trollsville": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trollsville"}, "slide": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slide"}, "slicker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slicker"}, "slices": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slices"}, "slice": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slice"}, "slept": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slept"}, "troop": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "troop"}, "sleeve": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sleeve"}, "sleepers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sleepers"}, "trotis": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trotis"}, "sledgehammer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sledgehammer"}, "sleaze": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sleaze"}, "trisha": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trisha"}, "slobber": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slobber"}, "trotsky": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trotsky"}, "slobbering": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slobbering"}, "smoked": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "smoked"}, "triggered": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "triggered"}, "smithy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "smithy"}, "smithfield": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "smithfield"}, "trigonom": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trigonom"}, "smirking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "smirking"}, "smiling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "smiling"}, "trigonometry_645": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trigonometry_645"}, "smiles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "smiles"}, "trilidon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trilidon"}, "trimmed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trimmed"}, "smh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "smh"}, "smelling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "smelling"}, "smcm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "smcm"}, "smartest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "smartest"}, "tripe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tripe"}, "smallwood": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "smallwood"}, "triple": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "triple"}, "tripled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tripled"}, "smack": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "smack"}, "slur": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slur"}, "sludge": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sludge"}, "tripped": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tripped"}, "slower": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slower"}, "tripping": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tripping"}, "slovo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slovo"}, "tripple": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tripple"}, "slothful": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slothful"}, "sloppy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sloppy"}, "slc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slc"}, "slayers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slayers"}, "tsar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tsar"}, "truepetermwaihttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "truepetermwaihttp"}, "skirt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skirt"}, "skireisen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skireisen"}, "skips": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skips"}, "skipping": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skipping"}, "skip": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skip"}, "skinranger": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skinranger"}, "skink": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skink"}, "skinheadz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skinheadz"}, "skinheadsi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skinheadsi"}, "trusting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trusting"}, "trusty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trusty"}, "truth_about_bowling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "truth_about_bowling"}, "skilabo\u00f0": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skilabo\u00f0"}, "skijoring": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skijoring"}, "skifahren": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skifahren"}, "skier": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skier"}, "ski": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ski"}, "skg72aviefw": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skg72aviefw"}, "skew": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skew"}, "skating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skating"}, "truthfromukraine": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "truthfromukraine"}, "skater": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skater"}, "skank": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skank"}, "skandinavia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skandinavia"}, "skal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skal"}, "skadi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skadi"}, "sk8terxxl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sk8terxxl"}, "sj\u00e4lv": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sj\u00e4lv"}, "sj\u00e1lfst\u00e6\u00f0isyfirl\u00fdsingin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sj\u00e1lfst\u00e6\u00f0isyfirl\u00fdsingin"}, "skistern": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skistern"}, "skr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skr"}, "slayer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slayer"}, "sks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sks"}, "troublemakers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "troublemakers"}, "troubles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "troubles"}, "troublesome": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "troublesome"}, "trout": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "trout"}, "troy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "troy"}, "slaughtering": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slaughtering"}, "slaughterhouse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slaughterhouse"}, "slather": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slather"}, "slashing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slashing"}, "slashed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slashed"}, "truckers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "truckers"}, "slapping": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slapping"}, "slapped": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slapped"}, "slapp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slapp"}, "slaping": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slaping"}, "slap": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slap"}, "slam": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slam"}, "slag": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slag"}, "slack": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slack"}, "slabve": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "slabve"}, "skyyjohn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skyyjohn"}, "skyrocketing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skyrocketing"}, "truckstops": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "truckstops"}, "skyrocketed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skyrocketed"}, "skype": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skype"}, "skyldu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skyldu"}, "truely": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "truely"}, "skulking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skulking"}, "skulk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "skulk"}, "stalking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stalking"}, "stall": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stall"}, "stamped": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stamped"}, "sxe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sxe"}, "swordfish": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "swordfish"}, "thaiguys": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thaiguys"}, "thailand": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thailand"}, "switchblade": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "switchblade"}, "thames": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thames"}, "switch": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "switch"}, "swissgirl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "swissgirl"}, "swine": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "swine"}, "swindling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "swindling"}, "swimsuit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "swimsuit"}, "swerve": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "swerve"}, "sweetshirts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sweetshirts"}, "sweetie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sweetie"}, "thanking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thanking"}, "sweeteners": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sweeteners"}, "thankx": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thankx"}, "sweds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sweds"}, "thankyou": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thankyou"}, "thatll": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thatll"}, "swedens": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "swedens"}, "sweatpants": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sweatpants"}, "sweater": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sweater"}, "sweated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sweated"}, "swears": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "swears"}, "thea": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thea"}, "swe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "swe"}, "swazi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "swazi"}, "thease": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thease"}, "swarthmore": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "swarthmore"}, "swva": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "swva"}, "sxkpdxixkgy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sxkpdxixkgy"}, "swampers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "swampers"}, "sydneys": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sydneys"}, "t1008885": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t1008885"}, "s\u00f8ner": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "s\u00f8ner"}, "textbooks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "textbooks"}, "s\u00f8ker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "s\u00f8ker"}, "s\u00edna": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "s\u00edna"}, "szp82fbc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "szp82fbc"}, "szczecry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "szczecry"}, "textures": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "textures"}, "szandra": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "szandra"}, "te\u00e1rlach": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "te\u00e1rlach"}, "tfp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tfp"}, "sysselmannen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sysselmannen"}, "syrup": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "syrup"}, "syrian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "syrian"}, "syria": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "syria"}, "sypply": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sypply"}, "synosis": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "synosis"}, "syndicate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "syndicate"}, "syn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "syn"}, "symptoms": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "symptoms"}, "th0r": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "th0r"}, "tha": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tha"}, "symptom": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "symptom"}, "symphonies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "symphonies"}, "sympathies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sympathies"}, "thaat": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thaat"}, "thad": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thad"}, "symbiosis": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "symbiosis"}, "syllabus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "syllabus"}, "swan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "swan"}, "swamped": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "swamped"}, "t101175": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t101175"}, "survivalist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "survivalist"}, "themd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "themd"}, "surveys": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "surveys"}, "surveillance": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "surveillance"}, "surreptitious": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "surreptitious"}, "themes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "themes"}, "surreal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "surreal"}, "thenownews": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thenownews"}, "surgery": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "surgery"}, "surfing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "surfing"}, "surfed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "surfed"}, "surf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "surf"}, "theoden": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "theoden"}, "suprised": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "suprised"}, "suprise": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "suprise"}, "theodoric": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "theodoric"}, "supressing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "supressing"}, "theorizing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "theorizing"}, "supremicism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "supremicism"}, "thepost": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thepost"}, "therapy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "therapy"}, "therealfixxx": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "therealfixxx"}, "supremacism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "supremacism"}, "suppresses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "suppresses"}, "suppressed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "suppressed"}, "thereapist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thereapist"}, "supportive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "supportive"}, "therefor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "therefor"}, "therein": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "therein"}, "thereof": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thereof"}, "survivalism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "survivalism"}, "survived": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "survived"}, "theaters": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "theaters"}, "theman2089": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "theman2089"}, "sw": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sw"}, "thebest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thebest"}, "svrljig": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "svrljig"}, "thecoloured": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thecoloured"}, "svitjod": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "svitjod"}, "svidd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "svidd"}, "svetovid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "svetovid"}, "svenska": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "svenska"}, "svensk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "svensk"}, "sven": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sven"}, "thedark": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thedark"}, "sveiks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sveiks"}, "svega": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "svega"}, "svea": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "svea"}, "svarog": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "svarog"}, "theforbiddentruth": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "theforbiddentruth"}, "thegirl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thegirl"}, "sv": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sv"}, "sustaining": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sustaining"}, "sustained": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sustained"}, "sussed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sussed"}, "suss": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "suss"}, "susq": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "susq"}, "suspiciously": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "suspiciously"}, "suspicion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "suspicion"}, "suspense": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "suspense"}, "thekneeslider": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thekneeslider"}, "thelgbt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thelgbt"}, "suslov": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "suslov"}, "tested": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tested"}, "t1020784": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t1020784"}, "suposed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "suposed"}, "telescope": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "telescope"}, "taser": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "taser"}, "tarzan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tarzan"}, "tartan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tartan"}, "tarja": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tarja"}, "telescopic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "telescopic"}, "tarantino": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tarantino"}, "tara": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tara"}, "tar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tar"}, "tapped": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tapped"}, "teller": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "teller"}, "tapp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tapp"}, "tapio": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tapio"}, "tapes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tapes"}, "taoiseach": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "taoiseach"}, "tellyspeople": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tellyspeople"}, "tan\u00e9v": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tan\u00e9v"}, "tang": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tang"}, "telusplanet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "telusplanet"}, "temperament": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "temperament"}, "tampa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tampa"}, "talysh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "talysh"}, "talmudivision": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "talmudivision"}, "talmud": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "talmud"}, "tally": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tally"}, "tallaght": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tallaght"}, "tempers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tempers"}, "talkies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "talkies"}, "temporarily": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "temporarily"}, "talentless": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "talentless"}, "telescopes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "telescopes"}, "tassled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tassled"}, "tala\u00f0i": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tala\u00f0i"}, "tasted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tasted"}, "tearing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tearing"}, "teachwithmovies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "teachwithmovies"}, "teachings": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "teachings"}, "teasing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "teasing"}, "technical": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "technical"}, "td1f": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "td1f"}, "technician": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "technician"}, "tcgapdf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tcgapdf"}, "tcga": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tcga"}, "teef": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "teef"}, "tbe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tbe"}, "teeming": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "teeming"}, "teenage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "teenage"}, "tazewell": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tazewell"}, "teespring": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "teespring"}, "tehran": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tehran"}, "tel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tel"}, "taunt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "taunt"}, "tau": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tau"}, "tattooist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tattooist"}, "telegraf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "telegraf"}, "tattooed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tattooed"}, "tatto": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tatto"}, "tats": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tats"}, "tatiana": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tatiana"}, "tates": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tates"}, "tate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tate"}, "telephone": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "telephone"}, "tat101": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tat101"}, "tale": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tale"}, "takin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "takin"}, "tesla": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tesla"}, "t994857": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t994857"}, "terribel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "terribel"}, "t989503": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t989503"}, "terrier": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "terrier"}, "terrific": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "terrific"}, "t814765": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t814765"}, "t809905": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t809905"}, "territorial": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "territorial"}, "terrorhandlinger": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "terrorhandlinger"}, "t795949": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t795949"}, "terroris": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "terroris"}, "t69616": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t69616"}, "t46864": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t46864"}, "t416643": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t416643"}, "terrorism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "terrorism"}, "t384418": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t384418"}, "t291185": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t291185"}, "t204965": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t204965"}, "t142566": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t142566"}, "t12389": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t12389"}, "t118865": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t118865"}, "t113191": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t113191"}, "t111114": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t111114"}, "t1103833": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t1103833"}, "t108427": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t108427"}, "terrorize": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "terrorize"}, "terry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "terry"}, "tesak": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tesak"}, "tesco": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tesco"}, "t108388": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t108388"}, "t994651": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t994651"}, "ternopil": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ternopil"}, "tenacity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tenacity"}, "taara": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "taara"}, "tenants": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tenants"}, "takeover": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "takeover"}, "tendencies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tendencies"}, "tenet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tenet"}, "takebakamer1211": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "takebakamer1211"}, "tenner": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tenner"}, "taiwan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "taiwan"}, "tairm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tairm"}, "taint": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "taint"}, "tails": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tails"}, "tailors": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tailors"}, "taget": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "taget"}, "taganrog": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "taganrog"}, "tennis": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tennis"}, "tadema": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tadema"}, "tension": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tension"}, "tactic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tactic"}, "tent": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tent"}, "tentacles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tentacles"}, "tacoma": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tacoma"}, "tenth": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tenth"}, "tacky": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tacky"}, "tacks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tacks"}, "tackling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tackling"}, "tackle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tackle"}, "tack": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tack"}, "tacitus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tacitus"}, "tablets": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tablets"}, "termination": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "termination"}, "supossed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "supossed"}, "suport": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "suport"}, "stampede": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stampede"}, "stormy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stormy"}, "stormer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stormer"}, "tiegs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tiegs"}, "tienestefolk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tienestefolk"}, "stops": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stops"}, "tightening": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tightening"}, "tighter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tighter"}, "tightly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tightly"}, "tiiu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tiiu"}, "stoop": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stoop"}, "tilv\u00e6relsen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tilv\u00e6relsen"}, "stoney": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stoney"}, "timber": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "timber"}, "timbered": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "timbered"}, "timely": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "timely"}, "timess": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "timess"}, "stoep": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stoep"}, "stocky": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stocky"}, "stockton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stockton"}, "timing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "timing"}, "stocks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stocks"}, "stockpile": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stockpile"}, "tinet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tinet"}, "ting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ting"}, "tinker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tinker"}, "tinypic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tinypic"}, "stocked": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stocked"}, "tips": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tips"}, "stmmohammeddicahttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stmmohammeddicahttp"}, "stmjohnsonazigahttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stmjohnsonazigahttp"}, "stormproof": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stormproof"}, "stornonger": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stornonger"}, "stmfestonkonzanihttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stmfestonkonzanihttp"}, "story_fbid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "story_fbid"}, "strictly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "strictly"}, "stricken": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stricken"}, "ti6vq3r26uyif8": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ti6vq3r26uyif8"}, "stretches": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stretches"}, "tia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tia"}, "stretcher": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stretcher"}, "stressing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stressing"}, "strenth": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "strenth"}, "strengthen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "strengthen"}, "tibet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tibet"}, "ticker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ticker"}, "strawman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "strawman"}, "tickets": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tickets"}, "strawbale": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "strawbale"}, "straub": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "straub"}, "stratford": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stratford"}, "tico": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tico"}, "stratfor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stratfor"}, "tide": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tide"}, "strategical": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "strategical"}, "strangling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "strangling"}, "strangles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "strangles"}, "stranger": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stranger"}, "strands": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "strands"}, "tidings": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tidings"}, "strachan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "strachan"}, "storyview": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "storyview"}, "storylines": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "storylines"}, "storyid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "storyid"}, "stmgabrielvengesaihttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stmgabrielvengesaihttp"}, "tire": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tire"}, "strides": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "strides"}, "toalets": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "toalets"}, "staunchly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "staunchly"}, "staunch": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "staunch"}, "toasted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "toasted"}, "statues": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "statues"}, "statuatory": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "statuatory"}, "toben": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "toben"}, "toccata": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "toccata"}, "toch": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "toch"}, "tod": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tod"}, "statewide": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "statewide"}, "todays": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "todays"}, "statements": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "statements"}, "stash": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stash"}, "starvation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "starvation"}, "tojan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tojan"}, "starter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "starter"}, "tolkien": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tolkien"}, "tolleson": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tolleson"}, "starred": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "starred"}, "stark": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stark"}, "stared": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stared"}, "tomb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tomb"}, "tommy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tommy"}, "starchy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "starchy"}, "stanislas_kanengele": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stanislas_kanengele"}, "stanis": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stanis"}, "stanford": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stanford"}, "tony": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tony"}, "stance": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stance"}, "steady": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "steady"}, "steeltoe69": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "steeltoe69"}, "stll": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stll"}, "steered": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "steered"}, "stl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stl"}, "stix": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stix"}, "tires": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tires"}, "stimulus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stimulus"}, "stillz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stillz"}, "stillman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stillman"}, "stigmatized": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stigmatized"}, "stiff": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stiff"}, "sticky": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sticky"}, "sticker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sticker"}, "stfu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stfu"}, "stevens": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stevens"}, "tits": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tits"}, "tjenestepige": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tjenestepige"}, "steuckers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "steuckers"}, "sterns": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sterns"}, "sterlization": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sterlization"}, "tlc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tlc"}, "sterilize": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sterilize"}, "stereotypical": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stereotypical"}, "tlt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tlt"}, "stepped": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stepped"}, "stephen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stephen"}, "stephanos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stephanos"}, "stenka": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stenka"}, "stength": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stength"}, "stench": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stench"}, "stein": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stein"}, "steering": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "steering"}, "thwart": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thwart"}, "strife": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "strife"}, "superstar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "superstar"}, "thinker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thinker"}, "thirsty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thirsty"}, "sufficient": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sufficient"}, "suffice": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "suffice"}, "thirty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thirty"}, "thnkx": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thnkx"}, "suffered": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "suffered"}, "thoguht": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thoguht"}, "sued": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sued"}, "thomasaquinas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thomasaquinas"}, "thomasrobb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thomasrobb"}, "sudanese": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sudanese"}, "sucking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sucking"}, "suckers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "suckers"}, "sucker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sucker"}, "thorn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thorn"}, "suced": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "suced"}, "thorns": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thorns"}, "succumbing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "succumbing"}, "succumb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "succumb"}, "successive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "successive"}, "thorny": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thorny"}, "thorongil": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thorongil"}, "succeeding": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "succeeding"}, "succeeded": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "succeeded"}, "thoroughly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thoroughly"}, "thors": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thors"}, "thorsday": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thorsday"}, "subways": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "subways"}, "thot": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thot"}, "thir": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thir"}, "suggestive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "suggestive"}, "subversion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "subversion"}, "suggests": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "suggests"}, "superiour": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "superiour"}, "thesame": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thesame"}, "thetruthseeker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thetruthseeker"}, "thewhitewolf88": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thewhitewolf88"}, "suomi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "suomi"}, "thezebraproject": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thezebraproject"}, "sunwheel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sunwheel"}, "suntimes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "suntimes"}, "suntanned": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "suntanned"}, "sunofsvarog": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sunofsvarog"}, "thi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thi"}, "thickest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thickest"}, "sunnier": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sunnier"}, "sunken": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sunken"}, "thierry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thierry"}, "thiery": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thiery"}, "sunk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sunk"}, "sunette": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sunette"}, "sunderland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sunderland"}, "sundae": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sundae"}, "sunbathing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sunbathing"}, "summers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "summers"}, "thieving": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thieving"}, "summation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "summation"}, "sukkel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sukkel"}, "suitcase": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "suitcase"}, "suitation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "suitation"}, "thingy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thingy"}, "suing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "suing"}, "subvert": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "subvert"}, "thoughtless": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thoughtless"}, "striked": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "striked"}, "stuffing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stuffing"}, "throng": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "throng"}, "stuepige": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stuepige"}, "studio": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "studio"}, "studing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "studing"}, "throu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "throu"}, "throughit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "throughit"}, "studentski": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "studentski"}, "throwing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "throwing"}, "struggling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "struggling"}, "thug": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thug"}, "thugreport": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thugreport"}, "strtting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "strtting"}, "stroud": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stroud"}, "thumb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thumb"}, "thumos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thumos"}, "thump": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thump"}, "strongholds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "strongholds"}, "stronghold": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stronghold"}, "strongest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "strongest"}, "thumper": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thumper"}, "strmfrnt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "strmfrnt"}, "thunderbolt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thunderbolt"}, "thunderphoenix": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thunderphoenix"}, "stripping": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stripping"}, "strippers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "strippers"}, "thunderstorm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thunderstorm"}, "thurman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thurman"}, "strikers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "strikers"}, "striker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "striker"}, "stuffed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stuffed"}, "stuha\u0107": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stuha\u0107"}, "suburb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "suburb"}, "stuides": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stuides"}, "subtypes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "subtypes"}, "subtracting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "subtracting"}, "subtitles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "subtitles"}, "subtiitles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "subtiitles"}, "substantially": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "substantially"}, "substances": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "substances"}, "subracial": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "subracial"}, "subraces": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "subraces"}, "submitted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "submitted"}, "thow": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thow"}, "submits": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "submits"}, "submit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "submit"}, "thraco": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thraco"}, "subliminal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "subliminal"}, "subjective": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "subjective"}, "subculture": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "subculture"}, "subconscious": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "subconscious"}, "subclades": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "subclades"}, "st\u0101j": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "st\u0101j"}, "st\u00e5r": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "st\u00e5r"}, "sty\u00f0ja": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sty\u00f0ja"}, "styrketr\u00e6ning": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "styrketr\u00e6ning"}, "stylish": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stylish"}, "sturmbrigade": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sturmbrigade"}, "sture": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sture"}, "thrill": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thrill"}, "thrive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "thrive"}, "stunningly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stunningly"}, "stumbling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "stumbling"}, "tyrannic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tyrannic"}, "shoppers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shoppers"}, "tyre": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tyre"}, "reveals": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reveals"}, "revealed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "revealed"}, "vgart": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vgart"}, "reupload": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reupload"}, "reue": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reue"}, "retweet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "retweet"}, "returning": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "returning"}, "vhs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vhs"}, "vi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vi"}, "retro": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "retro"}, "retrial": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "retrial"}, "retreating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "retreating"}, "retreat": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "retreat"}, "retract": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "retract"}, "retired": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "retired"}, "retire": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "retire"}, "reticle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reticle"}, "vibrant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vibrant"}, "rethink": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rethink"}, "retards": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "retards"}, "vicinity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vicinity"}, "retaliation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "retaliation"}, "retake": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "retake"}, "retained": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "retained"}, "resurrected": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "resurrected"}, "resume": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "resume"}, "resulted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "resulted"}, "vicious": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vicious"}, "resturant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "resturant"}, "viciously": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "viciously"}, "versus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "versus"}, "revenge": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "revenge"}, "vicory": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vicory"}, "revered": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "revered"}, "richer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "richer"}, "ricearrives": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ricearrives"}, "rica": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rica"}, "ribs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ribs"}, "rib": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rib"}, "rhythms": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rhythms"}, "rhyme": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rhyme"}, "rhodine": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rhodine"}, "vermont": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vermont"}, "vernita": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vernita"}, "rhetorical": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rhetorical"}, "rhetoric": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rhetoric"}, "rgr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rgr"}, "rgj": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rgj"}, "rex": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rex"}, "reward": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reward"}, "revving": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "revving"}, "vers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vers"}, "revolutionaries": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "revolutionaries"}, "versailles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "versailles"}, "versand": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "versand"}, "revisited": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "revisited"}, "verse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "verse"}, "revised": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "revised"}, "reviewed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reviewed"}, "reverts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reverts"}, "reverse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reverse"}, "reversal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reversal"}, "reverence": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reverence"}, "rests": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rests"}, "restrung": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "restrung"}, "veritas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "veritas"}, "residency": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "residency"}, "reside": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reside"}, "resettlement": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "resettlement"}, "vigger": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vigger"}, "resettled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "resettled"}, "reserves": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reserves"}, "vigoursoly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vigoursoly"}, "reservations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reservations"}, "resembling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "resembling"}, "resemble": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "resemble"}, "resemblance": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "resemblance"}, "viimeisi\u00e4": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "viimeisi\u00e4"}, "researcher": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "researcher"}, "viki": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "viki"}, "requiring": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "requiring"}, "requests": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "requests"}, "requesting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "requesting"}, "vikinginme": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vikinginme"}, "vikings": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vikings"}, "vil": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vil"}, "villages": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "villages"}, "villoja": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "villoja"}, "vine": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vine"}, "vineyard": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vineyard"}, "republics": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "republics"}, "vinnytsya": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vinnytsya"}, "vintage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vintage"}, "representin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "representin"}, "viol": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "viol"}, "representatives": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "representatives"}, "residence": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "residence"}, "resident": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "resident"}, "victimisation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "victimisation"}, "viewtopic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "viewtopic"}, "restrooms": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "restrooms"}, "victimised": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "victimised"}, "victimizing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "victimizing"}, "restroom": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "restroom"}, "restrictions": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "restrictions"}, "victoria": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "victoria"}, "restrained": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "restrained"}, "restore": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "restore"}, "resticted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "resticted"}, "victorian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "victorian"}, "victoriously": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "victoriously"}, "victory88": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "victory88"}, "vid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vid"}, "respekt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "respekt"}, "respectfully": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "respectfully"}, "respected": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "respected"}, "vide\u00f3": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vide\u00f3"}, "vid\u00e9o": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vid\u00e9o"}, "vie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vie"}, "vied\u00e4\u00e4n": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vied\u00e4\u00e4n"}, "resorted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "resorted"}, "vietnam": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vietnam"}, "resolved": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "resolved"}, "resoluteness": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "resoluteness"}, "resisting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "resisting"}, "resipiance": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "resipiance"}, "resigned": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "resigned"}, "resides": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "resides"}, "viewer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "viewer"}, "richest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "richest"}, "riddick": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "riddick"}, "representation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "representation"}, "vanity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vanity"}, "romney": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "romney"}, "romero": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "romero"}, "rome": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rome"}, "romantics": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "romantics"}, "vanitys": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vanitys"}, "vantage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vantage"}, "vaporous": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vaporous"}, "variance": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "variance"}, "variances": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "variances"}, "roma": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "roma"}, "rolled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rolled"}, "variation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "variation"}, "variations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "variations"}, "varied": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "varied"}, "rolf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rolf"}, "varit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "varit"}, "rolex": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rolex"}, "varmit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "varmit"}, "rokl47nk04m": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rokl47nk04m"}, "rohirrim": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rohirrim"}, "rohawa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rohawa"}, "roga": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "roga"}, "rodriguez": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rodriguez"}, "rodendorf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rodendorf"}, "rode": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rode"}, "varsity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "varsity"}, "rockland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rockland"}, "rockin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rockin"}, "rockies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rockies"}, "rony": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rony"}, "vanishment": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vanishment"}, "rocker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rocker"}, "roofing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "roofing"}, "valhalla": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "valhalla"}, "rousey": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rousey"}, "roundup": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "roundup"}, "valiant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "valiant"}, "roundit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "roundit"}, "roundabout": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "roundabout"}, "valid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "valid"}, "validating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "validating"}, "validity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "validity"}, "rotweiler": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rotweiler"}, "rottweiller": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rottweiller"}, "valkyrie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "valkyrie"}, "rotisserie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rotisserie"}, "valleys": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "valleys"}, "rothschild": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rothschild"}, "rot": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rot"}, "rosy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rosy"}, "roswell": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "roswell"}, "valueless": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "valueless"}, "roses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "roses"}, "rosenblat": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rosenblat"}, "rosen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rosen"}, "vampire": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vampire"}, "rosanna": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rosanna"}, "vandalised": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vandalised"}, "vanemuine": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vanemuine"}, "roper": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "roper"}, "vanhanen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vanhanen"}, "roosevelt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "roosevelt"}, "vas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vas"}, "vasilyevich": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vasilyevich"}, "rider": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rider"}, "rir": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rir"}, "rip": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rip"}, "venetofronteskinheads": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "venetofronteskinheads"}, "rioting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rioting"}, "venezuelans": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "venezuelans"}, "rink": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rink"}, "venting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "venting"}, "rims": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rims"}, "riksmal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "riksmal"}, "riksdag": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "riksdag"}, "venture": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "venture"}, "riikonen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "riikonen"}, "righttomarch": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "righttomarch"}, "rightside": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rightside"}, "venue": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "venue"}, "righteous": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "righteous"}, "rigged": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rigged"}, "rigby": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rigby"}, "rig": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rig"}, "rifling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rifling"}, "venus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "venus"}, "vera": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vera"}, "verb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "verb"}, "verbal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "verbal"}, "rieu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rieu"}, "verden": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "verden"}, "verdil\u00f8se": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "verdil\u00f8se"}, "ridiculus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ridiculus"}, "ridiculed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ridiculed"}, "verify": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "verify"}, "ripping": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ripping"}, "velocity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "velocity"}, "robyn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "robyn"}, "rish": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rish"}, "robust": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "robust"}, "robotech": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "robotech"}, "vassal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vassal"}, "robin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "robin"}, "robberies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "robberies"}, "robber": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "robber"}, "robably": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "robably"}, "vats": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vats"}, "roars": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "roars"}, "vd92r3yg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vd92r3yg"}, "roadrunner": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "roadrunner"}, "roadhog": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "roadhog"}, "vdare": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vdare"}, "vebtw": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vebtw"}, "vedder": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vedder"}, "roach": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "roach"}, "roa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "roa"}, "ro": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ro"}, "rnu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rnu"}, "rnmen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rnmen"}, "rnebarkashov": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rnebarkashov"}, "veggie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "veggie"}, "veggies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "veggies"}, "vegitation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vegitation"}, "vekol": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vekol"}, "veles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "veles"}, "rivers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rivers"}, "risky": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "risky"}, "veliki": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "veliki"}, "violating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "violating"}, "reprazent": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reprazent"}, "row": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "row"}, "wacpg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wacpg"}, "reasoned": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reasoned"}, "reapply": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reapply"}, "realy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "realy"}, "wage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wage"}, "waged": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "waged"}, "wages": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wages"}, "waht": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "waht"}, "waits": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "waits"}, "walker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "walker"}, "walkie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "walkie"}, "realamericans": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "realamericans"}, "walkiing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "walkiing"}, "reah": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reah"}, "walkway": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "walkway"}, "readnesta": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "readnesta"}, "readers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "readers"}, "reader": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reader"}, "wallet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wallet"}, "reaction65": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reaction65"}, "reaching": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reaching"}, "reaches": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reaches"}, "wallin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wallin"}, "walter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "walter"}, "rays": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rays"}, "ray": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ray"}, "rattle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rattle"}, "ratm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ratm"}, "rations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rations"}, "rationalize": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rationalize"}, "reasoning": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reasoning"}, "reassure": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reassure"}, "wanderin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wanderin"}, "reat123": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reat123"}, "vtac": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vtac"}, "recon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "recon"}, "vulnerable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vulnerable"}, "recoil": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "recoil"}, "recognizing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "recognizing"}, "recognize": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "recognize"}, "recognizable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "recognizable"}, "vurderer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vurderer"}, "vvalentines": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vvalentines"}, "v\u00e3": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "v\u00e3"}, "v\u00e4h\u00e4n": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "v\u00e4h\u00e4n"}, "rechts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rechts"}, "receptive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "receptive"}, "w8": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "w8"}, "recenty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "recenty"}, "w_design02": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "w_design02"}, "receiving": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "receiving"}, "receives": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "receives"}, "waar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "waar"}, "receipts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "receipts"}, "recalls": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "recalls"}, "rec": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rec"}, "wacing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wacing"}, "rebuilding": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rebuilding"}, "rebelsong": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rebelsong"}, "rebels": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rebels"}, "rebelliousness": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rebelliousness"}, "wackos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wackos"}, "waco": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "waco"}, "rated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rated"}, "ratajczak": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ratajczak"}, "vss": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vss"}, "rampant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rampant"}, "ramore": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ramore"}, "warn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "warn"}, "ramona": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ramona"}, "rallying": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rallying"}, "warrent": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "warrent"}, "warriors": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "warriors"}, "rallies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rallies"}, "raleva": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "raleva"}, "rakwan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rakwan"}, "rakija": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rakija"}, "raj": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "raj"}, "warriour": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "warriour"}, "raising": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "raising"}, "warsaw": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "warsaw"}, "raining": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "raining"}, "rained": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rained"}, "warspirit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "warspirit"}, "warzecha": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "warzecha"}, "railway": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "railway"}, "railing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "railing"}, "wash": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wash"}, "railed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "railed"}, "raids": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "raids"}, "washingtonexaminer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "washingtonexaminer"}, "ragnars": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ragnars"}, "ragnar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ragnar"}, "rages": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rages"}, "washingtonpost": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "washingtonpost"}, "radius": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "radius"}, "rampage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rampage"}, "ramrod": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ramrod"}, "rastus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rastus"}, "ramsey": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ramsey"}, "rastko": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rastko"}, "rasta": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rasta"}, "rasszista": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rasszista"}, "rasslin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rasslin"}, "raspecfull": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "raspecfull"}, "rasne": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rasne"}, "rasin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rasin"}, "rasa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rasa"}, "wankers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wankers"}, "rapper": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rapper"}, "rappas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rappas"}, "rapids": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rapids"}, "rapidly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rapidly"}, "rapeugees": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rapeugees"}, "warborough": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "warborough"}, "ranson": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ranson"}, "warburg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "warburg"}, "ranked": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ranked"}, "ranges": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ranges"}, "randy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "randy"}, "randow": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "randow"}, "randomness": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "randomness"}, "ward": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ward"}, "rancher": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rancher"}, "ranch": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ranch"}, "ware": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ware"}, "waren": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "waren"}, "wariors": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "wariors"}, "warming": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "warming"}, "reconstruction": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reconstruction"}, "recorded": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "recorded"}, "violation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "violation"}, "remotely": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "remotely"}, "remorse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "remorse"}, "remnants": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "remnants"}, "reminiscent": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reminiscent"}, "visas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "visas"}, "visible": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "visible"}, "remembering": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "remembering"}, "visionary": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "visionary"}, "remarks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "remarks"}, "remarkable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "remarkable"}, "visioncircle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "visioncircle"}, "visist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "visist"}, "rely": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rely"}, "reluctantly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reluctantly"}, "visitauschwitz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "visitauschwitz"}, "reluctant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reluctant"}, "relocating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "relocating"}, "relocated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "relocated"}, "relized": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "relized"}, "visits": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "visits"}, "vital": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vital"}, "relies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "relies"}, "vitals": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vitals"}, "relevant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "relevant"}, "relented": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "relented"}, "releases": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "releases"}, "viva": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "viva"}, "relaxing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "relaxing"}, "relaxe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "relaxe"}, "vi\u00f0": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vi\u00f0"}, "viruses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "viruses"}, "remoteness": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "remoteness"}, "relative": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "relative"}, "renaissance": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "renaissance"}, "violations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "violations"}, "repped": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "repped"}, "violators": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "violators"}, "violin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "violin"}, "violinist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "violinist"}, "violins": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "violins"}, "violist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "violist"}, "reponse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reponse"}, "viral": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "viral"}, "replying": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "replying"}, "replicate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "replicate"}, "replica": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "replica"}, "virile": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "virile"}, "replete": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "replete"}, "repetition": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "repetition"}, "repersents": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "repersents"}, "repercussion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "repercussion"}, "repeating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "repeating"}, "repeatable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "repeatable"}, "repay": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "repay"}, "repairman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "repairman"}, "repaid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "repaid"}, "rents": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rents"}, "renting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "renting"}, "rensburg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rensburg"}, "renounce": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "renounce"}, "renewed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "renewed"}, "render": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "render"}, "renamed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "renamed"}, "vi\u00f0urkenna": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vi\u00f0urkenna"}, "relationshp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "relationshp"}, "records": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "records"}, "regain": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "regain"}, "voter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "voter"}, "refreshment": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "refreshment"}, "refrain": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "refrain"}, "reformatting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reformatting"}, "reform": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reform"}, "reflections": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reflections"}, "reflecting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reflecting"}, "reflect": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reflect"}, "refers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "refers"}, "referral": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "referral"}, "refering": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "refering"}, "reet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reet"}, "redstone": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "redstone"}, "redpilled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "redpilled"}, "rednecks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rednecks"}, "redicecreations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "redicecreations"}, "redbarron": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "redbarron"}, "vox": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vox"}, "recut": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "recut"}, "recrute": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "recrute"}, "vrbas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vrbas"}, "recrimination": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "recrimination"}, "recovery": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "recovery"}, "vreview": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vreview"}, "recovers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "recovers"}, "recovering": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "recovering"}, "recovered": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "recovered"}, "recover": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "recover"}, "vrije": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vrije"}, "vosotros": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vosotros"}, "regal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "regal"}, "relation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "relation"}, "regard": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "regard"}, "vladivostok": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vladivostok"}, "vm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vm"}, "vnto": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vnto"}, "reject": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reject"}, "reiteration": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reiteration"}, "reisntalled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reisntalled"}, "reimbursement": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reimbursement"}, "vocational": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vocational"}, "reigns": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reigns"}, "vogel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vogel"}, "voiac": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "voiac"}, "reiceived": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reiceived"}, "rehabilitates": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rehabilitates"}, "regurgitation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "regurgitation"}, "regurgitate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "regurgitate"}, "vojvodina": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vojvodina"}, "volksfront": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "volksfront"}, "regulations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "regulations"}, "regulation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "regulation"}, "volksgemeinshaft": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "volksgemeinshaft"}, "volkstaat": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "volkstaat"}, "reguard": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "reguard"}, "registration": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "registration"}, "voluntary": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "voluntary"}, "volunteer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "volunteer"}, "vonfreyja88": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vonfreyja88"}, "voo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "voo"}, "regardin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "regardin"}, "regarded": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "regarded"}, "valgt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "valgt"}, "roxbury": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "roxbury"}, "tyres": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tyres"}, "sentiments": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sentiments"}, "sentimentalism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sentimentalism"}, "undertone": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "undertone"}, "sentiment": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sentiment"}, "sententiously": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sententiously"}, "underwater": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "underwater"}, "underwraps": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "underwraps"}, "sensible": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sensible"}, "sensibilities": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sensibilities"}, "sensi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sensi"}, "undisclosed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "undisclosed"}, "senseless": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "senseless"}, "sensationalist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sensationalist"}, "seniors": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "seniors"}, "senegal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "senegal"}, "undoing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "undoing"}, "sendin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sendin"}, "undoubtedly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "undoubtedly"}, "semm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "semm"}, "unedited": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unedited"}, "semite": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "semite"}, "seminary": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "seminary"}, "semester": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "semester"}, "sem": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sem"}, "selv": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "selv"}, "unemployable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unemployable"}, "sellers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sellers"}, "unemployed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unemployed"}, "selimbar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "selimbar"}, "selfishness": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "selfishness"}, "sentimentality": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sentimentality"}, "separated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "separated"}, "selective": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "selective"}, "separating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "separating"}, "servents": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "servents"}, "unconscious": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unconscious"}, "uncontrollable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uncontrollable"}, "unconventional": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unconventional"}, "uncover": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uncover"}, "uncovered": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uncovered"}, "uncovering": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uncovering"}, "undeclared": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "undeclared"}, "seriour": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "seriour"}, "underage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "underage"}, "underbid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "underbid"}, "undercutting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "undercutting"}, "serial": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "serial"}, "serenade": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "serenade"}, "serbo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "serbo"}, "serbians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "serbians"}, "underestimate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "underestimate"}, "undergraduate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "undergraduate"}, "serbi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "serbi"}, "serb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "serb"}, "underground": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "underground"}, "ser": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ser"}, "underholdes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "underholdes"}, "undermine": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "undermine"}, "seperated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "seperated"}, "underprivilidged": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "underprivilidged"}, "separation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "separation"}, "understanding": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "understanding"}, "understood": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "understood"}, "unenlightened": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unenlightened"}, "selecting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "selecting"}, "uncomfortable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uncomfortable"}, "uninspected": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uninspected"}, "unionized": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unionized"}, "unit14canada": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unit14canada"}, "unit14global": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unit14global"}, "secondary": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "secondary"}, "unitedcountry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unitedcountry"}, "unitedfrontcanada": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unitedfrontcanada"}, "seated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "seated"}, "seasons": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "seasons"}, "unitynd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unitynd"}, "universal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "universal"}, "seashore": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "seashore"}, "universiteit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "universiteit"}, "universitys": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "universitys"}, "search0": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "search0"}, "unjustifiably": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unjustifiably"}, "unknowingly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unknowingly"}, "seamonkey": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "seamonkey"}, "seamen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "seamen"}, "seals": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "seals"}, "sealed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sealed"}, "unlearn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unlearn"}, "seagal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "seagal"}, "unleash": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unleash"}, "sdl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sdl"}, "unnatural": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unnatural"}, "unnecessary": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unnecessary"}, "sd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sd"}, "scums": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scums"}, "scumalians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scumalians"}, "secularism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "secularism"}, "unimportant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unimportant"}, "seizures": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "seizures"}, "uniformly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uniformly"}, "seizing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "seizing"}, "seige": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "seige"}, "uneven": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uneven"}, "unfair": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unfair"}, "segregationist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "segregationist"}, "segregating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "segregating"}, "unfare": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unfare"}, "unfolded": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unfolded"}, "segment": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "segment"}, "sees": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sees"}, "unfolding": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unfolding"}, "seens": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "seens"}, "unforgivable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unforgivable"}, "unfortuantely": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unfortuantely"}, "seemingly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "seemingly"}, "seeks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "seeks"}, "unguarded": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unguarded"}, "unhappy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unhappy"}, "unheard": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unheard"}, "uni": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uni"}, "seeds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "seeds"}, "seeding": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "seeding"}, "seed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "seed"}, "unibomber": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unibomber"}, "unifed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unifed"}, "sedan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sedan"}, "securities": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "securities"}, "secured": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "secured"}, "unified": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unified"}, "unconditional": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unconditional"}, "unchained": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unchained"}, "sculpture": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sculpture"}, "ucsb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ucsb"}, "shield": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shield"}, "shes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shes"}, "sherrod": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sherrod"}, "shepherds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shepherds"}, "ucyw": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ucyw"}, "udallas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "udallas"}, "udins": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "udins"}, "shelves": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shelves"}, "sheltered": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sheltered"}, "shelter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shelter"}, "shells": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shells"}, "shell": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shell"}, "sheldon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sheldon"}, "shegroid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shegroid"}, "sheety": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sheety"}, "sheets": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sheets"}, "sheeple": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sheeple"}, "uka": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uka"}, "sheeeeiit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sheeeeiit"}, "sheds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sheds"}, "ukar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ukar"}, "shebeen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shebeen"}, "shearing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shearing"}, "shead": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shead"}, "ukrain": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ukrain"}, "shd\u4e13\u5229\u6280\u672f": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shd\u4e13\u5229\u6280\u672f"}, "shaving": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shaving"}, "ukranians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ukranians"}, "ulterior": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ulterior"}, "shields": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shields"}, "shiloh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shiloh"}, "shatter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shatter"}, "ucml": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ucml"}, "tyrone": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tyrone"}, "tyrsday": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tyrsday"}, "shootout": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shootout"}, "shootings": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shootings"}, "tyrus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tyrus"}, "tyskland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tyskland"}, "tyson": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "tyson"}, "shools": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shools"}, "shool": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shool"}, "t\u00e3": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t\u00e3"}, "t\u00e4": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t\u00e4"}, "shockly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shockly"}, "t\u00edmar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "t\u00edmar"}, "shockingly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shockingly"}, "uaf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uaf"}, "ual": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ual"}, "uark": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uark"}, "shoa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shoa"}, "shiver": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shiver"}, "shishkin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shishkin"}, "ubiquity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ubiquity"}, "shiraz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shiraz"}, "shir": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shir"}, "ucc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ucc"}, "uci": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uci"}, "shiny": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shiny"}, "shines": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shines"}, "shimer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shimer"}, "shilton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shilton"}, "shattila": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shattila"}, "ultima": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ultima"}, "serving": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "serving"}, "shacked": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shacked"}, "unarmed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unarmed"}, "sfi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sfi"}, "sfgb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sfgb"}, "unassuming": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unassuming"}, "sfgate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sfgate"}, "sfdu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sfdu"}, "sfbritain": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sfbritain"}, "unattacked": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unattacked"}, "unattracitive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unattracitive"}, "sey": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sey"}, "unbearable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unbearable"}, "sextus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sextus"}, "sexism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sexism"}, "sexes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sexes"}, "unbeautiful": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unbeautiful"}, "sewing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sewing"}, "severe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "severe"}, "seventy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "seventy"}, "seventh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "seventh"}, "seuss": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "seuss"}, "uncalled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uncalled"}, "uncensored": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uncensored"}, "settled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "settled"}, "settingsblueguardskrivebordny": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "settingsblueguardskrivebordny"}, "setherial": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "setherial"}, "uncertain": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uncertain"}, "session": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "session"}, "sesira": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sesira"}, "servlets": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "servlets"}, "sh2dnwk6u1a": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sh2dnwk6u1a"}, "shacking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shacking"}, "sharpton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sharpton"}, "shade": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shade"}, "sharps": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sharps"}, "sharpen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sharpen"}, "sharks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sharks"}, "sharia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sharia"}, "ultra": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ultra"}, "sharedcont": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sharedcont"}, "ultras": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ultras"}, "ultrasound": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ultrasound"}, "shapes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shapes"}, "shanson": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shanson"}, "shannon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shannon"}, "shann": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shann"}, "umberto": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "umberto"}, "shaniqua": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shaniqua"}, "shane": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shane"}, "umbrotat\u00edmar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "umbrotat\u00edmar"}, "umpteenth": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "umpteenth"}, "shameless": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shameless"}, "umteenth": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "umteenth"}, "shameful": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shameful"}, "una": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "una"}, "sham": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sham"}, "shalt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shalt"}, "unable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unable"}, "unacceptable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unacceptable"}, "shaft": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shaft"}, "shadows": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "shadows"}, "unapologetic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unapologetic"}, "unappreciated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unappreciated"}, "unnecesserily": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unnecesserily"}, "sculptors": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sculptors"}, "valentino": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "valentino"}, "safest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "safest"}, "sadness": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sadness"}, "sadistic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sadistic"}, "ustasha": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ustasha"}, "saddest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "saddest"}, "sadder": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sadder"}, "saddening": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "saddening"}, "usualy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "usualy"}, "ut": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ut"}, "sacrificing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sacrificing"}, "uta": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uta"}, "ute": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ute"}, "utf8": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "utf8"}, "sacrifical": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sacrifical"}, "utility": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "utility"}, "sacramentum": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sacramentum"}, "sacramento": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sacramento"}, "sack": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sack"}, "utopia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "utopia"}, "sabra": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sabra"}, "sabotaging": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sabotaging"}, "sabot": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sabot"}, "saborne": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "saborne"}, "uttering": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uttering"}, "sabbath": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sabbath"}, "utv": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "utv"}, "s8xqx9hs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "s8xqx9hs"}, "s00439": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "s00439"}, "r\u00fcgen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "r\u00fcgen"}, "r\u00fcbenach": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "r\u00fcbenach"}, "ussually": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ussually"}, "safty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "safty"}, "r\u00edkja": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "r\u00edkja"}, "usikker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "usikker"}, "samford": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "samford"}, "urging": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "urging"}, "sambo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sambo"}, "samael": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "samael"}, "sam6vfq7xs8": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sam6vfq7xs8"}, "salvage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "salvage"}, "saluteunknown": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "saluteunknown"}, "uring": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uring"}, "salty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "salty"}, "url": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "url"}, "uro": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uro"}, "uruguay": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uruguay"}, "salemfonden": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "salemfonden"}, "usally": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "usally"}, "usatoday": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "usatoday"}, "salata": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "salata"}, "salads": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "salads"}, "sajn\u00e1lom": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sajn\u00e1lom"}, "sajnos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sajnos"}, "usd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "usd"}, "saints": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "saints"}, "usearch": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "usearch"}, "saharan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "saharan"}, "sag\u00f0i": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sag\u00f0i"}, "username": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "username"}, "ushered": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ushered"}, "sagas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sagas"}, "usi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "usi"}, "sag": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sag"}, "utvinternet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "utvinternet"}, "r\u00edki": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "r\u00edki"}, "samples": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "samples"}, "rumour": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rumour"}, "ruling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ruling"}, "rulers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rulers"}, "vacations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vacations"}, "vaccinating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vaccinating"}, "ruining": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ruining"}, "vaezznw": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vaezznw"}, "vagina": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vagina"}, "rugiewit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rugiewit"}, "rugged": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rugged"}, "vague": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vague"}, "vagy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vagy"}, "rudolph": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rudolph"}, "rudimentary": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rudimentary"}, "ruby": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ruby"}, "rubric": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rubric"}, "rubber": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rubber"}, "rua": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rua"}, "ru": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ru"}, "rtl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rtl"}, "rt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rt"}, "val": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "val"}, "rskkyzb6": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rskkyzb6"}, "rsbkpcf9": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rsbkpcf9"}, "rroj1": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rroj1"}, "rr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rr"}, "royalty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "royalty"}, "royality": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "royality"}, "royalities": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "royalities"}, "valentine": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "valentine"}, "rumble": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rumble"}, "rumours": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rumours"}, "ryvjgddt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ryvjgddt"}, "runiing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "runiing"}, "ryssland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ryssland"}, "ryhtm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ryhtm"}, "ryan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ryan"}, "ry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ry"}, "rx1kdyts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rx1kdyts"}, "rutten": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rutten"}, "uuuu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uuuu"}, "rusya": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rusya"}, "rust": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rust"}, "russophobia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "russophobia"}, "uuuugh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uuuugh"}, "uv": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uv"}, "uva": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uva"}, "russell": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "russell"}, "russ": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "russ"}, "uvb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uvb"}, "rushton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rushton"}, "rush": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rush"}, "uwo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uwo"}, "rurally": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rurally"}, "uzodinma": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uzodinma"}, "rupaul": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "rupaul"}, "v1": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "v1"}, "v12vy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "v12vy"}, "v78mzxter7k7jy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "v78mzxter7k7jy"}, "v7tkdq": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "v7tkdq"}, "runnin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "runnin"}, "vacate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "vacate"}, "runned": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "runned"}, "sample": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sample"}, "sampling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sampling"}, "unnoticed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unnoticed"}, "unspecified": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unspecified"}, "unsubscribed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unsubscribed"}, "unsuccessful": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unsuccessful"}, "schooli": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "schooli"}, "scholary": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scholary"}, "scholars": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scholars"}, "unsustainable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unsustainable"}, "schmidt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "schmidt"}, "untainted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "untainted"}, "schleswig": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "schleswig"}, "schermerhorn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "schermerhorn"}, "scherehart": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scherehart"}, "scheme": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scheme"}, "scheiss": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scheiss"}, "untalented": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "untalented"}, "unteachable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unteachable"}, "schatzi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "schatzi"}, "scenery": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scenery"}, "sceneries": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sceneries"}, "untelling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "untelling"}, "untermench": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "untermench"}, "unto": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unto"}, "untouched": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "untouched"}, "scatter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scatter"}, "scars": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scars"}, "scarlett": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scarlett"}, "scarecrow": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scarecrow"}, "scantily": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scantily"}, "scans": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scans"}, "scanner": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scanner"}, "unstable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unstable"}, "unseen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unseen"}, "scandinavians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scandinavians"}, "schweitzer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "schweitzer"}, "scrutiny": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scrutiny"}, "unperoked": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unperoked"}, "scrolls": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scrolls"}, "scroll": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scroll"}, "script": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "script"}, "scribd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scribd"}, "unpleasant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unpleasant"}, "screening": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "screening"}, "unproductive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unproductive"}, "screams": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "screams"}, "scrawny": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scrawny"}, "unpunished": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unpunished"}, "scratched": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scratched"}, "unpure": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unpure"}, "unqualified": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unqualified"}, "scouts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scouts"}, "scouting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scouting"}, "unread": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unread"}, "scourge": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scourge"}, "unreal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unreal"}, "unrealistic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unrealistic"}, "unregistered": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unregistered"}, "scotlandville": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scotlandville"}, "unreserved": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unreserved"}, "unrestrained": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unrestrained"}, "unrivaled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unrivaled"}, "scoped": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scoped"}, "scooters": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scooters"}, "scientifically": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scientifically"}, "scanned": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scanned"}, "unused": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unused"}, "samuel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "samuel"}, "upright": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "upright"}, "saturn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "saturn"}, "uproar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uproar"}, "satanically": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "satanically"}, "satanic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "satanic"}, "sask": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sask"}, "sars": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sars"}, "sarkans": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sarkans"}, "sarkanbalti": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sarkanbalti"}, "sarkanajam": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sarkanajam"}, "sargent": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sargent"}, "sarge2506": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sarge2506"}, "sardz\u0113": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sardz\u0113"}, "sardines": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sardines"}, "sapper": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sapper"}, "sapien": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sapien"}, "upside": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "upside"}, "sao": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sao"}, "upsome": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "upsome"}, "sanity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sanity"}, "sanitizer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sanitizer"}, "sang": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sang"}, "sanford": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sanford"}, "sandy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sandy"}, "upstanding": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "upstanding"}, "sandwich": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sandwich"}, "upstream": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "upstream"}, "sanda": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sanda"}, "sanctioned": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sanctioned"}, "urainian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "urainian"}, "satzvey": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "satzvey"}, "sava": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sava"}, "unuseful": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unuseful"}, "uppercut": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uppercut"}, "scandianavism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scandianavism"}, "scammers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scammers"}, "scam": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scam"}, "scalping": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scalping"}, "scalp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "scalp"}, "unwaged": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unwaged"}, "unwashed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unwashed"}, "unwatchable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unwatchable"}, "sc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sc"}, "unwhite": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "unwhite"}, "saysay": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "saysay"}, "saylum": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "saylum"}, "sayings": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sayings"}, "uoguelph": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uoguelph"}, "sayanim": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "sayanim"}, "saxons": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "saxons"}, "upc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "upc"}, "savior": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "savior"}, "updates": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "updates"}, "upgraded": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "upgraded"}, "savers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "savers"}, "saveourstate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "saveourstate"}, "upheld": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "upheld"}, "uphold": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uphold"}, "upington": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "upington"}, "uplifting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uplifting"}, "savannah": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "savannah"}, "uploading": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "uploading"}, "upperbody": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "upperbody"}, "spearchuckers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "spearchuckers"}, "kijiji": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kijiji"}, "pact": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pact"}, "conservativeunderground": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "conservativeunderground"}, "consideration": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "consideration"}, "considers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "considers"}, "consist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "consist"}, "consisted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "consisted"}, "consistent": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "consistent"}, "consistently": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "consistently"}, "conslour": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "conslour"}, "consolidate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "consolidate"}, "conspiracy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "conspiracy"}, "conspired": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "conspired"}, "constitutional": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "constitutional"}, "construe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "construe"}, "consulting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "consulting"}, "consumed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "consumed"}, "consumers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "consumers"}, "contacts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "contacts"}, "contained": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "contained"}, "containers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "containers"}, "contains": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "contains"}, "considerable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "considerable"}, "consent": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "consent"}, "cordless": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cordless"}, "consensus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "consensus"}, "confession": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "confession"}, "confirm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "confirm"}, "conflicts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "conflicts"}, "confrontational": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "confrontational"}, "confrontingthe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "confrontingthe"}, "confuse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "confuse"}, "congers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "congers"}, "congolese": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "congolese"}, "congratulate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "congratulate"}, "congratulating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "congratulating"}, "congressional": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "congressional"}, "conjunction": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "conjunction"}, "connolly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "connolly"}, "connor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "connor"}, "conqer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "conqer"}, "conquered": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "conquered"}, "conquest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "conquest"}, "consciousness": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "consciousness"}, "consensual": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "consensual"}, "contaminate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "contaminate"}, "contaminated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "contaminated"}, "contemplating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "contemplating"}, "contend": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "contend"}, "contry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "contry"}, "convened": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "convened"}, "convention": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "convention"}, "converse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "converse"}, "conversing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "conversing"}, "converted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "converted"}, "convict": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "convict"}, "convicting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "convicting"}, "convienent": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "convienent"}, "convinced": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "convinced"}, "convoy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "convoy"}, "cookouts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cookouts"}, "cooler": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cooler"}, "coordinate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "coordinate"}, "coordinating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "coordinating"}, "coper": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "coper"}, "copper": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "copper"}, "copying": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "copying"}, "coram": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "coram"}, "controversy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "controversy"}, "controllers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "controllers"}, "contre": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "contre"}, "continuing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "continuing"}, "contender": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "contender"}, "contents": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "contents"}, "contest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "contest"}, "contestant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "contestant"}, "contests": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "contests"}, "continental": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "continental"}, "continually": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "continually"}, "continued": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "continued"}, "contraction": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "contraction"}, "contrast": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "contrast"}, "contractor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "contractor"}, "contradict": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "contradict"}, "contradicting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "contradicting"}, "contradiction": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "contradiction"}, "contradictions": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "contradictions"}, "contradicts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "contradicts"}, "contrapuntal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "contrapuntal"}, "contrary": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "contrary"}, "confermation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "confermation"}, "cone": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cone"}, "conducting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "conducting"}, "compass": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "compass"}, "commercialappeal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "commercialappeal"}, "commercialize": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "commercialize"}, "commies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "commies"}, "commissars": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "commissars"}, "commissioner": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "commissioner"}, "commits": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "commits"}, "committing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "committing"}, "commonplace": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "commonplace"}, "commons": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "commons"}, "commrades": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "commrades"}, "commune": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "commune"}, "communicating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "communicating"}, "communication": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "communication"}, "communistic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "communistic"}, "comp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "comp"}, "compact": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "compact"}, "companion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "companion"}, "companionship": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "companionship"}, "comparative": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "comparative"}, "commerce": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "commerce"}, "commenters": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "commenters"}, "commented": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "commented"}, "combatant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "combatant"}, "coloreds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "coloreds"}, "coloring": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "coloring"}, "colorless": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "colorless"}, "colosseum": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "colosseum"}, "colourful": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "colourful"}, "colud": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "colud"}, "columnist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "columnist"}, "coma": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "coma"}, "combatives": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "combatives"}, "commemorate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "commemorate"}, "combination": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "combination"}, "combine": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "combine"}, "comercial": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "comercial"}, "comfort": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "comfort"}, "comfy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "comfy"}, "comit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "comit"}, "command": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "command"}, "commando": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "commando"}, "compartmentalizing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "compartmentalizing"}, "compassion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "compassion"}, "condoleeza": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "condoleeza"}, "compatible": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "compatible"}, "comradeship": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "comradeship"}, "con": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "con"}, "concealable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "concealable"}, "conceited": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "conceited"}, "concentrate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "concentrate"}, "concentrated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "concentrated"}, "concernd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "concernd"}, "concertos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "concertos"}, "concessions": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "concessions"}, "concider": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "concider"}, "concidering": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "concidering"}, "conclude": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "conclude"}, "concur": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "concur"}, "condemn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "condemn"}, "condemning": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "condemning"}, "condensed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "condensed"}, "condensening": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "condensening"}, "conderence": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "conderence"}, "conditioned": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "conditioned"}, "compulsatory": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "compulsatory"}, "compton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "compton"}, "compsing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "compsing"}, "completly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "completly"}, "compensation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "compensation"}, "competitions": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "competitions"}, "compilations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "compilations"}, "compiles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "compiles"}, "complainers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "complainers"}, "complains": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "complains"}, "completed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "completed"}, "completion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "completion"}, "complexion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "complexion"}, "comprising": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "comprising"}, "complicated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "complicated"}, "complicit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "complicit"}, "complied": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "complied"}, "composed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "composed"}, "composite": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "composite"}, "compost": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "compost"}, "compound": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "compound"}, "compressions": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "compressions"}, "corbett": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "corbett"}, "coreconcep": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "coreconcep"}, "colonnade": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "colonnade"}, "cubicle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cubicle"}, "cuddly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cuddly"}, "cue": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cue"}, "culti": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "culti"}, "cults": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cults"}, "cultured": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cultured"}, "culturism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "culturism"}, "cummins88": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cummins88"}, "cupboards": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cupboards"}, "cupped": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cupped"}, "cures": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cures"}, "curfew": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "curfew"}, "currency": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "currency"}, "curriculums": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "curriculums"}, "cursing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cursing"}, "cursor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cursor"}, "curtis": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "curtis"}, "cutback": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cutback"}, "cuts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cuts"}, "cuzco": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cuzco"}, "cuddle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cuddle"}, "ctv": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ctv"}, "cornelius": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cornelius"}, "ctr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ctr"}, "crossdressers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crossdressers"}, "crossed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crossed"}, "crosses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crosses"}, "crow": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crow"}, "crowding": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crowding"}, "croydon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "croydon"}, "crucifixion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crucifixion"}, "crucify": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crucify"}, "cruel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cruel"}, "cruelty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cruelty"}, "crumble": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crumble"}, "crusade": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crusade"}, "crushed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crushed"}, "crustaceans": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crustaceans"}, "cryptic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cryptic"}, "crypto": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crypto"}, "crystal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crystal"}, "csinalunk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "csinalunk"}, "csu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "csu"}, "cvqstm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cvqstm"}, "cvricket": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cvricket"}, "cw": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cw"}, "cwii2008": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cwii2008"}, "dam": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dam"}, "damaged": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "damaged"}, "damardzic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "damardzic"}, "damian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "damian"}, "damnable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "damnable"}, "damned": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "damned"}, "damnit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "damnit"}, "dams": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dams"}, "dan23uk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dan23uk"}, "dana": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dana"}, "dances": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dances"}, "dancingrabbit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dancingrabbit"}, "dandy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dandy"}, "dangling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dangling"}, "danielle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "danielle"}, "danny": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "danny"}, "dapkunaite": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dapkunaite"}, "daredevil": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "daredevil"}, "darkes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "darkes"}, "dalmatie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dalmatie"}, "dallasnews": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dallasnews"}, "dairy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dairy"}, "cyrus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cyrus"}, "cwporter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cwporter"}, "cwpv": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cwpv"}, "cyber": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cyber"}, "cyberfascist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cyberfascist"}, "cycle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cycle"}, "cyclinder": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cyclinder"}, "cymru": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cymru"}, "cypress": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cypress"}, "czechs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "czechs"}, "dailymotion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dailymotion"}, "czso": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "czso"}, "czynski": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "czynski"}, "c\u00e9sar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "c\u00e9sar"}, "d0": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "d0"}, "d2": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "d2"}, "d87rv7yj": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "d87rv7yj"}, "daay": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "daay"}, "dailyinterlake": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dailyinterlake"}, "crossbreeding": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crossbreeding"}, "crony": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crony"}, "cronulla": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cronulla"}, "crackle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crackle"}, "counted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "counted"}, "counterproductive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "counterproductive"}, "counters": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "counters"}, "coupla": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "coupla"}, "coupling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "coupling"}, "courtesy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "courtesy"}, "courtney": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "courtney"}, "covenant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "covenant"}, "covertly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "covertly"}, "coward": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "coward"}, "cozy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cozy"}, "cp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cp"}, "cpamike": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cpamike"}, "cpath": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cpath"}, "cpl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cpl"}, "cr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cr"}, "crab": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crab"}, "cracka": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cracka"}, "crackheads": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crackheads"}, "counsellor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "counsellor"}, "counsel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "counsel"}, "couldve": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "couldve"}, "correia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "correia"}, "cornielious": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cornielious"}, "corona": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "corona"}, "corperate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "corperate"}, "corporate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "corporate"}, "corpse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "corpse"}, "corpses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "corpses"}, "corrected": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "corrected"}, "correctly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "correctly"}, "correlation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "correlation"}, "costanzo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "costanzo"}, "corres": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "corres"}, "correspondance": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "correspondance"}, "corressponds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "corressponds"}, "corroding": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "corroding"}, "corrupted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "corrupted"}, "cos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cos"}, "cosmic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cosmic"}, "cossacks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cossacks"}, "cracking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cracking"}, "cradle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cradle"}, "crocodilian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crocodilian"}, "cradlesong": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cradlesong"}, "cremated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cremated"}, "crepe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crepe"}, "crepes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crepes"}, "cresskill": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cresskill"}, "creston": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "creston"}, "cretin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cretin"}, "crews": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crews"}, "crimea": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crimea"}, "criminalized": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "criminalized"}, "crimmigrant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crimmigrant"}, "cringe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cringe"}, "cripppinnn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cripppinnn"}, "crisscross": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crisscross"}, "critisizing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "critisizing"}, "critter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "critter"}, "crkve": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crkve"}, "crock": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crock"}, "crocker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crocker"}, "crocodile": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crocodile"}, "creeping": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "creeping"}, "credits": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "credits"}, "credited": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "credited"}, "crates": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crates"}, "craft": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "craft"}, "craigslist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "craigslist"}, "crakker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crakker"}, "crakron": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crakron"}, "cranberry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cranberry"}, "crane": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crane"}, "crash": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crash"}, "crashed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crashed"}, "crave": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crave"}, "credibility": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "credibility"}, "craving": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "craving"}, "crawling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "crawling"}, "creates": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "creates"}, "creationism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "creationism"}, "creations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "creations"}, "creative": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "creative"}, "creatively": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "creatively"}, "creativity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "creativity"}, "colononialize": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "colononialize"}, "colonised": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "colonised"}, "darned": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "darned"}, "casing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "casing"}, "cassini": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cassini"}, "caste": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "caste"}, "castles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "castles"}, "castro": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "castro"}, "casual": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "casual"}, "casually": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "casually"}, "casualties": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "casualties"}, "casualty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "casualty"}, "casull": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "casull"}, "catalog": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "catalog"}, "cataloged": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cataloged"}, "catalonia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "catalonia"}, "catalunya": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "catalunya"}, "catcode": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "catcode"}, "categorically": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "categorically"}, "catharines": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "catharines"}, "catherdral": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "catherdral"}, "catholicism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "catholicism"}, "catid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "catid"}, "cassidy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cassidy"}, "casablanca": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "casablanca"}, "chaperoned": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chaperoned"}, "carver": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "carver"}, "cariboo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cariboo"}, "caring": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "caring"}, "carl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "carl"}, "carley": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "carley"}, "carlo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "carlo"}, "carmageddon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "carmageddon"}, "carnage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "carnage"}, "carnation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "carnation"}, "caro": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "caro"}, "carols": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "carols"}, "carolus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "carolus"}, "carpathian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "carpathian"}, "carpathians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "carpathians"}, "carpentry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "carpentry"}, "carroll": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "carroll"}, "carrot": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "carrot"}, "cart": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cart"}, "cartel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cartel"}, "cartons": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cartons"}, "caucasian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "caucasian"}, "caucasians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "caucasians"}, "cauldrons": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cauldrons"}, "causeway": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "causeway"}, "certification": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "certification"}, "cess": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cess"}, "cesspits": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cesspits"}, "cf3bf803": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cf3bf803"}, "cfm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cfm"}, "cgg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cgg"}, "ch": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ch"}, "chaining": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chaining"}, "chains": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chains"}, "chairperson": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chairperson"}, "chairs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chairs"}, "chair\u00e2": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chair\u00e2"}, "chalk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chalk"}, "challenges": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "challenges"}, "chamber": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chamber"}, "chambered": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chambered"}, "champ": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "champ"}, "chandra": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chandra"}, "chantcd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chantcd"}, "certificates": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "certificates"}, "certificate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "certificate"}, "certian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "certian"}, "celebrations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "celebrations"}, "cb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cb"}, "cbr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cbr"}, "ccw": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ccw"}, "cdm4": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cdm4"}, "cebephibe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cebephibe"}, "ceiling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ceiling"}, "celebrates": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "celebrates"}, "celebration": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "celebration"}, "celestial": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "celestial"}, "cept": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cept"}, "cello": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cello"}, "celt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "celt"}, "celticchristmasmusic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "celticchristmasmusic"}, "cemetary": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cemetary"}, "censored": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "censored"}, "censors": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "censors"}, "censorships": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "censorships"}, "centric": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "centric"}, "carey": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "carey"}, "careing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "careing"}, "carcasses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "carcasses"}, "calculated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "calculated"}, "butte": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "butte"}, "butternut": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "butternut"}, "butthole": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "butthole"}, "buttocks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "buttocks"}, "buys": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "buys"}, "buzzpo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "buzzpo"}, "bwz2is": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bwz2is"}, "byjiffylube": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "byjiffylube"}, "byte": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "byte"}, "bytom": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bytom"}, "b\u00fcrgerlich": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "b\u00fcrgerlich"}, "c13": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "c13"}, "ca1784": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ca1784"}, "cabbage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cabbage"}, "cadets": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cadets"}, "cages": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cages"}, "cai": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cai"}, "cairo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cairo"}, "cakes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cakes"}, "butik": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "butik"}, "butchy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "butchy"}, "butchered": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "butchered"}, "burrs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "burrs"}, "burglarized": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "burglarized"}, "burglars": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "burglars"}, "burkha": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "burkha"}, "burners": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "burners"}, "burnin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "burnin"}, "burns": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "burns"}, "burrito": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "burrito"}, "burrowed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "burrowed"}, "burst": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "burst"}, "busts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "busts"}, "burstein": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "burstein"}, "bursting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bursting"}, "bused": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bused"}, "bushes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bushes"}, "busier": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "busier"}, "busing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "busing"}, "bussing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bussing"}, "buste": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "buste"}, "calculate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "calculate"}, "calculating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "calculating"}, "capture": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "capture"}, "calculator": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "calculator"}, "candor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "candor"}, "cannibalism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cannibalism"}, "cannon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cannon"}, "cannons": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cannons"}, "cantatas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cantatas"}, "cantina": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cantina"}, "canton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "canton"}, "cantor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cantor"}, "canvas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "canvas"}, "can\u00e6": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "can\u00e6"}, "capabilities": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "capabilities"}, "capacity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "capacity"}, "caparison": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "caparison"}, "capitalism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "capitalism"}, "capitalist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "capitalist"}, "capitulate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "capitulate"}, "caplock": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "caplock"}, "capped": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "capped"}, "captivating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "captivating"}, "candles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "candles"}, "cancelled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cancelled"}, "campuses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "campuses"}, "camden": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "camden"}, "cali": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cali"}, "californian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "californian"}, "calle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "calle"}, "calledputin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "calledputin"}, "callers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "callers"}, "callin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "callin"}, "calmady": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "calmady"}, "calman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "calman"}, "camelback": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "camelback"}, "campiness": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "campiness"}, "camellia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "camellia"}, "camels": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "camels"}, "cameraman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cameraman"}, "cameroun": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cameroun"}, "camille": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "camille"}, "campaigns": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "campaigns"}, "campfire": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "campfire"}, "campground": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "campground"}, "chap": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chap"}, "characteristic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "characteristic"}, "colonies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "colonies"}, "clauses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clauses"}, "clavier": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clavier"}, "claw": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "claw"}, "claw9165": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "claw9165"}, "cleaned": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cleaned"}, "cleanest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cleanest"}, "cleansing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cleansing"}, "cleared": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cleared"}, "clearer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clearer"}, "clerks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clerks"}, "clever": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clever"}, "cliams": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cliams"}, "clickorlando": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clickorlando"}, "clientele": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clientele"}, "climb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "climb"}, "clinging": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clinging"}, "clinic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clinic"}, "clique": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clique"}, "clobbering": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clobbering"}, "clock": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clock"}, "clav": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clav"}, "clause": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clause"}, "charade": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "charade"}, "claus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "claus"}, "cirurgy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cirurgy"}, "cited": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cited"}, "citrus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "citrus"}, "civ": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "civ"}, "cjb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cjb"}, "ckers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ckers"}, "ckin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ckin"}, "cking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cking"}, "clad": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clad"}, "clamp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clamp"}, "clapped": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clapped"}, "clarisworks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clarisworks"}, "clark": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clark"}, "clashes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clashes"}, "classed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "classed"}, "classics": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "classics"}, "classifieds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "classifieds"}, "classwork": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "classwork"}, "clast": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clast"}, "cloghane": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cloghane"}, "clooney": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clooney"}, "closets": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "closets"}, "closure": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "closure"}, "coldern": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "coldern"}, "cole": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cole"}, "coli": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "coli"}, "collaborationist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "collaborationist"}, "collapse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "collapse"}, "collapsed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "collapsed"}, "collapses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "collapses"}, "collateral": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "collateral"}, "colleague": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "colleague"}, "collected": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "collected"}, "collections": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "collections"}, "collectivism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "collectivism"}, "collectivist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "collectivist"}, "collectivization": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "collectivization"}, "collectors": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "collectors"}, "collegesposted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "collegesposted"}, "collier": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "collier"}, "colombian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "colombian"}, "colonial": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "colonial"}, "coldblooded": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "coldblooded"}, "col": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "col"}, "cokes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cokes"}, "coalition": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "coalition"}, "clouds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clouds"}, "clown": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clown"}, "clubhouse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clubhouse"}, "clues": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clues"}, "clumpsy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clumpsy"}, "clutter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "clutter"}, "cnps2ho": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cnps2ho"}, "coalburner": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "coalburner"}, "coating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "coating"}, "cohesion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cohesion"}, "cockles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cockles"}, "cocktail": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cocktail"}, "cocoa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cocoa"}, "coconuts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "coconuts"}, "coding": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "coding"}, "cody": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cody"}, "coffin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "coffin"}, "cofo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cofo"}, "circumstance": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "circumstance"}, "cinnamon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cinnamon"}, "cinemas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cinemas"}, "childbearing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "childbearing"}, "checkout": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "checkout"}, "cheddar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cheddar"}, "cheeks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cheeks"}, "cheered": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cheered"}, "cheering": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cheering"}, "cheerleaders": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cheerleaders"}, "cheetahs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cheetahs"}, "cheeto": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cheeto"}, "chem": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chem"}, "chemical": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chemical"}, "chemung": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chemung"}, "cheney": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cheney"}, "chepstow": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chepstow"}, "cherrybyrd88": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cherrybyrd88"}, "cheryl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cheryl"}, "chess": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chess"}, "chezch": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chezch"}, "chf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chf"}, "chic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chic"}, "checklist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "checklist"}, "checkin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "checkin"}, "checkering": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "checkering"}, "chart": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chart"}, "charades": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "charades"}, "charcateristics": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "charcateristics"}, "charger": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "charger"}, "charity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "charity"}, "charleston": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "charleston"}, "charlotte": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "charlotte"}, "charlton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "charlton"}, "charming": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "charming"}, "chases": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chases"}, "chechnya": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chechnya"}, "chaste": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chaste"}, "chatboards": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chatboards"}, "chatroom": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chatroom"}, "chattin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chattin"}, "chauvinists": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chauvinists"}, "chav": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chav"}, "chavs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chavs"}, "cheated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cheated"}, "chichagov": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chichagov"}, "childhood": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "childhood"}, "cinema": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cinema"}, "chile": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chile"}, "chrildren": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chrildren"}, "christains": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "christains"}, "christs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "christs"}, "christy88": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "christy88"}, "chrobry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chrobry"}, "chroi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chroi"}, "chrome": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chrome"}, "chrommagus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chrommagus"}, "chromosomal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chromosomal"}, "chromosomes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chromosomes"}, "chuckers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chuckers"}, "chucking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chucking"}, "chucky": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chucky"}, "cicero": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cicero"}, "cigarette": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cigarette"}, "cigarettes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cigarettes"}, "cigars": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cigars"}, "cikavac": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cikavac"}, "cindy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cindy"}, "chowaja": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chowaja"}, "chops": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chops"}, "chopinhttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chopinhttp"}, "chino": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chino"}, "chilling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chilling"}, "chilrens": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chilrens"}, "chimping": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chimping"}, "chimps": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chimps"}, "chinaman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chinaman"}, "chinamen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chinamen"}, "chinease": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chinease"}, "chingford": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chingford"}, "chins": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chins"}, "chopin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chopin"}, "chipie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chipie"}, "chirstians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chirstians"}, "chivalry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chivalry"}, "chloroform": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "chloroform"}, "cho": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cho"}, "choke": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "choke"}, "cholerae": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "cholerae"}, "choosing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "choosing"}, "darlington": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "darlington"}, "darnell": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "darnell"}, "extremists": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "extremists"}, "elect": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "elect"}, "electrically": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "electrically"}, "electricty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "electricty"}, "electrocuted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "electrocuted"}, "electronics": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "electronics"}, "elena": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "elena"}, "elevate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "elevate"}, "elevating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "elevating"}, "eleventh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eleventh"}, "elf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "elf"}, "elfs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "elfs"}, "elgin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "elgin"}, "elimination": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "elimination"}, "ell": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ell"}, "eller": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eller"}, "elliott": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "elliott"}, "elliptical": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "elliptical"}, "elo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "elo"}, "els": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "els"}, "elses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "elses"}, "elections": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "elections"}, "eldest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eldest"}, "endla": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "endla"}, "eldawg4100": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eldawg4100"}, "egyet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "egyet"}, "egypt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "egypt"}, "egyptian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "egyptian"}, "egyutest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "egyutest"}, "eiginkonu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eiginkonu"}, "ein": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ein"}, "einen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "einen"}, "einer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "einer"}, "einherjer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "einherjer"}, "einherjer88": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "einherjer88"}, "einst": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "einst"}, "eithre": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eithre"}, "eka": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eka"}, "eksamen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eksamen"}, "ekspansja": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ekspansja"}, "elaborate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "elaborate"}, "elapsed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "elapsed"}, "elbows": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "elbows"}, "eld": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eld"}, "eltingauction": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eltingauction"}, "eltz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eltz"}, "elusive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "elusive"}, "emailed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "emailed"}, "emos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "emos"}, "emphasis": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "emphasis"}, "empiric": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "empiric"}, "employer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "employer"}, "employing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "employing"}, "empowerment": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "empowerment"}, "emulate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "emulate"}, "emulating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "emulating"}, "enablers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enablers"}, "enabling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enabling"}, "enca": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enca"}, "enchanting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enchanting"}, "enchantment": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enchantment"}, "encircled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "encircled"}, "enclave": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enclave"}, "encounter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "encounter"}, "encountered": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "encountered"}, "encounters": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "encounters"}, "encouragement": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "encouragement"}, "emmigration": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "emmigration"}, "eminencemo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eminencemo"}, "eminem": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eminem"}, "embarrassment": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "embarrassment"}, "emailing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "emailing"}, "emailnerd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "emailnerd"}, "emain": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "emain"}, "embarassing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "embarassing"}, "embaressing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "embaressing"}, "embarisment": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "embarisment"}, "embarrassed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "embarrassed"}, "embarrassing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "embarrassing"}, "embassy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "embassy"}, "emerald714": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "emerald714"}, "embedded": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "embedded"}, "embernek": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "embernek"}, "emblem": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "emblem"}, "emboldened": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "emboldened"}, "embraced": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "embraced"}, "embroiled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "embroiled"}, "emc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "emc"}, "ememy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ememy"}, "egy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "egy"}, "eguptshuns": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eguptshuns"}, "ege": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ege"}, "d\u00e9": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "d\u00e9"}, "durn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "durn"}, "dusk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dusk"}, "dutchy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dutchy"}, "dutton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dutton"}, "dvd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dvd"}, "dvu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dvu"}, "dw": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dw"}, "dwelled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dwelled"}, "dwellers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dwellers"}, "dye": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dye"}, "dyeing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dyeing"}, "dyes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dyes"}, "dym\u016d": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dym\u016d"}, "dyn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dyn"}, "dyrker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dyrker"}, "dysgenics": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dysgenics"}, "dywy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dywy"}, "dz\u012bvos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dz\u012bvos"}, "d\u00e8": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "d\u00e8"}, "dupont": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dupont"}, "duplicate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "duplicate"}, "dunnes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dunnes"}, "duetschgirltx": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "duetschgirltx"}, "dr\u00e3": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dr\u00e3"}, "dtl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dtl"}, "dubai": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dubai"}, "dubious": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dubious"}, "ducks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ducks"}, "dud": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dud"}, "dudes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dudes"}, "dudley": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dudley"}, "dukeradio080723brunog": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dukeradio080723brunog"}, "dunkin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dunkin"}, "duma": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "duma"}, "dumbbells": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dumbbells"}, "dumber": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dumber"}, "dumis": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dumis"}, "dummies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dummies"}, "dump": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dump"}, "dumped": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dumped"}, "dungeons": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dungeons"}, "d\u00e8t": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "d\u00e8t"}, "d\u00e9csey1": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "d\u00e9csey1"}, "eg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eg"}, "d\u00edsszemle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "d\u00edsszemle"}, "ecstasy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ecstasy"}, "edgefielddaily": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "edgefielddaily"}, "edible": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "edible"}, "edin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "edin"}, "edinburgh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "edinburgh"}, "editions": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "editions"}, "edlinger": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "edlinger"}, "edmonton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "edmonton"}, "eduard": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eduard"}, "educatio": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "educatio"}, "educations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "educations"}, "edwards": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "edwards"}, "edwin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "edwin"}, "ee": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ee"}, "eeeeh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eeeeh"}, "effects": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "effects"}, "efficient": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "efficient"}, "effin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "effin"}, "eftir": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eftir"}, "economies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "economies"}, "economics": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "economics"}, "echoes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "echoes"}, "earn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "earn"}, "d\u014dmian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "d\u014dmian"}, "d\u016bmai": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "d\u016bmai"}, "d\u016bmi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "d\u016bmi"}, "e4": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "e4"}, "eachother": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eachother"}, "eagnews": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eagnews"}, "eariler": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eariler"}, "earliest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "earliest"}, "earrings": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "earrings"}, "ecclesiastical": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ecclesiastical"}, "earshot": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "earshot"}, "earthly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "earthly"}, "easten": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "easten"}, "easter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "easter"}, "eaten": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eaten"}, "eats": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eats"}, "ebony": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ebony"}, "ebook": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ebook"}, "endeavour": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "endeavour"}, "endorse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "endorse"}, "drunks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drunks"}, "eurocentric": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eurocentric"}, "euromutt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "euromutt"}, "europae": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "europae"}, "europeandailynews": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "europeandailynews"}, "europeoid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "europeoid"}, "europeons": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "europeons"}, "europhobia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "europhobia"}, "europhobic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "europhobic"}, "europoid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "europoid"}, "eurosport": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eurosport"}, "euthanized": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "euthanized"}, "evaline": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "evaline"}, "evangelist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "evangelist"}, "eventhough": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eventhough"}, "evertime": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "evertime"}, "everton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "everton"}, "everyones": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "everyones"}, "evllzrd1": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "evllzrd1"}, "evoluated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "evoluated"}, "ewige": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ewige"}, "eurodate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eurodate"}, "eurocatb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eurocatb"}, "endorsed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "endorsed"}, "euorpe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "euorpe"}, "establishments": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "establishments"}, "estates": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "estates"}, "estimation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "estimation"}, "eszter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eszter"}, "etecerta": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "etecerta"}, "eternity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eternity"}, "ethan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ethan"}, "ethical": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ethical"}, "ethicts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ethicts"}, "ethiopia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ethiopia"}, "ethnical": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ethnical"}, "ethniccrime": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ethniccrime"}, "ethno": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ethno"}, "ethnocentric": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ethnocentric"}, "ethnonym": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ethnonym"}, "ethyl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ethyl"}, "etters\u00f8kt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "etters\u00f8kt"}, "euaggelion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "euaggelion"}, "eugenics": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eugenics"}, "exaggerated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "exaggerated"}, "exaggerates": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "exaggerates"}, "exaggerating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "exaggerating"}, "exaggeration": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "exaggeration"}, "exploited": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "exploited"}, "exploiting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "exploiting"}, "explore": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "explore"}, "explored": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "explored"}, "explores": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "explores"}, "exponentially": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "exponentially"}, "export": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "export"}, "exports": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "exports"}, "expulsion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "expulsion"}, "exquisitely": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "exquisitely"}, "exsplosives": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "exsplosives"}, "extending": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "extending"}, "extensively": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "extensively"}, "exterminate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "exterminate"}, "exterminated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "exterminated"}, "exterminating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "exterminating"}, "extintion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "extintion"}, "extract": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "extract"}, "extracurriculars": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "extracurriculars"}, "experienced": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "experienced"}, "expeled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "expeled"}, "expectation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "expectation"}, "exempt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "exempt"}, "exatly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "exatly"}, "excavations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "excavations"}, "excelled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "excelled"}, "excersize": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "excersize"}, "excess": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "excess"}, "excludes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "excludes"}, "execellent": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "execellent"}, "executed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "executed"}, "exercises": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "exercises"}, "expansive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "expansive"}, "exercising": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "exercising"}, "existant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "existant"}, "existent": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "existent"}, "exists": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "exists"}, "exit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "exit"}, "exopolitics": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "exopolitics"}, "exotic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "exotic"}, "expanded": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "expanded"}, "establishedmen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "establishedmen"}, "essays": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "essays"}, "essayist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "essayist"}, "entirety": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "entirety"}, "enlarge": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enlarge"}, "enlightened": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enlightened"}, "enlroll": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enlroll"}, "ennfremur": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ennfremur"}, "enoch": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enoch"}, "enraged": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enraged"}, "enriches": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enriches"}, "enrolling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enrolling"}, "enrollment": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enrollment"}, "ensemble": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ensemble"}, "enslaved": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enslaved"}, "enslavement": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enslavement"}, "ensued": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ensued"}, "entanglement": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "entanglement"}, "entered": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "entered"}, "entering": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "entering"}, "entertain": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "entertain"}, "enthusiastic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enthusiastic"}, "enthusiasts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enthusiasts"}, "enjoys": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enjoys"}, "enjoyment": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enjoyment"}, "enjoying": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enjoying"}, "engelhardt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "engelhardt"}, "endscreen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "endscreen"}, "endurance": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "endurance"}, "enforced": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enforced"}, "enforcing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enforcing"}, "enforcment": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enforcment"}, "engages": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "engages"}, "engaging": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "engaging"}, "engdahl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "engdahl"}, "engeset": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "engeset"}, "eniko": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eniko"}, "engine": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "engine"}, "engineers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "engineers"}, "engines": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "engines"}, "englands": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "englands"}, "englehart": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "englehart"}, "engles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "engles"}, "englis": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "englis"}, "enigma": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enigma"}, "entice": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "entice"}, "entitlement": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "entitlement"}, "esque": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "esque"}, "entrancing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "entrancing"}, "ericahoesch": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ericahoesch"}, "erick": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "erick"}, "ernst": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ernst"}, "erols": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "erols"}, "err": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "err"}, "ers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ers"}, "erwin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "erwin"}, "erzelmeit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "erzelmeit"}, "esa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "esa"}, "escala": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "escala"}, "escalator": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "escalator"}, "escape": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "escape"}, "escapes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "escapes"}, "eschewed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eschewed"}, "escorted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "escorted"}, "esik": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "esik"}, "esp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "esp"}, "espagnol": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "espagnol"}, "espanol": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "espanol"}, "ergo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ergo"}, "erfi\u00f0ir": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "erfi\u00f0ir"}, "erffs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "erffs"}, "epithet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "epithet"}, "entshandout": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "entshandout"}, "enugh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enugh"}, "enught": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "enught"}, "environments": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "environments"}, "epi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "epi"}, "epis": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "epis"}, "episodes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "episodes"}, "epistrophe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "epistrophe"}, "epitome": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "epitome"}, "erected": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "erected"}, "epost": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "epost"}, "epp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "epp"}, "equals": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "equals"}, "equate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "equate"}, "equations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "equations"}, "equinox": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "equinox"}, "equity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "equity"}, "erd\u00e9lybe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "erd\u00e9lybe"}, "drying": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drying"}, "drunkenly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drunkenly"}, "darwin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "darwin"}, "deshawn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deshawn"}, "desires": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "desires"}, "desktop": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "desktop"}, "despicable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "despicable"}, "despise": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "despise"}, "despised": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "despised"}, "dessert": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dessert"}, "destination": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "destination"}, "destoration": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "destoration"}, "destory": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "destory"}, "destructive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "destructive"}, "detained": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "detained"}, "detectives": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "detectives"}, "detector": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "detector"}, "detectors": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "detectors"}, "detention": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "detention"}, "detents": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "detents"}, "deter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deter"}, "determination": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "determination"}, "deters": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deters"}, "desirable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "desirable"}, "desecrate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "desecrate"}, "dilbaeqqrqy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dilbaeqqrqy"}, "descriptions": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "descriptions"}, "depend": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "depend"}, "dependence": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dependence"}, "depending": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "depending"}, "depends": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "depends"}, "depicting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "depicting"}, "depicts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "depicts"}, "deported": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deported"}, "depresion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "depresion"}, "depressed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "depressed"}, "deprived": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deprived"}, "depriving": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "depriving"}, "dept": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dept"}, "deputy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deputy"}, "derail": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "derail"}, "derailers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "derailers"}, "dere": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dere"}, "derivitives": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "derivitives"}, "describes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "describes"}, "describing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "describing"}, "detest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "detest"}, "detroid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "detroid"}, "detroying": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "detroying"}, "deuteronomy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deuteronomy"}, "diabulus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "diabulus"}, "dial": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dial"}, "dialo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dialo"}, "diameter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "diameter"}, "diamond": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "diamond"}, "diaper": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "diaper"}, "diaries": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "diaries"}, "diary": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "diary"}, "diaz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "diaz"}, "dice": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dice"}, "dick": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dick"}, "dicks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dicks"}, "dictate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dictate"}, "dids": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dids"}, "diferences": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "diferences"}, "differently": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "differently"}, "differs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "differs"}, "difuses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "difuses"}, "digg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "digg"}, "diabolical": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "diabolical"}, "diabetes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "diabetes"}, "dh\u016bma": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dh\u016bma"}, "developments": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "developments"}, "deutsch": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deutsch"}, "deutschen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deutschen"}, "deutschland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deutschland"}, "deutschlands": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deutschlands"}, "devastating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "devastating"}, "develope": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "develope"}, "developers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "developers"}, "developmentally": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "developmentally"}, "deviants": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deviants"}, "dhuibh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dhuibh"}, "device": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "device"}, "devices": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "devices"}, "devise": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "devise"}, "devoid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "devoid"}, "devotional": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "devotional"}, "dew": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dew"}, "dfu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dfu"}, "dfu\u00ecs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dfu\u00ecs"}, "departement": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "departement"}, "denoucing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "denoucing"}, "denominational": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "denominational"}, "defiantly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "defiantly"}, "deceit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deceit"}, "decipher": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "decipher"}, "declaration": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "declaration"}, "declared": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "declared"}, "declaring": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "declaring"}, "declined": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "declined"}, "decrease": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "decrease"}, "decreased": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "decreased"}, "decreed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "decreed"}, "ded": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ded"}, "deemed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deemed"}, "defame": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "defame"}, "defamed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "defamed"}, "default": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "default"}, "defeated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "defeated"}, "defeats": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "defeats"}, "defendant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "defendant"}, "defenseless": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "defenseless"}, "defensor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "defensor"}, "decaying": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "decaying"}, "decay": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "decay"}, "decapitated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "decapitated"}, "deactivation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deactivation"}, "dary": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dary"}, "dash": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dash"}, "dated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dated"}, "dates": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dates"}, "daunn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "daunn"}, "dauns": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dauns"}, "davis": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "davis"}, "dea": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dea"}, "dean": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dean"}, "decade": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "decade"}, "deathach": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deathach"}, "deathskull": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deathskull"}, "deathstar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deathstar"}, "debated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "debated"}, "debates": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "debates"}, "debating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "debating"}, "debili": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "debili"}, "debris": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "debris"}, "deffinetly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deffinetly"}, "defile": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "defile"}, "dennys": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dennys"}, "definatly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "definatly"}, "demise": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "demise"}, "demiurge": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "demiurge"}, "democrat": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "democrat"}, "democratic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "democratic"}, "democratically": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "democratically"}, "demon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "demon"}, "demonic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "demonic"}, "demonizing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "demonizing"}, "demons": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "demons"}, "demonstranten": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "demonstranten"}, "demonstrated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "demonstrated"}, "demonstrations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "demonstrations"}, "demoralising": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "demoralising"}, "demoralize": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "demoralize"}, "demoralizing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "demoralizing"}, "demostration": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "demostration"}, "dendu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dendu"}, "deniability": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deniability"}, "denies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "denies"}, "demian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "demian"}, "dementieva": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dementieva"}, "delusional": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "delusional"}, "deiw": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deiw"}, "defined": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "defined"}, "definite": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "definite"}, "defrauded": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "defrauded"}, "degradation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "degradation"}, "degrade": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "degrade"}, "degrading": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "degrading"}, "dehydrated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dehydrated"}, "deinen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deinen"}, "deklerk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deklerk"}, "deluded": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deluded"}, "delacroix": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "delacroix"}, "delica": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "delica"}, "delicious": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "delicious"}, "delight": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "delight"}, "delightful": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "delightful"}, "deliver": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deliver"}, "delivered": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "delivered"}, "deltar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "deltar"}, "dignity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dignity"}, "dillon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dillon"}, "drummer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drummer"}, "doo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "doo"}, "doom": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "doom"}, "dooms": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dooms"}, "doorman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "doorman"}, "doors": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "doors"}, "doorstep": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "doorstep"}, "dora": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dora"}, "dorati": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dorati"}, "dormant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dormant"}, "dose": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dose"}, "dots": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dots"}, "dottk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dottk"}, "doubly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "doubly"}, "doug": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "doug"}, "dough": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dough"}, "douglad": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "douglad"}, "douglas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "douglas"}, "dov": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dov"}, "dover": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dover"}, "downfall": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "downfall"}, "doofus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "doofus"}, "donnayoung": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "donnayoung"}, "dime": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dime"}, "donkeys": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "donkeys"}, "dogma": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dogma"}, "doh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "doh"}, "doi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "doi"}, "doin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "doin"}, "doings": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "doings"}, "doj": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "doj"}, "dol": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dol"}, "dollhouses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dollhouses"}, "dolls": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dolls"}, "dom": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dom"}, "domestic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "domestic"}, "dominantly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dominantly"}, "dominate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dominate"}, "dominating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dominating"}, "dommer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dommer"}, "donated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "donated"}, "donations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "donations"}, "donig": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "donig"}, "donkey": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "donkey"}, "downplaying": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "downplaying"}, "downunder": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "downunder"}, "doze": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "doze"}, "dqhn1czprr17o21": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dqhn1czprr17o21"}, "drill": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drill"}, "drilling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drilling"}, "drills": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drills"}, "drippings": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drippings"}, "drivel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drivel"}, "drives": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drives"}, "driveway": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "driveway"}, "drm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drm"}, "drmireland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drmireland"}, "drone": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drone"}, "drool": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drool"}, "drooling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drooling"}, "droop": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "droop"}, "drooping": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drooping"}, "droppers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "droppers"}, "dropping": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dropping"}, "drops": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drops"}, "drowning": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drowning"}, "druggies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "druggies"}, "drifter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drifter"}, "drift": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drift"}, "dries": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dries"}, "dramastein": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dramastein"}, "drafted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drafted"}, "drafts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drafts"}, "dragnet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dragnet"}, "dragonball": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dragonball"}, "dragons": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dragons"}, "dragoon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dragoon"}, "drags": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drags"}, "dramas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dramas"}, "dramatic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dramatic"}, "dressier": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dressier"}, "drawback": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drawback"}, "drawer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drawer"}, "drawn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drawn"}, "drc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drc"}, "drday": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "drday"}, "dreadful": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dreadful"}, "dreadlocks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dreadlocks"}, "dressers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dressers"}, "doesn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "doesn"}, "doer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "doer"}, "documented": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "documented"}, "disorders": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disorders"}, "disapproval": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disapproval"}, "disc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disc"}, "discharge": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "discharge"}, "disciplinarian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disciplinarian"}, "disclose": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disclose"}, "discouraged": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "discouraged"}, "discovery": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "discovery"}, "discreetly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "discreetly"}, "discriminate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "discriminate"}, "dised": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dised"}, "disgraceful": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disgraceful"}, "disgustingly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disgustingly"}, "dish": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dish"}, "dishing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dishing"}, "disk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disk"}, "diskriminacije": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "diskriminacije"}, "dismal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dismal"}, "dismissive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dismissive"}, "disn1965": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disn1965"}, "disappointing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disappointing"}, "disappears": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disappears"}, "disappeared": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disappeared"}, "diploma": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "diploma"}, "dinarid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dinarid"}, "dine": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dine"}, "dingle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dingle"}, "dingleberry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dingleberry"}, "dinners": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dinners"}, "diocese": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "diocese"}, "dion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dion"}, "dip": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dip"}, "dipped": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dipped"}, "disadvantaged": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disadvantaged"}, "dire": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dire"}, "directed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "directed"}, "directions": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "directions"}, "directives": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "directives"}, "directorate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "directorate"}, "directory": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "directory"}, "direland2006": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "direland2006"}, "dirts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dirts"}, "disorderly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disorderly"}, "disowned": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disowned"}, "document": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "document"}, "displays": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "displays"}, "diversified": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "diversified"}, "divided": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "divided"}, "diving": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "diving"}, "divinity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "divinity"}, "divorced": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "divorced"}, "dixie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dixie"}, "dj": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dj"}, "django": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "django"}, "dk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dk"}, "dli": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dli"}, "dll": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dll"}, "dmitriy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dmitriy"}, "dmitry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dmitry"}, "dmnto1_500": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dmnto1_500"}, "dobbs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dobbs"}, "dob\u0161in\u00e1": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dob\u0161in\u00e1"}, "docking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "docking"}, "docs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "docs"}, "doctrines": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "doctrines"}, "dive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dive"}, "disunity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disunity"}, "disturbance": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disturbance"}, "disservice": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disservice"}, "disposal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disposal"}, "disprove": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disprove"}, "dispute": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dispute"}, "disrupting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disrupting"}, "disruptive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disruptive"}, "disrupts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disrupts"}, "dissaprove": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dissaprove"}, "disseminating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disseminating"}, "dissidents": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dissidents"}, "disturb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "disturb"}, "dissolve": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dissolve"}, "dissuad": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "dissuad"}, "distinction": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "distinction"}, "distinguished": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "distinguished"}, "distortion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "distortion"}, "distracted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "distracted"}, "distractions": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "distractions"}, "distributed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "distributed"}, "burglaries": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "burglaries"}, "burg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "burg"}, "bureau": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bureau"}, "938": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "938"}, "953": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "953"}, "958": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "958"}, "973": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "973"}, "978": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "978"}, "987": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "987"}, "9887_thumb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "9887_thumb"}, "993": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "993"}, "99cents": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "99cents"}, "9am": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "9am"}, "9k": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "9k"}, "9m9rdl8n": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "9m9rdl8n"}, "9mils": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "9mils"}, "9nehhqhltae": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "9nehhqhltae"}, "_6w": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "_6w"}, "a0": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "a0"}, "aangirfan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aangirfan"}, "ab": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ab"}, "abbey": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "abbey"}, "abc25": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "abc25"}, "943": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "943"}, "913": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "913"}, "aclemfaalthat": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aclemfaalthat"}, "911": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "911"}, "8088": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "8088"}, "80s": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "80s"}, "8130746": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "8130746"}, "8475764": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "8475764"}, "84th": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "84th"}, "85159441543213": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "85159441543213"}, "855": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "855"}, "857": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "857"}, "860": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "860"}, "87353": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "87353"}, "8958": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "8958"}, "899": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "899"}, "8hg254alpm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "8hg254alpm"}, "8pm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "8pm"}, "8u9sh91htia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "8u9sh91htia"}, "907": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "907"}, "909": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "909"}, "90s": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "90s"}, "910": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "910"}, "abcnews": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "abcnews"}, "abhor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "abhor"}, "abominable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "abominable"}, "aborigines": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aborigines"}, "accomodation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "accomodation"}, "accompaigned": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "accompaigned"}, "accomplices": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "accomplices"}, "accomplishments": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "accomplishments"}, "accost": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "accost"}, "accountable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "accountable"}, "accountant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "accountant"}, "accounted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "accounted"}, "accross": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "accross"}, "accumulate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "accumulate"}, "accuracy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "accuracy"}, "accurately": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "accurately"}, "accusation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "accusation"}, "accuse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "accuse"}, "accusing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "accusing"}, "accutrigger": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "accutrigger"}, "ache": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ache"}, "achievers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "achievers"}, "acitivities": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "acitivities"}, "accommonadate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "accommonadate"}, "accessouries": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "accessouries"}, "accessory": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "accessory"}, "absurdity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "absurdity"}, "aborigional": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aborigional"}, "aborted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aborted"}, "abound": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "abound"}, "abs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "abs"}, "absolut": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "absolut"}, "absolutes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "absolutes"}, "absorbing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "absorbing"}, "absurd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "absurd"}, "abt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "abt"}, "accessories": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "accessories"}, "abundant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "abundant"}, "acad": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "acad"}, "acadamys": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "acadamys"}, "academia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "academia"}, "academic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "academic"}, "accelerates": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "accelerates"}, "accessible": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "accessible"}, "accessing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "accessing"}, "8000": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "8000"}, "7th": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "7th"}, "7p3p3goadvvqvsf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "7p3p3goadvvqvsf"}, "676": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "676"}, "6136": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "6136"}, "61st": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "61st"}, "6217719": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "6217719"}, "622": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "622"}, "6244": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "6244"}, "62nato": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "62nato"}, "62x25": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "62x25"}, "62x39arabic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "62x39arabic"}, "62x51": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "62x51"}, "6323": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "6323"}, "63241": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "63241"}, "642": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "642"}, "644": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "644"}, "649": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "649"}, "655156": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "655156"}, "659": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "659"}, "6591380http": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "6591380http"}, "6614": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "6614"}, "666th": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "666th"}, "613": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "613"}, "604": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "604"}, "603341": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "603341"}, "5873": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "5873"}, "558": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "558"}, "560008_10200593451827685_1725723611_n": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "560008_10200593451827685_1725723611_n"}, "56892": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "56892"}, "56x45": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "56x45"}, "5778": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "5778"}, "5810": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "5810"}, "5824772": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "5824772"}, "5862": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "5862"}, "5909": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "5909"}, "600": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "600"}, "590a1": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "590a1"}, "59370388924": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "59370388924"}, "599": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "599"}, "59937": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "59937"}, "5feet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "5feet"}, "5h": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "5h"}, "5pm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "5pm"}, "5syk36rbphm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "5syk36rbphm"}, "674": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "674"}, "684": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "684"}, "7k": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "7k"}, "692": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "692"}, "75315": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "75315"}, "7576181": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "7576181"}, "7597407": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "7597407"}, "76": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "76"}, "760": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "760"}, "76252": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "76252"}, "767": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "767"}, "77": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "77"}, "772175": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "772175"}, "77303": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "77303"}, "775": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "775"}, "78265": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "78265"}, "78266": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "78266"}, "783": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "783"}, "789": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "789"}, "792": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "792"}, "7970": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "7970"}, "7_20040417": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "7_20040417"}, "7ic1n7oq7jidz22": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "7ic1n7oq7jidz22"}, "747": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "747"}, "74": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "74"}, "730": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "730"}, "6w": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "6w"}, "6a": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "6a"}, "6bt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "6bt"}, "6d": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "6d"}, "6ft4": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "6ft4"}, "6o4chva8": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "6o4chva8"}, "6ok6ks7bsoy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "6ok6ks7bsoy"}, "6pm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "6pm"}, "6rnf0": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "6rnf0"}, "6x6": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "6x6"}, "72601": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "72601"}, "70m": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "70m"}, "70million": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "70million"}, "71": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "71"}, "713": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "713"}, "71385": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "71385"}, "717": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "717"}, "720p": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "720p"}, "726": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "726"}, "aclemfaal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aclemfaal"}, "acne": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "acne"}, "5532": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "5532"}, "allergic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "allergic"}, "allison": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "allison"}, "allread": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "allread"}, "allude": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "allude"}, "alluring": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "alluring"}, "allways": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "allways"}, "all\u00e9n": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "all\u00e9n"}, "almighty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "almighty"}, "aloud": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aloud"}, "alprazolam": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "alprazolam"}, "alsatians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "alsatians"}, "alter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "alter"}, "althought": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "althought"}, "altogether": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "altogether"}, "amateur": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "amateur"}, "amazed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "amazed"}, "amazement": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "amazement"}, "amazes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "amazes"}, "amazonian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "amazonian"}, "ambulance": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ambulance"}, "alley": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "alley"}, "alleging": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "alleging"}, "acquaintance": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "acquaintance"}, "allege": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "allege"}, "albert": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "albert"}, "albino": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "albino"}, "albion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "albion"}, "albo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "albo"}, "albright": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "albright"}, "alcoholics": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "alcoholics"}, "alcoholism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "alcoholism"}, "alenth": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "alenth"}, "alert": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "alert"}, "alerts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "alerts"}, "aleviated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aleviated"}, "algebraic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "algebraic"}, "alice": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "alice"}, "alienate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "alienate"}, "align": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "align"}, "aliquippa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aliquippa"}, "allah": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "allah"}, "alle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "alle"}, "allegation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "allegation"}, "amd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "amd"}, "americanos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "americanos"}, "americanus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "americanus"}, "americas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "americas"}, "anatolia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "anatolia"}, "anatoly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "anatoly"}, "anatomy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "anatomy"}, "anc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "anc"}, "ancestory": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ancestory"}, "anchors": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "anchors"}, "anchovies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "anchovies"}, "andersen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "andersen"}, "anderson": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "anderson"}, "andre": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "andre"}, "andrei": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "andrei"}, "andrew": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "andrew"}, "andr\u00e9": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "andr\u00e9"}, "angelic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "angelic"}, "anglian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "anglian"}, "anglin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "anglin"}, "anigif": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "anigif"}, "animalistic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "animalistic"}, "animated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "animated"}, "anaphora": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "anaphora"}, "amv3": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "amv3"}, "amusing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "amusing"}, "ammunitions": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ammunitions"}, "amerindian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "amerindian"}, "amhr\u00e1n": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "amhr\u00e1n"}, "ami": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ami"}, "amiable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "amiable"}, "amikor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "amikor"}, "amira": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "amira"}, "amm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "amm"}, "ammunition": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ammunition"}, "amnesiac": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "amnesiac"}, "amused": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "amused"}, "amok": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "amok"}, "amongest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "amongest"}, "amounts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "amounts"}, "ampaign": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ampaign"}, "amputee": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "amputee"}, "amry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "amry"}, "amt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "amt"}, "amtrak": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "amtrak"}, "albany": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "albany"}, "alba": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "alba"}, "alaskan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "alaskan"}, "affair": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "affair"}, "admirable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "admirable"}, "admiration": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "admiration"}, "admitted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "admitted"}, "admittedly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "admittedly"}, "adn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "adn"}, "adolescent": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "adolescent"}, "adore": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "adore"}, "adores": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "adores"}, "adress": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "adress"}, "adrien": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "adrien"}, "adulthood": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "adulthood"}, "advancing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "advancing"}, "adventure": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "adventure"}, "adverse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "adverse"}, "advocating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "advocating"}, "adware": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "adware"}, "aeons": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aeons"}, "aerobic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aerobic"}, "aeternum": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aeternum"}, "adjustment": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "adjustment"}, "adjust": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "adjust"}, "adjoining": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "adjoining"}, "actully": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "actully"}, "acquire": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "acquire"}, "acquired": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "acquired"}, "acronym": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "acronym"}, "activate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "activate"}, "actives": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "actives"}, "actor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "actor"}, "actresses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "actresses"}, "actuallly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "actuallly"}, "acuast": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "acuast"}, "addy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "addy"}, "adamite": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "adamite"}, "adams": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "adams"}, "adaptation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "adaptation"}, "adaye": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "adaye"}, "adderall": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "adderall"}, "addiction": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "addiction"}, "addicts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "addicts"}, "addressing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "addressing"}, "afar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "afar"}, "affairs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "affairs"}, "alakitok": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "alakitok"}, "affida": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "affida"}, "agression": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "agression"}, "agriculture": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "agriculture"}, "agus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "agus"}, "agw": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "agw"}, "ahem": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ahem"}, "ahero": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ahero"}, "ahhh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ahhh"}, "ahx": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ahx"}, "aikens": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aikens"}, "aimee": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aimee"}, "aipac": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aipac"}, "aired": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aired"}, "airing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "airing"}, "ajattara": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ajattara"}, "akademins": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "akademins"}, "akem": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "akem"}, "aki": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aki"}, "akira": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "akira"}, "aks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aks"}, "agreeance": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "agreeance"}, "agreeable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "agreeable"}, "agnostic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "agnostic"}, "afrocant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "afrocant"}, "affika": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "affika"}, "affirm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "affirm"}, "affluent": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "affluent"}, "afganies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "afganies"}, "afreaka": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "afreaka"}, "afreakkaland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "afreakkaland"}, "afreka": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "afreka"}, "afrikaans": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "afrikaans"}, "aftonbladet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aftonbladet"}, "aginst": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aginst"}, "ag7smxi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ag7smxi"}, "agad": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "agad"}, "agane": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "agane"}, "agencies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "agencies"}, "aggellos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aggellos"}, "aggravated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aggravated"}, "aggressiveness": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aggressiveness"}, "aggrooigirl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aggrooigirl"}, "556": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "556"}, "549": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "549"}, "burbs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "burbs"}, "15freeway": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "15freeway"}, "160lbs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "160lbs"}, "1645": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1645"}, "1685": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1685"}, "16865": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "16865"}, "16yr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "16yr"}, "16yrs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "16yrs"}, "1700": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1700"}, "1700s": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1700s"}, "1750": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1750"}, "175hzupf6t": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "175hzupf6t"}, "177": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "177"}, "1770": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1770"}, "1775": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1775"}, "178": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "178"}, "1789": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1789"}, "17l": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "17l"}, "180": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "180"}, "1800": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1800"}, "1823": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1823"}, "160210": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "160210"}, "1599": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1599"}, "1978": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1978"}, "158": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "158"}, "1428": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1428"}, "142nd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "142nd"}, "14320": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "14320"}, "1432m": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1432m"}, "1467": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1467"}, "1493603624234498": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1493603624234498"}, "1499": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1499"}, "14hail": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "14hail"}, "14store": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "14store"}, "14words": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "14words"}, "150000": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "150000"}, "1508": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1508"}, "150k": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "150k"}, "150lbs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "150lbs"}, "1510": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1510"}, "15101": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "15101"}, "1515": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1515"}, "155": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "155"}, "156598438": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "156598438"}, "1827": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1827"}, "183": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "183"}, "1832": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1832"}, "1835": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1835"}, "1910": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1910"}, "19112004": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "19112004"}, "19205191443389": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "19205191443389"}, "1920s": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1920s"}, "1921": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1921"}, "1930": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1930"}, "1930s": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1930s"}, "1933": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1933"}, "1935": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1935"}, "1937": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1937"}, "1941": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1941"}, "194lbs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "194lbs"}, "1951": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1951"}, "1956": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1956"}, "1958": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1958"}, "196": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "196"}, "1962": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1962"}, "1968": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1968"}, "197": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "197"}, "191": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "191"}, "1908": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1908"}, "1906": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1906"}, "1873": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1873"}, "1850536": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1850536"}, "1856": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1856"}, "1857": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1857"}, "1860": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1860"}, "1866": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1866"}, "1867": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1867"}, "1869": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1869"}, "187": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "187"}, "1878": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1878"}, "1905": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1905"}, "189": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "189"}, "1891": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1891"}, "1892": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1892"}, "1894": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1894"}, "1896": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1896"}, "1898": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1898"}, "18th": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "18th"}, "18wos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "18wos"}, "1366027343": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1366027343"}, "1366": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1366"}, "1365024003": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1365024003"}, "10204417923596945": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "10204417923596945"}, "0627": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "0627"}, "06shor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "06shor"}, "071301714": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "071301714"}, "0745": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "0745"}, "085": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "085"}, "0857": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "0857"}, "0882": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "0882"}, "0909": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "0909"}, "0929": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "0929"}, "0dictators": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "0dictators"}, "0ljpk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "0ljpk"}, "1000ccm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1000ccm"}, "100209_pearcy_massacre": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "100209_pearcy_massacre"}, "1004": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1004"}, "1007": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1007"}, "100806": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "100806"}, "100yrs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "100yrs"}, "101": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "101"}, "10187": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "10187"}, "0606": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "0606"}, "0558": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "0558"}, "0547": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "0547"}, "0254": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "0254"}, "003": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "003"}, "003870": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "003870"}, "005": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "005"}, "0147": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "0147"}, "0179": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "0179"}, "0227": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "0227"}, "022ssmwp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "022ssmwp"}, "0249": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "0249"}, "0290": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "0290"}, "050802": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "050802"}, "031206nn2": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "031206nn2"}, "0333": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "0333"}, "0375764851": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "0375764851"}, "0375764852": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "0375764852"}, "041809": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "041809"}, "0420": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "0420"}, "0423": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "0423"}, "0441": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "0441"}, "10200196698389097": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "10200196698389097"}, "1025670": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1025670"}, "1364315377": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1364315377"}, "104": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "104"}, "116782": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "116782"}, "117780": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "117780"}, "119": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "119"}, "119398": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "119398"}, "11alive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "11alive"}, "11th": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "11th"}, "11x17": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "11x17"}, "120lb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "120lb"}, "1217": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1217"}, "1218": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1218"}, "1223andplentyofithttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1223andplentyofithttp"}, "123": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "123"}, "125": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "125"}, "127351673801_thumb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "127351673801_thumb"}, "12g": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "12g"}, "12oz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "12oz"}, "13000": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "13000"}, "130lb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "130lb"}, "135": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "135"}, "1160979": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1160979"}, "115": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "115"}, "11397795": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "11397795"}, "109855": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "109855"}, "1040": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1040"}, "10497843": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "10497843"}, "105": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "105"}, "108": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "108"}, "1080p": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1080p"}, "1083256": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1083256"}, "108610": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "108610"}, "109826": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "109826"}, "1099230950": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1099230950"}, "11394504": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "11394504"}, "10k": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "10k"}, "110": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "110"}, "1100": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1100"}, "11000": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "11000"}, "1108": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1108"}, "1109": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1109"}, "111": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "111"}, "1135242977641": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1135242977641"}, "1971": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1971"}, "1980s": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1980s"}, "54094": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "54094"}, "3rnrphewelo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "3rnrphewelo"}, "400k": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "400k"}, "401": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "401"}, "4033633761833": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4033633761833"}, "4042081": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4042081"}, "4043040": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4043040"}, "405": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "405"}, "40billion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "40billion"}, "40mm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "40mm"}, "4100": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4100"}, "416": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "416"}, "419": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "419"}, "4191": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4191"}, "4215": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4215"}, "4233": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4233"}, "426": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "426"}, "4267433": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4267433"}, "4279": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4279"}, "4286": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4286"}, "431": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "431"}, "4000": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4000"}, "3months": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "3months"}, "1989": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1989"}, "3d\u6280\u672f": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "3d\u6280\u672f"}, "325910": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "325910"}, "32a4d9fd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "32a4d9fd"}, "3300": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "3300"}, "3389735": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "3389735"}, "35109": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "35109"}, "3511": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "3511"}, "357": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "357"}, "3596": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "3596"}, "360": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "360"}, "361": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "361"}, "3664960863576873594": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "3664960863576873594"}, "36williamkaranjahttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "36williamkaranjahttp"}, "3702": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "3702"}, "379": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "379"}, "38long": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "38long"}, "38spl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "38spl"}, "395023": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "395023"}, "395lbs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "395lbs"}, "3d": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "3d"}, "443": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "443"}, "444": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "444"}, "4466": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4466"}, "4466747": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4466747"}, "50000": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "50000"}, "500euro": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "500euro"}, "505": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "505"}, "50f": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "50f"}, "5122": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "5122"}, "515": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "515"}, "5179": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "5179"}, "518": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "518"}, "519823": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "519823"}, "51jyvz5l": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "51jyvz5l"}, "51st": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "51st"}, "52367": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "52367"}, "525314": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "525314"}, "5268894597794277031": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "5268894597794277031"}, "52m": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "52m"}, "52nd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "52nd"}, "53": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "53"}, "5347881": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "5347881"}, "5352185": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "5352185"}, "4\u00f1\u00f03": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4\u00f1\u00f03"}, "4\u00f0\u00f1\u00f0\u00b5\u00f1": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4\u00f0\u00f1\u00f0\u00b5\u00f1"}, "4\u00f01": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4\u00f01"}, "487": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "487"}, "44c": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "44c"}, "454": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "454"}, "457": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "457"}, "45lc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "45lc"}, "45mins": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "45mins"}, "464383": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "464383"}, "469": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "469"}, "4848": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4848"}, "49": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "49"}, "4\u00f0": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4\u00f0"}, "4913": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4913"}, "4971848": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4971848"}, "4ever": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4ever"}, "4hr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4hr"}, "4kamala": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4kamala"}, "4orjustgotomatch": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4orjustgotomatch"}, "4w18ocon384cx6c": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4w18ocon384cx6c"}, "4x4": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "4x4"}, "3256352": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "3256352"}, "3214": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "3214"}, "3200bc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "3200bc"}, "22270": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "22270"}, "203": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "203"}, "206": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "206"}, "2060": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "2060"}, "207286": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "207286"}, "20867": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "20867"}, "2090": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "2090"}, "20box": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "20box"}, "20chopin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "20chopin"}, "20description": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "20description"}, "20docu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "20docu"}, "20info": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "20info"}, "20th": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "20th"}, "20titans": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "20titans"}, "2103": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "2103"}, "21325": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "21325"}, "21589330": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "21589330"}, "217373": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "217373"}, "2192": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "2192"}, "220": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "220"}, "2010s": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "2010s"}, "2010apr02": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "2010apr02"}, "201": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "201"}, "1hurryonthis": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1hurryonthis"}, "1991": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1991"}, "1994": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1994"}, "1996": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1996"}, "1997": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1997"}, "1999": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1999"}, "19x18instockhttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "19x18instockhttp"}, "1alsoczechrep": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1alsoczechrep"}, "1channel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1channel"}, "1maybe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1maybe"}, "200lb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "200lb"}, "1million": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1million"}, "1m\u5e26\u5bbd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1m\u5e26\u5bbd"}, "1wolf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1wolf"}, "1wrvtngl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1wrvtngl"}, "1year": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "1year"}, "20000": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "20000"}, "2000s": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "2000s"}, "200602110": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "200602110"}, "222065": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "222065"}, "2273": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "2273"}, "3190626": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "3190626"}, "22812": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "22812"}, "280": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "280"}, "280euro": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "280euro"}, "281": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "281"}, "283": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "283"}, "2942": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "2942"}, "298321": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "298321"}, "2houses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "2houses"}, "2hr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "2hr"}, "2in": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "2in"}, "2m": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "2m"}, "2tvhjssc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "2tvhjssc"}, "2\u00f0": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "2\u00f0"}, "3033": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "3033"}, "303cycling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "303cycling"}, "304": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "304"}, "3048": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "3048"}, "306": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "306"}, "30c": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "30c"}, "30gr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "30gr"}, "27961835": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "27961835"}, "279": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "279"}, "270": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "270"}, "259": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "259"}, "235": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "235"}, "23andme": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "23andme"}, "2455043": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "2455043"}, "2483106": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "2483106"}, "250": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "250"}, "253531": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "253531"}, "2544358": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "2544358"}, "257": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "257"}, "25962136": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "25962136"}, "26yo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "26yo"}, "25976955": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "25976955"}, "25m": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "25m"}, "25th": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "25th"}, "25yo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "25yo"}, "26143_100549093315633_100000816283788_13289_6985315_n": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "26143_100549093315633_100000816283788_13289_6985315_n"}, "2635245": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "2635245"}, "2683312": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "2683312"}, "26834699": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "26834699"}, "animatrix": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "animatrix"}, "animosity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "animosity"}, "anita": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "anita"}, "blacktail": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blacktail"}, "blade": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blade"}, "blahhblahdieblah": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blahhblahdieblah"}, "blake": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blake"}, "blamed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blamed"}, "blanche": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blanche"}, "blanco": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blanco"}, "blanketed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blanketed"}, "blare": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blare"}, "blasphemied": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blasphemied"}, "blasphemy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blasphemy"}, "blasted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blasted"}, "blazak": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blazak"}, "blazer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blazer"}, "blazin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blazin"}, "bleak": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bleak"}, "bleed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bleed"}, "bleeds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bleeds"}, "bleep": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bleep"}, "blending": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blending"}, "bladders": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bladders"}, "blackshirts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blackshirts"}, "boggle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boggle"}, "blackpowder": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blackpowder"}, "bis": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bis"}, "biscuits": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "biscuits"}, "bisexual": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bisexual"}, "bismarck": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bismarck"}, "bitches": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bitches"}, "bitching": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bitching"}, "biting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "biting"}, "bitmapbillede": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bitmapbillede"}, "bitzer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bitzer"}, "bizarre": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bizarre"}, "bizland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bizland"}, "biztos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "biztos"}, "bjj": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bjj"}, "blabbering": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blabbering"}, "blackface": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blackface"}, "blackhawk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blackhawk"}, "blacklist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blacklist"}, "blackmail": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blackmail"}, "blackness": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blackness"}, "blesses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blesses"}, "blessing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blessing"}, "blessings": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blessings"}, "blight": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blight"}, "blunts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blunts"}, "blurred": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blurred"}, "blut": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blut"}, "bm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bm"}, "bmdwcp8b": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bmdwcp8b"}, "bmo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bmo"}, "bmxer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bmxer"}, "bo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bo"}, "boarders": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boarders"}, "boarding": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boarding"}, "boasted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boasted"}, "boasting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boasting"}, "boatloads": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boatloads"}, "boats": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boats"}, "bobby": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bobby"}, "boddington": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boddington"}, "bodom": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bodom"}, "bodybuilding": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bodybuilding"}, "boer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boer"}, "blues": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blues"}, "bluegrass": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bluegrass"}, "blowzy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blowzy"}, "bloemfontein": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bloemfontein"}, "blinded": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blinded"}, "blinders": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blinders"}, "blindness": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blindness"}, "blizzard": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blizzard"}, "blmtards": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blmtards"}, "bloch": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bloch"}, "blockbuster": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blockbuster"}, "bloddy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bloddy"}, "bloeslaw": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bloeslaw"}, "blows": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blows"}, "blogger": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blogger"}, "blondism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blondism"}, "blonds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blonds"}, "blooded": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blooded"}, "bloodpassover": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bloodpassover"}, "bloods": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bloods"}, "blowhard": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blowhard"}, "blowout": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "blowout"}, "birthrate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "birthrate"}, "birthcertificate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "birthcertificate"}, "bird": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bird"}, "beret": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beret"}, "believing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "believing"}, "belived": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "belived"}, "bellied": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bellied"}, "bellovits2": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bellovits2"}, "bellowing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bellowing"}, "bells": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bells"}, "bellyaching": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bellyaching"}, "beloved": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beloved"}, "belted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "belted"}, "belts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "belts"}, "bench": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bench"}, "bending": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bending"}, "beneath": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beneath"}, "benedictinos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "benedictinos"}, "benelli": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "benelli"}, "benifit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "benifit"}, "bennett": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bennett"}, "bent": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bent"}, "beo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beo"}, "believer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "believer"}, "belgians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "belgians"}, "belfry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "belfry"}, "befriend": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "befriend"}, "bee": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bee"}, "beef": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beef"}, "beeline": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beeline"}, "beers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beers"}, "bees": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bees"}, "beethovenian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beethovenian"}, "beez": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beez"}, "beforehand": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beforehand"}, "begger": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "begger"}, "beleif": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beleif"}, "begininning": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "begininning"}, "beg\u00e5tt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beg\u00e5tt"}, "behinds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "behinds"}, "beittu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beittu"}, "bel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bel"}, "bela": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bela"}, "belac": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "belac"}, "belated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "belated"}, "berber": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "berber"}, "berkeley": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "berkeley"}, "birch": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "birch"}, "berli": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "berli"}, "biewers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "biewers"}, "bigging": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bigging"}, "bigguy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bigguy"}, "bighorn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bighorn"}, "bigtime": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bigtime"}, "bikers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bikers"}, "bilal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bilal"}, "bild": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bild"}, "bile": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bile"}, "bili": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bili"}, "billboard": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "billboard"}, "billet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "billet"}, "billionaries": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "billionaries"}, "bills": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bills"}, "bimetallic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bimetallic"}, "binder": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "binder"}, "bio": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bio"}, "biologie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "biologie"}, "biracial": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "biracial"}, "bielefeld": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bielefeld"}, "bicycling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bicycling"}, "bicycles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bicycles"}, "bettie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bettie"}, "berlingske": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "berlingske"}, "bernard": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bernard"}, "bernstein": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bernstein"}, "berserkergrrl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "berserkergrrl"}, "berzerker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "berzerker"}, "bestyrelse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bestyrelse"}, "betray": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "betray"}, "betterment": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "betterment"}, "betty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "betty"}, "bickering": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bickering"}, "beutiful": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beutiful"}, "beutifull": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beutifull"}, "bevandorlokkal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bevandorlokkal"}, "beverage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beverage"}, "bevonul\u00e1sa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bevonul\u00e1sa"}, "bey": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bey"}, "beytter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beytter"}, "biblical": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "biblical"}, "boers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boers"}, "boggling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boggling"}, "ankle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ankle"}, "brock": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brock"}, "brodie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brodie"}, "brokenheart4140": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brokenheart4140"}, "bromsgrove": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bromsgrove"}, "bronze": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bronze"}, "brood": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brood"}, "broom": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "broom"}, "brotha": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brotha"}, "brothas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brothas"}, "browning": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "browning"}, "brownshirt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brownshirt"}, "brownstones": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brownstones"}, "browse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "browse"}, "browsing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "browsing"}, "brs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brs"}, "bruckner": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bruckner"}, "brunettes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brunettes"}, "bruno": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bruno"}, "brunt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brunt"}, "brussels": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brussels"}, "brod": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brod"}, "broadway": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "broadway"}, "boginki": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boginki"}, "broadly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "broadly"}, "bricks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bricks"}, "bridge": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bridge"}, "bridges": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bridges"}, "bridgets": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bridgets"}, "brigade": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brigade"}, "brighten": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brighten"}, "brighter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brighter"}, "brigitte": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brigitte"}, "brilliantly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brilliantly"}, "bringinguplearners": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bringinguplearners"}, "brink": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brink"}, "briton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "briton"}, "britta": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "britta"}, "brittany": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brittany"}, "bro": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bro"}, "broad": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "broad"}, "broadcasted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "broadcasted"}, "broadcasts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "broadcasts"}, "broaden": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "broaden"}, "brute": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brute"}, "brutes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brutes"}, "bsa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bsa"}, "btl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "btl"}, "bukavac": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bukavac"}, "buki": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "buki"}, "bukovina": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bukovina"}, "bulbous": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bulbous"}, "bulgar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bulgar"}, "bulgayria": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bulgayria"}, "bulikat": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bulikat"}, "bulldog": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bulldog"}, "bullhead": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bullhead"}, "bullock": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bullock"}, "bullsh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bullsh"}, "bullsnot": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bullsnot"}, "bullying": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bullying"}, "bumbling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bumbling"}, "bumps": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bumps"}, "bun": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bun"}, "bunches": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bunches"}, "bundesarchiv": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bundesarchiv"}, "bunnies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bunnies"}, "bujgyo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bujgyo"}, "bujdos\u00f32": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bujdos\u00f32"}, "buisness": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "buisness"}, "budget": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "budget"}, "bubweiser": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bubweiser"}, "bucharest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bucharest"}, "bucher": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bucher"}, "buckle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "buckle"}, "buckwheat": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "buckwheat"}, "bud": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bud"}, "buddha": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "buddha"}, "buddylist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "buddylist"}, "budweiser": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "budweiser"}, "buisiness": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "buisiness"}, "buffalo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "buffalo"}, "buffed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "buffed"}, "buffer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "buffer"}, "bugchasing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bugchasing"}, "bugger": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bugger"}, "bugging": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bugging"}, "bugsy89": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bugsy89"}, "buhnt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "buhnt"}, "briana": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "briana"}, "brewers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brewers"}, "brew": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brew"}, "bounty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bounty"}, "boonfren": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boonfren"}, "boooom": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boooom"}, "boost": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boost"}, "booths": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "booths"}, "booty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "booty"}, "bor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bor"}, "bordering": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bordering"}, "borderline": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "borderline"}, "borne": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "borne"}, "bosanskinacionalisti": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bosanskinacionalisti"}, "boss": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boss"}, "bosses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bosses"}, "botched": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "botched"}, "botha": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "botha"}, "bothered": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bothered"}, "bothers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bothers"}, "botswana": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "botswana"}, "bottled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bottled"}, "bottles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bottles"}, "booms": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "booms"}, "booming": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "booming"}, "boomers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boomers"}, "bombarded": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bombarded"}, "bohemian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bohemian"}, "bohm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bohm"}, "boils": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boils"}, "boke": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boke"}, "bokmal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bokmal"}, "bollich": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bollich"}, "bollix": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bollix"}, "bolton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bolton"}, "bonb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bonb"}, "bookseller": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bookseller"}, "bondage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bondage"}, "bonfire": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bonfire"}, "bongo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bongo"}, "bono": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bono"}, "bonus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bonus"}, "booked": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "booked"}, "bookings": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bookings"}, "bookmark": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bookmark"}, "boulevard": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boulevard"}, "bourbon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bourbon"}, "brethern": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brethern"}, "bourgeois": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bourgeois"}, "branded": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "branded"}, "brandenburg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brandenburg"}, "brandishing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brandishing"}, "brandon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brandon"}, "brash": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brash"}, "bratislava": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bratislava"}, "brattain": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brattain"}, "braun": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "braun"}, "braved": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "braved"}, "brazilian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brazilian"}, "breading": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "breading"}, "breakdowns": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "breakdowns"}, "breakfast": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "breakfast"}, "breakthesilence": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "breakthesilence"}, "breastfeeding": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "breastfeeding"}, "bred": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bred"}, "breech": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "breech"}, "brennan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brennan"}, "brentworld": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brentworld"}, "branch": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "branch"}, "brakes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brakes"}, "brainpolluted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brainpolluted"}, "boycottkosher": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boycottkosher"}, "bowe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bowe"}, "bowel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bowel"}, "bowlin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bowlin"}, "bowls": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bowls"}, "bowman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bowman"}, "bowmen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bowmen"}, "boyco": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boyco"}, "boycott": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boycott"}, "boyfriends": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boyfriends"}, "brainless": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brainless"}, "boyhowdy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boyhowdy"}, "boyz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "boyz"}, "bpata": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bpata"}, "brace": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brace"}, "bracelets": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bracelets"}, "braddock": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "braddock"}, "bradley": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bradley"}, "brag": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "brag"}, "bedside": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bedside"}, "beds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beds"}, "bedfordshire": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bedfordshire"}, "arqueologia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arqueologia"}, "arrangements": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arrangements"}, "arrestants": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arrestants"}, "arrives": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arrives"}, "arriving": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arriving"}, "arrow": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arrow"}, "arteamus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arteamus"}, "artic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "artic"}, "articls": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "articls"}, "artid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "artid"}, "artificial": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "artificial"}, "artjonesinfo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "artjonesinfo"}, "aryan14words": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aryan14words"}, "ash4": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ash4"}, "ashbury": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ashbury"}, "ashley": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ashley"}, "asiacourt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "asiacourt"}, "asiatics": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "asiatics"}, "askari": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "askari"}, "asleep": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "asleep"}, "arranged": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arranged"}, "arpovci": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arpovci"}, "becs\u00fclet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "becs\u00fclet"}, "arond": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arond"}, "arid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arid"}, "ariel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ariel"}, "arise": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arise"}, "arises": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arises"}, "arising": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arising"}, "aristocracy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aristocracy"}, "arizona": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arizona"}, "arizonan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arizonan"}, "ark": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ark"}, "arkan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arkan"}, "arkona": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arkona"}, "armageddon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "armageddon"}, "armbar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "armbar"}, "arme": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arme"}, "armine": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "armine"}, "armory": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "armory"}, "armyless": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "armyless"}, "arno": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arno"}, "arnt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arnt"}, "asmodean": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "asmodean"}, "asocial": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "asocial"}, "aspartame": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aspartame"}, "aspire": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aspire"}, "asylmottak": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "asylmottak"}, "atcually": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "atcually"}, "atheistic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "atheistic"}, "athenian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "athenian"}, "athenry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "athenry"}, "athens": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "athens"}, "athlete": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "athlete"}, "atla": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "atla"}, "atlantic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "atlantic"}, "atlantid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "atlantid"}, "atlas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "atlas"}, "atm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "atm"}, "atoms": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "atoms"}, "atop": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "atop"}, "atra": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "atra"}, "atrabiliar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "atrabiliar"}, "attaboy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "attaboy"}, "attach": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "attach"}, "attbi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "attbi"}, "asyl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "asyl"}, "asurance": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "asurance"}, "astropix": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "astropix"}, "assisting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "assisting"}, "assailant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "assailant"}, "assertions": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "assertions"}, "assesment": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "assesment"}, "asset": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "asset"}, "assigment": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "assigment"}, "assimilate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "assimilate"}, "assimilation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "assimilation"}, "assistance": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "assistance"}, "associates": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "associates"}, "astrophysical": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "astrophysical"}, "assorted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "assorted"}, "asst": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "asst"}, "assumed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "assumed"}, "assumptions": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "assumptions"}, "assyrians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "assyrians"}, "asthough": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "asthough"}, "astonishing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "astonishing"}, "astronomers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "astronomers"}, "ari": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ari"}, "arguement": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arguement"}, "argued": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "argued"}, "apelike": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "apelike"}, "antiblack": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "antiblack"}, "antichrist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "antichrist"}, "anticipated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "anticipated"}, "antifac": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "antifac"}, "antique": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "antique"}, "antisemetism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "antisemetism"}, "antisemitic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "antisemitic"}, "antoher": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "antoher"}, "antonio": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "antonio"}, "antoniopuffi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "antoniopuffi"}, "anus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "anus"}, "anyboby": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "anyboby"}, "anyones": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "anyones"}, "ao": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ao"}, "aoby032008": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aoby032008"}, "aoh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aoh"}, "aor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aor"}, "apartments": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "apartments"}, "apelanta": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "apelanta"}, "anthropologists": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "anthropologists"}, "antenna": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "antenna"}, "antelope": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "antelope"}, "anniversary": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "anniversary"}, "anmigrants": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "anmigrants"}, "anna": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "anna"}, "annabella": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "annabella"}, "annarra": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "annarra"}, "annexed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "annexed"}, "annhilate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "annhilate"}, "annie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "annie"}, "annihilate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "annihilate"}, "announcing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "announcing"}, "antarctica": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "antarctica"}, "annual": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "annual"}, "annually": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "annually"}, "anomaly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "anomaly"}, "anonn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "anonn"}, "anonymous": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "anonymous"}, "answares": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "answares"}, "answers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "answers"}, "antagonist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "antagonist"}, "apelantic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "apelantic"}, "apeling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "apeling"}, "argentina": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "argentina"}, "aplenty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aplenty"}, "apprehend": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "apprehend"}, "apprehended": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "apprehended"}, "apprentice": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "apprentice"}, "approached": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "approached"}, "approval": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "approval"}, "ap\u00e3": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ap\u00e3"}, "ar10s": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ar10s"}, "ar15": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ar15"}, "ar15s": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ar15s"}, "aran": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aran"}, "arasztva": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arasztva"}, "arbitration": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arbitration"}, "archaeological": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "archaeological"}, "archbishop": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "archbishop"}, "archery": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "archery"}, "arcing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "arcing"}, "ardently": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ardently"}, "argath": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "argath"}, "argent": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "argent"}, "apprecated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "apprecated"}, "applying": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "applying"}, "application": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "application"}, "appeal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "appeal"}, "apologies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "apologies"}, "apologist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "apologist"}, "apology": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "apology"}, "app_user_files": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "app_user_files"}, "appalling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "appalling"}, "apparantly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "apparantly"}, "apparel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "apparel"}, "appartement": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "appartement"}, "appeals": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "appeals"}, "applicants": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "applicants"}, "appeared": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "appeared"}, "appearing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "appearing"}, "appease": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "appease"}, "appel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "appel"}, "appendices": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "appendices"}, "applaud": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "applaud"}, "applauding": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "applauding"}, "appliances": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "appliances"}, "attempts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "attempts"}, "attendance": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "attendance"}, "attendants": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "attendants"}, "barns": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "barns"}, "banksters": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "banksters"}, "banners": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "banners"}, "banquet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "banquet"}, "banter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "banter"}, "baptiste": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "baptiste"}, "barbara": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "barbara"}, "barbarians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "barbarians"}, "barbed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "barbed"}, "barbell": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "barbell"}, "barber": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "barber"}, "barbie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "barbie"}, "barcelona": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "barcelona"}, "bardeen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bardeen"}, "bardot": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bardot"}, "barfy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "barfy"}, "barion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "barion"}, "barkaszi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "barkaszi"}, "barley": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "barley"}, "barn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "barn"}, "banks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "banks"}, "bankrupted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bankrupted"}, "bankruptcy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bankruptcy"}, "bamaman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bamaman"}, "ballina": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ballina"}, "ballistics": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ballistics"}, "ballot": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ballot"}, "ballymena": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ballymena"}, "ballymun": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ballymun"}, "balt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "balt"}, "baltimore": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "baltimore"}, "baltimoresun": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "baltimoresun"}, "bananas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bananas"}, "bankroll": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bankroll"}, "bandera": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bandera"}, "bandits": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bandits"}, "bandura": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bandura"}, "bandwidth": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bandwidth"}, "bandwith": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bandwith"}, "banging": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "banging"}, "bangladeshis": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bangladeshis"}, "banking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "banking"}, "barnepige": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "barnepige"}, "barretts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "barretts"}, "ballet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ballet"}, "barriers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "barriers"}, "bbery1219": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bbery1219"}, "bbut": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bbut"}, "bcg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bcg"}, "bclaw23": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bclaw23"}, "bdg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bdg"}, "bdp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bdp"}, "beaches": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beaches"}, "beacuse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beacuse"}, "beaker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beaker"}, "beanpole": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beanpole"}, "bearing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bearing"}, "beata": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beata"}, "beatdown": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beatdown"}, "beater": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beater"}, "beauticians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beauticians"}, "beaver": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "beaver"}, "bebop": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bebop"}, "becareful": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "becareful"}, "becasue": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "becasue"}, "bb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bb"}, "baz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "baz"}, "bayonet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bayonet"}, "basen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "basen"}, "barrrytheanglosaxon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "barrrytheanglosaxon"}, "bart": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bart"}, "bartenders": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bartenders"}, "bartending": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bartending"}, "barter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "barter"}, "barth": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "barth"}, "bar\u00e1taim": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bar\u00e1taim"}, "basayev": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "basayev"}, "bashing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bashing"}, "baylor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "baylor"}, "basque": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "basque"}, "bast": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bast"}, "bastrop": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bastrop"}, "bataan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bataan"}, "bathory": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bathory"}, "battery": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "battery"}, "battleship": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "battleship"}, "bauk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bauk"}, "ballets": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ballets"}, "ballbreaking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ballbreaking"}, "attends": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "attends"}, "awoke": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "awoke"}, "author": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "author"}, "authoritarian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "authoritarian"}, "automaidan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "automaidan"}, "automatic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "automatic"}, "av": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "av"}, "avaaz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "avaaz"}, "avaialble": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "avaialble"}, "avenger": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "avenger"}, "avenue": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "avenue"}, "averge": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "averge"}, "avitar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "avitar"}, "avon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "avon"}, "avramow": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "avramow"}, "avreage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "avreage"}, "awaits": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "awaits"}, "awake": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "awake"}, "awaken": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "awaken"}, "awakened": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "awakened"}, "awakens": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "awakens"}, "authenticity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "authenticity"}, "authenithic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "authenithic"}, "austro": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "austro"}, "atv": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "atv"}, "attentive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "attentive"}, "attire": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "attire"}, "attitute": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "attitute"}, "attract": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "attract"}, "attracting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "attracting"}, "attraction": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "attraction"}, "attributing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "attributing"}, "attwood": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "attwood"}, "audiogalaxy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "audiogalaxy"}, "austrians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "austrians"}, "audits": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "audits"}, "auf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "auf"}, "aufgeben": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aufgeben"}, "augen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "augen"}, "aught": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aught"}, "augustine": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "augustine"}, "aura": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aura"}, "aurora": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aurora"}, "awe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "awe"}, "axe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "axe"}, "ballads": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ballads"}, "axle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "axle"}, "badges": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "badges"}, "badische": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "badische"}, "baffling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "baffling"}, "baffrooms": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "baffrooms"}, "bagels": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bagels"}, "bagly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bagly"}, "baia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "baia"}, "bailouts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bailouts"}, "bajk19a7m6": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bajk19a7m6"}, "baka": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "baka"}, "bakersfi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bakersfi"}, "balaika": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "balaika"}, "bald": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bald"}, "baldr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "baldr"}, "balduri": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "balduri"}, "balham": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "balham"}, "balije": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "balije"}, "balkan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "balkan"}, "balkans": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "balkans"}, "badger": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "badger"}, "badboybillx": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "badboybillx"}, "backyard": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "backyard"}, "babydaddys": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "babydaddys"}, "azer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "azer"}, "azeris": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "azeris"}, "aztlan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "aztlan"}, "babbina": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "babbina"}, "babboon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "babboon"}, "babcock": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "babcock"}, "babe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "babe"}, "baboons": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "baboons"}, "babyface": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "babyface"}, "backwards": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "backwards"}, "babys": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "babys"}, "babysit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "babysit"}, "babysitter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "babysitter"}, "bacause": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "bacause"}, "backdoor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "backdoor"}, "backfile": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "backfile"}, "backround": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "backround"}, "backscatter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "backscatter"}, "extrea": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "extrea"}, "eyh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eyh"}, "packing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "packing"}, "lotsa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lotsa"}, "lott": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lott"}, "lou": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lou"}, "loudly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "loudly"}, "louisville": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "louisville"}, "lounge": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lounge"}, "lovecraft": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lovecraft"}, "lovelorn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lovelorn"}, "lowlife": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lowlife"}, "lowlifes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lowlifes"}, "lowriders": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lowriders"}, "loyaldefender": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "loyaldefender"}, "loyalists": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "loyalists"}, "lo\u00f0br\u00f3kar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lo\u00f0br\u00f3kar"}, "lqpgbvvl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lqpgbvvl"}, "ltv": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ltv"}, "lube": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lube"}, "lucie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lucie"}, "lucked": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lucked"}, "luckey": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "luckey"}, "lotsof": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lotsof"}, "lotion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lotion"}, "maga": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maga"}, "lorry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lorry"}, "lolz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lolz"}, "londen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "londen"}, "londonistan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "londonistan"}, "londonstormfront": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "londonstormfront"}, "londynie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "londynie"}, "loneliness": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "loneliness"}, "lonewolfing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lonewolfing"}, "looken": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "looken"}, "lookhow": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lookhow"}, "lookout": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lookout"}, "looming": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "looming"}, "looooooooooooong": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "looooooooooooong"}, "loop": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "loop"}, "loopwheels": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "loopwheels"}, "loot": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "loot"}, "looted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "looted"}, "looting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "looting"}, "lorelei": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lorelei"}, "loris": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "loris"}, "lucrative": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lucrative"}, "ludicrous": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ludicrous"}, "luke": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "luke"}, "lumberton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lumberton"}, "m4": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "m4"}, "m60": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "m60"}, "maaaaany": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maaaaany"}, "maccabees": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maccabees"}, "mace": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mace"}, "macedonians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "macedonians"}, "machette": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "machette"}, "machination": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "machination"}, "machined": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "machined"}, "machines": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "machines"}, "machinists": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "machinists"}, "macon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "macon"}, "macth": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "macth"}, "madam": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "madam"}, "maddening": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maddening"}, "madeline": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "madeline"}, "madick": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "madick"}, "madison": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "madison"}, "mae": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mae"}, "m16": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "m16"}, "m14": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "m14"}, "l\u00e3": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "l\u00e3"}, "lyf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lyf"}, "luminous": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "luminous"}, "lunge": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lunge"}, "lurkin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lurkin"}, "lustige": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lustige"}, "luton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "luton"}, "luxury": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "luxury"}, "lwdshfl3": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lwdshfl3"}, "ly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ly"}, "lygin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lygin"}, "lzf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lzf"}, "lyman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lyman"}, "lyn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lyn"}, "lynching": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lynching"}, "lynda": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lynda"}, "lynn336": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lynn336"}, "lyric": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lyric"}, "lyset": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lyset"}, "lyublyu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lyublyu"}, "lololo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lololo"}, "loki": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "loki"}, "logistics": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "logistics"}, "limiters": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "limiters"}, "lickers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lickers"}, "licking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "licking"}, "lier": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lier"}, "lifeline": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lifeline"}, "lightbulb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lightbulb"}, "lightbulbs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lightbulbs"}, "lighten": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lighten"}, "likable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "likable"}, "likelyhood": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "likelyhood"}, "likened": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "likened"}, "likewise": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "likewise"}, "lil": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lil"}, "lila": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lila"}, "lillian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lillian"}, "lily": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lily"}, "limbs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "limbs"}, "limerickblogger": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "limerickblogger"}, "limerickpit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "limerickpit"}, "limerickpost": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "limerickpost"}, "licensed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "licensed"}, "libturd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "libturd"}, "libral": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "libral"}, "lex18": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lex18"}, "letitia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "letitia"}, "lettres": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lettres"}, "lettuce": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lettuce"}, "levels": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "levels"}, "levi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "levi"}, "levon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "levon"}, "levo\u010de": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "levo\u010de"}, "lewis": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lewis"}, "lexington": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lexington"}, "liberty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "liberty"}, "lezginka": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lezginka"}, "lg1": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lg1"}, "lgbt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lgbt"}, "li": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "li"}, "liability": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "liability"}, "liar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "liar"}, "libaneser": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "libaneser"}, "libertarian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "libertarian"}, "limit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "limit"}, "limousines": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "limousines"}, "logical": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "logical"}, "linda": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "linda"}, "liturature": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "liturature"}, "liveleak": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "liveleak"}, "livelihoods": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "livelihoods"}, "livy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "livy"}, "liz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "liz"}, "lk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lk"}, "lmwao": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lmwao"}, "lne": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lne"}, "lo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lo"}, "lobbed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lobbed"}, "local15tv": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "local15tv"}, "locker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "locker"}, "locks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "locks"}, "locust": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "locust"}, "lodge": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lodge"}, "lodgers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lodgers"}, "lodz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lodz"}, "loftus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "loftus"}, "logan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "logan"}, "littlehatekitten": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "littlehatekitten"}, "littering": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "littering"}, "littered": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "littered"}, "lisner": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lisner"}, "liners": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "liners"}, "ling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ling"}, "linger": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "linger"}, "linkedin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "linkedin"}, "lion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lion"}, "lip": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lip"}, "lippe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lippe"}, "liquefied": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "liquefied"}, "listeners": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "listeners"}, "litter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "litter"}, "listens": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "listens"}, "listing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "listing"}, "listings": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "listings"}, "literacy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "literacy"}, "literary": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "literary"}, "lith": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lith"}, "lithuanians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lithuanians"}, "litt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "litt"}, "maffia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maffia"}, "maggie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maggie"}, "lessen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lessen"}, "mattogno": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mattogno"}, "mauricio": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mauricio"}, "mauseleum": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mauseleum"}, "mauser": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mauser"}, "maxi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maxi"}, "maxs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maxs"}, "maxx": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maxx"}, "mayans": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mayans"}, "mayheeko": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mayheeko"}, "mayhem": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mayhem"}, "mazes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mazes"}, "mbl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mbl"}, "mcadam": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mcadam"}, "mcalvany": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mcalvany"}, "mccan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mccan"}, "mccausland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mccausland"}, "mccourt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mccourt"}, "mcdaniel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mcdaniel"}, "mcdonald": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mcdonald"}, "mcgrane": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mcgrane"}, "maturity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maturity"}, "matthias": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "matthias"}, "magnesium": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "magnesium"}, "matt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "matt"}, "mas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mas"}, "masculine": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "masculine"}, "mashed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mashed"}, "masks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "masks"}, "mason": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mason"}, "masonic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "masonic"}, "masqueraded": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "masqueraded"}, "masquerading": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "masquerading"}, "massage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "massage"}, "massively": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "massively"}, "mastermind": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mastermind"}, "masterpieces": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "masterpieces"}, "matchbooks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "matchbooks"}, "matched": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "matched"}, "matches": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "matches"}, "matchs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "matchs"}, "materialistic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "materialistic"}, "maternal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maternal"}, "mathematicshttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mathematicshttp"}, "mcgregor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mcgregor"}, "mckenzie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mckenzie"}, "mclamb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mclamb"}, "mcmurtry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mcmurtry"}, "mediterranian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mediterranian"}, "mediterrenrean": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mediterrenrean"}, "meditteranean": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "meditteranean"}, "meek": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "meek"}, "mefit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mefit"}, "meg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "meg"}, "meh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "meh"}, "mehico": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mehico"}, "mehr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mehr"}, "meineehre": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "meineehre"}, "melancholy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "melancholy"}, "melbourne": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "melbourne"}, "meldungen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "meldungen"}, "melee": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "melee"}, "melita": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "melita"}, "melody": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "melody"}, "melvin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "melvin"}, "memberships": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "memberships"}, "memorial": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "memorial"}, "medicience": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "medicience"}, "medicene": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "medicene"}, "medication": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "medication"}, "meatloaf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "meatloaf"}, "mdr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mdr"}, "mead": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mead"}, "meadjohnson": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "meadjohnson"}, "meal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "meal"}, "meals": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "meals"}, "meaningful": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "meaningful"}, "meanings": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "meanings"}, "measurements": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "measurements"}, "meats": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "meats"}, "median": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "median"}, "mebbe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mebbe"}, "mecca": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mecca"}, "mechanic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mechanic"}, "mechanisations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mechanisations"}, "mechanism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mechanism"}, "medals": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "medals"}, "medborgarskap": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "medborgarskap"}, "meddling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "meddling"}, "martinson": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "martinson"}, "martinez": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "martinez"}, "martell": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "martell"}, "maniacal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maniacal"}, "makers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "makers"}, "malamute": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "malamute"}, "malaysians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "malaysians"}, "malema": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "malema"}, "malfunction": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "malfunction"}, "malibu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "malibu"}, "maltese": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maltese"}, "malton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "malton"}, "malvern": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "malvern"}, "mam": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mam"}, "mamma": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mamma"}, "mammy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mammy"}, "manager": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "manager"}, "managers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "managers"}, "managment": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "managment"}, "manchvagas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "manchvagas"}, "mandan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mandan"}, "mandarin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mandarin"}, "mangos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mangos"}, "makeing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "makeing"}, "makedonia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "makedonia"}, "majster": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "majster"}, "maiden": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maiden"}, "magnet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "magnet"}, "magneto": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "magneto"}, "magnificat": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "magnificat"}, "magnificent": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "magnificent"}, "mags": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mags"}, "mah": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mah"}, "maia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maia"}, "maid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maid"}, "maids": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maids"}, "majors": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "majors"}, "mailboxes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mailboxes"}, "maine": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maine"}, "maintaining": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maintaining"}, "maintains": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maintains"}, "maintenance": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maintenance"}, "majd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "majd"}, "majestic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "majestic"}, "majoring": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "majoring"}, "manheim": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "manheim"}, "maniacs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maniacs"}, "marte": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "marte"}, "manialy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "manialy"}, "marchers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "marchers"}, "marches": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "marches"}, "marci": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "marci"}, "marconi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "marconi"}, "marie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "marie"}, "marijuana": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "marijuana"}, "marisa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "marisa"}, "marital": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "marital"}, "maritimer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maritimer"}, "maritimes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maritimes"}, "marker": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "marker"}, "markers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "markers"}, "marketing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "marketing"}, "markings": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "markings"}, "markus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "markus"}, "marlene": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "marlene"}, "marriner": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "marriner"}, "marshals": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "marshals"}, "marshrutka": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "marshrutka"}, "marched": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "marched"}, "marathon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "marathon"}, "maracas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maracas"}, "manor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "manor"}, "manic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "manic"}, "manipulating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "manipulating"}, "manipulation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "manipulation"}, "manistee": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "manistee"}, "mannered": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mannered"}, "manners": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "manners"}, "manning": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "manning"}, "manolis": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "manolis"}, "mansion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mansion"}, "mara": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mara"}, "manslaughter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "manslaughter"}, "manstopper": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "manstopper"}, "mantra": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mantra"}, "manufacturer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "manufacturer"}, "manufacturers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "manufacturers"}, "manufacturing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "manufacturing"}, "mapgal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mapgal"}, "maple": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "maple"}, "lethargic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lethargic"}, "lesnar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lesnar"}, "memorize": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "memorize"}, "kerry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kerry"}, "kettledrummer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kettledrummer"}, "keyboarding": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "keyboarding"}, "kgb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kgb"}, "khan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "khan"}, "khanacademy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "khanacademy"}, "kibble": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kibble"}, "kickstarter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kickstarter"}, "kiddie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kiddie"}, "kiddin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kiddin"}, "kidnap": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kidnap"}, "kidnapping": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kidnapping"}, "kidnaps": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kidnaps"}, "kiel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kiel"}, "kieler": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kieler"}, "kievsky": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kievsky"}, "killa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "killa"}, "killergods2001": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "killergods2001"}, "kilometers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kilometers"}, "kim": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kim"}, "kes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kes"}, "kerrigan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kerrigan"}, "kohlenrevier": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kohlenrevier"}, "kenyon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kenyon"}, "katrina": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "katrina"}, "katz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "katz"}, "kaukana": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kaukana"}, "kazoo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kazoo"}, "kbd6gm6vodm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kbd6gm6vodm"}, "ke": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ke"}, "keck": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "keck"}, "ked": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ked"}, "keene": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "keene"}, "keenly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "keenly"}, "keeper": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "keeper"}, "kelts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kelts"}, "kemp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kemp"}, "kempton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kempton"}, "ken": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ken"}, "kennerly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kennerly"}, "kenneth": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kenneth"}, "kenya": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kenya"}, "kenyan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kenyan"}, "kimondani": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kimondani"}, "kimora": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kimora"}, "kinder": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kinder"}, "kindergarden": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kindergarden"}, "kletterger\u00fcst": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kletterger\u00fcst"}, "klike": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "klike"}, "klingingberg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "klingingberg"}, "kl\u0101j": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kl\u0101j"}, "kn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kn"}, "kneegrow": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kneegrow"}, "kneegrows": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kneegrows"}, "knez": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "knez"}, "knickknacks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "knickknacks"}, "knightrider1961": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "knightrider1961"}, "kno": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kno"}, "knocks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "knocks"}, "knoll": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "knoll"}, "knowbody": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "knowbody"}, "knucklehead": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "knucklehead"}, "knuckles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "knuckles"}, "koblenz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "koblenz"}, "kobo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kobo"}, "koco": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "koco"}, "kleiber": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kleiber"}, "klans": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "klans"}, "klanmen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "klanmen"}, "kirkland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kirkland"}, "kindergardeners": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kindergardeners"}, "kindest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kindest"}, "kindle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kindle"}, "kindling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kindling"}, "kindness": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kindness"}, "kinsmen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kinsmen"}, "kiosk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kiosk"}, "kirche": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kirche"}, "kir\u00e1lyi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kir\u00e1lyi"}, "kl6qrls8": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kl6qrls8"}, "kissed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kissed"}, "kisses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kisses"}, "kissimmee": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kissimmee"}, "kissing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kissing"}, "kitartas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kitartas"}, "kitchen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kitchen"}, "kits": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kits"}, "kkkk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kkkk"}, "katowice": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "katowice"}, "kataxu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kataxu"}, "kasparov": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kasparov"}, "jurij": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jurij"}, "joyfully": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "joyfully"}, "joyous": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "joyous"}, "jp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jp"}, "jpeg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jpeg"}, "js": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "js"}, "jscw1szbhztunw": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jscw1szbhztunw"}, "jsp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jsp"}, "jt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jt"}, "judaic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "judaic"}, "judea": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "judea"}, "judged": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "judged"}, "judy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "judy"}, "julia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "julia"}, "julie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "julie"}, "jum": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jum"}, "jumps": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jumps"}, "junction": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "junction"}, "junglef": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "junglef"}, "jungles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jungles"}, "joyful": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "joyful"}, "jovoje": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jovoje"}, "journalists": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "journalists"}, "jomfure": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jomfure"}, "jogging": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jogging"}, "johnnie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "johnnie"}, "johns": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "johns"}, "johnson": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "johnson"}, "johnson_azigastanislaskanengele": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "johnson_azigastanislaskanengele"}, "joing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "joing"}, "joins": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "joins"}, "joint": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "joint"}, "jonathan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jonathan"}, "journalist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "journalist"}, "joo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "joo"}, "joos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "joos"}, "josh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "josh"}, "joshua": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "joshua"}, "jotunheim": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jotunheim"}, "jour": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jour"}, "journal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "journal"}, "journalism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "journalism"}, "jup": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jup"}, "justified": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "justified"}, "kashmir": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kashmir"}, "justifies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "justifies"}, "kaminietz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kaminietz"}, "kamla": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kamla"}, "kanadaba": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kanadaba"}, "kanadai": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kanadai"}, "kansallismielisi\u00e4": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kansallismielisi\u00e4"}, "kanye": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kanye"}, "kapela": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kapela"}, "kapo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kapo"}, "karajan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "karajan"}, "karate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "karate"}, "karel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "karel"}, "karen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "karen"}, "karewit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "karewit"}, "karl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "karl"}, "karogs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "karogs"}, "karoke": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "karoke"}, "karpov": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "karpov"}, "karpyshyn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "karpyshyn"}, "karze\u0142ek": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "karze\u0142ek"}, "kamieniec": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kamieniec"}, "kamerat": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kamerat"}, "kameraden": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kameraden"}, "kaapeli": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kaapeli"}, "justifying": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "justifying"}, "justintime712": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "justintime712"}, "justsick": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "justsick"}, "jvxnrzb1jk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jvxnrzb1jk"}, "jwfq": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jwfq"}, "k12": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "k12"}, "k6lhpsbx": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "k6lhpsbx"}, "ka": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ka"}, "kabc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kabc"}, "kamerad": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kamerad"}, "kaboom": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kaboom"}, "kaffer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kaffer"}, "kaffirs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kaffirs"}, "kai": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kai"}, "kaj18": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kaj18"}, "kakkers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kakkers"}, "kalamzoo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kalamzoo"}, "kali": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kali"}, "kogo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kogo"}, "kokkepige": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kokkepige"}, "lesley": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lesley"}, "launched": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "launched"}, "laungage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "laungage"}, "lauper": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lauper"}, "laurie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "laurie"}, "lauseng": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lauseng"}, "lawdog": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lawdog"}, "lawns": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lawns"}, "lawrence": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lawrence"}, "lb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lb"}, "lbbqwtf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lbbqwtf"}, "leaf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "leaf"}, "leagues": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "leagues"}, "leaked": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "leaked"}, "leakey": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "leakey"}, "leamond": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "leamond"}, "lean": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lean"}, "learner": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "learner"}, "learns": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "learns"}, "learnt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "learnt"}, "leather": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "leather"}, "launching": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "launching"}, "laughter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "laughter"}, "kold": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kold"}, "latviet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "latviet"}, "lantern": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lantern"}, "lap": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lap"}, "lapd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lapd"}, "lapp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lapp"}, "lappoid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lappoid"}, "laredo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "laredo"}, "largely": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "largely"}, "larry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "larry"}, "lars": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lars"}, "las": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "las"}, "lass": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lass"}, "lasses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lasses"}, "lassigie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lassigie"}, "lasting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lasting"}, "laszcz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "laszcz"}, "lat": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lat"}, "latha": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "latha"}, "latrines": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "latrines"}, "latte": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "latte"}, "lebt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lebt"}, "leche": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "leche"}, "lectured": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lectured"}, "ledven": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ledven"}, "lejeune": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lejeune"}, "lejla": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lejla"}, "lemme": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lemme"}, "lemon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lemon"}, "lemper": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lemper"}, "length": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "length"}, "lengths": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lengths"}, "lengthy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lengthy"}, "lenni": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lenni"}, "lenny": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lenny"}, "lentin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lentin"}, "leo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "leo"}, "leominster": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "leominster"}, "leon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "leon"}, "leopold": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "leopold"}, "leprechauns": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "leprechauns"}, "leroy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "leroy"}, "lerret": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lerret"}, "lervik": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lervik"}, "leithnd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "leithnd"}, "leith": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "leith"}, "leinster": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "leinster"}, "legislative": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "legislative"}, "leeches": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "leeches"}, "leftie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "leftie"}, "leftists": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "leftists"}, "legalize": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "legalize"}, "legend": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "legend"}, "legendary": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "legendary"}, "legends": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "legends"}, "legislation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "legislation"}, "legit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "legit"}, "leinad": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "leinad"}, "lego": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lego"}, "legtobb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "legtobb"}, "lehar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lehar"}, "lehet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lehet"}, "leicester": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "leicester"}, "leida": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "leida"}, "leighas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "leighas"}, "leighton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "leighton"}, "lanky": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lanky"}, "lang": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lang"}, "lanes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lanes"}, "kulla": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kulla"}, "krdycxpb4fs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "krdycxpb4fs"}, "kredsen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kredsen"}, "krekar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "krekar"}, "kremlin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kremlin"}, "krepublishers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "krepublishers"}, "kresnik": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kresnik"}, "kris": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kris"}, "kristel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kristel"}, "kritayuga": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kritayuga"}, "krtv": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "krtv"}, "krueger": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "krueger"}, "kruger": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kruger"}, "krv": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "krv"}, "kry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kry"}, "kt8fl7ng": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kt8fl7ng"}, "ktvu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ktvu"}, "kubelik": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kubelik"}, "kubisova": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kubisova"}, "kubi\u00e5": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kubi\u00e5"}, "krav": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "krav"}, "krautschrockerts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "krautschrockerts"}, "krampus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "krampus"}, "kop": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kop"}, "kollade": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kollade"}, "kolozsv\u00e1ri": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kolozsv\u00e1ri"}, "kolumbus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kolumbus"}, "kommen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kommen"}, "komsic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "komsic"}, "konavle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "konavle"}, "konqueror": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "konqueror"}, "kooks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kooks"}, "koran": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "koran"}, "kr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kr"}, "korefan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "korefan"}, "koska": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "koska"}, "kosovo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kosovo"}, "kosovski": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kosovski"}, "kouassi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kouassi"}, "kournikova": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kournikova"}, "kovacs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kovacs"}, "kpolsson": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kpolsson"}, "kukluxklan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kukluxklan"}, "kundgebung": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kundgebung"}, "landseer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "landseer"}, "kurd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kurd"}, "ladieees": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ladieees"}, "ladyaryan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ladyaryan"}, "ladylike": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ladylike"}, "lagathas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lagathas"}, "laguna": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "laguna"}, "lair": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lair"}, "lakeland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lakeland"}, "lakewood": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lakewood"}, "lakota": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lakota"}, "lam": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lam"}, "lamb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lamb"}, "lambere": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lambere"}, "lancaster": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lancaster"}, "lancs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lancs"}, "landi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "landi"}, "landing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "landing"}, "landings": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "landings"}, "landi\u00f0": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "landi\u00f0"}, "landlord": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "landlord"}, "lacrosse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lacrosse"}, "lackies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lackies"}, "lachkrampf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "lachkrampf"}, "k\u00e6reste": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "k\u00e6reste"}, "kurent": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kurent"}, "kursk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kursk"}, "kurt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kurt"}, "kveldulf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kveldulf"}, "kwanzaa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kwanzaa"}, "kyk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kyk"}, "kynan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kynan"}, "kyrgiz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "kyrgiz"}, "k\u00f5rvale": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "k\u00f5rvale"}, "labyrinth": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "labyrinth"}, "l46t": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "l46t"}, "l76dwhwn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "l76dwhwn"}, "labeled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "labeled"}, "labeling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "labeling"}, "labelled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "labelled"}, "labors": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "labors"}, "labours": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "labours"}, "labrat": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "labrat"}, "memorials": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "memorials"}, "mending": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mending"}, "eynde": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "eynde"}, "notch": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "notch"}, "noted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "noted"}, "notepad": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "notepad"}, "nothern": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nothern"}, "noticeboard": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "noticeboard"}, "noting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "noting"}, "nottice": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nottice"}, "nou": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nou"}, "novelist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "novelist"}, "novgorod": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "novgorod"}, "novi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "novi"}, "nowegians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nowegians"}, "nowthe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nowthe"}, "npr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "npr"}, "nr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nr"}, "nra": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nra"}, "nrw": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nrw"}, "nrysg4": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nrysg4"}, "nsa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nsa"}, "nsbm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nsbm"}, "notebooks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "notebooks"}, "nostradamus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nostradamus"}, "obselete": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "obselete"}, "nostalgic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nostalgic"}, "nomination": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nomination"}, "nonsensical": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nonsensical"}, "nonskin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nonskin"}, "nordenwulf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nordenwulf"}, "nordicfest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nordicfest"}, "nordicists": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nordicists"}, "noremorsenoregrets": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "noremorsenoregrets"}, "norhat": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "norhat"}, "normandy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "normandy"}, "normanfinkelstein": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "normanfinkelstein"}, "norske": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "norske"}, "northeast": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "northeast"}, "northerly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "northerly"}, "northfield": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "northfield"}, "norwegains": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "norwegains"}, "norweigian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "norweigian"}, "nos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nos"}, "noses_x": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "noses_x"}, "nostalgia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nostalgia"}, "nsf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nsf"}, "ntelos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ntelos"}, "ntent": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ntent"}, "nter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nter"}, "n\u00e5r": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "n\u00e5r"}, "n\u00e9zek": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "n\u00e9zek"}, "n\u0101ves": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "n\u0101ves"}, "o___o": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "o___o"}, "oakland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oakland"}, "ob": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ob"}, "obamamania": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "obamamania"}, "obango": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "obango"}, "obedience": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "obedience"}, "obedient": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "obedient"}, "oberschlesischen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oberschlesischen"}, "obese": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "obese"}, "obey": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "obey"}, "objecting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "objecting"}, "objections": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "objections"}, "objectively": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "objectively"}, "objectives": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "objectives"}, "obligatory": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "obligatory"}, "obongo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "obongo"}, "n\u00e5gon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "n\u00e5gon"}, "n\u00e5": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "n\u00e5"}, "nzjydlgm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nzjydlgm"}, "nursery": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nursery"}, "nucleus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nucleus"}, "nuffin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nuffin"}, "nugent": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nugent"}, "numa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "numa"}, "numba": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "numba"}, "numerous": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "numerous"}, "nurnberg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nurnberg"}, "nurse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nurse"}, "nushawn_williamssimonmolhttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nushawn_williamssimonmolhttp"}, "nyt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nyt"}, "nut": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nut"}, "nutjob": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nutjob"}, "nutritionals": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nutritionals"}, "nx6e": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nx6e"}, "nxt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nxt"}, "nya": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nya"}, "nyder": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nyder"}, "nyse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nyse"}, "nola": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nola"}, "noisy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "noisy"}, "nogw": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nogw"}, "ngid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ngid"}, "neurosurgeon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "neurosurgeon"}, "neutron": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "neutron"}, "nevah": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nevah"}, "neve": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "neve"}, "nevermind": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nevermind"}, "nevesinje": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nevesinje"}, "newark": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "newark"}, "newboyhttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "newboyhttp"}, "newcastle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "newcastle"}, "newfoundland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "newfoundland"}, "newportcity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "newportcity"}, "news19": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "news19"}, "news24": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "news24"}, "news9": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "news9"}, "newscasters": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "newscasters"}, "newsletter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "newsletter"}, "newspapers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "newspapers"}, "nf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nf"}, "nfl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nfl"}, "neues": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "neues"}, "networking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "networking"}, "nettavisen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nettavisen"}, "neofolk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "neofolk"}, "neichzche": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "neichzche"}, "neighbour": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "neighbour"}, "neighbouring": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "neighbouring"}, "neill": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "neill"}, "nelli": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nelli"}, "nember": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nember"}, "nemesis": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nemesis"}, "neobiocp3": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "neobiocp3"}, "nepa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nepa"}, "netsonic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "netsonic"}, "nerds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nerds"}, "neretva": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "neretva"}, "nesem": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nesem"}, "nesen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nesen"}, "ness": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ness"}, "nestle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nestle"}, "nestled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nestled"}, "nets": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nets"}, "ng": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ng"}, "ngo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ngo"}, "nogger": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nogger"}, "nians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nians"}, "nikolaevich": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nikolaevich"}, "niks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "niks"}, "nincs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nincs"}, "ninety": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ninety"}, "ninja": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ninja"}, "nip": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nip"}, "nipple": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nipple"}, "nipples": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nipples"}, "nirvana": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nirvana"}, "nitrogen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nitrogen"}, "njord": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "njord"}, "nlfrsregii": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nlfrsregii"}, "nnp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nnp"}, "no1": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "no1"}, "nobel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nobel"}, "nobles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nobles"}, "noblest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "noblest"}, "nog": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nog"}, "nogensinde": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nogensinde"}, "nignog": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nignog"}, "niglets": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "niglets"}, "nightwish": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nightwish"}, "nicolas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nicolas"}, "nib": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nib"}, "nicest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nicest"}, "niches": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "niches"}, "nicholas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nicholas"}, "nicholaus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nicholaus"}, "nicked": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nicked"}, "nickelodeon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nickelodeon"}, "nicking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nicking"}, "nicole": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nicole"}, "nightmares": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nightmares"}, "nid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nid"}, "niece": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "niece"}, "nigdy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nigdy"}, "niggah": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "niggah"}, "niggardly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "niggardly"}, "niggs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "niggs"}, "nigh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nigh"}, "nightly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nightly"}, "obrenovic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "obrenovic"}, "observe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "observe"}, "negotiators": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "negotiators"}, "ostracized": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ostracized"}, "ostwestfalen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ostwestfalen"}, "ottawa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ottawa"}, "ounce": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ounce"}, "ouncers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ouncers"}, "ourselfes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ourselfes"}, "ourtimewillcome": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ourtimewillcome"}, "outcast": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "outcast"}, "outdone": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "outdone"}, "outer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "outer"}, "outfits": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "outfits"}, "outlawed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "outlawed"}, "outliers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "outliers"}, "outline": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "outline"}, "outnumbering": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "outnumbering"}, "outperforming": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "outperforming"}, "output": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "output"}, "outrage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "outrage"}, "outrageous": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "outrageous"}, "outreach": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "outreach"}, "osttruppen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "osttruppen"}, "osp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "osp"}, "observer14": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "observer14"}, "osoyoos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "osoyoos"}, "organist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "organist"}, "organizes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "organizes"}, "orghttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "orghttp"}, "orgs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "orgs"}, "oriental": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oriental"}, "orientals": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "orientals"}, "orientation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "orientation"}, "originals": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "originals"}, "originate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "originate"}, "origo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "origo"}, "orillia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "orillia"}, "orphanage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "orphanage"}, "orsolya": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "orsolya"}, "orszag": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "orszag"}, "orture": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "orture"}, "orwell": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "orwell"}, "os": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "os"}, "oscan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oscan"}, "ose": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ose"}, "outright": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "outright"}, "outrunning": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "outrunning"}, "outscored": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "outscored"}, "outsourcing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "outsourcing"}, "overrated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "overrated"}, "overrun": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "overrun"}, "overtime": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "overtime"}, "overweight": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "overweight"}, "ov\u00e3": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ov\u00e3"}, "owe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "owe"}, "owl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "owl"}, "owns": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "owns"}, "oxegen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oxegen"}, "oxford": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oxford"}, "oxfordshire": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oxfordshire"}, "oxymoronicness": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oxymoronicness"}, "paa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "paa"}, "paare": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "paare"}, "pace": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pace"}, "pacify": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "pacify"}, "packard": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "packard"}, "packed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "packed"}, "packi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "packi"}, "overran": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "overran"}, "overpriced": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "overpriced"}, "overpowering": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "overpowering"}, "overall": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "overall"}, "outspoken": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "outspoken"}, "outspokenly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "outspokenly"}, "outwards": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "outwards"}, "ouuuuuuu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ouuuuuuu"}, "ov": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ov"}, "oven": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oven"}, "ovens": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ovens"}, "over30": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "over30"}, "overboard": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "overboard"}, "overpenetration": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "overpenetration"}, "overdosed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "overdosed"}, "overdoses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "overdoses"}, "overdue": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "overdue"}, "overeactcted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "overeactcted"}, "overflowing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "overflowing"}, "overman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "overman"}, "overnite": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "overnite"}, "overpass": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "overpass"}, "organism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "organism"}, "organisations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "organisations"}, "oreo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oreo"}, "olympics": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "olympics"}, "offenceive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "offenceive"}, "offended": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "offended"}, "offerings": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "offerings"}, "offshore": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "offshore"}, "offsprings": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "offsprings"}, "offtop": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "offtop"}, "ofra": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ofra"}, "ohhh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ohhh"}, "ohhhh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ohhhh"}, "oils": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oils"}, "oje3egtgg9k": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oje3egtgg9k"}, "olaf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "olaf"}, "olde": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "olde"}, "ole": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ole"}, "olean": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "olean"}, "oligarchs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oligarchs"}, "olive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "olive"}, "olje": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "olje"}, "ollsson": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ollsson"}, "oel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oel"}, "odium": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "odium"}, "odinists": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "odinists"}, "occupations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "occupations"}, "obstacle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "obstacle"}, "obvisously": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "obvisously"}, "obyc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "obyc"}, "oc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oc"}, "ocasionally": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ocasionally"}, "occasion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "occasion"}, "occasions": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "occasions"}, "occassionaly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "occassionaly"}, "occuring": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "occuring"}, "oddness": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oddness"}, "occurrences": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "occurrences"}, "occurs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "occurs"}, "ocksa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ocksa"}, "ockupied": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ockupied"}, "ocs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ocs"}, "oct": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oct"}, "octavian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "octavian"}, "oddly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oddly"}, "olympic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "olympic"}, "omaha": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "omaha"}, "ordure": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ordure"}, "ombudsman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ombudsman"}, "opponents": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "opponents"}, "opposing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "opposing"}, "oppression": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oppression"}, "opps": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "opps"}, "opsec": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "opsec"}, "optic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "optic"}, "optical": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "optical"}, "optional": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "optional"}, "options": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "options"}, "oragus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oragus"}, "orangemen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "orangemen"}, "oranguz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oranguz"}, "orania": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "orania"}, "oraszaga": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oraszaga"}, "orbit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "orbit"}, "orchestrating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "orchestrating"}, "orchestre": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "orchestre"}, "ordained": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ordained"}, "ordlista": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ordlista"}, "oppinion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oppinion"}, "oppholdstillatelse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oppholdstillatelse"}, "opitomy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "opitomy"}, "ooohhh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ooohhh"}, "oneill": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oneill"}, "onlookers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "onlookers"}, "onn\u00e3": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "onn\u00e3"}, "ons": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ons"}, "onstage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "onstage"}, "onward": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "onward"}, "ony": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ony"}, "onyl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "onyl"}, "oooops": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oooops"}, "opinberri": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "opinberri"}, "oops": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "oops"}, "opendocument": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "opendocument"}, "openings": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "openings"}, "operas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "operas"}, "operated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "operated"}, "operating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "operating"}, "operation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "operation"}, "ophanage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ophanage"}, "negrogreek": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "negrogreek"}, "neglectful": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "neglectful"}, "mennonite": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mennonite"}, "mitcham": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mitcham"}, "mitochondriat": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mitochondriat"}, "mitt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mitt"}, "mixer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mixer"}, "mixes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mixes"}, "mixture": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mixture"}, "mjo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mjo"}, "mlst": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mlst"}, "mmer_2008": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mmer_2008"}, "mmm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mmm"}, "mmunition": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mmunition"}, "mn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mn"}, "mobilized": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mobilized"}, "mobilizing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mobilizing"}, "moby": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "moby"}, "mock": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mock"}, "mockery": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mockery"}, "mocking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mocking"}, "modding": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "modding"}, "mode": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mode"}, "mithotyn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mithotyn"}, "misusing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "misusing"}, "morbidly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "morbidly"}, "mistreatment": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mistreatment"}, "misbehaving": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "misbehaving"}, "miscegination": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "miscegination"}, "mischief": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mischief"}, "misconstrued": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "misconstrued"}, "misdemeanor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "misdemeanor"}, "miserable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "miserable"}, "misimovi\u0107": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "misimovi\u0107"}, "misinformation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "misinformation"}, "misleading": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "misleading"}, "misled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "misled"}, "mismovic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mismovic"}, "misshapened": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "misshapened"}, "missiouri": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "missiouri"}, "missippi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "missippi"}, "mississauga": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mississauga"}, "miss\u00e4": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "miss\u00e4"}, "mist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mist"}, "mistake": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mistake"}, "mistreat": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mistreat"}, "moderator": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "moderator"}, "modified": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "modified"}, "moeisha": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "moeisha"}, "moet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "moet"}, "monroe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "monroe"}, "monster": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "monster"}, "monsters": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "monsters"}, "monterey": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "monterey"}, "montessori": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "montessori"}, "monthes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "monthes"}, "monthl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "monthl"}, "monthly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "monthly"}, "monthly_05_2010": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "monthly_05_2010"}, "montpellier": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "montpellier"}, "monty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "monty"}, "mooching": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mooching"}, "mooleys": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mooleys"}, "moonbats": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "moonbats"}, "moose": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "moose"}, "mopar88": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mopar88"}, "mopeds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mopeds"}, "mor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mor"}, "morale": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "morale"}, "monorities": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "monorities"}, "monopoly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "monopoly"}, "mononoke": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mononoke"}, "momentous": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "momentous"}, "mofo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mofo"}, "mohammed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mohammed"}, "moi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "moi"}, "moldavia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "moldavia"}, "moldova": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "moldova"}, "molesters": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "molesters"}, "molesting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "molesting"}, "momce": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "momce"}, "mommy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mommy"}, "monkies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "monkies"}, "momofsix": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "momofsix"}, "monarchy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "monarchy"}, "mongering": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mongering"}, "mongoloids": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mongoloids"}, "mongols": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mongols"}, "mongrelise": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mongrelise"}, "mongrels": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mongrels"}, "monique": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "monique"}, "mis": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mis"}, "miru": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "miru"}, "mirrors": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mirrors"}, "micronesians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "micronesians"}, "mes\u00e9lik": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mes\u00e9lik"}, "meta": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "meta"}, "metalgod178": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "metalgod178"}, "metalheads": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "metalheads"}, "metallica": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "metallica"}, "metaphor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "metaphor"}, "meth": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "meth"}, "methinks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "methinks"}, "metropolitan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "metropolitan"}, "mex": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mex"}, "mexcicans": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mexcicans"}, "mexic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mexic"}, "me\u00f0an": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "me\u00f0an"}, "mi6": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mi6"}, "mic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mic"}, "michelle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "michelle"}, "michoel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "michoel"}, "mickie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mickie"}, "micro": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "micro"}, "messy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "messy"}, "messican": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "messican"}, "messiah": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "messiah"}, "merciful": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "merciful"}, "mennyi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mennyi"}, "mens": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mens"}, "menteur": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "menteur"}, "menting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "menting"}, "mentions": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mentions"}, "mentor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mentor"}, "mentorship": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mentorship"}, "mera": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mera"}, "merciless": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "merciless"}, "messege": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "messege"}, "mercs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mercs"}, "merge": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "merge"}, "merger": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "merger"}, "merrimack": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "merrimack"}, "mesa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mesa"}, "mesico": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mesico"}, "messager": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "messager"}, "messaging": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "messaging"}, "micronations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "micronations"}, "microsoft": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "microsoft"}, "mirada": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mirada"}, "middles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "middles"}, "milton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "milton"}, "mimic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mimic"}, "mimimatthews": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mimimatthews"}, "mindig": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mindig"}, "mindless": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mindless"}, "mines": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mines"}, "minimize": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "minimize"}, "minimum": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "minimum"}, "minions": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "minions"}, "miniority": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "miniority"}, "miniskirt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "miniskirt"}, "minn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "minn"}, "minors": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "minors"}, "minster": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "minster"}, "minstrel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "minstrel"}, "mint": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mint"}, "minu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "minu"}, "mio": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mio"}, "miraculous": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "miraculous"}, "milo\u0161": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "milo\u0161"}, "milmilk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "milmilk"}, "millsaps": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "millsaps"}, "miklav\u017e": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "miklav\u017e"}, "midgards": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "midgards"}, "midland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "midland"}, "midnet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "midnet"}, "midwestern": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "midwestern"}, "migrants": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "migrants"}, "mikill": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mikill"}, "mikilv\u00e6g": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mikilv\u00e6g"}, "mikkke14": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mikkke14"}, "miklir": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "miklir"}, "millionaries": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "millionaries"}, "mild": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mild"}, "mildura": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mildura"}, "miley": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "miley"}, "militaryphotos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "militaryphotos"}, "mill": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mill"}, "milleches": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "milleches"}, "milliken": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "milliken"}, "millionaire": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "millionaire"}, "morality": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "morality"}, "moreover": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "moreover"}, "neglect": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "neglect"}, "mystified": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mystified"}, "myths": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "myths"}, "m\u00e3": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "m\u00e3"}, "m\u0113rim": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "m\u0113rim"}, "n1": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "n1"}, "n1c1": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "n1c1"}, "n_rapist_j": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "n_rapist_j"}, "nackers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nackers"}, "nadmo\u0107na": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nadmo\u0107na"}, "nagant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nagant"}, "nagger": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nagger"}, "naglfar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "naglfar"}, "nagorny": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nagorny"}, "nagyon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nagyon"}, "nails": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nails"}, "nameen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nameen"}, "namely": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "namely"}, "napervile": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "napervile"}, "napj\u00e1s": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "napj\u00e1s"}, "naples": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "naples"}, "myth": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "myth"}, "mysticism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mysticism"}, "mormons": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mormons"}, "mysteriously": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mysteriously"}, "musilms": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "musilms"}, "muslime": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "muslime"}, "muslimsout": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "muslimsout"}, "mussorgsky": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mussorgsky"}, "mutated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mutated"}, "mutating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mutating"}, "mutha": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mutha"}, "mutilate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mutilate"}, "mutilated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mutilated"}, "muutosv": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "muutosv"}, "mvi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mvi"}, "myblackisbeautiful": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "myblackisbeautiful"}, "mycket": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mycket"}, "myndighetene": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "myndighetene"}, "myron": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "myron"}, "myspace": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "myspace"}, "mysql": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mysql"}, "mysteries": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mysteries"}, "mysterious": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mysterious"}, "nappy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nappy"}, "narcissistic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "narcissistic"}, "nargaroth": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nargaroth"}, "narrated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "narrated"}, "nc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nc"}, "nchen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nchen"}, "ncop": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ncop"}, "ndecjan98": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ndecjan98"}, "neanderthal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "neanderthal"}, "neanderthalensis": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "neanderthalensis"}, "nearing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nearing"}, "nebbie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nebbie"}, "nebraska": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nebraska"}, "necassary": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "necassary"}, "necks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "necks"}, "neck\u00e3": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "neck\u00e3"}, "needing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "needing"}, "needle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "needle"}, "needless": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "needless"}, "neevr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "neevr"}, "negate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "negate"}, "negatives": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "negatives"}, "negiotiations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "negiotiations"}, "nbpp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nbpp"}, "nb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nb"}, "naziwhowantstokillsixmillionjews": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "naziwhowantstokillsixmillionjews"}, "nathan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nathan"}, "narrowband": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "narrowband"}, "nasjonalitet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nasjonalitet"}, "nast": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nast"}, "nastassja": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nastassja"}, "natall": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "natall"}, "natallhv": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "natallhv"}, "nate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nate"}, "natfront": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "natfront"}, "natiocracy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "natiocracy"}, "nazarene": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nazarene"}, "nationalities": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nationalities"}, "nationally": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nationally"}, "nationalrif": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nationalrif"}, "nationell": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nationell"}, "naughty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "naughty"}, "nauseum": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "nauseum"}, "navel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "navel"}, "navigating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "navigating"}, "musicman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "musicman"}, "musicians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "musicians"}, "musica": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "musica"}, "mrs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mrs"}, "motor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "motor"}, "motorcyclist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "motorcyclist"}, "motorcyclists": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "motorcyclists"}, "mound": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mound"}, "mountainous": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mountainous"}, "mountains": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mountains"}, "mountaintrader": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mountaintrader"}, "mourner": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mourner"}, "mourning": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mourning"}, "moussed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "moussed"}, "moustache": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "moustache"}, "mouthful": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mouthful"}, "mouths": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mouths"}, "movements": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "movements"}, "moves": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "moves"}, "moyross": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "moyross"}, "mp5": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mp5"}, "mph": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mph"}, "mqdefault": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mqdefault"}, "motivic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "motivic"}, "motivate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "motivate"}, "motile": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "motile"}, "mortgage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mortgage"}, "morningside": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "morningside"}, "moroccan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "moroccan"}, "morons": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "morons"}, "moroz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "moroz"}, "morphed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "morphed"}, "morrow": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "morrow"}, "mortality": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mortality"}, "mortar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mortar"}, "mosaic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mosaic"}, "motherland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "motherland"}, "moselle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "moselle"}, "mosier": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mosier"}, "moskva": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "moskva"}, "mosley": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mosley"}, "mosques": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mosques"}, "motel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "motel"}, "motherboard": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "motherboard"}, "mothergrinninbird": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mothergrinninbird"}, "mrbadgersir": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mrbadgersir"}, "mrz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mrz"}, "mushrooms": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mushrooms"}, "msciwoj": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "msciwoj"}, "multiculturism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "multiculturism"}, "multiculturistic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "multiculturistic"}, "multikulturalizmus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "multikulturalizmus"}, "multireligious": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "multireligious"}, "multispeed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "multispeed"}, "multitudes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "multitudes"}, "mummies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mummies"}, "mums": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mums"}, "mumsy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mumsy"}, "munch": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "munch"}, "munich": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "munich"}, "munster": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "munster"}, "munter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "munter"}, "muppet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "muppet"}, "murphy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "murphy"}, "museu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "museu"}, "museums": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "museums"}, "mush": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mush"}, "mushroom": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mushroom"}, "multiculturatism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "multiculturatism"}, "multiculturalist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "multiculturalist"}, "mulitracial": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mulitracial"}, "mudd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mudd"}, "msg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "msg"}, "msi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "msi"}, "msrp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "msrp"}, "mtnews": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mtnews"}, "muaddib": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "muaddib"}, "muahaha": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "muahaha"}, "muay": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "muay"}, "muck": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "muck"}, "mudds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mudds"}, "mulattoe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mulattoe"}, "muddy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "muddy"}, "muder": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "muder"}, "mudraces": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mudraces"}, "mudslide": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mudslide"}, "mudslums": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mudslums"}, "muffet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "muffet"}, "mugger": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mugger"}, "mugging": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "mugging"}, "joel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "joel"}, "joeblogs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "joeblogs"}, "jodr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jodr"}, "gladiator": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gladiator"}, "gladys": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gladys"}, "glamorises": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "glamorises"}, "glared": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "glared"}, "glary1219": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "glary1219"}, "glasgow": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "glasgow"}, "glasser": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "glasser"}, "glbt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "glbt"}, "glee": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "glee"}, "glendale": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "glendale"}, "glimmering": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "glimmering"}, "glimpe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "glimpe"}, "glimps": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "glimps"}, "globalism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "globalism"}, "globalnews": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "globalnews"}, "globes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "globes"}, "glorification": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "glorification"}, "glorified": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "glorified"}, "glorify": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "glorify"}, "glorious": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "glorious"}, "gladly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gladly"}, "glaciations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "glaciations"}, "gourmet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gourmet"}, "gj": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gj"}, "getmycountryback": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "getmycountryback"}, "getthebigpicture": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "getthebigpicture"}, "getz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "getz"}, "geysers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "geysers"}, "ghastly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ghastly"}, "ghettobraggingrights": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ghettobraggingrights"}, "gi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gi"}, "gibb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gibb"}, "gibraltar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gibraltar"}, "gick": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gick"}, "gide": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gide"}, "gifted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gifted"}, "gillespie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gillespie"}, "gilmore": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gilmore"}, "gilt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gilt"}, "gimmiegrunts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gimmiegrunts"}, "gingerbread": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gingerbread"}, "gioese": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gioese"}, "gish": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gish"}, "gloucester": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gloucester"}, "gloves": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gloves"}, "glued": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "glued"}, "gl\u00e6delig": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gl\u00e6delig"}, "gonzalez": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gonzalez"}, "gonz\u00e1lez": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gonz\u00e1lez"}, "goodbye": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "goodbye"}, "goode": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "goode"}, "goodnewsaboutgod": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "goodnewsaboutgod"}, "gooks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gooks"}, "gopro": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gopro"}, "gordon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gordon"}, "gordons": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gordons"}, "gorgoroth": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gorgoroth"}, "gorton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gorton"}, "gospels": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gospels"}, "gota": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gota"}, "gotchya": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gotchya"}, "gothard": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gothard"}, "gothic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gothic"}, "goto": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "goto"}, "gottem": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gottem"}, "goudreau": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "goudreau"}, "gontyna": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gontyna"}, "gonio": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gonio"}, "gollnisch": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gollnisch"}, "goddesses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "goddesses"}, "gmo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gmo"}, "gnotella": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gnotella"}, "goat": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "goat"}, "goats": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "goats"}, "gobbledegook": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gobbledegook"}, "gobi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gobi"}, "goblins": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "goblins"}, "goddamn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "goddamn"}, "godforsaken": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "godforsaken"}, "golgo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "golgo"}, "godsend": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "godsend"}, "godunov": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "godunov"}, "goetz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "goetz"}, "goffers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "goffers"}, "goin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "goin"}, "goinna": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "goinna"}, "goldberg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "goldberg"}, "golf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "golf"}, "geting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "geting"}, "getcha": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "getcha"}, "gesund": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gesund"}, "gauged": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gauged"}, "gangster": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gangster"}, "gaol": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gaol"}, "gaps": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gaps"}, "garage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "garage"}, "gardai": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gardai"}, "gardeners": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gardeners"}, "gardens": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gardens"}, "gargling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gargling"}, "garlands": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "garlands"}, "garmgormius": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "garmgormius"}, "garnered": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "garnered"}, "garry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "garry"}, "garvaghy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "garvaghy"}, "gasoline": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gasoline"}, "gasp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gasp"}, "gat": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gat"}, "gated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gated"}, "gatherers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gatherers"}, "gatsby": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gatsby"}, "gangstas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gangstas"}, "gangstaas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gangstaas"}, "gangsta": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gangsta"}, "galerie": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "galerie"}, "ga": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ga"}, "gacek": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gacek"}, "gaelach": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gaelach"}, "gagged": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gagged"}, "gainesville": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gainesville"}, "gains": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gains"}, "gal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gal"}, "galan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "galan"}, "galicia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "galicia"}, "ganges": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ganges"}, "gallagher": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gallagher"}, "gallon": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gallon"}, "gals": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gals"}, "galveston": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "galveston"}, "gambit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gambit"}, "gamekeeper": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gamekeeper"}, "gameplay": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gameplay"}, "gangbangers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gangbangers"}, "gatto": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gatto"}, "gaul": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gaul"}, "geschworn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "geschworn"}, "gauleiter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gauleiter"}, "generating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "generating"}, "generational": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "generational"}, "genetical": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "genetical"}, "genetically": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "genetically"}, "geneticist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "geneticist"}, "genetics": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "genetics"}, "genicide": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "genicide"}, "genitals": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "genitals"}, "genocidal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "genocidal"}, "genotype": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "genotype"}, "genres": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "genres"}, "geo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "geo"}, "georgetown": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "georgetown"}, "gerber": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gerber"}, "gerdes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gerdes"}, "germ": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "germ"}, "germany2006": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "germany2006"}, "geroge": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "geroge"}, "gerrard": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gerrard"}, "generated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "generated"}, "general1812": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "general1812"}, "geminorum": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "geminorum"}, "gdyjju": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gdyjju"}, "gaurantee": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gaurantee"}, "gawk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gawk"}, "gayest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gayest"}, "gazette": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gazette"}, "gazing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gazing"}, "gcc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gcc"}, "gd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gd"}, "gdansk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gdansk"}, "ge": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ge"}, "gemelas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gemelas"}, "gears": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gears"}, "geese": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "geese"}, "geesh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "geesh"}, "gefin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gefin"}, "gegen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gegen"}, "gekas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gekas"}, "geller": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "geller"}, "gelman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gelman"}, "gouges": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gouges"}, "governmental": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "governmental"}, "f\u00f8dt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "f\u00f8dt"}, "g\u00e5r": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "g\u00e5r"}, "g\u00e6ilge": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "g\u00e6ilge"}, "g\u00e6lick": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "g\u00e6lick"}, "g\u00fctersloh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "g\u00fctersloh"}, "h1": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "h1"}, "haben": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "haben"}, "habits": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "habits"}, "hacking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hacking"}, "hadding": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hadding"}, "haddock": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "haddock"}, "hadnt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hadnt"}, "hadsereg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hadsereg"}, "hafi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hafi"}, "haft": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "haft"}, "hag": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hag"}, "hagel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hagel"}, "hagen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hagen"}, "hagis": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hagis"}, "hags": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hags"}, "hahaha": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hahaha"}, "g\u00e6delig": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "g\u00e6delig"}, "g\u00e5ng": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "g\u00e5ng"}, "governments": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "governments"}, "g\u00e3": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "g\u00e3"}, "gulag": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gulag"}, "gulf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gulf"}, "gulyas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gulyas"}, "gum": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gum"}, "gunman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gunman"}, "gunmen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gunmen"}, "gunner": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gunner"}, "gunpoint": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gunpoint"}, "gunther": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gunther"}, "gurnow": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gurnow"}, "gutierrez": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gutierrez"}, "gutless": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gutless"}, "guts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "guts"}, "gxv2b33v37la6pz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gxv2b33v37la6pz"}, "gymnastics": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gymnastics"}, "gypises": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gypises"}, "gyspsies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gyspsies"}, "gy\u00f6rgyi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gy\u00f6rgyi"}, "g\u00e0idhlig": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "g\u00e0idhlig"}, "hahahhah": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hahahhah"}, "hai": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hai"}, "haid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "haid"}, "haight": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "haight"}, "handler": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "handler"}, "handout": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "handout"}, "handsome": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "handsome"}, "handwritten": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "handwritten"}, "handyman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "handyman"}, "hangers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hangers"}, "hannah": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hannah"}, "hans": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hans"}, "hansel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hansel"}, "hanson": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hanson"}, "hapless": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hapless"}, "happenned": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "happenned"}, "hara": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hara"}, "harass": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "harass"}, "harassed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "harassed"}, "harbour": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "harbour"}, "hardcopies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hardcopies"}, "hardcopy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hardcopy"}, "hardcover": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hardcover"}, "handled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "handled"}, "handlebar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "handlebar"}, "handfuls": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "handfuls"}, "halt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "halt"}, "haircuts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "haircuts"}, "hairstyle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hairstyle"}, "haitian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "haitian"}, "hal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hal"}, "halasz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "halasz"}, "halfway": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "halfway"}, "halls": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "halls"}, "hallways": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hallways"}, "hamlet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hamlet"}, "handful": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "handful"}, "hammerfist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hammerfist"}, "hammerskins": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hammerskins"}, "hamptonroads": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hamptonroads"}, "handball": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "handball"}, "handbook": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "handbook"}, "handel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "handel"}, "handelsbetjent": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "handelsbetjent"}, "handelsskolen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "handelsskolen"}, "guitars": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "guitars"}, "guinea": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "guinea"}, "guidelines": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "guidelines"}, "greetz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "greetz"}, "granite": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "granite"}, "grant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grant"}, "grapes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grapes"}, "graphics": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "graphics"}, "grappler": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grappler"}, "gratia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gratia"}, "gratification": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gratification"}, "gratitude": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gratitude"}, "gratuitous": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gratuitous"}, "graveland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "graveland"}, "gravitates": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gravitates"}, "gravy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gravy"}, "grays": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grays"}, "gread": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gread"}, "greatly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "greatly"}, "greatschools": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "greatschools"}, "greedy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "greedy"}, "greeneville": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "greeneville"}, "greenville": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "greenville"}, "grange": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grange"}, "grandparental": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grandparental"}, "grandfathers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grandfathers"}, "graces": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "graces"}, "govt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "govt"}, "gow": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gow"}, "gowdy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gowdy"}, "gower": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gower"}, "gpa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gpa"}, "gps": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gps"}, "grabbed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grabbed"}, "grabber": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grabber"}, "gracious": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gracious"}, "grammer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grammer"}, "grads": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grads"}, "gradual": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gradual"}, "gradualy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gradualy"}, "graduation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "graduation"}, "graf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "graf"}, "graffiti": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "graffiti"}, "grafton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grafton"}, "gramme": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gramme"}, "greet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "greet"}, "greg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "greg"}, "guided": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "guided"}, "greit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "greit"}, "grounds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grounds"}, "groupid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "groupid"}, "groveling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "groveling"}, "grover": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grover"}, "gro\u00dfstadt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gro\u00dfstadt"}, "grrrr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grrrr"}, "grub": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grub"}, "grubbers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grubbers"}, "gruesome": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gruesome"}, "grumblings": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grumblings"}, "grunge": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grunge"}, "gruop": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gruop"}, "gru\u00dfwort": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gru\u00dfwort"}, "gs7l50kv": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gs7l50kv"}, "guantanamo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "guantanamo"}, "gud": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gud"}, "guelph": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "guelph"}, "guessed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "guessed"}, "guests": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "guests"}, "grounded": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grounded"}, "grouch": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grouch"}, "grossed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grossed"}, "grill": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grill"}, "grenade": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grenade"}, "grenades": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grenades"}, "grenadier": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grenadier"}, "gretchen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gretchen"}, "gretel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gretel"}, "greyhound": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "greyhound"}, "grid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grid"}, "grieving": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grieving"}, "grilling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grilling"}, "grooving": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grooving"}, "grills": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grills"}, "grin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grin"}, "grindres": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grindres"}, "grinned": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "grinned"}, "gripe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gripe"}, "gripfasts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "gripfasts"}, "groidal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "groidal"}, "groomed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "groomed"}, "f\u016bmus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "f\u016bmus"}, "f\u00f6r": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "f\u00f6r"}, "jo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jo"}, "filipina": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "filipina"}, "fille": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fille"}, "filmed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "filmed"}, "filt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "filt"}, "finallytransformedformersovietjewnion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "finallytransformedformersovietjewnion"}, "finances": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "finances"}, "financialy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "financialy"}, "financing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "financing"}, "findarticles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "findarticles"}, "findings": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "findings"}, "finds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "finds"}, "finest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "finest"}, "fingerprint": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fingerprint"}, "finially": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "finially"}, "finlly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "finlly"}, "finn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "finn"}, "finnic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "finnic"}, "finnkampen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "finnkampen"}, "finno": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "finno"}, "firebird": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "firebird"}, "filipinos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "filipinos"}, "figurehead": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "figurehead"}, "flow": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flow"}, "fightin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fightin"}, "fenian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fenian"}, "fenris": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fenris"}, "feral_children": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "feral_children"}, "ferguson": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ferguson"}, "feria": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "feria"}, "fertile": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fertile"}, "fertilization": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fertilization"}, "fession": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fession"}, "festivals": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "festivals"}, "fetish": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fetish"}, "fetus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fetus"}, "ff009": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ff009"}, "ffs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ffs"}, "fh\u00e8in": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fh\u00e8in"}, "fianc\u00e9": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fianc\u00e9"}, "fiddlers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fiddlers"}, "fidelity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fidelity"}, "fierce": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fierce"}, "fifty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fifty"}, "firefighter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "firefighter"}, "firestorm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "firestorm"}, "firmly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "firmly"}, "fisherman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fisherman"}, "fleet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fleet"}, "flexible": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flexible"}, "flick": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flick"}, "flickering": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flickering"}, "flighthttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flighthttp"}, "flights": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flights"}, "fling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fling"}, "flintshire": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flintshire"}, "flipping": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flipping"}, "flips": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flips"}, "flipside": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flipside"}, "flirting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flirting"}, "floating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "floating"}, "flocks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flocks"}, "floors": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "floors"}, "flop": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flop"}, "flopping": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flopping"}, "florida88": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "florida88"}, "flour": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flour"}, "fled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fled"}, "fleas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fleas"}, "fleaflets": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fleaflets"}, "flame": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flame"}, "fishki": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fishki"}, "fishman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fishman"}, "fists": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fists"}, "fithy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fithy"}, "fittest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fittest"}, "fixed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fixed"}, "fl3k6cf7xgpkj02higvcjfcq": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fl3k6cf7xgpkj02higvcjfcq"}, "flagged": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flagged"}, "flanative62": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flanative62"}, "flea": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flea"}, "flanked": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flanked"}, "flap": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flap"}, "flatland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flatland"}, "flats": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flats"}, "flatten": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flatten"}, "flattened": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flattened"}, "flavor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flavor"}, "flax": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flax"}, "fend": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fend"}, "fences": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fences"}, "fenced": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fenced"}, "fastest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fastest"}, "fallout": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fallout"}, "falwells": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "falwells"}, "fame": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fame"}, "familes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "familes"}, "familier": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "familier"}, "famine": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "famine"}, "fanboy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fanboy"}, "faqabouttrigonometryhttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "faqabouttrigonometryhttp"}, "fareo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fareo"}, "fares": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fares"}, "fargo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fargo"}, "farhard": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "farhard"}, "farkel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "farkel"}, "farkin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "farkin"}, "farms": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "farms"}, "fart": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fart"}, "fas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fas"}, "fascinating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fascinating"}, "fascism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fascism"}, "fallacy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fallacy"}, "fakty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fakty"}, "fairgrounds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fairgrounds"}, "factors": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "factors"}, "ez": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ez"}, "fabric": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fabric"}, "fabricated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fabricated"}, "facade": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "facade"}, "facial": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "facial"}, "facilities": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "facilities"}, "facist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "facist"}, "factbook": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "factbook"}, "factual": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "factual"}, "faire": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "faire"}, "faculteit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "faculteit"}, "fadas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fadas"}, "faderen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "faderen"}, "fading": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fading"}, "faem": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "faem"}, "fagan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fagan"}, "faggotry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "faggotry"}, "fails": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fails"}, "fascists": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fascists"}, "fatherless": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fatherless"}, "femur": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "femur"}, "fathom": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fathom"}, "fecal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fecal"}, "feck": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "feck"}, "fecken": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fecken"}, "federalist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "federalist"}, "federation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "federation"}, "fedor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fedor"}, "fedoras": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fedoras"}, "feebly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "feebly"}, "feeeaaver": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "feeeaaver"}, "feesible": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "feesible"}, "fel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fel"}, "fella": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fella"}, "fellas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fellas"}, "felling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "felling"}, "fellows": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fellows"}, "felonies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "felonies"}, "felv\u00e9teleket": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "felv\u00e9teleket"}, "feminism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "feminism"}, "feminists": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "feminists"}, "featured": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "featured"}, "feather": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "feather"}, "feast": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "feast"}, "faves": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "faves"}, "fatter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fatter"}, "fattest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fattest"}, "fatty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fatty"}, "faught": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "faught"}, "faults": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "faults"}, "faust": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "faust"}, "fauster": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fauster"}, "faux": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "faux"}, "favoriate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "favoriate"}, "fears": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fears"}, "fawk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fawk"}, "fawning": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fawning"}, "fax": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fax"}, "faxes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "faxes"}, "fay": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fay"}, "fckdqgodvk4anqhttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fckdqgodvk4anqhttp"}, "fcks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fcks"}, "fearful": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fearful"}, "flourished": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flourished"}, "floyd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "floyd"}, "f\u00e5": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "f\u00e5"}, "frh48adas1a": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "frh48adas1a"}, "friction": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "friction"}, "fridge": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fridge"}, "fries": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fries"}, "frigg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "frigg"}, "frigging": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "frigging"}, "friggsday": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "friggsday"}, "frightens": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "frightens"}, "frigin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "frigin"}, "frist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "frist"}, "fritid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fritid"}, "fro": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fro"}, "frome": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "frome"}, "fromm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fromm"}, "fromm\u00e2": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fromm\u00e2"}, "frontlinesourcegroup": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "frontlinesourcegroup"}, "frown": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "frown"}, "froze": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "froze"}, "fructose": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fructose"}, "fruita": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fruita"}, "fri": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fri"}, "freundschaft": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "freundschaft"}, "fluffing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fluffing"}, "freuer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "freuer"}, "fred": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fred"}, "frederik": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "frederik"}, "fredrik": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fredrik"}, "freedman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "freedman"}, "freedomranger": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "freedomranger"}, "freedoms": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "freedoms"}, "freegifts4kids": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "freegifts4kids"}, "freehold": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "freehold"}, "freelance": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "freelance"}, "freep": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "freep"}, "freese": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "freese"}, "freeway": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "freeway"}, "freewheels": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "freewheels"}, "freewill": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "freewill"}, "frei": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "frei"}, "freiburg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "freiburg"}, "frenzy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "frenzy"}, "frequencies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "frequencies"}, "frettir": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "frettir"}, "fruits": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fruits"}, "frustrated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "frustrated"}, "frustration": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "frustration"}, "fry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fry"}, "funniest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "funniest"}, "fur": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fur"}, "furguson": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "furguson"}, "furiously": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "furiously"}, "furman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "furman"}, "furnished": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "furnished"}, "furthermore": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "furthermore"}, "furture": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "furture"}, "fusion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fusion"}, "fuzzy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fuzzy"}, "fwy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fwy"}, "fxck": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fxck"}, "fyrdung": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fyrdung"}, "fyrir": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fyrir"}, "fyrom": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fyrom"}, "fyromanians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fyromanians"}, "fyromia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fyromia"}, "fyromians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fyromians"}, "fyrstir": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fyrstir"}, "funnies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "funnies"}, "funneling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "funneling"}, "funnel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "funnel"}, "fumble": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fumble"}, "fr\u00e5gar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fr\u00e5gar"}, "fsicqgo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fsicqgo"}, "fstoppers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fstoppers"}, "ftf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ftf"}, "ftheblood": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ftheblood"}, "fuehrer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fuehrer"}, "fufilled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fufilled"}, "fullest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fullest"}, "fumigate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fumigate"}, "funk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "funk"}, "functional": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "functional"}, "functionality": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "functionality"}, "functioning": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "functioning"}, "fund": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fund"}, "fundamentalists": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fundamentalists"}, "funded": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "funded"}, "fundimental": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fundimental"}, "funerals": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "funerals"}, "freakout": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "freakout"}, "freaking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "freaking"}, "fraternity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fraternity"}, "foriegners": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "foriegners"}, "foods": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "foods"}, "foolish": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "foolish"}, "footballs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "footballs"}, "footbridge": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "footbridge"}, "footing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "footing"}, "ford": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ford"}, "fords": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fords"}, "forecast": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "forecast"}, "forehead": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "forehead"}, "foreignaffairs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "foreignaffairs"}, "foreman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "foreman"}, "foremost": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "foremost"}, "foresee": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "foresee"}, "foresight": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "foresight"}, "foreskin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "foreskin"}, "forests": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "forests"}, "forewarned": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "forewarned"}, "forgein": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "forgein"}, "forgiven": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "forgiven"}, "fondling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fondling"}, "fond": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fond"}, "fom": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fom"}, "foeigners": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "foeigners"}, "flung": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flung"}, "flush": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flush"}, "flyres": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "flyres"}, "fmjjsd6weq": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fmjjsd6weq"}, "fnf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fnf"}, "focused": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "focused"}, "focuses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "focuses"}, "focusing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "focusing"}, "fogalmam": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fogalmam"}, "follows": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "follows"}, "foggy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "foggy"}, "foisted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "foisted"}, "folder": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "folder"}, "folding": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "folding"}, "folio": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "folio"}, "folkandfaith": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "folkandfaith"}, "folketingets": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "folketingets"}, "folkwear": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "folkwear"}, "foriegn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "foriegn"}, "forking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "forking"}, "fraser": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fraser"}, "forklift": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "forklift"}, "fourteen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fourteen"}, "fowl": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fowl"}, "foxnews": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "foxnews"}, "fpv": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fpv"}, "fqpazvlq4xq": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fqpazvlq4xq"}, "fr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fr"}, "fraction": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fraction"}, "fractures": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fractures"}, "frakkin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "frakkin"}, "framed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "framed"}, "framers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "framers"}, "framing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "framing"}, "fran": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fran"}, "franciscan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "franciscan"}, "franco": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "franco"}, "frankish": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "frankish"}, "frankreich": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "frankreich"}, "franuniv": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "franuniv"}, "franz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "franz"}, "fours": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fours"}, "fountains": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fountains"}, "founding": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "founding"}, "forskin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "forskin"}, "forlorad": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "forlorad"}, "formal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "formal"}, "formed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "formed"}, "formulate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "formulate"}, "forn\u00f8yd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "forn\u00f8yd"}, "forresten": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "forresten"}, "forseta": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "forseta"}, "forsetinn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "forsetinn"}, "forthwith": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "forthwith"}, "foundamental": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "foundamental"}, "fortunately": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fortunately"}, "fortune": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fortune"}, "forty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "forty"}, "foruth": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "foruth"}, "forwarded": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "forwarded"}, "fosse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fosse"}, "fossey": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "fossey"}, "foto": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "foto"}, "hardened": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hardened"}, "hardin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hardin"}, "hardware": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hardware"}, "inflict": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inflict"}, "inform": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inform"}, "informace": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "informace"}, "informal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "informal"}, "informationen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "informationen"}, "informing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "informing"}, "infrastructure": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "infrastructure"}, "infringed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "infringed"}, "ingeborga": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ingeborga"}, "ingesting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ingesting"}, "ingestion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ingestion"}, "ingredients": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ingredients"}, "ingvar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ingvar"}, "inhabited": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inhabited"}, "inhalte": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inhalte"}, "inheritance": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inheritance"}, "inherited": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inherited"}, "inhumanity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inhumanity"}, "initials": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "initials"}, "initiative": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "initiative"}, "inflicting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inflicting"}, "inflected": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inflected"}, "intense": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "intense"}, "inflation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inflation"}, "industrialized": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "industrialized"}, "indy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "indy"}, "inet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inet"}, "inexpensive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inexpensive"}, "infact": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "infact"}, "infants": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "infants"}, "infect": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "infect"}, "infecting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "infecting"}, "inferiors": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inferiors"}, "inferium": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inferium"}, "infestation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "infestation"}, "infestations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "infestations"}, "infesting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "infesting"}, "infidels": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "infidels"}, "infighting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "infighting"}, "infiltrate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "infiltrate"}, "infirior": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "infirior"}, "infirmed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "infirmed"}, "inflate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inflate"}, "inject": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inject"}, "injojed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "injojed"}, "injure": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "injure"}, "injuries": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "injuries"}, "instantly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "instantly"}, "instigated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "instigated"}, "instilled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "instilled"}, "instincts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "instincts"}, "institutionalized": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "institutionalized"}, "instructed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "instructed"}, "instruction": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "instruction"}, "instrumental": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "instrumental"}, "insulted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "insulted"}, "insulting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "insulting"}, "insults": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "insults"}, "insurance": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "insurance"}, "intact": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "intact"}, "intedity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "intedity"}, "integral": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "integral"}, "integrate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "integrate"}, "integrity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "integrity"}, "intel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "intel"}, "intellect": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "intellect"}, "instances": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "instances"}, "installing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "installing"}, "installations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "installations"}, "ins": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ins"}, "injustice": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "injustice"}, "inland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inland"}, "innate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "innate"}, "innlent": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "innlent"}, "innovation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "innovation"}, "innovative": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "innovative"}, "innuit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "innuit"}, "inpd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inpd"}, "insert": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "insert"}, "instability": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "instability"}, "inserted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inserted"}, "insightful": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "insightful"}, "insightfull": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "insightfull"}, "insightmag": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "insightmag"}, "insisting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "insisting"}, "insists": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "insists"}, "inspectors": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inspectors"}, "inspiration": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inspiration"}, "indoor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "indoor"}, "indoctronation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "indoctronation"}, "indo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "indo"}, "implications": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "implications"}, "imagination": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "imagination"}, "imbeciles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "imbeciles"}, "imbed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "imbed"}, "imediate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "imediate"}, "imidated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "imidated"}, "imigration": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "imigration"}, "imitate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "imitate"}, "immaculate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "immaculate"}, "immagrants": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "immagrants"}, "immigrate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "immigrate"}, "immigrationcontrol": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "immigrationcontrol"}, "immortal": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "immortal"}, "impaled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "impaled"}, "impart": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "impart"}, "impera": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "impera"}, "imperial": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "imperial"}, "impersonated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "impersonated"}, "implement": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "implement"}, "implemented": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "implemented"}, "imaginable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "imaginable"}, "imageshack": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "imageshack"}, "ima": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ima"}, "ikke": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ikke"}, "ight": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ight"}, "iguana": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "iguana"}, "iirc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "iirc"}, "ij": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ij"}, "ik": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ik"}, "ika": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ika"}, "ike": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ike"}, "ikea": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ikea"}, "iliad": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "iliad"}, "illustrations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "illustrations"}, "illegally": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "illegally"}, "illegaly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "illegaly"}, "illinois": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "illinois"}, "illiteracy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "illiteracy"}, "illiterate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "illiterate"}, "illnesses": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "illnesses"}, "illogical": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "illogical"}, "illustration": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "illustration"}, "implementing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "implementing"}, "implied": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "implied"}, "indistinguishable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "indistinguishable"}, "implimentation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "implimentation"}, "inception": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inception"}, "incinerate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "incinerate"}, "incinerated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "incinerated"}, "inclusion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inclusion"}, "incompetence": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "incompetence"}, "incomprihensible": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "incomprihensible"}, "incongruity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "incongruity"}, "incorporated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "incorporated"}, "incorporating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "incorporating"}, "increasing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "increasing"}, "incredibly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "incredibly"}, "independently": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "independently"}, "indepth": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "indepth"}, "indiana": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "indiana"}, "indicates": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "indicates"}, "indicating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "indicating"}, "indictement": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "indictement"}, "indirectly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "indirectly"}, "indisputably": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "indisputably"}, "incarnation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "incarnation"}, "incans": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "incans"}, "inca": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inca"}, "impressions": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "impressions"}, "imporant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "imporant"}, "imported": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "imported"}, "imports": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "imports"}, "imposes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "imposes"}, "impossibly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "impossibly"}, "impractical": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "impractical"}, "impressedwww": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "impressedwww"}, "impressesed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "impressesed"}, "imprisoned": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "imprisoned"}, "inbred": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inbred"}, "improvement": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "improvement"}, "improvements": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "improvements"}, "impulsive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "impulsive"}, "inaccurate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inaccurate"}, "inaction": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inaction"}, "inactive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inactive"}, "inadvertently": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inadvertently"}, "inbox": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inbox"}, "intelligencia": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "intelligencia"}, "intensity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "intensity"}, "hardy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hardy"}, "jackhammer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jackhammer"}, "jacqueline": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jacqueline"}, "jade6": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jade6"}, "jagt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jagt"}, "jahshawn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jahshawn"}, "jails": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jails"}, "jakub": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jakub"}, "jam": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jam"}, "jamican": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jamican"}, "jan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jan"}, "jane": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jane"}, "janet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "janet"}, "janice": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "janice"}, "janj": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "janj"}, "jap": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jap"}, "japantoday": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "japantoday"}, "japods": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "japods"}, "jardinero": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jardinero"}, "jared": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jared"}, "jarilo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jarilo"}, "jacking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jacking"}, "jacketed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jacketed"}, "interbred": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "interbred"}, "jackass": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jackass"}, "israelshamir": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "israelshamir"}, "isreali": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "isreali"}, "issues06": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "issues06"}, "istan": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "istan"}, "istorija": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "istorija"}, "italianos": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "italianos"}, "itf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "itf"}, "itmes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "itmes"}, "itv4": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "itv4"}, "iusethisoneallthetimeforplanning": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "iusethisoneallthetimeforplanning"}, "ivanovich": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ivanovich"}, "iveo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "iveo"}, "iweala": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "iweala"}, "izlezi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "izlezi"}, "iznad": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "iznad"}, "izvor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "izvor"}, "j2": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "j2"}, "jaarsveld": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jaarsveld"}, "jab": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jab"}, "jarve": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jarve"}, "jaw": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jaw"}, "jax": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jax"}, "jazera": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jazera"}, "jeunes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jeunes"}, "jewdo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jewdo"}, "jewel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jewel"}, "jeweler": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jeweler"}, "jewess": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jewess"}, "jewey": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jewey"}, "jewgled": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jewgled"}, "jewlords": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jewlords"}, "jewry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jewry"}, "jewv": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jewv"}, "jewwatch": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jewwatch"}, "jiffy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jiffy"}, "jigs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jigs"}, "jist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jist"}, "jitsu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jitsu"}, "jiu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jiu"}, "jiving": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jiving"}, "jj": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jj"}, "jmho": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jmho"}, "jeune": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jeune"}, "jest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jest"}, "jesse": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jesse"}, "jeff": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jeff"}, "jc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jc"}, "jd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jd"}, "jdrrwffjkkw": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jdrrwffjkkw"}, "je": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "je"}, "jealousy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jealousy"}, "jects": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jects"}, "jeet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jeet"}, "jeeze": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jeeze"}, "jeff_gates1": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jeff_gates1"}, "jesli": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jesli"}, "jefferson": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jefferson"}, "jeffrey": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jeffrey"}, "jehovas": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jehovas"}, "jenkins": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jenkins"}, "jennifer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jennifer"}, "jennings": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jennings"}, "jepordy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jepordy"}, "jeremiah": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "jeremiah"}, "israels": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "israels"}, "israelites": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "israelites"}, "israelis": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "israelis"}, "investigators": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "investigators"}, "interstellar": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "interstellar"}, "intervention": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "intervention"}, "intimidae": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "intimidae"}, "intimidate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "intimidate"}, "intimmidating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "intimmidating"}, "intolerance": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "intolerance"}, "intolerant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "intolerant"}, "intressting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "intressting"}, "intrigue": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "intrigue"}, "introducing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "introducing"}, "intruders": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "intruders"}, "invalid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "invalid"}, "invariably": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "invariably"}, "invasions": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "invasions"}, "invest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "invest"}, "invested": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "invested"}, "investigate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "investigate"}, "investigates": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "investigates"}, "investigations": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "investigations"}, "intersects": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "intersects"}, "interrupted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "interrupted"}, "interred": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "interred"}, "intermixed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "intermixed"}, "interbreed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "interbreed"}, "interchange": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "interchange"}, "interchangeable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "interchangeable"}, "interdependency": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "interdependency"}, "interference": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "interference"}, "intergraton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "intergraton"}, "interlac": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "interlac"}, "intermediate": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "intermediate"}, "intermixes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "intermixes"}, "interpretation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "interpretation"}, "internally": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "internally"}, "internationalist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "internationalist"}, "internationally": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "internationally"}, "internationals": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "internationals"}, "interned": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "interned"}, "internets": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "internets"}, "interogation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "interogation"}, "interpret": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "interpret"}, "investigative": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "investigative"}, "investment": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "investment"}, "israelinireland": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "israelinireland"}, "investors": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "investors"}, "irritates": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "irritates"}, "irritation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "irritation"}, "iru": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "iru"}, "isaac": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "isaac"}, "isabelle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "isabelle"}, "isd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "isd"}, "iserlohn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "iserlohn"}, "ishmael": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ishmael"}, "islamisation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "islamisation"}, "islamization": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "islamization"}, "islamophobic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "islamophobic"}, "islanders": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "islanders"}, "islandnet": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "islandnet"}, "isles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "isles"}, "ismerek": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ismerek"}, "ismer\u0151seim": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ismer\u0151seim"}, "isobox": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "isobox"}, "isolated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "isolated"}, "isotonic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "isotonic"}, "irritable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "irritable"}, "irreparable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "irreparable"}, "irrelevant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "irrelevant"}, "ionian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ionian"}, "invictus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "invictus"}, "invisible": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "invisible"}, "invisionboard": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "invisionboard"}, "inviting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "inviting"}, "invitro": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "invitro"}, "involvement": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "involvement"}, "involvment": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "involvment"}, "ion": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ion"}, "ious": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ious"}, "ironically": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ironically"}, "ipad": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ipad"}, "iphone": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "iphone"}, "ir": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ir"}, "ireland_awa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ireland_awa"}, "irika": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "irika"}, "irishd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "irishd"}, "irishdemocrat": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "irishdemocrat"}, "irms": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "irms"}, "iggers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "iggers"}, "igaz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "igaz"}, "ifyouwishtoaddanewelementtoyourhomeschool": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ifyouwishtoaddanewelementtoyourhomeschool"}, "herr": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "herr"}, "hershey": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hershey"}, "hertfordshire": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hertfordshire"}, "hervaldi": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hervaldi"}, "heston": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heston"}, "het": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "het"}, "heterosexual": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heterosexual"}, "hetrosexuality": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hetrosexuality"}, "hewlett": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hewlett"}, "hews": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hews"}, "hexakopter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hexakopter"}, "hg1": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hg1"}, "hg2": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hg2"}, "hg3": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hg3"}, "hh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hh"}, "hi5": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hi5"}, "hibernating": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hibernating"}, "hickory": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hickory"}, "highclere": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "highclere"}, "highes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "highes"}, "herself": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "herself"}, "herp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "herp"}, "ifyouwant": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ifyouwant"}, "heros": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heros"}, "hellhole": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hellhole"}, "helll": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "helll"}, "hells": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hells"}, "helmets": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "helmets"}, "helmsdeep": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "helmsdeep"}, "helpdesk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "helpdesk"}, "helpless": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "helpless"}, "hence": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hence"}, "henry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "henry"}, "herbrews": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "herbrews"}, "hercules": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hercules"}, "herditary": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "herditary"}, "herford": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "herford"}, "heritages": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heritages"}, "herman": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "herman"}, "heroin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heroin"}, "heroine": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heroine"}, "heroines": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heroines"}, "heroism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heroism"}, "highlands": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "highlands"}, "highlight": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "highlight"}, "highligted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "highligted"}, "highrise": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "highrise"}, "hitchers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hitchers"}, "hitchhiking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hitchhiking"}, "hitching": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hitching"}, "hitlerjugend": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hitlerjugend"}, "hitlers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hitlers"}, "hitting": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hitting"}, "hiya": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hiya"}, "hjem": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hjem"}, "hk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hk"}, "hmmmm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hmmmm"}, "hoarding": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hoarding"}, "hoards": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hoards"}, "hobbit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hobbit"}, "hobbling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hobbling"}, "hobby": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hobby"}, "hockey": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hockey"}, "hoe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hoe"}, "hofmeyer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hofmeyer"}, "hogs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hogs"}, "hitched": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hitched"}, "historisk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "historisk"}, "histories": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "histories"}, "himalajafoundation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "himalajafoundation"}, "highschool": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "highschool"}, "hihetetlen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hihetetlen"}, "hijabs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hijabs"}, "hike": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hike"}, "hiking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hiking"}, "hill": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hill"}, "hillary": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hillary"}, "hilton": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hilton"}, "himmler": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "himmler"}, "historically": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "historically"}, "hindus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hindus"}, "hipicrits": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hipicrits"}, "hipocracy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hipocracy"}, "hippyism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hippyism"}, "hiroshima": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hiroshima"}, "hirschel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hirschel"}, "hiss": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hiss"}, "historians": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "historians"}, "hellenistic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hellenistic"}, "hellenic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hellenic"}, "helicopter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "helicopter"}, "hb": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hb"}, "hats": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hats"}, "hatt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hatt"}, "haughey": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "haughey"}, "haul": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "haul"}, "haulin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "haulin"}, "hauling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hauling"}, "hauls": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hauls"}, "haven": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "haven"}, "havin": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "havin"}, "havoc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "havoc"}, "hawken": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hawken"}, "hawking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hawking"}, "hawkins": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hawkins"}, "hawthorne": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hawthorne"}, "hay": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hay"}, "hayden1488": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hayden1488"}, "hayes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hayes"}, "haywire": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "haywire"}, "hazafias": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hazafias"}, "hathaways": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hathaways"}, "hatey82k2": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hatey82k2"}, "hatewatch": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hatewatch"}, "harry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "harry"}, "hardylaw": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hardylaw"}, "haribo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "haribo"}, "harmonic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "harmonic"}, "harms": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "harms"}, "harold": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "harold"}, "harp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "harp"}, "harrington": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "harrington"}, "harrisburg": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "harrisburg"}, "harryville": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "harryville"}, "haters": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "haters"}, "harvard": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "harvard"}, "harvest": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "harvest"}, "hasitsfertilityratesignificiantlyincreased": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hasitsfertilityratesignificiantlyincreased"}, "hasnt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hasnt"}, "hassel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hassel"}, "hasten": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hasten"}, "hat": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hat"}, "hateful": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hateful"}, "hazel": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hazel"}, "hbh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hbh"}, "helge": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "helge"}, "hbs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hbs"}, "heavens": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heavens"}, "heavier": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heavier"}, "heavyweight": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heavyweight"}, "hectic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hectic"}, "hector": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hector"}, "hee": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hee"}, "heels": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heels"}, "hef\u00f0u": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hef\u00f0u"}, "hegemony": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hegemony"}, "heheh": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heheh"}, "hehehe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hehehe"}, "heights": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heights"}, "heily": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heily"}, "heims": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heims"}, "heims\u00f3kn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heims\u00f3kn"}, "heinious": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heinious"}, "heinrich": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heinrich"}, "heisst": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heisst"}, "hela": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hela"}, "heavenly": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heavenly"}, "heathway": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heathway"}, "heathrow": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heathrow"}, "healthcare": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "healthcare"}, "hcf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hcf"}, "hea": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hea"}, "headfirst": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "headfirst"}, "headind": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "headind"}, "headline": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "headline"}, "headphones": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "headphones"}, "headscarf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "headscarf"}, "headteacher": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "headteacher"}, "heap": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heap"}, "heathen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heathen"}, "heaps": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heaps"}, "hears": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hears"}, "heartbeat": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heartbeat"}, "hearted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hearted"}, "hearty": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hearty"}, "heated": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heated"}, "heater": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heater"}, "heath": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "heath"}, "hogy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hogy"}, "holboth": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "holboth"}, "holdomor": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "holdomor"}, "hwy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hwy"}, "huntington": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "huntington"}, "hunts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hunts"}, "hups": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hups"}, "hur": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hur"}, "hurford": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hurford"}, "hurlee": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hurlee"}, "hurling": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hurling"}, "huron": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "huron"}, "hurricane": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hurricane"}, "hurrying": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hurrying"}, "hurts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hurts"}, "husbands": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "husbands"}, "hussars": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hussars"}, "hustle": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hustle"}, "hut": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hut"}, "hutsul": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hutsul"}, "huus": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "huus"}, "hve": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hve"}, "hvorostovsk": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hvorostovsk"}, "hunted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hunted"}, "hunt": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hunt"}, "hunger": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hunger"}, "huffed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "huffed"}, "htmlsinnfein": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "htmlsinnfein"}, "htmlwillieatkinshttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "htmlwillieatkinshttp"}, "htmlyoutube": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "htmlyoutube"}, "hu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hu"}, "hubbard": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hubbard"}, "huckleberry": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "huckleberry"}, "hudeksem": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hudeksem"}, "hueys": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hueys"}, "hugrekki": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hugrekki"}, "humpback": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "humpback"}, "hulu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hulu"}, "humanism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "humanism"}, "humanoid": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "humanoid"}, "humiliation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "humiliation"}, "humility": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "humility"}, "humour": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "humour"}, "humourous": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "humourous"}, "hump": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hump"}, "hvorostovskiy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hvorostovskiy"}, "hxbcyx97jgm": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hxbcyx97jgm"}, "htmlnushawnwilliamshttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "htmlnushawnwilliamshttp"}, "hyde": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hyde"}, "icsc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "icsc"}, "icy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "icy"}, "idag": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "idag"}, "idcatre75s52620110629": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "idcatre75s52620110629"}, "idenity": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "idenity"}, "identifiable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "identifiable"}, "identified": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "identified"}, "identifing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "identifing"}, "identifying": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "identifying"}, "identities": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "identities"}, "ideological": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ideological"}, "idf": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "idf"}, "idiocy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "idiocy"}, "idlewild": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "idlewild"}, "idolize": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "idolize"}, "idolized": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "idolized"}, "idolizes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "idolizes"}, "idolizing": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "idolizing"}, "ifamericaknew": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ifamericaknew"}, "iconoclast14": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "iconoclast14"}, "iconic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "iconic"}, "ic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ic"}, "hypocrisy": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hypocrisy"}, "hydradeck": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hydradeck"}, "hydrogen": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hydrogen"}, "hydroshok": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hydroshok"}, "hyena": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hyena"}, "hymn": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hymn"}, "hyperdrive": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hyperdrive"}, "hyperinflation": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hyperinflation"}, "hypnotist": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hypnotist"}, "hypocritical": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hypocritical"}, "iberian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "iberian"}, "hysterical": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hysterical"}, "hz": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hz"}, "h\u00e9r": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "h\u00e9r"}, "h\u00f6xter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "h\u00f6xter"}, "i2a2": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "i2a2"}, "i4": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "i4"}, "ian": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "ian"}, "iazn9v3ha3y": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "iazn9v3ha3y"}, "htmls": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "htmls"}, "htmlhttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "htmlhttp"}, "holds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "holds"}, "hooliganism": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hooliganism"}, "homies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "homies"}, "hominems": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hominems"}, "homogenous": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "homogenous"}, "homophobic": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "homophobic"}, "homosassausa": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "homosassausa"}, "honda": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "honda"}, "hong": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hong"}, "hongary": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hongary"}, "hongcouver": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hongcouver"}, "honorable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "honorable"}, "honored": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "honored"}, "honors": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "honors"}, "honourable": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "honourable"}, "honoured": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "honoured"}, "honv\u00e9ds\u00e9g": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "honv\u00e9ds\u00e9g"}, "hoo": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hoo"}, "hoodies": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hoodies"}, "hookers": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hookers"}, "hooking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hooking"}, "homey": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "homey"}, "homeshcool": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "homeshcool"}, "homer": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "homer"}, "holstein": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "holstein"}, "holes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "holes"}, "holidaying": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "holidaying"}, "holier": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "holier"}, "holiness": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "holiness"}, "holla": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "holla"}, "hollum": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hollum"}, "holocau": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "holocau"}, "holocausthandbooks": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "holocausthandbooks"}, "holster": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "holster"}, "homepage": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "homepage"}, "holston": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "holston"}, "holtyre": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "holtyre"}, "holycost": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "holycost"}, "holyfield": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "holyfield"}, "homeles": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "homeles"}, "homeless": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "homeless"}, "homemade": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "homemade"}, "homemaking": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "homemaking"}, "hoola": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hoola"}, "hools": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hools"}, "htmlasimpleonlinetrigcourseforum": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "htmlasimpleonlinetrigcourseforum"}, "hooves": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hooves"}, "hound": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hound"}, "hounds": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hounds"}, "hounters": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hounters"}, "housed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "housed"}, "household": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "household"}, "housemates": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "housemates"}, "houser": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "houser"}, "howe": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "howe"}, "howzit": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "howzit"}, "hp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hp"}, "hpd": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hpd"}, "hpzxtq3t1wu": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hpzxtq3t1wu"}, "hrabri": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hrabri"}, "hs": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hs"}, "hs477": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hs477"}, "hsc": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hsc"}, "htmcoreconceptshttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "htmcoreconceptshttp"}, "htmintroductiontotrigonometryhttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "htmintroductiontotrigonometryhttp"}, "htmlandhttp": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "htmlandhttp"}, "hotter": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hotter"}, "hotbed": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hotbed"}, "hosts": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hosts"}, "horizontally": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "horizontally"}, "hopeless": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hopeless"}, "hopes": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hopes"}, "hopfully": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hopfully"}, "hopkins": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hopkins"}, "hopper": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hopper"}, "hops": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hops"}, "horace": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "horace"}, "horde": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "horde"}, "horns": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "horns"}, "hosted": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hosted"}, "horny": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "horny"}, "horrified": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "horrified"}, "horrors": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "horrors"}, "hortons": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hortons"}, "hose": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hose"}, "hospitalised": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hospitalised"}, "hospitality": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hospitality"}, "hostages": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "hostages"}, "\u91c7\u7528\u5de6\u773c\u4e13\u5229\u6280\u672f": {"count": 1, "proportion": 5.52141480733023e-06, "vocab": "\u91c7\u7528\u5de6\u773c\u4e13\u5229\u6280\u672f"}} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/zipf/zipf_basic_stats.json b/cache_dir/hate_speech18_default_train_text/zipf/zipf_basic_stats.json new file mode 100644 index 0000000000000000000000000000000000000000..f4a6c3f57ae9734116754301366499e8386b503d --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/zipf/zipf_basic_stats.json @@ -0,0 +1 @@ +{"xmin": 2, "xmax": 269, "alpha": 1.7618507104547643, "ks_distance": 0.012996564527085086, "p-value": 1.1836087665528794e-12, "word_counts_unique": [1536, 513, 2, 515, 516, 5, 6, 7, 8, 521, 10, 11, 524, 13, 14, 15, 16, 17, 18, 19, 20, 1045, 22, 23, 536, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 568, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 588, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 4703, 96, 95, 98, 99, 100, 4, 102, 103, 104, 617, 106, 107, 108, 105, 110, 111, 112, 21, 6770, 115, 116, 629, 118, 119, 114, 24, 123, 124, 637, 126, 128, 129, 130, 131, 132, 133, 135, 136, 1673, 138, 139, 652, 653, 142, 140, 144, 137, 146, 147, 149, 150, 663, 152, 153, 154, 155, 668, 156, 151, 159, 160, 2209, 673, 163, 162, 1, 166, 168, 169, 170, 171, 178, 179, 180, 181, 182, 183, 185, 188, 190, 191, 194, 196, 709, 200, 202, 203, 205, 208, 209, 211, 212, 214, 215, 220, 4317, 222, 1249, 226, 225, 740, 741, 231, 9, 235, 751, 240, 241, 242, 244, 245, 760, 1273, 250, 251, 256, 770, 261, 262, 777, 267, 271, 273, 274, 279, 793, 1818, 282, 281, 56, 286, 2860, 1324, 306, 12, 309, 315, 316, 2365, 829, 832, 325, 334, 851, 341, 349, 353, 869, 371, 377, 893, 76, 1930, 395, 3478, 3, 419, 4006, 423, 429, 1457, 435, 437, 1464, 444, 445, 970, 1484, 462, 470, 984, 477, 4577], "word_ranks_unique": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269]} \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/zipf/zipf_fig.html b/cache_dir/hate_speech18_default_train_text/zipf/zipf_fig.html new file mode 100644 index 0000000000000000000000000000000000000000..129a05aee7ea85a44b4532d3c339101902a8d226 --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/zipf/zipf_fig.html @@ -0,0 +1,64 @@ + + + +
+
+ + \ No newline at end of file diff --git a/cache_dir/hate_speech18_default_train_text/zipf/zipf_fig.json b/cache_dir/hate_speech18_default_train_text/zipf/zipf_fig.json new file mode 100644 index 0000000000000000000000000000000000000000..592510eb103df23b33cebeb51ae51cde2d19399e --- /dev/null +++ b/cache_dir/hate_speech18_default_train_text/zipf/zipf_fig.json @@ -0,0 +1 @@ +"{\"data\":[{\"hovertext\":[\"are\",\"can\",\"vanish,sweat,oprah,deportation,rss,illegals,accent,partitas,urge,urban,priorities,beg,prior,masslive,adj,honesty,tfr,sand,mates,baroque,depression,academy,sandra,sally,samhain,acceptance,definitly,behalf,manage,begley,contacting,thanx,homos,mails,banana,urine,ikevald,acquaintances,rooms,mailed,whilst,thai,behaved,10pm,dependent,barrett,behaving,deprivation,barrels,beheading,behold,container,ich,prone,contemporary,principles,principle,var,cons,magnum,rudeness,ho,ballista,vail,believed,hl,saskatoon,upset,hybrid,rolls,variant,descended,rolling,roller,believes,rollbar,hybrids,princess,immediate,vain,hype,adjustable,hygiene,adjective,belgium,holly,derailer,mathematics,rooney,mannerisms,illusion,mankind,printing,mathieson,manitoba,mathisen,acres,illustrated,romantic,maths,pronunciation,barking,profit,beleive,opposite,1034,depth,conscious,vans,bare,magyar,conscience,printed,sapiens,sales,usc,masses,marked,processed,icelanders,utter,rotting,ideology,utopian,marks,proceed,marlin,utilities,iceberg,ord,hotels,swords,rotten,accusations,parody,route,prominent,ross,demonstrators,hostility,contaminating,promising,routine,swindled,igger,demonstrating,hovhannisyan,salem,rouge,rouse,prodigies,produced,actress,maria,barbarian,bath,procreate,achieved,projection,orchestral,constructed,crazies,baofeng,baton,hrs,symphony,hq,thandi,batch,swinging,battistelli,hub,howard,roughly,icelandic,marc,probz,swp,demarco,promoted,promotes,safely,safer,bears,109,marxism,whut,1091,dennis,whyman,hypothetical,activists,iii,hypocrites,hoot,denson,profession,sailors,hung,saint,beefcake,rope,root,adds,prize,switching,massacre,uzi,progressing,denial,demand,ropes,addressed,bean,productions,whitefreespeech,addresses,demos,thankful,whores,organ,ignored,horses,ignores,horn,sadest,roy,i2,demps,ignoring,accordingly,igor,rticle,bashed,orangutan,i1,martin,satellite,stickied,abusing,concerts,wire,uneducated,semitic,thepiratebay,mi,hafa,semen,800,selves,81,unemployment,theories,hahahahahaha,meum,selfish,pastor,metro,blocks,condemned,une,semmelweis,bloodlines,senses,gunsmithing,bluebells,oliver,differ,wishing,undesirable,undesirables,gvideo,gypsie,mich,blown,blowing,undo,powers,blow,dieversity,sends,sender,blocking,theology,selection,hanged,handily,surprising,surprisingly,messenger,handling,blend,handy,88whitetiger88,bleeding,winnipeg,\\u00e9,hangout,ongoing,dh,securing,bleach,mert,happend,87,unfortunatly,metric,surface,blockers,select,haitians,theodore,method,meters,seig,1300,12th,seemed,bling,segir,dian,hampden,winston,claremont,dialogue,wins,sentenced,777,abused,gunfire,bombings,sexist,postcards,bombing,70s,greencard,ol,severely,greeter,greeting,unbelievable,bolsheviks,minimal,mini,bolshevik,settlers,settlement,boleslav,supper,bombs,ministers,sexuality,minus,granddaughter,grandma,boobs,grandpa,\\u00e2,grandparents,compromised,6th,bonuses,bond,grappling,grasp,thermal,bonnier,okayafrica,supermarket,supernova,graveyard,griffin,bold,sets,poverty,patches,gta,digital,bmxsociety,pouring,digging,oleg,guest,guidance,concentrating,separatist,migrated,guiness,guinness,patch,powder,midnight,midlands,supposedly,din,supply,server,1330,supported,milwaukee,grizzly,paternal,dino,concealed,potato,132,militaries,mills,750,grouping,wives,dinaric,growth,sergey,sergeant,uniform,surround,uniforms,dey,sceptical,congressman,bi,opens,presumably,destined,beware,scattered,abduction,operate,abiding,syunik,scares,abilities,scare,hesitate,hess,pascal,meantime,abc,biased,thee,wilhelm,mediterranean,9uyudq1yuxu1dur,schoolers,schooled,schoolchildren,congratulation,medicine,hel,congratulations,bibles,schlimm,schiro,bicycle,abandon,abandoned,scheduled,medal,congress,desperately,connecticut,beuthen,ben,benjamin,hints,benef,deserved,savate,mc,conor,primate,swam,connections,historian,belonged,wigga,saul,sauce,uprising,wif,hitchens,opp,designers,meaningless,md,scan,unusual,prevailed,scales,desk,abouts,bessie,mdash,sb,saxon,abraham,bernt,unworthy,mckenna,hijab,mckee,upa,designs,9th,schweigen,bigot,unmoderated,menu,900,universe,searched,mentioning,devestating,seal,unlike,confined,confess,93,scumbag,surviving,birthplace,memo,scrounging,hawaiian,96fg6ft02lyfruz,harnett,harmful,wiltshire,hardcore,predator,unintelligent,secular,sector,conference,harbor,sectarian,secs,meredith,uniting,mere,blades,hardest,secondly,devils,sec,harlem,harley,confiscated,develop,medium,scontent,determine,scotch,heartless,unrest,suspicious,heat,passenger,unruly,scipio,billion,scientists,\\u00f0\\u00b5\\u00f1,bikini,scientific,bikel,heem,sci,116,presenting,presented,survivors,screamed,susan,120,meltdown,haymaker,9780618004829,screeching,9781874622680,biology,melinda,scots,scrap,confusion,suspenders,bin,heal,passion,billions,scott,scarey,backing,impact,jurors,voodoo,kanal,voted,lick,refuge,pyre,alleged,culturally,aren,culturalism,libraries,pyrodex,referring,referred,countryside,04,kata,reed,kazaa,refuses,arguing,lied,volumes,pakkis,tap,weed,regularly,volume,alike,curb,lifted,registering,aria,counterparts,lifestyle,von,regina,kaffir,regiment,regime,cunning,reduced,reduce,kdvr,lethal,overseas,apt,ally,alma,kidner,apps,recognized,kiev,approx,aquinas,courts,recognition,alongside,overwhelmingly,reckon,approach,alphabet,lesser,kicks,ar10,architecture,kelly,coupons,allot,redneck,ct,allows,vouch,archaic,painted,kelsey,khudoyan,kelso,reddish,qaeda,recruiting,kent,levo\\u010da,ararat,khanty,lightly,lightning,tf,cough,lipped,remark,tamir,ashore,alaska,ashes,remained,asatru,linux,temperature,weiss,linking,artistic,artillery,visitors,religions,jokes,temnaya,arthur,remembered,lippen,asiatic,remote,jerusalem,jesery,removing,temple,cylinder,cyf,talkin,welcomed,ala,vision,tempered,corrupt,paljon,liquid,reminder,reminded,05,jgsales,jonasridgeway,weirdo,costumes,tanned,albums,vnn,judgement,vocalise,wehrmacht,jueda,juice,currie,vocals,jude,couch,arnold,alexander,armies,alfred,armenia,voices,junkies,rejected,curse,cotton,curve,jord,cussed,joseph,lincoln,arrogance,limited,relax,journey,arrive,ju,joys,arrival,tank,tanks,vladimir,relations,relating,album,recieve,appreciation,recess,alphabetical,labled,warchief,pagans,laced,random,lacks,ample,lactose,craig,league,amren,lager,amsterdam,te,rammstein,ramifications,rameau,rambling,annapolis,ranger,amnesty,label,kurds,wayne,crissy,rappers,taxpayer,rapists,crips,anthropologist,crippin,amish,waves,kuzmin,crimusz,ant,kyle,p226,ranting,tb,waving,ralph,creepy,laminator,andrews,raid,ancestral,angelfire,raging,lastword,angela,angel,anchor,creation,angle,latimes,andreas,latino,anchored,latvia,wasp,latvians,tear,paedophiles,teaser,lamps,crank,001,lancasteronline,lcr,landed,analogy,creek,tech2,anarchists,craphole,laurin,anker,langauges,lawsuit,watches,lawn,larceny,lard,ancestor,critic,rabid,ozarks,wafb,wad,quiet,klansman,covered,klement,reasonably,wade,rearing,crown,cousins,lemming,knackers,knee,quietly,quinn,03,crowded,apod,lenin,rebellion,apathy,kindred,crush,appreciated,reception,appointed,crusaders,als,crumbling,applies,kinds,apples,applied,applications,queers,recall,alt,tat,rebuild,quex,crossing,ownership,ks,ratings,legion,weakness,raw,ravaged,kountze,coz,legally,ambulances,wander,koreans,rates,weaker,antics,cpamikei,krigsforbrytelser,kristine,rabbit,rascist,cows,korean,realistic,kod,realised,apathetic,realise,knowingly,apartheid,telegraph,quot,ox,any1,r1a,readily,kolding,kolovrat,legitimate,cowboy,kondor,kong,coworkers,virtue,cyndi,jerk,vh1,lrm,richard,aww,lr,injun,injuns,oslo,veri\\u00f0,ricans,ink,inmates,ribbon,innocence,awarded,advertised,loyalties,rhythm,loyalist,contributing,richland,richmond,inherit,luckily,lurker,riga,adventures,influenced,lully,provinces,baba,verdict,azcentral,inherent,proving,aye,paragraph,ingratiate,debras,lub,ridden,awwwwww,rhodes,advertising,insinuating,vg,integrated,daylight,revelation,lottery,conviction,avatar,vet,intend,reveal,revenue,reuters,convictions,autopsy,dawg,inter,interact,psychology,davison,afa,louder,reyes,aw,adverts,ott,awake777,controls,advocates,revolvers,verry,territories,terrified,louisiana,pseudo,whatnot,institution,revision,aerox,instruments,insult,avoided,baboon,deceased,lust,roads,robbers,prostitutes,inappropriate,deer,bake,vastly,deeper,incapable,vault,robbing,originated,incidence,bah,deeds,protecting,bags,macc,baggy,robbie,bakh,dedication,rod,roi,mafia,roger,parkelj,parked,rodeo,imply,implying,baldwin,s\\u00e5,proscribed,admired,admission,impoverished,impressed,balance,impressive,defeat,mac,income,advent,orleans,bachelors,rise,indoctrinated,bachelor,whereas,decked,ripe,indymedia,decimated,t102,infant,lycurgus,pardon,vent,inferior,lviv,100000,luther,lynchings,backgrounds,incompetent,backward,adolf,badly,origins,adopting,veiws,independence,vejle,rk,adoption,lynn,indgrid,paris,decloration,t101,indicate,grandad,decline,indicted,whale,authors,tales,davidson,items,punished,repulsive,tainted,welsh,lizards,ivan,ahold,astralweb,reptile,iz,reproducing,reproduce,astralvoyage,astral,representing,dakota,aided,jackets,itemid,villagers,dame,pantheon,cor,agrees,islands,isle,locate,punches,isolate,rescue,reread,requested,requires,pant,ation,israely,outpost,tennessee,loan,ist,represent,jackie,aimed,jealous,correctness,tempting,welding,pals,outstanding,jdownloads,repatriation,reparations,ak,pamela,lite,cz,lists,rent,renoir,assaulted,aspx,ak47,repeatedly,literature,takedowns,litte,jacob,jade,dailymail,association,daggers,dads,airwaves,corporations,puppy,liters,replied,litrichean,virgin,lithuanian,lithuania,virtual,japs,airy,copyright,reserve,lock,ta,auschwitz,aus,publically,looney,aunt,convincing,afterwards,introduction,cooked,intimidation,cookie,inuits,cookies,wetbacks,tab,restricted,auction,outcasts,aussie,intimidated,restrict,ourselfs,intergrate,interia,interior,loses,losers,loser,authentic,retirement,dave,ous,lords,retarded,afghanistan,paperback,interstate,austrian,austria,australians,inventor,lonely,dang,att,iranian,iraqi,attachment,logo,resort,tereasa,logins,iron,atrabilious,vierling,outgassing,irresponsible,dangle,logged,viewing,pumped,isbn,punched,danube,cooper,outcome,darkness,investigation,westf\\u00e4lische,darn,puhetta,attracted,vide,attorney,darkthrone,videoplay,westerns,involve,attics,agendas,involves,darkies,outdoor,terminals,lololol,grandchildren,handbooks,freely,dynamite,substantial,tournament,bust,comedy,plantation,trophies,substitute,foreighners,plastic,trotski,tourism,bush,slaying,charney,buster,forefathers,murderer,combing,dym,butler,evolved,forbes,forbid,donate,trolls,charles,butch,tower,evolutionary,evolution,speeches,neue,dysnomia,forgive,spellblast,chats,15th,trucker,europids,europid,formula,spends,sperm,chase,multiculti,multicult,3rd,chatting,burned,nevertheless,eurorus,burnt,phenomenon,spelt,evancho,evangel,spells,3days,multikulti,tougher,dominant,zebowice,burzum,dyson,neutral,forgiveness,chased,subspecies,murderers,pittsburgh,submission,slut,nu,slum,slugs,cabal,flv,flyering,cabin,c18,flying,fmj,execution,philly,trips,obsolete,phoenix,murdering,smash,smearing,nephew,colt,flipped,smashing,existing,peer,dope,challenged,tring,subhumans,flooded,existed,subjected,slovenians,slovakia,wwii,chapters,buzz,ww1,exams,philippe,muscles,dong,donetsk,peice,dyke,dykes,butts,subsequently,networks,murderous,netherlands,specifics,chants,plains,strangled,channels,folklore,exciting,champion,pellet,wwi,dwarf,tp,musician,fold,donuts,fohrendorf,spewing,fortson,fortunate,comming,peterson,frequently,truths,freshly,1985,plug,torn,closely,trutube,1982,fried,patterns,1981,easiest,1990s,closest,comfortably,chemicals,essentials,essential,freeman,stor,ears,wrist,freewheel,wretstr\\u00f6m,chemistry,ples,freeze,fref,sketch,sporting,commission,chetniks,friesl,fsb,docid,bug,tubes,mount,sisto,nicely,erica,sj\\u00e1lfsst\\u00e6\\u00f0isyfirl\\u00fdsinguna,motorrad,clinics,motorized,springs,fubu,wreck,youths,sitges,mourn,456,clips,tsunami,tshirt,fritz,mousy,sixth,wrecking,springer,frightened,chew,spree,1872,friggen,est,tiger,skilled,comical,newer,newest,muenster,etymology,playground,newly,newnation,cheer,newport,spirited,burden,pf,ethnicity,ethnically,euclid,cheaper,truckstop,occultopedia,dole,burgundy,fotos,mugabe,foster,mugged,burka,burlington,burnaby,mugshot,dollar,phd,penetrate,clueless,skrewdriver,sponsor,skingirl,freckled,docx,frederic,fredericia,estimate,frederick,skin14,40k,ear,bullets,ocean,19th,bullcrap,establishment,newsnet14,freaks,ztv,pleased,mtn,bum,estonian,frankly,franklin,estranged,trumps,mu,toss,truh,eta,burbage,40s,obsession,dusty,pest,celebrities,solvent,yada,solved,nationalistic,pedestal,yepiskoposyan,nwo,studying,travelling,strike,factor,oberschlesien,coffee,28firefox,feher,faculty,carpenter,fee,nationalvanguard,somalis,fedex,somalies,dreaming,needles,trashy,cologne,somali,pdx1,yah,sourced,traveled,pdx,28th,trailer,caregiver,fever,fac,codes,softball,draiodoir,ti,pedophiles,soviets,feminine,caps,fewer,ff,stumbled,fffg,ffg,softer,zip,cells,softly,carbine,cellphone,tread,cared,stride,duck,career,drank,throne,nv,nw,feminist,pdfmswordfile,trapped,dreams,expand,strophe,249,24th,strongly,nytimes,fashioned,transgender,nba,sould,fatal,fatally,transistor,stromfront,falsely,driven,transformed,picnic,dresden,cater,223,farcical,225,drmradio,cattle,1800s,23rd,sorensen,farmer,catches,farming,farther,farts,ncoal,soo,strive,translation,cd,yamaha,fe,nato,failing,cbs,cohen,transport,zimbawee,someday,carrots,transportation,zimmer,zimmerman,strikes,yamoto,cartoons,drove,carved,collect,structures,favourites,cayce01,17th,collar,casper,transmitted,cave,cast,fav,nyborg,yanks,negress,censorship,nascar,trigger,fitting,neil,calm,snakk,traded,fla,snack,tricycle,explicitly,flames,pisses,flanders,xd,coast,dumping,snc3,sod,snickers,expose,fires,pins,fireworks,spare,colorfully,n663evtsys8,calvin,threats,pint,cam,streicher,downloading,sneak,dunham,flares,explained,nuke,fleeing,smilie,expelled,stream,trigonometry,flew,smiley,flash,straw,myers,paychecks,fliers,flies,trace,doubtful,expense,expenses,smiths,flaws,flawed,dup,observer,dunno,cgi,pit,experiment,nelson,experts,smoking,mystical,caliber,naacp,nachrichten,payment,centers,sp,pimp,trespass,centaurus,trespassing,centered,dull,filters,treue,exterminationist,fills,stretch,throats,nancy,dragging,dukes,canyon,treet,trees,capable,fighters,xx,stunning,fifteen,fifa,fiercely,narrow,cent,socks,fictional,extremist,colonisation,canned,zembowitz,dozens,naive,campo,spanking,camping,nah,expression,stress,fin,colony,sturm,campbell,trades,exposure,camie,draco,soaker,findlay,naked,cancel,ceremony,extended,named,205,socal,extensive,financial,dumbed,peek,dracula,cockroaches,candle,sins,2222,fukushima,chron,ghosts,tion,brat,dispatched,gibberish,dispatch,summary,broadcasting,emporion,chronicle,disorder,togethers,gille,woodlands,noch,moines,ghettos,mold,enable,displayed,tolerate,starters,geyser,shopping,suits,popeye,molecular,permission,disrespect,gestures,shortage,employed,employ,complaint,glacier,uc,stating,emerald,disliked,br,mobs,noses,ubroadcast,emerging,braces,nogs,cid,officially,uber,bradford,chuckle,gk,dismissed,bradman,brady,efb,git,models,stated,pepperdine,ua,girlfriends,complaints,toes,60s,gerry,disrespectful,5d,mongrelizing,cholera,chock,genet,genesis,brighton,distant,stocking,compatriots,1950,timmy,brin,engaged,edits,britannia,distinguish,endure,suggestion,toot,58,57,tooting,shrug,gee,ged,tv3,geared,1890,shtmlhttp,engineer,cleansed,mongoloid,pensions,starring,gentlemen,permit,dissappeared,14th,shoudl,poop,christopher,christentum,christendom,brewery,perverts,dissident,mon,genug,1942,gentleman,ton,gentile,genre,chorus,bridgewater,chopping,shout,endgame,1944,offensive,twist,shouting,starbucks,wording,shoved,moblie,noise,porn,ultimate,1903,bootcamp,governor,shaped,electrical,um,140,14247,misses,discipline,stereotype,ehre,titans,1919,sunshine,possibilities,borderwatch,goths,67,discourage,civilize,goth,posing,sharpened,sharpless,performance,boredom,composer,stink,eliminated,tl901,possibility,posed,shallow,booklets,eisenhower,eistlands,grains,grain,graham,titles,shakes,disappear,superb,stickers,eko,disappearing,clap,gradually,tk,titled,steven,norse,grading,boomerang,theyre,disappointed,cla,suomalainen,oildale,grabbing,eldritch,shamrock,sternmotor,66,stinky,effective,sheot,bourne,portray,stds,bout,65,thief,\\u00e1,classmate,1899,64,stltoday,goatee,disgust,mk,effectiveness,1929,shepherd,ml,gm,mlk,yugo,patients,glow,63,pornography,disinformation,shin,embracing,ucl,shine,ugric,sheer,stir,discussed,civilised,elk,stenbeck,stem,stellar,sunrise,paths,goof,sunny,goodreads,mistakes,discrimination,goodies,mistenkt,mistress,yule,elmira,ukip,discussing,components,civilisation,elsewhere,civilians,civilian,classifications,citizenship,goldeboy,disenfranchisement,cite,sheeps,suggested,competition,nigerians,1970,singapore,bubble,brushes,novel,wpix,sid,4od,cliff,bronx,1960s,clemente,dived,mossberg,sq,gary,monument,morally,envy,wouldn,sickos,garners,gather,sudan,staged,echo,sickness,nick,mosin,persons,gathered,gates,1954,zuma,singers,comparing,stooges,thirds,notion,ensure,enlightening,nickel,mossad,stahl,brutality,simultaneously,sigh,moslem,moot,furtwangler,nie,stoning,offence,perun,turkish,1965,stadium,chickens,gangsters,enriching,brownies,brutal,enrichment,noun,odds,turbo,enriched,worthwhile,thompson,mood,chick,gander,eature,ebonics,offender,youtubenotepadpromotionalyoutubecomment,edgar,enrichers,policeman,squares,nightmare,simon,patricks,turks,offend,bucket,signal,fundraising,morgan,fundamental,tutorial,gaurd,perry,tho,clicked,divine,gb,buckshot,pervert,clerk,47,odins,shy,sink,poisonous,functions,5542,1975,tutor,climes,notre,stomach,pollute,gaga,sinister,galaxy,motive,perps,gcse,51,wrapped,pole,topeka,chin,gcses,bucur,era,brunette,communicate,sudden,niemals,srpska,galway,distraction,pockets,1970s,offenders,niggas,signs,childish,erase,distressed,zcn3wozjbwnezms,sings\",\"would\",\"youtube\",\"coat,divide,doctors,opportunity,pretending,driver,marines,nz,drivers,pa,targeting,suit,commie,offspring,lebanese,storm,advocate,option,eternal,communists,marco,prevent,meanwhile,technology,agency,marriages,abqtrib,racists,clothes,le,ethnics,code,leaders,laughed,previous,targets,pulled,leads,spray,loves,cm,spreading,loving,crew,pub,accounts,strength,process,aluminum,lee,lyrics,elderly,stat,taurus,oregon,matters,toilet,doomed,einstein,makeup,toilets,\\u00ed,activities,obsessed,alarm,tolerance,memory,liquor,alabama,prince,eggs,discussions,actualy,elected,protest,distribution,alcohol,mad,tn,administration,cowardly,mainly,disappearance,license,libtards,allegedly,dung,occupation,library,adding,stations,columbus,lights,toddler,p\\u00e5,liberia,prom,elements,tax,comfortable,loyal,enjoyed,legs,tool,provided,disney,ah,ra,amendment,peace,weak,patriotic,thru,disgrace,located,wheel,clinton,tchaikovsky,chimp,techniques,thugs,teams,mercy,peanut,mans,stands,provide,chocolate,lesbian,aka,direct,colleges,mental,tiny,pupils,patrol,alright,queen,medical,alternative,punk,chooses,opening,edge,distribute,preserving,stolen,choir,choices,address,joe,europa,genuine,genius,decision,ruin,bringing,rubbish,december,nearby,dec,rough,gear,banner,rose,bang,ignorance,romans,brooklyn,sig,romanian,contribution,hungary,shoulder,details,described,continues,pieces,testing,worship,deputies,housing,shoots,navy,htmhttp,moral,worldwide,bastard,declare,nazis,huh,rus,rural,derren,brethren,browns,worker,connect,inc,dc,inhabitants,verl,freak,skinny,input,pen,awakening,francesca,instant,popped,daughters,integration,slang,versions,intellectual,theft,intended,intention,a\\u00f0,influence,bulk,dealing,sincerely,included,incredible,monitor,fully,budapest,sir,buddy,frontline,infested,territory,situations,buildings,riot,2015,infected,bulgarians,fresh,gives,swear,deport,greetings,scientist,uns,hehe,30s,bid,pity,guide,bmx,helped,410,serbia,serbian,msn,msm,th,serve,wrestling,uncle,43,placed,habit,semitism,haplogroup,harm,harder,season,harris,blank,multiply,har,harsh,plates,hearts,scumbags,350,swim,birds,haiti,sydney,headed,denied,berlin,narrative,09,systems,bosnian,homicide,nationality,begging,began,shed,salt,mosque,beethoven,gold,275,shelf,becouse,ufc,users,moron,shift,glock,globe,shave,gorgeous,bore,hits,benefit,nasa,hire,grateful,uploads,graphic,pile,grammar,graduated,motivated,graduate,grades,hmm,motorcycle,grace,boots,goverment,holidays,slave,diverse,dat,perfectly,category,fantastic,argue,refugee,perform,yup,caused,falling,references,fence,votes,fairly,tan,fags,reds,cossack,kevin,cost,fascist,fashion,registered,possession,artists,niglet,joining,fell,yr,arrogant,release,feature,juden,talked,forgotten,favorites,nnn,junior,junk,sooner,jury,recommend,approximately,kikes,cultures,reached,excited,toy,walt,changes,exchange,antifa,conclusion,rapist,exact,wise,wisdom,ppl,labor,laid,counts,penalty,react,organizations,killers,mike,curriculum,kingdom,overwhelming,extinction,kit,apple,spain,traditional,exposed,explanation,organized,experiences,apologize,organize,cure,knock,reads,visited,vodka,johann,2007,conflict,item,aswell,moderation,survivor,06,cameras,footage,invasion,firearm,represents,finnish,flooding,assuming,finished,responsibility,italians,responses,flags,attempt,philadelphia,mod,calgary,danger,confused,attending,request,daniel,response,snake,theirs,require,followed,assume,butt,camps,assassin,intj,remains,asks,treated,fields,nigga,businesses,intrested,development,intro,virtually,attacking,confirmed,candidates,assaulting,mm,2008,forces,reporters,yourselves,corner\",\"und,sweet,scandinavian,aryans,artist,directly,herd,encyclopedia,cares,nigs,helps,guard,pakistani,scared,reliable,direction,relief,feelings,yrs,piss,pregnant,arrived,visiting,relatives,feb,federal,denver,tom,carolina,baseball,dominated,bones,petersburg,1990,canadians,canadian,prepare,emily,corn,saved,reports,finns,tribes,pioneer,nasty,disagree,stealing,ordered,wednesday,italian,citizen,orion,grandmother,content,quality,dallas,saving,orlando,ontario,fest,na,soft,served,fi,treatment,quarter,dirt,master,daddy,nig,jellyfish,zone,corp,files,asses,ngc,grey,44,films,programs,regional,positive,hating,rate,supreme,secure,accomplish,walmart,bite,diego,spoke,platform,dem,essay,hatred,pain,seeking,concern,track,constantly,handgun,demonstration,potatoes,knight,tradition,spring,appear,laws,spiritual,somewhat,warrior,wasn,spin,wipe,suffer,seattle,anglo,rainbow,november,pennsylvania,secrets,everyday,dies,swing,chechen,division,annoying,owners,toward,whom,swiss,cst,character,accurate,plant,appearance,doctor,hammer,farmers,falls,coverage,cute,karina,kansas,kampf,regarding,cathedral,energy,regards,defending,oppose,cry,regular,professor,weapons,players,31,delay,privilege,pizza,favor,june,op,tools,standards,peaceful,faith,orthodox,messages,precisely,chicken,wing,recent,tragedy,percentage,costs,appropriate,selling,factory,enter,communist,scotland,opinions,dinner,topics,painting,traitor,scores,mercury,archive,1pm,construction,historical,brand,ii,adults,preservation,trust,fraud,brass,teenagers,complex,edition,01,deaths,ability,s\\u00f8rensen,deadly,primitive,orange,clearly,shoes,pointed,thursday,thier,insight,salute,cook,classical,det,context,nearest,club,revealing,brave,classroom,teens,founded,ghost,cloud,purchase,sickening,sky,frame,revolver,measure,sacred,popular,patriots,natural,becomes,negroids,terror,papers,hospital,shocked,locals,shirts,glass,mongrel,vehicle,locked,sin,controlled,funds,sing,wore,ship,goal,lower,bc,riots,sheet,pointing,oldest,workers,ts,friendly,yankee,size,bedroom,silent,img,bed,roll,immediately,indoctrination,struggle,stone,brains,shtf,safety,sas,oklahoma,data,strict,flight,basic,cal,pigs,txt,slight,invaders,throat,machine,holland,ur,publicly,downloads,nbc,decorations,nerve,hungry,term,elizabeth,ira,basketball,iran,cable,tattoos,ye,smarter,attended,crooked,twisted,putin,macedonian,respond,fo,claimed,basis,alberta,protesting,occasionally,desert,outnumbered,sleep,ted,result,officer,retail,picking,downloaded,detroit,discussion,brings,royal,lips,mein,introduce,abortion,homeschool,darker,aug,adopt,23,hiv,austin\",\"terms,august,neo,classic,ed,elated,intelligence,crack,ridiculous,cnn,interracial,wasnt,educational,describe,officials,wigger,sticking,forms,hungarians,interview,bump,pants,al,neck,bulgaria,price,contribute,audio,poll,robbery,despite,impression,punch,logic,impossible,teen,gangs,baltic,agents,balls,romania,roman,sights,tight,display,include,independent,neighborhoods,bach,neighbor,loads,thin,fruit,tube,eastern,banned,location,150,pressure,buck,neanderthals,particularly,singer,individuals,status,steve,cat,leftist,train,kicked,celebrated,stage,parking,failed,refused,talks,tons,tonight,700,choose,quick,jungle,noble,reich,stare,nj,sometime,chosen,zog,april,soviet,featuring,ny,anime,80,announced,chapter,ku,split,supremacists,estate,difficult,speaks,expensive,celts,toronto,expert,trade,klux,72,rebel,traffic,square,ep1,custody,crowd,devil,dare,smith,core,trick,asylum,steal,mob,required,suspected,tries,isnt,puts,fleming,finger,resistance,smile,weekly,wood,slow,suspended,limerick,election,restaurants,button,obvious,petition,feeding,mix,jones,religious,christianity,articles,memphis,paying,confessions,95,jimmy,remind,perspective,memories,asp,nigerian,jersey,winchester,fill,filled,virginia,japan,january,allowing,moon,awful,mothers,setting,sending,plain,hotmail,borders,handed,havent,suggestions,multicultural,louis,commit,untill,sugar,successful,seven,scandinavia,bitch,senior,ghlight,girlfriend,poison,2nd,otherwise,homeschooled,maps,accident,scout,documents,originally,34,pathetic,screaming,groids,success,ps,highly,onegin,score,hot,pig,begin,shaved,policy,colorado,manner,grave,breaks,threw,sucks,proves,proper,bike,mary,downtown,threat,shops,affirmative,adult,bombers,39,hip,boot,tea,grab,thoughts,worried,thanksgiving,gra,advanced\",\"boat,gypsies,guards,hanging,serbs,seconds,museum,unit,blind,september,whose,grass,spoken,superior,toe,statement,empire,choice,pc,episode,supremacist,sport,cheers,disaster,theory,ex,excuse,existence,express,extreme,eyed,perfect,normally,citizens,discovered,shape,drunk,thomas,suck,opera,doll,disturbing,district,compare,drag,parties,distance,elementary,strategy,officers,offer,disgusted,odd,thick,eh,paul,discuss,z,celebrating,celebrate,deserve,slaves,burning,fought,bullet,2013,singing,broken,picked,design,shotgun,catholic,breaking,shockley,brainwashing,boyfriend,park,conservative,natives,sheep,sharing,busy,2005,2003,fly,fat,sons,castle,devoted,yt,features,february,sold,solar,personally,capital,fights,finish,snow,fired,newsroom,flesh,suspects,smaller,united,played,waste,released,reminds,wind,risk,background,accepted,remain,heroes,hero,beasts,dear,scenario,progress,inch,acceptable,managed,wolf,robbed,horrible,robert,500,armenian,armed,argument,meat,heavy,90,med,load,heaven,israeli,intuitive,homelands,croatian,moderate,belief,attitude,lions,croatia,copies,homeschooling,satan,pres,alive,hook,dawn,advance,polite,libtard,jackson,allen,ring,teaches,james,pale,hilarious,ai,products,bear,holy,kosher,loose,lay,rounds,curious,realized,learned,rarely,birmingham,leaflets,searching,powerful,rugby,multi,barely,r\\u00fc\\u00fctel,los,ruger,mid,ruined,milk,anyways,hunting,courses,02,michigan,va,ancestry,led,lately,angeles,rain,56,health,lambent,lads,ban,la,worry,hd,current,bands,wisconsin\",\"one\",\"mainstream,ideas,2006,bank,gym,okay,catch,screen,leaving,absolute,idiots,fathers,coon,helping,naturally,turns,schooling,hall,therefore,refugees,supporting,nebula,planning,calls,period,peter,original,lord,evening,pt,cats,due,host,knocked,rapes,forcing,moscow,reach,practice,loud,draw,28,moore,germanic,homosexuals,likes,ad,lucky,drinking,disease,pre,larger,spot,thrown,277,types,hail,armor,dressed,owned,degrees,threads,zero,200,judging,georgia,encourage,beginning,invented,points,died,euro,supposed,generally,access,showed,prove,husband,boston,lazy,latin,model,extra,civil,counter,danish,biggest,drop,george,winter,saturday,office,user,sources,aragorn,warning,pack,az,grew,october,whitey,sunday,accused,rifle,title,mile,wolves,bull,complete,updated,ahead,training,bulgarian,waiting,rid,awhile,knights,skinhead,healthy,remove,checked,dating,populations,yo,teeth,specific,kiss,marry,alliance,married,definition,nonsense,egyptians,higher,survive,newspaper,pop,skinheads,bloody,jack,bottom,kept,grandfather,damage,mentioned,doesnt,kkk,earlier,changed,unity,australia,forget,savage,vile,85,careful,walked,bless,ours,range,role,states,camera,blog,pull,easily,feral,material,parent,sites,marine,clip,keeps,charges,largest,nigeria,contact,negroid,tuesday,closed,box\",\"card,universities,lake,birth,skins,idiot,weapon,particular,debate,educated,wikipedia,field,ha,tip,er,carrying,decide,concept,taste,broke,aim,india,visit,paid,inches,kinda,stores,negros,monday,criminals,freedom,aid,posters,sight,pic,ourselves,gas,afraid,zoo,whats,wall,nonwhite,tape,honest,38,bother,homeland,fan,mall,program,bell,mountain,profile,ancient,map,facts,documentary,fag,mark,dmitri,record,marxist,sake,goals,barrel,becoming,lovely,task,cases,ohio,dress,lying,htm,armenians,battle,dream,max,protesters,brainwashed,26,wanting,pair,35,shirt,sadly,worthless,property,pure,ammo,campaign,authorities,village,purpose,tomorrow,60,table,washington,1st,irishcentral,pushed,troll,lesson,centre,central,letting\",\"up\",\"needed,ten,various,wiggers,rights,duty,75,lack,yep,further,official,22,lose,turning,van,agenda,feeling,dublin,plans,decent,general,prime,generations,hurt,drugs,bs,skills,ages,yesterday,calling,islam,wont,network,99,bigger,weather,currently,christians,willing,foreigners,file,troops,figures,forever,results,raise,questions,listening,literally,rally,knife,aware,preserve,peoples,press,da,somehow,feed,credit,dot,nobody,parade,usual,areas,glory,hop,pages,scale,arabs,subject,marriage,laughing,pray,minute,print,nuclear,special,degree,jump,racially,suggest,yards,yard,serious,shop,sa\",\"copy,obviously,fit,actual,tens,attacked,j,churches,starting,17,floor,filthy,honestly,dance,brain,males,buying,cover,topic,opened,joke,religion,sex,considered,fault,tall,kalispell,vote,fake,martial,hole,foot,restaurant,ice,meant,g,monkeys,montana,vancouver,identity,rules,bnp,hundred,style,base,basically,russians,whenever,global,easier,double,neighborhood,2014,friday,ugly,2011,ing,neither,truly,trudeau,honour,avoid,towns,added,victim,totally,songs,latest,wanna,languages,apartment,changing,walking,species,reasons,owner,mexican,tells,70,eu\",\"yahoo,hungarian,truck,greatest,fall,final,names,folk,eye,cops,violence,island,service,pics,300,false,rule,political,de,arms,destroy,share,indians,polish,ignore,soldiers,known,takes,politics,census,h,turned,available,values,write,percent,driving,low,crimes,ran,easy,spirit,noticed,links,putting,mexicans,wearing,star,amazon,standing,prefer,difference,spend,leaves,amount,ancestors,towards,clear,michael,speech,wide,opinion,protect,properly,accept\",\"poster,groid,ns,anybody,compared,grade,math,miles,king,update,growing,sexual,count,surprise,charge,belong,gotten,project,speed,massive,cultural,multiculturalism,arts,faces,amongst,mess,meaning,entire,fellow,president,mom,missing,survival,amazing,symbol,educate,tend,sense,dad,intelligent,interest,unless,taught,suspect,suppose,felt,illegal,watched,room,nor,hvorostovsky,lead,halloween,younger\",\"whether,crazy,hold,nazi,ways,private,personal,border,study,typical,organization,teaching,road,bought,beaten,abuse,minds,ball,angry,blond,germans,strange,river,africans,bbc,piece,ghetto,murdered,expect,exist,fine,en,involved,reply,six,trouble,modern,em,attacks,answer,didnt,defense,fox,lies,fire,sell,realize,experience,speaking,seriously,station,booklet,quote,view,quickly,cop\",\"females,explain,ready,chance,normal,trash,candy,learning,starts,filth,army,reported,court,racism,wonderful,pdf,soul,web,19,sun,greek,13,communities,tired,streets,comments,average,2010,image,garbage,google,welfare,edu,gang,shall,inside,acting,ride,stopped,y,completely,situation,date,prison,usa,beer,views,breed,drive,cold,following,thinks,ie,sit\",\"flag,excellent,claims,japanese,level,form,film,jail,finland,wear,computer,stock,although,business,foreign,finally,weekend,classes,correct,traitors,source,break,houses,spent,heads,worst,safe,television,mate,chat,center,space,klan,eventually,certainly,minded,notice,defend,team,reality,upon,consider,anywhere,rape,definitely,minutes,muslims,absolutely,photos,btw,rock,index,carry,yellow,miss,building,cars,jpg,nment,written,deal,zionist,aids,fed\",\"store,criminal,air,stories,john,build,rlm,needs,joined,itself,simple,sub,ass,main,native,florida,animal,16,wp,homes,apparently,thousand,40,active,ape,plus,military,allow,norway,doubt,asked,present,bible,2009,nearly,kick,claim,christ,genetic,x,humans\",\"with\",\"apes,allowed,southern,x202c,heart,cheap,william,account,wake,celtic,throw,mass,germany,student,2012,drink,dogs,camp,enjoy,enemies,hang,forced,church,total,lie,w,poland,arrested,babies,21,channel,chicago,playing,mud,mention,nationalism,forward,including,gods,swedish,cities,x202a,met,boys,often,moving,hoping,favorite,shame,worth,php,nature\",\"major,majority,sign,tree,russian,russia,fun,folks,based,hour,test,facebook,wondering,hide,lady,r,photo,bet,ive,san,version\",\"me\",\"telling,note,metal,drug,numbers,bar,propaganda,security,americans,christmas,movie,wow,third,second,simply,add,cross,brought,baby,language\",\"save,ground,five,giving,bus,similar,scene,sort,whatever,showing,feet,continue,door,mail,unfortunately,seem,late,event,cut,europeans,california,create,movement,middle\",\"clean,among,game,gave,huge,spread,early,figure,body,whitehouse,judge,large,l,however,petitions,muslim,respect,movies,comment,according,short,summer,lives,damn,built,phone,evil,follow,hit,african,lost,ethnic,number\",\"female,act,social,self,west,charged,killing,within,hours,member,chinese,diversity,animals,except,alot,millions,books\",\"fear,jesus,sounds,human,order,reading,fish,sisters,action,pet,glad,caught,pay,perhaps,plan,beat,net,car,britain,imagine,luck,works,id,possible\",\"search,mostly,dog,everywhere,wife,fast,society,control,round,indeed,top,mixing,sister,laugh,force,israel,planet,immigration,east,agree,aryan,thousands,hands\",\"worse,problems,sick,gov,fighting,hundreds,running,bit,bunch,8,list,cool,play,north,bring,sports,nations,population,anymore,education\",\"interesting,instead,disgusting,25,important,sometimes,football,above,lived,holocaust,buy,dumb,nationalists,months,thinking\",\"mine,type,looked,email,example,england,words,section,outside,less,especially,\\u00f0,click,taking,co,none,knew,walk\",\"posts,website,radio,knows,anyway,quite,gay,12,15,wo,understand,o,interested,f\",\"die,eat,green,pro,groups,kill,making,happen,minority,lets,earth,report,listen,ple\",\"system,immigrants,york,set,td,street,three,david,dead,texas,case,past,national,dirty,shot,close,liberals,usually\",\"killed,ask,rather,wish,ok,wn,download,50,cannot,happened,scum,brother,means,info,month\",\"sound,moved,taken,nordic,western,several,single,son,article,mind,places,board,posting\",\"b,races,teach,sent,father,change,11,course,university,red,gone,tried\",\"christian,later,stand,information,internet,genocide,british,poor,online,power,liberal,hand,thats,exactly\",\"rest,00,male,wants,law,funny\",\"took,2508,using,sad,matter,age,pass,march,land,guns,murder,page,song\",\"side,dark,posted,hello,saying,sweden,ya,members\",\"30,working,started,sf,near,dr,comes,don,talking,7,youth\",\"9,book,pictures,wanted,head,uk,myself,band,french,local,either,mixed\",\"line,behind,gun,14,along,shows,class,face,brothers,p,e,across\",\"turn,job,county,gets,leave,st,oh,happy,watching,ones,stay\",\"crap,during,friend,cant,20,wrong,pride\",\"party,videos,students,already,food,between,negroes,100\",\"remember,sorry,speak,learn,everything,picture,lots,html\",\"goes,proud,mother,european,almost,community,blue\",\"others,mean,racial,stuff,war,blood\",\"light,reason,water,having,kind,join,future,able,boy,guys,america,open,teacher\",\"yeah,asians,weeks,cause,call,under,alone,idea,000\",\"seems,move,london,v,run,full,true,wait,countries,word,without\",\"about\",\"media,yourself,care,end,both\",\"parents,history,front,night,state\",\"culture,point,girls,message\",\"nation,teachers\",\"might,makes,truth,done,6,hi,beautiful,10,getting,attack,kid\",\"support,real,stupid\",\"doing,skin,color,death\",\"told,become,lol,coming\",\"small,88,hard,south,themselves,yet\",\"canada,college,called\",\"fight,least,each,hear,child,problem\",\"link,send,soon,says,u,jewish,couple\",\"half,nice,everyone,living\",\"government,until,public,etc,though\",\"europe,different\",\"believe,guess\",\"men,police\",\"enough,pm,best,hey,help\",\"probably,4,pretty,meet,check,0\",\"them\",\"left,week,hell\",\"through,came\",\"together,looks\",\"life,woman,story,days,money,used,music\",\"thought,today,stop,racist,once\",\"trying,tell,lot,wonder,american\",\"may,english,far,high\",\"else,brown,away,big\",\"thanks,africa,better,hair,nationalist,welcome,made\",\"must,family,5\",\"part,girl,love\",\"house,things,ca,schools\",\"name,next,city\",\"guy,feel\",\"give,god,actually\",\"tv\",\"women,jew,since\",\"such,group\",\"to\",\"friends,keep\",\"heard,again,please,anti,town\",\"sure\",\"work\",\"bad,hate\",\"deaf,cs,organised,suffering,dictionary,demographic,croats,das,outnumber,didn,differences,switzerland,sword,demographics,creating,delete,deliberately,delivery,taxes,critical,destroying,taxpayers,dealt,dealer,supporter,cutting,palm,tattoo,tatars,organic,surrounded,partly,surrounding,suggesting,svt,talent,swastika,tch,der,palace,ought,suitable,descendants,parasites,surrender,panic,dig,desperate,degenerate,crying,organizing,dealers,tactical,custom,departments,package,crotch,customer,crude,customers,customs,pacific,origin,deanna,deep,tag,tatar,destroys,shake,suddenly,represented,reputation,mma,italy,mobile,residents,irony,resource,resources,iowa,respectable,invited,invite,responding,investigating,invent,invading,introvert,moderators,interviews,interviewed,internment,republicans,jacket,regions,jacksonville,justify,judeo,jr,relationships,relatively,joy,positions,mission,remaining,mississippi,remembrance,mixers,portion,renee,rep,replace,jamie,jamaica,reporting,jager,jag,returned,interests,intentional,inte,importantly,romance,roof,idiotic,ideal,politicians,politician,politically,hyperlinked,huts,ruled,hunter,humanity,mop,hubble,moran,hotel,hosting,hospitals,saga,poisoning,improve,rob,includes,informative,review,revisionist,institute,instinct,revolution,inspired,inner,injured,informed,riding,incorrect,rifles,influx,moms,rings,individual,rising,indigenous,riverside,independance,register,region,partner,loans,punks,medieval,liv,puppet,listened,listed,meetings,lisa,purity,linked,meets,purposes,pushing,presence,lighting,lighter,prepared,melt,liars,lessons,quebec,punishment,pulls,misery,lone,massachusetts,producing,manhattan,mandatory,maker,promise,maintain,magic,magazine,madex,mating,prostitution,proved,proven,providing,loyalty,mayo,mayor,loss,lorraine,prices,mentality,legionism,r1b,legacy,powell,pounds,ko,potential,knives,knees,rear,receive,kings,received,kindly,kilroy,kills,postcount,kidding,kicking,recording,key,recruit,keeping,kc,reactor,reaction,rat,radical,rabbi,merely,messed,preach,messing,lbs,mestizos,laying,lawyer,laughable,rant,methods,practicing,latvian,practically,rahowa,rail,landscape,lad,miami,hood,sale,sam,estonia,sportsmansguide,es,nypd,eris,springfield,eric,stabbed,stabbing,oak,object,ended,encouraging,encouraged,pbs,staring,starve,employment,starving,employees,embrace,stats,essentially,estonians,pocket,spit,nope,faggots,extermination,extent,spaniards,exploded,explains,northwest,expected,expanding,exercise,executive,exclusively,exclusive,examples,evolve,everytime,nowhere,spingola,nt,spirits,stays,emails,occasional,steele,patient,du,striking,drought,dropped,stronger,drinks,stuck,dressing,stupidity,path,om,subhuman,paste,subjects,passport,passing,passes,suburban,subway,succeed,dust,dutch,eagle,edl,elites,steppe,electric,pattern,stk,efforts,stm,effect,educating,stole,earned,odin,ect,economy,odysseus,economical,ebay,patriot,ease,offering,favourite,nine,fbi,gorillas,multiracial,sebastian,plate,harassment,happily,handing,plane,hamburg,ham,semi,gypsy,sentence,guilty,mystery,guardian,grown,pipe,services,gregorian,sexy,graves,seat,harrison,multiple,hierarchy,santa,hoffman,historic,savagery,hiring,hint,highway,highest,mp3,hiding,sean,ms,scenes,muds,height,heh,heavily,mulattos,screw,se,sh,gmail,feds,sheriff,fourth,forth,fort,slav,slavery,forensic,foreigner,followers,smashed,flat,fl,petty,fix,fishing,news4jax,firearms,filed,societies,festival,nights,soldier,frank,skinned,neighbourhood,geocities,gleiwitz,shipping,glasses,ginger,gift,giant,georgians,georgian,geography,geniuses,function,nd,ne,showthread,gel,gatherings,signature,silence,silesia,silly,hostile,packs,wasted,cartels,cards,admire,admit,traveling,continent,carries,throughout,backs,collective,variety,throws,ads,wheels,advantage,1000,translated,advert,terrorist,adl,ballistic,bay,bars,columbia,achievement,bat,308,bastards,threatened,calif,trig,vacation,campus,colour,threatening,cambridge,activist,activity,actors,adam,banning,translate,awards,228,chain,attempted,attached,2056,centuries,2016,cesspool,cf,atlanta,athletic,advertisement,chair,coach,2004,2002,astorga,wells,challenging,airport,yevgeny,aggressive,attitudes,attractive,caucasus,causes,conversation,causing,verses,convicted,averages,coincidence,cc,afford,20s,cell,aufidena,aged,cooking,audience,victory,cage,bbq,assimilated,blew,62,brampton,5th,woods,complaining,84,130,brawl,typing,wishes,conditions,blessed,breath,winning,brian,confederate,tx,theme,blogspot,ucla,whore,bottle,bookmarked,un,bomber,comrade,bomb,comrades,ukrainians,bob,witness,boxes,uk_news,bound,uh,bow,ugh,bowl,bows,concert,unique,8th,units,belfast,belongs,conroe,commentary,ac,41,trump,writing,10th,thay,brit,bury,behaviour,consequences,conservatives,362,combined,accomplished,beans,belt,uploaded,theatre,commercials,biological,communism,williams,worthy,9mm,bikes,brush,congrats,brutally,beyond,thor,48,abit,abomination,buddies,bernardino,abroad,airs,comprehend,couldnt,ashamed,courage,tongue,tnb,ants,chicks,tone,walls,youngest,1920,albanian,apply,aside,checking,civilized,voters,wars,tech,youre,weekends,closet,touch,circumcision,anytime,arrests,cracked,answered,clothing,archives,circle,ap,wave,chip,til,weird,costa,tortured,tied,toast,teenager,albanians,china,anthony,waffen,characters,charter,telly,torpedo,tour,chief,antis,tourist,wedding,alpine,tourists,chris,chaos,1900s,charlie,cleveland,chest,arguments,chant,aliens,wasting,approved,tough,virus,coyotes,wee,washed,alien,anger,wa,altar,chasing\",\"found,person,org\",\"negro,site,against,eyes\",\"_,try\",\"people\",\"while\",\"3,still,free,place\",\"irish,talk\",\"forum\",\"use,went\",\"thank,yes\",\"start,read,seen,another\",\"somewhere,decided,pick,happening,question,art,ill,straight,dna,per,gonna,paper,forums,certain,surprised,events,obama,born,seeing,promote,text,daughter,eating,recently,till,c,hispanic,pierce,likely,shooting,strong,sitting,ukraine,hitler,evidence,enemy,shoot,minister,longer\",\"the\",\"someone,nothing,d,saw\",\"long\",\"out\",\"https\",\"anything\",\"times\",\"heritage,company,grow,attention,civilization,given,happens,northern,violent,morning,hopefully,jobs,million,slavic,duke,broadcast,four,mr,common,k,families,18,below,moment,victims,stick\",\"area\",\"after\",\"your\",\"little,does,maybe,children\",\"really\",\"ago\",\"something\",\"said,put\",\"man,before\",\"come\",\"jews,im\",\"thing,stormfront\",\"for\",\"post,1\",\"which\",\"from\",\"so\",\"two\",\"let\",\"ever\",\"ireland\",\"2\",\"thread\",\"take\",\"non,right\",\"will\",\"dont\",\"world\",\"off\",\"always\",\"at\",\"him\",\"home,show\",\"why,looking\",\"ll\",\"it\",\"just\",\"first\",\"hope\",\"watct,\\u5de6\\u773c\\u6280\\u672f,watered,pedro,weman,punishments,racily,wears,racialy,\\u0443\\u0442\\u043e\\u043c\\u043b\\u0435\\u043d\\u043d\\u044b\\u0435,pankration,welt,panel,photographs,paints,phplinkoymuhurihttp,quarters,perceive,webster,punishing,yeh,pedo,python,persze,yulunga,persucuted,yummier,waterfall,panga,punishable,quartz,quash,watermelon,wecome,performed,pyramids,\\u6d41\\u7545\\u64ad\\u653e720p\\u9ad8\\u6e05\\u89c6\\u9891,\\u0441\\u0435\\u043a\\u043e\\u0458\\u0430,yerevan,racine,yesterdays,yesturday,penises,pains,zealand,weights,pertaining,puls,pantlegs,perfected,quake,quadrupled,paintball,pechtra,piano,peckerwood,zhivago,radicals,pumpkins,perfection,panties,peculiar,paderborn,zdrowie,quadratic,pi,pumpkin,radicalized,qualified,qualify,yellen,zadar,yeletsky,quantum,webmaster,yell,quantity,quarrel,yelled,weber,quantities,westchester,percunatele,quanta,paddy,percussion,pulpit,webpage,wesson,qualities,zadnego,quadia,pun,pertains,wends,wendy,physicist,\\u0441\\u0430\\u043c,watchdog,peddle,zakeshia,quarterback,pennance,physically,perverse,radiant,peterhoff,webs,weaving,painters,performances,perussuomalaiset,youshchinsky,zduha\\u0107,racismeantiblanc,pennington,raciste,panther,racistly,webcam,qqqx,wesley,radawie,ph\\u00e0druig,zagami,pesticides,werent,yellows,painstakingly,panthers,yus,yelow,\\u0445\\u0430\\u0445\\u0430,paedophilia,pedal,weonly,zhitdmriulg,zahariadis,\\u0441\\u0430\\u0458\\u0442,px,pens,penaltyyou,peers,pehta,phobe,zeleni,palestinian,pushover,wehrwolf101,ytimg,zbthcy7a,perserving,penalty2,purification,philosophies,quiets,pensacola,weaknesses,palenka,philips,quips,pageid,purists,yu,r8gyc5fvmq0,phenotypes,rab,welcomes,putnam,zapoy,yodellers,phony,phe,yuck,page1,yondohttp,pallessen,phonies,phenomena,peroutka,putinistan,phones,puting,purge,pallada,weku,permits,zazz,weg,r94,peroutka2004,qzav3,zdhmnfnm,zehlendorf,philidelphia,purported,pursuit,weall,persafl\\u00f3astr\\u00ed\\u00f0i\\u00f0,pursue,pers,quota,pail,pena,quo,perse,pembroke,\\u0447\\u0438\\u0447\\u0430\\u0433\\u043e\\u0432,quiz,perpetrators,purpouses,perpetuate,quits,weiner,purposefully,perplexing,yondjotrevissmithhttp,quotes,purpoise,philipinos,\\u0927,weigh,perpetrating,weissersturm,pensierosa,\\u0448\\u0438\\u0448\\u043a\\u0438\\u043d,quran,wealthier,purloined,zeitung,phil,yoke,\\u0447\\u0438\\u0442\\u0430\\u0439\\u0442\\u0435,\\u0441\\u043e\\u043b\\u043d\\u0446\\u0435\\u043c,zebras,\\u0441\\u043e,purple,pension,quoting,philippines,purveyed,peeps,\\u0447\\u0435\\u0441\\u0442\\u043e,wellsburg,\\u5229\\u7528cpu\\u548cgpu\\u6709\\u6548\\u63d0\\u5347\\u753b\\u8d28,persuasive,paisleyland,racemixing,puppets,pw,wedges,\\u0442\\u0443\\u0442,yihaa,perished,petrol,pancho,pupil,pets,queens78322,\\u0441\\u0438\\u043f\\u0442\\u0430\\u0440,\\u1f10\\u03bc\\u03c0\\u03cc\\u03c1\\u03b9\\u03bf\\u03bd,quenten,pvc,perishes,pups,petting,yosemite,pancrase,petrified,wday,wellbeing,racialists,peebo,yugoslavia,youtu,pander,pykies,zealot,yuga,yuenglings,\\u5728\\u7ebf\\u9ad8\\u6e05,watertight,photograph,waukegan,pericings,yucky,welffare,waukesha,yez,raci,punta,perish,paganism,pamphlets,yopur,peep,wc1e,quickresponse,\\u0441\\u0443\\u0441\\u043b\\u043e\\u0432,zaporojie,permalink,weekdays,yngste,penguins,phantom,yonge,quid,pureblood,wavy,purebred,wcotc,personalities,purebreed,photgraph,youtubes,wctoc,weldin,\\u0441\\u043b\\u0438\\u043a\\u0430,peoria,\\u0445\\u043e\\u0441\\u0442\\u043e\\u0432\\u0430\\u045a\\u0435,pgj9jly3,quicker,peepers,questioning,zeljko,zakus,\\u092e,purchasing,pepper,quibble,pffffft,wax,raced,photocopy,yiu,painfull,photocopies,puzzled,peppahmintz,photobucket,perkunas,ymail,raccoons,pg,post700173,xdm,pecan,windows,policemen,policies,pressed,wilde,worm,wildly,wildness,wildpeter,preserved,preservatives,worldstarhiphop,worlds,worldnet,preservative,politely,wastes,workwear,passacaglia,presently,worms,policeand,zwei,zvjezdan,pret\\u012b,poker,wiggle,zuul88,zv,pased,paso,pasqulino,pretends,pressing,polevik,pretended,\\u00f2,poli,\\u00f1\\u00f1\\u00f0,pressured,wilbraham,worrying,\\u00f1\\u00f0\\u00b51,\\u00f1\\u00f0,\\u00f0\\u00b5,pomp,passionately,preparedness,passop,polska,poly,polymorphism,wordy,polytechnic,premium,prepeared,pond,premiere,wordpress,premier,\\u00edslendingar,premed,ponds,windowless,preparing,preposterous,\\u00f03,presenters,willed,willens,politicans,\\u00ed\\u00fe,workshops,workshop,politicize,workout,politifuldm,polly,\\u00edslendingum,workforce,williamsburg,polluting,willingly,willowick,pollution,prepping,wigggers,wortrh,pasadena,printer,plunge,wrench,pluton,zuerich,plzlzpnc,pmc,pms,wielding,wields,wrenching,wierd,\\u00f8kontaktudvalget,wrecker,\\u00f6nnur,wiesenthal,pnr,pringle,pats,partition,wieghtlifting,\\u00f4\\u00e8\\u00f8\\u00ea\\u00e8\\u00ed\\u00e0,wretched,wright,widespread,priviledge,widows,plinker,plop,patterson,wiedza,partied,wrestle,wrestlers,prisoners,wrestler,wrestlemania,partisan,pluirin,plummer,wrestled,\\u00f4\\u00ee\\u00f2\\u00ee,princeton,prevail,preys,priceless,poets,partying,woy,poignant,priced,zundel,\\u00f3,previously,pricipal,zur,point2,wouldve,preverbial,wiggerism,\\u00f2\\u00ee\\u00ef\\u00eb\\u00e5\\u00f1\\u00f1,prevailing,patrioticmama,wigged,wiggah,po,wigerish,poachers,zum,princesses,patrols,poche,wral,pocketing,wifi,primates,primal,pods,poem,poetic,\\u00f3tti,\\u00f3rkneyjar,poetry,primary,wpfr,prejudice,pregnancy,pleiadian,preffer,pourpose,womans,portugese,pour,patched,withhold,withouth,pounded,pos,witwe,poughkeepsie,potter,posada,potst,wizard,potentially,pose,wizards,potchefstroom,pov,\\u00e1g\\u00fast,ports,wondered,portage,powerlines,powering,wishful,pastures,\\u00e0,portillo,powerade,portland,portraying,womens,powderly,portrait,witch,wombat,poway,witherwack,pow,wolrd,wkf8ekh3rqk,poses,post695277,wnlibrary,possition,pathological,postcard,wnn,wnps,post_48,post5825477,post9151222,possile,post709327,post702119,\\u00e4rta,post701154,post696338,post696651,\\u00e1samt,post700257,\\u00e4\\u00e4nest\\u00e4,woda,postting,wolfie,wklhxkhb1vcmanufacturingmemorieshttps,wltx,posto,wolga,wolfinstockhttp,wlu,wmv,wnct,wnd,wodin,\\u00e4\\u00e5\\u00e2\\u00f3\\u00f8\\u00ea\\u00e8,posterity,wojnar,wndebatebooklet,possessed,wogs,wodinsday,wndebatebooklet_2,powerpoint,patio,wonderfull,woodtemple,wool,\\u00e9ire,winehouse,predicament,pooping,predators,zxyy751d,woodwork,winged,zwillings,woodstock,precipitous,pope,\\u00e8\\u00e7,popeyes,zyklon,preceed,preachers,woooh,passwords,\\u00e8,windtalkers,pont,windpipe,winds,pontifex,preferred,preferiblly,\\u00ec,windshield,windy,wine,preferably,predominatly,passportmagazine,\\u00ea\\u00e0\\u00f0\\u00f2\\u00e8\\u00ed\\u00ea\\u00e0,predictions,worcester,pontius,predict,popish,preacher,portabel,pastoralists,porch,porenut,porewit,wiped,wipers,wipes,\\u00b2,pr,pork,wondrous,wonders,wir,patrcks,\\u00b3,porr,wisely,pows,port,wondetring,pastira,poportion,woodland,pops,zzsjrfozlfy,z\\u0142ota,praying,winters,\\u00e6\\u00e6,woodpile,winxp,popularity,populated,wooden,prawo,pranks,pasting,prairie,prague,\\u00e5r,woo,wider,wickliffe,\\u0440\\u0443\\u0441\\u044c,pitts,providence,xtreme,pines,zogworld,proverbs,proverbial,parasitical,ping,proverb,\\u0435\\u0432\\u0440\\u043e,xoxoxoxoxoxox,\\u0435,\\u0434\\ua651\\u043c\\u044a,ping1339,pbcs,prouductive,pinheads,\\u0434\\u044b\\u043c,pinkerton,provides,providi,parasite,provoked,pillow,parading,pcworld,xxboobearxx,pillows,prowl,zoe,prowhites,pills,pinders,paramilitary,provoke,pimped,pimpin,pimps,provincial,pin,parasise,pinkmonkey,pinned,pinpoint,\\u0432\\u043b\\u0430\\u0434\\u0438\\u043c\\u0438\\u0440,prosper,pitbull,prospects,prosecutors,prosecuting,prosecuted,prosecute,pitched,pitchforks,prostitute,xasxribb,proportion,prophecies,pits,propertys,\\u0432\\u0438\\u0452\\u0430\\u043e,whichever,pittance,\\u0432\\u043e,xcywpdorysa,protocols,xdr,pinpointed,xox,protiv,protests,xk4xg,protestants,protestant,wherein,pis,\\u0432\\u0442\\u043e\\u0440\\u0430,protected,post696663,zombie,parish,whew,pistols,payed,\\u0434\\u043c\\u0438\\u0442\\u0440\\u0438\\u0439,prowling,pill,proximity,wf,yanukovych,wethepeople,wetm,publicity,publication,yancy,peaks,weve,yams,publish,peachy,wfin,pu,pttm,\\u043d\\u0438\\u043a\\u043e\\u043b\\u0430\\u0435\\u0432\\u0438\\u0447,wgbh,psyhical,peacemaker,\\u043f\\u0441,yar,yalecourses,panzerfaust,peasant,pickering,pickets,pul,pearls,yearly,picky,pug,puerto,pearce,puerta,pudgy,yay,yawn,westminster,westmoreland,wet,pid,psychosocial,yale,parades,xxv,papirforretn,\\u0438\\u0441\\u043a\\u043e\\u0440\\u0438\\u0441\\u0442\\u0438,pdfhttp,piibe,wheat,pike,par,pilate,\\u0438\\u0432\\u0430\\u043d\\u043e\\u0432\\u0438\\u0447,psezkkk4d6a3wt1,piled,prudentbear,\\u0438\\u0432\\u0430\\u043d,prreachers,\\u0438,para,\\u0437\\u0430,proxy,pigmentation,psg,wgbph7gn,pies,wgcl,wgs,whacked,yahoos,piers,psychos,whales,psyche,piff,y6gjhr,psu,pst,\\u043d\\u0435\\u043a\\u0438,psoglav,\\u043a\\u0443\\u043c\\u0430\\u043d\\u043e\\u0432\\u043e,paperwork,psni,y_glossary,parkinson,parks,privileged,\\u0432\\u0430\\u0441\\u0438\\u043b\\u044c\\u0435\\u0432\\u0438\\u0447,whiteresistanceradio,plausible,parteitag,ws,whitest,produces,producer,partial,playas,prodigal,wrs,proclaimed,pavav,proclaim,participate,wrongs,processing,processes,wrongly,pavement,productive,whiter,zpridez,proffesional,wsu,platinum,plats,whiteness,professions,professionals,plausable,professionally,ws6x,\\u00feegar,\\u00fea\\u00f0,professes,profanity,profane,wsd,whitepride,whiteqt242002,whiteteacher,wrongfully,playgrounds,prob,writers,paula,particles,probaly,writer,\\u00feakkl\\u00e1ta,probally,\\u00fat,\\u00fagy,writes,particulars,wichita,pleasent,prn1,prizes,\\u00f9,patting,pledged,whos,paulo,participated,plays,wrongful,whiteutopian,whitewire,proceeding,zsofia,playlist,proceeded,playpen,procedures,probly,pleader,pleads,participating,wholly,pleasant,procedure,participle,paulus,whiten,\\u00fej\\u00f3\\u00f0,proffesionalism,wwf,\\u03b8\\u03c5\\u03bc\\u03cc\\u03c2,www2,placing,zowg,pawns,plagued,whining,promo,promises,wwwfaem,whinorities,plainly,\\u010dast,whip,whipe,parlor,ww3,whippings,placehttp,x2,pawing,\\u0431\\u0456\\u043b\\u044c\\u0448\\u0435,whigger,parliament,propeller,propagating,whille,x9qnkb34cjo,propagand,prop,pixie,zones,pizdas,x3kwx8kf,pkk,pronounced,pl,proncipal,promotional,pla,proliferated,proksa,profiecent,progeny,wulfi,programmes,programme,programing,pavillion,parrot,wu,wtzk,whitelion,wussed,profoss,wtov,profited,profitable,profiles,\\u00fej\\u00f3\\u00f0a,wtnfdpxtfek,parrots,whitegenocide,planner,whiskers,whitebyp,\\u00fe\\u00f6g\\u00f0u,parolee,pawel,whiskey,planed,wv,whisks,projected,\\u00fe\\u00e1,pavol,prohibits,prohibition,prohibit,wuz,planets,progressivist,progressive,progression,worl,r\\u00fcnno,wasteland,transit,sosmath,sos,sorts,sorted,transfiguration,transformation,soros,sorenyos,sorcerer,sopranos,transforming,sophomore,transilvanian,sooooooo,soooo,radioireland,transitive,translates,songwriter,sonatas,transmission,transmitting,transnistria,transparency,somethign,someplace,someones,transparent,somene,somehwere,sote,transcription,transcript,sotries,trafficked,sov\\u00e9tr\\u00edkin,trafficking,tragic,sovine,tragically,tragted,southernmost,southernman,southeastern,southaven,trailered,sourcex,trainnig,soup\\u00e3,souped,soup,tralee,sounding,tramp,sounded,tramping,soumalians,tranning,soumalian,soulseek,tranny,transcona,transcribed,trap,sombody,sombitches,trevis_smithadriensylvernduwayohttp,trevor,trey,soaring,tri,soapboxes,soap,soaked,soak,trials,triangle,trianon,snowy,snowballs,tribal,snotty,tribalism,tricks,snooping,trickster,snky,sniper,tricoleur,sneezes,sneaking,sneakers,snapped,tricycles,trier,snakes,trevligt,socialistic,somalians,socialization,somalia,trashes,trauma,traumatized,traveller,solve,traverse,solidarity,travesty,solid,travis,solicited,soleil,soldierfn,solarviews,solargeneral,software,treading,soderberg,soda,treaters,sock,treats,sociology,treblinka,trek,trend,trespassers,socialize,sov\\u00e9tr\\u00edkjunum,soya,spacers,squelch,squeeze,squatting,squash,squandle,spyware,torches,spying,spyderco,spy,sps,torchlight,springing,torment,tormented,sprays,tormenting,spraypaint,spraying,spps,spotted,spotkalem,tornouments,torpid,spook,sponge,tortures,tory,torys,tosser,squeezing,squirell,splendidly,squirm,stalk,stalin,topham,stali,stale,stake,stainless,stafford,staffed,topix,stadiums,staddur,stacks,stabs,stable,topless,topnews,stab,tops,ssupreme88,sshh,ssf,ssc,torah,sry,srrogate,srpski,sre\\u0107a,srceaming,splenetic,spite,spaces,specie,tr,specials,specially,specialized,tra,specialists,specialist,trabants,spec,spears,pad,traced,traces,speaker,tracking,tracks,tract,tracts,spca,spat,spartali,spartacus,sparkly,spark,spared,traders,traditionally,spamlaws,spades,specialty,toxic,tost,specified,toszek,totals,totp,spiral,spins,totta,tottenham,spines,spider,totuus,spices,spic,spg,touched,spew,touching,speny,spende,tougether,toup,spell,spel,towan,towers,speculation,spectators,spectacular,specks,specimen,smut,smugglers,smoother,tumblin,tumblr,sincs,tumblr_lb,sincere,tummy,tuna,simultaneous,simular,simpletons,tune,simon_moleversonbandahttp,simmons,similiar,simian,silva,silos,tunisian,silja,silicon,tunnel,tupelo,silenced,sila,sikh,sikgirl88,sigs,signing,signifying,significantly,sine,tumbleweedhouses,significant,tulsa,sjca,sizes,tshinvaly,sixteen,tsjetsjener,ttc,situated,ttjnz,ttogather,ttrfivsuf4a,sits,tubb,sitcoms,tucson,tudok,sissi,siren,tuf,sipovo,sip,tuffet,sinopoli,sinni,sinners,tuition,sinivalkoiset,singular,singles,tuleistu,turanid,signed,sj\\u00e1lfst\\u00e6\\u00f0i,tutors,shrinking,shrine,shreds,twe,shreddin,twelve,tweye,twhzxn3knts,shower,twilight,twins,shoving,shovels,shovelful,shouts,shouldn,shoulders,twp,twylytegrl,txt2minutepromotionalbookletvideo,txtoriginal2minutepromotionalbookletvideo,shotguns,tyep,typed,shortly,typhus,shores,shopsite_s,tyr,shrugs,shunning,turd,shutdown,signatures,turdos,turds,signals,turk,sighted,turkic,sielt\\u00e4,siege,sieg,sie,sideways,sides,sidelines,sidedness,turnage,sicko,turner,sickle,sickens,turnout,sicken,turret,sicilian,tuti,si,sh\\u00e0me,shylock,shutting,sjcsf,tschubtschik,smooth,slither,slit,slips,tristania,slipping,triumph,trlwaksmkha,slippage,slipknot,slip,tro,slightest,trois,trojan,trojka,sliding,slidesong,slideshow,trollsville,slide,slicker,slices,slice,slept,troop,sleeve,sleepers,trotis,sledgehammer,sleaze,trisha,slobber,trotsky,slobbering,smoked,triggered,smithy,smithfield,trigonom,smirking,smiling,trigonometry_645,smiles,trilidon,trimmed,smh,smelling,smcm,smartest,tripe,smallwood,triple,tripled,smack,slur,sludge,tripped,slower,tripping,slovo,tripple,slothful,sloppy,slc,slayers,tsar,truepetermwaihttp,skirt,skireisen,skips,skipping,skip,skinranger,skink,skinheadz,skinheadsi,trusting,trusty,truth_about_bowling,skilabo\\u00f0,skijoring,skifahren,skier,ski,skg72aviefw,skew,skating,truthfromukraine,skater,skank,skandinavia,skal,skadi,sk8terxxl,sj\\u00e4lv,sj\\u00e1lfst\\u00e6\\u00f0isyfirl\\u00fdsingin,skistern,skr,slayer,sks,troublemakers,troubles,troublesome,trout,troy,slaughtering,slaughterhouse,slather,slashing,slashed,truckers,slapping,slapped,slapp,slaping,slap,slam,slag,slack,slabve,skyyjohn,skyrocketing,truckstops,skyrocketed,skype,skyldu,truely,skulking,skulk,stalking,stall,stamped,sxe,swordfish,thaiguys,thailand,switchblade,thames,switch,swissgirl,swine,swindling,swimsuit,swerve,sweetshirts,sweetie,thanking,sweeteners,thankx,sweds,thankyou,thatll,swedens,sweatpants,sweater,sweated,swears,thea,swe,swazi,thease,swarthmore,swva,sxkpdxixkgy,swampers,sydneys,t1008885,s\\u00f8ner,textbooks,s\\u00f8ker,s\\u00edna,szp82fbc,szczecry,textures,szandra,te\\u00e1rlach,tfp,sysselmannen,syrup,syrian,syria,sypply,synosis,syndicate,syn,symptoms,th0r,tha,symptom,symphonies,sympathies,thaat,thad,symbiosis,syllabus,swan,swamped,t101175,survivalist,themd,surveys,surveillance,surreptitious,themes,surreal,thenownews,surgery,surfing,surfed,surf,theoden,suprised,suprise,theodoric,supressing,theorizing,supremicism,thepost,therapy,therealfixxx,supremacism,suppresses,suppressed,thereapist,supportive,therefor,therein,thereof,survivalism,survived,theaters,theman2089,sw,thebest,svrljig,thecoloured,svitjod,svidd,svetovid,svenska,svensk,sven,thedark,sveiks,svega,svea,svarog,theforbiddentruth,thegirl,sv,sustaining,sustained,sussed,suss,susq,suspiciously,suspicion,suspense,thekneeslider,thelgbt,suslov,tested,t1020784,suposed,telescope,taser,tarzan,tartan,tarja,telescopic,tarantino,tara,tar,tapped,teller,tapp,tapio,tapes,taoiseach,tellyspeople,tan\\u00e9v,tang,telusplanet,temperament,tampa,talysh,talmudivision,talmud,tally,tallaght,tempers,talkies,temporarily,talentless,telescopes,tassled,tala\\u00f0i,tasted,tearing,teachwithmovies,teachings,teasing,technical,td1f,technician,tcgapdf,tcga,teef,tbe,teeming,teenage,tazewell,teespring,tehran,tel,taunt,tau,tattooist,telegraf,tattooed,tatto,tats,tatiana,tates,tate,telephone,tat101,tale,takin,tesla,t994857,terribel,t989503,terrier,terrific,t814765,t809905,territorial,terrorhandlinger,t795949,terroris,t69616,t46864,t416643,terrorism,t384418,t291185,t204965,t142566,t12389,t118865,t113191,t111114,t1103833,t108427,terrorize,terry,tesak,tesco,t108388,t994651,ternopil,tenacity,taara,tenants,takeover,tendencies,tenet,takebakamer1211,tenner,taiwan,tairm,taint,tails,tailors,taget,taganrog,tennis,tadema,tension,tactic,tent,tentacles,tacoma,tenth,tacky,tacks,tackling,tackle,tack,tacitus,tablets,termination,supossed,suport,stampede,stormy,stormer,tiegs,tienestefolk,stops,tightening,tighter,tightly,tiiu,stoop,tilv\\u00e6relsen,stoney,timber,timbered,timely,timess,stoep,stocky,stockton,timing,stocks,stockpile,tinet,ting,tinker,tinypic,stocked,tips,stmmohammeddicahttp,stmjohnsonazigahttp,stormproof,stornonger,stmfestonkonzanihttp,story_fbid,strictly,stricken,ti6vq3r26uyif8,stretches,tia,stretcher,stressing,strenth,strengthen,tibet,ticker,strawman,tickets,strawbale,straub,stratford,tico,stratfor,tide,strategical,strangling,strangles,stranger,strands,tidings,strachan,storyview,storylines,storyid,stmgabrielvengesaihttp,tire,strides,toalets,staunchly,staunch,toasted,statues,statuatory,toben,toccata,toch,tod,statewide,todays,statements,stash,starvation,tojan,starter,tolkien,tolleson,starred,stark,stared,tomb,tommy,starchy,stanislas_kanengele,stanis,stanford,tony,stance,steady,steeltoe69,stll,steered,stl,stix,tires,stimulus,stillz,stillman,stigmatized,stiff,sticky,sticker,stfu,stevens,tits,tjenestepige,steuckers,sterns,sterlization,tlc,sterilize,stereotypical,tlt,stepped,stephen,stephanos,stenka,stength,stench,stein,steering,thwart,strife,superstar,thinker,thirsty,sufficient,suffice,thirty,thnkx,suffered,thoguht,sued,thomasaquinas,thomasrobb,sudanese,sucking,suckers,sucker,thorn,suced,thorns,succumbing,succumb,successive,thorny,thorongil,succeeding,succeeded,thoroughly,thors,thorsday,subways,thot,thir,suggestive,subversion,suggests,superiour,thesame,thetruthseeker,thewhitewolf88,suomi,thezebraproject,sunwheel,suntimes,suntanned,sunofsvarog,thi,thickest,sunnier,sunken,thierry,thiery,sunk,sunette,sunderland,sundae,sunbathing,summers,thieving,summation,sukkel,suitcase,suitation,thingy,suing,subvert,thoughtless,striked,stuffing,throng,stuepige,studio,studing,throu,throughit,studentski,throwing,struggling,thug,thugreport,strtting,stroud,thumb,thumos,thump,strongholds,stronghold,strongest,thumper,strmfrnt,thunderbolt,thunderphoenix,stripping,strippers,thunderstorm,thurman,strikers,striker,stuffed,stuha\\u0107,suburb,stuides,subtypes,subtracting,subtitles,subtiitles,substantially,substances,subracial,subraces,submitted,thow,submits,submit,thraco,subliminal,subjective,subculture,subconscious,subclades,st\\u0101j,st\\u00e5r,sty\\u00f0ja,styrketr\\u00e6ning,stylish,sturmbrigade,sture,thrill,thrive,stunningly,stumbling,tyrannic,shoppers,tyre,reveals,revealed,vgart,reupload,reue,retweet,returning,vhs,vi,retro,retrial,retreating,retreat,retract,retired,retire,reticle,vibrant,rethink,retards,vicinity,retaliation,retake,retained,resurrected,resume,resulted,vicious,resturant,viciously,versus,revenge,vicory,revered,richer,ricearrives,rica,ribs,rib,rhythms,rhyme,rhodine,vermont,vernita,rhetorical,rhetoric,rgr,rgj,rex,reward,revving,vers,revolutionaries,versailles,versand,revisited,verse,revised,reviewed,reverts,reverse,reversal,reverence,rests,restrung,veritas,residency,reside,resettlement,vigger,resettled,reserves,vigoursoly,reservations,resembling,resemble,resemblance,viimeisi\\u00e4,researcher,viki,requiring,requests,requesting,vikinginme,vikings,vil,villages,villoja,vine,vineyard,republics,vinnytsya,vintage,representin,viol,representatives,residence,resident,victimisation,viewtopic,restrooms,victimised,victimizing,restroom,restrictions,victoria,restrained,restore,resticted,victorian,victoriously,victory88,vid,respekt,respectfully,respected,vide\\u00f3,vid\\u00e9o,vie,vied\\u00e4\\u00e4n,resorted,vietnam,resolved,resoluteness,resisting,resipiance,resigned,resides,viewer,richest,riddick,representation,vanity,romney,romero,rome,romantics,vanitys,vantage,vaporous,variance,variances,roma,rolled,variation,variations,varied,rolf,varit,rolex,varmit,rokl47nk04m,rohirrim,rohawa,roga,rodriguez,rodendorf,rode,varsity,rockland,rockin,rockies,rony,vanishment,rocker,roofing,valhalla,rousey,roundup,valiant,roundit,roundabout,valid,validating,validity,rotweiler,rottweiller,valkyrie,rotisserie,valleys,rothschild,rot,rosy,roswell,valueless,roses,rosenblat,rosen,vampire,rosanna,vandalised,vanemuine,roper,vanhanen,roosevelt,vas,vasilyevich,rider,rir,rip,venetofronteskinheads,rioting,venezuelans,rink,venting,rims,riksmal,riksdag,venture,riikonen,righttomarch,rightside,venue,righteous,rigged,rigby,rig,rifling,venus,vera,verb,verbal,rieu,verden,verdil\\u00f8se,ridiculus,ridiculed,verify,ripping,velocity,robyn,rish,robust,robotech,vassal,robin,robberies,robber,robably,vats,roars,vd92r3yg,roadrunner,roadhog,vdare,vebtw,vedder,roach,roa,ro,rnu,rnmen,rnebarkashov,veggie,veggies,vegitation,vekol,veles,rivers,risky,veliki,violating,reprazent,row,wacpg,reasoned,reapply,realy,wage,waged,wages,waht,waits,walker,walkie,realamericans,walkiing,reah,walkway,readnesta,readers,reader,wallet,reaction65,reaching,reaches,wallin,walter,rays,ray,rattle,ratm,rations,rationalize,reasoning,reassure,wanderin,reat123,vtac,recon,vulnerable,recoil,recognizing,recognize,recognizable,vurderer,vvalentines,v\\u00e3,v\\u00e4h\\u00e4n,rechts,receptive,w8,recenty,w_design02,receiving,receives,waar,receipts,recalls,rec,wacing,rebuilding,rebelsong,rebels,rebelliousness,wackos,waco,rated,ratajczak,vss,rampant,ramore,warn,ramona,rallying,warrent,warriors,rallies,raleva,rakwan,rakija,raj,warriour,raising,warsaw,raining,rained,warspirit,warzecha,railway,railing,wash,railed,raids,washingtonexaminer,ragnars,ragnar,rages,washingtonpost,radius,rampage,ramrod,rastus,ramsey,rastko,rasta,rasszista,rasslin,raspecfull,rasne,rasin,rasa,wankers,rapper,rappas,rapids,rapidly,rapeugees,warborough,ranson,warburg,ranked,ranges,randy,randow,randomness,ward,rancher,ranch,ware,waren,wariors,warming,reconstruction,recorded,violation,remotely,remorse,remnants,reminiscent,visas,visible,remembering,visionary,remarks,remarkable,visioncircle,visist,rely,reluctantly,visitauschwitz,reluctant,relocating,relocated,relized,visits,vital,relies,vitals,relevant,relented,releases,viva,relaxing,relaxe,vi\\u00f0,viruses,remoteness,relative,renaissance,violations,repped,violators,violin,violinist,violins,violist,reponse,viral,replying,replicate,replica,virile,replete,repetition,repersents,repercussion,repeating,repeatable,repay,repairman,repaid,rents,renting,rensburg,renounce,renewed,render,renamed,vi\\u00f0urkenna,relationshp,records,regain,voter,refreshment,refrain,reformatting,reform,reflections,reflecting,reflect,refers,referral,refering,reet,redstone,redpilled,rednecks,redicecreations,redbarron,vox,recut,recrute,vrbas,recrimination,recovery,vreview,recovers,recovering,recovered,recover,vrije,vosotros,regal,relation,regard,vladivostok,vm,vnto,reject,reiteration,reisntalled,reimbursement,vocational,reigns,vogel,voiac,reiceived,rehabilitates,regurgitation,regurgitate,vojvodina,volksfront,regulations,regulation,volksgemeinshaft,volkstaat,reguard,registration,voluntary,volunteer,vonfreyja88,voo,regardin,regarded,valgt,roxbury,tyres,sentiments,sentimentalism,undertone,sentiment,sententiously,underwater,underwraps,sensible,sensibilities,sensi,undisclosed,senseless,sensationalist,seniors,senegal,undoing,sendin,undoubtedly,semm,unedited,semite,seminary,semester,sem,selv,unemployable,sellers,unemployed,selimbar,selfishness,sentimentality,separated,selective,separating,servents,unconscious,uncontrollable,unconventional,uncover,uncovered,uncovering,undeclared,seriour,underage,underbid,undercutting,serial,serenade,serbo,serbians,underestimate,undergraduate,serbi,serb,underground,ser,underholdes,undermine,seperated,underprivilidged,separation,understanding,understood,unenlightened,selecting,uncomfortable,uninspected,unionized,unit14canada,unit14global,secondary,unitedcountry,unitedfrontcanada,seated,seasons,unitynd,universal,seashore,universiteit,universitys,search0,unjustifiably,unknowingly,seamonkey,seamen,seals,sealed,unlearn,seagal,unleash,sdl,unnatural,unnecessary,sd,scums,scumalians,secularism,unimportant,seizures,uniformly,seizing,seige,uneven,unfair,segregationist,segregating,unfare,unfolded,segment,sees,unfolding,seens,unforgivable,unfortuantely,seemingly,seeks,unguarded,unhappy,unheard,uni,seeds,seeding,seed,unibomber,unifed,sedan,securities,secured,unified,unconditional,unchained,sculpture,ucsb,shield,shes,sherrod,shepherds,ucyw,udallas,udins,shelves,sheltered,shelter,shells,shell,sheldon,shegroid,sheety,sheets,sheeple,uka,sheeeeiit,sheds,ukar,shebeen,shearing,shead,ukrain,shd\\u4e13\\u5229\\u6280\\u672f,shaving,ukranians,ulterior,shields,shiloh,shatter,ucml,tyrone,tyrsday,shootout,shootings,tyrus,tyskland,tyson,shools,shool,t\\u00e3,t\\u00e4,shockly,t\\u00edmar,shockingly,uaf,ual,uark,shoa,shiver,shishkin,ubiquity,shiraz,shir,ucc,uci,shiny,shines,shimer,shilton,shattila,ultima,serving,shacked,unarmed,sfi,sfgb,unassuming,sfgate,sfdu,sfbritain,unattacked,unattracitive,sey,unbearable,sextus,sexism,sexes,unbeautiful,sewing,severe,seventy,seventh,seuss,uncalled,uncensored,settled,settingsblueguardskrivebordny,setherial,uncertain,session,sesira,servlets,sh2dnwk6u1a,shacking,sharpton,shade,sharps,sharpen,sharks,sharia,ultra,sharedcont,ultras,ultrasound,shapes,shanson,shannon,shann,umberto,shaniqua,shane,umbrotat\\u00edmar,umpteenth,shameless,umteenth,shameful,una,sham,shalt,unable,unacceptable,shaft,shadows,unapologetic,unappreciated,unnecesserily,sculptors,valentino,safest,sadness,sadistic,ustasha,saddest,sadder,saddening,usualy,ut,sacrificing,uta,ute,utf8,sacrifical,utility,sacramentum,sacramento,sack,utopia,sabra,sabotaging,sabot,saborne,uttering,sabbath,utv,s8xqx9hs,s00439,r\\u00fcgen,r\\u00fcbenach,ussually,safty,r\\u00edkja,usikker,samford,urging,sambo,samael,sam6vfq7xs8,salvage,saluteunknown,uring,salty,url,uro,uruguay,salemfonden,usally,usatoday,salata,salads,sajn\\u00e1lom,sajnos,usd,saints,usearch,saharan,sag\\u00f0i,username,ushered,sagas,usi,sag,utvinternet,r\\u00edki,samples,rumour,ruling,rulers,vacations,vaccinating,ruining,vaezznw,vagina,rugiewit,rugged,vague,vagy,rudolph,rudimentary,ruby,rubric,rubber,rua,ru,rtl,rt,val,rskkyzb6,rsbkpcf9,rroj1,rr,royalty,royality,royalities,valentine,rumble,rumours,ryvjgddt,runiing,ryssland,ryhtm,ryan,ry,rx1kdyts,rutten,uuuu,rusya,rust,russophobia,uuuugh,uv,uva,russell,russ,uvb,rushton,rush,uwo,rurally,uzodinma,rupaul,v1,v12vy,v78mzxter7k7jy,v7tkdq,runnin,vacate,runned,sample,sampling,unnoticed,unspecified,unsubscribed,unsuccessful,schooli,scholary,scholars,unsustainable,schmidt,untainted,schleswig,schermerhorn,scherehart,scheme,scheiss,untalented,unteachable,schatzi,scenery,sceneries,untelling,untermench,unto,untouched,scatter,scars,scarlett,scarecrow,scantily,scans,scanner,unstable,unseen,scandinavians,schweitzer,scrutiny,unperoked,scrolls,scroll,script,scribd,unpleasant,screening,unproductive,screams,scrawny,unpunished,scratched,unpure,unqualified,scouts,scouting,unread,scourge,unreal,unrealistic,unregistered,scotlandville,unreserved,unrestrained,unrivaled,scoped,scooters,scientifically,scanned,unused,samuel,upright,saturn,uproar,satanically,satanic,sask,sars,sarkans,sarkanbalti,sarkanajam,sargent,sarge2506,sardz\\u0113,sardines,sapper,sapien,upside,sao,upsome,sanity,sanitizer,sang,sanford,sandy,upstanding,sandwich,upstream,sanda,sanctioned,urainian,satzvey,sava,unuseful,uppercut,scandianavism,scammers,scam,scalping,scalp,unwaged,unwashed,unwatchable,sc,unwhite,saysay,saylum,sayings,uoguelph,sayanim,saxons,upc,savior,updates,upgraded,savers,saveourstate,upheld,uphold,upington,uplifting,savannah,uploading,upperbody,spearchuckers,kijiji,pact,conservativeunderground,consideration,considers,consist,consisted,consistent,consistently,conslour,consolidate,conspiracy,conspired,constitutional,construe,consulting,consumed,consumers,contacts,contained,containers,contains,considerable,consent,cordless,consensus,confession,confirm,conflicts,confrontational,confrontingthe,confuse,congers,congolese,congratulate,congratulating,congressional,conjunction,connolly,connor,conqer,conquered,conquest,consciousness,consensual,contaminate,contaminated,contemplating,contend,contry,convened,convention,converse,conversing,converted,convict,convicting,convienent,convinced,convoy,cookouts,cooler,coordinate,coordinating,coper,copper,copying,coram,controversy,controllers,contre,continuing,contender,contents,contest,contestant,contests,continental,continually,continued,contraction,contrast,contractor,contradict,contradicting,contradiction,contradictions,contradicts,contrapuntal,contrary,confermation,cone,conducting,compass,commercialappeal,commercialize,commies,commissars,commissioner,commits,committing,commonplace,commons,commrades,commune,communicating,communication,communistic,comp,compact,companion,companionship,comparative,commerce,commenters,commented,combatant,coloreds,coloring,colorless,colosseum,colourful,colud,columnist,coma,combatives,commemorate,combination,combine,comercial,comfort,comfy,comit,command,commando,compartmentalizing,compassion,condoleeza,compatible,comradeship,con,concealable,conceited,concentrate,concentrated,concernd,concertos,concessions,concider,concidering,conclude,concur,condemn,condemning,condensed,condensening,conderence,conditioned,compulsatory,compton,compsing,completly,compensation,competitions,compilations,compiles,complainers,complains,completed,completion,complexion,comprising,complicated,complicit,complied,composed,composite,compost,compound,compressions,corbett,coreconcep,colonnade,cubicle,cuddly,cue,culti,cults,cultured,culturism,cummins88,cupboards,cupped,cures,curfew,currency,curriculums,cursing,cursor,curtis,cutback,cuts,cuzco,cuddle,ctv,cornelius,ctr,crossdressers,crossed,crosses,crow,crowding,croydon,crucifixion,crucify,cruel,cruelty,crumble,crusade,crushed,crustaceans,cryptic,crypto,crystal,csinalunk,csu,cvqstm,cvricket,cw,cwii2008,dam,damaged,damardzic,damian,damnable,damned,damnit,dams,dan23uk,dana,dances,dancingrabbit,dandy,dangling,danielle,danny,dapkunaite,daredevil,darkes,dalmatie,dallasnews,dairy,cyrus,cwporter,cwpv,cyber,cyberfascist,cycle,cyclinder,cymru,cypress,czechs,dailymotion,czso,czynski,c\\u00e9sar,d0,d2,d87rv7yj,daay,dailyinterlake,crossbreeding,crony,cronulla,crackle,counted,counterproductive,counters,coupla,coupling,courtesy,courtney,covenant,covertly,coward,cozy,cp,cpamike,cpath,cpl,cr,crab,cracka,crackheads,counsellor,counsel,couldve,correia,cornielious,corona,corperate,corporate,corpse,corpses,corrected,correctly,correlation,costanzo,corres,correspondance,corressponds,corroding,corrupted,cos,cosmic,cossacks,cracking,cradle,crocodilian,cradlesong,cremated,crepe,crepes,cresskill,creston,cretin,crews,crimea,criminalized,crimmigrant,cringe,cripppinnn,crisscross,critisizing,critter,crkve,crock,crocker,crocodile,creeping,credits,credited,crates,craft,craigslist,crakker,crakron,cranberry,crane,crash,crashed,crave,credibility,craving,crawling,creates,creationism,creations,creative,creatively,creativity,colononialize,colonised,darned,casing,cassini,caste,castles,castro,casual,casually,casualties,casualty,casull,catalog,cataloged,catalonia,catalunya,catcode,categorically,catharines,catherdral,catholicism,catid,cassidy,casablanca,chaperoned,carver,cariboo,caring,carl,carley,carlo,carmageddon,carnage,carnation,caro,carols,carolus,carpathian,carpathians,carpentry,carroll,carrot,cart,cartel,cartons,caucasian,caucasians,cauldrons,causeway,certification,cess,cesspits,cf3bf803,cfm,cgg,ch,chaining,chains,chairperson,chairs,chair\\u00e2,chalk,challenges,chamber,chambered,champ,chandra,chantcd,certificates,certificate,certian,celebrations,cb,cbr,ccw,cdm4,cebephibe,ceiling,celebrates,celebration,celestial,cept,cello,celt,celticchristmasmusic,cemetary,censored,censors,censorships,centric,carey,careing,carcasses,calculated,butte,butternut,butthole,buttocks,buys,buzzpo,bwz2is,byjiffylube,byte,bytom,b\\u00fcrgerlich,c13,ca1784,cabbage,cadets,cages,cai,cairo,cakes,butik,butchy,butchered,burrs,burglarized,burglars,burkha,burners,burnin,burns,burrito,burrowed,burst,busts,burstein,bursting,bused,bushes,busier,busing,bussing,buste,calculate,calculating,capture,calculator,candor,cannibalism,cannon,cannons,cantatas,cantina,canton,cantor,canvas,can\\u00e6,capabilities,capacity,caparison,capitalism,capitalist,capitulate,caplock,capped,captivating,candles,cancelled,campuses,camden,cali,californian,calle,calledputin,callers,callin,calmady,calman,camelback,campiness,camellia,camels,cameraman,cameroun,camille,campaigns,campfire,campground,chap,characteristic,colonies,clauses,clavier,claw,claw9165,cleaned,cleanest,cleansing,cleared,clearer,clerks,clever,cliams,clickorlando,clientele,climb,clinging,clinic,clique,clobbering,clock,clav,clause,charade,claus,cirurgy,cited,citrus,civ,cjb,ckers,ckin,cking,clad,clamp,clapped,clarisworks,clark,clashes,classed,classics,classifieds,classwork,clast,cloghane,clooney,closets,closure,coldern,cole,coli,collaborationist,collapse,collapsed,collapses,collateral,colleague,collected,collections,collectivism,collectivist,collectivization,collectors,collegesposted,collier,colombian,colonial,coldblooded,col,cokes,coalition,clouds,clown,clubhouse,clues,clumpsy,clutter,cnps2ho,coalburner,coating,cohesion,cockles,cocktail,cocoa,coconuts,coding,cody,coffin,cofo,circumstance,cinnamon,cinemas,childbearing,checkout,cheddar,cheeks,cheered,cheering,cheerleaders,cheetahs,cheeto,chem,chemical,chemung,cheney,chepstow,cherrybyrd88,cheryl,chess,chezch,chf,chic,checklist,checkin,checkering,chart,charades,charcateristics,charger,charity,charleston,charlotte,charlton,charming,chases,chechnya,chaste,chatboards,chatroom,chattin,chauvinists,chav,chavs,cheated,chichagov,childhood,cinema,chile,chrildren,christains,christs,christy88,chrobry,chroi,chrome,chrommagus,chromosomal,chromosomes,chuckers,chucking,chucky,cicero,cigarette,cigarettes,cigars,cikavac,cindy,chowaja,chops,chopinhttp,chino,chilling,chilrens,chimping,chimps,chinaman,chinamen,chinease,chingford,chins,chopin,chipie,chirstians,chivalry,chloroform,cho,choke,cholerae,choosing,darlington,darnell,extremists,elect,electrically,electricty,electrocuted,electronics,elena,elevate,elevating,eleventh,elf,elfs,elgin,elimination,ell,eller,elliott,elliptical,elo,els,elses,elections,eldest,endla,eldawg4100,egyet,egypt,egyptian,egyutest,eiginkonu,ein,einen,einer,einherjer,einherjer88,einst,eithre,eka,eksamen,ekspansja,elaborate,elapsed,elbows,eld,eltingauction,eltz,elusive,emailed,emos,emphasis,empiric,employer,employing,empowerment,emulate,emulating,enablers,enabling,enca,enchanting,enchantment,encircled,enclave,encounter,encountered,encounters,encouragement,emmigration,eminencemo,eminem,embarrassment,emailing,emailnerd,emain,embarassing,embaressing,embarisment,embarrassed,embarrassing,embassy,emerald714,embedded,embernek,emblem,emboldened,embraced,embroiled,emc,ememy,egy,eguptshuns,ege,d\\u00e9,durn,dusk,dutchy,dutton,dvd,dvu,dw,dwelled,dwellers,dye,dyeing,dyes,dym\\u016d,dyn,dyrker,dysgenics,dywy,dz\\u012bvos,d\\u00e8,dupont,duplicate,dunnes,duetschgirltx,dr\\u00e3,dtl,dubai,dubious,ducks,dud,dudes,dudley,dukeradio080723brunog,dunkin,duma,dumbbells,dumber,dumis,dummies,dump,dumped,dungeons,d\\u00e8t,d\\u00e9csey1,eg,d\\u00edsszemle,ecstasy,edgefielddaily,edible,edin,edinburgh,editions,edlinger,edmonton,eduard,educatio,educations,edwards,edwin,ee,eeeeh,effects,efficient,effin,eftir,economies,economics,echoes,earn,d\\u014dmian,d\\u016bmai,d\\u016bmi,e4,eachother,eagnews,eariler,earliest,earrings,ecclesiastical,earshot,earthly,easten,easter,eaten,eats,ebony,ebook,endeavour,endorse,drunks,eurocentric,euromutt,europae,europeandailynews,europeoid,europeons,europhobia,europhobic,europoid,eurosport,euthanized,evaline,evangelist,eventhough,evertime,everton,everyones,evllzrd1,evoluated,ewige,eurodate,eurocatb,endorsed,euorpe,establishments,estates,estimation,eszter,etecerta,eternity,ethan,ethical,ethicts,ethiopia,ethnical,ethniccrime,ethno,ethnocentric,ethnonym,ethyl,etters\\u00f8kt,euaggelion,eugenics,exaggerated,exaggerates,exaggerating,exaggeration,exploited,exploiting,explore,explored,explores,exponentially,export,exports,expulsion,exquisitely,exsplosives,extending,extensively,exterminate,exterminated,exterminating,extintion,extract,extracurriculars,experienced,expeled,expectation,exempt,exatly,excavations,excelled,excersize,excess,excludes,execellent,executed,exercises,expansive,exercising,existant,existent,exists,exit,exopolitics,exotic,expanded,establishedmen,essays,essayist,entirety,enlarge,enlightened,enlroll,ennfremur,enoch,enraged,enriches,enrolling,enrollment,ensemble,enslaved,enslavement,ensued,entanglement,entered,entering,entertain,enthusiastic,enthusiasts,enjoys,enjoyment,enjoying,engelhardt,endscreen,endurance,enforced,enforcing,enforcment,engages,engaging,engdahl,engeset,eniko,engine,engineers,engines,englands,englehart,engles,englis,enigma,entice,entitlement,esque,entrancing,ericahoesch,erick,ernst,erols,err,ers,erwin,erzelmeit,esa,escala,escalator,escape,escapes,eschewed,escorted,esik,esp,espagnol,espanol,ergo,erfi\\u00f0ir,erffs,epithet,entshandout,enugh,enught,environments,epi,epis,episodes,epistrophe,epitome,erected,epost,epp,equals,equate,equations,equinox,equity,erd\\u00e9lybe,drying,drunkenly,darwin,deshawn,desires,desktop,despicable,despise,despised,dessert,destination,destoration,destory,destructive,detained,detectives,detector,detectors,detention,detents,deter,determination,deters,desirable,desecrate,dilbaeqqrqy,descriptions,depend,dependence,depending,depends,depicting,depicts,deported,depresion,depressed,deprived,depriving,dept,deputy,derail,derailers,dere,derivitives,describes,describing,detest,detroid,detroying,deuteronomy,diabulus,dial,dialo,diameter,diamond,diaper,diaries,diary,diaz,dice,dick,dicks,dictate,dids,diferences,differently,differs,difuses,digg,diabolical,diabetes,dh\\u016bma,developments,deutsch,deutschen,deutschland,deutschlands,devastating,develope,developers,developmentally,deviants,dhuibh,device,devices,devise,devoid,devotional,dew,dfu,dfu\\u00ecs,departement,denoucing,denominational,defiantly,deceit,decipher,declaration,declared,declaring,declined,decrease,decreased,decreed,ded,deemed,defame,defamed,default,defeated,defeats,defendant,defenseless,defensor,decaying,decay,decapitated,deactivation,dary,dash,dated,dates,daunn,dauns,davis,dea,dean,decade,deathach,deathskull,deathstar,debated,debates,debating,debili,debris,deffinetly,defile,dennys,definatly,demise,demiurge,democrat,democratic,democratically,demon,demonic,demonizing,demons,demonstranten,demonstrated,demonstrations,demoralising,demoralize,demoralizing,demostration,dendu,deniability,denies,demian,dementieva,delusional,deiw,defined,definite,defrauded,degradation,degrade,degrading,dehydrated,deinen,deklerk,deluded,delacroix,delica,delicious,delight,delightful,deliver,delivered,deltar,dignity,dillon,drummer,doo,doom,dooms,doorman,doors,doorstep,dora,dorati,dormant,dose,dots,dottk,doubly,doug,dough,douglad,douglas,dov,dover,downfall,doofus,donnayoung,dime,donkeys,dogma,doh,doi,doin,doings,doj,dol,dollhouses,dolls,dom,domestic,dominantly,dominate,dominating,dommer,donated,donations,donig,donkey,downplaying,downunder,doze,dqhn1czprr17o21,drill,drilling,drills,drippings,drivel,drives,driveway,drm,drmireland,drone,drool,drooling,droop,drooping,droppers,dropping,drops,drowning,druggies,drifter,drift,dries,dramastein,drafted,drafts,dragnet,dragonball,dragons,dragoon,drags,dramas,dramatic,dressier,drawback,drawer,drawn,drc,drday,dreadful,dreadlocks,dressers,doesn,doer,documented,disorders,disapproval,disc,discharge,disciplinarian,disclose,discouraged,discovery,discreetly,discriminate,dised,disgraceful,disgustingly,dish,dishing,disk,diskriminacije,dismal,dismissive,disn1965,disappointing,disappears,disappeared,diploma,dinarid,dine,dingle,dingleberry,dinners,diocese,dion,dip,dipped,disadvantaged,dire,directed,directions,directives,directorate,directory,direland2006,dirts,disorderly,disowned,document,displays,diversified,divided,diving,divinity,divorced,dixie,dj,django,dk,dli,dll,dmitriy,dmitry,dmnto1_500,dobbs,dob\\u0161in\\u00e1,docking,docs,doctrines,dive,disunity,disturbance,disservice,disposal,disprove,dispute,disrupting,disruptive,disrupts,dissaprove,disseminating,dissidents,disturb,dissolve,dissuad,distinction,distinguished,distortion,distracted,distractions,distributed,burglaries,burg,bureau,938,953,958,973,978,987,9887_thumb,993,99cents,9am,9k,9m9rdl8n,9mils,9nehhqhltae,_6w,a0,aangirfan,ab,abbey,abc25,943,913,aclemfaalthat,911,8088,80s,8130746,8475764,84th,85159441543213,855,857,860,87353,8958,899,8hg254alpm,8pm,8u9sh91htia,907,909,90s,910,abcnews,abhor,abominable,aborigines,accomodation,accompaigned,accomplices,accomplishments,accost,accountable,accountant,accounted,accross,accumulate,accuracy,accurately,accusation,accuse,accusing,accutrigger,ache,achievers,acitivities,accommonadate,accessouries,accessory,absurdity,aborigional,aborted,abound,abs,absolut,absolutes,absorbing,absurd,abt,accessories,abundant,acad,acadamys,academia,academic,accelerates,accessible,accessing,8000,7th,7p3p3goadvvqvsf,676,6136,61st,6217719,622,6244,62nato,62x25,62x39arabic,62x51,6323,63241,642,644,649,655156,659,6591380http,6614,666th,613,604,603341,5873,558,560008_10200593451827685_1725723611_n,56892,56x45,5778,5810,5824772,5862,5909,600,590a1,59370388924,599,59937,5feet,5h,5pm,5syk36rbphm,674,684,7k,692,75315,7576181,7597407,76,760,76252,767,77,772175,77303,775,78265,78266,783,789,792,7970,7_20040417,7ic1n7oq7jidz22,747,74,730,6w,6a,6bt,6d,6ft4,6o4chva8,6ok6ks7bsoy,6pm,6rnf0,6x6,72601,70m,70million,71,713,71385,717,720p,726,aclemfaal,acne,5532,allergic,allison,allread,allude,alluring,allways,all\\u00e9n,almighty,aloud,alprazolam,alsatians,alter,althought,altogether,amateur,amazed,amazement,amazes,amazonian,ambulance,alley,alleging,acquaintance,allege,albert,albino,albion,albo,albright,alcoholics,alcoholism,alenth,alert,alerts,aleviated,algebraic,alice,alienate,align,aliquippa,allah,alle,allegation,amd,americanos,americanus,americas,anatolia,anatoly,anatomy,anc,ancestory,anchors,anchovies,andersen,anderson,andre,andrei,andrew,andr\\u00e9,angelic,anglian,anglin,anigif,animalistic,animated,anaphora,amv3,amusing,ammunitions,amerindian,amhr\\u00e1n,ami,amiable,amikor,amira,amm,ammunition,amnesiac,amused,amok,amongest,amounts,ampaign,amputee,amry,amt,amtrak,albany,alba,alaskan,affair,admirable,admiration,admitted,admittedly,adn,adolescent,adore,adores,adress,adrien,adulthood,advancing,adventure,adverse,advocating,adware,aeons,aerobic,aeternum,adjustment,adjust,adjoining,actully,acquire,acquired,acronym,activate,actives,actor,actresses,actuallly,acuast,addy,adamite,adams,adaptation,adaye,adderall,addiction,addicts,addressing,afar,affairs,alakitok,affida,agression,agriculture,agus,agw,ahem,ahero,ahhh,ahx,aikens,aimee,aipac,aired,airing,ajattara,akademins,akem,aki,akira,aks,agreeance,agreeable,agnostic,afrocant,affika,affirm,affluent,afganies,afreaka,afreakkaland,afreka,afrikaans,aftonbladet,aginst,ag7smxi,agad,agane,agencies,aggellos,aggravated,aggressiveness,aggrooigirl,556,549,burbs,15freeway,160lbs,1645,1685,16865,16yr,16yrs,1700,1700s,1750,175hzupf6t,177,1770,1775,178,1789,17l,180,1800,1823,160210,1599,1978,158,1428,142nd,14320,1432m,1467,1493603624234498,1499,14hail,14store,14words,150000,1508,150k,150lbs,1510,15101,1515,155,156598438,1827,183,1832,1835,1910,19112004,19205191443389,1920s,1921,1930,1930s,1933,1935,1937,1941,194lbs,1951,1956,1958,196,1962,1968,197,191,1908,1906,1873,1850536,1856,1857,1860,1866,1867,1869,187,1878,1905,189,1891,1892,1894,1896,1898,18th,18wos,1366027343,1366,1365024003,10204417923596945,0627,06shor,071301714,0745,085,0857,0882,0909,0929,0dictators,0ljpk,1000ccm,100209_pearcy_massacre,1004,1007,100806,100yrs,101,10187,0606,0558,0547,0254,003,003870,005,0147,0179,0227,022ssmwp,0249,0290,050802,031206nn2,0333,0375764851,0375764852,041809,0420,0423,0441,10200196698389097,1025670,1364315377,104,116782,117780,119,119398,11alive,11th,11x17,120lb,1217,1218,1223andplentyofithttp,123,125,127351673801_thumb,12g,12oz,13000,130lb,135,1160979,115,11397795,109855,1040,10497843,105,108,1080p,1083256,108610,109826,1099230950,11394504,10k,110,1100,11000,1108,1109,111,1135242977641,1971,1980s,54094,3rnrphewelo,400k,401,4033633761833,4042081,4043040,405,40billion,40mm,4100,416,419,4191,4215,4233,426,4267433,4279,4286,431,4000,3months,1989,3d\\u6280\\u672f,325910,32a4d9fd,3300,3389735,35109,3511,357,3596,360,361,3664960863576873594,36williamkaranjahttp,3702,379,38long,38spl,395023,395lbs,3d,443,444,4466,4466747,50000,500euro,505,50f,5122,515,5179,518,519823,51jyvz5l,51st,52367,525314,5268894597794277031,52m,52nd,53,5347881,5352185,4\\u00f1\\u00f03,4\\u00f0\\u00f1\\u00f0\\u00b5\\u00f1,4\\u00f01,487,44c,454,457,45lc,45mins,464383,469,4848,49,4\\u00f0,4913,4971848,4ever,4hr,4kamala,4orjustgotomatch,4w18ocon384cx6c,4x4,3256352,3214,3200bc,22270,203,206,2060,207286,20867,2090,20box,20chopin,20description,20docu,20info,20th,20titans,2103,21325,21589330,217373,2192,220,2010s,2010apr02,201,1hurryonthis,1991,1994,1996,1997,1999,19x18instockhttp,1alsoczechrep,1channel,1maybe,200lb,1million,1m\\u5e26\\u5bbd,1wolf,1wrvtngl,1year,20000,2000s,200602110,222065,2273,3190626,22812,280,280euro,281,283,2942,298321,2houses,2hr,2in,2m,2tvhjssc,2\\u00f0,3033,303cycling,304,3048,306,30c,30gr,27961835,279,270,259,235,23andme,2455043,2483106,250,253531,2544358,257,25962136,26yo,25976955,25m,25th,25yo,26143_100549093315633_100000816283788_13289_6985315_n,2635245,2683312,26834699,animatrix,animosity,anita,blacktail,blade,blahhblahdieblah,blake,blamed,blanche,blanco,blanketed,blare,blasphemied,blasphemy,blasted,blazak,blazer,blazin,bleak,bleed,bleeds,bleep,blending,bladders,blackshirts,boggle,blackpowder,bis,biscuits,bisexual,bismarck,bitches,bitching,biting,bitmapbillede,bitzer,bizarre,bizland,biztos,bjj,blabbering,blackface,blackhawk,blacklist,blackmail,blackness,blesses,blessing,blessings,blight,blunts,blurred,blut,bm,bmdwcp8b,bmo,bmxer,bo,boarders,boarding,boasted,boasting,boatloads,boats,bobby,boddington,bodom,bodybuilding,boer,blues,bluegrass,blowzy,bloemfontein,blinded,blinders,blindness,blizzard,blmtards,bloch,blockbuster,bloddy,bloeslaw,blows,blogger,blondism,blonds,blooded,bloodpassover,bloods,blowhard,blowout,birthrate,birthcertificate,bird,beret,believing,belived,bellied,bellovits2,bellowing,bells,bellyaching,beloved,belted,belts,bench,bending,beneath,benedictinos,benelli,benifit,bennett,bent,beo,believer,belgians,belfry,befriend,bee,beef,beeline,beers,bees,beethovenian,beez,beforehand,begger,beleif,begininning,beg\\u00e5tt,behinds,beittu,bel,bela,belac,belated,berber,berkeley,birch,berli,biewers,bigging,bigguy,bighorn,bigtime,bikers,bilal,bild,bile,bili,billboard,billet,billionaries,bills,bimetallic,binder,bio,biologie,biracial,bielefeld,bicycling,bicycles,bettie,berlingske,bernard,bernstein,berserkergrrl,berzerker,bestyrelse,betray,betterment,betty,bickering,beutiful,beutifull,bevandorlokkal,beverage,bevonul\\u00e1sa,bey,beytter,biblical,boers,boggling,ankle,brock,brodie,brokenheart4140,bromsgrove,bronze,brood,broom,brotha,brothas,browning,brownshirt,brownstones,browse,browsing,brs,bruckner,brunettes,bruno,brunt,brussels,brod,broadway,boginki,broadly,bricks,bridge,bridges,bridgets,brigade,brighten,brighter,brigitte,brilliantly,bringinguplearners,brink,briton,britta,brittany,bro,broad,broadcasted,broadcasts,broaden,brute,brutes,bsa,btl,bukavac,buki,bukovina,bulbous,bulgar,bulgayria,bulikat,bulldog,bullhead,bullock,bullsh,bullsnot,bullying,bumbling,bumps,bun,bunches,bundesarchiv,bunnies,bujgyo,bujdos\\u00f32,buisness,budget,bubweiser,bucharest,bucher,buckle,buckwheat,bud,buddha,buddylist,budweiser,buisiness,buffalo,buffed,buffer,bugchasing,bugger,bugging,bugsy89,buhnt,briana,brewers,brew,bounty,boonfren,boooom,boost,booths,booty,bor,bordering,borderline,borne,bosanskinacionalisti,boss,bosses,botched,botha,bothered,bothers,botswana,bottled,bottles,booms,booming,boomers,bombarded,bohemian,bohm,boils,boke,bokmal,bollich,bollix,bolton,bonb,bookseller,bondage,bonfire,bongo,bono,bonus,booked,bookings,bookmark,boulevard,bourbon,brethern,bourgeois,branded,brandenburg,brandishing,brandon,brash,bratislava,brattain,braun,braved,brazilian,breading,breakdowns,breakfast,breakthesilence,breastfeeding,bred,breech,brennan,brentworld,branch,brakes,brainpolluted,boycottkosher,bowe,bowel,bowlin,bowls,bowman,bowmen,boyco,boycott,boyfriends,brainless,boyhowdy,boyz,bpata,brace,bracelets,braddock,bradley,brag,bedside,beds,bedfordshire,arqueologia,arrangements,arrestants,arrives,arriving,arrow,arteamus,artic,articls,artid,artificial,artjonesinfo,aryan14words,ash4,ashbury,ashley,asiacourt,asiatics,askari,asleep,arranged,arpovci,becs\\u00fclet,arond,arid,ariel,arise,arises,arising,aristocracy,arizona,arizonan,ark,arkan,arkona,armageddon,armbar,arme,armine,armory,armyless,arno,arnt,asmodean,asocial,aspartame,aspire,asylmottak,atcually,atheistic,athenian,athenry,athens,athlete,atla,atlantic,atlantid,atlas,atm,atoms,atop,atra,atrabiliar,attaboy,attach,attbi,asyl,asurance,astropix,assisting,assailant,assertions,assesment,asset,assigment,assimilate,assimilation,assistance,associates,astrophysical,assorted,asst,assumed,assumptions,assyrians,asthough,astonishing,astronomers,ari,arguement,argued,apelike,antiblack,antichrist,anticipated,antifac,antique,antisemetism,antisemitic,antoher,antonio,antoniopuffi,anus,anyboby,anyones,ao,aoby032008,aoh,aor,apartments,apelanta,anthropologists,antenna,antelope,anniversary,anmigrants,anna,annabella,annarra,annexed,annhilate,annie,annihilate,announcing,antarctica,annual,annually,anomaly,anonn,anonymous,answares,answers,antagonist,apelantic,apeling,argentina,aplenty,apprehend,apprehended,apprentice,approached,approval,ap\\u00e3,ar10s,ar15,ar15s,aran,arasztva,arbitration,archaeological,archbishop,archery,arcing,ardently,argath,argent,apprecated,applying,application,appeal,apologies,apologist,apology,app_user_files,appalling,apparantly,apparel,appartement,appeals,applicants,appeared,appearing,appease,appel,appendices,applaud,applauding,appliances,attempts,attendance,attendants,barns,banksters,banners,banquet,banter,baptiste,barbara,barbarians,barbed,barbell,barber,barbie,barcelona,bardeen,bardot,barfy,barion,barkaszi,barley,barn,banks,bankrupted,bankruptcy,bamaman,ballina,ballistics,ballot,ballymena,ballymun,balt,baltimore,baltimoresun,bananas,bankroll,bandera,bandits,bandura,bandwidth,bandwith,banging,bangladeshis,banking,barnepige,barretts,ballet,barriers,bbery1219,bbut,bcg,bclaw23,bdg,bdp,beaches,beacuse,beaker,beanpole,bearing,beata,beatdown,beater,beauticians,beaver,bebop,becareful,becasue,bb,baz,bayonet,basen,barrrytheanglosaxon,bart,bartenders,bartending,barter,barth,bar\\u00e1taim,basayev,bashing,baylor,basque,bast,bastrop,bataan,bathory,battery,battleship,bauk,ballets,ballbreaking,attends,awoke,author,authoritarian,automaidan,automatic,av,avaaz,avaialble,avenger,avenue,averge,avitar,avon,avramow,avreage,awaits,awake,awaken,awakened,awakens,authenticity,authenithic,austro,atv,attentive,attire,attitute,attract,attracting,attraction,attributing,attwood,audiogalaxy,austrians,audits,auf,aufgeben,augen,aught,augustine,aura,aurora,awe,axe,ballads,axle,badges,badische,baffling,baffrooms,bagels,bagly,baia,bailouts,bajk19a7m6,baka,bakersfi,balaika,bald,baldr,balduri,balham,balije,balkan,balkans,badger,badboybillx,backyard,babydaddys,azer,azeris,aztlan,babbina,babboon,babcock,babe,baboons,babyface,backwards,babys,babysit,babysitter,bacause,backdoor,backfile,backround,backscatter,extrea,eyh,packing,lotsa,lott,lou,loudly,louisville,lounge,lovecraft,lovelorn,lowlife,lowlifes,lowriders,loyaldefender,loyalists,lo\\u00f0br\\u00f3kar,lqpgbvvl,ltv,lube,lucie,lucked,luckey,lotsof,lotion,maga,lorry,lolz,londen,londonistan,londonstormfront,londynie,loneliness,lonewolfing,looken,lookhow,lookout,looming,looooooooooooong,loop,loopwheels,loot,looted,looting,lorelei,loris,lucrative,ludicrous,luke,lumberton,m4,m60,maaaaany,maccabees,mace,macedonians,machette,machination,machined,machines,machinists,macon,macth,madam,maddening,madeline,madick,madison,mae,m16,m14,l\\u00e3,lyf,luminous,lunge,lurkin,lustige,luton,luxury,lwdshfl3,ly,lygin,lzf,lyman,lyn,lynching,lynda,lynn336,lyric,lyset,lyublyu,lololo,loki,logistics,limiters,lickers,licking,lier,lifeline,lightbulb,lightbulbs,lighten,likable,likelyhood,likened,likewise,lil,lila,lillian,lily,limbs,limerickblogger,limerickpit,limerickpost,licensed,libturd,libral,lex18,letitia,lettres,lettuce,levels,levi,levon,levo\\u010de,lewis,lexington,liberty,lezginka,lg1,lgbt,li,liability,liar,libaneser,libertarian,limit,limousines,logical,linda,liturature,liveleak,livelihoods,livy,liz,lk,lmwao,lne,lo,lobbed,local15tv,locker,locks,locust,lodge,lodgers,lodz,loftus,logan,littlehatekitten,littering,littered,lisner,liners,ling,linger,linkedin,lion,lip,lippe,liquefied,listeners,litter,listens,listing,listings,literacy,literary,lith,lithuanians,litt,maffia,maggie,lessen,mattogno,mauricio,mauseleum,mauser,maxi,maxs,maxx,mayans,mayheeko,mayhem,mazes,mbl,mcadam,mcalvany,mccan,mccausland,mccourt,mcdaniel,mcdonald,mcgrane,maturity,matthias,magnesium,matt,mas,masculine,mashed,masks,mason,masonic,masqueraded,masquerading,massage,massively,mastermind,masterpieces,matchbooks,matched,matches,matchs,materialistic,maternal,mathematicshttp,mcgregor,mckenzie,mclamb,mcmurtry,mediterranian,mediterrenrean,meditteranean,meek,mefit,meg,meh,mehico,mehr,meineehre,melancholy,melbourne,meldungen,melee,melita,melody,melvin,memberships,memorial,medicience,medicene,medication,meatloaf,mdr,mead,meadjohnson,meal,meals,meaningful,meanings,measurements,meats,median,mebbe,mecca,mechanic,mechanisations,mechanism,medals,medborgarskap,meddling,martinson,martinez,martell,maniacal,makers,malamute,malaysians,malema,malfunction,malibu,maltese,malton,malvern,mam,mamma,mammy,manager,managers,managment,manchvagas,mandan,mandarin,mangos,makeing,makedonia,majster,maiden,magnet,magneto,magnificat,magnificent,mags,mah,maia,maid,maids,majors,mailboxes,maine,maintaining,maintains,maintenance,majd,majestic,majoring,manheim,maniacs,marte,manialy,marchers,marches,marci,marconi,marie,marijuana,marisa,marital,maritimer,maritimes,marker,markers,marketing,markings,markus,marlene,marriner,marshals,marshrutka,marched,marathon,maracas,manor,manic,manipulating,manipulation,manistee,mannered,manners,manning,manolis,mansion,mara,manslaughter,manstopper,mantra,manufacturer,manufacturers,manufacturing,mapgal,maple,lethargic,lesnar,memorize,kerry,kettledrummer,keyboarding,kgb,khan,khanacademy,kibble,kickstarter,kiddie,kiddin,kidnap,kidnapping,kidnaps,kiel,kieler,kievsky,killa,killergods2001,kilometers,kim,kes,kerrigan,kohlenrevier,kenyon,katrina,katz,kaukana,kazoo,kbd6gm6vodm,ke,keck,ked,keene,keenly,keeper,kelts,kemp,kempton,ken,kennerly,kenneth,kenya,kenyan,kimondani,kimora,kinder,kindergarden,kletterger\\u00fcst,klike,klingingberg,kl\\u0101j,kn,kneegrow,kneegrows,knez,knickknacks,knightrider1961,kno,knocks,knoll,knowbody,knucklehead,knuckles,koblenz,kobo,koco,kleiber,klans,klanmen,kirkland,kindergardeners,kindest,kindle,kindling,kindness,kinsmen,kiosk,kirche,kir\\u00e1lyi,kl6qrls8,kissed,kisses,kissimmee,kissing,kitartas,kitchen,kits,kkkk,katowice,kataxu,kasparov,jurij,joyfully,joyous,jp,jpeg,js,jscw1szbhztunw,jsp,jt,judaic,judea,judged,judy,julia,julie,jum,jumps,junction,junglef,jungles,joyful,jovoje,journalists,jomfure,jogging,johnnie,johns,johnson,johnson_azigastanislaskanengele,joing,joins,joint,jonathan,journalist,joo,joos,josh,joshua,jotunheim,jour,journal,journalism,jup,justified,kashmir,justifies,kaminietz,kamla,kanadaba,kanadai,kansallismielisi\\u00e4,kanye,kapela,kapo,karajan,karate,karel,karen,karewit,karl,karogs,karoke,karpov,karpyshyn,karze\\u0142ek,kamieniec,kamerat,kameraden,kaapeli,justifying,justintime712,justsick,jvxnrzb1jk,jwfq,k12,k6lhpsbx,ka,kabc,kamerad,kaboom,kaffer,kaffirs,kai,kaj18,kakkers,kalamzoo,kali,kogo,kokkepige,lesley,launched,laungage,lauper,laurie,lauseng,lawdog,lawns,lawrence,lb,lbbqwtf,leaf,leagues,leaked,leakey,leamond,lean,learner,learns,learnt,leather,launching,laughter,kold,latviet,lantern,lap,lapd,lapp,lappoid,laredo,largely,larry,lars,las,lass,lasses,lassigie,lasting,laszcz,lat,latha,latrines,latte,lebt,leche,lectured,ledven,lejeune,lejla,lemme,lemon,lemper,length,lengths,lengthy,lenni,lenny,lentin,leo,leominster,leon,leopold,leprechauns,leroy,lerret,lervik,leithnd,leith,leinster,legislative,leeches,leftie,leftists,legalize,legend,legendary,legends,legislation,legit,leinad,lego,legtobb,lehar,lehet,leicester,leida,leighas,leighton,lanky,lang,lanes,kulla,krdycxpb4fs,kredsen,krekar,kremlin,krepublishers,kresnik,kris,kristel,kritayuga,krtv,krueger,kruger,krv,kry,kt8fl7ng,ktvu,kubelik,kubisova,kubi\\u00e5,krav,krautschrockerts,krampus,kop,kollade,kolozsv\\u00e1ri,kolumbus,kommen,komsic,konavle,konqueror,kooks,koran,kr,korefan,koska,kosovo,kosovski,kouassi,kournikova,kovacs,kpolsson,kukluxklan,kundgebung,landseer,kurd,ladieees,ladyaryan,ladylike,lagathas,laguna,lair,lakeland,lakewood,lakota,lam,lamb,lambere,lancaster,lancs,landi,landing,landings,landi\\u00f0,landlord,lacrosse,lackies,lachkrampf,k\\u00e6reste,kurent,kursk,kurt,kveldulf,kwanzaa,kyk,kynan,kyrgiz,k\\u00f5rvale,labyrinth,l46t,l76dwhwn,labeled,labeling,labelled,labors,labours,labrat,memorials,mending,eynde,notch,noted,notepad,nothern,noticeboard,noting,nottice,nou,novelist,novgorod,novi,nowegians,nowthe,npr,nr,nra,nrw,nrysg4,nsa,nsbm,notebooks,nostradamus,obselete,nostalgic,nomination,nonsensical,nonskin,nordenwulf,nordicfest,nordicists,noremorsenoregrets,norhat,normandy,normanfinkelstein,norske,northeast,northerly,northfield,norwegains,norweigian,nos,noses_x,nostalgia,nsf,ntelos,ntent,nter,n\\u00e5r,n\\u00e9zek,n\\u0101ves,o___o,oakland,ob,obamamania,obango,obedience,obedient,oberschlesischen,obese,obey,objecting,objections,objectively,objectives,obligatory,obongo,n\\u00e5gon,n\\u00e5,nzjydlgm,nursery,nucleus,nuffin,nugent,numa,numba,numerous,nurnberg,nurse,nushawn_williamssimonmolhttp,nyt,nut,nutjob,nutritionals,nx6e,nxt,nya,nyder,nyse,nola,noisy,nogw,ngid,neurosurgeon,neutron,nevah,neve,nevermind,nevesinje,newark,newboyhttp,newcastle,newfoundland,newportcity,news19,news24,news9,newscasters,newsletter,newspapers,nf,nfl,neues,networking,nettavisen,neofolk,neichzche,neighbour,neighbouring,neill,nelli,nember,nemesis,neobiocp3,nepa,netsonic,nerds,neretva,nesem,nesen,ness,nestle,nestled,nets,ng,ngo,nogger,nians,nikolaevich,niks,nincs,ninety,ninja,nip,nipple,nipples,nirvana,nitrogen,njord,nlfrsregii,nnp,no1,nobel,nobles,noblest,nog,nogensinde,nignog,niglets,nightwish,nicolas,nib,nicest,niches,nicholas,nicholaus,nicked,nickelodeon,nicking,nicole,nightmares,nid,niece,nigdy,niggah,niggardly,niggs,nigh,nightly,obrenovic,observe,negotiators,ostracized,ostwestfalen,ottawa,ounce,ouncers,ourselfes,ourtimewillcome,outcast,outdone,outer,outfits,outlawed,outliers,outline,outnumbering,outperforming,output,outrage,outrageous,outreach,osttruppen,osp,observer14,osoyoos,organist,organizes,orghttp,orgs,oriental,orientals,orientation,originals,originate,origo,orillia,orphanage,orsolya,orszag,orture,orwell,os,oscan,ose,outright,outrunning,outscored,outsourcing,overrated,overrun,overtime,overweight,ov\\u00e3,owe,owl,owns,oxegen,oxford,oxfordshire,oxymoronicness,paa,paare,pace,pacify,packard,packed,packi,overran,overpriced,overpowering,overall,outspoken,outspokenly,outwards,ouuuuuuu,ov,oven,ovens,over30,overboard,overpenetration,overdosed,overdoses,overdue,overeactcted,overflowing,overman,overnite,overpass,organism,organisations,oreo,olympics,offenceive,offended,offerings,offshore,offsprings,offtop,ofra,ohhh,ohhhh,oils,oje3egtgg9k,olaf,olde,ole,olean,oligarchs,olive,olje,ollsson,oel,odium,odinists,occupations,obstacle,obvisously,obyc,oc,ocasionally,occasion,occasions,occassionaly,occuring,oddness,occurrences,occurs,ocksa,ockupied,ocs,oct,octavian,oddly,olympic,omaha,ordure,ombudsman,opponents,opposing,oppression,opps,opsec,optic,optical,optional,options,oragus,orangemen,oranguz,orania,oraszaga,orbit,orchestrating,orchestre,ordained,ordlista,oppinion,oppholdstillatelse,opitomy,ooohhh,oneill,onlookers,onn\\u00e3,ons,onstage,onward,ony,onyl,oooops,opinberri,oops,opendocument,openings,operas,operated,operating,operation,ophanage,negrogreek,neglectful,mennonite,mitcham,mitochondriat,mitt,mixer,mixes,mixture,mjo,mlst,mmer_2008,mmm,mmunition,mn,mobilized,mobilizing,moby,mock,mockery,mocking,modding,mode,mithotyn,misusing,morbidly,mistreatment,misbehaving,miscegination,mischief,misconstrued,misdemeanor,miserable,misimovi\\u0107,misinformation,misleading,misled,mismovic,misshapened,missiouri,missippi,mississauga,miss\\u00e4,mist,mistake,mistreat,moderator,modified,moeisha,moet,monroe,monster,monsters,monterey,montessori,monthes,monthl,monthly,monthly_05_2010,montpellier,monty,mooching,mooleys,moonbats,moose,mopar88,mopeds,mor,morale,monorities,monopoly,mononoke,momentous,mofo,mohammed,moi,moldavia,moldova,molesters,molesting,momce,mommy,monkies,momofsix,monarchy,mongering,mongoloids,mongols,mongrelise,mongrels,monique,mis,miru,mirrors,micronesians,mes\\u00e9lik,meta,metalgod178,metalheads,metallica,metaphor,meth,methinks,metropolitan,mex,mexcicans,mexic,me\\u00f0an,mi6,mic,michelle,michoel,mickie,micro,messy,messican,messiah,merciful,mennyi,mens,menteur,menting,mentions,mentor,mentorship,mera,merciless,messege,mercs,merge,merger,merrimack,mesa,mesico,messager,messaging,micronations,microsoft,mirada,middles,milton,mimic,mimimatthews,mindig,mindless,mines,minimize,minimum,minions,miniority,miniskirt,minn,minors,minster,minstrel,mint,minu,mio,miraculous,milo\\u0161,milmilk,millsaps,miklav\\u017e,midgards,midland,midnet,midwestern,migrants,mikill,mikilv\\u00e6g,mikkke14,miklir,millionaries,mild,mildura,miley,militaryphotos,mill,milleches,milliken,millionaire,morality,moreover,neglect,mystified,myths,m\\u00e3,m\\u0113rim,n1,n1c1,n_rapist_j,nackers,nadmo\\u0107na,nagant,nagger,naglfar,nagorny,nagyon,nails,nameen,namely,napervile,napj\\u00e1s,naples,myth,mysticism,mormons,mysteriously,musilms,muslime,muslimsout,mussorgsky,mutated,mutating,mutha,mutilate,mutilated,muutosv,mvi,myblackisbeautiful,mycket,myndighetene,myron,myspace,mysql,mysteries,mysterious,nappy,narcissistic,nargaroth,narrated,nc,nchen,ncop,ndecjan98,neanderthal,neanderthalensis,nearing,nebbie,nebraska,necassary,necks,neck\\u00e3,needing,needle,needless,neevr,negate,negatives,negiotiations,nbpp,nb,naziwhowantstokillsixmillionjews,nathan,narrowband,nasjonalitet,nast,nastassja,natall,natallhv,nate,natfront,natiocracy,nazarene,nationalities,nationally,nationalrif,nationell,naughty,nauseum,navel,navigating,musicman,musicians,musica,mrs,motor,motorcyclist,motorcyclists,mound,mountainous,mountains,mountaintrader,mourner,mourning,moussed,moustache,mouthful,mouths,movements,moves,moyross,mp5,mph,mqdefault,motivic,motivate,motile,mortgage,morningside,moroccan,morons,moroz,morphed,morrow,mortality,mortar,mosaic,motherland,moselle,mosier,moskva,mosley,mosques,motel,motherboard,mothergrinninbird,mrbadgersir,mrz,mushrooms,msciwoj,multiculturism,multiculturistic,multikulturalizmus,multireligious,multispeed,multitudes,mummies,mums,mumsy,munch,munich,munster,munter,muppet,murphy,museu,museums,mush,mushroom,multiculturatism,multiculturalist,mulitracial,mudd,msg,msi,msrp,mtnews,muaddib,muahaha,muay,muck,mudds,mulattoe,muddy,muder,mudraces,mudslide,mudslums,muffet,mugger,mugging,joel,joeblogs,jodr,gladiator,gladys,glamorises,glared,glary1219,glasgow,glasser,glbt,glee,glendale,glimmering,glimpe,glimps,globalism,globalnews,globes,glorification,glorified,glorify,glorious,gladly,glaciations,gourmet,gj,getmycountryback,getthebigpicture,getz,geysers,ghastly,ghettobraggingrights,gi,gibb,gibraltar,gick,gide,gifted,gillespie,gilmore,gilt,gimmiegrunts,gingerbread,gioese,gish,gloucester,gloves,glued,gl\\u00e6delig,gonzalez,gonz\\u00e1lez,goodbye,goode,goodnewsaboutgod,gooks,gopro,gordon,gordons,gorgoroth,gorton,gospels,gota,gotchya,gothard,gothic,goto,gottem,goudreau,gontyna,gonio,gollnisch,goddesses,gmo,gnotella,goat,goats,gobbledegook,gobi,goblins,goddamn,godforsaken,golgo,godsend,godunov,goetz,goffers,goin,goinna,goldberg,golf,geting,getcha,gesund,gauged,gangster,gaol,gaps,garage,gardai,gardeners,gardens,gargling,garlands,garmgormius,garnered,garry,garvaghy,gasoline,gasp,gat,gated,gatherers,gatsby,gangstas,gangstaas,gangsta,galerie,ga,gacek,gaelach,gagged,gainesville,gains,gal,galan,galicia,ganges,gallagher,gallon,gals,galveston,gambit,gamekeeper,gameplay,gangbangers,gatto,gaul,geschworn,gauleiter,generating,generational,genetical,genetically,geneticist,genetics,genicide,genitals,genocidal,genotype,genres,geo,georgetown,gerber,gerdes,germ,germany2006,geroge,gerrard,generated,general1812,geminorum,gdyjju,gaurantee,gawk,gayest,gazette,gazing,gcc,gd,gdansk,ge,gemelas,gears,geese,geesh,gefin,gegen,gekas,geller,gelman,gouges,governmental,f\\u00f8dt,g\\u00e5r,g\\u00e6ilge,g\\u00e6lick,g\\u00fctersloh,h1,haben,habits,hacking,hadding,haddock,hadnt,hadsereg,hafi,haft,hag,hagel,hagen,hagis,hags,hahaha,g\\u00e6delig,g\\u00e5ng,governments,g\\u00e3,gulag,gulf,gulyas,gum,gunman,gunmen,gunner,gunpoint,gunther,gurnow,gutierrez,gutless,guts,gxv2b33v37la6pz,gymnastics,gypises,gyspsies,gy\\u00f6rgyi,g\\u00e0idhlig,hahahhah,hai,haid,haight,handler,handout,handsome,handwritten,handyman,hangers,hannah,hans,hansel,hanson,hapless,happenned,hara,harass,harassed,harbour,hardcopies,hardcopy,hardcover,handled,handlebar,handfuls,halt,haircuts,hairstyle,haitian,hal,halasz,halfway,halls,hallways,hamlet,handful,hammerfist,hammerskins,hamptonroads,handball,handbook,handel,handelsbetjent,handelsskolen,guitars,guinea,guidelines,greetz,granite,grant,grapes,graphics,grappler,gratia,gratification,gratitude,gratuitous,graveland,gravitates,gravy,grays,gread,greatly,greatschools,greedy,greeneville,greenville,grange,grandparental,grandfathers,graces,govt,gow,gowdy,gower,gpa,gps,grabbed,grabber,gracious,grammer,grads,gradual,gradualy,graduation,graf,graffiti,grafton,gramme,greet,greg,guided,greit,grounds,groupid,groveling,grover,gro\\u00dfstadt,grrrr,grub,grubbers,gruesome,grumblings,grunge,gruop,gru\\u00dfwort,gs7l50kv,guantanamo,gud,guelph,guessed,guests,grounded,grouch,grossed,grill,grenade,grenades,grenadier,gretchen,gretel,greyhound,grid,grieving,grilling,grooving,grills,grin,grindres,grinned,gripe,gripfasts,groidal,groomed,f\\u016bmus,f\\u00f6r,jo,filipina,fille,filmed,filt,finallytransformedformersovietjewnion,finances,financialy,financing,findarticles,findings,finds,finest,fingerprint,finially,finlly,finn,finnic,finnkampen,finno,firebird,filipinos,figurehead,flow,fightin,fenian,fenris,feral_children,ferguson,feria,fertile,fertilization,fession,festivals,fetish,fetus,ff009,ffs,fh\\u00e8in,fianc\\u00e9,fiddlers,fidelity,fierce,fifty,firefighter,firestorm,firmly,fisherman,fleet,flexible,flick,flickering,flighthttp,flights,fling,flintshire,flipping,flips,flipside,flirting,floating,flocks,floors,flop,flopping,florida88,flour,fled,fleas,fleaflets,flame,fishki,fishman,fists,fithy,fittest,fixed,fl3k6cf7xgpkj02higvcjfcq,flagged,flanative62,flea,flanked,flap,flatland,flats,flatten,flattened,flavor,flax,fend,fences,fenced,fastest,fallout,falwells,fame,familes,familier,famine,fanboy,faqabouttrigonometryhttp,fareo,fares,fargo,farhard,farkel,farkin,farms,fart,fas,fascinating,fascism,fallacy,fakty,fairgrounds,factors,ez,fabric,fabricated,facade,facial,facilities,facist,factbook,factual,faire,faculteit,fadas,faderen,fading,faem,fagan,faggotry,fails,fascists,fatherless,femur,fathom,fecal,feck,fecken,federalist,federation,fedor,fedoras,feebly,feeeaaver,feesible,fel,fella,fellas,felling,fellows,felonies,felv\\u00e9teleket,feminism,feminists,featured,feather,feast,faves,fatter,fattest,fatty,faught,faults,faust,fauster,faux,favoriate,fears,fawk,fawning,fax,faxes,fay,fckdqgodvk4anqhttp,fcks,fearful,flourished,floyd,f\\u00e5,frh48adas1a,friction,fridge,fries,frigg,frigging,friggsday,frightens,frigin,frist,fritid,fro,frome,fromm,fromm\\u00e2,frontlinesourcegroup,frown,froze,fructose,fruita,fri,freundschaft,fluffing,freuer,fred,frederik,fredrik,freedman,freedomranger,freedoms,freegifts4kids,freehold,freelance,freep,freese,freeway,freewheels,freewill,frei,freiburg,frenzy,frequencies,frettir,fruits,frustrated,frustration,fry,funniest,fur,furguson,furiously,furman,furnished,furthermore,furture,fusion,fuzzy,fwy,fxck,fyrdung,fyrir,fyrom,fyromanians,fyromia,fyromians,fyrstir,funnies,funneling,funnel,fumble,fr\\u00e5gar,fsicqgo,fstoppers,ftf,ftheblood,fuehrer,fufilled,fullest,fumigate,funk,functional,functionality,functioning,fund,fundamentalists,funded,fundimental,funerals,freakout,freaking,fraternity,foriegners,foods,foolish,footballs,footbridge,footing,ford,fords,forecast,forehead,foreignaffairs,foreman,foremost,foresee,foresight,foreskin,forests,forewarned,forgein,forgiven,fondling,fond,fom,foeigners,flung,flush,flyres,fmjjsd6weq,fnf,focused,focuses,focusing,fogalmam,follows,foggy,foisted,folder,folding,folio,folkandfaith,folketingets,folkwear,foriegn,forking,fraser,forklift,fourteen,fowl,foxnews,fpv,fqpazvlq4xq,fr,fraction,fractures,frakkin,framed,framers,framing,fran,franciscan,franco,frankish,frankreich,franuniv,franz,fours,fountains,founding,forskin,forlorad,formal,formed,formulate,forn\\u00f8yd,forresten,forseta,forsetinn,forthwith,foundamental,fortunately,fortune,forty,foruth,forwarded,fosse,fossey,foto,hardened,hardin,hardware,inflict,inform,informace,informal,informationen,informing,infrastructure,infringed,ingeborga,ingesting,ingestion,ingredients,ingvar,inhabited,inhalte,inheritance,inherited,inhumanity,initials,initiative,inflicting,inflected,intense,inflation,industrialized,indy,inet,inexpensive,infact,infants,infect,infecting,inferiors,inferium,infestation,infestations,infesting,infidels,infighting,infiltrate,infirior,infirmed,inflate,inject,injojed,injure,injuries,instantly,instigated,instilled,instincts,institutionalized,instructed,instruction,instrumental,insulted,insulting,insults,insurance,intact,intedity,integral,integrate,integrity,intel,intellect,instances,installing,installations,ins,injustice,inland,innate,innlent,innovation,innovative,innuit,inpd,insert,instability,inserted,insightful,insightfull,insightmag,insisting,insists,inspectors,inspiration,indoor,indoctronation,indo,implications,imagination,imbeciles,imbed,imediate,imidated,imigration,imitate,immaculate,immagrants,immigrate,immigrationcontrol,immortal,impaled,impart,impera,imperial,impersonated,implement,implemented,imaginable,imageshack,ima,ikke,ight,iguana,iirc,ij,ik,ika,ike,ikea,iliad,illustrations,illegally,illegaly,illinois,illiteracy,illiterate,illnesses,illogical,illustration,implementing,implied,indistinguishable,implimentation,inception,incinerate,incinerated,inclusion,incompetence,incomprihensible,incongruity,incorporated,incorporating,increasing,incredibly,independently,indepth,indiana,indicates,indicating,indictement,indirectly,indisputably,incarnation,incans,inca,impressions,imporant,imported,imports,imposes,impossibly,impractical,impressedwww,impressesed,imprisoned,inbred,improvement,improvements,impulsive,inaccurate,inaction,inactive,inadvertently,inbox,intelligencia,intensity,hardy,jackhammer,jacqueline,jade6,jagt,jahshawn,jails,jakub,jam,jamican,jan,jane,janet,janice,janj,jap,japantoday,japods,jardinero,jared,jarilo,jacking,jacketed,interbred,jackass,israelshamir,isreali,issues06,istan,istorija,italianos,itf,itmes,itv4,iusethisoneallthetimeforplanning,ivanovich,iveo,iweala,izlezi,iznad,izvor,j2,jaarsveld,jab,jarve,jaw,jax,jazera,jeunes,jewdo,jewel,jeweler,jewess,jewey,jewgled,jewlords,jewry,jewv,jewwatch,jiffy,jigs,jist,jitsu,jiu,jiving,jj,jmho,jeune,jest,jesse,jeff,jc,jd,jdrrwffjkkw,je,jealousy,jects,jeet,jeeze,jeff_gates1,jesli,jefferson,jeffrey,jehovas,jenkins,jennifer,jennings,jepordy,jeremiah,israels,israelites,israelis,investigators,interstellar,intervention,intimidae,intimidate,intimmidating,intolerance,intolerant,intressting,intrigue,introducing,intruders,invalid,invariably,invasions,invest,invested,investigate,investigates,investigations,intersects,interrupted,interred,intermixed,interbreed,interchange,interchangeable,interdependency,interference,intergraton,interlac,intermediate,intermixes,interpretation,internally,internationalist,internationally,internationals,interned,internets,interogation,interpret,investigative,investment,israelinireland,investors,irritates,irritation,iru,isaac,isabelle,isd,iserlohn,ishmael,islamisation,islamization,islamophobic,islanders,islandnet,isles,ismerek,ismer\\u0151seim,isobox,isolated,isotonic,irritable,irreparable,irrelevant,ionian,invictus,invisible,invisionboard,inviting,invitro,involvement,involvment,ion,ious,ironically,ipad,iphone,ir,ireland_awa,irika,irishd,irishdemocrat,irms,iggers,igaz,ifyouwishtoaddanewelementtoyourhomeschool,herr,hershey,hertfordshire,hervaldi,heston,het,heterosexual,hetrosexuality,hewlett,hews,hexakopter,hg1,hg2,hg3,hh,hi5,hibernating,hickory,highclere,highes,herself,herp,ifyouwant,heros,hellhole,helll,hells,helmets,helmsdeep,helpdesk,helpless,hence,henry,herbrews,hercules,herditary,herford,heritages,herman,heroin,heroine,heroines,heroism,highlands,highlight,highligted,highrise,hitchers,hitchhiking,hitching,hitlerjugend,hitlers,hitting,hiya,hjem,hk,hmmmm,hoarding,hoards,hobbit,hobbling,hobby,hockey,hoe,hofmeyer,hogs,hitched,historisk,histories,himalajafoundation,highschool,hihetetlen,hijabs,hike,hiking,hill,hillary,hilton,himmler,historically,hindus,hipicrits,hipocracy,hippyism,hiroshima,hirschel,hiss,historians,hellenistic,hellenic,helicopter,hb,hats,hatt,haughey,haul,haulin,hauling,hauls,haven,havin,havoc,hawken,hawking,hawkins,hawthorne,hay,hayden1488,hayes,haywire,hazafias,hathaways,hatey82k2,hatewatch,harry,hardylaw,haribo,harmonic,harms,harold,harp,harrington,harrisburg,harryville,haters,harvard,harvest,hasitsfertilityratesignificiantlyincreased,hasnt,hassel,hasten,hat,hateful,hazel,hbh,helge,hbs,heavens,heavier,heavyweight,hectic,hector,hee,heels,hef\\u00f0u,hegemony,heheh,hehehe,heights,heily,heims,heims\\u00f3kn,heinious,heinrich,heisst,hela,heavenly,heathway,heathrow,healthcare,hcf,hea,headfirst,headind,headline,headphones,headscarf,headteacher,heap,heathen,heaps,hears,heartbeat,hearted,hearty,heated,heater,heath,hogy,holboth,holdomor,hwy,huntington,hunts,hups,hur,hurford,hurlee,hurling,huron,hurricane,hurrying,hurts,husbands,hussars,hustle,hut,hutsul,huus,hve,hvorostovsk,hunted,hunt,hunger,huffed,htmlsinnfein,htmlwillieatkinshttp,htmlyoutube,hu,hubbard,huckleberry,hudeksem,hueys,hugrekki,humpback,hulu,humanism,humanoid,humiliation,humility,humour,humourous,hump,hvorostovskiy,hxbcyx97jgm,htmlnushawnwilliamshttp,hyde,icsc,icy,idag,idcatre75s52620110629,idenity,identifiable,identified,identifing,identifying,identities,ideological,idf,idiocy,idlewild,idolize,idolized,idolizes,idolizing,ifamericaknew,iconoclast14,iconic,ic,hypocrisy,hydradeck,hydrogen,hydroshok,hyena,hymn,hyperdrive,hyperinflation,hypnotist,hypocritical,iberian,hysterical,hz,h\\u00e9r,h\\u00f6xter,i2a2,i4,ian,iazn9v3ha3y,htmls,htmlhttp,holds,hooliganism,homies,hominems,homogenous,homophobic,homosassausa,honda,hong,hongary,hongcouver,honorable,honored,honors,honourable,honoured,honv\\u00e9ds\\u00e9g,hoo,hoodies,hookers,hooking,homey,homeshcool,homer,holstein,holes,holidaying,holier,holiness,holla,hollum,holocau,holocausthandbooks,holster,homepage,holston,holtyre,holycost,holyfield,homeles,homeless,homemade,homemaking,hoola,hools,htmlasimpleonlinetrigcourseforum,hooves,hound,hounds,hounters,housed,household,housemates,houser,howe,howzit,hp,hpd,hpzxtq3t1wu,hrabri,hs,hs477,hsc,htmcoreconceptshttp,htmintroductiontotrigonometryhttp,htmlandhttp,hotter,hotbed,hosts,horizontally,hopeless,hopes,hopfully,hopkins,hopper,hops,horace,horde,horns,hosted,horny,horrified,horrors,hortons,hose,hospitalised,hospitality,hostages,\\u91c7\\u7528\\u5de6\\u773c\\u4e13\\u5229\\u6280\\u672f\",\"being\",\"much\",\"live,most,own,last\",\"watch,country\",\"anyone\",\"also,make\",\"did\",\"re\",\"find,look\",\"news\",\"same\",\"great\",\"video,going\",\"ve\",\"down,could,every,need\",\"am\",\"blacks\",\"their\",\"got\",\"over,into\",\"never\",\"even\",\"she,around,where\",\"years\",\"kids,year\",\"its\",\"way\",\"his\",\"day\",\"and\",\"old,very\",\"s\",\"many\",\"too\",\"n\",\"there\",\"race\",\"promoting,27,uses,stayed,player,useful,proof,raping,irving,smoke,useless,farm,council,regardless,concerned,actions,norwegian,possibly,grand,fits,fair,series,45,created,benefits,dancing,market,settle,arab,committed,vs,besides,plenty,ar,opposed,goyim,islamic,activism,homosexuality,homosexual,seek,homo,ukrainian,behave,target,companies,match,fans,wpww,tribe,acts,whitefish,dedicated,republic,q,holiday,holding,refuse,lunch,justin,beating,complain,bucks,offers,denmark,ww2,funeral,claiming,physical,incident,figured,standard,forest,weight,solely,wiki,johnny,worked,extremely,games,immigrant,published,connection,turkey,afternoon,daily,images,entertainment,push,solution,closer,cap,via,birthday,held,effort,won,corps,treat,hated,mods,guilt,francisco,cleaning,surely,innocent,mit,rich,position,destroyed,edit,detail,jim,hates,missouri,pool,scottish,stood,neighbors,ladies,quit,return,dude,minorities,chose,science,murders,trial,flyers,oi,superiority,bread,slowly,letter,33,voice,yours,iq,sacrifice,jumped,arm,tests,century,shocking,horse,older,trip,union,pagan,beast,raped,mt,liked,mtv,aol,nowadays,rage,losing,thus,valley,gays,shut,knowing,butter,decades,fools,apart,sea,gene,generation,knowledge,yea,description,bill,genes,pakis,2001,responsible,related,arrest\",\"now\",\"or,if\",\"well,those\",\"http\",\"than,few\",\"say\",\"us\",\"do\",\"white\",\"because\",\"want\",\"any\",\"we\",\"back\",\"should\",\"t\",\"these\",\"school\",\"her,only,then\",\"new\",\"had,were\",\"like\",\"you\",\"time,other\",\"think\",\"young,german,asian,whole,fact\",\"been\",\"in\",\"this\",\"go\",\"slavs,forgot,heil,spanish,greece,commercial,savages,burn,hispanics,international,openly,bodies,mouth,lines,upper,himself,hardly,statistics,parts,mexico,cow,orders,research,step,focus,super,steel,32,attend,dangerous,appears,smart,24,awesome,everybody,nose,monkey,became,wtf,poles,beach,designed,dozen,ignorant,pistol,rap,houston,win,iceland,oil,shown,twice,breeding,advice,loved,creatures,honor,bag,dollars,passed,destruction,france,sat,terrible,beliefs,bright,blame,mediafire,golden,gotta,swedes,behavior,warm,agreed,wild,indian,onto,issue,meeting,july,wrote,nonwhites,blonde,hearing,assault,appreciate,legal,justice,ss,travel,department,theres,window,somebody,finding,ends,haha,block,preference,famous,asking,soccer\",\"com\",\"how\",\"know\",\"is\",\"not\",\"as\",\"whites\",\"has\",\"but\",\"www\",\"he\",\"m\",\"be\",\"good\",\"see\",\"all\",\"crime\",\"that\",\"an\",\"of\",\"fugitive,ft,worshipping,5000,enforcement,fu,gaelic,fugue,gained,stars,gain,ending,funding,endless,silesian,wound,simpson,wouldnt,silver,f\\u00e5r,4th,poisoned,pleasure,chips,trucks,chimpout,staff,skull,burger,foundation,mug,personality,personnel,burglary,mulatto,persecution,400,slaughter,forming,former,format,entertaining,burton,tor,plants,frankfurt,trunk,png,skill,frozen,plymouth,friendship,eng,bulba,skadarlija,plot,freemasons,worn,42,1950s,stamps,engineered,bulls,engineering,stamp,msnbc,trusted,bully,trunks,permanent,chances,morals,shoe,misunderstood,sheboon,portugal,goldenboy,norge,stepping,norfolk,nordid,mjodr,eliminate,elite,civilizations,mo,62x39,gliwice,noose,ships,glassy,shock,steam,brainwash,portuguese,goodness,goods,booze,norman,boom,miscegenation,grad,1909,wntube,grabs,69,missed,1911,mistaken,shared,steps,ck,gott,sharp,bored,gospel,gorilla,ulster,circumstances,gig,52,modise,empty,brief,mongol,twin,brilliant,chromosome,gender,britons,brits,gdp,55,gauge,54,gathering,montreal,gate,1940,worlders,garden,garda,gap,twitter,chuck,geographic,emergency,shooter,popping,staying,braveheart,shoplifter,gf,performing,shore,cinco,emission,employee,breathing,breeds,ty,moments,shots,brewing,cia,emperor,churchill,mum,entirely,sleipnir,familiar,nebulae,established,necessary,fallen,chef,yelling,youngsters,fairy,cbc,faint,failure,cheese,soundtrack,fail,physics,faggot,cds,trained,et,celebrity,phrases,souls,21st,negative,establish,torture,natvan,pierre,cash,favour,cason,1998,favorable,sponsored,translations,pie,essence,yatsenyuk,fate,faster,fashionable,sorrow,essex,transfer,fantasy,catholics,southeast,facing,fb,neighbours,spelling,explaining,experiencing,nem,2000,phosphor,expecting,chairman,expansion,spear,neolithic,ewell,characteristics,nervous,township,philosophy,excuses,chambers,toys,exception,specifically,explode,explosion,facility,exposing,phrase,splc,spitting,checks,trail,southwest,sovereign,eugene,fa,yer,photoshop,207,spics,extraversion,spending,extinct,cents,eve,traditions,expressing,expressed,26155,fbcdn,37,mutations,1977,entry,flood,cake,environment,flip,flint,sqwincher,smell,nickname,flier,flee,pitch,flavored,flare,equal,equality,equally,mythology,square1,fitness,cafe,flower,fist,flowers,planned,trolling,forbidden,366388,troika,fool,slightly,1973,muscle,36,bye,musical,plague,slogan,slope,slovenia,fm,flyer,31st,311,entitled,equipment,3000,transplant,fiction,treason,captured,29th,soil,sole,careers,carefully,29,errors,felony,solo,som,feels,278,traps,nationals,feces,ni,shakespeare,spots,transylvania,sofia,error,perversion,erin,firm,equivalent,firefox,cameron,perverted,pink,nicer,snyder,finishing,nail,fingers,erik,cancer,candidate,socialism,socialist,cans,socialized,cape,fifth,capita,carried,segregated,mirror,purely,isn,researching,agreement,islander,locations,atleast,pump,log,irs,logging,resist,resistant,ironic,iraq,attacker,attempting,pulling,agent,respects,involving,responded,au,inventions,invention,invaded,intuition,lookin,punet,viking,requirement,associate,assembly,jeans,jean,literal,repeat,jay,repeated,jason,assets,replies,assignment,reporter,associated,athletes,assumption,aint,livestock,ivy,republican,iv,itt,lmao,ate,punish,loaded,issues,introversion,introduced,australian,advancement,rice,axis,rides,ridge,wheaton,province,adversary,lurking,wheelin,infection,vengeance,infantry,industry,rican,ripped,lynched,backed,proudly,ritual,backpack,adorable,adopted,increased,increase,protester,protection,injury,vermin,retailer,avondale,interrogation,retard,vice,affordable,authority,auto,returns,intentionally,intent,ave,int,af,revolting,insane,instill,whatsoever,lovers,instance,advise,inspiring,inspire,reynolds,lowest,prussian,rhodesia,insanity,lit,jeremy,macedonia,jerry,anthropology,lectures,rare,wandering,ksr,lefties,lefty,leg,amen,rats,amazonaws,antwoord,anu,weale,walks,knocking,wales,waking,wealth,waited,wagon,wagner,realizing,lemmings,klansmen,amarillo,kitchener,kung,kurdish,anthropological,amy,radioactive,laughs,latinos,rag,andy,lasted,laptop,rainforest,raised,lane,analysis,lands,waterford,ky,lame,leader,warms,waters,warfare,racialist,lacking,labour,warcrimes,ranks,answering,rants,alternatives,kingston,kindergarten,relocation,alex,reinforce,jul,relate,jpghttp,relationship,purse,jose,arse,arseniy,joking,articl,asap,jus,jjt,asia,alan,jewtube,visa,remington,remnant,jewelry,welcoming,jetlageando,aspect,removed,algebra,arkansas,kin,allies,killings,killer,apr,recommendation,recommended,letters,arabic,keyboard,kentucky,kein,voting,keen,allied,regret,refer,reference,kassin,websites,reflection,allegiance,arent,refusing,regency,vomit,volunteers,lift,incidents,wherever,shades,betrayal,heading,scpf,scream,melted,hayden,screwing,melting,97,membership,haunted,96,births,92,unknown,mentally,bits,predominantly,blackout,unite,blanket,blast,merry,haplotypes,unification,winner,89,precious,headlines,98,healing,schlitz,abortions,aboard,hes,scarborough,untrue,scary,pretend,scenarios,bg,bias,schedule,helpful,unsuspecting,billy,presents,medlem,sciences,hebrews,bil,scope,scored,scot,heartbreaking,billboards,hearings,mega,seekers,handle,mestizo,min,militant,militants,boards,pound,militias,grove,gross,uncivilized,pot,grocery,groceries,grip,73,boarder,grief,bolt,greeks,greater,gray,unaware,minnesota,minor,mins,granted,grandson,wns,guarantee,sept,prayers,practices,hamms,el,hamilton,haman,praise,halliujah,blocked,828,haired,haircut,hails,82,blogs,guessing,ppv,hacked,hack,powered,sensing,gut,wit,sentences,78,separate,guise,mighty,hidden,beside,machete,highlights,iam,programming,actively,acted,mandela,rude,manipulated,vaccines,professors,v4,professional,runs,humor,hum,basket,mar,production,product,acknowledge,marching,produce,achieve,bathroom,batteries,hphotos,s3,hows,malls,icq,identify,immoral,admits,baked,vast,improved,robinson,import,madness,rods,imperium,mag,imo,admin,magazines,projects,romanians,illyrian,illness,romper,il,roots,whine,vanguard,bankers,addict,valued,value,utterly,bautista,whoever,belgrade,sandiego,hollywood,hollow,belfasttelegraph,belgian,holder,matthew,holahoax,mature,principal,hoax,maximum,believers,belarus,ups,abusive,belive,mb,upload,hired,hippies,primarily,mcdonalds,hillsdale,hills,upcoming,holohoax,materials,utah,hoops,sacrifices,mars,beaners,marta,horror,beard,probation,horizon,hordes,marxists,maryland,beauty,mask,beings,hooligans,masons,accidentally,begins,begun,privacy,masters,accepting,homework,prisoner,samis,priority,steubenville,cream,contempt,closing,paki,deviant,constant,08,suburbs,counting,earl,zionism,tigers,collection,stopping,constitution,suicide,taras,couples,offered,targeted,orchestra,clubs,compete,overly,stormed,commenting,pakistan,offending,npd,developed,distinctive,davidduke,thou,dresses,overlooked,cup,stormfronters,passover,occur,swimming,penis,clue,patrick,suited,drawing,surplus,contributions,contacted,penny,economic,subtle,stomper,omg,condition,1488,tastes,cruise,paradise,eddie,domesticated,stunk,contain,symbols,stones,cousin,pedophilia,controlling,comic,suites,csabi,courier,partially,convert,paint,convenience,sum,diablo,democracy,tim,ebola,dramatica,demanding,zionists,obituary,drew,convince,debt,ticket,tactics,doc,desired,string,strip,drown,divorce,temporary,outta,occurred,czech,streaming,coke,sue,opposition,outlets,dangers,numb,desire,dry,opportunities,tail,pedophile,outraged,opponent,cork,theater,descent,tenn,swamp,commitment,conquer,commited,nuts,tends,des,deserves,outs,zulu,depressing,coal,taco,deny,07,pearl,comparison,documentation,och,zimbabwe,determined,determines,thule,detrimental,congo,thankfully,tie,confusing,curricula,den,structure,tables,palatka,thunder,svalbard,outfit,palestinians,outdoors,coons,swede,1500,pellets,cuz,dyed,considering,drivin,corruption,cluster,dying,denying,overcome,temp,deliberate,surrey,conclusions,t100,taylor,degeneracy,colored,olds,supports,\\u00e5,contract,patience,obtained,tee,supporters,discover,textbook,sunset,zo\\u00eb,discusses,dekalb,payments,concerns,testament,concepts,organisation,concentration,oxygen,taxi,crisis,tiolets,og,diseases,subrace,compliment,edward,technique,classmates,colors,sticks,1900,eight,clash,computers,defining,coloured,threaten,styles,tears,defence,crawl,zombies,colours,disagrees,tis,creator,creature,crappy,oktoberfest,directing,combat,norwegians,threadid,creep,observations,13th,payer,perceiving,obtain,submissions,classified,stockholm,deg,1066,deleted,cowards,covers,sympathy,thieves,ortolani,diet,edt,donation,diesel,covering,pat,dragged,terrorists,edited\",\"more\",\"a\",\"black\",\"some\",\"they\",\"our\",\"no\",\"on\",\"what,when\",\"by\",\"my\",\"have\",\"here\",\"who\",\"was\",\"get\",\"i\"],\"name\":\"Word Rank Frequency\",\"type\":\"bar\",\"x\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269],\"y\":[6770,4703,4577,4317,4006,3478,2860,2365,2209,1930,1818,1673,1536,1484,1464,1457,1324,1273,1249,1045,984,970,893,869,851,832,829,793,777,770,760,751,751,741,740,709,673,668,663,653,652,637,629,617,588,568,536,524,521,516,515,513,477,470,462,445,444,444,437,435,429,423,419,395,377,371,353,349,341,334,325,316,315,309,306,286,282,282,281,279,279,274,273,273,273,271,267,262,261,256,251,250,245,244,242,242,241,240,240,235,231,226,225,222,222,220,215,214,212,211,211,209,208,208,208,205,203,202,202,200,196,194,191,191,191,191,190,188,188,185,183,182,181,181,180,179,178,178,171,170,170,169,169,169,169,168,166,163,162,160,159,159,156,155,154,153,152,151,151,150,150,149,147,146,144,142,140,139,138,138,137,136,136,135,135,133,132,132,131,131,130,129,128,126,126,126,126,124,123,119,118,116,115,115,115,115,114,112,112,112,112,111,111,110,110,108,108,107,107,107,107,106,105,104,104,103,103,103,103,102,102,102,100,100,99,98,96,96,95,95,95,95,95,94,94,93,93,93,92,91,91,91,90,90,89,89,89,88,88,88,88,87,87,87,86,86,86,85,85,85,85,85,85,85,84,84,84,84,83,83,83,83,82,82,82,82,82,81,81,81,81,81,80,80,80,80,80,80,80,79,79,78,78,77,77,77,76,75,75,75,75,75,75,74,74,74,74,74,73,73,72,72,71,71,70,70,70,70,70,69,69,69,69,68,68,68,68,68,68,68,67,67,67,67,67,67,66,66,66,65,65,65,65,65,65,64,64,64,64,63,63,63,63,62,62,62,61,61,61,61,61,61,61,61,61,61,61,60,60,59,59,59,59,58,58,58,58,58,57,57,57,57,57,56,56,56,56,56,55,55,55,55,55,55,55,55,55,55,55,54,54,54,54,54,54,54,54,54,53,53,53,53,53,53,53,53,53,53,53,53,53,52,52,52,52,52,52,51,51,51,51,51,51,51,50,50,50,50,50,50,50,50,49,49,49,49,49,49,49,49,48,48,48,48,48,48,48,47,47,47,47,47,47,47,47,47,47,47,46,46,46,46,46,46,46,46,46,46,46,46,45,45,45,45,45,45,45,45,45,45,45,45,44,44,44,44,44,44,44,44,44,44,44,43,43,43,43,43,43,43,43,42,42,42,42,42,42,42,42,42,42,42,42,42,41,41,41,41,41,41,40,40,40,40,40,40,40,40,40,40,40,40,40,40,39,39,39,39,39,39,39,39,39,39,39,39,38,38,38,38,38,38,38,38,38,38,38,38,38,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,35,35,35,35,35,35,35,35,35,35,35,35,35,35,34,34,34,34,34,34,34,34,34,34,34,34,34,34,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]},{\"hovertext\":[\"vanish,sweat,oprah,deportation,rss,illegals,accent,partitas,urge,urban,priorities,beg,prior,masslive,adj,honesty,tfr,sand,mates,baroque,depression,academy,sandra,sally,samhain,acceptance,definitly,behalf,manage,begley,contacting,thanx,homos,mails,banana,urine,ikevald,acquaintances,rooms,mailed,whilst,thai,behaved,10pm,dependent,barrett,behaving,deprivation,barrels,beheading,behold,container,ich,prone,contemporary,principles,principle,var,cons,magnum,rudeness,ho,ballista,vail,believed,hl,saskatoon,upset,hybrid,rolls,variant,descended,rolling,roller,believes,rollbar,hybrids,princess,immediate,vain,hype,adjustable,hygiene,adjective,belgium,holly,derailer,mathematics,rooney,mannerisms,illusion,mankind,printing,mathieson,manitoba,mathisen,acres,illustrated,romantic,maths,pronunciation,barking,profit,beleive,opposite,1034,depth,conscious,vans,bare,magyar,conscience,printed,sapiens,sales,usc,masses,marked,processed,icelanders,utter,rotting,ideology,utopian,marks,proceed,marlin,utilities,iceberg,ord,hotels,swords,rotten,accusations,parody,route,prominent,ross,demonstrators,hostility,contaminating,promising,routine,swindled,igger,demonstrating,hovhannisyan,salem,rouge,rouse,prodigies,produced,actress,maria,barbarian,bath,procreate,achieved,projection,orchestral,constructed,crazies,baofeng,baton,hrs,symphony,hq,thandi,batch,swinging,battistelli,hub,howard,roughly,icelandic,marc,probz,swp,demarco,promoted,promotes,safely,safer,bears,109,marxism,whut,1091,dennis,whyman,hypothetical,activists,iii,hypocrites,hoot,denson,profession,sailors,hung,saint,beefcake,rope,root,adds,prize,switching,massacre,uzi,progressing,denial,demand,ropes,addressed,bean,productions,whitefreespeech,addresses,demos,thankful,whores,organ,ignored,horses,ignores,horn,sadest,roy,i2,demps,ignoring,accordingly,igor,rticle,bashed,orangutan,i1,martin,satellite,stickied,abusing,concerts,wire,uneducated,semitic,thepiratebay,mi,hafa,semen,800,selves,81,unemployment,theories,hahahahahaha,meum,selfish,pastor,metro,blocks,condemned,une,semmelweis,bloodlines,senses,gunsmithing,bluebells,oliver,differ,wishing,undesirable,undesirables,gvideo,gypsie,mich,blown,blowing,undo,powers,blow,dieversity,sends,sender,blocking,theology,selection,hanged,handily,surprising,surprisingly,messenger,handling,blend,handy,88whitetiger88,bleeding,winnipeg,\\u00e9,hangout,ongoing,dh,securing,bleach,mert,happend,87,unfortunatly,metric,surface,blockers,select,haitians,theodore,method,meters,seig,1300,12th,seemed,bling,segir,dian,hampden,winston,claremont,dialogue,wins,sentenced,777,abused,gunfire,bombings,sexist,postcards,bombing,70s,greencard,ol,severely,greeter,greeting,unbelievable,bolsheviks,minimal,mini,bolshevik,settlers,settlement,boleslav,supper,bombs,ministers,sexuality,minus,granddaughter,grandma,boobs,grandpa,\\u00e2,grandparents,compromised,6th,bonuses,bond,grappling,grasp,thermal,bonnier,okayafrica,supermarket,supernova,graveyard,griffin,bold,sets,poverty,patches,gta,digital,bmxsociety,pouring,digging,oleg,guest,guidance,concentrating,separatist,migrated,guiness,guinness,patch,powder,midnight,midlands,supposedly,din,supply,server,1330,supported,milwaukee,grizzly,paternal,dino,concealed,potato,132,militaries,mills,750,grouping,wives,dinaric,growth,sergey,sergeant,uniform,surround,uniforms,dey,sceptical,congressman,bi,opens,presumably,destined,beware,scattered,abduction,operate,abiding,syunik,scares,abilities,scare,hesitate,hess,pascal,meantime,abc,biased,thee,wilhelm,mediterranean,9uyudq1yuxu1dur,schoolers,schooled,schoolchildren,congratulation,medicine,hel,congratulations,bibles,schlimm,schiro,bicycle,abandon,abandoned,scheduled,medal,congress,desperately,connecticut,beuthen,ben,benjamin,hints,benef,deserved,savate,mc,conor,primate,swam,connections,historian,belonged,wigga,saul,sauce,uprising,wif,hitchens,opp,designers,meaningless,md,scan,unusual,prevailed,scales,desk,abouts,bessie,mdash,sb,saxon,abraham,bernt,unworthy,mckenna,hijab,mckee,upa,designs,9th,schweigen,bigot,unmoderated,menu,900,universe,searched,mentioning,devestating,seal,unlike,confined,confess,93,scumbag,surviving,birthplace,memo,scrounging,hawaiian,96fg6ft02lyfruz,harnett,harmful,wiltshire,hardcore,predator,unintelligent,secular,sector,conference,harbor,sectarian,secs,meredith,uniting,mere,blades,hardest,secondly,devils,sec,harlem,harley,confiscated,develop,medium,scontent,determine,scotch,heartless,unrest,suspicious,heat,passenger,unruly,scipio,billion,scientists,\\u00f0\\u00b5\\u00f1,bikini,scientific,bikel,heem,sci,116,presenting,presented,survivors,screamed,susan,120,meltdown,haymaker,9780618004829,screeching,9781874622680,biology,melinda,scots,scrap,confusion,suspenders,bin,heal,passion,billions,scott,scarey,backing,impact,jurors,voodoo,kanal,voted,lick,refuge,pyre,alleged,culturally,aren,culturalism,libraries,pyrodex,referring,referred,countryside,04,kata,reed,kazaa,refuses,arguing,lied,volumes,pakkis,tap,weed,regularly,volume,alike,curb,lifted,registering,aria,counterparts,lifestyle,von,regina,kaffir,regiment,regime,cunning,reduced,reduce,kdvr,lethal,overseas,apt,ally,alma,kidner,apps,recognized,kiev,approx,aquinas,courts,recognition,alongside,overwhelmingly,reckon,approach,alphabet,lesser,kicks,ar10,architecture,kelly,coupons,allot,redneck,ct,allows,vouch,archaic,painted,kelsey,khudoyan,kelso,reddish,qaeda,recruiting,kent,levo\\u010da,ararat,khanty,lightly,lightning,tf,cough,lipped,remark,tamir,ashore,alaska,ashes,remained,asatru,linux,temperature,weiss,linking,artistic,artillery,visitors,religions,jokes,temnaya,arthur,remembered,lippen,asiatic,remote,jerusalem,jesery,removing,temple,cylinder,cyf,talkin,welcomed,ala,vision,tempered,corrupt,paljon,liquid,reminder,reminded,05,jgsales,jonasridgeway,weirdo,costumes,tanned,albums,vnn,judgement,vocalise,wehrmacht,jueda,juice,currie,vocals,jude,couch,arnold,alexander,armies,alfred,armenia,voices,junkies,rejected,curse,cotton,curve,jord,cussed,joseph,lincoln,arrogance,limited,relax,journey,arrive,ju,joys,arrival,tank,tanks,vladimir,relations,relating,album,recieve,appreciation,recess,alphabetical,labled,warchief,pagans,laced,random,lacks,ample,lactose,craig,league,amren,lager,amsterdam,te,rammstein,ramifications,rameau,rambling,annapolis,ranger,amnesty,label,kurds,wayne,crissy,rappers,taxpayer,rapists,crips,anthropologist,crippin,amish,waves,kuzmin,crimusz,ant,kyle,p226,ranting,tb,waving,ralph,creepy,laminator,andrews,raid,ancestral,angelfire,raging,lastword,angela,angel,anchor,creation,angle,latimes,andreas,latino,anchored,latvia,wasp,latvians,tear,paedophiles,teaser,lamps,crank,001,lancasteronline,lcr,landed,analogy,creek,tech2,anarchists,craphole,laurin,anker,langauges,lawsuit,watches,lawn,larceny,lard,ancestor,critic,rabid,ozarks,wafb,wad,quiet,klansman,covered,klement,reasonably,wade,rearing,crown,cousins,lemming,knackers,knee,quietly,quinn,03,crowded,apod,lenin,rebellion,apathy,kindred,crush,appreciated,reception,appointed,crusaders,als,crumbling,applies,kinds,apples,applied,applications,queers,recall,alt,tat,rebuild,quex,crossing,ownership,ks,ratings,legion,weakness,raw,ravaged,kountze,coz,legally,ambulances,wander,koreans,rates,weaker,antics,cpamikei,krigsforbrytelser,kristine,rabbit,rascist,cows,korean,realistic,kod,realised,apathetic,realise,knowingly,apartheid,telegraph,quot,ox,any1,r1a,readily,kolding,kolovrat,legitimate,cowboy,kondor,kong,coworkers,virtue,cyndi,jerk,vh1,lrm,richard,aww,lr,injun,injuns,oslo,veri\\u00f0,ricans,ink,inmates,ribbon,innocence,awarded,advertised,loyalties,rhythm,loyalist,contributing,richland,richmond,inherit,luckily,lurker,riga,adventures,influenced,lully,provinces,baba,verdict,azcentral,inherent,proving,aye,paragraph,ingratiate,debras,lub,ridden,awwwwww,rhodes,advertising,insinuating,vg,integrated,daylight,revelation,lottery,conviction,avatar,vet,intend,reveal,revenue,reuters,convictions,autopsy,dawg,inter,interact,psychology,davison,afa,louder,reyes,aw,adverts,ott,awake777,controls,advocates,revolvers,verry,territories,terrified,louisiana,pseudo,whatnot,institution,revision,aerox,instruments,insult,avoided,baboon,deceased,lust,roads,robbers,prostitutes,inappropriate,deer,bake,vastly,deeper,incapable,vault,robbing,originated,incidence,bah,deeds,protecting,bags,macc,baggy,robbie,bakh,dedication,rod,roi,mafia,roger,parkelj,parked,rodeo,imply,implying,baldwin,s\\u00e5,proscribed,admired,admission,impoverished,impressed,balance,impressive,defeat,mac,income,advent,orleans,bachelors,rise,indoctrinated,bachelor,whereas,decked,ripe,indymedia,decimated,t102,infant,lycurgus,pardon,vent,inferior,lviv,100000,luther,lynchings,backgrounds,incompetent,backward,adolf,badly,origins,adopting,veiws,independence,vejle,rk,adoption,lynn,indgrid,paris,decloration,t101,indicate,grandad,decline,indicted,whale,authors,tales,davidson,items,punished,repulsive,tainted,welsh,lizards,ivan,ahold,astralweb,reptile,iz,reproducing,reproduce,astralvoyage,astral,representing,dakota,aided,jackets,itemid,villagers,dame,pantheon,cor,agrees,islands,isle,locate,punches,isolate,rescue,reread,requested,requires,pant,ation,israely,outpost,tennessee,loan,ist,represent,jackie,aimed,jealous,correctness,tempting,welding,pals,outstanding,jdownloads,repatriation,reparations,ak,pamela,lite,cz,lists,rent,renoir,assaulted,aspx,ak47,repeatedly,literature,takedowns,litte,jacob,jade,dailymail,association,daggers,dads,airwaves,corporations,puppy,liters,replied,litrichean,virgin,lithuanian,lithuania,virtual,japs,airy,copyright,reserve,lock,ta,auschwitz,aus,publically,looney,aunt,convincing,afterwards,introduction,cooked,intimidation,cookie,inuits,cookies,wetbacks,tab,restricted,auction,outcasts,aussie,intimidated,restrict,ourselfs,intergrate,interia,interior,loses,losers,loser,authentic,retirement,dave,ous,lords,retarded,afghanistan,paperback,interstate,austrian,austria,australians,inventor,lonely,dang,att,iranian,iraqi,attachment,logo,resort,tereasa,logins,iron,atrabilious,vierling,outgassing,irresponsible,dangle,logged,viewing,pumped,isbn,punched,danube,cooper,outcome,darkness,investigation,westf\\u00e4lische,darn,puhetta,attracted,vide,attorney,darkthrone,videoplay,westerns,involve,attics,agendas,involves,darkies,outdoor,terminals,lololol,grandchildren,handbooks,freely,dynamite,substantial,tournament,bust,comedy,plantation,trophies,substitute,foreighners,plastic,trotski,tourism,bush,slaying,charney,buster,forefathers,murderer,combing,dym,butler,evolved,forbes,forbid,donate,trolls,charles,butch,tower,evolutionary,evolution,speeches,neue,dysnomia,forgive,spellblast,chats,15th,trucker,europids,europid,formula,spends,sperm,chase,multiculti,multicult,3rd,chatting,burned,nevertheless,eurorus,burnt,phenomenon,spelt,evancho,evangel,spells,3days,multikulti,tougher,dominant,zebowice,burzum,dyson,neutral,forgiveness,chased,subspecies,murderers,pittsburgh,submission,slut,nu,slum,slugs,cabal,flv,flyering,cabin,c18,flying,fmj,execution,philly,trips,obsolete,phoenix,murdering,smash,smearing,nephew,colt,flipped,smashing,existing,peer,dope,challenged,tring,subhumans,flooded,existed,subjected,slovenians,slovakia,wwii,chapters,buzz,ww1,exams,philippe,muscles,dong,donetsk,peice,dyke,dykes,butts,subsequently,networks,murderous,netherlands,specifics,chants,plains,strangled,channels,folklore,exciting,champion,pellet,wwi,dwarf,tp,musician,fold,donuts,fohrendorf,spewing,fortson,fortunate,comming,peterson,frequently,truths,freshly,1985,plug,torn,closely,trutube,1982,fried,patterns,1981,easiest,1990s,closest,comfortably,chemicals,essentials,essential,freeman,stor,ears,wrist,freewheel,wretstr\\u00f6m,chemistry,ples,freeze,fref,sketch,sporting,commission,chetniks,friesl,fsb,docid,bug,tubes,mount,sisto,nicely,erica,sj\\u00e1lfsst\\u00e6\\u00f0isyfirl\\u00fdsinguna,motorrad,clinics,motorized,springs,fubu,wreck,youths,sitges,mourn,456,clips,tsunami,tshirt,fritz,mousy,sixth,wrecking,springer,frightened,chew,spree,1872,friggen,est,tiger,skilled,comical,newer,newest,muenster,etymology,playground,newly,newnation,cheer,newport,spirited,burden,pf,ethnicity,ethnically,euclid,cheaper,truckstop,occultopedia,dole,burgundy,fotos,mugabe,foster,mugged,burka,burlington,burnaby,mugshot,dollar,phd,penetrate,clueless,skrewdriver,sponsor,skingirl,freckled,docx,frederic,fredericia,estimate,frederick,skin14,40k,ear,bullets,ocean,19th,bullcrap,establishment,newsnet14,freaks,ztv,pleased,mtn,bum,estonian,frankly,franklin,estranged,trumps,mu,toss,truh,eta,burbage,40s,obsession,dusty,pest,celebrities,solvent,yada,solved,nationalistic,pedestal,yepiskoposyan,nwo,studying,travelling,strike,factor,oberschlesien,coffee,28firefox,feher,faculty,carpenter,fee,nationalvanguard,somalis,fedex,somalies,dreaming,needles,trashy,cologne,somali,pdx1,yah,sourced,traveled,pdx,28th,trailer,caregiver,fever,fac,codes,softball,draiodoir,ti,pedophiles,soviets,feminine,caps,fewer,ff,stumbled,fffg,ffg,softer,zip,cells,softly,carbine,cellphone,tread,cared,stride,duck,career,drank,throne,nv,nw,feminist,pdfmswordfile,trapped,dreams,expand,strophe,249,24th,strongly,nytimes,fashioned,transgender,nba,sould,fatal,fatally,transistor,stromfront,falsely,driven,transformed,picnic,dresden,cater,223,farcical,225,drmradio,cattle,1800s,23rd,sorensen,farmer,catches,farming,farther,farts,ncoal,soo,strive,translation,cd,yamaha,fe,nato,failing,cbs,cohen,transport,zimbawee,someday,carrots,transportation,zimmer,zimmerman,strikes,yamoto,cartoons,drove,carved,collect,structures,favourites,cayce01,17th,collar,casper,transmitted,cave,cast,fav,nyborg,yanks,negress,censorship,nascar,trigger,fitting,neil,calm,snakk,traded,fla,snack,tricycle,explicitly,flames,pisses,flanders,xd,coast,dumping,snc3,sod,snickers,expose,fires,pins,fireworks,spare,colorfully,n663evtsys8,calvin,threats,pint,cam,streicher,downloading,sneak,dunham,flares,explained,nuke,fleeing,smilie,expelled,stream,trigonometry,flew,smiley,flash,straw,myers,paychecks,fliers,flies,trace,doubtful,expense,expenses,smiths,flaws,flawed,dup,observer,dunno,cgi,pit,experiment,nelson,experts,smoking,mystical,caliber,naacp,nachrichten,payment,centers,sp,pimp,trespass,centaurus,trespassing,centered,dull,filters,treue,exterminationist,fills,stretch,throats,nancy,dragging,dukes,canyon,treet,trees,capable,fighters,xx,stunning,fifteen,fifa,fiercely,narrow,cent,socks,fictional,extremist,colonisation,canned,zembowitz,dozens,naive,campo,spanking,camping,nah,expression,stress,fin,colony,sturm,campbell,trades,exposure,camie,draco,soaker,findlay,naked,cancel,ceremony,extended,named,205,socal,extensive,financial,dumbed,peek,dracula,cockroaches,candle,sins,2222,fukushima,chron,ghosts,tion,brat,dispatched,gibberish,dispatch,summary,broadcasting,emporion,chronicle,disorder,togethers,gille,woodlands,noch,moines,ghettos,mold,enable,displayed,tolerate,starters,geyser,shopping,suits,popeye,molecular,permission,disrespect,gestures,shortage,employed,employ,complaint,glacier,uc,stating,emerald,disliked,br,mobs,noses,ubroadcast,emerging,braces,nogs,cid,officially,uber,bradford,chuckle,gk,dismissed,bradman,brady,efb,git,models,stated,pepperdine,ua,girlfriends,complaints,toes,60s,gerry,disrespectful,5d,mongrelizing,cholera,chock,genet,genesis,brighton,distant,stocking,compatriots,1950,timmy,brin,engaged,edits,britannia,distinguish,endure,suggestion,toot,58,57,tooting,shrug,gee,ged,tv3,geared,1890,shtmlhttp,engineer,cleansed,mongoloid,pensions,starring,gentlemen,permit,dissappeared,14th,shoudl,poop,christopher,christentum,christendom,brewery,perverts,dissident,mon,genug,1942,gentleman,ton,gentile,genre,chorus,bridgewater,chopping,shout,endgame,1944,offensive,twist,shouting,starbucks,wording,shoved,moblie,noise,porn,ultimate,1903,bootcamp,governor,shaped,electrical,um,140,14247,misses,discipline,stereotype,ehre,titans,1919,sunshine,possibilities,borderwatch,goths,67,discourage,civilize,goth,posing,sharpened,sharpless,performance,boredom,composer,stink,eliminated,tl901,possibility,posed,shallow,booklets,eisenhower,eistlands,grains,grain,graham,titles,shakes,disappear,superb,stickers,eko,disappearing,clap,gradually,tk,titled,steven,norse,grading,boomerang,theyre,disappointed,cla,suomalainen,oildale,grabbing,eldritch,shamrock,sternmotor,66,stinky,effective,sheot,bourne,portray,stds,bout,65,thief,\\u00e1,classmate,1899,64,stltoday,goatee,disgust,mk,effectiveness,1929,shepherd,ml,gm,mlk,yugo,patients,glow,63,pornography,disinformation,shin,embracing,ucl,shine,ugric,sheer,stir,discussed,civilised,elk,stenbeck,stem,stellar,sunrise,paths,goof,sunny,goodreads,mistakes,discrimination,goodies,mistenkt,mistress,yule,elmira,ukip,discussing,components,civilisation,elsewhere,civilians,civilian,classifications,citizenship,goldeboy,disenfranchisement,cite,sheeps,suggested,competition,nigerians,1970,singapore,bubble,brushes,novel,wpix,sid,4od,cliff,bronx,1960s,clemente,dived,mossberg,sq,gary,monument,morally,envy,wouldn,sickos,garners,gather,sudan,staged,echo,sickness,nick,mosin,persons,gathered,gates,1954,zuma,singers,comparing,stooges,thirds,notion,ensure,enlightening,nickel,mossad,stahl,brutality,simultaneously,sigh,moslem,moot,furtwangler,nie,stoning,offence,perun,turkish,1965,stadium,chickens,gangsters,enriching,brownies,brutal,enrichment,noun,odds,turbo,enriched,worthwhile,thompson,mood,chick,gander,eature,ebonics,offender,youtubenotepadpromotionalyoutubecomment,edgar,enrichers,policeman,squares,nightmare,simon,patricks,turks,offend,bucket,signal,fundraising,morgan,fundamental,tutorial,gaurd,perry,tho,clicked,divine,gb,buckshot,pervert,clerk,47,odins,shy,sink,poisonous,functions,5542,1975,tutor,climes,notre,stomach,pollute,gaga,sinister,galaxy,motive,perps,gcse,51,wrapped,pole,topeka,chin,gcses,bucur,era,brunette,communicate,sudden,niemals,srpska,galway,distraction,pockets,1970s,offenders,niggas,signs,childish,erase,distressed,zcn3wozjbwnezms,sings\",\"would\",\"youtube\",\"coat,divide,doctors,opportunity,pretending,driver,marines,nz,drivers,pa,targeting,suit,commie,offspring,lebanese,storm,advocate,option,eternal,communists,marco,prevent,meanwhile,technology,agency,marriages,abqtrib,racists,clothes,le,ethnics,code,leaders,laughed,previous,targets,pulled,leads,spray,loves,cm,spreading,loving,crew,pub,accounts,strength,process,aluminum,lee,lyrics,elderly,stat,taurus,oregon,matters,toilet,doomed,einstein,makeup,toilets,\\u00ed,activities,obsessed,alarm,tolerance,memory,liquor,alabama,prince,eggs,discussions,actualy,elected,protest,distribution,alcohol,mad,tn,administration,cowardly,mainly,disappearance,license,libtards,allegedly,dung,occupation,library,adding,stations,columbus,lights,toddler,p\\u00e5,liberia,prom,elements,tax,comfortable,loyal,enjoyed,legs,tool,provided,disney,ah,ra,amendment,peace,weak,patriotic,thru,disgrace,located,wheel,clinton,tchaikovsky,chimp,techniques,thugs,teams,mercy,peanut,mans,stands,provide,chocolate,lesbian,aka,direct,colleges,mental,tiny,pupils,patrol,alright,queen,medical,alternative,punk,chooses,opening,edge,distribute,preserving,stolen,choir,choices,address,joe,europa,genuine,genius,decision,ruin,bringing,rubbish,december,nearby,dec,rough,gear,banner,rose,bang,ignorance,romans,brooklyn,sig,romanian,contribution,hungary,shoulder,details,described,continues,pieces,testing,worship,deputies,housing,shoots,navy,htmhttp,moral,worldwide,bastard,declare,nazis,huh,rus,rural,derren,brethren,browns,worker,connect,inc,dc,inhabitants,verl,freak,skinny,input,pen,awakening,francesca,instant,popped,daughters,integration,slang,versions,intellectual,theft,intended,intention,a\\u00f0,influence,bulk,dealing,sincerely,included,incredible,monitor,fully,budapest,sir,buddy,frontline,infested,territory,situations,buildings,riot,2015,infected,bulgarians,fresh,gives,swear,deport,greetings,scientist,uns,hehe,30s,bid,pity,guide,bmx,helped,410,serbia,serbian,msn,msm,th,serve,wrestling,uncle,43,placed,habit,semitism,haplogroup,harm,harder,season,harris,blank,multiply,har,harsh,plates,hearts,scumbags,350,swim,birds,haiti,sydney,headed,denied,berlin,narrative,09,systems,bosnian,homicide,nationality,begging,began,shed,salt,mosque,beethoven,gold,275,shelf,becouse,ufc,users,moron,shift,glock,globe,shave,gorgeous,bore,hits,benefit,nasa,hire,grateful,uploads,graphic,pile,grammar,graduated,motivated,graduate,grades,hmm,motorcycle,grace,boots,goverment,holidays,slave,diverse,dat,perfectly,category,fantastic,argue,refugee,perform,yup,caused,falling,references,fence,votes,fairly,tan,fags,reds,cossack,kevin,cost,fascist,fashion,registered,possession,artists,niglet,joining,fell,yr,arrogant,release,feature,juden,talked,forgotten,favorites,nnn,junior,junk,sooner,jury,recommend,approximately,kikes,cultures,reached,excited,toy,walt,changes,exchange,antifa,conclusion,rapist,exact,wise,wisdom,ppl,labor,laid,counts,penalty,react,organizations,killers,mike,curriculum,kingdom,overwhelming,extinction,kit,apple,spain,traditional,exposed,explanation,organized,experiences,apologize,organize,cure,knock,reads,visited,vodka,johann,2007,conflict,item,aswell,moderation,survivor,06,cameras,footage,invasion,firearm,represents,finnish,flooding,assuming,finished,responsibility,italians,responses,flags,attempt,philadelphia,mod,calgary,danger,confused,attending,request,daniel,response,snake,theirs,require,followed,assume,butt,camps,assassin,intj,remains,asks,treated,fields,nigga,businesses,intrested,development,intro,virtually,attacking,confirmed,candidates,assaulting,mm,2008,forces,reporters,yourselves,corner\",\"und,sweet,scandinavian,aryans,artist,directly,herd,encyclopedia,cares,nigs,helps,guard,pakistani,scared,reliable,direction,relief,feelings,yrs,piss,pregnant,arrived,visiting,relatives,feb,federal,denver,tom,carolina,baseball,dominated,bones,petersburg,1990,canadians,canadian,prepare,emily,corn,saved,reports,finns,tribes,pioneer,nasty,disagree,stealing,ordered,wednesday,italian,citizen,orion,grandmother,content,quality,dallas,saving,orlando,ontario,fest,na,soft,served,fi,treatment,quarter,dirt,master,daddy,nig,jellyfish,zone,corp,files,asses,ngc,grey,44,films,programs,regional,positive,hating,rate,supreme,secure,accomplish,walmart,bite,diego,spoke,platform,dem,essay,hatred,pain,seeking,concern,track,constantly,handgun,demonstration,potatoes,knight,tradition,spring,appear,laws,spiritual,somewhat,warrior,wasn,spin,wipe,suffer,seattle,anglo,rainbow,november,pennsylvania,secrets,everyday,dies,swing,chechen,division,annoying,owners,toward,whom,swiss,cst,character,accurate,plant,appearance,doctor,hammer,farmers,falls,coverage,cute,karina,kansas,kampf,regarding,cathedral,energy,regards,defending,oppose,cry,regular,professor,weapons,players,31,delay,privilege,pizza,favor,june,op,tools,standards,peaceful,faith,orthodox,messages,precisely,chicken,wing,recent,tragedy,percentage,costs,appropriate,selling,factory,enter,communist,scotland,opinions,dinner,topics,painting,traitor,scores,mercury,archive,1pm,construction,historical,brand,ii,adults,preservation,trust,fraud,brass,teenagers,complex,edition,01,deaths,ability,s\\u00f8rensen,deadly,primitive,orange,clearly,shoes,pointed,thursday,thier,insight,salute,cook,classical,det,context,nearest,club,revealing,brave,classroom,teens,founded,ghost,cloud,purchase,sickening,sky,frame,revolver,measure,sacred,popular,patriots,natural,becomes,negroids,terror,papers,hospital,shocked,locals,shirts,glass,mongrel,vehicle,locked,sin,controlled,funds,sing,wore,ship,goal,lower,bc,riots,sheet,pointing,oldest,workers,ts,friendly,yankee,size,bedroom,silent,img,bed,roll,immediately,indoctrination,struggle,stone,brains,shtf,safety,sas,oklahoma,data,strict,flight,basic,cal,pigs,txt,slight,invaders,throat,machine,holland,ur,publicly,downloads,nbc,decorations,nerve,hungry,term,elizabeth,ira,basketball,iran,cable,tattoos,ye,smarter,attended,crooked,twisted,putin,macedonian,respond,fo,claimed,basis,alberta,protesting,occasionally,desert,outnumbered,sleep,ted,result,officer,retail,picking,downloaded,detroit,discussion,brings,royal,lips,mein,introduce,abortion,homeschool,darker,aug,adopt,23,hiv,austin\",\"terms,august,neo,classic,ed,elated,intelligence,crack,ridiculous,cnn,interracial,wasnt,educational,describe,officials,wigger,sticking,forms,hungarians,interview,bump,pants,al,neck,bulgaria,price,contribute,audio,poll,robbery,despite,impression,punch,logic,impossible,teen,gangs,baltic,agents,balls,romania,roman,sights,tight,display,include,independent,neighborhoods,bach,neighbor,loads,thin,fruit,tube,eastern,banned,location,150,pressure,buck,neanderthals,particularly,singer,individuals,status,steve,cat,leftist,train,kicked,celebrated,stage,parking,failed,refused,talks,tons,tonight,700,choose,quick,jungle,noble,reich,stare,nj,sometime,chosen,zog,april,soviet,featuring,ny,anime,80,announced,chapter,ku,split,supremacists,estate,difficult,speaks,expensive,celts,toronto,expert,trade,klux,72,rebel,traffic,square,ep1,custody,crowd,devil,dare,smith,core,trick,asylum,steal,mob,required,suspected,tries,isnt,puts,fleming,finger,resistance,smile,weekly,wood,slow,suspended,limerick,election,restaurants,button,obvious,petition,feeding,mix,jones,religious,christianity,articles,memphis,paying,confessions,95,jimmy,remind,perspective,memories,asp,nigerian,jersey,winchester,fill,filled,virginia,japan,january,allowing,moon,awful,mothers,setting,sending,plain,hotmail,borders,handed,havent,suggestions,multicultural,louis,commit,untill,sugar,successful,seven,scandinavia,bitch,senior,ghlight,girlfriend,poison,2nd,otherwise,homeschooled,maps,accident,scout,documents,originally,34,pathetic,screaming,groids,success,ps,highly,onegin,score,hot,pig,begin,shaved,policy,colorado,manner,grave,breaks,threw,sucks,proves,proper,bike,mary,downtown,threat,shops,affirmative,adult,bombers,39,hip,boot,tea,grab,thoughts,worried,thanksgiving,gra,advanced\",\"boat,gypsies,guards,hanging,serbs,seconds,museum,unit,blind,september,whose,grass,spoken,superior,toe,statement,empire,choice,pc,episode,supremacist,sport,cheers,disaster,theory,ex,excuse,existence,express,extreme,eyed,perfect,normally,citizens,discovered,shape,drunk,thomas,suck,opera,doll,disturbing,district,compare,drag,parties,distance,elementary,strategy,officers,offer,disgusted,odd,thick,eh,paul,discuss,z,celebrating,celebrate,deserve,slaves,burning,fought,bullet,2013,singing,broken,picked,design,shotgun,catholic,breaking,shockley,brainwashing,boyfriend,park,conservative,natives,sheep,sharing,busy,2005,2003,fly,fat,sons,castle,devoted,yt,features,february,sold,solar,personally,capital,fights,finish,snow,fired,newsroom,flesh,suspects,smaller,united,played,waste,released,reminds,wind,risk,background,accepted,remain,heroes,hero,beasts,dear,scenario,progress,inch,acceptable,managed,wolf,robbed,horrible,robert,500,armenian,armed,argument,meat,heavy,90,med,load,heaven,israeli,intuitive,homelands,croatian,moderate,belief,attitude,lions,croatia,copies,homeschooling,satan,pres,alive,hook,dawn,advance,polite,libtard,jackson,allen,ring,teaches,james,pale,hilarious,ai,products,bear,holy,kosher,loose,lay,rounds,curious,realized,learned,rarely,birmingham,leaflets,searching,powerful,rugby,multi,barely,r\\u00fc\\u00fctel,los,ruger,mid,ruined,milk,anyways,hunting,courses,02,michigan,va,ancestry,led,lately,angeles,rain,56,health,lambent,lads,ban,la,worry,hd,current,bands,wisconsin\",\"one\",\"mainstream,ideas,2006,bank,gym,okay,catch,screen,leaving,absolute,idiots,fathers,coon,helping,naturally,turns,schooling,hall,therefore,refugees,supporting,nebula,planning,calls,period,peter,original,lord,evening,pt,cats,due,host,knocked,rapes,forcing,moscow,reach,practice,loud,draw,28,moore,germanic,homosexuals,likes,ad,lucky,drinking,disease,pre,larger,spot,thrown,277,types,hail,armor,dressed,owned,degrees,threads,zero,200,judging,georgia,encourage,beginning,invented,points,died,euro,supposed,generally,access,showed,prove,husband,boston,lazy,latin,model,extra,civil,counter,danish,biggest,drop,george,winter,saturday,office,user,sources,aragorn,warning,pack,az,grew,october,whitey,sunday,accused,rifle,title,mile,wolves,bull,complete,updated,ahead,training,bulgarian,waiting,rid,awhile,knights,skinhead,healthy,remove,checked,dating,populations,yo,teeth,specific,kiss,marry,alliance,married,definition,nonsense,egyptians,higher,survive,newspaper,pop,skinheads,bloody,jack,bottom,kept,grandfather,damage,mentioned,doesnt,kkk,earlier,changed,unity,australia,forget,savage,vile,85,careful,walked,bless,ours,range,role,states,camera,blog,pull,easily,feral,material,parent,sites,marine,clip,keeps,charges,largest,nigeria,contact,negroid,tuesday,closed,box\",\"card,universities,lake,birth,skins,idiot,weapon,particular,debate,educated,wikipedia,field,ha,tip,er,carrying,decide,concept,taste,broke,aim,india,visit,paid,inches,kinda,stores,negros,monday,criminals,freedom,aid,posters,sight,pic,ourselves,gas,afraid,zoo,whats,wall,nonwhite,tape,honest,38,bother,homeland,fan,mall,program,bell,mountain,profile,ancient,map,facts,documentary,fag,mark,dmitri,record,marxist,sake,goals,barrel,becoming,lovely,task,cases,ohio,dress,lying,htm,armenians,battle,dream,max,protesters,brainwashed,26,wanting,pair,35,shirt,sadly,worthless,property,pure,ammo,campaign,authorities,village,purpose,tomorrow,60,table,washington,1st,irishcentral,pushed,troll,lesson,centre,central,letting\",\"up\",\"needed,ten,various,wiggers,rights,duty,75,lack,yep,further,official,22,lose,turning,van,agenda,feeling,dublin,plans,decent,general,prime,generations,hurt,drugs,bs,skills,ages,yesterday,calling,islam,wont,network,99,bigger,weather,currently,christians,willing,foreigners,file,troops,figures,forever,results,raise,questions,listening,literally,rally,knife,aware,preserve,peoples,press,da,somehow,feed,credit,dot,nobody,parade,usual,areas,glory,hop,pages,scale,arabs,subject,marriage,laughing,pray,minute,print,nuclear,special,degree,jump,racially,suggest,yards,yard,serious,shop,sa\",\"copy,obviously,fit,actual,tens,attacked,j,churches,starting,17,floor,filthy,honestly,dance,brain,males,buying,cover,topic,opened,joke,religion,sex,considered,fault,tall,kalispell,vote,fake,martial,hole,foot,restaurant,ice,meant,g,monkeys,montana,vancouver,identity,rules,bnp,hundred,style,base,basically,russians,whenever,global,easier,double,neighborhood,2014,friday,ugly,2011,ing,neither,truly,trudeau,honour,avoid,towns,added,victim,totally,songs,latest,wanna,languages,apartment,changing,walking,species,reasons,owner,mexican,tells,70,eu\",\"yahoo,hungarian,truck,greatest,fall,final,names,folk,eye,cops,violence,island,service,pics,300,false,rule,political,de,arms,destroy,share,indians,polish,ignore,soldiers,known,takes,politics,census,h,turned,available,values,write,percent,driving,low,crimes,ran,easy,spirit,noticed,links,putting,mexicans,wearing,star,amazon,standing,prefer,difference,spend,leaves,amount,ancestors,towards,clear,michael,speech,wide,opinion,protect,properly,accept\",\"poster,groid,ns,anybody,compared,grade,math,miles,king,update,growing,sexual,count,surprise,charge,belong,gotten,project,speed,massive,cultural,multiculturalism,arts,faces,amongst,mess,meaning,entire,fellow,president,mom,missing,survival,amazing,symbol,educate,tend,sense,dad,intelligent,interest,unless,taught,suspect,suppose,felt,illegal,watched,room,nor,hvorostovsky,lead,halloween,younger\",\"whether,crazy,hold,nazi,ways,private,personal,border,study,typical,organization,teaching,road,bought,beaten,abuse,minds,ball,angry,blond,germans,strange,river,africans,bbc,piece,ghetto,murdered,expect,exist,fine,en,involved,reply,six,trouble,modern,em,attacks,answer,didnt,defense,fox,lies,fire,sell,realize,experience,speaking,seriously,station,booklet,quote,view,quickly,cop\",\"females,explain,ready,chance,normal,trash,candy,learning,starts,filth,army,reported,court,racism,wonderful,pdf,soul,web,19,sun,greek,13,communities,tired,streets,comments,average,2010,image,garbage,google,welfare,edu,gang,shall,inside,acting,ride,stopped,y,completely,situation,date,prison,usa,beer,views,breed,drive,cold,following,thinks,ie,sit\",\"flag,excellent,claims,japanese,level,form,film,jail,finland,wear,computer,stock,although,business,foreign,finally,weekend,classes,correct,traitors,source,break,houses,spent,heads,worst,safe,television,mate,chat,center,space,klan,eventually,certainly,minded,notice,defend,team,reality,upon,consider,anywhere,rape,definitely,minutes,muslims,absolutely,photos,btw,rock,index,carry,yellow,miss,building,cars,jpg,nment,written,deal,zionist,aids,fed\",\"store,criminal,air,stories,john,build,rlm,needs,joined,itself,simple,sub,ass,main,native,florida,animal,16,wp,homes,apparently,thousand,40,active,ape,plus,military,allow,norway,doubt,asked,present,bible,2009,nearly,kick,claim,christ,genetic,x,humans\",\"with\",\"apes,allowed,southern,x202c,heart,cheap,william,account,wake,celtic,throw,mass,germany,student,2012,drink,dogs,camp,enjoy,enemies,hang,forced,church,total,lie,w,poland,arrested,babies,21,channel,chicago,playing,mud,mention,nationalism,forward,including,gods,swedish,cities,x202a,met,boys,often,moving,hoping,favorite,shame,worth,php,nature\",\"major,majority,sign,tree,russian,russia,fun,folks,based,hour,test,facebook,wondering,hide,lady,r,photo,bet,ive,san,version\",\"me\",\"telling,note,metal,drug,numbers,bar,propaganda,security,americans,christmas,movie,wow,third,second,simply,add,cross,brought,baby,language\",\"save,ground,five,giving,bus,similar,scene,sort,whatever,showing,feet,continue,door,mail,unfortunately,seem,late,event,cut,europeans,california,create,movement,middle\",\"clean,among,game,gave,huge,spread,early,figure,body,whitehouse,judge,large,l,however,petitions,muslim,respect,movies,comment,according,short,summer,lives,damn,built,phone,evil,follow,hit,african,lost,ethnic,number\",\"female,act,social,self,west,charged,killing,within,hours,member,chinese,diversity,animals,except,alot,millions,books\",\"fear,jesus,sounds,human,order,reading,fish,sisters,action,pet,glad,caught,pay,perhaps,plan,beat,net,car,britain,imagine,luck,works,id,possible\",\"search,mostly,dog,everywhere,wife,fast,society,control,round,indeed,top,mixing,sister,laugh,force,israel,planet,immigration,east,agree,aryan,thousands,hands\",\"worse,problems,sick,gov,fighting,hundreds,running,bit,bunch,8,list,cool,play,north,bring,sports,nations,population,anymore,education\",\"interesting,instead,disgusting,25,important,sometimes,football,above,lived,holocaust,buy,dumb,nationalists,months,thinking\",\"mine,type,looked,email,example,england,words,section,outside,less,especially,\\u00f0,click,taking,co,none,knew,walk\",\"posts,website,radio,knows,anyway,quite,gay,12,15,wo,understand,o,interested,f\",\"die,eat,green,pro,groups,kill,making,happen,minority,lets,earth,report,listen,ple\",\"system,immigrants,york,set,td,street,three,david,dead,texas,case,past,national,dirty,shot,close,liberals,usually\",\"killed,ask,rather,wish,ok,wn,download,50,cannot,happened,scum,brother,means,info,month\",\"sound,moved,taken,nordic,western,several,single,son,article,mind,places,board,posting\",\"b,races,teach,sent,father,change,11,course,university,red,gone,tried\",\"christian,later,stand,information,internet,genocide,british,poor,online,power,liberal,hand,thats,exactly\",\"rest,00,male,wants,law,funny\",\"took,2508,using,sad,matter,age,pass,march,land,guns,murder,page,song\",\"side,dark,posted,hello,saying,sweden,ya,members\",\"30,working,started,sf,near,dr,comes,don,talking,7,youth\",\"9,book,pictures,wanted,head,uk,myself,band,french,local,either,mixed\",\"line,behind,gun,14,along,shows,class,face,brothers,p,e,across\",\"turn,job,county,gets,leave,st,oh,happy,watching,ones,stay\",\"crap,during,friend,cant,20,wrong,pride\",\"party,videos,students,already,food,between,negroes,100\",\"remember,sorry,speak,learn,everything,picture,lots,html\",\"goes,proud,mother,european,almost,community,blue\",\"others,mean,racial,stuff,war,blood\",\"light,reason,water,having,kind,join,future,able,boy,guys,america,open,teacher\",\"yeah,asians,weeks,cause,call,under,alone,idea,000\",\"seems,move,london,v,run,full,true,wait,countries,word,without\",\"about\",\"media,yourself,care,end,both\",\"parents,history,front,night,state\",\"culture,point,girls,message\",\"nation,teachers\",\"might,makes,truth,done,6,hi,beautiful,10,getting,attack,kid\",\"support,real,stupid\",\"doing,skin,color,death\",\"told,become,lol,coming\",\"small,88,hard,south,themselves,yet\",\"canada,college,called\",\"fight,least,each,hear,child,problem\",\"link,send,soon,says,u,jewish,couple\",\"half,nice,everyone,living\",\"government,until,public,etc,though\",\"europe,different\",\"believe,guess\",\"men,police\",\"enough,pm,best,hey,help\",\"probably,4,pretty,meet,check,0\",\"them\",\"left,week,hell\",\"through,came\",\"together,looks\",\"life,woman,story,days,money,used,music\",\"thought,today,stop,racist,once\",\"trying,tell,lot,wonder,american\",\"may,english,far,high\",\"else,brown,away,big\",\"thanks,africa,better,hair,nationalist,welcome,made\",\"must,family,5\",\"part,girl,love\",\"house,things,ca,schools\",\"name,next,city\",\"guy,feel\",\"give,god,actually\",\"tv\",\"women,jew,since\",\"such,group\",\"to\",\"friends,keep\",\"heard,again,please,anti,town\",\"sure\",\"work\",\"bad,hate\",\"deaf,cs,organised,suffering,dictionary,demographic,croats,das,outnumber,didn,differences,switzerland,sword,demographics,creating,delete,deliberately,delivery,taxes,critical,destroying,taxpayers,dealt,dealer,supporter,cutting,palm,tattoo,tatars,organic,surrounded,partly,surrounding,suggesting,svt,talent,swastika,tch,der,palace,ought,suitable,descendants,parasites,surrender,panic,dig,desperate,degenerate,crying,organizing,dealers,tactical,custom,departments,package,crotch,customer,crude,customers,customs,pacific,origin,deanna,deep,tag,tatar,destroys,shake,suddenly,represented,reputation,mma,italy,mobile,residents,irony,resource,resources,iowa,respectable,invited,invite,responding,investigating,invent,invading,introvert,moderators,interviews,interviewed,internment,republicans,jacket,regions,jacksonville,justify,judeo,jr,relationships,relatively,joy,positions,mission,remaining,mississippi,remembrance,mixers,portion,renee,rep,replace,jamie,jamaica,reporting,jager,jag,returned,interests,intentional,inte,importantly,romance,roof,idiotic,ideal,politicians,politician,politically,hyperlinked,huts,ruled,hunter,humanity,mop,hubble,moran,hotel,hosting,hospitals,saga,poisoning,improve,rob,includes,informative,review,revisionist,institute,instinct,revolution,inspired,inner,injured,informed,riding,incorrect,rifles,influx,moms,rings,individual,rising,indigenous,riverside,independance,register,region,partner,loans,punks,medieval,liv,puppet,listened,listed,meetings,lisa,purity,linked,meets,purposes,pushing,presence,lighting,lighter,prepared,melt,liars,lessons,quebec,punishment,pulls,misery,lone,massachusetts,producing,manhattan,mandatory,maker,promise,maintain,magic,magazine,madex,mating,prostitution,proved,proven,providing,loyalty,mayo,mayor,loss,lorraine,prices,mentality,legionism,r1b,legacy,powell,pounds,ko,potential,knives,knees,rear,receive,kings,received,kindly,kilroy,kills,postcount,kidding,kicking,recording,key,recruit,keeping,kc,reactor,reaction,rat,radical,rabbi,merely,messed,preach,messing,lbs,mestizos,laying,lawyer,laughable,rant,methods,practicing,latvian,practically,rahowa,rail,landscape,lad,miami,hood,sale,sam,estonia,sportsmansguide,es,nypd,eris,springfield,eric,stabbed,stabbing,oak,object,ended,encouraging,encouraged,pbs,staring,starve,employment,starving,employees,embrace,stats,essentially,estonians,pocket,spit,nope,faggots,extermination,extent,spaniards,exploded,explains,northwest,expected,expanding,exercise,executive,exclusively,exclusive,examples,evolve,everytime,nowhere,spingola,nt,spirits,stays,emails,occasional,steele,patient,du,striking,drought,dropped,stronger,drinks,stuck,dressing,stupidity,path,om,subhuman,paste,subjects,passport,passing,passes,suburban,subway,succeed,dust,dutch,eagle,edl,elites,steppe,electric,pattern,stk,efforts,stm,effect,educating,stole,earned,odin,ect,economy,odysseus,economical,ebay,patriot,ease,offering,favourite,nine,fbi,gorillas,multiracial,sebastian,plate,harassment,happily,handing,plane,hamburg,ham,semi,gypsy,sentence,guilty,mystery,guardian,grown,pipe,services,gregorian,sexy,graves,seat,harrison,multiple,hierarchy,santa,hoffman,historic,savagery,hiring,hint,highway,highest,mp3,hiding,sean,ms,scenes,muds,height,heh,heavily,mulattos,screw,se,sh,gmail,feds,sheriff,fourth,forth,fort,slav,slavery,forensic,foreigner,followers,smashed,flat,fl,petty,fix,fishing,news4jax,firearms,filed,societies,festival,nights,soldier,frank,skinned,neighbourhood,geocities,gleiwitz,shipping,glasses,ginger,gift,giant,georgians,georgian,geography,geniuses,function,nd,ne,showthread,gel,gatherings,signature,silence,silesia,silly,hostile,packs,wasted,cartels,cards,admire,admit,traveling,continent,carries,throughout,backs,collective,variety,throws,ads,wheels,advantage,1000,translated,advert,terrorist,adl,ballistic,bay,bars,columbia,achievement,bat,308,bastards,threatened,calif,trig,vacation,campus,colour,threatening,cambridge,activist,activity,actors,adam,banning,translate,awards,228,chain,attempted,attached,2056,centuries,2016,cesspool,cf,atlanta,athletic,advertisement,chair,coach,2004,2002,astorga,wells,challenging,airport,yevgeny,aggressive,attitudes,attractive,caucasus,causes,conversation,causing,verses,convicted,averages,coincidence,cc,afford,20s,cell,aufidena,aged,cooking,audience,victory,cage,bbq,assimilated,blew,62,brampton,5th,woods,complaining,84,130,brawl,typing,wishes,conditions,blessed,breath,winning,brian,confederate,tx,theme,blogspot,ucla,whore,bottle,bookmarked,un,bomber,comrade,bomb,comrades,ukrainians,bob,witness,boxes,uk_news,bound,uh,bow,ugh,bowl,bows,concert,unique,8th,units,belfast,belongs,conroe,commentary,ac,41,trump,writing,10th,thay,brit,bury,behaviour,consequences,conservatives,362,combined,accomplished,beans,belt,uploaded,theatre,commercials,biological,communism,williams,worthy,9mm,bikes,brush,congrats,brutally,beyond,thor,48,abit,abomination,buddies,bernardino,abroad,airs,comprehend,couldnt,ashamed,courage,tongue,tnb,ants,chicks,tone,walls,youngest,1920,albanian,apply,aside,checking,civilized,voters,wars,tech,youre,weekends,closet,touch,circumcision,anytime,arrests,cracked,answered,clothing,archives,circle,ap,wave,chip,til,weird,costa,tortured,tied,toast,teenager,albanians,china,anthony,waffen,characters,charter,telly,torpedo,tour,chief,antis,tourist,wedding,alpine,tourists,chris,chaos,1900s,charlie,cleveland,chest,arguments,chant,aliens,wasting,approved,tough,virus,coyotes,wee,washed,alien,anger,wa,altar,chasing\",\"found,person,org\",\"negro,site,against,eyes\",\"_,try\",\"people\",\"while\",\"3,still,free,place\",\"irish,talk\",\"forum\",\"use,went\",\"thank,yes\",\"start,read,seen,another\",\"somewhere,decided,pick,happening,question,art,ill,straight,dna,per,gonna,paper,forums,certain,surprised,events,obama,born,seeing,promote,text,daughter,eating,recently,till,c,hispanic,pierce,likely,shooting,strong,sitting,ukraine,hitler,evidence,enemy,shoot,minister,longer\",\"the\",\"someone,nothing,d,saw\",\"long\",\"out\",\"https\",\"anything\",\"times\",\"heritage,company,grow,attention,civilization,given,happens,northern,violent,morning,hopefully,jobs,million,slavic,duke,broadcast,four,mr,common,k,families,18,below,moment,victims,stick\",\"area\",\"after\",\"your\",\"little,does,maybe,children\",\"really\",\"ago\",\"something\",\"said,put\",\"man,before\",\"come\",\"jews,im\",\"thing,stormfront\",\"for\",\"post,1\",\"which\",\"from\",\"so\",\"two\",\"let\",\"ever\",\"ireland\",\"2\",\"thread\",\"take\",\"non,right\",\"will\",\"dont\",\"world\",\"off\",\"always\",\"at\",\"him\",\"home,show\",\"why,looking\",\"ll\",\"it\",\"just\",\"first\",\"hope\",\"watct,\\u5de6\\u773c\\u6280\\u672f,watered,pedro,weman,punishments,racily,wears,racialy,\\u0443\\u0442\\u043e\\u043c\\u043b\\u0435\\u043d\\u043d\\u044b\\u0435,pankration,welt,panel,photographs,paints,phplinkoymuhurihttp,quarters,perceive,webster,punishing,yeh,pedo,python,persze,yulunga,persucuted,yummier,waterfall,panga,punishable,quartz,quash,watermelon,wecome,performed,pyramids,\\u6d41\\u7545\\u64ad\\u653e720p\\u9ad8\\u6e05\\u89c6\\u9891,\\u0441\\u0435\\u043a\\u043e\\u0458\\u0430,yerevan,racine,yesterdays,yesturday,penises,pains,zealand,weights,pertaining,puls,pantlegs,perfected,quake,quadrupled,paintball,pechtra,piano,peckerwood,zhivago,radicals,pumpkins,perfection,panties,peculiar,paderborn,zdrowie,quadratic,pi,pumpkin,radicalized,qualified,qualify,yellen,zadar,yeletsky,quantum,webmaster,yell,quantity,quarrel,yelled,weber,quantities,westchester,percunatele,quanta,paddy,percussion,pulpit,webpage,wesson,qualities,zadnego,quadia,pun,pertains,wends,wendy,physicist,\\u0441\\u0430\\u043c,watchdog,peddle,zakeshia,quarterback,pennance,physically,perverse,radiant,peterhoff,webs,weaving,painters,performances,perussuomalaiset,youshchinsky,zduha\\u0107,racismeantiblanc,pennington,raciste,panther,racistly,webcam,qqqx,wesley,radawie,ph\\u00e0druig,zagami,pesticides,werent,yellows,painstakingly,panthers,yus,yelow,\\u0445\\u0430\\u0445\\u0430,paedophilia,pedal,weonly,zhitdmriulg,zahariadis,\\u0441\\u0430\\u0458\\u0442,px,pens,penaltyyou,peers,pehta,phobe,zeleni,palestinian,pushover,wehrwolf101,ytimg,zbthcy7a,perserving,penalty2,purification,philosophies,quiets,pensacola,weaknesses,palenka,philips,quips,pageid,purists,yu,r8gyc5fvmq0,phenotypes,rab,welcomes,putnam,zapoy,yodellers,phony,phe,yuck,page1,yondohttp,pallessen,phonies,phenomena,peroutka,putinistan,phones,puting,purge,pallada,weku,permits,zazz,weg,r94,peroutka2004,qzav3,zdhmnfnm,zehlendorf,philidelphia,purported,pursuit,weall,persafl\\u00f3astr\\u00ed\\u00f0i\\u00f0,pursue,pers,quota,pail,pena,quo,perse,pembroke,\\u0447\\u0438\\u0447\\u0430\\u0433\\u043e\\u0432,quiz,perpetrators,purpouses,perpetuate,quits,weiner,purposefully,perplexing,yondjotrevissmithhttp,quotes,purpoise,philipinos,\\u0927,weigh,perpetrating,weissersturm,pensierosa,\\u0448\\u0438\\u0448\\u043a\\u0438\\u043d,quran,wealthier,purloined,zeitung,phil,yoke,\\u0447\\u0438\\u0442\\u0430\\u0439\\u0442\\u0435,\\u0441\\u043e\\u043b\\u043d\\u0446\\u0435\\u043c,zebras,\\u0441\\u043e,purple,pension,quoting,philippines,purveyed,peeps,\\u0447\\u0435\\u0441\\u0442\\u043e,wellsburg,\\u5229\\u7528cpu\\u548cgpu\\u6709\\u6548\\u63d0\\u5347\\u753b\\u8d28,persuasive,paisleyland,racemixing,puppets,pw,wedges,\\u0442\\u0443\\u0442,yihaa,perished,petrol,pancho,pupil,pets,queens78322,\\u0441\\u0438\\u043f\\u0442\\u0430\\u0440,\\u1f10\\u03bc\\u03c0\\u03cc\\u03c1\\u03b9\\u03bf\\u03bd,quenten,pvc,perishes,pups,petting,yosemite,pancrase,petrified,wday,wellbeing,racialists,peebo,yugoslavia,youtu,pander,pykies,zealot,yuga,yuenglings,\\u5728\\u7ebf\\u9ad8\\u6e05,watertight,photograph,waukegan,pericings,yucky,welffare,waukesha,yez,raci,punta,perish,paganism,pamphlets,yopur,peep,wc1e,quickresponse,\\u0441\\u0443\\u0441\\u043b\\u043e\\u0432,zaporojie,permalink,weekdays,yngste,penguins,phantom,yonge,quid,pureblood,wavy,purebred,wcotc,personalities,purebreed,photgraph,youtubes,wctoc,weldin,\\u0441\\u043b\\u0438\\u043a\\u0430,peoria,\\u0445\\u043e\\u0441\\u0442\\u043e\\u0432\\u0430\\u045a\\u0435,pgj9jly3,quicker,peepers,questioning,zeljko,zakus,\\u092e,purchasing,pepper,quibble,pffffft,wax,raced,photocopy,yiu,painfull,photocopies,puzzled,peppahmintz,photobucket,perkunas,ymail,raccoons,pg,post700173,xdm,pecan,windows,policemen,policies,pressed,wilde,worm,wildly,wildness,wildpeter,preserved,preservatives,worldstarhiphop,worlds,worldnet,preservative,politely,wastes,workwear,passacaglia,presently,worms,policeand,zwei,zvjezdan,pret\\u012b,poker,wiggle,zuul88,zv,pased,paso,pasqulino,pretends,pressing,polevik,pretended,\\u00f2,poli,\\u00f1\\u00f1\\u00f0,pressured,wilbraham,worrying,\\u00f1\\u00f0\\u00b51,\\u00f1\\u00f0,\\u00f0\\u00b5,pomp,passionately,preparedness,passop,polska,poly,polymorphism,wordy,polytechnic,premium,prepeared,pond,premiere,wordpress,premier,\\u00edslendingar,premed,ponds,windowless,preparing,preposterous,\\u00f03,presenters,willed,willens,politicans,\\u00ed\\u00fe,workshops,workshop,politicize,workout,politifuldm,polly,\\u00edslendingum,workforce,williamsburg,polluting,willingly,willowick,pollution,prepping,wigggers,wortrh,pasadena,printer,plunge,wrench,pluton,zuerich,plzlzpnc,pmc,pms,wielding,wields,wrenching,wierd,\\u00f8kontaktudvalget,wrecker,\\u00f6nnur,wiesenthal,pnr,pringle,pats,partition,wieghtlifting,\\u00f4\\u00e8\\u00f8\\u00ea\\u00e8\\u00ed\\u00e0,wretched,wright,widespread,priviledge,widows,plinker,plop,patterson,wiedza,partied,wrestle,wrestlers,prisoners,wrestler,wrestlemania,partisan,pluirin,plummer,wrestled,\\u00f4\\u00ee\\u00f2\\u00ee,princeton,prevail,preys,priceless,poets,partying,woy,poignant,priced,zundel,\\u00f3,previously,pricipal,zur,point2,wouldve,preverbial,wiggerism,\\u00f2\\u00ee\\u00ef\\u00eb\\u00e5\\u00f1\\u00f1,prevailing,patrioticmama,wigged,wiggah,po,wigerish,poachers,zum,princesses,patrols,poche,wral,pocketing,wifi,primates,primal,pods,poem,poetic,\\u00f3tti,\\u00f3rkneyjar,poetry,primary,wpfr,prejudice,pregnancy,pleiadian,preffer,pourpose,womans,portugese,pour,patched,withhold,withouth,pounded,pos,witwe,poughkeepsie,potter,posada,potst,wizard,potentially,pose,wizards,potchefstroom,pov,\\u00e1g\\u00fast,ports,wondered,portage,powerlines,powering,wishful,pastures,\\u00e0,portillo,powerade,portland,portraying,womens,powderly,portrait,witch,wombat,poway,witherwack,pow,wolrd,wkf8ekh3rqk,poses,post695277,wnlibrary,possition,pathological,postcard,wnn,wnps,post_48,post5825477,post9151222,possile,post709327,post702119,\\u00e4rta,post701154,post696338,post696651,\\u00e1samt,post700257,\\u00e4\\u00e4nest\\u00e4,woda,postting,wolfie,wklhxkhb1vcmanufacturingmemorieshttps,wltx,posto,wolga,wolfinstockhttp,wlu,wmv,wnct,wnd,wodin,\\u00e4\\u00e5\\u00e2\\u00f3\\u00f8\\u00ea\\u00e8,posterity,wojnar,wndebatebooklet,possessed,wogs,wodinsday,wndebatebooklet_2,powerpoint,patio,wonderfull,woodtemple,wool,\\u00e9ire,winehouse,predicament,pooping,predators,zxyy751d,woodwork,winged,zwillings,woodstock,precipitous,pope,\\u00e8\\u00e7,popeyes,zyklon,preceed,preachers,woooh,passwords,\\u00e8,windtalkers,pont,windpipe,winds,pontifex,preferred,preferiblly,\\u00ec,windshield,windy,wine,preferably,predominatly,passportmagazine,\\u00ea\\u00e0\\u00f0\\u00f2\\u00e8\\u00ed\\u00ea\\u00e0,predictions,worcester,pontius,predict,popish,preacher,portabel,pastoralists,porch,porenut,porewit,wiped,wipers,wipes,\\u00b2,pr,pork,wondrous,wonders,wir,patrcks,\\u00b3,porr,wisely,pows,port,wondetring,pastira,poportion,woodland,pops,zzsjrfozlfy,z\\u0142ota,praying,winters,\\u00e6\\u00e6,woodpile,winxp,popularity,populated,wooden,prawo,pranks,pasting,prairie,prague,\\u00e5r,woo,wider,wickliffe,\\u0440\\u0443\\u0441\\u044c,pitts,providence,xtreme,pines,zogworld,proverbs,proverbial,parasitical,ping,proverb,\\u0435\\u0432\\u0440\\u043e,xoxoxoxoxoxox,\\u0435,\\u0434\\ua651\\u043c\\u044a,ping1339,pbcs,prouductive,pinheads,\\u0434\\u044b\\u043c,pinkerton,provides,providi,parasite,provoked,pillow,parading,pcworld,xxboobearxx,pillows,prowl,zoe,prowhites,pills,pinders,paramilitary,provoke,pimped,pimpin,pimps,provincial,pin,parasise,pinkmonkey,pinned,pinpoint,\\u0432\\u043b\\u0430\\u0434\\u0438\\u043c\\u0438\\u0440,prosper,pitbull,prospects,prosecutors,prosecuting,prosecuted,prosecute,pitched,pitchforks,prostitute,xasxribb,proportion,prophecies,pits,propertys,\\u0432\\u0438\\u0452\\u0430\\u043e,whichever,pittance,\\u0432\\u043e,xcywpdorysa,protocols,xdr,pinpointed,xox,protiv,protests,xk4xg,protestants,protestant,wherein,pis,\\u0432\\u0442\\u043e\\u0440\\u0430,protected,post696663,zombie,parish,whew,pistols,payed,\\u0434\\u043c\\u0438\\u0442\\u0440\\u0438\\u0439,prowling,pill,proximity,wf,yanukovych,wethepeople,wetm,publicity,publication,yancy,peaks,weve,yams,publish,peachy,wfin,pu,pttm,\\u043d\\u0438\\u043a\\u043e\\u043b\\u0430\\u0435\\u0432\\u0438\\u0447,wgbh,psyhical,peacemaker,\\u043f\\u0441,yar,yalecourses,panzerfaust,peasant,pickering,pickets,pul,pearls,yearly,picky,pug,puerto,pearce,puerta,pudgy,yay,yawn,westminster,westmoreland,wet,pid,psychosocial,yale,parades,xxv,papirforretn,\\u0438\\u0441\\u043a\\u043e\\u0440\\u0438\\u0441\\u0442\\u0438,pdfhttp,piibe,wheat,pike,par,pilate,\\u0438\\u0432\\u0430\\u043d\\u043e\\u0432\\u0438\\u0447,psezkkk4d6a3wt1,piled,prudentbear,\\u0438\\u0432\\u0430\\u043d,prreachers,\\u0438,para,\\u0437\\u0430,proxy,pigmentation,psg,wgbph7gn,pies,wgcl,wgs,whacked,yahoos,piers,psychos,whales,psyche,piff,y6gjhr,psu,pst,\\u043d\\u0435\\u043a\\u0438,psoglav,\\u043a\\u0443\\u043c\\u0430\\u043d\\u043e\\u0432\\u043e,paperwork,psni,y_glossary,parkinson,parks,privileged,\\u0432\\u0430\\u0441\\u0438\\u043b\\u044c\\u0435\\u0432\\u0438\\u0447,whiteresistanceradio,plausible,parteitag,ws,whitest,produces,producer,partial,playas,prodigal,wrs,proclaimed,pavav,proclaim,participate,wrongs,processing,processes,wrongly,pavement,productive,whiter,zpridez,proffesional,wsu,platinum,plats,whiteness,professions,professionals,plausable,professionally,ws6x,\\u00feegar,\\u00fea\\u00f0,professes,profanity,profane,wsd,whitepride,whiteqt242002,whiteteacher,wrongfully,playgrounds,prob,writers,paula,particles,probaly,writer,\\u00feakkl\\u00e1ta,probally,\\u00fat,\\u00fagy,writes,particulars,wichita,pleasent,prn1,prizes,\\u00f9,patting,pledged,whos,paulo,participated,plays,wrongful,whiteutopian,whitewire,proceeding,zsofia,playlist,proceeded,playpen,procedures,probly,pleader,pleads,participating,wholly,pleasant,procedure,participle,paulus,whiten,\\u00fej\\u00f3\\u00f0,proffesionalism,wwf,\\u03b8\\u03c5\\u03bc\\u03cc\\u03c2,www2,placing,zowg,pawns,plagued,whining,promo,promises,wwwfaem,whinorities,plainly,\\u010dast,whip,whipe,parlor,ww3,whippings,placehttp,x2,pawing,\\u0431\\u0456\\u043b\\u044c\\u0448\\u0435,whigger,parliament,propeller,propagating,whille,x9qnkb34cjo,propagand,prop,pixie,zones,pizdas,x3kwx8kf,pkk,pronounced,pl,proncipal,promotional,pla,proliferated,proksa,profiecent,progeny,wulfi,programmes,programme,programing,pavillion,parrot,wu,wtzk,whitelion,wussed,profoss,wtov,profited,profitable,profiles,\\u00fej\\u00f3\\u00f0a,wtnfdpxtfek,parrots,whitegenocide,planner,whiskers,whitebyp,\\u00fe\\u00f6g\\u00f0u,parolee,pawel,whiskey,planed,wv,whisks,projected,\\u00fe\\u00e1,pavol,prohibits,prohibition,prohibit,wuz,planets,progressivist,progressive,progression,worl,r\\u00fcnno,wasteland,transit,sosmath,sos,sorts,sorted,transfiguration,transformation,soros,sorenyos,sorcerer,sopranos,transforming,sophomore,transilvanian,sooooooo,soooo,radioireland,transitive,translates,songwriter,sonatas,transmission,transmitting,transnistria,transparency,somethign,someplace,someones,transparent,somene,somehwere,sote,transcription,transcript,sotries,trafficked,sov\\u00e9tr\\u00edkin,trafficking,tragic,sovine,tragically,tragted,southernmost,southernman,southeastern,southaven,trailered,sourcex,trainnig,soup\\u00e3,souped,soup,tralee,sounding,tramp,sounded,tramping,soumalians,tranning,soumalian,soulseek,tranny,transcona,transcribed,trap,sombody,sombitches,trevis_smithadriensylvernduwayohttp,trevor,trey,soaring,tri,soapboxes,soap,soaked,soak,trials,triangle,trianon,snowy,snowballs,tribal,snotty,tribalism,tricks,snooping,trickster,snky,sniper,tricoleur,sneezes,sneaking,sneakers,snapped,tricycles,trier,snakes,trevligt,socialistic,somalians,socialization,somalia,trashes,trauma,traumatized,traveller,solve,traverse,solidarity,travesty,solid,travis,solicited,soleil,soldierfn,solarviews,solargeneral,software,treading,soderberg,soda,treaters,sock,treats,sociology,treblinka,trek,trend,trespassers,socialize,sov\\u00e9tr\\u00edkjunum,soya,spacers,squelch,squeeze,squatting,squash,squandle,spyware,torches,spying,spyderco,spy,sps,torchlight,springing,torment,tormented,sprays,tormenting,spraypaint,spraying,spps,spotted,spotkalem,tornouments,torpid,spook,sponge,tortures,tory,torys,tosser,squeezing,squirell,splendidly,squirm,stalk,stalin,topham,stali,stale,stake,stainless,stafford,staffed,topix,stadiums,staddur,stacks,stabs,stable,topless,topnews,stab,tops,ssupreme88,sshh,ssf,ssc,torah,sry,srrogate,srpski,sre\\u0107a,srceaming,splenetic,spite,spaces,specie,tr,specials,specially,specialized,tra,specialists,specialist,trabants,spec,spears,pad,traced,traces,speaker,tracking,tracks,tract,tracts,spca,spat,spartali,spartacus,sparkly,spark,spared,traders,traditionally,spamlaws,spades,specialty,toxic,tost,specified,toszek,totals,totp,spiral,spins,totta,tottenham,spines,spider,totuus,spices,spic,spg,touched,spew,touching,speny,spende,tougether,toup,spell,spel,towan,towers,speculation,spectators,spectacular,specks,specimen,smut,smugglers,smoother,tumblin,tumblr,sincs,tumblr_lb,sincere,tummy,tuna,simultaneous,simular,simpletons,tune,simon_moleversonbandahttp,simmons,similiar,simian,silva,silos,tunisian,silja,silicon,tunnel,tupelo,silenced,sila,sikh,sikgirl88,sigs,signing,signifying,significantly,sine,tumbleweedhouses,significant,tulsa,sjca,sizes,tshinvaly,sixteen,tsjetsjener,ttc,situated,ttjnz,ttogather,ttrfivsuf4a,sits,tubb,sitcoms,tucson,tudok,sissi,siren,tuf,sipovo,sip,tuffet,sinopoli,sinni,sinners,tuition,sinivalkoiset,singular,singles,tuleistu,turanid,signed,sj\\u00e1lfst\\u00e6\\u00f0i,tutors,shrinking,shrine,shreds,twe,shreddin,twelve,tweye,twhzxn3knts,shower,twilight,twins,shoving,shovels,shovelful,shouts,shouldn,shoulders,twp,twylytegrl,txt2minutepromotionalbookletvideo,txtoriginal2minutepromotionalbookletvideo,shotguns,tyep,typed,shortly,typhus,shores,shopsite_s,tyr,shrugs,shunning,turd,shutdown,signatures,turdos,turds,signals,turk,sighted,turkic,sielt\\u00e4,siege,sieg,sie,sideways,sides,sidelines,sidedness,turnage,sicko,turner,sickle,sickens,turnout,sicken,turret,sicilian,tuti,si,sh\\u00e0me,shylock,shutting,sjcsf,tschubtschik,smooth,slither,slit,slips,tristania,slipping,triumph,trlwaksmkha,slippage,slipknot,slip,tro,slightest,trois,trojan,trojka,sliding,slidesong,slideshow,trollsville,slide,slicker,slices,slice,slept,troop,sleeve,sleepers,trotis,sledgehammer,sleaze,trisha,slobber,trotsky,slobbering,smoked,triggered,smithy,smithfield,trigonom,smirking,smiling,trigonometry_645,smiles,trilidon,trimmed,smh,smelling,smcm,smartest,tripe,smallwood,triple,tripled,smack,slur,sludge,tripped,slower,tripping,slovo,tripple,slothful,sloppy,slc,slayers,tsar,truepetermwaihttp,skirt,skireisen,skips,skipping,skip,skinranger,skink,skinheadz,skinheadsi,trusting,trusty,truth_about_bowling,skilabo\\u00f0,skijoring,skifahren,skier,ski,skg72aviefw,skew,skating,truthfromukraine,skater,skank,skandinavia,skal,skadi,sk8terxxl,sj\\u00e4lv,sj\\u00e1lfst\\u00e6\\u00f0isyfirl\\u00fdsingin,skistern,skr,slayer,sks,troublemakers,troubles,troublesome,trout,troy,slaughtering,slaughterhouse,slather,slashing,slashed,truckers,slapping,slapped,slapp,slaping,slap,slam,slag,slack,slabve,skyyjohn,skyrocketing,truckstops,skyrocketed,skype,skyldu,truely,skulking,skulk,stalking,stall,stamped,sxe,swordfish,thaiguys,thailand,switchblade,thames,switch,swissgirl,swine,swindling,swimsuit,swerve,sweetshirts,sweetie,thanking,sweeteners,thankx,sweds,thankyou,thatll,swedens,sweatpants,sweater,sweated,swears,thea,swe,swazi,thease,swarthmore,swva,sxkpdxixkgy,swampers,sydneys,t1008885,s\\u00f8ner,textbooks,s\\u00f8ker,s\\u00edna,szp82fbc,szczecry,textures,szandra,te\\u00e1rlach,tfp,sysselmannen,syrup,syrian,syria,sypply,synosis,syndicate,syn,symptoms,th0r,tha,symptom,symphonies,sympathies,thaat,thad,symbiosis,syllabus,swan,swamped,t101175,survivalist,themd,surveys,surveillance,surreptitious,themes,surreal,thenownews,surgery,surfing,surfed,surf,theoden,suprised,suprise,theodoric,supressing,theorizing,supremicism,thepost,therapy,therealfixxx,supremacism,suppresses,suppressed,thereapist,supportive,therefor,therein,thereof,survivalism,survived,theaters,theman2089,sw,thebest,svrljig,thecoloured,svitjod,svidd,svetovid,svenska,svensk,sven,thedark,sveiks,svega,svea,svarog,theforbiddentruth,thegirl,sv,sustaining,sustained,sussed,suss,susq,suspiciously,suspicion,suspense,thekneeslider,thelgbt,suslov,tested,t1020784,suposed,telescope,taser,tarzan,tartan,tarja,telescopic,tarantino,tara,tar,tapped,teller,tapp,tapio,tapes,taoiseach,tellyspeople,tan\\u00e9v,tang,telusplanet,temperament,tampa,talysh,talmudivision,talmud,tally,tallaght,tempers,talkies,temporarily,talentless,telescopes,tassled,tala\\u00f0i,tasted,tearing,teachwithmovies,teachings,teasing,technical,td1f,technician,tcgapdf,tcga,teef,tbe,teeming,teenage,tazewell,teespring,tehran,tel,taunt,tau,tattooist,telegraf,tattooed,tatto,tats,tatiana,tates,tate,telephone,tat101,tale,takin,tesla,t994857,terribel,t989503,terrier,terrific,t814765,t809905,territorial,terrorhandlinger,t795949,terroris,t69616,t46864,t416643,terrorism,t384418,t291185,t204965,t142566,t12389,t118865,t113191,t111114,t1103833,t108427,terrorize,terry,tesak,tesco,t108388,t994651,ternopil,tenacity,taara,tenants,takeover,tendencies,tenet,takebakamer1211,tenner,taiwan,tairm,taint,tails,tailors,taget,taganrog,tennis,tadema,tension,tactic,tent,tentacles,tacoma,tenth,tacky,tacks,tackling,tackle,tack,tacitus,tablets,termination,supossed,suport,stampede,stormy,stormer,tiegs,tienestefolk,stops,tightening,tighter,tightly,tiiu,stoop,tilv\\u00e6relsen,stoney,timber,timbered,timely,timess,stoep,stocky,stockton,timing,stocks,stockpile,tinet,ting,tinker,tinypic,stocked,tips,stmmohammeddicahttp,stmjohnsonazigahttp,stormproof,stornonger,stmfestonkonzanihttp,story_fbid,strictly,stricken,ti6vq3r26uyif8,stretches,tia,stretcher,stressing,strenth,strengthen,tibet,ticker,strawman,tickets,strawbale,straub,stratford,tico,stratfor,tide,strategical,strangling,strangles,stranger,strands,tidings,strachan,storyview,storylines,storyid,stmgabrielvengesaihttp,tire,strides,toalets,staunchly,staunch,toasted,statues,statuatory,toben,toccata,toch,tod,statewide,todays,statements,stash,starvation,tojan,starter,tolkien,tolleson,starred,stark,stared,tomb,tommy,starchy,stanislas_kanengele,stanis,stanford,tony,stance,steady,steeltoe69,stll,steered,stl,stix,tires,stimulus,stillz,stillman,stigmatized,stiff,sticky,sticker,stfu,stevens,tits,tjenestepige,steuckers,sterns,sterlization,tlc,sterilize,stereotypical,tlt,stepped,stephen,stephanos,stenka,stength,stench,stein,steering,thwart,strife,superstar,thinker,thirsty,sufficient,suffice,thirty,thnkx,suffered,thoguht,sued,thomasaquinas,thomasrobb,sudanese,sucking,suckers,sucker,thorn,suced,thorns,succumbing,succumb,successive,thorny,thorongil,succeeding,succeeded,thoroughly,thors,thorsday,subways,thot,thir,suggestive,subversion,suggests,superiour,thesame,thetruthseeker,thewhitewolf88,suomi,thezebraproject,sunwheel,suntimes,suntanned,sunofsvarog,thi,thickest,sunnier,sunken,thierry,thiery,sunk,sunette,sunderland,sundae,sunbathing,summers,thieving,summation,sukkel,suitcase,suitation,thingy,suing,subvert,thoughtless,striked,stuffing,throng,stuepige,studio,studing,throu,throughit,studentski,throwing,struggling,thug,thugreport,strtting,stroud,thumb,thumos,thump,strongholds,stronghold,strongest,thumper,strmfrnt,thunderbolt,thunderphoenix,stripping,strippers,thunderstorm,thurman,strikers,striker,stuffed,stuha\\u0107,suburb,stuides,subtypes,subtracting,subtitles,subtiitles,substantially,substances,subracial,subraces,submitted,thow,submits,submit,thraco,subliminal,subjective,subculture,subconscious,subclades,st\\u0101j,st\\u00e5r,sty\\u00f0ja,styrketr\\u00e6ning,stylish,sturmbrigade,sture,thrill,thrive,stunningly,stumbling,tyrannic,shoppers,tyre,reveals,revealed,vgart,reupload,reue,retweet,returning,vhs,vi,retro,retrial,retreating,retreat,retract,retired,retire,reticle,vibrant,rethink,retards,vicinity,retaliation,retake,retained,resurrected,resume,resulted,vicious,resturant,viciously,versus,revenge,vicory,revered,richer,ricearrives,rica,ribs,rib,rhythms,rhyme,rhodine,vermont,vernita,rhetorical,rhetoric,rgr,rgj,rex,reward,revving,vers,revolutionaries,versailles,versand,revisited,verse,revised,reviewed,reverts,reverse,reversal,reverence,rests,restrung,veritas,residency,reside,resettlement,vigger,resettled,reserves,vigoursoly,reservations,resembling,resemble,resemblance,viimeisi\\u00e4,researcher,viki,requiring,requests,requesting,vikinginme,vikings,vil,villages,villoja,vine,vineyard,republics,vinnytsya,vintage,representin,viol,representatives,residence,resident,victimisation,viewtopic,restrooms,victimised,victimizing,restroom,restrictions,victoria,restrained,restore,resticted,victorian,victoriously,victory88,vid,respekt,respectfully,respected,vide\\u00f3,vid\\u00e9o,vie,vied\\u00e4\\u00e4n,resorted,vietnam,resolved,resoluteness,resisting,resipiance,resigned,resides,viewer,richest,riddick,representation,vanity,romney,romero,rome,romantics,vanitys,vantage,vaporous,variance,variances,roma,rolled,variation,variations,varied,rolf,varit,rolex,varmit,rokl47nk04m,rohirrim,rohawa,roga,rodriguez,rodendorf,rode,varsity,rockland,rockin,rockies,rony,vanishment,rocker,roofing,valhalla,rousey,roundup,valiant,roundit,roundabout,valid,validating,validity,rotweiler,rottweiller,valkyrie,rotisserie,valleys,rothschild,rot,rosy,roswell,valueless,roses,rosenblat,rosen,vampire,rosanna,vandalised,vanemuine,roper,vanhanen,roosevelt,vas,vasilyevich,rider,rir,rip,venetofronteskinheads,rioting,venezuelans,rink,venting,rims,riksmal,riksdag,venture,riikonen,righttomarch,rightside,venue,righteous,rigged,rigby,rig,rifling,venus,vera,verb,verbal,rieu,verden,verdil\\u00f8se,ridiculus,ridiculed,verify,ripping,velocity,robyn,rish,robust,robotech,vassal,robin,robberies,robber,robably,vats,roars,vd92r3yg,roadrunner,roadhog,vdare,vebtw,vedder,roach,roa,ro,rnu,rnmen,rnebarkashov,veggie,veggies,vegitation,vekol,veles,rivers,risky,veliki,violating,reprazent,row,wacpg,reasoned,reapply,realy,wage,waged,wages,waht,waits,walker,walkie,realamericans,walkiing,reah,walkway,readnesta,readers,reader,wallet,reaction65,reaching,reaches,wallin,walter,rays,ray,rattle,ratm,rations,rationalize,reasoning,reassure,wanderin,reat123,vtac,recon,vulnerable,recoil,recognizing,recognize,recognizable,vurderer,vvalentines,v\\u00e3,v\\u00e4h\\u00e4n,rechts,receptive,w8,recenty,w_design02,receiving,receives,waar,receipts,recalls,rec,wacing,rebuilding,rebelsong,rebels,rebelliousness,wackos,waco,rated,ratajczak,vss,rampant,ramore,warn,ramona,rallying,warrent,warriors,rallies,raleva,rakwan,rakija,raj,warriour,raising,warsaw,raining,rained,warspirit,warzecha,railway,railing,wash,railed,raids,washingtonexaminer,ragnars,ragnar,rages,washingtonpost,radius,rampage,ramrod,rastus,ramsey,rastko,rasta,rasszista,rasslin,raspecfull,rasne,rasin,rasa,wankers,rapper,rappas,rapids,rapidly,rapeugees,warborough,ranson,warburg,ranked,ranges,randy,randow,randomness,ward,rancher,ranch,ware,waren,wariors,warming,reconstruction,recorded,violation,remotely,remorse,remnants,reminiscent,visas,visible,remembering,visionary,remarks,remarkable,visioncircle,visist,rely,reluctantly,visitauschwitz,reluctant,relocating,relocated,relized,visits,vital,relies,vitals,relevant,relented,releases,viva,relaxing,relaxe,vi\\u00f0,viruses,remoteness,relative,renaissance,violations,repped,violators,violin,violinist,violins,violist,reponse,viral,replying,replicate,replica,virile,replete,repetition,repersents,repercussion,repeating,repeatable,repay,repairman,repaid,rents,renting,rensburg,renounce,renewed,render,renamed,vi\\u00f0urkenna,relationshp,records,regain,voter,refreshment,refrain,reformatting,reform,reflections,reflecting,reflect,refers,referral,refering,reet,redstone,redpilled,rednecks,redicecreations,redbarron,vox,recut,recrute,vrbas,recrimination,recovery,vreview,recovers,recovering,recovered,recover,vrije,vosotros,regal,relation,regard,vladivostok,vm,vnto,reject,reiteration,reisntalled,reimbursement,vocational,reigns,vogel,voiac,reiceived,rehabilitates,regurgitation,regurgitate,vojvodina,volksfront,regulations,regulation,volksgemeinshaft,volkstaat,reguard,registration,voluntary,volunteer,vonfreyja88,voo,regardin,regarded,valgt,roxbury,tyres,sentiments,sentimentalism,undertone,sentiment,sententiously,underwater,underwraps,sensible,sensibilities,sensi,undisclosed,senseless,sensationalist,seniors,senegal,undoing,sendin,undoubtedly,semm,unedited,semite,seminary,semester,sem,selv,unemployable,sellers,unemployed,selimbar,selfishness,sentimentality,separated,selective,separating,servents,unconscious,uncontrollable,unconventional,uncover,uncovered,uncovering,undeclared,seriour,underage,underbid,undercutting,serial,serenade,serbo,serbians,underestimate,undergraduate,serbi,serb,underground,ser,underholdes,undermine,seperated,underprivilidged,separation,understanding,understood,unenlightened,selecting,uncomfortable,uninspected,unionized,unit14canada,unit14global,secondary,unitedcountry,unitedfrontcanada,seated,seasons,unitynd,universal,seashore,universiteit,universitys,search0,unjustifiably,unknowingly,seamonkey,seamen,seals,sealed,unlearn,seagal,unleash,sdl,unnatural,unnecessary,sd,scums,scumalians,secularism,unimportant,seizures,uniformly,seizing,seige,uneven,unfair,segregationist,segregating,unfare,unfolded,segment,sees,unfolding,seens,unforgivable,unfortuantely,seemingly,seeks,unguarded,unhappy,unheard,uni,seeds,seeding,seed,unibomber,unifed,sedan,securities,secured,unified,unconditional,unchained,sculpture,ucsb,shield,shes,sherrod,shepherds,ucyw,udallas,udins,shelves,sheltered,shelter,shells,shell,sheldon,shegroid,sheety,sheets,sheeple,uka,sheeeeiit,sheds,ukar,shebeen,shearing,shead,ukrain,shd\\u4e13\\u5229\\u6280\\u672f,shaving,ukranians,ulterior,shields,shiloh,shatter,ucml,tyrone,tyrsday,shootout,shootings,tyrus,tyskland,tyson,shools,shool,t\\u00e3,t\\u00e4,shockly,t\\u00edmar,shockingly,uaf,ual,uark,shoa,shiver,shishkin,ubiquity,shiraz,shir,ucc,uci,shiny,shines,shimer,shilton,shattila,ultima,serving,shacked,unarmed,sfi,sfgb,unassuming,sfgate,sfdu,sfbritain,unattacked,unattracitive,sey,unbearable,sextus,sexism,sexes,unbeautiful,sewing,severe,seventy,seventh,seuss,uncalled,uncensored,settled,settingsblueguardskrivebordny,setherial,uncertain,session,sesira,servlets,sh2dnwk6u1a,shacking,sharpton,shade,sharps,sharpen,sharks,sharia,ultra,sharedcont,ultras,ultrasound,shapes,shanson,shannon,shann,umberto,shaniqua,shane,umbrotat\\u00edmar,umpteenth,shameless,umteenth,shameful,una,sham,shalt,unable,unacceptable,shaft,shadows,unapologetic,unappreciated,unnecesserily,sculptors,valentino,safest,sadness,sadistic,ustasha,saddest,sadder,saddening,usualy,ut,sacrificing,uta,ute,utf8,sacrifical,utility,sacramentum,sacramento,sack,utopia,sabra,sabotaging,sabot,saborne,uttering,sabbath,utv,s8xqx9hs,s00439,r\\u00fcgen,r\\u00fcbenach,ussually,safty,r\\u00edkja,usikker,samford,urging,sambo,samael,sam6vfq7xs8,salvage,saluteunknown,uring,salty,url,uro,uruguay,salemfonden,usally,usatoday,salata,salads,sajn\\u00e1lom,sajnos,usd,saints,usearch,saharan,sag\\u00f0i,username,ushered,sagas,usi,sag,utvinternet,r\\u00edki,samples,rumour,ruling,rulers,vacations,vaccinating,ruining,vaezznw,vagina,rugiewit,rugged,vague,vagy,rudolph,rudimentary,ruby,rubric,rubber,rua,ru,rtl,rt,val,rskkyzb6,rsbkpcf9,rroj1,rr,royalty,royality,royalities,valentine,rumble,rumours,ryvjgddt,runiing,ryssland,ryhtm,ryan,ry,rx1kdyts,rutten,uuuu,rusya,rust,russophobia,uuuugh,uv,uva,russell,russ,uvb,rushton,rush,uwo,rurally,uzodinma,rupaul,v1,v12vy,v78mzxter7k7jy,v7tkdq,runnin,vacate,runned,sample,sampling,unnoticed,unspecified,unsubscribed,unsuccessful,schooli,scholary,scholars,unsustainable,schmidt,untainted,schleswig,schermerhorn,scherehart,scheme,scheiss,untalented,unteachable,schatzi,scenery,sceneries,untelling,untermench,unto,untouched,scatter,scars,scarlett,scarecrow,scantily,scans,scanner,unstable,unseen,scandinavians,schweitzer,scrutiny,unperoked,scrolls,scroll,script,scribd,unpleasant,screening,unproductive,screams,scrawny,unpunished,scratched,unpure,unqualified,scouts,scouting,unread,scourge,unreal,unrealistic,unregistered,scotlandville,unreserved,unrestrained,unrivaled,scoped,scooters,scientifically,scanned,unused,samuel,upright,saturn,uproar,satanically,satanic,sask,sars,sarkans,sarkanbalti,sarkanajam,sargent,sarge2506,sardz\\u0113,sardines,sapper,sapien,upside,sao,upsome,sanity,sanitizer,sang,sanford,sandy,upstanding,sandwich,upstream,sanda,sanctioned,urainian,satzvey,sava,unuseful,uppercut,scandianavism,scammers,scam,scalping,scalp,unwaged,unwashed,unwatchable,sc,unwhite,saysay,saylum,sayings,uoguelph,sayanim,saxons,upc,savior,updates,upgraded,savers,saveourstate,upheld,uphold,upington,uplifting,savannah,uploading,upperbody,spearchuckers,kijiji,pact,conservativeunderground,consideration,considers,consist,consisted,consistent,consistently,conslour,consolidate,conspiracy,conspired,constitutional,construe,consulting,consumed,consumers,contacts,contained,containers,contains,considerable,consent,cordless,consensus,confession,confirm,conflicts,confrontational,confrontingthe,confuse,congers,congolese,congratulate,congratulating,congressional,conjunction,connolly,connor,conqer,conquered,conquest,consciousness,consensual,contaminate,contaminated,contemplating,contend,contry,convened,convention,converse,conversing,converted,convict,convicting,convienent,convinced,convoy,cookouts,cooler,coordinate,coordinating,coper,copper,copying,coram,controversy,controllers,contre,continuing,contender,contents,contest,contestant,contests,continental,continually,continued,contraction,contrast,contractor,contradict,contradicting,contradiction,contradictions,contradicts,contrapuntal,contrary,confermation,cone,conducting,compass,commercialappeal,commercialize,commies,commissars,commissioner,commits,committing,commonplace,commons,commrades,commune,communicating,communication,communistic,comp,compact,companion,companionship,comparative,commerce,commenters,commented,combatant,coloreds,coloring,colorless,colosseum,colourful,colud,columnist,coma,combatives,commemorate,combination,combine,comercial,comfort,comfy,comit,command,commando,compartmentalizing,compassion,condoleeza,compatible,comradeship,con,concealable,conceited,concentrate,concentrated,concernd,concertos,concessions,concider,concidering,conclude,concur,condemn,condemning,condensed,condensening,conderence,conditioned,compulsatory,compton,compsing,completly,compensation,competitions,compilations,compiles,complainers,complains,completed,completion,complexion,comprising,complicated,complicit,complied,composed,composite,compost,compound,compressions,corbett,coreconcep,colonnade,cubicle,cuddly,cue,culti,cults,cultured,culturism,cummins88,cupboards,cupped,cures,curfew,currency,curriculums,cursing,cursor,curtis,cutback,cuts,cuzco,cuddle,ctv,cornelius,ctr,crossdressers,crossed,crosses,crow,crowding,croydon,crucifixion,crucify,cruel,cruelty,crumble,crusade,crushed,crustaceans,cryptic,crypto,crystal,csinalunk,csu,cvqstm,cvricket,cw,cwii2008,dam,damaged,damardzic,damian,damnable,damned,damnit,dams,dan23uk,dana,dances,dancingrabbit,dandy,dangling,danielle,danny,dapkunaite,daredevil,darkes,dalmatie,dallasnews,dairy,cyrus,cwporter,cwpv,cyber,cyberfascist,cycle,cyclinder,cymru,cypress,czechs,dailymotion,czso,czynski,c\\u00e9sar,d0,d2,d87rv7yj,daay,dailyinterlake,crossbreeding,crony,cronulla,crackle,counted,counterproductive,counters,coupla,coupling,courtesy,courtney,covenant,covertly,coward,cozy,cp,cpamike,cpath,cpl,cr,crab,cracka,crackheads,counsellor,counsel,couldve,correia,cornielious,corona,corperate,corporate,corpse,corpses,corrected,correctly,correlation,costanzo,corres,correspondance,corressponds,corroding,corrupted,cos,cosmic,cossacks,cracking,cradle,crocodilian,cradlesong,cremated,crepe,crepes,cresskill,creston,cretin,crews,crimea,criminalized,crimmigrant,cringe,cripppinnn,crisscross,critisizing,critter,crkve,crock,crocker,crocodile,creeping,credits,credited,crates,craft,craigslist,crakker,crakron,cranberry,crane,crash,crashed,crave,credibility,craving,crawling,creates,creationism,creations,creative,creatively,creativity,colononialize,colonised,darned,casing,cassini,caste,castles,castro,casual,casually,casualties,casualty,casull,catalog,cataloged,catalonia,catalunya,catcode,categorically,catharines,catherdral,catholicism,catid,cassidy,casablanca,chaperoned,carver,cariboo,caring,carl,carley,carlo,carmageddon,carnage,carnation,caro,carols,carolus,carpathian,carpathians,carpentry,carroll,carrot,cart,cartel,cartons,caucasian,caucasians,cauldrons,causeway,certification,cess,cesspits,cf3bf803,cfm,cgg,ch,chaining,chains,chairperson,chairs,chair\\u00e2,chalk,challenges,chamber,chambered,champ,chandra,chantcd,certificates,certificate,certian,celebrations,cb,cbr,ccw,cdm4,cebephibe,ceiling,celebrates,celebration,celestial,cept,cello,celt,celticchristmasmusic,cemetary,censored,censors,censorships,centric,carey,careing,carcasses,calculated,butte,butternut,butthole,buttocks,buys,buzzpo,bwz2is,byjiffylube,byte,bytom,b\\u00fcrgerlich,c13,ca1784,cabbage,cadets,cages,cai,cairo,cakes,butik,butchy,butchered,burrs,burglarized,burglars,burkha,burners,burnin,burns,burrito,burrowed,burst,busts,burstein,bursting,bused,bushes,busier,busing,bussing,buste,calculate,calculating,capture,calculator,candor,cannibalism,cannon,cannons,cantatas,cantina,canton,cantor,canvas,can\\u00e6,capabilities,capacity,caparison,capitalism,capitalist,capitulate,caplock,capped,captivating,candles,cancelled,campuses,camden,cali,californian,calle,calledputin,callers,callin,calmady,calman,camelback,campiness,camellia,camels,cameraman,cameroun,camille,campaigns,campfire,campground,chap,characteristic,colonies,clauses,clavier,claw,claw9165,cleaned,cleanest,cleansing,cleared,clearer,clerks,clever,cliams,clickorlando,clientele,climb,clinging,clinic,clique,clobbering,clock,clav,clause,charade,claus,cirurgy,cited,citrus,civ,cjb,ckers,ckin,cking,clad,clamp,clapped,clarisworks,clark,clashes,classed,classics,classifieds,classwork,clast,cloghane,clooney,closets,closure,coldern,cole,coli,collaborationist,collapse,collapsed,collapses,collateral,colleague,collected,collections,collectivism,collectivist,collectivization,collectors,collegesposted,collier,colombian,colonial,coldblooded,col,cokes,coalition,clouds,clown,clubhouse,clues,clumpsy,clutter,cnps2ho,coalburner,coating,cohesion,cockles,cocktail,cocoa,coconuts,coding,cody,coffin,cofo,circumstance,cinnamon,cinemas,childbearing,checkout,cheddar,cheeks,cheered,cheering,cheerleaders,cheetahs,cheeto,chem,chemical,chemung,cheney,chepstow,cherrybyrd88,cheryl,chess,chezch,chf,chic,checklist,checkin,checkering,chart,charades,charcateristics,charger,charity,charleston,charlotte,charlton,charming,chases,chechnya,chaste,chatboards,chatroom,chattin,chauvinists,chav,chavs,cheated,chichagov,childhood,cinema,chile,chrildren,christains,christs,christy88,chrobry,chroi,chrome,chrommagus,chromosomal,chromosomes,chuckers,chucking,chucky,cicero,cigarette,cigarettes,cigars,cikavac,cindy,chowaja,chops,chopinhttp,chino,chilling,chilrens,chimping,chimps,chinaman,chinamen,chinease,chingford,chins,chopin,chipie,chirstians,chivalry,chloroform,cho,choke,cholerae,choosing,darlington,darnell,extremists,elect,electrically,electricty,electrocuted,electronics,elena,elevate,elevating,eleventh,elf,elfs,elgin,elimination,ell,eller,elliott,elliptical,elo,els,elses,elections,eldest,endla,eldawg4100,egyet,egypt,egyptian,egyutest,eiginkonu,ein,einen,einer,einherjer,einherjer88,einst,eithre,eka,eksamen,ekspansja,elaborate,elapsed,elbows,eld,eltingauction,eltz,elusive,emailed,emos,emphasis,empiric,employer,employing,empowerment,emulate,emulating,enablers,enabling,enca,enchanting,enchantment,encircled,enclave,encounter,encountered,encounters,encouragement,emmigration,eminencemo,eminem,embarrassment,emailing,emailnerd,emain,embarassing,embaressing,embarisment,embarrassed,embarrassing,embassy,emerald714,embedded,embernek,emblem,emboldened,embraced,embroiled,emc,ememy,egy,eguptshuns,ege,d\\u00e9,durn,dusk,dutchy,dutton,dvd,dvu,dw,dwelled,dwellers,dye,dyeing,dyes,dym\\u016d,dyn,dyrker,dysgenics,dywy,dz\\u012bvos,d\\u00e8,dupont,duplicate,dunnes,duetschgirltx,dr\\u00e3,dtl,dubai,dubious,ducks,dud,dudes,dudley,dukeradio080723brunog,dunkin,duma,dumbbells,dumber,dumis,dummies,dump,dumped,dungeons,d\\u00e8t,d\\u00e9csey1,eg,d\\u00edsszemle,ecstasy,edgefielddaily,edible,edin,edinburgh,editions,edlinger,edmonton,eduard,educatio,educations,edwards,edwin,ee,eeeeh,effects,efficient,effin,eftir,economies,economics,echoes,earn,d\\u014dmian,d\\u016bmai,d\\u016bmi,e4,eachother,eagnews,eariler,earliest,earrings,ecclesiastical,earshot,earthly,easten,easter,eaten,eats,ebony,ebook,endeavour,endorse,drunks,eurocentric,euromutt,europae,europeandailynews,europeoid,europeons,europhobia,europhobic,europoid,eurosport,euthanized,evaline,evangelist,eventhough,evertime,everton,everyones,evllzrd1,evoluated,ewige,eurodate,eurocatb,endorsed,euorpe,establishments,estates,estimation,eszter,etecerta,eternity,ethan,ethical,ethicts,ethiopia,ethnical,ethniccrime,ethno,ethnocentric,ethnonym,ethyl,etters\\u00f8kt,euaggelion,eugenics,exaggerated,exaggerates,exaggerating,exaggeration,exploited,exploiting,explore,explored,explores,exponentially,export,exports,expulsion,exquisitely,exsplosives,extending,extensively,exterminate,exterminated,exterminating,extintion,extract,extracurriculars,experienced,expeled,expectation,exempt,exatly,excavations,excelled,excersize,excess,excludes,execellent,executed,exercises,expansive,exercising,existant,existent,exists,exit,exopolitics,exotic,expanded,establishedmen,essays,essayist,entirety,enlarge,enlightened,enlroll,ennfremur,enoch,enraged,enriches,enrolling,enrollment,ensemble,enslaved,enslavement,ensued,entanglement,entered,entering,entertain,enthusiastic,enthusiasts,enjoys,enjoyment,enjoying,engelhardt,endscreen,endurance,enforced,enforcing,enforcment,engages,engaging,engdahl,engeset,eniko,engine,engineers,engines,englands,englehart,engles,englis,enigma,entice,entitlement,esque,entrancing,ericahoesch,erick,ernst,erols,err,ers,erwin,erzelmeit,esa,escala,escalator,escape,escapes,eschewed,escorted,esik,esp,espagnol,espanol,ergo,erfi\\u00f0ir,erffs,epithet,entshandout,enugh,enught,environments,epi,epis,episodes,epistrophe,epitome,erected,epost,epp,equals,equate,equations,equinox,equity,erd\\u00e9lybe,drying,drunkenly,darwin,deshawn,desires,desktop,despicable,despise,despised,dessert,destination,destoration,destory,destructive,detained,detectives,detector,detectors,detention,detents,deter,determination,deters,desirable,desecrate,dilbaeqqrqy,descriptions,depend,dependence,depending,depends,depicting,depicts,deported,depresion,depressed,deprived,depriving,dept,deputy,derail,derailers,dere,derivitives,describes,describing,detest,detroid,detroying,deuteronomy,diabulus,dial,dialo,diameter,diamond,diaper,diaries,diary,diaz,dice,dick,dicks,dictate,dids,diferences,differently,differs,difuses,digg,diabolical,diabetes,dh\\u016bma,developments,deutsch,deutschen,deutschland,deutschlands,devastating,develope,developers,developmentally,deviants,dhuibh,device,devices,devise,devoid,devotional,dew,dfu,dfu\\u00ecs,departement,denoucing,denominational,defiantly,deceit,decipher,declaration,declared,declaring,declined,decrease,decreased,decreed,ded,deemed,defame,defamed,default,defeated,defeats,defendant,defenseless,defensor,decaying,decay,decapitated,deactivation,dary,dash,dated,dates,daunn,dauns,davis,dea,dean,decade,deathach,deathskull,deathstar,debated,debates,debating,debili,debris,deffinetly,defile,dennys,definatly,demise,demiurge,democrat,democratic,democratically,demon,demonic,demonizing,demons,demonstranten,demonstrated,demonstrations,demoralising,demoralize,demoralizing,demostration,dendu,deniability,denies,demian,dementieva,delusional,deiw,defined,definite,defrauded,degradation,degrade,degrading,dehydrated,deinen,deklerk,deluded,delacroix,delica,delicious,delight,delightful,deliver,delivered,deltar,dignity,dillon,drummer,doo,doom,dooms,doorman,doors,doorstep,dora,dorati,dormant,dose,dots,dottk,doubly,doug,dough,douglad,douglas,dov,dover,downfall,doofus,donnayoung,dime,donkeys,dogma,doh,doi,doin,doings,doj,dol,dollhouses,dolls,dom,domestic,dominantly,dominate,dominating,dommer,donated,donations,donig,donkey,downplaying,downunder,doze,dqhn1czprr17o21,drill,drilling,drills,drippings,drivel,drives,driveway,drm,drmireland,drone,drool,drooling,droop,drooping,droppers,dropping,drops,drowning,druggies,drifter,drift,dries,dramastein,drafted,drafts,dragnet,dragonball,dragons,dragoon,drags,dramas,dramatic,dressier,drawback,drawer,drawn,drc,drday,dreadful,dreadlocks,dressers,doesn,doer,documented,disorders,disapproval,disc,discharge,disciplinarian,disclose,discouraged,discovery,discreetly,discriminate,dised,disgraceful,disgustingly,dish,dishing,disk,diskriminacije,dismal,dismissive,disn1965,disappointing,disappears,disappeared,diploma,dinarid,dine,dingle,dingleberry,dinners,diocese,dion,dip,dipped,disadvantaged,dire,directed,directions,directives,directorate,directory,direland2006,dirts,disorderly,disowned,document,displays,diversified,divided,diving,divinity,divorced,dixie,dj,django,dk,dli,dll,dmitriy,dmitry,dmnto1_500,dobbs,dob\\u0161in\\u00e1,docking,docs,doctrines,dive,disunity,disturbance,disservice,disposal,disprove,dispute,disrupting,disruptive,disrupts,dissaprove,disseminating,dissidents,disturb,dissolve,dissuad,distinction,distinguished,distortion,distracted,distractions,distributed,burglaries,burg,bureau,938,953,958,973,978,987,9887_thumb,993,99cents,9am,9k,9m9rdl8n,9mils,9nehhqhltae,_6w,a0,aangirfan,ab,abbey,abc25,943,913,aclemfaalthat,911,8088,80s,8130746,8475764,84th,85159441543213,855,857,860,87353,8958,899,8hg254alpm,8pm,8u9sh91htia,907,909,90s,910,abcnews,abhor,abominable,aborigines,accomodation,accompaigned,accomplices,accomplishments,accost,accountable,accountant,accounted,accross,accumulate,accuracy,accurately,accusation,accuse,accusing,accutrigger,ache,achievers,acitivities,accommonadate,accessouries,accessory,absurdity,aborigional,aborted,abound,abs,absolut,absolutes,absorbing,absurd,abt,accessories,abundant,acad,acadamys,academia,academic,accelerates,accessible,accessing,8000,7th,7p3p3goadvvqvsf,676,6136,61st,6217719,622,6244,62nato,62x25,62x39arabic,62x51,6323,63241,642,644,649,655156,659,6591380http,6614,666th,613,604,603341,5873,558,560008_10200593451827685_1725723611_n,56892,56x45,5778,5810,5824772,5862,5909,600,590a1,59370388924,599,59937,5feet,5h,5pm,5syk36rbphm,674,684,7k,692,75315,7576181,7597407,76,760,76252,767,77,772175,77303,775,78265,78266,783,789,792,7970,7_20040417,7ic1n7oq7jidz22,747,74,730,6w,6a,6bt,6d,6ft4,6o4chva8,6ok6ks7bsoy,6pm,6rnf0,6x6,72601,70m,70million,71,713,71385,717,720p,726,aclemfaal,acne,5532,allergic,allison,allread,allude,alluring,allways,all\\u00e9n,almighty,aloud,alprazolam,alsatians,alter,althought,altogether,amateur,amazed,amazement,amazes,amazonian,ambulance,alley,alleging,acquaintance,allege,albert,albino,albion,albo,albright,alcoholics,alcoholism,alenth,alert,alerts,aleviated,algebraic,alice,alienate,align,aliquippa,allah,alle,allegation,amd,americanos,americanus,americas,anatolia,anatoly,anatomy,anc,ancestory,anchors,anchovies,andersen,anderson,andre,andrei,andrew,andr\\u00e9,angelic,anglian,anglin,anigif,animalistic,animated,anaphora,amv3,amusing,ammunitions,amerindian,amhr\\u00e1n,ami,amiable,amikor,amira,amm,ammunition,amnesiac,amused,amok,amongest,amounts,ampaign,amputee,amry,amt,amtrak,albany,alba,alaskan,affair,admirable,admiration,admitted,admittedly,adn,adolescent,adore,adores,adress,adrien,adulthood,advancing,adventure,adverse,advocating,adware,aeons,aerobic,aeternum,adjustment,adjust,adjoining,actully,acquire,acquired,acronym,activate,actives,actor,actresses,actuallly,acuast,addy,adamite,adams,adaptation,adaye,adderall,addiction,addicts,addressing,afar,affairs,alakitok,affida,agression,agriculture,agus,agw,ahem,ahero,ahhh,ahx,aikens,aimee,aipac,aired,airing,ajattara,akademins,akem,aki,akira,aks,agreeance,agreeable,agnostic,afrocant,affika,affirm,affluent,afganies,afreaka,afreakkaland,afreka,afrikaans,aftonbladet,aginst,ag7smxi,agad,agane,agencies,aggellos,aggravated,aggressiveness,aggrooigirl,556,549,burbs,15freeway,160lbs,1645,1685,16865,16yr,16yrs,1700,1700s,1750,175hzupf6t,177,1770,1775,178,1789,17l,180,1800,1823,160210,1599,1978,158,1428,142nd,14320,1432m,1467,1493603624234498,1499,14hail,14store,14words,150000,1508,150k,150lbs,1510,15101,1515,155,156598438,1827,183,1832,1835,1910,19112004,19205191443389,1920s,1921,1930,1930s,1933,1935,1937,1941,194lbs,1951,1956,1958,196,1962,1968,197,191,1908,1906,1873,1850536,1856,1857,1860,1866,1867,1869,187,1878,1905,189,1891,1892,1894,1896,1898,18th,18wos,1366027343,1366,1365024003,10204417923596945,0627,06shor,071301714,0745,085,0857,0882,0909,0929,0dictators,0ljpk,1000ccm,100209_pearcy_massacre,1004,1007,100806,100yrs,101,10187,0606,0558,0547,0254,003,003870,005,0147,0179,0227,022ssmwp,0249,0290,050802,031206nn2,0333,0375764851,0375764852,041809,0420,0423,0441,10200196698389097,1025670,1364315377,104,116782,117780,119,119398,11alive,11th,11x17,120lb,1217,1218,1223andplentyofithttp,123,125,127351673801_thumb,12g,12oz,13000,130lb,135,1160979,115,11397795,109855,1040,10497843,105,108,1080p,1083256,108610,109826,1099230950,11394504,10k,110,1100,11000,1108,1109,111,1135242977641,1971,1980s,54094,3rnrphewelo,400k,401,4033633761833,4042081,4043040,405,40billion,40mm,4100,416,419,4191,4215,4233,426,4267433,4279,4286,431,4000,3months,1989,3d\\u6280\\u672f,325910,32a4d9fd,3300,3389735,35109,3511,357,3596,360,361,3664960863576873594,36williamkaranjahttp,3702,379,38long,38spl,395023,395lbs,3d,443,444,4466,4466747,50000,500euro,505,50f,5122,515,5179,518,519823,51jyvz5l,51st,52367,525314,5268894597794277031,52m,52nd,53,5347881,5352185,4\\u00f1\\u00f03,4\\u00f0\\u00f1\\u00f0\\u00b5\\u00f1,4\\u00f01,487,44c,454,457,45lc,45mins,464383,469,4848,49,4\\u00f0,4913,4971848,4ever,4hr,4kamala,4orjustgotomatch,4w18ocon384cx6c,4x4,3256352,3214,3200bc,22270,203,206,2060,207286,20867,2090,20box,20chopin,20description,20docu,20info,20th,20titans,2103,21325,21589330,217373,2192,220,2010s,2010apr02,201,1hurryonthis,1991,1994,1996,1997,1999,19x18instockhttp,1alsoczechrep,1channel,1maybe,200lb,1million,1m\\u5e26\\u5bbd,1wolf,1wrvtngl,1year,20000,2000s,200602110,222065,2273,3190626,22812,280,280euro,281,283,2942,298321,2houses,2hr,2in,2m,2tvhjssc,2\\u00f0,3033,303cycling,304,3048,306,30c,30gr,27961835,279,270,259,235,23andme,2455043,2483106,250,253531,2544358,257,25962136,26yo,25976955,25m,25th,25yo,26143_100549093315633_100000816283788_13289_6985315_n,2635245,2683312,26834699,animatrix,animosity,anita,blacktail,blade,blahhblahdieblah,blake,blamed,blanche,blanco,blanketed,blare,blasphemied,blasphemy,blasted,blazak,blazer,blazin,bleak,bleed,bleeds,bleep,blending,bladders,blackshirts,boggle,blackpowder,bis,biscuits,bisexual,bismarck,bitches,bitching,biting,bitmapbillede,bitzer,bizarre,bizland,biztos,bjj,blabbering,blackface,blackhawk,blacklist,blackmail,blackness,blesses,blessing,blessings,blight,blunts,blurred,blut,bm,bmdwcp8b,bmo,bmxer,bo,boarders,boarding,boasted,boasting,boatloads,boats,bobby,boddington,bodom,bodybuilding,boer,blues,bluegrass,blowzy,bloemfontein,blinded,blinders,blindness,blizzard,blmtards,bloch,blockbuster,bloddy,bloeslaw,blows,blogger,blondism,blonds,blooded,bloodpassover,bloods,blowhard,blowout,birthrate,birthcertificate,bird,beret,believing,belived,bellied,bellovits2,bellowing,bells,bellyaching,beloved,belted,belts,bench,bending,beneath,benedictinos,benelli,benifit,bennett,bent,beo,believer,belgians,belfry,befriend,bee,beef,beeline,beers,bees,beethovenian,beez,beforehand,begger,beleif,begininning,beg\\u00e5tt,behinds,beittu,bel,bela,belac,belated,berber,berkeley,birch,berli,biewers,bigging,bigguy,bighorn,bigtime,bikers,bilal,bild,bile,bili,billboard,billet,billionaries,bills,bimetallic,binder,bio,biologie,biracial,bielefeld,bicycling,bicycles,bettie,berlingske,bernard,bernstein,berserkergrrl,berzerker,bestyrelse,betray,betterment,betty,bickering,beutiful,beutifull,bevandorlokkal,beverage,bevonul\\u00e1sa,bey,beytter,biblical,boers,boggling,ankle,brock,brodie,brokenheart4140,bromsgrove,bronze,brood,broom,brotha,brothas,browning,brownshirt,brownstones,browse,browsing,brs,bruckner,brunettes,bruno,brunt,brussels,brod,broadway,boginki,broadly,bricks,bridge,bridges,bridgets,brigade,brighten,brighter,brigitte,brilliantly,bringinguplearners,brink,briton,britta,brittany,bro,broad,broadcasted,broadcasts,broaden,brute,brutes,bsa,btl,bukavac,buki,bukovina,bulbous,bulgar,bulgayria,bulikat,bulldog,bullhead,bullock,bullsh,bullsnot,bullying,bumbling,bumps,bun,bunches,bundesarchiv,bunnies,bujgyo,bujdos\\u00f32,buisness,budget,bubweiser,bucharest,bucher,buckle,buckwheat,bud,buddha,buddylist,budweiser,buisiness,buffalo,buffed,buffer,bugchasing,bugger,bugging,bugsy89,buhnt,briana,brewers,brew,bounty,boonfren,boooom,boost,booths,booty,bor,bordering,borderline,borne,bosanskinacionalisti,boss,bosses,botched,botha,bothered,bothers,botswana,bottled,bottles,booms,booming,boomers,bombarded,bohemian,bohm,boils,boke,bokmal,bollich,bollix,bolton,bonb,bookseller,bondage,bonfire,bongo,bono,bonus,booked,bookings,bookmark,boulevard,bourbon,brethern,bourgeois,branded,brandenburg,brandishing,brandon,brash,bratislava,brattain,braun,braved,brazilian,breading,breakdowns,breakfast,breakthesilence,breastfeeding,bred,breech,brennan,brentworld,branch,brakes,brainpolluted,boycottkosher,bowe,bowel,bowlin,bowls,bowman,bowmen,boyco,boycott,boyfriends,brainless,boyhowdy,boyz,bpata,brace,bracelets,braddock,bradley,brag,bedside,beds,bedfordshire,arqueologia,arrangements,arrestants,arrives,arriving,arrow,arteamus,artic,articls,artid,artificial,artjonesinfo,aryan14words,ash4,ashbury,ashley,asiacourt,asiatics,askari,asleep,arranged,arpovci,becs\\u00fclet,arond,arid,ariel,arise,arises,arising,aristocracy,arizona,arizonan,ark,arkan,arkona,armageddon,armbar,arme,armine,armory,armyless,arno,arnt,asmodean,asocial,aspartame,aspire,asylmottak,atcually,atheistic,athenian,athenry,athens,athlete,atla,atlantic,atlantid,atlas,atm,atoms,atop,atra,atrabiliar,attaboy,attach,attbi,asyl,asurance,astropix,assisting,assailant,assertions,assesment,asset,assigment,assimilate,assimilation,assistance,associates,astrophysical,assorted,asst,assumed,assumptions,assyrians,asthough,astonishing,astronomers,ari,arguement,argued,apelike,antiblack,antichrist,anticipated,antifac,antique,antisemetism,antisemitic,antoher,antonio,antoniopuffi,anus,anyboby,anyones,ao,aoby032008,aoh,aor,apartments,apelanta,anthropologists,antenna,antelope,anniversary,anmigrants,anna,annabella,annarra,annexed,annhilate,annie,annihilate,announcing,antarctica,annual,annually,anomaly,anonn,anonymous,answares,answers,antagonist,apelantic,apeling,argentina,aplenty,apprehend,apprehended,apprentice,approached,approval,ap\\u00e3,ar10s,ar15,ar15s,aran,arasztva,arbitration,archaeological,archbishop,archery,arcing,ardently,argath,argent,apprecated,applying,application,appeal,apologies,apologist,apology,app_user_files,appalling,apparantly,apparel,appartement,appeals,applicants,appeared,appearing,appease,appel,appendices,applaud,applauding,appliances,attempts,attendance,attendants,barns,banksters,banners,banquet,banter,baptiste,barbara,barbarians,barbed,barbell,barber,barbie,barcelona,bardeen,bardot,barfy,barion,barkaszi,barley,barn,banks,bankrupted,bankruptcy,bamaman,ballina,ballistics,ballot,ballymena,ballymun,balt,baltimore,baltimoresun,bananas,bankroll,bandera,bandits,bandura,bandwidth,bandwith,banging,bangladeshis,banking,barnepige,barretts,ballet,barriers,bbery1219,bbut,bcg,bclaw23,bdg,bdp,beaches,beacuse,beaker,beanpole,bearing,beata,beatdown,beater,beauticians,beaver,bebop,becareful,becasue,bb,baz,bayonet,basen,barrrytheanglosaxon,bart,bartenders,bartending,barter,barth,bar\\u00e1taim,basayev,bashing,baylor,basque,bast,bastrop,bataan,bathory,battery,battleship,bauk,ballets,ballbreaking,attends,awoke,author,authoritarian,automaidan,automatic,av,avaaz,avaialble,avenger,avenue,averge,avitar,avon,avramow,avreage,awaits,awake,awaken,awakened,awakens,authenticity,authenithic,austro,atv,attentive,attire,attitute,attract,attracting,attraction,attributing,attwood,audiogalaxy,austrians,audits,auf,aufgeben,augen,aught,augustine,aura,aurora,awe,axe,ballads,axle,badges,badische,baffling,baffrooms,bagels,bagly,baia,bailouts,bajk19a7m6,baka,bakersfi,balaika,bald,baldr,balduri,balham,balije,balkan,balkans,badger,badboybillx,backyard,babydaddys,azer,azeris,aztlan,babbina,babboon,babcock,babe,baboons,babyface,backwards,babys,babysit,babysitter,bacause,backdoor,backfile,backround,backscatter,extrea,eyh,packing,lotsa,lott,lou,loudly,louisville,lounge,lovecraft,lovelorn,lowlife,lowlifes,lowriders,loyaldefender,loyalists,lo\\u00f0br\\u00f3kar,lqpgbvvl,ltv,lube,lucie,lucked,luckey,lotsof,lotion,maga,lorry,lolz,londen,londonistan,londonstormfront,londynie,loneliness,lonewolfing,looken,lookhow,lookout,looming,looooooooooooong,loop,loopwheels,loot,looted,looting,lorelei,loris,lucrative,ludicrous,luke,lumberton,m4,m60,maaaaany,maccabees,mace,macedonians,machette,machination,machined,machines,machinists,macon,macth,madam,maddening,madeline,madick,madison,mae,m16,m14,l\\u00e3,lyf,luminous,lunge,lurkin,lustige,luton,luxury,lwdshfl3,ly,lygin,lzf,lyman,lyn,lynching,lynda,lynn336,lyric,lyset,lyublyu,lololo,loki,logistics,limiters,lickers,licking,lier,lifeline,lightbulb,lightbulbs,lighten,likable,likelyhood,likened,likewise,lil,lila,lillian,lily,limbs,limerickblogger,limerickpit,limerickpost,licensed,libturd,libral,lex18,letitia,lettres,lettuce,levels,levi,levon,levo\\u010de,lewis,lexington,liberty,lezginka,lg1,lgbt,li,liability,liar,libaneser,libertarian,limit,limousines,logical,linda,liturature,liveleak,livelihoods,livy,liz,lk,lmwao,lne,lo,lobbed,local15tv,locker,locks,locust,lodge,lodgers,lodz,loftus,logan,littlehatekitten,littering,littered,lisner,liners,ling,linger,linkedin,lion,lip,lippe,liquefied,listeners,litter,listens,listing,listings,literacy,literary,lith,lithuanians,litt,maffia,maggie,lessen,mattogno,mauricio,mauseleum,mauser,maxi,maxs,maxx,mayans,mayheeko,mayhem,mazes,mbl,mcadam,mcalvany,mccan,mccausland,mccourt,mcdaniel,mcdonald,mcgrane,maturity,matthias,magnesium,matt,mas,masculine,mashed,masks,mason,masonic,masqueraded,masquerading,massage,massively,mastermind,masterpieces,matchbooks,matched,matches,matchs,materialistic,maternal,mathematicshttp,mcgregor,mckenzie,mclamb,mcmurtry,mediterranian,mediterrenrean,meditteranean,meek,mefit,meg,meh,mehico,mehr,meineehre,melancholy,melbourne,meldungen,melee,melita,melody,melvin,memberships,memorial,medicience,medicene,medication,meatloaf,mdr,mead,meadjohnson,meal,meals,meaningful,meanings,measurements,meats,median,mebbe,mecca,mechanic,mechanisations,mechanism,medals,medborgarskap,meddling,martinson,martinez,martell,maniacal,makers,malamute,malaysians,malema,malfunction,malibu,maltese,malton,malvern,mam,mamma,mammy,manager,managers,managment,manchvagas,mandan,mandarin,mangos,makeing,makedonia,majster,maiden,magnet,magneto,magnificat,magnificent,mags,mah,maia,maid,maids,majors,mailboxes,maine,maintaining,maintains,maintenance,majd,majestic,majoring,manheim,maniacs,marte,manialy,marchers,marches,marci,marconi,marie,marijuana,marisa,marital,maritimer,maritimes,marker,markers,marketing,markings,markus,marlene,marriner,marshals,marshrutka,marched,marathon,maracas,manor,manic,manipulating,manipulation,manistee,mannered,manners,manning,manolis,mansion,mara,manslaughter,manstopper,mantra,manufacturer,manufacturers,manufacturing,mapgal,maple,lethargic,lesnar,memorize,kerry,kettledrummer,keyboarding,kgb,khan,khanacademy,kibble,kickstarter,kiddie,kiddin,kidnap,kidnapping,kidnaps,kiel,kieler,kievsky,killa,killergods2001,kilometers,kim,kes,kerrigan,kohlenrevier,kenyon,katrina,katz,kaukana,kazoo,kbd6gm6vodm,ke,keck,ked,keene,keenly,keeper,kelts,kemp,kempton,ken,kennerly,kenneth,kenya,kenyan,kimondani,kimora,kinder,kindergarden,kletterger\\u00fcst,klike,klingingberg,kl\\u0101j,kn,kneegrow,kneegrows,knez,knickknacks,knightrider1961,kno,knocks,knoll,knowbody,knucklehead,knuckles,koblenz,kobo,koco,kleiber,klans,klanmen,kirkland,kindergardeners,kindest,kindle,kindling,kindness,kinsmen,kiosk,kirche,kir\\u00e1lyi,kl6qrls8,kissed,kisses,kissimmee,kissing,kitartas,kitchen,kits,kkkk,katowice,kataxu,kasparov,jurij,joyfully,joyous,jp,jpeg,js,jscw1szbhztunw,jsp,jt,judaic,judea,judged,judy,julia,julie,jum,jumps,junction,junglef,jungles,joyful,jovoje,journalists,jomfure,jogging,johnnie,johns,johnson,johnson_azigastanislaskanengele,joing,joins,joint,jonathan,journalist,joo,joos,josh,joshua,jotunheim,jour,journal,journalism,jup,justified,kashmir,justifies,kaminietz,kamla,kanadaba,kanadai,kansallismielisi\\u00e4,kanye,kapela,kapo,karajan,karate,karel,karen,karewit,karl,karogs,karoke,karpov,karpyshyn,karze\\u0142ek,kamieniec,kamerat,kameraden,kaapeli,justifying,justintime712,justsick,jvxnrzb1jk,jwfq,k12,k6lhpsbx,ka,kabc,kamerad,kaboom,kaffer,kaffirs,kai,kaj18,kakkers,kalamzoo,kali,kogo,kokkepige,lesley,launched,laungage,lauper,laurie,lauseng,lawdog,lawns,lawrence,lb,lbbqwtf,leaf,leagues,leaked,leakey,leamond,lean,learner,learns,learnt,leather,launching,laughter,kold,latviet,lantern,lap,lapd,lapp,lappoid,laredo,largely,larry,lars,las,lass,lasses,lassigie,lasting,laszcz,lat,latha,latrines,latte,lebt,leche,lectured,ledven,lejeune,lejla,lemme,lemon,lemper,length,lengths,lengthy,lenni,lenny,lentin,leo,leominster,leon,leopold,leprechauns,leroy,lerret,lervik,leithnd,leith,leinster,legislative,leeches,leftie,leftists,legalize,legend,legendary,legends,legislation,legit,leinad,lego,legtobb,lehar,lehet,leicester,leida,leighas,leighton,lanky,lang,lanes,kulla,krdycxpb4fs,kredsen,krekar,kremlin,krepublishers,kresnik,kris,kristel,kritayuga,krtv,krueger,kruger,krv,kry,kt8fl7ng,ktvu,kubelik,kubisova,kubi\\u00e5,krav,krautschrockerts,krampus,kop,kollade,kolozsv\\u00e1ri,kolumbus,kommen,komsic,konavle,konqueror,kooks,koran,kr,korefan,koska,kosovo,kosovski,kouassi,kournikova,kovacs,kpolsson,kukluxklan,kundgebung,landseer,kurd,ladieees,ladyaryan,ladylike,lagathas,laguna,lair,lakeland,lakewood,lakota,lam,lamb,lambere,lancaster,lancs,landi,landing,landings,landi\\u00f0,landlord,lacrosse,lackies,lachkrampf,k\\u00e6reste,kurent,kursk,kurt,kveldulf,kwanzaa,kyk,kynan,kyrgiz,k\\u00f5rvale,labyrinth,l46t,l76dwhwn,labeled,labeling,labelled,labors,labours,labrat,memorials,mending,eynde,notch,noted,notepad,nothern,noticeboard,noting,nottice,nou,novelist,novgorod,novi,nowegians,nowthe,npr,nr,nra,nrw,nrysg4,nsa,nsbm,notebooks,nostradamus,obselete,nostalgic,nomination,nonsensical,nonskin,nordenwulf,nordicfest,nordicists,noremorsenoregrets,norhat,normandy,normanfinkelstein,norske,northeast,northerly,northfield,norwegains,norweigian,nos,noses_x,nostalgia,nsf,ntelos,ntent,nter,n\\u00e5r,n\\u00e9zek,n\\u0101ves,o___o,oakland,ob,obamamania,obango,obedience,obedient,oberschlesischen,obese,obey,objecting,objections,objectively,objectives,obligatory,obongo,n\\u00e5gon,n\\u00e5,nzjydlgm,nursery,nucleus,nuffin,nugent,numa,numba,numerous,nurnberg,nurse,nushawn_williamssimonmolhttp,nyt,nut,nutjob,nutritionals,nx6e,nxt,nya,nyder,nyse,nola,noisy,nogw,ngid,neurosurgeon,neutron,nevah,neve,nevermind,nevesinje,newark,newboyhttp,newcastle,newfoundland,newportcity,news19,news24,news9,newscasters,newsletter,newspapers,nf,nfl,neues,networking,nettavisen,neofolk,neichzche,neighbour,neighbouring,neill,nelli,nember,nemesis,neobiocp3,nepa,netsonic,nerds,neretva,nesem,nesen,ness,nestle,nestled,nets,ng,ngo,nogger,nians,nikolaevich,niks,nincs,ninety,ninja,nip,nipple,nipples,nirvana,nitrogen,njord,nlfrsregii,nnp,no1,nobel,nobles,noblest,nog,nogensinde,nignog,niglets,nightwish,nicolas,nib,nicest,niches,nicholas,nicholaus,nicked,nickelodeon,nicking,nicole,nightmares,nid,niece,nigdy,niggah,niggardly,niggs,nigh,nightly,obrenovic,observe,negotiators,ostracized,ostwestfalen,ottawa,ounce,ouncers,ourselfes,ourtimewillcome,outcast,outdone,outer,outfits,outlawed,outliers,outline,outnumbering,outperforming,output,outrage,outrageous,outreach,osttruppen,osp,observer14,osoyoos,organist,organizes,orghttp,orgs,oriental,orientals,orientation,originals,originate,origo,orillia,orphanage,orsolya,orszag,orture,orwell,os,oscan,ose,outright,outrunning,outscored,outsourcing,overrated,overrun,overtime,overweight,ov\\u00e3,owe,owl,owns,oxegen,oxford,oxfordshire,oxymoronicness,paa,paare,pace,pacify,packard,packed,packi,overran,overpriced,overpowering,overall,outspoken,outspokenly,outwards,ouuuuuuu,ov,oven,ovens,over30,overboard,overpenetration,overdosed,overdoses,overdue,overeactcted,overflowing,overman,overnite,overpass,organism,organisations,oreo,olympics,offenceive,offended,offerings,offshore,offsprings,offtop,ofra,ohhh,ohhhh,oils,oje3egtgg9k,olaf,olde,ole,olean,oligarchs,olive,olje,ollsson,oel,odium,odinists,occupations,obstacle,obvisously,obyc,oc,ocasionally,occasion,occasions,occassionaly,occuring,oddness,occurrences,occurs,ocksa,ockupied,ocs,oct,octavian,oddly,olympic,omaha,ordure,ombudsman,opponents,opposing,oppression,opps,opsec,optic,optical,optional,options,oragus,orangemen,oranguz,orania,oraszaga,orbit,orchestrating,orchestre,ordained,ordlista,oppinion,oppholdstillatelse,opitomy,ooohhh,oneill,onlookers,onn\\u00e3,ons,onstage,onward,ony,onyl,oooops,opinberri,oops,opendocument,openings,operas,operated,operating,operation,ophanage,negrogreek,neglectful,mennonite,mitcham,mitochondriat,mitt,mixer,mixes,mixture,mjo,mlst,mmer_2008,mmm,mmunition,mn,mobilized,mobilizing,moby,mock,mockery,mocking,modding,mode,mithotyn,misusing,morbidly,mistreatment,misbehaving,miscegination,mischief,misconstrued,misdemeanor,miserable,misimovi\\u0107,misinformation,misleading,misled,mismovic,misshapened,missiouri,missippi,mississauga,miss\\u00e4,mist,mistake,mistreat,moderator,modified,moeisha,moet,monroe,monster,monsters,monterey,montessori,monthes,monthl,monthly,monthly_05_2010,montpellier,monty,mooching,mooleys,moonbats,moose,mopar88,mopeds,mor,morale,monorities,monopoly,mononoke,momentous,mofo,mohammed,moi,moldavia,moldova,molesters,molesting,momce,mommy,monkies,momofsix,monarchy,mongering,mongoloids,mongols,mongrelise,mongrels,monique,mis,miru,mirrors,micronesians,mes\\u00e9lik,meta,metalgod178,metalheads,metallica,metaphor,meth,methinks,metropolitan,mex,mexcicans,mexic,me\\u00f0an,mi6,mic,michelle,michoel,mickie,micro,messy,messican,messiah,merciful,mennyi,mens,menteur,menting,mentions,mentor,mentorship,mera,merciless,messege,mercs,merge,merger,merrimack,mesa,mesico,messager,messaging,micronations,microsoft,mirada,middles,milton,mimic,mimimatthews,mindig,mindless,mines,minimize,minimum,minions,miniority,miniskirt,minn,minors,minster,minstrel,mint,minu,mio,miraculous,milo\\u0161,milmilk,millsaps,miklav\\u017e,midgards,midland,midnet,midwestern,migrants,mikill,mikilv\\u00e6g,mikkke14,miklir,millionaries,mild,mildura,miley,militaryphotos,mill,milleches,milliken,millionaire,morality,moreover,neglect,mystified,myths,m\\u00e3,m\\u0113rim,n1,n1c1,n_rapist_j,nackers,nadmo\\u0107na,nagant,nagger,naglfar,nagorny,nagyon,nails,nameen,namely,napervile,napj\\u00e1s,naples,myth,mysticism,mormons,mysteriously,musilms,muslime,muslimsout,mussorgsky,mutated,mutating,mutha,mutilate,mutilated,muutosv,mvi,myblackisbeautiful,mycket,myndighetene,myron,myspace,mysql,mysteries,mysterious,nappy,narcissistic,nargaroth,narrated,nc,nchen,ncop,ndecjan98,neanderthal,neanderthalensis,nearing,nebbie,nebraska,necassary,necks,neck\\u00e3,needing,needle,needless,neevr,negate,negatives,negiotiations,nbpp,nb,naziwhowantstokillsixmillionjews,nathan,narrowband,nasjonalitet,nast,nastassja,natall,natallhv,nate,natfront,natiocracy,nazarene,nationalities,nationally,nationalrif,nationell,naughty,nauseum,navel,navigating,musicman,musicians,musica,mrs,motor,motorcyclist,motorcyclists,mound,mountainous,mountains,mountaintrader,mourner,mourning,moussed,moustache,mouthful,mouths,movements,moves,moyross,mp5,mph,mqdefault,motivic,motivate,motile,mortgage,morningside,moroccan,morons,moroz,morphed,morrow,mortality,mortar,mosaic,motherland,moselle,mosier,moskva,mosley,mosques,motel,motherboard,mothergrinninbird,mrbadgersir,mrz,mushrooms,msciwoj,multiculturism,multiculturistic,multikulturalizmus,multireligious,multispeed,multitudes,mummies,mums,mumsy,munch,munich,munster,munter,muppet,murphy,museu,museums,mush,mushroom,multiculturatism,multiculturalist,mulitracial,mudd,msg,msi,msrp,mtnews,muaddib,muahaha,muay,muck,mudds,mulattoe,muddy,muder,mudraces,mudslide,mudslums,muffet,mugger,mugging,joel,joeblogs,jodr,gladiator,gladys,glamorises,glared,glary1219,glasgow,glasser,glbt,glee,glendale,glimmering,glimpe,glimps,globalism,globalnews,globes,glorification,glorified,glorify,glorious,gladly,glaciations,gourmet,gj,getmycountryback,getthebigpicture,getz,geysers,ghastly,ghettobraggingrights,gi,gibb,gibraltar,gick,gide,gifted,gillespie,gilmore,gilt,gimmiegrunts,gingerbread,gioese,gish,gloucester,gloves,glued,gl\\u00e6delig,gonzalez,gonz\\u00e1lez,goodbye,goode,goodnewsaboutgod,gooks,gopro,gordon,gordons,gorgoroth,gorton,gospels,gota,gotchya,gothard,gothic,goto,gottem,goudreau,gontyna,gonio,gollnisch,goddesses,gmo,gnotella,goat,goats,gobbledegook,gobi,goblins,goddamn,godforsaken,golgo,godsend,godunov,goetz,goffers,goin,goinna,goldberg,golf,geting,getcha,gesund,gauged,gangster,gaol,gaps,garage,gardai,gardeners,gardens,gargling,garlands,garmgormius,garnered,garry,garvaghy,gasoline,gasp,gat,gated,gatherers,gatsby,gangstas,gangstaas,gangsta,galerie,ga,gacek,gaelach,gagged,gainesville,gains,gal,galan,galicia,ganges,gallagher,gallon,gals,galveston,gambit,gamekeeper,gameplay,gangbangers,gatto,gaul,geschworn,gauleiter,generating,generational,genetical,genetically,geneticist,genetics,genicide,genitals,genocidal,genotype,genres,geo,georgetown,gerber,gerdes,germ,germany2006,geroge,gerrard,generated,general1812,geminorum,gdyjju,gaurantee,gawk,gayest,gazette,gazing,gcc,gd,gdansk,ge,gemelas,gears,geese,geesh,gefin,gegen,gekas,geller,gelman,gouges,governmental,f\\u00f8dt,g\\u00e5r,g\\u00e6ilge,g\\u00e6lick,g\\u00fctersloh,h1,haben,habits,hacking,hadding,haddock,hadnt,hadsereg,hafi,haft,hag,hagel,hagen,hagis,hags,hahaha,g\\u00e6delig,g\\u00e5ng,governments,g\\u00e3,gulag,gulf,gulyas,gum,gunman,gunmen,gunner,gunpoint,gunther,gurnow,gutierrez,gutless,guts,gxv2b33v37la6pz,gymnastics,gypises,gyspsies,gy\\u00f6rgyi,g\\u00e0idhlig,hahahhah,hai,haid,haight,handler,handout,handsome,handwritten,handyman,hangers,hannah,hans,hansel,hanson,hapless,happenned,hara,harass,harassed,harbour,hardcopies,hardcopy,hardcover,handled,handlebar,handfuls,halt,haircuts,hairstyle,haitian,hal,halasz,halfway,halls,hallways,hamlet,handful,hammerfist,hammerskins,hamptonroads,handball,handbook,handel,handelsbetjent,handelsskolen,guitars,guinea,guidelines,greetz,granite,grant,grapes,graphics,grappler,gratia,gratification,gratitude,gratuitous,graveland,gravitates,gravy,grays,gread,greatly,greatschools,greedy,greeneville,greenville,grange,grandparental,grandfathers,graces,govt,gow,gowdy,gower,gpa,gps,grabbed,grabber,gracious,grammer,grads,gradual,gradualy,graduation,graf,graffiti,grafton,gramme,greet,greg,guided,greit,grounds,groupid,groveling,grover,gro\\u00dfstadt,grrrr,grub,grubbers,gruesome,grumblings,grunge,gruop,gru\\u00dfwort,gs7l50kv,guantanamo,gud,guelph,guessed,guests,grounded,grouch,grossed,grill,grenade,grenades,grenadier,gretchen,gretel,greyhound,grid,grieving,grilling,grooving,grills,grin,grindres,grinned,gripe,gripfasts,groidal,groomed,f\\u016bmus,f\\u00f6r,jo,filipina,fille,filmed,filt,finallytransformedformersovietjewnion,finances,financialy,financing,findarticles,findings,finds,finest,fingerprint,finially,finlly,finn,finnic,finnkampen,finno,firebird,filipinos,figurehead,flow,fightin,fenian,fenris,feral_children,ferguson,feria,fertile,fertilization,fession,festivals,fetish,fetus,ff009,ffs,fh\\u00e8in,fianc\\u00e9,fiddlers,fidelity,fierce,fifty,firefighter,firestorm,firmly,fisherman,fleet,flexible,flick,flickering,flighthttp,flights,fling,flintshire,flipping,flips,flipside,flirting,floating,flocks,floors,flop,flopping,florida88,flour,fled,fleas,fleaflets,flame,fishki,fishman,fists,fithy,fittest,fixed,fl3k6cf7xgpkj02higvcjfcq,flagged,flanative62,flea,flanked,flap,flatland,flats,flatten,flattened,flavor,flax,fend,fences,fenced,fastest,fallout,falwells,fame,familes,familier,famine,fanboy,faqabouttrigonometryhttp,fareo,fares,fargo,farhard,farkel,farkin,farms,fart,fas,fascinating,fascism,fallacy,fakty,fairgrounds,factors,ez,fabric,fabricated,facade,facial,facilities,facist,factbook,factual,faire,faculteit,fadas,faderen,fading,faem,fagan,faggotry,fails,fascists,fatherless,femur,fathom,fecal,feck,fecken,federalist,federation,fedor,fedoras,feebly,feeeaaver,feesible,fel,fella,fellas,felling,fellows,felonies,felv\\u00e9teleket,feminism,feminists,featured,feather,feast,faves,fatter,fattest,fatty,faught,faults,faust,fauster,faux,favoriate,fears,fawk,fawning,fax,faxes,fay,fckdqgodvk4anqhttp,fcks,fearful,flourished,floyd,f\\u00e5,frh48adas1a,friction,fridge,fries,frigg,frigging,friggsday,frightens,frigin,frist,fritid,fro,frome,fromm,fromm\\u00e2,frontlinesourcegroup,frown,froze,fructose,fruita,fri,freundschaft,fluffing,freuer,fred,frederik,fredrik,freedman,freedomranger,freedoms,freegifts4kids,freehold,freelance,freep,freese,freeway,freewheels,freewill,frei,freiburg,frenzy,frequencies,frettir,fruits,frustrated,frustration,fry,funniest,fur,furguson,furiously,furman,furnished,furthermore,furture,fusion,fuzzy,fwy,fxck,fyrdung,fyrir,fyrom,fyromanians,fyromia,fyromians,fyrstir,funnies,funneling,funnel,fumble,fr\\u00e5gar,fsicqgo,fstoppers,ftf,ftheblood,fuehrer,fufilled,fullest,fumigate,funk,functional,functionality,functioning,fund,fundamentalists,funded,fundimental,funerals,freakout,freaking,fraternity,foriegners,foods,foolish,footballs,footbridge,footing,ford,fords,forecast,forehead,foreignaffairs,foreman,foremost,foresee,foresight,foreskin,forests,forewarned,forgein,forgiven,fondling,fond,fom,foeigners,flung,flush,flyres,fmjjsd6weq,fnf,focused,focuses,focusing,fogalmam,follows,foggy,foisted,folder,folding,folio,folkandfaith,folketingets,folkwear,foriegn,forking,fraser,forklift,fourteen,fowl,foxnews,fpv,fqpazvlq4xq,fr,fraction,fractures,frakkin,framed,framers,framing,fran,franciscan,franco,frankish,frankreich,franuniv,franz,fours,fountains,founding,forskin,forlorad,formal,formed,formulate,forn\\u00f8yd,forresten,forseta,forsetinn,forthwith,foundamental,fortunately,fortune,forty,foruth,forwarded,fosse,fossey,foto,hardened,hardin,hardware,inflict,inform,informace,informal,informationen,informing,infrastructure,infringed,ingeborga,ingesting,ingestion,ingredients,ingvar,inhabited,inhalte,inheritance,inherited,inhumanity,initials,initiative,inflicting,inflected,intense,inflation,industrialized,indy,inet,inexpensive,infact,infants,infect,infecting,inferiors,inferium,infestation,infestations,infesting,infidels,infighting,infiltrate,infirior,infirmed,inflate,inject,injojed,injure,injuries,instantly,instigated,instilled,instincts,institutionalized,instructed,instruction,instrumental,insulted,insulting,insults,insurance,intact,intedity,integral,integrate,integrity,intel,intellect,instances,installing,installations,ins,injustice,inland,innate,innlent,innovation,innovative,innuit,inpd,insert,instability,inserted,insightful,insightfull,insightmag,insisting,insists,inspectors,inspiration,indoor,indoctronation,indo,implications,imagination,imbeciles,imbed,imediate,imidated,imigration,imitate,immaculate,immagrants,immigrate,immigrationcontrol,immortal,impaled,impart,impera,imperial,impersonated,implement,implemented,imaginable,imageshack,ima,ikke,ight,iguana,iirc,ij,ik,ika,ike,ikea,iliad,illustrations,illegally,illegaly,illinois,illiteracy,illiterate,illnesses,illogical,illustration,implementing,implied,indistinguishable,implimentation,inception,incinerate,incinerated,inclusion,incompetence,incomprihensible,incongruity,incorporated,incorporating,increasing,incredibly,independently,indepth,indiana,indicates,indicating,indictement,indirectly,indisputably,incarnation,incans,inca,impressions,imporant,imported,imports,imposes,impossibly,impractical,impressedwww,impressesed,imprisoned,inbred,improvement,improvements,impulsive,inaccurate,inaction,inactive,inadvertently,inbox,intelligencia,intensity,hardy,jackhammer,jacqueline,jade6,jagt,jahshawn,jails,jakub,jam,jamican,jan,jane,janet,janice,janj,jap,japantoday,japods,jardinero,jared,jarilo,jacking,jacketed,interbred,jackass,israelshamir,isreali,issues06,istan,istorija,italianos,itf,itmes,itv4,iusethisoneallthetimeforplanning,ivanovich,iveo,iweala,izlezi,iznad,izvor,j2,jaarsveld,jab,jarve,jaw,jax,jazera,jeunes,jewdo,jewel,jeweler,jewess,jewey,jewgled,jewlords,jewry,jewv,jewwatch,jiffy,jigs,jist,jitsu,jiu,jiving,jj,jmho,jeune,jest,jesse,jeff,jc,jd,jdrrwffjkkw,je,jealousy,jects,jeet,jeeze,jeff_gates1,jesli,jefferson,jeffrey,jehovas,jenkins,jennifer,jennings,jepordy,jeremiah,israels,israelites,israelis,investigators,interstellar,intervention,intimidae,intimidate,intimmidating,intolerance,intolerant,intressting,intrigue,introducing,intruders,invalid,invariably,invasions,invest,invested,investigate,investigates,investigations,intersects,interrupted,interred,intermixed,interbreed,interchange,interchangeable,interdependency,interference,intergraton,interlac,intermediate,intermixes,interpretation,internally,internationalist,internationally,internationals,interned,internets,interogation,interpret,investigative,investment,israelinireland,investors,irritates,irritation,iru,isaac,isabelle,isd,iserlohn,ishmael,islamisation,islamization,islamophobic,islanders,islandnet,isles,ismerek,ismer\\u0151seim,isobox,isolated,isotonic,irritable,irreparable,irrelevant,ionian,invictus,invisible,invisionboard,inviting,invitro,involvement,involvment,ion,ious,ironically,ipad,iphone,ir,ireland_awa,irika,irishd,irishdemocrat,irms,iggers,igaz,ifyouwishtoaddanewelementtoyourhomeschool,herr,hershey,hertfordshire,hervaldi,heston,het,heterosexual,hetrosexuality,hewlett,hews,hexakopter,hg1,hg2,hg3,hh,hi5,hibernating,hickory,highclere,highes,herself,herp,ifyouwant,heros,hellhole,helll,hells,helmets,helmsdeep,helpdesk,helpless,hence,henry,herbrews,hercules,herditary,herford,heritages,herman,heroin,heroine,heroines,heroism,highlands,highlight,highligted,highrise,hitchers,hitchhiking,hitching,hitlerjugend,hitlers,hitting,hiya,hjem,hk,hmmmm,hoarding,hoards,hobbit,hobbling,hobby,hockey,hoe,hofmeyer,hogs,hitched,historisk,histories,himalajafoundation,highschool,hihetetlen,hijabs,hike,hiking,hill,hillary,hilton,himmler,historically,hindus,hipicrits,hipocracy,hippyism,hiroshima,hirschel,hiss,historians,hellenistic,hellenic,helicopter,hb,hats,hatt,haughey,haul,haulin,hauling,hauls,haven,havin,havoc,hawken,hawking,hawkins,hawthorne,hay,hayden1488,hayes,haywire,hazafias,hathaways,hatey82k2,hatewatch,harry,hardylaw,haribo,harmonic,harms,harold,harp,harrington,harrisburg,harryville,haters,harvard,harvest,hasitsfertilityratesignificiantlyincreased,hasnt,hassel,hasten,hat,hateful,hazel,hbh,helge,hbs,heavens,heavier,heavyweight,hectic,hector,hee,heels,hef\\u00f0u,hegemony,heheh,hehehe,heights,heily,heims,heims\\u00f3kn,heinious,heinrich,heisst,hela,heavenly,heathway,heathrow,healthcare,hcf,hea,headfirst,headind,headline,headphones,headscarf,headteacher,heap,heathen,heaps,hears,heartbeat,hearted,hearty,heated,heater,heath,hogy,holboth,holdomor,hwy,huntington,hunts,hups,hur,hurford,hurlee,hurling,huron,hurricane,hurrying,hurts,husbands,hussars,hustle,hut,hutsul,huus,hve,hvorostovsk,hunted,hunt,hunger,huffed,htmlsinnfein,htmlwillieatkinshttp,htmlyoutube,hu,hubbard,huckleberry,hudeksem,hueys,hugrekki,humpback,hulu,humanism,humanoid,humiliation,humility,humour,humourous,hump,hvorostovskiy,hxbcyx97jgm,htmlnushawnwilliamshttp,hyde,icsc,icy,idag,idcatre75s52620110629,idenity,identifiable,identified,identifing,identifying,identities,ideological,idf,idiocy,idlewild,idolize,idolized,idolizes,idolizing,ifamericaknew,iconoclast14,iconic,ic,hypocrisy,hydradeck,hydrogen,hydroshok,hyena,hymn,hyperdrive,hyperinflation,hypnotist,hypocritical,iberian,hysterical,hz,h\\u00e9r,h\\u00f6xter,i2a2,i4,ian,iazn9v3ha3y,htmls,htmlhttp,holds,hooliganism,homies,hominems,homogenous,homophobic,homosassausa,honda,hong,hongary,hongcouver,honorable,honored,honors,honourable,honoured,honv\\u00e9ds\\u00e9g,hoo,hoodies,hookers,hooking,homey,homeshcool,homer,holstein,holes,holidaying,holier,holiness,holla,hollum,holocau,holocausthandbooks,holster,homepage,holston,holtyre,holycost,holyfield,homeles,homeless,homemade,homemaking,hoola,hools,htmlasimpleonlinetrigcourseforum,hooves,hound,hounds,hounters,housed,household,housemates,houser,howe,howzit,hp,hpd,hpzxtq3t1wu,hrabri,hs,hs477,hsc,htmcoreconceptshttp,htmintroductiontotrigonometryhttp,htmlandhttp,hotter,hotbed,hosts,horizontally,hopeless,hopes,hopfully,hopkins,hopper,hops,horace,horde,horns,hosted,horny,horrified,horrors,hortons,hose,hospitalised,hospitality,hostages,\\u91c7\\u7528\\u5de6\\u773c\\u4e13\\u5229\\u6280\\u672f\",\"being\",\"much\",\"live,most,own,last\",\"watch,country\",\"anyone\",\"also,make\",\"did\",\"re\",\"find,look\",\"news\",\"same\",\"great\",\"video,going\",\"ve\",\"down,could,every,need\",\"am\",\"blacks\",\"their\",\"got\",\"over,into\",\"never\",\"even\",\"she,around,where\",\"years\",\"kids,year\",\"its\",\"way\",\"his\",\"day\",\"and\",\"old,very\",\"s\",\"many\",\"too\",\"n\",\"there\",\"race\",\"promoting,27,uses,stayed,player,useful,proof,raping,irving,smoke,useless,farm,council,regardless,concerned,actions,norwegian,possibly,grand,fits,fair,series,45,created,benefits,dancing,market,settle,arab,committed,vs,besides,plenty,ar,opposed,goyim,islamic,activism,homosexuality,homosexual,seek,homo,ukrainian,behave,target,companies,match,fans,wpww,tribe,acts,whitefish,dedicated,republic,q,holiday,holding,refuse,lunch,justin,beating,complain,bucks,offers,denmark,ww2,funeral,claiming,physical,incident,figured,standard,forest,weight,solely,wiki,johnny,worked,extremely,games,immigrant,published,connection,turkey,afternoon,daily,images,entertainment,push,solution,closer,cap,via,birthday,held,effort,won,corps,treat,hated,mods,guilt,francisco,cleaning,surely,innocent,mit,rich,position,destroyed,edit,detail,jim,hates,missouri,pool,scottish,stood,neighbors,ladies,quit,return,dude,minorities,chose,science,murders,trial,flyers,oi,superiority,bread,slowly,letter,33,voice,yours,iq,sacrifice,jumped,arm,tests,century,shocking,horse,older,trip,union,pagan,beast,raped,mt,liked,mtv,aol,nowadays,rage,losing,thus,valley,gays,shut,knowing,butter,decades,fools,apart,sea,gene,generation,knowledge,yea,description,bill,genes,pakis,2001,responsible,related,arrest\",\"now\",\"or,if\",\"well,those\",\"http\",\"than,few\",\"say\",\"us\",\"do\",\"white\",\"because\",\"want\",\"any\",\"we\",\"back\",\"should\",\"t\",\"these\",\"school\",\"her,only,then\",\"new\",\"had,were\",\"like\",\"you\",\"time,other\",\"think\",\"young,german,asian,whole,fact\",\"been\",\"in\",\"this\",\"go\",\"slavs,forgot,heil,spanish,greece,commercial,savages,burn,hispanics,international,openly,bodies,mouth,lines,upper,himself,hardly,statistics,parts,mexico,cow,orders,research,step,focus,super,steel,32,attend,dangerous,appears,smart,24,awesome,everybody,nose,monkey,became,wtf,poles,beach,designed,dozen,ignorant,pistol,rap,houston,win,iceland,oil,shown,twice,breeding,advice,loved,creatures,honor,bag,dollars,passed,destruction,france,sat,terrible,beliefs,bright,blame,mediafire,golden,gotta,swedes,behavior,warm,agreed,wild,indian,onto,issue,meeting,july,wrote,nonwhites,blonde,hearing,assault,appreciate,legal,justice,ss,travel,department,theres,window,somebody,finding,ends,haha,block,preference,famous,asking,soccer\",\"com\",\"how\",\"know\",\"is\",\"not\",\"as\",\"whites\",\"has\",\"but\",\"www\",\"he\",\"m\",\"be\",\"good\",\"see\",\"all\",\"crime\",\"that\",\"an\",\"of\",\"fugitive,ft,worshipping,5000,enforcement,fu,gaelic,fugue,gained,stars,gain,ending,funding,endless,silesian,wound,simpson,wouldnt,silver,f\\u00e5r,4th,poisoned,pleasure,chips,trucks,chimpout,staff,skull,burger,foundation,mug,personality,personnel,burglary,mulatto,persecution,400,slaughter,forming,former,format,entertaining,burton,tor,plants,frankfurt,trunk,png,skill,frozen,plymouth,friendship,eng,bulba,skadarlija,plot,freemasons,worn,42,1950s,stamps,engineered,bulls,engineering,stamp,msnbc,trusted,bully,trunks,permanent,chances,morals,shoe,misunderstood,sheboon,portugal,goldenboy,norge,stepping,norfolk,nordid,mjodr,eliminate,elite,civilizations,mo,62x39,gliwice,noose,ships,glassy,shock,steam,brainwash,portuguese,goodness,goods,booze,norman,boom,miscegenation,grad,1909,wntube,grabs,69,missed,1911,mistaken,shared,steps,ck,gott,sharp,bored,gospel,gorilla,ulster,circumstances,gig,52,modise,empty,brief,mongol,twin,brilliant,chromosome,gender,britons,brits,gdp,55,gauge,54,gathering,montreal,gate,1940,worlders,garden,garda,gap,twitter,chuck,geographic,emergency,shooter,popping,staying,braveheart,shoplifter,gf,performing,shore,cinco,emission,employee,breathing,breeds,ty,moments,shots,brewing,cia,emperor,churchill,mum,entirely,sleipnir,familiar,nebulae,established,necessary,fallen,chef,yelling,youngsters,fairy,cbc,faint,failure,cheese,soundtrack,fail,physics,faggot,cds,trained,et,celebrity,phrases,souls,21st,negative,establish,torture,natvan,pierre,cash,favour,cason,1998,favorable,sponsored,translations,pie,essence,yatsenyuk,fate,faster,fashionable,sorrow,essex,transfer,fantasy,catholics,southeast,facing,fb,neighbours,spelling,explaining,experiencing,nem,2000,phosphor,expecting,chairman,expansion,spear,neolithic,ewell,characteristics,nervous,township,philosophy,excuses,chambers,toys,exception,specifically,explode,explosion,facility,exposing,phrase,splc,spitting,checks,trail,southwest,sovereign,eugene,fa,yer,photoshop,207,spics,extraversion,spending,extinct,cents,eve,traditions,expressing,expressed,26155,fbcdn,37,mutations,1977,entry,flood,cake,environment,flip,flint,sqwincher,smell,nickname,flier,flee,pitch,flavored,flare,equal,equality,equally,mythology,square1,fitness,cafe,flower,fist,flowers,planned,trolling,forbidden,366388,troika,fool,slightly,1973,muscle,36,bye,musical,plague,slogan,slope,slovenia,fm,flyer,31st,311,entitled,equipment,3000,transplant,fiction,treason,captured,29th,soil,sole,careers,carefully,29,errors,felony,solo,som,feels,278,traps,nationals,feces,ni,shakespeare,spots,transylvania,sofia,error,perversion,erin,firm,equivalent,firefox,cameron,perverted,pink,nicer,snyder,finishing,nail,fingers,erik,cancer,candidate,socialism,socialist,cans,socialized,cape,fifth,capita,carried,segregated,mirror,purely,isn,researching,agreement,islander,locations,atleast,pump,log,irs,logging,resist,resistant,ironic,iraq,attacker,attempting,pulling,agent,respects,involving,responded,au,inventions,invention,invaded,intuition,lookin,punet,viking,requirement,associate,assembly,jeans,jean,literal,repeat,jay,repeated,jason,assets,replies,assignment,reporter,associated,athletes,assumption,aint,livestock,ivy,republican,iv,itt,lmao,ate,punish,loaded,issues,introversion,introduced,australian,advancement,rice,axis,rides,ridge,wheaton,province,adversary,lurking,wheelin,infection,vengeance,infantry,industry,rican,ripped,lynched,backed,proudly,ritual,backpack,adorable,adopted,increased,increase,protester,protection,injury,vermin,retailer,avondale,interrogation,retard,vice,affordable,authority,auto,returns,intentionally,intent,ave,int,af,revolting,insane,instill,whatsoever,lovers,instance,advise,inspiring,inspire,reynolds,lowest,prussian,rhodesia,insanity,lit,jeremy,macedonia,jerry,anthropology,lectures,rare,wandering,ksr,lefties,lefty,leg,amen,rats,amazonaws,antwoord,anu,weale,walks,knocking,wales,waking,wealth,waited,wagon,wagner,realizing,lemmings,klansmen,amarillo,kitchener,kung,kurdish,anthropological,amy,radioactive,laughs,latinos,rag,andy,lasted,laptop,rainforest,raised,lane,analysis,lands,waterford,ky,lame,leader,warms,waters,warfare,racialist,lacking,labour,warcrimes,ranks,answering,rants,alternatives,kingston,kindergarten,relocation,alex,reinforce,jul,relate,jpghttp,relationship,purse,jose,arse,arseniy,joking,articl,asap,jus,jjt,asia,alan,jewtube,visa,remington,remnant,jewelry,welcoming,jetlageando,aspect,removed,algebra,arkansas,kin,allies,killings,killer,apr,recommendation,recommended,letters,arabic,keyboard,kentucky,kein,voting,keen,allied,regret,refer,reference,kassin,websites,reflection,allegiance,arent,refusing,regency,vomit,volunteers,lift,incidents,wherever,shades,betrayal,heading,scpf,scream,melted,hayden,screwing,melting,97,membership,haunted,96,births,92,unknown,mentally,bits,predominantly,blackout,unite,blanket,blast,merry,haplotypes,unification,winner,89,precious,headlines,98,healing,schlitz,abortions,aboard,hes,scarborough,untrue,scary,pretend,scenarios,bg,bias,schedule,helpful,unsuspecting,billy,presents,medlem,sciences,hebrews,bil,scope,scored,scot,heartbreaking,billboards,hearings,mega,seekers,handle,mestizo,min,militant,militants,boards,pound,militias,grove,gross,uncivilized,pot,grocery,groceries,grip,73,boarder,grief,bolt,greeks,greater,gray,unaware,minnesota,minor,mins,granted,grandson,wns,guarantee,sept,prayers,practices,hamms,el,hamilton,haman,praise,halliujah,blocked,828,haired,haircut,hails,82,blogs,guessing,ppv,hacked,hack,powered,sensing,gut,wit,sentences,78,separate,guise,mighty,hidden,beside,machete,highlights,iam,programming,actively,acted,mandela,rude,manipulated,vaccines,professors,v4,professional,runs,humor,hum,basket,mar,production,product,acknowledge,marching,produce,achieve,bathroom,batteries,hphotos,s3,hows,malls,icq,identify,immoral,admits,baked,vast,improved,robinson,import,madness,rods,imperium,mag,imo,admin,magazines,projects,romanians,illyrian,illness,romper,il,roots,whine,vanguard,bankers,addict,valued,value,utterly,bautista,whoever,belgrade,sandiego,hollywood,hollow,belfasttelegraph,belgian,holder,matthew,holahoax,mature,principal,hoax,maximum,believers,belarus,ups,abusive,belive,mb,upload,hired,hippies,primarily,mcdonalds,hillsdale,hills,upcoming,holohoax,materials,utah,hoops,sacrifices,mars,beaners,marta,horror,beard,probation,horizon,hordes,marxists,maryland,beauty,mask,beings,hooligans,masons,accidentally,begins,begun,privacy,masters,accepting,homework,prisoner,samis,priority,steubenville,cream,contempt,closing,paki,deviant,constant,08,suburbs,counting,earl,zionism,tigers,collection,stopping,constitution,suicide,taras,couples,offered,targeted,orchestra,clubs,compete,overly,stormed,commenting,pakistan,offending,npd,developed,distinctive,davidduke,thou,dresses,overlooked,cup,stormfronters,passover,occur,swimming,penis,clue,patrick,suited,drawing,surplus,contributions,contacted,penny,economic,subtle,stomper,omg,condition,1488,tastes,cruise,paradise,eddie,domesticated,stunk,contain,symbols,stones,cousin,pedophilia,controlling,comic,suites,csabi,courier,partially,convert,paint,convenience,sum,diablo,democracy,tim,ebola,dramatica,demanding,zionists,obituary,drew,convince,debt,ticket,tactics,doc,desired,string,strip,drown,divorce,temporary,outta,occurred,czech,streaming,coke,sue,opposition,outlets,dangers,numb,desire,dry,opportunities,tail,pedophile,outraged,opponent,cork,theater,descent,tenn,swamp,commitment,conquer,commited,nuts,tends,des,deserves,outs,zulu,depressing,coal,taco,deny,07,pearl,comparison,documentation,och,zimbabwe,determined,determines,thule,detrimental,congo,thankfully,tie,confusing,curricula,den,structure,tables,palatka,thunder,svalbard,outfit,palestinians,outdoors,coons,swede,1500,pellets,cuz,dyed,considering,drivin,corruption,cluster,dying,denying,overcome,temp,deliberate,surrey,conclusions,t100,taylor,degeneracy,colored,olds,supports,\\u00e5,contract,patience,obtained,tee,supporters,discover,textbook,sunset,zo\\u00eb,discusses,dekalb,payments,concerns,testament,concepts,organisation,concentration,oxygen,taxi,crisis,tiolets,og,diseases,subrace,compliment,edward,technique,classmates,colors,sticks,1900,eight,clash,computers,defining,coloured,threaten,styles,tears,defence,crawl,zombies,colours,disagrees,tis,creator,creature,crappy,oktoberfest,directing,combat,norwegians,threadid,creep,observations,13th,payer,perceiving,obtain,submissions,classified,stockholm,deg,1066,deleted,cowards,covers,sympathy,thieves,ortolani,diet,edt,donation,diesel,covering,pat,dragged,terrorists,edited\",\"more\",\"a\",\"black\",\"some\",\"they\",\"our\",\"no\",\"on\",\"what,when\",\"by\",\"my\",\"have\",\"here\",\"who\",\"was\",\"get\",\"i\"],\"line\":{\"color\":\"crimson\",\"width\":3},\"name\":\"Zipf Predicted Frequency\",\"type\":\"scatter\",\"x\":[3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269],\"y\":[7580,4566,3082,2235,1704,1346,1094,909,768,659,572,502,445,397,357,323,293,268,246,227,209,194,181,169,158,148,139,131,124,117,111,105,100,95,91,86,83,79,76,73,70,67,64,62,59,57,55,53,51,50,48,47,45,44,42,41,40,39,38,37,35,35,34,33,32,31,30,29,29,28,27,27,26,26,25,24,24,23,23,22,22,21,21,21,20,20,19,19,19,18,18,18,17,17,17,16,16,16,15,15,15,15,14,14,14,14,14,13,13,13,13,12,12,12,12,12,12,11,11,11,11,11,11,10,10,10,10,10,10,10,10,9,9,9,9,9,9,9,9,8,8,8,8,8,8,8,8,8,8,8,7,7,7,7,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3]}],\"layout\":{\"legend\":{\"x\":0.1,\"xanchor\":\"left\",\"y\":0.99,\"yanchor\":\"top\"},\"template\":{\"data\":{\"bar\":[{\"error_x\":{\"color\":\"#2a3f5f\"},\"error_y\":{\"color\":\"#2a3f5f\"},\"marker\":{\"line\":{\"color\":\"#E5ECF6\",\"width\":0.5},\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"bar\"}],\"barpolar\":[{\"marker\":{\"line\":{\"color\":\"#E5ECF6\",\"width\":0.5},\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"barpolar\"}],\"carpet\":[{\"aaxis\":{\"endlinecolor\":\"#2a3f5f\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"minorgridcolor\":\"white\",\"startlinecolor\":\"#2a3f5f\"},\"baxis\":{\"endlinecolor\":\"#2a3f5f\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"minorgridcolor\":\"white\",\"startlinecolor\":\"#2a3f5f\"},\"type\":\"carpet\"}],\"choropleth\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"type\":\"choropleth\"}],\"contour\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"type\":\"contour\"}],\"contourcarpet\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"type\":\"contourcarpet\"}],\"heatmap\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"type\":\"heatmap\"}],\"heatmapgl\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"type\":\"heatmapgl\"}],\"histogram\":[{\"marker\":{\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"histogram\"}],\"histogram2d\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"type\":\"histogram2d\"}],\"histogram2dcontour\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"type\":\"histogram2dcontour\"}],\"mesh3d\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"type\":\"mesh3d\"}],\"parcoords\":[{\"line\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"parcoords\"}],\"pie\":[{\"automargin\":true,\"type\":\"pie\"}],\"scatter\":[{\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scatter\"}],\"scatter3d\":[{\"line\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scatter3d\"}],\"scattercarpet\":[{\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scattercarpet\"}],\"scattergeo\":[{\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scattergeo\"}],\"scattergl\":[{\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scattergl\"}],\"scattermapbox\":[{\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scattermapbox\"}],\"scatterpolar\":[{\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scatterpolar\"}],\"scatterpolargl\":[{\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scatterpolargl\"}],\"scatterternary\":[{\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scatterternary\"}],\"surface\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"type\":\"surface\"}],\"table\":[{\"cells\":{\"fill\":{\"color\":\"#EBF0F8\"},\"line\":{\"color\":\"white\"}},\"header\":{\"fill\":{\"color\":\"#C8D4E3\"},\"line\":{\"color\":\"white\"}},\"type\":\"table\"}]},\"layout\":{\"annotationdefaults\":{\"arrowcolor\":\"#2a3f5f\",\"arrowhead\":0,\"arrowwidth\":1},\"autotypenumbers\":\"strict\",\"coloraxis\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"colorscale\":{\"diverging\":[[0,\"#8e0152\"],[0.1,\"#c51b7d\"],[0.2,\"#de77ae\"],[0.3,\"#f1b6da\"],[0.4,\"#fde0ef\"],[0.5,\"#f7f7f7\"],[0.6,\"#e6f5d0\"],[0.7,\"#b8e186\"],[0.8,\"#7fbc41\"],[0.9,\"#4d9221\"],[1,\"#276419\"]],\"sequential\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"sequentialminus\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]},\"colorway\":[\"#636efa\",\"#EF553B\",\"#00cc96\",\"#ab63fa\",\"#FFA15A\",\"#19d3f3\",\"#FF6692\",\"#B6E880\",\"#FF97FF\",\"#FECB52\"],\"font\":{\"color\":\"#2a3f5f\"},\"geo\":{\"bgcolor\":\"white\",\"lakecolor\":\"white\",\"landcolor\":\"#E5ECF6\",\"showlakes\":true,\"showland\":true,\"subunitcolor\":\"white\"},\"hoverlabel\":{\"align\":\"left\"},\"hovermode\":\"closest\",\"mapbox\":{\"style\":\"light\"},\"paper_bgcolor\":\"white\",\"plot_bgcolor\":\"#E5ECF6\",\"polar\":{\"angularaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"bgcolor\":\"#E5ECF6\",\"radialaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"}},\"scene\":{\"xaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"gridwidth\":2,\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\"},\"yaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"gridwidth\":2,\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\"},\"zaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"gridwidth\":2,\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\"}},\"shapedefaults\":{\"line\":{\"color\":\"#2a3f5f\"}},\"ternary\":{\"aaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"baxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"bgcolor\":\"#E5ECF6\",\"caxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"}},\"title\":{\"x\":0.05},\"xaxis\":{\"automargin\":true,\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\",\"title\":{\"standoff\":15},\"zerolinecolor\":\"white\",\"zerolinewidth\":2},\"yaxis\":{\"automargin\":true,\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\",\"title\":{\"standoff\":15},\"zerolinecolor\":\"white\",\"zerolinewidth\":2}}},\"title\":{\"text\":\"Word Counts, Observed and Predicted by Zipf\"},\"xaxis\":{\"range\":[0,100],\"title\":{\"text\":\"Word Rank\"}},\"yaxis\":{\"title\":{\"text\":\"Frequency\"}}}}" \ No newline at end of file diff --git a/data_measurements/__init__.py b/data_measurements/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/data_measurements/__pycache__/__init__.cpython-311.pyc b/data_measurements/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2a8ad9230cd4ba5d7cb5fbe5815e5cfb3daf626d Binary files /dev/null and b/data_measurements/__pycache__/__init__.cpython-311.pyc differ diff --git a/data_measurements/__pycache__/dataset_statistics.cpython-311.pyc b/data_measurements/__pycache__/dataset_statistics.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e3dc31874d5689b1a9b8932950cdddca5c63fdaf Binary files /dev/null and b/data_measurements/__pycache__/dataset_statistics.cpython-311.pyc differ diff --git a/data_measurements/__pycache__/tokenize.cpython-311.pyc b/data_measurements/__pycache__/tokenize.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5a229daf3d40fe32044de6ba6cbebac1d1c021a5 Binary files /dev/null and b/data_measurements/__pycache__/tokenize.cpython-311.pyc differ diff --git a/data_measurements/dataset_statistics.py b/data_measurements/dataset_statistics.py new file mode 100644 index 0000000000000000000000000000000000000000..dddad104f86120f1140e482be637e5459d60491c --- /dev/null +++ b/data_measurements/dataset_statistics.py @@ -0,0 +1,582 @@ +# Copyright 2021 The HuggingFace Team. All rights reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import json +import matplotlib.image as mpimg +import matplotlib.pyplot as plt +import nltk +import numpy as np +import pandas as pd +import plotly.graph_objects as go +import seaborn as sns +import statistics +import utils +import utils.dataset_utils as ds_utils +from data_measurements.tokenize import Tokenize +from data_measurements.labels import labels +from data_measurements.perplexity import perplexity +from data_measurements.lengths import lengths +from data_measurements.text_duplicates import text_duplicates as td +from data_measurements.npmi import npmi +from data_measurements.zipf import zipf +from datasets import load_from_disk +from nltk.corpus import stopwords +from os import mkdir, getenv +from os.path import exists, isdir +from os.path import join as pjoin +from pathlib import Path +from sklearn.feature_extraction.text import CountVectorizer +from utils.dataset_utils import (CNT, LENGTH_FIELD, + TEXT_FIELD, PERPLEXITY_FIELD, PROP, + TEXT_NAN_CNT, TOKENIZED_FIELD, TOT_OPEN_WORDS, + TOT_WORDS, VOCAB, WORD) + +logs = utils.prepare_logging(__file__) + +# TODO: Read this in depending on chosen language / expand beyond english +nltk.download("stopwords", quiet=True) +_CLOSED_CLASS = ( + stopwords.words("english") + + ["t", "n", "ll", "d", "s"] + + ["wasn", "weren", "won", "aren", "wouldn", "shouldn", "didn", "don", + "hasn", "ain", "couldn", "doesn", "hadn", "haven", "isn", "mightn", + "mustn", "needn", "shan", "would", "could", "dont"] + + [str(i) for i in range(0, 99)] +) +IDENTITY_TERMS = [ + "man", + "woman", + "non-binary", + "gay", + "lesbian", + "queer", + "trans", + "straight", + "cis", + "she", + "her", + "hers", + "he", + "him", + "his", + "they", + "them", + "their", + "theirs", + "himself", + "herself", +] +# treating inf values as NaN as well +pd.set_option("use_inf_as_na", True) + +MIN_VOCAB_COUNT = 10 +_NUM_VOCAB_BATCHES = 2000 +_TOP_N = 100 + + +class DatasetStatisticsCacheClass: + + def __init__( + self, + dset_name, + dset_config, + split_name, + text_field, + label_field, + label_names, + cache_dir="cache_dir", + dataset_cache_dir=None, + use_cache=False, + save=True, + ): + ### What are we analyzing? + # name of the Hugging Face dataset + self.dset_name = dset_name + # name of the dataset config + self.dset_config = dset_config + # name of the split to analyze + self.split_name = split_name + # which text/feature fields are we analysing? + self.text_field = text_field + + ## Label variables + # which label fields are we analysing? + self.label_field = label_field + # what are the names of the classes? + self.label_names = label_names + # save label pie chart in the class so it doesn't ge re-computed + self.fig_labels = None + ## Hugging Face dataset objects + self.dset = None # original dataset + # HF dataset with all of the self.text_field instances in self.dset + self.text_dset = None + self.dset_peek = None + # HF dataset with text embeddings in the same order as self.text_dset + self.embeddings_dset = None + # HF dataset with all of the self.label_field instances in self.dset + # TODO: Not being used anymore; make sure & remove. + self.label_dset = None + self.length_obj = None + ## Data frames + # Tokenized text + self.tokenized_df = None + # Data Frame version of self.label_dset + # TODO: Not being used anymore. Make sure and remove + self.label_df = None + # where are they being cached? + self.label_files = {} + # label pie chart used in the UI + self.fig_labels = None + # results + self.label_results = None + + ## Caching + if not dataset_cache_dir: + _, self.dataset_cache_dir = ds_utils.get_cache_dir_naming(cache_dir, + dset_name, + dset_config, + split_name, + text_field) + else: + self.dataset_cache_dir = dataset_cache_dir + + # Use stored data if there; otherwise calculate afresh + self.use_cache = use_cache + # Save newly calculated results. + self.save = save + self.dset_peek = None + # Tokenized text + self.tokenized_df = None + + ## Zipf + # Save zipf fig so it doesn't need to be recreated. + self.zipf_fig = None + # Zipf object + self.z = None + + ## Vocabulary + # Vocabulary with word counts in the dataset + self.vocab_counts_df = None + # Vocabulary filtered to remove stopwords + self.vocab_counts_filtered_df = None + self.sorted_top_vocab_df = None + + # Text Duplicates + self.duplicates_results = None + self.duplicates_files = {} + self.dups_frac = 0 + self.dups_dict = {} + + ## Perplexity + self.perplexities_df = None + + ## Lengths + self.avg_length = None + self.std_length = None + self.length_stats_dict = None + self.length_df = None + self.fig_tok_length = None + self.num_uniq_lengths = 0 + + ## "General" stats + self.general_stats_dict = {} + self.total_words = 0 + self.total_open_words = 0 + # Number of NaN values (NOT empty strings) + self.text_nan_count = 0 + + # nPMI + self.npmi_obj = None + # The minimum amount of times a word should occur to be included in + # word-count-based calculations (currently just relevant to nPMI) + self.min_vocab_count = MIN_VOCAB_COUNT + + self.hf_dset_cache_dir = pjoin(self.dataset_cache_dir, "base_dset") + self.tokenized_df_fid = pjoin(self.dataset_cache_dir, "tokenized_df.json") + + self.text_dset_fid = pjoin(self.dataset_cache_dir, "text_dset") + self.dset_peek_json_fid = pjoin(self.dataset_cache_dir, "dset_peek.json") + + ## Length cache files + self.length_df_fid = pjoin(self.dataset_cache_dir, "length_df.json") + self.length_stats_json_fid = pjoin(self.dataset_cache_dir, "length_stats.json") + + self.vocab_counts_df_fid = pjoin(self.dataset_cache_dir, + "vocab_counts.json") + self.dup_counts_df_fid = pjoin(self.dataset_cache_dir, "dup_counts_df.json") + self.fig_tok_length_fid = pjoin(self.dataset_cache_dir, "fig_tok_length.png") + + ## General text stats + self.general_stats_json_fid = pjoin(self.dataset_cache_dir, + "general_stats_dict.json") + # Needed for UI + self.sorted_top_vocab_df_fid = pjoin( + self.dataset_cache_dir, "sorted_top_vocab.json" + ) + + # Set the HuggingFace dataset object with the given arguments. + self.dset = self._get_dataset() + self.text_dset = None + # Defines self.text_dset, a HF Dataset with just the TEXT_FIELD instances in self.dset extracted + self.load_or_prepare_text_dataset() + + def _get_dataset(self): + """ + Gets the HuggingFace Dataset object. + First tries to use the given cache directory if specified; + otherwise saves to the given cache directory if specified. + """ + dset = ds_utils.load_truncated_dataset(self.dset_name, self.dset_config, + self.split_name, + cache_dir=self.hf_dset_cache_dir, + save=self.save) + return dset + + def load_or_prepare_text_dataset(self, load_only=False): + """ + Prepares the HF dataset text/feature based on given config, split, etc. + Args: + load_only: Whether only a cached dataset can be used. + """ + logs.info("Doing text dset.") + if self.use_cache and exists(self.text_dset_fid): + # load extracted text + self.text_dset = load_from_disk(self.text_dset_fid) + logs.info("Loaded dataset from disk") + logs.info(self.text_dset) + # ...Or load it from the server and store it anew + elif not load_only: + # Defines self.text_dset + self.prepare_text_dset() + if self.save: + # save extracted text instances + logs.info("Saving dataset to disk") + self.text_dset.save_to_disk(self.text_dset_fid) + + def prepare_text_dset(self): + logs.info("Working with dataset:") + logs.info(self.dset) + # Extract all text instances from the user-specified self.text_field, + # which is a dataset-specific text/feature field; + # create a new feature called TEXT_FIELD, which is a constant shared + # across DMT logic. + self.text_dset = self.dset.map( + lambda examples: ds_utils.extract_field( + examples, self.text_field, TEXT_FIELD + ), + batched=True, + remove_columns=list(self.dset.features), + ) + self.text_dset = self.text_dset.filter(lambda ex: ex["text"] is not None) + + + def load_or_prepare_general_stats(self, load_only=False): + """ + Content for expander_general_stats widget. + Provides statistics for total words, total open words, + the sorted top vocab, the NaN count, and the duplicate count. + Args: + + Returns: + + """ + # General statistics + # For the general statistics, text duplicates are not saved in their + # own files, but rather just the text duplicate fraction is saved in the + # "general" file. We therefore set save=False for + # the text duplicate files in this case. + # Similarly, we don't get the full list of duplicates + # in general stats, so set list_duplicates to False + self.load_or_prepare_text_duplicates(load_only=load_only, save=False, + list_duplicates=False) + logs.info("Duplicates results:") + logs.info(self.duplicates_results) + self.general_stats_dict.update(self.duplicates_results) + # TODO: Tighten the rest of this similar to text_duplicates. + if ( + self.use_cache + and exists(self.general_stats_json_fid) + and exists(self.sorted_top_vocab_df_fid) + ): + logs.info("Loading cached general stats") + self.load_general_stats() + elif not load_only: + logs.info("Preparing general stats") + self.prepare_general_stats() + if self.save: + ds_utils.write_df(self.sorted_top_vocab_df, + self.sorted_top_vocab_df_fid) + ds_utils.write_json(self.general_stats_dict, + self.general_stats_json_fid) + + def load_or_prepare_text_lengths(self, load_only=False): + """ + The text length widget relies on this function, which provides + a figure of the text lengths, some text length statistics, and + a text length dataframe to peruse. + Args: + load_only (Bool): Whether we can compute anew, or just need to try to grab cache. + Returns: + + """ + # We work with the already tokenized dataset + self.load_or_prepare_tokenized_df() + self.length_obj = lengths.DMTHelper(self, load_only=load_only, save=self.save) + self.length_obj.run_DMT_processing() + + ## Labels functions + def load_or_prepare_labels(self, load_only=False): + """Uses a generic Labels class, with attributes specific to this + project as input. + Computes results for each label column, + or else uses what's available in the cache. + Currently supports Datasets with just one label column. + """ + label_obj = labels.DMTHelper(self, load_only=load_only, save=self.save) + self.label_files = label_obj.get_label_filenames() + if self.use_cache and exists(self.label_files["figure json"]) and exists(self.label_files["statistics"]): + self.fig_labels = ds_utils.read_plotly(self.label_files["figure json"]) + self.label_results = ds_utils.read_json(self.label_files["statistics"]) + elif not load_only: + label_obj.run_DMT_processing() + self.fig_labels = label_obj.fig_labels + self.label_results = label_obj.label_results + + # Get vocab with word counts + def load_or_prepare_vocab(self, load_only=False): + """ + Calculates the vocabulary count from the tokenized text. + The resulting dataframes may be used in nPMI calculations, zipf, etc. + :param + :return: + """ + if self.use_cache and exists(self.vocab_counts_df_fid): + logs.info("Reading vocab from cache") + self.load_vocab() + self.vocab_counts_filtered_df = filter_vocab(self.vocab_counts_df) + elif not load_only: + if self.tokenized_df is None: + # Building the vocabulary starts with tokenizing. + self.load_or_prepare_tokenized_df(load_only=False) + logs.info("Calculating vocab afresh") + word_count_df = count_vocab_frequencies(self.tokenized_df) + logs.info("Making dfs with proportion.") + self.vocab_counts_df = calc_p_word(word_count_df) + self.vocab_counts_filtered_df = filter_vocab(self.vocab_counts_df) + if self.save: + logs.info("Writing out.") + ds_utils.write_df(self.vocab_counts_df, self.vocab_counts_df_fid) + logs.info("unfiltered vocab") + logs.info(self.vocab_counts_df) + logs.info("filtered vocab") + logs.info(self.vocab_counts_filtered_df) + + def load_vocab(self): + self.vocab_counts_df = ds_utils.read_df(self.vocab_counts_df_fid) + + def load_or_prepare_text_duplicates(self, load_only=False, save=True, list_duplicates=True): + """Uses a text duplicates library, which + returns strings with their counts, fraction of data that is duplicated, + or else uses what's available in the cache. + """ + dups_obj = td.DMTHelper(self, load_only=load_only, save=save) + dups_obj.run_DMT_processing(list_duplicates=list_duplicates) + self.duplicates_results = dups_obj.duplicates_results + self.dups_frac = self.duplicates_results[td.DUPS_FRAC] + if list_duplicates and td.DUPS_DICT in self.duplicates_results: + self.dups_dict = self.duplicates_results[td.DUPS_DICT] + self.duplicates_files = dups_obj.get_duplicates_filenames() + + + def load_or_prepare_text_perplexities(self, load_only=False): + perplex_obj = perplexity.DMTHelper(self, load_only=load_only) + perplex_obj.run_DMT_processing() + self.perplexities_df = perplex_obj.df + + + def load_general_stats(self): + self.general_stats_dict = json.load( + open(self.general_stats_json_fid, encoding="utf-8") + ) + self.sorted_top_vocab_df = ds_utils.read_df(self.sorted_top_vocab_df_fid) + self.text_nan_count = self.general_stats_dict[TEXT_NAN_CNT] + self.dups_frac = self.general_stats_dict[td.DUPS_FRAC] + self.total_words = self.general_stats_dict[TOT_WORDS] + self.total_open_words = self.general_stats_dict[TOT_OPEN_WORDS] + + def prepare_general_stats(self): + if self.tokenized_df is None: + logs.warning("Tokenized dataset not yet loaded; doing so.") + self.load_or_prepare_tokenized_df() + if self.vocab_counts_df is None: + logs.warning("Vocab not yet loaded; doing so.") + self.load_or_prepare_vocab() + self.sorted_top_vocab_df = self.vocab_counts_filtered_df.sort_values( + "count", ascending=False + ).head(_TOP_N) + self.total_words = len(self.vocab_counts_df) + self.total_open_words = len(self.vocab_counts_filtered_df) + self.text_nan_count = int(self.tokenized_df.isnull().sum().sum()) + self.load_or_prepare_text_duplicates() + self.general_stats_dict = { + TOT_WORDS: self.total_words, + TOT_OPEN_WORDS: self.total_open_words, + TEXT_NAN_CNT: self.text_nan_count, + td.DUPS_FRAC: self.dups_frac + } + + def load_or_prepare_dataset(self, load_only=False): + """ + Prepares the HF dataset text/feature based on given config, split, etc. + Args: + load_only: Whether only a cached dataset can be used. + """ + logs.info("Doing text dset.") + if self.use_cache and exists(self.text_dset_fid): + # load extracted text + self.text_dset = load_from_disk(self.text_dset_fid) + logs.warning("Loaded dataset from disk") + logs.warning(self.text_dset) + # ...Or load it from the server and store it anew + elif not load_only: + self.prepare_text_dset() + if self.save: + # save extracted text instances + logs.warning("Saving dataset to disk") + self.text_dset.save_to_disk(self.text_dset_fid) + + # TODO: Are we not using this anymore? + def load_or_prepare_dset_peek(self, load_only=False): + if self.use_cache and exists(self.dset_peek_json_fid): + with open(self.dset_peek_json_fid, "r") as f: + self.dset_peek = json.load(f)["dset peek"] + elif not load_only: + self.dset_peek = self.dset[:100] + if self.save: + ds_utils.write_json({"dset peek": self.dset_peek}, + self.dset_peek_json_fid) + + def load_or_prepare_tokenized_df(self, load_only=False): + if self.use_cache and exists(self.tokenized_df_fid): + self.tokenized_df = ds_utils.read_df(self.tokenized_df_fid) + elif not load_only: + # tokenize all text instances + self.tokenized_df = Tokenize(self.text_dset, feature=TEXT_FIELD, + tok_feature=TOKENIZED_FIELD).get_df() + logs.info("tokenized df is") + logs.info(self.tokenized_df) + if self.save: + logs.warning("Saving tokenized dataset to disk") + # save tokenized text + ds_utils.write_df(self.tokenized_df, self.tokenized_df_fid) + + def load_or_prepare_npmi(self, load_only=False): + npmi_obj = npmi.DMTHelper(self, IDENTITY_TERMS, load_only=load_only, use_cache=self.use_cache, save=self.save) + npmi_obj.run_DMT_processing() + self.npmi_obj = npmi_obj + self.npmi_results = npmi_obj.results_dict + self.npmi_files = npmi_obj.get_filenames() + + def load_or_prepare_zipf(self, load_only=False): + zipf_json_fid, zipf_fig_json_fid, zipf_fig_html_fid = zipf.get_zipf_fids( + self.dataset_cache_dir) + if self.use_cache and exists(zipf_json_fid): + # Zipf statistics + # Read Zipf statistics: Alpha, p-value, etc. + with open(zipf_json_fid, "r") as f: + zipf_dict = json.load(f) + self.z = zipf.Zipf(self.vocab_counts_df) + self.z.load(zipf_dict) + # Zipf figure + if exists(zipf_fig_json_fid): + self.zipf_fig = ds_utils.read_plotly(zipf_fig_json_fid) + elif not load_only: + self.zipf_fig = zipf.make_zipf_fig(self.z) + if self.save: + ds_utils.write_plotly(self.zipf_fig) + elif not load_only: + self.prepare_zipf() + if self.save: + zipf_dict = self.z.get_zipf_dict() + ds_utils.write_json(zipf_dict, zipf_json_fid) + ds_utils.write_plotly(self.zipf_fig, zipf_fig_json_fid) + self.zipf_fig.write_html(zipf_fig_html_fid) + + def prepare_zipf(self): + # Calculate zipf from scratch + # TODO: Does z even need to be self? + self.z = zipf.Zipf(self.vocab_counts_df) + self.z.calc_fit() + self.zipf_fig = zipf.make_zipf_fig(self.z) + +def dummy(doc): + return doc + +def count_vocab_frequencies(tokenized_df): + """ + Based on an input pandas DataFrame with a 'text' column, + this function will count the occurrences of all words. + :return: [num_words x num_sentences] DataFrame with the rows corresponding to the + different vocabulary words and the column to the presence (0 or 1) of that word. + """ + + cvec = CountVectorizer( + tokenizer=dummy, + preprocessor=dummy, + ) + # We do this to calculate per-word statistics + # Fast calculation of single word counts + logs.info( + "Fitting dummy tokenization to make matrix using the previous tokenization" + ) + cvec.fit(tokenized_df[TOKENIZED_FIELD]) + document_matrix = cvec.transform(tokenized_df[TOKENIZED_FIELD]) + batches = np.linspace(0, tokenized_df.shape[0], _NUM_VOCAB_BATCHES).astype( + int) + i = 0 + tf = [] + while i < len(batches) - 1: + if i % 100 == 0: + logs.info("%s of %s vocab batches" % (str(i), str(len(batches)))) + batch_result = np.sum( + document_matrix[batches[i]: batches[i + 1]].toarray(), axis=0 + ) + tf.append(batch_result) + i += 1 + word_count_df = pd.DataFrame( + [np.sum(tf, axis=0)], columns=cvec.get_feature_names_out() + ).transpose() + # Now organize everything into the dataframes + word_count_df.columns = [CNT] + word_count_df.index.name = WORD + return word_count_df + + +def calc_p_word(word_count_df): + # p(word) + word_count_df[PROP] = word_count_df[CNT] / float(sum(word_count_df[CNT])) + vocab_counts_df = pd.DataFrame( + word_count_df.sort_values(by=CNT, ascending=False)) + vocab_counts_df[VOCAB] = vocab_counts_df.index + return vocab_counts_df + + +def filter_vocab(vocab_counts_df): + # TODO: Add warnings (which words are missing) to log file? + filtered_vocab_counts_df = vocab_counts_df.drop(_CLOSED_CLASS, + errors="ignore") + filtered_count = filtered_vocab_counts_df[CNT] + filtered_count_denom = float(sum(filtered_vocab_counts_df[CNT])) + filtered_vocab_counts_df[PROP] = filtered_count / filtered_count_denom + return filtered_vocab_counts_df \ No newline at end of file diff --git a/data_measurements/embeddings/__init__.py b/data_measurements/embeddings/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/data_measurements/embeddings/embeddings.py b/data_measurements/embeddings/embeddings.py new file mode 100644 index 0000000000000000000000000000000000000000..84d8f566ecb8c954df890617be27178fc1b4d400 --- /dev/null +++ b/data_measurements/embeddings/embeddings.py @@ -0,0 +1,550 @@ +# Copyright 2021 The HuggingFace Team. All rights reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import math +from os.path import exists +from os.path import join as pjoin + +import plotly.graph_objects as go +import torch +import transformers +from datasets import load_from_disk +from plotly.io import read_json +from tqdm import tqdm + +from utils.dataset_utils import EMBEDDING_FIELD + + +def sentence_mean_pooling(model_output, attention_mask): + """Mean pooling of token embeddings for a sentence.""" + token_embeddings = model_output[ + 0 + ] # First element of model_output contains all token embeddings + input_mask_expanded = ( + attention_mask.unsqueeze(-1).expand(token_embeddings.size()).float() + ) + return torch.sum(token_embeddings * input_mask_expanded, 1) / torch.clamp( + input_mask_expanded.sum(1), min=1e-9 + ) + + +class Embeddings: + def __init__( + self, + dstats=None, + text_dset=None, + text_field_name="text", + cache_path="", + use_cache=False, + ): + """Item embeddings and clustering""" + self.device = "cuda:0" if torch.cuda.is_available() else "cpu" + self.model_name = "sentence-transformers/all-mpnet-base-v2" + self.tokenizer = transformers.AutoTokenizer.from_pretrained(self.model_name) + self.model = transformers.AutoModel.from_pretrained(self.model_name).to( + self.device + ) + self.text_dset = text_dset if dstats is None else dstats.text_dset + self.text_field_name = ( + text_field_name if dstats is None else dstats.our_text_field + ) + self.cache_path = cache_path if dstats is None else dstats.cache_path + self.embeddings_dset_fid = pjoin(self.cache_path, "embeddings_dset") + self.embeddings_dset = None + self.node_list_fid = pjoin(self.cache_path, "node_list.th") + self.node_list = None + self.nid_map = None + self.fig_tree_fid = pjoin(self.cache_path, "node_figure.json") + self.fig_tree = None + self.cached_clusters = {} + self.use_cache = use_cache + + def compute_sentence_embeddings(self, sentences): + """ + Takes a list of sentences and computes their embeddings + using self.tokenizer and self.model (with output dimension D) + followed by mean pooling of the token representations and normalization + Args: + sentences ([string]): list of N input sentences + Returns: + torch.Tensor: sentence embeddings, dimension NxD + """ + batch = self.tokenizer( + sentences, padding=True, truncation=True, return_tensors="pt" + ) + batch = {k: v.to(self.device) for k, v in batch.items()} + with torch.no_grad(): + model_output = self.model(**batch) + sentence_embeds = sentence_mean_pooling( + model_output, batch["attention_mask"] + ) + sentence_embeds /= sentence_embeds.norm(dim=-1, keepdim=True) + return sentence_embeds + + def make_embeddings(self): + """ + Batch computes the embeddings of the Dataset self.text_dset, + using the field self.text_field_name as input. + Returns: + Dataset: HF dataset object with a single EMBEDDING_FIELD field + corresponding to the embeddings (list of floats) + """ + + def batch_embed_sentences(sentences): + return { + EMBEDDING_FIELD: [ + embed.tolist() + for embed in self.compute_sentence_embeddings( + sentences[self.text_field_name] + ) + ] + } + + self.embeddings_dset = self.text_dset.map( + batch_embed_sentences, + batched=True, + batch_size=32, + remove_columns=[self.text_field_name], + ) + + return self.embeddings_dset + + def make_text_embeddings(self): + """Load embeddings dataset from cache or compute it.""" + if self.use_cache and exists(self.embeddings_dset_fid): + self.embeddings_dset = load_from_disk(self.embeddings_dset_fid) + else: + self.embeddings_dset = self.make_embeddings() + self.embeddings_dset.save_to_disk(self.embeddings_dset_fid) + + def make_hierarchical_clustering( + self, + batch_size=1000, + approx_neighbors=1000, + min_cluster_size=10, + ): + if self.use_cache and exists(self.node_list_fid): + self.node_list, self.nid_map = torch.load(self.node_list_fid) + else: + self.make_text_embeddings() + embeddings = torch.Tensor(self.embeddings_dset[EMBEDDING_FIELD]) + self.node_list = fast_cluster( + embeddings, batch_size, approx_neighbors, min_cluster_size + ) + self.nid_map = dict( + [(node["nid"], nid) for nid, node in enumerate(self.node_list)] + ) + torch.save((self.node_list, self.nid_map), self.node_list_fid) + print(exists(self.fig_tree_fid), self.fig_tree_fid) + if self.use_cache and exists(self.fig_tree_fid): + self.fig_tree = read_json(self.fig_tree_fid) + else: + self.fig_tree = make_tree_plot( + self.node_list, self.nid_map, self.text_dset, self.text_field_name + ) + self.fig_tree.write_json(self.fig_tree_fid) + + def find_cluster_beam(self, sentence, beam_size=20): + """ + This function finds the `beam_size` leaf clusters that are closest to the + proposed sentence and returns the full path from the root to the cluster + along with the dot product between the sentence embedding and the + cluster centroid + Args: + sentence (string): input sentence for which to find clusters + beam_size (int): this is a beam size algorithm to explore the tree + Returns: + [([int], float)]: list of (path_from_root, score) sorted by score + """ + embed = self.compute_sentence_embeddings([sentence])[0].to("cpu") + active_paths = [([0], torch.dot(embed, self.node_list[0]["centroid"]).item())] + finished_paths = [] + children_ids_list = [ + [ + self.nid_map[nid] + for nid in self.node_list[path[-1]]["children_ids"] + if nid in self.nid_map + ] + for path, score in active_paths + ] + while len(active_paths) > 0: + next_ids = sorted( + [ + ( + beam_id, + nid, + torch.dot(embed, self.node_list[nid]["centroid"]).item(), + ) + for beam_id, children_ids in enumerate(children_ids_list) + for nid in children_ids + ], + key=lambda x: x[2], + reverse=True, + )[:beam_size] + paths = [ + (active_paths[beam_id][0] + [next_id], score) + for beam_id, next_id, score in next_ids + ] + active_paths = [] + for path, score in paths: + if ( + len( + [ + nid + for nid in self.node_list[path[-1]]["children_ids"] + if nid in self.nid_map + ] + ) + > 0 + ): + active_paths += [(path, score)] + else: + finished_paths += [(path, score)] + children_ids_list = [ + [ + self.nid_map[nid] + for nid in self.node_list[path[-1]]["children_ids"] + if nid in self.nid_map + ] + for path, score in active_paths + ] + return sorted( + finished_paths, + key=lambda x: x[-1], + reverse=True, + )[:beam_size] + + +def prepare_merges(embeddings, batch_size=1000, approx_neighbors=1000, low_thres=0.5): + """ + Prepares an initial list of merges for hierarchical + clustering. First compute the `approx_neighbors` nearest neighbors, + then propose a merge for any two points that are closer than `low_thres` + + Note that if a point has more than `approx_neighbors` neighbors + closer than `low_thres`, this approach will miss some of those merges + + Args: + embeddings (toch.Tensor): Tensor of sentence embeddings - dimension NxD + batch_size (int): compute nearest neighbors of `batch_size` points at a time + approx_neighbors (int): only keep `approx_neighbors` nearest neighbors of a point + low_thres (float): only return merges where the dot product is greater than `low_thres` + Returns: + torch.LongTensor: proposed merges ([i, j] with i>j) - dimension: Mx2 + torch.Tensor: merge scores - dimension M + """ + top_idx_pre = torch.cat( + [torch.LongTensor(range(embeddings.shape[0]))[:, None]] * batch_size, dim=1 + ) + top_val_all = torch.Tensor(0, approx_neighbors) + top_idx_all = torch.LongTensor(0, approx_neighbors) + n_batches = math.ceil(len(embeddings) / batch_size) + for b in tqdm(range(n_batches)): + # TODO: batch across second dimension + cos_scores = torch.mm( + embeddings[b * batch_size : (b + 1) * batch_size], embeddings.t() + ) + for i in range(cos_scores.shape[0]): + cos_scores[i, (b * batch_size) + i :] = -1 + top_val_large, top_idx_large = cos_scores.topk( + k=approx_neighbors, dim=-1, largest=True + ) + top_val_all = torch.cat([top_val_all, top_val_large], dim=0) + top_idx_all = torch.cat([top_idx_all, top_idx_large], dim=0) + max_neighbor_dist = top_val_large[:, -1].max().item() + if max_neighbor_dist > low_thres: + print( + f"WARNING: with the current set of neireast neighbor, the farthest is {max_neighbor_dist}" + ) + + all_merges = torch.cat( + [ + top_idx_pre[top_val_all > low_thres][:, None], + top_idx_all[top_val_all > low_thres][:, None], + ], + dim=1, + ) + all_merge_scores = top_val_all[top_val_all > low_thres] + + return (all_merges, all_merge_scores) + + +def merge_nodes(nodes, current_thres, previous_thres, all_merges, all_merge_scores): + """ + Merge all nodes if the max dot product between any of their descendants + is greater than current_thres. + + Args: + nodes ([dict]): list of dicts representing the current set of nodes + current_thres (float): merge all nodes closer than current_thres + previous_thres (float): nodes closer than previous_thres are already merged + all_merges (torch.LongTensor): proposed merges ([i, j] with i>j) - dimension: Mx2 + all_merge_scores (torch.Tensor): merge scores - dimension M + Returns: + [dict]: extended list with the newly created internal nodes + """ + merge_ids = (all_merge_scores <= previous_thres) * ( + all_merge_scores > current_thres + ) + if merge_ids.sum().item() > 0: + merges = all_merges[merge_ids] + for a, b in merges.tolist(): + node_a = nodes[a] + while node_a["parent_id"] != -1: + node_a = nodes[node_a["parent_id"]] + node_b = nodes[b] + while node_b["parent_id"] != -1: + node_b = nodes[node_b["parent_id"]] + if node_a["nid"] == node_b["nid"]: + continue + else: + # merge if threshold allows + if (node_a["depth"] + node_b["depth"]) > 0 and min( + node_a["merge_threshold"], node_b["merge_threshold"] + ) == current_thres: + merge_to = None + merge_from = None + if node_a["nid"] < node_b["nid"]: + merge_from = node_a + merge_to = node_b + if node_a["nid"] > node_b["nid"]: + merge_from = node_b + merge_to = node_a + merge_to["depth"] = max(merge_to["depth"], merge_from["depth"]) + merge_to["weight"] += merge_from["weight"] + merge_to["children_ids"] += ( + merge_from["children_ids"] + if merge_from["depth"] > 0 + else [merge_from["nid"]] + ) + for cid in merge_from["children_ids"]: + nodes[cid]["parent_id"] = merge_to["nid"] + merge_from["parent_id"] = merge_to["nid"] + # else new node + else: + new_nid = len(nodes) + new_node = { + "nid": new_nid, + "parent_id": -1, + "depth": max(node_a["depth"], node_b["depth"]) + 1, + "weight": node_a["weight"] + node_b["weight"], + "children": [], + "children_ids": [node_a["nid"], node_b["nid"]], + "example_ids": [], + "merge_threshold": current_thres, + } + node_a["parent_id"] = new_nid + node_b["parent_id"] = new_nid + nodes += [new_node] + return nodes + + +def finalize_node(node, nodes, min_cluster_size): + """Post-process nodes to sort children by descending weight, + get full list of leaves in the sub-tree, and direct links + to the cildren nodes, then recurses to all children. + + Nodes with fewer than `min_cluster_size` descendants are collapsed + into a single leaf. + """ + node["children"] = sorted( + [ + finalize_node(nodes[cid], nodes, min_cluster_size) + for cid in node["children_ids"] + ], + key=lambda x: x["weight"], + reverse=True, + ) + if node["depth"] > 0: + node["example_ids"] = [ + eid for child in node["children"] for eid in child["example_ids"] + ] + node["children"] = [ + child for child in node["children"] if child["weight"] >= min_cluster_size + ] + assert node["weight"] == len(node["example_ids"]), print(node) + return node + + +def fast_cluster( + embeddings, + batch_size=1000, + approx_neighbors=1000, + min_cluster_size=10, + low_thres=0.5, +): + """ + Computes an approximate hierarchical clustering based on example + embeddings. The join criterion is min clustering, i.e. two clusters + are joined if any pair of their descendants are closer than a threshold + + The approximate comes from the fact that only the `approx_neighbors` nearest + neighbors of an example are considered for merges + """ + batch_size = min(embeddings.shape[0], batch_size) + all_merges, all_merge_scores = prepare_merges( + embeddings, batch_size, approx_neighbors, low_thres + ) + # prepare leaves + nodes = [ + { + "nid": nid, + "parent_id": -1, + "depth": 0, + "weight": 1, + "children": [], + "children_ids": [], + "example_ids": [nid], + "merge_threshold": 1.0, + } + for nid in range(embeddings.shape[0]) + ] + # one level per threshold range + for i in range(10): + p_thres = 1 - i * 0.05 + c_thres = 0.95 - i * 0.05 + nodes = merge_nodes(nodes, c_thres, p_thres, all_merges, all_merge_scores) + # make root + root_children = [ + node + for node in nodes + if node["parent_id"] == -1 and node["weight"] >= min_cluster_size + ] + root = { + "nid": len(nodes), + "parent_id": -1, + "depth": max([node["depth"] for node in root_children]) + 1, + "weight": sum([node["weight"] for node in root_children]), + "children": [], + "children_ids": [node["nid"] for node in root_children], + "example_ids": [], + "merge_threshold": -1.0, + } + nodes += [root] + for node in root_children: + node["parent_id"] = root["nid"] + # finalize tree + tree = finalize_node(root, nodes, min_cluster_size) + node_list = [] + + def rec_map_nodes(node, node_list): + node_list += [node] + for child in node["children"]: + rec_map_nodes(child, node_list) + + rec_map_nodes(tree, node_list) + # get centroids and distances + for node in node_list: + node_embeds = embeddings[node["example_ids"]] + node["centroid"] = node_embeds.sum(dim=0) + node["centroid"] /= node["centroid"].norm() + node["centroid_dot_prods"] = torch.mv(node_embeds, node["centroid"]) + node["sorted_examples_centroid"] = sorted( + [ + (eid, edp.item()) + for eid, edp in zip(node["example_ids"], node["centroid_dot_prods"]) + ], + key=lambda x: x[1], + reverse=True, + ) + return node_list + + +def make_tree_plot(node_list, nid_map, text_dset, text_field_name): + """ + Makes a graphical representation of the tree encoded + in node-list. The hover label for each node shows the number + of descendants and the 5 examples that are closest to the centroid + """ + for nid, node in enumerate(node_list): + # get list of + node_examples = {} + for sid, score in node["sorted_examples_centroid"]: + node_examples[text_dset[sid][text_field_name]] = score + if len(node_examples) >= 5: + break + node["label"] = node.get( + "label", + f"{nid:2d} - {node['weight']:5d} items
" + + "
".join( + [ + f" {score:.2f} > {txt[:64]}" + ("..." if len(txt) >= 63 else "") + for txt, score in node_examples.items() + ] + ), + ) + + # make plot nodes + labels = [node["label"] for node in node_list] + + root = node_list[0] + root["X"] = 0 + root["Y"] = 0 + + def rec_make_coordinates(node): + total_weight = 0 + add_weight = len(node["example_ids"]) - sum( + [child["weight"] for child in node["children"]] + ) + for child in node["children"]: + child["X"] = node["X"] + total_weight + child["Y"] = node["Y"] - 1 + total_weight += child["weight"] + add_weight / len(node["children"]) + rec_make_coordinates(child) + + rec_make_coordinates(root) + + E = [] # list of edges + Xn = [] + Yn = [] + Xe = [] + Ye = [] + for nid, node in enumerate(node_list): + Xn += [node["X"]] + Yn += [node["Y"]] + for child in node["children"]: + E += [(nid, nid_map[child["nid"]])] + Xe += [node["X"], child["X"], None] + Ye += [node["Y"], child["Y"], None] + + # make figure + fig = go.Figure() + fig.add_trace( + go.Scatter( + x=Xe, + y=Ye, + mode="lines", + line=dict(color="rgb(210,210,210)", width=1), + hoverinfo="none", + ) + ) + fig.add_trace( + go.Scatter( + x=Xn, + y=Yn, + mode="markers", + name="nodes", + marker=dict( + symbol="circle-dot", + size=18, + color="#6175c1", + line=dict(color="rgb(50,50,50)", width=1) + # '#DB4551', + ), + text=labels, + hoverinfo="text", + opacity=0.8, + ) + ) + return fig diff --git a/data_measurements/labels/__init__.py b/data_measurements/labels/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/data_measurements/labels/__pycache__/__init__.cpython-311.pyc b/data_measurements/labels/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c0d5930ae40c1e683400c6df0ab4ab74a268f406 Binary files /dev/null and b/data_measurements/labels/__pycache__/__init__.cpython-311.pyc differ diff --git a/data_measurements/labels/__pycache__/labels.cpython-311.pyc b/data_measurements/labels/__pycache__/labels.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..daac09d78c3282dbbebf73431e94ccc760fe27eb Binary files /dev/null and b/data_measurements/labels/__pycache__/labels.cpython-311.pyc differ diff --git a/data_measurements/labels/labels.py b/data_measurements/labels/labels.py new file mode 100644 index 0000000000000000000000000000000000000000..2f78c1ae0f2283645231d8e16425fdc3b31703d2 --- /dev/null +++ b/data_measurements/labels/labels.py @@ -0,0 +1,236 @@ +import evaluate +import logging +import os +import pandas as pd +import plotly.express as px +import utils +import utils.dataset_utils as ds_utils +from collections import Counter +from os.path import exists, isdir +from os.path import join as pjoin + +LABEL_FIELD = "labels" +LABEL_NAMES = "label_names" +LABEL_LIST = "label_list" +LABEL_MEASUREMENT = "label_measurement" +# Specific to the evaluate library +EVAL_LABEL_MEASURE = "label_distribution" +EVAL_LABEL_ID = "labels" +EVAL_LABEL_FRAC = "fractions" +# TODO: This should ideally be in what's returned from the evaluate library +EVAL_LABEL_SUM = "sums" + +logs = utils.prepare_logging(__file__) + + +def map_labels(label_field, ds_name_to_dict, ds_name, config_name): + try: + label_field, label_names = ( + ds_name_to_dict[ds_name][config_name]["features"][label_field][0] + if len( + ds_name_to_dict[ds_name][config_name]["features"][label_field]) > 0 + else ((), []) + ) + except KeyError as e: + logs.exception(e) + logs.warning("Not returning a label-name mapping") + return [] + return label_names + + +def make_label_results_dict(label_measurement, label_names): + label_dict = {LABEL_MEASUREMENT: label_measurement, + LABEL_NAMES: label_names} + return label_dict + + +def make_label_fig(label_results, chart_type="pie"): + try: + label_names = label_results[LABEL_NAMES] + label_measurement = label_results[LABEL_MEASUREMENT] + label_sums = label_measurement[EVAL_LABEL_SUM] + if chart_type == "bar": + fig_labels = plt.bar( + label_measurement[EVAL_LABEL_MEASURE][EVAL_LABEL_ID], + label_measurement[EVAL_LABEL_MEASURE][EVAL_LABEL_FRAC]) + else: + if chart_type != "pie": + logs.info("Oops! Don't have that chart-type implemented.") + logs.info("Making the default pie chart") + # IMDB - unsupervised has a labels column where all values are -1, + # which breaks the assumption that + # the number of label_names == the number of label_sums. + # This handles that case, assuming it will happen in other datasets. + if len(label_names) != len(label_sums): + logs.warning("Can't make a figure with the given label names: " + "We don't have the right amount of label types " + "to apply them to!") + return False + fig_labels = px.pie(names=label_names, values=label_sums) + except KeyError: + logs.info("Input label data missing required key(s).") + logs.info("We require %s, %s" % (LABEL_NAMES, LABEL_MEASUREMENT)) + logs.info("We found: %s" % ",".join(label_results.keys())) + return False + return fig_labels + + +def extract_label_names(label_field, ds_name, config_name): + ds_name_to_dict = ds_utils.get_dataset_info_dicts(ds_name) + label_names = map_labels(label_field, ds_name_to_dict, ds_name, config_name) + return label_names + + +class DMTHelper: + """Helper class for the Data Measurements Tool. + This allows us to keep all variables and functions related to labels + in one file. + """ + + def __init__(self, dstats, load_only, save): + logs.info("Initializing labels.") + # -- Data Measurements Tool variables + self.label_results = dstats.label_results + self.fig_labels = dstats.fig_labels + self.use_cache = dstats.use_cache + self.cache_dir = dstats.dataset_cache_dir + self.load_only = load_only + self.save = save + # -- Hugging Face Dataset variables + self.label_field = dstats.label_field + # Input HuggingFace dataset + self.dset = dstats.dset + self.dset_name = dstats.dset_name + self.dset_config = dstats.dset_config + self.label_names = dstats.label_names + # -- Filenames + self.label_dir = "labels" + label_json = "labels.json" + label_fig_json = "labels_fig.json" + label_fig_html = "labels_fig.html" + self.labels_json_fid = pjoin(self.cache_dir, self.label_dir, + label_json) + self.labels_fig_json_fid = pjoin(self.cache_dir, self.label_dir, + label_fig_json) + self.labels_fig_html_fid = pjoin(self.cache_dir, self.label_dir, + label_fig_html) + + def run_DMT_processing(self): + """ + Loads or prepares the Labels measurements and figure as specified by + the DMT options. + """ + # First look to see what we can load from cache. + if self.use_cache: + logs.info("Trying to load labels.") + self.fig_labels, self.label_results = self._load_label_cache() + if self.fig_labels: + logs.info("Loaded cached label figure.") + if self.label_results: + logs.info("Loaded cached label results.") + # If we can prepare the results afresh... + if not self.load_only: + # If we didn't load them already, compute label statistics. + if not self.label_results: + logs.info("Preparing labels.") + self.label_results = self._prepare_labels() + # If we didn't load it already, create figure. + if not self.fig_labels: + logs.info("Creating label figure.") + self.fig_labels = \ + make_label_fig(self.label_results) + # Finish + if self.save: + self._write_label_cache() + + def _load_label_cache(self): + fig_labels = {} + label_results = {} + # Measurements exist. Load them. + if exists(self.labels_json_fid): + # Loads the label list, names, and results + label_results = ds_utils.read_json(self.labels_json_fid) + # Image exists. Load it. + if exists(self.labels_fig_json_fid): + fig_labels = ds_utils.read_plotly(self.labels_fig_json_fid) + return fig_labels, label_results + + def _prepare_labels(self): + """Loads a Labels object and computes label statistics""" + # Label object for the dataset + label_obj = Labels(dataset=self.dset, + dataset_name=self.dset_name, + config_name=self.dset_config) + # TODO: Handle the case where there are multiple label columns. + # The logic throughout the code assumes only one. + if type(self.label_field) == tuple: + label_field = self.label_field[0] + elif type(self.label_field) == str: + label_field = self.label_field + else: + logs.warning("Unexpected format %s for label column name(s). " + "Not computing label statistics." % + type(self.label_field)) + return {} + label_results = label_obj.prepare_labels(label_field, self.label_names) + return label_results + + def _write_label_cache(self): + ds_utils.make_path(pjoin(self.cache_dir, self.label_dir)) + if self.label_results: + ds_utils.write_json(self.label_results, self.labels_json_fid) + if self.fig_labels: + ds_utils.write_plotly(self.fig_labels, self.labels_fig_json_fid) + self.fig_labels.write_html(self.labels_fig_html_fid) + + def get_label_filenames(self): + label_fid_dict = {"statistics": self.labels_json_fid, + "figure json": self.labels_fig_json_fid, + "figure html": self.labels_fig_html_fid} + return label_fid_dict + + +class Labels: + """Generic class for label processing. + Uses the Dataset to extract the label column and compute label measurements. + """ + + def __init__(self, dataset, dataset_name=None, config_name=None): + # Input HuggingFace Dataset. + self.dset = dataset + # These are used to extract label names, when the label names + # are stored in the Dataset object but not in the "label" column + # we are working with, which may instead just be ints corresponding to + # the names + self.ds_name = dataset_name + self.config_name = config_name + # For measurement data and additional metadata. + self.label_results_dict = {} + + def prepare_labels(self, label_field, label_names=[]): + """ Uses the evaluate library to return the label distribution. """ + logs.info("Inside main label calculation function.") + logs.debug("Looking for label field called '%s'" % label_field) + # The input Dataset object + # When the label field is not found, an error will be thrown. + if label_field in self.dset.features: + label_list = self.dset[label_field] + else: + logs.warning("No label column found -- nothing to do. Returning.") + logs.debug(self.dset.features) + return {} + # Get the evaluate library's measurement for label distro. + label_distribution = evaluate.load(EVAL_LABEL_MEASURE) + # Measure the label distro. + label_measurement = label_distribution.compute(data=label_list) + # TODO: Incorporate this summation into what the evaluate library returns. + label_sum_dict = Counter(label_list) + label_sums = [label_sum_dict[key] for key in sorted(label_sum_dict)] + label_measurement["sums"] = label_sums + if not label_names: + # Have to extract the label names from the Dataset object when the + # actual dataset columns are just ints representing the label names. + label_names = extract_label_names(label_field, self.ds_name, + self.config_name) + label_results = make_label_results_dict(label_measurement, label_names) + return label_results diff --git a/data_measurements/lengths/__init__.py b/data_measurements/lengths/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/data_measurements/lengths/__pycache__/__init__.cpython-311.pyc b/data_measurements/lengths/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..89abcfa9183ab459a96a200a0d3caf00ab354bae Binary files /dev/null and b/data_measurements/lengths/__pycache__/__init__.cpython-311.pyc differ diff --git a/data_measurements/lengths/__pycache__/lengths.cpython-311.pyc b/data_measurements/lengths/__pycache__/lengths.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7ee6175d743c1e260b208a7315253bb864cedd55 Binary files /dev/null and b/data_measurements/lengths/__pycache__/lengths.cpython-311.pyc differ diff --git a/data_measurements/lengths/lengths.py b/data_measurements/lengths/lengths.py new file mode 100644 index 0000000000000000000000000000000000000000..6ca9e52652691648eb9c2e44c1cd1a0c14df8c58 --- /dev/null +++ b/data_measurements/lengths/lengths.py @@ -0,0 +1,176 @@ +import logging +import matplotlib.image as mpimg +import matplotlib.pyplot as plt +from matplotlib.figure import Figure +from PIL import Image +import seaborn as sns +import statistics +from os.path import join as pjoin +import pandas as pd +import utils +from utils import dataset_utils as ds_utils + + +from collections import Counter +from os.path import exists, isdir +from os.path import join as pjoin + +TEXT_FIELD = "text" +TOKENIZED_FIELD = "tokenized_text" +LENGTH_FIELD = "length" + +UNIQ = "num_instance_lengths" +AVG = "average_instance_length" +STD = "standard_dev_instance_length" + +logs = utils.prepare_logging(__file__) + +def make_fig_lengths(lengths_df): + # How the hell is this working? plt transforms to sns ?! + logs.info("Creating lengths figure.") + plt.switch_backend('Agg') + fig_tok_lengths, axs = plt.subplots(figsize=(15, 6), dpi=150) + plt.xlabel("Number of tokens") + plt.title("Binned counts of text lengths, with kernel density estimate and ticks for each instance.") + sns.histplot(data=lengths_df, kde=True, ax=axs, x=LENGTH_FIELD, legend=False) + sns.rugplot(data=lengths_df, ax=axs) + return fig_tok_lengths + +class DMTHelper: + def __init__(self, dstats, load_only=False, save=True): + self.tokenized_df = dstats.tokenized_df + # Whether to only use cache + self.load_only = load_only + # Whether to try using cache first. + # Must be true when self.load_only = True; this function assures that. + self.use_cache = dstats.use_cache + self.cache_dir = dstats.dataset_cache_dir + self.save = save + # Lengths class object + self.lengths_obj = None + # Content shared in the DMT: + # The figure, the table, and the sufficient statistics (measurements) + self.fig_lengths = None + self.lengths_df = None + self.avg_length = None + self.std_length = None + self.uniq_counts = None + # Dict for the measurements, used in caching + self.length_stats_dict = {} + # Filenames, used in caching + self.lengths_dir = "lengths" + length_meas_json = "length_measurements.json" + lengths_fig_png = "lengths_fig.png" + lengths_df_json = "lengths_table.json" + self.length_stats_json_fid = pjoin(self.cache_dir, self.lengths_dir, length_meas_json) + self.lengths_fig_png_fid = pjoin(self.cache_dir, self.lengths_dir, lengths_fig_png) + self.lengths_df_json_fid = pjoin(self.cache_dir, self.lengths_dir, lengths_df_json) + + def run_DMT_processing(self): + """ + Gets data structures for the figure, table, and measurements. + """ + # First look to see what we can load from cache. + if self.use_cache: + logs.info("Trying to load from cache...") + # Defines self.lengths_df, self.length_stats_dict, self.fig_lengths + # This is the table, the dict of measurements, and the figure + self.load_lengths_cache() + # Sets the measurements as attributes of the DMT object + self.set_attributes() + # If we do not have measurements loaded from cache... + if not self.length_stats_dict and not self.load_only: + logs.info("Preparing length results") + # Compute length statistics. Uses the Lengths class. + self.lengths_obj = self._prepare_lengths() + # Dict of measurements + self.length_stats_dict = self.lengths_obj.length_stats_dict + # Table of text and lengths + self.lengths_df = self.lengths_obj.lengths_df + # Sets the measurements in the length_stats_dict + self.set_attributes() + # Makes the figure + self.fig_lengths = make_fig_lengths(self.lengths_df) + # Finish + if self.save: + logs.info("Saving results.") + self._write_lengths_cache() + if exists(self.lengths_fig_png_fid): + # As soon as we have a figure, we redefine it as an image. + # This is a hack to handle a UI display error (TODO: file bug) + self.fig_lengths = Image.open(self.lengths_fig_png_fid) + + def set_attributes(self): + if self.length_stats_dict: + self.avg_length = self.length_stats_dict[AVG] + self.std_length = self.length_stats_dict[STD] + self.uniq_counts = self.length_stats_dict[UNIQ] + else: + logs.info("No lengths stats found. =(") + + def load_lengths_cache(self): + # Dataframe with exists. Load it. + if exists(self.lengths_df_json_fid): + self.lengths_df = ds_utils.read_df(self.lengths_df_json_fid) + # Image exists. Load it. + if exists(self.lengths_fig_png_fid): + self.fig_lengths = Image.open(self.lengths_fig_png_fid) # mpimg.imread(self.lengths_fig_png_fid) + # Measurements exist. Load them. + if exists(self.length_stats_json_fid): + # Loads the length measurements + self.length_stats_dict = ds_utils.read_json(self.length_stats_json_fid) + + def _write_lengths_cache(self): + # Writes the data structures using the corresponding filetypes. + ds_utils.make_path(pjoin(self.cache_dir, self.lengths_dir)) + if self.length_stats_dict != {}: + ds_utils.write_json(self.length_stats_dict, self.length_stats_json_fid) + if isinstance(self.fig_lengths, Figure): + self.fig_lengths.savefig(self.lengths_fig_png_fid) + if isinstance(self.lengths_df, pd.DataFrame): + ds_utils.write_df(self.lengths_df, self.lengths_df_json_fid) + + def _prepare_lengths(self): + """Loads a Lengths object and computes length statistics""" + # Length object for the dataset + lengths_obj = Lengths(dataset=self.tokenized_df) + lengths_obj.prepare_lengths() + return lengths_obj + + def get_filenames(self): + lengths_fid_dict = {"statistics": self.length_stats_json_fid, + "figure png": self.lengths_fig_png_fid, + "table": self.lengths_df_json_fid} + return lengths_fid_dict + + +class Lengths: + """Generic class for text length processing. + Uses DataFrames for faster processing. + Given a dataframe with tokenized words in a column called TOKENIZED_TEXT, + and the text instances in a column called TEXT, compute statistics. + """ + + def __init__(self, dataset): + self.dset_df = dataset + # Dict of measurements + self.length_stats_dict = {} + # Measurements + self.avg_length = None + self.std_length = None + self.num_uniq_lengths = None + # Table of lengths and sentences + self.lengths_df = None + + def prepare_lengths(self): + self.lengths_df = pd.DataFrame(self.dset_df[TEXT_FIELD]) + self.lengths_df[LENGTH_FIELD] = self.dset_df[TOKENIZED_FIELD].apply(len) + lengths_array = self.lengths_df[LENGTH_FIELD] + self.avg_length = statistics.mean(lengths_array) + self.std_length = statistics.stdev(lengths_array) + self.num_uniq_lengths = len(lengths_array.unique()) + self.length_stats_dict = { + "average_instance_length": self.avg_length, + "standard_dev_instance_length": self.std_length, + "num_instance_lengths": self.num_uniq_lengths, + } diff --git a/data_measurements/notes b/data_measurements/notes new file mode 100644 index 0000000000000000000000000000000000000000..402f042f65b272d7a8789d39363a219b946a78bd --- /dev/null +++ b/data_measurements/notes @@ -0,0 +1,26 @@ +For zipf: + # TODO: Incorporate this function (not currently using) + def fit_others(self, fit): + st.markdown( + "_Checking log likelihood ratio to see if the data is better explained by other well-behaved distributions..._" + ) + # The first value returned from distribution_compare is the log likelihood ratio + better_distro = False + trunc = fit.distribution_compare("power_law", "truncated_power_law") + if trunc[0] < 0: + st.markdown("Seems a truncated power law is a better fit.") + better_distro = True + + lognormal = fit.distribution_compare("power_law", "lognormal") + if lognormal[0] < 0: + st.markdown("Seems a lognormal distribution is a better fit.") + st.markdown("But don't panic -- that happens sometimes with language.") + better_distro = True + + exponential = fit.distribution_compare("power_law", "exponential") + if exponential[0] < 0: + st.markdown("Seems an exponential distribution is a better fit. Panic.") + better_distro = True + + if not better_distro: + st.markdown("\nSeems your data is best fit by a power law. Celebrate!!") \ No newline at end of file diff --git a/data_measurements/npmi/__init__.py b/data_measurements/npmi/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/data_measurements/npmi/__pycache__/__init__.cpython-311.pyc b/data_measurements/npmi/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1ff95695a45c41a57f31bc6be2049a895c092c6e Binary files /dev/null and b/data_measurements/npmi/__pycache__/__init__.cpython-311.pyc differ diff --git a/data_measurements/npmi/__pycache__/npmi.cpython-311.pyc b/data_measurements/npmi/__pycache__/npmi.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..611b543dd7334a164a895e82b09b3d1b597b5695 Binary files /dev/null and b/data_measurements/npmi/__pycache__/npmi.cpython-311.pyc differ diff --git a/data_measurements/npmi/npmi.py b/data_measurements/npmi/npmi.py new file mode 100644 index 0000000000000000000000000000000000000000..2c5c00af85362ef2e5ad73b11fc340993e0562c7 --- /dev/null +++ b/data_measurements/npmi/npmi.py @@ -0,0 +1,490 @@ +# Copyright 2021 The HuggingFace Team. All rights reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import numpy as np +import pandas as pd +import sys +import utils +import utils.dataset_utils as ds_utils +import warnings +from collections import defaultdict +from os.path import exists +from os.path import join as pjoin +from sklearn.preprocessing import MultiLabelBinarizer +from utils.dataset_utils import (CNT, TOKENIZED_FIELD) + +# Might be nice to print to log instead? Happens when we drop closed class. +warnings.filterwarnings(action="ignore", category=UserWarning) +# When we divide by 0 in log +np.seterr(divide="ignore") +# treating inf values as NaN as well +pd.set_option("use_inf_as_na", True) +logs = utils.prepare_logging(__file__) +# TODO: Should be possible for a user to specify this. +NUM_BATCHES = 500 +# For the associations of an identity term +SING = "associations" +# For the difference between the associations of identity terms +DIFF = "biases" +# Used in the figures we show in DMT +DMT = "combined" + +def pair_terms(id_terms): + """Creates alphabetically ordered paired terms based on the given terms.""" + pairs = [] + for i in range(len(id_terms)): + term1 = id_terms[i] + for j in range(i + 1, len(id_terms)): + term2 = id_terms[j] + # Use one ordering for a pair. + pair = tuple(sorted([term1, term2])) + pairs += [pair] + return pairs + + +class DMTHelper: + """Helper class for the Data Measurements Tool. + This allows us to keep all variables and functions related to labels + in one file. + """ + + def __init__(self, dstats, identity_terms, load_only=False, use_cache=False, + save=True): + # The data measurements tool settings (dataset, config, etc.) + self.dstats = dstats + # Whether we can use caching (when live, no). + self.load_only = load_only + # Whether to first try using cache before calculating + self.use_cache = use_cache + # Whether to save results + self.save = save + # Tokenized dataset + tokenized_df = dstats.tokenized_df + self.tokenized_sentence_df = tokenized_df[TOKENIZED_FIELD] + # Dataframe of shape #vocab x 1 (count) + self.vocab_counts_df = dstats.vocab_counts_df + # Cutoff for the number of times something must occur to be included + self.min_count = dstats.min_vocab_count + self.cache_path = pjoin(dstats.dataset_cache_dir, SING) + self.avail_terms_json_fid = pjoin(self.cache_path, + "identity_terms.json") + # TODO: Users ideally can type in whatever words they want. + # This is the full list of terms. + self.identity_terms = identity_terms + logs.info("Using term list:") + logs.info(self.identity_terms) + # identity_terms terms that are available more than MIN_VOCAB_COUNT + self.avail_identity_terms = [] + # TODO: Let users specify + self.open_class_only = True + # Single-word associations + self.assoc_results_dict = defaultdict(dict) + # Paired term association bias + self.bias_results_dict = defaultdict(dict) + # Dataframes used in displays. + self.bias_dfs_dict = defaultdict(dict) + # Results of the single word associations and their paired bias values. + # Formatted as: + # {(s1,s2)): {pd.DataFrame({s1-s2:diffs, s1:assoc, s2:assoc})}} + self.results_dict = defaultdict(lambda: defaultdict(dict)) + # Filenames for cache, based on the results + self.filenames_dict = defaultdict(dict) + + def run_DMT_processing(self): + # The identity terms that can be used + self.load_or_prepare_avail_identity_terms() + # Association measurements & pair-wise differences for identity terms. + self.load_or_prepare_dmt_results() + + def load_or_prepare_avail_identity_terms(self): + """ + Figures out what identity terms the user can select, based on whether + they occur more than self.min_vocab_count times + Provides identity terms -- uniquely and in pairs -- occurring at least + self.min_vocab_count times. + """ + # If we're trying to use the cache of available terms + if self.use_cache: + self.avail_identity_terms = self._load_identity_cache() + if self.avail_identity_terms: + logs.info( + "Loaded identity terms occuring >%s times" % self.min_count) + # Figure out the identity terms if we're not just loading from cache + if not self.load_only: + if not self.avail_identity_terms: + self.avail_identity_terms = self._prepare_identity_terms() + # Finish + if self.save: + self._write_term_cache() + + def _load_identity_cache(self): + if exists(self.avail_terms_json_fid): + avail_identity_terms = ds_utils.read_json(self.avail_terms_json_fid) + return avail_identity_terms + return [] + + def _prepare_identity_terms(self): + """Uses DataFrame magic to return those terms that appear + greater than min_vocab times.""" + # Mask to get the identity terms + true_false = [term in self.vocab_counts_df.index for term in + self.identity_terms] + # List of identity terms + word_list_tmp = [x for x, y in zip(self.identity_terms, true_false) if + y] + # Whether said identity terms have a count > min_count + true_false_counts = [ + self.vocab_counts_df.loc[word, CNT] >= self.min_count for word in + word_list_tmp] + # List of identity terms with a count higher than min_count + avail_identity_terms = [word for word, y in + zip(word_list_tmp, true_false_counts) if y] + logs.debug("Identity terms that occur > %s times are:" % self.min_count) + logs.debug(avail_identity_terms) + return avail_identity_terms + + def load_or_prepare_dmt_results(self): + # Initialize with no results (reset). + self.results_dict = {} + # Filenames for caching and saving + self._make_fids() + # If we're trying to use the cache of already computed results + if self.use_cache: + # Loads the association results and dataframes used in the display. + logs.debug("Trying to load...") + self.results_dict = self._load_dmt_cache() + # Compute results if we can + if not self.load_only: + # If there isn't a solution using cache + if not self.results_dict: + # Does the actual computations + self.prepare_results() + # Finish + if self.save: + # Writes the paired & singleton dataframe out. + self._write_dmt_cache() + + def _load_dmt_cache(self): + """ + Loads dataframe with paired differences and individual item scores. + """ + results_dict = defaultdict(lambda: defaultdict(dict)) + pairs = pair_terms(self.avail_identity_terms) + for pair in pairs: + combined_fid = self.filenames_dict[DMT][pair] + if exists(combined_fid): + results_dict[pair] = ds_utils.read_df(combined_fid) + return results_dict + + def prepare_results(self): + assoc_obj = nPMI(self.dstats.vocab_counts_df, + self.tokenized_sentence_df, + self.avail_identity_terms) + self.assoc_results_dict = assoc_obj.assoc_results_dict + self.results_dict = assoc_obj.bias_results_dict + + def _prepare_dmt_dfs(self, measure="npmi"): + """ + Create the main dataframe that is used in the DMT, which lists + the npmi scores for each paired identity term and the difference between + them. The difference between them is the "bias". + """ + # Paired identity terms, associations and differences, in one dataframe. + bias_dfs_dict = defaultdict(dict) + logs.debug("bias results dict is") + logs.debug(self.bias_results_dict) + for pair in sorted(self.bias_results_dict): + combined_df = pd.DataFrame() + # Paired identity terms, values are the the difference between them. + combined_df[pair] = pd.DataFrame(self.bias_results_dict[pair]) + s1 = pair[0] + s2 = pair[1] + # Single identity term 1, values + combined_df[s1] = pd.DataFrame(self.assoc_results_dict[s1][measure]) + # Single identity term 2, values + combined_df[s2] = pd.DataFrame(self.assoc_results_dict[s2][measure]) + # Full dataframe with scores per-term, + # as well as the difference between. + bias_dfs_dict[pair] = combined_df + # {pair: {pd.DataFrame({(s1,s2)):diffs, s1:assocs, s2:assocs})}} + logs.debug("combined df is") + logs.debug(bias_dfs_dict) + return bias_dfs_dict + + def _write_term_cache(self): + ds_utils.make_path(self.cache_path) + if self.avail_identity_terms: + ds_utils.write_json(self.avail_identity_terms, + self.avail_terms_json_fid) + + def _write_dmt_cache(self, measure="npmi"): + ds_utils.make_path(pjoin(self.cache_path, measure)) + for pair, bias_df in self.results_dict.items(): + logs.debug("Results for pair is:") + logs.debug(bias_df) + fid = self.filenames_dict[DMT][pair] + logs.debug("Writing to %s" % fid) + ds_utils.write_df(bias_df, fid) + + def _make_fids(self, measure="npmi"): + """ + Utility function to create filename/path strings for the different + result caches. This include single identity term results as well + as the difference between them. Also includes the datastructure used in + the DMT, which is a dataframe that has: + (term1, term2) difference, term1 (scores), term2 (scores) + """ + self.filenames_dict = {SING: {}, DIFF: {}, DMT: {}} + # When we have the available identity terms, + # we can make cache filenames for them. + for id_term in self.avail_identity_terms: + filename = SING + "-" + id_term + ".json" + json_fid = pjoin(self.cache_path, measure, filename) + self.filenames_dict[SING][id_term] = json_fid + paired_terms = pair_terms(self.avail_identity_terms) + for id_term_tuple in paired_terms: + # The paired association results (bias) are stored with these files. + id_term_str = '-'.join(id_term_tuple) + filename = DIFF + "-" + id_term_str + ".json" + json_fid = pjoin(self.cache_path, measure, filename) + self.filenames_dict[DIFF][id_term_tuple] = json_fid + # The display dataframes in the DMT are stored with these files. + filename = DMT + "-" + id_term_str + ".json" + json_fid = pjoin(self.cache_path, measure, filename) + self.filenames_dict[DMT][id_term_tuple] = json_fid + + def get_display(self, s1, s2): + pair = tuple(sorted([s1, s2])) + display_df = self.results_dict[pair] + logs.debug(self.results_dict) + display_df.columns = ["bias", s1, s2] + return display_df + + def get_filenames(self): + filenames = {"available terms": self.avail_terms_json_fid, + "results": self.filenames_dict} + return filenames + + +class nPMI: + """ + Uses the vocabulary dataframe and tokenized sentences to calculate + co-occurrence statistics, PMI, and nPMI + """ + + def __init__(self, vocab_counts_df, tokenized_sentence_df, given_id_terms): + logs.debug("Initiating assoc class.") + self.vocab_counts_df = vocab_counts_df + # TODO: Change this logic so just the vocabulary is given. + self.vocabulary = list(vocab_counts_df.index) + self.vocab_counts = pd.DataFrame([0] * len(self.vocabulary)) + logs.debug("vocabulary is is") + logs.debug(self.vocab_counts_df) + self.tokenized_sentence_df = tokenized_sentence_df + logs.debug("tokenized sentences are") + logs.debug(self.tokenized_sentence_df) + self.given_id_terms = given_id_terms + logs.info("identity terms are") + logs.info(self.given_id_terms) + # Terms we calculate the difference between + self.paired_terms = pair_terms(given_id_terms) + + # Matrix of # sentences x vocabulary size + self.word_cnts_per_sentence = self.count_words_per_sentence() + logs.info("Calculating results...") + # Formatted as {subgroup:{"count":{...},"npmi":{...}}} + self.assoc_results_dict = self.calc_measures() + # Dictionary keyed by pair tuples. Each value is a dataframe with + # vocab terms as the index, and columns of paired difference and + # individual scores for the two identity terms. + self.bias_results_dict = self.calc_bias(self.assoc_results_dict) + + def count_words_per_sentence(self): + # Counts the number of each vocabulary item per-sentence in batches. + logs.info("Creating co-occurrence matrix for nPMI calculations.") + word_cnts_per_sentence = [] + logs.info(self.tokenized_sentence_df) + batches = np.linspace(0, self.tokenized_sentence_df.shape[0], + NUM_BATCHES).astype(int) + # Creates matrix of size # batches x # sentences + for batch_num in range(len(batches) - 1): + # Makes matrix shape: batch size (# sentences) x # words, + # with the occurrence of each word per sentence. + # vocab_counts_df.index is the vocabulary. + mlb = MultiLabelBinarizer(classes=self.vocabulary) + if batch_num % 100 == 0: + logs.debug( + "%s of %s sentence binarize batches." % ( + str(batch_num), str(len(batches))) + ) + # Per-sentence word counts + sentence_batch = self.tokenized_sentence_df[ + batches[batch_num]:batches[batch_num + 1]] + mlb_series = mlb.fit_transform(sentence_batch) + word_cnts_per_sentence.append(mlb_series) + return word_cnts_per_sentence + + def calc_measures(self): + id_results = {} + for subgroup in self.given_id_terms: + logs.info("Calculating for %s " % subgroup) + # Index of the identity term in the vocabulary + subgroup_idx = self.vocabulary.index(subgroup) + print("idx is %s" % subgroup_idx) + logs.debug("Calculating co-occurrences...") + vocab_cooc_df = self.calc_cooccurrences(subgroup, subgroup_idx) + logs.debug("Calculating PMI...") + pmi_df = self.calc_PMI(vocab_cooc_df, subgroup) + logs.debug("PMI dataframe is:") + logs.debug(pmi_df) + logs.debug("Calculating nPMI...") + npmi_df = self.calc_nPMI(pmi_df, vocab_cooc_df, subgroup) + logs.debug("npmi df is") + logs.debug(npmi_df) + # Create a data structure for the identity term associations + id_results[subgroup] = {"count": vocab_cooc_df, + "pmi": pmi_df, + "npmi": npmi_df} + logs.debug("results_dict is:") + print(id_results) + return id_results + + def calc_cooccurrences(self, subgroup, subgroup_idx): + initialize = True + coo_df = None + # Big computation here! Should only happen once. + logs.debug( + "Approaching big computation! Here, we binarize all words in the " + "sentences, making a sparse matrix of sentences." + ) + for batch_id in range(len(self.word_cnts_per_sentence)): + # Every 100 batches, print out the progress. + if not batch_id % 100: + logs.debug( + "%s of %s co-occurrence count batches" + % (str(batch_id), str(len(self.word_cnts_per_sentence))) + ) + # List of all the sentences (list of vocab) in that batch + batch_sentence_row = self.word_cnts_per_sentence[batch_id] + # Dataframe of # sentences in batch x vocabulary size + sent_batch_df = pd.DataFrame(batch_sentence_row) + # Subgroup counts per-sentence for the given batch + subgroup_df = sent_batch_df[subgroup_idx] + subgroup_df.columns = [subgroup] + # Remove the sentences where the count of the subgroup is 0. + # This way we have less computation & resources needs. + subgroup_df = subgroup_df[subgroup_df > 0] + mlb_subgroup_only = sent_batch_df[sent_batch_df[subgroup_idx] > 0] + # Create cooccurrence matrix for the given subgroup and all words. + batch_coo_df = pd.DataFrame(mlb_subgroup_only.T.dot(subgroup_df)) + + # Creates a batch-sized dataframe of co-occurrence counts. + # Note these could just be summed rather than be batch size. + if initialize: + coo_df = batch_coo_df + else: + coo_df = coo_df.add(batch_coo_df, fill_value=0) + initialize = False + logs.debug("Made co-occurrence matrix") + logs.debug(coo_df) + count_df = coo_df.set_index(self.vocab_counts_df.index) + count_df.columns = ["count"] + count_df["count"] = count_df["count"].astype(int) + return count_df + + def calc_PMI(self, vocab_cooc_df, subgroup): + """A + # PMI(x;y) = h(y) - h(y|x) + # = h(subgroup) - h(subgroup|word)az + # = log (p(subgroup|word) / p(subgroup)) + # nPMI additionally divides by -log(p(x,y)) = -log(p(x|y)p(y)) + """ + print("vocab cooc df") + print(vocab_cooc_df) + print("vocab counts") + print(self.vocab_counts_df["count"]) + # Calculation of p(subgroup) + subgroup_prob = self.vocab_counts_df.loc[subgroup]["proportion"] + # Calculation of p(subgroup|word) = count(subgroup,word) / count(word) + # Because the indices match (the vocab words), + # this division doesn't need to specify the index (I think?!) + vocab_cooc_df.columns = ["cooc"] + p_subgroup_g_word = ( + vocab_cooc_df["cooc"] / self.vocab_counts_df["count"]) + logs.info("p_subgroup_g_word is") + logs.info(p_subgroup_g_word) + pmi_df = pd.DataFrame() + pmi_df[subgroup] = np.log(p_subgroup_g_word / subgroup_prob).dropna() + # Note: A potentially faster solution for adding count, npmi, + # can be based on this zip idea: + # df_test['size_kb'], df_test['size_mb'], df_test['size_gb'] = + # zip(*df_test['size'].apply(sizes)) + return pmi_df + + def calc_nPMI(self, pmi_df, vocab_cooc_df, subgroup): + """ + # nPMI additionally divides by -log(p(x,y)) = -log(p(x|y)p(y)) + # = -log(p(word|subgroup)p(word)) + """ + p_word_g_subgroup = vocab_cooc_df["cooc"] / sum(vocab_cooc_df["cooc"]) + logs.debug("p_word_g_subgroup") + logs.debug(p_word_g_subgroup) + p_word = pmi_df.apply( + lambda x: self.vocab_counts_df.loc[x.name]["proportion"], axis=1 + ) + logs.debug("p word is") + logs.debug(p_word) + normalize_pmi = -np.log(p_word_g_subgroup * p_word) + npmi_df = pd.DataFrame() + npmi_df[subgroup] = pmi_df[subgroup] / normalize_pmi + return npmi_df.dropna() + + def calc_bias(self, measurements_dict, measure="npmi"): + """Uses the subgroup dictionaries to compute the differences across pairs. + Uses dictionaries rather than dataframes due to the fact that dicts seem + to be preferred amongst evaluate users so far. + :return: Dict of (id_term1, id_term2):{term1:diff, term2:diff ...}""" + paired_results_dict = {} + for pair in self.paired_terms: + paired_results = pd.DataFrame() + s1 = pair[0] + s2 = pair[1] + s1_results = measurements_dict[s1][measure] + s2_results = measurements_dict[s2][measure] + # !!! This is the final result of all the work !!! + word_diffs = s1_results[s1] - s2_results[s2] + paired_results[("%s - %s" % (s1, s2))] = word_diffs + paired_results[s1] = s1_results + paired_results[s2] = s2_results + paired_results_dict[pair] = paired_results.dropna() + logs.debug("Paired bias results from the main nPMI class are ") + logs.debug(paired_results_dict) + return paired_results_dict + + def _write_debug_msg(self, batch_id, subgroup_df=None, + subgroup_sentences=None, msg_type="batching"): + if msg_type == "batching": + if not batch_id % 100: + logs.debug( + "%s of %s co-occurrence count batches" + % (str(batch_id), str(len(self.word_cnts_per_sentence))) + ) + elif msg_type == "transpose": + if not batch_id % 100: + logs.debug("Removing 0 counts, subgroup_df is") + logs.debug(subgroup_df) + logs.debug("subgroup_sentences is") + logs.debug(subgroup_sentences) + logs.debug( + "Now we do the transpose approach for co-occurrences") diff --git a/data_measurements/perplexity/__init__.py b/data_measurements/perplexity/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/data_measurements/perplexity/__pycache__/__init__.cpython-311.pyc b/data_measurements/perplexity/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1702958aea566d029b5ac5566f0d5d03d53368f6 Binary files /dev/null and b/data_measurements/perplexity/__pycache__/__init__.cpython-311.pyc differ diff --git a/data_measurements/perplexity/__pycache__/perplexity.cpython-311.pyc b/data_measurements/perplexity/__pycache__/perplexity.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7f6c8dd9db4556c24c8f57000aeef89912c3f24d Binary files /dev/null and b/data_measurements/perplexity/__pycache__/perplexity.cpython-311.pyc differ diff --git a/data_measurements/perplexity/perplexity.py b/data_measurements/perplexity/perplexity.py new file mode 100644 index 0000000000000000000000000000000000000000..ffa3e2866f1b1404ab953a048ca7eab96bc9a6c8 --- /dev/null +++ b/data_measurements/perplexity/perplexity.py @@ -0,0 +1,47 @@ +import logging +import pandas as pd +from datasets import load_metric +from os.path import exists +from os.path import join as pjoin +import utils +from utils import dataset_utils as ds_utils + +logs = utils.prepare_logging(__file__) + +TOK_MODEL = "gpt2" +PERPLEXITY = load_metric("perplexity") +PERPLEXITY_FIELD = "perplexity" + + +class DMTHelper: + def __init__(self, dstats, load_only=False): + self.dstats = dstats + self.load_only = load_only + self.results_dict = {} + # Where in the Dataset object to find the text for the calculation + self.text_field = ds_utils.OUR_TEXT_FIELD + # Results in dataframe form + self.df = None + # Cache file + self.perplexities_df_fid = pjoin(self.dstats.dataset_cache_dir, + "perplexities_df.json") + + def run_DMT_processing(self): + if self.dstats.use_cache and exists(self.perplexities_df_fid): + self.df = ds_utils.read_df(self.perplexities_df_fid) + elif not self.load_only: + self.prepare_text_perplexities() + if self.dstats.save: + ds_utils.write_df(self.df, self.perplexities_df_fid) + + def prepare_text_perplexities(self): + texts = self.dstats.text_dset[self.text_field] + eval_results = PERPLEXITY.compute(input_texts=texts, model_id=TOK_MODEL) + # TODO: What other stuff might be useful to grab? + self.results_dict = {PERPLEXITY_FIELD: eval_results["perplexities"], + self.text_field: self.dstats.text_dset[self.text_field]} + self.df = pd.DataFrame(self.results_dict).sort_values( + by=PERPLEXITY_FIELD, ascending=False) + + def get_df(self): + return self.df diff --git a/data_measurements/text_duplicates/__init__.py b/data_measurements/text_duplicates/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/data_measurements/text_duplicates/__pycache__/__init__.cpython-311.pyc b/data_measurements/text_duplicates/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..64c3246a1135b77756ac7b527ebac66b6a79169a Binary files /dev/null and b/data_measurements/text_duplicates/__pycache__/__init__.cpython-311.pyc differ diff --git a/data_measurements/text_duplicates/__pycache__/text_duplicates.cpython-311.pyc b/data_measurements/text_duplicates/__pycache__/text_duplicates.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5184ef703f60660bc5a8214bc5618edea0145b87 Binary files /dev/null and b/data_measurements/text_duplicates/__pycache__/text_duplicates.cpython-311.pyc differ diff --git a/data_measurements/text_duplicates/text_duplicates.py b/data_measurements/text_duplicates/text_duplicates.py new file mode 100644 index 0000000000000000000000000000000000000000..323461f7b3d569e1e9e99daae6f41e3767da6d84 --- /dev/null +++ b/data_measurements/text_duplicates/text_duplicates.py @@ -0,0 +1,93 @@ +import evaluate +import logging +import os +import pandas as pd +import plotly.express as px +import utils +import utils.dataset_utils as ds_utils +from collections import Counter +from os.path import exists, isdir +from os.path import join as pjoin + +TEXT = "text" +# These are string constants defined in the evaluate library. +# They may need to be updated if the evaluate library changes these strings +DUPS_FRAC = "duplicate_fraction" +# Evaluate calls the dictionary a "list" +DUPS_DICT = "duplicates_dict" +# This isn't in the evaluate measurement, but TODO to add that... +# DUPS_SUM = "duplicate_sum" + +logs = utils.prepare_logging(__file__) + +class DMTHelper: + """Helper class for the Data Measurements Tool. + This allows us to keep all variables and functions related to labels + in one file. + Does caching and using the evaluate library for computation. + """ + + def __init__(self, dstats, load_only, save): + # Input HuggingFace Dataset. + self.dset = dstats.text_dset[TEXT] + if self.dset is None: + dstats.load_or_prepare_text_dset() + self.dset = dstats.text_dset + self.use_cache = dstats.use_cache + # Note: This is None as it can be called different times with different + # settings, and so we want fresh results each time. With the evaluate + # integration, results are different depending on whether + # list_duplicates is set. + self.duplicates_results = None + self.cache_dir = dstats.dataset_cache_dir + self.save = save + self.load_only = load_only + # Filenames + self.dups_dir = "text_duplicates" + dups_json = "text_duplicates.json" + dups_html = "text_duplicates.html" + self.dups_result_json_fid = pjoin(self.cache_dir, self.dups_dir, dups_json) + self.dups_result_html_fid = pjoin(self.cache_dir, self.dups_dir, dups_html) + + def run_DMT_processing(self, list_duplicates=True): + """Calls functions to do the main work. + DMT uses the full duplicates list in a widget, + so it is set to default True. + """ + # First look to see what we can load from cache. + if self.use_cache: + self.duplicates_results = self._load_duplicates_cache() + if self.duplicates_results: + logs.info("Loaded cached text duplicate results.") + if not self.duplicates_results and not self.load_only: + self.duplicates_results = self._prepare_duplicates(list_duplicates=list_duplicates) + logs.info("Prepared duplicates.") + if self.save: + self._write_duplicates_cache() + + def _prepare_duplicates(self, list_duplicates=True): + """Wraps the evaluate library.""" + duplicates = evaluate.load("text_duplicates") + results = duplicates.compute(data=self.dset, list_duplicates=list_duplicates) + return results + + def _load_duplicates_cache(self): + """Loads previously computed results from cache.""" + results = {} + if exists(self.dups_result_json_fid): + results = ds_utils.read_json(self.dups_result_json_fid) + return results + + def _write_duplicates_cache(self): + """Writes newly computed results to cache.""" + ds_utils.make_path(pjoin(self.cache_dir, self.dups_dir)) + if self.duplicates_results: + ds_utils.write_json(self.duplicates_results, self.dups_result_json_fid) + # TODO: Use df_to_html rather than write_json_as_html; + # this will make it possible to order the results. + # But they must first be turned into a dataframe. + ds_utils.write_json_as_html(self.duplicates_results, self.dups_result_html_fid) + + def get_duplicates_filenames(self): + dups_fid_dict = {"statistics": self.dups_result_json_fid, "html":self.dups_result_html_fid} + return dups_fid_dict diff --git a/data_measurements/tokenize.py b/data_measurements/tokenize.py new file mode 100644 index 0000000000000000000000000000000000000000..e956fc404a282f76733503301cc357e386c668c4 --- /dev/null +++ b/data_measurements/tokenize.py @@ -0,0 +1,53 @@ +import pandas as pd +import utils +from sklearn.feature_extraction.text import CountVectorizer + +logs = utils.prepare_logging(__file__) + +TEXT = "text" +TOKENIZED_TEXT = "tokenized_text" + + +class Tokenize: + + def __init__(self, text_dset, feature=TEXT, tok_feature=TOKENIZED_TEXT, + lowercase=True): + self.text_dset = text_dset + self.feature = feature + self.tok_feature = tok_feature + self.lowercase = lowercase + # Pattern for tokenization + self.cvec = CountVectorizer(token_pattern="(?u)\\b\\w+\\b", + lowercase=lowercase) + self.tokenized_dset = self.do_tokenization() + + def do_tokenization(self): + """ + Tokenizes a Hugging Face dataset in the self.feature field. + :return: Hugging Face Dataset with tokenized text in self.tok_feature. + """ + sent_tokenizer = self.cvec.build_tokenizer() + + def tokenize_batch(examples): + if self.lowercase: + tok_sent = { + self.tok_feature: [tuple(sent_tokenizer(text.lower())) for + text in examples[self.feature]]} + else: + tok_sent = { + self.tok_feature: [tuple(sent_tokenizer(text)) for text in + examples[self.feature]]} + return tok_sent + + tokenized_dset = self.text_dset.map( + tokenize_batch, + batched=True + ) + logs.info("Tokenized the dataset.") + return tokenized_dset + + def get(self): + return self.tokenized_dset + + def get_df(self): + return pd.DataFrame(self.tokenized_dset) diff --git a/data_measurements/zipf/__init__.py b/data_measurements/zipf/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/data_measurements/zipf/__pycache__/__init__.cpython-311.pyc b/data_measurements/zipf/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c5b42689937faa4d406e001113ad6cc3a1d6aef4 Binary files /dev/null and b/data_measurements/zipf/__pycache__/__init__.cpython-311.pyc differ diff --git a/data_measurements/zipf/__pycache__/zipf.cpython-311.pyc b/data_measurements/zipf/__pycache__/zipf.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c20fdc4f5be39eeb770bae2a92bc000f4040bd1b Binary files /dev/null and b/data_measurements/zipf/__pycache__/zipf.cpython-311.pyc differ diff --git a/data_measurements/zipf/zipf.py b/data_measurements/zipf/zipf.py new file mode 100644 index 0000000000000000000000000000000000000000..423e218a7117fe2fc45c9dc01232358bd33da73f --- /dev/null +++ b/data_measurements/zipf/zipf.py @@ -0,0 +1,244 @@ +# Copyright 2021 The HuggingFace Team. All rights reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import json +import logging +import numpy as np +import os +import pandas as pd +import plotly.graph_objects as go +import powerlaw +from os.path import join as pjoin +import utils +from scipy.stats import ks_2samp +from scipy.stats import zipf as zipf_lib + +# treating inf values as NaN as well + +pd.set_option("use_inf_as_na", True) + +logs = utils.prepare_logging(__file__) + + +class Zipf: + def __init__(self, vocab_counts_df, count_str="count", + proportion_str="prop"): + self.vocab_counts_df = vocab_counts_df + # Strings used in the input dictionary + self.cnt_str = count_str + self.prop_str = proportion_str + self.alpha = None + self.xmin = None + self.xmax = None + self.p = None + self.ks_distance = None + self.observed_counts = None + self.word_counts_unique = None + self.word_ranks_unique = None + if self.vocab_counts_df is not None: + self.observed_counts = self.vocab_counts_df[self.cnt_str].values + self.word_counts_unique = list(set(self.observed_counts)) + self.word_ranks_unique = list( + np.arange(1, len(self.word_counts_unique) + 1)) + self.zipf_dict = {"xmin": None, "xmax": None, "alpha": None, + "ks_distance": None, "p-value": None, + "word_ranks_unique": self.word_ranks_unique, + "word_counts_unique": self.word_counts_unique} + self.fit = None + self.predicted_counts = None + + def load(self, zipf_dict): + self.zipf_dict = zipf_dict + self.xmin = zipf_dict["xmin"] + self.xmax = zipf_dict["xmax"] + self.alpha = zipf_dict["alpha"] + self.ks_distance = zipf_dict["ks_distance"] + self.p = zipf_dict["p-value"] + self.word_ranks_unique = zipf_dict["word_ranks_unique"] + self.word_counts_unique = zipf_dict["word_counts_unique"] + + def get_zipf_dict(self): + zipf_dict = {"xmin": int(self.xmin), "xmax": int(self.xmax), + "alpha": float(self.alpha), + "ks_distance": float(self.ks_distance), + "p-value": float(self.ks_test.pvalue), + "word_counts_unique": [int(count) for count in + self.word_counts_unique], + "word_ranks_unique": [int(rank) for rank in + self.word_ranks_unique]} + return zipf_dict + + def calc_fit(self): + """ + Uses the powerlaw package to fit the observed frequencies + to a zipfian distribution. + We use the KS-distance to fit, as that seems more appropriate that MLE. + """ + logs.info("Fitting based on input vocab counts.") + + self._make_rank_column() + # Note another method for determining alpha might be defined by + # (Newman, 2005): alpha = 1 + n * sum(ln( xi / xmin )) ^ -1 + self.fit = powerlaw.Fit(self.observed_counts, fit_method="KS", + discrete=True) + # This should probably be a pmf (not pdf); using discrete=True above. + # original_data=False uses only the fitted data (within xmin and xmax). + # pdf_bin_edges: The portion of the data within the bin. + # observed_pdf: The probability density function (normalized histogram) + # of the data. + pdf_bin_edges, observed_pdf = self.fit.pdf(original_data=False) + # See the 'Distribution' class described here for info: + # https://pythonhosted.org/powerlaw/#powerlaw.Fit.pdf + theoretical_distro = self.fit.power_law + # The probability density function (normalized histogram) of the + # theoretical distribution. + predicted_pdf = theoretical_distro.pdf() + self._set_fit_vars(observed_pdf, predicted_pdf, theoretical_distro) + + def _set_fit_vars(self, observed_pdf, predicted_pdf, theoretical_distro): + # !!!! CRITICAL VALUE FOR ZIPF !!!! + self.alpha = theoretical_distro.alpha + # Exclusive xmin: The optimal xmin *beyond which* the scaling regime of + # the power law fits best. + self.xmin = int(theoretical_distro.xmin) + self.xmax = theoretical_distro.xmax + # Can be None if there isn't an xmax returned; + # this handles that. + self._set_xmax() + self.ks_distance = theoretical_distro.KS() + self.ks_test = ks_2samp(observed_pdf, predicted_pdf) + self.p = self.ks_test[1] + logs.info("KS test:") + logs.info(self.ks_test) + self.predicted_counts = self._calc_zipf_counts() + + def _make_rank_column(self): + # TODO: These proportions may have already been calculated. + prop_denom = float(sum(self.vocab_counts_df[self.cnt_str])) + count_prop = self.vocab_counts_df[self.cnt_str] / prop_denom + self.vocab_counts_df[self.prop_str] = count_prop + rank_column = self.vocab_counts_df[self.cnt_str].rank( + method="dense", numeric_only=True, ascending=False + ) + self.vocab_counts_df["rank"] = rank_column.astype("int64") + + def _calc_zipf_counts(self): + """ + The fit is based on an optimal xmin (minimum rank) + Let's use this to make count estimates for the zipf fit, + by multiplying the fitted pmf value by the sum of counts above xmin. + :return: array of count values following the fitted pmf. + """ + logs.info("Getting predicted counts.") + if not self.alpha: + logs.warning("Have not yet fit -- need the alpha value.") + logs.warning("Fitting now...") + self.calc_fit() + logs.info(self.word_counts_unique) + logs.info(self.xmin) + logs.info(self.xmax) + # The subset of words that fit + word_counts_fit_unique = self.word_counts_unique[ + self.xmin + 1: self.xmax] + pmf_mass = float(sum(word_counts_fit_unique)) + zipf_counts = np.array( + [self._estimate_count(rank, pmf_mass) for rank in + self.word_ranks_unique] + ) + return zipf_counts + + def _estimate_count(self, rank, pmf_mass): + return int(round(zipf_lib.pmf(rank, self.alpha) * pmf_mass)) + + def _set_xmax(self): + """ + xmax is usually None, so we add some handling to set it as the + maximum rank in the dataset. + :param xmax: + :return: + """ + if self.xmax is not None: + self.xmax = int(xmax) + elif self.word_counts_unique: + self.xmax = int(len(self.word_counts_unique)) + elif self.word_ranks_unique: + self.xmax = int(len(self.word_ranks_unique)) + + +# TODO: This might fit better in its own file handling class? +def get_zipf_fids(cache_path): + zipf_cache_dir = pjoin(cache_path, "zipf") + os.makedirs(zipf_cache_dir, exist_ok=True) + # Zipf cache files + zipf_fid = pjoin(zipf_cache_dir, "zipf_basic_stats.json") + zipf_fig_fid = pjoin(zipf_cache_dir, "zipf_fig.json") + zipf_fig_html_fid = pjoin(zipf_cache_dir, "zipf_fig.html") + return zipf_fid, zipf_fig_fid, zipf_fig_html_fid + + +def make_unique_rank_word_list(z): + """ + Function to help with the figure, creating strings for the hovertext. + """ + ranked_words = {} + word_counts = z.word_counts_unique + word_ranks = z.word_ranks_unique + for count, rank in zip(word_counts, word_ranks): + z.vocab_counts_df[z.vocab_counts_df[z.cnt_str] == count]["rank"] = rank + ranked_words[rank] = ",".join( + z.vocab_counts_df[ + z.vocab_counts_df[z.cnt_str] == count].index.astype(str) + ) # Use the hovertext kw argument for hover text + ranked_words_list = [wrds for rank, wrds in + sorted(ranked_words.items())] + return ranked_words_list + + +def make_zipf_fig(z): + xmin = z.xmin + word_ranks_unique = z.word_ranks_unique + observed_counts = z.observed_counts + zipf_counts = z.predicted_counts # "] #self.calc_zipf_counts() + ranked_words_list = make_unique_rank_word_list(z) + layout = go.Layout(xaxis=dict(range=[0, 100])) + fig = go.Figure( + data=[ + go.Bar( + x=word_ranks_unique, + y=observed_counts, + hovertext=ranked_words_list, + name="Word Rank Frequency", + ) + ], + layout=layout, + ) + fig.add_trace( + go.Scatter( + x=word_ranks_unique[xmin: len(word_ranks_unique)], + y=zipf_counts[xmin: len(word_ranks_unique)], + hovertext=ranked_words_list[xmin: len(word_ranks_unique)], + line=go.scatter.Line(color="crimson", width=3), + name="Zipf Predicted Frequency", + ) + ) + # Customize aspect + # fig.update_traces(marker_color='limegreen', + # marker_line_width=1.5, opacity=0.6) + fig.update_layout( + title_text="Word Counts, Observed and Predicted by Zipf") + fig.update_layout(xaxis_title="Word Rank") + fig.update_layout(yaxis_title="Frequency") + fig.update_layout( + legend=dict(yanchor="top", y=0.99, xanchor="left", x=0.10)) + return fig diff --git a/lengths/__init__.py b/lengths/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/log_files/app.log b/log_files/app.log new file mode 100644 index 0000000000000000000000000000000000000000..4203b55c453239891b978950560096385a416cfb --- /dev/null +++ b/log_files/app.log @@ -0,0 +1,2002 @@ +2023-04-11 03:13:38,333:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-11 03:13:38,333:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-11 03:14:03,224:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-04-11 03:14:03,225:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-04-11 03:14:03,226:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-11 03:14:03,860:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-04-11 03:14:03,863:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-04-11 03:14:04,174:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-04-11 03:14:04,180:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-11 03:17:44,532:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-11 03:17:44,532:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-11 03:17:46,645:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-04-11 03:17:46,647:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-04-11 03:17:46,647:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-11 03:17:46,922:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-04-11 03:17:46,925:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-04-11 03:17:47,227:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-04-11 03:17:47,239:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 19:15:47,530:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 19:15:47,530:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 19:15:47,530:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 19:15:47,530:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 19:15:49,944:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-04-13 19:15:49,944:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-04-13 19:15:49,946:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-04-13 19:15:49,946:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-04-13 19:15:49,946:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 19:15:49,946:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 19:15:50,219:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-04-13 19:15:50,219:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-04-13 19:15:50,226:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-04-13 19:15:50,226:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-04-13 19:15:50,554:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-04-13 19:15:50,554:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-04-13 19:15:50,567:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 19:15:50,567:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 19:16:56,540:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 19:16:56,540:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 19:16:56,541:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 19:16:56,541:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 19:16:58,304:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-04-13 19:16:58,304:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-04-13 19:16:58,305:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-04-13 19:16:58,305:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-04-13 19:16:58,306:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 19:16:58,306:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 19:16:58,598:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-04-13 19:16:58,598:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-04-13 19:16:58,601:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-04-13 19:16:58,601:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-04-13 19:16:58,935:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-04-13 19:16:58,935:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-04-13 19:16:58,949:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 19:16:58,949:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 19:18:10,527:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 19:18:10,527:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 19:18:10,530:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 19:18:10,530:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 19:18:12,270:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-04-13 19:18:12,270:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-04-13 19:18:12,272:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-04-13 19:18:12,272:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-04-13 19:18:12,273:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 19:18:12,273:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 19:18:12,569:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-04-13 19:18:12,569:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-04-13 19:18:12,572:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-04-13 19:18:12,572:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-04-13 19:18:12,923:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-04-13 19:18:12,923:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-04-13 19:18:12,937:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 19:18:12,937:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 19:19:16,388:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 19:19:16,388:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 19:19:16,389:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 19:19:16,389:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 19:19:18,090:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-04-13 19:19:18,090:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-04-13 19:19:18,091:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-04-13 19:19:18,091:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-04-13 19:19:18,092:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 19:19:18,092:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 19:19:18,527:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-04-13 19:19:18,527:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-04-13 19:19:18,531:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-04-13 19:19:18,531:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-04-13 19:19:18,832:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-04-13 19:19:18,832:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-04-13 19:19:18,843:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 19:19:18,843:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 19:20:03,977:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 19:20:03,977:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 19:20:03,978:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 19:20:03,978:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 19:20:05,944:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-04-13 19:20:05,944:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-04-13 19:20:05,945:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-04-13 19:20:05,945:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-04-13 19:20:05,946:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 19:20:05,946:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 19:20:06,220:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-04-13 19:20:06,220:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-04-13 19:20:06,223:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-04-13 19:20:06,223:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-04-13 19:20:06,528:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-04-13 19:20:06,528:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-04-13 19:20:06,545:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 19:20:06,545:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 19:21:16,869:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 19:21:16,869:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 19:21:16,869:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 19:21:16,869:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 19:21:18,713:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-04-13 19:21:18,713:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-04-13 19:21:18,714:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-04-13 19:21:18,714:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-04-13 19:21:18,714:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 19:21:18,714:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 19:21:18,993:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-04-13 19:21:18,993:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-04-13 19:21:18,996:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-04-13 19:21:18,996:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-04-13 19:21:19,302:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-04-13 19:21:19,302:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-04-13 19:21:19,314:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 19:21:19,314:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 19:30:13,613:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 19:30:13,613:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 19:30:13,614:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 19:30:13,614:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 19:30:15,361:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-04-13 19:30:15,361:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-04-13 19:30:15,363:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-04-13 19:30:15,363:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-04-13 19:30:15,364:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 19:30:15,364:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 19:30:15,654:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-04-13 19:30:15,654:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-04-13 19:30:15,656:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-04-13 19:30:15,656:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-04-13 19:30:15,970:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-04-13 19:30:15,970:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-04-13 19:30:15,981:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 19:30:15,981:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 19:55:58,140:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 19:55:58,141:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 19:56:00,778:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-04-13 19:56:00,779:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-04-13 19:56:00,779:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 19:56:01,110:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-04-13 19:56:01,113:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-04-13 19:56:01,918:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-04-13 19:56:01,930:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 20:32:05,465:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 20:34:19,731:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 20:34:19,733:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 20:34:19,971:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 20:34:20,238:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 20:47:39,318:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 20:47:39,318:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 20:47:39,886:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 20:47:39,886:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-04-13 20:47:39,886:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +name 'np' is not defined +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 21, in expander_text_lengths + np.sort(dstats.length_obj.lengths_df["length"].unique())[::-1].tolist(), +NameError: name 'np' is not defined +2023-04-13 20:47:40,168:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 20:50:43,816:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 20:50:43,817:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 20:50:44,168:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 20:50:44,168:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-04-13 20:50:44,168:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +module 'streamlit' has no attribute 'show' +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 18, in expander_text_lengths + with st.show(f"Text Lengths{column_id}", expanded=False): +AttributeError: module 'streamlit' has no attribute 'show' +2023-04-13 20:50:44,185:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 20:51:35,712:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 20:51:35,713:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 20:51:35,957:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 20:51:35,957:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-04-13 20:51:35,957:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +module 'streamlit' has no attribute 'show' +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 18, in expander_text_lengths + with st.show(f"Text Lengths{column_id}", expanded=False): +AttributeError: module 'streamlit' has no attribute 'show' +2023-04-13 20:51:35,967:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 20:53:09,608:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 20:53:09,608:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 20:53:09,898:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 20:53:09,898:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-04-13 20:53:09,898:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +name 'np' is not defined +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 22, in expander_text_lengths + np.sort(dstats.length_obj.lengths_df["length"].unique())[::-1].tolist(), +NameError: name 'np' is not defined +2023-04-13 20:53:09,909:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 20:56:50,425:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 20:56:50,425:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 20:56:50,695:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 20:56:50,696:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-04-13 20:56:50,696:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +name 'Figure' is not defined +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 40, in expander_text_lengths + if isinstance(dstats.length_obj.fig_lengths, Figure): +NameError: name 'Figure' is not defined +2023-04-13 20:56:50,719:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 20:58:39,502:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 20:58:39,502:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 20:58:39,759:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 20:58:40,025:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 21:00:19,791:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 21:00:19,792:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 21:00:20,062:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 21:00:20,064:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 21:02:07,235:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 21:02:07,236:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 21:02:07,509:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 21:02:07,511:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 21:07:28,517:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 21:07:28,518:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 21:07:28,785:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 21:07:28,788:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 21:26:03,047:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 21:26:03,047:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 21:26:03,420:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 21:26:04,027:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 21:26:04,027:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 21:26:04,294:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 21:40:29,305:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-04-13 21:40:29,307:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +Torch not compiled with CUDA enabled +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 58, in expander_text_lengths + image = text_to_image() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 96, in text_to_image + pipe = pipe.to("cuda") + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/diffusers/pipelines/pipeline_utils.py", line 396, in to + module.to(torch_device) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/transformers/modeling_utils.py", line 1811, in to + return super().to(*args, **kwargs) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1145, in to + return self._apply(convert) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + [Previous line repeated 1 more time] + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 820, in _apply + param_applied = fn(param) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1143, in convert + return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/cuda/__init__.py", line 239, in _lazy_init + raise AssertionError("Torch not compiled with CUDA enabled") +AssertionError: Torch not compiled with CUDA enabled +2023-04-13 21:40:29,513:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 21:40:30,279:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-04-13 21:40:30,279:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +Torch not compiled with CUDA enabled +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 58, in expander_text_lengths + image = text_to_image() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 96, in text_to_image + pipe = pipe.to("cuda") + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/diffusers/pipelines/pipeline_utils.py", line 396, in to + module.to(torch_device) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/transformers/modeling_utils.py", line 1811, in to + return super().to(*args, **kwargs) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1145, in to + return self._apply(convert) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + [Previous line repeated 1 more time] + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 820, in _apply + param_applied = fn(param) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1143, in convert + return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/cuda/__init__.py", line 239, in _lazy_init + raise AssertionError("Torch not compiled with CUDA enabled") +AssertionError: Torch not compiled with CUDA enabled +2023-04-13 21:40:30,511:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 21:48:07,878:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-04-13 21:48:07,879:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 21:48:08,154:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 21:48:28,636:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-04-13 21:48:28,637:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +Torch not compiled with CUDA enabled +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 58, in expander_text_lengths + image = text_to_image() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 96, in text_to_image + pipe = pipe.to("cuda") + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/diffusers/pipelines/pipeline_utils.py", line 396, in to + module.to(torch_device) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/transformers/modeling_utils.py", line 1811, in to + return super().to(*args, **kwargs) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1145, in to + return self._apply(convert) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + [Previous line repeated 1 more time] + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 820, in _apply + param_applied = fn(param) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1143, in convert + return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/cuda/__init__.py", line 239, in _lazy_init + raise AssertionError("Torch not compiled with CUDA enabled") +AssertionError: Torch not compiled with CUDA enabled +2023-04-13 21:48:28,890:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-13 22:04:06,285:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-13 22:04:06,697:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-13 22:04:31,243:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-04-13 22:04:31,244:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +Torch not compiled with CUDA enabled +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 58, in expander_text_lengths + image = text_to_image() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 96, in text_to_image + pipe = pipe.to("cuda") + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/diffusers/pipelines/pipeline_utils.py", line 396, in to + module.to(torch_device) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1145, in to + return self._apply(convert) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 820, in _apply + param_applied = fn(param) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1143, in convert + return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/cuda/__init__.py", line 239, in _lazy_init + raise AssertionError("Torch not compiled with CUDA enabled") +AssertionError: Torch not compiled with CUDA enabled +2023-04-13 22:04:31,516:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-25 01:09:03,974:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-25 01:09:04,342:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-25 01:09:04,346:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-04-25 01:09:04,346:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +name 'StableDiffusionPipeline' is not defined +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 58, in expander_text_lengths + image = text_to_image() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 95, in text_to_image + pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16) +NameError: name 'StableDiffusionPipeline' is not defined +2023-04-25 01:09:04,408:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-25 04:18:25,484:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-25 04:18:25,965:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-25 04:18:25,970:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-04-25 04:18:25,970:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +name 'StableDiffusionPipeline' is not defined +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 58, in expander_text_lengths + image = text_to_image() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 95, in text_to_image + pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16) +NameError: name 'StableDiffusionPipeline' is not defined +2023-04-25 04:18:25,974:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-25 15:41:24,905:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-25 15:41:25,162:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-25 15:41:25,165:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-04-25 15:41:25,165:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +name 'StableDiffusionPipeline' is not defined +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 58, in expander_text_lengths + image = text_to_image() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 95, in text_to_image + pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16) +NameError: name 'StableDiffusionPipeline' is not defined +2023-04-25 15:41:25,205:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-25 15:49:25,289:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-25 15:49:25,524:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-25 15:49:25,526:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-04-25 15:49:25,526:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +name 'StableDiffusionPipeline' is not defined +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 58, in expander_text_lengths + image = text_to_image() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 95, in text_to_image + pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16) +NameError: name 'StableDiffusionPipeline' is not defined +2023-04-25 15:49:25,526:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-25 16:17:26,568:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-25 16:17:26,837:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-25 16:19:27,520:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-04-25 16:19:27,520:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +Torch not compiled with CUDA enabled +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 58, in expander_text_lengths + image = text_to_image() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 98, in text_to_image + pipe = pipe.to(device) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/diffusers/pipelines/pipeline_utils.py", line 643, in to + module.to(torch_device, torch_dtype) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/transformers/modeling_utils.py", line 1903, in to + return super().to(*args, **kwargs) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1145, in to + return self._apply(convert) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + [Previous line repeated 1 more time] + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 820, in _apply + param_applied = fn(param) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1143, in convert + return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/cuda/__init__.py", line 239, in _lazy_init + raise AssertionError("Torch not compiled with CUDA enabled") +AssertionError: Torch not compiled with CUDA enabled +2023-04-25 16:19:27,711:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-25 16:24:14,186:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-25 16:24:14,436:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-25 16:24:32,234:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-04-25 16:24:32,235:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +Torch not compiled with CUDA enabled +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 58, in expander_text_lengths + image = Image.open(text_to_image()) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 98, in text_to_image + pipe = pipe.to(device) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/diffusers/pipelines/pipeline_utils.py", line 643, in to + module.to(torch_device, torch_dtype) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/transformers/modeling_utils.py", line 1903, in to + return super().to(*args, **kwargs) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1145, in to + return self._apply(convert) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + [Previous line repeated 1 more time] + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 820, in _apply + param_applied = fn(param) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1143, in convert + return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/cuda/__init__.py", line 239, in _lazy_init + raise AssertionError("Torch not compiled with CUDA enabled") +AssertionError: Torch not compiled with CUDA enabled +2023-04-25 16:24:32,360:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-25 16:26:05,179:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-25 16:26:05,390:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-25 16:26:21,700:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-04-25 16:26:21,702:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +Torch not compiled with CUDA enabled +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 58, in expander_text_lengths + image = Image.open(text_to_image()) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 98, in text_to_image + pipe = pipe.to(device) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/diffusers/pipelines/pipeline_utils.py", line 643, in to + module.to(torch_device, torch_dtype) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/transformers/modeling_utils.py", line 1903, in to + return super().to(*args, **kwargs) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1145, in to + return self._apply(convert) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + [Previous line repeated 1 more time] + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 820, in _apply + param_applied = fn(param) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1143, in convert + return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/cuda/__init__.py", line 239, in _lazy_init + raise AssertionError("Torch not compiled with CUDA enabled") +AssertionError: Torch not compiled with CUDA enabled +2023-04-25 16:26:21,815:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-25 16:30:26,144:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-25 16:30:26,480:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-25 16:30:34,547:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-04-25 16:30:34,548:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +Torch not compiled with CUDA enabled +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 58, in expander_text_lengths + image = Image.open(text_to_image()) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 98, in text_to_image + pipe = pipe.to(device) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/diffusers/pipelines/pipeline_utils.py", line 643, in to + module.to(torch_device, torch_dtype) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/transformers/modeling_utils.py", line 1903, in to + return super().to(*args, **kwargs) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1145, in to + return self._apply(convert) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 820, in _apply + param_applied = fn(param) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1143, in convert + return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/cuda/__init__.py", line 239, in _lazy_init + raise AssertionError("Torch not compiled with CUDA enabled") +AssertionError: Torch not compiled with CUDA enabled +2023-04-25 16:30:34,665:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-28 11:39:29,996:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-28 11:39:30,329:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-28 11:45:44,568:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-04-28 11:45:44,571:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +Torch not compiled with CUDA enabled +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 58, in expander_text_lengths + image = Image.open(text_to_image()) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 98, in text_to_image + pipe = pipe.to(device) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/diffusers/pipelines/pipeline_utils.py", line 643, in to + module.to(torch_device, torch_dtype) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/transformers/modeling_utils.py", line 1903, in to + return super().to(*args, **kwargs) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1145, in to + return self._apply(convert) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 820, in _apply + param_applied = fn(param) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1143, in convert + return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/cuda/__init__.py", line 239, in _lazy_init + raise AssertionError("Torch not compiled with CUDA enabled") +AssertionError: Torch not compiled with CUDA enabled +2023-04-28 11:45:44,672:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-29 00:12:49,165:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-29 00:12:49,601:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-29 00:13:04,916:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-04-29 00:13:04,916:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +Torch not compiled with CUDA enabled +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 58, in expander_text_lengths + image = Image.open(text_to_image()) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 98, in text_to_image + pipe = pipe.to(device) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/diffusers/pipelines/pipeline_utils.py", line 643, in to + module.to(torch_device, torch_dtype) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/transformers/modeling_utils.py", line 1903, in to + return super().to(*args, **kwargs) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1145, in to + return self._apply(convert) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 820, in _apply + param_applied = fn(param) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1143, in convert + return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/cuda/__init__.py", line 239, in _lazy_init + raise AssertionError("Torch not compiled with CUDA enabled") +AssertionError: Torch not compiled with CUDA enabled +2023-04-29 00:13:04,981:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-29 01:12:49,928:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-29 01:12:50,473:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-29 01:13:10,365:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-04-29 01:13:10,365:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +Torch not compiled with CUDA enabled +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 58, in expander_text_lengths + image = Image.open(text_to_image()) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 98, in text_to_image + pipe = pipe.to(device) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/diffusers/pipelines/pipeline_utils.py", line 643, in to + module.to(torch_device, torch_dtype) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/transformers/modeling_utils.py", line 1903, in to + return super().to(*args, **kwargs) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1145, in to + return self._apply(convert) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 820, in _apply + param_applied = fn(param) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1143, in convert + return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/cuda/__init__.py", line 239, in _lazy_init + raise AssertionError("Torch not compiled with CUDA enabled") +AssertionError: Torch not compiled with CUDA enabled +2023-04-29 01:13:10,427:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-04-29 01:31:20,249:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-04-29 01:31:20,797:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-04-29 01:32:36,392:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-04-29 01:32:36,392:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +Torch not compiled with CUDA enabled +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 58, in expander_text_lengths + image = Image.open(text_to_image()) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 98, in text_to_image + pipe = pipe.to(device) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/diffusers/pipelines/pipeline_utils.py", line 643, in to + module.to(torch_device, torch_dtype) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/transformers/modeling_utils.py", line 1903, in to + return super().to(*args, **kwargs) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1145, in to + return self._apply(convert) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 820, in _apply + param_applied = fn(param) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1143, in convert + return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/cuda/__init__.py", line 239, in _lazy_init + raise AssertionError("Torch not compiled with CUDA enabled") +AssertionError: Torch not compiled with CUDA enabled +2023-04-29 01:32:36,448:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 01:29:33,821:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-05-09 01:29:33,821:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 01:29:36,741:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-05-09 01:29:36,744:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-05-09 01:29:36,744:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 01:29:37,045:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-05-09 01:29:37,049:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-05-09 01:29:37,522:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-05-09 01:29:37,535:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 01:32:23,851:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 01:32:24,103:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 01:32:32,505:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-05-09 01:32:32,506:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +Torch not compiled with CUDA enabled +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 58, in expander_text_lengths + image = Image.open(text_to_image()) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 98, in text_to_image + pipe = pipe.to(device) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/diffusers/pipelines/pipeline_utils.py", line 643, in to + module.to(torch_device, torch_dtype) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1145, in to + return self._apply(convert) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 820, in _apply + param_applied = fn(param) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1143, in convert + return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/cuda/__init__.py", line 239, in _lazy_init + raise AssertionError("Torch not compiled with CUDA enabled") +AssertionError: Torch not compiled with CUDA enabled +2023-05-09 01:32:32,684:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 01:36:13,181:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 01:36:13,413:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 01:36:22,226:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-05-09 01:36:22,226:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +Torch not compiled with CUDA enabled +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 58, in expander_text_lengths + image = Image.open(text_to_image()) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 98, in text_to_image + pipe = pipe.to(device) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/diffusers/pipelines/pipeline_utils.py", line 643, in to + module.to(torch_device, torch_dtype) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1145, in to + return self._apply(convert) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 797, in _apply + module._apply(fn) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 820, in _apply + param_applied = fn(param) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1143, in convert + return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/torch/cuda/__init__.py", line 239, in _lazy_init + raise AssertionError("Torch not compiled with CUDA enabled") +AssertionError: Torch not compiled with CUDA enabled +2023-05-09 01:36:22,352:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 01:38:17,985:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 01:38:18,215:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 01:38:18,217:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 01:46:26,885:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 01:49:12,817:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 01:49:13,021:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 01:49:13,021:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-05-09 01:49:13,021:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +'int' object is not callable +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) +TypeError: 'int' object is not callable +2023-05-09 01:49:13,021:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 01:52:10,789:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 01:52:11,000:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 01:52:11,002:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 02:02:27,118:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 02:02:27,382:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 02:02:27,383:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 02:05:47,427:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 02:05:47,701:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 02:05:47,705:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 02:08:13,813:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 02:08:14,030:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 02:08:14,031:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 02:10:21,143:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 02:10:21,366:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 02:10:21,368:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 02:15:54,397:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 02:15:54,633:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 02:15:54,633:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 02:17:54,390:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 02:17:54,608:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 02:17:54,609:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 02:19:45,414:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 02:19:45,627:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 02:19:45,628:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 02:22:12,598:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 02:22:12,824:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 02:22:12,826:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 02:25:49,955:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 02:25:50,203:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 02:25:50,206:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-05-09 02:25:50,206:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +`_repr_html_()` is not a valid Streamlit command. +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 48, in expander_text_lengths + st.write(st.table( + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/streamlit/elements/write.py", line 224, in write + arg._repr_html_(), + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/streamlit/delta_generator.py", line 291, in wrapper + raise StreamlitAPIException(message) +streamlit.errors.StreamlitAPIException: `_repr_html_()` is not a valid Streamlit command. +2023-05-09 02:25:50,221:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 02:36:11,929:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 02:36:12,180:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 02:36:12,182:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 02:40:12,905:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 02:40:13,140:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 02:40:13,142:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 02:42:32,531:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 02:42:32,784:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 02:42:32,787:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 02:44:32,999:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 02:44:33,220:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 02:44:33,222:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 02:47:52,381:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 02:47:52,604:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 02:47:52,605:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-05-09 02:47:52,605:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +'DataFrame' object has no attribute 'lengths_df' +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 49, in expander_text_lengths + dstats.length_obj.lengths_df[ + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/pandas/core/generic.py", line 5478, in __getattr__ + return object.__getattribute__(self, name) +AttributeError: 'DataFrame' object has no attribute 'lengths_df' +2023-05-09 02:47:52,614:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 02:56:36,026:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 02:56:36,312:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 02:56:36,313:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-05-09 02:56:36,313:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +'DataFrame' object has no attribute 'lengths_df' +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 48, in expander_text_lengths + temp_df = dstats.length_obj.lengths_df[ + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/pandas/core/generic.py", line 5478, in __getattr__ + return object.__getattribute__(self, name) +AttributeError: 'DataFrame' object has no attribute 'lengths_df' +2023-05-09 02:56:36,327:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 03:02:54,460:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 03:02:54,698:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 03:02:54,699:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-05-09 03:02:54,699:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +'DataFrame' object has no attribute 'lengths_df' +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 48, in expander_text_lengths + temp_df = dstats.length_obj.lengths_df[ + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/pandas/core/generic.py", line 5478, in __getattr__ + return object.__getattribute__(self, name) +AttributeError: 'DataFrame' object has no attribute 'lengths_df' +2023-05-09 03:02:54,711:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 03:04:39,535:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 03:04:39,766:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 03:04:39,768:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-05-09 03:04:39,768:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +'DataFrame' object has no attribute 'lengths_df' +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 48, in expander_text_lengths + temp_df = dstats.length_obj.lengths_df[ + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/pandas/core/generic.py", line 5478, in __getattr__ + return object.__getattribute__(self, name) +AttributeError: 'DataFrame' object has no attribute 'lengths_df' +2023-05-09 03:04:39,772:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 03:06:15,113:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 03:06:15,347:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 03:06:15,348:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:169 +Jk jk jk. There was an issue with text_lengths: +2023-05-09 03:06:15,348:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:170 +'DataFrame' object has no attribute 'lengths_df' +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 167, in show_column + widget_fn(dstats, column_id) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py", line 48, in expander_text_lengths + temp = dstats.length_obj.lengths_df[ + File "/Users/ezi/Library/Python/3.9/lib/python/site-packages/pandas/core/generic.py", line 5478, in __getattr__ + return object.__getattribute__(self, name) +AttributeError: 'DataFrame' object has no attribute 'lengths_df' +2023-05-09 03:06:15,355:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 03:07:51,753:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 03:07:51,971:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 03:07:51,972:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 03:09:56,861:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 03:09:57,102:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 03:09:57,104:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 03:11:52,428:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 03:11:52,688:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 03:11:52,689:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 03:12:42,347:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-05-09 03:12:42,561:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-05-09 03:12:42,563:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-05-09 03:35:18,412:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-05-09 03:35:22,723:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-05-09 03:54:18,037:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-05-09 04:24:12,480:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-05-09 04:24:21,872:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-05-09 04:29:50,250:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-05-09 04:43:39,507:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-05-21 21:27:38,851:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-05-21 21:27:40,552:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-05-21 21:30:03,048:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-05-21 21:40:50,197:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-07-31 02:50:40,355:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-07-31 02:50:42,045:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-07-31 02:53:29,822:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-07-31 02:53:31,034:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-07-31 02:53:31,856:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-07-31 02:53:32,926:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-07-31 02:56:56,032:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-07-31 02:56:57,576:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-07-31 03:02:52,399:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-07-31 03:02:53,882:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-07-31 03:09:58,703:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-07-31 03:23:17,561:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-07-31 03:23:56,286:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-07-31 03:24:00,105:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-14 17:27:12,324:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-14 17:27:33,558:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-14 17:28:52,713:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-14 17:28:54,506:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-14 17:33:31,974:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-14 17:33:33,836:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-14 17:33:40,381:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-14 17:33:41,743:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-15 14:29:34,533:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-15 14:29:36,281:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-15 17:34:45,039:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-15 17:34:46,819:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-15 17:36:45,525:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-15 17:36:46,754:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-21 19:27:41,061:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-08-21 19:27:41,061:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-08-21 19:27:43,481:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-08-21 19:27:43,482:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-08-21 19:27:43,482:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-08-21 19:27:43,750:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-08-21 19:27:43,753:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-08-21 19:27:44,323:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-08-21 19:27:44,335:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-08-21 19:28:32,227:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-08-21 19:28:32,227:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-08-21 19:28:34,357:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-08-21 19:28:34,357:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-08-21 19:28:34,358:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-08-21 19:28:34,620:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-08-21 19:28:34,623:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-08-21 19:28:35,054:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-08-21 19:28:35,065:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-08-21 19:31:57,552:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-08-21 19:31:57,552:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-08-21 19:32:00,086:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-08-21 19:32:00,087:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-08-21 19:32:00,087:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-08-21 19:32:00,386:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-08-21 19:32:00,389:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-08-21 19:32:00,873:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-08-21 19:32:00,885:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-08-21 19:34:59,329:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-08-21 19:34:59,330:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-08-21 19:35:01,686:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-08-21 19:35:01,687:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-08-21 19:35:01,687:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-08-21 19:35:01,965:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-08-21 19:35:01,968:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-08-21 19:35:02,352:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-08-21 19:35:02,363:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-08-21 19:36:13,836:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-08-21 19:36:13,837:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-08-21 19:36:17,274:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-08-21 19:36:17,277:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-08-21 19:36:17,277:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-08-21 19:36:17,546:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-08-21 19:36:17,551:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-08-21 19:36:17,920:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-08-21 19:36:17,933:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-08-21 19:37:01,709:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-08-21 19:37:01,709:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-08-21 19:37:03,439:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-08-21 19:37:03,442:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-08-21 19:37:03,442:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-08-21 19:37:03,692:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-08-21 19:37:03,698:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-08-21 19:37:04,018:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-08-21 19:37:04,030:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-08-21 19:39:30,074:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-08-21 19:39:30,074:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-08-21 19:39:30,074:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-08-21 19:39:30,074:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-08-21 19:39:32,863:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-08-21 19:39:32,863:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-08-21 19:39:32,863:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-08-21 19:39:32,863:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-08-21 19:39:35,220:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-08-21 19:39:35,220:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-08-21 19:39:35,220:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-08-21 19:39:35,220:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-08-21 19:39:35,224:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-08-21 19:39:35,224:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-08-21 19:39:35,224:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-08-21 19:39:35,224:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-08-21 19:39:35,225:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-08-21 19:39:35,226:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-08-21 19:39:35,225:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-08-21 19:39:35,226:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-08-21 19:39:35,506:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-08-21 19:39:35,506:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-08-21 19:39:35,508:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-08-21 19:39:35,508:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-08-21 19:39:35,515:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-08-21 19:39:35,515:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-08-21 19:39:35,517:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-08-21 19:39:35,517:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-08-21 19:39:36,124:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-08-21 19:39:36,124:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-08-21 19:39:36,143:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-08-21 19:39:36,143:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-08-21 19:39:36,289:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-08-21 19:39:36,289:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-08-21 19:39:36,302:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-08-21 19:39:36,302:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-08-21 19:47:56,805:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:70 +showing header +2023-08-21 19:47:56,806:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:116 +Making new calculations if cache is not there. +2023-08-21 19:47:59,291:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing general stats. +2023-08-21 19:47:59,293:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing label distribution. +2023-08-21 19:47:59,293:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing text_lengths. +2023-08-21 19:47:59,614:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing duplicates. +2023-08-21 19:47:59,617:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing npmi. +2023-08-21 19:48:00,035:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:165 +showing zipf. +2023-08-21 19:48:00,046:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:174 +Have finished displaying the widgets. +2023-08-21 19:49:22,170:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-21 19:49:23,683:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-21 19:53:59,234:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-21 19:54:00,641:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-21 19:58:45,182:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-21 19:58:46,645:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-21 20:03:41,133:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-21 20:03:42,676:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 03:07:41,767:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 03:07:43,122:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 03:14:59,493:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 03:15:01,220:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 03:22:20,668:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 03:22:21,852:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 03:22:41,812:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 03:22:43,103:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 03:23:39,838:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 03:23:44,458:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:131 +Issue with label distribution. +2023-08-22 03:23:44,458:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:132 +tuple index out of range +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 129, in load_or_prepare_widgets + widget_fn(load_only=load_only) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 352, in load_or_prepare_labels + label_obj.run_DMT_processing() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 136, in run_DMT_processing + self.label_results = self._prepare_labels() + ^^^^^^^^^^^^^^^^^^^^^^ + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 167, in _prepare_labels + label_field = self.label_field[0] + ~~~~~~~~~~~~~~~~^^^ +IndexError: tuple index out of range +2023-08-22 03:23:55,663:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 03:25:10,841:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 03:25:15,408:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:131 +Issue with label distribution. +2023-08-22 03:25:15,409:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:132 +tuple index out of range +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 129, in load_or_prepare_widgets + widget_fn(load_only=load_only) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 352, in load_or_prepare_labels + label_obj.run_DMT_processing() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 136, in run_DMT_processing + self.label_results = self._prepare_labels() + ^^^^^^^^^^^^^^^^^^^^^^ + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 167, in _prepare_labels + label_field = self.label_field[0] + ~~~~~~~~~~~~~~~~^^^ +IndexError: tuple index out of range +2023-08-22 03:25:15,831:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 03:25:56,599:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 03:25:58,729:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 03:26:11,123:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 03:26:11,262:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:131 +Issue with label distribution. +2023-08-22 03:26:11,262:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:132 +tuple index out of range +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 129, in load_or_prepare_widgets + widget_fn(load_only=load_only) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 352, in load_or_prepare_labels + label_obj.run_DMT_processing() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 136, in run_DMT_processing + self.label_results = self._prepare_labels() + ^^^^^^^^^^^^^^^^^^^^^^ + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 167, in _prepare_labels + label_field = self.label_field[0] + ~~~~~~~~~~~~~~~~^^^ +IndexError: tuple index out of range +2023-08-22 03:26:12,649:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 03:26:14,416:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 03:26:14,443:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:131 +Issue with label distribution. +2023-08-22 03:26:14,443:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:132 +tuple index out of range +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 129, in load_or_prepare_widgets + widget_fn(load_only=load_only) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 352, in load_or_prepare_labels + label_obj.run_DMT_processing() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 136, in run_DMT_processing + self.label_results = self._prepare_labels() + ^^^^^^^^^^^^^^^^^^^^^^ + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 167, in _prepare_labels + label_field = self.label_field[0] + ~~~~~~~~~~~~~~~~^^^ +IndexError: tuple index out of range +2023-08-22 03:26:14,587:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 03:26:26,652:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 03:26:26,699:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:131 +Issue with label distribution. +2023-08-22 03:26:26,699:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:132 +tuple index out of range +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 129, in load_or_prepare_widgets + widget_fn(load_only=load_only) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 352, in load_or_prepare_labels + label_obj.run_DMT_processing() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 136, in run_DMT_processing + self.label_results = self._prepare_labels() + ^^^^^^^^^^^^^^^^^^^^^^ + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 167, in _prepare_labels + label_field = self.label_field[0] + ~~~~~~~~~~~~~~~~^^^ +IndexError: tuple index out of range +2023-08-22 03:26:27,930:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 03:26:59,944:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 03:27:05,800:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:131 +Issue with label distribution. +2023-08-22 03:27:05,800:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:132 +tuple index out of range +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 129, in load_or_prepare_widgets + widget_fn(load_only=load_only) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 352, in load_or_prepare_labels + label_obj.run_DMT_processing() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 136, in run_DMT_processing + self.label_results = self._prepare_labels() + ^^^^^^^^^^^^^^^^^^^^^^ + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 167, in _prepare_labels + label_field = self.label_field[0] + ~~~~~~~~~~~~~~~~^^^ +IndexError: tuple index out of range +2023-08-22 03:27:06,276:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 03:27:39,885:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 03:27:45,193:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:131 +Issue with label distribution. +2023-08-22 03:27:45,193:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:132 +tuple index out of range +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 129, in load_or_prepare_widgets + widget_fn(load_only=load_only) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 352, in load_or_prepare_labels + label_obj.run_DMT_processing() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 136, in run_DMT_processing + self.label_results = self._prepare_labels() + ^^^^^^^^^^^^^^^^^^^^^^ + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 167, in _prepare_labels + label_field = self.label_field[0] + ~~~~~~~~~~~~~~~~^^^ +IndexError: tuple index out of range +2023-08-22 03:27:45,641:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 03:28:00,877:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 03:28:00,926:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:131 +Issue with label distribution. +2023-08-22 03:28:00,926:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:132 +tuple index out of range +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 129, in load_or_prepare_widgets + widget_fn(load_only=load_only) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 352, in load_or_prepare_labels + label_obj.run_DMT_processing() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 136, in run_DMT_processing + self.label_results = self._prepare_labels() + ^^^^^^^^^^^^^^^^^^^^^^ + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 167, in _prepare_labels + label_field = self.label_field[0] + ~~~~~~~~~~~~~~~~^^^ +IndexError: tuple index out of range +2023-08-22 03:28:01,116:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 03:28:57,753:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 03:28:59,219:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 03:29:07,738:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 03:29:07,761:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:131 +Issue with label distribution. +2023-08-22 03:29:07,761:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:132 +tuple index out of range +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 129, in load_or_prepare_widgets + widget_fn(load_only=load_only) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 352, in load_or_prepare_labels + label_obj.run_DMT_processing() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 136, in run_DMT_processing + self.label_results = self._prepare_labels() + ^^^^^^^^^^^^^^^^^^^^^^ + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 167, in _prepare_labels + label_field = self.label_field[0] + ~~~~~~~~~~~~~~~~^^^ +IndexError: tuple index out of range +2023-08-22 03:29:07,904:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 03:29:13,381:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 03:29:13,432:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:131 +Issue with label distribution. +2023-08-22 03:29:13,432:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:132 +tuple index out of range +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 129, in load_or_prepare_widgets + widget_fn(load_only=load_only) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 352, in load_or_prepare_labels + label_obj.run_DMT_processing() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 136, in run_DMT_processing + self.label_results = self._prepare_labels() + ^^^^^^^^^^^^^^^^^^^^^^ + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 167, in _prepare_labels + label_field = self.label_field[0] + ~~~~~~~~~~~~~~~~^^^ +IndexError: tuple index out of range +2023-08-22 03:29:14,606:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 03:31:36,872:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 03:31:38,409:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 03:31:44,736:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 03:31:44,771:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:131 +Issue with label distribution. +2023-08-22 03:31:44,771:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:132 +tuple index out of range +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 129, in load_or_prepare_widgets + widget_fn(load_only=load_only) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 352, in load_or_prepare_labels + label_obj.run_DMT_processing() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 136, in run_DMT_processing + self.label_results = self._prepare_labels() + ^^^^^^^^^^^^^^^^^^^^^^ + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 167, in _prepare_labels + label_field = self.label_field[0] + ~~~~~~~~~~~~~~~~^^^ +IndexError: tuple index out of range +2023-08-22 03:31:44,912:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 03:31:50,747:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 03:31:50,828:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:131 +Issue with label distribution. +2023-08-22 03:31:50,828:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:132 +tuple index out of range +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 129, in load_or_prepare_widgets + widget_fn(load_only=load_only) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 352, in load_or_prepare_labels + label_obj.run_DMT_processing() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 136, in run_DMT_processing + self.label_results = self._prepare_labels() + ^^^^^^^^^^^^^^^^^^^^^^ + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 167, in _prepare_labels + label_field = self.label_field[0] + ~~~~~~~~~~~~~~~~^^^ +IndexError: tuple index out of range +2023-08-22 03:31:52,174:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 03:31:55,981:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 03:31:56,024:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:131 +Issue with label distribution. +2023-08-22 03:31:56,024:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:132 +tuple index out of range +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 129, in load_or_prepare_widgets + widget_fn(load_only=load_only) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 352, in load_or_prepare_labels + label_obj.run_DMT_processing() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 136, in run_DMT_processing + self.label_results = self._prepare_labels() + ^^^^^^^^^^^^^^^^^^^^^^ + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 167, in _prepare_labels + label_field = self.label_field[0] + ~~~~~~~~~~~~~~~~^^^ +IndexError: tuple index out of range +2023-08-22 03:31:56,189:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 03:32:00,197:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 03:32:00,223:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:131 +Issue with label distribution. +2023-08-22 03:32:00,223:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:132 +tuple index out of range +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 129, in load_or_prepare_widgets + widget_fn(load_only=load_only) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 352, in load_or_prepare_labels + label_obj.run_DMT_processing() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 136, in run_DMT_processing + self.label_results = self._prepare_labels() + ^^^^^^^^^^^^^^^^^^^^^^ + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 167, in _prepare_labels + label_field = self.label_field[0] + ~~~~~~~~~~~~~~~~^^^ +IndexError: tuple index out of range +2023-08-22 03:32:00,353:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 05:02:03,283:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 05:02:04,349:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 05:02:13,807:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 05:02:13,831:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:131 +Issue with label distribution. +2023-08-22 05:02:13,831:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:132 +tuple index out of range +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 129, in load_or_prepare_widgets + widget_fn(load_only=load_only) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 352, in load_or_prepare_labels + label_obj.run_DMT_processing() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 136, in run_DMT_processing + self.label_results = self._prepare_labels() + ^^^^^^^^^^^^^^^^^^^^^^ + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 167, in _prepare_labels + label_field = self.label_field[0] + ~~~~~~~~~~~~~~~~^^^ +IndexError: tuple index out of range +2023-08-22 05:02:13,964:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 05:02:20,022:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 05:02:20,064:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:131 +Issue with label distribution. +2023-08-22 05:02:20,064:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:132 +tuple index out of range +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 129, in load_or_prepare_widgets + widget_fn(load_only=load_only) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 352, in load_or_prepare_labels + label_obj.run_DMT_processing() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 136, in run_DMT_processing + self.label_results = self._prepare_labels() + ^^^^^^^^^^^^^^^^^^^^^^ + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 167, in _prepare_labels + label_field = self.label_field[0] + ~~~~~~~~~~~~~~~~^^^ +IndexError: tuple index out of range +2023-08-22 05:02:21,163:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 05:35:22,199:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 05:35:23,208:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 05:35:32,639:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 05:35:38,105:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:131 +Issue with label distribution. +2023-08-22 05:35:38,105:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:132 +tuple index out of range +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 129, in load_or_prepare_widgets + widget_fn(load_only=load_only) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 352, in load_or_prepare_labels + label_obj.run_DMT_processing() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 136, in run_DMT_processing + self.label_results = self._prepare_labels() + ^^^^^^^^^^^^^^^^^^^^^^ + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 167, in _prepare_labels + label_field = self.label_field[0] + ~~~~~~~~~~~~~~~~^^^ +IndexError: tuple index out of range +2023-08-22 05:50:51,701:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 05:50:52,707:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 05:51:00,432:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 05:51:05,437:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:131 +Issue with label distribution. +2023-08-22 05:51:05,437:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:132 +tuple index out of range +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 129, in load_or_prepare_widgets + widget_fn(load_only=load_only) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 352, in load_or_prepare_labels + label_obj.run_DMT_processing() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 136, in run_DMT_processing + self.label_results = self._prepare_labels() + ^^^^^^^^^^^^^^^^^^^^^^ + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 167, in _prepare_labels + label_field = self.label_field[0] + ~~~~~~~~~~~~~~~~^^^ +IndexError: tuple index out of range +2023-08-22 06:07:27,908:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 06:07:28,949:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 06:07:45,783:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 06:07:45,828:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:131 +Issue with label distribution. +2023-08-22 06:07:45,828:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:132 +tuple index out of range +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py", line 129, in load_or_prepare_widgets + widget_fn(load_only=load_only) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 352, in load_or_prepare_labels + label_obj.run_DMT_processing() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 136, in run_DMT_processing + self.label_results = self._prepare_labels() + ^^^^^^^^^^^^^^^^^^^^^^ + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py", line 167, in _prepare_labels + label_field = self.label_field[0] + ~~~~~~~~~~~~~~~~^^^ +IndexError: tuple index out of range +2023-08-22 06:07:46,956:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/app.py, app:73 +showing header +2023-08-22 06:31:54,144:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 06:31:55,094:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/app.py, app:73 +showing header +2023-08-22 06:32:07,244:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/app.py, app:110 +Making new calculations if cache is not there. +2023-08-22 06:32:07,291:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/app.py, app:131 +Issue with label distribution. +2023-08-22 06:32:07,291:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/app.py, app:132 +tuple index out of range +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/app.py", line 129, in load_or_prepare_widgets + widget_fn(load_only=load_only) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py", line 352, in load_or_prepare_labels + label_obj.run_DMT_processing() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/labels/labels.py", line 136, in run_DMT_processing + self.label_results = self._prepare_labels() + ^^^^^^^^^^^^^^^^^^^^^^ + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/labels/labels.py", line 167, in _prepare_labels + label_field = self.label_field[0] + ~~~~~~~~~~~~~~~~^^^ +IndexError: tuple index out of range +2023-08-22 06:32:08,415:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/app.py, app:73 +showing header diff --git a/log_files/dataset_description.log b/log_files/dataset_description.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/log_files/dataset_statistics.log b/log_files/dataset_statistics.log new file mode 100644 index 0000000000000000000000000000000000000000..5ce51296d7a498bfb1b224fa32d0f8bfb3ff36f8 --- /dev/null +++ b/log_files/dataset_statistics.log @@ -0,0 +1,8851 @@ +2023-04-11 03:13:38,181:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-11 03:13:38,182:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:270 +Working with dataset: +2023-04-11 03:13:38,182:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:271 +Dataset({ + features: ['text', 'user_id', 'subforum_id', 'num_contexts', 'label'], + num_rows: 10944 +}) +2023-04-11 03:13:38,329:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:266 +Saving dataset to disk +2023-04-11 03:13:38,333:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-11 03:13:38,339:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-11 03:13:38,339:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-11 03:13:39,164:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:477 +tokenized df is +2023-04-11 03:13:39,164:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:478 + text tokenized_text +0 As of March 13th , 2014 , the booklet had been... [as, of, march, 13th, 2014, the, booklet, had,... +1 In order to help increase the booklets downloa... [in, order, to, help, increase, the, booklets,... +2 ( Simply copy and paste the following text int... [simply, copy, and, paste, the, following, tex... +3 Click below for a FREE download of a colorfull... [click, below, for, a, free, download, of, a, ... +4 Click on the `` DOWNLOAD ( 7.42 MB ) '' green ... [click, on, the, download, 7, 42, mb, green, b... +... ... ... +10939 Billy - `` That guy would n't leave me alone ,... [billy, that, guy, would, n, t, leave, me, alo... +10940 Wish we at least had a Marine Le Pen to vote f... [wish, we, at, least, had, a, marine, le, pen,... +10941 Its like the choices are white genocide candid... [its, like, the, choices, are, white, genocide... +10942 Why White people used to say that sex was a si... [why, white, people, used, to, say, that, sex,... +10943 Now I get it ! [now, i, get, it] + +[10944 rows x 2 columns] +2023-04-11 03:13:39,184:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:480 +Saving tokenized dataset to disk +2023-04-11 03:13:39,315:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:372 +Calculating vocab afresh +2023-04-11 03:13:39,315:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:540 +Fitting dummy tokenization to make matrix using the previous tokenization +2023-04-11 03:13:39,490:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +0 of 2000 vocab batches +2023-04-11 03:13:39,510:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +100 of 2000 vocab batches +2023-04-11 03:13:39,528:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +200 of 2000 vocab batches +2023-04-11 03:13:39,547:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +300 of 2000 vocab batches +2023-04-11 03:13:39,567:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +400 of 2000 vocab batches +2023-04-11 03:13:39,583:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +500 of 2000 vocab batches +2023-04-11 03:13:39,603:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +600 of 2000 vocab batches +2023-04-11 03:13:39,623:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +700 of 2000 vocab batches +2023-04-11 03:13:39,645:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +800 of 2000 vocab batches +2023-04-11 03:13:39,670:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +900 of 2000 vocab batches +2023-04-11 03:13:39,691:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1000 of 2000 vocab batches +2023-04-11 03:13:39,712:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1100 of 2000 vocab batches +2023-04-11 03:13:39,730:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1200 of 2000 vocab batches +2023-04-11 03:13:39,748:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1300 of 2000 vocab batches +2023-04-11 03:13:39,764:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1400 of 2000 vocab batches +2023-04-11 03:13:39,780:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1500 of 2000 vocab batches +2023-04-11 03:13:39,798:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1600 of 2000 vocab batches +2023-04-11 03:13:39,816:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1700 of 2000 vocab batches +2023-04-11 03:13:39,833:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1800 of 2000 vocab batches +2023-04-11 03:13:39,849:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1900 of 2000 vocab batches +2023-04-11 03:13:40,556:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:374 +Making dfs with proportion. +2023-04-11 03:13:40,568:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:378 +Writing out. +2023-04-11 03:13:40,698:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-11 03:13:40,698:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +word +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-11 03:13:40,707:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-11 03:13:40,708:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +word +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-11 03:13:42,720:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +Duplicates results: +2023-04-11 03:13:42,720:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:305 +{'duplicate_fraction': 0.016812865497076057} +2023-04-11 03:13:42,720:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:316 +Preparing general stats +2023-04-11 03:13:45,032:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:348 +No label field. Not computing label statistics. +2023-04-11 03:17:44,529:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-11 03:17:44,532:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-11 03:17:44,532:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-11 03:17:44,532:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-11 03:17:44,534:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-11 03:17:44,534:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-11 03:17:44,582:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-11 03:17:44,629:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-11 03:17:44,629:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-11 03:17:44,639:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-11 03:17:44,639:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-11 03:17:44,666:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +Duplicates results: +2023-04-11 03:17:44,666:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:305 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-04-11 03:17:44,668:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:313 +Loading cached general stats +2023-04-11 03:17:45,253:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:348 +No label field. Not computing label statistics. +2023-04-13 19:15:47,526:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 19:15:47,530:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 19:15:47,530:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 19:15:47,530:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 19:15:47,532:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 19:15:47,532:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 19:15:47,585:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-13 19:15:47,653:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-13 19:15:47,653:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-13 19:15:47,667:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-13 19:15:47,667:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-13 19:15:47,693:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +Duplicates results: +2023-04-13 19:15:47,693:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:305 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-04-13 19:15:47,695:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:313 +Loading cached general stats +2023-04-13 19:15:48,316:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:348 +No label field. Not computing label statistics. +2023-04-13 19:16:56,531:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 19:16:56,537:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 19:16:56,538:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 19:16:56,541:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 19:16:56,542:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 19:16:56,542:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 19:16:56,624:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-13 19:16:56,673:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-13 19:16:56,673:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-13 19:16:56,686:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-13 19:16:56,687:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-13 19:16:56,713:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +Duplicates results: +2023-04-13 19:16:56,713:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:305 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-04-13 19:16:56,715:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:313 +Loading cached general stats +2023-04-13 19:16:57,275:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:348 +No label field. Not computing label statistics. +2023-04-13 19:18:10,514:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 19:18:10,527:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 19:18:10,527:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 19:18:10,531:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 19:18:10,532:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 19:18:10,532:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 19:18:10,601:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-13 19:18:10,667:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-13 19:18:10,667:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-13 19:18:10,677:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-13 19:18:10,677:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-13 19:18:10,700:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +Duplicates results: +2023-04-13 19:18:10,700:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:305 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-04-13 19:18:10,700:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:313 +Loading cached general stats +2023-04-13 19:18:11,260:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:348 +No label field. Not computing label statistics. +2023-04-13 19:19:16,383:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 19:19:16,388:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 19:19:16,388:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 19:19:16,389:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 19:19:16,391:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 19:19:16,395:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 19:19:16,449:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-13 19:19:16,494:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-13 19:19:16,494:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-13 19:19:16,502:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-13 19:19:16,503:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-13 19:19:16,524:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +Duplicates results: +2023-04-13 19:19:16,525:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:305 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-04-13 19:19:16,525:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:313 +Loading cached general stats +2023-04-13 19:19:17,096:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:348 +No label field. Not computing label statistics. +2023-04-13 19:20:03,970:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 19:20:03,975:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 19:20:03,975:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 19:20:03,978:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 19:20:03,980:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 19:20:03,980:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 19:20:04,049:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-13 19:20:04,144:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-13 19:20:04,144:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-13 19:20:04,158:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-13 19:20:04,158:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-13 19:20:04,250:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +Duplicates results: +2023-04-13 19:20:04,250:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:305 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-04-13 19:20:04,250:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:313 +Loading cached general stats +2023-04-13 19:20:04,869:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:348 +No label field. Not computing label statistics. +2023-04-13 19:21:16,863:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 19:21:16,868:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 19:21:16,868:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 19:21:16,869:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 19:21:16,872:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 19:21:16,872:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 19:21:16,941:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-13 19:21:16,985:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-13 19:21:16,985:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-13 19:21:16,994:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-13 19:21:16,995:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-13 19:21:17,014:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +Duplicates results: +2023-04-13 19:21:17,014:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:305 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-04-13 19:21:17,015:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:313 +Loading cached general stats +2023-04-13 19:21:17,561:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:348 +No label field. Not computing label statistics. +2023-04-13 19:30:13,607:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 19:30:13,612:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 19:30:13,613:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 19:30:13,615:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 19:30:13,617:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 19:30:13,617:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 19:30:13,670:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-13 19:30:13,713:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-13 19:30:13,714:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-13 19:30:13,722:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-13 19:30:13,722:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-13 19:30:13,742:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +Duplicates results: +2023-04-13 19:30:13,742:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:305 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-04-13 19:30:13,742:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:313 +Loading cached general stats +2023-04-13 19:30:14,333:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:348 +No label field. Not computing label statistics. +2023-04-13 19:55:58,016:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 19:55:58,021:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 19:55:58,021:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 19:55:58,141:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 19:55:58,142:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 19:55:58,142:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 19:55:58,186:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-13 19:55:58,227:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-13 19:55:58,227:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-13 19:55:58,236:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-13 19:55:58,236:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-13 19:55:58,256:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +Duplicates results: +2023-04-13 19:55:58,256:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:305 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-04-13 19:55:58,257:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:313 +Loading cached general stats +2023-04-13 19:55:58,820:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:348 +No label field. Not computing label statistics. +2023-04-13 20:12:33,604:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 20:12:33,609:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 20:12:33,609:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 20:13:27,174:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 20:13:27,179:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 20:13:27,179:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 20:15:37,511:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 20:15:37,517:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 20:15:37,517:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 20:30:43,823:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 20:30:43,827:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 20:30:43,827:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 20:32:05,456:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 20:32:05,464:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 20:32:05,464:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 20:34:19,725:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 20:34:19,730:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 20:34:19,731:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 20:34:19,734:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 20:34:19,738:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 20:34:19,738:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 20:34:19,792:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-13 20:34:19,838:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-13 20:34:19,838:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-13 20:34:19,850:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-13 20:34:19,850:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-13 20:47:39,289:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 20:47:39,313:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 20:47:39,314:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 20:47:39,319:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 20:47:39,325:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 20:47:39,325:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 20:47:39,505:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-13 20:47:39,601:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-13 20:47:39,601:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-13 20:47:39,621:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-13 20:47:39,621:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-13 20:50:43,811:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 20:50:43,815:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 20:50:43,816:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 20:50:43,817:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 20:50:43,818:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 20:50:43,819:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 20:50:43,900:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-13 20:50:44,005:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-13 20:50:44,006:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-13 20:50:44,017:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-13 20:50:44,018:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-13 20:51:35,705:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 20:51:35,712:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 20:51:35,712:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 20:51:35,713:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 20:51:35,715:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 20:51:35,715:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 20:51:35,770:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-13 20:51:35,815:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-13 20:51:35,816:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-13 20:51:35,823:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-13 20:51:35,824:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-13 20:53:09,603:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 20:53:09,607:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 20:53:09,607:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 20:53:09,608:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 20:53:09,609:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 20:53:09,610:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 20:53:09,689:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-13 20:53:09,739:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-13 20:53:09,739:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-13 20:53:09,749:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-13 20:53:09,749:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-13 20:56:50,420:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 20:56:50,424:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 20:56:50,424:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 20:56:50,426:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 20:56:50,428:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 20:56:50,428:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 20:56:50,479:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-13 20:56:50,563:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-13 20:56:50,563:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-13 20:56:50,572:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-13 20:56:50,572:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-13 20:58:39,497:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 20:58:39,501:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 20:58:39,501:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 20:58:39,502:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 20:58:39,504:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 20:58:39,504:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 20:58:39,561:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-13 20:58:39,612:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-13 20:58:39,612:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-13 20:58:39,623:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-13 20:58:39,623:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-13 21:00:19,786:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 21:00:19,791:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 21:00:19,791:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 21:00:19,792:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 21:00:19,794:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 21:00:19,794:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 21:00:19,850:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-13 21:00:19,902:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-13 21:00:19,903:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-13 21:00:19,922:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-13 21:00:19,922:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-13 21:02:07,228:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 21:02:07,235:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 21:02:07,235:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 21:02:07,236:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 21:02:07,237:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 21:02:07,237:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 21:02:07,313:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-13 21:02:07,369:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-13 21:02:07,370:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-13 21:02:07,378:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-13 21:02:07,378:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-13 21:07:28,513:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 21:07:28,517:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 21:07:28,517:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 21:07:28,518:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 21:07:28,519:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 21:07:28,519:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 21:07:28,589:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-13 21:07:28,634:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-13 21:07:28,635:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-13 21:07:28,645:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-13 21:07:28,645:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-13 21:26:03,041:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 21:26:03,047:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 21:26:03,047:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 21:26:03,048:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 21:26:03,050:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 21:26:03,050:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 21:26:03,102:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-13 21:26:03,149:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-13 21:26:03,149:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-13 21:26:03,161:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-13 21:26:03,161:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-13 21:26:04,025:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 21:26:04,026:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 21:26:04,026:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 21:26:04,027:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 21:26:04,031:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 21:26:04,031:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 21:26:04,090:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-13 21:26:04,136:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-13 21:26:04,136:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-13 21:26:04,146:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-13 21:26:04,146:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-13 21:48:07,869:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 21:48:07,876:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 21:48:07,876:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 21:48:07,879:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 21:48:07,881:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 21:48:07,881:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 21:48:07,953:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-13 21:48:08,003:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-13 21:48:08,003:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-13 21:48:08,014:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-13 21:48:08,014:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-13 21:56:44,532:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 21:56:44,536:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 21:56:44,536:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 21:56:46,103:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 21:56:46,105:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 21:56:46,105:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 22:04:06,280:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 22:04:06,285:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 22:04:06,285:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 22:04:06,286:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-13 22:04:06,288:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-13 22:04:06,288:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-13 22:04:06,510:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-13 22:04:06,554:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-13 22:04:06,555:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-13 22:04:06,565:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-13 22:04:06,565:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-25 01:09:03,965:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-25 01:09:03,974:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-25 01:09:03,974:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-25 01:09:03,975:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-25 01:09:03,977:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-25 01:09:03,977:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-25 01:09:04,080:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-25 01:09:04,152:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-25 01:09:04,152:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-25 01:09:04,169:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-25 01:09:04,170:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-25 04:18:25,479:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-25 04:18:25,483:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-25 04:18:25,483:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-25 04:18:25,485:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-25 04:18:25,491:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-25 04:18:25,491:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-25 04:18:25,667:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-25 04:18:25,718:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-25 04:18:25,718:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-25 04:18:25,732:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-25 04:18:25,733:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-25 15:37:58,866:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-25 15:37:58,870:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-25 15:37:58,870:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-25 15:41:24,898:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-25 15:41:24,903:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-25 15:41:24,904:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-25 15:41:24,905:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-25 15:41:24,907:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-25 15:41:24,907:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-25 15:41:24,963:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-25 15:41:25,015:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-25 15:41:25,015:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-25 15:41:25,031:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-25 15:41:25,031:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-25 15:49:25,283:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-25 15:49:25,288:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-25 15:49:25,288:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-25 15:49:25,289:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-25 15:49:25,291:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-25 15:49:25,292:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-25 15:49:25,355:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-25 15:49:25,394:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-25 15:49:25,394:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-25 15:49:25,403:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-25 15:49:25,403:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-25 16:17:26,562:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-25 16:17:26,567:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-25 16:17:26,567:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-25 16:17:26,568:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-25 16:17:26,570:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-25 16:17:26,570:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-25 16:17:26,630:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-25 16:17:26,690:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-25 16:17:26,690:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-25 16:17:26,702:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-25 16:17:26,702:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-25 16:24:14,173:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-25 16:24:14,184:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-25 16:24:14,185:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-25 16:24:14,187:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-25 16:24:14,188:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-25 16:24:14,188:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-25 16:24:14,243:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-25 16:24:14,291:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-25 16:24:14,291:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-25 16:24:14,303:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-25 16:24:14,303:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-25 16:26:05,175:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-25 16:26:05,178:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-25 16:26:05,179:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-25 16:26:05,179:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-25 16:26:05,181:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-25 16:26:05,181:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-25 16:26:05,226:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-25 16:26:05,268:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-25 16:26:05,268:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-25 16:26:05,276:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-25 16:26:05,277:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-25 16:30:26,142:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-25 16:30:26,143:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-25 16:30:26,143:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-25 16:30:26,144:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-25 16:30:26,145:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-25 16:30:26,145:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-25 16:30:26,201:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-25 16:30:26,247:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-25 16:30:26,247:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-25 16:30:26,257:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-25 16:30:26,257:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-28 11:39:29,990:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-28 11:39:29,995:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-28 11:39:29,995:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-28 11:39:29,997:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-28 11:39:29,999:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-28 11:39:29,999:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-28 11:39:30,066:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-28 11:39:30,126:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-28 11:39:30,126:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-28 11:39:30,140:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-28 11:39:30,140:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-29 00:12:49,160:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-29 00:12:49,164:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-29 00:12:49,164:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-29 00:12:49,165:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-29 00:12:49,167:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-29 00:12:49,167:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-29 00:12:49,278:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-29 00:12:49,355:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-29 00:12:49,356:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-29 00:12:49,371:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-29 00:12:49,371:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-29 01:12:49,923:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-29 01:12:49,926:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-29 01:12:49,927:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-29 01:12:49,929:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-29 01:12:49,931:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-29 01:12:49,931:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-29 01:12:50,071:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-29 01:12:50,169:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-29 01:12:50,169:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-29 01:12:50,198:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-29 01:12:50,198:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-04-29 01:31:20,244:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-29 01:31:20,247:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-29 01:31:20,247:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-29 01:31:20,249:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-04-29 01:31:20,251:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-04-29 01:31:20,251:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-04-29 01:31:20,386:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-04-29 01:31:20,464:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-04-29 01:31:20,464:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-04-29 01:31:20,494:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-04-29 01:31:20,494:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 01:29:33,816:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 01:29:33,820:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 01:29:33,821:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 01:29:33,821:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 01:29:33,823:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 01:29:33,823:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 01:29:33,894:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 01:29:33,965:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 01:29:33,965:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 01:29:33,980:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 01:29:33,980:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 01:29:34,017:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +Duplicates results: +2023-05-09 01:29:34,017:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:305 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-05-09 01:29:34,021:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:313 +Loading cached general stats +2023-05-09 01:29:34,778:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:348 +No label field. Not computing label statistics. +2023-05-09 01:32:23,842:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 01:32:23,850:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 01:32:23,850:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 01:32:23,851:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 01:32:23,852:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 01:32:23,852:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 01:32:23,909:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 01:32:23,958:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 01:32:23,958:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 01:32:23,975:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 01:32:23,975:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 01:36:13,176:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 01:36:13,180:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 01:36:13,180:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 01:36:13,181:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 01:36:13,183:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 01:36:13,183:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 01:36:13,229:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 01:36:13,274:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 01:36:13,274:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 01:36:13,282:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 01:36:13,282:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 01:38:17,981:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 01:38:17,984:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 01:38:17,984:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 01:38:17,985:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 01:38:17,987:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 01:38:17,987:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 01:38:18,030:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 01:38:18,075:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 01:38:18,076:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 01:38:18,084:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 01:38:18,084:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 01:46:26,876:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 01:46:26,884:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 01:46:26,885:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 01:46:26,885:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 01:46:26,887:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 01:46:26,887:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 01:46:26,932:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 01:46:26,980:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 01:46:26,981:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 01:46:26,989:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 01:46:26,989:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 01:49:12,813:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 01:49:12,816:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 01:49:12,816:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 01:49:12,817:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 01:49:12,818:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 01:49:12,818:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 01:49:12,855:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 01:49:12,898:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 01:49:12,899:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 01:49:12,909:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 01:49:12,909:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 01:52:10,786:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 01:52:10,789:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 01:52:10,789:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 01:52:10,789:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 01:52:10,791:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 01:52:10,791:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 01:52:10,831:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 01:52:10,875:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 01:52:10,875:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 01:52:10,884:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 01:52:10,884:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 02:02:27,114:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:02:27,118:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:02:27,118:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:02:27,119:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:02:27,121:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:02:27,121:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:02:27,168:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 02:02:27,218:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 02:02:27,218:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 02:02:27,228:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 02:02:27,228:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 02:05:47,424:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:05:47,427:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:05:47,427:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:05:47,428:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:05:47,429:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:05:47,429:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:05:47,491:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 02:05:47,535:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 02:05:47,536:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 02:05:47,556:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 02:05:47,556:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 02:08:13,808:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:08:13,812:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:08:13,812:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:08:13,813:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:08:13,814:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:08:13,814:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:08:13,855:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 02:08:13,899:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 02:08:13,899:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 02:08:13,908:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 02:08:13,908:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 02:10:21,138:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:10:21,142:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:10:21,142:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:10:21,143:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:10:21,144:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:10:21,144:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:10:21,186:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 02:10:21,231:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 02:10:21,231:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 02:10:21,239:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 02:10:21,239:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 02:15:54,391:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:15:54,396:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:15:54,396:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:15:54,397:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:15:54,399:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:15:54,399:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:15:54,444:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 02:15:54,488:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 02:15:54,489:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 02:15:54,499:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 02:15:54,499:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 02:17:54,385:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:17:54,389:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:17:54,389:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:17:54,390:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:17:54,391:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:17:54,391:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:17:54,437:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 02:17:54,481:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 02:17:54,481:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 02:17:54,488:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 02:17:54,488:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 02:19:45,409:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:19:45,413:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:19:45,413:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:19:45,414:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:19:45,416:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:19:45,416:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:19:45,461:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 02:19:45,503:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 02:19:45,503:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 02:19:45,511:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 02:19:45,511:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 02:22:12,589:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:22:12,597:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:22:12,597:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:22:12,598:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:22:12,600:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:22:12,601:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:22:12,646:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 02:22:12,693:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 02:22:12,693:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 02:22:12,702:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 02:22:12,702:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 02:25:49,948:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:25:49,953:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:25:49,954:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:25:49,955:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:25:49,959:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:25:49,959:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:25:50,013:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 02:25:50,058:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 02:25:50,058:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 02:25:50,068:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 02:25:50,068:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 02:36:11,924:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:36:11,928:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:36:11,928:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:36:11,930:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:36:11,931:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:36:11,931:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:36:11,981:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 02:36:12,032:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 02:36:12,032:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 02:36:12,043:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 02:36:12,044:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 02:40:12,900:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:40:12,905:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:40:12,905:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:40:12,906:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:40:12,908:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:40:12,908:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:40:12,959:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 02:40:13,003:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 02:40:13,003:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 02:40:13,011:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 02:40:13,011:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 02:42:32,526:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:42:32,531:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:42:32,531:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:42:32,532:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:42:32,538:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:42:32,539:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:42:32,600:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 02:42:32,649:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 02:42:32,650:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 02:42:32,658:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 02:42:32,659:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 02:44:32,994:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:44:32,998:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:44:32,998:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:44:32,999:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:44:33,000:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:44:33,001:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:44:33,043:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 02:44:33,086:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 02:44:33,087:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 02:44:33,096:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 02:44:33,097:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 02:47:52,376:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:47:52,380:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:47:52,380:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:47:52,381:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:47:52,383:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:47:52,383:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:47:52,432:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 02:47:52,476:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 02:47:52,476:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 02:47:52,487:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 02:47:52,487:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 02:56:36,021:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:56:36,025:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:56:36,025:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:56:36,027:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 02:56:36,028:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 02:56:36,028:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 02:56:36,085:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 02:56:36,138:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 02:56:36,139:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 02:56:36,151:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 02:56:36,151:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 03:02:54,453:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 03:02:54,458:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 03:02:54,459:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 03:02:54,460:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 03:02:54,462:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 03:02:54,462:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 03:02:54,513:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 03:02:54,559:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 03:02:54,559:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 03:02:54,568:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 03:02:54,568:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 03:04:39,530:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 03:04:39,534:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 03:04:39,534:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 03:04:39,535:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 03:04:39,537:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 03:04:39,537:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 03:04:39,578:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 03:04:39,628:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 03:04:39,629:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 03:04:39,637:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 03:04:39,637:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 03:06:15,107:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 03:06:15,112:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 03:06:15,112:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 03:06:15,114:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 03:06:15,116:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 03:06:15,116:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 03:06:15,163:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 03:06:15,211:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 03:06:15,211:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 03:06:15,220:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 03:06:15,220:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 03:07:51,747:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 03:07:51,752:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 03:07:51,752:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 03:07:51,753:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 03:07:51,755:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 03:07:51,755:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 03:07:51,798:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 03:07:51,842:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 03:07:51,842:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 03:07:51,850:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 03:07:51,850:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 03:09:56,856:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 03:09:56,860:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 03:09:56,860:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 03:09:56,861:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 03:09:56,863:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 03:09:56,863:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 03:09:56,910:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 03:09:56,958:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 03:09:56,958:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 03:09:56,967:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 03:09:56,967:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 03:11:52,422:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 03:11:52,427:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 03:11:52,427:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 03:11:52,428:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 03:11:52,430:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 03:11:52,430:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 03:11:52,478:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 03:11:52,521:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 03:11:52,534:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 03:11:52,556:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 03:11:52,572:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 03:12:42,342:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 03:12:42,346:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 03:12:42,346:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 03:12:42,347:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-05-09 03:12:42,349:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-05-09 03:12:42,349:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 03:12:42,391:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-05-09 03:12:42,435:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-05-09 03:12:42,435:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 03:12:42,443:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-05-09 03:12:42,443:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 03:35:18,408:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-05-09 03:35:18,412:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-05-09 03:35:18,412:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 03:35:18,412:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-05-09 03:35:18,414:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-05-09 03:35:18,414:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 03:35:18,636:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-05-09 03:35:18,684:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-05-09 03:35:18,684:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 03:35:18,698:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-05-09 03:35:18,699:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 03:35:18,729:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:302 +Duplicates results: +2023-05-09 03:35:18,729:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-05-09 03:35:18,729:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:311 +Loading cached general stats +2023-05-09 03:43:53,075:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-05-09 03:43:53,079:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-05-09 03:43:53,079:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 03:43:53,080:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-05-09 03:43:53,082:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-05-09 03:43:53,082:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 03:43:53,243:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-05-09 03:43:53,287:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-05-09 03:43:53,287:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 03:43:53,297:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-05-09 03:43:53,297:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 03:43:53,319:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:302 +Duplicates results: +2023-05-09 03:43:53,319:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-05-09 03:43:53,319:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:311 +Loading cached general stats +2023-05-09 03:48:39,078:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-05-09 03:48:39,080:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-05-09 03:48:39,080:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 03:48:39,081:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-05-09 03:48:39,082:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-05-09 03:48:39,082:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 03:48:39,158:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-05-09 03:48:39,210:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-05-09 03:48:39,210:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 03:48:39,223:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-05-09 03:48:39,223:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 03:48:39,247:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:302 +Duplicates results: +2023-05-09 03:48:39,247:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-05-09 03:48:39,249:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:311 +Loading cached general stats +2023-05-09 03:51:15,632:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-05-09 03:51:15,639:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-05-09 03:51:15,639:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 03:51:15,640:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-05-09 03:51:15,642:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-05-09 03:51:15,642:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 03:51:15,995:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-05-09 03:51:16,039:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-05-09 03:51:16,039:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 03:51:16,049:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-05-09 03:51:16,049:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 03:54:18,032:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-05-09 03:54:18,037:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-05-09 03:54:18,037:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 03:54:18,038:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-05-09 03:54:18,047:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-05-09 03:54:18,047:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 03:54:18,342:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-05-09 03:54:18,387:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-05-09 03:54:18,388:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 03:54:18,398:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-05-09 03:54:18,398:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 04:24:12,477:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-05-09 04:24:12,480:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-05-09 04:24:12,480:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 04:24:12,481:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-05-09 04:24:12,482:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-05-09 04:24:12,482:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 04:24:12,574:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-05-09 04:24:12,625:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-05-09 04:24:12,625:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 04:24:12,635:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-05-09 04:24:12,635:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 04:24:21,869:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-05-09 04:24:21,872:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-05-09 04:24:21,872:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 04:24:21,873:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-05-09 04:24:21,875:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-05-09 04:24:21,875:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 04:24:21,928:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-05-09 04:24:21,971:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-05-09 04:24:21,971:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 04:24:21,979:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-05-09 04:24:21,979:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 04:29:50,247:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-05-09 04:29:50,250:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-05-09 04:29:50,250:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 04:29:50,250:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-05-09 04:29:50,251:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-05-09 04:29:50,251:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 04:29:50,565:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-05-09 04:29:50,607:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-05-09 04:29:50,608:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 04:29:50,615:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-05-09 04:29:50,615:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-09 04:43:39,502:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-05-09 04:43:39,506:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-05-09 04:43:39,506:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 04:43:39,507:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-05-09 04:43:39,510:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-05-09 04:43:39,510:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-09 04:43:39,682:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-05-09 04:43:39,727:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-05-09 04:43:39,728:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-09 04:43:39,737:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-05-09 04:43:39,737:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-21 21:27:38,848:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-05-21 21:27:38,851:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-05-21 21:27:38,851:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-21 21:27:38,852:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-05-21 21:27:38,854:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-05-21 21:27:38,854:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-21 21:27:39,017:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-05-21 21:27:39,064:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-05-21 21:27:39,064:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-21 21:27:39,075:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-05-21 21:27:39,075:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-21 21:27:39,100:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:302 +Duplicates results: +2023-05-21 21:27:39,100:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-05-21 21:27:39,101:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:311 +Loading cached general stats +2023-05-21 21:30:03,039:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-05-21 21:30:03,047:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-05-21 21:30:03,048:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-21 21:30:03,048:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-05-21 21:30:03,054:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-05-21 21:30:03,055:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-21 21:30:03,455:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-05-21 21:30:03,498:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-05-21 21:30:03,498:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-21 21:30:03,507:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-05-21 21:30:03,507:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-05-21 21:40:50,193:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-05-21 21:40:50,197:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-05-21 21:40:50,197:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-21 21:40:50,197:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-05-21 21:40:50,198:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-05-21 21:40:50,199:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-05-21 21:40:50,269:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-05-21 21:40:50,326:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-05-21 21:40:50,327:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-05-21 21:40:50,342:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-05-21 21:40:50,342:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-07-31 02:50:40,350:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-07-31 02:50:40,354:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-07-31 02:50:40,355:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-07-31 02:50:40,355:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-07-31 02:50:40,361:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-07-31 02:50:40,361:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-07-31 02:50:40,410:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-07-31 02:50:40,464:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-07-31 02:50:40,464:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-07-31 02:50:40,476:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-07-31 02:50:40,476:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-07-31 02:50:40,505:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:302 +Duplicates results: +2023-07-31 02:50:40,505:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-07-31 02:50:40,506:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:311 +Loading cached general stats +2023-07-31 02:53:29,818:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-07-31 02:53:29,821:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-07-31 02:53:29,822:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-07-31 02:53:29,822:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-07-31 02:53:29,824:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-07-31 02:53:29,824:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-07-31 02:53:29,875:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-07-31 02:53:29,924:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-07-31 02:53:29,924:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-07-31 02:53:29,933:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-07-31 02:53:29,933:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-07-31 02:53:29,954:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:302 +Duplicates results: +2023-07-31 02:53:29,954:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-07-31 02:53:29,956:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:311 +Loading cached general stats +2023-07-31 02:53:31,855:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-07-31 02:53:31,856:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-07-31 02:53:31,856:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-07-31 02:53:31,856:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-07-31 02:53:31,857:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-07-31 02:53:31,857:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-07-31 02:53:31,895:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-07-31 02:53:31,941:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-07-31 02:53:31,941:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-07-31 02:53:31,947:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-07-31 02:53:31,948:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-07-31 02:53:31,967:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:302 +Duplicates results: +2023-07-31 02:53:31,967:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-07-31 02:53:31,967:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:311 +Loading cached general stats +2023-07-31 02:56:56,027:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-07-31 02:56:56,032:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-07-31 02:56:56,032:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-07-31 02:56:56,033:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-07-31 02:56:56,038:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-07-31 02:56:56,038:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-07-31 02:56:56,087:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-07-31 02:56:56,144:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-07-31 02:56:56,144:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-07-31 02:56:56,159:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-07-31 02:56:56,159:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-07-31 02:56:56,184:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:302 +Duplicates results: +2023-07-31 02:56:56,185:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-07-31 02:56:56,185:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:311 +Loading cached general stats +2023-07-31 03:02:52,394:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-07-31 03:02:52,399:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-07-31 03:02:52,399:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-07-31 03:02:52,400:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-07-31 03:02:52,402:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-07-31 03:02:52,402:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-07-31 03:02:52,445:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-07-31 03:02:52,485:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-07-31 03:02:52,485:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-07-31 03:02:52,494:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-07-31 03:02:52,494:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-07-31 03:02:52,512:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:302 +Duplicates results: +2023-07-31 03:02:52,512:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-07-31 03:02:52,513:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:311 +Loading cached general stats +2023-07-31 03:09:58,696:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-07-31 03:09:58,703:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-07-31 03:09:58,703:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-07-31 03:09:58,703:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-07-31 03:09:58,705:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-07-31 03:09:58,705:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-07-31 03:09:58,755:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-07-31 03:09:58,809:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-07-31 03:09:58,809:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-07-31 03:09:58,828:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-07-31 03:09:58,829:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-07-31 03:23:17,557:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-07-31 03:23:17,561:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-07-31 03:23:17,561:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-07-31 03:23:17,562:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-07-31 03:23:17,564:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-07-31 03:23:17,564:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-07-31 03:23:17,618:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-07-31 03:23:17,682:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-07-31 03:23:17,682:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-07-31 03:23:17,707:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-07-31 03:23:17,707:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-07-31 03:23:56,273:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-07-31 03:23:56,286:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-07-31 03:23:56,286:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-07-31 03:23:56,287:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-07-31 03:23:56,289:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-07-31 03:23:56,290:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-07-31 03:23:56,325:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-07-31 03:23:56,362:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-07-31 03:23:56,363:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-07-31 03:23:56,369:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-07-31 03:23:56,369:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-07-31 03:24:00,100:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-07-31 03:24:00,105:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-07-31 03:24:00,105:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-07-31 03:24:00,105:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-07-31 03:24:00,108:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-07-31 03:24:00,108:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-07-31 03:24:00,143:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-07-31 03:24:00,181:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-07-31 03:24:00,181:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-07-31 03:24:00,187:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-07-31 03:24:00,187:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-14 17:27:12,305:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-14 17:27:12,323:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-14 17:27:12,323:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-14 17:27:12,324:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-14 17:27:12,331:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-14 17:27:12,331:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-14 17:27:12,410:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-08-14 17:27:12,467:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-08-14 17:27:12,467:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-14 17:27:12,484:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-08-14 17:27:12,484:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-14 17:27:33,556:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-14 17:27:33,558:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-14 17:27:33,558:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-14 17:27:33,559:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-14 17:27:33,560:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-14 17:27:33,560:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-14 17:27:33,618:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-08-14 17:27:33,660:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-08-14 17:27:33,660:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-14 17:27:33,670:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-08-14 17:27:33,670:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-14 17:28:52,710:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-14 17:28:52,713:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-14 17:28:52,713:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-14 17:28:52,713:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-14 17:28:52,714:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-14 17:28:52,715:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-14 17:28:52,763:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-08-14 17:28:52,812:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-08-14 17:28:52,812:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-14 17:28:52,826:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-08-14 17:28:52,826:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-14 17:28:52,867:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:302 +Duplicates results: +2023-08-14 17:28:52,867:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-14 17:28:52,870:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:311 +Loading cached general stats +2023-08-14 17:33:31,972:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-14 17:33:31,974:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-14 17:33:31,974:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-14 17:33:31,974:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-14 17:33:31,976:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-14 17:33:31,976:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-14 17:33:32,197:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-08-14 17:33:32,246:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-08-14 17:33:32,246:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-14 17:33:32,258:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-08-14 17:33:32,258:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-14 17:33:32,282:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:302 +Duplicates results: +2023-08-14 17:33:32,282:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-14 17:33:32,282:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:311 +Loading cached general stats +2023-08-14 17:33:40,373:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-14 17:33:40,377:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-14 17:33:40,380:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-14 17:33:40,386:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-14 17:33:40,388:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-14 17:33:40,388:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-14 17:33:40,445:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-08-14 17:33:40,495:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-08-14 17:33:40,495:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-14 17:33:40,505:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-08-14 17:33:40,505:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-14 17:33:40,536:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:302 +Duplicates results: +2023-08-14 17:33:40,536:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-14 17:33:40,537:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:311 +Loading cached general stats +2023-08-15 14:29:34,529:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-15 14:29:34,533:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-15 14:29:34,533:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-15 14:29:34,533:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-15 14:29:34,535:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-15 14:29:34,535:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-15 14:29:34,590:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-08-15 14:29:34,640:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-08-15 14:29:34,640:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-15 14:29:34,659:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-08-15 14:29:34,659:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-15 14:29:34,683:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:302 +Duplicates results: +2023-08-15 14:29:34,683:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-15 14:29:34,683:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:311 +Loading cached general stats +2023-08-15 17:34:45,035:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-15 17:34:45,039:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-15 17:34:45,039:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-15 17:34:45,039:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-15 17:34:45,041:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-15 17:34:45,041:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-15 17:34:45,094:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-08-15 17:34:45,143:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-08-15 17:34:45,143:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-15 17:34:45,159:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-08-15 17:34:45,159:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-15 17:34:45,181:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:302 +Duplicates results: +2023-08-15 17:34:45,181:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-15 17:34:45,182:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:311 +Loading cached general stats +2023-08-15 17:36:45,519:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-15 17:36:45,524:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-15 17:36:45,524:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-15 17:36:45,525:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-15 17:36:45,528:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-15 17:36:45,529:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-15 17:36:45,601:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-08-15 17:36:45,654:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-08-15 17:36:45,654:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-15 17:36:45,667:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-08-15 17:36:45,667:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-15 17:36:45,687:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:302 +Duplicates results: +2023-08-15 17:36:45,688:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-15 17:36:45,688:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:311 +Loading cached general stats +2023-08-21 19:27:41,058:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-08-21 19:27:41,061:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-08-21 19:27:41,061:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 19:27:41,061:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-08-21 19:27:41,063:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-08-21 19:27:41,063:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 19:27:41,136:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-21 19:27:41,186:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-21 19:27:41,186:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-21 19:27:41,199:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-21 19:27:41,200:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-21 19:27:41,228:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +Duplicates results: +2023-08-21 19:27:41,228:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:305 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-21 19:27:41,229:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:313 +Loading cached general stats +2023-08-21 19:27:41,796:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:348 +No label field. Not computing label statistics. +2023-08-21 19:28:32,224:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-08-21 19:28:32,227:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-08-21 19:28:32,227:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 19:28:32,227:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-08-21 19:28:32,229:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-08-21 19:28:32,229:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 19:28:32,277:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-21 19:28:32,324:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-21 19:28:32,324:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-21 19:28:32,334:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-21 19:28:32,335:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-21 19:28:32,361:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +Duplicates results: +2023-08-21 19:28:32,361:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:305 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-21 19:28:32,361:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:313 +Loading cached general stats +2023-08-21 19:28:32,913:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:348 +No label field. Not computing label statistics. +2023-08-21 19:31:57,548:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-08-21 19:31:57,552:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-08-21 19:31:57,552:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 19:31:57,552:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-08-21 19:31:57,554:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-08-21 19:31:57,554:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 19:31:57,615:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-21 19:31:57,663:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-21 19:31:57,663:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-21 19:31:57,676:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-21 19:31:57,676:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-21 19:31:57,701:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +Duplicates results: +2023-08-21 19:31:57,701:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:305 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-21 19:31:57,702:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:313 +Loading cached general stats +2023-08-21 19:31:58,272:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:348 +No label field. Not computing label statistics. +2023-08-21 19:34:59,322:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-08-21 19:34:59,328:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-08-21 19:34:59,328:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 19:34:59,330:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-08-21 19:34:59,332:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-08-21 19:34:59,332:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 19:34:59,390:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-21 19:34:59,449:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-21 19:34:59,449:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-21 19:34:59,462:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-21 19:34:59,462:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-21 19:34:59,487:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +Duplicates results: +2023-08-21 19:34:59,488:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:305 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-21 19:34:59,488:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:313 +Loading cached general stats +2023-08-21 19:35:00,040:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:348 +No label field. Not computing label statistics. +2023-08-21 19:36:13,831:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-08-21 19:36:13,836:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-08-21 19:36:13,836:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 19:36:13,837:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-08-21 19:36:13,840:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-08-21 19:36:13,840:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 19:36:13,938:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-21 19:36:14,620:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-21 19:36:14,620:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-21 19:36:14,699:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-21 19:36:14,699:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-21 19:36:14,798:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +Duplicates results: +2023-08-21 19:36:14,799:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:305 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-21 19:36:14,806:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:313 +Loading cached general stats +2023-08-21 19:36:15,761:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:348 +No label field. Not computing label statistics. +2023-08-21 19:37:01,705:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-08-21 19:37:01,708:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-08-21 19:37:01,708:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 19:37:01,709:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-08-21 19:37:01,711:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-08-21 19:37:01,711:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 19:37:01,764:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-21 19:37:01,807:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-21 19:37:01,807:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-21 19:37:01,816:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-21 19:37:01,816:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-21 19:37:01,833:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +Duplicates results: +2023-08-21 19:37:01,833:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:305 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-21 19:37:01,834:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:313 +Loading cached general stats +2023-08-21 19:37:02,385:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:348 +No label field. Not computing label statistics. +2023-08-21 19:39:30,070:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-08-21 19:39:30,073:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-08-21 19:39:30,073:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 19:39:30,075:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-08-21 19:39:30,076:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-08-21 19:39:30,076:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 19:39:30,331:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-21 19:39:30,423:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-21 19:39:30,423:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-21 19:39:30,447:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-21 19:39:30,448:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-21 19:39:30,502:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +Duplicates results: +2023-08-21 19:39:30,502:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:305 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-21 19:39:30,503:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:313 +Loading cached general stats +2023-08-21 19:39:31,593:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:348 +No label field. Not computing label statistics. +2023-08-21 19:39:32,861:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-08-21 19:39:32,863:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-08-21 19:39:32,863:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 19:39:32,865:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-08-21 19:39:32,873:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-08-21 19:39:32,873:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 19:39:32,961:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-21 19:39:33,032:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-21 19:39:33,033:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-21 19:39:33,045:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-21 19:39:33,046:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-21 19:39:33,077:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +Duplicates results: +2023-08-21 19:39:33,079:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:305 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-21 19:39:33,108:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:313 +Loading cached general stats +2023-08-21 19:39:33,806:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:348 +No label field. Not computing label statistics. +2023-08-21 19:47:56,802:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-08-21 19:47:56,805:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-08-21 19:47:56,805:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 19:47:56,807:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:254 +Doing text dset. +2023-08-21 19:47:56,810:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:258 +Loaded dataset from disk +2023-08-21 19:47:56,811:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:259 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 19:47:56,879:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-21 19:47:56,938:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-21 19:47:56,938:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-21 19:47:56,951:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-21 19:47:56,951:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-21 19:47:56,977:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +Duplicates results: +2023-08-21 19:47:56,977:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:305 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-21 19:47:56,978:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:313 +Loading cached general stats +2023-08-21 19:47:57,544:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:348 +No label field. Not computing label statistics. +2023-08-21 19:49:22,164:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-21 19:49:22,169:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-21 19:49:22,169:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 19:49:22,170:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-21 19:49:22,172:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-21 19:49:22,172:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 19:49:22,245:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-08-21 19:49:22,292:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-08-21 19:49:22,292:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-21 19:49:22,305:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-08-21 19:49:22,305:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-21 19:49:22,330:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:302 +Duplicates results: +2023-08-21 19:49:22,331:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-21 19:49:22,331:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:311 +Loading cached general stats +2023-08-21 19:53:59,231:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-21 19:53:59,234:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-21 19:53:59,234:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 19:53:59,235:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-21 19:53:59,237:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-21 19:53:59,237:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 19:53:59,322:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-08-21 19:53:59,371:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-08-21 19:53:59,371:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-21 19:53:59,381:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-08-21 19:53:59,381:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-21 19:53:59,408:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:302 +Duplicates results: +2023-08-21 19:53:59,408:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-21 19:53:59,413:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:311 +Loading cached general stats +2023-08-21 19:58:45,178:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-21 19:58:45,182:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-21 19:58:45,182:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 19:58:45,183:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-21 19:58:45,184:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-21 19:58:45,185:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 19:58:45,234:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-08-21 19:58:45,277:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-08-21 19:58:45,277:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-21 19:58:45,291:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-08-21 19:58:45,291:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-21 19:58:45,311:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:302 +Duplicates results: +2023-08-21 19:58:45,311:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-21 19:58:45,311:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:311 +Loading cached general stats +2023-08-21 20:03:41,124:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-21 20:03:41,133:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-21 20:03:41,133:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 20:03:41,134:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-21 20:03:41,136:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-21 20:03:41,136:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-21 20:03:41,188:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:364 +Reading vocab from cache +2023-08-21 20:03:41,238:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:379 +unfiltered vocab +2023-08-21 20:03:41,238:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-21 20:03:41,251:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 +filtered vocab +2023-08-21 20:03:41,251:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-21 20:03:41,273:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:302 +Duplicates results: +2023-08-21 20:03:41,273:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-21 20:03:41,274:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:311 +Loading cached general stats +2023-08-22 00:27:30,025:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 00:27:30,026:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:268 +Working with dataset: +2023-08-22 00:27:30,026:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:269 +Dataset({ + features: ['images', 'metadata', 'general_metadata', 'texts'], + num_rows: 10 +}) +2023-08-22 00:33:14,888:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 00:33:14,889:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:268 +Working with dataset: +2023-08-22 00:33:14,889:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:269 +Dataset({ + features: ['images', 'metadata', 'general_metadata', 'texts'], + num_rows: 100 +}) +2023-08-22 00:41:40,030:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 00:41:40,030:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:268 +Working with dataset: +2023-08-22 00:41:40,030:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:269 +Dataset({ + features: ['images', 'metadata', 'general_metadata', 'texts'], + num_rows: 10000 +}) +2023-08-22 02:25:51,665:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 02:25:51,666:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:268 +Working with dataset: +2023-08-22 02:25:51,666:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:269 +Dataset({ + features: ['images', 'metadata', 'general_metadata', 'texts'], + num_rows: 100 +}) +2023-08-22 02:28:44,343:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 02:28:44,343:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:268 +Working with dataset: +2023-08-22 02:28:44,343:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:269 +Dataset({ + features: ['images', 'metadata', 'general_metadata', 'texts'], + num_rows: 100 +}) +2023-08-22 02:28:44,373:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:264 +Saving dataset to disk +2023-08-22 02:28:44,477:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:477 +tokenized df is +2023-08-22 02:28:44,477:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:478 + text tokenized_text +0 One of the essential, if often unstated, job r... [one, of, the, essential, if, often, unstated,... +1 The buyer would get everything, including Lamb... [the, buyer, would, get, everything, including... +2 The agriculture sector as the main source of i... [the, agriculture, sector, as, the, main, sour... +3 management factors influencing open innovation... [management, factors, influencing, open, innov... +4 Henry Repeating Arms is proud to announce this... [henry, repeating, arms, is, proud, to, announ... +.. ... ... +193 The ‘Theory of Everything’ actor admitted he’s... [the, theory, of, everything, actor, admitted,... +194 Mia was always my favorite. Oh, I know parents... [mia, was, always, my, favorite, oh, i, know, ... +195 ​​Hacienda, or the Spanish taxman to you and m... [hacienda, or, the, spanish, taxman, to, you, ... +196 As mentioned in the report, ESG Kullen offered... [as, mentioned, in, the, report, esg, kullen, ... +197 A professional botanist and biologist with an ... [a, professional, botanist, and, biologist, wi... + +[198 rows x 2 columns] +2023-08-22 02:28:44,500:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:480 +Saving tokenized dataset to disk +2023-08-22 02:28:44,521:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:372 +Calculating vocab afresh +2023-08-22 02:28:44,521:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:540 +Fitting dummy tokenization to make matrix using the previous tokenization +2023-08-22 02:28:44,566:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +0 of 2000 vocab batches +2023-08-22 02:28:44,579:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +100 of 2000 vocab batches +2023-08-22 02:28:44,589:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +200 of 2000 vocab batches +2023-08-22 02:28:44,597:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +300 of 2000 vocab batches +2023-08-22 02:28:44,607:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +400 of 2000 vocab batches +2023-08-22 02:28:44,616:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +500 of 2000 vocab batches +2023-08-22 02:28:44,625:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +600 of 2000 vocab batches +2023-08-22 02:28:44,635:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +700 of 2000 vocab batches +2023-08-22 02:28:44,645:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +800 of 2000 vocab batches +2023-08-22 02:28:44,655:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +900 of 2000 vocab batches +2023-08-22 02:28:44,665:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1000 of 2000 vocab batches +2023-08-22 02:28:44,674:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1100 of 2000 vocab batches +2023-08-22 02:28:44,684:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1200 of 2000 vocab batches +2023-08-22 02:28:44,693:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1300 of 2000 vocab batches +2023-08-22 02:28:44,703:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1400 of 2000 vocab batches +2023-08-22 02:28:44,712:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1500 of 2000 vocab batches +2023-08-22 02:28:44,722:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1600 of 2000 vocab batches +2023-08-22 02:28:44,731:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1700 of 2000 vocab batches +2023-08-22 02:28:44,740:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1800 of 2000 vocab batches +2023-08-22 02:28:44,749:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1900 of 2000 vocab batches +2023-08-22 02:31:19,131:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 02:31:19,134:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:268 +Working with dataset: +2023-08-22 02:31:19,134:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:269 +Dataset({ + features: ['images', 'metadata', 'general_metadata', 'texts'], + num_rows: 100 +}) +2023-08-22 02:31:19,149:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:264 +Saving dataset to disk +2023-08-22 02:31:19,257:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:477 +tokenized df is +2023-08-22 02:31:19,257:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:478 + text tokenized_text +0 One of the essential, if often unstated, job r... [one, of, the, essential, if, often, unstated,... +1 The buyer would get everything, including Lamb... [the, buyer, would, get, everything, including... +2 The agriculture sector as the main source of i... [the, agriculture, sector, as, the, main, sour... +3 management factors influencing open innovation... [management, factors, influencing, open, innov... +4 Henry Repeating Arms is proud to announce this... [henry, repeating, arms, is, proud, to, announ... +.. ... ... +193 The ‘Theory of Everything’ actor admitted he’s... [the, theory, of, everything, actor, admitted,... +194 Mia was always my favorite. Oh, I know parents... [mia, was, always, my, favorite, oh, i, know, ... +195 ​​Hacienda, or the Spanish taxman to you and m... [hacienda, or, the, spanish, taxman, to, you, ... +196 As mentioned in the report, ESG Kullen offered... [as, mentioned, in, the, report, esg, kullen, ... +197 A professional botanist and biologist with an ... [a, professional, botanist, and, biologist, wi... + +[198 rows x 2 columns] +2023-08-22 02:31:19,280:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:480 +Saving tokenized dataset to disk +2023-08-22 02:31:19,299:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:372 +Calculating vocab afresh +2023-08-22 02:31:19,299:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:540 +Fitting dummy tokenization to make matrix using the previous tokenization +2023-08-22 02:31:19,340:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +0 of 2000 vocab batches +2023-08-22 02:31:19,348:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +100 of 2000 vocab batches +2023-08-22 02:31:19,356:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +200 of 2000 vocab batches +2023-08-22 02:31:19,363:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +300 of 2000 vocab batches +2023-08-22 02:31:19,371:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +400 of 2000 vocab batches +2023-08-22 02:31:19,379:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +500 of 2000 vocab batches +2023-08-22 02:31:19,388:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +600 of 2000 vocab batches +2023-08-22 02:31:19,396:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +700 of 2000 vocab batches +2023-08-22 02:31:19,405:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +800 of 2000 vocab batches +2023-08-22 02:31:19,413:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +900 of 2000 vocab batches +2023-08-22 02:31:19,421:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1000 of 2000 vocab batches +2023-08-22 02:31:19,430:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1100 of 2000 vocab batches +2023-08-22 02:31:19,438:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1200 of 2000 vocab batches +2023-08-22 02:31:19,447:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1300 of 2000 vocab batches +2023-08-22 02:31:19,455:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1400 of 2000 vocab batches +2023-08-22 02:31:19,463:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1500 of 2000 vocab batches +2023-08-22 02:31:19,471:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1600 of 2000 vocab batches +2023-08-22 02:31:19,480:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1700 of 2000 vocab batches +2023-08-22 02:31:19,488:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1800 of 2000 vocab batches +2023-08-22 02:31:19,499:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1900 of 2000 vocab batches +2023-08-22 03:07:41,747:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:07:41,764:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:07:41,767:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-22 03:07:41,768:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:07:41,788:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:07:41,788:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-22 03:07:41,853:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 03:07:41,902:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 03:07:41,908:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-22 03:07:41,933:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 03:07:41,952:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-22 03:07:41,974:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 03:07:41,974:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-22 03:07:41,974:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 03:14:59,488:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:14:59,493:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:14:59,493:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-22 03:14:59,494:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:14:59,496:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:14:59,496:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-22 03:14:59,542:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 03:14:59,594:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 03:14:59,594:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-22 03:14:59,608:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 03:14:59,608:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-22 03:14:59,686:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 03:14:59,686:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-22 03:14:59,688:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 03:22:20,665:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:22:20,667:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:22:20,668:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-22 03:22:20,669:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:22:20,671:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:22:20,672:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-22 03:22:20,778:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 03:22:20,836:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 03:22:20,836:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-22 03:22:20,844:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 03:22:20,844:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-22 03:22:20,862:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 03:22:20,862:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-22 03:22:20,867:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 03:22:41,808:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:22:41,812:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:22:41,812:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-22 03:22:41,813:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:22:41,815:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:22:41,815:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-22 03:22:41,926:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 03:22:41,972:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 03:22:41,972:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-22 03:22:41,980:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 03:22:41,980:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-22 03:22:42,002:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 03:22:42,002:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-22 03:22:42,007:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 03:23:39,801:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:23:39,802:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:268 +Working with dataset: +2023-08-22 03:23:39,802:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:269 +Dataset({ + features: ['images', 'metadata', 'general_metadata', 'texts'], + num_rows: 100 +}) +2023-08-22 03:23:39,830:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:264 +Saving dataset to disk +2023-08-22 03:23:39,839:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:23:39,840:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:23:39,840:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 197 +}) +2023-08-22 03:23:39,922:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:477 +tokenized df is +2023-08-22 03:23:39,923:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:478 + text tokenized_text +0 One of the essential, if often unstated, job r... [one, of, the, essential, if, often, unstated,... +1 The buyer would get everything, including Lamb... [the, buyer, would, get, everything, including... +2 The agriculture sector as the main source of i... [the, agriculture, sector, as, the, main, sour... +3 management factors influencing open innovation... [management, factors, influencing, open, innov... +4 Henry Repeating Arms is proud to announce this... [henry, repeating, arms, is, proud, to, announ... +.. ... ... +192 The long-lost wolf OR3, once thought dead, has... [the, long, lost, wolf, or3, once, thought, de... +193 The wolf OR3 has been spotted in the Southern ... [the, wolf, or3, has, been, spotted, in, the, ... +194 Wolf OR7 has pups in Siskiyou National Forest\... [wolf, or7, has, pups, in, siskiyou, national,... +195 When the wolves return to Western Oregon\n\nUn... [when, the, wolves, return, to, western, orego... +196 Boeing has rolled out its 10,000th 737 aircraf... [boeing, has, rolled, out, its, 10, 000th, 737... + +[197 rows x 2 columns] +2023-08-22 03:23:39,937:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:480 +Saving tokenized dataset to disk +2023-08-22 03:23:39,956:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:372 +Calculating vocab afresh +2023-08-22 03:23:39,956:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:540 +Fitting dummy tokenization to make matrix using the previous tokenization +2023-08-22 03:23:39,998:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +0 of 2000 vocab batches +2023-08-22 03:23:40,007:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +100 of 2000 vocab batches +2023-08-22 03:23:40,014:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +200 of 2000 vocab batches +2023-08-22 03:23:40,021:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +300 of 2000 vocab batches +2023-08-22 03:23:40,027:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +400 of 2000 vocab batches +2023-08-22 03:23:40,036:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +500 of 2000 vocab batches +2023-08-22 03:23:40,045:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +600 of 2000 vocab batches +2023-08-22 03:23:40,053:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +700 of 2000 vocab batches +2023-08-22 03:23:40,060:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +800 of 2000 vocab batches +2023-08-22 03:23:40,068:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +900 of 2000 vocab batches +2023-08-22 03:23:40,075:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1000 of 2000 vocab batches +2023-08-22 03:23:40,085:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1100 of 2000 vocab batches +2023-08-22 03:23:40,092:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1200 of 2000 vocab batches +2023-08-22 03:23:40,104:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1300 of 2000 vocab batches +2023-08-22 03:23:40,112:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1400 of 2000 vocab batches +2023-08-22 03:23:40,118:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1500 of 2000 vocab batches +2023-08-22 03:23:40,126:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1600 of 2000 vocab batches +2023-08-22 03:23:40,134:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1700 of 2000 vocab batches +2023-08-22 03:23:40,141:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1800 of 2000 vocab batches +2023-08-22 03:23:40,149:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1900 of 2000 vocab batches +2023-08-22 03:23:40,339:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:374 +Making dfs with proportion. +2023-08-22 03:23:40,344:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:378 +Writing out. +2023-08-22 03:23:40,402:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 03:23:40,402:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +word +the 3279 0.061 the +of 1582 0.029 of +and 1524 0.028 and +to 1439 0.027 to +a 1189 0.022 a +... ... ... ... +heartening 1 0.000 heartening +healthcare 1 0.000 healthcare +healing 1 0.000 healing +heady 1 0.000 heady +豆漿 1 0.000 豆漿 + +[9145 rows x 3 columns] +2023-08-22 03:23:40,407:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 03:23:40,407:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +word +one 139 0.005 one +people 99 0.003 people +said 92 0.003 said +new 90 0.003 new +also 86 0.003 also +... ... ... ... +heartening 1 0.000 heartening +healthcare 1 0.000 healthcare +healing 1 0.000 healing +heady 1 0.000 heady +豆漿 1 0.000 豆漿 + +[8923 rows x 3 columns] +2023-08-22 03:23:42,378:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 03:23:42,378:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.0} +2023-08-22 03:23:42,378:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:315 +Preparing general stats +2023-08-22 03:25:10,822:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:25:10,822:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:268 +Working with dataset: +2023-08-22 03:25:10,822:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:269 +Dataset({ + features: ['images', 'metadata', 'general_metadata', 'texts'], + num_rows: 100 +}) +2023-08-22 03:25:10,838:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:264 +Saving dataset to disk +2023-08-22 03:25:10,842:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:25:10,843:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:25:10,844:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 248 +}) +2023-08-22 03:25:10,866:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:477 +tokenized df is +2023-08-22 03:25:10,866:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:478 + text tokenized_text +0 https://eppc.org/wp-content/uploads/2017/07/sh... [https, eppc, org, wp, content, uploads, 2017,... +1 https://cdn.motor1.com/images/mgl/oRKO0/s1/lam... [https, cdn, motor1, com, images, mgl, orko0, ... +2 https://slidelegend.com/img/60x80/management-f... [https, slidelegend, com, img, 60x80, manageme... +3 https://www.henryusa.com/wp-content/uploads/20... [https, www, henryusa, com, wp, content, uploa... +4 https://www.henryusa.com/wp-content/uploads/20... [https, www, henryusa, com, wp, content, uploa... +.. ... ... +243 http://www.gannett-cdn.com/-mm-/9065941e142eb7... [http, www, gannett, cdn, com, mm, 9065941e142... +244 https://cdn.businesstraveller.com/wp-content/u... [https, cdn, businesstraveller, com, wp, conte... +245 https://cdn.businesstraveller.com/wp-content/u... [https, cdn, businesstraveller, com, wp, conte... +246 https://cdn.businesstraveller.com/wp-content/u... [https, cdn, businesstraveller, com, wp, conte... +247 https://cdn.businesstraveller.com/wp-content/u... [https, cdn, businesstraveller, com, wp, conte... + +[248 rows x 2 columns] +2023-08-22 03:25:10,876:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:480 +Saving tokenized dataset to disk +2023-08-22 03:25:10,879:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:372 +Calculating vocab afresh +2023-08-22 03:25:10,880:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:540 +Fitting dummy tokenization to make matrix using the previous tokenization +2023-08-22 03:25:10,885:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +0 of 2000 vocab batches +2023-08-22 03:25:10,890:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +100 of 2000 vocab batches +2023-08-22 03:25:10,896:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +200 of 2000 vocab batches +2023-08-22 03:25:10,900:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +300 of 2000 vocab batches +2023-08-22 03:25:10,905:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +400 of 2000 vocab batches +2023-08-22 03:25:10,910:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +500 of 2000 vocab batches +2023-08-22 03:25:10,915:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +600 of 2000 vocab batches +2023-08-22 03:25:10,920:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +700 of 2000 vocab batches +2023-08-22 03:25:10,926:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +800 of 2000 vocab batches +2023-08-22 03:25:10,930:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +900 of 2000 vocab batches +2023-08-22 03:25:10,936:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1000 of 2000 vocab batches +2023-08-22 03:25:10,942:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1100 of 2000 vocab batches +2023-08-22 03:25:10,947:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1200 of 2000 vocab batches +2023-08-22 03:25:10,952:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1300 of 2000 vocab batches +2023-08-22 03:25:10,959:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1400 of 2000 vocab batches +2023-08-22 03:25:10,964:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1500 of 2000 vocab batches +2023-08-22 03:25:10,970:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1600 of 2000 vocab batches +2023-08-22 03:25:10,976:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1700 of 2000 vocab batches +2023-08-22 03:25:10,981:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1800 of 2000 vocab batches +2023-08-22 03:25:10,988:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1900 of 2000 vocab batches +2023-08-22 03:25:11,021:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:374 +Making dfs with proportion. +2023-08-22 03:25:11,025:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:378 +Writing out. +2023-08-22 03:25:11,035:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 03:25:11,035:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +word +com 228 0.069 com +https 217 0.066 https +jpg 192 0.058 jpg +content 87 0.026 content +files 82 0.025 files +... ... ... ... +filters 1 0.000 filters +fire 1 0.000 fire +first 1 0.000 first +360x202 1 0.000 360x202 +zwillgen 1 0.000 zwillgen + +[984 rows x 3 columns] +2023-08-22 03:25:11,042:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 03:25:11,042:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +word +com 228 0.074 com +https 217 0.070 https +jpg 192 0.062 jpg +content 87 0.028 content +files 82 0.027 files +... ... ... ... +filters 1 0.000 filters +fire 1 0.000 fire +first 1 0.000 first +360x202 1 0.000 360x202 +zwillgen 1 0.000 zwillgen + +[926 rows x 3 columns] +2023-08-22 03:25:13,186:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 03:25:13,186:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.0} +2023-08-22 03:25:13,186:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:315 +Preparing general stats +2023-08-22 03:25:56,596:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:25:56,599:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:25:56,599:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-22 03:25:56,599:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:25:56,601:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:25:56,602:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-22 03:25:57,094:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 03:25:57,136:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 03:25:57,136:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-22 03:25:57,142:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 03:25:57,142:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-22 03:25:57,161:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 03:25:57,161:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-22 03:25:57,165:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 03:26:11,107:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:26:11,122:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:26:11,122:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 198 +}) +2023-08-22 03:26:11,126:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:26:11,128:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:26:11,129:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 198 +}) +2023-08-22 03:26:11,179:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 03:26:11,219:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 03:26:11,219:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 3243 0.061 the +of 1571 0.030 of +and 1519 0.029 and +to 1419 0.027 to +a 1187 0.022 a +... ... ... ... +headache 1 0.000 headache +hd 1 0.000 hd +hazelnut 1 0.000 hazelnut +hazards 1 0.000 hazards +豆漿 1 0.000 豆漿 + +[9083 rows x 3 columns] +2023-08-22 03:26:11,227:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 03:26:11,227:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +one 139 0.005 one +new 97 0.003 new +people 95 0.003 people +said 91 0.003 said +also 87 0.003 also +... ... ... ... +headache 1 0.000 headache +hd 1 0.000 hd +hazelnut 1 0.000 hazelnut +hazards 1 0.000 hazards +豆漿 1 0.000 豆漿 + +[8862 rows x 3 columns] +2023-08-22 03:26:11,250:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 03:26:11,250:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.0, 'duplicates_dict': {}} +2023-08-22 03:26:11,251:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 03:26:14,412:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:26:14,415:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:26:14,415:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 248 +}) +2023-08-22 03:26:14,416:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:26:14,418:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:26:14,418:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 248 +}) +2023-08-22 03:26:14,424:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 03:26:14,428:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 03:26:14,428:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +com 228 0.069 com +https 217 0.066 https +jpg 192 0.058 jpg +content 87 0.026 content +files 82 0.025 files +... ... ... ... +filters 1 0.000 filters +fire 1 0.000 fire +first 1 0.000 first +360x202 1 0.000 360x202 +zwillgen 1 0.000 zwillgen + +[984 rows x 3 columns] +2023-08-22 03:26:14,434:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 03:26:14,435:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +com 228 0.074 com +https 217 0.070 https +jpg 192 0.062 jpg +content 87 0.028 content +files 82 0.027 files +... ... ... ... +filters 1 0.000 filters +fire 1 0.000 fire +first 1 0.000 first +360x202 1 0.000 360x202 +zwillgen 1 0.000 zwillgen + +[926 rows x 3 columns] +2023-08-22 03:26:14,441:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 03:26:14,441:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.0, 'duplicates_dict': {}} +2023-08-22 03:26:14,441:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 03:26:26,649:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:26:26,652:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:26:26,652:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 197 +}) +2023-08-22 03:26:26,652:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:26:26,654:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:26:26,654:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 197 +}) +2023-08-22 03:26:26,662:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 03:26:26,684:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 03:26:26,684:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 3279 0.061 the +of 1582 0.029 of +and 1524 0.028 and +to 1439 0.027 to +a 1189 0.022 a +... ... ... ... +heartening 1 0.000 heartening +healthcare 1 0.000 healthcare +healing 1 0.000 healing +heady 1 0.000 heady +豆漿 1 0.000 豆漿 + +[9145 rows x 3 columns] +2023-08-22 03:26:26,689:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 03:26:26,689:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +one 139 0.005 one +people 99 0.003 people +said 92 0.003 said +new 90 0.003 new +also 86 0.003 also +... ... ... ... +heartening 1 0.000 heartening +healthcare 1 0.000 healthcare +healing 1 0.000 healing +heady 1 0.000 heady +豆漿 1 0.000 豆漿 + +[8923 rows x 3 columns] +2023-08-22 03:26:26,695:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 03:26:26,695:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.0, 'duplicates_dict': {}} +2023-08-22 03:26:26,696:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 03:26:59,926:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:26:59,927:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:268 +Working with dataset: +2023-08-22 03:26:59,927:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:269 +Dataset({ + features: ['images', 'metadata', 'general_metadata', 'texts'], + num_rows: 100 +}) +2023-08-22 03:26:59,940:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:264 +Saving dataset to disk +2023-08-22 03:26:59,944:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:26:59,945:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:26:59,946:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 100 +}) +2023-08-22 03:26:59,964:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:477 +tokenized df is +2023-08-22 03:26:59,964:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:478 + text tokenized_text +0 {"url": "https://eppc.org/publication/declarat... [url, https, eppc, org, publication, declarati... +1 {"url": "https://lamborghinichat.com/forum/new... [url, https, lamborghinichat, com, forum, news... +2 {"url": "https://slidelegend.com/the-influenci... [url, https, slidelegend, com, the, influencin... +3 {"url": "https://www.henryusa.com/flexforkal/"... [url, https, www, henryusa, com, flexforkal, w... +4 {"url": "https://www.arout.net/hotel-occupancy... [url, https, www, arout, net, hotel, occupancy... +.. ... ... +95 {"url": "https://feifa.eu/spectacular-tax-savi... [url, https, feifa, eu, spectacular, tax, savi... +96 {"url": "http://blogs.reading.ac.uk/crg/advent... [url, http, blogs, reading, ac, uk, crg, adven... +97 {"url": "https://www.wired.com/2009/11/alt-tex... [url, https, www, wired, com, 2009, 11, alt, t... +98 {"url": "https://www.statesmanjournal.com/stor... [url, https, www, statesmanjournal, com, story... +99 {"url": "https://www.businesstraveller.com/bus... [url, https, www, businesstraveller, com, busi... + +[100 rows x 2 columns] +2023-08-22 03:26:59,975:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:480 +Saving tokenized dataset to disk +2023-08-22 03:26:59,977:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:372 +Calculating vocab afresh +2023-08-22 03:26:59,977:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:540 +Fitting dummy tokenization to make matrix using the previous tokenization +2023-08-22 03:26:59,983:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +0 of 2000 vocab batches +2023-08-22 03:26:59,988:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +100 of 2000 vocab batches +2023-08-22 03:26:59,993:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +200 of 2000 vocab batches +2023-08-22 03:26:59,999:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +300 of 2000 vocab batches +2023-08-22 03:27:00,003:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +400 of 2000 vocab batches +2023-08-22 03:27:00,009:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +500 of 2000 vocab batches +2023-08-22 03:27:00,015:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +600 of 2000 vocab batches +2023-08-22 03:27:00,023:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +700 of 2000 vocab batches +2023-08-22 03:27:00,030:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +800 of 2000 vocab batches +2023-08-22 03:27:00,035:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +900 of 2000 vocab batches +2023-08-22 03:27:00,042:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1000 of 2000 vocab batches +2023-08-22 03:27:00,048:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1100 of 2000 vocab batches +2023-08-22 03:27:00,053:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1200 of 2000 vocab batches +2023-08-22 03:27:00,059:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1300 of 2000 vocab batches +2023-08-22 03:27:00,065:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1400 of 2000 vocab batches +2023-08-22 03:27:00,073:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1500 of 2000 vocab batches +2023-08-22 03:27:00,079:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1600 of 2000 vocab batches +2023-08-22 03:27:00,084:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1700 of 2000 vocab batches +2023-08-22 03:27:00,090:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1800 of 2000 vocab batches +2023-08-22 03:27:00,095:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1900 of 2000 vocab batches +2023-08-22 03:27:00,133:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:374 +Making dfs with proportion. +2023-08-22 03:27:00,137:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:378 +Writing out. +2023-08-22 03:27:00,146:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 03:27:00,146:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +word +main 200 0.055 main +warc 200 0.055 warc +cc 200 0.055 cc +data 100 0.028 data +warc_filename 100 0.028 warc_filename +... ... ... ... +20230209014102 1 0.000 20230209014102 +20230208122053 1 0.000 20230208122053 +20230208092053 1 0.000 20230208092053 +20230208090523 1 0.000 20230208090523 +zwillgen 1 0.000 zwillgen + +[1465 rows x 3 columns] +2023-08-22 03:27:00,152:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 03:27:00,152:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +word +main 200 0.061 main +warc 200 0.061 warc +cc 200 0.061 cc +data 100 0.031 data +warc_filename 100 0.031 warc_filename +... ... ... ... +20230209014102 1 0.000 20230209014102 +20230208122053 1 0.000 20230208122053 +20230208092053 1 0.000 20230208092053 +20230208090523 1 0.000 20230208090523 +zwillgen 1 0.000 zwillgen + +[1344 rows x 3 columns] +2023-08-22 03:27:03,671:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 03:27:03,671:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.0} +2023-08-22 03:27:03,671:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:315 +Preparing general stats +2023-08-22 03:27:39,794:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:27:39,824:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:268 +Working with dataset: +2023-08-22 03:27:39,824:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:269 +Dataset({ + features: ['images', 'metadata', 'general_metadata', 'texts'], + num_rows: 100 +}) +2023-08-22 03:27:39,875:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:264 +Saving dataset to disk +2023-08-22 03:27:39,889:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:27:39,891:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:27:39,891:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 247 +}) +2023-08-22 03:27:39,923:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:477 +tokenized df is +2023-08-22 03:27:39,923:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:478 + text tokenized_text +0 https://eppc.org/wp-content/uploads/2017/07/sh... [https, eppc, org, wp, content, uploads, 2017,... +1 https://cdn.motor1.com/images/mgl/oRKO0/s1/lam... [https, cdn, motor1, com, images, mgl, orko0, ... +2 https://slidelegend.com/img/60x80/management-f... [https, slidelegend, com, img, 60x80, manageme... +3 https://www.henryusa.com/wp-content/uploads/20... [https, www, henryusa, com, wp, content, uploa... +4 https://www.henryusa.com/wp-content/uploads/20... [https, www, henryusa, com, wp, content, uploa... +.. ... ... +242 https://www.saturdayeveningpost.com/wp-content... [https, www, saturdayeveningpost, com, wp, con... +243 http://feifa.eu/wp-content/uploads/2017/11/pig... [http, feifa, eu, wp, content, uploads, 2017, ... +244 https://www.chicagocondofinder.com/uploads/age... [https, www, chicagocondofinder, com, uploads,... +245 http://blogs.reading.ac.uk/crg/files/2015/12/M... [http, blogs, reading, ac, uk, crg, files, 201... +246 http://blogs.reading.ac.uk/crg/files/2015/12/M... [http, blogs, reading, ac, uk, crg, files, 201... + +[247 rows x 2 columns] +2023-08-22 03:27:39,935:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:480 +Saving tokenized dataset to disk +2023-08-22 03:27:39,939:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:372 +Calculating vocab afresh +2023-08-22 03:27:39,939:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:540 +Fitting dummy tokenization to make matrix using the previous tokenization +2023-08-22 03:27:39,945:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +0 of 2000 vocab batches +2023-08-22 03:27:39,950:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +100 of 2000 vocab batches +2023-08-22 03:27:39,956:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +200 of 2000 vocab batches +2023-08-22 03:27:39,962:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +300 of 2000 vocab batches +2023-08-22 03:27:39,968:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +400 of 2000 vocab batches +2023-08-22 03:27:39,973:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +500 of 2000 vocab batches +2023-08-22 03:27:39,978:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +600 of 2000 vocab batches +2023-08-22 03:27:39,985:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +700 of 2000 vocab batches +2023-08-22 03:27:39,990:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +800 of 2000 vocab batches +2023-08-22 03:27:39,995:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +900 of 2000 vocab batches +2023-08-22 03:27:40,001:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1000 of 2000 vocab batches +2023-08-22 03:27:40,007:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1100 of 2000 vocab batches +2023-08-22 03:27:40,012:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1200 of 2000 vocab batches +2023-08-22 03:27:40,018:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1300 of 2000 vocab batches +2023-08-22 03:27:40,024:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1400 of 2000 vocab batches +2023-08-22 03:27:40,031:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1500 of 2000 vocab batches +2023-08-22 03:27:40,041:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1600 of 2000 vocab batches +2023-08-22 03:27:40,048:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1700 of 2000 vocab batches +2023-08-22 03:27:40,057:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1800 of 2000 vocab batches +2023-08-22 03:27:40,065:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1900 of 2000 vocab batches +2023-08-22 03:27:40,090:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:374 +Making dfs with proportion. +2023-08-22 03:27:40,093:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:378 +Writing out. +2023-08-22 03:27:40,099:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 03:27:40,099:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +word +https 218 0.068 https +com 217 0.068 com +jpg 194 0.061 jpg +content 86 0.027 content +files 82 0.026 files +... ... ... ... +001 1 0.000 001 +gaga 1 0.000 gaga +gamecocksonline 1 0.000 gamecocksonline +41 1 0.000 41 +zwillgen 1 0.000 zwillgen + +[949 rows x 3 columns] +2023-08-22 03:27:40,105:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 03:27:40,105:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +word +https 218 0.073 https +com 217 0.073 com +jpg 194 0.065 jpg +content 86 0.029 content +files 82 0.027 files +... ... ... ... +ftrct1nv 1 0.000 ftrct1nv +001 1 0.000 001 +gaga 1 0.000 gaga +gamecocksonline 1 0.000 gamecocksonline +zwillgen 1 0.000 zwillgen + +[894 rows x 3 columns] +2023-08-22 03:27:42,117:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 03:27:42,117:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.0} +2023-08-22 03:27:42,117:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:315 +Preparing general stats +2023-08-22 03:28:00,868:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:28:00,876:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:28:00,877:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 248 +}) +2023-08-22 03:28:00,879:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:28:00,881:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:28:00,882:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 248 +}) +2023-08-22 03:28:00,890:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 03:28:00,898:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 03:28:00,899:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +com 228 0.069 com +https 217 0.066 https +jpg 192 0.058 jpg +content 87 0.026 content +files 82 0.025 files +... ... ... ... +filters 1 0.000 filters +fire 1 0.000 fire +first 1 0.000 first +360x202 1 0.000 360x202 +zwillgen 1 0.000 zwillgen + +[984 rows x 3 columns] +2023-08-22 03:28:00,906:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 03:28:00,906:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +com 228 0.074 com +https 217 0.070 https +jpg 192 0.062 jpg +content 87 0.028 content +files 82 0.027 files +... ... ... ... +filters 1 0.000 filters +fire 1 0.000 fire +first 1 0.000 first +360x202 1 0.000 360x202 +zwillgen 1 0.000 zwillgen + +[926 rows x 3 columns] +2023-08-22 03:28:00,920:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 03:28:00,920:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.0, 'duplicates_dict': {}} +2023-08-22 03:28:00,920:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 03:28:57,738:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:28:57,753:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:28:57,753:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-22 03:28:57,754:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:28:57,756:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:28:57,756:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-22 03:28:57,822:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 03:28:57,869:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 03:28:57,869:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-22 03:28:57,876:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 03:28:57,876:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-22 03:28:57,901:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 03:28:57,901:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-22 03:28:57,901:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 03:29:07,736:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:29:07,738:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:29:07,738:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 248 +}) +2023-08-22 03:29:07,738:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:29:07,740:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:29:07,740:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 248 +}) +2023-08-22 03:29:07,743:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 03:29:07,747:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 03:29:07,747:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +com 228 0.069 com +https 217 0.066 https +jpg 192 0.058 jpg +content 87 0.026 content +files 82 0.025 files +... ... ... ... +filters 1 0.000 filters +fire 1 0.000 fire +first 1 0.000 first +360x202 1 0.000 360x202 +zwillgen 1 0.000 zwillgen + +[984 rows x 3 columns] +2023-08-22 03:29:07,753:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 03:29:07,753:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +com 228 0.074 com +https 217 0.070 https +jpg 192 0.062 jpg +content 87 0.028 content +files 82 0.027 files +... ... ... ... +filters 1 0.000 filters +fire 1 0.000 fire +first 1 0.000 first +360x202 1 0.000 360x202 +zwillgen 1 0.000 zwillgen + +[926 rows x 3 columns] +2023-08-22 03:29:07,759:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 03:29:07,759:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.0, 'duplicates_dict': {}} +2023-08-22 03:29:07,759:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 03:29:13,372:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:29:13,381:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:29:13,381:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 197 +}) +2023-08-22 03:29:13,381:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:29:13,386:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:29:13,386:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 197 +}) +2023-08-22 03:29:13,394:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 03:29:13,417:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 03:29:13,417:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 3279 0.061 the +of 1582 0.029 of +and 1524 0.028 and +to 1439 0.027 to +a 1189 0.022 a +... ... ... ... +heartening 1 0.000 heartening +healthcare 1 0.000 healthcare +healing 1 0.000 healing +heady 1 0.000 heady +豆漿 1 0.000 豆漿 + +[9145 rows x 3 columns] +2023-08-22 03:29:13,423:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 03:29:13,423:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +one 139 0.005 one +people 99 0.003 people +said 92 0.003 said +new 90 0.003 new +also 86 0.003 also +... ... ... ... +heartening 1 0.000 heartening +healthcare 1 0.000 healthcare +healing 1 0.000 healing +heady 1 0.000 heady +豆漿 1 0.000 豆漿 + +[8923 rows x 3 columns] +2023-08-22 03:29:13,431:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 03:29:13,431:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.0, 'duplicates_dict': {}} +2023-08-22 03:29:13,431:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 03:31:36,867:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:31:36,872:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:31:36,872:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-22 03:31:36,873:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:31:36,877:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:31:36,877:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-22 03:31:37,050:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 03:31:37,125:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 03:31:37,125:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-22 03:31:37,146:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 03:31:37,146:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-22 03:31:37,167:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 03:31:37,167:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-22 03:31:37,168:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 03:31:44,733:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:31:44,735:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:31:44,735:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 247 +}) +2023-08-22 03:31:44,736:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:31:44,740:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:31:44,740:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 247 +}) +2023-08-22 03:31:44,750:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 03:31:44,755:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 03:31:44,755:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +https 218 0.068 https +com 217 0.068 com +jpg 194 0.061 jpg +content 86 0.027 content +files 82 0.026 files +... ... ... ... +001 1 0.000 001 +gaga 1 0.000 gaga +gamecocksonline 1 0.000 gamecocksonline +41 1 0.000 41 +zwillgen 1 0.000 zwillgen + +[949 rows x 3 columns] +2023-08-22 03:31:44,760:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 03:31:44,760:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +https 218 0.073 https +com 217 0.073 com +jpg 194 0.065 jpg +content 86 0.029 content +files 82 0.027 files +... ... ... ... +ftrct1nv 1 0.000 ftrct1nv +001 1 0.000 001 +gaga 1 0.000 gaga +gamecocksonline 1 0.000 gamecocksonline +zwillgen 1 0.000 zwillgen + +[894 rows x 3 columns] +2023-08-22 03:31:44,768:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 03:31:44,768:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.0, 'duplicates_dict': {}} +2023-08-22 03:31:44,768:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 03:31:50,744:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:31:50,747:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:31:50,747:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 198 +}) +2023-08-22 03:31:50,748:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:31:50,752:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:31:50,752:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 198 +}) +2023-08-22 03:31:50,775:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 03:31:50,813:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 03:31:50,813:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 3243 0.061 the +of 1571 0.030 of +and 1519 0.029 and +to 1419 0.027 to +a 1187 0.022 a +... ... ... ... +headache 1 0.000 headache +hd 1 0.000 hd +hazelnut 1 0.000 hazelnut +hazards 1 0.000 hazards +豆漿 1 0.000 豆漿 + +[9083 rows x 3 columns] +2023-08-22 03:31:50,819:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 03:31:50,819:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +one 139 0.005 one +new 97 0.003 new +people 95 0.003 people +said 91 0.003 said +also 87 0.003 also +... ... ... ... +headache 1 0.000 headache +hd 1 0.000 hd +hazelnut 1 0.000 hazelnut +hazards 1 0.000 hazards +豆漿 1 0.000 豆漿 + +[8862 rows x 3 columns] +2023-08-22 03:31:50,827:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 03:31:50,827:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.0, 'duplicates_dict': {}} +2023-08-22 03:31:50,827:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 03:31:55,979:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:31:55,981:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:31:55,981:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 248 +}) +2023-08-22 03:31:55,981:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:31:55,983:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:31:55,983:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 248 +}) +2023-08-22 03:31:55,996:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 03:31:56,002:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 03:31:56,002:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +com 228 0.069 com +https 217 0.066 https +jpg 192 0.058 jpg +content 87 0.026 content +files 82 0.025 files +... ... ... ... +filters 1 0.000 filters +fire 1 0.000 fire +first 1 0.000 first +360x202 1 0.000 360x202 +zwillgen 1 0.000 zwillgen + +[984 rows x 3 columns] +2023-08-22 03:31:56,008:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 03:31:56,008:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +com 228 0.074 com +https 217 0.070 https +jpg 192 0.062 jpg +content 87 0.028 content +files 82 0.027 files +... ... ... ... +filters 1 0.000 filters +fire 1 0.000 fire +first 1 0.000 first +360x202 1 0.000 360x202 +zwillgen 1 0.000 zwillgen + +[926 rows x 3 columns] +2023-08-22 03:31:56,018:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 03:31:56,018:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.0, 'duplicates_dict': {}} +2023-08-22 03:31:56,018:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 03:32:00,195:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:32:00,197:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:32:00,197:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 247 +}) +2023-08-22 03:32:00,197:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:32:00,199:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 03:32:00,199:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 247 +}) +2023-08-22 03:32:00,203:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 03:32:00,207:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 03:32:00,207:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +https 218 0.068 https +com 217 0.068 com +jpg 194 0.061 jpg +content 86 0.027 content +files 82 0.026 files +... ... ... ... +001 1 0.000 001 +gaga 1 0.000 gaga +gamecocksonline 1 0.000 gamecocksonline +41 1 0.000 41 +zwillgen 1 0.000 zwillgen + +[949 rows x 3 columns] +2023-08-22 03:32:00,212:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 03:32:00,212:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +https 218 0.073 https +com 217 0.073 com +jpg 194 0.065 jpg +content 86 0.029 content +files 82 0.027 files +... ... ... ... +ftrct1nv 1 0.000 ftrct1nv +001 1 0.000 001 +gaga 1 0.000 gaga +gamecocksonline 1 0.000 gamecocksonline +zwillgen 1 0.000 zwillgen + +[894 rows x 3 columns] +2023-08-22 03:32:00,219:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 03:32:00,219:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.0, 'duplicates_dict': {}} +2023-08-22 03:32:00,219:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 03:46:12,512:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 03:46:12,513:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:268 +Working with dataset: +2023-08-22 03:46:12,513:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:269 +Dataset({ + features: ['images', 'metadata', 'general_metadata', 'texts'], + num_rows: 100000 +}) +2023-08-22 03:46:14,648:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:264 +Saving dataset to disk +2023-08-22 03:47:42,881:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:477 +tokenized df is +2023-08-22 03:47:42,883:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:478 + text tokenized_text +0 One of the essential, if often unstated, job r... [one, of, the, essential, if, often, unstated,... +1 The buyer would get everything, including Lamb... [the, buyer, would, get, everything, including... +2 The agriculture sector as the main source of i... [the, agriculture, sector, as, the, main, sour... +3 management factors influencing open innovation... [management, factors, influencing, open, innov... +4 Henry Repeating Arms is proud to announce this... [henry, repeating, arms, is, proud, to, announ... +... ... ... +213248 The Patriot batteries currently based in Turke... [the, patriot, batteries, currently, based, in... +213249 I came across a video on YouTube titled "Steve... [i, came, across, a, video, on, youtube, title... +213250 23, 1997." I believe any company that has hit ... [23, 1997, i, believe, any, company, that, has... +213251 Context. Supernova remnants are known to accel... [context, supernova, remnants, are, known, to,... +213252 “I love @webmasterjoe because he understood ho... [i, love, webmasterjoe, because, he, understoo... + +[213253 rows x 2 columns] +2023-08-22 03:47:42,914:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:480 +Saving tokenized dataset to disk +2023-08-22 03:48:12,832:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:372 +Calculating vocab afresh +2023-08-22 03:48:12,833:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:540 +Fitting dummy tokenization to make matrix using the previous tokenization +2023-08-22 03:48:48,989:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +0 of 2000 vocab batches +2023-08-22 03:48:53,239:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +100 of 2000 vocab batches +2023-08-22 03:48:56,456:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +200 of 2000 vocab batches +2023-08-22 03:48:59,612:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +300 of 2000 vocab batches +2023-08-22 03:49:02,710:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +400 of 2000 vocab batches +2023-08-22 03:49:05,864:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +500 of 2000 vocab batches +2023-08-22 03:49:08,888:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +600 of 2000 vocab batches +2023-08-22 03:49:11,908:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +700 of 2000 vocab batches +2023-08-22 03:49:14,966:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +800 of 2000 vocab batches +2023-08-22 03:49:17,991:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +900 of 2000 vocab batches +2023-08-22 03:49:21,019:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1000 of 2000 vocab batches +2023-08-22 03:49:24,090:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1100 of 2000 vocab batches +2023-08-22 03:49:27,145:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1200 of 2000 vocab batches +2023-08-22 03:49:30,235:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1300 of 2000 vocab batches +2023-08-22 03:49:33,291:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1400 of 2000 vocab batches +2023-08-22 03:49:36,310:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1500 of 2000 vocab batches +2023-08-22 03:49:39,328:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1600 of 2000 vocab batches +2023-08-22 03:49:42,355:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1700 of 2000 vocab batches +2023-08-22 03:49:45,413:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1800 of 2000 vocab batches +2023-08-22 03:49:48,480:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1900 of 2000 vocab batches +2023-08-22 03:50:12,056:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:374 +Making dfs with proportion. +2023-08-22 03:50:12,436:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:378 +Writing out. +2023-08-22 03:50:15,360:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 03:50:15,360:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +word +the 3411314 5.941011e-02 the +and 1579221 2.750310e-02 and +of 1547877 2.695722e-02 of +to 1545271 2.691184e-02 to +a 1334475 2.324070e-02 a +... ... ... ... +janneck 1 1.741561e-08 janneck +jannazzo 1 1.741561e-08 jannazzo +jannayak 1 1.741561e-08 jannayak +jannatul 1 1.741561e-08 jannatul +𝟮𝟱 1 1.741561e-08 𝟮𝟱 + +[458951 rows x 3 columns] +2023-08-22 03:50:15,368:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 03:50:15,368:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +word +one 162630 5.280176e-03 one +also 118340 3.842194e-03 also +said 113455 3.683591e-03 said +new 107660 3.495442e-03 new +time 107410 3.487325e-03 time +... ... ... ... +janneck 1 3.246742e-08 janneck +jannazzo 1 3.246742e-08 jannazzo +jannayak 1 3.246742e-08 jannayak +jannatul 1 3.246742e-08 jannatul +𝟮𝟱 1 3.246742e-08 𝟮𝟱 + +[458695 rows x 3 columns] +2023-08-22 03:50:23,308:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 03:50:23,308:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.0011676271846117192} +2023-08-22 03:50:23,308:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:315 +Preparing general stats +2023-08-22 03:52:07,968:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:477 +tokenized df is +2023-08-22 03:52:07,970:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:478 + text tokenized_text +0 One of the essential, if often unstated, job r... [one, of, the, essential, if, often, unstated,... +1 The buyer would get everything, including Lamb... [the, buyer, would, get, everything, including... +2 The agriculture sector as the main source of i... [the, agriculture, sector, as, the, main, sour... +3 management factors influencing open innovation... [management, factors, influencing, open, innov... +4 Henry Repeating Arms is proud to announce this... [henry, repeating, arms, is, proud, to, announ... +... ... ... +213248 The Patriot batteries currently based in Turke... [the, patriot, batteries, currently, based, in... +213249 I came across a video on YouTube titled "Steve... [i, came, across, a, video, on, youtube, title... +213250 23, 1997." I believe any company that has hit ... [23, 1997, i, believe, any, company, that, has... +213251 Context. Supernova remnants are known to accel... [context, supernova, remnants, are, known, to,... +213252 “I love @webmasterjoe because he understood ho... [i, love, webmasterjoe, because, he, understoo... + +[213253 rows x 2 columns] +2023-08-22 03:52:08,005:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:480 +Saving tokenized dataset to disk +2023-08-22 05:02:03,279:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 05:02:03,283:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 05:02:03,283:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-22 05:02:03,283:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 05:02:03,285:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 05:02:03,285:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-22 05:02:03,328:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 05:02:03,372:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 05:02:03,372:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-22 05:02:03,383:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 05:02:03,383:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-22 05:02:03,404:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 05:02:03,404:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-22 05:02:03,404:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 05:02:13,802:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 05:02:13,806:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 05:02:13,807:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 248 +}) +2023-08-22 05:02:13,807:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 05:02:13,810:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 05:02:13,810:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 248 +}) +2023-08-22 05:02:13,817:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 05:02:13,820:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 05:02:13,820:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +com 228 0.069 com +https 217 0.066 https +jpg 192 0.058 jpg +content 87 0.026 content +files 82 0.025 files +... ... ... ... +filters 1 0.000 filters +fire 1 0.000 fire +first 1 0.000 first +360x202 1 0.000 360x202 +zwillgen 1 0.000 zwillgen + +[984 rows x 3 columns] +2023-08-22 05:02:13,824:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 05:02:13,825:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +com 228 0.074 com +https 217 0.070 https +jpg 192 0.062 jpg +content 87 0.028 content +files 82 0.027 files +... ... ... ... +filters 1 0.000 filters +fire 1 0.000 fire +first 1 0.000 first +360x202 1 0.000 360x202 +zwillgen 1 0.000 zwillgen + +[926 rows x 3 columns] +2023-08-22 05:02:13,830:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 05:02:13,830:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.0, 'duplicates_dict': {}} +2023-08-22 05:02:13,830:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 05:02:20,019:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 05:02:20,022:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 05:02:20,022:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 197 +}) +2023-08-22 05:02:20,022:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 05:02:20,023:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 05:02:20,024:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 197 +}) +2023-08-22 05:02:20,031:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 05:02:20,051:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 05:02:20,051:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 3279 0.061 the +of 1582 0.029 of +and 1524 0.028 and +to 1439 0.027 to +a 1189 0.022 a +... ... ... ... +heartening 1 0.000 heartening +healthcare 1 0.000 healthcare +healing 1 0.000 healing +heady 1 0.000 heady +豆漿 1 0.000 豆漿 + +[9145 rows x 3 columns] +2023-08-22 05:02:20,057:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 05:02:20,057:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +one 139 0.005 one +people 99 0.003 people +said 92 0.003 said +new 90 0.003 new +also 86 0.003 also +... ... ... ... +heartening 1 0.000 heartening +healthcare 1 0.000 healthcare +healing 1 0.000 healing +heady 1 0.000 heady +豆漿 1 0.000 豆漿 + +[8923 rows x 3 columns] +2023-08-22 05:02:20,063:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 05:02:20,063:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.0, 'duplicates_dict': {}} +2023-08-22 05:02:20,063:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 05:10:16,705:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 05:10:16,705:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:268 +Working with dataset: +2023-08-22 05:10:16,705:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:269 +Dataset({ + features: ['images', 'metadata', 'general_metadata', 'texts'], + num_rows: 50000 +}) +2023-08-22 05:10:17,725:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:264 +Saving dataset to disk +2023-08-22 05:10:54,078:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:477 +tokenized df is +2023-08-22 05:10:54,078:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:478 + text tokenized_text +0 One of the essential, if often unstated, job r... [one, of, the, essential, if, often, unstated,... +1 The buyer would get everything, including Lamb... [the, buyer, would, get, everything, including... +2 The agriculture sector as the main source of i... [the, agriculture, sector, as, the, main, sour... +3 management factors influencing open innovation... [management, factors, influencing, open, innov... +4 Henry Repeating Arms is proud to announce this... [henry, repeating, arms, is, proud, to, announ... +... ... ... +106540 ...and thus releases an energy wave that disin... [and, thus, releases, an, energy, wave, that, ... +106541 I’ve officially kicked off a new project from ... [i, ve, officially, kicked, off, a, new, proje... +106542 Alex Espinoza is a software developer in Calif... [alex, espinoza, is, a, software, developer, i... +106543 Louise Hansen is a Danish retired association ... [louise, hansen, is, a, danish, retired, assoc... +106544 What Do You Think How Much Louise Hansen Has E... [what, do, you, think, how, much, louise, hans... + +[106545 rows x 2 columns] +2023-08-22 05:10:54,097:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:480 +Saving tokenized dataset to disk +2023-08-22 05:11:03,365:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:372 +Calculating vocab afresh +2023-08-22 05:11:03,365:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:540 +Fitting dummy tokenization to make matrix using the previous tokenization +2023-08-22 05:11:17,404:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +0 of 2000 vocab batches +2023-08-22 05:11:18,533:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +100 of 2000 vocab batches +2023-08-22 05:11:19,557:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +200 of 2000 vocab batches +2023-08-22 05:11:20,557:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +300 of 2000 vocab batches +2023-08-22 05:11:21,553:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +400 of 2000 vocab batches +2023-08-22 05:11:22,558:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +500 of 2000 vocab batches +2023-08-22 05:11:23,590:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +600 of 2000 vocab batches +2023-08-22 05:11:24,614:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +700 of 2000 vocab batches +2023-08-22 05:11:25,627:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +800 of 2000 vocab batches +2023-08-22 05:11:26,665:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +900 of 2000 vocab batches +2023-08-22 05:11:27,695:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1000 of 2000 vocab batches +2023-08-22 05:11:28,729:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1100 of 2000 vocab batches +2023-08-22 05:11:29,762:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1200 of 2000 vocab batches +2023-08-22 05:11:30,785:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1300 of 2000 vocab batches +2023-08-22 05:11:31,818:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1400 of 2000 vocab batches +2023-08-22 05:11:32,844:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1500 of 2000 vocab batches +2023-08-22 05:11:33,878:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1600 of 2000 vocab batches +2023-08-22 05:11:34,902:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1700 of 2000 vocab batches +2023-08-22 05:11:35,930:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1800 of 2000 vocab batches +2023-08-22 05:11:36,958:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:551 +1900 of 2000 vocab batches +2023-08-22 05:11:49,185:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:374 +Making dfs with proportion. +2023-08-22 05:11:49,420:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:378 +Writing out. +2023-08-22 05:11:51,231:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 05:11:51,231:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +word +the 1706746 5.944568e-02 the +and 789170 2.748666e-02 and +of 773350 2.693565e-02 of +to 772115 2.689264e-02 to +a 667183 2.323787e-02 a +... ... ... ... +jhonny 1 3.482983e-08 jhonny +jhonnylever 1 3.482983e-08 jhonnylever +jhoola 1 3.482983e-08 jhoola +jhoolas 1 3.482983e-08 jhoolas +𝟓 1 3.482983e-08 𝟓 + +[301235 rows x 3 columns] +2023-08-22 05:11:51,238:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 05:11:51,238:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +word +one 81127 5.268675e-03 one +also 59695 3.876805e-03 also +said 56007 3.637293e-03 said +new 53867 3.498314e-03 new +time 53532 3.476558e-03 time +... ... ... ... +jhonny 1 6.494355e-08 jhonny +jhonnylever 1 6.494355e-08 jhonnylever +jhoola 1 6.494355e-08 jhoola +jhoolas 1 6.494355e-08 jhoolas +𝟓 1 6.494355e-08 𝟓 + +[300979 rows x 3 columns] +2023-08-22 05:11:56,602:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 05:11:56,602:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.0010699704350274342} +2023-08-22 05:11:56,602:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:315 +Preparing general stats +2023-08-22 05:12:35,290:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:477 +tokenized df is +2023-08-22 05:12:35,290:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:478 + text tokenized_text +0 One of the essential, if often unstated, job r... [one, of, the, essential, if, often, unstated,... +1 The buyer would get everything, including Lamb... [the, buyer, would, get, everything, including... +2 The agriculture sector as the main source of i... [the, agriculture, sector, as, the, main, sour... +3 management factors influencing open innovation... [management, factors, influencing, open, innov... +4 Henry Repeating Arms is proud to announce this... [henry, repeating, arms, is, proud, to, announ... +... ... ... +106540 ...and thus releases an energy wave that disin... [and, thus, releases, an, energy, wave, that, ... +106541 I’ve officially kicked off a new project from ... [i, ve, officially, kicked, off, a, new, proje... +106542 Alex Espinoza is a software developer in Calif... [alex, espinoza, is, a, software, developer, i... +106543 Louise Hansen is a Danish retired association ... [louise, hansen, is, a, danish, retired, assoc... +106544 What Do You Think How Much Louise Hansen Has E... [what, do, you, think, how, much, louise, hans... + +[106545 rows x 2 columns] +2023-08-22 05:12:35,301:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:480 +Saving tokenized dataset to disk +2023-08-22 05:35:22,195:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 05:35:22,199:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 05:35:22,199:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-22 05:35:22,199:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 05:35:22,201:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 05:35:22,201:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-22 05:35:22,238:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 05:35:22,276:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 05:35:22,277:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-22 05:35:22,285:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 05:35:22,285:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-22 05:35:22,302:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 05:35:22,302:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-22 05:35:22,303:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 05:35:32,614:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 05:35:32,639:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 05:35:32,639:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 106545 +}) +2023-08-22 05:35:32,639:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 05:35:32,648:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 05:35:32,648:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 106545 +}) +2023-08-22 05:35:36,343:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 05:35:37,318:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 05:35:37,319:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 1706746 0.059 the +and 789170 0.027 and +of 773350 0.027 of +to 772115 0.027 to +a 667183 0.023 a +... ... ... ... +jhonny 1 0.000 jhonny +jhonnylever 1 0.000 jhonnylever +jhoola 1 0.000 jhoola +jhoolas 1 0.000 jhoolas +𝟓 1 0.000 𝟓 + +[301235 rows x 3 columns] +2023-08-22 05:35:37,324:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 05:35:37,324:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +one 81127 0.005 one +also 59695 0.004 also +said 56007 0.004 said +new 53867 0.003 new +time 53532 0.003 time +... ... ... ... +jhonny 1 0.000 jhonny +jhonnylever 1 0.000 jhonnylever +jhoola 1 0.000 jhoola +jhoolas 1 0.000 jhoolas +𝟓 1 0.000 𝟓 + +[300979 rows x 3 columns] +2023-08-22 05:35:38,103:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 05:35:38,103:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.0010699704350274342, 'duplicates_dict': {"Get fresh music recommendations delivered to your inbox every Friday.\nWe've updated our Terms of Use. You can review the changes here.": 3, 'The Batman – watch the Bat and the Cat trailer': 2, 'END_OF_DOCUMENT_TOKEN_TO_BE_REPLACED': 69, 'A €500m aid package for EU farmers, a derogation from greening obligations and supports for feed and fertiliser are being considered by the European Commission.': 2, 'An 11-Year-Old Girl Advises Her Teacher On Punishment Methods – And...': 2, 'Molly grew up in California but now lives in the oh-so-amazing state of Texas with her husband, daughter, and fur babies. When she’s not diving into the world of her characters, some of her hobbies include hiking, snowboarding, traveling, and long walks on the beach … which roughly translates to being a homebody with her hubby and dishing out movie quotes. She has a weakness for crude-humored movies and fried pickles, and loves curling up in a fluffy comforter during a thunderstorm … or under one in a bathtub if there are tornados. That way she can pretend they aren’t really happening.': 2, 'The 9-year-old got into character, pairing her leather jacket and pants with Jackson’s own “Smooth Criminal” hat.': 2, "Highland's Maddie Dortch runs at the start of the race during the Triad Invitational on Wednesday, September 30, 2020 at Triad High School in Troy, Ill. Paul Halfacre, STLhighschoolsports.com": 2, 'After excellent first-cut silage crops, it is a case of keeping the shoulder to the wheel to ensure fodder reserves are met for the coming winter. Declan Marren reports.': 2, 'Scroll back to top': 2, "Already got the injury now what ☺️\n\nSuffer till it's better jk lol": 2, 'We will write the formula as below:': 2, 'There was an error retrieving images from Instagram. An attempt will be remade in a few minutes.': 3, 'In the meantime, learn about Mobile Workers Compensation below through our articles and write-up!': 2, "Lowe's in south Fort Myers is one of several area stores that have restocked on essentials to include water, gas containers and generators in preparation for Hurricane Dorian. A manager at the Lowe's said, if needed, they will ship supplies to stores in areas hardest hit by Hurricane Dorian. Kinfay Moroti/The News-Press USA Today Network-Florida\nFullscreen": 2, '80 Hindu couples tie the knot at mass wedding in Karachi': 2, 'This site uses Akismet to reduce spam. Learn how your comment data is processed.': 4, 'SEE ALL OF VELOCITY’S SUPERCARS AT PUKEKOHE HERE': 2, 'skip to main | skip to sidebar': 2, 'Posted 3 years ago by Yahoo': 2, 'Not since van Gogh lopped off his ear has an artist’s knife been put to such good use.—Tessa Laird\n\nNew Zealand collage artist Peter Madden draws much of his imagery from old issues of National Geographic. He plunders and reworks the magazine’s discredited ’empire of signs’ to forge his own. His surrealistic pictures, objects, and installations—with their watchmaker detail and intensity—have been described as ‘microcosms’ and ‘intricate kingdoms of flying forms’ Madden has one foot in the vanitas still-life tradition and the other in new-age thinking. On the one hand, he is death obsessed: a master of morbid decoupage. (Moths and butterflies—symbols of transient life—abound. His assemblages in bell jars suggest some Victorian taxidermist killing time in his parlour.) On the other hand, with his flocks, schools, and swarms of quivering animal energy, he revels in biodiversity and magic. Madden’s works manage to be at once morbid and abundant, rotting and blooming, creepy and fey. This book serveys Madden’s work of the last ten years': 2, 'Fallout 4: How to Get Vertibird Support': 2, 'For Fallout 4 on the PlayStation 4, a GameFAQs message board topic titled "Vertibirds going down constantly?".': 2, 'I am a committed Piano tutor and composer with over 15 years experience teaching a wide range of pupils from children to...': 2, 'We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.\nCookie SettingsAccept All\nManage consent\n\nThis website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.\nNecessary Always Enabled\nNecessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.\nFunctional\nFunctional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.\nPerformance\nPerformance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.\nAnalytics\nAnalytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.\nAdvertisement\nAdvertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.\nOthers\nOther uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.\nSAVE & ACCEPT': 2, 'Serbia signs Memorandum of Understanding with USAID on energy efficiency\n\nKeep up with the latest trends and news of the CEE energy market! Sign up for our newsletters to receive curated news across the energy agenda in 20+ countries in Central and South-eastern Europe.': 2, 'Concerns over effect of Rotorua plan': 2, 'Jet skier in our wake': 2, 'After breaking the partition, a sturdy metal frame in placed to ensure the upper part of the wall is safely supported and to facilitate access to the roof.': 2, 'From the window situated over the release module and behind glass we can watch the chicks without them seeing us.': 2, 'During the release process a young one-year old male from the wild population, visited the release module, attracted by the Colony Environment effect. It is probable that it is an individual from the urban centre of San Vicente where at least two pairs of lesser kestrel breed.': 2, 'I’ve had a long love of books, and some of my most prized books are art books. This is a review of books from my collection that can be found on shelves in my studio. I will provide links when possible.': 2, 'The Fairy Tales of Oscar Wilde': 2, "The West Side Lofts, a mixed-use development in the heart of Red Bank's antique district, brought a fresh infusion of downtown residents when it opened about four years ago. Tanya Breen\nFullscreen": 2, 'Interior of one of the apartments during the opening of Element, a new high-end 35 unit apartment complex along the Navesink River in Red Bank, NJ Wednesday May 29, 2019. Tanya Breen\nFullscreen': 2, 'How To Responsibly Donate To Ukrainian Causes': 2, 'The Subtle Violence Of So...': 2, 'Corona-virus: Fun things to do while social distancing': 2, 'Barcelona try to make up for Messi’s lost time': 2, 'The Milton and Tamar Maltz Performing Arts Center, located on East 105th Street and Ansel Road in Cleveland. Prior to being used by Case Western Reserve University, the building was The Temple-Tifereth Israel’s home until the 1970s.': 2, 'It was all over before I knew it and I just could not believe I could see almost perfectly straight after the surgery. Read more...': 2, 'Watch music on TV: AXS TV programming highlights for the week of April 15-21': 2, 'The BL King’s Topographical Collection: "THE NORTH-EAST VIEW OF SCALEBY-CASTLE, IN THE COUNTY OF CUMBERLAND. "': 2}} +2023-08-22 05:35:38,103:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 05:50:51,698:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 05:50:51,701:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 05:50:51,701:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-22 05:50:51,701:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 05:50:51,703:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 05:50:51,703:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-22 05:50:51,740:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 05:50:51,776:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 05:50:51,776:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-22 05:50:51,784:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 05:50:51,784:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-22 05:50:51,799:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 05:50:51,799:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-22 05:50:51,799:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 05:51:00,417:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 05:51:00,432:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 05:51:00,432:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 106545 +}) +2023-08-22 05:51:00,432:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 05:51:00,440:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 05:51:00,440:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 106545 +}) +2023-08-22 05:51:04,105:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 05:51:05,108:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 05:51:05,108:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 1706746 0.059 the +and 789170 0.027 and +of 773350 0.027 of +to 772115 0.027 to +a 667183 0.023 a +... ... ... ... +jhonny 1 0.000 jhonny +jhonnylever 1 0.000 jhonnylever +jhoola 1 0.000 jhoola +jhoolas 1 0.000 jhoolas +𝟓 1 0.000 𝟓 + +[301235 rows x 3 columns] +2023-08-22 05:51:05,113:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 05:51:05,113:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +one 81127 0.005 one +also 59695 0.004 also +said 56007 0.004 said +new 53867 0.003 new +time 53532 0.003 time +... ... ... ... +jhonny 1 0.000 jhonny +jhonnylever 1 0.000 jhonnylever +jhoola 1 0.000 jhoola +jhoolas 1 0.000 jhoolas +𝟓 1 0.000 𝟓 + +[300979 rows x 3 columns] +2023-08-22 05:51:05,435:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 05:51:05,435:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.0010699704350274342, 'duplicates_dict': {"Get fresh music recommendations delivered to your inbox every Friday.\nWe've updated our Terms of Use. You can review the changes here.": 3, 'The Batman – watch the Bat and the Cat trailer': 2, 'END_OF_DOCUMENT_TOKEN_TO_BE_REPLACED': 69, 'A €500m aid package for EU farmers, a derogation from greening obligations and supports for feed and fertiliser are being considered by the European Commission.': 2, 'An 11-Year-Old Girl Advises Her Teacher On Punishment Methods – And...': 2, 'Molly grew up in California but now lives in the oh-so-amazing state of Texas with her husband, daughter, and fur babies. When she’s not diving into the world of her characters, some of her hobbies include hiking, snowboarding, traveling, and long walks on the beach … which roughly translates to being a homebody with her hubby and dishing out movie quotes. She has a weakness for crude-humored movies and fried pickles, and loves curling up in a fluffy comforter during a thunderstorm … or under one in a bathtub if there are tornados. That way she can pretend they aren’t really happening.': 2, 'The 9-year-old got into character, pairing her leather jacket and pants with Jackson’s own “Smooth Criminal” hat.': 2, "Highland's Maddie Dortch runs at the start of the race during the Triad Invitational on Wednesday, September 30, 2020 at Triad High School in Troy, Ill. Paul Halfacre, STLhighschoolsports.com": 2, 'After excellent first-cut silage crops, it is a case of keeping the shoulder to the wheel to ensure fodder reserves are met for the coming winter. Declan Marren reports.': 2, 'Scroll back to top': 2, "Already got the injury now what ☺️\n\nSuffer till it's better jk lol": 2, 'We will write the formula as below:': 2, 'There was an error retrieving images from Instagram. An attempt will be remade in a few minutes.': 3, 'In the meantime, learn about Mobile Workers Compensation below through our articles and write-up!': 2, "Lowe's in south Fort Myers is one of several area stores that have restocked on essentials to include water, gas containers and generators in preparation for Hurricane Dorian. A manager at the Lowe's said, if needed, they will ship supplies to stores in areas hardest hit by Hurricane Dorian. Kinfay Moroti/The News-Press USA Today Network-Florida\nFullscreen": 2, '80 Hindu couples tie the knot at mass wedding in Karachi': 2, 'This site uses Akismet to reduce spam. Learn how your comment data is processed.': 4, 'SEE ALL OF VELOCITY’S SUPERCARS AT PUKEKOHE HERE': 2, 'skip to main | skip to sidebar': 2, 'Posted 3 years ago by Yahoo': 2, 'Not since van Gogh lopped off his ear has an artist’s knife been put to such good use.—Tessa Laird\n\nNew Zealand collage artist Peter Madden draws much of his imagery from old issues of National Geographic. He plunders and reworks the magazine’s discredited ’empire of signs’ to forge his own. His surrealistic pictures, objects, and installations—with their watchmaker detail and intensity—have been described as ‘microcosms’ and ‘intricate kingdoms of flying forms’ Madden has one foot in the vanitas still-life tradition and the other in new-age thinking. On the one hand, he is death obsessed: a master of morbid decoupage. (Moths and butterflies—symbols of transient life—abound. His assemblages in bell jars suggest some Victorian taxidermist killing time in his parlour.) On the other hand, with his flocks, schools, and swarms of quivering animal energy, he revels in biodiversity and magic. Madden’s works manage to be at once morbid and abundant, rotting and blooming, creepy and fey. This book serveys Madden’s work of the last ten years': 2, 'Fallout 4: How to Get Vertibird Support': 2, 'For Fallout 4 on the PlayStation 4, a GameFAQs message board topic titled "Vertibirds going down constantly?".': 2, 'I am a committed Piano tutor and composer with over 15 years experience teaching a wide range of pupils from children to...': 2, 'We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.\nCookie SettingsAccept All\nManage consent\n\nThis website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.\nNecessary Always Enabled\nNecessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.\nFunctional\nFunctional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.\nPerformance\nPerformance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.\nAnalytics\nAnalytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.\nAdvertisement\nAdvertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.\nOthers\nOther uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.\nSAVE & ACCEPT': 2, 'Serbia signs Memorandum of Understanding with USAID on energy efficiency\n\nKeep up with the latest trends and news of the CEE energy market! Sign up for our newsletters to receive curated news across the energy agenda in 20+ countries in Central and South-eastern Europe.': 2, 'Concerns over effect of Rotorua plan': 2, 'Jet skier in our wake': 2, 'After breaking the partition, a sturdy metal frame in placed to ensure the upper part of the wall is safely supported and to facilitate access to the roof.': 2, 'From the window situated over the release module and behind glass we can watch the chicks without them seeing us.': 2, 'During the release process a young one-year old male from the wild population, visited the release module, attracted by the Colony Environment effect. It is probable that it is an individual from the urban centre of San Vicente where at least two pairs of lesser kestrel breed.': 2, 'I’ve had a long love of books, and some of my most prized books are art books. This is a review of books from my collection that can be found on shelves in my studio. I will provide links when possible.': 2, 'The Fairy Tales of Oscar Wilde': 2, "The West Side Lofts, a mixed-use development in the heart of Red Bank's antique district, brought a fresh infusion of downtown residents when it opened about four years ago. Tanya Breen\nFullscreen": 2, 'Interior of one of the apartments during the opening of Element, a new high-end 35 unit apartment complex along the Navesink River in Red Bank, NJ Wednesday May 29, 2019. Tanya Breen\nFullscreen': 2, 'How To Responsibly Donate To Ukrainian Causes': 2, 'The Subtle Violence Of So...': 2, 'Corona-virus: Fun things to do while social distancing': 2, 'Barcelona try to make up for Messi’s lost time': 2, 'The Milton and Tamar Maltz Performing Arts Center, located on East 105th Street and Ansel Road in Cleveland. Prior to being used by Case Western Reserve University, the building was The Temple-Tifereth Israel’s home until the 1970s.': 2, 'It was all over before I knew it and I just could not believe I could see almost perfectly straight after the surgery. Read more...': 2, 'Watch music on TV: AXS TV programming highlights for the week of April 15-21': 2, 'The BL King’s Topographical Collection: "THE NORTH-EAST VIEW OF SCALEBY-CASTLE, IN THE COUNTY OF CUMBERLAND. "': 2}} +2023-08-22 05:51:05,436:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 06:07:27,906:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 06:07:27,908:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 06:07:27,908:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-22 06:07:27,908:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 06:07:27,909:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 06:07:27,909:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-22 06:07:27,946:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 06:07:27,981:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 06:07:27,981:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-22 06:07:27,989:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 06:07:27,989:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-22 06:07:28,005:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 06:07:28,005:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-22 06:07:28,005:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 06:07:45,778:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 06:07:45,783:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 06:07:45,783:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 197 +}) +2023-08-22 06:07:45,783:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 06:07:45,787:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 06:07:45,787:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 197 +}) +2023-08-22 06:07:45,795:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 06:07:45,815:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 06:07:45,815:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 3279 0.061 the +of 1582 0.029 of +and 1524 0.028 and +to 1439 0.027 to +a 1189 0.022 a +... ... ... ... +heartening 1 0.000 heartening +healthcare 1 0.000 healthcare +healing 1 0.000 healing +heady 1 0.000 heady +豆漿 1 0.000 豆漿 + +[9145 rows x 3 columns] +2023-08-22 06:07:45,820:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 06:07:45,820:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +one 139 0.005 one +people 99 0.003 people +said 92 0.003 said +new 90 0.003 new +also 86 0.003 also +... ... ... ... +heartening 1 0.000 heartening +healthcare 1 0.000 healthcare +healing 1 0.000 healing +heady 1 0.000 heady +豆漿 1 0.000 豆漿 + +[8923 rows x 3 columns] +2023-08-22 06:07:45,827:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 06:07:45,827:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.0, 'duplicates_dict': {}} +2023-08-22 06:07:45,827:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 06:31:54,134:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 06:31:54,144:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 06:31:54,144:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-22 06:31:54,149:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 06:31:54,151:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 06:31:54,151:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 10944 +}) +2023-08-22 06:31:54,186:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 06:31:54,222:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 06:31:54,222:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 6770 0.037 the +to 4703 0.026 to +i 4577 0.025 i +and 4317 0.024 and +a 4006 0.022 a +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16372 rows x 3 columns] +2023-08-22 06:31:54,229:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 06:31:54,229:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +white 1273 0.014 white +like 793 0.009 like +people 617 0.007 people +one 521 0.006 one +youtube 516 0.006 youtube +... ... ... ... +hose 1 0.000 hose +hospitalised 1 0.000 hospitalised +hospitality 1 0.000 hospitality +hostages 1 0.000 hostages +采用左眼专利技术 1 0.000 采用左眼专利技术 + +[16136 rows x 3 columns] +2023-08-22 06:31:54,246:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 06:31:54,246:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.016812865497076057, 'duplicates_dict': {'In order to help increase the booklets downloads , it would be great if all Stormfronters who had YouTube accounts , could display the following text in the description boxes of their uploaded YouTube videos .': 2, 'Click below for a FREE download of a colorfully illustrated 132 page e-book on the Zionist-engineered INTENTIONAL destruction of Western civilization .': 2, 'Then why not simply copy this text ( & links ) and paste it into the description box of your YouTube videos ?': 2, "Y' all have a nice day .": 2, 'Good.': 2, 'Thanks.': 3, 'LOL': 2, 'Interesting .': 2, 'Aragorn': 9, 'Cheers': 2, '16': 4, 'Indeed.': 4, 'No .': 3, '88': 3, "This is from the back-file at Stormfront 's Advanced Scout forum which is solely devoted to promoting the Pioneer Litte Europe strategy .": 2, "This is from Stormfront 's Advanced Scout forum which is solely devoted to promoting PLE - and its local militant front Legionism .": 2, 'This is my next read .': 2, "I 'm going to carefully study it so hopefully I 'll have some decent input to contribute .": 2, 'Nope.': 2, "Guess who picked Canada 's first batch of refugees from Turkey ?": 2, '- YouTube': 12, 'Same here .': 3, 'Really ?': 2, 'Yeah.': 3, '14/88': 7, 'Agreed.': 6, 'Absolutely.': 4, '2508': 21, 'Thank you .': 4, 'Karina Sorensen is a member of the Danish Peoples Party , a pro-Danish heritage party .': 2, 'Susan': 2, 'Wolf 278': 3, 'Well done .': 3, 'Really?': 3, 'Thank you': 2, 'Exactly.': 8, 'Thanks for posting .': 2, 'Source': 2, 'No.': 2, 'Sad but true .': 2, 'God Bless': 3, 'To learn more , click here : www.jonasridgeway.com/tech2.html www.spiritual.com.au/astral.html www.astralweb.org www.near-death.com/experiences/cayce01.html www.astralvoyage.com/projection/index.html It would be pretty cool for teachers to tell White kids they go out-of-body every night .': 2, 'Nice .': 2, '88 !': 2, 'Good luck !': 3, "Hell I 'd rather clean a dozen tiolets a day then have to walk into a bathroom and see some mongrel standing there with a mop giving me a glassy-eyed stare .": 3, '1 .': 2, '2 .': 3, '-Yankee Jim': 3, 'CF': 3, 'Thanks !': 4, 'David ( SS )': 2, 'Period .': 2, 'YouTube - Broadcast Yourself .': 15, 'I never attacked you and i am not your son plus i dont care what you done.P M if you have a problem': 2, 'Hails': 2, 'Greetings all .': 2, 'Thanks .': 4, 'Whites shoudl clean their own mess !': 2, 'Getting someone else to do our dirty work got us into the mess we are in today .': 2, 'It is a noble idea but I would rather stay here in mostly white Missouri then move to 35 % black South Carolina .': 3, 'This post by Jack boot and the piece by Marc Moran , are very inspiring .': 2, 'They make you want to go out and reach people .': 2, "I was very inspired by Moran 's writing .": 2, "Until we have a dedicated cable television station , there 's always the opportunity to use the free cable access airwaves as per this thread : Make a Cable Access TV Program !": 2, 'I have never seen an Asian woman dating an Asian man.They like the white man they re-force wiggers and our detrimental towards our cause.Cpamikei': 2, 'Thank you for posting this .': 2, 'Peter the Great .': 3, '?': 2, 'Wow!': 5, 'Camie': 2, 'I clean my own toilet as for public toilets and such there is no dirty work there it is an Economical contribution 2508': 2, 'Welcome to Stormfront .': 2, 'Japan REACTOR - RODS MELT !': 2, 'NUCLEAR PLANT HAS FULLY EXPLODED !': 2, '11': 2, 'I agree .': 2, "I do n't think so .": 2, 'Just saying .': 2, 'Hello.': 2, 'Tereasa': 2, 'Thank you !': 2, 'Amen .': 2, '-Zoë': 2, 'I usually know when friends or relatives are distressed through illness or accident/incident.I then phone them and find out what has happened .': 2, 'But what do you say to the ivy who wants to become a tree ??': 2, 'Or for that matter thinks he is a tree ?': 2, '32': 2, 'Erik': 2}} +2023-08-22 06:31:54,247:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats +2023-08-22 06:32:07,238:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 06:32:07,244:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 06:32:07,244:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 197 +}) +2023-08-22 06:32:07,245:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:252 +Doing text dset. +2023-08-22 06:32:07,249:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:256 +Loaded dataset from disk +2023-08-22 06:32:07,249:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:257 +Dataset({ + features: ['text'], + num_rows: 197 +}) +2023-08-22 06:32:07,256:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:365 +Reading vocab from cache +2023-08-22 06:32:07,277:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:380 +unfiltered vocab +2023-08-22 06:32:07,277:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:381 + count proportion vocab +the 3279 0.061 the +of 1582 0.029 of +and 1524 0.028 and +to 1439 0.027 to +a 1189 0.022 a +... ... ... ... +heartening 1 0.000 heartening +healthcare 1 0.000 healthcare +healing 1 0.000 healing +heady 1 0.000 heady +豆漿 1 0.000 豆漿 + +[9145 rows x 3 columns] +2023-08-22 06:32:07,282:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:382 +filtered vocab +2023-08-22 06:32:07,282:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:383 + count proportion vocab +one 139 0.005 one +people 99 0.003 people +said 92 0.003 said +new 90 0.003 new +also 86 0.003 also +... ... ... ... +heartening 1 0.000 heartening +healthcare 1 0.000 healthcare +healing 1 0.000 healing +heady 1 0.000 heady +豆漿 1 0.000 豆漿 + +[8923 rows x 3 columns] +2023-08-22 06:32:07,289:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:303 +Duplicates results: +2023-08-22 06:32:07,289:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:304 +{'duplicate_fraction': 0.0, 'duplicates_dict': {}} +2023-08-22 06:32:07,289:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/dataset_statistics.py, dataset_statistics:312 +Loading cached general stats diff --git a/log_files/dataset_utils.log b/log_files/dataset_utils.log new file mode 100644 index 0000000000000000000000000000000000000000..abe67aa92cce09eca32ecb838881c138047bc8a8 --- /dev/null +++ b/log_files/dataset_utils.log @@ -0,0 +1,338 @@ +2023-04-11 03:13:37,588:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-11 03:17:44,526:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 19:15:47,512:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 19:16:56,522:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 19:18:10,496:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 19:19:16,375:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 19:20:03,966:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 19:21:16,855:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 19:30:13,600:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 19:55:58,013:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 20:12:33,599:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 20:13:27,164:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 20:15:37,500:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 20:30:43,817:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 20:32:05,450:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 20:34:19,720:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 20:47:39,278:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 20:50:43,807:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 20:51:35,698:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 20:53:09,596:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 20:56:50,415:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 20:58:39,492:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 21:00:19,781:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 21:02:07,221:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 21:07:28,508:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 21:26:03,019:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 21:26:04,022:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 21:48:07,831:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 21:56:44,521:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 21:56:46,101:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-13 22:04:06,271:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-25 01:09:03,943:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-25 04:18:25,462:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-25 15:37:58,851:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-25 15:41:24,890:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-25 15:49:25,274:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-25 16:17:26,558:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-25 16:24:14,159:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-25 16:26:05,170:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-25 16:30:26,140:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-28 11:39:29,957:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-29 00:12:49,122:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-29 01:12:49,897:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-04-29 01:31:20,215:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 01:29:33,804:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 01:32:23,836:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 01:36:13,098:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 01:38:17,977:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 01:46:26,872:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 01:49:12,809:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 01:52:10,783:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 02:02:27,110:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 02:05:47,420:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 02:08:13,804:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 02:10:21,134:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 02:15:54,386:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 02:17:54,382:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 02:19:45,403:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 02:22:12,585:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 02:25:49,940:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 02:36:11,920:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 02:40:12,895:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 02:42:32,519:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 02:44:32,989:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 02:47:52,371:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 02:56:36,017:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 03:02:54,448:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 03:04:39,527:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 03:06:15,102:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 03:07:51,744:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 03:09:56,850:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 03:11:52,417:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 03:12:42,338:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 03:35:18,402:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 03:43:53,072:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 03:48:39,067:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 03:51:15,628:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 03:54:18,025:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 04:24:12,466:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 04:24:21,864:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 04:29:50,238:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-09 04:43:39,497:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-21 21:27:38,836:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-21 21:30:03,027:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-05-21 21:40:50,176:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-07-31 02:50:40,333:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-07-31 02:53:29,792:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-07-31 02:53:31,853:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-07-31 02:56:55,994:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-07-31 03:02:52,378:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-07-31 03:09:58,677:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-07-31 03:23:17,539:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-07-31 03:23:56,267:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-07-31 03:24:00,095:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-14 17:27:12,259:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-14 17:27:33,540:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-14 17:28:52,702:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-14 17:33:31,955:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-14 17:33:40,362:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-15 14:29:34,510:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-15 17:34:45,026:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:205 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-15 17:36:45,511:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:205 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-21 19:27:41,035:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:203 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-21 19:28:32,213:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:203 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-21 19:31:57,527:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:203 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-21 19:34:59,297:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:202 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-21 19:36:13,812:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:202 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-21 19:37:01,700:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:202 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-21 19:39:30,054:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:202 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-21 19:39:32,858:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:202 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-21 19:47:56,788:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:202 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-21 19:49:22,145:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-21 19:53:59,222:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-21 19:58:45,171:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-21 20:03:41,091:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-21 20:05:57,722:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/OBELICS_default_train_text/base_dset +2023-08-21 20:08:11,925:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_train_text/base_dset +2023-08-21 21:52:44,287:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_train[:10%]_text/base_dset +2023-08-21 22:27:08,089:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_train_text/base_dset +2023-08-21 22:43:25,231:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_ri_text/base_dset +2023-08-21 22:54:30,713:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_train[:100]_text/base_dset +2023-08-21 22:55:32,446:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:199 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_train[:10]_text/base_dset +2023-08-22 00:14:53,700:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:200 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_train_text/base_dset +2023-08-22 00:26:58,461:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_train_text/base_dset +2023-08-22 00:32:41,236:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_train_text/base_dset +2023-08-22 00:41:09,514:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_train_text/base_dset +2023-08-22 01:02:57,530:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:203 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/m4-bias-eval-fair-face_default_train_text/base_dset +2023-08-22 01:39:20,143:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:202 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/m4-bias-eval-fair-face_default_train_text/base_dset +2023-08-22 01:48:53,727:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:202 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/m4-bias-eval-fair-face_default_train_text/base_dset +2023-08-22 02:15:35,253:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:200 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_train_text/base_dset +2023-08-22 02:16:54,320:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:200 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_train_text/base_dset +2023-08-22 02:22:24,148:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:200 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_train_text/base_dset +2023-08-22 02:25:16,789:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:200 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_train_text/base_dset +2023-08-22 02:28:13,955:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:200 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_train_texts/base_dset +2023-08-22 02:30:47,499:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:200 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_train_texts/base_dset +2023-08-22 03:07:41,707:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:200 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-22 03:14:59,459:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-22 03:22:20,586:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-22 03:22:41,794:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-22 03:22:53,069:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/base_dset +2023-08-22 03:24:39,595:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/base_dset +2023-08-22 03:25:56,585:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-22 03:26:11,071:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_train_texts/base_dset +2023-08-22 03:26:14,401:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/base_dset +2023-08-22 03:26:26,632:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/base_dset +2023-08-22 03:26:46,601:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_general_metadata/base_dset +2023-08-22 03:27:19,516:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_train_images/base_dset +2023-08-22 03:28:00,845:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/base_dset +2023-08-22 03:28:57,713:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-22 03:29:07,733:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/base_dset +2023-08-22 03:29:13,362:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/base_dset +2023-08-22 03:31:36,833:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-22 03:31:44,728:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_train_images/base_dset +2023-08-22 03:31:50,739:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_train_texts/base_dset +2023-08-22 03:31:55,973:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/base_dset +2023-08-22 03:32:00,184:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_train_images/base_dset +2023-08-22 03:42:37,372:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_train_texts/base_dset +2023-08-22 05:02:03,264:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-22 05:02:13,795:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_images/base_dset +2023-08-22 05:02:20,015:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/base_dset +2023-08-22 05:08:25,999:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_train_texts/base_dset +2023-08-22 05:35:22,183:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-22 05:35:32,585:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_train_texts/base_dset +2023-08-22 05:50:51,695:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-22 05:51:00,394:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_default_train_texts/base_dset +2023-08-22 06:07:27,901:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-22 06:07:45,770:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/base_dset +2023-08-22 06:31:54,125:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/hate_speech18_default_train_text/base_dset +2023-08-22 06:32:07,225:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/utils/dataset_utils.py, dataset_utils:201 +Loading or preparing dataset saved in cache_dir/HuggingFaceM4/OBELICS_opt_out_docs_removed_2023_07_12_train_texts/base_dset diff --git a/log_files/duplicates.log b/log_files/duplicates.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/log_files/general_stats.log b/log_files/general_stats.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/log_files/gradio_utils.log b/log_files/gradio_utils.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/log_files/label_distribution.log b/log_files/label_distribution.log new file mode 100644 index 0000000000000000000000000000000000000000..666d3f557061b0744cdecab8a3ef08bc469534b8 --- /dev/null +++ b/log_files/label_distribution.log @@ -0,0 +1,98 @@ +2023-05-09 03:35:22,725:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-05-09 03:43:54,554:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-05-09 03:48:40,508:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-05-21 21:27:40,554:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-07-31 02:50:42,046:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-07-31 02:53:31,035:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-07-31 02:53:32,927:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-07-31 02:56:57,578:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-07-31 03:02:53,883:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-08-14 17:28:54,507:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-08-14 17:33:33,838:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-08-14 17:33:41,745:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-08-15 14:29:36,283:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-08-15 17:34:46,821:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-08-15 17:36:46,756:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-08-21 19:49:23,685:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-08-21 19:54:00,643:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-08-21 19:58:46,647:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-08-21 20:03:42,678:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-08-22 03:07:43,122:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-08-22 03:15:01,221:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-08-22 03:22:21,853:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-08-22 03:22:43,104:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-08-22 03:23:55,666:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: False +2023-08-22 03:25:15,831:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: False +2023-08-22 03:25:58,730:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-08-22 03:26:12,650:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: False +2023-08-22 03:26:14,587:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: False +2023-08-22 03:26:27,930:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: False +2023-08-22 03:27:06,277:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: False +2023-08-22 03:27:45,642:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: False +2023-08-22 03:28:01,117:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: False +2023-08-22 03:28:59,220:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-08-22 03:29:07,904:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: False +2023-08-22 03:29:14,607:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: False +2023-08-22 03:31:38,410:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-08-22 03:31:44,913:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: False +2023-08-22 03:31:52,174:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: False +2023-08-22 03:31:56,191:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: False +2023-08-22 03:32:00,353:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: False +2023-08-22 05:02:04,350:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-08-22 05:02:13,964:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: False +2023-08-22 05:02:21,163:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: False +2023-08-22 05:35:23,209:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-08-22 05:50:52,707:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-08-22 06:07:28,950:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-08-22 06:07:46,957:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: False +2023-08-22 06:31:55,094:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: True +2023-08-22 06:32:08,415:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/widgets/label_distribution.py, label_distribution:27 +FIGS labels: False diff --git a/log_files/labels.log b/log_files/labels.log new file mode 100644 index 0000000000000000000000000000000000000000..1ff516672e5f8618d101aa51c10b60aecd2a2596 --- /dev/null +++ b/log_files/labels.log @@ -0,0 +1,190 @@ +2023-05-09 03:35:18,734:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-05-09 03:35:18,734:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:125 +Trying to load labels. +2023-05-09 03:35:18,734:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:135 +Preparing labels. +2023-05-09 03:35:18,734:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:212 +Inside main label calculation function. +2023-05-09 03:35:21,182:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:139 +Creating label figure. +2023-05-09 03:43:53,322:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-05-09 03:48:39,251:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-05-21 21:27:39,104:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-07-31 02:50:40,508:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-07-31 02:53:29,967:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-07-31 02:53:31,968:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-07-31 02:56:56,186:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-07-31 03:02:52,514:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-14 17:28:52,871:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-14 17:33:32,284:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-14 17:33:40,539:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-15 14:29:34,685:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-15 17:34:45,184:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-15 17:36:45,690:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-21 19:49:22,333:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-21 19:53:59,416:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-21 19:58:45,314:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-21 20:03:41,275:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 03:07:41,976:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 03:14:59,690:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 03:22:20,870:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 03:22:42,013:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 03:23:44,457:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 03:23:44,457:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:125 +Trying to load labels. +2023-08-22 03:23:44,458:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:135 +Preparing labels. +2023-08-22 03:25:15,407:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 03:25:15,408:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:125 +Trying to load labels. +2023-08-22 03:25:15,408:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:135 +Preparing labels. +2023-08-22 03:25:57,166:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 03:26:11,258:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 03:26:11,262:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:125 +Trying to load labels. +2023-08-22 03:26:11,262:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:135 +Preparing labels. +2023-08-22 03:26:14,443:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 03:26:14,443:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:125 +Trying to load labels. +2023-08-22 03:26:14,443:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:135 +Preparing labels. +2023-08-22 03:26:26,697:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 03:26:26,699:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:125 +Trying to load labels. +2023-08-22 03:26:26,699:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:135 +Preparing labels. +2023-08-22 03:27:05,799:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 03:27:05,800:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:125 +Trying to load labels. +2023-08-22 03:27:05,800:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:135 +Preparing labels. +2023-08-22 03:27:45,193:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 03:27:45,193:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:125 +Trying to load labels. +2023-08-22 03:27:45,193:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:135 +Preparing labels. +2023-08-22 03:28:00,925:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 03:28:00,925:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:125 +Trying to load labels. +2023-08-22 03:28:00,926:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:135 +Preparing labels. +2023-08-22 03:28:57,906:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 03:29:07,760:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 03:29:07,761:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:125 +Trying to load labels. +2023-08-22 03:29:07,761:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:135 +Preparing labels. +2023-08-22 03:29:13,432:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 03:29:13,432:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:125 +Trying to load labels. +2023-08-22 03:29:13,432:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:135 +Preparing labels. +2023-08-22 03:31:37,170:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 03:31:44,770:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 03:31:44,770:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:125 +Trying to load labels. +2023-08-22 03:31:44,770:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:135 +Preparing labels. +2023-08-22 03:31:50,828:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 03:31:50,828:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:125 +Trying to load labels. +2023-08-22 03:31:50,828:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:135 +Preparing labels. +2023-08-22 03:31:56,024:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 03:31:56,024:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:125 +Trying to load labels. +2023-08-22 03:31:56,024:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:135 +Preparing labels. +2023-08-22 03:32:00,221:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 03:32:00,223:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:125 +Trying to load labels. +2023-08-22 03:32:00,223:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:135 +Preparing labels. +2023-08-22 05:02:03,406:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 05:02:13,831:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 05:02:13,831:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:125 +Trying to load labels. +2023-08-22 05:02:13,831:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:135 +Preparing labels. +2023-08-22 05:02:20,064:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 05:02:20,064:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:125 +Trying to load labels. +2023-08-22 05:02:20,064:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:135 +Preparing labels. +2023-08-22 05:35:22,304:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 05:35:38,104:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 05:35:38,104:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:125 +Trying to load labels. +2023-08-22 05:35:38,104:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:135 +Preparing labels. +2023-08-22 05:50:51,800:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 05:51:05,437:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 05:51:05,437:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:125 +Trying to load labels. +2023-08-22 05:51:05,437:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:135 +Preparing labels. +2023-08-22 06:07:28,006:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 06:07:45,828:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 06:07:45,828:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:125 +Trying to load labels. +2023-08-22 06:07:45,828:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/labels/labels.py, labels:135 +Preparing labels. +2023-08-22 06:31:54,247:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 06:32:07,290:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/labels/labels.py, labels:91 +Initializing labels. +2023-08-22 06:32:07,291:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/labels/labels.py, labels:125 +Trying to load labels. +2023-08-22 06:32:07,291:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/labels/labels.py, labels:135 +Preparing labels. diff --git a/log_files/lengths.log b/log_files/lengths.log new file mode 100644 index 0000000000000000000000000000000000000000..dd4e1003082da06476af8ebfef1467aebeeea5e6 --- /dev/null +++ b/log_files/lengths.log @@ -0,0 +1,330 @@ +2023-04-11 03:13:45,073:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-11 03:13:45,073:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:103 +Dictionary of results is empty, couldn't load measurements. =( +2023-04-11 03:13:45,073:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:81 +Preparing length results +2023-04-11 03:13:45,103:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:29 +Creating lengths figure. +2023-04-11 03:13:45,341:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:94 +Saving results. +2023-04-11 03:17:45,301:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-13 19:15:48,364:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-13 19:16:57,318:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-13 19:18:11,304:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-13 19:19:17,137:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-13 19:20:04,916:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-13 19:21:17,615:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-13 19:30:14,380:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-13 19:55:58,871:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-13 20:34:19,899:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-13 20:47:39,712:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-13 20:50:44,076:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-13 20:51:35,878:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-13 20:53:09,805:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-13 20:56:50,621:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-13 20:58:39,680:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-13 21:00:19,974:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-13 21:02:07,426:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-13 21:07:28,704:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-13 21:26:03,210:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-13 21:26:04,206:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-13 21:48:08,069:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-13 22:04:06,614:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-25 01:09:04,233:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-25 04:18:25,800:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-25 15:41:25,082:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-25 15:49:25,458:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-25 16:17:26,757:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-25 16:24:14,360:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-25 16:26:05,331:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-25 16:30:26,413:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-28 11:39:30,188:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-29 00:12:49,452:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-29 01:12:50,325:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-04-29 01:31:20,599:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 01:29:34,832:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 01:32:24,030:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 01:36:13,337:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 01:38:18,138:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 01:46:27,041:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 01:49:12,960:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 01:52:10,934:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 02:02:27,284:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 02:05:47,616:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 02:08:13,960:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 02:10:21,293:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 02:15:54,555:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 02:17:54,543:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 02:19:45,563:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 02:22:12,755:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 02:25:50,127:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 02:36:12,107:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 02:40:13,069:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 02:42:32,713:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 02:44:33,148:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 02:47:52,539:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 02:56:36,218:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 03:02:54,628:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 03:04:39,696:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 03:06:15,276:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 03:07:51,902:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 03:09:57,023:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 03:11:52,624:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 03:12:42,496:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-05-09 03:35:21,617:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-05-09 03:43:53,552:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-05-09 03:48:39,329:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-05-09 03:51:16,103:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-05-09 03:54:18,457:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-05-09 04:24:12,694:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-05-09 04:24:22,035:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-05-09 04:29:50,678:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-05-09 04:43:39,794:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-05-21 21:27:39,501:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-05-21 21:30:03,561:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-05-21 21:40:50,399:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-07-31 02:50:40,918:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-07-31 02:53:30,039:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-07-31 02:53:32,023:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-07-31 02:56:56,522:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-07-31 03:02:52,803:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-07-31 03:09:58,887:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-07-31 03:23:17,769:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-07-31 03:23:56,602:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-07-31 03:24:00,235:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-14 17:27:12,538:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-14 17:27:33,979:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-14 17:28:53,346:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-14 17:33:32,681:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-14 17:33:40,613:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-15 14:29:35,227:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-15 17:34:45,687:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-15 17:36:45,780:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-21 19:27:41,971:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-08-21 19:28:33,041:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-08-21 19:31:58,529:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-08-21 19:35:00,321:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-08-21 19:36:15,816:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-08-21 19:37:02,432:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-08-21 19:39:31,645:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-08-21 19:39:33,858:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-08-21 19:47:57,756:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:73 +Trying to load from cache... +2023-08-21 19:49:22,662:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-21 19:53:59,521:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-21 19:58:45,613:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-21 20:03:41,599:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 03:07:42,285:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 03:15:00,357:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 03:22:20,970:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 03:22:42,133:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 03:23:44,475:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 03:23:44,476:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:109 +No lengths stats found. =( +2023-08-22 03:23:44,476:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:83 +Preparing length results +2023-08-22 03:23:44,478:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:30 +Creating lengths figure. +2023-08-22 03:23:44,567:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:96 +Saving results. +2023-08-22 03:25:15,417:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 03:25:15,417:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:109 +No lengths stats found. =( +2023-08-22 03:25:15,418:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:83 +Preparing length results +2023-08-22 03:25:15,419:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:30 +Creating lengths figure. +2023-08-22 03:25:15,482:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:96 +Saving results. +2023-08-22 03:25:57,233:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 03:26:11,349:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 03:26:14,445:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 03:26:26,706:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 03:27:05,811:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 03:27:05,812:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:109 +No lengths stats found. =( +2023-08-22 03:27:05,812:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:83 +Preparing length results +2023-08-22 03:27:05,813:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:30 +Creating lengths figure. +2023-08-22 03:27:05,872:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:96 +Saving results. +2023-08-22 03:27:45,198:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 03:27:45,198:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:109 +No lengths stats found. =( +2023-08-22 03:27:45,198:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:83 +Preparing length results +2023-08-22 03:27:45,199:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:30 +Creating lengths figure. +2023-08-22 03:27:45,271:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:96 +Saving results. +2023-08-22 03:28:00,940:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 03:28:57,985:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 03:29:07,764:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 03:29:13,440:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 03:31:37,274:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 03:31:44,775:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 03:31:50,845:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 03:31:56,026:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 03:32:00,225:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 03:52:34,968:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:83 +Preparing length results +2023-08-22 03:52:35,189:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:30 +Creating lengths figure. +2023-08-22 03:52:40,980:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:96 +Saving results. +2023-08-22 05:02:03,674:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 05:02:13,833:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 05:02:20,070:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 05:12:43,716:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:83 +Preparing length results +2023-08-22 05:12:43,802:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:30 +Creating lengths figure. +2023-08-22 05:12:44,947:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:96 +Saving results. +2023-08-22 05:35:22,537:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 05:35:42,355:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 05:50:52,032:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 05:51:09,346:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 06:07:28,279:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 06:07:45,834:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 06:31:54,435:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... +2023-08-22 06:32:07,297:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/lengths/lengths.py, lengths:75 +Trying to load from cache... diff --git a/log_files/npmi.log b/log_files/npmi.log new file mode 100644 index 0000000000000000000000000000000000000000..7b95ab5e90458dd114489e49b91c19d0821df542 --- /dev/null +++ b/log_files/npmi.log @@ -0,0 +1,2126 @@ +2023-04-11 03:13:45,670:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-04-11 03:13:45,670:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-04-11 03:13:45,683:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:298 +identity terms are +2023-04-11 03:13:45,683:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:299 +['man', 'woman', 'gay', 'straight', 'she', 'her', 'he', 'him', 'his', 'they', 'them', 'their', 'himself'] +2023-04-11 03:13:45,683:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:315 +Creating co-occurrence matrix for nPMI calculations. +2023-04-11 03:13:45,683:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:317 +0 [as, of, march, 13th, 2014, the, booklet, had,... +1 [in, order, to, help, increase, the, booklets,... +2 [simply, copy, and, paste, the, following, tex... +3 [click, below, for, a, free, download, of, a, ... +4 [click, on, the, download, 7, 42, mb, green, b... + ... +10939 [billy, that, guy, would, n, t, leave, me, alo... +10940 [wish, we, at, least, had, a, marine, le, pen,... +10941 [its, like, the, choices, are, white, genocide... +10942 [why, white, people, used, to, say, that, sex,... +10943 [now, i, get, it] +Name: tokenized_text, Length: 10944, dtype: object +2023-04-11 03:13:47,401:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:305 +Calculating results... +2023-04-11 03:13:47,401:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for man +2023-04-11 03:13:48,312:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-04-11 03:13:48,312:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.009 +to 0.010 +i 0.008 +and 0.013 +a 0.015 + ... +hose 0.000 +hospitalised 0.000 +hospitality 0.000 +hostages 0.000 +采用左眼专利技术 0.000 +Length: 16372, dtype: float64 +2023-04-11 03:13:48,437:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for woman +2023-04-11 03:13:49,340:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-04-11 03:13:49,340:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.006 +to 0.007 +i 0.004 +and 0.008 +a 0.012 + ... +hose 0.000 +hospitalised 0.000 +hospitality 0.000 +hostages 0.000 +采用左眼专利技术 0.000 +Length: 16372, dtype: float64 +2023-04-11 03:13:49,450:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for gay +2023-04-11 03:13:50,339:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-04-11 03:13:50,339:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.003 +to 0.003 +i 0.001 +and 0.003 +a 0.002 + ... +hose 0.000 +hospitalised 0.000 +hospitality 0.000 +hostages 0.000 +采用左眼专利技术 0.000 +Length: 16372, dtype: float64 +2023-04-11 03:13:50,428:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for straight +2023-04-11 03:13:51,318:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-04-11 03:13:51,318:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.002 +to 0.001 +i 0.001 +and 0.003 +a 0.002 + ... +hose 0.000 +hospitalised 0.000 +hospitality 0.000 +hostages 0.000 +采用左眼专利技术 0.000 +Length: 16372, dtype: float64 +2023-04-11 03:13:51,399:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for she +2023-04-11 03:13:52,356:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-04-11 03:13:52,357:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.012 +to 0.013 +i 0.013 +and 0.019 +a 0.017 + ... +hose 0.000 +hospitalised 0.000 +hospitality 0.000 +hostages 0.000 +采用左眼专利技术 0.000 +Length: 16372, dtype: float64 +2023-04-11 03:13:52,506:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for her +2023-04-11 03:13:53,398:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-04-11 03:13:53,398:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.013 +to 0.017 +i 0.016 +and 0.025 +a 0.020 + ... +hose 0.000 +hospitalised 0.000 +hospitality 0.000 +hostages 0.000 +采用左眼专利技术 0.000 +Length: 16372, dtype: float64 +2023-04-11 03:13:53,566:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for he +2023-04-11 03:13:54,484:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-04-11 03:13:54,484:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.023 +to 0.027 +i 0.018 +and 0.031 +a 0.035 + ... +hose 1.000 +hospitalised 0.000 +hospitality 0.000 +hostages 0.000 +采用左眼专利技术 0.000 +Length: 16372, dtype: float64 +2023-04-11 03:13:54,715:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for him +2023-04-11 03:13:55,613:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-04-11 03:13:55,613:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.010 +to 0.016 +i 0.014 +and 0.017 +a 0.014 + ... +hose 0.000 +hospitalised 0.000 +hospitality 0.000 +hostages 0.000 +采用左眼专利技术 0.000 +Length: 16372, dtype: float64 +2023-04-11 03:13:55,775:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for his +2023-04-11 03:13:56,673:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-04-11 03:13:56,673:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.016 +to 0.019 +i 0.015 +and 0.024 +a 0.020 + ... +hose 0.000 +hospitalised 0.000 +hospitality 0.000 +hostages 0.000 +采用左眼专利技术 0.000 +Length: 16372, dtype: float64 +2023-04-11 03:13:56,877:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for they +2023-04-11 03:13:57,846:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-04-11 03:13:57,846:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.090 +to 0.117 +i 0.069 +and 0.125 +a 0.092 + ... +hose 0.000 +hospitalised 0.000 +hospitality 0.000 +hostages 0.000 +采用左眼专利技术 0.000 +Length: 16372, dtype: float64 +2023-04-11 03:13:58,231:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for them +2023-04-11 03:13:59,240:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-04-11 03:13:59,240:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.037 +to 0.061 +i 0.046 +and 0.060 +a 0.046 + ... +hose 0.000 +hospitalised 0.000 +hospitality 0.000 +hostages 0.000 +采用左眼专利技术 0.000 +Length: 16372, dtype: float64 +2023-04-11 03:13:59,505:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for their +2023-04-11 03:14:00,467:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-04-11 03:14:00,467:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.047 +to 0.059 +i 0.034 +and 0.068 +a 0.042 + ... +hose 0.000 +hospitalised 0.000 +hospitality 0.000 +hostages 0.000 +采用左眼专利技术 0.000 +Length: 16372, dtype: float64 +2023-04-11 03:14:00,771:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for himself +2023-04-11 03:14:01,654:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-04-11 03:14:01,654:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.001 +to 0.001 +i 0.001 +and 0.001 +a 0.001 + ... +hose 0.000 +hospitalised 0.000 +hospitality 0.000 +hostages 0.000 +采用左眼专利技术 0.000 +Length: 16372, dtype: float64 +2023-04-11 03:17:45,379:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-04-11 03:17:45,380:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-04-11 03:17:45,380:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-04-13 19:15:48,441:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-04-13 19:15:48,442:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-04-13 19:15:48,442:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-04-13 19:16:57,404:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-04-13 19:16:57,405:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-04-13 19:16:57,405:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-04-13 19:18:11,394:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-04-13 19:18:11,394:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-04-13 19:18:11,395:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-04-13 19:19:17,213:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-04-13 19:19:17,213:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-04-13 19:19:17,214:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-04-13 19:20:05,014:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-04-13 19:20:05,015:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-04-13 19:20:05,015:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-04-13 19:21:17,725:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-04-13 19:21:17,726:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-04-13 19:21:17,726:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-04-13 19:30:14,466:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-04-13 19:30:14,466:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-04-13 19:30:14,467:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-04-13 19:55:58,957:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-04-13 19:55:58,958:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-04-13 19:55:58,958:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-05-09 01:29:34,929:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-05-09 01:29:34,929:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-05-09 01:29:34,930:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-05-09 03:35:21,648:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-05-09 03:35:21,648:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-05-09 03:35:21,649:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-05-09 03:43:53,582:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-05-09 03:43:53,584:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-05-09 03:43:53,584:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-05-09 03:48:39,364:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-05-09 03:48:39,364:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-05-09 03:48:39,365:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-05-21 21:27:39,531:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-05-21 21:27:39,531:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-05-21 21:27:39,532:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-07-31 02:50:40,950:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-07-31 02:50:40,951:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-07-31 02:50:40,951:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-07-31 02:53:30,074:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-07-31 02:53:30,074:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-07-31 02:53:30,075:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-07-31 02:53:32,052:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-07-31 02:53:32,052:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-07-31 02:53:32,052:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-07-31 02:56:56,551:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-07-31 02:56:56,552:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-07-31 02:56:56,552:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-07-31 03:02:52,834:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-07-31 03:02:52,835:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-07-31 03:02:52,835:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-14 17:28:53,380:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-14 17:28:53,380:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-14 17:28:53,381:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-14 17:33:32,718:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-14 17:33:32,719:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-14 17:33:32,719:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-14 17:33:40,646:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-14 17:33:40,647:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-14 17:33:40,648:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-15 14:29:35,258:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-15 14:29:35,259:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-15 14:29:35,259:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-15 17:34:45,716:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-15 17:34:45,717:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-15 17:34:45,717:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-15 17:36:45,812:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-15 17:36:45,812:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-15 17:36:45,813:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-21 19:27:42,058:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-21 19:27:42,059:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-21 19:27:42,059:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-21 19:28:33,124:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-21 19:28:33,124:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-21 19:28:33,125:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-21 19:31:58,621:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-21 19:31:58,621:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-21 19:31:58,622:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-21 19:35:00,408:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-21 19:35:00,408:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-21 19:35:00,409:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-21 19:36:15,947:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-21 19:36:15,954:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-21 19:36:15,957:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-21 19:37:02,516:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-21 19:37:02,517:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-21 19:37:02,517:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-21 19:39:31,784:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-21 19:39:31,787:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-21 19:39:31,790:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-21 19:39:33,943:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-21 19:39:33,943:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-21 19:39:33,943:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-21 19:47:57,847:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-21 19:47:57,847:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-21 19:47:57,848:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-21 19:49:22,701:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-21 19:49:22,701:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-21 19:49:22,702:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-21 19:53:59,562:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-21 19:53:59,563:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-21 19:53:59,563:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-21 19:58:45,641:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-21 19:58:45,642:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-21 19:58:45,642:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-21 20:03:41,629:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-21 20:03:41,630:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-21 20:03:41,630:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-22 03:07:42,312:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 03:07:42,313:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 03:07:42,313:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-22 03:15:00,386:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 03:15:00,387:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 03:15:00,387:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-22 03:22:21,007:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 03:22:21,007:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 03:22:21,009:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-22 03:22:42,168:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 03:22:42,171:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 03:22:42,174:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-22 03:23:44,737:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 03:23:44,739:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 03:23:44,748:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:298 +identity terms are +2023-08-22 03:23:44,748:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:299 +['man', 'she', 'her', 'he', 'him', 'his', 'they', 'them', 'their'] +2023-08-22 03:23:44,748:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:315 +Creating co-occurrence matrix for nPMI calculations. +2023-08-22 03:23:44,748:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:317 +0 [one, of, the, essential, if, often, unstated,... +1 [the, buyer, would, get, everything, including... +2 [the, agriculture, sector, as, the, main, sour... +3 [management, factors, influencing, open, innov... +4 [henry, repeating, arms, is, proud, to, announ... + ... +192 [the, long, lost, wolf, or3, once, thought, de... +193 [the, wolf, or3, has, been, spotted, in, the, ... +194 [wolf, or7, has, pups, in, siskiyou, national,... +195 [when, the, wolves, return, to, western, orego... +196 [boeing, has, rolled, out, its, 10, 000th, 737... +Name: tokenized_text, Length: 197, dtype: object +2023-08-22 03:23:45,472:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:305 +Calculating results... +2023-08-22 03:23:45,473:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for man +2023-08-22 03:23:46,093:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 03:23:46,094:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.007 +of 0.013 +and 0.014 +to 0.015 +a 0.018 + ... +heartening 1.000 +healthcare 0.000 +healing 0.000 +heady 0.000 +豆漿 0.000 +Length: 9145, dtype: float64 +2023-08-22 03:23:46,229:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for she +2023-08-22 03:23:46,835:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 03:23:46,835:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.005 +of 0.009 +and 0.010 +to 0.010 +a 0.013 + ... +heartening 1.000 +healthcare 0.000 +healing 1.000 +heady 0.000 +豆漿 1.000 +Length: 9145, dtype: float64 +2023-08-22 03:23:46,940:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for her +2023-08-22 03:23:47,575:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 03:23:47,575:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.005 +of 0.010 +and 0.010 +to 0.010 +a 0.013 + ... +heartening 1.000 +healthcare 0.000 +healing 1.000 +heady 0.000 +豆漿 0.000 +Length: 9145, dtype: float64 +2023-08-22 03:23:47,689:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for he +2023-08-22 03:23:48,314:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 03:23:48,315:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.019 +of 0.038 +and 0.041 +to 0.042 +a 0.050 + ... +heartening 0.000 +healthcare 0.000 +healing 1.000 +heady 0.000 +豆漿 0.000 +Length: 9145, dtype: float64 +2023-08-22 03:23:48,690:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for him +2023-08-22 03:23:50,529:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 03:23:50,530:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.007 +of 0.014 +and 0.016 +to 0.017 +a 0.019 + ... +heartening 1.000 +healthcare 0.000 +healing 1.000 +heady 0.000 +豆漿 0.000 +Length: 9145, dtype: float64 +2023-08-22 03:23:50,719:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for his +2023-08-22 03:23:51,354:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 03:23:51,354:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.020 +of 0.040 +and 0.040 +to 0.043 +a 0.050 + ... +heartening 1.000 +healthcare 0.000 +healing 1.000 +heady 0.000 +豆漿 0.000 +Length: 9145, dtype: float64 +2023-08-22 03:23:51,598:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for they +2023-08-22 03:23:52,219:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 03:23:52,219:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.022 +of 0.044 +and 0.047 +to 0.048 +a 0.058 + ... +heartening 1.000 +healthcare 1.000 +healing 1.000 +heady 1.000 +豆漿 1.000 +Length: 9145, dtype: float64 +2023-08-22 03:23:52,471:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for them +2023-08-22 03:23:53,083:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 03:23:53,083:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.013 +of 0.026 +and 0.027 +to 0.028 +a 0.034 + ... +heartening 0.000 +healthcare 1.000 +healing 1.000 +heady 0.000 +豆漿 1.000 +Length: 9145, dtype: float64 +2023-08-22 03:23:53,289:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for their +2023-08-22 03:23:53,948:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 03:23:53,948:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.019 +of 0.037 +and 0.040 +to 0.042 +a 0.051 + ... +heartening 1.000 +healthcare 1.000 +healing 1.000 +heady 0.000 +豆漿 1.000 +Length: 9145, dtype: float64 +2023-08-22 03:25:15,656:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 03:25:15,656:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 03:25:15,661:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:298 +identity terms are +2023-08-22 03:25:15,662:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:299 +[] +2023-08-22 03:25:15,662:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:315 +Creating co-occurrence matrix for nPMI calculations. +2023-08-22 03:25:15,662:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:317 +0 [https, eppc, org, wp, content, uploads, 2017,... +1 [https, cdn, motor1, com, images, mgl, orko0, ... +2 [https, slidelegend, com, img, 60x80, manageme... +3 [https, www, henryusa, com, wp, content, uploa... +4 [https, www, henryusa, com, wp, content, uploa... + ... +243 [http, www, gannett, cdn, com, mm, 9065941e142... +244 [https, cdn, businesstraveller, com, wp, conte... +245 [https, cdn, businesstraveller, com, wp, conte... +246 [https, cdn, businesstraveller, com, wp, conte... +247 [https, cdn, businesstraveller, com, wp, conte... +Name: tokenized_text, Length: 248, dtype: object +2023-08-22 03:25:15,780:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:305 +Calculating results... +2023-08-22 03:25:57,267:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 03:25:57,267:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 03:25:57,268:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-22 03:26:11,360:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 03:26:11,362:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 03:26:11,362:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-22 03:26:14,449:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 03:26:14,449:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 03:26:14,454:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:298 +identity terms are +2023-08-22 03:26:14,454:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:299 +[] +2023-08-22 03:26:14,454:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:315 +Creating co-occurrence matrix for nPMI calculations. +2023-08-22 03:26:14,454:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:317 +0 [https, eppc, org, wp, content, uploads, 2017,... +1 [https, cdn, motor1, com, images, mgl, orko0, ... +2 [https, slidelegend, com, img, 60x80, manageme... +3 [https, www, henryusa, com, wp, content, uploa... +4 [https, www, henryusa, com, wp, content, uploa... + ... +243 [http, www, gannett, cdn, com, mm, 9065941e142... +244 [https, cdn, businesstraveller, com, wp, conte... +245 [https, cdn, businesstraveller, com, wp, conte... +246 [https, cdn, businesstraveller, com, wp, conte... +247 [https, cdn, businesstraveller, com, wp, conte... +Name: tokenized_text, Length: 248, dtype: object +2023-08-22 03:26:14,579:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:305 +Calculating results... +2023-08-22 03:26:26,709:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 03:26:26,709:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 03:26:26,709:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-22 03:27:06,034:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 03:27:06,035:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 03:27:06,040:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:298 +identity terms are +2023-08-22 03:27:06,040:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:299 +[] +2023-08-22 03:27:06,040:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:315 +Creating co-occurrence matrix for nPMI calculations. +2023-08-22 03:27:06,040:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:317 +0 [url, https, eppc, org, publication, declarati... +1 [url, https, lamborghinichat, com, forum, news... +2 [url, https, slidelegend, com, the, influencin... +3 [url, https, www, henryusa, com, flexforkal, w... +4 [url, https, www, arout, net, hotel, occupancy... + ... +95 [url, https, feifa, eu, spectacular, tax, savi... +96 [url, http, blogs, reading, ac, uk, crg, adven... +97 [url, https, www, wired, com, 2009, 11, alt, t... +98 [url, https, www, statesmanjournal, com, story... +99 [url, https, www, businesstraveller, com, busi... +Name: tokenized_text, Length: 100, dtype: object +2023-08-22 03:27:06,195:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:305 +Calculating results... +2023-08-22 03:27:45,445:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 03:27:45,446:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 03:27:45,451:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:298 +identity terms are +2023-08-22 03:27:45,451:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:299 +[] +2023-08-22 03:27:45,451:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:315 +Creating co-occurrence matrix for nPMI calculations. +2023-08-22 03:27:45,451:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:317 +0 [https, eppc, org, wp, content, uploads, 2017,... +1 [https, cdn, motor1, com, images, mgl, orko0, ... +2 [https, slidelegend, com, img, 60x80, manageme... +3 [https, www, henryusa, com, wp, content, uploa... +4 [https, www, henryusa, com, wp, content, uploa... + ... +242 [https, www, saturdayeveningpost, com, wp, con... +243 [http, feifa, eu, wp, content, uploads, 2017, ... +244 [https, www, chicagocondofinder, com, uploads,... +245 [http, blogs, reading, ac, uk, crg, files, 201... +246 [http, blogs, reading, ac, uk, crg, files, 201... +Name: tokenized_text, Length: 247, dtype: object +2023-08-22 03:27:45,567:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:305 +Calculating results... +2023-08-22 03:28:00,949:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 03:28:00,951:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 03:28:00,957:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:298 +identity terms are +2023-08-22 03:28:00,957:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:299 +[] +2023-08-22 03:28:00,957:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:315 +Creating co-occurrence matrix for nPMI calculations. +2023-08-22 03:28:00,957:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:317 +0 [https, eppc, org, wp, content, uploads, 2017,... +1 [https, cdn, motor1, com, images, mgl, orko0, ... +2 [https, slidelegend, com, img, 60x80, manageme... +3 [https, www, henryusa, com, wp, content, uploa... +4 [https, www, henryusa, com, wp, content, uploa... + ... +243 [http, www, gannett, cdn, com, mm, 9065941e142... +244 [https, cdn, businesstraveller, com, wp, conte... +245 [https, cdn, businesstraveller, com, wp, conte... +246 [https, cdn, businesstraveller, com, wp, conte... +247 [https, cdn, businesstraveller, com, wp, conte... +Name: tokenized_text, Length: 248, dtype: object +2023-08-22 03:28:01,101:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:305 +Calculating results... +2023-08-22 03:28:58,019:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 03:28:58,025:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 03:28:58,026:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-22 03:29:07,766:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 03:29:07,766:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 03:29:07,772:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:298 +identity terms are +2023-08-22 03:29:07,772:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:299 +[] +2023-08-22 03:29:07,772:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:315 +Creating co-occurrence matrix for nPMI calculations. +2023-08-22 03:29:07,772:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:317 +0 [https, eppc, org, wp, content, uploads, 2017,... +1 [https, cdn, motor1, com, images, mgl, orko0, ... +2 [https, slidelegend, com, img, 60x80, manageme... +3 [https, www, henryusa, com, wp, content, uploa... +4 [https, www, henryusa, com, wp, content, uploa... + ... +243 [http, www, gannett, cdn, com, mm, 9065941e142... +244 [https, cdn, businesstraveller, com, wp, conte... +245 [https, cdn, businesstraveller, com, wp, conte... +246 [https, cdn, businesstraveller, com, wp, conte... +247 [https, cdn, businesstraveller, com, wp, conte... +Name: tokenized_text, Length: 248, dtype: object +2023-08-22 03:29:07,896:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:305 +Calculating results... +2023-08-22 03:29:13,444:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 03:29:13,444:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 03:29:13,444:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-22 03:31:37,307:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 03:31:37,308:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 03:31:37,308:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-22 03:31:44,778:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 03:31:44,778:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 03:31:44,785:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:298 +identity terms are +2023-08-22 03:31:44,785:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:299 +[] +2023-08-22 03:31:44,785:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:315 +Creating co-occurrence matrix for nPMI calculations. +2023-08-22 03:31:44,785:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:317 +0 [https, eppc, org, wp, content, uploads, 2017,... +1 [https, cdn, motor1, com, images, mgl, orko0, ... +2 [https, slidelegend, com, img, 60x80, manageme... +3 [https, www, henryusa, com, wp, content, uploa... +4 [https, www, henryusa, com, wp, content, uploa... + ... +242 [https, www, saturdayeveningpost, com, wp, con... +243 [http, feifa, eu, wp, content, uploads, 2017, ... +244 [https, www, chicagocondofinder, com, uploads,... +245 [http, blogs, reading, ac, uk, crg, files, 201... +246 [http, blogs, reading, ac, uk, crg, files, 201... +Name: tokenized_text, Length: 247, dtype: object +2023-08-22 03:31:44,905:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:305 +Calculating results... +2023-08-22 03:31:50,851:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 03:31:50,852:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 03:31:50,852:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-22 03:31:56,031:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 03:31:56,031:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 03:31:56,037:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:298 +identity terms are +2023-08-22 03:31:56,037:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:299 +[] +2023-08-22 03:31:56,037:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:315 +Creating co-occurrence matrix for nPMI calculations. +2023-08-22 03:31:56,037:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:317 +0 [https, eppc, org, wp, content, uploads, 2017,... +1 [https, cdn, motor1, com, images, mgl, orko0, ... +2 [https, slidelegend, com, img, 60x80, manageme... +3 [https, www, henryusa, com, wp, content, uploa... +4 [https, www, henryusa, com, wp, content, uploa... + ... +243 [http, www, gannett, cdn, com, mm, 9065941e142... +244 [https, cdn, businesstraveller, com, wp, conte... +245 [https, cdn, businesstraveller, com, wp, conte... +246 [https, cdn, businesstraveller, com, wp, conte... +247 [https, cdn, businesstraveller, com, wp, conte... +Name: tokenized_text, Length: 248, dtype: object +2023-08-22 03:31:56,175:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:305 +Calculating results... +2023-08-22 03:32:00,227:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 03:32:00,227:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 03:32:00,233:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:298 +identity terms are +2023-08-22 03:32:00,233:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:299 +[] +2023-08-22 03:32:00,233:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:315 +Creating co-occurrence matrix for nPMI calculations. +2023-08-22 03:32:00,233:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:317 +0 [https, eppc, org, wp, content, uploads, 2017,... +1 [https, cdn, motor1, com, images, mgl, orko0, ... +2 [https, slidelegend, com, img, 60x80, manageme... +3 [https, www, henryusa, com, wp, content, uploa... +4 [https, www, henryusa, com, wp, content, uploa... + ... +242 [https, www, saturdayeveningpost, com, wp, con... +243 [http, feifa, eu, wp, content, uploads, 2017, ... +244 [https, www, chicagocondofinder, com, uploads,... +245 [http, blogs, reading, ac, uk, crg, files, 201... +246 [http, blogs, reading, ac, uk, crg, files, 201... +Name: tokenized_text, Length: 247, dtype: object +2023-08-22 03:32:00,347:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:305 +Calculating results... +2023-08-22 03:52:44,735:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 03:52:44,735:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 03:52:46,251:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:298 +identity terms are +2023-08-22 03:52:46,251:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:299 +['man', 'woman', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 03:52:46,251:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:315 +Creating co-occurrence matrix for nPMI calculations. +2023-08-22 03:52:46,251:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:317 +0 [one, of, the, essential, if, often, unstated,... +1 [the, buyer, would, get, everything, including... +2 [the, agriculture, sector, as, the, main, sour... +3 [management, factors, influencing, open, innov... +4 [henry, repeating, arms, is, proud, to, announ... + ... +213248 [the, patriot, batteries, currently, based, in... +213249 [i, came, across, a, video, on, youtube, title... +213250 [23, 1997, i, believe, any, company, that, has... +213251 [context, supernova, remnants, are, known, to,... +213252 [i, love, webmasterjoe, because, he, understoo... +Name: tokenized_text, Length: 213253, dtype: object +2023-08-22 03:55:41,888:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:305 +Calculating results... +2023-08-22 03:55:41,890:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for man +2023-08-22 03:56:40,912:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 03:56:40,912:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.004674 +and 0.009862 +of 0.010052 +to 0.010060 +a 0.011786 + ... +janneck 0.000000 +jannazzo 0.000000 +jannayak 0.000000 +jannatul 0.000000 +𝟮𝟱 1.000000 +Length: 458951, dtype: float64 +2023-08-22 03:56:47,696:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for woman +2023-08-22 03:57:24,104:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 03:57:24,106:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.002216 +and 0.004686 +of 0.004782 +to 0.004791 +a 0.005655 + ... +janneck 1.000000 +jannazzo 0.000000 +jannayak 0.000000 +jannatul 0.000000 +𝟮𝟱 0.000000 +Length: 458951, dtype: float64 +2023-08-22 03:57:29,097:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for gay +2023-08-22 03:57:53,748:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 03:57:53,748:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.000386 +and 0.000821 +of 0.000833 +to 0.000837 +a 0.000962 + ... +janneck 0.000000 +jannazzo 0.000000 +jannayak 0.000000 +jannatul 0.000000 +𝟮𝟱 0.000000 +Length: 458951, dtype: float64 +2023-08-22 03:57:57,061:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for lesbian +2023-08-22 03:58:17,876:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 03:58:17,877:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.000095 +and 0.000203 +of 0.000207 +to 0.000206 +a 0.000241 + ... +janneck 0.000000 +jannazzo 0.000000 +jannayak 0.000000 +jannatul 0.000000 +𝟮𝟱 0.000000 +Length: 458951, dtype: float64 +2023-08-22 03:58:20,527:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for queer +2023-08-22 03:58:41,336:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 03:58:41,337:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.000106 +and 0.000223 +of 0.000229 +to 0.000223 +a 0.000265 + ... +janneck 0.000000 +jannazzo 0.000000 +jannayak 0.000000 +jannatul 0.000000 +𝟮𝟱 0.000000 +Length: 458951, dtype: float64 +2023-08-22 03:58:44,018:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for trans +2023-08-22 03:59:05,432:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 03:59:05,434:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.000144 +and 0.000306 +of 0.000311 +to 0.000313 +a 0.000357 + ... +janneck 0.000000 +jannazzo 0.000000 +jannayak 0.000000 +jannatul 0.000000 +𝟮𝟱 0.000000 +Length: 458951, dtype: float64 +2023-08-22 03:59:08,309:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for straight +2023-08-22 03:59:38,456:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 03:59:38,458:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.001250 +and 0.002654 +of 0.002684 +to 0.002712 +a 0.003138 + ... +janneck 0.000000 +jannazzo 0.000000 +jannayak 0.000000 +jannatul 0.000000 +𝟮𝟱 0.000000 +Length: 458951, dtype: float64 +2023-08-22 03:59:42,752:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for cis +2023-08-22 04:00:02,031:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 04:00:02,032:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.000025 +and 0.000054 +of 0.000055 +to 0.000052 +a 0.000061 + ... +janneck 0.000000 +jannazzo 0.000000 +jannayak 0.000000 +jannatul 0.000000 +𝟮𝟱 0.000000 +Length: 458951, dtype: float64 +2023-08-22 04:00:04,390:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for she +2023-08-22 05:02:03,702:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 05:02:03,702:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 05:02:03,703:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-22 05:02:13,834:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 05:02:13,834:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 05:02:13,839:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:298 +identity terms are +2023-08-22 05:02:13,839:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:299 +[] +2023-08-22 05:02:13,839:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:315 +Creating co-occurrence matrix for nPMI calculations. +2023-08-22 05:02:13,839:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:317 +0 [https, eppc, org, wp, content, uploads, 2017,... +1 [https, cdn, motor1, com, images, mgl, orko0, ... +2 [https, slidelegend, com, img, 60x80, manageme... +3 [https, www, henryusa, com, wp, content, uploa... +4 [https, www, henryusa, com, wp, content, uploa... + ... +243 [http, www, gannett, cdn, com, mm, 9065941e142... +244 [https, cdn, businesstraveller, com, wp, conte... +245 [https, cdn, businesstraveller, com, wp, conte... +246 [https, cdn, businesstraveller, com, wp, conte... +247 [https, cdn, businesstraveller, com, wp, conte... +Name: tokenized_text, Length: 248, dtype: object +2023-08-22 05:02:13,956:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:305 +Calculating results... +2023-08-22 05:02:20,073:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 05:02:20,073:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 05:02:20,073:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-22 05:12:46,568:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 05:12:46,569:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 05:12:46,680:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:298 +identity terms are +2023-08-22 05:12:46,680:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:299 +['man', 'woman', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 05:12:46,680:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:315 +Creating co-occurrence matrix for nPMI calculations. +2023-08-22 05:12:46,680:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:317 +0 [one, of, the, essential, if, often, unstated,... +1 [the, buyer, would, get, everything, including... +2 [the, agriculture, sector, as, the, main, sour... +3 [management, factors, influencing, open, innov... +4 [henry, repeating, arms, is, proud, to, announ... + ... +106540 [and, thus, releases, an, energy, wave, that, ... +106541 [i, ve, officially, kicked, off, a, new, proje... +106542 [alex, espinoza, is, a, software, developer, i... +106543 [louise, hansen, is, a, danish, retired, assoc... +106544 [what, do, you, think, how, much, louise, hans... +Name: tokenized_text, Length: 106545, dtype: object +2023-08-22 05:14:09,228:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:305 +Calculating results... +2023-08-22 05:14:09,229:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for man +2023-08-22 05:14:32,933:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:14:32,935:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.004702 +and 0.009950 +of 0.010129 +to 0.010124 +a 0.011865 + ... +jhonny 1.000000 +jhonnylever 0.000000 +jhoola 0.000000 +jhoolas 0.000000 +𝟓 0.000000 +Length: 301235, dtype: float64 +2023-08-22 05:14:37,106:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for woman +2023-08-22 05:14:55,495:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:14:55,497:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.002223 +and 0.004714 +of 0.004802 +to 0.004821 +a 0.005676 + ... +jhonny 0.000000 +jhonnylever 0.000000 +jhoola 0.000000 +jhoolas 0.000000 +𝟓 1.000000 +Length: 301235, dtype: float64 +2023-08-22 05:14:58,626:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for gay +2023-08-22 05:15:12,866:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:15:12,866:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.000409 +and 0.000864 +of 0.000882 +to 0.000891 +a 0.001025 + ... +jhonny 0.000000 +jhonnylever 0.000000 +jhoola 0.000000 +jhoolas 0.000000 +𝟓 0.000000 +Length: 301235, dtype: float64 +2023-08-22 05:15:14,819:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for lesbian +2023-08-22 05:15:27,856:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:15:27,857:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.000091 +and 0.000194 +of 0.000198 +to 0.000198 +a 0.000231 + ... +jhonny 0.000000 +jhonnylever 0.000000 +jhoola 0.000000 +jhoolas 0.000000 +𝟓 0.000000 +Length: 301235, dtype: float64 +2023-08-22 05:15:29,357:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for queer +2023-08-22 05:15:42,550:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:15:42,551:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.000110 +and 0.000231 +of 0.000238 +to 0.000228 +a 0.000276 + ... +jhonny 0.000000 +jhonnylever 0.000000 +jhoola 0.000000 +jhoolas 0.000000 +𝟓 0.000000 +Length: 301235, dtype: float64 +2023-08-22 05:15:44,084:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for trans +2023-08-22 05:15:57,314:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:15:57,314:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.000151 +and 0.000319 +of 0.000331 +to 0.000330 +a 0.000373 + ... +jhonny 0.000000 +jhonnylever 0.000000 +jhoola 0.000000 +jhoolas 0.000000 +𝟓 0.000000 +Length: 301235, dtype: float64 +2023-08-22 05:15:58,963:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for straight +2023-08-22 05:16:15,640:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:16:15,641:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.001284 +and 0.002724 +of 0.002752 +to 0.002774 +a 0.003221 + ... +jhonny 0.000000 +jhonnylever 0.000000 +jhoola 0.000000 +jhoolas 0.000000 +𝟓 0.000000 +Length: 301235, dtype: float64 +2023-08-22 05:16:18,353:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for cis +2023-08-22 05:16:31,038:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:16:31,039:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.000025 +and 0.000054 +of 0.000054 +to 0.000052 +a 0.000060 + ... +jhonny 0.000000 +jhonnylever 0.000000 +jhoola 0.000000 +jhoolas 0.000000 +𝟓 0.000000 +Length: 301235, dtype: float64 +2023-08-22 05:16:32,391:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for she +2023-08-22 05:17:07,882:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:17:07,882:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.008813 +and 0.018734 +of 0.018786 +to 0.018917 +a 0.022109 + ... +jhonny 0.000000 +jhonnylever 0.000000 +jhoola 0.000000 +jhoolas 1.000000 +𝟓 1.000000 +Length: 301235, dtype: float64 +2023-08-22 05:17:12,919:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for her +2023-08-22 05:17:49,099:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:17:49,101:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.009404 +and 0.019922 +of 0.020074 +to 0.020125 +a 0.023473 + ... +jhonny 0.000000 +jhonnylever 0.000000 +jhoola 0.000000 +jhoolas 1.000000 +𝟓 1.000000 +Length: 301235, dtype: float64 +2023-08-22 05:17:54,321:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for hers +2023-08-22 05:18:07,506:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:18:07,507:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.000103 +and 0.000215 +of 0.000222 +to 0.000223 +a 0.000259 + ... +jhonny 0.000000 +jhonnylever 0.000000 +jhoola 0.000000 +jhoolas 0.000000 +𝟓 0.000000 +Length: 301235, dtype: float64 +2023-08-22 05:18:09,051:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for he +2023-08-22 05:19:06,117:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:19:06,120:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.018700 +and 0.039534 +of 0.039951 +to 0.040100 +a 0.046563 + ... +jhonny 1.000000 +jhonnylever 0.000000 +jhoola 1.000000 +jhoolas 1.000000 +𝟓 0.000000 +Length: 301235, dtype: float64 +2023-08-22 05:19:13,328:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for him +2023-08-22 05:19:46,210:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:19:46,212:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.008077 +and 0.017223 +of 0.017383 +to 0.017668 +a 0.020354 + ... +jhonny 1.000000 +jhonnylever 0.000000 +jhoola 0.000000 +jhoolas 0.000000 +𝟓 0.000000 +Length: 301235, dtype: float64 +2023-08-22 05:19:51,294:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for his +2023-08-22 05:20:48,937:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:20:48,939:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.017975 +and 0.037911 +of 0.038492 +to 0.038432 +a 0.044599 + ... +jhonny 1.000000 +jhonnylever 0.000000 +jhoola 1.000000 +jhoolas 1.000000 +𝟓 0.000000 +Length: 301235, dtype: float64 +2023-08-22 05:20:56,057:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for they +2023-08-22 05:22:00,311:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:22:00,314:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.021503 +and 0.045740 +of 0.046216 +to 0.046564 +a 0.053462 + ... +jhonny 1.000000 +jhonnylever 0.000000 +jhoola 0.000000 +jhoolas 1.000000 +𝟓 0.000000 +Length: 301235, dtype: float64 +2023-08-22 05:22:07,927:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for them +2023-08-22 05:22:52,432:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:22:52,434:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +word +the 0.013046 +and 0.027931 +of 0.028289 +to 0.028536 +a 0.032568 + ... +jhonny 0.000000 +jhonnylever 0.000000 +jhoola 0.000000 +jhoolas 0.000000 +𝟓 0.000000 +Length: 301235, dtype: float64 +2023-08-22 05:22:58,797:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for their +2023-08-22 05:35:22,564:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 05:35:22,564:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 05:35:22,564:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-22 05:35:43,264:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 05:35:43,265:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 05:35:43,265:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-22 05:35:43,342:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:298 +identity terms are +2023-08-22 05:35:43,342:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:299 +['man', 'woman', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 05:35:43,342:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:315 +Creating co-occurrence matrix for nPMI calculations. +2023-08-22 05:35:43,342:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:317 +0 [one, of, the, essential, if, often, unstated,... +1 [the, buyer, would, get, everything, including... +2 [the, agriculture, sector, as, the, main, sour... +3 [management, factors, influencing, open, innov... +4 [henry, repeating, arms, is, proud, to, announ... + ... +106540 [and, thus, releases, an, energy, wave, that, ... +106541 [i, ve, officially, kicked, off, a, new, proje... +106542 [alex, espinoza, is, a, software, developer, i... +106543 [louise, hansen, is, a, danish, retired, assoc... +106544 [what, do, you, think, how, much, louise, hans... +Name: tokenized_text, Length: 106545, dtype: object +2023-08-22 05:36:41,091:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:305 +Calculating results... +2023-08-22 05:36:41,092:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for man +2023-08-22 05:37:05,303:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:37:05,305:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.005 +and 0.010 +of 0.010 +to 0.010 +a 0.012 + ... +jhonny 1.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 0.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 05:37:09,389:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for woman +2023-08-22 05:37:28,220:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:37:28,222:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.002 +and 0.005 +of 0.005 +to 0.005 +a 0.006 + ... +jhonny 0.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 0.000 +𝟓 1.000 +Length: 301235, dtype: float64 +2023-08-22 05:37:31,251:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for gay +2023-08-22 05:37:45,503:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:37:45,505:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.000 +and 0.001 +of 0.001 +to 0.001 +a 0.001 + ... +jhonny 0.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 0.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 05:37:47,232:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for lesbian +2023-08-22 05:38:00,852:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:38:00,853:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.000 +and 0.000 +of 0.000 +to 0.000 +a 0.000 + ... +jhonny 0.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 0.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 05:38:02,129:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for queer +2023-08-22 05:38:15,600:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:38:15,601:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.000 +and 0.000 +of 0.000 +to 0.000 +a 0.000 + ... +jhonny 0.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 0.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 05:38:17,099:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for trans +2023-08-22 05:38:30,509:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:38:30,510:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.000 +and 0.000 +of 0.000 +to 0.000 +a 0.000 + ... +jhonny 0.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 0.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 05:38:31,933:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for straight +2023-08-22 05:38:48,601:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:38:48,603:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.001 +and 0.003 +of 0.003 +to 0.003 +a 0.003 + ... +jhonny 0.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 0.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 05:38:51,175:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for cis +2023-08-22 05:39:03,914:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:39:03,914:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.000 +and 0.000 +of 0.000 +to 0.000 +a 0.000 + ... +jhonny 0.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 0.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 05:39:04,976:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for she +2023-08-22 05:39:38,612:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:39:38,614:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.009 +and 0.019 +of 0.019 +to 0.019 +a 0.022 + ... +jhonny 0.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 1.000 +𝟓 1.000 +Length: 301235, dtype: float64 +2023-08-22 05:39:43,513:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for her +2023-08-22 05:40:19,335:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:40:19,337:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.009 +and 0.020 +of 0.020 +to 0.020 +a 0.023 + ... +jhonny 0.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 1.000 +𝟓 1.000 +Length: 301235, dtype: float64 +2023-08-22 05:40:24,461:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for hers +2023-08-22 05:40:37,621:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:40:37,622:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.000 +and 0.000 +of 0.000 +to 0.000 +a 0.000 + ... +jhonny 0.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 0.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 05:40:38,913:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for he +2023-08-22 05:41:35,654:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:41:35,657:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.019 +and 0.040 +of 0.040 +to 0.040 +a 0.047 + ... +jhonny 1.000 +jhonnylever 0.000 +jhoola 1.000 +jhoolas 1.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 05:41:42,734:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for him +2023-08-22 05:42:15,192:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:42:15,194:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.008 +and 0.017 +of 0.017 +to 0.018 +a 0.020 + ... +jhonny 1.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 0.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 05:42:20,159:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for his +2023-08-22 05:43:17,940:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:43:17,943:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.018 +and 0.038 +of 0.038 +to 0.038 +a 0.045 + ... +jhonny 1.000 +jhonnylever 0.000 +jhoola 1.000 +jhoolas 1.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 05:43:24,926:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for they +2023-08-22 05:44:29,296:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:44:29,299:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.022 +and 0.046 +of 0.046 +to 0.047 +a 0.053 + ... +jhonny 1.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 1.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 05:44:36,715:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for them +2023-08-22 05:45:21,293:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:45:21,295:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.013 +and 0.028 +of 0.028 +to 0.029 +a 0.033 + ... +jhonny 0.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 0.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 05:45:27,458:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for their +2023-08-22 05:50:52,058:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 05:50:52,059:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 05:50:52,059:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-22 05:51:10,202:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 05:51:10,202:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 05:51:10,203:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-22 05:51:10,278:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:298 +identity terms are +2023-08-22 05:51:10,278:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:299 +['man', 'woman', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 05:51:10,278:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:315 +Creating co-occurrence matrix for nPMI calculations. +2023-08-22 05:51:10,278:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:317 +0 [one, of, the, essential, if, often, unstated,... +1 [the, buyer, would, get, everything, including... +2 [the, agriculture, sector, as, the, main, sour... +3 [management, factors, influencing, open, innov... +4 [henry, repeating, arms, is, proud, to, announ... + ... +106540 [and, thus, releases, an, energy, wave, that, ... +106541 [i, ve, officially, kicked, off, a, new, proje... +106542 [alex, espinoza, is, a, software, developer, i... +106543 [louise, hansen, is, a, danish, retired, assoc... +106544 [what, do, you, think, how, much, louise, hans... +Name: tokenized_text, Length: 106545, dtype: object +2023-08-22 05:52:06,322:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:305 +Calculating results... +2023-08-22 05:52:06,323:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for man +2023-08-22 05:52:31,952:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:52:31,953:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.005 +and 0.010 +of 0.010 +to 0.010 +a 0.012 + ... +jhonny 1.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 0.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 05:52:36,059:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for woman +2023-08-22 05:52:56,106:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:52:56,108:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.002 +and 0.005 +of 0.005 +to 0.005 +a 0.006 + ... +jhonny 0.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 0.000 +𝟓 1.000 +Length: 301235, dtype: float64 +2023-08-22 05:52:59,083:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for gay +2023-08-22 05:53:14,121:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:53:14,122:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.000 +and 0.001 +of 0.001 +to 0.001 +a 0.001 + ... +jhonny 0.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 0.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 05:53:15,839:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for lesbian +2023-08-22 05:53:29,587:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:53:29,589:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.000 +and 0.000 +of 0.000 +to 0.000 +a 0.000 + ... +jhonny 0.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 0.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 05:53:30,829:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for queer +2023-08-22 05:53:44,663:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:53:44,663:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.000 +and 0.000 +of 0.000 +to 0.000 +a 0.000 + ... +jhonny 0.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 0.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 05:53:46,008:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for trans +2023-08-22 05:53:59,929:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:53:59,929:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.000 +and 0.000 +of 0.000 +to 0.000 +a 0.000 + ... +jhonny 0.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 0.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 05:54:01,346:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for straight +2023-08-22 05:54:19,078:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:54:19,080:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.001 +and 0.003 +of 0.003 +to 0.003 +a 0.003 + ... +jhonny 0.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 0.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 05:54:21,589:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for cis +2023-08-22 05:54:34,918:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:54:34,919:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.000 +and 0.000 +of 0.000 +to 0.000 +a 0.000 + ... +jhonny 0.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 0.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 05:54:35,939:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for she +2023-08-22 05:55:10,164:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:55:10,166:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.009 +and 0.019 +of 0.019 +to 0.019 +a 0.022 + ... +jhonny 0.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 1.000 +𝟓 1.000 +Length: 301235, dtype: float64 +2023-08-22 05:55:15,056:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for her +2023-08-22 05:55:51,463:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:55:51,465:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.009 +and 0.020 +of 0.020 +to 0.020 +a 0.023 + ... +jhonny 0.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 1.000 +𝟓 1.000 +Length: 301235, dtype: float64 +2023-08-22 05:55:56,637:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for hers +2023-08-22 05:56:10,796:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:56:10,797:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.000 +and 0.000 +of 0.000 +to 0.000 +a 0.000 + ... +jhonny 0.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 0.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 05:56:12,035:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for he +2023-08-22 05:57:10,692:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:57:10,693:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.019 +and 0.040 +of 0.040 +to 0.040 +a 0.047 + ... +jhonny 1.000 +jhonnylever 0.000 +jhoola 1.000 +jhoolas 1.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 05:57:17,981:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for him +2023-08-22 05:57:52,114:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:57:52,114:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.008 +and 0.017 +of 0.017 +to 0.018 +a 0.020 + ... +jhonny 1.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 0.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 05:57:57,376:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for his +2023-08-22 05:58:57,549:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 05:58:57,551:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.018 +and 0.038 +of 0.038 +to 0.038 +a 0.045 + ... +jhonny 1.000 +jhonnylever 0.000 +jhoola 1.000 +jhoolas 1.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 05:59:04,869:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for they +2023-08-22 06:00:16,086:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 06:00:16,088:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.022 +and 0.046 +of 0.046 +to 0.047 +a 0.053 + ... +jhonny 1.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 1.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 06:00:23,951:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for them +2023-08-22 06:01:10,998:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:425 +p_subgroup_g_word is +2023-08-22 06:01:10,999:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:426 +the 0.013 +and 0.028 +of 0.028 +to 0.029 +a 0.033 + ... +jhonny 0.000 +jhonnylever 0.000 +jhoola 0.000 +jhoolas 0.000 +𝟓 0.000 +Length: 301235, dtype: float64 +2023-08-22 06:01:17,508:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:341 +Calculating for their +2023-08-22 06:07:28,306:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 06:07:28,306:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 06:07:28,306:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-22 06:07:45,837:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 06:07:45,837:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 06:07:45,837:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-22 06:31:54,461:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 06:31:54,466:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 06:31:54,466:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times +2023-08-22 06:32:07,300:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/npmi/npmi.py, npmi:85 +Using term list: +2023-08-22 06:32:07,300:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/npmi/npmi.py, npmi:86 +['man', 'woman', 'non-binary', 'gay', 'lesbian', 'queer', 'trans', 'straight', 'cis', 'she', 'her', 'hers', 'he', 'him', 'his', 'they', 'them', 'their', 'theirs', 'himself', 'herself'] +2023-08-22 06:32:07,300:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/npmi/npmi.py, npmi:121 +Loaded identity terms occuring >10 times diff --git a/log_files/perplexity.log b/log_files/perplexity.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/log_files/run_data_measurements.log b/log_files/run_data_measurements.log new file mode 100644 index 0000000000000000000000000000000000000000..4b49cbf5c3879b46651e9ad5c02829ca6a56078c --- /dev/null +++ b/log_files/run_data_measurements.log @@ -0,0 +1,656 @@ +2023-08-21 20:05:57,721:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-21 20:05:57,721:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-21 20:05:57,721:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-21 20:05:57,722:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:147 +Not using any cache; starting afresh +2023-08-21 20:05:58,740:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:333 +Couldn't find a dataset script at /Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/OBELICS/OBELICS.py or any data file in the same directory. Couldn't find 'OBELICS' on the Hugging Face Hub either: FileNotFoundError: Couldn't find file at https://raw.githubusercontent.com/huggingface/datasets/master/datasets/OBELICS/OBELICS.py +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 309, in main + pass_args_to_DMT( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 160, in pass_args_to_DMT + load_or_prepare(dataset_args, calculation=calculation, use_cache=use_cache) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 62, in load_or_prepare + dstats = dataset_statistics.DatasetStatisticsCacheClass(**dataset_args, + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 229, in __init__ + self.dset = self._get_dataset() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 240, in _get_dataset + dset = ds_utils.load_truncated_dataset(self.dset_name, self.dset_config, + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py", line 219, in load_truncated_dataset + full_dataset = load_dataset( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/load.py", line 1656, in load_dataset + builder_instance = load_dataset_builder( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/load.py", line 1439, in load_dataset_builder + dataset_module = dataset_module_factory( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/load.py", line 1189, in dataset_module_factory + raise FileNotFoundError( +FileNotFoundError: Couldn't find a dataset script at /Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/OBELICS/OBELICS.py or any data file in the same directory. Couldn't find 'OBELICS' on the Hugging Face Hub either: FileNotFoundError: Couldn't find file at https://raw.githubusercontent.com/huggingface/datasets/master/datasets/OBELICS/OBELICS.py +2023-08-21 20:05:58,752:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:341 +Data measurements not computed. ☹️ +2023-08-21 20:05:58,752:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:342 +An error occurred in computing data measurements for dataset with arguments: Namespace(dataset='OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True). Feel free to make an issue here: https://github.com/huggingface/data-measurements-tool/issues +2023-08-21 20:08:11,924:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-21 20:08:11,925:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-21 20:08:11,925:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-21 20:08:11,925:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:147 +Not using any cache; starting afresh +2023-08-21 21:52:44,287:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-21 21:52:44,287:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-21 21:52:44,287:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train[:10%]', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-21 21:52:44,287:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:147 +Not using any cache; starting afresh +2023-08-21 22:26:00,109:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-21 22:26:00,109:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-21 22:26:00,109:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-21 22:26:49,878:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-21 22:26:49,879:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-21 22:26:49,879:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-21 22:27:08,087:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-21 22:27:08,088:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-21 22:27:08,088:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-21 22:27:08,088:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:147 +Not using any cache; starting afresh +2023-08-21 22:43:25,230:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-21 22:43:25,231:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-21 22:43:25,231:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='ri', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-21 22:43:25,231:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:147 +Not using any cache; starting afresh +2023-08-21 22:54:30,712:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-21 22:54:30,712:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-21 22:54:30,713:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train[:100]', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-21 22:54:30,713:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:147 +Not using any cache; starting afresh +2023-08-21 22:55:32,445:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-21 22:55:32,446:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-21 22:55:32,446:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train[:10]', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-21 22:55:32,446:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:147 +Not using any cache; starting afresh +2023-08-22 00:14:53,699:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 00:14:53,699:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 00:14:53,700:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-22 00:14:53,700:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:147 +Not using any cache; starting afresh +2023-08-22 00:26:39,298:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 00:26:39,299:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 00:26:39,299:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-22 00:26:58,461:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 00:26:58,461:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 00:26:58,461:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-22 00:26:58,461:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:147 +Not using any cache; starting afresh +2023-08-22 00:27:30,030:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:333 +'text' +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 309, in main + pass_args_to_DMT( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 160, in pass_args_to_DMT + load_or_prepare(dataset_args, calculation=calculation, use_cache=use_cache) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 62, in load_or_prepare + dstats = dataset_statistics.DatasetStatisticsCacheClass(**dataset_args, + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 232, in __init__ + self.load_or_prepare_text_dataset() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 261, in load_or_prepare_text_dataset + self.prepare_text_dset() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 274, in prepare_text_dset + self.text_dset = self.dset.map( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 2376, in map + return self._map_single( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 551, in wrapper + out: Union["Dataset", "DatasetDict"] = func(self, *args, **kwargs) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 518, in wrapper + out: Union["Dataset", "DatasetDict"] = func(self, *args, **kwargs) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/fingerprint.py", line 458, in wrapper + out = func(self, *args, **kwargs) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 2764, in _map_single + batch = apply_function_on_filtered_inputs( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 2644, in apply_function_on_filtered_inputs + processed_inputs = function(*fn_args, *additional_args, **fn_kwargs) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 2336, in decorated + result = f(decorated_item, *args, **kwargs) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 275, in + lambda examples: ds_utils.extract_field( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py", line 358, in extract_field + item_list = examples[field_path[0]] + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 132, in __getitem__ + values = super().__getitem__(key) + File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/collections/__init__.py", line 1058, in __getitem__ + raise KeyError(key) +KeyError: 'text' +2023-08-22 00:27:30,058:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:341 +Data measurements not computed. ☹️ +2023-08-22 00:27:30,059:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:342 +An error occurred in computing data measurements for dataset with arguments: Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True). Feel free to make an issue here: https://github.com/huggingface/data-measurements-tool/issues +2023-08-22 00:31:42,951:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 00:31:42,951:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 00:31:42,951:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-22 00:32:41,235:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 00:32:41,235:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 00:32:41,235:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-22 00:32:41,236:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:147 +Not using any cache; starting afresh +2023-08-22 00:33:14,893:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:333 +'text' +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 309, in main + pass_args_to_DMT( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 160, in pass_args_to_DMT + load_or_prepare(dataset_args, calculation=calculation, use_cache=use_cache) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 62, in load_or_prepare + dstats = dataset_statistics.DatasetStatisticsCacheClass(**dataset_args, + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 232, in __init__ + self.load_or_prepare_text_dataset() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 261, in load_or_prepare_text_dataset + self.prepare_text_dset() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 274, in prepare_text_dset + self.text_dset = self.dset.map( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 2376, in map + return self._map_single( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 551, in wrapper + out: Union["Dataset", "DatasetDict"] = func(self, *args, **kwargs) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 518, in wrapper + out: Union["Dataset", "DatasetDict"] = func(self, *args, **kwargs) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/fingerprint.py", line 458, in wrapper + out = func(self, *args, **kwargs) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 2764, in _map_single + batch = apply_function_on_filtered_inputs( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 2644, in apply_function_on_filtered_inputs + processed_inputs = function(*fn_args, *additional_args, **fn_kwargs) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 2336, in decorated + result = f(decorated_item, *args, **kwargs) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 275, in + lambda examples: ds_utils.extract_field( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py", line 358, in extract_field + item_list = examples[field_path[0]] + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 132, in __getitem__ + values = super().__getitem__(key) + File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/collections/__init__.py", line 1058, in __getitem__ + raise KeyError(key) +KeyError: 'text' +2023-08-22 00:33:14,916:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:341 +Data measurements not computed. ☹️ +2023-08-22 00:33:14,916:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:342 +An error occurred in computing data measurements for dataset with arguments: Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True). Feel free to make an issue here: https://github.com/huggingface/data-measurements-tool/issues +2023-08-22 00:41:09,513:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 00:41:09,514:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 00:41:09,514:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-22 00:41:09,514:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:147 +Not using any cache; starting afresh +2023-08-22 00:41:40,048:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:333 +'text' +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 309, in main + pass_args_to_DMT( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 160, in pass_args_to_DMT + load_or_prepare(dataset_args, calculation=calculation, use_cache=use_cache) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 62, in load_or_prepare + dstats = dataset_statistics.DatasetStatisticsCacheClass(**dataset_args, + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 232, in __init__ + self.load_or_prepare_text_dataset() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 261, in load_or_prepare_text_dataset + self.prepare_text_dset() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 274, in prepare_text_dset + self.text_dset = self.dset.map( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 2376, in map + return self._map_single( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 551, in wrapper + out: Union["Dataset", "DatasetDict"] = func(self, *args, **kwargs) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 518, in wrapper + out: Union["Dataset", "DatasetDict"] = func(self, *args, **kwargs) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/fingerprint.py", line 458, in wrapper + out = func(self, *args, **kwargs) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 2764, in _map_single + batch = apply_function_on_filtered_inputs( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 2644, in apply_function_on_filtered_inputs + processed_inputs = function(*fn_args, *additional_args, **fn_kwargs) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 2336, in decorated + result = f(decorated_item, *args, **kwargs) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 275, in + lambda examples: ds_utils.extract_field( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py", line 358, in extract_field + item_list = examples[field_path[0]] + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 132, in __getitem__ + values = super().__getitem__(key) + File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/collections/__init__.py", line 1058, in __getitem__ + raise KeyError(key) +KeyError: 'text' +2023-08-22 00:41:40,065:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:341 +Data measurements not computed. ☹️ +2023-08-22 00:41:40,065:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:342 +An error occurred in computing data measurements for dataset with arguments: Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True). Feel free to make an issue here: https://github.com/huggingface/data-measurements-tool/issues +2023-08-22 01:02:57,529:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 01:02:57,530:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 01:02:57,530:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/m4-bias-eval-fair-face', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-22 01:02:57,530:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:147 +Not using any cache; starting afresh +2023-08-22 01:11:04,846:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:333 +Object of type bytes is not JSON serializable +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 309, in main + pass_args_to_DMT( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 160, in pass_args_to_DMT + load_or_prepare(dataset_args, calculation=calculation, use_cache=use_cache) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 62, in load_or_prepare + dstats = dataset_statistics.DatasetStatisticsCacheClass(**dataset_args, + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 229, in __init__ + self.dset = self._get_dataset() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 240, in _get_dataset + dset = ds_utils.load_truncated_dataset(self.dset_name, self.dset_config, + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py", line 217, in load_truncated_dataset + _ = f.write(json.dumps(row) + "\n") + File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/json/__init__.py", line 231, in dumps + return _default_encoder.encode(obj) + File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/json/encoder.py", line 199, in encode + chunks = self.iterencode(o, _one_shot=True) + File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/json/encoder.py", line 257, in iterencode + return _iterencode(o, 0) + File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/json/encoder.py", line 179, in default + raise TypeError(f'Object of type {o.__class__.__name__} ' +TypeError: Object of type bytes is not JSON serializable +2023-08-22 01:11:04,879:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:341 +Data measurements not computed. ☹️ +2023-08-22 01:11:04,880:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:342 +An error occurred in computing data measurements for dataset with arguments: Namespace(dataset='HuggingFaceM4/m4-bias-eval-fair-face', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True). Feel free to make an issue here: https://github.com/huggingface/data-measurements-tool/issues +2023-08-22 01:39:04,554:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 01:39:04,554:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 01:39:04,554:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/m4-bias-eval-fair-face', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-22 01:39:20,142:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 01:39:20,142:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 01:39:20,142:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/m4-bias-eval-fair-face', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-22 01:39:20,143:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:147 +Not using any cache; starting afresh +2023-08-22 01:48:32,904:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 01:48:32,905:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 01:48:32,905:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/m4-bias-eval-fair-face', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-22 01:48:53,726:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 01:48:53,727:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 01:48:53,727:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/m4-bias-eval-fair-face', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-22 01:48:53,727:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:147 +Not using any cache; starting afresh +2023-08-22 01:56:55,039:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:333 +Object of type bytes is not JSON serializable +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 309, in main + pass_args_to_DMT( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 160, in pass_args_to_DMT + load_or_prepare(dataset_args, calculation=calculation, use_cache=use_cache) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 62, in load_or_prepare + dstats = dataset_statistics.DatasetStatisticsCacheClass(**dataset_args, + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 229, in __init__ + self.dset = self._get_dataset() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 240, in _get_dataset + dset = ds_utils.load_truncated_dataset(self.dset_name, self.dset_config, + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py", line 216, in load_truncated_dataset + _ = f.write(json.dumps(row) + "\n") + File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/json/__init__.py", line 231, in dumps + return _default_encoder.encode(obj) + File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/json/encoder.py", line 199, in encode + chunks = self.iterencode(o, _one_shot=True) + File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/json/encoder.py", line 257, in iterencode + return _iterencode(o, 0) + File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/json/encoder.py", line 179, in default + raise TypeError(f'Object of type {o.__class__.__name__} ' +TypeError: Object of type bytes is not JSON serializable +2023-08-22 01:56:55,133:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:341 +Data measurements not computed. ☹️ +2023-08-22 01:56:55,134:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:342 +An error occurred in computing data measurements for dataset with arguments: Namespace(dataset='HuggingFaceM4/m4-bias-eval-fair-face', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True). Feel free to make an issue here: https://github.com/huggingface/data-measurements-tool/issues +2023-08-22 02:15:01,934:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 02:15:01,934:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 02:15:01,934:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-22 02:15:35,252:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 02:15:35,253:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 02:15:35,253:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-22 02:15:35,253:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:147 +Not using any cache; starting afresh +2023-08-22 02:16:08,141:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:333 +type object 'Dataset' has no attribute 'from_generator' +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 309, in main + pass_args_to_DMT( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 160, in pass_args_to_DMT + load_or_prepare(dataset_args, calculation=calculation, use_cache=use_cache) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 62, in load_or_prepare + dstats = dataset_statistics.DatasetStatisticsCacheClass(**dataset_args, + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 229, in __init__ + self.dset = self._get_dataset() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 240, in _get_dataset + dset = ds_utils.load_truncated_dataset(self.dset_name, self.dset_config, + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py", line 214, in load_truncated_dataset + dataset = Dataset.from_generator(gen, features=iterable_dataset.features) +AttributeError: type object 'Dataset' has no attribute 'from_generator' +2023-08-22 02:16:08,158:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:341 +Data measurements not computed. ☹️ +2023-08-22 02:16:08,158:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:342 +An error occurred in computing data measurements for dataset with arguments: Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True). Feel free to make an issue here: https://github.com/huggingface/data-measurements-tool/issues +2023-08-22 02:16:54,319:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 02:16:54,319:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 02:16:54,320:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-22 02:16:54,320:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:147 +Not using any cache; starting afresh +2023-08-22 02:17:25,827:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:333 +type object 'Dataset' has no attribute 'from_generator' +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 309, in main + pass_args_to_DMT( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 160, in pass_args_to_DMT + load_or_prepare(dataset_args, calculation=calculation, use_cache=use_cache) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 62, in load_or_prepare + dstats = dataset_statistics.DatasetStatisticsCacheClass(**dataset_args, + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 229, in __init__ + self.dset = self._get_dataset() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 240, in _get_dataset + dset = ds_utils.load_truncated_dataset(self.dset_name, self.dset_config, + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py", line 214, in load_truncated_dataset + dataset = Dataset.from_generator(gen, features=iterable_dataset.features) +AttributeError: type object 'Dataset' has no attribute 'from_generator' +2023-08-22 02:17:25,835:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:341 +Data measurements not computed. ☹️ +2023-08-22 02:17:25,835:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:342 +An error occurred in computing data measurements for dataset with arguments: Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True). Feel free to make an issue here: https://github.com/huggingface/data-measurements-tool/issues +2023-08-22 02:22:04,256:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 02:22:04,257:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 02:22:04,257:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-22 02:22:24,147:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 02:22:24,148:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 02:22:24,148:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-22 02:22:24,148:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:147 +Not using any cache; starting afresh +2023-08-22 02:23:00,157:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:333 +type object 'Dataset' has no attribute 'from_generator' +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 309, in main + pass_args_to_DMT( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 160, in pass_args_to_DMT + load_or_prepare(dataset_args, calculation=calculation, use_cache=use_cache) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 62, in load_or_prepare + dstats = dataset_statistics.DatasetStatisticsCacheClass(**dataset_args, + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 229, in __init__ + self.dset = self._get_dataset() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 240, in _get_dataset + dset = ds_utils.load_truncated_dataset(self.dset_name, self.dset_config, + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py", line 214, in load_truncated_dataset + dataset = Dataset.from_generator(gen, features=iterable_dataset.features) +AttributeError: type object 'Dataset' has no attribute 'from_generator' +2023-08-22 02:23:00,176:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:341 +Data measurements not computed. ☹️ +2023-08-22 02:23:00,176:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:342 +An error occurred in computing data measurements for dataset with arguments: Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True). Feel free to make an issue here: https://github.com/huggingface/data-measurements-tool/issues +2023-08-22 02:25:16,788:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 02:25:16,789:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 02:25:16,789:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-22 02:25:16,789:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:147 +Not using any cache; starting afresh +2023-08-22 02:25:51,681:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:333 +'text' +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 309, in main + pass_args_to_DMT( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 160, in pass_args_to_DMT + load_or_prepare(dataset_args, calculation=calculation, use_cache=use_cache) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 62, in load_or_prepare + dstats = dataset_statistics.DatasetStatisticsCacheClass(**dataset_args, + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 232, in __init__ + self.load_or_prepare_text_dataset() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 261, in load_or_prepare_text_dataset + self.prepare_text_dset() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 274, in prepare_text_dset + self.text_dset = self.dset.map( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 592, in wrapper + out: Union["Dataset", "DatasetDict"] = func(self, *args, **kwargs) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 557, in wrapper + out: Union["Dataset", "DatasetDict"] = func(self, *args, **kwargs) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 3097, in map + for rank, done, content in Dataset._map_single(**dataset_kwargs): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 3474, in _map_single + batch = apply_function_on_filtered_inputs( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/arrow_dataset.py", line 3353, in apply_function_on_filtered_inputs + processed_inputs = function(*fn_args, *additional_args, **fn_kwargs) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 275, in + lambda examples: ds_utils.extract_field( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/utils/dataset_utils.py", line 361, in extract_field + item_list = examples[field_path[0]] + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/venv/lib/python3.9/site-packages/datasets/formatting/formatting.py", line 270, in __getitem__ + value = self.data[key] +KeyError: 'text' +2023-08-22 02:25:51,704:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:341 +Data measurements not computed. ☹️ +2023-08-22 02:25:51,705:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:342 +An error occurred in computing data measurements for dataset with arguments: Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['text'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True). Feel free to make an issue here: https://github.com/huggingface/data-measurements-tool/issues +2023-08-22 02:28:13,954:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 02:28:13,954:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 02:28:13,954:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['texts'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-22 02:28:13,955:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:147 +Not using any cache; starting afresh +2023-08-22 02:28:44,379:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:64 +Tokenizing dataset. +2023-08-22 02:28:44,521:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:66 +Calculating vocab. +2023-08-22 02:28:44,874:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:333 +'CountVectorizer' object has no attribute 'get_feature_names_out' +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 309, in main + pass_args_to_DMT( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 160, in pass_args_to_DMT + load_or_prepare(dataset_args, calculation=calculation, use_cache=use_cache) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 67, in load_or_prepare + dstats.load_or_prepare_vocab() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 373, in load_or_prepare_vocab + word_count_df = count_vocab_frequencies(self.tokenized_df) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 558, in count_vocab_frequencies + [np.sum(tf, axis=0)], columns=cvec.get_feature_names_out() +AttributeError: 'CountVectorizer' object has no attribute 'get_feature_names_out' +2023-08-22 02:28:44,875:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:341 +Data measurements not computed. ☹️ +2023-08-22 02:28:44,875:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:342 +An error occurred in computing data measurements for dataset with arguments: Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['texts'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True). Feel free to make an issue here: https://github.com/huggingface/data-measurements-tool/issues +2023-08-22 02:29:57,574:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 02:29:57,574:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 02:29:57,574:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['texts'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-22 02:30:47,498:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 02:30:47,499:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 02:30:47,499:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['texts'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-22 02:30:47,499:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:147 +Not using any cache; starting afresh +2023-08-22 02:31:19,187:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:64 +Tokenizing dataset. +2023-08-22 02:31:19,299:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:66 +Calculating vocab. +2023-08-22 02:31:19,594:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:333 +'CountVectorizer' object has no attribute 'get_feature_names_out' +Traceback (most recent call last): + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 309, in main + pass_args_to_DMT( + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 160, in pass_args_to_DMT + load_or_prepare(dataset_args, calculation=calculation, use_cache=use_cache) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py", line 67, in load_or_prepare + dstats.load_or_prepare_vocab() + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 373, in load_or_prepare_vocab + word_count_df = count_vocab_frequencies(self.tokenized_df) + File "/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/dataset_statistics.py", line 558, in count_vocab_frequencies + [np.sum(tf, axis=0)], columns=cvec.get_feature_names_out() +AttributeError: 'CountVectorizer' object has no attribute 'get_feature_names_out' +2023-08-22 02:31:19,595:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:341 +Data measurements not computed. ☹️ +2023-08-22 02:31:19,595:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:342 +An error occurred in computing data measurements for dataset with arguments: Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['texts'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True). Feel free to make an issue here: https://github.com/huggingface/data-measurements-tool/issues +2023-08-22 03:40:26,643:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 03:40:26,644:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 03:40:26,644:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['texts'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-22 03:41:31,905:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 03:41:31,906:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 03:41:31,906:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['texts'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-22 03:42:37,371:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 03:42:37,371:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 03:42:37,371:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['texts'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-22 03:42:37,372:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:147 +Not using any cache; starting afresh +2023-08-22 03:46:15,435:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:64 +Tokenizing dataset. +2023-08-22 03:48:12,829:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:66 +Calculating vocab. +2023-08-22 03:50:15,378:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:73 + +* Calculating general statistics. +2023-08-22 03:50:32,272:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:75 +Done! +2023-08-22 03:50:32,272:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:76 +Basic text statistics now available at cache_dir/HuggingFaceM4/OBELICS_default_train_texts/general_stats_dict.json. +2023-08-22 03:50:32,272:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:80 + +* Calculating text duplicates. +2023-08-22 03:50:40,705:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:83 +If all went well, then results are in the following files: +2023-08-22 03:50:40,705:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:85 +statistics: cache_dir/HuggingFaceM4/OBELICS_default_train_texts/text_duplicates/text_duplicates.json +2023-08-22 03:50:40,706:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:85 +html: cache_dir/HuggingFaceM4/OBELICS_default_train_texts/text_duplicates/text_duplicates.html +2023-08-22 03:50:40,706:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:88 + +* Calculating text lengths. +2023-08-22 03:52:44,734:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:97 + +* Calculating label statistics. +2023-08-22 03:52:44,735:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:99 +No label field found. +2023-08-22 03:52:44,735:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:100 +No label statistics to calculate. +2023-08-22 05:08:25,998:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 05:08:25,999:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 05:08:25,999:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['texts'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) +2023-08-22 05:08:25,999:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:147 +Not using any cache; starting afresh +2023-08-22 05:10:18,037:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:64 +Tokenizing dataset. +2023-08-22 05:11:03,365:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:66 +Calculating vocab. +2023-08-22 05:11:51,246:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:73 + +* Calculating general statistics. +2023-08-22 05:12:01,669:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:75 +Done! +2023-08-22 05:12:01,669:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:76 +Basic text statistics now available at cache_dir/HuggingFaceM4/OBELICS_default_train_texts/general_stats_dict.json. +2023-08-22 05:12:01,669:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:80 + +* Calculating text duplicates. +2023-08-22 05:12:07,163:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:83 +If all went well, then results are in the following files: +2023-08-22 05:12:07,163:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:85 +statistics: cache_dir/HuggingFaceM4/OBELICS_default_train_texts/text_duplicates/text_duplicates.json +2023-08-22 05:12:07,163:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:85 +html: cache_dir/HuggingFaceM4/OBELICS_default_train_texts/text_duplicates/text_duplicates.html +2023-08-22 05:12:07,163:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:88 + +* Calculating text lengths. +2023-08-22 05:12:46,568:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:97 + +* Calculating label statistics. +2023-08-22 05:12:46,568:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:99 +No label field found. +2023-08-22 05:12:46,568:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:100 +No label statistics to calculate. +2023-08-22 05:25:43,095:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:174 +Label column name not given. Assuming it's 'label'. +2023-08-22 05:25:43,096:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:280 +Proceeding with the following arguments: +2023-08-22 05:25:43,096:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/run_data_measurements.py, run_data_measurements:281 +Namespace(dataset='HuggingFaceM4/OBELICS', config='default', split='train', feature=['texts'], calculation=None, label_field='label', label_names=[], use_cache=False, out_dir='cache_dir', overwrite_previous=False, email=None, push_cache_to_hub=False, prepare_GUI_data=False, keep_local=True) diff --git a/log_files/streamlit_utils.log b/log_files/streamlit_utils.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/log_files/test_text_len.log b/log_files/test_text_len.log new file mode 100644 index 0000000000000000000000000000000000000000..a0dc693e1055b1c342b96f4481e3cc73ecdf4b0b --- /dev/null +++ b/log_files/test_text_len.log @@ -0,0 +1,124 @@ +2023-04-13 22:04:06,285:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:107 +showing header +2023-04-13 22:04:06,285:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:107 +showing header +2023-04-25 01:09:03,974:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:107 +showing header +2023-04-25 04:18:25,484:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:107 +showing header +2023-04-25 15:37:58,870:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:107 +showing header +2023-04-25 15:41:24,904:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:107 +showing header +2023-04-25 15:49:25,289:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:107 +showing header +2023-04-25 16:17:26,568:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:109 +showing header +2023-04-25 16:24:14,185:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:110 +showing header +2023-04-25 16:26:05,179:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:110 +showing header +2023-04-25 16:30:26,144:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:110 +showing header +2023-04-28 11:39:29,995:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:110 +showing header +2023-04-29 00:12:49,164:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:110 +showing header +2023-04-29 01:12:49,927:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:110 +showing header +2023-04-29 01:31:20,248:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:110 +showing header +2023-05-09 01:32:23,850:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:110 +showing header +2023-05-09 01:36:13,180:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:110 +showing header +2023-05-09 01:38:17,984:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:111 +showing header +2023-05-09 01:46:26,885:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:111 +showing header +2023-05-09 01:49:12,816:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:99 +showing header +2023-05-09 01:52:10,789:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:99 +showing header +2023-05-09 02:02:27,118:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:94 +showing header +2023-05-09 02:05:47,427:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:94 +showing header +2023-05-09 02:08:13,813:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:94 +showing header +2023-05-09 02:10:21,142:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:94 +showing header +2023-05-09 02:15:54,397:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:94 +showing header +2023-05-09 02:17:54,389:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:93 +showing header +2023-05-09 02:19:45,413:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:94 +showing header +2023-05-09 02:22:12,597:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:94 +showing header +2023-05-09 02:25:49,954:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:94 +showing header +2023-05-09 02:36:11,929:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:94 +showing header +2023-05-09 02:40:12,905:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:94 +showing header +2023-05-09 02:42:32,531:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:94 +showing header +2023-05-09 02:44:32,999:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:94 +showing header +2023-05-09 02:47:52,381:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:94 +showing header +2023-05-09 02:56:36,026:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:95 +showing header +2023-05-09 03:02:54,459:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:95 +showing header +2023-05-09 03:04:39,535:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:95 +showing header +2023-05-09 03:06:15,113:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:95 +showing header +2023-05-09 03:07:51,752:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:95 +showing header +2023-05-09 03:09:56,860:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:95 +showing header +2023-05-09 03:11:52,427:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:94 +showing header +2023-05-09 03:12:42,346:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:94 +showing header +2023-05-09 03:43:53,079:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:110 +Making new calculations if cache is not there. +2023-05-09 03:43:54,552:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:73 +showing header +2023-05-09 03:48:39,080:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:110 +Making new calculations if cache is not there. +2023-05-09 03:48:40,499:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:73 +showing header +2023-05-09 03:51:15,639:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:102 +Making new calculations if cache is not there. +2023-05-09 03:51:16,123:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:65 +showing header +2023-05-09 03:54:18,477:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:66 +showing header +2023-05-09 04:24:12,726:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:66 +showing header +2023-05-09 04:24:22,055:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:66 +showing header +2023-05-09 04:29:50,697:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:66 +showing header +2023-05-09 04:43:39,813:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:68 +showing header +2023-05-21 21:30:03,580:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:68 +showing header +2023-05-21 21:40:50,420:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:68 +showing header +2023-07-31 03:09:58,909:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:68 +showing header +2023-07-31 03:23:17,791:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:68 +showing header +2023-07-31 03:23:56,620:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:68 +showing header +2023-07-31 03:24:00,252:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:68 +showing header +2023-08-14 17:27:12,557:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:68 +showing header +2023-08-14 17:27:33,998:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/test_text_len.py, test_text_len:68 +showing header diff --git a/log_files/text_duplicates.log b/log_files/text_duplicates.log new file mode 100644 index 0000000000000000000000000000000000000000..26ed17246bab58f91de14aa0c385e1e8b4c4105b --- /dev/null +++ b/log_files/text_duplicates.log @@ -0,0 +1,306 @@ +2023-04-11 03:13:42,720:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:65 +Prepared duplicates. +2023-04-11 03:13:44,463:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:65 +Prepared duplicates. +2023-04-11 03:13:45,670:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-04-11 03:17:44,665:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-04-11 03:17:45,379:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-04-13 19:15:47,692:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-04-13 19:15:48,441:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-04-13 19:16:56,712:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-04-13 19:16:57,404:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-04-13 19:18:10,699:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-04-13 19:18:11,393:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-04-13 19:19:16,523:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-04-13 19:19:17,213:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-04-13 19:20:04,249:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-04-13 19:20:05,013:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-04-13 19:21:17,013:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-04-13 19:21:17,724:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-04-13 19:30:13,741:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-04-13 19:30:14,465:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-04-13 19:55:58,255:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-04-13 19:55:58,957:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-05-09 01:29:34,016:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-05-09 01:29:34,927:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-05-09 03:35:18,728:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-05-09 03:35:21,647:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-05-09 03:43:53,318:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-05-09 03:43:53,582:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-05-09 03:48:39,245:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-05-09 03:48:39,363:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-05-21 21:27:39,100:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-05-21 21:27:39,530:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-07-31 02:50:40,504:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-07-31 02:50:40,949:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-07-31 02:53:29,953:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-07-31 02:53:30,073:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-07-31 02:53:31,966:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-07-31 02:53:32,051:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-07-31 02:56:56,183:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-07-31 02:56:56,551:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-07-31 03:02:52,512:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-07-31 03:02:52,834:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-14 17:28:52,866:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-14 17:28:53,379:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-14 17:33:32,281:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-14 17:33:32,717:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-14 17:33:40,533:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-14 17:33:40,646:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-15 14:29:34,682:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-15 14:29:35,257:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-15 17:34:45,180:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-15 17:34:45,716:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-15 17:36:45,686:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-15 17:36:45,811:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-21 19:27:41,227:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-08-21 19:27:42,058:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-08-21 19:28:32,360:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-08-21 19:28:33,123:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-08-21 19:31:57,700:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-08-21 19:31:58,620:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-08-21 19:34:59,487:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-08-21 19:35:00,407:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-08-21 19:36:14,796:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-08-21 19:36:15,947:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-08-21 19:37:01,833:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-08-21 19:37:02,516:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-08-21 19:39:30,501:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-08-21 19:39:31,783:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-08-21 19:39:33,076:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-08-21 19:39:33,942:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-08-21 19:47:56,976:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-08-21 19:47:57,846:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:62 +Loaded cached text duplicate results. +2023-08-21 19:49:22,330:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-21 19:49:22,700:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-21 19:53:59,404:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-21 19:53:59,561:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-21 19:58:45,310:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-21 19:58:45,641:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-21 20:03:41,272:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-21 20:03:41,629:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:07:41,973:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:07:42,312:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:14:59,684:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:15:00,386:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:22:20,862:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:22:21,006:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:22:41,999:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:22:42,167:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:23:42,378:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:64 +Prepared duplicates. +2023-08-22 03:23:44,454:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:64 +Prepared duplicates. +2023-08-22 03:23:44,737:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:25:13,185:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:64 +Prepared duplicates. +2023-08-22 03:25:15,405:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:64 +Prepared duplicates. +2023-08-22 03:25:15,656:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:25:57,160:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:25:57,266:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:26:11,247:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:26:11,360:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:26:14,441:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:26:14,448:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:26:26,695:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:26:26,708:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:27:03,670:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:64 +Prepared duplicates. +2023-08-22 03:27:05,795:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:64 +Prepared duplicates. +2023-08-22 03:27:06,034:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:27:42,117:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:64 +Prepared duplicates. +2023-08-22 03:27:45,191:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:64 +Prepared duplicates. +2023-08-22 03:27:45,445:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:28:00,918:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:28:00,949:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:28:57,896:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:28:58,018:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:29:07,759:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:29:07,766:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:29:13,431:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:29:13,443:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:31:37,166:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:31:37,307:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:31:44,768:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:31:44,778:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:31:50,826:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:31:50,851:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:31:56,018:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:31:56,031:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:32:00,219:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:32:00,227:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 03:50:23,204:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:64 +Prepared duplicates. +2023-08-22 03:50:32,170:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:64 +Prepared duplicates. +2023-08-22 03:50:40,601:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:64 +Prepared duplicates. +2023-08-22 05:02:03,403:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 05:02:03,702:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 05:02:13,830:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 05:02:13,834:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 05:02:20,063:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 05:02:20,073:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 05:11:56,559:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:64 +Prepared duplicates. +2023-08-22 05:12:01,667:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:64 +Prepared duplicates. +2023-08-22 05:12:07,115:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:64 +Prepared duplicates. +2023-08-22 05:35:22,301:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 05:35:22,563:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 05:35:38,064:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 05:35:43,241:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 05:50:51,799:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 05:50:52,058:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 05:51:05,404:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 05:51:10,183:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 06:07:28,004:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 06:07:28,305:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 06:07:45,827:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 06:07:45,837:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 06:31:54,244:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 06:31:54,461:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 06:32:07,289:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. +2023-08-22 06:32:07,300:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/launch/IDEFICS_Data_Measurement_Tool/data_measurements/text_duplicates/text_duplicates.py, text_duplicates:61 +Loaded cached text duplicate results. diff --git a/log_files/text_lengths.log b/log_files/text_lengths.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/log_files/tokenize.log b/log_files/tokenize.log new file mode 100644 index 0000000000000000000000000000000000000000..21c46bb829bab80c980a9f1bdb41a7e48ad48e8a --- /dev/null +++ b/log_files/tokenize.log @@ -0,0 +1,22 @@ +2023-04-11 03:13:38,542:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/tokenize.py, tokenize:46 +Tokenized the dataset. +2023-08-22 02:28:44,417:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/tokenize.py, tokenize:46 +Tokenized the dataset. +2023-08-22 02:31:19,198:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/tokenize.py, tokenize:46 +Tokenized the dataset. +2023-08-22 03:23:39,876:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/tokenize.py, tokenize:46 +Tokenized the dataset. +2023-08-22 03:25:10,857:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/tokenize.py, tokenize:46 +Tokenized the dataset. +2023-08-22 03:26:59,957:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/tokenize.py, tokenize:46 +Tokenized the dataset. +2023-08-22 03:27:39,910:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/tokenize.py, tokenize:46 +Tokenized the dataset. +2023-08-22 03:46:36,797:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/tokenize.py, tokenize:46 +Tokenized the dataset. +2023-08-22 03:50:40,779:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/tokenize.py, tokenize:46 +Tokenized the dataset. +2023-08-22 05:10:28,430:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/tokenize.py, tokenize:46 +Tokenized the dataset. +2023-08-22 05:12:07,202:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/tokenize.py, tokenize:46 +Tokenized the dataset. diff --git a/log_files/zipf.log b/log_files/zipf.log new file mode 100644 index 0000000000000000000000000000000000000000..84e4829fe229f1524318edb5005f4ce515508d34 --- /dev/null +++ b/log_files/zipf.log @@ -0,0 +1,70 @@ +2023-04-11 03:14:02,869:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:88 +Fitting based on input vocab counts. +2023-04-11 03:14:03,001:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:122 +KS test: +2023-04-11 03:14:03,001:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:123 +KstestResult(statistic=0.6108334919728409, pvalue=1.1836087665528794e-12) +2023-04-11 03:14:03,001:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:143 +Getting predicted counts. +2023-04-11 03:14:03,001:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:148 +[1536, 513, 2, 515, 516, 5, 6, 7, 8, 521, 10, 11, 524, 13, 14, 15, 16, 17, 18, 19, 20, 1045, 22, 23, 536, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 568, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 588, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 4703, 96, 95, 98, 99, 100, 4, 102, 103, 104, 617, 106, 107, 108, 105, 110, 111, 112, 21, 6770, 115, 116, 629, 118, 119, 114, 24, 123, 124, 637, 126, 128, 129, 130, 131, 132, 133, 135, 136, 1673, 138, 139, 652, 653, 142, 140, 144, 137, 146, 147, 149, 150, 663, 152, 153, 154, 155, 668, 156, 151, 159, 160, 2209, 673, 163, 162, 1, 166, 168, 169, 170, 171, 178, 179, 180, 181, 182, 183, 185, 188, 190, 191, 194, 196, 709, 200, 202, 203, 205, 208, 209, 211, 212, 214, 215, 220, 4317, 222, 1249, 226, 225, 740, 741, 231, 9, 235, 751, 240, 241, 242, 244, 245, 760, 1273, 250, 251, 256, 770, 261, 262, 777, 267, 271, 273, 274, 279, 793, 1818, 282, 281, 56, 286, 2860, 1324, 306, 12, 309, 315, 316, 2365, 829, 832, 325, 334, 851, 341, 349, 353, 869, 371, 377, 893, 76, 1930, 395, 3478, 3, 419, 4006, 423, 429, 1457, 435, 437, 1464, 444, 445, 970, 1484, 462, 470, 984, 477, 4577] +2023-04-11 03:14:03,001:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:149 +2 +2023-04-11 03:14:03,001:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:150 +269 +2023-08-22 03:23:55,480:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:88 +Fitting based on input vocab counts. +2023-08-22 03:23:55,519:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:122 +KS test: +2023-08-22 03:23:55,520:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:123 +KstestResult(statistic=0.6390887290167866, pvalue=1.9277217219061062e-11, statistic_location=0.005095923261390888, statistic_sign=1) +2023-08-22 03:23:55,520:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:143 +Getting predicted counts. +2023-08-22 03:23:55,520:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:148 +[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 1040, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 1582, 47, 48, 49, 50, 51, 52, 46, 54, 56, 57, 58, 59, 60, 64, 65, 66, 67, 68, 72, 73, 75, 76, 79, 16, 82, 84, 85, 86, 88, 90, 92, 99, 100, 101, 102, 103, 616, 104, 106, 112, 115, 116, 118, 120, 121, 122, 126, 131, 136, 137, 138, 139, 140, 654, 143, 148, 154, 157, 164, 1189, 171, 184, 200, 205, 206, 3279, 219, 220, 227, 234, 237, 246, 252, 292, 298, 341, 362, 378, 411, 412, 1439, 449, 463, 1524, 503] +2023-08-22 03:23:55,521:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:149 +5 +2023-08-22 03:23:55,521:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:150 +131 +2023-08-22 03:25:15,781:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:88 +Fitting based on input vocab counts. +2023-08-22 03:25:15,789:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:122 +KS test: +2023-08-22 03:25:15,789:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:123 +KstestResult(statistic=0.5340179717586649, pvalue=3.116559115982957e-05, statistic_location=0.006775067750677507, statistic_sign=1) +2023-08-22 03:25:15,789:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:143 +Getting predicted counts. +2023-08-22 03:25:15,789:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:148 +[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21, 24, 26, 27, 28, 29, 30, 37, 39, 42, 54, 55, 192, 68, 75, 78, 82, 87, 217, 228] +2023-08-22 03:25:15,789:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:149 +2 +2023-08-22 03:25:15,789:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:150 +37 +2023-08-22 03:27:06,197:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:88 +Fitting based on input vocab counts. +2023-08-22 03:27:06,205:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:122 +KS test: +2023-08-22 03:27:06,205:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:123 +KstestResult(statistic=0.4919786096256685, pvalue=0.0011150885998064807, statistic_location=0.01893939393939394, statistic_sign=1) +2023-08-22 03:27:06,206:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:143 +Getting predicted counts. +2023-08-22 03:27:06,206:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:148 +[1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 16, 22, 25, 29, 31, 43, 200, 77, 92, 100] +2023-08-22 03:27:06,206:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:149 +3 +2023-08-22 03:27:06,206:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:150 +22 +2023-08-22 03:27:45,568:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:88 +Fitting based on input vocab counts. +2023-08-22 03:27:45,581:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:122 +KS test: +2023-08-22 03:27:45,582:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:123 +KstestResult(statistic=0.5117442366246194, pvalue=8.468470980031284e-05, statistic_location=0.008264462809917356, statistic_sign=1) +2023-08-22 03:27:45,582:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:143 +Getting predicted counts. +2023-08-22 03:27:45,582:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:148 +[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 24, 25, 28, 29, 30, 31, 35, 37, 42, 54, 55, 64, 194, 74, 81, 82, 86, 217, 218] +2023-08-22 03:27:45,582:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:149 +2 +2023-08-22 03:27:45,582:/Users/ezi/Desktop/HF/DMT/data-measurements-tool/DMT2023/data-measurements-tool/data_measurements/zipf/zipf.py, zipf:150 +37 diff --git a/npmi/README.md b/npmi/README.md new file mode 100644 index 0000000000000000000000000000000000000000..7fe34840e67dd65b74fc2b8a62e00378d1943576 --- /dev/null +++ b/npmi/README.md @@ -0,0 +1,12 @@ +--- +title: Npmi +emoji: 📉 +colorFrom: blue +colorTo: gray +sdk: gradio +sdk_version: 3.1.1 +app_file: app.py +pinned: false +--- + +Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference diff --git a/npmi/app.py b/npmi/app.py new file mode 100644 index 0000000000000000000000000000000000000000..018d7a9579ceba243be2f0f25e0d0ff4228b6e4f --- /dev/null +++ b/npmi/app.py @@ -0,0 +1,6 @@ +import evaluate +from evaluate.utils import launch_gradio_widget + + +module = evaluate.load("npmi", module_type= "measurement") +launch_gradio_widget(module) \ No newline at end of file diff --git a/npmi/npmi.py b/npmi/npmi.py new file mode 100644 index 0000000000000000000000000000000000000000..7a3f67a80148fb68f033651e98dac536955420dd --- /dev/null +++ b/npmi/npmi.py @@ -0,0 +1,219 @@ +# Copyright 2021 The HuggingFace Team. All rights reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# TODO: Change print statements to logging? +# from evaluate import logging as logs +import warnings + +import datasets +import evaluate +import numpy as np +import pandas as pd +from sklearn.preprocessing import MultiLabelBinarizer + +_CITATION = """\ +Osman Aka, Ken Burke, Alex Bauerle, Christina Greer, and Margaret Mitchell. \ +2021. Measuring Model Biases in the Absence of Ground Truth. \ +In Proceedings of the 2021 AAAI/ACM Conference on AI, Ethics, and Society \ +(AIES '21). Association for Computing Machinery, New York, NY, USA, 327–335. \ +https://doi.org/10.1145/3461702.3462557 +""" + +_DESCRIPTION = """\ +Normalized Pointwise Information (nPMI) is an entropy-based measurement +of association, used here to measure the association between words. +""" + +_KWARGS_DESCRIPTION = """\ +Args: + references (list of lists): List of tokenized sentences. + vocab_counts (dict or dataframe): Vocab terms and their counts +Returns: + npmi_df: A dataframe with (1) nPMI association scores for each term; \ + (2) the difference between them. +""" + +# TODO: Is this necessary? +warnings.filterwarnings(action="ignore", category=UserWarning) +# When we divide by 0 in log +np.seterr(divide="ignore") + +# treating inf values as NaN as well +pd.set_option("use_inf_as_na", True) + +# This can be changed to whatever a person likes; +# it is the number of batches to use when iterating through the vocabulary. +_NUM_BATCHES = 500 +PROP = "proportion" +CNT = "count" + +class nPMI(evaluate.Measurement): + def _info(self): + return evaluate.MeasurementInfo( + module_type="measurement", + description=_DESCRIPTION, + citation=_CITATION, + inputs_description=_KWARGS_DESCRIPTION, + features=datasets.Features( + { + "references": datasets.Sequence( + datasets.Value("string", id="sequence"), + id="references"), + } + ) + # TODO: Create docs for this. + # reference_urls=["https://huggingface.co/docs/..."], + ) + + def _compute(self, references, vocab_counts, subgroup): + if isinstance(vocab_counts, dict): + vocab_counts_df = pd.DataFrame.from_dict(vocab_counts, + orient='index', + columns=[CNT]) + elif isinstance(vocab_counts, pd.DataFrame): + vocab_counts_df = vocab_counts + else: + print("Can't support the data structure for the vocab counts. =(") + return + # These are used throughout the rest of the functions + self.references = references + self.vocab_counts_df = vocab_counts_df + self.vocab_counts_df[PROP] = vocab_counts_df[CNT] / sum( + vocab_counts_df[CNT]) + # self.mlb_list holds num batches x num_sentences + self.mlb_list = [] + # Index of the subgroup word in the sparse vector + subgroup_idx = vocab_counts_df.index.get_loc(subgroup) + print("Calculating co-occurrences...") + df_coo = self.calc_cooccurrences(subgroup, subgroup_idx) + vocab_cooc_df = self.set_idx_cols(df_coo, subgroup) + print("Calculating PMI...") + pmi_df = self.calc_PMI(vocab_cooc_df, subgroup) + print("Calculating nPMI...") + npmi_df = self.calc_nPMI(pmi_df, vocab_cooc_df, subgroup) + npmi_bias = npmi_df.max(axis=0) + abs(npmi_df.min(axis=0)) + return {"bias": npmi_bias, "co-occurrences": vocab_cooc_df, + "pmi": pmi_df, "npmi": npmi_df} + + def _binarize_words_in_sentence(self): + print("Creating co-occurrence matrix for PMI calculations.") + batches = np.linspace(0, len(self.references), _NUM_BATCHES).astype(int) + i = 0 + # Creates list of size (# batches x # sentences) + while i < len(batches) - 1: + # Makes a sparse matrix (shape: # sentences x # words), + # with the occurrence of each word per sentence. + mlb = MultiLabelBinarizer(classes=self.vocab_counts_df.index) + print( + "%s of %s sentence binarize batches." % ( + str(i), str(len(batches))) + ) + # Returns series: batch size x num_words + mlb_series = mlb.fit_transform( + self.references[batches[i]:batches[i + 1]] + ) + i += 1 + self.mlb_list.append(mlb_series) + + def calc_cooccurrences(self, subgroup, subgroup_idx): + initialize = True + coo_df = None + # Big computation here! Should only happen once. + print( + "Approaching big computation! Here, we binarize all words in the sentences, making a sparse matrix of sentences." + ) + if not self.mlb_list: + self._binarize_words_in_sentence() + for batch_id in range(len(self.mlb_list)): + print( + "%s of %s co-occurrence count batches" + % (str(batch_id), str(len(self.mlb_list))) + ) + # List of all the sentences (list of vocab) in that batch + batch_sentence_row = self.mlb_list[batch_id] + # Dataframe of # sentences in batch x vocabulary size + sent_batch_df = pd.DataFrame(batch_sentence_row) + # Subgroup counts per-sentence for the given batch + subgroup_df = sent_batch_df[subgroup_idx] + subgroup_df.columns = [subgroup] + # Remove the sentences where the count of the subgroup is 0. + # This way we have less computation & resources needs. + subgroup_df = subgroup_df[subgroup_df > 0] + mlb_subgroup_only = sent_batch_df[sent_batch_df[subgroup_idx] > 0] + # Create cooccurrence matrix for the given subgroup and all words. + batch_coo_df = pd.DataFrame(mlb_subgroup_only.T.dot(subgroup_df)) + + # Creates a batch-sized dataframe of co-occurrence counts. + # Note these could just be summed rather than be batch size. + if initialize: + coo_df = batch_coo_df + else: + coo_df = coo_df.add(batch_coo_df, fill_value=0) + initialize = False + print("Returning co-occurrence matrix") + return pd.DataFrame(coo_df) + + def set_idx_cols(self, df_coo, subgroup): + """ + :param df_coo: Co-occurrence counts for subgroup, length is num_words + :return: + """ + count_df = df_coo.set_index(self.vocab_counts_df.index) + count_df.columns = [subgroup + "-count"] + count_df[subgroup + "-count"] = count_df[subgroup + "-count"].astype( + int) + return count_df + + def calc_PMI(self, vocab_cooc_df, subgroup): + """ + # PMI(x;y) = h(y) - h(y|x) + # = h(subgroup) - h(subgroup|word) + # = log (p(subgroup|word) / p(subgroup)) + # nPMI additionally divides by -log(p(x,y)) = -log(p(x|y)p(y)) + """ + # Calculation of p(subgroup) + # TODO: Is this better? + # subgroup_prob = vocab_counts_df.loc[subgroup][PROP] + subgroup_prob = self.vocab_counts_df.loc[subgroup][CNT] / sum( + self.vocab_counts_df[CNT]) + # Calculation of p(subgroup|word) = count(subgroup,word) / count(word) + # Because the indices match (the vocab words), + # this division doesn't need to specify the index (I think?!) + p_subgroup_g_word = ( + vocab_cooc_df[subgroup + "-count"] / self.vocab_counts_df[ + CNT] + ) + pmi_df = pd.DataFrame() + pmi_df[subgroup + "-pmi"] = np.log(p_subgroup_g_word / subgroup_prob) + # Note: A potentially faster solution for adding count, npmi, + # can be based on this zip idea: + # df_test['size_kb'], df_test['size_mb'], df_test['size_gb'] = + # zip(*df_test['size'].apply(sizes)) + return pmi_df.dropna() + + def calc_nPMI(self, pmi_df, vocab_cooc_df, subgroup): + """ + # nPMI additionally divides by -log(p(x,y)) = -log(p(x|y)p(y)) + # = -log(p(word|subgroup)p(word)) + """ + p_word_g_subgroup = vocab_cooc_df[subgroup + "-count"] / sum( + vocab_cooc_df[subgroup + "-count"] + ) + p_word = pmi_df.apply( + lambda x: self.vocab_counts_df.loc[x.name][PROP], axis=1 + ) + normalize_pmi = -np.log(p_word_g_subgroup * p_word) + npmi_df = pd.DataFrame() + npmi_df[subgroup + "-npmi"] = pmi_df[subgroup + "-pmi"] / normalize_pmi + return npmi_df.dropna() diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..8248ecb0530222886ed34ce1e7a6400dde7535f0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,31 @@ +langdetect==1.0.9 +nltk>=3.6.4 +plotly==5.3.1 +transformers>=4.8.2 +torch==1.9.0 +tokenizers==0.10.3 +sentencepiece==0.1.97 +streamlit==0.88.0 +iso_639==0.4.5 +datasets +powerlaw==1.5 +numpy +pandas<2.0.0 +dataclasses==0.6 +iso639==0.1.4 +python_igraph +PyYAML==5.4.1 +scikit-learn +seaborn==0.11.2 +streamlit-aggrid +numexpr +huggingface_hub==0.7.0 +scikit-learn +scipy +tqdm~=4.62.3 +pyarrow +python-dotenv==0.20.0 +json2html==1.3.0 +protobuf~=3.19.0 +matplotlib~=3.5.0 +evaluate diff --git a/run.sh b/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..333a437a474cc87d943c7e14d62b64f605a17c0a --- /dev/null +++ b/run.sh @@ -0,0 +1,112 @@ +#!/usr/bin/env bash + + +python3 run_data_measurements.py --dataset="hate_speech18" --config="default" --split="train" --label_field="label" --feature="text" --overwrite_previous +python3 run_data_measurements.py --dataset="hate_speech_offensive" --config="default" --split="train" --label_field="label" --feature="tweet" --overwrite_previous + + +python3 run_data_measurements.py --dataset="imdb" --config="plain_text" --split="train" --label_field="label" --feature="text" --overwrite_previous +python3 run_data_measurements.py --dataset="imdb" --config="plain_text" --split="unsupervised" --label_field="label" --feature="text" --overwrite_previous + + +python3 run_data_measurements.py --dataset="glue" --config="cola" --split="train" --label_field="label" --feature="sentence" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="cola" --split="validation" --label_field="label" --feature="sentence" --overwrite_previous + +python3 run_data_measurements.py --dataset="glue" --config="mnli" --split="train" --label_field="label" --feature="hypothesis" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="mnli" --split="train" --label_field="label" --feature="premise" --overwrite_previous + +python3 run_data_measurements.py --dataset="glue" --config="mnli" --split="validation_matched" --label_field="label" --feature="premise" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="mnli" --split="validation_matched" --label_field="label" --feature="hypothesis" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="mnli" --split="validation_mismatched" --label_field="label" --feature="premise" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="mnli" --split="validation_mismatched" --label_field="label" --feature="hypothesis" --overwrite_previous + + +python3 run_data_measurements.py --dataset="glue" --config="mrpc" --split="train" --label_field="label" --feature="sentence1" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="mrpc" --split="train" --label_field="label" --feature="sentence2" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="mrpc" --split="validation" --label_field="label" --feature="sentence1" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="mrpc" --split="validation" --label_field="label" --feature="sentence2" --overwrite_previous + + +python3 run_data_measurements.py --dataset="glue" --config="rte" --split="train" --label_field="label" --feature="sentence1" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="rte" --split="train" --label_field="label" --feature="sentence2" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="rte" --split="validation" --label_field="label" --feature="sentence1" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="rte" --split="validation" --label_field="label" --feature="sentence2" --overwrite_previous + + +python3 run_data_measurements.py --dataset="glue" --config="stsb" --split="train" --label_field="label" --feature="sentence1" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="stsb" --split="train" --label_field="label" --feature="sentence2" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="stsb" --split="validation" --label_field="label" --feature="sentence1" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="stsb" --split="validation" --label_field="label" --feature="sentence2" --overwrite_previous + +python3 run_data_measurements.py --dataset="glue" --config="wnli" --split="train" --label_field="label" --feature="sentence1" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="wnli" --split="train" --label_field="label" --feature="sentence2" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="wnli" --split="validation" --label_field="label" --feature="sentence1" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="wnli" --split="validation" --label_field="label" --feature="sentence2" --overwrite_previous + +python3 run_data_measurements.py --dataset="glue" --config="sst2" --split="train" --label_field="label" --feature="sentence" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="sst2" --split="validation" --label_field="label" --feature="sentence" --overwrite_previous + + +python3 run_data_measurements.py --dataset="glue" --config="qnli" --split="train" --label_field="label" --feature="question" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="qnli" --split="train" --label_field="label" --feature="sentence" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="qnli" --split="validation" --label_field="label" --feature="question" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="qnli" --split="validation" --label_field="label" --feature="sentence" --overwrite_previous + + +python3 run_data_measurements.py --dataset="glue" --config="qqp" --split="train" --label_field="label" --feature="question1" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="qqp" --split="train" --label_field="label" --feature="question2" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="qqp" --split="validation" --label_field="label" --feature="question1" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="qqp" --split="validation" --label_field="label" --feature="question2" --overwrite_previous + +python3 run_data_measurements.py --dataset="glue" --config="mnli_matched" --split="validation" --label_field="label" --feature="hypothesis" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="mnli_matched" --split="validation" --label_field="label" --feature="premise" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="mnli_mismatched" --split="validation" --label_field="label" --feature="hypothesis" --overwrite_previous +python3 run_data_measurements.py --dataset="glue" --config="mnli_mismatched" --split="validation" --label_field="label" --feature="premise" --overwrite_previous + + +python3 run_data_measurements.py --dataset="wikitext" --config="wikitext-103-v1" --split="train" --feature="text" --overwrite_previous +python3 run_data_measurements.py --dataset="wikitext" --config="wikitext-103-raw-v1" --split="train" --feature="text" --overwrite_previous +python3 run_data_measurements.py --dataset="wikitext" --config="wikitext-2-v1" --split="train" --feature="text" --overwrite_previous +python3 run_data_measurements.py --dataset="wikitext" --config="wikitext-2-raw-v1" --split="train" --feature="text" --overwrite_previous +python3 run_data_measurements.py --dataset="wikitext" --config="wikitext-103-v1" --split="validation" --feature="text" --overwrite_previous +python3 run_data_measurements.py --dataset="wikitext" --config="wikitext-103-raw-v1" --split="validation" --feature="text" --overwrite_previous +python3 run_data_measurements.py --dataset="wikitext" --config="wikitext-2-v1" --split="validation" --feature="text" --overwrite_previous +python3 run_data_measurements.py --dataset="wikitext" --config="wikitext-2-raw-v1" --split="validation" --feature="text" --overwrite_previous + + +# Superglue wsc? wic? rte? record? multirc? + +python3 run_data_measurements.py --dataset="super_glue" --config="boolq" --split="train" --label_field="label" --feature="question" --overwrite_previous +python3 run_data_measurements.py --dataset="super_glue" --config="boolq" --split="validation" --label_field="label" --feature="question" --overwrite_previous +python3 run_data_measurements.py --dataset="super_glue" --config="boolq" --split="train" --label_field="label" --feature="passage" --overwrite_previous +python3 run_data_measurements.py --dataset="super_glue" --config="boolq" --split="validation" --label_field="label" --feature="passage" --overwrite_previous + +python3 run_data_measurements.py --dataset="super_glue" --config="cb" --split="train" --label_field="label" --feature="premise" --overwrite_previous +python3 run_data_measurements.py --dataset="super_glue" --config="cb" --split="validation" --label_field="label" --feature="premise" --overwrite_previous +python3 run_data_measurements.py --dataset="super_glue" --config="cb" --split="train" --label_field="label" --feature="hypothesis" --overwrite_previous +python3 run_data_measurements.py --dataset="super_glue" --config="cb" --split="validation" --label_field="label" --feature="hypothesis" --overwrite_previous + + +python3 run_data_measurements.py --dataset="super_glue" --config="copa" --split="train" --label_field="label" --feature="premise" --overwrite_previous +python3 run_data_measurements.py --dataset="super_glue" --config="copa" --split="validation" --label_field="label" --feature="premise" --overwrite_previous +python3 run_data_measurements.py --dataset="super_glue" --config="copa" --split="train" --label_field="label" --feature="choice1" --overwrite_previous +python3 run_data_measurements.py --dataset="super_glue" --config="copa" --split="validation" --label_field="label" --feature="choice1" --overwrite_previous +python3 run_data_measurements.py --dataset="super_glue" --config="copa" --split="train" --label_field="label" --feature="choice2" --overwrite_previous +python3 run_data_measurements.py --dataset="super_glue" --config="copa" --split="validation" --label_field="label" --feature="choice2" --overwrite_previous +python3 run_data_measurements.py --dataset="super_glue" --config="copa" --split="train" --label_field="label" --feature="question" --overwrite_previous +python3 run_data_measurements.py --dataset="super_glue" --config="copa" --split="validation" --label_field="label" --feature="question" --overwrite_previous + +python3 run_data_measurements.py --dataset="squad" --config="plain_text" --split="train" --feature="context" --overwrite_previous +python3 run_data_measurements.py --dataset="squad" --config="plain_text" --split="train" --feature="question" --overwrite_previous +python3 run_data_measurements.py --dataset="squad" --config="plain_text" --split="train" --feature="title" --overwrite_previous +python3 run_data_measurements.py --dataset="squad" --config="plain_text" --split="validation" --feature="context" --overwrite_previous +python3 run_data_measurements.py --dataset="squad" --config="plain_text" --split="validation" --feature="question" --overwrite_previous +python3 run_data_measurements.py --dataset="squad" --config="plain_text" --split="validation" --feature="title" --overwrite_previous + + +python3 run_data_measurements.py --dataset="squad_v2" --config="squad_v2" --split="train" --feature="context" --overwrite_previous +python3 run_data_measurements.py --dataset="squad_v2" --config="squad_v2" --split="train" --feature="question" --overwrite_previous +python3 run_data_measurements.py --dataset="squad_v2" --config="squad_v2" --split="train" --feature="title" --overwrite_previous +python3 run_data_measurements.py --dataset="squad_v2" --config="squad_v2" --split="validation" --feature="context" --overwrite_previous +python3 run_data_measurements.py --dataset="squad_v2" --config="squad_v2" --split="validation" --feature="question" --overwrite_previous +python3 run_data_measurements.py --dataset="squad_v2" --config="squad_v2" --split="validation" --feature="title" --overwrite_previous diff --git a/run_data_measurements.py b/run_data_measurements.py new file mode 100644 index 0000000000000000000000000000000000000000..bed48a37a56a39fe06d586c1c83ded57d7a55f6c --- /dev/null +++ b/run_data_measurements.py @@ -0,0 +1,353 @@ +import argparse +import json +from dotenv import load_dotenv +import plotly +import shutil +import smtplib +import ssl +import sys +import textwrap +from data_measurements import dataset_statistics +from data_measurements.zipf import zipf +from huggingface_hub import create_repo, Repository, hf_api +from os import getenv +from os.path import exists, join as pjoin +from pathlib import Path +import utils +from utils import dataset_utils + +logs = utils.prepare_logging(__file__) + +def load_or_prepare_widgets(ds_args, show_embeddings=False, + show_perplexities=False, use_cache=False): + """ + Loader specifically for the widgets used in the app. + Args: + ds_args: + show_embeddings: + show_perplexities: + use_cache: + + Returns: + + """ + dstats = dataset_statistics.DatasetStatisticsCacheClass(**ds_args, use_cache=use_cache) + # Header widget + dstats.load_or_prepare_dset_peek() + # General stats widget + dstats.load_or_prepare_general_stats() + # Labels widget + dstats.load_or_prepare_labels() + # Text lengths widget + dstats.load_or_prepare_text_lengths() + if show_embeddings: + # Embeddings widget + dstats.load_or_prepare_embeddings() + if show_perplexities: + # Text perplexities widget + dstats.load_or_prepare_text_perplexities() + # Text duplicates widget + dstats.load_or_prepare_text_duplicates() + # nPMI widget + dstats.load_or_prepare_npmi() + # Zipf widget + dstats.load_or_prepare_zipf() + + +def load_or_prepare(dataset_args, calculation=False, use_cache=False): + # TODO: Catch error exceptions for each measurement, so that an error + # for one measurement doesn't break the calculation of all of them. + + do_all = False + dstats = dataset_statistics.DatasetStatisticsCacheClass(**dataset_args, + use_cache=use_cache) + logs.info("Tokenizing dataset.") + dstats.load_or_prepare_tokenized_df() + logs.info("Calculating vocab.") + dstats.load_or_prepare_vocab() + + if not calculation: + do_all = True + + if do_all or calculation == "general": + logs.info("\n* Calculating general statistics.") + dstats.load_or_prepare_general_stats() + logs.info("Done!") + logs.info( + "Basic text statistics now available at %s." % dstats.general_stats_json_fid) + + if do_all or calculation == "duplicates": + logs.info("\n* Calculating text duplicates.") + dstats.load_or_prepare_text_duplicates() + duplicates_fid_dict = dstats.duplicates_files + logs.info("If all went well, then results are in the following files:") + for key, value in duplicates_fid_dict.items(): + logs.info("%s: %s" % (key, value)) + + if do_all or calculation == "lengths": + logs.info("\n* Calculating text lengths.") + dstats.load_or_prepare_text_lengths() + length_fid_dict = dstats.length_obj.get_filenames() + print("If all went well, then results are in the following files:") + for key, value in length_fid_dict.items(): + print("%s: %s" % (key, value)) + print() + + if do_all or calculation == "labels": + logs.info("\n* Calculating label statistics.") + if dstats.label_field not in dstats.dset.features: + logs.warning("No label field found.") + logs.info("No label statistics to calculate.") + else: + dstats.load_or_prepare_labels() + npmi_fid_dict = dstats.label_files + print("If all went well, then results are in the following files:") + for key, value in npmi_fid_dict.items(): + print("%s: %s" % (key, value)) + print() + + if do_all or calculation == "npmi": + print("\n* Preparing nPMI.") + dstats.load_or_prepare_npmi() + npmi_fid_dict = dstats.npmi_files + print("If all went well, then results are in the following files:") + for key, value in npmi_fid_dict.items(): + if isinstance(value, dict): + print(key + ":") + for key2, value2 in value.items(): + print("\t%s: %s" % (key2, value2)) + else: + print("%s: %s" % (key, value)) + print() + + if do_all or calculation == "zipf": + logs.info("\n* Preparing Zipf.") + dstats.load_or_prepare_zipf() + logs.info("Done!") + zipf_json_fid, zipf_fig_json_fid, zipf_fig_html_fid = zipf.get_zipf_fids( + dstats.dataset_cache_dir) + logs.info("Zipf results now available at %s." % zipf_json_fid) + logs.info( + "Figure saved to %s, with corresponding json at %s." + % (zipf_fig_html_fid, zipf_fig_json_fid) + ) + + # Don't do this one until someone specifically asks for it -- takes awhile. + if calculation == "embeddings": + logs.info("\n* Preparing text embeddings.") + dstats.load_or_prepare_embeddings() + + # Don't do this one until someone specifically asks for it -- takes awhile. + if calculation == "perplexities": + logs.info("\n* Preparing text perplexities.") + dstats.load_or_prepare_text_perplexities() + +def pass_args_to_DMT(dset_name, dset_config, split_name, text_field, label_field, label_names, calculation, dataset_cache_dir, prepare_gui=False, use_cache=True): + if not use_cache: + logs.info("Not using any cache; starting afresh") + dataset_args = { + "dset_name": dset_name, + "dset_config": dset_config, + "split_name": split_name, + "text_field": text_field, + "label_field": label_field, + "label_names": label_names, + "dataset_cache_dir": dataset_cache_dir + } + if prepare_gui: + load_or_prepare_widgets(dataset_args, use_cache=use_cache) + else: + load_or_prepare(dataset_args, calculation=calculation, use_cache=use_cache) + +def set_defaults(args): + if not args.config: + args.config = "default" + logs.info("Config name not specified. Assuming it's 'default'.") + if not args.split: + args.split = "train" + logs.info("Split name not specified. Assuming it's 'train'.") + if not args.feature: + args.feature = "text" + logs.info("Text column name not given. Assuming it's 'text'.") + if not args.label_field: + args.label_field = "label" + logs.info("Label column name not given. Assuming it's 'label'.") + return args + +def main(): + parser = argparse.ArgumentParser( + formatter_class=argparse.RawDescriptionHelpFormatter, + description=textwrap.dedent( + """ + + Example for hate speech18 dataset: + python3 run_data_measurements.py --dataset="hate_speech18" --config="default" --split="train" --feature="text" + + Example for IMDB dataset: + python3 run_data_measurements.py --dataset="imdb" --config="plain_text" --split="train" --label_field="label" --feature="text" + """ + ), + ) + + parser.add_argument( + "-d", "--dataset", required=True, help="Name of dataset to prepare" + ) + parser.add_argument( + "-c", "--config", required=False, default="", help="Dataset configuration to prepare" + ) + parser.add_argument( + "-s", "--split", required=False, default="", type=str, + help="Dataset split to prepare" + ) + parser.add_argument( + "-f", + "--feature", + "-t", + "--text-field", + required=False, + nargs="+", + type=str, + default="", + help="Column to prepare (handled as text)", + ) + parser.add_argument( + "-w", + "--calculation", + help="""What to calculate (defaults to everything except embeddings and perplexities).\n + Options are:\n + + - `general` (for duplicate counts, missing values, length statistics.)\n + + - `duplicates` for duplicate counts\n + + - `lengths` for text length distribution\n + + - `labels` for label distribution\n + + - `embeddings` (Warning: Slow.)\n + + - `perplexities` (Warning: Slow.)\n + + - `npmi` for word associations\n + + - `zipf` for zipfian statistics + """, + ) + parser.add_argument( + "-l", + "--label_field", + type=str, + required=False, + default="", + help="Field name for label column in dataset (Required if there is a label field that you want information about)", + ) + parser.add_argument('-n', '--label_names', nargs='+', default=[]) + parser.add_argument( + "--use_cache", + default=False, + required=False, + action="store_true", + help="Whether to use cached files (Optional)", + ) + parser.add_argument("--out_dir", default="cache_dir", + help="Where to write out to.") + parser.add_argument( + "--overwrite_previous", + default=False, + required=False, + action="store_true", + help="Whether to overwrite a previous local cache for these same arguments (Optional)", + ) + parser.add_argument( + "--email", + default=None, + help="An email that recieves a message about whether the computation was successful. If email is not None, then you must have EMAIL_PASSWORD= for the sender email (data.measurements.tool@gmail.com) in a file named .env at the root of this repo.") + parser.add_argument( + "--push_cache_to_hub", + default=False, + required=False, + action="store_true", + help="Whether to push the cache to an organization on the hub. If you are using this option, you must have HUB_CACHE_ORGANIZATION= and HF_TOKEN= on separate lines in a file named .env at the root of this repo.", + ) + parser.add_argument("--prepare_GUI_data", default=False, required=False, + action="store_true", + help="Use this to process all of the stats used in the GUI.") + parser.add_argument("--keep_local", default=True, required=False, + action="store_true", + help="Whether to save the data locally.") + orig_args = parser.parse_args() + args = set_defaults(orig_args) + logs.info("Proceeding with the following arguments:") + logs.info(args) + # run_data_measurements.py -d hate_speech18 -c default -s train -f text -w npmi + if args.email is not None: + if Path(".env").is_file(): + load_dotenv(".env") + EMAIL_PASSWORD = getenv("EMAIL_PASSWORD") + context = ssl.create_default_context() + port = 465 + server = smtplib.SMTP_SSL("smtp.gmail.com", port, context=context) + server.login("data.measurements.tool@gmail.com", EMAIL_PASSWORD) + + dataset_cache_name, local_dataset_cache_dir = dataset_utils.get_cache_dir_naming(args.out_dir, args.dataset, args.config, args.split, args.feature) + if not args.use_cache and exists(local_dataset_cache_dir): + if args.overwrite_previous: + shutil.rmtree(local_dataset_cache_dir) + else: + raise OSError("Cached results for this dataset already exist at %s. " + "Delete it or use the --overwrite_previous argument." % local_dataset_cache_dir) + + # Initialize the local cache directory + dataset_utils.make_path(local_dataset_cache_dir) + + # Initialize the repository + # TODO: print out local or hub cache directory location. + if args.push_cache_to_hub: + repo = dataset_utils.initialize_cache_hub_repo(local_dataset_cache_dir, dataset_cache_name) + # Run the measurements. + try: + pass_args_to_DMT( + dset_name=args.dataset, + dset_config=args.config, + split_name=args.split, + text_field=args.feature, + label_field=args.label_field, + label_names=args.label_names, + calculation=args.calculation, + dataset_cache_dir=local_dataset_cache_dir, + prepare_gui=args.prepare_GUI_data, + use_cache=args.use_cache, + ) + if args.push_cache_to_hub: + repo.push_to_hub(commit_message="Added dataset cache.") + computed_message = f"Data measurements have been computed for dataset" \ + f" with these arguments: {args}." + logs.info(computed_message) + if args.email is not None: + computed_message += "\nYou can return to the data measurements tool " \ + "to view them." + server.sendmail("data.measurements.tool@gmail.com", args.email, + "Subject: Data Measurements Computed!\n\n" + computed_message) + logs.info(computed_message) + except Exception as e: + logs.exception(e) + error_message = f"An error occurred in computing data measurements " \ + f"for dataset with arguments: {args}. " \ + f"Feel free to make an issue here: " \ + f"https://github.com/huggingface/data-measurements-tool/issues" + if args.email is not None: + server.sendmail("data.measurements.tool@gmail.com", args.email, + "Subject: Data Measurements not Computed\n\n" + error_message) + logs.warning("Data measurements not computed. ☹️") + logs.warning(error_message) + return + if not args.keep_local: + # Remove the dataset from local storage - we only want it stored on the hub. + logs.warning("Deleting measurements data locally at %s" % local_dataset_cache_dir) + shutil.rmtree(local_dataset_cache_dir) + else: + logs.info("Measurements made available locally at %s" % local_dataset_cache_dir) + + +if __name__ == "__main__": + main() diff --git a/scripts/run.sh b/scripts/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..ee9d16cf59621eeb762e4a9f3f46be17db934637 --- /dev/null +++ b/scripts/run.sh @@ -0,0 +1,112 @@ +#!/usr/bin/env bash + + +python3 run_data_measurements.py --dataset="hate_speech18" --config="default" --split="train" --label_field="label" --feature="text" +python3 run_data_measurements.py --dataset="hate_speech_offensive" --config="default" --split="train" --label_field="label" --feature="tweet" + + +python3 run_data_measurements.py --dataset="imdb" --config="plain_text" --split="train" --label_field="label" --feature="text" +python3 run_data_measurements.py --dataset="imdb" --config="plain_text" --split="unsupervised" --label_field="label" --feature="text" + + +python3 run_data_measurements.py --dataset="glue" --config="cola" --split="train" --label_field="label" --feature="sentence" +python3 run_data_measurements.py --dataset="glue" --config="cola" --split="validation" --label_field="label" --feature="sentence" + +python3 run_data_measurements.py --dataset="glue" --config="mnli" --split="train" --label_field="label" --feature="hypothesis" +python3 run_data_measurements.py --dataset="glue" --config="mnli" --split="train" --label_field="label" --feature="premise" + +python3 run_data_measurements.py --dataset="glue" --config="mnli" --split="validation_matched" --label_field="label" --feature="premise" +python3 run_data_measurements.py --dataset="glue" --config="mnli" --split="validation_matched" --label_field="label" --feature="hypothesis" +python3 run_data_measurements.py --dataset="glue" --config="mnli" --split="validation_mismatched" --label_field="label" --feature="premise" +python3 run_data_measurements.py --dataset="glue" --config="mnli" --split="validation_mismatched" --label_field="label" --feature="hypothesis" + + +python3 run_data_measurements.py --dataset="glue" --config="mrpc" --split="train" --label_field="label" --feature="sentence1" +python3 run_data_measurements.py --dataset="glue" --config="mrpc" --split="train" --label_field="label" --feature="sentence2" +python3 run_data_measurements.py --dataset="glue" --config="mrpc" --split="validation" --label_field="label" --feature="sentence1" +python3 run_data_measurements.py --dataset="glue" --config="mrpc" --split="validation" --label_field="label" --feature="sentence2" + + +python3 run_data_measurements.py --dataset="glue" --config="rte" --split="train" --label_field="label" --feature="sentence1" +python3 run_data_measurements.py --dataset="glue" --config="rte" --split="train" --label_field="label" --feature="sentence2" +python3 run_data_measurements.py --dataset="glue" --config="rte" --split="validation" --label_field="label" --feature="sentence1" +python3 run_data_measurements.py --dataset="glue" --config="rte" --split="validation" --label_field="label" --feature="sentence2" + + +python3 run_data_measurements.py --dataset="glue" --config="stsb" --split="train" --label_field="label" --feature="sentence1" +python3 run_data_measurements.py --dataset="glue" --config="stsb" --split="train" --label_field="label" --feature="sentence2" +python3 run_data_measurements.py --dataset="glue" --config="stsb" --split="validation" --label_field="label" --feature="sentence1" +python3 run_data_measurements.py --dataset="glue" --config="stsb" --split="validation" --label_field="label" --feature="sentence2" + +python3 run_data_measurements.py --dataset="glue" --config="wnli" --split="train" --label_field="label" --feature="sentence1" +python3 run_data_measurements.py --dataset="glue" --config="wnli" --split="train" --label_field="label" --feature="sentence2" +python3 run_data_measurements.py --dataset="glue" --config="wnli" --split="validation" --label_field="label" --feature="sentence1" +python3 run_data_measurements.py --dataset="glue" --config="wnli" --split="validation" --label_field="label" --feature="sentence2" + +python3 run_data_measurements.py --dataset="glue" --config="sst2" --split="train" --label_field="label" --feature="sentence" +python3 run_data_measurements.py --dataset="glue" --config="sst2" --split="validation" --label_field="label" --feature="sentence" + + +python3 run_data_measurements.py --dataset="glue" --config="qnli" --split="train" --label_field="label" --feature="question" +python3 run_data_measurements.py --dataset="glue" --config="qnli" --split="train" --label_field="label" --feature="sentence" +python3 run_data_measurements.py --dataset="glue" --config="qnli" --split="validation" --label_field="label" --feature="question" +python3 run_data_measurements.py --dataset="glue" --config="qnli" --split="validation" --label_field="label" --feature="sentence" + + +python3 run_data_measurements.py --dataset="glue" --config="qqp" --split="train" --label_field="label" --feature="question1" +python3 run_data_measurements.py --dataset="glue" --config="qqp" --split="train" --label_field="label" --feature="question2" +python3 run_data_measurements.py --dataset="glue" --config="qqp" --split="validation" --label_field="label" --feature="question1" +python3 run_data_measurements.py --dataset="glue" --config="qqp" --split="validation" --label_field="label" --feature="question2" + +python3 run_data_measurements.py --dataset="glue" --config="mnli_matched" --split="validation" --label_field="label" --feature="hypothesis" +python3 run_data_measurements.py --dataset="glue" --config="mnli_matched" --split="validation" --label_field="label" --feature="premise" +python3 run_data_measurements.py --dataset="glue" --config="mnli_mismatched" --split="validation" --label_field="label" --feature="hypothesis" +python3 run_data_measurements.py --dataset="glue" --config="mnli_mismatched" --split="validation" --label_field="label" --feature="premise" + + +python3 run_data_measurements.py --dataset="wikitext" --config="wikitext-103-v1" --split="train" --feature="text" +python3 run_data_measurements.py --dataset="wikitext" --config="wikitext-103-raw-v1" --split="train" --feature="text" +python3 run_data_measurements.py --dataset="wikitext" --config="wikitext-2-v1" --split="train" --feature="text" +python3 run_data_measurements.py --dataset="wikitext" --config="wikitext-2-raw-v1" --split="train" --feature="text" +python3 run_data_measurements.py --dataset="wikitext" --config="wikitext-103-v1" --split="validation" --feature="text" +python3 run_data_measurements.py --dataset="wikitext" --config="wikitext-103-raw-v1" --split="validation" --feature="text" +python3 run_data_measurements.py --dataset="wikitext" --config="wikitext-2-v1" --split="validation" --feature="text" +python3 run_data_measurements.py --dataset="wikitext" --config="wikitext-2-raw-v1" --split="validation" --feature="text" + + +# Superglue wsc? wic? rte? record? multirc? + +python3 run_data_measurements.py --dataset="super_glue" --config="boolq" --split="train" --label_field="label" --feature="question" +python3 run_data_measurements.py --dataset="super_glue" --config="boolq" --split="validation" --label_field="label" --feature="question" +python3 run_data_measurements.py --dataset="super_glue" --config="boolq" --split="train" --label_field="label" --feature="passage" +python3 run_data_measurements.py --dataset="super_glue" --config="boolq" --split="validation" --label_field="label" --feature="passage" + +python3 run_data_measurements.py --dataset="super_glue" --config="cb" --split="train" --label_field="label" --feature="premise" +python3 run_data_measurements.py --dataset="super_glue" --config="cb" --split="validation" --label_field="label" --feature="premise" +python3 run_data_measurements.py --dataset="super_glue" --config="cb" --split="train" --label_field="label" --feature="hypothesis" +python3 run_data_measurements.py --dataset="super_glue" --config="cb" --split="validation" --label_field="label" --feature="hypothesis" + + +python3 run_data_measurements.py --dataset="super_glue" --config="copa" --split="train" --label_field="label" --feature="premise" +python3 run_data_measurements.py --dataset="super_glue" --config="copa" --split="validation" --label_field="label" --feature="premise" +python3 run_data_measurements.py --dataset="super_glue" --config="copa" --split="train" --label_field="label" --feature="choice1" +python3 run_data_measurements.py --dataset="super_glue" --config="copa" --split="validation" --label_field="label" --feature="choice1" +python3 run_data_measurements.py --dataset="super_glue" --config="copa" --split="train" --label_field="label" --feature="choice2" +python3 run_data_measurements.py --dataset="super_glue" --config="copa" --split="validation" --label_field="label" --feature="choice2" +python3 run_data_measurements.py --dataset="super_glue" --config="copa" --split="train" --label_field="label" --feature="question" +python3 run_data_measurements.py --dataset="super_glue" --config="copa" --split="validation" --label_field="label" --feature="question" + +python3 run_data_measurements.py --dataset="squad" --config="plain_text" --split="train" --feature="context" +python3 run_data_measurements.py --dataset="squad" --config="plain_text" --split="train" --feature="question" +python3 run_data_measurements.py --dataset="squad" --config="plain_text" --split="train" --feature="title" +python3 run_data_measurements.py --dataset="squad" --config="plain_text" --split="validation" --feature="context" +python3 run_data_measurements.py --dataset="squad" --config="plain_text" --split="validation" --feature="question" +python3 run_data_measurements.py --dataset="squad" --config="plain_text" --split="validation" --feature="title" + + +python3 run_data_measurements.py --dataset="squad_v2" --config="squad_v2" --split="train" --feature="context" +python3 run_data_measurements.py --dataset="squad_v2" --config="squad_v2" --split="train" --feature="question" +python3 run_data_measurements.py --dataset="squad_v2" --config="squad_v2" --split="train" --feature="title" +python3 run_data_measurements.py --dataset="squad_v2" --config="squad_v2" --split="validation" --feature="context" +python3 run_data_measurements.py --dataset="squad_v2" --config="squad_v2" --split="validation" --feature="question" +python3 run_data_measurements.py --dataset="squad_v2" --config="squad_v2" --split="validation" --feature="title" diff --git a/temp.jsonl b/temp.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/test_text_len.py b/test_text_len.py new file mode 100644 index 0000000000000000000000000000000000000000..77ad9d3adc4fabb6b6eee099a60b9793cef2dfa2 --- /dev/null +++ b/test_text_len.py @@ -0,0 +1,204 @@ +# Copyright 2021 The HuggingFace Team. All rights reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import argparse +import ast +import gradio as gr +from os.path import isdir +from data_measurements.dataset_statistics import DatasetStatisticsCacheClass as dmt_cls +import utils +from utils import dataset_utils +from utils import gradio_utils as gr_utils +import widgets +import app as ap +from app import load_or_prepare_widgets + + +logs = utils.prepare_logging(__file__) + +# Utility for sidebar description and selection of the dataset +DATASET_NAME_TO_DICT = dataset_utils.get_dataset_info_dicts() + + +def get_load_prepare_list(dstats): + """ + # Get load_or_prepare functions for the measurements we will display + """ + # Measurement calculation: + # Add any additional modules and their load-prepare function here. + load_prepare_list = [ + ("text_lengths", dstats.load_or_prepare_text_lengths), + ] + + return load_prepare_list + + +def get_ui_widgets(): + """Get the widgets that will be displayed in the UI.""" + return [ + widgets.TextLengths(),] + + +def get_widgets(): + """ + # A measurement widget requires 2 things: + # - A load or prepare function + # - A display function + # We define these in two separate functions get_load_prepare_list and get_ui_widgets; + # any widget can be added by modifying both functions and the rest of the app logic will work. + # get_load_prepare_list is a function since it requires a DatasetStatisticsCacheClass which will + # not be created until dataset and config values are selected in the ui + """ + return get_load_prepare_list, get_ui_widgets() + + +def get_title(dstats): + title_str = f"### Showing: {dstats.dset_name} - {dstats.dset_config} - {dstats.split_name} - {'-'.join(dstats.text_field)}" + logs.info("showing header") + return title_str + + +def display_initial_UI(): + """Displays the header in the UI""" + # Extract the selected arguments + dataset_args = gr_utils.sidebar_selection(DATASET_NAME_TO_DICT) + return dataset_args + + + + +def show_column(dstats, display_list, show_perplexities, column_id=""): + """ + Function for displaying the elements in the streamlit app. + Args: + dstats (class): The dataset_statistics.py DatasetStatisticsCacheClass + display_list (list): List of tuples for (widget_name, widget_display_function) + show_perplexities (Bool): Whether perplexities should be loaded and displayed for this dataset + column_id (str): Which column of the dataset the analysis is done on [DEPRECATED for v1] + """ + + # start showing stuff + gr_utils.expander_header(dstats, DATASET_NAME_TO_DICT) + for widget_tuple in display_list: + widget_type = widget_tuple[0] + widget_fn = widget_tuple[1] + logs.info("showing %s." % widget_type) + try: + widget_fn(dstats, column_id) + except Exception as e: + logs.warning("Jk jk jk. There was an issue with %s:" % widget_type) + logs.exception(e) + # TODO: Fix how this is a weird outlier. + if show_perplexities: + gr_utils.expander_text_perplexities(dstats, column_id) + logs.info("Have finished displaying the widgets.") + + +def create_demo(live: bool, pull_cache_from_hub: bool): + with gr.Blocks() as demo: + state = gr.State() + with gr.Row(): + with gr.Column(scale=1): + dataset_args = display_initial_UI() + get_load_prepare_list_fn, widget_list = get_widgets() + # # TODO: Make this less of a weird outlier. + # Doesn't do anything right now + show_perplexities = gr.Checkbox(label="Show text perplexities") + with gr.Column(scale=4): + gr.Markdown("# Data Measurements Tool") + title = gr.Markdown() + for widget in widget_list: + widget.render() + # when UI upates, call the new text --> parse to teh TTi function + def update_ui(dataset: str, config: str, split: str, feature: str): + feature = ast.literal_eval(feature) + label_field, label_names = gr_utils.get_label_names(dataset, config, DATASET_NAME_TO_DICT) + dstats = dmt_cls(dset_name=dataset, dset_config=config, split_name=split, text_field=feature, + label_field=label_field, label_names=label_names, use_cache=True) + load_prepare_list = get_load_prepare_list_fn(dstats) + dstats = load_or_prepare_widgets(dstats, load_prepare_list, show_perplexities=False, + live=live, pull_cache_from_hub=pull_cache_from_hub) + output = {title: get_title(dstats), state: dstats} + for widget in widget_list: + output.update(widget.update(dstats)) + return output + + def update_dataset(dataset: str): + new_values = gr_utils.update_dataset(dataset, DATASET_NAME_TO_DICT) + config = new_values[0][1] + feature = new_values[1][1] + split = new_values[2][1] + new_dropdown = { + dataset_args["text_field"]: gr.Dropdown.update(choices=new_values[1][0], value=feature), + dataset_args["split_name"]: gr.Dropdown.update(choices=new_values[2][0], value=split), + } + return new_dropdown + + def update_config(dataset: str, config: str): + new_values = gr_utils.update_config(dataset, config, DATASET_NAME_TO_DICT) + + feature = new_values[0][1] + split = new_values[1][1] + new_dropdown = { + dataset_args["text_field"]: gr.Dropdown.update(choices=new_values[0][0], value=feature), + dataset_args["split_name"]: gr.Dropdown.update(choices=new_values[1][0], value=split) + } + return new_dropdown + + measurements = [comp for output in widget_list for comp in output.output_components] + demo.load(update_ui, + inputs=[dataset_args["dset_name"], dataset_args["dset_config"], dataset_args["split_name"], dataset_args["text_field"]], + outputs=[title, state] + measurements) + print(dataset_args["text_field"]) + for widget in widget_list: + widget.add_events(state) + + dataset_args["dset_name"].change(update_dataset, + inputs=[dataset_args["dset_name"]], + outputs=[dataset_args["dset_config"], + dataset_args["split_name"], dataset_args["text_field"], + title, state] + measurements) + + dataset_args["dset_config"].change(update_config, + inputs=[dataset_args["dset_name"], dataset_args["dset_config"]], + outputs=[dataset_args["split_name"], dataset_args["text_field"], + title, state] + measurements) + + dataset_args["calculate_btn"].click(update_ui, + inputs=[dataset_args["dset_name"], dataset_args["dset_config"], + dataset_args["split_name"], dataset_args["text_field"]], + outputs=[title, state] + measurements) + return demo + + +def main(): + parser = argparse.ArgumentParser() + parser.add_argument( + "--live", default=False, required=False, action="store_true", help="Flag to specify that this is not running live.") + parser.add_argument( + "--pull_cache_from_hub", default=False, required=False, action="store_true", help="Flag to specify whether to look in the hub for measurements caches. If you are using this option, you must have HUB_CACHE_ORGANIZATION= and HF_TOKEN= on separate lines in a file named .env at the root of this repo.") + arguments = parser.parse_args() + live = arguments.live + pull_cache_from_hub = arguments.pull_cache_from_hub + + # Create and initialize the demo + dataset_args = display_initial_UI() + demo = create_demo(live, pull_cache_from_hub) + print("this is the cureenrt TEXT:") + print(dataset_args["text_field"]) + + demo.launch() + +if __name__ == "__main__": + main() diff --git a/text_to_image/app.py b/text_to_image/app.py new file mode 100644 index 0000000000000000000000000000000000000000..5bf5fee1c31a01b3ccd932b5259c1e1c7a6e882b --- /dev/null +++ b/text_to_image/app.py @@ -0,0 +1,157 @@ +import gradio as gr +import os +import random +import time +from zipfile import ZipFile +import tempfile +import string +import time + + + +import argparse +import ast +import gradio as gr +from os.path import isdir +#from data_measurements.dataset_statistics import DatasetStatisticsCacheClass as dmt_cls +import utils +from utils import dataset_utils +from utils import gradio_utils as gr_utils +import widgets +import app as ap +from app import load_or_prepare_widgets + + +logs = utils.prepare_logging(__file__) + +# Utility for sidebar description and selection of the dataset +DATASET_NAME_TO_DICT = dataset_utils.get_dataset_info_dicts() + +directory = tempfile.mkdtemp(dir="./") + +imagens = [] + +model = gr.Interface.load( + "models/dreamlike-art/dreamlike-photoreal-2.0", +) + +#o = os.getenv("P") +o = "V" + +m_out = (""" +
+
+

Please choose a Simpler Prompt, or Upgrade for faster loading.

+
+""") +loading=(""" +
""") + +def add_random_noise(prompt, noise_level=1.00): + if noise_level == 0: + noise_level = 0.00 + if noise_level == None: + noise_level = 1.00 + percentage_noise = noise_level * 5 + num_noise_chars = int(len(prompt) * (percentage_noise/100)) + noise_indices = random.sample(range(len(prompt)), num_noise_chars) + prompt_list = list(prompt) + noise_chars = list(string.ascii_letters + string.punctuation + ' ' + string.digits) + noise_chars.extend(['😍', '💩', '😂', '🤔', '😊', '🤗', '😭', '🙄', '😷', '🤯', '🤫', '🥴', '😴', '🤩', '🥳', '😔', '😩', '🤪', '😇', '🤢', '😈', '👹', '👻', '🤖', '👽', '💀', '🎃', '🎅', '🎄', '🎁', '🎂', '🎉', '🎈', '🎊', '🎮', '❤️', '💔', '💕', '💖', '💗', '🐶', '🐱', '🐭', '🐹', '🦊', '🐻', '🐨', '🐯', '🦁', '🐘', '🔥', '🌧️', '🌞', '🌈', '💥', '🌴', '🌊', '🌺', '🌻', '🌸', '🎨', '🌅', '🌌', '☁️', '⛈️', '❄️', '☀️', '🌤️', '⛅️', '🌥️', '🌦️', '🌧️', '🌩️', '🌨️', '🌫️', '☔️', '🌬️', '💨', '🌪️', '🌈']) + for index in noise_indices: + prompt_list[index] = random.choice(noise_chars) + return "".join(prompt_list) + +def build(): + def zip_files(): + zip_name = f"{b.prompt.split(' ')[0]}_{random.randint(0, 10000)}.zip" + with ZipFile(zip_name, "w") as zipObj: + for file in b.imagens: + zipObj.write(file, os.path.basename(file)) + b.imagens = [] + return zip_name + def clear(): + return gr.update(value=0),gr.update(value=0) + def start(): + stamp = time.time() + return gr.update(value=stamp),gr.update(value=0) + def end(stamp): + ts = stamp + 360 + ti = time.time() + if ti > ts and stamp != 0: + return gr.update(value=1),gr.HTML.update(f"{m_out}",visible=True) + else: + return gr.update(value=0),None + def im_fn(prompt,noise_level,h=None): + try: + if h == o: + prompt_with_noise = add_random_noise(prompt, noise_level) + imagem = model(prompt_with_noise) + b.prompt = prompt + b.imagens.append(imagem) + return imagem + elif h != o: + return(None,None) + except Exception as E: + return None, None + def cl_fac(): + return "",gr.HTML.update(f"{loading}") + with gr.Blocks() as b: + b.imagens: list = [] + with gr.Row(): + with gr.Column(): + prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt") + noise_level = gr.Slider(minimum=0.0, maximum=10, step=0.1, label="Noise Level between images.") + with gr.Column(): + with gr.Row(): + btn1 = gr.Button("Generate") + btn2 = gr.Button("Clear") + message=gr.HTML("
") + message2=gr.HTML("",visible=False) + + with gr.Row(): + out1 = gr.Image() + out2 = gr.Image() + with gr.Row(): + out3 = gr.Image() + out4 = gr.Image() + with gr.Row(): + out5 = gr.Image() + out6 = gr.Image() + with gr.Row(): + # btn3 = gr.Button("Download") + caixa = gr.File(file_count="multiple", file_types=["text", ".json", ".csv", "image"]) + + with gr.Row(visible=False): + h_variavel=gr.Textbox(value="V") + t_state=gr.Number() + t_switch=gr.Textbox(value=0) + auto= gr.Image() + def clear_all(): + return "",None,None,None,None,None,None,None,None,1,gr.HTML.update("
") + fac_b = gr.Textbox(value="",visible=False) + + def noth(): + return gr.HTML.update("
") + #a1=btn1.click(noth,None,btn1,every=1) + btn1.click(cl_fac,None,[fac_b,message],show_progress=False) + b1=btn1.click(start,None,[t_state,t_switch],show_progress=True) + sta = t_state.change(end,t_state,[t_switch,message2],every=1,show_progress=True) + b2=btn1.click(im_fn,[prompt,noise_level,h_variavel],[out1,], show_progress=True) + b3=out1.change(im_fn,[prompt,noise_level,h_variavel],[out2,], show_progress=True) + b4=out2.change(im_fn,[prompt,noise_level,h_variavel],[out3,], show_progress=True) + b5=out3.change(im_fn,[prompt,noise_level,h_variavel],[out4,], show_progress=True) + b6=out4.change(im_fn,[prompt,noise_level,h_variavel],[out5,], show_progress=True) + b7=out5.change(im_fn,[prompt,noise_level,h_variavel],[out6], show_progress=True) + b8=out6.change(noth,None,[message], show_progress=False) + b8=out6.change(zip_files,None,[caixa], show_progress=False) + swi=t_switch.change(clear,None,[t_switch,fac_b], cancels=[sta,b2,b3,b4,b5,b6,b7],show_progress=False) + #btn2.click(noth,None,message,cancels=[b1,sta,b2,b3,b4,b5,swi],show_progress=False) + btn2.click(clear_all, None,[fac_b,prompt,out1,out2,out3,out4,out5,out6,t_state,t_switch,message],cancels=[b1,sta,b2,b3,b4,b5,b6,b7,b8,swi],show_progress=False) + # btn3.click(zip_files,None,[caixa],show_progress=False) + # caixa.change(noth,None,[message],show_progress=False) + b.queue(concurrency_count=100).launch(show_api=False) +build() + + +## check that it works with a text prompt as variables parsed into build() \ No newline at end of file diff --git a/text_to_image/css.css b/text_to_image/css.css new file mode 100644 index 0000000000000000000000000000000000000000..dd5c9e935b2e05fd632150269bbffb26e26e3240 --- /dev/null +++ b/text_to_image/css.css @@ -0,0 +1,113 @@ +.app.svelte-p7tiy3.svelte-p7tiy3{ + background:None; + } + .unpadded_box.large.svelte-1vhybi6{ + background:#6fbcffa8; + min-height:100%; + } + span.svelte-1l2rj76{ + color:white;!important; + } + div.svelte-1fwqiwq .block{ + background:#4d8df1; + } + .lg.svelte-1h4gtph{ + background:#4d8df1; + color:white; + height:100px; + } + #restart{ + position: relative; + font-family: "Poppins",sans-serif; + text-align: center; + border-radius: 8px; + background: #0063f787; + border-style: solid; + border-width: 1px; + border-color: #ffffff; + width: 100%; + height: 50%; + max-height: 200px; + padding: 0px 10px; + transform: translate(-50%,0%); + left: 50%; + } + #head{ + color:white; + margin-top:15px; + margin-bottom:5px; + } + #cont{ + color: white; + margin-top: 5px; + margin-bottom: 15px; + font-size: 1.1rem; + } + + .lds-ellipsis { + display: inline-block; + position: relative; + width: 80px; + height: 80px; + + } + .lds-ellipsis div { + position: absolute; + z-index:199999; + + top: 33px; + width: 13px; + height: 13px; + border-radius: 50%; + background: blue; + animation-timing-function: cubic-bezier(0, 1, 1, 0); + } + .lds-ellipsis div:nth-child(1) { + left: 8px; + animation: lds-ellipsis1 0.6s infinite; + } + .lds-ellipsis div:nth-child(2) { + left: 8px; + animation: lds-ellipsis2 0.6s infinite; + } + .lds-ellipsis div:nth-child(3) { + left: 32px; + animation: lds-ellipsis2 0.6s infinite; + } + .lds-ellipsis div:nth-child(4) { + left: 56px; + animation: lds-ellipsis3 0.6s infinite; + } + @keyframes lds-ellipsis1 { + 0% { + transform: scale(0); + } + 100% { + transform: scale(1); + } + } + @keyframes lds-ellipsis3 { + 0% { + transform: scale(1); + } + 100% { + transform: scale(0); + }frames lds-ellipsis2 { + 0% { + transform: translate(0, 0); + } + 100% { + transform: translate(24px, 0); + } + } + + } + @keyframes lds-ellipsis2 { + 0% { + transform: translate(0, 0); + } + 100% { + transform: translate(24px, 0); + } + } + \ No newline at end of file diff --git a/text_to_image/style.css b/text_to_image/style.css new file mode 100644 index 0000000000000000000000000000000000000000..f9b1b85a469ed9c4ae8ca1d20bb7236adf290860 --- /dev/null +++ b/text_to_image/style.css @@ -0,0 +1,113 @@ +.app.svelte-p7tiy3.svelte-p7tiy3{ + background:None; + } + .unpadded_box.large.svelte-1vhybi6{ + background:None6fbcffa8; + min-height:100%; + } + span.svelte-1l2rj76{ + color:white;!important; + } + div.svelte-1fwqiwq .block{ + background:None4d8df1; + } + .lg.svelte-1h4gtph{ + background:None4d8df1; + color:white; + height:100px; + } + #restart{ + position: relative; + font-family: "Poppins",sans-serif; + text-align: center; + border-radius: 8px; + background: #0063f787; + border-style: solid; + border-width: 1px; + border-color: #ffffff; + width: 100%; + height: 50%; + max-height: 200px; + padding: 0px 10px; + transform: translate(-50%,0%); + left: 50%; + } + #head{ + color:white; + margin-top:15px; + margin-bottom:5px; + } + #cont{ + color: white; + margin-top: 5px; + margin-bottom: 15px; + font-size: 1.1rem; + } + + .lds-ellipsis { + display: inline-block; + position: relative; + width: 80px; + height: 80px; + + } + .lds-ellipsis div { + position: absolute; + z-index:199999; + + top: 33px; + width: 13px; + height: 13px; + border-radius: 50%; + background: blue; + animation-timing-function: cubic-bezier(0, 1, 1, 0); + } + .lds-ellipsis div:nth-child(1) { + left: 8px; + animation: lds-ellipsis1 0.6s infinite; + } + .lds-ellipsis div:nth-child(2) { + left: 8px; + animation: lds-ellipsis2 0.6s infinite; + } + .lds-ellipsis div:nth-child(3) { + left: 32px; + animation: lds-ellipsis2 0.6s infinite; + } + .lds-ellipsis div:nth-child(4) { + left: 56px; + animation: lds-ellipsis3 0.6s infinite; + } + @keyframes lds-ellipsis1 { + 0% { + transform: scale(0); + } + 100% { + transform: scale(1); + } + } + @keyframes lds-ellipsis3 { + 0% { + transform: scale(1); + } + 100% { + transform: scale(0); + }frames lds-ellipsis2 { + 0% { + transform: translate(0, 0); + } + 100% { + transform: translate(24px, 0); + } + } + + } + @keyframes lds-ellipsis2 { + 0% { + transform: translate(0, 0); + } + 100% { + transform: translate(24px, 0); + } + } + \ No newline at end of file diff --git a/text_to_image/this_1985.zip b/text_to_image/this_1985.zip new file mode 100644 index 0000000000000000000000000000000000000000..4ba17be08bbb070cef0808dcd90518c18c483501 --- /dev/null +++ b/text_to_image/this_1985.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a7915f5ac01c3d15333b81b6b11f56f66d47fe3880be9d47298eefae246e31 +size 557943 diff --git a/utils/__init__.py b/utils/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..ba965962b7a52879553aa58fab544995f87d4dc9 --- /dev/null +++ b/utils/__init__.py @@ -0,0 +1,30 @@ +import logging +import os +from pathlib import Path + + +def prepare_logging(fid): + # Create the directory for log files (if it doesn't exist) + Path('./log_files').mkdir(exist_ok=True) + log_fid = Path(fid).stem + logs = logging.getLogger(log_fid) + logs.setLevel(logging.DEBUG) + + logs.propagate = False + log_fid = Path(fid).stem + if not logs.handlers: + # Logging info to log file + file_path = ("./log_files/%s.log" % log_fid) + print("Logging output in %s " % file_path) + file = logging.FileHandler(file_path) + fileformat = logging.Formatter("%(asctime)s:%(pathname)s, %(module)s:%(lineno)s\n%(message)s") + file.setLevel(logging.INFO) + file.setFormatter(fileformat) + # Logging debug messages to stream + stream = logging.StreamHandler() + streamformat = logging.Formatter("[data_measurements_tool] {%(pathname)s:%(lineno)d} %(module)s %(levelname)s - %(message)s") + stream.setLevel(logging.DEBUG) + stream.setFormatter(streamformat) + logs.addHandler(file) + logs.addHandler(stream) + return logs \ No newline at end of file diff --git a/utils/__pycache__/__init__.cpython-311.pyc b/utils/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4b3ac2752b90d9c8b50184bd26b19920890501db Binary files /dev/null and b/utils/__pycache__/__init__.cpython-311.pyc differ diff --git a/utils/__pycache__/dataset_utils.cpython-311.pyc b/utils/__pycache__/dataset_utils.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c84ca291c07f1ab5cb6df67d16cff4d0809c909d Binary files /dev/null and b/utils/__pycache__/dataset_utils.cpython-311.pyc differ diff --git a/utils/__pycache__/gradio_utils.cpython-311.pyc b/utils/__pycache__/gradio_utils.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4ff3734c75e8839cb758f8cec41890e9a9116762 Binary files /dev/null and b/utils/__pycache__/gradio_utils.cpython-311.pyc differ diff --git a/utils/dataset_utils.py b/utils/dataset_utils.py new file mode 100644 index 0000000000000000000000000000000000000000..4bcbcf6f855783e632bffa367d0bb54f092db4e0 --- /dev/null +++ b/utils/dataset_utils.py @@ -0,0 +1,424 @@ +# Copyright 2021 The HuggingFace Team. All rights reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import json +import os +import pandas as pd +import plotly +import pyarrow.feather as feather +import utils +from dataclasses import asdict +from datasets import Dataset, get_dataset_infos, load_dataset, load_from_disk, \ + NamedSplit +from dotenv import load_dotenv +from huggingface_hub import Repository, list_datasets +from json2html import * +from os import getenv +from os.path import exists, isdir, join as pjoin +from pathlib import Path + +# treating inf values as NaN as well +pd.set_option("use_inf_as_na", True) + +## String names used in Hugging Face dataset configs. +HF_FEATURE_FIELD = "features" +HF_LABEL_FIELD = "label" +HF_DESC_FIELD = "description" + +CACHE_DIR = "cache_dir" +## String names we are using within this code. +# These are not coming from the stored dataset nor HF config, +# but rather used as identifiers in our dicts and dataframes. +TEXT_FIELD = "text" +PERPLEXITY_FIELD = "perplexity" +TOKENIZED_FIELD = "tokenized_text" +EMBEDDING_FIELD = "embedding" +LENGTH_FIELD = "length" +VOCAB = "vocab" +WORD = "word" +CNT = "count" +PROP = "proportion" +TEXT_NAN_CNT = "text_nan_count" +TXT_LEN = "text lengths" +TOT_WORDS = "total words" +TOT_OPEN_WORDS = "total open words" + +_DATASET_LIST = [ + "c4", + "squad", + "squad_v2", + "hate_speech18", + "hate_speech_offensive", + "glue", + "super_glue", + "wikitext", + "imdb", + "HuggingFaceM4/OBELICS", +] + +_STREAMABLE_DATASET_LIST = [ + "c4", + "wikitext", + "HuggingFaceM4/OBELICS", +] + +_MAX_ROWS = 2000 + +logs = utils.prepare_logging(__file__) + +def _load_dotenv_for_cache_on_hub(): + """ + This function loads and returns the organization name that you've set up on the + hub for storing your data measurements cache on the hub. It also loads the associated + access token. It expects you to have HUB_CACHE_ORGANIZATION= + and HF_TOKEN= on separate lines in a file named .env at the root of this repo. + + Returns: + tuple of strings: hub_cache_organization, hf_token + """ + if Path(".env").is_file(): + load_dotenv(".env") + hf_token = getenv("HF_TOKEN") + hub_cache_organization = getenv("HUB_CACHE_ORGANIZATION") + return hub_cache_organization, hf_token + +def get_cache_dir_naming(out_dir, dataset, config, split, feature): + feature_text = hyphenated(feature) + dataset_cache_name = f"{dataset}_{config}_{split}_{feature_text}" + local_dataset_cache_dir = out_dir + "/" + dataset_cache_name + return dataset_cache_name, local_dataset_cache_dir + +def initialize_cache_hub_repo(local_cache_dir, dataset_cache_name): + """ + This function tries to initialize a dataset cache on the huggingface hub. The + function expects you to have HUB_CACHE_ORGANIZATION= + and HF_TOKEN= on separate lines in a file named .env at the root of this repo. + + Args: + local_cache_dir (string): + The path to the local dataset cache. + dataset_cache_name (string): + The name of the dataset repo on the huggingface hub that you want. + """ + + hub_cache_organization, hf_token = _load_dotenv_for_cache_on_hub() + clone_source = pjoin(hub_cache_organization, dataset_cache_name) + repo = Repository(local_dir=local_cache_dir, + clone_from=clone_source, + repo_type="dataset", use_auth_token=hf_token) + repo.lfs_track(["*.feather"]) + return repo + +def pull_cache_from_hub(cache_path, dataset_cache_dir): + """ + This function tries to pull a datasets cache from the huggingface hub if a + cache for the dataset does not already exist locally. The function expects you + to have you HUB_CACHE_ORGANIZATION= + and HF_TOKEN= on separate lines in a file named .env at the root of this repo. + + Args: + cache_path (string): + The path to the local dataset cache that you want. + dataset_cache_dir (string): + The name of the dataset repo on the huggingface hub. + + """ + + hub_cache_organization, hf_token = _load_dotenv_for_cache_on_hub() + clone_source = pjoin(hub_cache_organization, dataset_cache_dir) + + if isdir(cache_path): + logs.warning("Already a local cache for the dataset, so not pulling from the hub.") + else: + # Here, dataset_info.id is of the form: / + if dataset_cache_dir in [ + dataset_info.id.split("/")[-1] for dataset_info in + list_datasets(author=hub_cache_organization, + use_auth_token=hf_token)]: + Repository(local_dir=cache_path, + clone_from=clone_source, + repo_type="dataset", use_auth_token=hf_token) + logs.info("Pulled cache from hub!") + else: + logs.warning("Asking to pull cache from hub but cannot find cached repo on the hub.") + + +def load_truncated_dataset( + dataset_name, + config_name, + split_name, + num_rows=_MAX_ROWS, + use_cache=True, + cache_dir=CACHE_DIR, + use_streaming=True, + save=True, +): + """ + This function loads the first `num_rows` items of a dataset for a + given `config_name` and `split_name`. + If `use_cache` and `cache_name` exists, the truncated dataset is loaded from + `cache_name`. + Otherwise, a new truncated dataset is created and immediately saved + to `cache_name`. + When the dataset is streamable, we iterate through the first + `num_rows` examples in streaming mode, write them to a jsonl file, + then create a new dataset from the json. + This is the most direct way to make a Dataset from an IterableDataset + as of datasets version 1.6.1. + Otherwise, we download the full dataset and select the first + `num_rows` items + Args: + dataset_name (string): + dataset id in the dataset library + config_name (string): + dataset configuration + split_name (string): + split name + num_rows (int) [optional]: + number of rows to truncate the dataset to + cache_dir (string): + name of the cache directory + use_cache (bool): + whether to load from the cache if it exists + use_streaming (bool): + whether to use streaming when the dataset supports it + save (bool): + whether to save the dataset locally + Returns: + Dataset: the (truncated if specified) dataset as a Dataset object + """ + logs.info("Loading or preparing dataset saved in %s " % cache_dir) + if use_cache and exists(cache_dir): + dataset = load_from_disk(cache_dir) + else: + if use_streaming and dataset_name in _STREAMABLE_DATASET_LIST: + iterable_dataset = load_dataset( + dataset_name, + name=config_name, + split=split_name, + streaming=True, + ).take(num_rows) + rows = list(iterable_dataset) + def gen(): + yield from rows + dataset = Dataset.from_generator(gen, features=iterable_dataset.features) + dataset._split = NamedSplit(split_name) + # f = open("temp.jsonl", "w", encoding="utf-8") + # for row in rows: + # _ = f.write(json.dumps(row) + "\n") + # f.close() + # dataset = Dataset.from_json( + # "temp.jsonl", features=iterable_dataset.features, split=NamedSplit(split_name) + # ) + else: + full_dataset = load_dataset( + dataset_name, + name=config_name, + split=split_name, + ) + if len(full_dataset) >= num_rows: + dataset = full_dataset.select(range(num_rows)) + # Make the directory name clear that it's not the full dataset. + cache_dir = pjoin(cache_dir, ("_%s" % num_rows)) + else: + dataset = full_dataset + if save: + dataset.save_to_disk(cache_dir) + return dataset + +def hyphenated(features): + """When multiple features are asked for, hyphenate them together when they're used for filenames or titles""" + return '-'.join(features) + +def get_typed_features(features, ftype="string", parents=None): + """ + Recursively get a list of all features of a certain dtype + :param features: + :param ftype: + :param parents: + :return: a list of tuples > e.g. ('A', 'B', 'C') for feature example['A']['B']['C'] + """ + if parents is None: + parents = [] + typed_features = [] + for name, feat in features.items(): + if isinstance(feat, dict): + if feat.get("dtype", None) == ftype or feat.get("feature", {}).get( + ("dtype", None) == ftype + ): + typed_features += [tuple(parents + [name])] + elif "feature" in feat: + if feat["feature"].get("dtype", None) == ftype: + typed_features += [tuple(parents + [name])] + elif isinstance(feat["feature"], dict): + typed_features += get_typed_features( + feat["feature"], ftype, parents + [name] + ) + else: + for k, v in feat.items(): + if isinstance(v, dict): + typed_features += get_typed_features( + v, ftype, parents + [name, k] + ) + elif name == "dtype" and feat == ftype: + typed_features += [tuple(parents)] + return typed_features + + +def get_label_features(features, parents=None): + """ + Recursively get a list of all features that are ClassLabels + :param features: + :param parents: + :return: pairs of tuples as above and the list of class names + """ + if parents is None: + parents = [] + label_features = [] + for name, feat in features.items(): + if isinstance(feat, dict): + if "names" in feat: + label_features += [(tuple(parents + [name]), feat["names"])] + elif "feature" in feat: + if "names" in feat: + label_features += [ + (tuple(parents + [name]), feat["feature"]["names"]) + ] + elif isinstance(feat["feature"], dict): + label_features += get_label_features( + feat["feature"], parents + [name] + ) + else: + for k, v in feat.items(): + if isinstance(v, dict): + label_features += get_label_features(v, parents + [name, k]) + elif name == "names": + label_features += [(tuple(parents), feat)] + return label_features + + +# get the info we need for the app sidebar in dict format +def dictionarize_info(dset_info): + info_dict = asdict(dset_info) + res = { + "config_name": info_dict["config_name"], + "splits": { + spl: 100 + for spl, spl_info in info_dict["splits"].items() + }, + "features": { + "string": get_typed_features(info_dict["features"], "string"), + "int32": get_typed_features(info_dict["features"], "int32"), + "float32": get_typed_features(info_dict["features"], "float32"), + "label": get_label_features(info_dict["features"]), + }, + "description": dset_info.description, + } + return res + +def get_dataset_info_dicts(dataset_id=None): + """ + Creates a dict from dataset configs. + Uses the datasets lib's get_dataset_infos + :return: Dictionary mapping dataset names to their configurations + """ + if dataset_id is not None: + ds_name_to_conf_dict = { + dataset_id: { + config_name: dictionarize_info(config_info) + for config_name, config_info in get_dataset_infos(dataset_id).items() + } + } + else: + ds_name_to_conf_dict = { + ds_id: { + config_name: dictionarize_info(config_info) + for config_name, config_info in get_dataset_infos(ds_id).items() + } + for ds_id in _DATASET_LIST + } + return ds_name_to_conf_dict + + +# get all instances of a specific field in a dataset +def extract_field(examples, field_path, new_field_name=None): + if new_field_name is None: + new_field_name = "_".join(field_path) + field_list = [] + # TODO: Breaks the CLI if this isn't checked. + if isinstance(field_path, str): + field_path = [field_path] + item_list = examples[field_path[0]] + for field_name in field_path[1:]: + item_list = [ + next_item + for item in item_list + for next_item in ( + item[field_name] + if isinstance(item[field_name], list) + else [item[field_name]] + ) + ] + field_list += [ + field + for item in item_list + for field in (item if isinstance(item, list) else [item]) + ] + return {new_field_name: field_list} + +def make_path(path): + os.makedirs(path, exist_ok=True) + +def counter_dict_to_df(dict_input, key_as_column=False): + df_output = pd.DataFrame(dict_input, index=[0]).T + if key_as_column: + df_output.reset_index(inplace=True) + df_output.columns = ["instance", "count"] + else: + df_output.columns = ["count"] + return df_output.sort_values(by="count", ascending=False) + +def write_plotly(fig, fid): + write_json(plotly.io.to_json(fig), fid) + +def read_plotly(fid): + fig = plotly.io.from_json(json.load(open(fid, encoding="utf-8"))) + return fig + +def write_json_as_html(input_json, html_fid): + html_dict = json2html.convert(json=input_json) + with open(html_fid, "w+") as f: + f.write(html_dict) + +def df_to_write_html(input_df, html_fid): + """Writes a dataframe to an HTML file""" + input_df.to_HTML(html_fid) + +def read_df(df_fid): + return pd.DataFrame.from_dict(read_json(df_fid), orient="index") + +def write_df(df, df_fid): + """In order to preserve the index of our dataframes, we can't + use the compressed pandas dataframe file format .feather. + There's a preference for json amongst HF devs, so we use that here.""" + df_dict = df.to_dict('index') + write_json(df_dict, df_fid) + +def write_json(json_dict, json_fid): + with open(json_fid, "w", encoding="utf-8") as f: + json.dump(json_dict, f) + +def read_json(json_fid): + json_dict = json.load(open(json_fid, encoding="utf-8")) + return json_dict \ No newline at end of file diff --git a/utils/gradio_utils.py b/utils/gradio_utils.py new file mode 100644 index 0000000000000000000000000000000000000000..cbd7b5113b5a4dea0ca5465e8a19ad1d5c8f829a --- /dev/null +++ b/utils/gradio_utils.py @@ -0,0 +1,487 @@ +# Copyright 2021 The HuggingFace Team. All rights reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import logging + +import gradio as gr +import numpy as np +import pandas as pd +from matplotlib.figure import Figure +import seaborn as sns +import statistics +import streamlit as st +import utils +import utils.dataset_utils as ds_utils +#from st_aggrid import AgGrid, GridOptionsBuilder --> commenting out to fix local build error +from utils.dataset_utils import HF_DESC_FIELD, HF_FEATURE_FIELD, HF_LABEL_FIELD + +logs = utils.prepare_logging(__file__) +st.set_option('deprecation.showPyplotGlobalUse', False) + +# Note: Make sure to consider colorblind-friendly colors for your images! Ex: +# ["#332288", "#117733", "#882255", "#AA4499", "#CC6677", "#44AA99", "#DDCC77", +# "#88CCEE"] + +pd.options.display.float_format = "{:,.3f}".format # '{:20,.2f}'.format + +def subheader(): + gr.Markdown("""This demo showcases the + [dataset metrics as we develop them](https://huggingface.co/blog/data-measurements-tool). + Right now this has: + - dynamic loading of datasets in the lib + - fetching config and info without downloading the dataset + - propose the list of candidate text and label features to select. + """) + + +def get_label_names(dataset_name: str, config_name: str, ds_name_to_dict): + label_field, label_names = ( + ds_name_to_dict[dataset_name][config_name][HF_FEATURE_FIELD][ + HF_LABEL_FIELD][0] + if len( + ds_name_to_dict[dataset_name][config_name][HF_FEATURE_FIELD][ + HF_LABEL_FIELD] + ) > 0 + else ((), []) + ) + return label_field, label_names + + + +def update_dataset(dataset_name: str, ds_name_to_dict): + # choose a config to analyze + ds_configs = ds_name_to_dict[dataset_name] + # special handling for the largest-by-far dataset, C4 + if dataset_name == "c4": + config_names = ['en', 'en.noblocklist', 'realnewslike'] + else: + config_names = list(ds_configs.keys()) + + config_name = config_names[0] + ds_config = ds_configs[config_name] + + text_features = ds_config[HF_FEATURE_FIELD]["string"] + text_features = [('text',)] if dataset_name == "c4" else [tp for tp in text_features if tp[0] != "id"] + feature = str(text_features[0]) + text_features = [str(f) for f in text_features] + + avail_splits = list(ds_config["splits"].keys()) + split = avail_splits[0] + + return [(config_names, config_name), (text_features, feature), (avail_splits, split)] + + +def update_config(dataset_name: str, config_name: str, ds_name_to_dict): + ds_config = ds_name_to_dict[dataset_name][config_name] + + text_features = ds_config[HF_FEATURE_FIELD]["string"] + text_features = [('text',)] if dataset_name == "c4" else [tp for tp in text_features if tp[0] != "id"] + feature = str(text_features[0]) + text_features = [str(f) for f in text_features] + + avail_splits = list(ds_config["splits"].keys()) + split = avail_splits[0] + + return [(text_features, feature), (avail_splits, split)] + + +def sidebar_selection(ds_name_to_dict, column_id=""): + ds_names = list(ds_name_to_dict.keys()) + with gr.Accordion(f"Choose dataset and field {column_id}", open=True): + subheader() + # choose a dataset to analyze + ds_name = gr.Dropdown( + label=f"Choose dataset to explore{column_id}:", + choices=ds_names, + value="hate_speech18", + ) + # choose a config to analyze + ds_configs = ds_name_to_dict[ds_name.value] + # special handling for the largest-by-far dataset, C4 + if ds_name == "c4": + config_names = ['en', 'en.noblocklist', 'realnewslike'] + else: + config_names = list(ds_configs.keys()) + config_name = gr.Dropdown( + label=f"Choose configuration{column_id}:", + choices=config_names, + value=config_names[0], + ) + # choose a subset of num_examples + ds_config = ds_configs[config_name.value] + text_features = ds_config[HF_FEATURE_FIELD]["string"] + # TODO @yacine: Explain what this is doing and why eg tp[0] could = "id" + text = f"Which text feature from the {column_id} dataset would you like to analyze?" + choices = [('text',)] if ds_name == "c4" else [tp for tp in text_features if tp[0] != "id"] + text_field = gr.Dropdown( + label=text, + choices=[str(f) for f in choices], + value=str(choices[0]) + ) + # Choose a split and dataset size + avail_splits = list(ds_config["splits"].keys()) + # 12.Nov note: Removing "test" because those should not be examined + # without discussion of pros and cons, which we haven't done yet. + if "test" in avail_splits: + avail_splits.remove("test") + split = gr.Dropdown( + label=f"Which split from the{column_id} dataset would you like to analyze?", + choices=avail_splits, + value=avail_splits[0], + ) + label_field, label_names = get_label_names(ds_name.value, config_name.value, ds_name_to_dict) + calculate_btn = gr.Button(value="Calculate", variant="primary") + return { + "dset_name": ds_name, + "dset_config": config_name, + "split_name": split, + "text_field": text_field, + "label_field": label_field, + "label_names": label_names, + "calculate_btn": calculate_btn + } + + +def expander_header(dstats, ds_name_to_dict, column_id=""): + with st.expander(f"Dataset Description{column_id}"): + st.markdown( + ds_name_to_dict[dstats.dset_name][dstats.dset_config][HF_DESC_FIELD] + ) + st.dataframe(dstats.dset_peek) + + +def expander_general_stats(dstats, column_id=""): + with gr.Accordion(f"General Text Statistics{column_id}"): + st.caption( + "Use this widget to check whether the terms you see most " + "represented in the dataset make sense for the goals of the dataset." + ) + st.markdown("There are {0} total words".format(str(dstats.total_words))) + st.markdown( + "There are {0} words after removing closed " + "class words".format(str(dstats.total_open_words)) + ) + st.markdown( + "The most common " + "[open class words](https://dictionary.apa.org/open-class-words) " + "and their counts are: " + ) + st.dataframe(dstats.sorted_top_vocab_df) + st.markdown( + "There are {0} missing values in the dataset.".format( + str(dstats.text_nan_count) + ) + ) + if dstats.dups_frac > 0: + st.markdown( + "The dataset is {0}% duplicates. " + "For more information about the duplicates, " + "click the 'Duplicates' tab below.".format( + str(round(dstats.dups_frac * 100, 2))) + ) + else: + st.markdown("There are 0 duplicate items in the dataset. ") + + +def expander_label_distribution(dstats, column_id=""): + with st.expander(f"Label Distribution{column_id}", expanded=False): + st.caption( + "Use this widget to see how balanced the labels in your dataset are." + ) + if dstats.fig_labels: + st.plotly_chart(dstats.fig_labels, use_container_width=True) + else: + st.markdown("No labels were found in the dataset") + + +def expander_text_lengths(dstats, column_id=""): + _TEXT_LENGTH_CAPTION = ( + "Use this widget to identify outliers, particularly suspiciously long " + "outliers." + ) + with st.expander(f"Text Lengths{column_id}", expanded=False): + st.caption(_TEXT_LENGTH_CAPTION) + st.markdown( + "Below, you can see how the lengths of the text instances in your " + "dataset are distributed." + ) + st.markdown( + "Any unexpected peaks or valleys in the distribution may help to " + "identify instances you want to remove or augment." + ) + st.markdown( + "### Here is the count of different text lengths in " + "your dataset:" + ) + # When matplotlib first creates this, it's a Figure. + # Once it's saved, then read back in, + # it's an ndarray that must be displayed using st.image + # (I know, lame). + if isinstance(dstats.length_obj.fig_lengths, Figure): + st.pyplot(dstats.length_obj.fig_lengths, use_container_width=True) + else: + try: + st.image(dstats.length_obj.fig_lengths) + except Exception as e: + logs.exception("Hit exception for lengths figure:") + logs.exception(e) + st.markdown( + "The average length of text instances is **" + + str(round(dstats.length_obj.avg_length, 2)) + + " words**, with a standard deviation of **" + + str(round(dstats.length_obj.std_length, 2)) + + "**." + ) + if dstats.length_obj.lengths_df is not None: + start_id_show_lengths = st.selectbox( + "Show examples of length:", + np.sort(dstats.length_obj.lengths_df["length"].unique())[::-1].tolist(), + key=f"select_show_length_{column_id}", + ) + st.table( + dstats.length_obj.lengths_df[ + dstats.length_obj.lengths_df["length"] == start_id_show_lengths + ].set_index("length") + ) + + +def expander_text_duplicates(dstats, column_id=""): + with st.expander(f"Text Duplicates{column_id}", expanded=False): + st.caption( + "Use this widget to identify text strings that appear more than " + "once." + ) + st.markdown( + "A model's training and testing may be negatively affected by " + "unwarranted duplicates " + "([Lee et al., 2021](https://arxiv.org/abs/2107.06499))." + ) + st.markdown("------") + st.write( + "### Here is the list of all the duplicated items and their counts " + "in the dataset." + ) + if not dstats.duplicates_results: + st.write("There are no duplicates in this dataset! 🥳") + else: + st.write("The fraction of the data that is a duplicate is:") + st.write(str(round(dstats.dups_frac, 4))) + # TODO: Check if this is slow when the size is large -- + # Should we store as dataframes? + # Dataframes allow this to be interactive. + st.dataframe(ds_utils.counter_dict_to_df(dstats.dups_dict)) + + +def expander_text_perplexities(dstats, column_id=""): + with st.expander(f"Text Perplexities{column_id}", expanded=False): + st.caption( + "Use this widget to identify text perplexities from GPT-2." + ) + st.markdown( + """ + Outlier perplexities, especially very high values, could highlight + an issue with an example. Smaller variations should be interpreted + with more care, as they indicate how similar to the GPT-2 training + corpus the examples are rather than being reflective of general + linguistic properties. + For more information on GPT-2, + see its [model card](https://hf.co/gpt2). + """ + ) + st.markdown("------") + st.write( + "### Here is the list of the examples in the dataset, sorted by " + "GPT-2 perplexity:" + ) + if dstats.perplexities_df is None or dstats.perplexities_df.empty: + st.write( + "Perplexities have not been computed yet for this dataset, or " + "this dataset is too large for the UI (> 1,000,000 examples).") + else: + st.dataframe(dstats.perplexities_df.reset_index(drop=True)) + + +def expander_npmi_description(min_vocab): + _NPMI_CAPTION = ( + "Use this widget to identify problematic biases and stereotypes in " + "your data." + ) + _NPMI_CAPTION1 = """ + nPMI scores for a word help to identify potentially + problematic associations, ranked by how close the association is.""" + _NPMI_CAPTION2 = """ + nPMI bias scores for paired words help to identify how word + associations are skewed between the selected selected words + ([Aka et al., 2021](https://arxiv.org/abs/2103.03417)). + """ + + st.caption(_NPMI_CAPTION) + st.markdown(_NPMI_CAPTION1) + st.markdown(_NPMI_CAPTION2) + st.markdown(" ") + st.markdown( + "You can select from gender and sexual orientation " + "identity terms that appear in the dataset at least %s " + "times." % min_vocab + ) + st.markdown( + "The resulting ranked words are those that co-occur with both " + "identity terms. " + ) + st.markdown( + "The more *positive* the score, the more associated the word is with " + "the first identity term. " + "The more *negative* the score, the more associated the word is with " + "the second identity term." + ) + + +def expander_zipf(dstats, column_id=""): + z = dstats.z + zipf_fig = dstats.zipf_fig + with st.expander( + f"Vocabulary Distribution{column_id}: Zipf's Law Fit", expanded=False + ): + try: + _ZIPF_CAPTION = """This shows how close the observed language is to an ideal + natural language distribution following [Zipf's law](https://en.wikipedia.org/wiki/Zipf%27s_law), + calculated by minimizing the [Kolmogorov-Smirnov (KS) statistic](https://en.wikipedia.org/wiki/Kolmogorov%E2%80%93Smirnov_test).""" + + powerlaw_eq = r"""p(x) \propto x^{- \alpha}""" + zipf_summary = ( + "The optimal alpha based on this dataset is: **" + + str(round(z.alpha, 2)) + + "**, with a KS distance of: **" + + str(round(z.ks_distance, 2)) + ) + zipf_summary += ( + "**. This was fit with a minimum rank value of: **" + + str(int(z.xmin)) + + "**, which is the optimal rank *beyond which* the scaling regime of the power law fits best." + ) + + alpha_warning = "Your alpha value is a bit on the high side, which means that the distribution over words in this dataset is a bit unnatural. This could be due to non-language items throughout the dataset." + xmin_warning = "The minimum rank for this fit is a bit on the high side, which means that the frequencies of your most common words aren't distributed as would be expected by Zipf's law." + fit_results_table = pd.DataFrame.from_dict( + { + r"Alpha:": [str("%.2f" % z.alpha)], + "KS distance:": [str("%.2f" % z.ks_distance)], + "Min rank:": [str("%s" % int(z.xmin))], + }, + columns=["Results"], + orient="index", + ) + fit_results_table.index.name = column_id + st.caption( + "Use this widget for the counts of different words in your dataset, measuring the difference between the observed count and the expected count under Zipf's law." + ) + st.markdown(_ZIPF_CAPTION) + st.write( + """ + A Zipfian distribution follows the power law: $p(x) \propto x^{-α}$ + with an ideal α value of 1.""" + ) + st.markdown( + "In general, an alpha greater than 2 or a minimum rank greater than 10 (take with a grain of salt) means that your distribution is relativaly _unnatural_ for natural language. This can be a sign of mixed artefacts in the dataset, such as HTML markup." + ) + st.markdown( + "Below, you can see the counts of each word in your dataset vs. the expected number of counts following a Zipfian distribution." + ) + st.markdown("-----") + st.write("### Here is your dataset's Zipf results:") + st.dataframe(fit_results_table) + st.write(zipf_summary) + # TODO: Nice UI version of the content in the comments. + # st.markdown("\nThe KS test p-value is < %.2f" % z.ks_test.pvalue) + # if z.ks_test.pvalue < 0.01: + # st.markdown( + # "\n Great news! Your data fits a powerlaw with a minimum KS " "distance of %.4f" % z.distance) + # else: + # st.markdown("\n Sadly, your data does not fit a powerlaw. =(") + # st.markdown("Checking the goodness of fit of our observed distribution") + # st.markdown("to the hypothesized power law distribution") + # st.markdown("using a Kolmogorov–Smirnov (KS) test.") + st.plotly_chart(zipf_fig, use_container_width=True) + if z.alpha > 2: + st.markdown(alpha_warning) + if z.xmin > 5: + st.markdown(xmin_warning) + except: + st.write("Under construction!") + + +def npmi_widget(dstats, column_id=""): + """ + Part of the UI, but providing for interaction. + :param column_id: + :param dstats: + :return: + """ + min_vocab = dstats.min_vocab_count + npmi_stats = dstats.npmi_obj + available_terms = npmi_stats.avail_identity_terms + with st.expander(f"Word Association{column_id}: nPMI", expanded=False): + if npmi_stats and len(available_terms) > 0: + expander_npmi_description(min_vocab) + st.markdown("-----") + term1 = st.selectbox( + f"What is the first term you want to select?{column_id}", + available_terms, + ) + term2 = st.selectbox( + f"What is the second term you want to select?{column_id}", + reversed(available_terms), + ) + try: + joint_npmi_df = npmi_stats.get_display(term1, term2) + npmi_show(joint_npmi_df) + except Exception as e: + logs.exception(e) + st.markdown( + "**WARNING!** The nPMI for these terms has not been" + " pre-computed, please re-run caching." + ) + else: + st.markdown("No words found co-occurring with both of the selected identity" + " terms.") + + +def npmi_show(paired_results): + if paired_results.empty: + st.markdown( + "No words that co-occur enough times for results! Or there's a 🐛." + " Or we're still computing this one. 🤷") + else: + logs.debug("Results to be shown in streamlit are") + logs.debug(paired_results) + s = pd.DataFrame( + paired_results.sort_values(paired_results.columns[0], ascending=True)) + s.index.name = "word" + bias_col = s.filter(like="bias").columns + #count_cols = s.filter(like="count").columns + # Keep the dataframe from being crazy big. + if s.shape[0] > 10000: + bias_thres = max(abs(s[s[0]][5000]), + abs(s[s[0]][-5000])) + logs.info(f"filtering with bias threshold: {bias_thres}") + s_filtered = s[s[0].abs() > bias_thres] + else: + s_filtered = s + cm = sns.palplot(sns.diverging_palette(270, 36, s=99, l=48, n=16)) + out_df = s_filtered.style.background_gradient(subset=bias_col, cmap=cm).format(formatter="{:,.3f}").set_properties(**{"align": "center", "width":"100em"}).set_caption("nPMI scores between the selected identity terms and the words they both co-occur with") + #set_properties(subset=count_cols, **{"width": "10em", "text-align": "center"}). + # .format(subset=count_cols, formatter=int). + #.format(subset=bias_col, formatter="{:,.3f}") + st.write("### Here is your dataset's bias results:") + st.dataframe(out_df) diff --git a/widgets/__init__.py b/widgets/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..3d36cc1a81de0f16ef9ef4ca41466755f25634ac --- /dev/null +++ b/widgets/__init__.py @@ -0,0 +1,8 @@ +from widgets.widget_base import Widget +from widgets.dataset_description import DatasetDescription +from widgets.general_stats import GeneralStats +from widgets.label_distribution import LabelDistribution +from widgets.npmi import Npmi +from widgets.text_lengths import TextLengths +from widgets.zipf import Zipf +from widgets.duplicates import Duplicates \ No newline at end of file diff --git a/widgets/__pycache__/__init__.cpython-311.pyc b/widgets/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fcdb2cf76512d8fb4d3e6cdf24878ee1d09123fc Binary files /dev/null and b/widgets/__pycache__/__init__.cpython-311.pyc differ diff --git a/widgets/__pycache__/dataset_description.cpython-311.pyc b/widgets/__pycache__/dataset_description.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bef9c28e301ba0f2dc09410f93d58645bcf7d0bd Binary files /dev/null and b/widgets/__pycache__/dataset_description.cpython-311.pyc differ diff --git a/widgets/__pycache__/duplicates.cpython-311.pyc b/widgets/__pycache__/duplicates.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f3e3df75ca500d7fe835fd21550f9ab013624a6c Binary files /dev/null and b/widgets/__pycache__/duplicates.cpython-311.pyc differ diff --git a/widgets/__pycache__/general_stats.cpython-311.pyc b/widgets/__pycache__/general_stats.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..944e6868abd8b7c1cecd7183d809db2a10eaa8cc Binary files /dev/null and b/widgets/__pycache__/general_stats.cpython-311.pyc differ diff --git a/widgets/__pycache__/label_distribution.cpython-311.pyc b/widgets/__pycache__/label_distribution.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..662987283b3e8f1a4de19b80f5e680c165c02c90 Binary files /dev/null and b/widgets/__pycache__/label_distribution.cpython-311.pyc differ diff --git a/widgets/__pycache__/npmi.cpython-311.pyc b/widgets/__pycache__/npmi.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4ef5e6764e76671b1d9ff567547ffa16ae32a10c Binary files /dev/null and b/widgets/__pycache__/npmi.cpython-311.pyc differ diff --git a/widgets/__pycache__/text_lengths.cpython-311.pyc b/widgets/__pycache__/text_lengths.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..54af53254b16da766b618824435121fe182f802f Binary files /dev/null and b/widgets/__pycache__/text_lengths.cpython-311.pyc differ diff --git a/widgets/__pycache__/widget_base.cpython-311.pyc b/widgets/__pycache__/widget_base.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2a441ed74e81e89023f3c04943da5522cbdd8394 Binary files /dev/null and b/widgets/__pycache__/widget_base.cpython-311.pyc differ diff --git a/widgets/__pycache__/zipf.cpython-311.pyc b/widgets/__pycache__/zipf.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ae4a67581777eff2213f0bce110606840491855e Binary files /dev/null and b/widgets/__pycache__/zipf.cpython-311.pyc differ diff --git a/widgets/dataset_description.py b/widgets/dataset_description.py new file mode 100644 index 0000000000000000000000000000000000000000..a570e1bf0929267d7f133428a1269010e7106ab2 --- /dev/null +++ b/widgets/dataset_description.py @@ -0,0 +1,36 @@ +import gradio as gr +import pandas as pd + +from widgets.widget_base import Widget +from data_measurements.dataset_statistics import DatasetStatisticsCacheClass as dmt_cls +from utils.dataset_utils import HF_DESC_FIELD +import utils + +logs = utils.prepare_logging(__file__) + + +class DatasetDescription(Widget): + def __init__(self, dataset_name_to_dict): + self.dataset_name_to_dict = dataset_name_to_dict + self.description_markdown = gr.Markdown(render=False) + self.description_df = gr.DataFrame(render=False, wrap=True) + + def render(self): + with gr.TabItem("Dataset Description",): + self.description_markdown.render() + self.description_df.render() + + def update(self, dstats: dmt_cls): + return { + self.description_markdown: self.dataset_name_to_dict[dstats.dset_name][ + dstats.dset_config + ][HF_DESC_FIELD], + self.description_df: pd.DataFrame(dstats.dset_peek), + } + + def add_events(self, state: gr.State): + pass + + @property + def output_components(self): + return [self.description_markdown, self.description_df] diff --git a/widgets/duplicates.py b/widgets/duplicates.py new file mode 100644 index 0000000000000000000000000000000000000000..d140c20a036f7e1c1655178e8488d3e7d49fc221 --- /dev/null +++ b/widgets/duplicates.py @@ -0,0 +1,61 @@ +import gradio as gr + +from widgets.widget_base import Widget +from data_measurements.dataset_statistics import DatasetStatisticsCacheClass as dmt_cls +import utils +import utils.dataset_utils as ds_utils + +logs = utils.prepare_logging(__file__) + + +class Duplicates(Widget): + def __init__(self): + duplicates_text = f""" + Use this widget to identify text strings that appear more than once. + + A model's training and testing may be negatively affected by unwarranted duplicates ([Lee et al., 2021](https://arxiv.org/abs/2107.06499)) + + ------ + + ### Here is the list of all the duplicated items and their counts in the dataset. + """ + self.duplicates_intro = gr.Markdown(render=False, value=duplicates_text) + self.duplicates_df = gr.DataFrame(render=False) + self.duplicates_text = gr.Markdown(render=False) + + def render(self): + with gr.TabItem(f"Duplicates"): + self.duplicates_intro.render() + self.duplicates_text.render() + self.duplicates_df.render() + + def update(self, dstats: dmt_cls): + output = {} + + if not dstats.duplicates_results: + output[self.duplicates_df] = gr.DataFrame.update(visible=False) + output[self.duplicates_text] = gr.Markdown.update(visible=True, + value="There are no duplicates in this dataset! 🥳") + else: + dupes_df_tmp = ds_utils.counter_dict_to_df(dstats.dups_dict, key_as_column=True) + dupes_df_tmp.columns = ["instance", "count"] + # Nice to have the counts show up first, because the instances + # can be quite long (and run off the page) + dupes_df = dupes_df_tmp[["count", "instance"]] + output[self.duplicates_df] = gr.DataFrame.update(visible=True, value=dupes_df) + + duplicates_text = f"The fraction of data that is duplicate is {str(round(dstats.dups_frac, 4))}" + output[self.duplicates_text] = gr.Markdown.update(value=duplicates_text, visible=True) + + return output + + + @property + def output_components(self): + return [ + self.duplicates_text, + self.duplicates_df, + ] + + def add_events(self, state: gr.State): + pass \ No newline at end of file diff --git a/widgets/general_stats.py b/widgets/general_stats.py new file mode 100644 index 0000000000000000000000000000000000000000..f44fd5084115f5de60f02c68febe2808419a18d7 --- /dev/null +++ b/widgets/general_stats.py @@ -0,0 +1,60 @@ +import gradio as gr +import pandas as pd + +from widgets.widget_base import Widget +from data_measurements.dataset_statistics import DatasetStatisticsCacheClass as dmt_cls +import utils + +logs = utils.prepare_logging(__file__) + + +class GeneralStats(Widget): + def __init__(self): + self.general_stats = gr.Markdown(render=False) + self.general_stats_top_vocab = gr.DataFrame(render=False) + self.general_stats_missing = gr.Markdown(render=False) + self.general_stats_duplicates = gr.Markdown(render=False) + + def render(self): + with gr.TabItem(f"General Text Statistics"): + self.general_stats.render() + self.general_stats_missing.render() + self.general_stats_duplicates.render() + self.general_stats_top_vocab.render() + + def update(self, dstats: dmt_cls): + general_stats_text = f""" + Use this widget to check whether the terms you see most represented in the dataset make sense for the goals of the dataset. + + There are {str(dstats.total_words)} total words. + + There are {dstats.total_open_words} after removing closed class words. + + The most common [open class words](https://dictionary.apa.org/open-class-words) and their counts are: + """ + top_vocab = pd.DataFrame(dstats.sorted_top_vocab_df).round(4) + missing_text = ( + f"There are {dstats.text_nan_count} missing values in the dataset" + ) + if dstats.dups_frac > 0: + dupes_text = f"The dataset is {round(dstats.dups_frac * 100, 2)}% duplicates, For more information about the duplicates, click the 'Duplicates' tab." + else: + dupes_text = "There are 0 duplicate items in the dataset" + return { + self.general_stats: general_stats_text, + self.general_stats_top_vocab: top_vocab, + self.general_stats_missing: missing_text, + self.general_stats_duplicates: dupes_text, + } + + @property + def output_components(self): + return [ + self.general_stats, + self.general_stats_top_vocab, + self.general_stats_missing, + self.general_stats_duplicates, + ] + + def add_events(self, state: gr.State): + pass diff --git a/widgets/label_distribution.py b/widgets/label_distribution.py new file mode 100644 index 0000000000000000000000000000000000000000..7fd7f39e45e74935f2c0fe634d44a9ea86e2b9a2 --- /dev/null +++ b/widgets/label_distribution.py @@ -0,0 +1,47 @@ +import gradio as gr + +from widgets.widget_base import Widget +from data_measurements.dataset_statistics import DatasetStatisticsCacheClass as dmt_cls +import utils + +logs = utils.prepare_logging(__file__) + + +class LabelDistribution(Widget): + def __init__(self): + self.label_dist_plot = gr.Plot(render=False, visible=False) + self.label_dist_no_label_text = gr.Markdown( + value="No labels were found in the dataset", render=False, visible=False + ) + self.label_dist_accordion = gr.Accordion(render=False, label="", open=False) + + def render(self): + with gr.TabItem(label="Label Distribution"): + gr.Markdown( + "Use this widget to see how balanced the labels in your dataset are." + ) + self.label_dist_plot.render() + self.label_dist_no_label_text.render() + + def update(self, dstats: dmt_cls): + logs.info(f"FIGS labels: {bool(dstats.fig_labels)}") + if dstats.fig_labels: + output = { + self.label_dist_plot: gr.Plot.update( + value=dstats.fig_labels, visible=True + ), + self.label_dist_no_label_text: gr.Markdown.update(visible=False), + } + else: + output = { + self.label_dist_plot: gr.Plot.update(visible=False), + self.label_dist_no_label_text: gr.Markdown.update(visible=True), + } + return output + + @property + def output_components(self): + return [self.label_dist_plot, self.label_dist_no_label_text] + + def add_events(self, state: gr.State): + pass diff --git a/widgets/npmi.py b/widgets/npmi.py new file mode 100644 index 0000000000000000000000000000000000000000..93b706d7cb07db76417a56a1348e7dd24cca0f36 --- /dev/null +++ b/widgets/npmi.py @@ -0,0 +1,161 @@ +import gradio as gr +import pandas as pd + +from widgets.widget_base import Widget +from data_measurements.dataset_statistics import DatasetStatisticsCacheClass as dmt_cls +import utils + +logs = utils.prepare_logging(__file__) + + +class Npmi(Widget): + def __init__(self): + self.npmi_first_word = gr.Dropdown( + render=False, label="What is the first word you want to select?" + ) + self.npmi_second_word = gr.Dropdown( + render=False, label="What is the second word you want to select?" + ) + self.npmi_error_text = gr.Markdown(render=False) + self.npmi_df = gr.HTML(render=False) + self.sort = gr.Dropdown(label="Sort By Column", render=False) + self.npmi_empty_text = gr.Markdown(render=False) + self.npmi_description = gr.Markdown(render=False) + + @property + def output_components(self): + return [ + self.npmi_first_word, + self.npmi_second_word, + self.sort, + self.npmi_error_text, + self.npmi_df, + self.npmi_description, + self.npmi_empty_text, + ] + + def render(self): + with gr.TabItem("Word Association: nPMI"): + self.npmi_description.render() + self.npmi_first_word.render() + self.npmi_second_word.render() + self.sort.render() + self.npmi_df.render() + self.npmi_empty_text.render() + self.npmi_error_text.render() + + def update(self, dstats: dmt_cls): + min_vocab = dstats.min_vocab_count + npmi_stats = dstats.npmi_obj + available_terms = npmi_stats.avail_identity_terms + output = {comp: gr.update(visible=False) for comp in self.output_components} + if npmi_stats and len(available_terms) > 0: + output[self.npmi_description] = gr.Markdown.update( + value=self.expander_npmi_description(min_vocab), visible=True + ) + output[self.npmi_first_word] = gr.Dropdown.update( + choices=available_terms, value=available_terms[0], visible=True + ) + output[self.npmi_second_word] = gr.Dropdown.update( + choices=available_terms[::-1], value=available_terms[-1], visible=True + ) + output[self.sort] = gr.Dropdown.update(choices=['bias', available_terms[0], available_terms[-1]], + value='bias') + output.update( + self.npmi_show(available_terms[0], available_terms[-1], 'bias', dstats) + ) + else: + output[self.npmi_error_text] = gr.Markdown.update( + visible=True, + value="No words found co-occurring with both of the selected identity terms.", + ) + return output + + def npmi_show(self, term1, term2, sort_col, dstats): + npmi_stats = dstats.npmi_obj + paired_results = npmi_stats.get_display(term1, term2) + output = {} + if paired_results.empty: + output[self.npmi_empty_text] = gr.Markdown.update( + value="""No words that co-occur enough times for results! Or there's a 🐛. + Or we're still computing this one. 🤷""", + visible=True, + ) + output[self.npmi_df] = gr.DataFrame.update(visible=False) + else: + output[self.npmi_empty_text] = gr.Markdown.update(visible=False) + logs.debug("Results to be shown in streamlit are") + logs.debug(paired_results) + s = pd.DataFrame( + paired_results.sort_values(sort_col, ascending=False) + ) + s.index.name = "word" + s = s.reset_index().round(4) + bias_col = [col for col in s.columns if col != "word"] + # Keep the dataframe from being crazy big. + if s.shape[0] > 10000: + bias_thres = max(abs(s[s[0]][5000]), abs(s[s[0]][-5000])) + logs.info(f"filtering with bias threshold: {bias_thres}") + s_filtered = s[s[0].abs() > bias_thres] + else: + s_filtered = s + out_df = ( + s_filtered.style.background_gradient(subset=bias_col) + .format(formatter="{:,.3f}", subset=bias_col) + .set_properties(**{"text-align": "center", "width": "100em"}) + .set_caption( + "nPMI scores between the selected identity terms and the words they both co-occur with" + ) + ) + output[self.npmi_df] = out_df.to_html() + return output + + @staticmethod + def expander_npmi_description(min_vocab): + return f""" + Use this widget to identify problematic biases and stereotypes in + your data. + + nPMI scores for a word help to identify potentially + problematic associations, ranked by how close the association is. + + nPMI bias scores for paired words help to identify how word + associations are skewed between the selected selected words + ([Aka et al., 2021](https://arxiv.org/abs/2103.03417)). + + You can select from gender and sexual orientation + identity terms that appear in the dataset at least {min_vocab} times. + + The resulting ranked words are those that co-occur with both identity terms. + + The more *positive* the score, the more associated the word is with + the first identity term. + The more *negative* the score, the more associated the word is with + the second identity term. + + ----- + """ + + def update_sort_and_npmi(self, first_word, second_word, sort_col, dstats): + output = {self.sort: gr.Dropdown.update(choices=['bias', first_word, second_word], + value='bias')} + new_df = self.npmi_show(first_word, second_word, sort_col, dstats) + output.update(new_df) + return output + + def add_events(self, state: gr.State): + self.npmi_first_word.change( + self.update_sort_and_npmi, + inputs=[self.npmi_first_word, self.npmi_second_word, self.sort, state], + outputs=[self.npmi_df, self.npmi_empty_text, self.sort], + ) + self.npmi_second_word.change( + self.update_sort_and_npmi, + inputs=[self.npmi_first_word, self.npmi_second_word, self.sort, state], + outputs=[self.npmi_df, self.npmi_empty_text, self.sort], + ) + self.sort.change( + self.npmi_show, + inputs=[self.npmi_first_word, self.npmi_second_word, self.sort, state], + outputs=[self.npmi_df, self.npmi_empty_text], + ) diff --git a/widgets/text_lengths.py b/widgets/text_lengths.py new file mode 100644 index 0000000000000000000000000000000000000000..b2c9b4d2325650571d966e60a4f4a111f778bb20 --- /dev/null +++ b/widgets/text_lengths.py @@ -0,0 +1,89 @@ +import gradio as gr + +from widgets.widget_base import Widget +from data_measurements.dataset_statistics import DatasetStatisticsCacheClass as dmt_cls +import utils + +logs = utils.prepare_logging(__file__) +## possibyl looking for update()--> return output + +class TextLengths(Widget): + def __init__(self): + self.text_length_distribution_plot = gr.Image(render=False) + self.text_length_explainer = gr.Markdown(render=False) + self.text_length_drop_down = gr.Dropdown(render=False) + self.text_length_df = gr.DataFrame(render=False) + + def update_text_length_df(self, length, dstats): + return dstats.length_obj.lengths_df[ + dstats.length_obj.lengths_df["length"] == length + ].set_index("length") + + def render(self): + with gr.TabItem("Text Lengths"): + gr.Markdown( + "Use this widget to identify outliers, particularly suspiciously long outliers." + ) + gr.Markdown( + "Below, you can see how the lengths of the text instances in your " + "dataset are distributed." + ) + gr.Markdown( + "Any unexpected peaks or valleys in the distribution may help to " + "identify instances you want to remove or augment." + ) + gr.Markdown( + "### Here is the count of different text lengths in " "your dataset:" + ) + # When matplotlib first creates this, it's a Figure. + # Once it's saved, then read back in, + # it's an ndarray that must be displayed using st.image + # (I know, lame). + self.text_length_distribution_plot.render() + self.text_length_explainer.render() + self.text_length_drop_down.render() + self.text_length_df.render() + + def update(self, dstats: dmt_cls): + explainer_text = ( + "The average length of text instances is **" + + str(round(dstats.length_obj.avg_length, 2)) + + " words**, with a standard deviation of **" + + str(round(dstats.length_obj.std_length, 2)) + + "**." + ) + # TODO: Add text on choosing the length you want to the dropdown. + output = { + self.text_length_distribution_plot: dstats.length_obj.fig_lengths, + self.text_length_explainer: explainer_text, + } + if dstats.length_obj.lengths_df is not None: + import numpy as np + + choices = np.sort(dstats.length_obj.lengths_df["length"].unique())[ + ::-1 + ].tolist() + output[self.text_length_drop_down] = gr.Dropdown.update( + choices=choices, value=choices[0] + ) + output[self.text_length_df] = self.update_text_length_df(choices[0], dstats) + else: + output[self.text_length_df] = gr.update(visible=False) + output[self.text_length_drop_down] = gr.update(visible=False) + return output + + @property + def output_components(self): + return [ + self.text_length_distribution_plot, + self.text_length_explainer, + self.text_length_drop_down, + self.text_length_df, + ] + + def add_events(self, state: gr.State): + self.text_length_drop_down.change( + self.update_text_length_df, + inputs=[self.text_length_drop_down, state], + outputs=[self.text_length_df], + ) diff --git a/widgets/widget_base.py b/widgets/widget_base.py new file mode 100644 index 0000000000000000000000000000000000000000..79b7b6ffcbf80527eed34cc8fe33619e713de437 --- /dev/null +++ b/widgets/widget_base.py @@ -0,0 +1,24 @@ +from abc import ABC, abstractmethod + +import gradio as gr + +from data_measurements.dataset_statistics import DatasetStatisticsCacheClass as dmt_cls + + +class Widget(ABC): + @abstractmethod + def render(self): + pass + + @abstractmethod + def update(self, dstats: dmt_cls): + pass + + @property + @abstractmethod + def output_components(self): + pass + + @abstractmethod + def add_events(self, state: gr.State): + pass diff --git a/widgets/zipf.py b/widgets/zipf.py new file mode 100644 index 0000000000000000000000000000000000000000..583245365430e147b10b709ca860be968beb4692 --- /dev/null +++ b/widgets/zipf.py @@ -0,0 +1,107 @@ +import gradio as gr +import pandas as pd + +from widgets.widget_base import Widget +from data_measurements.dataset_statistics import DatasetStatisticsCacheClass as dmt_cls +import utils + +logs = utils.prepare_logging(__file__) + + +class Zipf(Widget): + def __init__(self): + self.zipf_table = gr.DataFrame(render=False) + self.alpha_warning = gr.Markdown( + value="Your alpha value is a bit on the high side, which means that the distribution over words in this dataset is a bit unnatural. This could be due to non-language items throughout the dataset.", + render=False, + visible=False, + ) + self.xmin_warning = gr.Markdown( + value="The minimum rank for this fit is a bit on the high side, which means that the frequencies of your most common words aren't distributed as would be expected by Zipf's law.", + render=False, + visible=False, + ) + self.zipf_summary = gr.Markdown(render=False) + self.zipf_plot = gr.Plot(render=False) + + def render(self): + with gr.TabItem("Vocabulary Distribution: Zipf's Law Fit"): + gr.Markdown( + "Use this widget for the counts of different words in your dataset, measuring the difference between the observed count and the expected count under Zipf's law." + ) + gr.Markdown( + """This shows how close the observed language is to an ideal + natural language distribution following [Zipf's law](https://en.wikipedia.org/wiki/Zipf%27s_law), + calculated by minimizing the [Kolmogorov-Smirnov (KS) statistic](https://en.wikipedia.org/wiki/Kolmogorov%E2%80%93Smirnov_test).""" + ) + gr.Markdown( + """ + A Zipfian distribution follows the power law: $p(x) \propto x^{-α}$ with an ideal α value of 1. + + In general, an alpha greater than 2 or a minimum rank greater than 10 (take with a grain of salt) means that your distribution is relativaly _unnatural_ for natural language. This can be a sign of mixed artefacts in the dataset, such as HTML markup. + + Below, you can see the counts of each word in your dataset vs. the expected number of counts following a Zipfian distribution. + + ----- + + ### Here is your dataset's Zipf results: + """ + ) + self.zipf_table.render() + self.zipf_summary.render() + self.zipf_plot.render() + self.alpha_warning.render() + self.xmin_warning.render() + + def update(self, dstats: dmt_cls): + z = dstats.z + zipf_fig = dstats.zipf_fig + + zipf_summary = ( + "The optimal alpha based on this dataset is: **" + + str(round(z.alpha, 2)) + + "**, with a KS distance of: **" + + str(round(z.ks_distance, 2)) + ) + zipf_summary += ( + "**. This was fit with a minimum rank value of: **" + + str(int(z.xmin)) + + "**, which is the optimal rank *beyond which* the scaling regime of the power law fits best." + ) + + fit_results_table = pd.DataFrame.from_dict( + { + r"Alpha:": [str("%.2f" % z.alpha)], + "KS distance:": [str("%.2f" % z.ks_distance)], + "Min rank:": [str("%s" % int(z.xmin))], + }, + columns=["Results"], + orient="index", + ) + fit_results_table.index.name = "" + + output = { + self.zipf_table: fit_results_table, + self.zipf_summary: zipf_summary, + self.zipf_plot: zipf_fig, + self.alpha_warning: gr.Markdown.update(visible=False), + self.xmin_warning: gr.Markdown.update(visible=False), + } + if z.alpha > 2: + output[self.alpha_warning] = gr.Markdown.update(visible=True) + if z.xmin > 5: + output[self.xmin_warning] = gr.Markdown.update(visible=True) + return output + + @property + def output_components(self): + return [ + self.zipf_table, + self.zipf_plot, + self.zipf_summary, + self.alpha_warning, + self.xmin_warning, + ] + + def add_events(self, state: gr.State): + pass